From da4ec979f1fce519f537a1c71aa612fceaee0612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:06:58 +0000 Subject: [PATCH 1/2] build(deps): bump the npm group across 1 directory with 3 updates Bumps the npm group with 3 updates in the / directory: [node-addon-api](https://github.com/nodejs/node-addon-api), [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) and [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter). Updates `node-addon-api` from 8.2.2 to 8.3.0 - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.3.0) Updates `tree-sitter-c` from 0.23.2 to 0.23.4 - [Release notes](https://github.com/tree-sitter/tree-sitter-c/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-c/compare/v0.23.2...v0.23.4) Updates `tree-sitter-cli` from 0.24.4 to 0.24.5 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.4...v0.24.5) --- updated-dependencies: - dependency-name: node-addon-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: tree-sitter-c dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: tree-sitter-cli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 +++++++++++++++------------------ package.json | 6 +++--- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2542433..c736006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "node-addon-api": "^8.2.2", + "node-addon-api": "^8.3.0", "node-gyp-build": "^4.8.2" }, "devDependencies": { "prebuildify": "^6.0.1", - "tree-sitter-c": "^0.23.2", - "tree-sitter-cli": "^0.24.3", + "tree-sitter-c": "^0.23.4", + "tree-sitter-cli": "^0.24.5", "tree-sitter-cpp": "^0.23.4" }, "funding": { @@ -173,10 +173,9 @@ } }, "node_modules/node-addon-api": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.2.2.tgz", - "integrity": "sha512-9emqXAKhVoNrQ792nLI/wpzPpJ/bj/YXxW0CvAau1+RdGBcCRF1Dmz7719zgVsQNrzHl9Tzn3ImZ4qWFarWL0A==", - "license": "MIT", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.3.0.tgz", + "integrity": "sha512-8VOpLHFrOQlAH+qA0ZzuGRlALRA6/LVh8QJldbrC4DY0hXoMP0l4Acq8TzFC018HztWiRqyCEj2aTWY2UvnJUg==", "engines": { "node": "^18 || ^20 || >= 21" } @@ -357,18 +356,17 @@ } }, "node_modules/tree-sitter-c": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.23.2.tgz", - "integrity": "sha512-9kADOx31AF94DHcrsMGW0zM/2LS6v7wFkPHPVm7RQU+vYVVZMKZ2FJ9e99pm5feqsAcjUzB9CarqDLgRT1Fe/w==", + "version": "0.23.4", + "resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.23.4.tgz", + "integrity": "sha512-hp3xYuWbuTBanHEwrAxOBhDjdwiD1k3u2XpVmpFk5GdJJj7N2jrcF45hYrZPcwuAjNXdL01YFG7TSLdmPi2lyg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { - "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.2" + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" }, "peerDependencies": { - "tree-sitter": "^0.21.1" + "tree-sitter": "^0.22.1" }, "peerDependenciesMeta": { "tree-sitter": { @@ -377,12 +375,11 @@ } }, "node_modules/tree-sitter-cli": { - "version": "0.24.4", - "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.24.4.tgz", - "integrity": "sha512-I4sdtDidnujYL0tR0Re9q0UJt5KrITf2m+GMHjT4LH6IC6kpM6eLzSR7RS36Z4t5ZQBjDHvg2QUJHAWQi3P2TA==", + "version": "0.24.5", + "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.24.5.tgz", + "integrity": "sha512-8EIgV/ERQlpvk1rPSCCjxveAb6Sba8tMiBpeeL68Mueuuqr0wNfhps/I1nFm2OTnpPCUV2PS9nbzzAMoyxSQUg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "bin": { "tree-sitter": "cli.js" }, diff --git a/package.json b/package.json index a37ee99..708d83d 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "*.wasm" ], "dependencies": { - "node-addon-api": "^8.2.2", + "node-addon-api": "^8.3.0", "node-gyp-build": "^4.8.2" }, "devDependencies": { "prebuildify": "^6.0.1", - "tree-sitter-c": "^0.23.2", - "tree-sitter-cli": "^0.24.3", + "tree-sitter-c": "^0.23.4", + "tree-sitter-cli": "^0.24.5", "tree-sitter-cpp": "^0.23.4" }, "peerDependencies": { From e63250ad88dcbc8e0e8b2e863e2c96b692c05e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:07:30 +0000 Subject: [PATCH 2/2] build: regenerate parser [dependabot skip] --- src/parser.c | 696166 ++++++++++++++++++------------------- src/tree_sitter/array.h | 3 +- 2 files changed, 348085 insertions(+), 348084 deletions(-) diff --git a/src/parser.c b/src/parser.c index d839977..403b260 100644 --- a/src/parser.c +++ b/src/parser.c @@ -4945,67 +4945,67 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [16] = 16, [17] = 17, [18] = 18, - [19] = 14, - [20] = 17, - [21] = 16, + [19] = 16, + [20] = 20, + [21] = 13, [22] = 22, - [23] = 23, - [24] = 15, + [23] = 16, + [24] = 18, [25] = 16, - [26] = 15, - [27] = 17, - [28] = 15, - [29] = 14, - [30] = 17, - [31] = 14, - [32] = 16, + [26] = 18, + [27] = 13, + [28] = 13, + [29] = 18, + [30] = 20, + [31] = 20, + [32] = 20, [33] = 33, [34] = 34, - [35] = 35, - [36] = 35, + [35] = 33, + [36] = 34, [37] = 37, - [38] = 37, + [38] = 38, [39] = 39, - [40] = 34, - [41] = 35, - [42] = 35, - [43] = 35, - [44] = 37, - [45] = 35, - [46] = 35, - [47] = 37, - [48] = 37, - [49] = 39, - [50] = 35, - [51] = 37, - [52] = 37, - [53] = 37, - [54] = 37, - [55] = 55, - [56] = 35, - [57] = 37, - [58] = 35, - [59] = 39, - [60] = 35, - [61] = 37, + [40] = 38, + [41] = 34, + [42] = 33, + [43] = 43, + [44] = 34, + [45] = 38, + [46] = 39, + [47] = 43, + [48] = 48, + [49] = 43, + [50] = 34, + [51] = 38, + [52] = 39, + [53] = 43, + [54] = 34, + [55] = 38, + [56] = 34, + [57] = 38, + [58] = 34, + [59] = 38, + [60] = 34, + [61] = 38, [62] = 34, - [63] = 37, - [64] = 35, - [65] = 37, - [66] = 37, - [67] = 35, - [68] = 68, - [69] = 39, - [70] = 35, - [71] = 35, - [72] = 37, - [73] = 34, - [74] = 35, - [75] = 33, - [76] = 35, - [77] = 33, - [78] = 37, - [79] = 37, + [63] = 38, + [64] = 34, + [65] = 38, + [66] = 34, + [67] = 38, + [68] = 34, + [69] = 38, + [70] = 34, + [71] = 38, + [72] = 34, + [73] = 38, + [74] = 38, + [75] = 34, + [76] = 38, + [77] = 34, + [78] = 38, + [79] = 39, [80] = 80, [81] = 81, [82] = 82, @@ -5013,32 +5013,32 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [84] = 84, [85] = 85, [86] = 86, - [87] = 86, - [88] = 82, - [89] = 82, - [90] = 85, - [91] = 82, - [92] = 84, - [93] = 83, + [87] = 82, + [88] = 83, + [89] = 85, + [90] = 82, + [91] = 83, + [92] = 83, + [93] = 85, [94] = 85, - [95] = 84, - [96] = 85, + [95] = 82, + [96] = 86, [97] = 86, [98] = 84, - [99] = 83, - [100] = 83, - [101] = 86, + [99] = 86, + [100] = 84, + [101] = 84, [102] = 102, [103] = 103, - [104] = 84, - [105] = 103, - [106] = 86, + [104] = 103, + [105] = 82, + [106] = 83, [107] = 103, - [108] = 82, + [108] = 85, [109] = 103, [110] = 103, - [111] = 85, - [112] = 83, + [111] = 86, + [112] = 84, [113] = 103, [114] = 114, [115] = 114, @@ -5062,147 +5062,147 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [133] = 133, [134] = 134, [135] = 135, - [136] = 136, - [137] = 136, - [138] = 135, - [139] = 136, + [136] = 135, + [137] = 137, + [138] = 137, + [139] = 137, [140] = 135, - [141] = 136, - [142] = 136, - [143] = 135, + [141] = 135, + [142] = 135, + [143] = 137, [144] = 135, - [145] = 136, - [146] = 135, - [147] = 136, - [148] = 136, - [149] = 135, - [150] = 135, - [151] = 132, - [152] = 135, + [145] = 134, + [146] = 137, + [147] = 135, + [148] = 137, + [149] = 137, + [150] = 137, + [151] = 137, + [152] = 137, [153] = 135, [154] = 135, [155] = 135, - [156] = 136, - [157] = 136, - [158] = 136, + [156] = 135, + [157] = 135, + [158] = 137, [159] = 135, - [160] = 136, - [161] = 136, - [162] = 132, + [160] = 137, + [161] = 137, + [162] = 134, [163] = 163, [164] = 164, - [165] = 165, + [165] = 163, [166] = 166, - [167] = 163, + [167] = 164, [168] = 168, - [169] = 168, + [169] = 169, [170] = 170, - [171] = 164, - [172] = 172, - [173] = 168, - [174] = 168, - [175] = 175, - [176] = 175, - [177] = 172, - [178] = 175, - [179] = 165, - [180] = 166, - [181] = 164, - [182] = 164, - [183] = 170, - [184] = 165, - [185] = 170, - [186] = 166, - [187] = 165, - [188] = 188, - [189] = 164, - [190] = 164, - [191] = 132, - [192] = 172, - [193] = 163, - [194] = 168, + [171] = 168, + [172] = 166, + [173] = 169, + [174] = 170, + [175] = 163, + [176] = 176, + [177] = 164, + [178] = 170, + [179] = 179, + [180] = 169, + [181] = 166, + [182] = 163, + [183] = 176, + [184] = 164, + [185] = 168, + [186] = 170, + [187] = 179, + [188] = 179, + [189] = 168, + [190] = 169, + [191] = 169, + [192] = 166, + [193] = 166, + [194] = 163, [195] = 166, - [196] = 165, - [197] = 170, - [198] = 188, - [199] = 188, - [200] = 165, - [201] = 163, - [202] = 188, - [203] = 166, - [204] = 175, - [205] = 175, - [206] = 166, - [207] = 172, - [208] = 170, - [209] = 188, - [210] = 175, - [211] = 172, - [212] = 163, - [213] = 163, - [214] = 170, - [215] = 172, - [216] = 168, + [196] = 179, + [197] = 163, + [198] = 176, + [199] = 164, + [200] = 200, + [201] = 168, + [202] = 176, + [203] = 170, + [204] = 179, + [205] = 176, + [206] = 168, + [207] = 164, + [208] = 134, + [209] = 200, + [210] = 169, + [211] = 170, + [212] = 200, + [213] = 179, + [214] = 200, + [215] = 200, + [216] = 176, [217] = 217, - [218] = 217, - [219] = 132, + [218] = 134, + [219] = 217, [220] = 217, - [221] = 132, + [221] = 134, [222] = 217, [223] = 223, [224] = 224, - [225] = 132, + [225] = 134, [226] = 226, [227] = 227, [228] = 228, - [229] = 229, - [230] = 229, - [231] = 229, - [232] = 229, - [233] = 229, - [234] = 229, - [235] = 134, + [229] = 228, + [230] = 132, + [231] = 231, + [232] = 228, + [233] = 228, + [234] = 228, + [235] = 235, [236] = 236, - [237] = 229, - [238] = 238, - [239] = 229, - [240] = 229, - [241] = 241, - [242] = 242, - [243] = 229, - [244] = 229, - [245] = 229, - [246] = 133, - [247] = 229, - [248] = 229, - [249] = 229, - [250] = 229, - [251] = 229, - [252] = 252, - [253] = 253, - [254] = 254, + [237] = 228, + [238] = 228, + [239] = 133, + [240] = 228, + [241] = 228, + [242] = 228, + [243] = 228, + [244] = 228, + [245] = 245, + [246] = 228, + [247] = 228, + [248] = 248, + [249] = 228, + [250] = 250, + [251] = 228, + [252] = 228, + [253] = 217, + [254] = 217, [255] = 255, [256] = 256, [257] = 257, - [258] = 258, + [258] = 217, [259] = 259, [260] = 260, [261] = 261, [262] = 262, - [263] = 217, - [264] = 217, + [263] = 263, + [264] = 264, [265] = 265, [266] = 266, [267] = 267, - [268] = 217, - [269] = 217, + [268] = 268, + [269] = 269, [270] = 270, [271] = 271, [272] = 272, [273] = 273, [274] = 274, [275] = 275, - [276] = 276, + [276] = 217, [277] = 277, [278] = 278, [279] = 279, @@ -5210,35 +5210,35 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [281] = 281, [282] = 282, [283] = 283, - [284] = 217, + [284] = 284, [285] = 285, [286] = 286, [287] = 287, - [288] = 288, + [288] = 217, [289] = 289, - [290] = 217, - [291] = 281, + [290] = 290, + [291] = 291, [292] = 292, - [293] = 293, + [293] = 290, [294] = 294, [295] = 295, [296] = 296, [297] = 297, - [298] = 298, + [298] = 217, [299] = 299, [300] = 300, [301] = 301, - [302] = 223, + [302] = 302, [303] = 303, [304] = 304, [305] = 305, [306] = 306, [307] = 307, - [308] = 308, + [308] = 224, [309] = 309, [310] = 310, - [311] = 311, - [312] = 223, + [311] = 223, + [312] = 312, [313] = 313, [314] = 314, [315] = 315, @@ -5249,58 +5249,58 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [320] = 320, [321] = 321, [322] = 322, - [323] = 224, + [323] = 323, [324] = 324, [325] = 325, [326] = 326, [327] = 327, - [328] = 313, + [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 332, [333] = 333, - [334] = 224, + [334] = 334, [335] = 335, [336] = 336, [337] = 337, - [338] = 313, - [339] = 313, - [340] = 313, - [341] = 313, - [342] = 313, - [343] = 313, - [344] = 309, + [338] = 338, + [339] = 339, + [340] = 340, + [341] = 341, + [342] = 342, + [343] = 343, + [344] = 344, [345] = 345, [346] = 346, [347] = 347, - [348] = 313, + [348] = 348, [349] = 349, [350] = 350, - [351] = 351, + [351] = 223, [352] = 352, - [353] = 353, + [353] = 223, [354] = 354, [355] = 355, - [356] = 313, + [356] = 224, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, - [362] = 362, - [363] = 363, - [364] = 364, - [365] = 365, - [366] = 366, - [367] = 367, - [368] = 368, - [369] = 369, - [370] = 370, - [371] = 371, - [372] = 372, - [373] = 224, - [374] = 374, + [362] = 352, + [363] = 224, + [364] = 352, + [365] = 352, + [366] = 352, + [367] = 352, + [368] = 352, + [369] = 352, + [370] = 352, + [371] = 352, + [372] = 352, + [373] = 352, + [374] = 361, [375] = 375, [376] = 376, [377] = 377, @@ -5310,506 +5310,506 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [381] = 381, [382] = 382, [383] = 383, - [384] = 223, + [384] = 384, [385] = 385, [386] = 386, [387] = 387, [388] = 388, - [389] = 313, - [390] = 313, + [389] = 389, + [390] = 390, [391] = 391, - [392] = 392, - [393] = 391, + [392] = 226, + [393] = 227, [394] = 394, - [395] = 227, - [396] = 396, - [397] = 397, - [398] = 394, - [399] = 399, - [400] = 394, - [401] = 226, - [402] = 391, + [395] = 395, + [396] = 395, + [397] = 395, + [398] = 398, + [399] = 394, + [400] = 400, + [401] = 398, + [402] = 226, [403] = 403, [404] = 404, - [405] = 404, - [406] = 403, - [407] = 227, - [408] = 404, - [409] = 403, - [410] = 226, - [411] = 228, - [412] = 133, - [413] = 236, - [414] = 242, - [415] = 133, - [416] = 134, - [417] = 236, - [418] = 236, - [419] = 228, - [420] = 242, - [421] = 134, - [422] = 228, - [423] = 242, - [424] = 280, - [425] = 293, - [426] = 270, - [427] = 299, - [428] = 253, - [429] = 267, - [430] = 274, - [431] = 294, - [432] = 296, - [433] = 275, - [434] = 271, - [435] = 289, - [436] = 265, - [437] = 288, - [438] = 287, - [439] = 285, - [440] = 293, - [441] = 279, - [442] = 278, - [443] = 279, + [405] = 394, + [406] = 398, + [407] = 391, + [408] = 391, + [409] = 409, + [410] = 227, + [411] = 250, + [412] = 250, + [413] = 248, + [414] = 231, + [415] = 132, + [416] = 133, + [417] = 231, + [418] = 133, + [419] = 132, + [420] = 248, + [421] = 248, + [422] = 231, + [423] = 250, + [424] = 264, + [425] = 266, + [426] = 267, + [427] = 268, + [428] = 296, + [429] = 269, + [430] = 270, + [431] = 287, + [432] = 297, + [433] = 272, + [434] = 273, + [435] = 274, + [436] = 275, + [437] = 226, + [438] = 299, + [439] = 277, + [440] = 291, + [441] = 278, + [442] = 291, + [443] = 292, [444] = 294, - [445] = 293, - [446] = 292, - [447] = 259, - [448] = 261, - [449] = 276, - [450] = 257, - [451] = 285, - [452] = 259, - [453] = 292, - [454] = 270, - [455] = 286, - [456] = 280, - [457] = 287, - [458] = 286, - [459] = 288, - [460] = 265, - [461] = 279, - [462] = 285, - [463] = 287, - [464] = 288, - [465] = 289, - [466] = 289, - [467] = 261, - [468] = 258, - [469] = 292, - [470] = 296, - [471] = 297, - [472] = 298, - [473] = 254, - [474] = 274, - [475] = 227, - [476] = 296, - [477] = 260, - [478] = 295, - [479] = 297, - [480] = 258, - [481] = 260, - [482] = 298, - [483] = 278, - [484] = 257, - [485] = 277, - [486] = 294, - [487] = 262, - [488] = 256, - [489] = 255, - [490] = 272, - [491] = 299, - [492] = 254, - [493] = 267, - [494] = 275, - [495] = 276, - [496] = 273, - [497] = 266, - [498] = 274, - [499] = 266, - [500] = 226, - [501] = 271, - [502] = 253, + [445] = 295, + [446] = 296, + [447] = 297, + [448] = 255, + [449] = 256, + [450] = 255, + [451] = 259, + [452] = 260, + [453] = 261, + [454] = 262, + [455] = 263, + [456] = 264, + [457] = 265, + [458] = 266, + [459] = 270, + [460] = 279, + [461] = 280, + [462] = 281, + [463] = 272, + [464] = 278, + [465] = 282, + [466] = 279, + [467] = 280, + [468] = 281, + [469] = 282, + [470] = 283, + [471] = 283, + [472] = 286, + [473] = 267, + [474] = 268, + [475] = 273, + [476] = 274, + [477] = 275, + [478] = 284, + [479] = 284, + [480] = 289, + [481] = 257, + [482] = 287, + [483] = 227, + [484] = 269, + [485] = 299, + [486] = 277, + [487] = 285, + [488] = 285, + [489] = 286, + [490] = 289, + [491] = 291, + [492] = 292, + [493] = 294, + [494] = 295, + [495] = 296, + [496] = 297, + [497] = 255, + [498] = 256, + [499] = 257, + [500] = 259, + [501] = 260, + [502] = 261, [503] = 262, - [504] = 256, - [505] = 255, - [506] = 255, - [507] = 256, - [508] = 262, - [509] = 273, - [510] = 260, - [511] = 282, - [512] = 261, - [513] = 259, - [514] = 267, - [515] = 278, - [516] = 266, - [517] = 273, - [518] = 272, - [519] = 282, - [520] = 265, - [521] = 295, - [522] = 298, - [523] = 297, - [524] = 270, - [525] = 272, - [526] = 299, - [527] = 277, - [528] = 254, - [529] = 275, - [530] = 253, - [531] = 286, - [532] = 271, - [533] = 277, - [534] = 276, - [535] = 257, - [536] = 258, - [537] = 295, - [538] = 282, - [539] = 280, - [540] = 381, - [541] = 359, - [542] = 369, - [543] = 370, - [544] = 345, - [545] = 358, - [546] = 359, - [547] = 360, - [548] = 376, - [549] = 378, - [550] = 379, - [551] = 382, - [552] = 361, - [553] = 362, - [554] = 385, - [555] = 387, - [556] = 363, - [557] = 364, - [558] = 365, - [559] = 265, - [560] = 366, - [561] = 346, - [562] = 347, - [563] = 327, - [564] = 321, - [565] = 367, - [566] = 308, - [567] = 310, - [568] = 568, - [569] = 388, - [570] = 314, - [571] = 336, - [572] = 335, - [573] = 317, - [574] = 381, - [575] = 333, - [576] = 332, - [577] = 319, - [578] = 380, - [579] = 377, - [580] = 331, + [504] = 263, + [505] = 264, + [506] = 265, + [507] = 266, + [508] = 267, + [509] = 268, + [510] = 269, + [511] = 287, + [512] = 270, + [513] = 272, + [514] = 256, + [515] = 257, + [516] = 273, + [517] = 274, + [518] = 275, + [519] = 299, + [520] = 277, + [521] = 278, + [522] = 279, + [523] = 280, + [524] = 281, + [525] = 282, + [526] = 283, + [527] = 284, + [528] = 292, + [529] = 285, + [530] = 286, + [531] = 259, + [532] = 294, + [533] = 295, + [534] = 260, + [535] = 261, + [536] = 262, + [537] = 263, + [538] = 289, + [539] = 265, + [540] = 300, + [541] = 322, + [542] = 377, + [543] = 324, + [544] = 325, + [545] = 326, + [546] = 342, + [547] = 389, + [548] = 347, + [549] = 350, + [550] = 300, + [551] = 390, + [552] = 335, + [553] = 354, + [554] = 355, + [555] = 304, + [556] = 357, + [557] = 358, + [558] = 359, + [559] = 360, + [560] = 305, + [561] = 306, + [562] = 316, + [563] = 341, + [564] = 354, + [565] = 349, + [566] = 355, + [567] = 378, + [568] = 303, + [569] = 375, + [570] = 309, + [571] = 312, + [572] = 314, + [573] = 315, + [574] = 318, + [575] = 319, + [576] = 384, + [577] = 327, + [578] = 387, + [579] = 388, + [580] = 301, [581] = 330, - [582] = 318, - [583] = 326, - [584] = 325, - [585] = 320, - [586] = 375, - [587] = 374, - [588] = 332, - [589] = 320, - [590] = 318, - [591] = 317, - [592] = 314, - [593] = 310, - [594] = 308, - [595] = 307, - [596] = 306, - [597] = 305, - [598] = 304, - [599] = 303, - [600] = 335, - [601] = 361, - [602] = 372, - [603] = 301, - [604] = 329, - [605] = 371, - [606] = 368, - [607] = 357, - [608] = 315, - [609] = 316, - [610] = 319, - [611] = 355, - [612] = 321, - [613] = 322, - [614] = 300, - [615] = 324, - [616] = 362, - [617] = 327, - [618] = 311, - [619] = 363, - [620] = 364, - [621] = 329, - [622] = 365, - [623] = 337, - [624] = 366, - [625] = 367, - [626] = 376, - [627] = 352, - [628] = 380, - [629] = 385, - [630] = 380, - [631] = 351, - [632] = 375, - [633] = 372, - [634] = 301, - [635] = 368, - [636] = 357, - [637] = 351, - [638] = 386, - [639] = 383, - [640] = 351, - [641] = 311, - [642] = 324, - [643] = 300, - [644] = 386, - [645] = 383, - [646] = 322, - [647] = 316, - [648] = 315, - [649] = 337, - [650] = 303, - [651] = 305, - [652] = 306, - [653] = 307, - [654] = 325, - [655] = 326, - [656] = 330, - [657] = 331, - [658] = 354, - [659] = 353, - [660] = 354, - [661] = 353, - [662] = 333, - [663] = 336, - [664] = 345, - [665] = 304, - [666] = 346, - [667] = 347, - [668] = 358, - [669] = 360, - [670] = 350, - [671] = 349, - [672] = 369, - [673] = 350, - [674] = 352, - [675] = 370, - [676] = 378, - [677] = 349, - [678] = 379, - [679] = 382, - [680] = 355, - [681] = 371, - [682] = 387, - [683] = 374, - [684] = 388, - [685] = 377, - [686] = 132, - [687] = 374, - [688] = 325, - [689] = 388, - [690] = 329, - [691] = 386, - [692] = 347, - [693] = 346, - [694] = 345, - [695] = 695, - [696] = 383, - [697] = 336, - [698] = 335, - [699] = 333, - [700] = 354, - [701] = 332, - [702] = 370, - [703] = 331, - [704] = 330, - [705] = 369, - [706] = 326, - [707] = 707, - [708] = 320, - [709] = 376, - [710] = 318, - [711] = 317, - [712] = 353, - [713] = 314, - [714] = 378, - [715] = 310, - [716] = 350, - [717] = 358, - [718] = 359, - [719] = 311, - [720] = 308, - [721] = 379, - [722] = 307, - [723] = 327, - [724] = 306, - [725] = 305, - [726] = 377, - [727] = 360, - [728] = 382, - [729] = 361, - [730] = 362, - [731] = 304, - [732] = 303, - [733] = 363, - [734] = 324, - [735] = 300, - [736] = 355, - [737] = 737, - [738] = 322, - [739] = 364, - [740] = 321, - [741] = 319, - [742] = 316, - [743] = 367, - [744] = 315, - [745] = 365, - [746] = 366, - [747] = 381, - [748] = 349, - [749] = 375, - [750] = 337, - [751] = 372, - [752] = 357, - [753] = 301, - [754] = 371, - [755] = 368, - [756] = 385, - [757] = 387, - [758] = 132, - [759] = 132, + [582] = 302, + [583] = 328, + [584] = 317, + [585] = 323, + [586] = 335, + [587] = 303, + [588] = 316, + [589] = 329, + [590] = 287, + [591] = 378, + [592] = 333, + [593] = 334, + [594] = 307, + [595] = 357, + [596] = 359, + [597] = 331, + [598] = 332, + [599] = 384, + [600] = 336, + [601] = 337, + [602] = 338, + [603] = 344, + [604] = 360, + [605] = 331, + [606] = 301, + [607] = 376, + [608] = 377, + [609] = 339, + [610] = 379, + [611] = 380, + [612] = 381, + [613] = 382, + [614] = 383, + [615] = 385, + [616] = 386, + [617] = 389, + [618] = 320, + [619] = 321, + [620] = 340, + [621] = 343, + [622] = 345, + [623] = 304, + [624] = 305, + [625] = 306, + [626] = 626, + [627] = 346, + [628] = 348, + [629] = 336, + [630] = 375, + [631] = 309, + [632] = 310, + [633] = 312, + [634] = 313, + [635] = 314, + [636] = 315, + [637] = 375, + [638] = 387, + [639] = 388, + [640] = 318, + [641] = 319, + [642] = 320, + [643] = 321, + [644] = 322, + [645] = 324, + [646] = 325, + [647] = 326, + [648] = 327, + [649] = 328, + [650] = 329, + [651] = 330, + [652] = 302, + [653] = 323, + [654] = 333, + [655] = 334, + [656] = 303, + [657] = 332, + [658] = 344, + [659] = 337, + [660] = 338, + [661] = 339, + [662] = 340, + [663] = 341, + [664] = 342, + [665] = 343, + [666] = 379, + [667] = 345, + [668] = 346, + [669] = 380, + [670] = 347, + [671] = 348, + [672] = 381, + [673] = 382, + [674] = 349, + [675] = 350, + [676] = 383, + [677] = 385, + [678] = 307, + [679] = 386, + [680] = 310, + [681] = 313, + [682] = 358, + [683] = 317, + [684] = 376, + [685] = 390, + [686] = 134, + [687] = 335, + [688] = 383, + [689] = 385, + [690] = 341, + [691] = 342, + [692] = 343, + [693] = 318, + [694] = 389, + [695] = 319, + [696] = 320, + [697] = 321, + [698] = 322, + [699] = 376, + [700] = 324, + [701] = 325, + [702] = 326, + [703] = 327, + [704] = 345, + [705] = 328, + [706] = 302, + [707] = 346, + [708] = 329, + [709] = 384, + [710] = 300, + [711] = 390, + [712] = 377, + [713] = 354, + [714] = 355, + [715] = 347, + [716] = 316, + [717] = 348, + [718] = 333, + [719] = 334, + [720] = 378, + [721] = 304, + [722] = 379, + [723] = 305, + [724] = 323, + [725] = 306, + [726] = 344, + [727] = 349, + [728] = 728, + [729] = 350, + [730] = 357, + [731] = 358, + [732] = 380, + [733] = 381, + [734] = 317, + [735] = 387, + [736] = 388, + [737] = 301, + [738] = 339, + [739] = 340, + [740] = 359, + [741] = 360, + [742] = 309, + [743] = 310, + [744] = 330, + [745] = 312, + [746] = 313, + [747] = 747, + [748] = 748, + [749] = 314, + [750] = 315, + [751] = 331, + [752] = 332, + [753] = 338, + [754] = 336, + [755] = 382, + [756] = 337, + [757] = 386, + [758] = 134, + [759] = 134, [760] = 760, - [761] = 760, - [762] = 762, - [763] = 568, - [764] = 760, - [765] = 762, - [766] = 762, - [767] = 762, - [768] = 568, - [769] = 769, - [770] = 760, - [771] = 762, - [772] = 760, - [773] = 760, - [774] = 762, - [775] = 762, + [761] = 761, + [762] = 760, + [763] = 760, + [764] = 761, + [765] = 761, + [766] = 761, + [767] = 760, + [768] = 626, + [769] = 761, + [770] = 626, + [771] = 760, + [772] = 772, + [773] = 773, + [774] = 761, + [775] = 761, [776] = 760, - [777] = 762, + [777] = 760, [778] = 760, - [779] = 760, - [780] = 762, - [781] = 762, - [782] = 760, - [783] = 783, - [784] = 132, - [785] = 132, - [786] = 132, + [779] = 761, + [780] = 760, + [781] = 761, + [782] = 761, + [783] = 760, + [784] = 134, + [785] = 134, + [786] = 134, [787] = 787, - [788] = 309, - [789] = 309, - [790] = 309, + [788] = 361, + [789] = 361, + [790] = 361, [791] = 791, [792] = 791, [793] = 793, [794] = 794, [795] = 795, [796] = 796, - [797] = 797, + [797] = 795, [798] = 798, - [799] = 797, - [800] = 796, + [799] = 799, + [800] = 800, [801] = 801, - [802] = 797, - [803] = 796, + [802] = 802, + [803] = 803, [804] = 804, - [805] = 796, - [806] = 806, - [807] = 807, - [808] = 801, - [809] = 809, - [810] = 797, - [811] = 807, + [805] = 798, + [806] = 803, + [807] = 795, + [808] = 800, + [809] = 795, + [810] = 800, + [811] = 811, [812] = 795, - [813] = 801, - [814] = 814, - [815] = 797, - [816] = 797, - [817] = 809, - [818] = 818, - [819] = 801, - [820] = 818, - [821] = 821, - [822] = 797, + [813] = 800, + [814] = 801, + [815] = 795, + [816] = 816, + [817] = 801, + [818] = 801, + [819] = 819, + [820] = 816, + [821] = 795, + [822] = 804, [823] = 823, - [824] = 823, - [825] = 309, + [824] = 361, + [825] = 823, [826] = 823, [827] = 823, [828] = 823, [829] = 823, - [830] = 823, - [831] = 309, - [832] = 309, + [830] = 361, + [831] = 823, + [832] = 361, [833] = 833, - [834] = 223, - [835] = 224, - [836] = 133, - [837] = 837, - [838] = 236, - [839] = 837, - [840] = 134, - [841] = 242, - [842] = 228, - [843] = 282, - [844] = 297, - [845] = 267, - [846] = 256, - [847] = 794, - [848] = 273, - [849] = 292, - [850] = 266, - [851] = 293, - [852] = 295, - [853] = 294, - [854] = 278, - [855] = 299, - [856] = 833, - [857] = 255, - [858] = 858, - [859] = 286, - [860] = 272, - [861] = 274, - [862] = 280, + [834] = 224, + [835] = 223, + [836] = 231, + [837] = 132, + [838] = 838, + [839] = 838, + [840] = 133, + [841] = 248, + [842] = 250, + [843] = 299, + [844] = 267, + [845] = 292, + [846] = 277, + [847] = 294, + [848] = 295, + [849] = 281, + [850] = 296, + [851] = 297, + [852] = 852, + [853] = 282, + [854] = 255, + [855] = 283, + [856] = 257, + [857] = 794, + [858] = 268, + [859] = 284, + [860] = 256, + [861] = 285, + [862] = 286, [863] = 259, - [864] = 793, - [865] = 298, - [866] = 277, - [867] = 296, - [868] = 289, - [869] = 288, - [870] = 287, - [871] = 285, - [872] = 279, - [873] = 262, - [874] = 254, - [875] = 275, - [876] = 253, - [877] = 271, - [878] = 261, - [879] = 276, - [880] = 257, - [881] = 258, - [882] = 270, - [883] = 260, + [864] = 260, + [865] = 278, + [866] = 261, + [867] = 262, + [868] = 263, + [869] = 264, + [870] = 265, + [871] = 833, + [872] = 266, + [873] = 291, + [874] = 273, + [875] = 274, + [876] = 275, + [877] = 793, + [878] = 269, + [879] = 270, + [880] = 272, + [881] = 279, + [882] = 289, + [883] = 280, [884] = 884, [885] = 884, [886] = 884, @@ -5818,170 +5818,170 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [889] = 889, [890] = 890, [891] = 890, - [892] = 892, + [892] = 889, [893] = 893, - [894] = 889, - [895] = 890, - [896] = 893, - [897] = 890, - [898] = 893, - [899] = 893, - [900] = 893, - [901] = 893, - [902] = 890, - [903] = 890, - [904] = 889, - [905] = 905, - [906] = 893, - [907] = 890, + [894] = 893, + [895] = 893, + [896] = 889, + [897] = 889, + [898] = 890, + [899] = 889, + [900] = 900, + [901] = 890, + [902] = 889, + [903] = 893, + [904] = 890, + [905] = 889, + [906] = 906, + [907] = 889, [908] = 893, - [909] = 889, - [910] = 893, - [911] = 889, - [912] = 890, - [913] = 889, - [914] = 890, + [909] = 890, + [910] = 890, + [911] = 890, + [912] = 893, + [913] = 890, + [914] = 889, [915] = 915, [916] = 916, [917] = 915, [918] = 916, [919] = 915, [920] = 916, - [921] = 916, - [922] = 916, + [921] = 915, + [922] = 915, [923] = 916, [924] = 915, - [925] = 915, - [926] = 915, + [925] = 916, + [926] = 916, [927] = 927, [928] = 928, [929] = 929, [930] = 930, - [931] = 930, - [932] = 930, + [931] = 931, + [932] = 931, [933] = 930, - [934] = 934, + [934] = 930, [935] = 930, [936] = 930, - [937] = 934, - [938] = 934, + [937] = 930, + [938] = 931, [939] = 939, [940] = 940, [941] = 941, - [942] = 942, - [943] = 940, - [944] = 940, + [942] = 939, + [943] = 943, + [944] = 939, [945] = 939, [946] = 939, - [947] = 941, - [948] = 939, - [949] = 949, + [947] = 939, + [948] = 948, + [949] = 939, [950] = 940, [951] = 940, - [952] = 941, - [953] = 941, - [954] = 939, - [955] = 940, - [956] = 939, - [957] = 939, + [952] = 943, + [953] = 948, + [954] = 948, + [955] = 939, + [956] = 943, + [957] = 948, [958] = 940, - [959] = 939, - [960] = 960, - [961] = 960, - [962] = 960, - [963] = 939, - [964] = 941, + [959] = 959, + [960] = 948, + [961] = 948, + [962] = 940, + [963] = 948, + [964] = 939, [965] = 965, [966] = 966, [967] = 967, - [968] = 965, - [969] = 969, - [970] = 965, - [971] = 965, + [968] = 966, + [969] = 967, + [970] = 970, + [971] = 971, [972] = 967, - [973] = 967, - [974] = 965, - [975] = 965, - [976] = 967, - [977] = 967, - [978] = 965, - [979] = 967, - [980] = 965, - [981] = 967, - [982] = 982, - [983] = 969, - [984] = 969, - [985] = 965, - [986] = 967, - [987] = 967, + [973] = 966, + [974] = 966, + [975] = 975, + [976] = 976, + [977] = 966, + [978] = 966, + [979] = 979, + [980] = 980, + [981] = 966, + [982] = 967, + [983] = 966, + [984] = 984, + [985] = 966, + [986] = 966, + [987] = 987, [988] = 967, [989] = 967, - [990] = 965, - [991] = 965, - [992] = 965, - [993] = 993, - [994] = 967, - [995] = 995, - [996] = 996, - [997] = 967, - [998] = 998, + [990] = 966, + [991] = 991, + [992] = 967, + [993] = 967, + [994] = 994, + [995] = 965, + [996] = 967, + [997] = 997, + [998] = 965, [999] = 999, - [1000] = 1000, - [1001] = 1001, - [1002] = 1002, - [1003] = 965, - [1004] = 1004, - [1005] = 1005, + [1000] = 967, + [1001] = 966, + [1002] = 967, + [1003] = 966, + [1004] = 967, + [1005] = 967, [1006] = 1006, [1007] = 1007, [1008] = 1008, - [1009] = 1009, - [1010] = 1010, - [1011] = 1011, - [1012] = 1009, - [1013] = 1009, + [1009] = 1007, + [1010] = 1006, + [1011] = 1006, + [1012] = 1007, + [1013] = 1006, [1014] = 1014, - [1015] = 1011, - [1016] = 1009, - [1017] = 1006, - [1018] = 1009, + [1015] = 1015, + [1016] = 1008, + [1017] = 1007, + [1018] = 1018, [1019] = 1019, [1020] = 1020, - [1021] = 1006, - [1022] = 1011, - [1023] = 1023, - [1024] = 1011, - [1025] = 1025, - [1026] = 1026, - [1027] = 1027, - [1028] = 1028, + [1021] = 1007, + [1022] = 1022, + [1023] = 1008, + [1024] = 1006, + [1025] = 1006, + [1026] = 1006, + [1027] = 1006, + [1028] = 1007, [1029] = 1029, - [1030] = 1030, + [1030] = 1006, [1031] = 1031, - [1032] = 1006, - [1033] = 1033, - [1034] = 1009, - [1035] = 1011, - [1036] = 1009, - [1037] = 1011, - [1038] = 1009, - [1039] = 1011, - [1040] = 1009, - [1041] = 1009, - [1042] = 1042, - [1043] = 1006, - [1044] = 1044, - [1045] = 1006, - [1046] = 1009, - [1047] = 1011, - [1048] = 1011, - [1049] = 1009, - [1050] = 1011, - [1051] = 1011, - [1052] = 1009, - [1053] = 1011, - [1054] = 1006, - [1055] = 1011, + [1032] = 1032, + [1033] = 1007, + [1034] = 1034, + [1035] = 1007, + [1036] = 1036, + [1037] = 1007, + [1038] = 1006, + [1039] = 1007, + [1040] = 1040, + [1041] = 1041, + [1042] = 1006, + [1043] = 1008, + [1044] = 1008, + [1045] = 1045, + [1046] = 1006, + [1047] = 1047, + [1048] = 1008, + [1049] = 1007, + [1050] = 1008, + [1051] = 1007, + [1052] = 1006, + [1053] = 1053, + [1054] = 1007, + [1055] = 1055, [1056] = 1056, [1057] = 1057, [1058] = 1058, @@ -5990,105 +5990,105 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1061] = 1061, [1062] = 1062, [1063] = 1063, - [1064] = 1060, + [1064] = 1064, [1065] = 1065, [1066] = 1066, [1067] = 1067, [1068] = 1068, - [1069] = 1062, + [1069] = 1069, [1070] = 1070, [1071] = 1071, [1072] = 1072, [1073] = 1073, [1074] = 1074, [1075] = 1075, - [1076] = 1057, + [1076] = 1076, [1077] = 1077, - [1078] = 1066, - [1079] = 1061, + [1078] = 1078, + [1079] = 1079, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, - [1084] = 1061, + [1084] = 1084, [1085] = 1085, [1086] = 1086, - [1087] = 1087, - [1088] = 1061, - [1089] = 1068, - [1090] = 1067, - [1091] = 1071, - [1092] = 1085, - [1093] = 1093, - [1094] = 1072, - [1095] = 1095, - [1096] = 1096, - [1097] = 1095, - [1098] = 1093, - [1099] = 1093, - [1100] = 1100, - [1101] = 1073, + [1087] = 1058, + [1088] = 1059, + [1089] = 1056, + [1090] = 1060, + [1091] = 1061, + [1092] = 1068, + [1093] = 1069, + [1094] = 1070, + [1095] = 1071, + [1096] = 1072, + [1097] = 1073, + [1098] = 1064, + [1099] = 1099, + [1100] = 1057, + [1101] = 1063, [1102] = 1102, - [1103] = 1074, - [1104] = 1057, - [1105] = 1058, - [1106] = 1106, - [1107] = 1063, - [1108] = 1061, - [1109] = 1109, - [1110] = 1093, - [1111] = 1056, - [1112] = 1112, - [1113] = 1113, - [1114] = 1057, - [1115] = 1061, - [1116] = 1116, - [1117] = 1080, - [1118] = 1061, + [1103] = 1103, + [1104] = 1104, + [1105] = 1105, + [1106] = 1103, + [1107] = 1065, + [1108] = 1065, + [1109] = 1066, + [1110] = 1067, + [1111] = 1104, + [1112] = 1099, + [1113] = 1105, + [1114] = 1114, + [1115] = 1115, + [1116] = 1063, + [1117] = 1104, + [1118] = 1105, [1119] = 1065, - [1120] = 1087, - [1121] = 1061, - [1122] = 1061, - [1123] = 1057, - [1124] = 1087, - [1125] = 1081, - [1126] = 1057, - [1127] = 1112, - [1128] = 1128, - [1129] = 1075, - [1130] = 1082, - [1131] = 1113, - [1132] = 1132, - [1133] = 1133, - [1134] = 1057, - [1135] = 1057, - [1136] = 1083, - [1137] = 1137, - [1138] = 1065, - [1139] = 1061, - [1140] = 1116, - [1141] = 1133, - [1142] = 1128, - [1143] = 1057, - [1144] = 1065, - [1145] = 1145, - [1146] = 1095, - [1147] = 1061, - [1148] = 1087, - [1149] = 1061, - [1150] = 1096, - [1151] = 1100, - [1152] = 1102, - [1153] = 1109, - [1154] = 1075, - [1155] = 1106, - [1156] = 1095, - [1157] = 1057, - [1158] = 1065, - [1159] = 1061, - [1160] = 1087, - [1161] = 1059, - [1162] = 1145, + [1120] = 1066, + [1121] = 1067, + [1122] = 1066, + [1123] = 1067, + [1124] = 1063, + [1125] = 1104, + [1126] = 1065, + [1127] = 1066, + [1128] = 1067, + [1129] = 1065, + [1130] = 1065, + [1131] = 1065, + [1132] = 1074, + [1133] = 1075, + [1134] = 1065, + [1135] = 1076, + [1136] = 1077, + [1137] = 1078, + [1138] = 1079, + [1139] = 1065, + [1140] = 1080, + [1141] = 1081, + [1142] = 1082, + [1143] = 1114, + [1144] = 1102, + [1145] = 1083, + [1146] = 1146, + [1147] = 1114, + [1148] = 1148, + [1149] = 1084, + [1150] = 1114, + [1151] = 1085, + [1152] = 1114, + [1153] = 1114, + [1154] = 1114, + [1155] = 1086, + [1156] = 1114, + [1157] = 1114, + [1158] = 1114, + [1159] = 1065, + [1160] = 1065, + [1161] = 1065, + [1162] = 1162, [1163] = 1163, [1164] = 1164, [1165] = 1165, @@ -6100,430 +6100,430 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1171] = 1171, [1172] = 1172, [1173] = 1173, - [1174] = 1168, + [1174] = 1174, [1175] = 1175, [1176] = 1165, - [1177] = 1171, - [1178] = 1166, - [1179] = 1163, + [1177] = 1166, + [1178] = 1178, + [1179] = 1179, [1180] = 1180, - [1181] = 1165, - [1182] = 1175, - [1183] = 1172, - [1184] = 1169, - [1185] = 1185, + [1181] = 1181, + [1182] = 1182, + [1183] = 1169, + [1184] = 1170, + [1185] = 1172, [1186] = 1186, - [1187] = 1166, - [1188] = 1169, - [1189] = 1168, + [1187] = 1187, + [1188] = 1186, + [1189] = 1187, [1190] = 1190, - [1191] = 1180, - [1192] = 1192, - [1193] = 1193, - [1194] = 1186, + [1191] = 1191, + [1192] = 1174, + [1193] = 1190, + [1194] = 1194, [1195] = 1195, - [1196] = 1193, - [1197] = 1173, - [1198] = 1168, - [1199] = 1172, - [1200] = 1175, - [1201] = 1165, - [1202] = 1202, - [1203] = 1173, - [1204] = 1204, - [1205] = 1205, - [1206] = 1170, + [1196] = 1196, + [1197] = 1197, + [1198] = 1174, + [1199] = 1165, + [1200] = 1166, + [1201] = 1178, + [1202] = 1179, + [1203] = 1180, + [1204] = 1181, + [1205] = 1182, + [1206] = 1169, [1207] = 1170, - [1208] = 1165, - [1209] = 1175, - [1210] = 1205, - [1211] = 1205, - [1212] = 1212, - [1213] = 1170, - [1214] = 1172, - [1215] = 1170, - [1216] = 1212, - [1217] = 1163, + [1208] = 1172, + [1209] = 1186, + [1210] = 1187, + [1211] = 1190, + [1212] = 1191, + [1213] = 1191, + [1214] = 1194, + [1215] = 1197, + [1216] = 1216, + [1217] = 1217, [1218] = 1218, - [1219] = 1169, - [1220] = 1185, - [1221] = 1166, + [1219] = 1173, + [1220] = 1220, + [1221] = 1163, [1222] = 1222, - [1223] = 1223, - [1224] = 1212, - [1225] = 1163, - [1226] = 1180, - [1227] = 1218, - [1228] = 1170, - [1229] = 1229, - [1230] = 1204, - [1231] = 1165, - [1232] = 1186, - [1233] = 1192, - [1234] = 1202, - [1235] = 1218, - [1236] = 1180, + [1223] = 1165, + [1224] = 1166, + [1225] = 1178, + [1226] = 1179, + [1227] = 1180, + [1228] = 1181, + [1229] = 1182, + [1230] = 1169, + [1231] = 1170, + [1232] = 1172, + [1233] = 1191, + [1234] = 1234, + [1235] = 1197, + [1236] = 1217, [1237] = 1237, - [1238] = 1190, - [1239] = 1204, + [1238] = 1238, + [1239] = 1239, [1240] = 1240, [1241] = 1241, - [1242] = 1195, - [1243] = 1186, - [1244] = 1163, - [1245] = 1193, - [1246] = 1205, - [1247] = 1193, - [1248] = 1248, - [1249] = 1218, - [1250] = 1202, - [1251] = 1251, - [1252] = 1190, - [1253] = 1186, - [1254] = 1175, - [1255] = 1240, - [1256] = 1180, - [1257] = 1192, - [1258] = 1204, - [1259] = 1259, - [1260] = 1240, - [1261] = 1251, - [1262] = 1262, - [1263] = 1190, - [1264] = 1192, - [1265] = 1168, - [1266] = 1170, - [1267] = 1172, - [1268] = 1173, - [1269] = 1173, + [1242] = 1216, + [1243] = 1174, + [1244] = 1165, + [1245] = 1166, + [1246] = 1178, + [1247] = 1179, + [1248] = 1180, + [1249] = 1181, + [1250] = 1182, + [1251] = 1169, + [1252] = 1170, + [1253] = 1172, + [1254] = 1186, + [1255] = 1187, + [1256] = 1190, + [1257] = 1191, + [1258] = 1194, + [1259] = 1197, + [1260] = 1216, + [1261] = 1173, + [1262] = 1217, + [1263] = 1263, + [1264] = 1178, + [1265] = 1163, + [1266] = 1194, + [1267] = 1267, + [1268] = 1268, + [1269] = 1269, [1270] = 1270, - [1271] = 1271, - [1272] = 1168, - [1273] = 1273, - [1274] = 1240, - [1275] = 1185, - [1276] = 1204, + [1271] = 1186, + [1272] = 1167, + [1273] = 1168, + [1274] = 1186, + [1275] = 1187, + [1276] = 1179, [1277] = 1173, - [1278] = 1259, - [1279] = 1173, - [1280] = 1271, - [1281] = 1168, - [1282] = 1175, - [1283] = 1212, - [1284] = 1169, - [1285] = 1204, - [1286] = 1168, - [1287] = 1287, - [1288] = 1173, - [1289] = 1204, - [1290] = 1166, - [1291] = 1163, - [1292] = 1204, - [1293] = 1164, - [1294] = 1185, - [1295] = 1295, - [1296] = 1212, - [1297] = 1240, - [1298] = 1248, - [1299] = 1241, - [1300] = 1300, - [1301] = 1212, - [1302] = 1271, - [1303] = 1180, - [1304] = 1186, - [1305] = 1205, - [1306] = 1171, - [1307] = 1170, - [1308] = 1164, - [1309] = 1193, - [1310] = 1171, - [1311] = 1205, - [1312] = 1193, - [1313] = 1259, - [1314] = 1205, - [1315] = 1193, - [1316] = 1192, - [1317] = 1171, + [1278] = 1174, + [1279] = 1190, + [1280] = 1180, + [1281] = 1174, + [1282] = 1165, + [1283] = 1166, + [1284] = 1178, + [1285] = 1179, + [1286] = 1180, + [1287] = 1181, + [1288] = 1182, + [1289] = 1169, + [1290] = 1170, + [1291] = 1172, + [1292] = 1216, + [1293] = 1197, + [1294] = 1173, + [1295] = 1163, + [1296] = 1190, + [1297] = 1181, + [1298] = 1196, + [1299] = 1299, + [1300] = 1174, + [1301] = 1165, + [1302] = 1166, + [1303] = 1178, + [1304] = 1179, + [1305] = 1180, + [1306] = 1181, + [1307] = 1182, + [1308] = 1169, + [1309] = 1170, + [1310] = 1172, + [1311] = 1216, + [1312] = 1173, + [1313] = 1313, + [1314] = 1186, + [1315] = 1187, + [1316] = 1190, + [1317] = 1174, [1318] = 1165, - [1319] = 1170, - [1320] = 1262, - [1321] = 1165, - [1322] = 1241, - [1323] = 1175, - [1324] = 1190, - [1325] = 1180, - [1326] = 1190, + [1319] = 1166, + [1320] = 1196, + [1321] = 1179, + [1322] = 1180, + [1323] = 1181, + [1324] = 1182, + [1325] = 1169, + [1326] = 1170, [1327] = 1172, - [1328] = 1171, - [1329] = 1171, - [1330] = 1171, - [1331] = 1271, - [1332] = 1332, - [1333] = 1205, - [1334] = 1193, - [1335] = 1186, - [1336] = 1180, - [1337] = 1163, - [1338] = 1338, - [1339] = 1212, - [1340] = 1166, - [1341] = 1259, - [1342] = 1271, - [1343] = 1175, - [1344] = 1185, - [1345] = 1169, - [1346] = 1346, - [1347] = 1172, - [1348] = 1172, - [1349] = 1175, - [1350] = 1350, - [1351] = 1165, - [1352] = 1205, - [1353] = 1190, - [1354] = 1354, - [1355] = 1168, - [1356] = 1204, - [1357] = 1169, - [1358] = 1240, - [1359] = 1186, - [1360] = 1180, - [1361] = 1163, - [1362] = 1218, - [1363] = 1195, - [1364] = 1180, + [1328] = 1216, + [1329] = 1173, + [1330] = 1194, + [1331] = 1186, + [1332] = 1187, + [1333] = 1191, + [1334] = 1195, + [1335] = 1174, + [1336] = 1216, + [1337] = 1173, + [1338] = 1174, + [1339] = 1190, + [1340] = 1340, + [1341] = 1341, + [1342] = 1163, + [1343] = 1216, + [1344] = 1173, + [1345] = 1197, + [1346] = 1191, + [1347] = 1216, + [1348] = 1165, + [1349] = 1216, + [1350] = 1166, + [1351] = 1173, + [1352] = 1352, + [1353] = 1178, + [1354] = 1179, + [1355] = 1180, + [1356] = 1181, + [1357] = 1194, + [1358] = 1182, + [1359] = 1169, + [1360] = 1170, + [1361] = 1172, + [1362] = 1191, + [1363] = 1197, + [1364] = 1165, [1365] = 1166, - [1366] = 1186, - [1367] = 1195, - [1368] = 1173, - [1369] = 1170, - [1370] = 1171, - [1371] = 1172, - [1372] = 1271, - [1373] = 1163, - [1374] = 1248, - [1375] = 1218, - [1376] = 1163, - [1377] = 1240, - [1378] = 1186, - [1379] = 1166, - [1380] = 1222, - [1381] = 1193, - [1382] = 1205, - [1383] = 1223, - [1384] = 1240, - [1385] = 1251, - [1386] = 1271, - [1387] = 1251, - [1388] = 1350, - [1389] = 1202, - [1390] = 1204, - [1391] = 1241, - [1392] = 1240, - [1393] = 1212, - [1394] = 1218, - [1395] = 1241, - [1396] = 1202, - [1397] = 1166, - [1398] = 1164, - [1399] = 1173, - [1400] = 1173, - [1401] = 1248, - [1402] = 1212, - [1403] = 1168, - [1404] = 1295, - [1405] = 1169, - [1406] = 1172, - [1407] = 1185, - [1408] = 1204, - [1409] = 1204, - [1410] = 1175, - [1411] = 1251, - [1412] = 1271, - [1413] = 1165, - [1414] = 1218, - [1415] = 1170, - [1416] = 1218, - [1417] = 1173, - [1418] = 1418, - [1419] = 1193, - [1420] = 1240, - [1421] = 1421, - [1422] = 1241, - [1423] = 1350, - [1424] = 1271, - [1425] = 1248, - [1426] = 1218, - [1427] = 1248, - [1428] = 1185, - [1429] = 1240, - [1430] = 1169, - [1431] = 1173, - [1432] = 1168, - [1433] = 1164, - [1434] = 1251, - [1435] = 1166, - [1436] = 1212, - [1437] = 1170, - [1438] = 1171, - [1439] = 1271, - [1440] = 1171, - [1441] = 1441, - [1442] = 1442, - [1443] = 1166, - [1444] = 1193, - [1445] = 1195, - [1446] = 1212, - [1447] = 1447, - [1448] = 1168, - [1449] = 1218, - [1450] = 1171, - [1451] = 1169, - [1452] = 1218, - [1453] = 1453, - [1454] = 1169, - [1455] = 1172, - [1456] = 1175, - [1457] = 1168, - [1458] = 1171, - [1459] = 1204, - [1460] = 1271, - [1461] = 1205, - [1462] = 1193, - [1463] = 1251, - [1464] = 1186, - [1465] = 1180, - [1466] = 1240, + [1366] = 1178, + [1367] = 1179, + [1368] = 1180, + [1369] = 1181, + [1370] = 1182, + [1371] = 1169, + [1372] = 1170, + [1373] = 1172, + [1374] = 1191, + [1375] = 1222, + [1376] = 1341, + [1377] = 1174, + [1378] = 1190, + [1379] = 1182, + [1380] = 1380, + [1381] = 1165, + [1382] = 1166, + [1383] = 1178, + [1384] = 1179, + [1385] = 1180, + [1386] = 1181, + [1387] = 1182, + [1388] = 1169, + [1389] = 1170, + [1390] = 1172, + [1391] = 1191, + [1392] = 1220, + [1393] = 1197, + [1394] = 1394, + [1395] = 1395, + [1396] = 1194, + [1397] = 1263, + [1398] = 1394, + [1399] = 1197, + [1400] = 1237, + [1401] = 1222, + [1402] = 1341, + [1403] = 1175, + [1404] = 1220, + [1405] = 1394, + [1406] = 1395, + [1407] = 1263, + [1408] = 1237, + [1409] = 1222, + [1410] = 1341, + [1411] = 1220, + [1412] = 1394, + [1413] = 1395, + [1414] = 1263, + [1415] = 1237, + [1416] = 1222, + [1417] = 1341, + [1418] = 1194, + [1419] = 1220, + [1420] = 1394, + [1421] = 1395, + [1422] = 1263, + [1423] = 1395, + [1424] = 1237, + [1425] = 1425, + [1426] = 1194, + [1427] = 1220, + [1428] = 1394, + [1429] = 1395, + [1430] = 1263, + [1431] = 1237, + [1432] = 1186, + [1433] = 1220, + [1434] = 1394, + [1435] = 1263, + [1436] = 1187, + [1437] = 1186, + [1438] = 1187, + [1439] = 1197, + [1440] = 1216, + [1441] = 1173, + [1442] = 1197, + [1443] = 1186, + [1444] = 1187, + [1445] = 1190, + [1446] = 1299, + [1447] = 1216, + [1448] = 1173, + [1449] = 1190, + [1450] = 1166, + [1451] = 1191, + [1452] = 1299, + [1453] = 1299, + [1454] = 1299, + [1455] = 1299, + [1456] = 1299, + [1457] = 1163, + [1458] = 1174, + [1459] = 1165, + [1460] = 1166, + [1461] = 1178, + [1462] = 1179, + [1463] = 1180, + [1464] = 1181, + [1465] = 1182, + [1466] = 1169, [1467] = 1170, - [1468] = 1163, - [1469] = 1165, - [1470] = 1164, - [1471] = 1259, - [1472] = 1166, - [1473] = 1175, - [1474] = 1169, - [1475] = 1172, - [1476] = 1175, - [1477] = 1241, - [1478] = 1240, - [1479] = 1165, - [1480] = 1172, - [1481] = 1169, - [1482] = 1166, - [1483] = 1212, - [1484] = 1259, - [1485] = 1271, - [1486] = 1163, - [1487] = 1186, - [1488] = 1180, - [1489] = 1180, - [1490] = 1186, - [1491] = 1193, - [1492] = 1205, - [1493] = 1163, - [1494] = 1192, - [1495] = 1271, - [1496] = 1212, - [1497] = 1218, - [1498] = 1205, - [1499] = 1165, + [1468] = 1172, + [1469] = 1186, + [1470] = 1187, + [1471] = 1190, + [1472] = 1191, + [1473] = 1194, + [1474] = 1197, + [1475] = 1174, + [1476] = 1190, + [1477] = 1165, + [1478] = 1178, + [1479] = 1179, + [1480] = 1180, + [1481] = 1181, + [1482] = 1182, + [1483] = 1169, + [1484] = 1170, + [1485] = 1172, + [1486] = 1191, + [1487] = 1194, + [1488] = 1197, + [1489] = 1216, + [1490] = 1173, + [1491] = 1187, + [1492] = 1186, + [1493] = 1187, + [1494] = 1194, + [1495] = 1194, + [1496] = 1196, + [1497] = 1196, + [1498] = 1196, + [1499] = 1178, [1500] = 1500, [1501] = 1501, [1502] = 1502, [1503] = 1503, [1504] = 1504, - [1505] = 1503, + [1505] = 1505, [1506] = 1506, [1507] = 1507, - [1508] = 1508, + [1508] = 1500, [1509] = 1509, - [1510] = 329, + [1510] = 1510, [1511] = 1511, - [1512] = 319, - [1513] = 1513, + [1512] = 341, + [1513] = 349, [1514] = 1514, [1515] = 1514, [1516] = 1514, [1517] = 1514, - [1518] = 1509, - [1519] = 1519, - [1520] = 1511, - [1521] = 1509, - [1522] = 1522, - [1523] = 1507, - [1524] = 1508, - [1525] = 1500, - [1526] = 1507, - [1527] = 1501, - [1528] = 1502, - [1529] = 1506, - [1530] = 1508, + [1518] = 1501, + [1519] = 1501, + [1520] = 1520, + [1521] = 1511, + [1522] = 1502, + [1523] = 1503, + [1524] = 1524, + [1525] = 1504, + [1526] = 1502, + [1527] = 1507, + [1528] = 1507, + [1529] = 1505, + [1530] = 1509, [1531] = 1504, - [1532] = 1501, - [1533] = 1506, - [1534] = 1500, - [1535] = 1502, - [1536] = 1509, - [1537] = 1511, - [1538] = 1504, - [1539] = 1511, - [1540] = 1540, - [1541] = 934, + [1532] = 1509, + [1533] = 1501, + [1534] = 1506, + [1535] = 1511, + [1536] = 1503, + [1537] = 1505, + [1538] = 1506, + [1539] = 1539, + [1540] = 931, + [1541] = 1511, [1542] = 1542, - [1543] = 1543, - [1544] = 1544, - [1545] = 934, + [1543] = 931, + [1544] = 1542, + [1545] = 1545, [1546] = 1546, - [1547] = 1546, - [1548] = 1544, - [1549] = 1500, - [1550] = 1502, - [1551] = 1506, - [1552] = 1504, - [1553] = 1501, - [1554] = 934, - [1555] = 1507, - [1556] = 1508, - [1557] = 1511, - [1558] = 1544, - [1559] = 1546, - [1560] = 1560, - [1561] = 1508, - [1562] = 1502, - [1563] = 1504, - [1564] = 1507, - [1565] = 1546, - [1566] = 1501, - [1567] = 1500, - [1568] = 1506, - [1569] = 1544, - [1570] = 1560, + [1547] = 1547, + [1548] = 1546, + [1549] = 1511, + [1550] = 1504, + [1551] = 1509, + [1552] = 1505, + [1553] = 931, + [1554] = 1502, + [1555] = 1506, + [1556] = 1507, + [1557] = 1503, + [1558] = 1546, + [1559] = 1542, + [1560] = 1506, + [1561] = 1561, + [1562] = 1505, + [1563] = 1546, + [1564] = 1503, + [1565] = 1502, + [1566] = 1504, + [1567] = 1542, + [1568] = 1507, + [1569] = 1561, + [1570] = 1509, [1571] = 1571, [1572] = 1571, - [1573] = 1571, - [1574] = 1511, - [1575] = 1571, - [1576] = 1519, + [1573] = 1511, + [1574] = 1571, + [1575] = 1520, + [1576] = 1571, [1577] = 1577, [1578] = 1578, - [1579] = 1578, - [1580] = 1578, - [1581] = 1546, - [1582] = 1582, - [1583] = 1578, - [1584] = 1582, - [1585] = 1582, - [1586] = 1578, + [1579] = 1546, + [1580] = 1580, + [1581] = 1580, + [1582] = 1578, + [1583] = 1520, + [1584] = 1580, + [1585] = 1580, + [1586] = 1580, [1587] = 1578, - [1588] = 1544, - [1589] = 1582, - [1590] = 1582, - [1591] = 1582, - [1592] = 1578, - [1593] = 1519, - [1594] = 1582, + [1588] = 1578, + [1589] = 1578, + [1590] = 1580, + [1591] = 1578, + [1592] = 1580, + [1593] = 1578, + [1594] = 1542, [1595] = 1595, - [1596] = 1519, - [1597] = 1560, + [1596] = 1539, + [1597] = 1597, [1598] = 1598, [1599] = 1599, [1600] = 1600, @@ -6537,178 +6537,178 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1608] = 1608, [1609] = 1609, [1610] = 1610, - [1611] = 1540, - [1612] = 1612, - [1613] = 1519, - [1614] = 1540, - [1615] = 1543, - [1616] = 1542, - [1617] = 1560, - [1618] = 1618, - [1619] = 1519, - [1620] = 1618, - [1621] = 1621, - [1622] = 1542, - [1623] = 1543, - [1624] = 1542, - [1625] = 1543, - [1626] = 1540, - [1627] = 1540, - [1628] = 1560, - [1629] = 1629, - [1630] = 1542, - [1631] = 1511, - [1632] = 1632, - [1633] = 226, - [1634] = 1629, - [1635] = 1542, - [1636] = 227, - [1637] = 224, - [1638] = 1629, - [1639] = 1543, - [1640] = 223, - [1641] = 1543, - [1642] = 1629, - [1643] = 1643, - [1644] = 1644, - [1645] = 1502, - [1646] = 1646, - [1647] = 1507, - [1648] = 1504, - [1649] = 1506, - [1650] = 1500, - [1651] = 1511, - [1652] = 1501, - [1653] = 1653, - [1654] = 1508, - [1655] = 1502, - [1656] = 1508, - [1657] = 1500, - [1658] = 1658, - [1659] = 1506, - [1660] = 1507, - [1661] = 265, - [1662] = 1662, - [1663] = 133, - [1664] = 134, - [1665] = 265, - [1666] = 1504, - [1667] = 236, - [1668] = 1501, - [1669] = 329, - [1670] = 1670, + [1611] = 1520, + [1612] = 1561, + [1613] = 1613, + [1614] = 1520, + [1615] = 1520, + [1616] = 1561, + [1617] = 1545, + [1618] = 1613, + [1619] = 1547, + [1620] = 1539, + [1621] = 1547, + [1622] = 1622, + [1623] = 1547, + [1624] = 1545, + [1625] = 1545, + [1626] = 1561, + [1627] = 1539, + [1628] = 1539, + [1629] = 1547, + [1630] = 226, + [1631] = 223, + [1632] = 224, + [1633] = 1545, + [1634] = 1634, + [1635] = 1635, + [1636] = 1511, + [1637] = 227, + [1638] = 1547, + [1639] = 1639, + [1640] = 1640, + [1641] = 1640, + [1642] = 1545, + [1643] = 1640, + [1644] = 1640, + [1645] = 1511, + [1646] = 1503, + [1647] = 1504, + [1648] = 1648, + [1649] = 1505, + [1650] = 1650, + [1651] = 1507, + [1652] = 1506, + [1653] = 1509, + [1654] = 1502, + [1655] = 132, + [1656] = 231, + [1657] = 1505, + [1658] = 1506, + [1659] = 1659, + [1660] = 1504, + [1661] = 287, + [1662] = 1509, + [1663] = 287, + [1664] = 133, + [1665] = 1507, + [1666] = 1502, + [1667] = 1667, + [1668] = 1503, + [1669] = 360, + [1670] = 325, [1671] = 1671, [1672] = 1672, [1673] = 1673, - [1674] = 357, - [1675] = 361, + [1674] = 342, + [1675] = 343, [1676] = 1676, - [1677] = 1677, - [1678] = 1678, - [1679] = 1679, - [1680] = 1680, - [1681] = 1508, - [1682] = 314, - [1683] = 1546, - [1684] = 1684, - [1685] = 1685, - [1686] = 349, + [1677] = 345, + [1678] = 1509, + [1679] = 357, + [1680] = 358, + [1681] = 273, + [1682] = 274, + [1683] = 1683, + [1684] = 275, + [1685] = 326, + [1686] = 346, [1687] = 1687, - [1688] = 295, + [1688] = 347, [1689] = 1689, - [1690] = 1690, - [1691] = 317, - [1692] = 1502, - [1693] = 1693, - [1694] = 1542, + [1690] = 310, + [1691] = 1691, + [1692] = 1692, + [1693] = 350, + [1694] = 1694, [1695] = 1695, - [1696] = 354, - [1697] = 353, - [1698] = 1698, + [1696] = 1696, + [1697] = 1697, + [1698] = 1547, [1699] = 1699, [1700] = 1700, - [1701] = 364, - [1702] = 371, - [1703] = 1703, - [1704] = 318, - [1705] = 320, - [1706] = 325, - [1707] = 310, - [1708] = 383, - [1709] = 386, - [1710] = 1543, - [1711] = 1544, - [1712] = 363, - [1713] = 1501, - [1714] = 1504, - [1715] = 337, - [1716] = 1506, - [1717] = 326, - [1718] = 375, - [1719] = 1719, + [1701] = 1701, + [1702] = 1702, + [1703] = 354, + [1704] = 284, + [1705] = 1705, + [1706] = 1706, + [1707] = 359, + [1708] = 355, + [1709] = 313, + [1710] = 314, + [1711] = 315, + [1712] = 269, + [1713] = 1713, + [1714] = 318, + [1715] = 319, + [1716] = 1716, + [1717] = 375, + [1718] = 299, + [1719] = 277, [1720] = 1720, [1721] = 1721, - [1722] = 270, - [1723] = 327, - [1724] = 1724, - [1725] = 1725, - [1726] = 1500, + [1722] = 1722, + [1723] = 1723, + [1724] = 387, + [1725] = 388, + [1726] = 301, [1727] = 1727, - [1728] = 324, - [1729] = 300, - [1730] = 1730, - [1731] = 297, - [1732] = 322, - [1733] = 298, - [1734] = 385, + [1728] = 1728, + [1729] = 1729, + [1730] = 1545, + [1731] = 330, + [1732] = 302, + [1733] = 285, + [1734] = 1542, [1735] = 1735, - [1736] = 335, + [1736] = 349, [1737] = 1737, [1738] = 1738, - [1739] = 1739, - [1740] = 319, - [1741] = 1507, - [1742] = 1546, + [1739] = 323, + [1740] = 303, + [1741] = 267, + [1742] = 1742, [1743] = 1743, - [1744] = 301, - [1745] = 368, - [1746] = 332, - [1747] = 308, - [1748] = 1748, - [1749] = 1749, - [1750] = 331, - [1751] = 1751, - [1752] = 376, - [1753] = 365, - [1754] = 277, - [1755] = 366, - [1756] = 367, - [1757] = 272, + [1744] = 1502, + [1745] = 1503, + [1746] = 320, + [1747] = 268, + [1748] = 1542, + [1749] = 1504, + [1750] = 321, + [1751] = 322, + [1752] = 1752, + [1753] = 1753, + [1754] = 1754, + [1755] = 1755, + [1756] = 1756, + [1757] = 332, [1758] = 1758, [1759] = 1759, - [1760] = 380, - [1761] = 261, - [1762] = 262, + [1760] = 344, + [1761] = 1761, + [1762] = 1762, [1763] = 1763, - [1764] = 1764, - [1765] = 1765, - [1766] = 1544, - [1767] = 1767, - [1768] = 256, - [1769] = 1769, + [1764] = 324, + [1765] = 1505, + [1766] = 1506, + [1767] = 1507, + [1768] = 1546, + [1769] = 376, [1770] = 1770, - [1771] = 255, + [1771] = 377, [1772] = 1772, - [1773] = 330, - [1774] = 370, - [1775] = 350, - [1776] = 362, - [1777] = 369, - [1778] = 351, - [1779] = 372, - [1780] = 1780, + [1773] = 379, + [1774] = 380, + [1775] = 381, + [1776] = 382, + [1777] = 383, + [1778] = 385, + [1779] = 386, + [1780] = 1546, [1781] = 1781, - [1782] = 321, + [1782] = 341, [1783] = 1783, [1784] = 1784, [1785] = 1785, @@ -6718,292 +6718,292 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1789] = 1789, [1790] = 1790, [1791] = 1791, - [1792] = 223, + [1792] = 1792, [1793] = 1793, [1794] = 1794, - [1795] = 1795, + [1795] = 226, [1796] = 1796, - [1797] = 1797, - [1798] = 226, + [1797] = 223, + [1798] = 1798, [1799] = 1799, [1800] = 1800, [1801] = 1801, [1802] = 1802, [1803] = 1803, - [1804] = 1804, - [1805] = 1805, - [1806] = 1806, + [1804] = 226, + [1805] = 224, + [1806] = 224, [1807] = 1807, [1808] = 1808, - [1809] = 224, - [1810] = 1810, + [1809] = 1809, + [1810] = 1501, [1811] = 1811, - [1812] = 1509, + [1812] = 223, [1813] = 1813, [1814] = 1814, - [1815] = 227, + [1815] = 1815, [1816] = 1816, - [1817] = 1817, + [1817] = 227, [1818] = 1818, [1819] = 1819, - [1820] = 1511, - [1821] = 223, + [1820] = 1820, + [1821] = 227, [1822] = 1822, [1823] = 1823, [1824] = 1824, [1825] = 1825, [1826] = 1826, - [1827] = 226, - [1828] = 227, + [1827] = 1827, + [1828] = 1828, [1829] = 1829, - [1830] = 224, - [1831] = 1831, + [1830] = 1830, + [1831] = 1511, [1832] = 1832, [1833] = 1833, - [1834] = 1834, - [1835] = 1833, - [1836] = 1836, + [1834] = 1833, + [1835] = 1835, + [1836] = 1501, [1837] = 1837, - [1838] = 1836, - [1839] = 1833, - [1840] = 1834, - [1841] = 1836, - [1842] = 1834, - [1843] = 1509, - [1844] = 1834, - [1845] = 1833, - [1846] = 1836, - [1847] = 1836, + [1838] = 1837, + [1839] = 1839, + [1840] = 1835, + [1841] = 1837, + [1842] = 1835, + [1843] = 1837, + [1844] = 1835, + [1845] = 1837, + [1846] = 1837, + [1847] = 1837, [1848] = 1833, - [1849] = 1836, - [1850] = 1836, + [1849] = 1833, + [1850] = 1833, [1851] = 1833, [1852] = 1833, - [1853] = 236, - [1854] = 265, - [1855] = 1855, - [1856] = 236, - [1857] = 1509, - [1858] = 265, - [1859] = 1519, - [1860] = 1860, - [1861] = 265, - [1862] = 1862, - [1863] = 1863, - [1864] = 265, - [1865] = 134, - [1866] = 1855, - [1867] = 1577, - [1868] = 1855, + [1853] = 1853, + [1854] = 287, + [1855] = 1501, + [1856] = 132, + [1857] = 133, + [1858] = 287, + [1859] = 1853, + [1860] = 1539, + [1861] = 231, + [1862] = 1853, + [1863] = 1853, + [1864] = 1864, + [1865] = 1865, + [1866] = 287, + [1867] = 132, + [1868] = 1868, [1869] = 1869, - [1870] = 1870, - [1871] = 134, - [1872] = 1540, - [1873] = 1511, - [1874] = 133, - [1875] = 1855, - [1876] = 133, - [1877] = 364, - [1878] = 1511, - [1879] = 317, - [1880] = 261, - [1881] = 318, - [1882] = 320, - [1883] = 1695, - [1884] = 298, - [1885] = 297, - [1886] = 1738, - [1887] = 1703, - [1888] = 331, - [1889] = 330, - [1890] = 386, - [1891] = 1684, - [1892] = 386, - [1893] = 383, - [1894] = 297, - [1895] = 298, - [1896] = 310, - [1897] = 324, - [1898] = 1737, - [1899] = 326, - [1900] = 300, - [1901] = 349, - [1902] = 270, - [1903] = 1749, - [1904] = 322, - [1905] = 1735, - [1906] = 300, - [1907] = 1672, - [1908] = 1727, - [1909] = 372, - [1910] = 321, - [1911] = 325, - [1912] = 1546, - [1913] = 320, - [1914] = 1680, - [1915] = 301, - [1916] = 1772, - [1917] = 1725, - [1918] = 1678, - [1919] = 1703, - [1920] = 332, - [1921] = 337, - [1922] = 308, - [1923] = 1689, - [1924] = 335, - [1925] = 1719, - [1926] = 1769, - [1927] = 272, - [1928] = 1767, - [1929] = 370, - [1930] = 353, - [1931] = 349, - [1932] = 1721, - [1933] = 1700, - [1934] = 380, - [1935] = 1699, - [1936] = 325, - [1937] = 301, - [1938] = 1698, - [1939] = 375, - [1940] = 369, - [1941] = 357, - [1942] = 1671, - [1943] = 326, - [1944] = 1699, - [1945] = 324, - [1946] = 262, - [1947] = 1759, - [1948] = 256, - [1949] = 1724, - [1950] = 1693, - [1951] = 255, - [1952] = 372, + [1870] = 1577, + [1871] = 133, + [1872] = 1872, + [1873] = 231, + [1874] = 1520, + [1875] = 287, + [1876] = 1511, + [1877] = 1546, + [1878] = 341, + [1879] = 342, + [1880] = 347, + [1881] = 285, + [1882] = 349, + [1883] = 350, + [1884] = 301, + [1885] = 1561, + [1886] = 376, + [1887] = 377, + [1888] = 354, + [1889] = 314, + [1890] = 315, + [1891] = 318, + [1892] = 319, + [1893] = 332, + [1894] = 1755, + [1895] = 355, + [1896] = 1763, + [1897] = 344, + [1898] = 343, + [1899] = 345, + [1900] = 346, + [1901] = 267, + [1902] = 268, + [1903] = 273, + [1904] = 274, + [1905] = 275, + [1906] = 284, + [1907] = 375, + [1908] = 1908, + [1909] = 1909, + [1910] = 387, + [1911] = 388, + [1912] = 301, + [1913] = 330, + [1914] = 302, + [1915] = 323, + [1916] = 303, + [1917] = 332, + [1918] = 344, + [1919] = 376, + [1920] = 377, + [1921] = 379, + [1922] = 380, + [1923] = 381, + [1924] = 382, + [1925] = 383, + [1926] = 385, + [1927] = 386, + [1928] = 379, + [1929] = 354, + [1930] = 355, + [1931] = 310, + [1932] = 313, + [1933] = 314, + [1934] = 315, + [1935] = 318, + [1936] = 319, + [1937] = 320, + [1938] = 321, + [1939] = 322, + [1940] = 324, + [1941] = 325, + [1942] = 326, + [1943] = 357, + [1944] = 358, + [1945] = 342, + [1946] = 343, + [1947] = 345, + [1948] = 346, + [1949] = 347, + [1950] = 359, + [1951] = 360, + [1952] = 350, [1953] = 380, - [1954] = 330, - [1955] = 1670, - [1956] = 1690, - [1957] = 1749, - [1958] = 318, - [1959] = 1763, - [1960] = 1748, - [1961] = 331, - [1962] = 366, - [1963] = 1764, - [1964] = 1738, - [1965] = 262, - [1966] = 256, - [1967] = 335, - [1968] = 255, - [1969] = 1737, - [1970] = 1970, - [1971] = 351, - [1972] = 1735, - [1973] = 1727, - [1974] = 365, - [1975] = 1975, - [1976] = 277, - [1977] = 364, - [1978] = 354, - [1979] = 1676, - [1980] = 363, - [1981] = 369, - [1982] = 1725, - [1983] = 370, - [1984] = 1769, - [1985] = 362, - [1986] = 319, - [1987] = 329, - [1988] = 1988, - [1989] = 317, - [1990] = 321, - [1991] = 1770, - [1992] = 1685, - [1993] = 371, - [1994] = 368, - [1995] = 357, - [1996] = 295, - [1997] = 1684, - [1998] = 1680, - [1999] = 361, - [2000] = 327, - [2001] = 1673, - [2002] = 261, - [2003] = 1678, - [2004] = 353, - [2005] = 354, - [2006] = 319, - [2007] = 270, - [2008] = 1748, - [2009] = 383, - [2010] = 1824, - [2011] = 295, - [2012] = 385, - [2013] = 1673, - [2014] = 1676, - [2015] = 2015, - [2016] = 1687, - [2017] = 1509, - [2018] = 361, - [2019] = 362, - [2020] = 363, - [2021] = 375, - [2022] = 1685, - [2023] = 365, - [2024] = 366, - [2025] = 371, - [2026] = 327, - [2027] = 1544, - [2028] = 376, - [2029] = 368, - [2030] = 337, - [2031] = 1772, - [2032] = 314, - [2033] = 1743, - [2034] = 350, - [2035] = 1719, - [2036] = 385, - [2037] = 329, - [2038] = 332, - [2039] = 308, - [2040] = 322, - [2041] = 1724, - [2042] = 376, - [2043] = 2043, - [2044] = 1721, - [2045] = 1560, - [2046] = 1690, - [2047] = 1693, - [2048] = 350, - [2049] = 1560, - [2050] = 1695, - [2051] = 367, - [2052] = 1698, - [2053] = 277, - [2054] = 351, - [2055] = 1687, - [2056] = 1662, - [2057] = 1759, - [2058] = 1672, - [2059] = 1689, - [2060] = 1671, - [2061] = 1743, - [2062] = 367, - [2063] = 1767, - [2064] = 1700, - [2065] = 1770, - [2066] = 272, - [2067] = 1670, - [2068] = 1763, - [2069] = 1764, - [2070] = 314, + [1954] = 381, + [1955] = 382, + [1956] = 383, + [1957] = 385, + [1958] = 386, + [1959] = 267, + [1960] = 268, + [1961] = 273, + [1962] = 274, + [1963] = 275, + [1964] = 269, + [1965] = 284, + [1966] = 1542, + [1967] = 1501, + [1968] = 1798, + [1969] = 269, + [1970] = 299, + [1971] = 277, + [1972] = 341, + [1973] = 285, + [1974] = 349, + [1975] = 1561, + [1976] = 1511, + [1977] = 1781, + [1978] = 357, + [1979] = 1687, + [1980] = 1754, + [1981] = 313, + [1982] = 1673, + [1983] = 1676, + [1984] = 1692, + [1985] = 1713, + [1986] = 1735, + [1987] = 358, + [1988] = 1667, + [1989] = 1695, + [1990] = 1696, + [1991] = 1697, + [1992] = 359, + [1993] = 1755, + [1994] = 1763, + [1995] = 1699, + [1996] = 1700, + [1997] = 1701, + [1998] = 1702, + [1999] = 1705, + [2000] = 1706, + [2001] = 1716, + [2002] = 360, + [2003] = 1781, + [2004] = 1687, + [2005] = 1754, + [2006] = 1673, + [2007] = 1676, + [2008] = 1692, + [2009] = 1713, + [2010] = 1735, + [2011] = 1720, + [2012] = 1721, + [2013] = 1722, + [2014] = 1723, + [2015] = 320, + [2016] = 321, + [2017] = 1727, + [2018] = 1728, + [2019] = 1729, + [2020] = 1737, + [2021] = 2021, + [2022] = 322, + [2023] = 1742, + [2024] = 1743, + [2025] = 1753, + [2026] = 1695, + [2027] = 1696, + [2028] = 1697, + [2029] = 1756, + [2030] = 1699, + [2031] = 1700, + [2032] = 1701, + [2033] = 1702, + [2034] = 324, + [2035] = 1758, + [2036] = 1705, + [2037] = 1706, + [2038] = 1716, + [2039] = 1759, + [2040] = 1720, + [2041] = 1721, + [2042] = 1722, + [2043] = 1723, + [2044] = 325, + [2045] = 1727, + [2046] = 1728, + [2047] = 1729, + [2048] = 326, + [2049] = 1737, + [2050] = 1742, + [2051] = 1743, + [2052] = 1753, + [2053] = 1756, + [2054] = 1758, + [2055] = 1759, + [2056] = 1761, + [2057] = 1762, + [2058] = 299, + [2059] = 375, + [2060] = 1761, + [2061] = 1762, + [2062] = 277, + [2063] = 2063, + [2064] = 2064, + [2065] = 387, + [2066] = 388, + [2067] = 330, + [2068] = 302, + [2069] = 323, + [2070] = 303, [2071] = 310, - [2072] = 1540, + [2072] = 2072, [2073] = 2073, [2074] = 2074, - [2075] = 2075, + [2075] = 1539, [2076] = 2076, - [2077] = 1970, + [2077] = 2077, [2078] = 2078, [2079] = 2079, [2080] = 2080, @@ -7014,5371 +7014,5371 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2085] = 2085, [2086] = 2086, [2087] = 2087, - [2088] = 2088, - [2089] = 2043, - [2090] = 2090, - [2091] = 2091, - [2092] = 1810, - [2093] = 1511, - [2094] = 1577, - [2095] = 1508, - [2096] = 1507, - [2097] = 1677, - [2098] = 1829, - [2099] = 1500, - [2100] = 1781, - [2101] = 1501, - [2102] = 2015, - [2103] = 133, - [2104] = 1546, - [2105] = 2105, - [2106] = 1542, - [2107] = 1975, - [2108] = 1739, - [2109] = 1502, + [2088] = 1511, + [2089] = 2089, + [2090] = 2021, + [2091] = 1909, + [2092] = 1786, + [2093] = 2093, + [2094] = 1503, + [2095] = 1577, + [2096] = 1694, + [2097] = 1772, + [2098] = 793, + [2099] = 1869, + [2100] = 2100, + [2101] = 1791, + [2102] = 1545, + [2103] = 1547, + [2104] = 132, + [2105] = 133, + [2106] = 1509, + [2107] = 1502, + [2108] = 1504, + [2109] = 1505, [2110] = 1506, - [2111] = 2015, - [2112] = 793, - [2113] = 1810, - [2114] = 2114, - [2115] = 1975, - [2116] = 134, - [2117] = 1504, - [2118] = 1739, - [2119] = 1860, - [2120] = 1677, - [2121] = 2121, - [2122] = 794, - [2123] = 1544, - [2124] = 1780, - [2125] = 1780, - [2126] = 1543, - [2127] = 1781, + [2111] = 1507, + [2112] = 1786, + [2113] = 1689, + [2114] = 794, + [2115] = 2063, + [2116] = 2116, + [2117] = 2063, + [2118] = 2064, + [2119] = 1672, + [2120] = 2120, + [2121] = 1542, + [2122] = 1546, + [2123] = 1694, + [2124] = 1772, + [2125] = 1672, + [2126] = 1689, + [2127] = 2064, [2128] = 2128, - [2129] = 1679, - [2130] = 1739, - [2131] = 1677, - [2132] = 1662, - [2133] = 1829, - [2134] = 2134, - [2135] = 2134, - [2136] = 2128, - [2137] = 2137, - [2138] = 1781, - [2139] = 1751, - [2140] = 1829, - [2141] = 2134, - [2142] = 2142, - [2143] = 2105, - [2144] = 1662, - [2145] = 1730, - [2146] = 1662, - [2147] = 1780, - [2148] = 2148, + [2129] = 1791, + [2130] = 1671, + [2131] = 1772, + [2132] = 2100, + [2133] = 2133, + [2134] = 1672, + [2135] = 2135, + [2136] = 1667, + [2137] = 2128, + [2138] = 2128, + [2139] = 1667, + [2140] = 1667, + [2141] = 2141, + [2142] = 1752, + [2143] = 2143, + [2144] = 2135, + [2145] = 1694, + [2146] = 1791, + [2147] = 1683, + [2148] = 1689, [2149] = 2149, [2150] = 2150, [2151] = 2151, [2152] = 2152, [2153] = 2153, - [2154] = 1751, - [2155] = 2155, - [2156] = 1758, + [2154] = 2153, + [2155] = 1671, + [2156] = 2156, [2157] = 2157, - [2158] = 2158, + [2158] = 2143, [2159] = 2159, - [2160] = 1765, + [2160] = 1770, [2161] = 2161, [2162] = 2162, - [2163] = 2148, + [2163] = 1683, [2164] = 2164, - [2165] = 2165, + [2165] = 2153, [2166] = 2166, - [2167] = 1720, + [2167] = 2167, [2168] = 2168, - [2169] = 1679, - [2170] = 2170, - [2171] = 2171, - [2172] = 1662, + [2169] = 1667, + [2170] = 1752, + [2171] = 2149, + [2172] = 2153, [2173] = 2173, - [2174] = 2151, - [2175] = 2151, + [2174] = 2174, + [2175] = 2175, [2176] = 2176, - [2177] = 2177, - [2178] = 2151, + [2177] = 1691, + [2178] = 2178, [2179] = 2179, [2180] = 2180, - [2181] = 2181, + [2181] = 1738, [2182] = 2182, - [2183] = 1662, - [2184] = 2142, - [2185] = 2151, - [2186] = 2186, - [2187] = 2151, - [2188] = 1730, - [2189] = 1560, - [2190] = 2149, - [2191] = 1799, - [2192] = 2192, - [2193] = 1975, - [2194] = 1796, - [2195] = 2195, - [2196] = 2075, - [2197] = 2197, - [2198] = 2090, - [2199] = 1795, - [2200] = 1805, - [2201] = 1800, - [2202] = 2076, - [2203] = 2073, - [2204] = 2204, - [2205] = 1794, - [2206] = 1860, - [2207] = 2207, - [2208] = 1662, + [2183] = 2153, + [2184] = 2184, + [2185] = 2185, + [2186] = 2153, + [2187] = 2187, + [2188] = 1561, + [2189] = 1667, + [2190] = 2133, + [2191] = 1809, + [2192] = 1796, + [2193] = 1788, + [2194] = 2194, + [2195] = 2182, + [2196] = 2156, + [2197] = 2093, + [2198] = 2161, + [2199] = 2180, + [2200] = 1671, + [2201] = 2084, + [2202] = 1801, + [2203] = 2086, + [2204] = 1813, + [2205] = 1814, + [2206] = 2080, + [2207] = 2085, + [2208] = 2208, [2209] = 2209, - [2210] = 2210, - [2211] = 2211, - [2212] = 1793, - [2213] = 1784, - [2214] = 1791, - [2215] = 2164, - [2216] = 1788, - [2217] = 1787, - [2218] = 2090, - [2219] = 2219, - [2220] = 1785, - [2221] = 1662, - [2222] = 1988, - [2223] = 2223, - [2224] = 2105, - [2225] = 1863, - [2226] = 2226, - [2227] = 1540, - [2228] = 2181, - [2229] = 2161, - [2230] = 2153, - [2231] = 2155, - [2232] = 2158, - [2233] = 2083, - [2234] = 2234, - [2235] = 1509, - [2236] = 2236, - [2237] = 2237, - [2238] = 1679, - [2239] = 2081, - [2240] = 1802, - [2241] = 1803, - [2242] = 2242, - [2243] = 2075, - [2244] = 2074, - [2245] = 1807, - [2246] = 1808, - [2247] = 1869, - [2248] = 2084, - [2249] = 2249, - [2250] = 1832, - [2251] = 1831, - [2252] = 1751, - [2253] = 1870, - [2254] = 1783, - [2255] = 1823, - [2256] = 1822, - [2257] = 2159, - [2258] = 1819, - [2259] = 1662, - [2260] = 2081, + [2210] = 1815, + [2211] = 1818, + [2212] = 2212, + [2213] = 2213, + [2214] = 1683, + [2215] = 1799, + [2216] = 1800, + [2217] = 1808, + [2218] = 1823, + [2219] = 1787, + [2220] = 2076, + [2221] = 2077, + [2222] = 2078, + [2223] = 2079, + [2224] = 2081, + [2225] = 2225, + [2226] = 1825, + [2227] = 1783, + [2228] = 2089, + [2229] = 1752, + [2230] = 1667, + [2231] = 2082, + [2232] = 2083, + [2233] = 2100, + [2234] = 1869, + [2235] = 1820, + [2236] = 1539, + [2237] = 2173, + [2238] = 2084, + [2239] = 2086, + [2240] = 1828, + [2241] = 2080, + [2242] = 2085, + [2243] = 2175, + [2244] = 2076, + [2245] = 2077, + [2246] = 2078, + [2247] = 2079, + [2248] = 2081, + [2249] = 2089, + [2250] = 2082, + [2251] = 2083, + [2252] = 2150, + [2253] = 2179, + [2254] = 1785, + [2255] = 1872, + [2256] = 2187, + [2257] = 2257, + [2258] = 2174, + [2259] = 2259, + [2260] = 1826, [2261] = 2261, - [2262] = 2079, - [2263] = 1816, - [2264] = 2264, - [2265] = 1814, - [2266] = 1813, - [2267] = 1804, - [2268] = 1797, - [2269] = 1662, - [2270] = 1730, - [2271] = 2084, - [2272] = 2078, - [2273] = 2177, - [2274] = 2176, - [2275] = 2171, - [2276] = 2170, - [2277] = 1824, - [2278] = 2078, - [2279] = 2079, - [2280] = 2085, - [2281] = 1811, - [2282] = 2087, - [2283] = 1826, - [2284] = 2073, - [2285] = 1789, - [2286] = 2076, - [2287] = 2088, - [2288] = 2087, - [2289] = 2085, - [2290] = 2074, - [2291] = 2088, - [2292] = 1862, - [2293] = 2293, - [2294] = 1825, - [2295] = 2168, - [2296] = 1818, - [2297] = 1806, - [2298] = 2015, - [2299] = 1801, - [2300] = 2165, - [2301] = 1817, - [2302] = 1786, - [2303] = 1790, + [2262] = 2262, + [2263] = 1501, + [2264] = 2063, + [2265] = 2064, + [2266] = 1827, + [2267] = 2267, + [2268] = 1807, + [2269] = 1784, + [2270] = 2270, + [2271] = 1811, + [2272] = 1829, + [2273] = 2273, + [2274] = 2274, + [2275] = 1830, + [2276] = 2276, + [2277] = 2277, + [2278] = 1792, + [2279] = 1793, + [2280] = 2280, + [2281] = 2281, + [2282] = 2282, + [2283] = 1789, + [2284] = 1864, + [2285] = 1865, + [2286] = 1819, + [2287] = 1822, + [2288] = 1790, + [2289] = 1667, + [2290] = 2167, + [2291] = 1908, + [2292] = 2168, + [2293] = 1667, + [2294] = 1832, + [2295] = 1816, + [2296] = 1802, + [2297] = 1803, + [2298] = 1868, + [2299] = 1794, + [2300] = 1798, + [2301] = 1824, + [2302] = 1667, + [2303] = 2157, [2304] = 2304, - [2305] = 2305, - [2306] = 1511, - [2307] = 2307, - [2308] = 2088, - [2309] = 2309, - [2310] = 2087, - [2311] = 2076, - [2312] = 2105, - [2313] = 2074, - [2314] = 1870, - [2315] = 2078, - [2316] = 1869, - [2317] = 2085, - [2318] = 1758, - [2319] = 2084, - [2320] = 2079, - [2321] = 2321, - [2322] = 1765, - [2323] = 2081, - [2324] = 1720, + [2305] = 2093, + [2306] = 2084, + [2307] = 2086, + [2308] = 2080, + [2309] = 2085, + [2310] = 1511, + [2311] = 2311, + [2312] = 1786, + [2313] = 2082, + [2314] = 1691, + [2315] = 1864, + [2316] = 1865, + [2317] = 1868, + [2318] = 1561, + [2319] = 1770, + [2320] = 2076, + [2321] = 2077, + [2322] = 2322, + [2323] = 2078, + [2324] = 1872, [2325] = 2325, - [2326] = 1863, - [2327] = 2090, - [2328] = 2075, - [2329] = 2083, - [2330] = 1862, - [2331] = 2331, - [2332] = 1810, - [2333] = 2333, - [2334] = 2073, - [2335] = 1560, - [2336] = 1818, - [2337] = 1860, - [2338] = 2083, - [2339] = 2339, - [2340] = 1814, - [2341] = 1870, - [2342] = 1813, - [2343] = 1793, - [2344] = 2105, - [2345] = 1794, - [2346] = 1751, + [2326] = 2083, + [2327] = 2079, + [2328] = 2081, + [2329] = 2329, + [2330] = 2330, + [2331] = 1738, + [2332] = 2332, + [2333] = 2100, + [2334] = 2089, + [2335] = 2335, + [2336] = 1786, + [2337] = 1809, + [2338] = 1787, + [2339] = 1819, + [2340] = 1788, + [2341] = 2093, + [2342] = 2342, + [2343] = 1872, + [2344] = 1802, + [2345] = 2345, + [2346] = 2346, [2347] = 2347, - [2348] = 1869, - [2349] = 1795, - [2350] = 1804, - [2351] = 2351, - [2352] = 1797, - [2353] = 1862, - [2354] = 2354, - [2355] = 1863, - [2356] = 1796, - [2357] = 1679, - [2358] = 1819, - [2359] = 1860, - [2360] = 1801, - [2361] = 1862, - [2362] = 1823, - [2363] = 2142, - [2364] = 1800, - [2365] = 2365, + [2348] = 2348, + [2349] = 2349, + [2350] = 2350, + [2351] = 1793, + [2352] = 2352, + [2353] = 1864, + [2354] = 1865, + [2355] = 1868, + [2356] = 1872, + [2357] = 2357, + [2358] = 1820, + [2359] = 1794, + [2360] = 1826, + [2361] = 1796, + [2362] = 1828, + [2363] = 1801, + [2364] = 1785, + [2365] = 1800, [2366] = 2366, - [2367] = 1544, - [2368] = 1810, - [2369] = 1822, - [2370] = 1825, - [2371] = 793, - [2372] = 1805, - [2373] = 1802, - [2374] = 1791, - [2375] = 2142, - [2376] = 1970, - [2377] = 1784, - [2378] = 1788, - [2379] = 1799, - [2380] = 1807, - [2381] = 1730, - [2382] = 1832, - [2383] = 1816, - [2384] = 2384, - [2385] = 2385, - [2386] = 1863, - [2387] = 1806, - [2388] = 2388, - [2389] = 1783, - [2390] = 2390, - [2391] = 1546, - [2392] = 2392, - [2393] = 1826, - [2394] = 1831, - [2395] = 2395, - [2396] = 2396, - [2397] = 2397, + [2367] = 1790, + [2368] = 1813, + [2369] = 1814, + [2370] = 1815, + [2371] = 1818, + [2372] = 2149, + [2373] = 1827, + [2374] = 1799, + [2375] = 2375, + [2376] = 1808, + [2377] = 1807, + [2378] = 1823, + [2379] = 1784, + [2380] = 1546, + [2381] = 2381, + [2382] = 2382, + [2383] = 2021, + [2384] = 1824, + [2385] = 1752, + [2386] = 2386, + [2387] = 2387, + [2388] = 1825, + [2389] = 2389, + [2390] = 1811, + [2391] = 1829, + [2392] = 1830, + [2393] = 1792, + [2394] = 1783, + [2395] = 1832, + [2396] = 1789, + [2397] = 1864, [2398] = 2398, - [2399] = 2043, - [2400] = 1787, - [2401] = 1870, - [2402] = 2402, + [2399] = 2399, + [2400] = 1865, + [2401] = 2100, + [2402] = 1671, [2403] = 2403, - [2404] = 1790, - [2405] = 1785, - [2406] = 2406, - [2407] = 794, + [2404] = 794, + [2405] = 1683, + [2406] = 1816, + [2407] = 1542, [2408] = 1803, - [2409] = 1869, - [2410] = 2410, - [2411] = 1786, - [2412] = 2412, - [2413] = 1789, - [2414] = 1811, - [2415] = 1808, - [2416] = 1817, - [2417] = 2417, + [2409] = 1909, + [2410] = 1869, + [2411] = 1868, + [2412] = 1822, + [2413] = 1869, + [2414] = 793, + [2415] = 2149, + [2416] = 2416, + [2417] = 1603, [2418] = 2418, [2419] = 2419, [2420] = 2420, - [2421] = 1609, + [2421] = 2421, [2422] = 2422, - [2423] = 2114, - [2424] = 1577, - [2425] = 134, - [2426] = 1502, - [2427] = 1870, + [2423] = 1597, + [2424] = 1598, + [2425] = 1599, + [2426] = 1689, + [2427] = 2427, [2428] = 2428, - [2429] = 2429, - [2430] = 133, + [2429] = 1872, + [2430] = 2430, [2431] = 2431, [2432] = 2432, - [2433] = 2433, - [2434] = 2434, - [2435] = 2435, - [2436] = 2436, + [2433] = 1509, + [2434] = 1868, + [2435] = 1602, + [2436] = 2304, [2437] = 2437, - [2438] = 1869, - [2439] = 2439, - [2440] = 1863, - [2441] = 1862, - [2442] = 1610, + [2438] = 1604, + [2439] = 1605, + [2440] = 1872, + [2441] = 2441, + [2442] = 2149, [2443] = 2443, - [2444] = 2142, + [2444] = 2444, [2445] = 2445, [2446] = 2446, [2447] = 2447, - [2448] = 2448, - [2449] = 2449, + [2448] = 2133, + [2449] = 1865, [2450] = 2450, [2451] = 2451, - [2452] = 1607, + [2452] = 1672, [2453] = 2453, - [2454] = 2148, + [2454] = 2454, [2455] = 2455, - [2456] = 1608, - [2457] = 2331, - [2458] = 1506, - [2459] = 1504, - [2460] = 1501, - [2461] = 2461, - [2462] = 2462, - [2463] = 2463, + [2456] = 1502, + [2457] = 2457, + [2458] = 2458, + [2459] = 1503, + [2460] = 1600, + [2461] = 1606, + [2462] = 2116, + [2463] = 1601, [2464] = 2464, - [2465] = 2465, - [2466] = 1781, - [2467] = 2467, - [2468] = 1605, - [2469] = 1601, - [2470] = 1603, - [2471] = 2333, - [2472] = 2472, - [2473] = 1500, - [2474] = 1508, - [2475] = 1507, + [2465] = 1608, + [2466] = 1609, + [2467] = 1504, + [2468] = 2468, + [2469] = 2469, + [2470] = 2470, + [2471] = 2471, + [2472] = 2335, + [2473] = 2143, + [2474] = 2474, + [2475] = 2475, [2476] = 2476, - [2477] = 1606, - [2478] = 2149, + [2477] = 2477, + [2478] = 2478, [2479] = 2479, [2480] = 2480, [2481] = 2481, - [2482] = 1862, - [2483] = 1595, - [2484] = 2436, - [2485] = 2485, - [2486] = 2486, - [2487] = 2487, - [2488] = 2488, - [2489] = 1604, - [2490] = 1612, + [2482] = 2482, + [2483] = 1607, + [2484] = 2484, + [2485] = 1505, + [2486] = 1506, + [2487] = 1507, + [2488] = 2474, + [2489] = 132, + [2490] = 2490, [2491] = 2491, - [2492] = 2121, - [2493] = 1602, - [2494] = 2494, - [2495] = 2495, - [2496] = 1599, - [2497] = 2436, + [2492] = 2492, + [2493] = 2493, + [2494] = 1864, + [2495] = 1865, + [2496] = 2474, + [2497] = 2497, [2498] = 2498, - [2499] = 2436, - [2500] = 1780, - [2501] = 2501, - [2502] = 2502, + [2499] = 2499, + [2500] = 2500, + [2501] = 1864, + [2502] = 133, [2503] = 2503, [2504] = 2504, - [2505] = 1869, - [2506] = 1870, + [2505] = 2505, + [2506] = 1868, [2507] = 2507, - [2508] = 1598, - [2509] = 1677, - [2510] = 2510, - [2511] = 2511, - [2512] = 1600, - [2513] = 2513, - [2514] = 2514, + [2508] = 2508, + [2509] = 2509, + [2510] = 1772, + [2511] = 1869, + [2512] = 2512, + [2513] = 1610, + [2514] = 2120, [2515] = 2515, [2516] = 2516, - [2517] = 2517, + [2517] = 2474, [2518] = 2518, [2519] = 2519, [2520] = 2520, - [2521] = 1860, - [2522] = 1863, - [2523] = 1739, + [2521] = 2521, + [2522] = 1577, + [2523] = 2523, [2524] = 2524, - [2525] = 2525, + [2525] = 1595, [2526] = 2526, - [2527] = 2527, - [2528] = 2177, - [2529] = 2176, - [2530] = 2074, + [2527] = 1694, + [2528] = 1503, + [2529] = 1791, + [2530] = 1509, [2531] = 1502, - [2532] = 2075, - [2533] = 2079, - [2534] = 2090, - [2535] = 2164, - [2536] = 1506, - [2537] = 1504, - [2538] = 2181, - [2539] = 1501, - [2540] = 1500, - [2541] = 1508, - [2542] = 1765, - [2543] = 1781, - [2544] = 1540, - [2545] = 1502, - [2546] = 2076, - [2547] = 2073, - [2548] = 1829, - [2549] = 1863, - [2550] = 2078, + [2532] = 2086, + [2533] = 1689, + [2534] = 2179, + [2535] = 2187, + [2536] = 1504, + [2537] = 1868, + [2538] = 1539, + [2539] = 1791, + [2540] = 1872, + [2541] = 2100, + [2542] = 2542, + [2543] = 2182, + [2544] = 2086, + [2545] = 2156, + [2546] = 2173, + [2547] = 2076, + [2548] = 2161, + [2549] = 1509, + [2550] = 1502, [2551] = 2551, - [2552] = 2043, - [2553] = 1739, - [2554] = 2554, - [2555] = 2088, - [2556] = 2087, - [2557] = 2085, - [2558] = 2084, - [2559] = 2081, - [2560] = 1506, - [2561] = 2105, - [2562] = 1870, - [2563] = 2161, - [2564] = 1507, - [2565] = 2153, - [2566] = 1758, - [2567] = 2159, - [2568] = 278, - [2569] = 2569, - [2570] = 1970, - [2571] = 1500, - [2572] = 1508, + [2552] = 2082, + [2553] = 2083, + [2554] = 1503, + [2555] = 1504, + [2556] = 1505, + [2557] = 1506, + [2558] = 1507, + [2559] = 2180, + [2560] = 2175, + [2561] = 1694, + [2562] = 2080, + [2563] = 289, + [2564] = 2084, + [2565] = 2565, + [2566] = 2076, + [2567] = 2077, + [2568] = 2157, + [2569] = 1738, + [2570] = 2085, + [2571] = 1505, + [2572] = 1506, [2573] = 1507, - [2574] = 2155, - [2575] = 1577, - [2576] = 2078, - [2577] = 2165, - [2578] = 2168, - [2579] = 1780, - [2580] = 1677, - [2581] = 266, - [2582] = 2582, - [2583] = 2158, - [2584] = 1720, - [2585] = 2090, - [2586] = 1869, - [2587] = 1829, - [2588] = 2079, - [2589] = 2170, - [2590] = 2073, - [2591] = 2088, - [2592] = 2075, - [2593] = 2171, - [2594] = 1862, - [2595] = 2087, - [2596] = 2085, - [2597] = 2084, - [2598] = 2081, - [2599] = 1501, - [2600] = 1504, - [2601] = 2601, - [2602] = 2074, - [2603] = 2076, - [2604] = 1785, - [2605] = 1805, - [2606] = 1811, - [2607] = 1788, - [2608] = 1791, - [2609] = 1784, - [2610] = 1793, - [2611] = 2510, - [2612] = 1780, - [2613] = 1677, - [2614] = 2159, - [2615] = 1794, - [2616] = 1795, - [2617] = 1824, - [2618] = 1832, - [2619] = 1796, - [2620] = 2043, - [2621] = 1831, - [2622] = 1825, - [2623] = 1783, - [2624] = 1739, - [2625] = 2074, - [2626] = 1870, - [2627] = 2075, - [2628] = 1808, - [2629] = 1807, - [2630] = 1803, - [2631] = 2510, - [2632] = 1802, - [2633] = 1577, - [2634] = 2090, - [2635] = 1823, - [2636] = 1822, - [2637] = 1800, - [2638] = 2142, - [2639] = 1819, - [2640] = 1816, - [2641] = 2081, - [2642] = 2084, - [2643] = 1787, - [2644] = 2331, - [2645] = 1860, - [2646] = 1814, - [2647] = 2511, - [2648] = 1781, + [2574] = 2080, + [2575] = 2079, + [2576] = 1772, + [2577] = 2085, + [2578] = 2150, + [2579] = 2081, + [2580] = 2084, + [2581] = 1770, + [2582] = 2082, + [2583] = 2083, + [2584] = 2584, + [2585] = 2078, + [2586] = 2079, + [2587] = 2081, + [2588] = 1672, + [2589] = 2077, + [2590] = 1577, + [2591] = 2174, + [2592] = 2089, + [2593] = 2593, + [2594] = 1909, + [2595] = 2167, + [2596] = 2168, + [2597] = 1691, + [2598] = 257, + [2599] = 2089, + [2600] = 1864, + [2601] = 1865, + [2602] = 2021, + [2603] = 2078, + [2604] = 1802, + [2605] = 1694, + [2606] = 1788, + [2607] = 1772, + [2608] = 1820, + [2609] = 1828, + [2610] = 1689, + [2611] = 1792, + [2612] = 1800, + [2613] = 1789, + [2614] = 1819, + [2615] = 1813, + [2616] = 1814, + [2617] = 1815, + [2618] = 1818, + [2619] = 2516, + [2620] = 1785, + [2621] = 1799, + [2622] = 1577, + [2623] = 2515, + [2624] = 1752, + [2625] = 1683, + [2626] = 1793, + [2627] = 1827, + [2628] = 1807, + [2629] = 1784, + [2630] = 1801, + [2631] = 2304, + [2632] = 1808, + [2633] = 1823, + [2634] = 1825, + [2635] = 1783, + [2636] = 1794, + [2637] = 2093, + [2638] = 2173, + [2639] = 1909, + [2640] = 1869, + [2641] = 2084, + [2642] = 1908, + [2643] = 1908, + [2644] = 1872, + [2645] = 2086, + [2646] = 1826, + [2647] = 1796, + [2648] = 2080, [2649] = 2085, - [2650] = 2087, - [2651] = 1813, - [2652] = 1810, - [2653] = 2088, - [2654] = 1804, - [2655] = 1869, - [2656] = 1797, - [2657] = 1730, - [2658] = 2076, - [2659] = 2073, - [2660] = 2079, - [2661] = 1863, - [2662] = 2078, - [2663] = 1970, - [2664] = 1751, - [2665] = 1988, - [2666] = 1679, - [2667] = 1862, - [2668] = 1826, - [2669] = 2083, - [2670] = 1789, - [2671] = 1818, - [2672] = 1806, - [2673] = 1799, - [2674] = 1988, - [2675] = 1790, - [2676] = 1786, - [2677] = 1817, - [2678] = 1824, - [2679] = 2511, - [2680] = 2333, - [2681] = 1801, - [2682] = 1560, - [2683] = 1810, - [2684] = 2083, - [2685] = 1829, - [2686] = 2686, - [2687] = 2503, - [2688] = 2514, - [2689] = 2689, - [2690] = 2686, - [2691] = 2686, - [2692] = 1543, - [2693] = 1863, - [2694] = 1870, - [2695] = 1869, - [2696] = 2526, - [2697] = 1739, - [2698] = 2686, - [2699] = 2686, - [2700] = 2686, + [2650] = 1786, + [2651] = 1822, + [2652] = 1790, + [2653] = 2076, + [2654] = 1864, + [2655] = 1865, + [2656] = 2515, + [2657] = 2077, + [2658] = 1829, + [2659] = 2078, + [2660] = 2335, + [2661] = 2079, + [2662] = 1832, + [2663] = 1816, + [2664] = 2516, + [2665] = 2081, + [2666] = 1787, + [2667] = 1803, + [2668] = 2149, + [2669] = 1824, + [2670] = 2089, + [2671] = 1672, + [2672] = 1830, + [2673] = 1798, + [2674] = 2082, + [2675] = 2083, + [2676] = 1868, + [2677] = 2021, + [2678] = 1671, + [2679] = 1809, + [2680] = 1798, + [2681] = 1811, + [2682] = 2682, + [2683] = 1694, + [2684] = 2335, + [2685] = 1864, + [2686] = 2464, + [2687] = 1772, + [2688] = 1865, + [2689] = 1689, + [2690] = 2682, + [2691] = 1872, + [2692] = 2682, + [2693] = 1786, + [2694] = 1547, + [2695] = 2481, + [2696] = 2682, + [2697] = 2682, + [2698] = 1577, + [2699] = 1672, + [2700] = 2304, [2701] = 1577, - [2702] = 1677, - [2703] = 1780, - [2704] = 1577, + [2702] = 2475, + [2703] = 2093, + [2704] = 2682, [2705] = 1577, - [2706] = 2686, - [2707] = 1781, - [2708] = 1862, - [2709] = 2331, - [2710] = 2333, - [2711] = 1829, - [2712] = 2142, - [2713] = 2078, - [2714] = 1970, - [2715] = 2159, - [2716] = 2086, + [2706] = 2682, + [2707] = 1791, + [2708] = 1868, + [2709] = 1561, + [2710] = 2710, + [2711] = 2093, + [2712] = 2712, + [2713] = 2713, + [2714] = 2081, + [2715] = 2173, + [2716] = 2712, [2717] = 2149, - [2718] = 2718, - [2719] = 2719, - [2720] = 2718, - [2721] = 2075, - [2722] = 2719, - [2723] = 2718, - [2724] = 2043, - [2725] = 2082, - [2726] = 2073, - [2727] = 2718, - [2728] = 2719, - [2729] = 2148, - [2730] = 2079, - [2731] = 2091, - [2732] = 2719, - [2733] = 2149, - [2734] = 2083, - [2735] = 2076, - [2736] = 2719, - [2737] = 2719, - [2738] = 2718, - [2739] = 2088, - [2740] = 2080, - [2741] = 2087, + [2718] = 2087, + [2719] = 2021, + [2720] = 2079, + [2721] = 2077, + [2722] = 2089, + [2723] = 2133, + [2724] = 2713, + [2725] = 2084, + [2726] = 2086, + [2727] = 2713, + [2728] = 2712, + [2729] = 2082, + [2730] = 2083, + [2731] = 2712, + [2732] = 2078, + [2733] = 2143, + [2734] = 2713, + [2735] = 2712, + [2736] = 1791, + [2737] = 2072, + [2738] = 2713, + [2739] = 2712, + [2740] = 2713, + [2741] = 2713, [2742] = 2085, - [2743] = 2084, - [2744] = 2718, - [2745] = 2719, - [2746] = 2074, - [2747] = 2081, - [2748] = 2090, - [2749] = 2148, - [2750] = 2718, + [2743] = 1909, + [2744] = 2073, + [2745] = 2076, + [2746] = 2143, + [2747] = 2133, + [2748] = 2080, + [2749] = 2712, + [2750] = 2074, [2751] = 2751, - [2752] = 1829, - [2753] = 2333, - [2754] = 2148, - [2755] = 2755, - [2756] = 2756, - [2757] = 2331, - [2758] = 1863, - [2759] = 2080, + [2752] = 1786, + [2753] = 2753, + [2754] = 1864, + [2755] = 1791, + [2756] = 2441, + [2757] = 2515, + [2758] = 2133, + [2759] = 2516, [2760] = 2760, - [2761] = 1781, - [2762] = 1862, - [2763] = 2763, - [2764] = 2445, - [2765] = 2763, - [2766] = 1870, - [2767] = 2181, - [2768] = 2091, + [2761] = 2761, + [2762] = 2762, + [2763] = 2179, + [2764] = 2764, + [2765] = 2765, + [2766] = 2766, + [2767] = 2767, + [2768] = 2768, [2769] = 2769, - [2770] = 2082, - [2771] = 1810, + [2770] = 2770, + [2771] = 2771, [2772] = 2772, [2773] = 2773, - [2774] = 2774, - [2775] = 2775, - [2776] = 2776, - [2777] = 2777, - [2778] = 2510, - [2779] = 2779, - [2780] = 2780, - [2781] = 2447, - [2782] = 2448, - [2783] = 2449, - [2784] = 2451, - [2785] = 2158, - [2786] = 2786, - [2787] = 2755, - [2788] = 2453, - [2789] = 1739, + [2774] = 2187, + [2775] = 2174, + [2776] = 2157, + [2777] = 2526, + [2778] = 2418, + [2779] = 2419, + [2780] = 2420, + [2781] = 1672, + [2782] = 1509, + [2783] = 1502, + [2784] = 1503, + [2785] = 1504, + [2786] = 1505, + [2787] = 1506, + [2788] = 1507, + [2789] = 1865, [2790] = 2790, - [2791] = 2791, - [2792] = 2086, - [2793] = 2793, - [2794] = 2776, - [2795] = 2755, - [2796] = 2164, - [2797] = 2464, - [2798] = 2755, - [2799] = 2755, - [2800] = 2511, - [2801] = 1506, - [2802] = 2763, - [2803] = 1504, - [2804] = 2776, - [2805] = 2760, - [2806] = 2755, + [2791] = 2421, + [2792] = 2182, + [2793] = 2156, + [2794] = 2422, + [2795] = 2168, + [2796] = 2180, + [2797] = 2797, + [2798] = 2173, + [2799] = 2799, + [2800] = 2175, + [2801] = 2150, + [2802] = 2802, + [2803] = 2803, + [2804] = 2797, + [2805] = 2143, + [2806] = 2806, [2807] = 2807, - [2808] = 2161, - [2809] = 2177, - [2810] = 2176, - [2811] = 1677, - [2812] = 1780, - [2813] = 2763, - [2814] = 2814, - [2815] = 1869, - [2816] = 2171, - [2817] = 2817, - [2818] = 2755, - [2819] = 2170, - [2820] = 2153, - [2821] = 2155, - [2822] = 2165, - [2823] = 2149, - [2824] = 1501, - [2825] = 2825, - [2826] = 1500, - [2827] = 1508, - [2828] = 1507, - [2829] = 2829, - [2830] = 2830, - [2831] = 2168, - [2832] = 1502, - [2833] = 2159, - [2834] = 2834, - [2835] = 2835, - [2836] = 2836, + [2808] = 2808, + [2809] = 2809, + [2810] = 2810, + [2811] = 2802, + [2812] = 2335, + [2813] = 1868, + [2814] = 2797, + [2815] = 2072, + [2816] = 2802, + [2817] = 1694, + [2818] = 1772, + [2819] = 2797, + [2820] = 1689, + [2821] = 2087, + [2822] = 2797, + [2823] = 2304, + [2824] = 1872, + [2825] = 2797, + [2826] = 2797, + [2827] = 2799, + [2828] = 2073, + [2829] = 2790, + [2830] = 2074, + [2831] = 2802, + [2832] = 2167, + [2833] = 2790, + [2834] = 2161, + [2835] = 794, + [2836] = 2156, [2837] = 2837, - [2838] = 2837, + [2838] = 2838, [2839] = 2839, - [2840] = 2839, - [2841] = 2835, - [2842] = 2171, - [2843] = 2177, - [2844] = 2760, - [2845] = 2168, - [2846] = 2839, - [2847] = 2835, + [2840] = 1791, + [2841] = 2841, + [2842] = 2799, + [2843] = 1820, + [2844] = 2167, + [2845] = 1809, + [2846] = 2168, + [2847] = 1827, [2848] = 1511, - [2849] = 1970, - [2850] = 1511, - [2851] = 2837, + [2849] = 2838, + [2850] = 1811, + [2851] = 2841, [2852] = 2837, - [2853] = 2158, - [2854] = 2158, - [2855] = 2760, - [2856] = 2760, - [2857] = 1829, - [2858] = 2858, - [2859] = 2689, - [2860] = 2155, - [2861] = 2164, - [2862] = 2760, - [2863] = 2760, - [2864] = 1816, - [2865] = 2865, - [2866] = 2858, - [2867] = 2839, - [2868] = 1832, - [2869] = 2165, - [2870] = 794, - [2871] = 2168, - [2872] = 2155, - [2873] = 2839, - [2874] = 2170, - [2875] = 2835, - [2876] = 2858, - [2877] = 2877, - [2878] = 2181, - [2879] = 2164, - [2880] = 2153, - [2881] = 2858, - [2882] = 1796, - [2883] = 793, - [2884] = 2858, - [2885] = 2165, - [2886] = 2837, - [2887] = 1793, - [2888] = 2888, - [2889] = 2181, - [2890] = 2170, - [2891] = 2839, - [2892] = 2839, - [2893] = 2176, - [2894] = 2161, - [2895] = 1801, - [2896] = 2835, - [2897] = 1823, - [2898] = 2837, - [2899] = 2835, - [2900] = 2835, - [2901] = 2043, - [2902] = 2177, - [2903] = 2171, - [2904] = 2837, - [2905] = 2176, - [2906] = 2858, - [2907] = 2083, - [2908] = 2858, - [2909] = 2161, - [2910] = 2153, - [2911] = 2911, - [2912] = 2760, - [2913] = 1758, - [2914] = 2751, - [2915] = 1511, - [2916] = 2487, - [2917] = 2790, - [2918] = 2760, - [2919] = 2182, - [2920] = 2786, - [2921] = 2166, - [2922] = 1509, - [2923] = 1796, - [2924] = 2333, - [2925] = 2090, - [2926] = 2079, - [2927] = 2760, - [2928] = 2928, - [2929] = 2929, - [2930] = 2159, - [2931] = 2865, - [2932] = 1542, - [2933] = 2073, - [2934] = 2076, - [2935] = 2417, - [2936] = 2148, - [2937] = 2078, - [2938] = 2082, - [2939] = 2939, - [2940] = 2929, - [2941] = 1765, - [2942] = 1793, - [2943] = 2498, - [2944] = 2807, - [2945] = 2091, - [2946] = 2929, - [2947] = 2081, - [2948] = 2084, - [2949] = 2085, - [2950] = 2087, - [2951] = 2088, - [2952] = 1816, - [2953] = 1801, - [2954] = 2760, - [2955] = 2760, - [2956] = 2152, - [2957] = 2180, - [2958] = 2760, - [2959] = 2773, - [2960] = 2888, - [2961] = 2075, - [2962] = 2074, - [2963] = 2760, - [2964] = 2774, - [2965] = 2814, - [2966] = 2769, - [2967] = 2149, - [2968] = 2775, - [2969] = 2777, - [2970] = 2083, - [2971] = 2780, - [2972] = 2179, - [2973] = 2793, - [2974] = 2825, - [2975] = 1823, - [2976] = 2080, - [2977] = 1509, - [2978] = 2978, - [2979] = 2830, - [2980] = 2760, - [2981] = 1860, - [2982] = 2834, - [2983] = 2817, - [2984] = 1720, - [2985] = 2760, - [2986] = 2772, - [2987] = 2331, - [2988] = 2760, - [2989] = 2086, - [2990] = 2836, - [2991] = 1832, - [2992] = 2911, - [2993] = 1988, - [2994] = 2760, - [2995] = 2791, - [2996] = 1800, - [2997] = 2997, - [2998] = 2772, - [2999] = 2834, - [3000] = 2830, - [3001] = 2786, - [3002] = 2751, - [3003] = 2790, - [3004] = 2997, - [3005] = 2807, - [3006] = 1822, - [3007] = 2760, - [3008] = 2182, - [3009] = 2773, - [3010] = 1789, - [3011] = 1805, - [3012] = 2226, - [3013] = 1826, - [3014] = 1970, - [3015] = 1806, - [3016] = 1758, - [3017] = 2204, - [3018] = 2165, - [3019] = 1824, - [3020] = 1811, - [3021] = 2261, - [3022] = 2168, - [3023] = 1785, - [3024] = 2166, - [3025] = 1797, - [3026] = 2793, - [3027] = 2780, - [3028] = 1799, - [3029] = 2760, - [3030] = 1787, - [3031] = 1788, - [3032] = 1791, - [3033] = 2158, - [3034] = 2997, - [3035] = 1784, - [3036] = 2293, - [3037] = 2043, - [3038] = 1794, - [3039] = 2817, - [3040] = 1795, - [3041] = 1804, - [3042] = 2774, - [3043] = 2155, + [2853] = 2161, + [2854] = 2837, + [2855] = 2799, + [2856] = 2838, + [2857] = 2838, + [2858] = 2175, + [2859] = 2841, + [2860] = 2168, + [2861] = 2150, + [2862] = 2799, + [2863] = 2180, + [2864] = 2179, + [2865] = 2841, + [2866] = 2799, + [2867] = 1813, + [2868] = 793, + [2869] = 2174, + [2870] = 2157, + [2871] = 2710, + [2872] = 2872, + [2873] = 2873, + [2874] = 2874, + [2875] = 2799, + [2876] = 2874, + [2877] = 2837, + [2878] = 2837, + [2879] = 2187, + [2880] = 2799, + [2881] = 2841, + [2882] = 2179, + [2883] = 2838, + [2884] = 1793, + [2885] = 2837, + [2886] = 1909, + [2887] = 2093, + [2888] = 2167, + [2889] = 2156, + [2890] = 2874, + [2891] = 2837, + [2892] = 2175, + [2893] = 2838, + [2894] = 2874, + [2895] = 2182, + [2896] = 2841, + [2897] = 2874, + [2898] = 2161, + [2899] = 2841, + [2900] = 2187, + [2901] = 2180, + [2902] = 2874, + [2903] = 2182, + [2904] = 2874, + [2905] = 2174, + [2906] = 2021, + [2907] = 2907, + [2908] = 2157, + [2909] = 2838, + [2910] = 1511, + [2911] = 2150, + [2912] = 2912, + [2913] = 1501, + [2914] = 2770, + [2915] = 1809, + [2916] = 2773, + [2917] = 1813, + [2918] = 2078, + [2919] = 2166, + [2920] = 2799, + [2921] = 2468, + [2922] = 2799, + [2923] = 2923, + [2924] = 2077, + [2925] = 2761, + [2926] = 1820, + [2927] = 2159, + [2928] = 2444, + [2929] = 2143, + [2930] = 2799, + [2931] = 2809, + [2932] = 2771, + [2933] = 2933, + [2934] = 2304, + [2935] = 2089, + [2936] = 1793, + [2937] = 2178, + [2938] = 2335, + [2939] = 2762, + [2940] = 2799, + [2941] = 2072, + [2942] = 2772, + [2943] = 1511, + [2944] = 2079, + [2945] = 1811, + [2946] = 2799, + [2947] = 2799, + [2948] = 2074, + [2949] = 1908, + [2950] = 2185, + [2951] = 2810, + [2952] = 1869, + [2953] = 2081, + [2954] = 2933, + [2955] = 1827, + [2956] = 2807, + [2957] = 2769, + [2958] = 2437, + [2959] = 2133, + [2960] = 2912, + [2961] = 1545, + [2962] = 1691, + [2963] = 2839, + [2964] = 2808, + [2965] = 2083, + [2966] = 2799, + [2967] = 2967, + [2968] = 2799, + [2969] = 1501, + [2970] = 1770, + [2971] = 2971, + [2972] = 2087, + [2973] = 2173, + [2974] = 2907, + [2975] = 2073, + [2976] = 2799, + [2977] = 2806, + [2978] = 2872, + [2979] = 1738, + [2980] = 2093, + [2981] = 2084, + [2982] = 2933, + [2983] = 2764, + [2984] = 2799, + [2985] = 2765, + [2986] = 2766, + [2987] = 2086, + [2988] = 2076, + [2989] = 2751, + [2990] = 2152, + [2991] = 2080, + [2992] = 2085, + [2993] = 2767, + [2994] = 2768, + [2995] = 2082, + [2996] = 2021, + [2997] = 2809, + [2998] = 2150, + [2999] = 2270, + [3000] = 2166, + [3001] = 1814, + [3002] = 1815, + [3003] = 1818, + [3004] = 2168, + [3005] = 1868, + [3006] = 3006, + [3007] = 1799, + [3008] = 1787, + [3009] = 1808, + [3010] = 1823, + [3011] = 1691, + [3012] = 1788, + [3013] = 2810, + [3014] = 2768, + [3015] = 1832, + [3016] = 3006, + [3017] = 1909, + [3018] = 2100, + [3019] = 1794, + [3020] = 1770, + [3021] = 1826, + [3022] = 1511, + [3023] = 1796, + [3024] = 1825, + [3025] = 2799, + [3026] = 2753, + [3027] = 2770, + [3028] = 2799, + [3029] = 2185, + [3030] = 1801, + [3031] = 3006, + [3032] = 3032, + [3033] = 2267, + [3034] = 1800, + [3035] = 1828, + [3036] = 2771, + [3037] = 1785, + [3038] = 3006, + [3039] = 1783, + [3040] = 2174, + [3041] = 1807, + [3042] = 1784, + [3043] = 1816, [3044] = 2769, - [3045] = 1831, - [3046] = 2152, - [3047] = 1783, - [3048] = 2153, - [3049] = 2161, - [3050] = 2775, - [3051] = 2105, - [3052] = 1870, - [3053] = 1813, - [3054] = 1814, - [3055] = 2777, - [3056] = 2997, - [3057] = 1825, - [3058] = 1511, - [3059] = 2829, - [3060] = 1808, - [3061] = 1807, - [3062] = 1803, - [3063] = 2791, - [3064] = 2825, - [3065] = 1802, - [3066] = 1988, - [3067] = 2181, - [3068] = 2164, - [3069] = 2179, - [3070] = 2180, - [3071] = 3071, - [3072] = 1765, - [3073] = 2997, - [3074] = 1819, - [3075] = 1509, - [3076] = 2207, - [3077] = 2170, - [3078] = 2171, - [3079] = 2176, - [3080] = 2195, - [3081] = 1817, - [3082] = 1863, - [3083] = 2997, - [3084] = 1786, - [3085] = 2814, - [3086] = 3086, - [3087] = 1790, - [3088] = 1720, - [3089] = 1818, - [3090] = 2177, - [3091] = 2780, - [3092] = 3092, - [3093] = 2760, - [3094] = 3092, - [3095] = 3095, - [3096] = 3096, - [3097] = 3092, - [3098] = 2309, - [3099] = 3095, - [3100] = 3095, - [3101] = 3095, - [3102] = 2814, - [3103] = 2331, - [3104] = 1811, - [3105] = 1788, - [3106] = 3095, - [3107] = 1806, - [3108] = 3108, - [3109] = 3109, - [3110] = 2790, - [3111] = 3111, - [3112] = 3112, - [3113] = 3112, - [3114] = 3108, - [3115] = 1818, - [3116] = 3092, + [3045] = 1501, + [3046] = 2178, + [3047] = 1798, + [3048] = 1829, + [3049] = 1830, + [3050] = 1824, + [3051] = 2772, + [3052] = 1792, + [3053] = 2773, + [3054] = 1789, + [3055] = 2282, + [3056] = 2182, + [3057] = 2157, + [3058] = 2159, + [3059] = 3006, + [3060] = 1822, + [3061] = 1819, + [3062] = 2156, + [3063] = 2751, + [3064] = 1790, + [3065] = 3006, + [3066] = 3066, + [3067] = 1802, + [3068] = 2161, + [3069] = 2180, + [3070] = 1803, + [3071] = 2277, + [3072] = 2179, + [3073] = 2167, + [3074] = 1908, + [3075] = 2280, + [3076] = 2187, + [3077] = 2806, + [3078] = 2807, + [3079] = 2175, + [3080] = 2761, + [3081] = 2762, + [3082] = 1872, + [3083] = 1738, + [3084] = 2261, + [3085] = 2808, + [3086] = 2764, + [3087] = 2765, + [3088] = 2767, + [3089] = 2766, + [3090] = 2152, + [3091] = 3091, + [3092] = 2799, + [3093] = 3093, + [3094] = 2765, + [3095] = 1828, + [3096] = 3093, + [3097] = 2398, + [3098] = 3091, + [3099] = 3099, + [3100] = 1794, + [3101] = 3101, + [3102] = 1826, + [3103] = 1869, + [3104] = 3099, + [3105] = 2398, + [3106] = 3099, + [3107] = 3107, + [3108] = 2799, + [3109] = 2809, + [3110] = 3099, + [3111] = 2261, + [3112] = 2839, + [3113] = 1785, + [3114] = 2810, + [3115] = 2329, + [3116] = 1787, [3117] = 3117, - [3118] = 3096, - [3119] = 2791, - [3120] = 3092, - [3121] = 2760, - [3122] = 2142, - [3123] = 2226, - [3124] = 1797, - [3125] = 3111, - [3126] = 3126, - [3127] = 3111, - [3128] = 3117, - [3129] = 1825, - [3130] = 1793, - [3131] = 2207, - [3132] = 3112, - [3133] = 1790, - [3134] = 3096, - [3135] = 3117, - [3136] = 3111, - [3137] = 2351, - [3138] = 3092, - [3139] = 3096, - [3140] = 3095, - [3141] = 1796, - [3142] = 3117, - [3143] = 3112, - [3144] = 3117, - [3145] = 1786, - [3146] = 3092, - [3147] = 1804, - [3148] = 2834, - [3149] = 3095, - [3150] = 3092, - [3151] = 2406, - [3152] = 1813, - [3153] = 2105, - [3154] = 3109, - [3155] = 1789, - [3156] = 1826, - [3157] = 3108, - [3158] = 2261, - [3159] = 1814, - [3160] = 1801, - [3161] = 2751, - [3162] = 1819, - [3163] = 3109, - [3164] = 2773, - [3165] = 3109, - [3166] = 3112, - [3167] = 2774, - [3168] = 3096, - [3169] = 1822, - [3170] = 2775, - [3171] = 2777, - [3172] = 2793, - [3173] = 3108, - [3174] = 2825, - [3175] = 1808, - [3176] = 2410, - [3177] = 2772, - [3178] = 1799, - [3179] = 2397, - [3180] = 2396, - [3181] = 1783, - [3182] = 3095, - [3183] = 2830, - [3184] = 3096, - [3185] = 2304, - [3186] = 3111, - [3187] = 1807, - [3188] = 1831, - [3189] = 3095, - [3190] = 2769, - [3191] = 2760, - [3192] = 2398, - [3193] = 2817, - [3194] = 2339, - [3195] = 2365, - [3196] = 1988, - [3197] = 2911, - [3198] = 1803, - [3199] = 3108, - [3200] = 3095, - [3201] = 1817, - [3202] = 2888, - [3203] = 3111, - [3204] = 1816, - [3205] = 3117, - [3206] = 2351, - [3207] = 1802, - [3208] = 1860, - [3209] = 2351, - [3210] = 2333, - [3211] = 2293, - [3212] = 1823, - [3213] = 1679, - [3214] = 2807, - [3215] = 3112, - [3216] = 1511, - [3217] = 1832, - [3218] = 1509, - [3219] = 1805, - [3220] = 3220, - [3221] = 2366, - [3222] = 1800, - [3223] = 1791, - [3224] = 3095, - [3225] = 2195, - [3226] = 1784, - [3227] = 3109, - [3228] = 3108, - [3229] = 3095, - [3230] = 3095, - [3231] = 2760, - [3232] = 2836, - [3233] = 3095, - [3234] = 3234, - [3235] = 3117, - [3236] = 1751, - [3237] = 2043, - [3238] = 3238, - [3239] = 3096, - [3240] = 2339, - [3241] = 3112, - [3242] = 2760, - [3243] = 1787, - [3244] = 3112, - [3245] = 3117, - [3246] = 1970, - [3247] = 3109, - [3248] = 3117, - [3249] = 2204, - [3250] = 1795, - [3251] = 1794, - [3252] = 2351, - [3253] = 2351, - [3254] = 2307, - [3255] = 1824, - [3256] = 3092, - [3257] = 3095, - [3258] = 3096, - [3259] = 3112, - [3260] = 1730, - [3261] = 3096, - [3262] = 2786, - [3263] = 2760, - [3264] = 1785, - [3265] = 3095, - [3266] = 2448, - [3267] = 2351, - [3268] = 2396, - [3269] = 3269, - [3270] = 3270, - [3271] = 2385, - [3272] = 3272, - [3273] = 1598, - [3274] = 794, - [3275] = 1609, - [3276] = 2397, - [3277] = 3277, - [3278] = 3270, - [3279] = 2817, - [3280] = 2769, - [3281] = 2366, - [3282] = 2365, - [3283] = 2351, - [3284] = 3270, - [3285] = 3285, - [3286] = 2807, - [3287] = 2786, - [3288] = 1610, - [3289] = 2366, - [3290] = 3272, - [3291] = 3277, - [3292] = 1810, - [3293] = 3277, - [3294] = 2786, - [3295] = 2830, - [3296] = 3270, - [3297] = 2825, - [3298] = 3298, - [3299] = 2304, - [3300] = 2417, - [3301] = 2347, - [3302] = 3298, - [3303] = 3303, - [3304] = 1720, - [3305] = 2491, - [3306] = 793, - [3307] = 3277, - [3308] = 3270, - [3309] = 3309, - [3310] = 3310, - [3311] = 3303, - [3312] = 2354, - [3313] = 3270, - [3314] = 2793, - [3315] = 3272, - [3316] = 2491, - [3317] = 2159, - [3318] = 2760, - [3319] = 2760, - [3320] = 3277, - [3321] = 1600, - [3322] = 3277, - [3323] = 2777, - [3324] = 2772, - [3325] = 2410, - [3326] = 2830, - [3327] = 2775, - [3328] = 2911, - [3329] = 2774, - [3330] = 2773, - [3331] = 2751, - [3332] = 2406, - [3333] = 2834, - [3334] = 2790, - [3335] = 2791, - [3336] = 2814, - [3337] = 2410, - [3338] = 2772, - [3339] = 2397, - [3340] = 3270, - [3341] = 2807, - [3342] = 3270, - [3343] = 3270, - [3344] = 2445, - [3345] = 2447, - [3346] = 2825, - [3347] = 2793, - [3348] = 2780, - [3349] = 2449, - [3350] = 2307, - [3351] = 2502, - [3352] = 2451, - [3353] = 2777, - [3354] = 3277, - [3355] = 2775, - [3356] = 2453, - [3357] = 2774, - [3358] = 2773, - [3359] = 1599, - [3360] = 3270, - [3361] = 2780, - [3362] = 2351, - [3363] = 2769, - [3364] = 3277, - [3365] = 2365, - [3366] = 2339, - [3367] = 3277, + [3118] = 1501, + [3119] = 2770, + [3120] = 3093, + [3121] = 2382, + [3122] = 2282, + [3123] = 2149, + [3124] = 2021, + [3125] = 3101, + [3126] = 2766, + [3127] = 2806, + [3128] = 3099, + [3129] = 3129, + [3130] = 1671, + [3131] = 3107, + [3132] = 2767, + [3133] = 3099, + [3134] = 3101, + [3135] = 1511, + [3136] = 3099, + [3137] = 3099, + [3138] = 3093, + [3139] = 2807, + [3140] = 2387, + [3141] = 1832, + [3142] = 3099, + [3143] = 3101, + [3144] = 3099, + [3145] = 1796, + [3146] = 2768, + [3147] = 2387, + [3148] = 3107, + [3149] = 3101, + [3150] = 1816, + [3151] = 1820, + [3152] = 3093, + [3153] = 1909, + [3154] = 2773, + [3155] = 2907, + [3156] = 3107, + [3157] = 3101, + [3158] = 1827, + [3159] = 1802, + [3160] = 1822, + [3161] = 3107, + [3162] = 1783, + [3163] = 2267, + [3164] = 1813, + [3165] = 3101, + [3166] = 3099, + [3167] = 3107, + [3168] = 2270, + [3169] = 3107, + [3170] = 1683, + [3171] = 3101, + [3172] = 1829, + [3173] = 3107, + [3174] = 3099, + [3175] = 3101, + [3176] = 3107, + [3177] = 1830, + [3178] = 2799, + [3179] = 3093, + [3180] = 3180, + [3181] = 2381, + [3182] = 2772, + [3183] = 2762, + [3184] = 1792, + [3185] = 2799, + [3186] = 3117, + [3187] = 2335, + [3188] = 1807, + [3189] = 1824, + [3190] = 3180, + [3191] = 2304, + [3192] = 1801, + [3193] = 1814, + [3194] = 1811, + [3195] = 3099, + [3196] = 1815, + [3197] = 1800, + [3198] = 2799, + [3199] = 1803, + [3200] = 2761, + [3201] = 2808, + [3202] = 3180, + [3203] = 1818, + [3204] = 3117, + [3205] = 3180, + [3206] = 2386, + [3207] = 3117, + [3208] = 2416, + [3209] = 3209, + [3210] = 3180, + [3211] = 2387, + [3212] = 3117, + [3213] = 1825, + [3214] = 3180, + [3215] = 1908, + [3216] = 3117, + [3217] = 1789, + [3218] = 3180, + [3219] = 3099, + [3220] = 3117, + [3221] = 2280, + [3222] = 3180, + [3223] = 3117, + [3224] = 3180, + [3225] = 3117, + [3226] = 3091, + [3227] = 1799, + [3228] = 3209, + [3229] = 1798, + [3230] = 2277, + [3231] = 2311, + [3232] = 1819, + [3233] = 2387, + [3234] = 2771, + [3235] = 1784, + [3236] = 1808, + [3237] = 1809, + [3238] = 2799, + [3239] = 2100, + [3240] = 2389, + [3241] = 1823, + [3242] = 3242, + [3243] = 1788, + [3244] = 2751, + [3245] = 3099, + [3246] = 3099, + [3247] = 2769, + [3248] = 1752, + [3249] = 2387, + [3250] = 2764, + [3251] = 3091, + [3252] = 2912, + [3253] = 3209, + [3254] = 3254, + [3255] = 1793, + [3256] = 3209, + [3257] = 3257, + [3258] = 3091, + [3259] = 3209, + [3260] = 3091, + [3261] = 3209, + [3262] = 2352, + [3263] = 2332, + [3264] = 2375, + [3265] = 1790, + [3266] = 2761, + [3267] = 2208, + [3268] = 2209, + [3269] = 2212, + [3270] = 2225, + [3271] = 2213, + [3272] = 1501, + [3273] = 2770, + [3274] = 2799, + [3275] = 2447, + [3276] = 2771, + [3277] = 1597, + [3278] = 1598, + [3279] = 1608, + [3280] = 1609, + [3281] = 2772, + [3282] = 1599, + [3283] = 2907, + [3284] = 1511, + [3285] = 2799, + [3286] = 2332, + [3287] = 1610, + [3288] = 2773, + [3289] = 3289, + [3290] = 2173, + [3291] = 3291, + [3292] = 2273, + [3293] = 2274, + [3294] = 2276, + [3295] = 3295, + [3296] = 2403, + [3297] = 2281, + [3298] = 2468, + [3299] = 3299, + [3300] = 3300, + [3301] = 2387, + [3302] = 2912, + [3303] = 2526, + [3304] = 3304, + [3305] = 2418, + [3306] = 2419, + [3307] = 3307, + [3308] = 3308, + [3309] = 2352, + [3310] = 2173, + [3311] = 3311, + [3312] = 2420, + [3313] = 132, + [3314] = 2149, + [3315] = 794, + [3316] = 3308, + [3317] = 2421, + [3318] = 3311, + [3319] = 3307, + [3320] = 3320, + [3321] = 2387, + [3322] = 2422, + [3323] = 2398, + [3324] = 3289, + [3325] = 1738, + [3326] = 1770, + [3327] = 1600, + [3328] = 793, + [3329] = 3300, + [3330] = 3308, + [3331] = 3311, + [3332] = 133, + [3333] = 3289, + [3334] = 1606, + [3335] = 2311, + [3336] = 2387, + [3337] = 1601, + [3338] = 3289, + [3339] = 1595, + [3340] = 2839, + [3341] = 3300, + [3342] = 1607, + [3343] = 2325, + [3344] = 2399, + [3345] = 2329, + [3346] = 3289, + [3347] = 3300, + [3348] = 1691, + [3349] = 2471, + [3350] = 3300, + [3351] = 1602, + [3352] = 3289, + [3353] = 3300, + [3354] = 1603, + [3355] = 1786, + [3356] = 3289, + [3357] = 3300, + [3358] = 1605, + [3359] = 2357, + [3360] = 3300, + [3361] = 3289, + [3362] = 3300, + [3363] = 2375, + [3364] = 2806, + [3365] = 3289, + [3366] = 2416, + [3367] = 2381, [3368] = 3368, - [3369] = 133, - [3370] = 2817, - [3371] = 2159, - [3372] = 2398, - [3373] = 3303, - [3374] = 2396, - [3375] = 2836, - [3376] = 3270, - [3377] = 2210, - [3378] = 2237, - [3379] = 2211, - [3380] = 2219, - [3381] = 3270, - [3382] = 2402, - [3383] = 2209, - [3384] = 2751, - [3385] = 2888, - [3386] = 1604, - [3387] = 2223, - [3388] = 2234, - [3389] = 2236, - [3390] = 2406, - [3391] = 2834, - [3392] = 3270, - [3393] = 1612, - [3394] = 3270, - [3395] = 1602, - [3396] = 2504, - [3397] = 3397, - [3398] = 3270, - [3399] = 134, - [3400] = 3400, - [3401] = 2309, - [3402] = 1519, - [3403] = 1595, - [3404] = 1603, - [3405] = 1758, - [3406] = 3285, - [3407] = 1605, - [3408] = 2760, - [3409] = 2502, - [3410] = 2814, - [3411] = 1606, - [3412] = 2249, - [3413] = 1607, - [3414] = 1511, - [3415] = 3270, - [3416] = 2464, - [3417] = 1601, - [3418] = 2148, - [3419] = 3270, - [3420] = 2791, - [3421] = 1765, - [3422] = 1509, - [3423] = 2192, - [3424] = 2242, - [3425] = 3285, - [3426] = 3270, - [3427] = 1608, - [3428] = 2504, - [3429] = 2398, - [3430] = 2325, - [3431] = 2149, - [3432] = 2417, - [3433] = 2790, - [3434] = 2142, - [3435] = 2760, - [3436] = 2465, - [3437] = 1869, - [3438] = 1595, - [3439] = 1606, - [3440] = 2402, - [3441] = 2518, - [3442] = 2351, - [3443] = 2176, - [3444] = 2177, - [3445] = 2450, - [3446] = 1540, - [3447] = 2105, - [3448] = 2354, - [3449] = 2428, - [3450] = 2155, - [3451] = 2153, - [3452] = 2464, - [3453] = 2161, - [3454] = 2164, - [3455] = 2181, - [3456] = 2472, - [3457] = 2479, - [3458] = 2485, - [3459] = 2488, - [3460] = 2171, - [3461] = 1546, - [3462] = 2159, - [3463] = 1604, - [3464] = 1612, - [3465] = 2204, - [3466] = 2121, - [3467] = 1602, - [3468] = 2078, - [3469] = 2384, - [3470] = 2388, - [3471] = 1831, - [3472] = 1783, - [3473] = 2390, - [3474] = 2392, - [3475] = 2429, - [3476] = 2079, - [3477] = 1822, - [3478] = 1819, - [3479] = 1608, - [3480] = 2073, - [3481] = 1607, - [3482] = 1814, - [3483] = 1813, - [3484] = 2219, - [3485] = 1804, - [3486] = 2211, - [3487] = 1797, - [3488] = 2210, - [3489] = 2088, - [3490] = 2076, - [3491] = 1544, - [3492] = 2209, - [3493] = 1600, - [3494] = 1730, - [3495] = 1811, - [3496] = 2507, - [3497] = 2087, - [3498] = 2085, - [3499] = 2439, - [3500] = 2435, - [3501] = 2084, - [3502] = 2501, - [3503] = 2293, - [3504] = 2195, - [3505] = 2431, - [3506] = 2081, - [3507] = 2432, - [3508] = 2446, - [3509] = 2090, - [3510] = 2168, - [3511] = 793, - [3512] = 1810, - [3513] = 2455, - [3514] = 2486, - [3515] = 2075, - [3516] = 2462, - [3517] = 1599, - [3518] = 2074, - [3519] = 1751, - [3520] = 1598, - [3521] = 2524, - [3522] = 2165, - [3523] = 2515, - [3524] = 2525, - [3525] = 2520, - [3526] = 2519, - [3527] = 2517, - [3528] = 2516, - [3529] = 2170, - [3530] = 2395, - [3531] = 2158, - [3532] = 2495, - [3533] = 2494, - [3534] = 2481, - [3535] = 1785, - [3536] = 2476, - [3537] = 2461, - [3538] = 2443, - [3539] = 2207, - [3540] = 2437, - [3541] = 2339, - [3542] = 1787, - [3543] = 1817, - [3544] = 1786, - [3545] = 2403, - [3546] = 1790, - [3547] = 1970, - [3548] = 1603, - [3549] = 1799, - [3550] = 1788, - [3551] = 1806, - [3552] = 1818, - [3553] = 1791, - [3554] = 1784, - [3555] = 1601, - [3556] = 1605, - [3557] = 2491, - [3558] = 1794, - [3559] = 1824, - [3560] = 2242, - [3561] = 1795, - [3562] = 2043, - [3563] = 2502, - [3564] = 2385, - [3565] = 134, - [3566] = 1610, - [3567] = 2419, - [3568] = 2503, - [3569] = 2418, - [3570] = 2433, - [3571] = 2453, - [3572] = 2434, - [3573] = 2451, - [3574] = 2422, - [3575] = 2449, - [3576] = 2448, - [3577] = 2447, - [3578] = 2420, - [3579] = 2445, - [3580] = 2513, - [3581] = 2192, - [3582] = 2249, - [3583] = 2351, - [3584] = 2504, - [3585] = 2114, - [3586] = 1789, - [3587] = 1870, - [3588] = 1826, - [3589] = 1825, - [3590] = 1609, - [3591] = 2836, - [3592] = 1863, - [3593] = 2829, - [3594] = 2412, - [3595] = 1679, - [3596] = 2463, - [3597] = 2417, - [3598] = 2467, - [3599] = 2347, - [3600] = 1808, - [3601] = 1807, - [3602] = 2236, - [3603] = 1803, - [3604] = 1802, - [3605] = 2234, - [3606] = 2223, - [3607] = 2888, - [3608] = 2526, - [3609] = 794, - [3610] = 2514, - [3611] = 133, - [3612] = 1800, - [3613] = 1988, - [3614] = 2237, - [3615] = 2911, - [3616] = 1862, - [3617] = 1805, - [3618] = 2417, - [3619] = 2325, - [3620] = 2351, - [3621] = 2519, - [3622] = 2504, - [3623] = 2437, - [3624] = 2461, - [3625] = 2467, - [3626] = 2476, - [3627] = 1502, - [3628] = 1612, - [3629] = 1607, - [3630] = 2488, - [3631] = 3272, - [3632] = 2494, - [3633] = 2495, - [3634] = 2463, - [3635] = 2485, - [3636] = 1500, - [3637] = 1508, - [3638] = 1507, - [3639] = 1608, - [3640] = 1502, - [3641] = 2516, - [3642] = 2517, - [3643] = 2432, - [3644] = 3644, - [3645] = 2455, - [3646] = 2446, - [3647] = 2435, - [3648] = 3648, - [3649] = 1781, - [3650] = 2439, - [3651] = 2472, - [3652] = 3652, - [3653] = 2351, - [3654] = 1501, - [3655] = 2465, - [3656] = 1609, - [3657] = 2479, - [3658] = 2814, - [3659] = 2431, - [3660] = 1507, - [3661] = 2978, - [3662] = 1504, - [3663] = 2420, - [3664] = 2309, - [3665] = 2422, - [3666] = 2939, - [3667] = 2434, - [3668] = 1511, - [3669] = 2513, - [3670] = 1610, - [3671] = 2433, - [3672] = 2445, - [3673] = 2418, - [3674] = 2447, - [3675] = 2448, - [3676] = 2449, - [3677] = 2419, - [3678] = 2451, - [3679] = 3679, - [3680] = 2453, - [3681] = 2817, - [3682] = 2514, - [3683] = 2412, - [3684] = 2403, - [3685] = 2121, - [3686] = 2807, - [3687] = 1508, - [3688] = 2392, - [3689] = 1605, - [3690] = 1601, - [3691] = 1603, - [3692] = 1511, - [3693] = 2501, - [3694] = 2786, - [3695] = 1500, - [3696] = 2417, - [3697] = 1604, - [3698] = 1501, - [3699] = 1602, - [3700] = 2384, - [3701] = 2388, - [3702] = 2390, - [3703] = 1506, - [3704] = 2429, - [3705] = 2366, - [3706] = 1810, - [3707] = 2395, - [3708] = 2507, - [3709] = 1504, - [3710] = 2462, - [3711] = 2309, - [3712] = 1506, - [3713] = 2417, - [3714] = 133, - [3715] = 2491, - [3716] = 2526, - [3717] = 2486, - [3718] = 1869, - [3719] = 2518, - [3720] = 2331, - [3721] = 2428, - [3722] = 2417, - [3723] = 2502, - [3724] = 2525, - [3725] = 2503, - [3726] = 2417, - [3727] = 2830, - [3728] = 2825, - [3729] = 2793, - [3730] = 2780, - [3731] = 2777, - [3732] = 2524, - [3733] = 2775, - [3734] = 2774, - [3735] = 1598, - [3736] = 2773, - [3737] = 2751, - [3738] = 1600, - [3739] = 2406, - [3740] = 2834, - [3741] = 1862, - [3742] = 1780, - [3743] = 1677, - [3744] = 1739, - [3745] = 1511, - [3746] = 2333, - [3747] = 2450, - [3748] = 2365, - [3749] = 2769, - [3750] = 2443, - [3751] = 2790, - [3752] = 2481, - [3753] = 1863, - [3754] = 134, - [3755] = 2791, - [3756] = 3285, - [3757] = 1870, - [3758] = 2520, - [3759] = 2396, - [3760] = 2397, + [3369] = 2471, + [3370] = 2366, + [3371] = 3371, + [3372] = 2807, + [3373] = 2382, + [3374] = 3289, + [3375] = 2799, + [3376] = 3289, + [3377] = 3289, + [3378] = 3289, + [3379] = 3289, + [3380] = 3289, + [3381] = 2497, + [3382] = 2761, + [3383] = 2257, + [3384] = 2259, + [3385] = 3289, + [3386] = 2441, + [3387] = 2762, + [3388] = 2497, + [3389] = 2447, + [3390] = 2808, + [3391] = 2386, + [3392] = 2764, + [3393] = 2765, + [3394] = 2766, + [3395] = 2767, + [3396] = 2768, + [3397] = 2751, + [3398] = 2769, + [3399] = 2809, + [3400] = 2799, + [3401] = 2143, + [3402] = 2133, + [3403] = 2810, + [3404] = 2375, + [3405] = 2806, + [3406] = 2416, + [3407] = 2381, + [3408] = 2807, + [3409] = 2382, + [3410] = 2762, + [3411] = 2808, + [3412] = 2386, + [3413] = 2764, + [3414] = 2765, + [3415] = 2766, + [3416] = 2767, + [3417] = 2768, + [3418] = 2751, + [3419] = 2769, + [3420] = 2809, + [3421] = 2810, + [3422] = 2389, + [3423] = 2770, + [3424] = 2771, + [3425] = 2772, + [3426] = 2773, + [3427] = 1604, + [3428] = 2352, + [3429] = 2389, + [3430] = 2468, + [3431] = 3304, + [3432] = 3307, + [3433] = 1520, + [3434] = 3289, + [3435] = 3289, + [3436] = 2475, + [3437] = 1801, + [3438] = 2270, + [3439] = 2427, + [3440] = 2280, + [3441] = 2524, + [3442] = 1798, + [3443] = 2509, + [3444] = 2457, + [3445] = 2430, + [3446] = 2468, + [3447] = 1908, + [3448] = 2512, + [3449] = 2497, + [3450] = 2519, + [3451] = 132, + [3452] = 2481, + [3453] = 2458, + [3454] = 2518, + [3455] = 2482, + [3456] = 1600, + [3457] = 1606, + [3458] = 2357, + [3459] = 2116, + [3460] = 1601, + [3461] = 2282, + [3462] = 1814, + [3463] = 1815, + [3464] = 1832, + [3465] = 2403, + [3466] = 1818, + [3467] = 1816, + [3468] = 1799, + [3469] = 1802, + [3470] = 1595, + [3471] = 1808, + [3472] = 1823, + [3473] = 2432, + [3474] = 1803, + [3475] = 2431, + [3476] = 1602, + [3477] = 1603, + [3478] = 1864, + [3479] = 2447, + [3480] = 1607, + [3481] = 2753, + [3482] = 2345, + [3483] = 2347, + [3484] = 2348, + [3485] = 2468, + [3486] = 2349, + [3487] = 2520, + [3488] = 1671, + [3489] = 2387, + [3490] = 2399, + [3491] = 2476, + [3492] = 2912, + [3493] = 2484, + [3494] = 2521, + [3495] = 1825, + [3496] = 1783, + [3497] = 2490, + [3498] = 794, + [3499] = 2491, + [3500] = 2839, + [3501] = 2492, + [3502] = 2493, + [3503] = 2350, + [3504] = 2346, + [3505] = 793, + [3506] = 2100, + [3507] = 2325, + [3508] = 2907, + [3509] = 2464, + [3510] = 1608, + [3511] = 1609, + [3512] = 1824, + [3513] = 1868, + [3514] = 1597, + [3515] = 1598, + [3516] = 2498, + [3517] = 2499, + [3518] = 2526, + [3519] = 1865, + [3520] = 2418, + [3521] = 1800, + [3522] = 2420, + [3523] = 2523, + [3524] = 2441, + [3525] = 1909, + [3526] = 2021, + [3527] = 2421, + [3528] = 2503, + [3529] = 2504, + [3530] = 2443, + [3531] = 2422, + [3532] = 1599, + [3533] = 2505, + [3534] = 2342, + [3535] = 2507, + [3536] = 1604, + [3537] = 1605, + [3538] = 2225, + [3539] = 2508, + [3540] = 2257, + [3541] = 2366, + [3542] = 2259, + [3543] = 2469, + [3544] = 2470, + [3545] = 1610, + [3546] = 1786, + [3547] = 133, + [3548] = 2277, + [3549] = 2273, + [3550] = 2274, + [3551] = 2276, + [3552] = 1828, + [3553] = 2167, + [3554] = 2168, + [3555] = 1539, + [3556] = 2179, + [3557] = 2187, + [3558] = 1785, + [3559] = 2174, + [3560] = 2157, + [3561] = 2182, + [3562] = 2445, + [3563] = 2156, + [3564] = 2161, + [3565] = 2180, + [3566] = 2451, + [3567] = 2175, + [3568] = 2150, + [3569] = 2120, + [3570] = 2453, + [3571] = 2446, + [3572] = 2454, + [3573] = 1807, + [3574] = 1784, + [3575] = 2281, + [3576] = 1829, + [3577] = 1830, + [3578] = 1792, + [3579] = 1789, + [3580] = 1822, + [3581] = 1683, + [3582] = 2387, + [3583] = 2477, + [3584] = 2387, + [3585] = 1787, + [3586] = 1788, + [3587] = 2478, + [3588] = 1542, + [3589] = 2173, + [3590] = 1794, + [3591] = 2084, + [3592] = 1826, + [3593] = 2086, + [3594] = 2080, + [3595] = 2085, + [3596] = 1546, + [3597] = 2398, + [3598] = 2471, + [3599] = 2450, + [3600] = 1796, + [3601] = 2076, + [3602] = 2077, + [3603] = 2078, + [3604] = 2455, + [3605] = 2079, + [3606] = 2081, + [3607] = 2479, + [3608] = 2089, + [3609] = 2082, + [3610] = 2083, + [3611] = 1790, + [3612] = 1872, + [3613] = 2480, + [3614] = 1752, + [3615] = 2208, + [3616] = 2209, + [3617] = 1819, + [3618] = 2212, + [3619] = 2213, + [3620] = 2419, + [3621] = 2416, + [3622] = 2418, + [3623] = 2419, + [3624] = 2420, + [3625] = 2304, + [3626] = 2421, + [3627] = 2422, + [3628] = 2375, + [3629] = 2773, + [3630] = 2447, + [3631] = 1609, + [3632] = 2454, + [3633] = 1597, + [3634] = 1598, + [3635] = 1599, + [3636] = 2808, + [3637] = 2346, + [3638] = 1503, + [3639] = 3308, + [3640] = 1504, + [3641] = 2386, + [3642] = 1505, + [3643] = 1506, + [3644] = 2116, + [3645] = 2427, + [3646] = 2481, + [3647] = 2389, + [3648] = 2967, + [3649] = 2430, + [3650] = 2971, + [3651] = 2475, + [3652] = 2120, + [3653] = 2764, + [3654] = 2761, + [3655] = 2432, + [3656] = 2464, + [3657] = 2807, + [3658] = 1602, + [3659] = 1603, + [3660] = 1672, + [3661] = 2806, + [3662] = 2468, + [3663] = 1507, + [3664] = 2771, + [3665] = 1864, + [3666] = 2509, + [3667] = 2772, + [3668] = 1865, + [3669] = 1606, + [3670] = 3670, + [3671] = 2342, + [3672] = 2450, + [3673] = 3673, + [3674] = 2469, + [3675] = 2470, + [3676] = 2382, + [3677] = 2455, + [3678] = 2765, + [3679] = 2332, + [3680] = 2479, + [3681] = 3311, + [3682] = 133, + [3683] = 2480, + [3684] = 2482, + [3685] = 2345, + [3686] = 1511, + [3687] = 2347, + [3688] = 2348, + [3689] = 2476, + [3690] = 1604, + [3691] = 1605, + [3692] = 2766, + [3693] = 2350, + [3694] = 2767, + [3695] = 1868, + [3696] = 1872, + [3697] = 2503, + [3698] = 2477, + [3699] = 2507, + [3700] = 3700, + [3701] = 2484, + [3702] = 2478, + [3703] = 2457, + [3704] = 2458, + [3705] = 2453, + [3706] = 2762, + [3707] = 2387, + [3708] = 1600, + [3709] = 1601, + [3710] = 2490, + [3711] = 2381, + [3712] = 1511, + [3713] = 2768, + [3714] = 2518, + [3715] = 1511, + [3716] = 2441, + [3717] = 2491, + [3718] = 2521, + [3719] = 1786, + [3720] = 2751, + [3721] = 2451, + [3722] = 2332, + [3723] = 3723, + [3724] = 2769, + [3725] = 2809, + [3726] = 1509, + [3727] = 2810, + [3728] = 2431, + [3729] = 1502, + [3730] = 2471, + [3731] = 2492, + [3732] = 1610, + [3733] = 2335, + [3734] = 1509, + [3735] = 2493, + [3736] = 2770, + [3737] = 2498, + [3738] = 2468, + [3739] = 1607, + [3740] = 2499, + [3741] = 2519, + [3742] = 2523, + [3743] = 2445, + [3744] = 2520, + [3745] = 1502, + [3746] = 1503, + [3747] = 1504, + [3748] = 2349, + [3749] = 2524, + [3750] = 1505, + [3751] = 2443, + [3752] = 1506, + [3753] = 1694, + [3754] = 1507, + [3755] = 2512, + [3756] = 2468, + [3757] = 1772, + [3758] = 2504, + [3759] = 2497, + [3760] = 2505, [3761] = 1595, - [3762] = 1606, - [3763] = 2515, - [3764] = 2772, - [3765] = 2410, - [3766] = 2464, - [3767] = 1599, - [3768] = 2114, - [3769] = 3769, - [3770] = 3770, - [3771] = 3272, - [3772] = 3285, - [3773] = 3770, - [3774] = 3769, - [3775] = 2366, - [3776] = 3769, - [3777] = 3769, - [3778] = 2836, - [3779] = 2888, - [3780] = 3770, - [3781] = 2365, - [3782] = 3770, - [3783] = 3770, - [3784] = 3769, - [3785] = 2397, - [3786] = 2520, - [3787] = 2406, - [3788] = 2402, - [3789] = 2105, - [3790] = 1543, - [3791] = 2396, - [3792] = 2410, - [3793] = 3793, - [3794] = 3793, - [3795] = 2911, - [3796] = 3796, - [3797] = 3769, - [3798] = 3770, - [3799] = 1870, - [3800] = 3800, - [3801] = 1862, - [3802] = 3800, - [3803] = 2043, - [3804] = 2083, - [3805] = 3800, - [3806] = 3793, - [3807] = 3800, - [3808] = 2465, - [3809] = 2928, - [3810] = 3793, - [3811] = 3793, - [3812] = 3800, - [3813] = 3769, - [3814] = 3770, - [3815] = 3285, - [3816] = 1509, - [3817] = 1829, - [3818] = 2402, - [3819] = 2518, - [3820] = 3793, - [3821] = 3800, - [3822] = 1863, - [3823] = 2431, - [3824] = 3800, - [3825] = 3272, - [3826] = 2829, - [3827] = 1869, - [3828] = 1542, - [3829] = 1970, - [3830] = 3793, - [3831] = 2142, - [3832] = 3832, - [3833] = 1870, - [3834] = 2463, - [3835] = 2472, - [3836] = 2331, - [3837] = 2333, - [3838] = 1863, - [3839] = 2149, - [3840] = 1546, - [3841] = 3841, - [3842] = 2525, - [3843] = 2437, - [3844] = 2333, - [3845] = 1544, - [3846] = 2485, - [3847] = 2479, - [3848] = 3285, - [3849] = 2472, - [3850] = 2434, - [3851] = 1604, - [3852] = 2121, - [3853] = 1602, - [3854] = 3854, - [3855] = 2494, - [3856] = 3841, - [3857] = 3832, - [3858] = 2422, - [3859] = 3841, - [3860] = 2420, - [3861] = 1605, - [3862] = 2526, - [3863] = 3841, - [3864] = 2082, - [3865] = 1612, - [3866] = 2432, - [3867] = 1608, - [3868] = 2080, - [3869] = 1607, - [3870] = 2446, - [3871] = 2495, - [3872] = 133, - [3873] = 2455, - [3874] = 2428, - [3875] = 3272, - [3876] = 2428, - [3877] = 2481, - [3878] = 134, - [3879] = 1601, - [3880] = 2450, - [3881] = 2476, - [3882] = 1869, - [3883] = 2486, - [3884] = 2439, - [3885] = 3841, - [3886] = 2461, - [3887] = 3854, - [3888] = 1862, - [3889] = 2514, - [3890] = 2435, - [3891] = 2516, - [3892] = 2467, - [3893] = 2463, - [3894] = 2465, - [3895] = 1860, - [3896] = 1511, - [3897] = 1609, - [3898] = 2420, - [3899] = 2422, - [3900] = 2434, - [3901] = 2431, - [3902] = 1610, + [3762] = 1608, + [3763] = 2446, + [3764] = 1689, + [3765] = 2526, + [3766] = 2508, + [3767] = 132, + [3768] = 2468, + [3769] = 1909, + [3770] = 2021, + [3771] = 3771, + [3772] = 3772, + [3773] = 2912, + [3774] = 1868, + [3775] = 1872, + [3776] = 3776, + [3777] = 3772, + [3778] = 3772, + [3779] = 3772, + [3780] = 3780, + [3781] = 3780, + [3782] = 2427, + [3783] = 3783, + [3784] = 3780, + [3785] = 3783, + [3786] = 2416, + [3787] = 2923, + [3788] = 3783, + [3789] = 2403, + [3790] = 1545, + [3791] = 3771, + [3792] = 2490, + [3793] = 2403, + [3794] = 3771, + [3795] = 3771, + [3796] = 3772, + [3797] = 1547, + [3798] = 3780, + [3799] = 3783, + [3800] = 3771, + [3801] = 3780, + [3802] = 3308, + [3803] = 3311, + [3804] = 3783, + [3805] = 2389, + [3806] = 2381, + [3807] = 2839, + [3808] = 3311, + [3809] = 3780, + [3810] = 3308, + [3811] = 1501, + [3812] = 3783, + [3813] = 2753, + [3814] = 2100, + [3815] = 1791, + [3816] = 3780, + [3817] = 2451, + [3818] = 1864, + [3819] = 1865, + [3820] = 3783, + [3821] = 2386, + [3822] = 2477, + [3823] = 2093, + [3824] = 2375, + [3825] = 3772, + [3826] = 3772, + [3827] = 2907, + [3828] = 2382, + [3829] = 3771, + [3830] = 3771, + [3831] = 1542, + [3832] = 1607, + [3833] = 3833, + [3834] = 3834, + [3835] = 3834, + [3836] = 2484, + [3837] = 2520, + [3838] = 2490, + [3839] = 2491, + [3840] = 2492, + [3841] = 2493, + [3842] = 3833, + [3843] = 2498, + [3844] = 2499, + [3845] = 3833, + [3846] = 2503, + [3847] = 2504, + [3848] = 2505, + [3849] = 2507, + [3850] = 2508, + [3851] = 1609, + [3852] = 3834, + [3853] = 2143, + [3854] = 2450, + [3855] = 2445, + [3856] = 3833, + [3857] = 1610, + [3858] = 2455, + [3859] = 1872, + [3860] = 3834, + [3861] = 2491, + [3862] = 3834, + [3863] = 2492, + [3864] = 2493, + [3865] = 2446, + [3866] = 2133, + [3867] = 2427, + [3868] = 2475, + [3869] = 2519, + [3870] = 2520, + [3871] = 2453, + [3872] = 2524, + [3873] = 1600, + [3874] = 3874, + [3875] = 2445, + [3876] = 2432, + [3877] = 2498, + [3878] = 2499, + [3879] = 1595, + [3880] = 2116, + [3881] = 3834, + [3882] = 2477, + [3883] = 1601, + [3884] = 2478, + [3885] = 2479, + [3886] = 2480, + [3887] = 2120, + [3888] = 2482, + [3889] = 2335, + [3890] = 2304, + [3891] = 1546, + [3892] = 1602, + [3893] = 1603, + [3894] = 2454, + [3895] = 2335, + [3896] = 2519, + [3897] = 2469, + [3898] = 2430, + [3899] = 3833, + [3900] = 2470, + [3901] = 3874, + [3902] = 3874, [3903] = 2450, - [3904] = 2517, - [3905] = 2495, - [3906] = 2086, - [3907] = 2437, - [3908] = 3832, - [3909] = 3854, - [3910] = 2432, - [3911] = 2443, - [3912] = 2443, - [3913] = 3854, - [3914] = 2494, - [3915] = 2518, - [3916] = 2331, - [3917] = 1603, - [3918] = 2515, - [3919] = 2439, - [3920] = 2503, - [3921] = 3854, - [3922] = 2435, - [3923] = 2488, - [3924] = 2519, - [3925] = 3854, - [3926] = 2525, - [3927] = 2524, - [3928] = 1598, - [3929] = 2446, - [3930] = 1600, - [3931] = 2520, - [3932] = 2455, - [3933] = 2515, - [3934] = 2461, - [3935] = 2091, - [3936] = 2476, - [3937] = 3832, - [3938] = 3841, - [3939] = 3832, - [3940] = 1599, - [3941] = 2486, - [3942] = 2481, - [3943] = 2488, - [3944] = 3832, - [3945] = 2516, - [3946] = 2148, - [3947] = 2524, - [3948] = 3841, - [3949] = 1595, - [3950] = 2479, - [3951] = 3832, - [3952] = 1606, - [3953] = 3854, - [3954] = 2114, - [3955] = 2517, - [3956] = 2467, - [3957] = 2519, - [3958] = 2485, - [3959] = 319, - [3960] = 3960, - [3961] = 1870, - [3962] = 2177, - [3963] = 3285, - [3964] = 2153, + [3904] = 2451, + [3905] = 1608, + [3906] = 1597, + [3907] = 2149, + [3908] = 3874, + [3909] = 1598, + [3910] = 1599, + [3911] = 2524, + [3912] = 2453, + [3913] = 3874, + [3914] = 2454, + [3915] = 1604, + [3916] = 3874, + [3917] = 2503, + [3918] = 2481, + [3919] = 2504, + [3920] = 3874, + [3921] = 2457, + [3922] = 2505, + [3923] = 3834, + [3924] = 2432, + [3925] = 1605, + [3926] = 2507, + [3927] = 2508, + [3928] = 1869, + [3929] = 2458, + [3930] = 2482, + [3931] = 2430, + [3932] = 1511, + [3933] = 2455, + [3934] = 3311, + [3935] = 132, + [3936] = 3833, + [3937] = 2072, + [3938] = 2469, + [3939] = 2457, + [3940] = 2458, + [3941] = 3308, + [3942] = 2304, + [3943] = 133, + [3944] = 1868, + [3945] = 3833, + [3946] = 2087, + [3947] = 1606, + [3948] = 2446, + [3949] = 2073, + [3950] = 2470, + [3951] = 1864, + [3952] = 1865, + [3953] = 2478, + [3954] = 2074, + [3955] = 2479, + [3956] = 2480, + [3957] = 2484, + [3958] = 2464, + [3959] = 349, + [3960] = 285, + [3961] = 3961, + [3962] = 2087, + [3963] = 1864, + [3964] = 3311, [3965] = 3965, - [3966] = 3960, - [3967] = 2171, - [3968] = 2082, - [3969] = 1540, - [3970] = 2091, - [3971] = 1513, - [3972] = 2161, - [3973] = 2170, + [3966] = 2179, + [3967] = 2167, + [3968] = 3965, + [3969] = 3311, + [3970] = 2182, + [3971] = 1868, + [3972] = 341, + [3973] = 2187, [3974] = 2168, - [3975] = 2158, - [3976] = 3272, - [3977] = 3285, + [3975] = 3975, + [3976] = 3975, + [3977] = 277, [3978] = 3978, - [3979] = 1863, - [3980] = 2165, - [3981] = 3285, - [3982] = 2086, - [3983] = 2181, - [3984] = 2155, - [3985] = 329, - [3986] = 3272, - [3987] = 3987, - [3988] = 2164, + [3979] = 2073, + [3980] = 3308, + [3981] = 2156, + [3982] = 1865, + [3983] = 2161, + [3984] = 2180, + [3985] = 1510, + [3986] = 1561, + [3987] = 2074, + [3988] = 3308, [3989] = 3978, - [3990] = 261, - [3991] = 295, - [3992] = 3965, - [3993] = 3960, - [3994] = 3272, - [3995] = 3272, - [3996] = 1862, - [3997] = 3978, - [3998] = 2176, - [3999] = 3285, - [4000] = 298, - [4001] = 1560, - [4002] = 297, - [4003] = 2159, - [4004] = 2080, - [4005] = 1869, - [4006] = 2159, - [4007] = 2043, - [4008] = 2305, - [4009] = 2321, - [4010] = 3285, - [4011] = 1544, - [4012] = 3272, - [4013] = 1832, - [4014] = 2142, - [4015] = 2293, - [4016] = 2204, - [4017] = 2159, - [4018] = 1801, - [4019] = 1970, - [4020] = 3272, - [4021] = 1970, - [4022] = 1546, - [4023] = 1509, - [4024] = 2043, - [4025] = 3310, - [4026] = 2195, - [4027] = 1816, - [4028] = 3309, - [4029] = 1796, - [4030] = 3285, - [4031] = 1823, - [4032] = 2207, - [4033] = 1519, - [4034] = 1793, - [4035] = 1758, - [4036] = 3987, - [4037] = 1765, - [4038] = 1720, - [4039] = 1544, - [4040] = 3272, - [4041] = 2333, - [4042] = 2333, - [4043] = 2331, - [4044] = 3960, - [4045] = 3285, - [4046] = 1546, - [4047] = 2331, - [4048] = 4048, - [4049] = 3978, - [4050] = 1802, - [4051] = 1560, - [4052] = 1822, - [4053] = 1808, - [4054] = 1783, - [4055] = 2082, - [4056] = 1807, - [4057] = 4057, - [4058] = 1803, - [4059] = 1831, - [4060] = 3960, - [4061] = 4061, - [4062] = 1509, - [4063] = 4063, - [4064] = 3978, - [4065] = 1800, - [4066] = 1805, - [4067] = 3272, - [4068] = 1817, - [4069] = 1786, - [4070] = 1790, - [4071] = 3285, - [4072] = 1799, - [4073] = 4073, - [4074] = 4074, - [4075] = 4057, - [4076] = 1811, - [4077] = 1806, - [4078] = 4063, - [4079] = 2086, - [4080] = 1818, - [4081] = 3960, - [4082] = 1519, - [4083] = 1819, - [4084] = 4084, - [4085] = 1789, - [4086] = 1814, - [4087] = 1826, - [4088] = 2080, - [4089] = 1825, - [4090] = 4090, - [4091] = 1540, - [4092] = 4092, - [4093] = 1785, - [4094] = 1813, - [4095] = 1787, - [4096] = 1804, - [4097] = 4090, - [4098] = 4074, - [4099] = 4084, - [4100] = 3272, - [4101] = 1788, - [4102] = 1791, - [4103] = 1784, - [4104] = 3978, - [4105] = 1797, - [4106] = 2091, - [4107] = 4073, - [4108] = 1794, - [4109] = 4090, - [4110] = 4073, - [4111] = 4092, - [4112] = 1795, - [4113] = 4074, - [4114] = 4061, - [4115] = 3285, - [4116] = 4092, - [4117] = 2079, - [4118] = 4118, - [4119] = 2073, - [4120] = 4120, - [4121] = 2527, - [4122] = 3285, - [4123] = 2091, - [4124] = 2076, - [4125] = 2159, - [4126] = 2793, - [4127] = 2082, - [4128] = 2088, - [4129] = 2087, - [4130] = 2085, - [4131] = 2333, - [4132] = 4132, - [4133] = 2084, - [4134] = 2081, - [4135] = 2078, - [4136] = 2083, - [4137] = 4137, - [4138] = 2086, - [4139] = 2090, - [4140] = 2293, - [4141] = 2195, - [4142] = 2791, - [4143] = 2814, - [4144] = 2080, - [4145] = 2526, - [4146] = 2207, - [4147] = 2790, - [4148] = 1543, - [4149] = 3978, - [4150] = 4150, - [4151] = 2834, - [4152] = 2769, - [4153] = 2480, - [4154] = 2075, - [4155] = 2074, - [4156] = 2772, - [4157] = 2204, - [4158] = 2514, - [4159] = 2751, - [4160] = 2498, - [4161] = 4161, - [4162] = 2773, - [4163] = 2331, - [4164] = 1542, - [4165] = 2817, - [4166] = 3285, - [4167] = 2807, - [4168] = 2786, - [4169] = 3272, - [4170] = 2830, - [4171] = 2774, - [4172] = 2775, - [4173] = 2503, - [4174] = 2825, - [4175] = 4175, - [4176] = 3960, - [4177] = 2142, - [4178] = 2777, - [4179] = 3272, - [4180] = 2780, - [4181] = 4181, - [4182] = 3978, - [4183] = 2888, - [4184] = 3960, - [4185] = 3978, - [4186] = 2836, - [4187] = 3960, - [4188] = 3960, - [4189] = 4189, - [4190] = 2385, - [4191] = 4092, - [4192] = 2354, - [4193] = 3978, - [4194] = 4074, - [4195] = 1810, - [4196] = 2121, - [4197] = 4073, - [4198] = 1970, - [4199] = 4189, - [4200] = 2114, - [4201] = 2347, - [4202] = 1560, - [4203] = 2911, - [4204] = 1511, - [4205] = 4189, - [4206] = 4090, - [4207] = 2043, - [4208] = 3960, - [4209] = 1860, - [4210] = 3978, - [4211] = 2142, - [4212] = 4212, - [4213] = 2836, + [3990] = 3975, + [3991] = 3965, + [3992] = 2174, + [3993] = 2157, + [3994] = 1539, + [3995] = 269, + [3996] = 3308, + [3997] = 1872, + [3998] = 3311, + [3999] = 3311, + [4000] = 2175, + [4001] = 2150, + [4002] = 3308, + [4003] = 2072, + [4004] = 299, + [4005] = 2173, + [4006] = 2280, + [4007] = 3311, + [4008] = 1820, + [4009] = 3308, + [4010] = 3371, + [4011] = 2322, + [4012] = 1809, + [4013] = 2330, + [4014] = 1546, + [4015] = 2173, + [4016] = 3311, + [4017] = 1909, + [4018] = 2270, + [4019] = 1542, + [4020] = 1827, + [4021] = 1501, + [4022] = 2021, + [4023] = 2277, + [4024] = 1813, + [4025] = 2149, + [4026] = 1520, + [4027] = 1811, + [4028] = 2173, + [4029] = 3291, + [4030] = 2021, + [4031] = 1909, + [4032] = 2282, + [4033] = 1793, + [4034] = 3308, + [4035] = 2304, + [4036] = 1691, + [4037] = 1546, + [4038] = 2335, + [4039] = 3965, + [4040] = 3975, + [4041] = 1738, + [4042] = 4042, + [4043] = 1542, + [4044] = 3961, + [4045] = 2335, + [4046] = 2304, + [4047] = 3308, + [4048] = 3311, + [4049] = 1770, + [4050] = 4050, + [4051] = 4051, + [4052] = 1787, + [4053] = 1788, + [4054] = 4054, + [4055] = 4055, + [4056] = 1539, + [4057] = 1794, + [4058] = 4058, + [4059] = 1826, + [4060] = 1796, + [4061] = 1801, + [4062] = 3975, + [4063] = 1520, + [4064] = 1800, + [4065] = 4051, + [4066] = 4050, + [4067] = 1822, + [4068] = 1790, + [4069] = 4069, + [4070] = 3308, + [4071] = 3311, + [4072] = 4055, + [4073] = 3975, + [4074] = 1828, + [4075] = 4058, + [4076] = 1501, + [4077] = 1785, + [4078] = 3965, + [4079] = 1561, + [4080] = 4051, + [4081] = 4081, + [4082] = 4054, + [4083] = 2072, + [4084] = 3308, + [4085] = 2073, + [4086] = 4058, + [4087] = 1784, + [4088] = 2074, + [4089] = 1829, + [4090] = 1830, + [4091] = 1792, + [4092] = 1789, + [4093] = 1819, + [4094] = 4094, + [4095] = 4081, + [4096] = 1832, + [4097] = 1816, + [4098] = 4081, + [4099] = 1802, + [4100] = 1803, + [4101] = 1814, + [4102] = 1815, + [4103] = 1818, + [4104] = 3965, + [4105] = 1799, + [4106] = 4069, + [4107] = 1808, + [4108] = 1823, + [4109] = 1824, + [4110] = 4094, + [4111] = 1825, + [4112] = 1783, + [4113] = 4055, + [4114] = 2087, + [4115] = 3311, + [4116] = 1807, + [4117] = 2765, + [4118] = 3975, + [4119] = 2084, + [4120] = 2444, + [4121] = 2481, + [4122] = 2089, + [4123] = 3311, + [4124] = 2270, + [4125] = 2082, + [4126] = 2083, + [4127] = 2086, + [4128] = 4128, + [4129] = 2428, + [4130] = 2173, + [4131] = 2074, + [4132] = 3308, + [4133] = 2761, + [4134] = 3965, + [4135] = 2762, + [4136] = 2808, + [4137] = 2764, + [4138] = 2080, + [4139] = 2766, + [4140] = 2085, + [4141] = 2767, + [4142] = 2768, + [4143] = 3311, + [4144] = 2751, + [4145] = 2081, + [4146] = 4146, + [4147] = 2500, + [4148] = 2809, + [4149] = 2810, + [4150] = 2770, + [4151] = 2771, + [4152] = 2073, + [4153] = 2772, + [4154] = 2773, + [4155] = 2149, + [4156] = 4156, + [4157] = 2335, + [4158] = 4158, + [4159] = 4159, + [4160] = 2304, + [4161] = 2280, + [4162] = 2806, + [4163] = 4163, + [4164] = 2807, + [4165] = 4165, + [4166] = 2072, + [4167] = 3308, + [4168] = 2464, + [4169] = 2093, + [4170] = 2277, + [4171] = 2282, + [4172] = 1547, + [4173] = 1545, + [4174] = 2076, + [4175] = 2077, + [4176] = 2078, + [4177] = 2079, + [4178] = 2475, + [4179] = 2087, + [4180] = 2769, + [4181] = 4051, + [4182] = 2357, + [4183] = 2839, + [4184] = 3965, + [4185] = 2912, + [4186] = 2120, + [4187] = 4058, + [4188] = 2021, + [4189] = 3975, + [4190] = 4190, + [4191] = 4081, + [4192] = 2907, + [4193] = 2366, + [4194] = 3975, + [4195] = 4195, + [4196] = 3965, + [4197] = 4195, + [4198] = 3965, + [4199] = 2399, + [4200] = 1561, + [4201] = 2116, + [4202] = 1869, + [4203] = 3975, + [4204] = 3965, + [4205] = 4055, + [4206] = 3975, + [4207] = 4195, + [4208] = 1786, + [4209] = 1909, + [4210] = 1511, + [4211] = 4211, + [4212] = 2335, + [4213] = 1869, [4214] = 4214, - [4215] = 3272, - [4216] = 1609, - [4217] = 4217, - [4218] = 4090, - [4219] = 4217, - [4220] = 1560, - [4221] = 4217, - [4222] = 1600, - [4223] = 4217, - [4224] = 4214, - [4225] = 4212, - [4226] = 2114, - [4227] = 4217, - [4228] = 4092, - [4229] = 1543, - [4230] = 4161, - [4231] = 2159, - [4232] = 4161, - [4233] = 3285, - [4234] = 1595, - [4235] = 4074, - [4236] = 2121, - [4237] = 1860, - [4238] = 4212, - [4239] = 1606, - [4240] = 4132, - [4241] = 4074, - [4242] = 1601, - [4243] = 4090, - [4244] = 4073, - [4245] = 4217, - [4246] = 2888, - [4247] = 4212, - [4248] = 4212, - [4249] = 4214, - [4250] = 4073, + [4215] = 132, + [4216] = 4081, + [4217] = 4055, + [4218] = 1798, + [4219] = 4051, + [4220] = 4214, + [4221] = 1561, + [4222] = 4058, + [4223] = 1602, + [4224] = 1603, + [4225] = 4211, + [4226] = 1601, + [4227] = 3965, + [4228] = 4214, + [4229] = 4081, + [4230] = 1604, + [4231] = 4051, + [4232] = 1608, + [4233] = 4233, + [4234] = 1547, + [4235] = 4211, + [4236] = 1605, + [4237] = 4233, + [4238] = 2120, + [4239] = 1545, + [4240] = 4214, + [4241] = 4211, + [4242] = 1610, + [4243] = 4211, + [4244] = 4233, + [4245] = 3975, + [4246] = 3975, + [4247] = 133, + [4248] = 2304, + [4249] = 4055, + [4250] = 4165, [4251] = 4214, - [4252] = 2333, - [4253] = 1604, - [4254] = 4214, - [4255] = 1612, - [4256] = 1602, - [4257] = 1542, - [4258] = 134, - [4259] = 4214, - [4260] = 4212, - [4261] = 1599, - [4262] = 3978, - [4263] = 2911, - [4264] = 3978, - [4265] = 1610, - [4266] = 1603, - [4267] = 2331, - [4268] = 1608, + [4252] = 3308, + [4253] = 1595, + [4254] = 1606, + [4255] = 1600, + [4256] = 2907, + [4257] = 2149, + [4258] = 4211, + [4259] = 4233, + [4260] = 4233, + [4261] = 4146, + [4262] = 4233, + [4263] = 1597, + [4264] = 1598, + [4265] = 1599, + [4266] = 2116, + [4267] = 2173, + [4268] = 4214, [4269] = 1607, - [4270] = 3960, - [4271] = 3960, - [4272] = 133, - [4273] = 4092, - [4274] = 4212, - [4275] = 4217, - [4276] = 1598, - [4277] = 1824, - [4278] = 4118, - [4279] = 4214, - [4280] = 1605, - [4281] = 1860, - [4282] = 2774, - [4283] = 2773, - [4284] = 2751, - [4285] = 2834, - [4286] = 1500, - [4287] = 4073, - [4288] = 1501, - [4289] = 1504, - [4290] = 1506, - [4291] = 1508, + [4270] = 4211, + [4271] = 3965, + [4272] = 1609, + [4273] = 4146, + [4274] = 4058, + [4275] = 4158, + [4276] = 2912, + [4277] = 3311, + [4278] = 4214, + [4279] = 2839, + [4280] = 4233, + [4281] = 1672, + [4282] = 1509, + [4283] = 2082, + [4284] = 2773, + [4285] = 2021, + [4286] = 4058, + [4287] = 2762, + [4288] = 2083, + [4289] = 4051, + [4290] = 2149, + [4291] = 2770, [4292] = 4292, - [4293] = 4090, - [4294] = 2830, - [4295] = 2142, - [4296] = 1507, - [4297] = 4092, - [4298] = 2825, - [4299] = 2793, - [4300] = 2780, - [4301] = 2777, - [4302] = 2775, - [4303] = 1970, - [4304] = 4181, - [4305] = 2775, - [4306] = 1502, - [4307] = 1577, - [4308] = 4308, - [4309] = 2074, - [4310] = 2075, - [4311] = 2790, - [4312] = 2090, - [4313] = 2769, - [4314] = 2791, - [4315] = 2081, - [4316] = 2769, - [4317] = 2084, - [4318] = 2085, - [4319] = 2087, - [4320] = 4074, - [4321] = 3960, - [4322] = 2814, - [4323] = 2088, - [4324] = 2076, - [4325] = 2786, - [4326] = 2073, - [4327] = 2079, - [4328] = 2043, - [4329] = 2078, - [4330] = 2772, - [4331] = 2814, - [4332] = 2791, - [4333] = 2807, - [4334] = 3978, - [4335] = 2083, - [4336] = 2149, - [4337] = 2830, - [4338] = 2817, - [4339] = 2825, - [4340] = 2786, - [4341] = 2807, - [4342] = 4342, - [4343] = 2817, - [4344] = 2793, - [4345] = 2148, - [4346] = 2834, - [4347] = 1781, - [4348] = 1780, - [4349] = 1677, - [4350] = 2751, - [4351] = 2772, - [4352] = 2777, - [4353] = 2773, - [4354] = 2790, - [4355] = 1739, - [4356] = 2780, - [4357] = 2774, - [4358] = 4358, - [4359] = 2293, - [4360] = 2165, - [4361] = 1970, - [4362] = 4358, - [4363] = 2168, - [4364] = 4358, - [4365] = 2333, - [4366] = 1720, - [4367] = 4367, - [4368] = 4073, - [4369] = 4369, - [4370] = 4370, - [4371] = 4371, - [4372] = 3960, - [4373] = 4371, - [4374] = 2331, - [4375] = 2043, - [4376] = 2159, - [4377] = 2195, - [4378] = 2170, - [4379] = 4358, - [4380] = 2888, - [4381] = 4369, - [4382] = 2171, - [4383] = 2836, - [4384] = 2176, - [4385] = 4370, - [4386] = 2177, - [4387] = 1829, - [4388] = 4358, - [4389] = 4074, - [4390] = 2158, - [4391] = 4090, - [4392] = 4371, - [4393] = 4358, - [4394] = 1810, - [4395] = 4092, - [4396] = 4358, - [4397] = 2155, - [4398] = 4398, - [4399] = 4074, - [4400] = 4400, - [4401] = 4092, - [4402] = 4402, - [4403] = 4403, - [4404] = 2911, - [4405] = 4398, - [4406] = 4090, - [4407] = 2153, - [4408] = 4074, - [4409] = 4398, - [4410] = 4358, - [4411] = 4358, - [4412] = 4370, - [4413] = 2161, - [4414] = 1546, - [4415] = 2043, - [4416] = 4090, - [4417] = 4417, - [4418] = 4358, - [4419] = 4398, - [4420] = 1970, - [4421] = 4370, - [4422] = 4358, - [4423] = 4398, - [4424] = 4090, - [4425] = 4074, - [4426] = 2207, - [4427] = 4398, - [4428] = 4371, - [4429] = 4092, - [4430] = 4430, - [4431] = 4358, - [4432] = 4370, - [4433] = 4371, - [4434] = 4369, - [4435] = 1544, - [4436] = 4358, - [4437] = 4073, - [4438] = 4358, - [4439] = 4370, - [4440] = 4073, - [4441] = 4371, - [4442] = 2204, - [4443] = 2181, - [4444] = 4092, - [4445] = 4358, - [4446] = 3978, - [4447] = 4073, - [4448] = 4358, - [4449] = 4358, - [4450] = 4371, - [4451] = 2164, - [4452] = 4452, - [4453] = 1816, + [4293] = 2080, + [4294] = 2079, + [4295] = 2143, + [4296] = 2771, + [4297] = 2761, + [4298] = 2081, + [4299] = 1505, + [4300] = 2085, + [4301] = 1506, + [4302] = 2773, + [4303] = 2810, + [4304] = 1869, + [4305] = 1507, + [4306] = 2084, + [4307] = 2772, + [4308] = 4190, + [4309] = 1577, + [4310] = 1502, + [4311] = 2808, + [4312] = 2764, + [4313] = 2765, + [4314] = 2766, + [4315] = 2806, + [4316] = 2767, + [4317] = 3965, + [4318] = 2770, + [4319] = 3975, + [4320] = 2768, + [4321] = 2078, + [4322] = 2769, + [4323] = 2809, + [4324] = 2089, + [4325] = 4055, + [4326] = 2810, + [4327] = 2076, + [4328] = 2762, + [4329] = 2771, + [4330] = 2077, + [4331] = 4331, + [4332] = 2761, + [4333] = 2808, + [4334] = 2764, + [4335] = 2133, + [4336] = 2093, + [4337] = 1694, + [4338] = 1772, + [4339] = 1503, + [4340] = 4340, + [4341] = 1689, + [4342] = 1909, + [4343] = 2765, + [4344] = 2807, + [4345] = 2766, + [4346] = 2767, + [4347] = 2768, + [4348] = 2751, + [4349] = 2769, + [4350] = 2809, + [4351] = 1504, + [4352] = 2806, + [4353] = 2772, + [4354] = 4081, + [4355] = 2807, + [4356] = 2086, + [4357] = 2751, + [4358] = 2280, + [4359] = 2907, + [4360] = 4360, + [4361] = 4361, + [4362] = 2157, + [4363] = 4363, + [4364] = 3975, + [4365] = 4365, + [4366] = 4363, + [4367] = 2282, + [4368] = 4051, + [4369] = 4363, + [4370] = 2156, + [4371] = 4363, + [4372] = 4372, + [4373] = 4363, + [4374] = 4363, + [4375] = 4055, + [4376] = 2270, + [4377] = 4360, + [4378] = 4363, + [4379] = 2173, + [4380] = 4363, + [4381] = 4363, + [4382] = 4058, + [4383] = 4081, + [4384] = 4365, + [4385] = 2167, + [4386] = 4363, + [4387] = 2021, + [4388] = 4365, + [4389] = 2168, + [4390] = 4361, + [4391] = 4363, + [4392] = 2021, + [4393] = 1542, + [4394] = 2839, + [4395] = 4363, + [4396] = 4360, + [4397] = 2912, + [4398] = 4365, + [4399] = 4051, + [4400] = 4055, + [4401] = 4058, + [4402] = 1691, + [4403] = 4051, + [4404] = 4360, + [4405] = 4365, + [4406] = 2174, + [4407] = 4360, + [4408] = 4408, + [4409] = 4363, + [4410] = 1786, + [4411] = 4361, + [4412] = 2150, + [4413] = 4361, + [4414] = 2335, + [4415] = 4361, + [4416] = 2161, + [4417] = 4055, + [4418] = 4360, + [4419] = 2175, + [4420] = 4363, + [4421] = 3965, + [4422] = 2304, + [4423] = 2179, + [4424] = 4081, + [4425] = 4363, + [4426] = 4426, + [4427] = 2187, + [4428] = 4365, + [4429] = 4372, + [4430] = 4058, + [4431] = 4361, + [4432] = 4363, + [4433] = 1909, + [4434] = 1909, + [4435] = 4372, + [4436] = 4055, + [4437] = 4051, + [4438] = 4438, + [4439] = 4439, + [4440] = 2277, + [4441] = 4058, + [4442] = 4442, + [4443] = 1546, + [4444] = 4081, + [4445] = 4365, + [4446] = 4081, + [4447] = 2182, + [4448] = 4448, + [4449] = 4363, + [4450] = 1791, + [4451] = 2180, + [4452] = 2767, + [4453] = 1823, [4454] = 4454, - [4455] = 4092, - [4456] = 2772, - [4457] = 4457, - [4458] = 4457, - [4459] = 2365, - [4460] = 4460, - [4461] = 2786, - [4462] = 4161, - [4463] = 2396, - [4464] = 2397, - [4465] = 1818, - [4466] = 1806, - [4467] = 4454, - [4468] = 1799, - [4469] = 4454, - [4470] = 1790, + [4455] = 4455, + [4456] = 2149, + [4457] = 1800, + [4458] = 4458, + [4459] = 1830, + [4460] = 4458, + [4461] = 4055, + [4462] = 2810, + [4463] = 4463, + [4464] = 4464, + [4465] = 3975, + [4466] = 3965, + [4467] = 4467, + [4468] = 4156, + [4469] = 2765, + [4470] = 1815, [4471] = 4471, - [4472] = 1786, - [4473] = 1817, - [4474] = 1801, + [4472] = 4472, + [4473] = 4081, + [4474] = 1829, [4475] = 4475, - [4476] = 2410, + [4476] = 3965, [4477] = 4477, - [4478] = 2807, - [4479] = 2331, + [4478] = 4058, + [4479] = 2761, [4480] = 4480, - [4481] = 2790, - [4482] = 2791, - [4483] = 4483, - [4484] = 2817, - [4485] = 4090, + [4481] = 4051, + [4482] = 4482, + [4483] = 2762, + [4484] = 2762, + [4485] = 1784, [4486] = 4486, - [4487] = 3978, - [4488] = 2142, - [4489] = 1826, - [4490] = 4490, - [4491] = 2366, - [4492] = 4492, - [4493] = 4074, - [4494] = 4074, - [4495] = 2769, - [4496] = 4475, - [4497] = 4497, - [4498] = 4454, - [4499] = 4092, - [4500] = 2773, - [4501] = 4501, - [4502] = 4475, - [4503] = 4090, - [4504] = 2774, - [4505] = 4505, - [4506] = 1789, - [4507] = 2365, - [4508] = 4073, - [4509] = 3960, - [4510] = 2775, - [4511] = 2309, - [4512] = 4475, - [4513] = 2814, - [4514] = 2814, - [4515] = 4515, - [4516] = 1811, - [4517] = 3978, - [4518] = 2769, - [4519] = 2830, - [4520] = 4454, + [4487] = 2389, + [4488] = 4455, + [4489] = 4055, + [4490] = 4458, + [4491] = 4455, + [4492] = 4058, + [4493] = 4454, + [4494] = 1811, + [4495] = 1827, + [4496] = 4051, + [4497] = 2771, + [4498] = 2375, + [4499] = 4463, + [4500] = 2808, + [4501] = 4467, + [4502] = 1825, + [4503] = 2764, + [4504] = 2761, + [4505] = 2762, + [4506] = 2808, + [4507] = 2764, + [4508] = 2765, + [4509] = 2766, + [4510] = 4455, + [4511] = 2768, + [4512] = 2751, + [4513] = 2769, + [4514] = 2809, + [4515] = 2810, + [4516] = 4516, + [4517] = 2770, + [4518] = 2771, + [4519] = 2772, + [4520] = 2773, [4521] = 4521, - [4522] = 1797, - [4523] = 4454, - [4524] = 2825, - [4525] = 3960, - [4526] = 4526, - [4527] = 3298, - [4528] = 2793, - [4529] = 4529, - [4530] = 2780, - [4531] = 4515, - [4532] = 2777, - [4533] = 4533, - [4534] = 4534, - [4535] = 2396, - [4536] = 4454, - [4537] = 1804, - [4538] = 2775, - [4539] = 1813, - [4540] = 2397, - [4541] = 4515, - [4542] = 4515, - [4543] = 1814, - [4544] = 2774, - [4545] = 2751, - [4546] = 4460, + [4522] = 2765, + [4523] = 2806, + [4524] = 2766, + [4525] = 2806, + [4526] = 2416, + [4527] = 2807, + [4528] = 2381, + [4529] = 2767, + [4530] = 4530, + [4531] = 2768, + [4532] = 3304, + [4533] = 2751, + [4534] = 2769, + [4535] = 2809, + [4536] = 4458, + [4537] = 4463, + [4538] = 2810, + [4539] = 4463, + [4540] = 1807, + [4541] = 4541, + [4542] = 4463, + [4543] = 4543, + [4544] = 2332, + [4545] = 1813, + [4546] = 4546, [4547] = 4547, - [4548] = 2773, - [4549] = 2751, - [4550] = 4454, - [4551] = 1819, - [4552] = 2772, - [4553] = 1511, - [4554] = 4137, - [4555] = 1822, - [4556] = 4515, - [4557] = 4073, - [4558] = 2814, - [4559] = 1823, - [4560] = 2406, - [4561] = 4457, - [4562] = 2817, - [4563] = 2791, - [4564] = 4533, - [4565] = 4475, - [4566] = 2807, - [4567] = 1783, - [4568] = 2786, - [4569] = 2817, - [4570] = 1831, - [4571] = 1832, - [4572] = 4400, - [4573] = 4454, - [4574] = 1805, - [4575] = 2791, - [4576] = 4454, - [4577] = 2366, - [4578] = 4578, - [4579] = 2807, - [4580] = 1785, - [4581] = 4581, - [4582] = 2786, - [4583] = 1787, - [4584] = 2830, - [4585] = 4534, - [4586] = 2830, - [4587] = 2825, - [4588] = 2793, - [4589] = 2780, - [4590] = 4454, - [4591] = 2777, - [4592] = 2775, - [4593] = 2774, - [4594] = 1788, - [4595] = 1791, - [4596] = 2773, - [4597] = 4454, - [4598] = 1784, - [4599] = 2751, - [4600] = 1793, - [4601] = 2406, - [4602] = 4454, - [4603] = 1794, - [4604] = 2834, - [4605] = 1795, - [4606] = 2772, - [4607] = 2834, - [4608] = 1796, - [4609] = 4457, - [4610] = 2410, - [4611] = 4611, - [4612] = 1825, - [4613] = 2825, - [4614] = 2790, - [4615] = 4615, - [4616] = 4457, - [4617] = 2769, - [4618] = 4618, - [4619] = 4515, - [4620] = 2790, - [4621] = 2834, - [4622] = 2793, - [4623] = 2333, - [4624] = 4475, - [4625] = 1808, - [4626] = 4626, - [4627] = 4627, - [4628] = 4515, - [4629] = 1807, - [4630] = 4630, - [4631] = 1803, - [4632] = 1802, - [4633] = 4633, - [4634] = 2780, - [4635] = 2777, - [4636] = 1800, + [4548] = 2335, + [4549] = 4458, + [4550] = 4448, + [4551] = 4455, + [4552] = 4463, + [4553] = 2375, + [4554] = 4455, + [4555] = 2416, + [4556] = 1818, + [4557] = 2381, + [4558] = 2808, + [4559] = 2382, + [4560] = 2304, + [4561] = 4561, + [4562] = 1809, + [4563] = 4467, + [4564] = 2382, + [4565] = 2770, + [4566] = 1814, + [4567] = 2771, + [4568] = 1819, + [4569] = 4569, + [4570] = 1801, + [4571] = 2806, + [4572] = 4146, + [4573] = 1787, + [4574] = 4458, + [4575] = 1788, + [4576] = 3975, + [4577] = 2772, + [4578] = 1824, + [4579] = 4458, + [4580] = 2773, + [4581] = 2386, + [4582] = 2751, + [4583] = 2768, + [4584] = 2766, + [4585] = 2773, + [4586] = 4463, + [4587] = 4587, + [4588] = 4467, + [4589] = 4589, + [4590] = 1793, + [4591] = 1832, + [4592] = 2807, + [4593] = 2764, + [4594] = 4594, + [4595] = 4595, + [4596] = 4596, + [4597] = 1816, + [4598] = 1794, + [4599] = 1799, + [4600] = 4081, + [4601] = 4601, + [4602] = 2770, + [4603] = 1783, + [4604] = 4463, + [4605] = 1822, + [4606] = 1826, + [4607] = 1789, + [4608] = 1511, + [4609] = 4609, + [4610] = 1802, + [4611] = 1803, + [4612] = 4463, + [4613] = 2769, + [4614] = 2386, + [4615] = 1790, + [4616] = 1796, + [4617] = 4463, + [4618] = 2389, + [4619] = 4471, + [4620] = 4463, + [4621] = 4467, + [4622] = 4622, + [4623] = 4623, + [4624] = 2772, + [4625] = 2761, + [4626] = 4589, + [4627] = 1808, + [4628] = 4463, + [4629] = 2809, + [4630] = 1820, + [4631] = 1828, + [4632] = 2767, + [4633] = 1792, + [4634] = 1785, + [4635] = 4463, + [4636] = 2807, [4637] = 4637, [4638] = 4638, [4639] = 4639, [4640] = 4640, [4641] = 4641, - [4642] = 4641, + [4642] = 4642, [4643] = 4643, [4644] = 4644, [4645] = 4645, - [4646] = 4641, - [4647] = 4645, - [4648] = 4641, + [4646] = 4646, + [4647] = 4647, + [4648] = 4648, [4649] = 4649, - [4650] = 4641, + [4650] = 4650, [4651] = 4651, [4652] = 4652, - [4653] = 4653, + [4653] = 4643, [4654] = 4644, - [4655] = 4640, - [4656] = 4639, - [4657] = 2911, + [4655] = 4641, + [4656] = 4638, + [4657] = 4657, [4658] = 4658, [4659] = 4659, - [4660] = 4637, - [4661] = 4638, - [4662] = 4659, - [4663] = 4663, - [4664] = 4664, - [4665] = 4665, + [4660] = 4639, + [4661] = 4640, + [4662] = 4647, + [4663] = 4648, + [4664] = 4649, + [4665] = 4651, [4666] = 4666, - [4667] = 4637, - [4668] = 4639, + [4667] = 4667, + [4668] = 4657, [4669] = 4669, [4670] = 4670, - [4671] = 4671, - [4672] = 4670, + [4671] = 2912, + [4672] = 4672, [4673] = 4673, - [4674] = 4673, - [4675] = 4653, - [4676] = 4640, - [4677] = 4653, - [4678] = 4673, - [4679] = 4673, - [4680] = 4639, - [4681] = 4643, - [4682] = 4645, + [4674] = 4650, + [4675] = 4666, + [4676] = 2839, + [4677] = 4652, + [4678] = 4643, + [4679] = 4644, + [4680] = 4641, + [4681] = 4667, + [4682] = 4657, [4683] = 4683, - [4684] = 4659, - [4685] = 2836, - [4686] = 4665, - [4687] = 4670, - [4688] = 4638, - [4689] = 4653, + [4684] = 4658, + [4685] = 4639, + [4686] = 4640, + [4687] = 4649, + [4688] = 4651, + [4689] = 4667, [4690] = 4690, [4691] = 4691, - [4692] = 4692, + [4692] = 4650, [4693] = 4693, - [4694] = 4638, - [4695] = 4695, - [4696] = 2149, - [4697] = 4670, - [4698] = 4659, - [4699] = 4637, - [4700] = 4669, - [4701] = 4673, - [4702] = 4653, - [4703] = 4639, - [4704] = 4669, - [4705] = 4639, - [4706] = 4653, - [4707] = 4073, - [4708] = 4670, - [4709] = 4709, - [4710] = 4710, - [4711] = 4673, - [4712] = 4643, - [4713] = 4713, - [4714] = 4637, - [4715] = 4669, - [4716] = 4090, - [4717] = 2402, - [4718] = 4669, - [4719] = 4092, - [4720] = 4673, - [4721] = 4669, - [4722] = 4639, - [4723] = 4723, - [4724] = 4074, - [4725] = 4725, - [4726] = 4726, - [4727] = 4637, - [4728] = 4670, - [4729] = 4729, - [4730] = 4695, - [4731] = 4652, - [4732] = 2148, - [4733] = 4638, - [4734] = 4734, - [4735] = 4638, - [4736] = 4683, - [4737] = 4695, - [4738] = 4637, - [4739] = 4695, + [4694] = 4652, + [4695] = 4643, + [4696] = 4644, + [4697] = 4641, + [4698] = 4657, + [4699] = 4658, + [4700] = 4639, + [4701] = 4640, + [4702] = 4649, + [4703] = 4651, + [4704] = 4667, + [4705] = 4650, + [4706] = 4658, + [4707] = 4652, + [4708] = 4643, + [4709] = 4644, + [4710] = 4641, + [4711] = 4711, + [4712] = 4657, + [4713] = 4658, + [4714] = 4659, + [4715] = 4639, + [4716] = 4640, + [4717] = 4649, + [4718] = 4718, + [4719] = 4719, + [4720] = 4720, + [4721] = 4641, + [4722] = 4657, + [4723] = 4658, + [4724] = 4639, + [4725] = 4640, + [4726] = 4649, + [4727] = 4727, + [4728] = 4641, + [4729] = 4657, + [4730] = 4658, + [4731] = 4639, + [4732] = 4649, + [4733] = 4641, + [4734] = 4657, + [4735] = 2907, + [4736] = 4736, + [4737] = 4737, + [4738] = 4641, + [4739] = 4657, [4740] = 4641, - [4741] = 4741, - [4742] = 4638, - [4743] = 4670, - [4744] = 4665, + [4741] = 4641, + [4742] = 4641, + [4743] = 4743, + [4744] = 4637, [4745] = 4745, - [4746] = 4734, - [4747] = 4640, - [4748] = 4643, - [4749] = 4638, - [4750] = 4750, + [4746] = 4746, + [4747] = 4650, + [4748] = 4646, + [4749] = 4637, + [4750] = 4637, [4751] = 4637, - [4752] = 4645, - [4753] = 4723, - [4754] = 4754, - [4755] = 4638, - [4756] = 4665, - [4757] = 4638, - [4758] = 4640, - [4759] = 2888, - [4760] = 4643, - [4761] = 4638, - [4762] = 4669, + [4752] = 4637, + [4753] = 4637, + [4754] = 4081, + [4755] = 4055, + [4756] = 4058, + [4757] = 4051, + [4758] = 4758, + [4759] = 4652, + [4760] = 2143, + [4761] = 2133, + [4762] = 4638, [4763] = 4638, - [4764] = 4637, - [4765] = 4645, - [4766] = 4665, - [4767] = 2159, - [4768] = 2176, + [4764] = 4638, + [4765] = 4638, + [4766] = 2403, + [4767] = 4767, + [4768] = 2173, [4769] = 4769, - [4770] = 4683, - [4771] = 2121, - [4772] = 2472, - [4773] = 2428, - [4774] = 2450, - [4775] = 1720, - [4776] = 2331, - [4777] = 4074, - [4778] = 4073, - [4779] = 4769, - [4780] = 4090, - [4781] = 4092, - [4782] = 2524, - [4783] = 4683, - [4784] = 2181, - [4785] = 4074, - [4786] = 2164, - [4787] = 2168, - [4788] = 2331, - [4789] = 2525, - [4790] = 2165, - [4791] = 2518, - [4792] = 2467, - [4793] = 2439, - [4794] = 2161, - [4795] = 4769, - [4796] = 2153, - [4797] = 2435, - [4798] = 3960, - [4799] = 4683, - [4800] = 3978, - [4801] = 2155, - [4802] = 2434, - [4803] = 2422, - [4804] = 2420, - [4805] = 2114, - [4806] = 4806, - [4807] = 2514, - [4808] = 2333, - [4809] = 4090, - [4810] = 2463, - [4811] = 1758, - [4812] = 2437, - [4813] = 2431, - [4814] = 2432, - [4815] = 4806, - [4816] = 4683, - [4817] = 2158, - [4818] = 2503, - [4819] = 4819, - [4820] = 2446, - [4821] = 4821, - [4822] = 4819, - [4823] = 2443, - [4824] = 2455, - [4825] = 4769, - [4826] = 2461, - [4827] = 2465, - [4828] = 4828, - [4829] = 1765, - [4830] = 2479, - [4831] = 4831, - [4832] = 2515, - [4833] = 4769, - [4834] = 1546, - [4835] = 4835, - [4836] = 4769, - [4837] = 2520, - [4838] = 2170, - [4839] = 4683, - [4840] = 2476, - [4841] = 2481, - [4842] = 2148, - [4843] = 2333, - [4844] = 2486, - [4845] = 2494, - [4846] = 2495, - [4847] = 2519, - [4848] = 2171, - [4849] = 4849, - [4850] = 4850, - [4851] = 4831, - [4852] = 1544, - [4853] = 2516, - [4854] = 2149, - [4855] = 2177, - [4856] = 4683, - [4857] = 2517, - [4858] = 2488, - [4859] = 2526, - [4860] = 4769, - [4861] = 2485, - [4862] = 4683, - [4863] = 1804, + [4770] = 2498, + [4771] = 4771, + [4772] = 2505, + [4773] = 4081, + [4774] = 4055, + [4775] = 4058, + [4776] = 4051, + [4777] = 4777, + [4778] = 2481, + [4779] = 1546, + [4780] = 2507, + [4781] = 2508, + [4782] = 2475, + [4783] = 2493, + [4784] = 4784, + [4785] = 2491, + [4786] = 4646, + [4787] = 2450, + [4788] = 2455, + [4789] = 4055, + [4790] = 4790, + [4791] = 2499, + [4792] = 2464, + [4793] = 4646, + [4794] = 4794, + [4795] = 2120, + [4796] = 2519, + [4797] = 2520, + [4798] = 2524, + [4799] = 2335, + [4800] = 4769, + [4801] = 3975, + [4802] = 4051, + [4803] = 2427, + [4804] = 2430, + [4805] = 2432, + [4806] = 4769, + [4807] = 3965, + [4808] = 1770, + [4809] = 4769, + [4810] = 2445, + [4811] = 4769, + [4812] = 2446, + [4813] = 2503, + [4814] = 4769, + [4815] = 2304, + [4816] = 4769, + [4817] = 4646, + [4818] = 4767, + [4819] = 2453, + [4820] = 2454, + [4821] = 2457, + [4822] = 2458, + [4823] = 2116, + [4824] = 1738, + [4825] = 4646, + [4826] = 2143, + [4827] = 4827, + [4828] = 2133, + [4829] = 4829, + [4830] = 2504, + [4831] = 2167, + [4832] = 2335, + [4833] = 2168, + [4834] = 2469, + [4835] = 2470, + [4836] = 1691, + [4837] = 2179, + [4838] = 2304, + [4839] = 2187, + [4840] = 4790, + [4841] = 2174, + [4842] = 2157, + [4843] = 2477, + [4844] = 2478, + [4845] = 2479, + [4846] = 2480, + [4847] = 2182, + [4848] = 2156, + [4849] = 2161, + [4850] = 2180, + [4851] = 2175, + [4852] = 2150, + [4853] = 2482, + [4854] = 2492, + [4855] = 2484, + [4856] = 4646, + [4857] = 4794, + [4858] = 1542, + [4859] = 4646, + [4860] = 2490, + [4861] = 2451, + [4862] = 4058, + [4863] = 4863, [4864] = 4864, - [4865] = 4683, - [4866] = 2079, - [4867] = 4867, - [4868] = 2078, - [4869] = 4074, - [4870] = 1825, - [4871] = 4683, - [4872] = 4090, - [4873] = 4074, - [4874] = 2073, - [4875] = 4073, - [4876] = 4864, - [4877] = 4090, - [4878] = 2076, - [4879] = 4683, - [4880] = 1787, - [4881] = 1785, - [4882] = 1791, - [4883] = 1784, - [4884] = 1793, - [4885] = 4864, - [4886] = 1560, - [4887] = 4092, - [4888] = 1808, - [4889] = 1794, - [4890] = 1826, - [4891] = 1789, - [4892] = 1807, - [4893] = 1795, - [4894] = 4894, - [4895] = 1818, - [4896] = 4864, - [4897] = 4683, - [4898] = 4683, - [4899] = 2088, - [4900] = 1988, - [4901] = 4867, - [4902] = 4867, - [4903] = 2087, - [4904] = 2081, - [4905] = 4073, + [4865] = 2080, + [4866] = 4051, + [4867] = 4864, + [4868] = 4864, + [4869] = 4058, + [4870] = 2085, + [4871] = 1561, + [4872] = 4863, + [4873] = 4646, + [4874] = 4864, + [4875] = 4081, + [4876] = 4055, + [4877] = 2076, + [4878] = 2173, + [4879] = 4863, + [4880] = 4864, + [4881] = 4646, + [4882] = 4882, + [4883] = 4646, + [4884] = 4863, + [4885] = 4646, + [4886] = 1822, + [4887] = 1790, + [4888] = 2077, + [4889] = 2082, + [4890] = 2086, + [4891] = 1832, + [4892] = 1816, + [4893] = 1802, + [4894] = 1803, + [4895] = 4864, + [4896] = 2083, + [4897] = 2078, + [4898] = 1824, + [4899] = 4899, + [4900] = 1809, + [4901] = 4863, + [4902] = 2079, + [4903] = 1787, + [4904] = 1788, + [4905] = 2089, [4906] = 2084, - [4907] = 4907, - [4908] = 1824, - [4909] = 4909, - [4910] = 4092, - [4911] = 1806, - [4912] = 1832, - [4913] = 1831, - [4914] = 2090, - [4915] = 1783, - [4916] = 1803, - [4917] = 4867, - [4918] = 1802, - [4919] = 4683, - [4920] = 2075, - [4921] = 1796, - [4922] = 2074, - [4923] = 4683, - [4924] = 1799, - [4925] = 1823, - [4926] = 2159, - [4927] = 1822, - [4928] = 4864, - [4929] = 1790, - [4930] = 1819, - [4931] = 4931, - [4932] = 4683, - [4933] = 4867, - [4934] = 1816, + [4907] = 1793, + [4908] = 1794, + [4909] = 1826, + [4910] = 1796, + [4911] = 4864, + [4912] = 1801, + [4913] = 1800, + [4914] = 4646, + [4915] = 4646, + [4916] = 1798, + [4917] = 4646, + [4918] = 1820, + [4919] = 1828, + [4920] = 1785, + [4921] = 4921, + [4922] = 1827, + [4923] = 1807, + [4924] = 1784, + [4925] = 4055, + [4926] = 1811, + [4927] = 1829, + [4928] = 1830, + [4929] = 4051, + [4930] = 1792, + [4931] = 4863, + [4932] = 1789, + [4933] = 1819, + [4934] = 1813, [4935] = 1814, - [4936] = 2085, - [4937] = 4864, - [4938] = 4867, - [4939] = 4864, - [4940] = 1813, - [4941] = 4867, - [4942] = 4683, - [4943] = 4864, - [4944] = 1786, - [4945] = 4867, - [4946] = 1805, - [4947] = 1788, + [4936] = 1815, + [4937] = 4937, + [4938] = 1818, + [4939] = 1799, + [4940] = 4081, + [4941] = 1808, + [4942] = 1823, + [4943] = 1825, + [4944] = 1783, + [4945] = 4863, + [4946] = 4646, + [4947] = 4863, [4948] = 4864, - [4949] = 1800, - [4950] = 1797, - [4951] = 1811, - [4952] = 4867, - [4953] = 1801, - [4954] = 1817, - [4955] = 2176, - [4956] = 4956, - [4957] = 2153, - [4958] = 2165, + [4949] = 4646, + [4950] = 4646, + [4951] = 4863, + [4952] = 4864, + [4953] = 1908, + [4954] = 2081, + [4955] = 4646, + [4956] = 2167, + [4957] = 2168, + [4958] = 2182, [4959] = 4959, - [4960] = 2333, - [4961] = 2168, - [4962] = 4683, - [4963] = 2170, - [4964] = 2171, - [4965] = 4683, - [4966] = 4956, - [4967] = 2177, - [4968] = 4959, - [4969] = 2487, - [4970] = 2158, - [4971] = 2155, - [4972] = 2331, - [4973] = 2161, - [4974] = 2164, - [4975] = 2181, - [4976] = 2928, - [4977] = 4956, - [4978] = 4959, - [4979] = 4979, + [4960] = 2156, + [4961] = 2335, + [4962] = 2437, + [4963] = 2304, + [4964] = 2161, + [4965] = 2180, + [4966] = 4966, + [4967] = 2179, + [4968] = 2175, + [4969] = 4959, + [4970] = 2150, + [4971] = 2187, + [4972] = 4966, + [4973] = 2174, + [4974] = 4646, + [4975] = 2157, + [4976] = 4976, + [4977] = 4977, + [4978] = 4977, + [4979] = 4977, [4980] = 4980, - [4981] = 4956, - [4982] = 4979, - [4983] = 4980, + [4981] = 4976, + [4982] = 4977, + [4983] = 4977, [4984] = 4980, [4985] = 4980, - [4986] = 4979, - [4987] = 4959, - [4988] = 4988, - [4989] = 4683, - [4990] = 4959, - [4991] = 4988, - [4992] = 4956, - [4993] = 4979, - [4994] = 4956, - [4995] = 4980, - [4996] = 4683, - [4997] = 4988, - [4998] = 4980, - [4999] = 4988, - [5000] = 4988, - [5001] = 5001, - [5002] = 4959, - [5003] = 4683, - [5004] = 4956, - [5005] = 4683, - [5006] = 4979, - [5007] = 4988, - [5008] = 4980, - [5009] = 4980, - [5010] = 5010, - [5011] = 4683, - [5012] = 4959, - [5013] = 4683, - [5014] = 4980, - [5015] = 4979, - [5016] = 4980, - [5017] = 4073, - [5018] = 4980, - [5019] = 4988, - [5020] = 4979, - [5021] = 4979, - [5022] = 4074, - [5023] = 4980, - [5024] = 4988, - [5025] = 4959, - [5026] = 4980, - [5027] = 4980, - [5028] = 4988, - [5029] = 4980, - [5030] = 4956, + [4986] = 4976, + [4987] = 4976, + [4988] = 4980, + [4989] = 4976, + [4990] = 4646, + [4991] = 4966, + [4992] = 4980, + [4993] = 4977, + [4994] = 4980, + [4995] = 4976, + [4996] = 4959, + [4997] = 4966, + [4998] = 4977, + [4999] = 4977, + [5000] = 4966, + [5001] = 4980, + [5002] = 4977, + [5003] = 4977, + [5004] = 4646, + [5005] = 4977, + [5006] = 4980, + [5007] = 4081, + [5008] = 4976, + [5009] = 4646, + [5010] = 4977, + [5011] = 4977, + [5012] = 4055, + [5013] = 4977, + [5014] = 4058, + [5015] = 4977, + [5016] = 4977, + [5017] = 4959, + [5018] = 5018, + [5019] = 4646, + [5020] = 4977, + [5021] = 4966, + [5022] = 4977, + [5023] = 2923, + [5024] = 4051, + [5025] = 4977, + [5026] = 4966, + [5027] = 4976, + [5028] = 4959, + [5029] = 4977, + [5030] = 4966, [5031] = 4980, - [5032] = 4980, - [5033] = 4980, - [5034] = 4980, - [5035] = 4090, - [5036] = 4980, - [5037] = 4092, - [5038] = 4979, - [5039] = 4683, - [5040] = 5040, - [5041] = 4959, - [5042] = 4959, - [5043] = 4956, - [5044] = 4959, - [5045] = 2083, - [5046] = 4956, - [5047] = 2487, - [5048] = 4683, + [5032] = 4976, + [5033] = 4646, + [5034] = 4959, + [5035] = 4959, + [5036] = 5036, + [5037] = 4959, + [5038] = 4646, + [5039] = 4959, + [5040] = 4966, + [5041] = 2093, + [5042] = 4966, + [5043] = 4646, + [5044] = 4646, + [5045] = 4966, + [5046] = 5046, + [5047] = 4959, + [5048] = 4959, [5049] = 4959, - [5050] = 4956, - [5051] = 4956, - [5052] = 4683, - [5053] = 5053, - [5054] = 4959, - [5055] = 4956, - [5056] = 4959, - [5057] = 4956, - [5058] = 4956, - [5059] = 1560, + [5050] = 4966, + [5051] = 4959, + [5052] = 4646, + [5053] = 4959, + [5054] = 2437, + [5055] = 2437, + [5056] = 4966, + [5057] = 4966, + [5058] = 4959, + [5059] = 4959, [5060] = 4959, - [5061] = 4959, - [5062] = 4956, - [5063] = 4956, + [5061] = 4966, + [5062] = 4966, + [5063] = 1561, [5064] = 4959, - [5065] = 4956, - [5066] = 4959, - [5067] = 4683, - [5068] = 2487, + [5065] = 4966, + [5066] = 4646, + [5067] = 5067, + [5068] = 4966, [5069] = 5069, [5070] = 5070, [5071] = 5071, - [5072] = 5072, - [5073] = 5073, - [5074] = 5074, - [5075] = 5075, + [5072] = 5069, + [5073] = 5070, + [5074] = 5071, + [5075] = 5069, [5076] = 5070, [5077] = 5071, - [5078] = 5073, - [5079] = 5079, - [5080] = 5072, - [5081] = 5074, - [5082] = 5079, - [5083] = 5074, - [5084] = 5084, + [5078] = 5069, + [5079] = 5070, + [5080] = 5070, + [5081] = 5071, + [5082] = 5069, + [5083] = 5070, + [5084] = 5071, [5085] = 5069, - [5086] = 5084, - [5087] = 5073, + [5086] = 5070, + [5087] = 5071, [5088] = 5069, - [5089] = 5079, - [5090] = 5073, + [5089] = 5070, + [5090] = 5071, [5091] = 5069, [5092] = 5070, - [5093] = 5069, - [5094] = 5075, - [5095] = 5073, - [5096] = 5072, - [5097] = 5079, - [5098] = 5069, - [5099] = 5084, + [5093] = 5071, + [5094] = 5069, + [5095] = 5070, + [5096] = 5071, + [5097] = 5069, + [5098] = 5070, + [5099] = 5071, [5100] = 5071, - [5101] = 5072, - [5102] = 5074, - [5103] = 5070, - [5104] = 5074, - [5105] = 5071, - [5106] = 5084, - [5107] = 5070, - [5108] = 5069, - [5109] = 5073, - [5110] = 5084, - [5111] = 5075, - [5112] = 5069, - [5113] = 5073, - [5114] = 5084, - [5115] = 5069, - [5116] = 5073, - [5117] = 5084, - [5118] = 5072, - [5119] = 5069, - [5120] = 5073, - [5121] = 5073, - [5122] = 5069, - [5123] = 5073, - [5124] = 5084, - [5125] = 5071, - [5126] = 5069, - [5127] = 5069, - [5128] = 5084, - [5129] = 5073, - [5130] = 5084, - [5131] = 5084, - [5132] = 5074, - [5133] = 5072, - [5134] = 5075, - [5135] = 5073, - [5136] = 5069, - [5137] = 5079, - [5138] = 5079, - [5139] = 5084, - [5140] = 5073, - [5141] = 5070, - [5142] = 5074, - [5143] = 5075, - [5144] = 5072, - [5145] = 5079, - [5146] = 5084, - [5147] = 5084, - [5148] = 5069, - [5149] = 5073, - [5150] = 5073, - [5151] = 4959, - [5152] = 4956, - [5153] = 5069, - [5154] = 5073, - [5155] = 5071, - [5156] = 5084, - [5157] = 5071, - [5158] = 5070, - [5159] = 5075, + [5101] = 5070, + [5102] = 5071, + [5103] = 5103, + [5104] = 5104, + [5105] = 5105, + [5106] = 5106, + [5107] = 5107, + [5108] = 5108, + [5109] = 4959, + [5110] = 4966, + [5111] = 4959, + [5112] = 4966, + [5113] = 5071, + [5114] = 5069, + [5115] = 5070, + [5116] = 5103, + [5117] = 5104, + [5118] = 5105, + [5119] = 5106, + [5120] = 5107, + [5121] = 5108, + [5122] = 5106, + [5123] = 5103, + [5124] = 5104, + [5125] = 5105, + [5126] = 5106, + [5127] = 5107, + [5128] = 5108, + [5129] = 5069, + [5130] = 5107, + [5131] = 5103, + [5132] = 5104, + [5133] = 5105, + [5134] = 5103, + [5135] = 5104, + [5136] = 5105, + [5137] = 5106, + [5138] = 5107, + [5139] = 5108, + [5140] = 5103, + [5141] = 5104, + [5142] = 5105, + [5143] = 5106, + [5144] = 5107, + [5145] = 5108, + [5146] = 5070, + [5147] = 5103, + [5148] = 5104, + [5149] = 5105, + [5150] = 5106, + [5151] = 5107, + [5152] = 5108, + [5153] = 5108, + [5154] = 5071, + [5155] = 5069, + [5156] = 5071, + [5157] = 5069, + [5158] = 5071, + [5159] = 5070, [5160] = 5069, - [5161] = 5084, - [5162] = 4959, - [5163] = 5084, - [5164] = 5084, - [5165] = 4956, - [5166] = 5075, - [5167] = 2226, - [5168] = 5073, + [5161] = 5070, + [5162] = 5070, + [5163] = 5071, + [5164] = 5069, + [5165] = 5070, + [5166] = 2267, + [5167] = 5071, + [5168] = 5069, [5169] = 5069, - [5170] = 4956, - [5171] = 5171, - [5172] = 4956, + [5170] = 4959, + [5171] = 4966, + [5172] = 5172, [5173] = 5173, - [5174] = 4959, - [5175] = 3310, - [5176] = 5171, - [5177] = 5177, - [5178] = 4956, - [5179] = 4959, - [5180] = 4959, - [5181] = 5171, - [5182] = 4959, - [5183] = 5171, - [5184] = 5171, - [5185] = 5185, - [5186] = 5171, - [5187] = 5171, - [5188] = 5188, - [5189] = 5171, - [5190] = 5188, - [5191] = 5171, - [5192] = 3309, - [5193] = 4956, - [5194] = 5171, - [5195] = 5171, - [5196] = 4959, - [5197] = 5171, - [5198] = 5171, - [5199] = 5171, - [5200] = 4956, - [5201] = 5171, - [5202] = 4959, - [5203] = 5171, - [5204] = 5188, - [5205] = 5171, - [5206] = 5188, - [5207] = 4956, - [5208] = 5171, - [5209] = 5188, - [5210] = 5210, + [5174] = 5172, + [5175] = 5172, + [5176] = 5172, + [5177] = 5172, + [5178] = 4966, + [5179] = 5172, + [5180] = 5172, + [5181] = 5172, + [5182] = 5172, + [5183] = 4959, + [5184] = 5184, + [5185] = 5172, + [5186] = 3291, + [5187] = 3371, + [5188] = 4966, + [5189] = 4966, + [5190] = 4959, + [5191] = 4959, + [5192] = 4966, + [5193] = 5172, + [5194] = 5173, + [5195] = 5172, + [5196] = 5196, + [5197] = 5172, + [5198] = 5173, + [5199] = 5172, + [5200] = 4959, + [5201] = 5173, + [5202] = 5173, + [5203] = 5172, + [5204] = 5172, + [5205] = 4966, + [5206] = 5172, + [5207] = 5172, + [5208] = 5208, + [5209] = 4959, + [5210] = 4966, [5211] = 5211, - [5212] = 5212, - [5213] = 4956, - [5214] = 4956, + [5212] = 4966, + [5213] = 5213, + [5214] = 5214, [5215] = 5215, - [5216] = 4959, - [5217] = 4959, - [5218] = 4956, - [5219] = 4956, - [5220] = 5211, + [5216] = 5213, + [5217] = 2967, + [5218] = 5218, + [5219] = 5214, + [5220] = 5215, [5221] = 5221, - [5222] = 4959, - [5223] = 5223, + [5222] = 5213, + [5223] = 5214, [5224] = 5224, - [5225] = 5225, - [5226] = 5226, - [5227] = 5211, - [5228] = 5225, - [5229] = 5226, - [5230] = 5224, - [5231] = 5231, - [5232] = 5225, - [5233] = 2978, - [5234] = 5224, - [5235] = 5223, - [5236] = 4959, - [5237] = 5224, - [5238] = 5225, - [5239] = 5226, - [5240] = 5211, - [5241] = 5223, - [5242] = 5223, - [5243] = 5225, - [5244] = 5244, - [5245] = 5211, - [5246] = 5223, - [5247] = 5226, - [5248] = 5225, - [5249] = 5231, - [5250] = 5223, - [5251] = 5223, - [5252] = 5211, - [5253] = 5211, - [5254] = 5225, - [5255] = 5210, - [5256] = 5244, - [5257] = 5210, - [5258] = 5244, - [5259] = 5210, - [5260] = 5244, - [5261] = 5244, - [5262] = 5231, - [5263] = 2939, - [5264] = 5231, - [5265] = 5231, - [5266] = 5231, - [5267] = 5244, - [5268] = 5210, - [5269] = 5244, - [5270] = 5210, - [5271] = 5210, - [5272] = 5244, - [5273] = 5231, - [5274] = 5231, - [5275] = 5210, - [5276] = 5231, - [5277] = 5210, - [5278] = 5210, - [5279] = 5244, - [5280] = 5231, - [5281] = 5244, - [5282] = 5231, - [5283] = 5210, - [5284] = 5210, - [5285] = 5231, - [5286] = 5244, - [5287] = 5231, - [5288] = 5244, - [5289] = 5210, - [5290] = 5231, - [5291] = 5244, - [5292] = 5231, - [5293] = 5244, - [5294] = 5231, - [5295] = 5210, - [5296] = 5210, - [5297] = 5244, - [5298] = 5210, - [5299] = 5210, - [5300] = 5210, - [5301] = 5231, - [5302] = 5244, - [5303] = 5244, - [5304] = 5231, - [5305] = 5244, - [5306] = 5244, - [5307] = 5231, - [5308] = 5210, - [5309] = 5244, - [5310] = 5231, - [5311] = 5210, - [5312] = 5231, - [5313] = 5231, - [5314] = 5314, - [5315] = 5210, - [5316] = 5231, - [5317] = 5244, - [5318] = 5231, - [5319] = 5314, - [5320] = 5320, - [5321] = 5210, - [5322] = 5244, - [5323] = 5314, - [5324] = 5244, - [5325] = 5314, - [5326] = 5320, - [5327] = 5210, - [5328] = 5231, - [5329] = 5231, - [5330] = 5244, - [5331] = 5210, - [5332] = 5314, - [5333] = 5314, - [5334] = 5314, - [5335] = 5244, - [5336] = 5210, - [5337] = 5210, - [5338] = 5320, - [5339] = 5244, - [5340] = 5210, - [5341] = 5210, - [5342] = 5244, - [5343] = 5231, - [5344] = 5244, + [5225] = 5224, + [5226] = 4959, + [5227] = 5224, + [5228] = 5228, + [5229] = 5215, + [5230] = 5211, + [5231] = 5221, + [5232] = 5232, + [5233] = 4959, + [5234] = 5213, + [5235] = 5214, + [5236] = 5214, + [5237] = 5237, + [5238] = 5214, + [5239] = 5213, + [5240] = 5240, + [5241] = 5218, + [5242] = 5232, + [5243] = 5215, + [5244] = 4966, + [5245] = 5213, + [5246] = 4959, + [5247] = 5215, + [5248] = 5211, + [5249] = 5214, + [5250] = 5213, + [5251] = 4959, + [5252] = 5215, + [5253] = 5224, + [5254] = 4966, + [5255] = 5215, + [5256] = 5211, + [5257] = 5232, + [5258] = 5218, + [5259] = 5232, + [5260] = 5232, + [5261] = 5218, + [5262] = 5218, + [5263] = 5218, + [5264] = 5218, + [5265] = 5218, + [5266] = 5221, + [5267] = 2971, + [5268] = 5232, + [5269] = 5221, + [5270] = 5221, + [5271] = 5221, + [5272] = 5221, + [5273] = 5232, + [5274] = 5232, + [5275] = 5221, + [5276] = 5232, + [5277] = 5218, + [5278] = 5218, + [5279] = 5221, + [5280] = 5232, + [5281] = 5218, + [5282] = 5221, + [5283] = 5221, + [5284] = 5221, + [5285] = 5232, + [5286] = 5221, + [5287] = 5218, + [5288] = 5232, + [5289] = 5232, + [5290] = 5218, + [5291] = 5232, + [5292] = 5218, + [5293] = 5221, + [5294] = 5218, + [5295] = 5221, + [5296] = 5221, + [5297] = 5232, + [5298] = 5218, + [5299] = 5232, + [5300] = 5221, + [5301] = 5221, + [5302] = 5218, + [5303] = 5232, + [5304] = 5218, + [5305] = 5232, + [5306] = 5221, + [5307] = 5232, + [5308] = 5218, + [5309] = 5218, + [5310] = 5221, + [5311] = 5232, + [5312] = 5221, + [5313] = 5232, + [5314] = 5221, + [5315] = 5232, + [5316] = 5232, + [5317] = 5218, + [5318] = 5218, + [5319] = 5319, + [5320] = 5319, + [5321] = 5218, + [5322] = 5322, + [5323] = 5232, + [5324] = 5232, + [5325] = 5218, + [5326] = 5221, + [5327] = 5319, + [5328] = 5319, + [5329] = 5232, + [5330] = 5322, + [5331] = 5319, + [5332] = 5221, + [5333] = 5319, + [5334] = 5322, + [5335] = 5218, + [5336] = 5319, + [5337] = 5221, + [5338] = 5221, + [5339] = 5218, + [5340] = 5340, + [5341] = 5232, + [5342] = 5221, + [5343] = 5232, + [5344] = 5218, [5345] = 5345, - [5346] = 5210, - [5347] = 5231, - [5348] = 5348, - [5349] = 5349, - [5350] = 5210, - [5351] = 5351, - [5352] = 5231, - [5353] = 5231, - [5354] = 5345, - [5355] = 5345, - [5356] = 5244, - [5357] = 5244, + [5346] = 5340, + [5347] = 5221, + [5348] = 5221, + [5349] = 5232, + [5350] = 5218, + [5351] = 5232, + [5352] = 5218, + [5353] = 5340, + [5354] = 5354, + [5355] = 5218, + [5356] = 5356, + [5357] = 5221, [5358] = 5358, - [5359] = 5358, - [5360] = 5360, + [5359] = 5359, + [5360] = 5359, [5361] = 5361, - [5362] = 5358, + [5362] = 5359, [5363] = 5361, - [5364] = 5360, - [5365] = 5360, - [5366] = 5360, - [5367] = 5320, + [5364] = 5361, + [5365] = 5361, + [5366] = 5359, + [5367] = 5358, [5368] = 5361, - [5369] = 5360, - [5370] = 5360, - [5371] = 5360, - [5372] = 5358, - [5373] = 5358, + [5369] = 5359, + [5370] = 5361, + [5371] = 5322, + [5372] = 5359, + [5373] = 5359, [5374] = 5358, - [5375] = 5358, - [5376] = 5360, - [5377] = 5358, - [5378] = 5358, - [5379] = 5379, - [5380] = 5360, + [5375] = 5361, + [5376] = 5361, + [5377] = 5377, + [5378] = 5359, + [5379] = 5359, + [5380] = 5361, [5381] = 5381, [5382] = 5382, [5383] = 5383, - [5384] = 2114, - [5385] = 5320, + [5384] = 5384, + [5385] = 5385, [5386] = 5386, - [5387] = 5348, + [5387] = 5387, [5388] = 5388, - [5389] = 5349, - [5390] = 5386, + [5389] = 5389, + [5390] = 5390, [5391] = 5391, [5392] = 5392, [5393] = 5393, [5394] = 5394, [5395] = 5395, [5396] = 5396, - [5397] = 5396, - [5398] = 5381, + [5397] = 5382, + [5398] = 5398, [5399] = 5399, [5400] = 5400, [5401] = 5401, - [5402] = 5381, - [5403] = 5403, - [5404] = 5386, + [5402] = 5402, + [5403] = 5393, + [5404] = 5404, [5405] = 5405, - [5406] = 5396, - [5407] = 5381, - [5408] = 5396, - [5409] = 5396, - [5410] = 5396, - [5411] = 5381, - [5412] = 5381, - [5413] = 5383, - [5414] = 5383, - [5415] = 5415, + [5406] = 5386, + [5407] = 5383, + [5408] = 5385, + [5409] = 5409, + [5410] = 5388, + [5411] = 5389, + [5412] = 5412, + [5413] = 5394, + [5414] = 5392, + [5415] = 5401, [5416] = 5416, [5417] = 5417, [5418] = 5418, - [5419] = 5383, - [5420] = 5420, - [5421] = 5383, - [5422] = 5381, - [5423] = 5423, + [5419] = 5402, + [5420] = 5409, + [5421] = 5402, + [5422] = 5417, + [5423] = 5418, [5424] = 5424, [5425] = 5425, - [5426] = 5424, - [5427] = 5381, - [5428] = 5417, + [5426] = 5384, + [5427] = 5395, + [5428] = 5396, [5429] = 5417, - [5430] = 5396, - [5431] = 5383, - [5432] = 5432, - [5433] = 5433, - [5434] = 5434, - [5435] = 5435, - [5436] = 5381, - [5437] = 5417, - [5438] = 5386, - [5439] = 5396, - [5440] = 5396, + [5430] = 5322, + [5431] = 5418, + [5432] = 2120, + [5433] = 5390, + [5434] = 5416, + [5435] = 5398, + [5436] = 5399, + [5437] = 5418, + [5438] = 5402, + [5439] = 5409, + [5440] = 5409, [5441] = 5441, - [5442] = 5442, - [5443] = 5443, - [5444] = 5381, - [5445] = 5445, - [5446] = 5388, - [5447] = 5391, - [5448] = 5392, - [5449] = 5393, - [5450] = 5394, - [5451] = 5451, - [5452] = 5381, + [5442] = 5354, + [5443] = 5322, + [5444] = 5417, + [5445] = 5418, + [5446] = 5402, + [5447] = 5417, + [5448] = 5386, + [5449] = 5418, + [5450] = 5386, + [5451] = 5381, + [5452] = 5412, [5453] = 5453, - [5454] = 5454, - [5455] = 5455, + [5454] = 5417, + [5455] = 5418, [5456] = 5456, - [5457] = 5396, - [5458] = 2121, - [5459] = 5320, - [5460] = 5456, - [5461] = 5454, - [5462] = 5453, - [5463] = 5451, - [5464] = 5445, - [5465] = 5443, - [5466] = 5442, - [5467] = 5417, - [5468] = 5423, - [5469] = 5441, - [5470] = 5434, - [5471] = 5433, + [5457] = 5417, + [5458] = 5409, + [5459] = 5418, + [5460] = 5412, + [5461] = 5416, + [5462] = 5409, + [5463] = 5402, + [5464] = 5381, + [5465] = 5416, + [5466] = 5417, + [5467] = 5418, + [5468] = 5417, + [5469] = 5418, + [5470] = 5402, + [5471] = 5402, [5472] = 5417, - [5473] = 5424, - [5474] = 5423, - [5475] = 5396, - [5476] = 5381, - [5477] = 5381, - [5478] = 5396, - [5479] = 5383, - [5480] = 5381, - [5481] = 5396, - [5482] = 5482, - [5483] = 5381, - [5484] = 5399, - [5485] = 5396, - [5486] = 5417, - [5487] = 5435, - [5488] = 5396, - [5489] = 5383, - [5490] = 5482, - [5491] = 5435, - [5492] = 5396, - [5493] = 5381, - [5494] = 5423, - [5495] = 5383, + [5473] = 5418, + [5474] = 5391, + [5475] = 5417, + [5476] = 5418, + [5477] = 5477, + [5478] = 5417, + [5479] = 5479, + [5480] = 5417, + [5481] = 5418, + [5482] = 5417, + [5483] = 5418, + [5484] = 5484, + [5485] = 2116, + [5486] = 5424, + [5487] = 5409, + [5488] = 5417, + [5489] = 5417, + [5490] = 5418, + [5491] = 5402, + [5492] = 5418, + [5493] = 5356, + [5494] = 5494, + [5495] = 5495, [5496] = 5496, [5497] = 5497, [5498] = 5498, - [5499] = 5499, - [5500] = 5496, - [5501] = 5496, - [5502] = 5499, - [5503] = 5498, - [5504] = 5504, - [5505] = 5497, - [5506] = 5320, - [5507] = 5497, - [5508] = 5504, - [5509] = 5509, - [5510] = 5496, - [5511] = 5498, - [5512] = 5504, - [5513] = 5496, - [5514] = 5499, - [5515] = 5504, - [5516] = 5497, - [5517] = 5498, - [5518] = 5498, - [5519] = 5499, - [5520] = 5496, - [5521] = 5499, - [5522] = 5498, - [5523] = 5509, - [5524] = 5388, - [5525] = 5499, - [5526] = 5497, - [5527] = 5504, - [5528] = 5496, - [5529] = 5499, - [5530] = 5498, - [5531] = 5509, - [5532] = 5391, - [5533] = 5392, - [5534] = 5497, - [5535] = 5393, - [5536] = 5394, - [5537] = 5504, - [5538] = 5496, - [5539] = 5394, - [5540] = 5540, - [5541] = 5499, - [5542] = 5498, - [5543] = 5509, - [5544] = 5497, - [5545] = 5504, - [5546] = 5496, - [5547] = 5499, - [5548] = 5498, - [5549] = 5496, - [5550] = 5393, - [5551] = 5551, - [5552] = 5552, - [5553] = 5496, - [5554] = 5497, - [5555] = 5504, - [5556] = 5509, - [5557] = 5499, - [5558] = 5498, - [5559] = 5504, - [5560] = 5497, - [5561] = 5497, - [5562] = 5504, + [5499] = 5497, + [5500] = 5498, + [5501] = 5497, + [5502] = 5496, + [5503] = 5503, + [5504] = 5503, + [5505] = 5496, + [5506] = 5503, + [5507] = 5507, + [5508] = 5496, + [5509] = 1597, + [5510] = 1598, + [5511] = 1599, + [5512] = 5507, + [5513] = 5322, + [5514] = 5507, + [5515] = 5497, + [5516] = 5498, + [5517] = 5517, + [5518] = 5518, + [5519] = 5507, + [5520] = 5497, + [5521] = 5521, + [5522] = 5390, + [5523] = 132, + [5524] = 5524, + [5525] = 1606, + [5526] = 5496, + [5527] = 5503, + [5528] = 5497, + [5529] = 5529, + [5530] = 5530, + [5531] = 5531, + [5532] = 5393, + [5533] = 5496, + [5534] = 5507, + [5535] = 5497, + [5536] = 5507, + [5537] = 5497, + [5538] = 5392, + [5539] = 5498, + [5540] = 133, + [5541] = 1602, + [5542] = 5518, + [5543] = 5503, + [5544] = 5498, + [5545] = 5496, + [5546] = 5498, + [5547] = 5503, + [5548] = 1603, + [5549] = 5503, + [5550] = 5391, + [5551] = 5507, + [5552] = 5518, + [5553] = 5553, + [5554] = 5498, + [5555] = 5503, + [5556] = 5507, + [5557] = 5497, + [5558] = 5390, + [5559] = 5503, + [5560] = 5496, + [5561] = 1604, + [5562] = 5496, [5563] = 5496, - [5564] = 5499, - [5565] = 5498, - [5566] = 5497, - [5567] = 5504, - [5568] = 5498, - [5569] = 5499, - [5570] = 2114, - [5571] = 5504, - [5572] = 5497, - [5573] = 5496, - [5574] = 5392, - [5575] = 5575, - [5576] = 5576, - [5577] = 1604, - [5578] = 1602, - [5579] = 5499, - [5580] = 5498, - [5581] = 5497, - [5582] = 1609, - [5583] = 5504, - [5584] = 1610, - [5585] = 5498, - [5586] = 1605, - [5587] = 1601, - [5588] = 1603, - [5589] = 5496, - [5590] = 5499, - [5591] = 5499, - [5592] = 2121, - [5593] = 1598, - [5594] = 5498, - [5595] = 5595, - [5596] = 5497, - [5597] = 134, - [5598] = 5499, - [5599] = 133, - [5600] = 1600, - [5601] = 5498, - [5602] = 5504, - [5603] = 5603, - [5604] = 5496, - [5605] = 1595, - [5606] = 5391, - [5607] = 1606, - [5608] = 5496, - [5609] = 5497, - [5610] = 5504, - [5611] = 5504, - [5612] = 5497, - [5613] = 1612, - [5614] = 5497, - [5615] = 1608, - [5616] = 1607, - [5617] = 5496, - [5618] = 5498, - [5619] = 5619, - [5620] = 1599, - [5621] = 5499, - [5622] = 5619, - [5623] = 5619, - [5624] = 5624, - [5625] = 5388, - [5626] = 5626, - [5627] = 5504, - [5628] = 5497, - [5629] = 5595, - [5630] = 5595, - [5631] = 5631, - [5632] = 5509, - [5633] = 5509, - [5634] = 5498, - [5635] = 5499, - [5636] = 5504, - [5637] = 5455, - [5638] = 5496, + [5564] = 1605, + [5565] = 5507, + [5566] = 5507, + [5567] = 5518, + [5568] = 1607, + [5569] = 5384, + [5570] = 5496, + [5571] = 1608, + [5572] = 5503, + [5573] = 5497, + [5574] = 5518, + [5575] = 5498, + [5576] = 5553, + [5577] = 5498, + [5578] = 5503, + [5579] = 5579, + [5580] = 5580, + [5581] = 5496, + [5582] = 5503, + [5583] = 5496, + [5584] = 5496, + [5585] = 5507, + [5586] = 5507, + [5587] = 5497, + [5588] = 1609, + [5589] = 5497, + [5590] = 5503, + [5591] = 5579, + [5592] = 5400, + [5593] = 5496, + [5594] = 5392, + [5595] = 5498, + [5596] = 5553, + [5597] = 5496, + [5598] = 5497, + [5599] = 5393, + [5600] = 5498, + [5601] = 5503, + [5602] = 5497, + [5603] = 1600, + [5604] = 5498, + [5605] = 5518, + [5606] = 5507, + [5607] = 5507, + [5608] = 2116, + [5609] = 5498, + [5610] = 5503, + [5611] = 5579, + [5612] = 5507, + [5613] = 5613, + [5614] = 5498, + [5615] = 5503, + [5616] = 5498, + [5617] = 5498, + [5618] = 1601, + [5619] = 5518, + [5620] = 5507, + [5621] = 5503, + [5622] = 5507, + [5623] = 5391, + [5624] = 2120, + [5625] = 5625, + [5626] = 5496, + [5627] = 5497, + [5628] = 5496, + [5629] = 5507, + [5630] = 5503, + [5631] = 5384, + [5632] = 5498, + [5633] = 5497, + [5634] = 5497, + [5635] = 1610, + [5636] = 5498, + [5637] = 1595, + [5638] = 5497, [5639] = 5639, [5640] = 5640, [5641] = 5641, - [5642] = 5642, - [5643] = 5320, - [5644] = 5642, - [5645] = 5645, - [5646] = 5416, - [5647] = 5642, - [5648] = 5648, - [5649] = 5642, - [5650] = 5642, - [5651] = 5651, - [5652] = 5651, + [5642] = 5322, + [5643] = 5643, + [5644] = 5644, + [5645] = 5644, + [5646] = 5641, + [5647] = 5322, + [5648] = 5643, + [5649] = 5649, + [5650] = 5644, + [5651] = 5641, + [5652] = 5643, [5653] = 5653, - [5654] = 5320, - [5655] = 5642, - [5656] = 5639, - [5657] = 5651, - [5658] = 5639, - [5659] = 5659, - [5660] = 2911, - [5661] = 2836, - [5662] = 5648, - [5663] = 5653, - [5664] = 5645, - [5665] = 5641, - [5666] = 5645, - [5667] = 5642, - [5668] = 5642, - [5669] = 5651, - [5670] = 5670, - [5671] = 5671, - [5672] = 5642, - [5673] = 5382, + [5654] = 5641, + [5655] = 5644, + [5656] = 5641, + [5657] = 5643, + [5658] = 5479, + [5659] = 5644, + [5660] = 5641, + [5661] = 5661, + [5662] = 5643, + [5663] = 2839, + [5664] = 5664, + [5665] = 5644, + [5666] = 5641, + [5667] = 5643, + [5668] = 5404, + [5669] = 5644, + [5670] = 5644, + [5671] = 5644, + [5672] = 5644, + [5673] = 5644, [5674] = 5641, - [5675] = 5653, - [5676] = 5648, - [5677] = 5639, - [5678] = 5645, - [5679] = 5651, - [5680] = 5645, - [5681] = 5641, - [5682] = 5639, - [5683] = 5641, - [5684] = 5653, - [5685] = 5645, - [5686] = 5648, - [5687] = 5648, - [5688] = 5653, - [5689] = 5651, - [5690] = 5690, - [5691] = 5320, - [5692] = 5641, - [5693] = 5693, - [5694] = 5405, - [5695] = 5641, - [5696] = 5645, - [5697] = 5320, - [5698] = 5641, - [5699] = 5642, - [5700] = 5645, - [5701] = 5653, - [5702] = 5702, - [5703] = 5645, - [5704] = 5704, - [5705] = 5645, - [5706] = 5645, - [5707] = 5641, - [5708] = 5642, - [5709] = 5642, - [5710] = 5648, - [5711] = 2226, - [5712] = 5642, - [5713] = 5713, - [5714] = 5641, - [5715] = 5645, - [5716] = 5716, - [5717] = 5717, - [5718] = 5642, - [5719] = 5641, - [5720] = 5720, - [5721] = 5721, + [5675] = 5675, + [5676] = 5322, + [5677] = 5643, + [5678] = 5678, + [5679] = 5643, + [5680] = 5680, + [5681] = 5681, + [5682] = 5682, + [5683] = 5678, + [5684] = 5680, + [5685] = 5681, + [5686] = 5682, + [5687] = 5687, + [5688] = 5680, + [5689] = 5681, + [5690] = 5682, + [5691] = 5678, + [5692] = 5680, + [5693] = 5681, + [5694] = 5682, + [5695] = 5695, + [5696] = 5696, + [5697] = 5697, + [5698] = 5698, + [5699] = 5699, + [5700] = 5678, + [5701] = 5680, + [5702] = 5681, + [5703] = 5682, + [5704] = 5678, + [5705] = 5680, + [5706] = 5681, + [5707] = 5682, + [5708] = 5708, + [5709] = 5425, + [5710] = 2912, + [5711] = 5644, + [5712] = 2267, + [5713] = 5641, + [5714] = 5643, + [5715] = 5644, + [5716] = 5641, + [5717] = 5322, + [5718] = 5643, + [5719] = 5643, + [5720] = 5641, + [5721] = 5644, [5722] = 5722, [5723] = 5641, - [5724] = 5724, - [5725] = 5725, - [5726] = 5726, + [5724] = 5643, + [5725] = 5641, + [5726] = 5643, [5727] = 5727, [5728] = 5728, - [5729] = 5641, + [5729] = 5729, [5730] = 5730, - [5731] = 5639, + [5731] = 5731, [5732] = 5732, - [5733] = 5645, + [5733] = 5678, [5734] = 5734, - [5735] = 5734, - [5736] = 5736, - [5737] = 5737, - [5738] = 5716, - [5739] = 5734, - [5740] = 1970, - [5741] = 5736, + [5735] = 5729, + [5736] = 5639, + [5737] = 5734, + [5738] = 5730, + [5739] = 5731, + [5740] = 5732, + [5741] = 5687, [5742] = 5742, - [5743] = 5320, - [5744] = 5736, - [5745] = 5690, - [5746] = 5737, - [5747] = 5736, + [5743] = 5698, + [5744] = 5695, + [5745] = 5745, + [5746] = 5746, + [5747] = 5747, [5748] = 5748, - [5749] = 5749, + [5749] = 5734, [5750] = 5750, [5751] = 5751, - [5752] = 5671, - [5753] = 5753, - [5754] = 5736, - [5755] = 5755, - [5756] = 2911, + [5752] = 5322, + [5753] = 5734, + [5754] = 5722, + [5755] = 5748, + [5756] = 5653, [5757] = 5757, - [5758] = 5736, - [5759] = 5736, - [5760] = 5760, - [5761] = 5761, + [5758] = 5758, + [5759] = 5759, + [5760] = 5661, + [5761] = 5757, [5762] = 5762, - [5763] = 5736, + [5763] = 5763, [5764] = 5764, - [5765] = 5670, + [5765] = 5765, [5766] = 5766, - [5767] = 5693, - [5768] = 5734, - [5769] = 5736, + [5767] = 5767, + [5768] = 5768, + [5769] = 5699, [5770] = 5770, [5771] = 5771, - [5772] = 5772, + [5772] = 5734, [5773] = 5773, - [5774] = 5774, - [5775] = 2836, - [5776] = 5766, - [5777] = 5320, - [5778] = 5778, - [5779] = 5704, - [5780] = 5702, - [5781] = 5781, - [5782] = 5736, - [5783] = 5737, - [5784] = 5784, - [5785] = 5736, - [5786] = 5734, - [5787] = 5787, - [5788] = 5736, - [5789] = 5766, - [5790] = 5790, - [5791] = 5791, - [5792] = 5792, - [5793] = 5781, + [5774] = 5748, + [5775] = 5757, + [5776] = 5776, + [5777] = 5764, + [5778] = 5734, + [5779] = 5734, + [5780] = 5734, + [5781] = 2021, + [5782] = 5782, + [5783] = 5734, + [5784] = 5757, + [5785] = 5649, + [5786] = 5757, + [5787] = 5757, + [5788] = 2839, + [5789] = 5734, + [5790] = 5748, + [5791] = 5757, + [5792] = 5640, + [5793] = 2398, [5794] = 5794, - [5795] = 5736, + [5795] = 5795, [5796] = 5734, - [5797] = 5721, - [5798] = 5737, - [5799] = 5736, - [5800] = 5736, - [5801] = 2043, - [5802] = 5736, + [5797] = 5797, + [5798] = 5322, + [5799] = 5799, + [5800] = 5727, + [5801] = 5734, + [5802] = 5802, [5803] = 5803, - [5804] = 2339, - [5805] = 5722, - [5806] = 5724, - [5807] = 5734, - [5808] = 5736, - [5809] = 5725, - [5810] = 5727, - [5811] = 5811, - [5812] = 5736, - [5813] = 5813, - [5814] = 5732, - [5815] = 5640, - [5816] = 5730, - [5817] = 5736, - [5818] = 5728, - [5819] = 5819, - [5820] = 5726, - [5821] = 5821, - [5822] = 5720, + [5804] = 5804, + [5805] = 5805, + [5806] = 5806, + [5807] = 5807, + [5808] = 5734, + [5809] = 5764, + [5810] = 1909, + [5811] = 5734, + [5812] = 5664, + [5813] = 5734, + [5814] = 5708, + [5815] = 5815, + [5816] = 5734, + [5817] = 5762, + [5818] = 5734, + [5819] = 5734, + [5820] = 5728, + [5821] = 2912, + [5822] = 5822, [5823] = 5823, - [5824] = 5824, - [5825] = 5393, - [5826] = 5639, + [5824] = 5734, + [5825] = 5391, + [5826] = 2178, [5827] = 5827, - [5828] = 5320, - [5829] = 5603, - [5830] = 1595, - [5831] = 5831, - [5832] = 2114, - [5833] = 1610, - [5834] = 5388, - [5835] = 2179, - [5836] = 5831, - [5837] = 5391, - [5838] = 1605, - [5839] = 2152, - [5840] = 2180, - [5841] = 5624, - [5842] = 5842, - [5843] = 5392, - [5844] = 2166, - [5845] = 2121, - [5846] = 133, - [5847] = 1601, - [5848] = 1603, - [5849] = 5393, - [5850] = 1609, - [5851] = 2182, - [5852] = 1598, - [5853] = 1600, - [5854] = 134, - [5855] = 5855, - [5856] = 5394, - [5857] = 1606, - [5858] = 1604, - [5859] = 2226, - [5860] = 1612, - [5861] = 1602, - [5862] = 2351, - [5863] = 5831, - [5864] = 794, - [5865] = 5392, - [5866] = 1608, - [5867] = 5653, - [5868] = 5868, - [5869] = 5648, - [5870] = 5831, - [5871] = 5391, - [5872] = 5648, - [5873] = 5639, - [5874] = 2491, + [5828] = 5828, + [5829] = 5393, + [5830] = 5828, + [5831] = 5384, + [5832] = 793, + [5833] = 5625, + [5834] = 2387, + [5835] = 2447, + [5836] = 5384, + [5837] = 2185, + [5838] = 5678, + [5839] = 5680, + [5840] = 5681, + [5841] = 5682, + [5842] = 5391, + [5843] = 5678, + [5844] = 5680, + [5845] = 5681, + [5846] = 5682, + [5847] = 794, + [5848] = 2152, + [5849] = 1610, + [5850] = 2120, + [5851] = 5390, + [5852] = 1595, + [5853] = 2166, + [5854] = 5854, + [5855] = 1597, + [5856] = 1598, + [5857] = 1599, + [5858] = 5858, + [5859] = 1602, + [5860] = 1603, + [5861] = 1604, + [5862] = 1605, + [5863] = 5828, + [5864] = 5864, + [5865] = 5828, + [5866] = 2471, + [5867] = 1600, + [5868] = 1606, + [5869] = 1601, + [5870] = 132, + [5871] = 1608, + [5872] = 1609, + [5873] = 5322, + [5874] = 5828, [5875] = 5875, - [5876] = 2504, - [5877] = 5651, - [5878] = 5831, - [5879] = 5653, - [5880] = 793, - [5881] = 1607, - [5882] = 5394, - [5883] = 5651, - [5884] = 1599, - [5885] = 5388, - [5886] = 5653, - [5887] = 5887, - [5888] = 2502, + [5876] = 1607, + [5877] = 5530, + [5878] = 133, + [5879] = 5392, + [5880] = 5392, + [5881] = 5393, + [5882] = 5390, + [5883] = 2116, + [5884] = 2159, + [5885] = 2267, + [5886] = 5886, + [5887] = 5678, + [5888] = 1671, [5889] = 5889, - [5890] = 5890, - [5891] = 5648, - [5892] = 5892, - [5893] = 5890, - [5894] = 5890, - [5895] = 5889, - [5896] = 5890, + [5890] = 5889, + [5891] = 5681, + [5892] = 1511, + [5893] = 5322, + [5894] = 5894, + [5895] = 5895, + [5896] = 5681, [5897] = 5897, - [5898] = 5653, - [5899] = 5651, - [5900] = 5639, - [5901] = 5648, - [5902] = 5320, - [5903] = 2261, - [5904] = 5890, + [5898] = 5889, + [5899] = 2497, + [5900] = 5900, + [5901] = 1752, + [5902] = 5682, + [5903] = 5897, + [5904] = 5897, [5905] = 5889, - [5906] = 5892, - [5907] = 5651, - [5908] = 5908, - [5909] = 5890, + [5906] = 5906, + [5907] = 5889, + [5908] = 5897, + [5909] = 5889, [5910] = 5889, - [5911] = 5639, - [5912] = 5889, - [5913] = 5913, - [5914] = 5651, - [5915] = 5648, - [5916] = 5916, - [5917] = 5653, - [5918] = 1751, - [5919] = 5890, - [5920] = 5889, - [5921] = 5889, - [5922] = 5889, - [5923] = 5890, - [5924] = 5924, - [5925] = 5320, - [5926] = 5926, - [5927] = 5890, - [5928] = 1511, - [5929] = 5890, - [5930] = 5653, - [5931] = 5889, - [5932] = 5648, - [5933] = 5933, - [5934] = 5639, - [5935] = 5889, - [5936] = 1679, - [5937] = 5651, - [5938] = 1730, - [5939] = 5639, - [5940] = 5651, - [5941] = 5648, - [5942] = 5942, + [5911] = 5897, + [5912] = 5912, + [5913] = 5897, + [5914] = 5914, + [5915] = 5889, + [5916] = 5889, + [5917] = 5897, + [5918] = 5897, + [5919] = 5919, + [5920] = 1683, + [5921] = 5678, + [5922] = 5680, + [5923] = 5681, + [5924] = 5682, + [5925] = 5678, + [5926] = 5680, + [5927] = 5681, + [5928] = 5682, + [5929] = 2261, + [5930] = 5682, + [5931] = 5680, + [5932] = 5897, + [5933] = 5889, + [5934] = 5934, + [5935] = 5678, + [5936] = 5322, + [5937] = 5934, + [5938] = 5680, + [5939] = 5897, + [5940] = 5940, + [5941] = 5804, + [5942] = 5390, [5943] = 5943, - [5944] = 5944, + [5944] = 5680, [5945] = 5945, [5946] = 5946, - [5947] = 5392, - [5948] = 5945, - [5949] = 5949, - [5950] = 5393, - [5951] = 5394, - [5952] = 5392, - [5953] = 5391, - [5954] = 5388, - [5955] = 5764, - [5956] = 5762, - [5957] = 5761, - [5958] = 5757, - [5959] = 5946, - [5960] = 5960, - [5961] = 5961, - [5962] = 5803, - [5963] = 5393, - [5964] = 5320, - [5965] = 5394, - [5966] = 5791, - [5967] = 5944, - [5968] = 2121, - [5969] = 5811, - [5970] = 5970, - [5971] = 5971, - [5972] = 2464, + [5947] = 5947, + [5948] = 5948, + [5949] = 5943, + [5950] = 5947, + [5951] = 2441, + [5952] = 5940, + [5953] = 5953, + [5954] = 5954, + [5955] = 5955, + [5956] = 5392, + [5957] = 5957, + [5958] = 5940, + [5959] = 5953, + [5960] = 5954, + [5961] = 2225, + [5962] = 5384, + [5963] = 5751, + [5964] = 2257, + [5965] = 5945, + [5966] = 5955, + [5967] = 5794, + [5968] = 5393, + [5969] = 5322, + [5970] = 5806, + [5971] = 5322, + [5972] = 5392, [5973] = 5973, - [5974] = 2210, - [5975] = 2211, - [5976] = 5753, - [5977] = 2219, - [5978] = 5770, - [5979] = 5749, - [5980] = 5943, - [5981] = 5773, - [5982] = 5391, - [5983] = 5942, - [5984] = 5790, - [5985] = 2453, - [5986] = 5821, - [5987] = 2451, - [5988] = 5988, - [5989] = 5989, - [5990] = 2449, - [5991] = 5748, - [5992] = 2448, - [5993] = 2447, - [5994] = 2114, - [5995] = 5995, - [5996] = 5750, - [5997] = 5792, - [5998] = 2445, - [5999] = 5774, - [6000] = 5751, - [6001] = 6001, - [6002] = 6002, - [6003] = 5320, - [6004] = 2237, - [6005] = 5651, - [6006] = 6006, - [6007] = 5653, - [6008] = 5949, - [6009] = 6002, - [6010] = 6010, - [6011] = 2223, - [6012] = 5772, - [6013] = 6006, - [6014] = 6002, - [6015] = 2234, - [6016] = 5653, - [6017] = 6017, - [6018] = 6006, - [6019] = 2209, - [6020] = 2236, - [6021] = 5942, - [6022] = 5943, - [6023] = 5944, - [6024] = 2242, - [6025] = 5639, - [6026] = 5648, - [6027] = 2249, - [6028] = 5819, - [6029] = 5771, - [6030] = 2192, - [6031] = 5946, - [6032] = 5388, - [6033] = 5945, - [6034] = 5949, - [6035] = 6035, - [6036] = 5639, - [6037] = 6037, - [6038] = 6038, - [6039] = 5653, - [6040] = 6040, + [5974] = 5815, + [5975] = 2422, + [5976] = 2120, + [5977] = 5977, + [5978] = 5750, + [5979] = 5678, + [5980] = 5980, + [5981] = 5981, + [5982] = 5678, + [5983] = 2259, + [5984] = 2208, + [5985] = 5681, + [5986] = 5986, + [5987] = 5763, + [5988] = 2209, + [5989] = 2116, + [5990] = 2212, + [5991] = 2273, + [5992] = 5992, + [5993] = 5805, + [5994] = 5391, + [5995] = 2274, + [5996] = 5802, + [5997] = 5997, + [5998] = 2213, + [5999] = 2276, + [6000] = 5768, + [6001] = 5384, + [6002] = 5393, + [6003] = 5390, + [6004] = 6004, + [6005] = 6005, + [6006] = 5807, + [6007] = 5742, + [6008] = 5391, + [6009] = 5682, + [6010] = 5946, + [6011] = 5747, + [6012] = 5770, + [6013] = 6013, + [6014] = 5680, + [6015] = 5945, + [6016] = 5946, + [6017] = 5943, + [6018] = 5947, + [6019] = 5682, + [6020] = 5681, + [6021] = 5799, + [6022] = 5953, + [6023] = 5954, + [6024] = 5955, + [6025] = 5767, + [6026] = 5771, + [6027] = 2281, + [6028] = 5773, + [6029] = 5803, + [6030] = 2526, + [6031] = 5776, + [6032] = 5782, + [6033] = 2418, + [6034] = 2419, + [6035] = 2420, + [6036] = 2421, + [6037] = 5680, + [6038] = 5678, + [6039] = 2100, + [6040] = 5680, [6041] = 6041, - [6042] = 6037, - [6043] = 6037, - [6044] = 5639, - [6045] = 6040, - [6046] = 5651, - [6047] = 5653, + [6042] = 5682, + [6043] = 5681, + [6044] = 5682, + [6045] = 6045, + [6046] = 6046, + [6047] = 6046, [6048] = 6048, - [6049] = 2105, - [6050] = 6050, - [6051] = 6037, + [6049] = 5682, + [6050] = 6048, + [6051] = 5678, [6052] = 6052, - [6053] = 6053, - [6054] = 6054, - [6055] = 5648, - [6056] = 6038, - [6057] = 5651, - [6058] = 6058, - [6059] = 5653, + [6053] = 5681, + [6054] = 5678, + [6055] = 6055, + [6056] = 6045, + [6057] = 5678, + [6058] = 6046, + [6059] = 5682, [6060] = 6060, - [6061] = 6058, - [6062] = 5648, - [6063] = 5639, - [6064] = 5651, - [6065] = 6048, - [6066] = 6048, - [6067] = 6060, - [6068] = 5653, - [6069] = 5648, + [6061] = 5681, + [6062] = 5680, + [6063] = 6045, + [6064] = 5678, + [6065] = 5680, + [6066] = 5681, + [6067] = 5682, + [6068] = 5680, + [6069] = 6046, [6070] = 6070, [6071] = 6071, - [6072] = 6058, - [6073] = 6038, - [6074] = 6048, - [6075] = 6070, + [6072] = 6048, + [6073] = 6073, + [6074] = 6045, + [6075] = 6046, [6076] = 6076, - [6077] = 6050, - [6078] = 5639, - [6079] = 5639, - [6080] = 6040, - [6081] = 5648, - [6082] = 6037, - [6083] = 6058, - [6084] = 6053, - [6085] = 6038, - [6086] = 6058, - [6087] = 6038, - [6088] = 6088, - [6089] = 6040, - [6090] = 6041, - [6091] = 6038, - [6092] = 5648, - [6093] = 5651, - [6094] = 5651, - [6095] = 6040, - [6096] = 6037, - [6097] = 5651, - [6098] = 6040, - [6099] = 6040, - [6100] = 5639, - [6101] = 6038, - [6102] = 6058, - [6103] = 5651, - [6104] = 6058, - [6105] = 5653, - [6106] = 6038, + [6077] = 6046, + [6078] = 6076, + [6079] = 6046, + [6080] = 6046, + [6081] = 6081, + [6082] = 6076, + [6083] = 6070, + [6084] = 6045, + [6085] = 6076, + [6086] = 5682, + [6087] = 5678, + [6088] = 6052, + [6089] = 5680, + [6090] = 5680, + [6091] = 6045, + [6092] = 5681, + [6093] = 5682, + [6094] = 5678, + [6095] = 6081, + [6096] = 6096, + [6097] = 6097, + [6098] = 6081, + [6099] = 6097, + [6100] = 6100, + [6101] = 5681, + [6102] = 6046, + [6103] = 6096, + [6104] = 6104, + [6105] = 6076, + [6106] = 6048, [6107] = 6107, - [6108] = 5639, - [6109] = 5648, - [6110] = 5653, - [6111] = 5648, - [6112] = 5639, - [6113] = 6038, - [6114] = 5639, - [6115] = 5653, - [6116] = 6037, - [6117] = 5648, - [6118] = 6118, - [6119] = 6119, - [6120] = 5653, - [6121] = 6038, - [6122] = 5651, - [6123] = 6123, - [6124] = 6124, - [6125] = 2152, - [6126] = 5648, - [6127] = 6127, - [6128] = 5394, - [6129] = 1870, - [6130] = 2121, - [6131] = 5651, - [6132] = 6132, - [6133] = 5391, - [6134] = 5639, - [6135] = 5648, - [6136] = 5653, - [6137] = 5388, - [6138] = 1862, - [6139] = 5392, - [6140] = 5393, - [6141] = 5651, - [6142] = 6142, - [6143] = 2179, - [6144] = 5639, - [6145] = 5394, - [6146] = 5648, - [6147] = 2114, - [6148] = 2180, - [6149] = 5393, - [6150] = 6132, - [6151] = 6151, - [6152] = 5653, - [6153] = 6132, - [6154] = 6132, - [6155] = 6132, - [6156] = 6156, - [6157] = 2182, - [6158] = 6127, - [6159] = 5320, - [6160] = 6156, - [6161] = 5392, - [6162] = 6127, - [6163] = 6132, - [6164] = 6132, - [6165] = 6132, - [6166] = 6132, - [6167] = 6132, - [6168] = 6156, - [6169] = 2179, - [6170] = 2166, - [6171] = 5393, - [6172] = 6156, - [6173] = 5391, - [6174] = 6174, - [6175] = 6156, - [6176] = 6132, - [6177] = 6127, - [6178] = 5388, - [6179] = 2166, - [6180] = 2182, - [6181] = 6127, - [6182] = 5392, - [6183] = 5651, - [6184] = 2121, - [6185] = 5391, - [6186] = 6132, - [6187] = 6132, - [6188] = 6132, - [6189] = 5392, - [6190] = 5393, - [6191] = 5394, - [6192] = 2114, - [6193] = 2180, - [6194] = 5651, - [6195] = 6132, - [6196] = 5639, - [6197] = 5648, - [6198] = 6127, - [6199] = 6132, - [6200] = 6156, - [6201] = 6006, - [6202] = 1863, - [6203] = 6002, - [6204] = 5942, - [6205] = 5943, - [6206] = 6206, - [6207] = 5944, - [6208] = 6127, - [6209] = 2152, - [6210] = 5653, - [6211] = 5946, - [6212] = 5945, - [6213] = 5949, - [6214] = 5394, - [6215] = 6132, - [6216] = 5653, - [6217] = 6132, - [6218] = 6206, - [6219] = 5391, - [6220] = 1869, - [6221] = 6132, - [6222] = 5388, - [6223] = 5388, - [6224] = 6132, - [6225] = 6156, + [6108] = 5681, + [6109] = 5678, + [6110] = 6110, + [6111] = 5681, + [6112] = 5682, + [6113] = 6113, + [6114] = 6114, + [6115] = 6046, + [6116] = 6076, + [6117] = 6045, + [6118] = 6048, + [6119] = 5680, + [6120] = 6104, + [6121] = 6081, + [6122] = 6048, + [6123] = 6048, + [6124] = 6076, + [6125] = 6125, + [6126] = 6126, + [6127] = 2178, + [6128] = 6126, + [6129] = 6126, + [6130] = 6126, + [6131] = 6126, + [6132] = 6126, + [6133] = 6126, + [6134] = 6134, + [6135] = 5322, + [6136] = 6134, + [6137] = 2166, + [6138] = 5384, + [6139] = 2152, + [6140] = 5390, + [6141] = 6125, + [6142] = 5391, + [6143] = 6134, + [6144] = 5392, + [6145] = 5393, + [6146] = 6134, + [6147] = 5384, + [6148] = 5390, + [6149] = 5391, + [6150] = 5392, + [6151] = 5393, + [6152] = 5678, + [6153] = 5680, + [6154] = 5681, + [6155] = 5682, + [6156] = 5384, + [6157] = 5390, + [6158] = 5391, + [6159] = 5392, + [6160] = 5393, + [6161] = 5945, + [6162] = 5678, + [6163] = 5680, + [6164] = 5681, + [6165] = 5682, + [6166] = 5946, + [6167] = 5943, + [6168] = 5947, + [6169] = 5940, + [6170] = 6125, + [6171] = 5953, + [6172] = 5954, + [6173] = 5955, + [6174] = 6126, + [6175] = 2185, + [6176] = 2116, + [6177] = 6126, + [6178] = 6126, + [6179] = 2116, + [6180] = 2152, + [6181] = 6134, + [6182] = 2159, + [6183] = 6125, + [6184] = 2166, + [6185] = 2178, + [6186] = 2120, + [6187] = 6134, + [6188] = 6126, + [6189] = 2185, + [6190] = 6126, + [6191] = 5678, + [6192] = 5680, + [6193] = 5681, + [6194] = 5682, + [6195] = 5678, + [6196] = 5680, + [6197] = 5681, + [6198] = 5682, + [6199] = 5384, + [6200] = 5390, + [6201] = 6126, + [6202] = 5391, + [6203] = 5392, + [6204] = 6204, + [6205] = 5393, + [6206] = 6125, + [6207] = 2120, + [6208] = 6208, + [6209] = 6125, + [6210] = 6210, + [6211] = 6126, + [6212] = 6126, + [6213] = 6213, + [6214] = 1864, + [6215] = 6134, + [6216] = 1865, + [6217] = 6126, + [6218] = 2159, + [6219] = 6125, + [6220] = 6126, + [6221] = 6126, + [6222] = 6126, + [6223] = 1868, + [6224] = 6210, + [6225] = 1872, [6226] = 6226, - [6227] = 5639, - [6228] = 6060, + [6227] = 6126, + [6228] = 5945, [6229] = 6229, [6230] = 6230, [6231] = 6231, - [6232] = 6050, - [6233] = 6233, - [6234] = 6233, - [6235] = 6235, - [6236] = 6233, - [6237] = 2261, - [6238] = 6233, - [6239] = 5944, - [6240] = 5946, - [6241] = 2261, + [6232] = 6232, + [6233] = 6230, + [6234] = 5947, + [6235] = 5953, + [6236] = 5945, + [6237] = 5947, + [6238] = 5940, + [6239] = 5954, + [6240] = 6231, + [6241] = 5946, [6242] = 5943, - [6243] = 6243, - [6244] = 6233, - [6245] = 6245, - [6246] = 5924, - [6247] = 5945, - [6248] = 6243, - [6249] = 6243, - [6250] = 6231, + [6243] = 5953, + [6244] = 5955, + [6245] = 5954, + [6246] = 2261, + [6247] = 6230, + [6248] = 6232, + [6249] = 6231, + [6250] = 6250, [6251] = 6251, - [6252] = 5651, - [6253] = 6233, - [6254] = 6233, - [6255] = 6245, - [6256] = 5653, - [6257] = 6257, - [6258] = 6230, - [6259] = 5648, - [6260] = 6251, - [6261] = 6261, - [6262] = 5949, - [6263] = 6070, - [6264] = 5653, - [6265] = 5946, - [6266] = 6041, - [6267] = 5639, - [6268] = 6231, - [6269] = 6002, - [6270] = 5949, - [6271] = 6251, - [6272] = 5648, - [6273] = 5942, - [6274] = 5651, - [6275] = 6002, - [6276] = 6006, - [6277] = 6006, - [6278] = 5943, - [6279] = 5944, - [6280] = 6280, - [6281] = 5639, + [6252] = 5678, + [6253] = 5680, + [6254] = 5681, + [6255] = 5682, + [6256] = 6256, + [6257] = 6250, + [6258] = 5678, + [6259] = 5680, + [6260] = 5681, + [6261] = 5682, + [6262] = 5955, + [6263] = 5940, + [6264] = 6230, + [6265] = 6265, + [6266] = 6266, + [6267] = 2261, + [6268] = 6251, + [6269] = 6269, + [6270] = 6232, + [6271] = 6231, + [6272] = 6266, + [6273] = 6231, + [6274] = 6230, + [6275] = 6070, + [6276] = 6052, + [6277] = 6230, + [6278] = 6230, + [6279] = 6266, + [6280] = 6251, + [6281] = 6251, [6282] = 6230, - [6283] = 6231, - [6284] = 6231, + [6283] = 6096, + [6284] = 6284, [6285] = 6231, - [6286] = 6286, + [6286] = 6231, [6287] = 6231, - [6288] = 6230, - [6289] = 6251, - [6290] = 6231, - [6291] = 6053, - [6292] = 6251, - [6293] = 6233, - [6294] = 5945, - [6295] = 6243, - [6296] = 6231, - [6297] = 6233, - [6298] = 6298, - [6299] = 6231, - [6300] = 6233, - [6301] = 5942, - [6302] = 6302, - [6303] = 6302, - [6304] = 6304, - [6305] = 6302, - [6306] = 5651, - [6307] = 6302, - [6308] = 6308, - [6309] = 5949, - [6310] = 6302, - [6311] = 6302, - [6312] = 5639, - [6313] = 6313, - [6314] = 6314, - [6315] = 6315, - [6316] = 6302, - [6317] = 6302, - [6318] = 6002, - [6319] = 6302, - [6320] = 6302, - [6321] = 6321, - [6322] = 6302, - [6323] = 6302, - [6324] = 6302, - [6325] = 5648, + [6288] = 6288, + [6289] = 6232, + [6290] = 5900, + [6291] = 6232, + [6292] = 6230, + [6293] = 5946, + [6294] = 6097, + [6295] = 5943, + [6296] = 6104, + [6297] = 6297, + [6298] = 6230, + [6299] = 6266, + [6300] = 6231, + [6301] = 6231, + [6302] = 5945, + [6303] = 6303, + [6304] = 6303, + [6305] = 6303, + [6306] = 6303, + [6307] = 5682, + [6308] = 6303, + [6309] = 6303, + [6310] = 6303, + [6311] = 6311, + [6312] = 6312, + [6313] = 6303, + [6314] = 5953, + [6315] = 6303, + [6316] = 6303, + [6317] = 5946, + [6318] = 6318, + [6319] = 5678, + [6320] = 6320, + [6321] = 5947, + [6322] = 6303, + [6323] = 3299, + [6324] = 6303, + [6325] = 6303, [6326] = 6326, - [6327] = 5943, - [6328] = 6302, - [6329] = 6302, - [6330] = 5944, - [6331] = 6302, - [6332] = 5651, - [6333] = 5653, - [6334] = 5945, - [6335] = 5653, - [6336] = 6336, - [6337] = 6337, - [6338] = 5648, - [6339] = 6302, - [6340] = 6302, - [6341] = 6341, - [6342] = 6302, - [6343] = 2392, - [6344] = 5946, - [6345] = 6302, - [6346] = 6006, - [6347] = 5639, - [6348] = 3368, - [6349] = 5942, - [6350] = 6350, - [6351] = 5393, + [6327] = 6327, + [6328] = 6303, + [6329] = 5680, + [6330] = 6330, + [6331] = 6331, + [6332] = 5678, + [6333] = 5680, + [6334] = 5940, + [6335] = 5681, + [6336] = 6303, + [6337] = 5943, + [6338] = 5954, + [6339] = 6339, + [6340] = 5955, + [6341] = 6303, + [6342] = 6303, + [6343] = 5681, + [6344] = 6303, + [6345] = 5682, + [6346] = 2349, + [6347] = 6303, + [6348] = 6348, + [6349] = 6303, + [6350] = 5945, + [6351] = 5940, [6352] = 6352, [6353] = 6353, - [6354] = 6352, - [6355] = 6355, - [6356] = 5944, + [6354] = 6354, + [6355] = 6353, + [6356] = 5953, [6357] = 6357, - [6358] = 5943, - [6359] = 6352, - [6360] = 1506, + [6358] = 5954, + [6359] = 5955, + [6360] = 5947, [6361] = 6361, - [6362] = 6006, - [6363] = 6070, - [6364] = 1504, - [6365] = 6365, - [6366] = 6366, + [6362] = 6362, + [6363] = 6363, + [6364] = 6354, + [6365] = 6361, + [6366] = 5384, [6367] = 6367, - [6368] = 5391, - [6369] = 2333, - [6370] = 6370, - [6371] = 6050, - [6372] = 2121, - [6373] = 5949, - [6374] = 6374, - [6375] = 2114, - [6376] = 6376, - [6377] = 6006, - [6378] = 1501, + [6368] = 6353, + [6369] = 6353, + [6370] = 6097, + [6371] = 5945, + [6372] = 6361, + [6373] = 6362, + [6374] = 5947, + [6375] = 5953, + [6376] = 6354, + [6377] = 5940, + [6378] = 5954, [6379] = 6379, - [6380] = 1500, - [6381] = 5945, - [6382] = 6382, - [6383] = 6366, - [6384] = 5946, - [6385] = 6366, - [6386] = 6352, - [6387] = 6041, - [6388] = 6353, - [6389] = 6361, - [6390] = 1508, - [6391] = 5945, - [6392] = 6353, - [6393] = 6366, - [6394] = 6002, + [6380] = 6354, + [6381] = 6362, + [6382] = 5954, + [6383] = 6383, + [6384] = 6052, + [6385] = 6385, + [6386] = 5955, + [6387] = 5390, + [6388] = 6354, + [6389] = 5391, + [6390] = 6390, + [6391] = 5392, + [6392] = 6362, + [6393] = 5946, + [6394] = 5943, [6395] = 6395, - [6396] = 1507, - [6397] = 5944, - [6398] = 5942, - [6399] = 5943, - [6400] = 5949, - [6401] = 6361, - [6402] = 5942, - [6403] = 6002, - [6404] = 6404, - [6405] = 6405, - [6406] = 6353, - [6407] = 5946, - [6408] = 6352, - [6409] = 5944, - [6410] = 6410, - [6411] = 6411, - [6412] = 5388, - [6413] = 5943, - [6414] = 6352, - [6415] = 6060, - [6416] = 5391, - [6417] = 6053, - [6418] = 6418, - [6419] = 6353, - [6420] = 6361, - [6421] = 5393, - [6422] = 2331, - [6423] = 6423, - [6424] = 6006, - [6425] = 6366, - [6426] = 5392, - [6427] = 6352, - [6428] = 6002, - [6429] = 6353, - [6430] = 5392, - [6431] = 5942, - [6432] = 6006, - [6433] = 6361, - [6434] = 1502, - [6435] = 6366, - [6436] = 5943, - [6437] = 5944, - [6438] = 6353, - [6439] = 5942, - [6440] = 6002, - [6441] = 5949, - [6442] = 6442, - [6443] = 5946, + [6396] = 6096, + [6397] = 5393, + [6398] = 5953, + [6399] = 5955, + [6400] = 5384, + [6401] = 6401, + [6402] = 5390, + [6403] = 6403, + [6404] = 5391, + [6405] = 5392, + [6406] = 5393, + [6407] = 6407, + [6408] = 2116, + [6409] = 6353, + [6410] = 5946, + [6411] = 6353, + [6412] = 6412, + [6413] = 6413, + [6414] = 6414, + [6415] = 6415, + [6416] = 6354, + [6417] = 6104, + [6418] = 6361, + [6419] = 5946, + [6420] = 5943, + [6421] = 5953, + [6422] = 2120, + [6423] = 5955, + [6424] = 6361, + [6425] = 6361, + [6426] = 6362, + [6427] = 5947, + [6428] = 6362, + [6429] = 5940, + [6430] = 1509, + [6431] = 6431, + [6432] = 6353, + [6433] = 5945, + [6434] = 6354, + [6435] = 5943, + [6436] = 5947, + [6437] = 5940, + [6438] = 1502, + [6439] = 1503, + [6440] = 1504, + [6441] = 1505, + [6442] = 1506, + [6443] = 1507, [6444] = 6361, - [6445] = 6361, - [6446] = 5945, - [6447] = 5394, - [6448] = 5949, - [6449] = 6366, - [6450] = 6450, - [6451] = 5946, - [6452] = 5394, - [6453] = 6453, - [6454] = 5388, - [6455] = 6455, + [6445] = 6362, + [6446] = 6446, + [6447] = 2335, + [6448] = 2304, + [6449] = 6449, + [6450] = 5946, + [6451] = 6451, + [6452] = 6452, + [6453] = 5954, + [6454] = 6070, + [6455] = 5943, [6456] = 5945, - [6457] = 5949, - [6458] = 6458, - [6459] = 6002, - [6460] = 5944, - [6461] = 6461, - [6462] = 6006, - [6463] = 6461, - [6464] = 6461, - [6465] = 6461, - [6466] = 5943, - [6467] = 6467, + [6457] = 5940, + [6458] = 5943, + [6459] = 5945, + [6460] = 6460, + [6461] = 5953, + [6462] = 5955, + [6463] = 5946, + [6464] = 6464, + [6465] = 5953, + [6466] = 5955, + [6467] = 5946, [6468] = 6468, - [6469] = 6002, - [6470] = 6461, - [6471] = 6471, - [6472] = 5945, - [6473] = 5942, - [6474] = 6474, - [6475] = 5949, - [6476] = 5943, - [6477] = 6461, - [6478] = 6471, - [6479] = 6461, - [6480] = 6461, - [6481] = 5946, - [6482] = 6461, - [6483] = 5944, - [6484] = 6002, - [6485] = 6461, - [6486] = 6461, - [6487] = 6487, - [6488] = 6488, - [6489] = 5946, - [6490] = 6490, - [6491] = 6006, - [6492] = 6461, - [6493] = 6461, - [6494] = 5949, - [6495] = 6495, - [6496] = 5942, + [6469] = 5943, + [6470] = 5947, + [6471] = 5940, + [6472] = 6472, + [6473] = 5945, + [6474] = 5947, + [6475] = 6472, + [6476] = 6476, + [6477] = 6472, + [6478] = 6478, + [6479] = 5954, + [6480] = 5943, + [6481] = 6481, + [6482] = 6472, + [6483] = 6472, + [6484] = 6484, + [6485] = 6472, + [6486] = 6472, + [6487] = 6472, + [6488] = 6472, + [6489] = 6489, + [6490] = 5953, + [6491] = 5954, + [6492] = 6472, + [6493] = 6472, + [6494] = 6472, + [6495] = 5955, + [6496] = 6460, [6497] = 6497, - [6498] = 5942, - [6499] = 5946, - [6500] = 5945, - [6501] = 5945, + [6498] = 5946, + [6499] = 6472, + [6500] = 6500, + [6501] = 6501, [6502] = 6502, [6503] = 6503, - [6504] = 6502, - [6505] = 6060, - [6506] = 6502, - [6507] = 6507, - [6508] = 6508, - [6509] = 6503, - [6510] = 6507, - [6511] = 6508, - [6512] = 6507, - [6513] = 6507, - [6514] = 6507, - [6515] = 6507, - [6516] = 5742, - [6517] = 6507, - [6518] = 5946, - [6519] = 6507, - [6520] = 6502, - [6521] = 6070, - [6522] = 5784, - [6523] = 5944, - [6524] = 6507, - [6525] = 6525, - [6526] = 2114, - [6527] = 5943, - [6528] = 6507, - [6529] = 6502, - [6530] = 6502, - [6531] = 6503, - [6532] = 6507, + [6504] = 6504, + [6505] = 5945, + [6506] = 6504, + [6507] = 6503, + [6508] = 6504, + [6509] = 6504, + [6510] = 6504, + [6511] = 5745, + [6512] = 2120, + [6513] = 6504, + [6514] = 5946, + [6515] = 6504, + [6516] = 6502, + [6517] = 6504, + [6518] = 6518, + [6519] = 6501, + [6520] = 6504, + [6521] = 6518, + [6522] = 2116, + [6523] = 6504, + [6524] = 5943, + [6525] = 6501, + [6526] = 6501, + [6527] = 6504, + [6528] = 6502, + [6529] = 6504, + [6530] = 6504, + [6531] = 6504, + [6532] = 6504, [6533] = 6502, - [6534] = 6508, - [6535] = 6507, - [6536] = 6507, - [6537] = 5942, - [6538] = 6050, - [6539] = 6053, - [6540] = 6041, - [6541] = 6525, - [6542] = 6507, - [6543] = 6006, - [6544] = 6507, - [6545] = 2121, - [6546] = 6503, - [6547] = 5949, - [6548] = 6508, - [6549] = 6525, - [6550] = 6507, - [6551] = 6507, - [6552] = 6002, - [6553] = 6525, - [6554] = 6507, - [6555] = 6507, - [6556] = 6507, - [6557] = 6507, - [6558] = 5946, - [6559] = 6050, - [6560] = 6006, + [6534] = 6503, + [6535] = 6504, + [6536] = 5947, + [6537] = 5940, + [6538] = 6070, + [6539] = 6052, + [6540] = 6504, + [6541] = 6504, + [6542] = 5795, + [6543] = 6501, + [6544] = 6096, + [6545] = 6518, + [6546] = 6104, + [6547] = 6501, + [6548] = 6501, + [6549] = 6504, + [6550] = 6504, + [6551] = 5953, + [6552] = 6097, + [6553] = 6518, + [6554] = 5954, + [6555] = 6503, + [6556] = 5955, + [6557] = 6504, + [6558] = 6041, + [6559] = 6559, + [6560] = 5946, [6561] = 6561, - [6562] = 6054, - [6563] = 5784, - [6564] = 5949, - [6565] = 5942, + [6562] = 5943, + [6563] = 2387, + [6564] = 6564, + [6565] = 6565, [6566] = 6566, - [6567] = 6119, + [6567] = 6567, [6568] = 6568, - [6569] = 5949, + [6569] = 6568, [6570] = 6570, - [6571] = 6568, - [6572] = 6088, - [6573] = 5945, - [6574] = 6574, - [6575] = 6002, - [6576] = 6576, - [6577] = 6577, - [6578] = 5946, - [6579] = 6568, - [6580] = 6576, - [6581] = 5742, - [6582] = 6582, - [6583] = 2351, - [6584] = 6568, - [6585] = 6002, - [6586] = 5942, - [6587] = 6587, - [6588] = 6588, - [6589] = 6568, - [6590] = 6002, - [6591] = 6591, - [6592] = 6118, - [6593] = 5944, - [6594] = 5946, - [6595] = 6582, - [6596] = 5943, - [6597] = 6002, - [6598] = 5942, - [6599] = 5949, - [6600] = 6060, - [6601] = 6601, + [6571] = 5946, + [6572] = 6104, + [6573] = 6073, + [6574] = 5945, + [6575] = 6559, + [6576] = 5947, + [6577] = 6568, + [6578] = 5940, + [6579] = 5953, + [6580] = 5954, + [6581] = 6581, + [6582] = 6570, + [6583] = 6568, + [6584] = 6559, + [6585] = 6570, + [6586] = 6570, + [6587] = 6570, + [6588] = 5943, + [6589] = 5745, + [6590] = 6570, + [6591] = 6052, + [6592] = 6592, + [6593] = 6593, + [6594] = 5953, + [6595] = 6595, + [6596] = 6559, + [6597] = 5955, + [6598] = 5946, + [6599] = 5943, + [6600] = 5955, + [6601] = 5795, [6602] = 6602, - [6603] = 6576, - [6604] = 6041, - [6605] = 6568, - [6606] = 6582, - [6607] = 6607, - [6608] = 6608, - [6609] = 5949, - [6610] = 6070, - [6611] = 6076, - [6612] = 5946, - [6613] = 6576, - [6614] = 6582, - [6615] = 5942, - [6616] = 6053, - [6617] = 6568, - [6618] = 6618, - [6619] = 6619, - [6620] = 6620, + [6603] = 5953, + [6604] = 5955, + [6605] = 6605, + [6606] = 6606, + [6607] = 6060, + [6608] = 6570, + [6609] = 6070, + [6610] = 6610, + [6611] = 6097, + [6612] = 6612, + [6613] = 6110, + [6614] = 6096, + [6615] = 5946, + [6616] = 5943, + [6617] = 5953, + [6618] = 5955, + [6619] = 6055, + [6620] = 2162, [6621] = 6621, - [6622] = 6622, - [6623] = 6623, - [6624] = 6624, - [6625] = 6625, + [6622] = 5953, + [6623] = 5954, + [6624] = 2387, + [6625] = 5945, [6626] = 6626, - [6627] = 6627, - [6628] = 6621, - [6629] = 5944, + [6627] = 6621, + [6628] = 6628, + [6629] = 6629, [6630] = 6630, - [6631] = 6625, - [6632] = 6006, - [6633] = 5946, + [6631] = 2185, + [6632] = 6632, + [6633] = 6633, [6634] = 6634, - [6635] = 6635, - [6636] = 6620, - [6637] = 5945, - [6638] = 6627, - [6639] = 5945, - [6640] = 6640, - [6641] = 2162, - [6642] = 6642, - [6643] = 5943, + [6635] = 6621, + [6636] = 6636, + [6637] = 6637, + [6638] = 6637, + [6639] = 2152, + [6640] = 6637, + [6641] = 6641, + [6642] = 5945, + [6643] = 6643, [6644] = 6644, - [6645] = 2152, - [6646] = 6623, + [6645] = 6645, + [6646] = 5946, [6647] = 6647, - [6648] = 6648, + [6648] = 6633, [6649] = 6649, - [6650] = 6640, - [6651] = 2179, - [6652] = 2173, - [6653] = 6644, - [6654] = 6654, - [6655] = 2351, - [6656] = 2157, - [6657] = 6644, - [6658] = 6658, - [6659] = 6659, + [6650] = 6630, + [6651] = 6621, + [6652] = 6649, + [6653] = 6653, + [6654] = 6630, + [6655] = 2166, + [6656] = 6649, + [6657] = 6657, + [6658] = 5947, + [6659] = 6630, [6660] = 6660, - [6661] = 5943, - [6662] = 6662, - [6663] = 6002, - [6664] = 5949, - [6665] = 6640, - [6666] = 5949, - [6667] = 2180, + [6661] = 6649, + [6662] = 6630, + [6663] = 6663, + [6664] = 6649, + [6665] = 6637, + [6666] = 6649, + [6667] = 6630, [6668] = 5946, - [6669] = 5942, - [6670] = 6006, - [6671] = 6002, - [6672] = 6644, - [6673] = 6627, - [6674] = 6627, - [6675] = 6634, - [6676] = 6634, - [6677] = 6623, - [6678] = 6625, - [6679] = 5944, - [6680] = 6625, - [6681] = 6681, - [6682] = 6634, - [6683] = 2166, - [6684] = 6634, - [6685] = 6634, - [6686] = 6623, - [6687] = 6625, - [6688] = 5942, - [6689] = 6625, - [6690] = 6690, - [6691] = 2182, - [6692] = 6640, - [6693] = 6634, - [6694] = 6625, + [6669] = 6633, + [6670] = 6633, + [6671] = 6671, + [6672] = 5943, + [6673] = 5943, + [6674] = 5953, + [6675] = 6630, + [6676] = 6676, + [6677] = 2151, + [6678] = 2178, + [6679] = 2159, + [6680] = 5947, + [6681] = 5955, + [6682] = 6641, + [6683] = 6683, + [6684] = 5940, + [6685] = 6641, + [6686] = 5955, + [6687] = 2176, + [6688] = 6688, + [6689] = 6683, + [6690] = 6649, + [6691] = 6663, + [6692] = 6641, + [6693] = 5940, + [6694] = 5954, [6695] = 6695, - [6696] = 6696, + [6696] = 2261, [6697] = 6697, [6698] = 6698, [6699] = 6699, - [6700] = 6697, - [6701] = 6701, + [6700] = 6700, + [6701] = 6265, [6702] = 6702, - [6703] = 6703, - [6704] = 6704, - [6705] = 6702, + [6703] = 6269, + [6704] = 2387, + [6705] = 6705, [6706] = 6706, - [6707] = 6706, - [6708] = 6257, + [6707] = 6698, + [6708] = 6708, [6709] = 6709, - [6710] = 6701, - [6711] = 6704, + [6710] = 6698, + [6711] = 6709, [6712] = 6712, - [6713] = 6713, - [6714] = 2351, - [6715] = 6712, - [6716] = 6702, - [6717] = 6704, - [6718] = 6703, - [6719] = 6712, - [6720] = 6720, - [6721] = 6721, - [6722] = 6712, - [6723] = 6697, - [6724] = 6712, - [6725] = 6280, - [6726] = 2351, - [6727] = 6703, - [6728] = 6728, - [6729] = 6703, - [6730] = 6261, - [6731] = 6699, - [6732] = 6698, - [6733] = 6703, - [6734] = 6734, - [6735] = 6709, - [6736] = 6699, - [6737] = 6703, - [6738] = 6703, - [6739] = 6698, - [6740] = 6740, - [6741] = 6712, - [6742] = 6709, - [6743] = 6706, - [6744] = 6744, - [6745] = 6745, - [6746] = 6746, - [6747] = 2261, + [6713] = 6706, + [6714] = 6714, + [6715] = 6715, + [6716] = 6695, + [6717] = 6709, + [6718] = 6700, + [6719] = 6719, + [6720] = 6715, + [6721] = 6712, + [6722] = 6698, + [6723] = 6698, + [6724] = 6700, + [6725] = 6698, + [6726] = 6726, + [6727] = 6695, + [6728] = 6715, + [6729] = 6729, + [6730] = 6297, + [6731] = 6731, + [6732] = 6706, + [6733] = 6705, + [6734] = 6726, + [6735] = 6735, + [6736] = 6712, + [6737] = 6726, + [6738] = 6738, + [6739] = 6729, + [6740] = 6726, + [6741] = 2387, + [6742] = 6742, + [6743] = 6726, + [6744] = 6726, + [6745] = 6705, + [6746] = 6698, + [6747] = 6747, [6748] = 6748, - [6749] = 6701, + [6749] = 6749, [6750] = 6750, - [6751] = 6712, - [6752] = 6752, + [6751] = 6726, + [6752] = 6729, [6753] = 6753, [6754] = 6754, - [6755] = 5944, - [6756] = 6756, - [6757] = 5942, - [6758] = 6753, - [6759] = 6002, - [6760] = 6754, + [6755] = 6755, + [6756] = 6755, + [6757] = 6757, + [6758] = 6758, + [6759] = 6757, + [6760] = 5955, [6761] = 6761, [6762] = 6762, - [6763] = 6754, + [6763] = 5943, [6764] = 6764, - [6765] = 6765, - [6766] = 6753, - [6767] = 6753, + [6765] = 6764, + [6766] = 6758, + [6767] = 6755, [6768] = 6768, - [6769] = 6765, - [6770] = 2351, - [6771] = 6754, - [6772] = 6756, + [6769] = 6761, + [6770] = 6764, + [6771] = 6757, + [6772] = 6772, [6773] = 5945, - [6774] = 6753, - [6775] = 6775, - [6776] = 6776, - [6777] = 6777, - [6778] = 6754, + [6774] = 6774, + [6775] = 6758, + [6776] = 6758, + [6777] = 6755, + [6778] = 6757, [6779] = 6779, - [6780] = 6768, + [6780] = 6758, [6781] = 6781, - [6782] = 6768, - [6783] = 6756, - [6784] = 6754, - [6785] = 5943, - [6786] = 6761, - [6787] = 6754, - [6788] = 6788, + [6782] = 6761, + [6783] = 6755, + [6784] = 6761, + [6785] = 6757, + [6786] = 6755, + [6787] = 6757, + [6788] = 6761, [6789] = 6789, - [6790] = 6756, - [6791] = 6765, - [6792] = 6776, - [6793] = 6768, - [6794] = 6756, - [6795] = 6765, - [6796] = 6754, - [6797] = 6768, - [6798] = 6753, - [6799] = 6799, - [6800] = 6756, - [6801] = 6753, - [6802] = 2351, - [6803] = 5784, - [6804] = 6768, - [6805] = 6006, - [6806] = 6806, - [6807] = 6807, - [6808] = 6768, - [6809] = 6756, - [6810] = 6753, - [6811] = 6765, - [6812] = 6768, - [6813] = 6779, - [6814] = 6814, + [6790] = 6764, + [6791] = 6761, + [6792] = 5795, + [6793] = 6793, + [6794] = 5947, + [6795] = 5940, + [6796] = 6755, + [6797] = 6757, + [6798] = 5953, + [6799] = 2311, + [6800] = 6800, + [6801] = 6761, + [6802] = 6758, + [6803] = 6758, + [6804] = 6754, + [6805] = 6755, + [6806] = 5954, + [6807] = 6761, + [6808] = 6808, + [6809] = 6761, + [6810] = 6758, + [6811] = 6757, + [6812] = 6754, + [6813] = 6754, + [6814] = 6762, [6815] = 6815, - [6816] = 2307, - [6817] = 5949, - [6818] = 6756, - [6819] = 6753, - [6820] = 6754, - [6821] = 6821, - [6822] = 6768, - [6823] = 5946, - [6824] = 6776, - [6825] = 6756, - [6826] = 6776, + [6816] = 6816, + [6817] = 2387, + [6818] = 6755, + [6819] = 5946, + [6820] = 2387, + [6821] = 6781, + [6822] = 6764, + [6823] = 6758, + [6824] = 6757, + [6825] = 6825, + [6826] = 6826, [6827] = 6827, [6828] = 6828, [6829] = 6829, [6830] = 6830, [6831] = 6831, - [6832] = 6829, + [6832] = 6831, [6833] = 6833, [6834] = 6834, [6835] = 6835, [6836] = 6836, - [6837] = 5784, + [6837] = 6829, [6838] = 6838, [6839] = 6839, [6840] = 6840, - [6841] = 6841, - [6842] = 6829, - [6843] = 6840, - [6844] = 6844, - [6845] = 6844, - [6846] = 6827, + [6841] = 6834, + [6842] = 6836, + [6843] = 6843, + [6844] = 6831, + [6845] = 6845, + [6846] = 6846, [6847] = 6847, [6848] = 6848, - [6849] = 6831, - [6850] = 6829, - [6851] = 6851, - [6852] = 6844, - [6853] = 6829, + [6849] = 6847, + [6850] = 6833, + [6851] = 6833, + [6852] = 6838, + [6853] = 6840, [6854] = 6854, - [6855] = 6836, - [6856] = 6831, + [6855] = 6848, + [6856] = 6840, [6857] = 6857, - [6858] = 6830, - [6859] = 6859, + [6858] = 6845, + [6859] = 6833, [6860] = 6834, - [6861] = 6861, - [6862] = 6827, - [6863] = 6834, - [6864] = 6864, + [6861] = 6839, + [6862] = 6831, + [6863] = 6863, + [6864] = 6831, [6865] = 6865, - [6866] = 6866, - [6867] = 6827, - [6868] = 6830, - [6869] = 6869, + [6866] = 6839, + [6867] = 6831, + [6868] = 6833, + [6869] = 6839, [6870] = 6827, [6871] = 6829, - [6872] = 6844, - [6873] = 6847, - [6874] = 6827, - [6875] = 6875, - [6876] = 6875, - [6877] = 6838, - [6878] = 6841, - [6879] = 6875, - [6880] = 6828, - [6881] = 6841, - [6882] = 6827, - [6883] = 6829, - [6884] = 6875, - [6885] = 6840, - [6886] = 6875, - [6887] = 6836, - [6888] = 6841, - [6889] = 6857, - [6890] = 6844, - [6891] = 6834, - [6892] = 6839, - [6893] = 6859, - [6894] = 6829, + [6872] = 6847, + [6873] = 6840, + [6874] = 6834, + [6875] = 6834, + [6876] = 6833, + [6877] = 6827, + [6878] = 6829, + [6879] = 6829, + [6880] = 6843, + [6881] = 6830, + [6882] = 6843, + [6883] = 6854, + [6884] = 6840, + [6885] = 6834, + [6886] = 6886, + [6887] = 6865, + [6888] = 6833, + [6889] = 6833, + [6890] = 6829, + [6891] = 6831, + [6892] = 6845, + [6893] = 6834, + [6894] = 6834, [6895] = 6839, - [6896] = 6875, - [6897] = 6865, - [6898] = 6841, - [6899] = 6857, - [6900] = 6859, - [6901] = 6834, - [6902] = 6902, - [6903] = 6829, - [6904] = 6830, - [6905] = 6905, - [6906] = 6875, - [6907] = 6907, - [6908] = 6847, - [6909] = 6836, - [6910] = 6834, - [6911] = 6839, - [6912] = 6841, - [6913] = 6836, - [6914] = 6914, - [6915] = 6830, - [6916] = 6875, - [6917] = 6875, - [6918] = 6838, - [6919] = 6838, - [6920] = 2351, - [6921] = 6828, - [6922] = 6828, - [6923] = 6841, - [6924] = 6924, - [6925] = 6925, - [6926] = 6828, - [6927] = 6829, - [6928] = 6875, - [6929] = 6847, - [6930] = 6930, - [6931] = 6841, - [6932] = 6859, - [6933] = 6841, + [6896] = 6896, + [6897] = 6897, + [6898] = 6839, + [6899] = 6899, + [6900] = 6848, + [6901] = 6843, + [6902] = 6839, + [6903] = 6834, + [6904] = 6904, + [6905] = 6834, + [6906] = 6836, + [6907] = 6830, + [6908] = 6839, + [6909] = 6827, + [6910] = 6838, + [6911] = 6843, + [6912] = 6912, + [6913] = 6833, + [6914] = 6834, + [6915] = 6831, + [6916] = 6865, + [6917] = 6836, + [6918] = 6845, + [6919] = 6839, + [6920] = 6886, + [6921] = 6838, + [6922] = 6854, + [6923] = 6923, + [6924] = 6854, + [6925] = 6830, + [6926] = 6899, + [6927] = 6865, + [6928] = 6836, + [6929] = 6848, + [6930] = 6829, + [6931] = 6833, + [6932] = 6886, + [6933] = 6839, [6934] = 6839, - [6935] = 6864, - [6936] = 6829, - [6937] = 6875, - [6938] = 6938, - [6939] = 6851, - [6940] = 6836, - [6941] = 6828, - [6942] = 6828, - [6943] = 6841, - [6944] = 6838, - [6945] = 6875, + [6935] = 6897, + [6936] = 6865, + [6937] = 6836, + [6938] = 6897, + [6939] = 6886, + [6940] = 6940, + [6941] = 6843, + [6942] = 6833, + [6943] = 6943, + [6944] = 6865, + [6945] = 6836, [6946] = 6946, - [6947] = 6859, - [6948] = 6851, - [6949] = 6949, - [6950] = 6950, - [6951] = 6847, - [6952] = 6839, - [6953] = 6829, - [6954] = 6875, - [6955] = 6830, - [6956] = 6841, - [6957] = 6864, - [6958] = 6838, - [6959] = 6859, - [6960] = 6857, - [6961] = 6828, - [6962] = 6875, - [6963] = 6838, - [6964] = 6859, - [6965] = 6839, - [6966] = 6831, - [6967] = 6841, - [6968] = 6829, - [6969] = 6969, - [6970] = 6970, - [6971] = 6840, - [6972] = 6875, - [6973] = 6827, - [6974] = 6838, - [6975] = 6864, - [6976] = 6841, - [6977] = 6875, - [6978] = 6829, - [6979] = 6838, - [6980] = 6859, - [6981] = 6857, - [6982] = 6839, - [6983] = 6851, - [6984] = 6831, - [6985] = 6834, - [6986] = 6841, - [6987] = 6859, - [6988] = 6829, - [6989] = 6827, - [6990] = 6841, - [6991] = 6865, - [6992] = 6834, - [6993] = 6847, - [6994] = 6844, - [6995] = 6857, - [6996] = 6996, - [6997] = 6841, - [6998] = 6851, - [6999] = 6830, - [7000] = 6875, + [6947] = 6854, + [6948] = 6845, + [6949] = 6886, + [6950] = 6829, + [6951] = 6839, + [6952] = 6952, + [6953] = 6865, + [6954] = 6836, + [6955] = 6829, + [6956] = 6833, + [6957] = 6843, + [6958] = 6865, + [6959] = 6836, + [6960] = 6834, + [6961] = 6865, + [6962] = 6834, + [6963] = 6833, + [6964] = 6848, + [6965] = 6965, + [6966] = 6843, + [6967] = 6829, + [6968] = 6899, + [6969] = 6830, + [6970] = 6827, + [6971] = 6845, + [6972] = 6838, + [6973] = 6854, + [6974] = 6831, + [6975] = 6833, + [6976] = 6848, + [6977] = 6840, + [6978] = 6978, + [6979] = 6830, + [6980] = 6899, + [6981] = 6834, + [6982] = 6982, + [6983] = 6886, + [6984] = 6984, + [6985] = 6833, + [6986] = 6845, + [6987] = 6830, + [6988] = 6988, + [6989] = 6845, + [6990] = 6831, + [6991] = 6840, + [6992] = 6992, + [6993] = 6829, + [6994] = 6839, + [6995] = 6840, + [6996] = 6834, + [6997] = 6997, + [6998] = 6897, + [6999] = 6840, + [7000] = 6838, [7001] = 6838, - [7002] = 6831, - [7003] = 6828, - [7004] = 6827, - [7005] = 6864, - [7006] = 6828, - [7007] = 6828, - [7008] = 6857, - [7009] = 6857, - [7010] = 6875, - [7011] = 6857, - [7012] = 6865, - [7013] = 6841, - [7014] = 6847, - [7015] = 6830, + [7002] = 6838, + [7003] = 6899, + [7004] = 7004, + [7005] = 6827, + [7006] = 6833, + [7007] = 6834, + [7008] = 6834, + [7009] = 6847, + [7010] = 7010, + [7011] = 6834, + [7012] = 6838, + [7013] = 6827, + [7014] = 6827, + [7015] = 6854, [7016] = 7016, - [7017] = 7017, - [7018] = 6830, - [7019] = 7019, - [7020] = 6851, - [7021] = 6847, - [7022] = 6857, - [7023] = 6864, - [7024] = 6840, - [7025] = 6831, - [7026] = 6851, - [7027] = 7027, - [7028] = 6834, - [7029] = 6841, - [7030] = 7030, - [7031] = 6841, - [7032] = 7032, - [7033] = 7033, - [7034] = 6839, + [7017] = 6833, + [7018] = 7018, + [7019] = 2387, + [7020] = 7020, + [7021] = 6831, + [7022] = 6833, + [7023] = 6897, + [7024] = 7024, + [7025] = 6829, + [7026] = 6839, + [7027] = 6899, + [7028] = 7028, + [7029] = 6843, + [7030] = 6838, + [7031] = 7031, + [7032] = 6827, + [7033] = 6839, + [7034] = 6827, [7035] = 7035, - [7036] = 6827, - [7037] = 6829, - [7038] = 6836, - [7039] = 6827, - [7040] = 7040, - [7041] = 6838, - [7042] = 6834, - [7043] = 6829, - [7044] = 6844, - [7045] = 6830, - [7046] = 6847, - [7047] = 6828, + [7036] = 6845, + [7037] = 6843, + [7038] = 6886, + [7039] = 6833, + [7040] = 6840, + [7041] = 6834, + [7042] = 5795, + [7043] = 7043, + [7044] = 6897, + [7045] = 6839, + [7046] = 6831, + [7047] = 6840, [7048] = 6840, - [7049] = 6838, - [7050] = 6875, + [7049] = 6899, + [7050] = 6839, [7051] = 7051, [7052] = 7052, [7053] = 7053, [7054] = 7054, [7055] = 7055, - [7056] = 7056, + [7056] = 7052, [7057] = 7057, - [7058] = 7058, + [7058] = 2479, [7059] = 7059, - [7060] = 7060, + [7060] = 2480, [7061] = 7061, [7062] = 7062, - [7063] = 7063, + [7063] = 7053, [7064] = 7064, [7065] = 7065, - [7066] = 7066, + [7066] = 7064, [7067] = 7067, [7068] = 7068, [7069] = 7069, - [7070] = 7070, + [7070] = 7067, [7071] = 7071, - [7072] = 7072, - [7073] = 7073, - [7074] = 7073, + [7072] = 7068, + [7073] = 7059, + [7074] = 7074, [7075] = 7075, - [7076] = 7065, - [7077] = 7064, + [7076] = 7051, + [7077] = 7077, [7078] = 7078, - [7079] = 7079, - [7080] = 7052, - [7081] = 7061, - [7082] = 7061, - [7083] = 7083, + [7079] = 7053, + [7080] = 7080, + [7081] = 7081, + [7082] = 7082, + [7083] = 7059, [7084] = 7084, - [7085] = 7085, - [7086] = 7059, - [7087] = 7087, - [7088] = 7088, - [7089] = 7089, - [7090] = 7068, - [7091] = 7053, - [7092] = 7088, + [7085] = 7059, + [7086] = 7086, + [7087] = 7064, + [7088] = 7067, + [7089] = 7068, + [7090] = 7090, + [7091] = 7091, + [7092] = 7092, [7093] = 7093, [7094] = 7094, [7095] = 7095, - [7096] = 7052, - [7097] = 7078, - [7098] = 7098, - [7099] = 7099, - [7100] = 7100, - [7101] = 7101, + [7096] = 7053, + [7097] = 7097, + [7098] = 7059, + [7099] = 7064, + [7100] = 7067, + [7101] = 7068, [7102] = 7102, - [7103] = 7098, - [7104] = 7104, - [7105] = 7105, - [7106] = 7106, - [7107] = 7099, + [7103] = 7053, + [7104] = 7059, + [7105] = 7064, + [7106] = 7067, + [7107] = 7068, [7108] = 7108, - [7109] = 7057, - [7110] = 7110, - [7111] = 7056, + [7109] = 7109, + [7110] = 6593, + [7111] = 7111, [7112] = 7112, - [7113] = 7059, - [7114] = 7114, - [7115] = 7051, - [7116] = 7116, - [7117] = 7117, - [7118] = 7112, - [7119] = 7119, - [7120] = 7055, - [7121] = 7094, - [7122] = 7095, - [7123] = 7123, - [7124] = 7124, - [7125] = 2479, - [7126] = 7069, - [7127] = 7127, - [7128] = 7128, - [7129] = 7063, - [7130] = 7069, - [7131] = 7066, - [7132] = 7059, - [7133] = 7052, - [7134] = 7095, - [7135] = 7094, - [7136] = 7063, - [7137] = 7137, + [7113] = 7086, + [7114] = 7053, + [7115] = 7115, + [7116] = 7059, + [7117] = 7064, + [7118] = 7067, + [7119] = 7068, + [7120] = 7120, + [7121] = 7121, + [7122] = 7053, + [7123] = 7053, + [7124] = 2492, + [7125] = 7059, + [7126] = 7064, + [7127] = 7067, + [7128] = 7068, + [7129] = 7129, + [7130] = 2493, + [7131] = 7131, + [7132] = 7057, + [7133] = 7061, + [7134] = 7062, + [7135] = 7064, + [7136] = 7067, + [7137] = 7053, [7138] = 7068, - [7139] = 7139, - [7140] = 7140, - [7141] = 7141, - [7142] = 7059, - [7143] = 7104, - [7144] = 7088, - [7145] = 7112, - [7146] = 7146, - [7147] = 7147, - [7148] = 7069, - [7149] = 7128, - [7150] = 7061, - [7151] = 7151, - [7152] = 7099, - [7153] = 7062, - [7154] = 7087, - [7155] = 7155, - [7156] = 7073, - [7157] = 7065, - [7158] = 7158, - [7159] = 7064, - [7160] = 7084, - [7161] = 7161, - [7162] = 7123, - [7163] = 7117, - [7164] = 7087, - [7165] = 7137, - [7166] = 7055, - [7167] = 7062, - [7168] = 7056, - [7169] = 7104, - [7170] = 7117, - [7171] = 7094, - [7172] = 7095, - [7173] = 7052, - [7174] = 7054, - [7175] = 7052, - [7176] = 7176, - [7177] = 7065, - [7178] = 7064, + [7139] = 7059, + [7140] = 7064, + [7141] = 7067, + [7142] = 7068, + [7143] = 7143, + [7144] = 7090, + [7145] = 7053, + [7146] = 7059, + [7147] = 7064, + [7148] = 7067, + [7149] = 7068, + [7150] = 7108, + [7151] = 7112, + [7152] = 7152, + [7153] = 7053, + [7154] = 7059, + [7155] = 7064, + [7156] = 7067, + [7157] = 7068, + [7158] = 7053, + [7159] = 7159, + [7160] = 2498, + [7161] = 7053, + [7162] = 7053, + [7163] = 2499, + [7164] = 7053, + [7165] = 7165, + [7166] = 7166, + [7167] = 7065, + [7168] = 7168, + [7169] = 7069, + [7170] = 7071, + [7171] = 7171, + [7172] = 7172, + [7173] = 2504, + [7174] = 2505, + [7175] = 7092, + [7176] = 2508, + [7177] = 7177, + [7178] = 7093, [7179] = 7179, - [7180] = 7054, - [7181] = 7073, + [7180] = 7053, + [7181] = 2387, [7182] = 7182, - [7183] = 7117, - [7184] = 7098, - [7185] = 2455, - [7186] = 7061, - [7187] = 2517, - [7188] = 7062, - [7189] = 2516, - [7190] = 7088, - [7191] = 7089, - [7192] = 2495, - [7193] = 7059, - [7194] = 2494, - [7195] = 7119, + [7183] = 7183, + [7184] = 7184, + [7185] = 7185, + [7186] = 7081, + [7187] = 7159, + [7188] = 7052, + [7189] = 7189, + [7190] = 7094, + [7191] = 7084, + [7192] = 7053, + [7193] = 7165, + [7194] = 7168, + [7195] = 7166, [7196] = 7196, - [7197] = 2476, - [7198] = 2461, - [7199] = 7128, - [7200] = 7064, - [7201] = 7094, - [7202] = 7095, - [7203] = 7052, - [7204] = 2437, - [7205] = 7137, - [7206] = 7057, - [7207] = 7088, - [7208] = 7062, - [7209] = 7055, - [7210] = 7210, - [7211] = 7095, - [7212] = 7094, - [7213] = 7061, - [7214] = 7099, - [7215] = 7119, - [7216] = 2351, - [7217] = 7217, - [7218] = 7051, - [7219] = 7059, - [7220] = 7117, - [7221] = 7221, - [7222] = 7063, - [7223] = 7059, - [7224] = 7112, - [7225] = 7064, - [7226] = 7094, - [7227] = 7095, - [7228] = 7052, - [7229] = 7056, - [7230] = 7069, - [7231] = 7231, - [7232] = 7123, - [7233] = 2446, - [7234] = 7073, - [7235] = 7065, - [7236] = 7236, - [7237] = 7123, - [7238] = 7128, - [7239] = 7239, - [7240] = 7106, - [7241] = 7128, - [7242] = 7052, - [7243] = 7059, - [7244] = 7095, + [7197] = 7131, + [7198] = 7198, + [7199] = 7095, + [7200] = 7200, + [7201] = 7179, + [7202] = 7074, + [7203] = 7084, + [7204] = 7051, + [7205] = 7078, + [7206] = 7206, + [7207] = 7052, + [7208] = 7208, + [7209] = 7053, + [7210] = 7069, + [7211] = 7071, + [7212] = 7074, + [7213] = 7051, + [7214] = 7081, + [7215] = 7082, + [7216] = 7216, + [7217] = 7059, + [7218] = 7081, + [7219] = 7082, + [7220] = 7059, + [7221] = 7074, + [7222] = 7092, + [7223] = 7093, + [7224] = 7094, + [7225] = 7102, + [7226] = 7092, + [7227] = 7093, + [7228] = 7094, + [7229] = 7171, + [7230] = 7095, + [7231] = 7115, + [7232] = 7115, + [7233] = 7057, + [7234] = 7061, + [7235] = 7062, + [7236] = 7064, + [7237] = 7067, + [7238] = 7068, + [7239] = 7102, + [7240] = 7090, + [7241] = 7112, + [7242] = 7080, + [7243] = 7243, + [7244] = 7244, [7245] = 7245, - [7246] = 7088, - [7247] = 7064, - [7248] = 7094, - [7249] = 7095, - [7250] = 7052, - [7251] = 7251, - [7252] = 7137, - [7253] = 7059, - [7254] = 7094, - [7255] = 7053, - [7256] = 7256, - [7257] = 7128, - [7258] = 7084, - [7259] = 7117, - [7260] = 7062, - [7261] = 7128, - [7262] = 7119, - [7263] = 7263, - [7264] = 7264, - [7265] = 7059, - [7266] = 7051, - [7267] = 7267, - [7268] = 7089, - [7269] = 7064, - [7270] = 7094, - [7271] = 7095, - [7272] = 7052, - [7273] = 6588, - [7274] = 7106, - [7275] = 7112, - [7276] = 7276, - [7277] = 7095, - [7278] = 7278, - [7279] = 7279, - [7280] = 7059, - [7281] = 7123, - [7282] = 7112, - [7283] = 7283, - [7284] = 7284, - [7285] = 7285, - [7286] = 7059, - [7287] = 7061, - [7288] = 7059, - [7289] = 7064, - [7290] = 7094, - [7291] = 7095, - [7292] = 7052, - [7293] = 7106, - [7294] = 7073, - [7295] = 7065, - [7296] = 7217, - [7297] = 7057, - [7298] = 7089, - [7299] = 7078, - [7300] = 7123, - [7301] = 7060, - [7302] = 7063, - [7303] = 7066, - [7304] = 7117, - [7305] = 7069, - [7306] = 7059, - [7307] = 7062, - [7308] = 7068, - [7309] = 7064, - [7310] = 7094, - [7311] = 7095, - [7312] = 7052, - [7313] = 7313, - [7314] = 7314, - [7315] = 7056, - [7316] = 7316, - [7317] = 7099, - [7318] = 7052, - [7319] = 7095, - [7320] = 7098, - [7321] = 7094, - [7322] = 7063, - [7323] = 7323, - [7324] = 7069, - [7325] = 7051, - [7326] = 7059, - [7327] = 7137, + [7246] = 7172, + [7247] = 7247, + [7248] = 7248, + [7249] = 7165, + [7250] = 7166, + [7251] = 7078, + [7252] = 7069, + [7253] = 7071, + [7254] = 7254, + [7255] = 7171, + [7256] = 7172, + [7257] = 7257, + [7258] = 7120, + [7259] = 7065, + [7260] = 7168, + [7261] = 7261, + [7262] = 7262, + [7263] = 7082, + [7264] = 7115, + [7265] = 7265, + [7266] = 7177, + [7267] = 7120, + [7268] = 7057, + [7269] = 7061, + [7270] = 7062, + [7271] = 7064, + [7272] = 7131, + [7273] = 7067, + [7274] = 7171, + [7275] = 250, + [7276] = 7090, + [7277] = 7277, + [7278] = 248, + [7279] = 7090, + [7280] = 7280, + [7281] = 7179, + [7282] = 7108, + [7283] = 7112, + [7284] = 7086, + [7285] = 7052, + [7286] = 7065, + [7287] = 7168, + [7288] = 7159, + [7289] = 7053, + [7290] = 7290, + [7291] = 7081, + [7292] = 7177, + [7293] = 7074, + [7294] = 7051, + [7295] = 7082, + [7296] = 7296, + [7297] = 7059, + [7298] = 7081, + [7299] = 7082, + [7300] = 7165, + [7301] = 7166, + [7302] = 7059, + [7303] = 7303, + [7304] = 7304, + [7305] = 7131, + [7306] = 7092, + [7307] = 7093, + [7308] = 7094, + [7309] = 7262, + [7310] = 7168, + [7311] = 7102, + [7312] = 7177, + [7313] = 7131, + [7314] = 7115, + [7315] = 7315, + [7316] = 7057, + [7317] = 7168, + [7318] = 7061, + [7319] = 7062, + [7320] = 7064, + [7321] = 7067, + [7322] = 7068, + [7323] = 7069, + [7324] = 7177, + [7325] = 7071, + [7326] = 7090, + [7327] = 7112, [7328] = 7328, - [7329] = 7064, - [7330] = 7094, - [7331] = 7095, - [7332] = 7052, - [7333] = 7106, - [7334] = 7051, - [7335] = 7335, - [7336] = 7087, - [7337] = 7084, - [7338] = 7059, - [7339] = 7052, - [7340] = 7095, - [7341] = 7094, - [7342] = 7089, - [7343] = 7119, - [7344] = 7059, - [7345] = 7051, - [7346] = 7059, - [7347] = 7128, - [7348] = 7119, - [7349] = 7084, - [7350] = 7055, - [7351] = 7123, - [7352] = 7094, - [7353] = 7078, - [7354] = 7094, - [7355] = 7089, - [7356] = 7095, - [7357] = 7056, - [7358] = 7358, - [7359] = 7087, - [7360] = 7064, - [7361] = 7084, - [7362] = 7071, - [7363] = 7052, - [7364] = 7084, - [7365] = 7072, - [7366] = 7366, - [7367] = 7367, - [7368] = 7089, - [7369] = 7084, - [7370] = 7084, - [7371] = 7371, - [7372] = 7073, - [7373] = 7373, - [7374] = 7084, - [7375] = 7072, - [7376] = 7072, - [7377] = 7377, - [7378] = 7098, - [7379] = 7071, - [7380] = 7380, - [7381] = 7099, - [7382] = 7084, - [7383] = 7105, - [7384] = 7279, + [7329] = 7177, + [7330] = 7330, + [7331] = 7165, + [7332] = 7166, + [7333] = 7168, + [7334] = 7069, + [7335] = 7071, + [7336] = 7171, + [7337] = 7172, + [7338] = 7177, + [7339] = 7171, + [7340] = 7340, + [7341] = 7341, + [7342] = 7172, + [7343] = 7078, + [7344] = 7344, + [7345] = 7168, + [7346] = 7092, + [7347] = 7093, + [7348] = 7348, + [7349] = 7094, + [7350] = 7168, + [7351] = 7351, + [7352] = 7095, + [7353] = 7168, + [7354] = 7108, + [7355] = 7168, + [7356] = 7168, + [7357] = 7165, + [7358] = 7166, + [7359] = 7359, + [7360] = 7360, + [7361] = 7131, + [7362] = 7362, + [7363] = 7363, + [7364] = 7364, + [7365] = 7102, + [7366] = 2454, + [7367] = 7172, + [7368] = 7179, + [7369] = 7080, + [7370] = 7370, + [7371] = 7052, + [7372] = 7372, + [7373] = 7053, + [7374] = 7374, + [7375] = 7074, + [7376] = 7077, + [7377] = 7051, + [7378] = 7065, + [7379] = 7379, + [7380] = 7082, + [7381] = 7381, + [7382] = 7382, + [7383] = 7059, + [7384] = 7384, [7385] = 7385, - [7386] = 7057, - [7387] = 7105, - [7388] = 7057, - [7389] = 7059, - [7390] = 7119, - [7391] = 7054, + [7386] = 7092, + [7387] = 7093, + [7388] = 7094, + [7389] = 7102, + [7390] = 7179, + [7391] = 7391, [7392] = 7392, - [7393] = 7147, - [7394] = 7137, - [7395] = 7065, - [7396] = 7055, - [7397] = 7056, - [7398] = 7217, - [7399] = 7399, - [7400] = 7068, - [7401] = 7106, - [7402] = 7057, - [7403] = 7137, - [7404] = 7055, - [7405] = 7064, - [7406] = 7056, - [7407] = 7071, - [7408] = 228, - [7409] = 7104, - [7410] = 7068, - [7411] = 7064, - [7412] = 7072, - [7413] = 7413, - [7414] = 7071, + [7393] = 7115, + [7394] = 7394, + [7395] = 7061, + [7396] = 7062, + [7397] = 7064, + [7398] = 7067, + [7399] = 7068, + [7400] = 7090, + [7401] = 7112, + [7402] = 7165, + [7403] = 7166, + [7404] = 7069, + [7405] = 7057, + [7406] = 7071, + [7407] = 7074, + [7408] = 7171, + [7409] = 7061, + [7410] = 7062, + [7411] = 7051, + [7412] = 7412, + [7413] = 7179, + [7414] = 7052, [7415] = 7415, - [7416] = 7112, - [7417] = 7060, - [7418] = 7063, - [7419] = 7419, + [7416] = 7084, + [7417] = 7102, + [7418] = 7131, + [7419] = 7064, [7420] = 7420, - [7421] = 7421, + [7421] = 7179, [7422] = 7422, - [7423] = 7423, - [7424] = 7064, - [7425] = 7425, + [7423] = 7052, + [7424] = 7053, + [7425] = 7074, [7426] = 7426, - [7427] = 7059, - [7428] = 242, - [7429] = 7429, - [7430] = 7053, - [7431] = 7064, - [7432] = 7098, - [7433] = 7072, - [7434] = 7099, - [7435] = 7071, - [7436] = 7436, - [7437] = 7068, - [7438] = 7055, - [7439] = 7084, - [7440] = 7137, - [7441] = 7123, - [7442] = 7087, - [7443] = 7098, - [7444] = 7066, - [7445] = 7059, + [7427] = 7115, + [7428] = 7067, + [7429] = 7131, + [7430] = 7059, + [7431] = 7431, + [7432] = 7092, + [7433] = 7093, + [7434] = 7094, + [7435] = 7053, + [7436] = 7068, + [7437] = 7120, + [7438] = 7438, + [7439] = 7064, + [7440] = 7067, + [7441] = 7068, + [7442] = 7090, + [7443] = 7443, + [7444] = 7444, + [7445] = 7445, [7446] = 7446, [7447] = 7447, - [7448] = 7069, - [7449] = 7064, + [7448] = 7065, + [7449] = 7179, [7450] = 7112, - [7451] = 7071, - [7452] = 7099, + [7451] = 7451, + [7452] = 7068, [7453] = 7453, [7454] = 7454, [7455] = 7455, @@ -12389,333 +12389,333 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7460] = 7460, [7461] = 7461, [7462] = 7462, - [7463] = 7463, + [7463] = 7461, [7464] = 7464, [7465] = 7465, - [7466] = 7465, - [7467] = 7465, - [7468] = 7465, - [7469] = 7465, - [7470] = 7465, - [7471] = 7465, - [7472] = 7465, - [7473] = 7465, - [7474] = 7465, - [7475] = 7465, - [7476] = 7465, - [7477] = 7477, + [7466] = 7453, + [7467] = 7467, + [7468] = 7468, + [7469] = 7469, + [7470] = 7461, + [7471] = 7464, + [7472] = 7472, + [7473] = 7473, + [7474] = 7474, + [7475] = 7475, + [7476] = 7476, + [7477] = 7464, [7478] = 7478, - [7479] = 7465, + [7479] = 7479, [7480] = 7480, - [7481] = 7465, - [7482] = 7454, - [7483] = 7465, + [7481] = 7476, + [7482] = 7465, + [7483] = 7455, [7484] = 7484, [7485] = 7485, [7486] = 7486, - [7487] = 7465, - [7488] = 7488, - [7489] = 7489, - [7490] = 7490, - [7491] = 7453, - [7492] = 7492, - [7493] = 7493, + [7487] = 7455, + [7488] = 7454, + [7489] = 7454, + [7490] = 7454, + [7491] = 7491, + [7492] = 7459, + [7493] = 7461, [7494] = 7494, [7495] = 7495, [7496] = 7496, - [7497] = 7497, - [7498] = 7498, - [7499] = 7499, - [7500] = 7500, - [7501] = 7453, - [7502] = 7502, - [7503] = 7503, + [7497] = 7464, + [7498] = 7476, + [7499] = 7459, + [7500] = 7491, + [7501] = 7465, + [7502] = 7456, + [7503] = 7458, [7504] = 7504, - [7505] = 7505, - [7506] = 7506, - [7507] = 7507, - [7508] = 7508, - [7509] = 7502, + [7505] = 7462, + [7506] = 7453, + [7507] = 7467, + [7508] = 7468, + [7509] = 7461, [7510] = 7510, [7511] = 7511, - [7512] = 7512, - [7513] = 7513, - [7514] = 7485, - [7515] = 7515, - [7516] = 7508, - [7517] = 7462, - [7518] = 7480, - [7519] = 7478, - [7520] = 7462, + [7512] = 7479, + [7513] = 7480, + [7514] = 7464, + [7515] = 7455, + [7516] = 7516, + [7517] = 7484, + [7518] = 7453, + [7519] = 7486, + [7520] = 7454, [7521] = 7521, - [7522] = 7453, - [7523] = 7489, - [7524] = 7463, - [7525] = 7503, - [7526] = 7526, - [7527] = 7527, - [7528] = 7499, - [7529] = 7465, - [7530] = 7530, - [7531] = 7497, - [7532] = 7496, - [7533] = 7489, - [7534] = 7488, - [7535] = 7526, - [7536] = 7502, - [7537] = 7513, - [7538] = 7526, - [7539] = 7496, - [7540] = 7493, - [7541] = 7502, - [7542] = 7492, - [7543] = 7461, - [7544] = 7480, - [7545] = 7454, - [7546] = 7480, - [7547] = 7461, - [7548] = 7454, - [7549] = 7505, - [7550] = 7498, - [7551] = 7492, - [7552] = 7499, - [7553] = 7502, - [7554] = 7462, - [7555] = 7453, - [7556] = 7454, - [7557] = 7489, - [7558] = 7526, - [7559] = 7559, - [7560] = 7560, + [7522] = 7522, + [7523] = 7456, + [7524] = 7491, + [7525] = 7462, + [7526] = 7460, + [7527] = 7464, + [7528] = 7462, + [7529] = 7453, + [7530] = 7476, + [7531] = 7467, + [7532] = 7532, + [7533] = 7485, + [7534] = 7516, + [7535] = 7521, + [7536] = 7455, + [7537] = 7454, + [7538] = 7475, + [7539] = 7480, + [7540] = 7459, + [7541] = 7521, + [7542] = 7484, + [7543] = 7486, + [7544] = 7475, + [7545] = 7476, + [7546] = 7546, + [7547] = 7456, + [7548] = 7456, + [7549] = 7549, + [7550] = 7462, + [7551] = 7453, + [7552] = 7472, + [7553] = 7467, + [7554] = 7554, + [7555] = 7473, + [7556] = 7465, + [7557] = 7458, + [7558] = 7460, + [7559] = 7480, + [7560] = 7510, [7561] = 7561, - [7562] = 7526, - [7563] = 7493, - [7564] = 7460, - [7565] = 7505, - [7566] = 7461, - [7567] = 7498, - [7568] = 7492, - [7569] = 7460, - [7570] = 7454, - [7571] = 7453, - [7572] = 7572, - [7573] = 7477, - [7574] = 7454, - [7575] = 7462, - [7576] = 7494, - [7577] = 7515, - [7578] = 7484, - [7579] = 7579, - [7580] = 7486, - [7581] = 7462, - [7582] = 7497, - [7583] = 7502, - [7584] = 7489, - [7585] = 7477, - [7586] = 7453, - [7587] = 7453, - [7588] = 7489, - [7589] = 7488, - [7590] = 7504, - [7591] = 7454, - [7592] = 7506, - [7593] = 7593, - [7594] = 7507, - [7595] = 7454, - [7596] = 7526, - [7597] = 7504, - [7598] = 7598, - [7599] = 7512, - [7600] = 7502, - [7601] = 7515, - [7602] = 7462, - [7603] = 7603, - [7604] = 7499, - [7605] = 7605, - [7606] = 7497, - [7607] = 7488, - [7608] = 7486, - [7609] = 7513, - [7610] = 7610, - [7611] = 7611, - [7612] = 7461, - [7613] = 7613, + [7562] = 7462, + [7563] = 7484, + [7564] = 7469, + [7565] = 7465, + [7566] = 7456, + [7567] = 7521, + [7568] = 7462, + [7569] = 7569, + [7570] = 7467, + [7571] = 7464, + [7572] = 7516, + [7573] = 7573, + [7574] = 7480, + [7575] = 7575, + [7576] = 7453, + [7577] = 7577, + [7578] = 7467, + [7579] = 7486, + [7580] = 7521, + [7581] = 7546, + [7582] = 7465, + [7583] = 7467, + [7584] = 7472, + [7585] = 7464, + [7586] = 7465, + [7587] = 7467, + [7588] = 7521, + [7589] = 7496, + [7590] = 7468, + [7591] = 7465, + [7592] = 7468, + [7593] = 7485, + [7594] = 7516, + [7595] = 7510, + [7596] = 7596, + [7597] = 7597, + [7598] = 7575, + [7599] = 7474, + [7600] = 7464, + [7601] = 7575, + [7602] = 7602, + [7603] = 7476, + [7604] = 7472, + [7605] = 7546, + [7606] = 7465, + [7607] = 7461, + [7608] = 7608, + [7609] = 7456, + [7610] = 7469, + [7611] = 7469, + [7612] = 7496, + [7613] = 7485, [7614] = 7614, [7615] = 7615, - [7616] = 7462, - [7617] = 7502, - [7618] = 7526, - [7619] = 7496, - [7620] = 7515, - [7621] = 7484, - [7622] = 7622, - [7623] = 7493, - [7624] = 7526, - [7625] = 7493, - [7626] = 7484, - [7627] = 7486, - [7628] = 7503, - [7629] = 7498, - [7630] = 7460, - [7631] = 7492, - [7632] = 7477, - [7633] = 7633, - [7634] = 7498, - [7635] = 7454, - [7636] = 7489, - [7637] = 7486, - [7638] = 7489, - [7639] = 7639, - [7640] = 7486, - [7641] = 7502, - [7642] = 7453, - [7643] = 7489, - [7644] = 7515, - [7645] = 7508, - [7646] = 7454, - [7647] = 7454, - [7648] = 7502, - [7649] = 7526, - [7650] = 7504, - [7651] = 7651, + [7616] = 7459, + [7617] = 7479, + [7618] = 7618, + [7619] = 7475, + [7620] = 7474, + [7621] = 7461, + [7622] = 7464, + [7623] = 7475, + [7624] = 7624, + [7625] = 7625, + [7626] = 7494, + [7627] = 7627, + [7628] = 7476, + [7629] = 7455, + [7630] = 7630, + [7631] = 7455, + [7632] = 7454, + [7633] = 7464, + [7634] = 7476, + [7635] = 7472, + [7636] = 7496, + [7637] = 7496, + [7638] = 7494, + [7639] = 7468, + [7640] = 7615, + [7641] = 7510, + [7642] = 7456, + [7643] = 7546, + [7644] = 7479, + [7645] = 7458, + [7646] = 7510, + [7647] = 7460, + [7648] = 7480, + [7649] = 7453, + [7650] = 7462, + [7651] = 7521, [7652] = 7652, - [7653] = 7512, - [7654] = 7654, - [7655] = 7505, - [7656] = 7656, - [7657] = 7657, - [7658] = 7508, + [7653] = 7476, + [7654] = 7465, + [7655] = 7549, + [7656] = 7455, + [7657] = 7485, + [7658] = 7546, [7659] = 7659, - [7660] = 7502, - [7661] = 7513, - [7662] = 7457, - [7663] = 7515, - [7664] = 7508, - [7665] = 7485, - [7666] = 7499, - [7667] = 7462, - [7668] = 7668, - [7669] = 7463, - [7670] = 7515, - [7671] = 7458, - [7672] = 7512, - [7673] = 7673, + [7660] = 7459, + [7661] = 7467, + [7662] = 7510, + [7663] = 7663, + [7664] = 7664, + [7665] = 7472, + [7666] = 7455, + [7667] = 7454, + [7668] = 7521, + [7669] = 7468, + [7670] = 7469, + [7671] = 7494, + [7672] = 7630, + [7673] = 7575, [7674] = 7674, [7675] = 7675, [7676] = 7676, - [7677] = 7457, - [7678] = 7657, - [7679] = 7506, - [7680] = 7507, - [7681] = 7453, - [7682] = 7459, - [7683] = 7489, - [7684] = 7508, - [7685] = 7507, - [7686] = 7515, - [7687] = 7486, - [7688] = 7507, - [7689] = 7485, - [7690] = 7462, - [7691] = 7463, - [7692] = 7457, - [7693] = 7454, - [7694] = 7498, - [7695] = 7526, - [7696] = 7499, + [7677] = 7454, + [7678] = 7516, + [7679] = 7496, + [7680] = 7546, + [7681] = 7546, + [7682] = 7682, + [7683] = 7485, + [7684] = 7549, + [7685] = 7453, + [7686] = 7458, + [7687] = 7479, + [7688] = 7688, + [7689] = 7575, + [7690] = 7615, + [7691] = 7465, + [7692] = 7480, + [7693] = 7460, + [7694] = 7467, + [7695] = 7465, + [7696] = 7696, [7697] = 7697, - [7698] = 7513, - [7699] = 7459, - [7700] = 7458, - [7701] = 7457, - [7702] = 7702, - [7703] = 7498, - [7704] = 7704, - [7705] = 7508, - [7706] = 7461, - [7707] = 7454, - [7708] = 7492, - [7709] = 7485, - [7710] = 7463, - [7711] = 7502, - [7712] = 7712, - [7713] = 7459, - [7714] = 7458, - [7715] = 7715, - [7716] = 7460, - [7717] = 7457, - [7718] = 7526, - [7719] = 7657, - [7720] = 7498, - [7721] = 7463, - [7722] = 7460, + [7698] = 7521, + [7699] = 7472, + [7700] = 7615, + [7701] = 7484, + [7702] = 7455, + [7703] = 7484, + [7704] = 7496, + [7705] = 7486, + [7706] = 7464, + [7707] = 7697, + [7708] = 7465, + [7709] = 7464, + [7710] = 7710, + [7711] = 7454, + [7712] = 7652, + [7713] = 7484, + [7714] = 7714, + [7715] = 7476, + [7716] = 7472, + [7717] = 7516, + [7718] = 7455, + [7719] = 7454, + [7720] = 7455, + [7721] = 7454, + [7722] = 7521, [7723] = 7723, - [7724] = 7478, - [7725] = 7477, - [7726] = 7480, - [7727] = 7504, - [7728] = 7503, - [7729] = 7508, - [7730] = 7485, - [7731] = 7499, - [7732] = 7454, - [7733] = 7458, - [7734] = 7485, - [7735] = 7478, - [7736] = 7462, - [7737] = 7502, - [7738] = 7463, - [7739] = 7486, - [7740] = 7489, - [7741] = 7453, - [7742] = 7506, - [7743] = 7515, - [7744] = 7508, - [7745] = 7503, - [7746] = 7506, - [7747] = 7496, - [7748] = 7459, - [7749] = 7458, - [7750] = 7462, - [7751] = 7499, - [7752] = 7752, - [7753] = 7515, - [7754] = 7507, - [7755] = 7506, - [7756] = 7457, - [7757] = 7657, - [7758] = 7513, - [7759] = 7496, - [7760] = 7503, - [7761] = 7508, - [7762] = 7502, - [7763] = 7460, - [7764] = 7461, - [7765] = 7485, - [7766] = 7480, - [7767] = 7478, - [7768] = 7454, - [7769] = 7657, - [7770] = 7459, - [7771] = 7453, - [7772] = 7477, - [7773] = 7463, - [7774] = 7457, - [7775] = 7506, - [7776] = 7477, - [7777] = 7486, - [7778] = 7486, - [7779] = 7498, - [7780] = 7780, - [7781] = 7489, - [7782] = 7502, - [7783] = 7526, - [7784] = 7502, - [7785] = 7458, + [7724] = 7724, + [7725] = 7460, + [7726] = 7459, + [7727] = 7615, + [7728] = 7728, + [7729] = 7464, + [7730] = 7480, + [7731] = 7731, + [7732] = 7615, + [7733] = 7485, + [7734] = 7630, + [7735] = 7549, + [7736] = 7472, + [7737] = 7521, + [7738] = 7465, + [7739] = 7469, + [7740] = 7486, + [7741] = 7485, + [7742] = 7742, + [7743] = 7472, + [7744] = 7630, + [7745] = 7453, + [7746] = 7474, + [7747] = 7475, + [7748] = 7748, + [7749] = 7749, + [7750] = 7750, + [7751] = 7751, + [7752] = 7510, + [7753] = 7652, + [7754] = 7474, + [7755] = 7755, + [7756] = 7756, + [7757] = 7464, + [7758] = 7472, + [7759] = 7652, + [7760] = 7465, + [7761] = 7465, + [7762] = 7652, + [7763] = 7763, + [7764] = 7652, + [7765] = 7464, + [7766] = 7766, + [7767] = 7652, + [7768] = 7652, + [7769] = 7652, + [7770] = 7652, + [7771] = 7652, + [7772] = 7652, + [7773] = 7652, + [7774] = 7652, + [7775] = 7652, + [7776] = 7652, + [7777] = 7652, + [7778] = 7778, + [7779] = 7521, + [7780] = 7496, + [7781] = 7491, + [7782] = 7697, + [7783] = 7472, + [7784] = 7496, + [7785] = 7697, [7786] = 7786, [7787] = 7787, [7788] = 7788, - [7789] = 7789, + [7789] = 5649, [7790] = 7790, [7791] = 7791, [7792] = 7792, @@ -12726,42 +12726,42 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7797] = 7797, [7798] = 7798, [7799] = 7799, - [7800] = 7800, + [7800] = 7799, [7801] = 7801, [7802] = 7802, [7803] = 7803, [7804] = 7804, [7805] = 7805, - [7806] = 7806, + [7806] = 7788, [7807] = 7807, [7808] = 7808, - [7809] = 7809, + [7809] = 1868, [7810] = 7810, [7811] = 7811, [7812] = 7812, [7813] = 7813, [7814] = 7814, [7815] = 7815, - [7816] = 7802, + [7816] = 7816, [7817] = 7817, [7818] = 7818, [7819] = 7819, - [7820] = 7797, + [7820] = 7820, [7821] = 7821, [7822] = 7822, - [7823] = 7823, + [7823] = 7808, [7824] = 7824, [7825] = 7825, [7826] = 7826, [7827] = 7827, - [7828] = 7828, - [7829] = 7829, + [7828] = 7820, + [7829] = 7812, [7830] = 7830, [7831] = 7831, [7832] = 7832, [7833] = 7833, [7834] = 7834, - [7835] = 7835, + [7835] = 7818, [7836] = 7836, [7837] = 7837, [7838] = 7838, @@ -12769,825 +12769,825 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7840] = 7840, [7841] = 7841, [7842] = 7842, - [7843] = 7843, + [7843] = 7834, [7844] = 7844, - [7845] = 7825, + [7845] = 7845, [7846] = 7846, [7847] = 7847, [7848] = 7848, [7849] = 7849, - [7850] = 7850, - [7851] = 7851, + [7850] = 7825, + [7851] = 7826, [7852] = 7852, [7853] = 7853, [7854] = 7854, - [7855] = 7855, + [7855] = 7796, [7856] = 7856, [7857] = 7857, - [7858] = 7858, + [7858] = 7832, [7859] = 7859, [7860] = 7860, [7861] = 7861, [7862] = 7862, - [7863] = 7863, + [7863] = 7788, [7864] = 7864, [7865] = 7865, - [7866] = 7856, - [7867] = 7855, - [7868] = 7868, - [7869] = 7869, + [7866] = 7791, + [7867] = 7867, + [7868] = 7818, + [7869] = 7856, [7870] = 7870, [7871] = 7871, [7872] = 7872, [7873] = 7873, [7874] = 7874, [7875] = 7875, - [7876] = 7865, + [7876] = 7856, [7877] = 7877, - [7878] = 7828, - [7879] = 7863, + [7878] = 7878, + [7879] = 7879, [7880] = 7880, - [7881] = 7881, - [7882] = 7862, - [7883] = 7869, - [7884] = 7788, - [7885] = 7789, - [7886] = 7790, - [7887] = 7787, - [7888] = 7840, + [7881] = 5661, + [7882] = 7882, + [7883] = 7825, + [7884] = 7826, + [7885] = 7827, + [7886] = 7867, + [7887] = 7852, + [7888] = 7796, [7889] = 7889, [7890] = 7890, [7891] = 7891, - [7892] = 7872, - [7893] = 7795, - [7894] = 7872, - [7895] = 7895, + [7892] = 7840, + [7893] = 7893, + [7894] = 7834, + [7895] = 7836, [7896] = 7896, - [7897] = 7897, + [7897] = 7814, [7898] = 7898, - [7899] = 7899, - [7900] = 7852, - [7901] = 7901, - [7902] = 5690, - [7903] = 7903, - [7904] = 7897, - [7905] = 7806, + [7899] = 7818, + [7900] = 7791, + [7901] = 7793, + [7902] = 7794, + [7903] = 7812, + [7904] = 7792, + [7905] = 7859, [7906] = 7906, - [7907] = 7843, - [7908] = 7872, - [7909] = 5670, + [7907] = 7795, + [7908] = 7871, + [7909] = 7874, [7910] = 7910, - [7911] = 7889, - [7912] = 7814, - [7913] = 7815, - [7914] = 7875, + [7911] = 7801, + [7912] = 7802, + [7913] = 7906, + [7914] = 7914, [7915] = 7915, - [7916] = 7846, - [7917] = 7791, - [7918] = 7918, - [7919] = 7919, + [7916] = 7916, + [7917] = 7812, + [7918] = 7838, + [7919] = 7832, [7920] = 7792, - [7921] = 7921, - [7922] = 7799, + [7921] = 7873, + [7922] = 7922, [7923] = 7923, - [7924] = 7800, + [7924] = 7867, [7925] = 7925, - [7926] = 7899, - [7927] = 7927, - [7928] = 7817, + [7926] = 7860, + [7927] = 7799, + [7928] = 7889, [7929] = 7929, - [7930] = 7819, - [7931] = 7840, - [7932] = 7932, - [7933] = 7933, + [7930] = 7836, + [7931] = 7931, + [7932] = 7791, + [7933] = 7820, [7934] = 7934, - [7935] = 7889, - [7936] = 7847, - [7937] = 7937, + [7935] = 7846, + [7936] = 7860, + [7937] = 7793, [7938] = 7938, - [7939] = 7824, + [7939] = 7939, [7940] = 7940, - [7941] = 7875, - [7942] = 7854, - [7943] = 7854, + [7941] = 7853, + [7942] = 7882, + [7943] = 7813, [7944] = 7944, - [7945] = 7945, - [7946] = 7946, + [7945] = 7931, + [7946] = 7814, [7947] = 7947, - [7948] = 7891, - [7949] = 7847, - [7950] = 7825, - [7951] = 7859, + [7948] = 7948, + [7949] = 7949, + [7950] = 7950, + [7951] = 7951, [7952] = 7952, - [7953] = 7890, - [7954] = 7787, + [7953] = 7953, + [7954] = 7808, [7955] = 7955, - [7956] = 7827, - [7957] = 7865, + [7956] = 7875, + [7957] = 7880, [7958] = 7958, - [7959] = 7870, - [7960] = 7915, - [7961] = 7961, - [7962] = 7846, - [7963] = 7874, - [7964] = 7790, - [7965] = 7855, - [7966] = 7966, - [7967] = 7791, - [7968] = 7841, - [7969] = 7969, - [7970] = 7795, + [7959] = 7959, + [7960] = 7960, + [7961] = 7873, + [7962] = 7923, + [7963] = 7827, + [7964] = 7964, + [7965] = 7801, + [7966] = 7802, + [7967] = 7967, + [7968] = 7968, + [7969] = 7840, + [7970] = 7807, [7971] = 7971, - [7972] = 7915, - [7973] = 7870, + [7972] = 7972, + [7973] = 7818, [7974] = 7974, - [7975] = 7975, - [7976] = 7864, - [7977] = 7834, - [7978] = 7835, - [7979] = 7806, + [7975] = 7788, + [7976] = 7976, + [7977] = 7807, + [7978] = 7792, + [7979] = 7856, [7980] = 7980, - [7981] = 7836, - [7982] = 7871, - [7983] = 7839, - [7984] = 7984, - [7985] = 7814, - [7986] = 7815, - [7987] = 7855, - [7988] = 7840, - [7989] = 7856, - [7990] = 7864, - [7991] = 7870, - [7992] = 7861, - [7993] = 7824, - [7994] = 7994, - [7995] = 7854, - [7996] = 7996, - [7997] = 7997, + [7981] = 7981, + [7982] = 7982, + [7983] = 7983, + [7984] = 7801, + [7985] = 7802, + [7986] = 7923, + [7987] = 7836, + [7988] = 7796, + [7989] = 7813, + [7990] = 7814, + [7991] = 7991, + [7992] = 7992, + [7993] = 7993, + [7994] = 7853, + [7995] = 7853, + [7996] = 7872, + [7997] = 7816, [7998] = 7998, [7999] = 7999, - [8000] = 8000, - [8001] = 8001, - [8002] = 8002, - [8003] = 8003, - [8004] = 8004, - [8005] = 8005, - [8006] = 8006, - [8007] = 8007, - [8008] = 8008, - [8009] = 7865, - [8010] = 8010, - [8011] = 7861, - [8012] = 7864, - [8013] = 7856, - [8014] = 7855, - [8015] = 7790, - [8016] = 8016, - [8017] = 7809, - [8018] = 7871, - [8019] = 7795, - [8020] = 8020, - [8021] = 7795, + [8000] = 7950, + [8001] = 7824, + [8002] = 7814, + [8003] = 7816, + [8004] = 7934, + [8005] = 7818, + [8006] = 7818, + [8007] = 7852, + [8008] = 7875, + [8009] = 7891, + [8010] = 7808, + [8011] = 7914, + [8012] = 8012, + [8013] = 7931, + [8014] = 7827, + [8015] = 7856, + [8016] = 7867, + [8017] = 7820, + [8018] = 7968, + [8019] = 8019, + [8020] = 7840, + [8021] = 7953, [8022] = 8022, - [8023] = 7874, - [8024] = 7839, - [8025] = 7792, - [8026] = 7836, - [8027] = 7835, - [8028] = 7787, - [8029] = 7890, - [8030] = 7806, - [8031] = 7891, - [8032] = 7834, - [8033] = 7856, - [8034] = 7896, - [8035] = 8035, - [8036] = 7814, - [8037] = 7815, - [8038] = 8038, - [8039] = 7840, - [8040] = 7958, - [8041] = 8041, - [8042] = 7824, + [8023] = 8023, + [8024] = 7791, + [8025] = 7938, + [8026] = 8026, + [8027] = 7890, + [8028] = 7940, + [8029] = 7792, + [8030] = 7837, + [8031] = 8031, + [8032] = 7906, + [8033] = 8033, + [8034] = 7816, + [8035] = 7801, + [8036] = 7802, + [8037] = 7793, + [8038] = 7836, + [8039] = 7923, + [8040] = 7867, + [8041] = 7808, + [8042] = 7944, [8043] = 8043, - [8044] = 7899, - [8045] = 7897, - [8046] = 7854, - [8047] = 7919, - [8048] = 7819, - [8049] = 7817, - [8050] = 8050, - [8051] = 7861, - [8052] = 7872, - [8053] = 8053, + [8044] = 8044, + [8045] = 7853, + [8046] = 7794, + [8047] = 7818, + [8048] = 7889, + [8049] = 7856, + [8050] = 8012, + [8051] = 7856, + [8052] = 7818, + [8053] = 7798, [8054] = 8054, - [8055] = 8055, - [8056] = 7799, - [8057] = 7889, - [8058] = 7800, - [8059] = 7865, - [8060] = 7875, - [8061] = 7874, - [8062] = 7915, - [8063] = 7846, - [8064] = 8064, - [8065] = 7791, - [8066] = 7799, - [8067] = 7825, - [8068] = 7795, - [8069] = 8069, - [8070] = 7875, + [8055] = 7818, + [8056] = 7882, + [8057] = 8057, + [8058] = 7875, + [8059] = 8059, + [8060] = 7798, + [8061] = 7856, + [8062] = 8062, + [8063] = 7832, + [8064] = 7964, + [8065] = 8065, + [8066] = 7860, + [8067] = 7840, + [8068] = 8068, + [8069] = 7856, + [8070] = 8057, [8071] = 8071, - [8072] = 7792, - [8073] = 7799, - [8074] = 8074, - [8075] = 7923, - [8076] = 7800, - [8077] = 7790, - [8078] = 7923, - [8079] = 7800, - [8080] = 7814, - [8081] = 7815, - [8082] = 7889, - [8083] = 8083, - [8084] = 7897, - [8085] = 8085, - [8086] = 7891, - [8087] = 8087, - [8088] = 7925, - [8089] = 7865, - [8090] = 7787, - [8091] = 7870, - [8092] = 7789, - [8093] = 7795, + [8072] = 7950, + [8073] = 8073, + [8074] = 7896, + [8075] = 7827, + [8076] = 7811, + [8077] = 8077, + [8078] = 8078, + [8079] = 7801, + [8080] = 7802, + [8081] = 7967, + [8082] = 7872, + [8083] = 7794, + [8084] = 7960, + [8085] = 7982, + [8086] = 7872, + [8087] = 7816, + [8088] = 7875, + [8089] = 7844, + [8090] = 7860, + [8091] = 7953, + [8092] = 7840, + [8093] = 8093, [8094] = 8094, - [8095] = 7788, - [8096] = 7815, - [8097] = 7925, - [8098] = 7856, - [8099] = 8099, - [8100] = 7839, - [8101] = 8101, - [8102] = 7865, - [8103] = 7897, - [8104] = 7836, - [8105] = 7795, - [8106] = 8106, - [8107] = 7815, - [8108] = 7835, - [8109] = 7834, - [8110] = 7827, - [8111] = 7899, - [8112] = 7865, - [8113] = 7795, - [8114] = 7815, - [8115] = 7824, - [8116] = 7897, - [8117] = 7795, - [8118] = 7815, - [8119] = 7819, - [8120] = 7899, - [8121] = 7795, - [8122] = 7815, - [8123] = 7795, - [8124] = 7815, - [8125] = 7795, - [8126] = 7815, - [8127] = 7795, - [8128] = 7815, - [8129] = 7795, - [8130] = 7815, - [8131] = 7795, - [8132] = 7815, - [8133] = 7817, - [8134] = 7817, - [8135] = 7819, - [8136] = 8136, - [8137] = 7824, - [8138] = 8138, + [8095] = 7802, + [8096] = 8096, + [8097] = 7944, + [8098] = 7825, + [8099] = 7826, + [8100] = 7859, + [8101] = 7875, + [8102] = 8102, + [8103] = 7867, + [8104] = 7840, + [8105] = 8062, + [8106] = 7802, + [8107] = 7854, + [8108] = 7889, + [8109] = 8109, + [8110] = 8110, + [8111] = 7875, + [8112] = 7840, + [8113] = 7802, + [8114] = 7871, + [8115] = 7934, + [8116] = 7840, + [8117] = 7802, + [8118] = 7874, + [8119] = 7906, + [8120] = 7840, + [8121] = 7802, + [8122] = 7840, + [8123] = 7802, + [8124] = 7840, + [8125] = 7802, + [8126] = 7840, + [8127] = 7802, + [8128] = 7840, + [8129] = 7802, + [8130] = 7840, + [8131] = 7802, + [8132] = 8132, + [8133] = 8133, + [8134] = 8134, + [8135] = 7849, + [8136] = 7938, + [8137] = 8137, + [8138] = 7980, [8139] = 8139, [8140] = 8140, - [8141] = 7932, - [8142] = 7823, - [8143] = 8143, - [8144] = 7890, - [8145] = 8145, - [8146] = 8146, - [8147] = 7859, - [8148] = 8148, - [8149] = 7839, - [8150] = 7800, + [8141] = 7795, + [8142] = 8142, + [8143] = 7873, + [8144] = 8144, + [8145] = 7940, + [8146] = 8012, + [8147] = 8065, + [8148] = 7791, + [8149] = 8139, + [8150] = 7948, [8151] = 8151, - [8152] = 7827, - [8153] = 8153, - [8154] = 6799, - [8155] = 1870, - [8156] = 7940, - [8157] = 7853, - [8158] = 7827, - [8159] = 7958, + [8152] = 7852, + [8153] = 7795, + [8154] = 8154, + [8155] = 7856, + [8156] = 7791, + [8157] = 7793, + [8158] = 1872, + [8159] = 8054, [8160] = 8160, [8161] = 8161, - [8162] = 8162, - [8163] = 8163, - [8164] = 8161, - [8165] = 7817, - [8166] = 7944, - [8167] = 8167, + [8162] = 7794, + [8163] = 7795, + [8164] = 8164, + [8165] = 7859, + [8166] = 8166, + [8167] = 8102, [8168] = 8168, - [8169] = 8163, - [8170] = 8170, - [8171] = 7799, - [8172] = 7859, - [8173] = 7864, - [8174] = 7870, - [8175] = 7971, - [8176] = 7819, - [8177] = 7875, - [8178] = 7889, - [8179] = 8179, - [8180] = 8180, - [8181] = 7897, - [8182] = 8106, - [8183] = 7800, - [8184] = 8074, - [8185] = 7974, - [8186] = 7834, - [8187] = 7835, - [8188] = 7836, - [8189] = 7889, - [8190] = 7839, - [8191] = 8006, - [8192] = 7843, - [8193] = 1863, - [8194] = 7852, + [8169] = 7812, + [8170] = 7833, + [8171] = 7832, + [8172] = 8172, + [8173] = 7871, + [8174] = 7874, + [8175] = 7818, + [8176] = 7871, + [8177] = 7968, + [8178] = 7960, + [8179] = 7856, + [8180] = 7812, + [8181] = 7786, + [8182] = 7871, + [8183] = 8183, + [8184] = 7944, + [8185] = 8185, + [8186] = 8142, + [8187] = 8019, + [8188] = 7948, + [8189] = 8189, + [8190] = 7873, + [8191] = 8019, + [8192] = 7820, + [8193] = 7790, + [8194] = 7833, [8195] = 8195, - [8196] = 8007, - [8197] = 7861, - [8198] = 7971, - [8199] = 8180, + [8196] = 8196, + [8197] = 7960, + [8198] = 8198, + [8199] = 7948, [8200] = 8200, - [8201] = 8201, - [8202] = 8202, + [8201] = 8022, + [8202] = 7873, [8203] = 8203, - [8204] = 7891, - [8205] = 8205, - [8206] = 8206, - [8207] = 7889, - [8208] = 7861, - [8209] = 7864, - [8210] = 7856, - [8211] = 8099, - [8212] = 7855, - [8213] = 7870, - [8214] = 7871, - [8215] = 7787, - [8216] = 7870, - [8217] = 8217, - [8218] = 7874, - [8219] = 7824, - [8220] = 7856, - [8221] = 8179, - [8222] = 7819, + [8204] = 8022, + [8205] = 8132, + [8206] = 7948, + [8207] = 7934, + [8208] = 7938, + [8209] = 7860, + [8210] = 7940, + [8211] = 7846, + [8212] = 7934, + [8213] = 7938, + [8214] = 8214, + [8215] = 7944, + [8216] = 7940, + [8217] = 7872, + [8218] = 7964, + [8219] = 8219, + [8220] = 7874, + [8221] = 7948, + [8222] = 8031, [8223] = 8223, - [8224] = 7890, - [8225] = 7891, - [8226] = 8151, - [8227] = 7817, - [8228] = 7875, - [8229] = 7896, - [8230] = 8038, - [8231] = 8231, - [8232] = 7899, - [8233] = 7897, - [8234] = 7815, - [8235] = 7814, - [8236] = 7839, - [8237] = 8237, - [8238] = 8238, - [8239] = 8239, - [8240] = 8240, - [8241] = 7862, - [8242] = 7872, - [8243] = 7824, - [8244] = 7889, - [8245] = 7875, - [8246] = 7819, - [8247] = 7998, - [8248] = 7915, - [8249] = 7915, - [8250] = 7846, - [8251] = 8251, - [8252] = 7791, - [8253] = 8253, - [8254] = 7834, - [8255] = 7792, - [8256] = 7799, - [8257] = 7835, - [8258] = 7923, - [8259] = 7800, - [8260] = 7787, - [8261] = 7836, - [8262] = 7890, - [8263] = 7891, - [8264] = 7925, - [8265] = 7839, - [8266] = 8266, - [8267] = 7799, - [8268] = 7800, - [8269] = 7825, - [8270] = 7846, - [8271] = 5693, - [8272] = 7958, - [8273] = 8010, - [8274] = 7974, - [8275] = 7875, - [8276] = 7817, - [8277] = 7791, - [8278] = 7859, - [8279] = 7819, - [8280] = 7937, - [8281] = 7824, - [8282] = 7889, - [8283] = 7897, - [8284] = 8284, - [8285] = 7998, - [8286] = 7787, - [8287] = 7825, - [8288] = 7859, - [8289] = 7856, - [8290] = 8290, - [8291] = 7819, - [8292] = 8292, - [8293] = 7827, - [8294] = 8294, - [8295] = 8240, - [8296] = 7865, - [8297] = 8161, - [8298] = 7787, - [8299] = 8163, - [8300] = 7856, - [8301] = 8206, - [8302] = 7971, - [8303] = 8180, - [8304] = 7871, - [8305] = 7974, - [8306] = 8038, + [8224] = 8043, + [8225] = 7867, + [8226] = 7791, + [8227] = 7889, + [8228] = 8228, + [8229] = 7967, + [8230] = 8031, + [8231] = 7798, + [8232] = 7982, + [8233] = 7948, + [8234] = 7872, + [8235] = 7871, + [8236] = 7890, + [8237] = 7959, + [8238] = 7838, + [8239] = 7867, + [8240] = 7812, + [8241] = 8183, + [8242] = 8242, + [8243] = 7845, + [8244] = 7873, + [8245] = 7992, + [8246] = 8057, + [8247] = 7860, + [8248] = 7992, + [8249] = 8249, + [8250] = 7934, + [8251] = 7824, + [8252] = 8252, + [8253] = 5708, + [8254] = 7890, + [8255] = 7934, + [8256] = 7938, + [8257] = 7940, + [8258] = 7836, + [8259] = 7944, + [8260] = 7993, + [8261] = 7948, + [8262] = 7837, + [8263] = 8263, + [8264] = 8264, + [8265] = 7840, + [8266] = 7872, + [8267] = 7931, + [8268] = 8268, + [8269] = 7993, + [8270] = 7959, + [8271] = 8271, + [8272] = 7906, + [8273] = 8273, + [8274] = 8274, + [8275] = 8275, + [8276] = 7959, + [8277] = 7788, + [8278] = 7852, + [8279] = 7807, + [8280] = 8164, + [8281] = 7788, + [8282] = 7825, + [8283] = 8283, + [8284] = 7938, + [8285] = 7807, + [8286] = 7940, + [8287] = 7859, + [8288] = 8062, + [8289] = 7833, + [8290] = 7814, + [8291] = 7816, + [8292] = 8043, + [8293] = 7818, + [8294] = 7867, + [8295] = 8295, + [8296] = 7796, + [8297] = 7923, + [8298] = 7844, + [8299] = 7889, + [8300] = 8300, + [8301] = 7959, + [8302] = 7818, + [8303] = 8303, + [8304] = 7890, + [8305] = 7856, + [8306] = 7814, [8307] = 8307, - [8308] = 7834, - [8309] = 7819, - [8310] = 7835, - [8311] = 7836, - [8312] = 7839, - [8313] = 7800, - [8314] = 7787, - [8315] = 7843, - [8316] = 8284, - [8317] = 7856, + [8308] = 7846, + [8309] = 7816, + [8310] = 7971, + [8311] = 8311, + [8312] = 7871, + [8313] = 7923, + [8314] = 8314, + [8315] = 7838, + [8316] = 7818, + [8317] = 8161, [8318] = 8318, - [8319] = 8319, - [8320] = 7843, - [8321] = 8168, - [8322] = 8322, - [8323] = 8167, - [8324] = 7827, - [8325] = 8200, - [8326] = 8202, - [8327] = 8327, + [8319] = 7854, + [8320] = 8012, + [8321] = 8200, + [8322] = 7856, + [8323] = 7796, + [8324] = 7798, + [8325] = 7944, + [8326] = 7792, + [8327] = 8196, [8328] = 8328, - [8329] = 8200, - [8330] = 8202, + [8329] = 8057, + [8330] = 8012, [8331] = 8331, - [8332] = 8205, - [8333] = 8205, - [8334] = 8334, - [8335] = 8136, + [8332] = 7971, + [8333] = 7844, + [8334] = 7849, + [8335] = 7980, [8336] = 8139, - [8337] = 8140, - [8338] = 8143, - [8339] = 7787, - [8340] = 8145, - [8341] = 7856, - [8342] = 7839, - [8343] = 8202, - [8344] = 7958, - [8345] = 8200, - [8346] = 8160, - [8347] = 8205, - [8348] = 8162, - [8349] = 7787, - [8350] = 7856, - [8351] = 8160, - [8352] = 8167, - [8353] = 8168, - [8354] = 8284, - [8355] = 7800, - [8356] = 8074, - [8357] = 7843, - [8358] = 7792, - [8359] = 7856, - [8360] = 8201, - [8361] = 8206, - [8362] = 7839, - [8363] = 7836, - [8364] = 8136, - [8365] = 8139, - [8366] = 8143, - [8367] = 7835, - [8368] = 8145, - [8369] = 7834, - [8370] = 8239, - [8371] = 8160, - [8372] = 7974, - [8373] = 8162, - [8374] = 7861, - [8375] = 8007, - [8376] = 8167, - [8377] = 8168, - [8378] = 8074, - [8379] = 8006, - [8380] = 7864, - [8381] = 7944, - [8382] = 8201, - [8383] = 8206, - [8384] = 7940, - [8385] = 8136, - [8386] = 8139, - [8387] = 8143, - [8388] = 7937, - [8389] = 8145, - [8390] = 8162, - [8391] = 8161, - [8392] = 8160, - [8393] = 8162, - [8394] = 7932, - [8395] = 8163, - [8396] = 8167, - [8397] = 8168, - [8398] = 8074, - [8399] = 7919, - [8400] = 7958, - [8401] = 7855, - [8402] = 8201, - [8403] = 8206, - [8404] = 7839, - [8405] = 8136, - [8406] = 8139, - [8407] = 8143, - [8408] = 7823, - [8409] = 8145, - [8410] = 7787, - [8411] = 7787, - [8412] = 8162, - [8413] = 7797, - [8414] = 7802, - [8415] = 8167, - [8416] = 8168, - [8417] = 8074, - [8418] = 7869, - [8419] = 7828, - [8420] = 7870, - [8421] = 8201, - [8422] = 8206, - [8423] = 7856, - [8424] = 8136, - [8425] = 8139, - [8426] = 7871, - [8427] = 8145, - [8428] = 8010, - [8429] = 8180, - [8430] = 7874, - [8431] = 8085, - [8432] = 8167, - [8433] = 8168, - [8434] = 7971, - [8435] = 7874, - [8436] = 8179, - [8437] = 8201, - [8438] = 8085, - [8439] = 8136, - [8440] = 8139, - [8441] = 8145, - [8442] = 7856, - [8443] = 8168, - [8444] = 8444, - [8445] = 7787, - [8446] = 8201, - [8447] = 7817, - [8448] = 8136, - [8449] = 8139, - [8450] = 8145, - [8451] = 7891, - [8452] = 8168, - [8453] = 8151, - [8454] = 8201, - [8455] = 8136, - [8456] = 8139, - [8457] = 8145, - [8458] = 8168, - [8459] = 8201, - [8460] = 8139, - [8461] = 8168, - [8462] = 8201, - [8463] = 8139, - [8464] = 8168, - [8465] = 8201, - [8466] = 8168, - [8467] = 8201, - [8468] = 8168, - [8469] = 8201, - [8470] = 8168, - [8471] = 8201, - [8472] = 8168, - [8473] = 8201, - [8474] = 8168, - [8475] = 8201, - [8476] = 8476, - [8477] = 7896, - [8478] = 8140, - [8479] = 8479, - [8480] = 8480, - [8481] = 8481, - [8482] = 7787, - [8483] = 7856, - [8484] = 8163, - [8485] = 7896, - [8486] = 7840, - [8487] = 8161, - [8488] = 8488, + [8337] = 8142, + [8338] = 7845, + [8339] = 8144, + [8340] = 8340, + [8341] = 7791, + [8342] = 8137, + [8343] = 8331, + [8344] = 8344, + [8345] = 8054, + [8346] = 7824, + [8347] = 8161, + [8348] = 7853, + [8349] = 8349, + [8350] = 7786, + [8351] = 8166, + [8352] = 8102, + [8353] = 7826, + [8354] = 7871, + [8355] = 8183, + [8356] = 8356, + [8357] = 8065, + [8358] = 7948, + [8359] = 8200, + [8360] = 8132, + [8361] = 7799, + [8362] = 8057, + [8363] = 7849, + [8364] = 7980, + [8365] = 8142, + [8366] = 8012, + [8367] = 8144, + [8368] = 8368, + [8369] = 8369, + [8370] = 8054, + [8371] = 7871, + [8372] = 8161, + [8373] = 8373, + [8374] = 7791, + [8375] = 8166, + [8376] = 8102, + [8377] = 8183, + [8378] = 7793, + [8379] = 7794, + [8380] = 7795, + [8381] = 8200, + [8382] = 8132, + [8383] = 7891, + [8384] = 7849, + [8385] = 7980, + [8386] = 8142, + [8387] = 7890, + [8388] = 8144, + [8389] = 8389, + [8390] = 7856, + [8391] = 8054, + [8392] = 8161, + [8393] = 7852, + [8394] = 8394, + [8395] = 8166, + [8396] = 8102, + [8397] = 8183, + [8398] = 8398, + [8399] = 7852, + [8400] = 8400, + [8401] = 8200, + [8402] = 8132, + [8403] = 7906, + [8404] = 7849, + [8405] = 7980, + [8406] = 8142, + [8407] = 8407, + [8408] = 8144, + [8409] = 8409, + [8410] = 7923, + [8411] = 8161, + [8412] = 7791, + [8413] = 7793, + [8414] = 8166, + [8415] = 8102, + [8416] = 8183, + [8417] = 7793, + [8418] = 7798, + [8419] = 7794, + [8420] = 8200, + [8421] = 8132, + [8422] = 7795, + [8423] = 7849, + [8424] = 7980, + [8425] = 7794, + [8426] = 8144, + [8427] = 7845, + [8428] = 7867, + [8429] = 8012, + [8430] = 7856, + [8431] = 8166, + [8432] = 8102, + [8433] = 8331, + [8434] = 8434, + [8435] = 7798, + [8436] = 8200, + [8437] = 8057, + [8438] = 7849, + [8439] = 7980, + [8440] = 8144, + [8441] = 7820, + [8442] = 8102, + [8443] = 8443, + [8444] = 7923, + [8445] = 8200, + [8446] = 7872, + [8447] = 7849, + [8448] = 7980, + [8449] = 8144, + [8450] = 7871, + [8451] = 8102, + [8452] = 7799, + [8453] = 8200, + [8454] = 7849, + [8455] = 7980, + [8456] = 8144, + [8457] = 8102, + [8458] = 8200, + [8459] = 7980, + [8460] = 8102, + [8461] = 8200, + [8462] = 7980, + [8463] = 8102, + [8464] = 8200, + [8465] = 8102, + [8466] = 8200, + [8467] = 8102, + [8468] = 8200, + [8469] = 8102, + [8470] = 8200, + [8471] = 8102, + [8472] = 8200, + [8473] = 8102, + [8474] = 8200, + [8475] = 7801, + [8476] = 8057, + [8477] = 8139, + [8478] = 8478, + [8479] = 8096, + [8480] = 8078, + [8481] = 7874, + [8482] = 7836, + [8483] = 7867, + [8484] = 7837, + [8485] = 7795, + [8486] = 7889, + [8487] = 7867, + [8488] = 7802, [8489] = 8489, - [8490] = 7971, - [8491] = 8180, - [8492] = 7841, - [8493] = 8038, - [8494] = 8494, - [8495] = 8495, - [8496] = 8106, - [8497] = 8020, + [8490] = 7832, + [8491] = 7838, + [8492] = 7871, + [8493] = 7818, + [8494] = 7812, + [8495] = 7786, + [8496] = 8263, + [8497] = 7944, [8498] = 8498, - [8499] = 8499, - [8500] = 8500, - [8501] = 8148, - [8502] = 7915, - [8503] = 7847, - [8504] = 7809, - [8505] = 7899, - [8506] = 7897, - [8507] = 7815, - [8508] = 7814, - [8509] = 8509, - [8510] = 7974, - [8511] = 7854, - [8512] = 7852, - [8513] = 8513, - [8514] = 7862, - [8515] = 8239, - [8516] = 7872, - [8517] = 7834, - [8518] = 7835, - [8519] = 7836, - [8520] = 7843, - [8521] = 8521, - [8522] = 7839, - [8523] = 8240, - [8524] = 7806, + [8499] = 7844, + [8500] = 7891, + [8501] = 7846, + [8502] = 7812, + [8503] = 7845, + [8504] = 7931, + [8505] = 7948, + [8506] = 8166, + [8507] = 8507, + [8508] = 7959, + [8509] = 7944, + [8510] = 8510, + [8511] = 7948, + [8512] = 7808, + [8513] = 7944, + [8514] = 8514, + [8515] = 7971, + [8516] = 8516, + [8517] = 7853, + [8518] = 7872, + [8519] = 8519, + [8520] = 5640, + [8521] = 7791, + [8522] = 7992, + [8523] = 8331, + [8524] = 7788, [8525] = 7889, - [8526] = 7875, - [8527] = 8179, - [8528] = 7788, - [8529] = 7889, - [8530] = 7799, - [8531] = 7846, - [8532] = 7791, - [8533] = 7896, - [8534] = 7806, - [8535] = 8153, - [8536] = 7792, - [8537] = 7799, - [8538] = 8284, - [8539] = 8038, - [8540] = 8540, - [8541] = 7923, - [8542] = 7800, - [8543] = 5671, - [8544] = 7925, - [8545] = 7789, - [8546] = 7788, - [8547] = 7854, - [8548] = 8548, - [8549] = 8151, - [8550] = 7865, - [8551] = 7891, - [8552] = 8480, - [8553] = 8479, - [8554] = 8148, - [8555] = 7817, - [8556] = 7788, - [8557] = 7819, - [8558] = 7789, - [8559] = 7889, - [8560] = 8145, - [8561] = 7890, - [8562] = 8140, - [8563] = 8479, - [8564] = 8480, - [8565] = 8201, - [8566] = 7824, - [8567] = 7787, - [8568] = 8568, - [8569] = 8106, - [8570] = 8020, - [8571] = 8571, - [8572] = 8143, - [8573] = 7847, - [8574] = 8200, - [8575] = 8140, - [8576] = 8479, - [8577] = 8480, - [8578] = 8578, - [8579] = 8202, - [8580] = 8106, - [8581] = 8020, - [8582] = 8140, - [8583] = 7925, - [8584] = 8205, - [8585] = 8479, - [8586] = 8480, - [8587] = 8266, - [8588] = 8588, - [8589] = 8106, - [8590] = 8020, - [8591] = 7998, - [8592] = 8592, - [8593] = 8479, - [8594] = 8480, + [8526] = 7993, + [8527] = 8164, + [8528] = 7948, + [8529] = 8529, + [8530] = 7889, + [8531] = 7814, + [8532] = 7818, + [8533] = 7871, + [8534] = 8534, + [8535] = 8144, + [8536] = 8536, + [8537] = 7788, + [8538] = 7923, + [8539] = 7854, + [8540] = 7856, + [8541] = 8541, + [8542] = 8478, + [8543] = 8543, + [8544] = 8544, + [8545] = 8545, + [8546] = 6808, + [8547] = 8547, + [8548] = 7859, + [8549] = 7812, + [8550] = 7992, + [8551] = 7896, + [8552] = 7993, + [8553] = 7807, + [8554] = 7832, + [8555] = 8555, + [8556] = 7818, + [8557] = 8557, + [8558] = 7948, + [8559] = 8559, + [8560] = 8560, + [8561] = 8139, + [8562] = 8478, + [8563] = 8096, + [8564] = 7856, + [8565] = 7872, + [8566] = 7875, + [8567] = 7889, + [8568] = 7786, + [8569] = 8263, + [8570] = 7824, + [8571] = 7875, + [8572] = 7999, + [8573] = 7824, + [8574] = 8139, + [8575] = 8478, + [8576] = 8096, + [8577] = 8577, + [8578] = 7788, + [8579] = 7880, + [8580] = 8263, + [8581] = 7959, + [8582] = 7791, + [8583] = 7793, + [8584] = 8478, + [8585] = 8096, + [8586] = 7788, + [8587] = 7794, + [8588] = 7786, + [8589] = 8263, + [8590] = 7795, + [8591] = 7811, + [8592] = 8478, + [8593] = 8096, + [8594] = 8594, [8595] = 8595, - [8596] = 8139, - [8597] = 8106, - [8598] = 8020, - [8599] = 7825, - [8600] = 8479, - [8601] = 8480, - [8602] = 8602, - [8603] = 8106, - [8604] = 8020, - [8605] = 8605, - [8606] = 8106, - [8607] = 8020, - [8608] = 8608, - [8609] = 8020, - [8610] = 8610, - [8611] = 8020, - [8612] = 8612, - [8613] = 8020, - [8614] = 8614, - [8615] = 8020, - [8616] = 8616, - [8617] = 8020, - [8618] = 8618, - [8619] = 8020, - [8620] = 8500, - [8621] = 8020, - [8622] = 7923, - [8623] = 8020, - [8624] = 8624, - [8625] = 8020, - [8626] = 8571, - [8627] = 8322, - [8628] = 7853, - [8629] = 8571, - [8630] = 8322, - [8631] = 8138, - [8632] = 8571, - [8633] = 8322, - [8634] = 7800, - [8635] = 8571, - [8636] = 8322, - [8637] = 7859, - [8638] = 8571, - [8639] = 8322, - [8640] = 8136, - [8641] = 8322, - [8642] = 8322, - [8643] = 8322, - [8644] = 8322, - [8645] = 8322, - [8646] = 8322, - [8647] = 8322, - [8648] = 8322, - [8649] = 8322, - [8650] = 8322, - [8651] = 8322, - [8652] = 7790, - [8653] = 7795, - [8654] = 7841, - [8655] = 7789, - [8656] = 7840, - [8657] = 8568, - [8658] = 8568, - [8659] = 8568, - [8660] = 8568, - [8661] = 8568, + [8596] = 7786, + [8597] = 8263, + [8598] = 7807, + [8599] = 8478, + [8600] = 8096, + [8601] = 8601, + [8602] = 7786, + [8603] = 8263, + [8604] = 7825, + [8605] = 7786, + [8606] = 8263, + [8607] = 7826, + [8608] = 8263, + [8609] = 7827, + [8610] = 8263, + [8611] = 8611, + [8612] = 8263, + [8613] = 8613, + [8614] = 8263, + [8615] = 7999, + [8616] = 8263, + [8617] = 7875, + [8618] = 8263, + [8619] = 8619, + [8620] = 8263, + [8621] = 8621, + [8622] = 8263, + [8623] = 7840, + [8624] = 8263, + [8625] = 8242, + [8626] = 8094, + [8627] = 7814, + [8628] = 8242, + [8629] = 8094, + [8630] = 7799, + [8631] = 8242, + [8632] = 8094, + [8633] = 8633, + [8634] = 8242, + [8635] = 8094, + [8636] = 8636, + [8637] = 8242, + [8638] = 8094, + [8639] = 7833, + [8640] = 8094, + [8641] = 8094, + [8642] = 8094, + [8643] = 8094, + [8644] = 8094, + [8645] = 8094, + [8646] = 8094, + [8647] = 8094, + [8648] = 8094, + [8649] = 8094, + [8650] = 8094, + [8651] = 7813, + [8652] = 8652, + [8653] = 7890, + [8654] = 7820, + [8655] = 8314, + [8656] = 7847, + [8657] = 7847, + [8658] = 7847, + [8659] = 7847, + [8660] = 7847, + [8661] = 8661, }; static TSCharacterRange sym_identifier_character_set_1[] = { @@ -13983,19 +13983,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 33: - if (lookahead == '\n') SKIP(196); + if (lookahead == '\n') SKIP(191); END_STATE(); case 34: - if (lookahead == '\n') SKIP(196); + if (lookahead == '\n') SKIP(191); if (lookahead == '\r') SKIP(33); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); END_STATE(); case 35: - if (lookahead == '\n') SKIP(191); + if (lookahead == '\n') SKIP(196); END_STATE(); case 36: - if (lookahead == '\n') SKIP(191); + if (lookahead == '\n') SKIP(196); if (lookahead == '\r') SKIP(35); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14082,19 +14082,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 55: - if (lookahead == '\n') SKIP(223); + if (lookahead == '\n') SKIP(177); END_STATE(); case 56: - if (lookahead == '\n') SKIP(223); + if (lookahead == '\n') SKIP(177); if (lookahead == '\r') SKIP(55); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); END_STATE(); case 57: - if (lookahead == '\n') SKIP(177); + if (lookahead == '\n') SKIP(223); END_STATE(); case 58: - if (lookahead == '\n') SKIP(177); + if (lookahead == '\n') SKIP(223); if (lookahead == '\r') SKIP(57); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14190,19 +14190,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 79: - if (lookahead == '\n') SKIP(168); + if (lookahead == '\n') SKIP(216); END_STATE(); case 80: - if (lookahead == '\n') SKIP(168); + if (lookahead == '\n') SKIP(216); if (lookahead == '\r') SKIP(79); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); END_STATE(); case 81: - if (lookahead == '\n') SKIP(216); + if (lookahead == '\n') SKIP(168); END_STATE(); case 82: - if (lookahead == '\n') SKIP(216); + if (lookahead == '\n') SKIP(168); if (lookahead == '\r') SKIP(81); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14467,19 +14467,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 130: - if (lookahead == '\n') SKIP(224); + if (lookahead == '\n') SKIP(179); END_STATE(); case 131: - if (lookahead == '\n') SKIP(224); + if (lookahead == '\n') SKIP(179); if (lookahead == '\r') SKIP(130); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); END_STATE(); case 132: - if (lookahead == '\n') SKIP(179); + if (lookahead == '\n') SKIP(224); END_STATE(); case 133: - if (lookahead == '\n') SKIP(179); + if (lookahead == '\n') SKIP(224); if (lookahead == '\r') SKIP(132); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14512,10 +14512,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 140: - if (lookahead == '\n') SKIP(220); + if (lookahead == '\n') SKIP(219); END_STATE(); case 141: - if (lookahead == '\n') SKIP(220); + if (lookahead == '\n') SKIP(219); if (lookahead == '\r') SKIP(140); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14566,10 +14566,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(324); END_STATE(); case 152: - if (lookahead == '\n') SKIP(219); + if (lookahead == '\n') SKIP(220); END_STATE(); case 153: - if (lookahead == '\n') SKIP(219); + if (lookahead == '\n') SKIP(220); if (lookahead == '\r') SKIP(152); if (lookahead == 'U') ADVANCE(332); if (lookahead == 'u') ADVANCE(324); @@ -14975,7 +14975,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 468, '>', 443, '[', 281, - '\\', 80, + '\\', 82, '^', 435, '|', 432, '~', 405, @@ -15362,7 +15362,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'R', 550, 'U', 552, '[', 462, - '\\', 58, + '\\', 56, ']', 466, '^', 435, 'u', 555, @@ -15398,7 +15398,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'R', 659, 'U', 660, '[', 462, - '\\', 58, + '\\', 56, ']', 466, '^', 435, 'u', 661, @@ -15436,7 +15436,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'R', 550, 'U', 552, '[', 462, - '\\', 133, + '\\', 131, ']', 466, '^', 434, 'u', 555, @@ -15472,7 +15472,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'R', 659, 'U', 660, '[', 462, - '\\', 133, + '\\', 131, ']', 466, '^', 434, 'u', 661, @@ -15832,7 +15832,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 443, '?', 473, '[', 463, - '\\', 36, + '\\', 34, '^', 435, '{', 460, '|', 432, @@ -16002,7 +16002,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 443, '?', 473, '[', 462, - '\\', 34, + '\\', 36, ']', 466, '^', 435, 'b', 619, @@ -16624,7 +16624,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 647, '?', 473, '[', 463, - '\\', 82, + '\\', 80, '^', 435, '|', 432, ); @@ -16686,7 +16686,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 647, '?', 473, '[', 462, - '\\', 153, + '\\', 141, '^', 435, '|', 432, ); @@ -16714,7 +16714,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 647, '?', 473, '[', 462, - '\\', 153, + '\\', 141, '^', 435, '|', 432, ); @@ -16739,7 +16739,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 647, '?', 473, '[', 465, - '\\', 141, + '\\', 153, '^', 435, '|', 432, ); @@ -16821,7 +16821,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 442, '?', 473, '[', 462, - '\\', 56, + '\\', 58, ']', 466, '^', 434, 'b', 619, @@ -16863,7 +16863,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '>', 442, '?', 473, '[', 462, - '\\', 131, + '\\', 133, ']', 282, '^', 434, 'b', 619, @@ -17490,13 +17490,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 272: if (lookahead == '=') ADVANCE(444); - if (lookahead == '>') ADVANCE(454); + if (lookahead == '>') ADVANCE(273); END_STATE(); case 273: if (lookahead == '=') ADVANCE(480); END_STATE(); case 274: - if (lookahead == '>') ADVANCE(273); + if (lookahead == '>') ADVANCE(454); END_STATE(); case 275: if (lookahead == '>') ADVANCE(491); @@ -21861,9 +21861,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [32] = {.lex_state = 169}, [33] = {.lex_state = 169}, [34] = {.lex_state = 336}, - [35] = {.lex_state = 336}, + [35] = {.lex_state = 172}, [36] = {.lex_state = 336}, - [37] = {.lex_state = 336}, + [37] = {.lex_state = 172}, [38] = {.lex_state = 336}, [39] = {.lex_state = 336}, [40] = {.lex_state = 336}, @@ -21874,14 +21874,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [45] = {.lex_state = 336}, [46] = {.lex_state = 336}, [47] = {.lex_state = 336}, - [48] = {.lex_state = 336}, + [48] = {.lex_state = 172}, [49] = {.lex_state = 336}, [50] = {.lex_state = 336}, [51] = {.lex_state = 336}, [52] = {.lex_state = 336}, [53] = {.lex_state = 336}, [54] = {.lex_state = 336}, - [55] = {.lex_state = 172}, + [55] = {.lex_state = 336}, [56] = {.lex_state = 336}, [57] = {.lex_state = 336}, [58] = {.lex_state = 336}, @@ -21894,7 +21894,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [65] = {.lex_state = 336}, [66] = {.lex_state = 336}, [67] = {.lex_state = 336}, - [68] = {.lex_state = 172}, + [68] = {.lex_state = 336}, [69] = {.lex_state = 336}, [70] = {.lex_state = 336}, [71] = {.lex_state = 336}, @@ -21903,7 +21903,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [74] = {.lex_state = 336}, [75] = {.lex_state = 336}, [76] = {.lex_state = 336}, - [77] = {.lex_state = 172}, + [77] = {.lex_state = 336}, [78] = {.lex_state = 336}, [79] = {.lex_state = 336}, [80] = {.lex_state = 336}, @@ -21916,15 +21916,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [87] = {.lex_state = 336}, [88] = {.lex_state = 336}, [89] = {.lex_state = 336}, - [90] = {.lex_state = 336}, - [91] = {.lex_state = 172}, - [92] = {.lex_state = 336}, - [93] = {.lex_state = 172}, - [94] = {.lex_state = 336}, - [95] = {.lex_state = 172}, - [96] = {.lex_state = 172}, + [90] = {.lex_state = 172}, + [91] = {.lex_state = 336}, + [92] = {.lex_state = 172}, + [93] = {.lex_state = 336}, + [94] = {.lex_state = 172}, + [95] = {.lex_state = 336}, + [96] = {.lex_state = 336}, [97] = {.lex_state = 172}, - [98] = {.lex_state = 336}, + [98] = {.lex_state = 172}, [99] = {.lex_state = 336}, [100] = {.lex_state = 336}, [101] = {.lex_state = 336}, @@ -21958,9 +21958,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [129] = {.lex_state = 171}, [130] = {.lex_state = 171}, [131] = {.lex_state = 171}, - [132] = {.lex_state = 162}, + [132] = {.lex_state = 336}, [133] = {.lex_state = 336}, - [134] = {.lex_state = 336}, + [134] = {.lex_state = 162}, [135] = {.lex_state = 174}, [136] = {.lex_state = 174}, [137] = {.lex_state = 174}, @@ -21971,13 +21971,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [142] = {.lex_state = 174}, [143] = {.lex_state = 174}, [144] = {.lex_state = 174}, - [145] = {.lex_state = 174}, + [145] = {.lex_state = 162}, [146] = {.lex_state = 174}, [147] = {.lex_state = 174}, [148] = {.lex_state = 174}, [149] = {.lex_state = 174}, [150] = {.lex_state = 174}, - [151] = {.lex_state = 162}, + [151] = {.lex_state = 174}, [152] = {.lex_state = 174}, [153] = {.lex_state = 174}, [154] = {.lex_state = 174}, @@ -22017,7 +22017,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [188] = {.lex_state = 171}, [189] = {.lex_state = 171}, [190] = {.lex_state = 171}, - [191] = {.lex_state = 164}, + [191] = {.lex_state = 171}, [192] = {.lex_state = 171}, [193] = {.lex_state = 171}, [194] = {.lex_state = 171}, @@ -22034,7 +22034,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [205] = {.lex_state = 171}, [206] = {.lex_state = 171}, [207] = {.lex_state = 171}, - [208] = {.lex_state = 171}, + [208] = {.lex_state = 164}, [209] = {.lex_state = 171}, [210] = {.lex_state = 171}, [211] = {.lex_state = 171}, @@ -22044,8 +22044,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [215] = {.lex_state = 171}, [216] = {.lex_state = 171}, [217] = {.lex_state = 336}, - [218] = {.lex_state = 336}, - [219] = {.lex_state = 162}, + [218] = {.lex_state = 162}, + [219] = {.lex_state = 336}, [220] = {.lex_state = 336}, [221] = {.lex_state = 165}, [222] = {.lex_state = 336}, @@ -22054,92 +22054,92 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [225] = {.lex_state = 164}, [226] = {.lex_state = 169}, [227] = {.lex_state = 169}, - [228] = {.lex_state = 169}, + [228] = {.lex_state = 174}, [229] = {.lex_state = 174}, - [230] = {.lex_state = 174}, - [231] = {.lex_state = 174}, + [230] = {.lex_state = 169}, + [231] = {.lex_state = 169}, [232] = {.lex_state = 174}, [233] = {.lex_state = 174}, [234] = {.lex_state = 174}, - [235] = {.lex_state = 169}, - [236] = {.lex_state = 169}, + [235] = {.lex_state = 171}, + [236] = {.lex_state = 171}, [237] = {.lex_state = 174}, - [238] = {.lex_state = 171}, - [239] = {.lex_state = 174}, + [238] = {.lex_state = 174}, + [239] = {.lex_state = 169}, [240] = {.lex_state = 174}, - [241] = {.lex_state = 171}, - [242] = {.lex_state = 169}, + [241] = {.lex_state = 174}, + [242] = {.lex_state = 174}, [243] = {.lex_state = 174}, [244] = {.lex_state = 174}, - [245] = {.lex_state = 174}, - [246] = {.lex_state = 169}, + [245] = {.lex_state = 171}, + [246] = {.lex_state = 174}, [247] = {.lex_state = 174}, - [248] = {.lex_state = 174}, + [248] = {.lex_state = 169}, [249] = {.lex_state = 174}, - [250] = {.lex_state = 174}, + [250] = {.lex_state = 169}, [251] = {.lex_state = 174}, - [252] = {.lex_state = 171}, - [253] = {.lex_state = 169}, - [254] = {.lex_state = 169}, + [252] = {.lex_state = 174}, + [253] = {.lex_state = 171}, + [254] = {.lex_state = 171}, [255] = {.lex_state = 169}, [256] = {.lex_state = 169}, [257] = {.lex_state = 169}, - [258] = {.lex_state = 169}, + [258] = {.lex_state = 171}, [259] = {.lex_state = 169}, [260] = {.lex_state = 169}, [261] = {.lex_state = 169}, [262] = {.lex_state = 169}, - [263] = {.lex_state = 171}, - [264] = {.lex_state = 171}, + [263] = {.lex_state = 169}, + [264] = {.lex_state = 169}, [265] = {.lex_state = 169}, [266] = {.lex_state = 169}, [267] = {.lex_state = 169}, - [268] = {.lex_state = 171}, - [269] = {.lex_state = 171}, + [268] = {.lex_state = 169}, + [269] = {.lex_state = 169}, [270] = {.lex_state = 169}, - [271] = {.lex_state = 169}, + [271] = {.lex_state = 174}, [272] = {.lex_state = 169}, [273] = {.lex_state = 169}, [274] = {.lex_state = 169}, [275] = {.lex_state = 169}, - [276] = {.lex_state = 169}, + [276] = {.lex_state = 171}, [277] = {.lex_state = 169}, [278] = {.lex_state = 169}, [279] = {.lex_state = 169}, [280] = {.lex_state = 169}, - [281] = {.lex_state = 173}, + [281] = {.lex_state = 169}, [282] = {.lex_state = 169}, - [283] = {.lex_state = 174}, - [284] = {.lex_state = 171}, + [283] = {.lex_state = 169}, + [284] = {.lex_state = 169}, [285] = {.lex_state = 169}, [286] = {.lex_state = 169}, [287] = {.lex_state = 169}, - [288] = {.lex_state = 169}, + [288] = {.lex_state = 171}, [289] = {.lex_state = 169}, - [290] = {.lex_state = 171}, - [291] = {.lex_state = 173}, + [290] = {.lex_state = 173}, + [291] = {.lex_state = 169}, [292] = {.lex_state = 169}, - [293] = {.lex_state = 169}, + [293] = {.lex_state = 173}, [294] = {.lex_state = 169}, [295] = {.lex_state = 169}, [296] = {.lex_state = 169}, [297] = {.lex_state = 169}, - [298] = {.lex_state = 169}, + [298] = {.lex_state = 171}, [299] = {.lex_state = 169}, [300] = {.lex_state = 169}, [301] = {.lex_state = 169}, - [302] = {.lex_state = 336}, + [302] = {.lex_state = 169}, [303] = {.lex_state = 169}, [304] = {.lex_state = 169}, [305] = {.lex_state = 169}, [306] = {.lex_state = 169}, [307] = {.lex_state = 169}, - [308] = {.lex_state = 169}, - [309] = {.lex_state = 171}, + [308] = {.lex_state = 336}, + [309] = {.lex_state = 169}, [310] = {.lex_state = 169}, - [311] = {.lex_state = 169}, - [312] = {.lex_state = 336}, - [313] = {.lex_state = 174}, + [311] = {.lex_state = 336}, + [312] = {.lex_state = 169}, + [313] = {.lex_state = 169}, [314] = {.lex_state = 169}, [315] = {.lex_state = 169}, [316] = {.lex_state = 169}, @@ -22149,58 +22149,58 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [320] = {.lex_state = 169}, [321] = {.lex_state = 169}, [322] = {.lex_state = 169}, - [323] = {.lex_state = 336}, + [323] = {.lex_state = 169}, [324] = {.lex_state = 169}, [325] = {.lex_state = 169}, [326] = {.lex_state = 169}, [327] = {.lex_state = 169}, - [328] = {.lex_state = 174}, + [328] = {.lex_state = 169}, [329] = {.lex_state = 169}, [330] = {.lex_state = 169}, [331] = {.lex_state = 169}, [332] = {.lex_state = 169}, [333] = {.lex_state = 169}, - [334] = {.lex_state = 336}, + [334] = {.lex_state = 169}, [335] = {.lex_state = 169}, [336] = {.lex_state = 169}, [337] = {.lex_state = 169}, - [338] = {.lex_state = 174}, - [339] = {.lex_state = 174}, - [340] = {.lex_state = 174}, - [341] = {.lex_state = 174}, - [342] = {.lex_state = 174}, - [343] = {.lex_state = 174}, - [344] = {.lex_state = 171}, + [338] = {.lex_state = 169}, + [339] = {.lex_state = 169}, + [340] = {.lex_state = 169}, + [341] = {.lex_state = 169}, + [342] = {.lex_state = 169}, + [343] = {.lex_state = 169}, + [344] = {.lex_state = 169}, [345] = {.lex_state = 169}, [346] = {.lex_state = 169}, [347] = {.lex_state = 169}, - [348] = {.lex_state = 174}, + [348] = {.lex_state = 169}, [349] = {.lex_state = 169}, [350] = {.lex_state = 169}, - [351] = {.lex_state = 169}, - [352] = {.lex_state = 169}, - [353] = {.lex_state = 169}, + [351] = {.lex_state = 336}, + [352] = {.lex_state = 174}, + [353] = {.lex_state = 172}, [354] = {.lex_state = 169}, [355] = {.lex_state = 169}, - [356] = {.lex_state = 174}, + [356] = {.lex_state = 172}, [357] = {.lex_state = 169}, [358] = {.lex_state = 169}, [359] = {.lex_state = 169}, [360] = {.lex_state = 169}, - [361] = {.lex_state = 169}, - [362] = {.lex_state = 169}, - [363] = {.lex_state = 169}, - [364] = {.lex_state = 169}, - [365] = {.lex_state = 169}, - [366] = {.lex_state = 169}, - [367] = {.lex_state = 169}, - [368] = {.lex_state = 169}, - [369] = {.lex_state = 169}, - [370] = {.lex_state = 169}, - [371] = {.lex_state = 169}, - [372] = {.lex_state = 169}, - [373] = {.lex_state = 172}, - [374] = {.lex_state = 169}, + [361] = {.lex_state = 171}, + [362] = {.lex_state = 174}, + [363] = {.lex_state = 336}, + [364] = {.lex_state = 174}, + [365] = {.lex_state = 174}, + [366] = {.lex_state = 174}, + [367] = {.lex_state = 174}, + [368] = {.lex_state = 174}, + [369] = {.lex_state = 174}, + [370] = {.lex_state = 174}, + [371] = {.lex_state = 174}, + [372] = {.lex_state = 174}, + [373] = {.lex_state = 174}, + [374] = {.lex_state = 171}, [375] = {.lex_state = 169}, [376] = {.lex_state = 169}, [377] = {.lex_state = 169}, @@ -22210,134 +22210,134 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [381] = {.lex_state = 169}, [382] = {.lex_state = 169}, [383] = {.lex_state = 169}, - [384] = {.lex_state = 172}, + [384] = {.lex_state = 169}, [385] = {.lex_state = 169}, [386] = {.lex_state = 169}, [387] = {.lex_state = 169}, [388] = {.lex_state = 169}, - [389] = {.lex_state = 174}, - [390] = {.lex_state = 174}, + [389] = {.lex_state = 169}, + [390] = {.lex_state = 169}, [391] = {.lex_state = 236}, - [392] = {.lex_state = 236}, - [393] = {.lex_state = 236}, + [392] = {.lex_state = 172}, + [393] = {.lex_state = 172}, [394] = {.lex_state = 236}, - [395] = {.lex_state = 336}, + [395] = {.lex_state = 236}, [396] = {.lex_state = 236}, [397] = {.lex_state = 236}, [398] = {.lex_state = 236}, [399] = {.lex_state = 236}, [400] = {.lex_state = 236}, - [401] = {.lex_state = 172}, - [402] = {.lex_state = 236}, + [401] = {.lex_state = 236}, + [402] = {.lex_state = 336}, [403] = {.lex_state = 236}, [404] = {.lex_state = 236}, [405] = {.lex_state = 236}, [406] = {.lex_state = 236}, - [407] = {.lex_state = 172}, + [407] = {.lex_state = 236}, [408] = {.lex_state = 236}, [409] = {.lex_state = 236}, [410] = {.lex_state = 336}, [411] = {.lex_state = 336}, - [412] = {.lex_state = 336}, + [412] = {.lex_state = 172}, [413] = {.lex_state = 172}, - [414] = {.lex_state = 172}, + [414] = {.lex_state = 336}, [415] = {.lex_state = 172}, - [416] = {.lex_state = 336}, - [417] = {.lex_state = 336}, + [416] = {.lex_state = 172}, + [417] = {.lex_state = 172}, [418] = {.lex_state = 336}, - [419] = {.lex_state = 172}, + [419] = {.lex_state = 336}, [420] = {.lex_state = 336}, - [421] = {.lex_state = 172}, + [421] = {.lex_state = 336}, [422] = {.lex_state = 336}, [423] = {.lex_state = 336}, - [424] = {.lex_state = 172}, - [425] = {.lex_state = 172}, + [424] = {.lex_state = 336}, + [425] = {.lex_state = 336}, [426] = {.lex_state = 336}, [427] = {.lex_state = 336}, [428] = {.lex_state = 336}, - [429] = {.lex_state = 172}, - [430] = {.lex_state = 172}, + [429] = {.lex_state = 336}, + [430] = {.lex_state = 336}, [431] = {.lex_state = 336}, - [432] = {.lex_state = 172}, - [433] = {.lex_state = 172}, + [432] = {.lex_state = 336}, + [433] = {.lex_state = 336}, [434] = {.lex_state = 336}, - [435] = {.lex_state = 172}, + [435] = {.lex_state = 336}, [436] = {.lex_state = 336}, - [437] = {.lex_state = 172}, - [438] = {.lex_state = 172}, - [439] = {.lex_state = 172}, + [437] = {.lex_state = 336}, + [438] = {.lex_state = 336}, + [439] = {.lex_state = 336}, [440] = {.lex_state = 336}, - [441] = {.lex_state = 172}, + [441] = {.lex_state = 336}, [442] = {.lex_state = 172}, - [443] = {.lex_state = 336}, - [444] = {.lex_state = 336}, - [445] = {.lex_state = 336}, - [446] = {.lex_state = 336}, - [447] = {.lex_state = 336}, - [448] = {.lex_state = 336}, - [449] = {.lex_state = 336}, + [443] = {.lex_state = 172}, + [444] = {.lex_state = 172}, + [445] = {.lex_state = 172}, + [446] = {.lex_state = 172}, + [447] = {.lex_state = 172}, + [448] = {.lex_state = 172}, + [449] = {.lex_state = 172}, [450] = {.lex_state = 336}, - [451] = {.lex_state = 336}, + [451] = {.lex_state = 172}, [452] = {.lex_state = 172}, - [453] = {.lex_state = 336}, - [454] = {.lex_state = 336}, - [455] = {.lex_state = 336}, - [456] = {.lex_state = 336}, - [457] = {.lex_state = 336}, + [453] = {.lex_state = 172}, + [454] = {.lex_state = 172}, + [455] = {.lex_state = 172}, + [456] = {.lex_state = 172}, + [457] = {.lex_state = 172}, [458] = {.lex_state = 172}, - [459] = {.lex_state = 336}, - [460] = {.lex_state = 172}, + [459] = {.lex_state = 172}, + [460] = {.lex_state = 336}, [461] = {.lex_state = 336}, [462] = {.lex_state = 336}, - [463] = {.lex_state = 336}, - [464] = {.lex_state = 336}, + [463] = {.lex_state = 172}, + [464] = {.lex_state = 172}, [465] = {.lex_state = 336}, - [466] = {.lex_state = 336}, + [466] = {.lex_state = 172}, [467] = {.lex_state = 172}, - [468] = {.lex_state = 336}, + [468] = {.lex_state = 172}, [469] = {.lex_state = 172}, - [470] = {.lex_state = 336}, + [470] = {.lex_state = 172}, [471] = {.lex_state = 336}, - [472] = {.lex_state = 336}, + [472] = {.lex_state = 172}, [473] = {.lex_state = 172}, - [474] = {.lex_state = 336}, - [475] = {.lex_state = 336}, - [476] = {.lex_state = 336}, - [477] = {.lex_state = 336}, - [478] = {.lex_state = 172}, - [479] = {.lex_state = 336}, + [474] = {.lex_state = 172}, + [475] = {.lex_state = 172}, + [476] = {.lex_state = 172}, + [477] = {.lex_state = 172}, + [478] = {.lex_state = 336}, + [479] = {.lex_state = 172}, [480] = {.lex_state = 172}, [481] = {.lex_state = 172}, - [482] = {.lex_state = 336}, + [482] = {.lex_state = 172}, [483] = {.lex_state = 336}, [484] = {.lex_state = 172}, [485] = {.lex_state = 172}, [486] = {.lex_state = 172}, - [487] = {.lex_state = 336}, + [487] = {.lex_state = 172}, [488] = {.lex_state = 336}, [489] = {.lex_state = 336}, - [490] = {.lex_state = 172}, - [491] = {.lex_state = 172}, + [490] = {.lex_state = 336}, + [491] = {.lex_state = 336}, [492] = {.lex_state = 336}, [493] = {.lex_state = 336}, [494] = {.lex_state = 336}, - [495] = {.lex_state = 172}, - [496] = {.lex_state = 172}, + [495] = {.lex_state = 336}, + [496] = {.lex_state = 336}, [497] = {.lex_state = 336}, [498] = {.lex_state = 336}, - [499] = {.lex_state = 172}, + [499] = {.lex_state = 336}, [500] = {.lex_state = 336}, - [501] = {.lex_state = 172}, - [502] = {.lex_state = 172}, + [501] = {.lex_state = 336}, + [502] = {.lex_state = 336}, [503] = {.lex_state = 336}, [504] = {.lex_state = 336}, [505] = {.lex_state = 336}, - [506] = {.lex_state = 172}, - [507] = {.lex_state = 172}, - [508] = {.lex_state = 172}, + [506] = {.lex_state = 336}, + [507] = {.lex_state = 336}, + [508] = {.lex_state = 336}, [509] = {.lex_state = 336}, [510] = {.lex_state = 336}, - [511] = {.lex_state = 172}, + [511] = {.lex_state = 336}, [512] = {.lex_state = 336}, [513] = {.lex_state = 336}, [514] = {.lex_state = 336}, @@ -22348,9 +22348,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [519] = {.lex_state = 336}, [520] = {.lex_state = 336}, [521] = {.lex_state = 336}, - [522] = {.lex_state = 172}, - [523] = {.lex_state = 172}, - [524] = {.lex_state = 172}, + [522] = {.lex_state = 336}, + [523] = {.lex_state = 336}, + [524] = {.lex_state = 336}, [525] = {.lex_state = 336}, [526] = {.lex_state = 336}, [527] = {.lex_state = 336}, @@ -22366,152 +22366,152 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [537] = {.lex_state = 336}, [538] = {.lex_state = 336}, [539] = {.lex_state = 336}, - [540] = {.lex_state = 172}, + [540] = {.lex_state = 336}, [541] = {.lex_state = 172}, - [542] = {.lex_state = 336}, - [543] = {.lex_state = 336}, - [544] = {.lex_state = 336}, - [545] = {.lex_state = 336}, - [546] = {.lex_state = 336}, - [547] = {.lex_state = 336}, - [548] = {.lex_state = 336}, - [549] = {.lex_state = 336}, - [550] = {.lex_state = 336}, - [551] = {.lex_state = 336}, - [552] = {.lex_state = 336}, - [553] = {.lex_state = 336}, - [554] = {.lex_state = 336}, - [555] = {.lex_state = 336}, - [556] = {.lex_state = 336}, - [557] = {.lex_state = 336}, - [558] = {.lex_state = 336}, - [559] = {.lex_state = 336}, - [560] = {.lex_state = 336}, - [561] = {.lex_state = 336}, - [562] = {.lex_state = 336}, + [542] = {.lex_state = 172}, + [543] = {.lex_state = 172}, + [544] = {.lex_state = 172}, + [545] = {.lex_state = 172}, + [546] = {.lex_state = 172}, + [547] = {.lex_state = 172}, + [548] = {.lex_state = 172}, + [549] = {.lex_state = 172}, + [550] = {.lex_state = 172}, + [551] = {.lex_state = 172}, + [552] = {.lex_state = 172}, + [553] = {.lex_state = 172}, + [554] = {.lex_state = 172}, + [555] = {.lex_state = 172}, + [556] = {.lex_state = 172}, + [557] = {.lex_state = 172}, + [558] = {.lex_state = 172}, + [559] = {.lex_state = 172}, + [560] = {.lex_state = 172}, + [561] = {.lex_state = 172}, + [562] = {.lex_state = 172}, [563] = {.lex_state = 172}, - [564] = {.lex_state = 172}, - [565] = {.lex_state = 336}, - [566] = {.lex_state = 172}, + [564] = {.lex_state = 336}, + [565] = {.lex_state = 172}, + [566] = {.lex_state = 336}, [567] = {.lex_state = 172}, - [568] = {.lex_state = 236}, + [568] = {.lex_state = 336}, [569] = {.lex_state = 336}, [570] = {.lex_state = 172}, - [571] = {.lex_state = 336}, - [572] = {.lex_state = 336}, + [571] = {.lex_state = 172}, + [572] = {.lex_state = 172}, [573] = {.lex_state = 172}, - [574] = {.lex_state = 336}, - [575] = {.lex_state = 336}, + [574] = {.lex_state = 172}, + [575] = {.lex_state = 172}, [576] = {.lex_state = 336}, [577] = {.lex_state = 172}, [578] = {.lex_state = 336}, [579] = {.lex_state = 336}, [580] = {.lex_state = 336}, [581] = {.lex_state = 336}, - [582] = {.lex_state = 172}, - [583] = {.lex_state = 336}, + [582] = {.lex_state = 336}, + [583] = {.lex_state = 172}, [584] = {.lex_state = 336}, - [585] = {.lex_state = 172}, + [585] = {.lex_state = 336}, [586] = {.lex_state = 336}, [587] = {.lex_state = 336}, - [588] = {.lex_state = 172}, - [589] = {.lex_state = 336}, + [588] = {.lex_state = 336}, + [589] = {.lex_state = 172}, [590] = {.lex_state = 336}, [591] = {.lex_state = 336}, - [592] = {.lex_state = 336}, - [593] = {.lex_state = 336}, + [592] = {.lex_state = 172}, + [593] = {.lex_state = 172}, [594] = {.lex_state = 336}, [595] = {.lex_state = 336}, [596] = {.lex_state = 336}, [597] = {.lex_state = 336}, [598] = {.lex_state = 336}, - [599] = {.lex_state = 336}, - [600] = {.lex_state = 172}, - [601] = {.lex_state = 172}, + [599] = {.lex_state = 172}, + [600] = {.lex_state = 336}, + [601] = {.lex_state = 336}, [602] = {.lex_state = 336}, [603] = {.lex_state = 336}, - [604] = {.lex_state = 172}, - [605] = {.lex_state = 336}, - [606] = {.lex_state = 336}, + [604] = {.lex_state = 336}, + [605] = {.lex_state = 172}, + [606] = {.lex_state = 172}, [607] = {.lex_state = 336}, [608] = {.lex_state = 336}, - [609] = {.lex_state = 336}, + [609] = {.lex_state = 172}, [610] = {.lex_state = 336}, [611] = {.lex_state = 336}, [612] = {.lex_state = 336}, [613] = {.lex_state = 336}, [614] = {.lex_state = 336}, [615] = {.lex_state = 336}, - [616] = {.lex_state = 172}, + [616] = {.lex_state = 336}, [617] = {.lex_state = 336}, - [618] = {.lex_state = 336}, + [618] = {.lex_state = 172}, [619] = {.lex_state = 172}, [620] = {.lex_state = 172}, - [621] = {.lex_state = 336}, + [621] = {.lex_state = 172}, [622] = {.lex_state = 172}, [623] = {.lex_state = 336}, - [624] = {.lex_state = 172}, - [625] = {.lex_state = 172}, - [626] = {.lex_state = 172}, + [624] = {.lex_state = 336}, + [625] = {.lex_state = 336}, + [626] = {.lex_state = 236}, [627] = {.lex_state = 172}, - [628] = {.lex_state = 336}, + [628] = {.lex_state = 172}, [629] = {.lex_state = 172}, - [630] = {.lex_state = 172}, + [630] = {.lex_state = 336}, [631] = {.lex_state = 336}, - [632] = {.lex_state = 172}, - [633] = {.lex_state = 172}, - [634] = {.lex_state = 172}, - [635] = {.lex_state = 172}, - [636] = {.lex_state = 172}, + [632] = {.lex_state = 336}, + [633] = {.lex_state = 336}, + [634] = {.lex_state = 336}, + [635] = {.lex_state = 336}, + [636] = {.lex_state = 336}, [637] = {.lex_state = 172}, [638] = {.lex_state = 172}, [639] = {.lex_state = 172}, [640] = {.lex_state = 336}, - [641] = {.lex_state = 172}, - [642] = {.lex_state = 172}, - [643] = {.lex_state = 172}, + [641] = {.lex_state = 336}, + [642] = {.lex_state = 336}, + [643] = {.lex_state = 336}, [644] = {.lex_state = 336}, [645] = {.lex_state = 336}, - [646] = {.lex_state = 172}, - [647] = {.lex_state = 172}, - [648] = {.lex_state = 172}, - [649] = {.lex_state = 172}, - [650] = {.lex_state = 172}, + [646] = {.lex_state = 336}, + [647] = {.lex_state = 336}, + [648] = {.lex_state = 336}, + [649] = {.lex_state = 336}, + [650] = {.lex_state = 336}, [651] = {.lex_state = 172}, [652] = {.lex_state = 172}, [653] = {.lex_state = 172}, - [654] = {.lex_state = 172}, - [655] = {.lex_state = 172}, + [654] = {.lex_state = 336}, + [655] = {.lex_state = 336}, [656] = {.lex_state = 172}, [657] = {.lex_state = 172}, - [658] = {.lex_state = 336}, - [659] = {.lex_state = 336}, + [658] = {.lex_state = 172}, + [659] = {.lex_state = 172}, [660] = {.lex_state = 172}, - [661] = {.lex_state = 172}, - [662] = {.lex_state = 172}, - [663] = {.lex_state = 172}, - [664] = {.lex_state = 172}, - [665] = {.lex_state = 172}, + [661] = {.lex_state = 336}, + [662] = {.lex_state = 336}, + [663] = {.lex_state = 336}, + [664] = {.lex_state = 336}, + [665] = {.lex_state = 336}, [666] = {.lex_state = 172}, - [667] = {.lex_state = 172}, - [668] = {.lex_state = 172}, + [667] = {.lex_state = 336}, + [668] = {.lex_state = 336}, [669] = {.lex_state = 172}, - [670] = {.lex_state = 172}, - [671] = {.lex_state = 172}, + [670] = {.lex_state = 336}, + [671] = {.lex_state = 336}, [672] = {.lex_state = 172}, - [673] = {.lex_state = 336}, + [673] = {.lex_state = 172}, [674] = {.lex_state = 336}, - [675] = {.lex_state = 172}, + [675] = {.lex_state = 336}, [676] = {.lex_state = 172}, - [677] = {.lex_state = 336}, + [677] = {.lex_state = 172}, [678] = {.lex_state = 172}, [679] = {.lex_state = 172}, [680] = {.lex_state = 172}, [681] = {.lex_state = 172}, - [682] = {.lex_state = 172}, + [682] = {.lex_state = 336}, [683] = {.lex_state = 172}, [684] = {.lex_state = 172}, - [685] = {.lex_state = 172}, + [685] = {.lex_state = 336}, [686] = {.lex_state = 163}, [687] = {.lex_state = 336}, [688] = {.lex_state = 336}, @@ -22589,17 +22589,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [760] = {.lex_state = 192}, [761] = {.lex_state = 192}, [762] = {.lex_state = 192}, - [763] = {.lex_state = 237}, + [763] = {.lex_state = 192}, [764] = {.lex_state = 192}, [765] = {.lex_state = 192}, [766] = {.lex_state = 192}, [767] = {.lex_state = 192}, [768] = {.lex_state = 192}, - [769] = {.lex_state = 237}, - [770] = {.lex_state = 192}, + [769] = {.lex_state = 192}, + [770] = {.lex_state = 237}, [771] = {.lex_state = 192}, - [772] = {.lex_state = 192}, - [773] = {.lex_state = 192}, + [772] = {.lex_state = 237}, + [773] = {.lex_state = 237}, [774] = {.lex_state = 192}, [775] = {.lex_state = 192}, [776] = {.lex_state = 192}, @@ -22609,7 +22609,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [780] = {.lex_state = 192}, [781] = {.lex_state = 192}, [782] = {.lex_state = 192}, - [783] = {.lex_state = 237}, + [783] = {.lex_state = 192}, [784] = {.lex_state = 163}, [785] = {.lex_state = 163}, [786] = {.lex_state = 166}, @@ -22621,50 +22621,50 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [792] = {.lex_state = 167}, [793] = {.lex_state = 336}, [794] = {.lex_state = 336}, - [795] = {.lex_state = 174}, + [795] = {.lex_state = 236}, [796] = {.lex_state = 174}, [797] = {.lex_state = 236}, [798] = {.lex_state = 174}, - [799] = {.lex_state = 236}, + [799] = {.lex_state = 174}, [800] = {.lex_state = 174}, [801] = {.lex_state = 174}, - [802] = {.lex_state = 236}, + [802] = {.lex_state = 174}, [803] = {.lex_state = 174}, [804] = {.lex_state = 174}, [805] = {.lex_state = 174}, [806] = {.lex_state = 174}, - [807] = {.lex_state = 174}, + [807] = {.lex_state = 236}, [808] = {.lex_state = 174}, - [809] = {.lex_state = 174}, - [810] = {.lex_state = 236}, + [809] = {.lex_state = 236}, + [810] = {.lex_state = 174}, [811] = {.lex_state = 174}, - [812] = {.lex_state = 174}, + [812] = {.lex_state = 236}, [813] = {.lex_state = 174}, [814] = {.lex_state = 174}, [815] = {.lex_state = 236}, - [816] = {.lex_state = 236}, + [816] = {.lex_state = 174}, [817] = {.lex_state = 174}, [818] = {.lex_state = 174}, [819] = {.lex_state = 174}, [820] = {.lex_state = 174}, - [821] = {.lex_state = 174}, - [822] = {.lex_state = 236}, + [821] = {.lex_state = 236}, + [822] = {.lex_state = 174}, [823] = {.lex_state = 236}, - [824] = {.lex_state = 236}, - [825] = {.lex_state = 173}, + [824] = {.lex_state = 173}, + [825] = {.lex_state = 236}, [826] = {.lex_state = 236}, [827] = {.lex_state = 236}, [828] = {.lex_state = 236}, [829] = {.lex_state = 236}, - [830] = {.lex_state = 236}, - [831] = {.lex_state = 173}, + [830] = {.lex_state = 173}, + [831] = {.lex_state = 236}, [832] = {.lex_state = 174}, [833] = {.lex_state = 336}, [834] = {.lex_state = 171}, [835] = {.lex_state = 171}, [836] = {.lex_state = 171}, - [837] = {.lex_state = 173}, - [838] = {.lex_state = 171}, + [837] = {.lex_state = 171}, + [838] = {.lex_state = 173}, [839] = {.lex_state = 173}, [840] = {.lex_state = 171}, [841] = {.lex_state = 171}, @@ -22678,13 +22678,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [849] = {.lex_state = 171}, [850] = {.lex_state = 171}, [851] = {.lex_state = 171}, - [852] = {.lex_state = 171}, + [852] = {.lex_state = 185}, [853] = {.lex_state = 171}, [854] = {.lex_state = 171}, [855] = {.lex_state = 171}, [856] = {.lex_state = 171}, [857] = {.lex_state = 171}, - [858] = {.lex_state = 185}, + [858] = {.lex_state = 171}, [859] = {.lex_state = 171}, [860] = {.lex_state = 171}, [861] = {.lex_state = 171}, @@ -22757,10 +22757,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [928] = {.lex_state = 174}, [929] = {.lex_state = 174}, [930] = {.lex_state = 185}, - [931] = {.lex_state = 185}, + [931] = {.lex_state = 181}, [932] = {.lex_state = 185}, [933] = {.lex_state = 185}, - [934] = {.lex_state = 181}, + [934] = {.lex_state = 185}, [935] = {.lex_state = 185}, [936] = {.lex_state = 185}, [937] = {.lex_state = 185}, @@ -22791,47 +22791,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [962] = {.lex_state = 174}, [963] = {.lex_state = 174}, [964] = {.lex_state = 174}, - [965] = {.lex_state = 173}, - [966] = {.lex_state = 174}, + [965] = {.lex_state = 174}, + [966] = {.lex_state = 173}, [967] = {.lex_state = 173}, [968] = {.lex_state = 173}, - [969] = {.lex_state = 174}, - [970] = {.lex_state = 173}, - [971] = {.lex_state = 173}, + [969] = {.lex_state = 173}, + [970] = {.lex_state = 174}, + [971] = {.lex_state = 174}, [972] = {.lex_state = 173}, [973] = {.lex_state = 173}, [974] = {.lex_state = 173}, - [975] = {.lex_state = 173}, - [976] = {.lex_state = 173}, + [975] = {.lex_state = 174}, + [976] = {.lex_state = 174}, [977] = {.lex_state = 173}, [978] = {.lex_state = 173}, - [979] = {.lex_state = 173}, - [980] = {.lex_state = 173}, + [979] = {.lex_state = 174}, + [980] = {.lex_state = 174}, [981] = {.lex_state = 173}, - [982] = {.lex_state = 174}, - [983] = {.lex_state = 174}, + [982] = {.lex_state = 173}, + [983] = {.lex_state = 173}, [984] = {.lex_state = 174}, [985] = {.lex_state = 173}, [986] = {.lex_state = 173}, - [987] = {.lex_state = 173}, + [987] = {.lex_state = 174}, [988] = {.lex_state = 173}, [989] = {.lex_state = 173}, [990] = {.lex_state = 173}, - [991] = {.lex_state = 173}, + [991] = {.lex_state = 174}, [992] = {.lex_state = 173}, - [993] = {.lex_state = 174}, - [994] = {.lex_state = 173}, + [993] = {.lex_state = 173}, + [994] = {.lex_state = 174}, [995] = {.lex_state = 174}, - [996] = {.lex_state = 174}, - [997] = {.lex_state = 173}, + [996] = {.lex_state = 173}, + [997] = {.lex_state = 174}, [998] = {.lex_state = 174}, [999] = {.lex_state = 174}, - [1000] = {.lex_state = 174}, - [1001] = {.lex_state = 174}, - [1002] = {.lex_state = 174}, + [1000] = {.lex_state = 173}, + [1001] = {.lex_state = 173}, + [1002] = {.lex_state = 173}, [1003] = {.lex_state = 173}, - [1004] = {.lex_state = 174}, - [1005] = {.lex_state = 174}, + [1004] = {.lex_state = 173}, + [1005] = {.lex_state = 173}, [1006] = {.lex_state = 174}, [1007] = {.lex_state = 174}, [1008] = {.lex_state = 174}, @@ -23326,15 +23326,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1497] = {.lex_state = 174}, [1498] = {.lex_state = 174}, [1499] = {.lex_state = 174}, - [1500] = {.lex_state = 193}, + [1500] = {.lex_state = 236}, [1501] = {.lex_state = 193}, [1502] = {.lex_state = 193}, - [1503] = {.lex_state = 236}, + [1503] = {.lex_state = 193}, [1504] = {.lex_state = 193}, - [1505] = {.lex_state = 236}, + [1505] = {.lex_state = 193}, [1506] = {.lex_state = 193}, [1507] = {.lex_state = 193}, - [1508] = {.lex_state = 193}, + [1508] = {.lex_state = 236}, [1509] = {.lex_state = 193}, [1510] = {.lex_state = 171}, [1511] = {.lex_state = 193}, @@ -23345,33 +23345,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1516] = {.lex_state = 236}, [1517] = {.lex_state = 236}, [1518] = {.lex_state = 193}, - [1519] = {.lex_state = 196}, - [1520] = {.lex_state = 193}, - [1521] = {.lex_state = 191}, - [1522] = {.lex_state = 181}, + [1519] = {.lex_state = 191}, + [1520] = {.lex_state = 196}, + [1521] = {.lex_state = 193}, + [1522] = {.lex_state = 191}, [1523] = {.lex_state = 191}, - [1524] = {.lex_state = 222}, + [1524] = {.lex_state = 181}, [1525] = {.lex_state = 222}, [1526] = {.lex_state = 222}, - [1527] = {.lex_state = 191}, + [1527] = {.lex_state = 222}, [1528] = {.lex_state = 191}, [1529] = {.lex_state = 222}, - [1530] = {.lex_state = 191}, - [1531] = {.lex_state = 222}, - [1532] = {.lex_state = 222}, - [1533] = {.lex_state = 191}, - [1534] = {.lex_state = 191}, - [1535] = {.lex_state = 222}, - [1536] = {.lex_state = 193}, + [1530] = {.lex_state = 222}, + [1531] = {.lex_state = 191}, + [1532] = {.lex_state = 191}, + [1533] = {.lex_state = 193}, + [1534] = {.lex_state = 222}, + [1535] = {.lex_state = 191}, + [1536] = {.lex_state = 222}, [1537] = {.lex_state = 191}, [1538] = {.lex_state = 191}, - [1539] = {.lex_state = 193}, - [1540] = {.lex_state = 196}, - [1541] = {.lex_state = 182}, + [1539] = {.lex_state = 196}, + [1540] = {.lex_state = 182}, + [1541] = {.lex_state = 193}, [1542] = {.lex_state = 196}, - [1543] = {.lex_state = 196}, + [1543] = {.lex_state = 186}, [1544] = {.lex_state = 196}, - [1545] = {.lex_state = 186}, + [1545] = {.lex_state = 196}, [1546] = {.lex_state = 196}, [1547] = {.lex_state = 196}, [1548] = {.lex_state = 196}, @@ -23379,51 +23379,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1550] = {.lex_state = 191}, [1551] = {.lex_state = 191}, [1552] = {.lex_state = 191}, - [1553] = {.lex_state = 191}, - [1554] = {.lex_state = 176}, + [1553] = {.lex_state = 176}, + [1554] = {.lex_state = 191}, [1555] = {.lex_state = 191}, [1556] = {.lex_state = 191}, [1557] = {.lex_state = 191}, [1558] = {.lex_state = 209}, [1559] = {.lex_state = 209}, - [1560] = {.lex_state = 196}, - [1561] = {.lex_state = 194}, + [1560] = {.lex_state = 194}, + [1561] = {.lex_state = 196}, [1562] = {.lex_state = 194}, - [1563] = {.lex_state = 194}, + [1563] = {.lex_state = 217}, [1564] = {.lex_state = 194}, - [1565] = {.lex_state = 217}, + [1565] = {.lex_state = 194}, [1566] = {.lex_state = 194}, - [1567] = {.lex_state = 194}, + [1567] = {.lex_state = 217}, [1568] = {.lex_state = 194}, - [1569] = {.lex_state = 217}, - [1570] = {.lex_state = 196}, + [1569] = {.lex_state = 196}, + [1570] = {.lex_state = 194}, [1571] = {.lex_state = 236}, [1572] = {.lex_state = 236}, - [1573] = {.lex_state = 236}, - [1574] = {.lex_state = 222}, - [1575] = {.lex_state = 236}, - [1576] = {.lex_state = 209}, + [1573] = {.lex_state = 222}, + [1574] = {.lex_state = 236}, + [1575] = {.lex_state = 209}, + [1576] = {.lex_state = 236}, [1577] = {.lex_state = 236}, [1578] = {.lex_state = 236}, - [1579] = {.lex_state = 236}, + [1579] = {.lex_state = 209}, [1580] = {.lex_state = 236}, - [1581] = {.lex_state = 209}, + [1581] = {.lex_state = 236}, [1582] = {.lex_state = 236}, - [1583] = {.lex_state = 236}, + [1583] = {.lex_state = 217}, [1584] = {.lex_state = 236}, [1585] = {.lex_state = 236}, [1586] = {.lex_state = 236}, [1587] = {.lex_state = 236}, - [1588] = {.lex_state = 209}, + [1588] = {.lex_state = 236}, [1589] = {.lex_state = 236}, [1590] = {.lex_state = 236}, [1591] = {.lex_state = 236}, [1592] = {.lex_state = 236}, - [1593] = {.lex_state = 217}, - [1594] = {.lex_state = 236}, + [1593] = {.lex_state = 236}, + [1594] = {.lex_state = 209}, [1595] = {.lex_state = 236}, - [1596] = {.lex_state = 236}, - [1597] = {.lex_state = 209}, + [1596] = {.lex_state = 209}, + [1597] = {.lex_state = 236}, [1598] = {.lex_state = 236}, [1599] = {.lex_state = 236}, [1600] = {.lex_state = 236}, @@ -23437,94 +23437,94 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1608] = {.lex_state = 236}, [1609] = {.lex_state = 236}, [1610] = {.lex_state = 236}, - [1611] = {.lex_state = 209}, - [1612] = {.lex_state = 236}, - [1613] = {.lex_state = 202}, - [1614] = {.lex_state = 217}, - [1615] = {.lex_state = 209}, - [1616] = {.lex_state = 209}, - [1617] = {.lex_state = 217}, + [1611] = {.lex_state = 236}, + [1612] = {.lex_state = 209}, + [1613] = {.lex_state = 236}, + [1614] = {.lex_state = 209}, + [1615] = {.lex_state = 202}, + [1616] = {.lex_state = 217}, + [1617] = {.lex_state = 209}, [1618] = {.lex_state = 236}, [1619] = {.lex_state = 209}, - [1620] = {.lex_state = 236}, - [1621] = {.lex_state = 236}, - [1622] = {.lex_state = 217}, - [1623] = {.lex_state = 217}, - [1624] = {.lex_state = 236}, + [1620] = {.lex_state = 217}, + [1621] = {.lex_state = 217}, + [1622] = {.lex_state = 236}, + [1623] = {.lex_state = 236}, + [1624] = {.lex_state = 217}, [1625] = {.lex_state = 236}, [1626] = {.lex_state = 209}, - [1627] = {.lex_state = 202}, - [1628] = {.lex_state = 209}, - [1629] = {.lex_state = 236}, - [1630] = {.lex_state = 202}, - [1631] = {.lex_state = 222}, - [1632] = {.lex_state = 174}, - [1633] = {.lex_state = 236}, - [1634] = {.lex_state = 236}, - [1635] = {.lex_state = 209}, - [1636] = {.lex_state = 236}, + [1627] = {.lex_state = 209}, + [1628] = {.lex_state = 202}, + [1629] = {.lex_state = 209}, + [1630] = {.lex_state = 236}, + [1631] = {.lex_state = 236}, + [1632] = {.lex_state = 236}, + [1633] = {.lex_state = 202}, + [1634] = {.lex_state = 174}, + [1635] = {.lex_state = 171}, + [1636] = {.lex_state = 222}, [1637] = {.lex_state = 236}, - [1638] = {.lex_state = 236}, - [1639] = {.lex_state = 209}, + [1638] = {.lex_state = 202}, + [1639] = {.lex_state = 171}, [1640] = {.lex_state = 236}, - [1641] = {.lex_state = 202}, - [1642] = {.lex_state = 236}, - [1643] = {.lex_state = 171}, - [1644] = {.lex_state = 171}, - [1645] = {.lex_state = 206}, - [1646] = {.lex_state = 236}, + [1641] = {.lex_state = 236}, + [1642] = {.lex_state = 209}, + [1643] = {.lex_state = 236}, + [1644] = {.lex_state = 236}, + [1645] = {.lex_state = 222}, + [1646] = {.lex_state = 206}, [1647] = {.lex_state = 206}, - [1648] = {.lex_state = 206}, + [1648] = {.lex_state = 236}, [1649] = {.lex_state = 206}, - [1650] = {.lex_state = 206}, - [1651] = {.lex_state = 222}, + [1650] = {.lex_state = 236}, + [1651] = {.lex_state = 206}, [1652] = {.lex_state = 206}, - [1653] = {.lex_state = 236}, + [1653] = {.lex_state = 206}, [1654] = {.lex_state = 206}, - [1655] = {.lex_state = 213}, - [1656] = {.lex_state = 213}, + [1655] = {.lex_state = 236}, + [1656] = {.lex_state = 236}, [1657] = {.lex_state = 213}, - [1658] = {.lex_state = 236}, - [1659] = {.lex_state = 213}, + [1658] = {.lex_state = 213}, + [1659] = {.lex_state = 236}, [1660] = {.lex_state = 213}, [1661] = {.lex_state = 236}, - [1662] = {.lex_state = 176}, + [1662] = {.lex_state = 213}, [1663] = {.lex_state = 236}, [1664] = {.lex_state = 236}, - [1665] = {.lex_state = 236}, + [1665] = {.lex_state = 213}, [1666] = {.lex_state = 213}, - [1667] = {.lex_state = 236}, + [1667] = {.lex_state = 176}, [1668] = {.lex_state = 213}, [1669] = {.lex_state = 236}, [1670] = {.lex_state = 236}, - [1671] = {.lex_state = 236}, - [1672] = {.lex_state = 236}, + [1671] = {.lex_state = 178}, + [1672] = {.lex_state = 223}, [1673] = {.lex_state = 236}, [1674] = {.lex_state = 236}, [1675] = {.lex_state = 236}, [1676] = {.lex_state = 236}, - [1677] = {.lex_state = 223}, - [1678] = {.lex_state = 236}, - [1679] = {.lex_state = 178}, + [1677] = {.lex_state = 236}, + [1678] = {.lex_state = 223}, + [1679] = {.lex_state = 236}, [1680] = {.lex_state = 236}, - [1681] = {.lex_state = 223}, + [1681] = {.lex_state = 236}, [1682] = {.lex_state = 236}, - [1683] = {.lex_state = 202}, + [1683] = {.lex_state = 178}, [1684] = {.lex_state = 236}, [1685] = {.lex_state = 236}, [1686] = {.lex_state = 236}, [1687] = {.lex_state = 236}, [1688] = {.lex_state = 236}, - [1689] = {.lex_state = 236}, + [1689] = {.lex_state = 223}, [1690] = {.lex_state = 236}, - [1691] = {.lex_state = 236}, - [1692] = {.lex_state = 223}, + [1691] = {.lex_state = 202}, + [1692] = {.lex_state = 236}, [1693] = {.lex_state = 236}, - [1694] = {.lex_state = 174}, + [1694] = {.lex_state = 223}, [1695] = {.lex_state = 236}, [1696] = {.lex_state = 236}, [1697] = {.lex_state = 236}, - [1698] = {.lex_state = 236}, + [1698] = {.lex_state = 174}, [1699] = {.lex_state = 236}, [1700] = {.lex_state = 236}, [1701] = {.lex_state = 236}, @@ -23536,55 +23536,55 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1707] = {.lex_state = 236}, [1708] = {.lex_state = 236}, [1709] = {.lex_state = 236}, - [1710] = {.lex_state = 174}, - [1711] = {.lex_state = 202}, + [1710] = {.lex_state = 236}, + [1711] = {.lex_state = 236}, [1712] = {.lex_state = 236}, - [1713] = {.lex_state = 223}, - [1714] = {.lex_state = 223}, + [1713] = {.lex_state = 236}, + [1714] = {.lex_state = 236}, [1715] = {.lex_state = 236}, - [1716] = {.lex_state = 223}, + [1716] = {.lex_state = 236}, [1717] = {.lex_state = 236}, [1718] = {.lex_state = 236}, [1719] = {.lex_state = 236}, - [1720] = {.lex_state = 202}, + [1720] = {.lex_state = 236}, [1721] = {.lex_state = 236}, [1722] = {.lex_state = 236}, [1723] = {.lex_state = 236}, [1724] = {.lex_state = 236}, [1725] = {.lex_state = 236}, - [1726] = {.lex_state = 223}, + [1726] = {.lex_state = 236}, [1727] = {.lex_state = 236}, [1728] = {.lex_state = 236}, [1729] = {.lex_state = 236}, - [1730] = {.lex_state = 178}, + [1730] = {.lex_state = 174}, [1731] = {.lex_state = 236}, [1732] = {.lex_state = 236}, [1733] = {.lex_state = 236}, - [1734] = {.lex_state = 236}, + [1734] = {.lex_state = 202}, [1735] = {.lex_state = 236}, [1736] = {.lex_state = 236}, [1737] = {.lex_state = 236}, - [1738] = {.lex_state = 236}, - [1739] = {.lex_state = 223}, + [1738] = {.lex_state = 223}, + [1739] = {.lex_state = 236}, [1740] = {.lex_state = 236}, - [1741] = {.lex_state = 223}, - [1742] = {.lex_state = 202}, + [1741] = {.lex_state = 236}, + [1742] = {.lex_state = 236}, [1743] = {.lex_state = 236}, - [1744] = {.lex_state = 236}, - [1745] = {.lex_state = 236}, + [1744] = {.lex_state = 223}, + [1745] = {.lex_state = 223}, [1746] = {.lex_state = 236}, [1747] = {.lex_state = 236}, - [1748] = {.lex_state = 236}, - [1749] = {.lex_state = 236}, + [1748] = {.lex_state = 202}, + [1749] = {.lex_state = 223}, [1750] = {.lex_state = 236}, - [1751] = {.lex_state = 178}, - [1752] = {.lex_state = 236}, + [1751] = {.lex_state = 236}, + [1752] = {.lex_state = 178}, [1753] = {.lex_state = 236}, [1754] = {.lex_state = 236}, [1755] = {.lex_state = 236}, [1756] = {.lex_state = 236}, [1757] = {.lex_state = 236}, - [1758] = {.lex_state = 223}, + [1758] = {.lex_state = 236}, [1759] = {.lex_state = 236}, [1760] = {.lex_state = 236}, [1761] = {.lex_state = 236}, @@ -23592,13 +23592,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1763] = {.lex_state = 236}, [1764] = {.lex_state = 236}, [1765] = {.lex_state = 223}, - [1766] = {.lex_state = 202}, - [1767] = {.lex_state = 236}, - [1768] = {.lex_state = 236}, + [1766] = {.lex_state = 223}, + [1767] = {.lex_state = 223}, + [1768] = {.lex_state = 202}, [1769] = {.lex_state = 236}, - [1770] = {.lex_state = 236}, + [1770] = {.lex_state = 223}, [1771] = {.lex_state = 236}, - [1772] = {.lex_state = 236}, + [1772] = {.lex_state = 223}, [1773] = {.lex_state = 236}, [1774] = {.lex_state = 236}, [1775] = {.lex_state = 236}, @@ -23606,8 +23606,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1777] = {.lex_state = 236}, [1778] = {.lex_state = 236}, [1779] = {.lex_state = 236}, - [1780] = {.lex_state = 223}, - [1781] = {.lex_state = 223}, + [1780] = {.lex_state = 202}, + [1781] = {.lex_state = 236}, [1782] = {.lex_state = 236}, [1783] = {.lex_state = 202}, [1784] = {.lex_state = 202}, @@ -23618,631 +23618,631 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1789] = {.lex_state = 202}, [1790] = {.lex_state = 202}, [1791] = {.lex_state = 202}, - [1792] = {.lex_state = 192}, + [1792] = {.lex_state = 202}, [1793] = {.lex_state = 202}, [1794] = {.lex_state = 202}, - [1795] = {.lex_state = 202}, + [1795] = {.lex_state = 192}, [1796] = {.lex_state = 202}, - [1797] = {.lex_state = 202}, - [1798] = {.lex_state = 192}, + [1797] = {.lex_state = 237}, + [1798] = {.lex_state = 236}, [1799] = {.lex_state = 202}, [1800] = {.lex_state = 202}, [1801] = {.lex_state = 202}, [1802] = {.lex_state = 202}, [1803] = {.lex_state = 202}, - [1804] = {.lex_state = 202}, - [1805] = {.lex_state = 202}, - [1806] = {.lex_state = 202}, + [1804] = {.lex_state = 237}, + [1805] = {.lex_state = 237}, + [1806] = {.lex_state = 192}, [1807] = {.lex_state = 202}, [1808] = {.lex_state = 202}, - [1809] = {.lex_state = 237}, - [1810] = {.lex_state = 202}, + [1809] = {.lex_state = 202}, + [1810] = {.lex_state = 191}, [1811] = {.lex_state = 202}, - [1812] = {.lex_state = 191}, + [1812] = {.lex_state = 192}, [1813] = {.lex_state = 202}, [1814] = {.lex_state = 202}, - [1815] = {.lex_state = 192}, + [1815] = {.lex_state = 202}, [1816] = {.lex_state = 202}, - [1817] = {.lex_state = 202}, + [1817] = {.lex_state = 237}, [1818] = {.lex_state = 202}, [1819] = {.lex_state = 202}, - [1820] = {.lex_state = 191}, - [1821] = {.lex_state = 237}, + [1820] = {.lex_state = 202}, + [1821] = {.lex_state = 192}, [1822] = {.lex_state = 202}, [1823] = {.lex_state = 202}, - [1824] = {.lex_state = 236}, + [1824] = {.lex_state = 202}, [1825] = {.lex_state = 202}, [1826] = {.lex_state = 202}, - [1827] = {.lex_state = 237}, - [1828] = {.lex_state = 237}, + [1827] = {.lex_state = 202}, + [1828] = {.lex_state = 202}, [1829] = {.lex_state = 202}, - [1830] = {.lex_state = 192}, - [1831] = {.lex_state = 202}, + [1830] = {.lex_state = 202}, + [1831] = {.lex_state = 191}, [1832] = {.lex_state = 202}, - [1833] = {.lex_state = 222}, - [1834] = {.lex_state = 222}, + [1833] = {.lex_state = 236}, + [1834] = {.lex_state = 236}, [1835] = {.lex_state = 222}, - [1836] = {.lex_state = 236}, - [1837] = {.lex_state = 236}, - [1838] = {.lex_state = 236}, - [1839] = {.lex_state = 222}, + [1836] = {.lex_state = 206}, + [1837] = {.lex_state = 222}, + [1838] = {.lex_state = 222}, + [1839] = {.lex_state = 236}, [1840] = {.lex_state = 222}, - [1841] = {.lex_state = 236}, + [1841] = {.lex_state = 222}, [1842] = {.lex_state = 222}, - [1843] = {.lex_state = 206}, + [1843] = {.lex_state = 222}, [1844] = {.lex_state = 222}, [1845] = {.lex_state = 222}, - [1846] = {.lex_state = 236}, - [1847] = {.lex_state = 236}, - [1848] = {.lex_state = 222}, + [1846] = {.lex_state = 222}, + [1847] = {.lex_state = 222}, + [1848] = {.lex_state = 236}, [1849] = {.lex_state = 236}, [1850] = {.lex_state = 236}, - [1851] = {.lex_state = 222}, - [1852] = {.lex_state = 222}, - [1853] = {.lex_state = 192}, + [1851] = {.lex_state = 236}, + [1852] = {.lex_state = 236}, + [1853] = {.lex_state = 236}, [1854] = {.lex_state = 237}, - [1855] = {.lex_state = 236}, + [1855] = {.lex_state = 213}, [1856] = {.lex_state = 237}, - [1857] = {.lex_state = 213}, - [1858] = {.lex_state = 237}, - [1859] = {.lex_state = 227}, - [1860] = {.lex_state = 197}, + [1857] = {.lex_state = 237}, + [1858] = {.lex_state = 192}, + [1859] = {.lex_state = 236}, + [1860] = {.lex_state = 236}, [1861] = {.lex_state = 192}, - [1862] = {.lex_state = 178}, - [1863] = {.lex_state = 178}, - [1864] = {.lex_state = 192}, - [1865] = {.lex_state = 192}, - [1866] = {.lex_state = 236}, - [1867] = {.lex_state = 201}, - [1868] = {.lex_state = 236}, - [1869] = {.lex_state = 178}, - [1870] = {.lex_state = 178}, - [1871] = {.lex_state = 237}, - [1872] = {.lex_state = 236}, - [1873] = {.lex_state = 206}, - [1874] = {.lex_state = 192}, - [1875] = {.lex_state = 236}, - [1876] = {.lex_state = 237}, - [1877] = {.lex_state = 192}, - [1878] = {.lex_state = 213}, + [1862] = {.lex_state = 236}, + [1863] = {.lex_state = 236}, + [1864] = {.lex_state = 178}, + [1865] = {.lex_state = 178}, + [1866] = {.lex_state = 192}, + [1867] = {.lex_state = 192}, + [1868] = {.lex_state = 178}, + [1869] = {.lex_state = 197}, + [1870] = {.lex_state = 201}, + [1871] = {.lex_state = 192}, + [1872] = {.lex_state = 178}, + [1873] = {.lex_state = 237}, + [1874] = {.lex_state = 227}, + [1875] = {.lex_state = 237}, + [1876] = {.lex_state = 206}, + [1877] = {.lex_state = 227}, + [1878] = {.lex_state = 192}, [1879] = {.lex_state = 192}, - [1880] = {.lex_state = 237}, + [1880] = {.lex_state = 192}, [1881] = {.lex_state = 192}, [1882] = {.lex_state = 192}, - [1883] = {.lex_state = 237}, + [1883] = {.lex_state = 192}, [1884] = {.lex_state = 192}, - [1885] = {.lex_state = 192}, - [1886] = {.lex_state = 237}, + [1885] = {.lex_state = 202}, + [1886] = {.lex_state = 192}, [1887] = {.lex_state = 192}, - [1888] = {.lex_state = 237}, - [1889] = {.lex_state = 237}, + [1888] = {.lex_state = 192}, + [1889] = {.lex_state = 192}, [1890] = {.lex_state = 192}, - [1891] = {.lex_state = 237}, - [1892] = {.lex_state = 237}, - [1893] = {.lex_state = 237}, - [1894] = {.lex_state = 237}, - [1895] = {.lex_state = 237}, + [1891] = {.lex_state = 192}, + [1892] = {.lex_state = 192}, + [1893] = {.lex_state = 192}, + [1894] = {.lex_state = 192}, + [1895] = {.lex_state = 192}, [1896] = {.lex_state = 192}, - [1897] = {.lex_state = 237}, - [1898] = {.lex_state = 237}, - [1899] = {.lex_state = 237}, - [1900] = {.lex_state = 237}, - [1901] = {.lex_state = 237}, - [1902] = {.lex_state = 237}, - [1903] = {.lex_state = 237}, - [1904] = {.lex_state = 237}, - [1905] = {.lex_state = 237}, + [1897] = {.lex_state = 192}, + [1898] = {.lex_state = 192}, + [1899] = {.lex_state = 192}, + [1900] = {.lex_state = 192}, + [1901] = {.lex_state = 192}, + [1902] = {.lex_state = 192}, + [1903] = {.lex_state = 192}, + [1904] = {.lex_state = 192}, + [1905] = {.lex_state = 192}, [1906] = {.lex_state = 192}, - [1907] = {.lex_state = 192}, - [1908] = {.lex_state = 237}, - [1909] = {.lex_state = 237}, + [1907] = {.lex_state = 237}, + [1908] = {.lex_state = 203}, + [1909] = {.lex_state = 236}, [1910] = {.lex_state = 237}, [1911] = {.lex_state = 237}, - [1912] = {.lex_state = 227}, + [1912] = {.lex_state = 237}, [1913] = {.lex_state = 237}, [1914] = {.lex_state = 237}, [1915] = {.lex_state = 237}, - [1916] = {.lex_state = 192}, + [1916] = {.lex_state = 237}, [1917] = {.lex_state = 237}, [1918] = {.lex_state = 237}, [1919] = {.lex_state = 237}, - [1920] = {.lex_state = 192}, + [1920] = {.lex_state = 237}, [1921] = {.lex_state = 237}, [1922] = {.lex_state = 237}, - [1923] = {.lex_state = 192}, - [1924] = {.lex_state = 192}, + [1923] = {.lex_state = 237}, + [1924] = {.lex_state = 237}, [1925] = {.lex_state = 237}, - [1926] = {.lex_state = 192}, - [1927] = {.lex_state = 192}, + [1926] = {.lex_state = 237}, + [1927] = {.lex_state = 237}, [1928] = {.lex_state = 192}, - [1929] = {.lex_state = 192}, - [1930] = {.lex_state = 192}, - [1931] = {.lex_state = 192}, + [1929] = {.lex_state = 237}, + [1930] = {.lex_state = 237}, + [1931] = {.lex_state = 237}, [1932] = {.lex_state = 237}, [1933] = {.lex_state = 237}, - [1934] = {.lex_state = 192}, + [1934] = {.lex_state = 237}, [1935] = {.lex_state = 237}, - [1936] = {.lex_state = 192}, - [1937] = {.lex_state = 192}, + [1936] = {.lex_state = 237}, + [1937] = {.lex_state = 237}, [1938] = {.lex_state = 237}, - [1939] = {.lex_state = 192}, - [1940] = {.lex_state = 192}, - [1941] = {.lex_state = 192}, - [1942] = {.lex_state = 192}, - [1943] = {.lex_state = 192}, - [1944] = {.lex_state = 192}, - [1945] = {.lex_state = 192}, + [1939] = {.lex_state = 237}, + [1940] = {.lex_state = 237}, + [1941] = {.lex_state = 237}, + [1942] = {.lex_state = 237}, + [1943] = {.lex_state = 237}, + [1944] = {.lex_state = 237}, + [1945] = {.lex_state = 237}, [1946] = {.lex_state = 237}, - [1947] = {.lex_state = 192}, + [1947] = {.lex_state = 237}, [1948] = {.lex_state = 237}, [1949] = {.lex_state = 237}, [1950] = {.lex_state = 237}, [1951] = {.lex_state = 237}, - [1952] = {.lex_state = 192}, - [1953] = {.lex_state = 237}, + [1952] = {.lex_state = 237}, + [1953] = {.lex_state = 192}, [1954] = {.lex_state = 192}, [1955] = {.lex_state = 192}, - [1956] = {.lex_state = 237}, + [1956] = {.lex_state = 192}, [1957] = {.lex_state = 192}, - [1958] = {.lex_state = 237}, - [1959] = {.lex_state = 192}, - [1960] = {.lex_state = 192}, - [1961] = {.lex_state = 192}, + [1958] = {.lex_state = 192}, + [1959] = {.lex_state = 237}, + [1960] = {.lex_state = 237}, + [1961] = {.lex_state = 237}, [1962] = {.lex_state = 237}, - [1963] = {.lex_state = 192}, + [1963] = {.lex_state = 237}, [1964] = {.lex_state = 192}, - [1965] = {.lex_state = 192}, - [1966] = {.lex_state = 192}, - [1967] = {.lex_state = 237}, - [1968] = {.lex_state = 192}, - [1969] = {.lex_state = 192}, - [1970] = {.lex_state = 236}, - [1971] = {.lex_state = 192}, - [1972] = {.lex_state = 192}, - [1973] = {.lex_state = 192}, + [1965] = {.lex_state = 237}, + [1966] = {.lex_state = 227}, + [1967] = {.lex_state = 194}, + [1968] = {.lex_state = 203}, + [1969] = {.lex_state = 237}, + [1970] = {.lex_state = 237}, + [1971] = {.lex_state = 237}, + [1972] = {.lex_state = 237}, + [1973] = {.lex_state = 237}, [1974] = {.lex_state = 237}, - [1975] = {.lex_state = 235}, - [1976] = {.lex_state = 192}, - [1977] = {.lex_state = 237}, + [1975] = {.lex_state = 202}, + [1976] = {.lex_state = 213}, + [1977] = {.lex_state = 192}, [1978] = {.lex_state = 192}, - [1979] = {.lex_state = 237}, - [1980] = {.lex_state = 237}, - [1981] = {.lex_state = 237}, + [1979] = {.lex_state = 192}, + [1980] = {.lex_state = 192}, + [1981] = {.lex_state = 192}, [1982] = {.lex_state = 192}, - [1983] = {.lex_state = 237}, - [1984] = {.lex_state = 237}, - [1985] = {.lex_state = 237}, + [1983] = {.lex_state = 192}, + [1984] = {.lex_state = 192}, + [1985] = {.lex_state = 192}, [1986] = {.lex_state = 192}, - [1987] = {.lex_state = 237}, - [1988] = {.lex_state = 203}, - [1989] = {.lex_state = 237}, + [1987] = {.lex_state = 192}, + [1988] = {.lex_state = 176}, + [1989] = {.lex_state = 192}, [1990] = {.lex_state = 192}, [1991] = {.lex_state = 192}, [1992] = {.lex_state = 192}, [1993] = {.lex_state = 237}, [1994] = {.lex_state = 237}, - [1995] = {.lex_state = 237}, - [1996] = {.lex_state = 237}, + [1995] = {.lex_state = 192}, + [1996] = {.lex_state = 192}, [1997] = {.lex_state = 192}, [1998] = {.lex_state = 192}, - [1999] = {.lex_state = 237}, + [1999] = {.lex_state = 192}, [2000] = {.lex_state = 192}, - [2001] = {.lex_state = 237}, + [2001] = {.lex_state = 192}, [2002] = {.lex_state = 192}, - [2003] = {.lex_state = 192}, + [2003] = {.lex_state = 237}, [2004] = {.lex_state = 237}, [2005] = {.lex_state = 237}, [2006] = {.lex_state = 237}, - [2007] = {.lex_state = 192}, + [2007] = {.lex_state = 237}, [2008] = {.lex_state = 237}, - [2009] = {.lex_state = 192}, - [2010] = {.lex_state = 203}, + [2009] = {.lex_state = 237}, + [2010] = {.lex_state = 237}, [2011] = {.lex_state = 192}, [2012] = {.lex_state = 192}, [2013] = {.lex_state = 192}, [2014] = {.lex_state = 192}, - [2015] = {.lex_state = 235}, + [2015] = {.lex_state = 192}, [2016] = {.lex_state = 192}, - [2017] = {.lex_state = 194}, + [2017] = {.lex_state = 192}, [2018] = {.lex_state = 192}, [2019] = {.lex_state = 192}, [2020] = {.lex_state = 192}, - [2021] = {.lex_state = 237}, - [2022] = {.lex_state = 237}, + [2021] = {.lex_state = 236}, + [2022] = {.lex_state = 192}, [2023] = {.lex_state = 192}, [2024] = {.lex_state = 192}, [2025] = {.lex_state = 192}, [2026] = {.lex_state = 237}, - [2027] = {.lex_state = 227}, + [2027] = {.lex_state = 237}, [2028] = {.lex_state = 237}, [2029] = {.lex_state = 192}, - [2030] = {.lex_state = 192}, + [2030] = {.lex_state = 237}, [2031] = {.lex_state = 237}, - [2032] = {.lex_state = 192}, - [2033] = {.lex_state = 192}, + [2032] = {.lex_state = 237}, + [2033] = {.lex_state = 237}, [2034] = {.lex_state = 192}, [2035] = {.lex_state = 192}, [2036] = {.lex_state = 237}, - [2037] = {.lex_state = 192}, + [2037] = {.lex_state = 237}, [2038] = {.lex_state = 237}, [2039] = {.lex_state = 192}, - [2040] = {.lex_state = 192}, - [2041] = {.lex_state = 192}, - [2042] = {.lex_state = 192}, - [2043] = {.lex_state = 236}, + [2040] = {.lex_state = 237}, + [2041] = {.lex_state = 237}, + [2042] = {.lex_state = 237}, + [2043] = {.lex_state = 237}, [2044] = {.lex_state = 192}, - [2045] = {.lex_state = 202}, - [2046] = {.lex_state = 192}, - [2047] = {.lex_state = 192}, - [2048] = {.lex_state = 237}, - [2049] = {.lex_state = 202}, - [2050] = {.lex_state = 192}, - [2051] = {.lex_state = 192}, - [2052] = {.lex_state = 192}, + [2045] = {.lex_state = 237}, + [2046] = {.lex_state = 237}, + [2047] = {.lex_state = 237}, + [2048] = {.lex_state = 192}, + [2049] = {.lex_state = 237}, + [2050] = {.lex_state = 237}, + [2051] = {.lex_state = 237}, + [2052] = {.lex_state = 237}, [2053] = {.lex_state = 237}, [2054] = {.lex_state = 237}, [2055] = {.lex_state = 237}, - [2056] = {.lex_state = 176}, + [2056] = {.lex_state = 237}, [2057] = {.lex_state = 237}, - [2058] = {.lex_state = 237}, - [2059] = {.lex_state = 237}, - [2060] = {.lex_state = 237}, - [2061] = {.lex_state = 237}, - [2062] = {.lex_state = 237}, - [2063] = {.lex_state = 237}, - [2064] = {.lex_state = 192}, - [2065] = {.lex_state = 237}, - [2066] = {.lex_state = 237}, - [2067] = {.lex_state = 237}, - [2068] = {.lex_state = 237}, - [2069] = {.lex_state = 237}, - [2070] = {.lex_state = 237}, - [2071] = {.lex_state = 237}, - [2072] = {.lex_state = 227}, - [2073] = {.lex_state = 203}, - [2074] = {.lex_state = 203}, - [2075] = {.lex_state = 203}, + [2058] = {.lex_state = 192}, + [2059] = {.lex_state = 192}, + [2060] = {.lex_state = 192}, + [2061] = {.lex_state = 192}, + [2062] = {.lex_state = 192}, + [2063] = {.lex_state = 235}, + [2064] = {.lex_state = 235}, + [2065] = {.lex_state = 192}, + [2066] = {.lex_state = 192}, + [2067] = {.lex_state = 192}, + [2068] = {.lex_state = 192}, + [2069] = {.lex_state = 192}, + [2070] = {.lex_state = 192}, + [2071] = {.lex_state = 192}, + [2072] = {.lex_state = 197}, + [2073] = {.lex_state = 197}, + [2074] = {.lex_state = 197}, + [2075] = {.lex_state = 227}, [2076] = {.lex_state = 203}, - [2077] = {.lex_state = 194}, + [2077] = {.lex_state = 203}, [2078] = {.lex_state = 203}, [2079] = {.lex_state = 203}, - [2080] = {.lex_state = 197}, + [2080] = {.lex_state = 203}, [2081] = {.lex_state = 203}, - [2082] = {.lex_state = 197}, + [2082] = {.lex_state = 203}, [2083] = {.lex_state = 203}, [2084] = {.lex_state = 203}, [2085] = {.lex_state = 203}, - [2086] = {.lex_state = 197}, - [2087] = {.lex_state = 203}, - [2088] = {.lex_state = 203}, - [2089] = {.lex_state = 194}, - [2090] = {.lex_state = 203}, - [2091] = {.lex_state = 197}, + [2086] = {.lex_state = 203}, + [2087] = {.lex_state = 197}, + [2088] = {.lex_state = 194}, + [2089] = {.lex_state = 203}, + [2090] = {.lex_state = 194}, + [2091] = {.lex_state = 194}, [2092] = {.lex_state = 197}, - [2093] = {.lex_state = 194}, - [2094] = {.lex_state = 194}, - [2095] = {.lex_state = 236}, + [2093] = {.lex_state = 203}, + [2094] = {.lex_state = 236}, + [2095] = {.lex_state = 194}, [2096] = {.lex_state = 236}, [2097] = {.lex_state = 236}, - [2098] = {.lex_state = 236}, - [2099] = {.lex_state = 236}, - [2100] = {.lex_state = 236}, + [2098] = {.lex_state = 238}, + [2099] = {.lex_state = 203}, + [2100] = {.lex_state = 178}, [2101] = {.lex_state = 236}, - [2102] = {.lex_state = 235}, - [2103] = {.lex_state = 236}, + [2102] = {.lex_state = 227}, + [2103] = {.lex_state = 227}, [2104] = {.lex_state = 236}, - [2105] = {.lex_state = 178}, - [2106] = {.lex_state = 227}, - [2107] = {.lex_state = 201}, + [2105] = {.lex_state = 236}, + [2106] = {.lex_state = 236}, + [2107] = {.lex_state = 236}, [2108] = {.lex_state = 236}, [2109] = {.lex_state = 236}, [2110] = {.lex_state = 236}, - [2111] = {.lex_state = 201}, + [2111] = {.lex_state = 236}, [2112] = {.lex_state = 238}, - [2113] = {.lex_state = 238}, - [2114] = {.lex_state = 236}, + [2113] = {.lex_state = 236}, + [2114] = {.lex_state = 238}, [2115] = {.lex_state = 235}, [2116] = {.lex_state = 236}, - [2117] = {.lex_state = 236}, - [2118] = {.lex_state = 194}, - [2119] = {.lex_state = 203}, - [2120] = {.lex_state = 194}, + [2117] = {.lex_state = 201}, + [2118] = {.lex_state = 201}, + [2119] = {.lex_state = 194}, + [2120] = {.lex_state = 236}, [2121] = {.lex_state = 236}, - [2122] = {.lex_state = 238}, - [2123] = {.lex_state = 236}, - [2124] = {.lex_state = 236}, - [2125] = {.lex_state = 194}, - [2126] = {.lex_state = 227}, - [2127] = {.lex_state = 194}, + [2122] = {.lex_state = 236}, + [2123] = {.lex_state = 194}, + [2124] = {.lex_state = 194}, + [2125] = {.lex_state = 236}, + [2126] = {.lex_state = 194}, + [2127] = {.lex_state = 235}, [2128] = {.lex_state = 185}, - [2129] = {.lex_state = 178}, - [2130] = {.lex_state = 238}, + [2129] = {.lex_state = 238}, + [2130] = {.lex_state = 178}, [2131] = {.lex_state = 238}, - [2132] = {.lex_state = 176}, - [2133] = {.lex_state = 238}, - [2134] = {.lex_state = 185}, + [2132] = {.lex_state = 178}, + [2133] = {.lex_state = 197}, + [2134] = {.lex_state = 238}, [2135] = {.lex_state = 181}, - [2136] = {.lex_state = 181}, - [2137] = {.lex_state = 176}, - [2138] = {.lex_state = 238}, - [2139] = {.lex_state = 178}, - [2140] = {.lex_state = 197}, - [2141] = {.lex_state = 185}, - [2142] = {.lex_state = 194}, - [2143] = {.lex_state = 178}, - [2144] = {.lex_state = 176}, - [2145] = {.lex_state = 178}, - [2146] = {.lex_state = 176}, - [2147] = {.lex_state = 238}, - [2148] = {.lex_state = 197}, - [2149] = {.lex_state = 197}, - [2150] = {.lex_state = 176}, - [2151] = {.lex_state = 176}, + [2136] = {.lex_state = 176}, + [2137] = {.lex_state = 185}, + [2138] = {.lex_state = 181}, + [2139] = {.lex_state = 176}, + [2140] = {.lex_state = 176}, + [2141] = {.lex_state = 176}, + [2142] = {.lex_state = 178}, + [2143] = {.lex_state = 197}, + [2144] = {.lex_state = 185}, + [2145] = {.lex_state = 238}, + [2146] = {.lex_state = 197}, + [2147] = {.lex_state = 178}, + [2148] = {.lex_state = 238}, + [2149] = {.lex_state = 194}, + [2150] = {.lex_state = 197}, + [2151] = {.lex_state = 236}, [2152] = {.lex_state = 195}, - [2153] = {.lex_state = 197}, - [2154] = {.lex_state = 184}, - [2155] = {.lex_state = 197}, - [2156] = {.lex_state = 194}, - [2157] = {.lex_state = 236}, - [2158] = {.lex_state = 197}, - [2159] = {.lex_state = 194}, + [2153] = {.lex_state = 176}, + [2154] = {.lex_state = 176}, + [2155] = {.lex_state = 184}, + [2156] = {.lex_state = 197}, + [2157] = {.lex_state = 197}, + [2158] = {.lex_state = 203}, + [2159] = {.lex_state = 195}, [2160] = {.lex_state = 194}, [2161] = {.lex_state = 197}, [2162] = {.lex_state = 236}, - [2163] = {.lex_state = 203}, - [2164] = {.lex_state = 197}, - [2165] = {.lex_state = 197}, + [2163] = {.lex_state = 184}, + [2164] = {.lex_state = 176}, + [2165] = {.lex_state = 176}, [2166] = {.lex_state = 195}, [2167] = {.lex_state = 197}, [2168] = {.lex_state = 197}, - [2169] = {.lex_state = 184}, - [2170] = {.lex_state = 197}, - [2171] = {.lex_state = 197}, - [2172] = {.lex_state = 182}, - [2173] = {.lex_state = 236}, - [2174] = {.lex_state = 176}, - [2175] = {.lex_state = 176}, - [2176] = {.lex_state = 197}, + [2169] = {.lex_state = 182}, + [2170] = {.lex_state = 184}, + [2171] = {.lex_state = 194}, + [2172] = {.lex_state = 176}, + [2173] = {.lex_state = 194}, + [2174] = {.lex_state = 197}, + [2175] = {.lex_state = 197}, + [2176] = {.lex_state = 236}, [2177] = {.lex_state = 197}, - [2178] = {.lex_state = 176}, - [2179] = {.lex_state = 195}, - [2180] = {.lex_state = 195}, - [2181] = {.lex_state = 197}, - [2182] = {.lex_state = 195}, - [2183] = {.lex_state = 182}, - [2184] = {.lex_state = 194}, - [2185] = {.lex_state = 176}, + [2178] = {.lex_state = 195}, + [2179] = {.lex_state = 197}, + [2180] = {.lex_state = 197}, + [2181] = {.lex_state = 194}, + [2182] = {.lex_state = 197}, + [2183] = {.lex_state = 176}, + [2184] = {.lex_state = 176}, + [2185] = {.lex_state = 195}, [2186] = {.lex_state = 176}, - [2187] = {.lex_state = 176}, - [2188] = {.lex_state = 184}, - [2189] = {.lex_state = 227}, + [2187] = {.lex_state = 197}, + [2188] = {.lex_state = 227}, + [2189] = {.lex_state = 182}, [2190] = {.lex_state = 203}, [2191] = {.lex_state = 197}, - [2192] = {.lex_state = 195}, - [2193] = {.lex_state = 201}, - [2194] = {.lex_state = 197}, - [2195] = {.lex_state = 197}, - [2196] = {.lex_state = 194}, - [2197] = {.lex_state = 176}, - [2198] = {.lex_state = 194}, - [2199] = {.lex_state = 197}, - [2200] = {.lex_state = 197}, - [2201] = {.lex_state = 197}, - [2202] = {.lex_state = 226}, + [2192] = {.lex_state = 197}, + [2193] = {.lex_state = 197}, + [2194] = {.lex_state = 176}, + [2195] = {.lex_state = 203}, + [2196] = {.lex_state = 203}, + [2197] = {.lex_state = 226}, + [2198] = {.lex_state = 203}, + [2199] = {.lex_state = 203}, + [2200] = {.lex_state = 188}, + [2201] = {.lex_state = 226}, + [2202] = {.lex_state = 197}, [2203] = {.lex_state = 226}, [2204] = {.lex_state = 197}, [2205] = {.lex_state = 197}, [2206] = {.lex_state = 226}, - [2207] = {.lex_state = 197}, - [2208] = {.lex_state = 186}, + [2207] = {.lex_state = 226}, + [2208] = {.lex_state = 195}, [2209] = {.lex_state = 195}, - [2210] = {.lex_state = 195}, - [2211] = {.lex_state = 195}, - [2212] = {.lex_state = 197}, - [2213] = {.lex_state = 197}, - [2214] = {.lex_state = 197}, - [2215] = {.lex_state = 203}, + [2210] = {.lex_state = 197}, + [2211] = {.lex_state = 197}, + [2212] = {.lex_state = 195}, + [2213] = {.lex_state = 195}, + [2214] = {.lex_state = 188}, + [2215] = {.lex_state = 197}, [2216] = {.lex_state = 197}, [2217] = {.lex_state = 197}, - [2218] = {.lex_state = 226}, - [2219] = {.lex_state = 195}, - [2220] = {.lex_state = 197}, - [2221] = {.lex_state = 176}, - [2222] = {.lex_state = 197}, - [2223] = {.lex_state = 195}, - [2224] = {.lex_state = 178}, - [2225] = {.lex_state = 178}, - [2226] = {.lex_state = 195}, - [2227] = {.lex_state = 194}, - [2228] = {.lex_state = 203}, - [2229] = {.lex_state = 203}, - [2230] = {.lex_state = 203}, - [2231] = {.lex_state = 203}, - [2232] = {.lex_state = 203}, - [2233] = {.lex_state = 226}, - [2234] = {.lex_state = 195}, - [2235] = {.lex_state = 194}, - [2236] = {.lex_state = 195}, - [2237] = {.lex_state = 195}, - [2238] = {.lex_state = 188}, + [2218] = {.lex_state = 197}, + [2219] = {.lex_state = 197}, + [2220] = {.lex_state = 226}, + [2221] = {.lex_state = 226}, + [2222] = {.lex_state = 226}, + [2223] = {.lex_state = 226}, + [2224] = {.lex_state = 226}, + [2225] = {.lex_state = 195}, + [2226] = {.lex_state = 197}, + [2227] = {.lex_state = 197}, + [2228] = {.lex_state = 226}, + [2229] = {.lex_state = 188}, + [2230] = {.lex_state = 186}, + [2231] = {.lex_state = 226}, + [2232] = {.lex_state = 226}, + [2233] = {.lex_state = 178}, + [2234] = {.lex_state = 226}, + [2235] = {.lex_state = 197}, + [2236] = {.lex_state = 194}, + [2237] = {.lex_state = 194}, + [2238] = {.lex_state = 194}, [2239] = {.lex_state = 194}, [2240] = {.lex_state = 197}, - [2241] = {.lex_state = 197}, - [2242] = {.lex_state = 195}, - [2243] = {.lex_state = 226}, - [2244] = {.lex_state = 226}, - [2245] = {.lex_state = 197}, - [2246] = {.lex_state = 197}, - [2247] = {.lex_state = 178}, + [2241] = {.lex_state = 194}, + [2242] = {.lex_state = 194}, + [2243] = {.lex_state = 203}, + [2244] = {.lex_state = 194}, + [2245] = {.lex_state = 194}, + [2246] = {.lex_state = 194}, + [2247] = {.lex_state = 194}, [2248] = {.lex_state = 194}, - [2249] = {.lex_state = 195}, - [2250] = {.lex_state = 197}, - [2251] = {.lex_state = 197}, - [2252] = {.lex_state = 188}, - [2253] = {.lex_state = 178}, + [2249] = {.lex_state = 194}, + [2250] = {.lex_state = 194}, + [2251] = {.lex_state = 194}, + [2252] = {.lex_state = 203}, + [2253] = {.lex_state = 203}, [2254] = {.lex_state = 197}, - [2255] = {.lex_state = 197}, - [2256] = {.lex_state = 197}, - [2257] = {.lex_state = 194}, - [2258] = {.lex_state = 197}, - [2259] = {.lex_state = 186}, - [2260] = {.lex_state = 226}, + [2255] = {.lex_state = 178}, + [2256] = {.lex_state = 203}, + [2257] = {.lex_state = 195}, + [2258] = {.lex_state = 203}, + [2259] = {.lex_state = 195}, + [2260] = {.lex_state = 197}, [2261] = {.lex_state = 195}, - [2262] = {.lex_state = 226}, - [2263] = {.lex_state = 197}, - [2264] = {.lex_state = 176}, - [2265] = {.lex_state = 197}, + [2262] = {.lex_state = 176}, + [2263] = {.lex_state = 194}, + [2264] = {.lex_state = 201}, + [2265] = {.lex_state = 201}, [2266] = {.lex_state = 197}, - [2267] = {.lex_state = 197}, + [2267] = {.lex_state = 195}, [2268] = {.lex_state = 197}, - [2269] = {.lex_state = 176}, - [2270] = {.lex_state = 188}, - [2271] = {.lex_state = 226}, - [2272] = {.lex_state = 226}, - [2273] = {.lex_state = 203}, - [2274] = {.lex_state = 203}, - [2275] = {.lex_state = 203}, - [2276] = {.lex_state = 203}, + [2269] = {.lex_state = 197}, + [2270] = {.lex_state = 197}, + [2271] = {.lex_state = 197}, + [2272] = {.lex_state = 197}, + [2273] = {.lex_state = 195}, + [2274] = {.lex_state = 195}, + [2275] = {.lex_state = 197}, + [2276] = {.lex_state = 195}, [2277] = {.lex_state = 197}, - [2278] = {.lex_state = 194}, - [2279] = {.lex_state = 194}, - [2280] = {.lex_state = 226}, - [2281] = {.lex_state = 197}, - [2282] = {.lex_state = 226}, + [2278] = {.lex_state = 197}, + [2279] = {.lex_state = 197}, + [2280] = {.lex_state = 197}, + [2281] = {.lex_state = 195}, + [2282] = {.lex_state = 197}, [2283] = {.lex_state = 197}, - [2284] = {.lex_state = 194}, - [2285] = {.lex_state = 197}, - [2286] = {.lex_state = 194}, - [2287] = {.lex_state = 194}, - [2288] = {.lex_state = 194}, - [2289] = {.lex_state = 194}, - [2290] = {.lex_state = 194}, - [2291] = {.lex_state = 226}, - [2292] = {.lex_state = 178}, - [2293] = {.lex_state = 197}, + [2284] = {.lex_state = 178}, + [2285] = {.lex_state = 178}, + [2286] = {.lex_state = 197}, + [2287] = {.lex_state = 197}, + [2288] = {.lex_state = 197}, + [2289] = {.lex_state = 186}, + [2290] = {.lex_state = 203}, + [2291] = {.lex_state = 197}, + [2292] = {.lex_state = 203}, + [2293] = {.lex_state = 176}, [2294] = {.lex_state = 197}, - [2295] = {.lex_state = 203}, + [2295] = {.lex_state = 197}, [2296] = {.lex_state = 197}, [2297] = {.lex_state = 197}, - [2298] = {.lex_state = 201}, + [2298] = {.lex_state = 178}, [2299] = {.lex_state = 197}, - [2300] = {.lex_state = 203}, + [2300] = {.lex_state = 197}, [2301] = {.lex_state = 197}, - [2302] = {.lex_state = 197}, - [2303] = {.lex_state = 197}, - [2304] = {.lex_state = 194}, - [2305] = {.lex_state = 238}, - [2306] = {.lex_state = 194}, - [2307] = {.lex_state = 194}, + [2302] = {.lex_state = 176}, + [2303] = {.lex_state = 203}, + [2304] = {.lex_state = 197}, + [2305] = {.lex_state = 197}, + [2306] = {.lex_state = 197}, + [2307] = {.lex_state = 197}, [2308] = {.lex_state = 197}, [2309] = {.lex_state = 197}, - [2310] = {.lex_state = 197}, - [2311] = {.lex_state = 197}, - [2312] = {.lex_state = 184}, + [2310] = {.lex_state = 194}, + [2311] = {.lex_state = 194}, + [2312] = {.lex_state = 226}, [2313] = {.lex_state = 197}, - [2314] = {.lex_state = 178}, - [2315] = {.lex_state = 197}, + [2314] = {.lex_state = 238}, + [2315] = {.lex_state = 178}, [2316] = {.lex_state = 178}, - [2317] = {.lex_state = 197}, - [2318] = {.lex_state = 238}, - [2319] = {.lex_state = 197}, + [2317] = {.lex_state = 178}, + [2318] = {.lex_state = 236}, + [2319] = {.lex_state = 238}, [2320] = {.lex_state = 197}, - [2321] = {.lex_state = 238}, + [2321] = {.lex_state = 197}, [2322] = {.lex_state = 238}, [2323] = {.lex_state = 197}, - [2324] = {.lex_state = 238}, + [2324] = {.lex_state = 178}, [2325] = {.lex_state = 194}, - [2326] = {.lex_state = 178}, + [2326] = {.lex_state = 197}, [2327] = {.lex_state = 197}, [2328] = {.lex_state = 197}, - [2329] = {.lex_state = 197}, - [2330] = {.lex_state = 178}, - [2331] = {.lex_state = 197}, - [2332] = {.lex_state = 226}, - [2333] = {.lex_state = 197}, + [2329] = {.lex_state = 194}, + [2330] = {.lex_state = 238}, + [2331] = {.lex_state = 238}, + [2332] = {.lex_state = 197}, + [2333] = {.lex_state = 184}, [2334] = {.lex_state = 197}, - [2335] = {.lex_state = 236}, - [2336] = {.lex_state = 238}, + [2335] = {.lex_state = 197}, + [2336] = {.lex_state = 195}, [2337] = {.lex_state = 238}, - [2338] = {.lex_state = 194}, - [2339] = {.lex_state = 200}, + [2338] = {.lex_state = 238}, + [2339] = {.lex_state = 238}, [2340] = {.lex_state = 238}, - [2341] = {.lex_state = 178}, - [2342] = {.lex_state = 238}, - [2343] = {.lex_state = 238}, - [2344] = {.lex_state = 188}, - [2345] = {.lex_state = 238}, - [2346] = {.lex_state = 184}, - [2347] = {.lex_state = 195}, - [2348] = {.lex_state = 178}, - [2349] = {.lex_state = 238}, - [2350] = {.lex_state = 238}, - [2351] = {.lex_state = 197}, - [2352] = {.lex_state = 238}, - [2353] = {.lex_state = 184}, - [2354] = {.lex_state = 195}, - [2355] = {.lex_state = 184}, - [2356] = {.lex_state = 238}, - [2357] = {.lex_state = 184}, + [2341] = {.lex_state = 194}, + [2342] = {.lex_state = 197}, + [2343] = {.lex_state = 184}, + [2344] = {.lex_state = 238}, + [2345] = {.lex_state = 197}, + [2346] = {.lex_state = 197}, + [2347] = {.lex_state = 197}, + [2348] = {.lex_state = 197}, + [2349] = {.lex_state = 197}, + [2350] = {.lex_state = 197}, + [2351] = {.lex_state = 238}, + [2352] = {.lex_state = 194}, + [2353] = {.lex_state = 178}, + [2354] = {.lex_state = 178}, + [2355] = {.lex_state = 178}, + [2356] = {.lex_state = 178}, + [2357] = {.lex_state = 195}, [2358] = {.lex_state = 238}, - [2359] = {.lex_state = 207}, + [2359] = {.lex_state = 238}, [2360] = {.lex_state = 238}, - [2361] = {.lex_state = 178}, + [2361] = {.lex_state = 238}, [2362] = {.lex_state = 238}, [2363] = {.lex_state = 238}, [2364] = {.lex_state = 238}, - [2365] = {.lex_state = 194}, - [2366] = {.lex_state = 194}, - [2367] = {.lex_state = 236}, - [2368] = {.lex_state = 195}, + [2365] = {.lex_state = 238}, + [2366] = {.lex_state = 195}, + [2367] = {.lex_state = 238}, + [2368] = {.lex_state = 238}, [2369] = {.lex_state = 238}, [2370] = {.lex_state = 238}, - [2371] = {.lex_state = 195}, + [2371] = {.lex_state = 238}, [2372] = {.lex_state = 238}, [2373] = {.lex_state = 238}, [2374] = {.lex_state = 238}, - [2375] = {.lex_state = 206}, - [2376] = {.lex_state = 174}, + [2375] = {.lex_state = 194}, + [2376] = {.lex_state = 238}, [2377] = {.lex_state = 238}, [2378] = {.lex_state = 238}, [2379] = {.lex_state = 238}, - [2380] = {.lex_state = 238}, - [2381] = {.lex_state = 184}, - [2382] = {.lex_state = 238}, - [2383] = {.lex_state = 238}, - [2384] = {.lex_state = 197}, - [2385] = {.lex_state = 195}, - [2386] = {.lex_state = 178}, - [2387] = {.lex_state = 238}, - [2388] = {.lex_state = 197}, - [2389] = {.lex_state = 238}, - [2390] = {.lex_state = 197}, - [2391] = {.lex_state = 236}, - [2392] = {.lex_state = 197}, + [2380] = {.lex_state = 236}, + [2381] = {.lex_state = 194}, + [2382] = {.lex_state = 194}, + [2383] = {.lex_state = 174}, + [2384] = {.lex_state = 238}, + [2385] = {.lex_state = 184}, + [2386] = {.lex_state = 194}, + [2387] = {.lex_state = 197}, + [2388] = {.lex_state = 238}, + [2389] = {.lex_state = 194}, + [2390] = {.lex_state = 238}, + [2391] = {.lex_state = 238}, + [2392] = {.lex_state = 238}, [2393] = {.lex_state = 238}, [2394] = {.lex_state = 238}, - [2395] = {.lex_state = 197}, - [2396] = {.lex_state = 194}, - [2397] = {.lex_state = 194}, - [2398] = {.lex_state = 194}, - [2399] = {.lex_state = 174}, - [2400] = {.lex_state = 238}, - [2401] = {.lex_state = 184}, - [2402] = {.lex_state = 197}, + [2395] = {.lex_state = 238}, + [2396] = {.lex_state = 238}, + [2397] = {.lex_state = 184}, + [2398] = {.lex_state = 200}, + [2399] = {.lex_state = 195}, + [2400] = {.lex_state = 184}, + [2401] = {.lex_state = 188}, + [2402] = {.lex_state = 184}, [2403] = {.lex_state = 197}, - [2404] = {.lex_state = 238}, - [2405] = {.lex_state = 238}, - [2406] = {.lex_state = 194}, - [2407] = {.lex_state = 195}, + [2404] = {.lex_state = 195}, + [2405] = {.lex_state = 184}, + [2406] = {.lex_state = 238}, + [2407] = {.lex_state = 236}, [2408] = {.lex_state = 238}, - [2409] = {.lex_state = 184}, - [2410] = {.lex_state = 194}, - [2411] = {.lex_state = 238}, - [2412] = {.lex_state = 197}, + [2409] = {.lex_state = 174}, + [2410] = {.lex_state = 207}, + [2411] = {.lex_state = 184}, + [2412] = {.lex_state = 238}, [2413] = {.lex_state = 238}, - [2414] = {.lex_state = 238}, - [2415] = {.lex_state = 238}, - [2416] = {.lex_state = 238}, + [2414] = {.lex_state = 195}, + [2415] = {.lex_state = 206}, + [2416] = {.lex_state = 194}, [2417] = {.lex_state = 197}, [2418] = {.lex_state = 197}, [2419] = {.lex_state = 197}, @@ -24250,625 +24250,625 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2421] = {.lex_state = 197}, [2422] = {.lex_state = 197}, [2423] = {.lex_state = 197}, - [2424] = {.lex_state = 225}, + [2424] = {.lex_state = 197}, [2425] = {.lex_state = 197}, [2426] = {.lex_state = 225}, - [2427] = {.lex_state = 184}, - [2428] = {.lex_state = 197}, - [2429] = {.lex_state = 197}, + [2427] = {.lex_state = 197}, + [2428] = {.lex_state = 238}, + [2429] = {.lex_state = 184}, [2430] = {.lex_state = 197}, [2431] = {.lex_state = 197}, [2432] = {.lex_state = 197}, - [2433] = {.lex_state = 197}, - [2434] = {.lex_state = 197}, + [2433] = {.lex_state = 225}, + [2434] = {.lex_state = 188}, [2435] = {.lex_state = 197}, - [2436] = {.lex_state = 230}, - [2437] = {.lex_state = 197}, - [2438] = {.lex_state = 188}, + [2436] = {.lex_state = 197}, + [2437] = {.lex_state = 238}, + [2438] = {.lex_state = 197}, [2439] = {.lex_state = 197}, [2440] = {.lex_state = 188}, - [2441] = {.lex_state = 188}, - [2442] = {.lex_state = 197}, + [2441] = {.lex_state = 197}, + [2442] = {.lex_state = 213}, [2443] = {.lex_state = 197}, - [2444] = {.lex_state = 213}, + [2444] = {.lex_state = 238}, [2445] = {.lex_state = 197}, [2446] = {.lex_state = 197}, [2447] = {.lex_state = 197}, - [2448] = {.lex_state = 197}, - [2449] = {.lex_state = 197}, + [2448] = {.lex_state = 226}, + [2449] = {.lex_state = 184}, [2450] = {.lex_state = 197}, [2451] = {.lex_state = 197}, - [2452] = {.lex_state = 197}, + [2452] = {.lex_state = 225}, [2453] = {.lex_state = 197}, - [2454] = {.lex_state = 226}, + [2454] = {.lex_state = 197}, [2455] = {.lex_state = 197}, - [2456] = {.lex_state = 197}, + [2456] = {.lex_state = 225}, [2457] = {.lex_state = 197}, - [2458] = {.lex_state = 225}, + [2458] = {.lex_state = 197}, [2459] = {.lex_state = 225}, - [2460] = {.lex_state = 225}, + [2460] = {.lex_state = 197}, [2461] = {.lex_state = 197}, [2462] = {.lex_state = 197}, [2463] = {.lex_state = 197}, [2464] = {.lex_state = 197}, [2465] = {.lex_state = 197}, - [2466] = {.lex_state = 225}, - [2467] = {.lex_state = 197}, + [2466] = {.lex_state = 197}, + [2467] = {.lex_state = 225}, [2468] = {.lex_state = 197}, [2469] = {.lex_state = 197}, [2470] = {.lex_state = 197}, [2471] = {.lex_state = 197}, [2472] = {.lex_state = 197}, - [2473] = {.lex_state = 225}, - [2474] = {.lex_state = 225}, - [2475] = {.lex_state = 225}, + [2473] = {.lex_state = 226}, + [2474] = {.lex_state = 230}, + [2475] = {.lex_state = 197}, [2476] = {.lex_state = 197}, [2477] = {.lex_state = 197}, - [2478] = {.lex_state = 226}, + [2478] = {.lex_state = 197}, [2479] = {.lex_state = 197}, - [2480] = {.lex_state = 238}, + [2480] = {.lex_state = 197}, [2481] = {.lex_state = 197}, - [2482] = {.lex_state = 184}, + [2482] = {.lex_state = 197}, [2483] = {.lex_state = 197}, - [2484] = {.lex_state = 230}, - [2485] = {.lex_state = 197}, - [2486] = {.lex_state = 197}, - [2487] = {.lex_state = 238}, - [2488] = {.lex_state = 197}, + [2484] = {.lex_state = 197}, + [2485] = {.lex_state = 225}, + [2486] = {.lex_state = 225}, + [2487] = {.lex_state = 225}, + [2488] = {.lex_state = 230}, [2489] = {.lex_state = 197}, [2490] = {.lex_state = 197}, [2491] = {.lex_state = 197}, [2492] = {.lex_state = 197}, [2493] = {.lex_state = 197}, - [2494] = {.lex_state = 197}, - [2495] = {.lex_state = 197}, - [2496] = {.lex_state = 197}, - [2497] = {.lex_state = 230}, - [2498] = {.lex_state = 238}, - [2499] = {.lex_state = 230}, - [2500] = {.lex_state = 225}, - [2501] = {.lex_state = 197}, + [2494] = {.lex_state = 188}, + [2495] = {.lex_state = 188}, + [2496] = {.lex_state = 230}, + [2497] = {.lex_state = 197}, + [2498] = {.lex_state = 197}, + [2499] = {.lex_state = 197}, + [2500] = {.lex_state = 238}, + [2501] = {.lex_state = 184}, [2502] = {.lex_state = 197}, [2503] = {.lex_state = 197}, [2504] = {.lex_state = 197}, - [2505] = {.lex_state = 184}, - [2506] = {.lex_state = 188}, + [2505] = {.lex_state = 197}, + [2506] = {.lex_state = 184}, [2507] = {.lex_state = 197}, [2508] = {.lex_state = 197}, - [2509] = {.lex_state = 225}, - [2510] = {.lex_state = 235}, - [2511] = {.lex_state = 235}, + [2509] = {.lex_state = 197}, + [2510] = {.lex_state = 225}, + [2511] = {.lex_state = 214}, [2512] = {.lex_state = 197}, [2513] = {.lex_state = 197}, [2514] = {.lex_state = 197}, - [2515] = {.lex_state = 197}, - [2516] = {.lex_state = 197}, - [2517] = {.lex_state = 197}, + [2515] = {.lex_state = 235}, + [2516] = {.lex_state = 235}, + [2517] = {.lex_state = 230}, [2518] = {.lex_state = 197}, [2519] = {.lex_state = 197}, [2520] = {.lex_state = 197}, - [2521] = {.lex_state = 214}, - [2522] = {.lex_state = 184}, - [2523] = {.lex_state = 225}, + [2521] = {.lex_state = 197}, + [2522] = {.lex_state = 225}, + [2523] = {.lex_state = 197}, [2524] = {.lex_state = 197}, [2525] = {.lex_state = 197}, [2526] = {.lex_state = 197}, - [2527] = {.lex_state = 238}, - [2528] = {.lex_state = 226}, + [2527] = {.lex_state = 225}, + [2528] = {.lex_state = 238}, [2529] = {.lex_state = 226}, - [2530] = {.lex_state = 206}, + [2530] = {.lex_state = 238}, [2531] = {.lex_state = 238}, - [2532] = {.lex_state = 206}, - [2533] = {.lex_state = 238}, - [2534] = {.lex_state = 238}, + [2532] = {.lex_state = 238}, + [2533] = {.lex_state = 174}, + [2534] = {.lex_state = 226}, [2535] = {.lex_state = 226}, - [2536] = {.lex_state = 174}, - [2537] = {.lex_state = 174}, - [2538] = {.lex_state = 226}, + [2536] = {.lex_state = 238}, + [2537] = {.lex_state = 188}, + [2538] = {.lex_state = 238}, [2539] = {.lex_state = 174}, - [2540] = {.lex_state = 174}, - [2541] = {.lex_state = 174}, - [2542] = {.lex_state = 225}, - [2543] = {.lex_state = 174}, - [2544] = {.lex_state = 238}, - [2545] = {.lex_state = 174}, - [2546] = {.lex_state = 238}, + [2540] = {.lex_state = 188}, + [2541] = {.lex_state = 184}, + [2542] = {.lex_state = 174}, + [2543] = {.lex_state = 226}, + [2544] = {.lex_state = 206}, + [2545] = {.lex_state = 226}, + [2546] = {.lex_state = 206}, [2547] = {.lex_state = 238}, - [2548] = {.lex_state = 174}, - [2549] = {.lex_state = 188}, - [2550] = {.lex_state = 238}, + [2548] = {.lex_state = 226}, + [2549] = {.lex_state = 174}, + [2550] = {.lex_state = 174}, [2551] = {.lex_state = 174}, [2552] = {.lex_state = 206}, - [2553] = {.lex_state = 174}, + [2553] = {.lex_state = 206}, [2554] = {.lex_state = 174}, - [2555] = {.lex_state = 238}, - [2556] = {.lex_state = 238}, - [2557] = {.lex_state = 238}, - [2558] = {.lex_state = 238}, - [2559] = {.lex_state = 238}, - [2560] = {.lex_state = 238}, - [2561] = {.lex_state = 184}, - [2562] = {.lex_state = 188}, - [2563] = {.lex_state = 226}, - [2564] = {.lex_state = 174}, - [2565] = {.lex_state = 226}, - [2566] = {.lex_state = 225}, + [2555] = {.lex_state = 174}, + [2556] = {.lex_state = 174}, + [2557] = {.lex_state = 174}, + [2558] = {.lex_state = 174}, + [2559] = {.lex_state = 226}, + [2560] = {.lex_state = 226}, + [2561] = {.lex_state = 174}, + [2562] = {.lex_state = 238}, + [2563] = {.lex_state = 174}, + [2564] = {.lex_state = 238}, + [2565] = {.lex_state = 174}, + [2566] = {.lex_state = 206}, [2567] = {.lex_state = 206}, - [2568] = {.lex_state = 174}, - [2569] = {.lex_state = 174}, - [2570] = {.lex_state = 206}, + [2568] = {.lex_state = 226}, + [2569] = {.lex_state = 225}, + [2570] = {.lex_state = 238}, [2571] = {.lex_state = 238}, [2572] = {.lex_state = 238}, [2573] = {.lex_state = 238}, - [2574] = {.lex_state = 226}, - [2575] = {.lex_state = 174}, - [2576] = {.lex_state = 206}, - [2577] = {.lex_state = 226}, + [2574] = {.lex_state = 206}, + [2575] = {.lex_state = 206}, + [2576] = {.lex_state = 174}, + [2577] = {.lex_state = 206}, [2578] = {.lex_state = 226}, - [2579] = {.lex_state = 174}, - [2580] = {.lex_state = 174}, - [2581] = {.lex_state = 174}, - [2582] = {.lex_state = 174}, - [2583] = {.lex_state = 226}, - [2584] = {.lex_state = 226}, - [2585] = {.lex_state = 206}, - [2586] = {.lex_state = 188}, - [2587] = {.lex_state = 226}, - [2588] = {.lex_state = 206}, - [2589] = {.lex_state = 226}, - [2590] = {.lex_state = 206}, - [2591] = {.lex_state = 206}, - [2592] = {.lex_state = 238}, - [2593] = {.lex_state = 226}, - [2594] = {.lex_state = 188}, - [2595] = {.lex_state = 206}, - [2596] = {.lex_state = 206}, - [2597] = {.lex_state = 206}, - [2598] = {.lex_state = 206}, + [2579] = {.lex_state = 206}, + [2580] = {.lex_state = 206}, + [2581] = {.lex_state = 225}, + [2582] = {.lex_state = 238}, + [2583] = {.lex_state = 238}, + [2584] = {.lex_state = 174}, + [2585] = {.lex_state = 238}, + [2586] = {.lex_state = 238}, + [2587] = {.lex_state = 238}, + [2588] = {.lex_state = 174}, + [2589] = {.lex_state = 238}, + [2590] = {.lex_state = 174}, + [2591] = {.lex_state = 226}, + [2592] = {.lex_state = 206}, + [2593] = {.lex_state = 174}, + [2594] = {.lex_state = 206}, + [2595] = {.lex_state = 226}, + [2596] = {.lex_state = 226}, + [2597] = {.lex_state = 226}, + [2598] = {.lex_state = 174}, [2599] = {.lex_state = 238}, - [2600] = {.lex_state = 238}, - [2601] = {.lex_state = 174}, - [2602] = {.lex_state = 238}, + [2600] = {.lex_state = 188}, + [2601] = {.lex_state = 188}, + [2602] = {.lex_state = 206}, [2603] = {.lex_state = 206}, [2604] = {.lex_state = 226}, - [2605] = {.lex_state = 226}, + [2605] = {.lex_state = 206}, [2606] = {.lex_state = 226}, - [2607] = {.lex_state = 226}, + [2607] = {.lex_state = 206}, [2608] = {.lex_state = 226}, [2609] = {.lex_state = 226}, - [2610] = {.lex_state = 226}, - [2611] = {.lex_state = 235}, - [2612] = {.lex_state = 206}, - [2613] = {.lex_state = 206}, - [2614] = {.lex_state = 213}, + [2610] = {.lex_state = 206}, + [2611] = {.lex_state = 226}, + [2612] = {.lex_state = 226}, + [2613] = {.lex_state = 226}, + [2614] = {.lex_state = 226}, [2615] = {.lex_state = 226}, [2616] = {.lex_state = 226}, [2617] = {.lex_state = 226}, [2618] = {.lex_state = 226}, - [2619] = {.lex_state = 226}, - [2620] = {.lex_state = 213}, + [2619] = {.lex_state = 235}, + [2620] = {.lex_state = 226}, [2621] = {.lex_state = 226}, - [2622] = {.lex_state = 226}, - [2623] = {.lex_state = 226}, - [2624] = {.lex_state = 206}, - [2625] = {.lex_state = 213}, - [2626] = {.lex_state = 184}, - [2627] = {.lex_state = 213}, + [2622] = {.lex_state = 206}, + [2623] = {.lex_state = 235}, + [2624] = {.lex_state = 180}, + [2625] = {.lex_state = 180}, + [2626] = {.lex_state = 226}, + [2627] = {.lex_state = 226}, [2628] = {.lex_state = 226}, [2629] = {.lex_state = 226}, [2630] = {.lex_state = 226}, - [2631] = {.lex_state = 201}, + [2631] = {.lex_state = 207}, [2632] = {.lex_state = 226}, - [2633] = {.lex_state = 206}, - [2634] = {.lex_state = 213}, + [2633] = {.lex_state = 226}, + [2634] = {.lex_state = 226}, [2635] = {.lex_state = 226}, [2636] = {.lex_state = 226}, - [2637] = {.lex_state = 226}, - [2638] = {.lex_state = 206}, - [2639] = {.lex_state = 226}, - [2640] = {.lex_state = 226}, + [2637] = {.lex_state = 238}, + [2638] = {.lex_state = 213}, + [2639] = {.lex_state = 213}, + [2640] = {.lex_state = 207}, [2641] = {.lex_state = 213}, - [2642] = {.lex_state = 213}, - [2643] = {.lex_state = 226}, - [2644] = {.lex_state = 207}, - [2645] = {.lex_state = 207}, + [2642] = {.lex_state = 226}, + [2643] = {.lex_state = 240}, + [2644] = {.lex_state = 184}, + [2645] = {.lex_state = 213}, [2646] = {.lex_state = 226}, - [2647] = {.lex_state = 235}, - [2648] = {.lex_state = 206}, + [2647] = {.lex_state = 226}, + [2648] = {.lex_state = 213}, [2649] = {.lex_state = 213}, - [2650] = {.lex_state = 213}, + [2650] = {.lex_state = 206}, [2651] = {.lex_state = 226}, - [2652] = {.lex_state = 206}, + [2652] = {.lex_state = 226}, [2653] = {.lex_state = 213}, - [2654] = {.lex_state = 226}, + [2654] = {.lex_state = 184}, [2655] = {.lex_state = 184}, - [2656] = {.lex_state = 226}, - [2657] = {.lex_state = 180}, - [2658] = {.lex_state = 213}, + [2656] = {.lex_state = 201}, + [2657] = {.lex_state = 213}, + [2658] = {.lex_state = 226}, [2659] = {.lex_state = 213}, - [2660] = {.lex_state = 213}, - [2661] = {.lex_state = 184}, - [2662] = {.lex_state = 213}, - [2663] = {.lex_state = 213}, - [2664] = {.lex_state = 180}, - [2665] = {.lex_state = 226}, - [2666] = {.lex_state = 180}, - [2667] = {.lex_state = 184}, - [2668] = {.lex_state = 226}, - [2669] = {.lex_state = 238}, - [2670] = {.lex_state = 226}, - [2671] = {.lex_state = 226}, + [2660] = {.lex_state = 207}, + [2661] = {.lex_state = 213}, + [2662] = {.lex_state = 226}, + [2663] = {.lex_state = 226}, + [2664] = {.lex_state = 201}, + [2665] = {.lex_state = 213}, + [2666] = {.lex_state = 226}, + [2667] = {.lex_state = 226}, + [2668] = {.lex_state = 206}, + [2669] = {.lex_state = 226}, + [2670] = {.lex_state = 213}, + [2671] = {.lex_state = 206}, [2672] = {.lex_state = 226}, [2673] = {.lex_state = 226}, - [2674] = {.lex_state = 240}, - [2675] = {.lex_state = 226}, - [2676] = {.lex_state = 226}, - [2677] = {.lex_state = 226}, - [2678] = {.lex_state = 238}, - [2679] = {.lex_state = 201}, - [2680] = {.lex_state = 207}, + [2674] = {.lex_state = 213}, + [2675] = {.lex_state = 213}, + [2676] = {.lex_state = 184}, + [2677] = {.lex_state = 213}, + [2678] = {.lex_state = 180}, + [2679] = {.lex_state = 226}, + [2680] = {.lex_state = 238}, [2681] = {.lex_state = 226}, - [2682] = {.lex_state = 236}, + [2682] = {.lex_state = 222}, [2683] = {.lex_state = 213}, - [2684] = {.lex_state = 206}, - [2685] = {.lex_state = 207}, - [2686] = {.lex_state = 222}, - [2687] = {.lex_state = 224}, - [2688] = {.lex_state = 224}, - [2689] = {.lex_state = 238}, + [2684] = {.lex_state = 214}, + [2685] = {.lex_state = 184}, + [2686] = {.lex_state = 224}, + [2687] = {.lex_state = 213}, + [2688] = {.lex_state = 184}, + [2689] = {.lex_state = 213}, [2690] = {.lex_state = 222}, - [2691] = {.lex_state = 222}, - [2692] = {.lex_state = 238}, - [2693] = {.lex_state = 184}, - [2694] = {.lex_state = 184}, - [2695] = {.lex_state = 184}, - [2696] = {.lex_state = 224}, - [2697] = {.lex_state = 213}, - [2698] = {.lex_state = 222}, - [2699] = {.lex_state = 222}, - [2700] = {.lex_state = 222}, - [2701] = {.lex_state = 238}, - [2702] = {.lex_state = 213}, - [2703] = {.lex_state = 213}, - [2704] = {.lex_state = 206}, - [2705] = {.lex_state = 213}, + [2691] = {.lex_state = 184}, + [2692] = {.lex_state = 222}, + [2693] = {.lex_state = 213}, + [2694] = {.lex_state = 238}, + [2695] = {.lex_state = 224}, + [2696] = {.lex_state = 222}, + [2697] = {.lex_state = 222}, + [2698] = {.lex_state = 206}, + [2699] = {.lex_state = 213}, + [2700] = {.lex_state = 214}, + [2701] = {.lex_state = 213}, + [2702] = {.lex_state = 224}, + [2703] = {.lex_state = 206}, + [2704] = {.lex_state = 222}, + [2705] = {.lex_state = 238}, [2706] = {.lex_state = 222}, - [2707] = {.lex_state = 213}, + [2707] = {.lex_state = 207}, [2708] = {.lex_state = 184}, - [2709] = {.lex_state = 214}, - [2710] = {.lex_state = 214}, - [2711] = {.lex_state = 214}, - [2712] = {.lex_state = 238}, - [2713] = {.lex_state = 206}, + [2709] = {.lex_state = 236}, + [2710] = {.lex_state = 238}, + [2711] = {.lex_state = 213}, + [2712] = {.lex_state = 222}, + [2713] = {.lex_state = 222}, [2714] = {.lex_state = 206}, [2715] = {.lex_state = 206}, - [2716] = {.lex_state = 206}, + [2716] = {.lex_state = 222}, [2717] = {.lex_state = 238}, - [2718] = {.lex_state = 222}, - [2719] = {.lex_state = 222}, - [2720] = {.lex_state = 222}, + [2718] = {.lex_state = 206}, + [2719] = {.lex_state = 206}, + [2720] = {.lex_state = 206}, [2721] = {.lex_state = 206}, - [2722] = {.lex_state = 222}, - [2723] = {.lex_state = 222}, - [2724] = {.lex_state = 206}, + [2722] = {.lex_state = 206}, + [2723] = {.lex_state = 238}, + [2724] = {.lex_state = 222}, [2725] = {.lex_state = 206}, [2726] = {.lex_state = 206}, [2727] = {.lex_state = 222}, [2728] = {.lex_state = 222}, - [2729] = {.lex_state = 238}, + [2729] = {.lex_state = 206}, [2730] = {.lex_state = 206}, - [2731] = {.lex_state = 206}, - [2732] = {.lex_state = 222}, - [2733] = {.lex_state = 206}, - [2734] = {.lex_state = 213}, - [2735] = {.lex_state = 206}, - [2736] = {.lex_state = 222}, - [2737] = {.lex_state = 222}, + [2731] = {.lex_state = 222}, + [2732] = {.lex_state = 206}, + [2733] = {.lex_state = 238}, + [2734] = {.lex_state = 222}, + [2735] = {.lex_state = 222}, + [2736] = {.lex_state = 214}, + [2737] = {.lex_state = 206}, [2738] = {.lex_state = 222}, - [2739] = {.lex_state = 206}, - [2740] = {.lex_state = 206}, - [2741] = {.lex_state = 206}, + [2739] = {.lex_state = 222}, + [2740] = {.lex_state = 222}, + [2741] = {.lex_state = 222}, [2742] = {.lex_state = 206}, [2743] = {.lex_state = 206}, - [2744] = {.lex_state = 222}, - [2745] = {.lex_state = 222}, + [2744] = {.lex_state = 206}, + [2745] = {.lex_state = 206}, [2746] = {.lex_state = 206}, [2747] = {.lex_state = 206}, [2748] = {.lex_state = 206}, - [2749] = {.lex_state = 206}, - [2750] = {.lex_state = 222}, + [2749] = {.lex_state = 222}, + [2750] = {.lex_state = 206}, [2751] = {.lex_state = 194}, - [2752] = {.lex_state = 239}, - [2753] = {.lex_state = 207}, - [2754] = {.lex_state = 213}, - [2755] = {.lex_state = 236}, - [2756] = {.lex_state = 174}, - [2757] = {.lex_state = 207}, - [2758] = {.lex_state = 180}, - [2759] = {.lex_state = 213}, - [2760] = {.lex_state = 239}, - [2761] = {.lex_state = 206}, - [2762] = {.lex_state = 180}, - [2763] = {.lex_state = 236}, - [2764] = {.lex_state = 195}, - [2765] = {.lex_state = 236}, - [2766] = {.lex_state = 180}, - [2767] = {.lex_state = 206}, - [2768] = {.lex_state = 213}, + [2752] = {.lex_state = 206}, + [2753] = {.lex_state = 238}, + [2754] = {.lex_state = 180}, + [2755] = {.lex_state = 239}, + [2756] = {.lex_state = 195}, + [2757] = {.lex_state = 201}, + [2758] = {.lex_state = 213}, + [2759] = {.lex_state = 201}, + [2760] = {.lex_state = 238}, + [2761] = {.lex_state = 194}, + [2762] = {.lex_state = 194}, + [2763] = {.lex_state = 206}, + [2764] = {.lex_state = 194}, + [2765] = {.lex_state = 194}, + [2766] = {.lex_state = 194}, + [2767] = {.lex_state = 194}, + [2768] = {.lex_state = 194}, [2769] = {.lex_state = 194}, - [2770] = {.lex_state = 213}, - [2771] = {.lex_state = 206}, + [2770] = {.lex_state = 194}, + [2771] = {.lex_state = 194}, [2772] = {.lex_state = 194}, [2773] = {.lex_state = 194}, - [2774] = {.lex_state = 194}, - [2775] = {.lex_state = 194}, - [2776] = {.lex_state = 236}, - [2777] = {.lex_state = 194}, - [2778] = {.lex_state = 201}, - [2779] = {.lex_state = 238}, - [2780] = {.lex_state = 194}, - [2781] = {.lex_state = 195}, - [2782] = {.lex_state = 195}, - [2783] = {.lex_state = 195}, - [2784] = {.lex_state = 195}, + [2774] = {.lex_state = 206}, + [2775] = {.lex_state = 206}, + [2776] = {.lex_state = 206}, + [2777] = {.lex_state = 195}, + [2778] = {.lex_state = 195}, + [2779] = {.lex_state = 195}, + [2780] = {.lex_state = 195}, + [2781] = {.lex_state = 206}, + [2782] = {.lex_state = 206}, + [2783] = {.lex_state = 206}, + [2784] = {.lex_state = 206}, [2785] = {.lex_state = 206}, - [2786] = {.lex_state = 194}, - [2787] = {.lex_state = 236}, - [2788] = {.lex_state = 195}, - [2789] = {.lex_state = 206}, - [2790] = {.lex_state = 194}, - [2791] = {.lex_state = 194}, - [2792] = {.lex_state = 213}, - [2793] = {.lex_state = 194}, - [2794] = {.lex_state = 236}, - [2795] = {.lex_state = 236}, + [2786] = {.lex_state = 206}, + [2787] = {.lex_state = 206}, + [2788] = {.lex_state = 206}, + [2789] = {.lex_state = 180}, + [2790] = {.lex_state = 236}, + [2791] = {.lex_state = 195}, + [2792] = {.lex_state = 206}, + [2793] = {.lex_state = 206}, + [2794] = {.lex_state = 195}, + [2795] = {.lex_state = 206}, [2796] = {.lex_state = 206}, - [2797] = {.lex_state = 195}, - [2798] = {.lex_state = 236}, - [2799] = {.lex_state = 236}, - [2800] = {.lex_state = 201}, + [2797] = {.lex_state = 236}, + [2798] = {.lex_state = 238}, + [2799] = {.lex_state = 239}, + [2800] = {.lex_state = 206}, [2801] = {.lex_state = 206}, [2802] = {.lex_state = 236}, - [2803] = {.lex_state = 206}, + [2803] = {.lex_state = 174}, [2804] = {.lex_state = 236}, - [2805] = {.lex_state = 239}, - [2806] = {.lex_state = 236}, + [2805] = {.lex_state = 213}, + [2806] = {.lex_state = 194}, [2807] = {.lex_state = 194}, - [2808] = {.lex_state = 206}, - [2809] = {.lex_state = 206}, - [2810] = {.lex_state = 206}, - [2811] = {.lex_state = 206}, - [2812] = {.lex_state = 206}, - [2813] = {.lex_state = 236}, - [2814] = {.lex_state = 194}, - [2815] = {.lex_state = 180}, - [2816] = {.lex_state = 206}, - [2817] = {.lex_state = 194}, - [2818] = {.lex_state = 236}, - [2819] = {.lex_state = 206}, + [2808] = {.lex_state = 194}, + [2809] = {.lex_state = 194}, + [2810] = {.lex_state = 194}, + [2811] = {.lex_state = 236}, + [2812] = {.lex_state = 207}, + [2813] = {.lex_state = 180}, + [2814] = {.lex_state = 236}, + [2815] = {.lex_state = 213}, + [2816] = {.lex_state = 236}, + [2817] = {.lex_state = 206}, + [2818] = {.lex_state = 206}, + [2819] = {.lex_state = 236}, [2820] = {.lex_state = 206}, - [2821] = {.lex_state = 206}, - [2822] = {.lex_state = 206}, - [2823] = {.lex_state = 213}, - [2824] = {.lex_state = 206}, - [2825] = {.lex_state = 194}, - [2826] = {.lex_state = 206}, - [2827] = {.lex_state = 206}, - [2828] = {.lex_state = 206}, - [2829] = {.lex_state = 238}, - [2830] = {.lex_state = 194}, - [2831] = {.lex_state = 206}, + [2821] = {.lex_state = 213}, + [2822] = {.lex_state = 236}, + [2823] = {.lex_state = 207}, + [2824] = {.lex_state = 180}, + [2825] = {.lex_state = 236}, + [2826] = {.lex_state = 236}, + [2827] = {.lex_state = 239}, + [2828] = {.lex_state = 213}, + [2829] = {.lex_state = 236}, + [2830] = {.lex_state = 213}, + [2831] = {.lex_state = 236}, [2832] = {.lex_state = 206}, - [2833] = {.lex_state = 238}, - [2834] = {.lex_state = 194}, - [2835] = {.lex_state = 201}, - [2836] = {.lex_state = 198}, + [2833] = {.lex_state = 236}, + [2834] = {.lex_state = 206}, + [2835] = {.lex_state = 236}, + [2836] = {.lex_state = 238}, [2837] = {.lex_state = 201}, [2838] = {.lex_state = 201}, - [2839] = {.lex_state = 201}, - [2840] = {.lex_state = 201}, + [2839] = {.lex_state = 198}, + [2840] = {.lex_state = 207}, [2841] = {.lex_state = 201}, - [2842] = {.lex_state = 213}, - [2843] = {.lex_state = 213}, - [2844] = {.lex_state = 238}, - [2845] = {.lex_state = 238}, - [2846] = {.lex_state = 201}, - [2847] = {.lex_state = 201}, - [2848] = {.lex_state = 193}, - [2849] = {.lex_state = 238}, - [2850] = {.lex_state = 225}, + [2842] = {.lex_state = 239}, + [2843] = {.lex_state = 206}, + [2844] = {.lex_state = 213}, + [2845] = {.lex_state = 206}, + [2846] = {.lex_state = 213}, + [2847] = {.lex_state = 206}, + [2848] = {.lex_state = 225}, + [2849] = {.lex_state = 201}, + [2850] = {.lex_state = 206}, [2851] = {.lex_state = 201}, [2852] = {.lex_state = 201}, [2853] = {.lex_state = 238}, - [2854] = {.lex_state = 213}, + [2854] = {.lex_state = 201}, [2855] = {.lex_state = 238}, - [2856] = {.lex_state = 239}, - [2857] = {.lex_state = 207}, - [2858] = {.lex_state = 201}, - [2859] = {.lex_state = 236}, + [2856] = {.lex_state = 201}, + [2857] = {.lex_state = 201}, + [2858] = {.lex_state = 213}, + [2859] = {.lex_state = 201}, [2860] = {.lex_state = 238}, - [2861] = {.lex_state = 238}, + [2861] = {.lex_state = 213}, [2862] = {.lex_state = 239}, - [2863] = {.lex_state = 239}, - [2864] = {.lex_state = 206}, - [2865] = {.lex_state = 236}, - [2866] = {.lex_state = 201}, - [2867] = {.lex_state = 201}, - [2868] = {.lex_state = 206}, - [2869] = {.lex_state = 213}, - [2870] = {.lex_state = 236}, - [2871] = {.lex_state = 213}, - [2872] = {.lex_state = 213}, - [2873] = {.lex_state = 201}, - [2874] = {.lex_state = 213}, - [2875] = {.lex_state = 201}, + [2863] = {.lex_state = 238}, + [2864] = {.lex_state = 213}, + [2865] = {.lex_state = 201}, + [2866] = {.lex_state = 239}, + [2867] = {.lex_state = 206}, + [2868] = {.lex_state = 236}, + [2869] = {.lex_state = 238}, + [2870] = {.lex_state = 238}, + [2871] = {.lex_state = 236}, + [2872] = {.lex_state = 236}, + [2873] = {.lex_state = 236}, + [2874] = {.lex_state = 201}, + [2875] = {.lex_state = 238}, [2876] = {.lex_state = 201}, - [2877] = {.lex_state = 236}, - [2878] = {.lex_state = 238}, + [2877] = {.lex_state = 201}, + [2878] = {.lex_state = 201}, [2879] = {.lex_state = 213}, - [2880] = {.lex_state = 213}, + [2880] = {.lex_state = 239}, [2881] = {.lex_state = 201}, - [2882] = {.lex_state = 206}, - [2883] = {.lex_state = 236}, - [2884] = {.lex_state = 201}, - [2885] = {.lex_state = 238}, - [2886] = {.lex_state = 201}, + [2882] = {.lex_state = 238}, + [2883] = {.lex_state = 201}, + [2884] = {.lex_state = 206}, + [2885] = {.lex_state = 201}, + [2886] = {.lex_state = 238}, [2887] = {.lex_state = 206}, - [2888] = {.lex_state = 198}, + [2888] = {.lex_state = 238}, [2889] = {.lex_state = 213}, - [2890] = {.lex_state = 238}, + [2890] = {.lex_state = 201}, [2891] = {.lex_state = 201}, - [2892] = {.lex_state = 201}, - [2893] = {.lex_state = 213}, - [2894] = {.lex_state = 213}, - [2895] = {.lex_state = 206}, + [2892] = {.lex_state = 238}, + [2893] = {.lex_state = 201}, + [2894] = {.lex_state = 201}, + [2895] = {.lex_state = 238}, [2896] = {.lex_state = 201}, - [2897] = {.lex_state = 206}, - [2898] = {.lex_state = 201}, + [2897] = {.lex_state = 201}, + [2898] = {.lex_state = 213}, [2899] = {.lex_state = 201}, - [2900] = {.lex_state = 201}, - [2901] = {.lex_state = 238}, - [2902] = {.lex_state = 238}, - [2903] = {.lex_state = 238}, + [2900] = {.lex_state = 238}, + [2901] = {.lex_state = 213}, + [2902] = {.lex_state = 201}, + [2903] = {.lex_state = 213}, [2904] = {.lex_state = 201}, - [2905] = {.lex_state = 238}, - [2906] = {.lex_state = 201}, - [2907] = {.lex_state = 206}, - [2908] = {.lex_state = 201}, - [2909] = {.lex_state = 238}, - [2910] = {.lex_state = 238}, - [2911] = {.lex_state = 198}, - [2912] = {.lex_state = 239}, - [2913] = {.lex_state = 206}, + [2905] = {.lex_state = 213}, + [2906] = {.lex_state = 238}, + [2907] = {.lex_state = 198}, + [2908] = {.lex_state = 213}, + [2909] = {.lex_state = 201}, + [2910] = {.lex_state = 193}, + [2911] = {.lex_state = 238}, + [2912] = {.lex_state = 198}, + [2913] = {.lex_state = 193}, [2914] = {.lex_state = 194}, - [2915] = {.lex_state = 201}, - [2916] = {.lex_state = 238}, - [2917] = {.lex_state = 194}, + [2915] = {.lex_state = 213}, + [2916] = {.lex_state = 194}, + [2917] = {.lex_state = 213}, [2918] = {.lex_state = 238}, [2919] = {.lex_state = 191}, - [2920] = {.lex_state = 194}, - [2921] = {.lex_state = 191}, - [2922] = {.lex_state = 193}, - [2923] = {.lex_state = 213}, - [2924] = {.lex_state = 222}, - [2925] = {.lex_state = 238}, - [2926] = {.lex_state = 238}, - [2927] = {.lex_state = 238}, - [2928] = {.lex_state = 240}, + [2920] = {.lex_state = 238}, + [2921] = {.lex_state = 194}, + [2922] = {.lex_state = 238}, + [2923] = {.lex_state = 240}, + [2924] = {.lex_state = 238}, + [2925] = {.lex_state = 194}, + [2926] = {.lex_state = 213}, + [2927] = {.lex_state = 191}, + [2928] = {.lex_state = 236}, [2929] = {.lex_state = 206}, - [2930] = {.lex_state = 238}, - [2931] = {.lex_state = 238}, - [2932] = {.lex_state = 238}, - [2933] = {.lex_state = 238}, - [2934] = {.lex_state = 238}, - [2935] = {.lex_state = 194}, - [2936] = {.lex_state = 206}, - [2937] = {.lex_state = 238}, - [2938] = {.lex_state = 206}, - [2939] = {.lex_state = 238}, - [2940] = {.lex_state = 206}, + [2930] = {.lex_state = 222}, + [2931] = {.lex_state = 194}, + [2932] = {.lex_state = 194}, + [2933] = {.lex_state = 206}, + [2934] = {.lex_state = 222}, + [2935] = {.lex_state = 238}, + [2936] = {.lex_state = 213}, + [2937] = {.lex_state = 191}, + [2938] = {.lex_state = 222}, + [2939] = {.lex_state = 194}, + [2940] = {.lex_state = 238}, [2941] = {.lex_state = 206}, - [2942] = {.lex_state = 213}, - [2943] = {.lex_state = 236}, - [2944] = {.lex_state = 194}, - [2945] = {.lex_state = 206}, - [2946] = {.lex_state = 206}, + [2942] = {.lex_state = 194}, + [2943] = {.lex_state = 201}, + [2944] = {.lex_state = 238}, + [2945] = {.lex_state = 213}, + [2946] = {.lex_state = 222}, [2947] = {.lex_state = 238}, - [2948] = {.lex_state = 238}, + [2948] = {.lex_state = 206}, [2949] = {.lex_state = 238}, - [2950] = {.lex_state = 238}, - [2951] = {.lex_state = 238}, - [2952] = {.lex_state = 213}, - [2953] = {.lex_state = 213}, - [2954] = {.lex_state = 222}, - [2955] = {.lex_state = 238}, - [2956] = {.lex_state = 191}, - [2957] = {.lex_state = 191}, + [2950] = {.lex_state = 191}, + [2951] = {.lex_state = 194}, + [2952] = {.lex_state = 239}, + [2953] = {.lex_state = 238}, + [2954] = {.lex_state = 206}, + [2955] = {.lex_state = 213}, + [2956] = {.lex_state = 194}, + [2957] = {.lex_state = 194}, [2958] = {.lex_state = 238}, - [2959] = {.lex_state = 194}, + [2959] = {.lex_state = 206}, [2960] = {.lex_state = 198}, [2961] = {.lex_state = 238}, - [2962] = {.lex_state = 238}, - [2963] = {.lex_state = 238}, + [2962] = {.lex_state = 206}, + [2963] = {.lex_state = 198}, [2964] = {.lex_state = 194}, - [2965] = {.lex_state = 194}, - [2966] = {.lex_state = 194}, - [2967] = {.lex_state = 206}, - [2968] = {.lex_state = 194}, - [2969] = {.lex_state = 194}, - [2970] = {.lex_state = 238}, - [2971] = {.lex_state = 194}, - [2972] = {.lex_state = 191}, - [2973] = {.lex_state = 194}, - [2974] = {.lex_state = 194}, - [2975] = {.lex_state = 213}, - [2976] = {.lex_state = 206}, - [2977] = {.lex_state = 191}, + [2965] = {.lex_state = 238}, + [2966] = {.lex_state = 222}, + [2967] = {.lex_state = 238}, + [2968] = {.lex_state = 222}, + [2969] = {.lex_state = 191}, + [2970] = {.lex_state = 206}, + [2971] = {.lex_state = 238}, + [2972] = {.lex_state = 206}, + [2973] = {.lex_state = 238}, + [2974] = {.lex_state = 198}, + [2975] = {.lex_state = 206}, + [2976] = {.lex_state = 238}, + [2977] = {.lex_state = 194}, [2978] = {.lex_state = 238}, - [2979] = {.lex_state = 194}, - [2980] = {.lex_state = 222}, - [2981] = {.lex_state = 239}, - [2982] = {.lex_state = 194}, + [2979] = {.lex_state = 206}, + [2980] = {.lex_state = 238}, + [2981] = {.lex_state = 238}, + [2982] = {.lex_state = 206}, [2983] = {.lex_state = 194}, - [2984] = {.lex_state = 206}, - [2985] = {.lex_state = 222}, + [2984] = {.lex_state = 238}, + [2985] = {.lex_state = 194}, [2986] = {.lex_state = 194}, - [2987] = {.lex_state = 222}, - [2988] = {.lex_state = 222}, - [2989] = {.lex_state = 206}, - [2990] = {.lex_state = 198}, - [2991] = {.lex_state = 213}, - [2992] = {.lex_state = 198}, - [2993] = {.lex_state = 238}, - [2994] = {.lex_state = 238}, - [2995] = {.lex_state = 194}, - [2996] = {.lex_state = 206}, - [2997] = {.lex_state = 168}, - [2998] = {.lex_state = 194}, - [2999] = {.lex_state = 194}, - [3000] = {.lex_state = 194}, - [3001] = {.lex_state = 194}, - [3002] = {.lex_state = 194}, - [3003] = {.lex_state = 194}, - [3004] = {.lex_state = 168}, - [3005] = {.lex_state = 194}, - [3006] = {.lex_state = 206}, - [3007] = {.lex_state = 238}, - [3008] = {.lex_state = 216}, - [3009] = {.lex_state = 194}, + [2987] = {.lex_state = 238}, + [2988] = {.lex_state = 238}, + [2989] = {.lex_state = 194}, + [2990] = {.lex_state = 191}, + [2991] = {.lex_state = 238}, + [2992] = {.lex_state = 238}, + [2993] = {.lex_state = 194}, + [2994] = {.lex_state = 194}, + [2995] = {.lex_state = 238}, + [2996] = {.lex_state = 238}, + [2997] = {.lex_state = 194}, + [2998] = {.lex_state = 206}, + [2999] = {.lex_state = 206}, + [3000] = {.lex_state = 216}, + [3001] = {.lex_state = 206}, + [3002] = {.lex_state = 206}, + [3003] = {.lex_state = 206}, + [3004] = {.lex_state = 206}, + [3005] = {.lex_state = 236}, + [3006] = {.lex_state = 168}, + [3007] = {.lex_state = 206}, + [3008] = {.lex_state = 206}, + [3009] = {.lex_state = 206}, [3010] = {.lex_state = 206}, - [3011] = {.lex_state = 206}, - [3012] = {.lex_state = 191}, - [3013] = {.lex_state = 206}, - [3014] = {.lex_state = 238}, + [3011] = {.lex_state = 213}, + [3012] = {.lex_state = 206}, + [3013] = {.lex_state = 194}, + [3014] = {.lex_state = 194}, [3015] = {.lex_state = 206}, - [3016] = {.lex_state = 213}, - [3017] = {.lex_state = 206}, - [3018] = {.lex_state = 206}, + [3016] = {.lex_state = 168}, + [3017] = {.lex_state = 238}, + [3018] = {.lex_state = 180}, [3019] = {.lex_state = 206}, - [3020] = {.lex_state = 206}, - [3021] = {.lex_state = 191}, - [3022] = {.lex_state = 206}, + [3020] = {.lex_state = 213}, + [3021] = {.lex_state = 206}, + [3022] = {.lex_state = 191}, [3023] = {.lex_state = 206}, - [3024] = {.lex_state = 216}, - [3025] = {.lex_state = 206}, - [3026] = {.lex_state = 194}, + [3024] = {.lex_state = 206}, + [3025] = {.lex_state = 238}, + [3026] = {.lex_state = 238}, [3027] = {.lex_state = 194}, - [3028] = {.lex_state = 206}, - [3029] = {.lex_state = 238}, + [3028] = {.lex_state = 238}, + [3029] = {.lex_state = 216}, [3030] = {.lex_state = 206}, - [3031] = {.lex_state = 206}, - [3032] = {.lex_state = 206}, - [3033] = {.lex_state = 206}, - [3034] = {.lex_state = 168}, + [3031] = {.lex_state = 168}, + [3032] = {.lex_state = 238}, + [3033] = {.lex_state = 191}, + [3034] = {.lex_state = 206}, [3035] = {.lex_state = 206}, - [3036] = {.lex_state = 206}, - [3037] = {.lex_state = 238}, - [3038] = {.lex_state = 206}, - [3039] = {.lex_state = 194}, + [3036] = {.lex_state = 194}, + [3037] = {.lex_state = 206}, + [3038] = {.lex_state = 168}, + [3039] = {.lex_state = 206}, [3040] = {.lex_state = 206}, [3041] = {.lex_state = 206}, - [3042] = {.lex_state = 194}, + [3042] = {.lex_state = 206}, [3043] = {.lex_state = 206}, [3044] = {.lex_state = 194}, [3045] = {.lex_state = 206}, @@ -24876,425 +24876,425 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3047] = {.lex_state = 206}, [3048] = {.lex_state = 206}, [3049] = {.lex_state = 206}, - [3050] = {.lex_state = 194}, - [3051] = {.lex_state = 180}, - [3052] = {.lex_state = 236}, - [3053] = {.lex_state = 206}, + [3050] = {.lex_state = 206}, + [3051] = {.lex_state = 194}, + [3052] = {.lex_state = 206}, + [3053] = {.lex_state = 194}, [3054] = {.lex_state = 206}, - [3055] = {.lex_state = 194}, - [3056] = {.lex_state = 168}, + [3055] = {.lex_state = 206}, + [3056] = {.lex_state = 206}, [3057] = {.lex_state = 206}, - [3058] = {.lex_state = 191}, - [3059] = {.lex_state = 238}, + [3058] = {.lex_state = 216}, + [3059] = {.lex_state = 168}, [3060] = {.lex_state = 206}, [3061] = {.lex_state = 206}, [3062] = {.lex_state = 206}, [3063] = {.lex_state = 194}, - [3064] = {.lex_state = 194}, - [3065] = {.lex_state = 206}, - [3066] = {.lex_state = 206}, + [3064] = {.lex_state = 206}, + [3065] = {.lex_state = 168}, + [3066] = {.lex_state = 236}, [3067] = {.lex_state = 206}, [3068] = {.lex_state = 206}, - [3069] = {.lex_state = 216}, - [3070] = {.lex_state = 216}, - [3071] = {.lex_state = 236}, - [3072] = {.lex_state = 213}, - [3073] = {.lex_state = 168}, + [3069] = {.lex_state = 206}, + [3070] = {.lex_state = 206}, + [3071] = {.lex_state = 206}, + [3072] = {.lex_state = 206}, + [3073] = {.lex_state = 206}, [3074] = {.lex_state = 206}, [3075] = {.lex_state = 206}, [3076] = {.lex_state = 206}, - [3077] = {.lex_state = 206}, - [3078] = {.lex_state = 206}, + [3077] = {.lex_state = 194}, + [3078] = {.lex_state = 194}, [3079] = {.lex_state = 206}, - [3080] = {.lex_state = 206}, - [3081] = {.lex_state = 206}, + [3080] = {.lex_state = 194}, + [3081] = {.lex_state = 194}, [3082] = {.lex_state = 236}, - [3083] = {.lex_state = 168}, - [3084] = {.lex_state = 206}, + [3083] = {.lex_state = 213}, + [3084] = {.lex_state = 191}, [3085] = {.lex_state = 194}, - [3086] = {.lex_state = 238}, - [3087] = {.lex_state = 206}, - [3088] = {.lex_state = 213}, - [3089] = {.lex_state = 206}, - [3090] = {.lex_state = 206}, - [3091] = {.lex_state = 206}, - [3092] = {.lex_state = 236}, - [3093] = {.lex_state = 222}, - [3094] = {.lex_state = 236}, - [3095] = {.lex_state = 236}, + [3086] = {.lex_state = 194}, + [3087] = {.lex_state = 194}, + [3088] = {.lex_state = 194}, + [3089] = {.lex_state = 194}, + [3090] = {.lex_state = 216}, + [3091] = {.lex_state = 236}, + [3092] = {.lex_state = 222}, + [3093] = {.lex_state = 236}, + [3094] = {.lex_state = 206}, + [3095] = {.lex_state = 213}, [3096] = {.lex_state = 236}, - [3097] = {.lex_state = 236}, - [3098] = {.lex_state = 206}, + [3097] = {.lex_state = 215}, + [3098] = {.lex_state = 236}, [3099] = {.lex_state = 236}, - [3100] = {.lex_state = 236}, + [3100] = {.lex_state = 213}, [3101] = {.lex_state = 236}, - [3102] = {.lex_state = 206}, - [3103] = {.lex_state = 238}, - [3104] = {.lex_state = 213}, - [3105] = {.lex_state = 213}, + [3102] = {.lex_state = 213}, + [3103] = {.lex_state = 203}, + [3104] = {.lex_state = 236}, + [3105] = {.lex_state = 208}, [3106] = {.lex_state = 236}, - [3107] = {.lex_state = 213}, - [3108] = {.lex_state = 236}, - [3109] = {.lex_state = 236}, - [3110] = {.lex_state = 206}, - [3111] = {.lex_state = 236}, - [3112] = {.lex_state = 236}, - [3113] = {.lex_state = 236}, - [3114] = {.lex_state = 236}, - [3115] = {.lex_state = 213}, - [3116] = {.lex_state = 236}, + [3107] = {.lex_state = 236}, + [3108] = {.lex_state = 238}, + [3109] = {.lex_state = 206}, + [3110] = {.lex_state = 236}, + [3111] = {.lex_state = 216}, + [3112] = {.lex_state = 198}, + [3113] = {.lex_state = 213}, + [3114] = {.lex_state = 206}, + [3115] = {.lex_state = 206}, + [3116] = {.lex_state = 213}, [3117] = {.lex_state = 236}, - [3118] = {.lex_state = 236}, + [3118] = {.lex_state = 213}, [3119] = {.lex_state = 206}, [3120] = {.lex_state = 236}, - [3121] = {.lex_state = 222}, - [3122] = {.lex_state = 201}, - [3123] = {.lex_state = 216}, - [3124] = {.lex_state = 213}, + [3121] = {.lex_state = 206}, + [3122] = {.lex_state = 213}, + [3123] = {.lex_state = 201}, + [3124] = {.lex_state = 238}, [3125] = {.lex_state = 236}, - [3126] = {.lex_state = 238}, - [3127] = {.lex_state = 236}, + [3126] = {.lex_state = 206}, + [3127] = {.lex_state = 206}, [3128] = {.lex_state = 236}, - [3129] = {.lex_state = 213}, - [3130] = {.lex_state = 206}, - [3131] = {.lex_state = 213}, - [3132] = {.lex_state = 236}, - [3133] = {.lex_state = 213}, + [3129] = {.lex_state = 236}, + [3130] = {.lex_state = 180}, + [3131] = {.lex_state = 236}, + [3132] = {.lex_state = 206}, + [3133] = {.lex_state = 236}, [3134] = {.lex_state = 236}, - [3135] = {.lex_state = 236}, + [3135] = {.lex_state = 206}, [3136] = {.lex_state = 236}, - [3137] = {.lex_state = 193}, + [3137] = {.lex_state = 236}, [3138] = {.lex_state = 236}, - [3139] = {.lex_state = 236}, - [3140] = {.lex_state = 236}, - [3141] = {.lex_state = 206}, + [3139] = {.lex_state = 206}, + [3140] = {.lex_state = 191}, + [3141] = {.lex_state = 213}, [3142] = {.lex_state = 236}, [3143] = {.lex_state = 236}, [3144] = {.lex_state = 236}, [3145] = {.lex_state = 213}, - [3146] = {.lex_state = 236}, - [3147] = {.lex_state = 213}, - [3148] = {.lex_state = 206}, + [3146] = {.lex_state = 206}, + [3147] = {.lex_state = 193}, + [3148] = {.lex_state = 236}, [3149] = {.lex_state = 236}, - [3150] = {.lex_state = 236}, + [3150] = {.lex_state = 213}, [3151] = {.lex_state = 206}, - [3152] = {.lex_state = 213}, - [3153] = {.lex_state = 180}, - [3154] = {.lex_state = 236}, - [3155] = {.lex_state = 213}, - [3156] = {.lex_state = 213}, + [3152] = {.lex_state = 236}, + [3153] = {.lex_state = 238}, + [3154] = {.lex_state = 206}, + [3155] = {.lex_state = 198}, + [3156] = {.lex_state = 236}, [3157] = {.lex_state = 236}, - [3158] = {.lex_state = 216}, + [3158] = {.lex_state = 206}, [3159] = {.lex_state = 213}, - [3160] = {.lex_state = 206}, - [3161] = {.lex_state = 206}, + [3160] = {.lex_state = 213}, + [3161] = {.lex_state = 236}, [3162] = {.lex_state = 213}, - [3163] = {.lex_state = 236}, + [3163] = {.lex_state = 216}, [3164] = {.lex_state = 206}, [3165] = {.lex_state = 236}, [3166] = {.lex_state = 236}, - [3167] = {.lex_state = 206}, - [3168] = {.lex_state = 236}, - [3169] = {.lex_state = 213}, - [3170] = {.lex_state = 206}, - [3171] = {.lex_state = 206}, - [3172] = {.lex_state = 206}, + [3167] = {.lex_state = 236}, + [3168] = {.lex_state = 213}, + [3169] = {.lex_state = 236}, + [3170] = {.lex_state = 180}, + [3171] = {.lex_state = 236}, + [3172] = {.lex_state = 213}, [3173] = {.lex_state = 236}, - [3174] = {.lex_state = 206}, - [3175] = {.lex_state = 213}, - [3176] = {.lex_state = 206}, - [3177] = {.lex_state = 206}, - [3178] = {.lex_state = 213}, - [3179] = {.lex_state = 206}, - [3180] = {.lex_state = 206}, - [3181] = {.lex_state = 213}, - [3182] = {.lex_state = 236}, + [3174] = {.lex_state = 236}, + [3175] = {.lex_state = 236}, + [3176] = {.lex_state = 236}, + [3177] = {.lex_state = 213}, + [3178] = {.lex_state = 238}, + [3179] = {.lex_state = 236}, + [3180] = {.lex_state = 236}, + [3181] = {.lex_state = 206}, + [3182] = {.lex_state = 206}, [3183] = {.lex_state = 206}, - [3184] = {.lex_state = 236}, - [3185] = {.lex_state = 206}, + [3184] = {.lex_state = 213}, + [3185] = {.lex_state = 238}, [3186] = {.lex_state = 236}, - [3187] = {.lex_state = 213}, + [3187] = {.lex_state = 238}, [3188] = {.lex_state = 213}, - [3189] = {.lex_state = 236}, - [3190] = {.lex_state = 206}, + [3189] = {.lex_state = 213}, + [3190] = {.lex_state = 236}, [3191] = {.lex_state = 238}, - [3192] = {.lex_state = 206}, - [3193] = {.lex_state = 206}, - [3194] = {.lex_state = 215}, - [3195] = {.lex_state = 206}, + [3192] = {.lex_state = 213}, + [3193] = {.lex_state = 213}, + [3194] = {.lex_state = 206}, + [3195] = {.lex_state = 236}, [3196] = {.lex_state = 213}, - [3197] = {.lex_state = 198}, - [3198] = {.lex_state = 213}, - [3199] = {.lex_state = 236}, - [3200] = {.lex_state = 236}, - [3201] = {.lex_state = 213}, - [3202] = {.lex_state = 198}, - [3203] = {.lex_state = 236}, - [3204] = {.lex_state = 206}, + [3197] = {.lex_state = 213}, + [3198] = {.lex_state = 238}, + [3199] = {.lex_state = 213}, + [3200] = {.lex_state = 206}, + [3201] = {.lex_state = 206}, + [3202] = {.lex_state = 236}, + [3203] = {.lex_state = 213}, + [3204] = {.lex_state = 236}, [3205] = {.lex_state = 236}, - [3206] = {.lex_state = 191}, - [3207] = {.lex_state = 213}, - [3208] = {.lex_state = 203}, - [3209] = {.lex_state = 193}, - [3210] = {.lex_state = 238}, - [3211] = {.lex_state = 213}, - [3212] = {.lex_state = 206}, - [3213] = {.lex_state = 180}, - [3214] = {.lex_state = 206}, - [3215] = {.lex_state = 236}, - [3216] = {.lex_state = 206}, - [3217] = {.lex_state = 206}, - [3218] = {.lex_state = 213}, - [3219] = {.lex_state = 213}, + [3206] = {.lex_state = 206}, + [3207] = {.lex_state = 236}, + [3208] = {.lex_state = 206}, + [3209] = {.lex_state = 236}, + [3210] = {.lex_state = 236}, + [3211] = {.lex_state = 191}, + [3212] = {.lex_state = 236}, + [3213] = {.lex_state = 213}, + [3214] = {.lex_state = 236}, + [3215] = {.lex_state = 213}, + [3216] = {.lex_state = 236}, + [3217] = {.lex_state = 213}, + [3218] = {.lex_state = 236}, + [3219] = {.lex_state = 236}, [3220] = {.lex_state = 236}, - [3221] = {.lex_state = 206}, - [3222] = {.lex_state = 213}, - [3223] = {.lex_state = 213}, + [3221] = {.lex_state = 213}, + [3222] = {.lex_state = 236}, + [3223] = {.lex_state = 236}, [3224] = {.lex_state = 236}, - [3225] = {.lex_state = 213}, - [3226] = {.lex_state = 213}, - [3227] = {.lex_state = 236}, + [3225] = {.lex_state = 236}, + [3226] = {.lex_state = 236}, + [3227] = {.lex_state = 213}, [3228] = {.lex_state = 236}, - [3229] = {.lex_state = 236}, - [3230] = {.lex_state = 236}, - [3231] = {.lex_state = 238}, - [3232] = {.lex_state = 198}, - [3233] = {.lex_state = 236}, - [3234] = {.lex_state = 222}, - [3235] = {.lex_state = 236}, - [3236] = {.lex_state = 180}, - [3237] = {.lex_state = 238}, - [3238] = {.lex_state = 236}, - [3239] = {.lex_state = 236}, - [3240] = {.lex_state = 208}, - [3241] = {.lex_state = 236}, - [3242] = {.lex_state = 238}, + [3229] = {.lex_state = 213}, + [3230] = {.lex_state = 213}, + [3231] = {.lex_state = 206}, + [3232] = {.lex_state = 213}, + [3233] = {.lex_state = 193}, + [3234] = {.lex_state = 206}, + [3235] = {.lex_state = 213}, + [3236] = {.lex_state = 213}, + [3237] = {.lex_state = 206}, + [3238] = {.lex_state = 222}, + [3239] = {.lex_state = 180}, + [3240] = {.lex_state = 206}, + [3241] = {.lex_state = 213}, + [3242] = {.lex_state = 236}, [3243] = {.lex_state = 213}, - [3244] = {.lex_state = 236}, + [3244] = {.lex_state = 206}, [3245] = {.lex_state = 236}, - [3246] = {.lex_state = 238}, - [3247] = {.lex_state = 236}, - [3248] = {.lex_state = 236}, - [3249] = {.lex_state = 213}, - [3250] = {.lex_state = 213}, - [3251] = {.lex_state = 213}, - [3252] = {.lex_state = 194}, - [3253] = {.lex_state = 191}, - [3254] = {.lex_state = 206}, - [3255] = {.lex_state = 213}, + [3246] = {.lex_state = 236}, + [3247] = {.lex_state = 206}, + [3248] = {.lex_state = 180}, + [3249] = {.lex_state = 194}, + [3250] = {.lex_state = 206}, + [3251] = {.lex_state = 236}, + [3252] = {.lex_state = 198}, + [3253] = {.lex_state = 236}, + [3254] = {.lex_state = 238}, + [3255] = {.lex_state = 206}, [3256] = {.lex_state = 236}, - [3257] = {.lex_state = 236}, + [3257] = {.lex_state = 222}, [3258] = {.lex_state = 236}, [3259] = {.lex_state = 236}, - [3260] = {.lex_state = 180}, + [3260] = {.lex_state = 236}, [3261] = {.lex_state = 236}, [3262] = {.lex_state = 206}, - [3263] = {.lex_state = 238}, - [3264] = {.lex_state = 213}, - [3265] = {.lex_state = 236}, - [3266] = {.lex_state = 191}, - [3267] = {.lex_state = 206}, - [3268] = {.lex_state = 213}, - [3269] = {.lex_state = 194}, - [3270] = {.lex_state = 236}, + [3263] = {.lex_state = 206}, + [3264] = {.lex_state = 206}, + [3265] = {.lex_state = 213}, + [3266] = {.lex_state = 197}, + [3267] = {.lex_state = 191}, + [3268] = {.lex_state = 191}, + [3269] = {.lex_state = 191}, + [3270] = {.lex_state = 191}, [3271] = {.lex_state = 191}, [3272] = {.lex_state = 238}, - [3273] = {.lex_state = 203}, - [3274] = {.lex_state = 191}, - [3275] = {.lex_state = 203}, + [3273] = {.lex_state = 213}, + [3274] = {.lex_state = 239}, + [3275] = {.lex_state = 193}, [3276] = {.lex_state = 213}, - [3277] = {.lex_state = 206}, - [3278] = {.lex_state = 236}, - [3279] = {.lex_state = 197}, - [3280] = {.lex_state = 213}, + [3277] = {.lex_state = 203}, + [3278] = {.lex_state = 203}, + [3279] = {.lex_state = 203}, + [3280] = {.lex_state = 203}, [3281] = {.lex_state = 213}, - [3282] = {.lex_state = 213}, - [3283] = {.lex_state = 206}, - [3284] = {.lex_state = 236}, + [3282] = {.lex_state = 203}, + [3283] = {.lex_state = 210}, + [3284] = {.lex_state = 213}, [3285] = {.lex_state = 239}, - [3286] = {.lex_state = 197}, - [3287] = {.lex_state = 197}, - [3288] = {.lex_state = 203}, - [3289] = {.lex_state = 197}, - [3290] = {.lex_state = 239}, - [3291] = {.lex_state = 206}, + [3286] = {.lex_state = 213}, + [3287] = {.lex_state = 203}, + [3288] = {.lex_state = 213}, + [3289] = {.lex_state = 236}, + [3290] = {.lex_state = 238}, + [3291] = {.lex_state = 240}, [3292] = {.lex_state = 191}, - [3293] = {.lex_state = 206}, - [3294] = {.lex_state = 213}, - [3295] = {.lex_state = 197}, - [3296] = {.lex_state = 236}, - [3297] = {.lex_state = 197}, - [3298] = {.lex_state = 191}, - [3299] = {.lex_state = 213}, - [3300] = {.lex_state = 194}, - [3301] = {.lex_state = 191}, - [3302] = {.lex_state = 193}, - [3303] = {.lex_state = 193}, - [3304] = {.lex_state = 206}, - [3305] = {.lex_state = 193}, + [3293] = {.lex_state = 191}, + [3294] = {.lex_state = 191}, + [3295] = {.lex_state = 236}, + [3296] = {.lex_state = 206}, + [3297] = {.lex_state = 191}, + [3298] = {.lex_state = 194}, + [3299] = {.lex_state = 236}, + [3300] = {.lex_state = 206}, + [3301] = {.lex_state = 206}, + [3302] = {.lex_state = 210}, + [3303] = {.lex_state = 191}, + [3304] = {.lex_state = 191}, + [3305] = {.lex_state = 191}, [3306] = {.lex_state = 191}, - [3307] = {.lex_state = 206}, - [3308] = {.lex_state = 236}, - [3309] = {.lex_state = 240}, - [3310] = {.lex_state = 240}, - [3311] = {.lex_state = 191}, + [3307] = {.lex_state = 193}, + [3308] = {.lex_state = 239}, + [3309] = {.lex_state = 213}, + [3310] = {.lex_state = 201}, + [3311] = {.lex_state = 239}, [3312] = {.lex_state = 191}, - [3313] = {.lex_state = 236}, - [3314] = {.lex_state = 197}, - [3315] = {.lex_state = 239}, - [3316] = {.lex_state = 191}, - [3317] = {.lex_state = 238}, - [3318] = {.lex_state = 239}, - [3319] = {.lex_state = 239}, - [3320] = {.lex_state = 206}, - [3321] = {.lex_state = 203}, - [3322] = {.lex_state = 206}, - [3323] = {.lex_state = 197}, - [3324] = {.lex_state = 213}, - [3325] = {.lex_state = 213}, - [3326] = {.lex_state = 213}, - [3327] = {.lex_state = 197}, - [3328] = {.lex_state = 210}, - [3329] = {.lex_state = 197}, - [3330] = {.lex_state = 197}, - [3331] = {.lex_state = 197}, - [3332] = {.lex_state = 197}, - [3333] = {.lex_state = 197}, - [3334] = {.lex_state = 197}, - [3335] = {.lex_state = 197}, - [3336] = {.lex_state = 197}, - [3337] = {.lex_state = 197}, - [3338] = {.lex_state = 197}, - [3339] = {.lex_state = 197}, - [3340] = {.lex_state = 236}, - [3341] = {.lex_state = 213}, - [3342] = {.lex_state = 236}, - [3343] = {.lex_state = 236}, + [3313] = {.lex_state = 203}, + [3314] = {.lex_state = 201}, + [3315] = {.lex_state = 191}, + [3316] = {.lex_state = 238}, + [3317] = {.lex_state = 191}, + [3318] = {.lex_state = 238}, + [3319] = {.lex_state = 191}, + [3320] = {.lex_state = 194}, + [3321] = {.lex_state = 206}, + [3322] = {.lex_state = 191}, + [3323] = {.lex_state = 212}, + [3324] = {.lex_state = 236}, + [3325] = {.lex_state = 206}, + [3326] = {.lex_state = 206}, + [3327] = {.lex_state = 203}, + [3328] = {.lex_state = 191}, + [3329] = {.lex_state = 206}, + [3330] = {.lex_state = 239}, + [3331] = {.lex_state = 239}, + [3332] = {.lex_state = 203}, + [3333] = {.lex_state = 236}, + [3334] = {.lex_state = 203}, + [3335] = {.lex_state = 213}, + [3336] = {.lex_state = 206}, + [3337] = {.lex_state = 203}, + [3338] = {.lex_state = 236}, + [3339] = {.lex_state = 203}, + [3340] = {.lex_state = 210}, + [3341] = {.lex_state = 206}, + [3342] = {.lex_state = 203}, + [3343] = {.lex_state = 206}, [3344] = {.lex_state = 191}, - [3345] = {.lex_state = 191}, - [3346] = {.lex_state = 213}, - [3347] = {.lex_state = 213}, - [3348] = {.lex_state = 213}, - [3349] = {.lex_state = 191}, - [3350] = {.lex_state = 213}, - [3351] = {.lex_state = 193}, - [3352] = {.lex_state = 191}, - [3353] = {.lex_state = 213}, - [3354] = {.lex_state = 206}, - [3355] = {.lex_state = 213}, - [3356] = {.lex_state = 191}, - [3357] = {.lex_state = 213}, - [3358] = {.lex_state = 213}, - [3359] = {.lex_state = 203}, - [3360] = {.lex_state = 236}, - [3361] = {.lex_state = 197}, + [3345] = {.lex_state = 213}, + [3346] = {.lex_state = 236}, + [3347] = {.lex_state = 206}, + [3348] = {.lex_state = 206}, + [3349] = {.lex_state = 193}, + [3350] = {.lex_state = 206}, + [3351] = {.lex_state = 203}, + [3352] = {.lex_state = 236}, + [3353] = {.lex_state = 206}, + [3354] = {.lex_state = 203}, + [3355] = {.lex_state = 191}, + [3356] = {.lex_state = 236}, + [3357] = {.lex_state = 206}, + [3358] = {.lex_state = 203}, + [3359] = {.lex_state = 191}, + [3360] = {.lex_state = 206}, + [3361] = {.lex_state = 236}, [3362] = {.lex_state = 206}, - [3363] = {.lex_state = 197}, - [3364] = {.lex_state = 206}, - [3365] = {.lex_state = 197}, - [3366] = {.lex_state = 212}, - [3367] = {.lex_state = 206}, - [3368] = {.lex_state = 236}, - [3369] = {.lex_state = 203}, - [3370] = {.lex_state = 213}, - [3371] = {.lex_state = 201}, + [3363] = {.lex_state = 213}, + [3364] = {.lex_state = 213}, + [3365] = {.lex_state = 236}, + [3366] = {.lex_state = 213}, + [3367] = {.lex_state = 213}, + [3368] = {.lex_state = 194}, + [3369] = {.lex_state = 191}, + [3370] = {.lex_state = 191}, + [3371] = {.lex_state = 240}, [3372] = {.lex_state = 213}, - [3373] = {.lex_state = 193}, - [3374] = {.lex_state = 197}, - [3375] = {.lex_state = 210}, + [3373] = {.lex_state = 213}, + [3374] = {.lex_state = 236}, + [3375] = {.lex_state = 239}, [3376] = {.lex_state = 236}, - [3377] = {.lex_state = 191}, - [3378] = {.lex_state = 191}, - [3379] = {.lex_state = 191}, - [3380] = {.lex_state = 191}, - [3381] = {.lex_state = 236}, - [3382] = {.lex_state = 206}, + [3377] = {.lex_state = 236}, + [3378] = {.lex_state = 236}, + [3379] = {.lex_state = 236}, + [3380] = {.lex_state = 236}, + [3381] = {.lex_state = 191}, + [3382] = {.lex_state = 213}, [3383] = {.lex_state = 191}, - [3384] = {.lex_state = 213}, - [3385] = {.lex_state = 210}, - [3386] = {.lex_state = 203}, - [3387] = {.lex_state = 191}, - [3388] = {.lex_state = 191}, + [3384] = {.lex_state = 191}, + [3385] = {.lex_state = 236}, + [3386] = {.lex_state = 191}, + [3387] = {.lex_state = 213}, + [3388] = {.lex_state = 193}, [3389] = {.lex_state = 191}, [3390] = {.lex_state = 213}, [3391] = {.lex_state = 213}, - [3392] = {.lex_state = 236}, - [3393] = {.lex_state = 203}, - [3394] = {.lex_state = 236}, - [3395] = {.lex_state = 203}, - [3396] = {.lex_state = 193}, - [3397] = {.lex_state = 194}, - [3398] = {.lex_state = 236}, - [3399] = {.lex_state = 203}, - [3400] = {.lex_state = 236}, - [3401] = {.lex_state = 213}, - [3402] = {.lex_state = 240}, - [3403] = {.lex_state = 203}, - [3404] = {.lex_state = 203}, - [3405] = {.lex_state = 206}, - [3406] = {.lex_state = 239}, - [3407] = {.lex_state = 203}, - [3408] = {.lex_state = 239}, - [3409] = {.lex_state = 191}, - [3410] = {.lex_state = 213}, - [3411] = {.lex_state = 203}, - [3412] = {.lex_state = 191}, - [3413] = {.lex_state = 203}, - [3414] = {.lex_state = 213}, - [3415] = {.lex_state = 236}, - [3416] = {.lex_state = 191}, - [3417] = {.lex_state = 203}, - [3418] = {.lex_state = 238}, - [3419] = {.lex_state = 236}, - [3420] = {.lex_state = 213}, - [3421] = {.lex_state = 206}, - [3422] = {.lex_state = 238}, - [3423] = {.lex_state = 191}, - [3424] = {.lex_state = 191}, - [3425] = {.lex_state = 238}, - [3426] = {.lex_state = 236}, + [3392] = {.lex_state = 213}, + [3393] = {.lex_state = 213}, + [3394] = {.lex_state = 213}, + [3395] = {.lex_state = 213}, + [3396] = {.lex_state = 213}, + [3397] = {.lex_state = 213}, + [3398] = {.lex_state = 213}, + [3399] = {.lex_state = 213}, + [3400] = {.lex_state = 239}, + [3401] = {.lex_state = 238}, + [3402] = {.lex_state = 238}, + [3403] = {.lex_state = 213}, + [3404] = {.lex_state = 197}, + [3405] = {.lex_state = 197}, + [3406] = {.lex_state = 197}, + [3407] = {.lex_state = 197}, + [3408] = {.lex_state = 197}, + [3409] = {.lex_state = 197}, + [3410] = {.lex_state = 197}, + [3411] = {.lex_state = 197}, + [3412] = {.lex_state = 197}, + [3413] = {.lex_state = 197}, + [3414] = {.lex_state = 197}, + [3415] = {.lex_state = 197}, + [3416] = {.lex_state = 197}, + [3417] = {.lex_state = 197}, + [3418] = {.lex_state = 197}, + [3419] = {.lex_state = 197}, + [3420] = {.lex_state = 197}, + [3421] = {.lex_state = 197}, + [3422] = {.lex_state = 197}, + [3423] = {.lex_state = 197}, + [3424] = {.lex_state = 197}, + [3425] = {.lex_state = 197}, + [3426] = {.lex_state = 197}, [3427] = {.lex_state = 203}, - [3428] = {.lex_state = 191}, - [3429] = {.lex_state = 197}, - [3430] = {.lex_state = 206}, - [3431] = {.lex_state = 238}, - [3432] = {.lex_state = 194}, - [3433] = {.lex_state = 213}, - [3434] = {.lex_state = 201}, - [3435] = {.lex_state = 239}, + [3428] = {.lex_state = 197}, + [3429] = {.lex_state = 213}, + [3430] = {.lex_state = 194}, + [3431] = {.lex_state = 193}, + [3432] = {.lex_state = 193}, + [3433] = {.lex_state = 240}, + [3434] = {.lex_state = 236}, + [3435] = {.lex_state = 236}, [3436] = {.lex_state = 206}, - [3437] = {.lex_state = 180}, + [3437] = {.lex_state = 206}, [3438] = {.lex_state = 206}, [3439] = {.lex_state = 206}, - [3440] = {.lex_state = 213}, + [3440] = {.lex_state = 206}, [3441] = {.lex_state = 206}, - [3442] = {.lex_state = 194}, - [3443] = {.lex_state = 238}, - [3444] = {.lex_state = 238}, + [3442] = {.lex_state = 206}, + [3443] = {.lex_state = 206}, + [3444] = {.lex_state = 206}, [3445] = {.lex_state = 206}, - [3446] = {.lex_state = 201}, - [3447] = {.lex_state = 180}, - [3448] = {.lex_state = 216}, + [3446] = {.lex_state = 206}, + [3447] = {.lex_state = 206}, + [3448] = {.lex_state = 206}, [3449] = {.lex_state = 206}, - [3450] = {.lex_state = 238}, - [3451] = {.lex_state = 238}, + [3450] = {.lex_state = 206}, + [3451] = {.lex_state = 206}, [3452] = {.lex_state = 206}, - [3453] = {.lex_state = 238}, - [3454] = {.lex_state = 238}, - [3455] = {.lex_state = 238}, + [3453] = {.lex_state = 206}, + [3454] = {.lex_state = 206}, + [3455] = {.lex_state = 206}, [3456] = {.lex_state = 206}, [3457] = {.lex_state = 206}, - [3458] = {.lex_state = 206}, + [3458] = {.lex_state = 216}, [3459] = {.lex_state = 206}, - [3460] = {.lex_state = 238}, - [3461] = {.lex_state = 240}, - [3462] = {.lex_state = 201}, + [3460] = {.lex_state = 206}, + [3461] = {.lex_state = 206}, + [3462] = {.lex_state = 206}, [3463] = {.lex_state = 206}, [3464] = {.lex_state = 206}, - [3465] = {.lex_state = 206}, + [3465] = {.lex_state = 213}, [3466] = {.lex_state = 206}, [3467] = {.lex_state = 206}, - [3468] = {.lex_state = 201}, + [3468] = {.lex_state = 206}, [3469] = {.lex_state = 206}, [3470] = {.lex_state = 206}, [3471] = {.lex_state = 206}, @@ -25302,1167 +25302,1167 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3473] = {.lex_state = 206}, [3474] = {.lex_state = 206}, [3475] = {.lex_state = 206}, - [3476] = {.lex_state = 201}, + [3476] = {.lex_state = 206}, [3477] = {.lex_state = 206}, - [3478] = {.lex_state = 206}, + [3478] = {.lex_state = 180}, [3479] = {.lex_state = 206}, - [3480] = {.lex_state = 201}, - [3481] = {.lex_state = 206}, + [3480] = {.lex_state = 206}, + [3481] = {.lex_state = 238}, [3482] = {.lex_state = 206}, [3483] = {.lex_state = 206}, - [3484] = {.lex_state = 216}, + [3484] = {.lex_state = 206}, [3485] = {.lex_state = 206}, - [3486] = {.lex_state = 216}, + [3486] = {.lex_state = 206}, [3487] = {.lex_state = 206}, - [3488] = {.lex_state = 216}, - [3489] = {.lex_state = 201}, - [3490] = {.lex_state = 201}, - [3491] = {.lex_state = 240}, - [3492] = {.lex_state = 216}, + [3488] = {.lex_state = 190}, + [3489] = {.lex_state = 194}, + [3490] = {.lex_state = 216}, + [3491] = {.lex_state = 206}, + [3492] = {.lex_state = 218}, [3493] = {.lex_state = 206}, - [3494] = {.lex_state = 190}, + [3494] = {.lex_state = 206}, [3495] = {.lex_state = 206}, [3496] = {.lex_state = 206}, - [3497] = {.lex_state = 201}, - [3498] = {.lex_state = 201}, + [3497] = {.lex_state = 206}, + [3498] = {.lex_state = 216}, [3499] = {.lex_state = 206}, - [3500] = {.lex_state = 206}, - [3501] = {.lex_state = 201}, + [3500] = {.lex_state = 218}, + [3501] = {.lex_state = 206}, [3502] = {.lex_state = 206}, [3503] = {.lex_state = 206}, [3504] = {.lex_state = 206}, - [3505] = {.lex_state = 206}, - [3506] = {.lex_state = 201}, - [3507] = {.lex_state = 206}, - [3508] = {.lex_state = 206}, - [3509] = {.lex_state = 201}, - [3510] = {.lex_state = 238}, - [3511] = {.lex_state = 216}, - [3512] = {.lex_state = 216}, - [3513] = {.lex_state = 206}, + [3505] = {.lex_state = 216}, + [3506] = {.lex_state = 180}, + [3507] = {.lex_state = 213}, + [3508] = {.lex_state = 218}, + [3509] = {.lex_state = 206}, + [3510] = {.lex_state = 206}, + [3511] = {.lex_state = 206}, + [3512] = {.lex_state = 206}, + [3513] = {.lex_state = 180}, [3514] = {.lex_state = 206}, - [3515] = {.lex_state = 201}, + [3515] = {.lex_state = 206}, [3516] = {.lex_state = 206}, [3517] = {.lex_state = 206}, - [3518] = {.lex_state = 201}, - [3519] = {.lex_state = 190}, + [3518] = {.lex_state = 206}, + [3519] = {.lex_state = 180}, [3520] = {.lex_state = 206}, [3521] = {.lex_state = 206}, - [3522] = {.lex_state = 238}, + [3522] = {.lex_state = 206}, [3523] = {.lex_state = 206}, [3524] = {.lex_state = 206}, - [3525] = {.lex_state = 206}, - [3526] = {.lex_state = 206}, + [3525] = {.lex_state = 201}, + [3526] = {.lex_state = 201}, [3527] = {.lex_state = 206}, [3528] = {.lex_state = 206}, - [3529] = {.lex_state = 238}, + [3529] = {.lex_state = 206}, [3530] = {.lex_state = 206}, - [3531] = {.lex_state = 238}, + [3531] = {.lex_state = 206}, [3532] = {.lex_state = 206}, [3533] = {.lex_state = 206}, [3534] = {.lex_state = 206}, [3535] = {.lex_state = 206}, [3536] = {.lex_state = 206}, [3537] = {.lex_state = 206}, - [3538] = {.lex_state = 206}, + [3538] = {.lex_state = 216}, [3539] = {.lex_state = 206}, - [3540] = {.lex_state = 206}, - [3541] = {.lex_state = 220}, - [3542] = {.lex_state = 206}, + [3540] = {.lex_state = 216}, + [3541] = {.lex_state = 216}, + [3542] = {.lex_state = 216}, [3543] = {.lex_state = 206}, [3544] = {.lex_state = 206}, [3545] = {.lex_state = 206}, - [3546] = {.lex_state = 206}, - [3547] = {.lex_state = 201}, + [3546] = {.lex_state = 216}, + [3547] = {.lex_state = 206}, [3548] = {.lex_state = 206}, - [3549] = {.lex_state = 206}, - [3550] = {.lex_state = 206}, - [3551] = {.lex_state = 206}, + [3549] = {.lex_state = 216}, + [3550] = {.lex_state = 216}, + [3551] = {.lex_state = 216}, [3552] = {.lex_state = 206}, - [3553] = {.lex_state = 206}, - [3554] = {.lex_state = 206}, - [3555] = {.lex_state = 206}, - [3556] = {.lex_state = 206}, - [3557] = {.lex_state = 206}, + [3553] = {.lex_state = 238}, + [3554] = {.lex_state = 238}, + [3555] = {.lex_state = 201}, + [3556] = {.lex_state = 238}, + [3557] = {.lex_state = 238}, [3558] = {.lex_state = 206}, - [3559] = {.lex_state = 206}, - [3560] = {.lex_state = 216}, - [3561] = {.lex_state = 206}, - [3562] = {.lex_state = 201}, - [3563] = {.lex_state = 206}, - [3564] = {.lex_state = 216}, - [3565] = {.lex_state = 206}, + [3559] = {.lex_state = 238}, + [3560] = {.lex_state = 238}, + [3561] = {.lex_state = 238}, + [3562] = {.lex_state = 206}, + [3563] = {.lex_state = 238}, + [3564] = {.lex_state = 238}, + [3565] = {.lex_state = 238}, [3566] = {.lex_state = 206}, - [3567] = {.lex_state = 206}, - [3568] = {.lex_state = 206}, + [3567] = {.lex_state = 238}, + [3568] = {.lex_state = 238}, [3569] = {.lex_state = 206}, [3570] = {.lex_state = 206}, [3571] = {.lex_state = 206}, [3572] = {.lex_state = 206}, [3573] = {.lex_state = 206}, [3574] = {.lex_state = 206}, - [3575] = {.lex_state = 206}, + [3575] = {.lex_state = 216}, [3576] = {.lex_state = 206}, [3577] = {.lex_state = 206}, [3578] = {.lex_state = 206}, [3579] = {.lex_state = 206}, [3580] = {.lex_state = 206}, - [3581] = {.lex_state = 216}, - [3582] = {.lex_state = 216}, - [3583] = {.lex_state = 213}, - [3584] = {.lex_state = 206}, + [3581] = {.lex_state = 190}, + [3582] = {.lex_state = 213}, + [3583] = {.lex_state = 206}, + [3584] = {.lex_state = 213}, [3585] = {.lex_state = 206}, [3586] = {.lex_state = 206}, - [3587] = {.lex_state = 180}, - [3588] = {.lex_state = 206}, - [3589] = {.lex_state = 206}, + [3587] = {.lex_state = 206}, + [3588] = {.lex_state = 240}, + [3589] = {.lex_state = 201}, [3590] = {.lex_state = 206}, - [3591] = {.lex_state = 218}, - [3592] = {.lex_state = 180}, - [3593] = {.lex_state = 238}, - [3594] = {.lex_state = 206}, - [3595] = {.lex_state = 190}, - [3596] = {.lex_state = 206}, - [3597] = {.lex_state = 206}, + [3591] = {.lex_state = 201}, + [3592] = {.lex_state = 206}, + [3593] = {.lex_state = 201}, + [3594] = {.lex_state = 201}, + [3595] = {.lex_state = 201}, + [3596] = {.lex_state = 240}, + [3597] = {.lex_state = 220}, [3598] = {.lex_state = 206}, - [3599] = {.lex_state = 216}, + [3599] = {.lex_state = 206}, [3600] = {.lex_state = 206}, - [3601] = {.lex_state = 206}, - [3602] = {.lex_state = 216}, - [3603] = {.lex_state = 206}, + [3601] = {.lex_state = 201}, + [3602] = {.lex_state = 201}, + [3603] = {.lex_state = 201}, [3604] = {.lex_state = 206}, - [3605] = {.lex_state = 216}, - [3606] = {.lex_state = 216}, - [3607] = {.lex_state = 218}, - [3608] = {.lex_state = 206}, - [3609] = {.lex_state = 216}, - [3610] = {.lex_state = 206}, + [3605] = {.lex_state = 201}, + [3606] = {.lex_state = 201}, + [3607] = {.lex_state = 206}, + [3608] = {.lex_state = 201}, + [3609] = {.lex_state = 201}, + [3610] = {.lex_state = 201}, [3611] = {.lex_state = 206}, - [3612] = {.lex_state = 206}, + [3612] = {.lex_state = 180}, [3613] = {.lex_state = 206}, - [3614] = {.lex_state = 216}, - [3615] = {.lex_state = 218}, - [3616] = {.lex_state = 180}, + [3614] = {.lex_state = 190}, + [3615] = {.lex_state = 216}, + [3616] = {.lex_state = 216}, [3617] = {.lex_state = 206}, - [3618] = {.lex_state = 206}, - [3619] = {.lex_state = 213}, - [3620] = {.lex_state = 213}, - [3621] = {.lex_state = 213}, + [3618] = {.lex_state = 216}, + [3619] = {.lex_state = 216}, + [3620] = {.lex_state = 206}, + [3621] = {.lex_state = 206}, [3622] = {.lex_state = 213}, [3623] = {.lex_state = 213}, [3624] = {.lex_state = 213}, - [3625] = {.lex_state = 213}, + [3625] = {.lex_state = 203}, [3626] = {.lex_state = 213}, - [3627] = {.lex_state = 201}, - [3628] = {.lex_state = 213}, - [3629] = {.lex_state = 213}, + [3627] = {.lex_state = 213}, + [3628] = {.lex_state = 206}, + [3629] = {.lex_state = 206}, [3630] = {.lex_state = 213}, - [3631] = {.lex_state = 238}, + [3631] = {.lex_state = 213}, [3632] = {.lex_state = 213}, [3633] = {.lex_state = 213}, [3634] = {.lex_state = 213}, [3635] = {.lex_state = 213}, - [3636] = {.lex_state = 197}, - [3637] = {.lex_state = 197}, - [3638] = {.lex_state = 197}, - [3639] = {.lex_state = 213}, - [3640] = {.lex_state = 197}, - [3641] = {.lex_state = 213}, - [3642] = {.lex_state = 213}, - [3643] = {.lex_state = 213}, - [3644] = {.lex_state = 194}, + [3636] = {.lex_state = 206}, + [3637] = {.lex_state = 213}, + [3638] = {.lex_state = 201}, + [3639] = {.lex_state = 238}, + [3640] = {.lex_state = 201}, + [3641] = {.lex_state = 206}, + [3642] = {.lex_state = 201}, + [3643] = {.lex_state = 201}, + [3644] = {.lex_state = 213}, [3645] = {.lex_state = 213}, [3646] = {.lex_state = 213}, - [3647] = {.lex_state = 213}, - [3648] = {.lex_state = 194}, - [3649] = {.lex_state = 201}, - [3650] = {.lex_state = 213}, + [3647] = {.lex_state = 206}, + [3648] = {.lex_state = 222}, + [3649] = {.lex_state = 213}, + [3650] = {.lex_state = 222}, [3651] = {.lex_state = 213}, - [3652] = {.lex_state = 193}, - [3653] = {.lex_state = 194}, - [3654] = {.lex_state = 197}, + [3652] = {.lex_state = 213}, + [3653] = {.lex_state = 206}, + [3654] = {.lex_state = 206}, [3655] = {.lex_state = 213}, [3656] = {.lex_state = 213}, - [3657] = {.lex_state = 213}, - [3658] = {.lex_state = 206}, + [3657] = {.lex_state = 206}, + [3658] = {.lex_state = 213}, [3659] = {.lex_state = 213}, [3660] = {.lex_state = 201}, - [3661] = {.lex_state = 222}, - [3662] = {.lex_state = 197}, - [3663] = {.lex_state = 213}, + [3661] = {.lex_state = 206}, + [3662] = {.lex_state = 213}, + [3663] = {.lex_state = 201}, [3664] = {.lex_state = 206}, - [3665] = {.lex_state = 213}, - [3666] = {.lex_state = 222}, - [3667] = {.lex_state = 213}, - [3668] = {.lex_state = 201}, + [3665] = {.lex_state = 180}, + [3666] = {.lex_state = 213}, + [3667] = {.lex_state = 206}, + [3668] = {.lex_state = 180}, [3669] = {.lex_state = 213}, - [3670] = {.lex_state = 213}, + [3670] = {.lex_state = 194}, [3671] = {.lex_state = 213}, [3672] = {.lex_state = 213}, - [3673] = {.lex_state = 213}, + [3673] = {.lex_state = 193}, [3674] = {.lex_state = 213}, [3675] = {.lex_state = 213}, - [3676] = {.lex_state = 213}, + [3676] = {.lex_state = 206}, [3677] = {.lex_state = 213}, - [3678] = {.lex_state = 213}, - [3679] = {.lex_state = 194}, + [3678] = {.lex_state = 206}, + [3679] = {.lex_state = 203}, [3680] = {.lex_state = 213}, - [3681] = {.lex_state = 206}, + [3681] = {.lex_state = 238}, [3682] = {.lex_state = 213}, [3683] = {.lex_state = 213}, [3684] = {.lex_state = 213}, [3685] = {.lex_state = 213}, - [3686] = {.lex_state = 206}, - [3687] = {.lex_state = 201}, + [3686] = {.lex_state = 222}, + [3687] = {.lex_state = 213}, [3688] = {.lex_state = 213}, [3689] = {.lex_state = 213}, [3690] = {.lex_state = 213}, [3691] = {.lex_state = 213}, - [3692] = {.lex_state = 222}, + [3692] = {.lex_state = 206}, [3693] = {.lex_state = 213}, [3694] = {.lex_state = 206}, - [3695] = {.lex_state = 201}, - [3696] = {.lex_state = 197}, + [3695] = {.lex_state = 180}, + [3696] = {.lex_state = 180}, [3697] = {.lex_state = 213}, - [3698] = {.lex_state = 201}, + [3698] = {.lex_state = 213}, [3699] = {.lex_state = 213}, - [3700] = {.lex_state = 213}, + [3700] = {.lex_state = 194}, [3701] = {.lex_state = 213}, [3702] = {.lex_state = 213}, - [3703] = {.lex_state = 197}, + [3703] = {.lex_state = 213}, [3704] = {.lex_state = 213}, - [3705] = {.lex_state = 206}, - [3706] = {.lex_state = 201}, - [3707] = {.lex_state = 213}, + [3705] = {.lex_state = 213}, + [3706] = {.lex_state = 206}, + [3707] = {.lex_state = 194}, [3708] = {.lex_state = 213}, - [3709] = {.lex_state = 201}, + [3709] = {.lex_state = 213}, [3710] = {.lex_state = 213}, - [3711] = {.lex_state = 203}, - [3712] = {.lex_state = 201}, - [3713] = {.lex_state = 213}, + [3711] = {.lex_state = 206}, + [3712] = {.lex_state = 206}, + [3713] = {.lex_state = 206}, [3714] = {.lex_state = 213}, - [3715] = {.lex_state = 213}, + [3715] = {.lex_state = 201}, [3716] = {.lex_state = 213}, [3717] = {.lex_state = 213}, - [3718] = {.lex_state = 180}, - [3719] = {.lex_state = 213}, - [3720] = {.lex_state = 203}, + [3718] = {.lex_state = 213}, + [3719] = {.lex_state = 201}, + [3720] = {.lex_state = 206}, [3721] = {.lex_state = 213}, - [3722] = {.lex_state = 194}, - [3723] = {.lex_state = 213}, - [3724] = {.lex_state = 213}, - [3725] = {.lex_state = 213}, - [3726] = {.lex_state = 213}, + [3722] = {.lex_state = 206}, + [3723] = {.lex_state = 194}, + [3724] = {.lex_state = 206}, + [3725] = {.lex_state = 206}, + [3726] = {.lex_state = 201}, [3727] = {.lex_state = 206}, - [3728] = {.lex_state = 206}, - [3729] = {.lex_state = 206}, - [3730] = {.lex_state = 206}, - [3731] = {.lex_state = 206}, + [3728] = {.lex_state = 213}, + [3729] = {.lex_state = 201}, + [3730] = {.lex_state = 213}, + [3731] = {.lex_state = 213}, [3732] = {.lex_state = 213}, - [3733] = {.lex_state = 206}, - [3734] = {.lex_state = 206}, + [3733] = {.lex_state = 203}, + [3734] = {.lex_state = 197}, [3735] = {.lex_state = 213}, [3736] = {.lex_state = 206}, - [3737] = {.lex_state = 206}, - [3738] = {.lex_state = 213}, - [3739] = {.lex_state = 206}, - [3740] = {.lex_state = 206}, - [3741] = {.lex_state = 180}, - [3742] = {.lex_state = 201}, - [3743] = {.lex_state = 201}, - [3744] = {.lex_state = 201}, - [3745] = {.lex_state = 206}, - [3746] = {.lex_state = 203}, - [3747] = {.lex_state = 213}, - [3748] = {.lex_state = 206}, - [3749] = {.lex_state = 206}, - [3750] = {.lex_state = 213}, - [3751] = {.lex_state = 206}, - [3752] = {.lex_state = 213}, - [3753] = {.lex_state = 180}, - [3754] = {.lex_state = 213}, - [3755] = {.lex_state = 206}, - [3756] = {.lex_state = 238}, - [3757] = {.lex_state = 180}, + [3737] = {.lex_state = 213}, + [3738] = {.lex_state = 197}, + [3739] = {.lex_state = 213}, + [3740] = {.lex_state = 213}, + [3741] = {.lex_state = 213}, + [3742] = {.lex_state = 213}, + [3743] = {.lex_state = 213}, + [3744] = {.lex_state = 213}, + [3745] = {.lex_state = 197}, + [3746] = {.lex_state = 197}, + [3747] = {.lex_state = 197}, + [3748] = {.lex_state = 213}, + [3749] = {.lex_state = 213}, + [3750] = {.lex_state = 197}, + [3751] = {.lex_state = 213}, + [3752] = {.lex_state = 197}, + [3753] = {.lex_state = 201}, + [3754] = {.lex_state = 197}, + [3755] = {.lex_state = 213}, + [3756] = {.lex_state = 194}, + [3757] = {.lex_state = 201}, [3758] = {.lex_state = 213}, - [3759] = {.lex_state = 206}, - [3760] = {.lex_state = 206}, + [3759] = {.lex_state = 213}, + [3760] = {.lex_state = 213}, [3761] = {.lex_state = 213}, [3762] = {.lex_state = 213}, [3763] = {.lex_state = 213}, - [3764] = {.lex_state = 206}, - [3765] = {.lex_state = 206}, + [3764] = {.lex_state = 201}, + [3765] = {.lex_state = 213}, [3766] = {.lex_state = 213}, [3767] = {.lex_state = 213}, [3768] = {.lex_state = 213}, - [3769] = {.lex_state = 236}, - [3770] = {.lex_state = 236}, - [3771] = {.lex_state = 235}, - [3772] = {.lex_state = 235}, - [3773] = {.lex_state = 236}, - [3774] = {.lex_state = 236}, - [3775] = {.lex_state = 201}, - [3776] = {.lex_state = 236}, + [3769] = {.lex_state = 201}, + [3770] = {.lex_state = 201}, + [3771] = {.lex_state = 236}, + [3772] = {.lex_state = 236}, + [3773] = {.lex_state = 210}, + [3774] = {.lex_state = 180}, + [3775] = {.lex_state = 180}, + [3776] = {.lex_state = 194}, [3777] = {.lex_state = 236}, - [3778] = {.lex_state = 210}, - [3779] = {.lex_state = 210}, + [3778] = {.lex_state = 236}, + [3779] = {.lex_state = 236}, [3780] = {.lex_state = 236}, - [3781] = {.lex_state = 201}, - [3782] = {.lex_state = 236}, + [3781] = {.lex_state = 236}, + [3782] = {.lex_state = 203}, [3783] = {.lex_state = 236}, [3784] = {.lex_state = 236}, - [3785] = {.lex_state = 201}, - [3786] = {.lex_state = 203}, - [3787] = {.lex_state = 201}, - [3788] = {.lex_state = 203}, - [3789] = {.lex_state = 190}, + [3785] = {.lex_state = 236}, + [3786] = {.lex_state = 201}, + [3787] = {.lex_state = 235}, + [3788] = {.lex_state = 236}, + [3789] = {.lex_state = 206}, [3790] = {.lex_state = 240}, - [3791] = {.lex_state = 201}, - [3792] = {.lex_state = 201}, - [3793] = {.lex_state = 236}, + [3791] = {.lex_state = 236}, + [3792] = {.lex_state = 203}, + [3793] = {.lex_state = 203}, [3794] = {.lex_state = 236}, - [3795] = {.lex_state = 210}, - [3796] = {.lex_state = 194}, - [3797] = {.lex_state = 236}, + [3795] = {.lex_state = 236}, + [3796] = {.lex_state = 236}, + [3797] = {.lex_state = 240}, [3798] = {.lex_state = 236}, - [3799] = {.lex_state = 180}, + [3799] = {.lex_state = 236}, [3800] = {.lex_state = 236}, - [3801] = {.lex_state = 180}, - [3802] = {.lex_state = 236}, - [3803] = {.lex_state = 201}, - [3804] = {.lex_state = 201}, - [3805] = {.lex_state = 236}, - [3806] = {.lex_state = 236}, - [3807] = {.lex_state = 236}, - [3808] = {.lex_state = 203}, - [3809] = {.lex_state = 235}, - [3810] = {.lex_state = 236}, - [3811] = {.lex_state = 236}, + [3801] = {.lex_state = 236}, + [3802] = {.lex_state = 235}, + [3803] = {.lex_state = 235}, + [3804] = {.lex_state = 236}, + [3805] = {.lex_state = 201}, + [3806] = {.lex_state = 201}, + [3807] = {.lex_state = 210}, + [3808] = {.lex_state = 239}, + [3809] = {.lex_state = 236}, + [3810] = {.lex_state = 239}, + [3811] = {.lex_state = 238}, [3812] = {.lex_state = 236}, - [3813] = {.lex_state = 236}, - [3814] = {.lex_state = 236}, - [3815] = {.lex_state = 239}, - [3816] = {.lex_state = 238}, + [3813] = {.lex_state = 238}, + [3814] = {.lex_state = 190}, + [3815] = {.lex_state = 203}, + [3816] = {.lex_state = 236}, [3817] = {.lex_state = 203}, - [3818] = {.lex_state = 206}, - [3819] = {.lex_state = 203}, + [3818] = {.lex_state = 180}, + [3819] = {.lex_state = 180}, [3820] = {.lex_state = 236}, - [3821] = {.lex_state = 236}, - [3822] = {.lex_state = 180}, - [3823] = {.lex_state = 203}, - [3824] = {.lex_state = 236}, - [3825] = {.lex_state = 239}, - [3826] = {.lex_state = 238}, - [3827] = {.lex_state = 180}, - [3828] = {.lex_state = 240}, - [3829] = {.lex_state = 201}, + [3821] = {.lex_state = 201}, + [3822] = {.lex_state = 203}, + [3823] = {.lex_state = 201}, + [3824] = {.lex_state = 201}, + [3825] = {.lex_state = 236}, + [3826] = {.lex_state = 236}, + [3827] = {.lex_state = 210}, + [3828] = {.lex_state = 201}, + [3829] = {.lex_state = 236}, [3830] = {.lex_state = 236}, - [3831] = {.lex_state = 225}, - [3832] = {.lex_state = 201}, - [3833] = {.lex_state = 190}, - [3834] = {.lex_state = 203}, - [3835] = {.lex_state = 203}, - [3836] = {.lex_state = 203}, + [3831] = {.lex_state = 242}, + [3832] = {.lex_state = 206}, + [3833] = {.lex_state = 201}, + [3834] = {.lex_state = 201}, + [3835] = {.lex_state = 201}, + [3836] = {.lex_state = 206}, [3837] = {.lex_state = 203}, - [3838] = {.lex_state = 190}, - [3839] = {.lex_state = 201}, - [3840] = {.lex_state = 242}, - [3841] = {.lex_state = 201}, - [3842] = {.lex_state = 203}, + [3838] = {.lex_state = 206}, + [3839] = {.lex_state = 206}, + [3840] = {.lex_state = 206}, + [3841] = {.lex_state = 206}, + [3842] = {.lex_state = 201}, [3843] = {.lex_state = 206}, - [3844] = {.lex_state = 239}, - [3845] = {.lex_state = 242}, + [3844] = {.lex_state = 206}, + [3845] = {.lex_state = 201}, [3846] = {.lex_state = 206}, [3847] = {.lex_state = 206}, - [3848] = {.lex_state = 222}, + [3848] = {.lex_state = 206}, [3849] = {.lex_state = 206}, - [3850] = {.lex_state = 203}, + [3850] = {.lex_state = 206}, [3851] = {.lex_state = 206}, - [3852] = {.lex_state = 206}, - [3853] = {.lex_state = 206}, - [3854] = {.lex_state = 201}, + [3852] = {.lex_state = 201}, + [3853] = {.lex_state = 201}, + [3854] = {.lex_state = 203}, [3855] = {.lex_state = 206}, [3856] = {.lex_state = 201}, - [3857] = {.lex_state = 201}, + [3857] = {.lex_state = 206}, [3858] = {.lex_state = 203}, - [3859] = {.lex_state = 201}, - [3860] = {.lex_state = 203}, - [3861] = {.lex_state = 206}, - [3862] = {.lex_state = 206}, - [3863] = {.lex_state = 201}, - [3864] = {.lex_state = 201}, + [3859] = {.lex_state = 190}, + [3860] = {.lex_state = 201}, + [3861] = {.lex_state = 203}, + [3862] = {.lex_state = 201}, + [3863] = {.lex_state = 203}, + [3864] = {.lex_state = 203}, [3865] = {.lex_state = 206}, - [3866] = {.lex_state = 203}, + [3866] = {.lex_state = 201}, [3867] = {.lex_state = 206}, - [3868] = {.lex_state = 201}, + [3868] = {.lex_state = 206}, [3869] = {.lex_state = 206}, - [3870] = {.lex_state = 203}, - [3871] = {.lex_state = 206}, + [3870] = {.lex_state = 206}, + [3871] = {.lex_state = 203}, [3872] = {.lex_state = 206}, - [3873] = {.lex_state = 203}, - [3874] = {.lex_state = 203}, - [3875] = {.lex_state = 222}, + [3873] = {.lex_state = 206}, + [3874] = {.lex_state = 201}, + [3875] = {.lex_state = 203}, [3876] = {.lex_state = 206}, - [3877] = {.lex_state = 206}, - [3878] = {.lex_state = 206}, + [3877] = {.lex_state = 203}, + [3878] = {.lex_state = 203}, [3879] = {.lex_state = 206}, [3880] = {.lex_state = 206}, - [3881] = {.lex_state = 206}, - [3882] = {.lex_state = 190}, - [3883] = {.lex_state = 203}, + [3881] = {.lex_state = 201}, + [3882] = {.lex_state = 206}, + [3883] = {.lex_state = 206}, [3884] = {.lex_state = 206}, - [3885] = {.lex_state = 201}, + [3885] = {.lex_state = 206}, [3886] = {.lex_state = 206}, - [3887] = {.lex_state = 201}, - [3888] = {.lex_state = 190}, - [3889] = {.lex_state = 206}, - [3890] = {.lex_state = 206}, - [3891] = {.lex_state = 206}, + [3887] = {.lex_state = 206}, + [3888] = {.lex_state = 203}, + [3889] = {.lex_state = 203}, + [3890] = {.lex_state = 203}, + [3891] = {.lex_state = 242}, [3892] = {.lex_state = 206}, [3893] = {.lex_state = 206}, - [3894] = {.lex_state = 206}, + [3894] = {.lex_state = 203}, [3895] = {.lex_state = 239}, - [3896] = {.lex_state = 238}, - [3897] = {.lex_state = 206}, + [3896] = {.lex_state = 203}, + [3897] = {.lex_state = 203}, [3898] = {.lex_state = 206}, - [3899] = {.lex_state = 206}, - [3900] = {.lex_state = 206}, - [3901] = {.lex_state = 206}, - [3902] = {.lex_state = 206}, - [3903] = {.lex_state = 203}, + [3899] = {.lex_state = 201}, + [3900] = {.lex_state = 203}, + [3901] = {.lex_state = 201}, + [3902] = {.lex_state = 201}, + [3903] = {.lex_state = 206}, [3904] = {.lex_state = 206}, - [3905] = {.lex_state = 203}, - [3906] = {.lex_state = 201}, - [3907] = {.lex_state = 203}, + [3905] = {.lex_state = 206}, + [3906] = {.lex_state = 206}, + [3907] = {.lex_state = 225}, [3908] = {.lex_state = 201}, - [3909] = {.lex_state = 201}, + [3909] = {.lex_state = 206}, [3910] = {.lex_state = 206}, [3911] = {.lex_state = 203}, [3912] = {.lex_state = 206}, [3913] = {.lex_state = 201}, - [3914] = {.lex_state = 203}, + [3914] = {.lex_state = 206}, [3915] = {.lex_state = 206}, - [3916] = {.lex_state = 239}, - [3917] = {.lex_state = 206}, - [3918] = {.lex_state = 203}, + [3916] = {.lex_state = 201}, + [3917] = {.lex_state = 203}, + [3918] = {.lex_state = 206}, [3919] = {.lex_state = 203}, - [3920] = {.lex_state = 206}, - [3921] = {.lex_state = 201}, + [3920] = {.lex_state = 201}, + [3921] = {.lex_state = 203}, [3922] = {.lex_state = 203}, - [3923] = {.lex_state = 206}, - [3924] = {.lex_state = 206}, - [3925] = {.lex_state = 201}, - [3926] = {.lex_state = 206}, - [3927] = {.lex_state = 206}, - [3928] = {.lex_state = 206}, - [3929] = {.lex_state = 206}, + [3923] = {.lex_state = 201}, + [3924] = {.lex_state = 203}, + [3925] = {.lex_state = 206}, + [3926] = {.lex_state = 203}, + [3927] = {.lex_state = 203}, + [3928] = {.lex_state = 239}, + [3929] = {.lex_state = 203}, [3930] = {.lex_state = 206}, - [3931] = {.lex_state = 206}, - [3932] = {.lex_state = 206}, + [3931] = {.lex_state = 203}, + [3932] = {.lex_state = 238}, [3933] = {.lex_state = 206}, - [3934] = {.lex_state = 203}, - [3935] = {.lex_state = 201}, - [3936] = {.lex_state = 203}, + [3934] = {.lex_state = 222}, + [3935] = {.lex_state = 206}, + [3936] = {.lex_state = 201}, [3937] = {.lex_state = 201}, - [3938] = {.lex_state = 201}, - [3939] = {.lex_state = 201}, + [3938] = {.lex_state = 206}, + [3939] = {.lex_state = 206}, [3940] = {.lex_state = 206}, - [3941] = {.lex_state = 206}, - [3942] = {.lex_state = 203}, - [3943] = {.lex_state = 203}, - [3944] = {.lex_state = 201}, - [3945] = {.lex_state = 203}, + [3941] = {.lex_state = 222}, + [3942] = {.lex_state = 239}, + [3943] = {.lex_state = 206}, + [3944] = {.lex_state = 190}, + [3945] = {.lex_state = 201}, [3946] = {.lex_state = 201}, - [3947] = {.lex_state = 203}, - [3948] = {.lex_state = 201}, - [3949] = {.lex_state = 206}, - [3950] = {.lex_state = 203}, - [3951] = {.lex_state = 201}, - [3952] = {.lex_state = 206}, - [3953] = {.lex_state = 201}, - [3954] = {.lex_state = 206}, + [3947] = {.lex_state = 206}, + [3948] = {.lex_state = 203}, + [3949] = {.lex_state = 201}, + [3950] = {.lex_state = 206}, + [3951] = {.lex_state = 190}, + [3952] = {.lex_state = 190}, + [3953] = {.lex_state = 203}, + [3954] = {.lex_state = 201}, [3955] = {.lex_state = 203}, [3956] = {.lex_state = 203}, [3957] = {.lex_state = 203}, - [3958] = {.lex_state = 203}, + [3958] = {.lex_state = 206}, [3959] = {.lex_state = 236}, - [3960] = {.lex_state = 239}, - [3961] = {.lex_state = 190}, + [3960] = {.lex_state = 236}, + [3961] = {.lex_state = 238}, [3962] = {.lex_state = 201}, - [3963] = {.lex_state = 235}, + [3963] = {.lex_state = 190}, [3964] = {.lex_state = 201}, - [3965] = {.lex_state = 235}, - [3966] = {.lex_state = 239}, + [3965] = {.lex_state = 239}, + [3966] = {.lex_state = 201}, [3967] = {.lex_state = 201}, - [3968] = {.lex_state = 201}, - [3969] = {.lex_state = 240}, + [3968] = {.lex_state = 238}, + [3969] = {.lex_state = 235}, [3970] = {.lex_state = 201}, - [3971] = {.lex_state = 236}, - [3972] = {.lex_state = 201}, + [3971] = {.lex_state = 190}, + [3972] = {.lex_state = 236}, [3973] = {.lex_state = 201}, [3974] = {.lex_state = 201}, - [3975] = {.lex_state = 201}, - [3976] = {.lex_state = 235}, - [3977] = {.lex_state = 201}, - [3978] = {.lex_state = 239}, - [3979] = {.lex_state = 190}, - [3980] = {.lex_state = 201}, - [3981] = {.lex_state = 235}, - [3982] = {.lex_state = 201}, + [3975] = {.lex_state = 238}, + [3976] = {.lex_state = 239}, + [3977] = {.lex_state = 236}, + [3978] = {.lex_state = 235}, + [3979] = {.lex_state = 201}, + [3980] = {.lex_state = 235}, + [3981] = {.lex_state = 201}, + [3982] = {.lex_state = 190}, [3983] = {.lex_state = 201}, [3984] = {.lex_state = 201}, [3985] = {.lex_state = 236}, - [3986] = {.lex_state = 201}, - [3987] = {.lex_state = 238}, + [3986] = {.lex_state = 240}, + [3987] = {.lex_state = 201}, [3988] = {.lex_state = 201}, - [3989] = {.lex_state = 238}, - [3990] = {.lex_state = 236}, - [3991] = {.lex_state = 236}, - [3992] = {.lex_state = 235}, - [3993] = {.lex_state = 238}, - [3994] = {.lex_state = 235}, - [3995] = {.lex_state = 201}, - [3996] = {.lex_state = 190}, - [3997] = {.lex_state = 239}, + [3989] = {.lex_state = 235}, + [3990] = {.lex_state = 239}, + [3991] = {.lex_state = 239}, + [3992] = {.lex_state = 201}, + [3993] = {.lex_state = 201}, + [3994] = {.lex_state = 240}, + [3995] = {.lex_state = 236}, + [3996] = {.lex_state = 201}, + [3997] = {.lex_state = 190}, [3998] = {.lex_state = 201}, - [3999] = {.lex_state = 201}, - [4000] = {.lex_state = 236}, - [4001] = {.lex_state = 240}, - [4002] = {.lex_state = 236}, - [4003] = {.lex_state = 238}, - [4004] = {.lex_state = 201}, - [4005] = {.lex_state = 190}, - [4006] = {.lex_state = 238}, - [4007] = {.lex_state = 225}, - [4008] = {.lex_state = 222}, - [4009] = {.lex_state = 222}, + [3999] = {.lex_state = 235}, + [4000] = {.lex_state = 201}, + [4001] = {.lex_state = 201}, + [4002] = {.lex_state = 235}, + [4003] = {.lex_state = 201}, + [4004] = {.lex_state = 236}, + [4005] = {.lex_state = 238}, + [4006] = {.lex_state = 203}, + [4007] = {.lex_state = 235}, + [4008] = {.lex_state = 201}, + [4009] = {.lex_state = 238}, [4010] = {.lex_state = 235}, - [4011] = {.lex_state = 202}, - [4012] = {.lex_state = 235}, - [4013] = {.lex_state = 201}, - [4014] = {.lex_state = 238}, - [4015] = {.lex_state = 203}, - [4016] = {.lex_state = 203}, - [4017] = {.lex_state = 225}, - [4018] = {.lex_state = 201}, - [4019] = {.lex_state = 225}, - [4020] = {.lex_state = 238}, + [4011] = {.lex_state = 222}, + [4012] = {.lex_state = 201}, + [4013] = {.lex_state = 222}, + [4014] = {.lex_state = 202}, + [4015] = {.lex_state = 225}, + [4016] = {.lex_state = 238}, + [4017] = {.lex_state = 238}, + [4018] = {.lex_state = 203}, + [4019] = {.lex_state = 202}, + [4020] = {.lex_state = 201}, [4021] = {.lex_state = 238}, - [4022] = {.lex_state = 202}, - [4023] = {.lex_state = 238}, - [4024] = {.lex_state = 238}, - [4025] = {.lex_state = 235}, - [4026] = {.lex_state = 203}, + [4022] = {.lex_state = 238}, + [4023] = {.lex_state = 203}, + [4024] = {.lex_state = 201}, + [4025] = {.lex_state = 238}, + [4026] = {.lex_state = 242}, [4027] = {.lex_state = 201}, - [4028] = {.lex_state = 235}, - [4029] = {.lex_state = 201}, - [4030] = {.lex_state = 238}, - [4031] = {.lex_state = 201}, + [4028] = {.lex_state = 238}, + [4029] = {.lex_state = 235}, + [4030] = {.lex_state = 225}, + [4031] = {.lex_state = 225}, [4032] = {.lex_state = 203}, - [4033] = {.lex_state = 242}, - [4034] = {.lex_state = 201}, - [4035] = {.lex_state = 201}, - [4036] = {.lex_state = 239}, - [4037] = {.lex_state = 201}, - [4038] = {.lex_state = 201}, - [4039] = {.lex_state = 227}, - [4040] = {.lex_state = 239}, - [4041] = {.lex_state = 239}, - [4042] = {.lex_state = 226}, - [4043] = {.lex_state = 226}, - [4044] = {.lex_state = 238}, - [4045] = {.lex_state = 239}, - [4046] = {.lex_state = 227}, + [4033] = {.lex_state = 201}, + [4034] = {.lex_state = 235}, + [4035] = {.lex_state = 239}, + [4036] = {.lex_state = 201}, + [4037] = {.lex_state = 227}, + [4038] = {.lex_state = 239}, + [4039] = {.lex_state = 238}, + [4040] = {.lex_state = 238}, + [4041] = {.lex_state = 201}, + [4042] = {.lex_state = 235}, + [4043] = {.lex_state = 227}, + [4044] = {.lex_state = 239}, + [4045] = {.lex_state = 226}, + [4046] = {.lex_state = 226}, [4047] = {.lex_state = 239}, - [4048] = {.lex_state = 235}, - [4049] = {.lex_state = 238}, - [4050] = {.lex_state = 201}, - [4051] = {.lex_state = 242}, + [4048] = {.lex_state = 239}, + [4049] = {.lex_state = 201}, + [4050] = {.lex_state = 222}, + [4051] = {.lex_state = 239}, [4052] = {.lex_state = 201}, [4053] = {.lex_state = 201}, - [4054] = {.lex_state = 201}, - [4055] = {.lex_state = 203}, - [4056] = {.lex_state = 201}, - [4057] = {.lex_state = 222}, - [4058] = {.lex_state = 201}, + [4054] = {.lex_state = 222}, + [4055] = {.lex_state = 238}, + [4056] = {.lex_state = 242}, + [4057] = {.lex_state = 201}, + [4058] = {.lex_state = 238}, [4059] = {.lex_state = 201}, - [4060] = {.lex_state = 235}, - [4061] = {.lex_state = 222}, - [4062] = {.lex_state = 238}, - [4063] = {.lex_state = 222}, - [4064] = {.lex_state = 239}, - [4065] = {.lex_state = 201}, - [4066] = {.lex_state = 201}, - [4067] = {.lex_state = 203}, + [4060] = {.lex_state = 201}, + [4061] = {.lex_state = 201}, + [4062] = {.lex_state = 239}, + [4063] = {.lex_state = 235}, + [4064] = {.lex_state = 201}, + [4065] = {.lex_state = 238}, + [4066] = {.lex_state = 222}, + [4067] = {.lex_state = 201}, [4068] = {.lex_state = 201}, - [4069] = {.lex_state = 201}, - [4070] = {.lex_state = 201}, - [4071] = {.lex_state = 235}, - [4072] = {.lex_state = 201}, - [4073] = {.lex_state = 239}, - [4074] = {.lex_state = 239}, - [4075] = {.lex_state = 222}, - [4076] = {.lex_state = 201}, + [4069] = {.lex_state = 222}, + [4070] = {.lex_state = 203}, + [4071] = {.lex_state = 203}, + [4072] = {.lex_state = 239}, + [4073] = {.lex_state = 235}, + [4074] = {.lex_state = 201}, + [4075] = {.lex_state = 239}, + [4076] = {.lex_state = 238}, [4077] = {.lex_state = 201}, - [4078] = {.lex_state = 222}, - [4079] = {.lex_state = 203}, - [4080] = {.lex_state = 201}, - [4081] = {.lex_state = 239}, - [4082] = {.lex_state = 235}, - [4083] = {.lex_state = 201}, - [4084] = {.lex_state = 222}, - [4085] = {.lex_state = 201}, - [4086] = {.lex_state = 201}, + [4078] = {.lex_state = 235}, + [4079] = {.lex_state = 242}, + [4080] = {.lex_state = 239}, + [4081] = {.lex_state = 238}, + [4082] = {.lex_state = 222}, + [4083] = {.lex_state = 203}, + [4084] = {.lex_state = 235}, + [4085] = {.lex_state = 203}, + [4086] = {.lex_state = 239}, [4087] = {.lex_state = 201}, [4088] = {.lex_state = 203}, [4089] = {.lex_state = 201}, - [4090] = {.lex_state = 239}, - [4091] = {.lex_state = 242}, - [4092] = {.lex_state = 239}, + [4090] = {.lex_state = 201}, + [4091] = {.lex_state = 201}, + [4092] = {.lex_state = 201}, [4093] = {.lex_state = 201}, - [4094] = {.lex_state = 201}, - [4095] = {.lex_state = 201}, + [4094] = {.lex_state = 222}, + [4095] = {.lex_state = 239}, [4096] = {.lex_state = 201}, - [4097] = {.lex_state = 239}, - [4098] = {.lex_state = 238}, - [4099] = {.lex_state = 222}, - [4100] = {.lex_state = 235}, + [4097] = {.lex_state = 201}, + [4098] = {.lex_state = 239}, + [4099] = {.lex_state = 201}, + [4100] = {.lex_state = 201}, [4101] = {.lex_state = 201}, [4102] = {.lex_state = 201}, [4103] = {.lex_state = 201}, - [4104] = {.lex_state = 235}, + [4104] = {.lex_state = 239}, [4105] = {.lex_state = 201}, - [4106] = {.lex_state = 203}, - [4107] = {.lex_state = 238}, + [4106] = {.lex_state = 222}, + [4107] = {.lex_state = 201}, [4108] = {.lex_state = 201}, - [4109] = {.lex_state = 238}, - [4110] = {.lex_state = 239}, - [4111] = {.lex_state = 238}, + [4109] = {.lex_state = 201}, + [4110] = {.lex_state = 222}, + [4111] = {.lex_state = 201}, [4112] = {.lex_state = 201}, [4113] = {.lex_state = 239}, - [4114] = {.lex_state = 222}, - [4115] = {.lex_state = 203}, - [4116] = {.lex_state = 239}, - [4117] = {.lex_state = 239}, - [4118] = {.lex_state = 238}, + [4114] = {.lex_state = 203}, + [4115] = {.lex_state = 235}, + [4116] = {.lex_state = 201}, + [4117] = {.lex_state = 201}, + [4118] = {.lex_state = 222}, [4119] = {.lex_state = 239}, [4120] = {.lex_state = 222}, - [4121] = {.lex_state = 222}, - [4122] = {.lex_state = 201}, - [4123] = {.lex_state = 226}, - [4124] = {.lex_state = 239}, - [4125] = {.lex_state = 235}, - [4126] = {.lex_state = 201}, - [4127] = {.lex_state = 226}, - [4128] = {.lex_state = 239}, - [4129] = {.lex_state = 239}, - [4130] = {.lex_state = 239}, - [4131] = {.lex_state = 239}, - [4132] = {.lex_state = 238}, - [4133] = {.lex_state = 239}, - [4134] = {.lex_state = 239}, - [4135] = {.lex_state = 239}, - [4136] = {.lex_state = 239}, + [4121] = {.lex_state = 203}, + [4122] = {.lex_state = 239}, + [4123] = {.lex_state = 201}, + [4124] = {.lex_state = 201}, + [4125] = {.lex_state = 239}, + [4126] = {.lex_state = 239}, + [4127] = {.lex_state = 239}, + [4128] = {.lex_state = 222}, + [4129] = {.lex_state = 222}, + [4130] = {.lex_state = 235}, + [4131] = {.lex_state = 226}, + [4132] = {.lex_state = 235}, + [4133] = {.lex_state = 201}, + [4134] = {.lex_state = 222}, + [4135] = {.lex_state = 201}, + [4136] = {.lex_state = 201}, [4137] = {.lex_state = 201}, - [4138] = {.lex_state = 226}, - [4139] = {.lex_state = 239}, - [4140] = {.lex_state = 201}, + [4138] = {.lex_state = 239}, + [4139] = {.lex_state = 201}, + [4140] = {.lex_state = 239}, [4141] = {.lex_state = 201}, [4142] = {.lex_state = 201}, - [4143] = {.lex_state = 201}, - [4144] = {.lex_state = 226}, - [4145] = {.lex_state = 203}, - [4146] = {.lex_state = 201}, - [4147] = {.lex_state = 201}, - [4148] = {.lex_state = 242}, - [4149] = {.lex_state = 222}, - [4150] = {.lex_state = 222}, + [4143] = {.lex_state = 235}, + [4144] = {.lex_state = 201}, + [4145] = {.lex_state = 239}, + [4146] = {.lex_state = 235}, + [4147] = {.lex_state = 222}, + [4148] = {.lex_state = 201}, + [4149] = {.lex_state = 201}, + [4150] = {.lex_state = 201}, [4151] = {.lex_state = 201}, - [4152] = {.lex_state = 201}, - [4153] = {.lex_state = 222}, - [4154] = {.lex_state = 239}, - [4155] = {.lex_state = 239}, + [4152] = {.lex_state = 226}, + [4153] = {.lex_state = 201}, + [4154] = {.lex_state = 201}, + [4155] = {.lex_state = 235}, [4156] = {.lex_state = 201}, - [4157] = {.lex_state = 201}, - [4158] = {.lex_state = 203}, - [4159] = {.lex_state = 201}, - [4160] = {.lex_state = 222}, - [4161] = {.lex_state = 235}, + [4157] = {.lex_state = 239}, + [4158] = {.lex_state = 238}, + [4159] = {.lex_state = 222}, + [4160] = {.lex_state = 239}, + [4161] = {.lex_state = 201}, [4162] = {.lex_state = 201}, - [4163] = {.lex_state = 239}, - [4164] = {.lex_state = 242}, - [4165] = {.lex_state = 201}, - [4166] = {.lex_state = 235}, + [4163] = {.lex_state = 222}, + [4164] = {.lex_state = 201}, + [4165] = {.lex_state = 238}, + [4166] = {.lex_state = 226}, [4167] = {.lex_state = 201}, - [4168] = {.lex_state = 201}, - [4169] = {.lex_state = 235}, + [4168] = {.lex_state = 203}, + [4169] = {.lex_state = 239}, [4170] = {.lex_state = 201}, [4171] = {.lex_state = 201}, - [4172] = {.lex_state = 201}, - [4173] = {.lex_state = 203}, - [4174] = {.lex_state = 201}, - [4175] = {.lex_state = 222}, - [4176] = {.lex_state = 222}, - [4177] = {.lex_state = 235}, - [4178] = {.lex_state = 201}, - [4179] = {.lex_state = 201}, + [4172] = {.lex_state = 242}, + [4173] = {.lex_state = 242}, + [4174] = {.lex_state = 239}, + [4175] = {.lex_state = 239}, + [4176] = {.lex_state = 239}, + [4177] = {.lex_state = 239}, + [4178] = {.lex_state = 203}, + [4179] = {.lex_state = 226}, [4180] = {.lex_state = 201}, [4181] = {.lex_state = 238}, - [4182] = {.lex_state = 201}, + [4182] = {.lex_state = 239}, [4183] = {.lex_state = 204}, [4184] = {.lex_state = 201}, - [4185] = {.lex_state = 235}, - [4186] = {.lex_state = 204}, - [4187] = {.lex_state = 235}, + [4185] = {.lex_state = 204}, + [4186] = {.lex_state = 203}, + [4187] = {.lex_state = 238}, [4188] = {.lex_state = 235}, - [4189] = {.lex_state = 201}, - [4190] = {.lex_state = 239}, + [4189] = {.lex_state = 235}, + [4190] = {.lex_state = 238}, [4191] = {.lex_state = 238}, - [4192] = {.lex_state = 239}, - [4193] = {.lex_state = 235}, - [4194] = {.lex_state = 238}, - [4195] = {.lex_state = 239}, - [4196] = {.lex_state = 203}, - [4197] = {.lex_state = 238}, + [4192] = {.lex_state = 204}, + [4193] = {.lex_state = 239}, + [4194] = {.lex_state = 235}, + [4195] = {.lex_state = 201}, + [4196] = {.lex_state = 201}, + [4197] = {.lex_state = 201}, [4198] = {.lex_state = 235}, - [4199] = {.lex_state = 201}, - [4200] = {.lex_state = 203}, - [4201] = {.lex_state = 239}, - [4202] = {.lex_state = 202}, - [4203] = {.lex_state = 204}, - [4204] = {.lex_state = 222}, - [4205] = {.lex_state = 201}, - [4206] = {.lex_state = 238}, - [4207] = {.lex_state = 235}, - [4208] = {.lex_state = 201}, - [4209] = {.lex_state = 239}, - [4210] = {.lex_state = 201}, - [4211] = {.lex_state = 235}, - [4212] = {.lex_state = 236}, - [4213] = {.lex_state = 204}, + [4199] = {.lex_state = 239}, + [4200] = {.lex_state = 202}, + [4201] = {.lex_state = 203}, + [4202] = {.lex_state = 239}, + [4203] = {.lex_state = 201}, + [4204] = {.lex_state = 235}, + [4205] = {.lex_state = 238}, + [4206] = {.lex_state = 201}, + [4207] = {.lex_state = 201}, + [4208] = {.lex_state = 239}, + [4209] = {.lex_state = 235}, + [4210] = {.lex_state = 222}, + [4211] = {.lex_state = 236}, + [4212] = {.lex_state = 239}, + [4213] = {.lex_state = 202}, [4214] = {.lex_state = 236}, - [4215] = {.lex_state = 203}, - [4216] = {.lex_state = 226}, - [4217] = {.lex_state = 236}, + [4215] = {.lex_state = 226}, + [4216] = {.lex_state = 235}, + [4217] = {.lex_state = 235}, [4218] = {.lex_state = 239}, - [4219] = {.lex_state = 236}, - [4220] = {.lex_state = 227}, - [4221] = {.lex_state = 236}, - [4222] = {.lex_state = 226}, - [4223] = {.lex_state = 236}, - [4224] = {.lex_state = 236}, + [4219] = {.lex_state = 239}, + [4220] = {.lex_state = 236}, + [4221] = {.lex_state = 227}, + [4222] = {.lex_state = 235}, + [4223] = {.lex_state = 226}, + [4224] = {.lex_state = 226}, [4225] = {.lex_state = 236}, - [4226] = {.lex_state = 201}, - [4227] = {.lex_state = 236}, - [4228] = {.lex_state = 239}, - [4229] = {.lex_state = 235}, - [4230] = {.lex_state = 235}, + [4226] = {.lex_state = 226}, + [4227] = {.lex_state = 238}, + [4228] = {.lex_state = 236}, + [4229] = {.lex_state = 239}, + [4230] = {.lex_state = 226}, [4231] = {.lex_state = 235}, - [4232] = {.lex_state = 201}, - [4233] = {.lex_state = 203}, - [4234] = {.lex_state = 226}, - [4235] = {.lex_state = 239}, - [4236] = {.lex_state = 201}, - [4237] = {.lex_state = 202}, - [4238] = {.lex_state = 236}, - [4239] = {.lex_state = 226}, - [4240] = {.lex_state = 239}, - [4241] = {.lex_state = 235}, + [4232] = {.lex_state = 226}, + [4233] = {.lex_state = 236}, + [4234] = {.lex_state = 235}, + [4235] = {.lex_state = 236}, + [4236] = {.lex_state = 226}, + [4237] = {.lex_state = 236}, + [4238] = {.lex_state = 201}, + [4239] = {.lex_state = 235}, + [4240] = {.lex_state = 236}, + [4241] = {.lex_state = 236}, [4242] = {.lex_state = 226}, - [4243] = {.lex_state = 235}, - [4244] = {.lex_state = 235}, - [4245] = {.lex_state = 236}, - [4246] = {.lex_state = 204}, - [4247] = {.lex_state = 236}, - [4248] = {.lex_state = 236}, - [4249] = {.lex_state = 236}, + [4243] = {.lex_state = 236}, + [4244] = {.lex_state = 236}, + [4245] = {.lex_state = 238}, + [4246] = {.lex_state = 235}, + [4247] = {.lex_state = 226}, + [4248] = {.lex_state = 239}, + [4249] = {.lex_state = 239}, [4250] = {.lex_state = 239}, [4251] = {.lex_state = 236}, - [4252] = {.lex_state = 239}, + [4252] = {.lex_state = 203}, [4253] = {.lex_state = 226}, - [4254] = {.lex_state = 236}, + [4254] = {.lex_state = 226}, [4255] = {.lex_state = 226}, - [4256] = {.lex_state = 226}, + [4256] = {.lex_state = 204}, [4257] = {.lex_state = 235}, - [4258] = {.lex_state = 226}, + [4258] = {.lex_state = 236}, [4259] = {.lex_state = 236}, [4260] = {.lex_state = 236}, - [4261] = {.lex_state = 226}, - [4262] = {.lex_state = 235}, - [4263] = {.lex_state = 204}, - [4264] = {.lex_state = 238}, + [4261] = {.lex_state = 235}, + [4262] = {.lex_state = 236}, + [4263] = {.lex_state = 226}, + [4264] = {.lex_state = 226}, [4265] = {.lex_state = 226}, - [4266] = {.lex_state = 226}, - [4267] = {.lex_state = 239}, - [4268] = {.lex_state = 226}, + [4266] = {.lex_state = 201}, + [4267] = {.lex_state = 235}, + [4268] = {.lex_state = 236}, [4269] = {.lex_state = 226}, - [4270] = {.lex_state = 238}, + [4270] = {.lex_state = 236}, [4271] = {.lex_state = 235}, [4272] = {.lex_state = 226}, - [4273] = {.lex_state = 235}, - [4274] = {.lex_state = 236}, - [4275] = {.lex_state = 236}, - [4276] = {.lex_state = 226}, - [4277] = {.lex_state = 239}, - [4278] = {.lex_state = 239}, - [4279] = {.lex_state = 236}, - [4280] = {.lex_state = 226}, - [4281] = {.lex_state = 241}, - [4282] = {.lex_state = 201}, - [4283] = {.lex_state = 201}, + [4273] = {.lex_state = 201}, + [4274] = {.lex_state = 239}, + [4275] = {.lex_state = 239}, + [4276] = {.lex_state = 204}, + [4277] = {.lex_state = 203}, + [4278] = {.lex_state = 236}, + [4279] = {.lex_state = 204}, + [4280] = {.lex_state = 236}, + [4281] = {.lex_state = 235}, + [4282] = {.lex_state = 235}, + [4283] = {.lex_state = 235}, [4284] = {.lex_state = 201}, - [4285] = {.lex_state = 201}, - [4286] = {.lex_state = 235}, - [4287] = {.lex_state = 222}, + [4285] = {.lex_state = 236}, + [4286] = {.lex_state = 222}, + [4287] = {.lex_state = 201}, [4288] = {.lex_state = 235}, - [4289] = {.lex_state = 235}, + [4289] = {.lex_state = 222}, [4290] = {.lex_state = 235}, - [4291] = {.lex_state = 235}, + [4291] = {.lex_state = 201}, [4292] = {.lex_state = 201}, - [4293] = {.lex_state = 222}, - [4294] = {.lex_state = 201}, - [4295] = {.lex_state = 235}, - [4296] = {.lex_state = 235}, - [4297] = {.lex_state = 222}, - [4298] = {.lex_state = 201}, - [4299] = {.lex_state = 201}, - [4300] = {.lex_state = 201}, - [4301] = {.lex_state = 201}, + [4293] = {.lex_state = 235}, + [4294] = {.lex_state = 235}, + [4295] = {.lex_state = 239}, + [4296] = {.lex_state = 201}, + [4297] = {.lex_state = 201}, + [4298] = {.lex_state = 235}, + [4299] = {.lex_state = 235}, + [4300] = {.lex_state = 235}, + [4301] = {.lex_state = 235}, [4302] = {.lex_state = 201}, - [4303] = {.lex_state = 236}, - [4304] = {.lex_state = 239}, - [4305] = {.lex_state = 201}, + [4303] = {.lex_state = 201}, + [4304] = {.lex_state = 241}, + [4305] = {.lex_state = 235}, [4306] = {.lex_state = 235}, - [4307] = {.lex_state = 235}, - [4308] = {.lex_state = 201}, + [4307] = {.lex_state = 201}, + [4308] = {.lex_state = 239}, [4309] = {.lex_state = 235}, [4310] = {.lex_state = 235}, [4311] = {.lex_state = 201}, - [4312] = {.lex_state = 235}, + [4312] = {.lex_state = 201}, [4313] = {.lex_state = 201}, [4314] = {.lex_state = 201}, - [4315] = {.lex_state = 235}, + [4315] = {.lex_state = 201}, [4316] = {.lex_state = 201}, - [4317] = {.lex_state = 235}, - [4318] = {.lex_state = 235}, - [4319] = {.lex_state = 235}, - [4320] = {.lex_state = 222}, - [4321] = {.lex_state = 239}, + [4317] = {.lex_state = 239}, + [4318] = {.lex_state = 201}, + [4319] = {.lex_state = 239}, + [4320] = {.lex_state = 201}, + [4321] = {.lex_state = 235}, [4322] = {.lex_state = 201}, - [4323] = {.lex_state = 235}, + [4323] = {.lex_state = 201}, [4324] = {.lex_state = 235}, - [4325] = {.lex_state = 201}, - [4326] = {.lex_state = 235}, + [4325] = {.lex_state = 222}, + [4326] = {.lex_state = 201}, [4327] = {.lex_state = 235}, - [4328] = {.lex_state = 236}, - [4329] = {.lex_state = 235}, - [4330] = {.lex_state = 201}, + [4328] = {.lex_state = 201}, + [4329] = {.lex_state = 201}, + [4330] = {.lex_state = 235}, [4331] = {.lex_state = 201}, [4332] = {.lex_state = 201}, [4333] = {.lex_state = 201}, - [4334] = {.lex_state = 239}, - [4335] = {.lex_state = 235}, - [4336] = {.lex_state = 239}, - [4337] = {.lex_state = 201}, - [4338] = {.lex_state = 201}, - [4339] = {.lex_state = 201}, + [4334] = {.lex_state = 201}, + [4335] = {.lex_state = 239}, + [4336] = {.lex_state = 235}, + [4337] = {.lex_state = 235}, + [4338] = {.lex_state = 235}, + [4339] = {.lex_state = 235}, [4340] = {.lex_state = 201}, - [4341] = {.lex_state = 201}, - [4342] = {.lex_state = 201}, + [4341] = {.lex_state = 235}, + [4342] = {.lex_state = 236}, [4343] = {.lex_state = 201}, [4344] = {.lex_state = 201}, - [4345] = {.lex_state = 239}, + [4345] = {.lex_state = 201}, [4346] = {.lex_state = 201}, - [4347] = {.lex_state = 235}, - [4348] = {.lex_state = 235}, - [4349] = {.lex_state = 235}, + [4347] = {.lex_state = 201}, + [4348] = {.lex_state = 201}, + [4349] = {.lex_state = 201}, [4350] = {.lex_state = 201}, - [4351] = {.lex_state = 201}, + [4351] = {.lex_state = 235}, [4352] = {.lex_state = 201}, [4353] = {.lex_state = 201}, - [4354] = {.lex_state = 201}, - [4355] = {.lex_state = 235}, - [4356] = {.lex_state = 201}, + [4354] = {.lex_state = 222}, + [4355] = {.lex_state = 201}, + [4356] = {.lex_state = 235}, [4357] = {.lex_state = 201}, [4358] = {.lex_state = 226}, - [4359] = {.lex_state = 226}, - [4360] = {.lex_state = 239}, - [4361] = {.lex_state = 235}, - [4362] = {.lex_state = 226}, - [4363] = {.lex_state = 239}, - [4364] = {.lex_state = 226}, - [4365] = {.lex_state = 241}, - [4366] = {.lex_state = 239}, - [4367] = {.lex_state = 201}, + [4359] = {.lex_state = 204}, + [4360] = {.lex_state = 201}, + [4361] = {.lex_state = 201}, + [4362] = {.lex_state = 239}, + [4363] = {.lex_state = 226}, + [4364] = {.lex_state = 203}, + [4365] = {.lex_state = 201}, + [4366] = {.lex_state = 226}, + [4367] = {.lex_state = 226}, [4368] = {.lex_state = 235}, - [4369] = {.lex_state = 201}, - [4370] = {.lex_state = 201}, - [4371] = {.lex_state = 201}, - [4372] = {.lex_state = 203}, - [4373] = {.lex_state = 201}, - [4374] = {.lex_state = 241}, + [4369] = {.lex_state = 226}, + [4370] = {.lex_state = 239}, + [4371] = {.lex_state = 226}, + [4372] = {.lex_state = 201}, + [4373] = {.lex_state = 226}, + [4374] = {.lex_state = 226}, [4375] = {.lex_state = 235}, - [4376] = {.lex_state = 235}, - [4377] = {.lex_state = 226}, - [4378] = {.lex_state = 239}, - [4379] = {.lex_state = 226}, - [4380] = {.lex_state = 204}, - [4381] = {.lex_state = 201}, - [4382] = {.lex_state = 239}, - [4383] = {.lex_state = 204}, - [4384] = {.lex_state = 239}, - [4385] = {.lex_state = 201}, - [4386] = {.lex_state = 239}, - [4387] = {.lex_state = 241}, - [4388] = {.lex_state = 226}, - [4389] = {.lex_state = 201}, - [4390] = {.lex_state = 239}, - [4391] = {.lex_state = 235}, - [4392] = {.lex_state = 201}, - [4393] = {.lex_state = 226}, - [4394] = {.lex_state = 235}, - [4395] = {.lex_state = 235}, - [4396] = {.lex_state = 226}, - [4397] = {.lex_state = 239}, + [4376] = {.lex_state = 226}, + [4377] = {.lex_state = 201}, + [4378] = {.lex_state = 226}, + [4379] = {.lex_state = 235}, + [4380] = {.lex_state = 226}, + [4381] = {.lex_state = 226}, + [4382] = {.lex_state = 235}, + [4383] = {.lex_state = 201}, + [4384] = {.lex_state = 201}, + [4385] = {.lex_state = 239}, + [4386] = {.lex_state = 226}, + [4387] = {.lex_state = 235}, + [4388] = {.lex_state = 201}, + [4389] = {.lex_state = 239}, + [4390] = {.lex_state = 201}, + [4391] = {.lex_state = 226}, + [4392] = {.lex_state = 235}, + [4393] = {.lex_state = 236}, + [4394] = {.lex_state = 204}, + [4395] = {.lex_state = 226}, + [4396] = {.lex_state = 201}, + [4397] = {.lex_state = 204}, [4398] = {.lex_state = 201}, [4399] = {.lex_state = 235}, [4400] = {.lex_state = 201}, - [4401] = {.lex_state = 235}, - [4402] = {.lex_state = 201}, + [4401] = {.lex_state = 201}, + [4402] = {.lex_state = 239}, [4403] = {.lex_state = 201}, - [4404] = {.lex_state = 204}, + [4404] = {.lex_state = 201}, [4405] = {.lex_state = 201}, - [4406] = {.lex_state = 235}, - [4407] = {.lex_state = 239}, - [4408] = {.lex_state = 235}, - [4409] = {.lex_state = 201}, - [4410] = {.lex_state = 226}, - [4411] = {.lex_state = 226}, - [4412] = {.lex_state = 201}, - [4413] = {.lex_state = 239}, - [4414] = {.lex_state = 236}, - [4415] = {.lex_state = 235}, - [4416] = {.lex_state = 201}, - [4417] = {.lex_state = 221}, - [4418] = {.lex_state = 226}, - [4419] = {.lex_state = 201}, - [4420] = {.lex_state = 235}, - [4421] = {.lex_state = 201}, - [4422] = {.lex_state = 226}, - [4423] = {.lex_state = 201}, + [4406] = {.lex_state = 239}, + [4407] = {.lex_state = 201}, + [4408] = {.lex_state = 201}, + [4409] = {.lex_state = 226}, + [4410] = {.lex_state = 235}, + [4411] = {.lex_state = 201}, + [4412] = {.lex_state = 239}, + [4413] = {.lex_state = 201}, + [4414] = {.lex_state = 241}, + [4415] = {.lex_state = 201}, + [4416] = {.lex_state = 239}, + [4417] = {.lex_state = 235}, + [4418] = {.lex_state = 201}, + [4419] = {.lex_state = 239}, + [4420] = {.lex_state = 226}, + [4421] = {.lex_state = 203}, + [4422] = {.lex_state = 241}, + [4423] = {.lex_state = 239}, [4424] = {.lex_state = 201}, - [4425] = {.lex_state = 201}, - [4426] = {.lex_state = 226}, - [4427] = {.lex_state = 201}, + [4425] = {.lex_state = 226}, + [4426] = {.lex_state = 201}, + [4427] = {.lex_state = 239}, [4428] = {.lex_state = 201}, [4429] = {.lex_state = 201}, - [4430] = {.lex_state = 201}, - [4431] = {.lex_state = 226}, - [4432] = {.lex_state = 201}, - [4433] = {.lex_state = 201}, - [4434] = {.lex_state = 201}, - [4435] = {.lex_state = 236}, - [4436] = {.lex_state = 226}, + [4430] = {.lex_state = 235}, + [4431] = {.lex_state = 201}, + [4432] = {.lex_state = 226}, + [4433] = {.lex_state = 235}, + [4434] = {.lex_state = 235}, + [4435] = {.lex_state = 201}, + [4436] = {.lex_state = 201}, [4437] = {.lex_state = 201}, - [4438] = {.lex_state = 226}, - [4439] = {.lex_state = 201}, - [4440] = {.lex_state = 201}, + [4438] = {.lex_state = 201}, + [4439] = {.lex_state = 221}, + [4440] = {.lex_state = 226}, [4441] = {.lex_state = 201}, - [4442] = {.lex_state = 226}, - [4443] = {.lex_state = 239}, - [4444] = {.lex_state = 201}, - [4445] = {.lex_state = 226}, - [4446] = {.lex_state = 203}, - [4447] = {.lex_state = 235}, - [4448] = {.lex_state = 226}, + [4442] = {.lex_state = 201}, + [4443] = {.lex_state = 236}, + [4444] = {.lex_state = 235}, + [4445] = {.lex_state = 201}, + [4446] = {.lex_state = 235}, + [4447] = {.lex_state = 239}, + [4448] = {.lex_state = 201}, [4449] = {.lex_state = 226}, - [4450] = {.lex_state = 201}, + [4450] = {.lex_state = 241}, [4451] = {.lex_state = 239}, [4452] = {.lex_state = 201}, [4453] = {.lex_state = 239}, - [4454] = {.lex_state = 203}, - [4455] = {.lex_state = 235}, - [4456] = {.lex_state = 201}, - [4457] = {.lex_state = 201}, + [4454] = {.lex_state = 226}, + [4455] = {.lex_state = 201}, + [4456] = {.lex_state = 236}, + [4457] = {.lex_state = 239}, [4458] = {.lex_state = 201}, - [4459] = {.lex_state = 203}, - [4460] = {.lex_state = 226}, - [4461] = {.lex_state = 226}, - [4462] = {.lex_state = 201}, + [4459] = {.lex_state = 239}, + [4460] = {.lex_state = 201}, + [4461] = {.lex_state = 235}, + [4462] = {.lex_state = 226}, [4463] = {.lex_state = 203}, - [4464] = {.lex_state = 203}, - [4465] = {.lex_state = 239}, - [4466] = {.lex_state = 239}, - [4467] = {.lex_state = 203}, - [4468] = {.lex_state = 239}, - [4469] = {.lex_state = 203}, + [4464] = {.lex_state = 239}, + [4465] = {.lex_state = 235}, + [4466] = {.lex_state = 201}, + [4467] = {.lex_state = 201}, + [4468] = {.lex_state = 201}, + [4469] = {.lex_state = 226}, [4470] = {.lex_state = 239}, [4471] = {.lex_state = 226}, - [4472] = {.lex_state = 239}, - [4473] = {.lex_state = 239}, + [4472] = {.lex_state = 201}, + [4473] = {.lex_state = 238}, [4474] = {.lex_state = 239}, [4475] = {.lex_state = 201}, - [4476] = {.lex_state = 203}, + [4476] = {.lex_state = 235}, [4477] = {.lex_state = 201}, - [4478] = {.lex_state = 226}, - [4479] = {.lex_state = 202}, + [4478] = {.lex_state = 235}, + [4479] = {.lex_state = 203}, [4480] = {.lex_state = 201}, - [4481] = {.lex_state = 201}, + [4481] = {.lex_state = 235}, [4482] = {.lex_state = 201}, - [4483] = {.lex_state = 201}, - [4484] = {.lex_state = 226}, - [4485] = {.lex_state = 235}, + [4483] = {.lex_state = 226}, + [4484] = {.lex_state = 203}, + [4485] = {.lex_state = 239}, [4486] = {.lex_state = 201}, - [4487] = {.lex_state = 235}, - [4488] = {.lex_state = 236}, - [4489] = {.lex_state = 239}, + [4487] = {.lex_state = 226}, + [4488] = {.lex_state = 201}, + [4489] = {.lex_state = 238}, [4490] = {.lex_state = 201}, - [4491] = {.lex_state = 226}, - [4492] = {.lex_state = 201}, - [4493] = {.lex_state = 235}, - [4494] = {.lex_state = 238}, - [4495] = {.lex_state = 201}, - [4496] = {.lex_state = 201}, - [4497] = {.lex_state = 201}, - [4498] = {.lex_state = 203}, - [4499] = {.lex_state = 238}, - [4500] = {.lex_state = 201}, + [4491] = {.lex_state = 201}, + [4492] = {.lex_state = 238}, + [4493] = {.lex_state = 201}, + [4494] = {.lex_state = 239}, + [4495] = {.lex_state = 239}, + [4496] = {.lex_state = 238}, + [4497] = {.lex_state = 226}, + [4498] = {.lex_state = 226}, + [4499] = {.lex_state = 203}, + [4500] = {.lex_state = 203}, [4501] = {.lex_state = 201}, - [4502] = {.lex_state = 201}, - [4503] = {.lex_state = 238}, + [4502] = {.lex_state = 239}, + [4503] = {.lex_state = 203}, [4504] = {.lex_state = 201}, [4505] = {.lex_state = 201}, - [4506] = {.lex_state = 239}, - [4507] = {.lex_state = 226}, - [4508] = {.lex_state = 238}, - [4509] = {.lex_state = 235}, + [4506] = {.lex_state = 201}, + [4507] = {.lex_state = 201}, + [4508] = {.lex_state = 201}, + [4509] = {.lex_state = 201}, [4510] = {.lex_state = 201}, - [4511] = {.lex_state = 226}, + [4511] = {.lex_state = 201}, [4512] = {.lex_state = 201}, - [4513] = {.lex_state = 226}, + [4513] = {.lex_state = 201}, [4514] = {.lex_state = 201}, [4515] = {.lex_state = 201}, - [4516] = {.lex_state = 239}, + [4516] = {.lex_state = 201}, [4517] = {.lex_state = 201}, - [4518] = {.lex_state = 226}, - [4519] = {.lex_state = 226}, - [4520] = {.lex_state = 203}, + [4518] = {.lex_state = 201}, + [4519] = {.lex_state = 201}, + [4520] = {.lex_state = 201}, [4521] = {.lex_state = 201}, - [4522] = {.lex_state = 239}, - [4523] = {.lex_state = 203}, - [4524] = {.lex_state = 226}, + [4522] = {.lex_state = 203}, + [4523] = {.lex_state = 226}, + [4524] = {.lex_state = 203}, [4525] = {.lex_state = 201}, - [4526] = {.lex_state = 201}, - [4527] = {.lex_state = 222}, + [4526] = {.lex_state = 226}, + [4527] = {.lex_state = 201}, [4528] = {.lex_state = 226}, - [4529] = {.lex_state = 201}, - [4530] = {.lex_state = 226}, - [4531] = {.lex_state = 201}, - [4532] = {.lex_state = 226}, - [4533] = {.lex_state = 201}, - [4534] = {.lex_state = 201}, - [4535] = {.lex_state = 226}, - [4536] = {.lex_state = 203}, - [4537] = {.lex_state = 239}, - [4538] = {.lex_state = 226}, - [4539] = {.lex_state = 239}, - [4540] = {.lex_state = 226}, + [4529] = {.lex_state = 203}, + [4530] = {.lex_state = 201}, + [4531] = {.lex_state = 203}, + [4532] = {.lex_state = 222}, + [4533] = {.lex_state = 203}, + [4534] = {.lex_state = 203}, + [4535] = {.lex_state = 203}, + [4536] = {.lex_state = 201}, + [4537] = {.lex_state = 203}, + [4538] = {.lex_state = 203}, + [4539] = {.lex_state = 203}, + [4540] = {.lex_state = 239}, [4541] = {.lex_state = 201}, - [4542] = {.lex_state = 201}, - [4543] = {.lex_state = 239}, + [4542] = {.lex_state = 203}, + [4543] = {.lex_state = 201}, [4544] = {.lex_state = 226}, - [4545] = {.lex_state = 201}, + [4545] = {.lex_state = 239}, [4546] = {.lex_state = 201}, [4547] = {.lex_state = 201}, - [4548] = {.lex_state = 226}, - [4549] = {.lex_state = 226}, + [4548] = {.lex_state = 202}, + [4549] = {.lex_state = 201}, [4550] = {.lex_state = 203}, - [4551] = {.lex_state = 239}, - [4552] = {.lex_state = 226}, - [4553] = {.lex_state = 225}, + [4551] = {.lex_state = 201}, + [4552] = {.lex_state = 203}, + [4553] = {.lex_state = 203}, [4554] = {.lex_state = 201}, - [4555] = {.lex_state = 239}, - [4556] = {.lex_state = 201}, - [4557] = {.lex_state = 235}, - [4558] = {.lex_state = 203}, - [4559] = {.lex_state = 239}, - [4560] = {.lex_state = 226}, + [4555] = {.lex_state = 203}, + [4556] = {.lex_state = 239}, + [4557] = {.lex_state = 203}, + [4558] = {.lex_state = 226}, + [4559] = {.lex_state = 203}, + [4560] = {.lex_state = 202}, [4561] = {.lex_state = 201}, - [4562] = {.lex_state = 203}, - [4563] = {.lex_state = 226}, + [4562] = {.lex_state = 239}, + [4563] = {.lex_state = 201}, [4564] = {.lex_state = 226}, - [4565] = {.lex_state = 201}, - [4566] = {.lex_state = 203}, - [4567] = {.lex_state = 239}, - [4568] = {.lex_state = 203}, + [4565] = {.lex_state = 203}, + [4566] = {.lex_state = 239}, + [4567] = {.lex_state = 203}, + [4568] = {.lex_state = 239}, [4569] = {.lex_state = 201}, [4570] = {.lex_state = 239}, - [4571] = {.lex_state = 239}, - [4572] = {.lex_state = 203}, - [4573] = {.lex_state = 203}, - [4574] = {.lex_state = 239}, - [4575] = {.lex_state = 203}, - [4576] = {.lex_state = 203}, + [4571] = {.lex_state = 203}, + [4572] = {.lex_state = 201}, + [4573] = {.lex_state = 239}, + [4574] = {.lex_state = 201}, + [4575] = {.lex_state = 239}, + [4576] = {.lex_state = 201}, [4577] = {.lex_state = 203}, - [4578] = {.lex_state = 201}, + [4578] = {.lex_state = 239}, [4579] = {.lex_state = 201}, - [4580] = {.lex_state = 239}, - [4581] = {.lex_state = 201}, - [4582] = {.lex_state = 201}, - [4583] = {.lex_state = 239}, - [4584] = {.lex_state = 201}, + [4580] = {.lex_state = 203}, + [4581] = {.lex_state = 226}, + [4582] = {.lex_state = 226}, + [4583] = {.lex_state = 226}, + [4584] = {.lex_state = 226}, [4585] = {.lex_state = 226}, [4586] = {.lex_state = 203}, - [4587] = {.lex_state = 203}, - [4588] = {.lex_state = 203}, - [4589] = {.lex_state = 203}, - [4590] = {.lex_state = 203}, - [4591] = {.lex_state = 203}, + [4587] = {.lex_state = 201}, + [4588] = {.lex_state = 201}, + [4589] = {.lex_state = 201}, + [4590] = {.lex_state = 239}, + [4591] = {.lex_state = 239}, [4592] = {.lex_state = 203}, - [4593] = {.lex_state = 203}, - [4594] = {.lex_state = 239}, - [4595] = {.lex_state = 239}, - [4596] = {.lex_state = 203}, - [4597] = {.lex_state = 203}, + [4593] = {.lex_state = 226}, + [4594] = {.lex_state = 201}, + [4595] = {.lex_state = 201}, + [4596] = {.lex_state = 201}, + [4597] = {.lex_state = 239}, [4598] = {.lex_state = 239}, - [4599] = {.lex_state = 203}, - [4600] = {.lex_state = 239}, - [4601] = {.lex_state = 203}, - [4602] = {.lex_state = 203}, + [4599] = {.lex_state = 239}, + [4600] = {.lex_state = 235}, + [4601] = {.lex_state = 201}, + [4602] = {.lex_state = 226}, [4603] = {.lex_state = 239}, [4604] = {.lex_state = 203}, [4605] = {.lex_state = 239}, - [4606] = {.lex_state = 203}, - [4607] = {.lex_state = 226}, - [4608] = {.lex_state = 239}, + [4606] = {.lex_state = 239}, + [4607] = {.lex_state = 239}, + [4608] = {.lex_state = 225}, [4609] = {.lex_state = 201}, - [4610] = {.lex_state = 226}, - [4611] = {.lex_state = 201}, - [4612] = {.lex_state = 239}, - [4613] = {.lex_state = 201}, - [4614] = {.lex_state = 226}, + [4610] = {.lex_state = 239}, + [4611] = {.lex_state = 239}, + [4612] = {.lex_state = 203}, + [4613] = {.lex_state = 226}, + [4614] = {.lex_state = 203}, [4615] = {.lex_state = 239}, - [4616] = {.lex_state = 201}, + [4616] = {.lex_state = 239}, [4617] = {.lex_state = 203}, - [4618] = {.lex_state = 201}, + [4618] = {.lex_state = 203}, [4619] = {.lex_state = 201}, [4620] = {.lex_state = 203}, [4621] = {.lex_state = 201}, - [4622] = {.lex_state = 201}, - [4623] = {.lex_state = 202}, - [4624] = {.lex_state = 201}, - [4625] = {.lex_state = 239}, - [4626] = {.lex_state = 201}, - [4627] = {.lex_state = 201}, - [4628] = {.lex_state = 201}, - [4629] = {.lex_state = 239}, - [4630] = {.lex_state = 201}, + [4622] = {.lex_state = 226}, + [4623] = {.lex_state = 201}, + [4624] = {.lex_state = 226}, + [4625] = {.lex_state = 226}, + [4626] = {.lex_state = 226}, + [4627] = {.lex_state = 239}, + [4628] = {.lex_state = 203}, + [4629] = {.lex_state = 226}, + [4630] = {.lex_state = 239}, [4631] = {.lex_state = 239}, - [4632] = {.lex_state = 239}, - [4633] = {.lex_state = 201}, - [4634] = {.lex_state = 201}, - [4635] = {.lex_state = 201}, - [4636] = {.lex_state = 239}, + [4632] = {.lex_state = 226}, + [4633] = {.lex_state = 239}, + [4634] = {.lex_state = 239}, + [4635] = {.lex_state = 203}, + [4636] = {.lex_state = 226}, [4637] = {.lex_state = 201}, [4638] = {.lex_state = 201}, [4639] = {.lex_state = 201}, @@ -26472,57 +26472,57 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4643] = {.lex_state = 201}, [4644] = {.lex_state = 201}, [4645] = {.lex_state = 201}, - [4646] = {.lex_state = 201}, + [4646] = {.lex_state = 239}, [4647] = {.lex_state = 201}, [4648] = {.lex_state = 201}, [4649] = {.lex_state = 201}, - [4650] = {.lex_state = 201}, + [4650] = {.lex_state = 203}, [4651] = {.lex_state = 201}, [4652] = {.lex_state = 201}, [4653] = {.lex_state = 201}, [4654] = {.lex_state = 201}, [4655] = {.lex_state = 201}, [4656] = {.lex_state = 201}, - [4657] = {.lex_state = 228}, + [4657] = {.lex_state = 201}, [4658] = {.lex_state = 201}, [4659] = {.lex_state = 201}, [4660] = {.lex_state = 201}, [4661] = {.lex_state = 201}, [4662] = {.lex_state = 201}, [4663] = {.lex_state = 201}, - [4664] = {.lex_state = 236}, - [4665] = {.lex_state = 203}, + [4664] = {.lex_state = 201}, + [4665] = {.lex_state = 201}, [4666] = {.lex_state = 201}, [4667] = {.lex_state = 201}, [4668] = {.lex_state = 201}, [4669] = {.lex_state = 201}, - [4670] = {.lex_state = 201}, - [4671] = {.lex_state = 201}, + [4670] = {.lex_state = 236}, + [4671] = {.lex_state = 228}, [4672] = {.lex_state = 201}, [4673] = {.lex_state = 201}, - [4674] = {.lex_state = 201}, + [4674] = {.lex_state = 203}, [4675] = {.lex_state = 201}, - [4676] = {.lex_state = 201}, + [4676] = {.lex_state = 228}, [4677] = {.lex_state = 201}, [4678] = {.lex_state = 201}, [4679] = {.lex_state = 201}, [4680] = {.lex_state = 201}, [4681] = {.lex_state = 201}, [4682] = {.lex_state = 201}, - [4683] = {.lex_state = 239}, + [4683] = {.lex_state = 201}, [4684] = {.lex_state = 201}, - [4685] = {.lex_state = 228}, - [4686] = {.lex_state = 203}, + [4685] = {.lex_state = 201}, + [4686] = {.lex_state = 201}, [4687] = {.lex_state = 201}, [4688] = {.lex_state = 201}, [4689] = {.lex_state = 201}, [4690] = {.lex_state = 201}, [4691] = {.lex_state = 201}, - [4692] = {.lex_state = 201}, + [4692] = {.lex_state = 203}, [4693] = {.lex_state = 201}, [4694] = {.lex_state = 201}, [4695] = {.lex_state = 201}, - [4696] = {.lex_state = 235}, + [4696] = {.lex_state = 201}, [4697] = {.lex_state = 201}, [4698] = {.lex_state = 201}, [4699] = {.lex_state = 201}, @@ -26531,9 +26531,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4702] = {.lex_state = 201}, [4703] = {.lex_state = 201}, [4704] = {.lex_state = 201}, - [4705] = {.lex_state = 201}, + [4705] = {.lex_state = 203}, [4706] = {.lex_state = 201}, - [4707] = {.lex_state = 239}, + [4707] = {.lex_state = 201}, [4708] = {.lex_state = 201}, [4709] = {.lex_state = 201}, [4710] = {.lex_state = 201}, @@ -26542,15 +26542,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4713] = {.lex_state = 201}, [4714] = {.lex_state = 201}, [4715] = {.lex_state = 201}, - [4716] = {.lex_state = 239}, - [4717] = {.lex_state = 226}, + [4716] = {.lex_state = 201}, + [4717] = {.lex_state = 201}, [4718] = {.lex_state = 201}, - [4719] = {.lex_state = 239}, + [4719] = {.lex_state = 201}, [4720] = {.lex_state = 201}, [4721] = {.lex_state = 201}, [4722] = {.lex_state = 201}, [4723] = {.lex_state = 201}, - [4724] = {.lex_state = 239}, + [4724] = {.lex_state = 201}, [4725] = {.lex_state = 201}, [4726] = {.lex_state = 201}, [4727] = {.lex_state = 201}, @@ -26558,11 +26558,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4729] = {.lex_state = 201}, [4730] = {.lex_state = 201}, [4731] = {.lex_state = 201}, - [4732] = {.lex_state = 235}, + [4732] = {.lex_state = 201}, [4733] = {.lex_state = 201}, [4734] = {.lex_state = 201}, - [4735] = {.lex_state = 201}, - [4736] = {.lex_state = 239}, + [4735] = {.lex_state = 228}, + [4736] = {.lex_state = 201}, [4737] = {.lex_state = 201}, [4738] = {.lex_state = 201}, [4739] = {.lex_state = 201}, @@ -26570,331 +26570,331 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4741] = {.lex_state = 201}, [4742] = {.lex_state = 201}, [4743] = {.lex_state = 201}, - [4744] = {.lex_state = 203}, + [4744] = {.lex_state = 201}, [4745] = {.lex_state = 201}, [4746] = {.lex_state = 201}, - [4747] = {.lex_state = 201}, - [4748] = {.lex_state = 201}, + [4747] = {.lex_state = 203}, + [4748] = {.lex_state = 239}, [4749] = {.lex_state = 201}, [4750] = {.lex_state = 201}, [4751] = {.lex_state = 201}, [4752] = {.lex_state = 201}, [4753] = {.lex_state = 201}, - [4754] = {.lex_state = 201}, - [4755] = {.lex_state = 201}, - [4756] = {.lex_state = 203}, - [4757] = {.lex_state = 201}, + [4754] = {.lex_state = 239}, + [4755] = {.lex_state = 239}, + [4756] = {.lex_state = 239}, + [4757] = {.lex_state = 239}, [4758] = {.lex_state = 201}, - [4759] = {.lex_state = 228}, - [4760] = {.lex_state = 201}, - [4761] = {.lex_state = 201}, + [4759] = {.lex_state = 201}, + [4760] = {.lex_state = 235}, + [4761] = {.lex_state = 235}, [4762] = {.lex_state = 201}, [4763] = {.lex_state = 201}, [4764] = {.lex_state = 201}, [4765] = {.lex_state = 201}, - [4766] = {.lex_state = 203}, - [4767] = {.lex_state = 238}, - [4768] = {.lex_state = 235}, + [4766] = {.lex_state = 226}, + [4767] = {.lex_state = 222}, + [4768] = {.lex_state = 238}, [4769] = {.lex_state = 201}, - [4770] = {.lex_state = 239}, - [4771] = {.lex_state = 226}, + [4770] = {.lex_state = 226}, + [4771] = {.lex_state = 201}, [4772] = {.lex_state = 226}, - [4773] = {.lex_state = 226}, - [4774] = {.lex_state = 226}, - [4775] = {.lex_state = 235}, + [4773] = {.lex_state = 203}, + [4774] = {.lex_state = 203}, + [4775] = {.lex_state = 203}, [4776] = {.lex_state = 203}, - [4777] = {.lex_state = 235}, - [4778] = {.lex_state = 203}, - [4779] = {.lex_state = 201}, - [4780] = {.lex_state = 203}, - [4781] = {.lex_state = 203}, + [4777] = {.lex_state = 204}, + [4778] = {.lex_state = 226}, + [4779] = {.lex_state = 236}, + [4780] = {.lex_state = 226}, + [4781] = {.lex_state = 226}, [4782] = {.lex_state = 226}, - [4783] = {.lex_state = 238}, - [4784] = {.lex_state = 235}, - [4785] = {.lex_state = 203}, - [4786] = {.lex_state = 235}, - [4787] = {.lex_state = 235}, + [4783] = {.lex_state = 226}, + [4784] = {.lex_state = 201}, + [4785] = {.lex_state = 226}, + [4786] = {.lex_state = 238}, + [4787] = {.lex_state = 226}, [4788] = {.lex_state = 226}, - [4789] = {.lex_state = 226}, - [4790] = {.lex_state = 235}, + [4789] = {.lex_state = 235}, + [4790] = {.lex_state = 222}, [4791] = {.lex_state = 226}, [4792] = {.lex_state = 226}, - [4793] = {.lex_state = 226}, - [4794] = {.lex_state = 235}, - [4795] = {.lex_state = 201}, - [4796] = {.lex_state = 235}, + [4793] = {.lex_state = 239}, + [4794] = {.lex_state = 222}, + [4795] = {.lex_state = 226}, + [4796] = {.lex_state = 226}, [4797] = {.lex_state = 226}, - [4798] = {.lex_state = 203}, - [4799] = {.lex_state = 238}, - [4800] = {.lex_state = 203}, - [4801] = {.lex_state = 235}, - [4802] = {.lex_state = 226}, + [4798] = {.lex_state = 226}, + [4799] = {.lex_state = 203}, + [4800] = {.lex_state = 201}, + [4801] = {.lex_state = 203}, + [4802] = {.lex_state = 235}, [4803] = {.lex_state = 226}, [4804] = {.lex_state = 226}, [4805] = {.lex_state = 226}, - [4806] = {.lex_state = 222}, - [4807] = {.lex_state = 226}, - [4808] = {.lex_state = 203}, - [4809] = {.lex_state = 235}, + [4806] = {.lex_state = 201}, + [4807] = {.lex_state = 203}, + [4808] = {.lex_state = 235}, + [4809] = {.lex_state = 201}, [4810] = {.lex_state = 226}, - [4811] = {.lex_state = 235}, + [4811] = {.lex_state = 201}, [4812] = {.lex_state = 226}, [4813] = {.lex_state = 226}, - [4814] = {.lex_state = 226}, - [4815] = {.lex_state = 222}, - [4816] = {.lex_state = 239}, - [4817] = {.lex_state = 235}, - [4818] = {.lex_state = 226}, - [4819] = {.lex_state = 222}, + [4814] = {.lex_state = 201}, + [4815] = {.lex_state = 203}, + [4816] = {.lex_state = 201}, + [4817] = {.lex_state = 239}, + [4818] = {.lex_state = 222}, + [4819] = {.lex_state = 226}, [4820] = {.lex_state = 226}, - [4821] = {.lex_state = 201}, - [4822] = {.lex_state = 222}, + [4821] = {.lex_state = 226}, + [4822] = {.lex_state = 226}, [4823] = {.lex_state = 226}, - [4824] = {.lex_state = 226}, - [4825] = {.lex_state = 201}, - [4826] = {.lex_state = 226}, - [4827] = {.lex_state = 226}, - [4828] = {.lex_state = 201}, - [4829] = {.lex_state = 235}, + [4824] = {.lex_state = 235}, + [4825] = {.lex_state = 239}, + [4826] = {.lex_state = 236}, + [4827] = {.lex_state = 222}, + [4828] = {.lex_state = 236}, + [4829] = {.lex_state = 201}, [4830] = {.lex_state = 226}, - [4831] = {.lex_state = 222}, + [4831] = {.lex_state = 235}, [4832] = {.lex_state = 226}, - [4833] = {.lex_state = 201}, - [4834] = {.lex_state = 236}, - [4835] = {.lex_state = 204}, - [4836] = {.lex_state = 201}, - [4837] = {.lex_state = 226}, - [4838] = {.lex_state = 235}, - [4839] = {.lex_state = 239}, - [4840] = {.lex_state = 226}, - [4841] = {.lex_state = 226}, - [4842] = {.lex_state = 236}, + [4833] = {.lex_state = 235}, + [4834] = {.lex_state = 226}, + [4835] = {.lex_state = 226}, + [4836] = {.lex_state = 235}, + [4837] = {.lex_state = 235}, + [4838] = {.lex_state = 226}, + [4839] = {.lex_state = 235}, + [4840] = {.lex_state = 222}, + [4841] = {.lex_state = 235}, + [4842] = {.lex_state = 235}, [4843] = {.lex_state = 226}, [4844] = {.lex_state = 226}, [4845] = {.lex_state = 226}, [4846] = {.lex_state = 226}, - [4847] = {.lex_state = 226}, + [4847] = {.lex_state = 235}, [4848] = {.lex_state = 235}, - [4849] = {.lex_state = 222}, - [4850] = {.lex_state = 201}, - [4851] = {.lex_state = 222}, - [4852] = {.lex_state = 236}, + [4849] = {.lex_state = 235}, + [4850] = {.lex_state = 235}, + [4851] = {.lex_state = 235}, + [4852] = {.lex_state = 235}, [4853] = {.lex_state = 226}, - [4854] = {.lex_state = 236}, - [4855] = {.lex_state = 235}, - [4856] = {.lex_state = 239}, - [4857] = {.lex_state = 226}, - [4858] = {.lex_state = 226}, - [4859] = {.lex_state = 226}, - [4860] = {.lex_state = 201}, + [4854] = {.lex_state = 226}, + [4855] = {.lex_state = 226}, + [4856] = {.lex_state = 238}, + [4857] = {.lex_state = 222}, + [4858] = {.lex_state = 236}, + [4859] = {.lex_state = 239}, + [4860] = {.lex_state = 226}, [4861] = {.lex_state = 226}, - [4862] = {.lex_state = 238}, - [4863] = {.lex_state = 235}, + [4862] = {.lex_state = 201}, + [4863] = {.lex_state = 236}, [4864] = {.lex_state = 236}, - [4865] = {.lex_state = 238}, - [4866] = {.lex_state = 236}, + [4865] = {.lex_state = 236}, + [4866] = {.lex_state = 201}, [4867] = {.lex_state = 236}, [4868] = {.lex_state = 236}, - [4869] = {.lex_state = 201}, - [4870] = {.lex_state = 235}, - [4871] = {.lex_state = 222}, - [4872] = {.lex_state = 235}, - [4873] = {.lex_state = 235}, + [4869] = {.lex_state = 235}, + [4870] = {.lex_state = 236}, + [4871] = {.lex_state = 236}, + [4872] = {.lex_state = 236}, + [4873] = {.lex_state = 222}, [4874] = {.lex_state = 236}, [4875] = {.lex_state = 201}, - [4876] = {.lex_state = 236}, - [4877] = {.lex_state = 201}, + [4876] = {.lex_state = 201}, + [4877] = {.lex_state = 236}, [4878] = {.lex_state = 236}, - [4879] = {.lex_state = 238}, - [4880] = {.lex_state = 235}, - [4881] = {.lex_state = 235}, - [4882] = {.lex_state = 235}, - [4883] = {.lex_state = 235}, - [4884] = {.lex_state = 235}, - [4885] = {.lex_state = 236}, - [4886] = {.lex_state = 236}, + [4879] = {.lex_state = 236}, + [4880] = {.lex_state = 236}, + [4881] = {.lex_state = 238}, + [4882] = {.lex_state = 236}, + [4883] = {.lex_state = 222}, + [4884] = {.lex_state = 236}, + [4885] = {.lex_state = 222}, + [4886] = {.lex_state = 235}, [4887] = {.lex_state = 235}, - [4888] = {.lex_state = 235}, - [4889] = {.lex_state = 235}, - [4890] = {.lex_state = 235}, + [4888] = {.lex_state = 236}, + [4889] = {.lex_state = 236}, + [4890] = {.lex_state = 236}, [4891] = {.lex_state = 235}, [4892] = {.lex_state = 235}, [4893] = {.lex_state = 235}, - [4894] = {.lex_state = 201}, - [4895] = {.lex_state = 235}, + [4894] = {.lex_state = 235}, + [4895] = {.lex_state = 236}, [4896] = {.lex_state = 236}, - [4897] = {.lex_state = 238}, - [4898] = {.lex_state = 222}, + [4897] = {.lex_state = 236}, + [4898] = {.lex_state = 235}, [4899] = {.lex_state = 236}, [4900] = {.lex_state = 235}, [4901] = {.lex_state = 236}, [4902] = {.lex_state = 236}, - [4903] = {.lex_state = 236}, - [4904] = {.lex_state = 236}, - [4905] = {.lex_state = 235}, + [4903] = {.lex_state = 235}, + [4904] = {.lex_state = 235}, + [4905] = {.lex_state = 236}, [4906] = {.lex_state = 236}, - [4907] = {.lex_state = 238}, + [4907] = {.lex_state = 235}, [4908] = {.lex_state = 235}, - [4909] = {.lex_state = 236}, - [4910] = {.lex_state = 201}, - [4911] = {.lex_state = 235}, + [4909] = {.lex_state = 235}, + [4910] = {.lex_state = 235}, + [4911] = {.lex_state = 236}, [4912] = {.lex_state = 235}, [4913] = {.lex_state = 235}, - [4914] = {.lex_state = 236}, - [4915] = {.lex_state = 235}, + [4914] = {.lex_state = 238}, + [4915] = {.lex_state = 238}, [4916] = {.lex_state = 235}, - [4917] = {.lex_state = 236}, + [4917] = {.lex_state = 238}, [4918] = {.lex_state = 235}, - [4919] = {.lex_state = 238}, - [4920] = {.lex_state = 236}, - [4921] = {.lex_state = 235}, - [4922] = {.lex_state = 236}, - [4923] = {.lex_state = 238}, + [4919] = {.lex_state = 235}, + [4920] = {.lex_state = 235}, + [4921] = {.lex_state = 238}, + [4922] = {.lex_state = 235}, + [4923] = {.lex_state = 235}, [4924] = {.lex_state = 235}, [4925] = {.lex_state = 235}, - [4926] = {.lex_state = 236}, + [4926] = {.lex_state = 235}, [4927] = {.lex_state = 235}, - [4928] = {.lex_state = 236}, + [4928] = {.lex_state = 235}, [4929] = {.lex_state = 235}, [4930] = {.lex_state = 235}, [4931] = {.lex_state = 236}, - [4932] = {.lex_state = 222}, - [4933] = {.lex_state = 236}, + [4932] = {.lex_state = 235}, + [4933] = {.lex_state = 235}, [4934] = {.lex_state = 235}, [4935] = {.lex_state = 235}, - [4936] = {.lex_state = 236}, - [4937] = {.lex_state = 236}, - [4938] = {.lex_state = 236}, - [4939] = {.lex_state = 236}, + [4936] = {.lex_state = 235}, + [4937] = {.lex_state = 201}, + [4938] = {.lex_state = 235}, + [4939] = {.lex_state = 235}, [4940] = {.lex_state = 235}, - [4941] = {.lex_state = 236}, - [4942] = {.lex_state = 222}, - [4943] = {.lex_state = 236}, + [4941] = {.lex_state = 235}, + [4942] = {.lex_state = 235}, + [4943] = {.lex_state = 235}, [4944] = {.lex_state = 235}, [4945] = {.lex_state = 236}, - [4946] = {.lex_state = 235}, - [4947] = {.lex_state = 235}, + [4946] = {.lex_state = 238}, + [4947] = {.lex_state = 236}, [4948] = {.lex_state = 236}, - [4949] = {.lex_state = 235}, - [4950] = {.lex_state = 235}, - [4951] = {.lex_state = 235}, + [4949] = {.lex_state = 238}, + [4950] = {.lex_state = 222}, + [4951] = {.lex_state = 236}, [4952] = {.lex_state = 236}, [4953] = {.lex_state = 235}, - [4954] = {.lex_state = 235}, - [4955] = {.lex_state = 236}, - [4956] = {.lex_state = 239}, + [4954] = {.lex_state = 236}, + [4955] = {.lex_state = 238}, + [4956] = {.lex_state = 236}, [4957] = {.lex_state = 236}, [4958] = {.lex_state = 236}, [4959] = {.lex_state = 239}, - [4960] = {.lex_state = 239}, - [4961] = {.lex_state = 236}, - [4962] = {.lex_state = 238}, - [4963] = {.lex_state = 236}, + [4960] = {.lex_state = 236}, + [4961] = {.lex_state = 239}, + [4962] = {.lex_state = 235}, + [4963] = {.lex_state = 239}, [4964] = {.lex_state = 236}, - [4965] = {.lex_state = 238}, + [4965] = {.lex_state = 236}, [4966] = {.lex_state = 239}, [4967] = {.lex_state = 236}, - [4968] = {.lex_state = 239}, - [4969] = {.lex_state = 235}, + [4968] = {.lex_state = 236}, + [4969] = {.lex_state = 239}, [4970] = {.lex_state = 236}, [4971] = {.lex_state = 236}, [4972] = {.lex_state = 239}, [4973] = {.lex_state = 236}, - [4974] = {.lex_state = 236}, + [4974] = {.lex_state = 238}, [4975] = {.lex_state = 236}, - [4976] = {.lex_state = 203}, - [4977] = {.lex_state = 239}, - [4978] = {.lex_state = 239}, + [4976] = {.lex_state = 236}, + [4977] = {.lex_state = 236}, + [4978] = {.lex_state = 236}, [4979] = {.lex_state = 236}, [4980] = {.lex_state = 236}, - [4981] = {.lex_state = 239}, + [4981] = {.lex_state = 236}, [4982] = {.lex_state = 236}, [4983] = {.lex_state = 236}, [4984] = {.lex_state = 236}, [4985] = {.lex_state = 236}, [4986] = {.lex_state = 236}, - [4987] = {.lex_state = 239}, + [4987] = {.lex_state = 236}, [4988] = {.lex_state = 236}, - [4989] = {.lex_state = 222}, - [4990] = {.lex_state = 238}, - [4991] = {.lex_state = 236}, - [4992] = {.lex_state = 239}, + [4989] = {.lex_state = 236}, + [4990] = {.lex_state = 222}, + [4991] = {.lex_state = 238}, + [4992] = {.lex_state = 236}, [4993] = {.lex_state = 236}, - [4994] = {.lex_state = 238}, + [4994] = {.lex_state = 236}, [4995] = {.lex_state = 236}, [4996] = {.lex_state = 238}, - [4997] = {.lex_state = 236}, + [4997] = {.lex_state = 239}, [4998] = {.lex_state = 236}, [4999] = {.lex_state = 236}, - [5000] = {.lex_state = 236}, + [5000] = {.lex_state = 238}, [5001] = {.lex_state = 236}, - [5002] = {.lex_state = 239}, - [5003] = {.lex_state = 222}, - [5004] = {.lex_state = 239}, - [5005] = {.lex_state = 238}, + [5002] = {.lex_state = 236}, + [5003] = {.lex_state = 236}, + [5004] = {.lex_state = 238}, + [5005] = {.lex_state = 236}, [5006] = {.lex_state = 236}, - [5007] = {.lex_state = 236}, + [5007] = {.lex_state = 203}, [5008] = {.lex_state = 236}, - [5009] = {.lex_state = 236}, + [5009] = {.lex_state = 238}, [5010] = {.lex_state = 236}, - [5011] = {.lex_state = 238}, - [5012] = {.lex_state = 239}, - [5013] = {.lex_state = 238}, - [5014] = {.lex_state = 236}, + [5011] = {.lex_state = 236}, + [5012] = {.lex_state = 203}, + [5013] = {.lex_state = 236}, + [5014] = {.lex_state = 203}, [5015] = {.lex_state = 236}, [5016] = {.lex_state = 236}, - [5017] = {.lex_state = 203}, + [5017] = {.lex_state = 239}, [5018] = {.lex_state = 236}, - [5019] = {.lex_state = 236}, + [5019] = {.lex_state = 222}, [5020] = {.lex_state = 236}, - [5021] = {.lex_state = 236}, - [5022] = {.lex_state = 203}, - [5023] = {.lex_state = 236}, - [5024] = {.lex_state = 236}, - [5025] = {.lex_state = 238}, - [5026] = {.lex_state = 236}, + [5021] = {.lex_state = 239}, + [5022] = {.lex_state = 236}, + [5023] = {.lex_state = 203}, + [5024] = {.lex_state = 203}, + [5025] = {.lex_state = 236}, + [5026] = {.lex_state = 239}, [5027] = {.lex_state = 236}, - [5028] = {.lex_state = 236}, + [5028] = {.lex_state = 239}, [5029] = {.lex_state = 236}, - [5030] = {.lex_state = 238}, + [5030] = {.lex_state = 239}, [5031] = {.lex_state = 236}, [5032] = {.lex_state = 236}, - [5033] = {.lex_state = 236}, - [5034] = {.lex_state = 236}, - [5035] = {.lex_state = 203}, + [5033] = {.lex_state = 238}, + [5034] = {.lex_state = 238}, + [5035] = {.lex_state = 239}, [5036] = {.lex_state = 236}, - [5037] = {.lex_state = 203}, - [5038] = {.lex_state = 236}, - [5039] = {.lex_state = 239}, - [5040] = {.lex_state = 236}, - [5041] = {.lex_state = 238}, - [5042] = {.lex_state = 238}, - [5043] = {.lex_state = 238}, - [5044] = {.lex_state = 193}, - [5045] = {.lex_state = 236}, - [5046] = {.lex_state = 238}, - [5047] = {.lex_state = 201}, - [5048] = {.lex_state = 239}, + [5037] = {.lex_state = 239}, + [5038] = {.lex_state = 238}, + [5039] = {.lex_state = 238}, + [5040] = {.lex_state = 238}, + [5041] = {.lex_state = 236}, + [5042] = {.lex_state = 193}, + [5043] = {.lex_state = 239}, + [5044] = {.lex_state = 239}, + [5045] = {.lex_state = 238}, + [5046] = {.lex_state = 236}, + [5047] = {.lex_state = 193}, + [5048] = {.lex_state = 193}, [5049] = {.lex_state = 238}, [5050] = {.lex_state = 238}, - [5051] = {.lex_state = 193}, + [5051] = {.lex_state = 238}, [5052] = {.lex_state = 239}, - [5053] = {.lex_state = 236}, - [5054] = {.lex_state = 238}, - [5055] = {.lex_state = 238}, - [5056] = {.lex_state = 193}, + [5053] = {.lex_state = 238}, + [5054] = {.lex_state = 201}, + [5055] = {.lex_state = 201}, + [5056] = {.lex_state = 238}, [5057] = {.lex_state = 193}, - [5058] = {.lex_state = 193}, - [5059] = {.lex_state = 236}, - [5060] = {.lex_state = 238}, + [5058] = {.lex_state = 238}, + [5059] = {.lex_state = 238}, + [5060] = {.lex_state = 193}, [5061] = {.lex_state = 193}, [5062] = {.lex_state = 238}, - [5063] = {.lex_state = 238}, + [5063] = {.lex_state = 236}, [5064] = {.lex_state = 193}, - [5065] = {.lex_state = 193}, - [5066] = {.lex_state = 238}, - [5067] = {.lex_state = 239}, - [5068] = {.lex_state = 201}, + [5065] = {.lex_state = 238}, + [5066] = {.lex_state = 239}, + [5067] = {.lex_state = 236}, + [5068] = {.lex_state = 193}, [5069] = {.lex_state = 193}, [5070] = {.lex_state = 193}, [5071] = {.lex_state = 193}, @@ -26935,10 +26935,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5106] = {.lex_state = 193}, [5107] = {.lex_state = 193}, [5108] = {.lex_state = 193}, - [5109] = {.lex_state = 193}, - [5110] = {.lex_state = 193}, - [5111] = {.lex_state = 193}, - [5112] = {.lex_state = 193}, + [5109] = {.lex_state = 238}, + [5110] = {.lex_state = 238}, + [5111] = {.lex_state = 238}, + [5112] = {.lex_state = 238}, [5113] = {.lex_state = 193}, [5114] = {.lex_state = 193}, [5115] = {.lex_state = 193}, @@ -26977,8 +26977,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5148] = {.lex_state = 193}, [5149] = {.lex_state = 193}, [5150] = {.lex_state = 193}, - [5151] = {.lex_state = 238}, - [5152] = {.lex_state = 238}, + [5151] = {.lex_state = 193}, + [5152] = {.lex_state = 193}, [5153] = {.lex_state = 193}, [5154] = {.lex_state = 193}, [5155] = {.lex_state = 193}, @@ -26988,150 +26988,150 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5159] = {.lex_state = 193}, [5160] = {.lex_state = 193}, [5161] = {.lex_state = 193}, - [5162] = {.lex_state = 238}, + [5162] = {.lex_state = 193}, [5163] = {.lex_state = 193}, [5164] = {.lex_state = 193}, - [5165] = {.lex_state = 238}, - [5166] = {.lex_state = 193}, - [5167] = {.lex_state = 238}, + [5165] = {.lex_state = 193}, + [5166] = {.lex_state = 238}, + [5167] = {.lex_state = 193}, [5168] = {.lex_state = 193}, [5169] = {.lex_state = 193}, [5170] = {.lex_state = 238}, - [5171] = {.lex_state = 193}, - [5172] = {.lex_state = 238}, + [5171] = {.lex_state = 238}, + [5172] = {.lex_state = 193}, [5173] = {.lex_state = 201}, - [5174] = {.lex_state = 238}, - [5175] = {.lex_state = 203}, + [5174] = {.lex_state = 193}, + [5175] = {.lex_state = 193}, [5176] = {.lex_state = 193}, - [5177] = {.lex_state = 201}, + [5177] = {.lex_state = 193}, [5178] = {.lex_state = 238}, - [5179] = {.lex_state = 238}, - [5180] = {.lex_state = 238}, + [5179] = {.lex_state = 193}, + [5180] = {.lex_state = 193}, [5181] = {.lex_state = 193}, [5182] = {.lex_state = 193}, - [5183] = {.lex_state = 193}, - [5184] = {.lex_state = 193}, - [5185] = {.lex_state = 201}, - [5186] = {.lex_state = 193}, - [5187] = {.lex_state = 193}, - [5188] = {.lex_state = 201}, - [5189] = {.lex_state = 193}, - [5190] = {.lex_state = 201}, + [5183] = {.lex_state = 238}, + [5184] = {.lex_state = 201}, + [5185] = {.lex_state = 193}, + [5186] = {.lex_state = 203}, + [5187] = {.lex_state = 203}, + [5188] = {.lex_state = 238}, + [5189] = {.lex_state = 238}, + [5190] = {.lex_state = 193}, [5191] = {.lex_state = 193}, - [5192] = {.lex_state = 203}, - [5193] = {.lex_state = 238}, - [5194] = {.lex_state = 193}, + [5192] = {.lex_state = 193}, + [5193] = {.lex_state = 193}, + [5194] = {.lex_state = 201}, [5195] = {.lex_state = 193}, - [5196] = {.lex_state = 238}, + [5196] = {.lex_state = 201}, [5197] = {.lex_state = 193}, - [5198] = {.lex_state = 193}, + [5198] = {.lex_state = 201}, [5199] = {.lex_state = 193}, - [5200] = {.lex_state = 193}, - [5201] = {.lex_state = 193}, - [5202] = {.lex_state = 193}, + [5200] = {.lex_state = 238}, + [5201] = {.lex_state = 201}, + [5202] = {.lex_state = 201}, [5203] = {.lex_state = 193}, - [5204] = {.lex_state = 201}, + [5204] = {.lex_state = 193}, [5205] = {.lex_state = 193}, - [5206] = {.lex_state = 201}, + [5206] = {.lex_state = 193}, [5207] = {.lex_state = 193}, - [5208] = {.lex_state = 193}, - [5209] = {.lex_state = 201}, - [5210] = {.lex_state = 239}, - [5211] = {.lex_state = 201}, - [5212] = {.lex_state = 201}, - [5213] = {.lex_state = 195}, - [5214] = {.lex_state = 195}, + [5208] = {.lex_state = 201}, + [5209] = {.lex_state = 238}, + [5210] = {.lex_state = 195}, + [5211] = {.lex_state = 236}, + [5212] = {.lex_state = 195}, + [5213] = {.lex_state = 201}, + [5214] = {.lex_state = 201}, [5215] = {.lex_state = 201}, - [5216] = {.lex_state = 195}, - [5217] = {.lex_state = 195}, - [5218] = {.lex_state = 195}, - [5219] = {.lex_state = 195}, + [5216] = {.lex_state = 201}, + [5217] = {.lex_state = 235}, + [5218] = {.lex_state = 239}, + [5219] = {.lex_state = 201}, [5220] = {.lex_state = 201}, - [5221] = {.lex_state = 201}, - [5222] = {.lex_state = 195}, + [5221] = {.lex_state = 239}, + [5222] = {.lex_state = 201}, [5223] = {.lex_state = 201}, [5224] = {.lex_state = 201}, [5225] = {.lex_state = 201}, - [5226] = {.lex_state = 236}, + [5226] = {.lex_state = 195}, [5227] = {.lex_state = 201}, [5228] = {.lex_state = 201}, - [5229] = {.lex_state = 236}, - [5230] = {.lex_state = 201}, + [5229] = {.lex_state = 201}, + [5230] = {.lex_state = 236}, [5231] = {.lex_state = 239}, - [5232] = {.lex_state = 201}, - [5233] = {.lex_state = 235}, + [5232] = {.lex_state = 239}, + [5233] = {.lex_state = 195}, [5234] = {.lex_state = 201}, [5235] = {.lex_state = 201}, - [5236] = {.lex_state = 195}, + [5236] = {.lex_state = 201}, [5237] = {.lex_state = 201}, [5238] = {.lex_state = 201}, - [5239] = {.lex_state = 236}, + [5239] = {.lex_state = 201}, [5240] = {.lex_state = 201}, - [5241] = {.lex_state = 201}, - [5242] = {.lex_state = 201}, + [5241] = {.lex_state = 239}, + [5242] = {.lex_state = 239}, [5243] = {.lex_state = 201}, - [5244] = {.lex_state = 239}, + [5244] = {.lex_state = 195}, [5245] = {.lex_state = 201}, - [5246] = {.lex_state = 201}, - [5247] = {.lex_state = 236}, - [5248] = {.lex_state = 201}, - [5249] = {.lex_state = 239}, + [5246] = {.lex_state = 195}, + [5247] = {.lex_state = 201}, + [5248] = {.lex_state = 236}, + [5249] = {.lex_state = 201}, [5250] = {.lex_state = 201}, - [5251] = {.lex_state = 201}, + [5251] = {.lex_state = 195}, [5252] = {.lex_state = 201}, [5253] = {.lex_state = 201}, - [5254] = {.lex_state = 201}, - [5255] = {.lex_state = 239}, - [5256] = {.lex_state = 239}, + [5254] = {.lex_state = 195}, + [5255] = {.lex_state = 201}, + [5256] = {.lex_state = 236}, [5257] = {.lex_state = 238}, [5258] = {.lex_state = 239}, - [5259] = {.lex_state = 239}, + [5259] = {.lex_state = 238}, [5260] = {.lex_state = 239}, [5261] = {.lex_state = 239}, [5262] = {.lex_state = 239}, - [5263] = {.lex_state = 235}, - [5264] = {.lex_state = 238}, - [5265] = {.lex_state = 239}, - [5266] = {.lex_state = 238}, - [5267] = {.lex_state = 238}, + [5263] = {.lex_state = 238}, + [5264] = {.lex_state = 239}, + [5265] = {.lex_state = 238}, + [5266] = {.lex_state = 239}, + [5267] = {.lex_state = 235}, [5268] = {.lex_state = 239}, - [5269] = {.lex_state = 238}, - [5270] = {.lex_state = 239}, - [5271] = {.lex_state = 238}, - [5272] = {.lex_state = 239}, + [5269] = {.lex_state = 239}, + [5270] = {.lex_state = 238}, + [5271] = {.lex_state = 239}, + [5272] = {.lex_state = 238}, [5273] = {.lex_state = 239}, [5274] = {.lex_state = 239}, [5275] = {.lex_state = 239}, [5276] = {.lex_state = 238}, - [5277] = {.lex_state = 238}, - [5278] = {.lex_state = 238}, + [5277] = {.lex_state = 193}, + [5278] = {.lex_state = 193}, [5279] = {.lex_state = 238}, - [5280] = {.lex_state = 193}, - [5281] = {.lex_state = 193}, - [5282] = {.lex_state = 238}, - [5283] = {.lex_state = 193}, - [5284] = {.lex_state = 238}, + [5280] = {.lex_state = 238}, + [5281] = {.lex_state = 238}, + [5282] = {.lex_state = 193}, + [5283] = {.lex_state = 238}, + [5284] = {.lex_state = 193}, [5285] = {.lex_state = 193}, [5286] = {.lex_state = 238}, - [5287] = {.lex_state = 238}, + [5287] = {.lex_state = 193}, [5288] = {.lex_state = 193}, [5289] = {.lex_state = 193}, [5290] = {.lex_state = 238}, [5291] = {.lex_state = 238}, - [5292] = {.lex_state = 193}, - [5293] = {.lex_state = 193}, + [5292] = {.lex_state = 238}, + [5293] = {.lex_state = 238}, [5294] = {.lex_state = 193}, - [5295] = {.lex_state = 238}, + [5295] = {.lex_state = 193}, [5296] = {.lex_state = 238}, [5297] = {.lex_state = 238}, - [5298] = {.lex_state = 193}, + [5298] = {.lex_state = 238}, [5299] = {.lex_state = 193}, [5300] = {.lex_state = 238}, - [5301] = {.lex_state = 238}, + [5301] = {.lex_state = 193}, [5302] = {.lex_state = 238}, [5303] = {.lex_state = 238}, [5304] = {.lex_state = 238}, - [5305] = {.lex_state = 193}, + [5305] = {.lex_state = 238}, [5306] = {.lex_state = 238}, [5307] = {.lex_state = 238}, [5308] = {.lex_state = 238}, @@ -27139,189 +27139,189 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5310] = {.lex_state = 238}, [5311] = {.lex_state = 238}, [5312] = {.lex_state = 238}, - [5313] = {.lex_state = 193}, - [5314] = {.lex_state = 248}, + [5313] = {.lex_state = 238}, + [5314] = {.lex_state = 238}, [5315] = {.lex_state = 193}, [5316] = {.lex_state = 238}, - [5317] = {.lex_state = 193}, + [5317] = {.lex_state = 238}, [5318] = {.lex_state = 238}, [5319] = {.lex_state = 248}, - [5320] = {.lex_state = 238}, + [5320] = {.lex_state = 248}, [5321] = {.lex_state = 238}, [5322] = {.lex_state = 238}, - [5323] = {.lex_state = 248}, + [5323] = {.lex_state = 193}, [5324] = {.lex_state = 238}, - [5325] = {.lex_state = 248}, - [5326] = {.lex_state = 239}, - [5327] = {.lex_state = 238}, - [5328] = {.lex_state = 193}, + [5325] = {.lex_state = 193}, + [5326] = {.lex_state = 238}, + [5327] = {.lex_state = 248}, + [5328] = {.lex_state = 248}, [5329] = {.lex_state = 238}, - [5330] = {.lex_state = 238}, - [5331] = {.lex_state = 238}, - [5332] = {.lex_state = 248}, + [5330] = {.lex_state = 239}, + [5331] = {.lex_state = 248}, + [5332] = {.lex_state = 193}, [5333] = {.lex_state = 248}, - [5334] = {.lex_state = 248}, - [5335] = {.lex_state = 193}, - [5336] = {.lex_state = 193}, + [5334] = {.lex_state = 239}, + [5335] = {.lex_state = 238}, + [5336] = {.lex_state = 248}, [5337] = {.lex_state = 238}, - [5338] = {.lex_state = 239}, - [5339] = {.lex_state = 238}, - [5340] = {.lex_state = 195}, + [5338] = {.lex_state = 193}, + [5339] = {.lex_state = 193}, + [5340] = {.lex_state = 239}, [5341] = {.lex_state = 195}, [5342] = {.lex_state = 195}, [5343] = {.lex_state = 195}, [5344] = {.lex_state = 195}, - [5345] = {.lex_state = 239}, - [5346] = {.lex_state = 195}, + [5345] = {.lex_state = 222}, + [5346] = {.lex_state = 239}, [5347] = {.lex_state = 195}, - [5348] = {.lex_state = 238}, - [5349] = {.lex_state = 238}, + [5348] = {.lex_state = 195}, + [5349] = {.lex_state = 195}, [5350] = {.lex_state = 195}, - [5351] = {.lex_state = 222}, + [5351] = {.lex_state = 195}, [5352] = {.lex_state = 195}, - [5353] = {.lex_state = 195}, - [5354] = {.lex_state = 239}, - [5355] = {.lex_state = 239}, - [5356] = {.lex_state = 195}, + [5353] = {.lex_state = 239}, + [5354] = {.lex_state = 238}, + [5355] = {.lex_state = 195}, + [5356] = {.lex_state = 238}, [5357] = {.lex_state = 195}, - [5358] = {.lex_state = 236}, + [5358] = {.lex_state = 175}, [5359] = {.lex_state = 236}, [5360] = {.lex_state = 236}, - [5361] = {.lex_state = 175}, + [5361] = {.lex_state = 236}, [5362] = {.lex_state = 236}, - [5363] = {.lex_state = 175}, + [5363] = {.lex_state = 236}, [5364] = {.lex_state = 236}, [5365] = {.lex_state = 236}, [5366] = {.lex_state = 236}, - [5367] = {.lex_state = 238}, - [5368] = {.lex_state = 175}, + [5367] = {.lex_state = 175}, + [5368] = {.lex_state = 236}, [5369] = {.lex_state = 236}, [5370] = {.lex_state = 236}, - [5371] = {.lex_state = 236}, + [5371] = {.lex_state = 238}, [5372] = {.lex_state = 236}, [5373] = {.lex_state = 236}, - [5374] = {.lex_state = 236}, + [5374] = {.lex_state = 175}, [5375] = {.lex_state = 236}, [5376] = {.lex_state = 236}, - [5377] = {.lex_state = 236}, + [5377] = {.lex_state = 239}, [5378] = {.lex_state = 236}, - [5379] = {.lex_state = 239}, + [5379] = {.lex_state = 236}, [5380] = {.lex_state = 236}, - [5381] = {.lex_state = 248}, - [5382] = {.lex_state = 238}, - [5383] = {.lex_state = 248}, + [5381] = {.lex_state = 175}, + [5382] = {.lex_state = 175}, + [5383] = {.lex_state = 175}, [5384] = {.lex_state = 238}, - [5385] = {.lex_state = 235}, + [5385] = {.lex_state = 175}, [5386] = {.lex_state = 236}, - [5387] = {.lex_state = 239}, - [5388] = {.lex_state = 238}, - [5389] = {.lex_state = 239}, - [5390] = {.lex_state = 236}, + [5387] = {.lex_state = 175}, + [5388] = {.lex_state = 175}, + [5389] = {.lex_state = 175}, + [5390] = {.lex_state = 238}, [5391] = {.lex_state = 238}, [5392] = {.lex_state = 238}, [5393] = {.lex_state = 238}, - [5394] = {.lex_state = 238}, + [5394] = {.lex_state = 175}, [5395] = {.lex_state = 175}, - [5396] = {.lex_state = 248}, - [5397] = {.lex_state = 248}, - [5398] = {.lex_state = 248}, + [5396] = {.lex_state = 175}, + [5397] = {.lex_state = 175}, + [5398] = {.lex_state = 175}, [5399] = {.lex_state = 175}, - [5400] = {.lex_state = 175}, + [5400] = {.lex_state = 192}, [5401] = {.lex_state = 175}, [5402] = {.lex_state = 248}, - [5403] = {.lex_state = 175}, - [5404] = {.lex_state = 236}, - [5405] = {.lex_state = 238}, - [5406] = {.lex_state = 248}, - [5407] = {.lex_state = 248}, - [5408] = {.lex_state = 248}, - [5409] = {.lex_state = 248}, - [5410] = {.lex_state = 248}, - [5411] = {.lex_state = 248}, - [5412] = {.lex_state = 248}, - [5413] = {.lex_state = 248}, - [5414] = {.lex_state = 248}, + [5403] = {.lex_state = 238}, + [5404] = {.lex_state = 238}, + [5405] = {.lex_state = 175}, + [5406] = {.lex_state = 236}, + [5407] = {.lex_state = 175}, + [5408] = {.lex_state = 175}, + [5409] = {.lex_state = 236}, + [5410] = {.lex_state = 175}, + [5411] = {.lex_state = 175}, + [5412] = {.lex_state = 222}, + [5413] = {.lex_state = 175}, + [5414] = {.lex_state = 238}, [5415] = {.lex_state = 175}, - [5416] = {.lex_state = 238}, - [5417] = {.lex_state = 236}, - [5418] = {.lex_state = 236}, + [5416] = {.lex_state = 175}, + [5417] = {.lex_state = 248}, + [5418] = {.lex_state = 248}, [5419] = {.lex_state = 248}, - [5420] = {.lex_state = 175}, + [5420] = {.lex_state = 236}, [5421] = {.lex_state = 248}, [5422] = {.lex_state = 248}, - [5423] = {.lex_state = 175}, + [5423] = {.lex_state = 248}, [5424] = {.lex_state = 175}, - [5425] = {.lex_state = 175}, - [5426] = {.lex_state = 175}, - [5427] = {.lex_state = 248}, - [5428] = {.lex_state = 236}, - [5429] = {.lex_state = 236}, - [5430] = {.lex_state = 248}, + [5425] = {.lex_state = 238}, + [5426] = {.lex_state = 238}, + [5427] = {.lex_state = 175}, + [5428] = {.lex_state = 175}, + [5429] = {.lex_state = 248}, + [5430] = {.lex_state = 239}, [5431] = {.lex_state = 248}, - [5432] = {.lex_state = 175}, - [5433] = {.lex_state = 175}, + [5432] = {.lex_state = 238}, + [5433] = {.lex_state = 238}, [5434] = {.lex_state = 175}, - [5435] = {.lex_state = 222}, - [5436] = {.lex_state = 248}, - [5437] = {.lex_state = 236}, - [5438] = {.lex_state = 236}, - [5439] = {.lex_state = 248}, - [5440] = {.lex_state = 248}, + [5435] = {.lex_state = 175}, + [5436] = {.lex_state = 175}, + [5437] = {.lex_state = 248}, + [5438] = {.lex_state = 248}, + [5439] = {.lex_state = 236}, + [5440] = {.lex_state = 236}, [5441] = {.lex_state = 175}, - [5442] = {.lex_state = 175}, - [5443] = {.lex_state = 175}, + [5442] = {.lex_state = 239}, + [5443] = {.lex_state = 235}, [5444] = {.lex_state = 248}, - [5445] = {.lex_state = 175}, - [5446] = {.lex_state = 238}, - [5447] = {.lex_state = 238}, - [5448] = {.lex_state = 238}, - [5449] = {.lex_state = 238}, - [5450] = {.lex_state = 238}, + [5445] = {.lex_state = 248}, + [5446] = {.lex_state = 248}, + [5447] = {.lex_state = 248}, + [5448] = {.lex_state = 236}, + [5449] = {.lex_state = 248}, + [5450] = {.lex_state = 236}, [5451] = {.lex_state = 175}, - [5452] = {.lex_state = 248}, + [5452] = {.lex_state = 222}, [5453] = {.lex_state = 175}, - [5454] = {.lex_state = 175}, - [5455] = {.lex_state = 192}, - [5456] = {.lex_state = 175}, + [5454] = {.lex_state = 248}, + [5455] = {.lex_state = 248}, + [5456] = {.lex_state = 236}, [5457] = {.lex_state = 248}, - [5458] = {.lex_state = 238}, - [5459] = {.lex_state = 239}, - [5460] = {.lex_state = 175}, + [5458] = {.lex_state = 236}, + [5459] = {.lex_state = 248}, + [5460] = {.lex_state = 222}, [5461] = {.lex_state = 175}, - [5462] = {.lex_state = 175}, - [5463] = {.lex_state = 175}, + [5462] = {.lex_state = 236}, + [5463] = {.lex_state = 248}, [5464] = {.lex_state = 175}, [5465] = {.lex_state = 175}, - [5466] = {.lex_state = 175}, - [5467] = {.lex_state = 236}, - [5468] = {.lex_state = 175}, - [5469] = {.lex_state = 175}, - [5470] = {.lex_state = 175}, - [5471] = {.lex_state = 175}, - [5472] = {.lex_state = 236}, - [5473] = {.lex_state = 175}, - [5474] = {.lex_state = 175}, + [5466] = {.lex_state = 248}, + [5467] = {.lex_state = 248}, + [5468] = {.lex_state = 248}, + [5469] = {.lex_state = 248}, + [5470] = {.lex_state = 248}, + [5471] = {.lex_state = 248}, + [5472] = {.lex_state = 248}, + [5473] = {.lex_state = 248}, + [5474] = {.lex_state = 238}, [5475] = {.lex_state = 248}, [5476] = {.lex_state = 248}, - [5477] = {.lex_state = 248}, + [5477] = {.lex_state = 175}, [5478] = {.lex_state = 248}, - [5479] = {.lex_state = 248}, + [5479] = {.lex_state = 238}, [5480] = {.lex_state = 248}, [5481] = {.lex_state = 248}, - [5482] = {.lex_state = 175}, + [5482] = {.lex_state = 248}, [5483] = {.lex_state = 248}, [5484] = {.lex_state = 175}, - [5485] = {.lex_state = 248}, - [5486] = {.lex_state = 236}, - [5487] = {.lex_state = 222}, + [5485] = {.lex_state = 238}, + [5486] = {.lex_state = 175}, + [5487] = {.lex_state = 236}, [5488] = {.lex_state = 248}, [5489] = {.lex_state = 248}, - [5490] = {.lex_state = 175}, - [5491] = {.lex_state = 222}, + [5490] = {.lex_state = 248}, + [5491] = {.lex_state = 248}, [5492] = {.lex_state = 248}, - [5493] = {.lex_state = 248}, + [5493] = {.lex_state = 239}, [5494] = {.lex_state = 175}, - [5495] = {.lex_state = 248}, + [5495] = {.lex_state = 175}, [5496] = {.lex_state = 193}, [5497] = {.lex_state = 193}, [5498] = {.lex_state = 193}, @@ -27332,2123 +27332,2123 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5503] = {.lex_state = 193}, [5504] = {.lex_state = 193}, [5505] = {.lex_state = 193}, - [5506] = {.lex_state = 222}, + [5506] = {.lex_state = 193}, [5507] = {.lex_state = 193}, [5508] = {.lex_state = 193}, - [5509] = {.lex_state = 238}, - [5510] = {.lex_state = 193}, - [5511] = {.lex_state = 193}, + [5509] = {.lex_state = 239}, + [5510] = {.lex_state = 239}, + [5511] = {.lex_state = 239}, [5512] = {.lex_state = 193}, - [5513] = {.lex_state = 193}, + [5513] = {.lex_state = 222}, [5514] = {.lex_state = 193}, [5515] = {.lex_state = 193}, [5516] = {.lex_state = 193}, - [5517] = {.lex_state = 193}, - [5518] = {.lex_state = 193}, + [5517] = {.lex_state = 239}, + [5518] = {.lex_state = 238}, [5519] = {.lex_state = 193}, [5520] = {.lex_state = 193}, - [5521] = {.lex_state = 193}, - [5522] = {.lex_state = 193}, - [5523] = {.lex_state = 238}, + [5521] = {.lex_state = 239}, + [5522] = {.lex_state = 239}, + [5523] = {.lex_state = 239}, [5524] = {.lex_state = 239}, - [5525] = {.lex_state = 193}, + [5525] = {.lex_state = 239}, [5526] = {.lex_state = 193}, [5527] = {.lex_state = 193}, [5528] = {.lex_state = 193}, - [5529] = {.lex_state = 193}, - [5530] = {.lex_state = 193}, - [5531] = {.lex_state = 238}, + [5529] = {.lex_state = 239}, + [5530] = {.lex_state = 239}, + [5531] = {.lex_state = 239}, [5532] = {.lex_state = 239}, - [5533] = {.lex_state = 239}, + [5533] = {.lex_state = 193}, [5534] = {.lex_state = 193}, - [5535] = {.lex_state = 239}, - [5536] = {.lex_state = 239}, + [5535] = {.lex_state = 193}, + [5536] = {.lex_state = 193}, [5537] = {.lex_state = 193}, - [5538] = {.lex_state = 193}, - [5539] = {.lex_state = 239}, + [5538] = {.lex_state = 239}, + [5539] = {.lex_state = 193}, [5540] = {.lex_state = 239}, - [5541] = {.lex_state = 193}, - [5542] = {.lex_state = 193}, - [5543] = {.lex_state = 238}, + [5541] = {.lex_state = 239}, + [5542] = {.lex_state = 238}, + [5543] = {.lex_state = 193}, [5544] = {.lex_state = 193}, [5545] = {.lex_state = 193}, [5546] = {.lex_state = 193}, [5547] = {.lex_state = 193}, - [5548] = {.lex_state = 193}, + [5548] = {.lex_state = 239}, [5549] = {.lex_state = 193}, [5550] = {.lex_state = 239}, - [5551] = {.lex_state = 239}, - [5552] = {.lex_state = 239}, - [5553] = {.lex_state = 193}, + [5551] = {.lex_state = 193}, + [5552] = {.lex_state = 238}, + [5553] = {.lex_state = 192}, [5554] = {.lex_state = 193}, [5555] = {.lex_state = 193}, - [5556] = {.lex_state = 238}, + [5556] = {.lex_state = 193}, [5557] = {.lex_state = 193}, - [5558] = {.lex_state = 193}, + [5558] = {.lex_state = 239}, [5559] = {.lex_state = 193}, [5560] = {.lex_state = 193}, - [5561] = {.lex_state = 193}, + [5561] = {.lex_state = 239}, [5562] = {.lex_state = 193}, [5563] = {.lex_state = 193}, - [5564] = {.lex_state = 193}, + [5564] = {.lex_state = 239}, [5565] = {.lex_state = 193}, [5566] = {.lex_state = 193}, - [5567] = {.lex_state = 193}, - [5568] = {.lex_state = 193}, - [5569] = {.lex_state = 193}, - [5570] = {.lex_state = 239}, - [5571] = {.lex_state = 193}, + [5567] = {.lex_state = 238}, + [5568] = {.lex_state = 239}, + [5569] = {.lex_state = 239}, + [5570] = {.lex_state = 193}, + [5571] = {.lex_state = 239}, [5572] = {.lex_state = 193}, [5573] = {.lex_state = 193}, - [5574] = {.lex_state = 239}, - [5575] = {.lex_state = 239}, - [5576] = {.lex_state = 239}, - [5577] = {.lex_state = 239}, - [5578] = {.lex_state = 239}, - [5579] = {.lex_state = 193}, - [5580] = {.lex_state = 193}, + [5574] = {.lex_state = 238}, + [5575] = {.lex_state = 193}, + [5576] = {.lex_state = 192}, + [5577] = {.lex_state = 193}, + [5578] = {.lex_state = 193}, + [5579] = {.lex_state = 222}, + [5580] = {.lex_state = 222}, [5581] = {.lex_state = 193}, - [5582] = {.lex_state = 239}, + [5582] = {.lex_state = 193}, [5583] = {.lex_state = 193}, - [5584] = {.lex_state = 239}, + [5584] = {.lex_state = 193}, [5585] = {.lex_state = 193}, - [5586] = {.lex_state = 239}, - [5587] = {.lex_state = 239}, + [5586] = {.lex_state = 193}, + [5587] = {.lex_state = 193}, [5588] = {.lex_state = 239}, [5589] = {.lex_state = 193}, [5590] = {.lex_state = 193}, - [5591] = {.lex_state = 193}, - [5592] = {.lex_state = 239}, - [5593] = {.lex_state = 239}, - [5594] = {.lex_state = 193}, - [5595] = {.lex_state = 222}, - [5596] = {.lex_state = 193}, - [5597] = {.lex_state = 239}, + [5591] = {.lex_state = 222}, + [5592] = {.lex_state = 99}, + [5593] = {.lex_state = 193}, + [5594] = {.lex_state = 239}, + [5595] = {.lex_state = 193}, + [5596] = {.lex_state = 192}, + [5597] = {.lex_state = 193}, [5598] = {.lex_state = 193}, [5599] = {.lex_state = 239}, - [5600] = {.lex_state = 239}, + [5600] = {.lex_state = 193}, [5601] = {.lex_state = 193}, [5602] = {.lex_state = 193}, [5603] = {.lex_state = 239}, [5604] = {.lex_state = 193}, - [5605] = {.lex_state = 239}, - [5606] = {.lex_state = 239}, - [5607] = {.lex_state = 239}, - [5608] = {.lex_state = 193}, + [5605] = {.lex_state = 238}, + [5606] = {.lex_state = 193}, + [5607] = {.lex_state = 193}, + [5608] = {.lex_state = 239}, [5609] = {.lex_state = 193}, [5610] = {.lex_state = 193}, - [5611] = {.lex_state = 193}, + [5611] = {.lex_state = 222}, [5612] = {.lex_state = 193}, [5613] = {.lex_state = 239}, [5614] = {.lex_state = 193}, - [5615] = {.lex_state = 239}, - [5616] = {.lex_state = 239}, + [5615] = {.lex_state = 193}, + [5616] = {.lex_state = 193}, [5617] = {.lex_state = 193}, - [5618] = {.lex_state = 193}, - [5619] = {.lex_state = 192}, - [5620] = {.lex_state = 239}, + [5618] = {.lex_state = 239}, + [5619] = {.lex_state = 238}, + [5620] = {.lex_state = 193}, [5621] = {.lex_state = 193}, - [5622] = {.lex_state = 192}, - [5623] = {.lex_state = 192}, + [5622] = {.lex_state = 193}, + [5623] = {.lex_state = 239}, [5624] = {.lex_state = 239}, [5625] = {.lex_state = 239}, - [5626] = {.lex_state = 239}, + [5626] = {.lex_state = 193}, [5627] = {.lex_state = 193}, [5628] = {.lex_state = 193}, - [5629] = {.lex_state = 222}, - [5630] = {.lex_state = 222}, - [5631] = {.lex_state = 222}, - [5632] = {.lex_state = 238}, - [5633] = {.lex_state = 238}, + [5629] = {.lex_state = 193}, + [5630] = {.lex_state = 193}, + [5631] = {.lex_state = 239}, + [5632] = {.lex_state = 193}, + [5633] = {.lex_state = 193}, [5634] = {.lex_state = 193}, - [5635] = {.lex_state = 193}, + [5635] = {.lex_state = 239}, [5636] = {.lex_state = 193}, - [5637] = {.lex_state = 99}, + [5637] = {.lex_state = 239}, [5638] = {.lex_state = 193}, - [5639] = {.lex_state = 239}, + [5639] = {.lex_state = 192}, [5640] = {.lex_state = 192}, [5641] = {.lex_state = 243}, - [5642] = {.lex_state = 222}, - [5643] = {.lex_state = 201}, + [5642] = {.lex_state = 235}, + [5643] = {.lex_state = 243}, [5644] = {.lex_state = 222}, - [5645] = {.lex_state = 243}, - [5646] = {.lex_state = 239}, - [5647] = {.lex_state = 222}, - [5648] = {.lex_state = 238}, - [5649] = {.lex_state = 222}, + [5645] = {.lex_state = 222}, + [5646] = {.lex_state = 243}, + [5647] = {.lex_state = 201}, + [5648] = {.lex_state = 243}, + [5649] = {.lex_state = 192}, [5650] = {.lex_state = 222}, - [5651] = {.lex_state = 239}, - [5652] = {.lex_state = 238}, - [5653] = {.lex_state = 238}, - [5654] = {.lex_state = 201}, + [5651] = {.lex_state = 243}, + [5652] = {.lex_state = 243}, + [5653] = {.lex_state = 192}, + [5654] = {.lex_state = 243}, [5655] = {.lex_state = 222}, - [5656] = {.lex_state = 238}, - [5657] = {.lex_state = 239}, + [5656] = {.lex_state = 243}, + [5657] = {.lex_state = 243}, [5658] = {.lex_state = 239}, - [5659] = {.lex_state = 243}, - [5660] = {.lex_state = 192}, + [5659] = {.lex_state = 222}, + [5660] = {.lex_state = 243}, [5661] = {.lex_state = 192}, - [5662] = {.lex_state = 239}, - [5663] = {.lex_state = 239}, - [5664] = {.lex_state = 243}, - [5665] = {.lex_state = 243}, + [5662] = {.lex_state = 243}, + [5663] = {.lex_state = 192}, + [5664] = {.lex_state = 192}, + [5665] = {.lex_state = 222}, [5666] = {.lex_state = 243}, - [5667] = {.lex_state = 222}, - [5668] = {.lex_state = 222}, - [5669] = {.lex_state = 238}, - [5670] = {.lex_state = 192}, - [5671] = {.lex_state = 192}, + [5667] = {.lex_state = 243}, + [5668] = {.lex_state = 239}, + [5669] = {.lex_state = 222}, + [5670] = {.lex_state = 222}, + [5671] = {.lex_state = 222}, [5672] = {.lex_state = 222}, - [5673] = {.lex_state = 239}, + [5673] = {.lex_state = 222}, [5674] = {.lex_state = 243}, - [5675] = {.lex_state = 239}, - [5676] = {.lex_state = 239}, - [5677] = {.lex_state = 239}, - [5678] = {.lex_state = 243}, - [5679] = {.lex_state = 239}, - [5680] = {.lex_state = 243}, - [5681] = {.lex_state = 243}, - [5682] = {.lex_state = 238}, - [5683] = {.lex_state = 243}, - [5684] = {.lex_state = 239}, - [5685] = {.lex_state = 243}, - [5686] = {.lex_state = 239}, - [5687] = {.lex_state = 238}, - [5688] = {.lex_state = 238}, + [5675] = {.lex_state = 192}, + [5676] = {.lex_state = 201}, + [5677] = {.lex_state = 243}, + [5678] = {.lex_state = 239}, + [5679] = {.lex_state = 243}, + [5680] = {.lex_state = 239}, + [5681] = {.lex_state = 239}, + [5682] = {.lex_state = 239}, + [5683] = {.lex_state = 238}, + [5684] = {.lex_state = 238}, + [5685] = {.lex_state = 238}, + [5686] = {.lex_state = 238}, + [5687] = {.lex_state = 192}, + [5688] = {.lex_state = 239}, [5689] = {.lex_state = 239}, - [5690] = {.lex_state = 192}, - [5691] = {.lex_state = 235}, - [5692] = {.lex_state = 243}, - [5693] = {.lex_state = 192}, - [5694] = {.lex_state = 239}, - [5695] = {.lex_state = 243}, + [5690] = {.lex_state = 239}, + [5691] = {.lex_state = 238}, + [5692] = {.lex_state = 238}, + [5693] = {.lex_state = 238}, + [5694] = {.lex_state = 238}, + [5695] = {.lex_state = 192}, [5696] = {.lex_state = 243}, - [5697] = {.lex_state = 235}, - [5698] = {.lex_state = 243}, - [5699] = {.lex_state = 222}, - [5700] = {.lex_state = 243}, + [5697] = {.lex_state = 243}, + [5698] = {.lex_state = 192}, + [5699] = {.lex_state = 192}, + [5700] = {.lex_state = 239}, [5701] = {.lex_state = 239}, - [5702] = {.lex_state = 192}, - [5703] = {.lex_state = 243}, - [5704] = {.lex_state = 192}, - [5705] = {.lex_state = 243}, - [5706] = {.lex_state = 243}, - [5707] = {.lex_state = 243}, - [5708] = {.lex_state = 222}, - [5709] = {.lex_state = 222}, - [5710] = {.lex_state = 239}, - [5711] = {.lex_state = 239}, - [5712] = {.lex_state = 222}, - [5713] = {.lex_state = 192}, + [5702] = {.lex_state = 239}, + [5703] = {.lex_state = 239}, + [5704] = {.lex_state = 239}, + [5705] = {.lex_state = 239}, + [5706] = {.lex_state = 239}, + [5707] = {.lex_state = 239}, + [5708] = {.lex_state = 192}, + [5709] = {.lex_state = 239}, + [5710] = {.lex_state = 192}, + [5711] = {.lex_state = 222}, + [5712] = {.lex_state = 239}, + [5713] = {.lex_state = 243}, [5714] = {.lex_state = 243}, - [5715] = {.lex_state = 243}, - [5716] = {.lex_state = 192}, - [5717] = {.lex_state = 243}, - [5718] = {.lex_state = 222}, + [5715] = {.lex_state = 222}, + [5716] = {.lex_state = 243}, + [5717] = {.lex_state = 235}, + [5718] = {.lex_state = 243}, [5719] = {.lex_state = 243}, - [5720] = {.lex_state = 192}, - [5721] = {.lex_state = 192}, + [5720] = {.lex_state = 243}, + [5721] = {.lex_state = 222}, [5722] = {.lex_state = 192}, [5723] = {.lex_state = 243}, - [5724] = {.lex_state = 192}, - [5725] = {.lex_state = 192}, - [5726] = {.lex_state = 192}, + [5724] = {.lex_state = 243}, + [5725] = {.lex_state = 243}, + [5726] = {.lex_state = 243}, [5727] = {.lex_state = 192}, [5728] = {.lex_state = 192}, - [5729] = {.lex_state = 243}, + [5729] = {.lex_state = 192}, [5730] = {.lex_state = 192}, - [5731] = {.lex_state = 239}, + [5731] = {.lex_state = 192}, [5732] = {.lex_state = 192}, - [5733] = {.lex_state = 243}, - [5734] = {.lex_state = 222}, - [5735] = {.lex_state = 222}, - [5736] = {.lex_state = 236}, - [5737] = {.lex_state = 99}, + [5733] = {.lex_state = 239}, + [5734] = {.lex_state = 236}, + [5735] = {.lex_state = 99}, + [5736] = {.lex_state = 99}, + [5737] = {.lex_state = 236}, [5738] = {.lex_state = 99}, - [5739] = {.lex_state = 222}, - [5740] = {.lex_state = 235}, - [5741] = {.lex_state = 236}, - [5742] = {.lex_state = 238}, - [5743] = {.lex_state = 235}, - [5744] = {.lex_state = 236}, - [5745] = {.lex_state = 99}, + [5739] = {.lex_state = 99}, + [5740] = {.lex_state = 99}, + [5741] = {.lex_state = 99}, + [5742] = {.lex_state = 239}, + [5743] = {.lex_state = 99}, + [5744] = {.lex_state = 99}, + [5745] = {.lex_state = 238}, [5746] = {.lex_state = 99}, - [5747] = {.lex_state = 236}, - [5748] = {.lex_state = 239}, - [5749] = {.lex_state = 239}, + [5747] = {.lex_state = 239}, + [5748] = {.lex_state = 99}, + [5749] = {.lex_state = 236}, [5750] = {.lex_state = 239}, [5751] = {.lex_state = 239}, - [5752] = {.lex_state = 99}, - [5753] = {.lex_state = 239}, - [5754] = {.lex_state = 236}, + [5752] = {.lex_state = 235}, + [5753] = {.lex_state = 236}, + [5754] = {.lex_state = 99}, [5755] = {.lex_state = 99}, [5756] = {.lex_state = 99}, - [5757] = {.lex_state = 239}, - [5758] = {.lex_state = 236}, - [5759] = {.lex_state = 236}, + [5757] = {.lex_state = 222}, + [5758] = {.lex_state = 99}, + [5759] = {.lex_state = 99}, [5760] = {.lex_state = 99}, - [5761] = {.lex_state = 239}, - [5762] = {.lex_state = 239}, - [5763] = {.lex_state = 236}, - [5764] = {.lex_state = 239}, + [5761] = {.lex_state = 222}, + [5762] = {.lex_state = 192}, + [5763] = {.lex_state = 239}, + [5764] = {.lex_state = 99}, [5765] = {.lex_state = 99}, [5766] = {.lex_state = 99}, - [5767] = {.lex_state = 99}, - [5768] = {.lex_state = 222}, - [5769] = {.lex_state = 236}, + [5767] = {.lex_state = 239}, + [5768] = {.lex_state = 239}, + [5769] = {.lex_state = 99}, [5770] = {.lex_state = 239}, [5771] = {.lex_state = 239}, - [5772] = {.lex_state = 239}, + [5772] = {.lex_state = 236}, [5773] = {.lex_state = 239}, - [5774] = {.lex_state = 239}, - [5775] = {.lex_state = 99}, - [5776] = {.lex_state = 99}, - [5777] = {.lex_state = 238}, - [5778] = {.lex_state = 99}, - [5779] = {.lex_state = 99}, - [5780] = {.lex_state = 99}, - [5781] = {.lex_state = 192}, - [5782] = {.lex_state = 236}, - [5783] = {.lex_state = 99}, - [5784] = {.lex_state = 238}, - [5785] = {.lex_state = 236}, + [5774] = {.lex_state = 99}, + [5775] = {.lex_state = 222}, + [5776] = {.lex_state = 239}, + [5777] = {.lex_state = 99}, + [5778] = {.lex_state = 236}, + [5779] = {.lex_state = 236}, + [5780] = {.lex_state = 236}, + [5781] = {.lex_state = 235}, + [5782] = {.lex_state = 239}, + [5783] = {.lex_state = 236}, + [5784] = {.lex_state = 222}, + [5785] = {.lex_state = 99}, [5786] = {.lex_state = 222}, - [5787] = {.lex_state = 99}, - [5788] = {.lex_state = 236}, - [5789] = {.lex_state = 99}, - [5790] = {.lex_state = 239}, - [5791] = {.lex_state = 239}, - [5792] = {.lex_state = 239}, - [5793] = {.lex_state = 192}, - [5794] = {.lex_state = 99}, - [5795] = {.lex_state = 236}, - [5796] = {.lex_state = 222}, - [5797] = {.lex_state = 99}, - [5798] = {.lex_state = 99}, - [5799] = {.lex_state = 236}, - [5800] = {.lex_state = 236}, - [5801] = {.lex_state = 235}, - [5802] = {.lex_state = 236}, + [5787] = {.lex_state = 222}, + [5788] = {.lex_state = 99}, + [5789] = {.lex_state = 236}, + [5790] = {.lex_state = 99}, + [5791] = {.lex_state = 222}, + [5792] = {.lex_state = 99}, + [5793] = {.lex_state = 247}, + [5794] = {.lex_state = 239}, + [5795] = {.lex_state = 238}, + [5796] = {.lex_state = 236}, + [5797] = {.lex_state = 239}, + [5798] = {.lex_state = 238}, + [5799] = {.lex_state = 239}, + [5800] = {.lex_state = 99}, + [5801] = {.lex_state = 236}, + [5802] = {.lex_state = 239}, [5803] = {.lex_state = 239}, - [5804] = {.lex_state = 247}, - [5805] = {.lex_state = 99}, - [5806] = {.lex_state = 99}, - [5807] = {.lex_state = 222}, + [5804] = {.lex_state = 239}, + [5805] = {.lex_state = 239}, + [5806] = {.lex_state = 239}, + [5807] = {.lex_state = 239}, [5808] = {.lex_state = 236}, [5809] = {.lex_state = 99}, - [5810] = {.lex_state = 99}, - [5811] = {.lex_state = 239}, - [5812] = {.lex_state = 236}, - [5813] = {.lex_state = 239}, + [5810] = {.lex_state = 235}, + [5811] = {.lex_state = 236}, + [5812] = {.lex_state = 99}, + [5813] = {.lex_state = 236}, [5814] = {.lex_state = 99}, - [5815] = {.lex_state = 99}, - [5816] = {.lex_state = 99}, - [5817] = {.lex_state = 236}, - [5818] = {.lex_state = 99}, - [5819] = {.lex_state = 239}, + [5815] = {.lex_state = 239}, + [5816] = {.lex_state = 236}, + [5817] = {.lex_state = 192}, + [5818] = {.lex_state = 236}, + [5819] = {.lex_state = 236}, [5820] = {.lex_state = 99}, - [5821] = {.lex_state = 239}, + [5821] = {.lex_state = 99}, [5822] = {.lex_state = 99}, [5823] = {.lex_state = 99}, - [5824] = {.lex_state = 99}, + [5824] = {.lex_state = 236}, [5825] = {.lex_state = 235}, [5826] = {.lex_state = 238}, [5827] = {.lex_state = 193}, - [5828] = {.lex_state = 239}, - [5829] = {.lex_state = 241}, - [5830] = {.lex_state = 235}, - [5831] = {.lex_state = 238}, - [5832] = {.lex_state = 235}, - [5833] = {.lex_state = 235}, - [5834] = {.lex_state = 235}, - [5835] = {.lex_state = 238}, - [5836] = {.lex_state = 238}, - [5837] = {.lex_state = 235}, - [5838] = {.lex_state = 235}, + [5828] = {.lex_state = 238}, + [5829] = {.lex_state = 235}, + [5830] = {.lex_state = 238}, + [5831] = {.lex_state = 235}, + [5832] = {.lex_state = 239}, + [5833] = {.lex_state = 241}, + [5834] = {.lex_state = 239}, + [5835] = {.lex_state = 239}, + [5836] = {.lex_state = 235}, + [5837] = {.lex_state = 238}, + [5838] = {.lex_state = 238}, [5839] = {.lex_state = 238}, [5840] = {.lex_state = 238}, - [5841] = {.lex_state = 241}, - [5842] = {.lex_state = 193}, - [5843] = {.lex_state = 235}, + [5841] = {.lex_state = 238}, + [5842] = {.lex_state = 235}, + [5843] = {.lex_state = 238}, [5844] = {.lex_state = 238}, - [5845] = {.lex_state = 235}, - [5846] = {.lex_state = 235}, - [5847] = {.lex_state = 235}, - [5848] = {.lex_state = 235}, + [5845] = {.lex_state = 238}, + [5846] = {.lex_state = 238}, + [5847] = {.lex_state = 239}, + [5848] = {.lex_state = 238}, [5849] = {.lex_state = 235}, [5850] = {.lex_state = 235}, - [5851] = {.lex_state = 238}, + [5851] = {.lex_state = 235}, [5852] = {.lex_state = 235}, - [5853] = {.lex_state = 235}, - [5854] = {.lex_state = 235}, - [5855] = {.lex_state = 193}, + [5853] = {.lex_state = 238}, + [5854] = {.lex_state = 193}, + [5855] = {.lex_state = 235}, [5856] = {.lex_state = 235}, [5857] = {.lex_state = 235}, - [5858] = {.lex_state = 235}, - [5859] = {.lex_state = 238}, + [5858] = {.lex_state = 193}, + [5859] = {.lex_state = 235}, [5860] = {.lex_state = 235}, [5861] = {.lex_state = 235}, - [5862] = {.lex_state = 239}, + [5862] = {.lex_state = 235}, [5863] = {.lex_state = 238}, - [5864] = {.lex_state = 239}, - [5865] = {.lex_state = 235}, - [5866] = {.lex_state = 235}, - [5867] = {.lex_state = 238}, - [5868] = {.lex_state = 238}, - [5869] = {.lex_state = 238}, - [5870] = {.lex_state = 238}, + [5864] = {.lex_state = 238}, + [5865] = {.lex_state = 238}, + [5866] = {.lex_state = 239}, + [5867] = {.lex_state = 235}, + [5868] = {.lex_state = 235}, + [5869] = {.lex_state = 235}, + [5870] = {.lex_state = 235}, [5871] = {.lex_state = 235}, - [5872] = {.lex_state = 238}, - [5873] = {.lex_state = 238}, - [5874] = {.lex_state = 239}, + [5872] = {.lex_state = 235}, + [5873] = {.lex_state = 239}, + [5874] = {.lex_state = 238}, [5875] = {.lex_state = 193}, - [5876] = {.lex_state = 239}, - [5877] = {.lex_state = 238}, - [5878] = {.lex_state = 238}, - [5879] = {.lex_state = 238}, - [5880] = {.lex_state = 239}, + [5876] = {.lex_state = 235}, + [5877] = {.lex_state = 241}, + [5878] = {.lex_state = 235}, + [5879] = {.lex_state = 235}, + [5880] = {.lex_state = 235}, [5881] = {.lex_state = 235}, [5882] = {.lex_state = 235}, - [5883] = {.lex_state = 238}, - [5884] = {.lex_state = 235}, - [5885] = {.lex_state = 235}, - [5886] = {.lex_state = 235}, - [5887] = {.lex_state = 243}, - [5888] = {.lex_state = 239}, + [5883] = {.lex_state = 235}, + [5884] = {.lex_state = 238}, + [5885] = {.lex_state = 238}, + [5886] = {.lex_state = 222}, + [5887] = {.lex_state = 239}, + [5888] = {.lex_state = 231}, [5889] = {.lex_state = 173}, - [5890] = {.lex_state = 201}, + [5890] = {.lex_state = 173}, [5891] = {.lex_state = 239}, - [5892] = {.lex_state = 222}, - [5893] = {.lex_state = 201}, - [5894] = {.lex_state = 201}, - [5895] = {.lex_state = 173}, - [5896] = {.lex_state = 201}, - [5897] = {.lex_state = 238}, - [5898] = {.lex_state = 239}, - [5899] = {.lex_state = 235}, - [5900] = {.lex_state = 235}, - [5901] = {.lex_state = 235}, - [5902] = {.lex_state = 235}, - [5903] = {.lex_state = 238}, + [5892] = {.lex_state = 238}, + [5893] = {.lex_state = 203}, + [5894] = {.lex_state = 222}, + [5895] = {.lex_state = 243}, + [5896] = {.lex_state = 239}, + [5897] = {.lex_state = 201}, + [5898] = {.lex_state = 173}, + [5899] = {.lex_state = 239}, + [5900] = {.lex_state = 238}, + [5901] = {.lex_state = 231}, + [5902] = {.lex_state = 239}, + [5903] = {.lex_state = 201}, [5904] = {.lex_state = 201}, [5905] = {.lex_state = 173}, - [5906] = {.lex_state = 222}, - [5907] = {.lex_state = 235}, - [5908] = {.lex_state = 231}, - [5909] = {.lex_state = 201}, + [5906] = {.lex_state = 238}, + [5907] = {.lex_state = 173}, + [5908] = {.lex_state = 201}, + [5909] = {.lex_state = 173}, [5910] = {.lex_state = 173}, - [5911] = {.lex_state = 235}, - [5912] = {.lex_state = 173}, - [5913] = {.lex_state = 243}, - [5914] = {.lex_state = 239}, - [5915] = {.lex_state = 235}, - [5916] = {.lex_state = 222}, - [5917] = {.lex_state = 235}, - [5918] = {.lex_state = 231}, - [5919] = {.lex_state = 201}, - [5920] = {.lex_state = 173}, - [5921] = {.lex_state = 173}, - [5922] = {.lex_state = 173}, - [5923] = {.lex_state = 201}, - [5924] = {.lex_state = 238}, - [5925] = {.lex_state = 203}, - [5926] = {.lex_state = 193}, - [5927] = {.lex_state = 201}, - [5928] = {.lex_state = 238}, - [5929] = {.lex_state = 201}, + [5911] = {.lex_state = 201}, + [5912] = {.lex_state = 243}, + [5913] = {.lex_state = 201}, + [5914] = {.lex_state = 231}, + [5915] = {.lex_state = 173}, + [5916] = {.lex_state = 173}, + [5917] = {.lex_state = 201}, + [5918] = {.lex_state = 201}, + [5919] = {.lex_state = 193}, + [5920] = {.lex_state = 231}, + [5921] = {.lex_state = 235}, + [5922] = {.lex_state = 235}, + [5923] = {.lex_state = 235}, + [5924] = {.lex_state = 235}, + [5925] = {.lex_state = 235}, + [5926] = {.lex_state = 235}, + [5927] = {.lex_state = 235}, + [5928] = {.lex_state = 235}, + [5929] = {.lex_state = 238}, [5930] = {.lex_state = 239}, - [5931] = {.lex_state = 173}, - [5932] = {.lex_state = 239}, - [5933] = {.lex_state = 222}, - [5934] = {.lex_state = 239}, - [5935] = {.lex_state = 173}, - [5936] = {.lex_state = 231}, - [5937] = {.lex_state = 239}, - [5938] = {.lex_state = 231}, - [5939] = {.lex_state = 239}, - [5940] = {.lex_state = 193}, - [5941] = {.lex_state = 193}, - [5942] = {.lex_state = 238}, - [5943] = {.lex_state = 238}, - [5944] = {.lex_state = 238}, - [5945] = {.lex_state = 239}, + [5931] = {.lex_state = 239}, + [5932] = {.lex_state = 201}, + [5933] = {.lex_state = 173}, + [5934] = {.lex_state = 222}, + [5935] = {.lex_state = 239}, + [5936] = {.lex_state = 235}, + [5937] = {.lex_state = 222}, + [5938] = {.lex_state = 239}, + [5939] = {.lex_state = 201}, + [5940] = {.lex_state = 239}, + [5941] = {.lex_state = 241}, + [5942] = {.lex_state = 197}, + [5943] = {.lex_state = 239}, + [5944] = {.lex_state = 193}, + [5945] = {.lex_state = 238}, [5946] = {.lex_state = 238}, - [5947] = {.lex_state = 197}, - [5948] = {.lex_state = 238}, + [5947] = {.lex_state = 239}, + [5948] = {.lex_state = 239}, [5949] = {.lex_state = 238}, - [5950] = {.lex_state = 197}, - [5951] = {.lex_state = 197}, - [5952] = {.lex_state = 197}, - [5953] = {.lex_state = 197}, - [5954] = {.lex_state = 197}, - [5955] = {.lex_state = 241}, - [5956] = {.lex_state = 241}, - [5957] = {.lex_state = 241}, - [5958] = {.lex_state = 241}, + [5950] = {.lex_state = 238}, + [5951] = {.lex_state = 239}, + [5952] = {.lex_state = 238}, + [5953] = {.lex_state = 238}, + [5954] = {.lex_state = 238}, + [5955] = {.lex_state = 238}, + [5956] = {.lex_state = 197}, + [5957] = {.lex_state = 193}, + [5958] = {.lex_state = 239}, [5959] = {.lex_state = 239}, - [5960] = {.lex_state = 193}, + [5960] = {.lex_state = 239}, [5961] = {.lex_state = 239}, - [5962] = {.lex_state = 241}, - [5963] = {.lex_state = 197}, - [5964] = {.lex_state = 173}, - [5965] = {.lex_state = 197}, - [5966] = {.lex_state = 241}, - [5967] = {.lex_state = 239}, + [5962] = {.lex_state = 197}, + [5963] = {.lex_state = 241}, + [5964] = {.lex_state = 239}, + [5965] = {.lex_state = 239}, + [5966] = {.lex_state = 239}, + [5967] = {.lex_state = 241}, [5968] = {.lex_state = 197}, - [5969] = {.lex_state = 241}, - [5970] = {.lex_state = 239}, - [5971] = {.lex_state = 239}, - [5972] = {.lex_state = 239}, + [5969] = {.lex_state = 173}, + [5970] = {.lex_state = 241}, + [5971] = {.lex_state = 173}, + [5972] = {.lex_state = 197}, [5973] = {.lex_state = 239}, - [5974] = {.lex_state = 239}, + [5974] = {.lex_state = 241}, [5975] = {.lex_state = 239}, - [5976] = {.lex_state = 241}, + [5976] = {.lex_state = 197}, [5977] = {.lex_state = 239}, [5978] = {.lex_state = 241}, - [5979] = {.lex_state = 241}, + [5979] = {.lex_state = 193}, [5980] = {.lex_state = 239}, - [5981] = {.lex_state = 241}, - [5982] = {.lex_state = 197}, + [5981] = {.lex_state = 239}, + [5982] = {.lex_state = 193}, [5983] = {.lex_state = 239}, - [5984] = {.lex_state = 241}, - [5985] = {.lex_state = 239}, - [5986] = {.lex_state = 241}, - [5987] = {.lex_state = 239}, + [5984] = {.lex_state = 239}, + [5985] = {.lex_state = 193}, + [5986] = {.lex_state = 239}, + [5987] = {.lex_state = 241}, [5988] = {.lex_state = 239}, - [5989] = {.lex_state = 239}, + [5989] = {.lex_state = 197}, [5990] = {.lex_state = 239}, - [5991] = {.lex_state = 241}, + [5991] = {.lex_state = 239}, [5992] = {.lex_state = 239}, - [5993] = {.lex_state = 239}, + [5993] = {.lex_state = 241}, [5994] = {.lex_state = 197}, [5995] = {.lex_state = 239}, [5996] = {.lex_state = 241}, - [5997] = {.lex_state = 241}, + [5997] = {.lex_state = 239}, [5998] = {.lex_state = 239}, - [5999] = {.lex_state = 241}, + [5999] = {.lex_state = 239}, [6000] = {.lex_state = 241}, - [6001] = {.lex_state = 239}, - [6002] = {.lex_state = 239}, - [6003] = {.lex_state = 173}, + [6001] = {.lex_state = 197}, + [6002] = {.lex_state = 197}, + [6003] = {.lex_state = 197}, [6004] = {.lex_state = 239}, - [6005] = {.lex_state = 193}, - [6006] = {.lex_state = 239}, - [6007] = {.lex_state = 193}, - [6008] = {.lex_state = 239}, - [6009] = {.lex_state = 238}, + [6005] = {.lex_state = 239}, + [6006] = {.lex_state = 241}, + [6007] = {.lex_state = 241}, + [6008] = {.lex_state = 197}, + [6009] = {.lex_state = 193}, [6010] = {.lex_state = 239}, - [6011] = {.lex_state = 239}, + [6011] = {.lex_state = 241}, [6012] = {.lex_state = 241}, [6013] = {.lex_state = 239}, - [6014] = {.lex_state = 239}, + [6014] = {.lex_state = 193}, [6015] = {.lex_state = 239}, - [6016] = {.lex_state = 193}, + [6016] = {.lex_state = 239}, [6017] = {.lex_state = 239}, - [6018] = {.lex_state = 238}, - [6019] = {.lex_state = 239}, - [6020] = {.lex_state = 239}, - [6021] = {.lex_state = 239}, + [6018] = {.lex_state = 239}, + [6019] = {.lex_state = 193}, + [6020] = {.lex_state = 193}, + [6021] = {.lex_state = 241}, [6022] = {.lex_state = 239}, [6023] = {.lex_state = 239}, [6024] = {.lex_state = 239}, - [6025] = {.lex_state = 193}, - [6026] = {.lex_state = 193}, + [6025] = {.lex_state = 241}, + [6026] = {.lex_state = 241}, [6027] = {.lex_state = 239}, [6028] = {.lex_state = 241}, [6029] = {.lex_state = 241}, [6030] = {.lex_state = 239}, - [6031] = {.lex_state = 239}, - [6032] = {.lex_state = 197}, + [6031] = {.lex_state = 241}, + [6032] = {.lex_state = 241}, [6033] = {.lex_state = 239}, [6034] = {.lex_state = 239}, [6035] = {.lex_state = 239}, - [6036] = {.lex_state = 193}, - [6037] = {.lex_state = 185}, - [6038] = {.lex_state = 173}, - [6039] = {.lex_state = 194}, - [6040] = {.lex_state = 185}, - [6041] = {.lex_state = 238}, - [6042] = {.lex_state = 185}, - [6043] = {.lex_state = 185}, + [6036] = {.lex_state = 239}, + [6037] = {.lex_state = 235}, + [6038] = {.lex_state = 194}, + [6039] = {.lex_state = 178}, + [6040] = {.lex_state = 194}, + [6041] = {.lex_state = 239}, + [6042] = {.lex_state = 213}, + [6043] = {.lex_state = 194}, [6044] = {.lex_state = 194}, [6045] = {.lex_state = 185}, - [6046] = {.lex_state = 194}, - [6047] = {.lex_state = 194}, - [6048] = {.lex_state = 193}, - [6049] = {.lex_state = 178}, - [6050] = {.lex_state = 239}, - [6051] = {.lex_state = 185}, - [6052] = {.lex_state = 193}, - [6053] = {.lex_state = 239}, - [6054] = {.lex_state = 239}, - [6055] = {.lex_state = 194}, - [6056] = {.lex_state = 173}, - [6057] = {.lex_state = 194}, - [6058] = {.lex_state = 185}, - [6059] = {.lex_state = 213}, + [6046] = {.lex_state = 173}, + [6047] = {.lex_state = 173}, + [6048] = {.lex_state = 185}, + [6049] = {.lex_state = 194}, + [6050] = {.lex_state = 185}, + [6051] = {.lex_state = 213}, + [6052] = {.lex_state = 238}, + [6053] = {.lex_state = 194}, + [6054] = {.lex_state = 194}, + [6055] = {.lex_state = 239}, + [6056] = {.lex_state = 185}, + [6057] = {.lex_state = 235}, + [6058] = {.lex_state = 173}, + [6059] = {.lex_state = 235}, [6060] = {.lex_state = 239}, - [6061] = {.lex_state = 185}, - [6062] = {.lex_state = 213}, - [6063] = {.lex_state = 213}, - [6064] = {.lex_state = 213}, - [6065] = {.lex_state = 193}, - [6066] = {.lex_state = 193}, - [6067] = {.lex_state = 238}, - [6068] = {.lex_state = 235}, - [6069] = {.lex_state = 235}, + [6061] = {.lex_state = 235}, + [6062] = {.lex_state = 194}, + [6063] = {.lex_state = 185}, + [6064] = {.lex_state = 194}, + [6065] = {.lex_state = 194}, + [6066] = {.lex_state = 194}, + [6067] = {.lex_state = 194}, + [6068] = {.lex_state = 213}, + [6069] = {.lex_state = 173}, [6070] = {.lex_state = 238}, - [6071] = {.lex_state = 193}, + [6071] = {.lex_state = 185}, [6072] = {.lex_state = 185}, - [6073] = {.lex_state = 173}, - [6074] = {.lex_state = 193}, - [6075] = {.lex_state = 239}, - [6076] = {.lex_state = 239}, - [6077] = {.lex_state = 238}, - [6078] = {.lex_state = 194}, - [6079] = {.lex_state = 194}, - [6080] = {.lex_state = 185}, - [6081] = {.lex_state = 235}, + [6073] = {.lex_state = 239}, + [6074] = {.lex_state = 185}, + [6075] = {.lex_state = 173}, + [6076] = {.lex_state = 185}, + [6077] = {.lex_state = 173}, + [6078] = {.lex_state = 185}, + [6079] = {.lex_state = 173}, + [6080] = {.lex_state = 173}, + [6081] = {.lex_state = 193}, [6082] = {.lex_state = 185}, - [6083] = {.lex_state = 185}, - [6084] = {.lex_state = 238}, - [6085] = {.lex_state = 173}, - [6086] = {.lex_state = 185}, - [6087] = {.lex_state = 173}, + [6083] = {.lex_state = 239}, + [6084] = {.lex_state = 185}, + [6085] = {.lex_state = 185}, + [6086] = {.lex_state = 194}, + [6087] = {.lex_state = 213}, [6088] = {.lex_state = 239}, - [6089] = {.lex_state = 185}, - [6090] = {.lex_state = 239}, - [6091] = {.lex_state = 173}, - [6092] = {.lex_state = 194}, - [6093] = {.lex_state = 194}, - [6094] = {.lex_state = 235}, - [6095] = {.lex_state = 185}, - [6096] = {.lex_state = 185}, - [6097] = {.lex_state = 235}, - [6098] = {.lex_state = 185}, - [6099] = {.lex_state = 185}, - [6100] = {.lex_state = 235}, - [6101] = {.lex_state = 173}, - [6102] = {.lex_state = 185}, - [6103] = {.lex_state = 213}, - [6104] = {.lex_state = 185}, - [6105] = {.lex_state = 194}, - [6106] = {.lex_state = 173}, + [6089] = {.lex_state = 213}, + [6090] = {.lex_state = 194}, + [6091] = {.lex_state = 185}, + [6092] = {.lex_state = 213}, + [6093] = {.lex_state = 213}, + [6094] = {.lex_state = 194}, + [6095] = {.lex_state = 193}, + [6096] = {.lex_state = 239}, + [6097] = {.lex_state = 239}, + [6098] = {.lex_state = 193}, + [6099] = {.lex_state = 238}, + [6100] = {.lex_state = 193}, + [6101] = {.lex_state = 213}, + [6102] = {.lex_state = 173}, + [6103] = {.lex_state = 238}, + [6104] = {.lex_state = 239}, + [6105] = {.lex_state = 185}, + [6106] = {.lex_state = 185}, [6107] = {.lex_state = 193}, - [6108] = {.lex_state = 213}, - [6109] = {.lex_state = 213}, - [6110] = {.lex_state = 194}, + [6108] = {.lex_state = 235}, + [6109] = {.lex_state = 235}, + [6110] = {.lex_state = 239}, [6111] = {.lex_state = 194}, [6112] = {.lex_state = 235}, - [6113] = {.lex_state = 173}, - [6114] = {.lex_state = 194}, - [6115] = {.lex_state = 235}, + [6113] = {.lex_state = 193}, + [6114] = {.lex_state = 193}, + [6115] = {.lex_state = 173}, [6116] = {.lex_state = 185}, - [6117] = {.lex_state = 194}, - [6118] = {.lex_state = 239}, - [6119] = {.lex_state = 239}, - [6120] = {.lex_state = 213}, - [6121] = {.lex_state = 173}, - [6122] = {.lex_state = 194}, + [6117] = {.lex_state = 185}, + [6118] = {.lex_state = 185}, + [6119] = {.lex_state = 235}, + [6120] = {.lex_state = 238}, + [6121] = {.lex_state = 193}, + [6122] = {.lex_state = 185}, [6123] = {.lex_state = 185}, - [6124] = {.lex_state = 193}, - [6125] = {.lex_state = 193}, - [6126] = {.lex_state = 213}, - [6127] = {.lex_state = 239}, + [6124] = {.lex_state = 185}, + [6125] = {.lex_state = 239}, + [6126] = {.lex_state = 193}, + [6127] = {.lex_state = 193}, [6128] = {.lex_state = 193}, - [6129] = {.lex_state = 231}, + [6129] = {.lex_state = 193}, [6130] = {.lex_state = 193}, - [6131] = {.lex_state = 238}, + [6131] = {.lex_state = 193}, [6132] = {.lex_state = 193}, [6133] = {.lex_state = 193}, - [6134] = {.lex_state = 238}, - [6135] = {.lex_state = 238}, - [6136] = {.lex_state = 238}, + [6134] = {.lex_state = 239}, + [6135] = {.lex_state = 202}, + [6136] = {.lex_state = 239}, [6137] = {.lex_state = 193}, - [6138] = {.lex_state = 231}, + [6138] = {.lex_state = 193}, [6139] = {.lex_state = 193}, [6140] = {.lex_state = 193}, - [6141] = {.lex_state = 238}, + [6141] = {.lex_state = 239}, [6142] = {.lex_state = 193}, - [6143] = {.lex_state = 193}, - [6144] = {.lex_state = 238}, - [6145] = {.lex_state = 213}, - [6146] = {.lex_state = 238}, - [6147] = {.lex_state = 193}, - [6148] = {.lex_state = 239}, - [6149] = {.lex_state = 193}, - [6150] = {.lex_state = 193}, - [6151] = {.lex_state = 193}, - [6152] = {.lex_state = 238}, - [6153] = {.lex_state = 193}, - [6154] = {.lex_state = 193}, - [6155] = {.lex_state = 193}, - [6156] = {.lex_state = 239}, - [6157] = {.lex_state = 193}, - [6158] = {.lex_state = 239}, - [6159] = {.lex_state = 202}, - [6160] = {.lex_state = 239}, - [6161] = {.lex_state = 193}, - [6162] = {.lex_state = 239}, - [6163] = {.lex_state = 193}, - [6164] = {.lex_state = 193}, - [6165] = {.lex_state = 193}, - [6166] = {.lex_state = 193}, - [6167] = {.lex_state = 193}, - [6168] = {.lex_state = 239}, - [6169] = {.lex_state = 239}, - [6170] = {.lex_state = 193}, - [6171] = {.lex_state = 213}, - [6172] = {.lex_state = 239}, - [6173] = {.lex_state = 193}, + [6143] = {.lex_state = 239}, + [6144] = {.lex_state = 193}, + [6145] = {.lex_state = 193}, + [6146] = {.lex_state = 239}, + [6147] = {.lex_state = 213}, + [6148] = {.lex_state = 213}, + [6149] = {.lex_state = 213}, + [6150] = {.lex_state = 213}, + [6151] = {.lex_state = 213}, + [6152] = {.lex_state = 213}, + [6153] = {.lex_state = 213}, + [6154] = {.lex_state = 213}, + [6155] = {.lex_state = 213}, + [6156] = {.lex_state = 213}, + [6157] = {.lex_state = 213}, + [6158] = {.lex_state = 213}, + [6159] = {.lex_state = 213}, + [6160] = {.lex_state = 213}, + [6161] = {.lex_state = 238}, + [6162] = {.lex_state = 213}, + [6163] = {.lex_state = 213}, + [6164] = {.lex_state = 213}, + [6165] = {.lex_state = 213}, + [6166] = {.lex_state = 238}, + [6167] = {.lex_state = 238}, + [6168] = {.lex_state = 238}, + [6169] = {.lex_state = 238}, + [6170] = {.lex_state = 239}, + [6171] = {.lex_state = 238}, + [6172] = {.lex_state = 238}, + [6173] = {.lex_state = 238}, [6174] = {.lex_state = 193}, [6175] = {.lex_state = 239}, [6176] = {.lex_state = 193}, - [6177] = {.lex_state = 239}, - [6178] = {.lex_state = 213}, - [6179] = {.lex_state = 239}, + [6177] = {.lex_state = 193}, + [6178] = {.lex_state = 193}, + [6179] = {.lex_state = 213}, [6180] = {.lex_state = 239}, [6181] = {.lex_state = 239}, - [6182] = {.lex_state = 213}, - [6183] = {.lex_state = 213}, - [6184] = {.lex_state = 213}, - [6185] = {.lex_state = 213}, - [6186] = {.lex_state = 193}, - [6187] = {.lex_state = 193}, + [6182] = {.lex_state = 239}, + [6183] = {.lex_state = 239}, + [6184] = {.lex_state = 239}, + [6185] = {.lex_state = 239}, + [6186] = {.lex_state = 213}, + [6187] = {.lex_state = 239}, [6188] = {.lex_state = 193}, - [6189] = {.lex_state = 213}, - [6190] = {.lex_state = 213}, - [6191] = {.lex_state = 213}, - [6192] = {.lex_state = 213}, - [6193] = {.lex_state = 193}, - [6194] = {.lex_state = 213}, - [6195] = {.lex_state = 193}, - [6196] = {.lex_state = 213}, - [6197] = {.lex_state = 213}, - [6198] = {.lex_state = 239}, + [6189] = {.lex_state = 193}, + [6190] = {.lex_state = 193}, + [6191] = {.lex_state = 238}, + [6192] = {.lex_state = 238}, + [6193] = {.lex_state = 238}, + [6194] = {.lex_state = 238}, + [6195] = {.lex_state = 238}, + [6196] = {.lex_state = 238}, + [6197] = {.lex_state = 238}, + [6198] = {.lex_state = 238}, [6199] = {.lex_state = 193}, - [6200] = {.lex_state = 239}, - [6201] = {.lex_state = 238}, - [6202] = {.lex_state = 231}, - [6203] = {.lex_state = 238}, - [6204] = {.lex_state = 238}, - [6205] = {.lex_state = 238}, - [6206] = {.lex_state = 238}, - [6207] = {.lex_state = 238}, - [6208] = {.lex_state = 239}, + [6200] = {.lex_state = 193}, + [6201] = {.lex_state = 193}, + [6202] = {.lex_state = 193}, + [6203] = {.lex_state = 193}, + [6204] = {.lex_state = 193}, + [6205] = {.lex_state = 193}, + [6206] = {.lex_state = 239}, + [6207] = {.lex_state = 193}, + [6208] = {.lex_state = 193}, [6209] = {.lex_state = 239}, - [6210] = {.lex_state = 213}, - [6211] = {.lex_state = 238}, - [6212] = {.lex_state = 238}, - [6213] = {.lex_state = 238}, - [6214] = {.lex_state = 193}, - [6215] = {.lex_state = 193}, - [6216] = {.lex_state = 213}, + [6210] = {.lex_state = 238}, + [6211] = {.lex_state = 193}, + [6212] = {.lex_state = 193}, + [6213] = {.lex_state = 193}, + [6214] = {.lex_state = 231}, + [6215] = {.lex_state = 239}, + [6216] = {.lex_state = 231}, [6217] = {.lex_state = 193}, - [6218] = {.lex_state = 238}, - [6219] = {.lex_state = 213}, - [6220] = {.lex_state = 231}, + [6218] = {.lex_state = 193}, + [6219] = {.lex_state = 239}, + [6220] = {.lex_state = 193}, [6221] = {.lex_state = 193}, - [6222] = {.lex_state = 213}, - [6223] = {.lex_state = 193}, - [6224] = {.lex_state = 193}, - [6225] = {.lex_state = 239}, + [6222] = {.lex_state = 193}, + [6223] = {.lex_state = 231}, + [6224] = {.lex_state = 238}, + [6225] = {.lex_state = 231}, [6226] = {.lex_state = 193}, - [6227] = {.lex_state = 213}, - [6228] = {.lex_state = 238}, - [6229] = {.lex_state = 173}, - [6230] = {.lex_state = 239}, + [6227] = {.lex_state = 193}, + [6228] = {.lex_state = 239}, + [6229] = {.lex_state = 193}, + [6230] = {.lex_state = 191}, [6231] = {.lex_state = 191}, - [6232] = {.lex_state = 238}, + [6232] = {.lex_state = 193}, [6233] = {.lex_state = 191}, - [6234] = {.lex_state = 191}, - [6235] = {.lex_state = 193}, - [6236] = {.lex_state = 191}, - [6237] = {.lex_state = 193}, - [6238] = {.lex_state = 191}, - [6239] = {.lex_state = 239}, - [6240] = {.lex_state = 239}, - [6241] = {.lex_state = 239}, - [6242] = {.lex_state = 239}, - [6243] = {.lex_state = 239}, - [6244] = {.lex_state = 191}, - [6245] = {.lex_state = 173}, + [6234] = {.lex_state = 239}, + [6235] = {.lex_state = 239}, + [6236] = {.lex_state = 235}, + [6237] = {.lex_state = 235}, + [6238] = {.lex_state = 235}, + [6239] = {.lex_state = 235}, + [6240] = {.lex_state = 191}, + [6241] = {.lex_state = 235}, + [6242] = {.lex_state = 235}, + [6243] = {.lex_state = 235}, + [6244] = {.lex_state = 235}, + [6245] = {.lex_state = 239}, [6246] = {.lex_state = 239}, - [6247] = {.lex_state = 239}, - [6248] = {.lex_state = 239}, - [6249] = {.lex_state = 239}, - [6250] = {.lex_state = 191}, - [6251] = {.lex_state = 193}, + [6247] = {.lex_state = 191}, + [6248] = {.lex_state = 193}, + [6249] = {.lex_state = 191}, + [6250] = {.lex_state = 173}, + [6251] = {.lex_state = 239}, [6252] = {.lex_state = 195}, - [6253] = {.lex_state = 191}, - [6254] = {.lex_state = 191}, - [6255] = {.lex_state = 173}, - [6256] = {.lex_state = 195}, - [6257] = {.lex_state = 239}, - [6258] = {.lex_state = 239}, + [6253] = {.lex_state = 195}, + [6254] = {.lex_state = 195}, + [6255] = {.lex_state = 195}, + [6256] = {.lex_state = 193}, + [6257] = {.lex_state = 173}, + [6258] = {.lex_state = 195}, [6259] = {.lex_state = 195}, - [6260] = {.lex_state = 193}, - [6261] = {.lex_state = 239}, - [6262] = {.lex_state = 235}, - [6263] = {.lex_state = 238}, - [6264] = {.lex_state = 195}, - [6265] = {.lex_state = 235}, - [6266] = {.lex_state = 238}, - [6267] = {.lex_state = 195}, - [6268] = {.lex_state = 191}, - [6269] = {.lex_state = 235}, - [6270] = {.lex_state = 239}, - [6271] = {.lex_state = 193}, - [6272] = {.lex_state = 195}, - [6273] = {.lex_state = 239}, - [6274] = {.lex_state = 195}, - [6275] = {.lex_state = 239}, - [6276] = {.lex_state = 235}, - [6277] = {.lex_state = 239}, - [6278] = {.lex_state = 235}, - [6279] = {.lex_state = 235}, + [6260] = {.lex_state = 195}, + [6261] = {.lex_state = 195}, + [6262] = {.lex_state = 239}, + [6263] = {.lex_state = 239}, + [6264] = {.lex_state = 191}, + [6265] = {.lex_state = 239}, + [6266] = {.lex_state = 239}, + [6267] = {.lex_state = 193}, + [6268] = {.lex_state = 239}, + [6269] = {.lex_state = 239}, + [6270] = {.lex_state = 193}, + [6271] = {.lex_state = 191}, + [6272] = {.lex_state = 239}, + [6273] = {.lex_state = 191}, + [6274] = {.lex_state = 191}, + [6275] = {.lex_state = 238}, + [6276] = {.lex_state = 238}, + [6277] = {.lex_state = 191}, + [6278] = {.lex_state = 191}, + [6279] = {.lex_state = 239}, [6280] = {.lex_state = 239}, - [6281] = {.lex_state = 195}, - [6282] = {.lex_state = 239}, - [6283] = {.lex_state = 191}, - [6284] = {.lex_state = 191}, + [6281] = {.lex_state = 239}, + [6282] = {.lex_state = 191}, + [6283] = {.lex_state = 238}, + [6284] = {.lex_state = 173}, [6285] = {.lex_state = 191}, - [6286] = {.lex_state = 193}, + [6286] = {.lex_state = 191}, [6287] = {.lex_state = 191}, - [6288] = {.lex_state = 239}, + [6288] = {.lex_state = 193}, [6289] = {.lex_state = 193}, - [6290] = {.lex_state = 191}, - [6291] = {.lex_state = 238}, - [6292] = {.lex_state = 193}, - [6293] = {.lex_state = 191}, - [6294] = {.lex_state = 235}, + [6290] = {.lex_state = 239}, + [6291] = {.lex_state = 193}, + [6292] = {.lex_state = 191}, + [6293] = {.lex_state = 239}, + [6294] = {.lex_state = 238}, [6295] = {.lex_state = 239}, - [6296] = {.lex_state = 191}, - [6297] = {.lex_state = 191}, - [6298] = {.lex_state = 193}, - [6299] = {.lex_state = 191}, + [6296] = {.lex_state = 238}, + [6297] = {.lex_state = 239}, + [6298] = {.lex_state = 191}, + [6299] = {.lex_state = 239}, [6300] = {.lex_state = 191}, - [6301] = {.lex_state = 235}, + [6301] = {.lex_state = 191}, [6302] = {.lex_state = 193}, [6303] = {.lex_state = 193}, - [6304] = {.lex_state = 239}, + [6304] = {.lex_state = 193}, [6305] = {.lex_state = 193}, - [6306] = {.lex_state = 197}, - [6307] = {.lex_state = 193}, - [6308] = {.lex_state = 239}, + [6306] = {.lex_state = 193}, + [6307] = {.lex_state = 197}, + [6308] = {.lex_state = 193}, [6309] = {.lex_state = 193}, [6310] = {.lex_state = 193}, - [6311] = {.lex_state = 193}, - [6312] = {.lex_state = 197}, - [6313] = {.lex_state = 239}, - [6314] = {.lex_state = 239}, - [6315] = {.lex_state = 239}, + [6311] = {.lex_state = 239}, + [6312] = {.lex_state = 239}, + [6313] = {.lex_state = 193}, + [6314] = {.lex_state = 193}, + [6315] = {.lex_state = 193}, [6316] = {.lex_state = 193}, [6317] = {.lex_state = 193}, - [6318] = {.lex_state = 193}, - [6319] = {.lex_state = 193}, - [6320] = {.lex_state = 193}, - [6321] = {.lex_state = 239}, + [6318] = {.lex_state = 239}, + [6319] = {.lex_state = 197}, + [6320] = {.lex_state = 239}, + [6321] = {.lex_state = 193}, [6322] = {.lex_state = 193}, - [6323] = {.lex_state = 193}, + [6323] = {.lex_state = 201}, [6324] = {.lex_state = 193}, - [6325] = {.lex_state = 197}, + [6325] = {.lex_state = 193}, [6326] = {.lex_state = 239}, - [6327] = {.lex_state = 193}, + [6327] = {.lex_state = 239}, [6328] = {.lex_state = 193}, - [6329] = {.lex_state = 193}, - [6330] = {.lex_state = 193}, - [6331] = {.lex_state = 193}, + [6329] = {.lex_state = 197}, + [6330] = {.lex_state = 239}, + [6331] = {.lex_state = 0}, [6332] = {.lex_state = 197}, [6333] = {.lex_state = 197}, [6334] = {.lex_state = 193}, [6335] = {.lex_state = 197}, - [6336] = {.lex_state = 239}, - [6337] = {.lex_state = 0}, - [6338] = {.lex_state = 197}, - [6339] = {.lex_state = 193}, + [6336] = {.lex_state = 193}, + [6337] = {.lex_state = 193}, + [6338] = {.lex_state = 193}, + [6339] = {.lex_state = 239}, [6340] = {.lex_state = 193}, - [6341] = {.lex_state = 239}, + [6341] = {.lex_state = 193}, [6342] = {.lex_state = 193}, - [6343] = {.lex_state = 239}, + [6343] = {.lex_state = 197}, [6344] = {.lex_state = 193}, - [6345] = {.lex_state = 193}, - [6346] = {.lex_state = 193}, - [6347] = {.lex_state = 197}, - [6348] = {.lex_state = 201}, + [6345] = {.lex_state = 197}, + [6346] = {.lex_state = 239}, + [6347] = {.lex_state = 193}, + [6348] = {.lex_state = 239}, [6349] = {.lex_state = 193}, - [6350] = {.lex_state = 193}, - [6351] = {.lex_state = 195}, + [6350] = {.lex_state = 235}, + [6351] = {.lex_state = 194}, [6352] = {.lex_state = 193}, [6353] = {.lex_state = 193}, [6354] = {.lex_state = 193}, [6355] = {.lex_state = 193}, - [6356] = {.lex_state = 213}, + [6356] = {.lex_state = 235}, [6357] = {.lex_state = 193}, - [6358] = {.lex_state = 213}, - [6359] = {.lex_state = 193}, - [6360] = {.lex_state = 239}, + [6358] = {.lex_state = 194}, + [6359] = {.lex_state = 235}, + [6360] = {.lex_state = 194}, [6361] = {.lex_state = 193}, - [6362] = {.lex_state = 213}, - [6363] = {.lex_state = 193}, - [6364] = {.lex_state = 239}, + [6362] = {.lex_state = 193}, + [6363] = {.lex_state = 191}, + [6364] = {.lex_state = 193}, [6365] = {.lex_state = 193}, - [6366] = {.lex_state = 193}, - [6367] = {.lex_state = 191}, - [6368] = {.lex_state = 195}, - [6369] = {.lex_state = 226}, + [6366] = {.lex_state = 195}, + [6367] = {.lex_state = 193}, + [6368] = {.lex_state = 193}, + [6369] = {.lex_state = 193}, [6370] = {.lex_state = 193}, - [6371] = {.lex_state = 193}, - [6372] = {.lex_state = 195}, - [6373] = {.lex_state = 235}, - [6374] = {.lex_state = 193}, - [6375] = {.lex_state = 195}, + [6371] = {.lex_state = 194}, + [6372] = {.lex_state = 193}, + [6373] = {.lex_state = 193}, + [6374] = {.lex_state = 213}, + [6375] = {.lex_state = 194}, [6376] = {.lex_state = 193}, - [6377] = {.lex_state = 235}, - [6378] = {.lex_state = 239}, + [6377] = {.lex_state = 213}, + [6378] = {.lex_state = 235}, [6379] = {.lex_state = 193}, - [6380] = {.lex_state = 239}, - [6381] = {.lex_state = 194}, - [6382] = {.lex_state = 193}, + [6380] = {.lex_state = 193}, + [6381] = {.lex_state = 193}, + [6382] = {.lex_state = 194}, [6383] = {.lex_state = 193}, - [6384] = {.lex_state = 235}, + [6384] = {.lex_state = 193}, [6385] = {.lex_state = 193}, - [6386] = {.lex_state = 193}, - [6387] = {.lex_state = 193}, + [6386] = {.lex_state = 194}, + [6387] = {.lex_state = 195}, [6388] = {.lex_state = 193}, - [6389] = {.lex_state = 193}, - [6390] = {.lex_state = 239}, - [6391] = {.lex_state = 213}, + [6389] = {.lex_state = 195}, + [6390] = {.lex_state = 193}, + [6391] = {.lex_state = 195}, [6392] = {.lex_state = 193}, - [6393] = {.lex_state = 193}, - [6394] = {.lex_state = 194}, + [6393] = {.lex_state = 213}, + [6394] = {.lex_state = 213}, [6395] = {.lex_state = 193}, - [6396] = {.lex_state = 239}, - [6397] = {.lex_state = 194}, - [6398] = {.lex_state = 194}, - [6399] = {.lex_state = 194}, - [6400] = {.lex_state = 213}, + [6396] = {.lex_state = 193}, + [6397] = {.lex_state = 195}, + [6398] = {.lex_state = 213}, + [6399] = {.lex_state = 213}, + [6400] = {.lex_state = 195}, [6401] = {.lex_state = 193}, - [6402] = {.lex_state = 235}, - [6403] = {.lex_state = 235}, - [6404] = {.lex_state = 193}, - [6405] = {.lex_state = 193}, - [6406] = {.lex_state = 193}, - [6407] = {.lex_state = 213}, - [6408] = {.lex_state = 193}, - [6409] = {.lex_state = 194}, - [6410] = {.lex_state = 193}, + [6402] = {.lex_state = 195}, + [6403] = {.lex_state = 193}, + [6404] = {.lex_state = 195}, + [6405] = {.lex_state = 195}, + [6406] = {.lex_state = 195}, + [6407] = {.lex_state = 193}, + [6408] = {.lex_state = 195}, + [6409] = {.lex_state = 193}, + [6410] = {.lex_state = 194}, [6411] = {.lex_state = 193}, - [6412] = {.lex_state = 195}, - [6413] = {.lex_state = 194}, + [6412] = {.lex_state = 193}, + [6413] = {.lex_state = 193}, [6414] = {.lex_state = 193}, [6415] = {.lex_state = 193}, - [6416] = {.lex_state = 195}, + [6416] = {.lex_state = 193}, [6417] = {.lex_state = 193}, [6418] = {.lex_state = 193}, - [6419] = {.lex_state = 193}, - [6420] = {.lex_state = 193}, - [6421] = {.lex_state = 195}, - [6422] = {.lex_state = 226}, - [6423] = {.lex_state = 193}, - [6424] = {.lex_state = 194}, + [6419] = {.lex_state = 194}, + [6420] = {.lex_state = 194}, + [6421] = {.lex_state = 194}, + [6422] = {.lex_state = 195}, + [6423] = {.lex_state = 194}, + [6424] = {.lex_state = 193}, [6425] = {.lex_state = 193}, - [6426] = {.lex_state = 195}, - [6427] = {.lex_state = 193}, - [6428] = {.lex_state = 194}, - [6429] = {.lex_state = 193}, - [6430] = {.lex_state = 195}, - [6431] = {.lex_state = 194}, - [6432] = {.lex_state = 194}, - [6433] = {.lex_state = 193}, - [6434] = {.lex_state = 239}, - [6435] = {.lex_state = 193}, - [6436] = {.lex_state = 235}, - [6437] = {.lex_state = 235}, - [6438] = {.lex_state = 193}, - [6439] = {.lex_state = 213}, - [6440] = {.lex_state = 213}, - [6441] = {.lex_state = 194}, - [6442] = {.lex_state = 193}, - [6443] = {.lex_state = 194}, + [6426] = {.lex_state = 193}, + [6427] = {.lex_state = 235}, + [6428] = {.lex_state = 193}, + [6429] = {.lex_state = 235}, + [6430] = {.lex_state = 239}, + [6431] = {.lex_state = 193}, + [6432] = {.lex_state = 193}, + [6433] = {.lex_state = 194}, + [6434] = {.lex_state = 193}, + [6435] = {.lex_state = 194}, + [6436] = {.lex_state = 194}, + [6437] = {.lex_state = 194}, + [6438] = {.lex_state = 239}, + [6439] = {.lex_state = 239}, + [6440] = {.lex_state = 239}, + [6441] = {.lex_state = 239}, + [6442] = {.lex_state = 239}, + [6443] = {.lex_state = 239}, [6444] = {.lex_state = 193}, [6445] = {.lex_state = 193}, - [6446] = {.lex_state = 235}, - [6447] = {.lex_state = 195}, - [6448] = {.lex_state = 194}, + [6446] = {.lex_state = 193}, + [6447] = {.lex_state = 226}, + [6448] = {.lex_state = 226}, [6449] = {.lex_state = 193}, - [6450] = {.lex_state = 193}, - [6451] = {.lex_state = 194}, - [6452] = {.lex_state = 195}, - [6453] = {.lex_state = 193}, - [6454] = {.lex_state = 195}, - [6455] = {.lex_state = 193}, - [6456] = {.lex_state = 194}, - [6457] = {.lex_state = 235}, - [6458] = {.lex_state = 336}, - [6459] = {.lex_state = 235}, + [6450] = {.lex_state = 235}, + [6451] = {.lex_state = 193}, + [6452] = {.lex_state = 193}, + [6453] = {.lex_state = 213}, + [6454] = {.lex_state = 193}, + [6455] = {.lex_state = 235}, + [6456] = {.lex_state = 213}, + [6457] = {.lex_state = 213}, + [6458] = {.lex_state = 213}, + [6459] = {.lex_state = 238}, [6460] = {.lex_state = 213}, - [6461] = {.lex_state = 222}, + [6461] = {.lex_state = 213}, [6462] = {.lex_state = 213}, - [6463] = {.lex_state = 222}, - [6464] = {.lex_state = 222}, - [6465] = {.lex_state = 222}, - [6466] = {.lex_state = 213}, - [6467] = {.lex_state = 178}, - [6468] = {.lex_state = 193}, + [6463] = {.lex_state = 235}, + [6464] = {.lex_state = 193}, + [6465] = {.lex_state = 235}, + [6466] = {.lex_state = 235}, + [6467] = {.lex_state = 238}, + [6468] = {.lex_state = 178}, [6469] = {.lex_state = 238}, - [6470] = {.lex_state = 222}, - [6471] = {.lex_state = 194}, - [6472] = {.lex_state = 213}, - [6473] = {.lex_state = 238}, - [6474] = {.lex_state = 193}, - [6475] = {.lex_state = 213}, - [6476] = {.lex_state = 238}, + [6470] = {.lex_state = 238}, + [6471] = {.lex_state = 238}, + [6472] = {.lex_state = 222}, + [6473] = {.lex_state = 213}, + [6474] = {.lex_state = 213}, + [6475] = {.lex_state = 222}, + [6476] = {.lex_state = 193}, [6477] = {.lex_state = 222}, - [6478] = {.lex_state = 213}, - [6479] = {.lex_state = 222}, - [6480] = {.lex_state = 222}, - [6481] = {.lex_state = 213}, + [6478] = {.lex_state = 193}, + [6479] = {.lex_state = 213}, + [6480] = {.lex_state = 235}, + [6481] = {.lex_state = 178}, [6482] = {.lex_state = 222}, - [6483] = {.lex_state = 238}, - [6484] = {.lex_state = 213}, + [6483] = {.lex_state = 222}, + [6484] = {.lex_state = 336}, [6485] = {.lex_state = 222}, [6486] = {.lex_state = 222}, - [6487] = {.lex_state = 193}, - [6488] = {.lex_state = 193}, - [6489] = {.lex_state = 238}, - [6490] = {.lex_state = 193}, + [6487] = {.lex_state = 222}, + [6488] = {.lex_state = 222}, + [6489] = {.lex_state = 193}, + [6490] = {.lex_state = 238}, [6491] = {.lex_state = 238}, [6492] = {.lex_state = 222}, [6493] = {.lex_state = 222}, - [6494] = {.lex_state = 238}, - [6495] = {.lex_state = 193}, - [6496] = {.lex_state = 213}, - [6497] = {.lex_state = 178}, - [6498] = {.lex_state = 235}, - [6499] = {.lex_state = 235}, - [6500] = {.lex_state = 238}, - [6501] = {.lex_state = 195}, - [6502] = {.lex_state = 193}, + [6494] = {.lex_state = 222}, + [6495] = {.lex_state = 238}, + [6496] = {.lex_state = 194}, + [6497] = {.lex_state = 193}, + [6498] = {.lex_state = 213}, + [6499] = {.lex_state = 222}, + [6500] = {.lex_state = 193}, + [6501] = {.lex_state = 193}, + [6502] = {.lex_state = 232}, [6503] = {.lex_state = 193}, [6504] = {.lex_state = 193}, - [6505] = {.lex_state = 336}, + [6505] = {.lex_state = 195}, [6506] = {.lex_state = 193}, [6507] = {.lex_state = 193}, [6508] = {.lex_state = 193}, [6509] = {.lex_state = 193}, [6510] = {.lex_state = 193}, - [6511] = {.lex_state = 193}, - [6512] = {.lex_state = 193}, + [6511] = {.lex_state = 336}, + [6512] = {.lex_state = 201}, [6513] = {.lex_state = 193}, - [6514] = {.lex_state = 193}, + [6514] = {.lex_state = 195}, [6515] = {.lex_state = 193}, - [6516] = {.lex_state = 336}, + [6516] = {.lex_state = 232}, [6517] = {.lex_state = 193}, - [6518] = {.lex_state = 195}, + [6518] = {.lex_state = 193}, [6519] = {.lex_state = 193}, [6520] = {.lex_state = 193}, - [6521] = {.lex_state = 336}, - [6522] = {.lex_state = 336}, - [6523] = {.lex_state = 195}, - [6524] = {.lex_state = 193}, - [6525] = {.lex_state = 232}, - [6526] = {.lex_state = 201}, - [6527] = {.lex_state = 195}, - [6528] = {.lex_state = 193}, + [6521] = {.lex_state = 193}, + [6522] = {.lex_state = 201}, + [6523] = {.lex_state = 193}, + [6524] = {.lex_state = 195}, + [6525] = {.lex_state = 193}, + [6526] = {.lex_state = 193}, + [6527] = {.lex_state = 193}, + [6528] = {.lex_state = 232}, [6529] = {.lex_state = 193}, [6530] = {.lex_state = 193}, [6531] = {.lex_state = 193}, [6532] = {.lex_state = 193}, - [6533] = {.lex_state = 193}, + [6533] = {.lex_state = 232}, [6534] = {.lex_state = 193}, [6535] = {.lex_state = 193}, - [6536] = {.lex_state = 193}, + [6536] = {.lex_state = 195}, [6537] = {.lex_state = 195}, [6538] = {.lex_state = 336}, [6539] = {.lex_state = 336}, - [6540] = {.lex_state = 336}, - [6541] = {.lex_state = 232}, - [6542] = {.lex_state = 193}, - [6543] = {.lex_state = 195}, - [6544] = {.lex_state = 193}, - [6545] = {.lex_state = 201}, - [6546] = {.lex_state = 193}, - [6547] = {.lex_state = 195}, + [6540] = {.lex_state = 193}, + [6541] = {.lex_state = 193}, + [6542] = {.lex_state = 336}, + [6543] = {.lex_state = 193}, + [6544] = {.lex_state = 336}, + [6545] = {.lex_state = 193}, + [6546] = {.lex_state = 336}, + [6547] = {.lex_state = 193}, [6548] = {.lex_state = 193}, - [6549] = {.lex_state = 232}, + [6549] = {.lex_state = 193}, [6550] = {.lex_state = 193}, - [6551] = {.lex_state = 193}, - [6552] = {.lex_state = 195}, - [6553] = {.lex_state = 232}, - [6554] = {.lex_state = 193}, + [6551] = {.lex_state = 195}, + [6552] = {.lex_state = 336}, + [6553] = {.lex_state = 193}, + [6554] = {.lex_state = 195}, [6555] = {.lex_state = 193}, - [6556] = {.lex_state = 193}, + [6556] = {.lex_state = 195}, [6557] = {.lex_state = 193}, - [6558] = {.lex_state = 213}, - [6559] = {.lex_state = 195}, - [6560] = {.lex_state = 197}, - [6561] = {.lex_state = 173}, - [6562] = {.lex_state = 336}, - [6563] = {.lex_state = 238}, - [6564] = {.lex_state = 213}, - [6565] = {.lex_state = 235}, - [6566] = {.lex_state = 193}, - [6567] = {.lex_state = 336}, + [6558] = {.lex_state = 336}, + [6559] = {.lex_state = 336}, + [6560] = {.lex_state = 235}, + [6561] = {.lex_state = 195}, + [6562] = {.lex_state = 235}, + [6563] = {.lex_state = 240}, + [6564] = {.lex_state = 222}, + [6565] = {.lex_state = 336}, + [6566] = {.lex_state = 336}, + [6567] = {.lex_state = 222}, [6568] = {.lex_state = 336}, - [6569] = {.lex_state = 194}, + [6569] = {.lex_state = 336}, [6570] = {.lex_state = 336}, - [6571] = {.lex_state = 336}, - [6572] = {.lex_state = 336}, - [6573] = {.lex_state = 197}, - [6574] = {.lex_state = 336}, - [6575] = {.lex_state = 213}, - [6576] = {.lex_state = 336}, - [6577] = {.lex_state = 195}, - [6578] = {.lex_state = 235}, - [6579] = {.lex_state = 336}, - [6580] = {.lex_state = 336}, - [6581] = {.lex_state = 238}, + [6571] = {.lex_state = 213}, + [6572] = {.lex_state = 195}, + [6573] = {.lex_state = 336}, + [6574] = {.lex_state = 197}, + [6575] = {.lex_state = 336}, + [6576] = {.lex_state = 197}, + [6577] = {.lex_state = 336}, + [6578] = {.lex_state = 197}, + [6579] = {.lex_state = 213}, + [6580] = {.lex_state = 197}, + [6581] = {.lex_state = 173}, [6582] = {.lex_state = 336}, - [6583] = {.lex_state = 240}, + [6583] = {.lex_state = 336}, [6584] = {.lex_state = 336}, - [6585] = {.lex_state = 235}, - [6586] = {.lex_state = 194}, - [6587] = {.lex_state = 222}, - [6588] = {.lex_state = 235}, - [6589] = {.lex_state = 336}, - [6590] = {.lex_state = 194}, - [6591] = {.lex_state = 336}, - [6592] = {.lex_state = 336}, - [6593] = {.lex_state = 197}, - [6594] = {.lex_state = 194}, + [6585] = {.lex_state = 336}, + [6586] = {.lex_state = 336}, + [6587] = {.lex_state = 336}, + [6588] = {.lex_state = 213}, + [6589] = {.lex_state = 238}, + [6590] = {.lex_state = 336}, + [6591] = {.lex_state = 195}, + [6592] = {.lex_state = 193}, + [6593] = {.lex_state = 235}, + [6594] = {.lex_state = 235}, [6595] = {.lex_state = 336}, - [6596] = {.lex_state = 197}, - [6597] = {.lex_state = 197}, - [6598] = {.lex_state = 213}, - [6599] = {.lex_state = 235}, - [6600] = {.lex_state = 195}, - [6601] = {.lex_state = 193}, - [6602] = {.lex_state = 336}, - [6603] = {.lex_state = 336}, - [6604] = {.lex_state = 195}, - [6605] = {.lex_state = 336}, - [6606] = {.lex_state = 336}, - [6607] = {.lex_state = 173}, - [6608] = {.lex_state = 222}, - [6609] = {.lex_state = 197}, - [6610] = {.lex_state = 195}, - [6611] = {.lex_state = 336}, - [6612] = {.lex_state = 197}, + [6596] = {.lex_state = 336}, + [6597] = {.lex_state = 235}, + [6598] = {.lex_state = 194}, + [6599] = {.lex_state = 194}, + [6600] = {.lex_state = 213}, + [6601] = {.lex_state = 238}, + [6602] = {.lex_state = 193}, + [6603] = {.lex_state = 194}, + [6604] = {.lex_state = 194}, + [6605] = {.lex_state = 173}, + [6606] = {.lex_state = 235}, + [6607] = {.lex_state = 336}, + [6608] = {.lex_state = 336}, + [6609] = {.lex_state = 195}, + [6610] = {.lex_state = 336}, + [6611] = {.lex_state = 195}, + [6612] = {.lex_state = 336}, [6613] = {.lex_state = 336}, - [6614] = {.lex_state = 336}, + [6614] = {.lex_state = 195}, [6615] = {.lex_state = 197}, - [6616] = {.lex_state = 195}, - [6617] = {.lex_state = 336}, - [6618] = {.lex_state = 336}, - [6619] = {.lex_state = 235}, - [6620] = {.lex_state = 193}, - [6621] = {.lex_state = 235}, - [6622] = {.lex_state = 193}, - [6623] = {.lex_state = 193}, - [6624] = {.lex_state = 336}, - [6625] = {.lex_state = 193}, + [6616] = {.lex_state = 197}, + [6617] = {.lex_state = 197}, + [6618] = {.lex_state = 197}, + [6619] = {.lex_state = 336}, + [6620] = {.lex_state = 201}, + [6621] = {.lex_state = 336}, + [6622] = {.lex_state = 173}, + [6623] = {.lex_state = 173}, + [6624] = {.lex_state = 238}, + [6625] = {.lex_state = 173}, [6626] = {.lex_state = 173}, - [6627] = {.lex_state = 193}, - [6628] = {.lex_state = 235}, - [6629] = {.lex_state = 173}, - [6630] = {.lex_state = 336}, - [6631] = {.lex_state = 193}, - [6632] = {.lex_state = 173}, - [6633] = {.lex_state = 173}, - [6634] = {.lex_state = 193}, - [6635] = {.lex_state = 213}, - [6636] = {.lex_state = 193}, - [6637] = {.lex_state = 173}, + [6627] = {.lex_state = 336}, + [6628] = {.lex_state = 213}, + [6629] = {.lex_state = 336}, + [6630] = {.lex_state = 193}, + [6631] = {.lex_state = 195}, + [6632] = {.lex_state = 193}, + [6633] = {.lex_state = 336}, + [6634] = {.lex_state = 173}, + [6635] = {.lex_state = 336}, + [6636] = {.lex_state = 173}, + [6637] = {.lex_state = 193}, [6638] = {.lex_state = 193}, - [6639] = {.lex_state = 173}, - [6640] = {.lex_state = 336}, - [6641] = {.lex_state = 201}, + [6639] = {.lex_state = 195}, + [6640] = {.lex_state = 193}, + [6641] = {.lex_state = 193}, [6642] = {.lex_state = 173}, - [6643] = {.lex_state = 173}, - [6644] = {.lex_state = 336}, - [6645] = {.lex_state = 195}, - [6646] = {.lex_state = 193}, - [6647] = {.lex_state = 336}, - [6648] = {.lex_state = 173}, - [6649] = {.lex_state = 173}, - [6650] = {.lex_state = 336}, - [6651] = {.lex_state = 195}, - [6652] = {.lex_state = 201}, - [6653] = {.lex_state = 336}, - [6654] = {.lex_state = 173}, - [6655] = {.lex_state = 238}, - [6656] = {.lex_state = 201}, - [6657] = {.lex_state = 336}, - [6658] = {.lex_state = 193}, - [6659] = {.lex_state = 173}, - [6660] = {.lex_state = 336}, - [6661] = {.lex_state = 173}, - [6662] = {.lex_state = 173}, - [6663] = {.lex_state = 173}, - [6664] = {.lex_state = 173}, - [6665] = {.lex_state = 336}, - [6666] = {.lex_state = 173}, - [6667] = {.lex_state = 195}, + [6643] = {.lex_state = 336}, + [6644] = {.lex_state = 173}, + [6645] = {.lex_state = 173}, + [6646] = {.lex_state = 173}, + [6647] = {.lex_state = 173}, + [6648] = {.lex_state = 336}, + [6649] = {.lex_state = 193}, + [6650] = {.lex_state = 193}, + [6651] = {.lex_state = 336}, + [6652] = {.lex_state = 193}, + [6653] = {.lex_state = 213}, + [6654] = {.lex_state = 193}, + [6655] = {.lex_state = 195}, + [6656] = {.lex_state = 193}, + [6657] = {.lex_state = 193}, + [6658] = {.lex_state = 173}, + [6659] = {.lex_state = 193}, + [6660] = {.lex_state = 173}, + [6661] = {.lex_state = 193}, + [6662] = {.lex_state = 193}, + [6663] = {.lex_state = 235}, + [6664] = {.lex_state = 193}, + [6665] = {.lex_state = 193}, + [6666] = {.lex_state = 193}, + [6667] = {.lex_state = 193}, [6668] = {.lex_state = 173}, - [6669] = {.lex_state = 173}, - [6670] = {.lex_state = 173}, - [6671] = {.lex_state = 173}, - [6672] = {.lex_state = 336}, - [6673] = {.lex_state = 193}, - [6674] = {.lex_state = 193}, + [6669] = {.lex_state = 336}, + [6670] = {.lex_state = 336}, + [6671] = {.lex_state = 213}, + [6672] = {.lex_state = 173}, + [6673] = {.lex_state = 173}, + [6674] = {.lex_state = 173}, [6675] = {.lex_state = 193}, - [6676] = {.lex_state = 193}, - [6677] = {.lex_state = 193}, - [6678] = {.lex_state = 193}, - [6679] = {.lex_state = 173}, - [6680] = {.lex_state = 193}, - [6681] = {.lex_state = 213}, + [6676] = {.lex_state = 336}, + [6677] = {.lex_state = 201}, + [6678] = {.lex_state = 195}, + [6679] = {.lex_state = 195}, + [6680] = {.lex_state = 173}, + [6681] = {.lex_state = 173}, [6682] = {.lex_state = 193}, - [6683] = {.lex_state = 195}, - [6684] = {.lex_state = 193}, + [6683] = {.lex_state = 193}, + [6684] = {.lex_state = 173}, [6685] = {.lex_state = 193}, - [6686] = {.lex_state = 193}, - [6687] = {.lex_state = 193}, - [6688] = {.lex_state = 173}, + [6686] = {.lex_state = 173}, + [6687] = {.lex_state = 201}, + [6688] = {.lex_state = 336}, [6689] = {.lex_state = 193}, - [6690] = {.lex_state = 213}, - [6691] = {.lex_state = 195}, - [6692] = {.lex_state = 336}, - [6693] = {.lex_state = 193}, - [6694] = {.lex_state = 193}, - [6695] = {.lex_state = 0}, - [6696] = {.lex_state = 193}, - [6697] = {.lex_state = 193}, - [6698] = {.lex_state = 193}, + [6690] = {.lex_state = 193}, + [6691] = {.lex_state = 235}, + [6692] = {.lex_state = 193}, + [6693] = {.lex_state = 173}, + [6694] = {.lex_state = 173}, + [6695] = {.lex_state = 193}, + [6696] = {.lex_state = 195}, + [6697] = {.lex_state = 191}, + [6698] = {.lex_state = 235}, [6699] = {.lex_state = 193}, [6700] = {.lex_state = 193}, - [6701] = {.lex_state = 193}, - [6702] = {.lex_state = 193}, - [6703] = {.lex_state = 235}, - [6704] = {.lex_state = 193}, + [6701] = {.lex_state = 336}, + [6702] = {.lex_state = 191}, + [6703] = {.lex_state = 336}, + [6704] = {.lex_state = 336}, [6705] = {.lex_state = 193}, [6706] = {.lex_state = 193}, - [6707] = {.lex_state = 193}, - [6708] = {.lex_state = 336}, + [6707] = {.lex_state = 235}, + [6708] = {.lex_state = 191}, [6709] = {.lex_state = 193}, - [6710] = {.lex_state = 193}, + [6710] = {.lex_state = 235}, [6711] = {.lex_state = 193}, - [6712] = {.lex_state = 235}, - [6713] = {.lex_state = 191}, - [6714] = {.lex_state = 336}, - [6715] = {.lex_state = 235}, + [6712] = {.lex_state = 193}, + [6713] = {.lex_state = 193}, + [6714] = {.lex_state = 191}, + [6715] = {.lex_state = 193}, [6716] = {.lex_state = 193}, [6717] = {.lex_state = 193}, - [6718] = {.lex_state = 235}, - [6719] = {.lex_state = 235}, - [6720] = {.lex_state = 191}, - [6721] = {.lex_state = 191}, + [6718] = {.lex_state = 193}, + [6719] = {.lex_state = 191}, + [6720] = {.lex_state = 193}, + [6721] = {.lex_state = 193}, [6722] = {.lex_state = 235}, - [6723] = {.lex_state = 193}, - [6724] = {.lex_state = 235}, - [6725] = {.lex_state = 336}, - [6726] = {.lex_state = 336}, - [6727] = {.lex_state = 235}, - [6728] = {.lex_state = 191}, - [6729] = {.lex_state = 235}, + [6723] = {.lex_state = 235}, + [6724] = {.lex_state = 193}, + [6725] = {.lex_state = 235}, + [6726] = {.lex_state = 235}, + [6727] = {.lex_state = 193}, + [6728] = {.lex_state = 193}, + [6729] = {.lex_state = 193}, [6730] = {.lex_state = 336}, - [6731] = {.lex_state = 193}, + [6731] = {.lex_state = 191}, [6732] = {.lex_state = 193}, - [6733] = {.lex_state = 235}, - [6734] = {.lex_state = 191}, - [6735] = {.lex_state = 193}, + [6733] = {.lex_state = 193}, + [6734] = {.lex_state = 235}, + [6735] = {.lex_state = 191}, [6736] = {.lex_state = 193}, [6737] = {.lex_state = 235}, - [6738] = {.lex_state = 235}, + [6738] = {.lex_state = 191}, [6739] = {.lex_state = 193}, - [6740] = {.lex_state = 191}, - [6741] = {.lex_state = 235}, - [6742] = {.lex_state = 193}, - [6743] = {.lex_state = 193}, - [6744] = {.lex_state = 191}, - [6745] = {.lex_state = 191}, - [6746] = {.lex_state = 191}, - [6747] = {.lex_state = 195}, - [6748] = {.lex_state = 0}, - [6749] = {.lex_state = 193}, + [6740] = {.lex_state = 235}, + [6741] = {.lex_state = 336}, + [6742] = {.lex_state = 191}, + [6743] = {.lex_state = 235}, + [6744] = {.lex_state = 235}, + [6745] = {.lex_state = 193}, + [6746] = {.lex_state = 235}, + [6747] = {.lex_state = 0}, + [6748] = {.lex_state = 191}, + [6749] = {.lex_state = 0}, [6750] = {.lex_state = 191}, [6751] = {.lex_state = 235}, - [6752] = {.lex_state = 191}, - [6753] = {.lex_state = 193}, + [6752] = {.lex_state = 193}, + [6753] = {.lex_state = 235}, [6754] = {.lex_state = 193}, - [6755] = {.lex_state = 196}, + [6755] = {.lex_state = 193}, [6756] = {.lex_state = 193}, - [6757] = {.lex_state = 196}, + [6757] = {.lex_state = 193}, [6758] = {.lex_state = 193}, - [6759] = {.lex_state = 196}, - [6760] = {.lex_state = 193}, - [6761] = {.lex_state = 173}, - [6762] = {.lex_state = 213}, - [6763] = {.lex_state = 193}, + [6759] = {.lex_state = 193}, + [6760] = {.lex_state = 196}, + [6761] = {.lex_state = 193}, + [6762] = {.lex_state = 173}, + [6763] = {.lex_state = 196}, [6764] = {.lex_state = 193}, [6765] = {.lex_state = 193}, [6766] = {.lex_state = 193}, [6767] = {.lex_state = 193}, [6768] = {.lex_state = 193}, [6769] = {.lex_state = 193}, - [6770] = {.lex_state = 336}, + [6770] = {.lex_state = 193}, [6771] = {.lex_state = 193}, [6772] = {.lex_state = 193}, [6773] = {.lex_state = 196}, - [6774] = {.lex_state = 193}, + [6774] = {.lex_state = 213}, [6775] = {.lex_state = 193}, [6776] = {.lex_state = 193}, [6777] = {.lex_state = 193}, [6778] = {.lex_state = 193}, - [6779] = {.lex_state = 173}, + [6779] = {.lex_state = 193}, [6780] = {.lex_state = 193}, - [6781] = {.lex_state = 193}, + [6781] = {.lex_state = 173}, [6782] = {.lex_state = 193}, [6783] = {.lex_state = 193}, [6784] = {.lex_state = 193}, - [6785] = {.lex_state = 196}, - [6786] = {.lex_state = 173}, + [6785] = {.lex_state = 193}, + [6786] = {.lex_state = 193}, [6787] = {.lex_state = 193}, [6788] = {.lex_state = 193}, - [6789] = {.lex_state = 169}, + [6789] = {.lex_state = 193}, [6790] = {.lex_state = 193}, [6791] = {.lex_state = 193}, - [6792] = {.lex_state = 193}, - [6793] = {.lex_state = 193}, - [6794] = {.lex_state = 193}, - [6795] = {.lex_state = 193}, + [6792] = {.lex_state = 336}, + [6793] = {.lex_state = 213}, + [6794] = {.lex_state = 196}, + [6795] = {.lex_state = 196}, [6796] = {.lex_state = 193}, [6797] = {.lex_state = 193}, - [6798] = {.lex_state = 193}, - [6799] = {.lex_state = 193}, + [6798] = {.lex_state = 196}, + [6799] = {.lex_state = 336}, [6800] = {.lex_state = 193}, [6801] = {.lex_state = 193}, - [6802] = {.lex_state = 336}, - [6803] = {.lex_state = 336}, + [6802] = {.lex_state = 193}, + [6803] = {.lex_state = 193}, [6804] = {.lex_state = 193}, - [6805] = {.lex_state = 196}, - [6806] = {.lex_state = 235}, + [6805] = {.lex_state = 193}, + [6806] = {.lex_state = 196}, [6807] = {.lex_state = 193}, [6808] = {.lex_state = 193}, [6809] = {.lex_state = 193}, [6810] = {.lex_state = 193}, [6811] = {.lex_state = 193}, [6812] = {.lex_state = 193}, - [6813] = {.lex_state = 173}, - [6814] = {.lex_state = 213}, + [6813] = {.lex_state = 193}, + [6814] = {.lex_state = 173}, [6815] = {.lex_state = 193}, - [6816] = {.lex_state = 336}, - [6817] = {.lex_state = 196}, + [6816] = {.lex_state = 169}, + [6817] = {.lex_state = 336}, [6818] = {.lex_state = 193}, - [6819] = {.lex_state = 193}, - [6820] = {.lex_state = 193}, - [6821] = {.lex_state = 193}, + [6819] = {.lex_state = 196}, + [6820] = {.lex_state = 336}, + [6821] = {.lex_state = 173}, [6822] = {.lex_state = 193}, - [6823] = {.lex_state = 196}, + [6823] = {.lex_state = 193}, [6824] = {.lex_state = 193}, [6825] = {.lex_state = 193}, [6826] = {.lex_state = 193}, - [6827] = {.lex_state = 196}, - [6828] = {.lex_state = 196}, - [6829] = {.lex_state = 0}, - [6830] = {.lex_state = 173}, + [6827] = {.lex_state = 173}, + [6828] = {.lex_state = 193}, + [6829] = {.lex_state = 196}, + [6830] = {.lex_state = 235}, [6831] = {.lex_state = 196}, - [6832] = {.lex_state = 0}, + [6832] = {.lex_state = 196}, [6833] = {.lex_state = 108}, - [6834] = {.lex_state = 173}, - [6835] = {.lex_state = 110}, - [6836] = {.lex_state = 235}, - [6837] = {.lex_state = 336}, - [6838] = {.lex_state = 110}, - [6839] = {.lex_state = 336}, - [6840] = {.lex_state = 193}, + [6834] = {.lex_state = 108}, + [6835] = {.lex_state = 169}, + [6836] = {.lex_state = 336}, + [6837] = {.lex_state = 196}, + [6838] = {.lex_state = 173}, + [6839] = {.lex_state = 0}, + [6840] = {.lex_state = 110}, [6841] = {.lex_state = 108}, - [6842] = {.lex_state = 0}, - [6843] = {.lex_state = 193}, - [6844] = {.lex_state = 336}, + [6842] = {.lex_state = 336}, + [6843] = {.lex_state = 173}, + [6844] = {.lex_state = 196}, [6845] = {.lex_state = 336}, - [6846] = {.lex_state = 196}, + [6846] = {.lex_state = 235}, [6847] = {.lex_state = 336}, - [6848] = {.lex_state = 336}, - [6849] = {.lex_state = 196}, - [6850] = {.lex_state = 0}, - [6851] = {.lex_state = 111}, - [6852] = {.lex_state = 336}, - [6853] = {.lex_state = 0}, - [6854] = {.lex_state = 196}, - [6855] = {.lex_state = 235}, - [6856] = {.lex_state = 196}, - [6857] = {.lex_state = 173}, - [6858] = {.lex_state = 173}, - [6859] = {.lex_state = 336}, - [6860] = {.lex_state = 173}, - [6861] = {.lex_state = 193}, + [6848] = {.lex_state = 193}, + [6849] = {.lex_state = 336}, + [6850] = {.lex_state = 108}, + [6851] = {.lex_state = 108}, + [6852] = {.lex_state = 173}, + [6853] = {.lex_state = 110}, + [6854] = {.lex_state = 336}, + [6855] = {.lex_state = 193}, + [6856] = {.lex_state = 110}, + [6857] = {.lex_state = 193}, + [6858] = {.lex_state = 336}, + [6859] = {.lex_state = 108}, + [6860] = {.lex_state = 108}, + [6861] = {.lex_state = 0}, [6862] = {.lex_state = 196}, - [6863] = {.lex_state = 173}, - [6864] = {.lex_state = 336}, + [6863] = {.lex_state = 196}, + [6864] = {.lex_state = 196}, [6865] = {.lex_state = 336}, - [6866] = {.lex_state = 213}, + [6866] = {.lex_state = 0}, [6867] = {.lex_state = 196}, - [6868] = {.lex_state = 173}, - [6869] = {.lex_state = 193}, - [6870] = {.lex_state = 196}, - [6871] = {.lex_state = 0}, + [6868] = {.lex_state = 108}, + [6869] = {.lex_state = 0}, + [6870] = {.lex_state = 173}, + [6871] = {.lex_state = 196}, [6872] = {.lex_state = 336}, - [6873] = {.lex_state = 336}, - [6874] = {.lex_state = 196}, + [6873] = {.lex_state = 110}, + [6874] = {.lex_state = 108}, [6875] = {.lex_state = 108}, [6876] = {.lex_state = 108}, - [6877] = {.lex_state = 110}, - [6878] = {.lex_state = 108}, - [6879] = {.lex_state = 108}, - [6880] = {.lex_state = 196}, - [6881] = {.lex_state = 108}, - [6882] = {.lex_state = 196}, - [6883] = {.lex_state = 0}, - [6884] = {.lex_state = 108}, - [6885] = {.lex_state = 193}, - [6886] = {.lex_state = 108}, - [6887] = {.lex_state = 235}, + [6877] = {.lex_state = 173}, + [6878] = {.lex_state = 196}, + [6879] = {.lex_state = 196}, + [6880] = {.lex_state = 173}, + [6881] = {.lex_state = 235}, + [6882] = {.lex_state = 173}, + [6883] = {.lex_state = 336}, + [6884] = {.lex_state = 110}, + [6885] = {.lex_state = 108}, + [6886] = {.lex_state = 196}, + [6887] = {.lex_state = 336}, [6888] = {.lex_state = 108}, - [6889] = {.lex_state = 173}, - [6890] = {.lex_state = 336}, - [6891] = {.lex_state = 173}, + [6889] = {.lex_state = 108}, + [6890] = {.lex_state = 196}, + [6891] = {.lex_state = 196}, [6892] = {.lex_state = 336}, - [6893] = {.lex_state = 336}, - [6894] = {.lex_state = 0}, - [6895] = {.lex_state = 336}, - [6896] = {.lex_state = 108}, + [6893] = {.lex_state = 108}, + [6894] = {.lex_state = 108}, + [6895] = {.lex_state = 0}, + [6896] = {.lex_state = 193}, [6897] = {.lex_state = 336}, - [6898] = {.lex_state = 108}, - [6899] = {.lex_state = 173}, - [6900] = {.lex_state = 336}, + [6898] = {.lex_state = 0}, + [6899] = {.lex_state = 111}, + [6900] = {.lex_state = 193}, [6901] = {.lex_state = 173}, [6902] = {.lex_state = 0}, - [6903] = {.lex_state = 0}, - [6904] = {.lex_state = 173}, - [6905] = {.lex_state = 196}, - [6906] = {.lex_state = 108}, - [6907] = {.lex_state = 196}, - [6908] = {.lex_state = 336}, - [6909] = {.lex_state = 235}, + [6903] = {.lex_state = 108}, + [6904] = {.lex_state = 193}, + [6905] = {.lex_state = 108}, + [6906] = {.lex_state = 336}, + [6907] = {.lex_state = 235}, + [6908] = {.lex_state = 0}, + [6909] = {.lex_state = 173}, [6910] = {.lex_state = 173}, - [6911] = {.lex_state = 336}, - [6912] = {.lex_state = 108}, - [6913] = {.lex_state = 235}, - [6914] = {.lex_state = 193}, - [6915] = {.lex_state = 173}, - [6916] = {.lex_state = 108}, - [6917] = {.lex_state = 108}, - [6918] = {.lex_state = 110}, - [6919] = {.lex_state = 110}, - [6920] = {.lex_state = 336}, - [6921] = {.lex_state = 196}, - [6922] = {.lex_state = 196}, - [6923] = {.lex_state = 108}, - [6924] = {.lex_state = 193}, - [6925] = {.lex_state = 196}, - [6926] = {.lex_state = 196}, - [6927] = {.lex_state = 0}, - [6928] = {.lex_state = 108}, - [6929] = {.lex_state = 336}, - [6930] = {.lex_state = 0}, + [6911] = {.lex_state = 173}, + [6912] = {.lex_state = 110}, + [6913] = {.lex_state = 108}, + [6914] = {.lex_state = 108}, + [6915] = {.lex_state = 196}, + [6916] = {.lex_state = 336}, + [6917] = {.lex_state = 336}, + [6918] = {.lex_state = 336}, + [6919] = {.lex_state = 0}, + [6920] = {.lex_state = 196}, + [6921] = {.lex_state = 173}, + [6922] = {.lex_state = 336}, + [6923] = {.lex_state = 196}, + [6924] = {.lex_state = 336}, + [6925] = {.lex_state = 235}, + [6926] = {.lex_state = 111}, + [6927] = {.lex_state = 336}, + [6928] = {.lex_state = 336}, + [6929] = {.lex_state = 193}, + [6930] = {.lex_state = 196}, [6931] = {.lex_state = 108}, - [6932] = {.lex_state = 336}, - [6933] = {.lex_state = 108}, - [6934] = {.lex_state = 336}, + [6932] = {.lex_state = 196}, + [6933] = {.lex_state = 0}, + [6934] = {.lex_state = 0}, [6935] = {.lex_state = 336}, - [6936] = {.lex_state = 0}, - [6937] = {.lex_state = 108}, - [6938] = {.lex_state = 196}, - [6939] = {.lex_state = 111}, - [6940] = {.lex_state = 235}, - [6941] = {.lex_state = 196}, - [6942] = {.lex_state = 196}, - [6943] = {.lex_state = 108}, - [6944] = {.lex_state = 110}, - [6945] = {.lex_state = 108}, - [6946] = {.lex_state = 193}, + [6936] = {.lex_state = 336}, + [6937] = {.lex_state = 336}, + [6938] = {.lex_state = 336}, + [6939] = {.lex_state = 196}, + [6940] = {.lex_state = 0}, + [6941] = {.lex_state = 173}, + [6942] = {.lex_state = 108}, + [6943] = {.lex_state = 193}, + [6944] = {.lex_state = 336}, + [6945] = {.lex_state = 336}, + [6946] = {.lex_state = 336}, [6947] = {.lex_state = 336}, - [6948] = {.lex_state = 111}, - [6949] = {.lex_state = 193}, - [6950] = {.lex_state = 0}, - [6951] = {.lex_state = 336}, - [6952] = {.lex_state = 336}, - [6953] = {.lex_state = 0}, - [6954] = {.lex_state = 108}, - [6955] = {.lex_state = 173}, + [6948] = {.lex_state = 336}, + [6949] = {.lex_state = 196}, + [6950] = {.lex_state = 196}, + [6951] = {.lex_state = 0}, + [6952] = {.lex_state = 196}, + [6953] = {.lex_state = 336}, + [6954] = {.lex_state = 336}, + [6955] = {.lex_state = 196}, [6956] = {.lex_state = 108}, - [6957] = {.lex_state = 336}, - [6958] = {.lex_state = 110}, + [6957] = {.lex_state = 173}, + [6958] = {.lex_state = 336}, [6959] = {.lex_state = 336}, - [6960] = {.lex_state = 173}, - [6961] = {.lex_state = 196}, + [6960] = {.lex_state = 108}, + [6961] = {.lex_state = 336}, [6962] = {.lex_state = 108}, - [6963] = {.lex_state = 110}, - [6964] = {.lex_state = 336}, - [6965] = {.lex_state = 336}, - [6966] = {.lex_state = 196}, - [6967] = {.lex_state = 108}, - [6968] = {.lex_state = 0}, - [6969] = {.lex_state = 169}, - [6970] = {.lex_state = 196}, - [6971] = {.lex_state = 193}, - [6972] = {.lex_state = 108}, - [6973] = {.lex_state = 196}, - [6974] = {.lex_state = 110}, - [6975] = {.lex_state = 336}, - [6976] = {.lex_state = 108}, - [6977] = {.lex_state = 108}, + [6963] = {.lex_state = 108}, + [6964] = {.lex_state = 193}, + [6965] = {.lex_state = 235}, + [6966] = {.lex_state = 173}, + [6967] = {.lex_state = 196}, + [6968] = {.lex_state = 111}, + [6969] = {.lex_state = 235}, + [6970] = {.lex_state = 173}, + [6971] = {.lex_state = 336}, + [6972] = {.lex_state = 173}, + [6973] = {.lex_state = 336}, + [6974] = {.lex_state = 196}, + [6975] = {.lex_state = 108}, + [6976] = {.lex_state = 193}, + [6977] = {.lex_state = 110}, [6978] = {.lex_state = 0}, - [6979] = {.lex_state = 110}, - [6980] = {.lex_state = 336}, - [6981] = {.lex_state = 173}, - [6982] = {.lex_state = 336}, - [6983] = {.lex_state = 111}, - [6984] = {.lex_state = 196}, - [6985] = {.lex_state = 173}, - [6986] = {.lex_state = 108}, - [6987] = {.lex_state = 336}, - [6988] = {.lex_state = 0}, - [6989] = {.lex_state = 196}, - [6990] = {.lex_state = 108}, - [6991] = {.lex_state = 336}, + [6979] = {.lex_state = 235}, + [6980] = {.lex_state = 111}, + [6981] = {.lex_state = 108}, + [6982] = {.lex_state = 108}, + [6983] = {.lex_state = 196}, + [6984] = {.lex_state = 0}, + [6985] = {.lex_state = 108}, + [6986] = {.lex_state = 336}, + [6987] = {.lex_state = 235}, + [6988] = {.lex_state = 196}, + [6989] = {.lex_state = 336}, + [6990] = {.lex_state = 196}, + [6991] = {.lex_state = 110}, [6992] = {.lex_state = 173}, - [6993] = {.lex_state = 336}, - [6994] = {.lex_state = 336}, - [6995] = {.lex_state = 173}, - [6996] = {.lex_state = 196}, - [6997] = {.lex_state = 108}, - [6998] = {.lex_state = 111}, - [6999] = {.lex_state = 173}, - [7000] = {.lex_state = 108}, - [7001] = {.lex_state = 110}, - [7002] = {.lex_state = 196}, - [7003] = {.lex_state = 196}, + [6993] = {.lex_state = 196}, + [6994] = {.lex_state = 0}, + [6995] = {.lex_state = 110}, + [6996] = {.lex_state = 108}, + [6997] = {.lex_state = 196}, + [6998] = {.lex_state = 336}, + [6999] = {.lex_state = 110}, + [7000] = {.lex_state = 173}, + [7001] = {.lex_state = 173}, + [7002] = {.lex_state = 173}, + [7003] = {.lex_state = 111}, [7004] = {.lex_state = 196}, - [7005] = {.lex_state = 336}, - [7006] = {.lex_state = 196}, - [7007] = {.lex_state = 196}, - [7008] = {.lex_state = 173}, - [7009] = {.lex_state = 173}, - [7010] = {.lex_state = 108}, - [7011] = {.lex_state = 173}, - [7012] = {.lex_state = 336}, - [7013] = {.lex_state = 108}, - [7014] = {.lex_state = 336}, - [7015] = {.lex_state = 173}, - [7016] = {.lex_state = 193}, - [7017] = {.lex_state = 173}, - [7018] = {.lex_state = 173}, - [7019] = {.lex_state = 193}, - [7020] = {.lex_state = 111}, - [7021] = {.lex_state = 336}, - [7022] = {.lex_state = 173}, + [7005] = {.lex_state = 173}, + [7006] = {.lex_state = 108}, + [7007] = {.lex_state = 108}, + [7008] = {.lex_state = 108}, + [7009] = {.lex_state = 336}, + [7010] = {.lex_state = 193}, + [7011] = {.lex_state = 108}, + [7012] = {.lex_state = 173}, + [7013] = {.lex_state = 173}, + [7014] = {.lex_state = 173}, + [7015] = {.lex_state = 336}, + [7016] = {.lex_state = 196}, + [7017] = {.lex_state = 108}, + [7018] = {.lex_state = 213}, + [7019] = {.lex_state = 336}, + [7020] = {.lex_state = 196}, + [7021] = {.lex_state = 196}, + [7022] = {.lex_state = 108}, [7023] = {.lex_state = 336}, - [7024] = {.lex_state = 193}, + [7024] = {.lex_state = 0}, [7025] = {.lex_state = 196}, - [7026] = {.lex_state = 111}, - [7027] = {.lex_state = 196}, - [7028] = {.lex_state = 173}, - [7029] = {.lex_state = 108}, - [7030] = {.lex_state = 235}, - [7031] = {.lex_state = 108}, - [7032] = {.lex_state = 196}, + [7026] = {.lex_state = 0}, + [7027] = {.lex_state = 111}, + [7028] = {.lex_state = 193}, + [7029] = {.lex_state = 173}, + [7030] = {.lex_state = 173}, + [7031] = {.lex_state = 235}, + [7032] = {.lex_state = 173}, [7033] = {.lex_state = 0}, - [7034] = {.lex_state = 336}, - [7035] = {.lex_state = 235}, - [7036] = {.lex_state = 196}, - [7037] = {.lex_state = 0}, - [7038] = {.lex_state = 235}, - [7039] = {.lex_state = 196}, - [7040] = {.lex_state = 235}, - [7041] = {.lex_state = 110}, - [7042] = {.lex_state = 173}, - [7043] = {.lex_state = 0}, + [7034] = {.lex_state = 173}, + [7035] = {.lex_state = 193}, + [7036] = {.lex_state = 336}, + [7037] = {.lex_state = 173}, + [7038] = {.lex_state = 196}, + [7039] = {.lex_state = 108}, + [7040] = {.lex_state = 110}, + [7041] = {.lex_state = 108}, + [7042] = {.lex_state = 336}, + [7043] = {.lex_state = 196}, [7044] = {.lex_state = 336}, - [7045] = {.lex_state = 173}, - [7046] = {.lex_state = 336}, - [7047] = {.lex_state = 196}, - [7048] = {.lex_state = 193}, - [7049] = {.lex_state = 110}, - [7050] = {.lex_state = 108}, - [7051] = {.lex_state = 196}, + [7045] = {.lex_state = 0}, + [7046] = {.lex_state = 196}, + [7047] = {.lex_state = 110}, + [7048] = {.lex_state = 110}, + [7049] = {.lex_state = 111}, + [7050] = {.lex_state = 0}, + [7051] = {.lex_state = 0}, [7052] = {.lex_state = 0}, - [7053] = {.lex_state = 0}, + [7053] = {.lex_state = 193}, [7054] = {.lex_state = 0}, - [7055] = {.lex_state = 0}, + [7055] = {.lex_state = 196}, [7056] = {.lex_state = 0}, - [7057] = {.lex_state = 193}, - [7058] = {.lex_state = 0}, - [7059] = {.lex_state = 193}, - [7060] = {.lex_state = 0}, + [7057] = {.lex_state = 0}, + [7058] = {.lex_state = 193}, + [7059] = {.lex_state = 0}, + [7060] = {.lex_state = 193}, [7061] = {.lex_state = 196}, [7062] = {.lex_state = 196}, [7063] = {.lex_state = 193}, [7064] = {.lex_state = 0}, - [7065] = {.lex_state = 196}, + [7065] = {.lex_state = 193}, [7066] = {.lex_state = 0}, [7067] = {.lex_state = 0}, - [7068] = {.lex_state = 193}, - [7069] = {.lex_state = 0}, + [7068] = {.lex_state = 0}, + [7069] = {.lex_state = 196}, [7070] = {.lex_state = 0}, [7071] = {.lex_state = 196}, [7072] = {.lex_state = 0}, - [7073] = {.lex_state = 196}, - [7074] = {.lex_state = 196}, - [7075] = {.lex_state = 0}, - [7076] = {.lex_state = 196}, + [7073] = {.lex_state = 0}, + [7074] = {.lex_state = 169}, + [7075] = {.lex_state = 336}, + [7076] = {.lex_state = 0}, [7077] = {.lex_state = 0}, [7078] = {.lex_state = 0}, [7079] = {.lex_state = 193}, [7080] = {.lex_state = 0}, - [7081] = {.lex_state = 196}, + [7081] = {.lex_state = 0}, [7082] = {.lex_state = 196}, [7083] = {.lex_state = 0}, - [7084] = {.lex_state = 110}, + [7084] = {.lex_state = 113}, [7085] = {.lex_state = 0}, - [7086] = {.lex_state = 193}, - [7087] = {.lex_state = 193}, + [7086] = {.lex_state = 0}, + [7087] = {.lex_state = 0}, [7088] = {.lex_state = 0}, [7089] = {.lex_state = 0}, - [7090] = {.lex_state = 193}, + [7090] = {.lex_state = 0}, [7091] = {.lex_state = 0}, [7092] = {.lex_state = 0}, [7093] = {.lex_state = 0}, [7094] = {.lex_state = 0}, [7095] = {.lex_state = 0}, - [7096] = {.lex_state = 0}, - [7097] = {.lex_state = 0}, + [7096] = {.lex_state = 193}, + [7097] = {.lex_state = 162}, [7098] = {.lex_state = 0}, - [7099] = {.lex_state = 169}, - [7100] = {.lex_state = 196}, - [7101] = {.lex_state = 196}, - [7102] = {.lex_state = 162}, - [7103] = {.lex_state = 0}, - [7104] = {.lex_state = 113}, + [7099] = {.lex_state = 0}, + [7100] = {.lex_state = 0}, + [7101] = {.lex_state = 0}, + [7102] = {.lex_state = 193}, + [7103] = {.lex_state = 193}, + [7104] = {.lex_state = 0}, [7105] = {.lex_state = 0}, [7106] = {.lex_state = 0}, - [7107] = {.lex_state = 169}, + [7107] = {.lex_state = 0}, [7108] = {.lex_state = 0}, - [7109] = {.lex_state = 193}, - [7110] = {.lex_state = 0}, + [7109] = {.lex_state = 0}, + [7110] = {.lex_state = 336}, [7111] = {.lex_state = 0}, - [7112] = {.lex_state = 0}, - [7113] = {.lex_state = 193}, - [7114] = {.lex_state = 0}, - [7115] = {.lex_state = 196}, + [7112] = {.lex_state = 193}, + [7113] = {.lex_state = 0}, + [7114] = {.lex_state = 193}, + [7115] = {.lex_state = 0}, [7116] = {.lex_state = 0}, - [7117] = {.lex_state = 196}, + [7117] = {.lex_state = 0}, [7118] = {.lex_state = 0}, - [7119] = {.lex_state = 196}, + [7119] = {.lex_state = 0}, [7120] = {.lex_state = 0}, [7121] = {.lex_state = 0}, - [7122] = {.lex_state = 0}, + [7122] = {.lex_state = 193}, [7123] = {.lex_state = 193}, - [7124] = {.lex_state = 0}, - [7125] = {.lex_state = 193}, + [7124] = {.lex_state = 193}, + [7125] = {.lex_state = 0}, [7126] = {.lex_state = 0}, [7127] = {.lex_state = 0}, - [7128] = {.lex_state = 169}, - [7129] = {.lex_state = 193}, - [7130] = {.lex_state = 0}, - [7131] = {.lex_state = 0}, - [7132] = {.lex_state = 193}, - [7133] = {.lex_state = 0}, - [7134] = {.lex_state = 0}, + [7128] = {.lex_state = 0}, + [7129] = {.lex_state = 196}, + [7130] = {.lex_state = 193}, + [7131] = {.lex_state = 169}, + [7132] = {.lex_state = 0}, + [7133] = {.lex_state = 196}, + [7134] = {.lex_state = 196}, [7135] = {.lex_state = 0}, - [7136] = {.lex_state = 193}, - [7137] = {.lex_state = 0}, - [7138] = {.lex_state = 193}, + [7136] = {.lex_state = 0}, + [7137] = {.lex_state = 193}, + [7138] = {.lex_state = 0}, [7139] = {.lex_state = 0}, - [7140] = {.lex_state = 196}, + [7140] = {.lex_state = 0}, [7141] = {.lex_state = 0}, - [7142] = {.lex_state = 193}, - [7143] = {.lex_state = 113}, + [7142] = {.lex_state = 0}, + [7143] = {.lex_state = 193}, [7144] = {.lex_state = 0}, - [7145] = {.lex_state = 0}, + [7145] = {.lex_state = 193}, [7146] = {.lex_state = 0}, [7147] = {.lex_state = 0}, [7148] = {.lex_state = 0}, - [7149] = {.lex_state = 169}, - [7150] = {.lex_state = 196}, - [7151] = {.lex_state = 0}, - [7152] = {.lex_state = 169}, - [7153] = {.lex_state = 196}, - [7154] = {.lex_state = 193}, + [7149] = {.lex_state = 0}, + [7150] = {.lex_state = 0}, + [7151] = {.lex_state = 193}, + [7152] = {.lex_state = 0}, + [7153] = {.lex_state = 193}, + [7154] = {.lex_state = 0}, [7155] = {.lex_state = 0}, - [7156] = {.lex_state = 196}, - [7157] = {.lex_state = 196}, - [7158] = {.lex_state = 0}, + [7156] = {.lex_state = 0}, + [7157] = {.lex_state = 0}, + [7158] = {.lex_state = 193}, [7159] = {.lex_state = 0}, - [7160] = {.lex_state = 110}, - [7161] = {.lex_state = 0}, + [7160] = {.lex_state = 193}, + [7161] = {.lex_state = 193}, [7162] = {.lex_state = 193}, - [7163] = {.lex_state = 196}, + [7163] = {.lex_state = 193}, [7164] = {.lex_state = 193}, - [7165] = {.lex_state = 0}, - [7166] = {.lex_state = 0}, - [7167] = {.lex_state = 196}, - [7168] = {.lex_state = 0}, - [7169] = {.lex_state = 113}, + [7165] = {.lex_state = 196}, + [7166] = {.lex_state = 196}, + [7167] = {.lex_state = 193}, + [7168] = {.lex_state = 110}, + [7169] = {.lex_state = 196}, [7170] = {.lex_state = 196}, - [7171] = {.lex_state = 0}, + [7171] = {.lex_state = 196}, [7172] = {.lex_state = 0}, - [7173] = {.lex_state = 0}, - [7174] = {.lex_state = 0}, + [7173] = {.lex_state = 193}, + [7174] = {.lex_state = 193}, [7175] = {.lex_state = 0}, - [7176] = {.lex_state = 0}, - [7177] = {.lex_state = 196}, + [7176] = {.lex_state = 193}, + [7177] = {.lex_state = 193}, [7178] = {.lex_state = 0}, - [7179] = {.lex_state = 0}, - [7180] = {.lex_state = 0}, - [7181] = {.lex_state = 196}, + [7179] = {.lex_state = 193}, + [7180] = {.lex_state = 193}, + [7181] = {.lex_state = 336}, [7182] = {.lex_state = 0}, - [7183] = {.lex_state = 196}, + [7183] = {.lex_state = 0}, [7184] = {.lex_state = 0}, - [7185] = {.lex_state = 193}, - [7186] = {.lex_state = 196}, - [7187] = {.lex_state = 193}, - [7188] = {.lex_state = 196}, - [7189] = {.lex_state = 193}, + [7185] = {.lex_state = 0}, + [7186] = {.lex_state = 0}, + [7187] = {.lex_state = 0}, + [7188] = {.lex_state = 0}, + [7189] = {.lex_state = 0}, [7190] = {.lex_state = 0}, - [7191] = {.lex_state = 0}, + [7191] = {.lex_state = 113}, [7192] = {.lex_state = 193}, - [7193] = {.lex_state = 193}, - [7194] = {.lex_state = 193}, + [7193] = {.lex_state = 196}, + [7194] = {.lex_state = 110}, [7195] = {.lex_state = 196}, - [7196] = {.lex_state = 169}, - [7197] = {.lex_state = 193}, - [7198] = {.lex_state = 193}, - [7199] = {.lex_state = 169}, + [7196] = {.lex_state = 0}, + [7197] = {.lex_state = 169}, + [7198] = {.lex_state = 0}, + [7199] = {.lex_state = 0}, [7200] = {.lex_state = 0}, - [7201] = {.lex_state = 0}, - [7202] = {.lex_state = 0}, - [7203] = {.lex_state = 0}, - [7204] = {.lex_state = 193}, + [7201] = {.lex_state = 193}, + [7202] = {.lex_state = 169}, + [7203] = {.lex_state = 113}, + [7204] = {.lex_state = 0}, [7205] = {.lex_state = 0}, - [7206] = {.lex_state = 193}, + [7206] = {.lex_state = 0}, [7207] = {.lex_state = 0}, - [7208] = {.lex_state = 196}, - [7209] = {.lex_state = 0}, - [7210] = {.lex_state = 0}, - [7211] = {.lex_state = 0}, - [7212] = {.lex_state = 0}, - [7213] = {.lex_state = 196}, - [7214] = {.lex_state = 169}, + [7208] = {.lex_state = 0}, + [7209] = {.lex_state = 193}, + [7210] = {.lex_state = 196}, + [7211] = {.lex_state = 196}, + [7212] = {.lex_state = 169}, + [7213] = {.lex_state = 0}, + [7214] = {.lex_state = 0}, [7215] = {.lex_state = 196}, - [7216] = {.lex_state = 336}, + [7216] = {.lex_state = 169}, [7217] = {.lex_state = 0}, - [7218] = {.lex_state = 196}, - [7219] = {.lex_state = 193}, - [7220] = {.lex_state = 196}, - [7221] = {.lex_state = 173}, - [7222] = {.lex_state = 193}, - [7223] = {.lex_state = 193}, + [7218] = {.lex_state = 0}, + [7219] = {.lex_state = 196}, + [7220] = {.lex_state = 0}, + [7221] = {.lex_state = 169}, + [7222] = {.lex_state = 0}, + [7223] = {.lex_state = 0}, [7224] = {.lex_state = 0}, - [7225] = {.lex_state = 0}, + [7225] = {.lex_state = 193}, [7226] = {.lex_state = 0}, [7227] = {.lex_state = 0}, [7228] = {.lex_state = 0}, - [7229] = {.lex_state = 0}, + [7229] = {.lex_state = 196}, [7230] = {.lex_state = 0}, [7231] = {.lex_state = 0}, - [7232] = {.lex_state = 193}, - [7233] = {.lex_state = 193}, + [7232] = {.lex_state = 0}, + [7233] = {.lex_state = 0}, [7234] = {.lex_state = 196}, [7235] = {.lex_state = 196}, [7236] = {.lex_state = 0}, - [7237] = {.lex_state = 193}, - [7238] = {.lex_state = 169}, - [7239] = {.lex_state = 0}, + [7237] = {.lex_state = 0}, + [7238] = {.lex_state = 0}, + [7239] = {.lex_state = 193}, [7240] = {.lex_state = 0}, - [7241] = {.lex_state = 169}, + [7241] = {.lex_state = 193}, [7242] = {.lex_state = 0}, - [7243] = {.lex_state = 193}, + [7243] = {.lex_state = 0}, [7244] = {.lex_state = 0}, [7245] = {.lex_state = 0}, [7246] = {.lex_state = 0}, [7247] = {.lex_state = 0}, [7248] = {.lex_state = 0}, - [7249] = {.lex_state = 0}, - [7250] = {.lex_state = 0}, + [7249] = {.lex_state = 196}, + [7250] = {.lex_state = 196}, [7251] = {.lex_state = 0}, - [7252] = {.lex_state = 0}, - [7253] = {.lex_state = 193}, + [7252] = {.lex_state = 196}, + [7253] = {.lex_state = 196}, [7254] = {.lex_state = 0}, - [7255] = {.lex_state = 0}, + [7255] = {.lex_state = 196}, [7256] = {.lex_state = 0}, - [7257] = {.lex_state = 169}, - [7258] = {.lex_state = 110}, - [7259] = {.lex_state = 196}, - [7260] = {.lex_state = 196}, - [7261] = {.lex_state = 169}, - [7262] = {.lex_state = 196}, - [7263] = {.lex_state = 0}, + [7257] = {.lex_state = 0}, + [7258] = {.lex_state = 0}, + [7259] = {.lex_state = 193}, + [7260] = {.lex_state = 110}, + [7261] = {.lex_state = 173}, + [7262] = {.lex_state = 0}, + [7263] = {.lex_state = 196}, [7264] = {.lex_state = 0}, - [7265] = {.lex_state = 193}, - [7266] = {.lex_state = 196}, + [7265] = {.lex_state = 196}, + [7266] = {.lex_state = 193}, [7267] = {.lex_state = 0}, [7268] = {.lex_state = 0}, - [7269] = {.lex_state = 0}, - [7270] = {.lex_state = 0}, + [7269] = {.lex_state = 196}, + [7270] = {.lex_state = 196}, [7271] = {.lex_state = 0}, - [7272] = {.lex_state = 0}, - [7273] = {.lex_state = 336}, - [7274] = {.lex_state = 0}, - [7275] = {.lex_state = 0}, + [7272] = {.lex_state = 169}, + [7273] = {.lex_state = 0}, + [7274] = {.lex_state = 196}, + [7275] = {.lex_state = 193}, [7276] = {.lex_state = 0}, [7277] = {.lex_state = 0}, - [7278] = {.lex_state = 0}, + [7278] = {.lex_state = 193}, [7279] = {.lex_state = 0}, - [7280] = {.lex_state = 193}, + [7280] = {.lex_state = 0}, [7281] = {.lex_state = 193}, [7282] = {.lex_state = 0}, - [7283] = {.lex_state = 196}, + [7283] = {.lex_state = 193}, [7284] = {.lex_state = 0}, - [7285] = {.lex_state = 173}, + [7285] = {.lex_state = 0}, [7286] = {.lex_state = 193}, - [7287] = {.lex_state = 196}, - [7288] = {.lex_state = 193}, - [7289] = {.lex_state = 0}, + [7287] = {.lex_state = 110}, + [7288] = {.lex_state = 0}, + [7289] = {.lex_state = 193}, [7290] = {.lex_state = 0}, [7291] = {.lex_state = 0}, - [7292] = {.lex_state = 0}, - [7293] = {.lex_state = 0}, - [7294] = {.lex_state = 196}, + [7292] = {.lex_state = 193}, + [7293] = {.lex_state = 169}, + [7294] = {.lex_state = 0}, [7295] = {.lex_state = 196}, [7296] = {.lex_state = 0}, - [7297] = {.lex_state = 193}, + [7297] = {.lex_state = 0}, [7298] = {.lex_state = 0}, - [7299] = {.lex_state = 0}, - [7300] = {.lex_state = 193}, - [7301] = {.lex_state = 0}, - [7302] = {.lex_state = 193}, + [7299] = {.lex_state = 196}, + [7300] = {.lex_state = 196}, + [7301] = {.lex_state = 196}, + [7302] = {.lex_state = 0}, [7303] = {.lex_state = 0}, - [7304] = {.lex_state = 196}, - [7305] = {.lex_state = 0}, - [7306] = {.lex_state = 193}, - [7307] = {.lex_state = 196}, - [7308] = {.lex_state = 193}, + [7304] = {.lex_state = 0}, + [7305] = {.lex_state = 169}, + [7306] = {.lex_state = 0}, + [7307] = {.lex_state = 0}, + [7308] = {.lex_state = 0}, [7309] = {.lex_state = 0}, - [7310] = {.lex_state = 0}, - [7311] = {.lex_state = 0}, - [7312] = {.lex_state = 0}, - [7313] = {.lex_state = 0}, + [7310] = {.lex_state = 110}, + [7311] = {.lex_state = 193}, + [7312] = {.lex_state = 193}, + [7313] = {.lex_state = 169}, [7314] = {.lex_state = 0}, [7315] = {.lex_state = 0}, [7316] = {.lex_state = 0}, - [7317] = {.lex_state = 169}, - [7318] = {.lex_state = 0}, - [7319] = {.lex_state = 0}, + [7317] = {.lex_state = 110}, + [7318] = {.lex_state = 196}, + [7319] = {.lex_state = 196}, [7320] = {.lex_state = 0}, [7321] = {.lex_state = 0}, - [7322] = {.lex_state = 193}, + [7322] = {.lex_state = 0}, [7323] = {.lex_state = 196}, - [7324] = {.lex_state = 0}, + [7324] = {.lex_state = 193}, [7325] = {.lex_state = 196}, - [7326] = {.lex_state = 193}, - [7327] = {.lex_state = 0}, - [7328] = {.lex_state = 196}, - [7329] = {.lex_state = 0}, + [7326] = {.lex_state = 0}, + [7327] = {.lex_state = 193}, + [7328] = {.lex_state = 173}, + [7329] = {.lex_state = 193}, [7330] = {.lex_state = 0}, - [7331] = {.lex_state = 0}, - [7332] = {.lex_state = 0}, - [7333] = {.lex_state = 0}, + [7331] = {.lex_state = 196}, + [7332] = {.lex_state = 196}, + [7333] = {.lex_state = 110}, [7334] = {.lex_state = 196}, - [7335] = {.lex_state = 0}, - [7336] = {.lex_state = 193}, - [7337] = {.lex_state = 110}, + [7335] = {.lex_state = 196}, + [7336] = {.lex_state = 196}, + [7337] = {.lex_state = 0}, [7338] = {.lex_state = 193}, - [7339] = {.lex_state = 0}, + [7339] = {.lex_state = 196}, [7340] = {.lex_state = 0}, [7341] = {.lex_state = 0}, [7342] = {.lex_state = 0}, - [7343] = {.lex_state = 196}, - [7344] = {.lex_state = 193}, - [7345] = {.lex_state = 196}, - [7346] = {.lex_state = 193}, - [7347] = {.lex_state = 169}, - [7348] = {.lex_state = 196}, - [7349] = {.lex_state = 110}, - [7350] = {.lex_state = 0}, - [7351] = {.lex_state = 193}, + [7343] = {.lex_state = 0}, + [7344] = {.lex_state = 0}, + [7345] = {.lex_state = 110}, + [7346] = {.lex_state = 0}, + [7347] = {.lex_state = 0}, + [7348] = {.lex_state = 0}, + [7349] = {.lex_state = 0}, + [7350] = {.lex_state = 110}, + [7351] = {.lex_state = 0}, [7352] = {.lex_state = 0}, - [7353] = {.lex_state = 0}, + [7353] = {.lex_state = 110}, [7354] = {.lex_state = 0}, - [7355] = {.lex_state = 0}, - [7356] = {.lex_state = 0}, - [7357] = {.lex_state = 0}, - [7358] = {.lex_state = 0}, - [7359] = {.lex_state = 193}, + [7355] = {.lex_state = 110}, + [7356] = {.lex_state = 110}, + [7357] = {.lex_state = 196}, + [7358] = {.lex_state = 196}, + [7359] = {.lex_state = 0}, [7360] = {.lex_state = 0}, - [7361] = {.lex_state = 110}, - [7362] = {.lex_state = 196}, + [7361] = {.lex_state = 169}, + [7362] = {.lex_state = 0}, [7363] = {.lex_state = 0}, - [7364] = {.lex_state = 110}, - [7365] = {.lex_state = 0}, - [7366] = {.lex_state = 0}, - [7367] = {.lex_state = 213}, - [7368] = {.lex_state = 0}, - [7369] = {.lex_state = 110}, - [7370] = {.lex_state = 110}, + [7364] = {.lex_state = 0}, + [7365] = {.lex_state = 193}, + [7366] = {.lex_state = 193}, + [7367] = {.lex_state = 0}, + [7368] = {.lex_state = 193}, + [7369] = {.lex_state = 0}, + [7370] = {.lex_state = 0}, [7371] = {.lex_state = 0}, [7372] = {.lex_state = 196}, - [7373] = {.lex_state = 0}, - [7374] = {.lex_state = 110}, - [7375] = {.lex_state = 0}, + [7373] = {.lex_state = 193}, + [7374] = {.lex_state = 196}, + [7375] = {.lex_state = 169}, [7376] = {.lex_state = 0}, [7377] = {.lex_state = 0}, - [7378] = {.lex_state = 0}, - [7379] = {.lex_state = 196}, - [7380] = {.lex_state = 336}, - [7381] = {.lex_state = 169}, - [7382] = {.lex_state = 110}, + [7378] = {.lex_state = 193}, + [7379] = {.lex_state = 0}, + [7380] = {.lex_state = 196}, + [7381] = {.lex_state = 0}, + [7382] = {.lex_state = 0}, [7383] = {.lex_state = 0}, [7384] = {.lex_state = 0}, [7385] = {.lex_state = 0}, - [7386] = {.lex_state = 193}, + [7386] = {.lex_state = 0}, [7387] = {.lex_state = 0}, - [7388] = {.lex_state = 193}, + [7388] = {.lex_state = 0}, [7389] = {.lex_state = 193}, - [7390] = {.lex_state = 196}, + [7390] = {.lex_state = 193}, [7391] = {.lex_state = 0}, [7392] = {.lex_state = 0}, [7393] = {.lex_state = 0}, - [7394] = {.lex_state = 0}, + [7394] = {.lex_state = 173}, [7395] = {.lex_state = 196}, - [7396] = {.lex_state = 0}, + [7396] = {.lex_state = 196}, [7397] = {.lex_state = 0}, [7398] = {.lex_state = 0}, [7399] = {.lex_state = 0}, - [7400] = {.lex_state = 193}, - [7401] = {.lex_state = 0}, - [7402] = {.lex_state = 193}, - [7403] = {.lex_state = 0}, - [7404] = {.lex_state = 0}, + [7400] = {.lex_state = 0}, + [7401] = {.lex_state = 193}, + [7402] = {.lex_state = 196}, + [7403] = {.lex_state = 196}, + [7404] = {.lex_state = 196}, [7405] = {.lex_state = 0}, - [7406] = {.lex_state = 0}, - [7407] = {.lex_state = 196}, - [7408] = {.lex_state = 193}, - [7409] = {.lex_state = 113}, - [7410] = {.lex_state = 193}, + [7406] = {.lex_state = 196}, + [7407] = {.lex_state = 169}, + [7408] = {.lex_state = 196}, + [7409] = {.lex_state = 196}, + [7410] = {.lex_state = 196}, [7411] = {.lex_state = 0}, [7412] = {.lex_state = 0}, - [7413] = {.lex_state = 0}, - [7414] = {.lex_state = 196}, + [7413] = {.lex_state = 193}, + [7414] = {.lex_state = 0}, [7415] = {.lex_state = 0}, - [7416] = {.lex_state = 0}, - [7417] = {.lex_state = 0}, - [7418] = {.lex_state = 193}, - [7419] = {.lex_state = 196}, + [7416] = {.lex_state = 113}, + [7417] = {.lex_state = 193}, + [7418] = {.lex_state = 169}, + [7419] = {.lex_state = 0}, [7420] = {.lex_state = 0}, - [7421] = {.lex_state = 0}, + [7421] = {.lex_state = 193}, [7422] = {.lex_state = 0}, [7423] = {.lex_state = 0}, - [7424] = {.lex_state = 0}, - [7425] = {.lex_state = 0}, + [7424] = {.lex_state = 193}, + [7425] = {.lex_state = 169}, [7426] = {.lex_state = 196}, - [7427] = {.lex_state = 193}, - [7428] = {.lex_state = 193}, - [7429] = {.lex_state = 0}, + [7427] = {.lex_state = 0}, + [7428] = {.lex_state = 0}, + [7429] = {.lex_state = 169}, [7430] = {.lex_state = 0}, - [7431] = {.lex_state = 0}, + [7431] = {.lex_state = 196}, [7432] = {.lex_state = 0}, [7433] = {.lex_state = 0}, - [7434] = {.lex_state = 169}, - [7435] = {.lex_state = 196}, + [7434] = {.lex_state = 0}, + [7435] = {.lex_state = 193}, [7436] = {.lex_state = 0}, - [7437] = {.lex_state = 193}, - [7438] = {.lex_state = 0}, - [7439] = {.lex_state = 110}, + [7437] = {.lex_state = 0}, + [7438] = {.lex_state = 196}, + [7439] = {.lex_state = 0}, [7440] = {.lex_state = 0}, - [7441] = {.lex_state = 193}, - [7442] = {.lex_state = 193}, + [7441] = {.lex_state = 0}, + [7442] = {.lex_state = 0}, [7443] = {.lex_state = 0}, - [7444] = {.lex_state = 0}, - [7445] = {.lex_state = 193}, - [7446] = {.lex_state = 173}, + [7444] = {.lex_state = 213}, + [7445] = {.lex_state = 0}, + [7446] = {.lex_state = 0}, [7447] = {.lex_state = 0}, - [7448] = {.lex_state = 0}, - [7449] = {.lex_state = 0}, - [7450] = {.lex_state = 0}, - [7451] = {.lex_state = 196}, - [7452] = {.lex_state = 169}, + [7448] = {.lex_state = 193}, + [7449] = {.lex_state = 193}, + [7450] = {.lex_state = 193}, + [7451] = {.lex_state = 0}, + [7452] = {.lex_state = 0}, [7453] = {.lex_state = 0}, - [7454] = {.lex_state = 336}, + [7454] = {.lex_state = 0}, [7455] = {.lex_state = 0}, - [7456] = {.lex_state = 0}, - [7457] = {.lex_state = 336}, - [7458] = {.lex_state = 0}, - [7459] = {.lex_state = 336}, - [7460] = {.lex_state = 0}, + [7456] = {.lex_state = 193}, + [7457] = {.lex_state = 0}, + [7458] = {.lex_state = 336}, + [7459] = {.lex_state = 0}, + [7460] = {.lex_state = 336}, [7461] = {.lex_state = 112}, [7462] = {.lex_state = 0}, - [7463] = {.lex_state = 193}, + [7463] = {.lex_state = 112}, [7464] = {.lex_state = 336}, - [7465] = {.lex_state = 336, .external_lex_state = 2}, - [7466] = {.lex_state = 336, .external_lex_state = 2}, - [7467] = {.lex_state = 336, .external_lex_state = 2}, - [7468] = {.lex_state = 336, .external_lex_state = 2}, - [7469] = {.lex_state = 336, .external_lex_state = 2}, - [7470] = {.lex_state = 336, .external_lex_state = 2}, - [7471] = {.lex_state = 336, .external_lex_state = 2}, - [7472] = {.lex_state = 336, .external_lex_state = 2}, - [7473] = {.lex_state = 336, .external_lex_state = 2}, - [7474] = {.lex_state = 336, .external_lex_state = 2}, - [7475] = {.lex_state = 336, .external_lex_state = 2}, - [7476] = {.lex_state = 336, .external_lex_state = 2}, - [7477] = {.lex_state = 112}, - [7478] = {.lex_state = 336}, - [7479] = {.lex_state = 336, .external_lex_state = 2}, + [7465] = {.lex_state = 193}, + [7466] = {.lex_state = 0}, + [7467] = {.lex_state = 336}, + [7468] = {.lex_state = 0}, + [7469] = {.lex_state = 336}, + [7470] = {.lex_state = 112}, + [7471] = {.lex_state = 336}, + [7472] = {.lex_state = 0}, + [7473] = {.lex_state = 193}, + [7474] = {.lex_state = 0}, + [7475] = {.lex_state = 0}, + [7476] = {.lex_state = 0}, + [7477] = {.lex_state = 336}, + [7478] = {.lex_state = 112}, + [7479] = {.lex_state = 336}, [7480] = {.lex_state = 336}, - [7481] = {.lex_state = 336, .external_lex_state = 2}, - [7482] = {.lex_state = 336}, - [7483] = {.lex_state = 336, .external_lex_state = 2}, + [7481] = {.lex_state = 0}, + [7482] = {.lex_state = 193}, + [7483] = {.lex_state = 0}, [7484] = {.lex_state = 0}, [7485] = {.lex_state = 0}, - [7486] = {.lex_state = 0}, - [7487] = {.lex_state = 336, .external_lex_state = 2}, - [7488] = {.lex_state = 336}, + [7486] = {.lex_state = 336}, + [7487] = {.lex_state = 0}, + [7488] = {.lex_state = 0}, [7489] = {.lex_state = 0}, [7490] = {.lex_state = 0}, - [7491] = {.lex_state = 0}, + [7491] = {.lex_state = 336}, [7492] = {.lex_state = 0}, - [7493] = {.lex_state = 0}, - [7494] = {.lex_state = 193}, - [7495] = {.lex_state = 193}, - [7496] = {.lex_state = 336}, - [7497] = {.lex_state = 0}, + [7493] = {.lex_state = 112}, + [7494] = {.lex_state = 0}, + [7495] = {.lex_state = 0}, + [7496] = {.lex_state = 0}, + [7497] = {.lex_state = 336}, [7498] = {.lex_state = 0}, [7499] = {.lex_state = 0}, - [7500] = {.lex_state = 112}, - [7501] = {.lex_state = 0}, + [7500] = {.lex_state = 336}, + [7501] = {.lex_state = 193}, [7502] = {.lex_state = 193}, - [7503] = {.lex_state = 0}, - [7504] = {.lex_state = 336}, + [7503] = {.lex_state = 336}, + [7504] = {.lex_state = 0}, [7505] = {.lex_state = 0}, [7506] = {.lex_state = 0}, - [7507] = {.lex_state = 0}, - [7508] = {.lex_state = 336}, - [7509] = {.lex_state = 193}, - [7510] = {.lex_state = 169}, + [7507] = {.lex_state = 336}, + [7508] = {.lex_state = 0}, + [7509] = {.lex_state = 112}, + [7510] = {.lex_state = 0}, [7511] = {.lex_state = 0}, - [7512] = {.lex_state = 0}, - [7513] = {.lex_state = 0}, - [7514] = {.lex_state = 0}, + [7512] = {.lex_state = 336}, + [7513] = {.lex_state = 336}, + [7514] = {.lex_state = 336}, [7515] = {.lex_state = 0}, - [7516] = {.lex_state = 336}, + [7516] = {.lex_state = 0}, [7517] = {.lex_state = 0}, - [7518] = {.lex_state = 336}, + [7518] = {.lex_state = 0}, [7519] = {.lex_state = 336}, [7520] = {.lex_state = 0}, [7521] = {.lex_state = 0}, - [7522] = {.lex_state = 0}, - [7523] = {.lex_state = 0}, - [7524] = {.lex_state = 193}, + [7522] = {.lex_state = 169}, + [7523] = {.lex_state = 193}, + [7524] = {.lex_state = 336}, [7525] = {.lex_state = 0}, - [7526] = {.lex_state = 0}, - [7527] = {.lex_state = 0}, + [7526] = {.lex_state = 336}, + [7527] = {.lex_state = 336}, [7528] = {.lex_state = 0}, - [7529] = {.lex_state = 336, .external_lex_state = 2}, + [7529] = {.lex_state = 0}, [7530] = {.lex_state = 0}, - [7531] = {.lex_state = 0}, - [7532] = {.lex_state = 336}, + [7531] = {.lex_state = 336}, + [7532] = {.lex_state = 0}, [7533] = {.lex_state = 0}, - [7534] = {.lex_state = 336}, + [7534] = {.lex_state = 0}, [7535] = {.lex_state = 0}, - [7536] = {.lex_state = 193}, + [7536] = {.lex_state = 0}, [7537] = {.lex_state = 0}, [7538] = {.lex_state = 0}, [7539] = {.lex_state = 336}, [7540] = {.lex_state = 0}, - [7541] = {.lex_state = 193}, + [7541] = {.lex_state = 0}, [7542] = {.lex_state = 0}, - [7543] = {.lex_state = 112}, - [7544] = {.lex_state = 336}, - [7545] = {.lex_state = 336}, - [7546] = {.lex_state = 336}, - [7547] = {.lex_state = 112}, - [7548] = {.lex_state = 336}, + [7543] = {.lex_state = 336}, + [7544] = {.lex_state = 0}, + [7545] = {.lex_state = 0}, + [7546] = {.lex_state = 112}, + [7547] = {.lex_state = 193}, + [7548] = {.lex_state = 193}, [7549] = {.lex_state = 0}, [7550] = {.lex_state = 0}, [7551] = {.lex_state = 0}, [7552] = {.lex_state = 0}, - [7553] = {.lex_state = 193}, + [7553] = {.lex_state = 336}, [7554] = {.lex_state = 0}, - [7555] = {.lex_state = 0}, - [7556] = {.lex_state = 336}, - [7557] = {.lex_state = 0}, - [7558] = {.lex_state = 0}, - [7559] = {.lex_state = 0}, + [7555] = {.lex_state = 193}, + [7556] = {.lex_state = 193}, + [7557] = {.lex_state = 336}, + [7558] = {.lex_state = 336}, + [7559] = {.lex_state = 336}, [7560] = {.lex_state = 0}, [7561] = {.lex_state = 0}, [7562] = {.lex_state = 0}, [7563] = {.lex_state = 0}, - [7564] = {.lex_state = 0}, - [7565] = {.lex_state = 0}, - [7566] = {.lex_state = 112}, + [7564] = {.lex_state = 336}, + [7565] = {.lex_state = 193}, + [7566] = {.lex_state = 193}, [7567] = {.lex_state = 0}, [7568] = {.lex_state = 0}, [7569] = {.lex_state = 0}, [7570] = {.lex_state = 336}, - [7571] = {.lex_state = 0}, + [7571] = {.lex_state = 336}, [7572] = {.lex_state = 0}, - [7573] = {.lex_state = 112}, + [7573] = {.lex_state = 0}, [7574] = {.lex_state = 336}, - [7575] = {.lex_state = 0}, - [7576] = {.lex_state = 193}, + [7575] = {.lex_state = 336}, + [7576] = {.lex_state = 0}, [7577] = {.lex_state = 0}, - [7578] = {.lex_state = 0}, - [7579] = {.lex_state = 0}, + [7578] = {.lex_state = 336}, + [7579] = {.lex_state = 336}, [7580] = {.lex_state = 0}, - [7581] = {.lex_state = 0}, - [7582] = {.lex_state = 0}, - [7583] = {.lex_state = 193}, + [7581] = {.lex_state = 112}, + [7582] = {.lex_state = 193}, + [7583] = {.lex_state = 336}, [7584] = {.lex_state = 0}, - [7585] = {.lex_state = 112}, - [7586] = {.lex_state = 0}, - [7587] = {.lex_state = 0}, + [7585] = {.lex_state = 336}, + [7586] = {.lex_state = 193}, + [7587] = {.lex_state = 336}, [7588] = {.lex_state = 0}, - [7589] = {.lex_state = 336}, - [7590] = {.lex_state = 336}, - [7591] = {.lex_state = 336}, + [7589] = {.lex_state = 0}, + [7590] = {.lex_state = 0}, + [7591] = {.lex_state = 193}, [7592] = {.lex_state = 0}, [7593] = {.lex_state = 0}, [7594] = {.lex_state = 0}, - [7595] = {.lex_state = 336}, + [7595] = {.lex_state = 0}, [7596] = {.lex_state = 0}, - [7597] = {.lex_state = 336}, - [7598] = {.lex_state = 0}, + [7597] = {.lex_state = 0}, + [7598] = {.lex_state = 336}, [7599] = {.lex_state = 0}, - [7600] = {.lex_state = 193}, - [7601] = {.lex_state = 0}, + [7600] = {.lex_state = 336}, + [7601] = {.lex_state = 336}, [7602] = {.lex_state = 0}, [7603] = {.lex_state = 0}, [7604] = {.lex_state = 0}, - [7605] = {.lex_state = 0}, - [7606] = {.lex_state = 0}, - [7607] = {.lex_state = 336}, + [7605] = {.lex_state = 112}, + [7606] = {.lex_state = 193}, + [7607] = {.lex_state = 112}, [7608] = {.lex_state = 0}, - [7609] = {.lex_state = 0}, - [7610] = {.lex_state = 169}, - [7611] = {.lex_state = 193}, - [7612] = {.lex_state = 112}, + [7609] = {.lex_state = 193}, + [7610] = {.lex_state = 336}, + [7611] = {.lex_state = 336}, + [7612] = {.lex_state = 0}, [7613] = {.lex_state = 0}, [7614] = {.lex_state = 0}, [7615] = {.lex_state = 0}, [7616] = {.lex_state = 0}, - [7617] = {.lex_state = 193}, + [7617] = {.lex_state = 336}, [7618] = {.lex_state = 0}, - [7619] = {.lex_state = 336}, + [7619] = {.lex_state = 0}, [7620] = {.lex_state = 0}, - [7621] = {.lex_state = 0}, - [7622] = {.lex_state = 0}, + [7621] = {.lex_state = 112}, + [7622] = {.lex_state = 336}, [7623] = {.lex_state = 0}, [7624] = {.lex_state = 0}, [7625] = {.lex_state = 0}, @@ -29458,574 +29458,574 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7629] = {.lex_state = 0}, [7630] = {.lex_state = 0}, [7631] = {.lex_state = 0}, - [7632] = {.lex_state = 112}, - [7633] = {.lex_state = 169}, + [7632] = {.lex_state = 0}, + [7633] = {.lex_state = 336}, [7634] = {.lex_state = 0}, - [7635] = {.lex_state = 336}, + [7635] = {.lex_state = 0}, [7636] = {.lex_state = 0}, [7637] = {.lex_state = 0}, [7638] = {.lex_state = 0}, [7639] = {.lex_state = 0}, [7640] = {.lex_state = 0}, - [7641] = {.lex_state = 193}, - [7642] = {.lex_state = 0}, - [7643] = {.lex_state = 0}, - [7644] = {.lex_state = 0}, + [7641] = {.lex_state = 0}, + [7642] = {.lex_state = 193}, + [7643] = {.lex_state = 112}, + [7644] = {.lex_state = 336}, [7645] = {.lex_state = 336}, - [7646] = {.lex_state = 336}, + [7646] = {.lex_state = 0}, [7647] = {.lex_state = 336}, - [7648] = {.lex_state = 193}, + [7648] = {.lex_state = 336}, [7649] = {.lex_state = 0}, - [7650] = {.lex_state = 336}, + [7650] = {.lex_state = 0}, [7651] = {.lex_state = 0}, - [7652] = {.lex_state = 0}, + [7652] = {.lex_state = 336, .external_lex_state = 2}, [7653] = {.lex_state = 0}, - [7654] = {.lex_state = 0}, + [7654] = {.lex_state = 193}, [7655] = {.lex_state = 0}, [7656] = {.lex_state = 0}, - [7657] = {.lex_state = 336}, - [7658] = {.lex_state = 336}, + [7657] = {.lex_state = 0}, + [7658] = {.lex_state = 112}, [7659] = {.lex_state = 0}, - [7660] = {.lex_state = 193}, - [7661] = {.lex_state = 0}, - [7662] = {.lex_state = 336}, + [7660] = {.lex_state = 0}, + [7661] = {.lex_state = 336}, + [7662] = {.lex_state = 0}, [7663] = {.lex_state = 0}, - [7664] = {.lex_state = 336}, + [7664] = {.lex_state = 0}, [7665] = {.lex_state = 0}, [7666] = {.lex_state = 0}, [7667] = {.lex_state = 0}, [7668] = {.lex_state = 0}, - [7669] = {.lex_state = 193}, - [7670] = {.lex_state = 0}, + [7669] = {.lex_state = 0}, + [7670] = {.lex_state = 336}, [7671] = {.lex_state = 0}, [7672] = {.lex_state = 0}, - [7673] = {.lex_state = 0}, - [7674] = {.lex_state = 0}, - [7675] = {.lex_state = 0}, - [7676] = {.lex_state = 112}, - [7677] = {.lex_state = 336}, - [7678] = {.lex_state = 336}, + [7673] = {.lex_state = 336}, + [7674] = {.lex_state = 169}, + [7675] = {.lex_state = 193}, + [7676] = {.lex_state = 0}, + [7677] = {.lex_state = 0}, + [7678] = {.lex_state = 0}, [7679] = {.lex_state = 0}, - [7680] = {.lex_state = 0}, - [7681] = {.lex_state = 0}, - [7682] = {.lex_state = 336}, + [7680] = {.lex_state = 112}, + [7681] = {.lex_state = 112}, + [7682] = {.lex_state = 169}, [7683] = {.lex_state = 0}, - [7684] = {.lex_state = 336}, + [7684] = {.lex_state = 0}, [7685] = {.lex_state = 0}, - [7686] = {.lex_state = 0}, - [7687] = {.lex_state = 0}, + [7686] = {.lex_state = 336}, + [7687] = {.lex_state = 336}, [7688] = {.lex_state = 0}, - [7689] = {.lex_state = 0}, + [7689] = {.lex_state = 336}, [7690] = {.lex_state = 0}, [7691] = {.lex_state = 193}, [7692] = {.lex_state = 336}, [7693] = {.lex_state = 336}, - [7694] = {.lex_state = 0}, - [7695] = {.lex_state = 0}, - [7696] = {.lex_state = 0}, + [7694] = {.lex_state = 336}, + [7695] = {.lex_state = 193}, + [7696] = {.lex_state = 112}, [7697] = {.lex_state = 0}, [7698] = {.lex_state = 0}, - [7699] = {.lex_state = 336}, + [7699] = {.lex_state = 0}, [7700] = {.lex_state = 0}, - [7701] = {.lex_state = 336}, + [7701] = {.lex_state = 0}, [7702] = {.lex_state = 0}, [7703] = {.lex_state = 0}, [7704] = {.lex_state = 0}, [7705] = {.lex_state = 336}, - [7706] = {.lex_state = 112}, - [7707] = {.lex_state = 336}, - [7708] = {.lex_state = 0}, - [7709] = {.lex_state = 0}, - [7710] = {.lex_state = 193}, - [7711] = {.lex_state = 193}, - [7712] = {.lex_state = 0}, - [7713] = {.lex_state = 336}, - [7714] = {.lex_state = 0}, - [7715] = {.lex_state = 193}, + [7706] = {.lex_state = 336}, + [7707] = {.lex_state = 0}, + [7708] = {.lex_state = 193}, + [7709] = {.lex_state = 336}, + [7710] = {.lex_state = 0}, + [7711] = {.lex_state = 0}, + [7712] = {.lex_state = 336, .external_lex_state = 2}, + [7713] = {.lex_state = 0}, + [7714] = {.lex_state = 193}, + [7715] = {.lex_state = 0}, [7716] = {.lex_state = 0}, - [7717] = {.lex_state = 336}, + [7717] = {.lex_state = 0}, [7718] = {.lex_state = 0}, - [7719] = {.lex_state = 336}, + [7719] = {.lex_state = 0}, [7720] = {.lex_state = 0}, - [7721] = {.lex_state = 193}, + [7721] = {.lex_state = 0}, [7722] = {.lex_state = 0}, [7723] = {.lex_state = 0}, - [7724] = {.lex_state = 336}, - [7725] = {.lex_state = 112}, - [7726] = {.lex_state = 336}, - [7727] = {.lex_state = 336}, - [7728] = {.lex_state = 0}, + [7724] = {.lex_state = 112}, + [7725] = {.lex_state = 336}, + [7726] = {.lex_state = 0}, + [7727] = {.lex_state = 0}, + [7728] = {.lex_state = 193}, [7729] = {.lex_state = 336}, - [7730] = {.lex_state = 0}, + [7730] = {.lex_state = 336}, [7731] = {.lex_state = 0}, - [7732] = {.lex_state = 336}, + [7732] = {.lex_state = 0}, [7733] = {.lex_state = 0}, [7734] = {.lex_state = 0}, - [7735] = {.lex_state = 336}, + [7735] = {.lex_state = 0}, [7736] = {.lex_state = 0}, - [7737] = {.lex_state = 193}, + [7737] = {.lex_state = 0}, [7738] = {.lex_state = 193}, - [7739] = {.lex_state = 0}, - [7740] = {.lex_state = 0}, + [7739] = {.lex_state = 336}, + [7740] = {.lex_state = 336}, [7741] = {.lex_state = 0}, [7742] = {.lex_state = 0}, [7743] = {.lex_state = 0}, - [7744] = {.lex_state = 336}, + [7744] = {.lex_state = 0}, [7745] = {.lex_state = 0}, [7746] = {.lex_state = 0}, - [7747] = {.lex_state = 336}, - [7748] = {.lex_state = 336}, - [7749] = {.lex_state = 0}, + [7747] = {.lex_state = 0}, + [7748] = {.lex_state = 0}, + [7749] = {.lex_state = 336}, [7750] = {.lex_state = 0}, [7751] = {.lex_state = 0}, - [7752] = {.lex_state = 112}, - [7753] = {.lex_state = 0}, + [7752] = {.lex_state = 0}, + [7753] = {.lex_state = 336, .external_lex_state = 2}, [7754] = {.lex_state = 0}, [7755] = {.lex_state = 0}, - [7756] = {.lex_state = 336}, + [7756] = {.lex_state = 0}, [7757] = {.lex_state = 336}, [7758] = {.lex_state = 0}, - [7759] = {.lex_state = 336}, - [7760] = {.lex_state = 0}, - [7761] = {.lex_state = 336}, - [7762] = {.lex_state = 193}, + [7759] = {.lex_state = 336, .external_lex_state = 2}, + [7760] = {.lex_state = 193}, + [7761] = {.lex_state = 193}, + [7762] = {.lex_state = 336, .external_lex_state = 2}, [7763] = {.lex_state = 0}, - [7764] = {.lex_state = 112}, - [7765] = {.lex_state = 0}, - [7766] = {.lex_state = 336}, - [7767] = {.lex_state = 336}, - [7768] = {.lex_state = 336}, - [7769] = {.lex_state = 336}, - [7770] = {.lex_state = 336}, - [7771] = {.lex_state = 0}, - [7772] = {.lex_state = 112}, - [7773] = {.lex_state = 193}, - [7774] = {.lex_state = 336}, - [7775] = {.lex_state = 0}, - [7776] = {.lex_state = 112}, - [7777] = {.lex_state = 0}, + [7764] = {.lex_state = 336, .external_lex_state = 2}, + [7765] = {.lex_state = 336}, + [7766] = {.lex_state = 0}, + [7767] = {.lex_state = 336, .external_lex_state = 2}, + [7768] = {.lex_state = 336, .external_lex_state = 2}, + [7769] = {.lex_state = 336, .external_lex_state = 2}, + [7770] = {.lex_state = 336, .external_lex_state = 2}, + [7771] = {.lex_state = 336, .external_lex_state = 2}, + [7772] = {.lex_state = 336, .external_lex_state = 2}, + [7773] = {.lex_state = 336, .external_lex_state = 2}, + [7774] = {.lex_state = 336, .external_lex_state = 2}, + [7775] = {.lex_state = 336, .external_lex_state = 2}, + [7776] = {.lex_state = 336, .external_lex_state = 2}, + [7777] = {.lex_state = 336, .external_lex_state = 2}, [7778] = {.lex_state = 0}, [7779] = {.lex_state = 0}, [7780] = {.lex_state = 0}, - [7781] = {.lex_state = 0}, - [7782] = {.lex_state = 193}, + [7781] = {.lex_state = 336}, + [7782] = {.lex_state = 0}, [7783] = {.lex_state = 0}, - [7784] = {.lex_state = 193}, + [7784] = {.lex_state = 0}, [7785] = {.lex_state = 0}, - [7786] = {.lex_state = 171}, - [7787] = {.lex_state = 0}, + [7786] = {.lex_state = 193}, + [7787] = {.lex_state = 169}, [7788] = {.lex_state = 0}, - [7789] = {.lex_state = 0}, + [7789] = {.lex_state = 113}, [7790] = {.lex_state = 193}, [7791] = {.lex_state = 0}, - [7792] = {.lex_state = 0}, + [7792] = {.lex_state = 193}, [7793] = {.lex_state = 0}, - [7794] = {.lex_state = 169}, + [7794] = {.lex_state = 0}, [7795] = {.lex_state = 0}, - [7796] = {.lex_state = 169}, + [7796] = {.lex_state = 0}, [7797] = {.lex_state = 0}, - [7798] = {.lex_state = 336}, - [7799] = {.lex_state = 0}, - [7800] = {.lex_state = 0}, - [7801] = {.lex_state = 169}, - [7802] = {.lex_state = 0}, - [7803] = {.lex_state = 169}, - [7804] = {.lex_state = 172}, + [7798] = {.lex_state = 0}, + [7799] = {.lex_state = 193}, + [7800] = {.lex_state = 193}, + [7801] = {.lex_state = 0}, + [7802] = {.lex_state = 0, .external_lex_state = 2}, + [7803] = {.lex_state = 171}, + [7804] = {.lex_state = 0}, [7805] = {.lex_state = 0}, - [7806] = {.lex_state = 193}, + [7806] = {.lex_state = 0}, [7807] = {.lex_state = 0}, - [7808] = {.lex_state = 171}, - [7809] = {.lex_state = 0}, - [7810] = {.lex_state = 336}, - [7811] = {.lex_state = 169}, + [7808] = {.lex_state = 0}, + [7809] = {.lex_state = 113}, + [7810] = {.lex_state = 193}, + [7811] = {.lex_state = 193}, [7812] = {.lex_state = 0}, [7813] = {.lex_state = 0}, [7814] = {.lex_state = 0}, - [7815] = {.lex_state = 0, .external_lex_state = 2}, + [7815] = {.lex_state = 0}, [7816] = {.lex_state = 0}, - [7817] = {.lex_state = 0}, - [7818] = {.lex_state = 336}, - [7819] = {.lex_state = 0}, + [7817] = {.lex_state = 193}, + [7818] = {.lex_state = 0}, + [7819] = {.lex_state = 171}, [7820] = {.lex_state = 0}, - [7821] = {.lex_state = 336}, - [7822] = {.lex_state = 336}, + [7821] = {.lex_state = 171}, + [7822] = {.lex_state = 193}, [7823] = {.lex_state = 0}, - [7824] = {.lex_state = 0}, - [7825] = {.lex_state = 113}, - [7826] = {.lex_state = 171}, - [7827] = {.lex_state = 0}, - [7828] = {.lex_state = 171}, + [7824] = {.lex_state = 193}, + [7825] = {.lex_state = 0}, + [7826] = {.lex_state = 0}, + [7827] = {.lex_state = 193}, + [7828] = {.lex_state = 0}, [7829] = {.lex_state = 0}, [7830] = {.lex_state = 0}, - [7831] = {.lex_state = 0}, - [7832] = {.lex_state = 0}, + [7831] = {.lex_state = 193}, + [7832] = {.lex_state = 336}, [7833] = {.lex_state = 0}, [7834] = {.lex_state = 0}, [7835] = {.lex_state = 0}, - [7836] = {.lex_state = 0}, - [7837] = {.lex_state = 236}, - [7838] = {.lex_state = 192}, - [7839] = {.lex_state = 0}, - [7840] = {.lex_state = 193}, - [7841] = {.lex_state = 193}, - [7842] = {.lex_state = 0}, - [7843] = {.lex_state = 113}, + [7836] = {.lex_state = 193}, + [7837] = {.lex_state = 193}, + [7838] = {.lex_state = 196}, + [7839] = {.lex_state = 193}, + [7840] = {.lex_state = 0}, + [7841] = {.lex_state = 171}, + [7842] = {.lex_state = 193}, + [7843] = {.lex_state = 0}, [7844] = {.lex_state = 0}, - [7845] = {.lex_state = 113}, - [7846] = {.lex_state = 0}, - [7847] = {.lex_state = 193}, - [7848] = {.lex_state = 193}, + [7845] = {.lex_state = 0}, + [7846] = {.lex_state = 193}, + [7847] = {.lex_state = 336}, + [7848] = {.lex_state = 0}, [7849] = {.lex_state = 336}, [7850] = {.lex_state = 0}, [7851] = {.lex_state = 0}, - [7852] = {.lex_state = 171}, - [7853] = {.lex_state = 193}, - [7854] = {.lex_state = 336}, + [7852] = {.lex_state = 113}, + [7853] = {.lex_state = 336}, + [7854] = {.lex_state = 171}, [7855] = {.lex_state = 0}, [7856] = {.lex_state = 0}, - [7857] = {.lex_state = 0}, - [7858] = {.lex_state = 0}, - [7859] = {.lex_state = 336}, - [7860] = {.lex_state = 171}, - [7861] = {.lex_state = 0}, - [7862] = {.lex_state = 171}, + [7857] = {.lex_state = 193}, + [7858] = {.lex_state = 336}, + [7859] = {.lex_state = 0}, + [7860] = {.lex_state = 113}, + [7861] = {.lex_state = 193}, + [7862] = {.lex_state = 0}, [7863] = {.lex_state = 0}, [7864] = {.lex_state = 0}, - [7865] = {.lex_state = 336}, + [7865] = {.lex_state = 0}, [7866] = {.lex_state = 0}, [7867] = {.lex_state = 0}, [7868] = {.lex_state = 0}, - [7869] = {.lex_state = 171}, + [7869] = {.lex_state = 0}, [7870] = {.lex_state = 0}, [7871] = {.lex_state = 0}, - [7872] = {.lex_state = 113}, - [7873] = {.lex_state = 171}, + [7872] = {.lex_state = 0}, + [7873] = {.lex_state = 0}, [7874] = {.lex_state = 0}, - [7875] = {.lex_state = 193}, - [7876] = {.lex_state = 336}, - [7877] = {.lex_state = 0}, - [7878] = {.lex_state = 171}, - [7879] = {.lex_state = 0}, + [7875] = {.lex_state = 336}, + [7876] = {.lex_state = 0}, + [7877] = {.lex_state = 193}, + [7878] = {.lex_state = 0}, + [7879] = {.lex_state = 171}, [7880] = {.lex_state = 171}, - [7881] = {.lex_state = 171}, - [7882] = {.lex_state = 171}, - [7883] = {.lex_state = 171}, + [7881] = {.lex_state = 113}, + [7882] = {.lex_state = 0}, + [7883] = {.lex_state = 0}, [7884] = {.lex_state = 0}, - [7885] = {.lex_state = 0}, - [7886] = {.lex_state = 193}, - [7887] = {.lex_state = 0}, - [7888] = {.lex_state = 193}, - [7889] = {.lex_state = 196}, + [7885] = {.lex_state = 193}, + [7886] = {.lex_state = 0}, + [7887] = {.lex_state = 113}, + [7888] = {.lex_state = 0}, + [7889] = {.lex_state = 0}, [7890] = {.lex_state = 0}, - [7891] = {.lex_state = 0}, - [7892] = {.lex_state = 113}, + [7891] = {.lex_state = 113}, + [7892] = {.lex_state = 0}, [7893] = {.lex_state = 0}, - [7894] = {.lex_state = 113}, - [7895] = {.lex_state = 0}, - [7896] = {.lex_state = 0}, + [7894] = {.lex_state = 0}, + [7895] = {.lex_state = 193}, + [7896] = {.lex_state = 196}, [7897] = {.lex_state = 0}, - [7898] = {.lex_state = 171}, + [7898] = {.lex_state = 0}, [7899] = {.lex_state = 0}, - [7900] = {.lex_state = 171}, + [7900] = {.lex_state = 0}, [7901] = {.lex_state = 0}, - [7902] = {.lex_state = 113}, + [7902] = {.lex_state = 0}, [7903] = {.lex_state = 0}, - [7904] = {.lex_state = 0}, - [7905] = {.lex_state = 193}, + [7904] = {.lex_state = 193}, + [7905] = {.lex_state = 0}, [7906] = {.lex_state = 0}, - [7907] = {.lex_state = 113}, - [7908] = {.lex_state = 113}, - [7909] = {.lex_state = 113}, - [7910] = {.lex_state = 0}, - [7911] = {.lex_state = 196}, - [7912] = {.lex_state = 0}, - [7913] = {.lex_state = 0, .external_lex_state = 2}, - [7914] = {.lex_state = 193}, - [7915] = {.lex_state = 0}, + [7907] = {.lex_state = 0}, + [7908] = {.lex_state = 0}, + [7909] = {.lex_state = 0}, + [7910] = {.lex_state = 192}, + [7911] = {.lex_state = 0}, + [7912] = {.lex_state = 0, .external_lex_state = 2}, + [7913] = {.lex_state = 0}, + [7914] = {.lex_state = 336}, + [7915] = {.lex_state = 171}, [7916] = {.lex_state = 0}, [7917] = {.lex_state = 0}, - [7918] = {.lex_state = 0}, - [7919] = {.lex_state = 171}, - [7920] = {.lex_state = 0}, - [7921] = {.lex_state = 171}, + [7918] = {.lex_state = 196}, + [7919] = {.lex_state = 336}, + [7920] = {.lex_state = 193}, + [7921] = {.lex_state = 0}, [7922] = {.lex_state = 0}, [7923] = {.lex_state = 0}, [7924] = {.lex_state = 0}, - [7925] = {.lex_state = 0}, - [7926] = {.lex_state = 0}, + [7925] = {.lex_state = 236}, + [7926] = {.lex_state = 113}, [7927] = {.lex_state = 193}, [7928] = {.lex_state = 0}, - [7929] = {.lex_state = 193}, - [7930] = {.lex_state = 0}, - [7931] = {.lex_state = 193}, + [7929] = {.lex_state = 0}, + [7930] = {.lex_state = 193}, + [7931] = {.lex_state = 0}, [7932] = {.lex_state = 0}, - [7933] = {.lex_state = 193}, - [7934] = {.lex_state = 193}, - [7935] = {.lex_state = 196}, - [7936] = {.lex_state = 193}, + [7933] = {.lex_state = 0}, + [7934] = {.lex_state = 0}, + [7935] = {.lex_state = 193}, + [7936] = {.lex_state = 113}, [7937] = {.lex_state = 0}, - [7938] = {.lex_state = 193}, + [7938] = {.lex_state = 0}, [7939] = {.lex_state = 0}, [7940] = {.lex_state = 0}, - [7941] = {.lex_state = 193}, - [7942] = {.lex_state = 336}, - [7943] = {.lex_state = 336}, - [7944] = {.lex_state = 0}, - [7945] = {.lex_state = 193}, + [7941] = {.lex_state = 336}, + [7942] = {.lex_state = 0}, + [7943] = {.lex_state = 0}, + [7944] = {.lex_state = 193}, + [7945] = {.lex_state = 0}, [7946] = {.lex_state = 0}, - [7947] = {.lex_state = 0}, - [7948] = {.lex_state = 0}, + [7947] = {.lex_state = 171}, + [7948] = {.lex_state = 196}, [7949] = {.lex_state = 193}, - [7950] = {.lex_state = 113}, - [7951] = {.lex_state = 336}, - [7952] = {.lex_state = 0}, - [7953] = {.lex_state = 0}, + [7950] = {.lex_state = 171}, + [7951] = {.lex_state = 171}, + [7952] = {.lex_state = 193}, + [7953] = {.lex_state = 171}, [7954] = {.lex_state = 0}, - [7955] = {.lex_state = 0}, - [7956] = {.lex_state = 0}, - [7957] = {.lex_state = 336}, + [7955] = {.lex_state = 171}, + [7956] = {.lex_state = 336}, + [7957] = {.lex_state = 171}, [7958] = {.lex_state = 193}, - [7959] = {.lex_state = 0}, - [7960] = {.lex_state = 0}, + [7959] = {.lex_state = 113}, + [7960] = {.lex_state = 171}, [7961] = {.lex_state = 0}, [7962] = {.lex_state = 0}, - [7963] = {.lex_state = 0}, - [7964] = {.lex_state = 193}, + [7963] = {.lex_state = 193}, + [7964] = {.lex_state = 0}, [7965] = {.lex_state = 0}, - [7966] = {.lex_state = 171}, + [7966] = {.lex_state = 0, .external_lex_state = 2}, [7967] = {.lex_state = 0}, - [7968] = {.lex_state = 193}, + [7968] = {.lex_state = 171}, [7969] = {.lex_state = 0}, [7970] = {.lex_state = 0}, - [7971] = {.lex_state = 0}, - [7972] = {.lex_state = 0}, + [7971] = {.lex_state = 171}, + [7972] = {.lex_state = 171}, [7973] = {.lex_state = 0}, - [7974] = {.lex_state = 193}, - [7975] = {.lex_state = 193}, - [7976] = {.lex_state = 0}, + [7974] = {.lex_state = 171}, + [7975] = {.lex_state = 0}, + [7976] = {.lex_state = 171}, [7977] = {.lex_state = 0}, - [7978] = {.lex_state = 0}, - [7979] = {.lex_state = 193}, + [7978] = {.lex_state = 193}, + [7979] = {.lex_state = 0}, [7980] = {.lex_state = 336}, - [7981] = {.lex_state = 0}, + [7981] = {.lex_state = 336}, [7982] = {.lex_state = 0}, - [7983] = {.lex_state = 0}, + [7983] = {.lex_state = 171}, [7984] = {.lex_state = 0}, - [7985] = {.lex_state = 0}, - [7986] = {.lex_state = 0, .external_lex_state = 2}, - [7987] = {.lex_state = 0}, - [7988] = {.lex_state = 193}, + [7985] = {.lex_state = 0, .external_lex_state = 2}, + [7986] = {.lex_state = 0}, + [7987] = {.lex_state = 193}, + [7988] = {.lex_state = 0}, [7989] = {.lex_state = 0}, [7990] = {.lex_state = 0}, - [7991] = {.lex_state = 0}, + [7991] = {.lex_state = 171}, [7992] = {.lex_state = 0}, [7993] = {.lex_state = 0}, - [7994] = {.lex_state = 0}, + [7994] = {.lex_state = 336}, [7995] = {.lex_state = 336}, - [7996] = {.lex_state = 171}, - [7997] = {.lex_state = 171}, - [7998] = {.lex_state = 171}, + [7996] = {.lex_state = 0}, + [7997] = {.lex_state = 0}, + [7998] = {.lex_state = 193}, [7999] = {.lex_state = 0}, - [8000] = {.lex_state = 0}, - [8001] = {.lex_state = 171}, - [8002] = {.lex_state = 171}, - [8003] = {.lex_state = 171}, - [8004] = {.lex_state = 171}, - [8005] = {.lex_state = 171}, + [8000] = {.lex_state = 171}, + [8001] = {.lex_state = 193}, + [8002] = {.lex_state = 0}, + [8003] = {.lex_state = 0}, + [8004] = {.lex_state = 0}, + [8005] = {.lex_state = 0}, [8006] = {.lex_state = 0}, - [8007] = {.lex_state = 0}, - [8008] = {.lex_state = 193}, - [8009] = {.lex_state = 336}, + [8007] = {.lex_state = 113}, + [8008] = {.lex_state = 336}, + [8009] = {.lex_state = 113}, [8010] = {.lex_state = 0}, - [8011] = {.lex_state = 0}, + [8011] = {.lex_state = 336}, [8012] = {.lex_state = 0}, [8013] = {.lex_state = 0}, - [8014] = {.lex_state = 0}, - [8015] = {.lex_state = 193}, - [8016] = {.lex_state = 196}, + [8014] = {.lex_state = 193}, + [8015] = {.lex_state = 0}, + [8016] = {.lex_state = 0}, [8017] = {.lex_state = 0}, - [8018] = {.lex_state = 0}, + [8018] = {.lex_state = 171}, [8019] = {.lex_state = 0}, - [8020] = {.lex_state = 0, .external_lex_state = 3}, - [8021] = {.lex_state = 0}, - [8022] = {.lex_state = 336}, - [8023] = {.lex_state = 0}, + [8020] = {.lex_state = 0}, + [8021] = {.lex_state = 171}, + [8022] = {.lex_state = 0}, + [8023] = {.lex_state = 193}, [8024] = {.lex_state = 0}, [8025] = {.lex_state = 0}, - [8026] = {.lex_state = 0}, + [8026] = {.lex_state = 336}, [8027] = {.lex_state = 0}, [8028] = {.lex_state = 0}, - [8029] = {.lex_state = 0}, + [8029] = {.lex_state = 193}, [8030] = {.lex_state = 193}, [8031] = {.lex_state = 0}, [8032] = {.lex_state = 0}, [8033] = {.lex_state = 0}, [8034] = {.lex_state = 0}, [8035] = {.lex_state = 0}, - [8036] = {.lex_state = 0}, - [8037] = {.lex_state = 0, .external_lex_state = 2}, - [8038] = {.lex_state = 0}, - [8039] = {.lex_state = 193}, - [8040] = {.lex_state = 193}, - [8041] = {.lex_state = 171}, - [8042] = {.lex_state = 0}, - [8043] = {.lex_state = 171}, - [8044] = {.lex_state = 0}, - [8045] = {.lex_state = 0}, - [8046] = {.lex_state = 336}, - [8047] = {.lex_state = 171}, + [8036] = {.lex_state = 0, .external_lex_state = 2}, + [8037] = {.lex_state = 0}, + [8038] = {.lex_state = 193}, + [8039] = {.lex_state = 0}, + [8040] = {.lex_state = 0}, + [8041] = {.lex_state = 0}, + [8042] = {.lex_state = 193}, + [8043] = {.lex_state = 0}, + [8044] = {.lex_state = 171}, + [8045] = {.lex_state = 336}, + [8046] = {.lex_state = 0}, + [8047] = {.lex_state = 0}, [8048] = {.lex_state = 0}, [8049] = {.lex_state = 0}, [8050] = {.lex_state = 0}, [8051] = {.lex_state = 0}, - [8052] = {.lex_state = 113}, - [8053] = {.lex_state = 171}, - [8054] = {.lex_state = 171}, - [8055] = {.lex_state = 171}, + [8052] = {.lex_state = 0}, + [8053] = {.lex_state = 0}, + [8054] = {.lex_state = 193}, + [8055] = {.lex_state = 0}, [8056] = {.lex_state = 0}, - [8057] = {.lex_state = 196}, - [8058] = {.lex_state = 0}, - [8059] = {.lex_state = 336}, - [8060] = {.lex_state = 193}, + [8057] = {.lex_state = 0}, + [8058] = {.lex_state = 336}, + [8059] = {.lex_state = 171}, + [8060] = {.lex_state = 0}, [8061] = {.lex_state = 0}, [8062] = {.lex_state = 0}, - [8063] = {.lex_state = 0}, - [8064] = {.lex_state = 171}, + [8063] = {.lex_state = 336}, + [8064] = {.lex_state = 0}, [8065] = {.lex_state = 0}, - [8066] = {.lex_state = 0}, - [8067] = {.lex_state = 113}, - [8068] = {.lex_state = 0}, - [8069] = {.lex_state = 336}, - [8070] = {.lex_state = 193}, - [8071] = {.lex_state = 336}, - [8072] = {.lex_state = 0}, - [8073] = {.lex_state = 0}, - [8074] = {.lex_state = 0}, - [8075] = {.lex_state = 0}, - [8076] = {.lex_state = 0}, - [8077] = {.lex_state = 193}, - [8078] = {.lex_state = 0}, + [8066] = {.lex_state = 113}, + [8067] = {.lex_state = 0}, + [8068] = {.lex_state = 336}, + [8069] = {.lex_state = 0}, + [8070] = {.lex_state = 0}, + [8071] = {.lex_state = 0}, + [8072] = {.lex_state = 171}, + [8073] = {.lex_state = 336}, + [8074] = {.lex_state = 196}, + [8075] = {.lex_state = 193}, + [8076] = {.lex_state = 193}, + [8077] = {.lex_state = 0}, + [8078] = {.lex_state = 193}, [8079] = {.lex_state = 0}, - [8080] = {.lex_state = 0}, - [8081] = {.lex_state = 0, .external_lex_state = 2}, - [8082] = {.lex_state = 196}, - [8083] = {.lex_state = 193}, - [8084] = {.lex_state = 0}, - [8085] = {.lex_state = 171}, + [8080] = {.lex_state = 0, .external_lex_state = 2}, + [8081] = {.lex_state = 0}, + [8082] = {.lex_state = 0}, + [8083] = {.lex_state = 0}, + [8084] = {.lex_state = 171}, + [8085] = {.lex_state = 0}, [8086] = {.lex_state = 0}, - [8087] = {.lex_state = 193}, - [8088] = {.lex_state = 0}, - [8089] = {.lex_state = 336}, - [8090] = {.lex_state = 0}, - [8091] = {.lex_state = 0}, + [8087] = {.lex_state = 0}, + [8088] = {.lex_state = 336}, + [8089] = {.lex_state = 0}, + [8090] = {.lex_state = 113}, + [8091] = {.lex_state = 171}, [8092] = {.lex_state = 0}, [8093] = {.lex_state = 0}, - [8094] = {.lex_state = 0}, - [8095] = {.lex_state = 0}, - [8096] = {.lex_state = 0, .external_lex_state = 2}, - [8097] = {.lex_state = 0}, + [8094] = {.lex_state = 336}, + [8095] = {.lex_state = 0, .external_lex_state = 2}, + [8096] = {.lex_state = 193}, + [8097] = {.lex_state = 193}, [8098] = {.lex_state = 0}, [8099] = {.lex_state = 0}, [8100] = {.lex_state = 0}, - [8101] = {.lex_state = 0}, - [8102] = {.lex_state = 336}, + [8101] = {.lex_state = 336}, + [8102] = {.lex_state = 0, .external_lex_state = 3}, [8103] = {.lex_state = 0}, [8104] = {.lex_state = 0}, [8105] = {.lex_state = 0}, - [8106] = {.lex_state = 193}, - [8107] = {.lex_state = 0, .external_lex_state = 2}, + [8106] = {.lex_state = 0, .external_lex_state = 2}, + [8107] = {.lex_state = 171}, [8108] = {.lex_state = 0}, [8109] = {.lex_state = 0}, [8110] = {.lex_state = 0}, - [8111] = {.lex_state = 0}, - [8112] = {.lex_state = 336}, - [8113] = {.lex_state = 0}, - [8114] = {.lex_state = 0, .external_lex_state = 2}, + [8111] = {.lex_state = 336}, + [8112] = {.lex_state = 0}, + [8113] = {.lex_state = 0, .external_lex_state = 2}, + [8114] = {.lex_state = 0}, [8115] = {.lex_state = 0}, [8116] = {.lex_state = 0}, - [8117] = {.lex_state = 0}, - [8118] = {.lex_state = 0, .external_lex_state = 2}, + [8117] = {.lex_state = 0, .external_lex_state = 2}, + [8118] = {.lex_state = 0}, [8119] = {.lex_state = 0}, [8120] = {.lex_state = 0}, - [8121] = {.lex_state = 0}, - [8122] = {.lex_state = 0, .external_lex_state = 2}, - [8123] = {.lex_state = 0}, - [8124] = {.lex_state = 0, .external_lex_state = 2}, - [8125] = {.lex_state = 0}, - [8126] = {.lex_state = 0, .external_lex_state = 2}, - [8127] = {.lex_state = 0}, - [8128] = {.lex_state = 0, .external_lex_state = 2}, - [8129] = {.lex_state = 0}, - [8130] = {.lex_state = 0, .external_lex_state = 2}, - [8131] = {.lex_state = 0}, - [8132] = {.lex_state = 0, .external_lex_state = 2}, - [8133] = {.lex_state = 0}, - [8134] = {.lex_state = 0}, - [8135] = {.lex_state = 0}, - [8136] = {.lex_state = 336}, - [8137] = {.lex_state = 0}, + [8121] = {.lex_state = 0, .external_lex_state = 2}, + [8122] = {.lex_state = 0}, + [8123] = {.lex_state = 0, .external_lex_state = 2}, + [8124] = {.lex_state = 0}, + [8125] = {.lex_state = 0, .external_lex_state = 2}, + [8126] = {.lex_state = 0}, + [8127] = {.lex_state = 0, .external_lex_state = 2}, + [8128] = {.lex_state = 0}, + [8129] = {.lex_state = 0, .external_lex_state = 2}, + [8130] = {.lex_state = 0}, + [8131] = {.lex_state = 0, .external_lex_state = 2}, + [8132] = {.lex_state = 196}, + [8133] = {.lex_state = 169}, + [8134] = {.lex_state = 193}, + [8135] = {.lex_state = 336}, + [8136] = {.lex_state = 0}, + [8137] = {.lex_state = 336}, [8138] = {.lex_state = 336}, [8139] = {.lex_state = 336}, [8140] = {.lex_state = 336}, [8141] = {.lex_state = 0}, - [8142] = {.lex_state = 0}, - [8143] = {.lex_state = 336}, - [8144] = {.lex_state = 0}, - [8145] = {.lex_state = 336}, - [8146] = {.lex_state = 336}, - [8147] = {.lex_state = 336}, - [8148] = {.lex_state = 196}, - [8149] = {.lex_state = 0}, - [8150] = {.lex_state = 0}, - [8151] = {.lex_state = 0}, - [8152] = {.lex_state = 0}, - [8153] = {.lex_state = 336}, - [8154] = {.lex_state = 196}, - [8155] = {.lex_state = 113}, + [8142] = {.lex_state = 336}, + [8143] = {.lex_state = 0}, + [8144] = {.lex_state = 336}, + [8145] = {.lex_state = 0}, + [8146] = {.lex_state = 0}, + [8147] = {.lex_state = 0}, + [8148] = {.lex_state = 0}, + [8149] = {.lex_state = 336}, + [8150] = {.lex_state = 196}, + [8151] = {.lex_state = 336}, + [8152] = {.lex_state = 113}, + [8153] = {.lex_state = 0}, + [8154] = {.lex_state = 193}, + [8155] = {.lex_state = 0}, [8156] = {.lex_state = 0}, - [8157] = {.lex_state = 193}, - [8158] = {.lex_state = 0}, + [8157] = {.lex_state = 0}, + [8158] = {.lex_state = 113}, [8159] = {.lex_state = 193}, [8160] = {.lex_state = 193}, - [8161] = {.lex_state = 0}, - [8162] = {.lex_state = 336}, + [8161] = {.lex_state = 336}, + [8162] = {.lex_state = 0}, [8163] = {.lex_state = 0}, [8164] = {.lex_state = 0}, [8165] = {.lex_state = 0}, - [8166] = {.lex_state = 0}, - [8167] = {.lex_state = 336}, - [8168] = {.lex_state = 0, .external_lex_state = 3}, + [8166] = {.lex_state = 336}, + [8167] = {.lex_state = 0, .external_lex_state = 3}, + [8168] = {.lex_state = 0}, [8169] = {.lex_state = 0}, - [8170] = {.lex_state = 193}, - [8171] = {.lex_state = 0}, - [8172] = {.lex_state = 336}, + [8170] = {.lex_state = 0}, + [8171] = {.lex_state = 336}, + [8172] = {.lex_state = 0}, [8173] = {.lex_state = 0}, [8174] = {.lex_state = 0}, [8175] = {.lex_state = 0}, [8176] = {.lex_state = 0}, - [8177] = {.lex_state = 193}, - [8178] = {.lex_state = 196}, - [8179] = {.lex_state = 171}, + [8177] = {.lex_state = 171}, + [8178] = {.lex_state = 171}, + [8179] = {.lex_state = 0}, [8180] = {.lex_state = 0}, - [8181] = {.lex_state = 0}, - [8182] = {.lex_state = 193}, + [8181] = {.lex_state = 193}, + [8182] = {.lex_state = 0}, [8183] = {.lex_state = 0}, - [8184] = {.lex_state = 0}, - [8185] = {.lex_state = 193}, - [8186] = {.lex_state = 0}, + [8184] = {.lex_state = 193}, + [8185] = {.lex_state = 0}, + [8186] = {.lex_state = 336}, [8187] = {.lex_state = 0}, - [8188] = {.lex_state = 0}, - [8189] = {.lex_state = 196}, + [8188] = {.lex_state = 196}, + [8189] = {.lex_state = 193}, [8190] = {.lex_state = 0}, [8191] = {.lex_state = 0}, - [8192] = {.lex_state = 113}, - [8193] = {.lex_state = 113}, - [8194] = {.lex_state = 171}, - [8195] = {.lex_state = 193}, + [8192] = {.lex_state = 0}, + [8193] = {.lex_state = 193}, + [8194] = {.lex_state = 0}, + [8195] = {.lex_state = 336}, [8196] = {.lex_state = 0}, - [8197] = {.lex_state = 0}, - [8198] = {.lex_state = 0}, - [8199] = {.lex_state = 0}, + [8197] = {.lex_state = 171}, + [8198] = {.lex_state = 171}, + [8199] = {.lex_state = 196}, [8200] = {.lex_state = 0}, [8201] = {.lex_state = 0}, [8202] = {.lex_state = 0}, @@ -30033,439 +30033,439 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8204] = {.lex_state = 0}, [8205] = {.lex_state = 196}, [8206] = {.lex_state = 196}, - [8207] = {.lex_state = 196}, + [8207] = {.lex_state = 0}, [8208] = {.lex_state = 0}, - [8209] = {.lex_state = 0}, + [8209] = {.lex_state = 113}, [8210] = {.lex_state = 0}, - [8211] = {.lex_state = 0}, + [8211] = {.lex_state = 193}, [8212] = {.lex_state = 0}, [8213] = {.lex_state = 0}, [8214] = {.lex_state = 0}, - [8215] = {.lex_state = 0}, + [8215] = {.lex_state = 193}, [8216] = {.lex_state = 0}, - [8217] = {.lex_state = 193}, + [8217] = {.lex_state = 0}, [8218] = {.lex_state = 0}, [8219] = {.lex_state = 0}, [8220] = {.lex_state = 0}, - [8221] = {.lex_state = 171}, + [8221] = {.lex_state = 196}, [8222] = {.lex_state = 0}, [8223] = {.lex_state = 0}, [8224] = {.lex_state = 0}, [8225] = {.lex_state = 0}, [8226] = {.lex_state = 0}, [8227] = {.lex_state = 0}, - [8228] = {.lex_state = 193}, + [8228] = {.lex_state = 0}, [8229] = {.lex_state = 0}, [8230] = {.lex_state = 0}, [8231] = {.lex_state = 0}, [8232] = {.lex_state = 0}, - [8233] = {.lex_state = 0}, - [8234] = {.lex_state = 0, .external_lex_state = 2}, + [8233] = {.lex_state = 196}, + [8234] = {.lex_state = 0}, [8235] = {.lex_state = 0}, [8236] = {.lex_state = 0}, - [8237] = {.lex_state = 0}, - [8238] = {.lex_state = 0}, + [8237] = {.lex_state = 113}, + [8238] = {.lex_state = 196}, [8239] = {.lex_state = 0}, [8240] = {.lex_state = 0}, - [8241] = {.lex_state = 171}, - [8242] = {.lex_state = 113}, + [8241] = {.lex_state = 0}, + [8242] = {.lex_state = 336}, [8243] = {.lex_state = 0}, - [8244] = {.lex_state = 196}, - [8245] = {.lex_state = 193}, + [8244] = {.lex_state = 0}, + [8245] = {.lex_state = 0}, [8246] = {.lex_state = 0}, - [8247] = {.lex_state = 171}, + [8247] = {.lex_state = 113}, [8248] = {.lex_state = 0}, - [8249] = {.lex_state = 0}, + [8249] = {.lex_state = 171}, [8250] = {.lex_state = 0}, [8251] = {.lex_state = 193}, [8252] = {.lex_state = 0}, - [8253] = {.lex_state = 336}, + [8253] = {.lex_state = 113}, [8254] = {.lex_state = 0}, [8255] = {.lex_state = 0}, [8256] = {.lex_state = 0}, [8257] = {.lex_state = 0}, - [8258] = {.lex_state = 0}, - [8259] = {.lex_state = 0}, + [8258] = {.lex_state = 193}, + [8259] = {.lex_state = 193}, [8260] = {.lex_state = 0}, - [8261] = {.lex_state = 0}, - [8262] = {.lex_state = 0}, - [8263] = {.lex_state = 0}, - [8264] = {.lex_state = 0}, + [8261] = {.lex_state = 196}, + [8262] = {.lex_state = 193}, + [8263] = {.lex_state = 0, .external_lex_state = 3}, + [8264] = {.lex_state = 336}, [8265] = {.lex_state = 0}, - [8266] = {.lex_state = 193}, + [8266] = {.lex_state = 0}, [8267] = {.lex_state = 0}, [8268] = {.lex_state = 0}, - [8269] = {.lex_state = 113}, - [8270] = {.lex_state = 0}, - [8271] = {.lex_state = 113}, - [8272] = {.lex_state = 193}, + [8269] = {.lex_state = 0}, + [8270] = {.lex_state = 113}, + [8271] = {.lex_state = 0}, + [8272] = {.lex_state = 0}, [8273] = {.lex_state = 0}, - [8274] = {.lex_state = 193}, - [8275] = {.lex_state = 193}, - [8276] = {.lex_state = 0}, + [8274] = {.lex_state = 0}, + [8275] = {.lex_state = 171}, + [8276] = {.lex_state = 113}, [8277] = {.lex_state = 0}, - [8278] = {.lex_state = 336}, + [8278] = {.lex_state = 113}, [8279] = {.lex_state = 0}, [8280] = {.lex_state = 0}, [8281] = {.lex_state = 0}, - [8282] = {.lex_state = 196}, + [8282] = {.lex_state = 0}, [8283] = {.lex_state = 0}, - [8284] = {.lex_state = 113}, - [8285] = {.lex_state = 171}, + [8284] = {.lex_state = 0}, + [8285] = {.lex_state = 0}, [8286] = {.lex_state = 0}, - [8287] = {.lex_state = 113}, - [8288] = {.lex_state = 336}, + [8287] = {.lex_state = 0}, + [8288] = {.lex_state = 0}, [8289] = {.lex_state = 0}, - [8290] = {.lex_state = 336}, + [8290] = {.lex_state = 0}, [8291] = {.lex_state = 0}, - [8292] = {.lex_state = 193}, + [8292] = {.lex_state = 0}, [8293] = {.lex_state = 0}, [8294] = {.lex_state = 0}, - [8295] = {.lex_state = 0}, - [8296] = {.lex_state = 336}, + [8295] = {.lex_state = 171}, + [8296] = {.lex_state = 0}, [8297] = {.lex_state = 0}, [8298] = {.lex_state = 0}, [8299] = {.lex_state = 0}, [8300] = {.lex_state = 0}, - [8301] = {.lex_state = 196}, + [8301] = {.lex_state = 113}, [8302] = {.lex_state = 0}, [8303] = {.lex_state = 0}, [8304] = {.lex_state = 0}, - [8305] = {.lex_state = 193}, + [8305] = {.lex_state = 0}, [8306] = {.lex_state = 0}, - [8307] = {.lex_state = 0}, - [8308] = {.lex_state = 0}, + [8307] = {.lex_state = 171}, + [8308] = {.lex_state = 193}, [8309] = {.lex_state = 0}, - [8310] = {.lex_state = 0}, - [8311] = {.lex_state = 0}, + [8310] = {.lex_state = 171}, + [8311] = {.lex_state = 193}, [8312] = {.lex_state = 0}, [8313] = {.lex_state = 0}, [8314] = {.lex_state = 0}, - [8315] = {.lex_state = 113}, - [8316] = {.lex_state = 113}, - [8317] = {.lex_state = 0}, - [8318] = {.lex_state = 0}, - [8319] = {.lex_state = 0}, - [8320] = {.lex_state = 113}, - [8321] = {.lex_state = 0, .external_lex_state = 3}, - [8322] = {.lex_state = 336}, - [8323] = {.lex_state = 336}, + [8315] = {.lex_state = 196}, + [8316] = {.lex_state = 0}, + [8317] = {.lex_state = 336}, + [8318] = {.lex_state = 336}, + [8319] = {.lex_state = 171}, + [8320] = {.lex_state = 0}, + [8321] = {.lex_state = 0}, + [8322] = {.lex_state = 0}, + [8323] = {.lex_state = 0}, [8324] = {.lex_state = 0}, - [8325] = {.lex_state = 0}, - [8326] = {.lex_state = 0}, + [8325] = {.lex_state = 193}, + [8326] = {.lex_state = 193}, [8327] = {.lex_state = 0}, - [8328] = {.lex_state = 0}, + [8328] = {.lex_state = 171}, [8329] = {.lex_state = 0}, [8330] = {.lex_state = 0}, - [8331] = {.lex_state = 193}, - [8332] = {.lex_state = 196}, - [8333] = {.lex_state = 196}, - [8334] = {.lex_state = 0}, + [8331] = {.lex_state = 171}, + [8332] = {.lex_state = 171}, + [8333] = {.lex_state = 0}, + [8334] = {.lex_state = 336}, [8335] = {.lex_state = 336}, [8336] = {.lex_state = 336}, [8337] = {.lex_state = 336}, - [8338] = {.lex_state = 336}, - [8339] = {.lex_state = 0}, - [8340] = {.lex_state = 336}, + [8338] = {.lex_state = 0}, + [8339] = {.lex_state = 336}, + [8340] = {.lex_state = 172}, [8341] = {.lex_state = 0}, - [8342] = {.lex_state = 0}, - [8343] = {.lex_state = 0}, - [8344] = {.lex_state = 193}, - [8345] = {.lex_state = 0}, + [8342] = {.lex_state = 336}, + [8343] = {.lex_state = 171}, + [8344] = {.lex_state = 336}, + [8345] = {.lex_state = 193}, [8346] = {.lex_state = 193}, - [8347] = {.lex_state = 196}, + [8347] = {.lex_state = 336}, [8348] = {.lex_state = 336}, - [8349] = {.lex_state = 0}, - [8350] = {.lex_state = 0}, - [8351] = {.lex_state = 193}, - [8352] = {.lex_state = 336}, - [8353] = {.lex_state = 0, .external_lex_state = 3}, - [8354] = {.lex_state = 113}, + [8349] = {.lex_state = 169}, + [8350] = {.lex_state = 193}, + [8351] = {.lex_state = 336}, + [8352] = {.lex_state = 0, .external_lex_state = 3}, + [8353] = {.lex_state = 0}, + [8354] = {.lex_state = 0}, [8355] = {.lex_state = 0}, - [8356] = {.lex_state = 0}, - [8357] = {.lex_state = 113}, - [8358] = {.lex_state = 0}, + [8356] = {.lex_state = 169}, + [8357] = {.lex_state = 0}, + [8358] = {.lex_state = 196}, [8359] = {.lex_state = 0}, - [8360] = {.lex_state = 0}, - [8361] = {.lex_state = 196}, + [8360] = {.lex_state = 196}, + [8361] = {.lex_state = 193}, [8362] = {.lex_state = 0}, - [8363] = {.lex_state = 0}, + [8363] = {.lex_state = 336}, [8364] = {.lex_state = 336}, [8365] = {.lex_state = 336}, - [8366] = {.lex_state = 336}, - [8367] = {.lex_state = 0}, - [8368] = {.lex_state = 336}, + [8366] = {.lex_state = 0}, + [8367] = {.lex_state = 336}, + [8368] = {.lex_state = 0}, [8369] = {.lex_state = 0}, - [8370] = {.lex_state = 0}, - [8371] = {.lex_state = 193}, - [8372] = {.lex_state = 193}, - [8373] = {.lex_state = 336}, + [8370] = {.lex_state = 193}, + [8371] = {.lex_state = 0}, + [8372] = {.lex_state = 336}, + [8373] = {.lex_state = 0}, [8374] = {.lex_state = 0}, - [8375] = {.lex_state = 0}, - [8376] = {.lex_state = 336}, - [8377] = {.lex_state = 0, .external_lex_state = 3}, + [8375] = {.lex_state = 336}, + [8376] = {.lex_state = 0, .external_lex_state = 3}, + [8377] = {.lex_state = 0}, [8378] = {.lex_state = 0}, [8379] = {.lex_state = 0}, [8380] = {.lex_state = 0}, [8381] = {.lex_state = 0}, - [8382] = {.lex_state = 0}, - [8383] = {.lex_state = 196}, - [8384] = {.lex_state = 0}, + [8382] = {.lex_state = 196}, + [8383] = {.lex_state = 113}, + [8384] = {.lex_state = 336}, [8385] = {.lex_state = 336}, [8386] = {.lex_state = 336}, - [8387] = {.lex_state = 336}, - [8388] = {.lex_state = 0}, - [8389] = {.lex_state = 336}, - [8390] = {.lex_state = 336}, - [8391] = {.lex_state = 0}, - [8392] = {.lex_state = 193}, - [8393] = {.lex_state = 336}, - [8394] = {.lex_state = 0}, - [8395] = {.lex_state = 0}, - [8396] = {.lex_state = 336}, - [8397] = {.lex_state = 0, .external_lex_state = 3}, - [8398] = {.lex_state = 0}, - [8399] = {.lex_state = 171}, - [8400] = {.lex_state = 193}, + [8387] = {.lex_state = 0}, + [8388] = {.lex_state = 336}, + [8389] = {.lex_state = 0}, + [8390] = {.lex_state = 0}, + [8391] = {.lex_state = 193}, + [8392] = {.lex_state = 336}, + [8393] = {.lex_state = 113}, + [8394] = {.lex_state = 336}, + [8395] = {.lex_state = 336}, + [8396] = {.lex_state = 0, .external_lex_state = 3}, + [8397] = {.lex_state = 0}, + [8398] = {.lex_state = 196}, + [8399] = {.lex_state = 113}, + [8400] = {.lex_state = 0}, [8401] = {.lex_state = 0}, - [8402] = {.lex_state = 0}, - [8403] = {.lex_state = 196}, - [8404] = {.lex_state = 0}, + [8402] = {.lex_state = 196}, + [8403] = {.lex_state = 0}, + [8404] = {.lex_state = 336}, [8405] = {.lex_state = 336}, [8406] = {.lex_state = 336}, - [8407] = {.lex_state = 336}, - [8408] = {.lex_state = 0}, - [8409] = {.lex_state = 336}, + [8407] = {.lex_state = 169}, + [8408] = {.lex_state = 336}, + [8409] = {.lex_state = 0}, [8410] = {.lex_state = 0}, - [8411] = {.lex_state = 0}, - [8412] = {.lex_state = 336}, + [8411] = {.lex_state = 336}, + [8412] = {.lex_state = 0}, [8413] = {.lex_state = 0}, - [8414] = {.lex_state = 0}, - [8415] = {.lex_state = 336}, - [8416] = {.lex_state = 0, .external_lex_state = 3}, + [8414] = {.lex_state = 336}, + [8415] = {.lex_state = 0, .external_lex_state = 3}, + [8416] = {.lex_state = 0}, [8417] = {.lex_state = 0}, - [8418] = {.lex_state = 171}, - [8419] = {.lex_state = 171}, + [8418] = {.lex_state = 0}, + [8419] = {.lex_state = 0}, [8420] = {.lex_state = 0}, - [8421] = {.lex_state = 0}, - [8422] = {.lex_state = 196}, - [8423] = {.lex_state = 0}, + [8421] = {.lex_state = 196}, + [8422] = {.lex_state = 0}, + [8423] = {.lex_state = 336}, [8424] = {.lex_state = 336}, - [8425] = {.lex_state = 336}, - [8426] = {.lex_state = 0}, - [8427] = {.lex_state = 336}, + [8425] = {.lex_state = 0}, + [8426] = {.lex_state = 336}, + [8427] = {.lex_state = 0}, [8428] = {.lex_state = 0}, [8429] = {.lex_state = 0}, [8430] = {.lex_state = 0}, - [8431] = {.lex_state = 171}, - [8432] = {.lex_state = 336}, - [8433] = {.lex_state = 0, .external_lex_state = 3}, + [8431] = {.lex_state = 336}, + [8432] = {.lex_state = 0, .external_lex_state = 3}, + [8433] = {.lex_state = 171}, [8434] = {.lex_state = 0}, [8435] = {.lex_state = 0}, - [8436] = {.lex_state = 171}, + [8436] = {.lex_state = 0}, [8437] = {.lex_state = 0}, - [8438] = {.lex_state = 171}, + [8438] = {.lex_state = 336}, [8439] = {.lex_state = 336}, [8440] = {.lex_state = 336}, - [8441] = {.lex_state = 336}, - [8442] = {.lex_state = 0}, - [8443] = {.lex_state = 0, .external_lex_state = 3}, - [8444] = {.lex_state = 193}, + [8441] = {.lex_state = 0}, + [8442] = {.lex_state = 0, .external_lex_state = 3}, + [8443] = {.lex_state = 336}, + [8444] = {.lex_state = 0}, [8445] = {.lex_state = 0}, [8446] = {.lex_state = 0}, - [8447] = {.lex_state = 0}, + [8447] = {.lex_state = 336}, [8448] = {.lex_state = 336}, [8449] = {.lex_state = 336}, - [8450] = {.lex_state = 336}, - [8451] = {.lex_state = 0}, - [8452] = {.lex_state = 0, .external_lex_state = 3}, + [8450] = {.lex_state = 0}, + [8451] = {.lex_state = 0, .external_lex_state = 3}, + [8452] = {.lex_state = 193}, [8453] = {.lex_state = 0}, - [8454] = {.lex_state = 0}, + [8454] = {.lex_state = 336}, [8455] = {.lex_state = 336}, [8456] = {.lex_state = 336}, - [8457] = {.lex_state = 336}, - [8458] = {.lex_state = 0, .external_lex_state = 3}, - [8459] = {.lex_state = 0}, - [8460] = {.lex_state = 336}, - [8461] = {.lex_state = 0, .external_lex_state = 3}, - [8462] = {.lex_state = 0}, - [8463] = {.lex_state = 336}, - [8464] = {.lex_state = 0, .external_lex_state = 3}, - [8465] = {.lex_state = 0}, - [8466] = {.lex_state = 0, .external_lex_state = 3}, - [8467] = {.lex_state = 0}, - [8468] = {.lex_state = 0, .external_lex_state = 3}, - [8469] = {.lex_state = 0}, - [8470] = {.lex_state = 0, .external_lex_state = 3}, - [8471] = {.lex_state = 0}, - [8472] = {.lex_state = 0, .external_lex_state = 3}, - [8473] = {.lex_state = 0}, - [8474] = {.lex_state = 0, .external_lex_state = 3}, + [8457] = {.lex_state = 0, .external_lex_state = 3}, + [8458] = {.lex_state = 0}, + [8459] = {.lex_state = 336}, + [8460] = {.lex_state = 0, .external_lex_state = 3}, + [8461] = {.lex_state = 0}, + [8462] = {.lex_state = 336}, + [8463] = {.lex_state = 0, .external_lex_state = 3}, + [8464] = {.lex_state = 0}, + [8465] = {.lex_state = 0, .external_lex_state = 3}, + [8466] = {.lex_state = 0}, + [8467] = {.lex_state = 0, .external_lex_state = 3}, + [8468] = {.lex_state = 0}, + [8469] = {.lex_state = 0, .external_lex_state = 3}, + [8470] = {.lex_state = 0}, + [8471] = {.lex_state = 0, .external_lex_state = 3}, + [8472] = {.lex_state = 0}, + [8473] = {.lex_state = 0, .external_lex_state = 3}, + [8474] = {.lex_state = 0}, [8475] = {.lex_state = 0}, [8476] = {.lex_state = 0}, - [8477] = {.lex_state = 0}, + [8477] = {.lex_state = 336}, [8478] = {.lex_state = 336}, - [8479] = {.lex_state = 336}, + [8479] = {.lex_state = 193}, [8480] = {.lex_state = 193}, - [8481] = {.lex_state = 193}, - [8482] = {.lex_state = 0}, + [8481] = {.lex_state = 0}, + [8482] = {.lex_state = 193}, [8483] = {.lex_state = 0}, - [8484] = {.lex_state = 0}, + [8484] = {.lex_state = 193}, [8485] = {.lex_state = 0}, - [8486] = {.lex_state = 193}, + [8486] = {.lex_state = 0}, [8487] = {.lex_state = 0}, - [8488] = {.lex_state = 193}, - [8489] = {.lex_state = 193}, - [8490] = {.lex_state = 0}, - [8491] = {.lex_state = 0}, - [8492] = {.lex_state = 193}, + [8488] = {.lex_state = 0, .external_lex_state = 2}, + [8489] = {.lex_state = 0}, + [8490] = {.lex_state = 336}, + [8491] = {.lex_state = 196}, + [8492] = {.lex_state = 0}, [8493] = {.lex_state = 0}, - [8494] = {.lex_state = 171}, - [8495] = {.lex_state = 171}, - [8496] = {.lex_state = 193}, - [8497] = {.lex_state = 0, .external_lex_state = 3}, - [8498] = {.lex_state = 193}, - [8499] = {.lex_state = 336}, - [8500] = {.lex_state = 193}, - [8501] = {.lex_state = 196}, + [8494] = {.lex_state = 0}, + [8495] = {.lex_state = 193}, + [8496] = {.lex_state = 0, .external_lex_state = 3}, + [8497] = {.lex_state = 193}, + [8498] = {.lex_state = 0}, + [8499] = {.lex_state = 0}, + [8500] = {.lex_state = 113}, + [8501] = {.lex_state = 193}, [8502] = {.lex_state = 0}, - [8503] = {.lex_state = 193}, + [8503] = {.lex_state = 0}, [8504] = {.lex_state = 0}, - [8505] = {.lex_state = 0}, - [8506] = {.lex_state = 0}, - [8507] = {.lex_state = 0, .external_lex_state = 2}, - [8508] = {.lex_state = 0}, + [8505] = {.lex_state = 196}, + [8506] = {.lex_state = 336}, + [8507] = {.lex_state = 171}, + [8508] = {.lex_state = 113}, [8509] = {.lex_state = 193}, - [8510] = {.lex_state = 193}, - [8511] = {.lex_state = 336}, - [8512] = {.lex_state = 171}, - [8513] = {.lex_state = 336}, - [8514] = {.lex_state = 171}, - [8515] = {.lex_state = 0}, - [8516] = {.lex_state = 113}, - [8517] = {.lex_state = 0}, + [8510] = {.lex_state = 0}, + [8511] = {.lex_state = 196}, + [8512] = {.lex_state = 0}, + [8513] = {.lex_state = 193}, + [8514] = {.lex_state = 0}, + [8515] = {.lex_state = 171}, + [8516] = {.lex_state = 0}, + [8517] = {.lex_state = 336}, [8518] = {.lex_state = 0}, - [8519] = {.lex_state = 0}, + [8519] = {.lex_state = 193}, [8520] = {.lex_state = 113}, - [8521] = {.lex_state = 171}, + [8521] = {.lex_state = 0}, [8522] = {.lex_state = 0}, - [8523] = {.lex_state = 0}, - [8524] = {.lex_state = 193}, - [8525] = {.lex_state = 196}, - [8526] = {.lex_state = 193}, - [8527] = {.lex_state = 171}, - [8528] = {.lex_state = 0}, - [8529] = {.lex_state = 196}, + [8523] = {.lex_state = 171}, + [8524] = {.lex_state = 0}, + [8525] = {.lex_state = 0}, + [8526] = {.lex_state = 0}, + [8527] = {.lex_state = 0}, + [8528] = {.lex_state = 196}, + [8529] = {.lex_state = 336}, [8530] = {.lex_state = 0}, [8531] = {.lex_state = 0}, [8532] = {.lex_state = 0}, [8533] = {.lex_state = 0}, - [8534] = {.lex_state = 193}, + [8534] = {.lex_state = 171}, [8535] = {.lex_state = 336}, [8536] = {.lex_state = 0}, [8537] = {.lex_state = 0}, - [8538] = {.lex_state = 113}, - [8539] = {.lex_state = 0}, + [8538] = {.lex_state = 0}, + [8539] = {.lex_state = 171}, [8540] = {.lex_state = 0}, - [8541] = {.lex_state = 0}, - [8542] = {.lex_state = 0}, - [8543] = {.lex_state = 113}, - [8544] = {.lex_state = 0}, + [8541] = {.lex_state = 336}, + [8542] = {.lex_state = 336}, + [8543] = {.lex_state = 0}, + [8544] = {.lex_state = 171}, [8545] = {.lex_state = 0}, - [8546] = {.lex_state = 0}, + [8546] = {.lex_state = 196}, [8547] = {.lex_state = 336}, [8548] = {.lex_state = 0}, [8549] = {.lex_state = 0}, - [8550] = {.lex_state = 336}, - [8551] = {.lex_state = 0}, - [8552] = {.lex_state = 193}, - [8553] = {.lex_state = 336}, - [8554] = {.lex_state = 196}, - [8555] = {.lex_state = 0}, + [8550] = {.lex_state = 0}, + [8551] = {.lex_state = 196}, + [8552] = {.lex_state = 0}, + [8553] = {.lex_state = 0}, + [8554] = {.lex_state = 336}, + [8555] = {.lex_state = 193}, [8556] = {.lex_state = 0}, [8557] = {.lex_state = 0}, - [8558] = {.lex_state = 0}, - [8559] = {.lex_state = 196}, - [8560] = {.lex_state = 336}, - [8561] = {.lex_state = 0}, + [8558] = {.lex_state = 196}, + [8559] = {.lex_state = 193}, + [8560] = {.lex_state = 193}, + [8561] = {.lex_state = 336}, [8562] = {.lex_state = 336}, - [8563] = {.lex_state = 336}, - [8564] = {.lex_state = 193}, + [8563] = {.lex_state = 193}, + [8564] = {.lex_state = 0}, [8565] = {.lex_state = 0}, - [8566] = {.lex_state = 0}, + [8566] = {.lex_state = 336}, [8567] = {.lex_state = 0}, - [8568] = {.lex_state = 336}, - [8569] = {.lex_state = 193}, - [8570] = {.lex_state = 0, .external_lex_state = 3}, + [8568] = {.lex_state = 193}, + [8569] = {.lex_state = 0, .external_lex_state = 3}, + [8570] = {.lex_state = 193}, [8571] = {.lex_state = 336}, - [8572] = {.lex_state = 336}, + [8572] = {.lex_state = 0}, [8573] = {.lex_state = 193}, - [8574] = {.lex_state = 0}, + [8574] = {.lex_state = 336}, [8575] = {.lex_state = 336}, - [8576] = {.lex_state = 336}, - [8577] = {.lex_state = 193}, + [8576] = {.lex_state = 193}, + [8577] = {.lex_state = 0}, [8578] = {.lex_state = 0}, - [8579] = {.lex_state = 0}, - [8580] = {.lex_state = 193}, - [8581] = {.lex_state = 0, .external_lex_state = 3}, - [8582] = {.lex_state = 336}, + [8579] = {.lex_state = 171}, + [8580] = {.lex_state = 0, .external_lex_state = 3}, + [8581] = {.lex_state = 113}, + [8582] = {.lex_state = 0}, [8583] = {.lex_state = 0}, - [8584] = {.lex_state = 196}, - [8585] = {.lex_state = 336}, - [8586] = {.lex_state = 193}, - [8587] = {.lex_state = 193}, - [8588] = {.lex_state = 0}, - [8589] = {.lex_state = 193}, - [8590] = {.lex_state = 0, .external_lex_state = 3}, - [8591] = {.lex_state = 171}, - [8592] = {.lex_state = 0}, - [8593] = {.lex_state = 336}, - [8594] = {.lex_state = 193}, + [8584] = {.lex_state = 336}, + [8585] = {.lex_state = 193}, + [8586] = {.lex_state = 0}, + [8587] = {.lex_state = 0}, + [8588] = {.lex_state = 193}, + [8589] = {.lex_state = 0, .external_lex_state = 3}, + [8590] = {.lex_state = 0}, + [8591] = {.lex_state = 193}, + [8592] = {.lex_state = 336}, + [8593] = {.lex_state = 193}, + [8594] = {.lex_state = 0}, [8595] = {.lex_state = 0}, - [8596] = {.lex_state = 336}, - [8597] = {.lex_state = 193}, - [8598] = {.lex_state = 0, .external_lex_state = 3}, - [8599] = {.lex_state = 113}, - [8600] = {.lex_state = 336}, - [8601] = {.lex_state = 193}, - [8602] = {.lex_state = 0}, - [8603] = {.lex_state = 193}, - [8604] = {.lex_state = 0, .external_lex_state = 3}, - [8605] = {.lex_state = 0}, - [8606] = {.lex_state = 193}, - [8607] = {.lex_state = 0, .external_lex_state = 3}, - [8608] = {.lex_state = 0}, - [8609] = {.lex_state = 0, .external_lex_state = 3}, - [8610] = {.lex_state = 0}, - [8611] = {.lex_state = 0, .external_lex_state = 3}, - [8612] = {.lex_state = 0}, - [8613] = {.lex_state = 0, .external_lex_state = 3}, - [8614] = {.lex_state = 0}, - [8615] = {.lex_state = 0, .external_lex_state = 3}, - [8616] = {.lex_state = 0}, - [8617] = {.lex_state = 0, .external_lex_state = 3}, - [8618] = {.lex_state = 0}, - [8619] = {.lex_state = 0, .external_lex_state = 3}, - [8620] = {.lex_state = 193}, - [8621] = {.lex_state = 0, .external_lex_state = 3}, - [8622] = {.lex_state = 0}, - [8623] = {.lex_state = 0, .external_lex_state = 3}, - [8624] = {.lex_state = 0}, - [8625] = {.lex_state = 0, .external_lex_state = 3}, + [8596] = {.lex_state = 193}, + [8597] = {.lex_state = 0, .external_lex_state = 3}, + [8598] = {.lex_state = 0}, + [8599] = {.lex_state = 336}, + [8600] = {.lex_state = 193}, + [8601] = {.lex_state = 0}, + [8602] = {.lex_state = 193}, + [8603] = {.lex_state = 0, .external_lex_state = 3}, + [8604] = {.lex_state = 0}, + [8605] = {.lex_state = 193}, + [8606] = {.lex_state = 0, .external_lex_state = 3}, + [8607] = {.lex_state = 0}, + [8608] = {.lex_state = 0, .external_lex_state = 3}, + [8609] = {.lex_state = 193}, + [8610] = {.lex_state = 0, .external_lex_state = 3}, + [8611] = {.lex_state = 0}, + [8612] = {.lex_state = 0, .external_lex_state = 3}, + [8613] = {.lex_state = 0}, + [8614] = {.lex_state = 0, .external_lex_state = 3}, + [8615] = {.lex_state = 0}, + [8616] = {.lex_state = 0, .external_lex_state = 3}, + [8617] = {.lex_state = 336}, + [8618] = {.lex_state = 0, .external_lex_state = 3}, + [8619] = {.lex_state = 0}, + [8620] = {.lex_state = 0, .external_lex_state = 3}, + [8621] = {.lex_state = 0}, + [8622] = {.lex_state = 0, .external_lex_state = 3}, + [8623] = {.lex_state = 0}, + [8624] = {.lex_state = 0, .external_lex_state = 3}, + [8625] = {.lex_state = 336}, [8626] = {.lex_state = 336}, - [8627] = {.lex_state = 336}, - [8628] = {.lex_state = 193}, + [8627] = {.lex_state = 0}, + [8628] = {.lex_state = 336}, [8629] = {.lex_state = 336}, - [8630] = {.lex_state = 336}, + [8630] = {.lex_state = 193}, [8631] = {.lex_state = 336}, [8632] = {.lex_state = 336}, - [8633] = {.lex_state = 336}, - [8634] = {.lex_state = 0}, + [8633] = {.lex_state = 0}, + [8634] = {.lex_state = 336}, [8635] = {.lex_state = 336}, - [8636] = {.lex_state = 336}, + [8636] = {.lex_state = 0}, [8637] = {.lex_state = 336}, [8638] = {.lex_state = 336}, - [8639] = {.lex_state = 336}, + [8639] = {.lex_state = 0}, [8640] = {.lex_state = 336}, [8641] = {.lex_state = 336}, [8642] = {.lex_state = 336}, @@ -30477,17 +30477,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8648] = {.lex_state = 336}, [8649] = {.lex_state = 336}, [8650] = {.lex_state = 336}, - [8651] = {.lex_state = 336}, - [8652] = {.lex_state = 193}, + [8651] = {.lex_state = 0}, + [8652] = {.lex_state = 0}, [8653] = {.lex_state = 0}, - [8654] = {.lex_state = 193}, + [8654] = {.lex_state = 0}, [8655] = {.lex_state = 0}, - [8656] = {.lex_state = 193}, + [8656] = {.lex_state = 336}, [8657] = {.lex_state = 336}, [8658] = {.lex_state = 336}, [8659] = {.lex_state = 336}, [8660] = {.lex_state = 336}, - [8661] = {.lex_state = 336}, + [8661] = {.lex_state = 171}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -30706,133 +30706,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_content] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(8548), - [sym__top_level_item] = STATE(80), - [sym_preproc_include] = STATE(80), - [sym_preproc_def] = STATE(80), - [sym_preproc_function_def] = STATE(80), - [sym_preproc_call] = STATE(80), - [sym_preproc_if] = STATE(80), - [sym_preproc_ifdef] = STATE(80), - [sym_function_definition] = STATE(80), - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4697), - [sym_linkage_specification] = STATE(80), - [sym_attribute_specifier] = STATE(2877), + [sym_translation_unit] = STATE(8543), + [sym__top_level_item] = STATE(81), + [sym_preproc_include] = STATE(81), + [sym_preproc_def] = STATE(81), + [sym_preproc_function_def] = STATE(81), + [sym_preproc_call] = STATE(81), + [sym_preproc_if] = STATE(81), + [sym_preproc_ifdef] = STATE(81), + [sym_function_definition] = STATE(81), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4637), + [sym_linkage_specification] = STATE(81), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1838), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6288), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2699), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(737), - [sym__top_level_statement] = STATE(80), - [sym_labeled_statement] = STATE(80), - [sym__top_level_expression_statement] = STATE(80), - [sym_if_statement] = STATE(80), - [sym_switch_statement] = STATE(80), - [sym_case_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(4828), - [sym__string] = STATE(4835), - [sym_conditional_expression] = STATE(4894), - [sym_assignment_expression] = STATE(4894), - [sym_pointer_expression] = STATE(3796), - [sym_unary_expression] = STATE(4894), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(4894), - [sym_cast_expression] = STATE(4894), - [sym_sizeof_expression] = STATE(4894), - [sym_alignof_expression] = STATE(4894), - [sym_offsetof_expression] = STATE(4894), - [sym_generic_expression] = STATE(4894), - [sym_subscript_expression] = STATE(3796), - [sym_call_expression] = STATE(3796), - [sym_gnu_asm_expression] = STATE(4894), - [sym_extension_expression] = STATE(4894), - [sym_field_expression] = STATE(3796), - [sym_compound_literal_expression] = STATE(4894), - [sym_parenthesized_expression] = STATE(3796), - [sym_number_literal] = STATE(4835), - [sym_char_literal] = STATE(4835), - [sym_concatenated_string] = STATE(4835), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(4894), - [sym__empty_declaration] = STATE(80), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1844), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(80), - [sym_template_instantiation] = STATE(80), - [sym_operator_cast] = STATE(6719), - [sym__constructor_specifiers] = STATE(1844), - [sym_operator_cast_definition] = STATE(80), - [sym_operator_cast_declaration] = STATE(80), - [sym_constructor_or_destructor_definition] = STATE(80), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4849), - [sym_namespace_definition] = STATE(80), - [sym_namespace_alias_definition] = STATE(80), - [sym_using_declaration] = STATE(80), - [sym_alias_declaration] = STATE(80), - [sym_static_assert_declaration] = STATE(80), - [sym_concept_definition] = STATE(80), - [sym_for_range_loop] = STATE(80), - [sym_co_return_statement] = STATE(80), - [sym_co_yield_statement] = STATE(80), - [sym_throw_statement] = STATE(80), - [sym_try_statement] = STATE(80), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(4894), - [sym_new_expression] = STATE(4894), - [sym_delete_expression] = STATE(4894), - [sym_requires_clause] = STATE(4894), - [sym_requires_expression] = STATE(4894), - [sym_lambda_expression] = STATE(4894), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(4894), - [sym_parameter_pack_expansion] = STATE(4894), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3652), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6719), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3796), - [aux_sym_translation_unit_repeat1] = STATE(80), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1844), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1833), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6279), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2682), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(728), + [sym__top_level_statement] = STATE(81), + [sym_labeled_statement] = STATE(81), + [sym__top_level_expression_statement] = STATE(81), + [sym_if_statement] = STATE(81), + [sym_switch_statement] = STATE(81), + [sym_case_statement] = STATE(81), + [sym_while_statement] = STATE(81), + [sym_do_statement] = STATE(81), + [sym_for_statement] = STATE(81), + [sym_return_statement] = STATE(81), + [sym_break_statement] = STATE(81), + [sym_continue_statement] = STATE(81), + [sym_goto_statement] = STATE(81), + [sym_expression] = STATE(4771), + [sym__string] = STATE(4777), + [sym_conditional_expression] = STATE(4937), + [sym_assignment_expression] = STATE(4937), + [sym_pointer_expression] = STATE(3776), + [sym_unary_expression] = STATE(4937), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(4937), + [sym_cast_expression] = STATE(4937), + [sym_sizeof_expression] = STATE(4937), + [sym_alignof_expression] = STATE(4937), + [sym_offsetof_expression] = STATE(4937), + [sym_generic_expression] = STATE(4937), + [sym_subscript_expression] = STATE(3776), + [sym_call_expression] = STATE(3776), + [sym_gnu_asm_expression] = STATE(4937), + [sym_extension_expression] = STATE(4937), + [sym_field_expression] = STATE(3776), + [sym_compound_literal_expression] = STATE(4937), + [sym_parenthesized_expression] = STATE(3776), + [sym_number_literal] = STATE(4777), + [sym_char_literal] = STATE(4777), + [sym_concatenated_string] = STATE(4777), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(4937), + [sym__empty_declaration] = STATE(81), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1835), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(81), + [sym_template_instantiation] = STATE(81), + [sym_operator_cast] = STATE(6740), + [sym__constructor_specifiers] = STATE(1835), + [sym_operator_cast_definition] = STATE(81), + [sym_operator_cast_declaration] = STATE(81), + [sym_constructor_or_destructor_definition] = STATE(81), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4827), + [sym_namespace_definition] = STATE(81), + [sym_namespace_alias_definition] = STATE(81), + [sym_using_declaration] = STATE(81), + [sym_alias_declaration] = STATE(81), + [sym_static_assert_declaration] = STATE(81), + [sym_concept_definition] = STATE(81), + [sym_for_range_loop] = STATE(81), + [sym_co_return_statement] = STATE(81), + [sym_co_yield_statement] = STATE(81), + [sym_throw_statement] = STATE(81), + [sym_try_statement] = STATE(81), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(4937), + [sym_new_expression] = STATE(4937), + [sym_delete_expression] = STATE(4937), + [sym_requires_clause] = STATE(4937), + [sym_requires_expression] = STATE(4937), + [sym_lambda_expression] = STATE(4937), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(4937), + [sym_parameter_pack_expansion] = STATE(4937), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3673), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6740), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3776), + [aux_sym_translation_unit_repeat1] = STATE(81), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1835), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -30971,140 +30971,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(121), }, [2] = { - [sym__block_item] = STATE(66), - [sym_preproc_include] = STATE(66), - [sym_preproc_def] = STATE(66), - [sym_preproc_function_def] = STATE(66), - [sym_preproc_call] = STATE(66), - [sym_preproc_if] = STATE(66), - [sym_preproc_ifdef] = STATE(66), - [sym_function_definition] = STATE(66), - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(61), + [sym_preproc_include] = STATE(61), + [sym_preproc_def] = STATE(61), + [sym_preproc_function_def] = STATE(61), + [sym_preproc_call] = STATE(61), + [sym_preproc_if] = STATE(61), + [sym_preproc_ifdef] = STATE(61), + [sym_function_definition] = STATE(61), + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(61), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(66), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(61), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(66), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(61), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(61), + [sym_template_instantiation] = STATE(61), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(66), - [sym_namespace_alias_definition] = STATE(66), - [sym_using_declaration] = STATE(66), - [sym_alias_declaration] = STATE(66), - [sym_static_assert_declaration] = STATE(66), - [sym_concept_definition] = STATE(66), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(61), + [sym_operator_cast_declaration] = STATE(61), + [sym_constructor_or_destructor_definition] = STATE(61), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(61), + [sym_namespace_alias_definition] = STATE(61), + [sym_using_declaration] = STATE(61), + [sym_alias_declaration] = STATE(61), + [sym_static_assert_declaration] = STATE(61), + [sym_concept_definition] = STATE(61), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(61), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -31248,140 +31248,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [3] = { - [sym__block_item] = STATE(79), - [sym_preproc_include] = STATE(79), - [sym_preproc_def] = STATE(79), - [sym_preproc_function_def] = STATE(79), - [sym_preproc_call] = STATE(79), - [sym_preproc_if] = STATE(79), - [sym_preproc_ifdef] = STATE(79), - [sym_function_definition] = STATE(79), - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(79), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(38), + [sym_preproc_include] = STATE(38), + [sym_preproc_def] = STATE(38), + [sym_preproc_function_def] = STATE(38), + [sym_preproc_call] = STATE(38), + [sym_preproc_if] = STATE(38), + [sym_preproc_ifdef] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(79), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(38), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(79), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(38), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(79), - [sym_template_instantiation] = STATE(79), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(38), + [sym_template_instantiation] = STATE(38), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(79), - [sym_operator_cast_declaration] = STATE(79), - [sym_constructor_or_destructor_definition] = STATE(79), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(79), - [sym_namespace_alias_definition] = STATE(79), - [sym_using_declaration] = STATE(79), - [sym_alias_declaration] = STATE(79), - [sym_static_assert_declaration] = STATE(79), - [sym_concept_definition] = STATE(79), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(79), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(38), + [sym_operator_cast_declaration] = STATE(38), + [sym_constructor_or_destructor_definition] = STATE(38), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(38), + [sym_namespace_alias_definition] = STATE(38), + [sym_using_declaration] = STATE(38), + [sym_alias_declaration] = STATE(38), + [sym_static_assert_declaration] = STATE(38), + [sym_concept_definition] = STATE(38), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -31525,140 +31525,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [4] = { - [sym__block_item] = STATE(72), - [sym_preproc_include] = STATE(72), - [sym_preproc_def] = STATE(72), - [sym_preproc_function_def] = STATE(72), - [sym_preproc_call] = STATE(72), - [sym_preproc_if] = STATE(72), - [sym_preproc_ifdef] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(72), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(40), + [sym_preproc_include] = STATE(40), + [sym_preproc_def] = STATE(40), + [sym_preproc_function_def] = STATE(40), + [sym_preproc_call] = STATE(40), + [sym_preproc_if] = STATE(40), + [sym_preproc_ifdef] = STATE(40), + [sym_function_definition] = STATE(40), + [sym_declaration] = STATE(40), + [sym_type_definition] = STATE(40), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(72), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(40), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(72), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(40), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(72), - [sym_template_instantiation] = STATE(72), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(40), + [sym_template_instantiation] = STATE(40), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(72), - [sym_operator_cast_declaration] = STATE(72), - [sym_constructor_or_destructor_definition] = STATE(72), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(72), - [sym_namespace_alias_definition] = STATE(72), - [sym_using_declaration] = STATE(72), - [sym_alias_declaration] = STATE(72), - [sym_static_assert_declaration] = STATE(72), - [sym_concept_definition] = STATE(72), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(72), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(40), + [sym_operator_cast_declaration] = STATE(40), + [sym_constructor_or_destructor_definition] = STATE(40), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(40), + [sym_namespace_alias_definition] = STATE(40), + [sym_using_declaration] = STATE(40), + [sym_alias_declaration] = STATE(40), + [sym_static_assert_declaration] = STATE(40), + [sym_concept_definition] = STATE(40), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -31802,140 +31802,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [5] = { - [sym__block_item] = STATE(79), - [sym_preproc_include] = STATE(79), - [sym_preproc_def] = STATE(79), - [sym_preproc_function_def] = STATE(79), - [sym_preproc_call] = STATE(79), - [sym_preproc_if] = STATE(79), - [sym_preproc_ifdef] = STATE(79), - [sym_function_definition] = STATE(79), - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(79), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(78), + [sym_preproc_include] = STATE(78), + [sym_preproc_def] = STATE(78), + [sym_preproc_function_def] = STATE(78), + [sym_preproc_call] = STATE(78), + [sym_preproc_if] = STATE(78), + [sym_preproc_ifdef] = STATE(78), + [sym_function_definition] = STATE(78), + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(78), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(79), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(78), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(79), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(78), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(79), - [sym_template_instantiation] = STATE(79), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(78), + [sym_template_instantiation] = STATE(78), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(79), - [sym_operator_cast_declaration] = STATE(79), - [sym_constructor_or_destructor_definition] = STATE(79), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(79), - [sym_namespace_alias_definition] = STATE(79), - [sym_using_declaration] = STATE(79), - [sym_alias_declaration] = STATE(79), - [sym_static_assert_declaration] = STATE(79), - [sym_concept_definition] = STATE(79), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(79), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(78), + [sym_operator_cast_declaration] = STATE(78), + [sym_constructor_or_destructor_definition] = STATE(78), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(78), + [sym_namespace_alias_definition] = STATE(78), + [sym_using_declaration] = STATE(78), + [sym_alias_declaration] = STATE(78), + [sym_static_assert_declaration] = STATE(78), + [sym_concept_definition] = STATE(78), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(78), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -32079,140 +32079,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [6] = { - [sym__block_item] = STATE(63), - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(63), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(38), + [sym_preproc_include] = STATE(38), + [sym_preproc_def] = STATE(38), + [sym_preproc_function_def] = STATE(38), + [sym_preproc_call] = STATE(38), + [sym_preproc_if] = STATE(38), + [sym_preproc_ifdef] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(63), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(38), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(63), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(38), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(63), - [sym_template_instantiation] = STATE(63), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(38), + [sym_template_instantiation] = STATE(38), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(63), - [sym_operator_cast_declaration] = STATE(63), - [sym_constructor_or_destructor_definition] = STATE(63), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(63), - [sym_namespace_alias_definition] = STATE(63), - [sym_using_declaration] = STATE(63), - [sym_alias_declaration] = STATE(63), - [sym_static_assert_declaration] = STATE(63), - [sym_concept_definition] = STATE(63), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(63), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(38), + [sym_operator_cast_declaration] = STATE(38), + [sym_constructor_or_destructor_definition] = STATE(38), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(38), + [sym_namespace_alias_definition] = STATE(38), + [sym_using_declaration] = STATE(38), + [sym_alias_declaration] = STATE(38), + [sym_static_assert_declaration] = STATE(38), + [sym_concept_definition] = STATE(38), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -32356,140 +32356,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [7] = { - [sym__block_item] = STATE(72), - [sym_preproc_include] = STATE(72), - [sym_preproc_def] = STATE(72), - [sym_preproc_function_def] = STATE(72), - [sym_preproc_call] = STATE(72), - [sym_preproc_if] = STATE(72), - [sym_preproc_ifdef] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(72), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(59), + [sym_preproc_include] = STATE(59), + [sym_preproc_def] = STATE(59), + [sym_preproc_function_def] = STATE(59), + [sym_preproc_call] = STATE(59), + [sym_preproc_if] = STATE(59), + [sym_preproc_ifdef] = STATE(59), + [sym_function_definition] = STATE(59), + [sym_declaration] = STATE(59), + [sym_type_definition] = STATE(59), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(72), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(59), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(72), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(59), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(72), - [sym_template_instantiation] = STATE(72), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(72), - [sym_operator_cast_declaration] = STATE(72), - [sym_constructor_or_destructor_definition] = STATE(72), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(72), - [sym_namespace_alias_definition] = STATE(72), - [sym_using_declaration] = STATE(72), - [sym_alias_declaration] = STATE(72), - [sym_static_assert_declaration] = STATE(72), - [sym_concept_definition] = STATE(72), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(72), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(59), + [sym_namespace_alias_definition] = STATE(59), + [sym_using_declaration] = STATE(59), + [sym_alias_declaration] = STATE(59), + [sym_static_assert_declaration] = STATE(59), + [sym_concept_definition] = STATE(59), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(59), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -32633,140 +32633,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [8] = { - [sym__block_item] = STATE(47), - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(51), + [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(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(47), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(51), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(47), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(51), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(47), - [sym_template_instantiation] = STATE(47), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(51), + [sym_template_instantiation] = STATE(51), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(47), - [sym_operator_cast_declaration] = STATE(47), - [sym_constructor_or_destructor_definition] = STATE(47), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(47), - [sym_namespace_alias_definition] = STATE(47), - [sym_using_declaration] = STATE(47), - [sym_alias_declaration] = STATE(47), - [sym_static_assert_declaration] = STATE(47), - [sym_concept_definition] = STATE(47), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(51), + [sym_operator_cast_declaration] = STATE(51), + [sym_constructor_or_destructor_definition] = STATE(51), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(51), + [sym_namespace_alias_definition] = STATE(51), + [sym_using_declaration] = STATE(51), + [sym_alias_declaration] = STATE(51), + [sym_static_assert_declaration] = STATE(51), + [sym_concept_definition] = STATE(51), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(51), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -32910,140 +32910,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [9] = { - [sym__block_item] = STATE(66), - [sym_preproc_include] = STATE(66), - [sym_preproc_def] = STATE(66), - [sym_preproc_function_def] = STATE(66), - [sym_preproc_call] = STATE(66), - [sym_preproc_if] = STATE(66), - [sym_preproc_ifdef] = STATE(66), - [sym_function_definition] = STATE(66), - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(61), + [sym_preproc_include] = STATE(61), + [sym_preproc_def] = STATE(61), + [sym_preproc_function_def] = STATE(61), + [sym_preproc_call] = STATE(61), + [sym_preproc_if] = STATE(61), + [sym_preproc_ifdef] = STATE(61), + [sym_function_definition] = STATE(61), + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(61), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(66), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(61), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(66), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(61), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(61), + [sym_template_instantiation] = STATE(61), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(66), - [sym_namespace_alias_definition] = STATE(66), - [sym_using_declaration] = STATE(66), - [sym_alias_declaration] = STATE(66), - [sym_static_assert_declaration] = STATE(66), - [sym_concept_definition] = STATE(66), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(61), + [sym_operator_cast_declaration] = STATE(61), + [sym_constructor_or_destructor_definition] = STATE(61), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(61), + [sym_namespace_alias_definition] = STATE(61), + [sym_using_declaration] = STATE(61), + [sym_alias_declaration] = STATE(61), + [sym_static_assert_declaration] = STATE(61), + [sym_concept_definition] = STATE(61), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(61), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -33187,140 +33187,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [10] = { - [sym__block_item] = STATE(57), - [sym_preproc_include] = STATE(57), - [sym_preproc_def] = STATE(57), - [sym_preproc_function_def] = STATE(57), - [sym_preproc_call] = STATE(57), - [sym_preproc_if] = STATE(57), - [sym_preproc_ifdef] = STATE(57), - [sym_function_definition] = STATE(57), - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(74), + [sym_preproc_include] = STATE(74), + [sym_preproc_def] = STATE(74), + [sym_preproc_function_def] = STATE(74), + [sym_preproc_call] = STATE(74), + [sym_preproc_if] = STATE(74), + [sym_preproc_ifdef] = STATE(74), + [sym_function_definition] = STATE(74), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(74), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(57), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(74), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(57), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(74), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(57), - [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(74), + [sym_template_instantiation] = STATE(74), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(57), - [sym_operator_cast_declaration] = STATE(57), - [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(57), - [sym_namespace_alias_definition] = STATE(57), - [sym_using_declaration] = STATE(57), - [sym_alias_declaration] = STATE(57), - [sym_static_assert_declaration] = STATE(57), - [sym_concept_definition] = STATE(57), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(57), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(74), + [sym_operator_cast_declaration] = STATE(74), + [sym_constructor_or_destructor_definition] = STATE(74), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(74), + [sym_namespace_alias_definition] = STATE(74), + [sym_using_declaration] = STATE(74), + [sym_alias_declaration] = STATE(74), + [sym_static_assert_declaration] = STATE(74), + [sym_concept_definition] = STATE(74), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(74), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -33464,140 +33464,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [11] = { - [sym__block_item] = STATE(78), - [sym_preproc_include] = STATE(78), - [sym_preproc_def] = STATE(78), - [sym_preproc_function_def] = STATE(78), - [sym_preproc_call] = STATE(78), - [sym_preproc_if] = STATE(78), - [sym_preproc_ifdef] = STATE(78), - [sym_function_definition] = STATE(78), - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(78), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(74), + [sym_preproc_include] = STATE(74), + [sym_preproc_def] = STATE(74), + [sym_preproc_function_def] = STATE(74), + [sym_preproc_call] = STATE(74), + [sym_preproc_if] = STATE(74), + [sym_preproc_ifdef] = STATE(74), + [sym_function_definition] = STATE(74), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(74), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(78), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(74), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(78), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(74), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(78), - [sym_template_instantiation] = STATE(78), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(74), + [sym_template_instantiation] = STATE(74), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(78), - [sym_operator_cast_declaration] = STATE(78), - [sym_constructor_or_destructor_definition] = STATE(78), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(78), - [sym_namespace_alias_definition] = STATE(78), - [sym_using_declaration] = STATE(78), - [sym_alias_declaration] = STATE(78), - [sym_static_assert_declaration] = STATE(78), - [sym_concept_definition] = STATE(78), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(78), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [sym_operator_cast_definition] = STATE(74), + [sym_operator_cast_declaration] = STATE(74), + [sym_constructor_or_destructor_definition] = STATE(74), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(74), + [sym_namespace_alias_definition] = STATE(74), + [sym_using_declaration] = STATE(74), + [sym_alias_declaration] = STATE(74), + [sym_static_assert_declaration] = STATE(74), + [sym_concept_definition] = STATE(74), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(74), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -33751,130 +33751,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(78), [sym_declaration] = STATE(78), [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), [sym_linkage_specification] = STATE(78), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), [sym_statement] = STATE(78), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), [sym_expression] = STATE(4292), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(78), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(78), [sym_template_instantiation] = STATE(78), - [sym_operator_cast] = STATE(6724), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), [sym_operator_cast_definition] = STATE(78), [sym_operator_cast_declaration] = STATE(78), [sym_constructor_or_destructor_definition] = STATE(78), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(78), [sym_namespace_alias_definition] = STATE(78), [sym_using_declaration] = STATE(78), [sym_alias_declaration] = STATE(78), [sym_static_assert_declaration] = STATE(78), [sym_concept_definition] = STATE(78), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(78), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_initializer_pair_repeat1] = STATE(6626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_initializer_pair_repeat1] = STATE(6660), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(163), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -34018,137 +34018,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [13] = { - [sym__block_item] = STATE(22), - [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(8521), - [sym_preproc_elif] = STATE(8521), - [sym_preproc_elifdef] = STATE(8521), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(8539), + [sym_preproc_elif] = STATE(8539), + [sym_preproc_elifdef] = STATE(8539), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(22), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(22), - [sym_template_instantiation] = STATE(22), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(22), - [sym_operator_cast_declaration] = STATE(22), - [sym_constructor_or_destructor_definition] = STATE(22), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(22), - [sym_namespace_alias_definition] = STATE(22), - [sym_using_declaration] = STATE(22), - [sym_alias_declaration] = STATE(22), - [sym_static_assert_declaration] = STATE(22), - [sym_concept_definition] = STATE(22), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -34294,137 +34294,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [14] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8179), - [sym_preproc_elif] = STATE(8179), - [sym_preproc_elifdef] = STATE(8179), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(22), + [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(8544), + [sym_preproc_elif] = STATE(8544), + [sym_preproc_elifdef] = STATE(8544), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(22), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(22), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(22), + [sym_template_instantiation] = STATE(22), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(22), + [sym_operator_cast_declaration] = STATE(22), + [sym_constructor_or_destructor_definition] = STATE(22), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(22), + [sym_namespace_alias_definition] = STATE(22), + [sym_using_declaration] = STATE(22), + [sym_alias_declaration] = STATE(22), + [sym_static_assert_declaration] = STATE(22), + [sym_concept_definition] = STATE(22), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -34570,137 +34570,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [15] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8512), - [sym_preproc_elif] = STATE(8512), - [sym_preproc_elifdef] = STATE(8512), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(17), + [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(7879), + [sym_preproc_elif] = STATE(7879), + [sym_preproc_elifdef] = STATE(7879), + [sym_function_definition] = STATE(17), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(17), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(17), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(17), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(17), + [sym_template_instantiation] = STATE(17), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(17), + [sym_operator_cast_declaration] = STATE(17), + [sym_constructor_or_destructor_definition] = STATE(17), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(17), + [sym_namespace_alias_definition] = STATE(17), + [sym_using_declaration] = STATE(17), + [sym_alias_declaration] = STATE(17), + [sym_static_assert_declaration] = STATE(17), + [sym_concept_definition] = STATE(17), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(17), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -34846,137 +34846,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [16] = { - [sym__block_item] = STATE(29), - [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_preproc_else] = STATE(8514), - [sym_preproc_elif] = STATE(8514), - [sym_preproc_elifdef] = STATE(8514), - [sym_function_definition] = STATE(29), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(32), + [sym_preproc_include] = STATE(32), + [sym_preproc_def] = STATE(32), + [sym_preproc_function_def] = STATE(32), + [sym_preproc_call] = STATE(32), + [sym_preproc_if] = STATE(32), + [sym_preproc_ifdef] = STATE(32), + [sym_preproc_else] = STATE(8178), + [sym_preproc_elif] = STATE(8178), + [sym_preproc_elifdef] = STATE(8178), + [sym_function_definition] = STATE(32), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(32), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(29), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(29), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(32), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(32), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(29), - [sym_template_instantiation] = STATE(29), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(32), + [sym_template_instantiation] = STATE(32), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(29), - [sym_operator_cast_declaration] = STATE(29), - [sym_constructor_or_destructor_definition] = STATE(29), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(29), - [sym_namespace_alias_definition] = STATE(29), - [sym_using_declaration] = STATE(29), - [sym_alias_declaration] = STATE(29), - [sym_static_assert_declaration] = STATE(29), - [sym_concept_definition] = STATE(29), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(32), + [sym_operator_cast_declaration] = STATE(32), + [sym_constructor_or_destructor_definition] = STATE(32), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(32), + [sym_namespace_alias_definition] = STATE(32), + [sym_using_declaration] = STATE(32), + [sym_alias_declaration] = STATE(32), + [sym_static_assert_declaration] = STATE(32), + [sym_concept_definition] = STATE(32), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(32), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -35122,137 +35122,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [17] = { - [sym__block_item] = STATE(24), - [sym_preproc_include] = STATE(24), - [sym_preproc_def] = STATE(24), - [sym_preproc_function_def] = STATE(24), - [sym_preproc_call] = STATE(24), - [sym_preproc_if] = STATE(24), - [sym_preproc_ifdef] = STATE(24), - [sym_preproc_else] = STATE(7998), - [sym_preproc_elif] = STATE(7998), - [sym_preproc_elifdef] = STATE(7998), - [sym_function_definition] = STATE(24), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(8198), + [sym_preproc_elif] = STATE(8198), + [sym_preproc_elifdef] = STATE(8198), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(24), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(24), - [sym_template_instantiation] = STATE(24), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(24), - [sym_operator_cast_declaration] = STATE(24), - [sym_constructor_or_destructor_definition] = STATE(24), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(24), - [sym_namespace_alias_definition] = STATE(24), - [sym_using_declaration] = STATE(24), - [sym_alias_declaration] = STATE(24), - [sym_static_assert_declaration] = STATE(24), - [sym_concept_definition] = STATE(24), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -35398,137 +35398,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [18] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(7860), - [sym_preproc_elif] = STATE(7860), - [sym_preproc_elifdef] = STATE(7860), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(21), + [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(8332), + [sym_preproc_elif] = STATE(8332), + [sym_preproc_elifdef] = STATE(8332), + [sym_function_definition] = STATE(21), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(21), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(21), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(21), + [sym_template_instantiation] = STATE(21), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(21), + [sym_operator_cast_declaration] = STATE(21), + [sym_constructor_or_destructor_definition] = STATE(21), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(21), + [sym_namespace_alias_definition] = STATE(21), + [sym_using_declaration] = STATE(21), + [sym_alias_declaration] = STATE(21), + [sym_static_assert_declaration] = STATE(21), + [sym_concept_definition] = STATE(21), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -35674,6 +35674,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [19] = { + [sym__block_item] = STATE(20), + [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(8197), + [sym_preproc_elif] = STATE(8197), + [sym_preproc_elifdef] = STATE(8197), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(833), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(20), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(20), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1842), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(20), + [sym_template_instantiation] = STATE(20), + [sym_operator_cast] = STATE(6737), + [sym__constructor_specifiers] = STATE(1842), + [sym_operator_cast_definition] = STATE(20), + [sym_operator_cast_declaration] = STATE(20), + [sym_constructor_or_destructor_definition] = STATE(20), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(20), + [sym_namespace_alias_definition] = STATE(20), + [sym_using_declaration] = STATE(20), + [sym_alias_declaration] = STATE(20), + [sym_static_assert_declaration] = STATE(20), + [sym_concept_definition] = STATE(20), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1842), + [sym_identifier] = ACTIONS(261), + [aux_sym_preproc_include_token1] = ACTIONS(263), + [aux_sym_preproc_def_token1] = ACTIONS(265), + [aux_sym_preproc_if_token1] = ACTIONS(267), + [aux_sym_preproc_if_token2] = ACTIONS(347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(271), + [aux_sym_preproc_else_token1] = ACTIONS(273), + [aux_sym_preproc_elif_token1] = ACTIONS(275), + [aux_sym_preproc_elifdef_token1] = ACTIONS(277), + [aux_sym_preproc_elifdef_token2] = ACTIONS(277), + [sym_preproc_directive] = ACTIONS(279), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(281), + [anon_sym___extension__] = ACTIONS(283), + [anon_sym_typedef] = ACTIONS(285), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(287), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK_LBRACK] = ACTIONS(47), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(59), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(291), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(319), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_try] = ACTIONS(321), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_namespace] = ACTIONS(325), + [anon_sym_using] = ACTIONS(327), + [anon_sym_static_assert] = ACTIONS(329), + [anon_sym_concept] = ACTIONS(331), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [20] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -35681,136 +35957,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(33), [sym_preproc_if] = STATE(33), [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8527), - [sym_preproc_elif] = STATE(8527), - [sym_preproc_elifdef] = STATE(8527), + [sym_preproc_else] = STATE(8343), + [sym_preproc_elif] = STATE(8343), + [sym_preproc_elifdef] = STATE(8343), [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(33), [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), [sym_operator_cast_definition] = STATE(33), [sym_operator_cast_declaration] = STATE(33), [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(33), [sym_namespace_alias_definition] = STATE(33), [sym_using_declaration] = STATE(33), [sym_alias_declaration] = STATE(33), [sym_static_assert_declaration] = STATE(33), [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(347), + [aux_sym_preproc_if_token2] = ACTIONS(349), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -35949,144 +36225,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [20] = { - [sym__block_item] = STATE(15), - [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(8591), - [sym_preproc_elif] = STATE(8591), - [sym_preproc_elifdef] = STATE(8591), - [sym_function_definition] = STATE(15), - [sym_declaration] = STATE(15), - [sym_type_definition] = STATE(15), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(15), - [sym_attribute_specifier] = STATE(2877), + [21] = { + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(8319), + [sym_preproc_elif] = STATE(8319), + [sym_preproc_elifdef] = STATE(8319), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(15), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(15), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(15), - [sym_template_instantiation] = STATE(15), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(15), - [sym_operator_cast_declaration] = STATE(15), - [sym_constructor_or_destructor_definition] = STATE(15), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(15), - [sym_namespace_alias_definition] = STATE(15), - [sym_using_declaration] = STATE(15), - [sym_alias_declaration] = STATE(15), - [sym_static_assert_declaration] = STATE(15), - [sym_concept_definition] = STATE(15), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(15), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(349), + [aux_sym_preproc_if_token2] = ACTIONS(351), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -36225,144 +36501,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [21] = { - [sym__block_item] = STATE(19), - [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(7882), - [sym_preproc_elif] = STATE(7882), - [sym_preproc_elifdef] = STATE(7882), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(2877), + [22] = { + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(7915), + [sym_preproc_elif] = STATE(7915), + [sym_preproc_elifdef] = STATE(7915), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(19), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(19), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(19), - [sym_template_instantiation] = STATE(19), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(19), - [sym_operator_cast_declaration] = STATE(19), - [sym_constructor_or_destructor_definition] = STATE(19), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(19), - [sym_namespace_alias_definition] = STATE(19), - [sym_using_declaration] = STATE(19), - [sym_alias_declaration] = STATE(19), - [sym_static_assert_declaration] = STATE(19), - [sym_concept_definition] = STATE(19), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(19), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(351), + [aux_sym_preproc_if_token2] = ACTIONS(353), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -36501,144 +36777,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [22] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8053), - [sym_preproc_elif] = STATE(8053), - [sym_preproc_elifdef] = STATE(8053), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [23] = { + [sym__block_item] = STATE(31), + [sym_preproc_include] = STATE(31), + [sym_preproc_def] = STATE(31), + [sym_preproc_function_def] = STATE(31), + [sym_preproc_call] = STATE(31), + [sym_preproc_if] = STATE(31), + [sym_preproc_ifdef] = STATE(31), + [sym_preproc_else] = STATE(7960), + [sym_preproc_elif] = STATE(7960), + [sym_preproc_elifdef] = STATE(7960), + [sym_function_definition] = STATE(31), + [sym_declaration] = STATE(31), + [sym_type_definition] = STATE(31), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(31), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(31), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(31), + [sym_template_instantiation] = STATE(31), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(31), + [sym_operator_cast_declaration] = STATE(31), + [sym_constructor_or_destructor_definition] = STATE(31), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(31), + [sym_namespace_alias_definition] = STATE(31), + [sym_using_declaration] = STATE(31), + [sym_alias_declaration] = STATE(31), + [sym_static_assert_declaration] = STATE(31), + [sym_concept_definition] = STATE(31), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(353), + [aux_sym_preproc_if_token2] = ACTIONS(355), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -36777,144 +37053,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [23] = { - [sym__block_item] = STATE(18), - [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(8064), - [sym_preproc_elif] = STATE(8064), - [sym_preproc_elifdef] = STATE(8064), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym_type_definition] = STATE(18), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(18), - [sym_attribute_specifier] = STATE(2877), + [24] = { + [sym__block_item] = STATE(28), + [sym_preproc_include] = STATE(28), + [sym_preproc_def] = STATE(28), + [sym_preproc_function_def] = STATE(28), + [sym_preproc_call] = STATE(28), + [sym_preproc_if] = STATE(28), + [sym_preproc_ifdef] = STATE(28), + [sym_preproc_else] = STATE(8515), + [sym_preproc_elif] = STATE(8515), + [sym_preproc_elifdef] = STATE(8515), + [sym_function_definition] = STATE(28), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(18), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(18), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(28), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(28), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(18), - [sym_template_instantiation] = STATE(18), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(28), + [sym_template_instantiation] = STATE(28), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(18), - [sym_operator_cast_declaration] = STATE(18), - [sym_constructor_or_destructor_definition] = STATE(18), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(18), - [sym_namespace_alias_definition] = STATE(18), - [sym_using_declaration] = STATE(18), - [sym_alias_declaration] = STATE(18), - [sym_static_assert_declaration] = STATE(18), - [sym_concept_definition] = STATE(18), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(18), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(28), + [sym_operator_cast_declaration] = STATE(28), + [sym_constructor_or_destructor_definition] = STATE(28), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(28), + [sym_namespace_alias_definition] = STATE(28), + [sym_using_declaration] = STATE(28), + [sym_alias_declaration] = STATE(28), + [sym_static_assert_declaration] = STATE(28), + [sym_concept_definition] = STATE(28), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(355), + [aux_sym_preproc_if_token2] = ACTIONS(357), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -37053,144 +37329,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [24] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(7900), - [sym_preproc_elif] = STATE(7900), - [sym_preproc_elifdef] = STATE(7900), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [25] = { + [sym__block_item] = STATE(30), + [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_preproc_else] = STATE(8084), + [sym_preproc_elif] = STATE(8084), + [sym_preproc_elifdef] = STATE(8084), + [sym_function_definition] = STATE(30), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(30), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(30), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(30), + [sym_template_instantiation] = STATE(30), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(30), + [sym_operator_cast_declaration] = STATE(30), + [sym_constructor_or_destructor_definition] = STATE(30), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(30), + [sym_namespace_alias_definition] = STATE(30), + [sym_using_declaration] = STATE(30), + [sym_alias_declaration] = STATE(30), + [sym_static_assert_declaration] = STATE(30), + [sym_concept_definition] = STATE(30), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(357), + [aux_sym_preproc_if_token2] = ACTIONS(359), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -37329,144 +37605,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [25] = { - [sym__block_item] = STATE(14), - [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(7862), - [sym_preproc_elif] = STATE(7862), - [sym_preproc_elifdef] = STATE(7862), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(2877), + [26] = { + [sym__block_item] = STATE(27), + [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(8310), + [sym_preproc_elif] = STATE(8310), + [sym_preproc_elifdef] = STATE(8310), + [sym_function_definition] = STATE(27), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(14), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(14), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(27), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(27), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(14), - [sym_template_instantiation] = STATE(14), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(27), + [sym_template_instantiation] = STATE(27), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(14), - [sym_operator_cast_declaration] = STATE(14), - [sym_constructor_or_destructor_definition] = STATE(14), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(14), - [sym_namespace_alias_definition] = STATE(14), - [sym_using_declaration] = STATE(14), - [sym_alias_declaration] = STATE(14), - [sym_static_assert_declaration] = STATE(14), - [sym_concept_definition] = STATE(14), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(27), + [sym_operator_cast_declaration] = STATE(27), + [sym_constructor_or_destructor_definition] = STATE(27), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(27), + [sym_namespace_alias_definition] = STATE(27), + [sym_using_declaration] = STATE(27), + [sym_alias_declaration] = STATE(27), + [sym_static_assert_declaration] = STATE(27), + [sym_concept_definition] = STATE(27), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(359), + [aux_sym_preproc_if_token2] = ACTIONS(361), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -37605,7 +37881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [26] = { + [27] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -37613,136 +37889,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(33), [sym_preproc_if] = STATE(33), [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8194), - [sym_preproc_elif] = STATE(8194), - [sym_preproc_elifdef] = STATE(8194), + [sym_preproc_else] = STATE(8107), + [sym_preproc_elif] = STATE(8107), + [sym_preproc_elifdef] = STATE(8107), [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(33), [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), [sym_operator_cast_definition] = STATE(33), [sym_operator_cast_declaration] = STATE(33), [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(33), [sym_namespace_alias_definition] = STATE(33), [sym_using_declaration] = STATE(33), [sym_alias_declaration] = STATE(33), [sym_static_assert_declaration] = STATE(33), [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(361), + [aux_sym_preproc_if_token2] = ACTIONS(363), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -37881,144 +38157,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [27] = { - [sym__block_item] = STATE(26), - [sym_preproc_include] = STATE(26), - [sym_preproc_def] = STATE(26), - [sym_preproc_function_def] = STATE(26), - [sym_preproc_call] = STATE(26), - [sym_preproc_if] = STATE(26), - [sym_preproc_ifdef] = STATE(26), - [sym_preproc_else] = STATE(8285), - [sym_preproc_elif] = STATE(8285), - [sym_preproc_elifdef] = STATE(8285), - [sym_function_definition] = STATE(26), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(2877), + [28] = { + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(7854), + [sym_preproc_elif] = STATE(7854), + [sym_preproc_elifdef] = STATE(7854), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(26), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(26), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(26), - [sym_template_instantiation] = STATE(26), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(26), - [sym_operator_cast_declaration] = STATE(26), - [sym_constructor_or_destructor_definition] = STATE(26), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(26), - [sym_namespace_alias_definition] = STATE(26), - [sym_using_declaration] = STATE(26), - [sym_alias_declaration] = STATE(26), - [sym_static_assert_declaration] = STATE(26), - [sym_concept_definition] = STATE(26), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(363), + [aux_sym_preproc_if_token2] = ACTIONS(365), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -38157,144 +38433,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [28] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(7852), - [sym_preproc_elif] = STATE(7852), - [sym_preproc_elifdef] = STATE(7852), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [29] = { + [sym__block_item] = STATE(13), + [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(7971), + [sym_preproc_elif] = STATE(7971), + [sym_preproc_elifdef] = STATE(7971), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(13), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(13), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(13), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(33), - [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(13), + [sym_template_instantiation] = STATE(13), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(33), - [sym_operator_cast_declaration] = STATE(33), - [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(33), - [sym_namespace_alias_definition] = STATE(33), - [sym_using_declaration] = STATE(33), - [sym_alias_declaration] = STATE(33), - [sym_static_assert_declaration] = STATE(33), - [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(13), + [sym_operator_cast_declaration] = STATE(13), + [sym_constructor_or_destructor_definition] = STATE(13), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(13), + [sym_namespace_alias_definition] = STATE(13), + [sym_using_declaration] = STATE(13), + [sym_alias_declaration] = STATE(13), + [sym_static_assert_declaration] = STATE(13), + [sym_concept_definition] = STATE(13), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(13), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), [aux_sym_preproc_def_token1] = ACTIONS(265), [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(365), + [aux_sym_preproc_if_token2] = ACTIONS(367), [aux_sym_preproc_ifdef_token1] = ACTIONS(271), [aux_sym_preproc_ifdef_token2] = ACTIONS(271), [aux_sym_preproc_else_token1] = ACTIONS(273), @@ -38433,7 +38709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [29] = { + [30] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -38441,406 +38717,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(33), [sym_preproc_if] = STATE(33), [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8436), - [sym_preproc_elif] = STATE(8436), - [sym_preproc_elifdef] = STATE(8436), + [sym_preproc_else] = STATE(8331), + [sym_preproc_elif] = STATE(8331), + [sym_preproc_elifdef] = STATE(8331), [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(33), [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), [sym_operator_cast_definition] = STATE(33), [sym_operator_cast_declaration] = STATE(33), [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(33), [sym_namespace_alias_definition] = STATE(33), [sym_using_declaration] = STATE(33), [sym_alias_declaration] = STATE(33), [sym_static_assert_declaration] = STATE(33), [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1842), - [sym_identifier] = ACTIONS(261), - [aux_sym_preproc_include_token1] = ACTIONS(263), - [aux_sym_preproc_def_token1] = ACTIONS(265), - [aux_sym_preproc_if_token1] = ACTIONS(267), - [aux_sym_preproc_if_token2] = ACTIONS(367), - [aux_sym_preproc_ifdef_token1] = ACTIONS(271), - [aux_sym_preproc_ifdef_token2] = ACTIONS(271), - [aux_sym_preproc_else_token1] = ACTIONS(273), - [aux_sym_preproc_elif_token1] = ACTIONS(275), - [aux_sym_preproc_elifdef_token1] = ACTIONS(277), - [aux_sym_preproc_elifdef_token2] = ACTIONS(277), - [sym_preproc_directive] = ACTIONS(279), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(281), - [anon_sym___extension__] = ACTIONS(283), - [anon_sym_typedef] = ACTIONS(285), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(287), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(47), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(59), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(291), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(319), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_try] = ACTIONS(321), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_namespace] = ACTIONS(325), - [anon_sym_using] = ACTIONS(327), - [anon_sym_static_assert] = ACTIONS(329), - [anon_sym_concept] = ACTIONS(331), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [30] = { - [sym__block_item] = STATE(28), - [sym_preproc_include] = STATE(28), - [sym_preproc_def] = STATE(28), - [sym_preproc_function_def] = STATE(28), - [sym_preproc_call] = STATE(28), - [sym_preproc_if] = STATE(28), - [sym_preproc_ifdef] = STATE(28), - [sym_preproc_else] = STATE(8247), - [sym_preproc_elif] = STATE(8247), - [sym_preproc_elifdef] = STATE(8247), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(28), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(28), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(6712), - [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(28), - [sym_namespace_alias_definition] = STATE(28), - [sym_using_declaration] = STATE(28), - [sym_alias_declaration] = STATE(28), - [sym_static_assert_declaration] = STATE(28), - [sym_concept_definition] = STATE(28), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -38993,130 +38993,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(33), [sym_preproc_if] = STATE(33), [sym_preproc_ifdef] = STATE(33), - [sym_preproc_else] = STATE(8221), - [sym_preproc_elif] = STATE(8221), - [sym_preproc_elifdef] = STATE(8221), + [sym_preproc_else] = STATE(8523), + [sym_preproc_elif] = STATE(8523), + [sym_preproc_elifdef] = STATE(8523), [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(33), [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), [sym_operator_cast_definition] = STATE(33), [sym_operator_cast_declaration] = STATE(33), [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(33), [sym_namespace_alias_definition] = STATE(33), [sym_using_declaration] = STATE(33), [sym_alias_declaration] = STATE(33), [sym_static_assert_declaration] = STATE(33), [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -39262,137 +39262,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [32] = { - [sym__block_item] = STATE(31), - [sym_preproc_include] = STATE(31), - [sym_preproc_def] = STATE(31), - [sym_preproc_function_def] = STATE(31), - [sym_preproc_call] = STATE(31), - [sym_preproc_if] = STATE(31), - [sym_preproc_ifdef] = STATE(31), - [sym_preproc_else] = STATE(8241), - [sym_preproc_elif] = STATE(8241), - [sym_preproc_elifdef] = STATE(8241), - [sym_function_definition] = STATE(31), - [sym_declaration] = STATE(31), - [sym_type_definition] = STATE(31), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_linkage_specification] = STATE(31), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(33), + [sym_preproc_include] = STATE(33), + [sym_preproc_def] = STATE(33), + [sym_preproc_function_def] = STATE(33), + [sym_preproc_call] = STATE(33), + [sym_preproc_if] = STATE(33), + [sym_preproc_ifdef] = STATE(33), + [sym_preproc_else] = STATE(8433), + [sym_preproc_elif] = STATE(8433), + [sym_preproc_elifdef] = STATE(8433), + [sym_function_definition] = STATE(33), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), - [sym_statement] = STATE(31), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(31), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(33), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(31), - [sym_template_instantiation] = STATE(31), - [sym_operator_cast] = STATE(6712), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(33), + [sym_template_instantiation] = STATE(33), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), - [sym_operator_cast_definition] = STATE(31), - [sym_operator_cast_declaration] = STATE(31), - [sym_constructor_or_destructor_definition] = STATE(31), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(31), - [sym_namespace_alias_definition] = STATE(31), - [sym_using_declaration] = STATE(31), - [sym_alias_declaration] = STATE(31), - [sym_static_assert_declaration] = STATE(31), - [sym_concept_definition] = STATE(31), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(31), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(33), + [sym_operator_cast_declaration] = STATE(33), + [sym_constructor_or_destructor_definition] = STATE(33), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(33), + [sym_namespace_alias_definition] = STATE(33), + [sym_using_declaration] = STATE(33), + [sym_alias_declaration] = STATE(33), + [sym_static_assert_declaration] = STATE(33), + [sym_concept_definition] = STATE(33), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(261), [aux_sym_preproc_include_token1] = ACTIONS(263), @@ -39548,124 +39548,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(33), [sym_declaration] = STATE(33), [sym_type_definition] = STATE(33), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(2877), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6230), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(352), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6266), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(307), [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), [sym__empty_declaration] = STATE(33), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1842), - [sym_dependent_type] = STATE(2364), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(33), [sym_template_instantiation] = STATE(33), - [sym_operator_cast] = STATE(6712), + [sym_operator_cast] = STATE(6737), [sym__constructor_specifiers] = STATE(1842), [sym_operator_cast_definition] = STATE(33), [sym_operator_cast_declaration] = STATE(33), [sym_constructor_or_destructor_definition] = STATE(33), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), [sym_namespace_definition] = STATE(33), [sym_namespace_alias_definition] = STATE(33), [sym_using_declaration] = STATE(33), [sym_alias_declaration] = STATE(33), [sym_static_assert_declaration] = STATE(33), [sym_concept_definition] = STATE(33), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1842), [sym_identifier] = ACTIONS(375), [aux_sym_preproc_include_token1] = ACTIONS(378), @@ -39811,134 +39811,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(554), }, [34] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(74), + [sym_preproc_include] = STATE(74), + [sym_preproc_def] = STATE(74), + [sym_preproc_function_def] = STATE(74), + [sym_preproc_call] = STATE(74), + [sym_preproc_if] = STATE(74), + [sym_preproc_ifdef] = STATE(74), + [sym_function_definition] = STATE(74), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(74), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(74), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(74), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(74), + [sym_template_instantiation] = STATE(74), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(74), + [sym_operator_cast_declaration] = STATE(74), + [sym_constructor_or_destructor_definition] = STATE(74), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(74), + [sym_namespace_alias_definition] = STATE(74), + [sym_using_declaration] = STATE(74), + [sym_alias_declaration] = STATE(74), + [sym_static_assert_declaration] = STATE(74), + [sym_concept_definition] = STATE(74), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(74), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -40080,134 +40080,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [35] = { - [sym__block_item] = STATE(63), - [sym_preproc_include] = STATE(63), - [sym_preproc_def] = STATE(63), - [sym_preproc_function_def] = STATE(63), - [sym_preproc_call] = STATE(63), - [sym_preproc_if] = STATE(63), - [sym_preproc_ifdef] = STATE(63), - [sym_function_definition] = STATE(63), - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(63), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(35), + [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(2873), + [sym__declaration_specifiers] = STATE(4750), + [sym_linkage_specification] = STATE(35), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(63), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(63), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1850), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6272), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(442), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2692), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(678), + [sym_statement] = STATE(35), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(35), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1844), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(35), + [sym_template_instantiation] = STATE(35), + [sym_operator_cast] = STATE(6751), + [sym__constructor_specifiers] = STATE(1844), + [sym_operator_cast_definition] = STATE(35), + [sym_operator_cast_declaration] = STATE(35), + [sym_constructor_or_destructor_definition] = STATE(35), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(35), + [sym_namespace_alias_definition] = STATE(35), + [sym_using_declaration] = STATE(35), + [sym_alias_declaration] = STATE(35), + [sym_static_assert_declaration] = STATE(35), + [sym_concept_definition] = STATE(35), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6751), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(35), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1844), + [sym_identifier] = ACTIONS(623), + [aux_sym_preproc_include_token1] = ACTIONS(626), + [aux_sym_preproc_def_token1] = ACTIONS(629), + [aux_sym_preproc_if_token1] = ACTIONS(632), + [aux_sym_preproc_if_token2] = ACTIONS(387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(635), + [aux_sym_preproc_ifdef_token2] = ACTIONS(635), + [sym_preproc_directive] = ACTIONS(638), + [anon_sym_LPAREN2] = ACTIONS(395), + [anon_sym_BANG] = ACTIONS(398), + [anon_sym_TILDE] = ACTIONS(401), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(407), + [anon_sym_AMP_AMP] = ACTIONS(410), + [anon_sym_AMP] = ACTIONS(413), + [anon_sym_SEMI] = ACTIONS(641), + [anon_sym___extension__] = ACTIONS(644), + [anon_sym_typedef] = ACTIONS(647), + [anon_sym_virtual] = ACTIONS(425), + [anon_sym_extern] = ACTIONS(650), + [anon_sym___attribute__] = ACTIONS(431), + [anon_sym___attribute] = ACTIONS(431), + [anon_sym_COLON_COLON] = ACTIONS(434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(437), + [anon_sym___declspec] = ACTIONS(440), + [anon_sym___based] = ACTIONS(443), + [anon_sym___cdecl] = ACTIONS(446), + [anon_sym___clrcall] = ACTIONS(446), + [anon_sym___stdcall] = ACTIONS(446), + [anon_sym___fastcall] = ACTIONS(446), + [anon_sym___thiscall] = ACTIONS(446), + [anon_sym___vectorcall] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(653), + [anon_sym_signed] = ACTIONS(452), + [anon_sym_unsigned] = ACTIONS(452), + [anon_sym_long] = ACTIONS(452), + [anon_sym_short] = ACTIONS(452), + [anon_sym_LBRACK] = ACTIONS(455), + [anon_sym_static] = ACTIONS(458), + [anon_sym_register] = ACTIONS(458), + [anon_sym_inline] = ACTIONS(656), + [anon_sym___inline] = ACTIONS(458), + [anon_sym___inline__] = ACTIONS(458), + [anon_sym___forceinline] = ACTIONS(458), + [anon_sym_thread_local] = ACTIONS(458), + [anon_sym___thread] = ACTIONS(458), + [anon_sym_const] = ACTIONS(464), + [anon_sym_constexpr] = ACTIONS(464), + [anon_sym_volatile] = ACTIONS(464), + [anon_sym_restrict] = ACTIONS(464), + [anon_sym___restrict__] = ACTIONS(464), + [anon_sym__Atomic] = ACTIONS(464), + [anon_sym__Noreturn] = ACTIONS(464), + [anon_sym_noreturn] = ACTIONS(464), + [anon_sym__Nonnull] = ACTIONS(464), + [anon_sym_mutable] = ACTIONS(464), + [anon_sym_constinit] = ACTIONS(464), + [anon_sym_consteval] = ACTIONS(464), + [anon_sym_PROGMEM] = ACTIONS(464), + [anon_sym_alignas] = ACTIONS(467), + [anon_sym__Alignas] = ACTIONS(467), + [aux_sym_primitive_type_token1] = ACTIONS(470), + [anon_sym_byte] = ACTIONS(470), + [anon_sym_word] = ACTIONS(470), + [anon_sym_enum] = ACTIONS(473), + [anon_sym_class] = ACTIONS(476), + [anon_sym_struct] = ACTIONS(479), + [anon_sym_union] = ACTIONS(482), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(662), + [anon_sym_case] = ACTIONS(665), + [anon_sym_default] = ACTIONS(668), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(674), + [anon_sym_for] = ACTIONS(677), + [anon_sym_return] = ACTIONS(680), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(686), + [anon_sym_goto] = ACTIONS(689), + [anon_sym___try] = ACTIONS(692), + [anon_sym___leave] = ACTIONS(695), + [anon_sym_not] = ACTIONS(404), + [anon_sym_compl] = ACTIONS(404), + [anon_sym_DASH_DASH] = ACTIONS(524), + [anon_sym_PLUS_PLUS] = ACTIONS(524), + [anon_sym_sizeof] = ACTIONS(527), + [anon_sym___alignof__] = ACTIONS(530), + [anon_sym___alignof] = ACTIONS(530), + [anon_sym__alignof] = ACTIONS(530), + [anon_sym_alignof] = ACTIONS(530), + [anon_sym__Alignof] = ACTIONS(530), + [anon_sym_offsetof] = ACTIONS(533), + [anon_sym__Generic] = ACTIONS(536), + [anon_sym_asm] = ACTIONS(539), + [anon_sym___asm__] = ACTIONS(539), + [anon_sym___asm] = ACTIONS(539), + [aux_sym_number_literal_token1] = ACTIONS(542), + [aux_sym_number_literal_token2] = ACTIONS(545), + [anon_sym_L_SQUOTE] = ACTIONS(548), + [anon_sym_u_SQUOTE] = ACTIONS(548), + [anon_sym_U_SQUOTE] = ACTIONS(548), + [anon_sym_u8_SQUOTE] = ACTIONS(548), + [anon_sym_SQUOTE] = ACTIONS(548), + [anon_sym_L_DQUOTE] = ACTIONS(551), + [anon_sym_u_DQUOTE] = ACTIONS(551), + [anon_sym_U_DQUOTE] = ACTIONS(551), + [anon_sym_u8_DQUOTE] = ACTIONS(551), + [anon_sym_DQUOTE] = ACTIONS(551), + [sym_true] = ACTIONS(554), + [sym_false] = ACTIONS(554), + [anon_sym_NULL] = ACTIONS(557), + [anon_sym_nullptr] = ACTIONS(557), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(560), + [anon_sym_decltype] = ACTIONS(563), + [anon_sym_explicit] = ACTIONS(566), + [anon_sym_typename] = ACTIONS(569), + [anon_sym_template] = ACTIONS(698), + [anon_sym_operator] = ACTIONS(575), + [anon_sym_try] = ACTIONS(701), + [anon_sym_delete] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(704), + [anon_sym_namespace] = ACTIONS(707), + [anon_sym_using] = ACTIONS(710), + [anon_sym_static_assert] = ACTIONS(713), + [anon_sym_concept] = ACTIONS(716), + [anon_sym_co_return] = ACTIONS(719), + [anon_sym_co_yield] = ACTIONS(722), + [anon_sym_R_DQUOTE] = ACTIONS(605), + [anon_sym_LR_DQUOTE] = ACTIONS(605), + [anon_sym_uR_DQUOTE] = ACTIONS(605), + [anon_sym_UR_DQUOTE] = ACTIONS(605), + [anon_sym_u8R_DQUOTE] = ACTIONS(605), + [anon_sym_co_await] = ACTIONS(608), + [anon_sym_new] = ACTIONS(611), + [anon_sym_requires] = ACTIONS(614), + [sym_this] = ACTIONS(554), + }, + [36] = { + [sym__block_item] = STATE(38), + [sym_preproc_include] = STATE(38), + [sym_preproc_def] = STATE(38), + [sym_preproc_function_def] = STATE(38), + [sym_preproc_call] = STATE(38), + [sym_preproc_if] = STATE(38), + [sym_preproc_ifdef] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(833), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(38), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(38), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(63), - [sym_template_instantiation] = STATE(63), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(38), + [sym_template_instantiation] = STATE(38), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(63), - [sym_operator_cast_declaration] = STATE(63), - [sym_constructor_or_destructor_definition] = STATE(63), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(63), - [sym_namespace_alias_definition] = STATE(63), - [sym_using_declaration] = STATE(63), - [sym_alias_declaration] = STATE(63), - [sym_static_assert_declaration] = STATE(63), - [sym_concept_definition] = STATE(63), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(63), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(38), + [sym_operator_cast_declaration] = STATE(38), + [sym_constructor_or_destructor_definition] = STATE(38), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(38), + [sym_namespace_alias_definition] = STATE(38), + [sym_using_declaration] = STATE(38), + [sym_alias_declaration] = STATE(38), + [sym_static_assert_declaration] = STATE(38), + [sym_concept_definition] = STATE(38), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -40242,7 +40511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(623), + [anon_sym_RBRACE] = ACTIONS(725), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -40348,143 +40617,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [36] = { - [sym__block_item] = STATE(57), - [sym_preproc_include] = STATE(57), - [sym_preproc_def] = STATE(57), - [sym_preproc_function_def] = STATE(57), - [sym_preproc_call] = STATE(57), - [sym_preproc_if] = STATE(57), - [sym_preproc_ifdef] = STATE(57), - [sym_function_definition] = STATE(57), - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(57), - [sym_attribute_specifier] = STATE(2877), + [37] = { + [sym__block_item] = STATE(48), + [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(2873), + [sym__declaration_specifiers] = STATE(4750), + [sym_linkage_specification] = STATE(48), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(57), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(57), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(57), - [sym_template_instantiation] = STATE(57), - [sym_operator_cast] = STATE(6724), - [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(57), - [sym_operator_cast_declaration] = STATE(57), - [sym_constructor_or_destructor_definition] = STATE(57), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(57), - [sym_namespace_alias_definition] = STATE(57), - [sym_using_declaration] = STATE(57), - [sym_alias_declaration] = STATE(57), - [sym_static_assert_declaration] = STATE(57), - [sym_concept_definition] = STATE(57), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(57), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1840), - [sym_identifier] = ACTIONS(617), - [aux_sym_preproc_include_token1] = ACTIONS(165), - [aux_sym_preproc_def_token1] = ACTIONS(167), - [aux_sym_preproc_if_token1] = ACTIONS(171), - [aux_sym_preproc_ifdef_token1] = ACTIONS(173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(173), - [sym_preproc_directive] = ACTIONS(175), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1850), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6272), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(442), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2692), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(678), + [sym_statement] = STATE(48), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(48), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1844), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(48), + [sym_template_instantiation] = STATE(48), + [sym_operator_cast] = STATE(6751), + [sym__constructor_specifiers] = STATE(1844), + [sym_operator_cast_definition] = STATE(48), + [sym_operator_cast_declaration] = STATE(48), + [sym_constructor_or_destructor_definition] = STATE(48), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(48), + [sym_namespace_alias_definition] = STATE(48), + [sym_using_declaration] = STATE(48), + [sym_alias_declaration] = STATE(48), + [sym_static_assert_declaration] = STATE(48), + [sym_concept_definition] = STATE(48), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6751), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(48), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1844), + [sym_identifier] = ACTIONS(727), + [aux_sym_preproc_include_token1] = ACTIONS(729), + [aux_sym_preproc_def_token1] = ACTIONS(731), + [aux_sym_preproc_if_token1] = ACTIONS(733), + [aux_sym_preproc_if_token2] = ACTIONS(735), + [aux_sym_preproc_ifdef_token1] = ACTIONS(737), + [aux_sym_preproc_ifdef_token2] = ACTIONS(737), + [sym_preproc_directive] = ACTIONS(739), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -40493,11 +40763,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(179), - [anon_sym_typedef] = ACTIONS(181), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(743), + [anon_sym_typedef] = ACTIONS(745), [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(183), + [anon_sym_extern] = ACTIONS(747), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), @@ -40510,8 +40780,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(53), [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -40519,7 +40788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(59), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(191), + [anon_sym_inline] = ACTIONS(751), [anon_sym___inline] = ACTIONS(61), [anon_sym___inline__] = ACTIONS(61), [anon_sym___forceinline] = ACTIONS(61), @@ -40547,19 +40816,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -40596,17 +40865,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(223), + [anon_sym_template] = ACTIONS(779), [anon_sym_operator] = ACTIONS(135), - [anon_sym_try] = ACTIONS(225), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_namespace] = ACTIONS(229), - [anon_sym_using] = ACTIONS(231), - [anon_sym_static_assert] = ACTIONS(233), - [anon_sym_concept] = ACTIONS(235), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(785), + [anon_sym_using] = ACTIONS(787), + [anon_sym_static_assert] = ACTIONS(789), + [anon_sym_concept] = ACTIONS(791), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -40617,135 +40886,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [37] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [38] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -40780,7 +41049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(797), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -40886,135 +41155,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [38] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [39] = { + [sym__block_item] = STATE(43), + [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(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(43), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(43), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(43), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(43), + [sym_template_instantiation] = STATE(43), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(43), + [sym_operator_cast_declaration] = STATE(43), + [sym_constructor_or_destructor_definition] = STATE(43), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(43), + [sym_namespace_alias_definition] = STATE(43), + [sym_using_declaration] = STATE(43), + [sym_alias_declaration] = STATE(43), + [sym_static_assert_declaration] = STATE(43), + [sym_concept_definition] = STATE(43), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(43), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -41049,7 +41318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(629), + [anon_sym_RBRACE] = ACTIONS(799), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -41155,135 +41424,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [39] = { - [sym__block_item] = STATE(34), - [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(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(34), - [sym_attribute_specifier] = STATE(2877), + [40] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(34), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(34), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(34), - [sym_template_instantiation] = STATE(34), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(34), - [sym_operator_cast_declaration] = STATE(34), - [sym_constructor_or_destructor_definition] = STATE(34), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(34), - [sym_namespace_alias_definition] = STATE(34), - [sym_using_declaration] = STATE(34), - [sym_alias_declaration] = STATE(34), - [sym_static_assert_declaration] = STATE(34), - [sym_concept_definition] = STATE(34), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(34), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -41318,7 +41587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(631), + [anon_sym_RBRACE] = ACTIONS(801), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -41424,135 +41693,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [40] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [41] = { + [sym__block_item] = STATE(40), + [sym_preproc_include] = STATE(40), + [sym_preproc_def] = STATE(40), + [sym_preproc_function_def] = STATE(40), + [sym_preproc_call] = STATE(40), + [sym_preproc_if] = STATE(40), + [sym_preproc_ifdef] = STATE(40), + [sym_function_definition] = STATE(40), + [sym_declaration] = STATE(40), + [sym_type_definition] = STATE(40), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(40), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(40), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(40), + [sym_template_instantiation] = STATE(40), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(40), + [sym_operator_cast_declaration] = STATE(40), + [sym_constructor_or_destructor_definition] = STATE(40), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(40), + [sym_namespace_alias_definition] = STATE(40), + [sym_using_declaration] = STATE(40), + [sym_alias_declaration] = STATE(40), + [sym_static_assert_declaration] = STATE(40), + [sym_concept_definition] = STATE(40), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(40), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -41587,7 +41856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(633), + [anon_sym_RBRACE] = ACTIONS(803), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -41693,135 +41962,404 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [41] = { - [sym__block_item] = STATE(54), - [sym_preproc_include] = STATE(54), - [sym_preproc_def] = STATE(54), - [sym_preproc_function_def] = STATE(54), - [sym_preproc_call] = STATE(54), - [sym_preproc_if] = STATE(54), - [sym_preproc_ifdef] = STATE(54), - [sym_function_definition] = STATE(54), - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(54), - [sym_attribute_specifier] = STATE(2877), + [42] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(54), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(54), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1840), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), + [sym__constructor_specifiers] = STATE(1840), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1840), + [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(395), + [anon_sym_BANG] = ACTIONS(398), + [anon_sym_TILDE] = ACTIONS(401), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(407), + [anon_sym_AMP_AMP] = ACTIONS(410), + [anon_sym_AMP] = ACTIONS(413), + [anon_sym_SEMI] = ACTIONS(823), + [anon_sym___extension__] = ACTIONS(826), + [anon_sym_typedef] = ACTIONS(829), + [anon_sym_virtual] = ACTIONS(425), + [anon_sym_extern] = ACTIONS(832), + [anon_sym___attribute__] = ACTIONS(431), + [anon_sym___attribute] = ACTIONS(431), + [anon_sym_COLON_COLON] = ACTIONS(434), + [anon_sym_LBRACK_LBRACK] = ACTIONS(437), + [anon_sym___declspec] = ACTIONS(440), + [anon_sym___based] = ACTIONS(443), + [anon_sym___cdecl] = ACTIONS(446), + [anon_sym___clrcall] = ACTIONS(446), + [anon_sym___stdcall] = ACTIONS(446), + [anon_sym___fastcall] = ACTIONS(446), + [anon_sym___thiscall] = ACTIONS(446), + [anon_sym___vectorcall] = ACTIONS(446), + [anon_sym_LBRACE] = ACTIONS(835), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_signed] = ACTIONS(452), + [anon_sym_unsigned] = ACTIONS(452), + [anon_sym_long] = ACTIONS(452), + [anon_sym_short] = ACTIONS(452), + [anon_sym_LBRACK] = ACTIONS(455), + [anon_sym_static] = ACTIONS(458), + [anon_sym_register] = ACTIONS(458), + [anon_sym_inline] = ACTIONS(840), + [anon_sym___inline] = ACTIONS(458), + [anon_sym___inline__] = ACTIONS(458), + [anon_sym___forceinline] = ACTIONS(458), + [anon_sym_thread_local] = ACTIONS(458), + [anon_sym___thread] = ACTIONS(458), + [anon_sym_const] = ACTIONS(464), + [anon_sym_constexpr] = ACTIONS(464), + [anon_sym_volatile] = ACTIONS(464), + [anon_sym_restrict] = ACTIONS(464), + [anon_sym___restrict__] = ACTIONS(464), + [anon_sym__Atomic] = ACTIONS(464), + [anon_sym__Noreturn] = ACTIONS(464), + [anon_sym_noreturn] = ACTIONS(464), + [anon_sym__Nonnull] = ACTIONS(464), + [anon_sym_mutable] = ACTIONS(464), + [anon_sym_constinit] = ACTIONS(464), + [anon_sym_consteval] = ACTIONS(464), + [anon_sym_PROGMEM] = ACTIONS(464), + [anon_sym_alignas] = ACTIONS(467), + [anon_sym__Alignas] = ACTIONS(467), + [aux_sym_primitive_type_token1] = ACTIONS(470), + [anon_sym_byte] = ACTIONS(470), + [anon_sym_word] = ACTIONS(470), + [anon_sym_enum] = ACTIONS(473), + [anon_sym_class] = ACTIONS(476), + [anon_sym_struct] = ACTIONS(479), + [anon_sym_union] = ACTIONS(482), + [anon_sym_if] = ACTIONS(843), + [anon_sym_switch] = ACTIONS(846), + [anon_sym_case] = ACTIONS(849), + [anon_sym_default] = ACTIONS(852), + [anon_sym_while] = ACTIONS(855), + [anon_sym_do] = ACTIONS(858), + [anon_sym_for] = ACTIONS(861), + [anon_sym_return] = ACTIONS(864), + [anon_sym_break] = ACTIONS(867), + [anon_sym_continue] = ACTIONS(870), + [anon_sym_goto] = ACTIONS(873), + [anon_sym___try] = ACTIONS(876), + [anon_sym___leave] = ACTIONS(879), + [anon_sym_not] = ACTIONS(404), + [anon_sym_compl] = ACTIONS(404), + [anon_sym_DASH_DASH] = ACTIONS(524), + [anon_sym_PLUS_PLUS] = ACTIONS(524), + [anon_sym_sizeof] = ACTIONS(527), + [anon_sym___alignof__] = ACTIONS(530), + [anon_sym___alignof] = ACTIONS(530), + [anon_sym__alignof] = ACTIONS(530), + [anon_sym_alignof] = ACTIONS(530), + [anon_sym__Alignof] = ACTIONS(530), + [anon_sym_offsetof] = ACTIONS(533), + [anon_sym__Generic] = ACTIONS(536), + [anon_sym_asm] = ACTIONS(539), + [anon_sym___asm__] = ACTIONS(539), + [anon_sym___asm] = ACTIONS(539), + [aux_sym_number_literal_token1] = ACTIONS(542), + [aux_sym_number_literal_token2] = ACTIONS(545), + [anon_sym_L_SQUOTE] = ACTIONS(548), + [anon_sym_u_SQUOTE] = ACTIONS(548), + [anon_sym_U_SQUOTE] = ACTIONS(548), + [anon_sym_u8_SQUOTE] = ACTIONS(548), + [anon_sym_SQUOTE] = ACTIONS(548), + [anon_sym_L_DQUOTE] = ACTIONS(551), + [anon_sym_u_DQUOTE] = ACTIONS(551), + [anon_sym_U_DQUOTE] = ACTIONS(551), + [anon_sym_u8_DQUOTE] = ACTIONS(551), + [anon_sym_DQUOTE] = ACTIONS(551), + [sym_true] = ACTIONS(554), + [sym_false] = ACTIONS(554), + [anon_sym_NULL] = ACTIONS(557), + [anon_sym_nullptr] = ACTIONS(557), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(560), + [anon_sym_decltype] = ACTIONS(563), + [anon_sym_explicit] = ACTIONS(566), + [anon_sym_typename] = ACTIONS(569), + [anon_sym_template] = ACTIONS(882), + [anon_sym_operator] = ACTIONS(575), + [anon_sym_try] = ACTIONS(885), + [anon_sym_delete] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(888), + [anon_sym_namespace] = ACTIONS(891), + [anon_sym_using] = ACTIONS(894), + [anon_sym_static_assert] = ACTIONS(897), + [anon_sym_concept] = ACTIONS(900), + [anon_sym_co_return] = ACTIONS(903), + [anon_sym_co_yield] = ACTIONS(906), + [anon_sym_R_DQUOTE] = ACTIONS(605), + [anon_sym_LR_DQUOTE] = ACTIONS(605), + [anon_sym_uR_DQUOTE] = ACTIONS(605), + [anon_sym_UR_DQUOTE] = ACTIONS(605), + [anon_sym_u8R_DQUOTE] = ACTIONS(605), + [anon_sym_co_await] = ACTIONS(608), + [anon_sym_new] = ACTIONS(611), + [anon_sym_requires] = ACTIONS(614), + [sym_this] = ACTIONS(554), + }, + [43] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(833), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(54), - [sym_template_instantiation] = STATE(54), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(54), - [sym_operator_cast_declaration] = STATE(54), - [sym_constructor_or_destructor_definition] = STATE(54), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(54), - [sym_namespace_alias_definition] = STATE(54), - [sym_using_declaration] = STATE(54), - [sym_alias_declaration] = STATE(54), - [sym_static_assert_declaration] = STATE(54), - [sym_concept_definition] = STATE(54), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -41856,7 +42394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(635), + [anon_sym_RBRACE] = ACTIONS(909), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -41962,135 +42500,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [42] = { - [sym__block_item] = STATE(48), - [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(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(48), - [sym_attribute_specifier] = STATE(2877), + [44] = { + [sym__block_item] = STATE(45), + [sym_preproc_include] = STATE(45), + [sym_preproc_def] = STATE(45), + [sym_preproc_function_def] = STATE(45), + [sym_preproc_call] = STATE(45), + [sym_preproc_if] = STATE(45), + [sym_preproc_ifdef] = STATE(45), + [sym_function_definition] = STATE(45), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(45), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(48), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(48), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(45), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(45), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(48), - [sym_template_instantiation] = STATE(48), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(45), + [sym_template_instantiation] = STATE(45), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(48), - [sym_operator_cast_declaration] = STATE(48), - [sym_constructor_or_destructor_definition] = STATE(48), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(48), - [sym_namespace_alias_definition] = STATE(48), - [sym_using_declaration] = STATE(48), - [sym_alias_declaration] = STATE(48), - [sym_static_assert_declaration] = STATE(48), - [sym_concept_definition] = STATE(48), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(48), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(45), + [sym_operator_cast_declaration] = STATE(45), + [sym_constructor_or_destructor_definition] = STATE(45), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(45), + [sym_namespace_alias_definition] = STATE(45), + [sym_using_declaration] = STATE(45), + [sym_alias_declaration] = STATE(45), + [sym_static_assert_declaration] = STATE(45), + [sym_concept_definition] = STATE(45), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(45), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -42125,7 +42663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(637), + [anon_sym_RBRACE] = ACTIONS(911), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -42231,135 +42769,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [43] = { - [sym__block_item] = STATE(51), - [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(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(51), - [sym_attribute_specifier] = STATE(2877), + [45] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(51), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(51), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(51), - [sym_template_instantiation] = STATE(51), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(51), - [sym_operator_cast_declaration] = STATE(51), - [sym_constructor_or_destructor_definition] = STATE(51), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(51), - [sym_namespace_alias_definition] = STATE(51), - [sym_using_declaration] = STATE(51), - [sym_alias_declaration] = STATE(51), - [sym_static_assert_declaration] = STATE(51), - [sym_concept_definition] = STATE(51), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(51), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -42394,7 +42932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(639), + [anon_sym_RBRACE] = ACTIONS(913), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -42500,135 +43038,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [44] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [46] = { + [sym__block_item] = STATE(49), + [sym_preproc_include] = STATE(49), + [sym_preproc_def] = STATE(49), + [sym_preproc_function_def] = STATE(49), + [sym_preproc_call] = STATE(49), + [sym_preproc_if] = STATE(49), + [sym_preproc_ifdef] = STATE(49), + [sym_function_definition] = STATE(49), + [sym_declaration] = STATE(49), + [sym_type_definition] = STATE(49), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(49), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(49), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(49), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(49), + [sym_template_instantiation] = STATE(49), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(49), + [sym_operator_cast_declaration] = STATE(49), + [sym_constructor_or_destructor_definition] = STATE(49), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(49), + [sym_namespace_alias_definition] = STATE(49), + [sym_using_declaration] = STATE(49), + [sym_alias_declaration] = STATE(49), + [sym_static_assert_declaration] = STATE(49), + [sym_concept_definition] = STATE(49), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -42663,7 +43201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(641), + [anon_sym_RBRACE] = ACTIONS(915), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -42769,135 +43307,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [45] = { - [sym__block_item] = STATE(38), - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(2877), + [47] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(38), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(38), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(38), - [sym_template_instantiation] = STATE(38), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(38), - [sym_operator_cast_declaration] = STATE(38), - [sym_constructor_or_destructor_definition] = STATE(38), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(38), - [sym_namespace_alias_definition] = STATE(38), - [sym_using_declaration] = STATE(38), - [sym_alias_declaration] = STATE(38), - [sym_static_assert_declaration] = STATE(38), - [sym_concept_definition] = STATE(38), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -42932,7 +43470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(643), + [anon_sym_RBRACE] = ACTIONS(917), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -43038,143 +43576,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [46] = { - [sym__block_item] = STATE(47), - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(2877), + [48] = { + [sym__block_item] = STATE(35), + [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(2873), + [sym__declaration_specifiers] = STATE(4750), + [sym_linkage_specification] = STATE(35), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(47), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(47), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(47), - [sym_template_instantiation] = STATE(47), - [sym_operator_cast] = STATE(6724), - [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(47), - [sym_operator_cast_declaration] = STATE(47), - [sym_constructor_or_destructor_definition] = STATE(47), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(47), - [sym_namespace_alias_definition] = STATE(47), - [sym_using_declaration] = STATE(47), - [sym_alias_declaration] = STATE(47), - [sym_static_assert_declaration] = STATE(47), - [sym_concept_definition] = STATE(47), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1840), - [sym_identifier] = ACTIONS(617), - [aux_sym_preproc_include_token1] = ACTIONS(165), - [aux_sym_preproc_def_token1] = ACTIONS(167), - [aux_sym_preproc_if_token1] = ACTIONS(171), - [aux_sym_preproc_ifdef_token1] = ACTIONS(173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(173), - [sym_preproc_directive] = ACTIONS(175), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1850), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6272), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(442), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2692), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(678), + [sym_statement] = STATE(35), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(35), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1844), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(35), + [sym_template_instantiation] = STATE(35), + [sym_operator_cast] = STATE(6751), + [sym__constructor_specifiers] = STATE(1844), + [sym_operator_cast_definition] = STATE(35), + [sym_operator_cast_declaration] = STATE(35), + [sym_constructor_or_destructor_definition] = STATE(35), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(35), + [sym_namespace_alias_definition] = STATE(35), + [sym_using_declaration] = STATE(35), + [sym_alias_declaration] = STATE(35), + [sym_static_assert_declaration] = STATE(35), + [sym_concept_definition] = STATE(35), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6751), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(35), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1844), + [sym_identifier] = ACTIONS(727), + [aux_sym_preproc_include_token1] = ACTIONS(729), + [aux_sym_preproc_def_token1] = ACTIONS(731), + [aux_sym_preproc_if_token1] = ACTIONS(733), + [aux_sym_preproc_if_token2] = ACTIONS(919), + [aux_sym_preproc_ifdef_token1] = ACTIONS(737), + [aux_sym_preproc_ifdef_token2] = ACTIONS(737), + [sym_preproc_directive] = ACTIONS(739), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -43183,11 +43722,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(179), - [anon_sym_typedef] = ACTIONS(181), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(743), + [anon_sym_typedef] = ACTIONS(745), [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(183), + [anon_sym_extern] = ACTIONS(747), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), @@ -43200,8 +43739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(53), [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(645), + [anon_sym_LBRACE] = ACTIONS(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -43209,7 +43747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(59), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(191), + [anon_sym_inline] = ACTIONS(751), [anon_sym___inline] = ACTIONS(61), [anon_sym___inline__] = ACTIONS(61), [anon_sym___forceinline] = ACTIONS(61), @@ -43237,19 +43775,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -43286,17 +43824,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(223), + [anon_sym_template] = ACTIONS(779), [anon_sym_operator] = ACTIONS(135), - [anon_sym_try] = ACTIONS(225), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_namespace] = ACTIONS(229), - [anon_sym_using] = ACTIONS(231), - [anon_sym_static_assert] = ACTIONS(233), - [anon_sym_concept] = ACTIONS(235), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(785), + [anon_sym_using] = ACTIONS(787), + [anon_sym_static_assert] = ACTIONS(789), + [anon_sym_concept] = ACTIONS(791), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -43307,135 +43845,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [47] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [49] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -43470,7 +44008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_RBRACE] = ACTIONS(921), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -43576,135 +44114,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [48] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [50] = { + [sym__block_item] = STATE(51), + [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(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(51), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(51), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(51), + [sym_template_instantiation] = STATE(51), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(51), + [sym_operator_cast_declaration] = STATE(51), + [sym_constructor_or_destructor_definition] = STATE(51), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(51), + [sym_namespace_alias_definition] = STATE(51), + [sym_using_declaration] = STATE(51), + [sym_alias_declaration] = STATE(51), + [sym_static_assert_declaration] = STATE(51), + [sym_concept_definition] = STATE(51), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(51), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -43739,7 +44277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(649), + [anon_sym_RBRACE] = ACTIONS(923), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -43845,135 +44383,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [49] = { - [sym__block_item] = STATE(73), - [sym_preproc_include] = STATE(73), - [sym_preproc_def] = STATE(73), - [sym_preproc_function_def] = STATE(73), - [sym_preproc_call] = STATE(73), - [sym_preproc_if] = STATE(73), - [sym_preproc_ifdef] = STATE(73), - [sym_function_definition] = STATE(73), - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(73), - [sym_attribute_specifier] = STATE(2877), + [51] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(73), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(73), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(73), - [sym_template_instantiation] = STATE(73), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(73), - [sym_operator_cast_declaration] = STATE(73), - [sym_constructor_or_destructor_definition] = STATE(73), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(73), - [sym_namespace_alias_definition] = STATE(73), - [sym_using_declaration] = STATE(73), - [sym_alias_declaration] = STATE(73), - [sym_static_assert_declaration] = STATE(73), - [sym_concept_definition] = STATE(73), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(73), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -44008,7 +44546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(651), + [anon_sym_RBRACE] = ACTIONS(925), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -44114,135 +44652,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [50] = { - [sym__block_item] = STATE(44), - [sym_preproc_include] = STATE(44), - [sym_preproc_def] = STATE(44), - [sym_preproc_function_def] = STATE(44), - [sym_preproc_call] = STATE(44), - [sym_preproc_if] = STATE(44), - [sym_preproc_ifdef] = STATE(44), - [sym_function_definition] = STATE(44), - [sym_declaration] = STATE(44), - [sym_type_definition] = STATE(44), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(44), - [sym_attribute_specifier] = STATE(2877), + [52] = { + [sym__block_item] = STATE(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(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(44), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(44), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(53), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(53), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(44), - [sym_template_instantiation] = STATE(44), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(53), + [sym_template_instantiation] = STATE(53), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(44), - [sym_operator_cast_declaration] = STATE(44), - [sym_constructor_or_destructor_definition] = STATE(44), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(44), - [sym_namespace_alias_definition] = STATE(44), - [sym_using_declaration] = STATE(44), - [sym_alias_declaration] = STATE(44), - [sym_static_assert_declaration] = STATE(44), - [sym_concept_definition] = STATE(44), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(44), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(53), + [sym_operator_cast_declaration] = STATE(53), + [sym_constructor_or_destructor_definition] = STATE(53), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(53), + [sym_namespace_alias_definition] = STATE(53), + [sym_using_declaration] = STATE(53), + [sym_alias_declaration] = STATE(53), + [sym_static_assert_declaration] = STATE(53), + [sym_concept_definition] = STATE(53), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(53), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -44277,7 +44815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(653), + [anon_sym_RBRACE] = ACTIONS(927), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -44383,135 +44921,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [51] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [53] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -44546,7 +45084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_RBRACE] = ACTIONS(929), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -44652,135 +45190,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [52] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [54] = { + [sym__block_item] = STATE(55), + [sym_preproc_include] = STATE(55), + [sym_preproc_def] = STATE(55), + [sym_preproc_function_def] = STATE(55), + [sym_preproc_call] = STATE(55), + [sym_preproc_if] = STATE(55), + [sym_preproc_ifdef] = STATE(55), + [sym_function_definition] = STATE(55), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(55), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(55), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(55), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(55), + [sym_template_instantiation] = STATE(55), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(55), + [sym_operator_cast_declaration] = STATE(55), + [sym_constructor_or_destructor_definition] = STATE(55), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(55), + [sym_namespace_alias_definition] = STATE(55), + [sym_using_declaration] = STATE(55), + [sym_alias_declaration] = STATE(55), + [sym_static_assert_declaration] = STATE(55), + [sym_concept_definition] = STATE(55), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(55), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -44815,7 +45353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(657), + [anon_sym_RBRACE] = ACTIONS(931), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -44921,135 +45459,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [53] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [55] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -45084,7 +45622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(659), + [anon_sym_RBRACE] = ACTIONS(933), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -45190,135 +45728,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [54] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [56] = { + [sym__block_item] = STATE(57), + [sym_preproc_include] = STATE(57), + [sym_preproc_def] = STATE(57), + [sym_preproc_function_def] = STATE(57), + [sym_preproc_call] = STATE(57), + [sym_preproc_if] = STATE(57), + [sym_preproc_ifdef] = STATE(57), + [sym_function_definition] = STATE(57), + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(57), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(57), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(57), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(57), + [sym_template_instantiation] = STATE(57), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(57), + [sym_operator_cast_declaration] = STATE(57), + [sym_constructor_or_destructor_definition] = STATE(57), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(57), + [sym_namespace_alias_definition] = STATE(57), + [sym_using_declaration] = STATE(57), + [sym_alias_declaration] = STATE(57), + [sym_static_assert_declaration] = STATE(57), + [sym_concept_definition] = STATE(57), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(57), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -45353,7 +45891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(661), + [anon_sym_RBRACE] = ACTIONS(935), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -45459,144 +45997,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [55] = { - [sym__block_item] = STATE(68), - [sym_preproc_include] = STATE(68), - [sym_preproc_def] = STATE(68), - [sym_preproc_function_def] = STATE(68), - [sym_preproc_call] = STATE(68), - [sym_preproc_if] = STATE(68), - [sym_preproc_ifdef] = STATE(68), - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4728), - [sym_linkage_specification] = STATE(68), - [sym_attribute_specifier] = STATE(2877), + [57] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1846), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6258), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(491), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2686), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(627), - [sym_statement] = STATE(68), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(68), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1834), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(68), - [sym_template_instantiation] = STATE(68), - [sym_operator_cast] = STATE(6741), - [sym__constructor_specifiers] = STATE(1834), - [sym_operator_cast_definition] = STATE(68), - [sym_operator_cast_declaration] = STATE(68), - [sym_constructor_or_destructor_definition] = STATE(68), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(68), - [sym_namespace_alias_definition] = STATE(68), - [sym_using_declaration] = STATE(68), - [sym_alias_declaration] = STATE(68), - [sym_static_assert_declaration] = STATE(68), - [sym_concept_definition] = STATE(68), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6741), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(68), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1834), - [sym_identifier] = ACTIONS(663), - [aux_sym_preproc_include_token1] = ACTIONS(665), - [aux_sym_preproc_def_token1] = ACTIONS(667), - [aux_sym_preproc_if_token1] = ACTIONS(669), - [aux_sym_preproc_if_token2] = ACTIONS(671), - [aux_sym_preproc_ifdef_token1] = ACTIONS(673), - [aux_sym_preproc_ifdef_token2] = ACTIONS(673), - [sym_preproc_directive] = ACTIONS(675), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1840), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), + [sym__constructor_specifiers] = STATE(1840), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1840), + [sym_identifier] = ACTIONS(617), + [aux_sym_preproc_include_token1] = ACTIONS(165), + [aux_sym_preproc_def_token1] = ACTIONS(167), + [aux_sym_preproc_if_token1] = ACTIONS(171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(173), + [aux_sym_preproc_ifdef_token2] = ACTIONS(173), + [sym_preproc_directive] = ACTIONS(175), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -45605,11 +46142,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(27), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(679), - [anon_sym_typedef] = ACTIONS(681), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(179), + [anon_sym_typedef] = ACTIONS(181), [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(183), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), @@ -45622,7 +46159,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(53), [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(685), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(937), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -45630,276 +46168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(59), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(687), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(715), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_try] = ACTIONS(717), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_namespace] = ACTIONS(721), - [anon_sym_using] = ACTIONS(723), - [anon_sym_static_assert] = ACTIONS(725), - [anon_sym_concept] = ACTIONS(727), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [56] = { - [sym__block_item] = STATE(79), - [sym_preproc_include] = STATE(79), - [sym_preproc_def] = STATE(79), - [sym_preproc_function_def] = STATE(79), - [sym_preproc_call] = STATE(79), - [sym_preproc_if] = STATE(79), - [sym_preproc_ifdef] = STATE(79), - [sym_function_definition] = STATE(79), - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(79), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(79), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(79), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(79), - [sym_template_instantiation] = STATE(79), - [sym_operator_cast] = STATE(6724), - [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(79), - [sym_operator_cast_declaration] = STATE(79), - [sym_constructor_or_destructor_definition] = STATE(79), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(79), - [sym_namespace_alias_definition] = STATE(79), - [sym_using_declaration] = STATE(79), - [sym_alias_declaration] = STATE(79), - [sym_static_assert_declaration] = STATE(79), - [sym_concept_definition] = STATE(79), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(79), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1840), - [sym_identifier] = ACTIONS(617), - [aux_sym_preproc_include_token1] = ACTIONS(165), - [aux_sym_preproc_def_token1] = ACTIONS(167), - [aux_sym_preproc_if_token1] = ACTIONS(171), - [aux_sym_preproc_ifdef_token1] = ACTIONS(173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(173), - [sym_preproc_directive] = ACTIONS(175), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(179), - [anon_sym_typedef] = ACTIONS(181), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(183), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(47), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(733), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(59), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(191), + [anon_sym_inline] = ACTIONS(191), [anon_sym___inline] = ACTIONS(61), [anon_sym___inline__] = ACTIONS(61), [anon_sym___forceinline] = ACTIONS(61), @@ -45997,135 +46266,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [57] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [58] = { + [sym__block_item] = STATE(59), + [sym_preproc_include] = STATE(59), + [sym_preproc_def] = STATE(59), + [sym_preproc_function_def] = STATE(59), + [sym_preproc_call] = STATE(59), + [sym_preproc_if] = STATE(59), + [sym_preproc_ifdef] = STATE(59), + [sym_function_definition] = STATE(59), + [sym_declaration] = STATE(59), + [sym_type_definition] = STATE(59), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(59), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(59), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(59), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(59), + [sym_template_instantiation] = STATE(59), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(59), + [sym_operator_cast_declaration] = STATE(59), + [sym_constructor_or_destructor_definition] = STATE(59), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(59), + [sym_namespace_alias_definition] = STATE(59), + [sym_using_declaration] = STATE(59), + [sym_alias_declaration] = STATE(59), + [sym_static_assert_declaration] = STATE(59), + [sym_concept_definition] = STATE(59), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(59), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -46160,7 +46429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(735), + [anon_sym_RBRACE] = ACTIONS(939), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -46266,135 +46535,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [58] = { - [sym__block_item] = STATE(78), - [sym_preproc_include] = STATE(78), - [sym_preproc_def] = STATE(78), - [sym_preproc_function_def] = STATE(78), - [sym_preproc_call] = STATE(78), - [sym_preproc_if] = STATE(78), - [sym_preproc_ifdef] = STATE(78), - [sym_function_definition] = STATE(78), - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(78), - [sym_attribute_specifier] = STATE(2877), + [59] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(78), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(78), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(78), - [sym_template_instantiation] = STATE(78), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(78), - [sym_operator_cast_declaration] = STATE(78), - [sym_constructor_or_destructor_definition] = STATE(78), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(78), - [sym_namespace_alias_definition] = STATE(78), - [sym_using_declaration] = STATE(78), - [sym_alias_declaration] = STATE(78), - [sym_static_assert_declaration] = STATE(78), - [sym_concept_definition] = STATE(78), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(78), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -46429,7 +46698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(737), + [anon_sym_RBRACE] = ACTIONS(941), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -46535,135 +46804,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [59] = { - [sym__block_item] = STATE(62), - [sym_preproc_include] = STATE(62), - [sym_preproc_def] = STATE(62), - [sym_preproc_function_def] = STATE(62), - [sym_preproc_call] = STATE(62), - [sym_preproc_if] = STATE(62), - [sym_preproc_ifdef] = STATE(62), - [sym_function_definition] = STATE(62), - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(62), - [sym_attribute_specifier] = STATE(2877), + [60] = { + [sym__block_item] = STATE(61), + [sym_preproc_include] = STATE(61), + [sym_preproc_def] = STATE(61), + [sym_preproc_function_def] = STATE(61), + [sym_preproc_call] = STATE(61), + [sym_preproc_if] = STATE(61), + [sym_preproc_ifdef] = STATE(61), + [sym_function_definition] = STATE(61), + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(61), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(62), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(62), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(61), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(61), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(62), - [sym_template_instantiation] = STATE(62), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(61), + [sym_template_instantiation] = STATE(61), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(62), - [sym_operator_cast_declaration] = STATE(62), - [sym_constructor_or_destructor_definition] = STATE(62), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(62), - [sym_namespace_alias_definition] = STATE(62), - [sym_using_declaration] = STATE(62), - [sym_alias_declaration] = STATE(62), - [sym_static_assert_declaration] = STATE(62), - [sym_concept_definition] = STATE(62), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(62), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(61), + [sym_operator_cast_declaration] = STATE(61), + [sym_constructor_or_destructor_definition] = STATE(61), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(61), + [sym_namespace_alias_definition] = STATE(61), + [sym_using_declaration] = STATE(61), + [sym_alias_declaration] = STATE(61), + [sym_static_assert_declaration] = STATE(61), + [sym_concept_definition] = STATE(61), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(61), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -46698,7 +46967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_RBRACE] = ACTIONS(943), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -46804,135 +47073,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [60] = { - [sym__block_item] = STATE(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__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(2877), + [61] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(52), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(52), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(52), - [sym_template_instantiation] = STATE(52), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(52), - [sym_operator_cast_declaration] = STATE(52), - [sym_constructor_or_destructor_definition] = STATE(52), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(52), - [sym_namespace_alias_definition] = STATE(52), - [sym_using_declaration] = STATE(52), - [sym_alias_declaration] = STATE(52), - [sym_static_assert_declaration] = STATE(52), - [sym_concept_definition] = STATE(52), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(52), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -46967,7 +47236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(741), + [anon_sym_RBRACE] = ACTIONS(945), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -47073,135 +47342,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [61] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [62] = { + [sym__block_item] = STATE(63), + [sym_preproc_include] = STATE(63), + [sym_preproc_def] = STATE(63), + [sym_preproc_function_def] = STATE(63), + [sym_preproc_call] = STATE(63), + [sym_preproc_if] = STATE(63), + [sym_preproc_ifdef] = STATE(63), + [sym_function_definition] = STATE(63), + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(63), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(63), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(63), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(63), + [sym_template_instantiation] = STATE(63), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(63), + [sym_operator_cast_declaration] = STATE(63), + [sym_constructor_or_destructor_definition] = STATE(63), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(63), + [sym_namespace_alias_definition] = STATE(63), + [sym_using_declaration] = STATE(63), + [sym_alias_declaration] = STATE(63), + [sym_static_assert_declaration] = STATE(63), + [sym_concept_definition] = STATE(63), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(63), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -47236,7 +47505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(743), + [anon_sym_RBRACE] = ACTIONS(947), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -47342,135 +47611,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [62] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [63] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -47505,7 +47774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_RBRACE] = ACTIONS(949), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -47611,135 +47880,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [63] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [64] = { + [sym__block_item] = STATE(65), + [sym_preproc_include] = STATE(65), + [sym_preproc_def] = STATE(65), + [sym_preproc_function_def] = STATE(65), + [sym_preproc_call] = STATE(65), + [sym_preproc_if] = STATE(65), + [sym_preproc_ifdef] = STATE(65), + [sym_function_definition] = STATE(65), + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(65), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(65), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(65), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(65), + [sym_template_instantiation] = STATE(65), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(65), + [sym_operator_cast_declaration] = STATE(65), + [sym_constructor_or_destructor_definition] = STATE(65), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(65), + [sym_namespace_alias_definition] = STATE(65), + [sym_using_declaration] = STATE(65), + [sym_alias_declaration] = STATE(65), + [sym_static_assert_declaration] = STATE(65), + [sym_concept_definition] = STATE(65), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(65), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -47774,7 +48043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(747), + [anon_sym_RBRACE] = ACTIONS(951), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -47880,135 +48149,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [64] = { - [sym__block_item] = STATE(65), - [sym_preproc_include] = STATE(65), - [sym_preproc_def] = STATE(65), - [sym_preproc_function_def] = STATE(65), - [sym_preproc_call] = STATE(65), - [sym_preproc_if] = STATE(65), - [sym_preproc_ifdef] = STATE(65), - [sym_function_definition] = STATE(65), - [sym_declaration] = STATE(65), - [sym_type_definition] = STATE(65), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(65), - [sym_attribute_specifier] = STATE(2877), + [65] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(65), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(65), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(65), - [sym_template_instantiation] = STATE(65), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(65), - [sym_operator_cast_declaration] = STATE(65), - [sym_constructor_or_destructor_definition] = STATE(65), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(65), - [sym_namespace_alias_definition] = STATE(65), - [sym_using_declaration] = STATE(65), - [sym_alias_declaration] = STATE(65), - [sym_static_assert_declaration] = STATE(65), - [sym_concept_definition] = STATE(65), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(65), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -48043,7 +48312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(749), + [anon_sym_RBRACE] = ACTIONS(953), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -48149,135 +48418,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [65] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [66] = { + [sym__block_item] = STATE(67), + [sym_preproc_include] = STATE(67), + [sym_preproc_def] = STATE(67), + [sym_preproc_function_def] = STATE(67), + [sym_preproc_call] = STATE(67), + [sym_preproc_if] = STATE(67), + [sym_preproc_ifdef] = STATE(67), + [sym_function_definition] = STATE(67), + [sym_declaration] = STATE(67), + [sym_type_definition] = STATE(67), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(67), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(67), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(67), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(67), + [sym_template_instantiation] = STATE(67), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(67), + [sym_operator_cast_declaration] = STATE(67), + [sym_constructor_or_destructor_definition] = STATE(67), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(67), + [sym_namespace_alias_definition] = STATE(67), + [sym_using_declaration] = STATE(67), + [sym_alias_declaration] = STATE(67), + [sym_static_assert_declaration] = STATE(67), + [sym_concept_definition] = STATE(67), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(67), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -48312,7 +48581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(751), + [anon_sym_RBRACE] = ACTIONS(955), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -48418,135 +48687,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [66] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [67] = { + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -48581,7 +48850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(957), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -48687,135 +48956,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [67] = { - [sym__block_item] = STATE(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(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(2877), + [68] = { + [sym__block_item] = STATE(69), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(69), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(53), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(53), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(69), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(69), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(53), - [sym_template_instantiation] = STATE(53), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(69), + [sym_template_instantiation] = STATE(69), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(53), - [sym_operator_cast_declaration] = STATE(53), - [sym_constructor_or_destructor_definition] = STATE(53), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(53), - [sym_namespace_alias_definition] = STATE(53), - [sym_using_declaration] = STATE(53), - [sym_alias_declaration] = STATE(53), - [sym_static_assert_declaration] = STATE(53), - [sym_concept_definition] = STATE(53), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(69), + [sym_operator_cast_declaration] = STATE(69), + [sym_constructor_or_destructor_definition] = STATE(69), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(69), + [sym_namespace_alias_definition] = STATE(69), + [sym_using_declaration] = STATE(69), + [sym_alias_declaration] = STATE(69), + [sym_static_assert_declaration] = STATE(69), + [sym_concept_definition] = STATE(69), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(69), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -48850,7 +49119,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(755), + [anon_sym_RBRACE] = ACTIONS(959), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -48956,404 +49225,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [68] = { - [sym__block_item] = STATE(77), - [sym_preproc_include] = STATE(77), - [sym_preproc_def] = STATE(77), - [sym_preproc_function_def] = STATE(77), - [sym_preproc_call] = STATE(77), - [sym_preproc_if] = STATE(77), - [sym_preproc_ifdef] = STATE(77), - [sym_function_definition] = STATE(77), - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4728), - [sym_linkage_specification] = STATE(77), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1846), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6258), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(491), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2686), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(627), - [sym_statement] = STATE(77), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(77), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1834), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(77), - [sym_template_instantiation] = STATE(77), - [sym_operator_cast] = STATE(6741), - [sym__constructor_specifiers] = STATE(1834), - [sym_operator_cast_definition] = STATE(77), - [sym_operator_cast_declaration] = STATE(77), - [sym_constructor_or_destructor_definition] = STATE(77), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(77), - [sym_namespace_alias_definition] = STATE(77), - [sym_using_declaration] = STATE(77), - [sym_alias_declaration] = STATE(77), - [sym_static_assert_declaration] = STATE(77), - [sym_concept_definition] = STATE(77), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6741), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(77), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1834), - [sym_identifier] = ACTIONS(663), - [aux_sym_preproc_include_token1] = ACTIONS(665), - [aux_sym_preproc_def_token1] = ACTIONS(667), - [aux_sym_preproc_if_token1] = ACTIONS(669), - [aux_sym_preproc_if_token2] = ACTIONS(757), - [aux_sym_preproc_ifdef_token1] = ACTIONS(673), - [aux_sym_preproc_ifdef_token2] = ACTIONS(673), - [sym_preproc_directive] = ACTIONS(675), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(679), - [anon_sym_typedef] = ACTIONS(681), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(683), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(47), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(59), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(687), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(715), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_try] = ACTIONS(717), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_namespace] = ACTIONS(721), - [anon_sym_using] = ACTIONS(723), - [anon_sym_static_assert] = ACTIONS(725), - [anon_sym_concept] = ACTIONS(727), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, [69] = { - [sym__block_item] = STATE(40), - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(40), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(40), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(40), - [sym_template_instantiation] = STATE(40), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(40), - [sym_operator_cast_declaration] = STATE(40), - [sym_constructor_or_destructor_definition] = STATE(40), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(40), - [sym_namespace_alias_definition] = STATE(40), - [sym_using_declaration] = STATE(40), - [sym_alias_declaration] = STATE(40), - [sym_static_assert_declaration] = STATE(40), - [sym_concept_definition] = STATE(40), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -49388,7 +49388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_RBRACE] = ACTIONS(961), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -49495,134 +49495,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [70] = { - [sym__block_item] = STATE(66), - [sym_preproc_include] = STATE(66), - [sym_preproc_def] = STATE(66), - [sym_preproc_function_def] = STATE(66), - [sym_preproc_call] = STATE(66), - [sym_preproc_if] = STATE(66), - [sym_preproc_ifdef] = STATE(66), - [sym_function_definition] = STATE(66), - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(71), + [sym_preproc_include] = STATE(71), + [sym_preproc_def] = STATE(71), + [sym_preproc_function_def] = STATE(71), + [sym_preproc_call] = STATE(71), + [sym_preproc_if] = STATE(71), + [sym_preproc_ifdef] = STATE(71), + [sym_function_definition] = STATE(71), + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(71), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(66), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(66), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(71), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(71), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(71), + [sym_template_instantiation] = STATE(71), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(66), - [sym_namespace_alias_definition] = STATE(66), - [sym_using_declaration] = STATE(66), - [sym_alias_declaration] = STATE(66), - [sym_static_assert_declaration] = STATE(66), - [sym_concept_definition] = STATE(66), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(71), + [sym_operator_cast_declaration] = STATE(71), + [sym_constructor_or_destructor_definition] = STATE(71), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(71), + [sym_namespace_alias_definition] = STATE(71), + [sym_using_declaration] = STATE(71), + [sym_alias_declaration] = STATE(71), + [sym_static_assert_declaration] = STATE(71), + [sym_concept_definition] = STATE(71), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(71), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -49657,7 +49657,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(761), + [anon_sym_RBRACE] = ACTIONS(963), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -49764,134 +49764,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [71] = { - [sym__block_item] = STATE(72), - [sym_preproc_include] = STATE(72), - [sym_preproc_def] = STATE(72), - [sym_preproc_function_def] = STATE(72), - [sym_preproc_call] = STATE(72), - [sym_preproc_if] = STATE(72), - [sym_preproc_ifdef] = STATE(72), - [sym_function_definition] = STATE(72), - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(72), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(72), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(72), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(72), - [sym_template_instantiation] = STATE(72), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(72), - [sym_operator_cast_declaration] = STATE(72), - [sym_constructor_or_destructor_definition] = STATE(72), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(72), - [sym_namespace_alias_definition] = STATE(72), - [sym_using_declaration] = STATE(72), - [sym_alias_declaration] = STATE(72), - [sym_static_assert_declaration] = STATE(72), - [sym_concept_definition] = STATE(72), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(72), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -49926,7 +49926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(763), + [anon_sym_RBRACE] = ACTIONS(965), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -50033,134 +50033,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [72] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(73), + [sym_preproc_include] = STATE(73), + [sym_preproc_def] = STATE(73), + [sym_preproc_function_def] = STATE(73), + [sym_preproc_call] = STATE(73), + [sym_preproc_if] = STATE(73), + [sym_preproc_ifdef] = STATE(73), + [sym_function_definition] = STATE(73), + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(73), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(73), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(73), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(73), + [sym_template_instantiation] = STATE(73), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(73), + [sym_operator_cast_declaration] = STATE(73), + [sym_constructor_or_destructor_definition] = STATE(73), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(73), + [sym_namespace_alias_definition] = STATE(73), + [sym_using_declaration] = STATE(73), + [sym_alias_declaration] = STATE(73), + [sym_static_assert_declaration] = STATE(73), + [sym_concept_definition] = STATE(73), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(73), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -50195,7 +50195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(765), + [anon_sym_RBRACE] = ACTIONS(967), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -50302,134 +50302,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [73] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -50464,7 +50464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(767), + [anon_sym_RBRACE] = ACTIONS(969), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -50571,134 +50571,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [74] = { - [sym__block_item] = STATE(37), - [sym_preproc_include] = STATE(37), - [sym_preproc_def] = STATE(37), - [sym_preproc_function_def] = STATE(37), - [sym_preproc_call] = STATE(37), - [sym_preproc_if] = STATE(37), - [sym_preproc_ifdef] = STATE(37), - [sym_function_definition] = STATE(37), - [sym_declaration] = STATE(37), - [sym_type_definition] = STATE(37), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(37), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(37), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(37), - [sym_namespace_alias_definition] = STATE(37), - [sym_using_declaration] = STATE(37), - [sym_alias_declaration] = STATE(37), - [sym_static_assert_declaration] = STATE(37), - [sym_concept_definition] = STATE(37), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -50733,7 +50733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(971), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -50840,403 +50840,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [75] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(76), + [sym_preproc_include] = STATE(76), + [sym_preproc_def] = STATE(76), + [sym_preproc_function_def] = STATE(76), + [sym_preproc_call] = STATE(76), + [sym_preproc_if] = STATE(76), + [sym_preproc_ifdef] = STATE(76), + [sym_function_definition] = STATE(76), + [sym_declaration] = STATE(76), + [sym_type_definition] = STATE(76), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(76), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(76), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(76), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(76), + [sym_template_instantiation] = STATE(76), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(76), + [sym_operator_cast_declaration] = STATE(76), + [sym_constructor_or_destructor_definition] = STATE(76), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(76), + [sym_namespace_alias_definition] = STATE(76), + [sym_using_declaration] = STATE(76), + [sym_alias_declaration] = STATE(76), + [sym_static_assert_declaration] = STATE(76), + [sym_concept_definition] = STATE(76), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(76), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), - [sym_identifier] = ACTIONS(771), - [aux_sym_preproc_include_token1] = ACTIONS(774), - [aux_sym_preproc_def_token1] = ACTIONS(777), - [aux_sym_preproc_if_token1] = ACTIONS(780), - [aux_sym_preproc_ifdef_token1] = ACTIONS(783), - [aux_sym_preproc_ifdef_token2] = ACTIONS(783), - [sym_preproc_directive] = ACTIONS(786), - [anon_sym_LPAREN2] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(398), - [anon_sym_TILDE] = ACTIONS(401), - [anon_sym_DASH] = ACTIONS(404), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(407), - [anon_sym_AMP_AMP] = ACTIONS(410), - [anon_sym_AMP] = ACTIONS(413), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym___extension__] = ACTIONS(792), - [anon_sym_typedef] = ACTIONS(795), - [anon_sym_virtual] = ACTIONS(425), - [anon_sym_extern] = ACTIONS(798), - [anon_sym___attribute__] = ACTIONS(431), - [anon_sym___attribute] = ACTIONS(431), - [anon_sym_COLON_COLON] = ACTIONS(434), - [anon_sym_LBRACK_LBRACK] = ACTIONS(437), - [anon_sym___declspec] = ACTIONS(440), - [anon_sym___based] = ACTIONS(443), - [anon_sym___cdecl] = ACTIONS(446), - [anon_sym___clrcall] = ACTIONS(446), - [anon_sym___stdcall] = ACTIONS(446), - [anon_sym___fastcall] = ACTIONS(446), - [anon_sym___thiscall] = ACTIONS(446), - [anon_sym___vectorcall] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_RBRACE] = ACTIONS(804), - [anon_sym_signed] = ACTIONS(452), - [anon_sym_unsigned] = ACTIONS(452), - [anon_sym_long] = ACTIONS(452), - [anon_sym_short] = ACTIONS(452), - [anon_sym_LBRACK] = ACTIONS(455), - [anon_sym_static] = ACTIONS(458), - [anon_sym_register] = ACTIONS(458), - [anon_sym_inline] = ACTIONS(806), - [anon_sym___inline] = ACTIONS(458), - [anon_sym___inline__] = ACTIONS(458), - [anon_sym___forceinline] = ACTIONS(458), - [anon_sym_thread_local] = ACTIONS(458), - [anon_sym___thread] = ACTIONS(458), - [anon_sym_const] = ACTIONS(464), - [anon_sym_constexpr] = ACTIONS(464), - [anon_sym_volatile] = ACTIONS(464), - [anon_sym_restrict] = ACTIONS(464), - [anon_sym___restrict__] = ACTIONS(464), - [anon_sym__Atomic] = ACTIONS(464), - [anon_sym__Noreturn] = ACTIONS(464), - [anon_sym_noreturn] = ACTIONS(464), - [anon_sym__Nonnull] = ACTIONS(464), - [anon_sym_mutable] = ACTIONS(464), - [anon_sym_constinit] = ACTIONS(464), - [anon_sym_consteval] = ACTIONS(464), - [anon_sym_PROGMEM] = ACTIONS(464), - [anon_sym_alignas] = ACTIONS(467), - [anon_sym__Alignas] = ACTIONS(467), - [aux_sym_primitive_type_token1] = ACTIONS(470), - [anon_sym_byte] = ACTIONS(470), - [anon_sym_word] = ACTIONS(470), - [anon_sym_enum] = ACTIONS(473), - [anon_sym_class] = ACTIONS(476), - [anon_sym_struct] = ACTIONS(479), - [anon_sym_union] = ACTIONS(482), - [anon_sym_if] = ACTIONS(809), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(815), - [anon_sym_default] = ACTIONS(818), - [anon_sym_while] = ACTIONS(821), - [anon_sym_do] = ACTIONS(824), - [anon_sym_for] = ACTIONS(827), - [anon_sym_return] = ACTIONS(830), - [anon_sym_break] = ACTIONS(833), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_goto] = ACTIONS(839), - [anon_sym___try] = ACTIONS(842), - [anon_sym___leave] = ACTIONS(845), - [anon_sym_not] = ACTIONS(404), - [anon_sym_compl] = ACTIONS(404), - [anon_sym_DASH_DASH] = ACTIONS(524), - [anon_sym_PLUS_PLUS] = ACTIONS(524), - [anon_sym_sizeof] = ACTIONS(527), - [anon_sym___alignof__] = ACTIONS(530), - [anon_sym___alignof] = ACTIONS(530), - [anon_sym__alignof] = ACTIONS(530), - [anon_sym_alignof] = ACTIONS(530), - [anon_sym__Alignof] = ACTIONS(530), - [anon_sym_offsetof] = ACTIONS(533), - [anon_sym__Generic] = ACTIONS(536), - [anon_sym_asm] = ACTIONS(539), - [anon_sym___asm__] = ACTIONS(539), - [anon_sym___asm] = ACTIONS(539), - [aux_sym_number_literal_token1] = ACTIONS(542), - [aux_sym_number_literal_token2] = ACTIONS(545), - [anon_sym_L_SQUOTE] = ACTIONS(548), - [anon_sym_u_SQUOTE] = ACTIONS(548), - [anon_sym_U_SQUOTE] = ACTIONS(548), - [anon_sym_u8_SQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(548), - [anon_sym_L_DQUOTE] = ACTIONS(551), - [anon_sym_u_DQUOTE] = ACTIONS(551), - [anon_sym_U_DQUOTE] = ACTIONS(551), - [anon_sym_u8_DQUOTE] = ACTIONS(551), - [anon_sym_DQUOTE] = ACTIONS(551), - [sym_true] = ACTIONS(554), - [sym_false] = ACTIONS(554), - [anon_sym_NULL] = ACTIONS(557), - [anon_sym_nullptr] = ACTIONS(557), + [sym_identifier] = ACTIONS(617), + [aux_sym_preproc_include_token1] = ACTIONS(165), + [aux_sym_preproc_def_token1] = ACTIONS(167), + [aux_sym_preproc_if_token1] = ACTIONS(171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(173), + [aux_sym_preproc_ifdef_token2] = ACTIONS(173), + [sym_preproc_directive] = ACTIONS(175), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(179), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(183), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK_LBRACK] = ACTIONS(47), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(973), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(59), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(191), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(560), - [anon_sym_decltype] = ACTIONS(563), - [anon_sym_explicit] = ACTIONS(566), - [anon_sym_typename] = ACTIONS(569), - [anon_sym_template] = ACTIONS(848), - [anon_sym_operator] = ACTIONS(575), - [anon_sym_try] = ACTIONS(851), - [anon_sym_delete] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(854), - [anon_sym_namespace] = ACTIONS(857), - [anon_sym_using] = ACTIONS(860), - [anon_sym_static_assert] = ACTIONS(863), - [anon_sym_concept] = ACTIONS(866), - [anon_sym_co_return] = ACTIONS(869), - [anon_sym_co_yield] = ACTIONS(872), - [anon_sym_R_DQUOTE] = ACTIONS(605), - [anon_sym_LR_DQUOTE] = ACTIONS(605), - [anon_sym_uR_DQUOTE] = ACTIONS(605), - [anon_sym_UR_DQUOTE] = ACTIONS(605), - [anon_sym_u8R_DQUOTE] = ACTIONS(605), - [anon_sym_co_await] = ACTIONS(608), - [anon_sym_new] = ACTIONS(611), - [anon_sym_requires] = ACTIONS(614), - [sym_this] = ACTIONS(554), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(223), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_try] = ACTIONS(225), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_namespace] = ACTIONS(229), + [anon_sym_using] = ACTIONS(231), + [anon_sym_static_assert] = ACTIONS(233), + [anon_sym_concept] = ACTIONS(235), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [76] = { - [sym__block_item] = STATE(61), - [sym_preproc_include] = STATE(61), - [sym_preproc_def] = STATE(61), - [sym_preproc_function_def] = STATE(61), - [sym_preproc_call] = STATE(61), - [sym_preproc_if] = STATE(61), - [sym_preproc_ifdef] = STATE(61), - [sym_function_definition] = STATE(61), - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(61), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(61), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(61), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(61), - [sym_template_instantiation] = STATE(61), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(61), - [sym_operator_cast_declaration] = STATE(61), - [sym_constructor_or_destructor_definition] = STATE(61), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(61), - [sym_namespace_alias_definition] = STATE(61), - [sym_using_declaration] = STATE(61), - [sym_alias_declaration] = STATE(61), - [sym_static_assert_declaration] = STATE(61), - [sym_concept_definition] = STATE(61), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -51271,7 +51271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(53), [anon_sym___vectorcall] = ACTIONS(53), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(875), + [anon_sym_RBRACE] = ACTIONS(975), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -51378,403 +51378,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [77] = { - [sym__block_item] = STATE(77), - [sym_preproc_include] = STATE(77), - [sym_preproc_def] = STATE(77), - [sym_preproc_function_def] = STATE(77), - [sym_preproc_call] = STATE(77), - [sym_preproc_if] = STATE(77), - [sym_preproc_ifdef] = STATE(77), - [sym_function_definition] = STATE(77), - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4728), - [sym_linkage_specification] = STATE(77), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(78), + [sym_preproc_include] = STATE(78), + [sym_preproc_def] = STATE(78), + [sym_preproc_function_def] = STATE(78), + [sym_preproc_call] = STATE(78), + [sym_preproc_if] = STATE(78), + [sym_preproc_ifdef] = STATE(78), + [sym_function_definition] = STATE(78), + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(78), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1846), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6258), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(491), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2686), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(627), - [sym_statement] = STATE(77), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(77), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1834), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(77), - [sym_template_instantiation] = STATE(77), - [sym_operator_cast] = STATE(6741), - [sym__constructor_specifiers] = STATE(1834), - [sym_operator_cast_definition] = STATE(77), - [sym_operator_cast_declaration] = STATE(77), - [sym_constructor_or_destructor_definition] = STATE(77), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(77), - [sym_namespace_alias_definition] = STATE(77), - [sym_using_declaration] = STATE(77), - [sym_alias_declaration] = STATE(77), - [sym_static_assert_declaration] = STATE(77), - [sym_concept_definition] = STATE(77), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6741), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(77), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1834), - [sym_identifier] = ACTIONS(877), - [aux_sym_preproc_include_token1] = ACTIONS(880), - [aux_sym_preproc_def_token1] = ACTIONS(883), - [aux_sym_preproc_if_token1] = ACTIONS(886), - [aux_sym_preproc_if_token2] = ACTIONS(387), - [aux_sym_preproc_ifdef_token1] = ACTIONS(889), - [aux_sym_preproc_ifdef_token2] = ACTIONS(889), - [sym_preproc_directive] = ACTIONS(892), - [anon_sym_LPAREN2] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(398), - [anon_sym_TILDE] = ACTIONS(401), - [anon_sym_DASH] = ACTIONS(404), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(407), - [anon_sym_AMP_AMP] = ACTIONS(410), - [anon_sym_AMP] = ACTIONS(413), - [anon_sym_SEMI] = ACTIONS(895), - [anon_sym___extension__] = ACTIONS(898), - [anon_sym_typedef] = ACTIONS(901), - [anon_sym_virtual] = ACTIONS(425), - [anon_sym_extern] = ACTIONS(904), - [anon_sym___attribute__] = ACTIONS(431), - [anon_sym___attribute] = ACTIONS(431), - [anon_sym_COLON_COLON] = ACTIONS(434), - [anon_sym_LBRACK_LBRACK] = ACTIONS(437), - [anon_sym___declspec] = ACTIONS(440), - [anon_sym___based] = ACTIONS(443), - [anon_sym___cdecl] = ACTIONS(446), - [anon_sym___clrcall] = ACTIONS(446), - [anon_sym___stdcall] = ACTIONS(446), - [anon_sym___fastcall] = ACTIONS(446), - [anon_sym___thiscall] = ACTIONS(446), - [anon_sym___vectorcall] = ACTIONS(446), - [anon_sym_LBRACE] = ACTIONS(907), - [anon_sym_signed] = ACTIONS(452), - [anon_sym_unsigned] = ACTIONS(452), - [anon_sym_long] = ACTIONS(452), - [anon_sym_short] = ACTIONS(452), - [anon_sym_LBRACK] = ACTIONS(455), - [anon_sym_static] = ACTIONS(458), - [anon_sym_register] = ACTIONS(458), - [anon_sym_inline] = ACTIONS(910), - [anon_sym___inline] = ACTIONS(458), - [anon_sym___inline__] = ACTIONS(458), - [anon_sym___forceinline] = ACTIONS(458), - [anon_sym_thread_local] = ACTIONS(458), - [anon_sym___thread] = ACTIONS(458), - [anon_sym_const] = ACTIONS(464), - [anon_sym_constexpr] = ACTIONS(464), - [anon_sym_volatile] = ACTIONS(464), - [anon_sym_restrict] = ACTIONS(464), - [anon_sym___restrict__] = ACTIONS(464), - [anon_sym__Atomic] = ACTIONS(464), - [anon_sym__Noreturn] = ACTIONS(464), - [anon_sym_noreturn] = ACTIONS(464), - [anon_sym__Nonnull] = ACTIONS(464), - [anon_sym_mutable] = ACTIONS(464), - [anon_sym_constinit] = ACTIONS(464), - [anon_sym_consteval] = ACTIONS(464), - [anon_sym_PROGMEM] = ACTIONS(464), - [anon_sym_alignas] = ACTIONS(467), - [anon_sym__Alignas] = ACTIONS(467), - [aux_sym_primitive_type_token1] = ACTIONS(470), - [anon_sym_byte] = ACTIONS(470), - [anon_sym_word] = ACTIONS(470), - [anon_sym_enum] = ACTIONS(473), - [anon_sym_class] = ACTIONS(476), - [anon_sym_struct] = ACTIONS(479), - [anon_sym_union] = ACTIONS(482), - [anon_sym_if] = ACTIONS(913), - [anon_sym_switch] = ACTIONS(916), - [anon_sym_case] = ACTIONS(919), - [anon_sym_default] = ACTIONS(922), - [anon_sym_while] = ACTIONS(925), - [anon_sym_do] = ACTIONS(928), - [anon_sym_for] = ACTIONS(931), - [anon_sym_return] = ACTIONS(934), - [anon_sym_break] = ACTIONS(937), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_goto] = ACTIONS(943), - [anon_sym___try] = ACTIONS(946), - [anon_sym___leave] = ACTIONS(949), - [anon_sym_not] = ACTIONS(404), - [anon_sym_compl] = ACTIONS(404), - [anon_sym_DASH_DASH] = ACTIONS(524), - [anon_sym_PLUS_PLUS] = ACTIONS(524), - [anon_sym_sizeof] = ACTIONS(527), - [anon_sym___alignof__] = ACTIONS(530), - [anon_sym___alignof] = ACTIONS(530), - [anon_sym__alignof] = ACTIONS(530), - [anon_sym_alignof] = ACTIONS(530), - [anon_sym__Alignof] = ACTIONS(530), - [anon_sym_offsetof] = ACTIONS(533), - [anon_sym__Generic] = ACTIONS(536), - [anon_sym_asm] = ACTIONS(539), - [anon_sym___asm__] = ACTIONS(539), - [anon_sym___asm] = ACTIONS(539), - [aux_sym_number_literal_token1] = ACTIONS(542), - [aux_sym_number_literal_token2] = ACTIONS(545), - [anon_sym_L_SQUOTE] = ACTIONS(548), - [anon_sym_u_SQUOTE] = ACTIONS(548), - [anon_sym_U_SQUOTE] = ACTIONS(548), - [anon_sym_u8_SQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(548), - [anon_sym_L_DQUOTE] = ACTIONS(551), - [anon_sym_u_DQUOTE] = ACTIONS(551), - [anon_sym_U_DQUOTE] = ACTIONS(551), - [anon_sym_u8_DQUOTE] = ACTIONS(551), - [anon_sym_DQUOTE] = ACTIONS(551), - [sym_true] = ACTIONS(554), - [sym_false] = ACTIONS(554), - [anon_sym_NULL] = ACTIONS(557), - [anon_sym_nullptr] = ACTIONS(557), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(78), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(78), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1840), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(78), + [sym_template_instantiation] = STATE(78), + [sym_operator_cast] = STATE(6743), + [sym__constructor_specifiers] = STATE(1840), + [sym_operator_cast_definition] = STATE(78), + [sym_operator_cast_declaration] = STATE(78), + [sym_constructor_or_destructor_definition] = STATE(78), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(78), + [sym_namespace_alias_definition] = STATE(78), + [sym_using_declaration] = STATE(78), + [sym_alias_declaration] = STATE(78), + [sym_static_assert_declaration] = STATE(78), + [sym_concept_definition] = STATE(78), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(78), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1840), + [sym_identifier] = ACTIONS(617), + [aux_sym_preproc_include_token1] = ACTIONS(165), + [aux_sym_preproc_def_token1] = ACTIONS(167), + [aux_sym_preproc_if_token1] = ACTIONS(171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(173), + [aux_sym_preproc_ifdef_token2] = ACTIONS(173), + [sym_preproc_directive] = ACTIONS(175), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(179), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(183), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK_LBRACK] = ACTIONS(47), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(977), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(59), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(191), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(560), - [anon_sym_decltype] = ACTIONS(563), - [anon_sym_explicit] = ACTIONS(566), - [anon_sym_typename] = ACTIONS(569), - [anon_sym_template] = ACTIONS(952), - [anon_sym_operator] = ACTIONS(575), - [anon_sym_try] = ACTIONS(955), - [anon_sym_delete] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(958), - [anon_sym_namespace] = ACTIONS(961), - [anon_sym_using] = ACTIONS(964), - [anon_sym_static_assert] = ACTIONS(967), - [anon_sym_concept] = ACTIONS(970), - [anon_sym_co_return] = ACTIONS(973), - [anon_sym_co_yield] = ACTIONS(976), - [anon_sym_R_DQUOTE] = ACTIONS(605), - [anon_sym_LR_DQUOTE] = ACTIONS(605), - [anon_sym_uR_DQUOTE] = ACTIONS(605), - [anon_sym_UR_DQUOTE] = ACTIONS(605), - [anon_sym_u8R_DQUOTE] = ACTIONS(605), - [anon_sym_co_await] = ACTIONS(608), - [anon_sym_new] = ACTIONS(611), - [anon_sym_requires] = ACTIONS(614), - [sym_this] = ACTIONS(554), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(223), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_try] = ACTIONS(225), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_namespace] = ACTIONS(229), + [anon_sym_using] = ACTIONS(231), + [anon_sym_static_assert] = ACTIONS(233), + [anon_sym_concept] = ACTIONS(235), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [78] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(42), + [sym_preproc_include] = STATE(42), + [sym_preproc_def] = STATE(42), + [sym_preproc_function_def] = STATE(42), + [sym_preproc_call] = STATE(42), + [sym_preproc_if] = STATE(42), + [sym_preproc_ifdef] = STATE(42), + [sym_function_definition] = STATE(42), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(42), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(42), + [sym_template_instantiation] = STATE(42), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(42), + [sym_operator_cast_declaration] = STATE(42), + [sym_constructor_or_destructor_definition] = STATE(42), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(42), + [sym_namespace_alias_definition] = STATE(42), + [sym_using_declaration] = STATE(42), + [sym_alias_declaration] = STATE(42), + [sym_static_assert_declaration] = STATE(42), + [sym_concept_definition] = STATE(42), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -51916,134 +51916,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [79] = { - [sym__block_item] = STATE(75), - [sym_preproc_include] = STATE(75), - [sym_preproc_def] = STATE(75), - [sym_preproc_function_def] = STATE(75), - [sym_preproc_call] = STATE(75), - [sym_preproc_if] = STATE(75), - [sym_preproc_ifdef] = STATE(75), - [sym_function_definition] = STATE(75), - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_linkage_specification] = STATE(75), - [sym_attribute_specifier] = STATE(2877), + [sym__block_item] = STATE(47), + [sym_preproc_include] = STATE(47), + [sym_preproc_def] = STATE(47), + [sym_preproc_function_def] = STATE(47), + [sym_preproc_call] = STATE(47), + [sym_preproc_if] = STATE(47), + [sym_preproc_ifdef] = STATE(47), + [sym_function_definition] = STATE(47), + [sym_declaration] = STATE(47), + [sym_type_definition] = STATE(47), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_linkage_specification] = STATE(47), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6282), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(674), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym__empty_declaration] = STATE(75), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6299), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(594), + [sym_statement] = STATE(47), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym__empty_declaration] = STATE(47), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), [sym_explicit_function_specifier] = STATE(1840), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(75), - [sym_template_instantiation] = STATE(75), - [sym_operator_cast] = STATE(6724), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(47), + [sym_template_instantiation] = STATE(47), + [sym_operator_cast] = STATE(6743), [sym__constructor_specifiers] = STATE(1840), - [sym_operator_cast_definition] = STATE(75), - [sym_operator_cast_declaration] = STATE(75), - [sym_constructor_or_destructor_definition] = STATE(75), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4527), - [sym_namespace_definition] = STATE(75), - [sym_namespace_alias_definition] = STATE(75), - [sym_using_declaration] = STATE(75), - [sym_alias_declaration] = STATE(75), - [sym_static_assert_declaration] = STATE(75), - [sym_concept_definition] = STATE(75), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3373), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_preproc_if_repeat1] = STATE(75), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_operator_cast_definition] = STATE(47), + [sym_operator_cast_declaration] = STATE(47), + [sym_constructor_or_destructor_definition] = STATE(47), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4532), + [sym_namespace_definition] = STATE(47), + [sym_namespace_alias_definition] = STATE(47), + [sym_using_declaration] = STATE(47), + [sym_alias_declaration] = STATE(47), + [sym_static_assert_declaration] = STATE(47), + [sym_concept_definition] = STATE(47), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3307), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_preproc_if_repeat1] = STATE(47), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_operator_cast_definition_repeat1] = STATE(1840), [sym_identifier] = ACTIONS(617), [aux_sym_preproc_include_token1] = ACTIONS(165), @@ -52185,133 +52185,397 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [80] = { - [sym__top_level_item] = STATE(81), - [sym_preproc_include] = STATE(81), - [sym_preproc_def] = STATE(81), - [sym_preproc_function_def] = STATE(81), - [sym_preproc_call] = STATE(81), - [sym_preproc_if] = STATE(81), - [sym_preproc_ifdef] = STATE(81), - [sym_function_definition] = STATE(81), - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4697), - [sym_linkage_specification] = STATE(81), - [sym_attribute_specifier] = STATE(2877), + [sym__top_level_item] = STATE(80), + [sym_preproc_include] = STATE(80), + [sym_preproc_def] = STATE(80), + [sym_preproc_function_def] = STATE(80), + [sym_preproc_call] = STATE(80), + [sym_preproc_if] = STATE(80), + [sym_preproc_ifdef] = STATE(80), + [sym_function_definition] = STATE(80), + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4637), + [sym_linkage_specification] = STATE(80), + [sym_attribute_specifier] = STATE(2873), [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1838), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6288), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2699), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(737), - [sym__top_level_statement] = STATE(81), - [sym_labeled_statement] = STATE(81), - [sym__top_level_expression_statement] = STATE(81), - [sym_if_statement] = STATE(81), - [sym_switch_statement] = STATE(81), - [sym_case_statement] = STATE(81), - [sym_while_statement] = STATE(81), - [sym_do_statement] = STATE(81), - [sym_for_statement] = STATE(81), - [sym_return_statement] = STATE(81), - [sym_break_statement] = STATE(81), - [sym_continue_statement] = STATE(81), - [sym_goto_statement] = STATE(81), - [sym_expression] = STATE(4828), - [sym__string] = STATE(4835), - [sym_conditional_expression] = STATE(4894), - [sym_assignment_expression] = STATE(4894), - [sym_pointer_expression] = STATE(3796), - [sym_unary_expression] = STATE(4894), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(4894), - [sym_cast_expression] = STATE(4894), - [sym_sizeof_expression] = STATE(4894), - [sym_alignof_expression] = STATE(4894), - [sym_offsetof_expression] = STATE(4894), - [sym_generic_expression] = STATE(4894), - [sym_subscript_expression] = STATE(3796), - [sym_call_expression] = STATE(3796), - [sym_gnu_asm_expression] = STATE(4894), - [sym_extension_expression] = STATE(4894), - [sym_field_expression] = STATE(3796), - [sym_compound_literal_expression] = STATE(4894), - [sym_parenthesized_expression] = STATE(3796), - [sym_number_literal] = STATE(4835), - [sym_char_literal] = STATE(4835), - [sym_concatenated_string] = STATE(4835), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(4894), - [sym__empty_declaration] = STATE(81), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1844), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(81), - [sym_template_instantiation] = STATE(81), - [sym_operator_cast] = STATE(6719), - [sym__constructor_specifiers] = STATE(1844), - [sym_operator_cast_definition] = STATE(81), - [sym_operator_cast_declaration] = STATE(81), - [sym_constructor_or_destructor_definition] = STATE(81), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4849), - [sym_namespace_definition] = STATE(81), - [sym_namespace_alias_definition] = STATE(81), - [sym_using_declaration] = STATE(81), - [sym_alias_declaration] = STATE(81), - [sym_static_assert_declaration] = STATE(81), - [sym_concept_definition] = STATE(81), - [sym_for_range_loop] = STATE(81), - [sym_co_return_statement] = STATE(81), - [sym_co_yield_statement] = STATE(81), - [sym_throw_statement] = STATE(81), - [sym_try_statement] = STATE(81), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(4894), - [sym_new_expression] = STATE(4894), - [sym_delete_expression] = STATE(4894), - [sym_requires_clause] = STATE(4894), - [sym_requires_expression] = STATE(4894), - [sym_lambda_expression] = STATE(4894), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(4894), - [sym_parameter_pack_expansion] = STATE(4894), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3652), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6719), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3796), - [aux_sym_translation_unit_repeat1] = STATE(81), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1844), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1833), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6279), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2682), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(728), + [sym__top_level_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym__top_level_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_case_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(4771), + [sym__string] = STATE(4777), + [sym_conditional_expression] = STATE(4937), + [sym_assignment_expression] = STATE(4937), + [sym_pointer_expression] = STATE(3776), + [sym_unary_expression] = STATE(4937), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(4937), + [sym_cast_expression] = STATE(4937), + [sym_sizeof_expression] = STATE(4937), + [sym_alignof_expression] = STATE(4937), + [sym_offsetof_expression] = STATE(4937), + [sym_generic_expression] = STATE(4937), + [sym_subscript_expression] = STATE(3776), + [sym_call_expression] = STATE(3776), + [sym_gnu_asm_expression] = STATE(4937), + [sym_extension_expression] = STATE(4937), + [sym_field_expression] = STATE(3776), + [sym_compound_literal_expression] = STATE(4937), + [sym_parenthesized_expression] = STATE(3776), + [sym_number_literal] = STATE(4777), + [sym_char_literal] = STATE(4777), + [sym_concatenated_string] = STATE(4777), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(4937), + [sym__empty_declaration] = STATE(80), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1835), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(80), + [sym_template_instantiation] = STATE(80), + [sym_operator_cast] = STATE(6740), + [sym__constructor_specifiers] = STATE(1835), + [sym_operator_cast_definition] = STATE(80), + [sym_operator_cast_declaration] = STATE(80), + [sym_constructor_or_destructor_definition] = STATE(80), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4827), + [sym_namespace_definition] = STATE(80), + [sym_namespace_alias_definition] = STATE(80), + [sym_using_declaration] = STATE(80), + [sym_alias_declaration] = STATE(80), + [sym_static_assert_declaration] = STATE(80), + [sym_concept_definition] = STATE(80), + [sym_for_range_loop] = STATE(80), + [sym_co_return_statement] = STATE(80), + [sym_co_yield_statement] = STATE(80), + [sym_throw_statement] = STATE(80), + [sym_try_statement] = STATE(80), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(4937), + [sym_new_expression] = STATE(4937), + [sym_delete_expression] = STATE(4937), + [sym_requires_clause] = STATE(4937), + [sym_requires_expression] = STATE(4937), + [sym_lambda_expression] = STATE(4937), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(4937), + [sym_parameter_pack_expansion] = STATE(4937), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3673), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6740), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3776), + [aux_sym_translation_unit_repeat1] = STATE(80), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1835), [ts_builtin_sym_end] = ACTIONS(983), + [sym_identifier] = ACTIONS(985), + [aux_sym_preproc_include_token1] = ACTIONS(988), + [aux_sym_preproc_def_token1] = ACTIONS(991), + [aux_sym_preproc_if_token1] = ACTIONS(994), + [aux_sym_preproc_ifdef_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token2] = ACTIONS(997), + [sym_preproc_directive] = ACTIONS(1000), + [anon_sym_LPAREN2] = ACTIONS(1003), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_AMP_AMP] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1024), + [anon_sym___extension__] = ACTIONS(1027), + [anon_sym_typedef] = ACTIONS(1030), + [anon_sym_virtual] = ACTIONS(1033), + [anon_sym_extern] = ACTIONS(1036), + [anon_sym___attribute__] = ACTIONS(1039), + [anon_sym___attribute] = ACTIONS(1039), + [anon_sym_COLON_COLON] = ACTIONS(1042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1045), + [anon_sym___declspec] = ACTIONS(1048), + [anon_sym___based] = ACTIONS(1051), + [anon_sym___cdecl] = ACTIONS(1054), + [anon_sym___clrcall] = ACTIONS(1054), + [anon_sym___stdcall] = ACTIONS(1054), + [anon_sym___fastcall] = ACTIONS(1054), + [anon_sym___thiscall] = ACTIONS(1054), + [anon_sym___vectorcall] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1057), + [anon_sym_signed] = ACTIONS(1060), + [anon_sym_unsigned] = ACTIONS(1060), + [anon_sym_long] = ACTIONS(1060), + [anon_sym_short] = ACTIONS(1060), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_static] = ACTIONS(1066), + [anon_sym_register] = ACTIONS(1066), + [anon_sym_inline] = ACTIONS(1069), + [anon_sym___inline] = ACTIONS(1066), + [anon_sym___inline__] = ACTIONS(1066), + [anon_sym___forceinline] = ACTIONS(1066), + [anon_sym_thread_local] = ACTIONS(1066), + [anon_sym___thread] = ACTIONS(1066), + [anon_sym_const] = ACTIONS(1072), + [anon_sym_constexpr] = ACTIONS(1072), + [anon_sym_volatile] = ACTIONS(1072), + [anon_sym_restrict] = ACTIONS(1072), + [anon_sym___restrict__] = ACTIONS(1072), + [anon_sym__Atomic] = ACTIONS(1072), + [anon_sym__Noreturn] = ACTIONS(1072), + [anon_sym_noreturn] = ACTIONS(1072), + [anon_sym__Nonnull] = ACTIONS(1072), + [anon_sym_mutable] = ACTIONS(1072), + [anon_sym_constinit] = ACTIONS(1072), + [anon_sym_consteval] = ACTIONS(1072), + [anon_sym_PROGMEM] = ACTIONS(1072), + [anon_sym_alignas] = ACTIONS(1075), + [anon_sym__Alignas] = ACTIONS(1075), + [aux_sym_primitive_type_token1] = ACTIONS(1078), + [anon_sym_byte] = ACTIONS(1078), + [anon_sym_word] = ACTIONS(1078), + [anon_sym_enum] = ACTIONS(1081), + [anon_sym_class] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_union] = ACTIONS(1090), + [anon_sym_if] = ACTIONS(1093), + [anon_sym_switch] = ACTIONS(1096), + [anon_sym_case] = ACTIONS(1099), + [anon_sym_default] = ACTIONS(1102), + [anon_sym_while] = ACTIONS(1105), + [anon_sym_do] = ACTIONS(1108), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_return] = ACTIONS(1114), + [anon_sym_break] = ACTIONS(1117), + [anon_sym_continue] = ACTIONS(1120), + [anon_sym_goto] = ACTIONS(1123), + [anon_sym_not] = ACTIONS(1012), + [anon_sym_compl] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1126), + [anon_sym_PLUS_PLUS] = ACTIONS(1126), + [anon_sym_sizeof] = ACTIONS(1129), + [anon_sym___alignof__] = ACTIONS(1132), + [anon_sym___alignof] = ACTIONS(1132), + [anon_sym__alignof] = ACTIONS(1132), + [anon_sym_alignof] = ACTIONS(1132), + [anon_sym__Alignof] = ACTIONS(1132), + [anon_sym_offsetof] = ACTIONS(1135), + [anon_sym__Generic] = ACTIONS(1138), + [anon_sym_asm] = ACTIONS(1141), + [anon_sym___asm__] = ACTIONS(1141), + [anon_sym___asm] = ACTIONS(1141), + [aux_sym_number_literal_token1] = ACTIONS(1144), + [aux_sym_number_literal_token2] = ACTIONS(1147), + [anon_sym_L_SQUOTE] = ACTIONS(1150), + [anon_sym_u_SQUOTE] = ACTIONS(1150), + [anon_sym_U_SQUOTE] = ACTIONS(1150), + [anon_sym_u8_SQUOTE] = ACTIONS(1150), + [anon_sym_SQUOTE] = ACTIONS(1150), + [anon_sym_L_DQUOTE] = ACTIONS(1153), + [anon_sym_u_DQUOTE] = ACTIONS(1153), + [anon_sym_U_DQUOTE] = ACTIONS(1153), + [anon_sym_u8_DQUOTE] = ACTIONS(1153), + [anon_sym_DQUOTE] = ACTIONS(1153), + [sym_true] = ACTIONS(1156), + [sym_false] = ACTIONS(1156), + [anon_sym_NULL] = ACTIONS(1159), + [anon_sym_nullptr] = ACTIONS(1159), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1162), + [anon_sym_decltype] = ACTIONS(1165), + [anon_sym_explicit] = ACTIONS(1168), + [anon_sym_typename] = ACTIONS(1171), + [anon_sym_template] = ACTIONS(1174), + [anon_sym_operator] = ACTIONS(1177), + [anon_sym_try] = ACTIONS(1180), + [anon_sym_delete] = ACTIONS(1183), + [anon_sym_throw] = ACTIONS(1186), + [anon_sym_namespace] = ACTIONS(1189), + [anon_sym_using] = ACTIONS(1192), + [anon_sym_static_assert] = ACTIONS(1195), + [anon_sym_concept] = ACTIONS(1198), + [anon_sym_co_return] = ACTIONS(1201), + [anon_sym_co_yield] = ACTIONS(1204), + [anon_sym_R_DQUOTE] = ACTIONS(1207), + [anon_sym_LR_DQUOTE] = ACTIONS(1207), + [anon_sym_uR_DQUOTE] = ACTIONS(1207), + [anon_sym_UR_DQUOTE] = ACTIONS(1207), + [anon_sym_u8R_DQUOTE] = ACTIONS(1207), + [anon_sym_co_await] = ACTIONS(1210), + [anon_sym_new] = ACTIONS(1213), + [anon_sym_requires] = ACTIONS(1216), + [sym_this] = ACTIONS(1156), + }, + [81] = { + [sym__top_level_item] = STATE(80), + [sym_preproc_include] = STATE(80), + [sym_preproc_def] = STATE(80), + [sym_preproc_function_def] = STATE(80), + [sym_preproc_call] = STATE(80), + [sym_preproc_if] = STATE(80), + [sym_preproc_ifdef] = STATE(80), + [sym_function_definition] = STATE(80), + [sym_declaration] = STATE(80), + [sym_type_definition] = STATE(80), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4637), + [sym_linkage_specification] = STATE(80), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(833), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1833), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6279), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(80), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2682), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(728), + [sym__top_level_statement] = STATE(80), + [sym_labeled_statement] = STATE(80), + [sym__top_level_expression_statement] = STATE(80), + [sym_if_statement] = STATE(80), + [sym_switch_statement] = STATE(80), + [sym_case_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(4771), + [sym__string] = STATE(4777), + [sym_conditional_expression] = STATE(4937), + [sym_assignment_expression] = STATE(4937), + [sym_pointer_expression] = STATE(3776), + [sym_unary_expression] = STATE(4937), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(4937), + [sym_cast_expression] = STATE(4937), + [sym_sizeof_expression] = STATE(4937), + [sym_alignof_expression] = STATE(4937), + [sym_offsetof_expression] = STATE(4937), + [sym_generic_expression] = STATE(4937), + [sym_subscript_expression] = STATE(3776), + [sym_call_expression] = STATE(3776), + [sym_gnu_asm_expression] = STATE(4937), + [sym_extension_expression] = STATE(4937), + [sym_field_expression] = STATE(3776), + [sym_compound_literal_expression] = STATE(4937), + [sym_parenthesized_expression] = STATE(3776), + [sym_number_literal] = STATE(4777), + [sym_char_literal] = STATE(4777), + [sym_concatenated_string] = STATE(4777), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(4937), + [sym__empty_declaration] = STATE(80), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_explicit_function_specifier] = STATE(1835), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(80), + [sym_template_instantiation] = STATE(80), + [sym_operator_cast] = STATE(6740), + [sym__constructor_specifiers] = STATE(1835), + [sym_operator_cast_definition] = STATE(80), + [sym_operator_cast_declaration] = STATE(80), + [sym_constructor_or_destructor_definition] = STATE(80), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(4827), + [sym_namespace_definition] = STATE(80), + [sym_namespace_alias_definition] = STATE(80), + [sym_using_declaration] = STATE(80), + [sym_alias_declaration] = STATE(80), + [sym_static_assert_declaration] = STATE(80), + [sym_concept_definition] = STATE(80), + [sym_for_range_loop] = STATE(80), + [sym_co_return_statement] = STATE(80), + [sym_co_yield_statement] = STATE(80), + [sym_throw_statement] = STATE(80), + [sym_try_statement] = STATE(80), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(4937), + [sym_new_expression] = STATE(4937), + [sym_delete_expression] = STATE(4937), + [sym_requires_clause] = STATE(4937), + [sym_requires_expression] = STATE(4937), + [sym_lambda_expression] = STATE(4937), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(4937), + [sym_parameter_pack_expansion] = STATE(4937), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5452), + [sym_qualified_identifier] = STATE(3673), + [sym_qualified_type_identifier] = STATE(2971), + [sym_qualified_operator_cast_identifier] = STATE(6740), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3776), + [aux_sym_translation_unit_repeat1] = STATE(80), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1835), + [ts_builtin_sym_end] = ACTIONS(1219), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), @@ -52448,637 +52712,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(121), }, - [81] = { - [sym__top_level_item] = STATE(81), - [sym_preproc_include] = STATE(81), - [sym_preproc_def] = STATE(81), - [sym_preproc_function_def] = STATE(81), - [sym_preproc_call] = STATE(81), - [sym_preproc_if] = STATE(81), - [sym_preproc_ifdef] = STATE(81), - [sym_function_definition] = STATE(81), - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4697), - [sym_linkage_specification] = STATE(81), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(833), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1838), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6288), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2699), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(737), - [sym__top_level_statement] = STATE(81), - [sym_labeled_statement] = STATE(81), - [sym__top_level_expression_statement] = STATE(81), - [sym_if_statement] = STATE(81), - [sym_switch_statement] = STATE(81), - [sym_case_statement] = STATE(81), - [sym_while_statement] = STATE(81), - [sym_do_statement] = STATE(81), - [sym_for_statement] = STATE(81), - [sym_return_statement] = STATE(81), - [sym_break_statement] = STATE(81), - [sym_continue_statement] = STATE(81), - [sym_goto_statement] = STATE(81), - [sym_expression] = STATE(4828), - [sym__string] = STATE(4835), - [sym_conditional_expression] = STATE(4894), - [sym_assignment_expression] = STATE(4894), - [sym_pointer_expression] = STATE(3796), - [sym_unary_expression] = STATE(4894), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(4894), - [sym_cast_expression] = STATE(4894), - [sym_sizeof_expression] = STATE(4894), - [sym_alignof_expression] = STATE(4894), - [sym_offsetof_expression] = STATE(4894), - [sym_generic_expression] = STATE(4894), - [sym_subscript_expression] = STATE(3796), - [sym_call_expression] = STATE(3796), - [sym_gnu_asm_expression] = STATE(4894), - [sym_extension_expression] = STATE(4894), - [sym_field_expression] = STATE(3796), - [sym_compound_literal_expression] = STATE(4894), - [sym_parenthesized_expression] = STATE(3796), - [sym_number_literal] = STATE(4835), - [sym_char_literal] = STATE(4835), - [sym_concatenated_string] = STATE(4835), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(4894), - [sym__empty_declaration] = STATE(81), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_explicit_function_specifier] = STATE(1844), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(81), - [sym_template_instantiation] = STATE(81), - [sym_operator_cast] = STATE(6719), - [sym__constructor_specifiers] = STATE(1844), - [sym_operator_cast_definition] = STATE(81), - [sym_operator_cast_declaration] = STATE(81), - [sym_constructor_or_destructor_definition] = STATE(81), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(4849), - [sym_namespace_definition] = STATE(81), - [sym_namespace_alias_definition] = STATE(81), - [sym_using_declaration] = STATE(81), - [sym_alias_declaration] = STATE(81), - [sym_static_assert_declaration] = STATE(81), - [sym_concept_definition] = STATE(81), - [sym_for_range_loop] = STATE(81), - [sym_co_return_statement] = STATE(81), - [sym_co_yield_statement] = STATE(81), - [sym_throw_statement] = STATE(81), - [sym_try_statement] = STATE(81), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(4894), - [sym_new_expression] = STATE(4894), - [sym_delete_expression] = STATE(4894), - [sym_requires_clause] = STATE(4894), - [sym_requires_expression] = STATE(4894), - [sym_lambda_expression] = STATE(4894), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(4894), - [sym_parameter_pack_expansion] = STATE(4894), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5491), - [sym_qualified_identifier] = STATE(3652), - [sym_qualified_type_identifier] = STATE(2939), - [sym_qualified_operator_cast_identifier] = STATE(6719), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3796), - [aux_sym_translation_unit_repeat1] = STATE(81), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1844), - [ts_builtin_sym_end] = ACTIONS(985), - [sym_identifier] = ACTIONS(987), - [aux_sym_preproc_include_token1] = ACTIONS(990), - [aux_sym_preproc_def_token1] = ACTIONS(993), - [aux_sym_preproc_if_token1] = ACTIONS(996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(999), - [aux_sym_preproc_ifdef_token2] = ACTIONS(999), - [sym_preproc_directive] = ACTIONS(1002), - [anon_sym_LPAREN2] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_TILDE] = ACTIONS(1011), - [anon_sym_DASH] = ACTIONS(1014), - [anon_sym_PLUS] = ACTIONS(1014), - [anon_sym_STAR] = ACTIONS(1017), - [anon_sym_AMP_AMP] = ACTIONS(1020), - [anon_sym_AMP] = ACTIONS(1023), - [anon_sym_SEMI] = ACTIONS(1026), - [anon_sym___extension__] = ACTIONS(1029), - [anon_sym_typedef] = ACTIONS(1032), - [anon_sym_virtual] = ACTIONS(1035), - [anon_sym_extern] = ACTIONS(1038), - [anon_sym___attribute__] = ACTIONS(1041), - [anon_sym___attribute] = ACTIONS(1041), - [anon_sym_COLON_COLON] = ACTIONS(1044), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1047), - [anon_sym___declspec] = ACTIONS(1050), - [anon_sym___based] = ACTIONS(1053), - [anon_sym___cdecl] = ACTIONS(1056), - [anon_sym___clrcall] = ACTIONS(1056), - [anon_sym___stdcall] = ACTIONS(1056), - [anon_sym___fastcall] = ACTIONS(1056), - [anon_sym___thiscall] = ACTIONS(1056), - [anon_sym___vectorcall] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_signed] = ACTIONS(1062), - [anon_sym_unsigned] = ACTIONS(1062), - [anon_sym_long] = ACTIONS(1062), - [anon_sym_short] = ACTIONS(1062), - [anon_sym_LBRACK] = ACTIONS(1065), - [anon_sym_static] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_inline] = ACTIONS(1071), - [anon_sym___inline] = ACTIONS(1068), - [anon_sym___inline__] = ACTIONS(1068), - [anon_sym___forceinline] = ACTIONS(1068), - [anon_sym_thread_local] = ACTIONS(1068), - [anon_sym___thread] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1074), - [anon_sym_constexpr] = ACTIONS(1074), - [anon_sym_volatile] = ACTIONS(1074), - [anon_sym_restrict] = ACTIONS(1074), - [anon_sym___restrict__] = ACTIONS(1074), - [anon_sym__Atomic] = ACTIONS(1074), - [anon_sym__Noreturn] = ACTIONS(1074), - [anon_sym_noreturn] = ACTIONS(1074), - [anon_sym__Nonnull] = ACTIONS(1074), - [anon_sym_mutable] = ACTIONS(1074), - [anon_sym_constinit] = ACTIONS(1074), - [anon_sym_consteval] = ACTIONS(1074), - [anon_sym_PROGMEM] = ACTIONS(1074), - [anon_sym_alignas] = ACTIONS(1077), - [anon_sym__Alignas] = ACTIONS(1077), - [aux_sym_primitive_type_token1] = ACTIONS(1080), - [anon_sym_byte] = ACTIONS(1080), - [anon_sym_word] = ACTIONS(1080), - [anon_sym_enum] = ACTIONS(1083), - [anon_sym_class] = ACTIONS(1086), - [anon_sym_struct] = ACTIONS(1089), - [anon_sym_union] = ACTIONS(1092), - [anon_sym_if] = ACTIONS(1095), - [anon_sym_switch] = ACTIONS(1098), - [anon_sym_case] = ACTIONS(1101), - [anon_sym_default] = ACTIONS(1104), - [anon_sym_while] = ACTIONS(1107), - [anon_sym_do] = ACTIONS(1110), - [anon_sym_for] = ACTIONS(1113), - [anon_sym_return] = ACTIONS(1116), - [anon_sym_break] = ACTIONS(1119), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_goto] = ACTIONS(1125), - [anon_sym_not] = ACTIONS(1014), - [anon_sym_compl] = ACTIONS(1014), - [anon_sym_DASH_DASH] = ACTIONS(1128), - [anon_sym_PLUS_PLUS] = ACTIONS(1128), - [anon_sym_sizeof] = ACTIONS(1131), - [anon_sym___alignof__] = ACTIONS(1134), - [anon_sym___alignof] = ACTIONS(1134), - [anon_sym__alignof] = ACTIONS(1134), - [anon_sym_alignof] = ACTIONS(1134), - [anon_sym__Alignof] = ACTIONS(1134), - [anon_sym_offsetof] = ACTIONS(1137), - [anon_sym__Generic] = ACTIONS(1140), - [anon_sym_asm] = ACTIONS(1143), - [anon_sym___asm__] = ACTIONS(1143), - [anon_sym___asm] = ACTIONS(1143), - [aux_sym_number_literal_token1] = ACTIONS(1146), - [aux_sym_number_literal_token2] = ACTIONS(1149), - [anon_sym_L_SQUOTE] = ACTIONS(1152), - [anon_sym_u_SQUOTE] = ACTIONS(1152), - [anon_sym_U_SQUOTE] = ACTIONS(1152), - [anon_sym_u8_SQUOTE] = ACTIONS(1152), - [anon_sym_SQUOTE] = ACTIONS(1152), - [anon_sym_L_DQUOTE] = ACTIONS(1155), - [anon_sym_u_DQUOTE] = ACTIONS(1155), - [anon_sym_U_DQUOTE] = ACTIONS(1155), - [anon_sym_u8_DQUOTE] = ACTIONS(1155), - [anon_sym_DQUOTE] = ACTIONS(1155), - [sym_true] = ACTIONS(1158), - [sym_false] = ACTIONS(1158), - [anon_sym_NULL] = ACTIONS(1161), - [anon_sym_nullptr] = ACTIONS(1161), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1164), - [anon_sym_decltype] = ACTIONS(1167), - [anon_sym_explicit] = ACTIONS(1170), - [anon_sym_typename] = ACTIONS(1173), - [anon_sym_template] = ACTIONS(1176), - [anon_sym_operator] = ACTIONS(1179), - [anon_sym_try] = ACTIONS(1182), - [anon_sym_delete] = ACTIONS(1185), - [anon_sym_throw] = ACTIONS(1188), - [anon_sym_namespace] = ACTIONS(1191), - [anon_sym_using] = ACTIONS(1194), - [anon_sym_static_assert] = ACTIONS(1197), - [anon_sym_concept] = ACTIONS(1200), - [anon_sym_co_return] = ACTIONS(1203), - [anon_sym_co_yield] = ACTIONS(1206), - [anon_sym_R_DQUOTE] = ACTIONS(1209), - [anon_sym_LR_DQUOTE] = ACTIONS(1209), - [anon_sym_uR_DQUOTE] = ACTIONS(1209), - [anon_sym_UR_DQUOTE] = ACTIONS(1209), - [anon_sym_u8R_DQUOTE] = ACTIONS(1209), - [anon_sym_co_await] = ACTIONS(1212), - [anon_sym_new] = ACTIONS(1215), - [anon_sym_requires] = ACTIONS(1218), - [sym_this] = ACTIONS(1158), - }, [82] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym_seh_try_statement] = STATE(82), - [sym_seh_leave_statement] = STATE(82), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(82), - [sym_co_return_statement] = STATE(82), - [sym_co_yield_statement] = STATE(82), - [sym_throw_statement] = STATE(82), - [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(82), + [sym_declaration] = STATE(85), + [sym_type_definition] = STATE(85), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(85), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(85), + [sym_labeled_statement] = STATE(85), + [sym_expression_statement] = STATE(85), + [sym_if_statement] = STATE(85), + [sym_switch_statement] = STATE(85), + [sym_while_statement] = STATE(85), + [sym_do_statement] = STATE(85), + [sym_for_statement] = STATE(85), + [sym_return_statement] = STATE(85), + [sym_break_statement] = STATE(85), + [sym_continue_statement] = STATE(85), + [sym_goto_statement] = STATE(85), + [sym_seh_try_statement] = STATE(85), + [sym_seh_leave_statement] = STATE(85), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(85), + [sym_co_return_statement] = STATE(85), + [sym_co_yield_statement] = STATE(85), + [sym_throw_statement] = STATE(85), + [sym_try_statement] = STATE(85), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(85), [sym_identifier] = ACTIONS(1221), - [aux_sym_preproc_include_token1] = ACTIONS(1224), - [aux_sym_preproc_def_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token2] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), - [aux_sym_preproc_else_token1] = ACTIONS(1224), - [aux_sym_preproc_elif_token1] = ACTIONS(1224), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1224), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1224), - [sym_preproc_directive] = ACTIONS(1224), - [anon_sym_LPAREN2] = ACTIONS(1226), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_PLUS] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP_AMP] = ACTIONS(1238), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym___extension__] = ACTIONS(1246), - [anon_sym_typedef] = ACTIONS(1249), - [anon_sym_virtual] = ACTIONS(1252), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___based] = ACTIONS(1224), - [anon_sym___cdecl] = ACTIONS(1224), - [anon_sym___clrcall] = ACTIONS(1224), - [anon_sym___stdcall] = ACTIONS(1224), - [anon_sym___fastcall] = ACTIONS(1224), - [anon_sym___thiscall] = ACTIONS(1224), - [anon_sym___vectorcall] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1270), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [anon_sym__Nonnull] = ACTIONS(1279), - [anon_sym_mutable] = ACTIONS(1279), - [anon_sym_constinit] = ACTIONS(1279), - [anon_sym_consteval] = ACTIONS(1279), - [anon_sym_PROGMEM] = ACTIONS(1279), - [anon_sym_alignas] = ACTIONS(1282), - [anon_sym__Alignas] = ACTIONS(1282), - [aux_sym_primitive_type_token1] = ACTIONS(1285), - [anon_sym_byte] = ACTIONS(1285), - [anon_sym_word] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_class] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1294), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1300), - [anon_sym_else] = ACTIONS(1224), - [anon_sym_switch] = ACTIONS(1303), - [anon_sym_case] = ACTIONS(1224), - [anon_sym_default] = ACTIONS(1224), - [anon_sym_while] = ACTIONS(1306), - [anon_sym_do] = ACTIONS(1309), - [anon_sym_for] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1315), - [anon_sym_break] = ACTIONS(1318), - [anon_sym_continue] = ACTIONS(1321), - [anon_sym_goto] = ACTIONS(1324), - [anon_sym___try] = ACTIONS(1327), - [anon_sym___leave] = ACTIONS(1330), - [anon_sym_not] = ACTIONS(1232), - [anon_sym_compl] = ACTIONS(1232), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1342), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [aux_sym_number_literal_token1] = ACTIONS(1351), - [aux_sym_number_literal_token2] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(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(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1369), - [anon_sym_decltype] = ACTIONS(1372), - [anon_sym_explicit] = ACTIONS(1224), - [anon_sym_typename] = ACTIONS(1375), - [anon_sym_template] = ACTIONS(1378), - [anon_sym_operator] = ACTIONS(1224), - [anon_sym_try] = ACTIONS(1381), - [anon_sym_delete] = ACTIONS(1384), - [anon_sym_throw] = ACTIONS(1387), - [anon_sym_namespace] = ACTIONS(1224), - [anon_sym_using] = ACTIONS(1224), - [anon_sym_static_assert] = ACTIONS(1224), - [anon_sym_concept] = ACTIONS(1224), - [anon_sym_co_return] = ACTIONS(1390), - [anon_sym_co_yield] = ACTIONS(1393), - [anon_sym_R_DQUOTE] = ACTIONS(1396), - [anon_sym_LR_DQUOTE] = ACTIONS(1396), - [anon_sym_uR_DQUOTE] = ACTIONS(1396), - [anon_sym_UR_DQUOTE] = ACTIONS(1396), - [anon_sym_u8R_DQUOTE] = ACTIONS(1396), - [anon_sym_co_await] = ACTIONS(1399), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_requires] = ACTIONS(1405), - [sym_this] = ACTIONS(1363), - }, - [83] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym_seh_try_statement] = STATE(82), - [sym_seh_leave_statement] = STATE(82), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(82), - [sym_co_return_statement] = STATE(82), - [sym_co_yield_statement] = STATE(82), - [sym_throw_statement] = STATE(82), - [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(1408), - [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), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token2] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [aux_sym_preproc_else_token1] = ACTIONS(1223), + [aux_sym_preproc_elif_token1] = ACTIONS(1223), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1231), [anon_sym_SEMI] = ACTIONS(281), - [anon_sym___extension__] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1233), [anon_sym_typedef] = ACTIONS(285), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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___based] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), [anon_sym_LBRACE] = ACTIONS(289), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -53110,10 +52876,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(293), - [anon_sym_else] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1223), [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), [anon_sym_while] = ACTIONS(301), [anon_sym_do] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), @@ -53157,17 +52923,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1410), + [anon_sym_explicit] = ACTIONS(1223), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1410), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1223), [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(323), - [anon_sym_namespace] = ACTIONS(1410), - [anon_sym_using] = ACTIONS(1410), - [anon_sym_static_assert] = ACTIONS(1410), - [anon_sym_concept] = ACTIONS(1410), + [anon_sym_namespace] = ACTIONS(1223), + [anon_sym_using] = ACTIONS(1223), + [anon_sym_static_assert] = ACTIONS(1223), + [anon_sym_concept] = ACTIONS(1223), [anon_sym_co_return] = ACTIONS(333), [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -53180,139 +52946,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [84] = { - [sym_declaration] = STATE(82), - [sym_type_definition] = STATE(82), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(82), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(82), - [sym_labeled_statement] = STATE(82), - [sym_expression_statement] = STATE(82), - [sym_if_statement] = STATE(82), - [sym_switch_statement] = STATE(82), - [sym_while_statement] = STATE(82), - [sym_do_statement] = STATE(82), - [sym_for_statement] = STATE(82), - [sym_return_statement] = STATE(82), - [sym_break_statement] = STATE(82), - [sym_continue_statement] = STATE(82), - [sym_goto_statement] = STATE(82), - [sym_seh_try_statement] = STATE(82), - [sym_seh_leave_statement] = STATE(82), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(82), - [sym_co_return_statement] = STATE(82), - [sym_co_yield_statement] = STATE(82), - [sym_throw_statement] = STATE(82), - [sym_try_statement] = STATE(82), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(1408), - [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(1412), + [83] = { + [sym_declaration] = STATE(86), + [sym_type_definition] = STATE(86), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(86), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(86), + [sym_labeled_statement] = STATE(86), + [sym_expression_statement] = STATE(86), + [sym_if_statement] = STATE(86), + [sym_switch_statement] = STATE(86), + [sym_while_statement] = STATE(86), + [sym_do_statement] = STATE(86), + [sym_for_statement] = STATE(86), + [sym_return_statement] = STATE(86), + [sym_break_statement] = STATE(86), + [sym_continue_statement] = STATE(86), + [sym_goto_statement] = STATE(86), + [sym_seh_try_statement] = STATE(86), + [sym_seh_leave_statement] = STATE(86), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(86), + [sym_co_return_statement] = STATE(86), + [sym_co_yield_statement] = STATE(86), + [sym_throw_statement] = STATE(86), + [sym_try_statement] = STATE(86), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(86), + [sym_identifier] = ACTIONS(1221), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [aux_sym_preproc_else_token1] = ACTIONS(1243), + [aux_sym_preproc_elif_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1231), [anon_sym_SEMI] = ACTIONS(281), - [anon_sym___extension__] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1233), [anon_sym_typedef] = ACTIONS(285), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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___based] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), [anon_sym_LBRACE] = ACTIONS(289), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -53344,10 +53110,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(293), - [anon_sym_else] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1243), [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), [anon_sym_while] = ACTIONS(301), [anon_sym_do] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), @@ -53391,17 +53157,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1430), + [anon_sym_explicit] = ACTIONS(1243), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1430), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1243), [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(323), - [anon_sym_namespace] = ACTIONS(1430), - [anon_sym_using] = ACTIONS(1430), - [anon_sym_static_assert] = ACTIONS(1430), - [anon_sym_concept] = ACTIONS(1430), + [anon_sym_namespace] = ACTIONS(1243), + [anon_sym_using] = ACTIONS(1243), + [anon_sym_static_assert] = ACTIONS(1243), + [anon_sym_concept] = ACTIONS(1243), [anon_sym_co_return] = ACTIONS(333), [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -53414,97 +53180,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, + [84] = { + [sym_declaration] = STATE(84), + [sym_type_definition] = STATE(84), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(84), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(84), + [sym_labeled_statement] = STATE(84), + [sym_expression_statement] = STATE(84), + [sym_if_statement] = STATE(84), + [sym_switch_statement] = STATE(84), + [sym_while_statement] = STATE(84), + [sym_do_statement] = STATE(84), + [sym_for_statement] = STATE(84), + [sym_return_statement] = STATE(84), + [sym_break_statement] = STATE(84), + [sym_continue_statement] = STATE(84), + [sym_goto_statement] = STATE(84), + [sym_seh_try_statement] = STATE(84), + [sym_seh_leave_statement] = STATE(84), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(84), + [sym_co_return_statement] = STATE(84), + [sym_co_yield_statement] = STATE(84), + [sym_throw_statement] = STATE(84), + [sym_try_statement] = STATE(84), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(84), + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1250), + [aux_sym_preproc_def_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token2] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1250), + [aux_sym_preproc_else_token1] = ACTIONS(1250), + [aux_sym_preproc_elif_token1] = ACTIONS(1250), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1250), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1250), + [sym_preproc_directive] = ACTIONS(1250), + [anon_sym_LPAREN2] = ACTIONS(1252), + [anon_sym_BANG] = ACTIONS(1255), + [anon_sym_TILDE] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1266), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_virtual] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1281), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_COLON_COLON] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1293), + [anon_sym___based] = ACTIONS(1250), + [anon_sym___cdecl] = ACTIONS(1250), + [anon_sym___clrcall] = ACTIONS(1250), + [anon_sym___stdcall] = ACTIONS(1250), + [anon_sym___fastcall] = ACTIONS(1250), + [anon_sym___thiscall] = ACTIONS(1250), + [anon_sym___vectorcall] = ACTIONS(1250), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1281), + [anon_sym_register] = ACTIONS(1281), + [anon_sym_inline] = ACTIONS(1281), + [anon_sym___inline] = ACTIONS(1281), + [anon_sym___inline__] = ACTIONS(1281), + [anon_sym___forceinline] = ACTIONS(1281), + [anon_sym_thread_local] = ACTIONS(1281), + [anon_sym___thread] = ACTIONS(1281), + [anon_sym_const] = ACTIONS(1305), + [anon_sym_constexpr] = ACTIONS(1305), + [anon_sym_volatile] = ACTIONS(1305), + [anon_sym_restrict] = ACTIONS(1305), + [anon_sym___restrict__] = ACTIONS(1305), + [anon_sym__Atomic] = ACTIONS(1305), + [anon_sym__Noreturn] = ACTIONS(1305), + [anon_sym_noreturn] = ACTIONS(1305), + [anon_sym__Nonnull] = ACTIONS(1305), + [anon_sym_mutable] = ACTIONS(1305), + [anon_sym_constinit] = ACTIONS(1305), + [anon_sym_consteval] = ACTIONS(1305), + [anon_sym_PROGMEM] = ACTIONS(1305), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [aux_sym_primitive_type_token1] = ACTIONS(1311), + [anon_sym_byte] = ACTIONS(1311), + [anon_sym_word] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_class] = ACTIONS(1317), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1326), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1329), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1332), + [anon_sym_do] = ACTIONS(1335), + [anon_sym_for] = ACTIONS(1338), + [anon_sym_return] = ACTIONS(1341), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1350), + [anon_sym___try] = ACTIONS(1353), + [anon_sym___leave] = ACTIONS(1356), + [anon_sym_not] = ACTIONS(1258), + [anon_sym_compl] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1359), + [anon_sym_PLUS_PLUS] = ACTIONS(1359), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1365), + [anon_sym___alignof] = ACTIONS(1365), + [anon_sym__alignof] = ACTIONS(1365), + [anon_sym_alignof] = ACTIONS(1365), + [anon_sym__Alignof] = ACTIONS(1365), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [anon_sym___asm] = ACTIONS(1374), + [aux_sym_number_literal_token1] = ACTIONS(1377), + [aux_sym_number_literal_token2] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1383), + [anon_sym_u_SQUOTE] = ACTIONS(1383), + [anon_sym_U_SQUOTE] = ACTIONS(1383), + [anon_sym_u8_SQUOTE] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1383), + [anon_sym_L_DQUOTE] = ACTIONS(1386), + [anon_sym_u_DQUOTE] = ACTIONS(1386), + [anon_sym_U_DQUOTE] = ACTIONS(1386), + [anon_sym_u8_DQUOTE] = ACTIONS(1386), + [anon_sym_DQUOTE] = ACTIONS(1386), + [sym_true] = ACTIONS(1389), + [sym_false] = ACTIONS(1389), + [anon_sym_NULL] = ACTIONS(1392), + [anon_sym_nullptr] = ACTIONS(1392), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1395), + [anon_sym_decltype] = ACTIONS(1398), + [anon_sym_explicit] = ACTIONS(1250), + [anon_sym_typename] = ACTIONS(1401), + [anon_sym_template] = ACTIONS(1404), + [anon_sym_operator] = ACTIONS(1250), + [anon_sym_try] = ACTIONS(1407), + [anon_sym_delete] = ACTIONS(1410), + [anon_sym_throw] = ACTIONS(1413), + [anon_sym_namespace] = ACTIONS(1250), + [anon_sym_using] = ACTIONS(1250), + [anon_sym_static_assert] = ACTIONS(1250), + [anon_sym_concept] = ACTIONS(1250), + [anon_sym_co_return] = ACTIONS(1416), + [anon_sym_co_yield] = ACTIONS(1419), + [anon_sym_R_DQUOTE] = ACTIONS(1422), + [anon_sym_LR_DQUOTE] = ACTIONS(1422), + [anon_sym_uR_DQUOTE] = ACTIONS(1422), + [anon_sym_UR_DQUOTE] = ACTIONS(1422), + [anon_sym_u8R_DQUOTE] = ACTIONS(1422), + [anon_sym_co_await] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1428), + [anon_sym_requires] = ACTIONS(1431), + [sym_this] = ACTIONS(1389), + }, [85] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [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_seh_try_statement] = STATE(83), - [sym_seh_leave_statement] = STATE(83), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(83), - [sym_co_return_statement] = STATE(83), - [sym_co_yield_statement] = STATE(83), - [sym_throw_statement] = STATE(83), - [sym_try_statement] = STATE(83), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1408), + [sym_declaration] = STATE(84), + [sym_type_definition] = STATE(84), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(84), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(84), + [sym_labeled_statement] = STATE(84), + [sym_expression_statement] = STATE(84), + [sym_if_statement] = STATE(84), + [sym_switch_statement] = STATE(84), + [sym_while_statement] = STATE(84), + [sym_do_statement] = STATE(84), + [sym_for_statement] = STATE(84), + [sym_return_statement] = STATE(84), + [sym_break_statement] = STATE(84), + [sym_continue_statement] = STATE(84), + [sym_goto_statement] = STATE(84), + [sym_seh_try_statement] = STATE(84), + [sym_seh_leave_statement] = STATE(84), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(84), + [sym_co_return_statement] = STATE(84), + [sym_co_yield_statement] = STATE(84), + [sym_throw_statement] = STATE(84), + [sym_try_statement] = STATE(84), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(84), + [sym_identifier] = ACTIONS(1221), [aux_sym_preproc_include_token1] = ACTIONS(1434), [aux_sym_preproc_def_token1] = ACTIONS(1434), [aux_sym_preproc_if_token1] = ACTIONS(1434), @@ -53516,23 +53516,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(1434), [aux_sym_preproc_elifdef_token2] = ACTIONS(1434), [sym_preproc_directive] = ACTIONS(1434), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1231), [anon_sym_SEMI] = ACTIONS(281), - [anon_sym___extension__] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1233), [anon_sym_typedef] = ACTIONS(285), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(1434), [anon_sym___cdecl] = ACTIONS(1434), @@ -53546,7 +53546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -53627,7 +53627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(1434), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1434), [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), @@ -53651,21 +53651,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [86] = { [sym_declaration] = STATE(84), [sym_type_definition] = STATE(84), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), [sym_compound_statement] = STATE(84), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym_attributed_statement] = STATE(84), [sym_labeled_statement] = STATE(84), [sym_expression_statement] = STATE(84), @@ -53680,65 +53680,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(84), [sym_seh_try_statement] = STATE(84), [sym_seh_leave_statement] = STATE(84), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), [sym_for_range_loop] = STATE(84), [sym_co_return_statement] = STATE(84), [sym_co_yield_statement] = STATE(84), [sym_throw_statement] = STATE(84), [sym_try_statement] = STATE(84), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_case_statement_repeat1] = STATE(84), - [sym_identifier] = ACTIONS(1408), + [sym_identifier] = ACTIONS(1221), [aux_sym_preproc_include_token1] = ACTIONS(1438), [aux_sym_preproc_def_token1] = ACTIONS(1438), [aux_sym_preproc_if_token1] = ACTIONS(1438), @@ -53750,23 +53750,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(1438), [aux_sym_preproc_elifdef_token2] = ACTIONS(1438), [sym_preproc_directive] = ACTIONS(1438), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), [anon_sym_AMP_AMP] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1231), [anon_sym_SEMI] = ACTIONS(281), - [anon_sym___extension__] = ACTIONS(1420), + [anon_sym___extension__] = ACTIONS(1233), [anon_sym_typedef] = ACTIONS(285), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(1438), [anon_sym___cdecl] = ACTIONS(1438), @@ -53780,7 +53780,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -53861,7 +53861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(1438), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1438), [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), @@ -53883,134 +53883,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [87] = { - [sym_declaration] = STATE(92), - [sym_type_definition] = STATE(92), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(92), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(92), - [sym_labeled_statement] = STATE(92), - [sym_expression_statement] = STATE(92), - [sym_if_statement] = STATE(92), - [sym_switch_statement] = STATE(92), - [sym_while_statement] = STATE(92), - [sym_do_statement] = STATE(92), - [sym_for_statement] = STATE(92), - [sym_return_statement] = STATE(92), - [sym_break_statement] = STATE(92), - [sym_continue_statement] = STATE(92), - [sym_goto_statement] = STATE(92), - [sym_seh_try_statement] = STATE(92), - [sym_seh_leave_statement] = STATE(92), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(92), - [sym_co_return_statement] = STATE(92), - [sym_co_yield_statement] = STATE(92), - [sym_throw_statement] = STATE(92), - [sym_try_statement] = STATE(92), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(92), - [ts_builtin_sym_end] = ACTIONS(1440), + [sym_declaration] = STATE(93), + [sym_type_definition] = STATE(93), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(93), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(93), + [sym_labeled_statement] = STATE(93), + [sym_expression_statement] = STATE(93), + [sym_if_statement] = STATE(93), + [sym_switch_statement] = STATE(93), + [sym_while_statement] = STATE(93), + [sym_do_statement] = STATE(93), + [sym_for_statement] = STATE(93), + [sym_return_statement] = STATE(93), + [sym_break_statement] = STATE(93), + [sym_continue_statement] = STATE(93), + [sym_goto_statement] = STATE(93), + [sym_seh_try_statement] = STATE(93), + [sym_seh_leave_statement] = STATE(93), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(93), + [sym_co_return_statement] = STATE(93), + [sym_co_yield_statement] = STATE(93), + [sym_throw_statement] = STATE(93), + [sym_try_statement] = STATE(93), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(93), [sym_identifier] = ACTIONS(1442), - [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(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(37), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(1444), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(55), + [anon_sym___based] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(1229), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -54041,20 +54041,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(193), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -54089,19 +54089,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1438), + [anon_sym_explicit] = ACTIONS(1223), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1438), - [anon_sym_try] = ACTIONS(137), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1223), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_namespace] = ACTIONS(1438), - [anon_sym_using] = ACTIONS(1438), - [anon_sym_static_assert] = ACTIONS(1438), - [anon_sym_concept] = ACTIONS(1438), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_namespace] = ACTIONS(1223), + [anon_sym_using] = ACTIONS(1223), + [anon_sym_static_assert] = ACTIONS(1223), + [anon_sym_concept] = ACTIONS(1223), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -54113,594 +54113,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [88] = { - [sym_declaration] = STATE(88), - [sym_type_definition] = STATE(88), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(88), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(88), - [sym_labeled_statement] = STATE(88), - [sym_expression_statement] = STATE(88), - [sym_if_statement] = STATE(88), - [sym_switch_statement] = STATE(88), - [sym_while_statement] = STATE(88), - [sym_do_statement] = STATE(88), - [sym_for_statement] = STATE(88), - [sym_return_statement] = STATE(88), - [sym_break_statement] = STATE(88), - [sym_continue_statement] = STATE(88), - [sym_goto_statement] = STATE(88), - [sym_seh_try_statement] = STATE(88), - [sym_seh_leave_statement] = STATE(88), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(88), - [sym_co_return_statement] = STATE(88), - [sym_co_yield_statement] = STATE(88), - [sym_throw_statement] = STATE(88), - [sym_try_statement] = STATE(88), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(1238), - [sym_identifier] = ACTIONS(1452), - [aux_sym_preproc_include_token1] = ACTIONS(1224), - [aux_sym_preproc_def_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), - [sym_preproc_directive] = ACTIONS(1224), - [anon_sym_LPAREN2] = ACTIONS(1226), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_PLUS] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP_AMP] = ACTIONS(1238), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym___extension__] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(1461), - [anon_sym_virtual] = ACTIONS(1252), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___based] = ACTIONS(1224), - [anon_sym___cdecl] = ACTIONS(1224), - [anon_sym___clrcall] = ACTIONS(1224), - [anon_sym___stdcall] = ACTIONS(1224), - [anon_sym___fastcall] = ACTIONS(1224), - [anon_sym___thiscall] = ACTIONS(1224), - [anon_sym___vectorcall] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [anon_sym__Nonnull] = ACTIONS(1279), - [anon_sym_mutable] = ACTIONS(1279), - [anon_sym_constinit] = ACTIONS(1279), - [anon_sym_consteval] = ACTIONS(1279), - [anon_sym_PROGMEM] = ACTIONS(1279), - [anon_sym_alignas] = ACTIONS(1282), - [anon_sym__Alignas] = ACTIONS(1282), - [aux_sym_primitive_type_token1] = ACTIONS(1285), - [anon_sym_byte] = ACTIONS(1285), - [anon_sym_word] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_class] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1294), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1467), - [anon_sym_else] = ACTIONS(1224), - [anon_sym_switch] = ACTIONS(1470), - [anon_sym_case] = ACTIONS(1224), - [anon_sym_default] = ACTIONS(1224), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1476), - [anon_sym_for] = ACTIONS(1479), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_goto] = ACTIONS(1491), - [anon_sym___try] = ACTIONS(1494), - [anon_sym___leave] = ACTIONS(1497), - [anon_sym_not] = ACTIONS(1232), - [anon_sym_compl] = ACTIONS(1232), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1342), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [aux_sym_number_literal_token1] = ACTIONS(1351), - [aux_sym_number_literal_token2] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(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(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1369), - [anon_sym_decltype] = ACTIONS(1372), - [anon_sym_explicit] = ACTIONS(1224), - [anon_sym_typename] = ACTIONS(1375), - [anon_sym_template] = ACTIONS(1378), - [anon_sym_operator] = ACTIONS(1224), - [anon_sym_try] = ACTIONS(1500), - [anon_sym_delete] = ACTIONS(1384), - [anon_sym_throw] = ACTIONS(1503), - [anon_sym_namespace] = ACTIONS(1224), - [anon_sym_using] = ACTIONS(1224), - [anon_sym_static_assert] = ACTIONS(1224), - [anon_sym_concept] = ACTIONS(1224), - [anon_sym_co_return] = ACTIONS(1506), - [anon_sym_co_yield] = ACTIONS(1509), - [anon_sym_R_DQUOTE] = ACTIONS(1396), - [anon_sym_LR_DQUOTE] = ACTIONS(1396), - [anon_sym_uR_DQUOTE] = ACTIONS(1396), - [anon_sym_UR_DQUOTE] = ACTIONS(1396), - [anon_sym_u8R_DQUOTE] = ACTIONS(1396), - [anon_sym_co_await] = ACTIONS(1399), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_requires] = ACTIONS(1405), - [sym_this] = ACTIONS(1363), - }, - [89] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(89), - [sym_labeled_statement] = STATE(89), - [sym_expression_statement] = STATE(89), - [sym_if_statement] = STATE(89), - [sym_switch_statement] = STATE(89), - [sym_while_statement] = STATE(89), - [sym_do_statement] = STATE(89), - [sym_for_statement] = STATE(89), - [sym_return_statement] = STATE(89), - [sym_break_statement] = STATE(89), - [sym_continue_statement] = STATE(89), - [sym_goto_statement] = STATE(89), - [sym_seh_try_statement] = STATE(89), - [sym_seh_leave_statement] = STATE(89), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(89), - [sym_co_return_statement] = STATE(89), - [sym_co_yield_statement] = STATE(89), - [sym_throw_statement] = STATE(89), - [sym_try_statement] = STATE(89), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1512), - [aux_sym_preproc_include_token1] = ACTIONS(1224), - [aux_sym_preproc_def_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), - [sym_preproc_directive] = ACTIONS(1224), - [anon_sym_LPAREN2] = ACTIONS(1226), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_PLUS] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP_AMP] = ACTIONS(1238), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1515), - [anon_sym___extension__] = ACTIONS(1518), - [anon_sym_typedef] = ACTIONS(1521), - [anon_sym_virtual] = ACTIONS(1252), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___based] = ACTIONS(1224), - [anon_sym___cdecl] = ACTIONS(1224), - [anon_sym___clrcall] = ACTIONS(1224), - [anon_sym___stdcall] = ACTIONS(1224), - [anon_sym___fastcall] = ACTIONS(1224), - [anon_sym___thiscall] = ACTIONS(1224), - [anon_sym___vectorcall] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1238), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [anon_sym__Nonnull] = ACTIONS(1279), - [anon_sym_mutable] = ACTIONS(1279), - [anon_sym_constinit] = ACTIONS(1279), - [anon_sym_consteval] = ACTIONS(1279), - [anon_sym_PROGMEM] = ACTIONS(1279), - [anon_sym_alignas] = ACTIONS(1282), - [anon_sym__Alignas] = ACTIONS(1282), - [aux_sym_primitive_type_token1] = ACTIONS(1285), - [anon_sym_byte] = ACTIONS(1285), - [anon_sym_word] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_class] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1294), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1224), - [anon_sym_switch] = ACTIONS(1530), - [anon_sym_case] = ACTIONS(1224), - [anon_sym_default] = ACTIONS(1224), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_do] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1539), - [anon_sym_return] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1545), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1551), - [anon_sym___try] = ACTIONS(1554), - [anon_sym___leave] = ACTIONS(1557), - [anon_sym_not] = ACTIONS(1232), - [anon_sym_compl] = ACTIONS(1232), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1342), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [aux_sym_number_literal_token1] = ACTIONS(1351), - [aux_sym_number_literal_token2] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(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(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1369), - [anon_sym_decltype] = ACTIONS(1372), - [anon_sym_explicit] = ACTIONS(1224), - [anon_sym_typename] = ACTIONS(1375), - [anon_sym_template] = ACTIONS(1378), - [anon_sym_operator] = ACTIONS(1224), - [anon_sym_try] = ACTIONS(1560), - [anon_sym_delete] = ACTIONS(1384), - [anon_sym_throw] = ACTIONS(1563), - [anon_sym_namespace] = ACTIONS(1224), - [anon_sym_using] = ACTIONS(1224), - [anon_sym_static_assert] = ACTIONS(1224), - [anon_sym_concept] = ACTIONS(1224), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1569), - [anon_sym_R_DQUOTE] = ACTIONS(1396), - [anon_sym_LR_DQUOTE] = ACTIONS(1396), - [anon_sym_uR_DQUOTE] = ACTIONS(1396), - [anon_sym_UR_DQUOTE] = ACTIONS(1396), - [anon_sym_u8R_DQUOTE] = ACTIONS(1396), - [anon_sym_co_await] = ACTIONS(1399), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_requires] = ACTIONS(1405), - [sym_this] = ACTIONS(1363), - }, - [90] = { - [sym_declaration] = STATE(100), - [sym_type_definition] = STATE(100), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(100), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(100), - [sym_labeled_statement] = STATE(100), - [sym_expression_statement] = STATE(100), - [sym_if_statement] = STATE(100), - [sym_switch_statement] = STATE(100), - [sym_while_statement] = STATE(100), - [sym_do_statement] = STATE(100), - [sym_for_statement] = STATE(100), - [sym_return_statement] = STATE(100), - [sym_break_statement] = STATE(100), - [sym_continue_statement] = STATE(100), - [sym_goto_statement] = STATE(100), - [sym_seh_try_statement] = STATE(100), - [sym_seh_leave_statement] = STATE(100), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(100), - [sym_co_return_statement] = STATE(100), - [sym_co_yield_statement] = STATE(100), - [sym_throw_statement] = STATE(100), - [sym_try_statement] = STATE(100), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(100), - [sym_identifier] = ACTIONS(1572), - [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(1412), + [sym_declaration] = STATE(99), + [sym_type_definition] = STATE(99), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(99), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(99), + [sym_labeled_statement] = STATE(99), + [sym_expression_statement] = STATE(99), + [sym_if_statement] = STATE(99), + [sym_switch_statement] = STATE(99), + [sym_while_statement] = STATE(99), + [sym_do_statement] = STATE(99), + [sym_for_statement] = STATE(99), + [sym_return_statement] = STATE(99), + [sym_break_statement] = STATE(99), + [sym_continue_statement] = STATE(99), + [sym_goto_statement] = STATE(99), + [sym_seh_try_statement] = STATE(99), + [sym_seh_leave_statement] = STATE(99), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(99), + [sym_co_return_statement] = STATE(99), + [sym_co_yield_statement] = STATE(99), + [sym_throw_statement] = STATE(99), + [sym_try_statement] = STATE(99), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(99), + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(1574), - [anon_sym_typedef] = ACTIONS(181), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(37), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(619), - [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym___based] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -54731,20 +54271,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(1434), - [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(79), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -54779,19 +54319,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1243), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1434), - [anon_sym_try] = ACTIONS(225), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1243), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_namespace] = ACTIONS(1434), - [anon_sym_using] = ACTIONS(1434), - [anon_sym_static_assert] = ACTIONS(1434), - [anon_sym_concept] = ACTIONS(1434), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_namespace] = ACTIONS(1243), + [anon_sym_using] = ACTIONS(1243), + [anon_sym_static_assert] = ACTIONS(1243), + [anon_sym_concept] = ACTIONS(1243), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -54802,365 +54342,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [91] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(91), - [sym_labeled_statement] = STATE(91), - [sym_expression_statement] = STATE(91), - [sym_if_statement] = STATE(91), - [sym_switch_statement] = STATE(91), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(91), - [sym_for_statement] = STATE(91), - [sym_return_statement] = STATE(91), - [sym_break_statement] = STATE(91), - [sym_continue_statement] = STATE(91), - [sym_goto_statement] = STATE(91), - [sym_seh_try_statement] = STATE(91), - [sym_seh_leave_statement] = STATE(91), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(91), - [sym_co_return_statement] = STATE(91), - [sym_co_yield_statement] = STATE(91), - [sym_throw_statement] = STATE(91), - [sym_try_statement] = STATE(91), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1576), - [aux_sym_preproc_include_token1] = ACTIONS(1224), - [aux_sym_preproc_def_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token1] = ACTIONS(1224), - [aux_sym_preproc_if_token2] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1224), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1224), - [sym_preproc_directive] = ACTIONS(1224), - [anon_sym_LPAREN2] = ACTIONS(1226), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_PLUS] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP_AMP] = ACTIONS(1238), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1579), - [anon_sym___extension__] = ACTIONS(1582), - [anon_sym_typedef] = ACTIONS(1585), - [anon_sym_virtual] = ACTIONS(1252), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___based] = ACTIONS(1224), - [anon_sym___cdecl] = ACTIONS(1224), - [anon_sym___clrcall] = ACTIONS(1224), - [anon_sym___stdcall] = ACTIONS(1224), - [anon_sym___fastcall] = ACTIONS(1224), - [anon_sym___thiscall] = ACTIONS(1224), - [anon_sym___vectorcall] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [anon_sym__Nonnull] = ACTIONS(1279), - [anon_sym_mutable] = ACTIONS(1279), - [anon_sym_constinit] = ACTIONS(1279), - [anon_sym_consteval] = ACTIONS(1279), - [anon_sym_PROGMEM] = ACTIONS(1279), - [anon_sym_alignas] = ACTIONS(1282), - [anon_sym__Alignas] = ACTIONS(1282), - [aux_sym_primitive_type_token1] = ACTIONS(1285), - [anon_sym_byte] = ACTIONS(1285), - [anon_sym_word] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_class] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1294), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1591), - [anon_sym_else] = ACTIONS(1224), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_case] = ACTIONS(1224), - [anon_sym_default] = ACTIONS(1224), - [anon_sym_while] = ACTIONS(1597), - [anon_sym_do] = ACTIONS(1600), - [anon_sym_for] = ACTIONS(1603), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1609), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1615), - [anon_sym___try] = ACTIONS(1618), - [anon_sym___leave] = ACTIONS(1621), - [anon_sym_not] = ACTIONS(1232), - [anon_sym_compl] = ACTIONS(1232), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1342), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [aux_sym_number_literal_token1] = ACTIONS(1351), - [aux_sym_number_literal_token2] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(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(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1369), - [anon_sym_decltype] = ACTIONS(1372), - [anon_sym_explicit] = ACTIONS(1224), - [anon_sym_typename] = ACTIONS(1375), - [anon_sym_template] = ACTIONS(1378), - [anon_sym_operator] = ACTIONS(1224), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1384), - [anon_sym_throw] = ACTIONS(1627), - [anon_sym_namespace] = ACTIONS(1224), - [anon_sym_using] = ACTIONS(1224), - [anon_sym_static_assert] = ACTIONS(1224), - [anon_sym_concept] = ACTIONS(1224), - [anon_sym_co_return] = ACTIONS(1630), - [anon_sym_co_yield] = ACTIONS(1633), - [anon_sym_R_DQUOTE] = ACTIONS(1396), - [anon_sym_LR_DQUOTE] = ACTIONS(1396), - [anon_sym_uR_DQUOTE] = ACTIONS(1396), - [anon_sym_UR_DQUOTE] = ACTIONS(1396), - [anon_sym_u8R_DQUOTE] = ACTIONS(1396), - [anon_sym_co_await] = ACTIONS(1399), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_requires] = ACTIONS(1405), - [sym_this] = ACTIONS(1363), - }, - [92] = { - [sym_declaration] = STATE(88), - [sym_type_definition] = STATE(88), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(88), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(88), - [sym_labeled_statement] = STATE(88), - [sym_expression_statement] = STATE(88), - [sym_if_statement] = STATE(88), - [sym_switch_statement] = STATE(88), - [sym_while_statement] = STATE(88), - [sym_do_statement] = STATE(88), - [sym_for_statement] = STATE(88), - [sym_return_statement] = STATE(88), - [sym_break_statement] = STATE(88), - [sym_continue_statement] = STATE(88), - [sym_goto_statement] = STATE(88), - [sym_seh_try_statement] = STATE(88), - [sym_seh_leave_statement] = STATE(88), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(88), - [sym_co_return_statement] = STATE(88), - [sym_co_yield_statement] = STATE(88), - [sym_throw_statement] = STATE(88), - [sym_try_statement] = STATE(88), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(1432), - [sym_identifier] = ACTIONS(1442), - [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(1412), + [89] = { + [sym_declaration] = STATE(101), + [sym_type_definition] = STATE(101), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(101), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym_seh_try_statement] = STATE(101), + [sym_seh_leave_statement] = STATE(101), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(101), + [sym_co_return_statement] = STATE(101), + [sym_co_yield_statement] = STATE(101), + [sym_throw_statement] = STATE(101), + [sym_try_statement] = STATE(101), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(101), + [ts_builtin_sym_end] = ACTIONS(1436), + [sym_identifier] = ACTIONS(1446), + [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(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym___extension__] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1450), [anon_sym_typedef] = ACTIONS(37), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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___based] = 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(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -55192,10 +54502,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(79), - [anon_sym_else] = ACTIONS(1430), + [anon_sym_else] = ACTIONS(1434), [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), [anon_sym_while] = ACTIONS(87), [anon_sym_do] = ACTIONS(89), [anon_sym_for] = ACTIONS(91), @@ -55203,8 +54513,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(95), [anon_sym_continue] = ACTIONS(97), [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -55239,17 +54549,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1430), + [anon_sym_explicit] = ACTIONS(1434), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1430), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1434), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), - [anon_sym_namespace] = ACTIONS(1430), - [anon_sym_using] = ACTIONS(1430), - [anon_sym_static_assert] = ACTIONS(1430), - [anon_sym_concept] = ACTIONS(1430), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_concept] = ACTIONS(1434), [anon_sym_co_return] = ACTIONS(151), [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -55262,135 +54572,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [93] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(91), - [sym_labeled_statement] = STATE(91), - [sym_expression_statement] = STATE(91), - [sym_if_statement] = STATE(91), - [sym_switch_statement] = STATE(91), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(91), - [sym_for_statement] = STATE(91), - [sym_return_statement] = STATE(91), - [sym_break_statement] = STATE(91), - [sym_continue_statement] = STATE(91), - [sym_goto_statement] = STATE(91), - [sym_seh_try_statement] = STATE(91), - [sym_seh_leave_statement] = STATE(91), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(91), - [sym_co_return_statement] = STATE(91), - [sym_co_yield_statement] = STATE(91), - [sym_throw_statement] = STATE(91), - [sym_try_statement] = STATE(91), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1636), - [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), + [90] = { + [sym_declaration] = STATE(94), + [sym_type_definition] = STATE(94), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(94), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(94), + [sym_labeled_statement] = STATE(94), + [sym_expression_statement] = STATE(94), + [sym_if_statement] = STATE(94), + [sym_switch_statement] = STATE(94), + [sym_while_statement] = STATE(94), + [sym_do_statement] = STATE(94), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(94), + [sym_break_statement] = STATE(94), + [sym_continue_statement] = STATE(94), + [sym_goto_statement] = STATE(94), + [sym_seh_try_statement] = STATE(94), + [sym_seh_leave_statement] = STATE(94), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(94), + [sym_co_return_statement] = STATE(94), + [sym_co_yield_statement] = STATE(94), + [sym_throw_statement] = STATE(94), + [sym_try_statement] = STATE(94), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token2] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(681), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(745), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(685), + [anon_sym___based] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -55421,20 +54731,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -55469,19 +54779,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1410), + [anon_sym_explicit] = ACTIONS(1223), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1410), - [anon_sym_try] = ACTIONS(717), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1223), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_namespace] = ACTIONS(1410), - [anon_sym_using] = ACTIONS(1410), - [anon_sym_static_assert] = ACTIONS(1410), - [anon_sym_concept] = ACTIONS(1410), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(1223), + [anon_sym_using] = ACTIONS(1223), + [anon_sym_static_assert] = ACTIONS(1223), + [anon_sym_concept] = ACTIONS(1223), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -55492,135 +54802,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [94] = { - [sym_declaration] = STATE(99), - [sym_type_definition] = STATE(99), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(99), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(99), - [sym_labeled_statement] = STATE(99), - [sym_expression_statement] = STATE(99), - [sym_if_statement] = STATE(99), - [sym_switch_statement] = STATE(99), - [sym_while_statement] = STATE(99), - [sym_do_statement] = STATE(99), - [sym_for_statement] = STATE(99), - [sym_return_statement] = STATE(99), - [sym_break_statement] = STATE(99), - [sym_continue_statement] = STATE(99), - [sym_goto_statement] = STATE(99), - [sym_seh_try_statement] = STATE(99), - [sym_seh_leave_statement] = STATE(99), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(99), - [sym_co_return_statement] = STATE(99), - [sym_co_yield_statement] = STATE(99), - [sym_throw_statement] = STATE(99), - [sym_try_statement] = STATE(99), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(99), - [ts_builtin_sym_end] = ACTIONS(1436), + [91] = { + [sym_declaration] = STATE(96), + [sym_type_definition] = STATE(96), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(96), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(96), + [sym_labeled_statement] = STATE(96), + [sym_expression_statement] = STATE(96), + [sym_if_statement] = STATE(96), + [sym_switch_statement] = STATE(96), + [sym_while_statement] = STATE(96), + [sym_do_statement] = STATE(96), + [sym_for_statement] = STATE(96), + [sym_return_statement] = STATE(96), + [sym_break_statement] = STATE(96), + [sym_continue_statement] = STATE(96), + [sym_goto_statement] = STATE(96), + [sym_seh_try_statement] = STATE(96), + [sym_seh_leave_statement] = STATE(96), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(96), + [sym_co_return_statement] = STATE(96), + [sym_co_yield_statement] = STATE(96), + [sym_throw_statement] = STATE(96), + [sym_try_statement] = STATE(96), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(96), [sym_identifier] = ACTIONS(1442), - [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(1412), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(37), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(1444), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(55), + [anon_sym___based] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(1245), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -55651,20 +54961,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1434), - [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(193), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -55699,19 +55009,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1434), + [anon_sym_explicit] = ACTIONS(1243), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1434), - [anon_sym_try] = ACTIONS(137), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1243), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_namespace] = ACTIONS(1434), - [anon_sym_using] = ACTIONS(1434), - [anon_sym_static_assert] = ACTIONS(1434), - [anon_sym_concept] = ACTIONS(1434), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_namespace] = ACTIONS(1243), + [anon_sym_using] = ACTIONS(1243), + [anon_sym_static_assert] = ACTIONS(1243), + [anon_sym_concept] = ACTIONS(1243), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -55722,135 +55032,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [95] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(91), - [sym_labeled_statement] = STATE(91), - [sym_expression_statement] = STATE(91), - [sym_if_statement] = STATE(91), - [sym_switch_statement] = STATE(91), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(91), - [sym_for_statement] = STATE(91), - [sym_return_statement] = STATE(91), - [sym_break_statement] = STATE(91), - [sym_continue_statement] = STATE(91), - [sym_goto_statement] = STATE(91), - [sym_seh_try_statement] = STATE(91), - [sym_seh_leave_statement] = STATE(91), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(91), - [sym_co_return_statement] = STATE(91), - [sym_co_yield_statement] = STATE(91), - [sym_throw_statement] = STATE(91), - [sym_try_statement] = STATE(91), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1636), - [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(1412), + [92] = { + [sym_declaration] = STATE(97), + [sym_type_definition] = STATE(97), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(97), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(97), + [sym_labeled_statement] = STATE(97), + [sym_expression_statement] = STATE(97), + [sym_if_statement] = STATE(97), + [sym_switch_statement] = STATE(97), + [sym_while_statement] = STATE(97), + [sym_do_statement] = STATE(97), + [sym_for_statement] = STATE(97), + [sym_return_statement] = STATE(97), + [sym_break_statement] = STATE(97), + [sym_continue_statement] = STATE(97), + [sym_goto_statement] = STATE(97), + [sym_seh_try_statement] = STATE(97), + [sym_seh_leave_statement] = STATE(97), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(97), + [sym_co_return_statement] = STATE(97), + [sym_co_yield_statement] = STATE(97), + [sym_throw_statement] = STATE(97), + [sym_try_statement] = STATE(97), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(97), + [sym_identifier] = ACTIONS(1456), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(681), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(745), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(685), + [anon_sym___based] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -55881,20 +55191,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -55929,19 +55239,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1430), + [anon_sym_explicit] = ACTIONS(1243), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1430), - [anon_sym_try] = ACTIONS(717), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1243), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_namespace] = ACTIONS(1430), - [anon_sym_using] = ACTIONS(1430), - [anon_sym_static_assert] = ACTIONS(1430), - [anon_sym_concept] = ACTIONS(1430), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(1243), + [anon_sym_using] = ACTIONS(1243), + [anon_sym_static_assert] = ACTIONS(1243), + [anon_sym_concept] = ACTIONS(1243), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -55952,121 +55262,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [96] = { - [sym_declaration] = STATE(93), - [sym_type_definition] = STATE(93), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(93), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(93), - [sym_labeled_statement] = STATE(93), - [sym_expression_statement] = STATE(93), - [sym_if_statement] = STATE(93), - [sym_switch_statement] = STATE(93), - [sym_while_statement] = STATE(93), - [sym_do_statement] = STATE(93), - [sym_for_statement] = STATE(93), - [sym_return_statement] = STATE(93), - [sym_break_statement] = STATE(93), - [sym_continue_statement] = STATE(93), - [sym_goto_statement] = STATE(93), - [sym_seh_try_statement] = STATE(93), - [sym_seh_leave_statement] = STATE(93), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(93), - [sym_co_return_statement] = STATE(93), - [sym_co_yield_statement] = STATE(93), - [sym_throw_statement] = STATE(93), - [sym_try_statement] = STATE(93), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(93), - [sym_identifier] = ACTIONS(1636), + [93] = { + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym_seh_try_statement] = STATE(100), + [sym_seh_leave_statement] = STATE(100), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(100), + [sym_identifier] = ACTIONS(1442), [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(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(681), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(1444), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(1434), [anon_sym___cdecl] = ACTIONS(1434), @@ -56075,12 +55384,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1434), [anon_sym___thiscall] = ACTIONS(1434), [anon_sym___vectorcall] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(685), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(1436), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -56111,20 +55421,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), + [anon_sym_if] = ACTIONS(193), [anon_sym_else] = ACTIONS(1434), - [anon_sym_switch] = ACTIONS(691), + [anon_sym_switch] = ACTIONS(195), [anon_sym_case] = ACTIONS(1434), [anon_sym_default] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -56161,17 +55471,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(1434), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1434), - [anon_sym_try] = ACTIONS(717), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(227), [anon_sym_namespace] = ACTIONS(1434), [anon_sym_using] = ACTIONS(1434), [anon_sym_static_assert] = ACTIONS(1434), [anon_sym_concept] = ACTIONS(1434), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -56182,135 +55492,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [97] = { - [sym_declaration] = STATE(95), - [sym_type_definition] = STATE(95), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(95), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [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_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_seh_try_statement] = STATE(95), - [sym_seh_leave_statement] = STATE(95), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(95), - [sym_co_return_statement] = STATE(95), - [sym_co_yield_statement] = STATE(95), - [sym_throw_statement] = STATE(95), - [sym_try_statement] = STATE(95), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(95), - [sym_identifier] = ACTIONS(1636), - [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(1412), + [94] = { + [sym_declaration] = STATE(98), + [sym_type_definition] = STATE(98), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(98), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(98), + [sym_labeled_statement] = STATE(98), + [sym_expression_statement] = STATE(98), + [sym_if_statement] = STATE(98), + [sym_switch_statement] = STATE(98), + [sym_while_statement] = STATE(98), + [sym_do_statement] = STATE(98), + [sym_for_statement] = STATE(98), + [sym_return_statement] = STATE(98), + [sym_break_statement] = STATE(98), + [sym_continue_statement] = STATE(98), + [sym_goto_statement] = STATE(98), + [sym_seh_try_statement] = STATE(98), + [sym_seh_leave_statement] = STATE(98), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(98), + [sym_co_return_statement] = STATE(98), + [sym_co_yield_statement] = STATE(98), + [sym_throw_statement] = STATE(98), + [sym_try_statement] = STATE(98), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(98), + [sym_identifier] = ACTIONS(1456), + [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(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(681), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1436), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(745), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(685), + [anon_sym___based] = 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(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -56341,20 +55651,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(1438), - [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -56389,19 +55699,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1438), + [anon_sym_explicit] = ACTIONS(1434), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1438), - [anon_sym_try] = ACTIONS(717), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_namespace] = ACTIONS(1438), - [anon_sym_using] = ACTIONS(1438), - [anon_sym_static_assert] = ACTIONS(1438), - [anon_sym_concept] = ACTIONS(1438), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(1434), + [anon_sym_using] = ACTIONS(1434), + [anon_sym_static_assert] = ACTIONS(1434), + [anon_sym_concept] = ACTIONS(1434), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -56412,24 +55722,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [98] = { + [95] = { [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym_attributed_statement] = STATE(89), [sym_labeled_statement] = STATE(89), [sym_expression_statement] = STATE(89), @@ -56444,103 +55754,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(89), [sym_seh_try_statement] = STATE(89), [sym_seh_leave_statement] = STATE(89), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), [sym_for_range_loop] = STATE(89), [sym_co_return_statement] = STATE(89), [sym_co_yield_statement] = STATE(89), [sym_throw_statement] = STATE(89), [sym_try_statement] = STATE(89), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1572), - [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(1412), + [ts_builtin_sym_end] = ACTIONS(1229), + [sym_identifier] = ACTIONS(1446), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1432), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(1574), - [anon_sym_typedef] = ACTIONS(181), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(37), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(619), - [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym___based] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -56571,20 +55881,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(1430), - [anon_sym_default] = ACTIONS(1430), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(79), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -56619,19 +55929,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1430), + [anon_sym_explicit] = ACTIONS(1223), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1430), - [anon_sym_try] = ACTIONS(225), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1223), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_namespace] = ACTIONS(1430), - [anon_sym_using] = ACTIONS(1430), - [anon_sym_static_assert] = ACTIONS(1430), - [anon_sym_concept] = ACTIONS(1430), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_namespace] = ACTIONS(1223), + [anon_sym_using] = ACTIONS(1223), + [anon_sym_static_assert] = ACTIONS(1223), + [anon_sym_concept] = ACTIONS(1223), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -56642,135 +55952,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [99] = { - [sym_declaration] = STATE(88), - [sym_type_definition] = STATE(88), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(88), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(88), - [sym_labeled_statement] = STATE(88), - [sym_expression_statement] = STATE(88), - [sym_if_statement] = STATE(88), - [sym_switch_statement] = STATE(88), - [sym_while_statement] = STATE(88), - [sym_do_statement] = STATE(88), - [sym_for_statement] = STATE(88), - [sym_return_statement] = STATE(88), - [sym_break_statement] = STATE(88), - [sym_continue_statement] = STATE(88), - [sym_goto_statement] = STATE(88), - [sym_seh_try_statement] = STATE(88), - [sym_seh_leave_statement] = STATE(88), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(88), - [sym_co_return_statement] = STATE(88), - [sym_co_yield_statement] = STATE(88), - [sym_throw_statement] = STATE(88), - [sym_try_statement] = STATE(88), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(88), - [ts_builtin_sym_end] = ACTIONS(1416), + [96] = { + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym_seh_try_statement] = STATE(100), + [sym_seh_leave_statement] = STATE(100), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(100), [sym_identifier] = ACTIONS(1442), - [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), + [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(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym___extension__] = ACTIONS(1446), - [anon_sym_typedef] = ACTIONS(37), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(1444), + [anon_sym_typedef] = ACTIONS(181), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(55), + [anon_sym___based] = 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(619), + [anon_sym_RBRACE] = ACTIONS(1440), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -56801,20 +56111,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(193), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -56849,19 +56159,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1410), + [anon_sym_explicit] = ACTIONS(1438), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1410), - [anon_sym_try] = ACTIONS(137), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_namespace] = ACTIONS(1410), - [anon_sym_using] = ACTIONS(1410), - [anon_sym_static_assert] = ACTIONS(1410), - [anon_sym_concept] = ACTIONS(1410), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_namespace] = ACTIONS(1438), + [anon_sym_using] = ACTIONS(1438), + [anon_sym_static_assert] = ACTIONS(1438), + [anon_sym_concept] = ACTIONS(1438), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -56872,135 +56182,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [100] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(89), - [sym_labeled_statement] = STATE(89), - [sym_expression_statement] = STATE(89), - [sym_if_statement] = STATE(89), - [sym_switch_statement] = STATE(89), - [sym_while_statement] = STATE(89), - [sym_do_statement] = STATE(89), - [sym_for_statement] = STATE(89), - [sym_return_statement] = STATE(89), - [sym_break_statement] = STATE(89), - [sym_continue_statement] = STATE(89), - [sym_goto_statement] = STATE(89), - [sym_seh_try_statement] = STATE(89), - [sym_seh_leave_statement] = STATE(89), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(89), - [sym_co_return_statement] = STATE(89), - [sym_co_yield_statement] = STATE(89), - [sym_throw_statement] = STATE(89), - [sym_try_statement] = STATE(89), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1572), - [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), + [97] = { + [sym_declaration] = STATE(98), + [sym_type_definition] = STATE(98), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(98), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(98), + [sym_labeled_statement] = STATE(98), + [sym_expression_statement] = STATE(98), + [sym_if_statement] = STATE(98), + [sym_switch_statement] = STATE(98), + [sym_while_statement] = STATE(98), + [sym_do_statement] = STATE(98), + [sym_for_statement] = STATE(98), + [sym_return_statement] = STATE(98), + [sym_break_statement] = STATE(98), + [sym_continue_statement] = STATE(98), + [sym_goto_statement] = STATE(98), + [sym_seh_try_statement] = STATE(98), + [sym_seh_leave_statement] = STATE(98), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(98), + [sym_co_return_statement] = STATE(98), + [sym_co_yield_statement] = STATE(98), + [sym_throw_statement] = STATE(98), + [sym_try_statement] = STATE(98), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(98), + [sym_identifier] = ACTIONS(1456), + [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(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP_AMP] = ACTIONS(1416), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(1574), - [anon_sym_typedef] = ACTIONS(181), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP_AMP] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(741), + [anon_sym___extension__] = ACTIONS(1458), + [anon_sym_typedef] = ACTIONS(745), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = 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(619), - [anon_sym_RBRACE] = ACTIONS(1416), + [anon_sym___based] = 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(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -57031,20 +56341,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(1410), - [anon_sym_default] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1438), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(1438), + [anon_sym_default] = ACTIONS(1438), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -57079,19 +56389,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(1410), + [anon_sym_explicit] = ACTIONS(1438), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1410), - [anon_sym_try] = ACTIONS(225), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_namespace] = ACTIONS(1410), - [anon_sym_using] = ACTIONS(1410), - [anon_sym_static_assert] = ACTIONS(1410), - [anon_sym_concept] = ACTIONS(1410), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_namespace] = ACTIONS(1438), + [anon_sym_using] = ACTIONS(1438), + [anon_sym_static_assert] = ACTIONS(1438), + [anon_sym_concept] = ACTIONS(1438), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -57102,24 +56412,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [101] = { + [98] = { [sym_declaration] = STATE(98), [sym_type_definition] = STATE(98), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), [sym_compound_statement] = STATE(98), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym_attributed_statement] = STATE(98), [sym_labeled_statement] = STATE(98), [sym_expression_statement] = STATE(98), @@ -57134,88 +56444,319 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(98), [sym_seh_try_statement] = STATE(98), [sym_seh_leave_statement] = STATE(98), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), [sym_for_range_loop] = STATE(98), [sym_co_return_statement] = STATE(98), [sym_co_yield_statement] = STATE(98), [sym_throw_statement] = STATE(98), [sym_try_statement] = STATE(98), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [aux_sym_case_statement_repeat1] = STATE(98), - [sym_identifier] = ACTIONS(1572), + [sym_identifier] = ACTIONS(1460), + [aux_sym_preproc_include_token1] = ACTIONS(1250), + [aux_sym_preproc_def_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token2] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1250), + [sym_preproc_directive] = ACTIONS(1250), + [anon_sym_LPAREN2] = ACTIONS(1252), + [anon_sym_BANG] = ACTIONS(1255), + [anon_sym_TILDE] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1266), + [anon_sym_SEMI] = ACTIONS(1463), + [anon_sym___extension__] = ACTIONS(1466), + [anon_sym_typedef] = ACTIONS(1469), + [anon_sym_virtual] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1281), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_COLON_COLON] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1293), + [anon_sym___based] = ACTIONS(1250), + [anon_sym___cdecl] = ACTIONS(1250), + [anon_sym___clrcall] = ACTIONS(1250), + [anon_sym___stdcall] = ACTIONS(1250), + [anon_sym___fastcall] = ACTIONS(1250), + [anon_sym___thiscall] = ACTIONS(1250), + [anon_sym___vectorcall] = ACTIONS(1250), + [anon_sym_LBRACE] = ACTIONS(1472), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1281), + [anon_sym_register] = ACTIONS(1281), + [anon_sym_inline] = ACTIONS(1281), + [anon_sym___inline] = ACTIONS(1281), + [anon_sym___inline__] = ACTIONS(1281), + [anon_sym___forceinline] = ACTIONS(1281), + [anon_sym_thread_local] = ACTIONS(1281), + [anon_sym___thread] = ACTIONS(1281), + [anon_sym_const] = ACTIONS(1305), + [anon_sym_constexpr] = ACTIONS(1305), + [anon_sym_volatile] = ACTIONS(1305), + [anon_sym_restrict] = ACTIONS(1305), + [anon_sym___restrict__] = ACTIONS(1305), + [anon_sym__Atomic] = ACTIONS(1305), + [anon_sym__Noreturn] = ACTIONS(1305), + [anon_sym_noreturn] = ACTIONS(1305), + [anon_sym__Nonnull] = ACTIONS(1305), + [anon_sym_mutable] = ACTIONS(1305), + [anon_sym_constinit] = ACTIONS(1305), + [anon_sym_consteval] = ACTIONS(1305), + [anon_sym_PROGMEM] = ACTIONS(1305), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [aux_sym_primitive_type_token1] = ACTIONS(1311), + [anon_sym_byte] = ACTIONS(1311), + [anon_sym_word] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_class] = ACTIONS(1317), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1478), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1481), + [anon_sym_do] = ACTIONS(1484), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1490), + [anon_sym_break] = ACTIONS(1493), + [anon_sym_continue] = ACTIONS(1496), + [anon_sym_goto] = ACTIONS(1499), + [anon_sym___try] = ACTIONS(1502), + [anon_sym___leave] = ACTIONS(1505), + [anon_sym_not] = ACTIONS(1258), + [anon_sym_compl] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1359), + [anon_sym_PLUS_PLUS] = ACTIONS(1359), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1365), + [anon_sym___alignof] = ACTIONS(1365), + [anon_sym__alignof] = ACTIONS(1365), + [anon_sym_alignof] = ACTIONS(1365), + [anon_sym__Alignof] = ACTIONS(1365), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [anon_sym___asm] = ACTIONS(1374), + [aux_sym_number_literal_token1] = ACTIONS(1377), + [aux_sym_number_literal_token2] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1383), + [anon_sym_u_SQUOTE] = ACTIONS(1383), + [anon_sym_U_SQUOTE] = ACTIONS(1383), + [anon_sym_u8_SQUOTE] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1383), + [anon_sym_L_DQUOTE] = ACTIONS(1386), + [anon_sym_u_DQUOTE] = ACTIONS(1386), + [anon_sym_U_DQUOTE] = ACTIONS(1386), + [anon_sym_u8_DQUOTE] = ACTIONS(1386), + [anon_sym_DQUOTE] = ACTIONS(1386), + [sym_true] = ACTIONS(1389), + [sym_false] = ACTIONS(1389), + [anon_sym_NULL] = ACTIONS(1392), + [anon_sym_nullptr] = ACTIONS(1392), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1395), + [anon_sym_decltype] = ACTIONS(1398), + [anon_sym_explicit] = ACTIONS(1250), + [anon_sym_typename] = ACTIONS(1401), + [anon_sym_template] = ACTIONS(1404), + [anon_sym_operator] = ACTIONS(1250), + [anon_sym_try] = ACTIONS(1508), + [anon_sym_delete] = ACTIONS(1410), + [anon_sym_throw] = ACTIONS(1511), + [anon_sym_namespace] = ACTIONS(1250), + [anon_sym_using] = ACTIONS(1250), + [anon_sym_static_assert] = ACTIONS(1250), + [anon_sym_concept] = ACTIONS(1250), + [anon_sym_co_return] = ACTIONS(1514), + [anon_sym_co_yield] = ACTIONS(1517), + [anon_sym_R_DQUOTE] = ACTIONS(1422), + [anon_sym_LR_DQUOTE] = ACTIONS(1422), + [anon_sym_uR_DQUOTE] = ACTIONS(1422), + [anon_sym_UR_DQUOTE] = ACTIONS(1422), + [anon_sym_u8R_DQUOTE] = ACTIONS(1422), + [anon_sym_co_await] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1428), + [anon_sym_requires] = ACTIONS(1431), + [sym_this] = ACTIONS(1389), + }, + [99] = { + [sym_declaration] = STATE(101), + [sym_type_definition] = STATE(101), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(101), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym_seh_try_statement] = STATE(101), + [sym_seh_leave_statement] = STATE(101), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(101), + [sym_co_return_statement] = STATE(101), + [sym_co_yield_statement] = STATE(101), + [sym_throw_statement] = STATE(101), + [sym_try_statement] = STATE(101), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(101), + [ts_builtin_sym_end] = ACTIONS(1440), + [sym_identifier] = ACTIONS(1446), [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(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), [anon_sym_AMP_AMP] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(1574), - [anon_sym_typedef] = ACTIONS(181), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_AMP] = ACTIONS(1231), + [anon_sym_SEMI] = ACTIONS(1448), + [anon_sym___extension__] = ACTIONS(1450), + [anon_sym_typedef] = ACTIONS(37), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(1438), [anon_sym___cdecl] = ACTIONS(1438), @@ -57224,13 +56765,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1438), [anon_sym___thiscall] = ACTIONS(1438), [anon_sym___vectorcall] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -57261,20 +56801,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), + [anon_sym_if] = ACTIONS(79), [anon_sym_else] = ACTIONS(1438), - [anon_sym_switch] = ACTIONS(195), + [anon_sym_switch] = ACTIONS(81), [anon_sym_case] = ACTIONS(1438), [anon_sym_default] = ACTIONS(1438), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -57311,17 +56851,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(1438), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1438), - [anon_sym_try] = ACTIONS(225), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), + [anon_sym_throw] = ACTIONS(141), [anon_sym_namespace] = ACTIONS(1438), [anon_sym_using] = ACTIONS(1438), [anon_sym_static_assert] = ACTIONS(1438), [anon_sym_concept] = ACTIONS(1438), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -57332,120 +56872,580 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, + [100] = { + [sym_declaration] = STATE(100), + [sym_type_definition] = STATE(100), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(100), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(100), + [sym_labeled_statement] = STATE(100), + [sym_expression_statement] = STATE(100), + [sym_if_statement] = STATE(100), + [sym_switch_statement] = STATE(100), + [sym_while_statement] = STATE(100), + [sym_do_statement] = STATE(100), + [sym_for_statement] = STATE(100), + [sym_return_statement] = STATE(100), + [sym_break_statement] = STATE(100), + [sym_continue_statement] = STATE(100), + [sym_goto_statement] = STATE(100), + [sym_seh_try_statement] = STATE(100), + [sym_seh_leave_statement] = STATE(100), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(100), + [sym_co_return_statement] = STATE(100), + [sym_co_yield_statement] = STATE(100), + [sym_throw_statement] = STATE(100), + [sym_try_statement] = STATE(100), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(100), + [sym_identifier] = ACTIONS(1520), + [aux_sym_preproc_include_token1] = ACTIONS(1250), + [aux_sym_preproc_def_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1250), + [sym_preproc_directive] = ACTIONS(1250), + [anon_sym_LPAREN2] = ACTIONS(1252), + [anon_sym_BANG] = ACTIONS(1255), + [anon_sym_TILDE] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1266), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym___extension__] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_virtual] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1281), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_COLON_COLON] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1293), + [anon_sym___based] = ACTIONS(1250), + [anon_sym___cdecl] = ACTIONS(1250), + [anon_sym___clrcall] = ACTIONS(1250), + [anon_sym___stdcall] = ACTIONS(1250), + [anon_sym___fastcall] = ACTIONS(1250), + [anon_sym___thiscall] = ACTIONS(1250), + [anon_sym___vectorcall] = ACTIONS(1250), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_RBRACE] = ACTIONS(1264), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1281), + [anon_sym_register] = ACTIONS(1281), + [anon_sym_inline] = ACTIONS(1281), + [anon_sym___inline] = ACTIONS(1281), + [anon_sym___inline__] = ACTIONS(1281), + [anon_sym___forceinline] = ACTIONS(1281), + [anon_sym_thread_local] = ACTIONS(1281), + [anon_sym___thread] = ACTIONS(1281), + [anon_sym_const] = ACTIONS(1305), + [anon_sym_constexpr] = ACTIONS(1305), + [anon_sym_volatile] = ACTIONS(1305), + [anon_sym_restrict] = ACTIONS(1305), + [anon_sym___restrict__] = ACTIONS(1305), + [anon_sym__Atomic] = ACTIONS(1305), + [anon_sym__Noreturn] = ACTIONS(1305), + [anon_sym_noreturn] = ACTIONS(1305), + [anon_sym__Nonnull] = ACTIONS(1305), + [anon_sym_mutable] = ACTIONS(1305), + [anon_sym_constinit] = ACTIONS(1305), + [anon_sym_consteval] = ACTIONS(1305), + [anon_sym_PROGMEM] = ACTIONS(1305), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [aux_sym_primitive_type_token1] = ACTIONS(1311), + [anon_sym_byte] = ACTIONS(1311), + [anon_sym_word] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_class] = ACTIONS(1317), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1535), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1538), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1544), + [anon_sym_for] = ACTIONS(1547), + [anon_sym_return] = ACTIONS(1550), + [anon_sym_break] = ACTIONS(1553), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_goto] = ACTIONS(1559), + [anon_sym___try] = ACTIONS(1562), + [anon_sym___leave] = ACTIONS(1565), + [anon_sym_not] = ACTIONS(1258), + [anon_sym_compl] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1359), + [anon_sym_PLUS_PLUS] = ACTIONS(1359), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1365), + [anon_sym___alignof] = ACTIONS(1365), + [anon_sym__alignof] = ACTIONS(1365), + [anon_sym_alignof] = ACTIONS(1365), + [anon_sym__Alignof] = ACTIONS(1365), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [anon_sym___asm] = ACTIONS(1374), + [aux_sym_number_literal_token1] = ACTIONS(1377), + [aux_sym_number_literal_token2] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1383), + [anon_sym_u_SQUOTE] = ACTIONS(1383), + [anon_sym_U_SQUOTE] = ACTIONS(1383), + [anon_sym_u8_SQUOTE] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1383), + [anon_sym_L_DQUOTE] = ACTIONS(1386), + [anon_sym_u_DQUOTE] = ACTIONS(1386), + [anon_sym_U_DQUOTE] = ACTIONS(1386), + [anon_sym_u8_DQUOTE] = ACTIONS(1386), + [anon_sym_DQUOTE] = ACTIONS(1386), + [sym_true] = ACTIONS(1389), + [sym_false] = ACTIONS(1389), + [anon_sym_NULL] = ACTIONS(1392), + [anon_sym_nullptr] = ACTIONS(1392), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1395), + [anon_sym_decltype] = ACTIONS(1398), + [anon_sym_explicit] = ACTIONS(1250), + [anon_sym_typename] = ACTIONS(1401), + [anon_sym_template] = ACTIONS(1404), + [anon_sym_operator] = ACTIONS(1250), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_delete] = ACTIONS(1410), + [anon_sym_throw] = ACTIONS(1571), + [anon_sym_namespace] = ACTIONS(1250), + [anon_sym_using] = ACTIONS(1250), + [anon_sym_static_assert] = ACTIONS(1250), + [anon_sym_concept] = ACTIONS(1250), + [anon_sym_co_return] = ACTIONS(1574), + [anon_sym_co_yield] = ACTIONS(1577), + [anon_sym_R_DQUOTE] = ACTIONS(1422), + [anon_sym_LR_DQUOTE] = ACTIONS(1422), + [anon_sym_uR_DQUOTE] = ACTIONS(1422), + [anon_sym_UR_DQUOTE] = ACTIONS(1422), + [anon_sym_u8R_DQUOTE] = ACTIONS(1422), + [anon_sym_co_await] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1428), + [anon_sym_requires] = ACTIONS(1431), + [sym_this] = ACTIONS(1389), + }, + [101] = { + [sym_declaration] = STATE(101), + [sym_type_definition] = STATE(101), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(101), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(101), + [sym_labeled_statement] = STATE(101), + [sym_expression_statement] = STATE(101), + [sym_if_statement] = STATE(101), + [sym_switch_statement] = STATE(101), + [sym_while_statement] = STATE(101), + [sym_do_statement] = STATE(101), + [sym_for_statement] = STATE(101), + [sym_return_statement] = STATE(101), + [sym_break_statement] = STATE(101), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(101), + [sym_seh_try_statement] = STATE(101), + [sym_seh_leave_statement] = STATE(101), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(101), + [sym_co_return_statement] = STATE(101), + [sym_co_yield_statement] = STATE(101), + [sym_throw_statement] = STATE(101), + [sym_try_statement] = STATE(101), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(101), + [ts_builtin_sym_end] = ACTIONS(1264), + [sym_identifier] = ACTIONS(1580), + [aux_sym_preproc_include_token1] = ACTIONS(1250), + [aux_sym_preproc_def_token1] = ACTIONS(1250), + [aux_sym_preproc_if_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1250), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1250), + [sym_preproc_directive] = ACTIONS(1250), + [anon_sym_LPAREN2] = ACTIONS(1252), + [anon_sym_BANG] = ACTIONS(1255), + [anon_sym_TILDE] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP_AMP] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1266), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym___extension__] = ACTIONS(1586), + [anon_sym_typedef] = ACTIONS(1589), + [anon_sym_virtual] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1281), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_COLON_COLON] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1293), + [anon_sym___based] = ACTIONS(1250), + [anon_sym___cdecl] = ACTIONS(1250), + [anon_sym___clrcall] = ACTIONS(1250), + [anon_sym___stdcall] = ACTIONS(1250), + [anon_sym___fastcall] = ACTIONS(1250), + [anon_sym___thiscall] = ACTIONS(1250), + [anon_sym___vectorcall] = ACTIONS(1250), + [anon_sym_LBRACE] = ACTIONS(1592), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1281), + [anon_sym_register] = ACTIONS(1281), + [anon_sym_inline] = ACTIONS(1281), + [anon_sym___inline] = ACTIONS(1281), + [anon_sym___inline__] = ACTIONS(1281), + [anon_sym___forceinline] = ACTIONS(1281), + [anon_sym_thread_local] = ACTIONS(1281), + [anon_sym___thread] = ACTIONS(1281), + [anon_sym_const] = ACTIONS(1305), + [anon_sym_constexpr] = ACTIONS(1305), + [anon_sym_volatile] = ACTIONS(1305), + [anon_sym_restrict] = ACTIONS(1305), + [anon_sym___restrict__] = ACTIONS(1305), + [anon_sym__Atomic] = ACTIONS(1305), + [anon_sym__Noreturn] = ACTIONS(1305), + [anon_sym_noreturn] = ACTIONS(1305), + [anon_sym__Nonnull] = ACTIONS(1305), + [anon_sym_mutable] = ACTIONS(1305), + [anon_sym_constinit] = ACTIONS(1305), + [anon_sym_consteval] = ACTIONS(1305), + [anon_sym_PROGMEM] = ACTIONS(1305), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [aux_sym_primitive_type_token1] = ACTIONS(1311), + [anon_sym_byte] = ACTIONS(1311), + [anon_sym_word] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_class] = ACTIONS(1317), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1595), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1598), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1601), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1607), + [anon_sym_return] = ACTIONS(1610), + [anon_sym_break] = ACTIONS(1613), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_goto] = ACTIONS(1619), + [anon_sym___try] = ACTIONS(1622), + [anon_sym___leave] = ACTIONS(1625), + [anon_sym_not] = ACTIONS(1258), + [anon_sym_compl] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1359), + [anon_sym_PLUS_PLUS] = ACTIONS(1359), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1365), + [anon_sym___alignof] = ACTIONS(1365), + [anon_sym__alignof] = ACTIONS(1365), + [anon_sym_alignof] = ACTIONS(1365), + [anon_sym__Alignof] = ACTIONS(1365), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [anon_sym___asm] = ACTIONS(1374), + [aux_sym_number_literal_token1] = ACTIONS(1377), + [aux_sym_number_literal_token2] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1383), + [anon_sym_u_SQUOTE] = ACTIONS(1383), + [anon_sym_U_SQUOTE] = ACTIONS(1383), + [anon_sym_u8_SQUOTE] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1383), + [anon_sym_L_DQUOTE] = ACTIONS(1386), + [anon_sym_u_DQUOTE] = ACTIONS(1386), + [anon_sym_U_DQUOTE] = ACTIONS(1386), + [anon_sym_u8_DQUOTE] = ACTIONS(1386), + [anon_sym_DQUOTE] = ACTIONS(1386), + [sym_true] = ACTIONS(1389), + [sym_false] = ACTIONS(1389), + [anon_sym_NULL] = ACTIONS(1392), + [anon_sym_nullptr] = ACTIONS(1392), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1395), + [anon_sym_decltype] = ACTIONS(1398), + [anon_sym_explicit] = ACTIONS(1250), + [anon_sym_typename] = ACTIONS(1401), + [anon_sym_template] = ACTIONS(1404), + [anon_sym_operator] = ACTIONS(1250), + [anon_sym_try] = ACTIONS(1628), + [anon_sym_delete] = ACTIONS(1410), + [anon_sym_throw] = ACTIONS(1631), + [anon_sym_namespace] = ACTIONS(1250), + [anon_sym_using] = ACTIONS(1250), + [anon_sym_static_assert] = ACTIONS(1250), + [anon_sym_concept] = ACTIONS(1250), + [anon_sym_co_return] = ACTIONS(1634), + [anon_sym_co_yield] = ACTIONS(1637), + [anon_sym_R_DQUOTE] = ACTIONS(1422), + [anon_sym_LR_DQUOTE] = ACTIONS(1422), + [anon_sym_uR_DQUOTE] = ACTIONS(1422), + [anon_sym_UR_DQUOTE] = ACTIONS(1422), + [anon_sym_u8R_DQUOTE] = ACTIONS(1422), + [anon_sym_co_await] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1428), + [anon_sym_requires] = ACTIONS(1431), + [sym_this] = ACTIONS(1389), + }, [102] = { - [sym_declaration] = STATE(532), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(532), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4403), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7559), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1572), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(504), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(504), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4438), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7554), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(185), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -57524,7 +57524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(227), @@ -57541,118 +57541,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [103] = { - [sym_declaration] = STATE(434), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(427), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(434), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1442), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(263), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5198), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(291), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(263), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1221), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(289), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -57683,19 +57683,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -57731,12 +57731,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -57748,119 +57748,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [104] = { - [sym_declaration] = STATE(108), - [sym_type_definition] = STATE(108), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(108), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(108), - [sym_labeled_statement] = STATE(108), - [sym_expression_statement] = STATE(108), - [sym_if_statement] = STATE(108), - [sym_switch_statement] = STATE(108), - [sym_while_statement] = STATE(108), - [sym_do_statement] = STATE(108), - [sym_for_statement] = STATE(108), - [sym_return_statement] = STATE(108), - [sym_break_statement] = STATE(108), - [sym_continue_statement] = STATE(108), - [sym_goto_statement] = STATE(108), - [sym_seh_try_statement] = STATE(108), - [sym_seh_leave_statement] = STATE(108), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(108), - [sym_co_return_statement] = STATE(108), - [sym_co_yield_statement] = STATE(108), - [sym_throw_statement] = STATE(108), - [sym_try_statement] = STATE(108), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(108), - [sym_identifier] = ACTIONS(1642), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(504), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5173), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(504), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1442), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), - [anon_sym___extension__] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(619), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -57891,18 +57890,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1430), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -57938,12 +57938,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -57955,118 +57955,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [105] = { - [sym_declaration] = STATE(434), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5188), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(434), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1682), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(108), + [sym_type_definition] = STATE(108), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(108), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(108), + [sym_labeled_statement] = STATE(108), + [sym_expression_statement] = STATE(108), + [sym_if_statement] = STATE(108), + [sym_switch_statement] = STATE(108), + [sym_while_statement] = STATE(108), + [sym_do_statement] = STATE(108), + [sym_for_statement] = STATE(108), + [sym_return_statement] = STATE(108), + [sym_break_statement] = STATE(108), + [sym_continue_statement] = STATE(108), + [sym_goto_statement] = STATE(108), + [sym_seh_try_statement] = STATE(108), + [sym_seh_leave_statement] = STATE(108), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(108), + [sym_co_return_statement] = STATE(108), + [sym_co_yield_statement] = STATE(108), + [sym_throw_statement] = STATE(108), + [sym_try_statement] = STATE(108), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(108), + [sym_identifier] = ACTIONS(1642), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), - [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym___extension__] = ACTIONS(1646), + [anon_sym_typedef] = ACTIONS(1648), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(1650), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -58097,19 +58098,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -58145,12 +58145,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -58162,119 +58162,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [106] = { - [sym_declaration] = STATE(104), - [sym_type_definition] = STATE(104), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(104), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(104), - [sym_labeled_statement] = STATE(104), - [sym_expression_statement] = STATE(104), - [sym_if_statement] = STATE(104), - [sym_switch_statement] = STATE(104), - [sym_while_statement] = STATE(104), - [sym_do_statement] = STATE(104), - [sym_for_statement] = STATE(104), - [sym_return_statement] = STATE(104), - [sym_break_statement] = STATE(104), - [sym_continue_statement] = STATE(104), - [sym_goto_statement] = STATE(104), - [sym_seh_try_statement] = STATE(104), - [sym_seh_leave_statement] = STATE(104), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(104), - [sym_co_return_statement] = STATE(104), - [sym_co_yield_statement] = STATE(104), - [sym_throw_statement] = STATE(104), - [sym_try_statement] = STATE(104), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(104), + [sym_declaration] = STATE(111), + [sym_type_definition] = STATE(111), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(111), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(111), + [sym_labeled_statement] = STATE(111), + [sym_expression_statement] = STATE(111), + [sym_if_statement] = STATE(111), + [sym_switch_statement] = STATE(111), + [sym_while_statement] = STATE(111), + [sym_do_statement] = STATE(111), + [sym_for_statement] = STATE(111), + [sym_return_statement] = STATE(111), + [sym_break_statement] = STATE(111), + [sym_continue_statement] = STATE(111), + [sym_goto_statement] = STATE(111), + [sym_seh_try_statement] = STATE(111), + [sym_seh_leave_statement] = STATE(111), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(111), + [sym_co_return_statement] = STATE(111), + [sym_co_yield_statement] = STATE(111), + [sym_throw_statement] = STATE(111), + [sym_try_statement] = STATE(111), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(111), [sym_identifier] = ACTIONS(1642), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(1646), [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(1650), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -58306,7 +58306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1438), + [anon_sym_else] = ACTIONS(1243), [anon_sym_switch] = ACTIONS(1654), [anon_sym_while] = ACTIONS(1656), [anon_sym_do] = ACTIONS(1658), @@ -58352,7 +58352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(1676), @@ -58369,118 +58369,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [107] = { - [sym_declaration] = STATE(271), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5209), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(299), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(271), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1408), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(455), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5194), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(442), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(455), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1456), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACE] = ACTIONS(749), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -58511,19 +58511,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -58559,12 +58559,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -58576,325 +58576,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [108] = { - [sym_declaration] = STATE(108), - [sym_type_definition] = STATE(108), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(108), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(108), - [sym_labeled_statement] = STATE(108), - [sym_expression_statement] = STATE(108), - [sym_if_statement] = STATE(108), - [sym_switch_statement] = STATE(108), - [sym_while_statement] = STATE(108), - [sym_do_statement] = STATE(108), - [sym_for_statement] = STATE(108), - [sym_return_statement] = STATE(108), - [sym_break_statement] = STATE(108), - [sym_continue_statement] = STATE(108), - [sym_goto_statement] = STATE(108), - [sym_seh_try_statement] = STATE(108), - [sym_seh_leave_statement] = STATE(108), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(108), - [sym_co_return_statement] = STATE(108), - [sym_co_yield_statement] = STATE(108), - [sym_throw_statement] = STATE(108), - [sym_try_statement] = STATE(108), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(108), - [sym_identifier] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1226), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_PLUS] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP] = ACTIONS(1235), - [anon_sym_SEMI] = ACTIONS(1699), - [anon_sym___extension__] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1705), - [anon_sym_virtual] = ACTIONS(1252), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [anon_sym__Nonnull] = ACTIONS(1279), - [anon_sym_mutable] = ACTIONS(1279), - [anon_sym_constinit] = ACTIONS(1279), - [anon_sym_consteval] = ACTIONS(1279), - [anon_sym_PROGMEM] = ACTIONS(1279), - [anon_sym_alignas] = ACTIONS(1282), - [anon_sym__Alignas] = ACTIONS(1282), - [aux_sym_primitive_type_token1] = ACTIONS(1285), - [anon_sym_byte] = ACTIONS(1285), - [anon_sym_word] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_class] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1294), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1711), - [anon_sym_else] = ACTIONS(1224), - [anon_sym_switch] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1717), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1729), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_goto] = ACTIONS(1735), - [anon_sym___try] = ACTIONS(1738), - [anon_sym___leave] = ACTIONS(1741), - [anon_sym_not] = ACTIONS(1232), - [anon_sym_compl] = ACTIONS(1232), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1342), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [aux_sym_number_literal_token1] = ACTIONS(1351), - [aux_sym_number_literal_token2] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(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(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1366), - [anon_sym_nullptr] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1369), - [anon_sym_decltype] = ACTIONS(1372), - [anon_sym_typename] = ACTIONS(1375), - [anon_sym_template] = ACTIONS(1378), - [anon_sym_try] = ACTIONS(1744), - [anon_sym_delete] = ACTIONS(1384), - [anon_sym_throw] = ACTIONS(1747), - [anon_sym_co_return] = ACTIONS(1750), - [anon_sym_co_yield] = ACTIONS(1753), - [anon_sym_R_DQUOTE] = ACTIONS(1396), - [anon_sym_LR_DQUOTE] = ACTIONS(1396), - [anon_sym_uR_DQUOTE] = ACTIONS(1396), - [anon_sym_UR_DQUOTE] = ACTIONS(1396), - [anon_sym_u8R_DQUOTE] = ACTIONS(1396), - [anon_sym_co_await] = ACTIONS(1399), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_requires] = ACTIONS(1405), - [sym_this] = ACTIONS(1363), - }, - [109] = { - [sym_declaration] = STATE(501), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5204), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(491), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(501), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(112), + [sym_type_definition] = STATE(112), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(112), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(112), + [sym_labeled_statement] = STATE(112), + [sym_expression_statement] = STATE(112), + [sym_if_statement] = STATE(112), + [sym_switch_statement] = STATE(112), + [sym_while_statement] = STATE(112), + [sym_do_statement] = STATE(112), + [sym_for_statement] = STATE(112), + [sym_return_statement] = STATE(112), + [sym_break_statement] = STATE(112), + [sym_continue_statement] = STATE(112), + [sym_goto_statement] = STATE(112), + [sym_seh_try_statement] = STATE(112), + [sym_seh_leave_statement] = STATE(112), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(112), + [sym_co_return_statement] = STATE(112), + [sym_co_yield_statement] = STATE(112), + [sym_throw_statement] = STATE(112), + [sym_try_statement] = STATE(112), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(112), + [sym_identifier] = ACTIONS(1642), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), - [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym___extension__] = ACTIONS(1646), + [anon_sym_typedef] = ACTIONS(1648), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(685), + [anon_sym_LBRACE] = ACTIONS(1650), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -58925,19 +58719,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_else] = ACTIONS(1434), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -58973,12 +58766,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -58989,119 +58782,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [110] = { - [sym_declaration] = STATE(877), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(877), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1642), - [anon_sym_LPAREN2] = ACTIONS(1412), + [109] = { + [sym_declaration] = STATE(537), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(440), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(537), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1682), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -59132,19 +58925,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), [anon_sym_case] = ACTIONS(1686), [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -59180,12 +58973,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -59196,120 +58989,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [111] = { - [sym_declaration] = STATE(112), - [sym_type_definition] = STATE(112), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(112), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(112), - [sym_labeled_statement] = STATE(112), - [sym_expression_statement] = STATE(112), - [sym_if_statement] = STATE(112), - [sym_switch_statement] = STATE(112), - [sym_while_statement] = STATE(112), - [sym_do_statement] = STATE(112), - [sym_for_statement] = STATE(112), - [sym_return_statement] = STATE(112), - [sym_break_statement] = STATE(112), - [sym_continue_statement] = STATE(112), - [sym_goto_statement] = STATE(112), - [sym_seh_try_statement] = STATE(112), - [sym_seh_leave_statement] = STATE(112), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(112), - [sym_co_return_statement] = STATE(112), - [sym_co_yield_statement] = STATE(112), - [sym_throw_statement] = STATE(112), - [sym_try_statement] = STATE(112), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(112), + [110] = { + [sym_declaration] = STATE(868), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(873), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(868), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1642), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1644), - [anon_sym___extension__] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym___extension__] = ACTIONS(1640), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(1650), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -59341,8 +59133,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1434), [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), [anon_sym_while] = ACTIONS(1656), [anon_sym_do] = ACTIONS(1658), [anon_sym_for] = ACTIONS(1660), @@ -59387,7 +59180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(1676), @@ -59403,120 +59196,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [112] = { - [sym_declaration] = STATE(108), - [sym_type_definition] = STATE(108), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5206), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(108), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(108), - [sym_labeled_statement] = STATE(108), - [sym_expression_statement] = STATE(108), - [sym_if_statement] = STATE(108), - [sym_switch_statement] = STATE(108), - [sym_while_statement] = STATE(108), - [sym_do_statement] = STATE(108), - [sym_for_statement] = STATE(108), - [sym_return_statement] = STATE(108), - [sym_break_statement] = STATE(108), - [sym_continue_statement] = STATE(108), - [sym_goto_statement] = STATE(108), - [sym_seh_try_statement] = STATE(108), - [sym_seh_leave_statement] = STATE(108), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(108), - [sym_co_return_statement] = STATE(108), - [sym_co_yield_statement] = STATE(108), - [sym_throw_statement] = STATE(108), - [sym_try_statement] = STATE(108), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_case_statement_repeat1] = STATE(108), + [111] = { + [sym_declaration] = STATE(112), + [sym_type_definition] = STATE(112), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(112), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(112), + [sym_labeled_statement] = STATE(112), + [sym_expression_statement] = STATE(112), + [sym_if_statement] = STATE(112), + [sym_switch_statement] = STATE(112), + [sym_while_statement] = STATE(112), + [sym_do_statement] = STATE(112), + [sym_for_statement] = STATE(112), + [sym_return_statement] = STATE(112), + [sym_break_statement] = STATE(112), + [sym_continue_statement] = STATE(112), + [sym_goto_statement] = STATE(112), + [sym_seh_try_statement] = STATE(112), + [sym_seh_leave_statement] = STATE(112), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(112), + [sym_co_return_statement] = STATE(112), + [sym_co_yield_statement] = STATE(112), + [sym_throw_statement] = STATE(112), + [sym_try_statement] = STATE(112), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(112), [sym_identifier] = ACTIONS(1642), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(1646), [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(1650), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -59548,7 +59341,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1410), + [anon_sym_else] = ACTIONS(1438), [anon_sym_switch] = ACTIONS(1654), [anon_sym_while] = ACTIONS(1656), [anon_sym_do] = ACTIONS(1658), @@ -59594,7 +59387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(1676), @@ -59610,119 +59403,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, + [112] = { + [sym_declaration] = STATE(112), + [sym_type_definition] = STATE(112), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5201), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(112), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(112), + [sym_labeled_statement] = STATE(112), + [sym_expression_statement] = STATE(112), + [sym_if_statement] = STATE(112), + [sym_switch_statement] = STATE(112), + [sym_while_statement] = STATE(112), + [sym_do_statement] = STATE(112), + [sym_for_statement] = STATE(112), + [sym_return_statement] = STATE(112), + [sym_break_statement] = STATE(112), + [sym_continue_statement] = STATE(112), + [sym_goto_statement] = STATE(112), + [sym_seh_try_statement] = STATE(112), + [sym_seh_leave_statement] = STATE(112), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(112), + [sym_co_return_statement] = STATE(112), + [sym_co_yield_statement] = STATE(112), + [sym_throw_statement] = STATE(112), + [sym_try_statement] = STATE(112), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_case_statement_repeat1] = STATE(112), + [sym_identifier] = ACTIONS(1696), + [anon_sym_LPAREN2] = ACTIONS(1252), + [anon_sym_BANG] = ACTIONS(1255), + [anon_sym_TILDE] = ACTIONS(1255), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1699), + [anon_sym___extension__] = ACTIONS(1702), + [anon_sym_typedef] = ACTIONS(1705), + [anon_sym_virtual] = ACTIONS(1278), + [anon_sym_extern] = ACTIONS(1281), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_COLON_COLON] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1293), + [anon_sym_LBRACE] = ACTIONS(1708), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_static] = ACTIONS(1281), + [anon_sym_register] = ACTIONS(1281), + [anon_sym_inline] = ACTIONS(1281), + [anon_sym___inline] = ACTIONS(1281), + [anon_sym___inline__] = ACTIONS(1281), + [anon_sym___forceinline] = ACTIONS(1281), + [anon_sym_thread_local] = ACTIONS(1281), + [anon_sym___thread] = ACTIONS(1281), + [anon_sym_const] = ACTIONS(1305), + [anon_sym_constexpr] = ACTIONS(1305), + [anon_sym_volatile] = ACTIONS(1305), + [anon_sym_restrict] = ACTIONS(1305), + [anon_sym___restrict__] = ACTIONS(1305), + [anon_sym__Atomic] = ACTIONS(1305), + [anon_sym__Noreturn] = ACTIONS(1305), + [anon_sym_noreturn] = ACTIONS(1305), + [anon_sym__Nonnull] = ACTIONS(1305), + [anon_sym_mutable] = ACTIONS(1305), + [anon_sym_constinit] = ACTIONS(1305), + [anon_sym_consteval] = ACTIONS(1305), + [anon_sym_PROGMEM] = ACTIONS(1305), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [aux_sym_primitive_type_token1] = ACTIONS(1311), + [anon_sym_byte] = ACTIONS(1311), + [anon_sym_word] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1314), + [anon_sym_class] = ACTIONS(1317), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1714), + [anon_sym_while] = ACTIONS(1717), + [anon_sym_do] = ACTIONS(1720), + [anon_sym_for] = ACTIONS(1723), + [anon_sym_return] = ACTIONS(1726), + [anon_sym_break] = ACTIONS(1729), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_goto] = ACTIONS(1735), + [anon_sym___try] = ACTIONS(1738), + [anon_sym___leave] = ACTIONS(1741), + [anon_sym_not] = ACTIONS(1258), + [anon_sym_compl] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1359), + [anon_sym_PLUS_PLUS] = ACTIONS(1359), + [anon_sym_sizeof] = ACTIONS(1362), + [anon_sym___alignof__] = ACTIONS(1365), + [anon_sym___alignof] = ACTIONS(1365), + [anon_sym__alignof] = ACTIONS(1365), + [anon_sym_alignof] = ACTIONS(1365), + [anon_sym__Alignof] = ACTIONS(1365), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1374), + [anon_sym___asm__] = ACTIONS(1374), + [anon_sym___asm] = ACTIONS(1374), + [aux_sym_number_literal_token1] = ACTIONS(1377), + [aux_sym_number_literal_token2] = ACTIONS(1380), + [anon_sym_L_SQUOTE] = ACTIONS(1383), + [anon_sym_u_SQUOTE] = ACTIONS(1383), + [anon_sym_U_SQUOTE] = ACTIONS(1383), + [anon_sym_u8_SQUOTE] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1383), + [anon_sym_L_DQUOTE] = ACTIONS(1386), + [anon_sym_u_DQUOTE] = ACTIONS(1386), + [anon_sym_U_DQUOTE] = ACTIONS(1386), + [anon_sym_u8_DQUOTE] = ACTIONS(1386), + [anon_sym_DQUOTE] = ACTIONS(1386), + [sym_true] = ACTIONS(1389), + [sym_false] = ACTIONS(1389), + [anon_sym_NULL] = ACTIONS(1392), + [anon_sym_nullptr] = ACTIONS(1392), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1395), + [anon_sym_decltype] = ACTIONS(1398), + [anon_sym_typename] = ACTIONS(1401), + [anon_sym_template] = ACTIONS(1404), + [anon_sym_try] = ACTIONS(1744), + [anon_sym_delete] = ACTIONS(1410), + [anon_sym_throw] = ACTIONS(1747), + [anon_sym_co_return] = ACTIONS(1750), + [anon_sym_co_yield] = ACTIONS(1753), + [anon_sym_R_DQUOTE] = ACTIONS(1422), + [anon_sym_LR_DQUOTE] = ACTIONS(1422), + [anon_sym_uR_DQUOTE] = ACTIONS(1422), + [anon_sym_UR_DQUOTE] = ACTIONS(1422), + [anon_sym_u8R_DQUOTE] = ACTIONS(1422), + [anon_sym_co_await] = ACTIONS(1425), + [anon_sym_new] = ACTIONS(1428), + [anon_sym_requires] = ACTIONS(1431), + [sym_this] = ACTIONS(1389), + }, [113] = { - [sym_declaration] = STATE(532), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5190), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(856), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_compound_statement] = STATE(526), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(532), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(1572), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_declaration] = STATE(537), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5202), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(871), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_compound_statement] = STATE(491), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(537), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(1446), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym___declspec] = ACTIONS(49), - [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(55), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -59753,19 +59753,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(73), [anon_sym_struct] = ACTIONS(75), [anon_sym_union] = ACTIONS(77), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(79), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -59801,12 +59801,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -59818,90 +59818,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [114] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(7884), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(7885), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(8282), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(8353), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -59912,7 +59912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -59978,7 +59978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -59992,90 +59992,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [115] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(8095), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(8092), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(7850), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(7851), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60086,7 +60086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -60152,7 +60152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -60166,90 +60166,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [116] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(8546), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(8545), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(8098), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(8099), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60260,7 +60260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -60326,7 +60326,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -60340,90 +60340,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [117] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(8556), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(8558), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(7825), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(7826), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60434,7 +60434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -60500,7 +60500,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -60514,90 +60514,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [118] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(7788), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(7789), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(8604), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(8607), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60608,7 +60608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -60674,7 +60674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -60688,90 +60688,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [119] = { - [sym_declaration] = STATE(238), - [sym_type_definition] = STATE(3971), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5177), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(3971), - [sym__for_statement_body] = STATE(8528), - [sym_expression] = STATE(4618), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8094), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(3971), - [sym__for_range_loop_body] = STATE(8655), - [sym_init_statement] = STATE(1837), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_declaration] = STATE(236), + [sym_type_definition] = STATE(3985), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5184), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(3985), + [sym__for_statement_body] = STATE(7883), + [sym_expression] = STATE(4543), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8300), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(3985), + [sym__for_range_loop_body] = STATE(7884), + [sym_init_statement] = STATE(1839), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym___extension__] = ACTIONS(1760), [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60782,7 +60782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -60848,7 +60848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1766), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -60862,89 +60862,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [120] = { - [sym_declaration] = STATE(1513), - [sym_type_definition] = STATE(1513), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5173), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression_statement] = STATE(1513), - [sym_expression] = STATE(4430), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7656), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_alias_declaration] = STATE(1513), + [sym_declaration] = STATE(1510), + [sym_type_definition] = STATE(1510), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5208), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression_statement] = STATE(1510), + [sym_expression] = STATE(4408), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7457), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_alias_declaration] = STATE(1510), [sym_init_statement] = STATE(131), - [sym_condition_declaration] = STATE(8101), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym_condition_declaration] = STATE(8185), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(1646), [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -60955,7 +60955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -61021,7 +61021,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_using] = ACTIONS(1768), [anon_sym_R_DQUOTE] = ACTIONS(155), @@ -61035,83 +61035,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [121] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(5221), - [sym__declarator] = STATE(6570), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(8240), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2946), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8240), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8265), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3298), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8261), - [sym__unary_right_fold] = STATE(8257), - [sym__binary_fold] = STATE(8254), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5718), - [sym_qualified_identifier] = STATE(3311), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8239), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(5240), + [sym__declarator] = STATE(6565), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8024), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3304), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5715), + [sym_qualified_identifier] = STATE(3319), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1770), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1774), @@ -61194,7 +61194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), @@ -61208,83 +61208,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [122] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(5221), - [sym__declarator] = STATE(6570), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8362), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3298), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5718), - [sym_qualified_identifier] = STATE(3311), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(5240), + [sym__declarator] = STATE(6565), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(8056), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2982), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(8056), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8226), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3304), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8417), + [sym__unary_right_fold] = STATE(8425), + [sym__binary_fold] = STATE(8485), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5715), + [sym_qualified_identifier] = STATE(3319), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8527), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1770), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1774), @@ -61367,7 +61367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), @@ -61381,83 +61381,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [123] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(5221), - [sym__declarator] = STATE(6570), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8404), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3298), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5718), - [sym_qualified_identifier] = STATE(3311), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(5240), + [sym__declarator] = STATE(6565), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7932), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3304), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5715), + [sym_qualified_identifier] = STATE(3319), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1770), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1774), @@ -61540,7 +61540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), @@ -61554,76 +61554,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [124] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3277), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8188), - [sym__unary_right_fold] = STATE(8187), - [sym__binary_fold] = STATE(8186), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3341), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8413), + [sym__unary_right_fold] = STATE(8419), + [sym__binary_fold] = STATE(8422), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -61646,7 +61646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -61712,7 +61712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -61725,76 +61725,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [125] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3367), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8311), - [sym__unary_right_fold] = STATE(8310), - [sym__binary_fold] = STATE(8308), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3329), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -61817,7 +61817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -61883,7 +61883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -61896,76 +61896,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [126] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3320), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3353), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7901), + [sym__unary_right_fold] = STATE(7902), + [sym__binary_fold] = STATE(7907), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -61988,7 +61988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62054,7 +62054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -62067,76 +62067,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [127] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3291), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8261), - [sym__unary_right_fold] = STATE(8257), - [sym__binary_fold] = STATE(8254), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3350), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -62159,7 +62159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62225,7 +62225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -62238,76 +62238,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [128] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3354), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(7981), - [sym__unary_right_fold] = STATE(7978), - [sym__binary_fold] = STATE(7977), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3300), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8417), + [sym__unary_right_fold] = STATE(8425), + [sym__binary_fold] = STATE(8485), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -62330,7 +62330,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62396,7 +62396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -62409,85 +62409,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [129] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_compound_statement] = STATE(7184), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7180), - [sym_expression] = STATE(4392), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7184), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7180), - [sym_variadic_parameter_declaration] = STATE(7180), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5647), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_compound_statement] = STATE(7411), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7199), + [sym_expression] = STATE(4365), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7411), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7199), + [sym_variadic_parameter_declaration] = STATE(7199), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5671), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1910), [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), [anon_sym_RPAREN] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1640), [anon_sym_virtual] = ACTIONS(1862), [anon_sym_extern] = ACTIONS(61), @@ -62501,7 +62501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62567,7 +62567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -62580,76 +62580,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [130] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2916), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_expression] = STATE(3307), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7631), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5644), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3618), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2958), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_expression] = STATE(3360), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7727), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7793), + [sym__unary_right_fold] = STATE(7794), + [sym__binary_fold] = STATE(7795), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5669), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3446), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1848), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1850), @@ -62672,7 +62672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62738,7 +62738,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -62751,82 +62751,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [131] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5212), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2487), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_expression] = STATE(4521), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8294), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2978), - [sym_template_function] = STATE(3834), - [sym_condition_declaration] = STATE(8294), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5708), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(2939), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5228), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2437), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_expression] = STATE(4569), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8168), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2967), + [sym_template_function] = STATE(3858), + [sym_condition_declaration] = STATE(8168), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5659), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(2971), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), @@ -62837,7 +62837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -62903,7 +62903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -62916,530 +62916,530 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [132] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1918), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(1922), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), + [ts_builtin_sym_end] = ACTIONS(1918), + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(1918), + [anon_sym_RPAREN] = ACTIONS(1918), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), + [anon_sym_PIPE_PIPE] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), [anon_sym_EQ] = ACTIONS(1918), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_else] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___except] = ACTIONS(1920), + [anon_sym___finally] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_or] = ACTIONS(1920), + [anon_sym_and] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_final] = ACTIONS(1920), + [anon_sym_override] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_GT2] = ACTIONS(1918), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), + }, + [133] = { + [ts_builtin_sym_end] = ACTIONS(1922), + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_include_token1] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [anon_sym_COMMA] = ACTIONS(1922), + [anon_sym_RPAREN] = ACTIONS(1922), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_PLUS] = ACTIONS(1924), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_PIPE_PIPE] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym___cdecl] = ACTIONS(1924), + [anon_sym___clrcall] = ACTIONS(1924), + [anon_sym___stdcall] = ACTIONS(1924), + [anon_sym___fastcall] = ACTIONS(1924), + [anon_sym___thiscall] = ACTIONS(1924), + [anon_sym___vectorcall] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_EQ] = ACTIONS(1922), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_else] = ACTIONS(1924), + [anon_sym_switch] = ACTIONS(1924), + [anon_sym_case] = ACTIONS(1924), + [anon_sym_default] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_goto] = ACTIONS(1924), + [anon_sym___try] = ACTIONS(1924), + [anon_sym___except] = ACTIONS(1924), + [anon_sym___finally] = ACTIONS(1924), + [anon_sym___leave] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_compl] = ACTIONS(1924), + [anon_sym_or] = ACTIONS(1924), + [anon_sym_and] = ACTIONS(1924), + [anon_sym_DASH_DASH] = ACTIONS(1922), + [anon_sym_PLUS_PLUS] = ACTIONS(1922), + [anon_sym_sizeof] = ACTIONS(1924), + [anon_sym___alignof__] = ACTIONS(1924), + [anon_sym___alignof] = ACTIONS(1924), + [anon_sym__alignof] = ACTIONS(1924), + [anon_sym_alignof] = ACTIONS(1924), + [anon_sym__Alignof] = ACTIONS(1924), + [anon_sym_offsetof] = ACTIONS(1924), + [anon_sym__Generic] = ACTIONS(1924), + [anon_sym_asm] = ACTIONS(1924), + [anon_sym___asm__] = ACTIONS(1924), + [anon_sym___asm] = ACTIONS(1924), + [aux_sym_number_literal_token1] = ACTIONS(1922), + [aux_sym_number_literal_token2] = ACTIONS(1924), + [anon_sym_L_SQUOTE] = ACTIONS(1922), + [anon_sym_u_SQUOTE] = ACTIONS(1922), + [anon_sym_U_SQUOTE] = ACTIONS(1922), + [anon_sym_u8_SQUOTE] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1922), + [anon_sym_L_DQUOTE] = ACTIONS(1922), + [anon_sym_u_DQUOTE] = ACTIONS(1922), + [anon_sym_U_DQUOTE] = ACTIONS(1922), + [anon_sym_u8_DQUOTE] = ACTIONS(1922), + [anon_sym_DQUOTE] = ACTIONS(1922), + [sym_true] = ACTIONS(1924), + [sym_false] = ACTIONS(1924), + [anon_sym_NULL] = ACTIONS(1924), + [anon_sym_nullptr] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_final] = ACTIONS(1924), + [anon_sym_override] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_GT2] = ACTIONS(1922), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_delete] = ACTIONS(1924), + [anon_sym_throw] = ACTIONS(1924), + [anon_sym_namespace] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_concept] = ACTIONS(1924), + [anon_sym_co_return] = ACTIONS(1924), + [anon_sym_co_yield] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + [anon_sym_R_DQUOTE] = ACTIONS(1922), + [anon_sym_LR_DQUOTE] = ACTIONS(1922), + [anon_sym_uR_DQUOTE] = ACTIONS(1922), + [anon_sym_UR_DQUOTE] = ACTIONS(1922), + [anon_sym_u8R_DQUOTE] = ACTIONS(1922), + [anon_sym_co_await] = ACTIONS(1924), + [anon_sym_new] = ACTIONS(1924), + [anon_sym_requires] = ACTIONS(1924), + [sym_this] = ACTIONS(1924), + }, + [134] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1926), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [aux_sym_preproc_if_token2] = ACTIONS(1928), + [aux_sym_preproc_else_token1] = ACTIONS(1928), + [aux_sym_preproc_elif_token1] = ACTIONS(1926), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1928), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(1930), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [133] = { - [ts_builtin_sym_end] = ACTIONS(1966), - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(1966), - [anon_sym_RPAREN] = ACTIONS(1966), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_PIPE_PIPE] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_EQ] = ACTIONS(1966), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_else] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___except] = ACTIONS(1968), - [anon_sym___finally] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_or] = ACTIONS(1968), - [anon_sym_and] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_final] = ACTIONS(1968), - [anon_sym_override] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_GT2] = ACTIONS(1966), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), [anon_sym_R_DQUOTE] = ACTIONS(1966), [anon_sym_LR_DQUOTE] = ACTIONS(1966), [anon_sym_uR_DQUOTE] = ACTIONS(1966), [anon_sym_UR_DQUOTE] = ACTIONS(1966), [anon_sym_u8R_DQUOTE] = ACTIONS(1966), [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - }, - [134] = { - [ts_builtin_sym_end] = ACTIONS(1970), - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [anon_sym_COMMA] = ACTIONS(1970), - [anon_sym_RPAREN] = ACTIONS(1970), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_PIPE_PIPE] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_EQ] = ACTIONS(1970), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_else] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym___try] = ACTIONS(1972), - [anon_sym___except] = ACTIONS(1972), - [anon_sym___finally] = ACTIONS(1972), - [anon_sym___leave] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_compl] = ACTIONS(1972), - [anon_sym_or] = ACTIONS(1972), - [anon_sym_and] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1972), - [anon_sym___alignof__] = ACTIONS(1972), - [anon_sym___alignof] = ACTIONS(1972), - [anon_sym__alignof] = ACTIONS(1972), - [anon_sym_alignof] = ACTIONS(1972), - [anon_sym__Alignof] = ACTIONS(1972), - [anon_sym_offsetof] = ACTIONS(1972), - [anon_sym__Generic] = ACTIONS(1972), - [anon_sym_asm] = ACTIONS(1972), - [anon_sym___asm__] = ACTIONS(1972), - [anon_sym___asm] = ACTIONS(1972), - [aux_sym_number_literal_token1] = ACTIONS(1970), - [aux_sym_number_literal_token2] = ACTIONS(1972), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [anon_sym_NULL] = ACTIONS(1972), - [anon_sym_nullptr] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_final] = ACTIONS(1972), - [anon_sym_override] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_GT2] = ACTIONS(1970), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_concept] = ACTIONS(1972), - [anon_sym_co_return] = ACTIONS(1972), - [anon_sym_co_yield] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - [anon_sym_R_DQUOTE] = ACTIONS(1970), - [anon_sym_LR_DQUOTE] = ACTIONS(1970), - [anon_sym_uR_DQUOTE] = ACTIONS(1970), - [anon_sym_UR_DQUOTE] = ACTIONS(1970), - [anon_sym_u8R_DQUOTE] = ACTIONS(1970), - [anon_sym_co_await] = ACTIONS(1972), - [anon_sym_new] = ACTIONS(1972), + [anon_sym_new] = ACTIONS(1970), [anon_sym_requires] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, [135] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8313), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(8056), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2982), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(8056), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7900), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7901), + [sym__unary_right_fold] = STATE(7902), + [sym__binary_fold] = STATE(7907), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8527), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -63514,7 +63514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -63527,71 +63527,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [136] = { - [sym_compound_statement] = STATE(8295), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2940), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8295), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(7983), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(7981), - [sym__unary_right_fold] = STATE(7978), - [sym__binary_fold] = STATE(7977), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8370), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8582), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -63666,7 +63666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -63679,71 +63679,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [137] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(7839), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(8056), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2982), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(8056), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8173), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7901), + [sym__unary_right_fold] = STATE(7902), + [sym__binary_fold] = STATE(7907), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8527), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -63818,7 +63818,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -63831,71 +63831,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [138] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8542), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8176), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -63970,7 +63970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -63983,71 +63983,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [139] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8149), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7882), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2954), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7882), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8371), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8413), + [sym__unary_right_fold] = STATE(8419), + [sym__binary_fold] = STATE(8422), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8164), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64122,7 +64122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64135,71 +64135,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [140] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8150), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(8056), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2982), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(8056), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8226), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8417), + [sym__unary_right_fold] = STATE(8425), + [sym__binary_fold] = STATE(8485), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8527), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64274,7 +64274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64287,71 +64287,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [141] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8404), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7882), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2954), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7882), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7791), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7793), + [sym__unary_right_fold] = STATE(7794), + [sym__binary_fold] = STATE(7795), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8164), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64426,7 +64426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64439,71 +64439,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [142] = { - [sym_compound_statement] = STATE(8295), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2940), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8295), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8312), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8311), - [sym__unary_right_fold] = STATE(8310), - [sym__binary_fold] = STATE(8308), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8370), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7866), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64578,7 +64578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64591,71 +64591,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [143] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8076), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7882), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2954), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7882), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7908), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7793), + [sym__unary_right_fold] = STATE(7794), + [sym__binary_fold] = STATE(7795), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8164), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64730,7 +64730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64743,71 +64743,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [144] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8058), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7932), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -64882,7 +64882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -64895,223 +64895,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [145] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8522), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(1974), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_RPAREN] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(1982), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(1928), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_RBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, [146] = { - [sym_compound_statement] = STATE(8295), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2940), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8295), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(7924), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(7981), - [sym__unary_right_fold] = STATE(7978), - [sym__binary_fold] = STATE(7977), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8370), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8114), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -65186,7 +65186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -65199,71 +65199,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [147] = { - [sym_compound_statement] = STATE(8240), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2946), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8240), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8190), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8188), - [sym__unary_right_fold] = STATE(8187), - [sym__binary_fold] = STATE(8186), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8239), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8156), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -65338,7 +65338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -65351,71 +65351,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [148] = { - [sym_compound_statement] = STATE(8240), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2946), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8240), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8265), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8261), - [sym__unary_right_fold] = STATE(8257), - [sym__binary_fold] = STATE(8254), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8239), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8235), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -65490,7 +65490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -65503,71 +65503,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [149] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8355), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8533), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -65642,7 +65642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -65655,71 +65655,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [150] = { - [sym_compound_statement] = STATE(8295), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2940), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8295), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8259), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8311), - [sym__unary_right_fold] = STATE(8310), - [sym__binary_fold] = STATE(8308), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8370), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(8056), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2982), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(8056), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(7871), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8417), + [sym__unary_right_fold] = STATE(8425), + [sym__binary_fold] = STATE(8485), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8527), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -65794,7 +65794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -65807,223 +65807,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [151] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_RPAREN] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(1982), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), - [anon_sym_SEMI] = ACTIONS(1920), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_RBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [152] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8183), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8492), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66098,7 +65946,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [152] = { + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8450), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(1974), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(1786), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66111,71 +66111,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [153] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8268), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8148), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66250,7 +66250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66263,71 +66263,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [154] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(7800), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8024), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66402,7 +66402,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66415,71 +66415,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [155] = { - [sym_compound_statement] = STATE(8240), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2946), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8240), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8079), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8188), - [sym__unary_right_fold] = STATE(8187), - [sym__binary_fold] = STATE(8186), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8239), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8341), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66554,7 +66554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66567,71 +66567,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [156] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8362), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7882), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2954), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7882), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8412), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8413), + [sym__unary_right_fold] = STATE(8419), + [sym__binary_fold] = STATE(8422), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8164), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66706,7 +66706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66719,71 +66719,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [157] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8024), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8374), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -66858,7 +66858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -66871,71 +66871,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [158] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8236), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8182), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -67010,7 +67010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -67023,71 +67023,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [159] = { - [sym_compound_statement] = STATE(8240), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2946), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8240), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8634), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8261), - [sym__unary_right_fold] = STATE(8257), - [sym__binary_fold] = STATE(8254), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8239), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8521), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -67162,7 +67162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -67175,71 +67175,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [160] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8100), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8312), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -67314,7 +67314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -67327,71 +67327,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [161] = { - [sym_compound_statement] = STATE(8523), - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5068), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(2929), - [sym__string] = STATE(3385), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_type_descriptor] = STATE(8342), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7568), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5672), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(5263), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), + [sym_compound_statement] = STATE(7942), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5054), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(2933), + [sym__string] = STATE(3283), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_type_descriptor] = STATE(8354), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7615), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5650), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(5267), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), [sym_identifier] = ACTIONS(1974), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1976), @@ -67466,7 +67466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -67479,126 +67479,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1826), }, [162] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(2008), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(2010), [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), - [anon_sym_SEMI] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), + [anon_sym_SEMI] = ACTIONS(1928), [anon_sym___extension__] = ACTIONS(2014), - [anon_sym___attribute__] = ACTIONS(1918), - [anon_sym___attribute] = ACTIONS(1918), + [anon_sym___attribute__] = ACTIONS(1926), + [anon_sym___attribute] = ACTIONS(1926), [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), [anon_sym_not] = ACTIONS(2010), [anon_sym_compl] = ACTIONS(2010), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), [aux_sym_number_literal_token1] = ACTIONS(2020), [aux_sym_number_literal_token2] = ACTIONS(2022), [anon_sym_L_SQUOTE] = ACTIONS(2024), @@ -67611,13 +67611,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(2026), [anon_sym_u8_DQUOTE] = ACTIONS(2026), [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2028), [anon_sym_R_DQUOTE] = ACTIONS(2030), [anon_sym_LR_DQUOTE] = ACTIONS(2030), @@ -67626,110 +67626,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2030), [anon_sym_co_await] = ACTIONS(2032), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, [163] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(288), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(467), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -67762,13 +67762,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -67780,106 +67780,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [164] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(7428), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(471), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(79), [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), + [anon_sym_for] = ACTIONS(91), [anon_sym_return] = ACTIONS(93), [anon_sym_break] = ACTIONS(95), [anon_sym_continue] = ACTIONS(97), [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -67912,8 +67912,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -67930,106 +67930,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [165] = { - [sym_attribute_declaration] = STATE(207), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(498), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(207), + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(883), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68062,13 +68062,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68080,106 +68080,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [166] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(439), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(842), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68212,13 +68212,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68230,106 +68230,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [167] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(459), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(855), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68362,13 +68362,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68380,106 +68380,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [168] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(441), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(191), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(448), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(191), + [sym_identifier] = ACTIONS(2034), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68512,13 +68512,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68530,106 +68530,256 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [169] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(279), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(169), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(255), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(169), + [sym_identifier] = ACTIONS(2042), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2057), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2078), + [anon_sym_switch] = ACTIONS(2081), + [anon_sym_case] = ACTIONS(2084), + [anon_sym_default] = ACTIONS(2087), + [anon_sym_while] = ACTIONS(2090), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2096), + [anon_sym_return] = ACTIONS(2099), + [anon_sym_break] = ACTIONS(2102), + [anon_sym_continue] = ACTIONS(2105), + [anon_sym_goto] = ACTIONS(2108), + [anon_sym___try] = ACTIONS(2111), + [anon_sym___leave] = ACTIONS(2114), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2159), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2165), + [anon_sym_co_return] = ACTIONS(2168), + [anon_sym_co_yield] = ACTIONS(2171), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), + }, + [170] = { + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(420), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(2038), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(79), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68662,13 +68812,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68679,91 +68829,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [170] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(881), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [171] = { + [sym_attribute_declaration] = STATE(210), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(854), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(210), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -68812,8 +68962,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(1676), @@ -68829,107 +68979,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [171] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(414), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [172] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(250), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -68962,13 +69112,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -68979,12 +69129,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [172] = { - [sym_attribute_declaration] = STATE(172), + [173] = { + [sym_attribute_declaration] = STATE(173), [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), + [sym_primitive_type] = STATE(6935), [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(430), + [sym_statement] = STATE(450), [sym_labeled_statement] = STATE(491), [sym_expression_statement] = STATE(491), [sym_if_statement] = STATE(491), @@ -68999,237 +69149,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(491), [sym_seh_try_statement] = STATE(491), [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), [sym_for_range_loop] = STATE(491), [sym_co_return_statement] = STATE(491), [sym_co_yield_statement] = STATE(491), [sym_throw_statement] = STATE(491), [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(172), - [sym_identifier] = ACTIONS(2046), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2061), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2073), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2082), - [anon_sym_switch] = ACTIONS(2085), - [anon_sym_case] = ACTIONS(2088), - [anon_sym_default] = ACTIONS(2091), - [anon_sym_while] = ACTIONS(2094), - [anon_sym_do] = ACTIONS(2097), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2103), - [anon_sym_break] = ACTIONS(2106), - [anon_sym_continue] = ACTIONS(2109), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym___try] = ACTIONS(2115), - [anon_sym___leave] = ACTIONS(2118), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2163), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2169), - [anon_sym_co_return] = ACTIONS(2172), - [anon_sym_co_yield] = ACTIONS(2175), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(173), + [sym_identifier] = ACTIONS(2188), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2194), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2197), + [anon_sym_switch] = ACTIONS(2200), + [anon_sym_case] = ACTIONS(2203), + [anon_sym_default] = ACTIONS(2206), + [anon_sym_while] = ACTIONS(2209), + [anon_sym_do] = ACTIONS(2212), + [anon_sym_for] = ACTIONS(2215), + [anon_sym_return] = ACTIONS(2218), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2224), + [anon_sym_goto] = ACTIONS(2227), + [anon_sym___try] = ACTIONS(2230), + [anon_sym___leave] = ACTIONS(2233), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2236), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2239), + [anon_sym_co_return] = ACTIONS(2242), + [anon_sym_co_yield] = ACTIONS(2245), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), }, - [173] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(872), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [174] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(421), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -69262,13 +69412,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -69279,107 +69429,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [174] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(443), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [175] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(280), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -69412,13 +69562,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -69429,107 +69579,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [175] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(842), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [176] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(282), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -69562,13 +69712,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -69579,107 +69729,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [176] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(422), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [177] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(283), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -69712,13 +69862,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -69729,241 +69879,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [177] = { - [sym_attribute_declaration] = STATE(177), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(474), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(177), - [sym_identifier] = ACTIONS(2192), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2195), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2198), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2201), - [anon_sym_switch] = ACTIONS(2204), - [anon_sym_case] = ACTIONS(2207), - [anon_sym_default] = ACTIONS(2210), - [anon_sym_while] = ACTIONS(2213), - [anon_sym_do] = ACTIONS(2216), - [anon_sym_for] = ACTIONS(2219), - [anon_sym_return] = ACTIONS(2222), - [anon_sym_break] = ACTIONS(2225), - [anon_sym_continue] = ACTIONS(2228), - [anon_sym_goto] = ACTIONS(2231), - [anon_sym___try] = ACTIONS(2234), - [anon_sym___leave] = ACTIONS(2237), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2240), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2243), - [anon_sym_co_return] = ACTIONS(2246), - [anon_sym_co_yield] = ACTIONS(2249), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), - }, [178] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(7408), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(7278), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -70012,8 +70012,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -70030,90 +70030,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [179] = { - [sym_attribute_declaration] = STATE(211), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(498), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(211), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(534), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -70162,8 +70162,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -70180,106 +70180,256 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [180] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(285), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_attribute_declaration] = STATE(180), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(450), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(180), + [sym_identifier] = ACTIONS(2252), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2194), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2258), + [anon_sym_switch] = ACTIONS(2200), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2264), + [anon_sym_while] = ACTIONS(2267), + [anon_sym_do] = ACTIONS(2212), + [anon_sym_for] = ACTIONS(2270), + [anon_sym_return] = ACTIONS(2218), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2224), + [anon_sym_goto] = ACTIONS(2227), + [anon_sym___try] = ACTIONS(2273), + [anon_sym___leave] = ACTIONS(2276), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2236), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2239), + [anon_sym_co_return] = ACTIONS(2242), + [anon_sym_co_yield] = ACTIONS(2245), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), + }, + [181] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(7275), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -70312,13 +70462,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -70329,106 +70479,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [181] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(420), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [182] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(461), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), @@ -70462,13 +70612,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -70479,107 +70629,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [182] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(423), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [183] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(465), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), + [anon_sym_if] = ACTIONS(1684), [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), + [anon_sym_for] = ACTIONS(1692), [anon_sym_return] = ACTIONS(93), [anon_sym_break] = ACTIONS(95), [anon_sym_continue] = ACTIONS(97), [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -70612,8 +70762,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -70629,107 +70779,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [183] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(480), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [184] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(471), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -70762,13 +70912,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -70779,107 +70929,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [184] = { - [sym_attribute_declaration] = STATE(172), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(430), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(172), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [185] = { + [sym_attribute_declaration] = STATE(180), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(450), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(180), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -70912,13 +71062,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -70929,107 +71079,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [185] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(468), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [186] = { + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(413), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [sym_identifier] = ACTIONS(2034), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -71062,13 +71212,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -71079,107 +71229,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [186] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(871), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [187] = { + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(452), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [sym_identifier] = ACTIONS(2034), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -71212,13 +71362,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -71229,91 +71379,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [187] = { - [sym_attribute_declaration] = STATE(177), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(474), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(177), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [188] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(501), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -71362,8 +71512,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(227), @@ -71379,107 +71529,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [188] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(8351), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), + [189] = { + [sym_attribute_declaration] = STATE(173), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(450), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(173), [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(79), [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), + [anon_sym_for] = ACTIONS(91), [anon_sym_return] = ACTIONS(93), [anon_sym_break] = ACTIONS(95), [anon_sym_continue] = ACTIONS(97), [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -71512,8 +71662,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -71529,107 +71679,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [189] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(242), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [190] = { + [sym_attribute_declaration] = STATE(190), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(497), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(190), + [sym_identifier] = ACTIONS(2279), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2255), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2285), + [anon_sym_switch] = ACTIONS(2288), + [anon_sym_case] = ACTIONS(2291), + [anon_sym_default] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2300), + [anon_sym_for] = ACTIONS(2303), + [anon_sym_return] = ACTIONS(2306), + [anon_sym_break] = ACTIONS(2309), + [anon_sym_continue] = ACTIONS(2312), + [anon_sym_goto] = ACTIONS(2315), + [anon_sym___try] = ACTIONS(2318), + [anon_sym___leave] = ACTIONS(2276), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2321), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2324), + [anon_sym_co_return] = ACTIONS(2327), + [anon_sym_co_yield] = ACTIONS(2330), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), + }, + [191] = { + [sym_attribute_declaration] = STATE(191), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(448), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(191), + [sym_identifier] = ACTIONS(2333), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2339), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2342), + [anon_sym_switch] = ACTIONS(2345), + [anon_sym_case] = ACTIONS(2348), + [anon_sym_default] = ACTIONS(2351), + [anon_sym_while] = ACTIONS(2354), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2360), + [anon_sym_return] = ACTIONS(2363), + [anon_sym_break] = ACTIONS(2366), + [anon_sym_continue] = ACTIONS(2369), + [anon_sym_goto] = ACTIONS(2372), + [anon_sym___try] = ACTIONS(2375), + [anon_sym___leave] = ACTIONS(2378), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2384), + [anon_sym_co_return] = ACTIONS(2387), + [anon_sym_co_yield] = ACTIONS(2390), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), + }, + [192] = { + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(423), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(2038), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(79), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -71662,13 +72112,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -71679,107 +72129,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [190] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(841), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [193] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(411), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -71812,13 +72262,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -71829,407 +72279,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [191] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3221), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_initializer_list] = STATE(3445), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_RPAREN] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(2256), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1918), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [anon_sym_DASH_GT_STAR] = ACTIONS(1920), - [sym_this] = ACTIONS(1826), - }, - [192] = { - [sym_attribute_declaration] = STATE(192), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(274), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(192), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2261), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2264), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2267), - [anon_sym_switch] = ACTIONS(2270), - [anon_sym_case] = ACTIONS(2273), - [anon_sym_default] = ACTIONS(2276), - [anon_sym_while] = ACTIONS(2279), - [anon_sym_do] = ACTIONS(2282), - [anon_sym_for] = ACTIONS(2285), - [anon_sym_return] = ACTIONS(2288), - [anon_sym_break] = ACTIONS(2291), - [anon_sym_continue] = ACTIONS(2294), - [anon_sym_goto] = ACTIONS(2297), - [anon_sym___try] = ACTIONS(2300), - [anon_sym___leave] = ACTIONS(2303), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2306), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2309), - [anon_sym_co_return] = ACTIONS(2312), - [anon_sym_co_yield] = ACTIONS(2315), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), - }, - [193] = { - [sym_attribute_declaration] = STATE(200), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(869), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [194] = { + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(461), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(2038), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(79), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -72262,13 +72412,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -72279,107 +72429,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [194] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(461), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [195] = { + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(412), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [sym_identifier] = ACTIONS(2034), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -72412,13 +72562,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -72429,91 +72579,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [195] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(451), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [196] = { + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(534), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(2038), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -72528,8 +72678,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(95), [anon_sym_continue] = ACTIONS(97), [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -72562,8 +72712,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -72579,107 +72729,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [196] = { - [sym_attribute_declaration] = STATE(192), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(274), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(192), + [197] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(523), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(1239), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [198] = { + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(469), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -72712,13 +73012,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -72729,107 +73029,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [197] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(468), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [199] = { + [sym_attribute_declaration] = STATE(168), + [sym_compound_statement] = STATE(442), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(442), + [sym_statement] = STATE(470), + [sym_labeled_statement] = STATE(442), + [sym_expression_statement] = STATE(442), + [sym_if_statement] = STATE(442), + [sym_switch_statement] = STATE(442), + [sym_case_statement] = STATE(442), + [sym_while_statement] = STATE(442), + [sym_do_statement] = STATE(442), + [sym_for_statement] = STATE(442), + [sym_return_statement] = STATE(442), + [sym_break_statement] = STATE(442), + [sym_continue_statement] = STATE(442), + [sym_goto_statement] = STATE(442), + [sym_seh_try_statement] = STATE(442), + [sym_seh_leave_statement] = STATE(442), + [sym_expression] = STATE(4554), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7954), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(442), + [sym_co_return_statement] = STATE(442), + [sym_co_yield_statement] = STATE(442), + [sym_throw_statement] = STATE(442), + [sym_try_statement] = STATE(442), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(168), + [sym_identifier] = ACTIONS(2034), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(741), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(753), + [anon_sym_switch] = ACTIONS(755), + [anon_sym_case] = ACTIONS(757), + [anon_sym_default] = ACTIONS(759), + [anon_sym_while] = ACTIONS(761), + [anon_sym_do] = ACTIONS(763), + [anon_sym_for] = ACTIONS(765), + [anon_sym_return] = ACTIONS(767), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(771), + [anon_sym_goto] = ACTIONS(773), + [anon_sym___try] = ACTIONS(775), + [anon_sym___leave] = ACTIONS(777), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -72862,13 +73162,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(781), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(783), + [anon_sym_co_return] = ACTIONS(793), + [anon_sym_co_yield] = ACTIONS(795), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -72879,91 +73179,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [198] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(8160), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [200] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(8054), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -73012,8 +73312,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -73029,107 +73329,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [199] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(8371), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [201] = { + [sym_attribute_declaration] = STATE(169), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(255), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(169), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -73162,13 +73462,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -73179,107 +73479,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [200] = { - [sym_attribute_declaration] = STATE(215), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(861), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(215), - [sym_identifier] = ACTIONS(2044), - [anon_sym_LPAREN2] = ACTIONS(1412), + [202] = { + [sym_attribute_declaration] = STATE(189), + [sym_compound_statement] = STATE(491), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(491), + [sym_statement] = STATE(465), + [sym_labeled_statement] = STATE(491), + [sym_expression_statement] = STATE(491), + [sym_if_statement] = STATE(491), + [sym_switch_statement] = STATE(491), + [sym_case_statement] = STATE(491), + [sym_while_statement] = STATE(491), + [sym_do_statement] = STATE(491), + [sym_for_statement] = STATE(491), + [sym_return_statement] = STATE(491), + [sym_break_statement] = STATE(491), + [sym_continue_statement] = STATE(491), + [sym_goto_statement] = STATE(491), + [sym_seh_try_statement] = STATE(491), + [sym_seh_leave_statement] = STATE(491), + [sym_expression] = STATE(4491), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8010), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(491), + [sym_co_return_statement] = STATE(491), + [sym_co_yield_statement] = STATE(491), + [sym_throw_statement] = STATE(491), + [sym_try_statement] = STATE(491), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(2038), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1448), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1654), - [anon_sym_case] = ACTIONS(1686), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1658), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1666), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym___try] = ACTIONS(1670), - [anon_sym___leave] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(79), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(83), + [anon_sym_default] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(91), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1452), + [anon_sym___leave] = ACTIONS(1454), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -73312,13 +73612,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1674), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1678), - [anon_sym_co_yield] = ACTIONS(1680), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -73329,107 +73629,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [201] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(464), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [203] = { + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(841), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -73462,13 +73762,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -73479,107 +73779,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [202] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(8392), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [204] = { + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(864), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(81), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), [anon_sym_case] = ACTIONS(1686), [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1690), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1694), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -73612,13 +73912,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -73629,91 +73929,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [203] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(462), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [205] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(525), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -73762,8 +74062,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(227), @@ -73779,107 +74079,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [204] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(411), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), + [206] = { + [sym_attribute_declaration] = STATE(190), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(497), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(190), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -73912,13 +74212,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -73929,107 +74229,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [205] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(419), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [207] = { + [sym_attribute_declaration] = STATE(206), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(526), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(206), + [sym_identifier] = ACTIONS(2248), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(193), + [anon_sym_switch] = ACTIONS(195), + [anon_sym_case] = ACTIONS(197), + [anon_sym_default] = ACTIONS(199), + [anon_sym_while] = ACTIONS(201), + [anon_sym_do] = ACTIONS(203), + [anon_sym_for] = ACTIONS(205), + [anon_sym_return] = ACTIONS(207), + [anon_sym_break] = ACTIONS(209), + [anon_sym_continue] = ACTIONS(211), + [anon_sym_goto] = ACTIONS(213), + [anon_sym___try] = ACTIONS(215), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -74062,13 +74362,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(225), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(227), + [anon_sym_co_return] = ACTIONS(237), + [anon_sym_co_yield] = ACTIONS(239), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -74079,91 +74379,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [206] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(451), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [208] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3240), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_initializer_list] = STATE(3562), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_RPAREN] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(1780), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1926), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [anon_sym_DASH_GT_STAR] = ACTIONS(1928), + [sym_this] = ACTIONS(1826), + }, + [209] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(8159), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -74212,8 +74662,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -74229,257 +74679,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [207] = { - [sym_attribute_declaration] = STATE(207), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(498), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(207), - [sym_identifier] = ACTIONS(2318), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2321), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2327), - [anon_sym_switch] = ACTIONS(2330), - [anon_sym_case] = ACTIONS(2333), - [anon_sym_default] = ACTIONS(2336), - [anon_sym_while] = ACTIONS(2339), - [anon_sym_do] = ACTIONS(2342), - [anon_sym_for] = ACTIONS(2345), - [anon_sym_return] = ACTIONS(2348), - [anon_sym_break] = ACTIONS(2351), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2357), - [anon_sym___try] = ACTIONS(2360), - [anon_sym___leave] = ACTIONS(2363), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2369), - [anon_sym_co_return] = ACTIONS(2372), - [anon_sym_co_yield] = ACTIONS(2375), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), + [210] = { + [sym_attribute_declaration] = STATE(210), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(854), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(210), + [sym_identifier] = ACTIONS(2399), + [anon_sym_LPAREN2] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2048), + [anon_sym_TILDE] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2402), + [anon_sym___extension__] = ACTIONS(2060), + [anon_sym_COLON_COLON] = ACTIONS(2063), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2405), + [anon_sym_LBRACK] = ACTIONS(2072), + [aux_sym_primitive_type_token1] = ACTIONS(2075), + [anon_sym_byte] = ACTIONS(2075), + [anon_sym_word] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2408), + [anon_sym_switch] = ACTIONS(2411), + [anon_sym_case] = ACTIONS(2261), + [anon_sym_default] = ACTIONS(2264), + [anon_sym_while] = ACTIONS(2414), + [anon_sym_do] = ACTIONS(2417), + [anon_sym_for] = ACTIONS(2420), + [anon_sym_return] = ACTIONS(2423), + [anon_sym_break] = ACTIONS(2426), + [anon_sym_continue] = ACTIONS(2429), + [anon_sym_goto] = ACTIONS(2432), + [anon_sym___try] = ACTIONS(2435), + [anon_sym___leave] = ACTIONS(2438), + [anon_sym_not] = ACTIONS(2051), + [anon_sym_compl] = ACTIONS(2051), + [anon_sym_DASH_DASH] = ACTIONS(2117), + [anon_sym_PLUS_PLUS] = ACTIONS(2117), + [anon_sym_sizeof] = ACTIONS(2120), + [anon_sym___alignof__] = ACTIONS(2123), + [anon_sym___alignof] = ACTIONS(2123), + [anon_sym__alignof] = ACTIONS(2123), + [anon_sym_alignof] = ACTIONS(2123), + [anon_sym__Alignof] = ACTIONS(2123), + [anon_sym_offsetof] = ACTIONS(2126), + [anon_sym__Generic] = ACTIONS(2129), + [anon_sym_asm] = ACTIONS(2132), + [anon_sym___asm__] = ACTIONS(2132), + [anon_sym___asm] = ACTIONS(2132), + [aux_sym_number_literal_token1] = ACTIONS(2135), + [aux_sym_number_literal_token2] = ACTIONS(2138), + [anon_sym_L_SQUOTE] = ACTIONS(2141), + [anon_sym_u_SQUOTE] = ACTIONS(2141), + [anon_sym_U_SQUOTE] = ACTIONS(2141), + [anon_sym_u8_SQUOTE] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2141), + [anon_sym_L_DQUOTE] = ACTIONS(2144), + [anon_sym_u_DQUOTE] = ACTIONS(2144), + [anon_sym_U_DQUOTE] = ACTIONS(2144), + [anon_sym_u8_DQUOTE] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [anon_sym_NULL] = ACTIONS(2150), + [anon_sym_nullptr] = ACTIONS(2150), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2153), + [anon_sym_template] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2441), + [anon_sym_delete] = ACTIONS(2162), + [anon_sym_throw] = ACTIONS(2444), + [anon_sym_co_return] = ACTIONS(2447), + [anon_sym_co_yield] = ACTIONS(2450), + [anon_sym_R_DQUOTE] = ACTIONS(2174), + [anon_sym_LR_DQUOTE] = ACTIONS(2174), + [anon_sym_uR_DQUOTE] = ACTIONS(2174), + [anon_sym_UR_DQUOTE] = ACTIONS(2174), + [anon_sym_u8R_DQUOTE] = ACTIONS(2174), + [anon_sym_co_await] = ACTIONS(2177), + [anon_sym_new] = ACTIONS(2180), + [anon_sym_requires] = ACTIONS(2183), + [sym_this] = ACTIONS(2147), }, - [208] = { - [sym_attribute_declaration] = STATE(187), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(536), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(187), - [sym_identifier] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1412), + [211] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(248), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(177), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(193), - [anon_sym_switch] = ACTIONS(195), - [anon_sym_case] = ACTIONS(197), - [anon_sym_default] = ACTIONS(199), - [anon_sym_while] = ACTIONS(201), - [anon_sym_do] = ACTIONS(203), - [anon_sym_for] = ACTIONS(205), - [anon_sym_return] = ACTIONS(207), - [anon_sym_break] = ACTIONS(209), - [anon_sym_continue] = ACTIONS(211), - [anon_sym_goto] = ACTIONS(213), - [anon_sym___try] = ACTIONS(215), - [anon_sym___leave] = ACTIONS(217), + [anon_sym_if] = ACTIONS(293), + [anon_sym_switch] = ACTIONS(295), + [anon_sym_case] = ACTIONS(297), + [anon_sym_default] = ACTIONS(299), + [anon_sym_while] = ACTIONS(301), + [anon_sym_do] = ACTIONS(303), + [anon_sym_for] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_break] = ACTIONS(309), + [anon_sym_continue] = ACTIONS(311), + [anon_sym_goto] = ACTIONS(313), + [anon_sym___try] = ACTIONS(315), + [anon_sym___leave] = ACTIONS(317), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -74512,13 +74962,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(225), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(227), - [anon_sym_co_return] = ACTIONS(237), - [anon_sym_co_yield] = ACTIONS(239), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_co_return] = ACTIONS(333), + [anon_sym_co_yield] = ACTIONS(335), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -74529,91 +74979,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [209] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(8346), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [212] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(8345), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -74662,8 +75112,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -74679,91 +75129,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [210] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(228), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [213] = { + [sym_attribute_declaration] = STATE(201), + [sym_compound_statement] = STATE(291), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(291), + [sym_statement] = STATE(260), + [sym_labeled_statement] = STATE(291), + [sym_expression_statement] = STATE(291), + [sym_if_statement] = STATE(291), + [sym_switch_statement] = STATE(291), + [sym_case_statement] = STATE(291), + [sym_while_statement] = STATE(291), + [sym_do_statement] = STATE(291), + [sym_for_statement] = STATE(291), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(291), + [sym_continue_statement] = STATE(291), + [sym_goto_statement] = STATE(291), + [sym_seh_try_statement] = STATE(291), + [sym_seh_leave_statement] = STATE(291), + [sym_expression] = STATE(4488), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8041), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(291), + [sym_co_return_statement] = STATE(291), + [sym_co_yield_statement] = STATE(291), + [sym_throw_statement] = STATE(291), + [sym_try_statement] = STATE(291), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(2186), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(281), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -74812,8 +75262,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(321), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(323), @@ -74829,257 +75279,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [211] = { - [sym_attribute_declaration] = STATE(211), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(498), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(211), - [sym_identifier] = ACTIONS(2378), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2195), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2324), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2381), - [anon_sym_switch] = ACTIONS(2330), - [anon_sym_case] = ACTIONS(2384), - [anon_sym_default] = ACTIONS(2387), - [anon_sym_while] = ACTIONS(2390), - [anon_sym_do] = ACTIONS(2342), - [anon_sym_for] = ACTIONS(2393), - [anon_sym_return] = ACTIONS(2348), - [anon_sym_break] = ACTIONS(2351), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_goto] = ACTIONS(2357), - [anon_sym___try] = ACTIONS(2396), - [anon_sym___leave] = ACTIONS(2237), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2369), - [anon_sym_co_return] = ACTIONS(2372), - [anon_sym_co_yield] = ACTIONS(2375), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), - }, - [212] = { - [sym_attribute_declaration] = STATE(184), - [sym_compound_statement] = STATE(491), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(491), - [sym_statement] = STATE(437), - [sym_labeled_statement] = STATE(491), - [sym_expression_statement] = STATE(491), - [sym_if_statement] = STATE(491), - [sym_switch_statement] = STATE(491), - [sym_case_statement] = STATE(491), - [sym_while_statement] = STATE(491), - [sym_do_statement] = STATE(491), - [sym_for_statement] = STATE(491), - [sym_return_statement] = STATE(491), - [sym_break_statement] = STATE(491), - [sym_continue_statement] = STATE(491), - [sym_goto_statement] = STATE(491), - [sym_seh_try_statement] = STATE(491), - [sym_seh_leave_statement] = STATE(491), - [sym_expression] = STATE(4624), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8175), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(491), - [sym_co_return_statement] = STATE(491), - [sym_co_yield_statement] = STATE(491), - [sym_throw_statement] = STATE(491), - [sym_try_statement] = STATE(491), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(2042), - [anon_sym_LPAREN2] = ACTIONS(1412), + [214] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(8370), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(677), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(685), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(689), - [anon_sym_switch] = ACTIONS(691), - [anon_sym_case] = ACTIONS(693), - [anon_sym_default] = ACTIONS(695), - [anon_sym_while] = ACTIONS(697), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(701), - [anon_sym_return] = ACTIONS(703), - [anon_sym_break] = ACTIONS(705), - [anon_sym_continue] = ACTIONS(707), - [anon_sym_goto] = ACTIONS(709), - [anon_sym___try] = ACTIONS(711), - [anon_sym___leave] = ACTIONS(713), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_switch] = ACTIONS(81), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1690), + [anon_sym_do] = ACTIONS(89), + [anon_sym_for] = ACTIONS(1692), + [anon_sym_return] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_goto] = ACTIONS(99), + [anon_sym___try] = ACTIONS(1694), + [anon_sym___leave] = ACTIONS(217), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -75112,13 +75412,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(717), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(719), - [anon_sym_co_return] = ACTIONS(729), - [anon_sym_co_yield] = ACTIONS(731), + [anon_sym_throw] = ACTIONS(141), + [anon_sym_co_return] = ACTIONS(151), + [anon_sym_co_yield] = ACTIONS(153), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -75129,91 +75429,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [213] = { - [sym_attribute_declaration] = STATE(179), - [sym_compound_statement] = STATE(526), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(526), - [sym_statement] = STATE(459), - [sym_labeled_statement] = STATE(526), - [sym_expression_statement] = STATE(526), - [sym_if_statement] = STATE(526), - [sym_switch_statement] = STATE(526), - [sym_case_statement] = STATE(526), - [sym_while_statement] = STATE(526), - [sym_do_statement] = STATE(526), - [sym_for_statement] = STATE(526), - [sym_return_statement] = STATE(526), - [sym_break_statement] = STATE(526), - [sym_continue_statement] = STATE(526), - [sym_goto_statement] = STATE(526), - [sym_seh_try_statement] = STATE(526), - [sym_seh_leave_statement] = STATE(526), - [sym_expression] = STATE(4475), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8490), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(526), - [sym_co_return_statement] = STATE(526), - [sym_co_yield_statement] = STATE(526), - [sym_throw_statement] = STATE(526), - [sym_try_statement] = STATE(526), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(2038), - [anon_sym_LPAREN2] = ACTIONS(1412), + [215] = { + [sym_attribute_declaration] = STATE(185), + [sym_compound_statement] = STATE(440), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(440), + [sym_statement] = STATE(8391), + [sym_labeled_statement] = STATE(440), + [sym_expression_statement] = STATE(440), + [sym_if_statement] = STATE(440), + [sym_switch_statement] = STATE(440), + [sym_case_statement] = STATE(440), + [sym_while_statement] = STATE(440), + [sym_do_statement] = STATE(440), + [sym_for_statement] = STATE(440), + [sym_return_statement] = STATE(440), + [sym_break_statement] = STATE(440), + [sym_continue_statement] = STATE(440), + [sym_goto_statement] = STATE(440), + [sym_seh_try_statement] = STATE(440), + [sym_seh_leave_statement] = STATE(440), + [sym_expression] = STATE(4510), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7823), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(440), + [sym_co_return_statement] = STATE(440), + [sym_co_yield_statement] = STATE(440), + [sym_throw_statement] = STATE(440), + [sym_try_statement] = STATE(440), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(2250), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(177), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -75262,8 +75562,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_try] = ACTIONS(137), [anon_sym_delete] = ACTIONS(139), [anon_sym_throw] = ACTIONS(141), @@ -75279,107 +75579,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [214] = { - [sym_attribute_declaration] = STATE(196), - [sym_compound_statement] = STATE(299), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(299), - [sym_statement] = STATE(258), - [sym_labeled_statement] = STATE(299), - [sym_expression_statement] = STATE(299), - [sym_if_statement] = STATE(299), - [sym_switch_statement] = STATE(299), - [sym_case_statement] = STATE(299), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(299), - [sym_for_statement] = STATE(299), - [sym_return_statement] = STATE(299), - [sym_break_statement] = STATE(299), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(299), - [sym_seh_try_statement] = STATE(299), - [sym_seh_leave_statement] = STATE(299), - [sym_expression] = STATE(4502), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8434), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(299), - [sym_co_return_statement] = STATE(299), - [sym_co_yield_statement] = STATE(299), - [sym_throw_statement] = STATE(299), - [sym_try_statement] = STATE(299), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(196), - [sym_identifier] = ACTIONS(2034), - [anon_sym_LPAREN2] = ACTIONS(1412), + [216] = { + [sym_attribute_declaration] = STATE(171), + [sym_compound_statement] = STATE(873), + [sym_primitive_type] = STATE(6935), + [sym_attributed_statement] = STATE(873), + [sym_statement] = STATE(853), + [sym_labeled_statement] = STATE(873), + [sym_expression_statement] = STATE(873), + [sym_if_statement] = STATE(873), + [sym_switch_statement] = STATE(873), + [sym_case_statement] = STATE(873), + [sym_while_statement] = STATE(873), + [sym_do_statement] = STATE(873), + [sym_for_statement] = STATE(873), + [sym_return_statement] = STATE(873), + [sym_break_statement] = STATE(873), + [sym_continue_statement] = STATE(873), + [sym_goto_statement] = STATE(873), + [sym_seh_try_statement] = STATE(873), + [sym_seh_leave_statement] = STATE(873), + [sym_expression] = STATE(4455), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7808), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_for_range_loop] = STATE(873), + [sym_co_return_statement] = STATE(873), + [sym_co_yield_statement] = STATE(873), + [sym_throw_statement] = STATE(873), + [sym_try_statement] = STATE(873), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_attributed_declarator_repeat1] = STATE(171), + [sym_identifier] = ACTIONS(2040), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(281), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1644), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1239), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(293), - [anon_sym_switch] = ACTIONS(295), - [anon_sym_case] = ACTIONS(297), - [anon_sym_default] = ACTIONS(299), - [anon_sym_while] = ACTIONS(301), - [anon_sym_do] = ACTIONS(303), - [anon_sym_for] = ACTIONS(305), - [anon_sym_return] = ACTIONS(307), - [anon_sym_break] = ACTIONS(309), - [anon_sym_continue] = ACTIONS(311), - [anon_sym_goto] = ACTIONS(313), - [anon_sym___try] = ACTIONS(315), - [anon_sym___leave] = ACTIONS(317), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_switch] = ACTIONS(1654), + [anon_sym_case] = ACTIONS(1686), + [anon_sym_default] = ACTIONS(1688), + [anon_sym_while] = ACTIONS(1656), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1660), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1666), + [anon_sym_goto] = ACTIONS(1668), + [anon_sym___try] = ACTIONS(1670), + [anon_sym___leave] = ACTIONS(1672), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -75412,313 +75712,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(321), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_try] = ACTIONS(1674), [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_co_return] = ACTIONS(333), - [anon_sym_co_yield] = ACTIONS(335), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [215] = { - [sym_attribute_declaration] = STATE(215), - [sym_compound_statement] = STATE(855), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(855), - [sym_statement] = STATE(861), - [sym_labeled_statement] = STATE(855), - [sym_expression_statement] = STATE(855), - [sym_if_statement] = STATE(855), - [sym_switch_statement] = STATE(855), - [sym_case_statement] = STATE(855), - [sym_while_statement] = STATE(855), - [sym_do_statement] = STATE(855), - [sym_for_statement] = STATE(855), - [sym_return_statement] = STATE(855), - [sym_break_statement] = STATE(855), - [sym_continue_statement] = STATE(855), - [sym_goto_statement] = STATE(855), - [sym_seh_try_statement] = STATE(855), - [sym_seh_leave_statement] = STATE(855), - [sym_expression] = STATE(4512), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7971), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(855), - [sym_co_return_statement] = STATE(855), - [sym_co_yield_statement] = STATE(855), - [sym_throw_statement] = STATE(855), - [sym_try_statement] = STATE(855), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(215), - [sym_identifier] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2049), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_TILDE] = ACTIONS(2052), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2058), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2402), - [anon_sym___extension__] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2070), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2076), - [aux_sym_primitive_type_token1] = ACTIONS(2079), - [anon_sym_byte] = ACTIONS(2079), - [anon_sym_word] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2408), - [anon_sym_switch] = ACTIONS(2411), - [anon_sym_case] = ACTIONS(2384), - [anon_sym_default] = ACTIONS(2387), - [anon_sym_while] = ACTIONS(2414), - [anon_sym_do] = ACTIONS(2417), - [anon_sym_for] = ACTIONS(2420), - [anon_sym_return] = ACTIONS(2423), - [anon_sym_break] = ACTIONS(2426), - [anon_sym_continue] = ACTIONS(2429), - [anon_sym_goto] = ACTIONS(2432), - [anon_sym___try] = ACTIONS(2435), - [anon_sym___leave] = ACTIONS(2438), - [anon_sym_not] = ACTIONS(2055), - [anon_sym_compl] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_PLUS_PLUS] = ACTIONS(2121), - [anon_sym_sizeof] = ACTIONS(2124), - [anon_sym___alignof__] = ACTIONS(2127), - [anon_sym___alignof] = ACTIONS(2127), - [anon_sym__alignof] = ACTIONS(2127), - [anon_sym_alignof] = ACTIONS(2127), - [anon_sym__Alignof] = ACTIONS(2127), - [anon_sym_offsetof] = ACTIONS(2130), - [anon_sym__Generic] = ACTIONS(2133), - [anon_sym_asm] = ACTIONS(2136), - [anon_sym___asm__] = ACTIONS(2136), - [anon_sym___asm] = ACTIONS(2136), - [aux_sym_number_literal_token1] = ACTIONS(2139), - [aux_sym_number_literal_token2] = ACTIONS(2142), - [anon_sym_L_SQUOTE] = ACTIONS(2145), - [anon_sym_u_SQUOTE] = ACTIONS(2145), - [anon_sym_U_SQUOTE] = ACTIONS(2145), - [anon_sym_u8_SQUOTE] = ACTIONS(2145), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_L_DQUOTE] = ACTIONS(2148), - [anon_sym_u_DQUOTE] = ACTIONS(2148), - [anon_sym_U_DQUOTE] = ACTIONS(2148), - [anon_sym_u8_DQUOTE] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym_true] = ACTIONS(2151), - [sym_false] = ACTIONS(2151), - [anon_sym_NULL] = ACTIONS(2154), - [anon_sym_nullptr] = ACTIONS(2154), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2157), - [anon_sym_template] = ACTIONS(2160), - [anon_sym_try] = ACTIONS(2441), - [anon_sym_delete] = ACTIONS(2166), - [anon_sym_throw] = ACTIONS(2444), - [anon_sym_co_return] = ACTIONS(2447), - [anon_sym_co_yield] = ACTIONS(2450), - [anon_sym_R_DQUOTE] = ACTIONS(2178), - [anon_sym_LR_DQUOTE] = ACTIONS(2178), - [anon_sym_uR_DQUOTE] = ACTIONS(2178), - [anon_sym_UR_DQUOTE] = ACTIONS(2178), - [anon_sym_u8R_DQUOTE] = ACTIONS(2178), - [anon_sym_co_await] = ACTIONS(2181), - [anon_sym_new] = ACTIONS(2184), - [anon_sym_requires] = ACTIONS(2187), - [sym_this] = ACTIONS(2151), - }, - [216] = { - [sym_attribute_declaration] = STATE(165), - [sym_compound_statement] = STATE(427), - [sym_primitive_type] = STATE(6864), - [sym_attributed_statement] = STATE(427), - [sym_statement] = STATE(443), - [sym_labeled_statement] = STATE(427), - [sym_expression_statement] = STATE(427), - [sym_if_statement] = STATE(427), - [sym_switch_statement] = STATE(427), - [sym_case_statement] = STATE(427), - [sym_while_statement] = STATE(427), - [sym_do_statement] = STATE(427), - [sym_for_statement] = STATE(427), - [sym_return_statement] = STATE(427), - [sym_break_statement] = STATE(427), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(427), - [sym_seh_try_statement] = STATE(427), - [sym_seh_leave_statement] = STATE(427), - [sym_expression] = STATE(4565), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8198), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_for_range_loop] = STATE(427), - [sym_co_return_statement] = STATE(427), - [sym_co_yield_statement] = STATE(427), - [sym_throw_statement] = STATE(427), - [sym_try_statement] = STATE(427), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_attributed_declarator_repeat1] = STATE(165), - [sym_identifier] = ACTIONS(2040), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1444), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(55), - [anon_sym_LBRACK] = ACTIONS(1426), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_if] = ACTIONS(79), - [anon_sym_switch] = ACTIONS(81), - [anon_sym_case] = ACTIONS(83), - [anon_sym_default] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_do] = ACTIONS(89), - [anon_sym_for] = ACTIONS(91), - [anon_sym_return] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_goto] = ACTIONS(99), - [anon_sym___try] = ACTIONS(1448), - [anon_sym___leave] = ACTIONS(1450), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(137), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_throw] = ACTIONS(141), - [anon_sym_co_return] = ACTIONS(151), - [anon_sym_co_yield] = ACTIONS(153), + [anon_sym_throw] = ACTIONS(1676), + [anon_sym_co_return] = ACTIONS(1678), + [anon_sym_co_yield] = ACTIONS(1680), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), @@ -75730,51 +75730,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [217] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), [anon_sym_LPAREN2] = ACTIONS(2456), [anon_sym_BANG] = ACTIONS(21), @@ -75879,51 +75879,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [218] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3422), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(2492), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_COLON] = ACTIONS(1926), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [219] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), [anon_sym_LPAREN2] = ACTIONS(2456), [anon_sym_BANG] = ACTIONS(21), @@ -75934,7 +76083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(2465), [anon_sym_AMP] = ACTIONS(2467), [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_typedef] = ACTIONS(2492), + [anon_sym_typedef] = ACTIONS(2506), [anon_sym_virtual] = ACTIONS(2475), [anon_sym_extern] = ACTIONS(2475), [anon_sym___attribute__] = ACTIONS(2475), @@ -76027,201 +76176,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [219] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3289), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(2494), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(1918), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, [220] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), [anon_sym_LPAREN2] = ACTIONS(2456), [anon_sym_BANG] = ACTIONS(21), @@ -76326,109 +76326,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [221] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3281), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_initializer_list] = STATE(3747), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3429), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_initializer_list] = STATE(3743), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(2512), [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1918), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1926), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), [anon_sym_LBRACE] = ACTIONS(2520), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1918), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), - [anon_sym_and_eq] = ACTIONS(1918), - [anon_sym_or_eq] = ACTIONS(1918), - [anon_sym_xor_eq] = ACTIONS(1918), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1926), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), + [anon_sym_and_eq] = ACTIONS(1926), + [anon_sym_or_eq] = ACTIONS(1926), + [anon_sym_xor_eq] = ACTIONS(1926), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -76440,9 +76440,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(2530), [anon_sym___asm__] = ACTIONS(2530), [anon_sym___asm] = ACTIONS(2530), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), [aux_sym_number_literal_token1] = ACTIONS(2532), [aux_sym_number_literal_token2] = ACTIONS(2534), [anon_sym_L_SQUOTE] = ACTIONS(2536), @@ -76460,9 +76460,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(1928), [anon_sym_delete] = ACTIONS(2544), [anon_sym_R_DQUOTE] = ACTIONS(2546), [anon_sym_LR_DQUOTE] = ACTIONS(2546), @@ -76475,51 +76475,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2540), }, [222] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), [anon_sym_LPAREN2] = ACTIONS(2456), [anon_sym_BANG] = ACTIONS(21), @@ -76920,107 +76920,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2562), }, [225] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3705), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_initializer_list] = STATE(3880), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3647), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_initializer_list] = STATE(3855), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_RPAREN] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_RPAREN] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(1856), [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1918), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1918), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1918), - [anon_sym_GT_GT] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1926), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1926), + [anon_sym_GT_GT] = ACTIONS(1926), [anon_sym___extension__] = ACTIONS(2571), [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACE] = ACTIONS(2573), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_EQ] = ACTIONS(1918), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_EQ] = ACTIONS(1926), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_STAR_EQ] = ACTIONS(1920), - [anon_sym_SLASH_EQ] = ACTIONS(1920), - [anon_sym_PERCENT_EQ] = ACTIONS(1920), - [anon_sym_PLUS_EQ] = ACTIONS(1920), - [anon_sym_DASH_EQ] = ACTIONS(1920), - [anon_sym_LT_LT_EQ] = ACTIONS(1920), - [anon_sym_GT_GT_EQ] = ACTIONS(1920), - [anon_sym_AMP_EQ] = ACTIONS(1920), - [anon_sym_CARET_EQ] = ACTIONS(1920), - [anon_sym_PIPE_EQ] = ACTIONS(1920), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_STAR_EQ] = ACTIONS(1928), + [anon_sym_SLASH_EQ] = ACTIONS(1928), + [anon_sym_PERCENT_EQ] = ACTIONS(1928), + [anon_sym_PLUS_EQ] = ACTIONS(1928), + [anon_sym_DASH_EQ] = ACTIONS(1928), + [anon_sym_LT_LT_EQ] = ACTIONS(1928), + [anon_sym_GT_GT_EQ] = ACTIONS(1928), + [anon_sym_AMP_EQ] = ACTIONS(1928), + [anon_sym_CARET_EQ] = ACTIONS(1928), + [anon_sym_PIPE_EQ] = ACTIONS(1928), [anon_sym_not] = ACTIONS(1856), [anon_sym_compl] = ACTIONS(1856), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(1876), [anon_sym___alignof__] = ACTIONS(1878), [anon_sym___alignof] = ACTIONS(1878), @@ -77032,9 +77032,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(1884), [anon_sym___asm__] = ACTIONS(1884), [anon_sym___asm] = ACTIONS(1884), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1926), [aux_sym_number_literal_token1] = ACTIONS(1886), [aux_sym_number_literal_token2] = ACTIONS(1888), [anon_sym_L_SQUOTE] = ACTIONS(1890), @@ -77052,8 +77052,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -77063,7 +77063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_await] = ACTIONS(1904), [anon_sym_new] = ACTIONS(1906), [anon_sym_requires] = ACTIONS(1908), - [anon_sym_DASH_GT_STAR] = ACTIONS(1920), + [anon_sym_DASH_GT_STAR] = ACTIONS(1928), [sym_this] = ACTIONS(1894), }, [226] = { @@ -77361,226 +77361,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2579), }, [228] = { - [sym_else_clause] = STATE(273), + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4395), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(7045), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7073), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), [sym_identifier] = ACTIONS(2583), - [aux_sym_preproc_include_token1] = ACTIONS(2583), - [aux_sym_preproc_def_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token2] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2583), - [aux_sym_preproc_else_token1] = ACTIONS(2583), - [aux_sym_preproc_elif_token1] = ACTIONS(2583), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2583), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2583), - [sym_preproc_directive] = ACTIONS(2583), [anon_sym_LPAREN2] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_TILDE] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_PLUS] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_AMP_AMP] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym___extension__] = ACTIONS(2583), - [anon_sym_typedef] = ACTIONS(2583), - [anon_sym_virtual] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym___attribute__] = ACTIONS(2583), - [anon_sym___attribute] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2583), - [anon_sym___based] = ACTIONS(2583), - [anon_sym___cdecl] = ACTIONS(2583), - [anon_sym___clrcall] = ACTIONS(2583), - [anon_sym___stdcall] = ACTIONS(2583), - [anon_sym___fastcall] = ACTIONS(2583), - [anon_sym___thiscall] = ACTIONS(2583), - [anon_sym___vectorcall] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2583), - [anon_sym_unsigned] = ACTIONS(2583), - [anon_sym_long] = ACTIONS(2583), - [anon_sym_short] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_register] = ACTIONS(2583), - [anon_sym_inline] = ACTIONS(2583), - [anon_sym___inline] = ACTIONS(2583), - [anon_sym___inline__] = ACTIONS(2583), - [anon_sym___forceinline] = ACTIONS(2583), - [anon_sym_thread_local] = ACTIONS(2583), - [anon_sym___thread] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_constexpr] = ACTIONS(2583), - [anon_sym_volatile] = ACTIONS(2583), - [anon_sym_restrict] = ACTIONS(2583), - [anon_sym___restrict__] = ACTIONS(2583), - [anon_sym__Atomic] = ACTIONS(2583), - [anon_sym__Noreturn] = ACTIONS(2583), - [anon_sym_noreturn] = ACTIONS(2583), - [anon_sym__Nonnull] = ACTIONS(2583), - [anon_sym_mutable] = ACTIONS(2583), - [anon_sym_constinit] = ACTIONS(2583), - [anon_sym_consteval] = ACTIONS(2583), - [anon_sym_PROGMEM] = ACTIONS(2583), - [anon_sym_alignas] = ACTIONS(2583), - [anon_sym__Alignas] = ACTIONS(2583), - [aux_sym_primitive_type_token1] = ACTIONS(2583), - [anon_sym_byte] = ACTIONS(2583), - [anon_sym_word] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_class] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_else] = ACTIONS(2587), - [anon_sym_switch] = ACTIONS(2583), - [anon_sym_case] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_do] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_goto] = ACTIONS(2583), - [anon_sym___try] = ACTIONS(2583), - [anon_sym___leave] = ACTIONS(2583), - [anon_sym_not] = ACTIONS(2583), - [anon_sym_compl] = ACTIONS(2583), - [anon_sym_DASH_DASH] = ACTIONS(2585), - [anon_sym_PLUS_PLUS] = ACTIONS(2585), - [anon_sym_sizeof] = ACTIONS(2583), - [anon_sym___alignof__] = ACTIONS(2583), - [anon_sym___alignof] = ACTIONS(2583), - [anon_sym__alignof] = ACTIONS(2583), - [anon_sym_alignof] = ACTIONS(2583), - [anon_sym__Alignof] = ACTIONS(2583), - [anon_sym_offsetof] = ACTIONS(2583), - [anon_sym__Generic] = ACTIONS(2583), - [anon_sym_asm] = ACTIONS(2583), - [anon_sym___asm__] = ACTIONS(2583), - [anon_sym___asm] = ACTIONS(2583), - [aux_sym_number_literal_token1] = ACTIONS(2585), - [aux_sym_number_literal_token2] = ACTIONS(2583), - [anon_sym_L_SQUOTE] = ACTIONS(2585), - [anon_sym_u_SQUOTE] = ACTIONS(2585), - [anon_sym_U_SQUOTE] = ACTIONS(2585), - [anon_sym_u8_SQUOTE] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_L_DQUOTE] = ACTIONS(2585), - [anon_sym_u_DQUOTE] = ACTIONS(2585), - [anon_sym_U_DQUOTE] = ACTIONS(2585), - [anon_sym_u8_DQUOTE] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(2585), - [sym_true] = ACTIONS(2583), - [sym_false] = ACTIONS(2583), - [anon_sym_NULL] = ACTIONS(2583), - [anon_sym_nullptr] = ACTIONS(2583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2583), - [anon_sym_decltype] = ACTIONS(2583), - [anon_sym_explicit] = ACTIONS(2583), - [anon_sym_typename] = ACTIONS(2583), - [anon_sym_template] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [anon_sym_delete] = ACTIONS(2583), - [anon_sym_throw] = ACTIONS(2583), - [anon_sym_namespace] = ACTIONS(2583), - [anon_sym_using] = ACTIONS(2583), - [anon_sym_static_assert] = ACTIONS(2583), - [anon_sym_concept] = ACTIONS(2583), - [anon_sym_co_return] = ACTIONS(2583), - [anon_sym_co_yield] = ACTIONS(2583), - [anon_sym_R_DQUOTE] = ACTIONS(2585), - [anon_sym_LR_DQUOTE] = ACTIONS(2585), - [anon_sym_uR_DQUOTE] = ACTIONS(2585), - [anon_sym_UR_DQUOTE] = ACTIONS(2585), - [anon_sym_u8R_DQUOTE] = ACTIONS(2585), - [anon_sym_co_await] = ACTIONS(2583), - [anon_sym_new] = ACTIONS(2583), - [anon_sym_requires] = ACTIONS(2583), - [sym_this] = ACTIONS(2583), - }, - [229] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4364), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6832), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7449), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -77597,136 +77451,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2645), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2639), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [230] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4396), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6894), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7309), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [229] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4373), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6902), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7125), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -77743,282 +77597,428 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2657), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2651), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [230] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [aux_sym_preproc_else_token1] = ACTIONS(1920), + [aux_sym_preproc_elif_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_else] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), }, [231] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4448), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6968), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7200), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2659), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_include_token1] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token2] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [aux_sym_preproc_else_token1] = ACTIONS(2653), + [aux_sym_preproc_elif_token1] = ACTIONS(2653), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym___cdecl] = ACTIONS(2653), + [anon_sym___clrcall] = ACTIONS(2653), + [anon_sym___stdcall] = ACTIONS(2653), + [anon_sym___fastcall] = ACTIONS(2653), + [anon_sym___thiscall] = ACTIONS(2653), + [anon_sym___vectorcall] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_switch] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym___try] = ACTIONS(2653), + [anon_sym___leave] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_compl] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_sizeof] = ACTIONS(2653), + [anon_sym___alignof__] = ACTIONS(2653), + [anon_sym___alignof] = ACTIONS(2653), + [anon_sym__alignof] = ACTIONS(2653), + [anon_sym_alignof] = ACTIONS(2653), + [anon_sym__Alignof] = ACTIONS(2653), + [anon_sym_offsetof] = ACTIONS(2653), + [anon_sym__Generic] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym___asm__] = ACTIONS(2653), + [anon_sym___asm] = ACTIONS(2653), + [aux_sym_number_literal_token1] = ACTIONS(2655), + [aux_sym_number_literal_token2] = ACTIONS(2653), + [anon_sym_L_SQUOTE] = ACTIONS(2655), + [anon_sym_u_SQUOTE] = ACTIONS(2655), + [anon_sym_U_SQUOTE] = ACTIONS(2655), + [anon_sym_u8_SQUOTE] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2655), + [anon_sym_L_DQUOTE] = ACTIONS(2655), + [anon_sym_u_DQUOTE] = ACTIONS(2655), + [anon_sym_U_DQUOTE] = ACTIONS(2655), + [anon_sym_u8_DQUOTE] = ACTIONS(2655), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [anon_sym_NULL] = ACTIONS(2653), + [anon_sym_nullptr] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_delete] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [anon_sym_namespace] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_concept] = ACTIONS(2653), + [anon_sym_co_return] = ACTIONS(2653), + [anon_sym_co_yield] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + [anon_sym_R_DQUOTE] = ACTIONS(2655), + [anon_sym_LR_DQUOTE] = ACTIONS(2655), + [anon_sym_uR_DQUOTE] = ACTIONS(2655), + [anon_sym_UR_DQUOTE] = ACTIONS(2655), + [anon_sym_u8R_DQUOTE] = ACTIONS(2655), + [anon_sym_co_await] = ACTIONS(2653), [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_requires] = ACTIONS(2653), + [sym_this] = ACTIONS(2653), }, [232] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4438), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6988), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7159), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4378), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(7033), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7146), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -78035,136 +78035,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2661), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2657), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, [233] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4445), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6953), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7225), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4386), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6994), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7430), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -78181,136 +78181,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2663), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2659), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, [234] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4449), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6871), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7360), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4363), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(7026), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7083), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -78327,598 +78327,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2665), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2661), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, [235] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [aux_sym_preproc_else_token1] = ACTIONS(1972), - [aux_sym_preproc_elif_token1] = ACTIONS(1972), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_else] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym___try] = ACTIONS(1972), - [anon_sym___leave] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_compl] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1972), - [anon_sym___alignof__] = ACTIONS(1972), - [anon_sym___alignof] = ACTIONS(1972), - [anon_sym__alignof] = ACTIONS(1972), - [anon_sym_alignof] = ACTIONS(1972), - [anon_sym__Alignof] = ACTIONS(1972), - [anon_sym_offsetof] = ACTIONS(1972), - [anon_sym__Generic] = ACTIONS(1972), - [anon_sym_asm] = ACTIONS(1972), - [anon_sym___asm__] = ACTIONS(1972), - [anon_sym___asm] = ACTIONS(1972), - [aux_sym_number_literal_token1] = ACTIONS(1970), - [aux_sym_number_literal_token2] = ACTIONS(1972), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [anon_sym_NULL] = ACTIONS(1972), - [anon_sym_nullptr] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_concept] = ACTIONS(1972), - [anon_sym_co_return] = ACTIONS(1972), - [anon_sym_co_yield] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - [anon_sym_R_DQUOTE] = ACTIONS(1970), - [anon_sym_LR_DQUOTE] = ACTIONS(1970), - [anon_sym_uR_DQUOTE] = ACTIONS(1970), - [anon_sym_UR_DQUOTE] = ACTIONS(1970), - [anon_sym_u8R_DQUOTE] = ACTIONS(1970), - [anon_sym_co_await] = ACTIONS(1972), - [anon_sym_new] = ACTIONS(1972), - [anon_sym_requires] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - }, - [236] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_include_token1] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token2] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [aux_sym_preproc_else_token1] = ACTIONS(2667), - [aux_sym_preproc_elif_token1] = ACTIONS(2667), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_DASH] = ACTIONS(2667), - [anon_sym_PLUS] = ACTIONS(2667), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym___cdecl] = ACTIONS(2667), - [anon_sym___clrcall] = ACTIONS(2667), - [anon_sym___stdcall] = ACTIONS(2667), - [anon_sym___fastcall] = ACTIONS(2667), - [anon_sym___thiscall] = ACTIONS(2667), - [anon_sym___vectorcall] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_else] = ACTIONS(2667), - [anon_sym_switch] = ACTIONS(2667), - [anon_sym_case] = ACTIONS(2667), - [anon_sym_default] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_do] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_goto] = ACTIONS(2667), - [anon_sym___try] = ACTIONS(2667), - [anon_sym___leave] = ACTIONS(2667), - [anon_sym_not] = ACTIONS(2667), - [anon_sym_compl] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2669), - [anon_sym_PLUS_PLUS] = ACTIONS(2669), - [anon_sym_sizeof] = ACTIONS(2667), - [anon_sym___alignof__] = ACTIONS(2667), - [anon_sym___alignof] = ACTIONS(2667), - [anon_sym__alignof] = ACTIONS(2667), - [anon_sym_alignof] = ACTIONS(2667), - [anon_sym__Alignof] = ACTIONS(2667), - [anon_sym_offsetof] = ACTIONS(2667), - [anon_sym__Generic] = ACTIONS(2667), - [anon_sym_asm] = ACTIONS(2667), - [anon_sym___asm__] = ACTIONS(2667), - [anon_sym___asm] = ACTIONS(2667), - [aux_sym_number_literal_token1] = ACTIONS(2669), - [aux_sym_number_literal_token2] = ACTIONS(2667), - [anon_sym_L_SQUOTE] = ACTIONS(2669), - [anon_sym_u_SQUOTE] = ACTIONS(2669), - [anon_sym_U_SQUOTE] = ACTIONS(2669), - [anon_sym_u8_SQUOTE] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2669), - [anon_sym_L_DQUOTE] = ACTIONS(2669), - [anon_sym_u_DQUOTE] = ACTIONS(2669), - [anon_sym_U_DQUOTE] = ACTIONS(2669), - [anon_sym_u8_DQUOTE] = ACTIONS(2669), - [anon_sym_DQUOTE] = ACTIONS(2669), - [sym_true] = ACTIONS(2667), - [sym_false] = ACTIONS(2667), - [anon_sym_NULL] = ACTIONS(2667), - [anon_sym_nullptr] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [anon_sym_delete] = ACTIONS(2667), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_namespace] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_concept] = ACTIONS(2667), - [anon_sym_co_return] = ACTIONS(2667), - [anon_sym_co_yield] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - [anon_sym_R_DQUOTE] = ACTIONS(2669), - [anon_sym_LR_DQUOTE] = ACTIONS(2669), - [anon_sym_uR_DQUOTE] = ACTIONS(2669), - [anon_sym_UR_DQUOTE] = ACTIONS(2669), - [anon_sym_u8R_DQUOTE] = ACTIONS(2669), - [anon_sym_co_await] = ACTIONS(2667), - [anon_sym_new] = ACTIONS(2667), - [anon_sym_requires] = ACTIONS(2667), - [sym_this] = ACTIONS(2667), - }, - [237] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4410), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(7043), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7064), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2671), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [238] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4529), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8327), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2673), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4541), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8214), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2663), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(2676), - [anon_sym___extension__] = ACTIONS(2678), - [anon_sym_virtual] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym___attribute__] = ACTIONS(2681), - [anon_sym___attribute] = ACTIONS(2681), - [anon_sym_COLON_COLON] = ACTIONS(2683), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), - [anon_sym___declspec] = ACTIONS(2681), - [anon_sym_signed] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym___inline] = ACTIONS(2681), - [anon_sym___inline__] = ACTIONS(2681), - [anon_sym___forceinline] = ACTIONS(2681), - [anon_sym_thread_local] = ACTIONS(2681), - [anon_sym___thread] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_constexpr] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym___restrict__] = ACTIONS(2681), - [anon_sym__Atomic] = ACTIONS(2681), - [anon_sym__Noreturn] = ACTIONS(2681), - [anon_sym_noreturn] = ACTIONS(2681), - [anon_sym__Nonnull] = ACTIONS(2681), - [anon_sym_mutable] = ACTIONS(2681), - [anon_sym_constinit] = ACTIONS(2681), - [anon_sym_consteval] = ACTIONS(2681), - [anon_sym_PROGMEM] = ACTIONS(2681), - [anon_sym_alignas] = ACTIONS(2681), - [anon_sym__Alignas] = ACTIONS(2681), - [aux_sym_primitive_type_token1] = ACTIONS(2688), - [anon_sym_byte] = ACTIONS(2688), - [anon_sym_word] = ACTIONS(2688), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_class] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym___extension__] = ACTIONS(2668), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2673), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2678), + [anon_sym_byte] = ACTIONS(2678), + [anon_sym_word] = ACTIONS(2678), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -78951,10 +78513,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2681), - [anon_sym_decltype] = ACTIONS(2691), - [anon_sym_typename] = ACTIONS(2681), - [anon_sym_template] = ACTIONS(2694), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2681), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2684), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -78966,397 +78528,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [239] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4411), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6850), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7405), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2697), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [240] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4436), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(7037), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7077), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2699), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [241] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4526), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8307), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2701), - [anon_sym_LPAREN2] = ACTIONS(1412), + [236] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4561), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8252), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2687), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym___extension__] = ACTIONS(2706), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2711), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2716), - [anon_sym_byte] = ACTIONS(2716), - [anon_sym_word] = ACTIONS(2716), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym___extension__] = ACTIONS(2692), + [anon_sym_virtual] = ACTIONS(2695), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym___attribute__] = ACTIONS(2695), + [anon_sym___attribute] = ACTIONS(2695), + [anon_sym_COLON_COLON] = ACTIONS(2697), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), + [anon_sym___declspec] = ACTIONS(2695), + [anon_sym_signed] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_inline] = ACTIONS(2695), + [anon_sym___inline] = ACTIONS(2695), + [anon_sym___inline__] = ACTIONS(2695), + [anon_sym___forceinline] = ACTIONS(2695), + [anon_sym_thread_local] = ACTIONS(2695), + [anon_sym___thread] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_constexpr] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym___restrict__] = ACTIONS(2695), + [anon_sym__Atomic] = ACTIONS(2695), + [anon_sym__Noreturn] = ACTIONS(2695), + [anon_sym_noreturn] = ACTIONS(2695), + [anon_sym__Nonnull] = ACTIONS(2695), + [anon_sym_mutable] = ACTIONS(2695), + [anon_sym_constinit] = ACTIONS(2695), + [anon_sym_consteval] = ACTIONS(2695), + [anon_sym_PROGMEM] = ACTIONS(2695), + [anon_sym_alignas] = ACTIONS(2695), + [anon_sym__Alignas] = ACTIONS(2695), + [aux_sym_primitive_type_token1] = ACTIONS(2702), + [anon_sym_byte] = ACTIONS(2702), + [anon_sym_word] = ACTIONS(2702), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_class] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -79389,10 +78659,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2719), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2722), + [sym_auto] = ACTIONS(2695), + [anon_sym_decltype] = ACTIONS(2705), + [anon_sym_typename] = ACTIONS(2695), + [anon_sym_template] = ACTIONS(2708), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -79404,227 +78674,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [242] = { - [sym_else_clause] = STATE(289), - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_include_token1] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [aux_sym_preproc_else_token1] = ACTIONS(2725), - [aux_sym_preproc_elif_token1] = ACTIONS(2725), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym___extension__] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___attribute] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym___cdecl] = ACTIONS(2725), - [anon_sym___clrcall] = ACTIONS(2725), - [anon_sym___stdcall] = ACTIONS(2725), - [anon_sym___fastcall] = ACTIONS(2725), - [anon_sym___thiscall] = ACTIONS(2725), - [anon_sym___vectorcall] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym___inline] = ACTIONS(2725), - [anon_sym___inline__] = ACTIONS(2725), - [anon_sym___forceinline] = ACTIONS(2725), - [anon_sym_thread_local] = ACTIONS(2725), - [anon_sym___thread] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym___restrict__] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym__Noreturn] = ACTIONS(2725), - [anon_sym_noreturn] = ACTIONS(2725), - [anon_sym__Nonnull] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constinit] = ACTIONS(2725), - [anon_sym_consteval] = ACTIONS(2725), - [anon_sym_PROGMEM] = ACTIONS(2725), - [anon_sym_alignas] = ACTIONS(2725), - [anon_sym__Alignas] = ACTIONS(2725), - [aux_sym_primitive_type_token1] = ACTIONS(2725), - [anon_sym_byte] = ACTIONS(2725), - [anon_sym_word] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), - [anon_sym_else] = ACTIONS(2587), - [anon_sym_switch] = ACTIONS(2725), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_do] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_goto] = ACTIONS(2725), - [anon_sym___try] = ACTIONS(2725), - [anon_sym___leave] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2725), - [anon_sym_compl] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2727), - [anon_sym_sizeof] = ACTIONS(2725), - [anon_sym___alignof__] = ACTIONS(2725), - [anon_sym___alignof] = ACTIONS(2725), - [anon_sym__alignof] = ACTIONS(2725), - [anon_sym_alignof] = ACTIONS(2725), - [anon_sym__Alignof] = ACTIONS(2725), - [anon_sym_offsetof] = ACTIONS(2725), - [anon_sym__Generic] = ACTIONS(2725), - [anon_sym_asm] = ACTIONS(2725), - [anon_sym___asm__] = ACTIONS(2725), - [anon_sym___asm] = ACTIONS(2725), - [aux_sym_number_literal_token1] = ACTIONS(2727), - [aux_sym_number_literal_token2] = ACTIONS(2725), - [anon_sym_L_SQUOTE] = ACTIONS(2727), - [anon_sym_u_SQUOTE] = ACTIONS(2727), - [anon_sym_U_SQUOTE] = ACTIONS(2727), - [anon_sym_u8_SQUOTE] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_L_DQUOTE] = ACTIONS(2727), - [anon_sym_u_DQUOTE] = ACTIONS(2727), - [anon_sym_U_DQUOTE] = ACTIONS(2727), - [anon_sym_u8_DQUOTE] = ACTIONS(2727), - [anon_sym_DQUOTE] = ACTIONS(2727), - [sym_true] = ACTIONS(2725), - [sym_false] = ACTIONS(2725), - [anon_sym_NULL] = ACTIONS(2725), - [anon_sym_nullptr] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2725), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [anon_sym_delete] = ACTIONS(2725), - [anon_sym_throw] = ACTIONS(2725), - [anon_sym_namespace] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_concept] = ACTIONS(2725), - [anon_sym_co_return] = ACTIONS(2725), - [anon_sym_co_yield] = ACTIONS(2725), - [anon_sym_R_DQUOTE] = ACTIONS(2727), - [anon_sym_LR_DQUOTE] = ACTIONS(2727), - [anon_sym_uR_DQUOTE] = ACTIONS(2727), - [anon_sym_UR_DQUOTE] = ACTIONS(2727), - [anon_sym_u8R_DQUOTE] = ACTIONS(2727), - [anon_sym_co_await] = ACTIONS(2725), - [anon_sym_new] = ACTIONS(2725), - [anon_sym_requires] = ACTIONS(2725), - [sym_this] = ACTIONS(2725), - }, - [243] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4431), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6936), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7247), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [237] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4380), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6866), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7085), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -79641,136 +78765,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2729), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2711), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [244] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4379), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6842), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7431), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [238] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4374), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6951), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7139), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -79787,136 +78911,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2731), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2713), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [245] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4422), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6927), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7269), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [239] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_include_token1] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token2] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [aux_sym_preproc_else_token1] = ACTIONS(1924), + [aux_sym_preproc_elif_token1] = ACTIONS(1924), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_PLUS] = ACTIONS(1924), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym___cdecl] = ACTIONS(1924), + [anon_sym___clrcall] = ACTIONS(1924), + [anon_sym___stdcall] = ACTIONS(1924), + [anon_sym___fastcall] = ACTIONS(1924), + [anon_sym___thiscall] = ACTIONS(1924), + [anon_sym___vectorcall] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_else] = ACTIONS(1924), + [anon_sym_switch] = ACTIONS(1924), + [anon_sym_case] = ACTIONS(1924), + [anon_sym_default] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_goto] = ACTIONS(1924), + [anon_sym___try] = ACTIONS(1924), + [anon_sym___leave] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_compl] = ACTIONS(1924), + [anon_sym_DASH_DASH] = ACTIONS(1922), + [anon_sym_PLUS_PLUS] = ACTIONS(1922), + [anon_sym_sizeof] = ACTIONS(1924), + [anon_sym___alignof__] = ACTIONS(1924), + [anon_sym___alignof] = ACTIONS(1924), + [anon_sym__alignof] = ACTIONS(1924), + [anon_sym_alignof] = ACTIONS(1924), + [anon_sym__Alignof] = ACTIONS(1924), + [anon_sym_offsetof] = ACTIONS(1924), + [anon_sym__Generic] = ACTIONS(1924), + [anon_sym_asm] = ACTIONS(1924), + [anon_sym___asm__] = ACTIONS(1924), + [anon_sym___asm] = ACTIONS(1924), + [aux_sym_number_literal_token1] = ACTIONS(1922), + [aux_sym_number_literal_token2] = ACTIONS(1924), + [anon_sym_L_SQUOTE] = ACTIONS(1922), + [anon_sym_u_SQUOTE] = ACTIONS(1922), + [anon_sym_U_SQUOTE] = ACTIONS(1922), + [anon_sym_u8_SQUOTE] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1922), + [anon_sym_L_DQUOTE] = ACTIONS(1922), + [anon_sym_u_DQUOTE] = ACTIONS(1922), + [anon_sym_U_DQUOTE] = ACTIONS(1922), + [anon_sym_u8_DQUOTE] = ACTIONS(1922), + [anon_sym_DQUOTE] = ACTIONS(1922), + [sym_true] = ACTIONS(1924), + [sym_false] = ACTIONS(1924), + [anon_sym_NULL] = ACTIONS(1924), + [anon_sym_nullptr] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_delete] = ACTIONS(1924), + [anon_sym_throw] = ACTIONS(1924), + [anon_sym_namespace] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_concept] = ACTIONS(1924), + [anon_sym_co_return] = ACTIONS(1924), + [anon_sym_co_yield] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + [anon_sym_R_DQUOTE] = ACTIONS(1922), + [anon_sym_LR_DQUOTE] = ACTIONS(1922), + [anon_sym_uR_DQUOTE] = ACTIONS(1922), + [anon_sym_UR_DQUOTE] = ACTIONS(1922), + [anon_sym_u8R_DQUOTE] = ACTIONS(1922), + [anon_sym_co_await] = ACTIONS(1924), + [anon_sym_new] = ACTIONS(1924), + [anon_sym_requires] = ACTIONS(1924), + [sym_this] = ACTIONS(1924), + }, + [240] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4366), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6839), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7098), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -79933,282 +79203,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2733), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2715), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [246] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_else] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), + [241] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4432), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6933), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7217), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2717), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [247] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4418), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6903), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7289), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [242] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4409), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6869), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7059), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -80225,136 +79495,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2735), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2719), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [248] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4393), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6883), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7329), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [243] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4449), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6898), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7383), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -80371,136 +79641,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2737), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2721), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [249] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4388), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6853), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7411), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [244] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4381), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6861), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7154), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -80517,136 +79787,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2739), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2723), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [250] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4362), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6829), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7424), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [245] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4486), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7848), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2725), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(2728), + [anon_sym___extension__] = ACTIONS(2730), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2735), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2740), + [anon_sym_byte] = ACTIONS(2740), + [anon_sym_word] = ACTIONS(2740), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2743), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2746), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [246] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4369), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6895), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7104), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -80663,136 +80079,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2741), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2749), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [251] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4358), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(6978), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7178), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), + [247] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4420), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6934), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7297), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_const] = ACTIONS(65), [anon_sym_constexpr] = ACTIONS(65), @@ -80809,130 +80225,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(65), [anon_sym_alignas] = ACTIONS(67), [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(2743), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2751), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [252] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4486), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8318), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2745), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(2748), - [anon_sym___extension__] = ACTIONS(2750), + [248] = { + [sym_else_clause] = STATE(272), + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_include_token1] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token2] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [aux_sym_preproc_else_token1] = ACTIONS(2753), + [aux_sym_preproc_elif_token1] = ACTIONS(2753), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_SEMI] = ACTIONS(2755), + [anon_sym___extension__] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), [anon_sym_virtual] = ACTIONS(2753), [anon_sym_extern] = ACTIONS(2753), [anon_sym___attribute__] = ACTIONS(2753), [anon_sym___attribute] = ACTIONS(2753), [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym___cdecl] = ACTIONS(2753), + [anon_sym___clrcall] = ACTIONS(2753), + [anon_sym___stdcall] = ACTIONS(2753), + [anon_sym___fastcall] = ACTIONS(2753), + [anon_sym___thiscall] = ACTIONS(2753), + [anon_sym___vectorcall] = ACTIONS(2753), + [anon_sym_LBRACE] = ACTIONS(2755), [anon_sym_signed] = ACTIONS(2753), [anon_sym_unsigned] = ACTIONS(2753), [anon_sym_long] = ACTIONS(2753), [anon_sym_short] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(2753), [anon_sym_static] = ACTIONS(2753), [anon_sym_register] = ACTIONS(2753), [anon_sym_inline] = ACTIONS(2753), @@ -80956,13 +80348,766 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(2753), [anon_sym_alignas] = ACTIONS(2753), [anon_sym__Alignas] = ACTIONS(2753), - [aux_sym_primitive_type_token1] = ACTIONS(2760), - [anon_sym_byte] = ACTIONS(2760), - [anon_sym_word] = ACTIONS(2760), + [aux_sym_primitive_type_token1] = ACTIONS(2753), + [anon_sym_byte] = ACTIONS(2753), + [anon_sym_word] = ACTIONS(2753), [anon_sym_enum] = ACTIONS(2753), [anon_sym_class] = ACTIONS(2753), [anon_sym_struct] = ACTIONS(2753), [anon_sym_union] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_else] = ACTIONS(2757), + [anon_sym_switch] = ACTIONS(2753), + [anon_sym_case] = ACTIONS(2753), + [anon_sym_default] = ACTIONS(2753), + [anon_sym_while] = ACTIONS(2753), + [anon_sym_do] = ACTIONS(2753), + [anon_sym_for] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_goto] = ACTIONS(2753), + [anon_sym___try] = ACTIONS(2753), + [anon_sym___leave] = ACTIONS(2753), + [anon_sym_not] = ACTIONS(2753), + [anon_sym_compl] = ACTIONS(2753), + [anon_sym_DASH_DASH] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2755), + [anon_sym_sizeof] = ACTIONS(2753), + [anon_sym___alignof__] = ACTIONS(2753), + [anon_sym___alignof] = ACTIONS(2753), + [anon_sym__alignof] = ACTIONS(2753), + [anon_sym_alignof] = ACTIONS(2753), + [anon_sym__Alignof] = ACTIONS(2753), + [anon_sym_offsetof] = ACTIONS(2753), + [anon_sym__Generic] = ACTIONS(2753), + [anon_sym_asm] = ACTIONS(2753), + [anon_sym___asm__] = ACTIONS(2753), + [anon_sym___asm] = ACTIONS(2753), + [aux_sym_number_literal_token1] = ACTIONS(2755), + [aux_sym_number_literal_token2] = ACTIONS(2753), + [anon_sym_L_SQUOTE] = ACTIONS(2755), + [anon_sym_u_SQUOTE] = ACTIONS(2755), + [anon_sym_U_SQUOTE] = ACTIONS(2755), + [anon_sym_u8_SQUOTE] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2755), + [anon_sym_L_DQUOTE] = ACTIONS(2755), + [anon_sym_u_DQUOTE] = ACTIONS(2755), + [anon_sym_U_DQUOTE] = ACTIONS(2755), + [anon_sym_u8_DQUOTE] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), + [sym_true] = ACTIONS(2753), + [sym_false] = ACTIONS(2753), + [anon_sym_NULL] = ACTIONS(2753), + [anon_sym_nullptr] = ACTIONS(2753), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2753), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [anon_sym_delete] = ACTIONS(2753), + [anon_sym_throw] = ACTIONS(2753), + [anon_sym_namespace] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_concept] = ACTIONS(2753), + [anon_sym_co_return] = ACTIONS(2753), + [anon_sym_co_yield] = ACTIONS(2753), + [anon_sym_R_DQUOTE] = ACTIONS(2755), + [anon_sym_LR_DQUOTE] = ACTIONS(2755), + [anon_sym_uR_DQUOTE] = ACTIONS(2755), + [anon_sym_UR_DQUOTE] = ACTIONS(2755), + [anon_sym_u8R_DQUOTE] = ACTIONS(2755), + [anon_sym_co_await] = ACTIONS(2753), + [anon_sym_new] = ACTIONS(2753), + [anon_sym_requires] = ACTIONS(2753), + [sym_this] = ACTIONS(2753), + }, + [249] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4425), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6919), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7220), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2759), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [250] = { + [sym_else_clause] = STATE(279), + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_include_token1] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token2] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [aux_sym_preproc_else_token1] = ACTIONS(2761), + [aux_sym_preproc_elif_token1] = ACTIONS(2761), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym___extension__] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___attribute] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym___cdecl] = ACTIONS(2761), + [anon_sym___clrcall] = ACTIONS(2761), + [anon_sym___stdcall] = ACTIONS(2761), + [anon_sym___fastcall] = ACTIONS(2761), + [anon_sym___thiscall] = ACTIONS(2761), + [anon_sym___vectorcall] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym___inline] = ACTIONS(2761), + [anon_sym___inline__] = ACTIONS(2761), + [anon_sym___forceinline] = ACTIONS(2761), + [anon_sym_thread_local] = ACTIONS(2761), + [anon_sym___thread] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym___restrict__] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym__Noreturn] = ACTIONS(2761), + [anon_sym_noreturn] = ACTIONS(2761), + [anon_sym__Nonnull] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constinit] = ACTIONS(2761), + [anon_sym_consteval] = ACTIONS(2761), + [anon_sym_PROGMEM] = ACTIONS(2761), + [anon_sym_alignas] = ACTIONS(2761), + [anon_sym__Alignas] = ACTIONS(2761), + [aux_sym_primitive_type_token1] = ACTIONS(2761), + [anon_sym_byte] = ACTIONS(2761), + [anon_sym_word] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_else] = ACTIONS(2757), + [anon_sym_switch] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_default] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_do] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym___try] = ACTIONS(2761), + [anon_sym___leave] = ACTIONS(2761), + [anon_sym_not] = ACTIONS(2761), + [anon_sym_compl] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_sizeof] = ACTIONS(2761), + [anon_sym___alignof__] = ACTIONS(2761), + [anon_sym___alignof] = ACTIONS(2761), + [anon_sym__alignof] = ACTIONS(2761), + [anon_sym_alignof] = ACTIONS(2761), + [anon_sym__Alignof] = ACTIONS(2761), + [anon_sym_offsetof] = ACTIONS(2761), + [anon_sym__Generic] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym___asm__] = ACTIONS(2761), + [anon_sym___asm] = ACTIONS(2761), + [aux_sym_number_literal_token1] = ACTIONS(2763), + [aux_sym_number_literal_token2] = ACTIONS(2761), + [anon_sym_L_SQUOTE] = ACTIONS(2763), + [anon_sym_u_SQUOTE] = ACTIONS(2763), + [anon_sym_U_SQUOTE] = ACTIONS(2763), + [anon_sym_u8_SQUOTE] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2763), + [anon_sym_L_DQUOTE] = ACTIONS(2763), + [anon_sym_u_DQUOTE] = ACTIONS(2763), + [anon_sym_U_DQUOTE] = ACTIONS(2763), + [anon_sym_u8_DQUOTE] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2763), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [anon_sym_NULL] = ACTIONS(2761), + [anon_sym_nullptr] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [anon_sym_delete] = ACTIONS(2761), + [anon_sym_throw] = ACTIONS(2761), + [anon_sym_namespace] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_concept] = ACTIONS(2761), + [anon_sym_co_return] = ACTIONS(2761), + [anon_sym_co_yield] = ACTIONS(2761), + [anon_sym_R_DQUOTE] = ACTIONS(2763), + [anon_sym_LR_DQUOTE] = ACTIONS(2763), + [anon_sym_uR_DQUOTE] = ACTIONS(2763), + [anon_sym_UR_DQUOTE] = ACTIONS(2763), + [anon_sym_u8R_DQUOTE] = ACTIONS(2763), + [anon_sym_co_await] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(2761), + [anon_sym_requires] = ACTIONS(2761), + [sym_this] = ACTIONS(2761), + }, + [251] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4371), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(6908), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7116), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2765), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [252] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4391), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(7050), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7302), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(2767), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [253] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2470), + [anon_sym_typedef] = ACTIONS(2769), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2477), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), [anon_sym_DASH_DASH] = ACTIONS(101), @@ -80995,10 +81140,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2753), - [anon_sym_decltype] = ACTIONS(2763), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2766), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -81010,442 +81155,732 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [253] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_include_token1] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [aux_sym_preproc_else_token1] = ACTIONS(2769), - [aux_sym_preproc_elif_token1] = ACTIONS(2769), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym___extension__] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___attribute] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym___cdecl] = ACTIONS(2769), - [anon_sym___clrcall] = ACTIONS(2769), - [anon_sym___stdcall] = ACTIONS(2769), - [anon_sym___fastcall] = ACTIONS(2769), - [anon_sym___thiscall] = ACTIONS(2769), - [anon_sym___vectorcall] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym___inline] = ACTIONS(2769), - [anon_sym___inline__] = ACTIONS(2769), - [anon_sym___forceinline] = ACTIONS(2769), - [anon_sym_thread_local] = ACTIONS(2769), - [anon_sym___thread] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym___restrict__] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym__Noreturn] = ACTIONS(2769), - [anon_sym_noreturn] = ACTIONS(2769), - [anon_sym__Nonnull] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constinit] = ACTIONS(2769), - [anon_sym_consteval] = ACTIONS(2769), - [anon_sym_PROGMEM] = ACTIONS(2769), - [anon_sym_alignas] = ACTIONS(2769), - [anon_sym__Alignas] = ACTIONS(2769), - [aux_sym_primitive_type_token1] = ACTIONS(2769), - [anon_sym_byte] = ACTIONS(2769), - [anon_sym_word] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_else] = ACTIONS(2769), - [anon_sym_switch] = ACTIONS(2769), - [anon_sym_case] = ACTIONS(2769), - [anon_sym_default] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_do] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_goto] = ACTIONS(2769), - [anon_sym___try] = ACTIONS(2769), - [anon_sym___leave] = ACTIONS(2769), - [anon_sym_not] = ACTIONS(2769), - [anon_sym_compl] = ACTIONS(2769), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_sizeof] = ACTIONS(2769), - [anon_sym___alignof__] = ACTIONS(2769), - [anon_sym___alignof] = ACTIONS(2769), - [anon_sym__alignof] = ACTIONS(2769), - [anon_sym_alignof] = ACTIONS(2769), - [anon_sym__Alignof] = ACTIONS(2769), - [anon_sym_offsetof] = ACTIONS(2769), - [anon_sym__Generic] = ACTIONS(2769), - [anon_sym_asm] = ACTIONS(2769), - [anon_sym___asm__] = ACTIONS(2769), - [anon_sym___asm] = ACTIONS(2769), - [aux_sym_number_literal_token1] = ACTIONS(2771), - [aux_sym_number_literal_token2] = ACTIONS(2769), - [anon_sym_L_SQUOTE] = ACTIONS(2771), - [anon_sym_u_SQUOTE] = ACTIONS(2771), - [anon_sym_U_SQUOTE] = ACTIONS(2771), - [anon_sym_u8_SQUOTE] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_L_DQUOTE] = ACTIONS(2771), - [anon_sym_u_DQUOTE] = ACTIONS(2771), - [anon_sym_U_DQUOTE] = ACTIONS(2771), - [anon_sym_u8_DQUOTE] = ACTIONS(2771), - [anon_sym_DQUOTE] = ACTIONS(2771), - [sym_true] = ACTIONS(2769), - [sym_false] = ACTIONS(2769), - [anon_sym_NULL] = ACTIONS(2769), - [anon_sym_nullptr] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2769), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [anon_sym_delete] = ACTIONS(2769), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_namespace] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_concept] = ACTIONS(2769), - [anon_sym_co_return] = ACTIONS(2769), - [anon_sym_co_yield] = ACTIONS(2769), - [anon_sym_R_DQUOTE] = ACTIONS(2771), - [anon_sym_LR_DQUOTE] = ACTIONS(2771), - [anon_sym_uR_DQUOTE] = ACTIONS(2771), - [anon_sym_UR_DQUOTE] = ACTIONS(2771), - [anon_sym_u8R_DQUOTE] = ACTIONS(2771), - [anon_sym_co_await] = ACTIONS(2769), - [anon_sym_new] = ACTIONS(2769), - [anon_sym_requires] = ACTIONS(2769), - [sym_this] = ACTIONS(2769), - }, [254] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_include_token1] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [aux_sym_preproc_else_token1] = ACTIONS(2773), - [aux_sym_preproc_elif_token1] = ACTIONS(2773), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym___extension__] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___attribute] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym___cdecl] = ACTIONS(2773), - [anon_sym___clrcall] = ACTIONS(2773), - [anon_sym___stdcall] = ACTIONS(2773), - [anon_sym___fastcall] = ACTIONS(2773), - [anon_sym___thiscall] = ACTIONS(2773), - [anon_sym___vectorcall] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym___inline] = ACTIONS(2773), - [anon_sym___inline__] = ACTIONS(2773), - [anon_sym___forceinline] = ACTIONS(2773), - [anon_sym_thread_local] = ACTIONS(2773), - [anon_sym___thread] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym___restrict__] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym__Noreturn] = ACTIONS(2773), - [anon_sym_noreturn] = ACTIONS(2773), - [anon_sym__Nonnull] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constinit] = ACTIONS(2773), - [anon_sym_consteval] = ACTIONS(2773), - [anon_sym_PROGMEM] = ACTIONS(2773), - [anon_sym_alignas] = ACTIONS(2773), - [anon_sym__Alignas] = ACTIONS(2773), - [aux_sym_primitive_type_token1] = ACTIONS(2773), - [anon_sym_byte] = ACTIONS(2773), - [anon_sym_word] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_else] = ACTIONS(2773), - [anon_sym_switch] = ACTIONS(2773), - [anon_sym_case] = ACTIONS(2773), - [anon_sym_default] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_do] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym___try] = ACTIONS(2773), - [anon_sym___leave] = ACTIONS(2773), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_compl] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_sizeof] = ACTIONS(2773), - [anon_sym___alignof__] = ACTIONS(2773), - [anon_sym___alignof] = ACTIONS(2773), - [anon_sym__alignof] = ACTIONS(2773), - [anon_sym_alignof] = ACTIONS(2773), - [anon_sym__Alignof] = ACTIONS(2773), - [anon_sym_offsetof] = ACTIONS(2773), - [anon_sym__Generic] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym___asm__] = ACTIONS(2773), - [anon_sym___asm] = ACTIONS(2773), - [aux_sym_number_literal_token1] = ACTIONS(2775), - [aux_sym_number_literal_token2] = ACTIONS(2773), - [anon_sym_L_SQUOTE] = ACTIONS(2775), - [anon_sym_u_SQUOTE] = ACTIONS(2775), - [anon_sym_U_SQUOTE] = ACTIONS(2775), - [anon_sym_u8_SQUOTE] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_L_DQUOTE] = ACTIONS(2775), - [anon_sym_u_DQUOTE] = ACTIONS(2775), - [anon_sym_U_DQUOTE] = ACTIONS(2775), - [anon_sym_u8_DQUOTE] = ACTIONS(2775), - [anon_sym_DQUOTE] = ACTIONS(2775), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [anon_sym_NULL] = ACTIONS(2773), - [anon_sym_nullptr] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2773), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [anon_sym_delete] = ACTIONS(2773), - [anon_sym_throw] = ACTIONS(2773), - [anon_sym_namespace] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_concept] = ACTIONS(2773), - [anon_sym_co_return] = ACTIONS(2773), - [anon_sym_co_yield] = ACTIONS(2773), - [anon_sym_R_DQUOTE] = ACTIONS(2775), - [anon_sym_LR_DQUOTE] = ACTIONS(2775), - [anon_sym_uR_DQUOTE] = ACTIONS(2775), - [anon_sym_UR_DQUOTE] = ACTIONS(2775), - [anon_sym_u8R_DQUOTE] = ACTIONS(2775), - [anon_sym_co_await] = ACTIONS(2773), - [anon_sym_new] = ACTIONS(2773), - [anon_sym_requires] = ACTIONS(2773), - [sym_this] = ACTIONS(2773), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2470), + [anon_sym_typedef] = ACTIONS(2554), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2477), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [255] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_include_token1] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [aux_sym_preproc_else_token1] = ACTIONS(2777), - [aux_sym_preproc_elif_token1] = ACTIONS(2777), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_PLUS] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym___cdecl] = ACTIONS(2777), - [anon_sym___clrcall] = ACTIONS(2777), - [anon_sym___stdcall] = ACTIONS(2777), - [anon_sym___fastcall] = ACTIONS(2777), - [anon_sym___thiscall] = ACTIONS(2777), - [anon_sym___vectorcall] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_else] = ACTIONS(2777), - [anon_sym_switch] = ACTIONS(2777), - [anon_sym_case] = ACTIONS(2777), - [anon_sym_default] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_do] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_goto] = ACTIONS(2777), - [anon_sym___try] = ACTIONS(2777), - [anon_sym___leave] = ACTIONS(2777), - [anon_sym_not] = ACTIONS(2777), - [anon_sym_compl] = ACTIONS(2777), - [anon_sym_DASH_DASH] = ACTIONS(2779), - [anon_sym_PLUS_PLUS] = ACTIONS(2779), - [anon_sym_sizeof] = ACTIONS(2777), - [anon_sym___alignof__] = ACTIONS(2777), - [anon_sym___alignof] = ACTIONS(2777), - [anon_sym__alignof] = ACTIONS(2777), - [anon_sym_alignof] = ACTIONS(2777), - [anon_sym__Alignof] = ACTIONS(2777), - [anon_sym_offsetof] = ACTIONS(2777), - [anon_sym__Generic] = ACTIONS(2777), - [anon_sym_asm] = ACTIONS(2777), - [anon_sym___asm__] = ACTIONS(2777), - [anon_sym___asm] = ACTIONS(2777), - [aux_sym_number_literal_token1] = ACTIONS(2779), - [aux_sym_number_literal_token2] = ACTIONS(2777), - [anon_sym_L_SQUOTE] = ACTIONS(2779), - [anon_sym_u_SQUOTE] = ACTIONS(2779), - [anon_sym_U_SQUOTE] = ACTIONS(2779), - [anon_sym_u8_SQUOTE] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_L_DQUOTE] = ACTIONS(2779), - [anon_sym_u_DQUOTE] = ACTIONS(2779), - [anon_sym_U_DQUOTE] = ACTIONS(2779), - [anon_sym_u8_DQUOTE] = ACTIONS(2779), - [anon_sym_DQUOTE] = ACTIONS(2779), - [sym_true] = ACTIONS(2777), - [sym_false] = ACTIONS(2777), - [anon_sym_NULL] = ACTIONS(2777), - [anon_sym_nullptr] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [anon_sym_delete] = ACTIONS(2777), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_namespace] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_concept] = ACTIONS(2777), - [anon_sym_co_return] = ACTIONS(2777), - [anon_sym_co_yield] = ACTIONS(2777), - [anon_sym_R_DQUOTE] = ACTIONS(2779), - [anon_sym_LR_DQUOTE] = ACTIONS(2779), - [anon_sym_uR_DQUOTE] = ACTIONS(2779), - [anon_sym_UR_DQUOTE] = ACTIONS(2779), - [anon_sym_u8R_DQUOTE] = ACTIONS(2779), - [anon_sym_co_await] = ACTIONS(2777), - [anon_sym_new] = ACTIONS(2777), - [anon_sym_requires] = ACTIONS(2777), - [sym_this] = ACTIONS(2777), + [sym_identifier] = ACTIONS(2771), + [aux_sym_preproc_include_token1] = ACTIONS(2771), + [aux_sym_preproc_def_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token2] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2771), + [aux_sym_preproc_else_token1] = ACTIONS(2771), + [aux_sym_preproc_elif_token1] = ACTIONS(2771), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2771), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2771), + [sym_preproc_directive] = ACTIONS(2771), + [anon_sym_LPAREN2] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2771), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym___extension__] = ACTIONS(2771), + [anon_sym_typedef] = ACTIONS(2771), + [anon_sym_virtual] = ACTIONS(2771), + [anon_sym_extern] = ACTIONS(2771), + [anon_sym___attribute__] = ACTIONS(2771), + [anon_sym___attribute] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2771), + [anon_sym___based] = ACTIONS(2771), + [anon_sym___cdecl] = ACTIONS(2771), + [anon_sym___clrcall] = ACTIONS(2771), + [anon_sym___stdcall] = ACTIONS(2771), + [anon_sym___fastcall] = ACTIONS(2771), + [anon_sym___thiscall] = ACTIONS(2771), + [anon_sym___vectorcall] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2771), + [anon_sym_unsigned] = ACTIONS(2771), + [anon_sym_long] = ACTIONS(2771), + [anon_sym_short] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_static] = ACTIONS(2771), + [anon_sym_register] = ACTIONS(2771), + [anon_sym_inline] = ACTIONS(2771), + [anon_sym___inline] = ACTIONS(2771), + [anon_sym___inline__] = ACTIONS(2771), + [anon_sym___forceinline] = ACTIONS(2771), + [anon_sym_thread_local] = ACTIONS(2771), + [anon_sym___thread] = ACTIONS(2771), + [anon_sym_const] = ACTIONS(2771), + [anon_sym_constexpr] = ACTIONS(2771), + [anon_sym_volatile] = ACTIONS(2771), + [anon_sym_restrict] = ACTIONS(2771), + [anon_sym___restrict__] = ACTIONS(2771), + [anon_sym__Atomic] = ACTIONS(2771), + [anon_sym__Noreturn] = ACTIONS(2771), + [anon_sym_noreturn] = ACTIONS(2771), + [anon_sym__Nonnull] = ACTIONS(2771), + [anon_sym_mutable] = ACTIONS(2771), + [anon_sym_constinit] = ACTIONS(2771), + [anon_sym_consteval] = ACTIONS(2771), + [anon_sym_PROGMEM] = ACTIONS(2771), + [anon_sym_alignas] = ACTIONS(2771), + [anon_sym__Alignas] = ACTIONS(2771), + [aux_sym_primitive_type_token1] = ACTIONS(2771), + [anon_sym_byte] = ACTIONS(2771), + [anon_sym_word] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_union] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_else] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [anon_sym_case] = ACTIONS(2771), + [anon_sym_default] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_goto] = ACTIONS(2771), + [anon_sym___try] = ACTIONS(2771), + [anon_sym___leave] = ACTIONS(2771), + [anon_sym_not] = ACTIONS(2771), + [anon_sym_compl] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_sizeof] = ACTIONS(2771), + [anon_sym___alignof__] = ACTIONS(2771), + [anon_sym___alignof] = ACTIONS(2771), + [anon_sym__alignof] = ACTIONS(2771), + [anon_sym_alignof] = ACTIONS(2771), + [anon_sym__Alignof] = ACTIONS(2771), + [anon_sym_offsetof] = ACTIONS(2771), + [anon_sym__Generic] = ACTIONS(2771), + [anon_sym_asm] = ACTIONS(2771), + [anon_sym___asm__] = ACTIONS(2771), + [anon_sym___asm] = ACTIONS(2771), + [aux_sym_number_literal_token1] = ACTIONS(2773), + [aux_sym_number_literal_token2] = ACTIONS(2771), + [anon_sym_L_SQUOTE] = ACTIONS(2773), + [anon_sym_u_SQUOTE] = ACTIONS(2773), + [anon_sym_U_SQUOTE] = ACTIONS(2773), + [anon_sym_u8_SQUOTE] = ACTIONS(2773), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_L_DQUOTE] = ACTIONS(2773), + [anon_sym_u_DQUOTE] = ACTIONS(2773), + [anon_sym_U_DQUOTE] = ACTIONS(2773), + [anon_sym_u8_DQUOTE] = ACTIONS(2773), + [anon_sym_DQUOTE] = ACTIONS(2773), + [sym_true] = ACTIONS(2771), + [sym_false] = ACTIONS(2771), + [anon_sym_NULL] = ACTIONS(2771), + [anon_sym_nullptr] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2771), + [anon_sym_decltype] = ACTIONS(2771), + [anon_sym_explicit] = ACTIONS(2771), + [anon_sym_typename] = ACTIONS(2771), + [anon_sym_template] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_delete] = ACTIONS(2771), + [anon_sym_throw] = ACTIONS(2771), + [anon_sym_namespace] = ACTIONS(2771), + [anon_sym_using] = ACTIONS(2771), + [anon_sym_static_assert] = ACTIONS(2771), + [anon_sym_concept] = ACTIONS(2771), + [anon_sym_co_return] = ACTIONS(2771), + [anon_sym_co_yield] = ACTIONS(2771), + [anon_sym_R_DQUOTE] = ACTIONS(2773), + [anon_sym_LR_DQUOTE] = ACTIONS(2773), + [anon_sym_uR_DQUOTE] = ACTIONS(2773), + [anon_sym_UR_DQUOTE] = ACTIONS(2773), + [anon_sym_u8R_DQUOTE] = ACTIONS(2773), + [anon_sym_co_await] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(2771), + [anon_sym_requires] = ACTIONS(2771), + [sym_this] = ACTIONS(2771), }, [256] = { + [sym_identifier] = ACTIONS(2775), + [aux_sym_preproc_include_token1] = ACTIONS(2775), + [aux_sym_preproc_def_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token2] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2775), + [aux_sym_preproc_else_token1] = ACTIONS(2775), + [aux_sym_preproc_elif_token1] = ACTIONS(2775), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2775), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2775), + [sym_preproc_directive] = ACTIONS(2775), + [anon_sym_LPAREN2] = ACTIONS(2777), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2777), + [anon_sym_AMP_AMP] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2775), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym___extension__] = ACTIONS(2775), + [anon_sym_typedef] = ACTIONS(2775), + [anon_sym_virtual] = ACTIONS(2775), + [anon_sym_extern] = ACTIONS(2775), + [anon_sym___attribute__] = ACTIONS(2775), + [anon_sym___attribute] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2775), + [anon_sym___based] = ACTIONS(2775), + [anon_sym___cdecl] = ACTIONS(2775), + [anon_sym___clrcall] = ACTIONS(2775), + [anon_sym___stdcall] = ACTIONS(2775), + [anon_sym___fastcall] = ACTIONS(2775), + [anon_sym___thiscall] = ACTIONS(2775), + [anon_sym___vectorcall] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2775), + [anon_sym_unsigned] = ACTIONS(2775), + [anon_sym_long] = ACTIONS(2775), + [anon_sym_short] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_static] = ACTIONS(2775), + [anon_sym_register] = ACTIONS(2775), + [anon_sym_inline] = ACTIONS(2775), + [anon_sym___inline] = ACTIONS(2775), + [anon_sym___inline__] = ACTIONS(2775), + [anon_sym___forceinline] = ACTIONS(2775), + [anon_sym_thread_local] = ACTIONS(2775), + [anon_sym___thread] = ACTIONS(2775), + [anon_sym_const] = ACTIONS(2775), + [anon_sym_constexpr] = ACTIONS(2775), + [anon_sym_volatile] = ACTIONS(2775), + [anon_sym_restrict] = ACTIONS(2775), + [anon_sym___restrict__] = ACTIONS(2775), + [anon_sym__Atomic] = ACTIONS(2775), + [anon_sym__Noreturn] = ACTIONS(2775), + [anon_sym_noreturn] = ACTIONS(2775), + [anon_sym__Nonnull] = ACTIONS(2775), + [anon_sym_mutable] = ACTIONS(2775), + [anon_sym_constinit] = ACTIONS(2775), + [anon_sym_consteval] = ACTIONS(2775), + [anon_sym_PROGMEM] = ACTIONS(2775), + [anon_sym_alignas] = ACTIONS(2775), + [anon_sym__Alignas] = ACTIONS(2775), + [aux_sym_primitive_type_token1] = ACTIONS(2775), + [anon_sym_byte] = ACTIONS(2775), + [anon_sym_word] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_union] = ACTIONS(2775), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_else] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [anon_sym_case] = ACTIONS(2775), + [anon_sym_default] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_goto] = ACTIONS(2775), + [anon_sym___try] = ACTIONS(2775), + [anon_sym___leave] = ACTIONS(2775), + [anon_sym_not] = ACTIONS(2775), + [anon_sym_compl] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_sizeof] = ACTIONS(2775), + [anon_sym___alignof__] = ACTIONS(2775), + [anon_sym___alignof] = ACTIONS(2775), + [anon_sym__alignof] = ACTIONS(2775), + [anon_sym_alignof] = ACTIONS(2775), + [anon_sym__Alignof] = ACTIONS(2775), + [anon_sym_offsetof] = ACTIONS(2775), + [anon_sym__Generic] = ACTIONS(2775), + [anon_sym_asm] = ACTIONS(2775), + [anon_sym___asm__] = ACTIONS(2775), + [anon_sym___asm] = ACTIONS(2775), + [aux_sym_number_literal_token1] = ACTIONS(2777), + [aux_sym_number_literal_token2] = ACTIONS(2775), + [anon_sym_L_SQUOTE] = ACTIONS(2777), + [anon_sym_u_SQUOTE] = ACTIONS(2777), + [anon_sym_U_SQUOTE] = ACTIONS(2777), + [anon_sym_u8_SQUOTE] = ACTIONS(2777), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_L_DQUOTE] = ACTIONS(2777), + [anon_sym_u_DQUOTE] = ACTIONS(2777), + [anon_sym_U_DQUOTE] = ACTIONS(2777), + [anon_sym_u8_DQUOTE] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2777), + [sym_true] = ACTIONS(2775), + [sym_false] = ACTIONS(2775), + [anon_sym_NULL] = ACTIONS(2775), + [anon_sym_nullptr] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2775), + [anon_sym_decltype] = ACTIONS(2775), + [anon_sym_explicit] = ACTIONS(2775), + [anon_sym_typename] = ACTIONS(2775), + [anon_sym_template] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_delete] = ACTIONS(2775), + [anon_sym_throw] = ACTIONS(2775), + [anon_sym_namespace] = ACTIONS(2775), + [anon_sym_using] = ACTIONS(2775), + [anon_sym_static_assert] = ACTIONS(2775), + [anon_sym_concept] = ACTIONS(2775), + [anon_sym_co_return] = ACTIONS(2775), + [anon_sym_co_yield] = ACTIONS(2775), + [anon_sym_R_DQUOTE] = ACTIONS(2777), + [anon_sym_LR_DQUOTE] = ACTIONS(2777), + [anon_sym_uR_DQUOTE] = ACTIONS(2777), + [anon_sym_UR_DQUOTE] = ACTIONS(2777), + [anon_sym_u8R_DQUOTE] = ACTIONS(2777), + [anon_sym_co_await] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(2775), + [anon_sym_requires] = ACTIONS(2775), + [sym_this] = ACTIONS(2775), + }, + [257] = { + [sym_identifier] = ACTIONS(2733), + [aux_sym_preproc_include_token1] = ACTIONS(2733), + [aux_sym_preproc_def_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token2] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2733), + [aux_sym_preproc_else_token1] = ACTIONS(2733), + [aux_sym_preproc_elif_token1] = ACTIONS(2733), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2733), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2733), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym___extension__] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2733), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym___cdecl] = ACTIONS(2733), + [anon_sym___clrcall] = ACTIONS(2733), + [anon_sym___stdcall] = ACTIONS(2733), + [anon_sym___fastcall] = ACTIONS(2733), + [anon_sym___thiscall] = ACTIONS(2733), + [anon_sym___vectorcall] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2733), + [anon_sym_byte] = ACTIONS(2733), + [anon_sym_word] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_if] = ACTIONS(2733), + [anon_sym_else] = ACTIONS(2733), + [anon_sym_switch] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_default] = ACTIONS(2733), + [anon_sym_while] = ACTIONS(2733), + [anon_sym_do] = ACTIONS(2733), + [anon_sym_for] = ACTIONS(2733), + [anon_sym_return] = ACTIONS(2733), + [anon_sym_break] = ACTIONS(2733), + [anon_sym_continue] = ACTIONS(2733), + [anon_sym_goto] = ACTIONS(2733), + [anon_sym___try] = ACTIONS(2733), + [anon_sym___leave] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2733), + [anon_sym_compl] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2733), + [anon_sym___alignof__] = ACTIONS(2733), + [anon_sym___alignof] = ACTIONS(2733), + [anon_sym__alignof] = ACTIONS(2733), + [anon_sym_alignof] = ACTIONS(2733), + [anon_sym__Alignof] = ACTIONS(2733), + [anon_sym_offsetof] = ACTIONS(2733), + [anon_sym__Generic] = ACTIONS(2733), + [anon_sym_asm] = ACTIONS(2733), + [anon_sym___asm__] = ACTIONS(2733), + [anon_sym___asm] = ACTIONS(2733), + [aux_sym_number_literal_token1] = ACTIONS(2738), + [aux_sym_number_literal_token2] = ACTIONS(2733), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2733), + [sym_false] = ACTIONS(2733), + [anon_sym_NULL] = ACTIONS(2733), + [anon_sym_nullptr] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2733), + [anon_sym_explicit] = ACTIONS(2733), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2733), + [anon_sym_operator] = ACTIONS(2733), + [anon_sym_try] = ACTIONS(2733), + [anon_sym_delete] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [anon_sym_namespace] = ACTIONS(2733), + [anon_sym_using] = ACTIONS(2733), + [anon_sym_static_assert] = ACTIONS(2733), + [anon_sym_concept] = ACTIONS(2733), + [anon_sym_co_return] = ACTIONS(2733), + [anon_sym_co_yield] = ACTIONS(2733), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2733), + [anon_sym_requires] = ACTIONS(2733), + [sym_this] = ACTIONS(2733), + }, + [258] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2470), + [anon_sym_typedef] = ACTIONS(2779), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2477), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [259] = { [sym_identifier] = ACTIONS(2781), [aux_sym_preproc_include_token1] = ACTIONS(2781), [aux_sym_preproc_def_token1] = ACTIONS(2781), @@ -81590,7 +82025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2781), [sym_this] = ACTIONS(2781), }, - [257] = { + [260] = { [sym_identifier] = ACTIONS(2785), [aux_sym_preproc_include_token1] = ACTIONS(2785), [aux_sym_preproc_def_token1] = ACTIONS(2785), @@ -81735,7 +82170,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2785), [sym_this] = ACTIONS(2785), }, - [258] = { + [261] = { [sym_identifier] = ACTIONS(2789), [aux_sym_preproc_include_token1] = ACTIONS(2789), [aux_sym_preproc_def_token1] = ACTIONS(2789), @@ -81880,7 +82315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2789), [sym_this] = ACTIONS(2789), }, - [259] = { + [262] = { [sym_identifier] = ACTIONS(2793), [aux_sym_preproc_include_token1] = ACTIONS(2793), [aux_sym_preproc_def_token1] = ACTIONS(2793), @@ -82025,7 +82460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2793), [sym_this] = ACTIONS(2793), }, - [260] = { + [263] = { [sym_identifier] = ACTIONS(2797), [aux_sym_preproc_include_token1] = ACTIONS(2797), [aux_sym_preproc_def_token1] = ACTIONS(2797), @@ -82170,7 +82605,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2797), [sym_this] = ACTIONS(2797), }, - [261] = { + [264] = { [sym_identifier] = ACTIONS(2801), [aux_sym_preproc_include_token1] = ACTIONS(2801), [aux_sym_preproc_def_token1] = ACTIONS(2801), @@ -82315,732 +82750,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2801), [sym_this] = ACTIONS(2801), }, - [262] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [aux_sym_preproc_else_token1] = ACTIONS(2781), - [aux_sym_preproc_elif_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [263] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_typedef] = ACTIONS(2805), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [264] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_typedef] = ACTIONS(2554), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, [265] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_include_token1] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [aux_sym_preproc_else_token1] = ACTIONS(2805), + [aux_sym_preproc_elif_token1] = ACTIONS(2805), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), + [anon_sym___extension__] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___attribute] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym___cdecl] = ACTIONS(2805), + [anon_sym___clrcall] = ACTIONS(2805), + [anon_sym___stdcall] = ACTIONS(2805), + [anon_sym___fastcall] = ACTIONS(2805), + [anon_sym___thiscall] = ACTIONS(2805), + [anon_sym___vectorcall] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym___inline] = ACTIONS(2805), + [anon_sym___inline__] = ACTIONS(2805), + [anon_sym___forceinline] = ACTIONS(2805), + [anon_sym_thread_local] = ACTIONS(2805), + [anon_sym___thread] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym___restrict__] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym__Noreturn] = ACTIONS(2805), + [anon_sym_noreturn] = ACTIONS(2805), + [anon_sym__Nonnull] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constinit] = ACTIONS(2805), + [anon_sym_consteval] = ACTIONS(2805), + [anon_sym_PROGMEM] = ACTIONS(2805), + [anon_sym_alignas] = ACTIONS(2805), + [anon_sym__Alignas] = ACTIONS(2805), + [aux_sym_primitive_type_token1] = ACTIONS(2805), + [anon_sym_byte] = ACTIONS(2805), + [anon_sym_word] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_else] = ACTIONS(2805), + [anon_sym_switch] = ACTIONS(2805), + [anon_sym_case] = ACTIONS(2805), + [anon_sym_default] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_do] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_goto] = ACTIONS(2805), + [anon_sym___try] = ACTIONS(2805), + [anon_sym___leave] = ACTIONS(2805), + [anon_sym_not] = ACTIONS(2805), + [anon_sym_compl] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_sizeof] = ACTIONS(2805), + [anon_sym___alignof__] = ACTIONS(2805), + [anon_sym___alignof] = ACTIONS(2805), + [anon_sym__alignof] = ACTIONS(2805), + [anon_sym_alignof] = ACTIONS(2805), + [anon_sym__Alignof] = ACTIONS(2805), + [anon_sym_offsetof] = ACTIONS(2805), + [anon_sym__Generic] = ACTIONS(2805), + [anon_sym_asm] = ACTIONS(2805), + [anon_sym___asm__] = ACTIONS(2805), + [anon_sym___asm] = ACTIONS(2805), + [aux_sym_number_literal_token1] = ACTIONS(2807), + [aux_sym_number_literal_token2] = ACTIONS(2805), + [anon_sym_L_SQUOTE] = ACTIONS(2807), + [anon_sym_u_SQUOTE] = ACTIONS(2807), + [anon_sym_U_SQUOTE] = ACTIONS(2807), + [anon_sym_u8_SQUOTE] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2807), + [anon_sym_L_DQUOTE] = ACTIONS(2807), + [anon_sym_u_DQUOTE] = ACTIONS(2807), + [anon_sym_U_DQUOTE] = ACTIONS(2807), + [anon_sym_u8_DQUOTE] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2807), + [sym_true] = ACTIONS(2805), + [sym_false] = ACTIONS(2805), + [anon_sym_NULL] = ACTIONS(2805), + [anon_sym_nullptr] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2805), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [anon_sym_delete] = ACTIONS(2805), + [anon_sym_throw] = ACTIONS(2805), + [anon_sym_namespace] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_concept] = ACTIONS(2805), + [anon_sym_co_return] = ACTIONS(2805), + [anon_sym_co_yield] = ACTIONS(2805), + [anon_sym_R_DQUOTE] = ACTIONS(2807), + [anon_sym_LR_DQUOTE] = ACTIONS(2807), + [anon_sym_uR_DQUOTE] = ACTIONS(2807), + [anon_sym_UR_DQUOTE] = ACTIONS(2807), + [anon_sym_u8R_DQUOTE] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2805), + [anon_sym_new] = ACTIONS(2805), + [anon_sym_requires] = ACTIONS(2805), + [sym_this] = ACTIONS(2805), }, [266] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_include_token1] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token2] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [aux_sym_preproc_else_token1] = ACTIONS(2753), - [aux_sym_preproc_elif_token1] = ACTIONS(2753), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_PLUS] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2758), - [anon_sym_AMP_AMP] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2758), - [anon_sym___extension__] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___attribute] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym___cdecl] = ACTIONS(2753), - [anon_sym___clrcall] = ACTIONS(2753), - [anon_sym___stdcall] = ACTIONS(2753), - [anon_sym___fastcall] = ACTIONS(2753), - [anon_sym___thiscall] = ACTIONS(2753), - [anon_sym___vectorcall] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym___inline] = ACTIONS(2753), - [anon_sym___inline__] = ACTIONS(2753), - [anon_sym___forceinline] = ACTIONS(2753), - [anon_sym_thread_local] = ACTIONS(2753), - [anon_sym___thread] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym___restrict__] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym__Noreturn] = ACTIONS(2753), - [anon_sym_noreturn] = ACTIONS(2753), - [anon_sym__Nonnull] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constinit] = ACTIONS(2753), - [anon_sym_consteval] = ACTIONS(2753), - [anon_sym_PROGMEM] = ACTIONS(2753), - [anon_sym_alignas] = ACTIONS(2753), - [anon_sym__Alignas] = ACTIONS(2753), - [aux_sym_primitive_type_token1] = ACTIONS(2753), - [anon_sym_byte] = ACTIONS(2753), - [anon_sym_word] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), - [anon_sym_if] = ACTIONS(2753), - [anon_sym_else] = ACTIONS(2753), - [anon_sym_switch] = ACTIONS(2753), - [anon_sym_case] = ACTIONS(2753), - [anon_sym_default] = ACTIONS(2753), - [anon_sym_while] = ACTIONS(2753), - [anon_sym_do] = ACTIONS(2753), - [anon_sym_for] = ACTIONS(2753), - [anon_sym_return] = ACTIONS(2753), - [anon_sym_break] = ACTIONS(2753), - [anon_sym_continue] = ACTIONS(2753), - [anon_sym_goto] = ACTIONS(2753), - [anon_sym___try] = ACTIONS(2753), - [anon_sym___leave] = ACTIONS(2753), - [anon_sym_not] = ACTIONS(2753), - [anon_sym_compl] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2758), - [anon_sym_PLUS_PLUS] = ACTIONS(2758), - [anon_sym_sizeof] = ACTIONS(2753), - [anon_sym___alignof__] = ACTIONS(2753), - [anon_sym___alignof] = ACTIONS(2753), - [anon_sym__alignof] = ACTIONS(2753), - [anon_sym_alignof] = ACTIONS(2753), - [anon_sym__Alignof] = ACTIONS(2753), - [anon_sym_offsetof] = ACTIONS(2753), - [anon_sym__Generic] = ACTIONS(2753), - [anon_sym_asm] = ACTIONS(2753), - [anon_sym___asm__] = ACTIONS(2753), - [anon_sym___asm] = ACTIONS(2753), - [aux_sym_number_literal_token1] = ACTIONS(2758), - [aux_sym_number_literal_token2] = ACTIONS(2753), - [anon_sym_L_SQUOTE] = ACTIONS(2758), - [anon_sym_u_SQUOTE] = ACTIONS(2758), - [anon_sym_U_SQUOTE] = ACTIONS(2758), - [anon_sym_u8_SQUOTE] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2758), - [anon_sym_L_DQUOTE] = ACTIONS(2758), - [anon_sym_u_DQUOTE] = ACTIONS(2758), - [anon_sym_U_DQUOTE] = ACTIONS(2758), - [anon_sym_u8_DQUOTE] = ACTIONS(2758), - [anon_sym_DQUOTE] = ACTIONS(2758), - [sym_true] = ACTIONS(2753), - [sym_false] = ACTIONS(2753), - [anon_sym_NULL] = ACTIONS(2753), - [anon_sym_nullptr] = ACTIONS(2753), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2753), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_try] = ACTIONS(2753), - [anon_sym_delete] = ACTIONS(2753), - [anon_sym_throw] = ACTIONS(2753), - [anon_sym_namespace] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_concept] = ACTIONS(2753), - [anon_sym_co_return] = ACTIONS(2753), - [anon_sym_co_yield] = ACTIONS(2753), - [anon_sym_R_DQUOTE] = ACTIONS(2758), - [anon_sym_LR_DQUOTE] = ACTIONS(2758), - [anon_sym_uR_DQUOTE] = ACTIONS(2758), - [anon_sym_UR_DQUOTE] = ACTIONS(2758), - [anon_sym_u8R_DQUOTE] = ACTIONS(2758), - [anon_sym_co_await] = ACTIONS(2753), - [anon_sym_new] = ACTIONS(2753), - [anon_sym_requires] = ACTIONS(2753), - [sym_this] = ACTIONS(2753), - }, - [267] = { [sym_identifier] = ACTIONS(2809), [aux_sym_preproc_include_token1] = ACTIONS(2809), [aux_sym_preproc_def_token1] = ACTIONS(2809), @@ -83185,207 +83040,1367 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2809), [sym_this] = ACTIONS(2809), }, + [267] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [aux_sym_preproc_else_token1] = ACTIONS(2813), + [aux_sym_preproc_elif_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, [268] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2470), + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [aux_sym_preproc_else_token1] = ACTIONS(2813), + [aux_sym_preproc_elif_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), [anon_sym_typedef] = ACTIONS(2813), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), }, [269] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_include_token1] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token2] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [aux_sym_preproc_else_token1] = ACTIONS(2817), + [aux_sym_preproc_elif_token1] = ACTIONS(2817), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_PLUS] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym___cdecl] = ACTIONS(2817), + [anon_sym___clrcall] = ACTIONS(2817), + [anon_sym___stdcall] = ACTIONS(2817), + [anon_sym___fastcall] = ACTIONS(2817), + [anon_sym___thiscall] = ACTIONS(2817), + [anon_sym___vectorcall] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2817), + [anon_sym_else] = ACTIONS(2817), + [anon_sym_switch] = ACTIONS(2817), + [anon_sym_case] = ACTIONS(2817), + [anon_sym_default] = ACTIONS(2817), + [anon_sym_while] = ACTIONS(2817), + [anon_sym_do] = ACTIONS(2817), + [anon_sym_for] = ACTIONS(2817), + [anon_sym_return] = ACTIONS(2817), + [anon_sym_break] = ACTIONS(2817), + [anon_sym_continue] = ACTIONS(2817), + [anon_sym_goto] = ACTIONS(2817), + [anon_sym___try] = ACTIONS(2817), + [anon_sym___leave] = ACTIONS(2817), + [anon_sym_not] = ACTIONS(2817), + [anon_sym_compl] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_sizeof] = ACTIONS(2817), + [anon_sym___alignof__] = ACTIONS(2817), + [anon_sym___alignof] = ACTIONS(2817), + [anon_sym__alignof] = ACTIONS(2817), + [anon_sym_alignof] = ACTIONS(2817), + [anon_sym__Alignof] = ACTIONS(2817), + [anon_sym_offsetof] = ACTIONS(2817), + [anon_sym__Generic] = ACTIONS(2817), + [anon_sym_asm] = ACTIONS(2817), + [anon_sym___asm__] = ACTIONS(2817), + [anon_sym___asm] = ACTIONS(2817), + [aux_sym_number_literal_token1] = ACTIONS(2819), + [aux_sym_number_literal_token2] = ACTIONS(2817), + [anon_sym_L_SQUOTE] = ACTIONS(2819), + [anon_sym_u_SQUOTE] = ACTIONS(2819), + [anon_sym_U_SQUOTE] = ACTIONS(2819), + [anon_sym_u8_SQUOTE] = ACTIONS(2819), + [anon_sym_SQUOTE] = ACTIONS(2819), + [anon_sym_L_DQUOTE] = ACTIONS(2819), + [anon_sym_u_DQUOTE] = ACTIONS(2819), + [anon_sym_U_DQUOTE] = ACTIONS(2819), + [anon_sym_u8_DQUOTE] = ACTIONS(2819), + [anon_sym_DQUOTE] = ACTIONS(2819), + [sym_true] = ACTIONS(2817), + [sym_false] = ACTIONS(2817), + [anon_sym_NULL] = ACTIONS(2817), + [anon_sym_nullptr] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_try] = ACTIONS(2817), + [anon_sym_delete] = ACTIONS(2817), + [anon_sym_throw] = ACTIONS(2817), + [anon_sym_namespace] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_concept] = ACTIONS(2817), + [anon_sym_co_return] = ACTIONS(2817), + [anon_sym_co_yield] = ACTIONS(2817), + [anon_sym_R_DQUOTE] = ACTIONS(2819), + [anon_sym_LR_DQUOTE] = ACTIONS(2819), + [anon_sym_uR_DQUOTE] = ACTIONS(2819), + [anon_sym_UR_DQUOTE] = ACTIONS(2819), + [anon_sym_u8R_DQUOTE] = ACTIONS(2819), + [anon_sym_co_await] = ACTIONS(2817), + [anon_sym_new] = ACTIONS(2817), + [anon_sym_requires] = ACTIONS(2817), + [sym_this] = ACTIONS(2817), + }, + [270] = { + [sym_identifier] = ACTIONS(2821), + [aux_sym_preproc_include_token1] = ACTIONS(2821), + [aux_sym_preproc_def_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token2] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), + [aux_sym_preproc_else_token1] = ACTIONS(2821), + [aux_sym_preproc_elif_token1] = ACTIONS(2821), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2821), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2821), + [sym_preproc_directive] = ACTIONS(2821), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym___extension__] = ACTIONS(2821), + [anon_sym_typedef] = ACTIONS(2821), + [anon_sym_virtual] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___attribute] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym___cdecl] = ACTIONS(2821), + [anon_sym___clrcall] = ACTIONS(2821), + [anon_sym___stdcall] = ACTIONS(2821), + [anon_sym___fastcall] = ACTIONS(2821), + [anon_sym___thiscall] = ACTIONS(2821), + [anon_sym___vectorcall] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_signed] = ACTIONS(2821), + [anon_sym_unsigned] = ACTIONS(2821), + [anon_sym_long] = ACTIONS(2821), + [anon_sym_short] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym___inline] = ACTIONS(2821), + [anon_sym___inline__] = ACTIONS(2821), + [anon_sym___forceinline] = ACTIONS(2821), + [anon_sym_thread_local] = ACTIONS(2821), + [anon_sym___thread] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym___restrict__] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym__Noreturn] = ACTIONS(2821), + [anon_sym_noreturn] = ACTIONS(2821), + [anon_sym__Nonnull] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constinit] = ACTIONS(2821), + [anon_sym_consteval] = ACTIONS(2821), + [anon_sym_PROGMEM] = ACTIONS(2821), + [anon_sym_alignas] = ACTIONS(2821), + [anon_sym__Alignas] = ACTIONS(2821), + [aux_sym_primitive_type_token1] = ACTIONS(2821), + [anon_sym_byte] = ACTIONS(2821), + [anon_sym_word] = ACTIONS(2821), + [anon_sym_enum] = ACTIONS(2821), + [anon_sym_class] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(2821), + [anon_sym_union] = ACTIONS(2821), + [anon_sym_if] = ACTIONS(2821), + [anon_sym_else] = ACTIONS(2821), + [anon_sym_switch] = ACTIONS(2821), + [anon_sym_case] = ACTIONS(2821), + [anon_sym_default] = ACTIONS(2821), + [anon_sym_while] = ACTIONS(2821), + [anon_sym_do] = ACTIONS(2821), + [anon_sym_for] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2821), + [anon_sym_break] = ACTIONS(2821), + [anon_sym_continue] = ACTIONS(2821), + [anon_sym_goto] = ACTIONS(2821), + [anon_sym___try] = ACTIONS(2821), + [anon_sym___leave] = ACTIONS(2821), + [anon_sym_not] = ACTIONS(2821), + [anon_sym_compl] = ACTIONS(2821), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_sizeof] = ACTIONS(2821), + [anon_sym___alignof__] = ACTIONS(2821), + [anon_sym___alignof] = ACTIONS(2821), + [anon_sym__alignof] = ACTIONS(2821), + [anon_sym_alignof] = ACTIONS(2821), + [anon_sym__Alignof] = ACTIONS(2821), + [anon_sym_offsetof] = ACTIONS(2821), + [anon_sym__Generic] = ACTIONS(2821), + [anon_sym_asm] = ACTIONS(2821), + [anon_sym___asm__] = ACTIONS(2821), + [anon_sym___asm] = ACTIONS(2821), + [aux_sym_number_literal_token1] = ACTIONS(2823), + [aux_sym_number_literal_token2] = ACTIONS(2821), + [anon_sym_L_SQUOTE] = ACTIONS(2823), + [anon_sym_u_SQUOTE] = ACTIONS(2823), + [anon_sym_U_SQUOTE] = ACTIONS(2823), + [anon_sym_u8_SQUOTE] = ACTIONS(2823), + [anon_sym_SQUOTE] = ACTIONS(2823), + [anon_sym_L_DQUOTE] = ACTIONS(2823), + [anon_sym_u_DQUOTE] = ACTIONS(2823), + [anon_sym_U_DQUOTE] = ACTIONS(2823), + [anon_sym_u8_DQUOTE] = ACTIONS(2823), + [anon_sym_DQUOTE] = ACTIONS(2823), + [sym_true] = ACTIONS(2821), + [sym_false] = ACTIONS(2821), + [anon_sym_NULL] = ACTIONS(2821), + [anon_sym_nullptr] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2821), + [anon_sym_decltype] = ACTIONS(2821), + [anon_sym_explicit] = ACTIONS(2821), + [anon_sym_typename] = ACTIONS(2821), + [anon_sym_template] = ACTIONS(2821), + [anon_sym_operator] = ACTIONS(2821), + [anon_sym_try] = ACTIONS(2821), + [anon_sym_delete] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_namespace] = ACTIONS(2821), + [anon_sym_using] = ACTIONS(2821), + [anon_sym_static_assert] = ACTIONS(2821), + [anon_sym_concept] = ACTIONS(2821), + [anon_sym_co_return] = ACTIONS(2821), + [anon_sym_co_yield] = ACTIONS(2821), + [anon_sym_R_DQUOTE] = ACTIONS(2823), + [anon_sym_LR_DQUOTE] = ACTIONS(2823), + [anon_sym_uR_DQUOTE] = ACTIONS(2823), + [anon_sym_UR_DQUOTE] = ACTIONS(2823), + [anon_sym_u8R_DQUOTE] = ACTIONS(2823), + [anon_sym_co_await] = ACTIONS(2821), + [anon_sym_new] = ACTIONS(2821), + [anon_sym_requires] = ACTIONS(2821), + [sym_this] = ACTIONS(2821), + }, + [271] = { + [sym_type_qualifier] = STATE(3289), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4476), + [sym_sized_type_specifier] = STATE(2652), + [sym_primitive_type] = STATE(4962), + [sym_enum_specifier] = STATE(2652), + [sym_struct_specifier] = STATE(2652), + [sym_union_specifier] = STATE(2652), + [sym_expression] = STATE(4622), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_type_descriptor] = STATE(7360), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_placeholder_type_specifier] = STATE(2652), + [sym_decltype_auto] = STATE(2651), + [sym_decltype] = STATE(2581), + [sym_class_specifier] = STATE(2652), + [sym__class_name] = STATE(7690), + [sym_dependent_type] = STATE(2652), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_type_parameter_pack_expansion] = STATE(7597), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5665), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3662), + [aux_sym__type_definition_type_repeat1] = STATE(3289), + [aux_sym_sized_type_specifier_repeat1] = STATE(4043), + [sym_identifier] = ACTIONS(2583), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_signed] = ACTIONS(2597), + [anon_sym_unsigned] = ACTIONS(2597), + [anon_sym_long] = ACTIONS(2597), + [anon_sym_short] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_class] = ACTIONS(2603), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2607), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2633), + [anon_sym_decltype] = ACTIONS(2635), + [anon_sym_typename] = ACTIONS(2637), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [272] = { + [sym_identifier] = ACTIONS(2825), + [aux_sym_preproc_include_token1] = ACTIONS(2825), + [aux_sym_preproc_def_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token2] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2825), + [aux_sym_preproc_else_token1] = ACTIONS(2825), + [aux_sym_preproc_elif_token1] = ACTIONS(2825), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2825), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2825), + [sym_preproc_directive] = ACTIONS(2825), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym___extension__] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2825), + [anon_sym_virtual] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___attribute] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2827), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym___cdecl] = ACTIONS(2825), + [anon_sym___clrcall] = ACTIONS(2825), + [anon_sym___stdcall] = ACTIONS(2825), + [anon_sym___fastcall] = ACTIONS(2825), + [anon_sym___thiscall] = ACTIONS(2825), + [anon_sym___vectorcall] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_signed] = ACTIONS(2825), + [anon_sym_unsigned] = ACTIONS(2825), + [anon_sym_long] = ACTIONS(2825), + [anon_sym_short] = ACTIONS(2825), + [anon_sym_LBRACK] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym___inline] = ACTIONS(2825), + [anon_sym___inline__] = ACTIONS(2825), + [anon_sym___forceinline] = ACTIONS(2825), + [anon_sym_thread_local] = ACTIONS(2825), + [anon_sym___thread] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym___restrict__] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym__Noreturn] = ACTIONS(2825), + [anon_sym_noreturn] = ACTIONS(2825), + [anon_sym__Nonnull] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constinit] = ACTIONS(2825), + [anon_sym_consteval] = ACTIONS(2825), + [anon_sym_PROGMEM] = ACTIONS(2825), + [anon_sym_alignas] = ACTIONS(2825), + [anon_sym__Alignas] = ACTIONS(2825), + [aux_sym_primitive_type_token1] = ACTIONS(2825), + [anon_sym_byte] = ACTIONS(2825), + [anon_sym_word] = ACTIONS(2825), + [anon_sym_enum] = ACTIONS(2825), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(2825), + [anon_sym_union] = ACTIONS(2825), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_else] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2825), + [anon_sym_case] = ACTIONS(2825), + [anon_sym_default] = ACTIONS(2825), + [anon_sym_while] = ACTIONS(2825), + [anon_sym_do] = ACTIONS(2825), + [anon_sym_for] = ACTIONS(2825), + [anon_sym_return] = ACTIONS(2825), + [anon_sym_break] = ACTIONS(2825), + [anon_sym_continue] = ACTIONS(2825), + [anon_sym_goto] = ACTIONS(2825), + [anon_sym___try] = ACTIONS(2825), + [anon_sym___leave] = ACTIONS(2825), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_compl] = ACTIONS(2825), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_sizeof] = ACTIONS(2825), + [anon_sym___alignof__] = ACTIONS(2825), + [anon_sym___alignof] = ACTIONS(2825), + [anon_sym__alignof] = ACTIONS(2825), + [anon_sym_alignof] = ACTIONS(2825), + [anon_sym__Alignof] = ACTIONS(2825), + [anon_sym_offsetof] = ACTIONS(2825), + [anon_sym__Generic] = ACTIONS(2825), + [anon_sym_asm] = ACTIONS(2825), + [anon_sym___asm__] = ACTIONS(2825), + [anon_sym___asm] = ACTIONS(2825), + [aux_sym_number_literal_token1] = ACTIONS(2827), + [aux_sym_number_literal_token2] = ACTIONS(2825), + [anon_sym_L_SQUOTE] = ACTIONS(2827), + [anon_sym_u_SQUOTE] = ACTIONS(2827), + [anon_sym_U_SQUOTE] = ACTIONS(2827), + [anon_sym_u8_SQUOTE] = ACTIONS(2827), + [anon_sym_SQUOTE] = ACTIONS(2827), + [anon_sym_L_DQUOTE] = ACTIONS(2827), + [anon_sym_u_DQUOTE] = ACTIONS(2827), + [anon_sym_U_DQUOTE] = ACTIONS(2827), + [anon_sym_u8_DQUOTE] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2827), + [sym_true] = ACTIONS(2825), + [sym_false] = ACTIONS(2825), + [anon_sym_NULL] = ACTIONS(2825), + [anon_sym_nullptr] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2825), + [anon_sym_decltype] = ACTIONS(2825), + [anon_sym_explicit] = ACTIONS(2825), + [anon_sym_typename] = ACTIONS(2825), + [anon_sym_template] = ACTIONS(2825), + [anon_sym_operator] = ACTIONS(2825), + [anon_sym_try] = ACTIONS(2825), + [anon_sym_delete] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [anon_sym_namespace] = ACTIONS(2825), + [anon_sym_using] = ACTIONS(2825), + [anon_sym_static_assert] = ACTIONS(2825), + [anon_sym_concept] = ACTIONS(2825), + [anon_sym_co_return] = ACTIONS(2825), + [anon_sym_co_yield] = ACTIONS(2825), + [anon_sym_R_DQUOTE] = ACTIONS(2827), + [anon_sym_LR_DQUOTE] = ACTIONS(2827), + [anon_sym_uR_DQUOTE] = ACTIONS(2827), + [anon_sym_UR_DQUOTE] = ACTIONS(2827), + [anon_sym_u8R_DQUOTE] = ACTIONS(2827), + [anon_sym_co_await] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2825), + [anon_sym_requires] = ACTIONS(2825), + [sym_this] = ACTIONS(2825), + }, + [273] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_include_token1] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [aux_sym_preproc_else_token1] = ACTIONS(2829), + [aux_sym_preproc_elif_token1] = ACTIONS(2829), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_BANG] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym___cdecl] = ACTIONS(2829), + [anon_sym___clrcall] = ACTIONS(2829), + [anon_sym___stdcall] = ACTIONS(2829), + [anon_sym___fastcall] = ACTIONS(2829), + [anon_sym___thiscall] = ACTIONS(2829), + [anon_sym___vectorcall] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [anon_sym_if] = ACTIONS(2829), + [anon_sym_else] = ACTIONS(2829), + [anon_sym_switch] = ACTIONS(2829), + [anon_sym_case] = ACTIONS(2829), + [anon_sym_default] = ACTIONS(2829), + [anon_sym_while] = ACTIONS(2829), + [anon_sym_do] = ACTIONS(2829), + [anon_sym_for] = ACTIONS(2829), + [anon_sym_return] = ACTIONS(2829), + [anon_sym_break] = ACTIONS(2829), + [anon_sym_continue] = ACTIONS(2829), + [anon_sym_goto] = ACTIONS(2829), + [anon_sym___try] = ACTIONS(2829), + [anon_sym___leave] = ACTIONS(2829), + [anon_sym_not] = ACTIONS(2829), + [anon_sym_compl] = ACTIONS(2829), + [anon_sym_DASH_DASH] = ACTIONS(2831), + [anon_sym_PLUS_PLUS] = ACTIONS(2831), + [anon_sym_sizeof] = ACTIONS(2829), + [anon_sym___alignof__] = ACTIONS(2829), + [anon_sym___alignof] = ACTIONS(2829), + [anon_sym__alignof] = ACTIONS(2829), + [anon_sym_alignof] = ACTIONS(2829), + [anon_sym__Alignof] = ACTIONS(2829), + [anon_sym_offsetof] = ACTIONS(2829), + [anon_sym__Generic] = ACTIONS(2829), + [anon_sym_asm] = ACTIONS(2829), + [anon_sym___asm__] = ACTIONS(2829), + [anon_sym___asm] = ACTIONS(2829), + [aux_sym_number_literal_token1] = ACTIONS(2831), + [aux_sym_number_literal_token2] = ACTIONS(2829), + [anon_sym_L_SQUOTE] = ACTIONS(2831), + [anon_sym_u_SQUOTE] = ACTIONS(2831), + [anon_sym_U_SQUOTE] = ACTIONS(2831), + [anon_sym_u8_SQUOTE] = ACTIONS(2831), + [anon_sym_SQUOTE] = ACTIONS(2831), + [anon_sym_L_DQUOTE] = ACTIONS(2831), + [anon_sym_u_DQUOTE] = ACTIONS(2831), + [anon_sym_U_DQUOTE] = ACTIONS(2831), + [anon_sym_u8_DQUOTE] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2831), + [sym_true] = ACTIONS(2829), + [sym_false] = ACTIONS(2829), + [anon_sym_NULL] = ACTIONS(2829), + [anon_sym_nullptr] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_try] = ACTIONS(2829), + [anon_sym_delete] = ACTIONS(2829), + [anon_sym_throw] = ACTIONS(2829), + [anon_sym_namespace] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_concept] = ACTIONS(2829), + [anon_sym_co_return] = ACTIONS(2829), + [anon_sym_co_yield] = ACTIONS(2829), + [anon_sym_R_DQUOTE] = ACTIONS(2831), + [anon_sym_LR_DQUOTE] = ACTIONS(2831), + [anon_sym_uR_DQUOTE] = ACTIONS(2831), + [anon_sym_UR_DQUOTE] = ACTIONS(2831), + [anon_sym_u8R_DQUOTE] = ACTIONS(2831), + [anon_sym_co_await] = ACTIONS(2829), + [anon_sym_new] = ACTIONS(2829), + [anon_sym_requires] = ACTIONS(2829), + [sym_this] = ACTIONS(2829), + }, + [274] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [275] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [276] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_typedef] = ACTIONS(2492), + [anon_sym_typedef] = ACTIONS(2473), [anon_sym_virtual] = ACTIONS(2475), [anon_sym_extern] = ACTIONS(2475), [anon_sym___attribute__] = ACTIONS(2475), @@ -83397,7 +84412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(2475), [anon_sym_long] = ACTIONS(2475), [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(2475), [anon_sym_register] = ACTIONS(2475), [anon_sym_inline] = ACTIONS(2475), @@ -83475,1747 +84490,1167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [270] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_include_token1] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token2] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [aux_sym_preproc_else_token1] = ACTIONS(2815), - [aux_sym_preproc_elif_token1] = ACTIONS(2815), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_BANG] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym___cdecl] = ACTIONS(2815), - [anon_sym___clrcall] = ACTIONS(2815), - [anon_sym___stdcall] = ACTIONS(2815), - [anon_sym___fastcall] = ACTIONS(2815), - [anon_sym___thiscall] = ACTIONS(2815), - [anon_sym___vectorcall] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_switch] = ACTIONS(2815), - [anon_sym_case] = ACTIONS(2815), - [anon_sym_default] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_goto] = ACTIONS(2815), - [anon_sym___try] = ACTIONS(2815), - [anon_sym___leave] = ACTIONS(2815), - [anon_sym_not] = ACTIONS(2815), - [anon_sym_compl] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_sizeof] = ACTIONS(2815), - [anon_sym___alignof__] = ACTIONS(2815), - [anon_sym___alignof] = ACTIONS(2815), - [anon_sym__alignof] = ACTIONS(2815), - [anon_sym_alignof] = ACTIONS(2815), - [anon_sym__Alignof] = ACTIONS(2815), - [anon_sym_offsetof] = ACTIONS(2815), - [anon_sym__Generic] = ACTIONS(2815), - [anon_sym_asm] = ACTIONS(2815), - [anon_sym___asm__] = ACTIONS(2815), - [anon_sym___asm] = ACTIONS(2815), - [aux_sym_number_literal_token1] = ACTIONS(2817), - [aux_sym_number_literal_token2] = ACTIONS(2815), - [anon_sym_L_SQUOTE] = ACTIONS(2817), - [anon_sym_u_SQUOTE] = ACTIONS(2817), - [anon_sym_U_SQUOTE] = ACTIONS(2817), - [anon_sym_u8_SQUOTE] = ACTIONS(2817), - [anon_sym_SQUOTE] = ACTIONS(2817), - [anon_sym_L_DQUOTE] = ACTIONS(2817), - [anon_sym_u_DQUOTE] = ACTIONS(2817), - [anon_sym_U_DQUOTE] = ACTIONS(2817), - [anon_sym_u8_DQUOTE] = ACTIONS(2817), - [anon_sym_DQUOTE] = ACTIONS(2817), - [sym_true] = ACTIONS(2815), - [sym_false] = ACTIONS(2815), - [anon_sym_NULL] = ACTIONS(2815), - [anon_sym_nullptr] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [anon_sym_delete] = ACTIONS(2815), - [anon_sym_throw] = ACTIONS(2815), - [anon_sym_namespace] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), - [anon_sym_concept] = ACTIONS(2815), - [anon_sym_co_return] = ACTIONS(2815), - [anon_sym_co_yield] = ACTIONS(2815), - [anon_sym_R_DQUOTE] = ACTIONS(2817), - [anon_sym_LR_DQUOTE] = ACTIONS(2817), - [anon_sym_uR_DQUOTE] = ACTIONS(2817), - [anon_sym_UR_DQUOTE] = ACTIONS(2817), - [anon_sym_u8R_DQUOTE] = ACTIONS(2817), - [anon_sym_co_await] = ACTIONS(2815), - [anon_sym_new] = ACTIONS(2815), - [anon_sym_requires] = ACTIONS(2815), - [sym_this] = ACTIONS(2815), - }, - [271] = { - [sym_identifier] = ACTIONS(2819), - [aux_sym_preproc_include_token1] = ACTIONS(2819), - [aux_sym_preproc_def_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token2] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2819), - [aux_sym_preproc_else_token1] = ACTIONS(2819), - [aux_sym_preproc_elif_token1] = ACTIONS(2819), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2819), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2819), - [sym_preproc_directive] = ACTIONS(2819), - [anon_sym_LPAREN2] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym___extension__] = ACTIONS(2819), - [anon_sym_typedef] = ACTIONS(2819), - [anon_sym_virtual] = ACTIONS(2819), - [anon_sym_extern] = ACTIONS(2819), - [anon_sym___attribute__] = ACTIONS(2819), - [anon_sym___attribute] = ACTIONS(2819), - [anon_sym_COLON_COLON] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2819), - [anon_sym___based] = ACTIONS(2819), - [anon_sym___cdecl] = ACTIONS(2819), - [anon_sym___clrcall] = ACTIONS(2819), - [anon_sym___stdcall] = ACTIONS(2819), - [anon_sym___fastcall] = ACTIONS(2819), - [anon_sym___thiscall] = ACTIONS(2819), - [anon_sym___vectorcall] = ACTIONS(2819), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2819), - [anon_sym_unsigned] = ACTIONS(2819), - [anon_sym_long] = ACTIONS(2819), - [anon_sym_short] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_static] = ACTIONS(2819), - [anon_sym_register] = ACTIONS(2819), - [anon_sym_inline] = ACTIONS(2819), - [anon_sym___inline] = ACTIONS(2819), - [anon_sym___inline__] = ACTIONS(2819), - [anon_sym___forceinline] = ACTIONS(2819), - [anon_sym_thread_local] = ACTIONS(2819), - [anon_sym___thread] = ACTIONS(2819), - [anon_sym_const] = ACTIONS(2819), - [anon_sym_constexpr] = ACTIONS(2819), - [anon_sym_volatile] = ACTIONS(2819), - [anon_sym_restrict] = ACTIONS(2819), - [anon_sym___restrict__] = ACTIONS(2819), - [anon_sym__Atomic] = ACTIONS(2819), - [anon_sym__Noreturn] = ACTIONS(2819), - [anon_sym_noreturn] = ACTIONS(2819), - [anon_sym__Nonnull] = ACTIONS(2819), - [anon_sym_mutable] = ACTIONS(2819), - [anon_sym_constinit] = ACTIONS(2819), - [anon_sym_consteval] = ACTIONS(2819), - [anon_sym_PROGMEM] = ACTIONS(2819), - [anon_sym_alignas] = ACTIONS(2819), - [anon_sym__Alignas] = ACTIONS(2819), - [aux_sym_primitive_type_token1] = ACTIONS(2819), - [anon_sym_byte] = ACTIONS(2819), - [anon_sym_word] = ACTIONS(2819), - [anon_sym_enum] = ACTIONS(2819), - [anon_sym_class] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2819), - [anon_sym_union] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2819), - [anon_sym_else] = ACTIONS(2819), - [anon_sym_switch] = ACTIONS(2819), - [anon_sym_case] = ACTIONS(2819), - [anon_sym_default] = ACTIONS(2819), - [anon_sym_while] = ACTIONS(2819), - [anon_sym_do] = ACTIONS(2819), - [anon_sym_for] = ACTIONS(2819), - [anon_sym_return] = ACTIONS(2819), - [anon_sym_break] = ACTIONS(2819), - [anon_sym_continue] = ACTIONS(2819), - [anon_sym_goto] = ACTIONS(2819), - [anon_sym___try] = ACTIONS(2819), - [anon_sym___leave] = ACTIONS(2819), - [anon_sym_not] = ACTIONS(2819), - [anon_sym_compl] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_sizeof] = ACTIONS(2819), - [anon_sym___alignof__] = ACTIONS(2819), - [anon_sym___alignof] = ACTIONS(2819), - [anon_sym__alignof] = ACTIONS(2819), - [anon_sym_alignof] = ACTIONS(2819), - [anon_sym__Alignof] = ACTIONS(2819), - [anon_sym_offsetof] = ACTIONS(2819), - [anon_sym__Generic] = ACTIONS(2819), - [anon_sym_asm] = ACTIONS(2819), - [anon_sym___asm__] = ACTIONS(2819), - [anon_sym___asm] = ACTIONS(2819), - [aux_sym_number_literal_token1] = ACTIONS(2821), - [aux_sym_number_literal_token2] = ACTIONS(2819), - [anon_sym_L_SQUOTE] = ACTIONS(2821), - [anon_sym_u_SQUOTE] = ACTIONS(2821), - [anon_sym_U_SQUOTE] = ACTIONS(2821), - [anon_sym_u8_SQUOTE] = ACTIONS(2821), - [anon_sym_SQUOTE] = ACTIONS(2821), - [anon_sym_L_DQUOTE] = ACTIONS(2821), - [anon_sym_u_DQUOTE] = ACTIONS(2821), - [anon_sym_U_DQUOTE] = ACTIONS(2821), - [anon_sym_u8_DQUOTE] = ACTIONS(2821), - [anon_sym_DQUOTE] = ACTIONS(2821), - [sym_true] = ACTIONS(2819), - [sym_false] = ACTIONS(2819), - [anon_sym_NULL] = ACTIONS(2819), - [anon_sym_nullptr] = ACTIONS(2819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2819), - [anon_sym_decltype] = ACTIONS(2819), - [anon_sym_explicit] = ACTIONS(2819), - [anon_sym_typename] = ACTIONS(2819), - [anon_sym_template] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2819), - [anon_sym_try] = ACTIONS(2819), - [anon_sym_delete] = ACTIONS(2819), - [anon_sym_throw] = ACTIONS(2819), - [anon_sym_namespace] = ACTIONS(2819), - [anon_sym_using] = ACTIONS(2819), - [anon_sym_static_assert] = ACTIONS(2819), - [anon_sym_concept] = ACTIONS(2819), - [anon_sym_co_return] = ACTIONS(2819), - [anon_sym_co_yield] = ACTIONS(2819), - [anon_sym_R_DQUOTE] = ACTIONS(2821), - [anon_sym_LR_DQUOTE] = ACTIONS(2821), - [anon_sym_uR_DQUOTE] = ACTIONS(2821), - [anon_sym_UR_DQUOTE] = ACTIONS(2821), - [anon_sym_u8R_DQUOTE] = ACTIONS(2821), - [anon_sym_co_await] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(2819), - [anon_sym_requires] = ACTIONS(2819), - [sym_this] = ACTIONS(2819), - }, - [272] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [aux_sym_preproc_else_token1] = ACTIONS(2823), - [aux_sym_preproc_elif_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [273] = { - [sym_identifier] = ACTIONS(2827), - [aux_sym_preproc_include_token1] = ACTIONS(2827), - [aux_sym_preproc_def_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token2] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2827), - [aux_sym_preproc_else_token1] = ACTIONS(2827), - [aux_sym_preproc_elif_token1] = ACTIONS(2827), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2827), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2827), - [sym_preproc_directive] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2829), - [anon_sym_BANG] = ACTIONS(2829), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2827), - [anon_sym_PLUS] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2827), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym___extension__] = ACTIONS(2827), - [anon_sym_typedef] = ACTIONS(2827), - [anon_sym_virtual] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2827), - [anon_sym___attribute__] = ACTIONS(2827), - [anon_sym___attribute] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2827), - [anon_sym___based] = ACTIONS(2827), - [anon_sym___cdecl] = ACTIONS(2827), - [anon_sym___clrcall] = ACTIONS(2827), - [anon_sym___stdcall] = ACTIONS(2827), - [anon_sym___fastcall] = ACTIONS(2827), - [anon_sym___thiscall] = ACTIONS(2827), - [anon_sym___vectorcall] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2827), - [anon_sym_unsigned] = ACTIONS(2827), - [anon_sym_long] = ACTIONS(2827), - [anon_sym_short] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_static] = ACTIONS(2827), - [anon_sym_register] = ACTIONS(2827), - [anon_sym_inline] = ACTIONS(2827), - [anon_sym___inline] = ACTIONS(2827), - [anon_sym___inline__] = ACTIONS(2827), - [anon_sym___forceinline] = ACTIONS(2827), - [anon_sym_thread_local] = ACTIONS(2827), - [anon_sym___thread] = ACTIONS(2827), - [anon_sym_const] = ACTIONS(2827), - [anon_sym_constexpr] = ACTIONS(2827), - [anon_sym_volatile] = ACTIONS(2827), - [anon_sym_restrict] = ACTIONS(2827), - [anon_sym___restrict__] = ACTIONS(2827), - [anon_sym__Atomic] = ACTIONS(2827), - [anon_sym__Noreturn] = ACTIONS(2827), - [anon_sym_noreturn] = ACTIONS(2827), - [anon_sym__Nonnull] = ACTIONS(2827), - [anon_sym_mutable] = ACTIONS(2827), - [anon_sym_constinit] = ACTIONS(2827), - [anon_sym_consteval] = ACTIONS(2827), - [anon_sym_PROGMEM] = ACTIONS(2827), - [anon_sym_alignas] = ACTIONS(2827), - [anon_sym__Alignas] = ACTIONS(2827), - [aux_sym_primitive_type_token1] = ACTIONS(2827), - [anon_sym_byte] = ACTIONS(2827), - [anon_sym_word] = ACTIONS(2827), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_class] = ACTIONS(2827), - [anon_sym_struct] = ACTIONS(2827), - [anon_sym_union] = ACTIONS(2827), - [anon_sym_if] = ACTIONS(2827), - [anon_sym_else] = ACTIONS(2827), - [anon_sym_switch] = ACTIONS(2827), - [anon_sym_case] = ACTIONS(2827), - [anon_sym_default] = ACTIONS(2827), - [anon_sym_while] = ACTIONS(2827), - [anon_sym_do] = ACTIONS(2827), - [anon_sym_for] = ACTIONS(2827), - [anon_sym_return] = ACTIONS(2827), - [anon_sym_break] = ACTIONS(2827), - [anon_sym_continue] = ACTIONS(2827), - [anon_sym_goto] = ACTIONS(2827), - [anon_sym___try] = ACTIONS(2827), - [anon_sym___leave] = ACTIONS(2827), - [anon_sym_not] = ACTIONS(2827), - [anon_sym_compl] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_sizeof] = ACTIONS(2827), - [anon_sym___alignof__] = ACTIONS(2827), - [anon_sym___alignof] = ACTIONS(2827), - [anon_sym__alignof] = ACTIONS(2827), - [anon_sym_alignof] = ACTIONS(2827), - [anon_sym__Alignof] = ACTIONS(2827), - [anon_sym_offsetof] = ACTIONS(2827), - [anon_sym__Generic] = ACTIONS(2827), - [anon_sym_asm] = ACTIONS(2827), - [anon_sym___asm__] = ACTIONS(2827), - [anon_sym___asm] = ACTIONS(2827), - [aux_sym_number_literal_token1] = ACTIONS(2829), - [aux_sym_number_literal_token2] = ACTIONS(2827), - [anon_sym_L_SQUOTE] = ACTIONS(2829), - [anon_sym_u_SQUOTE] = ACTIONS(2829), - [anon_sym_U_SQUOTE] = ACTIONS(2829), - [anon_sym_u8_SQUOTE] = ACTIONS(2829), - [anon_sym_SQUOTE] = ACTIONS(2829), - [anon_sym_L_DQUOTE] = ACTIONS(2829), - [anon_sym_u_DQUOTE] = ACTIONS(2829), - [anon_sym_U_DQUOTE] = ACTIONS(2829), - [anon_sym_u8_DQUOTE] = ACTIONS(2829), - [anon_sym_DQUOTE] = ACTIONS(2829), - [sym_true] = ACTIONS(2827), - [sym_false] = ACTIONS(2827), - [anon_sym_NULL] = ACTIONS(2827), - [anon_sym_nullptr] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2827), - [anon_sym_decltype] = ACTIONS(2827), - [anon_sym_explicit] = ACTIONS(2827), - [anon_sym_typename] = ACTIONS(2827), - [anon_sym_template] = ACTIONS(2827), - [anon_sym_operator] = ACTIONS(2827), - [anon_sym_try] = ACTIONS(2827), - [anon_sym_delete] = ACTIONS(2827), - [anon_sym_throw] = ACTIONS(2827), - [anon_sym_namespace] = ACTIONS(2827), - [anon_sym_using] = ACTIONS(2827), - [anon_sym_static_assert] = ACTIONS(2827), - [anon_sym_concept] = ACTIONS(2827), - [anon_sym_co_return] = ACTIONS(2827), - [anon_sym_co_yield] = ACTIONS(2827), - [anon_sym_R_DQUOTE] = ACTIONS(2829), - [anon_sym_LR_DQUOTE] = ACTIONS(2829), - [anon_sym_uR_DQUOTE] = ACTIONS(2829), - [anon_sym_UR_DQUOTE] = ACTIONS(2829), - [anon_sym_u8R_DQUOTE] = ACTIONS(2829), - [anon_sym_co_await] = ACTIONS(2827), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_requires] = ACTIONS(2827), - [sym_this] = ACTIONS(2827), - }, - [274] = { - [sym_identifier] = ACTIONS(2831), - [aux_sym_preproc_include_token1] = ACTIONS(2831), - [aux_sym_preproc_def_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token2] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2831), - [aux_sym_preproc_else_token1] = ACTIONS(2831), - [aux_sym_preproc_elif_token1] = ACTIONS(2831), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2831), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2831), - [sym_preproc_directive] = ACTIONS(2831), - [anon_sym_LPAREN2] = ACTIONS(2833), - [anon_sym_BANG] = ACTIONS(2833), - [anon_sym_TILDE] = ACTIONS(2833), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2833), - [anon_sym_AMP_AMP] = ACTIONS(2833), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_SEMI] = ACTIONS(2833), - [anon_sym___extension__] = ACTIONS(2831), - [anon_sym_typedef] = ACTIONS(2831), - [anon_sym_virtual] = ACTIONS(2831), - [anon_sym_extern] = ACTIONS(2831), - [anon_sym___attribute__] = ACTIONS(2831), - [anon_sym___attribute] = ACTIONS(2831), - [anon_sym_COLON_COLON] = ACTIONS(2833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2831), - [anon_sym___based] = ACTIONS(2831), - [anon_sym___cdecl] = ACTIONS(2831), - [anon_sym___clrcall] = ACTIONS(2831), - [anon_sym___stdcall] = ACTIONS(2831), - [anon_sym___fastcall] = ACTIONS(2831), - [anon_sym___thiscall] = ACTIONS(2831), - [anon_sym___vectorcall] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_signed] = ACTIONS(2831), - [anon_sym_unsigned] = ACTIONS(2831), - [anon_sym_long] = ACTIONS(2831), - [anon_sym_short] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2831), - [anon_sym_static] = ACTIONS(2831), - [anon_sym_register] = ACTIONS(2831), - [anon_sym_inline] = ACTIONS(2831), - [anon_sym___inline] = ACTIONS(2831), - [anon_sym___inline__] = ACTIONS(2831), - [anon_sym___forceinline] = ACTIONS(2831), - [anon_sym_thread_local] = ACTIONS(2831), - [anon_sym___thread] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_constexpr] = ACTIONS(2831), - [anon_sym_volatile] = ACTIONS(2831), - [anon_sym_restrict] = ACTIONS(2831), - [anon_sym___restrict__] = ACTIONS(2831), - [anon_sym__Atomic] = ACTIONS(2831), - [anon_sym__Noreturn] = ACTIONS(2831), - [anon_sym_noreturn] = ACTIONS(2831), - [anon_sym__Nonnull] = ACTIONS(2831), - [anon_sym_mutable] = ACTIONS(2831), - [anon_sym_constinit] = ACTIONS(2831), - [anon_sym_consteval] = ACTIONS(2831), - [anon_sym_PROGMEM] = ACTIONS(2831), - [anon_sym_alignas] = ACTIONS(2831), - [anon_sym__Alignas] = ACTIONS(2831), - [aux_sym_primitive_type_token1] = ACTIONS(2831), - [anon_sym_byte] = ACTIONS(2831), - [anon_sym_word] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_class] = ACTIONS(2831), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_else] = ACTIONS(2831), - [anon_sym_switch] = ACTIONS(2831), - [anon_sym_case] = ACTIONS(2831), - [anon_sym_default] = ACTIONS(2831), - [anon_sym_while] = ACTIONS(2831), - [anon_sym_do] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym___try] = ACTIONS(2831), - [anon_sym___leave] = ACTIONS(2831), - [anon_sym_not] = ACTIONS(2831), - [anon_sym_compl] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2833), - [anon_sym_PLUS_PLUS] = ACTIONS(2833), - [anon_sym_sizeof] = ACTIONS(2831), - [anon_sym___alignof__] = ACTIONS(2831), - [anon_sym___alignof] = ACTIONS(2831), - [anon_sym__alignof] = ACTIONS(2831), - [anon_sym_alignof] = ACTIONS(2831), - [anon_sym__Alignof] = ACTIONS(2831), - [anon_sym_offsetof] = ACTIONS(2831), - [anon_sym__Generic] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym___asm__] = ACTIONS(2831), - [anon_sym___asm] = ACTIONS(2831), - [aux_sym_number_literal_token1] = ACTIONS(2833), - [aux_sym_number_literal_token2] = ACTIONS(2831), - [anon_sym_L_SQUOTE] = ACTIONS(2833), - [anon_sym_u_SQUOTE] = ACTIONS(2833), - [anon_sym_U_SQUOTE] = ACTIONS(2833), - [anon_sym_u8_SQUOTE] = ACTIONS(2833), - [anon_sym_SQUOTE] = ACTIONS(2833), - [anon_sym_L_DQUOTE] = ACTIONS(2833), - [anon_sym_u_DQUOTE] = ACTIONS(2833), - [anon_sym_U_DQUOTE] = ACTIONS(2833), - [anon_sym_u8_DQUOTE] = ACTIONS(2833), - [anon_sym_DQUOTE] = ACTIONS(2833), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [anon_sym_NULL] = ACTIONS(2831), - [anon_sym_nullptr] = ACTIONS(2831), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2831), - [anon_sym_decltype] = ACTIONS(2831), - [anon_sym_explicit] = ACTIONS(2831), - [anon_sym_typename] = ACTIONS(2831), - [anon_sym_template] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2831), - [anon_sym_try] = ACTIONS(2831), - [anon_sym_delete] = ACTIONS(2831), - [anon_sym_throw] = ACTIONS(2831), - [anon_sym_namespace] = ACTIONS(2831), - [anon_sym_using] = ACTIONS(2831), - [anon_sym_static_assert] = ACTIONS(2831), - [anon_sym_concept] = ACTIONS(2831), - [anon_sym_co_return] = ACTIONS(2831), - [anon_sym_co_yield] = ACTIONS(2831), - [anon_sym_R_DQUOTE] = ACTIONS(2833), - [anon_sym_LR_DQUOTE] = ACTIONS(2833), - [anon_sym_uR_DQUOTE] = ACTIONS(2833), - [anon_sym_UR_DQUOTE] = ACTIONS(2833), - [anon_sym_u8R_DQUOTE] = ACTIONS(2833), - [anon_sym_co_await] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(2831), - [anon_sym_requires] = ACTIONS(2831), - [sym_this] = ACTIONS(2831), - }, - [275] = { - [sym_identifier] = ACTIONS(2835), - [aux_sym_preproc_include_token1] = ACTIONS(2835), - [aux_sym_preproc_def_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token2] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2835), - [aux_sym_preproc_else_token1] = ACTIONS(2835), - [aux_sym_preproc_elif_token1] = ACTIONS(2835), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2835), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2835), - [sym_preproc_directive] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2837), - [anon_sym_BANG] = ACTIONS(2837), - [anon_sym_TILDE] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2835), - [anon_sym_PLUS] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2837), - [anon_sym_AMP_AMP] = ACTIONS(2837), - [anon_sym_AMP] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym___extension__] = ACTIONS(2835), - [anon_sym_typedef] = ACTIONS(2835), - [anon_sym_virtual] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2835), - [anon_sym___attribute__] = ACTIONS(2835), - [anon_sym___attribute] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2837), - [anon_sym___declspec] = ACTIONS(2835), - [anon_sym___based] = ACTIONS(2835), - [anon_sym___cdecl] = ACTIONS(2835), - [anon_sym___clrcall] = ACTIONS(2835), - [anon_sym___stdcall] = ACTIONS(2835), - [anon_sym___fastcall] = ACTIONS(2835), - [anon_sym___thiscall] = ACTIONS(2835), - [anon_sym___vectorcall] = ACTIONS(2835), - [anon_sym_LBRACE] = ACTIONS(2837), - [anon_sym_signed] = ACTIONS(2835), - [anon_sym_unsigned] = ACTIONS(2835), - [anon_sym_long] = ACTIONS(2835), - [anon_sym_short] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2835), - [anon_sym_register] = ACTIONS(2835), - [anon_sym_inline] = ACTIONS(2835), - [anon_sym___inline] = ACTIONS(2835), - [anon_sym___inline__] = ACTIONS(2835), - [anon_sym___forceinline] = ACTIONS(2835), - [anon_sym_thread_local] = ACTIONS(2835), - [anon_sym___thread] = ACTIONS(2835), - [anon_sym_const] = ACTIONS(2835), - [anon_sym_constexpr] = ACTIONS(2835), - [anon_sym_volatile] = ACTIONS(2835), - [anon_sym_restrict] = ACTIONS(2835), - [anon_sym___restrict__] = ACTIONS(2835), - [anon_sym__Atomic] = ACTIONS(2835), - [anon_sym__Noreturn] = ACTIONS(2835), - [anon_sym_noreturn] = ACTIONS(2835), - [anon_sym__Nonnull] = ACTIONS(2835), - [anon_sym_mutable] = ACTIONS(2835), - [anon_sym_constinit] = ACTIONS(2835), - [anon_sym_consteval] = ACTIONS(2835), - [anon_sym_PROGMEM] = ACTIONS(2835), - [anon_sym_alignas] = ACTIONS(2835), - [anon_sym__Alignas] = ACTIONS(2835), - [aux_sym_primitive_type_token1] = ACTIONS(2835), - [anon_sym_byte] = ACTIONS(2835), - [anon_sym_word] = ACTIONS(2835), - [anon_sym_enum] = ACTIONS(2835), - [anon_sym_class] = ACTIONS(2835), - [anon_sym_struct] = ACTIONS(2835), - [anon_sym_union] = ACTIONS(2835), - [anon_sym_if] = ACTIONS(2835), - [anon_sym_else] = ACTIONS(2835), - [anon_sym_switch] = ACTIONS(2835), - [anon_sym_case] = ACTIONS(2835), - [anon_sym_default] = ACTIONS(2835), - [anon_sym_while] = ACTIONS(2835), - [anon_sym_do] = ACTIONS(2835), - [anon_sym_for] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2835), - [anon_sym_break] = ACTIONS(2835), - [anon_sym_continue] = ACTIONS(2835), - [anon_sym_goto] = ACTIONS(2835), - [anon_sym___try] = ACTIONS(2835), - [anon_sym___leave] = ACTIONS(2835), - [anon_sym_not] = ACTIONS(2835), - [anon_sym_compl] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2837), - [anon_sym_sizeof] = ACTIONS(2835), - [anon_sym___alignof__] = ACTIONS(2835), - [anon_sym___alignof] = ACTIONS(2835), - [anon_sym__alignof] = ACTIONS(2835), - [anon_sym_alignof] = ACTIONS(2835), - [anon_sym__Alignof] = ACTIONS(2835), - [anon_sym_offsetof] = ACTIONS(2835), - [anon_sym__Generic] = ACTIONS(2835), - [anon_sym_asm] = ACTIONS(2835), - [anon_sym___asm__] = ACTIONS(2835), - [anon_sym___asm] = ACTIONS(2835), - [aux_sym_number_literal_token1] = ACTIONS(2837), - [aux_sym_number_literal_token2] = ACTIONS(2835), - [anon_sym_L_SQUOTE] = ACTIONS(2837), - [anon_sym_u_SQUOTE] = ACTIONS(2837), - [anon_sym_U_SQUOTE] = ACTIONS(2837), - [anon_sym_u8_SQUOTE] = ACTIONS(2837), - [anon_sym_SQUOTE] = ACTIONS(2837), - [anon_sym_L_DQUOTE] = ACTIONS(2837), - [anon_sym_u_DQUOTE] = ACTIONS(2837), - [anon_sym_U_DQUOTE] = ACTIONS(2837), - [anon_sym_u8_DQUOTE] = ACTIONS(2837), - [anon_sym_DQUOTE] = ACTIONS(2837), - [sym_true] = ACTIONS(2835), - [sym_false] = ACTIONS(2835), - [anon_sym_NULL] = ACTIONS(2835), - [anon_sym_nullptr] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2835), - [anon_sym_decltype] = ACTIONS(2835), - [anon_sym_explicit] = ACTIONS(2835), - [anon_sym_typename] = ACTIONS(2835), - [anon_sym_template] = ACTIONS(2835), - [anon_sym_operator] = ACTIONS(2835), - [anon_sym_try] = ACTIONS(2835), - [anon_sym_delete] = ACTIONS(2835), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_namespace] = ACTIONS(2835), - [anon_sym_using] = ACTIONS(2835), - [anon_sym_static_assert] = ACTIONS(2835), - [anon_sym_concept] = ACTIONS(2835), - [anon_sym_co_return] = ACTIONS(2835), - [anon_sym_co_yield] = ACTIONS(2835), - [anon_sym_R_DQUOTE] = ACTIONS(2837), - [anon_sym_LR_DQUOTE] = ACTIONS(2837), - [anon_sym_uR_DQUOTE] = ACTIONS(2837), - [anon_sym_UR_DQUOTE] = ACTIONS(2837), - [anon_sym_u8R_DQUOTE] = ACTIONS(2837), - [anon_sym_co_await] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(2835), - [anon_sym_requires] = ACTIONS(2835), - [sym_this] = ACTIONS(2835), - }, - [276] = { - [sym_identifier] = ACTIONS(2839), - [aux_sym_preproc_include_token1] = ACTIONS(2839), - [aux_sym_preproc_def_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token2] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2839), - [aux_sym_preproc_else_token1] = ACTIONS(2839), - [aux_sym_preproc_elif_token1] = ACTIONS(2839), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2839), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2839), - [sym_preproc_directive] = ACTIONS(2839), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2839), - [anon_sym_PLUS] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2839), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym___extension__] = ACTIONS(2839), - [anon_sym_typedef] = ACTIONS(2839), - [anon_sym_virtual] = ACTIONS(2839), - [anon_sym_extern] = ACTIONS(2839), - [anon_sym___attribute__] = ACTIONS(2839), - [anon_sym___attribute] = ACTIONS(2839), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2839), - [anon_sym___based] = ACTIONS(2839), - [anon_sym___cdecl] = ACTIONS(2839), - [anon_sym___clrcall] = ACTIONS(2839), - [anon_sym___stdcall] = ACTIONS(2839), - [anon_sym___fastcall] = ACTIONS(2839), - [anon_sym___thiscall] = ACTIONS(2839), - [anon_sym___vectorcall] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_signed] = ACTIONS(2839), - [anon_sym_unsigned] = ACTIONS(2839), - [anon_sym_long] = ACTIONS(2839), - [anon_sym_short] = ACTIONS(2839), - [anon_sym_LBRACK] = ACTIONS(2839), - [anon_sym_static] = ACTIONS(2839), - [anon_sym_register] = ACTIONS(2839), - [anon_sym_inline] = ACTIONS(2839), - [anon_sym___inline] = ACTIONS(2839), - [anon_sym___inline__] = ACTIONS(2839), - [anon_sym___forceinline] = ACTIONS(2839), - [anon_sym_thread_local] = ACTIONS(2839), - [anon_sym___thread] = ACTIONS(2839), - [anon_sym_const] = ACTIONS(2839), - [anon_sym_constexpr] = ACTIONS(2839), - [anon_sym_volatile] = ACTIONS(2839), - [anon_sym_restrict] = ACTIONS(2839), - [anon_sym___restrict__] = ACTIONS(2839), - [anon_sym__Atomic] = ACTIONS(2839), - [anon_sym__Noreturn] = ACTIONS(2839), - [anon_sym_noreturn] = ACTIONS(2839), - [anon_sym__Nonnull] = ACTIONS(2839), - [anon_sym_mutable] = ACTIONS(2839), - [anon_sym_constinit] = ACTIONS(2839), - [anon_sym_consteval] = ACTIONS(2839), - [anon_sym_PROGMEM] = ACTIONS(2839), - [anon_sym_alignas] = ACTIONS(2839), - [anon_sym__Alignas] = ACTIONS(2839), - [aux_sym_primitive_type_token1] = ACTIONS(2839), - [anon_sym_byte] = ACTIONS(2839), - [anon_sym_word] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2839), - [anon_sym_class] = ACTIONS(2839), - [anon_sym_struct] = ACTIONS(2839), - [anon_sym_union] = ACTIONS(2839), - [anon_sym_if] = ACTIONS(2839), - [anon_sym_else] = ACTIONS(2839), - [anon_sym_switch] = ACTIONS(2839), - [anon_sym_case] = ACTIONS(2839), - [anon_sym_default] = ACTIONS(2839), - [anon_sym_while] = ACTIONS(2839), - [anon_sym_do] = ACTIONS(2839), - [anon_sym_for] = ACTIONS(2839), - [anon_sym_return] = ACTIONS(2839), - [anon_sym_break] = ACTIONS(2839), - [anon_sym_continue] = ACTIONS(2839), - [anon_sym_goto] = ACTIONS(2839), - [anon_sym___try] = ACTIONS(2839), - [anon_sym___leave] = ACTIONS(2839), - [anon_sym_not] = ACTIONS(2839), - [anon_sym_compl] = ACTIONS(2839), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_sizeof] = ACTIONS(2839), - [anon_sym___alignof__] = ACTIONS(2839), - [anon_sym___alignof] = ACTIONS(2839), - [anon_sym__alignof] = ACTIONS(2839), - [anon_sym_alignof] = ACTIONS(2839), - [anon_sym__Alignof] = ACTIONS(2839), - [anon_sym_offsetof] = ACTIONS(2839), - [anon_sym__Generic] = ACTIONS(2839), - [anon_sym_asm] = ACTIONS(2839), - [anon_sym___asm__] = ACTIONS(2839), - [anon_sym___asm] = ACTIONS(2839), - [aux_sym_number_literal_token1] = ACTIONS(2841), - [aux_sym_number_literal_token2] = ACTIONS(2839), - [anon_sym_L_SQUOTE] = ACTIONS(2841), - [anon_sym_u_SQUOTE] = ACTIONS(2841), - [anon_sym_U_SQUOTE] = ACTIONS(2841), - [anon_sym_u8_SQUOTE] = ACTIONS(2841), - [anon_sym_SQUOTE] = ACTIONS(2841), - [anon_sym_L_DQUOTE] = ACTIONS(2841), - [anon_sym_u_DQUOTE] = ACTIONS(2841), - [anon_sym_U_DQUOTE] = ACTIONS(2841), - [anon_sym_u8_DQUOTE] = ACTIONS(2841), - [anon_sym_DQUOTE] = ACTIONS(2841), - [sym_true] = ACTIONS(2839), - [sym_false] = ACTIONS(2839), - [anon_sym_NULL] = ACTIONS(2839), - [anon_sym_nullptr] = ACTIONS(2839), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2839), - [anon_sym_decltype] = ACTIONS(2839), - [anon_sym_explicit] = ACTIONS(2839), - [anon_sym_typename] = ACTIONS(2839), - [anon_sym_template] = ACTIONS(2839), - [anon_sym_operator] = ACTIONS(2839), - [anon_sym_try] = ACTIONS(2839), - [anon_sym_delete] = ACTIONS(2839), - [anon_sym_throw] = ACTIONS(2839), - [anon_sym_namespace] = ACTIONS(2839), - [anon_sym_using] = ACTIONS(2839), - [anon_sym_static_assert] = ACTIONS(2839), - [anon_sym_concept] = ACTIONS(2839), - [anon_sym_co_return] = ACTIONS(2839), - [anon_sym_co_yield] = ACTIONS(2839), - [anon_sym_R_DQUOTE] = ACTIONS(2841), - [anon_sym_LR_DQUOTE] = ACTIONS(2841), - [anon_sym_uR_DQUOTE] = ACTIONS(2841), - [anon_sym_UR_DQUOTE] = ACTIONS(2841), - [anon_sym_u8R_DQUOTE] = ACTIONS(2841), - [anon_sym_co_await] = ACTIONS(2839), - [anon_sym_new] = ACTIONS(2839), - [anon_sym_requires] = ACTIONS(2839), - [sym_this] = ACTIONS(2839), - }, [277] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [aux_sym_preproc_else_token1] = ACTIONS(2823), - [aux_sym_preproc_elif_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_include_token1] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token2] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [aux_sym_preproc_else_token1] = ACTIONS(2837), + [aux_sym_preproc_elif_token1] = ACTIONS(2837), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_BANG] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym___cdecl] = ACTIONS(2837), + [anon_sym___clrcall] = ACTIONS(2837), + [anon_sym___stdcall] = ACTIONS(2837), + [anon_sym___fastcall] = ACTIONS(2837), + [anon_sym___thiscall] = ACTIONS(2837), + [anon_sym___vectorcall] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [anon_sym_if] = ACTIONS(2837), + [anon_sym_else] = ACTIONS(2837), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_case] = ACTIONS(2837), + [anon_sym_default] = ACTIONS(2837), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2837), + [anon_sym_for] = ACTIONS(2837), + [anon_sym_return] = ACTIONS(2837), + [anon_sym_break] = ACTIONS(2837), + [anon_sym_continue] = ACTIONS(2837), + [anon_sym_goto] = ACTIONS(2837), + [anon_sym___try] = ACTIONS(2837), + [anon_sym___leave] = ACTIONS(2837), + [anon_sym_not] = ACTIONS(2837), + [anon_sym_compl] = ACTIONS(2837), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_sizeof] = ACTIONS(2837), + [anon_sym___alignof__] = ACTIONS(2837), + [anon_sym___alignof] = ACTIONS(2837), + [anon_sym__alignof] = ACTIONS(2837), + [anon_sym_alignof] = ACTIONS(2837), + [anon_sym__Alignof] = ACTIONS(2837), + [anon_sym_offsetof] = ACTIONS(2837), + [anon_sym__Generic] = ACTIONS(2837), + [anon_sym_asm] = ACTIONS(2837), + [anon_sym___asm__] = ACTIONS(2837), + [anon_sym___asm] = ACTIONS(2837), + [aux_sym_number_literal_token1] = ACTIONS(2839), + [aux_sym_number_literal_token2] = ACTIONS(2837), + [anon_sym_L_SQUOTE] = ACTIONS(2839), + [anon_sym_u_SQUOTE] = ACTIONS(2839), + [anon_sym_U_SQUOTE] = ACTIONS(2839), + [anon_sym_u8_SQUOTE] = ACTIONS(2839), + [anon_sym_SQUOTE] = ACTIONS(2839), + [anon_sym_L_DQUOTE] = ACTIONS(2839), + [anon_sym_u_DQUOTE] = ACTIONS(2839), + [anon_sym_U_DQUOTE] = ACTIONS(2839), + [anon_sym_u8_DQUOTE] = ACTIONS(2839), + [anon_sym_DQUOTE] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [anon_sym_NULL] = ACTIONS(2837), + [anon_sym_nullptr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_try] = ACTIONS(2837), + [anon_sym_delete] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_namespace] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + [anon_sym_concept] = ACTIONS(2837), + [anon_sym_co_return] = ACTIONS(2837), + [anon_sym_co_yield] = ACTIONS(2837), + [anon_sym_R_DQUOTE] = ACTIONS(2839), + [anon_sym_LR_DQUOTE] = ACTIONS(2839), + [anon_sym_uR_DQUOTE] = ACTIONS(2839), + [anon_sym_UR_DQUOTE] = ACTIONS(2839), + [anon_sym_u8R_DQUOTE] = ACTIONS(2839), + [anon_sym_co_await] = ACTIONS(2837), + [anon_sym_new] = ACTIONS(2837), + [anon_sym_requires] = ACTIONS(2837), + [sym_this] = ACTIONS(2837), }, [278] = { - [sym_identifier] = ACTIONS(2709), - [aux_sym_preproc_include_token1] = ACTIONS(2709), - [aux_sym_preproc_def_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token2] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2709), - [aux_sym_preproc_else_token1] = ACTIONS(2709), - [aux_sym_preproc_elif_token1] = ACTIONS(2709), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2709), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2709), - [sym_preproc_directive] = ACTIONS(2709), - [anon_sym_LPAREN2] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_TILDE] = ACTIONS(2714), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_AMP_AMP] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym___extension__] = ACTIONS(2709), - [anon_sym_typedef] = ACTIONS(2709), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym___cdecl] = ACTIONS(2709), - [anon_sym___clrcall] = ACTIONS(2709), - [anon_sym___stdcall] = ACTIONS(2709), - [anon_sym___fastcall] = ACTIONS(2709), - [anon_sym___thiscall] = ACTIONS(2709), - [anon_sym___vectorcall] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2709), - [anon_sym_byte] = ACTIONS(2709), - [anon_sym_word] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_else] = ACTIONS(2709), - [anon_sym_switch] = ACTIONS(2709), - [anon_sym_case] = ACTIONS(2709), - [anon_sym_default] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_goto] = ACTIONS(2709), - [anon_sym___try] = ACTIONS(2709), - [anon_sym___leave] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_compl] = ACTIONS(2709), - [anon_sym_DASH_DASH] = ACTIONS(2714), - [anon_sym_PLUS_PLUS] = ACTIONS(2714), - [anon_sym_sizeof] = ACTIONS(2709), - [anon_sym___alignof__] = ACTIONS(2709), - [anon_sym___alignof] = ACTIONS(2709), - [anon_sym__alignof] = ACTIONS(2709), - [anon_sym_alignof] = ACTIONS(2709), - [anon_sym__Alignof] = ACTIONS(2709), - [anon_sym_offsetof] = ACTIONS(2709), - [anon_sym__Generic] = ACTIONS(2709), - [anon_sym_asm] = ACTIONS(2709), - [anon_sym___asm__] = ACTIONS(2709), - [anon_sym___asm] = ACTIONS(2709), - [aux_sym_number_literal_token1] = ACTIONS(2714), - [aux_sym_number_literal_token2] = ACTIONS(2709), - [anon_sym_L_SQUOTE] = ACTIONS(2714), - [anon_sym_u_SQUOTE] = ACTIONS(2714), - [anon_sym_U_SQUOTE] = ACTIONS(2714), - [anon_sym_u8_SQUOTE] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2714), - [anon_sym_L_DQUOTE] = ACTIONS(2714), - [anon_sym_u_DQUOTE] = ACTIONS(2714), - [anon_sym_U_DQUOTE] = ACTIONS(2714), - [anon_sym_u8_DQUOTE] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2714), - [sym_true] = ACTIONS(2709), - [sym_false] = ACTIONS(2709), - [anon_sym_NULL] = ACTIONS(2709), - [anon_sym_nullptr] = ACTIONS(2709), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2709), - [anon_sym_explicit] = ACTIONS(2709), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2709), - [anon_sym_operator] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_delete] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [anon_sym_namespace] = ACTIONS(2709), - [anon_sym_using] = ACTIONS(2709), - [anon_sym_static_assert] = ACTIONS(2709), - [anon_sym_concept] = ACTIONS(2709), - [anon_sym_co_return] = ACTIONS(2709), - [anon_sym_co_yield] = ACTIONS(2709), - [anon_sym_R_DQUOTE] = ACTIONS(2714), - [anon_sym_LR_DQUOTE] = ACTIONS(2714), - [anon_sym_uR_DQUOTE] = ACTIONS(2714), - [anon_sym_UR_DQUOTE] = ACTIONS(2714), - [anon_sym_u8R_DQUOTE] = ACTIONS(2714), - [anon_sym_co_await] = ACTIONS(2709), - [anon_sym_new] = ACTIONS(2709), - [anon_sym_requires] = ACTIONS(2709), - [sym_this] = ACTIONS(2709), + [sym_identifier] = ACTIONS(2841), + [aux_sym_preproc_include_token1] = ACTIONS(2841), + [aux_sym_preproc_def_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token2] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2841), + [aux_sym_preproc_else_token1] = ACTIONS(2841), + [aux_sym_preproc_elif_token1] = ACTIONS(2841), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2841), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2841), + [sym_preproc_directive] = ACTIONS(2841), + [anon_sym_LPAREN2] = ACTIONS(2843), + [anon_sym_BANG] = ACTIONS(2843), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_AMP_AMP] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_SEMI] = ACTIONS(2843), + [anon_sym___extension__] = ACTIONS(2841), + [anon_sym_typedef] = ACTIONS(2841), + [anon_sym_virtual] = ACTIONS(2841), + [anon_sym_extern] = ACTIONS(2841), + [anon_sym___attribute__] = ACTIONS(2841), + [anon_sym___attribute] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(2843), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2841), + [anon_sym___based] = ACTIONS(2841), + [anon_sym___cdecl] = ACTIONS(2841), + [anon_sym___clrcall] = ACTIONS(2841), + [anon_sym___stdcall] = ACTIONS(2841), + [anon_sym___fastcall] = ACTIONS(2841), + [anon_sym___thiscall] = ACTIONS(2841), + [anon_sym___vectorcall] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_signed] = ACTIONS(2841), + [anon_sym_unsigned] = ACTIONS(2841), + [anon_sym_long] = ACTIONS(2841), + [anon_sym_short] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2841), + [anon_sym_static] = ACTIONS(2841), + [anon_sym_register] = ACTIONS(2841), + [anon_sym_inline] = ACTIONS(2841), + [anon_sym___inline] = ACTIONS(2841), + [anon_sym___inline__] = ACTIONS(2841), + [anon_sym___forceinline] = ACTIONS(2841), + [anon_sym_thread_local] = ACTIONS(2841), + [anon_sym___thread] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_constexpr] = ACTIONS(2841), + [anon_sym_volatile] = ACTIONS(2841), + [anon_sym_restrict] = ACTIONS(2841), + [anon_sym___restrict__] = ACTIONS(2841), + [anon_sym__Atomic] = ACTIONS(2841), + [anon_sym__Noreturn] = ACTIONS(2841), + [anon_sym_noreturn] = ACTIONS(2841), + [anon_sym__Nonnull] = ACTIONS(2841), + [anon_sym_mutable] = ACTIONS(2841), + [anon_sym_constinit] = ACTIONS(2841), + [anon_sym_consteval] = ACTIONS(2841), + [anon_sym_PROGMEM] = ACTIONS(2841), + [anon_sym_alignas] = ACTIONS(2841), + [anon_sym__Alignas] = ACTIONS(2841), + [aux_sym_primitive_type_token1] = ACTIONS(2841), + [anon_sym_byte] = ACTIONS(2841), + [anon_sym_word] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_class] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_else] = ACTIONS(2841), + [anon_sym_switch] = ACTIONS(2841), + [anon_sym_case] = ACTIONS(2841), + [anon_sym_default] = ACTIONS(2841), + [anon_sym_while] = ACTIONS(2841), + [anon_sym_do] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym___try] = ACTIONS(2841), + [anon_sym___leave] = ACTIONS(2841), + [anon_sym_not] = ACTIONS(2841), + [anon_sym_compl] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_sizeof] = ACTIONS(2841), + [anon_sym___alignof__] = ACTIONS(2841), + [anon_sym___alignof] = ACTIONS(2841), + [anon_sym__alignof] = ACTIONS(2841), + [anon_sym_alignof] = ACTIONS(2841), + [anon_sym__Alignof] = ACTIONS(2841), + [anon_sym_offsetof] = ACTIONS(2841), + [anon_sym__Generic] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym___asm__] = ACTIONS(2841), + [anon_sym___asm] = ACTIONS(2841), + [aux_sym_number_literal_token1] = ACTIONS(2843), + [aux_sym_number_literal_token2] = ACTIONS(2841), + [anon_sym_L_SQUOTE] = ACTIONS(2843), + [anon_sym_u_SQUOTE] = ACTIONS(2843), + [anon_sym_U_SQUOTE] = ACTIONS(2843), + [anon_sym_u8_SQUOTE] = ACTIONS(2843), + [anon_sym_SQUOTE] = ACTIONS(2843), + [anon_sym_L_DQUOTE] = ACTIONS(2843), + [anon_sym_u_DQUOTE] = ACTIONS(2843), + [anon_sym_U_DQUOTE] = ACTIONS(2843), + [anon_sym_u8_DQUOTE] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2843), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [anon_sym_NULL] = ACTIONS(2841), + [anon_sym_nullptr] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2841), + [anon_sym_decltype] = ACTIONS(2841), + [anon_sym_explicit] = ACTIONS(2841), + [anon_sym_typename] = ACTIONS(2841), + [anon_sym_template] = ACTIONS(2841), + [anon_sym_operator] = ACTIONS(2841), + [anon_sym_try] = ACTIONS(2841), + [anon_sym_delete] = ACTIONS(2841), + [anon_sym_throw] = ACTIONS(2841), + [anon_sym_namespace] = ACTIONS(2841), + [anon_sym_using] = ACTIONS(2841), + [anon_sym_static_assert] = ACTIONS(2841), + [anon_sym_concept] = ACTIONS(2841), + [anon_sym_co_return] = ACTIONS(2841), + [anon_sym_co_yield] = ACTIONS(2841), + [anon_sym_R_DQUOTE] = ACTIONS(2843), + [anon_sym_LR_DQUOTE] = ACTIONS(2843), + [anon_sym_uR_DQUOTE] = ACTIONS(2843), + [anon_sym_UR_DQUOTE] = ACTIONS(2843), + [anon_sym_u8R_DQUOTE] = ACTIONS(2843), + [anon_sym_co_await] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2841), + [anon_sym_requires] = ACTIONS(2841), + [sym_this] = ACTIONS(2841), }, [279] = { - [sym_identifier] = ACTIONS(2843), - [aux_sym_preproc_include_token1] = ACTIONS(2843), - [aux_sym_preproc_def_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token2] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2843), - [aux_sym_preproc_else_token1] = ACTIONS(2843), - [aux_sym_preproc_elif_token1] = ACTIONS(2843), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2843), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2843), - [sym_preproc_directive] = ACTIONS(2843), - [anon_sym_LPAREN2] = ACTIONS(2845), - [anon_sym_BANG] = ACTIONS(2845), - [anon_sym_TILDE] = ACTIONS(2845), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2845), - [anon_sym_AMP_AMP] = ACTIONS(2845), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym___extension__] = ACTIONS(2843), - [anon_sym_typedef] = ACTIONS(2843), - [anon_sym_virtual] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___attribute] = ACTIONS(2843), - [anon_sym_COLON_COLON] = ACTIONS(2845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2845), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym___cdecl] = ACTIONS(2843), - [anon_sym___clrcall] = ACTIONS(2843), - [anon_sym___stdcall] = ACTIONS(2843), - [anon_sym___fastcall] = ACTIONS(2843), - [anon_sym___thiscall] = ACTIONS(2843), - [anon_sym___vectorcall] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_signed] = ACTIONS(2843), - [anon_sym_unsigned] = ACTIONS(2843), - [anon_sym_long] = ACTIONS(2843), - [anon_sym_short] = ACTIONS(2843), - [anon_sym_LBRACK] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym___inline] = ACTIONS(2843), - [anon_sym___inline__] = ACTIONS(2843), - [anon_sym___forceinline] = ACTIONS(2843), - [anon_sym_thread_local] = ACTIONS(2843), - [anon_sym___thread] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym___restrict__] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym__Noreturn] = ACTIONS(2843), - [anon_sym_noreturn] = ACTIONS(2843), - [anon_sym__Nonnull] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constinit] = ACTIONS(2843), - [anon_sym_consteval] = ACTIONS(2843), - [anon_sym_PROGMEM] = ACTIONS(2843), - [anon_sym_alignas] = ACTIONS(2843), - [anon_sym__Alignas] = ACTIONS(2843), - [aux_sym_primitive_type_token1] = ACTIONS(2843), - [anon_sym_byte] = ACTIONS(2843), - [anon_sym_word] = ACTIONS(2843), - [anon_sym_enum] = ACTIONS(2843), - [anon_sym_class] = ACTIONS(2843), - [anon_sym_struct] = ACTIONS(2843), - [anon_sym_union] = ACTIONS(2843), - [anon_sym_if] = ACTIONS(2843), - [anon_sym_else] = ACTIONS(2843), - [anon_sym_switch] = ACTIONS(2843), - [anon_sym_case] = ACTIONS(2843), - [anon_sym_default] = ACTIONS(2843), - [anon_sym_while] = ACTIONS(2843), - [anon_sym_do] = ACTIONS(2843), - [anon_sym_for] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2843), - [anon_sym_break] = ACTIONS(2843), - [anon_sym_continue] = ACTIONS(2843), - [anon_sym_goto] = ACTIONS(2843), - [anon_sym___try] = ACTIONS(2843), - [anon_sym___leave] = ACTIONS(2843), - [anon_sym_not] = ACTIONS(2843), - [anon_sym_compl] = ACTIONS(2843), - [anon_sym_DASH_DASH] = ACTIONS(2845), - [anon_sym_PLUS_PLUS] = ACTIONS(2845), - [anon_sym_sizeof] = ACTIONS(2843), - [anon_sym___alignof__] = ACTIONS(2843), - [anon_sym___alignof] = ACTIONS(2843), - [anon_sym__alignof] = ACTIONS(2843), - [anon_sym_alignof] = ACTIONS(2843), - [anon_sym__Alignof] = ACTIONS(2843), - [anon_sym_offsetof] = ACTIONS(2843), - [anon_sym__Generic] = ACTIONS(2843), - [anon_sym_asm] = ACTIONS(2843), - [anon_sym___asm__] = ACTIONS(2843), - [anon_sym___asm] = ACTIONS(2843), - [aux_sym_number_literal_token1] = ACTIONS(2845), - [aux_sym_number_literal_token2] = ACTIONS(2843), - [anon_sym_L_SQUOTE] = ACTIONS(2845), - [anon_sym_u_SQUOTE] = ACTIONS(2845), - [anon_sym_U_SQUOTE] = ACTIONS(2845), - [anon_sym_u8_SQUOTE] = ACTIONS(2845), - [anon_sym_SQUOTE] = ACTIONS(2845), - [anon_sym_L_DQUOTE] = ACTIONS(2845), - [anon_sym_u_DQUOTE] = ACTIONS(2845), - [anon_sym_U_DQUOTE] = ACTIONS(2845), - [anon_sym_u8_DQUOTE] = ACTIONS(2845), - [anon_sym_DQUOTE] = ACTIONS(2845), - [sym_true] = ACTIONS(2843), - [sym_false] = ACTIONS(2843), - [anon_sym_NULL] = ACTIONS(2843), - [anon_sym_nullptr] = ACTIONS(2843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2843), - [anon_sym_decltype] = ACTIONS(2843), - [anon_sym_explicit] = ACTIONS(2843), - [anon_sym_typename] = ACTIONS(2843), - [anon_sym_template] = ACTIONS(2843), - [anon_sym_operator] = ACTIONS(2843), - [anon_sym_try] = ACTIONS(2843), - [anon_sym_delete] = ACTIONS(2843), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_namespace] = ACTIONS(2843), - [anon_sym_using] = ACTIONS(2843), - [anon_sym_static_assert] = ACTIONS(2843), - [anon_sym_concept] = ACTIONS(2843), - [anon_sym_co_return] = ACTIONS(2843), - [anon_sym_co_yield] = ACTIONS(2843), - [anon_sym_R_DQUOTE] = ACTIONS(2845), - [anon_sym_LR_DQUOTE] = ACTIONS(2845), - [anon_sym_uR_DQUOTE] = ACTIONS(2845), - [anon_sym_UR_DQUOTE] = ACTIONS(2845), - [anon_sym_u8R_DQUOTE] = ACTIONS(2845), - [anon_sym_co_await] = ACTIONS(2843), - [anon_sym_new] = ACTIONS(2843), - [anon_sym_requires] = ACTIONS(2843), - [sym_this] = ACTIONS(2843), + [sym_identifier] = ACTIONS(2845), + [aux_sym_preproc_include_token1] = ACTIONS(2845), + [aux_sym_preproc_def_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token2] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2845), + [aux_sym_preproc_else_token1] = ACTIONS(2845), + [aux_sym_preproc_elif_token1] = ACTIONS(2845), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2845), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2845), + [sym_preproc_directive] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_BANG] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym___extension__] = ACTIONS(2845), + [anon_sym_typedef] = ACTIONS(2845), + [anon_sym_virtual] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2845), + [anon_sym___attribute__] = ACTIONS(2845), + [anon_sym___attribute] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2845), + [anon_sym___based] = ACTIONS(2845), + [anon_sym___cdecl] = ACTIONS(2845), + [anon_sym___clrcall] = ACTIONS(2845), + [anon_sym___stdcall] = ACTIONS(2845), + [anon_sym___fastcall] = ACTIONS(2845), + [anon_sym___thiscall] = ACTIONS(2845), + [anon_sym___vectorcall] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2847), + [anon_sym_signed] = ACTIONS(2845), + [anon_sym_unsigned] = ACTIONS(2845), + [anon_sym_long] = ACTIONS(2845), + [anon_sym_short] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2845), + [anon_sym_register] = ACTIONS(2845), + [anon_sym_inline] = ACTIONS(2845), + [anon_sym___inline] = ACTIONS(2845), + [anon_sym___inline__] = ACTIONS(2845), + [anon_sym___forceinline] = ACTIONS(2845), + [anon_sym_thread_local] = ACTIONS(2845), + [anon_sym___thread] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_constexpr] = ACTIONS(2845), + [anon_sym_volatile] = ACTIONS(2845), + [anon_sym_restrict] = ACTIONS(2845), + [anon_sym___restrict__] = ACTIONS(2845), + [anon_sym__Atomic] = ACTIONS(2845), + [anon_sym__Noreturn] = ACTIONS(2845), + [anon_sym_noreturn] = ACTIONS(2845), + [anon_sym__Nonnull] = ACTIONS(2845), + [anon_sym_mutable] = ACTIONS(2845), + [anon_sym_constinit] = ACTIONS(2845), + [anon_sym_consteval] = ACTIONS(2845), + [anon_sym_PROGMEM] = ACTIONS(2845), + [anon_sym_alignas] = ACTIONS(2845), + [anon_sym__Alignas] = ACTIONS(2845), + [aux_sym_primitive_type_token1] = ACTIONS(2845), + [anon_sym_byte] = ACTIONS(2845), + [anon_sym_word] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_class] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_else] = ACTIONS(2845), + [anon_sym_switch] = ACTIONS(2845), + [anon_sym_case] = ACTIONS(2845), + [anon_sym_default] = ACTIONS(2845), + [anon_sym_while] = ACTIONS(2845), + [anon_sym_do] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym___try] = ACTIONS(2845), + [anon_sym___leave] = ACTIONS(2845), + [anon_sym_not] = ACTIONS(2845), + [anon_sym_compl] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_sizeof] = ACTIONS(2845), + [anon_sym___alignof__] = ACTIONS(2845), + [anon_sym___alignof] = ACTIONS(2845), + [anon_sym__alignof] = ACTIONS(2845), + [anon_sym_alignof] = ACTIONS(2845), + [anon_sym__Alignof] = ACTIONS(2845), + [anon_sym_offsetof] = ACTIONS(2845), + [anon_sym__Generic] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym___asm__] = ACTIONS(2845), + [anon_sym___asm] = ACTIONS(2845), + [aux_sym_number_literal_token1] = ACTIONS(2847), + [aux_sym_number_literal_token2] = ACTIONS(2845), + [anon_sym_L_SQUOTE] = ACTIONS(2847), + [anon_sym_u_SQUOTE] = ACTIONS(2847), + [anon_sym_U_SQUOTE] = ACTIONS(2847), + [anon_sym_u8_SQUOTE] = ACTIONS(2847), + [anon_sym_SQUOTE] = ACTIONS(2847), + [anon_sym_L_DQUOTE] = ACTIONS(2847), + [anon_sym_u_DQUOTE] = ACTIONS(2847), + [anon_sym_U_DQUOTE] = ACTIONS(2847), + [anon_sym_u8_DQUOTE] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2847), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [anon_sym_NULL] = ACTIONS(2845), + [anon_sym_nullptr] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2845), + [anon_sym_decltype] = ACTIONS(2845), + [anon_sym_explicit] = ACTIONS(2845), + [anon_sym_typename] = ACTIONS(2845), + [anon_sym_template] = ACTIONS(2845), + [anon_sym_operator] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2845), + [anon_sym_delete] = ACTIONS(2845), + [anon_sym_throw] = ACTIONS(2845), + [anon_sym_namespace] = ACTIONS(2845), + [anon_sym_using] = ACTIONS(2845), + [anon_sym_static_assert] = ACTIONS(2845), + [anon_sym_concept] = ACTIONS(2845), + [anon_sym_co_return] = ACTIONS(2845), + [anon_sym_co_yield] = ACTIONS(2845), + [anon_sym_R_DQUOTE] = ACTIONS(2847), + [anon_sym_LR_DQUOTE] = ACTIONS(2847), + [anon_sym_uR_DQUOTE] = ACTIONS(2847), + [anon_sym_UR_DQUOTE] = ACTIONS(2847), + [anon_sym_u8R_DQUOTE] = ACTIONS(2847), + [anon_sym_co_await] = ACTIONS(2845), + [anon_sym_new] = ACTIONS(2845), + [anon_sym_requires] = ACTIONS(2845), + [sym_this] = ACTIONS(2845), }, [280] = { - [sym_identifier] = ACTIONS(2847), - [aux_sym_preproc_include_token1] = ACTIONS(2847), - [aux_sym_preproc_def_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token2] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2847), - [aux_sym_preproc_else_token1] = ACTIONS(2847), - [aux_sym_preproc_elif_token1] = ACTIONS(2847), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2847), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2847), - [sym_preproc_directive] = ACTIONS(2847), - [anon_sym_LPAREN2] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), - [anon_sym_TILDE] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2849), - [anon_sym_AMP_AMP] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2847), - [anon_sym_SEMI] = ACTIONS(2849), - [anon_sym___extension__] = ACTIONS(2847), - [anon_sym_typedef] = ACTIONS(2847), - [anon_sym_virtual] = ACTIONS(2847), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym___attribute__] = ACTIONS(2847), - [anon_sym___attribute] = ACTIONS(2847), - [anon_sym_COLON_COLON] = ACTIONS(2849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2849), - [anon_sym___declspec] = ACTIONS(2847), - [anon_sym___based] = ACTIONS(2847), - [anon_sym___cdecl] = ACTIONS(2847), - [anon_sym___clrcall] = ACTIONS(2847), - [anon_sym___stdcall] = ACTIONS(2847), - [anon_sym___fastcall] = ACTIONS(2847), - [anon_sym___thiscall] = ACTIONS(2847), - [anon_sym___vectorcall] = ACTIONS(2847), - [anon_sym_LBRACE] = ACTIONS(2849), - [anon_sym_signed] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym___inline] = ACTIONS(2847), - [anon_sym___inline__] = ACTIONS(2847), - [anon_sym___forceinline] = ACTIONS(2847), - [anon_sym_thread_local] = ACTIONS(2847), - [anon_sym___thread] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_constexpr] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym___restrict__] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym__Noreturn] = ACTIONS(2847), - [anon_sym_noreturn] = ACTIONS(2847), - [anon_sym__Nonnull] = ACTIONS(2847), - [anon_sym_mutable] = ACTIONS(2847), - [anon_sym_constinit] = ACTIONS(2847), - [anon_sym_consteval] = ACTIONS(2847), - [anon_sym_PROGMEM] = ACTIONS(2847), - [anon_sym_alignas] = ACTIONS(2847), - [anon_sym__Alignas] = ACTIONS(2847), - [aux_sym_primitive_type_token1] = ACTIONS(2847), - [anon_sym_byte] = ACTIONS(2847), - [anon_sym_word] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_class] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [anon_sym_if] = ACTIONS(2847), - [anon_sym_else] = ACTIONS(2847), - [anon_sym_switch] = ACTIONS(2847), - [anon_sym_case] = ACTIONS(2847), - [anon_sym_default] = ACTIONS(2847), - [anon_sym_while] = ACTIONS(2847), - [anon_sym_do] = ACTIONS(2847), - [anon_sym_for] = ACTIONS(2847), - [anon_sym_return] = ACTIONS(2847), - [anon_sym_break] = ACTIONS(2847), - [anon_sym_continue] = ACTIONS(2847), - [anon_sym_goto] = ACTIONS(2847), - [anon_sym___try] = ACTIONS(2847), - [anon_sym___leave] = ACTIONS(2847), - [anon_sym_not] = ACTIONS(2847), - [anon_sym_compl] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_sizeof] = ACTIONS(2847), - [anon_sym___alignof__] = ACTIONS(2847), - [anon_sym___alignof] = ACTIONS(2847), - [anon_sym__alignof] = ACTIONS(2847), - [anon_sym_alignof] = ACTIONS(2847), - [anon_sym__Alignof] = ACTIONS(2847), - [anon_sym_offsetof] = ACTIONS(2847), - [anon_sym__Generic] = ACTIONS(2847), - [anon_sym_asm] = ACTIONS(2847), - [anon_sym___asm__] = ACTIONS(2847), - [anon_sym___asm] = ACTIONS(2847), - [aux_sym_number_literal_token1] = ACTIONS(2849), - [aux_sym_number_literal_token2] = ACTIONS(2847), - [anon_sym_L_SQUOTE] = ACTIONS(2849), - [anon_sym_u_SQUOTE] = ACTIONS(2849), - [anon_sym_U_SQUOTE] = ACTIONS(2849), - [anon_sym_u8_SQUOTE] = ACTIONS(2849), - [anon_sym_SQUOTE] = ACTIONS(2849), - [anon_sym_L_DQUOTE] = ACTIONS(2849), - [anon_sym_u_DQUOTE] = ACTIONS(2849), - [anon_sym_U_DQUOTE] = ACTIONS(2849), - [anon_sym_u8_DQUOTE] = ACTIONS(2849), - [anon_sym_DQUOTE] = ACTIONS(2849), - [sym_true] = ACTIONS(2847), - [sym_false] = ACTIONS(2847), - [anon_sym_NULL] = ACTIONS(2847), - [anon_sym_nullptr] = ACTIONS(2847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2847), - [anon_sym_decltype] = ACTIONS(2847), - [anon_sym_explicit] = ACTIONS(2847), - [anon_sym_typename] = ACTIONS(2847), - [anon_sym_template] = ACTIONS(2847), - [anon_sym_operator] = ACTIONS(2847), - [anon_sym_try] = ACTIONS(2847), - [anon_sym_delete] = ACTIONS(2847), - [anon_sym_throw] = ACTIONS(2847), - [anon_sym_namespace] = ACTIONS(2847), - [anon_sym_using] = ACTIONS(2847), - [anon_sym_static_assert] = ACTIONS(2847), - [anon_sym_concept] = ACTIONS(2847), - [anon_sym_co_return] = ACTIONS(2847), - [anon_sym_co_yield] = ACTIONS(2847), - [anon_sym_R_DQUOTE] = ACTIONS(2849), - [anon_sym_LR_DQUOTE] = ACTIONS(2849), - [anon_sym_uR_DQUOTE] = ACTIONS(2849), - [anon_sym_UR_DQUOTE] = ACTIONS(2849), - [anon_sym_u8R_DQUOTE] = ACTIONS(2849), - [anon_sym_co_await] = ACTIONS(2847), - [anon_sym_new] = ACTIONS(2847), - [anon_sym_requires] = ACTIONS(2847), - [sym_this] = ACTIONS(2847), + [sym_identifier] = ACTIONS(2849), + [aux_sym_preproc_include_token1] = ACTIONS(2849), + [aux_sym_preproc_def_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token2] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2849), + [aux_sym_preproc_else_token1] = ACTIONS(2849), + [aux_sym_preproc_elif_token1] = ACTIONS(2849), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2849), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2849), + [anon_sym_LPAREN2] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym___extension__] = ACTIONS(2849), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_virtual] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___attribute] = ACTIONS(2849), + [anon_sym_COLON_COLON] = ACTIONS(2851), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2851), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym___cdecl] = ACTIONS(2849), + [anon_sym___clrcall] = ACTIONS(2849), + [anon_sym___stdcall] = ACTIONS(2849), + [anon_sym___fastcall] = ACTIONS(2849), + [anon_sym___thiscall] = ACTIONS(2849), + [anon_sym___vectorcall] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_signed] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym___inline] = ACTIONS(2849), + [anon_sym___inline__] = ACTIONS(2849), + [anon_sym___forceinline] = ACTIONS(2849), + [anon_sym_thread_local] = ACTIONS(2849), + [anon_sym___thread] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym___restrict__] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym__Noreturn] = ACTIONS(2849), + [anon_sym_noreturn] = ACTIONS(2849), + [anon_sym__Nonnull] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constinit] = ACTIONS(2849), + [anon_sym_consteval] = ACTIONS(2849), + [anon_sym_PROGMEM] = ACTIONS(2849), + [anon_sym_alignas] = ACTIONS(2849), + [anon_sym__Alignas] = ACTIONS(2849), + [aux_sym_primitive_type_token1] = ACTIONS(2849), + [anon_sym_byte] = ACTIONS(2849), + [anon_sym_word] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_class] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym___try] = ACTIONS(2849), + [anon_sym___leave] = ACTIONS(2849), + [anon_sym_not] = ACTIONS(2849), + [anon_sym_compl] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [anon_sym___alignof__] = ACTIONS(2849), + [anon_sym___alignof] = ACTIONS(2849), + [anon_sym__alignof] = ACTIONS(2849), + [anon_sym_alignof] = ACTIONS(2849), + [anon_sym__Alignof] = ACTIONS(2849), + [anon_sym_offsetof] = ACTIONS(2849), + [anon_sym__Generic] = ACTIONS(2849), + [anon_sym_asm] = ACTIONS(2849), + [anon_sym___asm__] = ACTIONS(2849), + [anon_sym___asm] = ACTIONS(2849), + [aux_sym_number_literal_token1] = ACTIONS(2851), + [aux_sym_number_literal_token2] = ACTIONS(2849), + [anon_sym_L_SQUOTE] = ACTIONS(2851), + [anon_sym_u_SQUOTE] = ACTIONS(2851), + [anon_sym_U_SQUOTE] = ACTIONS(2851), + [anon_sym_u8_SQUOTE] = ACTIONS(2851), + [anon_sym_SQUOTE] = ACTIONS(2851), + [anon_sym_L_DQUOTE] = ACTIONS(2851), + [anon_sym_u_DQUOTE] = ACTIONS(2851), + [anon_sym_U_DQUOTE] = ACTIONS(2851), + [anon_sym_u8_DQUOTE] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym_true] = ACTIONS(2849), + [sym_false] = ACTIONS(2849), + [anon_sym_NULL] = ACTIONS(2849), + [anon_sym_nullptr] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2849), + [anon_sym_decltype] = ACTIONS(2849), + [anon_sym_explicit] = ACTIONS(2849), + [anon_sym_typename] = ACTIONS(2849), + [anon_sym_template] = ACTIONS(2849), + [anon_sym_operator] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_delete] = ACTIONS(2849), + [anon_sym_throw] = ACTIONS(2849), + [anon_sym_namespace] = ACTIONS(2849), + [anon_sym_using] = ACTIONS(2849), + [anon_sym_static_assert] = ACTIONS(2849), + [anon_sym_concept] = ACTIONS(2849), + [anon_sym_co_return] = ACTIONS(2849), + [anon_sym_co_yield] = ACTIONS(2849), + [anon_sym_R_DQUOTE] = ACTIONS(2851), + [anon_sym_LR_DQUOTE] = ACTIONS(2851), + [anon_sym_uR_DQUOTE] = ACTIONS(2851), + [anon_sym_UR_DQUOTE] = ACTIONS(2851), + [anon_sym_u8R_DQUOTE] = ACTIONS(2851), + [anon_sym_co_await] = ACTIONS(2849), + [anon_sym_new] = ACTIONS(2849), + [anon_sym_requires] = ACTIONS(2849), + [sym_this] = ACTIONS(2849), }, [281] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(2892), - [sym__declarator] = STATE(6417), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_type_qualifier] = STATE(3854), - [sym_alignas_qualifier] = STATE(4257), - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3302), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5655), - [sym_qualified_identifier] = STATE(3303), - [sym_qualified_type_identifier] = STATE(7542), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(2417), - [aux_sym__type_definition_type_repeat1] = STATE(3854), - [aux_sym_pointer_declarator_repeat1] = STATE(2892), - [sym_identifier] = ACTIONS(2851), - [anon_sym_LPAREN2] = ACTIONS(2853), - [anon_sym_BANG] = ACTIONS(1984), + [sym_identifier] = ACTIONS(2853), + [aux_sym_preproc_include_token1] = ACTIONS(2853), + [aux_sym_preproc_def_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token2] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2853), + [aux_sym_preproc_else_token1] = ACTIONS(2853), + [aux_sym_preproc_elif_token1] = ACTIONS(2853), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2853), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2853), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_LPAREN2] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), [anon_sym_TILDE] = ACTIONS(2855), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(2853), + [anon_sym_PLUS] = ACTIONS(2853), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym___extension__] = ACTIONS(2853), + [anon_sym_typedef] = ACTIONS(2853), + [anon_sym_virtual] = ACTIONS(2853), + [anon_sym_extern] = ACTIONS(2853), + [anon_sym___attribute__] = ACTIONS(2853), + [anon_sym___attribute] = ACTIONS(2853), + [anon_sym_COLON_COLON] = ACTIONS(2855), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2855), + [anon_sym___declspec] = ACTIONS(2853), + [anon_sym___based] = ACTIONS(2853), + [anon_sym___cdecl] = ACTIONS(2853), + [anon_sym___clrcall] = ACTIONS(2853), + [anon_sym___stdcall] = ACTIONS(2853), + [anon_sym___fastcall] = ACTIONS(2853), + [anon_sym___thiscall] = ACTIONS(2853), + [anon_sym___vectorcall] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_signed] = ACTIONS(2853), + [anon_sym_unsigned] = ACTIONS(2853), + [anon_sym_long] = ACTIONS(2853), + [anon_sym_short] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_static] = ACTIONS(2853), + [anon_sym_register] = ACTIONS(2853), + [anon_sym_inline] = ACTIONS(2853), + [anon_sym___inline] = ACTIONS(2853), + [anon_sym___inline__] = ACTIONS(2853), + [anon_sym___forceinline] = ACTIONS(2853), + [anon_sym_thread_local] = ACTIONS(2853), + [anon_sym___thread] = ACTIONS(2853), + [anon_sym_const] = ACTIONS(2853), + [anon_sym_constexpr] = ACTIONS(2853), + [anon_sym_volatile] = ACTIONS(2853), + [anon_sym_restrict] = ACTIONS(2853), + [anon_sym___restrict__] = ACTIONS(2853), + [anon_sym__Atomic] = ACTIONS(2853), + [anon_sym__Noreturn] = ACTIONS(2853), + [anon_sym_noreturn] = ACTIONS(2853), + [anon_sym__Nonnull] = ACTIONS(2853), + [anon_sym_mutable] = ACTIONS(2853), + [anon_sym_constinit] = ACTIONS(2853), + [anon_sym_consteval] = ACTIONS(2853), + [anon_sym_PROGMEM] = ACTIONS(2853), + [anon_sym_alignas] = ACTIONS(2853), + [anon_sym__Alignas] = ACTIONS(2853), + [aux_sym_primitive_type_token1] = ACTIONS(2853), + [anon_sym_byte] = ACTIONS(2853), + [anon_sym_word] = ACTIONS(2853), + [anon_sym_enum] = ACTIONS(2853), + [anon_sym_class] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2853), + [anon_sym_union] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2853), + [anon_sym_else] = ACTIONS(2853), + [anon_sym_switch] = ACTIONS(2853), + [anon_sym_case] = ACTIONS(2853), + [anon_sym_default] = ACTIONS(2853), + [anon_sym_while] = ACTIONS(2853), + [anon_sym_do] = ACTIONS(2853), + [anon_sym_for] = ACTIONS(2853), + [anon_sym_return] = ACTIONS(2853), + [anon_sym_break] = ACTIONS(2853), + [anon_sym_continue] = ACTIONS(2853), + [anon_sym_goto] = ACTIONS(2853), + [anon_sym___try] = ACTIONS(2853), + [anon_sym___leave] = ACTIONS(2853), + [anon_sym_not] = ACTIONS(2853), + [anon_sym_compl] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_sizeof] = ACTIONS(2853), + [anon_sym___alignof__] = ACTIONS(2853), + [anon_sym___alignof] = ACTIONS(2853), + [anon_sym__alignof] = ACTIONS(2853), + [anon_sym_alignof] = ACTIONS(2853), + [anon_sym__Alignof] = ACTIONS(2853), + [anon_sym_offsetof] = ACTIONS(2853), + [anon_sym__Generic] = ACTIONS(2853), + [anon_sym_asm] = ACTIONS(2853), + [anon_sym___asm__] = ACTIONS(2853), + [anon_sym___asm] = ACTIONS(2853), + [aux_sym_number_literal_token1] = ACTIONS(2855), + [aux_sym_number_literal_token2] = ACTIONS(2853), + [anon_sym_L_SQUOTE] = ACTIONS(2855), + [anon_sym_u_SQUOTE] = ACTIONS(2855), + [anon_sym_U_SQUOTE] = ACTIONS(2855), + [anon_sym_u8_SQUOTE] = ACTIONS(2855), + [anon_sym_SQUOTE] = ACTIONS(2855), + [anon_sym_L_DQUOTE] = ACTIONS(2855), + [anon_sym_u_DQUOTE] = ACTIONS(2855), + [anon_sym_U_DQUOTE] = ACTIONS(2855), + [anon_sym_u8_DQUOTE] = ACTIONS(2855), + [anon_sym_DQUOTE] = ACTIONS(2855), + [sym_true] = ACTIONS(2853), + [sym_false] = ACTIONS(2853), + [anon_sym_NULL] = ACTIONS(2853), + [anon_sym_nullptr] = ACTIONS(2853), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2853), + [anon_sym_decltype] = ACTIONS(2853), + [anon_sym_explicit] = ACTIONS(2853), + [anon_sym_typename] = ACTIONS(2853), + [anon_sym_template] = ACTIONS(2853), + [anon_sym_operator] = ACTIONS(2853), + [anon_sym_try] = ACTIONS(2853), + [anon_sym_delete] = ACTIONS(2853), + [anon_sym_throw] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_using] = ACTIONS(2853), + [anon_sym_static_assert] = ACTIONS(2853), + [anon_sym_concept] = ACTIONS(2853), + [anon_sym_co_return] = ACTIONS(2853), + [anon_sym_co_yield] = ACTIONS(2853), + [anon_sym_R_DQUOTE] = ACTIONS(2855), + [anon_sym_LR_DQUOTE] = ACTIONS(2855), + [anon_sym_uR_DQUOTE] = ACTIONS(2855), + [anon_sym_UR_DQUOTE] = ACTIONS(2855), + [anon_sym_u8R_DQUOTE] = ACTIONS(2855), + [anon_sym_co_await] = ACTIONS(2853), + [anon_sym_new] = ACTIONS(2853), + [anon_sym_requires] = ACTIONS(2853), + [sym_this] = ACTIONS(2853), + }, + [282] = { + [sym_identifier] = ACTIONS(2857), + [aux_sym_preproc_include_token1] = ACTIONS(2857), + [aux_sym_preproc_def_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token2] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2857), + [aux_sym_preproc_else_token1] = ACTIONS(2857), + [aux_sym_preproc_elif_token1] = ACTIONS(2857), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2857), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2857), + [sym_preproc_directive] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2857), + [anon_sym_SEMI] = ACTIONS(2859), [anon_sym___extension__] = ACTIONS(2857), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), + [anon_sym_typedef] = ACTIONS(2857), + [anon_sym_virtual] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___attribute] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2859), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym___based] = ACTIONS(2857), + [anon_sym___cdecl] = ACTIONS(2857), + [anon_sym___clrcall] = ACTIONS(2857), + [anon_sym___stdcall] = ACTIONS(2857), + [anon_sym___fastcall] = ACTIONS(2857), + [anon_sym___thiscall] = ACTIONS(2857), + [anon_sym___vectorcall] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_signed] = ACTIONS(2857), + [anon_sym_unsigned] = ACTIONS(2857), + [anon_sym_long] = ACTIONS(2857), + [anon_sym_short] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym___inline] = ACTIONS(2857), + [anon_sym___inline__] = ACTIONS(2857), + [anon_sym___forceinline] = ACTIONS(2857), + [anon_sym_thread_local] = ACTIONS(2857), + [anon_sym___thread] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym___restrict__] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym__Noreturn] = ACTIONS(2857), + [anon_sym_noreturn] = ACTIONS(2857), + [anon_sym__Nonnull] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constinit] = ACTIONS(2857), + [anon_sym_consteval] = ACTIONS(2857), + [anon_sym_PROGMEM] = ACTIONS(2857), + [anon_sym_alignas] = ACTIONS(2857), + [anon_sym__Alignas] = ACTIONS(2857), + [aux_sym_primitive_type_token1] = ACTIONS(2857), + [anon_sym_byte] = ACTIONS(2857), + [anon_sym_word] = ACTIONS(2857), + [anon_sym_enum] = ACTIONS(2857), + [anon_sym_class] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2857), + [anon_sym_union] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2857), + [anon_sym_else] = ACTIONS(2857), + [anon_sym_switch] = ACTIONS(2857), + [anon_sym_case] = ACTIONS(2857), + [anon_sym_default] = ACTIONS(2857), + [anon_sym_while] = ACTIONS(2857), + [anon_sym_do] = ACTIONS(2857), + [anon_sym_for] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2857), + [anon_sym_break] = ACTIONS(2857), + [anon_sym_continue] = ACTIONS(2857), + [anon_sym_goto] = ACTIONS(2857), + [anon_sym___try] = ACTIONS(2857), + [anon_sym___leave] = ACTIONS(2857), + [anon_sym_not] = ACTIONS(2857), + [anon_sym_compl] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_sizeof] = ACTIONS(2857), + [anon_sym___alignof__] = ACTIONS(2857), + [anon_sym___alignof] = ACTIONS(2857), + [anon_sym__alignof] = ACTIONS(2857), + [anon_sym_alignof] = ACTIONS(2857), + [anon_sym__Alignof] = ACTIONS(2857), + [anon_sym_offsetof] = ACTIONS(2857), + [anon_sym__Generic] = ACTIONS(2857), + [anon_sym_asm] = ACTIONS(2857), + [anon_sym___asm__] = ACTIONS(2857), + [anon_sym___asm] = ACTIONS(2857), + [aux_sym_number_literal_token1] = ACTIONS(2859), + [aux_sym_number_literal_token2] = ACTIONS(2857), + [anon_sym_L_SQUOTE] = ACTIONS(2859), + [anon_sym_u_SQUOTE] = ACTIONS(2859), + [anon_sym_U_SQUOTE] = ACTIONS(2859), + [anon_sym_u8_SQUOTE] = ACTIONS(2859), + [anon_sym_SQUOTE] = ACTIONS(2859), + [anon_sym_L_DQUOTE] = ACTIONS(2859), + [anon_sym_u_DQUOTE] = ACTIONS(2859), + [anon_sym_U_DQUOTE] = ACTIONS(2859), + [anon_sym_u8_DQUOTE] = ACTIONS(2859), + [anon_sym_DQUOTE] = ACTIONS(2859), + [sym_true] = ACTIONS(2857), + [sym_false] = ACTIONS(2857), + [anon_sym_NULL] = ACTIONS(2857), + [anon_sym_nullptr] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2857), + [anon_sym_decltype] = ACTIONS(2857), + [anon_sym_explicit] = ACTIONS(2857), + [anon_sym_typename] = ACTIONS(2857), + [anon_sym_template] = ACTIONS(2857), + [anon_sym_operator] = ACTIONS(2857), + [anon_sym_try] = ACTIONS(2857), + [anon_sym_delete] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_namespace] = ACTIONS(2857), + [anon_sym_using] = ACTIONS(2857), + [anon_sym_static_assert] = ACTIONS(2857), + [anon_sym_concept] = ACTIONS(2857), + [anon_sym_co_return] = ACTIONS(2857), + [anon_sym_co_yield] = ACTIONS(2857), + [anon_sym_R_DQUOTE] = ACTIONS(2859), + [anon_sym_LR_DQUOTE] = ACTIONS(2859), + [anon_sym_uR_DQUOTE] = ACTIONS(2859), + [anon_sym_UR_DQUOTE] = ACTIONS(2859), + [anon_sym_u8R_DQUOTE] = ACTIONS(2859), + [anon_sym_co_await] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2857), + [anon_sym_requires] = ACTIONS(2857), + [sym_this] = ACTIONS(2857), + }, + [283] = { + [sym_identifier] = ACTIONS(2861), + [aux_sym_preproc_include_token1] = ACTIONS(2861), + [aux_sym_preproc_def_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token2] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2861), + [aux_sym_preproc_else_token1] = ACTIONS(2861), + [aux_sym_preproc_elif_token1] = ACTIONS(2861), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2861), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2861), + [sym_preproc_directive] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2861), + [anon_sym_PLUS] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2861), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym___extension__] = ACTIONS(2861), + [anon_sym_typedef] = ACTIONS(2861), + [anon_sym_virtual] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___attribute] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2863), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym___based] = ACTIONS(2861), + [anon_sym___cdecl] = ACTIONS(2861), + [anon_sym___clrcall] = ACTIONS(2861), + [anon_sym___stdcall] = ACTIONS(2861), + [anon_sym___fastcall] = ACTIONS(2861), + [anon_sym___thiscall] = ACTIONS(2861), + [anon_sym___vectorcall] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_signed] = ACTIONS(2861), + [anon_sym_unsigned] = ACTIONS(2861), + [anon_sym_long] = ACTIONS(2861), + [anon_sym_short] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym___inline] = ACTIONS(2861), + [anon_sym___inline__] = ACTIONS(2861), + [anon_sym___forceinline] = ACTIONS(2861), + [anon_sym_thread_local] = ACTIONS(2861), + [anon_sym___thread] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym___restrict__] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym__Noreturn] = ACTIONS(2861), + [anon_sym_noreturn] = ACTIONS(2861), + [anon_sym__Nonnull] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constinit] = ACTIONS(2861), + [anon_sym_consteval] = ACTIONS(2861), + [anon_sym_PROGMEM] = ACTIONS(2861), + [anon_sym_alignas] = ACTIONS(2861), + [anon_sym__Alignas] = ACTIONS(2861), + [aux_sym_primitive_type_token1] = ACTIONS(2861), + [anon_sym_byte] = ACTIONS(2861), + [anon_sym_word] = ACTIONS(2861), + [anon_sym_enum] = ACTIONS(2861), + [anon_sym_class] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2861), + [anon_sym_union] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2861), + [anon_sym_else] = ACTIONS(2861), + [anon_sym_switch] = ACTIONS(2861), + [anon_sym_case] = ACTIONS(2861), + [anon_sym_default] = ACTIONS(2861), + [anon_sym_while] = ACTIONS(2861), + [anon_sym_do] = ACTIONS(2861), + [anon_sym_for] = ACTIONS(2861), + [anon_sym_return] = ACTIONS(2861), + [anon_sym_break] = ACTIONS(2861), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2861), + [anon_sym___try] = ACTIONS(2861), + [anon_sym___leave] = ACTIONS(2861), + [anon_sym_not] = ACTIONS(2861), + [anon_sym_compl] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_sizeof] = ACTIONS(2861), + [anon_sym___alignof__] = ACTIONS(2861), + [anon_sym___alignof] = ACTIONS(2861), + [anon_sym__alignof] = ACTIONS(2861), + [anon_sym_alignof] = ACTIONS(2861), + [anon_sym__Alignof] = ACTIONS(2861), + [anon_sym_offsetof] = ACTIONS(2861), + [anon_sym__Generic] = ACTIONS(2861), + [anon_sym_asm] = ACTIONS(2861), + [anon_sym___asm__] = ACTIONS(2861), + [anon_sym___asm] = ACTIONS(2861), + [aux_sym_number_literal_token1] = ACTIONS(2863), + [aux_sym_number_literal_token2] = ACTIONS(2861), + [anon_sym_L_SQUOTE] = ACTIONS(2863), + [anon_sym_u_SQUOTE] = ACTIONS(2863), + [anon_sym_U_SQUOTE] = ACTIONS(2863), + [anon_sym_u8_SQUOTE] = ACTIONS(2863), + [anon_sym_SQUOTE] = ACTIONS(2863), + [anon_sym_L_DQUOTE] = ACTIONS(2863), + [anon_sym_u_DQUOTE] = ACTIONS(2863), + [anon_sym_U_DQUOTE] = ACTIONS(2863), + [anon_sym_u8_DQUOTE] = ACTIONS(2863), + [anon_sym_DQUOTE] = ACTIONS(2863), + [sym_true] = ACTIONS(2861), + [sym_false] = ACTIONS(2861), + [anon_sym_NULL] = ACTIONS(2861), + [anon_sym_nullptr] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2861), + [anon_sym_explicit] = ACTIONS(2861), + [anon_sym_typename] = ACTIONS(2861), + [anon_sym_template] = ACTIONS(2861), + [anon_sym_operator] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2861), + [anon_sym_delete] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_namespace] = ACTIONS(2861), + [anon_sym_using] = ACTIONS(2861), + [anon_sym_static_assert] = ACTIONS(2861), + [anon_sym_concept] = ACTIONS(2861), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2861), + [anon_sym_R_DQUOTE] = ACTIONS(2863), + [anon_sym_LR_DQUOTE] = ACTIONS(2863), + [anon_sym_uR_DQUOTE] = ACTIONS(2863), + [anon_sym_UR_DQUOTE] = ACTIONS(2863), + [anon_sym_u8R_DQUOTE] = ACTIONS(2863), + [anon_sym_co_await] = ACTIONS(2861), + [anon_sym_new] = ACTIONS(2861), + [anon_sym_requires] = ACTIONS(2861), + [sym_this] = ACTIONS(2861), + }, + [284] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_include_token1] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token2] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [aux_sym_preproc_else_token1] = ACTIONS(2865), + [aux_sym_preproc_elif_token1] = ACTIONS(2865), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2865), + [anon_sym_PLUS] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym___cdecl] = ACTIONS(2865), + [anon_sym___clrcall] = ACTIONS(2865), + [anon_sym___stdcall] = ACTIONS(2865), + [anon_sym___fastcall] = ACTIONS(2865), + [anon_sym___thiscall] = ACTIONS(2865), + [anon_sym___vectorcall] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), [anon_sym_alignas] = ACTIONS(2865), [anon_sym__Alignas] = ACTIONS(2865), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2865), + [anon_sym_else] = ACTIONS(2865), + [anon_sym_switch] = ACTIONS(2865), + [anon_sym_case] = ACTIONS(2865), + [anon_sym_default] = ACTIONS(2865), + [anon_sym_while] = ACTIONS(2865), + [anon_sym_do] = ACTIONS(2865), + [anon_sym_for] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2865), + [anon_sym_break] = ACTIONS(2865), + [anon_sym_continue] = ACTIONS(2865), + [anon_sym_goto] = ACTIONS(2865), + [anon_sym___try] = ACTIONS(2865), + [anon_sym___leave] = ACTIONS(2865), + [anon_sym_not] = ACTIONS(2865), + [anon_sym_compl] = ACTIONS(2865), [anon_sym_DASH_DASH] = ACTIONS(2867), [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_sizeof] = ACTIONS(2865), + [anon_sym___alignof__] = ACTIONS(2865), + [anon_sym___alignof] = ACTIONS(2865), + [anon_sym__alignof] = ACTIONS(2865), + [anon_sym_alignof] = ACTIONS(2865), + [anon_sym__Alignof] = ACTIONS(2865), + [anon_sym_offsetof] = ACTIONS(2865), + [anon_sym__Generic] = ACTIONS(2865), + [anon_sym_asm] = ACTIONS(2865), + [anon_sym___asm__] = ACTIONS(2865), + [anon_sym___asm] = ACTIONS(2865), + [aux_sym_number_literal_token1] = ACTIONS(2867), + [aux_sym_number_literal_token2] = ACTIONS(2865), + [anon_sym_L_SQUOTE] = ACTIONS(2867), + [anon_sym_u_SQUOTE] = ACTIONS(2867), + [anon_sym_U_SQUOTE] = ACTIONS(2867), + [anon_sym_u8_SQUOTE] = ACTIONS(2867), + [anon_sym_SQUOTE] = ACTIONS(2867), + [anon_sym_L_DQUOTE] = ACTIONS(2867), + [anon_sym_u_DQUOTE] = ACTIONS(2867), + [anon_sym_U_DQUOTE] = ACTIONS(2867), + [anon_sym_u8_DQUOTE] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2867), + [sym_true] = ACTIONS(2865), + [sym_false] = ACTIONS(2865), + [anon_sym_NULL] = ACTIONS(2865), + [anon_sym_nullptr] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_try] = ACTIONS(2865), + [anon_sym_delete] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_namespace] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + [anon_sym_concept] = ACTIONS(2865), + [anon_sym_co_return] = ACTIONS(2865), + [anon_sym_co_yield] = ACTIONS(2865), + [anon_sym_R_DQUOTE] = ACTIONS(2867), + [anon_sym_LR_DQUOTE] = ACTIONS(2867), + [anon_sym_uR_DQUOTE] = ACTIONS(2867), + [anon_sym_UR_DQUOTE] = ACTIONS(2867), + [anon_sym_u8R_DQUOTE] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2865), + [anon_sym_new] = ACTIONS(2865), + [anon_sym_requires] = ACTIONS(2865), + [sym_this] = ACTIONS(2865), }, - [282] = { + [285] = { [sym_identifier] = ACTIONS(2869), [aux_sym_preproc_include_token1] = ACTIONS(2869), [aux_sym_preproc_def_token1] = ACTIONS(2869), @@ -85360,297 +85795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2869), [sym_this] = ACTIONS(2869), }, - [283] = { - [sym_type_qualifier] = STATE(3342), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4487), - [sym_sized_type_specifier] = STATE(2637), - [sym_primitive_type] = STATE(4969), - [sym_enum_specifier] = STATE(2637), - [sym_struct_specifier] = STATE(2637), - [sym_union_specifier] = STATE(2637), - [sym_expression] = STATE(4471), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_type_descriptor] = STATE(7182), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_placeholder_type_specifier] = STATE(2637), - [sym_decltype_auto] = STATE(2605), - [sym_decltype] = STATE(2542), - [sym_class_specifier] = STATE(2637), - [sym__class_name] = STATE(7551), - [sym_dependent_type] = STATE(2637), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_type_parameter_pack_expansion] = STATE(7572), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5668), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3713), - [aux_sym__type_definition_type_repeat1] = STATE(3342), - [aux_sym_sized_type_specifier_repeat1] = STATE(4046), - [sym_identifier] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_signed] = ACTIONS(2603), - [anon_sym_unsigned] = ACTIONS(2603), - [anon_sym_long] = ACTIONS(2603), - [anon_sym_short] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_class] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2639), - [anon_sym_decltype] = ACTIONS(2641), - [anon_sym_typename] = ACTIONS(2643), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [284] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_typedef] = ACTIONS(2473), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [285] = { + [286] = { [sym_identifier] = ACTIONS(2873), [aux_sym_preproc_include_token1] = ACTIONS(2873), [aux_sym_preproc_def_token1] = ACTIONS(2873), @@ -85795,640 +85940,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2873), [sym_this] = ACTIONS(2873), }, - [286] = { - [sym_identifier] = ACTIONS(2877), - [aux_sym_preproc_include_token1] = ACTIONS(2877), - [aux_sym_preproc_def_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token2] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2877), - [aux_sym_preproc_else_token1] = ACTIONS(2877), - [aux_sym_preproc_elif_token1] = ACTIONS(2877), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2877), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2877), - [sym_preproc_directive] = ACTIONS(2877), - [anon_sym_LPAREN2] = ACTIONS(2879), - [anon_sym_BANG] = ACTIONS(2879), - [anon_sym_TILDE] = ACTIONS(2879), - [anon_sym_DASH] = ACTIONS(2877), - [anon_sym_PLUS] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(2879), - [anon_sym_AMP_AMP] = ACTIONS(2879), - [anon_sym_AMP] = ACTIONS(2877), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym___extension__] = ACTIONS(2877), - [anon_sym_typedef] = ACTIONS(2877), - [anon_sym_virtual] = ACTIONS(2877), - [anon_sym_extern] = ACTIONS(2877), - [anon_sym___attribute__] = ACTIONS(2877), - [anon_sym___attribute] = ACTIONS(2877), - [anon_sym_COLON_COLON] = ACTIONS(2879), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2879), - [anon_sym___declspec] = ACTIONS(2877), - [anon_sym___based] = ACTIONS(2877), - [anon_sym___cdecl] = ACTIONS(2877), - [anon_sym___clrcall] = ACTIONS(2877), - [anon_sym___stdcall] = ACTIONS(2877), - [anon_sym___fastcall] = ACTIONS(2877), - [anon_sym___thiscall] = ACTIONS(2877), - [anon_sym___vectorcall] = ACTIONS(2877), - [anon_sym_LBRACE] = ACTIONS(2879), - [anon_sym_signed] = ACTIONS(2877), - [anon_sym_unsigned] = ACTIONS(2877), - [anon_sym_long] = ACTIONS(2877), - [anon_sym_short] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2877), - [anon_sym_static] = ACTIONS(2877), - [anon_sym_register] = ACTIONS(2877), - [anon_sym_inline] = ACTIONS(2877), - [anon_sym___inline] = ACTIONS(2877), - [anon_sym___inline__] = ACTIONS(2877), - [anon_sym___forceinline] = ACTIONS(2877), - [anon_sym_thread_local] = ACTIONS(2877), - [anon_sym___thread] = ACTIONS(2877), - [anon_sym_const] = ACTIONS(2877), - [anon_sym_constexpr] = ACTIONS(2877), - [anon_sym_volatile] = ACTIONS(2877), - [anon_sym_restrict] = ACTIONS(2877), - [anon_sym___restrict__] = ACTIONS(2877), - [anon_sym__Atomic] = ACTIONS(2877), - [anon_sym__Noreturn] = ACTIONS(2877), - [anon_sym_noreturn] = ACTIONS(2877), - [anon_sym__Nonnull] = ACTIONS(2877), - [anon_sym_mutable] = ACTIONS(2877), - [anon_sym_constinit] = ACTIONS(2877), - [anon_sym_consteval] = ACTIONS(2877), - [anon_sym_PROGMEM] = ACTIONS(2877), - [anon_sym_alignas] = ACTIONS(2877), - [anon_sym__Alignas] = ACTIONS(2877), - [aux_sym_primitive_type_token1] = ACTIONS(2877), - [anon_sym_byte] = ACTIONS(2877), - [anon_sym_word] = ACTIONS(2877), - [anon_sym_enum] = ACTIONS(2877), - [anon_sym_class] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(2877), - [anon_sym_union] = ACTIONS(2877), - [anon_sym_if] = ACTIONS(2877), - [anon_sym_else] = ACTIONS(2877), - [anon_sym_switch] = ACTIONS(2877), - [anon_sym_case] = ACTIONS(2877), - [anon_sym_default] = ACTIONS(2877), - [anon_sym_while] = ACTIONS(2877), - [anon_sym_do] = ACTIONS(2877), - [anon_sym_for] = ACTIONS(2877), - [anon_sym_return] = ACTIONS(2877), - [anon_sym_break] = ACTIONS(2877), - [anon_sym_continue] = ACTIONS(2877), - [anon_sym_goto] = ACTIONS(2877), - [anon_sym___try] = ACTIONS(2877), - [anon_sym___leave] = ACTIONS(2877), - [anon_sym_not] = ACTIONS(2877), - [anon_sym_compl] = ACTIONS(2877), - [anon_sym_DASH_DASH] = ACTIONS(2879), - [anon_sym_PLUS_PLUS] = ACTIONS(2879), - [anon_sym_sizeof] = ACTIONS(2877), - [anon_sym___alignof__] = ACTIONS(2877), - [anon_sym___alignof] = ACTIONS(2877), - [anon_sym__alignof] = ACTIONS(2877), - [anon_sym_alignof] = ACTIONS(2877), - [anon_sym__Alignof] = ACTIONS(2877), - [anon_sym_offsetof] = ACTIONS(2877), - [anon_sym__Generic] = ACTIONS(2877), - [anon_sym_asm] = ACTIONS(2877), - [anon_sym___asm__] = ACTIONS(2877), - [anon_sym___asm] = ACTIONS(2877), - [aux_sym_number_literal_token1] = ACTIONS(2879), - [aux_sym_number_literal_token2] = ACTIONS(2877), - [anon_sym_L_SQUOTE] = ACTIONS(2879), - [anon_sym_u_SQUOTE] = ACTIONS(2879), - [anon_sym_U_SQUOTE] = ACTIONS(2879), - [anon_sym_u8_SQUOTE] = ACTIONS(2879), - [anon_sym_SQUOTE] = ACTIONS(2879), - [anon_sym_L_DQUOTE] = ACTIONS(2879), - [anon_sym_u_DQUOTE] = ACTIONS(2879), - [anon_sym_U_DQUOTE] = ACTIONS(2879), - [anon_sym_u8_DQUOTE] = ACTIONS(2879), - [anon_sym_DQUOTE] = ACTIONS(2879), - [sym_true] = ACTIONS(2877), - [sym_false] = ACTIONS(2877), - [anon_sym_NULL] = ACTIONS(2877), - [anon_sym_nullptr] = ACTIONS(2877), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2877), - [anon_sym_decltype] = ACTIONS(2877), - [anon_sym_explicit] = ACTIONS(2877), - [anon_sym_typename] = ACTIONS(2877), - [anon_sym_template] = ACTIONS(2877), - [anon_sym_operator] = ACTIONS(2877), - [anon_sym_try] = ACTIONS(2877), - [anon_sym_delete] = ACTIONS(2877), - [anon_sym_throw] = ACTIONS(2877), - [anon_sym_namespace] = ACTIONS(2877), - [anon_sym_using] = ACTIONS(2877), - [anon_sym_static_assert] = ACTIONS(2877), - [anon_sym_concept] = ACTIONS(2877), - [anon_sym_co_return] = ACTIONS(2877), - [anon_sym_co_yield] = ACTIONS(2877), - [anon_sym_R_DQUOTE] = ACTIONS(2879), - [anon_sym_LR_DQUOTE] = ACTIONS(2879), - [anon_sym_uR_DQUOTE] = ACTIONS(2879), - [anon_sym_UR_DQUOTE] = ACTIONS(2879), - [anon_sym_u8R_DQUOTE] = ACTIONS(2879), - [anon_sym_co_await] = ACTIONS(2877), - [anon_sym_new] = ACTIONS(2877), - [anon_sym_requires] = ACTIONS(2877), - [sym_this] = ACTIONS(2877), - }, [287] = { - [sym_identifier] = ACTIONS(2881), - [aux_sym_preproc_include_token1] = ACTIONS(2881), - [aux_sym_preproc_def_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token2] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2881), - [aux_sym_preproc_else_token1] = ACTIONS(2881), - [aux_sym_preproc_elif_token1] = ACTIONS(2881), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2881), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2881), - [sym_preproc_directive] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym___extension__] = ACTIONS(2881), - [anon_sym_typedef] = ACTIONS(2881), - [anon_sym_virtual] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___attribute] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym___based] = ACTIONS(2881), - [anon_sym___cdecl] = ACTIONS(2881), - [anon_sym___clrcall] = ACTIONS(2881), - [anon_sym___stdcall] = ACTIONS(2881), - [anon_sym___fastcall] = ACTIONS(2881), - [anon_sym___thiscall] = ACTIONS(2881), - [anon_sym___vectorcall] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_signed] = ACTIONS(2881), - [anon_sym_unsigned] = ACTIONS(2881), - [anon_sym_long] = ACTIONS(2881), - [anon_sym_short] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym___inline] = ACTIONS(2881), - [anon_sym___inline__] = ACTIONS(2881), - [anon_sym___forceinline] = ACTIONS(2881), - [anon_sym_thread_local] = ACTIONS(2881), - [anon_sym___thread] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym___restrict__] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym__Noreturn] = ACTIONS(2881), - [anon_sym_noreturn] = ACTIONS(2881), - [anon_sym__Nonnull] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constinit] = ACTIONS(2881), - [anon_sym_consteval] = ACTIONS(2881), - [anon_sym_PROGMEM] = ACTIONS(2881), - [anon_sym_alignas] = ACTIONS(2881), - [anon_sym__Alignas] = ACTIONS(2881), - [aux_sym_primitive_type_token1] = ACTIONS(2881), - [anon_sym_byte] = ACTIONS(2881), - [anon_sym_word] = ACTIONS(2881), - [anon_sym_enum] = ACTIONS(2881), - [anon_sym_class] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2881), - [anon_sym_union] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2881), - [anon_sym_else] = ACTIONS(2881), - [anon_sym_switch] = ACTIONS(2881), - [anon_sym_case] = ACTIONS(2881), - [anon_sym_default] = ACTIONS(2881), - [anon_sym_while] = ACTIONS(2881), - [anon_sym_do] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2881), - [anon_sym_return] = ACTIONS(2881), - [anon_sym_break] = ACTIONS(2881), - [anon_sym_continue] = ACTIONS(2881), - [anon_sym_goto] = ACTIONS(2881), - [anon_sym___try] = ACTIONS(2881), - [anon_sym___leave] = ACTIONS(2881), - [anon_sym_not] = ACTIONS(2881), - [anon_sym_compl] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_sizeof] = ACTIONS(2881), - [anon_sym___alignof__] = ACTIONS(2881), - [anon_sym___alignof] = ACTIONS(2881), - [anon_sym__alignof] = ACTIONS(2881), - [anon_sym_alignof] = ACTIONS(2881), - [anon_sym__Alignof] = ACTIONS(2881), - [anon_sym_offsetof] = ACTIONS(2881), - [anon_sym__Generic] = ACTIONS(2881), - [anon_sym_asm] = ACTIONS(2881), - [anon_sym___asm__] = ACTIONS(2881), - [anon_sym___asm] = ACTIONS(2881), - [aux_sym_number_literal_token1] = ACTIONS(2883), - [aux_sym_number_literal_token2] = ACTIONS(2881), - [anon_sym_L_SQUOTE] = ACTIONS(2883), - [anon_sym_u_SQUOTE] = ACTIONS(2883), - [anon_sym_U_SQUOTE] = ACTIONS(2883), - [anon_sym_u8_SQUOTE] = ACTIONS(2883), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_L_DQUOTE] = ACTIONS(2883), - [anon_sym_u_DQUOTE] = ACTIONS(2883), - [anon_sym_U_DQUOTE] = ACTIONS(2883), - [anon_sym_u8_DQUOTE] = ACTIONS(2883), - [anon_sym_DQUOTE] = ACTIONS(2883), - [sym_true] = ACTIONS(2881), - [sym_false] = ACTIONS(2881), - [anon_sym_NULL] = ACTIONS(2881), - [anon_sym_nullptr] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2881), - [anon_sym_decltype] = ACTIONS(2881), - [anon_sym_explicit] = ACTIONS(2881), - [anon_sym_typename] = ACTIONS(2881), - [anon_sym_template] = ACTIONS(2881), - [anon_sym_operator] = ACTIONS(2881), - [anon_sym_try] = ACTIONS(2881), - [anon_sym_delete] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_namespace] = ACTIONS(2881), - [anon_sym_using] = ACTIONS(2881), - [anon_sym_static_assert] = ACTIONS(2881), - [anon_sym_concept] = ACTIONS(2881), - [anon_sym_co_return] = ACTIONS(2881), - [anon_sym_co_yield] = ACTIONS(2881), - [anon_sym_R_DQUOTE] = ACTIONS(2883), - [anon_sym_LR_DQUOTE] = ACTIONS(2883), - [anon_sym_uR_DQUOTE] = ACTIONS(2883), - [anon_sym_UR_DQUOTE] = ACTIONS(2883), - [anon_sym_u8R_DQUOTE] = ACTIONS(2883), - [anon_sym_co_await] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(2881), - [anon_sym_requires] = ACTIONS(2881), - [sym_this] = ACTIONS(2881), + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [aux_sym_preproc_else_token1] = ACTIONS(1920), + [aux_sym_preproc_elif_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), }, [288] = { - [sym_identifier] = ACTIONS(2885), - [aux_sym_preproc_include_token1] = ACTIONS(2885), - [aux_sym_preproc_def_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token2] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2885), - [aux_sym_preproc_else_token1] = ACTIONS(2885), - [aux_sym_preproc_elif_token1] = ACTIONS(2885), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2885), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2885), - [sym_preproc_directive] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym___extension__] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___attribute] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2887), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym___cdecl] = ACTIONS(2885), - [anon_sym___clrcall] = ACTIONS(2885), - [anon_sym___stdcall] = ACTIONS(2885), - [anon_sym___fastcall] = ACTIONS(2885), - [anon_sym___thiscall] = ACTIONS(2885), - [anon_sym___vectorcall] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym___inline] = ACTIONS(2885), - [anon_sym___inline__] = ACTIONS(2885), - [anon_sym___forceinline] = ACTIONS(2885), - [anon_sym_thread_local] = ACTIONS(2885), - [anon_sym___thread] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym___restrict__] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym__Noreturn] = ACTIONS(2885), - [anon_sym_noreturn] = ACTIONS(2885), - [anon_sym__Nonnull] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constinit] = ACTIONS(2885), - [anon_sym_consteval] = ACTIONS(2885), - [anon_sym_PROGMEM] = ACTIONS(2885), - [anon_sym_alignas] = ACTIONS(2885), - [anon_sym__Alignas] = ACTIONS(2885), - [aux_sym_primitive_type_token1] = ACTIONS(2885), - [anon_sym_byte] = ACTIONS(2885), - [anon_sym_word] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2885), - [anon_sym_else] = ACTIONS(2885), - [anon_sym_switch] = ACTIONS(2885), - [anon_sym_case] = ACTIONS(2885), - [anon_sym_default] = ACTIONS(2885), - [anon_sym_while] = ACTIONS(2885), - [anon_sym_do] = ACTIONS(2885), - [anon_sym_for] = ACTIONS(2885), - [anon_sym_return] = ACTIONS(2885), - [anon_sym_break] = ACTIONS(2885), - [anon_sym_continue] = ACTIONS(2885), - [anon_sym_goto] = ACTIONS(2885), - [anon_sym___try] = ACTIONS(2885), - [anon_sym___leave] = ACTIONS(2885), - [anon_sym_not] = ACTIONS(2885), - [anon_sym_compl] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_sizeof] = ACTIONS(2885), - [anon_sym___alignof__] = ACTIONS(2885), - [anon_sym___alignof] = ACTIONS(2885), - [anon_sym__alignof] = ACTIONS(2885), - [anon_sym_alignof] = ACTIONS(2885), - [anon_sym__Alignof] = ACTIONS(2885), - [anon_sym_offsetof] = ACTIONS(2885), - [anon_sym__Generic] = ACTIONS(2885), - [anon_sym_asm] = ACTIONS(2885), - [anon_sym___asm__] = ACTIONS(2885), - [anon_sym___asm] = ACTIONS(2885), - [aux_sym_number_literal_token1] = ACTIONS(2887), - [aux_sym_number_literal_token2] = ACTIONS(2885), - [anon_sym_L_SQUOTE] = ACTIONS(2887), - [anon_sym_u_SQUOTE] = ACTIONS(2887), - [anon_sym_U_SQUOTE] = ACTIONS(2887), - [anon_sym_u8_SQUOTE] = ACTIONS(2887), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_L_DQUOTE] = ACTIONS(2887), - [anon_sym_u_DQUOTE] = ACTIONS(2887), - [anon_sym_U_DQUOTE] = ACTIONS(2887), - [anon_sym_u8_DQUOTE] = ACTIONS(2887), - [anon_sym_DQUOTE] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [anon_sym_NULL] = ACTIONS(2885), - [anon_sym_nullptr] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2885), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_explicit] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_template] = ACTIONS(2885), - [anon_sym_operator] = ACTIONS(2885), - [anon_sym_try] = ACTIONS(2885), - [anon_sym_delete] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [anon_sym_namespace] = ACTIONS(2885), - [anon_sym_using] = ACTIONS(2885), - [anon_sym_static_assert] = ACTIONS(2885), - [anon_sym_concept] = ACTIONS(2885), - [anon_sym_co_return] = ACTIONS(2885), - [anon_sym_co_yield] = ACTIONS(2885), - [anon_sym_R_DQUOTE] = ACTIONS(2887), - [anon_sym_LR_DQUOTE] = ACTIONS(2887), - [anon_sym_uR_DQUOTE] = ACTIONS(2887), - [anon_sym_UR_DQUOTE] = ACTIONS(2887), - [anon_sym_u8R_DQUOTE] = ACTIONS(2887), - [anon_sym_co_await] = ACTIONS(2885), - [anon_sym_new] = ACTIONS(2885), - [anon_sym_requires] = ACTIONS(2885), - [sym_this] = ACTIONS(2885), - }, - [289] = { - [sym_identifier] = ACTIONS(2889), - [aux_sym_preproc_include_token1] = ACTIONS(2889), - [aux_sym_preproc_def_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token2] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), - [aux_sym_preproc_else_token1] = ACTIONS(2889), - [aux_sym_preproc_elif_token1] = ACTIONS(2889), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2889), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2889), - [sym_preproc_directive] = ACTIONS(2889), - [anon_sym_LPAREN2] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_PLUS] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2889), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym___extension__] = ACTIONS(2889), - [anon_sym_typedef] = ACTIONS(2889), - [anon_sym_virtual] = ACTIONS(2889), - [anon_sym_extern] = ACTIONS(2889), - [anon_sym___attribute__] = ACTIONS(2889), - [anon_sym___attribute] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2891), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2889), - [anon_sym___based] = ACTIONS(2889), - [anon_sym___cdecl] = ACTIONS(2889), - [anon_sym___clrcall] = ACTIONS(2889), - [anon_sym___stdcall] = ACTIONS(2889), - [anon_sym___fastcall] = ACTIONS(2889), - [anon_sym___thiscall] = ACTIONS(2889), - [anon_sym___vectorcall] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2889), - [anon_sym_unsigned] = ACTIONS(2889), - [anon_sym_long] = ACTIONS(2889), - [anon_sym_short] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_static] = ACTIONS(2889), - [anon_sym_register] = ACTIONS(2889), - [anon_sym_inline] = ACTIONS(2889), - [anon_sym___inline] = ACTIONS(2889), - [anon_sym___inline__] = ACTIONS(2889), - [anon_sym___forceinline] = ACTIONS(2889), - [anon_sym_thread_local] = ACTIONS(2889), - [anon_sym___thread] = ACTIONS(2889), - [anon_sym_const] = ACTIONS(2889), - [anon_sym_constexpr] = ACTIONS(2889), - [anon_sym_volatile] = ACTIONS(2889), - [anon_sym_restrict] = ACTIONS(2889), - [anon_sym___restrict__] = ACTIONS(2889), - [anon_sym__Atomic] = ACTIONS(2889), - [anon_sym__Noreturn] = ACTIONS(2889), - [anon_sym_noreturn] = ACTIONS(2889), - [anon_sym__Nonnull] = ACTIONS(2889), - [anon_sym_mutable] = ACTIONS(2889), - [anon_sym_constinit] = ACTIONS(2889), - [anon_sym_consteval] = ACTIONS(2889), - [anon_sym_PROGMEM] = ACTIONS(2889), - [anon_sym_alignas] = ACTIONS(2889), - [anon_sym__Alignas] = ACTIONS(2889), - [aux_sym_primitive_type_token1] = ACTIONS(2889), - [anon_sym_byte] = ACTIONS(2889), - [anon_sym_word] = ACTIONS(2889), - [anon_sym_enum] = ACTIONS(2889), - [anon_sym_class] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2889), - [anon_sym_union] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2889), - [anon_sym_else] = ACTIONS(2889), - [anon_sym_switch] = ACTIONS(2889), - [anon_sym_case] = ACTIONS(2889), - [anon_sym_default] = ACTIONS(2889), - [anon_sym_while] = ACTIONS(2889), - [anon_sym_do] = ACTIONS(2889), - [anon_sym_for] = ACTIONS(2889), - [anon_sym_return] = ACTIONS(2889), - [anon_sym_break] = ACTIONS(2889), - [anon_sym_continue] = ACTIONS(2889), - [anon_sym_goto] = ACTIONS(2889), - [anon_sym___try] = ACTIONS(2889), - [anon_sym___leave] = ACTIONS(2889), - [anon_sym_not] = ACTIONS(2889), - [anon_sym_compl] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_sizeof] = ACTIONS(2889), - [anon_sym___alignof__] = ACTIONS(2889), - [anon_sym___alignof] = ACTIONS(2889), - [anon_sym__alignof] = ACTIONS(2889), - [anon_sym_alignof] = ACTIONS(2889), - [anon_sym__Alignof] = ACTIONS(2889), - [anon_sym_offsetof] = ACTIONS(2889), - [anon_sym__Generic] = ACTIONS(2889), - [anon_sym_asm] = ACTIONS(2889), - [anon_sym___asm__] = ACTIONS(2889), - [anon_sym___asm] = ACTIONS(2889), - [aux_sym_number_literal_token1] = ACTIONS(2891), - [aux_sym_number_literal_token2] = ACTIONS(2889), - [anon_sym_L_SQUOTE] = ACTIONS(2891), - [anon_sym_u_SQUOTE] = ACTIONS(2891), - [anon_sym_U_SQUOTE] = ACTIONS(2891), - [anon_sym_u8_SQUOTE] = ACTIONS(2891), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_L_DQUOTE] = ACTIONS(2891), - [anon_sym_u_DQUOTE] = ACTIONS(2891), - [anon_sym_U_DQUOTE] = ACTIONS(2891), - [anon_sym_u8_DQUOTE] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(2891), - [sym_true] = ACTIONS(2889), - [sym_false] = ACTIONS(2889), - [anon_sym_NULL] = ACTIONS(2889), - [anon_sym_nullptr] = ACTIONS(2889), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2889), - [anon_sym_decltype] = ACTIONS(2889), - [anon_sym_explicit] = ACTIONS(2889), - [anon_sym_typename] = ACTIONS(2889), - [anon_sym_template] = ACTIONS(2889), - [anon_sym_operator] = ACTIONS(2889), - [anon_sym_try] = ACTIONS(2889), - [anon_sym_delete] = ACTIONS(2889), - [anon_sym_throw] = ACTIONS(2889), - [anon_sym_namespace] = ACTIONS(2889), - [anon_sym_using] = ACTIONS(2889), - [anon_sym_static_assert] = ACTIONS(2889), - [anon_sym_concept] = ACTIONS(2889), - [anon_sym_co_return] = ACTIONS(2889), - [anon_sym_co_yield] = ACTIONS(2889), - [anon_sym_R_DQUOTE] = ACTIONS(2891), - [anon_sym_LR_DQUOTE] = ACTIONS(2891), - [anon_sym_uR_DQUOTE] = ACTIONS(2891), - [anon_sym_UR_DQUOTE] = ACTIONS(2891), - [anon_sym_u8R_DQUOTE] = ACTIONS(2891), - [anon_sym_co_await] = ACTIONS(2889), - [anon_sym_new] = ACTIONS(2889), - [anon_sym_requires] = ACTIONS(2889), - [sym_this] = ACTIONS(2889), - }, - [290] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2470), [anon_sym_typedef] = ACTIONS(2508), [anon_sym_virtual] = ACTIONS(2475), @@ -86442,7 +86152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(2475), [anon_sym_long] = ACTIONS(2475), [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_static] = ACTIONS(2475), [anon_sym_register] = ACTIONS(2475), [anon_sym_inline] = ACTIONS(2475), @@ -86520,70 +86230,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [291] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(2892), - [sym__declarator] = STATE(6417), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_type_qualifier] = STATE(3854), - [sym_alignas_qualifier] = STATE(4257), - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3192), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3298), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5650), - [sym_qualified_identifier] = STATE(3311), - [sym_qualified_type_identifier] = STATE(7568), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3597), - [aux_sym__type_definition_type_repeat1] = STATE(3854), - [aux_sym_pointer_declarator_repeat1] = STATE(2892), - [sym_identifier] = ACTIONS(2893), + [289] = { + [sym_identifier] = ACTIONS(2671), + [aux_sym_preproc_include_token1] = ACTIONS(2671), + [aux_sym_preproc_def_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token2] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2671), + [aux_sym_preproc_else_token1] = ACTIONS(2671), + [aux_sym_preproc_elif_token1] = ACTIONS(2671), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2671), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2671), + [sym_preproc_directive] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_TILDE] = ACTIONS(2676), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_AMP_AMP] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym___extension__] = ACTIONS(2671), + [anon_sym_typedef] = ACTIONS(2671), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym___based] = ACTIONS(2671), + [anon_sym___cdecl] = ACTIONS(2671), + [anon_sym___clrcall] = ACTIONS(2671), + [anon_sym___stdcall] = ACTIONS(2671), + [anon_sym___fastcall] = ACTIONS(2671), + [anon_sym___thiscall] = ACTIONS(2671), + [anon_sym___vectorcall] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2671), + [anon_sym_byte] = ACTIONS(2671), + [anon_sym_word] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [anon_sym_if] = ACTIONS(2671), + [anon_sym_else] = ACTIONS(2671), + [anon_sym_switch] = ACTIONS(2671), + [anon_sym_case] = ACTIONS(2671), + [anon_sym_default] = ACTIONS(2671), + [anon_sym_while] = ACTIONS(2671), + [anon_sym_do] = ACTIONS(2671), + [anon_sym_for] = ACTIONS(2671), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2671), + [anon_sym_continue] = ACTIONS(2671), + [anon_sym_goto] = ACTIONS(2671), + [anon_sym___try] = ACTIONS(2671), + [anon_sym___leave] = ACTIONS(2671), + [anon_sym_not] = ACTIONS(2671), + [anon_sym_compl] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2676), + [anon_sym_PLUS_PLUS] = ACTIONS(2676), + [anon_sym_sizeof] = ACTIONS(2671), + [anon_sym___alignof__] = ACTIONS(2671), + [anon_sym___alignof] = ACTIONS(2671), + [anon_sym__alignof] = ACTIONS(2671), + [anon_sym_alignof] = ACTIONS(2671), + [anon_sym__Alignof] = ACTIONS(2671), + [anon_sym_offsetof] = ACTIONS(2671), + [anon_sym__Generic] = ACTIONS(2671), + [anon_sym_asm] = ACTIONS(2671), + [anon_sym___asm__] = ACTIONS(2671), + [anon_sym___asm] = ACTIONS(2671), + [aux_sym_number_literal_token1] = ACTIONS(2676), + [aux_sym_number_literal_token2] = ACTIONS(2671), + [anon_sym_L_SQUOTE] = ACTIONS(2676), + [anon_sym_u_SQUOTE] = ACTIONS(2676), + [anon_sym_U_SQUOTE] = ACTIONS(2676), + [anon_sym_u8_SQUOTE] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2676), + [anon_sym_L_DQUOTE] = ACTIONS(2676), + [anon_sym_u_DQUOTE] = ACTIONS(2676), + [anon_sym_U_DQUOTE] = ACTIONS(2676), + [anon_sym_u8_DQUOTE] = ACTIONS(2676), + [anon_sym_DQUOTE] = ACTIONS(2676), + [sym_true] = ACTIONS(2671), + [sym_false] = ACTIONS(2671), + [anon_sym_NULL] = ACTIONS(2671), + [anon_sym_nullptr] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2671), + [anon_sym_explicit] = ACTIONS(2671), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2671), + [anon_sym_operator] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(2671), + [anon_sym_delete] = ACTIONS(2671), + [anon_sym_throw] = ACTIONS(2671), + [anon_sym_namespace] = ACTIONS(2671), + [anon_sym_using] = ACTIONS(2671), + [anon_sym_static_assert] = ACTIONS(2671), + [anon_sym_concept] = ACTIONS(2671), + [anon_sym_co_return] = ACTIONS(2671), + [anon_sym_co_yield] = ACTIONS(2671), + [anon_sym_R_DQUOTE] = ACTIONS(2676), + [anon_sym_LR_DQUOTE] = ACTIONS(2676), + [anon_sym_uR_DQUOTE] = ACTIONS(2676), + [anon_sym_UR_DQUOTE] = ACTIONS(2676), + [anon_sym_u8R_DQUOTE] = ACTIONS(2676), + [anon_sym_co_await] = ACTIONS(2671), + [anon_sym_new] = ACTIONS(2671), + [anon_sym_requires] = ACTIONS(2671), + [sym_this] = ACTIONS(2671), + }, + [290] = { + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2874), + [sym__declarator] = STATE(6454), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_type_qualifier] = STATE(3902), + [sym_alignas_qualifier] = STATE(4239), + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3262), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3304), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5645), + [sym_qualified_identifier] = STATE(3319), + [sym_qualified_type_identifier] = STATE(7615), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3485), + [aux_sym__type_definition_type_repeat1] = STATE(3902), + [aux_sym_pointer_declarator_repeat1] = STATE(2874), + [sym_identifier] = ACTIONS(2879), [anon_sym_LPAREN2] = ACTIONS(1774), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1778), @@ -86592,30 +86447,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1782), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1784), - [anon_sym___extension__] = ACTIONS(2895), + [anon_sym___extension__] = ACTIONS(2881), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -86651,8 +86506,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), @@ -86665,442 +86520,442 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, + [291] = { + [sym_identifier] = ACTIONS(2891), + [aux_sym_preproc_include_token1] = ACTIONS(2891), + [aux_sym_preproc_def_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token2] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2891), + [aux_sym_preproc_else_token1] = ACTIONS(2891), + [aux_sym_preproc_elif_token1] = ACTIONS(2891), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2891), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2891), + [sym_preproc_directive] = ACTIONS(2891), + [anon_sym_LPAREN2] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_AMP_AMP] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym___extension__] = ACTIONS(2891), + [anon_sym_typedef] = ACTIONS(2891), + [anon_sym_virtual] = ACTIONS(2891), + [anon_sym_extern] = ACTIONS(2891), + [anon_sym___attribute__] = ACTIONS(2891), + [anon_sym___attribute] = ACTIONS(2891), + [anon_sym_COLON_COLON] = ACTIONS(2893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2893), + [anon_sym___declspec] = ACTIONS(2891), + [anon_sym___based] = ACTIONS(2891), + [anon_sym___cdecl] = ACTIONS(2891), + [anon_sym___clrcall] = ACTIONS(2891), + [anon_sym___stdcall] = ACTIONS(2891), + [anon_sym___fastcall] = ACTIONS(2891), + [anon_sym___thiscall] = ACTIONS(2891), + [anon_sym___vectorcall] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_signed] = ACTIONS(2891), + [anon_sym_unsigned] = ACTIONS(2891), + [anon_sym_long] = ACTIONS(2891), + [anon_sym_short] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2891), + [anon_sym_static] = ACTIONS(2891), + [anon_sym_register] = ACTIONS(2891), + [anon_sym_inline] = ACTIONS(2891), + [anon_sym___inline] = ACTIONS(2891), + [anon_sym___inline__] = ACTIONS(2891), + [anon_sym___forceinline] = ACTIONS(2891), + [anon_sym_thread_local] = ACTIONS(2891), + [anon_sym___thread] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_constexpr] = ACTIONS(2891), + [anon_sym_volatile] = ACTIONS(2891), + [anon_sym_restrict] = ACTIONS(2891), + [anon_sym___restrict__] = ACTIONS(2891), + [anon_sym__Atomic] = ACTIONS(2891), + [anon_sym__Noreturn] = ACTIONS(2891), + [anon_sym_noreturn] = ACTIONS(2891), + [anon_sym__Nonnull] = ACTIONS(2891), + [anon_sym_mutable] = ACTIONS(2891), + [anon_sym_constinit] = ACTIONS(2891), + [anon_sym_consteval] = ACTIONS(2891), + [anon_sym_PROGMEM] = ACTIONS(2891), + [anon_sym_alignas] = ACTIONS(2891), + [anon_sym__Alignas] = ACTIONS(2891), + [aux_sym_primitive_type_token1] = ACTIONS(2891), + [anon_sym_byte] = ACTIONS(2891), + [anon_sym_word] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_else] = ACTIONS(2891), + [anon_sym_switch] = ACTIONS(2891), + [anon_sym_case] = ACTIONS(2891), + [anon_sym_default] = ACTIONS(2891), + [anon_sym_while] = ACTIONS(2891), + [anon_sym_do] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym___try] = ACTIONS(2891), + [anon_sym___leave] = ACTIONS(2891), + [anon_sym_not] = ACTIONS(2891), + [anon_sym_compl] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_sizeof] = ACTIONS(2891), + [anon_sym___alignof__] = ACTIONS(2891), + [anon_sym___alignof] = ACTIONS(2891), + [anon_sym__alignof] = ACTIONS(2891), + [anon_sym_alignof] = ACTIONS(2891), + [anon_sym__Alignof] = ACTIONS(2891), + [anon_sym_offsetof] = ACTIONS(2891), + [anon_sym__Generic] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym___asm__] = ACTIONS(2891), + [anon_sym___asm] = ACTIONS(2891), + [aux_sym_number_literal_token1] = ACTIONS(2893), + [aux_sym_number_literal_token2] = ACTIONS(2891), + [anon_sym_L_SQUOTE] = ACTIONS(2893), + [anon_sym_u_SQUOTE] = ACTIONS(2893), + [anon_sym_U_SQUOTE] = ACTIONS(2893), + [anon_sym_u8_SQUOTE] = ACTIONS(2893), + [anon_sym_SQUOTE] = ACTIONS(2893), + [anon_sym_L_DQUOTE] = ACTIONS(2893), + [anon_sym_u_DQUOTE] = ACTIONS(2893), + [anon_sym_U_DQUOTE] = ACTIONS(2893), + [anon_sym_u8_DQUOTE] = ACTIONS(2893), + [anon_sym_DQUOTE] = ACTIONS(2893), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [anon_sym_NULL] = ACTIONS(2891), + [anon_sym_nullptr] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2891), + [anon_sym_decltype] = ACTIONS(2891), + [anon_sym_explicit] = ACTIONS(2891), + [anon_sym_typename] = ACTIONS(2891), + [anon_sym_template] = ACTIONS(2891), + [anon_sym_operator] = ACTIONS(2891), + [anon_sym_try] = ACTIONS(2891), + [anon_sym_delete] = ACTIONS(2891), + [anon_sym_throw] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_using] = ACTIONS(2891), + [anon_sym_static_assert] = ACTIONS(2891), + [anon_sym_concept] = ACTIONS(2891), + [anon_sym_co_return] = ACTIONS(2891), + [anon_sym_co_yield] = ACTIONS(2891), + [anon_sym_R_DQUOTE] = ACTIONS(2893), + [anon_sym_LR_DQUOTE] = ACTIONS(2893), + [anon_sym_uR_DQUOTE] = ACTIONS(2893), + [anon_sym_UR_DQUOTE] = ACTIONS(2893), + [anon_sym_u8R_DQUOTE] = ACTIONS(2893), + [anon_sym_co_await] = ACTIONS(2891), + [anon_sym_new] = ACTIONS(2891), + [anon_sym_requires] = ACTIONS(2891), + [sym_this] = ACTIONS(2891), + }, [292] = { - [sym_identifier] = ACTIONS(2897), - [aux_sym_preproc_include_token1] = ACTIONS(2897), - [aux_sym_preproc_def_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token2] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2897), - [aux_sym_preproc_else_token1] = ACTIONS(2897), - [aux_sym_preproc_elif_token1] = ACTIONS(2897), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2897), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2897), - [sym_preproc_directive] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_PLUS] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2897), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym___extension__] = ACTIONS(2897), - [anon_sym_typedef] = ACTIONS(2897), - [anon_sym_virtual] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2897), - [anon_sym___attribute__] = ACTIONS(2897), - [anon_sym___attribute] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2899), - [anon_sym___declspec] = ACTIONS(2897), - [anon_sym___based] = ACTIONS(2897), - [anon_sym___cdecl] = ACTIONS(2897), - [anon_sym___clrcall] = ACTIONS(2897), - [anon_sym___stdcall] = ACTIONS(2897), - [anon_sym___fastcall] = ACTIONS(2897), - [anon_sym___thiscall] = ACTIONS(2897), - [anon_sym___vectorcall] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_signed] = ACTIONS(2897), - [anon_sym_unsigned] = ACTIONS(2897), - [anon_sym_long] = ACTIONS(2897), - [anon_sym_short] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2897), - [anon_sym_register] = ACTIONS(2897), - [anon_sym_inline] = ACTIONS(2897), - [anon_sym___inline] = ACTIONS(2897), - [anon_sym___inline__] = ACTIONS(2897), - [anon_sym___forceinline] = ACTIONS(2897), - [anon_sym_thread_local] = ACTIONS(2897), - [anon_sym___thread] = ACTIONS(2897), - [anon_sym_const] = ACTIONS(2897), - [anon_sym_constexpr] = ACTIONS(2897), - [anon_sym_volatile] = ACTIONS(2897), - [anon_sym_restrict] = ACTIONS(2897), - [anon_sym___restrict__] = ACTIONS(2897), - [anon_sym__Atomic] = ACTIONS(2897), - [anon_sym__Noreturn] = ACTIONS(2897), - [anon_sym_noreturn] = ACTIONS(2897), - [anon_sym__Nonnull] = ACTIONS(2897), - [anon_sym_mutable] = ACTIONS(2897), - [anon_sym_constinit] = ACTIONS(2897), - [anon_sym_consteval] = ACTIONS(2897), - [anon_sym_PROGMEM] = ACTIONS(2897), - [anon_sym_alignas] = ACTIONS(2897), - [anon_sym__Alignas] = ACTIONS(2897), - [aux_sym_primitive_type_token1] = ACTIONS(2897), - [anon_sym_byte] = ACTIONS(2897), - [anon_sym_word] = ACTIONS(2897), - [anon_sym_enum] = ACTIONS(2897), - [anon_sym_class] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2897), - [anon_sym_union] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2897), - [anon_sym_else] = ACTIONS(2897), - [anon_sym_switch] = ACTIONS(2897), - [anon_sym_case] = ACTIONS(2897), - [anon_sym_default] = ACTIONS(2897), - [anon_sym_while] = ACTIONS(2897), - [anon_sym_do] = ACTIONS(2897), - [anon_sym_for] = ACTIONS(2897), - [anon_sym_return] = ACTIONS(2897), - [anon_sym_break] = ACTIONS(2897), - [anon_sym_continue] = ACTIONS(2897), - [anon_sym_goto] = ACTIONS(2897), - [anon_sym___try] = ACTIONS(2897), - [anon_sym___leave] = ACTIONS(2897), - [anon_sym_not] = ACTIONS(2897), - [anon_sym_compl] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_sizeof] = ACTIONS(2897), - [anon_sym___alignof__] = ACTIONS(2897), - [anon_sym___alignof] = ACTIONS(2897), - [anon_sym__alignof] = ACTIONS(2897), - [anon_sym_alignof] = ACTIONS(2897), - [anon_sym__Alignof] = ACTIONS(2897), - [anon_sym_offsetof] = ACTIONS(2897), - [anon_sym__Generic] = ACTIONS(2897), - [anon_sym_asm] = ACTIONS(2897), - [anon_sym___asm__] = ACTIONS(2897), - [anon_sym___asm] = ACTIONS(2897), - [aux_sym_number_literal_token1] = ACTIONS(2899), - [aux_sym_number_literal_token2] = ACTIONS(2897), - [anon_sym_L_SQUOTE] = ACTIONS(2899), - [anon_sym_u_SQUOTE] = ACTIONS(2899), - [anon_sym_U_SQUOTE] = ACTIONS(2899), - [anon_sym_u8_SQUOTE] = ACTIONS(2899), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_L_DQUOTE] = ACTIONS(2899), - [anon_sym_u_DQUOTE] = ACTIONS(2899), - [anon_sym_U_DQUOTE] = ACTIONS(2899), - [anon_sym_u8_DQUOTE] = ACTIONS(2899), - [anon_sym_DQUOTE] = ACTIONS(2899), - [sym_true] = ACTIONS(2897), - [sym_false] = ACTIONS(2897), - [anon_sym_NULL] = ACTIONS(2897), - [anon_sym_nullptr] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2897), - [anon_sym_decltype] = ACTIONS(2897), - [anon_sym_explicit] = ACTIONS(2897), - [anon_sym_typename] = ACTIONS(2897), - [anon_sym_template] = ACTIONS(2897), - [anon_sym_operator] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(2897), - [anon_sym_delete] = ACTIONS(2897), - [anon_sym_throw] = ACTIONS(2897), - [anon_sym_namespace] = ACTIONS(2897), - [anon_sym_using] = ACTIONS(2897), - [anon_sym_static_assert] = ACTIONS(2897), - [anon_sym_concept] = ACTIONS(2897), - [anon_sym_co_return] = ACTIONS(2897), - [anon_sym_co_yield] = ACTIONS(2897), - [anon_sym_R_DQUOTE] = ACTIONS(2899), - [anon_sym_LR_DQUOTE] = ACTIONS(2899), - [anon_sym_uR_DQUOTE] = ACTIONS(2899), - [anon_sym_UR_DQUOTE] = ACTIONS(2899), - [anon_sym_u8R_DQUOTE] = ACTIONS(2899), - [anon_sym_co_await] = ACTIONS(2897), - [anon_sym_new] = ACTIONS(2897), - [anon_sym_requires] = ACTIONS(2897), - [sym_this] = ACTIONS(2897), + [sym_identifier] = ACTIONS(2895), + [aux_sym_preproc_include_token1] = ACTIONS(2895), + [aux_sym_preproc_def_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token2] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), + [aux_sym_preproc_else_token1] = ACTIONS(2895), + [aux_sym_preproc_elif_token1] = ACTIONS(2895), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2895), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2895), + [sym_preproc_directive] = ACTIONS(2895), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_BANG] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym___extension__] = ACTIONS(2895), + [anon_sym_typedef] = ACTIONS(2895), + [anon_sym_virtual] = ACTIONS(2895), + [anon_sym_extern] = ACTIONS(2895), + [anon_sym___attribute__] = ACTIONS(2895), + [anon_sym___attribute] = ACTIONS(2895), + [anon_sym_COLON_COLON] = ACTIONS(2897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2895), + [anon_sym___based] = ACTIONS(2895), + [anon_sym___cdecl] = ACTIONS(2895), + [anon_sym___clrcall] = ACTIONS(2895), + [anon_sym___stdcall] = ACTIONS(2895), + [anon_sym___fastcall] = ACTIONS(2895), + [anon_sym___thiscall] = ACTIONS(2895), + [anon_sym___vectorcall] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_signed] = ACTIONS(2895), + [anon_sym_unsigned] = ACTIONS(2895), + [anon_sym_long] = ACTIONS(2895), + [anon_sym_short] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2895), + [anon_sym_static] = ACTIONS(2895), + [anon_sym_register] = ACTIONS(2895), + [anon_sym_inline] = ACTIONS(2895), + [anon_sym___inline] = ACTIONS(2895), + [anon_sym___inline__] = ACTIONS(2895), + [anon_sym___forceinline] = ACTIONS(2895), + [anon_sym_thread_local] = ACTIONS(2895), + [anon_sym___thread] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_constexpr] = ACTIONS(2895), + [anon_sym_volatile] = ACTIONS(2895), + [anon_sym_restrict] = ACTIONS(2895), + [anon_sym___restrict__] = ACTIONS(2895), + [anon_sym__Atomic] = ACTIONS(2895), + [anon_sym__Noreturn] = ACTIONS(2895), + [anon_sym_noreturn] = ACTIONS(2895), + [anon_sym__Nonnull] = ACTIONS(2895), + [anon_sym_mutable] = ACTIONS(2895), + [anon_sym_constinit] = ACTIONS(2895), + [anon_sym_consteval] = ACTIONS(2895), + [anon_sym_PROGMEM] = ACTIONS(2895), + [anon_sym_alignas] = ACTIONS(2895), + [anon_sym__Alignas] = ACTIONS(2895), + [aux_sym_primitive_type_token1] = ACTIONS(2895), + [anon_sym_byte] = ACTIONS(2895), + [anon_sym_word] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_class] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_else] = ACTIONS(2895), + [anon_sym_switch] = ACTIONS(2895), + [anon_sym_case] = ACTIONS(2895), + [anon_sym_default] = ACTIONS(2895), + [anon_sym_while] = ACTIONS(2895), + [anon_sym_do] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym___try] = ACTIONS(2895), + [anon_sym___leave] = ACTIONS(2895), + [anon_sym_not] = ACTIONS(2895), + [anon_sym_compl] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_sizeof] = ACTIONS(2895), + [anon_sym___alignof__] = ACTIONS(2895), + [anon_sym___alignof] = ACTIONS(2895), + [anon_sym__alignof] = ACTIONS(2895), + [anon_sym_alignof] = ACTIONS(2895), + [anon_sym__Alignof] = ACTIONS(2895), + [anon_sym_offsetof] = ACTIONS(2895), + [anon_sym__Generic] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym___asm__] = ACTIONS(2895), + [anon_sym___asm] = ACTIONS(2895), + [aux_sym_number_literal_token1] = ACTIONS(2897), + [aux_sym_number_literal_token2] = ACTIONS(2895), + [anon_sym_L_SQUOTE] = ACTIONS(2897), + [anon_sym_u_SQUOTE] = ACTIONS(2897), + [anon_sym_U_SQUOTE] = ACTIONS(2897), + [anon_sym_u8_SQUOTE] = ACTIONS(2897), + [anon_sym_SQUOTE] = ACTIONS(2897), + [anon_sym_L_DQUOTE] = ACTIONS(2897), + [anon_sym_u_DQUOTE] = ACTIONS(2897), + [anon_sym_U_DQUOTE] = ACTIONS(2897), + [anon_sym_u8_DQUOTE] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2897), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [anon_sym_NULL] = ACTIONS(2895), + [anon_sym_nullptr] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2895), + [anon_sym_decltype] = ACTIONS(2895), + [anon_sym_explicit] = ACTIONS(2895), + [anon_sym_typename] = ACTIONS(2895), + [anon_sym_template] = ACTIONS(2895), + [anon_sym_operator] = ACTIONS(2895), + [anon_sym_try] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(2895), + [anon_sym_throw] = ACTIONS(2895), + [anon_sym_namespace] = ACTIONS(2895), + [anon_sym_using] = ACTIONS(2895), + [anon_sym_static_assert] = ACTIONS(2895), + [anon_sym_concept] = ACTIONS(2895), + [anon_sym_co_return] = ACTIONS(2895), + [anon_sym_co_yield] = ACTIONS(2895), + [anon_sym_R_DQUOTE] = ACTIONS(2897), + [anon_sym_LR_DQUOTE] = ACTIONS(2897), + [anon_sym_uR_DQUOTE] = ACTIONS(2897), + [anon_sym_UR_DQUOTE] = ACTIONS(2897), + [anon_sym_u8R_DQUOTE] = ACTIONS(2897), + [anon_sym_co_await] = ACTIONS(2895), + [anon_sym_new] = ACTIONS(2895), + [anon_sym_requires] = ACTIONS(2895), + [sym_this] = ACTIONS(2895), }, [293] = { - [sym_identifier] = ACTIONS(2901), - [aux_sym_preproc_include_token1] = ACTIONS(2901), - [aux_sym_preproc_def_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token2] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), - [aux_sym_preproc_else_token1] = ACTIONS(2901), - [aux_sym_preproc_elif_token1] = ACTIONS(2901), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2901), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2901), - [sym_preproc_directive] = ACTIONS(2901), - [anon_sym_LPAREN2] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2874), + [sym__declarator] = STATE(6454), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_type_qualifier] = STATE(3902), + [sym_alignas_qualifier] = STATE(4239), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3431), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5673), + [sym_qualified_identifier] = STATE(3432), + [sym_qualified_type_identifier] = STATE(7640), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(2468), + [aux_sym__type_definition_type_repeat1] = STATE(3902), + [aux_sym_pointer_declarator_repeat1] = STATE(2874), + [sym_identifier] = ACTIONS(2899), + [anon_sym_LPAREN2] = ACTIONS(2901), + [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_PLUS] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym___extension__] = ACTIONS(2901), - [anon_sym_typedef] = ACTIONS(2901), - [anon_sym_virtual] = ACTIONS(2901), - [anon_sym_extern] = ACTIONS(2901), - [anon_sym___attribute__] = ACTIONS(2901), - [anon_sym___attribute] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2903), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), - [anon_sym___declspec] = ACTIONS(2901), - [anon_sym___based] = ACTIONS(2901), - [anon_sym___cdecl] = ACTIONS(2901), - [anon_sym___clrcall] = ACTIONS(2901), - [anon_sym___stdcall] = ACTIONS(2901), - [anon_sym___fastcall] = ACTIONS(2901), - [anon_sym___thiscall] = ACTIONS(2901), - [anon_sym___vectorcall] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_signed] = ACTIONS(2901), - [anon_sym_unsigned] = ACTIONS(2901), - [anon_sym_long] = ACTIONS(2901), - [anon_sym_short] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_static] = ACTIONS(2901), - [anon_sym_register] = ACTIONS(2901), - [anon_sym_inline] = ACTIONS(2901), - [anon_sym___inline] = ACTIONS(2901), - [anon_sym___inline__] = ACTIONS(2901), - [anon_sym___forceinline] = ACTIONS(2901), - [anon_sym_thread_local] = ACTIONS(2901), - [anon_sym___thread] = ACTIONS(2901), - [anon_sym_const] = ACTIONS(2901), - [anon_sym_constexpr] = ACTIONS(2901), - [anon_sym_volatile] = ACTIONS(2901), - [anon_sym_restrict] = ACTIONS(2901), - [anon_sym___restrict__] = ACTIONS(2901), - [anon_sym__Atomic] = ACTIONS(2901), - [anon_sym__Noreturn] = ACTIONS(2901), - [anon_sym_noreturn] = ACTIONS(2901), - [anon_sym__Nonnull] = ACTIONS(2901), - [anon_sym_mutable] = ACTIONS(2901), - [anon_sym_constinit] = ACTIONS(2901), - [anon_sym_consteval] = ACTIONS(2901), - [anon_sym_PROGMEM] = ACTIONS(2901), - [anon_sym_alignas] = ACTIONS(2901), - [anon_sym__Alignas] = ACTIONS(2901), - [aux_sym_primitive_type_token1] = ACTIONS(2901), - [anon_sym_byte] = ACTIONS(2901), - [anon_sym_word] = ACTIONS(2901), - [anon_sym_enum] = ACTIONS(2901), - [anon_sym_class] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2901), - [anon_sym_union] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2901), - [anon_sym_else] = ACTIONS(2901), - [anon_sym_switch] = ACTIONS(2901), - [anon_sym_case] = ACTIONS(2901), - [anon_sym_default] = ACTIONS(2901), - [anon_sym_while] = ACTIONS(2901), - [anon_sym_do] = ACTIONS(2901), - [anon_sym_for] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2901), - [anon_sym_break] = ACTIONS(2901), - [anon_sym_continue] = ACTIONS(2901), - [anon_sym_goto] = ACTIONS(2901), - [anon_sym___try] = ACTIONS(2901), - [anon_sym___leave] = ACTIONS(2901), - [anon_sym_not] = ACTIONS(2901), - [anon_sym_compl] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_sizeof] = ACTIONS(2901), - [anon_sym___alignof__] = ACTIONS(2901), - [anon_sym___alignof] = ACTIONS(2901), - [anon_sym__alignof] = ACTIONS(2901), - [anon_sym_alignof] = ACTIONS(2901), - [anon_sym__Alignof] = ACTIONS(2901), - [anon_sym_offsetof] = ACTIONS(2901), - [anon_sym__Generic] = ACTIONS(2901), - [anon_sym_asm] = ACTIONS(2901), - [anon_sym___asm__] = ACTIONS(2901), - [anon_sym___asm] = ACTIONS(2901), - [aux_sym_number_literal_token1] = ACTIONS(2903), - [aux_sym_number_literal_token2] = ACTIONS(2901), - [anon_sym_L_SQUOTE] = ACTIONS(2903), - [anon_sym_u_SQUOTE] = ACTIONS(2903), - [anon_sym_U_SQUOTE] = ACTIONS(2903), - [anon_sym_u8_SQUOTE] = ACTIONS(2903), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_L_DQUOTE] = ACTIONS(2903), - [anon_sym_u_DQUOTE] = ACTIONS(2903), - [anon_sym_U_DQUOTE] = ACTIONS(2903), - [anon_sym_u8_DQUOTE] = ACTIONS(2903), - [anon_sym_DQUOTE] = ACTIONS(2903), - [sym_true] = ACTIONS(2901), - [sym_false] = ACTIONS(2901), - [anon_sym_NULL] = ACTIONS(2901), - [anon_sym_nullptr] = ACTIONS(2901), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2901), - [anon_sym_decltype] = ACTIONS(2901), - [anon_sym_explicit] = ACTIONS(2901), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_template] = ACTIONS(2901), - [anon_sym_operator] = ACTIONS(2901), - [anon_sym_try] = ACTIONS(2901), - [anon_sym_delete] = ACTIONS(2901), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_namespace] = ACTIONS(2901), - [anon_sym_using] = ACTIONS(2901), - [anon_sym_static_assert] = ACTIONS(2901), - [anon_sym_concept] = ACTIONS(2901), - [anon_sym_co_return] = ACTIONS(2901), - [anon_sym_co_yield] = ACTIONS(2901), - [anon_sym_R_DQUOTE] = ACTIONS(2903), - [anon_sym_LR_DQUOTE] = ACTIONS(2903), - [anon_sym_uR_DQUOTE] = ACTIONS(2903), - [anon_sym_UR_DQUOTE] = ACTIONS(2903), - [anon_sym_u8R_DQUOTE] = ACTIONS(2903), - [anon_sym_co_await] = ACTIONS(2901), - [anon_sym_new] = ACTIONS(2901), - [anon_sym_requires] = ACTIONS(2901), - [sym_this] = ACTIONS(2901), - }, - [294] = { - [sym_identifier] = ACTIONS(2905), - [aux_sym_preproc_include_token1] = ACTIONS(2905), - [aux_sym_preproc_def_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token2] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), - [aux_sym_preproc_else_token1] = ACTIONS(2905), - [aux_sym_preproc_elif_token1] = ACTIONS(2905), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2905), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2905), - [sym_preproc_directive] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(27), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), [anon_sym___extension__] = ACTIONS(2905), - [anon_sym_typedef] = ACTIONS(2905), - [anon_sym_virtual] = ACTIONS(2905), - [anon_sym_extern] = ACTIONS(2905), - [anon_sym___attribute__] = ACTIONS(2905), - [anon_sym___attribute] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2907), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), - [anon_sym___declspec] = ACTIONS(2905), - [anon_sym___based] = ACTIONS(2905), - [anon_sym___cdecl] = ACTIONS(2905), - [anon_sym___clrcall] = ACTIONS(2905), - [anon_sym___stdcall] = ACTIONS(2905), - [anon_sym___fastcall] = ACTIONS(2905), - [anon_sym___thiscall] = ACTIONS(2905), - [anon_sym___vectorcall] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_signed] = ACTIONS(2905), - [anon_sym_unsigned] = ACTIONS(2905), - [anon_sym_long] = ACTIONS(2905), - [anon_sym_short] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2905), - [anon_sym_register] = ACTIONS(2905), - [anon_sym_inline] = ACTIONS(2905), - [anon_sym___inline] = ACTIONS(2905), - [anon_sym___inline__] = ACTIONS(2905), - [anon_sym___forceinline] = ACTIONS(2905), - [anon_sym_thread_local] = ACTIONS(2905), - [anon_sym___thread] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_constexpr] = ACTIONS(2905), - [anon_sym_volatile] = ACTIONS(2905), - [anon_sym_restrict] = ACTIONS(2905), - [anon_sym___restrict__] = ACTIONS(2905), - [anon_sym__Atomic] = ACTIONS(2905), - [anon_sym__Noreturn] = ACTIONS(2905), - [anon_sym_noreturn] = ACTIONS(2905), - [anon_sym__Nonnull] = ACTIONS(2905), - [anon_sym_mutable] = ACTIONS(2905), - [anon_sym_constinit] = ACTIONS(2905), - [anon_sym_consteval] = ACTIONS(2905), - [anon_sym_PROGMEM] = ACTIONS(2905), - [anon_sym_alignas] = ACTIONS(2905), - [anon_sym__Alignas] = ACTIONS(2905), - [aux_sym_primitive_type_token1] = ACTIONS(2905), - [anon_sym_byte] = ACTIONS(2905), - [anon_sym_word] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_class] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_else] = ACTIONS(2905), - [anon_sym_switch] = ACTIONS(2905), - [anon_sym_case] = ACTIONS(2905), - [anon_sym_default] = ACTIONS(2905), - [anon_sym_while] = ACTIONS(2905), - [anon_sym_do] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym___try] = ACTIONS(2905), - [anon_sym___leave] = ACTIONS(2905), - [anon_sym_not] = ACTIONS(2905), - [anon_sym_compl] = ACTIONS(2905), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(1794), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), [anon_sym_DASH_DASH] = ACTIONS(2907), [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_sizeof] = ACTIONS(2905), - [anon_sym___alignof__] = ACTIONS(2905), - [anon_sym___alignof] = ACTIONS(2905), - [anon_sym__alignof] = ACTIONS(2905), - [anon_sym_alignof] = ACTIONS(2905), - [anon_sym__Alignof] = ACTIONS(2905), - [anon_sym_offsetof] = ACTIONS(2905), - [anon_sym__Generic] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym___asm__] = ACTIONS(2905), - [anon_sym___asm] = ACTIONS(2905), - [aux_sym_number_literal_token1] = ACTIONS(2907), - [aux_sym_number_literal_token2] = ACTIONS(2905), - [anon_sym_L_SQUOTE] = ACTIONS(2907), - [anon_sym_u_SQUOTE] = ACTIONS(2907), - [anon_sym_U_SQUOTE] = ACTIONS(2907), - [anon_sym_u8_SQUOTE] = ACTIONS(2907), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_L_DQUOTE] = ACTIONS(2907), - [anon_sym_u_DQUOTE] = ACTIONS(2907), - [anon_sym_U_DQUOTE] = ACTIONS(2907), - [anon_sym_u8_DQUOTE] = ACTIONS(2907), - [anon_sym_DQUOTE] = ACTIONS(2907), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [anon_sym_NULL] = ACTIONS(2905), - [anon_sym_nullptr] = ACTIONS(2905), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2905), - [anon_sym_decltype] = ACTIONS(2905), - [anon_sym_explicit] = ACTIONS(2905), - [anon_sym_typename] = ACTIONS(2905), - [anon_sym_template] = ACTIONS(2905), - [anon_sym_operator] = ACTIONS(2905), - [anon_sym_try] = ACTIONS(2905), - [anon_sym_delete] = ACTIONS(2905), - [anon_sym_throw] = ACTIONS(2905), - [anon_sym_namespace] = ACTIONS(2905), - [anon_sym_using] = ACTIONS(2905), - [anon_sym_static_assert] = ACTIONS(2905), - [anon_sym_concept] = ACTIONS(2905), - [anon_sym_co_return] = ACTIONS(2905), - [anon_sym_co_yield] = ACTIONS(2905), - [anon_sym_R_DQUOTE] = ACTIONS(2907), - [anon_sym_LR_DQUOTE] = ACTIONS(2907), - [anon_sym_uR_DQUOTE] = ACTIONS(2907), - [anon_sym_UR_DQUOTE] = ACTIONS(2907), - [anon_sym_u8R_DQUOTE] = ACTIONS(2907), - [anon_sym_co_await] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(2905), - [anon_sym_requires] = ACTIONS(2905), - [sym_this] = ACTIONS(2905), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [295] = { + [294] = { [sym_identifier] = ACTIONS(2909), [aux_sym_preproc_include_token1] = ACTIONS(2909), [aux_sym_preproc_def_token1] = ACTIONS(2909), @@ -87245,7 +87100,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2909), [sym_this] = ACTIONS(2909), }, - [296] = { + [295] = { [sym_identifier] = ACTIONS(2913), [aux_sym_preproc_include_token1] = ACTIONS(2913), [aux_sym_preproc_def_token1] = ACTIONS(2913), @@ -87390,7 +87245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2913), [sym_this] = ACTIONS(2913), }, - [297] = { + [296] = { [sym_identifier] = ACTIONS(2917), [aux_sym_preproc_include_token1] = ACTIONS(2917), [aux_sym_preproc_def_token1] = ACTIONS(2917), @@ -87535,7 +87390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2917), [sym_this] = ACTIONS(2917), }, - [298] = { + [297] = { [sym_identifier] = ACTIONS(2921), [aux_sym_preproc_include_token1] = ACTIONS(2921), [aux_sym_preproc_def_token1] = ACTIONS(2921), @@ -87680,6 +87535,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2921), [sym_this] = ACTIONS(2921), }, + [298] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2470), + [anon_sym_typedef] = ACTIONS(2506), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2477), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, [299] = { [sym_identifier] = ACTIONS(2925), [aux_sym_preproc_include_token1] = ACTIONS(2925), @@ -88114,47 +88114,1343 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(2933), }, [302] = { - [sym_catch_clause] = STATE(323), - [aux_sym_constructor_try_statement_repeat1] = STATE(323), - [ts_builtin_sym_end] = ACTIONS(2558), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_include_token1] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token2] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [aux_sym_preproc_else_token1] = ACTIONS(2937), + [aux_sym_preproc_elif_token1] = ACTIONS(2937), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2937), + [anon_sym_PLUS] = ACTIONS(2937), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym___cdecl] = ACTIONS(2937), + [anon_sym___clrcall] = ACTIONS(2937), + [anon_sym___stdcall] = ACTIONS(2937), + [anon_sym___fastcall] = ACTIONS(2937), + [anon_sym___thiscall] = ACTIONS(2937), + [anon_sym___vectorcall] = ACTIONS(2937), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [anon_sym_if] = ACTIONS(2937), + [anon_sym_switch] = ACTIONS(2937), + [anon_sym_case] = ACTIONS(2937), + [anon_sym_default] = ACTIONS(2937), + [anon_sym_while] = ACTIONS(2937), + [anon_sym_do] = ACTIONS(2937), + [anon_sym_for] = ACTIONS(2937), + [anon_sym_return] = ACTIONS(2937), + [anon_sym_break] = ACTIONS(2937), + [anon_sym_continue] = ACTIONS(2937), + [anon_sym_goto] = ACTIONS(2937), + [anon_sym___try] = ACTIONS(2937), + [anon_sym___leave] = ACTIONS(2937), + [anon_sym_not] = ACTIONS(2937), + [anon_sym_compl] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_sizeof] = ACTIONS(2937), + [anon_sym___alignof__] = ACTIONS(2937), + [anon_sym___alignof] = ACTIONS(2937), + [anon_sym__alignof] = ACTIONS(2937), + [anon_sym_alignof] = ACTIONS(2937), + [anon_sym__Alignof] = ACTIONS(2937), + [anon_sym_offsetof] = ACTIONS(2937), + [anon_sym__Generic] = ACTIONS(2937), + [anon_sym_asm] = ACTIONS(2937), + [anon_sym___asm__] = ACTIONS(2937), + [anon_sym___asm] = ACTIONS(2937), + [aux_sym_number_literal_token1] = ACTIONS(2939), + [aux_sym_number_literal_token2] = ACTIONS(2937), + [anon_sym_L_SQUOTE] = ACTIONS(2939), + [anon_sym_u_SQUOTE] = ACTIONS(2939), + [anon_sym_U_SQUOTE] = ACTIONS(2939), + [anon_sym_u8_SQUOTE] = ACTIONS(2939), + [anon_sym_SQUOTE] = ACTIONS(2939), + [anon_sym_L_DQUOTE] = ACTIONS(2939), + [anon_sym_u_DQUOTE] = ACTIONS(2939), + [anon_sym_U_DQUOTE] = ACTIONS(2939), + [anon_sym_u8_DQUOTE] = ACTIONS(2939), + [anon_sym_DQUOTE] = ACTIONS(2939), + [sym_true] = ACTIONS(2937), + [sym_false] = ACTIONS(2937), + [anon_sym_NULL] = ACTIONS(2937), + [anon_sym_nullptr] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_try] = ACTIONS(2937), + [anon_sym_delete] = ACTIONS(2937), + [anon_sym_throw] = ACTIONS(2937), + [anon_sym_namespace] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), + [anon_sym_concept] = ACTIONS(2937), + [anon_sym_co_return] = ACTIONS(2937), + [anon_sym_co_yield] = ACTIONS(2937), + [anon_sym_R_DQUOTE] = ACTIONS(2939), + [anon_sym_LR_DQUOTE] = ACTIONS(2939), + [anon_sym_uR_DQUOTE] = ACTIONS(2939), + [anon_sym_UR_DQUOTE] = ACTIONS(2939), + [anon_sym_u8R_DQUOTE] = ACTIONS(2939), + [anon_sym_co_await] = ACTIONS(2937), + [anon_sym_new] = ACTIONS(2937), + [anon_sym_requires] = ACTIONS(2937), + [sym_this] = ACTIONS(2937), + }, + [303] = { + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_include_token1] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token2] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [aux_sym_preproc_else_token1] = ACTIONS(2941), + [aux_sym_preproc_elif_token1] = ACTIONS(2941), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2941), + [anon_sym_PLUS] = ACTIONS(2941), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym___cdecl] = ACTIONS(2941), + [anon_sym___clrcall] = ACTIONS(2941), + [anon_sym___stdcall] = ACTIONS(2941), + [anon_sym___fastcall] = ACTIONS(2941), + [anon_sym___thiscall] = ACTIONS(2941), + [anon_sym___vectorcall] = ACTIONS(2941), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [anon_sym_if] = ACTIONS(2941), + [anon_sym_switch] = ACTIONS(2941), + [anon_sym_case] = ACTIONS(2941), + [anon_sym_default] = ACTIONS(2941), + [anon_sym_while] = ACTIONS(2941), + [anon_sym_do] = ACTIONS(2941), + [anon_sym_for] = ACTIONS(2941), + [anon_sym_return] = ACTIONS(2941), + [anon_sym_break] = ACTIONS(2941), + [anon_sym_continue] = ACTIONS(2941), + [anon_sym_goto] = ACTIONS(2941), + [anon_sym___try] = ACTIONS(2941), + [anon_sym___leave] = ACTIONS(2941), + [anon_sym_not] = ACTIONS(2941), + [anon_sym_compl] = ACTIONS(2941), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_sizeof] = ACTIONS(2941), + [anon_sym___alignof__] = ACTIONS(2941), + [anon_sym___alignof] = ACTIONS(2941), + [anon_sym__alignof] = ACTIONS(2941), + [anon_sym_alignof] = ACTIONS(2941), + [anon_sym__Alignof] = ACTIONS(2941), + [anon_sym_offsetof] = ACTIONS(2941), + [anon_sym__Generic] = ACTIONS(2941), + [anon_sym_asm] = ACTIONS(2941), + [anon_sym___asm__] = ACTIONS(2941), + [anon_sym___asm] = ACTIONS(2941), + [aux_sym_number_literal_token1] = ACTIONS(2943), + [aux_sym_number_literal_token2] = ACTIONS(2941), + [anon_sym_L_SQUOTE] = ACTIONS(2943), + [anon_sym_u_SQUOTE] = ACTIONS(2943), + [anon_sym_U_SQUOTE] = ACTIONS(2943), + [anon_sym_u8_SQUOTE] = ACTIONS(2943), + [anon_sym_SQUOTE] = ACTIONS(2943), + [anon_sym_L_DQUOTE] = ACTIONS(2943), + [anon_sym_u_DQUOTE] = ACTIONS(2943), + [anon_sym_U_DQUOTE] = ACTIONS(2943), + [anon_sym_u8_DQUOTE] = ACTIONS(2943), + [anon_sym_DQUOTE] = ACTIONS(2943), + [sym_true] = ACTIONS(2941), + [sym_false] = ACTIONS(2941), + [anon_sym_NULL] = ACTIONS(2941), + [anon_sym_nullptr] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_try] = ACTIONS(2941), + [anon_sym_delete] = ACTIONS(2941), + [anon_sym_throw] = ACTIONS(2941), + [anon_sym_namespace] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), + [anon_sym_concept] = ACTIONS(2941), + [anon_sym_co_return] = ACTIONS(2941), + [anon_sym_co_yield] = ACTIONS(2941), + [anon_sym_R_DQUOTE] = ACTIONS(2943), + [anon_sym_LR_DQUOTE] = ACTIONS(2943), + [anon_sym_uR_DQUOTE] = ACTIONS(2943), + [anon_sym_UR_DQUOTE] = ACTIONS(2943), + [anon_sym_u8R_DQUOTE] = ACTIONS(2943), + [anon_sym_co_await] = ACTIONS(2941), + [anon_sym_new] = ACTIONS(2941), + [anon_sym_requires] = ACTIONS(2941), + [sym_this] = ACTIONS(2941), + }, + [304] = { + [sym_identifier] = ACTIONS(2945), + [aux_sym_preproc_include_token1] = ACTIONS(2945), + [aux_sym_preproc_def_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token2] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2945), + [aux_sym_preproc_else_token1] = ACTIONS(2945), + [aux_sym_preproc_elif_token1] = ACTIONS(2945), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2945), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2945), + [sym_preproc_directive] = ACTIONS(2945), + [anon_sym_LPAREN2] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2945), + [anon_sym_PLUS] = ACTIONS(2945), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2945), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym___extension__] = ACTIONS(2945), + [anon_sym_typedef] = ACTIONS(2945), + [anon_sym_virtual] = ACTIONS(2945), + [anon_sym_extern] = ACTIONS(2945), + [anon_sym___attribute__] = ACTIONS(2945), + [anon_sym___attribute] = ACTIONS(2945), + [anon_sym_COLON_COLON] = ACTIONS(2947), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2947), + [anon_sym___declspec] = ACTIONS(2945), + [anon_sym___based] = ACTIONS(2945), + [anon_sym___cdecl] = ACTIONS(2945), + [anon_sym___clrcall] = ACTIONS(2945), + [anon_sym___stdcall] = ACTIONS(2945), + [anon_sym___fastcall] = ACTIONS(2945), + [anon_sym___thiscall] = ACTIONS(2945), + [anon_sym___vectorcall] = ACTIONS(2945), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_signed] = ACTIONS(2945), + [anon_sym_unsigned] = ACTIONS(2945), + [anon_sym_long] = ACTIONS(2945), + [anon_sym_short] = ACTIONS(2945), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_static] = ACTIONS(2945), + [anon_sym_register] = ACTIONS(2945), + [anon_sym_inline] = ACTIONS(2945), + [anon_sym___inline] = ACTIONS(2945), + [anon_sym___inline__] = ACTIONS(2945), + [anon_sym___forceinline] = ACTIONS(2945), + [anon_sym_thread_local] = ACTIONS(2945), + [anon_sym___thread] = ACTIONS(2945), + [anon_sym_const] = ACTIONS(2945), + [anon_sym_constexpr] = ACTIONS(2945), + [anon_sym_volatile] = ACTIONS(2945), + [anon_sym_restrict] = ACTIONS(2945), + [anon_sym___restrict__] = ACTIONS(2945), + [anon_sym__Atomic] = ACTIONS(2945), + [anon_sym__Noreturn] = ACTIONS(2945), + [anon_sym_noreturn] = ACTIONS(2945), + [anon_sym__Nonnull] = ACTIONS(2945), + [anon_sym_mutable] = ACTIONS(2945), + [anon_sym_constinit] = ACTIONS(2945), + [anon_sym_consteval] = ACTIONS(2945), + [anon_sym_PROGMEM] = ACTIONS(2945), + [anon_sym_alignas] = ACTIONS(2945), + [anon_sym__Alignas] = ACTIONS(2945), + [aux_sym_primitive_type_token1] = ACTIONS(2945), + [anon_sym_byte] = ACTIONS(2945), + [anon_sym_word] = ACTIONS(2945), + [anon_sym_enum] = ACTIONS(2945), + [anon_sym_class] = ACTIONS(2945), + [anon_sym_struct] = ACTIONS(2945), + [anon_sym_union] = ACTIONS(2945), + [anon_sym_if] = ACTIONS(2945), + [anon_sym_switch] = ACTIONS(2945), + [anon_sym_case] = ACTIONS(2945), + [anon_sym_default] = ACTIONS(2945), + [anon_sym_while] = ACTIONS(2945), + [anon_sym_do] = ACTIONS(2945), + [anon_sym_for] = ACTIONS(2945), + [anon_sym_return] = ACTIONS(2945), + [anon_sym_break] = ACTIONS(2945), + [anon_sym_continue] = ACTIONS(2945), + [anon_sym_goto] = ACTIONS(2945), + [anon_sym___try] = ACTIONS(2945), + [anon_sym___leave] = ACTIONS(2945), + [anon_sym_not] = ACTIONS(2945), + [anon_sym_compl] = ACTIONS(2945), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_sizeof] = ACTIONS(2945), + [anon_sym___alignof__] = ACTIONS(2945), + [anon_sym___alignof] = ACTIONS(2945), + [anon_sym__alignof] = ACTIONS(2945), + [anon_sym_alignof] = ACTIONS(2945), + [anon_sym__Alignof] = ACTIONS(2945), + [anon_sym_offsetof] = ACTIONS(2945), + [anon_sym__Generic] = ACTIONS(2945), + [anon_sym_asm] = ACTIONS(2945), + [anon_sym___asm__] = ACTIONS(2945), + [anon_sym___asm] = ACTIONS(2945), + [aux_sym_number_literal_token1] = ACTIONS(2947), + [aux_sym_number_literal_token2] = ACTIONS(2945), + [anon_sym_L_SQUOTE] = ACTIONS(2947), + [anon_sym_u_SQUOTE] = ACTIONS(2947), + [anon_sym_U_SQUOTE] = ACTIONS(2947), + [anon_sym_u8_SQUOTE] = ACTIONS(2947), + [anon_sym_SQUOTE] = ACTIONS(2947), + [anon_sym_L_DQUOTE] = ACTIONS(2947), + [anon_sym_u_DQUOTE] = ACTIONS(2947), + [anon_sym_U_DQUOTE] = ACTIONS(2947), + [anon_sym_u8_DQUOTE] = ACTIONS(2947), + [anon_sym_DQUOTE] = ACTIONS(2947), + [sym_true] = ACTIONS(2945), + [sym_false] = ACTIONS(2945), + [anon_sym_NULL] = ACTIONS(2945), + [anon_sym_nullptr] = ACTIONS(2945), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2945), + [anon_sym_decltype] = ACTIONS(2945), + [anon_sym_explicit] = ACTIONS(2945), + [anon_sym_typename] = ACTIONS(2945), + [anon_sym_template] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(2945), + [anon_sym_try] = ACTIONS(2945), + [anon_sym_delete] = ACTIONS(2945), + [anon_sym_throw] = ACTIONS(2945), + [anon_sym_namespace] = ACTIONS(2945), + [anon_sym_using] = ACTIONS(2945), + [anon_sym_static_assert] = ACTIONS(2945), + [anon_sym_concept] = ACTIONS(2945), + [anon_sym_co_return] = ACTIONS(2945), + [anon_sym_co_yield] = ACTIONS(2945), + [anon_sym_R_DQUOTE] = ACTIONS(2947), + [anon_sym_LR_DQUOTE] = ACTIONS(2947), + [anon_sym_uR_DQUOTE] = ACTIONS(2947), + [anon_sym_UR_DQUOTE] = ACTIONS(2947), + [anon_sym_u8R_DQUOTE] = ACTIONS(2947), + [anon_sym_co_await] = ACTIONS(2945), + [anon_sym_new] = ACTIONS(2945), + [anon_sym_requires] = ACTIONS(2945), + [sym_this] = ACTIONS(2945), + }, + [305] = { + [sym_identifier] = ACTIONS(2949), + [aux_sym_preproc_include_token1] = ACTIONS(2949), + [aux_sym_preproc_def_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token2] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2949), + [aux_sym_preproc_else_token1] = ACTIONS(2949), + [aux_sym_preproc_elif_token1] = ACTIONS(2949), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2949), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2949), + [sym_preproc_directive] = ACTIONS(2949), + [anon_sym_LPAREN2] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2949), + [anon_sym_PLUS] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym___extension__] = ACTIONS(2949), + [anon_sym_typedef] = ACTIONS(2949), + [anon_sym_virtual] = ACTIONS(2949), + [anon_sym_extern] = ACTIONS(2949), + [anon_sym___attribute__] = ACTIONS(2949), + [anon_sym___attribute] = ACTIONS(2949), + [anon_sym_COLON_COLON] = ACTIONS(2951), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2951), + [anon_sym___declspec] = ACTIONS(2949), + [anon_sym___based] = ACTIONS(2949), + [anon_sym___cdecl] = ACTIONS(2949), + [anon_sym___clrcall] = ACTIONS(2949), + [anon_sym___stdcall] = ACTIONS(2949), + [anon_sym___fastcall] = ACTIONS(2949), + [anon_sym___thiscall] = ACTIONS(2949), + [anon_sym___vectorcall] = ACTIONS(2949), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_signed] = ACTIONS(2949), + [anon_sym_unsigned] = ACTIONS(2949), + [anon_sym_long] = ACTIONS(2949), + [anon_sym_short] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_static] = ACTIONS(2949), + [anon_sym_register] = ACTIONS(2949), + [anon_sym_inline] = ACTIONS(2949), + [anon_sym___inline] = ACTIONS(2949), + [anon_sym___inline__] = ACTIONS(2949), + [anon_sym___forceinline] = ACTIONS(2949), + [anon_sym_thread_local] = ACTIONS(2949), + [anon_sym___thread] = ACTIONS(2949), + [anon_sym_const] = ACTIONS(2949), + [anon_sym_constexpr] = ACTIONS(2949), + [anon_sym_volatile] = ACTIONS(2949), + [anon_sym_restrict] = ACTIONS(2949), + [anon_sym___restrict__] = ACTIONS(2949), + [anon_sym__Atomic] = ACTIONS(2949), + [anon_sym__Noreturn] = ACTIONS(2949), + [anon_sym_noreturn] = ACTIONS(2949), + [anon_sym__Nonnull] = ACTIONS(2949), + [anon_sym_mutable] = ACTIONS(2949), + [anon_sym_constinit] = ACTIONS(2949), + [anon_sym_consteval] = ACTIONS(2949), + [anon_sym_PROGMEM] = ACTIONS(2949), + [anon_sym_alignas] = ACTIONS(2949), + [anon_sym__Alignas] = ACTIONS(2949), + [aux_sym_primitive_type_token1] = ACTIONS(2949), + [anon_sym_byte] = ACTIONS(2949), + [anon_sym_word] = ACTIONS(2949), + [anon_sym_enum] = ACTIONS(2949), + [anon_sym_class] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2949), + [anon_sym_union] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2949), + [anon_sym_switch] = ACTIONS(2949), + [anon_sym_case] = ACTIONS(2949), + [anon_sym_default] = ACTIONS(2949), + [anon_sym_while] = ACTIONS(2949), + [anon_sym_do] = ACTIONS(2949), + [anon_sym_for] = ACTIONS(2949), + [anon_sym_return] = ACTIONS(2949), + [anon_sym_break] = ACTIONS(2949), + [anon_sym_continue] = ACTIONS(2949), + [anon_sym_goto] = ACTIONS(2949), + [anon_sym___try] = ACTIONS(2949), + [anon_sym___leave] = ACTIONS(2949), + [anon_sym_not] = ACTIONS(2949), + [anon_sym_compl] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_sizeof] = ACTIONS(2949), + [anon_sym___alignof__] = ACTIONS(2949), + [anon_sym___alignof] = ACTIONS(2949), + [anon_sym__alignof] = ACTIONS(2949), + [anon_sym_alignof] = ACTIONS(2949), + [anon_sym__Alignof] = ACTIONS(2949), + [anon_sym_offsetof] = ACTIONS(2949), + [anon_sym__Generic] = ACTIONS(2949), + [anon_sym_asm] = ACTIONS(2949), + [anon_sym___asm__] = ACTIONS(2949), + [anon_sym___asm] = ACTIONS(2949), + [aux_sym_number_literal_token1] = ACTIONS(2951), + [aux_sym_number_literal_token2] = ACTIONS(2949), + [anon_sym_L_SQUOTE] = ACTIONS(2951), + [anon_sym_u_SQUOTE] = ACTIONS(2951), + [anon_sym_U_SQUOTE] = ACTIONS(2951), + [anon_sym_u8_SQUOTE] = ACTIONS(2951), + [anon_sym_SQUOTE] = ACTIONS(2951), + [anon_sym_L_DQUOTE] = ACTIONS(2951), + [anon_sym_u_DQUOTE] = ACTIONS(2951), + [anon_sym_U_DQUOTE] = ACTIONS(2951), + [anon_sym_u8_DQUOTE] = ACTIONS(2951), + [anon_sym_DQUOTE] = ACTIONS(2951), + [sym_true] = ACTIONS(2949), + [sym_false] = ACTIONS(2949), + [anon_sym_NULL] = ACTIONS(2949), + [anon_sym_nullptr] = ACTIONS(2949), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2949), + [anon_sym_decltype] = ACTIONS(2949), + [anon_sym_explicit] = ACTIONS(2949), + [anon_sym_typename] = ACTIONS(2949), + [anon_sym_template] = ACTIONS(2949), + [anon_sym_operator] = ACTIONS(2949), + [anon_sym_try] = ACTIONS(2949), + [anon_sym_delete] = ACTIONS(2949), + [anon_sym_throw] = ACTIONS(2949), + [anon_sym_namespace] = ACTIONS(2949), + [anon_sym_using] = ACTIONS(2949), + [anon_sym_static_assert] = ACTIONS(2949), + [anon_sym_concept] = ACTIONS(2949), + [anon_sym_co_return] = ACTIONS(2949), + [anon_sym_co_yield] = ACTIONS(2949), + [anon_sym_R_DQUOTE] = ACTIONS(2951), + [anon_sym_LR_DQUOTE] = ACTIONS(2951), + [anon_sym_uR_DQUOTE] = ACTIONS(2951), + [anon_sym_UR_DQUOTE] = ACTIONS(2951), + [anon_sym_u8R_DQUOTE] = ACTIONS(2951), + [anon_sym_co_await] = ACTIONS(2949), + [anon_sym_new] = ACTIONS(2949), + [anon_sym_requires] = ACTIONS(2949), + [sym_this] = ACTIONS(2949), + }, + [306] = { + [sym_identifier] = ACTIONS(2953), + [aux_sym_preproc_include_token1] = ACTIONS(2953), + [aux_sym_preproc_def_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token2] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2953), + [aux_sym_preproc_else_token1] = ACTIONS(2953), + [aux_sym_preproc_elif_token1] = ACTIONS(2953), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2953), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2953), + [sym_preproc_directive] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2953), + [anon_sym_PLUS] = ACTIONS(2953), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym___extension__] = ACTIONS(2953), + [anon_sym_typedef] = ACTIONS(2953), + [anon_sym_virtual] = ACTIONS(2953), + [anon_sym_extern] = ACTIONS(2953), + [anon_sym___attribute__] = ACTIONS(2953), + [anon_sym___attribute] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(2955), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2955), + [anon_sym___declspec] = ACTIONS(2953), + [anon_sym___based] = ACTIONS(2953), + [anon_sym___cdecl] = ACTIONS(2953), + [anon_sym___clrcall] = ACTIONS(2953), + [anon_sym___stdcall] = ACTIONS(2953), + [anon_sym___fastcall] = ACTIONS(2953), + [anon_sym___thiscall] = ACTIONS(2953), + [anon_sym___vectorcall] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_signed] = ACTIONS(2953), + [anon_sym_unsigned] = ACTIONS(2953), + [anon_sym_long] = ACTIONS(2953), + [anon_sym_short] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_static] = ACTIONS(2953), + [anon_sym_register] = ACTIONS(2953), + [anon_sym_inline] = ACTIONS(2953), + [anon_sym___inline] = ACTIONS(2953), + [anon_sym___inline__] = ACTIONS(2953), + [anon_sym___forceinline] = ACTIONS(2953), + [anon_sym_thread_local] = ACTIONS(2953), + [anon_sym___thread] = ACTIONS(2953), + [anon_sym_const] = ACTIONS(2953), + [anon_sym_constexpr] = ACTIONS(2953), + [anon_sym_volatile] = ACTIONS(2953), + [anon_sym_restrict] = ACTIONS(2953), + [anon_sym___restrict__] = ACTIONS(2953), + [anon_sym__Atomic] = ACTIONS(2953), + [anon_sym__Noreturn] = ACTIONS(2953), + [anon_sym_noreturn] = ACTIONS(2953), + [anon_sym__Nonnull] = ACTIONS(2953), + [anon_sym_mutable] = ACTIONS(2953), + [anon_sym_constinit] = ACTIONS(2953), + [anon_sym_consteval] = ACTIONS(2953), + [anon_sym_PROGMEM] = ACTIONS(2953), + [anon_sym_alignas] = ACTIONS(2953), + [anon_sym__Alignas] = ACTIONS(2953), + [aux_sym_primitive_type_token1] = ACTIONS(2953), + [anon_sym_byte] = ACTIONS(2953), + [anon_sym_word] = ACTIONS(2953), + [anon_sym_enum] = ACTIONS(2953), + [anon_sym_class] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2953), + [anon_sym_union] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2953), + [anon_sym_switch] = ACTIONS(2953), + [anon_sym_case] = ACTIONS(2953), + [anon_sym_default] = ACTIONS(2953), + [anon_sym_while] = ACTIONS(2953), + [anon_sym_do] = ACTIONS(2953), + [anon_sym_for] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2953), + [anon_sym_break] = ACTIONS(2953), + [anon_sym_continue] = ACTIONS(2953), + [anon_sym_goto] = ACTIONS(2953), + [anon_sym___try] = ACTIONS(2953), + [anon_sym___leave] = ACTIONS(2953), + [anon_sym_not] = ACTIONS(2953), + [anon_sym_compl] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_sizeof] = ACTIONS(2953), + [anon_sym___alignof__] = ACTIONS(2953), + [anon_sym___alignof] = ACTIONS(2953), + [anon_sym__alignof] = ACTIONS(2953), + [anon_sym_alignof] = ACTIONS(2953), + [anon_sym__Alignof] = ACTIONS(2953), + [anon_sym_offsetof] = ACTIONS(2953), + [anon_sym__Generic] = ACTIONS(2953), + [anon_sym_asm] = ACTIONS(2953), + [anon_sym___asm__] = ACTIONS(2953), + [anon_sym___asm] = ACTIONS(2953), + [aux_sym_number_literal_token1] = ACTIONS(2955), + [aux_sym_number_literal_token2] = ACTIONS(2953), + [anon_sym_L_SQUOTE] = ACTIONS(2955), + [anon_sym_u_SQUOTE] = ACTIONS(2955), + [anon_sym_U_SQUOTE] = ACTIONS(2955), + [anon_sym_u8_SQUOTE] = ACTIONS(2955), + [anon_sym_SQUOTE] = ACTIONS(2955), + [anon_sym_L_DQUOTE] = ACTIONS(2955), + [anon_sym_u_DQUOTE] = ACTIONS(2955), + [anon_sym_U_DQUOTE] = ACTIONS(2955), + [anon_sym_u8_DQUOTE] = ACTIONS(2955), + [anon_sym_DQUOTE] = ACTIONS(2955), + [sym_true] = ACTIONS(2953), + [sym_false] = ACTIONS(2953), + [anon_sym_NULL] = ACTIONS(2953), + [anon_sym_nullptr] = ACTIONS(2953), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2953), + [anon_sym_decltype] = ACTIONS(2953), + [anon_sym_explicit] = ACTIONS(2953), + [anon_sym_typename] = ACTIONS(2953), + [anon_sym_template] = ACTIONS(2953), + [anon_sym_operator] = ACTIONS(2953), + [anon_sym_try] = ACTIONS(2953), + [anon_sym_delete] = ACTIONS(2953), + [anon_sym_throw] = ACTIONS(2953), + [anon_sym_namespace] = ACTIONS(2953), + [anon_sym_using] = ACTIONS(2953), + [anon_sym_static_assert] = ACTIONS(2953), + [anon_sym_concept] = ACTIONS(2953), + [anon_sym_co_return] = ACTIONS(2953), + [anon_sym_co_yield] = ACTIONS(2953), + [anon_sym_R_DQUOTE] = ACTIONS(2955), + [anon_sym_LR_DQUOTE] = ACTIONS(2955), + [anon_sym_uR_DQUOTE] = ACTIONS(2955), + [anon_sym_UR_DQUOTE] = ACTIONS(2955), + [anon_sym_u8R_DQUOTE] = ACTIONS(2955), + [anon_sym_co_await] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(2953), + [anon_sym_requires] = ACTIONS(2953), + [sym_this] = ACTIONS(2953), + }, + [307] = { + [sym_identifier] = ACTIONS(2957), + [aux_sym_preproc_include_token1] = ACTIONS(2957), + [aux_sym_preproc_def_token1] = ACTIONS(2957), + [aux_sym_preproc_if_token1] = ACTIONS(2957), + [aux_sym_preproc_if_token2] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2957), + [aux_sym_preproc_else_token1] = ACTIONS(2957), + [aux_sym_preproc_elif_token1] = ACTIONS(2957), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2957), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2957), + [sym_preproc_directive] = ACTIONS(2957), + [anon_sym_LPAREN2] = ACTIONS(2960), + [anon_sym_BANG] = ACTIONS(2960), + [anon_sym_TILDE] = ACTIONS(2960), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(2960), + [anon_sym_AMP_AMP] = ACTIONS(2960), + [anon_sym_AMP] = ACTIONS(2957), + [anon_sym_SEMI] = ACTIONS(2960), + [anon_sym___extension__] = ACTIONS(2957), + [anon_sym_typedef] = ACTIONS(2957), + [anon_sym_virtual] = ACTIONS(2957), + [anon_sym_extern] = ACTIONS(2957), + [anon_sym___attribute__] = ACTIONS(2957), + [anon_sym___attribute] = ACTIONS(2957), + [anon_sym_COLON_COLON] = ACTIONS(2960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), + [anon_sym___declspec] = ACTIONS(2957), + [anon_sym___based] = ACTIONS(2957), + [anon_sym___cdecl] = ACTIONS(2957), + [anon_sym___clrcall] = ACTIONS(2957), + [anon_sym___stdcall] = ACTIONS(2957), + [anon_sym___fastcall] = ACTIONS(2957), + [anon_sym___thiscall] = ACTIONS(2957), + [anon_sym___vectorcall] = ACTIONS(2957), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_signed] = ACTIONS(2957), + [anon_sym_unsigned] = ACTIONS(2957), + [anon_sym_long] = ACTIONS(2957), + [anon_sym_short] = ACTIONS(2957), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_static] = ACTIONS(2957), + [anon_sym_register] = ACTIONS(2957), + [anon_sym_inline] = ACTIONS(2957), + [anon_sym___inline] = ACTIONS(2957), + [anon_sym___inline__] = ACTIONS(2957), + [anon_sym___forceinline] = ACTIONS(2957), + [anon_sym_thread_local] = ACTIONS(2957), + [anon_sym___thread] = ACTIONS(2957), + [anon_sym_const] = ACTIONS(2957), + [anon_sym_constexpr] = ACTIONS(2957), + [anon_sym_volatile] = ACTIONS(2957), + [anon_sym_restrict] = ACTIONS(2957), + [anon_sym___restrict__] = ACTIONS(2957), + [anon_sym__Atomic] = ACTIONS(2957), + [anon_sym__Noreturn] = ACTIONS(2957), + [anon_sym_noreturn] = ACTIONS(2957), + [anon_sym__Nonnull] = ACTIONS(2957), + [anon_sym_mutable] = ACTIONS(2957), + [anon_sym_constinit] = ACTIONS(2957), + [anon_sym_consteval] = ACTIONS(2957), + [anon_sym_PROGMEM] = ACTIONS(2957), + [anon_sym_alignas] = ACTIONS(2957), + [anon_sym__Alignas] = ACTIONS(2957), + [aux_sym_primitive_type_token1] = ACTIONS(2957), + [anon_sym_byte] = ACTIONS(2957), + [anon_sym_word] = ACTIONS(2957), + [anon_sym_enum] = ACTIONS(2957), + [anon_sym_class] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2957), + [anon_sym_union] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2957), + [anon_sym_switch] = ACTIONS(2957), + [anon_sym_case] = ACTIONS(2957), + [anon_sym_default] = ACTIONS(2957), + [anon_sym_while] = ACTIONS(2957), + [anon_sym_do] = ACTIONS(2957), + [anon_sym_for] = ACTIONS(2957), + [anon_sym_return] = ACTIONS(2957), + [anon_sym_break] = ACTIONS(2957), + [anon_sym_continue] = ACTIONS(2957), + [anon_sym_goto] = ACTIONS(2957), + [anon_sym___try] = ACTIONS(2957), + [anon_sym___leave] = ACTIONS(2957), + [anon_sym_not] = ACTIONS(2957), + [anon_sym_compl] = ACTIONS(2957), + [anon_sym_DASH_DASH] = ACTIONS(2960), + [anon_sym_PLUS_PLUS] = ACTIONS(2960), + [anon_sym_sizeof] = ACTIONS(2957), + [anon_sym___alignof__] = ACTIONS(2957), + [anon_sym___alignof] = ACTIONS(2957), + [anon_sym__alignof] = ACTIONS(2957), + [anon_sym_alignof] = ACTIONS(2957), + [anon_sym__Alignof] = ACTIONS(2957), + [anon_sym_offsetof] = ACTIONS(2957), + [anon_sym__Generic] = ACTIONS(2957), + [anon_sym_asm] = ACTIONS(2957), + [anon_sym___asm__] = ACTIONS(2957), + [anon_sym___asm] = ACTIONS(2957), + [aux_sym_number_literal_token1] = ACTIONS(2960), + [aux_sym_number_literal_token2] = ACTIONS(2957), + [anon_sym_L_SQUOTE] = ACTIONS(2960), + [anon_sym_u_SQUOTE] = ACTIONS(2960), + [anon_sym_U_SQUOTE] = ACTIONS(2960), + [anon_sym_u8_SQUOTE] = ACTIONS(2960), + [anon_sym_SQUOTE] = ACTIONS(2960), + [anon_sym_L_DQUOTE] = ACTIONS(2960), + [anon_sym_u_DQUOTE] = ACTIONS(2960), + [anon_sym_U_DQUOTE] = ACTIONS(2960), + [anon_sym_u8_DQUOTE] = ACTIONS(2960), + [anon_sym_DQUOTE] = ACTIONS(2960), + [sym_true] = ACTIONS(2957), + [sym_false] = ACTIONS(2957), + [anon_sym_NULL] = ACTIONS(2957), + [anon_sym_nullptr] = ACTIONS(2957), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2957), + [anon_sym_decltype] = ACTIONS(2957), + [anon_sym_explicit] = ACTIONS(2957), + [anon_sym_typename] = ACTIONS(2957), + [anon_sym_template] = ACTIONS(2957), + [anon_sym_operator] = ACTIONS(2957), + [anon_sym_try] = ACTIONS(2957), + [anon_sym_delete] = ACTIONS(2957), + [anon_sym_throw] = ACTIONS(2957), + [anon_sym_namespace] = ACTIONS(2957), + [anon_sym_using] = ACTIONS(2957), + [anon_sym_static_assert] = ACTIONS(2957), + [anon_sym_concept] = ACTIONS(2957), + [anon_sym_co_return] = ACTIONS(2957), + [anon_sym_co_yield] = ACTIONS(2957), + [anon_sym_R_DQUOTE] = ACTIONS(2960), + [anon_sym_LR_DQUOTE] = ACTIONS(2960), + [anon_sym_uR_DQUOTE] = ACTIONS(2960), + [anon_sym_UR_DQUOTE] = ACTIONS(2960), + [anon_sym_u8R_DQUOTE] = ACTIONS(2960), + [anon_sym_co_await] = ACTIONS(2957), + [anon_sym_new] = ACTIONS(2957), + [anon_sym_requires] = ACTIONS(2957), + [sym_this] = ACTIONS(2957), + }, + [308] = { + [sym_catch_clause] = STATE(308), + [aux_sym_constructor_try_statement_repeat1] = STATE(308), + [ts_builtin_sym_end] = ACTIONS(2564), + [sym_identifier] = ACTIONS(2562), + [aux_sym_preproc_include_token1] = ACTIONS(2562), + [aux_sym_preproc_def_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [sym_preproc_directive] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_BANG] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_DASH] = ACTIONS(2562), + [anon_sym_PLUS] = ACTIONS(2562), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP_AMP] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym___extension__] = ACTIONS(2562), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym___attribute] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym___based] = ACTIONS(2562), + [anon_sym___cdecl] = ACTIONS(2562), + [anon_sym___clrcall] = ACTIONS(2562), + [anon_sym___stdcall] = ACTIONS(2562), + [anon_sym___fastcall] = ACTIONS(2562), + [anon_sym___thiscall] = ACTIONS(2562), + [anon_sym___vectorcall] = ACTIONS(2562), + [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym___inline] = ACTIONS(2562), + [anon_sym___inline__] = ACTIONS(2562), + [anon_sym___forceinline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym___thread] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym___restrict__] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym__Noreturn] = ACTIONS(2562), + [anon_sym_noreturn] = ACTIONS(2562), + [anon_sym__Nonnull] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_PROGMEM] = ACTIONS(2562), + [anon_sym_alignas] = ACTIONS(2562), + [anon_sym__Alignas] = ACTIONS(2562), + [aux_sym_primitive_type_token1] = ACTIONS(2562), + [anon_sym_byte] = ACTIONS(2562), + [anon_sym_word] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), + [anon_sym_if] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2562), + [anon_sym_switch] = ACTIONS(2562), + [anon_sym_case] = ACTIONS(2562), + [anon_sym_default] = ACTIONS(2562), + [anon_sym_while] = ACTIONS(2562), + [anon_sym_do] = ACTIONS(2562), + [anon_sym_for] = ACTIONS(2562), + [anon_sym_return] = ACTIONS(2562), + [anon_sym_break] = ACTIONS(2562), + [anon_sym_continue] = ACTIONS(2562), + [anon_sym_goto] = ACTIONS(2562), + [anon_sym___try] = ACTIONS(2562), + [anon_sym___leave] = ACTIONS(2562), + [anon_sym_not] = ACTIONS(2562), + [anon_sym_compl] = ACTIONS(2562), + [anon_sym_DASH_DASH] = ACTIONS(2564), + [anon_sym_PLUS_PLUS] = ACTIONS(2564), + [anon_sym_sizeof] = ACTIONS(2562), + [anon_sym___alignof__] = ACTIONS(2562), + [anon_sym___alignof] = ACTIONS(2562), + [anon_sym__alignof] = ACTIONS(2562), + [anon_sym_alignof] = ACTIONS(2562), + [anon_sym__Alignof] = ACTIONS(2562), + [anon_sym_offsetof] = ACTIONS(2562), + [anon_sym__Generic] = ACTIONS(2562), + [anon_sym_asm] = ACTIONS(2562), + [anon_sym___asm__] = ACTIONS(2562), + [anon_sym___asm] = ACTIONS(2562), + [aux_sym_number_literal_token1] = ACTIONS(2564), + [aux_sym_number_literal_token2] = ACTIONS(2562), + [anon_sym_L_SQUOTE] = ACTIONS(2564), + [anon_sym_u_SQUOTE] = ACTIONS(2564), + [anon_sym_U_SQUOTE] = ACTIONS(2564), + [anon_sym_u8_SQUOTE] = ACTIONS(2564), + [anon_sym_SQUOTE] = ACTIONS(2564), + [anon_sym_L_DQUOTE] = ACTIONS(2564), + [anon_sym_u_DQUOTE] = ACTIONS(2564), + [anon_sym_U_DQUOTE] = ACTIONS(2564), + [anon_sym_u8_DQUOTE] = ACTIONS(2564), + [anon_sym_DQUOTE] = ACTIONS(2564), + [sym_true] = ACTIONS(2562), + [sym_false] = ACTIONS(2562), + [anon_sym_NULL] = ACTIONS(2562), + [anon_sym_nullptr] = ACTIONS(2562), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_explicit] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_operator] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2562), + [anon_sym_delete] = ACTIONS(2562), + [anon_sym_throw] = ACTIONS(2562), + [anon_sym_namespace] = ACTIONS(2562), + [anon_sym_using] = ACTIONS(2562), + [anon_sym_static_assert] = ACTIONS(2562), + [anon_sym_concept] = ACTIONS(2562), + [anon_sym_co_return] = ACTIONS(2562), + [anon_sym_co_yield] = ACTIONS(2562), + [anon_sym_catch] = ACTIONS(2963), + [anon_sym_R_DQUOTE] = ACTIONS(2564), + [anon_sym_LR_DQUOTE] = ACTIONS(2564), + [anon_sym_uR_DQUOTE] = ACTIONS(2564), + [anon_sym_UR_DQUOTE] = ACTIONS(2564), + [anon_sym_u8R_DQUOTE] = ACTIONS(2564), + [anon_sym_co_await] = ACTIONS(2562), + [anon_sym_new] = ACTIONS(2562), + [anon_sym_requires] = ACTIONS(2562), + [sym_this] = ACTIONS(2562), + }, + [309] = { + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_include_token1] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token2] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [aux_sym_preproc_else_token1] = ACTIONS(2966), + [aux_sym_preproc_elif_token1] = ACTIONS(2966), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_BANG] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_DASH] = ACTIONS(2966), + [anon_sym_PLUS] = ACTIONS(2966), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_SEMI] = ACTIONS(2968), + [anon_sym___extension__] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym___attribute] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym___cdecl] = ACTIONS(2966), + [anon_sym___clrcall] = ACTIONS(2966), + [anon_sym___stdcall] = ACTIONS(2966), + [anon_sym___fastcall] = ACTIONS(2966), + [anon_sym___thiscall] = ACTIONS(2966), + [anon_sym___vectorcall] = ACTIONS(2966), + [anon_sym_LBRACE] = ACTIONS(2968), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym___inline] = ACTIONS(2966), + [anon_sym___inline__] = ACTIONS(2966), + [anon_sym___forceinline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym___thread] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym___restrict__] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym__Noreturn] = ACTIONS(2966), + [anon_sym_noreturn] = ACTIONS(2966), + [anon_sym__Nonnull] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constinit] = ACTIONS(2966), + [anon_sym_consteval] = ACTIONS(2966), + [anon_sym_PROGMEM] = ACTIONS(2966), + [anon_sym_alignas] = ACTIONS(2966), + [anon_sym__Alignas] = ACTIONS(2966), + [aux_sym_primitive_type_token1] = ACTIONS(2966), + [anon_sym_byte] = ACTIONS(2966), + [anon_sym_word] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [anon_sym_if] = ACTIONS(2966), + [anon_sym_switch] = ACTIONS(2966), + [anon_sym_case] = ACTIONS(2966), + [anon_sym_default] = ACTIONS(2966), + [anon_sym_while] = ACTIONS(2966), + [anon_sym_do] = ACTIONS(2966), + [anon_sym_for] = ACTIONS(2966), + [anon_sym_return] = ACTIONS(2966), + [anon_sym_break] = ACTIONS(2966), + [anon_sym_continue] = ACTIONS(2966), + [anon_sym_goto] = ACTIONS(2966), + [anon_sym___try] = ACTIONS(2966), + [anon_sym___leave] = ACTIONS(2966), + [anon_sym_not] = ACTIONS(2966), + [anon_sym_compl] = ACTIONS(2966), + [anon_sym_DASH_DASH] = ACTIONS(2968), + [anon_sym_PLUS_PLUS] = ACTIONS(2968), + [anon_sym_sizeof] = ACTIONS(2966), + [anon_sym___alignof__] = ACTIONS(2966), + [anon_sym___alignof] = ACTIONS(2966), + [anon_sym__alignof] = ACTIONS(2966), + [anon_sym_alignof] = ACTIONS(2966), + [anon_sym__Alignof] = ACTIONS(2966), + [anon_sym_offsetof] = ACTIONS(2966), + [anon_sym__Generic] = ACTIONS(2966), + [anon_sym_asm] = ACTIONS(2966), + [anon_sym___asm__] = ACTIONS(2966), + [anon_sym___asm] = ACTIONS(2966), + [aux_sym_number_literal_token1] = ACTIONS(2968), + [aux_sym_number_literal_token2] = ACTIONS(2966), + [anon_sym_L_SQUOTE] = ACTIONS(2968), + [anon_sym_u_SQUOTE] = ACTIONS(2968), + [anon_sym_U_SQUOTE] = ACTIONS(2968), + [anon_sym_u8_SQUOTE] = ACTIONS(2968), + [anon_sym_SQUOTE] = ACTIONS(2968), + [anon_sym_L_DQUOTE] = ACTIONS(2968), + [anon_sym_u_DQUOTE] = ACTIONS(2968), + [anon_sym_U_DQUOTE] = ACTIONS(2968), + [anon_sym_u8_DQUOTE] = ACTIONS(2968), + [anon_sym_DQUOTE] = ACTIONS(2968), + [sym_true] = ACTIONS(2966), + [sym_false] = ACTIONS(2966), + [anon_sym_NULL] = ACTIONS(2966), + [anon_sym_nullptr] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2966), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_try] = ACTIONS(2966), + [anon_sym_delete] = ACTIONS(2966), + [anon_sym_throw] = ACTIONS(2966), + [anon_sym_namespace] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_concept] = ACTIONS(2966), + [anon_sym_co_return] = ACTIONS(2966), + [anon_sym_co_yield] = ACTIONS(2966), + [anon_sym_R_DQUOTE] = ACTIONS(2968), + [anon_sym_LR_DQUOTE] = ACTIONS(2968), + [anon_sym_uR_DQUOTE] = ACTIONS(2968), + [anon_sym_UR_DQUOTE] = ACTIONS(2968), + [anon_sym_u8R_DQUOTE] = ACTIONS(2968), + [anon_sym_co_await] = ACTIONS(2966), + [anon_sym_new] = ACTIONS(2966), + [anon_sym_requires] = ACTIONS(2966), + [sym_this] = ACTIONS(2966), + }, + [310] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_include_token1] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [aux_sym_preproc_else_token1] = ACTIONS(2970), + [aux_sym_preproc_elif_token1] = ACTIONS(2970), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_BANG] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_DASH] = ACTIONS(2970), + [anon_sym_PLUS] = ACTIONS(2970), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym___cdecl] = ACTIONS(2970), + [anon_sym___clrcall] = ACTIONS(2970), + [anon_sym___stdcall] = ACTIONS(2970), + [anon_sym___fastcall] = ACTIONS(2970), + [anon_sym___thiscall] = ACTIONS(2970), + [anon_sym___vectorcall] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2972), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [anon_sym_if] = ACTIONS(2970), + [anon_sym_switch] = ACTIONS(2970), + [anon_sym_case] = ACTIONS(2970), + [anon_sym_default] = ACTIONS(2970), + [anon_sym_while] = ACTIONS(2970), + [anon_sym_do] = ACTIONS(2970), + [anon_sym_for] = ACTIONS(2970), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_break] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2970), + [anon_sym_goto] = ACTIONS(2970), + [anon_sym___try] = ACTIONS(2970), + [anon_sym___leave] = ACTIONS(2970), + [anon_sym_not] = ACTIONS(2970), + [anon_sym_compl] = ACTIONS(2970), + [anon_sym_DASH_DASH] = ACTIONS(2972), + [anon_sym_PLUS_PLUS] = ACTIONS(2972), + [anon_sym_sizeof] = ACTIONS(2970), + [anon_sym___alignof__] = ACTIONS(2970), + [anon_sym___alignof] = ACTIONS(2970), + [anon_sym__alignof] = ACTIONS(2970), + [anon_sym_alignof] = ACTIONS(2970), + [anon_sym__Alignof] = ACTIONS(2970), + [anon_sym_offsetof] = ACTIONS(2970), + [anon_sym__Generic] = ACTIONS(2970), + [anon_sym_asm] = ACTIONS(2970), + [anon_sym___asm__] = ACTIONS(2970), + [anon_sym___asm] = ACTIONS(2970), + [aux_sym_number_literal_token1] = ACTIONS(2972), + [aux_sym_number_literal_token2] = ACTIONS(2970), + [anon_sym_L_SQUOTE] = ACTIONS(2972), + [anon_sym_u_SQUOTE] = ACTIONS(2972), + [anon_sym_U_SQUOTE] = ACTIONS(2972), + [anon_sym_u8_SQUOTE] = ACTIONS(2972), + [anon_sym_SQUOTE] = ACTIONS(2972), + [anon_sym_L_DQUOTE] = ACTIONS(2972), + [anon_sym_u_DQUOTE] = ACTIONS(2972), + [anon_sym_U_DQUOTE] = ACTIONS(2972), + [anon_sym_u8_DQUOTE] = ACTIONS(2972), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym_true] = ACTIONS(2970), + [sym_false] = ACTIONS(2970), + [anon_sym_NULL] = ACTIONS(2970), + [anon_sym_nullptr] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_try] = ACTIONS(2970), + [anon_sym_delete] = ACTIONS(2970), + [anon_sym_throw] = ACTIONS(2970), + [anon_sym_namespace] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_concept] = ACTIONS(2970), + [anon_sym_co_return] = ACTIONS(2970), + [anon_sym_co_yield] = ACTIONS(2970), + [anon_sym_R_DQUOTE] = ACTIONS(2972), + [anon_sym_LR_DQUOTE] = ACTIONS(2972), + [anon_sym_uR_DQUOTE] = ACTIONS(2972), + [anon_sym_UR_DQUOTE] = ACTIONS(2972), + [anon_sym_u8R_DQUOTE] = ACTIONS(2972), + [anon_sym_co_await] = ACTIONS(2970), + [anon_sym_new] = ACTIONS(2970), + [anon_sym_requires] = ACTIONS(2970), + [sym_this] = ACTIONS(2970), + }, + [311] = { + [sym_catch_clause] = STATE(308), + [aux_sym_constructor_try_statement_repeat1] = STATE(308), + [ts_builtin_sym_end] = ACTIONS(2558), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_include_token1] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_BANG] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_DASH] = ACTIONS(2556), + [anon_sym_PLUS] = ACTIONS(2556), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym___cdecl] = ACTIONS(2556), + [anon_sym___clrcall] = ACTIONS(2556), + [anon_sym___stdcall] = ACTIONS(2556), + [anon_sym___fastcall] = ACTIONS(2556), + [anon_sym___thiscall] = ACTIONS(2556), + [anon_sym___vectorcall] = ACTIONS(2556), + [anon_sym_LBRACE] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), [anon_sym_static] = ACTIONS(2556), [anon_sym_register] = ACTIONS(2556), [anon_sym_inline] = ACTIONS(2556), @@ -88246,7 +89542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(2556), [anon_sym_co_return] = ACTIONS(2556), [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(2937), + [anon_sym_catch] = ACTIONS(2974), [anon_sym_R_DQUOTE] = ACTIONS(2558), [anon_sym_LR_DQUOTE] = ACTIONS(2558), [anon_sym_uR_DQUOTE] = ACTIONS(2558), @@ -88257,1159 +89553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2556), [sym_this] = ACTIONS(2556), }, - [303] = { - [sym_identifier] = ACTIONS(2939), - [aux_sym_preproc_include_token1] = ACTIONS(2939), - [aux_sym_preproc_def_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token2] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2939), - [aux_sym_preproc_else_token1] = ACTIONS(2939), - [aux_sym_preproc_elif_token1] = ACTIONS(2939), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2939), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2939), - [sym_preproc_directive] = ACTIONS(2939), - [anon_sym_LPAREN2] = ACTIONS(2941), - [anon_sym_BANG] = ACTIONS(2941), - [anon_sym_TILDE] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_AMP_AMP] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_SEMI] = ACTIONS(2941), - [anon_sym___extension__] = ACTIONS(2939), - [anon_sym_typedef] = ACTIONS(2939), - [anon_sym_virtual] = ACTIONS(2939), - [anon_sym_extern] = ACTIONS(2939), - [anon_sym___attribute__] = ACTIONS(2939), - [anon_sym___attribute] = ACTIONS(2939), - [anon_sym_COLON_COLON] = ACTIONS(2941), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2941), - [anon_sym___declspec] = ACTIONS(2939), - [anon_sym___based] = ACTIONS(2939), - [anon_sym___cdecl] = ACTIONS(2939), - [anon_sym___clrcall] = ACTIONS(2939), - [anon_sym___stdcall] = ACTIONS(2939), - [anon_sym___fastcall] = ACTIONS(2939), - [anon_sym___thiscall] = ACTIONS(2939), - [anon_sym___vectorcall] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_signed] = ACTIONS(2939), - [anon_sym_unsigned] = ACTIONS(2939), - [anon_sym_long] = ACTIONS(2939), - [anon_sym_short] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_static] = ACTIONS(2939), - [anon_sym_register] = ACTIONS(2939), - [anon_sym_inline] = ACTIONS(2939), - [anon_sym___inline] = ACTIONS(2939), - [anon_sym___inline__] = ACTIONS(2939), - [anon_sym___forceinline] = ACTIONS(2939), - [anon_sym_thread_local] = ACTIONS(2939), - [anon_sym___thread] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_constexpr] = ACTIONS(2939), - [anon_sym_volatile] = ACTIONS(2939), - [anon_sym_restrict] = ACTIONS(2939), - [anon_sym___restrict__] = ACTIONS(2939), - [anon_sym__Atomic] = ACTIONS(2939), - [anon_sym__Noreturn] = ACTIONS(2939), - [anon_sym_noreturn] = ACTIONS(2939), - [anon_sym__Nonnull] = ACTIONS(2939), - [anon_sym_mutable] = ACTIONS(2939), - [anon_sym_constinit] = ACTIONS(2939), - [anon_sym_consteval] = ACTIONS(2939), - [anon_sym_PROGMEM] = ACTIONS(2939), - [anon_sym_alignas] = ACTIONS(2939), - [anon_sym__Alignas] = ACTIONS(2939), - [aux_sym_primitive_type_token1] = ACTIONS(2939), - [anon_sym_byte] = ACTIONS(2939), - [anon_sym_word] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_class] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_switch] = ACTIONS(2939), - [anon_sym_case] = ACTIONS(2939), - [anon_sym_default] = ACTIONS(2939), - [anon_sym_while] = ACTIONS(2939), - [anon_sym_do] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym___try] = ACTIONS(2939), - [anon_sym___leave] = ACTIONS(2939), - [anon_sym_not] = ACTIONS(2939), - [anon_sym_compl] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2941), - [anon_sym_PLUS_PLUS] = ACTIONS(2941), - [anon_sym_sizeof] = ACTIONS(2939), - [anon_sym___alignof__] = ACTIONS(2939), - [anon_sym___alignof] = ACTIONS(2939), - [anon_sym__alignof] = ACTIONS(2939), - [anon_sym_alignof] = ACTIONS(2939), - [anon_sym__Alignof] = ACTIONS(2939), - [anon_sym_offsetof] = ACTIONS(2939), - [anon_sym__Generic] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym___asm__] = ACTIONS(2939), - [anon_sym___asm] = ACTIONS(2939), - [aux_sym_number_literal_token1] = ACTIONS(2941), - [aux_sym_number_literal_token2] = ACTIONS(2939), - [anon_sym_L_SQUOTE] = ACTIONS(2941), - [anon_sym_u_SQUOTE] = ACTIONS(2941), - [anon_sym_U_SQUOTE] = ACTIONS(2941), - [anon_sym_u8_SQUOTE] = ACTIONS(2941), - [anon_sym_SQUOTE] = ACTIONS(2941), - [anon_sym_L_DQUOTE] = ACTIONS(2941), - [anon_sym_u_DQUOTE] = ACTIONS(2941), - [anon_sym_U_DQUOTE] = ACTIONS(2941), - [anon_sym_u8_DQUOTE] = ACTIONS(2941), - [anon_sym_DQUOTE] = ACTIONS(2941), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [anon_sym_NULL] = ACTIONS(2939), - [anon_sym_nullptr] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2939), - [anon_sym_decltype] = ACTIONS(2939), - [anon_sym_explicit] = ACTIONS(2939), - [anon_sym_typename] = ACTIONS(2939), - [anon_sym_template] = ACTIONS(2939), - [anon_sym_operator] = ACTIONS(2939), - [anon_sym_try] = ACTIONS(2939), - [anon_sym_delete] = ACTIONS(2939), - [anon_sym_throw] = ACTIONS(2939), - [anon_sym_namespace] = ACTIONS(2939), - [anon_sym_using] = ACTIONS(2939), - [anon_sym_static_assert] = ACTIONS(2939), - [anon_sym_concept] = ACTIONS(2939), - [anon_sym_co_return] = ACTIONS(2939), - [anon_sym_co_yield] = ACTIONS(2939), - [anon_sym_R_DQUOTE] = ACTIONS(2941), - [anon_sym_LR_DQUOTE] = ACTIONS(2941), - [anon_sym_uR_DQUOTE] = ACTIONS(2941), - [anon_sym_UR_DQUOTE] = ACTIONS(2941), - [anon_sym_u8R_DQUOTE] = ACTIONS(2941), - [anon_sym_co_await] = ACTIONS(2939), - [anon_sym_new] = ACTIONS(2939), - [anon_sym_requires] = ACTIONS(2939), - [sym_this] = ACTIONS(2939), - }, - [304] = { - [sym_identifier] = ACTIONS(2943), - [aux_sym_preproc_include_token1] = ACTIONS(2943), - [aux_sym_preproc_def_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token2] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2943), - [aux_sym_preproc_else_token1] = ACTIONS(2943), - [aux_sym_preproc_elif_token1] = ACTIONS(2943), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2943), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2943), - [sym_preproc_directive] = ACTIONS(2943), - [anon_sym_LPAREN2] = ACTIONS(2945), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_TILDE] = ACTIONS(2945), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_AMP_AMP] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_SEMI] = ACTIONS(2945), - [anon_sym___extension__] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2943), - [anon_sym_virtual] = ACTIONS(2943), - [anon_sym_extern] = ACTIONS(2943), - [anon_sym___attribute__] = ACTIONS(2943), - [anon_sym___attribute] = ACTIONS(2943), - [anon_sym_COLON_COLON] = ACTIONS(2945), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2943), - [anon_sym___based] = ACTIONS(2943), - [anon_sym___cdecl] = ACTIONS(2943), - [anon_sym___clrcall] = ACTIONS(2943), - [anon_sym___stdcall] = ACTIONS(2943), - [anon_sym___fastcall] = ACTIONS(2943), - [anon_sym___thiscall] = ACTIONS(2943), - [anon_sym___vectorcall] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2943), - [anon_sym_unsigned] = ACTIONS(2943), - [anon_sym_long] = ACTIONS(2943), - [anon_sym_short] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2943), - [anon_sym_register] = ACTIONS(2943), - [anon_sym_inline] = ACTIONS(2943), - [anon_sym___inline] = ACTIONS(2943), - [anon_sym___inline__] = ACTIONS(2943), - [anon_sym___forceinline] = ACTIONS(2943), - [anon_sym_thread_local] = ACTIONS(2943), - [anon_sym___thread] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_constexpr] = ACTIONS(2943), - [anon_sym_volatile] = ACTIONS(2943), - [anon_sym_restrict] = ACTIONS(2943), - [anon_sym___restrict__] = ACTIONS(2943), - [anon_sym__Atomic] = ACTIONS(2943), - [anon_sym__Noreturn] = ACTIONS(2943), - [anon_sym_noreturn] = ACTIONS(2943), - [anon_sym__Nonnull] = ACTIONS(2943), - [anon_sym_mutable] = ACTIONS(2943), - [anon_sym_constinit] = ACTIONS(2943), - [anon_sym_consteval] = ACTIONS(2943), - [anon_sym_PROGMEM] = ACTIONS(2943), - [anon_sym_alignas] = ACTIONS(2943), - [anon_sym__Alignas] = ACTIONS(2943), - [aux_sym_primitive_type_token1] = ACTIONS(2943), - [anon_sym_byte] = ACTIONS(2943), - [anon_sym_word] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_class] = ACTIONS(2943), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_switch] = ACTIONS(2943), - [anon_sym_case] = ACTIONS(2943), - [anon_sym_default] = ACTIONS(2943), - [anon_sym_while] = ACTIONS(2943), - [anon_sym_do] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym___try] = ACTIONS(2943), - [anon_sym___leave] = ACTIONS(2943), - [anon_sym_not] = ACTIONS(2943), - [anon_sym_compl] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2945), - [anon_sym_PLUS_PLUS] = ACTIONS(2945), - [anon_sym_sizeof] = ACTIONS(2943), - [anon_sym___alignof__] = ACTIONS(2943), - [anon_sym___alignof] = ACTIONS(2943), - [anon_sym__alignof] = ACTIONS(2943), - [anon_sym_alignof] = ACTIONS(2943), - [anon_sym__Alignof] = ACTIONS(2943), - [anon_sym_offsetof] = ACTIONS(2943), - [anon_sym__Generic] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym___asm__] = ACTIONS(2943), - [anon_sym___asm] = ACTIONS(2943), - [aux_sym_number_literal_token1] = ACTIONS(2945), - [aux_sym_number_literal_token2] = ACTIONS(2943), - [anon_sym_L_SQUOTE] = ACTIONS(2945), - [anon_sym_u_SQUOTE] = ACTIONS(2945), - [anon_sym_U_SQUOTE] = ACTIONS(2945), - [anon_sym_u8_SQUOTE] = ACTIONS(2945), - [anon_sym_SQUOTE] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2945), - [anon_sym_u_DQUOTE] = ACTIONS(2945), - [anon_sym_U_DQUOTE] = ACTIONS(2945), - [anon_sym_u8_DQUOTE] = ACTIONS(2945), - [anon_sym_DQUOTE] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [anon_sym_NULL] = ACTIONS(2943), - [anon_sym_nullptr] = ACTIONS(2943), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2943), - [anon_sym_decltype] = ACTIONS(2943), - [anon_sym_explicit] = ACTIONS(2943), - [anon_sym_typename] = ACTIONS(2943), - [anon_sym_template] = ACTIONS(2943), - [anon_sym_operator] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(2943), - [anon_sym_delete] = ACTIONS(2943), - [anon_sym_throw] = ACTIONS(2943), - [anon_sym_namespace] = ACTIONS(2943), - [anon_sym_using] = ACTIONS(2943), - [anon_sym_static_assert] = ACTIONS(2943), - [anon_sym_concept] = ACTIONS(2943), - [anon_sym_co_return] = ACTIONS(2943), - [anon_sym_co_yield] = ACTIONS(2943), - [anon_sym_R_DQUOTE] = ACTIONS(2945), - [anon_sym_LR_DQUOTE] = ACTIONS(2945), - [anon_sym_uR_DQUOTE] = ACTIONS(2945), - [anon_sym_UR_DQUOTE] = ACTIONS(2945), - [anon_sym_u8R_DQUOTE] = ACTIONS(2945), - [anon_sym_co_await] = ACTIONS(2943), - [anon_sym_new] = ACTIONS(2943), - [anon_sym_requires] = ACTIONS(2943), - [sym_this] = ACTIONS(2943), - }, - [305] = { - [sym_identifier] = ACTIONS(2947), - [aux_sym_preproc_include_token1] = ACTIONS(2947), - [aux_sym_preproc_def_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token2] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2947), - [aux_sym_preproc_else_token1] = ACTIONS(2947), - [aux_sym_preproc_elif_token1] = ACTIONS(2947), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2947), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2947), - [sym_preproc_directive] = ACTIONS(2947), - [anon_sym_LPAREN2] = ACTIONS(2949), - [anon_sym_BANG] = ACTIONS(2949), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_SEMI] = ACTIONS(2949), - [anon_sym___extension__] = ACTIONS(2947), - [anon_sym_typedef] = ACTIONS(2947), - [anon_sym_virtual] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2947), - [anon_sym___attribute__] = ACTIONS(2947), - [anon_sym___attribute] = ACTIONS(2947), - [anon_sym_COLON_COLON] = ACTIONS(2949), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2949), - [anon_sym___declspec] = ACTIONS(2947), - [anon_sym___based] = ACTIONS(2947), - [anon_sym___cdecl] = ACTIONS(2947), - [anon_sym___clrcall] = ACTIONS(2947), - [anon_sym___stdcall] = ACTIONS(2947), - [anon_sym___fastcall] = ACTIONS(2947), - [anon_sym___thiscall] = ACTIONS(2947), - [anon_sym___vectorcall] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_signed] = ACTIONS(2947), - [anon_sym_unsigned] = ACTIONS(2947), - [anon_sym_long] = ACTIONS(2947), - [anon_sym_short] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2947), - [anon_sym_register] = ACTIONS(2947), - [anon_sym_inline] = ACTIONS(2947), - [anon_sym___inline] = ACTIONS(2947), - [anon_sym___inline__] = ACTIONS(2947), - [anon_sym___forceinline] = ACTIONS(2947), - [anon_sym_thread_local] = ACTIONS(2947), - [anon_sym___thread] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_constexpr] = ACTIONS(2947), - [anon_sym_volatile] = ACTIONS(2947), - [anon_sym_restrict] = ACTIONS(2947), - [anon_sym___restrict__] = ACTIONS(2947), - [anon_sym__Atomic] = ACTIONS(2947), - [anon_sym__Noreturn] = ACTIONS(2947), - [anon_sym_noreturn] = ACTIONS(2947), - [anon_sym__Nonnull] = ACTIONS(2947), - [anon_sym_mutable] = ACTIONS(2947), - [anon_sym_constinit] = ACTIONS(2947), - [anon_sym_consteval] = ACTIONS(2947), - [anon_sym_PROGMEM] = ACTIONS(2947), - [anon_sym_alignas] = ACTIONS(2947), - [anon_sym__Alignas] = ACTIONS(2947), - [aux_sym_primitive_type_token1] = ACTIONS(2947), - [anon_sym_byte] = ACTIONS(2947), - [anon_sym_word] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_class] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_switch] = ACTIONS(2947), - [anon_sym_case] = ACTIONS(2947), - [anon_sym_default] = ACTIONS(2947), - [anon_sym_while] = ACTIONS(2947), - [anon_sym_do] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym___try] = ACTIONS(2947), - [anon_sym___leave] = ACTIONS(2947), - [anon_sym_not] = ACTIONS(2947), - [anon_sym_compl] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2949), - [anon_sym_sizeof] = ACTIONS(2947), - [anon_sym___alignof__] = ACTIONS(2947), - [anon_sym___alignof] = ACTIONS(2947), - [anon_sym__alignof] = ACTIONS(2947), - [anon_sym_alignof] = ACTIONS(2947), - [anon_sym__Alignof] = ACTIONS(2947), - [anon_sym_offsetof] = ACTIONS(2947), - [anon_sym__Generic] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym___asm__] = ACTIONS(2947), - [anon_sym___asm] = ACTIONS(2947), - [aux_sym_number_literal_token1] = ACTIONS(2949), - [aux_sym_number_literal_token2] = ACTIONS(2947), - [anon_sym_L_SQUOTE] = ACTIONS(2949), - [anon_sym_u_SQUOTE] = ACTIONS(2949), - [anon_sym_U_SQUOTE] = ACTIONS(2949), - [anon_sym_u8_SQUOTE] = ACTIONS(2949), - [anon_sym_SQUOTE] = ACTIONS(2949), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [anon_sym_NULL] = ACTIONS(2947), - [anon_sym_nullptr] = ACTIONS(2947), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2947), - [anon_sym_decltype] = ACTIONS(2947), - [anon_sym_explicit] = ACTIONS(2947), - [anon_sym_typename] = ACTIONS(2947), - [anon_sym_template] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2947), - [anon_sym_try] = ACTIONS(2947), - [anon_sym_delete] = ACTIONS(2947), - [anon_sym_throw] = ACTIONS(2947), - [anon_sym_namespace] = ACTIONS(2947), - [anon_sym_using] = ACTIONS(2947), - [anon_sym_static_assert] = ACTIONS(2947), - [anon_sym_concept] = ACTIONS(2947), - [anon_sym_co_return] = ACTIONS(2947), - [anon_sym_co_yield] = ACTIONS(2947), - [anon_sym_R_DQUOTE] = ACTIONS(2949), - [anon_sym_LR_DQUOTE] = ACTIONS(2949), - [anon_sym_uR_DQUOTE] = ACTIONS(2949), - [anon_sym_UR_DQUOTE] = ACTIONS(2949), - [anon_sym_u8R_DQUOTE] = ACTIONS(2949), - [anon_sym_co_await] = ACTIONS(2947), - [anon_sym_new] = ACTIONS(2947), - [anon_sym_requires] = ACTIONS(2947), - [sym_this] = ACTIONS(2947), - }, - [306] = { - [sym_identifier] = ACTIONS(2951), - [aux_sym_preproc_include_token1] = ACTIONS(2951), - [aux_sym_preproc_def_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token2] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2951), - [aux_sym_preproc_else_token1] = ACTIONS(2951), - [aux_sym_preproc_elif_token1] = ACTIONS(2951), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2951), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2951), - [sym_preproc_directive] = ACTIONS(2951), - [anon_sym_LPAREN2] = ACTIONS(2953), - [anon_sym_BANG] = ACTIONS(2953), - [anon_sym_TILDE] = ACTIONS(2953), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_AMP_AMP] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym___extension__] = ACTIONS(2951), - [anon_sym_typedef] = ACTIONS(2951), - [anon_sym_virtual] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___attribute] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2953), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym___based] = ACTIONS(2951), - [anon_sym___cdecl] = ACTIONS(2951), - [anon_sym___clrcall] = ACTIONS(2951), - [anon_sym___stdcall] = ACTIONS(2951), - [anon_sym___fastcall] = ACTIONS(2951), - [anon_sym___thiscall] = ACTIONS(2951), - [anon_sym___vectorcall] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2953), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym___inline] = ACTIONS(2951), - [anon_sym___inline__] = ACTIONS(2951), - [anon_sym___forceinline] = ACTIONS(2951), - [anon_sym_thread_local] = ACTIONS(2951), - [anon_sym___thread] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym___restrict__] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym__Noreturn] = ACTIONS(2951), - [anon_sym_noreturn] = ACTIONS(2951), - [anon_sym__Nonnull] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constinit] = ACTIONS(2951), - [anon_sym_consteval] = ACTIONS(2951), - [anon_sym_PROGMEM] = ACTIONS(2951), - [anon_sym_alignas] = ACTIONS(2951), - [anon_sym__Alignas] = ACTIONS(2951), - [aux_sym_primitive_type_token1] = ACTIONS(2951), - [anon_sym_byte] = ACTIONS(2951), - [anon_sym_word] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_switch] = ACTIONS(2951), - [anon_sym_case] = ACTIONS(2951), - [anon_sym_default] = ACTIONS(2951), - [anon_sym_while] = ACTIONS(2951), - [anon_sym_do] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_goto] = ACTIONS(2951), - [anon_sym___try] = ACTIONS(2951), - [anon_sym___leave] = ACTIONS(2951), - [anon_sym_not] = ACTIONS(2951), - [anon_sym_compl] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2953), - [anon_sym_PLUS_PLUS] = ACTIONS(2953), - [anon_sym_sizeof] = ACTIONS(2951), - [anon_sym___alignof__] = ACTIONS(2951), - [anon_sym___alignof] = ACTIONS(2951), - [anon_sym__alignof] = ACTIONS(2951), - [anon_sym_alignof] = ACTIONS(2951), - [anon_sym__Alignof] = ACTIONS(2951), - [anon_sym_offsetof] = ACTIONS(2951), - [anon_sym__Generic] = ACTIONS(2951), - [anon_sym_asm] = ACTIONS(2951), - [anon_sym___asm__] = ACTIONS(2951), - [anon_sym___asm] = ACTIONS(2951), - [aux_sym_number_literal_token1] = ACTIONS(2953), - [aux_sym_number_literal_token2] = ACTIONS(2951), - [anon_sym_L_SQUOTE] = ACTIONS(2953), - [anon_sym_u_SQUOTE] = ACTIONS(2953), - [anon_sym_U_SQUOTE] = ACTIONS(2953), - [anon_sym_u8_SQUOTE] = ACTIONS(2953), - [anon_sym_SQUOTE] = ACTIONS(2953), - [anon_sym_L_DQUOTE] = ACTIONS(2953), - [anon_sym_u_DQUOTE] = ACTIONS(2953), - [anon_sym_U_DQUOTE] = ACTIONS(2953), - [anon_sym_u8_DQUOTE] = ACTIONS(2953), - [anon_sym_DQUOTE] = ACTIONS(2953), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [anon_sym_NULL] = ACTIONS(2951), - [anon_sym_nullptr] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2951), - [anon_sym_decltype] = ACTIONS(2951), - [anon_sym_explicit] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_template] = ACTIONS(2951), - [anon_sym_operator] = ACTIONS(2951), - [anon_sym_try] = ACTIONS(2951), - [anon_sym_delete] = ACTIONS(2951), - [anon_sym_throw] = ACTIONS(2951), - [anon_sym_namespace] = ACTIONS(2951), - [anon_sym_using] = ACTIONS(2951), - [anon_sym_static_assert] = ACTIONS(2951), - [anon_sym_concept] = ACTIONS(2951), - [anon_sym_co_return] = ACTIONS(2951), - [anon_sym_co_yield] = ACTIONS(2951), - [anon_sym_R_DQUOTE] = ACTIONS(2953), - [anon_sym_LR_DQUOTE] = ACTIONS(2953), - [anon_sym_uR_DQUOTE] = ACTIONS(2953), - [anon_sym_UR_DQUOTE] = ACTIONS(2953), - [anon_sym_u8R_DQUOTE] = ACTIONS(2953), - [anon_sym_co_await] = ACTIONS(2951), - [anon_sym_new] = ACTIONS(2951), - [anon_sym_requires] = ACTIONS(2951), - [sym_this] = ACTIONS(2951), - }, - [307] = { - [sym_identifier] = ACTIONS(2955), - [aux_sym_preproc_include_token1] = ACTIONS(2955), - [aux_sym_preproc_def_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token2] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2955), - [aux_sym_preproc_else_token1] = ACTIONS(2955), - [aux_sym_preproc_elif_token1] = ACTIONS(2955), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2955), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2955), - [sym_preproc_directive] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2955), - [anon_sym_PLUS] = ACTIONS(2955), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym___extension__] = ACTIONS(2955), - [anon_sym_typedef] = ACTIONS(2955), - [anon_sym_virtual] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym___attribute__] = ACTIONS(2955), - [anon_sym___attribute] = ACTIONS(2955), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2957), - [anon_sym___declspec] = ACTIONS(2955), - [anon_sym___based] = ACTIONS(2955), - [anon_sym___cdecl] = ACTIONS(2955), - [anon_sym___clrcall] = ACTIONS(2955), - [anon_sym___stdcall] = ACTIONS(2955), - [anon_sym___fastcall] = ACTIONS(2955), - [anon_sym___thiscall] = ACTIONS(2955), - [anon_sym___vectorcall] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_signed] = ACTIONS(2955), - [anon_sym_unsigned] = ACTIONS(2955), - [anon_sym_long] = ACTIONS(2955), - [anon_sym_short] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_register] = ACTIONS(2955), - [anon_sym_inline] = ACTIONS(2955), - [anon_sym___inline] = ACTIONS(2955), - [anon_sym___inline__] = ACTIONS(2955), - [anon_sym___forceinline] = ACTIONS(2955), - [anon_sym_thread_local] = ACTIONS(2955), - [anon_sym___thread] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_constexpr] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2955), - [anon_sym_restrict] = ACTIONS(2955), - [anon_sym___restrict__] = ACTIONS(2955), - [anon_sym__Atomic] = ACTIONS(2955), - [anon_sym__Noreturn] = ACTIONS(2955), - [anon_sym_noreturn] = ACTIONS(2955), - [anon_sym__Nonnull] = ACTIONS(2955), - [anon_sym_mutable] = ACTIONS(2955), - [anon_sym_constinit] = ACTIONS(2955), - [anon_sym_consteval] = ACTIONS(2955), - [anon_sym_PROGMEM] = ACTIONS(2955), - [anon_sym_alignas] = ACTIONS(2955), - [anon_sym__Alignas] = ACTIONS(2955), - [aux_sym_primitive_type_token1] = ACTIONS(2955), - [anon_sym_byte] = ACTIONS(2955), - [anon_sym_word] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_class] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2955), - [anon_sym_switch] = ACTIONS(2955), - [anon_sym_case] = ACTIONS(2955), - [anon_sym_default] = ACTIONS(2955), - [anon_sym_while] = ACTIONS(2955), - [anon_sym_do] = ACTIONS(2955), - [anon_sym_for] = ACTIONS(2955), - [anon_sym_return] = ACTIONS(2955), - [anon_sym_break] = ACTIONS(2955), - [anon_sym_continue] = ACTIONS(2955), - [anon_sym_goto] = ACTIONS(2955), - [anon_sym___try] = ACTIONS(2955), - [anon_sym___leave] = ACTIONS(2955), - [anon_sym_not] = ACTIONS(2955), - [anon_sym_compl] = ACTIONS(2955), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_sizeof] = ACTIONS(2955), - [anon_sym___alignof__] = ACTIONS(2955), - [anon_sym___alignof] = ACTIONS(2955), - [anon_sym__alignof] = ACTIONS(2955), - [anon_sym_alignof] = ACTIONS(2955), - [anon_sym__Alignof] = ACTIONS(2955), - [anon_sym_offsetof] = ACTIONS(2955), - [anon_sym__Generic] = ACTIONS(2955), - [anon_sym_asm] = ACTIONS(2955), - [anon_sym___asm__] = ACTIONS(2955), - [anon_sym___asm] = ACTIONS(2955), - [aux_sym_number_literal_token1] = ACTIONS(2957), - [aux_sym_number_literal_token2] = ACTIONS(2955), - [anon_sym_L_SQUOTE] = ACTIONS(2957), - [anon_sym_u_SQUOTE] = ACTIONS(2957), - [anon_sym_U_SQUOTE] = ACTIONS(2957), - [anon_sym_u8_SQUOTE] = ACTIONS(2957), - [anon_sym_SQUOTE] = ACTIONS(2957), - [anon_sym_L_DQUOTE] = ACTIONS(2957), - [anon_sym_u_DQUOTE] = ACTIONS(2957), - [anon_sym_U_DQUOTE] = ACTIONS(2957), - [anon_sym_u8_DQUOTE] = ACTIONS(2957), - [anon_sym_DQUOTE] = ACTIONS(2957), - [sym_true] = ACTIONS(2955), - [sym_false] = ACTIONS(2955), - [anon_sym_NULL] = ACTIONS(2955), - [anon_sym_nullptr] = ACTIONS(2955), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2955), - [anon_sym_decltype] = ACTIONS(2955), - [anon_sym_explicit] = ACTIONS(2955), - [anon_sym_typename] = ACTIONS(2955), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2955), - [anon_sym_delete] = ACTIONS(2955), - [anon_sym_throw] = ACTIONS(2955), - [anon_sym_namespace] = ACTIONS(2955), - [anon_sym_using] = ACTIONS(2955), - [anon_sym_static_assert] = ACTIONS(2955), - [anon_sym_concept] = ACTIONS(2955), - [anon_sym_co_return] = ACTIONS(2955), - [anon_sym_co_yield] = ACTIONS(2955), - [anon_sym_R_DQUOTE] = ACTIONS(2957), - [anon_sym_LR_DQUOTE] = ACTIONS(2957), - [anon_sym_uR_DQUOTE] = ACTIONS(2957), - [anon_sym_UR_DQUOTE] = ACTIONS(2957), - [anon_sym_u8R_DQUOTE] = ACTIONS(2957), - [anon_sym_co_await] = ACTIONS(2955), - [anon_sym_new] = ACTIONS(2955), - [anon_sym_requires] = ACTIONS(2955), - [sym_this] = ACTIONS(2955), - }, - [308] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_include_token1] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token2] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [aux_sym_preproc_else_token1] = ACTIONS(2959), - [aux_sym_preproc_elif_token1] = ACTIONS(2959), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_BANG] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym___cdecl] = ACTIONS(2959), - [anon_sym___clrcall] = ACTIONS(2959), - [anon_sym___stdcall] = ACTIONS(2959), - [anon_sym___fastcall] = ACTIONS(2959), - [anon_sym___thiscall] = ACTIONS(2959), - [anon_sym___vectorcall] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_switch] = ACTIONS(2959), - [anon_sym_case] = ACTIONS(2959), - [anon_sym_default] = ACTIONS(2959), - [anon_sym_while] = ACTIONS(2959), - [anon_sym_do] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym___try] = ACTIONS(2959), - [anon_sym___leave] = ACTIONS(2959), - [anon_sym_not] = ACTIONS(2959), - [anon_sym_compl] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2961), - [anon_sym_sizeof] = ACTIONS(2959), - [anon_sym___alignof__] = ACTIONS(2959), - [anon_sym___alignof] = ACTIONS(2959), - [anon_sym__alignof] = ACTIONS(2959), - [anon_sym_alignof] = ACTIONS(2959), - [anon_sym__Alignof] = ACTIONS(2959), - [anon_sym_offsetof] = ACTIONS(2959), - [anon_sym__Generic] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym___asm__] = ACTIONS(2959), - [anon_sym___asm] = ACTIONS(2959), - [aux_sym_number_literal_token1] = ACTIONS(2961), - [aux_sym_number_literal_token2] = ACTIONS(2959), - [anon_sym_L_SQUOTE] = ACTIONS(2961), - [anon_sym_u_SQUOTE] = ACTIONS(2961), - [anon_sym_U_SQUOTE] = ACTIONS(2961), - [anon_sym_u8_SQUOTE] = ACTIONS(2961), - [anon_sym_SQUOTE] = ACTIONS(2961), - [anon_sym_L_DQUOTE] = ACTIONS(2961), - [anon_sym_u_DQUOTE] = ACTIONS(2961), - [anon_sym_U_DQUOTE] = ACTIONS(2961), - [anon_sym_u8_DQUOTE] = ACTIONS(2961), - [anon_sym_DQUOTE] = ACTIONS(2961), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [anon_sym_NULL] = ACTIONS(2959), - [anon_sym_nullptr] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_try] = ACTIONS(2959), - [anon_sym_delete] = ACTIONS(2959), - [anon_sym_throw] = ACTIONS(2959), - [anon_sym_namespace] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), - [anon_sym_concept] = ACTIONS(2959), - [anon_sym_co_return] = ACTIONS(2959), - [anon_sym_co_yield] = ACTIONS(2959), - [anon_sym_R_DQUOTE] = ACTIONS(2961), - [anon_sym_LR_DQUOTE] = ACTIONS(2961), - [anon_sym_uR_DQUOTE] = ACTIONS(2961), - [anon_sym_UR_DQUOTE] = ACTIONS(2961), - [anon_sym_u8R_DQUOTE] = ACTIONS(2961), - [anon_sym_co_await] = ACTIONS(2959), - [anon_sym_new] = ACTIONS(2959), - [anon_sym_requires] = ACTIONS(2959), - [sym_this] = ACTIONS(2959), - }, - [309] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3749), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2963), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2966), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2969), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [310] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_include_token1] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token2] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [aux_sym_preproc_else_token1] = ACTIONS(2972), - [aux_sym_preproc_elif_token1] = ACTIONS(2972), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_BANG] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_DASH] = ACTIONS(2972), - [anon_sym_PLUS] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym___cdecl] = ACTIONS(2972), - [anon_sym___clrcall] = ACTIONS(2972), - [anon_sym___stdcall] = ACTIONS(2972), - [anon_sym___fastcall] = ACTIONS(2972), - [anon_sym___thiscall] = ACTIONS(2972), - [anon_sym___vectorcall] = ACTIONS(2972), - [anon_sym_LBRACE] = ACTIONS(2974), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [anon_sym_if] = ACTIONS(2972), - [anon_sym_switch] = ACTIONS(2972), - [anon_sym_case] = ACTIONS(2972), - [anon_sym_default] = ACTIONS(2972), - [anon_sym_while] = ACTIONS(2972), - [anon_sym_do] = ACTIONS(2972), - [anon_sym_for] = ACTIONS(2972), - [anon_sym_return] = ACTIONS(2972), - [anon_sym_break] = ACTIONS(2972), - [anon_sym_continue] = ACTIONS(2972), - [anon_sym_goto] = ACTIONS(2972), - [anon_sym___try] = ACTIONS(2972), - [anon_sym___leave] = ACTIONS(2972), - [anon_sym_not] = ACTIONS(2972), - [anon_sym_compl] = ACTIONS(2972), - [anon_sym_DASH_DASH] = ACTIONS(2974), - [anon_sym_PLUS_PLUS] = ACTIONS(2974), - [anon_sym_sizeof] = ACTIONS(2972), - [anon_sym___alignof__] = ACTIONS(2972), - [anon_sym___alignof] = ACTIONS(2972), - [anon_sym__alignof] = ACTIONS(2972), - [anon_sym_alignof] = ACTIONS(2972), - [anon_sym__Alignof] = ACTIONS(2972), - [anon_sym_offsetof] = ACTIONS(2972), - [anon_sym__Generic] = ACTIONS(2972), - [anon_sym_asm] = ACTIONS(2972), - [anon_sym___asm__] = ACTIONS(2972), - [anon_sym___asm] = ACTIONS(2972), - [aux_sym_number_literal_token1] = ACTIONS(2974), - [aux_sym_number_literal_token2] = ACTIONS(2972), - [anon_sym_L_SQUOTE] = ACTIONS(2974), - [anon_sym_u_SQUOTE] = ACTIONS(2974), - [anon_sym_U_SQUOTE] = ACTIONS(2974), - [anon_sym_u8_SQUOTE] = ACTIONS(2974), - [anon_sym_SQUOTE] = ACTIONS(2974), - [anon_sym_L_DQUOTE] = ACTIONS(2974), - [anon_sym_u_DQUOTE] = ACTIONS(2974), - [anon_sym_U_DQUOTE] = ACTIONS(2974), - [anon_sym_u8_DQUOTE] = ACTIONS(2974), - [anon_sym_DQUOTE] = ACTIONS(2974), - [sym_true] = ACTIONS(2972), - [sym_false] = ACTIONS(2972), - [anon_sym_NULL] = ACTIONS(2972), - [anon_sym_nullptr] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_try] = ACTIONS(2972), - [anon_sym_delete] = ACTIONS(2972), - [anon_sym_throw] = ACTIONS(2972), - [anon_sym_namespace] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), - [anon_sym_concept] = ACTIONS(2972), - [anon_sym_co_return] = ACTIONS(2972), - [anon_sym_co_yield] = ACTIONS(2972), - [anon_sym_R_DQUOTE] = ACTIONS(2974), - [anon_sym_LR_DQUOTE] = ACTIONS(2974), - [anon_sym_uR_DQUOTE] = ACTIONS(2974), - [anon_sym_UR_DQUOTE] = ACTIONS(2974), - [anon_sym_u8R_DQUOTE] = ACTIONS(2974), - [anon_sym_co_await] = ACTIONS(2972), - [anon_sym_new] = ACTIONS(2972), - [anon_sym_requires] = ACTIONS(2972), - [sym_this] = ACTIONS(2972), - }, - [311] = { + [312] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), @@ -89553,3319 +89697,2887 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, - [312] = { - [sym_catch_clause] = STATE(334), - [aux_sym_constructor_try_statement_repeat1] = STATE(334), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_RBRACE] = ACTIONS(2558), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym___try] = ACTIONS(2556), - [anon_sym___leave] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [anon_sym___alignof__] = ACTIONS(2556), - [anon_sym___alignof] = ACTIONS(2556), - [anon_sym__alignof] = ACTIONS(2556), - [anon_sym_alignof] = ACTIONS(2556), - [anon_sym__Alignof] = ACTIONS(2556), - [anon_sym_offsetof] = ACTIONS(2556), - [anon_sym__Generic] = ACTIONS(2556), - [anon_sym_asm] = ACTIONS(2556), - [anon_sym___asm__] = ACTIONS(2556), - [anon_sym___asm] = ACTIONS(2556), - [aux_sym_number_literal_token1] = ACTIONS(2558), - [aux_sym_number_literal_token2] = ACTIONS(2556), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [anon_sym_NULL] = ACTIONS(2556), - [anon_sym_nullptr] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(2980), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - }, [313] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4757), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8557), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_include_token1] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token2] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [aux_sym_preproc_else_token1] = ACTIONS(2980), + [aux_sym_preproc_elif_token1] = ACTIONS(2980), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_BANG] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_DASH] = ACTIONS(2980), + [anon_sym_PLUS] = ACTIONS(2980), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym___cdecl] = ACTIONS(2980), + [anon_sym___clrcall] = ACTIONS(2980), + [anon_sym___stdcall] = ACTIONS(2980), + [anon_sym___fastcall] = ACTIONS(2980), + [anon_sym___thiscall] = ACTIONS(2980), + [anon_sym___vectorcall] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2982), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [anon_sym_if] = ACTIONS(2980), + [anon_sym_switch] = ACTIONS(2980), + [anon_sym_case] = ACTIONS(2980), + [anon_sym_default] = ACTIONS(2980), + [anon_sym_while] = ACTIONS(2980), + [anon_sym_do] = ACTIONS(2980), + [anon_sym_for] = ACTIONS(2980), + [anon_sym_return] = ACTIONS(2980), + [anon_sym_break] = ACTIONS(2980), + [anon_sym_continue] = ACTIONS(2980), + [anon_sym_goto] = ACTIONS(2980), + [anon_sym___try] = ACTIONS(2980), + [anon_sym___leave] = ACTIONS(2980), + [anon_sym_not] = ACTIONS(2980), + [anon_sym_compl] = ACTIONS(2980), + [anon_sym_DASH_DASH] = ACTIONS(2982), + [anon_sym_PLUS_PLUS] = ACTIONS(2982), + [anon_sym_sizeof] = ACTIONS(2980), + [anon_sym___alignof__] = ACTIONS(2980), + [anon_sym___alignof] = ACTIONS(2980), + [anon_sym__alignof] = ACTIONS(2980), + [anon_sym_alignof] = ACTIONS(2980), + [anon_sym__Alignof] = ACTIONS(2980), + [anon_sym_offsetof] = ACTIONS(2980), + [anon_sym__Generic] = ACTIONS(2980), + [anon_sym_asm] = ACTIONS(2980), + [anon_sym___asm__] = ACTIONS(2980), + [anon_sym___asm] = ACTIONS(2980), + [aux_sym_number_literal_token1] = ACTIONS(2982), + [aux_sym_number_literal_token2] = ACTIONS(2980), + [anon_sym_L_SQUOTE] = ACTIONS(2982), + [anon_sym_u_SQUOTE] = ACTIONS(2982), + [anon_sym_U_SQUOTE] = ACTIONS(2982), + [anon_sym_u8_SQUOTE] = ACTIONS(2982), + [anon_sym_SQUOTE] = ACTIONS(2982), + [anon_sym_L_DQUOTE] = ACTIONS(2982), + [anon_sym_u_DQUOTE] = ACTIONS(2982), + [anon_sym_U_DQUOTE] = ACTIONS(2982), + [anon_sym_u8_DQUOTE] = ACTIONS(2982), + [anon_sym_DQUOTE] = ACTIONS(2982), + [sym_true] = ACTIONS(2980), + [sym_false] = ACTIONS(2980), + [anon_sym_NULL] = ACTIONS(2980), + [anon_sym_nullptr] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_try] = ACTIONS(2980), + [anon_sym_delete] = ACTIONS(2980), + [anon_sym_throw] = ACTIONS(2980), + [anon_sym_namespace] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + [anon_sym_concept] = ACTIONS(2980), + [anon_sym_co_return] = ACTIONS(2980), + [anon_sym_co_yield] = ACTIONS(2980), + [anon_sym_R_DQUOTE] = ACTIONS(2982), + [anon_sym_LR_DQUOTE] = ACTIONS(2982), + [anon_sym_uR_DQUOTE] = ACTIONS(2982), + [anon_sym_UR_DQUOTE] = ACTIONS(2982), + [anon_sym_u8R_DQUOTE] = ACTIONS(2982), + [anon_sym_co_await] = ACTIONS(2980), + [anon_sym_new] = ACTIONS(2980), + [anon_sym_requires] = ACTIONS(2980), + [sym_this] = ACTIONS(2980), }, [314] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_include_token1] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token2] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [aux_sym_preproc_else_token1] = ACTIONS(2986), - [aux_sym_preproc_elif_token1] = ACTIONS(2986), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_BANG] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_DASH] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(2986), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym___cdecl] = ACTIONS(2986), - [anon_sym___clrcall] = ACTIONS(2986), - [anon_sym___stdcall] = ACTIONS(2986), - [anon_sym___fastcall] = ACTIONS(2986), - [anon_sym___thiscall] = ACTIONS(2986), - [anon_sym___vectorcall] = ACTIONS(2986), - [anon_sym_LBRACE] = ACTIONS(2988), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [anon_sym_if] = ACTIONS(2986), - [anon_sym_switch] = ACTIONS(2986), - [anon_sym_case] = ACTIONS(2986), - [anon_sym_default] = ACTIONS(2986), - [anon_sym_while] = ACTIONS(2986), - [anon_sym_do] = ACTIONS(2986), - [anon_sym_for] = ACTIONS(2986), - [anon_sym_return] = ACTIONS(2986), - [anon_sym_break] = ACTIONS(2986), - [anon_sym_continue] = ACTIONS(2986), - [anon_sym_goto] = ACTIONS(2986), - [anon_sym___try] = ACTIONS(2986), - [anon_sym___leave] = ACTIONS(2986), - [anon_sym_not] = ACTIONS(2986), - [anon_sym_compl] = ACTIONS(2986), - [anon_sym_DASH_DASH] = ACTIONS(2988), - [anon_sym_PLUS_PLUS] = ACTIONS(2988), - [anon_sym_sizeof] = ACTIONS(2986), - [anon_sym___alignof__] = ACTIONS(2986), - [anon_sym___alignof] = ACTIONS(2986), - [anon_sym__alignof] = ACTIONS(2986), - [anon_sym_alignof] = ACTIONS(2986), - [anon_sym__Alignof] = ACTIONS(2986), - [anon_sym_offsetof] = ACTIONS(2986), - [anon_sym__Generic] = ACTIONS(2986), - [anon_sym_asm] = ACTIONS(2986), - [anon_sym___asm__] = ACTIONS(2986), - [anon_sym___asm] = ACTIONS(2986), - [aux_sym_number_literal_token1] = ACTIONS(2988), - [aux_sym_number_literal_token2] = ACTIONS(2986), - [anon_sym_L_SQUOTE] = ACTIONS(2988), - [anon_sym_u_SQUOTE] = ACTIONS(2988), - [anon_sym_U_SQUOTE] = ACTIONS(2988), - [anon_sym_u8_SQUOTE] = ACTIONS(2988), - [anon_sym_SQUOTE] = ACTIONS(2988), - [anon_sym_L_DQUOTE] = ACTIONS(2988), - [anon_sym_u_DQUOTE] = ACTIONS(2988), - [anon_sym_U_DQUOTE] = ACTIONS(2988), - [anon_sym_u8_DQUOTE] = ACTIONS(2988), - [anon_sym_DQUOTE] = ACTIONS(2988), - [sym_true] = ACTIONS(2986), - [sym_false] = ACTIONS(2986), - [anon_sym_NULL] = ACTIONS(2986), - [anon_sym_nullptr] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2986), - [anon_sym_delete] = ACTIONS(2986), - [anon_sym_throw] = ACTIONS(2986), - [anon_sym_namespace] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), - [anon_sym_concept] = ACTIONS(2986), - [anon_sym_co_return] = ACTIONS(2986), - [anon_sym_co_yield] = ACTIONS(2986), - [anon_sym_R_DQUOTE] = ACTIONS(2988), - [anon_sym_LR_DQUOTE] = ACTIONS(2988), - [anon_sym_uR_DQUOTE] = ACTIONS(2988), - [anon_sym_UR_DQUOTE] = ACTIONS(2988), - [anon_sym_u8R_DQUOTE] = ACTIONS(2988), - [anon_sym_co_await] = ACTIONS(2986), - [anon_sym_new] = ACTIONS(2986), - [anon_sym_requires] = ACTIONS(2986), - [sym_this] = ACTIONS(2986), + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [aux_sym_preproc_else_token1] = ACTIONS(2984), + [aux_sym_preproc_elif_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), }, [315] = { - [sym_identifier] = ACTIONS(2990), - [aux_sym_preproc_include_token1] = ACTIONS(2990), - [aux_sym_preproc_def_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token2] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2990), - [aux_sym_preproc_else_token1] = ACTIONS(2990), - [aux_sym_preproc_elif_token1] = ACTIONS(2990), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2990), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2990), - [sym_preproc_directive] = ACTIONS(2990), - [anon_sym_LPAREN2] = ACTIONS(2992), - [anon_sym_BANG] = ACTIONS(2992), - [anon_sym_TILDE] = ACTIONS(2992), - [anon_sym_DASH] = ACTIONS(2990), - [anon_sym_PLUS] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2990), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym___extension__] = ACTIONS(2990), - [anon_sym_typedef] = ACTIONS(2990), - [anon_sym_virtual] = ACTIONS(2990), - [anon_sym_extern] = ACTIONS(2990), - [anon_sym___attribute__] = ACTIONS(2990), - [anon_sym___attribute] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2992), - [anon_sym___declspec] = ACTIONS(2990), - [anon_sym___based] = ACTIONS(2990), - [anon_sym___cdecl] = ACTIONS(2990), - [anon_sym___clrcall] = ACTIONS(2990), - [anon_sym___stdcall] = ACTIONS(2990), - [anon_sym___fastcall] = ACTIONS(2990), - [anon_sym___thiscall] = ACTIONS(2990), - [anon_sym___vectorcall] = ACTIONS(2990), - [anon_sym_LBRACE] = ACTIONS(2992), - [anon_sym_signed] = ACTIONS(2990), - [anon_sym_unsigned] = ACTIONS(2990), - [anon_sym_long] = ACTIONS(2990), - [anon_sym_short] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(2990), - [anon_sym_register] = ACTIONS(2990), - [anon_sym_inline] = ACTIONS(2990), - [anon_sym___inline] = ACTIONS(2990), - [anon_sym___inline__] = ACTIONS(2990), - [anon_sym___forceinline] = ACTIONS(2990), - [anon_sym_thread_local] = ACTIONS(2990), - [anon_sym___thread] = ACTIONS(2990), - [anon_sym_const] = ACTIONS(2990), - [anon_sym_constexpr] = ACTIONS(2990), - [anon_sym_volatile] = ACTIONS(2990), - [anon_sym_restrict] = ACTIONS(2990), - [anon_sym___restrict__] = ACTIONS(2990), - [anon_sym__Atomic] = ACTIONS(2990), - [anon_sym__Noreturn] = ACTIONS(2990), - [anon_sym_noreturn] = ACTIONS(2990), - [anon_sym__Nonnull] = ACTIONS(2990), - [anon_sym_mutable] = ACTIONS(2990), - [anon_sym_constinit] = ACTIONS(2990), - [anon_sym_consteval] = ACTIONS(2990), - [anon_sym_PROGMEM] = ACTIONS(2990), - [anon_sym_alignas] = ACTIONS(2990), - [anon_sym__Alignas] = ACTIONS(2990), - [aux_sym_primitive_type_token1] = ACTIONS(2990), - [anon_sym_byte] = ACTIONS(2990), - [anon_sym_word] = ACTIONS(2990), - [anon_sym_enum] = ACTIONS(2990), - [anon_sym_class] = ACTIONS(2990), - [anon_sym_struct] = ACTIONS(2990), - [anon_sym_union] = ACTIONS(2990), - [anon_sym_if] = ACTIONS(2990), - [anon_sym_switch] = ACTIONS(2990), - [anon_sym_case] = ACTIONS(2990), - [anon_sym_default] = ACTIONS(2990), - [anon_sym_while] = ACTIONS(2990), - [anon_sym_do] = ACTIONS(2990), - [anon_sym_for] = ACTIONS(2990), - [anon_sym_return] = ACTIONS(2990), - [anon_sym_break] = ACTIONS(2990), - [anon_sym_continue] = ACTIONS(2990), - [anon_sym_goto] = ACTIONS(2990), - [anon_sym___try] = ACTIONS(2990), - [anon_sym___leave] = ACTIONS(2990), - [anon_sym_not] = ACTIONS(2990), - [anon_sym_compl] = ACTIONS(2990), - [anon_sym_DASH_DASH] = ACTIONS(2992), - [anon_sym_PLUS_PLUS] = ACTIONS(2992), - [anon_sym_sizeof] = ACTIONS(2990), - [anon_sym___alignof__] = ACTIONS(2990), - [anon_sym___alignof] = ACTIONS(2990), - [anon_sym__alignof] = ACTIONS(2990), - [anon_sym_alignof] = ACTIONS(2990), - [anon_sym__Alignof] = ACTIONS(2990), - [anon_sym_offsetof] = ACTIONS(2990), - [anon_sym__Generic] = ACTIONS(2990), - [anon_sym_asm] = ACTIONS(2990), - [anon_sym___asm__] = ACTIONS(2990), - [anon_sym___asm] = ACTIONS(2990), - [aux_sym_number_literal_token1] = ACTIONS(2992), - [aux_sym_number_literal_token2] = ACTIONS(2990), - [anon_sym_L_SQUOTE] = ACTIONS(2992), - [anon_sym_u_SQUOTE] = ACTIONS(2992), - [anon_sym_U_SQUOTE] = ACTIONS(2992), - [anon_sym_u8_SQUOTE] = ACTIONS(2992), - [anon_sym_SQUOTE] = ACTIONS(2992), - [anon_sym_L_DQUOTE] = ACTIONS(2992), - [anon_sym_u_DQUOTE] = ACTIONS(2992), - [anon_sym_U_DQUOTE] = ACTIONS(2992), - [anon_sym_u8_DQUOTE] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_true] = ACTIONS(2990), - [sym_false] = ACTIONS(2990), - [anon_sym_NULL] = ACTIONS(2990), - [anon_sym_nullptr] = ACTIONS(2990), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2990), - [anon_sym_decltype] = ACTIONS(2990), - [anon_sym_explicit] = ACTIONS(2990), - [anon_sym_typename] = ACTIONS(2990), - [anon_sym_template] = ACTIONS(2990), - [anon_sym_operator] = ACTIONS(2990), - [anon_sym_try] = ACTIONS(2990), - [anon_sym_delete] = ACTIONS(2990), - [anon_sym_throw] = ACTIONS(2990), - [anon_sym_namespace] = ACTIONS(2990), - [anon_sym_using] = ACTIONS(2990), - [anon_sym_static_assert] = ACTIONS(2990), - [anon_sym_concept] = ACTIONS(2990), - [anon_sym_co_return] = ACTIONS(2990), - [anon_sym_co_yield] = ACTIONS(2990), - [anon_sym_R_DQUOTE] = ACTIONS(2992), - [anon_sym_LR_DQUOTE] = ACTIONS(2992), - [anon_sym_uR_DQUOTE] = ACTIONS(2992), - [anon_sym_UR_DQUOTE] = ACTIONS(2992), - [anon_sym_u8R_DQUOTE] = ACTIONS(2992), - [anon_sym_co_await] = ACTIONS(2990), - [anon_sym_new] = ACTIONS(2990), - [anon_sym_requires] = ACTIONS(2990), - [sym_this] = ACTIONS(2990), + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [aux_sym_preproc_else_token1] = ACTIONS(2984), + [aux_sym_preproc_elif_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), }, [316] = { - [sym_identifier] = ACTIONS(2994), - [aux_sym_preproc_include_token1] = ACTIONS(2994), - [aux_sym_preproc_def_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token2] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2994), - [aux_sym_preproc_else_token1] = ACTIONS(2994), - [aux_sym_preproc_elif_token1] = ACTIONS(2994), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2994), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2994), - [sym_preproc_directive] = ACTIONS(2994), - [anon_sym_LPAREN2] = ACTIONS(2996), - [anon_sym_BANG] = ACTIONS(2996), - [anon_sym_TILDE] = ACTIONS(2996), - [anon_sym_DASH] = ACTIONS(2994), - [anon_sym_PLUS] = ACTIONS(2994), - [anon_sym_STAR] = ACTIONS(2996), - [anon_sym_AMP_AMP] = ACTIONS(2996), - [anon_sym_AMP] = ACTIONS(2994), - [anon_sym_SEMI] = ACTIONS(2996), - [anon_sym___extension__] = ACTIONS(2994), - [anon_sym_typedef] = ACTIONS(2994), - [anon_sym_virtual] = ACTIONS(2994), - [anon_sym_extern] = ACTIONS(2994), - [anon_sym___attribute__] = ACTIONS(2994), - [anon_sym___attribute] = ACTIONS(2994), - [anon_sym_COLON_COLON] = ACTIONS(2996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2996), - [anon_sym___declspec] = ACTIONS(2994), - [anon_sym___based] = ACTIONS(2994), - [anon_sym___cdecl] = ACTIONS(2994), - [anon_sym___clrcall] = ACTIONS(2994), - [anon_sym___stdcall] = ACTIONS(2994), - [anon_sym___fastcall] = ACTIONS(2994), - [anon_sym___thiscall] = ACTIONS(2994), - [anon_sym___vectorcall] = ACTIONS(2994), - [anon_sym_LBRACE] = ACTIONS(2996), - [anon_sym_signed] = ACTIONS(2994), - [anon_sym_unsigned] = ACTIONS(2994), - [anon_sym_long] = ACTIONS(2994), - [anon_sym_short] = ACTIONS(2994), - [anon_sym_LBRACK] = ACTIONS(2994), - [anon_sym_static] = ACTIONS(2994), - [anon_sym_register] = ACTIONS(2994), - [anon_sym_inline] = ACTIONS(2994), - [anon_sym___inline] = ACTIONS(2994), - [anon_sym___inline__] = ACTIONS(2994), - [anon_sym___forceinline] = ACTIONS(2994), - [anon_sym_thread_local] = ACTIONS(2994), - [anon_sym___thread] = ACTIONS(2994), - [anon_sym_const] = ACTIONS(2994), - [anon_sym_constexpr] = ACTIONS(2994), - [anon_sym_volatile] = ACTIONS(2994), - [anon_sym_restrict] = ACTIONS(2994), - [anon_sym___restrict__] = ACTIONS(2994), - [anon_sym__Atomic] = ACTIONS(2994), - [anon_sym__Noreturn] = ACTIONS(2994), - [anon_sym_noreturn] = ACTIONS(2994), - [anon_sym__Nonnull] = ACTIONS(2994), - [anon_sym_mutable] = ACTIONS(2994), - [anon_sym_constinit] = ACTIONS(2994), - [anon_sym_consteval] = ACTIONS(2994), - [anon_sym_PROGMEM] = ACTIONS(2994), - [anon_sym_alignas] = ACTIONS(2994), - [anon_sym__Alignas] = ACTIONS(2994), - [aux_sym_primitive_type_token1] = ACTIONS(2994), - [anon_sym_byte] = ACTIONS(2994), - [anon_sym_word] = ACTIONS(2994), - [anon_sym_enum] = ACTIONS(2994), - [anon_sym_class] = ACTIONS(2994), - [anon_sym_struct] = ACTIONS(2994), - [anon_sym_union] = ACTIONS(2994), - [anon_sym_if] = ACTIONS(2994), - [anon_sym_switch] = ACTIONS(2994), - [anon_sym_case] = ACTIONS(2994), - [anon_sym_default] = ACTIONS(2994), - [anon_sym_while] = ACTIONS(2994), - [anon_sym_do] = ACTIONS(2994), - [anon_sym_for] = ACTIONS(2994), - [anon_sym_return] = ACTIONS(2994), - [anon_sym_break] = ACTIONS(2994), - [anon_sym_continue] = ACTIONS(2994), - [anon_sym_goto] = ACTIONS(2994), - [anon_sym___try] = ACTIONS(2994), - [anon_sym___leave] = ACTIONS(2994), - [anon_sym_not] = ACTIONS(2994), - [anon_sym_compl] = ACTIONS(2994), - [anon_sym_DASH_DASH] = ACTIONS(2996), - [anon_sym_PLUS_PLUS] = ACTIONS(2996), - [anon_sym_sizeof] = ACTIONS(2994), - [anon_sym___alignof__] = ACTIONS(2994), - [anon_sym___alignof] = ACTIONS(2994), - [anon_sym__alignof] = ACTIONS(2994), - [anon_sym_alignof] = ACTIONS(2994), - [anon_sym__Alignof] = ACTIONS(2994), - [anon_sym_offsetof] = ACTIONS(2994), - [anon_sym__Generic] = ACTIONS(2994), - [anon_sym_asm] = ACTIONS(2994), - [anon_sym___asm__] = ACTIONS(2994), - [anon_sym___asm] = ACTIONS(2994), - [aux_sym_number_literal_token1] = ACTIONS(2996), - [aux_sym_number_literal_token2] = ACTIONS(2994), - [anon_sym_L_SQUOTE] = ACTIONS(2996), - [anon_sym_u_SQUOTE] = ACTIONS(2996), - [anon_sym_U_SQUOTE] = ACTIONS(2996), - [anon_sym_u8_SQUOTE] = ACTIONS(2996), - [anon_sym_SQUOTE] = ACTIONS(2996), - [anon_sym_L_DQUOTE] = ACTIONS(2996), - [anon_sym_u_DQUOTE] = ACTIONS(2996), - [anon_sym_U_DQUOTE] = ACTIONS(2996), - [anon_sym_u8_DQUOTE] = ACTIONS(2996), - [anon_sym_DQUOTE] = ACTIONS(2996), - [sym_true] = ACTIONS(2994), - [sym_false] = ACTIONS(2994), - [anon_sym_NULL] = ACTIONS(2994), - [anon_sym_nullptr] = ACTIONS(2994), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2994), - [anon_sym_decltype] = ACTIONS(2994), - [anon_sym_explicit] = ACTIONS(2994), - [anon_sym_typename] = ACTIONS(2994), - [anon_sym_template] = ACTIONS(2994), - [anon_sym_operator] = ACTIONS(2994), - [anon_sym_try] = ACTIONS(2994), - [anon_sym_delete] = ACTIONS(2994), - [anon_sym_throw] = ACTIONS(2994), - [anon_sym_namespace] = ACTIONS(2994), - [anon_sym_using] = ACTIONS(2994), - [anon_sym_static_assert] = ACTIONS(2994), - [anon_sym_concept] = ACTIONS(2994), - [anon_sym_co_return] = ACTIONS(2994), - [anon_sym_co_yield] = ACTIONS(2994), - [anon_sym_R_DQUOTE] = ACTIONS(2996), - [anon_sym_LR_DQUOTE] = ACTIONS(2996), - [anon_sym_uR_DQUOTE] = ACTIONS(2996), - [anon_sym_UR_DQUOTE] = ACTIONS(2996), - [anon_sym_u8R_DQUOTE] = ACTIONS(2996), - [anon_sym_co_await] = ACTIONS(2994), - [anon_sym_new] = ACTIONS(2994), - [anon_sym_requires] = ACTIONS(2994), - [sym_this] = ACTIONS(2994), + [sym_identifier] = ACTIONS(2988), + [aux_sym_preproc_include_token1] = ACTIONS(2988), + [aux_sym_preproc_def_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token2] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), + [aux_sym_preproc_else_token1] = ACTIONS(2988), + [aux_sym_preproc_elif_token1] = ACTIONS(2988), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2988), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2988), + [sym_preproc_directive] = ACTIONS(2988), + [anon_sym_LPAREN2] = ACTIONS(2990), + [anon_sym_BANG] = ACTIONS(2990), + [anon_sym_TILDE] = ACTIONS(2990), + [anon_sym_DASH] = ACTIONS(2988), + [anon_sym_PLUS] = ACTIONS(2988), + [anon_sym_STAR] = ACTIONS(2990), + [anon_sym_AMP_AMP] = ACTIONS(2990), + [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_SEMI] = ACTIONS(2990), + [anon_sym___extension__] = ACTIONS(2988), + [anon_sym_typedef] = ACTIONS(2988), + [anon_sym_virtual] = ACTIONS(2988), + [anon_sym_extern] = ACTIONS(2988), + [anon_sym___attribute__] = ACTIONS(2988), + [anon_sym___attribute] = ACTIONS(2988), + [anon_sym_COLON_COLON] = ACTIONS(2990), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), + [anon_sym___declspec] = ACTIONS(2988), + [anon_sym___based] = ACTIONS(2988), + [anon_sym___cdecl] = ACTIONS(2988), + [anon_sym___clrcall] = ACTIONS(2988), + [anon_sym___stdcall] = ACTIONS(2988), + [anon_sym___fastcall] = ACTIONS(2988), + [anon_sym___thiscall] = ACTIONS(2988), + [anon_sym___vectorcall] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2990), + [anon_sym_signed] = ACTIONS(2988), + [anon_sym_unsigned] = ACTIONS(2988), + [anon_sym_long] = ACTIONS(2988), + [anon_sym_short] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_static] = ACTIONS(2988), + [anon_sym_register] = ACTIONS(2988), + [anon_sym_inline] = ACTIONS(2988), + [anon_sym___inline] = ACTIONS(2988), + [anon_sym___inline__] = ACTIONS(2988), + [anon_sym___forceinline] = ACTIONS(2988), + [anon_sym_thread_local] = ACTIONS(2988), + [anon_sym___thread] = ACTIONS(2988), + [anon_sym_const] = ACTIONS(2988), + [anon_sym_constexpr] = ACTIONS(2988), + [anon_sym_volatile] = ACTIONS(2988), + [anon_sym_restrict] = ACTIONS(2988), + [anon_sym___restrict__] = ACTIONS(2988), + [anon_sym__Atomic] = ACTIONS(2988), + [anon_sym__Noreturn] = ACTIONS(2988), + [anon_sym_noreturn] = ACTIONS(2988), + [anon_sym__Nonnull] = ACTIONS(2988), + [anon_sym_mutable] = ACTIONS(2988), + [anon_sym_constinit] = ACTIONS(2988), + [anon_sym_consteval] = ACTIONS(2988), + [anon_sym_PROGMEM] = ACTIONS(2988), + [anon_sym_alignas] = ACTIONS(2988), + [anon_sym__Alignas] = ACTIONS(2988), + [aux_sym_primitive_type_token1] = ACTIONS(2988), + [anon_sym_byte] = ACTIONS(2988), + [anon_sym_word] = ACTIONS(2988), + [anon_sym_enum] = ACTIONS(2988), + [anon_sym_class] = ACTIONS(2988), + [anon_sym_struct] = ACTIONS(2988), + [anon_sym_union] = ACTIONS(2988), + [anon_sym_if] = ACTIONS(2988), + [anon_sym_switch] = ACTIONS(2988), + [anon_sym_case] = ACTIONS(2988), + [anon_sym_default] = ACTIONS(2988), + [anon_sym_while] = ACTIONS(2988), + [anon_sym_do] = ACTIONS(2988), + [anon_sym_for] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2988), + [anon_sym_break] = ACTIONS(2988), + [anon_sym_continue] = ACTIONS(2988), + [anon_sym_goto] = ACTIONS(2988), + [anon_sym___try] = ACTIONS(2988), + [anon_sym___leave] = ACTIONS(2988), + [anon_sym_not] = ACTIONS(2988), + [anon_sym_compl] = ACTIONS(2988), + [anon_sym_DASH_DASH] = ACTIONS(2990), + [anon_sym_PLUS_PLUS] = ACTIONS(2990), + [anon_sym_sizeof] = ACTIONS(2988), + [anon_sym___alignof__] = ACTIONS(2988), + [anon_sym___alignof] = ACTIONS(2988), + [anon_sym__alignof] = ACTIONS(2988), + [anon_sym_alignof] = ACTIONS(2988), + [anon_sym__Alignof] = ACTIONS(2988), + [anon_sym_offsetof] = ACTIONS(2988), + [anon_sym__Generic] = ACTIONS(2988), + [anon_sym_asm] = ACTIONS(2988), + [anon_sym___asm__] = ACTIONS(2988), + [anon_sym___asm] = ACTIONS(2988), + [aux_sym_number_literal_token1] = ACTIONS(2990), + [aux_sym_number_literal_token2] = ACTIONS(2988), + [anon_sym_L_SQUOTE] = ACTIONS(2990), + [anon_sym_u_SQUOTE] = ACTIONS(2990), + [anon_sym_U_SQUOTE] = ACTIONS(2990), + [anon_sym_u8_SQUOTE] = ACTIONS(2990), + [anon_sym_SQUOTE] = ACTIONS(2990), + [anon_sym_L_DQUOTE] = ACTIONS(2990), + [anon_sym_u_DQUOTE] = ACTIONS(2990), + [anon_sym_U_DQUOTE] = ACTIONS(2990), + [anon_sym_u8_DQUOTE] = ACTIONS(2990), + [anon_sym_DQUOTE] = ACTIONS(2990), + [sym_true] = ACTIONS(2988), + [sym_false] = ACTIONS(2988), + [anon_sym_NULL] = ACTIONS(2988), + [anon_sym_nullptr] = ACTIONS(2988), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2988), + [anon_sym_decltype] = ACTIONS(2988), + [anon_sym_explicit] = ACTIONS(2988), + [anon_sym_typename] = ACTIONS(2988), + [anon_sym_template] = ACTIONS(2988), + [anon_sym_operator] = ACTIONS(2988), + [anon_sym_try] = ACTIONS(2988), + [anon_sym_delete] = ACTIONS(2988), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_namespace] = ACTIONS(2988), + [anon_sym_using] = ACTIONS(2988), + [anon_sym_static_assert] = ACTIONS(2988), + [anon_sym_concept] = ACTIONS(2988), + [anon_sym_co_return] = ACTIONS(2988), + [anon_sym_co_yield] = ACTIONS(2988), + [anon_sym_R_DQUOTE] = ACTIONS(2990), + [anon_sym_LR_DQUOTE] = ACTIONS(2990), + [anon_sym_uR_DQUOTE] = ACTIONS(2990), + [anon_sym_UR_DQUOTE] = ACTIONS(2990), + [anon_sym_u8R_DQUOTE] = ACTIONS(2990), + [anon_sym_co_await] = ACTIONS(2988), + [anon_sym_new] = ACTIONS(2988), + [anon_sym_requires] = ACTIONS(2988), + [sym_this] = ACTIONS(2988), }, [317] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_include_token1] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token2] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [aux_sym_preproc_else_token1] = ACTIONS(2998), - [aux_sym_preproc_elif_token1] = ACTIONS(2998), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_BANG] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_DASH] = ACTIONS(2998), - [anon_sym_PLUS] = ACTIONS(2998), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym___cdecl] = ACTIONS(2998), - [anon_sym___clrcall] = ACTIONS(2998), - [anon_sym___stdcall] = ACTIONS(2998), - [anon_sym___fastcall] = ACTIONS(2998), - [anon_sym___thiscall] = ACTIONS(2998), - [anon_sym___vectorcall] = ACTIONS(2998), - [anon_sym_LBRACE] = ACTIONS(3000), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [anon_sym_if] = ACTIONS(2998), - [anon_sym_switch] = ACTIONS(2998), - [anon_sym_case] = ACTIONS(2998), - [anon_sym_default] = ACTIONS(2998), - [anon_sym_while] = ACTIONS(2998), - [anon_sym_do] = ACTIONS(2998), - [anon_sym_for] = ACTIONS(2998), - [anon_sym_return] = ACTIONS(2998), - [anon_sym_break] = ACTIONS(2998), - [anon_sym_continue] = ACTIONS(2998), - [anon_sym_goto] = ACTIONS(2998), - [anon_sym___try] = ACTIONS(2998), - [anon_sym___leave] = ACTIONS(2998), - [anon_sym_not] = ACTIONS(2998), - [anon_sym_compl] = ACTIONS(2998), - [anon_sym_DASH_DASH] = ACTIONS(3000), - [anon_sym_PLUS_PLUS] = ACTIONS(3000), - [anon_sym_sizeof] = ACTIONS(2998), - [anon_sym___alignof__] = ACTIONS(2998), - [anon_sym___alignof] = ACTIONS(2998), - [anon_sym__alignof] = ACTIONS(2998), - [anon_sym_alignof] = ACTIONS(2998), - [anon_sym__Alignof] = ACTIONS(2998), - [anon_sym_offsetof] = ACTIONS(2998), - [anon_sym__Generic] = ACTIONS(2998), - [anon_sym_asm] = ACTIONS(2998), - [anon_sym___asm__] = ACTIONS(2998), - [anon_sym___asm] = ACTIONS(2998), - [aux_sym_number_literal_token1] = ACTIONS(3000), - [aux_sym_number_literal_token2] = ACTIONS(2998), - [anon_sym_L_SQUOTE] = ACTIONS(3000), - [anon_sym_u_SQUOTE] = ACTIONS(3000), - [anon_sym_U_SQUOTE] = ACTIONS(3000), - [anon_sym_u8_SQUOTE] = ACTIONS(3000), - [anon_sym_SQUOTE] = ACTIONS(3000), - [anon_sym_L_DQUOTE] = ACTIONS(3000), - [anon_sym_u_DQUOTE] = ACTIONS(3000), - [anon_sym_U_DQUOTE] = ACTIONS(3000), - [anon_sym_u8_DQUOTE] = ACTIONS(3000), - [anon_sym_DQUOTE] = ACTIONS(3000), - [sym_true] = ACTIONS(2998), - [sym_false] = ACTIONS(2998), - [anon_sym_NULL] = ACTIONS(2998), - [anon_sym_nullptr] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_try] = ACTIONS(2998), - [anon_sym_delete] = ACTIONS(2998), - [anon_sym_throw] = ACTIONS(2998), - [anon_sym_namespace] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - [anon_sym_concept] = ACTIONS(2998), - [anon_sym_co_return] = ACTIONS(2998), - [anon_sym_co_yield] = ACTIONS(2998), - [anon_sym_R_DQUOTE] = ACTIONS(3000), - [anon_sym_LR_DQUOTE] = ACTIONS(3000), - [anon_sym_uR_DQUOTE] = ACTIONS(3000), - [anon_sym_UR_DQUOTE] = ACTIONS(3000), - [anon_sym_u8R_DQUOTE] = ACTIONS(3000), - [anon_sym_co_await] = ACTIONS(2998), - [anon_sym_new] = ACTIONS(2998), - [anon_sym_requires] = ACTIONS(2998), - [sym_this] = ACTIONS(2998), + [sym_identifier] = ACTIONS(2992), + [aux_sym_preproc_include_token1] = ACTIONS(2992), + [aux_sym_preproc_def_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token2] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), + [aux_sym_preproc_else_token1] = ACTIONS(2992), + [aux_sym_preproc_elif_token1] = ACTIONS(2992), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2992), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2992), + [sym_preproc_directive] = ACTIONS(2992), + [anon_sym_LPAREN2] = ACTIONS(2994), + [anon_sym_BANG] = ACTIONS(2994), + [anon_sym_TILDE] = ACTIONS(2994), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_PLUS] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym___extension__] = ACTIONS(2992), + [anon_sym_typedef] = ACTIONS(2992), + [anon_sym_virtual] = ACTIONS(2992), + [anon_sym_extern] = ACTIONS(2992), + [anon_sym___attribute__] = ACTIONS(2992), + [anon_sym___attribute] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(2994), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), + [anon_sym___declspec] = ACTIONS(2992), + [anon_sym___based] = ACTIONS(2992), + [anon_sym___cdecl] = ACTIONS(2992), + [anon_sym___clrcall] = ACTIONS(2992), + [anon_sym___stdcall] = ACTIONS(2992), + [anon_sym___fastcall] = ACTIONS(2992), + [anon_sym___thiscall] = ACTIONS(2992), + [anon_sym___vectorcall] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2994), + [anon_sym_signed] = ACTIONS(2992), + [anon_sym_unsigned] = ACTIONS(2992), + [anon_sym_long] = ACTIONS(2992), + [anon_sym_short] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_static] = ACTIONS(2992), + [anon_sym_register] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym___inline] = ACTIONS(2992), + [anon_sym___inline__] = ACTIONS(2992), + [anon_sym___forceinline] = ACTIONS(2992), + [anon_sym_thread_local] = ACTIONS(2992), + [anon_sym___thread] = ACTIONS(2992), + [anon_sym_const] = ACTIONS(2992), + [anon_sym_constexpr] = ACTIONS(2992), + [anon_sym_volatile] = ACTIONS(2992), + [anon_sym_restrict] = ACTIONS(2992), + [anon_sym___restrict__] = ACTIONS(2992), + [anon_sym__Atomic] = ACTIONS(2992), + [anon_sym__Noreturn] = ACTIONS(2992), + [anon_sym_noreturn] = ACTIONS(2992), + [anon_sym__Nonnull] = ACTIONS(2992), + [anon_sym_mutable] = ACTIONS(2992), + [anon_sym_constinit] = ACTIONS(2992), + [anon_sym_consteval] = ACTIONS(2992), + [anon_sym_PROGMEM] = ACTIONS(2992), + [anon_sym_alignas] = ACTIONS(2992), + [anon_sym__Alignas] = ACTIONS(2992), + [aux_sym_primitive_type_token1] = ACTIONS(2992), + [anon_sym_byte] = ACTIONS(2992), + [anon_sym_word] = ACTIONS(2992), + [anon_sym_enum] = ACTIONS(2992), + [anon_sym_class] = ACTIONS(2992), + [anon_sym_struct] = ACTIONS(2992), + [anon_sym_union] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_switch] = ACTIONS(2992), + [anon_sym_case] = ACTIONS(2992), + [anon_sym_default] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_goto] = ACTIONS(2992), + [anon_sym___try] = ACTIONS(2992), + [anon_sym___leave] = ACTIONS(2992), + [anon_sym_not] = ACTIONS(2992), + [anon_sym_compl] = ACTIONS(2992), + [anon_sym_DASH_DASH] = ACTIONS(2994), + [anon_sym_PLUS_PLUS] = ACTIONS(2994), + [anon_sym_sizeof] = ACTIONS(2992), + [anon_sym___alignof__] = ACTIONS(2992), + [anon_sym___alignof] = ACTIONS(2992), + [anon_sym__alignof] = ACTIONS(2992), + [anon_sym_alignof] = ACTIONS(2992), + [anon_sym__Alignof] = ACTIONS(2992), + [anon_sym_offsetof] = ACTIONS(2992), + [anon_sym__Generic] = ACTIONS(2992), + [anon_sym_asm] = ACTIONS(2992), + [anon_sym___asm__] = ACTIONS(2992), + [anon_sym___asm] = ACTIONS(2992), + [aux_sym_number_literal_token1] = ACTIONS(2994), + [aux_sym_number_literal_token2] = ACTIONS(2992), + [anon_sym_L_SQUOTE] = ACTIONS(2994), + [anon_sym_u_SQUOTE] = ACTIONS(2994), + [anon_sym_U_SQUOTE] = ACTIONS(2994), + [anon_sym_u8_SQUOTE] = ACTIONS(2994), + [anon_sym_SQUOTE] = ACTIONS(2994), + [anon_sym_L_DQUOTE] = ACTIONS(2994), + [anon_sym_u_DQUOTE] = ACTIONS(2994), + [anon_sym_U_DQUOTE] = ACTIONS(2994), + [anon_sym_u8_DQUOTE] = ACTIONS(2994), + [anon_sym_DQUOTE] = ACTIONS(2994), + [sym_true] = ACTIONS(2992), + [sym_false] = ACTIONS(2992), + [anon_sym_NULL] = ACTIONS(2992), + [anon_sym_nullptr] = ACTIONS(2992), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2992), + [anon_sym_decltype] = ACTIONS(2992), + [anon_sym_explicit] = ACTIONS(2992), + [anon_sym_typename] = ACTIONS(2992), + [anon_sym_template] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_delete] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_namespace] = ACTIONS(2992), + [anon_sym_using] = ACTIONS(2992), + [anon_sym_static_assert] = ACTIONS(2992), + [anon_sym_concept] = ACTIONS(2992), + [anon_sym_co_return] = ACTIONS(2992), + [anon_sym_co_yield] = ACTIONS(2992), + [anon_sym_R_DQUOTE] = ACTIONS(2994), + [anon_sym_LR_DQUOTE] = ACTIONS(2994), + [anon_sym_uR_DQUOTE] = ACTIONS(2994), + [anon_sym_UR_DQUOTE] = ACTIONS(2994), + [anon_sym_u8R_DQUOTE] = ACTIONS(2994), + [anon_sym_co_await] = ACTIONS(2992), + [anon_sym_new] = ACTIONS(2992), + [anon_sym_requires] = ACTIONS(2992), + [sym_this] = ACTIONS(2992), }, [318] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_include_token1] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token2] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [aux_sym_preproc_else_token1] = ACTIONS(3002), - [aux_sym_preproc_elif_token1] = ACTIONS(3002), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_BANG] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_PLUS] = ACTIONS(3002), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym___cdecl] = ACTIONS(3002), - [anon_sym___clrcall] = ACTIONS(3002), - [anon_sym___stdcall] = ACTIONS(3002), - [anon_sym___fastcall] = ACTIONS(3002), - [anon_sym___thiscall] = ACTIONS(3002), - [anon_sym___vectorcall] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3004), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [anon_sym_if] = ACTIONS(3002), - [anon_sym_switch] = ACTIONS(3002), - [anon_sym_case] = ACTIONS(3002), - [anon_sym_default] = ACTIONS(3002), - [anon_sym_while] = ACTIONS(3002), - [anon_sym_do] = ACTIONS(3002), - [anon_sym_for] = ACTIONS(3002), - [anon_sym_return] = ACTIONS(3002), - [anon_sym_break] = ACTIONS(3002), - [anon_sym_continue] = ACTIONS(3002), - [anon_sym_goto] = ACTIONS(3002), - [anon_sym___try] = ACTIONS(3002), - [anon_sym___leave] = ACTIONS(3002), - [anon_sym_not] = ACTIONS(3002), - [anon_sym_compl] = ACTIONS(3002), - [anon_sym_DASH_DASH] = ACTIONS(3004), - [anon_sym_PLUS_PLUS] = ACTIONS(3004), - [anon_sym_sizeof] = ACTIONS(3002), - [anon_sym___alignof__] = ACTIONS(3002), - [anon_sym___alignof] = ACTIONS(3002), - [anon_sym__alignof] = ACTIONS(3002), - [anon_sym_alignof] = ACTIONS(3002), - [anon_sym__Alignof] = ACTIONS(3002), - [anon_sym_offsetof] = ACTIONS(3002), - [anon_sym__Generic] = ACTIONS(3002), - [anon_sym_asm] = ACTIONS(3002), - [anon_sym___asm__] = ACTIONS(3002), - [anon_sym___asm] = ACTIONS(3002), - [aux_sym_number_literal_token1] = ACTIONS(3004), - [aux_sym_number_literal_token2] = ACTIONS(3002), - [anon_sym_L_SQUOTE] = ACTIONS(3004), - [anon_sym_u_SQUOTE] = ACTIONS(3004), - [anon_sym_U_SQUOTE] = ACTIONS(3004), - [anon_sym_u8_SQUOTE] = ACTIONS(3004), - [anon_sym_SQUOTE] = ACTIONS(3004), - [anon_sym_L_DQUOTE] = ACTIONS(3004), - [anon_sym_u_DQUOTE] = ACTIONS(3004), - [anon_sym_U_DQUOTE] = ACTIONS(3004), - [anon_sym_u8_DQUOTE] = ACTIONS(3004), - [anon_sym_DQUOTE] = ACTIONS(3004), - [sym_true] = ACTIONS(3002), - [sym_false] = ACTIONS(3002), - [anon_sym_NULL] = ACTIONS(3002), - [anon_sym_nullptr] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_try] = ACTIONS(3002), - [anon_sym_delete] = ACTIONS(3002), - [anon_sym_throw] = ACTIONS(3002), - [anon_sym_namespace] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), - [anon_sym_concept] = ACTIONS(3002), - [anon_sym_co_return] = ACTIONS(3002), - [anon_sym_co_yield] = ACTIONS(3002), - [anon_sym_R_DQUOTE] = ACTIONS(3004), - [anon_sym_LR_DQUOTE] = ACTIONS(3004), - [anon_sym_uR_DQUOTE] = ACTIONS(3004), - [anon_sym_UR_DQUOTE] = ACTIONS(3004), - [anon_sym_u8R_DQUOTE] = ACTIONS(3004), - [anon_sym_co_await] = ACTIONS(3002), - [anon_sym_new] = ACTIONS(3002), - [anon_sym_requires] = ACTIONS(3002), - [sym_this] = ACTIONS(3002), + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [aux_sym_preproc_else_token1] = ACTIONS(2996), + [aux_sym_preproc_elif_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), }, [319] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_include_token1] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token2] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [aux_sym_preproc_else_token1] = ACTIONS(3006), - [aux_sym_preproc_elif_token1] = ACTIONS(3006), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_BANG] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_PLUS] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym___cdecl] = ACTIONS(3006), - [anon_sym___clrcall] = ACTIONS(3006), - [anon_sym___stdcall] = ACTIONS(3006), - [anon_sym___fastcall] = ACTIONS(3006), - [anon_sym___thiscall] = ACTIONS(3006), - [anon_sym___vectorcall] = ACTIONS(3006), - [anon_sym_LBRACE] = ACTIONS(3008), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [anon_sym_if] = ACTIONS(3006), - [anon_sym_switch] = ACTIONS(3006), - [anon_sym_case] = ACTIONS(3006), - [anon_sym_default] = ACTIONS(3006), - [anon_sym_while] = ACTIONS(3006), - [anon_sym_do] = ACTIONS(3006), - [anon_sym_for] = ACTIONS(3006), - [anon_sym_return] = ACTIONS(3006), - [anon_sym_break] = ACTIONS(3006), - [anon_sym_continue] = ACTIONS(3006), - [anon_sym_goto] = ACTIONS(3006), - [anon_sym___try] = ACTIONS(3006), - [anon_sym___leave] = ACTIONS(3006), - [anon_sym_not] = ACTIONS(3006), - [anon_sym_compl] = ACTIONS(3006), - [anon_sym_DASH_DASH] = ACTIONS(3008), - [anon_sym_PLUS_PLUS] = ACTIONS(3008), - [anon_sym_sizeof] = ACTIONS(3006), - [anon_sym___alignof__] = ACTIONS(3006), - [anon_sym___alignof] = ACTIONS(3006), - [anon_sym__alignof] = ACTIONS(3006), - [anon_sym_alignof] = ACTIONS(3006), - [anon_sym__Alignof] = ACTIONS(3006), - [anon_sym_offsetof] = ACTIONS(3006), - [anon_sym__Generic] = ACTIONS(3006), - [anon_sym_asm] = ACTIONS(3006), - [anon_sym___asm__] = ACTIONS(3006), - [anon_sym___asm] = ACTIONS(3006), - [aux_sym_number_literal_token1] = ACTIONS(3008), - [aux_sym_number_literal_token2] = ACTIONS(3006), - [anon_sym_L_SQUOTE] = ACTIONS(3008), - [anon_sym_u_SQUOTE] = ACTIONS(3008), - [anon_sym_U_SQUOTE] = ACTIONS(3008), - [anon_sym_u8_SQUOTE] = ACTIONS(3008), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_L_DQUOTE] = ACTIONS(3008), - [anon_sym_u_DQUOTE] = ACTIONS(3008), - [anon_sym_U_DQUOTE] = ACTIONS(3008), - [anon_sym_u8_DQUOTE] = ACTIONS(3008), - [anon_sym_DQUOTE] = ACTIONS(3008), - [sym_true] = ACTIONS(3006), - [sym_false] = ACTIONS(3006), - [anon_sym_NULL] = ACTIONS(3006), - [anon_sym_nullptr] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_try] = ACTIONS(3006), - [anon_sym_delete] = ACTIONS(3006), - [anon_sym_throw] = ACTIONS(3006), - [anon_sym_namespace] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), - [anon_sym_concept] = ACTIONS(3006), - [anon_sym_co_return] = ACTIONS(3006), - [anon_sym_co_yield] = ACTIONS(3006), - [anon_sym_R_DQUOTE] = ACTIONS(3008), - [anon_sym_LR_DQUOTE] = ACTIONS(3008), - [anon_sym_uR_DQUOTE] = ACTIONS(3008), - [anon_sym_UR_DQUOTE] = ACTIONS(3008), - [anon_sym_u8R_DQUOTE] = ACTIONS(3008), - [anon_sym_co_await] = ACTIONS(3006), - [anon_sym_new] = ACTIONS(3006), - [anon_sym_requires] = ACTIONS(3006), - [sym_this] = ACTIONS(3006), + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [aux_sym_preproc_else_token1] = ACTIONS(2996), + [aux_sym_preproc_elif_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), }, [320] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_include_token1] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token2] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [aux_sym_preproc_else_token1] = ACTIONS(3010), - [aux_sym_preproc_elif_token1] = ACTIONS(3010), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_BANG] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_PLUS] = ACTIONS(3010), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym___cdecl] = ACTIONS(3010), - [anon_sym___clrcall] = ACTIONS(3010), - [anon_sym___stdcall] = ACTIONS(3010), - [anon_sym___fastcall] = ACTIONS(3010), - [anon_sym___thiscall] = ACTIONS(3010), - [anon_sym___vectorcall] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3012), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [anon_sym_if] = ACTIONS(3010), - [anon_sym_switch] = ACTIONS(3010), - [anon_sym_case] = ACTIONS(3010), - [anon_sym_default] = ACTIONS(3010), - [anon_sym_while] = ACTIONS(3010), - [anon_sym_do] = ACTIONS(3010), - [anon_sym_for] = ACTIONS(3010), - [anon_sym_return] = ACTIONS(3010), - [anon_sym_break] = ACTIONS(3010), - [anon_sym_continue] = ACTIONS(3010), - [anon_sym_goto] = ACTIONS(3010), - [anon_sym___try] = ACTIONS(3010), - [anon_sym___leave] = ACTIONS(3010), - [anon_sym_not] = ACTIONS(3010), - [anon_sym_compl] = ACTIONS(3010), - [anon_sym_DASH_DASH] = ACTIONS(3012), - [anon_sym_PLUS_PLUS] = ACTIONS(3012), - [anon_sym_sizeof] = ACTIONS(3010), - [anon_sym___alignof__] = ACTIONS(3010), - [anon_sym___alignof] = ACTIONS(3010), - [anon_sym__alignof] = ACTIONS(3010), - [anon_sym_alignof] = ACTIONS(3010), - [anon_sym__Alignof] = ACTIONS(3010), - [anon_sym_offsetof] = ACTIONS(3010), - [anon_sym__Generic] = ACTIONS(3010), - [anon_sym_asm] = ACTIONS(3010), - [anon_sym___asm__] = ACTIONS(3010), - [anon_sym___asm] = ACTIONS(3010), - [aux_sym_number_literal_token1] = ACTIONS(3012), - [aux_sym_number_literal_token2] = ACTIONS(3010), - [anon_sym_L_SQUOTE] = ACTIONS(3012), - [anon_sym_u_SQUOTE] = ACTIONS(3012), - [anon_sym_U_SQUOTE] = ACTIONS(3012), - [anon_sym_u8_SQUOTE] = ACTIONS(3012), - [anon_sym_SQUOTE] = ACTIONS(3012), - [anon_sym_L_DQUOTE] = ACTIONS(3012), - [anon_sym_u_DQUOTE] = ACTIONS(3012), - [anon_sym_U_DQUOTE] = ACTIONS(3012), - [anon_sym_u8_DQUOTE] = ACTIONS(3012), - [anon_sym_DQUOTE] = ACTIONS(3012), - [sym_true] = ACTIONS(3010), - [sym_false] = ACTIONS(3010), - [anon_sym_NULL] = ACTIONS(3010), - [anon_sym_nullptr] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_try] = ACTIONS(3010), - [anon_sym_delete] = ACTIONS(3010), - [anon_sym_throw] = ACTIONS(3010), - [anon_sym_namespace] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), - [anon_sym_concept] = ACTIONS(3010), - [anon_sym_co_return] = ACTIONS(3010), - [anon_sym_co_yield] = ACTIONS(3010), - [anon_sym_R_DQUOTE] = ACTIONS(3012), - [anon_sym_LR_DQUOTE] = ACTIONS(3012), - [anon_sym_uR_DQUOTE] = ACTIONS(3012), - [anon_sym_UR_DQUOTE] = ACTIONS(3012), - [anon_sym_u8R_DQUOTE] = ACTIONS(3012), - [anon_sym_co_await] = ACTIONS(3010), - [anon_sym_new] = ACTIONS(3010), - [anon_sym_requires] = ACTIONS(3010), - [sym_this] = ACTIONS(3010), + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_include_token1] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token2] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [aux_sym_preproc_else_token1] = ACTIONS(3000), + [aux_sym_preproc_elif_token1] = ACTIONS(3000), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_BANG] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_PLUS] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym___cdecl] = ACTIONS(3000), + [anon_sym___clrcall] = ACTIONS(3000), + [anon_sym___stdcall] = ACTIONS(3000), + [anon_sym___fastcall] = ACTIONS(3000), + [anon_sym___thiscall] = ACTIONS(3000), + [anon_sym___vectorcall] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3002), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [anon_sym_if] = ACTIONS(3000), + [anon_sym_switch] = ACTIONS(3000), + [anon_sym_case] = ACTIONS(3000), + [anon_sym_default] = ACTIONS(3000), + [anon_sym_while] = ACTIONS(3000), + [anon_sym_do] = ACTIONS(3000), + [anon_sym_for] = ACTIONS(3000), + [anon_sym_return] = ACTIONS(3000), + [anon_sym_break] = ACTIONS(3000), + [anon_sym_continue] = ACTIONS(3000), + [anon_sym_goto] = ACTIONS(3000), + [anon_sym___try] = ACTIONS(3000), + [anon_sym___leave] = ACTIONS(3000), + [anon_sym_not] = ACTIONS(3000), + [anon_sym_compl] = ACTIONS(3000), + [anon_sym_DASH_DASH] = ACTIONS(3002), + [anon_sym_PLUS_PLUS] = ACTIONS(3002), + [anon_sym_sizeof] = ACTIONS(3000), + [anon_sym___alignof__] = ACTIONS(3000), + [anon_sym___alignof] = ACTIONS(3000), + [anon_sym__alignof] = ACTIONS(3000), + [anon_sym_alignof] = ACTIONS(3000), + [anon_sym__Alignof] = ACTIONS(3000), + [anon_sym_offsetof] = ACTIONS(3000), + [anon_sym__Generic] = ACTIONS(3000), + [anon_sym_asm] = ACTIONS(3000), + [anon_sym___asm__] = ACTIONS(3000), + [anon_sym___asm] = ACTIONS(3000), + [aux_sym_number_literal_token1] = ACTIONS(3002), + [aux_sym_number_literal_token2] = ACTIONS(3000), + [anon_sym_L_SQUOTE] = ACTIONS(3002), + [anon_sym_u_SQUOTE] = ACTIONS(3002), + [anon_sym_U_SQUOTE] = ACTIONS(3002), + [anon_sym_u8_SQUOTE] = ACTIONS(3002), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_L_DQUOTE] = ACTIONS(3002), + [anon_sym_u_DQUOTE] = ACTIONS(3002), + [anon_sym_U_DQUOTE] = ACTIONS(3002), + [anon_sym_u8_DQUOTE] = ACTIONS(3002), + [anon_sym_DQUOTE] = ACTIONS(3002), + [sym_true] = ACTIONS(3000), + [sym_false] = ACTIONS(3000), + [anon_sym_NULL] = ACTIONS(3000), + [anon_sym_nullptr] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_try] = ACTIONS(3000), + [anon_sym_delete] = ACTIONS(3000), + [anon_sym_throw] = ACTIONS(3000), + [anon_sym_namespace] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + [anon_sym_concept] = ACTIONS(3000), + [anon_sym_co_return] = ACTIONS(3000), + [anon_sym_co_yield] = ACTIONS(3000), + [anon_sym_R_DQUOTE] = ACTIONS(3002), + [anon_sym_LR_DQUOTE] = ACTIONS(3002), + [anon_sym_uR_DQUOTE] = ACTIONS(3002), + [anon_sym_UR_DQUOTE] = ACTIONS(3002), + [anon_sym_u8R_DQUOTE] = ACTIONS(3002), + [anon_sym_co_await] = ACTIONS(3000), + [anon_sym_new] = ACTIONS(3000), + [anon_sym_requires] = ACTIONS(3000), + [sym_this] = ACTIONS(3000), }, [321] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_include_token1] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token2] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [aux_sym_preproc_else_token1] = ACTIONS(3014), - [aux_sym_preproc_elif_token1] = ACTIONS(3014), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_BANG] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_DASH] = ACTIONS(3014), - [anon_sym_PLUS] = ACTIONS(3014), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym___cdecl] = ACTIONS(3014), - [anon_sym___clrcall] = ACTIONS(3014), - [anon_sym___stdcall] = ACTIONS(3014), - [anon_sym___fastcall] = ACTIONS(3014), - [anon_sym___thiscall] = ACTIONS(3014), - [anon_sym___vectorcall] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3016), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [anon_sym_if] = ACTIONS(3014), - [anon_sym_switch] = ACTIONS(3014), - [anon_sym_case] = ACTIONS(3014), - [anon_sym_default] = ACTIONS(3014), - [anon_sym_while] = ACTIONS(3014), - [anon_sym_do] = ACTIONS(3014), - [anon_sym_for] = ACTIONS(3014), - [anon_sym_return] = ACTIONS(3014), - [anon_sym_break] = ACTIONS(3014), - [anon_sym_continue] = ACTIONS(3014), - [anon_sym_goto] = ACTIONS(3014), - [anon_sym___try] = ACTIONS(3014), - [anon_sym___leave] = ACTIONS(3014), - [anon_sym_not] = ACTIONS(3014), - [anon_sym_compl] = ACTIONS(3014), - [anon_sym_DASH_DASH] = ACTIONS(3016), - [anon_sym_PLUS_PLUS] = ACTIONS(3016), - [anon_sym_sizeof] = ACTIONS(3014), - [anon_sym___alignof__] = ACTIONS(3014), - [anon_sym___alignof] = ACTIONS(3014), - [anon_sym__alignof] = ACTIONS(3014), - [anon_sym_alignof] = ACTIONS(3014), - [anon_sym__Alignof] = ACTIONS(3014), - [anon_sym_offsetof] = ACTIONS(3014), - [anon_sym__Generic] = ACTIONS(3014), - [anon_sym_asm] = ACTIONS(3014), - [anon_sym___asm__] = ACTIONS(3014), - [anon_sym___asm] = ACTIONS(3014), - [aux_sym_number_literal_token1] = ACTIONS(3016), - [aux_sym_number_literal_token2] = ACTIONS(3014), - [anon_sym_L_SQUOTE] = ACTIONS(3016), - [anon_sym_u_SQUOTE] = ACTIONS(3016), - [anon_sym_U_SQUOTE] = ACTIONS(3016), - [anon_sym_u8_SQUOTE] = ACTIONS(3016), - [anon_sym_SQUOTE] = ACTIONS(3016), - [anon_sym_L_DQUOTE] = ACTIONS(3016), - [anon_sym_u_DQUOTE] = ACTIONS(3016), - [anon_sym_U_DQUOTE] = ACTIONS(3016), - [anon_sym_u8_DQUOTE] = ACTIONS(3016), - [anon_sym_DQUOTE] = ACTIONS(3016), - [sym_true] = ACTIONS(3014), - [sym_false] = ACTIONS(3014), - [anon_sym_NULL] = ACTIONS(3014), - [anon_sym_nullptr] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_try] = ACTIONS(3014), - [anon_sym_delete] = ACTIONS(3014), - [anon_sym_throw] = ACTIONS(3014), - [anon_sym_namespace] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), - [anon_sym_concept] = ACTIONS(3014), - [anon_sym_co_return] = ACTIONS(3014), - [anon_sym_co_yield] = ACTIONS(3014), - [anon_sym_R_DQUOTE] = ACTIONS(3016), - [anon_sym_LR_DQUOTE] = ACTIONS(3016), - [anon_sym_uR_DQUOTE] = ACTIONS(3016), - [anon_sym_UR_DQUOTE] = ACTIONS(3016), - [anon_sym_u8R_DQUOTE] = ACTIONS(3016), - [anon_sym_co_await] = ACTIONS(3014), - [anon_sym_new] = ACTIONS(3014), - [anon_sym_requires] = ACTIONS(3014), - [sym_this] = ACTIONS(3014), + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_include_token1] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token2] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [aux_sym_preproc_else_token1] = ACTIONS(3004), + [aux_sym_preproc_elif_token1] = ACTIONS(3004), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_BANG] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_DASH] = ACTIONS(3004), + [anon_sym_PLUS] = ACTIONS(3004), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym___cdecl] = ACTIONS(3004), + [anon_sym___clrcall] = ACTIONS(3004), + [anon_sym___stdcall] = ACTIONS(3004), + [anon_sym___fastcall] = ACTIONS(3004), + [anon_sym___thiscall] = ACTIONS(3004), + [anon_sym___vectorcall] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3006), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [anon_sym_if] = ACTIONS(3004), + [anon_sym_switch] = ACTIONS(3004), + [anon_sym_case] = ACTIONS(3004), + [anon_sym_default] = ACTIONS(3004), + [anon_sym_while] = ACTIONS(3004), + [anon_sym_do] = ACTIONS(3004), + [anon_sym_for] = ACTIONS(3004), + [anon_sym_return] = ACTIONS(3004), + [anon_sym_break] = ACTIONS(3004), + [anon_sym_continue] = ACTIONS(3004), + [anon_sym_goto] = ACTIONS(3004), + [anon_sym___try] = ACTIONS(3004), + [anon_sym___leave] = ACTIONS(3004), + [anon_sym_not] = ACTIONS(3004), + [anon_sym_compl] = ACTIONS(3004), + [anon_sym_DASH_DASH] = ACTIONS(3006), + [anon_sym_PLUS_PLUS] = ACTIONS(3006), + [anon_sym_sizeof] = ACTIONS(3004), + [anon_sym___alignof__] = ACTIONS(3004), + [anon_sym___alignof] = ACTIONS(3004), + [anon_sym__alignof] = ACTIONS(3004), + [anon_sym_alignof] = ACTIONS(3004), + [anon_sym__Alignof] = ACTIONS(3004), + [anon_sym_offsetof] = ACTIONS(3004), + [anon_sym__Generic] = ACTIONS(3004), + [anon_sym_asm] = ACTIONS(3004), + [anon_sym___asm__] = ACTIONS(3004), + [anon_sym___asm] = ACTIONS(3004), + [aux_sym_number_literal_token1] = ACTIONS(3006), + [aux_sym_number_literal_token2] = ACTIONS(3004), + [anon_sym_L_SQUOTE] = ACTIONS(3006), + [anon_sym_u_SQUOTE] = ACTIONS(3006), + [anon_sym_U_SQUOTE] = ACTIONS(3006), + [anon_sym_u8_SQUOTE] = ACTIONS(3006), + [anon_sym_SQUOTE] = ACTIONS(3006), + [anon_sym_L_DQUOTE] = ACTIONS(3006), + [anon_sym_u_DQUOTE] = ACTIONS(3006), + [anon_sym_U_DQUOTE] = ACTIONS(3006), + [anon_sym_u8_DQUOTE] = ACTIONS(3006), + [anon_sym_DQUOTE] = ACTIONS(3006), + [sym_true] = ACTIONS(3004), + [sym_false] = ACTIONS(3004), + [anon_sym_NULL] = ACTIONS(3004), + [anon_sym_nullptr] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_try] = ACTIONS(3004), + [anon_sym_delete] = ACTIONS(3004), + [anon_sym_throw] = ACTIONS(3004), + [anon_sym_namespace] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + [anon_sym_concept] = ACTIONS(3004), + [anon_sym_co_return] = ACTIONS(3004), + [anon_sym_co_yield] = ACTIONS(3004), + [anon_sym_R_DQUOTE] = ACTIONS(3006), + [anon_sym_LR_DQUOTE] = ACTIONS(3006), + [anon_sym_uR_DQUOTE] = ACTIONS(3006), + [anon_sym_UR_DQUOTE] = ACTIONS(3006), + [anon_sym_u8R_DQUOTE] = ACTIONS(3006), + [anon_sym_co_await] = ACTIONS(3004), + [anon_sym_new] = ACTIONS(3004), + [anon_sym_requires] = ACTIONS(3004), + [sym_this] = ACTIONS(3004), }, [322] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_include_token1] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token2] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [aux_sym_preproc_else_token1] = ACTIONS(3018), - [aux_sym_preproc_elif_token1] = ACTIONS(3018), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_BANG] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_DASH] = ACTIONS(3018), - [anon_sym_PLUS] = ACTIONS(3018), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym___cdecl] = ACTIONS(3018), - [anon_sym___clrcall] = ACTIONS(3018), - [anon_sym___stdcall] = ACTIONS(3018), - [anon_sym___fastcall] = ACTIONS(3018), - [anon_sym___thiscall] = ACTIONS(3018), - [anon_sym___vectorcall] = ACTIONS(3018), - [anon_sym_LBRACE] = ACTIONS(3020), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [anon_sym_if] = ACTIONS(3018), - [anon_sym_switch] = ACTIONS(3018), - [anon_sym_case] = ACTIONS(3018), - [anon_sym_default] = ACTIONS(3018), - [anon_sym_while] = ACTIONS(3018), - [anon_sym_do] = ACTIONS(3018), - [anon_sym_for] = ACTIONS(3018), - [anon_sym_return] = ACTIONS(3018), - [anon_sym_break] = ACTIONS(3018), - [anon_sym_continue] = ACTIONS(3018), - [anon_sym_goto] = ACTIONS(3018), - [anon_sym___try] = ACTIONS(3018), - [anon_sym___leave] = ACTIONS(3018), - [anon_sym_not] = ACTIONS(3018), - [anon_sym_compl] = ACTIONS(3018), - [anon_sym_DASH_DASH] = ACTIONS(3020), - [anon_sym_PLUS_PLUS] = ACTIONS(3020), - [anon_sym_sizeof] = ACTIONS(3018), - [anon_sym___alignof__] = ACTIONS(3018), - [anon_sym___alignof] = ACTIONS(3018), - [anon_sym__alignof] = ACTIONS(3018), - [anon_sym_alignof] = ACTIONS(3018), - [anon_sym__Alignof] = ACTIONS(3018), - [anon_sym_offsetof] = ACTIONS(3018), - [anon_sym__Generic] = ACTIONS(3018), - [anon_sym_asm] = ACTIONS(3018), - [anon_sym___asm__] = ACTIONS(3018), - [anon_sym___asm] = ACTIONS(3018), - [aux_sym_number_literal_token1] = ACTIONS(3020), - [aux_sym_number_literal_token2] = ACTIONS(3018), - [anon_sym_L_SQUOTE] = ACTIONS(3020), - [anon_sym_u_SQUOTE] = ACTIONS(3020), - [anon_sym_U_SQUOTE] = ACTIONS(3020), - [anon_sym_u8_SQUOTE] = ACTIONS(3020), - [anon_sym_SQUOTE] = ACTIONS(3020), - [anon_sym_L_DQUOTE] = ACTIONS(3020), - [anon_sym_u_DQUOTE] = ACTIONS(3020), - [anon_sym_U_DQUOTE] = ACTIONS(3020), - [anon_sym_u8_DQUOTE] = ACTIONS(3020), - [anon_sym_DQUOTE] = ACTIONS(3020), - [sym_true] = ACTIONS(3018), - [sym_false] = ACTIONS(3018), - [anon_sym_NULL] = ACTIONS(3018), - [anon_sym_nullptr] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_try] = ACTIONS(3018), - [anon_sym_delete] = ACTIONS(3018), - [anon_sym_throw] = ACTIONS(3018), - [anon_sym_namespace] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), - [anon_sym_concept] = ACTIONS(3018), - [anon_sym_co_return] = ACTIONS(3018), - [anon_sym_co_yield] = ACTIONS(3018), - [anon_sym_R_DQUOTE] = ACTIONS(3020), - [anon_sym_LR_DQUOTE] = ACTIONS(3020), - [anon_sym_uR_DQUOTE] = ACTIONS(3020), - [anon_sym_UR_DQUOTE] = ACTIONS(3020), - [anon_sym_u8R_DQUOTE] = ACTIONS(3020), - [anon_sym_co_await] = ACTIONS(3018), - [anon_sym_new] = ACTIONS(3018), - [anon_sym_requires] = ACTIONS(3018), - [sym_this] = ACTIONS(3018), + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_include_token1] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token2] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [aux_sym_preproc_else_token1] = ACTIONS(3008), + [aux_sym_preproc_elif_token1] = ACTIONS(3008), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_BANG] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_DASH] = ACTIONS(3008), + [anon_sym_PLUS] = ACTIONS(3008), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym___cdecl] = ACTIONS(3008), + [anon_sym___clrcall] = ACTIONS(3008), + [anon_sym___stdcall] = ACTIONS(3008), + [anon_sym___fastcall] = ACTIONS(3008), + [anon_sym___thiscall] = ACTIONS(3008), + [anon_sym___vectorcall] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3010), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [anon_sym_if] = ACTIONS(3008), + [anon_sym_switch] = ACTIONS(3008), + [anon_sym_case] = ACTIONS(3008), + [anon_sym_default] = ACTIONS(3008), + [anon_sym_while] = ACTIONS(3008), + [anon_sym_do] = ACTIONS(3008), + [anon_sym_for] = ACTIONS(3008), + [anon_sym_return] = ACTIONS(3008), + [anon_sym_break] = ACTIONS(3008), + [anon_sym_continue] = ACTIONS(3008), + [anon_sym_goto] = ACTIONS(3008), + [anon_sym___try] = ACTIONS(3008), + [anon_sym___leave] = ACTIONS(3008), + [anon_sym_not] = ACTIONS(3008), + [anon_sym_compl] = ACTIONS(3008), + [anon_sym_DASH_DASH] = ACTIONS(3010), + [anon_sym_PLUS_PLUS] = ACTIONS(3010), + [anon_sym_sizeof] = ACTIONS(3008), + [anon_sym___alignof__] = ACTIONS(3008), + [anon_sym___alignof] = ACTIONS(3008), + [anon_sym__alignof] = ACTIONS(3008), + [anon_sym_alignof] = ACTIONS(3008), + [anon_sym__Alignof] = ACTIONS(3008), + [anon_sym_offsetof] = ACTIONS(3008), + [anon_sym__Generic] = ACTIONS(3008), + [anon_sym_asm] = ACTIONS(3008), + [anon_sym___asm__] = ACTIONS(3008), + [anon_sym___asm] = ACTIONS(3008), + [aux_sym_number_literal_token1] = ACTIONS(3010), + [aux_sym_number_literal_token2] = ACTIONS(3008), + [anon_sym_L_SQUOTE] = ACTIONS(3010), + [anon_sym_u_SQUOTE] = ACTIONS(3010), + [anon_sym_U_SQUOTE] = ACTIONS(3010), + [anon_sym_u8_SQUOTE] = ACTIONS(3010), + [anon_sym_SQUOTE] = ACTIONS(3010), + [anon_sym_L_DQUOTE] = ACTIONS(3010), + [anon_sym_u_DQUOTE] = ACTIONS(3010), + [anon_sym_U_DQUOTE] = ACTIONS(3010), + [anon_sym_u8_DQUOTE] = ACTIONS(3010), + [anon_sym_DQUOTE] = ACTIONS(3010), + [sym_true] = ACTIONS(3008), + [sym_false] = ACTIONS(3008), + [anon_sym_NULL] = ACTIONS(3008), + [anon_sym_nullptr] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_try] = ACTIONS(3008), + [anon_sym_delete] = ACTIONS(3008), + [anon_sym_throw] = ACTIONS(3008), + [anon_sym_namespace] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + [anon_sym_concept] = ACTIONS(3008), + [anon_sym_co_return] = ACTIONS(3008), + [anon_sym_co_yield] = ACTIONS(3008), + [anon_sym_R_DQUOTE] = ACTIONS(3010), + [anon_sym_LR_DQUOTE] = ACTIONS(3010), + [anon_sym_uR_DQUOTE] = ACTIONS(3010), + [anon_sym_UR_DQUOTE] = ACTIONS(3010), + [anon_sym_u8R_DQUOTE] = ACTIONS(3010), + [anon_sym_co_await] = ACTIONS(3008), + [anon_sym_new] = ACTIONS(3008), + [anon_sym_requires] = ACTIONS(3008), + [sym_this] = ACTIONS(3008), }, [323] = { - [sym_catch_clause] = STATE(323), - [aux_sym_constructor_try_statement_repeat1] = STATE(323), - [ts_builtin_sym_end] = ACTIONS(2564), - [sym_identifier] = ACTIONS(2562), - [aux_sym_preproc_include_token1] = ACTIONS(2562), - [aux_sym_preproc_def_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), - [sym_preproc_directive] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_BANG] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_DASH] = ACTIONS(2562), - [anon_sym_PLUS] = ACTIONS(2562), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP_AMP] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym___extension__] = ACTIONS(2562), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym___attribute] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym___based] = ACTIONS(2562), - [anon_sym___cdecl] = ACTIONS(2562), - [anon_sym___clrcall] = ACTIONS(2562), - [anon_sym___stdcall] = ACTIONS(2562), - [anon_sym___fastcall] = ACTIONS(2562), - [anon_sym___thiscall] = ACTIONS(2562), - [anon_sym___vectorcall] = ACTIONS(2562), - [anon_sym_LBRACE] = ACTIONS(2564), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym___inline] = ACTIONS(2562), - [anon_sym___inline__] = ACTIONS(2562), - [anon_sym___forceinline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym___thread] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym___restrict__] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym__Noreturn] = ACTIONS(2562), - [anon_sym_noreturn] = ACTIONS(2562), - [anon_sym__Nonnull] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_PROGMEM] = ACTIONS(2562), - [anon_sym_alignas] = ACTIONS(2562), - [anon_sym__Alignas] = ACTIONS(2562), - [aux_sym_primitive_type_token1] = ACTIONS(2562), - [anon_sym_byte] = ACTIONS(2562), - [anon_sym_word] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), - [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), - [anon_sym_switch] = ACTIONS(2562), - [anon_sym_case] = ACTIONS(2562), - [anon_sym_default] = ACTIONS(2562), - [anon_sym_while] = ACTIONS(2562), - [anon_sym_do] = ACTIONS(2562), - [anon_sym_for] = ACTIONS(2562), - [anon_sym_return] = ACTIONS(2562), - [anon_sym_break] = ACTIONS(2562), - [anon_sym_continue] = ACTIONS(2562), - [anon_sym_goto] = ACTIONS(2562), - [anon_sym___try] = ACTIONS(2562), - [anon_sym___leave] = ACTIONS(2562), - [anon_sym_not] = ACTIONS(2562), - [anon_sym_compl] = ACTIONS(2562), - [anon_sym_DASH_DASH] = ACTIONS(2564), - [anon_sym_PLUS_PLUS] = ACTIONS(2564), - [anon_sym_sizeof] = ACTIONS(2562), - [anon_sym___alignof__] = ACTIONS(2562), - [anon_sym___alignof] = ACTIONS(2562), - [anon_sym__alignof] = ACTIONS(2562), - [anon_sym_alignof] = ACTIONS(2562), - [anon_sym__Alignof] = ACTIONS(2562), - [anon_sym_offsetof] = ACTIONS(2562), - [anon_sym__Generic] = ACTIONS(2562), - [anon_sym_asm] = ACTIONS(2562), - [anon_sym___asm__] = ACTIONS(2562), - [anon_sym___asm] = ACTIONS(2562), - [aux_sym_number_literal_token1] = ACTIONS(2564), - [aux_sym_number_literal_token2] = ACTIONS(2562), - [anon_sym_L_SQUOTE] = ACTIONS(2564), - [anon_sym_u_SQUOTE] = ACTIONS(2564), - [anon_sym_U_SQUOTE] = ACTIONS(2564), - [anon_sym_u8_SQUOTE] = ACTIONS(2564), - [anon_sym_SQUOTE] = ACTIONS(2564), - [anon_sym_L_DQUOTE] = ACTIONS(2564), - [anon_sym_u_DQUOTE] = ACTIONS(2564), - [anon_sym_U_DQUOTE] = ACTIONS(2564), - [anon_sym_u8_DQUOTE] = ACTIONS(2564), - [anon_sym_DQUOTE] = ACTIONS(2564), - [sym_true] = ACTIONS(2562), - [sym_false] = ACTIONS(2562), - [anon_sym_NULL] = ACTIONS(2562), - [anon_sym_nullptr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_explicit] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_operator] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2562), - [anon_sym_delete] = ACTIONS(2562), - [anon_sym_throw] = ACTIONS(2562), - [anon_sym_namespace] = ACTIONS(2562), - [anon_sym_using] = ACTIONS(2562), - [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_concept] = ACTIONS(2562), - [anon_sym_co_return] = ACTIONS(2562), - [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(3022), - [anon_sym_R_DQUOTE] = ACTIONS(2564), - [anon_sym_LR_DQUOTE] = ACTIONS(2564), - [anon_sym_uR_DQUOTE] = ACTIONS(2564), - [anon_sym_UR_DQUOTE] = ACTIONS(2564), - [anon_sym_u8R_DQUOTE] = ACTIONS(2564), - [anon_sym_co_await] = ACTIONS(2562), - [anon_sym_new] = ACTIONS(2562), - [anon_sym_requires] = ACTIONS(2562), - [sym_this] = ACTIONS(2562), + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_include_token1] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token2] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [aux_sym_preproc_else_token1] = ACTIONS(3012), + [aux_sym_preproc_elif_token1] = ACTIONS(3012), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_BANG] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_DASH] = ACTIONS(3012), + [anon_sym_PLUS] = ACTIONS(3012), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym___cdecl] = ACTIONS(3012), + [anon_sym___clrcall] = ACTIONS(3012), + [anon_sym___stdcall] = ACTIONS(3012), + [anon_sym___fastcall] = ACTIONS(3012), + [anon_sym___thiscall] = ACTIONS(3012), + [anon_sym___vectorcall] = ACTIONS(3012), + [anon_sym_LBRACE] = ACTIONS(3014), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [anon_sym_if] = ACTIONS(3012), + [anon_sym_switch] = ACTIONS(3012), + [anon_sym_case] = ACTIONS(3012), + [anon_sym_default] = ACTIONS(3012), + [anon_sym_while] = ACTIONS(3012), + [anon_sym_do] = ACTIONS(3012), + [anon_sym_for] = ACTIONS(3012), + [anon_sym_return] = ACTIONS(3012), + [anon_sym_break] = ACTIONS(3012), + [anon_sym_continue] = ACTIONS(3012), + [anon_sym_goto] = ACTIONS(3012), + [anon_sym___try] = ACTIONS(3012), + [anon_sym___leave] = ACTIONS(3012), + [anon_sym_not] = ACTIONS(3012), + [anon_sym_compl] = ACTIONS(3012), + [anon_sym_DASH_DASH] = ACTIONS(3014), + [anon_sym_PLUS_PLUS] = ACTIONS(3014), + [anon_sym_sizeof] = ACTIONS(3012), + [anon_sym___alignof__] = ACTIONS(3012), + [anon_sym___alignof] = ACTIONS(3012), + [anon_sym__alignof] = ACTIONS(3012), + [anon_sym_alignof] = ACTIONS(3012), + [anon_sym__Alignof] = ACTIONS(3012), + [anon_sym_offsetof] = ACTIONS(3012), + [anon_sym__Generic] = ACTIONS(3012), + [anon_sym_asm] = ACTIONS(3012), + [anon_sym___asm__] = ACTIONS(3012), + [anon_sym___asm] = ACTIONS(3012), + [aux_sym_number_literal_token1] = ACTIONS(3014), + [aux_sym_number_literal_token2] = ACTIONS(3012), + [anon_sym_L_SQUOTE] = ACTIONS(3014), + [anon_sym_u_SQUOTE] = ACTIONS(3014), + [anon_sym_U_SQUOTE] = ACTIONS(3014), + [anon_sym_u8_SQUOTE] = ACTIONS(3014), + [anon_sym_SQUOTE] = ACTIONS(3014), + [anon_sym_L_DQUOTE] = ACTIONS(3014), + [anon_sym_u_DQUOTE] = ACTIONS(3014), + [anon_sym_U_DQUOTE] = ACTIONS(3014), + [anon_sym_u8_DQUOTE] = ACTIONS(3014), + [anon_sym_DQUOTE] = ACTIONS(3014), + [sym_true] = ACTIONS(3012), + [sym_false] = ACTIONS(3012), + [anon_sym_NULL] = ACTIONS(3012), + [anon_sym_nullptr] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_try] = ACTIONS(3012), + [anon_sym_delete] = ACTIONS(3012), + [anon_sym_throw] = ACTIONS(3012), + [anon_sym_namespace] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), + [anon_sym_concept] = ACTIONS(3012), + [anon_sym_co_return] = ACTIONS(3012), + [anon_sym_co_yield] = ACTIONS(3012), + [anon_sym_R_DQUOTE] = ACTIONS(3014), + [anon_sym_LR_DQUOTE] = ACTIONS(3014), + [anon_sym_uR_DQUOTE] = ACTIONS(3014), + [anon_sym_UR_DQUOTE] = ACTIONS(3014), + [anon_sym_u8R_DQUOTE] = ACTIONS(3014), + [anon_sym_co_await] = ACTIONS(3012), + [anon_sym_new] = ACTIONS(3012), + [anon_sym_requires] = ACTIONS(3012), + [sym_this] = ACTIONS(3012), }, [324] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [aux_sym_preproc_else_token1] = ACTIONS(2929), - [aux_sym_preproc_elif_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym___try] = ACTIONS(2929), - [anon_sym___leave] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_include_token1] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token2] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [aux_sym_preproc_else_token1] = ACTIONS(3016), + [aux_sym_preproc_elif_token1] = ACTIONS(3016), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_BANG] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_DASH] = ACTIONS(3016), + [anon_sym_PLUS] = ACTIONS(3016), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym___cdecl] = ACTIONS(3016), + [anon_sym___clrcall] = ACTIONS(3016), + [anon_sym___stdcall] = ACTIONS(3016), + [anon_sym___fastcall] = ACTIONS(3016), + [anon_sym___thiscall] = ACTIONS(3016), + [anon_sym___vectorcall] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3018), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [anon_sym_if] = ACTIONS(3016), + [anon_sym_switch] = ACTIONS(3016), + [anon_sym_case] = ACTIONS(3016), + [anon_sym_default] = ACTIONS(3016), + [anon_sym_while] = ACTIONS(3016), + [anon_sym_do] = ACTIONS(3016), + [anon_sym_for] = ACTIONS(3016), + [anon_sym_return] = ACTIONS(3016), + [anon_sym_break] = ACTIONS(3016), + [anon_sym_continue] = ACTIONS(3016), + [anon_sym_goto] = ACTIONS(3016), + [anon_sym___try] = ACTIONS(3016), + [anon_sym___leave] = ACTIONS(3016), + [anon_sym_not] = ACTIONS(3016), + [anon_sym_compl] = ACTIONS(3016), + [anon_sym_DASH_DASH] = ACTIONS(3018), + [anon_sym_PLUS_PLUS] = ACTIONS(3018), + [anon_sym_sizeof] = ACTIONS(3016), + [anon_sym___alignof__] = ACTIONS(3016), + [anon_sym___alignof] = ACTIONS(3016), + [anon_sym__alignof] = ACTIONS(3016), + [anon_sym_alignof] = ACTIONS(3016), + [anon_sym__Alignof] = ACTIONS(3016), + [anon_sym_offsetof] = ACTIONS(3016), + [anon_sym__Generic] = ACTIONS(3016), + [anon_sym_asm] = ACTIONS(3016), + [anon_sym___asm__] = ACTIONS(3016), + [anon_sym___asm] = ACTIONS(3016), + [aux_sym_number_literal_token1] = ACTIONS(3018), + [aux_sym_number_literal_token2] = ACTIONS(3016), + [anon_sym_L_SQUOTE] = ACTIONS(3018), + [anon_sym_u_SQUOTE] = ACTIONS(3018), + [anon_sym_U_SQUOTE] = ACTIONS(3018), + [anon_sym_u8_SQUOTE] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3018), + [anon_sym_L_DQUOTE] = ACTIONS(3018), + [anon_sym_u_DQUOTE] = ACTIONS(3018), + [anon_sym_U_DQUOTE] = ACTIONS(3018), + [anon_sym_u8_DQUOTE] = ACTIONS(3018), + [anon_sym_DQUOTE] = ACTIONS(3018), + [sym_true] = ACTIONS(3016), + [sym_false] = ACTIONS(3016), + [anon_sym_NULL] = ACTIONS(3016), + [anon_sym_nullptr] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_try] = ACTIONS(3016), + [anon_sym_delete] = ACTIONS(3016), + [anon_sym_throw] = ACTIONS(3016), + [anon_sym_namespace] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + [anon_sym_concept] = ACTIONS(3016), + [anon_sym_co_return] = ACTIONS(3016), + [anon_sym_co_yield] = ACTIONS(3016), + [anon_sym_R_DQUOTE] = ACTIONS(3018), + [anon_sym_LR_DQUOTE] = ACTIONS(3018), + [anon_sym_uR_DQUOTE] = ACTIONS(3018), + [anon_sym_UR_DQUOTE] = ACTIONS(3018), + [anon_sym_u8R_DQUOTE] = ACTIONS(3018), + [anon_sym_co_await] = ACTIONS(3016), + [anon_sym_new] = ACTIONS(3016), + [anon_sym_requires] = ACTIONS(3016), + [sym_this] = ACTIONS(3016), }, [325] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [aux_sym_preproc_else_token1] = ACTIONS(3025), - [aux_sym_preproc_elif_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_include_token1] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token2] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [aux_sym_preproc_else_token1] = ACTIONS(3020), + [aux_sym_preproc_elif_token1] = ACTIONS(3020), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3020), + [anon_sym_PLUS] = ACTIONS(3020), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym___cdecl] = ACTIONS(3020), + [anon_sym___clrcall] = ACTIONS(3020), + [anon_sym___stdcall] = ACTIONS(3020), + [anon_sym___fastcall] = ACTIONS(3020), + [anon_sym___thiscall] = ACTIONS(3020), + [anon_sym___vectorcall] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3022), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [anon_sym_if] = ACTIONS(3020), + [anon_sym_switch] = ACTIONS(3020), + [anon_sym_case] = ACTIONS(3020), + [anon_sym_default] = ACTIONS(3020), + [anon_sym_while] = ACTIONS(3020), + [anon_sym_do] = ACTIONS(3020), + [anon_sym_for] = ACTIONS(3020), + [anon_sym_return] = ACTIONS(3020), + [anon_sym_break] = ACTIONS(3020), + [anon_sym_continue] = ACTIONS(3020), + [anon_sym_goto] = ACTIONS(3020), + [anon_sym___try] = ACTIONS(3020), + [anon_sym___leave] = ACTIONS(3020), + [anon_sym_not] = ACTIONS(3020), + [anon_sym_compl] = ACTIONS(3020), + [anon_sym_DASH_DASH] = ACTIONS(3022), + [anon_sym_PLUS_PLUS] = ACTIONS(3022), + [anon_sym_sizeof] = ACTIONS(3020), + [anon_sym___alignof__] = ACTIONS(3020), + [anon_sym___alignof] = ACTIONS(3020), + [anon_sym__alignof] = ACTIONS(3020), + [anon_sym_alignof] = ACTIONS(3020), + [anon_sym__Alignof] = ACTIONS(3020), + [anon_sym_offsetof] = ACTIONS(3020), + [anon_sym__Generic] = ACTIONS(3020), + [anon_sym_asm] = ACTIONS(3020), + [anon_sym___asm__] = ACTIONS(3020), + [anon_sym___asm] = ACTIONS(3020), + [aux_sym_number_literal_token1] = ACTIONS(3022), + [aux_sym_number_literal_token2] = ACTIONS(3020), + [anon_sym_L_SQUOTE] = ACTIONS(3022), + [anon_sym_u_SQUOTE] = ACTIONS(3022), + [anon_sym_U_SQUOTE] = ACTIONS(3022), + [anon_sym_u8_SQUOTE] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_L_DQUOTE] = ACTIONS(3022), + [anon_sym_u_DQUOTE] = ACTIONS(3022), + [anon_sym_U_DQUOTE] = ACTIONS(3022), + [anon_sym_u8_DQUOTE] = ACTIONS(3022), + [anon_sym_DQUOTE] = ACTIONS(3022), + [sym_true] = ACTIONS(3020), + [sym_false] = ACTIONS(3020), + [anon_sym_NULL] = ACTIONS(3020), + [anon_sym_nullptr] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_try] = ACTIONS(3020), + [anon_sym_delete] = ACTIONS(3020), + [anon_sym_throw] = ACTIONS(3020), + [anon_sym_namespace] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + [anon_sym_concept] = ACTIONS(3020), + [anon_sym_co_return] = ACTIONS(3020), + [anon_sym_co_yield] = ACTIONS(3020), + [anon_sym_R_DQUOTE] = ACTIONS(3022), + [anon_sym_LR_DQUOTE] = ACTIONS(3022), + [anon_sym_uR_DQUOTE] = ACTIONS(3022), + [anon_sym_UR_DQUOTE] = ACTIONS(3022), + [anon_sym_u8R_DQUOTE] = ACTIONS(3022), + [anon_sym_co_await] = ACTIONS(3020), + [anon_sym_new] = ACTIONS(3020), + [anon_sym_requires] = ACTIONS(3020), + [sym_this] = ACTIONS(3020), }, [326] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [aux_sym_preproc_else_token1] = ACTIONS(3025), - [aux_sym_preproc_elif_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_include_token1] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token2] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [aux_sym_preproc_else_token1] = ACTIONS(3024), + [aux_sym_preproc_elif_token1] = ACTIONS(3024), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_BANG] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_DASH] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3024), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym___cdecl] = ACTIONS(3024), + [anon_sym___clrcall] = ACTIONS(3024), + [anon_sym___stdcall] = ACTIONS(3024), + [anon_sym___fastcall] = ACTIONS(3024), + [anon_sym___thiscall] = ACTIONS(3024), + [anon_sym___vectorcall] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3026), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [anon_sym_if] = ACTIONS(3024), + [anon_sym_switch] = ACTIONS(3024), + [anon_sym_case] = ACTIONS(3024), + [anon_sym_default] = ACTIONS(3024), + [anon_sym_while] = ACTIONS(3024), + [anon_sym_do] = ACTIONS(3024), + [anon_sym_for] = ACTIONS(3024), + [anon_sym_return] = ACTIONS(3024), + [anon_sym_break] = ACTIONS(3024), + [anon_sym_continue] = ACTIONS(3024), + [anon_sym_goto] = ACTIONS(3024), + [anon_sym___try] = ACTIONS(3024), + [anon_sym___leave] = ACTIONS(3024), + [anon_sym_not] = ACTIONS(3024), + [anon_sym_compl] = ACTIONS(3024), + [anon_sym_DASH_DASH] = ACTIONS(3026), + [anon_sym_PLUS_PLUS] = ACTIONS(3026), + [anon_sym_sizeof] = ACTIONS(3024), + [anon_sym___alignof__] = ACTIONS(3024), + [anon_sym___alignof] = ACTIONS(3024), + [anon_sym__alignof] = ACTIONS(3024), + [anon_sym_alignof] = ACTIONS(3024), + [anon_sym__Alignof] = ACTIONS(3024), + [anon_sym_offsetof] = ACTIONS(3024), + [anon_sym__Generic] = ACTIONS(3024), + [anon_sym_asm] = ACTIONS(3024), + [anon_sym___asm__] = ACTIONS(3024), + [anon_sym___asm] = ACTIONS(3024), + [aux_sym_number_literal_token1] = ACTIONS(3026), + [aux_sym_number_literal_token2] = ACTIONS(3024), + [anon_sym_L_SQUOTE] = ACTIONS(3026), + [anon_sym_u_SQUOTE] = ACTIONS(3026), + [anon_sym_U_SQUOTE] = ACTIONS(3026), + [anon_sym_u8_SQUOTE] = ACTIONS(3026), + [anon_sym_SQUOTE] = ACTIONS(3026), + [anon_sym_L_DQUOTE] = ACTIONS(3026), + [anon_sym_u_DQUOTE] = ACTIONS(3026), + [anon_sym_U_DQUOTE] = ACTIONS(3026), + [anon_sym_u8_DQUOTE] = ACTIONS(3026), + [anon_sym_DQUOTE] = ACTIONS(3026), + [sym_true] = ACTIONS(3024), + [sym_false] = ACTIONS(3024), + [anon_sym_NULL] = ACTIONS(3024), + [anon_sym_nullptr] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_try] = ACTIONS(3024), + [anon_sym_delete] = ACTIONS(3024), + [anon_sym_throw] = ACTIONS(3024), + [anon_sym_namespace] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + [anon_sym_concept] = ACTIONS(3024), + [anon_sym_co_return] = ACTIONS(3024), + [anon_sym_co_yield] = ACTIONS(3024), + [anon_sym_R_DQUOTE] = ACTIONS(3026), + [anon_sym_LR_DQUOTE] = ACTIONS(3026), + [anon_sym_uR_DQUOTE] = ACTIONS(3026), + [anon_sym_UR_DQUOTE] = ACTIONS(3026), + [anon_sym_u8R_DQUOTE] = ACTIONS(3026), + [anon_sym_co_await] = ACTIONS(3024), + [anon_sym_new] = ACTIONS(3024), + [anon_sym_requires] = ACTIONS(3024), + [sym_this] = ACTIONS(3024), }, [327] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_include_token1] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token2] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [aux_sym_preproc_else_token1] = ACTIONS(3029), - [aux_sym_preproc_elif_token1] = ACTIONS(3029), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym___cdecl] = ACTIONS(3029), - [anon_sym___clrcall] = ACTIONS(3029), - [anon_sym___stdcall] = ACTIONS(3029), - [anon_sym___fastcall] = ACTIONS(3029), - [anon_sym___thiscall] = ACTIONS(3029), - [anon_sym___vectorcall] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3031), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_switch] = ACTIONS(3029), - [anon_sym_case] = ACTIONS(3029), - [anon_sym_default] = ACTIONS(3029), - [anon_sym_while] = ACTIONS(3029), - [anon_sym_do] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym___try] = ACTIONS(3029), - [anon_sym___leave] = ACTIONS(3029), - [anon_sym_not] = ACTIONS(3029), - [anon_sym_compl] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3031), - [anon_sym_PLUS_PLUS] = ACTIONS(3031), - [anon_sym_sizeof] = ACTIONS(3029), - [anon_sym___alignof__] = ACTIONS(3029), - [anon_sym___alignof] = ACTIONS(3029), - [anon_sym__alignof] = ACTIONS(3029), - [anon_sym_alignof] = ACTIONS(3029), - [anon_sym__Alignof] = ACTIONS(3029), - [anon_sym_offsetof] = ACTIONS(3029), - [anon_sym__Generic] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym___asm__] = ACTIONS(3029), - [anon_sym___asm] = ACTIONS(3029), - [aux_sym_number_literal_token1] = ACTIONS(3031), - [aux_sym_number_literal_token2] = ACTIONS(3029), - [anon_sym_L_SQUOTE] = ACTIONS(3031), - [anon_sym_u_SQUOTE] = ACTIONS(3031), - [anon_sym_U_SQUOTE] = ACTIONS(3031), - [anon_sym_u8_SQUOTE] = ACTIONS(3031), - [anon_sym_SQUOTE] = ACTIONS(3031), - [anon_sym_L_DQUOTE] = ACTIONS(3031), - [anon_sym_u_DQUOTE] = ACTIONS(3031), - [anon_sym_U_DQUOTE] = ACTIONS(3031), - [anon_sym_u8_DQUOTE] = ACTIONS(3031), - [anon_sym_DQUOTE] = ACTIONS(3031), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [anon_sym_NULL] = ACTIONS(3029), - [anon_sym_nullptr] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_try] = ACTIONS(3029), - [anon_sym_delete] = ACTIONS(3029), - [anon_sym_throw] = ACTIONS(3029), - [anon_sym_namespace] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), - [anon_sym_concept] = ACTIONS(3029), - [anon_sym_co_return] = ACTIONS(3029), - [anon_sym_co_yield] = ACTIONS(3029), - [anon_sym_R_DQUOTE] = ACTIONS(3031), - [anon_sym_LR_DQUOTE] = ACTIONS(3031), - [anon_sym_uR_DQUOTE] = ACTIONS(3031), - [anon_sym_UR_DQUOTE] = ACTIONS(3031), - [anon_sym_u8R_DQUOTE] = ACTIONS(3031), - [anon_sym_co_await] = ACTIONS(3029), - [anon_sym_new] = ACTIONS(3029), - [anon_sym_requires] = ACTIONS(3029), - [sym_this] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3028), + [aux_sym_preproc_include_token1] = ACTIONS(3028), + [aux_sym_preproc_def_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token2] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), + [aux_sym_preproc_else_token1] = ACTIONS(3028), + [aux_sym_preproc_elif_token1] = ACTIONS(3028), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3028), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3028), + [sym_preproc_directive] = ACTIONS(3028), + [anon_sym_LPAREN2] = ACTIONS(3030), + [anon_sym_BANG] = ACTIONS(3030), + [anon_sym_TILDE] = ACTIONS(3030), + [anon_sym_DASH] = ACTIONS(3028), + [anon_sym_PLUS] = ACTIONS(3028), + [anon_sym_STAR] = ACTIONS(3030), + [anon_sym_AMP_AMP] = ACTIONS(3030), + [anon_sym_AMP] = ACTIONS(3028), + [anon_sym_SEMI] = ACTIONS(3030), + [anon_sym___extension__] = ACTIONS(3028), + [anon_sym_typedef] = ACTIONS(3028), + [anon_sym_virtual] = ACTIONS(3028), + [anon_sym_extern] = ACTIONS(3028), + [anon_sym___attribute__] = ACTIONS(3028), + [anon_sym___attribute] = ACTIONS(3028), + [anon_sym_COLON_COLON] = ACTIONS(3030), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), + [anon_sym___declspec] = ACTIONS(3028), + [anon_sym___based] = ACTIONS(3028), + [anon_sym___cdecl] = ACTIONS(3028), + [anon_sym___clrcall] = ACTIONS(3028), + [anon_sym___stdcall] = ACTIONS(3028), + [anon_sym___fastcall] = ACTIONS(3028), + [anon_sym___thiscall] = ACTIONS(3028), + [anon_sym___vectorcall] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3030), + [anon_sym_signed] = ACTIONS(3028), + [anon_sym_unsigned] = ACTIONS(3028), + [anon_sym_long] = ACTIONS(3028), + [anon_sym_short] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_static] = ACTIONS(3028), + [anon_sym_register] = ACTIONS(3028), + [anon_sym_inline] = ACTIONS(3028), + [anon_sym___inline] = ACTIONS(3028), + [anon_sym___inline__] = ACTIONS(3028), + [anon_sym___forceinline] = ACTIONS(3028), + [anon_sym_thread_local] = ACTIONS(3028), + [anon_sym___thread] = ACTIONS(3028), + [anon_sym_const] = ACTIONS(3028), + [anon_sym_constexpr] = ACTIONS(3028), + [anon_sym_volatile] = ACTIONS(3028), + [anon_sym_restrict] = ACTIONS(3028), + [anon_sym___restrict__] = ACTIONS(3028), + [anon_sym__Atomic] = ACTIONS(3028), + [anon_sym__Noreturn] = ACTIONS(3028), + [anon_sym_noreturn] = ACTIONS(3028), + [anon_sym__Nonnull] = ACTIONS(3028), + [anon_sym_mutable] = ACTIONS(3028), + [anon_sym_constinit] = ACTIONS(3028), + [anon_sym_consteval] = ACTIONS(3028), + [anon_sym_PROGMEM] = ACTIONS(3028), + [anon_sym_alignas] = ACTIONS(3028), + [anon_sym__Alignas] = ACTIONS(3028), + [aux_sym_primitive_type_token1] = ACTIONS(3028), + [anon_sym_byte] = ACTIONS(3028), + [anon_sym_word] = ACTIONS(3028), + [anon_sym_enum] = ACTIONS(3028), + [anon_sym_class] = ACTIONS(3028), + [anon_sym_struct] = ACTIONS(3028), + [anon_sym_union] = ACTIONS(3028), + [anon_sym_if] = ACTIONS(3028), + [anon_sym_switch] = ACTIONS(3028), + [anon_sym_case] = ACTIONS(3028), + [anon_sym_default] = ACTIONS(3028), + [anon_sym_while] = ACTIONS(3028), + [anon_sym_do] = ACTIONS(3028), + [anon_sym_for] = ACTIONS(3028), + [anon_sym_return] = ACTIONS(3028), + [anon_sym_break] = ACTIONS(3028), + [anon_sym_continue] = ACTIONS(3028), + [anon_sym_goto] = ACTIONS(3028), + [anon_sym___try] = ACTIONS(3028), + [anon_sym___leave] = ACTIONS(3028), + [anon_sym_not] = ACTIONS(3028), + [anon_sym_compl] = ACTIONS(3028), + [anon_sym_DASH_DASH] = ACTIONS(3030), + [anon_sym_PLUS_PLUS] = ACTIONS(3030), + [anon_sym_sizeof] = ACTIONS(3028), + [anon_sym___alignof__] = ACTIONS(3028), + [anon_sym___alignof] = ACTIONS(3028), + [anon_sym__alignof] = ACTIONS(3028), + [anon_sym_alignof] = ACTIONS(3028), + [anon_sym__Alignof] = ACTIONS(3028), + [anon_sym_offsetof] = ACTIONS(3028), + [anon_sym__Generic] = ACTIONS(3028), + [anon_sym_asm] = ACTIONS(3028), + [anon_sym___asm__] = ACTIONS(3028), + [anon_sym___asm] = ACTIONS(3028), + [aux_sym_number_literal_token1] = ACTIONS(3030), + [aux_sym_number_literal_token2] = ACTIONS(3028), + [anon_sym_L_SQUOTE] = ACTIONS(3030), + [anon_sym_u_SQUOTE] = ACTIONS(3030), + [anon_sym_U_SQUOTE] = ACTIONS(3030), + [anon_sym_u8_SQUOTE] = ACTIONS(3030), + [anon_sym_SQUOTE] = ACTIONS(3030), + [anon_sym_L_DQUOTE] = ACTIONS(3030), + [anon_sym_u_DQUOTE] = ACTIONS(3030), + [anon_sym_U_DQUOTE] = ACTIONS(3030), + [anon_sym_u8_DQUOTE] = ACTIONS(3030), + [anon_sym_DQUOTE] = ACTIONS(3030), + [sym_true] = ACTIONS(3028), + [sym_false] = ACTIONS(3028), + [anon_sym_NULL] = ACTIONS(3028), + [anon_sym_nullptr] = ACTIONS(3028), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3028), + [anon_sym_decltype] = ACTIONS(3028), + [anon_sym_explicit] = ACTIONS(3028), + [anon_sym_typename] = ACTIONS(3028), + [anon_sym_template] = ACTIONS(3028), + [anon_sym_operator] = ACTIONS(3028), + [anon_sym_try] = ACTIONS(3028), + [anon_sym_delete] = ACTIONS(3028), + [anon_sym_throw] = ACTIONS(3028), + [anon_sym_namespace] = ACTIONS(3028), + [anon_sym_using] = ACTIONS(3028), + [anon_sym_static_assert] = ACTIONS(3028), + [anon_sym_concept] = ACTIONS(3028), + [anon_sym_co_return] = ACTIONS(3028), + [anon_sym_co_yield] = ACTIONS(3028), + [anon_sym_R_DQUOTE] = ACTIONS(3030), + [anon_sym_LR_DQUOTE] = ACTIONS(3030), + [anon_sym_uR_DQUOTE] = ACTIONS(3030), + [anon_sym_UR_DQUOTE] = ACTIONS(3030), + [anon_sym_u8R_DQUOTE] = ACTIONS(3030), + [anon_sym_co_await] = ACTIONS(3028), + [anon_sym_new] = ACTIONS(3028), + [anon_sym_requires] = ACTIONS(3028), + [sym_this] = ACTIONS(3028), }, [328] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4742), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8222), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [sym_identifier] = ACTIONS(3032), + [aux_sym_preproc_include_token1] = ACTIONS(3032), + [aux_sym_preproc_def_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token2] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), + [aux_sym_preproc_else_token1] = ACTIONS(3032), + [aux_sym_preproc_elif_token1] = ACTIONS(3032), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3032), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3032), + [sym_preproc_directive] = ACTIONS(3032), + [anon_sym_LPAREN2] = ACTIONS(3034), + [anon_sym_BANG] = ACTIONS(3034), + [anon_sym_TILDE] = ACTIONS(3034), + [anon_sym_DASH] = ACTIONS(3032), + [anon_sym_PLUS] = ACTIONS(3032), + [anon_sym_STAR] = ACTIONS(3034), + [anon_sym_AMP_AMP] = ACTIONS(3034), + [anon_sym_AMP] = ACTIONS(3032), + [anon_sym_SEMI] = ACTIONS(3034), + [anon_sym___extension__] = ACTIONS(3032), + [anon_sym_typedef] = ACTIONS(3032), + [anon_sym_virtual] = ACTIONS(3032), + [anon_sym_extern] = ACTIONS(3032), + [anon_sym___attribute__] = ACTIONS(3032), + [anon_sym___attribute] = ACTIONS(3032), + [anon_sym_COLON_COLON] = ACTIONS(3034), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), + [anon_sym___declspec] = ACTIONS(3032), + [anon_sym___based] = ACTIONS(3032), + [anon_sym___cdecl] = ACTIONS(3032), + [anon_sym___clrcall] = ACTIONS(3032), + [anon_sym___stdcall] = ACTIONS(3032), + [anon_sym___fastcall] = ACTIONS(3032), + [anon_sym___thiscall] = ACTIONS(3032), + [anon_sym___vectorcall] = ACTIONS(3032), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_signed] = ACTIONS(3032), + [anon_sym_unsigned] = ACTIONS(3032), + [anon_sym_long] = ACTIONS(3032), + [anon_sym_short] = ACTIONS(3032), + [anon_sym_LBRACK] = ACTIONS(3032), + [anon_sym_static] = ACTIONS(3032), + [anon_sym_register] = ACTIONS(3032), + [anon_sym_inline] = ACTIONS(3032), + [anon_sym___inline] = ACTIONS(3032), + [anon_sym___inline__] = ACTIONS(3032), + [anon_sym___forceinline] = ACTIONS(3032), + [anon_sym_thread_local] = ACTIONS(3032), + [anon_sym___thread] = ACTIONS(3032), + [anon_sym_const] = ACTIONS(3032), + [anon_sym_constexpr] = ACTIONS(3032), + [anon_sym_volatile] = ACTIONS(3032), + [anon_sym_restrict] = ACTIONS(3032), + [anon_sym___restrict__] = ACTIONS(3032), + [anon_sym__Atomic] = ACTIONS(3032), + [anon_sym__Noreturn] = ACTIONS(3032), + [anon_sym_noreturn] = ACTIONS(3032), + [anon_sym__Nonnull] = ACTIONS(3032), + [anon_sym_mutable] = ACTIONS(3032), + [anon_sym_constinit] = ACTIONS(3032), + [anon_sym_consteval] = ACTIONS(3032), + [anon_sym_PROGMEM] = ACTIONS(3032), + [anon_sym_alignas] = ACTIONS(3032), + [anon_sym__Alignas] = ACTIONS(3032), + [aux_sym_primitive_type_token1] = ACTIONS(3032), + [anon_sym_byte] = ACTIONS(3032), + [anon_sym_word] = ACTIONS(3032), + [anon_sym_enum] = ACTIONS(3032), + [anon_sym_class] = ACTIONS(3032), + [anon_sym_struct] = ACTIONS(3032), + [anon_sym_union] = ACTIONS(3032), + [anon_sym_if] = ACTIONS(3032), + [anon_sym_switch] = ACTIONS(3032), + [anon_sym_case] = ACTIONS(3032), + [anon_sym_default] = ACTIONS(3032), + [anon_sym_while] = ACTIONS(3032), + [anon_sym_do] = ACTIONS(3032), + [anon_sym_for] = ACTIONS(3032), + [anon_sym_return] = ACTIONS(3032), + [anon_sym_break] = ACTIONS(3032), + [anon_sym_continue] = ACTIONS(3032), + [anon_sym_goto] = ACTIONS(3032), + [anon_sym___try] = ACTIONS(3032), + [anon_sym___leave] = ACTIONS(3032), + [anon_sym_not] = ACTIONS(3032), + [anon_sym_compl] = ACTIONS(3032), + [anon_sym_DASH_DASH] = ACTIONS(3034), + [anon_sym_PLUS_PLUS] = ACTIONS(3034), + [anon_sym_sizeof] = ACTIONS(3032), + [anon_sym___alignof__] = ACTIONS(3032), + [anon_sym___alignof] = ACTIONS(3032), + [anon_sym__alignof] = ACTIONS(3032), + [anon_sym_alignof] = ACTIONS(3032), + [anon_sym__Alignof] = ACTIONS(3032), + [anon_sym_offsetof] = ACTIONS(3032), + [anon_sym__Generic] = ACTIONS(3032), + [anon_sym_asm] = ACTIONS(3032), + [anon_sym___asm__] = ACTIONS(3032), + [anon_sym___asm] = ACTIONS(3032), + [aux_sym_number_literal_token1] = ACTIONS(3034), + [aux_sym_number_literal_token2] = ACTIONS(3032), + [anon_sym_L_SQUOTE] = ACTIONS(3034), + [anon_sym_u_SQUOTE] = ACTIONS(3034), + [anon_sym_U_SQUOTE] = ACTIONS(3034), + [anon_sym_u8_SQUOTE] = ACTIONS(3034), + [anon_sym_SQUOTE] = ACTIONS(3034), + [anon_sym_L_DQUOTE] = ACTIONS(3034), + [anon_sym_u_DQUOTE] = ACTIONS(3034), + [anon_sym_U_DQUOTE] = ACTIONS(3034), + [anon_sym_u8_DQUOTE] = ACTIONS(3034), + [anon_sym_DQUOTE] = ACTIONS(3034), + [sym_true] = ACTIONS(3032), + [sym_false] = ACTIONS(3032), + [anon_sym_NULL] = ACTIONS(3032), + [anon_sym_nullptr] = ACTIONS(3032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3032), + [anon_sym_decltype] = ACTIONS(3032), + [anon_sym_explicit] = ACTIONS(3032), + [anon_sym_typename] = ACTIONS(3032), + [anon_sym_template] = ACTIONS(3032), + [anon_sym_operator] = ACTIONS(3032), + [anon_sym_try] = ACTIONS(3032), + [anon_sym_delete] = ACTIONS(3032), + [anon_sym_throw] = ACTIONS(3032), + [anon_sym_namespace] = ACTIONS(3032), + [anon_sym_using] = ACTIONS(3032), + [anon_sym_static_assert] = ACTIONS(3032), + [anon_sym_concept] = ACTIONS(3032), + [anon_sym_co_return] = ACTIONS(3032), + [anon_sym_co_yield] = ACTIONS(3032), + [anon_sym_R_DQUOTE] = ACTIONS(3034), + [anon_sym_LR_DQUOTE] = ACTIONS(3034), + [anon_sym_uR_DQUOTE] = ACTIONS(3034), + [anon_sym_UR_DQUOTE] = ACTIONS(3034), + [anon_sym_u8R_DQUOTE] = ACTIONS(3034), + [anon_sym_co_await] = ACTIONS(3032), + [anon_sym_new] = ACTIONS(3032), + [anon_sym_requires] = ACTIONS(3032), + [sym_this] = ACTIONS(3032), }, [329] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_include_token1] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token2] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [aux_sym_preproc_else_token1] = ACTIONS(3033), - [aux_sym_preproc_elif_token1] = ACTIONS(3033), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym___cdecl] = ACTIONS(3033), - [anon_sym___clrcall] = ACTIONS(3033), - [anon_sym___stdcall] = ACTIONS(3033), - [anon_sym___fastcall] = ACTIONS(3033), - [anon_sym___thiscall] = ACTIONS(3033), - [anon_sym___vectorcall] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_switch] = ACTIONS(3033), - [anon_sym_case] = ACTIONS(3033), - [anon_sym_default] = ACTIONS(3033), - [anon_sym_while] = ACTIONS(3033), - [anon_sym_do] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym___try] = ACTIONS(3033), - [anon_sym___leave] = ACTIONS(3033), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_sizeof] = ACTIONS(3033), - [anon_sym___alignof__] = ACTIONS(3033), - [anon_sym___alignof] = ACTIONS(3033), - [anon_sym__alignof] = ACTIONS(3033), - [anon_sym_alignof] = ACTIONS(3033), - [anon_sym__Alignof] = ACTIONS(3033), - [anon_sym_offsetof] = ACTIONS(3033), - [anon_sym__Generic] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym___asm__] = ACTIONS(3033), - [anon_sym___asm] = ACTIONS(3033), - [aux_sym_number_literal_token1] = ACTIONS(3035), - [aux_sym_number_literal_token2] = ACTIONS(3033), - [anon_sym_L_SQUOTE] = ACTIONS(3035), - [anon_sym_u_SQUOTE] = ACTIONS(3035), - [anon_sym_U_SQUOTE] = ACTIONS(3035), - [anon_sym_u8_SQUOTE] = ACTIONS(3035), - [anon_sym_SQUOTE] = ACTIONS(3035), - [anon_sym_L_DQUOTE] = ACTIONS(3035), - [anon_sym_u_DQUOTE] = ACTIONS(3035), - [anon_sym_U_DQUOTE] = ACTIONS(3035), - [anon_sym_u8_DQUOTE] = ACTIONS(3035), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [anon_sym_NULL] = ACTIONS(3033), - [anon_sym_nullptr] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_try] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(3033), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_namespace] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), - [anon_sym_concept] = ACTIONS(3033), - [anon_sym_co_return] = ACTIONS(3033), - [anon_sym_co_yield] = ACTIONS(3033), - [anon_sym_R_DQUOTE] = ACTIONS(3035), - [anon_sym_LR_DQUOTE] = ACTIONS(3035), - [anon_sym_uR_DQUOTE] = ACTIONS(3035), - [anon_sym_UR_DQUOTE] = ACTIONS(3035), - [anon_sym_u8R_DQUOTE] = ACTIONS(3035), - [anon_sym_co_await] = ACTIONS(3033), - [anon_sym_new] = ACTIONS(3033), - [anon_sym_requires] = ACTIONS(3033), - [sym_this] = ACTIONS(3033), + [sym_identifier] = ACTIONS(3036), + [aux_sym_preproc_include_token1] = ACTIONS(3036), + [aux_sym_preproc_def_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token2] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), + [aux_sym_preproc_else_token1] = ACTIONS(3036), + [aux_sym_preproc_elif_token1] = ACTIONS(3036), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3036), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3036), + [sym_preproc_directive] = ACTIONS(3036), + [anon_sym_LPAREN2] = ACTIONS(3038), + [anon_sym_BANG] = ACTIONS(3038), + [anon_sym_TILDE] = ACTIONS(3038), + [anon_sym_DASH] = ACTIONS(3036), + [anon_sym_PLUS] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(3038), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_AMP] = ACTIONS(3036), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym___extension__] = ACTIONS(3036), + [anon_sym_typedef] = ACTIONS(3036), + [anon_sym_virtual] = ACTIONS(3036), + [anon_sym_extern] = ACTIONS(3036), + [anon_sym___attribute__] = ACTIONS(3036), + [anon_sym___attribute] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3038), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), + [anon_sym___declspec] = ACTIONS(3036), + [anon_sym___based] = ACTIONS(3036), + [anon_sym___cdecl] = ACTIONS(3036), + [anon_sym___clrcall] = ACTIONS(3036), + [anon_sym___stdcall] = ACTIONS(3036), + [anon_sym___fastcall] = ACTIONS(3036), + [anon_sym___thiscall] = ACTIONS(3036), + [anon_sym___vectorcall] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3038), + [anon_sym_signed] = ACTIONS(3036), + [anon_sym_unsigned] = ACTIONS(3036), + [anon_sym_long] = ACTIONS(3036), + [anon_sym_short] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_static] = ACTIONS(3036), + [anon_sym_register] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym___inline] = ACTIONS(3036), + [anon_sym___inline__] = ACTIONS(3036), + [anon_sym___forceinline] = ACTIONS(3036), + [anon_sym_thread_local] = ACTIONS(3036), + [anon_sym___thread] = ACTIONS(3036), + [anon_sym_const] = ACTIONS(3036), + [anon_sym_constexpr] = ACTIONS(3036), + [anon_sym_volatile] = ACTIONS(3036), + [anon_sym_restrict] = ACTIONS(3036), + [anon_sym___restrict__] = ACTIONS(3036), + [anon_sym__Atomic] = ACTIONS(3036), + [anon_sym__Noreturn] = ACTIONS(3036), + [anon_sym_noreturn] = ACTIONS(3036), + [anon_sym__Nonnull] = ACTIONS(3036), + [anon_sym_mutable] = ACTIONS(3036), + [anon_sym_constinit] = ACTIONS(3036), + [anon_sym_consteval] = ACTIONS(3036), + [anon_sym_PROGMEM] = ACTIONS(3036), + [anon_sym_alignas] = ACTIONS(3036), + [anon_sym__Alignas] = ACTIONS(3036), + [aux_sym_primitive_type_token1] = ACTIONS(3036), + [anon_sym_byte] = ACTIONS(3036), + [anon_sym_word] = ACTIONS(3036), + [anon_sym_enum] = ACTIONS(3036), + [anon_sym_class] = ACTIONS(3036), + [anon_sym_struct] = ACTIONS(3036), + [anon_sym_union] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_switch] = ACTIONS(3036), + [anon_sym_case] = ACTIONS(3036), + [anon_sym_default] = ACTIONS(3036), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_do] = ACTIONS(3036), + [anon_sym_for] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_goto] = ACTIONS(3036), + [anon_sym___try] = ACTIONS(3036), + [anon_sym___leave] = ACTIONS(3036), + [anon_sym_not] = ACTIONS(3036), + [anon_sym_compl] = ACTIONS(3036), + [anon_sym_DASH_DASH] = ACTIONS(3038), + [anon_sym_PLUS_PLUS] = ACTIONS(3038), + [anon_sym_sizeof] = ACTIONS(3036), + [anon_sym___alignof__] = ACTIONS(3036), + [anon_sym___alignof] = ACTIONS(3036), + [anon_sym__alignof] = ACTIONS(3036), + [anon_sym_alignof] = ACTIONS(3036), + [anon_sym__Alignof] = ACTIONS(3036), + [anon_sym_offsetof] = ACTIONS(3036), + [anon_sym__Generic] = ACTIONS(3036), + [anon_sym_asm] = ACTIONS(3036), + [anon_sym___asm__] = ACTIONS(3036), + [anon_sym___asm] = ACTIONS(3036), + [aux_sym_number_literal_token1] = ACTIONS(3038), + [aux_sym_number_literal_token2] = ACTIONS(3036), + [anon_sym_L_SQUOTE] = ACTIONS(3038), + [anon_sym_u_SQUOTE] = ACTIONS(3038), + [anon_sym_U_SQUOTE] = ACTIONS(3038), + [anon_sym_u8_SQUOTE] = ACTIONS(3038), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_L_DQUOTE] = ACTIONS(3038), + [anon_sym_u_DQUOTE] = ACTIONS(3038), + [anon_sym_U_DQUOTE] = ACTIONS(3038), + [anon_sym_u8_DQUOTE] = ACTIONS(3038), + [anon_sym_DQUOTE] = ACTIONS(3038), + [sym_true] = ACTIONS(3036), + [sym_false] = ACTIONS(3036), + [anon_sym_NULL] = ACTIONS(3036), + [anon_sym_nullptr] = ACTIONS(3036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3036), + [anon_sym_decltype] = ACTIONS(3036), + [anon_sym_explicit] = ACTIONS(3036), + [anon_sym_typename] = ACTIONS(3036), + [anon_sym_template] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_delete] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_namespace] = ACTIONS(3036), + [anon_sym_using] = ACTIONS(3036), + [anon_sym_static_assert] = ACTIONS(3036), + [anon_sym_concept] = ACTIONS(3036), + [anon_sym_co_return] = ACTIONS(3036), + [anon_sym_co_yield] = ACTIONS(3036), + [anon_sym_R_DQUOTE] = ACTIONS(3038), + [anon_sym_LR_DQUOTE] = ACTIONS(3038), + [anon_sym_uR_DQUOTE] = ACTIONS(3038), + [anon_sym_UR_DQUOTE] = ACTIONS(3038), + [anon_sym_u8R_DQUOTE] = ACTIONS(3038), + [anon_sym_co_await] = ACTIONS(3036), + [anon_sym_new] = ACTIONS(3036), + [anon_sym_requires] = ACTIONS(3036), + [sym_this] = ACTIONS(3036), }, [330] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [aux_sym_preproc_else_token1] = ACTIONS(3037), - [aux_sym_preproc_elif_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_include_token1] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token2] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [aux_sym_preproc_else_token1] = ACTIONS(3040), + [aux_sym_preproc_elif_token1] = ACTIONS(3040), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_BANG] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_DASH] = ACTIONS(3040), + [anon_sym_PLUS] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym___cdecl] = ACTIONS(3040), + [anon_sym___clrcall] = ACTIONS(3040), + [anon_sym___stdcall] = ACTIONS(3040), + [anon_sym___fastcall] = ACTIONS(3040), + [anon_sym___thiscall] = ACTIONS(3040), + [anon_sym___vectorcall] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(3042), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_switch] = ACTIONS(3040), + [anon_sym_case] = ACTIONS(3040), + [anon_sym_default] = ACTIONS(3040), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_do] = ACTIONS(3040), + [anon_sym_for] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_goto] = ACTIONS(3040), + [anon_sym___try] = ACTIONS(3040), + [anon_sym___leave] = ACTIONS(3040), + [anon_sym_not] = ACTIONS(3040), + [anon_sym_compl] = ACTIONS(3040), + [anon_sym_DASH_DASH] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_sizeof] = ACTIONS(3040), + [anon_sym___alignof__] = ACTIONS(3040), + [anon_sym___alignof] = ACTIONS(3040), + [anon_sym__alignof] = ACTIONS(3040), + [anon_sym_alignof] = ACTIONS(3040), + [anon_sym__Alignof] = ACTIONS(3040), + [anon_sym_offsetof] = ACTIONS(3040), + [anon_sym__Generic] = ACTIONS(3040), + [anon_sym_asm] = ACTIONS(3040), + [anon_sym___asm__] = ACTIONS(3040), + [anon_sym___asm] = ACTIONS(3040), + [aux_sym_number_literal_token1] = ACTIONS(3042), + [aux_sym_number_literal_token2] = ACTIONS(3040), + [anon_sym_L_SQUOTE] = ACTIONS(3042), + [anon_sym_u_SQUOTE] = ACTIONS(3042), + [anon_sym_U_SQUOTE] = ACTIONS(3042), + [anon_sym_u8_SQUOTE] = ACTIONS(3042), + [anon_sym_SQUOTE] = ACTIONS(3042), + [anon_sym_L_DQUOTE] = ACTIONS(3042), + [anon_sym_u_DQUOTE] = ACTIONS(3042), + [anon_sym_U_DQUOTE] = ACTIONS(3042), + [anon_sym_u8_DQUOTE] = ACTIONS(3042), + [anon_sym_DQUOTE] = ACTIONS(3042), + [sym_true] = ACTIONS(3040), + [sym_false] = ACTIONS(3040), + [anon_sym_NULL] = ACTIONS(3040), + [anon_sym_nullptr] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_delete] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_namespace] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + [anon_sym_concept] = ACTIONS(3040), + [anon_sym_co_return] = ACTIONS(3040), + [anon_sym_co_yield] = ACTIONS(3040), + [anon_sym_R_DQUOTE] = ACTIONS(3042), + [anon_sym_LR_DQUOTE] = ACTIONS(3042), + [anon_sym_uR_DQUOTE] = ACTIONS(3042), + [anon_sym_UR_DQUOTE] = ACTIONS(3042), + [anon_sym_u8R_DQUOTE] = ACTIONS(3042), + [anon_sym_co_await] = ACTIONS(3040), + [anon_sym_new] = ACTIONS(3040), + [anon_sym_requires] = ACTIONS(3040), + [sym_this] = ACTIONS(3040), }, [331] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [aux_sym_preproc_else_token1] = ACTIONS(3037), - [aux_sym_preproc_elif_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3044), + [aux_sym_preproc_include_token1] = ACTIONS(3044), + [aux_sym_preproc_def_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token2] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), + [aux_sym_preproc_else_token1] = ACTIONS(3044), + [aux_sym_preproc_elif_token1] = ACTIONS(3044), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3044), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3044), + [sym_preproc_directive] = ACTIONS(3044), + [anon_sym_LPAREN2] = ACTIONS(3046), + [anon_sym_BANG] = ACTIONS(3046), + [anon_sym_TILDE] = ACTIONS(3046), + [anon_sym_DASH] = ACTIONS(3044), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(3046), + [anon_sym_AMP_AMP] = ACTIONS(3046), + [anon_sym_AMP] = ACTIONS(3044), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym___extension__] = ACTIONS(3044), + [anon_sym_typedef] = ACTIONS(3044), + [anon_sym_virtual] = ACTIONS(3044), + [anon_sym_extern] = ACTIONS(3044), + [anon_sym___attribute__] = ACTIONS(3044), + [anon_sym___attribute] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), + [anon_sym___declspec] = ACTIONS(3044), + [anon_sym___based] = ACTIONS(3044), + [anon_sym___cdecl] = ACTIONS(3044), + [anon_sym___clrcall] = ACTIONS(3044), + [anon_sym___stdcall] = ACTIONS(3044), + [anon_sym___fastcall] = ACTIONS(3044), + [anon_sym___thiscall] = ACTIONS(3044), + [anon_sym___vectorcall] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3046), + [anon_sym_signed] = ACTIONS(3044), + [anon_sym_unsigned] = ACTIONS(3044), + [anon_sym_long] = ACTIONS(3044), + [anon_sym_short] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_static] = ACTIONS(3044), + [anon_sym_register] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym___inline] = ACTIONS(3044), + [anon_sym___inline__] = ACTIONS(3044), + [anon_sym___forceinline] = ACTIONS(3044), + [anon_sym_thread_local] = ACTIONS(3044), + [anon_sym___thread] = ACTIONS(3044), + [anon_sym_const] = ACTIONS(3044), + [anon_sym_constexpr] = ACTIONS(3044), + [anon_sym_volatile] = ACTIONS(3044), + [anon_sym_restrict] = ACTIONS(3044), + [anon_sym___restrict__] = ACTIONS(3044), + [anon_sym__Atomic] = ACTIONS(3044), + [anon_sym__Noreturn] = ACTIONS(3044), + [anon_sym_noreturn] = ACTIONS(3044), + [anon_sym__Nonnull] = ACTIONS(3044), + [anon_sym_mutable] = ACTIONS(3044), + [anon_sym_constinit] = ACTIONS(3044), + [anon_sym_consteval] = ACTIONS(3044), + [anon_sym_PROGMEM] = ACTIONS(3044), + [anon_sym_alignas] = ACTIONS(3044), + [anon_sym__Alignas] = ACTIONS(3044), + [aux_sym_primitive_type_token1] = ACTIONS(3044), + [anon_sym_byte] = ACTIONS(3044), + [anon_sym_word] = ACTIONS(3044), + [anon_sym_enum] = ACTIONS(3044), + [anon_sym_class] = ACTIONS(3044), + [anon_sym_struct] = ACTIONS(3044), + [anon_sym_union] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_switch] = ACTIONS(3044), + [anon_sym_case] = ACTIONS(3044), + [anon_sym_default] = ACTIONS(3044), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_do] = ACTIONS(3044), + [anon_sym_for] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_goto] = ACTIONS(3044), + [anon_sym___try] = ACTIONS(3044), + [anon_sym___leave] = ACTIONS(3044), + [anon_sym_not] = ACTIONS(3044), + [anon_sym_compl] = ACTIONS(3044), + [anon_sym_DASH_DASH] = ACTIONS(3046), + [anon_sym_PLUS_PLUS] = ACTIONS(3046), + [anon_sym_sizeof] = ACTIONS(3044), + [anon_sym___alignof__] = ACTIONS(3044), + [anon_sym___alignof] = ACTIONS(3044), + [anon_sym__alignof] = ACTIONS(3044), + [anon_sym_alignof] = ACTIONS(3044), + [anon_sym__Alignof] = ACTIONS(3044), + [anon_sym_offsetof] = ACTIONS(3044), + [anon_sym__Generic] = ACTIONS(3044), + [anon_sym_asm] = ACTIONS(3044), + [anon_sym___asm__] = ACTIONS(3044), + [anon_sym___asm] = ACTIONS(3044), + [aux_sym_number_literal_token1] = ACTIONS(3046), + [aux_sym_number_literal_token2] = ACTIONS(3044), + [anon_sym_L_SQUOTE] = ACTIONS(3046), + [anon_sym_u_SQUOTE] = ACTIONS(3046), + [anon_sym_U_SQUOTE] = ACTIONS(3046), + [anon_sym_u8_SQUOTE] = ACTIONS(3046), + [anon_sym_SQUOTE] = ACTIONS(3046), + [anon_sym_L_DQUOTE] = ACTIONS(3046), + [anon_sym_u_DQUOTE] = ACTIONS(3046), + [anon_sym_U_DQUOTE] = ACTIONS(3046), + [anon_sym_u8_DQUOTE] = ACTIONS(3046), + [anon_sym_DQUOTE] = ACTIONS(3046), + [sym_true] = ACTIONS(3044), + [sym_false] = ACTIONS(3044), + [anon_sym_NULL] = ACTIONS(3044), + [anon_sym_nullptr] = ACTIONS(3044), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3044), + [anon_sym_decltype] = ACTIONS(3044), + [anon_sym_explicit] = ACTIONS(3044), + [anon_sym_typename] = ACTIONS(3044), + [anon_sym_template] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_delete] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_namespace] = ACTIONS(3044), + [anon_sym_using] = ACTIONS(3044), + [anon_sym_static_assert] = ACTIONS(3044), + [anon_sym_concept] = ACTIONS(3044), + [anon_sym_co_return] = ACTIONS(3044), + [anon_sym_co_yield] = ACTIONS(3044), + [anon_sym_R_DQUOTE] = ACTIONS(3046), + [anon_sym_LR_DQUOTE] = ACTIONS(3046), + [anon_sym_uR_DQUOTE] = ACTIONS(3046), + [anon_sym_UR_DQUOTE] = ACTIONS(3046), + [anon_sym_u8R_DQUOTE] = ACTIONS(3046), + [anon_sym_co_await] = ACTIONS(3044), + [anon_sym_new] = ACTIONS(3044), + [anon_sym_requires] = ACTIONS(3044), + [sym_this] = ACTIONS(3044), }, [332] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_include_token1] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token2] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [aux_sym_preproc_else_token1] = ACTIONS(3041), - [aux_sym_preproc_elif_token1] = ACTIONS(3041), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_BANG] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym___cdecl] = ACTIONS(3041), - [anon_sym___clrcall] = ACTIONS(3041), - [anon_sym___stdcall] = ACTIONS(3041), - [anon_sym___fastcall] = ACTIONS(3041), - [anon_sym___thiscall] = ACTIONS(3041), - [anon_sym___vectorcall] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_switch] = ACTIONS(3041), - [anon_sym_case] = ACTIONS(3041), - [anon_sym_default] = ACTIONS(3041), - [anon_sym_while] = ACTIONS(3041), - [anon_sym_do] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym___try] = ACTIONS(3041), - [anon_sym___leave] = ACTIONS(3041), - [anon_sym_not] = ACTIONS(3041), - [anon_sym_compl] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3043), - [anon_sym_PLUS_PLUS] = ACTIONS(3043), - [anon_sym_sizeof] = ACTIONS(3041), - [anon_sym___alignof__] = ACTIONS(3041), - [anon_sym___alignof] = ACTIONS(3041), - [anon_sym__alignof] = ACTIONS(3041), - [anon_sym_alignof] = ACTIONS(3041), - [anon_sym__Alignof] = ACTIONS(3041), - [anon_sym_offsetof] = ACTIONS(3041), - [anon_sym__Generic] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym___asm__] = ACTIONS(3041), - [anon_sym___asm] = ACTIONS(3041), - [aux_sym_number_literal_token1] = ACTIONS(3043), - [aux_sym_number_literal_token2] = ACTIONS(3041), - [anon_sym_L_SQUOTE] = ACTIONS(3043), - [anon_sym_u_SQUOTE] = ACTIONS(3043), - [anon_sym_U_SQUOTE] = ACTIONS(3043), - [anon_sym_u8_SQUOTE] = ACTIONS(3043), - [anon_sym_SQUOTE] = ACTIONS(3043), - [anon_sym_L_DQUOTE] = ACTIONS(3043), - [anon_sym_u_DQUOTE] = ACTIONS(3043), - [anon_sym_U_DQUOTE] = ACTIONS(3043), - [anon_sym_u8_DQUOTE] = ACTIONS(3043), - [anon_sym_DQUOTE] = ACTIONS(3043), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [anon_sym_NULL] = ACTIONS(3041), - [anon_sym_nullptr] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_try] = ACTIONS(3041), - [anon_sym_delete] = ACTIONS(3041), - [anon_sym_throw] = ACTIONS(3041), - [anon_sym_namespace] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), - [anon_sym_concept] = ACTIONS(3041), - [anon_sym_co_return] = ACTIONS(3041), - [anon_sym_co_yield] = ACTIONS(3041), - [anon_sym_R_DQUOTE] = ACTIONS(3043), - [anon_sym_LR_DQUOTE] = ACTIONS(3043), - [anon_sym_uR_DQUOTE] = ACTIONS(3043), - [anon_sym_UR_DQUOTE] = ACTIONS(3043), - [anon_sym_u8R_DQUOTE] = ACTIONS(3043), - [anon_sym_co_await] = ACTIONS(3041), - [anon_sym_new] = ACTIONS(3041), - [anon_sym_requires] = ACTIONS(3041), - [sym_this] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_include_token1] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token2] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [aux_sym_preproc_else_token1] = ACTIONS(3048), + [aux_sym_preproc_elif_token1] = ACTIONS(3048), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_BANG] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_DASH] = ACTIONS(3048), + [anon_sym_PLUS] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym___cdecl] = ACTIONS(3048), + [anon_sym___clrcall] = ACTIONS(3048), + [anon_sym___stdcall] = ACTIONS(3048), + [anon_sym___fastcall] = ACTIONS(3048), + [anon_sym___thiscall] = ACTIONS(3048), + [anon_sym___vectorcall] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3050), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_switch] = ACTIONS(3048), + [anon_sym_case] = ACTIONS(3048), + [anon_sym_default] = ACTIONS(3048), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_do] = ACTIONS(3048), + [anon_sym_for] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_goto] = ACTIONS(3048), + [anon_sym___try] = ACTIONS(3048), + [anon_sym___leave] = ACTIONS(3048), + [anon_sym_not] = ACTIONS(3048), + [anon_sym_compl] = ACTIONS(3048), + [anon_sym_DASH_DASH] = ACTIONS(3050), + [anon_sym_PLUS_PLUS] = ACTIONS(3050), + [anon_sym_sizeof] = ACTIONS(3048), + [anon_sym___alignof__] = ACTIONS(3048), + [anon_sym___alignof] = ACTIONS(3048), + [anon_sym__alignof] = ACTIONS(3048), + [anon_sym_alignof] = ACTIONS(3048), + [anon_sym__Alignof] = ACTIONS(3048), + [anon_sym_offsetof] = ACTIONS(3048), + [anon_sym__Generic] = ACTIONS(3048), + [anon_sym_asm] = ACTIONS(3048), + [anon_sym___asm__] = ACTIONS(3048), + [anon_sym___asm] = ACTIONS(3048), + [aux_sym_number_literal_token1] = ACTIONS(3050), + [aux_sym_number_literal_token2] = ACTIONS(3048), + [anon_sym_L_SQUOTE] = ACTIONS(3050), + [anon_sym_u_SQUOTE] = ACTIONS(3050), + [anon_sym_U_SQUOTE] = ACTIONS(3050), + [anon_sym_u8_SQUOTE] = ACTIONS(3050), + [anon_sym_SQUOTE] = ACTIONS(3050), + [anon_sym_L_DQUOTE] = ACTIONS(3050), + [anon_sym_u_DQUOTE] = ACTIONS(3050), + [anon_sym_U_DQUOTE] = ACTIONS(3050), + [anon_sym_u8_DQUOTE] = ACTIONS(3050), + [anon_sym_DQUOTE] = ACTIONS(3050), + [sym_true] = ACTIONS(3048), + [sym_false] = ACTIONS(3048), + [anon_sym_NULL] = ACTIONS(3048), + [anon_sym_nullptr] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_delete] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_namespace] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + [anon_sym_concept] = ACTIONS(3048), + [anon_sym_co_return] = ACTIONS(3048), + [anon_sym_co_yield] = ACTIONS(3048), + [anon_sym_R_DQUOTE] = ACTIONS(3050), + [anon_sym_LR_DQUOTE] = ACTIONS(3050), + [anon_sym_uR_DQUOTE] = ACTIONS(3050), + [anon_sym_UR_DQUOTE] = ACTIONS(3050), + [anon_sym_u8R_DQUOTE] = ACTIONS(3050), + [anon_sym_co_await] = ACTIONS(3048), + [anon_sym_new] = ACTIONS(3048), + [anon_sym_requires] = ACTIONS(3048), + [sym_this] = ACTIONS(3048), }, [333] = { - [sym_identifier] = ACTIONS(3045), - [aux_sym_preproc_include_token1] = ACTIONS(3045), - [aux_sym_preproc_def_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token2] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3045), - [aux_sym_preproc_else_token1] = ACTIONS(3045), - [aux_sym_preproc_elif_token1] = ACTIONS(3045), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3045), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3045), - [sym_preproc_directive] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_BANG] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym___extension__] = ACTIONS(3045), - [anon_sym_typedef] = ACTIONS(3045), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym___attribute] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym___cdecl] = ACTIONS(3045), - [anon_sym___clrcall] = ACTIONS(3045), - [anon_sym___stdcall] = ACTIONS(3045), - [anon_sym___fastcall] = ACTIONS(3045), - [anon_sym___thiscall] = ACTIONS(3045), - [anon_sym___vectorcall] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3047), - [anon_sym_signed] = ACTIONS(3045), - [anon_sym_unsigned] = ACTIONS(3045), - [anon_sym_long] = ACTIONS(3045), - [anon_sym_short] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym___inline] = ACTIONS(3045), - [anon_sym___inline__] = ACTIONS(3045), - [anon_sym___forceinline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym___thread] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym___restrict__] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym__Noreturn] = ACTIONS(3045), - [anon_sym_noreturn] = ACTIONS(3045), - [anon_sym__Nonnull] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constinit] = ACTIONS(3045), - [anon_sym_consteval] = ACTIONS(3045), - [anon_sym_PROGMEM] = ACTIONS(3045), - [anon_sym_alignas] = ACTIONS(3045), - [anon_sym__Alignas] = ACTIONS(3045), - [aux_sym_primitive_type_token1] = ACTIONS(3045), - [anon_sym_byte] = ACTIONS(3045), - [anon_sym_word] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_class] = ACTIONS(3045), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_switch] = ACTIONS(3045), - [anon_sym_case] = ACTIONS(3045), - [anon_sym_default] = ACTIONS(3045), - [anon_sym_while] = ACTIONS(3045), - [anon_sym_do] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym___try] = ACTIONS(3045), - [anon_sym___leave] = ACTIONS(3045), - [anon_sym_not] = ACTIONS(3045), - [anon_sym_compl] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3047), - [anon_sym_PLUS_PLUS] = ACTIONS(3047), - [anon_sym_sizeof] = ACTIONS(3045), - [anon_sym___alignof__] = ACTIONS(3045), - [anon_sym___alignof] = ACTIONS(3045), - [anon_sym__alignof] = ACTIONS(3045), - [anon_sym_alignof] = ACTIONS(3045), - [anon_sym__Alignof] = ACTIONS(3045), - [anon_sym_offsetof] = ACTIONS(3045), - [anon_sym__Generic] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym___asm__] = ACTIONS(3045), - [anon_sym___asm] = ACTIONS(3045), - [aux_sym_number_literal_token1] = ACTIONS(3047), - [aux_sym_number_literal_token2] = ACTIONS(3045), - [anon_sym_L_SQUOTE] = ACTIONS(3047), - [anon_sym_u_SQUOTE] = ACTIONS(3047), - [anon_sym_U_SQUOTE] = ACTIONS(3047), - [anon_sym_u8_SQUOTE] = ACTIONS(3047), - [anon_sym_SQUOTE] = ACTIONS(3047), - [anon_sym_L_DQUOTE] = ACTIONS(3047), - [anon_sym_u_DQUOTE] = ACTIONS(3047), - [anon_sym_U_DQUOTE] = ACTIONS(3047), - [anon_sym_u8_DQUOTE] = ACTIONS(3047), - [anon_sym_DQUOTE] = ACTIONS(3047), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [anon_sym_NULL] = ACTIONS(3045), - [anon_sym_nullptr] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3045), - [anon_sym_decltype] = ACTIONS(3045), - [anon_sym_explicit] = ACTIONS(3045), - [anon_sym_typename] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3045), - [anon_sym_try] = ACTIONS(3045), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_namespace] = ACTIONS(3045), - [anon_sym_using] = ACTIONS(3045), - [anon_sym_static_assert] = ACTIONS(3045), - [anon_sym_concept] = ACTIONS(3045), - [anon_sym_co_return] = ACTIONS(3045), - [anon_sym_co_yield] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(3047), - [anon_sym_LR_DQUOTE] = ACTIONS(3047), - [anon_sym_uR_DQUOTE] = ACTIONS(3047), - [anon_sym_UR_DQUOTE] = ACTIONS(3047), - [anon_sym_u8R_DQUOTE] = ACTIONS(3047), - [anon_sym_co_await] = ACTIONS(3045), - [anon_sym_new] = ACTIONS(3045), - [anon_sym_requires] = ACTIONS(3045), - [sym_this] = ACTIONS(3045), - }, - [334] = { - [sym_catch_clause] = STATE(334), - [aux_sym_constructor_try_statement_repeat1] = STATE(334), - [sym_identifier] = ACTIONS(2562), - [aux_sym_preproc_include_token1] = ACTIONS(2562), - [aux_sym_preproc_def_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), - [sym_preproc_directive] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_BANG] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_DASH] = ACTIONS(2562), - [anon_sym_PLUS] = ACTIONS(2562), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP_AMP] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym___extension__] = ACTIONS(2562), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym___attribute] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym___based] = ACTIONS(2562), - [anon_sym___cdecl] = ACTIONS(2562), - [anon_sym___clrcall] = ACTIONS(2562), - [anon_sym___stdcall] = ACTIONS(2562), - [anon_sym___fastcall] = ACTIONS(2562), - [anon_sym___thiscall] = ACTIONS(2562), - [anon_sym___vectorcall] = ACTIONS(2562), - [anon_sym_LBRACE] = ACTIONS(2564), - [anon_sym_RBRACE] = ACTIONS(2564), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym___inline] = ACTIONS(2562), - [anon_sym___inline__] = ACTIONS(2562), - [anon_sym___forceinline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym___thread] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym___restrict__] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym__Noreturn] = ACTIONS(2562), - [anon_sym_noreturn] = ACTIONS(2562), - [anon_sym__Nonnull] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_PROGMEM] = ACTIONS(2562), - [anon_sym_alignas] = ACTIONS(2562), - [anon_sym__Alignas] = ACTIONS(2562), - [aux_sym_primitive_type_token1] = ACTIONS(2562), - [anon_sym_byte] = ACTIONS(2562), - [anon_sym_word] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), - [anon_sym_if] = ACTIONS(2562), - [anon_sym_else] = ACTIONS(2562), - [anon_sym_switch] = ACTIONS(2562), - [anon_sym_case] = ACTIONS(2562), - [anon_sym_default] = ACTIONS(2562), - [anon_sym_while] = ACTIONS(2562), - [anon_sym_do] = ACTIONS(2562), - [anon_sym_for] = ACTIONS(2562), - [anon_sym_return] = ACTIONS(2562), - [anon_sym_break] = ACTIONS(2562), - [anon_sym_continue] = ACTIONS(2562), - [anon_sym_goto] = ACTIONS(2562), - [anon_sym___try] = ACTIONS(2562), - [anon_sym___leave] = ACTIONS(2562), - [anon_sym_not] = ACTIONS(2562), - [anon_sym_compl] = ACTIONS(2562), - [anon_sym_DASH_DASH] = ACTIONS(2564), - [anon_sym_PLUS_PLUS] = ACTIONS(2564), - [anon_sym_sizeof] = ACTIONS(2562), - [anon_sym___alignof__] = ACTIONS(2562), - [anon_sym___alignof] = ACTIONS(2562), - [anon_sym__alignof] = ACTIONS(2562), - [anon_sym_alignof] = ACTIONS(2562), - [anon_sym__Alignof] = ACTIONS(2562), - [anon_sym_offsetof] = ACTIONS(2562), - [anon_sym__Generic] = ACTIONS(2562), - [anon_sym_asm] = ACTIONS(2562), - [anon_sym___asm__] = ACTIONS(2562), - [anon_sym___asm] = ACTIONS(2562), - [aux_sym_number_literal_token1] = ACTIONS(2564), - [aux_sym_number_literal_token2] = ACTIONS(2562), - [anon_sym_L_SQUOTE] = ACTIONS(2564), - [anon_sym_u_SQUOTE] = ACTIONS(2564), - [anon_sym_U_SQUOTE] = ACTIONS(2564), - [anon_sym_u8_SQUOTE] = ACTIONS(2564), - [anon_sym_SQUOTE] = ACTIONS(2564), - [anon_sym_L_DQUOTE] = ACTIONS(2564), - [anon_sym_u_DQUOTE] = ACTIONS(2564), - [anon_sym_U_DQUOTE] = ACTIONS(2564), - [anon_sym_u8_DQUOTE] = ACTIONS(2564), - [anon_sym_DQUOTE] = ACTIONS(2564), - [sym_true] = ACTIONS(2562), - [sym_false] = ACTIONS(2562), - [anon_sym_NULL] = ACTIONS(2562), - [anon_sym_nullptr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_explicit] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_operator] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2562), - [anon_sym_delete] = ACTIONS(2562), - [anon_sym_throw] = ACTIONS(2562), - [anon_sym_namespace] = ACTIONS(2562), - [anon_sym_using] = ACTIONS(2562), - [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_concept] = ACTIONS(2562), - [anon_sym_co_return] = ACTIONS(2562), - [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(3049), - [anon_sym_R_DQUOTE] = ACTIONS(2564), - [anon_sym_LR_DQUOTE] = ACTIONS(2564), - [anon_sym_uR_DQUOTE] = ACTIONS(2564), - [anon_sym_UR_DQUOTE] = ACTIONS(2564), - [anon_sym_u8R_DQUOTE] = ACTIONS(2564), - [anon_sym_co_await] = ACTIONS(2562), - [anon_sym_new] = ACTIONS(2562), - [anon_sym_requires] = ACTIONS(2562), - [sym_this] = ACTIONS(2562), - }, - [335] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), @@ -93009,7 +92721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, - [336] = { + [334] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), @@ -93153,7 +92865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, - [337] = { + [335] = { [sym_identifier] = ACTIONS(3060), [aux_sym_preproc_include_token1] = ACTIONS(3060), [aux_sym_preproc_def_token1] = ACTIONS(3060), @@ -93297,1015 +93009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3060), [sym_this] = ACTIONS(3060), }, - [338] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4735), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8279), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [339] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4763), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8309), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [340] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4761), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8291), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [341] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4755), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8246), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [342] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4638), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(7819), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [343] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4749), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8119), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [344] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2470), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [345] = { + [336] = { [sym_identifier] = ACTIONS(3064), [aux_sym_preproc_include_token1] = ACTIONS(3064), [aux_sym_preproc_def_token1] = ACTIONS(3064), @@ -94449,7 +93153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3064), [sym_this] = ACTIONS(3064), }, - [346] = { + [337] = { [sym_identifier] = ACTIONS(3068), [aux_sym_preproc_include_token1] = ACTIONS(3068), [aux_sym_preproc_def_token1] = ACTIONS(3068), @@ -94593,7 +93297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3068), [sym_this] = ACTIONS(3068), }, - [347] = { + [338] = { [sym_identifier] = ACTIONS(3072), [aux_sym_preproc_include_token1] = ACTIONS(3072), [aux_sym_preproc_def_token1] = ACTIONS(3072), @@ -94737,151 +93441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3072), [sym_this] = ACTIONS(3072), }, - [348] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4733), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8048), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [349] = { + [339] = { [sym_identifier] = ACTIONS(3076), [aux_sym_preproc_include_token1] = ACTIONS(3076), [aux_sym_preproc_def_token1] = ACTIONS(3076), @@ -95025,7 +93585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3076), [sym_this] = ACTIONS(3076), }, - [350] = { + [340] = { [sym_identifier] = ACTIONS(3080), [aux_sym_preproc_include_token1] = ACTIONS(3080), [aux_sym_preproc_def_token1] = ACTIONS(3080), @@ -95169,7 +93729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3080), [sym_this] = ACTIONS(3080), }, - [351] = { + [341] = { [sym_identifier] = ACTIONS(3084), [aux_sym_preproc_include_token1] = ACTIONS(3084), [aux_sym_preproc_def_token1] = ACTIONS(3084), @@ -95313,7 +93873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3084), [sym_this] = ACTIONS(3084), }, - [352] = { + [342] = { [sym_identifier] = ACTIONS(3088), [aux_sym_preproc_include_token1] = ACTIONS(3088), [aux_sym_preproc_def_token1] = ACTIONS(3088), @@ -95326,23 +93886,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(3088), [aux_sym_preproc_elifdef_token2] = ACTIONS(3088), [sym_preproc_directive] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3091), - [anon_sym_BANG] = ACTIONS(3091), - [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), [anon_sym_DASH] = ACTIONS(3088), [anon_sym_PLUS] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3091), + [anon_sym_SEMI] = ACTIONS(3090), [anon_sym___extension__] = ACTIONS(3088), [anon_sym_typedef] = ACTIONS(3088), [anon_sym_virtual] = ACTIONS(3088), [anon_sym_extern] = ACTIONS(3088), [anon_sym___attribute__] = ACTIONS(3088), [anon_sym___attribute] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3091), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3091), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), [anon_sym___declspec] = ACTIONS(3088), [anon_sym___based] = ACTIONS(3088), [anon_sym___cdecl] = ACTIONS(3088), @@ -95351,7 +93911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(3088), [anon_sym___thiscall] = ACTIONS(3088), [anon_sym___vectorcall] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_signed] = ACTIONS(3088), [anon_sym_unsigned] = ACTIONS(3088), [anon_sym_long] = ACTIONS(3088), @@ -95402,8 +93962,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___leave] = ACTIONS(3088), [anon_sym_not] = ACTIONS(3088), [anon_sym_compl] = ACTIONS(3088), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3090), + [anon_sym_PLUS_PLUS] = ACTIONS(3090), [anon_sym_sizeof] = ACTIONS(3088), [anon_sym___alignof__] = ACTIONS(3088), [anon_sym___alignof] = ACTIONS(3088), @@ -95415,18 +93975,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(3088), [anon_sym___asm__] = ACTIONS(3088), [anon_sym___asm] = ACTIONS(3088), - [aux_sym_number_literal_token1] = ACTIONS(3091), + [aux_sym_number_literal_token1] = ACTIONS(3090), [aux_sym_number_literal_token2] = ACTIONS(3088), - [anon_sym_L_SQUOTE] = ACTIONS(3091), - [anon_sym_u_SQUOTE] = ACTIONS(3091), - [anon_sym_U_SQUOTE] = ACTIONS(3091), - [anon_sym_u8_SQUOTE] = ACTIONS(3091), - [anon_sym_SQUOTE] = ACTIONS(3091), - [anon_sym_L_DQUOTE] = ACTIONS(3091), - [anon_sym_u_DQUOTE] = ACTIONS(3091), - [anon_sym_U_DQUOTE] = ACTIONS(3091), - [anon_sym_u8_DQUOTE] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), + [anon_sym_L_SQUOTE] = ACTIONS(3090), + [anon_sym_u_SQUOTE] = ACTIONS(3090), + [anon_sym_U_SQUOTE] = ACTIONS(3090), + [anon_sym_u8_SQUOTE] = ACTIONS(3090), + [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_L_DQUOTE] = ACTIONS(3090), + [anon_sym_u_DQUOTE] = ACTIONS(3090), + [anon_sym_U_DQUOTE] = ACTIONS(3090), + [anon_sym_u8_DQUOTE] = ACTIONS(3090), + [anon_sym_DQUOTE] = ACTIONS(3090), [sym_true] = ACTIONS(3088), [sym_false] = ACTIONS(3088), [anon_sym_NULL] = ACTIONS(3088), @@ -95447,517 +94007,1381 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(3088), [anon_sym_co_return] = ACTIONS(3088), [anon_sym_co_yield] = ACTIONS(3088), - [anon_sym_R_DQUOTE] = ACTIONS(3091), - [anon_sym_LR_DQUOTE] = ACTIONS(3091), - [anon_sym_uR_DQUOTE] = ACTIONS(3091), - [anon_sym_UR_DQUOTE] = ACTIONS(3091), - [anon_sym_u8R_DQUOTE] = ACTIONS(3091), + [anon_sym_R_DQUOTE] = ACTIONS(3090), + [anon_sym_LR_DQUOTE] = ACTIONS(3090), + [anon_sym_uR_DQUOTE] = ACTIONS(3090), + [anon_sym_UR_DQUOTE] = ACTIONS(3090), + [anon_sym_u8R_DQUOTE] = ACTIONS(3090), [anon_sym_co_await] = ACTIONS(3088), [anon_sym_new] = ACTIONS(3088), [anon_sym_requires] = ACTIONS(3088), [sym_this] = ACTIONS(3088), }, - [353] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_include_token1] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token2] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [aux_sym_preproc_else_token1] = ACTIONS(3094), - [aux_sym_preproc_elif_token1] = ACTIONS(3094), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_DASH] = ACTIONS(3094), - [anon_sym_PLUS] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym___cdecl] = ACTIONS(3094), - [anon_sym___clrcall] = ACTIONS(3094), - [anon_sym___stdcall] = ACTIONS(3094), - [anon_sym___fastcall] = ACTIONS(3094), - [anon_sym___thiscall] = ACTIONS(3094), - [anon_sym___vectorcall] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(3096), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_switch] = ACTIONS(3094), - [anon_sym_case] = ACTIONS(3094), - [anon_sym_default] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_do] = ACTIONS(3094), - [anon_sym_for] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_goto] = ACTIONS(3094), - [anon_sym___try] = ACTIONS(3094), - [anon_sym___leave] = ACTIONS(3094), - [anon_sym_not] = ACTIONS(3094), - [anon_sym_compl] = ACTIONS(3094), - [anon_sym_DASH_DASH] = ACTIONS(3096), - [anon_sym_PLUS_PLUS] = ACTIONS(3096), - [anon_sym_sizeof] = ACTIONS(3094), - [anon_sym___alignof__] = ACTIONS(3094), - [anon_sym___alignof] = ACTIONS(3094), - [anon_sym__alignof] = ACTIONS(3094), - [anon_sym_alignof] = ACTIONS(3094), - [anon_sym__Alignof] = ACTIONS(3094), - [anon_sym_offsetof] = ACTIONS(3094), - [anon_sym__Generic] = ACTIONS(3094), - [anon_sym_asm] = ACTIONS(3094), - [anon_sym___asm__] = ACTIONS(3094), - [anon_sym___asm] = ACTIONS(3094), - [aux_sym_number_literal_token1] = ACTIONS(3096), - [aux_sym_number_literal_token2] = ACTIONS(3094), - [anon_sym_L_SQUOTE] = ACTIONS(3096), - [anon_sym_u_SQUOTE] = ACTIONS(3096), - [anon_sym_U_SQUOTE] = ACTIONS(3096), - [anon_sym_u8_SQUOTE] = ACTIONS(3096), - [anon_sym_SQUOTE] = ACTIONS(3096), - [anon_sym_L_DQUOTE] = ACTIONS(3096), - [anon_sym_u_DQUOTE] = ACTIONS(3096), - [anon_sym_U_DQUOTE] = ACTIONS(3096), - [anon_sym_u8_DQUOTE] = ACTIONS(3096), - [anon_sym_DQUOTE] = ACTIONS(3096), - [sym_true] = ACTIONS(3094), - [sym_false] = ACTIONS(3094), - [anon_sym_NULL] = ACTIONS(3094), - [anon_sym_nullptr] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_delete] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_namespace] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - [anon_sym_concept] = ACTIONS(3094), - [anon_sym_co_return] = ACTIONS(3094), - [anon_sym_co_yield] = ACTIONS(3094), - [anon_sym_R_DQUOTE] = ACTIONS(3096), - [anon_sym_LR_DQUOTE] = ACTIONS(3096), - [anon_sym_uR_DQUOTE] = ACTIONS(3096), - [anon_sym_UR_DQUOTE] = ACTIONS(3096), - [anon_sym_u8R_DQUOTE] = ACTIONS(3096), - [anon_sym_co_await] = ACTIONS(3094), - [anon_sym_new] = ACTIONS(3094), - [anon_sym_requires] = ACTIONS(3094), - [sym_this] = ACTIONS(3094), + [343] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_include_token1] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token2] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [aux_sym_preproc_else_token1] = ACTIONS(3092), + [aux_sym_preproc_elif_token1] = ACTIONS(3092), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_DASH] = ACTIONS(3092), + [anon_sym_PLUS] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym___cdecl] = ACTIONS(3092), + [anon_sym___clrcall] = ACTIONS(3092), + [anon_sym___stdcall] = ACTIONS(3092), + [anon_sym___fastcall] = ACTIONS(3092), + [anon_sym___thiscall] = ACTIONS(3092), + [anon_sym___vectorcall] = ACTIONS(3092), + [anon_sym_LBRACE] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [anon_sym_if] = ACTIONS(3092), + [anon_sym_switch] = ACTIONS(3092), + [anon_sym_case] = ACTIONS(3092), + [anon_sym_default] = ACTIONS(3092), + [anon_sym_while] = ACTIONS(3092), + [anon_sym_do] = ACTIONS(3092), + [anon_sym_for] = ACTIONS(3092), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_break] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(3092), + [anon_sym_goto] = ACTIONS(3092), + [anon_sym___try] = ACTIONS(3092), + [anon_sym___leave] = ACTIONS(3092), + [anon_sym_not] = ACTIONS(3092), + [anon_sym_compl] = ACTIONS(3092), + [anon_sym_DASH_DASH] = ACTIONS(3094), + [anon_sym_PLUS_PLUS] = ACTIONS(3094), + [anon_sym_sizeof] = ACTIONS(3092), + [anon_sym___alignof__] = ACTIONS(3092), + [anon_sym___alignof] = ACTIONS(3092), + [anon_sym__alignof] = ACTIONS(3092), + [anon_sym_alignof] = ACTIONS(3092), + [anon_sym__Alignof] = ACTIONS(3092), + [anon_sym_offsetof] = ACTIONS(3092), + [anon_sym__Generic] = ACTIONS(3092), + [anon_sym_asm] = ACTIONS(3092), + [anon_sym___asm__] = ACTIONS(3092), + [anon_sym___asm] = ACTIONS(3092), + [aux_sym_number_literal_token1] = ACTIONS(3094), + [aux_sym_number_literal_token2] = ACTIONS(3092), + [anon_sym_L_SQUOTE] = ACTIONS(3094), + [anon_sym_u_SQUOTE] = ACTIONS(3094), + [anon_sym_U_SQUOTE] = ACTIONS(3094), + [anon_sym_u8_SQUOTE] = ACTIONS(3094), + [anon_sym_SQUOTE] = ACTIONS(3094), + [anon_sym_L_DQUOTE] = ACTIONS(3094), + [anon_sym_u_DQUOTE] = ACTIONS(3094), + [anon_sym_U_DQUOTE] = ACTIONS(3094), + [anon_sym_u8_DQUOTE] = ACTIONS(3094), + [anon_sym_DQUOTE] = ACTIONS(3094), + [sym_true] = ACTIONS(3092), + [sym_false] = ACTIONS(3092), + [anon_sym_NULL] = ACTIONS(3092), + [anon_sym_nullptr] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_try] = ACTIONS(3092), + [anon_sym_delete] = ACTIONS(3092), + [anon_sym_throw] = ACTIONS(3092), + [anon_sym_namespace] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + [anon_sym_concept] = ACTIONS(3092), + [anon_sym_co_return] = ACTIONS(3092), + [anon_sym_co_yield] = ACTIONS(3092), + [anon_sym_R_DQUOTE] = ACTIONS(3094), + [anon_sym_LR_DQUOTE] = ACTIONS(3094), + [anon_sym_uR_DQUOTE] = ACTIONS(3094), + [anon_sym_UR_DQUOTE] = ACTIONS(3094), + [anon_sym_u8R_DQUOTE] = ACTIONS(3094), + [anon_sym_co_await] = ACTIONS(3092), + [anon_sym_new] = ACTIONS(3092), + [anon_sym_requires] = ACTIONS(3092), + [sym_this] = ACTIONS(3092), }, - [354] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_include_token1] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token2] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [aux_sym_preproc_else_token1] = ACTIONS(3098), - [aux_sym_preproc_elif_token1] = ACTIONS(3098), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_BANG] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_DASH] = ACTIONS(3098), - [anon_sym_PLUS] = ACTIONS(3098), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym___cdecl] = ACTIONS(3098), - [anon_sym___clrcall] = ACTIONS(3098), - [anon_sym___stdcall] = ACTIONS(3098), - [anon_sym___fastcall] = ACTIONS(3098), - [anon_sym___thiscall] = ACTIONS(3098), - [anon_sym___vectorcall] = ACTIONS(3098), - [anon_sym_LBRACE] = ACTIONS(3100), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [anon_sym_if] = ACTIONS(3098), - [anon_sym_switch] = ACTIONS(3098), - [anon_sym_case] = ACTIONS(3098), - [anon_sym_default] = ACTIONS(3098), - [anon_sym_while] = ACTIONS(3098), - [anon_sym_do] = ACTIONS(3098), - [anon_sym_for] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3098), - [anon_sym_break] = ACTIONS(3098), - [anon_sym_continue] = ACTIONS(3098), - [anon_sym_goto] = ACTIONS(3098), - [anon_sym___try] = ACTIONS(3098), - [anon_sym___leave] = ACTIONS(3098), - [anon_sym_not] = ACTIONS(3098), - [anon_sym_compl] = ACTIONS(3098), - [anon_sym_DASH_DASH] = ACTIONS(3100), - [anon_sym_PLUS_PLUS] = ACTIONS(3100), - [anon_sym_sizeof] = ACTIONS(3098), - [anon_sym___alignof__] = ACTIONS(3098), - [anon_sym___alignof] = ACTIONS(3098), - [anon_sym__alignof] = ACTIONS(3098), - [anon_sym_alignof] = ACTIONS(3098), - [anon_sym__Alignof] = ACTIONS(3098), - [anon_sym_offsetof] = ACTIONS(3098), - [anon_sym__Generic] = ACTIONS(3098), - [anon_sym_asm] = ACTIONS(3098), - [anon_sym___asm__] = ACTIONS(3098), - [anon_sym___asm] = ACTIONS(3098), - [aux_sym_number_literal_token1] = ACTIONS(3100), - [aux_sym_number_literal_token2] = ACTIONS(3098), - [anon_sym_L_SQUOTE] = ACTIONS(3100), - [anon_sym_u_SQUOTE] = ACTIONS(3100), - [anon_sym_U_SQUOTE] = ACTIONS(3100), - [anon_sym_u8_SQUOTE] = ACTIONS(3100), - [anon_sym_SQUOTE] = ACTIONS(3100), - [anon_sym_L_DQUOTE] = ACTIONS(3100), - [anon_sym_u_DQUOTE] = ACTIONS(3100), - [anon_sym_U_DQUOTE] = ACTIONS(3100), - [anon_sym_u8_DQUOTE] = ACTIONS(3100), - [anon_sym_DQUOTE] = ACTIONS(3100), - [sym_true] = ACTIONS(3098), - [sym_false] = ACTIONS(3098), - [anon_sym_NULL] = ACTIONS(3098), - [anon_sym_nullptr] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_try] = ACTIONS(3098), - [anon_sym_delete] = ACTIONS(3098), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_namespace] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - [anon_sym_concept] = ACTIONS(3098), - [anon_sym_co_return] = ACTIONS(3098), - [anon_sym_co_yield] = ACTIONS(3098), - [anon_sym_R_DQUOTE] = ACTIONS(3100), - [anon_sym_LR_DQUOTE] = ACTIONS(3100), - [anon_sym_uR_DQUOTE] = ACTIONS(3100), - [anon_sym_UR_DQUOTE] = ACTIONS(3100), - [anon_sym_u8R_DQUOTE] = ACTIONS(3100), - [anon_sym_co_await] = ACTIONS(3098), - [anon_sym_new] = ACTIONS(3098), - [anon_sym_requires] = ACTIONS(3098), - [sym_this] = ACTIONS(3098), + [344] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_include_token1] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token2] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [aux_sym_preproc_else_token1] = ACTIONS(3096), + [aux_sym_preproc_elif_token1] = ACTIONS(3096), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_BANG] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_DASH] = ACTIONS(3096), + [anon_sym_PLUS] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym___cdecl] = ACTIONS(3096), + [anon_sym___clrcall] = ACTIONS(3096), + [anon_sym___stdcall] = ACTIONS(3096), + [anon_sym___fastcall] = ACTIONS(3096), + [anon_sym___thiscall] = ACTIONS(3096), + [anon_sym___vectorcall] = ACTIONS(3096), + [anon_sym_LBRACE] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_switch] = ACTIONS(3096), + [anon_sym_case] = ACTIONS(3096), + [anon_sym_default] = ACTIONS(3096), + [anon_sym_while] = ACTIONS(3096), + [anon_sym_do] = ACTIONS(3096), + [anon_sym_for] = ACTIONS(3096), + [anon_sym_return] = ACTIONS(3096), + [anon_sym_break] = ACTIONS(3096), + [anon_sym_continue] = ACTIONS(3096), + [anon_sym_goto] = ACTIONS(3096), + [anon_sym___try] = ACTIONS(3096), + [anon_sym___leave] = ACTIONS(3096), + [anon_sym_not] = ACTIONS(3096), + [anon_sym_compl] = ACTIONS(3096), + [anon_sym_DASH_DASH] = ACTIONS(3098), + [anon_sym_PLUS_PLUS] = ACTIONS(3098), + [anon_sym_sizeof] = ACTIONS(3096), + [anon_sym___alignof__] = ACTIONS(3096), + [anon_sym___alignof] = ACTIONS(3096), + [anon_sym__alignof] = ACTIONS(3096), + [anon_sym_alignof] = ACTIONS(3096), + [anon_sym__Alignof] = ACTIONS(3096), + [anon_sym_offsetof] = ACTIONS(3096), + [anon_sym__Generic] = ACTIONS(3096), + [anon_sym_asm] = ACTIONS(3096), + [anon_sym___asm__] = ACTIONS(3096), + [anon_sym___asm] = ACTIONS(3096), + [aux_sym_number_literal_token1] = ACTIONS(3098), + [aux_sym_number_literal_token2] = ACTIONS(3096), + [anon_sym_L_SQUOTE] = ACTIONS(3098), + [anon_sym_u_SQUOTE] = ACTIONS(3098), + [anon_sym_U_SQUOTE] = ACTIONS(3098), + [anon_sym_u8_SQUOTE] = ACTIONS(3098), + [anon_sym_SQUOTE] = ACTIONS(3098), + [anon_sym_L_DQUOTE] = ACTIONS(3098), + [anon_sym_u_DQUOTE] = ACTIONS(3098), + [anon_sym_U_DQUOTE] = ACTIONS(3098), + [anon_sym_u8_DQUOTE] = ACTIONS(3098), + [anon_sym_DQUOTE] = ACTIONS(3098), + [sym_true] = ACTIONS(3096), + [sym_false] = ACTIONS(3096), + [anon_sym_NULL] = ACTIONS(3096), + [anon_sym_nullptr] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_try] = ACTIONS(3096), + [anon_sym_delete] = ACTIONS(3096), + [anon_sym_throw] = ACTIONS(3096), + [anon_sym_namespace] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), + [anon_sym_concept] = ACTIONS(3096), + [anon_sym_co_return] = ACTIONS(3096), + [anon_sym_co_yield] = ACTIONS(3096), + [anon_sym_R_DQUOTE] = ACTIONS(3098), + [anon_sym_LR_DQUOTE] = ACTIONS(3098), + [anon_sym_uR_DQUOTE] = ACTIONS(3098), + [anon_sym_UR_DQUOTE] = ACTIONS(3098), + [anon_sym_u8R_DQUOTE] = ACTIONS(3098), + [anon_sym_co_await] = ACTIONS(3096), + [anon_sym_new] = ACTIONS(3096), + [anon_sym_requires] = ACTIONS(3096), + [sym_this] = ACTIONS(3096), }, - [355] = { - [sym_identifier] = ACTIONS(3102), - [aux_sym_preproc_include_token1] = ACTIONS(3102), - [aux_sym_preproc_def_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token2] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), - [aux_sym_preproc_else_token1] = ACTIONS(3102), - [aux_sym_preproc_elif_token1] = ACTIONS(3102), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3102), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_LPAREN2] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_AMP_AMP] = ACTIONS(3104), - [anon_sym_AMP] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym___extension__] = ACTIONS(3102), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_virtual] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym___attribute__] = ACTIONS(3102), - [anon_sym___attribute] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), - [anon_sym___declspec] = ACTIONS(3102), - [anon_sym___based] = ACTIONS(3102), - [anon_sym___cdecl] = ACTIONS(3102), - [anon_sym___clrcall] = ACTIONS(3102), - [anon_sym___stdcall] = ACTIONS(3102), - [anon_sym___fastcall] = ACTIONS(3102), - [anon_sym___thiscall] = ACTIONS(3102), - [anon_sym___vectorcall] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_signed] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [anon_sym_LBRACK] = ACTIONS(3102), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym___inline] = ACTIONS(3102), - [anon_sym___inline__] = ACTIONS(3102), - [anon_sym___forceinline] = ACTIONS(3102), - [anon_sym_thread_local] = ACTIONS(3102), - [anon_sym___thread] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_constexpr] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym___restrict__] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym__Noreturn] = ACTIONS(3102), - [anon_sym_noreturn] = ACTIONS(3102), - [anon_sym__Nonnull] = ACTIONS(3102), - [anon_sym_mutable] = ACTIONS(3102), - [anon_sym_constinit] = ACTIONS(3102), - [anon_sym_consteval] = ACTIONS(3102), - [anon_sym_PROGMEM] = ACTIONS(3102), - [anon_sym_alignas] = ACTIONS(3102), - [anon_sym__Alignas] = ACTIONS(3102), - [aux_sym_primitive_type_token1] = ACTIONS(3102), - [anon_sym_byte] = ACTIONS(3102), - [anon_sym_word] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_class] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym___try] = ACTIONS(3102), - [anon_sym___leave] = ACTIONS(3102), - [anon_sym_not] = ACTIONS(3102), - [anon_sym_compl] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [anon_sym___alignof__] = ACTIONS(3102), - [anon_sym___alignof] = ACTIONS(3102), - [anon_sym__alignof] = ACTIONS(3102), - [anon_sym_alignof] = ACTIONS(3102), - [anon_sym__Alignof] = ACTIONS(3102), - [anon_sym_offsetof] = ACTIONS(3102), - [anon_sym__Generic] = ACTIONS(3102), - [anon_sym_asm] = ACTIONS(3102), - [anon_sym___asm__] = ACTIONS(3102), - [anon_sym___asm] = ACTIONS(3102), - [aux_sym_number_literal_token1] = ACTIONS(3104), - [aux_sym_number_literal_token2] = ACTIONS(3102), - [anon_sym_L_SQUOTE] = ACTIONS(3104), - [anon_sym_u_SQUOTE] = ACTIONS(3104), - [anon_sym_U_SQUOTE] = ACTIONS(3104), - [anon_sym_u8_SQUOTE] = ACTIONS(3104), - [anon_sym_SQUOTE] = ACTIONS(3104), - [anon_sym_L_DQUOTE] = ACTIONS(3104), - [anon_sym_u_DQUOTE] = ACTIONS(3104), - [anon_sym_U_DQUOTE] = ACTIONS(3104), - [anon_sym_u8_DQUOTE] = ACTIONS(3104), - [anon_sym_DQUOTE] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [anon_sym_NULL] = ACTIONS(3102), - [anon_sym_nullptr] = ACTIONS(3102), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3102), - [anon_sym_decltype] = ACTIONS(3102), - [anon_sym_explicit] = ACTIONS(3102), - [anon_sym_typename] = ACTIONS(3102), - [anon_sym_template] = ACTIONS(3102), - [anon_sym_operator] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_delete] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_namespace] = ACTIONS(3102), - [anon_sym_using] = ACTIONS(3102), - [anon_sym_static_assert] = ACTIONS(3102), - [anon_sym_concept] = ACTIONS(3102), - [anon_sym_co_return] = ACTIONS(3102), - [anon_sym_co_yield] = ACTIONS(3102), - [anon_sym_R_DQUOTE] = ACTIONS(3104), - [anon_sym_LR_DQUOTE] = ACTIONS(3104), - [anon_sym_uR_DQUOTE] = ACTIONS(3104), - [anon_sym_UR_DQUOTE] = ACTIONS(3104), - [anon_sym_u8R_DQUOTE] = ACTIONS(3104), - [anon_sym_co_await] = ACTIONS(3102), - [anon_sym_new] = ACTIONS(3102), - [anon_sym_requires] = ACTIONS(3102), - [sym_this] = ACTIONS(3102), + [345] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [aux_sym_preproc_else_token1] = ACTIONS(3100), + [aux_sym_preproc_elif_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), }, - [356] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4661), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8135), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), + [346] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [aux_sym_preproc_else_token1] = ACTIONS(3100), + [aux_sym_preproc_elif_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [347] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_include_token1] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token2] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [aux_sym_preproc_else_token1] = ACTIONS(3104), + [aux_sym_preproc_elif_token1] = ACTIONS(3104), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_BANG] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_DASH] = ACTIONS(3104), + [anon_sym_PLUS] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym___cdecl] = ACTIONS(3104), + [anon_sym___clrcall] = ACTIONS(3104), + [anon_sym___stdcall] = ACTIONS(3104), + [anon_sym___fastcall] = ACTIONS(3104), + [anon_sym___thiscall] = ACTIONS(3104), + [anon_sym___vectorcall] = ACTIONS(3104), + [anon_sym_LBRACE] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [anon_sym_if] = ACTIONS(3104), + [anon_sym_switch] = ACTIONS(3104), + [anon_sym_case] = ACTIONS(3104), + [anon_sym_default] = ACTIONS(3104), + [anon_sym_while] = ACTIONS(3104), + [anon_sym_do] = ACTIONS(3104), + [anon_sym_for] = ACTIONS(3104), + [anon_sym_return] = ACTIONS(3104), + [anon_sym_break] = ACTIONS(3104), + [anon_sym_continue] = ACTIONS(3104), + [anon_sym_goto] = ACTIONS(3104), + [anon_sym___try] = ACTIONS(3104), + [anon_sym___leave] = ACTIONS(3104), + [anon_sym_not] = ACTIONS(3104), + [anon_sym_compl] = ACTIONS(3104), + [anon_sym_DASH_DASH] = ACTIONS(3106), + [anon_sym_PLUS_PLUS] = ACTIONS(3106), + [anon_sym_sizeof] = ACTIONS(3104), + [anon_sym___alignof__] = ACTIONS(3104), + [anon_sym___alignof] = ACTIONS(3104), + [anon_sym__alignof] = ACTIONS(3104), + [anon_sym_alignof] = ACTIONS(3104), + [anon_sym__Alignof] = ACTIONS(3104), + [anon_sym_offsetof] = ACTIONS(3104), + [anon_sym__Generic] = ACTIONS(3104), + [anon_sym_asm] = ACTIONS(3104), + [anon_sym___asm__] = ACTIONS(3104), + [anon_sym___asm] = ACTIONS(3104), + [aux_sym_number_literal_token1] = ACTIONS(3106), + [aux_sym_number_literal_token2] = ACTIONS(3104), + [anon_sym_L_SQUOTE] = ACTIONS(3106), + [anon_sym_u_SQUOTE] = ACTIONS(3106), + [anon_sym_U_SQUOTE] = ACTIONS(3106), + [anon_sym_u8_SQUOTE] = ACTIONS(3106), + [anon_sym_SQUOTE] = ACTIONS(3106), + [anon_sym_L_DQUOTE] = ACTIONS(3106), + [anon_sym_u_DQUOTE] = ACTIONS(3106), + [anon_sym_U_DQUOTE] = ACTIONS(3106), + [anon_sym_u8_DQUOTE] = ACTIONS(3106), + [anon_sym_DQUOTE] = ACTIONS(3106), + [sym_true] = ACTIONS(3104), + [sym_false] = ACTIONS(3104), + [anon_sym_NULL] = ACTIONS(3104), + [anon_sym_nullptr] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_try] = ACTIONS(3104), + [anon_sym_delete] = ACTIONS(3104), + [anon_sym_throw] = ACTIONS(3104), + [anon_sym_namespace] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + [anon_sym_concept] = ACTIONS(3104), + [anon_sym_co_return] = ACTIONS(3104), + [anon_sym_co_yield] = ACTIONS(3104), + [anon_sym_R_DQUOTE] = ACTIONS(3106), + [anon_sym_LR_DQUOTE] = ACTIONS(3106), + [anon_sym_uR_DQUOTE] = ACTIONS(3106), + [anon_sym_UR_DQUOTE] = ACTIONS(3106), + [anon_sym_u8R_DQUOTE] = ACTIONS(3106), + [anon_sym_co_await] = ACTIONS(3104), + [anon_sym_new] = ACTIONS(3104), + [anon_sym_requires] = ACTIONS(3104), + [sym_this] = ACTIONS(3104), + }, + [348] = { + [sym_identifier] = ACTIONS(3108), + [aux_sym_preproc_include_token1] = ACTIONS(3108), + [aux_sym_preproc_def_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token2] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3108), + [aux_sym_preproc_else_token1] = ACTIONS(3108), + [aux_sym_preproc_elif_token1] = ACTIONS(3108), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3108), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3108), + [sym_preproc_directive] = ACTIONS(3108), + [anon_sym_LPAREN2] = ACTIONS(3110), + [anon_sym_BANG] = ACTIONS(3110), + [anon_sym_TILDE] = ACTIONS(3110), + [anon_sym_DASH] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3110), + [anon_sym_AMP_AMP] = ACTIONS(3110), + [anon_sym_AMP] = ACTIONS(3108), + [anon_sym_SEMI] = ACTIONS(3110), + [anon_sym___extension__] = ACTIONS(3108), + [anon_sym_typedef] = ACTIONS(3108), + [anon_sym_virtual] = ACTIONS(3108), + [anon_sym_extern] = ACTIONS(3108), + [anon_sym___attribute__] = ACTIONS(3108), + [anon_sym___attribute] = ACTIONS(3108), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3110), + [anon_sym___declspec] = ACTIONS(3108), + [anon_sym___based] = ACTIONS(3108), + [anon_sym___cdecl] = ACTIONS(3108), + [anon_sym___clrcall] = ACTIONS(3108), + [anon_sym___stdcall] = ACTIONS(3108), + [anon_sym___fastcall] = ACTIONS(3108), + [anon_sym___thiscall] = ACTIONS(3108), + [anon_sym___vectorcall] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3110), + [anon_sym_signed] = ACTIONS(3108), + [anon_sym_unsigned] = ACTIONS(3108), + [anon_sym_long] = ACTIONS(3108), + [anon_sym_short] = ACTIONS(3108), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_static] = ACTIONS(3108), + [anon_sym_register] = ACTIONS(3108), + [anon_sym_inline] = ACTIONS(3108), + [anon_sym___inline] = ACTIONS(3108), + [anon_sym___inline__] = ACTIONS(3108), + [anon_sym___forceinline] = ACTIONS(3108), + [anon_sym_thread_local] = ACTIONS(3108), + [anon_sym___thread] = ACTIONS(3108), + [anon_sym_const] = ACTIONS(3108), + [anon_sym_constexpr] = ACTIONS(3108), + [anon_sym_volatile] = ACTIONS(3108), + [anon_sym_restrict] = ACTIONS(3108), + [anon_sym___restrict__] = ACTIONS(3108), + [anon_sym__Atomic] = ACTIONS(3108), + [anon_sym__Noreturn] = ACTIONS(3108), + [anon_sym_noreturn] = ACTIONS(3108), + [anon_sym__Nonnull] = ACTIONS(3108), + [anon_sym_mutable] = ACTIONS(3108), + [anon_sym_constinit] = ACTIONS(3108), + [anon_sym_consteval] = ACTIONS(3108), + [anon_sym_PROGMEM] = ACTIONS(3108), + [anon_sym_alignas] = ACTIONS(3108), + [anon_sym__Alignas] = ACTIONS(3108), + [aux_sym_primitive_type_token1] = ACTIONS(3108), + [anon_sym_byte] = ACTIONS(3108), + [anon_sym_word] = ACTIONS(3108), + [anon_sym_enum] = ACTIONS(3108), + [anon_sym_class] = ACTIONS(3108), + [anon_sym_struct] = ACTIONS(3108), + [anon_sym_union] = ACTIONS(3108), + [anon_sym_if] = ACTIONS(3108), + [anon_sym_switch] = ACTIONS(3108), + [anon_sym_case] = ACTIONS(3108), + [anon_sym_default] = ACTIONS(3108), + [anon_sym_while] = ACTIONS(3108), + [anon_sym_do] = ACTIONS(3108), + [anon_sym_for] = ACTIONS(3108), + [anon_sym_return] = ACTIONS(3108), + [anon_sym_break] = ACTIONS(3108), + [anon_sym_continue] = ACTIONS(3108), + [anon_sym_goto] = ACTIONS(3108), + [anon_sym___try] = ACTIONS(3108), + [anon_sym___leave] = ACTIONS(3108), + [anon_sym_not] = ACTIONS(3108), + [anon_sym_compl] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3110), + [anon_sym_PLUS_PLUS] = ACTIONS(3110), + [anon_sym_sizeof] = ACTIONS(3108), + [anon_sym___alignof__] = ACTIONS(3108), + [anon_sym___alignof] = ACTIONS(3108), + [anon_sym__alignof] = ACTIONS(3108), + [anon_sym_alignof] = ACTIONS(3108), + [anon_sym__Alignof] = ACTIONS(3108), + [anon_sym_offsetof] = ACTIONS(3108), + [anon_sym__Generic] = ACTIONS(3108), + [anon_sym_asm] = ACTIONS(3108), + [anon_sym___asm__] = ACTIONS(3108), + [anon_sym___asm] = ACTIONS(3108), + [aux_sym_number_literal_token1] = ACTIONS(3110), + [aux_sym_number_literal_token2] = ACTIONS(3108), + [anon_sym_L_SQUOTE] = ACTIONS(3110), + [anon_sym_u_SQUOTE] = ACTIONS(3110), + [anon_sym_U_SQUOTE] = ACTIONS(3110), + [anon_sym_u8_SQUOTE] = ACTIONS(3110), + [anon_sym_SQUOTE] = ACTIONS(3110), + [anon_sym_L_DQUOTE] = ACTIONS(3110), + [anon_sym_u_DQUOTE] = ACTIONS(3110), + [anon_sym_U_DQUOTE] = ACTIONS(3110), + [anon_sym_u8_DQUOTE] = ACTIONS(3110), + [anon_sym_DQUOTE] = ACTIONS(3110), + [sym_true] = ACTIONS(3108), + [sym_false] = ACTIONS(3108), + [anon_sym_NULL] = ACTIONS(3108), + [anon_sym_nullptr] = ACTIONS(3108), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3108), + [anon_sym_decltype] = ACTIONS(3108), + [anon_sym_explicit] = ACTIONS(3108), + [anon_sym_typename] = ACTIONS(3108), + [anon_sym_template] = ACTIONS(3108), + [anon_sym_operator] = ACTIONS(3108), + [anon_sym_try] = ACTIONS(3108), + [anon_sym_delete] = ACTIONS(3108), + [anon_sym_throw] = ACTIONS(3108), + [anon_sym_namespace] = ACTIONS(3108), + [anon_sym_using] = ACTIONS(3108), + [anon_sym_static_assert] = ACTIONS(3108), + [anon_sym_concept] = ACTIONS(3108), + [anon_sym_co_return] = ACTIONS(3108), + [anon_sym_co_yield] = ACTIONS(3108), + [anon_sym_R_DQUOTE] = ACTIONS(3110), + [anon_sym_LR_DQUOTE] = ACTIONS(3110), + [anon_sym_uR_DQUOTE] = ACTIONS(3110), + [anon_sym_UR_DQUOTE] = ACTIONS(3110), + [anon_sym_u8R_DQUOTE] = ACTIONS(3110), + [anon_sym_co_await] = ACTIONS(3108), + [anon_sym_new] = ACTIONS(3108), + [anon_sym_requires] = ACTIONS(3108), + [sym_this] = ACTIONS(3108), + }, + [349] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_include_token1] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token2] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [aux_sym_preproc_else_token1] = ACTIONS(3112), + [aux_sym_preproc_elif_token1] = ACTIONS(3112), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_BANG] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_DASH] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym___cdecl] = ACTIONS(3112), + [anon_sym___clrcall] = ACTIONS(3112), + [anon_sym___stdcall] = ACTIONS(3112), + [anon_sym___fastcall] = ACTIONS(3112), + [anon_sym___thiscall] = ACTIONS(3112), + [anon_sym___vectorcall] = ACTIONS(3112), + [anon_sym_LBRACE] = ACTIONS(3114), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [anon_sym_if] = ACTIONS(3112), + [anon_sym_switch] = ACTIONS(3112), + [anon_sym_case] = ACTIONS(3112), + [anon_sym_default] = ACTIONS(3112), + [anon_sym_while] = ACTIONS(3112), + [anon_sym_do] = ACTIONS(3112), + [anon_sym_for] = ACTIONS(3112), + [anon_sym_return] = ACTIONS(3112), + [anon_sym_break] = ACTIONS(3112), + [anon_sym_continue] = ACTIONS(3112), + [anon_sym_goto] = ACTIONS(3112), + [anon_sym___try] = ACTIONS(3112), + [anon_sym___leave] = ACTIONS(3112), + [anon_sym_not] = ACTIONS(3112), + [anon_sym_compl] = ACTIONS(3112), + [anon_sym_DASH_DASH] = ACTIONS(3114), + [anon_sym_PLUS_PLUS] = ACTIONS(3114), + [anon_sym_sizeof] = ACTIONS(3112), + [anon_sym___alignof__] = ACTIONS(3112), + [anon_sym___alignof] = ACTIONS(3112), + [anon_sym__alignof] = ACTIONS(3112), + [anon_sym_alignof] = ACTIONS(3112), + [anon_sym__Alignof] = ACTIONS(3112), + [anon_sym_offsetof] = ACTIONS(3112), + [anon_sym__Generic] = ACTIONS(3112), + [anon_sym_asm] = ACTIONS(3112), + [anon_sym___asm__] = ACTIONS(3112), + [anon_sym___asm] = ACTIONS(3112), + [aux_sym_number_literal_token1] = ACTIONS(3114), + [aux_sym_number_literal_token2] = ACTIONS(3112), + [anon_sym_L_SQUOTE] = ACTIONS(3114), + [anon_sym_u_SQUOTE] = ACTIONS(3114), + [anon_sym_U_SQUOTE] = ACTIONS(3114), + [anon_sym_u8_SQUOTE] = ACTIONS(3114), + [anon_sym_SQUOTE] = ACTIONS(3114), + [anon_sym_L_DQUOTE] = ACTIONS(3114), + [anon_sym_u_DQUOTE] = ACTIONS(3114), + [anon_sym_U_DQUOTE] = ACTIONS(3114), + [anon_sym_u8_DQUOTE] = ACTIONS(3114), + [anon_sym_DQUOTE] = ACTIONS(3114), + [sym_true] = ACTIONS(3112), + [sym_false] = ACTIONS(3112), + [anon_sym_NULL] = ACTIONS(3112), + [anon_sym_nullptr] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_try] = ACTIONS(3112), + [anon_sym_delete] = ACTIONS(3112), + [anon_sym_throw] = ACTIONS(3112), + [anon_sym_namespace] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), + [anon_sym_concept] = ACTIONS(3112), + [anon_sym_co_return] = ACTIONS(3112), + [anon_sym_co_yield] = ACTIONS(3112), + [anon_sym_R_DQUOTE] = ACTIONS(3114), + [anon_sym_LR_DQUOTE] = ACTIONS(3114), + [anon_sym_uR_DQUOTE] = ACTIONS(3114), + [anon_sym_UR_DQUOTE] = ACTIONS(3114), + [anon_sym_u8R_DQUOTE] = ACTIONS(3114), + [anon_sym_co_await] = ACTIONS(3112), + [anon_sym_new] = ACTIONS(3112), + [anon_sym_requires] = ACTIONS(3112), + [sym_this] = ACTIONS(3112), + }, + [350] = { + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_include_token1] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token2] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [aux_sym_preproc_else_token1] = ACTIONS(3116), + [aux_sym_preproc_elif_token1] = ACTIONS(3116), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_BANG] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_DASH] = ACTIONS(3116), + [anon_sym_PLUS] = ACTIONS(3116), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym___cdecl] = ACTIONS(3116), + [anon_sym___clrcall] = ACTIONS(3116), + [anon_sym___stdcall] = ACTIONS(3116), + [anon_sym___fastcall] = ACTIONS(3116), + [anon_sym___thiscall] = ACTIONS(3116), + [anon_sym___vectorcall] = ACTIONS(3116), + [anon_sym_LBRACE] = ACTIONS(3118), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [anon_sym_if] = ACTIONS(3116), + [anon_sym_switch] = ACTIONS(3116), + [anon_sym_case] = ACTIONS(3116), + [anon_sym_default] = ACTIONS(3116), + [anon_sym_while] = ACTIONS(3116), + [anon_sym_do] = ACTIONS(3116), + [anon_sym_for] = ACTIONS(3116), + [anon_sym_return] = ACTIONS(3116), + [anon_sym_break] = ACTIONS(3116), + [anon_sym_continue] = ACTIONS(3116), + [anon_sym_goto] = ACTIONS(3116), + [anon_sym___try] = ACTIONS(3116), + [anon_sym___leave] = ACTIONS(3116), + [anon_sym_not] = ACTIONS(3116), + [anon_sym_compl] = ACTIONS(3116), + [anon_sym_DASH_DASH] = ACTIONS(3118), + [anon_sym_PLUS_PLUS] = ACTIONS(3118), + [anon_sym_sizeof] = ACTIONS(3116), + [anon_sym___alignof__] = ACTIONS(3116), + [anon_sym___alignof] = ACTIONS(3116), + [anon_sym__alignof] = ACTIONS(3116), + [anon_sym_alignof] = ACTIONS(3116), + [anon_sym__Alignof] = ACTIONS(3116), + [anon_sym_offsetof] = ACTIONS(3116), + [anon_sym__Generic] = ACTIONS(3116), + [anon_sym_asm] = ACTIONS(3116), + [anon_sym___asm__] = ACTIONS(3116), + [anon_sym___asm] = ACTIONS(3116), + [aux_sym_number_literal_token1] = ACTIONS(3118), + [aux_sym_number_literal_token2] = ACTIONS(3116), + [anon_sym_L_SQUOTE] = ACTIONS(3118), + [anon_sym_u_SQUOTE] = ACTIONS(3118), + [anon_sym_U_SQUOTE] = ACTIONS(3118), + [anon_sym_u8_SQUOTE] = ACTIONS(3118), + [anon_sym_SQUOTE] = ACTIONS(3118), + [anon_sym_L_DQUOTE] = ACTIONS(3118), + [anon_sym_u_DQUOTE] = ACTIONS(3118), + [anon_sym_U_DQUOTE] = ACTIONS(3118), + [anon_sym_u8_DQUOTE] = ACTIONS(3118), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym_true] = ACTIONS(3116), + [sym_false] = ACTIONS(3116), + [anon_sym_NULL] = ACTIONS(3116), + [anon_sym_nullptr] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_try] = ACTIONS(3116), + [anon_sym_delete] = ACTIONS(3116), + [anon_sym_throw] = ACTIONS(3116), + [anon_sym_namespace] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + [anon_sym_concept] = ACTIONS(3116), + [anon_sym_co_return] = ACTIONS(3116), + [anon_sym_co_yield] = ACTIONS(3116), + [anon_sym_R_DQUOTE] = ACTIONS(3118), + [anon_sym_LR_DQUOTE] = ACTIONS(3118), + [anon_sym_uR_DQUOTE] = ACTIONS(3118), + [anon_sym_UR_DQUOTE] = ACTIONS(3118), + [anon_sym_u8R_DQUOTE] = ACTIONS(3118), + [anon_sym_co_await] = ACTIONS(3116), + [anon_sym_new] = ACTIONS(3116), + [anon_sym_requires] = ACTIONS(3116), + [sym_this] = ACTIONS(3116), + }, + [351] = { + [sym_catch_clause] = STATE(363), + [aux_sym_constructor_try_statement_repeat1] = STATE(363), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_include_token1] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_BANG] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_DASH] = ACTIONS(2556), + [anon_sym_PLUS] = ACTIONS(2556), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym___cdecl] = ACTIONS(2556), + [anon_sym___clrcall] = ACTIONS(2556), + [anon_sym___stdcall] = ACTIONS(2556), + [anon_sym___fastcall] = ACTIONS(2556), + [anon_sym___thiscall] = ACTIONS(2556), + [anon_sym___vectorcall] = ACTIONS(2556), + [anon_sym_LBRACE] = ACTIONS(2558), + [anon_sym_RBRACE] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2556), + [anon_sym_else] = ACTIONS(2556), + [anon_sym_switch] = ACTIONS(2556), + [anon_sym_case] = ACTIONS(2556), + [anon_sym_default] = ACTIONS(2556), + [anon_sym_while] = ACTIONS(2556), + [anon_sym_do] = ACTIONS(2556), + [anon_sym_for] = ACTIONS(2556), + [anon_sym_return] = ACTIONS(2556), + [anon_sym_break] = ACTIONS(2556), + [anon_sym_continue] = ACTIONS(2556), + [anon_sym_goto] = ACTIONS(2556), + [anon_sym___try] = ACTIONS(2556), + [anon_sym___leave] = ACTIONS(2556), + [anon_sym_not] = ACTIONS(2556), + [anon_sym_compl] = ACTIONS(2556), + [anon_sym_DASH_DASH] = ACTIONS(2558), + [anon_sym_PLUS_PLUS] = ACTIONS(2558), + [anon_sym_sizeof] = ACTIONS(2556), + [anon_sym___alignof__] = ACTIONS(2556), + [anon_sym___alignof] = ACTIONS(2556), + [anon_sym__alignof] = ACTIONS(2556), + [anon_sym_alignof] = ACTIONS(2556), + [anon_sym__Alignof] = ACTIONS(2556), + [anon_sym_offsetof] = ACTIONS(2556), + [anon_sym__Generic] = ACTIONS(2556), + [anon_sym_asm] = ACTIONS(2556), + [anon_sym___asm__] = ACTIONS(2556), + [anon_sym___asm] = ACTIONS(2556), + [aux_sym_number_literal_token1] = ACTIONS(2558), + [aux_sym_number_literal_token2] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2558), + [anon_sym_u_SQUOTE] = ACTIONS(2558), + [anon_sym_U_SQUOTE] = ACTIONS(2558), + [anon_sym_u8_SQUOTE] = ACTIONS(2558), + [anon_sym_SQUOTE] = ACTIONS(2558), + [anon_sym_L_DQUOTE] = ACTIONS(2558), + [anon_sym_u_DQUOTE] = ACTIONS(2558), + [anon_sym_U_DQUOTE] = ACTIONS(2558), + [anon_sym_u8_DQUOTE] = ACTIONS(2558), + [anon_sym_DQUOTE] = ACTIONS(2558), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [anon_sym_NULL] = ACTIONS(2556), + [anon_sym_nullptr] = ACTIONS(2556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_explicit] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_operator] = ACTIONS(2556), + [anon_sym_try] = ACTIONS(2556), + [anon_sym_delete] = ACTIONS(2556), + [anon_sym_throw] = ACTIONS(2556), + [anon_sym_namespace] = ACTIONS(2556), + [anon_sym_using] = ACTIONS(2556), + [anon_sym_static_assert] = ACTIONS(2556), + [anon_sym_concept] = ACTIONS(2556), + [anon_sym_co_return] = ACTIONS(2556), + [anon_sym_co_yield] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(3120), + [anon_sym_R_DQUOTE] = ACTIONS(2558), + [anon_sym_LR_DQUOTE] = ACTIONS(2558), + [anon_sym_uR_DQUOTE] = ACTIONS(2558), + [anon_sym_UR_DQUOTE] = ACTIONS(2558), + [anon_sym_u8R_DQUOTE] = ACTIONS(2558), + [anon_sym_co_await] = ACTIONS(2556), + [anon_sym_new] = ACTIONS(2556), + [anon_sym_requires] = ACTIONS(2556), + [sym_this] = ACTIONS(2556), + }, + [352] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4641), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(7867), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_signed] = ACTIONS(1792), [anon_sym_unsigned] = ACTIONS(1792), @@ -96021,7 +95445,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(1830), [anon_sym_decltype] = ACTIONS(1832), [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -96033,2318 +95457,1453 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, + [353] = { + [sym_catch_clause] = STATE(356), + [aux_sym_constructor_try_statement_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_include_token1] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token2] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_BANG] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_DASH] = ACTIONS(2556), + [anon_sym_PLUS] = ACTIONS(2556), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym___cdecl] = ACTIONS(2556), + [anon_sym___clrcall] = ACTIONS(2556), + [anon_sym___stdcall] = ACTIONS(2556), + [anon_sym___fastcall] = ACTIONS(2556), + [anon_sym___thiscall] = ACTIONS(2556), + [anon_sym___vectorcall] = ACTIONS(2556), + [anon_sym_LBRACE] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2556), + [anon_sym_else] = ACTIONS(2556), + [anon_sym_switch] = ACTIONS(2556), + [anon_sym_case] = ACTIONS(2556), + [anon_sym_default] = ACTIONS(2556), + [anon_sym_while] = ACTIONS(2556), + [anon_sym_do] = ACTIONS(2556), + [anon_sym_for] = ACTIONS(2556), + [anon_sym_return] = ACTIONS(2556), + [anon_sym_break] = ACTIONS(2556), + [anon_sym_continue] = ACTIONS(2556), + [anon_sym_goto] = ACTIONS(2556), + [anon_sym___try] = ACTIONS(2556), + [anon_sym___leave] = ACTIONS(2556), + [anon_sym_not] = ACTIONS(2556), + [anon_sym_compl] = ACTIONS(2556), + [anon_sym_DASH_DASH] = ACTIONS(2558), + [anon_sym_PLUS_PLUS] = ACTIONS(2558), + [anon_sym_sizeof] = ACTIONS(2556), + [anon_sym___alignof__] = ACTIONS(2556), + [anon_sym___alignof] = ACTIONS(2556), + [anon_sym__alignof] = ACTIONS(2556), + [anon_sym_alignof] = ACTIONS(2556), + [anon_sym__Alignof] = ACTIONS(2556), + [anon_sym_offsetof] = ACTIONS(2556), + [anon_sym__Generic] = ACTIONS(2556), + [anon_sym_asm] = ACTIONS(2556), + [anon_sym___asm__] = ACTIONS(2556), + [anon_sym___asm] = ACTIONS(2556), + [aux_sym_number_literal_token1] = ACTIONS(2558), + [aux_sym_number_literal_token2] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2558), + [anon_sym_u_SQUOTE] = ACTIONS(2558), + [anon_sym_U_SQUOTE] = ACTIONS(2558), + [anon_sym_u8_SQUOTE] = ACTIONS(2558), + [anon_sym_SQUOTE] = ACTIONS(2558), + [anon_sym_L_DQUOTE] = ACTIONS(2558), + [anon_sym_u_DQUOTE] = ACTIONS(2558), + [anon_sym_U_DQUOTE] = ACTIONS(2558), + [anon_sym_u8_DQUOTE] = ACTIONS(2558), + [anon_sym_DQUOTE] = ACTIONS(2558), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [anon_sym_NULL] = ACTIONS(2556), + [anon_sym_nullptr] = ACTIONS(2556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_explicit] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_operator] = ACTIONS(2556), + [anon_sym_try] = ACTIONS(2556), + [anon_sym_delete] = ACTIONS(2556), + [anon_sym_throw] = ACTIONS(2556), + [anon_sym_namespace] = ACTIONS(2556), + [anon_sym_using] = ACTIONS(2556), + [anon_sym_static_assert] = ACTIONS(2556), + [anon_sym_concept] = ACTIONS(2556), + [anon_sym_co_return] = ACTIONS(2556), + [anon_sym_co_yield] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(3126), + [anon_sym_R_DQUOTE] = ACTIONS(2558), + [anon_sym_LR_DQUOTE] = ACTIONS(2558), + [anon_sym_uR_DQUOTE] = ACTIONS(2558), + [anon_sym_UR_DQUOTE] = ACTIONS(2558), + [anon_sym_u8R_DQUOTE] = ACTIONS(2558), + [anon_sym_co_await] = ACTIONS(2556), + [anon_sym_new] = ACTIONS(2556), + [anon_sym_requires] = ACTIONS(2556), + [sym_this] = ACTIONS(2556), + }, + [354] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_include_token1] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token2] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [aux_sym_preproc_else_token1] = ACTIONS(3128), + [aux_sym_preproc_elif_token1] = ACTIONS(3128), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_BANG] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym___cdecl] = ACTIONS(3128), + [anon_sym___clrcall] = ACTIONS(3128), + [anon_sym___stdcall] = ACTIONS(3128), + [anon_sym___fastcall] = ACTIONS(3128), + [anon_sym___thiscall] = ACTIONS(3128), + [anon_sym___vectorcall] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(3130), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_switch] = ACTIONS(3128), + [anon_sym_case] = ACTIONS(3128), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_do] = ACTIONS(3128), + [anon_sym_for] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_goto] = ACTIONS(3128), + [anon_sym___try] = ACTIONS(3128), + [anon_sym___leave] = ACTIONS(3128), + [anon_sym_not] = ACTIONS(3128), + [anon_sym_compl] = ACTIONS(3128), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3128), + [anon_sym___alignof__] = ACTIONS(3128), + [anon_sym___alignof] = ACTIONS(3128), + [anon_sym__alignof] = ACTIONS(3128), + [anon_sym_alignof] = ACTIONS(3128), + [anon_sym__Alignof] = ACTIONS(3128), + [anon_sym_offsetof] = ACTIONS(3128), + [anon_sym__Generic] = ACTIONS(3128), + [anon_sym_asm] = ACTIONS(3128), + [anon_sym___asm__] = ACTIONS(3128), + [anon_sym___asm] = ACTIONS(3128), + [aux_sym_number_literal_token1] = ACTIONS(3130), + [aux_sym_number_literal_token2] = ACTIONS(3128), + [anon_sym_L_SQUOTE] = ACTIONS(3130), + [anon_sym_u_SQUOTE] = ACTIONS(3130), + [anon_sym_U_SQUOTE] = ACTIONS(3130), + [anon_sym_u8_SQUOTE] = ACTIONS(3130), + [anon_sym_SQUOTE] = ACTIONS(3130), + [anon_sym_L_DQUOTE] = ACTIONS(3130), + [anon_sym_u_DQUOTE] = ACTIONS(3130), + [anon_sym_U_DQUOTE] = ACTIONS(3130), + [anon_sym_u8_DQUOTE] = ACTIONS(3130), + [anon_sym_DQUOTE] = ACTIONS(3130), + [sym_true] = ACTIONS(3128), + [sym_false] = ACTIONS(3128), + [anon_sym_NULL] = ACTIONS(3128), + [anon_sym_nullptr] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_delete] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_namespace] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + [anon_sym_concept] = ACTIONS(3128), + [anon_sym_co_return] = ACTIONS(3128), + [anon_sym_co_yield] = ACTIONS(3128), + [anon_sym_R_DQUOTE] = ACTIONS(3130), + [anon_sym_LR_DQUOTE] = ACTIONS(3130), + [anon_sym_uR_DQUOTE] = ACTIONS(3130), + [anon_sym_UR_DQUOTE] = ACTIONS(3130), + [anon_sym_u8R_DQUOTE] = ACTIONS(3130), + [anon_sym_co_await] = ACTIONS(3128), + [anon_sym_new] = ACTIONS(3128), + [anon_sym_requires] = ACTIONS(3128), + [sym_this] = ACTIONS(3128), + }, + [355] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_include_token1] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token2] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [aux_sym_preproc_else_token1] = ACTIONS(3132), + [aux_sym_preproc_elif_token1] = ACTIONS(3132), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_BANG] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_DASH] = ACTIONS(3132), + [anon_sym_PLUS] = ACTIONS(3132), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym___cdecl] = ACTIONS(3132), + [anon_sym___clrcall] = ACTIONS(3132), + [anon_sym___stdcall] = ACTIONS(3132), + [anon_sym___fastcall] = ACTIONS(3132), + [anon_sym___thiscall] = ACTIONS(3132), + [anon_sym___vectorcall] = ACTIONS(3132), + [anon_sym_LBRACE] = ACTIONS(3134), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_if] = ACTIONS(3132), + [anon_sym_switch] = ACTIONS(3132), + [anon_sym_case] = ACTIONS(3132), + [anon_sym_default] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3132), + [anon_sym_do] = ACTIONS(3132), + [anon_sym_for] = ACTIONS(3132), + [anon_sym_return] = ACTIONS(3132), + [anon_sym_break] = ACTIONS(3132), + [anon_sym_continue] = ACTIONS(3132), + [anon_sym_goto] = ACTIONS(3132), + [anon_sym___try] = ACTIONS(3132), + [anon_sym___leave] = ACTIONS(3132), + [anon_sym_not] = ACTIONS(3132), + [anon_sym_compl] = ACTIONS(3132), + [anon_sym_DASH_DASH] = ACTIONS(3134), + [anon_sym_PLUS_PLUS] = ACTIONS(3134), + [anon_sym_sizeof] = ACTIONS(3132), + [anon_sym___alignof__] = ACTIONS(3132), + [anon_sym___alignof] = ACTIONS(3132), + [anon_sym__alignof] = ACTIONS(3132), + [anon_sym_alignof] = ACTIONS(3132), + [anon_sym__Alignof] = ACTIONS(3132), + [anon_sym_offsetof] = ACTIONS(3132), + [anon_sym__Generic] = ACTIONS(3132), + [anon_sym_asm] = ACTIONS(3132), + [anon_sym___asm__] = ACTIONS(3132), + [anon_sym___asm] = ACTIONS(3132), + [aux_sym_number_literal_token1] = ACTIONS(3134), + [aux_sym_number_literal_token2] = ACTIONS(3132), + [anon_sym_L_SQUOTE] = ACTIONS(3134), + [anon_sym_u_SQUOTE] = ACTIONS(3134), + [anon_sym_U_SQUOTE] = ACTIONS(3134), + [anon_sym_u8_SQUOTE] = ACTIONS(3134), + [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_L_DQUOTE] = ACTIONS(3134), + [anon_sym_u_DQUOTE] = ACTIONS(3134), + [anon_sym_U_DQUOTE] = ACTIONS(3134), + [anon_sym_u8_DQUOTE] = ACTIONS(3134), + [anon_sym_DQUOTE] = ACTIONS(3134), + [sym_true] = ACTIONS(3132), + [sym_false] = ACTIONS(3132), + [anon_sym_NULL] = ACTIONS(3132), + [anon_sym_nullptr] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_try] = ACTIONS(3132), + [anon_sym_delete] = ACTIONS(3132), + [anon_sym_throw] = ACTIONS(3132), + [anon_sym_namespace] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + [anon_sym_concept] = ACTIONS(3132), + [anon_sym_co_return] = ACTIONS(3132), + [anon_sym_co_yield] = ACTIONS(3132), + [anon_sym_R_DQUOTE] = ACTIONS(3134), + [anon_sym_LR_DQUOTE] = ACTIONS(3134), + [anon_sym_uR_DQUOTE] = ACTIONS(3134), + [anon_sym_UR_DQUOTE] = ACTIONS(3134), + [anon_sym_u8R_DQUOTE] = ACTIONS(3134), + [anon_sym_co_await] = ACTIONS(3132), + [anon_sym_new] = ACTIONS(3132), + [anon_sym_requires] = ACTIONS(3132), + [sym_this] = ACTIONS(3132), + }, + [356] = { + [sym_catch_clause] = STATE(356), + [aux_sym_constructor_try_statement_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(2562), + [aux_sym_preproc_include_token1] = ACTIONS(2562), + [aux_sym_preproc_def_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token2] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [sym_preproc_directive] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_BANG] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_DASH] = ACTIONS(2562), + [anon_sym_PLUS] = ACTIONS(2562), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP_AMP] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym___extension__] = ACTIONS(2562), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym___attribute] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym___based] = ACTIONS(2562), + [anon_sym___cdecl] = ACTIONS(2562), + [anon_sym___clrcall] = ACTIONS(2562), + [anon_sym___stdcall] = ACTIONS(2562), + [anon_sym___fastcall] = ACTIONS(2562), + [anon_sym___thiscall] = ACTIONS(2562), + [anon_sym___vectorcall] = ACTIONS(2562), + [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym___inline] = ACTIONS(2562), + [anon_sym___inline__] = ACTIONS(2562), + [anon_sym___forceinline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym___thread] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym___restrict__] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym__Noreturn] = ACTIONS(2562), + [anon_sym_noreturn] = ACTIONS(2562), + [anon_sym__Nonnull] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_PROGMEM] = ACTIONS(2562), + [anon_sym_alignas] = ACTIONS(2562), + [anon_sym__Alignas] = ACTIONS(2562), + [aux_sym_primitive_type_token1] = ACTIONS(2562), + [anon_sym_byte] = ACTIONS(2562), + [anon_sym_word] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), + [anon_sym_if] = ACTIONS(2562), + [anon_sym_else] = ACTIONS(2562), + [anon_sym_switch] = ACTIONS(2562), + [anon_sym_case] = ACTIONS(2562), + [anon_sym_default] = ACTIONS(2562), + [anon_sym_while] = ACTIONS(2562), + [anon_sym_do] = ACTIONS(2562), + [anon_sym_for] = ACTIONS(2562), + [anon_sym_return] = ACTIONS(2562), + [anon_sym_break] = ACTIONS(2562), + [anon_sym_continue] = ACTIONS(2562), + [anon_sym_goto] = ACTIONS(2562), + [anon_sym___try] = ACTIONS(2562), + [anon_sym___leave] = ACTIONS(2562), + [anon_sym_not] = ACTIONS(2562), + [anon_sym_compl] = ACTIONS(2562), + [anon_sym_DASH_DASH] = ACTIONS(2564), + [anon_sym_PLUS_PLUS] = ACTIONS(2564), + [anon_sym_sizeof] = ACTIONS(2562), + [anon_sym___alignof__] = ACTIONS(2562), + [anon_sym___alignof] = ACTIONS(2562), + [anon_sym__alignof] = ACTIONS(2562), + [anon_sym_alignof] = ACTIONS(2562), + [anon_sym__Alignof] = ACTIONS(2562), + [anon_sym_offsetof] = ACTIONS(2562), + [anon_sym__Generic] = ACTIONS(2562), + [anon_sym_asm] = ACTIONS(2562), + [anon_sym___asm__] = ACTIONS(2562), + [anon_sym___asm] = ACTIONS(2562), + [aux_sym_number_literal_token1] = ACTIONS(2564), + [aux_sym_number_literal_token2] = ACTIONS(2562), + [anon_sym_L_SQUOTE] = ACTIONS(2564), + [anon_sym_u_SQUOTE] = ACTIONS(2564), + [anon_sym_U_SQUOTE] = ACTIONS(2564), + [anon_sym_u8_SQUOTE] = ACTIONS(2564), + [anon_sym_SQUOTE] = ACTIONS(2564), + [anon_sym_L_DQUOTE] = ACTIONS(2564), + [anon_sym_u_DQUOTE] = ACTIONS(2564), + [anon_sym_U_DQUOTE] = ACTIONS(2564), + [anon_sym_u8_DQUOTE] = ACTIONS(2564), + [anon_sym_DQUOTE] = ACTIONS(2564), + [sym_true] = ACTIONS(2562), + [sym_false] = ACTIONS(2562), + [anon_sym_NULL] = ACTIONS(2562), + [anon_sym_nullptr] = ACTIONS(2562), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_explicit] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_operator] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2562), + [anon_sym_delete] = ACTIONS(2562), + [anon_sym_throw] = ACTIONS(2562), + [anon_sym_namespace] = ACTIONS(2562), + [anon_sym_using] = ACTIONS(2562), + [anon_sym_static_assert] = ACTIONS(2562), + [anon_sym_concept] = ACTIONS(2562), + [anon_sym_co_return] = ACTIONS(2562), + [anon_sym_co_yield] = ACTIONS(2562), + [anon_sym_catch] = ACTIONS(3136), + [anon_sym_R_DQUOTE] = ACTIONS(2564), + [anon_sym_LR_DQUOTE] = ACTIONS(2564), + [anon_sym_uR_DQUOTE] = ACTIONS(2564), + [anon_sym_UR_DQUOTE] = ACTIONS(2564), + [anon_sym_u8R_DQUOTE] = ACTIONS(2564), + [anon_sym_co_await] = ACTIONS(2562), + [anon_sym_new] = ACTIONS(2562), + [anon_sym_requires] = ACTIONS(2562), + [sym_this] = ACTIONS(2562), + }, [357] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_include_token1] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token2] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [aux_sym_preproc_else_token1] = ACTIONS(3106), - [aux_sym_preproc_elif_token1] = ACTIONS(3106), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym___cdecl] = ACTIONS(3106), - [anon_sym___clrcall] = ACTIONS(3106), - [anon_sym___stdcall] = ACTIONS(3106), - [anon_sym___fastcall] = ACTIONS(3106), - [anon_sym___thiscall] = ACTIONS(3106), - [anon_sym___vectorcall] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym___try] = ACTIONS(3106), - [anon_sym___leave] = ACTIONS(3106), - [anon_sym_not] = ACTIONS(3106), - [anon_sym_compl] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [anon_sym___alignof__] = ACTIONS(3106), - [anon_sym___alignof] = ACTIONS(3106), - [anon_sym__alignof] = ACTIONS(3106), - [anon_sym_alignof] = ACTIONS(3106), - [anon_sym__Alignof] = ACTIONS(3106), - [anon_sym_offsetof] = ACTIONS(3106), - [anon_sym__Generic] = ACTIONS(3106), - [anon_sym_asm] = ACTIONS(3106), - [anon_sym___asm__] = ACTIONS(3106), - [anon_sym___asm] = ACTIONS(3106), - [aux_sym_number_literal_token1] = ACTIONS(3108), - [aux_sym_number_literal_token2] = ACTIONS(3106), - [anon_sym_L_SQUOTE] = ACTIONS(3108), - [anon_sym_u_SQUOTE] = ACTIONS(3108), - [anon_sym_U_SQUOTE] = ACTIONS(3108), - [anon_sym_u8_SQUOTE] = ACTIONS(3108), - [anon_sym_SQUOTE] = ACTIONS(3108), - [anon_sym_L_DQUOTE] = ACTIONS(3108), - [anon_sym_u_DQUOTE] = ACTIONS(3108), - [anon_sym_U_DQUOTE] = ACTIONS(3108), - [anon_sym_u8_DQUOTE] = ACTIONS(3108), - [anon_sym_DQUOTE] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [anon_sym_NULL] = ACTIONS(3106), - [anon_sym_nullptr] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_try] = ACTIONS(3106), - [anon_sym_delete] = ACTIONS(3106), - [anon_sym_throw] = ACTIONS(3106), - [anon_sym_namespace] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), - [anon_sym_concept] = ACTIONS(3106), - [anon_sym_co_return] = ACTIONS(3106), - [anon_sym_co_yield] = ACTIONS(3106), - [anon_sym_R_DQUOTE] = ACTIONS(3108), - [anon_sym_LR_DQUOTE] = ACTIONS(3108), - [anon_sym_uR_DQUOTE] = ACTIONS(3108), - [anon_sym_UR_DQUOTE] = ACTIONS(3108), - [anon_sym_u8R_DQUOTE] = ACTIONS(3108), - [anon_sym_co_await] = ACTIONS(3106), - [anon_sym_new] = ACTIONS(3106), - [anon_sym_requires] = ACTIONS(3106), - [sym_this] = ACTIONS(3106), + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_include_token1] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token2] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [aux_sym_preproc_else_token1] = ACTIONS(3139), + [aux_sym_preproc_elif_token1] = ACTIONS(3139), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym___cdecl] = ACTIONS(3139), + [anon_sym___clrcall] = ACTIONS(3139), + [anon_sym___stdcall] = ACTIONS(3139), + [anon_sym___fastcall] = ACTIONS(3139), + [anon_sym___thiscall] = ACTIONS(3139), + [anon_sym___vectorcall] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_switch] = ACTIONS(3139), + [anon_sym_case] = ACTIONS(3139), + [anon_sym_default] = ACTIONS(3139), + [anon_sym_while] = ACTIONS(3139), + [anon_sym_do] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym___try] = ACTIONS(3139), + [anon_sym___leave] = ACTIONS(3139), + [anon_sym_not] = ACTIONS(3139), + [anon_sym_compl] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_sizeof] = ACTIONS(3139), + [anon_sym___alignof__] = ACTIONS(3139), + [anon_sym___alignof] = ACTIONS(3139), + [anon_sym__alignof] = ACTIONS(3139), + [anon_sym_alignof] = ACTIONS(3139), + [anon_sym__Alignof] = ACTIONS(3139), + [anon_sym_offsetof] = ACTIONS(3139), + [anon_sym__Generic] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym___asm__] = ACTIONS(3139), + [anon_sym___asm] = ACTIONS(3139), + [aux_sym_number_literal_token1] = ACTIONS(3141), + [aux_sym_number_literal_token2] = ACTIONS(3139), + [anon_sym_L_SQUOTE] = ACTIONS(3141), + [anon_sym_u_SQUOTE] = ACTIONS(3141), + [anon_sym_U_SQUOTE] = ACTIONS(3141), + [anon_sym_u8_SQUOTE] = ACTIONS(3141), + [anon_sym_SQUOTE] = ACTIONS(3141), + [anon_sym_L_DQUOTE] = ACTIONS(3141), + [anon_sym_u_DQUOTE] = ACTIONS(3141), + [anon_sym_U_DQUOTE] = ACTIONS(3141), + [anon_sym_u8_DQUOTE] = ACTIONS(3141), + [anon_sym_DQUOTE] = ACTIONS(3141), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [anon_sym_NULL] = ACTIONS(3139), + [anon_sym_nullptr] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3139), + [anon_sym_delete] = ACTIONS(3139), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_namespace] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + [anon_sym_concept] = ACTIONS(3139), + [anon_sym_co_return] = ACTIONS(3139), + [anon_sym_co_yield] = ACTIONS(3139), + [anon_sym_R_DQUOTE] = ACTIONS(3141), + [anon_sym_LR_DQUOTE] = ACTIONS(3141), + [anon_sym_uR_DQUOTE] = ACTIONS(3141), + [anon_sym_UR_DQUOTE] = ACTIONS(3141), + [anon_sym_u8R_DQUOTE] = ACTIONS(3141), + [anon_sym_co_await] = ACTIONS(3139), + [anon_sym_new] = ACTIONS(3139), + [anon_sym_requires] = ACTIONS(3139), + [sym_this] = ACTIONS(3139), }, [358] = { - [sym_identifier] = ACTIONS(3110), - [aux_sym_preproc_include_token1] = ACTIONS(3110), - [aux_sym_preproc_def_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token2] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3110), - [aux_sym_preproc_else_token1] = ACTIONS(3110), - [aux_sym_preproc_elif_token1] = ACTIONS(3110), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3110), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_LPAREN2] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_AMP_AMP] = ACTIONS(3112), - [anon_sym_AMP] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym___extension__] = ACTIONS(3110), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_virtual] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym___attribute__] = ACTIONS(3110), - [anon_sym___attribute] = ACTIONS(3110), - [anon_sym_COLON_COLON] = ACTIONS(3112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3112), - [anon_sym___declspec] = ACTIONS(3110), - [anon_sym___based] = ACTIONS(3110), - [anon_sym___cdecl] = ACTIONS(3110), - [anon_sym___clrcall] = ACTIONS(3110), - [anon_sym___stdcall] = ACTIONS(3110), - [anon_sym___fastcall] = ACTIONS(3110), - [anon_sym___thiscall] = ACTIONS(3110), - [anon_sym___vectorcall] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_signed] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [anon_sym_LBRACK] = ACTIONS(3110), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym___inline] = ACTIONS(3110), - [anon_sym___inline__] = ACTIONS(3110), - [anon_sym___forceinline] = ACTIONS(3110), - [anon_sym_thread_local] = ACTIONS(3110), - [anon_sym___thread] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_constexpr] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym___restrict__] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym__Noreturn] = ACTIONS(3110), - [anon_sym_noreturn] = ACTIONS(3110), - [anon_sym__Nonnull] = ACTIONS(3110), - [anon_sym_mutable] = ACTIONS(3110), - [anon_sym_constinit] = ACTIONS(3110), - [anon_sym_consteval] = ACTIONS(3110), - [anon_sym_PROGMEM] = ACTIONS(3110), - [anon_sym_alignas] = ACTIONS(3110), - [anon_sym__Alignas] = ACTIONS(3110), - [aux_sym_primitive_type_token1] = ACTIONS(3110), - [anon_sym_byte] = ACTIONS(3110), - [anon_sym_word] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_class] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym___try] = ACTIONS(3110), - [anon_sym___leave] = ACTIONS(3110), - [anon_sym_not] = ACTIONS(3110), - [anon_sym_compl] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [anon_sym___alignof__] = ACTIONS(3110), - [anon_sym___alignof] = ACTIONS(3110), - [anon_sym__alignof] = ACTIONS(3110), - [anon_sym_alignof] = ACTIONS(3110), - [anon_sym__Alignof] = ACTIONS(3110), - [anon_sym_offsetof] = ACTIONS(3110), - [anon_sym__Generic] = ACTIONS(3110), - [anon_sym_asm] = ACTIONS(3110), - [anon_sym___asm__] = ACTIONS(3110), - [anon_sym___asm] = ACTIONS(3110), - [aux_sym_number_literal_token1] = ACTIONS(3112), - [aux_sym_number_literal_token2] = ACTIONS(3110), - [anon_sym_L_SQUOTE] = ACTIONS(3112), - [anon_sym_u_SQUOTE] = ACTIONS(3112), - [anon_sym_U_SQUOTE] = ACTIONS(3112), - [anon_sym_u8_SQUOTE] = ACTIONS(3112), - [anon_sym_SQUOTE] = ACTIONS(3112), - [anon_sym_L_DQUOTE] = ACTIONS(3112), - [anon_sym_u_DQUOTE] = ACTIONS(3112), - [anon_sym_U_DQUOTE] = ACTIONS(3112), - [anon_sym_u8_DQUOTE] = ACTIONS(3112), - [anon_sym_DQUOTE] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [anon_sym_NULL] = ACTIONS(3110), - [anon_sym_nullptr] = ACTIONS(3110), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3110), - [anon_sym_decltype] = ACTIONS(3110), - [anon_sym_explicit] = ACTIONS(3110), - [anon_sym_typename] = ACTIONS(3110), - [anon_sym_template] = ACTIONS(3110), - [anon_sym_operator] = ACTIONS(3110), - [anon_sym_try] = ACTIONS(3110), - [anon_sym_delete] = ACTIONS(3110), - [anon_sym_throw] = ACTIONS(3110), - [anon_sym_namespace] = ACTIONS(3110), - [anon_sym_using] = ACTIONS(3110), - [anon_sym_static_assert] = ACTIONS(3110), - [anon_sym_concept] = ACTIONS(3110), - [anon_sym_co_return] = ACTIONS(3110), - [anon_sym_co_yield] = ACTIONS(3110), - [anon_sym_R_DQUOTE] = ACTIONS(3112), - [anon_sym_LR_DQUOTE] = ACTIONS(3112), - [anon_sym_uR_DQUOTE] = ACTIONS(3112), - [anon_sym_UR_DQUOTE] = ACTIONS(3112), - [anon_sym_u8R_DQUOTE] = ACTIONS(3112), - [anon_sym_co_await] = ACTIONS(3110), - [anon_sym_new] = ACTIONS(3110), - [anon_sym_requires] = ACTIONS(3110), - [sym_this] = ACTIONS(3110), + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_include_token1] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token2] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [aux_sym_preproc_else_token1] = ACTIONS(3143), + [aux_sym_preproc_elif_token1] = ACTIONS(3143), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym___cdecl] = ACTIONS(3143), + [anon_sym___clrcall] = ACTIONS(3143), + [anon_sym___stdcall] = ACTIONS(3143), + [anon_sym___fastcall] = ACTIONS(3143), + [anon_sym___thiscall] = ACTIONS(3143), + [anon_sym___vectorcall] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_switch] = ACTIONS(3143), + [anon_sym_case] = ACTIONS(3143), + [anon_sym_default] = ACTIONS(3143), + [anon_sym_while] = ACTIONS(3143), + [anon_sym_do] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym___try] = ACTIONS(3143), + [anon_sym___leave] = ACTIONS(3143), + [anon_sym_not] = ACTIONS(3143), + [anon_sym_compl] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_sizeof] = ACTIONS(3143), + [anon_sym___alignof__] = ACTIONS(3143), + [anon_sym___alignof] = ACTIONS(3143), + [anon_sym__alignof] = ACTIONS(3143), + [anon_sym_alignof] = ACTIONS(3143), + [anon_sym__Alignof] = ACTIONS(3143), + [anon_sym_offsetof] = ACTIONS(3143), + [anon_sym__Generic] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym___asm__] = ACTIONS(3143), + [anon_sym___asm] = ACTIONS(3143), + [aux_sym_number_literal_token1] = ACTIONS(3145), + [aux_sym_number_literal_token2] = ACTIONS(3143), + [anon_sym_L_SQUOTE] = ACTIONS(3145), + [anon_sym_u_SQUOTE] = ACTIONS(3145), + [anon_sym_U_SQUOTE] = ACTIONS(3145), + [anon_sym_u8_SQUOTE] = ACTIONS(3145), + [anon_sym_SQUOTE] = ACTIONS(3145), + [anon_sym_L_DQUOTE] = ACTIONS(3145), + [anon_sym_u_DQUOTE] = ACTIONS(3145), + [anon_sym_U_DQUOTE] = ACTIONS(3145), + [anon_sym_u8_DQUOTE] = ACTIONS(3145), + [anon_sym_DQUOTE] = ACTIONS(3145), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [anon_sym_NULL] = ACTIONS(3143), + [anon_sym_nullptr] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_try] = ACTIONS(3143), + [anon_sym_delete] = ACTIONS(3143), + [anon_sym_throw] = ACTIONS(3143), + [anon_sym_namespace] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + [anon_sym_concept] = ACTIONS(3143), + [anon_sym_co_return] = ACTIONS(3143), + [anon_sym_co_yield] = ACTIONS(3143), + [anon_sym_R_DQUOTE] = ACTIONS(3145), + [anon_sym_LR_DQUOTE] = ACTIONS(3145), + [anon_sym_uR_DQUOTE] = ACTIONS(3145), + [anon_sym_UR_DQUOTE] = ACTIONS(3145), + [anon_sym_u8R_DQUOTE] = ACTIONS(3145), + [anon_sym_co_await] = ACTIONS(3143), + [anon_sym_new] = ACTIONS(3143), + [anon_sym_requires] = ACTIONS(3143), + [sym_this] = ACTIONS(3143), }, [359] = { - [sym_identifier] = ACTIONS(3114), - [aux_sym_preproc_include_token1] = ACTIONS(3114), - [aux_sym_preproc_def_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token2] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3114), - [aux_sym_preproc_else_token1] = ACTIONS(3114), - [aux_sym_preproc_elif_token1] = ACTIONS(3114), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3114), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3114), - [sym_preproc_directive] = ACTIONS(3114), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_BANG] = ACTIONS(3116), - [anon_sym_TILDE] = ACTIONS(3116), - [anon_sym_DASH] = ACTIONS(3114), - [anon_sym_PLUS] = ACTIONS(3114), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym___extension__] = ACTIONS(3114), - [anon_sym_typedef] = ACTIONS(3114), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym___attribute] = ACTIONS(3114), - [anon_sym_COLON_COLON] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym___cdecl] = ACTIONS(3114), - [anon_sym___clrcall] = ACTIONS(3114), - [anon_sym___stdcall] = ACTIONS(3114), - [anon_sym___fastcall] = ACTIONS(3114), - [anon_sym___thiscall] = ACTIONS(3114), - [anon_sym___vectorcall] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3116), - [anon_sym_signed] = ACTIONS(3114), - [anon_sym_unsigned] = ACTIONS(3114), - [anon_sym_long] = ACTIONS(3114), - [anon_sym_short] = ACTIONS(3114), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym___inline] = ACTIONS(3114), - [anon_sym___inline__] = ACTIONS(3114), - [anon_sym___forceinline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym___thread] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym___restrict__] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym__Noreturn] = ACTIONS(3114), - [anon_sym_noreturn] = ACTIONS(3114), - [anon_sym__Nonnull] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constinit] = ACTIONS(3114), - [anon_sym_consteval] = ACTIONS(3114), - [anon_sym_PROGMEM] = ACTIONS(3114), - [anon_sym_alignas] = ACTIONS(3114), - [anon_sym__Alignas] = ACTIONS(3114), - [aux_sym_primitive_type_token1] = ACTIONS(3114), - [anon_sym_byte] = ACTIONS(3114), - [anon_sym_word] = ACTIONS(3114), - [anon_sym_enum] = ACTIONS(3114), - [anon_sym_class] = ACTIONS(3114), - [anon_sym_struct] = ACTIONS(3114), - [anon_sym_union] = ACTIONS(3114), - [anon_sym_if] = ACTIONS(3114), - [anon_sym_switch] = ACTIONS(3114), - [anon_sym_case] = ACTIONS(3114), - [anon_sym_default] = ACTIONS(3114), - [anon_sym_while] = ACTIONS(3114), - [anon_sym_do] = ACTIONS(3114), - [anon_sym_for] = ACTIONS(3114), - [anon_sym_return] = ACTIONS(3114), - [anon_sym_break] = ACTIONS(3114), - [anon_sym_continue] = ACTIONS(3114), - [anon_sym_goto] = ACTIONS(3114), - [anon_sym___try] = ACTIONS(3114), - [anon_sym___leave] = ACTIONS(3114), - [anon_sym_not] = ACTIONS(3114), - [anon_sym_compl] = ACTIONS(3114), - [anon_sym_DASH_DASH] = ACTIONS(3116), - [anon_sym_PLUS_PLUS] = ACTIONS(3116), - [anon_sym_sizeof] = ACTIONS(3114), - [anon_sym___alignof__] = ACTIONS(3114), - [anon_sym___alignof] = ACTIONS(3114), - [anon_sym__alignof] = ACTIONS(3114), - [anon_sym_alignof] = ACTIONS(3114), - [anon_sym__Alignof] = ACTIONS(3114), - [anon_sym_offsetof] = ACTIONS(3114), - [anon_sym__Generic] = ACTIONS(3114), - [anon_sym_asm] = ACTIONS(3114), - [anon_sym___asm__] = ACTIONS(3114), - [anon_sym___asm] = ACTIONS(3114), - [aux_sym_number_literal_token1] = ACTIONS(3116), - [aux_sym_number_literal_token2] = ACTIONS(3114), - [anon_sym_L_SQUOTE] = ACTIONS(3116), - [anon_sym_u_SQUOTE] = ACTIONS(3116), - [anon_sym_U_SQUOTE] = ACTIONS(3116), - [anon_sym_u8_SQUOTE] = ACTIONS(3116), - [anon_sym_SQUOTE] = ACTIONS(3116), - [anon_sym_L_DQUOTE] = ACTIONS(3116), - [anon_sym_u_DQUOTE] = ACTIONS(3116), - [anon_sym_U_DQUOTE] = ACTIONS(3116), - [anon_sym_u8_DQUOTE] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3116), - [sym_true] = ACTIONS(3114), - [sym_false] = ACTIONS(3114), - [anon_sym_NULL] = ACTIONS(3114), - [anon_sym_nullptr] = ACTIONS(3114), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3114), - [anon_sym_decltype] = ACTIONS(3114), - [anon_sym_explicit] = ACTIONS(3114), - [anon_sym_typename] = ACTIONS(3114), - [anon_sym_template] = ACTIONS(3114), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_try] = ACTIONS(3114), - [anon_sym_delete] = ACTIONS(3114), - [anon_sym_throw] = ACTIONS(3114), - [anon_sym_namespace] = ACTIONS(3114), - [anon_sym_using] = ACTIONS(3114), - [anon_sym_static_assert] = ACTIONS(3114), - [anon_sym_concept] = ACTIONS(3114), - [anon_sym_co_return] = ACTIONS(3114), - [anon_sym_co_yield] = ACTIONS(3114), - [anon_sym_R_DQUOTE] = ACTIONS(3116), - [anon_sym_LR_DQUOTE] = ACTIONS(3116), - [anon_sym_uR_DQUOTE] = ACTIONS(3116), - [anon_sym_UR_DQUOTE] = ACTIONS(3116), - [anon_sym_u8R_DQUOTE] = ACTIONS(3116), - [anon_sym_co_await] = ACTIONS(3114), - [anon_sym_new] = ACTIONS(3114), - [anon_sym_requires] = ACTIONS(3114), - [sym_this] = ACTIONS(3114), + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_include_token1] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token2] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [aux_sym_preproc_else_token1] = ACTIONS(3147), + [aux_sym_preproc_elif_token1] = ACTIONS(3147), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym___cdecl] = ACTIONS(3147), + [anon_sym___clrcall] = ACTIONS(3147), + [anon_sym___stdcall] = ACTIONS(3147), + [anon_sym___fastcall] = ACTIONS(3147), + [anon_sym___thiscall] = ACTIONS(3147), + [anon_sym___vectorcall] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_switch] = ACTIONS(3147), + [anon_sym_case] = ACTIONS(3147), + [anon_sym_default] = ACTIONS(3147), + [anon_sym_while] = ACTIONS(3147), + [anon_sym_do] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym___try] = ACTIONS(3147), + [anon_sym___leave] = ACTIONS(3147), + [anon_sym_not] = ACTIONS(3147), + [anon_sym_compl] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_sizeof] = ACTIONS(3147), + [anon_sym___alignof__] = ACTIONS(3147), + [anon_sym___alignof] = ACTIONS(3147), + [anon_sym__alignof] = ACTIONS(3147), + [anon_sym_alignof] = ACTIONS(3147), + [anon_sym__Alignof] = ACTIONS(3147), + [anon_sym_offsetof] = ACTIONS(3147), + [anon_sym__Generic] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym___asm__] = ACTIONS(3147), + [anon_sym___asm] = ACTIONS(3147), + [aux_sym_number_literal_token1] = ACTIONS(3149), + [aux_sym_number_literal_token2] = ACTIONS(3147), + [anon_sym_L_SQUOTE] = ACTIONS(3149), + [anon_sym_u_SQUOTE] = ACTIONS(3149), + [anon_sym_U_SQUOTE] = ACTIONS(3149), + [anon_sym_u8_SQUOTE] = ACTIONS(3149), + [anon_sym_SQUOTE] = ACTIONS(3149), + [anon_sym_L_DQUOTE] = ACTIONS(3149), + [anon_sym_u_DQUOTE] = ACTIONS(3149), + [anon_sym_U_DQUOTE] = ACTIONS(3149), + [anon_sym_u8_DQUOTE] = ACTIONS(3149), + [anon_sym_DQUOTE] = ACTIONS(3149), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [anon_sym_NULL] = ACTIONS(3147), + [anon_sym_nullptr] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_try] = ACTIONS(3147), + [anon_sym_delete] = ACTIONS(3147), + [anon_sym_throw] = ACTIONS(3147), + [anon_sym_namespace] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + [anon_sym_concept] = ACTIONS(3147), + [anon_sym_co_return] = ACTIONS(3147), + [anon_sym_co_yield] = ACTIONS(3147), + [anon_sym_R_DQUOTE] = ACTIONS(3149), + [anon_sym_LR_DQUOTE] = ACTIONS(3149), + [anon_sym_uR_DQUOTE] = ACTIONS(3149), + [anon_sym_UR_DQUOTE] = ACTIONS(3149), + [anon_sym_u8R_DQUOTE] = ACTIONS(3149), + [anon_sym_co_await] = ACTIONS(3147), + [anon_sym_new] = ACTIONS(3147), + [anon_sym_requires] = ACTIONS(3147), + [sym_this] = ACTIONS(3147), }, [360] = { - [sym_identifier] = ACTIONS(3118), - [aux_sym_preproc_include_token1] = ACTIONS(3118), - [aux_sym_preproc_def_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token2] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3118), - [aux_sym_preproc_else_token1] = ACTIONS(3118), - [aux_sym_preproc_elif_token1] = ACTIONS(3118), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3118), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_LPAREN2] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_AMP_AMP] = ACTIONS(3120), - [anon_sym_AMP] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym___extension__] = ACTIONS(3118), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_virtual] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym___attribute__] = ACTIONS(3118), - [anon_sym___attribute] = ACTIONS(3118), - [anon_sym_COLON_COLON] = ACTIONS(3120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3120), - [anon_sym___declspec] = ACTIONS(3118), - [anon_sym___based] = ACTIONS(3118), - [anon_sym___cdecl] = ACTIONS(3118), - [anon_sym___clrcall] = ACTIONS(3118), - [anon_sym___stdcall] = ACTIONS(3118), - [anon_sym___fastcall] = ACTIONS(3118), - [anon_sym___thiscall] = ACTIONS(3118), - [anon_sym___vectorcall] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_signed] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [anon_sym_LBRACK] = ACTIONS(3118), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym___inline] = ACTIONS(3118), - [anon_sym___inline__] = ACTIONS(3118), - [anon_sym___forceinline] = ACTIONS(3118), - [anon_sym_thread_local] = ACTIONS(3118), - [anon_sym___thread] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_constexpr] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym___restrict__] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym__Noreturn] = ACTIONS(3118), - [anon_sym_noreturn] = ACTIONS(3118), - [anon_sym__Nonnull] = ACTIONS(3118), - [anon_sym_mutable] = ACTIONS(3118), - [anon_sym_constinit] = ACTIONS(3118), - [anon_sym_consteval] = ACTIONS(3118), - [anon_sym_PROGMEM] = ACTIONS(3118), - [anon_sym_alignas] = ACTIONS(3118), - [anon_sym__Alignas] = ACTIONS(3118), - [aux_sym_primitive_type_token1] = ACTIONS(3118), - [anon_sym_byte] = ACTIONS(3118), - [anon_sym_word] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_class] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym___try] = ACTIONS(3118), - [anon_sym___leave] = ACTIONS(3118), - [anon_sym_not] = ACTIONS(3118), - [anon_sym_compl] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [anon_sym___alignof__] = ACTIONS(3118), - [anon_sym___alignof] = ACTIONS(3118), - [anon_sym__alignof] = ACTIONS(3118), - [anon_sym_alignof] = ACTIONS(3118), - [anon_sym__Alignof] = ACTIONS(3118), - [anon_sym_offsetof] = ACTIONS(3118), - [anon_sym__Generic] = ACTIONS(3118), - [anon_sym_asm] = ACTIONS(3118), - [anon_sym___asm__] = ACTIONS(3118), - [anon_sym___asm] = ACTIONS(3118), - [aux_sym_number_literal_token1] = ACTIONS(3120), - [aux_sym_number_literal_token2] = ACTIONS(3118), - [anon_sym_L_SQUOTE] = ACTIONS(3120), - [anon_sym_u_SQUOTE] = ACTIONS(3120), - [anon_sym_U_SQUOTE] = ACTIONS(3120), - [anon_sym_u8_SQUOTE] = ACTIONS(3120), - [anon_sym_SQUOTE] = ACTIONS(3120), - [anon_sym_L_DQUOTE] = ACTIONS(3120), - [anon_sym_u_DQUOTE] = ACTIONS(3120), - [anon_sym_U_DQUOTE] = ACTIONS(3120), - [anon_sym_u8_DQUOTE] = ACTIONS(3120), - [anon_sym_DQUOTE] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [anon_sym_NULL] = ACTIONS(3118), - [anon_sym_nullptr] = ACTIONS(3118), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3118), - [anon_sym_decltype] = ACTIONS(3118), - [anon_sym_explicit] = ACTIONS(3118), - [anon_sym_typename] = ACTIONS(3118), - [anon_sym_template] = ACTIONS(3118), - [anon_sym_operator] = ACTIONS(3118), - [anon_sym_try] = ACTIONS(3118), - [anon_sym_delete] = ACTIONS(3118), - [anon_sym_throw] = ACTIONS(3118), - [anon_sym_namespace] = ACTIONS(3118), - [anon_sym_using] = ACTIONS(3118), - [anon_sym_static_assert] = ACTIONS(3118), - [anon_sym_concept] = ACTIONS(3118), - [anon_sym_co_return] = ACTIONS(3118), - [anon_sym_co_yield] = ACTIONS(3118), - [anon_sym_R_DQUOTE] = ACTIONS(3120), - [anon_sym_LR_DQUOTE] = ACTIONS(3120), - [anon_sym_uR_DQUOTE] = ACTIONS(3120), - [anon_sym_UR_DQUOTE] = ACTIONS(3120), - [anon_sym_u8R_DQUOTE] = ACTIONS(3120), - [anon_sym_co_await] = ACTIONS(3118), - [anon_sym_new] = ACTIONS(3118), - [anon_sym_requires] = ACTIONS(3118), - [sym_this] = ACTIONS(3118), + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_include_token1] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token2] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [aux_sym_preproc_else_token1] = ACTIONS(3151), + [aux_sym_preproc_elif_token1] = ACTIONS(3151), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym___cdecl] = ACTIONS(3151), + [anon_sym___clrcall] = ACTIONS(3151), + [anon_sym___stdcall] = ACTIONS(3151), + [anon_sym___fastcall] = ACTIONS(3151), + [anon_sym___thiscall] = ACTIONS(3151), + [anon_sym___vectorcall] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_switch] = ACTIONS(3151), + [anon_sym_case] = ACTIONS(3151), + [anon_sym_default] = ACTIONS(3151), + [anon_sym_while] = ACTIONS(3151), + [anon_sym_do] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym___try] = ACTIONS(3151), + [anon_sym___leave] = ACTIONS(3151), + [anon_sym_not] = ACTIONS(3151), + [anon_sym_compl] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_sizeof] = ACTIONS(3151), + [anon_sym___alignof__] = ACTIONS(3151), + [anon_sym___alignof] = ACTIONS(3151), + [anon_sym__alignof] = ACTIONS(3151), + [anon_sym_alignof] = ACTIONS(3151), + [anon_sym__Alignof] = ACTIONS(3151), + [anon_sym_offsetof] = ACTIONS(3151), + [anon_sym__Generic] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym___asm__] = ACTIONS(3151), + [anon_sym___asm] = ACTIONS(3151), + [aux_sym_number_literal_token1] = ACTIONS(3153), + [aux_sym_number_literal_token2] = ACTIONS(3151), + [anon_sym_L_SQUOTE] = ACTIONS(3153), + [anon_sym_u_SQUOTE] = ACTIONS(3153), + [anon_sym_U_SQUOTE] = ACTIONS(3153), + [anon_sym_u8_SQUOTE] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3153), + [anon_sym_L_DQUOTE] = ACTIONS(3153), + [anon_sym_u_DQUOTE] = ACTIONS(3153), + [anon_sym_U_DQUOTE] = ACTIONS(3153), + [anon_sym_u8_DQUOTE] = ACTIONS(3153), + [anon_sym_DQUOTE] = ACTIONS(3153), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [anon_sym_NULL] = ACTIONS(3151), + [anon_sym_nullptr] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_try] = ACTIONS(3151), + [anon_sym_delete] = ACTIONS(3151), + [anon_sym_throw] = ACTIONS(3151), + [anon_sym_namespace] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + [anon_sym_concept] = ACTIONS(3151), + [anon_sym_co_return] = ACTIONS(3151), + [anon_sym_co_yield] = ACTIONS(3151), + [anon_sym_R_DQUOTE] = ACTIONS(3153), + [anon_sym_LR_DQUOTE] = ACTIONS(3153), + [anon_sym_uR_DQUOTE] = ACTIONS(3153), + [anon_sym_UR_DQUOTE] = ACTIONS(3153), + [anon_sym_u8R_DQUOTE] = ACTIONS(3153), + [anon_sym_co_await] = ACTIONS(3151), + [anon_sym_new] = ACTIONS(3151), + [anon_sym_requires] = ACTIONS(3151), + [sym_this] = ACTIONS(3151), }, [361] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_include_token1] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token2] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [aux_sym_preproc_else_token1] = ACTIONS(3122), - [aux_sym_preproc_elif_token1] = ACTIONS(3122), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym___cdecl] = ACTIONS(3122), - [anon_sym___clrcall] = ACTIONS(3122), - [anon_sym___stdcall] = ACTIONS(3122), - [anon_sym___fastcall] = ACTIONS(3122), - [anon_sym___thiscall] = ACTIONS(3122), - [anon_sym___vectorcall] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym___try] = ACTIONS(3122), - [anon_sym___leave] = ACTIONS(3122), - [anon_sym_not] = ACTIONS(3122), - [anon_sym_compl] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [anon_sym___alignof__] = ACTIONS(3122), - [anon_sym___alignof] = ACTIONS(3122), - [anon_sym__alignof] = ACTIONS(3122), - [anon_sym_alignof] = ACTIONS(3122), - [anon_sym__Alignof] = ACTIONS(3122), - [anon_sym_offsetof] = ACTIONS(3122), - [anon_sym__Generic] = ACTIONS(3122), - [anon_sym_asm] = ACTIONS(3122), - [anon_sym___asm__] = ACTIONS(3122), - [anon_sym___asm] = ACTIONS(3122), - [aux_sym_number_literal_token1] = ACTIONS(3124), - [aux_sym_number_literal_token2] = ACTIONS(3122), - [anon_sym_L_SQUOTE] = ACTIONS(3124), - [anon_sym_u_SQUOTE] = ACTIONS(3124), - [anon_sym_U_SQUOTE] = ACTIONS(3124), - [anon_sym_u8_SQUOTE] = ACTIONS(3124), - [anon_sym_SQUOTE] = ACTIONS(3124), - [anon_sym_L_DQUOTE] = ACTIONS(3124), - [anon_sym_u_DQUOTE] = ACTIONS(3124), - [anon_sym_U_DQUOTE] = ACTIONS(3124), - [anon_sym_u8_DQUOTE] = ACTIONS(3124), - [anon_sym_DQUOTE] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [anon_sym_NULL] = ACTIONS(3122), - [anon_sym_nullptr] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_try] = ACTIONS(3122), - [anon_sym_delete] = ACTIONS(3122), - [anon_sym_throw] = ACTIONS(3122), - [anon_sym_namespace] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - [anon_sym_concept] = ACTIONS(3122), - [anon_sym_co_return] = ACTIONS(3122), - [anon_sym_co_yield] = ACTIONS(3122), - [anon_sym_R_DQUOTE] = ACTIONS(3124), - [anon_sym_LR_DQUOTE] = ACTIONS(3124), - [anon_sym_uR_DQUOTE] = ACTIONS(3124), - [anon_sym_UR_DQUOTE] = ACTIONS(3124), - [anon_sym_u8R_DQUOTE] = ACTIONS(3124), - [anon_sym_co_await] = ACTIONS(3122), - [anon_sym_new] = ACTIONS(3122), - [anon_sym_requires] = ACTIONS(3122), - [sym_this] = ACTIONS(3122), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(2453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2470), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2477), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [362] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_include_token1] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token2] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [aux_sym_preproc_else_token1] = ACTIONS(3126), - [aux_sym_preproc_elif_token1] = ACTIONS(3126), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym___cdecl] = ACTIONS(3126), - [anon_sym___clrcall] = ACTIONS(3126), - [anon_sym___stdcall] = ACTIONS(3126), - [anon_sym___fastcall] = ACTIONS(3126), - [anon_sym___thiscall] = ACTIONS(3126), - [anon_sym___vectorcall] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym___try] = ACTIONS(3126), - [anon_sym___leave] = ACTIONS(3126), - [anon_sym_not] = ACTIONS(3126), - [anon_sym_compl] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [anon_sym___alignof__] = ACTIONS(3126), - [anon_sym___alignof] = ACTIONS(3126), - [anon_sym__alignof] = ACTIONS(3126), - [anon_sym_alignof] = ACTIONS(3126), - [anon_sym__Alignof] = ACTIONS(3126), - [anon_sym_offsetof] = ACTIONS(3126), - [anon_sym__Generic] = ACTIONS(3126), - [anon_sym_asm] = ACTIONS(3126), - [anon_sym___asm__] = ACTIONS(3126), - [anon_sym___asm] = ACTIONS(3126), - [aux_sym_number_literal_token1] = ACTIONS(3128), - [aux_sym_number_literal_token2] = ACTIONS(3126), - [anon_sym_L_SQUOTE] = ACTIONS(3128), - [anon_sym_u_SQUOTE] = ACTIONS(3128), - [anon_sym_U_SQUOTE] = ACTIONS(3128), - [anon_sym_u8_SQUOTE] = ACTIONS(3128), - [anon_sym_SQUOTE] = ACTIONS(3128), - [anon_sym_L_DQUOTE] = ACTIONS(3128), - [anon_sym_u_DQUOTE] = ACTIONS(3128), - [anon_sym_U_DQUOTE] = ACTIONS(3128), - [anon_sym_u8_DQUOTE] = ACTIONS(3128), - [anon_sym_DQUOTE] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [anon_sym_NULL] = ACTIONS(3126), - [anon_sym_nullptr] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_try] = ACTIONS(3126), - [anon_sym_delete] = ACTIONS(3126), - [anon_sym_throw] = ACTIONS(3126), - [anon_sym_namespace] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), - [anon_sym_concept] = ACTIONS(3126), - [anon_sym_co_return] = ACTIONS(3126), - [anon_sym_co_yield] = ACTIONS(3126), - [anon_sym_R_DQUOTE] = ACTIONS(3128), - [anon_sym_LR_DQUOTE] = ACTIONS(3128), - [anon_sym_uR_DQUOTE] = ACTIONS(3128), - [anon_sym_UR_DQUOTE] = ACTIONS(3128), - [anon_sym_u8R_DQUOTE] = ACTIONS(3128), - [anon_sym_co_await] = ACTIONS(3126), - [anon_sym_new] = ACTIONS(3126), - [anon_sym_requires] = ACTIONS(3126), - [sym_this] = ACTIONS(3126), + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4655), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8487), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [363] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_include_token1] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token2] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [aux_sym_preproc_else_token1] = ACTIONS(3130), - [aux_sym_preproc_elif_token1] = ACTIONS(3130), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_DASH] = ACTIONS(3130), - [anon_sym_PLUS] = ACTIONS(3130), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym___cdecl] = ACTIONS(3130), - [anon_sym___clrcall] = ACTIONS(3130), - [anon_sym___stdcall] = ACTIONS(3130), - [anon_sym___fastcall] = ACTIONS(3130), - [anon_sym___thiscall] = ACTIONS(3130), - [anon_sym___vectorcall] = ACTIONS(3130), - [anon_sym_LBRACE] = ACTIONS(3132), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [anon_sym_if] = ACTIONS(3130), - [anon_sym_switch] = ACTIONS(3130), - [anon_sym_case] = ACTIONS(3130), - [anon_sym_default] = ACTIONS(3130), - [anon_sym_while] = ACTIONS(3130), - [anon_sym_do] = ACTIONS(3130), - [anon_sym_for] = ACTIONS(3130), - [anon_sym_return] = ACTIONS(3130), - [anon_sym_break] = ACTIONS(3130), - [anon_sym_continue] = ACTIONS(3130), - [anon_sym_goto] = ACTIONS(3130), - [anon_sym___try] = ACTIONS(3130), - [anon_sym___leave] = ACTIONS(3130), - [anon_sym_not] = ACTIONS(3130), - [anon_sym_compl] = ACTIONS(3130), - [anon_sym_DASH_DASH] = ACTIONS(3132), - [anon_sym_PLUS_PLUS] = ACTIONS(3132), - [anon_sym_sizeof] = ACTIONS(3130), - [anon_sym___alignof__] = ACTIONS(3130), - [anon_sym___alignof] = ACTIONS(3130), - [anon_sym__alignof] = ACTIONS(3130), - [anon_sym_alignof] = ACTIONS(3130), - [anon_sym__Alignof] = ACTIONS(3130), - [anon_sym_offsetof] = ACTIONS(3130), - [anon_sym__Generic] = ACTIONS(3130), - [anon_sym_asm] = ACTIONS(3130), - [anon_sym___asm__] = ACTIONS(3130), - [anon_sym___asm] = ACTIONS(3130), - [aux_sym_number_literal_token1] = ACTIONS(3132), - [aux_sym_number_literal_token2] = ACTIONS(3130), - [anon_sym_L_SQUOTE] = ACTIONS(3132), - [anon_sym_u_SQUOTE] = ACTIONS(3132), - [anon_sym_U_SQUOTE] = ACTIONS(3132), - [anon_sym_u8_SQUOTE] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3132), - [anon_sym_L_DQUOTE] = ACTIONS(3132), - [anon_sym_u_DQUOTE] = ACTIONS(3132), - [anon_sym_U_DQUOTE] = ACTIONS(3132), - [anon_sym_u8_DQUOTE] = ACTIONS(3132), - [anon_sym_DQUOTE] = ACTIONS(3132), - [sym_true] = ACTIONS(3130), - [sym_false] = ACTIONS(3130), - [anon_sym_NULL] = ACTIONS(3130), - [anon_sym_nullptr] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_try] = ACTIONS(3130), - [anon_sym_delete] = ACTIONS(3130), - [anon_sym_throw] = ACTIONS(3130), - [anon_sym_namespace] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - [anon_sym_concept] = ACTIONS(3130), - [anon_sym_co_return] = ACTIONS(3130), - [anon_sym_co_yield] = ACTIONS(3130), - [anon_sym_R_DQUOTE] = ACTIONS(3132), - [anon_sym_LR_DQUOTE] = ACTIONS(3132), - [anon_sym_uR_DQUOTE] = ACTIONS(3132), - [anon_sym_UR_DQUOTE] = ACTIONS(3132), - [anon_sym_u8R_DQUOTE] = ACTIONS(3132), - [anon_sym_co_await] = ACTIONS(3130), - [anon_sym_new] = ACTIONS(3130), - [anon_sym_requires] = ACTIONS(3130), - [sym_this] = ACTIONS(3130), - }, - [364] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_include_token1] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token2] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [aux_sym_preproc_else_token1] = ACTIONS(3134), - [aux_sym_preproc_elif_token1] = ACTIONS(3134), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3134), - [anon_sym_PLUS] = ACTIONS(3134), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym___cdecl] = ACTIONS(3134), - [anon_sym___clrcall] = ACTIONS(3134), - [anon_sym___stdcall] = ACTIONS(3134), - [anon_sym___fastcall] = ACTIONS(3134), - [anon_sym___thiscall] = ACTIONS(3134), - [anon_sym___vectorcall] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3136), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [anon_sym_if] = ACTIONS(3134), - [anon_sym_switch] = ACTIONS(3134), - [anon_sym_case] = ACTIONS(3134), - [anon_sym_default] = ACTIONS(3134), - [anon_sym_while] = ACTIONS(3134), - [anon_sym_do] = ACTIONS(3134), - [anon_sym_for] = ACTIONS(3134), - [anon_sym_return] = ACTIONS(3134), - [anon_sym_break] = ACTIONS(3134), - [anon_sym_continue] = ACTIONS(3134), - [anon_sym_goto] = ACTIONS(3134), - [anon_sym___try] = ACTIONS(3134), - [anon_sym___leave] = ACTIONS(3134), - [anon_sym_not] = ACTIONS(3134), - [anon_sym_compl] = ACTIONS(3134), - [anon_sym_DASH_DASH] = ACTIONS(3136), - [anon_sym_PLUS_PLUS] = ACTIONS(3136), - [anon_sym_sizeof] = ACTIONS(3134), - [anon_sym___alignof__] = ACTIONS(3134), - [anon_sym___alignof] = ACTIONS(3134), - [anon_sym__alignof] = ACTIONS(3134), - [anon_sym_alignof] = ACTIONS(3134), - [anon_sym__Alignof] = ACTIONS(3134), - [anon_sym_offsetof] = ACTIONS(3134), - [anon_sym__Generic] = ACTIONS(3134), - [anon_sym_asm] = ACTIONS(3134), - [anon_sym___asm__] = ACTIONS(3134), - [anon_sym___asm] = ACTIONS(3134), - [aux_sym_number_literal_token1] = ACTIONS(3136), - [aux_sym_number_literal_token2] = ACTIONS(3134), - [anon_sym_L_SQUOTE] = ACTIONS(3136), - [anon_sym_u_SQUOTE] = ACTIONS(3136), - [anon_sym_U_SQUOTE] = ACTIONS(3136), - [anon_sym_u8_SQUOTE] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3136), - [anon_sym_L_DQUOTE] = ACTIONS(3136), - [anon_sym_u_DQUOTE] = ACTIONS(3136), - [anon_sym_U_DQUOTE] = ACTIONS(3136), - [anon_sym_u8_DQUOTE] = ACTIONS(3136), - [anon_sym_DQUOTE] = ACTIONS(3136), - [sym_true] = ACTIONS(3134), - [sym_false] = ACTIONS(3134), - [anon_sym_NULL] = ACTIONS(3134), - [anon_sym_nullptr] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_try] = ACTIONS(3134), - [anon_sym_delete] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [anon_sym_namespace] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - [anon_sym_concept] = ACTIONS(3134), - [anon_sym_co_return] = ACTIONS(3134), - [anon_sym_co_yield] = ACTIONS(3134), - [anon_sym_R_DQUOTE] = ACTIONS(3136), - [anon_sym_LR_DQUOTE] = ACTIONS(3136), - [anon_sym_uR_DQUOTE] = ACTIONS(3136), - [anon_sym_UR_DQUOTE] = ACTIONS(3136), - [anon_sym_u8R_DQUOTE] = ACTIONS(3136), - [anon_sym_co_await] = ACTIONS(3134), - [anon_sym_new] = ACTIONS(3134), - [anon_sym_requires] = ACTIONS(3134), - [sym_this] = ACTIONS(3134), - }, - [365] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_include_token1] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token2] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [aux_sym_preproc_else_token1] = ACTIONS(3138), - [aux_sym_preproc_elif_token1] = ACTIONS(3138), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_DASH] = ACTIONS(3138), - [anon_sym_PLUS] = ACTIONS(3138), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym___cdecl] = ACTIONS(3138), - [anon_sym___clrcall] = ACTIONS(3138), - [anon_sym___stdcall] = ACTIONS(3138), - [anon_sym___fastcall] = ACTIONS(3138), - [anon_sym___thiscall] = ACTIONS(3138), - [anon_sym___vectorcall] = ACTIONS(3138), - [anon_sym_LBRACE] = ACTIONS(3140), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [anon_sym_if] = ACTIONS(3138), - [anon_sym_switch] = ACTIONS(3138), - [anon_sym_case] = ACTIONS(3138), - [anon_sym_default] = ACTIONS(3138), - [anon_sym_while] = ACTIONS(3138), - [anon_sym_do] = ACTIONS(3138), - [anon_sym_for] = ACTIONS(3138), - [anon_sym_return] = ACTIONS(3138), - [anon_sym_break] = ACTIONS(3138), - [anon_sym_continue] = ACTIONS(3138), - [anon_sym_goto] = ACTIONS(3138), - [anon_sym___try] = ACTIONS(3138), - [anon_sym___leave] = ACTIONS(3138), - [anon_sym_not] = ACTIONS(3138), - [anon_sym_compl] = ACTIONS(3138), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_sizeof] = ACTIONS(3138), - [anon_sym___alignof__] = ACTIONS(3138), - [anon_sym___alignof] = ACTIONS(3138), - [anon_sym__alignof] = ACTIONS(3138), - [anon_sym_alignof] = ACTIONS(3138), - [anon_sym__Alignof] = ACTIONS(3138), - [anon_sym_offsetof] = ACTIONS(3138), - [anon_sym__Generic] = ACTIONS(3138), - [anon_sym_asm] = ACTIONS(3138), - [anon_sym___asm__] = ACTIONS(3138), - [anon_sym___asm] = ACTIONS(3138), - [aux_sym_number_literal_token1] = ACTIONS(3140), - [aux_sym_number_literal_token2] = ACTIONS(3138), - [anon_sym_L_SQUOTE] = ACTIONS(3140), - [anon_sym_u_SQUOTE] = ACTIONS(3140), - [anon_sym_U_SQUOTE] = ACTIONS(3140), - [anon_sym_u8_SQUOTE] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3140), - [anon_sym_L_DQUOTE] = ACTIONS(3140), - [anon_sym_u_DQUOTE] = ACTIONS(3140), - [anon_sym_U_DQUOTE] = ACTIONS(3140), - [anon_sym_u8_DQUOTE] = ACTIONS(3140), - [anon_sym_DQUOTE] = ACTIONS(3140), - [sym_true] = ACTIONS(3138), - [sym_false] = ACTIONS(3138), - [anon_sym_NULL] = ACTIONS(3138), - [anon_sym_nullptr] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_try] = ACTIONS(3138), - [anon_sym_delete] = ACTIONS(3138), - [anon_sym_throw] = ACTIONS(3138), - [anon_sym_namespace] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - [anon_sym_concept] = ACTIONS(3138), - [anon_sym_co_return] = ACTIONS(3138), - [anon_sym_co_yield] = ACTIONS(3138), - [anon_sym_R_DQUOTE] = ACTIONS(3140), - [anon_sym_LR_DQUOTE] = ACTIONS(3140), - [anon_sym_uR_DQUOTE] = ACTIONS(3140), - [anon_sym_UR_DQUOTE] = ACTIONS(3140), - [anon_sym_u8R_DQUOTE] = ACTIONS(3140), - [anon_sym_co_await] = ACTIONS(3138), - [anon_sym_new] = ACTIONS(3138), - [anon_sym_requires] = ACTIONS(3138), - [sym_this] = ACTIONS(3138), - }, - [366] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_include_token1] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token2] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [aux_sym_preproc_else_token1] = ACTIONS(3142), - [aux_sym_preproc_elif_token1] = ACTIONS(3142), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_DASH] = ACTIONS(3142), - [anon_sym_PLUS] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym___cdecl] = ACTIONS(3142), - [anon_sym___clrcall] = ACTIONS(3142), - [anon_sym___stdcall] = ACTIONS(3142), - [anon_sym___fastcall] = ACTIONS(3142), - [anon_sym___thiscall] = ACTIONS(3142), - [anon_sym___vectorcall] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [anon_sym_if] = ACTIONS(3142), - [anon_sym_switch] = ACTIONS(3142), - [anon_sym_case] = ACTIONS(3142), - [anon_sym_default] = ACTIONS(3142), - [anon_sym_while] = ACTIONS(3142), - [anon_sym_do] = ACTIONS(3142), - [anon_sym_for] = ACTIONS(3142), - [anon_sym_return] = ACTIONS(3142), - [anon_sym_break] = ACTIONS(3142), - [anon_sym_continue] = ACTIONS(3142), - [anon_sym_goto] = ACTIONS(3142), - [anon_sym___try] = ACTIONS(3142), - [anon_sym___leave] = ACTIONS(3142), - [anon_sym_not] = ACTIONS(3142), - [anon_sym_compl] = ACTIONS(3142), - [anon_sym_DASH_DASH] = ACTIONS(3144), - [anon_sym_PLUS_PLUS] = ACTIONS(3144), - [anon_sym_sizeof] = ACTIONS(3142), - [anon_sym___alignof__] = ACTIONS(3142), - [anon_sym___alignof] = ACTIONS(3142), - [anon_sym__alignof] = ACTIONS(3142), - [anon_sym_alignof] = ACTIONS(3142), - [anon_sym__Alignof] = ACTIONS(3142), - [anon_sym_offsetof] = ACTIONS(3142), - [anon_sym__Generic] = ACTIONS(3142), - [anon_sym_asm] = ACTIONS(3142), - [anon_sym___asm__] = ACTIONS(3142), - [anon_sym___asm] = ACTIONS(3142), - [aux_sym_number_literal_token1] = ACTIONS(3144), - [aux_sym_number_literal_token2] = ACTIONS(3142), - [anon_sym_L_SQUOTE] = ACTIONS(3144), - [anon_sym_u_SQUOTE] = ACTIONS(3144), - [anon_sym_U_SQUOTE] = ACTIONS(3144), - [anon_sym_u8_SQUOTE] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3144), - [anon_sym_L_DQUOTE] = ACTIONS(3144), - [anon_sym_u_DQUOTE] = ACTIONS(3144), - [anon_sym_U_DQUOTE] = ACTIONS(3144), - [anon_sym_u8_DQUOTE] = ACTIONS(3144), - [anon_sym_DQUOTE] = ACTIONS(3144), - [sym_true] = ACTIONS(3142), - [sym_false] = ACTIONS(3142), - [anon_sym_NULL] = ACTIONS(3142), - [anon_sym_nullptr] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_try] = ACTIONS(3142), - [anon_sym_delete] = ACTIONS(3142), - [anon_sym_throw] = ACTIONS(3142), - [anon_sym_namespace] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), - [anon_sym_concept] = ACTIONS(3142), - [anon_sym_co_return] = ACTIONS(3142), - [anon_sym_co_yield] = ACTIONS(3142), - [anon_sym_R_DQUOTE] = ACTIONS(3144), - [anon_sym_LR_DQUOTE] = ACTIONS(3144), - [anon_sym_uR_DQUOTE] = ACTIONS(3144), - [anon_sym_UR_DQUOTE] = ACTIONS(3144), - [anon_sym_u8R_DQUOTE] = ACTIONS(3144), - [anon_sym_co_await] = ACTIONS(3142), - [anon_sym_new] = ACTIONS(3142), - [anon_sym_requires] = ACTIONS(3142), - [sym_this] = ACTIONS(3142), - }, - [367] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_include_token1] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token2] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [aux_sym_preproc_else_token1] = ACTIONS(3146), - [aux_sym_preproc_elif_token1] = ACTIONS(3146), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_BANG] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_DASH] = ACTIONS(3146), - [anon_sym_PLUS] = ACTIONS(3146), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym___cdecl] = ACTIONS(3146), - [anon_sym___clrcall] = ACTIONS(3146), - [anon_sym___stdcall] = ACTIONS(3146), - [anon_sym___fastcall] = ACTIONS(3146), - [anon_sym___thiscall] = ACTIONS(3146), - [anon_sym___vectorcall] = ACTIONS(3146), - [anon_sym_LBRACE] = ACTIONS(3148), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [anon_sym_if] = ACTIONS(3146), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3146), - [anon_sym_default] = ACTIONS(3146), - [anon_sym_while] = ACTIONS(3146), - [anon_sym_do] = ACTIONS(3146), - [anon_sym_for] = ACTIONS(3146), - [anon_sym_return] = ACTIONS(3146), - [anon_sym_break] = ACTIONS(3146), - [anon_sym_continue] = ACTIONS(3146), - [anon_sym_goto] = ACTIONS(3146), - [anon_sym___try] = ACTIONS(3146), - [anon_sym___leave] = ACTIONS(3146), - [anon_sym_not] = ACTIONS(3146), - [anon_sym_compl] = ACTIONS(3146), - [anon_sym_DASH_DASH] = ACTIONS(3148), - [anon_sym_PLUS_PLUS] = ACTIONS(3148), - [anon_sym_sizeof] = ACTIONS(3146), - [anon_sym___alignof__] = ACTIONS(3146), - [anon_sym___alignof] = ACTIONS(3146), - [anon_sym__alignof] = ACTIONS(3146), - [anon_sym_alignof] = ACTIONS(3146), - [anon_sym__Alignof] = ACTIONS(3146), - [anon_sym_offsetof] = ACTIONS(3146), - [anon_sym__Generic] = ACTIONS(3146), - [anon_sym_asm] = ACTIONS(3146), - [anon_sym___asm__] = ACTIONS(3146), - [anon_sym___asm] = ACTIONS(3146), - [aux_sym_number_literal_token1] = ACTIONS(3148), - [aux_sym_number_literal_token2] = ACTIONS(3146), - [anon_sym_L_SQUOTE] = ACTIONS(3148), - [anon_sym_u_SQUOTE] = ACTIONS(3148), - [anon_sym_U_SQUOTE] = ACTIONS(3148), - [anon_sym_u8_SQUOTE] = ACTIONS(3148), - [anon_sym_SQUOTE] = ACTIONS(3148), - [anon_sym_L_DQUOTE] = ACTIONS(3148), - [anon_sym_u_DQUOTE] = ACTIONS(3148), - [anon_sym_U_DQUOTE] = ACTIONS(3148), - [anon_sym_u8_DQUOTE] = ACTIONS(3148), - [anon_sym_DQUOTE] = ACTIONS(3148), - [sym_true] = ACTIONS(3146), - [sym_false] = ACTIONS(3146), - [anon_sym_NULL] = ACTIONS(3146), - [anon_sym_nullptr] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_try] = ACTIONS(3146), - [anon_sym_delete] = ACTIONS(3146), - [anon_sym_throw] = ACTIONS(3146), - [anon_sym_namespace] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - [anon_sym_concept] = ACTIONS(3146), - [anon_sym_co_return] = ACTIONS(3146), - [anon_sym_co_yield] = ACTIONS(3146), - [anon_sym_R_DQUOTE] = ACTIONS(3148), - [anon_sym_LR_DQUOTE] = ACTIONS(3148), - [anon_sym_uR_DQUOTE] = ACTIONS(3148), - [anon_sym_UR_DQUOTE] = ACTIONS(3148), - [anon_sym_u8R_DQUOTE] = ACTIONS(3148), - [anon_sym_co_await] = ACTIONS(3146), - [anon_sym_new] = ACTIONS(3146), - [anon_sym_requires] = ACTIONS(3146), - [sym_this] = ACTIONS(3146), - }, - [368] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_include_token1] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token2] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [aux_sym_preproc_else_token1] = ACTIONS(3150), - [aux_sym_preproc_elif_token1] = ACTIONS(3150), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_BANG] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_DASH] = ACTIONS(3150), - [anon_sym_PLUS] = ACTIONS(3150), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym___cdecl] = ACTIONS(3150), - [anon_sym___clrcall] = ACTIONS(3150), - [anon_sym___stdcall] = ACTIONS(3150), - [anon_sym___fastcall] = ACTIONS(3150), - [anon_sym___thiscall] = ACTIONS(3150), - [anon_sym___vectorcall] = ACTIONS(3150), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_switch] = ACTIONS(3150), - [anon_sym_case] = ACTIONS(3150), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3150), - [anon_sym_do] = ACTIONS(3150), - [anon_sym_for] = ACTIONS(3150), - [anon_sym_return] = ACTIONS(3150), - [anon_sym_break] = ACTIONS(3150), - [anon_sym_continue] = ACTIONS(3150), - [anon_sym_goto] = ACTIONS(3150), - [anon_sym___try] = ACTIONS(3150), - [anon_sym___leave] = ACTIONS(3150), - [anon_sym_not] = ACTIONS(3150), - [anon_sym_compl] = ACTIONS(3150), - [anon_sym_DASH_DASH] = ACTIONS(3152), - [anon_sym_PLUS_PLUS] = ACTIONS(3152), - [anon_sym_sizeof] = ACTIONS(3150), - [anon_sym___alignof__] = ACTIONS(3150), - [anon_sym___alignof] = ACTIONS(3150), - [anon_sym__alignof] = ACTIONS(3150), - [anon_sym_alignof] = ACTIONS(3150), - [anon_sym__Alignof] = ACTIONS(3150), - [anon_sym_offsetof] = ACTIONS(3150), - [anon_sym__Generic] = ACTIONS(3150), - [anon_sym_asm] = ACTIONS(3150), - [anon_sym___asm__] = ACTIONS(3150), - [anon_sym___asm] = ACTIONS(3150), - [aux_sym_number_literal_token1] = ACTIONS(3152), - [aux_sym_number_literal_token2] = ACTIONS(3150), - [anon_sym_L_SQUOTE] = ACTIONS(3152), - [anon_sym_u_SQUOTE] = ACTIONS(3152), - [anon_sym_U_SQUOTE] = ACTIONS(3152), - [anon_sym_u8_SQUOTE] = ACTIONS(3152), - [anon_sym_SQUOTE] = ACTIONS(3152), - [anon_sym_L_DQUOTE] = ACTIONS(3152), - [anon_sym_u_DQUOTE] = ACTIONS(3152), - [anon_sym_U_DQUOTE] = ACTIONS(3152), - [anon_sym_u8_DQUOTE] = ACTIONS(3152), - [anon_sym_DQUOTE] = ACTIONS(3152), - [sym_true] = ACTIONS(3150), - [sym_false] = ACTIONS(3150), - [anon_sym_NULL] = ACTIONS(3150), - [anon_sym_nullptr] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_try] = ACTIONS(3150), - [anon_sym_delete] = ACTIONS(3150), - [anon_sym_throw] = ACTIONS(3150), - [anon_sym_namespace] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), - [anon_sym_concept] = ACTIONS(3150), - [anon_sym_co_return] = ACTIONS(3150), - [anon_sym_co_yield] = ACTIONS(3150), - [anon_sym_R_DQUOTE] = ACTIONS(3152), - [anon_sym_LR_DQUOTE] = ACTIONS(3152), - [anon_sym_uR_DQUOTE] = ACTIONS(3152), - [anon_sym_UR_DQUOTE] = ACTIONS(3152), - [anon_sym_u8R_DQUOTE] = ACTIONS(3152), - [anon_sym_co_await] = ACTIONS(3150), - [anon_sym_new] = ACTIONS(3150), - [anon_sym_requires] = ACTIONS(3150), - [sym_this] = ACTIONS(3150), - }, - [369] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [aux_sym_preproc_else_token1] = ACTIONS(3154), - [aux_sym_preproc_elif_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), - }, - [370] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [aux_sym_preproc_else_token1] = ACTIONS(3154), - [aux_sym_preproc_elif_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), - }, - [371] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_include_token1] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token2] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [aux_sym_preproc_else_token1] = ACTIONS(3158), - [aux_sym_preproc_elif_token1] = ACTIONS(3158), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3158), - [anon_sym_PLUS] = ACTIONS(3158), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym___cdecl] = ACTIONS(3158), - [anon_sym___clrcall] = ACTIONS(3158), - [anon_sym___stdcall] = ACTIONS(3158), - [anon_sym___fastcall] = ACTIONS(3158), - [anon_sym___thiscall] = ACTIONS(3158), - [anon_sym___vectorcall] = ACTIONS(3158), - [anon_sym_LBRACE] = ACTIONS(3160), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [anon_sym_if] = ACTIONS(3158), - [anon_sym_switch] = ACTIONS(3158), - [anon_sym_case] = ACTIONS(3158), - [anon_sym_default] = ACTIONS(3158), - [anon_sym_while] = ACTIONS(3158), - [anon_sym_do] = ACTIONS(3158), - [anon_sym_for] = ACTIONS(3158), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3158), - [anon_sym_continue] = ACTIONS(3158), - [anon_sym_goto] = ACTIONS(3158), - [anon_sym___try] = ACTIONS(3158), - [anon_sym___leave] = ACTIONS(3158), - [anon_sym_not] = ACTIONS(3158), - [anon_sym_compl] = ACTIONS(3158), - [anon_sym_DASH_DASH] = ACTIONS(3160), - [anon_sym_PLUS_PLUS] = ACTIONS(3160), - [anon_sym_sizeof] = ACTIONS(3158), - [anon_sym___alignof__] = ACTIONS(3158), - [anon_sym___alignof] = ACTIONS(3158), - [anon_sym__alignof] = ACTIONS(3158), - [anon_sym_alignof] = ACTIONS(3158), - [anon_sym__Alignof] = ACTIONS(3158), - [anon_sym_offsetof] = ACTIONS(3158), - [anon_sym__Generic] = ACTIONS(3158), - [anon_sym_asm] = ACTIONS(3158), - [anon_sym___asm__] = ACTIONS(3158), - [anon_sym___asm] = ACTIONS(3158), - [aux_sym_number_literal_token1] = ACTIONS(3160), - [aux_sym_number_literal_token2] = ACTIONS(3158), - [anon_sym_L_SQUOTE] = ACTIONS(3160), - [anon_sym_u_SQUOTE] = ACTIONS(3160), - [anon_sym_U_SQUOTE] = ACTIONS(3160), - [anon_sym_u8_SQUOTE] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3160), - [anon_sym_L_DQUOTE] = ACTIONS(3160), - [anon_sym_u_DQUOTE] = ACTIONS(3160), - [anon_sym_U_DQUOTE] = ACTIONS(3160), - [anon_sym_u8_DQUOTE] = ACTIONS(3160), - [anon_sym_DQUOTE] = ACTIONS(3160), - [sym_true] = ACTIONS(3158), - [sym_false] = ACTIONS(3158), - [anon_sym_NULL] = ACTIONS(3158), - [anon_sym_nullptr] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_try] = ACTIONS(3158), - [anon_sym_delete] = ACTIONS(3158), - [anon_sym_throw] = ACTIONS(3158), - [anon_sym_namespace] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), - [anon_sym_concept] = ACTIONS(3158), - [anon_sym_co_return] = ACTIONS(3158), - [anon_sym_co_yield] = ACTIONS(3158), - [anon_sym_R_DQUOTE] = ACTIONS(3160), - [anon_sym_LR_DQUOTE] = ACTIONS(3160), - [anon_sym_uR_DQUOTE] = ACTIONS(3160), - [anon_sym_UR_DQUOTE] = ACTIONS(3160), - [anon_sym_u8R_DQUOTE] = ACTIONS(3160), - [anon_sym_co_await] = ACTIONS(3158), - [anon_sym_new] = ACTIONS(3158), - [anon_sym_requires] = ACTIONS(3158), - [sym_this] = ACTIONS(3158), - }, - [372] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_include_token1] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token2] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [aux_sym_preproc_else_token1] = ACTIONS(3162), - [aux_sym_preproc_elif_token1] = ACTIONS(3162), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_DASH] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(3162), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym___cdecl] = ACTIONS(3162), - [anon_sym___clrcall] = ACTIONS(3162), - [anon_sym___stdcall] = ACTIONS(3162), - [anon_sym___fastcall] = ACTIONS(3162), - [anon_sym___thiscall] = ACTIONS(3162), - [anon_sym___vectorcall] = ACTIONS(3162), - [anon_sym_LBRACE] = ACTIONS(3164), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [anon_sym_if] = ACTIONS(3162), - [anon_sym_switch] = ACTIONS(3162), - [anon_sym_case] = ACTIONS(3162), - [anon_sym_default] = ACTIONS(3162), - [anon_sym_while] = ACTIONS(3162), - [anon_sym_do] = ACTIONS(3162), - [anon_sym_for] = ACTIONS(3162), - [anon_sym_return] = ACTIONS(3162), - [anon_sym_break] = ACTIONS(3162), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3162), - [anon_sym___try] = ACTIONS(3162), - [anon_sym___leave] = ACTIONS(3162), - [anon_sym_not] = ACTIONS(3162), - [anon_sym_compl] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_sizeof] = ACTIONS(3162), - [anon_sym___alignof__] = ACTIONS(3162), - [anon_sym___alignof] = ACTIONS(3162), - [anon_sym__alignof] = ACTIONS(3162), - [anon_sym_alignof] = ACTIONS(3162), - [anon_sym__Alignof] = ACTIONS(3162), - [anon_sym_offsetof] = ACTIONS(3162), - [anon_sym__Generic] = ACTIONS(3162), - [anon_sym_asm] = ACTIONS(3162), - [anon_sym___asm__] = ACTIONS(3162), - [anon_sym___asm] = ACTIONS(3162), - [aux_sym_number_literal_token1] = ACTIONS(3164), - [aux_sym_number_literal_token2] = ACTIONS(3162), - [anon_sym_L_SQUOTE] = ACTIONS(3164), - [anon_sym_u_SQUOTE] = ACTIONS(3164), - [anon_sym_U_SQUOTE] = ACTIONS(3164), - [anon_sym_u8_SQUOTE] = ACTIONS(3164), - [anon_sym_SQUOTE] = ACTIONS(3164), - [anon_sym_L_DQUOTE] = ACTIONS(3164), - [anon_sym_u_DQUOTE] = ACTIONS(3164), - [anon_sym_U_DQUOTE] = ACTIONS(3164), - [anon_sym_u8_DQUOTE] = ACTIONS(3164), - [anon_sym_DQUOTE] = ACTIONS(3164), - [sym_true] = ACTIONS(3162), - [sym_false] = ACTIONS(3162), - [anon_sym_NULL] = ACTIONS(3162), - [anon_sym_nullptr] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_try] = ACTIONS(3162), - [anon_sym_delete] = ACTIONS(3162), - [anon_sym_throw] = ACTIONS(3162), - [anon_sym_namespace] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), - [anon_sym_concept] = ACTIONS(3162), - [anon_sym_co_return] = ACTIONS(3162), - [anon_sym_co_yield] = ACTIONS(3162), - [anon_sym_R_DQUOTE] = ACTIONS(3164), - [anon_sym_LR_DQUOTE] = ACTIONS(3164), - [anon_sym_uR_DQUOTE] = ACTIONS(3164), - [anon_sym_UR_DQUOTE] = ACTIONS(3164), - [anon_sym_u8R_DQUOTE] = ACTIONS(3164), - [anon_sym_co_await] = ACTIONS(3162), - [anon_sym_new] = ACTIONS(3162), - [anon_sym_requires] = ACTIONS(3162), - [sym_this] = ACTIONS(3162), - }, - [373] = { - [sym_catch_clause] = STATE(373), - [aux_sym_constructor_try_statement_repeat1] = STATE(373), + [sym_catch_clause] = STATE(363), + [aux_sym_constructor_try_statement_repeat1] = STATE(363), [sym_identifier] = ACTIONS(2562), [aux_sym_preproc_include_token1] = ACTIONS(2562), [aux_sym_preproc_def_token1] = ACTIONS(2562), [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token2] = ACTIONS(2562), [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), [sym_preproc_directive] = ACTIONS(2562), @@ -98374,6 +96933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2562), [anon_sym___vectorcall] = ACTIONS(2562), [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_RBRACE] = ACTIONS(2564), [anon_sym_signed] = ACTIONS(2562), [anon_sym_unsigned] = ACTIONS(2562), [anon_sym_long] = ACTIONS(2562), @@ -98470,7 +97030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(2562), [anon_sym_co_return] = ACTIONS(2562), [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(3166), + [anon_sym_catch] = ACTIONS(3155), [anon_sym_R_DQUOTE] = ACTIONS(2564), [anon_sym_LR_DQUOTE] = ACTIONS(2564), [anon_sym_uR_DQUOTE] = ACTIONS(2564), @@ -98481,1591 +97041,3319 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2562), [sym_this] = ACTIONS(2562), }, - [374] = { - [sym_identifier] = ACTIONS(3169), - [aux_sym_preproc_include_token1] = ACTIONS(3169), - [aux_sym_preproc_def_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token2] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3169), - [aux_sym_preproc_else_token1] = ACTIONS(3169), - [aux_sym_preproc_elif_token1] = ACTIONS(3169), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3169), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3169), - [sym_preproc_directive] = ACTIONS(3169), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_BANG] = ACTIONS(3171), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym___extension__] = ACTIONS(3169), - [anon_sym_typedef] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym___attribute] = ACTIONS(3169), - [anon_sym_COLON_COLON] = ACTIONS(3171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym___cdecl] = ACTIONS(3169), - [anon_sym___clrcall] = ACTIONS(3169), - [anon_sym___stdcall] = ACTIONS(3169), - [anon_sym___fastcall] = ACTIONS(3169), - [anon_sym___thiscall] = ACTIONS(3169), - [anon_sym___vectorcall] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_signed] = ACTIONS(3169), - [anon_sym_unsigned] = ACTIONS(3169), - [anon_sym_long] = ACTIONS(3169), - [anon_sym_short] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym___inline] = ACTIONS(3169), - [anon_sym___inline__] = ACTIONS(3169), - [anon_sym___forceinline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym___thread] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym___restrict__] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym__Noreturn] = ACTIONS(3169), - [anon_sym_noreturn] = ACTIONS(3169), - [anon_sym__Nonnull] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constinit] = ACTIONS(3169), - [anon_sym_consteval] = ACTIONS(3169), - [anon_sym_PROGMEM] = ACTIONS(3169), - [anon_sym_alignas] = ACTIONS(3169), - [anon_sym__Alignas] = ACTIONS(3169), - [aux_sym_primitive_type_token1] = ACTIONS(3169), - [anon_sym_byte] = ACTIONS(3169), - [anon_sym_word] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_class] = ACTIONS(3169), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_switch] = ACTIONS(3169), - [anon_sym_case] = ACTIONS(3169), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_while] = ACTIONS(3169), - [anon_sym_do] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym___try] = ACTIONS(3169), - [anon_sym___leave] = ACTIONS(3169), - [anon_sym_not] = ACTIONS(3169), - [anon_sym_compl] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3171), - [anon_sym_PLUS_PLUS] = ACTIONS(3171), - [anon_sym_sizeof] = ACTIONS(3169), - [anon_sym___alignof__] = ACTIONS(3169), - [anon_sym___alignof] = ACTIONS(3169), - [anon_sym__alignof] = ACTIONS(3169), - [anon_sym_alignof] = ACTIONS(3169), - [anon_sym__Alignof] = ACTIONS(3169), - [anon_sym_offsetof] = ACTIONS(3169), - [anon_sym__Generic] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym___asm__] = ACTIONS(3169), - [anon_sym___asm] = ACTIONS(3169), - [aux_sym_number_literal_token1] = ACTIONS(3171), - [aux_sym_number_literal_token2] = ACTIONS(3169), - [anon_sym_L_SQUOTE] = ACTIONS(3171), - [anon_sym_u_SQUOTE] = ACTIONS(3171), - [anon_sym_U_SQUOTE] = ACTIONS(3171), - [anon_sym_u8_SQUOTE] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3171), - [anon_sym_L_DQUOTE] = ACTIONS(3171), - [anon_sym_u_DQUOTE] = ACTIONS(3171), - [anon_sym_U_DQUOTE] = ACTIONS(3171), - [anon_sym_u8_DQUOTE] = ACTIONS(3171), - [anon_sym_DQUOTE] = ACTIONS(3171), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [anon_sym_NULL] = ACTIONS(3169), - [anon_sym_nullptr] = ACTIONS(3169), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3169), - [anon_sym_decltype] = ACTIONS(3169), - [anon_sym_explicit] = ACTIONS(3169), - [anon_sym_typename] = ACTIONS(3169), - [anon_sym_template] = ACTIONS(3169), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_try] = ACTIONS(3169), - [anon_sym_delete] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_namespace] = ACTIONS(3169), - [anon_sym_using] = ACTIONS(3169), - [anon_sym_static_assert] = ACTIONS(3169), - [anon_sym_concept] = ACTIONS(3169), - [anon_sym_co_return] = ACTIONS(3169), - [anon_sym_co_yield] = ACTIONS(3169), - [anon_sym_R_DQUOTE] = ACTIONS(3171), - [anon_sym_LR_DQUOTE] = ACTIONS(3171), - [anon_sym_uR_DQUOTE] = ACTIONS(3171), - [anon_sym_UR_DQUOTE] = ACTIONS(3171), - [anon_sym_u8R_DQUOTE] = ACTIONS(3171), - [anon_sym_co_await] = ACTIONS(3169), - [anon_sym_new] = ACTIONS(3169), - [anon_sym_requires] = ACTIONS(3169), - [sym_this] = ACTIONS(3169), - }, - [375] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_include_token1] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token2] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [aux_sym_preproc_else_token1] = ACTIONS(3173), - [aux_sym_preproc_elif_token1] = ACTIONS(3173), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym___cdecl] = ACTIONS(3173), - [anon_sym___clrcall] = ACTIONS(3173), - [anon_sym___stdcall] = ACTIONS(3173), - [anon_sym___fastcall] = ACTIONS(3173), - [anon_sym___thiscall] = ACTIONS(3173), - [anon_sym___vectorcall] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_switch] = ACTIONS(3173), - [anon_sym_case] = ACTIONS(3173), - [anon_sym_default] = ACTIONS(3173), - [anon_sym_while] = ACTIONS(3173), - [anon_sym_do] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym___try] = ACTIONS(3173), - [anon_sym___leave] = ACTIONS(3173), - [anon_sym_not] = ACTIONS(3173), - [anon_sym_compl] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3175), - [anon_sym_PLUS_PLUS] = ACTIONS(3175), - [anon_sym_sizeof] = ACTIONS(3173), - [anon_sym___alignof__] = ACTIONS(3173), - [anon_sym___alignof] = ACTIONS(3173), - [anon_sym__alignof] = ACTIONS(3173), - [anon_sym_alignof] = ACTIONS(3173), - [anon_sym__Alignof] = ACTIONS(3173), - [anon_sym_offsetof] = ACTIONS(3173), - [anon_sym__Generic] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym___asm__] = ACTIONS(3173), - [anon_sym___asm] = ACTIONS(3173), - [aux_sym_number_literal_token1] = ACTIONS(3175), - [aux_sym_number_literal_token2] = ACTIONS(3173), - [anon_sym_L_SQUOTE] = ACTIONS(3175), - [anon_sym_u_SQUOTE] = ACTIONS(3175), - [anon_sym_U_SQUOTE] = ACTIONS(3175), - [anon_sym_u8_SQUOTE] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3175), - [anon_sym_L_DQUOTE] = ACTIONS(3175), - [anon_sym_u_DQUOTE] = ACTIONS(3175), - [anon_sym_U_DQUOTE] = ACTIONS(3175), - [anon_sym_u8_DQUOTE] = ACTIONS(3175), - [anon_sym_DQUOTE] = ACTIONS(3175), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [anon_sym_NULL] = ACTIONS(3173), - [anon_sym_nullptr] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_try] = ACTIONS(3173), - [anon_sym_delete] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_namespace] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), - [anon_sym_concept] = ACTIONS(3173), - [anon_sym_co_return] = ACTIONS(3173), - [anon_sym_co_yield] = ACTIONS(3173), - [anon_sym_R_DQUOTE] = ACTIONS(3175), - [anon_sym_LR_DQUOTE] = ACTIONS(3175), - [anon_sym_uR_DQUOTE] = ACTIONS(3175), - [anon_sym_UR_DQUOTE] = ACTIONS(3175), - [anon_sym_u8R_DQUOTE] = ACTIONS(3175), - [anon_sym_co_await] = ACTIONS(3173), - [anon_sym_new] = ACTIONS(3173), - [anon_sym_requires] = ACTIONS(3173), - [sym_this] = ACTIONS(3173), - }, - [376] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_include_token1] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token2] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [aux_sym_preproc_else_token1] = ACTIONS(3177), - [aux_sym_preproc_elif_token1] = ACTIONS(3177), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym___cdecl] = ACTIONS(3177), - [anon_sym___clrcall] = ACTIONS(3177), - [anon_sym___stdcall] = ACTIONS(3177), - [anon_sym___fastcall] = ACTIONS(3177), - [anon_sym___thiscall] = ACTIONS(3177), - [anon_sym___vectorcall] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_switch] = ACTIONS(3177), - [anon_sym_case] = ACTIONS(3177), - [anon_sym_default] = ACTIONS(3177), - [anon_sym_while] = ACTIONS(3177), - [anon_sym_do] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym___try] = ACTIONS(3177), - [anon_sym___leave] = ACTIONS(3177), - [anon_sym_not] = ACTIONS(3177), - [anon_sym_compl] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_sizeof] = ACTIONS(3177), - [anon_sym___alignof__] = ACTIONS(3177), - [anon_sym___alignof] = ACTIONS(3177), - [anon_sym__alignof] = ACTIONS(3177), - [anon_sym_alignof] = ACTIONS(3177), - [anon_sym__Alignof] = ACTIONS(3177), - [anon_sym_offsetof] = ACTIONS(3177), - [anon_sym__Generic] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym___asm__] = ACTIONS(3177), - [anon_sym___asm] = ACTIONS(3177), - [aux_sym_number_literal_token1] = ACTIONS(3179), - [aux_sym_number_literal_token2] = ACTIONS(3177), - [anon_sym_L_SQUOTE] = ACTIONS(3179), - [anon_sym_u_SQUOTE] = ACTIONS(3179), - [anon_sym_U_SQUOTE] = ACTIONS(3179), - [anon_sym_u8_SQUOTE] = ACTIONS(3179), - [anon_sym_SQUOTE] = ACTIONS(3179), - [anon_sym_L_DQUOTE] = ACTIONS(3179), - [anon_sym_u_DQUOTE] = ACTIONS(3179), - [anon_sym_U_DQUOTE] = ACTIONS(3179), - [anon_sym_u8_DQUOTE] = ACTIONS(3179), - [anon_sym_DQUOTE] = ACTIONS(3179), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [anon_sym_NULL] = ACTIONS(3177), - [anon_sym_nullptr] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_try] = ACTIONS(3177), - [anon_sym_delete] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_namespace] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), - [anon_sym_concept] = ACTIONS(3177), - [anon_sym_co_return] = ACTIONS(3177), - [anon_sym_co_yield] = ACTIONS(3177), - [anon_sym_R_DQUOTE] = ACTIONS(3179), - [anon_sym_LR_DQUOTE] = ACTIONS(3179), - [anon_sym_uR_DQUOTE] = ACTIONS(3179), - [anon_sym_UR_DQUOTE] = ACTIONS(3179), - [anon_sym_u8R_DQUOTE] = ACTIONS(3179), - [anon_sym_co_await] = ACTIONS(3177), - [anon_sym_new] = ACTIONS(3177), - [anon_sym_requires] = ACTIONS(3177), - [sym_this] = ACTIONS(3177), - }, - [377] = { - [sym_identifier] = ACTIONS(3181), - [aux_sym_preproc_include_token1] = ACTIONS(3181), - [aux_sym_preproc_def_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token2] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3181), - [aux_sym_preproc_else_token1] = ACTIONS(3181), - [aux_sym_preproc_elif_token1] = ACTIONS(3181), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3181), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3181), - [sym_preproc_directive] = ACTIONS(3181), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym___extension__] = ACTIONS(3181), - [anon_sym_typedef] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym___attribute] = ACTIONS(3181), - [anon_sym_COLON_COLON] = ACTIONS(3183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym___cdecl] = ACTIONS(3181), - [anon_sym___clrcall] = ACTIONS(3181), - [anon_sym___stdcall] = ACTIONS(3181), - [anon_sym___fastcall] = ACTIONS(3181), - [anon_sym___thiscall] = ACTIONS(3181), - [anon_sym___vectorcall] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_signed] = ACTIONS(3181), - [anon_sym_unsigned] = ACTIONS(3181), - [anon_sym_long] = ACTIONS(3181), - [anon_sym_short] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym___inline] = ACTIONS(3181), - [anon_sym___inline__] = ACTIONS(3181), - [anon_sym___forceinline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym___thread] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym___restrict__] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym__Noreturn] = ACTIONS(3181), - [anon_sym_noreturn] = ACTIONS(3181), - [anon_sym__Nonnull] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constinit] = ACTIONS(3181), - [anon_sym_consteval] = ACTIONS(3181), - [anon_sym_PROGMEM] = ACTIONS(3181), - [anon_sym_alignas] = ACTIONS(3181), - [anon_sym__Alignas] = ACTIONS(3181), - [aux_sym_primitive_type_token1] = ACTIONS(3181), - [anon_sym_byte] = ACTIONS(3181), - [anon_sym_word] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_class] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_switch] = ACTIONS(3181), - [anon_sym_case] = ACTIONS(3181), - [anon_sym_default] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym___try] = ACTIONS(3181), - [anon_sym___leave] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_compl] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_sizeof] = ACTIONS(3181), - [anon_sym___alignof__] = ACTIONS(3181), - [anon_sym___alignof] = ACTIONS(3181), - [anon_sym__alignof] = ACTIONS(3181), - [anon_sym_alignof] = ACTIONS(3181), - [anon_sym__Alignof] = ACTIONS(3181), - [anon_sym_offsetof] = ACTIONS(3181), - [anon_sym__Generic] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym___asm__] = ACTIONS(3181), - [anon_sym___asm] = ACTIONS(3181), - [aux_sym_number_literal_token1] = ACTIONS(3183), - [aux_sym_number_literal_token2] = ACTIONS(3181), - [anon_sym_L_SQUOTE] = ACTIONS(3183), - [anon_sym_u_SQUOTE] = ACTIONS(3183), - [anon_sym_U_SQUOTE] = ACTIONS(3183), - [anon_sym_u8_SQUOTE] = ACTIONS(3183), - [anon_sym_SQUOTE] = ACTIONS(3183), - [anon_sym_L_DQUOTE] = ACTIONS(3183), - [anon_sym_u_DQUOTE] = ACTIONS(3183), - [anon_sym_U_DQUOTE] = ACTIONS(3183), - [anon_sym_u8_DQUOTE] = ACTIONS(3183), - [anon_sym_DQUOTE] = ACTIONS(3183), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [anon_sym_NULL] = ACTIONS(3181), - [anon_sym_nullptr] = ACTIONS(3181), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3181), - [anon_sym_decltype] = ACTIONS(3181), - [anon_sym_explicit] = ACTIONS(3181), - [anon_sym_typename] = ACTIONS(3181), - [anon_sym_template] = ACTIONS(3181), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_delete] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_namespace] = ACTIONS(3181), - [anon_sym_using] = ACTIONS(3181), - [anon_sym_static_assert] = ACTIONS(3181), - [anon_sym_concept] = ACTIONS(3181), - [anon_sym_co_return] = ACTIONS(3181), - [anon_sym_co_yield] = ACTIONS(3181), - [anon_sym_R_DQUOTE] = ACTIONS(3183), - [anon_sym_LR_DQUOTE] = ACTIONS(3183), - [anon_sym_uR_DQUOTE] = ACTIONS(3183), - [anon_sym_UR_DQUOTE] = ACTIONS(3183), - [anon_sym_u8R_DQUOTE] = ACTIONS(3183), - [anon_sym_co_await] = ACTIONS(3181), - [anon_sym_new] = ACTIONS(3181), - [anon_sym_requires] = ACTIONS(3181), - [sym_this] = ACTIONS(3181), - }, - [378] = { - [sym_identifier] = ACTIONS(3185), - [aux_sym_preproc_include_token1] = ACTIONS(3185), - [aux_sym_preproc_def_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token2] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3185), - [aux_sym_preproc_else_token1] = ACTIONS(3185), - [aux_sym_preproc_elif_token1] = ACTIONS(3185), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3185), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3185), - [sym_preproc_directive] = ACTIONS(3185), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym___extension__] = ACTIONS(3185), - [anon_sym_typedef] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym___attribute] = ACTIONS(3185), - [anon_sym_COLON_COLON] = ACTIONS(3187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym___cdecl] = ACTIONS(3185), - [anon_sym___clrcall] = ACTIONS(3185), - [anon_sym___stdcall] = ACTIONS(3185), - [anon_sym___fastcall] = ACTIONS(3185), - [anon_sym___thiscall] = ACTIONS(3185), - [anon_sym___vectorcall] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_signed] = ACTIONS(3185), - [anon_sym_unsigned] = ACTIONS(3185), - [anon_sym_long] = ACTIONS(3185), - [anon_sym_short] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym___inline] = ACTIONS(3185), - [anon_sym___inline__] = ACTIONS(3185), - [anon_sym___forceinline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym___thread] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym___restrict__] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym__Noreturn] = ACTIONS(3185), - [anon_sym_noreturn] = ACTIONS(3185), - [anon_sym__Nonnull] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constinit] = ACTIONS(3185), - [anon_sym_consteval] = ACTIONS(3185), - [anon_sym_PROGMEM] = ACTIONS(3185), - [anon_sym_alignas] = ACTIONS(3185), - [anon_sym__Alignas] = ACTIONS(3185), - [aux_sym_primitive_type_token1] = ACTIONS(3185), - [anon_sym_byte] = ACTIONS(3185), - [anon_sym_word] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_class] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_switch] = ACTIONS(3185), - [anon_sym_case] = ACTIONS(3185), - [anon_sym_default] = ACTIONS(3185), - [anon_sym_while] = ACTIONS(3185), - [anon_sym_do] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym___try] = ACTIONS(3185), - [anon_sym___leave] = ACTIONS(3185), - [anon_sym_not] = ACTIONS(3185), - [anon_sym_compl] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_sizeof] = ACTIONS(3185), - [anon_sym___alignof__] = ACTIONS(3185), - [anon_sym___alignof] = ACTIONS(3185), - [anon_sym__alignof] = ACTIONS(3185), - [anon_sym_alignof] = ACTIONS(3185), - [anon_sym__Alignof] = ACTIONS(3185), - [anon_sym_offsetof] = ACTIONS(3185), - [anon_sym__Generic] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym___asm__] = ACTIONS(3185), - [anon_sym___asm] = ACTIONS(3185), - [aux_sym_number_literal_token1] = ACTIONS(3187), - [aux_sym_number_literal_token2] = ACTIONS(3185), - [anon_sym_L_SQUOTE] = ACTIONS(3187), - [anon_sym_u_SQUOTE] = ACTIONS(3187), - [anon_sym_U_SQUOTE] = ACTIONS(3187), - [anon_sym_u8_SQUOTE] = ACTIONS(3187), - [anon_sym_SQUOTE] = ACTIONS(3187), - [anon_sym_L_DQUOTE] = ACTIONS(3187), - [anon_sym_u_DQUOTE] = ACTIONS(3187), - [anon_sym_U_DQUOTE] = ACTIONS(3187), - [anon_sym_u8_DQUOTE] = ACTIONS(3187), - [anon_sym_DQUOTE] = ACTIONS(3187), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [anon_sym_NULL] = ACTIONS(3185), - [anon_sym_nullptr] = ACTIONS(3185), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3185), - [anon_sym_decltype] = ACTIONS(3185), - [anon_sym_explicit] = ACTIONS(3185), - [anon_sym_typename] = ACTIONS(3185), - [anon_sym_template] = ACTIONS(3185), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_try] = ACTIONS(3185), - [anon_sym_delete] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_namespace] = ACTIONS(3185), - [anon_sym_using] = ACTIONS(3185), - [anon_sym_static_assert] = ACTIONS(3185), - [anon_sym_concept] = ACTIONS(3185), - [anon_sym_co_return] = ACTIONS(3185), - [anon_sym_co_yield] = ACTIONS(3185), - [anon_sym_R_DQUOTE] = ACTIONS(3187), - [anon_sym_LR_DQUOTE] = ACTIONS(3187), - [anon_sym_uR_DQUOTE] = ACTIONS(3187), - [anon_sym_UR_DQUOTE] = ACTIONS(3187), - [anon_sym_u8R_DQUOTE] = ACTIONS(3187), - [anon_sym_co_await] = ACTIONS(3185), - [anon_sym_new] = ACTIONS(3185), - [anon_sym_requires] = ACTIONS(3185), - [sym_this] = ACTIONS(3185), - }, - [379] = { - [sym_identifier] = ACTIONS(3189), - [aux_sym_preproc_include_token1] = ACTIONS(3189), - [aux_sym_preproc_def_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token2] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3189), - [aux_sym_preproc_else_token1] = ACTIONS(3189), - [aux_sym_preproc_elif_token1] = ACTIONS(3189), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3189), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3189), - [sym_preproc_directive] = ACTIONS(3189), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym___extension__] = ACTIONS(3189), - [anon_sym_typedef] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym___attribute] = ACTIONS(3189), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym___cdecl] = ACTIONS(3189), - [anon_sym___clrcall] = ACTIONS(3189), - [anon_sym___stdcall] = ACTIONS(3189), - [anon_sym___fastcall] = ACTIONS(3189), - [anon_sym___thiscall] = ACTIONS(3189), - [anon_sym___vectorcall] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_signed] = ACTIONS(3189), - [anon_sym_unsigned] = ACTIONS(3189), - [anon_sym_long] = ACTIONS(3189), - [anon_sym_short] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym___inline] = ACTIONS(3189), - [anon_sym___inline__] = ACTIONS(3189), - [anon_sym___forceinline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym___thread] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym___restrict__] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym__Noreturn] = ACTIONS(3189), - [anon_sym_noreturn] = ACTIONS(3189), - [anon_sym__Nonnull] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constinit] = ACTIONS(3189), - [anon_sym_consteval] = ACTIONS(3189), - [anon_sym_PROGMEM] = ACTIONS(3189), - [anon_sym_alignas] = ACTIONS(3189), - [anon_sym__Alignas] = ACTIONS(3189), - [aux_sym_primitive_type_token1] = ACTIONS(3189), - [anon_sym_byte] = ACTIONS(3189), - [anon_sym_word] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_class] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_switch] = ACTIONS(3189), - [anon_sym_case] = ACTIONS(3189), - [anon_sym_default] = ACTIONS(3189), - [anon_sym_while] = ACTIONS(3189), - [anon_sym_do] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym___try] = ACTIONS(3189), - [anon_sym___leave] = ACTIONS(3189), - [anon_sym_not] = ACTIONS(3189), - [anon_sym_compl] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_sizeof] = ACTIONS(3189), - [anon_sym___alignof__] = ACTIONS(3189), - [anon_sym___alignof] = ACTIONS(3189), - [anon_sym__alignof] = ACTIONS(3189), - [anon_sym_alignof] = ACTIONS(3189), - [anon_sym__Alignof] = ACTIONS(3189), - [anon_sym_offsetof] = ACTIONS(3189), - [anon_sym__Generic] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym___asm__] = ACTIONS(3189), - [anon_sym___asm] = ACTIONS(3189), - [aux_sym_number_literal_token1] = ACTIONS(3191), - [aux_sym_number_literal_token2] = ACTIONS(3189), - [anon_sym_L_SQUOTE] = ACTIONS(3191), - [anon_sym_u_SQUOTE] = ACTIONS(3191), - [anon_sym_U_SQUOTE] = ACTIONS(3191), - [anon_sym_u8_SQUOTE] = ACTIONS(3191), - [anon_sym_SQUOTE] = ACTIONS(3191), - [anon_sym_L_DQUOTE] = ACTIONS(3191), - [anon_sym_u_DQUOTE] = ACTIONS(3191), - [anon_sym_U_DQUOTE] = ACTIONS(3191), - [anon_sym_u8_DQUOTE] = ACTIONS(3191), - [anon_sym_DQUOTE] = ACTIONS(3191), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [anon_sym_NULL] = ACTIONS(3189), - [anon_sym_nullptr] = ACTIONS(3189), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3189), - [anon_sym_decltype] = ACTIONS(3189), - [anon_sym_explicit] = ACTIONS(3189), - [anon_sym_typename] = ACTIONS(3189), - [anon_sym_template] = ACTIONS(3189), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_try] = ACTIONS(3189), - [anon_sym_delete] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_namespace] = ACTIONS(3189), - [anon_sym_using] = ACTIONS(3189), - [anon_sym_static_assert] = ACTIONS(3189), - [anon_sym_concept] = ACTIONS(3189), - [anon_sym_co_return] = ACTIONS(3189), - [anon_sym_co_yield] = ACTIONS(3189), - [anon_sym_R_DQUOTE] = ACTIONS(3191), - [anon_sym_LR_DQUOTE] = ACTIONS(3191), - [anon_sym_uR_DQUOTE] = ACTIONS(3191), - [anon_sym_UR_DQUOTE] = ACTIONS(3191), - [anon_sym_u8R_DQUOTE] = ACTIONS(3191), - [anon_sym_co_await] = ACTIONS(3189), - [anon_sym_new] = ACTIONS(3189), - [anon_sym_requires] = ACTIONS(3189), - [sym_this] = ACTIONS(3189), - }, - [380] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_include_token1] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token2] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [aux_sym_preproc_else_token1] = ACTIONS(3193), - [aux_sym_preproc_elif_token1] = ACTIONS(3193), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym___cdecl] = ACTIONS(3193), - [anon_sym___clrcall] = ACTIONS(3193), - [anon_sym___stdcall] = ACTIONS(3193), - [anon_sym___fastcall] = ACTIONS(3193), - [anon_sym___thiscall] = ACTIONS(3193), - [anon_sym___vectorcall] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_switch] = ACTIONS(3193), - [anon_sym_case] = ACTIONS(3193), - [anon_sym_default] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_do] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym___try] = ACTIONS(3193), - [anon_sym___leave] = ACTIONS(3193), - [anon_sym_not] = ACTIONS(3193), - [anon_sym_compl] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_sizeof] = ACTIONS(3193), - [anon_sym___alignof__] = ACTIONS(3193), - [anon_sym___alignof] = ACTIONS(3193), - [anon_sym__alignof] = ACTIONS(3193), - [anon_sym_alignof] = ACTIONS(3193), - [anon_sym__Alignof] = ACTIONS(3193), - [anon_sym_offsetof] = ACTIONS(3193), - [anon_sym__Generic] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym___asm__] = ACTIONS(3193), - [anon_sym___asm] = ACTIONS(3193), - [aux_sym_number_literal_token1] = ACTIONS(3195), - [aux_sym_number_literal_token2] = ACTIONS(3193), - [anon_sym_L_SQUOTE] = ACTIONS(3195), - [anon_sym_u_SQUOTE] = ACTIONS(3195), - [anon_sym_U_SQUOTE] = ACTIONS(3195), - [anon_sym_u8_SQUOTE] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3195), - [anon_sym_L_DQUOTE] = ACTIONS(3195), - [anon_sym_u_DQUOTE] = ACTIONS(3195), - [anon_sym_U_DQUOTE] = ACTIONS(3195), - [anon_sym_u8_DQUOTE] = ACTIONS(3195), - [anon_sym_DQUOTE] = ACTIONS(3195), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [anon_sym_NULL] = ACTIONS(3193), - [anon_sym_nullptr] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_delete] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_namespace] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), - [anon_sym_concept] = ACTIONS(3193), - [anon_sym_co_return] = ACTIONS(3193), - [anon_sym_co_yield] = ACTIONS(3193), - [anon_sym_R_DQUOTE] = ACTIONS(3195), - [anon_sym_LR_DQUOTE] = ACTIONS(3195), - [anon_sym_uR_DQUOTE] = ACTIONS(3195), - [anon_sym_UR_DQUOTE] = ACTIONS(3195), - [anon_sym_u8R_DQUOTE] = ACTIONS(3195), - [anon_sym_co_await] = ACTIONS(3193), - [anon_sym_new] = ACTIONS(3193), - [anon_sym_requires] = ACTIONS(3193), - [sym_this] = ACTIONS(3193), + [364] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4680), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8040), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [381] = { - [sym_identifier] = ACTIONS(3197), - [aux_sym_preproc_include_token1] = ACTIONS(3197), - [aux_sym_preproc_def_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token2] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3197), - [aux_sym_preproc_else_token1] = ACTIONS(3197), - [aux_sym_preproc_elif_token1] = ACTIONS(3197), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3197), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3197), - [sym_preproc_directive] = ACTIONS(3197), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_BANG] = ACTIONS(3199), - [anon_sym_TILDE] = ACTIONS(3199), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym___extension__] = ACTIONS(3197), - [anon_sym_typedef] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym___attribute] = ACTIONS(3197), - [anon_sym_COLON_COLON] = ACTIONS(3199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym___cdecl] = ACTIONS(3197), - [anon_sym___clrcall] = ACTIONS(3197), - [anon_sym___stdcall] = ACTIONS(3197), - [anon_sym___fastcall] = ACTIONS(3197), - [anon_sym___thiscall] = ACTIONS(3197), - [anon_sym___vectorcall] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_signed] = ACTIONS(3197), - [anon_sym_unsigned] = ACTIONS(3197), - [anon_sym_long] = ACTIONS(3197), - [anon_sym_short] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym___inline] = ACTIONS(3197), - [anon_sym___inline__] = ACTIONS(3197), - [anon_sym___forceinline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym___thread] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym___restrict__] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym__Noreturn] = ACTIONS(3197), - [anon_sym_noreturn] = ACTIONS(3197), - [anon_sym__Nonnull] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constinit] = ACTIONS(3197), - [anon_sym_consteval] = ACTIONS(3197), - [anon_sym_PROGMEM] = ACTIONS(3197), - [anon_sym_alignas] = ACTIONS(3197), - [anon_sym__Alignas] = ACTIONS(3197), - [aux_sym_primitive_type_token1] = ACTIONS(3197), - [anon_sym_byte] = ACTIONS(3197), - [anon_sym_word] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_class] = ACTIONS(3197), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_switch] = ACTIONS(3197), - [anon_sym_case] = ACTIONS(3197), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_while] = ACTIONS(3197), - [anon_sym_do] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym___try] = ACTIONS(3197), - [anon_sym___leave] = ACTIONS(3197), - [anon_sym_not] = ACTIONS(3197), - [anon_sym_compl] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3199), - [anon_sym_PLUS_PLUS] = ACTIONS(3199), - [anon_sym_sizeof] = ACTIONS(3197), - [anon_sym___alignof__] = ACTIONS(3197), - [anon_sym___alignof] = ACTIONS(3197), - [anon_sym__alignof] = ACTIONS(3197), - [anon_sym_alignof] = ACTIONS(3197), - [anon_sym__Alignof] = ACTIONS(3197), - [anon_sym_offsetof] = ACTIONS(3197), - [anon_sym__Generic] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym___asm__] = ACTIONS(3197), - [anon_sym___asm] = ACTIONS(3197), - [aux_sym_number_literal_token1] = ACTIONS(3199), - [aux_sym_number_literal_token2] = ACTIONS(3197), - [anon_sym_L_SQUOTE] = ACTIONS(3199), - [anon_sym_u_SQUOTE] = ACTIONS(3199), - [anon_sym_U_SQUOTE] = ACTIONS(3199), - [anon_sym_u8_SQUOTE] = ACTIONS(3199), - [anon_sym_SQUOTE] = ACTIONS(3199), - [anon_sym_L_DQUOTE] = ACTIONS(3199), - [anon_sym_u_DQUOTE] = ACTIONS(3199), - [anon_sym_U_DQUOTE] = ACTIONS(3199), - [anon_sym_u8_DQUOTE] = ACTIONS(3199), - [anon_sym_DQUOTE] = ACTIONS(3199), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [anon_sym_NULL] = ACTIONS(3197), - [anon_sym_nullptr] = ACTIONS(3197), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3197), - [anon_sym_decltype] = ACTIONS(3197), - [anon_sym_explicit] = ACTIONS(3197), - [anon_sym_typename] = ACTIONS(3197), - [anon_sym_template] = ACTIONS(3197), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_try] = ACTIONS(3197), - [anon_sym_delete] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_namespace] = ACTIONS(3197), - [anon_sym_using] = ACTIONS(3197), - [anon_sym_static_assert] = ACTIONS(3197), - [anon_sym_concept] = ACTIONS(3197), - [anon_sym_co_return] = ACTIONS(3197), - [anon_sym_co_yield] = ACTIONS(3197), - [anon_sym_R_DQUOTE] = ACTIONS(3199), - [anon_sym_LR_DQUOTE] = ACTIONS(3199), - [anon_sym_uR_DQUOTE] = ACTIONS(3199), - [anon_sym_UR_DQUOTE] = ACTIONS(3199), - [anon_sym_u8R_DQUOTE] = ACTIONS(3199), - [anon_sym_co_await] = ACTIONS(3197), - [anon_sym_new] = ACTIONS(3197), - [anon_sym_requires] = ACTIONS(3197), - [sym_this] = ACTIONS(3197), + [365] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4697), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(7924), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [382] = { - [sym_identifier] = ACTIONS(3201), - [aux_sym_preproc_include_token1] = ACTIONS(3201), - [aux_sym_preproc_def_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token2] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3201), - [aux_sym_preproc_else_token1] = ACTIONS(3201), - [aux_sym_preproc_elif_token1] = ACTIONS(3201), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3201), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3201), - [sym_preproc_directive] = ACTIONS(3201), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3201), - [anon_sym_PLUS] = ACTIONS(3201), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym___extension__] = ACTIONS(3201), - [anon_sym_typedef] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym___attribute] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3203), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym___cdecl] = ACTIONS(3201), - [anon_sym___clrcall] = ACTIONS(3201), - [anon_sym___stdcall] = ACTIONS(3201), - [anon_sym___fastcall] = ACTIONS(3201), - [anon_sym___thiscall] = ACTIONS(3201), - [anon_sym___vectorcall] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_signed] = ACTIONS(3201), - [anon_sym_unsigned] = ACTIONS(3201), - [anon_sym_long] = ACTIONS(3201), - [anon_sym_short] = ACTIONS(3201), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym___inline] = ACTIONS(3201), - [anon_sym___inline__] = ACTIONS(3201), - [anon_sym___forceinline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym___thread] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym___restrict__] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym__Noreturn] = ACTIONS(3201), - [anon_sym_noreturn] = ACTIONS(3201), - [anon_sym__Nonnull] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constinit] = ACTIONS(3201), - [anon_sym_consteval] = ACTIONS(3201), - [anon_sym_PROGMEM] = ACTIONS(3201), - [anon_sym_alignas] = ACTIONS(3201), - [anon_sym__Alignas] = ACTIONS(3201), - [aux_sym_primitive_type_token1] = ACTIONS(3201), - [anon_sym_byte] = ACTIONS(3201), - [anon_sym_word] = ACTIONS(3201), - [anon_sym_enum] = ACTIONS(3201), - [anon_sym_class] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3201), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_if] = ACTIONS(3201), - [anon_sym_switch] = ACTIONS(3201), - [anon_sym_case] = ACTIONS(3201), - [anon_sym_default] = ACTIONS(3201), - [anon_sym_while] = ACTIONS(3201), - [anon_sym_do] = ACTIONS(3201), - [anon_sym_for] = ACTIONS(3201), - [anon_sym_return] = ACTIONS(3201), - [anon_sym_break] = ACTIONS(3201), - [anon_sym_continue] = ACTIONS(3201), - [anon_sym_goto] = ACTIONS(3201), - [anon_sym___try] = ACTIONS(3201), - [anon_sym___leave] = ACTIONS(3201), - [anon_sym_not] = ACTIONS(3201), - [anon_sym_compl] = ACTIONS(3201), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_sizeof] = ACTIONS(3201), - [anon_sym___alignof__] = ACTIONS(3201), - [anon_sym___alignof] = ACTIONS(3201), - [anon_sym__alignof] = ACTIONS(3201), - [anon_sym_alignof] = ACTIONS(3201), - [anon_sym__Alignof] = ACTIONS(3201), - [anon_sym_offsetof] = ACTIONS(3201), - [anon_sym__Generic] = ACTIONS(3201), - [anon_sym_asm] = ACTIONS(3201), - [anon_sym___asm__] = ACTIONS(3201), - [anon_sym___asm] = ACTIONS(3201), - [aux_sym_number_literal_token1] = ACTIONS(3203), - [aux_sym_number_literal_token2] = ACTIONS(3201), - [anon_sym_L_SQUOTE] = ACTIONS(3203), - [anon_sym_u_SQUOTE] = ACTIONS(3203), - [anon_sym_U_SQUOTE] = ACTIONS(3203), - [anon_sym_u8_SQUOTE] = ACTIONS(3203), - [anon_sym_SQUOTE] = ACTIONS(3203), - [anon_sym_L_DQUOTE] = ACTIONS(3203), - [anon_sym_u_DQUOTE] = ACTIONS(3203), - [anon_sym_U_DQUOTE] = ACTIONS(3203), - [anon_sym_u8_DQUOTE] = ACTIONS(3203), - [anon_sym_DQUOTE] = ACTIONS(3203), - [sym_true] = ACTIONS(3201), - [sym_false] = ACTIONS(3201), - [anon_sym_NULL] = ACTIONS(3201), - [anon_sym_nullptr] = ACTIONS(3201), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3201), - [anon_sym_decltype] = ACTIONS(3201), - [anon_sym_explicit] = ACTIONS(3201), - [anon_sym_typename] = ACTIONS(3201), - [anon_sym_template] = ACTIONS(3201), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_try] = ACTIONS(3201), - [anon_sym_delete] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_namespace] = ACTIONS(3201), - [anon_sym_using] = ACTIONS(3201), - [anon_sym_static_assert] = ACTIONS(3201), - [anon_sym_concept] = ACTIONS(3201), - [anon_sym_co_return] = ACTIONS(3201), - [anon_sym_co_yield] = ACTIONS(3201), - [anon_sym_R_DQUOTE] = ACTIONS(3203), - [anon_sym_LR_DQUOTE] = ACTIONS(3203), - [anon_sym_uR_DQUOTE] = ACTIONS(3203), - [anon_sym_UR_DQUOTE] = ACTIONS(3203), - [anon_sym_u8R_DQUOTE] = ACTIONS(3203), - [anon_sym_co_await] = ACTIONS(3201), - [anon_sym_new] = ACTIONS(3201), - [anon_sym_requires] = ACTIONS(3201), - [sym_this] = ACTIONS(3201), + [366] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4710), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8103), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [383] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_include_token1] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token2] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [aux_sym_preproc_else_token1] = ACTIONS(3205), - [aux_sym_preproc_elif_token1] = ACTIONS(3205), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3205), - [anon_sym_PLUS] = ACTIONS(3205), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym___cdecl] = ACTIONS(3205), - [anon_sym___clrcall] = ACTIONS(3205), - [anon_sym___stdcall] = ACTIONS(3205), - [anon_sym___fastcall] = ACTIONS(3205), - [anon_sym___thiscall] = ACTIONS(3205), - [anon_sym___vectorcall] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [anon_sym_if] = ACTIONS(3205), - [anon_sym_switch] = ACTIONS(3205), - [anon_sym_case] = ACTIONS(3205), - [anon_sym_default] = ACTIONS(3205), - [anon_sym_while] = ACTIONS(3205), - [anon_sym_do] = ACTIONS(3205), - [anon_sym_for] = ACTIONS(3205), - [anon_sym_return] = ACTIONS(3205), - [anon_sym_break] = ACTIONS(3205), - [anon_sym_continue] = ACTIONS(3205), - [anon_sym_goto] = ACTIONS(3205), - [anon_sym___try] = ACTIONS(3205), - [anon_sym___leave] = ACTIONS(3205), - [anon_sym_not] = ACTIONS(3205), - [anon_sym_compl] = ACTIONS(3205), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_sizeof] = ACTIONS(3205), - [anon_sym___alignof__] = ACTIONS(3205), - [anon_sym___alignof] = ACTIONS(3205), - [anon_sym__alignof] = ACTIONS(3205), - [anon_sym_alignof] = ACTIONS(3205), - [anon_sym__Alignof] = ACTIONS(3205), - [anon_sym_offsetof] = ACTIONS(3205), - [anon_sym__Generic] = ACTIONS(3205), - [anon_sym_asm] = ACTIONS(3205), - [anon_sym___asm__] = ACTIONS(3205), - [anon_sym___asm] = ACTIONS(3205), - [aux_sym_number_literal_token1] = ACTIONS(3207), - [aux_sym_number_literal_token2] = ACTIONS(3205), - [anon_sym_L_SQUOTE] = ACTIONS(3207), - [anon_sym_u_SQUOTE] = ACTIONS(3207), - [anon_sym_U_SQUOTE] = ACTIONS(3207), - [anon_sym_u8_SQUOTE] = ACTIONS(3207), - [anon_sym_SQUOTE] = ACTIONS(3207), - [anon_sym_L_DQUOTE] = ACTIONS(3207), - [anon_sym_u_DQUOTE] = ACTIONS(3207), - [anon_sym_U_DQUOTE] = ACTIONS(3207), - [anon_sym_u8_DQUOTE] = ACTIONS(3207), - [anon_sym_DQUOTE] = ACTIONS(3207), - [sym_true] = ACTIONS(3205), - [sym_false] = ACTIONS(3205), - [anon_sym_NULL] = ACTIONS(3205), - [anon_sym_nullptr] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_try] = ACTIONS(3205), - [anon_sym_delete] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_namespace] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), - [anon_sym_concept] = ACTIONS(3205), - [anon_sym_co_return] = ACTIONS(3205), - [anon_sym_co_yield] = ACTIONS(3205), - [anon_sym_R_DQUOTE] = ACTIONS(3207), - [anon_sym_LR_DQUOTE] = ACTIONS(3207), - [anon_sym_uR_DQUOTE] = ACTIONS(3207), - [anon_sym_UR_DQUOTE] = ACTIONS(3207), - [anon_sym_u8R_DQUOTE] = ACTIONS(3207), - [anon_sym_co_await] = ACTIONS(3205), - [anon_sym_new] = ACTIONS(3205), - [anon_sym_requires] = ACTIONS(3205), - [sym_this] = ACTIONS(3205), + [367] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4721), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(7886), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [384] = { - [sym_catch_clause] = STATE(373), - [aux_sym_constructor_try_statement_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_include_token1] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token2] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym___cdecl] = ACTIONS(2556), - [anon_sym___clrcall] = ACTIONS(2556), - [anon_sym___stdcall] = ACTIONS(2556), - [anon_sym___fastcall] = ACTIONS(2556), - [anon_sym___thiscall] = ACTIONS(2556), - [anon_sym___vectorcall] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym___try] = ACTIONS(2556), - [anon_sym___leave] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [anon_sym___alignof__] = ACTIONS(2556), - [anon_sym___alignof] = ACTIONS(2556), - [anon_sym__alignof] = ACTIONS(2556), - [anon_sym_alignof] = ACTIONS(2556), - [anon_sym__Alignof] = ACTIONS(2556), - [anon_sym_offsetof] = ACTIONS(2556), - [anon_sym__Generic] = ACTIONS(2556), - [anon_sym_asm] = ACTIONS(2556), - [anon_sym___asm__] = ACTIONS(2556), - [anon_sym___asm] = ACTIONS(2556), - [aux_sym_number_literal_token1] = ACTIONS(2558), - [aux_sym_number_literal_token2] = ACTIONS(2556), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [anon_sym_NULL] = ACTIONS(2556), - [anon_sym_nullptr] = ACTIONS(2556), + [368] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4728), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8225), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_namespace] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_concept] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(3209), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [369] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4733), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8483), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [370] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4738), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8428), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [371] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4740), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8294), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [372] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4741), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8016), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [373] = { + [sym_type_qualifier] = STATE(3333), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4466), + [sym_sized_type_specifier] = STATE(1790), + [sym_primitive_type] = STATE(5055), + [sym_enum_specifier] = STATE(1790), + [sym_struct_specifier] = STATE(1790), + [sym_union_specifier] = STATE(1790), + [sym_expression] = STATE(4742), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_type_descriptor] = STATE(8239), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_placeholder_type_specifier] = STATE(1790), + [sym_decltype_auto] = STATE(1822), + [sym_decltype] = STATE(1770), + [sym_class_specifier] = STATE(1790), + [sym__class_name] = STATE(7732), + [sym_dependent_type] = STATE(1790), + [sym_template_type] = STATE(5217), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5655), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(5267), + [sym_user_defined_literal] = STATE(3430), + [aux_sym__type_definition_type_repeat1] = STATE(3333), + [aux_sym_sized_type_specifier_repeat1] = STATE(4019), + [sym_identifier] = ACTIONS(3122), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3124), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_enum] = ACTIONS(1798), + [anon_sym_class] = ACTIONS(1800), + [anon_sym_struct] = ACTIONS(1802), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1830), + [anon_sym_decltype] = ACTIONS(1832), + [anon_sym_typename] = ACTIONS(1834), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [374] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3661), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(3158), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(3161), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(3164), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [375] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_include_token1] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token2] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [aux_sym_preproc_else_token1] = ACTIONS(3167), + [aux_sym_preproc_elif_token1] = ACTIONS(3167), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_BANG] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym___cdecl] = ACTIONS(3167), + [anon_sym___clrcall] = ACTIONS(3167), + [anon_sym___stdcall] = ACTIONS(3167), + [anon_sym___fastcall] = ACTIONS(3167), + [anon_sym___thiscall] = ACTIONS(3167), + [anon_sym___vectorcall] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3169), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_switch] = ACTIONS(3167), + [anon_sym_case] = ACTIONS(3167), + [anon_sym_default] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3167), + [anon_sym_do] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym___try] = ACTIONS(3167), + [anon_sym___leave] = ACTIONS(3167), + [anon_sym_not] = ACTIONS(3167), + [anon_sym_compl] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3169), + [anon_sym_PLUS_PLUS] = ACTIONS(3169), + [anon_sym_sizeof] = ACTIONS(3167), + [anon_sym___alignof__] = ACTIONS(3167), + [anon_sym___alignof] = ACTIONS(3167), + [anon_sym__alignof] = ACTIONS(3167), + [anon_sym_alignof] = ACTIONS(3167), + [anon_sym__Alignof] = ACTIONS(3167), + [anon_sym_offsetof] = ACTIONS(3167), + [anon_sym__Generic] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym___asm__] = ACTIONS(3167), + [anon_sym___asm] = ACTIONS(3167), + [aux_sym_number_literal_token1] = ACTIONS(3169), + [aux_sym_number_literal_token2] = ACTIONS(3167), + [anon_sym_L_SQUOTE] = ACTIONS(3169), + [anon_sym_u_SQUOTE] = ACTIONS(3169), + [anon_sym_U_SQUOTE] = ACTIONS(3169), + [anon_sym_u8_SQUOTE] = ACTIONS(3169), + [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_L_DQUOTE] = ACTIONS(3169), + [anon_sym_u_DQUOTE] = ACTIONS(3169), + [anon_sym_U_DQUOTE] = ACTIONS(3169), + [anon_sym_u8_DQUOTE] = ACTIONS(3169), + [anon_sym_DQUOTE] = ACTIONS(3169), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [anon_sym_NULL] = ACTIONS(3167), + [anon_sym_nullptr] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_try] = ACTIONS(3167), + [anon_sym_delete] = ACTIONS(3167), + [anon_sym_throw] = ACTIONS(3167), + [anon_sym_namespace] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + [anon_sym_concept] = ACTIONS(3167), + [anon_sym_co_return] = ACTIONS(3167), + [anon_sym_co_yield] = ACTIONS(3167), + [anon_sym_R_DQUOTE] = ACTIONS(3169), + [anon_sym_LR_DQUOTE] = ACTIONS(3169), + [anon_sym_uR_DQUOTE] = ACTIONS(3169), + [anon_sym_UR_DQUOTE] = ACTIONS(3169), + [anon_sym_u8R_DQUOTE] = ACTIONS(3169), + [anon_sym_co_await] = ACTIONS(3167), + [anon_sym_new] = ACTIONS(3167), + [anon_sym_requires] = ACTIONS(3167), + [sym_this] = ACTIONS(3167), + }, + [376] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [aux_sym_preproc_else_token1] = ACTIONS(3171), + [aux_sym_preproc_elif_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), + }, + [377] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [aux_sym_preproc_else_token1] = ACTIONS(3171), + [aux_sym_preproc_elif_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), + }, + [378] = { + [sym_identifier] = ACTIONS(3175), + [aux_sym_preproc_include_token1] = ACTIONS(3175), + [aux_sym_preproc_def_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token2] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3175), + [aux_sym_preproc_else_token1] = ACTIONS(3175), + [aux_sym_preproc_elif_token1] = ACTIONS(3175), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3175), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3175), + [sym_preproc_directive] = ACTIONS(3175), + [anon_sym_LPAREN2] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3177), + [anon_sym___extension__] = ACTIONS(3175), + [anon_sym_typedef] = ACTIONS(3175), + [anon_sym_virtual] = ACTIONS(3175), + [anon_sym_extern] = ACTIONS(3175), + [anon_sym___attribute__] = ACTIONS(3175), + [anon_sym___attribute] = ACTIONS(3175), + [anon_sym_COLON_COLON] = ACTIONS(3177), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3177), + [anon_sym___declspec] = ACTIONS(3175), + [anon_sym___based] = ACTIONS(3175), + [anon_sym___cdecl] = ACTIONS(3175), + [anon_sym___clrcall] = ACTIONS(3175), + [anon_sym___stdcall] = ACTIONS(3175), + [anon_sym___fastcall] = ACTIONS(3175), + [anon_sym___thiscall] = ACTIONS(3175), + [anon_sym___vectorcall] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_signed] = ACTIONS(3175), + [anon_sym_unsigned] = ACTIONS(3175), + [anon_sym_long] = ACTIONS(3175), + [anon_sym_short] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_static] = ACTIONS(3175), + [anon_sym_register] = ACTIONS(3175), + [anon_sym_inline] = ACTIONS(3175), + [anon_sym___inline] = ACTIONS(3175), + [anon_sym___inline__] = ACTIONS(3175), + [anon_sym___forceinline] = ACTIONS(3175), + [anon_sym_thread_local] = ACTIONS(3175), + [anon_sym___thread] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_constexpr] = ACTIONS(3175), + [anon_sym_volatile] = ACTIONS(3175), + [anon_sym_restrict] = ACTIONS(3175), + [anon_sym___restrict__] = ACTIONS(3175), + [anon_sym__Atomic] = ACTIONS(3175), + [anon_sym__Noreturn] = ACTIONS(3175), + [anon_sym_noreturn] = ACTIONS(3175), + [anon_sym__Nonnull] = ACTIONS(3175), + [anon_sym_mutable] = ACTIONS(3175), + [anon_sym_constinit] = ACTIONS(3175), + [anon_sym_consteval] = ACTIONS(3175), + [anon_sym_PROGMEM] = ACTIONS(3175), + [anon_sym_alignas] = ACTIONS(3175), + [anon_sym__Alignas] = ACTIONS(3175), + [aux_sym_primitive_type_token1] = ACTIONS(3175), + [anon_sym_byte] = ACTIONS(3175), + [anon_sym_word] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_class] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_switch] = ACTIONS(3175), + [anon_sym_case] = ACTIONS(3175), + [anon_sym_default] = ACTIONS(3175), + [anon_sym_while] = ACTIONS(3175), + [anon_sym_do] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym___try] = ACTIONS(3175), + [anon_sym___leave] = ACTIONS(3175), + [anon_sym_not] = ACTIONS(3175), + [anon_sym_compl] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_sizeof] = ACTIONS(3175), + [anon_sym___alignof__] = ACTIONS(3175), + [anon_sym___alignof] = ACTIONS(3175), + [anon_sym__alignof] = ACTIONS(3175), + [anon_sym_alignof] = ACTIONS(3175), + [anon_sym__Alignof] = ACTIONS(3175), + [anon_sym_offsetof] = ACTIONS(3175), + [anon_sym__Generic] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym___asm__] = ACTIONS(3175), + [anon_sym___asm] = ACTIONS(3175), + [aux_sym_number_literal_token1] = ACTIONS(3177), + [aux_sym_number_literal_token2] = ACTIONS(3175), + [anon_sym_L_SQUOTE] = ACTIONS(3177), + [anon_sym_u_SQUOTE] = ACTIONS(3177), + [anon_sym_U_SQUOTE] = ACTIONS(3177), + [anon_sym_u8_SQUOTE] = ACTIONS(3177), + [anon_sym_SQUOTE] = ACTIONS(3177), + [anon_sym_L_DQUOTE] = ACTIONS(3177), + [anon_sym_u_DQUOTE] = ACTIONS(3177), + [anon_sym_U_DQUOTE] = ACTIONS(3177), + [anon_sym_u8_DQUOTE] = ACTIONS(3177), + [anon_sym_DQUOTE] = ACTIONS(3177), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [anon_sym_NULL] = ACTIONS(3175), + [anon_sym_nullptr] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3175), + [anon_sym_decltype] = ACTIONS(3175), + [anon_sym_explicit] = ACTIONS(3175), + [anon_sym_typename] = ACTIONS(3175), + [anon_sym_template] = ACTIONS(3175), + [anon_sym_operator] = ACTIONS(3175), + [anon_sym_try] = ACTIONS(3175), + [anon_sym_delete] = ACTIONS(3175), + [anon_sym_throw] = ACTIONS(3175), + [anon_sym_namespace] = ACTIONS(3175), + [anon_sym_using] = ACTIONS(3175), + [anon_sym_static_assert] = ACTIONS(3175), + [anon_sym_concept] = ACTIONS(3175), + [anon_sym_co_return] = ACTIONS(3175), + [anon_sym_co_yield] = ACTIONS(3175), + [anon_sym_R_DQUOTE] = ACTIONS(3177), + [anon_sym_LR_DQUOTE] = ACTIONS(3177), + [anon_sym_uR_DQUOTE] = ACTIONS(3177), + [anon_sym_UR_DQUOTE] = ACTIONS(3177), + [anon_sym_u8R_DQUOTE] = ACTIONS(3177), + [anon_sym_co_await] = ACTIONS(3175), + [anon_sym_new] = ACTIONS(3175), + [anon_sym_requires] = ACTIONS(3175), + [sym_this] = ACTIONS(3175), + }, + [379] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_include_token1] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token2] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [aux_sym_preproc_else_token1] = ACTIONS(3179), + [aux_sym_preproc_elif_token1] = ACTIONS(3179), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym___cdecl] = ACTIONS(3179), + [anon_sym___clrcall] = ACTIONS(3179), + [anon_sym___stdcall] = ACTIONS(3179), + [anon_sym___fastcall] = ACTIONS(3179), + [anon_sym___thiscall] = ACTIONS(3179), + [anon_sym___vectorcall] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_switch] = ACTIONS(3179), + [anon_sym_case] = ACTIONS(3179), + [anon_sym_default] = ACTIONS(3179), + [anon_sym_while] = ACTIONS(3179), + [anon_sym_do] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym___try] = ACTIONS(3179), + [anon_sym___leave] = ACTIONS(3179), + [anon_sym_not] = ACTIONS(3179), + [anon_sym_compl] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_sizeof] = ACTIONS(3179), + [anon_sym___alignof__] = ACTIONS(3179), + [anon_sym___alignof] = ACTIONS(3179), + [anon_sym__alignof] = ACTIONS(3179), + [anon_sym_alignof] = ACTIONS(3179), + [anon_sym__Alignof] = ACTIONS(3179), + [anon_sym_offsetof] = ACTIONS(3179), + [anon_sym__Generic] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym___asm__] = ACTIONS(3179), + [anon_sym___asm] = ACTIONS(3179), + [aux_sym_number_literal_token1] = ACTIONS(3181), + [aux_sym_number_literal_token2] = ACTIONS(3179), + [anon_sym_L_SQUOTE] = ACTIONS(3181), + [anon_sym_u_SQUOTE] = ACTIONS(3181), + [anon_sym_U_SQUOTE] = ACTIONS(3181), + [anon_sym_u8_SQUOTE] = ACTIONS(3181), + [anon_sym_SQUOTE] = ACTIONS(3181), + [anon_sym_L_DQUOTE] = ACTIONS(3181), + [anon_sym_u_DQUOTE] = ACTIONS(3181), + [anon_sym_U_DQUOTE] = ACTIONS(3181), + [anon_sym_u8_DQUOTE] = ACTIONS(3181), + [anon_sym_DQUOTE] = ACTIONS(3181), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [anon_sym_NULL] = ACTIONS(3179), + [anon_sym_nullptr] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_try] = ACTIONS(3179), + [anon_sym_delete] = ACTIONS(3179), + [anon_sym_throw] = ACTIONS(3179), + [anon_sym_namespace] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + [anon_sym_concept] = ACTIONS(3179), + [anon_sym_co_return] = ACTIONS(3179), + [anon_sym_co_yield] = ACTIONS(3179), + [anon_sym_R_DQUOTE] = ACTIONS(3181), + [anon_sym_LR_DQUOTE] = ACTIONS(3181), + [anon_sym_uR_DQUOTE] = ACTIONS(3181), + [anon_sym_UR_DQUOTE] = ACTIONS(3181), + [anon_sym_u8R_DQUOTE] = ACTIONS(3181), + [anon_sym_co_await] = ACTIONS(3179), + [anon_sym_new] = ACTIONS(3179), + [anon_sym_requires] = ACTIONS(3179), + [sym_this] = ACTIONS(3179), + }, + [380] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_include_token1] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token2] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [aux_sym_preproc_else_token1] = ACTIONS(3183), + [aux_sym_preproc_elif_token1] = ACTIONS(3183), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym___cdecl] = ACTIONS(3183), + [anon_sym___clrcall] = ACTIONS(3183), + [anon_sym___stdcall] = ACTIONS(3183), + [anon_sym___fastcall] = ACTIONS(3183), + [anon_sym___thiscall] = ACTIONS(3183), + [anon_sym___vectorcall] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_switch] = ACTIONS(3183), + [anon_sym_case] = ACTIONS(3183), + [anon_sym_default] = ACTIONS(3183), + [anon_sym_while] = ACTIONS(3183), + [anon_sym_do] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym___try] = ACTIONS(3183), + [anon_sym___leave] = ACTIONS(3183), + [anon_sym_not] = ACTIONS(3183), + [anon_sym_compl] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_sizeof] = ACTIONS(3183), + [anon_sym___alignof__] = ACTIONS(3183), + [anon_sym___alignof] = ACTIONS(3183), + [anon_sym__alignof] = ACTIONS(3183), + [anon_sym_alignof] = ACTIONS(3183), + [anon_sym__Alignof] = ACTIONS(3183), + [anon_sym_offsetof] = ACTIONS(3183), + [anon_sym__Generic] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym___asm__] = ACTIONS(3183), + [anon_sym___asm] = ACTIONS(3183), + [aux_sym_number_literal_token1] = ACTIONS(3185), + [aux_sym_number_literal_token2] = ACTIONS(3183), + [anon_sym_L_SQUOTE] = ACTIONS(3185), + [anon_sym_u_SQUOTE] = ACTIONS(3185), + [anon_sym_U_SQUOTE] = ACTIONS(3185), + [anon_sym_u8_SQUOTE] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3185), + [anon_sym_L_DQUOTE] = ACTIONS(3185), + [anon_sym_u_DQUOTE] = ACTIONS(3185), + [anon_sym_U_DQUOTE] = ACTIONS(3185), + [anon_sym_u8_DQUOTE] = ACTIONS(3185), + [anon_sym_DQUOTE] = ACTIONS(3185), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [anon_sym_NULL] = ACTIONS(3183), + [anon_sym_nullptr] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_try] = ACTIONS(3183), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_throw] = ACTIONS(3183), + [anon_sym_namespace] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + [anon_sym_concept] = ACTIONS(3183), + [anon_sym_co_return] = ACTIONS(3183), + [anon_sym_co_yield] = ACTIONS(3183), + [anon_sym_R_DQUOTE] = ACTIONS(3185), + [anon_sym_LR_DQUOTE] = ACTIONS(3185), + [anon_sym_uR_DQUOTE] = ACTIONS(3185), + [anon_sym_UR_DQUOTE] = ACTIONS(3185), + [anon_sym_u8R_DQUOTE] = ACTIONS(3185), + [anon_sym_co_await] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3183), + [anon_sym_requires] = ACTIONS(3183), + [sym_this] = ACTIONS(3183), + }, + [381] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_include_token1] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token2] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [aux_sym_preproc_else_token1] = ACTIONS(3187), + [aux_sym_preproc_elif_token1] = ACTIONS(3187), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym___cdecl] = ACTIONS(3187), + [anon_sym___clrcall] = ACTIONS(3187), + [anon_sym___stdcall] = ACTIONS(3187), + [anon_sym___fastcall] = ACTIONS(3187), + [anon_sym___thiscall] = ACTIONS(3187), + [anon_sym___vectorcall] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_switch] = ACTIONS(3187), + [anon_sym_case] = ACTIONS(3187), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_while] = ACTIONS(3187), + [anon_sym_do] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym___try] = ACTIONS(3187), + [anon_sym___leave] = ACTIONS(3187), + [anon_sym_not] = ACTIONS(3187), + [anon_sym_compl] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_sizeof] = ACTIONS(3187), + [anon_sym___alignof__] = ACTIONS(3187), + [anon_sym___alignof] = ACTIONS(3187), + [anon_sym__alignof] = ACTIONS(3187), + [anon_sym_alignof] = ACTIONS(3187), + [anon_sym__Alignof] = ACTIONS(3187), + [anon_sym_offsetof] = ACTIONS(3187), + [anon_sym__Generic] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym___asm__] = ACTIONS(3187), + [anon_sym___asm] = ACTIONS(3187), + [aux_sym_number_literal_token1] = ACTIONS(3189), + [aux_sym_number_literal_token2] = ACTIONS(3187), + [anon_sym_L_SQUOTE] = ACTIONS(3189), + [anon_sym_u_SQUOTE] = ACTIONS(3189), + [anon_sym_U_SQUOTE] = ACTIONS(3189), + [anon_sym_u8_SQUOTE] = ACTIONS(3189), + [anon_sym_SQUOTE] = ACTIONS(3189), + [anon_sym_L_DQUOTE] = ACTIONS(3189), + [anon_sym_u_DQUOTE] = ACTIONS(3189), + [anon_sym_U_DQUOTE] = ACTIONS(3189), + [anon_sym_u8_DQUOTE] = ACTIONS(3189), + [anon_sym_DQUOTE] = ACTIONS(3189), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [anon_sym_NULL] = ACTIONS(3187), + [anon_sym_nullptr] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_try] = ACTIONS(3187), + [anon_sym_delete] = ACTIONS(3187), + [anon_sym_throw] = ACTIONS(3187), + [anon_sym_namespace] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + [anon_sym_concept] = ACTIONS(3187), + [anon_sym_co_return] = ACTIONS(3187), + [anon_sym_co_yield] = ACTIONS(3187), + [anon_sym_R_DQUOTE] = ACTIONS(3189), + [anon_sym_LR_DQUOTE] = ACTIONS(3189), + [anon_sym_uR_DQUOTE] = ACTIONS(3189), + [anon_sym_UR_DQUOTE] = ACTIONS(3189), + [anon_sym_u8R_DQUOTE] = ACTIONS(3189), + [anon_sym_co_await] = ACTIONS(3187), + [anon_sym_new] = ACTIONS(3187), + [anon_sym_requires] = ACTIONS(3187), + [sym_this] = ACTIONS(3187), + }, + [382] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_include_token1] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token2] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [aux_sym_preproc_else_token1] = ACTIONS(3191), + [aux_sym_preproc_elif_token1] = ACTIONS(3191), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym___cdecl] = ACTIONS(3191), + [anon_sym___clrcall] = ACTIONS(3191), + [anon_sym___stdcall] = ACTIONS(3191), + [anon_sym___fastcall] = ACTIONS(3191), + [anon_sym___thiscall] = ACTIONS(3191), + [anon_sym___vectorcall] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_switch] = ACTIONS(3191), + [anon_sym_case] = ACTIONS(3191), + [anon_sym_default] = ACTIONS(3191), + [anon_sym_while] = ACTIONS(3191), + [anon_sym_do] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym___try] = ACTIONS(3191), + [anon_sym___leave] = ACTIONS(3191), + [anon_sym_not] = ACTIONS(3191), + [anon_sym_compl] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_sizeof] = ACTIONS(3191), + [anon_sym___alignof__] = ACTIONS(3191), + [anon_sym___alignof] = ACTIONS(3191), + [anon_sym__alignof] = ACTIONS(3191), + [anon_sym_alignof] = ACTIONS(3191), + [anon_sym__Alignof] = ACTIONS(3191), + [anon_sym_offsetof] = ACTIONS(3191), + [anon_sym__Generic] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym___asm__] = ACTIONS(3191), + [anon_sym___asm] = ACTIONS(3191), + [aux_sym_number_literal_token1] = ACTIONS(3193), + [aux_sym_number_literal_token2] = ACTIONS(3191), + [anon_sym_L_SQUOTE] = ACTIONS(3193), + [anon_sym_u_SQUOTE] = ACTIONS(3193), + [anon_sym_U_SQUOTE] = ACTIONS(3193), + [anon_sym_u8_SQUOTE] = ACTIONS(3193), + [anon_sym_SQUOTE] = ACTIONS(3193), + [anon_sym_L_DQUOTE] = ACTIONS(3193), + [anon_sym_u_DQUOTE] = ACTIONS(3193), + [anon_sym_U_DQUOTE] = ACTIONS(3193), + [anon_sym_u8_DQUOTE] = ACTIONS(3193), + [anon_sym_DQUOTE] = ACTIONS(3193), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [anon_sym_NULL] = ACTIONS(3191), + [anon_sym_nullptr] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_try] = ACTIONS(3191), + [anon_sym_delete] = ACTIONS(3191), + [anon_sym_throw] = ACTIONS(3191), + [anon_sym_namespace] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + [anon_sym_concept] = ACTIONS(3191), + [anon_sym_co_return] = ACTIONS(3191), + [anon_sym_co_yield] = ACTIONS(3191), + [anon_sym_R_DQUOTE] = ACTIONS(3193), + [anon_sym_LR_DQUOTE] = ACTIONS(3193), + [anon_sym_uR_DQUOTE] = ACTIONS(3193), + [anon_sym_UR_DQUOTE] = ACTIONS(3193), + [anon_sym_u8R_DQUOTE] = ACTIONS(3193), + [anon_sym_co_await] = ACTIONS(3191), + [anon_sym_new] = ACTIONS(3191), + [anon_sym_requires] = ACTIONS(3191), + [sym_this] = ACTIONS(3191), + }, + [383] = { + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_include_token1] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token2] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [aux_sym_preproc_else_token1] = ACTIONS(3195), + [aux_sym_preproc_elif_token1] = ACTIONS(3195), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym___cdecl] = ACTIONS(3195), + [anon_sym___clrcall] = ACTIONS(3195), + [anon_sym___stdcall] = ACTIONS(3195), + [anon_sym___fastcall] = ACTIONS(3195), + [anon_sym___thiscall] = ACTIONS(3195), + [anon_sym___vectorcall] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_switch] = ACTIONS(3195), + [anon_sym_case] = ACTIONS(3195), + [anon_sym_default] = ACTIONS(3195), + [anon_sym_while] = ACTIONS(3195), + [anon_sym_do] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym___try] = ACTIONS(3195), + [anon_sym___leave] = ACTIONS(3195), + [anon_sym_not] = ACTIONS(3195), + [anon_sym_compl] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_sizeof] = ACTIONS(3195), + [anon_sym___alignof__] = ACTIONS(3195), + [anon_sym___alignof] = ACTIONS(3195), + [anon_sym__alignof] = ACTIONS(3195), + [anon_sym_alignof] = ACTIONS(3195), + [anon_sym__Alignof] = ACTIONS(3195), + [anon_sym_offsetof] = ACTIONS(3195), + [anon_sym__Generic] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym___asm__] = ACTIONS(3195), + [anon_sym___asm] = ACTIONS(3195), + [aux_sym_number_literal_token1] = ACTIONS(3197), + [aux_sym_number_literal_token2] = ACTIONS(3195), + [anon_sym_L_SQUOTE] = ACTIONS(3197), + [anon_sym_u_SQUOTE] = ACTIONS(3197), + [anon_sym_U_SQUOTE] = ACTIONS(3197), + [anon_sym_u8_SQUOTE] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3197), + [anon_sym_L_DQUOTE] = ACTIONS(3197), + [anon_sym_u_DQUOTE] = ACTIONS(3197), + [anon_sym_U_DQUOTE] = ACTIONS(3197), + [anon_sym_u8_DQUOTE] = ACTIONS(3197), + [anon_sym_DQUOTE] = ACTIONS(3197), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [anon_sym_NULL] = ACTIONS(3195), + [anon_sym_nullptr] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_try] = ACTIONS(3195), + [anon_sym_delete] = ACTIONS(3195), + [anon_sym_throw] = ACTIONS(3195), + [anon_sym_namespace] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + [anon_sym_concept] = ACTIONS(3195), + [anon_sym_co_return] = ACTIONS(3195), + [anon_sym_co_yield] = ACTIONS(3195), + [anon_sym_R_DQUOTE] = ACTIONS(3197), + [anon_sym_LR_DQUOTE] = ACTIONS(3197), + [anon_sym_uR_DQUOTE] = ACTIONS(3197), + [anon_sym_UR_DQUOTE] = ACTIONS(3197), + [anon_sym_u8R_DQUOTE] = ACTIONS(3197), + [anon_sym_co_await] = ACTIONS(3195), + [anon_sym_new] = ACTIONS(3195), + [anon_sym_requires] = ACTIONS(3195), + [sym_this] = ACTIONS(3195), + }, + [384] = { + [sym_identifier] = ACTIONS(3199), + [aux_sym_preproc_include_token1] = ACTIONS(3199), + [aux_sym_preproc_def_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token2] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3199), + [aux_sym_preproc_else_token1] = ACTIONS(3199), + [aux_sym_preproc_elif_token1] = ACTIONS(3199), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3199), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3199), + [sym_preproc_directive] = ACTIONS(3199), + [anon_sym_LPAREN2] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_SEMI] = ACTIONS(3201), + [anon_sym___extension__] = ACTIONS(3199), + [anon_sym_typedef] = ACTIONS(3199), + [anon_sym_virtual] = ACTIONS(3199), + [anon_sym_extern] = ACTIONS(3199), + [anon_sym___attribute__] = ACTIONS(3199), + [anon_sym___attribute] = ACTIONS(3199), + [anon_sym_COLON_COLON] = ACTIONS(3201), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3201), + [anon_sym___declspec] = ACTIONS(3199), + [anon_sym___based] = ACTIONS(3199), + [anon_sym___cdecl] = ACTIONS(3199), + [anon_sym___clrcall] = ACTIONS(3199), + [anon_sym___stdcall] = ACTIONS(3199), + [anon_sym___fastcall] = ACTIONS(3199), + [anon_sym___thiscall] = ACTIONS(3199), + [anon_sym___vectorcall] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_signed] = ACTIONS(3199), + [anon_sym_unsigned] = ACTIONS(3199), + [anon_sym_long] = ACTIONS(3199), + [anon_sym_short] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_static] = ACTIONS(3199), + [anon_sym_register] = ACTIONS(3199), + [anon_sym_inline] = ACTIONS(3199), + [anon_sym___inline] = ACTIONS(3199), + [anon_sym___inline__] = ACTIONS(3199), + [anon_sym___forceinline] = ACTIONS(3199), + [anon_sym_thread_local] = ACTIONS(3199), + [anon_sym___thread] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_constexpr] = ACTIONS(3199), + [anon_sym_volatile] = ACTIONS(3199), + [anon_sym_restrict] = ACTIONS(3199), + [anon_sym___restrict__] = ACTIONS(3199), + [anon_sym__Atomic] = ACTIONS(3199), + [anon_sym__Noreturn] = ACTIONS(3199), + [anon_sym_noreturn] = ACTIONS(3199), + [anon_sym__Nonnull] = ACTIONS(3199), + [anon_sym_mutable] = ACTIONS(3199), + [anon_sym_constinit] = ACTIONS(3199), + [anon_sym_consteval] = ACTIONS(3199), + [anon_sym_PROGMEM] = ACTIONS(3199), + [anon_sym_alignas] = ACTIONS(3199), + [anon_sym__Alignas] = ACTIONS(3199), + [aux_sym_primitive_type_token1] = ACTIONS(3199), + [anon_sym_byte] = ACTIONS(3199), + [anon_sym_word] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_class] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_switch] = ACTIONS(3199), + [anon_sym_case] = ACTIONS(3199), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_while] = ACTIONS(3199), + [anon_sym_do] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym___try] = ACTIONS(3199), + [anon_sym___leave] = ACTIONS(3199), + [anon_sym_not] = ACTIONS(3199), + [anon_sym_compl] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_sizeof] = ACTIONS(3199), + [anon_sym___alignof__] = ACTIONS(3199), + [anon_sym___alignof] = ACTIONS(3199), + [anon_sym__alignof] = ACTIONS(3199), + [anon_sym_alignof] = ACTIONS(3199), + [anon_sym__Alignof] = ACTIONS(3199), + [anon_sym_offsetof] = ACTIONS(3199), + [anon_sym__Generic] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym___asm__] = ACTIONS(3199), + [anon_sym___asm] = ACTIONS(3199), + [aux_sym_number_literal_token1] = ACTIONS(3201), + [aux_sym_number_literal_token2] = ACTIONS(3199), + [anon_sym_L_SQUOTE] = ACTIONS(3201), + [anon_sym_u_SQUOTE] = ACTIONS(3201), + [anon_sym_U_SQUOTE] = ACTIONS(3201), + [anon_sym_u8_SQUOTE] = ACTIONS(3201), + [anon_sym_SQUOTE] = ACTIONS(3201), + [anon_sym_L_DQUOTE] = ACTIONS(3201), + [anon_sym_u_DQUOTE] = ACTIONS(3201), + [anon_sym_U_DQUOTE] = ACTIONS(3201), + [anon_sym_u8_DQUOTE] = ACTIONS(3201), + [anon_sym_DQUOTE] = ACTIONS(3201), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [anon_sym_NULL] = ACTIONS(3199), + [anon_sym_nullptr] = ACTIONS(3199), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3199), + [anon_sym_decltype] = ACTIONS(3199), + [anon_sym_explicit] = ACTIONS(3199), + [anon_sym_typename] = ACTIONS(3199), + [anon_sym_template] = ACTIONS(3199), + [anon_sym_operator] = ACTIONS(3199), + [anon_sym_try] = ACTIONS(3199), + [anon_sym_delete] = ACTIONS(3199), + [anon_sym_throw] = ACTIONS(3199), + [anon_sym_namespace] = ACTIONS(3199), + [anon_sym_using] = ACTIONS(3199), + [anon_sym_static_assert] = ACTIONS(3199), + [anon_sym_concept] = ACTIONS(3199), + [anon_sym_co_return] = ACTIONS(3199), + [anon_sym_co_yield] = ACTIONS(3199), + [anon_sym_R_DQUOTE] = ACTIONS(3201), + [anon_sym_LR_DQUOTE] = ACTIONS(3201), + [anon_sym_uR_DQUOTE] = ACTIONS(3201), + [anon_sym_UR_DQUOTE] = ACTIONS(3201), + [anon_sym_u8R_DQUOTE] = ACTIONS(3201), + [anon_sym_co_await] = ACTIONS(3199), + [anon_sym_new] = ACTIONS(3199), + [anon_sym_requires] = ACTIONS(3199), + [sym_this] = ACTIONS(3199), }, [385] = { + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_include_token1] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token2] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [aux_sym_preproc_else_token1] = ACTIONS(3203), + [aux_sym_preproc_elif_token1] = ACTIONS(3203), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3203), + [anon_sym_PLUS] = ACTIONS(3203), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym___cdecl] = ACTIONS(3203), + [anon_sym___clrcall] = ACTIONS(3203), + [anon_sym___stdcall] = ACTIONS(3203), + [anon_sym___fastcall] = ACTIONS(3203), + [anon_sym___thiscall] = ACTIONS(3203), + [anon_sym___vectorcall] = ACTIONS(3203), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3203), + [anon_sym_switch] = ACTIONS(3203), + [anon_sym_case] = ACTIONS(3203), + [anon_sym_default] = ACTIONS(3203), + [anon_sym_while] = ACTIONS(3203), + [anon_sym_do] = ACTIONS(3203), + [anon_sym_for] = ACTIONS(3203), + [anon_sym_return] = ACTIONS(3203), + [anon_sym_break] = ACTIONS(3203), + [anon_sym_continue] = ACTIONS(3203), + [anon_sym_goto] = ACTIONS(3203), + [anon_sym___try] = ACTIONS(3203), + [anon_sym___leave] = ACTIONS(3203), + [anon_sym_not] = ACTIONS(3203), + [anon_sym_compl] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_sizeof] = ACTIONS(3203), + [anon_sym___alignof__] = ACTIONS(3203), + [anon_sym___alignof] = ACTIONS(3203), + [anon_sym__alignof] = ACTIONS(3203), + [anon_sym_alignof] = ACTIONS(3203), + [anon_sym__Alignof] = ACTIONS(3203), + [anon_sym_offsetof] = ACTIONS(3203), + [anon_sym__Generic] = ACTIONS(3203), + [anon_sym_asm] = ACTIONS(3203), + [anon_sym___asm__] = ACTIONS(3203), + [anon_sym___asm] = ACTIONS(3203), + [aux_sym_number_literal_token1] = ACTIONS(3205), + [aux_sym_number_literal_token2] = ACTIONS(3203), + [anon_sym_L_SQUOTE] = ACTIONS(3205), + [anon_sym_u_SQUOTE] = ACTIONS(3205), + [anon_sym_U_SQUOTE] = ACTIONS(3205), + [anon_sym_u8_SQUOTE] = ACTIONS(3205), + [anon_sym_SQUOTE] = ACTIONS(3205), + [anon_sym_L_DQUOTE] = ACTIONS(3205), + [anon_sym_u_DQUOTE] = ACTIONS(3205), + [anon_sym_U_DQUOTE] = ACTIONS(3205), + [anon_sym_u8_DQUOTE] = ACTIONS(3205), + [anon_sym_DQUOTE] = ACTIONS(3205), + [sym_true] = ACTIONS(3203), + [sym_false] = ACTIONS(3203), + [anon_sym_NULL] = ACTIONS(3203), + [anon_sym_nullptr] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_try] = ACTIONS(3203), + [anon_sym_delete] = ACTIONS(3203), + [anon_sym_throw] = ACTIONS(3203), + [anon_sym_namespace] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + [anon_sym_concept] = ACTIONS(3203), + [anon_sym_co_return] = ACTIONS(3203), + [anon_sym_co_yield] = ACTIONS(3203), + [anon_sym_R_DQUOTE] = ACTIONS(3205), + [anon_sym_LR_DQUOTE] = ACTIONS(3205), + [anon_sym_uR_DQUOTE] = ACTIONS(3205), + [anon_sym_UR_DQUOTE] = ACTIONS(3205), + [anon_sym_u8R_DQUOTE] = ACTIONS(3205), + [anon_sym_co_await] = ACTIONS(3203), + [anon_sym_new] = ACTIONS(3203), + [anon_sym_requires] = ACTIONS(3203), + [sym_this] = ACTIONS(3203), + }, + [386] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_include_token1] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token2] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [aux_sym_preproc_else_token1] = ACTIONS(3207), + [aux_sym_preproc_elif_token1] = ACTIONS(3207), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3207), + [anon_sym_PLUS] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym___cdecl] = ACTIONS(3207), + [anon_sym___clrcall] = ACTIONS(3207), + [anon_sym___stdcall] = ACTIONS(3207), + [anon_sym___fastcall] = ACTIONS(3207), + [anon_sym___thiscall] = ACTIONS(3207), + [anon_sym___vectorcall] = ACTIONS(3207), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [anon_sym_if] = ACTIONS(3207), + [anon_sym_switch] = ACTIONS(3207), + [anon_sym_case] = ACTIONS(3207), + [anon_sym_default] = ACTIONS(3207), + [anon_sym_while] = ACTIONS(3207), + [anon_sym_do] = ACTIONS(3207), + [anon_sym_for] = ACTIONS(3207), + [anon_sym_return] = ACTIONS(3207), + [anon_sym_break] = ACTIONS(3207), + [anon_sym_continue] = ACTIONS(3207), + [anon_sym_goto] = ACTIONS(3207), + [anon_sym___try] = ACTIONS(3207), + [anon_sym___leave] = ACTIONS(3207), + [anon_sym_not] = ACTIONS(3207), + [anon_sym_compl] = ACTIONS(3207), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_sizeof] = ACTIONS(3207), + [anon_sym___alignof__] = ACTIONS(3207), + [anon_sym___alignof] = ACTIONS(3207), + [anon_sym__alignof] = ACTIONS(3207), + [anon_sym_alignof] = ACTIONS(3207), + [anon_sym__Alignof] = ACTIONS(3207), + [anon_sym_offsetof] = ACTIONS(3207), + [anon_sym__Generic] = ACTIONS(3207), + [anon_sym_asm] = ACTIONS(3207), + [anon_sym___asm__] = ACTIONS(3207), + [anon_sym___asm] = ACTIONS(3207), + [aux_sym_number_literal_token1] = ACTIONS(3209), + [aux_sym_number_literal_token2] = ACTIONS(3207), + [anon_sym_L_SQUOTE] = ACTIONS(3209), + [anon_sym_u_SQUOTE] = ACTIONS(3209), + [anon_sym_U_SQUOTE] = ACTIONS(3209), + [anon_sym_u8_SQUOTE] = ACTIONS(3209), + [anon_sym_SQUOTE] = ACTIONS(3209), + [anon_sym_L_DQUOTE] = ACTIONS(3209), + [anon_sym_u_DQUOTE] = ACTIONS(3209), + [anon_sym_U_DQUOTE] = ACTIONS(3209), + [anon_sym_u8_DQUOTE] = ACTIONS(3209), + [anon_sym_DQUOTE] = ACTIONS(3209), + [sym_true] = ACTIONS(3207), + [sym_false] = ACTIONS(3207), + [anon_sym_NULL] = ACTIONS(3207), + [anon_sym_nullptr] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_try] = ACTIONS(3207), + [anon_sym_delete] = ACTIONS(3207), + [anon_sym_throw] = ACTIONS(3207), + [anon_sym_namespace] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + [anon_sym_concept] = ACTIONS(3207), + [anon_sym_co_return] = ACTIONS(3207), + [anon_sym_co_yield] = ACTIONS(3207), + [anon_sym_R_DQUOTE] = ACTIONS(3209), + [anon_sym_LR_DQUOTE] = ACTIONS(3209), + [anon_sym_uR_DQUOTE] = ACTIONS(3209), + [anon_sym_UR_DQUOTE] = ACTIONS(3209), + [anon_sym_u8R_DQUOTE] = ACTIONS(3209), + [anon_sym_co_await] = ACTIONS(3207), + [anon_sym_new] = ACTIONS(3207), + [anon_sym_requires] = ACTIONS(3207), + [sym_this] = ACTIONS(3207), + }, + [387] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_include_token1] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), @@ -100209,7 +100497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3211), [sym_this] = ACTIONS(3211), }, - [386] = { + [388] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), @@ -100353,7 +100641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, - [387] = { + [389] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), @@ -100497,7 +100785,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, - [388] = { + [390] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), @@ -100641,361 +100929,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, - [389] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4688), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(8176), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [390] = { - [sym_type_qualifier] = STATE(3313), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4517), - [sym_sized_type_specifier] = STATE(1800), - [sym_primitive_type] = STATE(5047), - [sym_enum_specifier] = STATE(1800), - [sym_struct_specifier] = STATE(1800), - [sym_union_specifier] = STATE(1800), - [sym_expression] = STATE(4694), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_type_descriptor] = STATE(7930), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_placeholder_type_specifier] = STATE(1800), - [sym_decltype_auto] = STATE(1805), - [sym_decltype] = STATE(1765), - [sym_class_specifier] = STATE(1800), - [sym__class_name] = STATE(7492), - [sym_dependent_type] = STATE(1800), - [sym_template_type] = STATE(5233), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5709), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(5263), - [sym_user_defined_literal] = STATE(3300), - [aux_sym__type_definition_type_repeat1] = STATE(3313), - [aux_sym_sized_type_specifier_repeat1] = STATE(4022), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1792), - [anon_sym_unsigned] = ACTIONS(1792), - [anon_sym_long] = ACTIONS(1792), - [anon_sym_short] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1830), - [anon_sym_decltype] = ACTIONS(1832), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, [391] = { - [sym_preproc_def] = STATE(404), - [sym_preproc_function_def] = STATE(404), - [sym_preproc_call] = STATE(404), - [sym_preproc_if_in_field_declaration_list] = STATE(404), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(404), - [sym_preproc_else_in_field_declaration_list] = STATE(8431), - [sym_preproc_elif_in_field_declaration_list] = STATE(8431), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8431), - [sym_type_definition] = STATE(404), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(404), - [sym_field_declaration] = STATE(404), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(404), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(404), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(404), - [sym_operator_cast_declaration] = STATE(404), - [sym_constructor_or_destructor_definition] = STATE(404), - [sym_constructor_or_destructor_declaration] = STATE(404), - [sym_friend_declaration] = STATE(404), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(404), - [sym_alias_declaration] = STATE(404), - [sym_static_assert_declaration] = STATE(404), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(404), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(7953), + [sym_preproc_elif_in_field_declaration_list] = STATE(7953), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7953), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -101073,441 +101073,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [392] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(8005), - [sym_preproc_elif_in_field_declaration_list] = STATE(8005), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8005), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3229), - [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), - [aux_sym_preproc_else_token1] = ACTIONS(3237), - [aux_sym_preproc_elif_token1] = ACTIONS(3239), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), - [sym_preproc_directive] = ACTIONS(3243), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym___extension__] = ACTIONS(3255), - [anon_sym_typedef] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3263), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3265), - [anon_sym_class] = ACTIONS(3267), - [anon_sym_struct] = ACTIONS(3269), - [anon_sym_union] = ACTIONS(3271), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3275), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3277), - [anon_sym_public] = ACTIONS(3279), - [anon_sym_private] = ACTIONS(3279), - [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3281), - [anon_sym_static_assert] = ACTIONS(3283), - }, - [393] = { - [sym_preproc_def] = STATE(405), - [sym_preproc_function_def] = STATE(405), - [sym_preproc_call] = STATE(405), - [sym_preproc_if_in_field_declaration_list] = STATE(405), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(405), - [sym_preproc_else_in_field_declaration_list] = STATE(8438), - [sym_preproc_elif_in_field_declaration_list] = STATE(8438), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8438), - [sym_type_definition] = STATE(405), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(405), - [sym_field_declaration] = STATE(405), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(405), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(405), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(405), - [sym_operator_cast_declaration] = STATE(405), - [sym_constructor_or_destructor_definition] = STATE(405), - [sym_constructor_or_destructor_declaration] = STATE(405), - [sym_friend_declaration] = STATE(405), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(405), - [sym_alias_declaration] = STATE(405), - [sym_static_assert_declaration] = STATE(405), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(405), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3229), - [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3289), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), - [aux_sym_preproc_else_token1] = ACTIONS(3237), - [aux_sym_preproc_elif_token1] = ACTIONS(3239), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), - [sym_preproc_directive] = ACTIONS(3243), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3291), - [anon_sym___extension__] = ACTIONS(3255), - [anon_sym_typedef] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3263), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3265), - [anon_sym_class] = ACTIONS(3267), - [anon_sym_struct] = ACTIONS(3269), - [anon_sym_union] = ACTIONS(3271), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3275), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3277), - [anon_sym_public] = ACTIONS(3279), - [anon_sym_private] = ACTIONS(3279), - [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3281), - [anon_sym_static_assert] = ACTIONS(3283), - }, - [394] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(7919), - [sym_preproc_elif_in_field_declaration_list] = STATE(7919), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7919), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3229), - [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), - [aux_sym_preproc_else_token1] = ACTIONS(3237), - [aux_sym_preproc_elif_token1] = ACTIONS(3239), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), - [sym_preproc_directive] = ACTIONS(3243), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym___extension__] = ACTIONS(3255), - [anon_sym_typedef] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3263), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3265), - [anon_sym_class] = ACTIONS(3267), - [anon_sym_struct] = ACTIONS(3269), - [anon_sym_union] = ACTIONS(3271), + [sym_catch_clause] = STATE(356), + [aux_sym_constructor_try_statement_repeat1] = STATE(356), + [sym_identifier] = ACTIONS(2575), + [aux_sym_preproc_include_token1] = ACTIONS(2575), + [aux_sym_preproc_def_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token2] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), + [sym_preproc_directive] = ACTIONS(2575), + [anon_sym_LPAREN2] = ACTIONS(2577), + [anon_sym_BANG] = ACTIONS(2577), + [anon_sym_TILDE] = ACTIONS(2577), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_PLUS] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2577), + [anon_sym_AMP_AMP] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2575), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym___extension__] = ACTIONS(2575), + [anon_sym_typedef] = ACTIONS(2575), + [anon_sym_virtual] = ACTIONS(2575), + [anon_sym_extern] = ACTIONS(2575), + [anon_sym___attribute__] = ACTIONS(2575), + [anon_sym___attribute] = ACTIONS(2575), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2575), + [anon_sym___based] = ACTIONS(2575), + [anon_sym___cdecl] = ACTIONS(2575), + [anon_sym___clrcall] = ACTIONS(2575), + [anon_sym___stdcall] = ACTIONS(2575), + [anon_sym___fastcall] = ACTIONS(2575), + [anon_sym___thiscall] = ACTIONS(2575), + [anon_sym___vectorcall] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2575), + [anon_sym_unsigned] = ACTIONS(2575), + [anon_sym_long] = ACTIONS(2575), + [anon_sym_short] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2575), + [anon_sym_static] = ACTIONS(2575), + [anon_sym_register] = ACTIONS(2575), + [anon_sym_inline] = ACTIONS(2575), + [anon_sym___inline] = ACTIONS(2575), + [anon_sym___inline__] = ACTIONS(2575), + [anon_sym___forceinline] = ACTIONS(2575), + [anon_sym_thread_local] = ACTIONS(2575), + [anon_sym___thread] = ACTIONS(2575), + [anon_sym_const] = ACTIONS(2575), + [anon_sym_constexpr] = ACTIONS(2575), + [anon_sym_volatile] = ACTIONS(2575), + [anon_sym_restrict] = ACTIONS(2575), + [anon_sym___restrict__] = ACTIONS(2575), + [anon_sym__Atomic] = ACTIONS(2575), + [anon_sym__Noreturn] = ACTIONS(2575), + [anon_sym_noreturn] = ACTIONS(2575), + [anon_sym__Nonnull] = ACTIONS(2575), + [anon_sym_mutable] = ACTIONS(2575), + [anon_sym_constinit] = ACTIONS(2575), + [anon_sym_consteval] = ACTIONS(2575), + [anon_sym_PROGMEM] = ACTIONS(2575), + [anon_sym_alignas] = ACTIONS(2575), + [anon_sym__Alignas] = ACTIONS(2575), + [aux_sym_primitive_type_token1] = ACTIONS(2575), + [anon_sym_byte] = ACTIONS(2575), + [anon_sym_word] = ACTIONS(2575), + [anon_sym_enum] = ACTIONS(2575), + [anon_sym_class] = ACTIONS(2575), + [anon_sym_struct] = ACTIONS(2575), + [anon_sym_union] = ACTIONS(2575), + [anon_sym_if] = ACTIONS(2575), + [anon_sym_switch] = ACTIONS(2575), + [anon_sym_case] = ACTIONS(2575), + [anon_sym_default] = ACTIONS(2575), + [anon_sym_while] = ACTIONS(2575), + [anon_sym_do] = ACTIONS(2575), + [anon_sym_for] = ACTIONS(2575), + [anon_sym_return] = ACTIONS(2575), + [anon_sym_break] = ACTIONS(2575), + [anon_sym_continue] = ACTIONS(2575), + [anon_sym_goto] = ACTIONS(2575), + [anon_sym___try] = ACTIONS(2575), + [anon_sym___leave] = ACTIONS(2575), + [anon_sym_not] = ACTIONS(2575), + [anon_sym_compl] = ACTIONS(2575), + [anon_sym_DASH_DASH] = ACTIONS(2577), + [anon_sym_PLUS_PLUS] = ACTIONS(2577), + [anon_sym_sizeof] = ACTIONS(2575), + [anon_sym___alignof__] = ACTIONS(2575), + [anon_sym___alignof] = ACTIONS(2575), + [anon_sym__alignof] = ACTIONS(2575), + [anon_sym_alignof] = ACTIONS(2575), + [anon_sym__Alignof] = ACTIONS(2575), + [anon_sym_offsetof] = ACTIONS(2575), + [anon_sym__Generic] = ACTIONS(2575), + [anon_sym_asm] = ACTIONS(2575), + [anon_sym___asm__] = ACTIONS(2575), + [anon_sym___asm] = ACTIONS(2575), + [aux_sym_number_literal_token1] = ACTIONS(2577), + [aux_sym_number_literal_token2] = ACTIONS(2575), + [anon_sym_L_SQUOTE] = ACTIONS(2577), + [anon_sym_u_SQUOTE] = ACTIONS(2577), + [anon_sym_U_SQUOTE] = ACTIONS(2577), + [anon_sym_u8_SQUOTE] = ACTIONS(2577), + [anon_sym_SQUOTE] = ACTIONS(2577), + [anon_sym_L_DQUOTE] = ACTIONS(2577), + [anon_sym_u_DQUOTE] = ACTIONS(2577), + [anon_sym_U_DQUOTE] = ACTIONS(2577), + [anon_sym_u8_DQUOTE] = ACTIONS(2577), + [anon_sym_DQUOTE] = ACTIONS(2577), + [sym_true] = ACTIONS(2575), + [sym_false] = ACTIONS(2575), + [anon_sym_NULL] = ACTIONS(2575), + [anon_sym_nullptr] = ACTIONS(2575), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3275), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3277), - [anon_sym_public] = ACTIONS(3279), - [anon_sym_private] = ACTIONS(3279), - [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3281), - [anon_sym_static_assert] = ACTIONS(3283), + [sym_auto] = ACTIONS(2575), + [anon_sym_decltype] = ACTIONS(2575), + [anon_sym_explicit] = ACTIONS(2575), + [anon_sym_typename] = ACTIONS(2575), + [anon_sym_template] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2575), + [anon_sym_try] = ACTIONS(2575), + [anon_sym_delete] = ACTIONS(2575), + [anon_sym_throw] = ACTIONS(2575), + [anon_sym_namespace] = ACTIONS(2575), + [anon_sym_using] = ACTIONS(2575), + [anon_sym_static_assert] = ACTIONS(2575), + [anon_sym_concept] = ACTIONS(2575), + [anon_sym_co_return] = ACTIONS(2575), + [anon_sym_co_yield] = ACTIONS(2575), + [anon_sym_catch] = ACTIONS(3126), + [anon_sym_R_DQUOTE] = ACTIONS(2577), + [anon_sym_LR_DQUOTE] = ACTIONS(2577), + [anon_sym_uR_DQUOTE] = ACTIONS(2577), + [anon_sym_UR_DQUOTE] = ACTIONS(2577), + [anon_sym_u8R_DQUOTE] = ACTIONS(2577), + [anon_sym_co_await] = ACTIONS(2575), + [anon_sym_new] = ACTIONS(2575), + [anon_sym_requires] = ACTIONS(2575), + [sym_this] = ACTIONS(2575), }, - [395] = { - [sym_catch_clause] = STATE(334), - [aux_sym_constructor_try_statement_repeat1] = STATE(334), + [393] = { + [sym_catch_clause] = STATE(356), + [aux_sym_constructor_try_statement_repeat1] = STATE(356), [sym_identifier] = ACTIONS(2579), [aux_sym_preproc_include_token1] = ACTIONS(2579), [aux_sym_preproc_def_token1] = ACTIONS(2579), [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token2] = ACTIONS(2579), [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), [sym_preproc_directive] = ACTIONS(2579), @@ -101537,7 +101252,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2579), [anon_sym___vectorcall] = ACTIONS(2579), [anon_sym_LBRACE] = ACTIONS(2581), - [anon_sym_RBRACE] = ACTIONS(2581), [anon_sym_signed] = ACTIONS(2579), [anon_sym_unsigned] = ACTIONS(2579), [anon_sym_long] = ACTIONS(2579), @@ -101633,7 +101347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(2579), [anon_sym_co_return] = ACTIONS(2579), [anon_sym_co_yield] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(2980), + [anon_sym_catch] = ACTIONS(3126), [anon_sym_R_DQUOTE] = ACTIONS(2581), [anon_sym_LR_DQUOTE] = ACTIONS(2581), [anon_sym_uR_DQUOTE] = ACTIONS(2581), @@ -101644,77 +101358,363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2579), [sym_this] = ACTIONS(2579), }, + [394] = { + [sym_preproc_def] = STATE(408), + [sym_preproc_function_def] = STATE(408), + [sym_preproc_call] = STATE(408), + [sym_preproc_if_in_field_declaration_list] = STATE(408), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(408), + [sym_preproc_else_in_field_declaration_list] = STATE(7957), + [sym_preproc_elif_in_field_declaration_list] = STATE(7957), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7957), + [sym_type_definition] = STATE(408), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(408), + [sym_field_declaration] = STATE(408), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(408), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(408), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(408), + [sym_operator_cast_declaration] = STATE(408), + [sym_constructor_or_destructor_definition] = STATE(408), + [sym_constructor_or_destructor_declaration] = STATE(408), + [sym_friend_declaration] = STATE(408), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(408), + [sym_alias_declaration] = STATE(408), + [sym_static_assert_declaration] = STATE(408), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(408), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3227), + [aux_sym_preproc_def_token1] = ACTIONS(3229), + [aux_sym_preproc_if_token1] = ACTIONS(3231), + [aux_sym_preproc_if_token2] = ACTIONS(3285), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), + [aux_sym_preproc_else_token1] = ACTIONS(3237), + [aux_sym_preproc_elif_token1] = ACTIONS(3239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3243), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym___extension__] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3263), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_class] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3271), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(3273), + [anon_sym_template] = ACTIONS(3275), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3277), + [anon_sym_public] = ACTIONS(3279), + [anon_sym_private] = ACTIONS(3279), + [anon_sym_protected] = ACTIONS(3279), + [anon_sym_using] = ACTIONS(3281), + [anon_sym_static_assert] = ACTIONS(3283), + }, + [395] = { + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8177), + [sym_preproc_elif_in_field_declaration_list] = STATE(8177), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8177), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3227), + [aux_sym_preproc_def_token1] = ACTIONS(3229), + [aux_sym_preproc_if_token1] = ACTIONS(3231), + [aux_sym_preproc_if_token2] = ACTIONS(3289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), + [aux_sym_preproc_else_token1] = ACTIONS(3237), + [aux_sym_preproc_elif_token1] = ACTIONS(3239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3243), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_SEMI] = ACTIONS(3253), + [anon_sym___extension__] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3263), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_class] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3271), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(3273), + [anon_sym_template] = ACTIONS(3275), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3277), + [anon_sym_public] = ACTIONS(3279), + [anon_sym_private] = ACTIONS(3279), + [anon_sym_protected] = ACTIONS(3279), + [anon_sym_using] = ACTIONS(3281), + [anon_sym_static_assert] = ACTIONS(3283), + }, [396] = { - [sym_preproc_def] = STATE(397), - [sym_preproc_function_def] = STATE(397), - [sym_preproc_call] = STATE(397), - [sym_preproc_if_in_field_declaration_list] = STATE(397), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(397), - [sym_preproc_else_in_field_declaration_list] = STATE(8004), - [sym_preproc_elif_in_field_declaration_list] = STATE(8004), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8004), - [sym_type_definition] = STATE(397), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(397), - [sym_field_declaration] = STATE(397), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(397), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(397), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(397), - [sym_operator_cast_declaration] = STATE(397), - [sym_constructor_or_destructor_definition] = STATE(397), - [sym_constructor_or_destructor_declaration] = STATE(397), - [sym_friend_declaration] = STATE(397), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(397), - [sym_alias_declaration] = STATE(397), - [sym_static_assert_declaration] = STATE(397), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(397), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(7968), + [sym_preproc_elif_in_field_declaration_list] = STATE(7968), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7968), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3295), + [aux_sym_preproc_if_token2] = ACTIONS(3291), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -101727,7 +101727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3297), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -101788,76 +101788,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [397] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(7786), - [sym_preproc_elif_in_field_declaration_list] = STATE(7786), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7786), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8018), + [sym_preproc_elif_in_field_declaration_list] = STATE(8018), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8018), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3299), + [aux_sym_preproc_if_token2] = ACTIONS(3293), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -101870,7 +101870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -101931,76 +101931,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [398] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(8399), - [sym_preproc_elif_in_field_declaration_list] = STATE(8399), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8399), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(397), + [sym_preproc_function_def] = STATE(397), + [sym_preproc_call] = STATE(397), + [sym_preproc_if_in_field_declaration_list] = STATE(397), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(397), + [sym_preproc_else_in_field_declaration_list] = STATE(7950), + [sym_preproc_elif_in_field_declaration_list] = STATE(7950), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7950), + [sym_type_definition] = STATE(397), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(397), + [sym_field_declaration] = STATE(397), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(397), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(397), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(397), + [sym_operator_cast_declaration] = STATE(397), + [sym_constructor_or_destructor_definition] = STATE(397), + [sym_constructor_or_destructor_declaration] = STATE(397), + [sym_friend_declaration] = STATE(397), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(397), + [sym_alias_declaration] = STATE(397), + [sym_static_assert_declaration] = STATE(397), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(397), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3301), + [aux_sym_preproc_if_token2] = ACTIONS(3295), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -102013,7 +102013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3297), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -102074,72 +102074,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [399] = { - [sym_preproc_def] = STATE(392), - [sym_preproc_function_def] = STATE(392), - [sym_preproc_call] = STATE(392), - [sym_preproc_if_in_field_declaration_list] = STATE(392), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(392), - [sym_preproc_else_in_field_declaration_list] = STATE(7921), - [sym_preproc_elif_in_field_declaration_list] = STATE(7921), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7921), - [sym_type_definition] = STATE(392), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(392), - [sym_field_declaration] = STATE(392), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(392), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(392), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(392), - [sym_operator_cast_declaration] = STATE(392), - [sym_constructor_or_destructor_definition] = STATE(392), - [sym_constructor_or_destructor_declaration] = STATE(392), - [sym_friend_declaration] = STATE(392), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(392), - [sym_alias_declaration] = STATE(392), - [sym_static_assert_declaration] = STATE(392), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(392), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(407), + [sym_preproc_function_def] = STATE(407), + [sym_preproc_call] = STATE(407), + [sym_preproc_if_in_field_declaration_list] = STATE(407), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(407), + [sym_preproc_else_in_field_declaration_list] = STATE(8579), + [sym_preproc_elif_in_field_declaration_list] = STATE(8579), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8579), + [sym_type_definition] = STATE(407), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(407), + [sym_field_declaration] = STATE(407), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(407), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(407), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(407), + [sym_operator_cast_declaration] = STATE(407), + [sym_constructor_or_destructor_definition] = STATE(407), + [sym_constructor_or_destructor_declaration] = STATE(407), + [sym_friend_declaration] = STATE(407), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(407), + [sym_alias_declaration] = STATE(407), + [sym_static_assert_declaration] = STATE(407), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(407), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3227), + [aux_sym_preproc_def_token1] = ACTIONS(3229), + [aux_sym_preproc_if_token1] = ACTIONS(3231), + [aux_sym_preproc_if_token2] = ACTIONS(3299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), + [aux_sym_preproc_else_token1] = ACTIONS(3237), + [aux_sym_preproc_elif_token1] = ACTIONS(3239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3241), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3243), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_SEMI] = ACTIONS(3301), + [anon_sym___extension__] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3263), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_class] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3271), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(3273), + [anon_sym_template] = ACTIONS(3275), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3277), + [anon_sym_public] = ACTIONS(3279), + [anon_sym_private] = ACTIONS(3279), + [anon_sym_protected] = ACTIONS(3279), + [anon_sym_using] = ACTIONS(3281), + [anon_sym_static_assert] = ACTIONS(3283), + }, + [400] = { + [sym_preproc_def] = STATE(403), + [sym_preproc_function_def] = STATE(403), + [sym_preproc_call] = STATE(403), + [sym_preproc_if_in_field_declaration_list] = STATE(403), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(403), + [sym_preproc_else_in_field_declaration_list] = STATE(7991), + [sym_preproc_elif_in_field_declaration_list] = STATE(7991), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7991), + [sym_type_definition] = STATE(403), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(403), + [sym_field_declaration] = STATE(403), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(403), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(403), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(403), + [sym_operator_cast_declaration] = STATE(403), + [sym_constructor_or_destructor_definition] = STATE(403), + [sym_constructor_or_destructor_declaration] = STATE(403), + [sym_friend_declaration] = STATE(403), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(403), + [sym_alias_declaration] = STATE(403), + [sym_static_assert_declaration] = STATE(403), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(403), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -102216,73 +102359,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [400] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(8047), - [sym_preproc_elif_in_field_declaration_list] = STATE(8047), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8047), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [401] = { + [sym_preproc_def] = STATE(396), + [sym_preproc_function_def] = STATE(396), + [sym_preproc_call] = STATE(396), + [sym_preproc_if_in_field_declaration_list] = STATE(396), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(396), + [sym_preproc_else_in_field_declaration_list] = STATE(8072), + [sym_preproc_elif_in_field_declaration_list] = STATE(8072), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8072), + [sym_type_definition] = STATE(396), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(396), + [sym_field_declaration] = STATE(396), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(396), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(396), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(396), + [sym_operator_cast_declaration] = STATE(396), + [sym_constructor_or_destructor_definition] = STATE(396), + [sym_constructor_or_destructor_declaration] = STATE(396), + [sym_friend_declaration] = STATE(396), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(396), + [sym_alias_declaration] = STATE(396), + [sym_static_assert_declaration] = STATE(396), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(396), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -102299,7 +102442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3309), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -102359,14 +102502,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [401] = { - [sym_catch_clause] = STATE(373), - [aux_sym_constructor_try_statement_repeat1] = STATE(373), + [402] = { + [sym_catch_clause] = STATE(363), + [aux_sym_constructor_try_statement_repeat1] = STATE(363), [sym_identifier] = ACTIONS(2575), [aux_sym_preproc_include_token1] = ACTIONS(2575), [aux_sym_preproc_def_token1] = ACTIONS(2575), [aux_sym_preproc_if_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token2] = ACTIONS(2575), [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), [sym_preproc_directive] = ACTIONS(2575), @@ -102396,6 +102538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2575), [anon_sym___vectorcall] = ACTIONS(2575), [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_RBRACE] = ACTIONS(2577), [anon_sym_signed] = ACTIONS(2575), [anon_sym_unsigned] = ACTIONS(2575), [anon_sym_long] = ACTIONS(2575), @@ -102491,7 +102634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(2575), [anon_sym_co_return] = ACTIONS(2575), [anon_sym_co_yield] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(3209), + [anon_sym_catch] = ACTIONS(3120), [anon_sym_R_DQUOTE] = ACTIONS(2577), [anon_sym_LR_DQUOTE] = ACTIONS(2577), [anon_sym_uR_DQUOTE] = ACTIONS(2577), @@ -102502,77 +102645,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2575), [sym_this] = ACTIONS(2575), }, - [402] = { - [sym_preproc_def] = STATE(408), - [sym_preproc_function_def] = STATE(408), - [sym_preproc_call] = STATE(408), - [sym_preproc_if_in_field_declaration_list] = STATE(408), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(408), - [sym_preproc_else_in_field_declaration_list] = STATE(8085), - [sym_preproc_elif_in_field_declaration_list] = STATE(8085), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8085), - [sym_type_definition] = STATE(408), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(408), - [sym_field_declaration] = STATE(408), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(408), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(408), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(408), - [sym_operator_cast_declaration] = STATE(408), - [sym_constructor_or_destructor_definition] = STATE(408), - [sym_constructor_or_destructor_declaration] = STATE(408), - [sym_friend_declaration] = STATE(408), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(408), - [sym_alias_declaration] = STATE(408), - [sym_static_assert_declaration] = STATE(408), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(408), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [403] = { + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8059), + [sym_preproc_elif_in_field_declaration_list] = STATE(8059), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8059), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3309), + [aux_sym_preproc_if_token2] = ACTIONS(3311), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -102585,7 +102728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3311), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -102645,73 +102788,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [403] = { - [sym_preproc_def] = STATE(400), - [sym_preproc_function_def] = STATE(400), - [sym_preproc_call] = STATE(400), - [sym_preproc_if_in_field_declaration_list] = STATE(400), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(400), - [sym_preproc_else_in_field_declaration_list] = STATE(7878), - [sym_preproc_elif_in_field_declaration_list] = STATE(7878), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7878), - [sym_type_definition] = STATE(400), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(400), - [sym_field_declaration] = STATE(400), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(400), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(400), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(400), - [sym_operator_cast_declaration] = STATE(400), - [sym_constructor_or_destructor_definition] = STATE(400), - [sym_constructor_or_destructor_declaration] = STATE(400), - [sym_friend_declaration] = STATE(400), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(400), - [sym_alias_declaration] = STATE(400), - [sym_static_assert_declaration] = STATE(400), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(400), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [404] = { + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8307), + [sym_preproc_elif_in_field_declaration_list] = STATE(8307), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8307), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -102728,7 +102871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3315), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -102788,77 +102931,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [404] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(8418), - [sym_preproc_elif_in_field_declaration_list] = STATE(8418), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8418), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [405] = { + [sym_preproc_def] = STATE(391), + [sym_preproc_function_def] = STATE(391), + [sym_preproc_call] = STATE(391), + [sym_preproc_if_in_field_declaration_list] = STATE(391), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(391), + [sym_preproc_else_in_field_declaration_list] = STATE(7880), + [sym_preproc_elif_in_field_declaration_list] = STATE(7880), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(7880), + [sym_type_definition] = STATE(391), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(391), + [sym_field_declaration] = STATE(391), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(391), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(391), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(391), + [sym_operator_cast_declaration] = STATE(391), + [sym_constructor_or_destructor_definition] = STATE(391), + [sym_constructor_or_destructor_declaration] = STATE(391), + [sym_friend_declaration] = STATE(391), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(391), + [sym_alias_declaration] = STATE(391), + [sym_static_assert_declaration] = STATE(391), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(391), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3317), + [aux_sym_preproc_if_token2] = ACTIONS(3315), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -102871,7 +103014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3317), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -102931,73 +103074,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [405] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(7883), - [sym_preproc_elif_in_field_declaration_list] = STATE(7883), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7883), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [406] = { + [sym_preproc_def] = STATE(395), + [sym_preproc_function_def] = STATE(395), + [sym_preproc_call] = STATE(395), + [sym_preproc_if_in_field_declaration_list] = STATE(395), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(395), + [sym_preproc_else_in_field_declaration_list] = STATE(8000), + [sym_preproc_elif_in_field_declaration_list] = STATE(8000), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8000), + [sym_type_definition] = STATE(395), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(395), + [sym_field_declaration] = STATE(395), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(395), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(395), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(395), + [sym_operator_cast_declaration] = STATE(395), + [sym_constructor_or_destructor_definition] = STATE(395), + [sym_constructor_or_destructor_declaration] = STATE(395), + [sym_friend_declaration] = STATE(395), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(395), + [sym_alias_declaration] = STATE(395), + [sym_static_assert_declaration] = STATE(395), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(395), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -103014,7 +103157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3321), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -103074,77 +103217,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [406] = { - [sym_preproc_def] = STATE(394), - [sym_preproc_function_def] = STATE(394), - [sym_preproc_call] = STATE(394), - [sym_preproc_if_in_field_declaration_list] = STATE(394), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(394), - [sym_preproc_else_in_field_declaration_list] = STATE(7828), - [sym_preproc_elif_in_field_declaration_list] = STATE(7828), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7828), - [sym_type_definition] = STATE(394), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(394), - [sym_field_declaration] = STATE(394), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(394), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(394), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(394), - [sym_operator_cast_declaration] = STATE(394), - [sym_constructor_or_destructor_definition] = STATE(394), - [sym_constructor_or_destructor_declaration] = STATE(394), - [sym_friend_declaration] = STATE(394), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(394), - [sym_alias_declaration] = STATE(394), - [sym_static_assert_declaration] = STATE(394), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(394), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [407] = { + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8021), + [sym_preproc_elif_in_field_declaration_list] = STATE(8021), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8021), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), - [aux_sym_preproc_if_token2] = ACTIONS(3321), + [aux_sym_preproc_if_token2] = ACTIONS(3323), [aux_sym_preproc_ifdef_token1] = ACTIONS(3235), [aux_sym_preproc_ifdef_token2] = ACTIONS(3235), [aux_sym_preproc_else_token1] = ACTIONS(3237), @@ -103157,7 +103300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3323), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -103217,216 +103360,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3281), [anon_sym_static_assert] = ACTIONS(3283), }, - [407] = { - [sym_catch_clause] = STATE(373), - [aux_sym_constructor_try_statement_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(2579), - [aux_sym_preproc_include_token1] = ACTIONS(2579), - [aux_sym_preproc_def_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token2] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), - [sym_preproc_directive] = ACTIONS(2579), - [anon_sym_LPAREN2] = ACTIONS(2581), - [anon_sym_BANG] = ACTIONS(2581), - [anon_sym_TILDE] = ACTIONS(2581), - [anon_sym_DASH] = ACTIONS(2579), - [anon_sym_PLUS] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_AMP_AMP] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym___extension__] = ACTIONS(2579), - [anon_sym_typedef] = ACTIONS(2579), - [anon_sym_virtual] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym___attribute__] = ACTIONS(2579), - [anon_sym___attribute] = ACTIONS(2579), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2579), - [anon_sym___based] = ACTIONS(2579), - [anon_sym___cdecl] = ACTIONS(2579), - [anon_sym___clrcall] = ACTIONS(2579), - [anon_sym___stdcall] = ACTIONS(2579), - [anon_sym___fastcall] = ACTIONS(2579), - [anon_sym___thiscall] = ACTIONS(2579), - [anon_sym___vectorcall] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2581), - [anon_sym_signed] = ACTIONS(2579), - [anon_sym_unsigned] = ACTIONS(2579), - [anon_sym_long] = ACTIONS(2579), - [anon_sym_short] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_register] = ACTIONS(2579), - [anon_sym_inline] = ACTIONS(2579), - [anon_sym___inline] = ACTIONS(2579), - [anon_sym___inline__] = ACTIONS(2579), - [anon_sym___forceinline] = ACTIONS(2579), - [anon_sym_thread_local] = ACTIONS(2579), - [anon_sym___thread] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_constexpr] = ACTIONS(2579), - [anon_sym_volatile] = ACTIONS(2579), - [anon_sym_restrict] = ACTIONS(2579), - [anon_sym___restrict__] = ACTIONS(2579), - [anon_sym__Atomic] = ACTIONS(2579), - [anon_sym__Noreturn] = ACTIONS(2579), - [anon_sym_noreturn] = ACTIONS(2579), - [anon_sym__Nonnull] = ACTIONS(2579), - [anon_sym_mutable] = ACTIONS(2579), - [anon_sym_constinit] = ACTIONS(2579), - [anon_sym_consteval] = ACTIONS(2579), - [anon_sym_PROGMEM] = ACTIONS(2579), - [anon_sym_alignas] = ACTIONS(2579), - [anon_sym__Alignas] = ACTIONS(2579), - [aux_sym_primitive_type_token1] = ACTIONS(2579), - [anon_sym_byte] = ACTIONS(2579), - [anon_sym_word] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_class] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), - [anon_sym_if] = ACTIONS(2579), - [anon_sym_switch] = ACTIONS(2579), - [anon_sym_case] = ACTIONS(2579), - [anon_sym_default] = ACTIONS(2579), - [anon_sym_while] = ACTIONS(2579), - [anon_sym_do] = ACTIONS(2579), - [anon_sym_for] = ACTIONS(2579), - [anon_sym_return] = ACTIONS(2579), - [anon_sym_break] = ACTIONS(2579), - [anon_sym_continue] = ACTIONS(2579), - [anon_sym_goto] = ACTIONS(2579), - [anon_sym___try] = ACTIONS(2579), - [anon_sym___leave] = ACTIONS(2579), - [anon_sym_not] = ACTIONS(2579), - [anon_sym_compl] = ACTIONS(2579), - [anon_sym_DASH_DASH] = ACTIONS(2581), - [anon_sym_PLUS_PLUS] = ACTIONS(2581), - [anon_sym_sizeof] = ACTIONS(2579), - [anon_sym___alignof__] = ACTIONS(2579), - [anon_sym___alignof] = ACTIONS(2579), - [anon_sym__alignof] = ACTIONS(2579), - [anon_sym_alignof] = ACTIONS(2579), - [anon_sym__Alignof] = ACTIONS(2579), - [anon_sym_offsetof] = ACTIONS(2579), - [anon_sym__Generic] = ACTIONS(2579), - [anon_sym_asm] = ACTIONS(2579), - [anon_sym___asm__] = ACTIONS(2579), - [anon_sym___asm] = ACTIONS(2579), - [aux_sym_number_literal_token1] = ACTIONS(2581), - [aux_sym_number_literal_token2] = ACTIONS(2579), - [anon_sym_L_SQUOTE] = ACTIONS(2581), - [anon_sym_u_SQUOTE] = ACTIONS(2581), - [anon_sym_U_SQUOTE] = ACTIONS(2581), - [anon_sym_u8_SQUOTE] = ACTIONS(2581), - [anon_sym_SQUOTE] = ACTIONS(2581), - [anon_sym_L_DQUOTE] = ACTIONS(2581), - [anon_sym_u_DQUOTE] = ACTIONS(2581), - [anon_sym_U_DQUOTE] = ACTIONS(2581), - [anon_sym_u8_DQUOTE] = ACTIONS(2581), - [anon_sym_DQUOTE] = ACTIONS(2581), - [sym_true] = ACTIONS(2579), - [sym_false] = ACTIONS(2579), - [anon_sym_NULL] = ACTIONS(2579), - [anon_sym_nullptr] = ACTIONS(2579), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2579), - [anon_sym_decltype] = ACTIONS(2579), - [anon_sym_explicit] = ACTIONS(2579), - [anon_sym_typename] = ACTIONS(2579), - [anon_sym_template] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2579), - [anon_sym_try] = ACTIONS(2579), - [anon_sym_delete] = ACTIONS(2579), - [anon_sym_throw] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_using] = ACTIONS(2579), - [anon_sym_static_assert] = ACTIONS(2579), - [anon_sym_concept] = ACTIONS(2579), - [anon_sym_co_return] = ACTIONS(2579), - [anon_sym_co_yield] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(3209), - [anon_sym_R_DQUOTE] = ACTIONS(2581), - [anon_sym_LR_DQUOTE] = ACTIONS(2581), - [anon_sym_uR_DQUOTE] = ACTIONS(2581), - [anon_sym_UR_DQUOTE] = ACTIONS(2581), - [anon_sym_u8R_DQUOTE] = ACTIONS(2581), - [anon_sym_co_await] = ACTIONS(2579), - [anon_sym_new] = ACTIONS(2579), - [anon_sym_requires] = ACTIONS(2579), - [sym_this] = ACTIONS(2579), - }, [408] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_preproc_else_in_field_declaration_list] = STATE(7869), - [sym_preproc_elif_in_field_declaration_list] = STATE(7869), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(7869), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_preproc_else_in_field_declaration_list] = STATE(8091), + [sym_preproc_elif_in_field_declaration_list] = STATE(8091), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8091), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -103443,7 +103443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3287), + [anon_sym_SEMI] = ACTIONS(3253), [anon_sym___extension__] = ACTIONS(3255), [anon_sym_typedef] = ACTIONS(3257), [anon_sym_virtual] = ACTIONS(39), @@ -103504,72 +103504,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [409] = { - [sym_preproc_def] = STATE(398), - [sym_preproc_function_def] = STATE(398), - [sym_preproc_call] = STATE(398), - [sym_preproc_if_in_field_declaration_list] = STATE(398), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(398), - [sym_preproc_else_in_field_declaration_list] = STATE(8419), - [sym_preproc_elif_in_field_declaration_list] = STATE(8419), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(8419), - [sym_type_definition] = STATE(398), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(398), - [sym_field_declaration] = STATE(398), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(398), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(398), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(398), - [sym_operator_cast_declaration] = STATE(398), - [sym_constructor_or_destructor_definition] = STATE(398), - [sym_constructor_or_destructor_declaration] = STATE(398), - [sym_friend_declaration] = STATE(398), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(398), - [sym_alias_declaration] = STATE(398), - [sym_static_assert_declaration] = STATE(398), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(398), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), + [sym_preproc_def] = STATE(404), + [sym_preproc_function_def] = STATE(404), + [sym_preproc_call] = STATE(404), + [sym_preproc_if_in_field_declaration_list] = STATE(404), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(404), + [sym_preproc_else_in_field_declaration_list] = STATE(8044), + [sym_preproc_elif_in_field_declaration_list] = STATE(8044), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(8044), + [sym_type_definition] = STATE(404), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(404), + [sym_field_declaration] = STATE(404), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(404), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(404), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(404), + [sym_operator_cast_declaration] = STATE(404), + [sym_constructor_or_destructor_definition] = STATE(404), + [sym_constructor_or_destructor_declaration] = STATE(404), + [sym_friend_declaration] = STATE(404), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(404), + [sym_alias_declaration] = STATE(404), + [sym_static_assert_declaration] = STATE(404), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(404), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3229), [aux_sym_preproc_if_token1] = ACTIONS(3231), @@ -103647,2705 +103647,2141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3283), }, [410] = { - [sym_catch_clause] = STATE(334), - [aux_sym_constructor_try_statement_repeat1] = STATE(334), - [sym_identifier] = ACTIONS(2575), - [aux_sym_preproc_include_token1] = ACTIONS(2575), - [aux_sym_preproc_def_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), - [sym_preproc_directive] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2577), - [anon_sym_BANG] = ACTIONS(2577), - [anon_sym_TILDE] = ACTIONS(2577), - [anon_sym_DASH] = ACTIONS(2575), - [anon_sym_PLUS] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_AMP_AMP] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym___extension__] = ACTIONS(2575), - [anon_sym_typedef] = ACTIONS(2575), - [anon_sym_virtual] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym___attribute__] = ACTIONS(2575), - [anon_sym___attribute] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2575), - [anon_sym___based] = ACTIONS(2575), - [anon_sym___cdecl] = ACTIONS(2575), - [anon_sym___clrcall] = ACTIONS(2575), - [anon_sym___stdcall] = ACTIONS(2575), - [anon_sym___fastcall] = ACTIONS(2575), - [anon_sym___thiscall] = ACTIONS(2575), - [anon_sym___vectorcall] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2577), - [anon_sym_RBRACE] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2575), - [anon_sym_unsigned] = ACTIONS(2575), - [anon_sym_long] = ACTIONS(2575), - [anon_sym_short] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_register] = ACTIONS(2575), - [anon_sym_inline] = ACTIONS(2575), - [anon_sym___inline] = ACTIONS(2575), - [anon_sym___inline__] = ACTIONS(2575), - [anon_sym___forceinline] = ACTIONS(2575), - [anon_sym_thread_local] = ACTIONS(2575), - [anon_sym___thread] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_constexpr] = ACTIONS(2575), - [anon_sym_volatile] = ACTIONS(2575), - [anon_sym_restrict] = ACTIONS(2575), - [anon_sym___restrict__] = ACTIONS(2575), - [anon_sym__Atomic] = ACTIONS(2575), - [anon_sym__Noreturn] = ACTIONS(2575), - [anon_sym_noreturn] = ACTIONS(2575), - [anon_sym__Nonnull] = ACTIONS(2575), - [anon_sym_mutable] = ACTIONS(2575), - [anon_sym_constinit] = ACTIONS(2575), - [anon_sym_consteval] = ACTIONS(2575), - [anon_sym_PROGMEM] = ACTIONS(2575), - [anon_sym_alignas] = ACTIONS(2575), - [anon_sym__Alignas] = ACTIONS(2575), - [aux_sym_primitive_type_token1] = ACTIONS(2575), - [anon_sym_byte] = ACTIONS(2575), - [anon_sym_word] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_class] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2575), - [anon_sym_switch] = ACTIONS(2575), - [anon_sym_case] = ACTIONS(2575), - [anon_sym_default] = ACTIONS(2575), - [anon_sym_while] = ACTIONS(2575), - [anon_sym_do] = ACTIONS(2575), - [anon_sym_for] = ACTIONS(2575), - [anon_sym_return] = ACTIONS(2575), - [anon_sym_break] = ACTIONS(2575), - [anon_sym_continue] = ACTIONS(2575), - [anon_sym_goto] = ACTIONS(2575), - [anon_sym___try] = ACTIONS(2575), - [anon_sym___leave] = ACTIONS(2575), - [anon_sym_not] = ACTIONS(2575), - [anon_sym_compl] = ACTIONS(2575), - [anon_sym_DASH_DASH] = ACTIONS(2577), - [anon_sym_PLUS_PLUS] = ACTIONS(2577), - [anon_sym_sizeof] = ACTIONS(2575), - [anon_sym___alignof__] = ACTIONS(2575), - [anon_sym___alignof] = ACTIONS(2575), - [anon_sym__alignof] = ACTIONS(2575), - [anon_sym_alignof] = ACTIONS(2575), - [anon_sym__Alignof] = ACTIONS(2575), - [anon_sym_offsetof] = ACTIONS(2575), - [anon_sym__Generic] = ACTIONS(2575), - [anon_sym_asm] = ACTIONS(2575), - [anon_sym___asm__] = ACTIONS(2575), - [anon_sym___asm] = ACTIONS(2575), - [aux_sym_number_literal_token1] = ACTIONS(2577), - [aux_sym_number_literal_token2] = ACTIONS(2575), - [anon_sym_L_SQUOTE] = ACTIONS(2577), - [anon_sym_u_SQUOTE] = ACTIONS(2577), - [anon_sym_U_SQUOTE] = ACTIONS(2577), - [anon_sym_u8_SQUOTE] = ACTIONS(2577), - [anon_sym_SQUOTE] = ACTIONS(2577), - [anon_sym_L_DQUOTE] = ACTIONS(2577), - [anon_sym_u_DQUOTE] = ACTIONS(2577), - [anon_sym_U_DQUOTE] = ACTIONS(2577), - [anon_sym_u8_DQUOTE] = ACTIONS(2577), - [anon_sym_DQUOTE] = ACTIONS(2577), - [sym_true] = ACTIONS(2575), - [sym_false] = ACTIONS(2575), - [anon_sym_NULL] = ACTIONS(2575), - [anon_sym_nullptr] = ACTIONS(2575), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2575), - [anon_sym_decltype] = ACTIONS(2575), - [anon_sym_explicit] = ACTIONS(2575), - [anon_sym_typename] = ACTIONS(2575), - [anon_sym_template] = ACTIONS(2575), - [anon_sym_operator] = ACTIONS(2575), - [anon_sym_try] = ACTIONS(2575), - [anon_sym_delete] = ACTIONS(2575), - [anon_sym_throw] = ACTIONS(2575), - [anon_sym_namespace] = ACTIONS(2575), - [anon_sym_using] = ACTIONS(2575), - [anon_sym_static_assert] = ACTIONS(2575), - [anon_sym_concept] = ACTIONS(2575), - [anon_sym_co_return] = ACTIONS(2575), - [anon_sym_co_yield] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(2980), - [anon_sym_R_DQUOTE] = ACTIONS(2577), - [anon_sym_LR_DQUOTE] = ACTIONS(2577), - [anon_sym_uR_DQUOTE] = ACTIONS(2577), - [anon_sym_UR_DQUOTE] = ACTIONS(2577), - [anon_sym_u8R_DQUOTE] = ACTIONS(2577), - [anon_sym_co_await] = ACTIONS(2575), - [anon_sym_new] = ACTIONS(2575), - [anon_sym_requires] = ACTIONS(2575), - [sym_this] = ACTIONS(2575), - }, - [411] = { - [sym_else_clause] = STATE(517), - [ts_builtin_sym_end] = ACTIONS(2585), - [sym_identifier] = ACTIONS(2583), - [aux_sym_preproc_include_token1] = ACTIONS(2583), - [aux_sym_preproc_def_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2583), - [sym_preproc_directive] = ACTIONS(2583), - [anon_sym_LPAREN2] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_TILDE] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_PLUS] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_AMP_AMP] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym___extension__] = ACTIONS(2583), - [anon_sym_typedef] = ACTIONS(2583), - [anon_sym_virtual] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym___attribute__] = ACTIONS(2583), - [anon_sym___attribute] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2583), - [anon_sym___based] = ACTIONS(2583), - [anon_sym___cdecl] = ACTIONS(2583), - [anon_sym___clrcall] = ACTIONS(2583), - [anon_sym___stdcall] = ACTIONS(2583), - [anon_sym___fastcall] = ACTIONS(2583), - [anon_sym___thiscall] = ACTIONS(2583), - [anon_sym___vectorcall] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2583), - [anon_sym_unsigned] = ACTIONS(2583), - [anon_sym_long] = ACTIONS(2583), - [anon_sym_short] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_register] = ACTIONS(2583), - [anon_sym_inline] = ACTIONS(2583), - [anon_sym___inline] = ACTIONS(2583), - [anon_sym___inline__] = ACTIONS(2583), - [anon_sym___forceinline] = ACTIONS(2583), - [anon_sym_thread_local] = ACTIONS(2583), - [anon_sym___thread] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_constexpr] = ACTIONS(2583), - [anon_sym_volatile] = ACTIONS(2583), - [anon_sym_restrict] = ACTIONS(2583), - [anon_sym___restrict__] = ACTIONS(2583), - [anon_sym__Atomic] = ACTIONS(2583), - [anon_sym__Noreturn] = ACTIONS(2583), - [anon_sym_noreturn] = ACTIONS(2583), - [anon_sym__Nonnull] = ACTIONS(2583), - [anon_sym_mutable] = ACTIONS(2583), - [anon_sym_constinit] = ACTIONS(2583), - [anon_sym_consteval] = ACTIONS(2583), - [anon_sym_PROGMEM] = ACTIONS(2583), - [anon_sym_alignas] = ACTIONS(2583), - [anon_sym__Alignas] = ACTIONS(2583), - [aux_sym_primitive_type_token1] = ACTIONS(2583), - [anon_sym_byte] = ACTIONS(2583), - [anon_sym_word] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_class] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_else] = ACTIONS(3331), - [anon_sym_switch] = ACTIONS(2583), - [anon_sym_case] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_do] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_goto] = ACTIONS(2583), - [anon_sym___try] = ACTIONS(2583), - [anon_sym___leave] = ACTIONS(2583), - [anon_sym_not] = ACTIONS(2583), - [anon_sym_compl] = ACTIONS(2583), - [anon_sym_DASH_DASH] = ACTIONS(2585), - [anon_sym_PLUS_PLUS] = ACTIONS(2585), - [anon_sym_sizeof] = ACTIONS(2583), - [anon_sym___alignof__] = ACTIONS(2583), - [anon_sym___alignof] = ACTIONS(2583), - [anon_sym__alignof] = ACTIONS(2583), - [anon_sym_alignof] = ACTIONS(2583), - [anon_sym__Alignof] = ACTIONS(2583), - [anon_sym_offsetof] = ACTIONS(2583), - [anon_sym__Generic] = ACTIONS(2583), - [anon_sym_asm] = ACTIONS(2583), - [anon_sym___asm__] = ACTIONS(2583), - [anon_sym___asm] = ACTIONS(2583), - [aux_sym_number_literal_token1] = ACTIONS(2585), - [aux_sym_number_literal_token2] = ACTIONS(2583), - [anon_sym_L_SQUOTE] = ACTIONS(2585), - [anon_sym_u_SQUOTE] = ACTIONS(2585), - [anon_sym_U_SQUOTE] = ACTIONS(2585), - [anon_sym_u8_SQUOTE] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_L_DQUOTE] = ACTIONS(2585), - [anon_sym_u_DQUOTE] = ACTIONS(2585), - [anon_sym_U_DQUOTE] = ACTIONS(2585), - [anon_sym_u8_DQUOTE] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(2585), - [sym_true] = ACTIONS(2583), - [sym_false] = ACTIONS(2583), - [anon_sym_NULL] = ACTIONS(2583), - [anon_sym_nullptr] = ACTIONS(2583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2583), - [anon_sym_decltype] = ACTIONS(2583), - [anon_sym_explicit] = ACTIONS(2583), - [anon_sym_typename] = ACTIONS(2583), - [anon_sym_template] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [anon_sym_delete] = ACTIONS(2583), - [anon_sym_throw] = ACTIONS(2583), - [anon_sym_namespace] = ACTIONS(2583), - [anon_sym_using] = ACTIONS(2583), - [anon_sym_static_assert] = ACTIONS(2583), - [anon_sym_concept] = ACTIONS(2583), - [anon_sym_co_return] = ACTIONS(2583), - [anon_sym_co_yield] = ACTIONS(2583), - [anon_sym_R_DQUOTE] = ACTIONS(2585), - [anon_sym_LR_DQUOTE] = ACTIONS(2585), - [anon_sym_uR_DQUOTE] = ACTIONS(2585), - [anon_sym_UR_DQUOTE] = ACTIONS(2585), - [anon_sym_u8R_DQUOTE] = ACTIONS(2585), - [anon_sym_co_await] = ACTIONS(2583), - [anon_sym_new] = ACTIONS(2583), - [anon_sym_requires] = ACTIONS(2583), - [sym_this] = ACTIONS(2583), - }, - [412] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_else] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - }, - [413] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_include_token1] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token2] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_DASH] = ACTIONS(2667), - [anon_sym_PLUS] = ACTIONS(2667), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym___cdecl] = ACTIONS(2667), - [anon_sym___clrcall] = ACTIONS(2667), - [anon_sym___stdcall] = ACTIONS(2667), - [anon_sym___fastcall] = ACTIONS(2667), - [anon_sym___thiscall] = ACTIONS(2667), - [anon_sym___vectorcall] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_else] = ACTIONS(2667), - [anon_sym_switch] = ACTIONS(2667), - [anon_sym_case] = ACTIONS(2667), - [anon_sym_default] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_do] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_goto] = ACTIONS(2667), - [anon_sym___try] = ACTIONS(2667), - [anon_sym___leave] = ACTIONS(2667), - [anon_sym_not] = ACTIONS(2667), - [anon_sym_compl] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2669), - [anon_sym_PLUS_PLUS] = ACTIONS(2669), - [anon_sym_sizeof] = ACTIONS(2667), - [anon_sym___alignof__] = ACTIONS(2667), - [anon_sym___alignof] = ACTIONS(2667), - [anon_sym__alignof] = ACTIONS(2667), - [anon_sym_alignof] = ACTIONS(2667), - [anon_sym__Alignof] = ACTIONS(2667), - [anon_sym_offsetof] = ACTIONS(2667), - [anon_sym__Generic] = ACTIONS(2667), - [anon_sym_asm] = ACTIONS(2667), - [anon_sym___asm__] = ACTIONS(2667), - [anon_sym___asm] = ACTIONS(2667), - [aux_sym_number_literal_token1] = ACTIONS(2669), - [aux_sym_number_literal_token2] = ACTIONS(2667), - [anon_sym_L_SQUOTE] = ACTIONS(2669), - [anon_sym_u_SQUOTE] = ACTIONS(2669), - [anon_sym_U_SQUOTE] = ACTIONS(2669), - [anon_sym_u8_SQUOTE] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2669), - [anon_sym_L_DQUOTE] = ACTIONS(2669), - [anon_sym_u_DQUOTE] = ACTIONS(2669), - [anon_sym_U_DQUOTE] = ACTIONS(2669), - [anon_sym_u8_DQUOTE] = ACTIONS(2669), - [anon_sym_DQUOTE] = ACTIONS(2669), - [sym_true] = ACTIONS(2667), - [sym_false] = ACTIONS(2667), - [anon_sym_NULL] = ACTIONS(2667), - [anon_sym_nullptr] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [anon_sym_delete] = ACTIONS(2667), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_namespace] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_concept] = ACTIONS(2667), - [anon_sym_co_return] = ACTIONS(2667), - [anon_sym_co_yield] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - [anon_sym_R_DQUOTE] = ACTIONS(2669), - [anon_sym_LR_DQUOTE] = ACTIONS(2669), - [anon_sym_uR_DQUOTE] = ACTIONS(2669), - [anon_sym_UR_DQUOTE] = ACTIONS(2669), - [anon_sym_u8R_DQUOTE] = ACTIONS(2669), - [anon_sym_co_await] = ACTIONS(2667), - [anon_sym_new] = ACTIONS(2667), - [anon_sym_requires] = ACTIONS(2667), - [sym_this] = ACTIONS(2667), - }, - [414] = { - [sym_else_clause] = STATE(435), - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_include_token1] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token2] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym___extension__] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___attribute] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym___cdecl] = ACTIONS(2725), - [anon_sym___clrcall] = ACTIONS(2725), - [anon_sym___stdcall] = ACTIONS(2725), - [anon_sym___fastcall] = ACTIONS(2725), - [anon_sym___thiscall] = ACTIONS(2725), - [anon_sym___vectorcall] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym___inline] = ACTIONS(2725), - [anon_sym___inline__] = ACTIONS(2725), - [anon_sym___forceinline] = ACTIONS(2725), - [anon_sym_thread_local] = ACTIONS(2725), - [anon_sym___thread] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym___restrict__] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym__Noreturn] = ACTIONS(2725), - [anon_sym_noreturn] = ACTIONS(2725), - [anon_sym__Nonnull] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constinit] = ACTIONS(2725), - [anon_sym_consteval] = ACTIONS(2725), - [anon_sym_PROGMEM] = ACTIONS(2725), - [anon_sym_alignas] = ACTIONS(2725), - [anon_sym__Alignas] = ACTIONS(2725), - [aux_sym_primitive_type_token1] = ACTIONS(2725), - [anon_sym_byte] = ACTIONS(2725), - [anon_sym_word] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), - [anon_sym_else] = ACTIONS(3333), - [anon_sym_switch] = ACTIONS(2725), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_do] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_goto] = ACTIONS(2725), - [anon_sym___try] = ACTIONS(2725), - [anon_sym___leave] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2725), - [anon_sym_compl] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2727), - [anon_sym_sizeof] = ACTIONS(2725), - [anon_sym___alignof__] = ACTIONS(2725), - [anon_sym___alignof] = ACTIONS(2725), - [anon_sym__alignof] = ACTIONS(2725), - [anon_sym_alignof] = ACTIONS(2725), - [anon_sym__Alignof] = ACTIONS(2725), - [anon_sym_offsetof] = ACTIONS(2725), - [anon_sym__Generic] = ACTIONS(2725), - [anon_sym_asm] = ACTIONS(2725), - [anon_sym___asm__] = ACTIONS(2725), - [anon_sym___asm] = ACTIONS(2725), - [aux_sym_number_literal_token1] = ACTIONS(2727), - [aux_sym_number_literal_token2] = ACTIONS(2725), - [anon_sym_L_SQUOTE] = ACTIONS(2727), - [anon_sym_u_SQUOTE] = ACTIONS(2727), - [anon_sym_U_SQUOTE] = ACTIONS(2727), - [anon_sym_u8_SQUOTE] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_L_DQUOTE] = ACTIONS(2727), - [anon_sym_u_DQUOTE] = ACTIONS(2727), - [anon_sym_U_DQUOTE] = ACTIONS(2727), - [anon_sym_u8_DQUOTE] = ACTIONS(2727), - [anon_sym_DQUOTE] = ACTIONS(2727), - [sym_true] = ACTIONS(2725), - [sym_false] = ACTIONS(2725), - [anon_sym_NULL] = ACTIONS(2725), - [anon_sym_nullptr] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2725), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [anon_sym_delete] = ACTIONS(2725), - [anon_sym_throw] = ACTIONS(2725), - [anon_sym_namespace] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_concept] = ACTIONS(2725), - [anon_sym_co_return] = ACTIONS(2725), - [anon_sym_co_yield] = ACTIONS(2725), - [anon_sym_R_DQUOTE] = ACTIONS(2727), - [anon_sym_LR_DQUOTE] = ACTIONS(2727), - [anon_sym_uR_DQUOTE] = ACTIONS(2727), - [anon_sym_UR_DQUOTE] = ACTIONS(2727), - [anon_sym_u8R_DQUOTE] = ACTIONS(2727), - [anon_sym_co_await] = ACTIONS(2725), - [anon_sym_new] = ACTIONS(2725), - [anon_sym_requires] = ACTIONS(2725), - [sym_this] = ACTIONS(2725), - }, - [415] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_else] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - }, - [416] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_RBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_else] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym___try] = ACTIONS(1972), - [anon_sym___leave] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_compl] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1972), - [anon_sym___alignof__] = ACTIONS(1972), - [anon_sym___alignof] = ACTIONS(1972), - [anon_sym__alignof] = ACTIONS(1972), - [anon_sym_alignof] = ACTIONS(1972), - [anon_sym__Alignof] = ACTIONS(1972), - [anon_sym_offsetof] = ACTIONS(1972), - [anon_sym__Generic] = ACTIONS(1972), - [anon_sym_asm] = ACTIONS(1972), - [anon_sym___asm__] = ACTIONS(1972), - [anon_sym___asm] = ACTIONS(1972), - [aux_sym_number_literal_token1] = ACTIONS(1970), - [aux_sym_number_literal_token2] = ACTIONS(1972), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [anon_sym_NULL] = ACTIONS(1972), - [anon_sym_nullptr] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_concept] = ACTIONS(1972), - [anon_sym_co_return] = ACTIONS(1972), - [anon_sym_co_yield] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - [anon_sym_R_DQUOTE] = ACTIONS(1970), - [anon_sym_LR_DQUOTE] = ACTIONS(1970), - [anon_sym_uR_DQUOTE] = ACTIONS(1970), - [anon_sym_UR_DQUOTE] = ACTIONS(1970), - [anon_sym_u8R_DQUOTE] = ACTIONS(1970), - [anon_sym_co_await] = ACTIONS(1972), - [anon_sym_new] = ACTIONS(1972), - [anon_sym_requires] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - }, - [417] = { - [ts_builtin_sym_end] = ACTIONS(2669), - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_include_token1] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_DASH] = ACTIONS(2667), - [anon_sym_PLUS] = ACTIONS(2667), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym___cdecl] = ACTIONS(2667), - [anon_sym___clrcall] = ACTIONS(2667), - [anon_sym___stdcall] = ACTIONS(2667), - [anon_sym___fastcall] = ACTIONS(2667), - [anon_sym___thiscall] = ACTIONS(2667), - [anon_sym___vectorcall] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_else] = ACTIONS(2667), - [anon_sym_switch] = ACTIONS(2667), - [anon_sym_case] = ACTIONS(2667), - [anon_sym_default] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_do] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_goto] = ACTIONS(2667), - [anon_sym___try] = ACTIONS(2667), - [anon_sym___leave] = ACTIONS(2667), - [anon_sym_not] = ACTIONS(2667), - [anon_sym_compl] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2669), - [anon_sym_PLUS_PLUS] = ACTIONS(2669), - [anon_sym_sizeof] = ACTIONS(2667), - [anon_sym___alignof__] = ACTIONS(2667), - [anon_sym___alignof] = ACTIONS(2667), - [anon_sym__alignof] = ACTIONS(2667), - [anon_sym_alignof] = ACTIONS(2667), - [anon_sym__Alignof] = ACTIONS(2667), - [anon_sym_offsetof] = ACTIONS(2667), - [anon_sym__Generic] = ACTIONS(2667), - [anon_sym_asm] = ACTIONS(2667), - [anon_sym___asm__] = ACTIONS(2667), - [anon_sym___asm] = ACTIONS(2667), - [aux_sym_number_literal_token1] = ACTIONS(2669), - [aux_sym_number_literal_token2] = ACTIONS(2667), - [anon_sym_L_SQUOTE] = ACTIONS(2669), - [anon_sym_u_SQUOTE] = ACTIONS(2669), - [anon_sym_U_SQUOTE] = ACTIONS(2669), - [anon_sym_u8_SQUOTE] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2669), - [anon_sym_L_DQUOTE] = ACTIONS(2669), - [anon_sym_u_DQUOTE] = ACTIONS(2669), - [anon_sym_U_DQUOTE] = ACTIONS(2669), - [anon_sym_u8_DQUOTE] = ACTIONS(2669), - [anon_sym_DQUOTE] = ACTIONS(2669), - [sym_true] = ACTIONS(2667), - [sym_false] = ACTIONS(2667), - [anon_sym_NULL] = ACTIONS(2667), - [anon_sym_nullptr] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [anon_sym_delete] = ACTIONS(2667), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_namespace] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_concept] = ACTIONS(2667), - [anon_sym_co_return] = ACTIONS(2667), - [anon_sym_co_yield] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - [anon_sym_R_DQUOTE] = ACTIONS(2669), - [anon_sym_LR_DQUOTE] = ACTIONS(2669), - [anon_sym_uR_DQUOTE] = ACTIONS(2669), - [anon_sym_UR_DQUOTE] = ACTIONS(2669), - [anon_sym_u8R_DQUOTE] = ACTIONS(2669), - [anon_sym_co_await] = ACTIONS(2667), - [anon_sym_new] = ACTIONS(2667), - [anon_sym_requires] = ACTIONS(2667), - [sym_this] = ACTIONS(2667), - }, - [418] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_include_token1] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_DASH] = ACTIONS(2667), - [anon_sym_PLUS] = ACTIONS(2667), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym___cdecl] = ACTIONS(2667), - [anon_sym___clrcall] = ACTIONS(2667), - [anon_sym___stdcall] = ACTIONS(2667), - [anon_sym___fastcall] = ACTIONS(2667), - [anon_sym___thiscall] = ACTIONS(2667), - [anon_sym___vectorcall] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_RBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_else] = ACTIONS(2667), - [anon_sym_switch] = ACTIONS(2667), - [anon_sym_case] = ACTIONS(2667), - [anon_sym_default] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_do] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_goto] = ACTIONS(2667), - [anon_sym___try] = ACTIONS(2667), - [anon_sym___leave] = ACTIONS(2667), - [anon_sym_not] = ACTIONS(2667), - [anon_sym_compl] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2669), - [anon_sym_PLUS_PLUS] = ACTIONS(2669), - [anon_sym_sizeof] = ACTIONS(2667), - [anon_sym___alignof__] = ACTIONS(2667), - [anon_sym___alignof] = ACTIONS(2667), - [anon_sym__alignof] = ACTIONS(2667), - [anon_sym_alignof] = ACTIONS(2667), - [anon_sym__Alignof] = ACTIONS(2667), - [anon_sym_offsetof] = ACTIONS(2667), - [anon_sym__Generic] = ACTIONS(2667), - [anon_sym_asm] = ACTIONS(2667), - [anon_sym___asm__] = ACTIONS(2667), - [anon_sym___asm] = ACTIONS(2667), - [aux_sym_number_literal_token1] = ACTIONS(2669), - [aux_sym_number_literal_token2] = ACTIONS(2667), - [anon_sym_L_SQUOTE] = ACTIONS(2669), - [anon_sym_u_SQUOTE] = ACTIONS(2669), - [anon_sym_U_SQUOTE] = ACTIONS(2669), - [anon_sym_u8_SQUOTE] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2669), - [anon_sym_L_DQUOTE] = ACTIONS(2669), - [anon_sym_u_DQUOTE] = ACTIONS(2669), - [anon_sym_U_DQUOTE] = ACTIONS(2669), - [anon_sym_u8_DQUOTE] = ACTIONS(2669), - [anon_sym_DQUOTE] = ACTIONS(2669), - [sym_true] = ACTIONS(2667), - [sym_false] = ACTIONS(2667), - [anon_sym_NULL] = ACTIONS(2667), - [anon_sym_nullptr] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [anon_sym_delete] = ACTIONS(2667), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_namespace] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_concept] = ACTIONS(2667), - [anon_sym_co_return] = ACTIONS(2667), - [anon_sym_co_yield] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - [anon_sym_R_DQUOTE] = ACTIONS(2669), - [anon_sym_LR_DQUOTE] = ACTIONS(2669), - [anon_sym_uR_DQUOTE] = ACTIONS(2669), - [anon_sym_UR_DQUOTE] = ACTIONS(2669), - [anon_sym_u8R_DQUOTE] = ACTIONS(2669), - [anon_sym_co_await] = ACTIONS(2667), - [anon_sym_new] = ACTIONS(2667), - [anon_sym_requires] = ACTIONS(2667), - [sym_this] = ACTIONS(2667), - }, - [419] = { - [sym_else_clause] = STATE(496), - [sym_identifier] = ACTIONS(2583), - [aux_sym_preproc_include_token1] = ACTIONS(2583), - [aux_sym_preproc_def_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token2] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2583), - [sym_preproc_directive] = ACTIONS(2583), - [anon_sym_LPAREN2] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_TILDE] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_PLUS] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_AMP_AMP] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym___extension__] = ACTIONS(2583), - [anon_sym_typedef] = ACTIONS(2583), - [anon_sym_virtual] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym___attribute__] = ACTIONS(2583), - [anon_sym___attribute] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2583), - [anon_sym___based] = ACTIONS(2583), - [anon_sym___cdecl] = ACTIONS(2583), - [anon_sym___clrcall] = ACTIONS(2583), - [anon_sym___stdcall] = ACTIONS(2583), - [anon_sym___fastcall] = ACTIONS(2583), - [anon_sym___thiscall] = ACTIONS(2583), - [anon_sym___vectorcall] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2583), - [anon_sym_unsigned] = ACTIONS(2583), - [anon_sym_long] = ACTIONS(2583), - [anon_sym_short] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_register] = ACTIONS(2583), - [anon_sym_inline] = ACTIONS(2583), - [anon_sym___inline] = ACTIONS(2583), - [anon_sym___inline__] = ACTIONS(2583), - [anon_sym___forceinline] = ACTIONS(2583), - [anon_sym_thread_local] = ACTIONS(2583), - [anon_sym___thread] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_constexpr] = ACTIONS(2583), - [anon_sym_volatile] = ACTIONS(2583), - [anon_sym_restrict] = ACTIONS(2583), - [anon_sym___restrict__] = ACTIONS(2583), - [anon_sym__Atomic] = ACTIONS(2583), - [anon_sym__Noreturn] = ACTIONS(2583), - [anon_sym_noreturn] = ACTIONS(2583), - [anon_sym__Nonnull] = ACTIONS(2583), - [anon_sym_mutable] = ACTIONS(2583), - [anon_sym_constinit] = ACTIONS(2583), - [anon_sym_consteval] = ACTIONS(2583), - [anon_sym_PROGMEM] = ACTIONS(2583), - [anon_sym_alignas] = ACTIONS(2583), - [anon_sym__Alignas] = ACTIONS(2583), - [aux_sym_primitive_type_token1] = ACTIONS(2583), - [anon_sym_byte] = ACTIONS(2583), - [anon_sym_word] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_class] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_else] = ACTIONS(3333), - [anon_sym_switch] = ACTIONS(2583), - [anon_sym_case] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_do] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_goto] = ACTIONS(2583), - [anon_sym___try] = ACTIONS(2583), - [anon_sym___leave] = ACTIONS(2583), - [anon_sym_not] = ACTIONS(2583), - [anon_sym_compl] = ACTIONS(2583), - [anon_sym_DASH_DASH] = ACTIONS(2585), - [anon_sym_PLUS_PLUS] = ACTIONS(2585), - [anon_sym_sizeof] = ACTIONS(2583), - [anon_sym___alignof__] = ACTIONS(2583), - [anon_sym___alignof] = ACTIONS(2583), - [anon_sym__alignof] = ACTIONS(2583), - [anon_sym_alignof] = ACTIONS(2583), - [anon_sym__Alignof] = ACTIONS(2583), - [anon_sym_offsetof] = ACTIONS(2583), - [anon_sym__Generic] = ACTIONS(2583), - [anon_sym_asm] = ACTIONS(2583), - [anon_sym___asm__] = ACTIONS(2583), - [anon_sym___asm] = ACTIONS(2583), - [aux_sym_number_literal_token1] = ACTIONS(2585), - [aux_sym_number_literal_token2] = ACTIONS(2583), - [anon_sym_L_SQUOTE] = ACTIONS(2585), - [anon_sym_u_SQUOTE] = ACTIONS(2585), - [anon_sym_U_SQUOTE] = ACTIONS(2585), - [anon_sym_u8_SQUOTE] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_L_DQUOTE] = ACTIONS(2585), - [anon_sym_u_DQUOTE] = ACTIONS(2585), - [anon_sym_U_DQUOTE] = ACTIONS(2585), - [anon_sym_u8_DQUOTE] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(2585), - [sym_true] = ACTIONS(2583), - [sym_false] = ACTIONS(2583), - [anon_sym_NULL] = ACTIONS(2583), - [anon_sym_nullptr] = ACTIONS(2583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2583), - [anon_sym_decltype] = ACTIONS(2583), - [anon_sym_explicit] = ACTIONS(2583), - [anon_sym_typename] = ACTIONS(2583), - [anon_sym_template] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [anon_sym_delete] = ACTIONS(2583), - [anon_sym_throw] = ACTIONS(2583), - [anon_sym_namespace] = ACTIONS(2583), - [anon_sym_using] = ACTIONS(2583), - [anon_sym_static_assert] = ACTIONS(2583), - [anon_sym_concept] = ACTIONS(2583), - [anon_sym_co_return] = ACTIONS(2583), - [anon_sym_co_yield] = ACTIONS(2583), - [anon_sym_R_DQUOTE] = ACTIONS(2585), - [anon_sym_LR_DQUOTE] = ACTIONS(2585), - [anon_sym_uR_DQUOTE] = ACTIONS(2585), - [anon_sym_UR_DQUOTE] = ACTIONS(2585), - [anon_sym_u8R_DQUOTE] = ACTIONS(2585), - [anon_sym_co_await] = ACTIONS(2583), - [anon_sym_new] = ACTIONS(2583), - [anon_sym_requires] = ACTIONS(2583), - [sym_this] = ACTIONS(2583), - }, - [420] = { - [sym_else_clause] = STATE(465), - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_include_token1] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym___extension__] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___attribute] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym___cdecl] = ACTIONS(2725), - [anon_sym___clrcall] = ACTIONS(2725), - [anon_sym___stdcall] = ACTIONS(2725), - [anon_sym___fastcall] = ACTIONS(2725), - [anon_sym___thiscall] = ACTIONS(2725), - [anon_sym___vectorcall] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_RBRACE] = ACTIONS(2727), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym___inline] = ACTIONS(2725), - [anon_sym___inline__] = ACTIONS(2725), - [anon_sym___forceinline] = ACTIONS(2725), - [anon_sym_thread_local] = ACTIONS(2725), - [anon_sym___thread] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym___restrict__] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym__Noreturn] = ACTIONS(2725), - [anon_sym_noreturn] = ACTIONS(2725), - [anon_sym__Nonnull] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constinit] = ACTIONS(2725), - [anon_sym_consteval] = ACTIONS(2725), - [anon_sym_PROGMEM] = ACTIONS(2725), - [anon_sym_alignas] = ACTIONS(2725), - [anon_sym__Alignas] = ACTIONS(2725), - [aux_sym_primitive_type_token1] = ACTIONS(2725), - [anon_sym_byte] = ACTIONS(2725), - [anon_sym_word] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), - [anon_sym_else] = ACTIONS(3335), - [anon_sym_switch] = ACTIONS(2725), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_do] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_goto] = ACTIONS(2725), - [anon_sym___try] = ACTIONS(2725), - [anon_sym___leave] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2725), - [anon_sym_compl] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2727), - [anon_sym_sizeof] = ACTIONS(2725), - [anon_sym___alignof__] = ACTIONS(2725), - [anon_sym___alignof] = ACTIONS(2725), - [anon_sym__alignof] = ACTIONS(2725), - [anon_sym_alignof] = ACTIONS(2725), - [anon_sym__Alignof] = ACTIONS(2725), - [anon_sym_offsetof] = ACTIONS(2725), - [anon_sym__Generic] = ACTIONS(2725), - [anon_sym_asm] = ACTIONS(2725), - [anon_sym___asm__] = ACTIONS(2725), - [anon_sym___asm] = ACTIONS(2725), - [aux_sym_number_literal_token1] = ACTIONS(2727), - [aux_sym_number_literal_token2] = ACTIONS(2725), - [anon_sym_L_SQUOTE] = ACTIONS(2727), - [anon_sym_u_SQUOTE] = ACTIONS(2727), - [anon_sym_U_SQUOTE] = ACTIONS(2727), - [anon_sym_u8_SQUOTE] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_L_DQUOTE] = ACTIONS(2727), - [anon_sym_u_DQUOTE] = ACTIONS(2727), - [anon_sym_U_DQUOTE] = ACTIONS(2727), - [anon_sym_u8_DQUOTE] = ACTIONS(2727), - [anon_sym_DQUOTE] = ACTIONS(2727), - [sym_true] = ACTIONS(2725), - [sym_false] = ACTIONS(2725), - [anon_sym_NULL] = ACTIONS(2725), - [anon_sym_nullptr] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2725), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [anon_sym_delete] = ACTIONS(2725), - [anon_sym_throw] = ACTIONS(2725), - [anon_sym_namespace] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_concept] = ACTIONS(2725), - [anon_sym_co_return] = ACTIONS(2725), - [anon_sym_co_yield] = ACTIONS(2725), - [anon_sym_R_DQUOTE] = ACTIONS(2727), - [anon_sym_LR_DQUOTE] = ACTIONS(2727), - [anon_sym_uR_DQUOTE] = ACTIONS(2727), - [anon_sym_UR_DQUOTE] = ACTIONS(2727), - [anon_sym_u8R_DQUOTE] = ACTIONS(2727), - [anon_sym_co_await] = ACTIONS(2725), - [anon_sym_new] = ACTIONS(2725), - [anon_sym_requires] = ACTIONS(2725), - [sym_this] = ACTIONS(2725), - }, - [421] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_include_token1] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_else] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_case] = ACTIONS(1972), - [anon_sym_default] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym___try] = ACTIONS(1972), - [anon_sym___leave] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_compl] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1972), - [anon_sym___alignof__] = ACTIONS(1972), - [anon_sym___alignof] = ACTIONS(1972), - [anon_sym__alignof] = ACTIONS(1972), - [anon_sym_alignof] = ACTIONS(1972), - [anon_sym__Alignof] = ACTIONS(1972), - [anon_sym_offsetof] = ACTIONS(1972), - [anon_sym__Generic] = ACTIONS(1972), - [anon_sym_asm] = ACTIONS(1972), - [anon_sym___asm__] = ACTIONS(1972), - [anon_sym___asm] = ACTIONS(1972), - [aux_sym_number_literal_token1] = ACTIONS(1970), - [aux_sym_number_literal_token2] = ACTIONS(1972), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [anon_sym_NULL] = ACTIONS(1972), - [anon_sym_nullptr] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_namespace] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_concept] = ACTIONS(1972), - [anon_sym_co_return] = ACTIONS(1972), - [anon_sym_co_yield] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - [anon_sym_R_DQUOTE] = ACTIONS(1970), - [anon_sym_LR_DQUOTE] = ACTIONS(1970), - [anon_sym_uR_DQUOTE] = ACTIONS(1970), - [anon_sym_UR_DQUOTE] = ACTIONS(1970), - [anon_sym_u8R_DQUOTE] = ACTIONS(1970), - [anon_sym_co_await] = ACTIONS(1972), - [anon_sym_new] = ACTIONS(1972), - [anon_sym_requires] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), - }, - [422] = { - [sym_else_clause] = STATE(509), - [sym_identifier] = ACTIONS(2583), - [aux_sym_preproc_include_token1] = ACTIONS(2583), - [aux_sym_preproc_def_token1] = ACTIONS(2583), - [aux_sym_preproc_if_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2583), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2583), - [sym_preproc_directive] = ACTIONS(2583), - [anon_sym_LPAREN2] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_TILDE] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_PLUS] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_AMP_AMP] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym___extension__] = ACTIONS(2583), - [anon_sym_typedef] = ACTIONS(2583), - [anon_sym_virtual] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym___attribute__] = ACTIONS(2583), - [anon_sym___attribute] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2583), - [anon_sym___based] = ACTIONS(2583), - [anon_sym___cdecl] = ACTIONS(2583), - [anon_sym___clrcall] = ACTIONS(2583), - [anon_sym___stdcall] = ACTIONS(2583), - [anon_sym___fastcall] = ACTIONS(2583), - [anon_sym___thiscall] = ACTIONS(2583), - [anon_sym___vectorcall] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_RBRACE] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2583), - [anon_sym_unsigned] = ACTIONS(2583), - [anon_sym_long] = ACTIONS(2583), - [anon_sym_short] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_register] = ACTIONS(2583), - [anon_sym_inline] = ACTIONS(2583), - [anon_sym___inline] = ACTIONS(2583), - [anon_sym___inline__] = ACTIONS(2583), - [anon_sym___forceinline] = ACTIONS(2583), - [anon_sym_thread_local] = ACTIONS(2583), - [anon_sym___thread] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_constexpr] = ACTIONS(2583), - [anon_sym_volatile] = ACTIONS(2583), - [anon_sym_restrict] = ACTIONS(2583), - [anon_sym___restrict__] = ACTIONS(2583), - [anon_sym__Atomic] = ACTIONS(2583), - [anon_sym__Noreturn] = ACTIONS(2583), - [anon_sym_noreturn] = ACTIONS(2583), - [anon_sym__Nonnull] = ACTIONS(2583), - [anon_sym_mutable] = ACTIONS(2583), - [anon_sym_constinit] = ACTIONS(2583), - [anon_sym_consteval] = ACTIONS(2583), - [anon_sym_PROGMEM] = ACTIONS(2583), - [anon_sym_alignas] = ACTIONS(2583), - [anon_sym__Alignas] = ACTIONS(2583), - [aux_sym_primitive_type_token1] = ACTIONS(2583), - [anon_sym_byte] = ACTIONS(2583), - [anon_sym_word] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_class] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_else] = ACTIONS(3335), - [anon_sym_switch] = ACTIONS(2583), - [anon_sym_case] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_do] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_goto] = ACTIONS(2583), - [anon_sym___try] = ACTIONS(2583), - [anon_sym___leave] = ACTIONS(2583), - [anon_sym_not] = ACTIONS(2583), - [anon_sym_compl] = ACTIONS(2583), - [anon_sym_DASH_DASH] = ACTIONS(2585), - [anon_sym_PLUS_PLUS] = ACTIONS(2585), - [anon_sym_sizeof] = ACTIONS(2583), - [anon_sym___alignof__] = ACTIONS(2583), - [anon_sym___alignof] = ACTIONS(2583), - [anon_sym__alignof] = ACTIONS(2583), - [anon_sym_alignof] = ACTIONS(2583), - [anon_sym__Alignof] = ACTIONS(2583), - [anon_sym_offsetof] = ACTIONS(2583), - [anon_sym__Generic] = ACTIONS(2583), - [anon_sym_asm] = ACTIONS(2583), - [anon_sym___asm__] = ACTIONS(2583), - [anon_sym___asm] = ACTIONS(2583), - [aux_sym_number_literal_token1] = ACTIONS(2585), - [aux_sym_number_literal_token2] = ACTIONS(2583), - [anon_sym_L_SQUOTE] = ACTIONS(2585), - [anon_sym_u_SQUOTE] = ACTIONS(2585), - [anon_sym_U_SQUOTE] = ACTIONS(2585), - [anon_sym_u8_SQUOTE] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_L_DQUOTE] = ACTIONS(2585), - [anon_sym_u_DQUOTE] = ACTIONS(2585), - [anon_sym_U_DQUOTE] = ACTIONS(2585), - [anon_sym_u8_DQUOTE] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(2585), - [sym_true] = ACTIONS(2583), - [sym_false] = ACTIONS(2583), - [anon_sym_NULL] = ACTIONS(2583), - [anon_sym_nullptr] = ACTIONS(2583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2583), - [anon_sym_decltype] = ACTIONS(2583), - [anon_sym_explicit] = ACTIONS(2583), - [anon_sym_typename] = ACTIONS(2583), - [anon_sym_template] = ACTIONS(2583), - [anon_sym_operator] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [anon_sym_delete] = ACTIONS(2583), - [anon_sym_throw] = ACTIONS(2583), - [anon_sym_namespace] = ACTIONS(2583), - [anon_sym_using] = ACTIONS(2583), - [anon_sym_static_assert] = ACTIONS(2583), - [anon_sym_concept] = ACTIONS(2583), - [anon_sym_co_return] = ACTIONS(2583), - [anon_sym_co_yield] = ACTIONS(2583), - [anon_sym_R_DQUOTE] = ACTIONS(2585), - [anon_sym_LR_DQUOTE] = ACTIONS(2585), - [anon_sym_uR_DQUOTE] = ACTIONS(2585), - [anon_sym_UR_DQUOTE] = ACTIONS(2585), - [anon_sym_u8R_DQUOTE] = ACTIONS(2585), - [anon_sym_co_await] = ACTIONS(2583), - [anon_sym_new] = ACTIONS(2583), - [anon_sym_requires] = ACTIONS(2583), - [sym_this] = ACTIONS(2583), - }, - [423] = { - [sym_else_clause] = STATE(466), - [ts_builtin_sym_end] = ACTIONS(2727), - [sym_identifier] = ACTIONS(2725), - [aux_sym_preproc_include_token1] = ACTIONS(2725), - [aux_sym_preproc_def_token1] = ACTIONS(2725), - [aux_sym_preproc_if_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2725), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2725), - [sym_preproc_directive] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP_AMP] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym___extension__] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___attribute] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym___based] = ACTIONS(2725), - [anon_sym___cdecl] = ACTIONS(2725), - [anon_sym___clrcall] = ACTIONS(2725), - [anon_sym___stdcall] = ACTIONS(2725), - [anon_sym___fastcall] = ACTIONS(2725), - [anon_sym___thiscall] = ACTIONS(2725), - [anon_sym___vectorcall] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym___inline] = ACTIONS(2725), - [anon_sym___inline__] = ACTIONS(2725), - [anon_sym___forceinline] = ACTIONS(2725), - [anon_sym_thread_local] = ACTIONS(2725), - [anon_sym___thread] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym___restrict__] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym__Noreturn] = ACTIONS(2725), - [anon_sym_noreturn] = ACTIONS(2725), - [anon_sym__Nonnull] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constinit] = ACTIONS(2725), - [anon_sym_consteval] = ACTIONS(2725), - [anon_sym_PROGMEM] = ACTIONS(2725), - [anon_sym_alignas] = ACTIONS(2725), - [anon_sym__Alignas] = ACTIONS(2725), - [aux_sym_primitive_type_token1] = ACTIONS(2725), - [anon_sym_byte] = ACTIONS(2725), - [anon_sym_word] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), + [sym_catch_clause] = STATE(363), + [aux_sym_constructor_try_statement_repeat1] = STATE(363), + [sym_identifier] = ACTIONS(2579), + [aux_sym_preproc_include_token1] = ACTIONS(2579), + [aux_sym_preproc_def_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), + [sym_preproc_directive] = ACTIONS(2579), + [anon_sym_LPAREN2] = ACTIONS(2581), + [anon_sym_BANG] = ACTIONS(2581), + [anon_sym_TILDE] = ACTIONS(2581), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_PLUS] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2581), + [anon_sym_AMP_AMP] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2579), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym___extension__] = ACTIONS(2579), + [anon_sym_typedef] = ACTIONS(2579), + [anon_sym_virtual] = ACTIONS(2579), + [anon_sym_extern] = ACTIONS(2579), + [anon_sym___attribute__] = ACTIONS(2579), + [anon_sym___attribute] = ACTIONS(2579), + [anon_sym_COLON_COLON] = ACTIONS(2581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2579), + [anon_sym___based] = ACTIONS(2579), + [anon_sym___cdecl] = ACTIONS(2579), + [anon_sym___clrcall] = ACTIONS(2579), + [anon_sym___stdcall] = ACTIONS(2579), + [anon_sym___fastcall] = ACTIONS(2579), + [anon_sym___thiscall] = ACTIONS(2579), + [anon_sym___vectorcall] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2581), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_signed] = ACTIONS(2579), + [anon_sym_unsigned] = ACTIONS(2579), + [anon_sym_long] = ACTIONS(2579), + [anon_sym_short] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_static] = ACTIONS(2579), + [anon_sym_register] = ACTIONS(2579), + [anon_sym_inline] = ACTIONS(2579), + [anon_sym___inline] = ACTIONS(2579), + [anon_sym___inline__] = ACTIONS(2579), + [anon_sym___forceinline] = ACTIONS(2579), + [anon_sym_thread_local] = ACTIONS(2579), + [anon_sym___thread] = ACTIONS(2579), + [anon_sym_const] = ACTIONS(2579), + [anon_sym_constexpr] = ACTIONS(2579), + [anon_sym_volatile] = ACTIONS(2579), + [anon_sym_restrict] = ACTIONS(2579), + [anon_sym___restrict__] = ACTIONS(2579), + [anon_sym__Atomic] = ACTIONS(2579), + [anon_sym__Noreturn] = ACTIONS(2579), + [anon_sym_noreturn] = ACTIONS(2579), + [anon_sym__Nonnull] = ACTIONS(2579), + [anon_sym_mutable] = ACTIONS(2579), + [anon_sym_constinit] = ACTIONS(2579), + [anon_sym_consteval] = ACTIONS(2579), + [anon_sym_PROGMEM] = ACTIONS(2579), + [anon_sym_alignas] = ACTIONS(2579), + [anon_sym__Alignas] = ACTIONS(2579), + [aux_sym_primitive_type_token1] = ACTIONS(2579), + [anon_sym_byte] = ACTIONS(2579), + [anon_sym_word] = ACTIONS(2579), + [anon_sym_enum] = ACTIONS(2579), + [anon_sym_class] = ACTIONS(2579), + [anon_sym_struct] = ACTIONS(2579), + [anon_sym_union] = ACTIONS(2579), + [anon_sym_if] = ACTIONS(2579), + [anon_sym_switch] = ACTIONS(2579), + [anon_sym_case] = ACTIONS(2579), + [anon_sym_default] = ACTIONS(2579), + [anon_sym_while] = ACTIONS(2579), + [anon_sym_do] = ACTIONS(2579), + [anon_sym_for] = ACTIONS(2579), + [anon_sym_return] = ACTIONS(2579), + [anon_sym_break] = ACTIONS(2579), + [anon_sym_continue] = ACTIONS(2579), + [anon_sym_goto] = ACTIONS(2579), + [anon_sym___try] = ACTIONS(2579), + [anon_sym___leave] = ACTIONS(2579), + [anon_sym_not] = ACTIONS(2579), + [anon_sym_compl] = ACTIONS(2579), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_sizeof] = ACTIONS(2579), + [anon_sym___alignof__] = ACTIONS(2579), + [anon_sym___alignof] = ACTIONS(2579), + [anon_sym__alignof] = ACTIONS(2579), + [anon_sym_alignof] = ACTIONS(2579), + [anon_sym__Alignof] = ACTIONS(2579), + [anon_sym_offsetof] = ACTIONS(2579), + [anon_sym__Generic] = ACTIONS(2579), + [anon_sym_asm] = ACTIONS(2579), + [anon_sym___asm__] = ACTIONS(2579), + [anon_sym___asm] = ACTIONS(2579), + [aux_sym_number_literal_token1] = ACTIONS(2581), + [aux_sym_number_literal_token2] = ACTIONS(2579), + [anon_sym_L_SQUOTE] = ACTIONS(2581), + [anon_sym_u_SQUOTE] = ACTIONS(2581), + [anon_sym_U_SQUOTE] = ACTIONS(2581), + [anon_sym_u8_SQUOTE] = ACTIONS(2581), + [anon_sym_SQUOTE] = ACTIONS(2581), + [anon_sym_L_DQUOTE] = ACTIONS(2581), + [anon_sym_u_DQUOTE] = ACTIONS(2581), + [anon_sym_U_DQUOTE] = ACTIONS(2581), + [anon_sym_u8_DQUOTE] = ACTIONS(2581), + [anon_sym_DQUOTE] = ACTIONS(2581), + [sym_true] = ACTIONS(2579), + [sym_false] = ACTIONS(2579), + [anon_sym_NULL] = ACTIONS(2579), + [anon_sym_nullptr] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2579), + [anon_sym_decltype] = ACTIONS(2579), + [anon_sym_explicit] = ACTIONS(2579), + [anon_sym_typename] = ACTIONS(2579), + [anon_sym_template] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2579), + [anon_sym_try] = ACTIONS(2579), + [anon_sym_delete] = ACTIONS(2579), + [anon_sym_throw] = ACTIONS(2579), + [anon_sym_namespace] = ACTIONS(2579), + [anon_sym_using] = ACTIONS(2579), + [anon_sym_static_assert] = ACTIONS(2579), + [anon_sym_concept] = ACTIONS(2579), + [anon_sym_co_return] = ACTIONS(2579), + [anon_sym_co_yield] = ACTIONS(2579), + [anon_sym_catch] = ACTIONS(3120), + [anon_sym_R_DQUOTE] = ACTIONS(2581), + [anon_sym_LR_DQUOTE] = ACTIONS(2581), + [anon_sym_uR_DQUOTE] = ACTIONS(2581), + [anon_sym_UR_DQUOTE] = ACTIONS(2581), + [anon_sym_u8R_DQUOTE] = ACTIONS(2581), + [anon_sym_co_await] = ACTIONS(2579), + [anon_sym_new] = ACTIONS(2579), + [anon_sym_requires] = ACTIONS(2579), + [sym_this] = ACTIONS(2579), + }, + [411] = { + [sym_else_clause] = STATE(522), + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_include_token1] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym___extension__] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___attribute] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym___cdecl] = ACTIONS(2761), + [anon_sym___clrcall] = ACTIONS(2761), + [anon_sym___stdcall] = ACTIONS(2761), + [anon_sym___fastcall] = ACTIONS(2761), + [anon_sym___thiscall] = ACTIONS(2761), + [anon_sym___vectorcall] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_RBRACE] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym___inline] = ACTIONS(2761), + [anon_sym___inline__] = ACTIONS(2761), + [anon_sym___forceinline] = ACTIONS(2761), + [anon_sym_thread_local] = ACTIONS(2761), + [anon_sym___thread] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym___restrict__] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym__Noreturn] = ACTIONS(2761), + [anon_sym_noreturn] = ACTIONS(2761), + [anon_sym__Nonnull] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constinit] = ACTIONS(2761), + [anon_sym_consteval] = ACTIONS(2761), + [anon_sym_PROGMEM] = ACTIONS(2761), + [anon_sym_alignas] = ACTIONS(2761), + [anon_sym__Alignas] = ACTIONS(2761), + [aux_sym_primitive_type_token1] = ACTIONS(2761), + [anon_sym_byte] = ACTIONS(2761), + [anon_sym_word] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), [anon_sym_else] = ACTIONS(3331), - [anon_sym_switch] = ACTIONS(2725), - [anon_sym_case] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_do] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_goto] = ACTIONS(2725), - [anon_sym___try] = ACTIONS(2725), - [anon_sym___leave] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2725), - [anon_sym_compl] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2727), - [anon_sym_sizeof] = ACTIONS(2725), - [anon_sym___alignof__] = ACTIONS(2725), - [anon_sym___alignof] = ACTIONS(2725), - [anon_sym__alignof] = ACTIONS(2725), - [anon_sym_alignof] = ACTIONS(2725), - [anon_sym__Alignof] = ACTIONS(2725), - [anon_sym_offsetof] = ACTIONS(2725), - [anon_sym__Generic] = ACTIONS(2725), - [anon_sym_asm] = ACTIONS(2725), - [anon_sym___asm__] = ACTIONS(2725), - [anon_sym___asm] = ACTIONS(2725), - [aux_sym_number_literal_token1] = ACTIONS(2727), - [aux_sym_number_literal_token2] = ACTIONS(2725), - [anon_sym_L_SQUOTE] = ACTIONS(2727), - [anon_sym_u_SQUOTE] = ACTIONS(2727), - [anon_sym_U_SQUOTE] = ACTIONS(2727), - [anon_sym_u8_SQUOTE] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_L_DQUOTE] = ACTIONS(2727), - [anon_sym_u_DQUOTE] = ACTIONS(2727), - [anon_sym_U_DQUOTE] = ACTIONS(2727), - [anon_sym_u8_DQUOTE] = ACTIONS(2727), - [anon_sym_DQUOTE] = ACTIONS(2727), - [sym_true] = ACTIONS(2725), - [sym_false] = ACTIONS(2725), - [anon_sym_NULL] = ACTIONS(2725), - [anon_sym_nullptr] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2725), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_explicit] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_operator] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [anon_sym_delete] = ACTIONS(2725), - [anon_sym_throw] = ACTIONS(2725), - [anon_sym_namespace] = ACTIONS(2725), - [anon_sym_using] = ACTIONS(2725), - [anon_sym_static_assert] = ACTIONS(2725), - [anon_sym_concept] = ACTIONS(2725), - [anon_sym_co_return] = ACTIONS(2725), - [anon_sym_co_yield] = ACTIONS(2725), - [anon_sym_R_DQUOTE] = ACTIONS(2727), - [anon_sym_LR_DQUOTE] = ACTIONS(2727), - [anon_sym_uR_DQUOTE] = ACTIONS(2727), - [anon_sym_UR_DQUOTE] = ACTIONS(2727), - [anon_sym_u8R_DQUOTE] = ACTIONS(2727), - [anon_sym_co_await] = ACTIONS(2725), - [anon_sym_new] = ACTIONS(2725), - [anon_sym_requires] = ACTIONS(2725), - [sym_this] = ACTIONS(2725), + [anon_sym_switch] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_default] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_do] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym___try] = ACTIONS(2761), + [anon_sym___leave] = ACTIONS(2761), + [anon_sym_not] = ACTIONS(2761), + [anon_sym_compl] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_sizeof] = ACTIONS(2761), + [anon_sym___alignof__] = ACTIONS(2761), + [anon_sym___alignof] = ACTIONS(2761), + [anon_sym__alignof] = ACTIONS(2761), + [anon_sym_alignof] = ACTIONS(2761), + [anon_sym__Alignof] = ACTIONS(2761), + [anon_sym_offsetof] = ACTIONS(2761), + [anon_sym__Generic] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym___asm__] = ACTIONS(2761), + [anon_sym___asm] = ACTIONS(2761), + [aux_sym_number_literal_token1] = ACTIONS(2763), + [aux_sym_number_literal_token2] = ACTIONS(2761), + [anon_sym_L_SQUOTE] = ACTIONS(2763), + [anon_sym_u_SQUOTE] = ACTIONS(2763), + [anon_sym_U_SQUOTE] = ACTIONS(2763), + [anon_sym_u8_SQUOTE] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2763), + [anon_sym_L_DQUOTE] = ACTIONS(2763), + [anon_sym_u_DQUOTE] = ACTIONS(2763), + [anon_sym_U_DQUOTE] = ACTIONS(2763), + [anon_sym_u8_DQUOTE] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2763), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [anon_sym_NULL] = ACTIONS(2761), + [anon_sym_nullptr] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [anon_sym_delete] = ACTIONS(2761), + [anon_sym_throw] = ACTIONS(2761), + [anon_sym_namespace] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_concept] = ACTIONS(2761), + [anon_sym_co_return] = ACTIONS(2761), + [anon_sym_co_yield] = ACTIONS(2761), + [anon_sym_R_DQUOTE] = ACTIONS(2763), + [anon_sym_LR_DQUOTE] = ACTIONS(2763), + [anon_sym_uR_DQUOTE] = ACTIONS(2763), + [anon_sym_UR_DQUOTE] = ACTIONS(2763), + [anon_sym_u8R_DQUOTE] = ACTIONS(2763), + [anon_sym_co_await] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(2761), + [anon_sym_requires] = ACTIONS(2761), + [sym_this] = ACTIONS(2761), }, - [424] = { - [sym_identifier] = ACTIONS(2847), - [aux_sym_preproc_include_token1] = ACTIONS(2847), - [aux_sym_preproc_def_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token2] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2847), - [sym_preproc_directive] = ACTIONS(2847), - [anon_sym_LPAREN2] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), - [anon_sym_TILDE] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2849), - [anon_sym_AMP_AMP] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2847), - [anon_sym_SEMI] = ACTIONS(2849), - [anon_sym___extension__] = ACTIONS(2847), - [anon_sym_typedef] = ACTIONS(2847), - [anon_sym_virtual] = ACTIONS(2847), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym___attribute__] = ACTIONS(2847), - [anon_sym___attribute] = ACTIONS(2847), - [anon_sym_COLON_COLON] = ACTIONS(2849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2849), - [anon_sym___declspec] = ACTIONS(2847), - [anon_sym___based] = ACTIONS(2847), - [anon_sym___cdecl] = ACTIONS(2847), - [anon_sym___clrcall] = ACTIONS(2847), - [anon_sym___stdcall] = ACTIONS(2847), - [anon_sym___fastcall] = ACTIONS(2847), - [anon_sym___thiscall] = ACTIONS(2847), - [anon_sym___vectorcall] = ACTIONS(2847), - [anon_sym_LBRACE] = ACTIONS(2849), - [anon_sym_signed] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym___inline] = ACTIONS(2847), - [anon_sym___inline__] = ACTIONS(2847), - [anon_sym___forceinline] = ACTIONS(2847), - [anon_sym_thread_local] = ACTIONS(2847), - [anon_sym___thread] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_constexpr] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym___restrict__] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym__Noreturn] = ACTIONS(2847), - [anon_sym_noreturn] = ACTIONS(2847), - [anon_sym__Nonnull] = ACTIONS(2847), - [anon_sym_mutable] = ACTIONS(2847), - [anon_sym_constinit] = ACTIONS(2847), - [anon_sym_consteval] = ACTIONS(2847), - [anon_sym_PROGMEM] = ACTIONS(2847), - [anon_sym_alignas] = ACTIONS(2847), - [anon_sym__Alignas] = ACTIONS(2847), - [aux_sym_primitive_type_token1] = ACTIONS(2847), - [anon_sym_byte] = ACTIONS(2847), - [anon_sym_word] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_class] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [anon_sym_if] = ACTIONS(2847), - [anon_sym_else] = ACTIONS(2847), - [anon_sym_switch] = ACTIONS(2847), - [anon_sym_case] = ACTIONS(2847), - [anon_sym_default] = ACTIONS(2847), - [anon_sym_while] = ACTIONS(2847), - [anon_sym_do] = ACTIONS(2847), - [anon_sym_for] = ACTIONS(2847), - [anon_sym_return] = ACTIONS(2847), - [anon_sym_break] = ACTIONS(2847), - [anon_sym_continue] = ACTIONS(2847), - [anon_sym_goto] = ACTIONS(2847), - [anon_sym___try] = ACTIONS(2847), - [anon_sym___leave] = ACTIONS(2847), - [anon_sym_not] = ACTIONS(2847), - [anon_sym_compl] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_sizeof] = ACTIONS(2847), - [anon_sym___alignof__] = ACTIONS(2847), - [anon_sym___alignof] = ACTIONS(2847), - [anon_sym__alignof] = ACTIONS(2847), - [anon_sym_alignof] = ACTIONS(2847), - [anon_sym__Alignof] = ACTIONS(2847), - [anon_sym_offsetof] = ACTIONS(2847), - [anon_sym__Generic] = ACTIONS(2847), - [anon_sym_asm] = ACTIONS(2847), - [anon_sym___asm__] = ACTIONS(2847), - [anon_sym___asm] = ACTIONS(2847), - [aux_sym_number_literal_token1] = ACTIONS(2849), - [aux_sym_number_literal_token2] = ACTIONS(2847), - [anon_sym_L_SQUOTE] = ACTIONS(2849), - [anon_sym_u_SQUOTE] = ACTIONS(2849), - [anon_sym_U_SQUOTE] = ACTIONS(2849), - [anon_sym_u8_SQUOTE] = ACTIONS(2849), - [anon_sym_SQUOTE] = ACTIONS(2849), - [anon_sym_L_DQUOTE] = ACTIONS(2849), - [anon_sym_u_DQUOTE] = ACTIONS(2849), - [anon_sym_U_DQUOTE] = ACTIONS(2849), - [anon_sym_u8_DQUOTE] = ACTIONS(2849), - [anon_sym_DQUOTE] = ACTIONS(2849), - [sym_true] = ACTIONS(2847), - [sym_false] = ACTIONS(2847), - [anon_sym_NULL] = ACTIONS(2847), - [anon_sym_nullptr] = ACTIONS(2847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2847), - [anon_sym_decltype] = ACTIONS(2847), - [anon_sym_explicit] = ACTIONS(2847), - [anon_sym_typename] = ACTIONS(2847), - [anon_sym_template] = ACTIONS(2847), - [anon_sym_operator] = ACTIONS(2847), - [anon_sym_try] = ACTIONS(2847), - [anon_sym_delete] = ACTIONS(2847), - [anon_sym_throw] = ACTIONS(2847), - [anon_sym_namespace] = ACTIONS(2847), - [anon_sym_using] = ACTIONS(2847), - [anon_sym_static_assert] = ACTIONS(2847), - [anon_sym_concept] = ACTIONS(2847), - [anon_sym_co_return] = ACTIONS(2847), - [anon_sym_co_yield] = ACTIONS(2847), - [anon_sym_R_DQUOTE] = ACTIONS(2849), - [anon_sym_LR_DQUOTE] = ACTIONS(2849), - [anon_sym_uR_DQUOTE] = ACTIONS(2849), - [anon_sym_UR_DQUOTE] = ACTIONS(2849), - [anon_sym_u8R_DQUOTE] = ACTIONS(2849), - [anon_sym_co_await] = ACTIONS(2847), - [anon_sym_new] = ACTIONS(2847), - [anon_sym_requires] = ACTIONS(2847), - [sym_this] = ACTIONS(2847), + [412] = { + [sym_else_clause] = STATE(466), + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_include_token1] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token2] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym___extension__] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___attribute] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym___cdecl] = ACTIONS(2761), + [anon_sym___clrcall] = ACTIONS(2761), + [anon_sym___stdcall] = ACTIONS(2761), + [anon_sym___fastcall] = ACTIONS(2761), + [anon_sym___thiscall] = ACTIONS(2761), + [anon_sym___vectorcall] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym___inline] = ACTIONS(2761), + [anon_sym___inline__] = ACTIONS(2761), + [anon_sym___forceinline] = ACTIONS(2761), + [anon_sym_thread_local] = ACTIONS(2761), + [anon_sym___thread] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym___restrict__] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym__Noreturn] = ACTIONS(2761), + [anon_sym_noreturn] = ACTIONS(2761), + [anon_sym__Nonnull] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constinit] = ACTIONS(2761), + [anon_sym_consteval] = ACTIONS(2761), + [anon_sym_PROGMEM] = ACTIONS(2761), + [anon_sym_alignas] = ACTIONS(2761), + [anon_sym__Alignas] = ACTIONS(2761), + [aux_sym_primitive_type_token1] = ACTIONS(2761), + [anon_sym_byte] = ACTIONS(2761), + [anon_sym_word] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_else] = ACTIONS(3333), + [anon_sym_switch] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_default] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_do] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym___try] = ACTIONS(2761), + [anon_sym___leave] = ACTIONS(2761), + [anon_sym_not] = ACTIONS(2761), + [anon_sym_compl] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_sizeof] = ACTIONS(2761), + [anon_sym___alignof__] = ACTIONS(2761), + [anon_sym___alignof] = ACTIONS(2761), + [anon_sym__alignof] = ACTIONS(2761), + [anon_sym_alignof] = ACTIONS(2761), + [anon_sym__Alignof] = ACTIONS(2761), + [anon_sym_offsetof] = ACTIONS(2761), + [anon_sym__Generic] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym___asm__] = ACTIONS(2761), + [anon_sym___asm] = ACTIONS(2761), + [aux_sym_number_literal_token1] = ACTIONS(2763), + [aux_sym_number_literal_token2] = ACTIONS(2761), + [anon_sym_L_SQUOTE] = ACTIONS(2763), + [anon_sym_u_SQUOTE] = ACTIONS(2763), + [anon_sym_U_SQUOTE] = ACTIONS(2763), + [anon_sym_u8_SQUOTE] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2763), + [anon_sym_L_DQUOTE] = ACTIONS(2763), + [anon_sym_u_DQUOTE] = ACTIONS(2763), + [anon_sym_U_DQUOTE] = ACTIONS(2763), + [anon_sym_u8_DQUOTE] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2763), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [anon_sym_NULL] = ACTIONS(2761), + [anon_sym_nullptr] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [anon_sym_delete] = ACTIONS(2761), + [anon_sym_throw] = ACTIONS(2761), + [anon_sym_namespace] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_concept] = ACTIONS(2761), + [anon_sym_co_return] = ACTIONS(2761), + [anon_sym_co_yield] = ACTIONS(2761), + [anon_sym_R_DQUOTE] = ACTIONS(2763), + [anon_sym_LR_DQUOTE] = ACTIONS(2763), + [anon_sym_uR_DQUOTE] = ACTIONS(2763), + [anon_sym_UR_DQUOTE] = ACTIONS(2763), + [anon_sym_u8R_DQUOTE] = ACTIONS(2763), + [anon_sym_co_await] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(2761), + [anon_sym_requires] = ACTIONS(2761), + [sym_this] = ACTIONS(2761), }, - [425] = { - [sym_identifier] = ACTIONS(2901), - [aux_sym_preproc_include_token1] = ACTIONS(2901), - [aux_sym_preproc_def_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token2] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), - [sym_preproc_directive] = ACTIONS(2901), - [anon_sym_LPAREN2] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_PLUS] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym___extension__] = ACTIONS(2901), - [anon_sym_typedef] = ACTIONS(2901), - [anon_sym_virtual] = ACTIONS(2901), - [anon_sym_extern] = ACTIONS(2901), - [anon_sym___attribute__] = ACTIONS(2901), - [anon_sym___attribute] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2903), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), - [anon_sym___declspec] = ACTIONS(2901), - [anon_sym___based] = ACTIONS(2901), - [anon_sym___cdecl] = ACTIONS(2901), - [anon_sym___clrcall] = ACTIONS(2901), - [anon_sym___stdcall] = ACTIONS(2901), - [anon_sym___fastcall] = ACTIONS(2901), - [anon_sym___thiscall] = ACTIONS(2901), - [anon_sym___vectorcall] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_signed] = ACTIONS(2901), - [anon_sym_unsigned] = ACTIONS(2901), - [anon_sym_long] = ACTIONS(2901), - [anon_sym_short] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_static] = ACTIONS(2901), - [anon_sym_register] = ACTIONS(2901), - [anon_sym_inline] = ACTIONS(2901), - [anon_sym___inline] = ACTIONS(2901), - [anon_sym___inline__] = ACTIONS(2901), - [anon_sym___forceinline] = ACTIONS(2901), - [anon_sym_thread_local] = ACTIONS(2901), - [anon_sym___thread] = ACTIONS(2901), - [anon_sym_const] = ACTIONS(2901), - [anon_sym_constexpr] = ACTIONS(2901), - [anon_sym_volatile] = ACTIONS(2901), - [anon_sym_restrict] = ACTIONS(2901), - [anon_sym___restrict__] = ACTIONS(2901), - [anon_sym__Atomic] = ACTIONS(2901), - [anon_sym__Noreturn] = ACTIONS(2901), - [anon_sym_noreturn] = ACTIONS(2901), - [anon_sym__Nonnull] = ACTIONS(2901), - [anon_sym_mutable] = ACTIONS(2901), - [anon_sym_constinit] = ACTIONS(2901), - [anon_sym_consteval] = ACTIONS(2901), - [anon_sym_PROGMEM] = ACTIONS(2901), - [anon_sym_alignas] = ACTIONS(2901), - [anon_sym__Alignas] = ACTIONS(2901), - [aux_sym_primitive_type_token1] = ACTIONS(2901), - [anon_sym_byte] = ACTIONS(2901), - [anon_sym_word] = ACTIONS(2901), - [anon_sym_enum] = ACTIONS(2901), - [anon_sym_class] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2901), - [anon_sym_union] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2901), - [anon_sym_else] = ACTIONS(2901), - [anon_sym_switch] = ACTIONS(2901), - [anon_sym_case] = ACTIONS(2901), - [anon_sym_default] = ACTIONS(2901), - [anon_sym_while] = ACTIONS(2901), - [anon_sym_do] = ACTIONS(2901), - [anon_sym_for] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2901), - [anon_sym_break] = ACTIONS(2901), - [anon_sym_continue] = ACTIONS(2901), - [anon_sym_goto] = ACTIONS(2901), - [anon_sym___try] = ACTIONS(2901), - [anon_sym___leave] = ACTIONS(2901), - [anon_sym_not] = ACTIONS(2901), - [anon_sym_compl] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_sizeof] = ACTIONS(2901), - [anon_sym___alignof__] = ACTIONS(2901), - [anon_sym___alignof] = ACTIONS(2901), - [anon_sym__alignof] = ACTIONS(2901), - [anon_sym_alignof] = ACTIONS(2901), - [anon_sym__Alignof] = ACTIONS(2901), - [anon_sym_offsetof] = ACTIONS(2901), - [anon_sym__Generic] = ACTIONS(2901), - [anon_sym_asm] = ACTIONS(2901), - [anon_sym___asm__] = ACTIONS(2901), - [anon_sym___asm] = ACTIONS(2901), - [aux_sym_number_literal_token1] = ACTIONS(2903), - [aux_sym_number_literal_token2] = ACTIONS(2901), - [anon_sym_L_SQUOTE] = ACTIONS(2903), - [anon_sym_u_SQUOTE] = ACTIONS(2903), - [anon_sym_U_SQUOTE] = ACTIONS(2903), - [anon_sym_u8_SQUOTE] = ACTIONS(2903), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_L_DQUOTE] = ACTIONS(2903), - [anon_sym_u_DQUOTE] = ACTIONS(2903), - [anon_sym_U_DQUOTE] = ACTIONS(2903), - [anon_sym_u8_DQUOTE] = ACTIONS(2903), - [anon_sym_DQUOTE] = ACTIONS(2903), - [sym_true] = ACTIONS(2901), - [sym_false] = ACTIONS(2901), - [anon_sym_NULL] = ACTIONS(2901), - [anon_sym_nullptr] = ACTIONS(2901), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2901), - [anon_sym_decltype] = ACTIONS(2901), - [anon_sym_explicit] = ACTIONS(2901), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_template] = ACTIONS(2901), - [anon_sym_operator] = ACTIONS(2901), - [anon_sym_try] = ACTIONS(2901), - [anon_sym_delete] = ACTIONS(2901), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_namespace] = ACTIONS(2901), - [anon_sym_using] = ACTIONS(2901), - [anon_sym_static_assert] = ACTIONS(2901), - [anon_sym_concept] = ACTIONS(2901), - [anon_sym_co_return] = ACTIONS(2901), - [anon_sym_co_yield] = ACTIONS(2901), - [anon_sym_R_DQUOTE] = ACTIONS(2903), - [anon_sym_LR_DQUOTE] = ACTIONS(2903), - [anon_sym_uR_DQUOTE] = ACTIONS(2903), - [anon_sym_UR_DQUOTE] = ACTIONS(2903), - [anon_sym_u8R_DQUOTE] = ACTIONS(2903), - [anon_sym_co_await] = ACTIONS(2901), - [anon_sym_new] = ACTIONS(2901), - [anon_sym_requires] = ACTIONS(2901), - [sym_this] = ACTIONS(2901), + [413] = { + [sym_else_clause] = STATE(463), + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_include_token1] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token2] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_SEMI] = ACTIONS(2755), + [anon_sym___extension__] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___attribute] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym___cdecl] = ACTIONS(2753), + [anon_sym___clrcall] = ACTIONS(2753), + [anon_sym___stdcall] = ACTIONS(2753), + [anon_sym___fastcall] = ACTIONS(2753), + [anon_sym___thiscall] = ACTIONS(2753), + [anon_sym___vectorcall] = ACTIONS(2753), + [anon_sym_LBRACE] = ACTIONS(2755), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym___inline] = ACTIONS(2753), + [anon_sym___inline__] = ACTIONS(2753), + [anon_sym___forceinline] = ACTIONS(2753), + [anon_sym_thread_local] = ACTIONS(2753), + [anon_sym___thread] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym___restrict__] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym__Noreturn] = ACTIONS(2753), + [anon_sym_noreturn] = ACTIONS(2753), + [anon_sym__Nonnull] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constinit] = ACTIONS(2753), + [anon_sym_consteval] = ACTIONS(2753), + [anon_sym_PROGMEM] = ACTIONS(2753), + [anon_sym_alignas] = ACTIONS(2753), + [anon_sym__Alignas] = ACTIONS(2753), + [aux_sym_primitive_type_token1] = ACTIONS(2753), + [anon_sym_byte] = ACTIONS(2753), + [anon_sym_word] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_else] = ACTIONS(3333), + [anon_sym_switch] = ACTIONS(2753), + [anon_sym_case] = ACTIONS(2753), + [anon_sym_default] = ACTIONS(2753), + [anon_sym_while] = ACTIONS(2753), + [anon_sym_do] = ACTIONS(2753), + [anon_sym_for] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_goto] = ACTIONS(2753), + [anon_sym___try] = ACTIONS(2753), + [anon_sym___leave] = ACTIONS(2753), + [anon_sym_not] = ACTIONS(2753), + [anon_sym_compl] = ACTIONS(2753), + [anon_sym_DASH_DASH] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2755), + [anon_sym_sizeof] = ACTIONS(2753), + [anon_sym___alignof__] = ACTIONS(2753), + [anon_sym___alignof] = ACTIONS(2753), + [anon_sym__alignof] = ACTIONS(2753), + [anon_sym_alignof] = ACTIONS(2753), + [anon_sym__Alignof] = ACTIONS(2753), + [anon_sym_offsetof] = ACTIONS(2753), + [anon_sym__Generic] = ACTIONS(2753), + [anon_sym_asm] = ACTIONS(2753), + [anon_sym___asm__] = ACTIONS(2753), + [anon_sym___asm] = ACTIONS(2753), + [aux_sym_number_literal_token1] = ACTIONS(2755), + [aux_sym_number_literal_token2] = ACTIONS(2753), + [anon_sym_L_SQUOTE] = ACTIONS(2755), + [anon_sym_u_SQUOTE] = ACTIONS(2755), + [anon_sym_U_SQUOTE] = ACTIONS(2755), + [anon_sym_u8_SQUOTE] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2755), + [anon_sym_L_DQUOTE] = ACTIONS(2755), + [anon_sym_u_DQUOTE] = ACTIONS(2755), + [anon_sym_U_DQUOTE] = ACTIONS(2755), + [anon_sym_u8_DQUOTE] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), + [sym_true] = ACTIONS(2753), + [sym_false] = ACTIONS(2753), + [anon_sym_NULL] = ACTIONS(2753), + [anon_sym_nullptr] = ACTIONS(2753), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2753), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [anon_sym_delete] = ACTIONS(2753), + [anon_sym_throw] = ACTIONS(2753), + [anon_sym_namespace] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_concept] = ACTIONS(2753), + [anon_sym_co_return] = ACTIONS(2753), + [anon_sym_co_yield] = ACTIONS(2753), + [anon_sym_R_DQUOTE] = ACTIONS(2755), + [anon_sym_LR_DQUOTE] = ACTIONS(2755), + [anon_sym_uR_DQUOTE] = ACTIONS(2755), + [anon_sym_UR_DQUOTE] = ACTIONS(2755), + [anon_sym_u8R_DQUOTE] = ACTIONS(2755), + [anon_sym_co_await] = ACTIONS(2753), + [anon_sym_new] = ACTIONS(2753), + [anon_sym_requires] = ACTIONS(2753), + [sym_this] = ACTIONS(2753), }, - [426] = { - [ts_builtin_sym_end] = ACTIONS(2817), - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_include_token1] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_BANG] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym___cdecl] = ACTIONS(2815), - [anon_sym___clrcall] = ACTIONS(2815), - [anon_sym___stdcall] = ACTIONS(2815), - [anon_sym___fastcall] = ACTIONS(2815), - [anon_sym___thiscall] = ACTIONS(2815), - [anon_sym___vectorcall] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_switch] = ACTIONS(2815), - [anon_sym_case] = ACTIONS(2815), - [anon_sym_default] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_goto] = ACTIONS(2815), - [anon_sym___try] = ACTIONS(2815), - [anon_sym___leave] = ACTIONS(2815), - [anon_sym_not] = ACTIONS(2815), - [anon_sym_compl] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_sizeof] = ACTIONS(2815), - [anon_sym___alignof__] = ACTIONS(2815), - [anon_sym___alignof] = ACTIONS(2815), - [anon_sym__alignof] = ACTIONS(2815), - [anon_sym_alignof] = ACTIONS(2815), - [anon_sym__Alignof] = ACTIONS(2815), - [anon_sym_offsetof] = ACTIONS(2815), - [anon_sym__Generic] = ACTIONS(2815), - [anon_sym_asm] = ACTIONS(2815), - [anon_sym___asm__] = ACTIONS(2815), - [anon_sym___asm] = ACTIONS(2815), - [aux_sym_number_literal_token1] = ACTIONS(2817), - [aux_sym_number_literal_token2] = ACTIONS(2815), - [anon_sym_L_SQUOTE] = ACTIONS(2817), - [anon_sym_u_SQUOTE] = ACTIONS(2817), - [anon_sym_U_SQUOTE] = ACTIONS(2817), - [anon_sym_u8_SQUOTE] = ACTIONS(2817), - [anon_sym_SQUOTE] = ACTIONS(2817), - [anon_sym_L_DQUOTE] = ACTIONS(2817), - [anon_sym_u_DQUOTE] = ACTIONS(2817), - [anon_sym_U_DQUOTE] = ACTIONS(2817), - [anon_sym_u8_DQUOTE] = ACTIONS(2817), - [anon_sym_DQUOTE] = ACTIONS(2817), - [sym_true] = ACTIONS(2815), - [sym_false] = ACTIONS(2815), - [anon_sym_NULL] = ACTIONS(2815), - [anon_sym_nullptr] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [anon_sym_delete] = ACTIONS(2815), - [anon_sym_throw] = ACTIONS(2815), - [anon_sym_namespace] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), - [anon_sym_concept] = ACTIONS(2815), - [anon_sym_co_return] = ACTIONS(2815), - [anon_sym_co_yield] = ACTIONS(2815), - [anon_sym_R_DQUOTE] = ACTIONS(2817), - [anon_sym_LR_DQUOTE] = ACTIONS(2817), - [anon_sym_uR_DQUOTE] = ACTIONS(2817), - [anon_sym_UR_DQUOTE] = ACTIONS(2817), - [anon_sym_u8R_DQUOTE] = ACTIONS(2817), - [anon_sym_co_await] = ACTIONS(2815), - [anon_sym_new] = ACTIONS(2815), - [anon_sym_requires] = ACTIONS(2815), - [sym_this] = ACTIONS(2815), + [414] = { + [ts_builtin_sym_end] = ACTIONS(2655), + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_include_token1] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym___cdecl] = ACTIONS(2653), + [anon_sym___clrcall] = ACTIONS(2653), + [anon_sym___stdcall] = ACTIONS(2653), + [anon_sym___fastcall] = ACTIONS(2653), + [anon_sym___thiscall] = ACTIONS(2653), + [anon_sym___vectorcall] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_switch] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym___try] = ACTIONS(2653), + [anon_sym___leave] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_compl] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_sizeof] = ACTIONS(2653), + [anon_sym___alignof__] = ACTIONS(2653), + [anon_sym___alignof] = ACTIONS(2653), + [anon_sym__alignof] = ACTIONS(2653), + [anon_sym_alignof] = ACTIONS(2653), + [anon_sym__Alignof] = ACTIONS(2653), + [anon_sym_offsetof] = ACTIONS(2653), + [anon_sym__Generic] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym___asm__] = ACTIONS(2653), + [anon_sym___asm] = ACTIONS(2653), + [aux_sym_number_literal_token1] = ACTIONS(2655), + [aux_sym_number_literal_token2] = ACTIONS(2653), + [anon_sym_L_SQUOTE] = ACTIONS(2655), + [anon_sym_u_SQUOTE] = ACTIONS(2655), + [anon_sym_U_SQUOTE] = ACTIONS(2655), + [anon_sym_u8_SQUOTE] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2655), + [anon_sym_L_DQUOTE] = ACTIONS(2655), + [anon_sym_u_DQUOTE] = ACTIONS(2655), + [anon_sym_U_DQUOTE] = ACTIONS(2655), + [anon_sym_u8_DQUOTE] = ACTIONS(2655), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [anon_sym_NULL] = ACTIONS(2653), + [anon_sym_nullptr] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_delete] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [anon_sym_namespace] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_concept] = ACTIONS(2653), + [anon_sym_co_return] = ACTIONS(2653), + [anon_sym_co_yield] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + [anon_sym_R_DQUOTE] = ACTIONS(2655), + [anon_sym_LR_DQUOTE] = ACTIONS(2655), + [anon_sym_uR_DQUOTE] = ACTIONS(2655), + [anon_sym_UR_DQUOTE] = ACTIONS(2655), + [anon_sym_u8R_DQUOTE] = ACTIONS(2655), + [anon_sym_co_await] = ACTIONS(2653), + [anon_sym_new] = ACTIONS(2653), + [anon_sym_requires] = ACTIONS(2653), + [sym_this] = ACTIONS(2653), }, - [427] = { - [ts_builtin_sym_end] = ACTIONS(2927), - [sym_identifier] = ACTIONS(2925), - [aux_sym_preproc_include_token1] = ACTIONS(2925), - [aux_sym_preproc_def_token1] = ACTIONS(2925), - [aux_sym_preproc_if_token1] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), - [sym_preproc_directive] = ACTIONS(2925), - [anon_sym_LPAREN2] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_PLUS] = ACTIONS(2925), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2925), - [anon_sym_SEMI] = ACTIONS(2927), - [anon_sym___extension__] = ACTIONS(2925), - [anon_sym_typedef] = ACTIONS(2925), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym___attribute] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym___based] = ACTIONS(2925), - [anon_sym___cdecl] = ACTIONS(2925), - [anon_sym___clrcall] = ACTIONS(2925), - [anon_sym___stdcall] = ACTIONS(2925), - [anon_sym___fastcall] = ACTIONS(2925), - [anon_sym___thiscall] = ACTIONS(2925), - [anon_sym___vectorcall] = ACTIONS(2925), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym___inline] = ACTIONS(2925), - [anon_sym___inline__] = ACTIONS(2925), - [anon_sym___forceinline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym___thread] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym___restrict__] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym__Noreturn] = ACTIONS(2925), - [anon_sym_noreturn] = ACTIONS(2925), - [anon_sym__Nonnull] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_PROGMEM] = ACTIONS(2925), - [anon_sym_alignas] = ACTIONS(2925), - [anon_sym__Alignas] = ACTIONS(2925), - [aux_sym_primitive_type_token1] = ACTIONS(2925), - [anon_sym_byte] = ACTIONS(2925), - [anon_sym_word] = ACTIONS(2925), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [anon_sym_if] = ACTIONS(2925), - [anon_sym_else] = ACTIONS(2925), - [anon_sym_switch] = ACTIONS(2925), - [anon_sym_case] = ACTIONS(2925), - [anon_sym_default] = ACTIONS(2925), - [anon_sym_while] = ACTIONS(2925), - [anon_sym_do] = ACTIONS(2925), - [anon_sym_for] = ACTIONS(2925), - [anon_sym_return] = ACTIONS(2925), - [anon_sym_break] = ACTIONS(2925), - [anon_sym_continue] = ACTIONS(2925), - [anon_sym_goto] = ACTIONS(2925), - [anon_sym___try] = ACTIONS(2925), - [anon_sym___leave] = ACTIONS(2925), - [anon_sym_not] = ACTIONS(2925), - [anon_sym_compl] = ACTIONS(2925), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_sizeof] = ACTIONS(2925), - [anon_sym___alignof__] = ACTIONS(2925), - [anon_sym___alignof] = ACTIONS(2925), - [anon_sym__alignof] = ACTIONS(2925), - [anon_sym_alignof] = ACTIONS(2925), - [anon_sym__Alignof] = ACTIONS(2925), - [anon_sym_offsetof] = ACTIONS(2925), - [anon_sym__Generic] = ACTIONS(2925), - [anon_sym_asm] = ACTIONS(2925), - [anon_sym___asm__] = ACTIONS(2925), - [anon_sym___asm] = ACTIONS(2925), - [aux_sym_number_literal_token1] = ACTIONS(2927), - [aux_sym_number_literal_token2] = ACTIONS(2925), - [anon_sym_L_SQUOTE] = ACTIONS(2927), - [anon_sym_u_SQUOTE] = ACTIONS(2927), - [anon_sym_U_SQUOTE] = ACTIONS(2927), - [anon_sym_u8_SQUOTE] = ACTIONS(2927), - [anon_sym_SQUOTE] = ACTIONS(2927), - [anon_sym_L_DQUOTE] = ACTIONS(2927), - [anon_sym_u_DQUOTE] = ACTIONS(2927), - [anon_sym_U_DQUOTE] = ACTIONS(2927), - [anon_sym_u8_DQUOTE] = ACTIONS(2927), - [anon_sym_DQUOTE] = ACTIONS(2927), - [sym_true] = ACTIONS(2925), - [sym_false] = ACTIONS(2925), - [anon_sym_NULL] = ACTIONS(2925), - [anon_sym_nullptr] = ACTIONS(2925), + [415] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_else] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), + }, + [416] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_include_token1] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token2] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_PLUS] = ACTIONS(1924), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym___cdecl] = ACTIONS(1924), + [anon_sym___clrcall] = ACTIONS(1924), + [anon_sym___stdcall] = ACTIONS(1924), + [anon_sym___fastcall] = ACTIONS(1924), + [anon_sym___thiscall] = ACTIONS(1924), + [anon_sym___vectorcall] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_else] = ACTIONS(1924), + [anon_sym_switch] = ACTIONS(1924), + [anon_sym_case] = ACTIONS(1924), + [anon_sym_default] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_goto] = ACTIONS(1924), + [anon_sym___try] = ACTIONS(1924), + [anon_sym___leave] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_compl] = ACTIONS(1924), + [anon_sym_DASH_DASH] = ACTIONS(1922), + [anon_sym_PLUS_PLUS] = ACTIONS(1922), + [anon_sym_sizeof] = ACTIONS(1924), + [anon_sym___alignof__] = ACTIONS(1924), + [anon_sym___alignof] = ACTIONS(1924), + [anon_sym__alignof] = ACTIONS(1924), + [anon_sym_alignof] = ACTIONS(1924), + [anon_sym__Alignof] = ACTIONS(1924), + [anon_sym_offsetof] = ACTIONS(1924), + [anon_sym__Generic] = ACTIONS(1924), + [anon_sym_asm] = ACTIONS(1924), + [anon_sym___asm__] = ACTIONS(1924), + [anon_sym___asm] = ACTIONS(1924), + [aux_sym_number_literal_token1] = ACTIONS(1922), + [aux_sym_number_literal_token2] = ACTIONS(1924), + [anon_sym_L_SQUOTE] = ACTIONS(1922), + [anon_sym_u_SQUOTE] = ACTIONS(1922), + [anon_sym_U_SQUOTE] = ACTIONS(1922), + [anon_sym_u8_SQUOTE] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1922), + [anon_sym_L_DQUOTE] = ACTIONS(1922), + [anon_sym_u_DQUOTE] = ACTIONS(1922), + [anon_sym_U_DQUOTE] = ACTIONS(1922), + [anon_sym_u8_DQUOTE] = ACTIONS(1922), + [anon_sym_DQUOTE] = ACTIONS(1922), + [sym_true] = ACTIONS(1924), + [sym_false] = ACTIONS(1924), + [anon_sym_NULL] = ACTIONS(1924), + [anon_sym_nullptr] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_delete] = ACTIONS(1924), + [anon_sym_throw] = ACTIONS(1924), + [anon_sym_namespace] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_concept] = ACTIONS(1924), + [anon_sym_co_return] = ACTIONS(1924), + [anon_sym_co_yield] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + [anon_sym_R_DQUOTE] = ACTIONS(1922), + [anon_sym_LR_DQUOTE] = ACTIONS(1922), + [anon_sym_uR_DQUOTE] = ACTIONS(1922), + [anon_sym_UR_DQUOTE] = ACTIONS(1922), + [anon_sym_u8R_DQUOTE] = ACTIONS(1922), + [anon_sym_co_await] = ACTIONS(1924), + [anon_sym_new] = ACTIONS(1924), + [anon_sym_requires] = ACTIONS(1924), + [sym_this] = ACTIONS(1924), + }, + [417] = { + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_include_token1] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token2] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym___cdecl] = ACTIONS(2653), + [anon_sym___clrcall] = ACTIONS(2653), + [anon_sym___stdcall] = ACTIONS(2653), + [anon_sym___fastcall] = ACTIONS(2653), + [anon_sym___thiscall] = ACTIONS(2653), + [anon_sym___vectorcall] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_switch] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym___try] = ACTIONS(2653), + [anon_sym___leave] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_compl] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_sizeof] = ACTIONS(2653), + [anon_sym___alignof__] = ACTIONS(2653), + [anon_sym___alignof] = ACTIONS(2653), + [anon_sym__alignof] = ACTIONS(2653), + [anon_sym_alignof] = ACTIONS(2653), + [anon_sym__Alignof] = ACTIONS(2653), + [anon_sym_offsetof] = ACTIONS(2653), + [anon_sym__Generic] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym___asm__] = ACTIONS(2653), + [anon_sym___asm] = ACTIONS(2653), + [aux_sym_number_literal_token1] = ACTIONS(2655), + [aux_sym_number_literal_token2] = ACTIONS(2653), + [anon_sym_L_SQUOTE] = ACTIONS(2655), + [anon_sym_u_SQUOTE] = ACTIONS(2655), + [anon_sym_U_SQUOTE] = ACTIONS(2655), + [anon_sym_u8_SQUOTE] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2655), + [anon_sym_L_DQUOTE] = ACTIONS(2655), + [anon_sym_u_DQUOTE] = ACTIONS(2655), + [anon_sym_U_DQUOTE] = ACTIONS(2655), + [anon_sym_u8_DQUOTE] = ACTIONS(2655), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [anon_sym_NULL] = ACTIONS(2653), + [anon_sym_nullptr] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_delete] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [anon_sym_namespace] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_concept] = ACTIONS(2653), + [anon_sym_co_return] = ACTIONS(2653), + [anon_sym_co_yield] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + [anon_sym_R_DQUOTE] = ACTIONS(2655), + [anon_sym_LR_DQUOTE] = ACTIONS(2655), + [anon_sym_uR_DQUOTE] = ACTIONS(2655), + [anon_sym_UR_DQUOTE] = ACTIONS(2655), + [anon_sym_u8R_DQUOTE] = ACTIONS(2655), + [anon_sym_co_await] = ACTIONS(2653), + [anon_sym_new] = ACTIONS(2653), + [anon_sym_requires] = ACTIONS(2653), + [sym_this] = ACTIONS(2653), + }, + [418] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_include_token1] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_PLUS] = ACTIONS(1924), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym___cdecl] = ACTIONS(1924), + [anon_sym___clrcall] = ACTIONS(1924), + [anon_sym___stdcall] = ACTIONS(1924), + [anon_sym___fastcall] = ACTIONS(1924), + [anon_sym___thiscall] = ACTIONS(1924), + [anon_sym___vectorcall] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_RBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_else] = ACTIONS(1924), + [anon_sym_switch] = ACTIONS(1924), + [anon_sym_case] = ACTIONS(1924), + [anon_sym_default] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_goto] = ACTIONS(1924), + [anon_sym___try] = ACTIONS(1924), + [anon_sym___leave] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_compl] = ACTIONS(1924), + [anon_sym_DASH_DASH] = ACTIONS(1922), + [anon_sym_PLUS_PLUS] = ACTIONS(1922), + [anon_sym_sizeof] = ACTIONS(1924), + [anon_sym___alignof__] = ACTIONS(1924), + [anon_sym___alignof] = ACTIONS(1924), + [anon_sym__alignof] = ACTIONS(1924), + [anon_sym_alignof] = ACTIONS(1924), + [anon_sym__Alignof] = ACTIONS(1924), + [anon_sym_offsetof] = ACTIONS(1924), + [anon_sym__Generic] = ACTIONS(1924), + [anon_sym_asm] = ACTIONS(1924), + [anon_sym___asm__] = ACTIONS(1924), + [anon_sym___asm] = ACTIONS(1924), + [aux_sym_number_literal_token1] = ACTIONS(1922), + [aux_sym_number_literal_token2] = ACTIONS(1924), + [anon_sym_L_SQUOTE] = ACTIONS(1922), + [anon_sym_u_SQUOTE] = ACTIONS(1922), + [anon_sym_U_SQUOTE] = ACTIONS(1922), + [anon_sym_u8_SQUOTE] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1922), + [anon_sym_L_DQUOTE] = ACTIONS(1922), + [anon_sym_u_DQUOTE] = ACTIONS(1922), + [anon_sym_U_DQUOTE] = ACTIONS(1922), + [anon_sym_u8_DQUOTE] = ACTIONS(1922), + [anon_sym_DQUOTE] = ACTIONS(1922), + [sym_true] = ACTIONS(1924), + [sym_false] = ACTIONS(1924), + [anon_sym_NULL] = ACTIONS(1924), + [anon_sym_nullptr] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_delete] = ACTIONS(1924), + [anon_sym_throw] = ACTIONS(1924), + [anon_sym_namespace] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_concept] = ACTIONS(1924), + [anon_sym_co_return] = ACTIONS(1924), + [anon_sym_co_yield] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + [anon_sym_R_DQUOTE] = ACTIONS(1922), + [anon_sym_LR_DQUOTE] = ACTIONS(1922), + [anon_sym_uR_DQUOTE] = ACTIONS(1922), + [anon_sym_UR_DQUOTE] = ACTIONS(1922), + [anon_sym_u8R_DQUOTE] = ACTIONS(1922), + [anon_sym_co_await] = ACTIONS(1924), + [anon_sym_new] = ACTIONS(1924), + [anon_sym_requires] = ACTIONS(1924), + [sym_this] = ACTIONS(1924), + }, + [419] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_else] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), + }, + [420] = { + [sym_else_clause] = STATE(433), + [ts_builtin_sym_end] = ACTIONS(2755), + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_include_token1] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_SEMI] = ACTIONS(2755), + [anon_sym___extension__] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___attribute] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym___cdecl] = ACTIONS(2753), + [anon_sym___clrcall] = ACTIONS(2753), + [anon_sym___stdcall] = ACTIONS(2753), + [anon_sym___fastcall] = ACTIONS(2753), + [anon_sym___thiscall] = ACTIONS(2753), + [anon_sym___vectorcall] = ACTIONS(2753), + [anon_sym_LBRACE] = ACTIONS(2755), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym___inline] = ACTIONS(2753), + [anon_sym___inline__] = ACTIONS(2753), + [anon_sym___forceinline] = ACTIONS(2753), + [anon_sym_thread_local] = ACTIONS(2753), + [anon_sym___thread] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym___restrict__] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym__Noreturn] = ACTIONS(2753), + [anon_sym_noreturn] = ACTIONS(2753), + [anon_sym__Nonnull] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constinit] = ACTIONS(2753), + [anon_sym_consteval] = ACTIONS(2753), + [anon_sym_PROGMEM] = ACTIONS(2753), + [anon_sym_alignas] = ACTIONS(2753), + [anon_sym__Alignas] = ACTIONS(2753), + [aux_sym_primitive_type_token1] = ACTIONS(2753), + [anon_sym_byte] = ACTIONS(2753), + [anon_sym_word] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_else] = ACTIONS(3335), + [anon_sym_switch] = ACTIONS(2753), + [anon_sym_case] = ACTIONS(2753), + [anon_sym_default] = ACTIONS(2753), + [anon_sym_while] = ACTIONS(2753), + [anon_sym_do] = ACTIONS(2753), + [anon_sym_for] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_goto] = ACTIONS(2753), + [anon_sym___try] = ACTIONS(2753), + [anon_sym___leave] = ACTIONS(2753), + [anon_sym_not] = ACTIONS(2753), + [anon_sym_compl] = ACTIONS(2753), + [anon_sym_DASH_DASH] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2755), + [anon_sym_sizeof] = ACTIONS(2753), + [anon_sym___alignof__] = ACTIONS(2753), + [anon_sym___alignof] = ACTIONS(2753), + [anon_sym__alignof] = ACTIONS(2753), + [anon_sym_alignof] = ACTIONS(2753), + [anon_sym__Alignof] = ACTIONS(2753), + [anon_sym_offsetof] = ACTIONS(2753), + [anon_sym__Generic] = ACTIONS(2753), + [anon_sym_asm] = ACTIONS(2753), + [anon_sym___asm__] = ACTIONS(2753), + [anon_sym___asm] = ACTIONS(2753), + [aux_sym_number_literal_token1] = ACTIONS(2755), + [aux_sym_number_literal_token2] = ACTIONS(2753), + [anon_sym_L_SQUOTE] = ACTIONS(2755), + [anon_sym_u_SQUOTE] = ACTIONS(2755), + [anon_sym_U_SQUOTE] = ACTIONS(2755), + [anon_sym_u8_SQUOTE] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2755), + [anon_sym_L_DQUOTE] = ACTIONS(2755), + [anon_sym_u_DQUOTE] = ACTIONS(2755), + [anon_sym_U_DQUOTE] = ACTIONS(2755), + [anon_sym_u8_DQUOTE] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), + [sym_true] = ACTIONS(2753), + [sym_false] = ACTIONS(2753), + [anon_sym_NULL] = ACTIONS(2753), + [anon_sym_nullptr] = ACTIONS(2753), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2925), - [anon_sym_explicit] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2925), - [anon_sym_operator] = ACTIONS(2925), - [anon_sym_try] = ACTIONS(2925), - [anon_sym_delete] = ACTIONS(2925), - [anon_sym_throw] = ACTIONS(2925), - [anon_sym_namespace] = ACTIONS(2925), - [anon_sym_using] = ACTIONS(2925), - [anon_sym_static_assert] = ACTIONS(2925), - [anon_sym_concept] = ACTIONS(2925), - [anon_sym_co_return] = ACTIONS(2925), - [anon_sym_co_yield] = ACTIONS(2925), - [anon_sym_R_DQUOTE] = ACTIONS(2927), - [anon_sym_LR_DQUOTE] = ACTIONS(2927), - [anon_sym_uR_DQUOTE] = ACTIONS(2927), - [anon_sym_UR_DQUOTE] = ACTIONS(2927), - [anon_sym_u8R_DQUOTE] = ACTIONS(2927), - [anon_sym_co_await] = ACTIONS(2925), - [anon_sym_new] = ACTIONS(2925), - [anon_sym_requires] = ACTIONS(2925), - [sym_this] = ACTIONS(2925), + [sym_auto] = ACTIONS(2753), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [anon_sym_delete] = ACTIONS(2753), + [anon_sym_throw] = ACTIONS(2753), + [anon_sym_namespace] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_concept] = ACTIONS(2753), + [anon_sym_co_return] = ACTIONS(2753), + [anon_sym_co_yield] = ACTIONS(2753), + [anon_sym_R_DQUOTE] = ACTIONS(2755), + [anon_sym_LR_DQUOTE] = ACTIONS(2755), + [anon_sym_uR_DQUOTE] = ACTIONS(2755), + [anon_sym_UR_DQUOTE] = ACTIONS(2755), + [anon_sym_u8R_DQUOTE] = ACTIONS(2755), + [anon_sym_co_await] = ACTIONS(2753), + [anon_sym_new] = ACTIONS(2753), + [anon_sym_requires] = ACTIONS(2753), + [sym_this] = ACTIONS(2753), }, - [428] = { - [ts_builtin_sym_end] = ACTIONS(2771), - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_include_token1] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym___extension__] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___attribute] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym___cdecl] = ACTIONS(2769), - [anon_sym___clrcall] = ACTIONS(2769), - [anon_sym___stdcall] = ACTIONS(2769), - [anon_sym___fastcall] = ACTIONS(2769), - [anon_sym___thiscall] = ACTIONS(2769), - [anon_sym___vectorcall] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym___inline] = ACTIONS(2769), - [anon_sym___inline__] = ACTIONS(2769), - [anon_sym___forceinline] = ACTIONS(2769), - [anon_sym_thread_local] = ACTIONS(2769), - [anon_sym___thread] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym___restrict__] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym__Noreturn] = ACTIONS(2769), - [anon_sym_noreturn] = ACTIONS(2769), - [anon_sym__Nonnull] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constinit] = ACTIONS(2769), - [anon_sym_consteval] = ACTIONS(2769), - [anon_sym_PROGMEM] = ACTIONS(2769), - [anon_sym_alignas] = ACTIONS(2769), - [anon_sym__Alignas] = ACTIONS(2769), - [aux_sym_primitive_type_token1] = ACTIONS(2769), - [anon_sym_byte] = ACTIONS(2769), - [anon_sym_word] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_else] = ACTIONS(2769), - [anon_sym_switch] = ACTIONS(2769), - [anon_sym_case] = ACTIONS(2769), - [anon_sym_default] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_do] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_goto] = ACTIONS(2769), - [anon_sym___try] = ACTIONS(2769), - [anon_sym___leave] = ACTIONS(2769), - [anon_sym_not] = ACTIONS(2769), - [anon_sym_compl] = ACTIONS(2769), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_sizeof] = ACTIONS(2769), - [anon_sym___alignof__] = ACTIONS(2769), - [anon_sym___alignof] = ACTIONS(2769), - [anon_sym__alignof] = ACTIONS(2769), - [anon_sym_alignof] = ACTIONS(2769), - [anon_sym__Alignof] = ACTIONS(2769), - [anon_sym_offsetof] = ACTIONS(2769), - [anon_sym__Generic] = ACTIONS(2769), - [anon_sym_asm] = ACTIONS(2769), - [anon_sym___asm__] = ACTIONS(2769), - [anon_sym___asm] = ACTIONS(2769), - [aux_sym_number_literal_token1] = ACTIONS(2771), - [aux_sym_number_literal_token2] = ACTIONS(2769), - [anon_sym_L_SQUOTE] = ACTIONS(2771), - [anon_sym_u_SQUOTE] = ACTIONS(2771), - [anon_sym_U_SQUOTE] = ACTIONS(2771), - [anon_sym_u8_SQUOTE] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_L_DQUOTE] = ACTIONS(2771), - [anon_sym_u_DQUOTE] = ACTIONS(2771), - [anon_sym_U_DQUOTE] = ACTIONS(2771), - [anon_sym_u8_DQUOTE] = ACTIONS(2771), - [anon_sym_DQUOTE] = ACTIONS(2771), - [sym_true] = ACTIONS(2769), - [sym_false] = ACTIONS(2769), - [anon_sym_NULL] = ACTIONS(2769), - [anon_sym_nullptr] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2769), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [anon_sym_delete] = ACTIONS(2769), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_namespace] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_concept] = ACTIONS(2769), - [anon_sym_co_return] = ACTIONS(2769), - [anon_sym_co_yield] = ACTIONS(2769), - [anon_sym_R_DQUOTE] = ACTIONS(2771), - [anon_sym_LR_DQUOTE] = ACTIONS(2771), - [anon_sym_uR_DQUOTE] = ACTIONS(2771), - [anon_sym_UR_DQUOTE] = ACTIONS(2771), - [anon_sym_u8R_DQUOTE] = ACTIONS(2771), - [anon_sym_co_await] = ACTIONS(2769), - [anon_sym_new] = ACTIONS(2769), - [anon_sym_requires] = ACTIONS(2769), - [sym_this] = ACTIONS(2769), + [421] = { + [sym_else_clause] = STATE(513), + [sym_identifier] = ACTIONS(2753), + [aux_sym_preproc_include_token1] = ACTIONS(2753), + [aux_sym_preproc_def_token1] = ACTIONS(2753), + [aux_sym_preproc_if_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), + [sym_preproc_directive] = ACTIONS(2753), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP_AMP] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_SEMI] = ACTIONS(2755), + [anon_sym___extension__] = ACTIONS(2753), + [anon_sym_typedef] = ACTIONS(2753), + [anon_sym_virtual] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym___attribute__] = ACTIONS(2753), + [anon_sym___attribute] = ACTIONS(2753), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), + [anon_sym___declspec] = ACTIONS(2753), + [anon_sym___based] = ACTIONS(2753), + [anon_sym___cdecl] = ACTIONS(2753), + [anon_sym___clrcall] = ACTIONS(2753), + [anon_sym___stdcall] = ACTIONS(2753), + [anon_sym___fastcall] = ACTIONS(2753), + [anon_sym___thiscall] = ACTIONS(2753), + [anon_sym___vectorcall] = ACTIONS(2753), + [anon_sym_LBRACE] = ACTIONS(2755), + [anon_sym_RBRACE] = ACTIONS(2755), + [anon_sym_signed] = ACTIONS(2753), + [anon_sym_unsigned] = ACTIONS(2753), + [anon_sym_long] = ACTIONS(2753), + [anon_sym_short] = ACTIONS(2753), + [anon_sym_LBRACK] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_register] = ACTIONS(2753), + [anon_sym_inline] = ACTIONS(2753), + [anon_sym___inline] = ACTIONS(2753), + [anon_sym___inline__] = ACTIONS(2753), + [anon_sym___forceinline] = ACTIONS(2753), + [anon_sym_thread_local] = ACTIONS(2753), + [anon_sym___thread] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_constexpr] = ACTIONS(2753), + [anon_sym_volatile] = ACTIONS(2753), + [anon_sym_restrict] = ACTIONS(2753), + [anon_sym___restrict__] = ACTIONS(2753), + [anon_sym__Atomic] = ACTIONS(2753), + [anon_sym__Noreturn] = ACTIONS(2753), + [anon_sym_noreturn] = ACTIONS(2753), + [anon_sym__Nonnull] = ACTIONS(2753), + [anon_sym_mutable] = ACTIONS(2753), + [anon_sym_constinit] = ACTIONS(2753), + [anon_sym_consteval] = ACTIONS(2753), + [anon_sym_PROGMEM] = ACTIONS(2753), + [anon_sym_alignas] = ACTIONS(2753), + [anon_sym__Alignas] = ACTIONS(2753), + [aux_sym_primitive_type_token1] = ACTIONS(2753), + [anon_sym_byte] = ACTIONS(2753), + [anon_sym_word] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_class] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_else] = ACTIONS(3331), + [anon_sym_switch] = ACTIONS(2753), + [anon_sym_case] = ACTIONS(2753), + [anon_sym_default] = ACTIONS(2753), + [anon_sym_while] = ACTIONS(2753), + [anon_sym_do] = ACTIONS(2753), + [anon_sym_for] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_goto] = ACTIONS(2753), + [anon_sym___try] = ACTIONS(2753), + [anon_sym___leave] = ACTIONS(2753), + [anon_sym_not] = ACTIONS(2753), + [anon_sym_compl] = ACTIONS(2753), + [anon_sym_DASH_DASH] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2755), + [anon_sym_sizeof] = ACTIONS(2753), + [anon_sym___alignof__] = ACTIONS(2753), + [anon_sym___alignof] = ACTIONS(2753), + [anon_sym__alignof] = ACTIONS(2753), + [anon_sym_alignof] = ACTIONS(2753), + [anon_sym__Alignof] = ACTIONS(2753), + [anon_sym_offsetof] = ACTIONS(2753), + [anon_sym__Generic] = ACTIONS(2753), + [anon_sym_asm] = ACTIONS(2753), + [anon_sym___asm__] = ACTIONS(2753), + [anon_sym___asm] = ACTIONS(2753), + [aux_sym_number_literal_token1] = ACTIONS(2755), + [aux_sym_number_literal_token2] = ACTIONS(2753), + [anon_sym_L_SQUOTE] = ACTIONS(2755), + [anon_sym_u_SQUOTE] = ACTIONS(2755), + [anon_sym_U_SQUOTE] = ACTIONS(2755), + [anon_sym_u8_SQUOTE] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2755), + [anon_sym_L_DQUOTE] = ACTIONS(2755), + [anon_sym_u_DQUOTE] = ACTIONS(2755), + [anon_sym_U_DQUOTE] = ACTIONS(2755), + [anon_sym_u8_DQUOTE] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), + [sym_true] = ACTIONS(2753), + [sym_false] = ACTIONS(2753), + [anon_sym_NULL] = ACTIONS(2753), + [anon_sym_nullptr] = ACTIONS(2753), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2753), + [anon_sym_decltype] = ACTIONS(2753), + [anon_sym_explicit] = ACTIONS(2753), + [anon_sym_typename] = ACTIONS(2753), + [anon_sym_template] = ACTIONS(2753), + [anon_sym_operator] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [anon_sym_delete] = ACTIONS(2753), + [anon_sym_throw] = ACTIONS(2753), + [anon_sym_namespace] = ACTIONS(2753), + [anon_sym_using] = ACTIONS(2753), + [anon_sym_static_assert] = ACTIONS(2753), + [anon_sym_concept] = ACTIONS(2753), + [anon_sym_co_return] = ACTIONS(2753), + [anon_sym_co_yield] = ACTIONS(2753), + [anon_sym_R_DQUOTE] = ACTIONS(2755), + [anon_sym_LR_DQUOTE] = ACTIONS(2755), + [anon_sym_uR_DQUOTE] = ACTIONS(2755), + [anon_sym_UR_DQUOTE] = ACTIONS(2755), + [anon_sym_u8R_DQUOTE] = ACTIONS(2755), + [anon_sym_co_await] = ACTIONS(2753), + [anon_sym_new] = ACTIONS(2753), + [anon_sym_requires] = ACTIONS(2753), + [sym_this] = ACTIONS(2753), }, - [429] = { + [422] = { + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_include_token1] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym___cdecl] = ACTIONS(2653), + [anon_sym___clrcall] = ACTIONS(2653), + [anon_sym___stdcall] = ACTIONS(2653), + [anon_sym___fastcall] = ACTIONS(2653), + [anon_sym___thiscall] = ACTIONS(2653), + [anon_sym___vectorcall] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_RBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_switch] = ACTIONS(2653), + [anon_sym_case] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym___try] = ACTIONS(2653), + [anon_sym___leave] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_compl] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_sizeof] = ACTIONS(2653), + [anon_sym___alignof__] = ACTIONS(2653), + [anon_sym___alignof] = ACTIONS(2653), + [anon_sym__alignof] = ACTIONS(2653), + [anon_sym_alignof] = ACTIONS(2653), + [anon_sym__Alignof] = ACTIONS(2653), + [anon_sym_offsetof] = ACTIONS(2653), + [anon_sym__Generic] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym___asm__] = ACTIONS(2653), + [anon_sym___asm] = ACTIONS(2653), + [aux_sym_number_literal_token1] = ACTIONS(2655), + [aux_sym_number_literal_token2] = ACTIONS(2653), + [anon_sym_L_SQUOTE] = ACTIONS(2655), + [anon_sym_u_SQUOTE] = ACTIONS(2655), + [anon_sym_U_SQUOTE] = ACTIONS(2655), + [anon_sym_u8_SQUOTE] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2655), + [anon_sym_L_DQUOTE] = ACTIONS(2655), + [anon_sym_u_DQUOTE] = ACTIONS(2655), + [anon_sym_U_DQUOTE] = ACTIONS(2655), + [anon_sym_u8_DQUOTE] = ACTIONS(2655), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [anon_sym_NULL] = ACTIONS(2653), + [anon_sym_nullptr] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_delete] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [anon_sym_namespace] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_concept] = ACTIONS(2653), + [anon_sym_co_return] = ACTIONS(2653), + [anon_sym_co_yield] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + [anon_sym_R_DQUOTE] = ACTIONS(2655), + [anon_sym_LR_DQUOTE] = ACTIONS(2655), + [anon_sym_uR_DQUOTE] = ACTIONS(2655), + [anon_sym_UR_DQUOTE] = ACTIONS(2655), + [anon_sym_u8R_DQUOTE] = ACTIONS(2655), + [anon_sym_co_await] = ACTIONS(2653), + [anon_sym_new] = ACTIONS(2653), + [anon_sym_requires] = ACTIONS(2653), + [sym_this] = ACTIONS(2653), + }, + [423] = { + [sym_else_clause] = STATE(460), + [ts_builtin_sym_end] = ACTIONS(2763), + [sym_identifier] = ACTIONS(2761), + [aux_sym_preproc_include_token1] = ACTIONS(2761), + [aux_sym_preproc_def_token1] = ACTIONS(2761), + [aux_sym_preproc_if_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2761), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2761), + [sym_preproc_directive] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym___extension__] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___attribute] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym___based] = ACTIONS(2761), + [anon_sym___cdecl] = ACTIONS(2761), + [anon_sym___clrcall] = ACTIONS(2761), + [anon_sym___stdcall] = ACTIONS(2761), + [anon_sym___fastcall] = ACTIONS(2761), + [anon_sym___thiscall] = ACTIONS(2761), + [anon_sym___vectorcall] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym___inline] = ACTIONS(2761), + [anon_sym___inline__] = ACTIONS(2761), + [anon_sym___forceinline] = ACTIONS(2761), + [anon_sym_thread_local] = ACTIONS(2761), + [anon_sym___thread] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym___restrict__] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym__Noreturn] = ACTIONS(2761), + [anon_sym_noreturn] = ACTIONS(2761), + [anon_sym__Nonnull] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constinit] = ACTIONS(2761), + [anon_sym_consteval] = ACTIONS(2761), + [anon_sym_PROGMEM] = ACTIONS(2761), + [anon_sym_alignas] = ACTIONS(2761), + [anon_sym__Alignas] = ACTIONS(2761), + [aux_sym_primitive_type_token1] = ACTIONS(2761), + [anon_sym_byte] = ACTIONS(2761), + [anon_sym_word] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_else] = ACTIONS(3335), + [anon_sym_switch] = ACTIONS(2761), + [anon_sym_case] = ACTIONS(2761), + [anon_sym_default] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_do] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym___try] = ACTIONS(2761), + [anon_sym___leave] = ACTIONS(2761), + [anon_sym_not] = ACTIONS(2761), + [anon_sym_compl] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_sizeof] = ACTIONS(2761), + [anon_sym___alignof__] = ACTIONS(2761), + [anon_sym___alignof] = ACTIONS(2761), + [anon_sym__alignof] = ACTIONS(2761), + [anon_sym_alignof] = ACTIONS(2761), + [anon_sym__Alignof] = ACTIONS(2761), + [anon_sym_offsetof] = ACTIONS(2761), + [anon_sym__Generic] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym___asm__] = ACTIONS(2761), + [anon_sym___asm] = ACTIONS(2761), + [aux_sym_number_literal_token1] = ACTIONS(2763), + [aux_sym_number_literal_token2] = ACTIONS(2761), + [anon_sym_L_SQUOTE] = ACTIONS(2763), + [anon_sym_u_SQUOTE] = ACTIONS(2763), + [anon_sym_U_SQUOTE] = ACTIONS(2763), + [anon_sym_u8_SQUOTE] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2763), + [anon_sym_L_DQUOTE] = ACTIONS(2763), + [anon_sym_u_DQUOTE] = ACTIONS(2763), + [anon_sym_U_DQUOTE] = ACTIONS(2763), + [anon_sym_u8_DQUOTE] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2763), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [anon_sym_NULL] = ACTIONS(2761), + [anon_sym_nullptr] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_explicit] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_operator] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [anon_sym_delete] = ACTIONS(2761), + [anon_sym_throw] = ACTIONS(2761), + [anon_sym_namespace] = ACTIONS(2761), + [anon_sym_using] = ACTIONS(2761), + [anon_sym_static_assert] = ACTIONS(2761), + [anon_sym_concept] = ACTIONS(2761), + [anon_sym_co_return] = ACTIONS(2761), + [anon_sym_co_yield] = ACTIONS(2761), + [anon_sym_R_DQUOTE] = ACTIONS(2763), + [anon_sym_LR_DQUOTE] = ACTIONS(2763), + [anon_sym_uR_DQUOTE] = ACTIONS(2763), + [anon_sym_UR_DQUOTE] = ACTIONS(2763), + [anon_sym_u8R_DQUOTE] = ACTIONS(2763), + [anon_sym_co_await] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(2761), + [anon_sym_requires] = ACTIONS(2761), + [sym_this] = ACTIONS(2761), + }, + [424] = { + [ts_builtin_sym_end] = ACTIONS(2803), + [sym_identifier] = ACTIONS(2801), + [aux_sym_preproc_include_token1] = ACTIONS(2801), + [aux_sym_preproc_def_token1] = ACTIONS(2801), + [aux_sym_preproc_if_token1] = ACTIONS(2801), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), + [sym_preproc_directive] = ACTIONS(2801), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2801), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym___extension__] = ACTIONS(2801), + [anon_sym_typedef] = ACTIONS(2801), + [anon_sym_virtual] = ACTIONS(2801), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___attribute] = ACTIONS(2801), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym___based] = ACTIONS(2801), + [anon_sym___cdecl] = ACTIONS(2801), + [anon_sym___clrcall] = ACTIONS(2801), + [anon_sym___stdcall] = ACTIONS(2801), + [anon_sym___fastcall] = ACTIONS(2801), + [anon_sym___thiscall] = ACTIONS(2801), + [anon_sym___vectorcall] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_signed] = ACTIONS(2801), + [anon_sym_unsigned] = ACTIONS(2801), + [anon_sym_long] = ACTIONS(2801), + [anon_sym_short] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym___inline] = ACTIONS(2801), + [anon_sym___inline__] = ACTIONS(2801), + [anon_sym___forceinline] = ACTIONS(2801), + [anon_sym_thread_local] = ACTIONS(2801), + [anon_sym___thread] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym___restrict__] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym__Noreturn] = ACTIONS(2801), + [anon_sym_noreturn] = ACTIONS(2801), + [anon_sym__Nonnull] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constinit] = ACTIONS(2801), + [anon_sym_consteval] = ACTIONS(2801), + [anon_sym_PROGMEM] = ACTIONS(2801), + [anon_sym_alignas] = ACTIONS(2801), + [anon_sym__Alignas] = ACTIONS(2801), + [aux_sym_primitive_type_token1] = ACTIONS(2801), + [anon_sym_byte] = ACTIONS(2801), + [anon_sym_word] = ACTIONS(2801), + [anon_sym_enum] = ACTIONS(2801), + [anon_sym_class] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2801), + [anon_sym_union] = ACTIONS(2801), + [anon_sym_if] = ACTIONS(2801), + [anon_sym_else] = ACTIONS(2801), + [anon_sym_switch] = ACTIONS(2801), + [anon_sym_case] = ACTIONS(2801), + [anon_sym_default] = ACTIONS(2801), + [anon_sym_while] = ACTIONS(2801), + [anon_sym_do] = ACTIONS(2801), + [anon_sym_for] = ACTIONS(2801), + [anon_sym_return] = ACTIONS(2801), + [anon_sym_break] = ACTIONS(2801), + [anon_sym_continue] = ACTIONS(2801), + [anon_sym_goto] = ACTIONS(2801), + [anon_sym___try] = ACTIONS(2801), + [anon_sym___leave] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2801), + [anon_sym_compl] = ACTIONS(2801), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_sizeof] = ACTIONS(2801), + [anon_sym___alignof__] = ACTIONS(2801), + [anon_sym___alignof] = ACTIONS(2801), + [anon_sym__alignof] = ACTIONS(2801), + [anon_sym_alignof] = ACTIONS(2801), + [anon_sym__Alignof] = ACTIONS(2801), + [anon_sym_offsetof] = ACTIONS(2801), + [anon_sym__Generic] = ACTIONS(2801), + [anon_sym_asm] = ACTIONS(2801), + [anon_sym___asm__] = ACTIONS(2801), + [anon_sym___asm] = ACTIONS(2801), + [aux_sym_number_literal_token1] = ACTIONS(2803), + [aux_sym_number_literal_token2] = ACTIONS(2801), + [anon_sym_L_SQUOTE] = ACTIONS(2803), + [anon_sym_u_SQUOTE] = ACTIONS(2803), + [anon_sym_U_SQUOTE] = ACTIONS(2803), + [anon_sym_u8_SQUOTE] = ACTIONS(2803), + [anon_sym_SQUOTE] = ACTIONS(2803), + [anon_sym_L_DQUOTE] = ACTIONS(2803), + [anon_sym_u_DQUOTE] = ACTIONS(2803), + [anon_sym_U_DQUOTE] = ACTIONS(2803), + [anon_sym_u8_DQUOTE] = ACTIONS(2803), + [anon_sym_DQUOTE] = ACTIONS(2803), + [sym_true] = ACTIONS(2801), + [sym_false] = ACTIONS(2801), + [anon_sym_NULL] = ACTIONS(2801), + [anon_sym_nullptr] = ACTIONS(2801), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2801), + [anon_sym_decltype] = ACTIONS(2801), + [anon_sym_explicit] = ACTIONS(2801), + [anon_sym_typename] = ACTIONS(2801), + [anon_sym_template] = ACTIONS(2801), + [anon_sym_operator] = ACTIONS(2801), + [anon_sym_try] = ACTIONS(2801), + [anon_sym_delete] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [anon_sym_namespace] = ACTIONS(2801), + [anon_sym_using] = ACTIONS(2801), + [anon_sym_static_assert] = ACTIONS(2801), + [anon_sym_concept] = ACTIONS(2801), + [anon_sym_co_return] = ACTIONS(2801), + [anon_sym_co_yield] = ACTIONS(2801), + [anon_sym_R_DQUOTE] = ACTIONS(2803), + [anon_sym_LR_DQUOTE] = ACTIONS(2803), + [anon_sym_uR_DQUOTE] = ACTIONS(2803), + [anon_sym_UR_DQUOTE] = ACTIONS(2803), + [anon_sym_u8R_DQUOTE] = ACTIONS(2803), + [anon_sym_co_await] = ACTIONS(2801), + [anon_sym_new] = ACTIONS(2801), + [anon_sym_requires] = ACTIONS(2801), + [sym_this] = ACTIONS(2801), + }, + [425] = { + [ts_builtin_sym_end] = ACTIONS(2811), [sym_identifier] = ACTIONS(2809), [aux_sym_preproc_include_token1] = ACTIONS(2809), [aux_sym_preproc_def_token1] = ACTIONS(2809), [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token2] = ACTIONS(2809), [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), [sym_preproc_directive] = ACTIONS(2809), @@ -106481,355 +105917,2752 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2809), [sym_this] = ACTIONS(2809), }, + [426] = { + [ts_builtin_sym_end] = ACTIONS(2815), + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, + [427] = { + [ts_builtin_sym_end] = ACTIONS(2815), + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, + [428] = { + [ts_builtin_sym_end] = ACTIONS(2919), + [sym_identifier] = ACTIONS(2917), + [aux_sym_preproc_include_token1] = ACTIONS(2917), + [aux_sym_preproc_def_token1] = ACTIONS(2917), + [aux_sym_preproc_if_token1] = ACTIONS(2917), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), + [sym_preproc_directive] = ACTIONS(2917), + [anon_sym_LPAREN2] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2917), + [anon_sym_PLUS] = ACTIONS(2917), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_AMP_AMP] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2917), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym___extension__] = ACTIONS(2917), + [anon_sym_typedef] = ACTIONS(2917), + [anon_sym_virtual] = ACTIONS(2917), + [anon_sym_extern] = ACTIONS(2917), + [anon_sym___attribute__] = ACTIONS(2917), + [anon_sym___attribute] = ACTIONS(2917), + [anon_sym_COLON_COLON] = ACTIONS(2919), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), + [anon_sym___declspec] = ACTIONS(2917), + [anon_sym___based] = ACTIONS(2917), + [anon_sym___cdecl] = ACTIONS(2917), + [anon_sym___clrcall] = ACTIONS(2917), + [anon_sym___stdcall] = ACTIONS(2917), + [anon_sym___fastcall] = ACTIONS(2917), + [anon_sym___thiscall] = ACTIONS(2917), + [anon_sym___vectorcall] = ACTIONS(2917), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_signed] = ACTIONS(2917), + [anon_sym_unsigned] = ACTIONS(2917), + [anon_sym_long] = ACTIONS(2917), + [anon_sym_short] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_register] = ACTIONS(2917), + [anon_sym_inline] = ACTIONS(2917), + [anon_sym___inline] = ACTIONS(2917), + [anon_sym___inline__] = ACTIONS(2917), + [anon_sym___forceinline] = ACTIONS(2917), + [anon_sym_thread_local] = ACTIONS(2917), + [anon_sym___thread] = ACTIONS(2917), + [anon_sym_const] = ACTIONS(2917), + [anon_sym_constexpr] = ACTIONS(2917), + [anon_sym_volatile] = ACTIONS(2917), + [anon_sym_restrict] = ACTIONS(2917), + [anon_sym___restrict__] = ACTIONS(2917), + [anon_sym__Atomic] = ACTIONS(2917), + [anon_sym__Noreturn] = ACTIONS(2917), + [anon_sym_noreturn] = ACTIONS(2917), + [anon_sym__Nonnull] = ACTIONS(2917), + [anon_sym_mutable] = ACTIONS(2917), + [anon_sym_constinit] = ACTIONS(2917), + [anon_sym_consteval] = ACTIONS(2917), + [anon_sym_PROGMEM] = ACTIONS(2917), + [anon_sym_alignas] = ACTIONS(2917), + [anon_sym__Alignas] = ACTIONS(2917), + [aux_sym_primitive_type_token1] = ACTIONS(2917), + [anon_sym_byte] = ACTIONS(2917), + [anon_sym_word] = ACTIONS(2917), + [anon_sym_enum] = ACTIONS(2917), + [anon_sym_class] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_union] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2917), + [anon_sym_else] = ACTIONS(2917), + [anon_sym_switch] = ACTIONS(2917), + [anon_sym_case] = ACTIONS(2917), + [anon_sym_default] = ACTIONS(2917), + [anon_sym_while] = ACTIONS(2917), + [anon_sym_do] = ACTIONS(2917), + [anon_sym_for] = ACTIONS(2917), + [anon_sym_return] = ACTIONS(2917), + [anon_sym_break] = ACTIONS(2917), + [anon_sym_continue] = ACTIONS(2917), + [anon_sym_goto] = ACTIONS(2917), + [anon_sym___try] = ACTIONS(2917), + [anon_sym___leave] = ACTIONS(2917), + [anon_sym_not] = ACTIONS(2917), + [anon_sym_compl] = ACTIONS(2917), + [anon_sym_DASH_DASH] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2919), + [anon_sym_sizeof] = ACTIONS(2917), + [anon_sym___alignof__] = ACTIONS(2917), + [anon_sym___alignof] = ACTIONS(2917), + [anon_sym__alignof] = ACTIONS(2917), + [anon_sym_alignof] = ACTIONS(2917), + [anon_sym__Alignof] = ACTIONS(2917), + [anon_sym_offsetof] = ACTIONS(2917), + [anon_sym__Generic] = ACTIONS(2917), + [anon_sym_asm] = ACTIONS(2917), + [anon_sym___asm__] = ACTIONS(2917), + [anon_sym___asm] = ACTIONS(2917), + [aux_sym_number_literal_token1] = ACTIONS(2919), + [aux_sym_number_literal_token2] = ACTIONS(2917), + [anon_sym_L_SQUOTE] = ACTIONS(2919), + [anon_sym_u_SQUOTE] = ACTIONS(2919), + [anon_sym_U_SQUOTE] = ACTIONS(2919), + [anon_sym_u8_SQUOTE] = ACTIONS(2919), + [anon_sym_SQUOTE] = ACTIONS(2919), + [anon_sym_L_DQUOTE] = ACTIONS(2919), + [anon_sym_u_DQUOTE] = ACTIONS(2919), + [anon_sym_U_DQUOTE] = ACTIONS(2919), + [anon_sym_u8_DQUOTE] = ACTIONS(2919), + [anon_sym_DQUOTE] = ACTIONS(2919), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [anon_sym_NULL] = ACTIONS(2917), + [anon_sym_nullptr] = ACTIONS(2917), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2917), + [anon_sym_decltype] = ACTIONS(2917), + [anon_sym_explicit] = ACTIONS(2917), + [anon_sym_typename] = ACTIONS(2917), + [anon_sym_template] = ACTIONS(2917), + [anon_sym_operator] = ACTIONS(2917), + [anon_sym_try] = ACTIONS(2917), + [anon_sym_delete] = ACTIONS(2917), + [anon_sym_throw] = ACTIONS(2917), + [anon_sym_namespace] = ACTIONS(2917), + [anon_sym_using] = ACTIONS(2917), + [anon_sym_static_assert] = ACTIONS(2917), + [anon_sym_concept] = ACTIONS(2917), + [anon_sym_co_return] = ACTIONS(2917), + [anon_sym_co_yield] = ACTIONS(2917), + [anon_sym_R_DQUOTE] = ACTIONS(2919), + [anon_sym_LR_DQUOTE] = ACTIONS(2919), + [anon_sym_uR_DQUOTE] = ACTIONS(2919), + [anon_sym_UR_DQUOTE] = ACTIONS(2919), + [anon_sym_u8R_DQUOTE] = ACTIONS(2919), + [anon_sym_co_await] = ACTIONS(2917), + [anon_sym_new] = ACTIONS(2917), + [anon_sym_requires] = ACTIONS(2917), + [sym_this] = ACTIONS(2917), + }, + [429] = { + [ts_builtin_sym_end] = ACTIONS(2819), + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_include_token1] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_PLUS] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym___cdecl] = ACTIONS(2817), + [anon_sym___clrcall] = ACTIONS(2817), + [anon_sym___stdcall] = ACTIONS(2817), + [anon_sym___fastcall] = ACTIONS(2817), + [anon_sym___thiscall] = ACTIONS(2817), + [anon_sym___vectorcall] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2817), + [anon_sym_else] = ACTIONS(2817), + [anon_sym_switch] = ACTIONS(2817), + [anon_sym_case] = ACTIONS(2817), + [anon_sym_default] = ACTIONS(2817), + [anon_sym_while] = ACTIONS(2817), + [anon_sym_do] = ACTIONS(2817), + [anon_sym_for] = ACTIONS(2817), + [anon_sym_return] = ACTIONS(2817), + [anon_sym_break] = ACTIONS(2817), + [anon_sym_continue] = ACTIONS(2817), + [anon_sym_goto] = ACTIONS(2817), + [anon_sym___try] = ACTIONS(2817), + [anon_sym___leave] = ACTIONS(2817), + [anon_sym_not] = ACTIONS(2817), + [anon_sym_compl] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_sizeof] = ACTIONS(2817), + [anon_sym___alignof__] = ACTIONS(2817), + [anon_sym___alignof] = ACTIONS(2817), + [anon_sym__alignof] = ACTIONS(2817), + [anon_sym_alignof] = ACTIONS(2817), + [anon_sym__Alignof] = ACTIONS(2817), + [anon_sym_offsetof] = ACTIONS(2817), + [anon_sym__Generic] = ACTIONS(2817), + [anon_sym_asm] = ACTIONS(2817), + [anon_sym___asm__] = ACTIONS(2817), + [anon_sym___asm] = ACTIONS(2817), + [aux_sym_number_literal_token1] = ACTIONS(2819), + [aux_sym_number_literal_token2] = ACTIONS(2817), + [anon_sym_L_SQUOTE] = ACTIONS(2819), + [anon_sym_u_SQUOTE] = ACTIONS(2819), + [anon_sym_U_SQUOTE] = ACTIONS(2819), + [anon_sym_u8_SQUOTE] = ACTIONS(2819), + [anon_sym_SQUOTE] = ACTIONS(2819), + [anon_sym_L_DQUOTE] = ACTIONS(2819), + [anon_sym_u_DQUOTE] = ACTIONS(2819), + [anon_sym_U_DQUOTE] = ACTIONS(2819), + [anon_sym_u8_DQUOTE] = ACTIONS(2819), + [anon_sym_DQUOTE] = ACTIONS(2819), + [sym_true] = ACTIONS(2817), + [sym_false] = ACTIONS(2817), + [anon_sym_NULL] = ACTIONS(2817), + [anon_sym_nullptr] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_try] = ACTIONS(2817), + [anon_sym_delete] = ACTIONS(2817), + [anon_sym_throw] = ACTIONS(2817), + [anon_sym_namespace] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_concept] = ACTIONS(2817), + [anon_sym_co_return] = ACTIONS(2817), + [anon_sym_co_yield] = ACTIONS(2817), + [anon_sym_R_DQUOTE] = ACTIONS(2819), + [anon_sym_LR_DQUOTE] = ACTIONS(2819), + [anon_sym_uR_DQUOTE] = ACTIONS(2819), + [anon_sym_UR_DQUOTE] = ACTIONS(2819), + [anon_sym_u8R_DQUOTE] = ACTIONS(2819), + [anon_sym_co_await] = ACTIONS(2817), + [anon_sym_new] = ACTIONS(2817), + [anon_sym_requires] = ACTIONS(2817), + [sym_this] = ACTIONS(2817), + }, [430] = { - [sym_identifier] = ACTIONS(2831), - [aux_sym_preproc_include_token1] = ACTIONS(2831), - [aux_sym_preproc_def_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token2] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2831), - [sym_preproc_directive] = ACTIONS(2831), - [anon_sym_LPAREN2] = ACTIONS(2833), - [anon_sym_BANG] = ACTIONS(2833), - [anon_sym_TILDE] = ACTIONS(2833), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2833), - [anon_sym_AMP_AMP] = ACTIONS(2833), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_SEMI] = ACTIONS(2833), - [anon_sym___extension__] = ACTIONS(2831), - [anon_sym_typedef] = ACTIONS(2831), - [anon_sym_virtual] = ACTIONS(2831), - [anon_sym_extern] = ACTIONS(2831), - [anon_sym___attribute__] = ACTIONS(2831), - [anon_sym___attribute] = ACTIONS(2831), - [anon_sym_COLON_COLON] = ACTIONS(2833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2831), - [anon_sym___based] = ACTIONS(2831), - [anon_sym___cdecl] = ACTIONS(2831), - [anon_sym___clrcall] = ACTIONS(2831), - [anon_sym___stdcall] = ACTIONS(2831), - [anon_sym___fastcall] = ACTIONS(2831), - [anon_sym___thiscall] = ACTIONS(2831), - [anon_sym___vectorcall] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_signed] = ACTIONS(2831), - [anon_sym_unsigned] = ACTIONS(2831), - [anon_sym_long] = ACTIONS(2831), - [anon_sym_short] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2831), - [anon_sym_static] = ACTIONS(2831), - [anon_sym_register] = ACTIONS(2831), - [anon_sym_inline] = ACTIONS(2831), - [anon_sym___inline] = ACTIONS(2831), - [anon_sym___inline__] = ACTIONS(2831), - [anon_sym___forceinline] = ACTIONS(2831), - [anon_sym_thread_local] = ACTIONS(2831), - [anon_sym___thread] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_constexpr] = ACTIONS(2831), - [anon_sym_volatile] = ACTIONS(2831), - [anon_sym_restrict] = ACTIONS(2831), - [anon_sym___restrict__] = ACTIONS(2831), - [anon_sym__Atomic] = ACTIONS(2831), - [anon_sym__Noreturn] = ACTIONS(2831), - [anon_sym_noreturn] = ACTIONS(2831), - [anon_sym__Nonnull] = ACTIONS(2831), - [anon_sym_mutable] = ACTIONS(2831), - [anon_sym_constinit] = ACTIONS(2831), - [anon_sym_consteval] = ACTIONS(2831), - [anon_sym_PROGMEM] = ACTIONS(2831), - [anon_sym_alignas] = ACTIONS(2831), - [anon_sym__Alignas] = ACTIONS(2831), - [aux_sym_primitive_type_token1] = ACTIONS(2831), - [anon_sym_byte] = ACTIONS(2831), - [anon_sym_word] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_class] = ACTIONS(2831), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_else] = ACTIONS(2831), - [anon_sym_switch] = ACTIONS(2831), - [anon_sym_case] = ACTIONS(2831), - [anon_sym_default] = ACTIONS(2831), - [anon_sym_while] = ACTIONS(2831), - [anon_sym_do] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym___try] = ACTIONS(2831), - [anon_sym___leave] = ACTIONS(2831), - [anon_sym_not] = ACTIONS(2831), - [anon_sym_compl] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2833), - [anon_sym_PLUS_PLUS] = ACTIONS(2833), - [anon_sym_sizeof] = ACTIONS(2831), - [anon_sym___alignof__] = ACTIONS(2831), - [anon_sym___alignof] = ACTIONS(2831), - [anon_sym__alignof] = ACTIONS(2831), - [anon_sym_alignof] = ACTIONS(2831), - [anon_sym__Alignof] = ACTIONS(2831), - [anon_sym_offsetof] = ACTIONS(2831), - [anon_sym__Generic] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym___asm__] = ACTIONS(2831), - [anon_sym___asm] = ACTIONS(2831), - [aux_sym_number_literal_token1] = ACTIONS(2833), - [aux_sym_number_literal_token2] = ACTIONS(2831), - [anon_sym_L_SQUOTE] = ACTIONS(2833), - [anon_sym_u_SQUOTE] = ACTIONS(2833), - [anon_sym_U_SQUOTE] = ACTIONS(2833), - [anon_sym_u8_SQUOTE] = ACTIONS(2833), - [anon_sym_SQUOTE] = ACTIONS(2833), - [anon_sym_L_DQUOTE] = ACTIONS(2833), - [anon_sym_u_DQUOTE] = ACTIONS(2833), - [anon_sym_U_DQUOTE] = ACTIONS(2833), - [anon_sym_u8_DQUOTE] = ACTIONS(2833), - [anon_sym_DQUOTE] = ACTIONS(2833), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [anon_sym_NULL] = ACTIONS(2831), - [anon_sym_nullptr] = ACTIONS(2831), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2831), - [anon_sym_decltype] = ACTIONS(2831), - [anon_sym_explicit] = ACTIONS(2831), - [anon_sym_typename] = ACTIONS(2831), - [anon_sym_template] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2831), - [anon_sym_try] = ACTIONS(2831), - [anon_sym_delete] = ACTIONS(2831), - [anon_sym_throw] = ACTIONS(2831), - [anon_sym_namespace] = ACTIONS(2831), - [anon_sym_using] = ACTIONS(2831), - [anon_sym_static_assert] = ACTIONS(2831), - [anon_sym_concept] = ACTIONS(2831), - [anon_sym_co_return] = ACTIONS(2831), - [anon_sym_co_yield] = ACTIONS(2831), - [anon_sym_R_DQUOTE] = ACTIONS(2833), - [anon_sym_LR_DQUOTE] = ACTIONS(2833), - [anon_sym_uR_DQUOTE] = ACTIONS(2833), - [anon_sym_UR_DQUOTE] = ACTIONS(2833), - [anon_sym_u8R_DQUOTE] = ACTIONS(2833), - [anon_sym_co_await] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(2831), - [anon_sym_requires] = ACTIONS(2831), - [sym_this] = ACTIONS(2831), + [sym_identifier] = ACTIONS(2821), + [aux_sym_preproc_include_token1] = ACTIONS(2821), + [aux_sym_preproc_def_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), + [sym_preproc_directive] = ACTIONS(2821), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym___extension__] = ACTIONS(2821), + [anon_sym_typedef] = ACTIONS(2821), + [anon_sym_virtual] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___attribute] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym___cdecl] = ACTIONS(2821), + [anon_sym___clrcall] = ACTIONS(2821), + [anon_sym___stdcall] = ACTIONS(2821), + [anon_sym___fastcall] = ACTIONS(2821), + [anon_sym___thiscall] = ACTIONS(2821), + [anon_sym___vectorcall] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_RBRACE] = ACTIONS(2823), + [anon_sym_signed] = ACTIONS(2821), + [anon_sym_unsigned] = ACTIONS(2821), + [anon_sym_long] = ACTIONS(2821), + [anon_sym_short] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym___inline] = ACTIONS(2821), + [anon_sym___inline__] = ACTIONS(2821), + [anon_sym___forceinline] = ACTIONS(2821), + [anon_sym_thread_local] = ACTIONS(2821), + [anon_sym___thread] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym___restrict__] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym__Noreturn] = ACTIONS(2821), + [anon_sym_noreturn] = ACTIONS(2821), + [anon_sym__Nonnull] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constinit] = ACTIONS(2821), + [anon_sym_consteval] = ACTIONS(2821), + [anon_sym_PROGMEM] = ACTIONS(2821), + [anon_sym_alignas] = ACTIONS(2821), + [anon_sym__Alignas] = ACTIONS(2821), + [aux_sym_primitive_type_token1] = ACTIONS(2821), + [anon_sym_byte] = ACTIONS(2821), + [anon_sym_word] = ACTIONS(2821), + [anon_sym_enum] = ACTIONS(2821), + [anon_sym_class] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(2821), + [anon_sym_union] = ACTIONS(2821), + [anon_sym_if] = ACTIONS(2821), + [anon_sym_else] = ACTIONS(2821), + [anon_sym_switch] = ACTIONS(2821), + [anon_sym_case] = ACTIONS(2821), + [anon_sym_default] = ACTIONS(2821), + [anon_sym_while] = ACTIONS(2821), + [anon_sym_do] = ACTIONS(2821), + [anon_sym_for] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2821), + [anon_sym_break] = ACTIONS(2821), + [anon_sym_continue] = ACTIONS(2821), + [anon_sym_goto] = ACTIONS(2821), + [anon_sym___try] = ACTIONS(2821), + [anon_sym___leave] = ACTIONS(2821), + [anon_sym_not] = ACTIONS(2821), + [anon_sym_compl] = ACTIONS(2821), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_sizeof] = ACTIONS(2821), + [anon_sym___alignof__] = ACTIONS(2821), + [anon_sym___alignof] = ACTIONS(2821), + [anon_sym__alignof] = ACTIONS(2821), + [anon_sym_alignof] = ACTIONS(2821), + [anon_sym__Alignof] = ACTIONS(2821), + [anon_sym_offsetof] = ACTIONS(2821), + [anon_sym__Generic] = ACTIONS(2821), + [anon_sym_asm] = ACTIONS(2821), + [anon_sym___asm__] = ACTIONS(2821), + [anon_sym___asm] = ACTIONS(2821), + [aux_sym_number_literal_token1] = ACTIONS(2823), + [aux_sym_number_literal_token2] = ACTIONS(2821), + [anon_sym_L_SQUOTE] = ACTIONS(2823), + [anon_sym_u_SQUOTE] = ACTIONS(2823), + [anon_sym_U_SQUOTE] = ACTIONS(2823), + [anon_sym_u8_SQUOTE] = ACTIONS(2823), + [anon_sym_SQUOTE] = ACTIONS(2823), + [anon_sym_L_DQUOTE] = ACTIONS(2823), + [anon_sym_u_DQUOTE] = ACTIONS(2823), + [anon_sym_U_DQUOTE] = ACTIONS(2823), + [anon_sym_u8_DQUOTE] = ACTIONS(2823), + [anon_sym_DQUOTE] = ACTIONS(2823), + [sym_true] = ACTIONS(2821), + [sym_false] = ACTIONS(2821), + [anon_sym_NULL] = ACTIONS(2821), + [anon_sym_nullptr] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2821), + [anon_sym_decltype] = ACTIONS(2821), + [anon_sym_explicit] = ACTIONS(2821), + [anon_sym_typename] = ACTIONS(2821), + [anon_sym_template] = ACTIONS(2821), + [anon_sym_operator] = ACTIONS(2821), + [anon_sym_try] = ACTIONS(2821), + [anon_sym_delete] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_namespace] = ACTIONS(2821), + [anon_sym_using] = ACTIONS(2821), + [anon_sym_static_assert] = ACTIONS(2821), + [anon_sym_concept] = ACTIONS(2821), + [anon_sym_co_return] = ACTIONS(2821), + [anon_sym_co_yield] = ACTIONS(2821), + [anon_sym_R_DQUOTE] = ACTIONS(2823), + [anon_sym_LR_DQUOTE] = ACTIONS(2823), + [anon_sym_uR_DQUOTE] = ACTIONS(2823), + [anon_sym_UR_DQUOTE] = ACTIONS(2823), + [anon_sym_u8R_DQUOTE] = ACTIONS(2823), + [anon_sym_co_await] = ACTIONS(2821), + [anon_sym_new] = ACTIONS(2821), + [anon_sym_requires] = ACTIONS(2821), + [sym_this] = ACTIONS(2821), }, [431] = { - [ts_builtin_sym_end] = ACTIONS(2907), - [sym_identifier] = ACTIONS(2905), - [aux_sym_preproc_include_token1] = ACTIONS(2905), - [aux_sym_preproc_def_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), - [sym_preproc_directive] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym___extension__] = ACTIONS(2905), - [anon_sym_typedef] = ACTIONS(2905), - [anon_sym_virtual] = ACTIONS(2905), - [anon_sym_extern] = ACTIONS(2905), - [anon_sym___attribute__] = ACTIONS(2905), - [anon_sym___attribute] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2907), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), - [anon_sym___declspec] = ACTIONS(2905), - [anon_sym___based] = ACTIONS(2905), - [anon_sym___cdecl] = ACTIONS(2905), - [anon_sym___clrcall] = ACTIONS(2905), - [anon_sym___stdcall] = ACTIONS(2905), - [anon_sym___fastcall] = ACTIONS(2905), - [anon_sym___thiscall] = ACTIONS(2905), - [anon_sym___vectorcall] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_signed] = ACTIONS(2905), - [anon_sym_unsigned] = ACTIONS(2905), - [anon_sym_long] = ACTIONS(2905), - [anon_sym_short] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2905), - [anon_sym_register] = ACTIONS(2905), - [anon_sym_inline] = ACTIONS(2905), - [anon_sym___inline] = ACTIONS(2905), - [anon_sym___inline__] = ACTIONS(2905), - [anon_sym___forceinline] = ACTIONS(2905), - [anon_sym_thread_local] = ACTIONS(2905), - [anon_sym___thread] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_constexpr] = ACTIONS(2905), - [anon_sym_volatile] = ACTIONS(2905), - [anon_sym_restrict] = ACTIONS(2905), - [anon_sym___restrict__] = ACTIONS(2905), - [anon_sym__Atomic] = ACTIONS(2905), - [anon_sym__Noreturn] = ACTIONS(2905), - [anon_sym_noreturn] = ACTIONS(2905), - [anon_sym__Nonnull] = ACTIONS(2905), - [anon_sym_mutable] = ACTIONS(2905), - [anon_sym_constinit] = ACTIONS(2905), - [anon_sym_consteval] = ACTIONS(2905), - [anon_sym_PROGMEM] = ACTIONS(2905), - [anon_sym_alignas] = ACTIONS(2905), - [anon_sym__Alignas] = ACTIONS(2905), - [aux_sym_primitive_type_token1] = ACTIONS(2905), - [anon_sym_byte] = ACTIONS(2905), - [anon_sym_word] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_class] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_else] = ACTIONS(2905), - [anon_sym_switch] = ACTIONS(2905), - [anon_sym_case] = ACTIONS(2905), - [anon_sym_default] = ACTIONS(2905), - [anon_sym_while] = ACTIONS(2905), - [anon_sym_do] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym___try] = ACTIONS(2905), - [anon_sym___leave] = ACTIONS(2905), - [anon_sym_not] = ACTIONS(2905), - [anon_sym_compl] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_sizeof] = ACTIONS(2905), - [anon_sym___alignof__] = ACTIONS(2905), - [anon_sym___alignof] = ACTIONS(2905), - [anon_sym__alignof] = ACTIONS(2905), - [anon_sym_alignof] = ACTIONS(2905), - [anon_sym__Alignof] = ACTIONS(2905), - [anon_sym_offsetof] = ACTIONS(2905), - [anon_sym__Generic] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym___asm__] = ACTIONS(2905), - [anon_sym___asm] = ACTIONS(2905), - [aux_sym_number_literal_token1] = ACTIONS(2907), - [aux_sym_number_literal_token2] = ACTIONS(2905), - [anon_sym_L_SQUOTE] = ACTIONS(2907), - [anon_sym_u_SQUOTE] = ACTIONS(2907), - [anon_sym_U_SQUOTE] = ACTIONS(2907), - [anon_sym_u8_SQUOTE] = ACTIONS(2907), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_L_DQUOTE] = ACTIONS(2907), - [anon_sym_u_DQUOTE] = ACTIONS(2907), - [anon_sym_U_DQUOTE] = ACTIONS(2907), - [anon_sym_u8_DQUOTE] = ACTIONS(2907), - [anon_sym_DQUOTE] = ACTIONS(2907), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [anon_sym_NULL] = ACTIONS(2905), - [anon_sym_nullptr] = ACTIONS(2905), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2905), - [anon_sym_decltype] = ACTIONS(2905), - [anon_sym_explicit] = ACTIONS(2905), - [anon_sym_typename] = ACTIONS(2905), - [anon_sym_template] = ACTIONS(2905), - [anon_sym_operator] = ACTIONS(2905), - [anon_sym_try] = ACTIONS(2905), - [anon_sym_delete] = ACTIONS(2905), - [anon_sym_throw] = ACTIONS(2905), - [anon_sym_namespace] = ACTIONS(2905), - [anon_sym_using] = ACTIONS(2905), - [anon_sym_static_assert] = ACTIONS(2905), - [anon_sym_concept] = ACTIONS(2905), - [anon_sym_co_return] = ACTIONS(2905), - [anon_sym_co_yield] = ACTIONS(2905), - [anon_sym_R_DQUOTE] = ACTIONS(2907), - [anon_sym_LR_DQUOTE] = ACTIONS(2907), - [anon_sym_uR_DQUOTE] = ACTIONS(2907), - [anon_sym_UR_DQUOTE] = ACTIONS(2907), - [anon_sym_u8R_DQUOTE] = ACTIONS(2907), - [anon_sym_co_await] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(2905), - [anon_sym_requires] = ACTIONS(2905), - [sym_this] = ACTIONS(2905), + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), }, [432] = { - [sym_identifier] = ACTIONS(2913), - [aux_sym_preproc_include_token1] = ACTIONS(2913), - [aux_sym_preproc_def_token1] = ACTIONS(2913), - [aux_sym_preproc_if_token1] = ACTIONS(2913), - [aux_sym_preproc_if_token2] = ACTIONS(2913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2913), - [sym_preproc_directive] = ACTIONS(2913), - [anon_sym_LPAREN2] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_SEMI] = ACTIONS(2915), - [anon_sym___extension__] = ACTIONS(2913), - [anon_sym_typedef] = ACTIONS(2913), - [anon_sym_virtual] = ACTIONS(2913), - [anon_sym_extern] = ACTIONS(2913), - [anon_sym___attribute__] = ACTIONS(2913), - [anon_sym___attribute] = ACTIONS(2913), - [anon_sym_COLON_COLON] = ACTIONS(2915), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), - [anon_sym___declspec] = ACTIONS(2913), - [anon_sym___based] = ACTIONS(2913), - [anon_sym___cdecl] = ACTIONS(2913), - [anon_sym___clrcall] = ACTIONS(2913), - [anon_sym___stdcall] = ACTIONS(2913), - [anon_sym___fastcall] = ACTIONS(2913), - [anon_sym___thiscall] = ACTIONS(2913), - [anon_sym___vectorcall] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_signed] = ACTIONS(2913), - [anon_sym_unsigned] = ACTIONS(2913), - [anon_sym_long] = ACTIONS(2913), - [anon_sym_short] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_static] = ACTIONS(2913), - [anon_sym_register] = ACTIONS(2913), - [anon_sym_inline] = ACTIONS(2913), - [anon_sym___inline] = ACTIONS(2913), - [anon_sym___inline__] = ACTIONS(2913), - [anon_sym___forceinline] = ACTIONS(2913), - [anon_sym_thread_local] = ACTIONS(2913), - [anon_sym___thread] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_constexpr] = ACTIONS(2913), - [anon_sym_volatile] = ACTIONS(2913), - [anon_sym_restrict] = ACTIONS(2913), - [anon_sym___restrict__] = ACTIONS(2913), - [anon_sym__Atomic] = ACTIONS(2913), - [anon_sym__Noreturn] = ACTIONS(2913), - [anon_sym_noreturn] = ACTIONS(2913), - [anon_sym__Nonnull] = ACTIONS(2913), - [anon_sym_mutable] = ACTIONS(2913), - [anon_sym_constinit] = ACTIONS(2913), - [anon_sym_consteval] = ACTIONS(2913), - [anon_sym_PROGMEM] = ACTIONS(2913), - [anon_sym_alignas] = ACTIONS(2913), - [anon_sym__Alignas] = ACTIONS(2913), - [aux_sym_primitive_type_token1] = ACTIONS(2913), - [anon_sym_byte] = ACTIONS(2913), - [anon_sym_word] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), + [ts_builtin_sym_end] = ACTIONS(2923), + [sym_identifier] = ACTIONS(2921), + [aux_sym_preproc_include_token1] = ACTIONS(2921), + [aux_sym_preproc_def_token1] = ACTIONS(2921), + [aux_sym_preproc_if_token1] = ACTIONS(2921), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), + [sym_preproc_directive] = ACTIONS(2921), + [anon_sym_LPAREN2] = ACTIONS(2923), + [anon_sym_BANG] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_DASH] = ACTIONS(2921), + [anon_sym_PLUS] = ACTIONS(2921), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2921), + [anon_sym_SEMI] = ACTIONS(2923), + [anon_sym___extension__] = ACTIONS(2921), + [anon_sym_typedef] = ACTIONS(2921), + [anon_sym_virtual] = ACTIONS(2921), + [anon_sym_extern] = ACTIONS(2921), + [anon_sym___attribute__] = ACTIONS(2921), + [anon_sym___attribute] = ACTIONS(2921), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), + [anon_sym___declspec] = ACTIONS(2921), + [anon_sym___based] = ACTIONS(2921), + [anon_sym___cdecl] = ACTIONS(2921), + [anon_sym___clrcall] = ACTIONS(2921), + [anon_sym___stdcall] = ACTIONS(2921), + [anon_sym___fastcall] = ACTIONS(2921), + [anon_sym___thiscall] = ACTIONS(2921), + [anon_sym___vectorcall] = ACTIONS(2921), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_signed] = ACTIONS(2921), + [anon_sym_unsigned] = ACTIONS(2921), + [anon_sym_long] = ACTIONS(2921), + [anon_sym_short] = ACTIONS(2921), + [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_static] = ACTIONS(2921), + [anon_sym_register] = ACTIONS(2921), + [anon_sym_inline] = ACTIONS(2921), + [anon_sym___inline] = ACTIONS(2921), + [anon_sym___inline__] = ACTIONS(2921), + [anon_sym___forceinline] = ACTIONS(2921), + [anon_sym_thread_local] = ACTIONS(2921), + [anon_sym___thread] = ACTIONS(2921), + [anon_sym_const] = ACTIONS(2921), + [anon_sym_constexpr] = ACTIONS(2921), + [anon_sym_volatile] = ACTIONS(2921), + [anon_sym_restrict] = ACTIONS(2921), + [anon_sym___restrict__] = ACTIONS(2921), + [anon_sym__Atomic] = ACTIONS(2921), + [anon_sym__Noreturn] = ACTIONS(2921), + [anon_sym_noreturn] = ACTIONS(2921), + [anon_sym__Nonnull] = ACTIONS(2921), + [anon_sym_mutable] = ACTIONS(2921), + [anon_sym_constinit] = ACTIONS(2921), + [anon_sym_consteval] = ACTIONS(2921), + [anon_sym_PROGMEM] = ACTIONS(2921), + [anon_sym_alignas] = ACTIONS(2921), + [anon_sym__Alignas] = ACTIONS(2921), + [aux_sym_primitive_type_token1] = ACTIONS(2921), + [anon_sym_byte] = ACTIONS(2921), + [anon_sym_word] = ACTIONS(2921), + [anon_sym_enum] = ACTIONS(2921), + [anon_sym_class] = ACTIONS(2921), + [anon_sym_struct] = ACTIONS(2921), + [anon_sym_union] = ACTIONS(2921), + [anon_sym_if] = ACTIONS(2921), + [anon_sym_else] = ACTIONS(2921), + [anon_sym_switch] = ACTIONS(2921), + [anon_sym_case] = ACTIONS(2921), + [anon_sym_default] = ACTIONS(2921), + [anon_sym_while] = ACTIONS(2921), + [anon_sym_do] = ACTIONS(2921), + [anon_sym_for] = ACTIONS(2921), + [anon_sym_return] = ACTIONS(2921), + [anon_sym_break] = ACTIONS(2921), + [anon_sym_continue] = ACTIONS(2921), + [anon_sym_goto] = ACTIONS(2921), + [anon_sym___try] = ACTIONS(2921), + [anon_sym___leave] = ACTIONS(2921), + [anon_sym_not] = ACTIONS(2921), + [anon_sym_compl] = ACTIONS(2921), + [anon_sym_DASH_DASH] = ACTIONS(2923), + [anon_sym_PLUS_PLUS] = ACTIONS(2923), + [anon_sym_sizeof] = ACTIONS(2921), + [anon_sym___alignof__] = ACTIONS(2921), + [anon_sym___alignof] = ACTIONS(2921), + [anon_sym__alignof] = ACTIONS(2921), + [anon_sym_alignof] = ACTIONS(2921), + [anon_sym__Alignof] = ACTIONS(2921), + [anon_sym_offsetof] = ACTIONS(2921), + [anon_sym__Generic] = ACTIONS(2921), + [anon_sym_asm] = ACTIONS(2921), + [anon_sym___asm__] = ACTIONS(2921), + [anon_sym___asm] = ACTIONS(2921), + [aux_sym_number_literal_token1] = ACTIONS(2923), + [aux_sym_number_literal_token2] = ACTIONS(2921), + [anon_sym_L_SQUOTE] = ACTIONS(2923), + [anon_sym_u_SQUOTE] = ACTIONS(2923), + [anon_sym_U_SQUOTE] = ACTIONS(2923), + [anon_sym_u8_SQUOTE] = ACTIONS(2923), + [anon_sym_SQUOTE] = ACTIONS(2923), + [anon_sym_L_DQUOTE] = ACTIONS(2923), + [anon_sym_u_DQUOTE] = ACTIONS(2923), + [anon_sym_U_DQUOTE] = ACTIONS(2923), + [anon_sym_u8_DQUOTE] = ACTIONS(2923), + [anon_sym_DQUOTE] = ACTIONS(2923), + [sym_true] = ACTIONS(2921), + [sym_false] = ACTIONS(2921), + [anon_sym_NULL] = ACTIONS(2921), + [anon_sym_nullptr] = ACTIONS(2921), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2921), + [anon_sym_decltype] = ACTIONS(2921), + [anon_sym_explicit] = ACTIONS(2921), + [anon_sym_typename] = ACTIONS(2921), + [anon_sym_template] = ACTIONS(2921), + [anon_sym_operator] = ACTIONS(2921), + [anon_sym_try] = ACTIONS(2921), + [anon_sym_delete] = ACTIONS(2921), + [anon_sym_throw] = ACTIONS(2921), + [anon_sym_namespace] = ACTIONS(2921), + [anon_sym_using] = ACTIONS(2921), + [anon_sym_static_assert] = ACTIONS(2921), + [anon_sym_concept] = ACTIONS(2921), + [anon_sym_co_return] = ACTIONS(2921), + [anon_sym_co_yield] = ACTIONS(2921), + [anon_sym_R_DQUOTE] = ACTIONS(2923), + [anon_sym_LR_DQUOTE] = ACTIONS(2923), + [anon_sym_uR_DQUOTE] = ACTIONS(2923), + [anon_sym_UR_DQUOTE] = ACTIONS(2923), + [anon_sym_u8R_DQUOTE] = ACTIONS(2923), + [anon_sym_co_await] = ACTIONS(2921), + [anon_sym_new] = ACTIONS(2921), + [anon_sym_requires] = ACTIONS(2921), + [sym_this] = ACTIONS(2921), + }, + [433] = { + [ts_builtin_sym_end] = ACTIONS(2827), + [sym_identifier] = ACTIONS(2825), + [aux_sym_preproc_include_token1] = ACTIONS(2825), + [aux_sym_preproc_def_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2825), + [sym_preproc_directive] = ACTIONS(2825), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym___extension__] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2825), + [anon_sym_virtual] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___attribute] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2827), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym___cdecl] = ACTIONS(2825), + [anon_sym___clrcall] = ACTIONS(2825), + [anon_sym___stdcall] = ACTIONS(2825), + [anon_sym___fastcall] = ACTIONS(2825), + [anon_sym___thiscall] = ACTIONS(2825), + [anon_sym___vectorcall] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_signed] = ACTIONS(2825), + [anon_sym_unsigned] = ACTIONS(2825), + [anon_sym_long] = ACTIONS(2825), + [anon_sym_short] = ACTIONS(2825), + [anon_sym_LBRACK] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym___inline] = ACTIONS(2825), + [anon_sym___inline__] = ACTIONS(2825), + [anon_sym___forceinline] = ACTIONS(2825), + [anon_sym_thread_local] = ACTIONS(2825), + [anon_sym___thread] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym___restrict__] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym__Noreturn] = ACTIONS(2825), + [anon_sym_noreturn] = ACTIONS(2825), + [anon_sym__Nonnull] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constinit] = ACTIONS(2825), + [anon_sym_consteval] = ACTIONS(2825), + [anon_sym_PROGMEM] = ACTIONS(2825), + [anon_sym_alignas] = ACTIONS(2825), + [anon_sym__Alignas] = ACTIONS(2825), + [aux_sym_primitive_type_token1] = ACTIONS(2825), + [anon_sym_byte] = ACTIONS(2825), + [anon_sym_word] = ACTIONS(2825), + [anon_sym_enum] = ACTIONS(2825), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(2825), + [anon_sym_union] = ACTIONS(2825), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_else] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2825), + [anon_sym_case] = ACTIONS(2825), + [anon_sym_default] = ACTIONS(2825), + [anon_sym_while] = ACTIONS(2825), + [anon_sym_do] = ACTIONS(2825), + [anon_sym_for] = ACTIONS(2825), + [anon_sym_return] = ACTIONS(2825), + [anon_sym_break] = ACTIONS(2825), + [anon_sym_continue] = ACTIONS(2825), + [anon_sym_goto] = ACTIONS(2825), + [anon_sym___try] = ACTIONS(2825), + [anon_sym___leave] = ACTIONS(2825), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_compl] = ACTIONS(2825), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_sizeof] = ACTIONS(2825), + [anon_sym___alignof__] = ACTIONS(2825), + [anon_sym___alignof] = ACTIONS(2825), + [anon_sym__alignof] = ACTIONS(2825), + [anon_sym_alignof] = ACTIONS(2825), + [anon_sym__Alignof] = ACTIONS(2825), + [anon_sym_offsetof] = ACTIONS(2825), + [anon_sym__Generic] = ACTIONS(2825), + [anon_sym_asm] = ACTIONS(2825), + [anon_sym___asm__] = ACTIONS(2825), + [anon_sym___asm] = ACTIONS(2825), + [aux_sym_number_literal_token1] = ACTIONS(2827), + [aux_sym_number_literal_token2] = ACTIONS(2825), + [anon_sym_L_SQUOTE] = ACTIONS(2827), + [anon_sym_u_SQUOTE] = ACTIONS(2827), + [anon_sym_U_SQUOTE] = ACTIONS(2827), + [anon_sym_u8_SQUOTE] = ACTIONS(2827), + [anon_sym_SQUOTE] = ACTIONS(2827), + [anon_sym_L_DQUOTE] = ACTIONS(2827), + [anon_sym_u_DQUOTE] = ACTIONS(2827), + [anon_sym_U_DQUOTE] = ACTIONS(2827), + [anon_sym_u8_DQUOTE] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2827), + [sym_true] = ACTIONS(2825), + [sym_false] = ACTIONS(2825), + [anon_sym_NULL] = ACTIONS(2825), + [anon_sym_nullptr] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2825), + [anon_sym_decltype] = ACTIONS(2825), + [anon_sym_explicit] = ACTIONS(2825), + [anon_sym_typename] = ACTIONS(2825), + [anon_sym_template] = ACTIONS(2825), + [anon_sym_operator] = ACTIONS(2825), + [anon_sym_try] = ACTIONS(2825), + [anon_sym_delete] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [anon_sym_namespace] = ACTIONS(2825), + [anon_sym_using] = ACTIONS(2825), + [anon_sym_static_assert] = ACTIONS(2825), + [anon_sym_concept] = ACTIONS(2825), + [anon_sym_co_return] = ACTIONS(2825), + [anon_sym_co_yield] = ACTIONS(2825), + [anon_sym_R_DQUOTE] = ACTIONS(2827), + [anon_sym_LR_DQUOTE] = ACTIONS(2827), + [anon_sym_uR_DQUOTE] = ACTIONS(2827), + [anon_sym_UR_DQUOTE] = ACTIONS(2827), + [anon_sym_u8R_DQUOTE] = ACTIONS(2827), + [anon_sym_co_await] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2825), + [anon_sym_requires] = ACTIONS(2825), + [sym_this] = ACTIONS(2825), + }, + [434] = { + [ts_builtin_sym_end] = ACTIONS(2831), + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_include_token1] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_BANG] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym___cdecl] = ACTIONS(2829), + [anon_sym___clrcall] = ACTIONS(2829), + [anon_sym___stdcall] = ACTIONS(2829), + [anon_sym___fastcall] = ACTIONS(2829), + [anon_sym___thiscall] = ACTIONS(2829), + [anon_sym___vectorcall] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [anon_sym_if] = ACTIONS(2829), + [anon_sym_else] = ACTIONS(2829), + [anon_sym_switch] = ACTIONS(2829), + [anon_sym_case] = ACTIONS(2829), + [anon_sym_default] = ACTIONS(2829), + [anon_sym_while] = ACTIONS(2829), + [anon_sym_do] = ACTIONS(2829), + [anon_sym_for] = ACTIONS(2829), + [anon_sym_return] = ACTIONS(2829), + [anon_sym_break] = ACTIONS(2829), + [anon_sym_continue] = ACTIONS(2829), + [anon_sym_goto] = ACTIONS(2829), + [anon_sym___try] = ACTIONS(2829), + [anon_sym___leave] = ACTIONS(2829), + [anon_sym_not] = ACTIONS(2829), + [anon_sym_compl] = ACTIONS(2829), + [anon_sym_DASH_DASH] = ACTIONS(2831), + [anon_sym_PLUS_PLUS] = ACTIONS(2831), + [anon_sym_sizeof] = ACTIONS(2829), + [anon_sym___alignof__] = ACTIONS(2829), + [anon_sym___alignof] = ACTIONS(2829), + [anon_sym__alignof] = ACTIONS(2829), + [anon_sym_alignof] = ACTIONS(2829), + [anon_sym__Alignof] = ACTIONS(2829), + [anon_sym_offsetof] = ACTIONS(2829), + [anon_sym__Generic] = ACTIONS(2829), + [anon_sym_asm] = ACTIONS(2829), + [anon_sym___asm__] = ACTIONS(2829), + [anon_sym___asm] = ACTIONS(2829), + [aux_sym_number_literal_token1] = ACTIONS(2831), + [aux_sym_number_literal_token2] = ACTIONS(2829), + [anon_sym_L_SQUOTE] = ACTIONS(2831), + [anon_sym_u_SQUOTE] = ACTIONS(2831), + [anon_sym_U_SQUOTE] = ACTIONS(2831), + [anon_sym_u8_SQUOTE] = ACTIONS(2831), + [anon_sym_SQUOTE] = ACTIONS(2831), + [anon_sym_L_DQUOTE] = ACTIONS(2831), + [anon_sym_u_DQUOTE] = ACTIONS(2831), + [anon_sym_U_DQUOTE] = ACTIONS(2831), + [anon_sym_u8_DQUOTE] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2831), + [sym_true] = ACTIONS(2829), + [sym_false] = ACTIONS(2829), + [anon_sym_NULL] = ACTIONS(2829), + [anon_sym_nullptr] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_try] = ACTIONS(2829), + [anon_sym_delete] = ACTIONS(2829), + [anon_sym_throw] = ACTIONS(2829), + [anon_sym_namespace] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_concept] = ACTIONS(2829), + [anon_sym_co_return] = ACTIONS(2829), + [anon_sym_co_yield] = ACTIONS(2829), + [anon_sym_R_DQUOTE] = ACTIONS(2831), + [anon_sym_LR_DQUOTE] = ACTIONS(2831), + [anon_sym_uR_DQUOTE] = ACTIONS(2831), + [anon_sym_UR_DQUOTE] = ACTIONS(2831), + [anon_sym_u8R_DQUOTE] = ACTIONS(2831), + [anon_sym_co_await] = ACTIONS(2829), + [anon_sym_new] = ACTIONS(2829), + [anon_sym_requires] = ACTIONS(2829), + [sym_this] = ACTIONS(2829), + }, + [435] = { + [ts_builtin_sym_end] = ACTIONS(2835), + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [436] = { + [ts_builtin_sym_end] = ACTIONS(2835), + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [437] = { + [sym_catch_clause] = STATE(308), + [aux_sym_constructor_try_statement_repeat1] = STATE(308), + [ts_builtin_sym_end] = ACTIONS(2577), + [sym_identifier] = ACTIONS(2575), + [aux_sym_preproc_include_token1] = ACTIONS(2575), + [aux_sym_preproc_def_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), + [sym_preproc_directive] = ACTIONS(2575), + [anon_sym_LPAREN2] = ACTIONS(2577), + [anon_sym_BANG] = ACTIONS(2577), + [anon_sym_TILDE] = ACTIONS(2577), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_PLUS] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2577), + [anon_sym_AMP_AMP] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2575), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym___extension__] = ACTIONS(2575), + [anon_sym_typedef] = ACTIONS(2575), + [anon_sym_virtual] = ACTIONS(2575), + [anon_sym_extern] = ACTIONS(2575), + [anon_sym___attribute__] = ACTIONS(2575), + [anon_sym___attribute] = ACTIONS(2575), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2575), + [anon_sym___based] = ACTIONS(2575), + [anon_sym___cdecl] = ACTIONS(2575), + [anon_sym___clrcall] = ACTIONS(2575), + [anon_sym___stdcall] = ACTIONS(2575), + [anon_sym___fastcall] = ACTIONS(2575), + [anon_sym___thiscall] = ACTIONS(2575), + [anon_sym___vectorcall] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2575), + [anon_sym_unsigned] = ACTIONS(2575), + [anon_sym_long] = ACTIONS(2575), + [anon_sym_short] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2575), + [anon_sym_static] = ACTIONS(2575), + [anon_sym_register] = ACTIONS(2575), + [anon_sym_inline] = ACTIONS(2575), + [anon_sym___inline] = ACTIONS(2575), + [anon_sym___inline__] = ACTIONS(2575), + [anon_sym___forceinline] = ACTIONS(2575), + [anon_sym_thread_local] = ACTIONS(2575), + [anon_sym___thread] = ACTIONS(2575), + [anon_sym_const] = ACTIONS(2575), + [anon_sym_constexpr] = ACTIONS(2575), + [anon_sym_volatile] = ACTIONS(2575), + [anon_sym_restrict] = ACTIONS(2575), + [anon_sym___restrict__] = ACTIONS(2575), + [anon_sym__Atomic] = ACTIONS(2575), + [anon_sym__Noreturn] = ACTIONS(2575), + [anon_sym_noreturn] = ACTIONS(2575), + [anon_sym__Nonnull] = ACTIONS(2575), + [anon_sym_mutable] = ACTIONS(2575), + [anon_sym_constinit] = ACTIONS(2575), + [anon_sym_consteval] = ACTIONS(2575), + [anon_sym_PROGMEM] = ACTIONS(2575), + [anon_sym_alignas] = ACTIONS(2575), + [anon_sym__Alignas] = ACTIONS(2575), + [aux_sym_primitive_type_token1] = ACTIONS(2575), + [anon_sym_byte] = ACTIONS(2575), + [anon_sym_word] = ACTIONS(2575), + [anon_sym_enum] = ACTIONS(2575), + [anon_sym_class] = ACTIONS(2575), + [anon_sym_struct] = ACTIONS(2575), + [anon_sym_union] = ACTIONS(2575), + [anon_sym_if] = ACTIONS(2575), + [anon_sym_switch] = ACTIONS(2575), + [anon_sym_case] = ACTIONS(2575), + [anon_sym_default] = ACTIONS(2575), + [anon_sym_while] = ACTIONS(2575), + [anon_sym_do] = ACTIONS(2575), + [anon_sym_for] = ACTIONS(2575), + [anon_sym_return] = ACTIONS(2575), + [anon_sym_break] = ACTIONS(2575), + [anon_sym_continue] = ACTIONS(2575), + [anon_sym_goto] = ACTIONS(2575), + [anon_sym_not] = ACTIONS(2575), + [anon_sym_compl] = ACTIONS(2575), + [anon_sym_DASH_DASH] = ACTIONS(2577), + [anon_sym_PLUS_PLUS] = ACTIONS(2577), + [anon_sym_sizeof] = ACTIONS(2575), + [anon_sym___alignof__] = ACTIONS(2575), + [anon_sym___alignof] = ACTIONS(2575), + [anon_sym__alignof] = ACTIONS(2575), + [anon_sym_alignof] = ACTIONS(2575), + [anon_sym__Alignof] = ACTIONS(2575), + [anon_sym_offsetof] = ACTIONS(2575), + [anon_sym__Generic] = ACTIONS(2575), + [anon_sym_asm] = ACTIONS(2575), + [anon_sym___asm__] = ACTIONS(2575), + [anon_sym___asm] = ACTIONS(2575), + [aux_sym_number_literal_token1] = ACTIONS(2577), + [aux_sym_number_literal_token2] = ACTIONS(2575), + [anon_sym_L_SQUOTE] = ACTIONS(2577), + [anon_sym_u_SQUOTE] = ACTIONS(2577), + [anon_sym_U_SQUOTE] = ACTIONS(2577), + [anon_sym_u8_SQUOTE] = ACTIONS(2577), + [anon_sym_SQUOTE] = ACTIONS(2577), + [anon_sym_L_DQUOTE] = ACTIONS(2577), + [anon_sym_u_DQUOTE] = ACTIONS(2577), + [anon_sym_U_DQUOTE] = ACTIONS(2577), + [anon_sym_u8_DQUOTE] = ACTIONS(2577), + [anon_sym_DQUOTE] = ACTIONS(2577), + [sym_true] = ACTIONS(2575), + [sym_false] = ACTIONS(2575), + [anon_sym_NULL] = ACTIONS(2575), + [anon_sym_nullptr] = ACTIONS(2575), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2575), + [anon_sym_decltype] = ACTIONS(2575), + [anon_sym_explicit] = ACTIONS(2575), + [anon_sym_typename] = ACTIONS(2575), + [anon_sym_template] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2575), + [anon_sym_try] = ACTIONS(2575), + [anon_sym_delete] = ACTIONS(2575), + [anon_sym_throw] = ACTIONS(2575), + [anon_sym_namespace] = ACTIONS(2575), + [anon_sym_using] = ACTIONS(2575), + [anon_sym_static_assert] = ACTIONS(2575), + [anon_sym_concept] = ACTIONS(2575), + [anon_sym_co_return] = ACTIONS(2575), + [anon_sym_co_yield] = ACTIONS(2575), + [anon_sym_catch] = ACTIONS(2974), + [anon_sym_R_DQUOTE] = ACTIONS(2577), + [anon_sym_LR_DQUOTE] = ACTIONS(2577), + [anon_sym_uR_DQUOTE] = ACTIONS(2577), + [anon_sym_UR_DQUOTE] = ACTIONS(2577), + [anon_sym_u8R_DQUOTE] = ACTIONS(2577), + [anon_sym_co_await] = ACTIONS(2575), + [anon_sym_new] = ACTIONS(2575), + [anon_sym_requires] = ACTIONS(2575), + [sym_this] = ACTIONS(2575), + }, + [438] = { + [ts_builtin_sym_end] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_include_token1] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym___cdecl] = ACTIONS(2925), + [anon_sym___clrcall] = ACTIONS(2925), + [anon_sym___stdcall] = ACTIONS(2925), + [anon_sym___fastcall] = ACTIONS(2925), + [anon_sym___thiscall] = ACTIONS(2925), + [anon_sym___vectorcall] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym___try] = ACTIONS(2925), + [anon_sym___leave] = ACTIONS(2925), + [anon_sym_not] = ACTIONS(2925), + [anon_sym_compl] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [anon_sym___alignof__] = ACTIONS(2925), + [anon_sym___alignof] = ACTIONS(2925), + [anon_sym__alignof] = ACTIONS(2925), + [anon_sym_alignof] = ACTIONS(2925), + [anon_sym__Alignof] = ACTIONS(2925), + [anon_sym_offsetof] = ACTIONS(2925), + [anon_sym__Generic] = ACTIONS(2925), + [anon_sym_asm] = ACTIONS(2925), + [anon_sym___asm__] = ACTIONS(2925), + [anon_sym___asm] = ACTIONS(2925), + [aux_sym_number_literal_token1] = ACTIONS(2927), + [aux_sym_number_literal_token2] = ACTIONS(2925), + [anon_sym_L_SQUOTE] = ACTIONS(2927), + [anon_sym_u_SQUOTE] = ACTIONS(2927), + [anon_sym_U_SQUOTE] = ACTIONS(2927), + [anon_sym_u8_SQUOTE] = ACTIONS(2927), + [anon_sym_SQUOTE] = ACTIONS(2927), + [anon_sym_L_DQUOTE] = ACTIONS(2927), + [anon_sym_u_DQUOTE] = ACTIONS(2927), + [anon_sym_U_DQUOTE] = ACTIONS(2927), + [anon_sym_u8_DQUOTE] = ACTIONS(2927), + [anon_sym_DQUOTE] = ACTIONS(2927), + [sym_true] = ACTIONS(2925), + [sym_false] = ACTIONS(2925), + [anon_sym_NULL] = ACTIONS(2925), + [anon_sym_nullptr] = ACTIONS(2925), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_try] = ACTIONS(2925), + [anon_sym_delete] = ACTIONS(2925), + [anon_sym_throw] = ACTIONS(2925), + [anon_sym_namespace] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), + [anon_sym_concept] = ACTIONS(2925), + [anon_sym_co_return] = ACTIONS(2925), + [anon_sym_co_yield] = ACTIONS(2925), + [anon_sym_R_DQUOTE] = ACTIONS(2927), + [anon_sym_LR_DQUOTE] = ACTIONS(2927), + [anon_sym_uR_DQUOTE] = ACTIONS(2927), + [anon_sym_UR_DQUOTE] = ACTIONS(2927), + [anon_sym_u8R_DQUOTE] = ACTIONS(2927), + [anon_sym_co_await] = ACTIONS(2925), + [anon_sym_new] = ACTIONS(2925), + [anon_sym_requires] = ACTIONS(2925), + [sym_this] = ACTIONS(2925), + }, + [439] = { + [ts_builtin_sym_end] = ACTIONS(2839), + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_include_token1] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_BANG] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym___cdecl] = ACTIONS(2837), + [anon_sym___clrcall] = ACTIONS(2837), + [anon_sym___stdcall] = ACTIONS(2837), + [anon_sym___fastcall] = ACTIONS(2837), + [anon_sym___thiscall] = ACTIONS(2837), + [anon_sym___vectorcall] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [anon_sym_if] = ACTIONS(2837), + [anon_sym_else] = ACTIONS(2837), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_case] = ACTIONS(2837), + [anon_sym_default] = ACTIONS(2837), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2837), + [anon_sym_for] = ACTIONS(2837), + [anon_sym_return] = ACTIONS(2837), + [anon_sym_break] = ACTIONS(2837), + [anon_sym_continue] = ACTIONS(2837), + [anon_sym_goto] = ACTIONS(2837), + [anon_sym___try] = ACTIONS(2837), + [anon_sym___leave] = ACTIONS(2837), + [anon_sym_not] = ACTIONS(2837), + [anon_sym_compl] = ACTIONS(2837), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_sizeof] = ACTIONS(2837), + [anon_sym___alignof__] = ACTIONS(2837), + [anon_sym___alignof] = ACTIONS(2837), + [anon_sym__alignof] = ACTIONS(2837), + [anon_sym_alignof] = ACTIONS(2837), + [anon_sym__Alignof] = ACTIONS(2837), + [anon_sym_offsetof] = ACTIONS(2837), + [anon_sym__Generic] = ACTIONS(2837), + [anon_sym_asm] = ACTIONS(2837), + [anon_sym___asm__] = ACTIONS(2837), + [anon_sym___asm] = ACTIONS(2837), + [aux_sym_number_literal_token1] = ACTIONS(2839), + [aux_sym_number_literal_token2] = ACTIONS(2837), + [anon_sym_L_SQUOTE] = ACTIONS(2839), + [anon_sym_u_SQUOTE] = ACTIONS(2839), + [anon_sym_U_SQUOTE] = ACTIONS(2839), + [anon_sym_u8_SQUOTE] = ACTIONS(2839), + [anon_sym_SQUOTE] = ACTIONS(2839), + [anon_sym_L_DQUOTE] = ACTIONS(2839), + [anon_sym_u_DQUOTE] = ACTIONS(2839), + [anon_sym_U_DQUOTE] = ACTIONS(2839), + [anon_sym_u8_DQUOTE] = ACTIONS(2839), + [anon_sym_DQUOTE] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [anon_sym_NULL] = ACTIONS(2837), + [anon_sym_nullptr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_try] = ACTIONS(2837), + [anon_sym_delete] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_namespace] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + [anon_sym_concept] = ACTIONS(2837), + [anon_sym_co_return] = ACTIONS(2837), + [anon_sym_co_yield] = ACTIONS(2837), + [anon_sym_R_DQUOTE] = ACTIONS(2839), + [anon_sym_LR_DQUOTE] = ACTIONS(2839), + [anon_sym_uR_DQUOTE] = ACTIONS(2839), + [anon_sym_UR_DQUOTE] = ACTIONS(2839), + [anon_sym_u8R_DQUOTE] = ACTIONS(2839), + [anon_sym_co_await] = ACTIONS(2837), + [anon_sym_new] = ACTIONS(2837), + [anon_sym_requires] = ACTIONS(2837), + [sym_this] = ACTIONS(2837), + }, + [440] = { + [sym_identifier] = ACTIONS(2891), + [aux_sym_preproc_include_token1] = ACTIONS(2891), + [aux_sym_preproc_def_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2891), + [sym_preproc_directive] = ACTIONS(2891), + [anon_sym_LPAREN2] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_AMP_AMP] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym___extension__] = ACTIONS(2891), + [anon_sym_typedef] = ACTIONS(2891), + [anon_sym_virtual] = ACTIONS(2891), + [anon_sym_extern] = ACTIONS(2891), + [anon_sym___attribute__] = ACTIONS(2891), + [anon_sym___attribute] = ACTIONS(2891), + [anon_sym_COLON_COLON] = ACTIONS(2893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2893), + [anon_sym___declspec] = ACTIONS(2891), + [anon_sym___based] = ACTIONS(2891), + [anon_sym___cdecl] = ACTIONS(2891), + [anon_sym___clrcall] = ACTIONS(2891), + [anon_sym___stdcall] = ACTIONS(2891), + [anon_sym___fastcall] = ACTIONS(2891), + [anon_sym___thiscall] = ACTIONS(2891), + [anon_sym___vectorcall] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_RBRACE] = ACTIONS(2893), + [anon_sym_signed] = ACTIONS(2891), + [anon_sym_unsigned] = ACTIONS(2891), + [anon_sym_long] = ACTIONS(2891), + [anon_sym_short] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2891), + [anon_sym_static] = ACTIONS(2891), + [anon_sym_register] = ACTIONS(2891), + [anon_sym_inline] = ACTIONS(2891), + [anon_sym___inline] = ACTIONS(2891), + [anon_sym___inline__] = ACTIONS(2891), + [anon_sym___forceinline] = ACTIONS(2891), + [anon_sym_thread_local] = ACTIONS(2891), + [anon_sym___thread] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_constexpr] = ACTIONS(2891), + [anon_sym_volatile] = ACTIONS(2891), + [anon_sym_restrict] = ACTIONS(2891), + [anon_sym___restrict__] = ACTIONS(2891), + [anon_sym__Atomic] = ACTIONS(2891), + [anon_sym__Noreturn] = ACTIONS(2891), + [anon_sym_noreturn] = ACTIONS(2891), + [anon_sym__Nonnull] = ACTIONS(2891), + [anon_sym_mutable] = ACTIONS(2891), + [anon_sym_constinit] = ACTIONS(2891), + [anon_sym_consteval] = ACTIONS(2891), + [anon_sym_PROGMEM] = ACTIONS(2891), + [anon_sym_alignas] = ACTIONS(2891), + [anon_sym__Alignas] = ACTIONS(2891), + [aux_sym_primitive_type_token1] = ACTIONS(2891), + [anon_sym_byte] = ACTIONS(2891), + [anon_sym_word] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_else] = ACTIONS(2891), + [anon_sym_switch] = ACTIONS(2891), + [anon_sym_case] = ACTIONS(2891), + [anon_sym_default] = ACTIONS(2891), + [anon_sym_while] = ACTIONS(2891), + [anon_sym_do] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym___try] = ACTIONS(2891), + [anon_sym___leave] = ACTIONS(2891), + [anon_sym_not] = ACTIONS(2891), + [anon_sym_compl] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_sizeof] = ACTIONS(2891), + [anon_sym___alignof__] = ACTIONS(2891), + [anon_sym___alignof] = ACTIONS(2891), + [anon_sym__alignof] = ACTIONS(2891), + [anon_sym_alignof] = ACTIONS(2891), + [anon_sym__Alignof] = ACTIONS(2891), + [anon_sym_offsetof] = ACTIONS(2891), + [anon_sym__Generic] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym___asm__] = ACTIONS(2891), + [anon_sym___asm] = ACTIONS(2891), + [aux_sym_number_literal_token1] = ACTIONS(2893), + [aux_sym_number_literal_token2] = ACTIONS(2891), + [anon_sym_L_SQUOTE] = ACTIONS(2893), + [anon_sym_u_SQUOTE] = ACTIONS(2893), + [anon_sym_U_SQUOTE] = ACTIONS(2893), + [anon_sym_u8_SQUOTE] = ACTIONS(2893), + [anon_sym_SQUOTE] = ACTIONS(2893), + [anon_sym_L_DQUOTE] = ACTIONS(2893), + [anon_sym_u_DQUOTE] = ACTIONS(2893), + [anon_sym_U_DQUOTE] = ACTIONS(2893), + [anon_sym_u8_DQUOTE] = ACTIONS(2893), + [anon_sym_DQUOTE] = ACTIONS(2893), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [anon_sym_NULL] = ACTIONS(2891), + [anon_sym_nullptr] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2891), + [anon_sym_decltype] = ACTIONS(2891), + [anon_sym_explicit] = ACTIONS(2891), + [anon_sym_typename] = ACTIONS(2891), + [anon_sym_template] = ACTIONS(2891), + [anon_sym_operator] = ACTIONS(2891), + [anon_sym_try] = ACTIONS(2891), + [anon_sym_delete] = ACTIONS(2891), + [anon_sym_throw] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_using] = ACTIONS(2891), + [anon_sym_static_assert] = ACTIONS(2891), + [anon_sym_concept] = ACTIONS(2891), + [anon_sym_co_return] = ACTIONS(2891), + [anon_sym_co_yield] = ACTIONS(2891), + [anon_sym_R_DQUOTE] = ACTIONS(2893), + [anon_sym_LR_DQUOTE] = ACTIONS(2893), + [anon_sym_uR_DQUOTE] = ACTIONS(2893), + [anon_sym_UR_DQUOTE] = ACTIONS(2893), + [anon_sym_u8R_DQUOTE] = ACTIONS(2893), + [anon_sym_co_await] = ACTIONS(2891), + [anon_sym_new] = ACTIONS(2891), + [anon_sym_requires] = ACTIONS(2891), + [sym_this] = ACTIONS(2891), + }, + [441] = { + [sym_identifier] = ACTIONS(2841), + [aux_sym_preproc_include_token1] = ACTIONS(2841), + [aux_sym_preproc_def_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2841), + [sym_preproc_directive] = ACTIONS(2841), + [anon_sym_LPAREN2] = ACTIONS(2843), + [anon_sym_BANG] = ACTIONS(2843), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_AMP_AMP] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_SEMI] = ACTIONS(2843), + [anon_sym___extension__] = ACTIONS(2841), + [anon_sym_typedef] = ACTIONS(2841), + [anon_sym_virtual] = ACTIONS(2841), + [anon_sym_extern] = ACTIONS(2841), + [anon_sym___attribute__] = ACTIONS(2841), + [anon_sym___attribute] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(2843), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2841), + [anon_sym___based] = ACTIONS(2841), + [anon_sym___cdecl] = ACTIONS(2841), + [anon_sym___clrcall] = ACTIONS(2841), + [anon_sym___stdcall] = ACTIONS(2841), + [anon_sym___fastcall] = ACTIONS(2841), + [anon_sym___thiscall] = ACTIONS(2841), + [anon_sym___vectorcall] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_RBRACE] = ACTIONS(2843), + [anon_sym_signed] = ACTIONS(2841), + [anon_sym_unsigned] = ACTIONS(2841), + [anon_sym_long] = ACTIONS(2841), + [anon_sym_short] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2841), + [anon_sym_static] = ACTIONS(2841), + [anon_sym_register] = ACTIONS(2841), + [anon_sym_inline] = ACTIONS(2841), + [anon_sym___inline] = ACTIONS(2841), + [anon_sym___inline__] = ACTIONS(2841), + [anon_sym___forceinline] = ACTIONS(2841), + [anon_sym_thread_local] = ACTIONS(2841), + [anon_sym___thread] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_constexpr] = ACTIONS(2841), + [anon_sym_volatile] = ACTIONS(2841), + [anon_sym_restrict] = ACTIONS(2841), + [anon_sym___restrict__] = ACTIONS(2841), + [anon_sym__Atomic] = ACTIONS(2841), + [anon_sym__Noreturn] = ACTIONS(2841), + [anon_sym_noreturn] = ACTIONS(2841), + [anon_sym__Nonnull] = ACTIONS(2841), + [anon_sym_mutable] = ACTIONS(2841), + [anon_sym_constinit] = ACTIONS(2841), + [anon_sym_consteval] = ACTIONS(2841), + [anon_sym_PROGMEM] = ACTIONS(2841), + [anon_sym_alignas] = ACTIONS(2841), + [anon_sym__Alignas] = ACTIONS(2841), + [aux_sym_primitive_type_token1] = ACTIONS(2841), + [anon_sym_byte] = ACTIONS(2841), + [anon_sym_word] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_class] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_else] = ACTIONS(2841), + [anon_sym_switch] = ACTIONS(2841), + [anon_sym_case] = ACTIONS(2841), + [anon_sym_default] = ACTIONS(2841), + [anon_sym_while] = ACTIONS(2841), + [anon_sym_do] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym___try] = ACTIONS(2841), + [anon_sym___leave] = ACTIONS(2841), + [anon_sym_not] = ACTIONS(2841), + [anon_sym_compl] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_sizeof] = ACTIONS(2841), + [anon_sym___alignof__] = ACTIONS(2841), + [anon_sym___alignof] = ACTIONS(2841), + [anon_sym__alignof] = ACTIONS(2841), + [anon_sym_alignof] = ACTIONS(2841), + [anon_sym__Alignof] = ACTIONS(2841), + [anon_sym_offsetof] = ACTIONS(2841), + [anon_sym__Generic] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym___asm__] = ACTIONS(2841), + [anon_sym___asm] = ACTIONS(2841), + [aux_sym_number_literal_token1] = ACTIONS(2843), + [aux_sym_number_literal_token2] = ACTIONS(2841), + [anon_sym_L_SQUOTE] = ACTIONS(2843), + [anon_sym_u_SQUOTE] = ACTIONS(2843), + [anon_sym_U_SQUOTE] = ACTIONS(2843), + [anon_sym_u8_SQUOTE] = ACTIONS(2843), + [anon_sym_SQUOTE] = ACTIONS(2843), + [anon_sym_L_DQUOTE] = ACTIONS(2843), + [anon_sym_u_DQUOTE] = ACTIONS(2843), + [anon_sym_U_DQUOTE] = ACTIONS(2843), + [anon_sym_u8_DQUOTE] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2843), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [anon_sym_NULL] = ACTIONS(2841), + [anon_sym_nullptr] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2841), + [anon_sym_decltype] = ACTIONS(2841), + [anon_sym_explicit] = ACTIONS(2841), + [anon_sym_typename] = ACTIONS(2841), + [anon_sym_template] = ACTIONS(2841), + [anon_sym_operator] = ACTIONS(2841), + [anon_sym_try] = ACTIONS(2841), + [anon_sym_delete] = ACTIONS(2841), + [anon_sym_throw] = ACTIONS(2841), + [anon_sym_namespace] = ACTIONS(2841), + [anon_sym_using] = ACTIONS(2841), + [anon_sym_static_assert] = ACTIONS(2841), + [anon_sym_concept] = ACTIONS(2841), + [anon_sym_co_return] = ACTIONS(2841), + [anon_sym_co_yield] = ACTIONS(2841), + [anon_sym_R_DQUOTE] = ACTIONS(2843), + [anon_sym_LR_DQUOTE] = ACTIONS(2843), + [anon_sym_uR_DQUOTE] = ACTIONS(2843), + [anon_sym_UR_DQUOTE] = ACTIONS(2843), + [anon_sym_u8R_DQUOTE] = ACTIONS(2843), + [anon_sym_co_await] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2841), + [anon_sym_requires] = ACTIONS(2841), + [sym_this] = ACTIONS(2841), + }, + [442] = { + [sym_identifier] = ACTIONS(2891), + [aux_sym_preproc_include_token1] = ACTIONS(2891), + [aux_sym_preproc_def_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token2] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2891), + [sym_preproc_directive] = ACTIONS(2891), + [anon_sym_LPAREN2] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_AMP_AMP] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym___extension__] = ACTIONS(2891), + [anon_sym_typedef] = ACTIONS(2891), + [anon_sym_virtual] = ACTIONS(2891), + [anon_sym_extern] = ACTIONS(2891), + [anon_sym___attribute__] = ACTIONS(2891), + [anon_sym___attribute] = ACTIONS(2891), + [anon_sym_COLON_COLON] = ACTIONS(2893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2893), + [anon_sym___declspec] = ACTIONS(2891), + [anon_sym___based] = ACTIONS(2891), + [anon_sym___cdecl] = ACTIONS(2891), + [anon_sym___clrcall] = ACTIONS(2891), + [anon_sym___stdcall] = ACTIONS(2891), + [anon_sym___fastcall] = ACTIONS(2891), + [anon_sym___thiscall] = ACTIONS(2891), + [anon_sym___vectorcall] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_signed] = ACTIONS(2891), + [anon_sym_unsigned] = ACTIONS(2891), + [anon_sym_long] = ACTIONS(2891), + [anon_sym_short] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2891), + [anon_sym_static] = ACTIONS(2891), + [anon_sym_register] = ACTIONS(2891), + [anon_sym_inline] = ACTIONS(2891), + [anon_sym___inline] = ACTIONS(2891), + [anon_sym___inline__] = ACTIONS(2891), + [anon_sym___forceinline] = ACTIONS(2891), + [anon_sym_thread_local] = ACTIONS(2891), + [anon_sym___thread] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_constexpr] = ACTIONS(2891), + [anon_sym_volatile] = ACTIONS(2891), + [anon_sym_restrict] = ACTIONS(2891), + [anon_sym___restrict__] = ACTIONS(2891), + [anon_sym__Atomic] = ACTIONS(2891), + [anon_sym__Noreturn] = ACTIONS(2891), + [anon_sym_noreturn] = ACTIONS(2891), + [anon_sym__Nonnull] = ACTIONS(2891), + [anon_sym_mutable] = ACTIONS(2891), + [anon_sym_constinit] = ACTIONS(2891), + [anon_sym_consteval] = ACTIONS(2891), + [anon_sym_PROGMEM] = ACTIONS(2891), + [anon_sym_alignas] = ACTIONS(2891), + [anon_sym__Alignas] = ACTIONS(2891), + [aux_sym_primitive_type_token1] = ACTIONS(2891), + [anon_sym_byte] = ACTIONS(2891), + [anon_sym_word] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_else] = ACTIONS(2891), + [anon_sym_switch] = ACTIONS(2891), + [anon_sym_case] = ACTIONS(2891), + [anon_sym_default] = ACTIONS(2891), + [anon_sym_while] = ACTIONS(2891), + [anon_sym_do] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym___try] = ACTIONS(2891), + [anon_sym___leave] = ACTIONS(2891), + [anon_sym_not] = ACTIONS(2891), + [anon_sym_compl] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_sizeof] = ACTIONS(2891), + [anon_sym___alignof__] = ACTIONS(2891), + [anon_sym___alignof] = ACTIONS(2891), + [anon_sym__alignof] = ACTIONS(2891), + [anon_sym_alignof] = ACTIONS(2891), + [anon_sym__Alignof] = ACTIONS(2891), + [anon_sym_offsetof] = ACTIONS(2891), + [anon_sym__Generic] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym___asm__] = ACTIONS(2891), + [anon_sym___asm] = ACTIONS(2891), + [aux_sym_number_literal_token1] = ACTIONS(2893), + [aux_sym_number_literal_token2] = ACTIONS(2891), + [anon_sym_L_SQUOTE] = ACTIONS(2893), + [anon_sym_u_SQUOTE] = ACTIONS(2893), + [anon_sym_U_SQUOTE] = ACTIONS(2893), + [anon_sym_u8_SQUOTE] = ACTIONS(2893), + [anon_sym_SQUOTE] = ACTIONS(2893), + [anon_sym_L_DQUOTE] = ACTIONS(2893), + [anon_sym_u_DQUOTE] = ACTIONS(2893), + [anon_sym_U_DQUOTE] = ACTIONS(2893), + [anon_sym_u8_DQUOTE] = ACTIONS(2893), + [anon_sym_DQUOTE] = ACTIONS(2893), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [anon_sym_NULL] = ACTIONS(2891), + [anon_sym_nullptr] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2891), + [anon_sym_decltype] = ACTIONS(2891), + [anon_sym_explicit] = ACTIONS(2891), + [anon_sym_typename] = ACTIONS(2891), + [anon_sym_template] = ACTIONS(2891), + [anon_sym_operator] = ACTIONS(2891), + [anon_sym_try] = ACTIONS(2891), + [anon_sym_delete] = ACTIONS(2891), + [anon_sym_throw] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_using] = ACTIONS(2891), + [anon_sym_static_assert] = ACTIONS(2891), + [anon_sym_concept] = ACTIONS(2891), + [anon_sym_co_return] = ACTIONS(2891), + [anon_sym_co_yield] = ACTIONS(2891), + [anon_sym_R_DQUOTE] = ACTIONS(2893), + [anon_sym_LR_DQUOTE] = ACTIONS(2893), + [anon_sym_uR_DQUOTE] = ACTIONS(2893), + [anon_sym_UR_DQUOTE] = ACTIONS(2893), + [anon_sym_u8R_DQUOTE] = ACTIONS(2893), + [anon_sym_co_await] = ACTIONS(2891), + [anon_sym_new] = ACTIONS(2891), + [anon_sym_requires] = ACTIONS(2891), + [sym_this] = ACTIONS(2891), + }, + [443] = { + [sym_identifier] = ACTIONS(2895), + [aux_sym_preproc_include_token1] = ACTIONS(2895), + [aux_sym_preproc_def_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token2] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), + [sym_preproc_directive] = ACTIONS(2895), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_BANG] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym___extension__] = ACTIONS(2895), + [anon_sym_typedef] = ACTIONS(2895), + [anon_sym_virtual] = ACTIONS(2895), + [anon_sym_extern] = ACTIONS(2895), + [anon_sym___attribute__] = ACTIONS(2895), + [anon_sym___attribute] = ACTIONS(2895), + [anon_sym_COLON_COLON] = ACTIONS(2897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2895), + [anon_sym___based] = ACTIONS(2895), + [anon_sym___cdecl] = ACTIONS(2895), + [anon_sym___clrcall] = ACTIONS(2895), + [anon_sym___stdcall] = ACTIONS(2895), + [anon_sym___fastcall] = ACTIONS(2895), + [anon_sym___thiscall] = ACTIONS(2895), + [anon_sym___vectorcall] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_signed] = ACTIONS(2895), + [anon_sym_unsigned] = ACTIONS(2895), + [anon_sym_long] = ACTIONS(2895), + [anon_sym_short] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2895), + [anon_sym_static] = ACTIONS(2895), + [anon_sym_register] = ACTIONS(2895), + [anon_sym_inline] = ACTIONS(2895), + [anon_sym___inline] = ACTIONS(2895), + [anon_sym___inline__] = ACTIONS(2895), + [anon_sym___forceinline] = ACTIONS(2895), + [anon_sym_thread_local] = ACTIONS(2895), + [anon_sym___thread] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_constexpr] = ACTIONS(2895), + [anon_sym_volatile] = ACTIONS(2895), + [anon_sym_restrict] = ACTIONS(2895), + [anon_sym___restrict__] = ACTIONS(2895), + [anon_sym__Atomic] = ACTIONS(2895), + [anon_sym__Noreturn] = ACTIONS(2895), + [anon_sym_noreturn] = ACTIONS(2895), + [anon_sym__Nonnull] = ACTIONS(2895), + [anon_sym_mutable] = ACTIONS(2895), + [anon_sym_constinit] = ACTIONS(2895), + [anon_sym_consteval] = ACTIONS(2895), + [anon_sym_PROGMEM] = ACTIONS(2895), + [anon_sym_alignas] = ACTIONS(2895), + [anon_sym__Alignas] = ACTIONS(2895), + [aux_sym_primitive_type_token1] = ACTIONS(2895), + [anon_sym_byte] = ACTIONS(2895), + [anon_sym_word] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_class] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_else] = ACTIONS(2895), + [anon_sym_switch] = ACTIONS(2895), + [anon_sym_case] = ACTIONS(2895), + [anon_sym_default] = ACTIONS(2895), + [anon_sym_while] = ACTIONS(2895), + [anon_sym_do] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym___try] = ACTIONS(2895), + [anon_sym___leave] = ACTIONS(2895), + [anon_sym_not] = ACTIONS(2895), + [anon_sym_compl] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_sizeof] = ACTIONS(2895), + [anon_sym___alignof__] = ACTIONS(2895), + [anon_sym___alignof] = ACTIONS(2895), + [anon_sym__alignof] = ACTIONS(2895), + [anon_sym_alignof] = ACTIONS(2895), + [anon_sym__Alignof] = ACTIONS(2895), + [anon_sym_offsetof] = ACTIONS(2895), + [anon_sym__Generic] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym___asm__] = ACTIONS(2895), + [anon_sym___asm] = ACTIONS(2895), + [aux_sym_number_literal_token1] = ACTIONS(2897), + [aux_sym_number_literal_token2] = ACTIONS(2895), + [anon_sym_L_SQUOTE] = ACTIONS(2897), + [anon_sym_u_SQUOTE] = ACTIONS(2897), + [anon_sym_U_SQUOTE] = ACTIONS(2897), + [anon_sym_u8_SQUOTE] = ACTIONS(2897), + [anon_sym_SQUOTE] = ACTIONS(2897), + [anon_sym_L_DQUOTE] = ACTIONS(2897), + [anon_sym_u_DQUOTE] = ACTIONS(2897), + [anon_sym_U_DQUOTE] = ACTIONS(2897), + [anon_sym_u8_DQUOTE] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2897), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [anon_sym_NULL] = ACTIONS(2895), + [anon_sym_nullptr] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2895), + [anon_sym_decltype] = ACTIONS(2895), + [anon_sym_explicit] = ACTIONS(2895), + [anon_sym_typename] = ACTIONS(2895), + [anon_sym_template] = ACTIONS(2895), + [anon_sym_operator] = ACTIONS(2895), + [anon_sym_try] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(2895), + [anon_sym_throw] = ACTIONS(2895), + [anon_sym_namespace] = ACTIONS(2895), + [anon_sym_using] = ACTIONS(2895), + [anon_sym_static_assert] = ACTIONS(2895), + [anon_sym_concept] = ACTIONS(2895), + [anon_sym_co_return] = ACTIONS(2895), + [anon_sym_co_yield] = ACTIONS(2895), + [anon_sym_R_DQUOTE] = ACTIONS(2897), + [anon_sym_LR_DQUOTE] = ACTIONS(2897), + [anon_sym_uR_DQUOTE] = ACTIONS(2897), + [anon_sym_UR_DQUOTE] = ACTIONS(2897), + [anon_sym_u8R_DQUOTE] = ACTIONS(2897), + [anon_sym_co_await] = ACTIONS(2895), + [anon_sym_new] = ACTIONS(2895), + [anon_sym_requires] = ACTIONS(2895), + [sym_this] = ACTIONS(2895), + }, + [444] = { + [sym_identifier] = ACTIONS(2909), + [aux_sym_preproc_include_token1] = ACTIONS(2909), + [aux_sym_preproc_def_token1] = ACTIONS(2909), + [aux_sym_preproc_if_token1] = ACTIONS(2909), + [aux_sym_preproc_if_token2] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), + [sym_preproc_directive] = ACTIONS(2909), + [anon_sym_LPAREN2] = ACTIONS(2911), + [anon_sym_BANG] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2911), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2911), + [anon_sym_AMP_AMP] = ACTIONS(2911), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym___extension__] = ACTIONS(2909), + [anon_sym_typedef] = ACTIONS(2909), + [anon_sym_virtual] = ACTIONS(2909), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___attribute] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym___cdecl] = ACTIONS(2909), + [anon_sym___clrcall] = ACTIONS(2909), + [anon_sym___stdcall] = ACTIONS(2909), + [anon_sym___fastcall] = ACTIONS(2909), + [anon_sym___thiscall] = ACTIONS(2909), + [anon_sym___vectorcall] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_signed] = ACTIONS(2909), + [anon_sym_unsigned] = ACTIONS(2909), + [anon_sym_long] = ACTIONS(2909), + [anon_sym_short] = ACTIONS(2909), + [anon_sym_LBRACK] = ACTIONS(2909), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym___inline] = ACTIONS(2909), + [anon_sym___inline__] = ACTIONS(2909), + [anon_sym___forceinline] = ACTIONS(2909), + [anon_sym_thread_local] = ACTIONS(2909), + [anon_sym___thread] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym___restrict__] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym__Noreturn] = ACTIONS(2909), + [anon_sym_noreturn] = ACTIONS(2909), + [anon_sym__Nonnull] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constinit] = ACTIONS(2909), + [anon_sym_consteval] = ACTIONS(2909), + [anon_sym_PROGMEM] = ACTIONS(2909), + [anon_sym_alignas] = ACTIONS(2909), + [anon_sym__Alignas] = ACTIONS(2909), + [aux_sym_primitive_type_token1] = ACTIONS(2909), + [anon_sym_byte] = ACTIONS(2909), + [anon_sym_word] = ACTIONS(2909), + [anon_sym_enum] = ACTIONS(2909), + [anon_sym_class] = ACTIONS(2909), + [anon_sym_struct] = ACTIONS(2909), + [anon_sym_union] = ACTIONS(2909), + [anon_sym_if] = ACTIONS(2909), + [anon_sym_else] = ACTIONS(2909), + [anon_sym_switch] = ACTIONS(2909), + [anon_sym_case] = ACTIONS(2909), + [anon_sym_default] = ACTIONS(2909), + [anon_sym_while] = ACTIONS(2909), + [anon_sym_do] = ACTIONS(2909), + [anon_sym_for] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2909), + [anon_sym_break] = ACTIONS(2909), + [anon_sym_continue] = ACTIONS(2909), + [anon_sym_goto] = ACTIONS(2909), + [anon_sym___try] = ACTIONS(2909), + [anon_sym___leave] = ACTIONS(2909), + [anon_sym_not] = ACTIONS(2909), + [anon_sym_compl] = ACTIONS(2909), + [anon_sym_DASH_DASH] = ACTIONS(2911), + [anon_sym_PLUS_PLUS] = ACTIONS(2911), + [anon_sym_sizeof] = ACTIONS(2909), + [anon_sym___alignof__] = ACTIONS(2909), + [anon_sym___alignof] = ACTIONS(2909), + [anon_sym__alignof] = ACTIONS(2909), + [anon_sym_alignof] = ACTIONS(2909), + [anon_sym__Alignof] = ACTIONS(2909), + [anon_sym_offsetof] = ACTIONS(2909), + [anon_sym__Generic] = ACTIONS(2909), + [anon_sym_asm] = ACTIONS(2909), + [anon_sym___asm__] = ACTIONS(2909), + [anon_sym___asm] = ACTIONS(2909), + [aux_sym_number_literal_token1] = ACTIONS(2911), + [aux_sym_number_literal_token2] = ACTIONS(2909), + [anon_sym_L_SQUOTE] = ACTIONS(2911), + [anon_sym_u_SQUOTE] = ACTIONS(2911), + [anon_sym_U_SQUOTE] = ACTIONS(2911), + [anon_sym_u8_SQUOTE] = ACTIONS(2911), + [anon_sym_SQUOTE] = ACTIONS(2911), + [anon_sym_L_DQUOTE] = ACTIONS(2911), + [anon_sym_u_DQUOTE] = ACTIONS(2911), + [anon_sym_U_DQUOTE] = ACTIONS(2911), + [anon_sym_u8_DQUOTE] = ACTIONS(2911), + [anon_sym_DQUOTE] = ACTIONS(2911), + [sym_true] = ACTIONS(2909), + [sym_false] = ACTIONS(2909), + [anon_sym_NULL] = ACTIONS(2909), + [anon_sym_nullptr] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2909), + [anon_sym_decltype] = ACTIONS(2909), + [anon_sym_explicit] = ACTIONS(2909), + [anon_sym_typename] = ACTIONS(2909), + [anon_sym_template] = ACTIONS(2909), + [anon_sym_operator] = ACTIONS(2909), + [anon_sym_try] = ACTIONS(2909), + [anon_sym_delete] = ACTIONS(2909), + [anon_sym_throw] = ACTIONS(2909), + [anon_sym_namespace] = ACTIONS(2909), + [anon_sym_using] = ACTIONS(2909), + [anon_sym_static_assert] = ACTIONS(2909), + [anon_sym_concept] = ACTIONS(2909), + [anon_sym_co_return] = ACTIONS(2909), + [anon_sym_co_yield] = ACTIONS(2909), + [anon_sym_R_DQUOTE] = ACTIONS(2911), + [anon_sym_LR_DQUOTE] = ACTIONS(2911), + [anon_sym_uR_DQUOTE] = ACTIONS(2911), + [anon_sym_UR_DQUOTE] = ACTIONS(2911), + [anon_sym_u8R_DQUOTE] = ACTIONS(2911), + [anon_sym_co_await] = ACTIONS(2909), + [anon_sym_new] = ACTIONS(2909), + [anon_sym_requires] = ACTIONS(2909), + [sym_this] = ACTIONS(2909), + }, + [445] = { + [sym_identifier] = ACTIONS(2913), + [aux_sym_preproc_include_token1] = ACTIONS(2913), + [aux_sym_preproc_def_token1] = ACTIONS(2913), + [aux_sym_preproc_if_token1] = ACTIONS(2913), + [aux_sym_preproc_if_token2] = ACTIONS(2913), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2913), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2913), + [sym_preproc_directive] = ACTIONS(2913), + [anon_sym_LPAREN2] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2913), + [anon_sym_PLUS] = ACTIONS(2913), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_AMP_AMP] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_SEMI] = ACTIONS(2915), + [anon_sym___extension__] = ACTIONS(2913), + [anon_sym_typedef] = ACTIONS(2913), + [anon_sym_virtual] = ACTIONS(2913), + [anon_sym_extern] = ACTIONS(2913), + [anon_sym___attribute__] = ACTIONS(2913), + [anon_sym___attribute] = ACTIONS(2913), + [anon_sym_COLON_COLON] = ACTIONS(2915), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), + [anon_sym___declspec] = ACTIONS(2913), + [anon_sym___based] = ACTIONS(2913), + [anon_sym___cdecl] = ACTIONS(2913), + [anon_sym___clrcall] = ACTIONS(2913), + [anon_sym___stdcall] = ACTIONS(2913), + [anon_sym___fastcall] = ACTIONS(2913), + [anon_sym___thiscall] = ACTIONS(2913), + [anon_sym___vectorcall] = ACTIONS(2913), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_signed] = ACTIONS(2913), + [anon_sym_unsigned] = ACTIONS(2913), + [anon_sym_long] = ACTIONS(2913), + [anon_sym_short] = ACTIONS(2913), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_static] = ACTIONS(2913), + [anon_sym_register] = ACTIONS(2913), + [anon_sym_inline] = ACTIONS(2913), + [anon_sym___inline] = ACTIONS(2913), + [anon_sym___inline__] = ACTIONS(2913), + [anon_sym___forceinline] = ACTIONS(2913), + [anon_sym_thread_local] = ACTIONS(2913), + [anon_sym___thread] = ACTIONS(2913), + [anon_sym_const] = ACTIONS(2913), + [anon_sym_constexpr] = ACTIONS(2913), + [anon_sym_volatile] = ACTIONS(2913), + [anon_sym_restrict] = ACTIONS(2913), + [anon_sym___restrict__] = ACTIONS(2913), + [anon_sym__Atomic] = ACTIONS(2913), + [anon_sym__Noreturn] = ACTIONS(2913), + [anon_sym_noreturn] = ACTIONS(2913), + [anon_sym__Nonnull] = ACTIONS(2913), + [anon_sym_mutable] = ACTIONS(2913), + [anon_sym_constinit] = ACTIONS(2913), + [anon_sym_consteval] = ACTIONS(2913), + [anon_sym_PROGMEM] = ACTIONS(2913), + [anon_sym_alignas] = ACTIONS(2913), + [anon_sym__Alignas] = ACTIONS(2913), + [aux_sym_primitive_type_token1] = ACTIONS(2913), + [anon_sym_byte] = ACTIONS(2913), + [anon_sym_word] = ACTIONS(2913), + [anon_sym_enum] = ACTIONS(2913), [anon_sym_class] = ACTIONS(2913), [anon_sym_struct] = ACTIONS(2913), [anon_sym_union] = ACTIONS(2913), @@ -106904,1986 +108737,1140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2913), [sym_this] = ACTIONS(2913), }, - [433] = { - [sym_identifier] = ACTIONS(2835), - [aux_sym_preproc_include_token1] = ACTIONS(2835), - [aux_sym_preproc_def_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token2] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2835), - [sym_preproc_directive] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2837), - [anon_sym_BANG] = ACTIONS(2837), - [anon_sym_TILDE] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2835), - [anon_sym_PLUS] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2837), - [anon_sym_AMP_AMP] = ACTIONS(2837), - [anon_sym_AMP] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym___extension__] = ACTIONS(2835), - [anon_sym_typedef] = ACTIONS(2835), - [anon_sym_virtual] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2835), - [anon_sym___attribute__] = ACTIONS(2835), - [anon_sym___attribute] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2837), - [anon_sym___declspec] = ACTIONS(2835), - [anon_sym___based] = ACTIONS(2835), - [anon_sym___cdecl] = ACTIONS(2835), - [anon_sym___clrcall] = ACTIONS(2835), - [anon_sym___stdcall] = ACTIONS(2835), - [anon_sym___fastcall] = ACTIONS(2835), - [anon_sym___thiscall] = ACTIONS(2835), - [anon_sym___vectorcall] = ACTIONS(2835), - [anon_sym_LBRACE] = ACTIONS(2837), - [anon_sym_signed] = ACTIONS(2835), - [anon_sym_unsigned] = ACTIONS(2835), - [anon_sym_long] = ACTIONS(2835), - [anon_sym_short] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2835), - [anon_sym_register] = ACTIONS(2835), - [anon_sym_inline] = ACTIONS(2835), - [anon_sym___inline] = ACTIONS(2835), - [anon_sym___inline__] = ACTIONS(2835), - [anon_sym___forceinline] = ACTIONS(2835), - [anon_sym_thread_local] = ACTIONS(2835), - [anon_sym___thread] = ACTIONS(2835), - [anon_sym_const] = ACTIONS(2835), - [anon_sym_constexpr] = ACTIONS(2835), - [anon_sym_volatile] = ACTIONS(2835), - [anon_sym_restrict] = ACTIONS(2835), - [anon_sym___restrict__] = ACTIONS(2835), - [anon_sym__Atomic] = ACTIONS(2835), - [anon_sym__Noreturn] = ACTIONS(2835), - [anon_sym_noreturn] = ACTIONS(2835), - [anon_sym__Nonnull] = ACTIONS(2835), - [anon_sym_mutable] = ACTIONS(2835), - [anon_sym_constinit] = ACTIONS(2835), - [anon_sym_consteval] = ACTIONS(2835), - [anon_sym_PROGMEM] = ACTIONS(2835), - [anon_sym_alignas] = ACTIONS(2835), - [anon_sym__Alignas] = ACTIONS(2835), - [aux_sym_primitive_type_token1] = ACTIONS(2835), - [anon_sym_byte] = ACTIONS(2835), - [anon_sym_word] = ACTIONS(2835), - [anon_sym_enum] = ACTIONS(2835), - [anon_sym_class] = ACTIONS(2835), - [anon_sym_struct] = ACTIONS(2835), - [anon_sym_union] = ACTIONS(2835), - [anon_sym_if] = ACTIONS(2835), - [anon_sym_else] = ACTIONS(2835), - [anon_sym_switch] = ACTIONS(2835), - [anon_sym_case] = ACTIONS(2835), - [anon_sym_default] = ACTIONS(2835), - [anon_sym_while] = ACTIONS(2835), - [anon_sym_do] = ACTIONS(2835), - [anon_sym_for] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2835), - [anon_sym_break] = ACTIONS(2835), - [anon_sym_continue] = ACTIONS(2835), - [anon_sym_goto] = ACTIONS(2835), - [anon_sym___try] = ACTIONS(2835), - [anon_sym___leave] = ACTIONS(2835), - [anon_sym_not] = ACTIONS(2835), - [anon_sym_compl] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2837), - [anon_sym_sizeof] = ACTIONS(2835), - [anon_sym___alignof__] = ACTIONS(2835), - [anon_sym___alignof] = ACTIONS(2835), - [anon_sym__alignof] = ACTIONS(2835), - [anon_sym_alignof] = ACTIONS(2835), - [anon_sym__Alignof] = ACTIONS(2835), - [anon_sym_offsetof] = ACTIONS(2835), - [anon_sym__Generic] = ACTIONS(2835), - [anon_sym_asm] = ACTIONS(2835), - [anon_sym___asm__] = ACTIONS(2835), - [anon_sym___asm] = ACTIONS(2835), - [aux_sym_number_literal_token1] = ACTIONS(2837), - [aux_sym_number_literal_token2] = ACTIONS(2835), - [anon_sym_L_SQUOTE] = ACTIONS(2837), - [anon_sym_u_SQUOTE] = ACTIONS(2837), - [anon_sym_U_SQUOTE] = ACTIONS(2837), - [anon_sym_u8_SQUOTE] = ACTIONS(2837), - [anon_sym_SQUOTE] = ACTIONS(2837), - [anon_sym_L_DQUOTE] = ACTIONS(2837), - [anon_sym_u_DQUOTE] = ACTIONS(2837), - [anon_sym_U_DQUOTE] = ACTIONS(2837), - [anon_sym_u8_DQUOTE] = ACTIONS(2837), - [anon_sym_DQUOTE] = ACTIONS(2837), - [sym_true] = ACTIONS(2835), - [sym_false] = ACTIONS(2835), - [anon_sym_NULL] = ACTIONS(2835), - [anon_sym_nullptr] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2835), - [anon_sym_decltype] = ACTIONS(2835), - [anon_sym_explicit] = ACTIONS(2835), - [anon_sym_typename] = ACTIONS(2835), - [anon_sym_template] = ACTIONS(2835), - [anon_sym_operator] = ACTIONS(2835), - [anon_sym_try] = ACTIONS(2835), - [anon_sym_delete] = ACTIONS(2835), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_namespace] = ACTIONS(2835), - [anon_sym_using] = ACTIONS(2835), - [anon_sym_static_assert] = ACTIONS(2835), - [anon_sym_concept] = ACTIONS(2835), - [anon_sym_co_return] = ACTIONS(2835), - [anon_sym_co_yield] = ACTIONS(2835), - [anon_sym_R_DQUOTE] = ACTIONS(2837), - [anon_sym_LR_DQUOTE] = ACTIONS(2837), - [anon_sym_uR_DQUOTE] = ACTIONS(2837), - [anon_sym_UR_DQUOTE] = ACTIONS(2837), - [anon_sym_u8R_DQUOTE] = ACTIONS(2837), - [anon_sym_co_await] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(2835), - [anon_sym_requires] = ACTIONS(2835), - [sym_this] = ACTIONS(2835), - }, - [434] = { - [ts_builtin_sym_end] = ACTIONS(2821), - [sym_identifier] = ACTIONS(2819), - [aux_sym_preproc_include_token1] = ACTIONS(2819), - [aux_sym_preproc_def_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2819), - [sym_preproc_directive] = ACTIONS(2819), - [anon_sym_LPAREN2] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym___extension__] = ACTIONS(2819), - [anon_sym_typedef] = ACTIONS(2819), - [anon_sym_virtual] = ACTIONS(2819), - [anon_sym_extern] = ACTIONS(2819), - [anon_sym___attribute__] = ACTIONS(2819), - [anon_sym___attribute] = ACTIONS(2819), - [anon_sym_COLON_COLON] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2819), - [anon_sym___based] = ACTIONS(2819), - [anon_sym___cdecl] = ACTIONS(2819), - [anon_sym___clrcall] = ACTIONS(2819), - [anon_sym___stdcall] = ACTIONS(2819), - [anon_sym___fastcall] = ACTIONS(2819), - [anon_sym___thiscall] = ACTIONS(2819), - [anon_sym___vectorcall] = ACTIONS(2819), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2819), - [anon_sym_unsigned] = ACTIONS(2819), - [anon_sym_long] = ACTIONS(2819), - [anon_sym_short] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_static] = ACTIONS(2819), - [anon_sym_register] = ACTIONS(2819), - [anon_sym_inline] = ACTIONS(2819), - [anon_sym___inline] = ACTIONS(2819), - [anon_sym___inline__] = ACTIONS(2819), - [anon_sym___forceinline] = ACTIONS(2819), - [anon_sym_thread_local] = ACTIONS(2819), - [anon_sym___thread] = ACTIONS(2819), - [anon_sym_const] = ACTIONS(2819), - [anon_sym_constexpr] = ACTIONS(2819), - [anon_sym_volatile] = ACTIONS(2819), - [anon_sym_restrict] = ACTIONS(2819), - [anon_sym___restrict__] = ACTIONS(2819), - [anon_sym__Atomic] = ACTIONS(2819), - [anon_sym__Noreturn] = ACTIONS(2819), - [anon_sym_noreturn] = ACTIONS(2819), - [anon_sym__Nonnull] = ACTIONS(2819), - [anon_sym_mutable] = ACTIONS(2819), - [anon_sym_constinit] = ACTIONS(2819), - [anon_sym_consteval] = ACTIONS(2819), - [anon_sym_PROGMEM] = ACTIONS(2819), - [anon_sym_alignas] = ACTIONS(2819), - [anon_sym__Alignas] = ACTIONS(2819), - [aux_sym_primitive_type_token1] = ACTIONS(2819), - [anon_sym_byte] = ACTIONS(2819), - [anon_sym_word] = ACTIONS(2819), - [anon_sym_enum] = ACTIONS(2819), - [anon_sym_class] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2819), - [anon_sym_union] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2819), - [anon_sym_else] = ACTIONS(2819), - [anon_sym_switch] = ACTIONS(2819), - [anon_sym_case] = ACTIONS(2819), - [anon_sym_default] = ACTIONS(2819), - [anon_sym_while] = ACTIONS(2819), - [anon_sym_do] = ACTIONS(2819), - [anon_sym_for] = ACTIONS(2819), - [anon_sym_return] = ACTIONS(2819), - [anon_sym_break] = ACTIONS(2819), - [anon_sym_continue] = ACTIONS(2819), - [anon_sym_goto] = ACTIONS(2819), - [anon_sym___try] = ACTIONS(2819), - [anon_sym___leave] = ACTIONS(2819), - [anon_sym_not] = ACTIONS(2819), - [anon_sym_compl] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_sizeof] = ACTIONS(2819), - [anon_sym___alignof__] = ACTIONS(2819), - [anon_sym___alignof] = ACTIONS(2819), - [anon_sym__alignof] = ACTIONS(2819), - [anon_sym_alignof] = ACTIONS(2819), - [anon_sym__Alignof] = ACTIONS(2819), - [anon_sym_offsetof] = ACTIONS(2819), - [anon_sym__Generic] = ACTIONS(2819), - [anon_sym_asm] = ACTIONS(2819), - [anon_sym___asm__] = ACTIONS(2819), - [anon_sym___asm] = ACTIONS(2819), - [aux_sym_number_literal_token1] = ACTIONS(2821), - [aux_sym_number_literal_token2] = ACTIONS(2819), - [anon_sym_L_SQUOTE] = ACTIONS(2821), - [anon_sym_u_SQUOTE] = ACTIONS(2821), - [anon_sym_U_SQUOTE] = ACTIONS(2821), - [anon_sym_u8_SQUOTE] = ACTIONS(2821), - [anon_sym_SQUOTE] = ACTIONS(2821), - [anon_sym_L_DQUOTE] = ACTIONS(2821), - [anon_sym_u_DQUOTE] = ACTIONS(2821), - [anon_sym_U_DQUOTE] = ACTIONS(2821), - [anon_sym_u8_DQUOTE] = ACTIONS(2821), - [anon_sym_DQUOTE] = ACTIONS(2821), - [sym_true] = ACTIONS(2819), - [sym_false] = ACTIONS(2819), - [anon_sym_NULL] = ACTIONS(2819), - [anon_sym_nullptr] = ACTIONS(2819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2819), - [anon_sym_decltype] = ACTIONS(2819), - [anon_sym_explicit] = ACTIONS(2819), - [anon_sym_typename] = ACTIONS(2819), - [anon_sym_template] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2819), - [anon_sym_try] = ACTIONS(2819), - [anon_sym_delete] = ACTIONS(2819), - [anon_sym_throw] = ACTIONS(2819), - [anon_sym_namespace] = ACTIONS(2819), - [anon_sym_using] = ACTIONS(2819), - [anon_sym_static_assert] = ACTIONS(2819), - [anon_sym_concept] = ACTIONS(2819), - [anon_sym_co_return] = ACTIONS(2819), - [anon_sym_co_yield] = ACTIONS(2819), - [anon_sym_R_DQUOTE] = ACTIONS(2821), - [anon_sym_LR_DQUOTE] = ACTIONS(2821), - [anon_sym_uR_DQUOTE] = ACTIONS(2821), - [anon_sym_UR_DQUOTE] = ACTIONS(2821), - [anon_sym_u8R_DQUOTE] = ACTIONS(2821), - [anon_sym_co_await] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(2819), - [anon_sym_requires] = ACTIONS(2819), - [sym_this] = ACTIONS(2819), + [446] = { + [sym_identifier] = ACTIONS(2917), + [aux_sym_preproc_include_token1] = ACTIONS(2917), + [aux_sym_preproc_def_token1] = ACTIONS(2917), + [aux_sym_preproc_if_token1] = ACTIONS(2917), + [aux_sym_preproc_if_token2] = ACTIONS(2917), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), + [sym_preproc_directive] = ACTIONS(2917), + [anon_sym_LPAREN2] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2917), + [anon_sym_PLUS] = ACTIONS(2917), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_AMP_AMP] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2917), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym___extension__] = ACTIONS(2917), + [anon_sym_typedef] = ACTIONS(2917), + [anon_sym_virtual] = ACTIONS(2917), + [anon_sym_extern] = ACTIONS(2917), + [anon_sym___attribute__] = ACTIONS(2917), + [anon_sym___attribute] = ACTIONS(2917), + [anon_sym_COLON_COLON] = ACTIONS(2919), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), + [anon_sym___declspec] = ACTIONS(2917), + [anon_sym___based] = ACTIONS(2917), + [anon_sym___cdecl] = ACTIONS(2917), + [anon_sym___clrcall] = ACTIONS(2917), + [anon_sym___stdcall] = ACTIONS(2917), + [anon_sym___fastcall] = ACTIONS(2917), + [anon_sym___thiscall] = ACTIONS(2917), + [anon_sym___vectorcall] = ACTIONS(2917), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_signed] = ACTIONS(2917), + [anon_sym_unsigned] = ACTIONS(2917), + [anon_sym_long] = ACTIONS(2917), + [anon_sym_short] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_register] = ACTIONS(2917), + [anon_sym_inline] = ACTIONS(2917), + [anon_sym___inline] = ACTIONS(2917), + [anon_sym___inline__] = ACTIONS(2917), + [anon_sym___forceinline] = ACTIONS(2917), + [anon_sym_thread_local] = ACTIONS(2917), + [anon_sym___thread] = ACTIONS(2917), + [anon_sym_const] = ACTIONS(2917), + [anon_sym_constexpr] = ACTIONS(2917), + [anon_sym_volatile] = ACTIONS(2917), + [anon_sym_restrict] = ACTIONS(2917), + [anon_sym___restrict__] = ACTIONS(2917), + [anon_sym__Atomic] = ACTIONS(2917), + [anon_sym__Noreturn] = ACTIONS(2917), + [anon_sym_noreturn] = ACTIONS(2917), + [anon_sym__Nonnull] = ACTIONS(2917), + [anon_sym_mutable] = ACTIONS(2917), + [anon_sym_constinit] = ACTIONS(2917), + [anon_sym_consteval] = ACTIONS(2917), + [anon_sym_PROGMEM] = ACTIONS(2917), + [anon_sym_alignas] = ACTIONS(2917), + [anon_sym__Alignas] = ACTIONS(2917), + [aux_sym_primitive_type_token1] = ACTIONS(2917), + [anon_sym_byte] = ACTIONS(2917), + [anon_sym_word] = ACTIONS(2917), + [anon_sym_enum] = ACTIONS(2917), + [anon_sym_class] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_union] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2917), + [anon_sym_else] = ACTIONS(2917), + [anon_sym_switch] = ACTIONS(2917), + [anon_sym_case] = ACTIONS(2917), + [anon_sym_default] = ACTIONS(2917), + [anon_sym_while] = ACTIONS(2917), + [anon_sym_do] = ACTIONS(2917), + [anon_sym_for] = ACTIONS(2917), + [anon_sym_return] = ACTIONS(2917), + [anon_sym_break] = ACTIONS(2917), + [anon_sym_continue] = ACTIONS(2917), + [anon_sym_goto] = ACTIONS(2917), + [anon_sym___try] = ACTIONS(2917), + [anon_sym___leave] = ACTIONS(2917), + [anon_sym_not] = ACTIONS(2917), + [anon_sym_compl] = ACTIONS(2917), + [anon_sym_DASH_DASH] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2919), + [anon_sym_sizeof] = ACTIONS(2917), + [anon_sym___alignof__] = ACTIONS(2917), + [anon_sym___alignof] = ACTIONS(2917), + [anon_sym__alignof] = ACTIONS(2917), + [anon_sym_alignof] = ACTIONS(2917), + [anon_sym__Alignof] = ACTIONS(2917), + [anon_sym_offsetof] = ACTIONS(2917), + [anon_sym__Generic] = ACTIONS(2917), + [anon_sym_asm] = ACTIONS(2917), + [anon_sym___asm__] = ACTIONS(2917), + [anon_sym___asm] = ACTIONS(2917), + [aux_sym_number_literal_token1] = ACTIONS(2919), + [aux_sym_number_literal_token2] = ACTIONS(2917), + [anon_sym_L_SQUOTE] = ACTIONS(2919), + [anon_sym_u_SQUOTE] = ACTIONS(2919), + [anon_sym_U_SQUOTE] = ACTIONS(2919), + [anon_sym_u8_SQUOTE] = ACTIONS(2919), + [anon_sym_SQUOTE] = ACTIONS(2919), + [anon_sym_L_DQUOTE] = ACTIONS(2919), + [anon_sym_u_DQUOTE] = ACTIONS(2919), + [anon_sym_U_DQUOTE] = ACTIONS(2919), + [anon_sym_u8_DQUOTE] = ACTIONS(2919), + [anon_sym_DQUOTE] = ACTIONS(2919), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [anon_sym_NULL] = ACTIONS(2917), + [anon_sym_nullptr] = ACTIONS(2917), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2917), + [anon_sym_decltype] = ACTIONS(2917), + [anon_sym_explicit] = ACTIONS(2917), + [anon_sym_typename] = ACTIONS(2917), + [anon_sym_template] = ACTIONS(2917), + [anon_sym_operator] = ACTIONS(2917), + [anon_sym_try] = ACTIONS(2917), + [anon_sym_delete] = ACTIONS(2917), + [anon_sym_throw] = ACTIONS(2917), + [anon_sym_namespace] = ACTIONS(2917), + [anon_sym_using] = ACTIONS(2917), + [anon_sym_static_assert] = ACTIONS(2917), + [anon_sym_concept] = ACTIONS(2917), + [anon_sym_co_return] = ACTIONS(2917), + [anon_sym_co_yield] = ACTIONS(2917), + [anon_sym_R_DQUOTE] = ACTIONS(2919), + [anon_sym_LR_DQUOTE] = ACTIONS(2919), + [anon_sym_uR_DQUOTE] = ACTIONS(2919), + [anon_sym_UR_DQUOTE] = ACTIONS(2919), + [anon_sym_u8R_DQUOTE] = ACTIONS(2919), + [anon_sym_co_await] = ACTIONS(2917), + [anon_sym_new] = ACTIONS(2917), + [anon_sym_requires] = ACTIONS(2917), + [sym_this] = ACTIONS(2917), }, - [435] = { - [sym_identifier] = ACTIONS(2889), - [aux_sym_preproc_include_token1] = ACTIONS(2889), - [aux_sym_preproc_def_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token2] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), - [sym_preproc_directive] = ACTIONS(2889), - [anon_sym_LPAREN2] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_PLUS] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2889), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym___extension__] = ACTIONS(2889), - [anon_sym_typedef] = ACTIONS(2889), - [anon_sym_virtual] = ACTIONS(2889), - [anon_sym_extern] = ACTIONS(2889), - [anon_sym___attribute__] = ACTIONS(2889), - [anon_sym___attribute] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2891), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2889), - [anon_sym___based] = ACTIONS(2889), - [anon_sym___cdecl] = ACTIONS(2889), - [anon_sym___clrcall] = ACTIONS(2889), - [anon_sym___stdcall] = ACTIONS(2889), - [anon_sym___fastcall] = ACTIONS(2889), - [anon_sym___thiscall] = ACTIONS(2889), - [anon_sym___vectorcall] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2889), - [anon_sym_unsigned] = ACTIONS(2889), - [anon_sym_long] = ACTIONS(2889), - [anon_sym_short] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_static] = ACTIONS(2889), - [anon_sym_register] = ACTIONS(2889), - [anon_sym_inline] = ACTIONS(2889), - [anon_sym___inline] = ACTIONS(2889), - [anon_sym___inline__] = ACTIONS(2889), - [anon_sym___forceinline] = ACTIONS(2889), - [anon_sym_thread_local] = ACTIONS(2889), - [anon_sym___thread] = ACTIONS(2889), - [anon_sym_const] = ACTIONS(2889), - [anon_sym_constexpr] = ACTIONS(2889), - [anon_sym_volatile] = ACTIONS(2889), - [anon_sym_restrict] = ACTIONS(2889), - [anon_sym___restrict__] = ACTIONS(2889), - [anon_sym__Atomic] = ACTIONS(2889), - [anon_sym__Noreturn] = ACTIONS(2889), - [anon_sym_noreturn] = ACTIONS(2889), - [anon_sym__Nonnull] = ACTIONS(2889), - [anon_sym_mutable] = ACTIONS(2889), - [anon_sym_constinit] = ACTIONS(2889), - [anon_sym_consteval] = ACTIONS(2889), - [anon_sym_PROGMEM] = ACTIONS(2889), - [anon_sym_alignas] = ACTIONS(2889), - [anon_sym__Alignas] = ACTIONS(2889), - [aux_sym_primitive_type_token1] = ACTIONS(2889), - [anon_sym_byte] = ACTIONS(2889), - [anon_sym_word] = ACTIONS(2889), - [anon_sym_enum] = ACTIONS(2889), - [anon_sym_class] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2889), - [anon_sym_union] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2889), - [anon_sym_else] = ACTIONS(2889), - [anon_sym_switch] = ACTIONS(2889), - [anon_sym_case] = ACTIONS(2889), - [anon_sym_default] = ACTIONS(2889), - [anon_sym_while] = ACTIONS(2889), - [anon_sym_do] = ACTIONS(2889), - [anon_sym_for] = ACTIONS(2889), - [anon_sym_return] = ACTIONS(2889), - [anon_sym_break] = ACTIONS(2889), - [anon_sym_continue] = ACTIONS(2889), - [anon_sym_goto] = ACTIONS(2889), - [anon_sym___try] = ACTIONS(2889), - [anon_sym___leave] = ACTIONS(2889), - [anon_sym_not] = ACTIONS(2889), - [anon_sym_compl] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_sizeof] = ACTIONS(2889), - [anon_sym___alignof__] = ACTIONS(2889), - [anon_sym___alignof] = ACTIONS(2889), - [anon_sym__alignof] = ACTIONS(2889), - [anon_sym_alignof] = ACTIONS(2889), - [anon_sym__Alignof] = ACTIONS(2889), - [anon_sym_offsetof] = ACTIONS(2889), - [anon_sym__Generic] = ACTIONS(2889), - [anon_sym_asm] = ACTIONS(2889), - [anon_sym___asm__] = ACTIONS(2889), - [anon_sym___asm] = ACTIONS(2889), - [aux_sym_number_literal_token1] = ACTIONS(2891), - [aux_sym_number_literal_token2] = ACTIONS(2889), - [anon_sym_L_SQUOTE] = ACTIONS(2891), - [anon_sym_u_SQUOTE] = ACTIONS(2891), - [anon_sym_U_SQUOTE] = ACTIONS(2891), - [anon_sym_u8_SQUOTE] = ACTIONS(2891), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_L_DQUOTE] = ACTIONS(2891), - [anon_sym_u_DQUOTE] = ACTIONS(2891), - [anon_sym_U_DQUOTE] = ACTIONS(2891), - [anon_sym_u8_DQUOTE] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(2891), - [sym_true] = ACTIONS(2889), - [sym_false] = ACTIONS(2889), - [anon_sym_NULL] = ACTIONS(2889), - [anon_sym_nullptr] = ACTIONS(2889), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2889), - [anon_sym_decltype] = ACTIONS(2889), - [anon_sym_explicit] = ACTIONS(2889), - [anon_sym_typename] = ACTIONS(2889), - [anon_sym_template] = ACTIONS(2889), - [anon_sym_operator] = ACTIONS(2889), - [anon_sym_try] = ACTIONS(2889), - [anon_sym_delete] = ACTIONS(2889), - [anon_sym_throw] = ACTIONS(2889), - [anon_sym_namespace] = ACTIONS(2889), - [anon_sym_using] = ACTIONS(2889), - [anon_sym_static_assert] = ACTIONS(2889), - [anon_sym_concept] = ACTIONS(2889), - [anon_sym_co_return] = ACTIONS(2889), - [anon_sym_co_yield] = ACTIONS(2889), - [anon_sym_R_DQUOTE] = ACTIONS(2891), - [anon_sym_LR_DQUOTE] = ACTIONS(2891), - [anon_sym_uR_DQUOTE] = ACTIONS(2891), - [anon_sym_UR_DQUOTE] = ACTIONS(2891), - [anon_sym_u8R_DQUOTE] = ACTIONS(2891), - [anon_sym_co_await] = ACTIONS(2889), - [anon_sym_new] = ACTIONS(2889), - [anon_sym_requires] = ACTIONS(2889), - [sym_this] = ACTIONS(2889), + [447] = { + [sym_identifier] = ACTIONS(2921), + [aux_sym_preproc_include_token1] = ACTIONS(2921), + [aux_sym_preproc_def_token1] = ACTIONS(2921), + [aux_sym_preproc_if_token1] = ACTIONS(2921), + [aux_sym_preproc_if_token2] = ACTIONS(2921), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), + [sym_preproc_directive] = ACTIONS(2921), + [anon_sym_LPAREN2] = ACTIONS(2923), + [anon_sym_BANG] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_DASH] = ACTIONS(2921), + [anon_sym_PLUS] = ACTIONS(2921), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2921), + [anon_sym_SEMI] = ACTIONS(2923), + [anon_sym___extension__] = ACTIONS(2921), + [anon_sym_typedef] = ACTIONS(2921), + [anon_sym_virtual] = ACTIONS(2921), + [anon_sym_extern] = ACTIONS(2921), + [anon_sym___attribute__] = ACTIONS(2921), + [anon_sym___attribute] = ACTIONS(2921), + [anon_sym_COLON_COLON] = ACTIONS(2923), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), + [anon_sym___declspec] = ACTIONS(2921), + [anon_sym___based] = ACTIONS(2921), + [anon_sym___cdecl] = ACTIONS(2921), + [anon_sym___clrcall] = ACTIONS(2921), + [anon_sym___stdcall] = ACTIONS(2921), + [anon_sym___fastcall] = ACTIONS(2921), + [anon_sym___thiscall] = ACTIONS(2921), + [anon_sym___vectorcall] = ACTIONS(2921), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_signed] = ACTIONS(2921), + [anon_sym_unsigned] = ACTIONS(2921), + [anon_sym_long] = ACTIONS(2921), + [anon_sym_short] = ACTIONS(2921), + [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_static] = ACTIONS(2921), + [anon_sym_register] = ACTIONS(2921), + [anon_sym_inline] = ACTIONS(2921), + [anon_sym___inline] = ACTIONS(2921), + [anon_sym___inline__] = ACTIONS(2921), + [anon_sym___forceinline] = ACTIONS(2921), + [anon_sym_thread_local] = ACTIONS(2921), + [anon_sym___thread] = ACTIONS(2921), + [anon_sym_const] = ACTIONS(2921), + [anon_sym_constexpr] = ACTIONS(2921), + [anon_sym_volatile] = ACTIONS(2921), + [anon_sym_restrict] = ACTIONS(2921), + [anon_sym___restrict__] = ACTIONS(2921), + [anon_sym__Atomic] = ACTIONS(2921), + [anon_sym__Noreturn] = ACTIONS(2921), + [anon_sym_noreturn] = ACTIONS(2921), + [anon_sym__Nonnull] = ACTIONS(2921), + [anon_sym_mutable] = ACTIONS(2921), + [anon_sym_constinit] = ACTIONS(2921), + [anon_sym_consteval] = ACTIONS(2921), + [anon_sym_PROGMEM] = ACTIONS(2921), + [anon_sym_alignas] = ACTIONS(2921), + [anon_sym__Alignas] = ACTIONS(2921), + [aux_sym_primitive_type_token1] = ACTIONS(2921), + [anon_sym_byte] = ACTIONS(2921), + [anon_sym_word] = ACTIONS(2921), + [anon_sym_enum] = ACTIONS(2921), + [anon_sym_class] = ACTIONS(2921), + [anon_sym_struct] = ACTIONS(2921), + [anon_sym_union] = ACTIONS(2921), + [anon_sym_if] = ACTIONS(2921), + [anon_sym_else] = ACTIONS(2921), + [anon_sym_switch] = ACTIONS(2921), + [anon_sym_case] = ACTIONS(2921), + [anon_sym_default] = ACTIONS(2921), + [anon_sym_while] = ACTIONS(2921), + [anon_sym_do] = ACTIONS(2921), + [anon_sym_for] = ACTIONS(2921), + [anon_sym_return] = ACTIONS(2921), + [anon_sym_break] = ACTIONS(2921), + [anon_sym_continue] = ACTIONS(2921), + [anon_sym_goto] = ACTIONS(2921), + [anon_sym___try] = ACTIONS(2921), + [anon_sym___leave] = ACTIONS(2921), + [anon_sym_not] = ACTIONS(2921), + [anon_sym_compl] = ACTIONS(2921), + [anon_sym_DASH_DASH] = ACTIONS(2923), + [anon_sym_PLUS_PLUS] = ACTIONS(2923), + [anon_sym_sizeof] = ACTIONS(2921), + [anon_sym___alignof__] = ACTIONS(2921), + [anon_sym___alignof] = ACTIONS(2921), + [anon_sym__alignof] = ACTIONS(2921), + [anon_sym_alignof] = ACTIONS(2921), + [anon_sym__Alignof] = ACTIONS(2921), + [anon_sym_offsetof] = ACTIONS(2921), + [anon_sym__Generic] = ACTIONS(2921), + [anon_sym_asm] = ACTIONS(2921), + [anon_sym___asm__] = ACTIONS(2921), + [anon_sym___asm] = ACTIONS(2921), + [aux_sym_number_literal_token1] = ACTIONS(2923), + [aux_sym_number_literal_token2] = ACTIONS(2921), + [anon_sym_L_SQUOTE] = ACTIONS(2923), + [anon_sym_u_SQUOTE] = ACTIONS(2923), + [anon_sym_U_SQUOTE] = ACTIONS(2923), + [anon_sym_u8_SQUOTE] = ACTIONS(2923), + [anon_sym_SQUOTE] = ACTIONS(2923), + [anon_sym_L_DQUOTE] = ACTIONS(2923), + [anon_sym_u_DQUOTE] = ACTIONS(2923), + [anon_sym_U_DQUOTE] = ACTIONS(2923), + [anon_sym_u8_DQUOTE] = ACTIONS(2923), + [anon_sym_DQUOTE] = ACTIONS(2923), + [sym_true] = ACTIONS(2921), + [sym_false] = ACTIONS(2921), + [anon_sym_NULL] = ACTIONS(2921), + [anon_sym_nullptr] = ACTIONS(2921), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2921), + [anon_sym_decltype] = ACTIONS(2921), + [anon_sym_explicit] = ACTIONS(2921), + [anon_sym_typename] = ACTIONS(2921), + [anon_sym_template] = ACTIONS(2921), + [anon_sym_operator] = ACTIONS(2921), + [anon_sym_try] = ACTIONS(2921), + [anon_sym_delete] = ACTIONS(2921), + [anon_sym_throw] = ACTIONS(2921), + [anon_sym_namespace] = ACTIONS(2921), + [anon_sym_using] = ACTIONS(2921), + [anon_sym_static_assert] = ACTIONS(2921), + [anon_sym_concept] = ACTIONS(2921), + [anon_sym_co_return] = ACTIONS(2921), + [anon_sym_co_yield] = ACTIONS(2921), + [anon_sym_R_DQUOTE] = ACTIONS(2923), + [anon_sym_LR_DQUOTE] = ACTIONS(2923), + [anon_sym_uR_DQUOTE] = ACTIONS(2923), + [anon_sym_UR_DQUOTE] = ACTIONS(2923), + [anon_sym_u8R_DQUOTE] = ACTIONS(2923), + [anon_sym_co_await] = ACTIONS(2921), + [anon_sym_new] = ACTIONS(2921), + [anon_sym_requires] = ACTIONS(2921), + [sym_this] = ACTIONS(2921), }, - [436] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), + [448] = { + [sym_identifier] = ACTIONS(2771), + [aux_sym_preproc_include_token1] = ACTIONS(2771), + [aux_sym_preproc_def_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token2] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2771), + [sym_preproc_directive] = ACTIONS(2771), + [anon_sym_LPAREN2] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2771), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym___extension__] = ACTIONS(2771), + [anon_sym_typedef] = ACTIONS(2771), + [anon_sym_virtual] = ACTIONS(2771), + [anon_sym_extern] = ACTIONS(2771), + [anon_sym___attribute__] = ACTIONS(2771), + [anon_sym___attribute] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2771), + [anon_sym___based] = ACTIONS(2771), + [anon_sym___cdecl] = ACTIONS(2771), + [anon_sym___clrcall] = ACTIONS(2771), + [anon_sym___stdcall] = ACTIONS(2771), + [anon_sym___fastcall] = ACTIONS(2771), + [anon_sym___thiscall] = ACTIONS(2771), + [anon_sym___vectorcall] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2771), + [anon_sym_unsigned] = ACTIONS(2771), + [anon_sym_long] = ACTIONS(2771), + [anon_sym_short] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_static] = ACTIONS(2771), + [anon_sym_register] = ACTIONS(2771), + [anon_sym_inline] = ACTIONS(2771), + [anon_sym___inline] = ACTIONS(2771), + [anon_sym___inline__] = ACTIONS(2771), + [anon_sym___forceinline] = ACTIONS(2771), + [anon_sym_thread_local] = ACTIONS(2771), + [anon_sym___thread] = ACTIONS(2771), + [anon_sym_const] = ACTIONS(2771), + [anon_sym_constexpr] = ACTIONS(2771), + [anon_sym_volatile] = ACTIONS(2771), + [anon_sym_restrict] = ACTIONS(2771), + [anon_sym___restrict__] = ACTIONS(2771), + [anon_sym__Atomic] = ACTIONS(2771), + [anon_sym__Noreturn] = ACTIONS(2771), + [anon_sym_noreturn] = ACTIONS(2771), + [anon_sym__Nonnull] = ACTIONS(2771), + [anon_sym_mutable] = ACTIONS(2771), + [anon_sym_constinit] = ACTIONS(2771), + [anon_sym_consteval] = ACTIONS(2771), + [anon_sym_PROGMEM] = ACTIONS(2771), + [anon_sym_alignas] = ACTIONS(2771), + [anon_sym__Alignas] = ACTIONS(2771), + [aux_sym_primitive_type_token1] = ACTIONS(2771), + [anon_sym_byte] = ACTIONS(2771), + [anon_sym_word] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_union] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_else] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [anon_sym_case] = ACTIONS(2771), + [anon_sym_default] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_goto] = ACTIONS(2771), + [anon_sym___try] = ACTIONS(2771), + [anon_sym___leave] = ACTIONS(2771), + [anon_sym_not] = ACTIONS(2771), + [anon_sym_compl] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_sizeof] = ACTIONS(2771), + [anon_sym___alignof__] = ACTIONS(2771), + [anon_sym___alignof] = ACTIONS(2771), + [anon_sym__alignof] = ACTIONS(2771), + [anon_sym_alignof] = ACTIONS(2771), + [anon_sym__Alignof] = ACTIONS(2771), + [anon_sym_offsetof] = ACTIONS(2771), + [anon_sym__Generic] = ACTIONS(2771), + [anon_sym_asm] = ACTIONS(2771), + [anon_sym___asm__] = ACTIONS(2771), + [anon_sym___asm] = ACTIONS(2771), + [aux_sym_number_literal_token1] = ACTIONS(2773), + [aux_sym_number_literal_token2] = ACTIONS(2771), + [anon_sym_L_SQUOTE] = ACTIONS(2773), + [anon_sym_u_SQUOTE] = ACTIONS(2773), + [anon_sym_U_SQUOTE] = ACTIONS(2773), + [anon_sym_u8_SQUOTE] = ACTIONS(2773), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_L_DQUOTE] = ACTIONS(2773), + [anon_sym_u_DQUOTE] = ACTIONS(2773), + [anon_sym_U_DQUOTE] = ACTIONS(2773), + [anon_sym_u8_DQUOTE] = ACTIONS(2773), + [anon_sym_DQUOTE] = ACTIONS(2773), + [sym_true] = ACTIONS(2771), + [sym_false] = ACTIONS(2771), + [anon_sym_NULL] = ACTIONS(2771), + [anon_sym_nullptr] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2771), + [anon_sym_decltype] = ACTIONS(2771), + [anon_sym_explicit] = ACTIONS(2771), + [anon_sym_typename] = ACTIONS(2771), + [anon_sym_template] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_delete] = ACTIONS(2771), + [anon_sym_throw] = ACTIONS(2771), + [anon_sym_namespace] = ACTIONS(2771), + [anon_sym_using] = ACTIONS(2771), + [anon_sym_static_assert] = ACTIONS(2771), + [anon_sym_concept] = ACTIONS(2771), + [anon_sym_co_return] = ACTIONS(2771), + [anon_sym_co_yield] = ACTIONS(2771), + [anon_sym_R_DQUOTE] = ACTIONS(2773), + [anon_sym_LR_DQUOTE] = ACTIONS(2773), + [anon_sym_uR_DQUOTE] = ACTIONS(2773), + [anon_sym_UR_DQUOTE] = ACTIONS(2773), + [anon_sym_u8R_DQUOTE] = ACTIONS(2773), + [anon_sym_co_await] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(2771), + [anon_sym_requires] = ACTIONS(2771), + [sym_this] = ACTIONS(2771), }, - [437] = { - [sym_identifier] = ACTIONS(2885), - [aux_sym_preproc_include_token1] = ACTIONS(2885), - [aux_sym_preproc_def_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token2] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2885), - [sym_preproc_directive] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym___extension__] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___attribute] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2887), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym___cdecl] = ACTIONS(2885), - [anon_sym___clrcall] = ACTIONS(2885), - [anon_sym___stdcall] = ACTIONS(2885), - [anon_sym___fastcall] = ACTIONS(2885), - [anon_sym___thiscall] = ACTIONS(2885), - [anon_sym___vectorcall] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym___inline] = ACTIONS(2885), - [anon_sym___inline__] = ACTIONS(2885), - [anon_sym___forceinline] = ACTIONS(2885), - [anon_sym_thread_local] = ACTIONS(2885), - [anon_sym___thread] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym___restrict__] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym__Noreturn] = ACTIONS(2885), - [anon_sym_noreturn] = ACTIONS(2885), - [anon_sym__Nonnull] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constinit] = ACTIONS(2885), - [anon_sym_consteval] = ACTIONS(2885), - [anon_sym_PROGMEM] = ACTIONS(2885), - [anon_sym_alignas] = ACTIONS(2885), - [anon_sym__Alignas] = ACTIONS(2885), - [aux_sym_primitive_type_token1] = ACTIONS(2885), - [anon_sym_byte] = ACTIONS(2885), - [anon_sym_word] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2885), - [anon_sym_else] = ACTIONS(2885), - [anon_sym_switch] = ACTIONS(2885), - [anon_sym_case] = ACTIONS(2885), - [anon_sym_default] = ACTIONS(2885), - [anon_sym_while] = ACTIONS(2885), - [anon_sym_do] = ACTIONS(2885), - [anon_sym_for] = ACTIONS(2885), - [anon_sym_return] = ACTIONS(2885), - [anon_sym_break] = ACTIONS(2885), - [anon_sym_continue] = ACTIONS(2885), - [anon_sym_goto] = ACTIONS(2885), - [anon_sym___try] = ACTIONS(2885), - [anon_sym___leave] = ACTIONS(2885), - [anon_sym_not] = ACTIONS(2885), - [anon_sym_compl] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_sizeof] = ACTIONS(2885), - [anon_sym___alignof__] = ACTIONS(2885), - [anon_sym___alignof] = ACTIONS(2885), - [anon_sym__alignof] = ACTIONS(2885), - [anon_sym_alignof] = ACTIONS(2885), - [anon_sym__Alignof] = ACTIONS(2885), - [anon_sym_offsetof] = ACTIONS(2885), - [anon_sym__Generic] = ACTIONS(2885), - [anon_sym_asm] = ACTIONS(2885), - [anon_sym___asm__] = ACTIONS(2885), - [anon_sym___asm] = ACTIONS(2885), - [aux_sym_number_literal_token1] = ACTIONS(2887), - [aux_sym_number_literal_token2] = ACTIONS(2885), - [anon_sym_L_SQUOTE] = ACTIONS(2887), - [anon_sym_u_SQUOTE] = ACTIONS(2887), - [anon_sym_U_SQUOTE] = ACTIONS(2887), - [anon_sym_u8_SQUOTE] = ACTIONS(2887), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_L_DQUOTE] = ACTIONS(2887), - [anon_sym_u_DQUOTE] = ACTIONS(2887), - [anon_sym_U_DQUOTE] = ACTIONS(2887), - [anon_sym_u8_DQUOTE] = ACTIONS(2887), - [anon_sym_DQUOTE] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [anon_sym_NULL] = ACTIONS(2885), - [anon_sym_nullptr] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2885), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_explicit] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_template] = ACTIONS(2885), - [anon_sym_operator] = ACTIONS(2885), - [anon_sym_try] = ACTIONS(2885), - [anon_sym_delete] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [anon_sym_namespace] = ACTIONS(2885), - [anon_sym_using] = ACTIONS(2885), - [anon_sym_static_assert] = ACTIONS(2885), - [anon_sym_concept] = ACTIONS(2885), - [anon_sym_co_return] = ACTIONS(2885), - [anon_sym_co_yield] = ACTIONS(2885), - [anon_sym_R_DQUOTE] = ACTIONS(2887), - [anon_sym_LR_DQUOTE] = ACTIONS(2887), - [anon_sym_uR_DQUOTE] = ACTIONS(2887), - [anon_sym_UR_DQUOTE] = ACTIONS(2887), - [anon_sym_u8R_DQUOTE] = ACTIONS(2887), - [anon_sym_co_await] = ACTIONS(2885), - [anon_sym_new] = ACTIONS(2885), - [anon_sym_requires] = ACTIONS(2885), - [sym_this] = ACTIONS(2885), + [449] = { + [sym_identifier] = ACTIONS(2775), + [aux_sym_preproc_include_token1] = ACTIONS(2775), + [aux_sym_preproc_def_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token2] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2775), + [sym_preproc_directive] = ACTIONS(2775), + [anon_sym_LPAREN2] = ACTIONS(2777), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2777), + [anon_sym_AMP_AMP] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2775), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym___extension__] = ACTIONS(2775), + [anon_sym_typedef] = ACTIONS(2775), + [anon_sym_virtual] = ACTIONS(2775), + [anon_sym_extern] = ACTIONS(2775), + [anon_sym___attribute__] = ACTIONS(2775), + [anon_sym___attribute] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2775), + [anon_sym___based] = ACTIONS(2775), + [anon_sym___cdecl] = ACTIONS(2775), + [anon_sym___clrcall] = ACTIONS(2775), + [anon_sym___stdcall] = ACTIONS(2775), + [anon_sym___fastcall] = ACTIONS(2775), + [anon_sym___thiscall] = ACTIONS(2775), + [anon_sym___vectorcall] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2775), + [anon_sym_unsigned] = ACTIONS(2775), + [anon_sym_long] = ACTIONS(2775), + [anon_sym_short] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_static] = ACTIONS(2775), + [anon_sym_register] = ACTIONS(2775), + [anon_sym_inline] = ACTIONS(2775), + [anon_sym___inline] = ACTIONS(2775), + [anon_sym___inline__] = ACTIONS(2775), + [anon_sym___forceinline] = ACTIONS(2775), + [anon_sym_thread_local] = ACTIONS(2775), + [anon_sym___thread] = ACTIONS(2775), + [anon_sym_const] = ACTIONS(2775), + [anon_sym_constexpr] = ACTIONS(2775), + [anon_sym_volatile] = ACTIONS(2775), + [anon_sym_restrict] = ACTIONS(2775), + [anon_sym___restrict__] = ACTIONS(2775), + [anon_sym__Atomic] = ACTIONS(2775), + [anon_sym__Noreturn] = ACTIONS(2775), + [anon_sym_noreturn] = ACTIONS(2775), + [anon_sym__Nonnull] = ACTIONS(2775), + [anon_sym_mutable] = ACTIONS(2775), + [anon_sym_constinit] = ACTIONS(2775), + [anon_sym_consteval] = ACTIONS(2775), + [anon_sym_PROGMEM] = ACTIONS(2775), + [anon_sym_alignas] = ACTIONS(2775), + [anon_sym__Alignas] = ACTIONS(2775), + [aux_sym_primitive_type_token1] = ACTIONS(2775), + [anon_sym_byte] = ACTIONS(2775), + [anon_sym_word] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_union] = ACTIONS(2775), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_else] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [anon_sym_case] = ACTIONS(2775), + [anon_sym_default] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_goto] = ACTIONS(2775), + [anon_sym___try] = ACTIONS(2775), + [anon_sym___leave] = ACTIONS(2775), + [anon_sym_not] = ACTIONS(2775), + [anon_sym_compl] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_sizeof] = ACTIONS(2775), + [anon_sym___alignof__] = ACTIONS(2775), + [anon_sym___alignof] = ACTIONS(2775), + [anon_sym__alignof] = ACTIONS(2775), + [anon_sym_alignof] = ACTIONS(2775), + [anon_sym__Alignof] = ACTIONS(2775), + [anon_sym_offsetof] = ACTIONS(2775), + [anon_sym__Generic] = ACTIONS(2775), + [anon_sym_asm] = ACTIONS(2775), + [anon_sym___asm__] = ACTIONS(2775), + [anon_sym___asm] = ACTIONS(2775), + [aux_sym_number_literal_token1] = ACTIONS(2777), + [aux_sym_number_literal_token2] = ACTIONS(2775), + [anon_sym_L_SQUOTE] = ACTIONS(2777), + [anon_sym_u_SQUOTE] = ACTIONS(2777), + [anon_sym_U_SQUOTE] = ACTIONS(2777), + [anon_sym_u8_SQUOTE] = ACTIONS(2777), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_L_DQUOTE] = ACTIONS(2777), + [anon_sym_u_DQUOTE] = ACTIONS(2777), + [anon_sym_U_DQUOTE] = ACTIONS(2777), + [anon_sym_u8_DQUOTE] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2777), + [sym_true] = ACTIONS(2775), + [sym_false] = ACTIONS(2775), + [anon_sym_NULL] = ACTIONS(2775), + [anon_sym_nullptr] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2775), + [anon_sym_decltype] = ACTIONS(2775), + [anon_sym_explicit] = ACTIONS(2775), + [anon_sym_typename] = ACTIONS(2775), + [anon_sym_template] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_delete] = ACTIONS(2775), + [anon_sym_throw] = ACTIONS(2775), + [anon_sym_namespace] = ACTIONS(2775), + [anon_sym_using] = ACTIONS(2775), + [anon_sym_static_assert] = ACTIONS(2775), + [anon_sym_concept] = ACTIONS(2775), + [anon_sym_co_return] = ACTIONS(2775), + [anon_sym_co_yield] = ACTIONS(2775), + [anon_sym_R_DQUOTE] = ACTIONS(2777), + [anon_sym_LR_DQUOTE] = ACTIONS(2777), + [anon_sym_uR_DQUOTE] = ACTIONS(2777), + [anon_sym_UR_DQUOTE] = ACTIONS(2777), + [anon_sym_u8R_DQUOTE] = ACTIONS(2777), + [anon_sym_co_await] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(2775), + [anon_sym_requires] = ACTIONS(2775), + [sym_this] = ACTIONS(2775), }, - [438] = { - [sym_identifier] = ACTIONS(2881), - [aux_sym_preproc_include_token1] = ACTIONS(2881), - [aux_sym_preproc_def_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token2] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2881), - [sym_preproc_directive] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym___extension__] = ACTIONS(2881), - [anon_sym_typedef] = ACTIONS(2881), - [anon_sym_virtual] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___attribute] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym___based] = ACTIONS(2881), - [anon_sym___cdecl] = ACTIONS(2881), - [anon_sym___clrcall] = ACTIONS(2881), - [anon_sym___stdcall] = ACTIONS(2881), - [anon_sym___fastcall] = ACTIONS(2881), - [anon_sym___thiscall] = ACTIONS(2881), - [anon_sym___vectorcall] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_signed] = ACTIONS(2881), - [anon_sym_unsigned] = ACTIONS(2881), - [anon_sym_long] = ACTIONS(2881), - [anon_sym_short] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym___inline] = ACTIONS(2881), - [anon_sym___inline__] = ACTIONS(2881), - [anon_sym___forceinline] = ACTIONS(2881), - [anon_sym_thread_local] = ACTIONS(2881), - [anon_sym___thread] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym___restrict__] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym__Noreturn] = ACTIONS(2881), - [anon_sym_noreturn] = ACTIONS(2881), - [anon_sym__Nonnull] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constinit] = ACTIONS(2881), - [anon_sym_consteval] = ACTIONS(2881), - [anon_sym_PROGMEM] = ACTIONS(2881), - [anon_sym_alignas] = ACTIONS(2881), - [anon_sym__Alignas] = ACTIONS(2881), - [aux_sym_primitive_type_token1] = ACTIONS(2881), - [anon_sym_byte] = ACTIONS(2881), - [anon_sym_word] = ACTIONS(2881), - [anon_sym_enum] = ACTIONS(2881), - [anon_sym_class] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2881), - [anon_sym_union] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2881), - [anon_sym_else] = ACTIONS(2881), - [anon_sym_switch] = ACTIONS(2881), - [anon_sym_case] = ACTIONS(2881), - [anon_sym_default] = ACTIONS(2881), - [anon_sym_while] = ACTIONS(2881), - [anon_sym_do] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2881), - [anon_sym_return] = ACTIONS(2881), - [anon_sym_break] = ACTIONS(2881), - [anon_sym_continue] = ACTIONS(2881), - [anon_sym_goto] = ACTIONS(2881), - [anon_sym___try] = ACTIONS(2881), - [anon_sym___leave] = ACTIONS(2881), - [anon_sym_not] = ACTIONS(2881), - [anon_sym_compl] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_sizeof] = ACTIONS(2881), - [anon_sym___alignof__] = ACTIONS(2881), - [anon_sym___alignof] = ACTIONS(2881), - [anon_sym__alignof] = ACTIONS(2881), - [anon_sym_alignof] = ACTIONS(2881), - [anon_sym__Alignof] = ACTIONS(2881), - [anon_sym_offsetof] = ACTIONS(2881), - [anon_sym__Generic] = ACTIONS(2881), - [anon_sym_asm] = ACTIONS(2881), - [anon_sym___asm__] = ACTIONS(2881), - [anon_sym___asm] = ACTIONS(2881), - [aux_sym_number_literal_token1] = ACTIONS(2883), - [aux_sym_number_literal_token2] = ACTIONS(2881), - [anon_sym_L_SQUOTE] = ACTIONS(2883), - [anon_sym_u_SQUOTE] = ACTIONS(2883), - [anon_sym_U_SQUOTE] = ACTIONS(2883), - [anon_sym_u8_SQUOTE] = ACTIONS(2883), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_L_DQUOTE] = ACTIONS(2883), - [anon_sym_u_DQUOTE] = ACTIONS(2883), - [anon_sym_U_DQUOTE] = ACTIONS(2883), - [anon_sym_u8_DQUOTE] = ACTIONS(2883), - [anon_sym_DQUOTE] = ACTIONS(2883), - [sym_true] = ACTIONS(2881), - [sym_false] = ACTIONS(2881), - [anon_sym_NULL] = ACTIONS(2881), - [anon_sym_nullptr] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2881), - [anon_sym_decltype] = ACTIONS(2881), - [anon_sym_explicit] = ACTIONS(2881), - [anon_sym_typename] = ACTIONS(2881), - [anon_sym_template] = ACTIONS(2881), - [anon_sym_operator] = ACTIONS(2881), - [anon_sym_try] = ACTIONS(2881), - [anon_sym_delete] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_namespace] = ACTIONS(2881), - [anon_sym_using] = ACTIONS(2881), - [anon_sym_static_assert] = ACTIONS(2881), - [anon_sym_concept] = ACTIONS(2881), - [anon_sym_co_return] = ACTIONS(2881), - [anon_sym_co_yield] = ACTIONS(2881), - [anon_sym_R_DQUOTE] = ACTIONS(2883), - [anon_sym_LR_DQUOTE] = ACTIONS(2883), - [anon_sym_uR_DQUOTE] = ACTIONS(2883), - [anon_sym_UR_DQUOTE] = ACTIONS(2883), - [anon_sym_u8R_DQUOTE] = ACTIONS(2883), - [anon_sym_co_await] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(2881), - [anon_sym_requires] = ACTIONS(2881), - [sym_this] = ACTIONS(2881), + [450] = { + [ts_builtin_sym_end] = ACTIONS(2773), + [sym_identifier] = ACTIONS(2771), + [aux_sym_preproc_include_token1] = ACTIONS(2771), + [aux_sym_preproc_def_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2771), + [sym_preproc_directive] = ACTIONS(2771), + [anon_sym_LPAREN2] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2771), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym___extension__] = ACTIONS(2771), + [anon_sym_typedef] = ACTIONS(2771), + [anon_sym_virtual] = ACTIONS(2771), + [anon_sym_extern] = ACTIONS(2771), + [anon_sym___attribute__] = ACTIONS(2771), + [anon_sym___attribute] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2771), + [anon_sym___based] = ACTIONS(2771), + [anon_sym___cdecl] = ACTIONS(2771), + [anon_sym___clrcall] = ACTIONS(2771), + [anon_sym___stdcall] = ACTIONS(2771), + [anon_sym___fastcall] = ACTIONS(2771), + [anon_sym___thiscall] = ACTIONS(2771), + [anon_sym___vectorcall] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2771), + [anon_sym_unsigned] = ACTIONS(2771), + [anon_sym_long] = ACTIONS(2771), + [anon_sym_short] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_static] = ACTIONS(2771), + [anon_sym_register] = ACTIONS(2771), + [anon_sym_inline] = ACTIONS(2771), + [anon_sym___inline] = ACTIONS(2771), + [anon_sym___inline__] = ACTIONS(2771), + [anon_sym___forceinline] = ACTIONS(2771), + [anon_sym_thread_local] = ACTIONS(2771), + [anon_sym___thread] = ACTIONS(2771), + [anon_sym_const] = ACTIONS(2771), + [anon_sym_constexpr] = ACTIONS(2771), + [anon_sym_volatile] = ACTIONS(2771), + [anon_sym_restrict] = ACTIONS(2771), + [anon_sym___restrict__] = ACTIONS(2771), + [anon_sym__Atomic] = ACTIONS(2771), + [anon_sym__Noreturn] = ACTIONS(2771), + [anon_sym_noreturn] = ACTIONS(2771), + [anon_sym__Nonnull] = ACTIONS(2771), + [anon_sym_mutable] = ACTIONS(2771), + [anon_sym_constinit] = ACTIONS(2771), + [anon_sym_consteval] = ACTIONS(2771), + [anon_sym_PROGMEM] = ACTIONS(2771), + [anon_sym_alignas] = ACTIONS(2771), + [anon_sym__Alignas] = ACTIONS(2771), + [aux_sym_primitive_type_token1] = ACTIONS(2771), + [anon_sym_byte] = ACTIONS(2771), + [anon_sym_word] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_union] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_else] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [anon_sym_case] = ACTIONS(2771), + [anon_sym_default] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_goto] = ACTIONS(2771), + [anon_sym___try] = ACTIONS(2771), + [anon_sym___leave] = ACTIONS(2771), + [anon_sym_not] = ACTIONS(2771), + [anon_sym_compl] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_sizeof] = ACTIONS(2771), + [anon_sym___alignof__] = ACTIONS(2771), + [anon_sym___alignof] = ACTIONS(2771), + [anon_sym__alignof] = ACTIONS(2771), + [anon_sym_alignof] = ACTIONS(2771), + [anon_sym__Alignof] = ACTIONS(2771), + [anon_sym_offsetof] = ACTIONS(2771), + [anon_sym__Generic] = ACTIONS(2771), + [anon_sym_asm] = ACTIONS(2771), + [anon_sym___asm__] = ACTIONS(2771), + [anon_sym___asm] = ACTIONS(2771), + [aux_sym_number_literal_token1] = ACTIONS(2773), + [aux_sym_number_literal_token2] = ACTIONS(2771), + [anon_sym_L_SQUOTE] = ACTIONS(2773), + [anon_sym_u_SQUOTE] = ACTIONS(2773), + [anon_sym_U_SQUOTE] = ACTIONS(2773), + [anon_sym_u8_SQUOTE] = ACTIONS(2773), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_L_DQUOTE] = ACTIONS(2773), + [anon_sym_u_DQUOTE] = ACTIONS(2773), + [anon_sym_U_DQUOTE] = ACTIONS(2773), + [anon_sym_u8_DQUOTE] = ACTIONS(2773), + [anon_sym_DQUOTE] = ACTIONS(2773), + [sym_true] = ACTIONS(2771), + [sym_false] = ACTIONS(2771), + [anon_sym_NULL] = ACTIONS(2771), + [anon_sym_nullptr] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2771), + [anon_sym_decltype] = ACTIONS(2771), + [anon_sym_explicit] = ACTIONS(2771), + [anon_sym_typename] = ACTIONS(2771), + [anon_sym_template] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_delete] = ACTIONS(2771), + [anon_sym_throw] = ACTIONS(2771), + [anon_sym_namespace] = ACTIONS(2771), + [anon_sym_using] = ACTIONS(2771), + [anon_sym_static_assert] = ACTIONS(2771), + [anon_sym_concept] = ACTIONS(2771), + [anon_sym_co_return] = ACTIONS(2771), + [anon_sym_co_yield] = ACTIONS(2771), + [anon_sym_R_DQUOTE] = ACTIONS(2773), + [anon_sym_LR_DQUOTE] = ACTIONS(2773), + [anon_sym_uR_DQUOTE] = ACTIONS(2773), + [anon_sym_UR_DQUOTE] = ACTIONS(2773), + [anon_sym_u8R_DQUOTE] = ACTIONS(2773), + [anon_sym_co_await] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(2771), + [anon_sym_requires] = ACTIONS(2771), + [sym_this] = ACTIONS(2771), }, - [439] = { - [sym_identifier] = ACTIONS(2873), - [aux_sym_preproc_include_token1] = ACTIONS(2873), - [aux_sym_preproc_def_token1] = ACTIONS(2873), - [aux_sym_preproc_if_token1] = ACTIONS(2873), - [aux_sym_preproc_if_token2] = ACTIONS(2873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2873), - [sym_preproc_directive] = ACTIONS(2873), - [anon_sym_LPAREN2] = ACTIONS(2875), - [anon_sym_BANG] = ACTIONS(2875), - [anon_sym_TILDE] = ACTIONS(2875), - [anon_sym_DASH] = ACTIONS(2873), - [anon_sym_PLUS] = ACTIONS(2873), - [anon_sym_STAR] = ACTIONS(2875), - [anon_sym_AMP_AMP] = ACTIONS(2875), - [anon_sym_AMP] = ACTIONS(2873), - [anon_sym_SEMI] = ACTIONS(2875), - [anon_sym___extension__] = ACTIONS(2873), - [anon_sym_typedef] = ACTIONS(2873), - [anon_sym_virtual] = ACTIONS(2873), - [anon_sym_extern] = ACTIONS(2873), - [anon_sym___attribute__] = ACTIONS(2873), - [anon_sym___attribute] = ACTIONS(2873), - [anon_sym_COLON_COLON] = ACTIONS(2875), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2875), - [anon_sym___declspec] = ACTIONS(2873), - [anon_sym___based] = ACTIONS(2873), - [anon_sym___cdecl] = ACTIONS(2873), - [anon_sym___clrcall] = ACTIONS(2873), - [anon_sym___stdcall] = ACTIONS(2873), - [anon_sym___fastcall] = ACTIONS(2873), - [anon_sym___thiscall] = ACTIONS(2873), - [anon_sym___vectorcall] = ACTIONS(2873), - [anon_sym_LBRACE] = ACTIONS(2875), - [anon_sym_signed] = ACTIONS(2873), - [anon_sym_unsigned] = ACTIONS(2873), - [anon_sym_long] = ACTIONS(2873), - [anon_sym_short] = ACTIONS(2873), - [anon_sym_LBRACK] = ACTIONS(2873), - [anon_sym_static] = ACTIONS(2873), - [anon_sym_register] = ACTIONS(2873), - [anon_sym_inline] = ACTIONS(2873), - [anon_sym___inline] = ACTIONS(2873), - [anon_sym___inline__] = ACTIONS(2873), - [anon_sym___forceinline] = ACTIONS(2873), - [anon_sym_thread_local] = ACTIONS(2873), - [anon_sym___thread] = ACTIONS(2873), - [anon_sym_const] = ACTIONS(2873), - [anon_sym_constexpr] = ACTIONS(2873), - [anon_sym_volatile] = ACTIONS(2873), - [anon_sym_restrict] = ACTIONS(2873), - [anon_sym___restrict__] = ACTIONS(2873), - [anon_sym__Atomic] = ACTIONS(2873), - [anon_sym__Noreturn] = ACTIONS(2873), - [anon_sym_noreturn] = ACTIONS(2873), - [anon_sym__Nonnull] = ACTIONS(2873), - [anon_sym_mutable] = ACTIONS(2873), - [anon_sym_constinit] = ACTIONS(2873), - [anon_sym_consteval] = ACTIONS(2873), - [anon_sym_PROGMEM] = ACTIONS(2873), - [anon_sym_alignas] = ACTIONS(2873), - [anon_sym__Alignas] = ACTIONS(2873), - [aux_sym_primitive_type_token1] = ACTIONS(2873), - [anon_sym_byte] = ACTIONS(2873), - [anon_sym_word] = ACTIONS(2873), - [anon_sym_enum] = ACTIONS(2873), - [anon_sym_class] = ACTIONS(2873), - [anon_sym_struct] = ACTIONS(2873), - [anon_sym_union] = ACTIONS(2873), - [anon_sym_if] = ACTIONS(2873), - [anon_sym_else] = ACTIONS(2873), - [anon_sym_switch] = ACTIONS(2873), - [anon_sym_case] = ACTIONS(2873), - [anon_sym_default] = ACTIONS(2873), - [anon_sym_while] = ACTIONS(2873), - [anon_sym_do] = ACTIONS(2873), - [anon_sym_for] = ACTIONS(2873), - [anon_sym_return] = ACTIONS(2873), - [anon_sym_break] = ACTIONS(2873), - [anon_sym_continue] = ACTIONS(2873), - [anon_sym_goto] = ACTIONS(2873), - [anon_sym___try] = ACTIONS(2873), - [anon_sym___leave] = ACTIONS(2873), - [anon_sym_not] = ACTIONS(2873), - [anon_sym_compl] = ACTIONS(2873), - [anon_sym_DASH_DASH] = ACTIONS(2875), - [anon_sym_PLUS_PLUS] = ACTIONS(2875), - [anon_sym_sizeof] = ACTIONS(2873), - [anon_sym___alignof__] = ACTIONS(2873), - [anon_sym___alignof] = ACTIONS(2873), - [anon_sym__alignof] = ACTIONS(2873), - [anon_sym_alignof] = ACTIONS(2873), - [anon_sym__Alignof] = ACTIONS(2873), - [anon_sym_offsetof] = ACTIONS(2873), - [anon_sym__Generic] = ACTIONS(2873), - [anon_sym_asm] = ACTIONS(2873), - [anon_sym___asm__] = ACTIONS(2873), - [anon_sym___asm] = ACTIONS(2873), - [aux_sym_number_literal_token1] = ACTIONS(2875), - [aux_sym_number_literal_token2] = ACTIONS(2873), - [anon_sym_L_SQUOTE] = ACTIONS(2875), - [anon_sym_u_SQUOTE] = ACTIONS(2875), - [anon_sym_U_SQUOTE] = ACTIONS(2875), - [anon_sym_u8_SQUOTE] = ACTIONS(2875), - [anon_sym_SQUOTE] = ACTIONS(2875), - [anon_sym_L_DQUOTE] = ACTIONS(2875), - [anon_sym_u_DQUOTE] = ACTIONS(2875), - [anon_sym_U_DQUOTE] = ACTIONS(2875), - [anon_sym_u8_DQUOTE] = ACTIONS(2875), - [anon_sym_DQUOTE] = ACTIONS(2875), - [sym_true] = ACTIONS(2873), - [sym_false] = ACTIONS(2873), - [anon_sym_NULL] = ACTIONS(2873), - [anon_sym_nullptr] = ACTIONS(2873), + [451] = { + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_include_token1] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token2] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_BANG] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_DASH] = ACTIONS(2781), + [anon_sym_PLUS] = ACTIONS(2781), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym___extension__] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___attribute] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym___cdecl] = ACTIONS(2781), + [anon_sym___clrcall] = ACTIONS(2781), + [anon_sym___stdcall] = ACTIONS(2781), + [anon_sym___fastcall] = ACTIONS(2781), + [anon_sym___thiscall] = ACTIONS(2781), + [anon_sym___vectorcall] = ACTIONS(2781), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym___inline] = ACTIONS(2781), + [anon_sym___inline__] = ACTIONS(2781), + [anon_sym___forceinline] = ACTIONS(2781), + [anon_sym_thread_local] = ACTIONS(2781), + [anon_sym___thread] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym___restrict__] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym__Noreturn] = ACTIONS(2781), + [anon_sym_noreturn] = ACTIONS(2781), + [anon_sym__Nonnull] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constinit] = ACTIONS(2781), + [anon_sym_consteval] = ACTIONS(2781), + [anon_sym_PROGMEM] = ACTIONS(2781), + [anon_sym_alignas] = ACTIONS(2781), + [anon_sym__Alignas] = ACTIONS(2781), + [aux_sym_primitive_type_token1] = ACTIONS(2781), + [anon_sym_byte] = ACTIONS(2781), + [anon_sym_word] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [anon_sym_if] = ACTIONS(2781), + [anon_sym_else] = ACTIONS(2781), + [anon_sym_switch] = ACTIONS(2781), + [anon_sym_case] = ACTIONS(2781), + [anon_sym_default] = ACTIONS(2781), + [anon_sym_while] = ACTIONS(2781), + [anon_sym_do] = ACTIONS(2781), + [anon_sym_for] = ACTIONS(2781), + [anon_sym_return] = ACTIONS(2781), + [anon_sym_break] = ACTIONS(2781), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2781), + [anon_sym___try] = ACTIONS(2781), + [anon_sym___leave] = ACTIONS(2781), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_compl] = ACTIONS(2781), + [anon_sym_DASH_DASH] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2783), + [anon_sym_sizeof] = ACTIONS(2781), + [anon_sym___alignof__] = ACTIONS(2781), + [anon_sym___alignof] = ACTIONS(2781), + [anon_sym__alignof] = ACTIONS(2781), + [anon_sym_alignof] = ACTIONS(2781), + [anon_sym__Alignof] = ACTIONS(2781), + [anon_sym_offsetof] = ACTIONS(2781), + [anon_sym__Generic] = ACTIONS(2781), + [anon_sym_asm] = ACTIONS(2781), + [anon_sym___asm__] = ACTIONS(2781), + [anon_sym___asm] = ACTIONS(2781), + [aux_sym_number_literal_token1] = ACTIONS(2783), + [aux_sym_number_literal_token2] = ACTIONS(2781), + [anon_sym_L_SQUOTE] = ACTIONS(2783), + [anon_sym_u_SQUOTE] = ACTIONS(2783), + [anon_sym_U_SQUOTE] = ACTIONS(2783), + [anon_sym_u8_SQUOTE] = ACTIONS(2783), + [anon_sym_SQUOTE] = ACTIONS(2783), + [anon_sym_L_DQUOTE] = ACTIONS(2783), + [anon_sym_u_DQUOTE] = ACTIONS(2783), + [anon_sym_U_DQUOTE] = ACTIONS(2783), + [anon_sym_u8_DQUOTE] = ACTIONS(2783), + [anon_sym_DQUOTE] = ACTIONS(2783), + [sym_true] = ACTIONS(2781), + [sym_false] = ACTIONS(2781), + [anon_sym_NULL] = ACTIONS(2781), + [anon_sym_nullptr] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2873), - [anon_sym_decltype] = ACTIONS(2873), - [anon_sym_explicit] = ACTIONS(2873), - [anon_sym_typename] = ACTIONS(2873), - [anon_sym_template] = ACTIONS(2873), - [anon_sym_operator] = ACTIONS(2873), - [anon_sym_try] = ACTIONS(2873), - [anon_sym_delete] = ACTIONS(2873), - [anon_sym_throw] = ACTIONS(2873), - [anon_sym_namespace] = ACTIONS(2873), - [anon_sym_using] = ACTIONS(2873), - [anon_sym_static_assert] = ACTIONS(2873), - [anon_sym_concept] = ACTIONS(2873), - [anon_sym_co_return] = ACTIONS(2873), - [anon_sym_co_yield] = ACTIONS(2873), - [anon_sym_R_DQUOTE] = ACTIONS(2875), - [anon_sym_LR_DQUOTE] = ACTIONS(2875), - [anon_sym_uR_DQUOTE] = ACTIONS(2875), - [anon_sym_UR_DQUOTE] = ACTIONS(2875), - [anon_sym_u8R_DQUOTE] = ACTIONS(2875), - [anon_sym_co_await] = ACTIONS(2873), - [anon_sym_new] = ACTIONS(2873), - [anon_sym_requires] = ACTIONS(2873), - [sym_this] = ACTIONS(2873), - }, - [440] = { - [ts_builtin_sym_end] = ACTIONS(2903), - [sym_identifier] = ACTIONS(2901), - [aux_sym_preproc_include_token1] = ACTIONS(2901), - [aux_sym_preproc_def_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), - [sym_preproc_directive] = ACTIONS(2901), - [anon_sym_LPAREN2] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_PLUS] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym___extension__] = ACTIONS(2901), - [anon_sym_typedef] = ACTIONS(2901), - [anon_sym_virtual] = ACTIONS(2901), - [anon_sym_extern] = ACTIONS(2901), - [anon_sym___attribute__] = ACTIONS(2901), - [anon_sym___attribute] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2903), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), - [anon_sym___declspec] = ACTIONS(2901), - [anon_sym___based] = ACTIONS(2901), - [anon_sym___cdecl] = ACTIONS(2901), - [anon_sym___clrcall] = ACTIONS(2901), - [anon_sym___stdcall] = ACTIONS(2901), - [anon_sym___fastcall] = ACTIONS(2901), - [anon_sym___thiscall] = ACTIONS(2901), - [anon_sym___vectorcall] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_signed] = ACTIONS(2901), - [anon_sym_unsigned] = ACTIONS(2901), - [anon_sym_long] = ACTIONS(2901), - [anon_sym_short] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_static] = ACTIONS(2901), - [anon_sym_register] = ACTIONS(2901), - [anon_sym_inline] = ACTIONS(2901), - [anon_sym___inline] = ACTIONS(2901), - [anon_sym___inline__] = ACTIONS(2901), - [anon_sym___forceinline] = ACTIONS(2901), - [anon_sym_thread_local] = ACTIONS(2901), - [anon_sym___thread] = ACTIONS(2901), - [anon_sym_const] = ACTIONS(2901), - [anon_sym_constexpr] = ACTIONS(2901), - [anon_sym_volatile] = ACTIONS(2901), - [anon_sym_restrict] = ACTIONS(2901), - [anon_sym___restrict__] = ACTIONS(2901), - [anon_sym__Atomic] = ACTIONS(2901), - [anon_sym__Noreturn] = ACTIONS(2901), - [anon_sym_noreturn] = ACTIONS(2901), - [anon_sym__Nonnull] = ACTIONS(2901), - [anon_sym_mutable] = ACTIONS(2901), - [anon_sym_constinit] = ACTIONS(2901), - [anon_sym_consteval] = ACTIONS(2901), - [anon_sym_PROGMEM] = ACTIONS(2901), - [anon_sym_alignas] = ACTIONS(2901), - [anon_sym__Alignas] = ACTIONS(2901), - [aux_sym_primitive_type_token1] = ACTIONS(2901), - [anon_sym_byte] = ACTIONS(2901), - [anon_sym_word] = ACTIONS(2901), - [anon_sym_enum] = ACTIONS(2901), - [anon_sym_class] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2901), - [anon_sym_union] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2901), - [anon_sym_else] = ACTIONS(2901), - [anon_sym_switch] = ACTIONS(2901), - [anon_sym_case] = ACTIONS(2901), - [anon_sym_default] = ACTIONS(2901), - [anon_sym_while] = ACTIONS(2901), - [anon_sym_do] = ACTIONS(2901), - [anon_sym_for] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2901), - [anon_sym_break] = ACTIONS(2901), - [anon_sym_continue] = ACTIONS(2901), - [anon_sym_goto] = ACTIONS(2901), - [anon_sym___try] = ACTIONS(2901), - [anon_sym___leave] = ACTIONS(2901), - [anon_sym_not] = ACTIONS(2901), - [anon_sym_compl] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_sizeof] = ACTIONS(2901), - [anon_sym___alignof__] = ACTIONS(2901), - [anon_sym___alignof] = ACTIONS(2901), - [anon_sym__alignof] = ACTIONS(2901), - [anon_sym_alignof] = ACTIONS(2901), - [anon_sym__Alignof] = ACTIONS(2901), - [anon_sym_offsetof] = ACTIONS(2901), - [anon_sym__Generic] = ACTIONS(2901), - [anon_sym_asm] = ACTIONS(2901), - [anon_sym___asm__] = ACTIONS(2901), - [anon_sym___asm] = ACTIONS(2901), - [aux_sym_number_literal_token1] = ACTIONS(2903), - [aux_sym_number_literal_token2] = ACTIONS(2901), - [anon_sym_L_SQUOTE] = ACTIONS(2903), - [anon_sym_u_SQUOTE] = ACTIONS(2903), - [anon_sym_U_SQUOTE] = ACTIONS(2903), - [anon_sym_u8_SQUOTE] = ACTIONS(2903), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_L_DQUOTE] = ACTIONS(2903), - [anon_sym_u_DQUOTE] = ACTIONS(2903), - [anon_sym_U_DQUOTE] = ACTIONS(2903), - [anon_sym_u8_DQUOTE] = ACTIONS(2903), - [anon_sym_DQUOTE] = ACTIONS(2903), - [sym_true] = ACTIONS(2901), - [sym_false] = ACTIONS(2901), - [anon_sym_NULL] = ACTIONS(2901), - [anon_sym_nullptr] = ACTIONS(2901), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2901), - [anon_sym_decltype] = ACTIONS(2901), - [anon_sym_explicit] = ACTIONS(2901), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_template] = ACTIONS(2901), - [anon_sym_operator] = ACTIONS(2901), - [anon_sym_try] = ACTIONS(2901), - [anon_sym_delete] = ACTIONS(2901), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_namespace] = ACTIONS(2901), - [anon_sym_using] = ACTIONS(2901), - [anon_sym_static_assert] = ACTIONS(2901), - [anon_sym_concept] = ACTIONS(2901), - [anon_sym_co_return] = ACTIONS(2901), - [anon_sym_co_yield] = ACTIONS(2901), - [anon_sym_R_DQUOTE] = ACTIONS(2903), - [anon_sym_LR_DQUOTE] = ACTIONS(2903), - [anon_sym_uR_DQUOTE] = ACTIONS(2903), - [anon_sym_UR_DQUOTE] = ACTIONS(2903), - [anon_sym_u8R_DQUOTE] = ACTIONS(2903), - [anon_sym_co_await] = ACTIONS(2901), - [anon_sym_new] = ACTIONS(2901), - [anon_sym_requires] = ACTIONS(2901), - [sym_this] = ACTIONS(2901), - }, - [441] = { - [sym_identifier] = ACTIONS(2843), - [aux_sym_preproc_include_token1] = ACTIONS(2843), - [aux_sym_preproc_def_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token2] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2843), - [sym_preproc_directive] = ACTIONS(2843), - [anon_sym_LPAREN2] = ACTIONS(2845), - [anon_sym_BANG] = ACTIONS(2845), - [anon_sym_TILDE] = ACTIONS(2845), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2845), - [anon_sym_AMP_AMP] = ACTIONS(2845), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym___extension__] = ACTIONS(2843), - [anon_sym_typedef] = ACTIONS(2843), - [anon_sym_virtual] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___attribute] = ACTIONS(2843), - [anon_sym_COLON_COLON] = ACTIONS(2845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2845), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym___cdecl] = ACTIONS(2843), - [anon_sym___clrcall] = ACTIONS(2843), - [anon_sym___stdcall] = ACTIONS(2843), - [anon_sym___fastcall] = ACTIONS(2843), - [anon_sym___thiscall] = ACTIONS(2843), - [anon_sym___vectorcall] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_signed] = ACTIONS(2843), - [anon_sym_unsigned] = ACTIONS(2843), - [anon_sym_long] = ACTIONS(2843), - [anon_sym_short] = ACTIONS(2843), - [anon_sym_LBRACK] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym___inline] = ACTIONS(2843), - [anon_sym___inline__] = ACTIONS(2843), - [anon_sym___forceinline] = ACTIONS(2843), - [anon_sym_thread_local] = ACTIONS(2843), - [anon_sym___thread] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym___restrict__] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym__Noreturn] = ACTIONS(2843), - [anon_sym_noreturn] = ACTIONS(2843), - [anon_sym__Nonnull] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constinit] = ACTIONS(2843), - [anon_sym_consteval] = ACTIONS(2843), - [anon_sym_PROGMEM] = ACTIONS(2843), - [anon_sym_alignas] = ACTIONS(2843), - [anon_sym__Alignas] = ACTIONS(2843), - [aux_sym_primitive_type_token1] = ACTIONS(2843), - [anon_sym_byte] = ACTIONS(2843), - [anon_sym_word] = ACTIONS(2843), - [anon_sym_enum] = ACTIONS(2843), - [anon_sym_class] = ACTIONS(2843), - [anon_sym_struct] = ACTIONS(2843), - [anon_sym_union] = ACTIONS(2843), - [anon_sym_if] = ACTIONS(2843), - [anon_sym_else] = ACTIONS(2843), - [anon_sym_switch] = ACTIONS(2843), - [anon_sym_case] = ACTIONS(2843), - [anon_sym_default] = ACTIONS(2843), - [anon_sym_while] = ACTIONS(2843), - [anon_sym_do] = ACTIONS(2843), - [anon_sym_for] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2843), - [anon_sym_break] = ACTIONS(2843), - [anon_sym_continue] = ACTIONS(2843), - [anon_sym_goto] = ACTIONS(2843), - [anon_sym___try] = ACTIONS(2843), - [anon_sym___leave] = ACTIONS(2843), - [anon_sym_not] = ACTIONS(2843), - [anon_sym_compl] = ACTIONS(2843), - [anon_sym_DASH_DASH] = ACTIONS(2845), - [anon_sym_PLUS_PLUS] = ACTIONS(2845), - [anon_sym_sizeof] = ACTIONS(2843), - [anon_sym___alignof__] = ACTIONS(2843), - [anon_sym___alignof] = ACTIONS(2843), - [anon_sym__alignof] = ACTIONS(2843), - [anon_sym_alignof] = ACTIONS(2843), - [anon_sym__Alignof] = ACTIONS(2843), - [anon_sym_offsetof] = ACTIONS(2843), - [anon_sym__Generic] = ACTIONS(2843), - [anon_sym_asm] = ACTIONS(2843), - [anon_sym___asm__] = ACTIONS(2843), - [anon_sym___asm] = ACTIONS(2843), - [aux_sym_number_literal_token1] = ACTIONS(2845), - [aux_sym_number_literal_token2] = ACTIONS(2843), - [anon_sym_L_SQUOTE] = ACTIONS(2845), - [anon_sym_u_SQUOTE] = ACTIONS(2845), - [anon_sym_U_SQUOTE] = ACTIONS(2845), - [anon_sym_u8_SQUOTE] = ACTIONS(2845), - [anon_sym_SQUOTE] = ACTIONS(2845), - [anon_sym_L_DQUOTE] = ACTIONS(2845), - [anon_sym_u_DQUOTE] = ACTIONS(2845), - [anon_sym_U_DQUOTE] = ACTIONS(2845), - [anon_sym_u8_DQUOTE] = ACTIONS(2845), - [anon_sym_DQUOTE] = ACTIONS(2845), - [sym_true] = ACTIONS(2843), - [sym_false] = ACTIONS(2843), - [anon_sym_NULL] = ACTIONS(2843), - [anon_sym_nullptr] = ACTIONS(2843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2843), - [anon_sym_decltype] = ACTIONS(2843), - [anon_sym_explicit] = ACTIONS(2843), - [anon_sym_typename] = ACTIONS(2843), - [anon_sym_template] = ACTIONS(2843), - [anon_sym_operator] = ACTIONS(2843), - [anon_sym_try] = ACTIONS(2843), - [anon_sym_delete] = ACTIONS(2843), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_namespace] = ACTIONS(2843), - [anon_sym_using] = ACTIONS(2843), - [anon_sym_static_assert] = ACTIONS(2843), - [anon_sym_concept] = ACTIONS(2843), - [anon_sym_co_return] = ACTIONS(2843), - [anon_sym_co_yield] = ACTIONS(2843), - [anon_sym_R_DQUOTE] = ACTIONS(2845), - [anon_sym_LR_DQUOTE] = ACTIONS(2845), - [anon_sym_uR_DQUOTE] = ACTIONS(2845), - [anon_sym_UR_DQUOTE] = ACTIONS(2845), - [anon_sym_u8R_DQUOTE] = ACTIONS(2845), - [anon_sym_co_await] = ACTIONS(2843), - [anon_sym_new] = ACTIONS(2843), - [anon_sym_requires] = ACTIONS(2843), - [sym_this] = ACTIONS(2843), - }, - [442] = { - [sym_identifier] = ACTIONS(2709), - [aux_sym_preproc_include_token1] = ACTIONS(2709), - [aux_sym_preproc_def_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token2] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2709), - [sym_preproc_directive] = ACTIONS(2709), - [anon_sym_LPAREN2] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_TILDE] = ACTIONS(2714), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_AMP_AMP] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym___extension__] = ACTIONS(2709), - [anon_sym_typedef] = ACTIONS(2709), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym___cdecl] = ACTIONS(2709), - [anon_sym___clrcall] = ACTIONS(2709), - [anon_sym___stdcall] = ACTIONS(2709), - [anon_sym___fastcall] = ACTIONS(2709), - [anon_sym___thiscall] = ACTIONS(2709), - [anon_sym___vectorcall] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2709), - [anon_sym_byte] = ACTIONS(2709), - [anon_sym_word] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_else] = ACTIONS(2709), - [anon_sym_switch] = ACTIONS(2709), - [anon_sym_case] = ACTIONS(2709), - [anon_sym_default] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_goto] = ACTIONS(2709), - [anon_sym___try] = ACTIONS(2709), - [anon_sym___leave] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_compl] = ACTIONS(2709), - [anon_sym_DASH_DASH] = ACTIONS(2714), - [anon_sym_PLUS_PLUS] = ACTIONS(2714), - [anon_sym_sizeof] = ACTIONS(2709), - [anon_sym___alignof__] = ACTIONS(2709), - [anon_sym___alignof] = ACTIONS(2709), - [anon_sym__alignof] = ACTIONS(2709), - [anon_sym_alignof] = ACTIONS(2709), - [anon_sym__Alignof] = ACTIONS(2709), - [anon_sym_offsetof] = ACTIONS(2709), - [anon_sym__Generic] = ACTIONS(2709), - [anon_sym_asm] = ACTIONS(2709), - [anon_sym___asm__] = ACTIONS(2709), - [anon_sym___asm] = ACTIONS(2709), - [aux_sym_number_literal_token1] = ACTIONS(2714), - [aux_sym_number_literal_token2] = ACTIONS(2709), - [anon_sym_L_SQUOTE] = ACTIONS(2714), - [anon_sym_u_SQUOTE] = ACTIONS(2714), - [anon_sym_U_SQUOTE] = ACTIONS(2714), - [anon_sym_u8_SQUOTE] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2714), - [anon_sym_L_DQUOTE] = ACTIONS(2714), - [anon_sym_u_DQUOTE] = ACTIONS(2714), - [anon_sym_U_DQUOTE] = ACTIONS(2714), - [anon_sym_u8_DQUOTE] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2714), - [sym_true] = ACTIONS(2709), - [sym_false] = ACTIONS(2709), - [anon_sym_NULL] = ACTIONS(2709), - [anon_sym_nullptr] = ACTIONS(2709), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2709), - [anon_sym_explicit] = ACTIONS(2709), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2709), - [anon_sym_operator] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_delete] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [anon_sym_namespace] = ACTIONS(2709), - [anon_sym_using] = ACTIONS(2709), - [anon_sym_static_assert] = ACTIONS(2709), - [anon_sym_concept] = ACTIONS(2709), - [anon_sym_co_return] = ACTIONS(2709), - [anon_sym_co_yield] = ACTIONS(2709), - [anon_sym_R_DQUOTE] = ACTIONS(2714), - [anon_sym_LR_DQUOTE] = ACTIONS(2714), - [anon_sym_uR_DQUOTE] = ACTIONS(2714), - [anon_sym_UR_DQUOTE] = ACTIONS(2714), - [anon_sym_u8R_DQUOTE] = ACTIONS(2714), - [anon_sym_co_await] = ACTIONS(2709), - [anon_sym_new] = ACTIONS(2709), - [anon_sym_requires] = ACTIONS(2709), - [sym_this] = ACTIONS(2709), - }, - [443] = { - [ts_builtin_sym_end] = ACTIONS(2845), - [sym_identifier] = ACTIONS(2843), - [aux_sym_preproc_include_token1] = ACTIONS(2843), - [aux_sym_preproc_def_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2843), - [sym_preproc_directive] = ACTIONS(2843), - [anon_sym_LPAREN2] = ACTIONS(2845), - [anon_sym_BANG] = ACTIONS(2845), - [anon_sym_TILDE] = ACTIONS(2845), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2845), - [anon_sym_AMP_AMP] = ACTIONS(2845), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym___extension__] = ACTIONS(2843), - [anon_sym_typedef] = ACTIONS(2843), - [anon_sym_virtual] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___attribute] = ACTIONS(2843), - [anon_sym_COLON_COLON] = ACTIONS(2845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2845), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym___cdecl] = ACTIONS(2843), - [anon_sym___clrcall] = ACTIONS(2843), - [anon_sym___stdcall] = ACTIONS(2843), - [anon_sym___fastcall] = ACTIONS(2843), - [anon_sym___thiscall] = ACTIONS(2843), - [anon_sym___vectorcall] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_signed] = ACTIONS(2843), - [anon_sym_unsigned] = ACTIONS(2843), - [anon_sym_long] = ACTIONS(2843), - [anon_sym_short] = ACTIONS(2843), - [anon_sym_LBRACK] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym___inline] = ACTIONS(2843), - [anon_sym___inline__] = ACTIONS(2843), - [anon_sym___forceinline] = ACTIONS(2843), - [anon_sym_thread_local] = ACTIONS(2843), - [anon_sym___thread] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym___restrict__] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym__Noreturn] = ACTIONS(2843), - [anon_sym_noreturn] = ACTIONS(2843), - [anon_sym__Nonnull] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constinit] = ACTIONS(2843), - [anon_sym_consteval] = ACTIONS(2843), - [anon_sym_PROGMEM] = ACTIONS(2843), - [anon_sym_alignas] = ACTIONS(2843), - [anon_sym__Alignas] = ACTIONS(2843), - [aux_sym_primitive_type_token1] = ACTIONS(2843), - [anon_sym_byte] = ACTIONS(2843), - [anon_sym_word] = ACTIONS(2843), - [anon_sym_enum] = ACTIONS(2843), - [anon_sym_class] = ACTIONS(2843), - [anon_sym_struct] = ACTIONS(2843), - [anon_sym_union] = ACTIONS(2843), - [anon_sym_if] = ACTIONS(2843), - [anon_sym_else] = ACTIONS(2843), - [anon_sym_switch] = ACTIONS(2843), - [anon_sym_case] = ACTIONS(2843), - [anon_sym_default] = ACTIONS(2843), - [anon_sym_while] = ACTIONS(2843), - [anon_sym_do] = ACTIONS(2843), - [anon_sym_for] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2843), - [anon_sym_break] = ACTIONS(2843), - [anon_sym_continue] = ACTIONS(2843), - [anon_sym_goto] = ACTIONS(2843), - [anon_sym___try] = ACTIONS(2843), - [anon_sym___leave] = ACTIONS(2843), - [anon_sym_not] = ACTIONS(2843), - [anon_sym_compl] = ACTIONS(2843), - [anon_sym_DASH_DASH] = ACTIONS(2845), - [anon_sym_PLUS_PLUS] = ACTIONS(2845), - [anon_sym_sizeof] = ACTIONS(2843), - [anon_sym___alignof__] = ACTIONS(2843), - [anon_sym___alignof] = ACTIONS(2843), - [anon_sym__alignof] = ACTIONS(2843), - [anon_sym_alignof] = ACTIONS(2843), - [anon_sym__Alignof] = ACTIONS(2843), - [anon_sym_offsetof] = ACTIONS(2843), - [anon_sym__Generic] = ACTIONS(2843), - [anon_sym_asm] = ACTIONS(2843), - [anon_sym___asm__] = ACTIONS(2843), - [anon_sym___asm] = ACTIONS(2843), - [aux_sym_number_literal_token1] = ACTIONS(2845), - [aux_sym_number_literal_token2] = ACTIONS(2843), - [anon_sym_L_SQUOTE] = ACTIONS(2845), - [anon_sym_u_SQUOTE] = ACTIONS(2845), - [anon_sym_U_SQUOTE] = ACTIONS(2845), - [anon_sym_u8_SQUOTE] = ACTIONS(2845), - [anon_sym_SQUOTE] = ACTIONS(2845), - [anon_sym_L_DQUOTE] = ACTIONS(2845), - [anon_sym_u_DQUOTE] = ACTIONS(2845), - [anon_sym_U_DQUOTE] = ACTIONS(2845), - [anon_sym_u8_DQUOTE] = ACTIONS(2845), - [anon_sym_DQUOTE] = ACTIONS(2845), - [sym_true] = ACTIONS(2843), - [sym_false] = ACTIONS(2843), - [anon_sym_NULL] = ACTIONS(2843), - [anon_sym_nullptr] = ACTIONS(2843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2843), - [anon_sym_decltype] = ACTIONS(2843), - [anon_sym_explicit] = ACTIONS(2843), - [anon_sym_typename] = ACTIONS(2843), - [anon_sym_template] = ACTIONS(2843), - [anon_sym_operator] = ACTIONS(2843), - [anon_sym_try] = ACTIONS(2843), - [anon_sym_delete] = ACTIONS(2843), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_namespace] = ACTIONS(2843), - [anon_sym_using] = ACTIONS(2843), - [anon_sym_static_assert] = ACTIONS(2843), - [anon_sym_concept] = ACTIONS(2843), - [anon_sym_co_return] = ACTIONS(2843), - [anon_sym_co_yield] = ACTIONS(2843), - [anon_sym_R_DQUOTE] = ACTIONS(2845), - [anon_sym_LR_DQUOTE] = ACTIONS(2845), - [anon_sym_uR_DQUOTE] = ACTIONS(2845), - [anon_sym_UR_DQUOTE] = ACTIONS(2845), - [anon_sym_u8R_DQUOTE] = ACTIONS(2845), - [anon_sym_co_await] = ACTIONS(2843), - [anon_sym_new] = ACTIONS(2843), - [anon_sym_requires] = ACTIONS(2843), - [sym_this] = ACTIONS(2843), - }, - [444] = { - [sym_identifier] = ACTIONS(2905), - [aux_sym_preproc_include_token1] = ACTIONS(2905), - [aux_sym_preproc_def_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), - [sym_preproc_directive] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym___extension__] = ACTIONS(2905), - [anon_sym_typedef] = ACTIONS(2905), - [anon_sym_virtual] = ACTIONS(2905), - [anon_sym_extern] = ACTIONS(2905), - [anon_sym___attribute__] = ACTIONS(2905), - [anon_sym___attribute] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2907), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), - [anon_sym___declspec] = ACTIONS(2905), - [anon_sym___based] = ACTIONS(2905), - [anon_sym___cdecl] = ACTIONS(2905), - [anon_sym___clrcall] = ACTIONS(2905), - [anon_sym___stdcall] = ACTIONS(2905), - [anon_sym___fastcall] = ACTIONS(2905), - [anon_sym___thiscall] = ACTIONS(2905), - [anon_sym___vectorcall] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_RBRACE] = ACTIONS(2907), - [anon_sym_signed] = ACTIONS(2905), - [anon_sym_unsigned] = ACTIONS(2905), - [anon_sym_long] = ACTIONS(2905), - [anon_sym_short] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2905), - [anon_sym_register] = ACTIONS(2905), - [anon_sym_inline] = ACTIONS(2905), - [anon_sym___inline] = ACTIONS(2905), - [anon_sym___inline__] = ACTIONS(2905), - [anon_sym___forceinline] = ACTIONS(2905), - [anon_sym_thread_local] = ACTIONS(2905), - [anon_sym___thread] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_constexpr] = ACTIONS(2905), - [anon_sym_volatile] = ACTIONS(2905), - [anon_sym_restrict] = ACTIONS(2905), - [anon_sym___restrict__] = ACTIONS(2905), - [anon_sym__Atomic] = ACTIONS(2905), - [anon_sym__Noreturn] = ACTIONS(2905), - [anon_sym_noreturn] = ACTIONS(2905), - [anon_sym__Nonnull] = ACTIONS(2905), - [anon_sym_mutable] = ACTIONS(2905), - [anon_sym_constinit] = ACTIONS(2905), - [anon_sym_consteval] = ACTIONS(2905), - [anon_sym_PROGMEM] = ACTIONS(2905), - [anon_sym_alignas] = ACTIONS(2905), - [anon_sym__Alignas] = ACTIONS(2905), - [aux_sym_primitive_type_token1] = ACTIONS(2905), - [anon_sym_byte] = ACTIONS(2905), - [anon_sym_word] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_class] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_else] = ACTIONS(2905), - [anon_sym_switch] = ACTIONS(2905), - [anon_sym_case] = ACTIONS(2905), - [anon_sym_default] = ACTIONS(2905), - [anon_sym_while] = ACTIONS(2905), - [anon_sym_do] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym___try] = ACTIONS(2905), - [anon_sym___leave] = ACTIONS(2905), - [anon_sym_not] = ACTIONS(2905), - [anon_sym_compl] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_sizeof] = ACTIONS(2905), - [anon_sym___alignof__] = ACTIONS(2905), - [anon_sym___alignof] = ACTIONS(2905), - [anon_sym__alignof] = ACTIONS(2905), - [anon_sym_alignof] = ACTIONS(2905), - [anon_sym__Alignof] = ACTIONS(2905), - [anon_sym_offsetof] = ACTIONS(2905), - [anon_sym__Generic] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym___asm__] = ACTIONS(2905), - [anon_sym___asm] = ACTIONS(2905), - [aux_sym_number_literal_token1] = ACTIONS(2907), - [aux_sym_number_literal_token2] = ACTIONS(2905), - [anon_sym_L_SQUOTE] = ACTIONS(2907), - [anon_sym_u_SQUOTE] = ACTIONS(2907), - [anon_sym_U_SQUOTE] = ACTIONS(2907), - [anon_sym_u8_SQUOTE] = ACTIONS(2907), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_L_DQUOTE] = ACTIONS(2907), - [anon_sym_u_DQUOTE] = ACTIONS(2907), - [anon_sym_U_DQUOTE] = ACTIONS(2907), - [anon_sym_u8_DQUOTE] = ACTIONS(2907), - [anon_sym_DQUOTE] = ACTIONS(2907), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [anon_sym_NULL] = ACTIONS(2905), - [anon_sym_nullptr] = ACTIONS(2905), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2905), - [anon_sym_decltype] = ACTIONS(2905), - [anon_sym_explicit] = ACTIONS(2905), - [anon_sym_typename] = ACTIONS(2905), - [anon_sym_template] = ACTIONS(2905), - [anon_sym_operator] = ACTIONS(2905), - [anon_sym_try] = ACTIONS(2905), - [anon_sym_delete] = ACTIONS(2905), - [anon_sym_throw] = ACTIONS(2905), - [anon_sym_namespace] = ACTIONS(2905), - [anon_sym_using] = ACTIONS(2905), - [anon_sym_static_assert] = ACTIONS(2905), - [anon_sym_concept] = ACTIONS(2905), - [anon_sym_co_return] = ACTIONS(2905), - [anon_sym_co_yield] = ACTIONS(2905), - [anon_sym_R_DQUOTE] = ACTIONS(2907), - [anon_sym_LR_DQUOTE] = ACTIONS(2907), - [anon_sym_uR_DQUOTE] = ACTIONS(2907), - [anon_sym_UR_DQUOTE] = ACTIONS(2907), - [anon_sym_u8R_DQUOTE] = ACTIONS(2907), - [anon_sym_co_await] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(2905), - [anon_sym_requires] = ACTIONS(2905), - [sym_this] = ACTIONS(2905), + [sym_auto] = ACTIONS(2781), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_try] = ACTIONS(2781), + [anon_sym_delete] = ACTIONS(2781), + [anon_sym_throw] = ACTIONS(2781), + [anon_sym_namespace] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_concept] = ACTIONS(2781), + [anon_sym_co_return] = ACTIONS(2781), + [anon_sym_co_yield] = ACTIONS(2781), + [anon_sym_R_DQUOTE] = ACTIONS(2783), + [anon_sym_LR_DQUOTE] = ACTIONS(2783), + [anon_sym_uR_DQUOTE] = ACTIONS(2783), + [anon_sym_UR_DQUOTE] = ACTIONS(2783), + [anon_sym_u8R_DQUOTE] = ACTIONS(2783), + [anon_sym_co_await] = ACTIONS(2781), + [anon_sym_new] = ACTIONS(2781), + [anon_sym_requires] = ACTIONS(2781), + [sym_this] = ACTIONS(2781), }, - [445] = { - [sym_identifier] = ACTIONS(2901), - [aux_sym_preproc_include_token1] = ACTIONS(2901), - [aux_sym_preproc_def_token1] = ACTIONS(2901), - [aux_sym_preproc_if_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2901), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2901), - [sym_preproc_directive] = ACTIONS(2901), - [anon_sym_LPAREN2] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_PLUS] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym___extension__] = ACTIONS(2901), - [anon_sym_typedef] = ACTIONS(2901), - [anon_sym_virtual] = ACTIONS(2901), - [anon_sym_extern] = ACTIONS(2901), - [anon_sym___attribute__] = ACTIONS(2901), - [anon_sym___attribute] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2903), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), - [anon_sym___declspec] = ACTIONS(2901), - [anon_sym___based] = ACTIONS(2901), - [anon_sym___cdecl] = ACTIONS(2901), - [anon_sym___clrcall] = ACTIONS(2901), - [anon_sym___stdcall] = ACTIONS(2901), - [anon_sym___fastcall] = ACTIONS(2901), - [anon_sym___thiscall] = ACTIONS(2901), - [anon_sym___vectorcall] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_RBRACE] = ACTIONS(2903), - [anon_sym_signed] = ACTIONS(2901), - [anon_sym_unsigned] = ACTIONS(2901), - [anon_sym_long] = ACTIONS(2901), - [anon_sym_short] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_static] = ACTIONS(2901), - [anon_sym_register] = ACTIONS(2901), - [anon_sym_inline] = ACTIONS(2901), - [anon_sym___inline] = ACTIONS(2901), - [anon_sym___inline__] = ACTIONS(2901), - [anon_sym___forceinline] = ACTIONS(2901), - [anon_sym_thread_local] = ACTIONS(2901), - [anon_sym___thread] = ACTIONS(2901), - [anon_sym_const] = ACTIONS(2901), - [anon_sym_constexpr] = ACTIONS(2901), - [anon_sym_volatile] = ACTIONS(2901), - [anon_sym_restrict] = ACTIONS(2901), - [anon_sym___restrict__] = ACTIONS(2901), - [anon_sym__Atomic] = ACTIONS(2901), - [anon_sym__Noreturn] = ACTIONS(2901), - [anon_sym_noreturn] = ACTIONS(2901), - [anon_sym__Nonnull] = ACTIONS(2901), - [anon_sym_mutable] = ACTIONS(2901), - [anon_sym_constinit] = ACTIONS(2901), - [anon_sym_consteval] = ACTIONS(2901), - [anon_sym_PROGMEM] = ACTIONS(2901), - [anon_sym_alignas] = ACTIONS(2901), - [anon_sym__Alignas] = ACTIONS(2901), - [aux_sym_primitive_type_token1] = ACTIONS(2901), - [anon_sym_byte] = ACTIONS(2901), - [anon_sym_word] = ACTIONS(2901), - [anon_sym_enum] = ACTIONS(2901), - [anon_sym_class] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2901), - [anon_sym_union] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2901), - [anon_sym_else] = ACTIONS(2901), - [anon_sym_switch] = ACTIONS(2901), - [anon_sym_case] = ACTIONS(2901), - [anon_sym_default] = ACTIONS(2901), - [anon_sym_while] = ACTIONS(2901), - [anon_sym_do] = ACTIONS(2901), - [anon_sym_for] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2901), - [anon_sym_break] = ACTIONS(2901), - [anon_sym_continue] = ACTIONS(2901), - [anon_sym_goto] = ACTIONS(2901), - [anon_sym___try] = ACTIONS(2901), - [anon_sym___leave] = ACTIONS(2901), - [anon_sym_not] = ACTIONS(2901), - [anon_sym_compl] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_sizeof] = ACTIONS(2901), - [anon_sym___alignof__] = ACTIONS(2901), - [anon_sym___alignof] = ACTIONS(2901), - [anon_sym__alignof] = ACTIONS(2901), - [anon_sym_alignof] = ACTIONS(2901), - [anon_sym__Alignof] = ACTIONS(2901), - [anon_sym_offsetof] = ACTIONS(2901), - [anon_sym__Generic] = ACTIONS(2901), - [anon_sym_asm] = ACTIONS(2901), - [anon_sym___asm__] = ACTIONS(2901), - [anon_sym___asm] = ACTIONS(2901), - [aux_sym_number_literal_token1] = ACTIONS(2903), - [aux_sym_number_literal_token2] = ACTIONS(2901), - [anon_sym_L_SQUOTE] = ACTIONS(2903), - [anon_sym_u_SQUOTE] = ACTIONS(2903), - [anon_sym_U_SQUOTE] = ACTIONS(2903), - [anon_sym_u8_SQUOTE] = ACTIONS(2903), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_L_DQUOTE] = ACTIONS(2903), - [anon_sym_u_DQUOTE] = ACTIONS(2903), - [anon_sym_U_DQUOTE] = ACTIONS(2903), - [anon_sym_u8_DQUOTE] = ACTIONS(2903), - [anon_sym_DQUOTE] = ACTIONS(2903), - [sym_true] = ACTIONS(2901), - [sym_false] = ACTIONS(2901), - [anon_sym_NULL] = ACTIONS(2901), - [anon_sym_nullptr] = ACTIONS(2901), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2901), - [anon_sym_decltype] = ACTIONS(2901), - [anon_sym_explicit] = ACTIONS(2901), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_template] = ACTIONS(2901), - [anon_sym_operator] = ACTIONS(2901), - [anon_sym_try] = ACTIONS(2901), - [anon_sym_delete] = ACTIONS(2901), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_namespace] = ACTIONS(2901), - [anon_sym_using] = ACTIONS(2901), - [anon_sym_static_assert] = ACTIONS(2901), - [anon_sym_concept] = ACTIONS(2901), - [anon_sym_co_return] = ACTIONS(2901), - [anon_sym_co_yield] = ACTIONS(2901), - [anon_sym_R_DQUOTE] = ACTIONS(2903), - [anon_sym_LR_DQUOTE] = ACTIONS(2903), - [anon_sym_uR_DQUOTE] = ACTIONS(2903), - [anon_sym_UR_DQUOTE] = ACTIONS(2903), - [anon_sym_u8R_DQUOTE] = ACTIONS(2903), - [anon_sym_co_await] = ACTIONS(2901), - [anon_sym_new] = ACTIONS(2901), - [anon_sym_requires] = ACTIONS(2901), - [sym_this] = ACTIONS(2901), + [452] = { + [sym_identifier] = ACTIONS(2785), + [aux_sym_preproc_include_token1] = ACTIONS(2785), + [aux_sym_preproc_def_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token2] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [sym_preproc_directive] = ACTIONS(2785), + [anon_sym_LPAREN2] = ACTIONS(2787), + [anon_sym_BANG] = ACTIONS(2787), + [anon_sym_TILDE] = ACTIONS(2787), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_AMP_AMP] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_SEMI] = ACTIONS(2787), + [anon_sym___extension__] = ACTIONS(2785), + [anon_sym_typedef] = ACTIONS(2785), + [anon_sym_virtual] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym___attribute__] = ACTIONS(2785), + [anon_sym___attribute] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), + [anon_sym___declspec] = ACTIONS(2785), + [anon_sym___based] = ACTIONS(2785), + [anon_sym___cdecl] = ACTIONS(2785), + [anon_sym___clrcall] = ACTIONS(2785), + [anon_sym___stdcall] = ACTIONS(2785), + [anon_sym___fastcall] = ACTIONS(2785), + [anon_sym___thiscall] = ACTIONS(2785), + [anon_sym___vectorcall] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_signed] = ACTIONS(2785), + [anon_sym_unsigned] = ACTIONS(2785), + [anon_sym_long] = ACTIONS(2785), + [anon_sym_short] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_register] = ACTIONS(2785), + [anon_sym_inline] = ACTIONS(2785), + [anon_sym___inline] = ACTIONS(2785), + [anon_sym___inline__] = ACTIONS(2785), + [anon_sym___forceinline] = ACTIONS(2785), + [anon_sym_thread_local] = ACTIONS(2785), + [anon_sym___thread] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_constexpr] = ACTIONS(2785), + [anon_sym_volatile] = ACTIONS(2785), + [anon_sym_restrict] = ACTIONS(2785), + [anon_sym___restrict__] = ACTIONS(2785), + [anon_sym__Atomic] = ACTIONS(2785), + [anon_sym__Noreturn] = ACTIONS(2785), + [anon_sym_noreturn] = ACTIONS(2785), + [anon_sym__Nonnull] = ACTIONS(2785), + [anon_sym_mutable] = ACTIONS(2785), + [anon_sym_constinit] = ACTIONS(2785), + [anon_sym_consteval] = ACTIONS(2785), + [anon_sym_PROGMEM] = ACTIONS(2785), + [anon_sym_alignas] = ACTIONS(2785), + [anon_sym__Alignas] = ACTIONS(2785), + [aux_sym_primitive_type_token1] = ACTIONS(2785), + [anon_sym_byte] = ACTIONS(2785), + [anon_sym_word] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_class] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_else] = ACTIONS(2785), + [anon_sym_switch] = ACTIONS(2785), + [anon_sym_case] = ACTIONS(2785), + [anon_sym_default] = ACTIONS(2785), + [anon_sym_while] = ACTIONS(2785), + [anon_sym_do] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym___try] = ACTIONS(2785), + [anon_sym___leave] = ACTIONS(2785), + [anon_sym_not] = ACTIONS(2785), + [anon_sym_compl] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2787), + [anon_sym_PLUS_PLUS] = ACTIONS(2787), + [anon_sym_sizeof] = ACTIONS(2785), + [anon_sym___alignof__] = ACTIONS(2785), + [anon_sym___alignof] = ACTIONS(2785), + [anon_sym__alignof] = ACTIONS(2785), + [anon_sym_alignof] = ACTIONS(2785), + [anon_sym__Alignof] = ACTIONS(2785), + [anon_sym_offsetof] = ACTIONS(2785), + [anon_sym__Generic] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym___asm__] = ACTIONS(2785), + [anon_sym___asm] = ACTIONS(2785), + [aux_sym_number_literal_token1] = ACTIONS(2787), + [aux_sym_number_literal_token2] = ACTIONS(2785), + [anon_sym_L_SQUOTE] = ACTIONS(2787), + [anon_sym_u_SQUOTE] = ACTIONS(2787), + [anon_sym_U_SQUOTE] = ACTIONS(2787), + [anon_sym_u8_SQUOTE] = ACTIONS(2787), + [anon_sym_SQUOTE] = ACTIONS(2787), + [anon_sym_L_DQUOTE] = ACTIONS(2787), + [anon_sym_u_DQUOTE] = ACTIONS(2787), + [anon_sym_U_DQUOTE] = ACTIONS(2787), + [anon_sym_u8_DQUOTE] = ACTIONS(2787), + [anon_sym_DQUOTE] = ACTIONS(2787), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [anon_sym_NULL] = ACTIONS(2785), + [anon_sym_nullptr] = ACTIONS(2785), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2785), + [anon_sym_decltype] = ACTIONS(2785), + [anon_sym_explicit] = ACTIONS(2785), + [anon_sym_typename] = ACTIONS(2785), + [anon_sym_template] = ACTIONS(2785), + [anon_sym_operator] = ACTIONS(2785), + [anon_sym_try] = ACTIONS(2785), + [anon_sym_delete] = ACTIONS(2785), + [anon_sym_throw] = ACTIONS(2785), + [anon_sym_namespace] = ACTIONS(2785), + [anon_sym_using] = ACTIONS(2785), + [anon_sym_static_assert] = ACTIONS(2785), + [anon_sym_concept] = ACTIONS(2785), + [anon_sym_co_return] = ACTIONS(2785), + [anon_sym_co_yield] = ACTIONS(2785), + [anon_sym_R_DQUOTE] = ACTIONS(2787), + [anon_sym_LR_DQUOTE] = ACTIONS(2787), + [anon_sym_uR_DQUOTE] = ACTIONS(2787), + [anon_sym_UR_DQUOTE] = ACTIONS(2787), + [anon_sym_u8R_DQUOTE] = ACTIONS(2787), + [anon_sym_co_await] = ACTIONS(2785), + [anon_sym_new] = ACTIONS(2785), + [anon_sym_requires] = ACTIONS(2785), + [sym_this] = ACTIONS(2785), }, - [446] = { - [sym_identifier] = ACTIONS(2897), - [aux_sym_preproc_include_token1] = ACTIONS(2897), - [aux_sym_preproc_def_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2897), - [sym_preproc_directive] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_PLUS] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2897), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym___extension__] = ACTIONS(2897), - [anon_sym_typedef] = ACTIONS(2897), - [anon_sym_virtual] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2897), - [anon_sym___attribute__] = ACTIONS(2897), - [anon_sym___attribute] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2899), - [anon_sym___declspec] = ACTIONS(2897), - [anon_sym___based] = ACTIONS(2897), - [anon_sym___cdecl] = ACTIONS(2897), - [anon_sym___clrcall] = ACTIONS(2897), - [anon_sym___stdcall] = ACTIONS(2897), - [anon_sym___fastcall] = ACTIONS(2897), - [anon_sym___thiscall] = ACTIONS(2897), - [anon_sym___vectorcall] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_RBRACE] = ACTIONS(2899), - [anon_sym_signed] = ACTIONS(2897), - [anon_sym_unsigned] = ACTIONS(2897), - [anon_sym_long] = ACTIONS(2897), - [anon_sym_short] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2897), - [anon_sym_register] = ACTIONS(2897), - [anon_sym_inline] = ACTIONS(2897), - [anon_sym___inline] = ACTIONS(2897), - [anon_sym___inline__] = ACTIONS(2897), - [anon_sym___forceinline] = ACTIONS(2897), - [anon_sym_thread_local] = ACTIONS(2897), - [anon_sym___thread] = ACTIONS(2897), - [anon_sym_const] = ACTIONS(2897), - [anon_sym_constexpr] = ACTIONS(2897), - [anon_sym_volatile] = ACTIONS(2897), - [anon_sym_restrict] = ACTIONS(2897), - [anon_sym___restrict__] = ACTIONS(2897), - [anon_sym__Atomic] = ACTIONS(2897), - [anon_sym__Noreturn] = ACTIONS(2897), - [anon_sym_noreturn] = ACTIONS(2897), - [anon_sym__Nonnull] = ACTIONS(2897), - [anon_sym_mutable] = ACTIONS(2897), - [anon_sym_constinit] = ACTIONS(2897), - [anon_sym_consteval] = ACTIONS(2897), - [anon_sym_PROGMEM] = ACTIONS(2897), - [anon_sym_alignas] = ACTIONS(2897), - [anon_sym__Alignas] = ACTIONS(2897), - [aux_sym_primitive_type_token1] = ACTIONS(2897), - [anon_sym_byte] = ACTIONS(2897), - [anon_sym_word] = ACTIONS(2897), - [anon_sym_enum] = ACTIONS(2897), - [anon_sym_class] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2897), - [anon_sym_union] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2897), - [anon_sym_else] = ACTIONS(2897), - [anon_sym_switch] = ACTIONS(2897), - [anon_sym_case] = ACTIONS(2897), - [anon_sym_default] = ACTIONS(2897), - [anon_sym_while] = ACTIONS(2897), - [anon_sym_do] = ACTIONS(2897), - [anon_sym_for] = ACTIONS(2897), - [anon_sym_return] = ACTIONS(2897), - [anon_sym_break] = ACTIONS(2897), - [anon_sym_continue] = ACTIONS(2897), - [anon_sym_goto] = ACTIONS(2897), - [anon_sym___try] = ACTIONS(2897), - [anon_sym___leave] = ACTIONS(2897), - [anon_sym_not] = ACTIONS(2897), - [anon_sym_compl] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_sizeof] = ACTIONS(2897), - [anon_sym___alignof__] = ACTIONS(2897), - [anon_sym___alignof] = ACTIONS(2897), - [anon_sym__alignof] = ACTIONS(2897), - [anon_sym_alignof] = ACTIONS(2897), - [anon_sym__Alignof] = ACTIONS(2897), - [anon_sym_offsetof] = ACTIONS(2897), - [anon_sym__Generic] = ACTIONS(2897), - [anon_sym_asm] = ACTIONS(2897), - [anon_sym___asm__] = ACTIONS(2897), - [anon_sym___asm] = ACTIONS(2897), - [aux_sym_number_literal_token1] = ACTIONS(2899), - [aux_sym_number_literal_token2] = ACTIONS(2897), - [anon_sym_L_SQUOTE] = ACTIONS(2899), - [anon_sym_u_SQUOTE] = ACTIONS(2899), - [anon_sym_U_SQUOTE] = ACTIONS(2899), - [anon_sym_u8_SQUOTE] = ACTIONS(2899), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_L_DQUOTE] = ACTIONS(2899), - [anon_sym_u_DQUOTE] = ACTIONS(2899), - [anon_sym_U_DQUOTE] = ACTIONS(2899), - [anon_sym_u8_DQUOTE] = ACTIONS(2899), - [anon_sym_DQUOTE] = ACTIONS(2899), - [sym_true] = ACTIONS(2897), - [sym_false] = ACTIONS(2897), - [anon_sym_NULL] = ACTIONS(2897), - [anon_sym_nullptr] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2897), - [anon_sym_decltype] = ACTIONS(2897), - [anon_sym_explicit] = ACTIONS(2897), - [anon_sym_typename] = ACTIONS(2897), - [anon_sym_template] = ACTIONS(2897), - [anon_sym_operator] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(2897), - [anon_sym_delete] = ACTIONS(2897), - [anon_sym_throw] = ACTIONS(2897), - [anon_sym_namespace] = ACTIONS(2897), - [anon_sym_using] = ACTIONS(2897), - [anon_sym_static_assert] = ACTIONS(2897), - [anon_sym_concept] = ACTIONS(2897), - [anon_sym_co_return] = ACTIONS(2897), - [anon_sym_co_yield] = ACTIONS(2897), - [anon_sym_R_DQUOTE] = ACTIONS(2899), - [anon_sym_LR_DQUOTE] = ACTIONS(2899), - [anon_sym_uR_DQUOTE] = ACTIONS(2899), - [anon_sym_UR_DQUOTE] = ACTIONS(2899), - [anon_sym_u8R_DQUOTE] = ACTIONS(2899), - [anon_sym_co_await] = ACTIONS(2897), - [anon_sym_new] = ACTIONS(2897), - [anon_sym_requires] = ACTIONS(2897), - [sym_this] = ACTIONS(2897), + [453] = { + [sym_identifier] = ACTIONS(2789), + [aux_sym_preproc_include_token1] = ACTIONS(2789), + [aux_sym_preproc_def_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token2] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_LPAREN2] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_DASH] = ACTIONS(2789), + [anon_sym_PLUS] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_AMP_AMP] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym___extension__] = ACTIONS(2789), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_virtual] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym___attribute__] = ACTIONS(2789), + [anon_sym___attribute] = ACTIONS(2789), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), + [anon_sym___declspec] = ACTIONS(2789), + [anon_sym___based] = ACTIONS(2789), + [anon_sym___cdecl] = ACTIONS(2789), + [anon_sym___clrcall] = ACTIONS(2789), + [anon_sym___stdcall] = ACTIONS(2789), + [anon_sym___fastcall] = ACTIONS(2789), + [anon_sym___thiscall] = ACTIONS(2789), + [anon_sym___vectorcall] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_signed] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym___inline] = ACTIONS(2789), + [anon_sym___inline__] = ACTIONS(2789), + [anon_sym___forceinline] = ACTIONS(2789), + [anon_sym_thread_local] = ACTIONS(2789), + [anon_sym___thread] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_constexpr] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym___restrict__] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym__Noreturn] = ACTIONS(2789), + [anon_sym_noreturn] = ACTIONS(2789), + [anon_sym__Nonnull] = ACTIONS(2789), + [anon_sym_mutable] = ACTIONS(2789), + [anon_sym_constinit] = ACTIONS(2789), + [anon_sym_consteval] = ACTIONS(2789), + [anon_sym_PROGMEM] = ACTIONS(2789), + [anon_sym_alignas] = ACTIONS(2789), + [anon_sym__Alignas] = ACTIONS(2789), + [aux_sym_primitive_type_token1] = ACTIONS(2789), + [anon_sym_byte] = ACTIONS(2789), + [anon_sym_word] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_class] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_else] = ACTIONS(2789), + [anon_sym_switch] = ACTIONS(2789), + [anon_sym_case] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_do] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_goto] = ACTIONS(2789), + [anon_sym___try] = ACTIONS(2789), + [anon_sym___leave] = ACTIONS(2789), + [anon_sym_not] = ACTIONS(2789), + [anon_sym_compl] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2791), + [anon_sym_sizeof] = ACTIONS(2789), + [anon_sym___alignof__] = ACTIONS(2789), + [anon_sym___alignof] = ACTIONS(2789), + [anon_sym__alignof] = ACTIONS(2789), + [anon_sym_alignof] = ACTIONS(2789), + [anon_sym__Alignof] = ACTIONS(2789), + [anon_sym_offsetof] = ACTIONS(2789), + [anon_sym__Generic] = ACTIONS(2789), + [anon_sym_asm] = ACTIONS(2789), + [anon_sym___asm__] = ACTIONS(2789), + [anon_sym___asm] = ACTIONS(2789), + [aux_sym_number_literal_token1] = ACTIONS(2791), + [aux_sym_number_literal_token2] = ACTIONS(2789), + [anon_sym_L_SQUOTE] = ACTIONS(2791), + [anon_sym_u_SQUOTE] = ACTIONS(2791), + [anon_sym_U_SQUOTE] = ACTIONS(2791), + [anon_sym_u8_SQUOTE] = ACTIONS(2791), + [anon_sym_SQUOTE] = ACTIONS(2791), + [anon_sym_L_DQUOTE] = ACTIONS(2791), + [anon_sym_u_DQUOTE] = ACTIONS(2791), + [anon_sym_U_DQUOTE] = ACTIONS(2791), + [anon_sym_u8_DQUOTE] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2791), + [sym_true] = ACTIONS(2789), + [sym_false] = ACTIONS(2789), + [anon_sym_NULL] = ACTIONS(2789), + [anon_sym_nullptr] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2789), + [anon_sym_decltype] = ACTIONS(2789), + [anon_sym_explicit] = ACTIONS(2789), + [anon_sym_typename] = ACTIONS(2789), + [anon_sym_template] = ACTIONS(2789), + [anon_sym_operator] = ACTIONS(2789), + [anon_sym_try] = ACTIONS(2789), + [anon_sym_delete] = ACTIONS(2789), + [anon_sym_throw] = ACTIONS(2789), + [anon_sym_namespace] = ACTIONS(2789), + [anon_sym_using] = ACTIONS(2789), + [anon_sym_static_assert] = ACTIONS(2789), + [anon_sym_concept] = ACTIONS(2789), + [anon_sym_co_return] = ACTIONS(2789), + [anon_sym_co_yield] = ACTIONS(2789), + [anon_sym_R_DQUOTE] = ACTIONS(2791), + [anon_sym_LR_DQUOTE] = ACTIONS(2791), + [anon_sym_uR_DQUOTE] = ACTIONS(2791), + [anon_sym_UR_DQUOTE] = ACTIONS(2791), + [anon_sym_u8R_DQUOTE] = ACTIONS(2791), + [anon_sym_co_await] = ACTIONS(2789), + [anon_sym_new] = ACTIONS(2789), + [anon_sym_requires] = ACTIONS(2789), + [sym_this] = ACTIONS(2789), }, - [447] = { - [ts_builtin_sym_end] = ACTIONS(2795), + [454] = { [sym_identifier] = ACTIONS(2793), [aux_sym_preproc_include_token1] = ACTIONS(2793), [aux_sym_preproc_def_token1] = ACTIONS(2793), [aux_sym_preproc_if_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token2] = ACTIONS(2793), [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), [sym_preproc_directive] = ACTIONS(2793), @@ -109019,11 +110006,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2793), [sym_this] = ACTIONS(2793), }, - [448] = { + [455] = { + [sym_identifier] = ACTIONS(2797), + [aux_sym_preproc_include_token1] = ACTIONS(2797), + [aux_sym_preproc_def_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token1] = ACTIONS(2797), + [aux_sym_preproc_if_token2] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_LPAREN2] = ACTIONS(2799), + [anon_sym_BANG] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_AMP_AMP] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2797), + [anon_sym_SEMI] = ACTIONS(2799), + [anon_sym___extension__] = ACTIONS(2797), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_virtual] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym___attribute__] = ACTIONS(2797), + [anon_sym___attribute] = ACTIONS(2797), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), + [anon_sym___declspec] = ACTIONS(2797), + [anon_sym___based] = ACTIONS(2797), + [anon_sym___cdecl] = ACTIONS(2797), + [anon_sym___clrcall] = ACTIONS(2797), + [anon_sym___stdcall] = ACTIONS(2797), + [anon_sym___fastcall] = ACTIONS(2797), + [anon_sym___thiscall] = ACTIONS(2797), + [anon_sym___vectorcall] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_signed] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [anon_sym_LBRACK] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym___inline] = ACTIONS(2797), + [anon_sym___inline__] = ACTIONS(2797), + [anon_sym___forceinline] = ACTIONS(2797), + [anon_sym_thread_local] = ACTIONS(2797), + [anon_sym___thread] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_constexpr] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym___restrict__] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym__Noreturn] = ACTIONS(2797), + [anon_sym_noreturn] = ACTIONS(2797), + [anon_sym__Nonnull] = ACTIONS(2797), + [anon_sym_mutable] = ACTIONS(2797), + [anon_sym_constinit] = ACTIONS(2797), + [anon_sym_consteval] = ACTIONS(2797), + [anon_sym_PROGMEM] = ACTIONS(2797), + [anon_sym_alignas] = ACTIONS(2797), + [anon_sym__Alignas] = ACTIONS(2797), + [aux_sym_primitive_type_token1] = ACTIONS(2797), + [anon_sym_byte] = ACTIONS(2797), + [anon_sym_word] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_class] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_else] = ACTIONS(2797), + [anon_sym_switch] = ACTIONS(2797), + [anon_sym_case] = ACTIONS(2797), + [anon_sym_default] = ACTIONS(2797), + [anon_sym_while] = ACTIONS(2797), + [anon_sym_do] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym___try] = ACTIONS(2797), + [anon_sym___leave] = ACTIONS(2797), + [anon_sym_not] = ACTIONS(2797), + [anon_sym_compl] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2799), + [anon_sym_PLUS_PLUS] = ACTIONS(2799), + [anon_sym_sizeof] = ACTIONS(2797), + [anon_sym___alignof__] = ACTIONS(2797), + [anon_sym___alignof] = ACTIONS(2797), + [anon_sym__alignof] = ACTIONS(2797), + [anon_sym_alignof] = ACTIONS(2797), + [anon_sym__Alignof] = ACTIONS(2797), + [anon_sym_offsetof] = ACTIONS(2797), + [anon_sym__Generic] = ACTIONS(2797), + [anon_sym_asm] = ACTIONS(2797), + [anon_sym___asm__] = ACTIONS(2797), + [anon_sym___asm] = ACTIONS(2797), + [aux_sym_number_literal_token1] = ACTIONS(2799), + [aux_sym_number_literal_token2] = ACTIONS(2797), + [anon_sym_L_SQUOTE] = ACTIONS(2799), + [anon_sym_u_SQUOTE] = ACTIONS(2799), + [anon_sym_U_SQUOTE] = ACTIONS(2799), + [anon_sym_u8_SQUOTE] = ACTIONS(2799), + [anon_sym_SQUOTE] = ACTIONS(2799), + [anon_sym_L_DQUOTE] = ACTIONS(2799), + [anon_sym_u_DQUOTE] = ACTIONS(2799), + [anon_sym_U_DQUOTE] = ACTIONS(2799), + [anon_sym_u8_DQUOTE] = ACTIONS(2799), + [anon_sym_DQUOTE] = ACTIONS(2799), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [anon_sym_NULL] = ACTIONS(2797), + [anon_sym_nullptr] = ACTIONS(2797), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2797), + [anon_sym_decltype] = ACTIONS(2797), + [anon_sym_explicit] = ACTIONS(2797), + [anon_sym_typename] = ACTIONS(2797), + [anon_sym_template] = ACTIONS(2797), + [anon_sym_operator] = ACTIONS(2797), + [anon_sym_try] = ACTIONS(2797), + [anon_sym_delete] = ACTIONS(2797), + [anon_sym_throw] = ACTIONS(2797), + [anon_sym_namespace] = ACTIONS(2797), + [anon_sym_using] = ACTIONS(2797), + [anon_sym_static_assert] = ACTIONS(2797), + [anon_sym_concept] = ACTIONS(2797), + [anon_sym_co_return] = ACTIONS(2797), + [anon_sym_co_yield] = ACTIONS(2797), + [anon_sym_R_DQUOTE] = ACTIONS(2799), + [anon_sym_LR_DQUOTE] = ACTIONS(2799), + [anon_sym_uR_DQUOTE] = ACTIONS(2799), + [anon_sym_UR_DQUOTE] = ACTIONS(2799), + [anon_sym_u8R_DQUOTE] = ACTIONS(2799), + [anon_sym_co_await] = ACTIONS(2797), + [anon_sym_new] = ACTIONS(2797), + [anon_sym_requires] = ACTIONS(2797), + [sym_this] = ACTIONS(2797), + }, + [456] = { [sym_identifier] = ACTIONS(2801), [aux_sym_preproc_include_token1] = ACTIONS(2801), [aux_sym_preproc_def_token1] = ACTIONS(2801), [aux_sym_preproc_if_token1] = ACTIONS(2801), + [aux_sym_preproc_if_token2] = ACTIONS(2801), [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), [sym_preproc_directive] = ACTIONS(2801), @@ -109053,7 +110182,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2801), [anon_sym___vectorcall] = ACTIONS(2801), [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_RBRACE] = ACTIONS(2803), [anon_sym_signed] = ACTIONS(2801), [anon_sym_unsigned] = ACTIONS(2801), [anon_sym_long] = ACTIONS(2801), @@ -109160,294 +110288,2127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2801), [sym_this] = ACTIONS(2801), }, - [449] = { - [ts_builtin_sym_end] = ACTIONS(2841), - [sym_identifier] = ACTIONS(2839), - [aux_sym_preproc_include_token1] = ACTIONS(2839), - [aux_sym_preproc_def_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2839), - [sym_preproc_directive] = ACTIONS(2839), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2839), - [anon_sym_PLUS] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2839), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym___extension__] = ACTIONS(2839), - [anon_sym_typedef] = ACTIONS(2839), - [anon_sym_virtual] = ACTIONS(2839), - [anon_sym_extern] = ACTIONS(2839), - [anon_sym___attribute__] = ACTIONS(2839), - [anon_sym___attribute] = ACTIONS(2839), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2839), - [anon_sym___based] = ACTIONS(2839), - [anon_sym___cdecl] = ACTIONS(2839), - [anon_sym___clrcall] = ACTIONS(2839), - [anon_sym___stdcall] = ACTIONS(2839), - [anon_sym___fastcall] = ACTIONS(2839), - [anon_sym___thiscall] = ACTIONS(2839), - [anon_sym___vectorcall] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_signed] = ACTIONS(2839), - [anon_sym_unsigned] = ACTIONS(2839), - [anon_sym_long] = ACTIONS(2839), - [anon_sym_short] = ACTIONS(2839), - [anon_sym_LBRACK] = ACTIONS(2839), - [anon_sym_static] = ACTIONS(2839), - [anon_sym_register] = ACTIONS(2839), - [anon_sym_inline] = ACTIONS(2839), - [anon_sym___inline] = ACTIONS(2839), - [anon_sym___inline__] = ACTIONS(2839), - [anon_sym___forceinline] = ACTIONS(2839), - [anon_sym_thread_local] = ACTIONS(2839), - [anon_sym___thread] = ACTIONS(2839), - [anon_sym_const] = ACTIONS(2839), - [anon_sym_constexpr] = ACTIONS(2839), - [anon_sym_volatile] = ACTIONS(2839), - [anon_sym_restrict] = ACTIONS(2839), - [anon_sym___restrict__] = ACTIONS(2839), - [anon_sym__Atomic] = ACTIONS(2839), - [anon_sym__Noreturn] = ACTIONS(2839), - [anon_sym_noreturn] = ACTIONS(2839), - [anon_sym__Nonnull] = ACTIONS(2839), - [anon_sym_mutable] = ACTIONS(2839), - [anon_sym_constinit] = ACTIONS(2839), - [anon_sym_consteval] = ACTIONS(2839), - [anon_sym_PROGMEM] = ACTIONS(2839), - [anon_sym_alignas] = ACTIONS(2839), - [anon_sym__Alignas] = ACTIONS(2839), - [aux_sym_primitive_type_token1] = ACTIONS(2839), - [anon_sym_byte] = ACTIONS(2839), - [anon_sym_word] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2839), - [anon_sym_class] = ACTIONS(2839), - [anon_sym_struct] = ACTIONS(2839), - [anon_sym_union] = ACTIONS(2839), - [anon_sym_if] = ACTIONS(2839), - [anon_sym_else] = ACTIONS(2839), - [anon_sym_switch] = ACTIONS(2839), - [anon_sym_case] = ACTIONS(2839), - [anon_sym_default] = ACTIONS(2839), - [anon_sym_while] = ACTIONS(2839), - [anon_sym_do] = ACTIONS(2839), - [anon_sym_for] = ACTIONS(2839), - [anon_sym_return] = ACTIONS(2839), - [anon_sym_break] = ACTIONS(2839), - [anon_sym_continue] = ACTIONS(2839), - [anon_sym_goto] = ACTIONS(2839), - [anon_sym___try] = ACTIONS(2839), - [anon_sym___leave] = ACTIONS(2839), - [anon_sym_not] = ACTIONS(2839), - [anon_sym_compl] = ACTIONS(2839), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_sizeof] = ACTIONS(2839), - [anon_sym___alignof__] = ACTIONS(2839), - [anon_sym___alignof] = ACTIONS(2839), - [anon_sym__alignof] = ACTIONS(2839), - [anon_sym_alignof] = ACTIONS(2839), - [anon_sym__Alignof] = ACTIONS(2839), - [anon_sym_offsetof] = ACTIONS(2839), - [anon_sym__Generic] = ACTIONS(2839), - [anon_sym_asm] = ACTIONS(2839), - [anon_sym___asm__] = ACTIONS(2839), - [anon_sym___asm] = ACTIONS(2839), - [aux_sym_number_literal_token1] = ACTIONS(2841), - [aux_sym_number_literal_token2] = ACTIONS(2839), - [anon_sym_L_SQUOTE] = ACTIONS(2841), - [anon_sym_u_SQUOTE] = ACTIONS(2841), - [anon_sym_U_SQUOTE] = ACTIONS(2841), - [anon_sym_u8_SQUOTE] = ACTIONS(2841), - [anon_sym_SQUOTE] = ACTIONS(2841), - [anon_sym_L_DQUOTE] = ACTIONS(2841), - [anon_sym_u_DQUOTE] = ACTIONS(2841), - [anon_sym_U_DQUOTE] = ACTIONS(2841), - [anon_sym_u8_DQUOTE] = ACTIONS(2841), - [anon_sym_DQUOTE] = ACTIONS(2841), - [sym_true] = ACTIONS(2839), - [sym_false] = ACTIONS(2839), - [anon_sym_NULL] = ACTIONS(2839), - [anon_sym_nullptr] = ACTIONS(2839), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2839), - [anon_sym_decltype] = ACTIONS(2839), - [anon_sym_explicit] = ACTIONS(2839), - [anon_sym_typename] = ACTIONS(2839), - [anon_sym_template] = ACTIONS(2839), - [anon_sym_operator] = ACTIONS(2839), - [anon_sym_try] = ACTIONS(2839), - [anon_sym_delete] = ACTIONS(2839), - [anon_sym_throw] = ACTIONS(2839), - [anon_sym_namespace] = ACTIONS(2839), - [anon_sym_using] = ACTIONS(2839), - [anon_sym_static_assert] = ACTIONS(2839), - [anon_sym_concept] = ACTIONS(2839), - [anon_sym_co_return] = ACTIONS(2839), - [anon_sym_co_yield] = ACTIONS(2839), - [anon_sym_R_DQUOTE] = ACTIONS(2841), - [anon_sym_LR_DQUOTE] = ACTIONS(2841), - [anon_sym_uR_DQUOTE] = ACTIONS(2841), - [anon_sym_UR_DQUOTE] = ACTIONS(2841), - [anon_sym_u8R_DQUOTE] = ACTIONS(2841), - [anon_sym_co_await] = ACTIONS(2839), - [anon_sym_new] = ACTIONS(2839), - [anon_sym_requires] = ACTIONS(2839), - [sym_this] = ACTIONS(2839), + [457] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_include_token1] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token2] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym___extension__] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___attribute] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym___cdecl] = ACTIONS(2805), + [anon_sym___clrcall] = ACTIONS(2805), + [anon_sym___stdcall] = ACTIONS(2805), + [anon_sym___fastcall] = ACTIONS(2805), + [anon_sym___thiscall] = ACTIONS(2805), + [anon_sym___vectorcall] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym___inline] = ACTIONS(2805), + [anon_sym___inline__] = ACTIONS(2805), + [anon_sym___forceinline] = ACTIONS(2805), + [anon_sym_thread_local] = ACTIONS(2805), + [anon_sym___thread] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym___restrict__] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym__Noreturn] = ACTIONS(2805), + [anon_sym_noreturn] = ACTIONS(2805), + [anon_sym__Nonnull] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constinit] = ACTIONS(2805), + [anon_sym_consteval] = ACTIONS(2805), + [anon_sym_PROGMEM] = ACTIONS(2805), + [anon_sym_alignas] = ACTIONS(2805), + [anon_sym__Alignas] = ACTIONS(2805), + [aux_sym_primitive_type_token1] = ACTIONS(2805), + [anon_sym_byte] = ACTIONS(2805), + [anon_sym_word] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_else] = ACTIONS(2805), + [anon_sym_switch] = ACTIONS(2805), + [anon_sym_case] = ACTIONS(2805), + [anon_sym_default] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_do] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_goto] = ACTIONS(2805), + [anon_sym___try] = ACTIONS(2805), + [anon_sym___leave] = ACTIONS(2805), + [anon_sym_not] = ACTIONS(2805), + [anon_sym_compl] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_sizeof] = ACTIONS(2805), + [anon_sym___alignof__] = ACTIONS(2805), + [anon_sym___alignof] = ACTIONS(2805), + [anon_sym__alignof] = ACTIONS(2805), + [anon_sym_alignof] = ACTIONS(2805), + [anon_sym__Alignof] = ACTIONS(2805), + [anon_sym_offsetof] = ACTIONS(2805), + [anon_sym__Generic] = ACTIONS(2805), + [anon_sym_asm] = ACTIONS(2805), + [anon_sym___asm__] = ACTIONS(2805), + [anon_sym___asm] = ACTIONS(2805), + [aux_sym_number_literal_token1] = ACTIONS(2807), + [aux_sym_number_literal_token2] = ACTIONS(2805), + [anon_sym_L_SQUOTE] = ACTIONS(2807), + [anon_sym_u_SQUOTE] = ACTIONS(2807), + [anon_sym_U_SQUOTE] = ACTIONS(2807), + [anon_sym_u8_SQUOTE] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2807), + [anon_sym_L_DQUOTE] = ACTIONS(2807), + [anon_sym_u_DQUOTE] = ACTIONS(2807), + [anon_sym_U_DQUOTE] = ACTIONS(2807), + [anon_sym_u8_DQUOTE] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2807), + [sym_true] = ACTIONS(2805), + [sym_false] = ACTIONS(2805), + [anon_sym_NULL] = ACTIONS(2805), + [anon_sym_nullptr] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2805), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [anon_sym_delete] = ACTIONS(2805), + [anon_sym_throw] = ACTIONS(2805), + [anon_sym_namespace] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_concept] = ACTIONS(2805), + [anon_sym_co_return] = ACTIONS(2805), + [anon_sym_co_yield] = ACTIONS(2805), + [anon_sym_R_DQUOTE] = ACTIONS(2807), + [anon_sym_LR_DQUOTE] = ACTIONS(2807), + [anon_sym_uR_DQUOTE] = ACTIONS(2807), + [anon_sym_UR_DQUOTE] = ACTIONS(2807), + [anon_sym_u8R_DQUOTE] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2805), + [anon_sym_new] = ACTIONS(2805), + [anon_sym_requires] = ACTIONS(2805), + [sym_this] = ACTIONS(2805), }, - [450] = { - [ts_builtin_sym_end] = ACTIONS(2787), - [sym_identifier] = ACTIONS(2785), - [aux_sym_preproc_include_token1] = ACTIONS(2785), - [aux_sym_preproc_def_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), - [sym_preproc_directive] = ACTIONS(2785), - [anon_sym_LPAREN2] = ACTIONS(2787), - [anon_sym_BANG] = ACTIONS(2787), - [anon_sym_TILDE] = ACTIONS(2787), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_AMP_AMP] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_SEMI] = ACTIONS(2787), - [anon_sym___extension__] = ACTIONS(2785), - [anon_sym_typedef] = ACTIONS(2785), - [anon_sym_virtual] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym___attribute__] = ACTIONS(2785), - [anon_sym___attribute] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), - [anon_sym___declspec] = ACTIONS(2785), - [anon_sym___based] = ACTIONS(2785), - [anon_sym___cdecl] = ACTIONS(2785), - [anon_sym___clrcall] = ACTIONS(2785), - [anon_sym___stdcall] = ACTIONS(2785), - [anon_sym___fastcall] = ACTIONS(2785), - [anon_sym___thiscall] = ACTIONS(2785), - [anon_sym___vectorcall] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2787), - [anon_sym_signed] = ACTIONS(2785), - [anon_sym_unsigned] = ACTIONS(2785), - [anon_sym_long] = ACTIONS(2785), - [anon_sym_short] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_register] = ACTIONS(2785), - [anon_sym_inline] = ACTIONS(2785), - [anon_sym___inline] = ACTIONS(2785), - [anon_sym___inline__] = ACTIONS(2785), - [anon_sym___forceinline] = ACTIONS(2785), - [anon_sym_thread_local] = ACTIONS(2785), - [anon_sym___thread] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_constexpr] = ACTIONS(2785), - [anon_sym_volatile] = ACTIONS(2785), - [anon_sym_restrict] = ACTIONS(2785), - [anon_sym___restrict__] = ACTIONS(2785), - [anon_sym__Atomic] = ACTIONS(2785), - [anon_sym__Noreturn] = ACTIONS(2785), - [anon_sym_noreturn] = ACTIONS(2785), - [anon_sym__Nonnull] = ACTIONS(2785), - [anon_sym_mutable] = ACTIONS(2785), - [anon_sym_constinit] = ACTIONS(2785), - [anon_sym_consteval] = ACTIONS(2785), - [anon_sym_PROGMEM] = ACTIONS(2785), - [anon_sym_alignas] = ACTIONS(2785), - [anon_sym__Alignas] = ACTIONS(2785), - [aux_sym_primitive_type_token1] = ACTIONS(2785), - [anon_sym_byte] = ACTIONS(2785), - [anon_sym_word] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_class] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), - [anon_sym_if] = ACTIONS(2785), - [anon_sym_else] = ACTIONS(2785), - [anon_sym_switch] = ACTIONS(2785), - [anon_sym_case] = ACTIONS(2785), - [anon_sym_default] = ACTIONS(2785), - [anon_sym_while] = ACTIONS(2785), - [anon_sym_do] = ACTIONS(2785), - [anon_sym_for] = ACTIONS(2785), - [anon_sym_return] = ACTIONS(2785), - [anon_sym_break] = ACTIONS(2785), - [anon_sym_continue] = ACTIONS(2785), - [anon_sym_goto] = ACTIONS(2785), - [anon_sym___try] = ACTIONS(2785), - [anon_sym___leave] = ACTIONS(2785), - [anon_sym_not] = ACTIONS(2785), - [anon_sym_compl] = ACTIONS(2785), - [anon_sym_DASH_DASH] = ACTIONS(2787), - [anon_sym_PLUS_PLUS] = ACTIONS(2787), - [anon_sym_sizeof] = ACTIONS(2785), - [anon_sym___alignof__] = ACTIONS(2785), - [anon_sym___alignof] = ACTIONS(2785), - [anon_sym__alignof] = ACTIONS(2785), - [anon_sym_alignof] = ACTIONS(2785), - [anon_sym__Alignof] = ACTIONS(2785), - [anon_sym_offsetof] = ACTIONS(2785), - [anon_sym__Generic] = ACTIONS(2785), - [anon_sym_asm] = ACTIONS(2785), - [anon_sym___asm__] = ACTIONS(2785), - [anon_sym___asm] = ACTIONS(2785), - [aux_sym_number_literal_token1] = ACTIONS(2787), - [aux_sym_number_literal_token2] = ACTIONS(2785), - [anon_sym_L_SQUOTE] = ACTIONS(2787), - [anon_sym_u_SQUOTE] = ACTIONS(2787), - [anon_sym_U_SQUOTE] = ACTIONS(2787), - [anon_sym_u8_SQUOTE] = ACTIONS(2787), - [anon_sym_SQUOTE] = ACTIONS(2787), - [anon_sym_L_DQUOTE] = ACTIONS(2787), - [anon_sym_u_DQUOTE] = ACTIONS(2787), - [anon_sym_U_DQUOTE] = ACTIONS(2787), - [anon_sym_u8_DQUOTE] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2787), - [sym_true] = ACTIONS(2785), - [sym_false] = ACTIONS(2785), - [anon_sym_NULL] = ACTIONS(2785), - [anon_sym_nullptr] = ACTIONS(2785), + [458] = { + [sym_identifier] = ACTIONS(2809), + [aux_sym_preproc_include_token1] = ACTIONS(2809), + [aux_sym_preproc_def_token1] = ACTIONS(2809), + [aux_sym_preproc_if_token1] = ACTIONS(2809), + [aux_sym_preproc_if_token2] = ACTIONS(2809), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), + [sym_preproc_directive] = ACTIONS(2809), + [anon_sym_LPAREN2] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2809), + [anon_sym_PLUS] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2809), + [anon_sym_SEMI] = ACTIONS(2811), + [anon_sym___extension__] = ACTIONS(2809), + [anon_sym_typedef] = ACTIONS(2809), + [anon_sym_virtual] = ACTIONS(2809), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym___attribute__] = ACTIONS(2809), + [anon_sym___attribute] = ACTIONS(2809), + [anon_sym_COLON_COLON] = ACTIONS(2811), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), + [anon_sym___declspec] = ACTIONS(2809), + [anon_sym___based] = ACTIONS(2809), + [anon_sym___cdecl] = ACTIONS(2809), + [anon_sym___clrcall] = ACTIONS(2809), + [anon_sym___stdcall] = ACTIONS(2809), + [anon_sym___fastcall] = ACTIONS(2809), + [anon_sym___thiscall] = ACTIONS(2809), + [anon_sym___vectorcall] = ACTIONS(2809), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_signed] = ACTIONS(2809), + [anon_sym_unsigned] = ACTIONS(2809), + [anon_sym_long] = ACTIONS(2809), + [anon_sym_short] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_register] = ACTIONS(2809), + [anon_sym_inline] = ACTIONS(2809), + [anon_sym___inline] = ACTIONS(2809), + [anon_sym___inline__] = ACTIONS(2809), + [anon_sym___forceinline] = ACTIONS(2809), + [anon_sym_thread_local] = ACTIONS(2809), + [anon_sym___thread] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_constexpr] = ACTIONS(2809), + [anon_sym_volatile] = ACTIONS(2809), + [anon_sym_restrict] = ACTIONS(2809), + [anon_sym___restrict__] = ACTIONS(2809), + [anon_sym__Atomic] = ACTIONS(2809), + [anon_sym__Noreturn] = ACTIONS(2809), + [anon_sym_noreturn] = ACTIONS(2809), + [anon_sym__Nonnull] = ACTIONS(2809), + [anon_sym_mutable] = ACTIONS(2809), + [anon_sym_constinit] = ACTIONS(2809), + [anon_sym_consteval] = ACTIONS(2809), + [anon_sym_PROGMEM] = ACTIONS(2809), + [anon_sym_alignas] = ACTIONS(2809), + [anon_sym__Alignas] = ACTIONS(2809), + [aux_sym_primitive_type_token1] = ACTIONS(2809), + [anon_sym_byte] = ACTIONS(2809), + [anon_sym_word] = ACTIONS(2809), + [anon_sym_enum] = ACTIONS(2809), + [anon_sym_class] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(2809), + [anon_sym_union] = ACTIONS(2809), + [anon_sym_if] = ACTIONS(2809), + [anon_sym_else] = ACTIONS(2809), + [anon_sym_switch] = ACTIONS(2809), + [anon_sym_case] = ACTIONS(2809), + [anon_sym_default] = ACTIONS(2809), + [anon_sym_while] = ACTIONS(2809), + [anon_sym_do] = ACTIONS(2809), + [anon_sym_for] = ACTIONS(2809), + [anon_sym_return] = ACTIONS(2809), + [anon_sym_break] = ACTIONS(2809), + [anon_sym_continue] = ACTIONS(2809), + [anon_sym_goto] = ACTIONS(2809), + [anon_sym___try] = ACTIONS(2809), + [anon_sym___leave] = ACTIONS(2809), + [anon_sym_not] = ACTIONS(2809), + [anon_sym_compl] = ACTIONS(2809), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_sizeof] = ACTIONS(2809), + [anon_sym___alignof__] = ACTIONS(2809), + [anon_sym___alignof] = ACTIONS(2809), + [anon_sym__alignof] = ACTIONS(2809), + [anon_sym_alignof] = ACTIONS(2809), + [anon_sym__Alignof] = ACTIONS(2809), + [anon_sym_offsetof] = ACTIONS(2809), + [anon_sym__Generic] = ACTIONS(2809), + [anon_sym_asm] = ACTIONS(2809), + [anon_sym___asm__] = ACTIONS(2809), + [anon_sym___asm] = ACTIONS(2809), + [aux_sym_number_literal_token1] = ACTIONS(2811), + [aux_sym_number_literal_token2] = ACTIONS(2809), + [anon_sym_L_SQUOTE] = ACTIONS(2811), + [anon_sym_u_SQUOTE] = ACTIONS(2811), + [anon_sym_U_SQUOTE] = ACTIONS(2811), + [anon_sym_u8_SQUOTE] = ACTIONS(2811), + [anon_sym_SQUOTE] = ACTIONS(2811), + [anon_sym_L_DQUOTE] = ACTIONS(2811), + [anon_sym_u_DQUOTE] = ACTIONS(2811), + [anon_sym_U_DQUOTE] = ACTIONS(2811), + [anon_sym_u8_DQUOTE] = ACTIONS(2811), + [anon_sym_DQUOTE] = ACTIONS(2811), + [sym_true] = ACTIONS(2809), + [sym_false] = ACTIONS(2809), + [anon_sym_NULL] = ACTIONS(2809), + [anon_sym_nullptr] = ACTIONS(2809), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2785), - [anon_sym_decltype] = ACTIONS(2785), - [anon_sym_explicit] = ACTIONS(2785), - [anon_sym_typename] = ACTIONS(2785), - [anon_sym_template] = ACTIONS(2785), - [anon_sym_operator] = ACTIONS(2785), - [anon_sym_try] = ACTIONS(2785), - [anon_sym_delete] = ACTIONS(2785), - [anon_sym_throw] = ACTIONS(2785), - [anon_sym_namespace] = ACTIONS(2785), - [anon_sym_using] = ACTIONS(2785), - [anon_sym_static_assert] = ACTIONS(2785), - [anon_sym_concept] = ACTIONS(2785), - [anon_sym_co_return] = ACTIONS(2785), - [anon_sym_co_yield] = ACTIONS(2785), - [anon_sym_R_DQUOTE] = ACTIONS(2787), - [anon_sym_LR_DQUOTE] = ACTIONS(2787), - [anon_sym_uR_DQUOTE] = ACTIONS(2787), - [anon_sym_UR_DQUOTE] = ACTIONS(2787), - [anon_sym_u8R_DQUOTE] = ACTIONS(2787), - [anon_sym_co_await] = ACTIONS(2785), - [anon_sym_new] = ACTIONS(2785), - [anon_sym_requires] = ACTIONS(2785), - [sym_this] = ACTIONS(2785), + [sym_auto] = ACTIONS(2809), + [anon_sym_decltype] = ACTIONS(2809), + [anon_sym_explicit] = ACTIONS(2809), + [anon_sym_typename] = ACTIONS(2809), + [anon_sym_template] = ACTIONS(2809), + [anon_sym_operator] = ACTIONS(2809), + [anon_sym_try] = ACTIONS(2809), + [anon_sym_delete] = ACTIONS(2809), + [anon_sym_throw] = ACTIONS(2809), + [anon_sym_namespace] = ACTIONS(2809), + [anon_sym_using] = ACTIONS(2809), + [anon_sym_static_assert] = ACTIONS(2809), + [anon_sym_concept] = ACTIONS(2809), + [anon_sym_co_return] = ACTIONS(2809), + [anon_sym_co_yield] = ACTIONS(2809), + [anon_sym_R_DQUOTE] = ACTIONS(2811), + [anon_sym_LR_DQUOTE] = ACTIONS(2811), + [anon_sym_uR_DQUOTE] = ACTIONS(2811), + [anon_sym_UR_DQUOTE] = ACTIONS(2811), + [anon_sym_u8R_DQUOTE] = ACTIONS(2811), + [anon_sym_co_await] = ACTIONS(2809), + [anon_sym_new] = ACTIONS(2809), + [anon_sym_requires] = ACTIONS(2809), + [sym_this] = ACTIONS(2809), }, - [451] = { - [ts_builtin_sym_end] = ACTIONS(2875), + [459] = { + [sym_identifier] = ACTIONS(2821), + [aux_sym_preproc_include_token1] = ACTIONS(2821), + [aux_sym_preproc_def_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token2] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), + [sym_preproc_directive] = ACTIONS(2821), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym___extension__] = ACTIONS(2821), + [anon_sym_typedef] = ACTIONS(2821), + [anon_sym_virtual] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___attribute] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym___cdecl] = ACTIONS(2821), + [anon_sym___clrcall] = ACTIONS(2821), + [anon_sym___stdcall] = ACTIONS(2821), + [anon_sym___fastcall] = ACTIONS(2821), + [anon_sym___thiscall] = ACTIONS(2821), + [anon_sym___vectorcall] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_signed] = ACTIONS(2821), + [anon_sym_unsigned] = ACTIONS(2821), + [anon_sym_long] = ACTIONS(2821), + [anon_sym_short] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym___inline] = ACTIONS(2821), + [anon_sym___inline__] = ACTIONS(2821), + [anon_sym___forceinline] = ACTIONS(2821), + [anon_sym_thread_local] = ACTIONS(2821), + [anon_sym___thread] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym___restrict__] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym__Noreturn] = ACTIONS(2821), + [anon_sym_noreturn] = ACTIONS(2821), + [anon_sym__Nonnull] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constinit] = ACTIONS(2821), + [anon_sym_consteval] = ACTIONS(2821), + [anon_sym_PROGMEM] = ACTIONS(2821), + [anon_sym_alignas] = ACTIONS(2821), + [anon_sym__Alignas] = ACTIONS(2821), + [aux_sym_primitive_type_token1] = ACTIONS(2821), + [anon_sym_byte] = ACTIONS(2821), + [anon_sym_word] = ACTIONS(2821), + [anon_sym_enum] = ACTIONS(2821), + [anon_sym_class] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(2821), + [anon_sym_union] = ACTIONS(2821), + [anon_sym_if] = ACTIONS(2821), + [anon_sym_else] = ACTIONS(2821), + [anon_sym_switch] = ACTIONS(2821), + [anon_sym_case] = ACTIONS(2821), + [anon_sym_default] = ACTIONS(2821), + [anon_sym_while] = ACTIONS(2821), + [anon_sym_do] = ACTIONS(2821), + [anon_sym_for] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2821), + [anon_sym_break] = ACTIONS(2821), + [anon_sym_continue] = ACTIONS(2821), + [anon_sym_goto] = ACTIONS(2821), + [anon_sym___try] = ACTIONS(2821), + [anon_sym___leave] = ACTIONS(2821), + [anon_sym_not] = ACTIONS(2821), + [anon_sym_compl] = ACTIONS(2821), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_sizeof] = ACTIONS(2821), + [anon_sym___alignof__] = ACTIONS(2821), + [anon_sym___alignof] = ACTIONS(2821), + [anon_sym__alignof] = ACTIONS(2821), + [anon_sym_alignof] = ACTIONS(2821), + [anon_sym__Alignof] = ACTIONS(2821), + [anon_sym_offsetof] = ACTIONS(2821), + [anon_sym__Generic] = ACTIONS(2821), + [anon_sym_asm] = ACTIONS(2821), + [anon_sym___asm__] = ACTIONS(2821), + [anon_sym___asm] = ACTIONS(2821), + [aux_sym_number_literal_token1] = ACTIONS(2823), + [aux_sym_number_literal_token2] = ACTIONS(2821), + [anon_sym_L_SQUOTE] = ACTIONS(2823), + [anon_sym_u_SQUOTE] = ACTIONS(2823), + [anon_sym_U_SQUOTE] = ACTIONS(2823), + [anon_sym_u8_SQUOTE] = ACTIONS(2823), + [anon_sym_SQUOTE] = ACTIONS(2823), + [anon_sym_L_DQUOTE] = ACTIONS(2823), + [anon_sym_u_DQUOTE] = ACTIONS(2823), + [anon_sym_U_DQUOTE] = ACTIONS(2823), + [anon_sym_u8_DQUOTE] = ACTIONS(2823), + [anon_sym_DQUOTE] = ACTIONS(2823), + [sym_true] = ACTIONS(2821), + [sym_false] = ACTIONS(2821), + [anon_sym_NULL] = ACTIONS(2821), + [anon_sym_nullptr] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2821), + [anon_sym_decltype] = ACTIONS(2821), + [anon_sym_explicit] = ACTIONS(2821), + [anon_sym_typename] = ACTIONS(2821), + [anon_sym_template] = ACTIONS(2821), + [anon_sym_operator] = ACTIONS(2821), + [anon_sym_try] = ACTIONS(2821), + [anon_sym_delete] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_namespace] = ACTIONS(2821), + [anon_sym_using] = ACTIONS(2821), + [anon_sym_static_assert] = ACTIONS(2821), + [anon_sym_concept] = ACTIONS(2821), + [anon_sym_co_return] = ACTIONS(2821), + [anon_sym_co_yield] = ACTIONS(2821), + [anon_sym_R_DQUOTE] = ACTIONS(2823), + [anon_sym_LR_DQUOTE] = ACTIONS(2823), + [anon_sym_uR_DQUOTE] = ACTIONS(2823), + [anon_sym_UR_DQUOTE] = ACTIONS(2823), + [anon_sym_u8R_DQUOTE] = ACTIONS(2823), + [anon_sym_co_await] = ACTIONS(2821), + [anon_sym_new] = ACTIONS(2821), + [anon_sym_requires] = ACTIONS(2821), + [sym_this] = ACTIONS(2821), + }, + [460] = { + [ts_builtin_sym_end] = ACTIONS(2847), + [sym_identifier] = ACTIONS(2845), + [aux_sym_preproc_include_token1] = ACTIONS(2845), + [aux_sym_preproc_def_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2845), + [sym_preproc_directive] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_BANG] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym___extension__] = ACTIONS(2845), + [anon_sym_typedef] = ACTIONS(2845), + [anon_sym_virtual] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2845), + [anon_sym___attribute__] = ACTIONS(2845), + [anon_sym___attribute] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2845), + [anon_sym___based] = ACTIONS(2845), + [anon_sym___cdecl] = ACTIONS(2845), + [anon_sym___clrcall] = ACTIONS(2845), + [anon_sym___stdcall] = ACTIONS(2845), + [anon_sym___fastcall] = ACTIONS(2845), + [anon_sym___thiscall] = ACTIONS(2845), + [anon_sym___vectorcall] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2847), + [anon_sym_signed] = ACTIONS(2845), + [anon_sym_unsigned] = ACTIONS(2845), + [anon_sym_long] = ACTIONS(2845), + [anon_sym_short] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2845), + [anon_sym_register] = ACTIONS(2845), + [anon_sym_inline] = ACTIONS(2845), + [anon_sym___inline] = ACTIONS(2845), + [anon_sym___inline__] = ACTIONS(2845), + [anon_sym___forceinline] = ACTIONS(2845), + [anon_sym_thread_local] = ACTIONS(2845), + [anon_sym___thread] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_constexpr] = ACTIONS(2845), + [anon_sym_volatile] = ACTIONS(2845), + [anon_sym_restrict] = ACTIONS(2845), + [anon_sym___restrict__] = ACTIONS(2845), + [anon_sym__Atomic] = ACTIONS(2845), + [anon_sym__Noreturn] = ACTIONS(2845), + [anon_sym_noreturn] = ACTIONS(2845), + [anon_sym__Nonnull] = ACTIONS(2845), + [anon_sym_mutable] = ACTIONS(2845), + [anon_sym_constinit] = ACTIONS(2845), + [anon_sym_consteval] = ACTIONS(2845), + [anon_sym_PROGMEM] = ACTIONS(2845), + [anon_sym_alignas] = ACTIONS(2845), + [anon_sym__Alignas] = ACTIONS(2845), + [aux_sym_primitive_type_token1] = ACTIONS(2845), + [anon_sym_byte] = ACTIONS(2845), + [anon_sym_word] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_class] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_else] = ACTIONS(2845), + [anon_sym_switch] = ACTIONS(2845), + [anon_sym_case] = ACTIONS(2845), + [anon_sym_default] = ACTIONS(2845), + [anon_sym_while] = ACTIONS(2845), + [anon_sym_do] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym___try] = ACTIONS(2845), + [anon_sym___leave] = ACTIONS(2845), + [anon_sym_not] = ACTIONS(2845), + [anon_sym_compl] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_sizeof] = ACTIONS(2845), + [anon_sym___alignof__] = ACTIONS(2845), + [anon_sym___alignof] = ACTIONS(2845), + [anon_sym__alignof] = ACTIONS(2845), + [anon_sym_alignof] = ACTIONS(2845), + [anon_sym__Alignof] = ACTIONS(2845), + [anon_sym_offsetof] = ACTIONS(2845), + [anon_sym__Generic] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym___asm__] = ACTIONS(2845), + [anon_sym___asm] = ACTIONS(2845), + [aux_sym_number_literal_token1] = ACTIONS(2847), + [aux_sym_number_literal_token2] = ACTIONS(2845), + [anon_sym_L_SQUOTE] = ACTIONS(2847), + [anon_sym_u_SQUOTE] = ACTIONS(2847), + [anon_sym_U_SQUOTE] = ACTIONS(2847), + [anon_sym_u8_SQUOTE] = ACTIONS(2847), + [anon_sym_SQUOTE] = ACTIONS(2847), + [anon_sym_L_DQUOTE] = ACTIONS(2847), + [anon_sym_u_DQUOTE] = ACTIONS(2847), + [anon_sym_U_DQUOTE] = ACTIONS(2847), + [anon_sym_u8_DQUOTE] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2847), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [anon_sym_NULL] = ACTIONS(2845), + [anon_sym_nullptr] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2845), + [anon_sym_decltype] = ACTIONS(2845), + [anon_sym_explicit] = ACTIONS(2845), + [anon_sym_typename] = ACTIONS(2845), + [anon_sym_template] = ACTIONS(2845), + [anon_sym_operator] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2845), + [anon_sym_delete] = ACTIONS(2845), + [anon_sym_throw] = ACTIONS(2845), + [anon_sym_namespace] = ACTIONS(2845), + [anon_sym_using] = ACTIONS(2845), + [anon_sym_static_assert] = ACTIONS(2845), + [anon_sym_concept] = ACTIONS(2845), + [anon_sym_co_return] = ACTIONS(2845), + [anon_sym_co_yield] = ACTIONS(2845), + [anon_sym_R_DQUOTE] = ACTIONS(2847), + [anon_sym_LR_DQUOTE] = ACTIONS(2847), + [anon_sym_uR_DQUOTE] = ACTIONS(2847), + [anon_sym_UR_DQUOTE] = ACTIONS(2847), + [anon_sym_u8R_DQUOTE] = ACTIONS(2847), + [anon_sym_co_await] = ACTIONS(2845), + [anon_sym_new] = ACTIONS(2845), + [anon_sym_requires] = ACTIONS(2845), + [sym_this] = ACTIONS(2845), + }, + [461] = { + [ts_builtin_sym_end] = ACTIONS(2851), + [sym_identifier] = ACTIONS(2849), + [aux_sym_preproc_include_token1] = ACTIONS(2849), + [aux_sym_preproc_def_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2849), + [anon_sym_LPAREN2] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym___extension__] = ACTIONS(2849), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_virtual] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___attribute] = ACTIONS(2849), + [anon_sym_COLON_COLON] = ACTIONS(2851), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2851), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym___cdecl] = ACTIONS(2849), + [anon_sym___clrcall] = ACTIONS(2849), + [anon_sym___stdcall] = ACTIONS(2849), + [anon_sym___fastcall] = ACTIONS(2849), + [anon_sym___thiscall] = ACTIONS(2849), + [anon_sym___vectorcall] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_signed] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym___inline] = ACTIONS(2849), + [anon_sym___inline__] = ACTIONS(2849), + [anon_sym___forceinline] = ACTIONS(2849), + [anon_sym_thread_local] = ACTIONS(2849), + [anon_sym___thread] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym___restrict__] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym__Noreturn] = ACTIONS(2849), + [anon_sym_noreturn] = ACTIONS(2849), + [anon_sym__Nonnull] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constinit] = ACTIONS(2849), + [anon_sym_consteval] = ACTIONS(2849), + [anon_sym_PROGMEM] = ACTIONS(2849), + [anon_sym_alignas] = ACTIONS(2849), + [anon_sym__Alignas] = ACTIONS(2849), + [aux_sym_primitive_type_token1] = ACTIONS(2849), + [anon_sym_byte] = ACTIONS(2849), + [anon_sym_word] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_class] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym___try] = ACTIONS(2849), + [anon_sym___leave] = ACTIONS(2849), + [anon_sym_not] = ACTIONS(2849), + [anon_sym_compl] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [anon_sym___alignof__] = ACTIONS(2849), + [anon_sym___alignof] = ACTIONS(2849), + [anon_sym__alignof] = ACTIONS(2849), + [anon_sym_alignof] = ACTIONS(2849), + [anon_sym__Alignof] = ACTIONS(2849), + [anon_sym_offsetof] = ACTIONS(2849), + [anon_sym__Generic] = ACTIONS(2849), + [anon_sym_asm] = ACTIONS(2849), + [anon_sym___asm__] = ACTIONS(2849), + [anon_sym___asm] = ACTIONS(2849), + [aux_sym_number_literal_token1] = ACTIONS(2851), + [aux_sym_number_literal_token2] = ACTIONS(2849), + [anon_sym_L_SQUOTE] = ACTIONS(2851), + [anon_sym_u_SQUOTE] = ACTIONS(2851), + [anon_sym_U_SQUOTE] = ACTIONS(2851), + [anon_sym_u8_SQUOTE] = ACTIONS(2851), + [anon_sym_SQUOTE] = ACTIONS(2851), + [anon_sym_L_DQUOTE] = ACTIONS(2851), + [anon_sym_u_DQUOTE] = ACTIONS(2851), + [anon_sym_U_DQUOTE] = ACTIONS(2851), + [anon_sym_u8_DQUOTE] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym_true] = ACTIONS(2849), + [sym_false] = ACTIONS(2849), + [anon_sym_NULL] = ACTIONS(2849), + [anon_sym_nullptr] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2849), + [anon_sym_decltype] = ACTIONS(2849), + [anon_sym_explicit] = ACTIONS(2849), + [anon_sym_typename] = ACTIONS(2849), + [anon_sym_template] = ACTIONS(2849), + [anon_sym_operator] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_delete] = ACTIONS(2849), + [anon_sym_throw] = ACTIONS(2849), + [anon_sym_namespace] = ACTIONS(2849), + [anon_sym_using] = ACTIONS(2849), + [anon_sym_static_assert] = ACTIONS(2849), + [anon_sym_concept] = ACTIONS(2849), + [anon_sym_co_return] = ACTIONS(2849), + [anon_sym_co_yield] = ACTIONS(2849), + [anon_sym_R_DQUOTE] = ACTIONS(2851), + [anon_sym_LR_DQUOTE] = ACTIONS(2851), + [anon_sym_uR_DQUOTE] = ACTIONS(2851), + [anon_sym_UR_DQUOTE] = ACTIONS(2851), + [anon_sym_u8R_DQUOTE] = ACTIONS(2851), + [anon_sym_co_await] = ACTIONS(2849), + [anon_sym_new] = ACTIONS(2849), + [anon_sym_requires] = ACTIONS(2849), + [sym_this] = ACTIONS(2849), + }, + [462] = { + [ts_builtin_sym_end] = ACTIONS(2855), + [sym_identifier] = ACTIONS(2853), + [aux_sym_preproc_include_token1] = ACTIONS(2853), + [aux_sym_preproc_def_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2853), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_LPAREN2] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2853), + [anon_sym_PLUS] = ACTIONS(2853), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym___extension__] = ACTIONS(2853), + [anon_sym_typedef] = ACTIONS(2853), + [anon_sym_virtual] = ACTIONS(2853), + [anon_sym_extern] = ACTIONS(2853), + [anon_sym___attribute__] = ACTIONS(2853), + [anon_sym___attribute] = ACTIONS(2853), + [anon_sym_COLON_COLON] = ACTIONS(2855), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2855), + [anon_sym___declspec] = ACTIONS(2853), + [anon_sym___based] = ACTIONS(2853), + [anon_sym___cdecl] = ACTIONS(2853), + [anon_sym___clrcall] = ACTIONS(2853), + [anon_sym___stdcall] = ACTIONS(2853), + [anon_sym___fastcall] = ACTIONS(2853), + [anon_sym___thiscall] = ACTIONS(2853), + [anon_sym___vectorcall] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_signed] = ACTIONS(2853), + [anon_sym_unsigned] = ACTIONS(2853), + [anon_sym_long] = ACTIONS(2853), + [anon_sym_short] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_static] = ACTIONS(2853), + [anon_sym_register] = ACTIONS(2853), + [anon_sym_inline] = ACTIONS(2853), + [anon_sym___inline] = ACTIONS(2853), + [anon_sym___inline__] = ACTIONS(2853), + [anon_sym___forceinline] = ACTIONS(2853), + [anon_sym_thread_local] = ACTIONS(2853), + [anon_sym___thread] = ACTIONS(2853), + [anon_sym_const] = ACTIONS(2853), + [anon_sym_constexpr] = ACTIONS(2853), + [anon_sym_volatile] = ACTIONS(2853), + [anon_sym_restrict] = ACTIONS(2853), + [anon_sym___restrict__] = ACTIONS(2853), + [anon_sym__Atomic] = ACTIONS(2853), + [anon_sym__Noreturn] = ACTIONS(2853), + [anon_sym_noreturn] = ACTIONS(2853), + [anon_sym__Nonnull] = ACTIONS(2853), + [anon_sym_mutable] = ACTIONS(2853), + [anon_sym_constinit] = ACTIONS(2853), + [anon_sym_consteval] = ACTIONS(2853), + [anon_sym_PROGMEM] = ACTIONS(2853), + [anon_sym_alignas] = ACTIONS(2853), + [anon_sym__Alignas] = ACTIONS(2853), + [aux_sym_primitive_type_token1] = ACTIONS(2853), + [anon_sym_byte] = ACTIONS(2853), + [anon_sym_word] = ACTIONS(2853), + [anon_sym_enum] = ACTIONS(2853), + [anon_sym_class] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2853), + [anon_sym_union] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2853), + [anon_sym_else] = ACTIONS(2853), + [anon_sym_switch] = ACTIONS(2853), + [anon_sym_case] = ACTIONS(2853), + [anon_sym_default] = ACTIONS(2853), + [anon_sym_while] = ACTIONS(2853), + [anon_sym_do] = ACTIONS(2853), + [anon_sym_for] = ACTIONS(2853), + [anon_sym_return] = ACTIONS(2853), + [anon_sym_break] = ACTIONS(2853), + [anon_sym_continue] = ACTIONS(2853), + [anon_sym_goto] = ACTIONS(2853), + [anon_sym___try] = ACTIONS(2853), + [anon_sym___leave] = ACTIONS(2853), + [anon_sym_not] = ACTIONS(2853), + [anon_sym_compl] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_sizeof] = ACTIONS(2853), + [anon_sym___alignof__] = ACTIONS(2853), + [anon_sym___alignof] = ACTIONS(2853), + [anon_sym__alignof] = ACTIONS(2853), + [anon_sym_alignof] = ACTIONS(2853), + [anon_sym__Alignof] = ACTIONS(2853), + [anon_sym_offsetof] = ACTIONS(2853), + [anon_sym__Generic] = ACTIONS(2853), + [anon_sym_asm] = ACTIONS(2853), + [anon_sym___asm__] = ACTIONS(2853), + [anon_sym___asm] = ACTIONS(2853), + [aux_sym_number_literal_token1] = ACTIONS(2855), + [aux_sym_number_literal_token2] = ACTIONS(2853), + [anon_sym_L_SQUOTE] = ACTIONS(2855), + [anon_sym_u_SQUOTE] = ACTIONS(2855), + [anon_sym_U_SQUOTE] = ACTIONS(2855), + [anon_sym_u8_SQUOTE] = ACTIONS(2855), + [anon_sym_SQUOTE] = ACTIONS(2855), + [anon_sym_L_DQUOTE] = ACTIONS(2855), + [anon_sym_u_DQUOTE] = ACTIONS(2855), + [anon_sym_U_DQUOTE] = ACTIONS(2855), + [anon_sym_u8_DQUOTE] = ACTIONS(2855), + [anon_sym_DQUOTE] = ACTIONS(2855), + [sym_true] = ACTIONS(2853), + [sym_false] = ACTIONS(2853), + [anon_sym_NULL] = ACTIONS(2853), + [anon_sym_nullptr] = ACTIONS(2853), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2853), + [anon_sym_decltype] = ACTIONS(2853), + [anon_sym_explicit] = ACTIONS(2853), + [anon_sym_typename] = ACTIONS(2853), + [anon_sym_template] = ACTIONS(2853), + [anon_sym_operator] = ACTIONS(2853), + [anon_sym_try] = ACTIONS(2853), + [anon_sym_delete] = ACTIONS(2853), + [anon_sym_throw] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_using] = ACTIONS(2853), + [anon_sym_static_assert] = ACTIONS(2853), + [anon_sym_concept] = ACTIONS(2853), + [anon_sym_co_return] = ACTIONS(2853), + [anon_sym_co_yield] = ACTIONS(2853), + [anon_sym_R_DQUOTE] = ACTIONS(2855), + [anon_sym_LR_DQUOTE] = ACTIONS(2855), + [anon_sym_uR_DQUOTE] = ACTIONS(2855), + [anon_sym_UR_DQUOTE] = ACTIONS(2855), + [anon_sym_u8R_DQUOTE] = ACTIONS(2855), + [anon_sym_co_await] = ACTIONS(2853), + [anon_sym_new] = ACTIONS(2853), + [anon_sym_requires] = ACTIONS(2853), + [sym_this] = ACTIONS(2853), + }, + [463] = { + [sym_identifier] = ACTIONS(2825), + [aux_sym_preproc_include_token1] = ACTIONS(2825), + [aux_sym_preproc_def_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token2] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2825), + [sym_preproc_directive] = ACTIONS(2825), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym___extension__] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2825), + [anon_sym_virtual] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___attribute] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2827), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym___cdecl] = ACTIONS(2825), + [anon_sym___clrcall] = ACTIONS(2825), + [anon_sym___stdcall] = ACTIONS(2825), + [anon_sym___fastcall] = ACTIONS(2825), + [anon_sym___thiscall] = ACTIONS(2825), + [anon_sym___vectorcall] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_signed] = ACTIONS(2825), + [anon_sym_unsigned] = ACTIONS(2825), + [anon_sym_long] = ACTIONS(2825), + [anon_sym_short] = ACTIONS(2825), + [anon_sym_LBRACK] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym___inline] = ACTIONS(2825), + [anon_sym___inline__] = ACTIONS(2825), + [anon_sym___forceinline] = ACTIONS(2825), + [anon_sym_thread_local] = ACTIONS(2825), + [anon_sym___thread] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym___restrict__] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym__Noreturn] = ACTIONS(2825), + [anon_sym_noreturn] = ACTIONS(2825), + [anon_sym__Nonnull] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constinit] = ACTIONS(2825), + [anon_sym_consteval] = ACTIONS(2825), + [anon_sym_PROGMEM] = ACTIONS(2825), + [anon_sym_alignas] = ACTIONS(2825), + [anon_sym__Alignas] = ACTIONS(2825), + [aux_sym_primitive_type_token1] = ACTIONS(2825), + [anon_sym_byte] = ACTIONS(2825), + [anon_sym_word] = ACTIONS(2825), + [anon_sym_enum] = ACTIONS(2825), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(2825), + [anon_sym_union] = ACTIONS(2825), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_else] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2825), + [anon_sym_case] = ACTIONS(2825), + [anon_sym_default] = ACTIONS(2825), + [anon_sym_while] = ACTIONS(2825), + [anon_sym_do] = ACTIONS(2825), + [anon_sym_for] = ACTIONS(2825), + [anon_sym_return] = ACTIONS(2825), + [anon_sym_break] = ACTIONS(2825), + [anon_sym_continue] = ACTIONS(2825), + [anon_sym_goto] = ACTIONS(2825), + [anon_sym___try] = ACTIONS(2825), + [anon_sym___leave] = ACTIONS(2825), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_compl] = ACTIONS(2825), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_sizeof] = ACTIONS(2825), + [anon_sym___alignof__] = ACTIONS(2825), + [anon_sym___alignof] = ACTIONS(2825), + [anon_sym__alignof] = ACTIONS(2825), + [anon_sym_alignof] = ACTIONS(2825), + [anon_sym__Alignof] = ACTIONS(2825), + [anon_sym_offsetof] = ACTIONS(2825), + [anon_sym__Generic] = ACTIONS(2825), + [anon_sym_asm] = ACTIONS(2825), + [anon_sym___asm__] = ACTIONS(2825), + [anon_sym___asm] = ACTIONS(2825), + [aux_sym_number_literal_token1] = ACTIONS(2827), + [aux_sym_number_literal_token2] = ACTIONS(2825), + [anon_sym_L_SQUOTE] = ACTIONS(2827), + [anon_sym_u_SQUOTE] = ACTIONS(2827), + [anon_sym_U_SQUOTE] = ACTIONS(2827), + [anon_sym_u8_SQUOTE] = ACTIONS(2827), + [anon_sym_SQUOTE] = ACTIONS(2827), + [anon_sym_L_DQUOTE] = ACTIONS(2827), + [anon_sym_u_DQUOTE] = ACTIONS(2827), + [anon_sym_U_DQUOTE] = ACTIONS(2827), + [anon_sym_u8_DQUOTE] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2827), + [sym_true] = ACTIONS(2825), + [sym_false] = ACTIONS(2825), + [anon_sym_NULL] = ACTIONS(2825), + [anon_sym_nullptr] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2825), + [anon_sym_decltype] = ACTIONS(2825), + [anon_sym_explicit] = ACTIONS(2825), + [anon_sym_typename] = ACTIONS(2825), + [anon_sym_template] = ACTIONS(2825), + [anon_sym_operator] = ACTIONS(2825), + [anon_sym_try] = ACTIONS(2825), + [anon_sym_delete] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [anon_sym_namespace] = ACTIONS(2825), + [anon_sym_using] = ACTIONS(2825), + [anon_sym_static_assert] = ACTIONS(2825), + [anon_sym_concept] = ACTIONS(2825), + [anon_sym_co_return] = ACTIONS(2825), + [anon_sym_co_yield] = ACTIONS(2825), + [anon_sym_R_DQUOTE] = ACTIONS(2827), + [anon_sym_LR_DQUOTE] = ACTIONS(2827), + [anon_sym_uR_DQUOTE] = ACTIONS(2827), + [anon_sym_UR_DQUOTE] = ACTIONS(2827), + [anon_sym_u8R_DQUOTE] = ACTIONS(2827), + [anon_sym_co_await] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2825), + [anon_sym_requires] = ACTIONS(2825), + [sym_this] = ACTIONS(2825), + }, + [464] = { + [sym_identifier] = ACTIONS(2841), + [aux_sym_preproc_include_token1] = ACTIONS(2841), + [aux_sym_preproc_def_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token2] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2841), + [sym_preproc_directive] = ACTIONS(2841), + [anon_sym_LPAREN2] = ACTIONS(2843), + [anon_sym_BANG] = ACTIONS(2843), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_AMP_AMP] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_SEMI] = ACTIONS(2843), + [anon_sym___extension__] = ACTIONS(2841), + [anon_sym_typedef] = ACTIONS(2841), + [anon_sym_virtual] = ACTIONS(2841), + [anon_sym_extern] = ACTIONS(2841), + [anon_sym___attribute__] = ACTIONS(2841), + [anon_sym___attribute] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(2843), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2841), + [anon_sym___based] = ACTIONS(2841), + [anon_sym___cdecl] = ACTIONS(2841), + [anon_sym___clrcall] = ACTIONS(2841), + [anon_sym___stdcall] = ACTIONS(2841), + [anon_sym___fastcall] = ACTIONS(2841), + [anon_sym___thiscall] = ACTIONS(2841), + [anon_sym___vectorcall] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_signed] = ACTIONS(2841), + [anon_sym_unsigned] = ACTIONS(2841), + [anon_sym_long] = ACTIONS(2841), + [anon_sym_short] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2841), + [anon_sym_static] = ACTIONS(2841), + [anon_sym_register] = ACTIONS(2841), + [anon_sym_inline] = ACTIONS(2841), + [anon_sym___inline] = ACTIONS(2841), + [anon_sym___inline__] = ACTIONS(2841), + [anon_sym___forceinline] = ACTIONS(2841), + [anon_sym_thread_local] = ACTIONS(2841), + [anon_sym___thread] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_constexpr] = ACTIONS(2841), + [anon_sym_volatile] = ACTIONS(2841), + [anon_sym_restrict] = ACTIONS(2841), + [anon_sym___restrict__] = ACTIONS(2841), + [anon_sym__Atomic] = ACTIONS(2841), + [anon_sym__Noreturn] = ACTIONS(2841), + [anon_sym_noreturn] = ACTIONS(2841), + [anon_sym__Nonnull] = ACTIONS(2841), + [anon_sym_mutable] = ACTIONS(2841), + [anon_sym_constinit] = ACTIONS(2841), + [anon_sym_consteval] = ACTIONS(2841), + [anon_sym_PROGMEM] = ACTIONS(2841), + [anon_sym_alignas] = ACTIONS(2841), + [anon_sym__Alignas] = ACTIONS(2841), + [aux_sym_primitive_type_token1] = ACTIONS(2841), + [anon_sym_byte] = ACTIONS(2841), + [anon_sym_word] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_class] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_else] = ACTIONS(2841), + [anon_sym_switch] = ACTIONS(2841), + [anon_sym_case] = ACTIONS(2841), + [anon_sym_default] = ACTIONS(2841), + [anon_sym_while] = ACTIONS(2841), + [anon_sym_do] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym___try] = ACTIONS(2841), + [anon_sym___leave] = ACTIONS(2841), + [anon_sym_not] = ACTIONS(2841), + [anon_sym_compl] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_sizeof] = ACTIONS(2841), + [anon_sym___alignof__] = ACTIONS(2841), + [anon_sym___alignof] = ACTIONS(2841), + [anon_sym__alignof] = ACTIONS(2841), + [anon_sym_alignof] = ACTIONS(2841), + [anon_sym__Alignof] = ACTIONS(2841), + [anon_sym_offsetof] = ACTIONS(2841), + [anon_sym__Generic] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym___asm__] = ACTIONS(2841), + [anon_sym___asm] = ACTIONS(2841), + [aux_sym_number_literal_token1] = ACTIONS(2843), + [aux_sym_number_literal_token2] = ACTIONS(2841), + [anon_sym_L_SQUOTE] = ACTIONS(2843), + [anon_sym_u_SQUOTE] = ACTIONS(2843), + [anon_sym_U_SQUOTE] = ACTIONS(2843), + [anon_sym_u8_SQUOTE] = ACTIONS(2843), + [anon_sym_SQUOTE] = ACTIONS(2843), + [anon_sym_L_DQUOTE] = ACTIONS(2843), + [anon_sym_u_DQUOTE] = ACTIONS(2843), + [anon_sym_U_DQUOTE] = ACTIONS(2843), + [anon_sym_u8_DQUOTE] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2843), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [anon_sym_NULL] = ACTIONS(2841), + [anon_sym_nullptr] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2841), + [anon_sym_decltype] = ACTIONS(2841), + [anon_sym_explicit] = ACTIONS(2841), + [anon_sym_typename] = ACTIONS(2841), + [anon_sym_template] = ACTIONS(2841), + [anon_sym_operator] = ACTIONS(2841), + [anon_sym_try] = ACTIONS(2841), + [anon_sym_delete] = ACTIONS(2841), + [anon_sym_throw] = ACTIONS(2841), + [anon_sym_namespace] = ACTIONS(2841), + [anon_sym_using] = ACTIONS(2841), + [anon_sym_static_assert] = ACTIONS(2841), + [anon_sym_concept] = ACTIONS(2841), + [anon_sym_co_return] = ACTIONS(2841), + [anon_sym_co_yield] = ACTIONS(2841), + [anon_sym_R_DQUOTE] = ACTIONS(2843), + [anon_sym_LR_DQUOTE] = ACTIONS(2843), + [anon_sym_uR_DQUOTE] = ACTIONS(2843), + [anon_sym_UR_DQUOTE] = ACTIONS(2843), + [anon_sym_u8R_DQUOTE] = ACTIONS(2843), + [anon_sym_co_await] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2841), + [anon_sym_requires] = ACTIONS(2841), + [sym_this] = ACTIONS(2841), + }, + [465] = { + [ts_builtin_sym_end] = ACTIONS(2859), + [sym_identifier] = ACTIONS(2857), + [aux_sym_preproc_include_token1] = ACTIONS(2857), + [aux_sym_preproc_def_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2857), + [sym_preproc_directive] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2857), + [anon_sym_SEMI] = ACTIONS(2859), + [anon_sym___extension__] = ACTIONS(2857), + [anon_sym_typedef] = ACTIONS(2857), + [anon_sym_virtual] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___attribute] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2859), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym___based] = ACTIONS(2857), + [anon_sym___cdecl] = ACTIONS(2857), + [anon_sym___clrcall] = ACTIONS(2857), + [anon_sym___stdcall] = ACTIONS(2857), + [anon_sym___fastcall] = ACTIONS(2857), + [anon_sym___thiscall] = ACTIONS(2857), + [anon_sym___vectorcall] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_signed] = ACTIONS(2857), + [anon_sym_unsigned] = ACTIONS(2857), + [anon_sym_long] = ACTIONS(2857), + [anon_sym_short] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym___inline] = ACTIONS(2857), + [anon_sym___inline__] = ACTIONS(2857), + [anon_sym___forceinline] = ACTIONS(2857), + [anon_sym_thread_local] = ACTIONS(2857), + [anon_sym___thread] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym___restrict__] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym__Noreturn] = ACTIONS(2857), + [anon_sym_noreturn] = ACTIONS(2857), + [anon_sym__Nonnull] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constinit] = ACTIONS(2857), + [anon_sym_consteval] = ACTIONS(2857), + [anon_sym_PROGMEM] = ACTIONS(2857), + [anon_sym_alignas] = ACTIONS(2857), + [anon_sym__Alignas] = ACTIONS(2857), + [aux_sym_primitive_type_token1] = ACTIONS(2857), + [anon_sym_byte] = ACTIONS(2857), + [anon_sym_word] = ACTIONS(2857), + [anon_sym_enum] = ACTIONS(2857), + [anon_sym_class] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2857), + [anon_sym_union] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2857), + [anon_sym_else] = ACTIONS(2857), + [anon_sym_switch] = ACTIONS(2857), + [anon_sym_case] = ACTIONS(2857), + [anon_sym_default] = ACTIONS(2857), + [anon_sym_while] = ACTIONS(2857), + [anon_sym_do] = ACTIONS(2857), + [anon_sym_for] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2857), + [anon_sym_break] = ACTIONS(2857), + [anon_sym_continue] = ACTIONS(2857), + [anon_sym_goto] = ACTIONS(2857), + [anon_sym___try] = ACTIONS(2857), + [anon_sym___leave] = ACTIONS(2857), + [anon_sym_not] = ACTIONS(2857), + [anon_sym_compl] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_sizeof] = ACTIONS(2857), + [anon_sym___alignof__] = ACTIONS(2857), + [anon_sym___alignof] = ACTIONS(2857), + [anon_sym__alignof] = ACTIONS(2857), + [anon_sym_alignof] = ACTIONS(2857), + [anon_sym__Alignof] = ACTIONS(2857), + [anon_sym_offsetof] = ACTIONS(2857), + [anon_sym__Generic] = ACTIONS(2857), + [anon_sym_asm] = ACTIONS(2857), + [anon_sym___asm__] = ACTIONS(2857), + [anon_sym___asm] = ACTIONS(2857), + [aux_sym_number_literal_token1] = ACTIONS(2859), + [aux_sym_number_literal_token2] = ACTIONS(2857), + [anon_sym_L_SQUOTE] = ACTIONS(2859), + [anon_sym_u_SQUOTE] = ACTIONS(2859), + [anon_sym_U_SQUOTE] = ACTIONS(2859), + [anon_sym_u8_SQUOTE] = ACTIONS(2859), + [anon_sym_SQUOTE] = ACTIONS(2859), + [anon_sym_L_DQUOTE] = ACTIONS(2859), + [anon_sym_u_DQUOTE] = ACTIONS(2859), + [anon_sym_U_DQUOTE] = ACTIONS(2859), + [anon_sym_u8_DQUOTE] = ACTIONS(2859), + [anon_sym_DQUOTE] = ACTIONS(2859), + [sym_true] = ACTIONS(2857), + [sym_false] = ACTIONS(2857), + [anon_sym_NULL] = ACTIONS(2857), + [anon_sym_nullptr] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2857), + [anon_sym_decltype] = ACTIONS(2857), + [anon_sym_explicit] = ACTIONS(2857), + [anon_sym_typename] = ACTIONS(2857), + [anon_sym_template] = ACTIONS(2857), + [anon_sym_operator] = ACTIONS(2857), + [anon_sym_try] = ACTIONS(2857), + [anon_sym_delete] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_namespace] = ACTIONS(2857), + [anon_sym_using] = ACTIONS(2857), + [anon_sym_static_assert] = ACTIONS(2857), + [anon_sym_concept] = ACTIONS(2857), + [anon_sym_co_return] = ACTIONS(2857), + [anon_sym_co_yield] = ACTIONS(2857), + [anon_sym_R_DQUOTE] = ACTIONS(2859), + [anon_sym_LR_DQUOTE] = ACTIONS(2859), + [anon_sym_uR_DQUOTE] = ACTIONS(2859), + [anon_sym_UR_DQUOTE] = ACTIONS(2859), + [anon_sym_u8R_DQUOTE] = ACTIONS(2859), + [anon_sym_co_await] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2857), + [anon_sym_requires] = ACTIONS(2857), + [sym_this] = ACTIONS(2857), + }, + [466] = { + [sym_identifier] = ACTIONS(2845), + [aux_sym_preproc_include_token1] = ACTIONS(2845), + [aux_sym_preproc_def_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token2] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2845), + [sym_preproc_directive] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_BANG] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym___extension__] = ACTIONS(2845), + [anon_sym_typedef] = ACTIONS(2845), + [anon_sym_virtual] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2845), + [anon_sym___attribute__] = ACTIONS(2845), + [anon_sym___attribute] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2845), + [anon_sym___based] = ACTIONS(2845), + [anon_sym___cdecl] = ACTIONS(2845), + [anon_sym___clrcall] = ACTIONS(2845), + [anon_sym___stdcall] = ACTIONS(2845), + [anon_sym___fastcall] = ACTIONS(2845), + [anon_sym___thiscall] = ACTIONS(2845), + [anon_sym___vectorcall] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2847), + [anon_sym_signed] = ACTIONS(2845), + [anon_sym_unsigned] = ACTIONS(2845), + [anon_sym_long] = ACTIONS(2845), + [anon_sym_short] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2845), + [anon_sym_register] = ACTIONS(2845), + [anon_sym_inline] = ACTIONS(2845), + [anon_sym___inline] = ACTIONS(2845), + [anon_sym___inline__] = ACTIONS(2845), + [anon_sym___forceinline] = ACTIONS(2845), + [anon_sym_thread_local] = ACTIONS(2845), + [anon_sym___thread] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_constexpr] = ACTIONS(2845), + [anon_sym_volatile] = ACTIONS(2845), + [anon_sym_restrict] = ACTIONS(2845), + [anon_sym___restrict__] = ACTIONS(2845), + [anon_sym__Atomic] = ACTIONS(2845), + [anon_sym__Noreturn] = ACTIONS(2845), + [anon_sym_noreturn] = ACTIONS(2845), + [anon_sym__Nonnull] = ACTIONS(2845), + [anon_sym_mutable] = ACTIONS(2845), + [anon_sym_constinit] = ACTIONS(2845), + [anon_sym_consteval] = ACTIONS(2845), + [anon_sym_PROGMEM] = ACTIONS(2845), + [anon_sym_alignas] = ACTIONS(2845), + [anon_sym__Alignas] = ACTIONS(2845), + [aux_sym_primitive_type_token1] = ACTIONS(2845), + [anon_sym_byte] = ACTIONS(2845), + [anon_sym_word] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_class] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_else] = ACTIONS(2845), + [anon_sym_switch] = ACTIONS(2845), + [anon_sym_case] = ACTIONS(2845), + [anon_sym_default] = ACTIONS(2845), + [anon_sym_while] = ACTIONS(2845), + [anon_sym_do] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym___try] = ACTIONS(2845), + [anon_sym___leave] = ACTIONS(2845), + [anon_sym_not] = ACTIONS(2845), + [anon_sym_compl] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_sizeof] = ACTIONS(2845), + [anon_sym___alignof__] = ACTIONS(2845), + [anon_sym___alignof] = ACTIONS(2845), + [anon_sym__alignof] = ACTIONS(2845), + [anon_sym_alignof] = ACTIONS(2845), + [anon_sym__Alignof] = ACTIONS(2845), + [anon_sym_offsetof] = ACTIONS(2845), + [anon_sym__Generic] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym___asm__] = ACTIONS(2845), + [anon_sym___asm] = ACTIONS(2845), + [aux_sym_number_literal_token1] = ACTIONS(2847), + [aux_sym_number_literal_token2] = ACTIONS(2845), + [anon_sym_L_SQUOTE] = ACTIONS(2847), + [anon_sym_u_SQUOTE] = ACTIONS(2847), + [anon_sym_U_SQUOTE] = ACTIONS(2847), + [anon_sym_u8_SQUOTE] = ACTIONS(2847), + [anon_sym_SQUOTE] = ACTIONS(2847), + [anon_sym_L_DQUOTE] = ACTIONS(2847), + [anon_sym_u_DQUOTE] = ACTIONS(2847), + [anon_sym_U_DQUOTE] = ACTIONS(2847), + [anon_sym_u8_DQUOTE] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2847), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [anon_sym_NULL] = ACTIONS(2845), + [anon_sym_nullptr] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2845), + [anon_sym_decltype] = ACTIONS(2845), + [anon_sym_explicit] = ACTIONS(2845), + [anon_sym_typename] = ACTIONS(2845), + [anon_sym_template] = ACTIONS(2845), + [anon_sym_operator] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2845), + [anon_sym_delete] = ACTIONS(2845), + [anon_sym_throw] = ACTIONS(2845), + [anon_sym_namespace] = ACTIONS(2845), + [anon_sym_using] = ACTIONS(2845), + [anon_sym_static_assert] = ACTIONS(2845), + [anon_sym_concept] = ACTIONS(2845), + [anon_sym_co_return] = ACTIONS(2845), + [anon_sym_co_yield] = ACTIONS(2845), + [anon_sym_R_DQUOTE] = ACTIONS(2847), + [anon_sym_LR_DQUOTE] = ACTIONS(2847), + [anon_sym_uR_DQUOTE] = ACTIONS(2847), + [anon_sym_UR_DQUOTE] = ACTIONS(2847), + [anon_sym_u8R_DQUOTE] = ACTIONS(2847), + [anon_sym_co_await] = ACTIONS(2845), + [anon_sym_new] = ACTIONS(2845), + [anon_sym_requires] = ACTIONS(2845), + [sym_this] = ACTIONS(2845), + }, + [467] = { + [sym_identifier] = ACTIONS(2849), + [aux_sym_preproc_include_token1] = ACTIONS(2849), + [aux_sym_preproc_def_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token2] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2849), + [anon_sym_LPAREN2] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym___extension__] = ACTIONS(2849), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_virtual] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___attribute] = ACTIONS(2849), + [anon_sym_COLON_COLON] = ACTIONS(2851), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2851), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym___cdecl] = ACTIONS(2849), + [anon_sym___clrcall] = ACTIONS(2849), + [anon_sym___stdcall] = ACTIONS(2849), + [anon_sym___fastcall] = ACTIONS(2849), + [anon_sym___thiscall] = ACTIONS(2849), + [anon_sym___vectorcall] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_signed] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym___inline] = ACTIONS(2849), + [anon_sym___inline__] = ACTIONS(2849), + [anon_sym___forceinline] = ACTIONS(2849), + [anon_sym_thread_local] = ACTIONS(2849), + [anon_sym___thread] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym___restrict__] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym__Noreturn] = ACTIONS(2849), + [anon_sym_noreturn] = ACTIONS(2849), + [anon_sym__Nonnull] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constinit] = ACTIONS(2849), + [anon_sym_consteval] = ACTIONS(2849), + [anon_sym_PROGMEM] = ACTIONS(2849), + [anon_sym_alignas] = ACTIONS(2849), + [anon_sym__Alignas] = ACTIONS(2849), + [aux_sym_primitive_type_token1] = ACTIONS(2849), + [anon_sym_byte] = ACTIONS(2849), + [anon_sym_word] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_class] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym___try] = ACTIONS(2849), + [anon_sym___leave] = ACTIONS(2849), + [anon_sym_not] = ACTIONS(2849), + [anon_sym_compl] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [anon_sym___alignof__] = ACTIONS(2849), + [anon_sym___alignof] = ACTIONS(2849), + [anon_sym__alignof] = ACTIONS(2849), + [anon_sym_alignof] = ACTIONS(2849), + [anon_sym__Alignof] = ACTIONS(2849), + [anon_sym_offsetof] = ACTIONS(2849), + [anon_sym__Generic] = ACTIONS(2849), + [anon_sym_asm] = ACTIONS(2849), + [anon_sym___asm__] = ACTIONS(2849), + [anon_sym___asm] = ACTIONS(2849), + [aux_sym_number_literal_token1] = ACTIONS(2851), + [aux_sym_number_literal_token2] = ACTIONS(2849), + [anon_sym_L_SQUOTE] = ACTIONS(2851), + [anon_sym_u_SQUOTE] = ACTIONS(2851), + [anon_sym_U_SQUOTE] = ACTIONS(2851), + [anon_sym_u8_SQUOTE] = ACTIONS(2851), + [anon_sym_SQUOTE] = ACTIONS(2851), + [anon_sym_L_DQUOTE] = ACTIONS(2851), + [anon_sym_u_DQUOTE] = ACTIONS(2851), + [anon_sym_U_DQUOTE] = ACTIONS(2851), + [anon_sym_u8_DQUOTE] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym_true] = ACTIONS(2849), + [sym_false] = ACTIONS(2849), + [anon_sym_NULL] = ACTIONS(2849), + [anon_sym_nullptr] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2849), + [anon_sym_decltype] = ACTIONS(2849), + [anon_sym_explicit] = ACTIONS(2849), + [anon_sym_typename] = ACTIONS(2849), + [anon_sym_template] = ACTIONS(2849), + [anon_sym_operator] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_delete] = ACTIONS(2849), + [anon_sym_throw] = ACTIONS(2849), + [anon_sym_namespace] = ACTIONS(2849), + [anon_sym_using] = ACTIONS(2849), + [anon_sym_static_assert] = ACTIONS(2849), + [anon_sym_concept] = ACTIONS(2849), + [anon_sym_co_return] = ACTIONS(2849), + [anon_sym_co_yield] = ACTIONS(2849), + [anon_sym_R_DQUOTE] = ACTIONS(2851), + [anon_sym_LR_DQUOTE] = ACTIONS(2851), + [anon_sym_uR_DQUOTE] = ACTIONS(2851), + [anon_sym_UR_DQUOTE] = ACTIONS(2851), + [anon_sym_u8R_DQUOTE] = ACTIONS(2851), + [anon_sym_co_await] = ACTIONS(2849), + [anon_sym_new] = ACTIONS(2849), + [anon_sym_requires] = ACTIONS(2849), + [sym_this] = ACTIONS(2849), + }, + [468] = { + [sym_identifier] = ACTIONS(2853), + [aux_sym_preproc_include_token1] = ACTIONS(2853), + [aux_sym_preproc_def_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token2] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2853), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_LPAREN2] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2853), + [anon_sym_PLUS] = ACTIONS(2853), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym___extension__] = ACTIONS(2853), + [anon_sym_typedef] = ACTIONS(2853), + [anon_sym_virtual] = ACTIONS(2853), + [anon_sym_extern] = ACTIONS(2853), + [anon_sym___attribute__] = ACTIONS(2853), + [anon_sym___attribute] = ACTIONS(2853), + [anon_sym_COLON_COLON] = ACTIONS(2855), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2855), + [anon_sym___declspec] = ACTIONS(2853), + [anon_sym___based] = ACTIONS(2853), + [anon_sym___cdecl] = ACTIONS(2853), + [anon_sym___clrcall] = ACTIONS(2853), + [anon_sym___stdcall] = ACTIONS(2853), + [anon_sym___fastcall] = ACTIONS(2853), + [anon_sym___thiscall] = ACTIONS(2853), + [anon_sym___vectorcall] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_signed] = ACTIONS(2853), + [anon_sym_unsigned] = ACTIONS(2853), + [anon_sym_long] = ACTIONS(2853), + [anon_sym_short] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_static] = ACTIONS(2853), + [anon_sym_register] = ACTIONS(2853), + [anon_sym_inline] = ACTIONS(2853), + [anon_sym___inline] = ACTIONS(2853), + [anon_sym___inline__] = ACTIONS(2853), + [anon_sym___forceinline] = ACTIONS(2853), + [anon_sym_thread_local] = ACTIONS(2853), + [anon_sym___thread] = ACTIONS(2853), + [anon_sym_const] = ACTIONS(2853), + [anon_sym_constexpr] = ACTIONS(2853), + [anon_sym_volatile] = ACTIONS(2853), + [anon_sym_restrict] = ACTIONS(2853), + [anon_sym___restrict__] = ACTIONS(2853), + [anon_sym__Atomic] = ACTIONS(2853), + [anon_sym__Noreturn] = ACTIONS(2853), + [anon_sym_noreturn] = ACTIONS(2853), + [anon_sym__Nonnull] = ACTIONS(2853), + [anon_sym_mutable] = ACTIONS(2853), + [anon_sym_constinit] = ACTIONS(2853), + [anon_sym_consteval] = ACTIONS(2853), + [anon_sym_PROGMEM] = ACTIONS(2853), + [anon_sym_alignas] = ACTIONS(2853), + [anon_sym__Alignas] = ACTIONS(2853), + [aux_sym_primitive_type_token1] = ACTIONS(2853), + [anon_sym_byte] = ACTIONS(2853), + [anon_sym_word] = ACTIONS(2853), + [anon_sym_enum] = ACTIONS(2853), + [anon_sym_class] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2853), + [anon_sym_union] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2853), + [anon_sym_else] = ACTIONS(2853), + [anon_sym_switch] = ACTIONS(2853), + [anon_sym_case] = ACTIONS(2853), + [anon_sym_default] = ACTIONS(2853), + [anon_sym_while] = ACTIONS(2853), + [anon_sym_do] = ACTIONS(2853), + [anon_sym_for] = ACTIONS(2853), + [anon_sym_return] = ACTIONS(2853), + [anon_sym_break] = ACTIONS(2853), + [anon_sym_continue] = ACTIONS(2853), + [anon_sym_goto] = ACTIONS(2853), + [anon_sym___try] = ACTIONS(2853), + [anon_sym___leave] = ACTIONS(2853), + [anon_sym_not] = ACTIONS(2853), + [anon_sym_compl] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_sizeof] = ACTIONS(2853), + [anon_sym___alignof__] = ACTIONS(2853), + [anon_sym___alignof] = ACTIONS(2853), + [anon_sym__alignof] = ACTIONS(2853), + [anon_sym_alignof] = ACTIONS(2853), + [anon_sym__Alignof] = ACTIONS(2853), + [anon_sym_offsetof] = ACTIONS(2853), + [anon_sym__Generic] = ACTIONS(2853), + [anon_sym_asm] = ACTIONS(2853), + [anon_sym___asm__] = ACTIONS(2853), + [anon_sym___asm] = ACTIONS(2853), + [aux_sym_number_literal_token1] = ACTIONS(2855), + [aux_sym_number_literal_token2] = ACTIONS(2853), + [anon_sym_L_SQUOTE] = ACTIONS(2855), + [anon_sym_u_SQUOTE] = ACTIONS(2855), + [anon_sym_U_SQUOTE] = ACTIONS(2855), + [anon_sym_u8_SQUOTE] = ACTIONS(2855), + [anon_sym_SQUOTE] = ACTIONS(2855), + [anon_sym_L_DQUOTE] = ACTIONS(2855), + [anon_sym_u_DQUOTE] = ACTIONS(2855), + [anon_sym_U_DQUOTE] = ACTIONS(2855), + [anon_sym_u8_DQUOTE] = ACTIONS(2855), + [anon_sym_DQUOTE] = ACTIONS(2855), + [sym_true] = ACTIONS(2853), + [sym_false] = ACTIONS(2853), + [anon_sym_NULL] = ACTIONS(2853), + [anon_sym_nullptr] = ACTIONS(2853), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2853), + [anon_sym_decltype] = ACTIONS(2853), + [anon_sym_explicit] = ACTIONS(2853), + [anon_sym_typename] = ACTIONS(2853), + [anon_sym_template] = ACTIONS(2853), + [anon_sym_operator] = ACTIONS(2853), + [anon_sym_try] = ACTIONS(2853), + [anon_sym_delete] = ACTIONS(2853), + [anon_sym_throw] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_using] = ACTIONS(2853), + [anon_sym_static_assert] = ACTIONS(2853), + [anon_sym_concept] = ACTIONS(2853), + [anon_sym_co_return] = ACTIONS(2853), + [anon_sym_co_yield] = ACTIONS(2853), + [anon_sym_R_DQUOTE] = ACTIONS(2855), + [anon_sym_LR_DQUOTE] = ACTIONS(2855), + [anon_sym_uR_DQUOTE] = ACTIONS(2855), + [anon_sym_UR_DQUOTE] = ACTIONS(2855), + [anon_sym_u8R_DQUOTE] = ACTIONS(2855), + [anon_sym_co_await] = ACTIONS(2853), + [anon_sym_new] = ACTIONS(2853), + [anon_sym_requires] = ACTIONS(2853), + [sym_this] = ACTIONS(2853), + }, + [469] = { + [sym_identifier] = ACTIONS(2857), + [aux_sym_preproc_include_token1] = ACTIONS(2857), + [aux_sym_preproc_def_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token2] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2857), + [sym_preproc_directive] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2857), + [anon_sym_SEMI] = ACTIONS(2859), + [anon_sym___extension__] = ACTIONS(2857), + [anon_sym_typedef] = ACTIONS(2857), + [anon_sym_virtual] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___attribute] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2859), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym___based] = ACTIONS(2857), + [anon_sym___cdecl] = ACTIONS(2857), + [anon_sym___clrcall] = ACTIONS(2857), + [anon_sym___stdcall] = ACTIONS(2857), + [anon_sym___fastcall] = ACTIONS(2857), + [anon_sym___thiscall] = ACTIONS(2857), + [anon_sym___vectorcall] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_signed] = ACTIONS(2857), + [anon_sym_unsigned] = ACTIONS(2857), + [anon_sym_long] = ACTIONS(2857), + [anon_sym_short] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym___inline] = ACTIONS(2857), + [anon_sym___inline__] = ACTIONS(2857), + [anon_sym___forceinline] = ACTIONS(2857), + [anon_sym_thread_local] = ACTIONS(2857), + [anon_sym___thread] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym___restrict__] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym__Noreturn] = ACTIONS(2857), + [anon_sym_noreturn] = ACTIONS(2857), + [anon_sym__Nonnull] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constinit] = ACTIONS(2857), + [anon_sym_consteval] = ACTIONS(2857), + [anon_sym_PROGMEM] = ACTIONS(2857), + [anon_sym_alignas] = ACTIONS(2857), + [anon_sym__Alignas] = ACTIONS(2857), + [aux_sym_primitive_type_token1] = ACTIONS(2857), + [anon_sym_byte] = ACTIONS(2857), + [anon_sym_word] = ACTIONS(2857), + [anon_sym_enum] = ACTIONS(2857), + [anon_sym_class] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2857), + [anon_sym_union] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2857), + [anon_sym_else] = ACTIONS(2857), + [anon_sym_switch] = ACTIONS(2857), + [anon_sym_case] = ACTIONS(2857), + [anon_sym_default] = ACTIONS(2857), + [anon_sym_while] = ACTIONS(2857), + [anon_sym_do] = ACTIONS(2857), + [anon_sym_for] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2857), + [anon_sym_break] = ACTIONS(2857), + [anon_sym_continue] = ACTIONS(2857), + [anon_sym_goto] = ACTIONS(2857), + [anon_sym___try] = ACTIONS(2857), + [anon_sym___leave] = ACTIONS(2857), + [anon_sym_not] = ACTIONS(2857), + [anon_sym_compl] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_sizeof] = ACTIONS(2857), + [anon_sym___alignof__] = ACTIONS(2857), + [anon_sym___alignof] = ACTIONS(2857), + [anon_sym__alignof] = ACTIONS(2857), + [anon_sym_alignof] = ACTIONS(2857), + [anon_sym__Alignof] = ACTIONS(2857), + [anon_sym_offsetof] = ACTIONS(2857), + [anon_sym__Generic] = ACTIONS(2857), + [anon_sym_asm] = ACTIONS(2857), + [anon_sym___asm__] = ACTIONS(2857), + [anon_sym___asm] = ACTIONS(2857), + [aux_sym_number_literal_token1] = ACTIONS(2859), + [aux_sym_number_literal_token2] = ACTIONS(2857), + [anon_sym_L_SQUOTE] = ACTIONS(2859), + [anon_sym_u_SQUOTE] = ACTIONS(2859), + [anon_sym_U_SQUOTE] = ACTIONS(2859), + [anon_sym_u8_SQUOTE] = ACTIONS(2859), + [anon_sym_SQUOTE] = ACTIONS(2859), + [anon_sym_L_DQUOTE] = ACTIONS(2859), + [anon_sym_u_DQUOTE] = ACTIONS(2859), + [anon_sym_U_DQUOTE] = ACTIONS(2859), + [anon_sym_u8_DQUOTE] = ACTIONS(2859), + [anon_sym_DQUOTE] = ACTIONS(2859), + [sym_true] = ACTIONS(2857), + [sym_false] = ACTIONS(2857), + [anon_sym_NULL] = ACTIONS(2857), + [anon_sym_nullptr] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2857), + [anon_sym_decltype] = ACTIONS(2857), + [anon_sym_explicit] = ACTIONS(2857), + [anon_sym_typename] = ACTIONS(2857), + [anon_sym_template] = ACTIONS(2857), + [anon_sym_operator] = ACTIONS(2857), + [anon_sym_try] = ACTIONS(2857), + [anon_sym_delete] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_namespace] = ACTIONS(2857), + [anon_sym_using] = ACTIONS(2857), + [anon_sym_static_assert] = ACTIONS(2857), + [anon_sym_concept] = ACTIONS(2857), + [anon_sym_co_return] = ACTIONS(2857), + [anon_sym_co_yield] = ACTIONS(2857), + [anon_sym_R_DQUOTE] = ACTIONS(2859), + [anon_sym_LR_DQUOTE] = ACTIONS(2859), + [anon_sym_uR_DQUOTE] = ACTIONS(2859), + [anon_sym_UR_DQUOTE] = ACTIONS(2859), + [anon_sym_u8R_DQUOTE] = ACTIONS(2859), + [anon_sym_co_await] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2857), + [anon_sym_requires] = ACTIONS(2857), + [sym_this] = ACTIONS(2857), + }, + [470] = { + [sym_identifier] = ACTIONS(2861), + [aux_sym_preproc_include_token1] = ACTIONS(2861), + [aux_sym_preproc_def_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token2] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2861), + [sym_preproc_directive] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2861), + [anon_sym_PLUS] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2861), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym___extension__] = ACTIONS(2861), + [anon_sym_typedef] = ACTIONS(2861), + [anon_sym_virtual] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___attribute] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2863), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym___based] = ACTIONS(2861), + [anon_sym___cdecl] = ACTIONS(2861), + [anon_sym___clrcall] = ACTIONS(2861), + [anon_sym___stdcall] = ACTIONS(2861), + [anon_sym___fastcall] = ACTIONS(2861), + [anon_sym___thiscall] = ACTIONS(2861), + [anon_sym___vectorcall] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_signed] = ACTIONS(2861), + [anon_sym_unsigned] = ACTIONS(2861), + [anon_sym_long] = ACTIONS(2861), + [anon_sym_short] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym___inline] = ACTIONS(2861), + [anon_sym___inline__] = ACTIONS(2861), + [anon_sym___forceinline] = ACTIONS(2861), + [anon_sym_thread_local] = ACTIONS(2861), + [anon_sym___thread] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym___restrict__] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym__Noreturn] = ACTIONS(2861), + [anon_sym_noreturn] = ACTIONS(2861), + [anon_sym__Nonnull] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constinit] = ACTIONS(2861), + [anon_sym_consteval] = ACTIONS(2861), + [anon_sym_PROGMEM] = ACTIONS(2861), + [anon_sym_alignas] = ACTIONS(2861), + [anon_sym__Alignas] = ACTIONS(2861), + [aux_sym_primitive_type_token1] = ACTIONS(2861), + [anon_sym_byte] = ACTIONS(2861), + [anon_sym_word] = ACTIONS(2861), + [anon_sym_enum] = ACTIONS(2861), + [anon_sym_class] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2861), + [anon_sym_union] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2861), + [anon_sym_else] = ACTIONS(2861), + [anon_sym_switch] = ACTIONS(2861), + [anon_sym_case] = ACTIONS(2861), + [anon_sym_default] = ACTIONS(2861), + [anon_sym_while] = ACTIONS(2861), + [anon_sym_do] = ACTIONS(2861), + [anon_sym_for] = ACTIONS(2861), + [anon_sym_return] = ACTIONS(2861), + [anon_sym_break] = ACTIONS(2861), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2861), + [anon_sym___try] = ACTIONS(2861), + [anon_sym___leave] = ACTIONS(2861), + [anon_sym_not] = ACTIONS(2861), + [anon_sym_compl] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_sizeof] = ACTIONS(2861), + [anon_sym___alignof__] = ACTIONS(2861), + [anon_sym___alignof] = ACTIONS(2861), + [anon_sym__alignof] = ACTIONS(2861), + [anon_sym_alignof] = ACTIONS(2861), + [anon_sym__Alignof] = ACTIONS(2861), + [anon_sym_offsetof] = ACTIONS(2861), + [anon_sym__Generic] = ACTIONS(2861), + [anon_sym_asm] = ACTIONS(2861), + [anon_sym___asm__] = ACTIONS(2861), + [anon_sym___asm] = ACTIONS(2861), + [aux_sym_number_literal_token1] = ACTIONS(2863), + [aux_sym_number_literal_token2] = ACTIONS(2861), + [anon_sym_L_SQUOTE] = ACTIONS(2863), + [anon_sym_u_SQUOTE] = ACTIONS(2863), + [anon_sym_U_SQUOTE] = ACTIONS(2863), + [anon_sym_u8_SQUOTE] = ACTIONS(2863), + [anon_sym_SQUOTE] = ACTIONS(2863), + [anon_sym_L_DQUOTE] = ACTIONS(2863), + [anon_sym_u_DQUOTE] = ACTIONS(2863), + [anon_sym_U_DQUOTE] = ACTIONS(2863), + [anon_sym_u8_DQUOTE] = ACTIONS(2863), + [anon_sym_DQUOTE] = ACTIONS(2863), + [sym_true] = ACTIONS(2861), + [sym_false] = ACTIONS(2861), + [anon_sym_NULL] = ACTIONS(2861), + [anon_sym_nullptr] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2861), + [anon_sym_explicit] = ACTIONS(2861), + [anon_sym_typename] = ACTIONS(2861), + [anon_sym_template] = ACTIONS(2861), + [anon_sym_operator] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2861), + [anon_sym_delete] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_namespace] = ACTIONS(2861), + [anon_sym_using] = ACTIONS(2861), + [anon_sym_static_assert] = ACTIONS(2861), + [anon_sym_concept] = ACTIONS(2861), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2861), + [anon_sym_R_DQUOTE] = ACTIONS(2863), + [anon_sym_LR_DQUOTE] = ACTIONS(2863), + [anon_sym_uR_DQUOTE] = ACTIONS(2863), + [anon_sym_UR_DQUOTE] = ACTIONS(2863), + [anon_sym_u8R_DQUOTE] = ACTIONS(2863), + [anon_sym_co_await] = ACTIONS(2861), + [anon_sym_new] = ACTIONS(2861), + [anon_sym_requires] = ACTIONS(2861), + [sym_this] = ACTIONS(2861), + }, + [471] = { + [ts_builtin_sym_end] = ACTIONS(2863), + [sym_identifier] = ACTIONS(2861), + [aux_sym_preproc_include_token1] = ACTIONS(2861), + [aux_sym_preproc_def_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2861), + [sym_preproc_directive] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2861), + [anon_sym_PLUS] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2861), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym___extension__] = ACTIONS(2861), + [anon_sym_typedef] = ACTIONS(2861), + [anon_sym_virtual] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___attribute] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2863), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym___based] = ACTIONS(2861), + [anon_sym___cdecl] = ACTIONS(2861), + [anon_sym___clrcall] = ACTIONS(2861), + [anon_sym___stdcall] = ACTIONS(2861), + [anon_sym___fastcall] = ACTIONS(2861), + [anon_sym___thiscall] = ACTIONS(2861), + [anon_sym___vectorcall] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_signed] = ACTIONS(2861), + [anon_sym_unsigned] = ACTIONS(2861), + [anon_sym_long] = ACTIONS(2861), + [anon_sym_short] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym___inline] = ACTIONS(2861), + [anon_sym___inline__] = ACTIONS(2861), + [anon_sym___forceinline] = ACTIONS(2861), + [anon_sym_thread_local] = ACTIONS(2861), + [anon_sym___thread] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym___restrict__] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym__Noreturn] = ACTIONS(2861), + [anon_sym_noreturn] = ACTIONS(2861), + [anon_sym__Nonnull] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constinit] = ACTIONS(2861), + [anon_sym_consteval] = ACTIONS(2861), + [anon_sym_PROGMEM] = ACTIONS(2861), + [anon_sym_alignas] = ACTIONS(2861), + [anon_sym__Alignas] = ACTIONS(2861), + [aux_sym_primitive_type_token1] = ACTIONS(2861), + [anon_sym_byte] = ACTIONS(2861), + [anon_sym_word] = ACTIONS(2861), + [anon_sym_enum] = ACTIONS(2861), + [anon_sym_class] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2861), + [anon_sym_union] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2861), + [anon_sym_else] = ACTIONS(2861), + [anon_sym_switch] = ACTIONS(2861), + [anon_sym_case] = ACTIONS(2861), + [anon_sym_default] = ACTIONS(2861), + [anon_sym_while] = ACTIONS(2861), + [anon_sym_do] = ACTIONS(2861), + [anon_sym_for] = ACTIONS(2861), + [anon_sym_return] = ACTIONS(2861), + [anon_sym_break] = ACTIONS(2861), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2861), + [anon_sym___try] = ACTIONS(2861), + [anon_sym___leave] = ACTIONS(2861), + [anon_sym_not] = ACTIONS(2861), + [anon_sym_compl] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_sizeof] = ACTIONS(2861), + [anon_sym___alignof__] = ACTIONS(2861), + [anon_sym___alignof] = ACTIONS(2861), + [anon_sym__alignof] = ACTIONS(2861), + [anon_sym_alignof] = ACTIONS(2861), + [anon_sym__Alignof] = ACTIONS(2861), + [anon_sym_offsetof] = ACTIONS(2861), + [anon_sym__Generic] = ACTIONS(2861), + [anon_sym_asm] = ACTIONS(2861), + [anon_sym___asm__] = ACTIONS(2861), + [anon_sym___asm] = ACTIONS(2861), + [aux_sym_number_literal_token1] = ACTIONS(2863), + [aux_sym_number_literal_token2] = ACTIONS(2861), + [anon_sym_L_SQUOTE] = ACTIONS(2863), + [anon_sym_u_SQUOTE] = ACTIONS(2863), + [anon_sym_U_SQUOTE] = ACTIONS(2863), + [anon_sym_u8_SQUOTE] = ACTIONS(2863), + [anon_sym_SQUOTE] = ACTIONS(2863), + [anon_sym_L_DQUOTE] = ACTIONS(2863), + [anon_sym_u_DQUOTE] = ACTIONS(2863), + [anon_sym_U_DQUOTE] = ACTIONS(2863), + [anon_sym_u8_DQUOTE] = ACTIONS(2863), + [anon_sym_DQUOTE] = ACTIONS(2863), + [sym_true] = ACTIONS(2861), + [sym_false] = ACTIONS(2861), + [anon_sym_NULL] = ACTIONS(2861), + [anon_sym_nullptr] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2861), + [anon_sym_explicit] = ACTIONS(2861), + [anon_sym_typename] = ACTIONS(2861), + [anon_sym_template] = ACTIONS(2861), + [anon_sym_operator] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2861), + [anon_sym_delete] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_namespace] = ACTIONS(2861), + [anon_sym_using] = ACTIONS(2861), + [anon_sym_static_assert] = ACTIONS(2861), + [anon_sym_concept] = ACTIONS(2861), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2861), + [anon_sym_R_DQUOTE] = ACTIONS(2863), + [anon_sym_LR_DQUOTE] = ACTIONS(2863), + [anon_sym_uR_DQUOTE] = ACTIONS(2863), + [anon_sym_UR_DQUOTE] = ACTIONS(2863), + [anon_sym_u8R_DQUOTE] = ACTIONS(2863), + [anon_sym_co_await] = ACTIONS(2861), + [anon_sym_new] = ACTIONS(2861), + [anon_sym_requires] = ACTIONS(2861), + [sym_this] = ACTIONS(2861), + }, + [472] = { [sym_identifier] = ACTIONS(2873), [aux_sym_preproc_include_token1] = ACTIONS(2873), [aux_sym_preproc_def_token1] = ACTIONS(2873), [aux_sym_preproc_if_token1] = ACTIONS(2873), + [aux_sym_preproc_if_token2] = ACTIONS(2873), [aux_sym_preproc_ifdef_token1] = ACTIONS(2873), [aux_sym_preproc_ifdef_token2] = ACTIONS(2873), [sym_preproc_directive] = ACTIONS(2873), @@ -109583,1417 +112544,2263 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2873), [sym_this] = ACTIONS(2873), }, - [452] = { - [sym_identifier] = ACTIONS(2793), - [aux_sym_preproc_include_token1] = ACTIONS(2793), - [aux_sym_preproc_def_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token2] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2793), - [anon_sym_LPAREN2] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_AMP_AMP] = ACTIONS(2795), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym___extension__] = ACTIONS(2793), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_virtual] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym___attribute__] = ACTIONS(2793), - [anon_sym___attribute] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2795), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), - [anon_sym___declspec] = ACTIONS(2793), - [anon_sym___based] = ACTIONS(2793), - [anon_sym___cdecl] = ACTIONS(2793), - [anon_sym___clrcall] = ACTIONS(2793), - [anon_sym___stdcall] = ACTIONS(2793), - [anon_sym___fastcall] = ACTIONS(2793), - [anon_sym___thiscall] = ACTIONS(2793), - [anon_sym___vectorcall] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_signed] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym___inline] = ACTIONS(2793), - [anon_sym___inline__] = ACTIONS(2793), - [anon_sym___forceinline] = ACTIONS(2793), - [anon_sym_thread_local] = ACTIONS(2793), - [anon_sym___thread] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_constexpr] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym___restrict__] = ACTIONS(2793), - [anon_sym__Atomic] = ACTIONS(2793), - [anon_sym__Noreturn] = ACTIONS(2793), - [anon_sym_noreturn] = ACTIONS(2793), - [anon_sym__Nonnull] = ACTIONS(2793), - [anon_sym_mutable] = ACTIONS(2793), - [anon_sym_constinit] = ACTIONS(2793), - [anon_sym_consteval] = ACTIONS(2793), - [anon_sym_PROGMEM] = ACTIONS(2793), - [anon_sym_alignas] = ACTIONS(2793), - [anon_sym__Alignas] = ACTIONS(2793), - [aux_sym_primitive_type_token1] = ACTIONS(2793), - [anon_sym_byte] = ACTIONS(2793), - [anon_sym_word] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_class] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym___try] = ACTIONS(2793), - [anon_sym___leave] = ACTIONS(2793), - [anon_sym_not] = ACTIONS(2793), - [anon_sym_compl] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [anon_sym___alignof__] = ACTIONS(2793), - [anon_sym___alignof] = ACTIONS(2793), - [anon_sym__alignof] = ACTIONS(2793), - [anon_sym_alignof] = ACTIONS(2793), - [anon_sym__Alignof] = ACTIONS(2793), - [anon_sym_offsetof] = ACTIONS(2793), - [anon_sym__Generic] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym___asm__] = ACTIONS(2793), - [anon_sym___asm] = ACTIONS(2793), - [aux_sym_number_literal_token1] = ACTIONS(2795), - [aux_sym_number_literal_token2] = ACTIONS(2793), - [anon_sym_L_SQUOTE] = ACTIONS(2795), - [anon_sym_u_SQUOTE] = ACTIONS(2795), - [anon_sym_U_SQUOTE] = ACTIONS(2795), - [anon_sym_u8_SQUOTE] = ACTIONS(2795), - [anon_sym_SQUOTE] = ACTIONS(2795), - [anon_sym_L_DQUOTE] = ACTIONS(2795), - [anon_sym_u_DQUOTE] = ACTIONS(2795), - [anon_sym_U_DQUOTE] = ACTIONS(2795), - [anon_sym_u8_DQUOTE] = ACTIONS(2795), - [anon_sym_DQUOTE] = ACTIONS(2795), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [anon_sym_NULL] = ACTIONS(2793), - [anon_sym_nullptr] = ACTIONS(2793), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2793), - [anon_sym_decltype] = ACTIONS(2793), - [anon_sym_explicit] = ACTIONS(2793), - [anon_sym_typename] = ACTIONS(2793), - [anon_sym_template] = ACTIONS(2793), - [anon_sym_operator] = ACTIONS(2793), - [anon_sym_try] = ACTIONS(2793), - [anon_sym_delete] = ACTIONS(2793), - [anon_sym_throw] = ACTIONS(2793), - [anon_sym_namespace] = ACTIONS(2793), - [anon_sym_using] = ACTIONS(2793), - [anon_sym_static_assert] = ACTIONS(2793), - [anon_sym_concept] = ACTIONS(2793), - [anon_sym_co_return] = ACTIONS(2793), - [anon_sym_co_yield] = ACTIONS(2793), - [anon_sym_R_DQUOTE] = ACTIONS(2795), - [anon_sym_LR_DQUOTE] = ACTIONS(2795), - [anon_sym_uR_DQUOTE] = ACTIONS(2795), - [anon_sym_UR_DQUOTE] = ACTIONS(2795), - [anon_sym_u8R_DQUOTE] = ACTIONS(2795), - [anon_sym_co_await] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2793), - [anon_sym_requires] = ACTIONS(2793), - [sym_this] = ACTIONS(2793), + [473] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), }, - [453] = { - [ts_builtin_sym_end] = ACTIONS(2899), - [sym_identifier] = ACTIONS(2897), - [aux_sym_preproc_include_token1] = ACTIONS(2897), - [aux_sym_preproc_def_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2897), - [sym_preproc_directive] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_PLUS] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2897), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym___extension__] = ACTIONS(2897), - [anon_sym_typedef] = ACTIONS(2897), - [anon_sym_virtual] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2897), - [anon_sym___attribute__] = ACTIONS(2897), - [anon_sym___attribute] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2899), - [anon_sym___declspec] = ACTIONS(2897), - [anon_sym___based] = ACTIONS(2897), - [anon_sym___cdecl] = ACTIONS(2897), - [anon_sym___clrcall] = ACTIONS(2897), - [anon_sym___stdcall] = ACTIONS(2897), - [anon_sym___fastcall] = ACTIONS(2897), - [anon_sym___thiscall] = ACTIONS(2897), - [anon_sym___vectorcall] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_signed] = ACTIONS(2897), - [anon_sym_unsigned] = ACTIONS(2897), - [anon_sym_long] = ACTIONS(2897), - [anon_sym_short] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2897), - [anon_sym_register] = ACTIONS(2897), - [anon_sym_inline] = ACTIONS(2897), - [anon_sym___inline] = ACTIONS(2897), - [anon_sym___inline__] = ACTIONS(2897), - [anon_sym___forceinline] = ACTIONS(2897), - [anon_sym_thread_local] = ACTIONS(2897), - [anon_sym___thread] = ACTIONS(2897), - [anon_sym_const] = ACTIONS(2897), - [anon_sym_constexpr] = ACTIONS(2897), - [anon_sym_volatile] = ACTIONS(2897), - [anon_sym_restrict] = ACTIONS(2897), - [anon_sym___restrict__] = ACTIONS(2897), - [anon_sym__Atomic] = ACTIONS(2897), - [anon_sym__Noreturn] = ACTIONS(2897), - [anon_sym_noreturn] = ACTIONS(2897), - [anon_sym__Nonnull] = ACTIONS(2897), - [anon_sym_mutable] = ACTIONS(2897), - [anon_sym_constinit] = ACTIONS(2897), - [anon_sym_consteval] = ACTIONS(2897), - [anon_sym_PROGMEM] = ACTIONS(2897), - [anon_sym_alignas] = ACTIONS(2897), - [anon_sym__Alignas] = ACTIONS(2897), - [aux_sym_primitive_type_token1] = ACTIONS(2897), - [anon_sym_byte] = ACTIONS(2897), - [anon_sym_word] = ACTIONS(2897), - [anon_sym_enum] = ACTIONS(2897), - [anon_sym_class] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2897), - [anon_sym_union] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2897), - [anon_sym_else] = ACTIONS(2897), - [anon_sym_switch] = ACTIONS(2897), - [anon_sym_case] = ACTIONS(2897), - [anon_sym_default] = ACTIONS(2897), - [anon_sym_while] = ACTIONS(2897), - [anon_sym_do] = ACTIONS(2897), - [anon_sym_for] = ACTIONS(2897), - [anon_sym_return] = ACTIONS(2897), - [anon_sym_break] = ACTIONS(2897), - [anon_sym_continue] = ACTIONS(2897), - [anon_sym_goto] = ACTIONS(2897), - [anon_sym___try] = ACTIONS(2897), - [anon_sym___leave] = ACTIONS(2897), - [anon_sym_not] = ACTIONS(2897), - [anon_sym_compl] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_sizeof] = ACTIONS(2897), - [anon_sym___alignof__] = ACTIONS(2897), - [anon_sym___alignof] = ACTIONS(2897), - [anon_sym__alignof] = ACTIONS(2897), - [anon_sym_alignof] = ACTIONS(2897), - [anon_sym__Alignof] = ACTIONS(2897), - [anon_sym_offsetof] = ACTIONS(2897), - [anon_sym__Generic] = ACTIONS(2897), - [anon_sym_asm] = ACTIONS(2897), - [anon_sym___asm__] = ACTIONS(2897), - [anon_sym___asm] = ACTIONS(2897), - [aux_sym_number_literal_token1] = ACTIONS(2899), - [aux_sym_number_literal_token2] = ACTIONS(2897), - [anon_sym_L_SQUOTE] = ACTIONS(2899), - [anon_sym_u_SQUOTE] = ACTIONS(2899), - [anon_sym_U_SQUOTE] = ACTIONS(2899), - [anon_sym_u8_SQUOTE] = ACTIONS(2899), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_L_DQUOTE] = ACTIONS(2899), - [anon_sym_u_DQUOTE] = ACTIONS(2899), - [anon_sym_U_DQUOTE] = ACTIONS(2899), - [anon_sym_u8_DQUOTE] = ACTIONS(2899), - [anon_sym_DQUOTE] = ACTIONS(2899), - [sym_true] = ACTIONS(2897), - [sym_false] = ACTIONS(2897), - [anon_sym_NULL] = ACTIONS(2897), - [anon_sym_nullptr] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2897), - [anon_sym_decltype] = ACTIONS(2897), - [anon_sym_explicit] = ACTIONS(2897), - [anon_sym_typename] = ACTIONS(2897), - [anon_sym_template] = ACTIONS(2897), - [anon_sym_operator] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(2897), - [anon_sym_delete] = ACTIONS(2897), - [anon_sym_throw] = ACTIONS(2897), - [anon_sym_namespace] = ACTIONS(2897), - [anon_sym_using] = ACTIONS(2897), - [anon_sym_static_assert] = ACTIONS(2897), - [anon_sym_concept] = ACTIONS(2897), - [anon_sym_co_return] = ACTIONS(2897), - [anon_sym_co_yield] = ACTIONS(2897), - [anon_sym_R_DQUOTE] = ACTIONS(2899), - [anon_sym_LR_DQUOTE] = ACTIONS(2899), - [anon_sym_uR_DQUOTE] = ACTIONS(2899), - [anon_sym_UR_DQUOTE] = ACTIONS(2899), - [anon_sym_u8R_DQUOTE] = ACTIONS(2899), - [anon_sym_co_await] = ACTIONS(2897), - [anon_sym_new] = ACTIONS(2897), - [anon_sym_requires] = ACTIONS(2897), - [sym_this] = ACTIONS(2897), + [474] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), }, - [454] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_include_token1] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_BANG] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym___cdecl] = ACTIONS(2815), - [anon_sym___clrcall] = ACTIONS(2815), - [anon_sym___stdcall] = ACTIONS(2815), - [anon_sym___fastcall] = ACTIONS(2815), - [anon_sym___thiscall] = ACTIONS(2815), - [anon_sym___vectorcall] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2817), - [anon_sym_RBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_switch] = ACTIONS(2815), - [anon_sym_case] = ACTIONS(2815), - [anon_sym_default] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_goto] = ACTIONS(2815), - [anon_sym___try] = ACTIONS(2815), - [anon_sym___leave] = ACTIONS(2815), - [anon_sym_not] = ACTIONS(2815), - [anon_sym_compl] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_sizeof] = ACTIONS(2815), - [anon_sym___alignof__] = ACTIONS(2815), - [anon_sym___alignof] = ACTIONS(2815), - [anon_sym__alignof] = ACTIONS(2815), - [anon_sym_alignof] = ACTIONS(2815), - [anon_sym__Alignof] = ACTIONS(2815), - [anon_sym_offsetof] = ACTIONS(2815), - [anon_sym__Generic] = ACTIONS(2815), - [anon_sym_asm] = ACTIONS(2815), - [anon_sym___asm__] = ACTIONS(2815), - [anon_sym___asm] = ACTIONS(2815), - [aux_sym_number_literal_token1] = ACTIONS(2817), - [aux_sym_number_literal_token2] = ACTIONS(2815), - [anon_sym_L_SQUOTE] = ACTIONS(2817), - [anon_sym_u_SQUOTE] = ACTIONS(2817), - [anon_sym_U_SQUOTE] = ACTIONS(2817), - [anon_sym_u8_SQUOTE] = ACTIONS(2817), - [anon_sym_SQUOTE] = ACTIONS(2817), - [anon_sym_L_DQUOTE] = ACTIONS(2817), - [anon_sym_u_DQUOTE] = ACTIONS(2817), - [anon_sym_U_DQUOTE] = ACTIONS(2817), - [anon_sym_u8_DQUOTE] = ACTIONS(2817), - [anon_sym_DQUOTE] = ACTIONS(2817), - [sym_true] = ACTIONS(2815), - [sym_false] = ACTIONS(2815), - [anon_sym_NULL] = ACTIONS(2815), - [anon_sym_nullptr] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [anon_sym_delete] = ACTIONS(2815), - [anon_sym_throw] = ACTIONS(2815), - [anon_sym_namespace] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), - [anon_sym_concept] = ACTIONS(2815), - [anon_sym_co_return] = ACTIONS(2815), - [anon_sym_co_yield] = ACTIONS(2815), - [anon_sym_R_DQUOTE] = ACTIONS(2817), - [anon_sym_LR_DQUOTE] = ACTIONS(2817), - [anon_sym_uR_DQUOTE] = ACTIONS(2817), - [anon_sym_UR_DQUOTE] = ACTIONS(2817), - [anon_sym_u8R_DQUOTE] = ACTIONS(2817), - [anon_sym_co_await] = ACTIONS(2815), - [anon_sym_new] = ACTIONS(2815), - [anon_sym_requires] = ACTIONS(2815), - [sym_this] = ACTIONS(2815), + [475] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_include_token1] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_BANG] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym___cdecl] = ACTIONS(2829), + [anon_sym___clrcall] = ACTIONS(2829), + [anon_sym___stdcall] = ACTIONS(2829), + [anon_sym___fastcall] = ACTIONS(2829), + [anon_sym___thiscall] = ACTIONS(2829), + [anon_sym___vectorcall] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [anon_sym_if] = ACTIONS(2829), + [anon_sym_else] = ACTIONS(2829), + [anon_sym_switch] = ACTIONS(2829), + [anon_sym_case] = ACTIONS(2829), + [anon_sym_default] = ACTIONS(2829), + [anon_sym_while] = ACTIONS(2829), + [anon_sym_do] = ACTIONS(2829), + [anon_sym_for] = ACTIONS(2829), + [anon_sym_return] = ACTIONS(2829), + [anon_sym_break] = ACTIONS(2829), + [anon_sym_continue] = ACTIONS(2829), + [anon_sym_goto] = ACTIONS(2829), + [anon_sym___try] = ACTIONS(2829), + [anon_sym___leave] = ACTIONS(2829), + [anon_sym_not] = ACTIONS(2829), + [anon_sym_compl] = ACTIONS(2829), + [anon_sym_DASH_DASH] = ACTIONS(2831), + [anon_sym_PLUS_PLUS] = ACTIONS(2831), + [anon_sym_sizeof] = ACTIONS(2829), + [anon_sym___alignof__] = ACTIONS(2829), + [anon_sym___alignof] = ACTIONS(2829), + [anon_sym__alignof] = ACTIONS(2829), + [anon_sym_alignof] = ACTIONS(2829), + [anon_sym__Alignof] = ACTIONS(2829), + [anon_sym_offsetof] = ACTIONS(2829), + [anon_sym__Generic] = ACTIONS(2829), + [anon_sym_asm] = ACTIONS(2829), + [anon_sym___asm__] = ACTIONS(2829), + [anon_sym___asm] = ACTIONS(2829), + [aux_sym_number_literal_token1] = ACTIONS(2831), + [aux_sym_number_literal_token2] = ACTIONS(2829), + [anon_sym_L_SQUOTE] = ACTIONS(2831), + [anon_sym_u_SQUOTE] = ACTIONS(2831), + [anon_sym_U_SQUOTE] = ACTIONS(2831), + [anon_sym_u8_SQUOTE] = ACTIONS(2831), + [anon_sym_SQUOTE] = ACTIONS(2831), + [anon_sym_L_DQUOTE] = ACTIONS(2831), + [anon_sym_u_DQUOTE] = ACTIONS(2831), + [anon_sym_U_DQUOTE] = ACTIONS(2831), + [anon_sym_u8_DQUOTE] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2831), + [sym_true] = ACTIONS(2829), + [sym_false] = ACTIONS(2829), + [anon_sym_NULL] = ACTIONS(2829), + [anon_sym_nullptr] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_try] = ACTIONS(2829), + [anon_sym_delete] = ACTIONS(2829), + [anon_sym_throw] = ACTIONS(2829), + [anon_sym_namespace] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_concept] = ACTIONS(2829), + [anon_sym_co_return] = ACTIONS(2829), + [anon_sym_co_yield] = ACTIONS(2829), + [anon_sym_R_DQUOTE] = ACTIONS(2831), + [anon_sym_LR_DQUOTE] = ACTIONS(2831), + [anon_sym_uR_DQUOTE] = ACTIONS(2831), + [anon_sym_UR_DQUOTE] = ACTIONS(2831), + [anon_sym_u8R_DQUOTE] = ACTIONS(2831), + [anon_sym_co_await] = ACTIONS(2829), + [anon_sym_new] = ACTIONS(2829), + [anon_sym_requires] = ACTIONS(2829), + [sym_this] = ACTIONS(2829), }, - [455] = { - [sym_identifier] = ACTIONS(2877), - [aux_sym_preproc_include_token1] = ACTIONS(2877), - [aux_sym_preproc_def_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2877), - [sym_preproc_directive] = ACTIONS(2877), - [anon_sym_LPAREN2] = ACTIONS(2879), - [anon_sym_BANG] = ACTIONS(2879), - [anon_sym_TILDE] = ACTIONS(2879), - [anon_sym_DASH] = ACTIONS(2877), - [anon_sym_PLUS] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(2879), - [anon_sym_AMP_AMP] = ACTIONS(2879), - [anon_sym_AMP] = ACTIONS(2877), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym___extension__] = ACTIONS(2877), - [anon_sym_typedef] = ACTIONS(2877), - [anon_sym_virtual] = ACTIONS(2877), - [anon_sym_extern] = ACTIONS(2877), - [anon_sym___attribute__] = ACTIONS(2877), - [anon_sym___attribute] = ACTIONS(2877), - [anon_sym_COLON_COLON] = ACTIONS(2879), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2879), - [anon_sym___declspec] = ACTIONS(2877), - [anon_sym___based] = ACTIONS(2877), - [anon_sym___cdecl] = ACTIONS(2877), - [anon_sym___clrcall] = ACTIONS(2877), - [anon_sym___stdcall] = ACTIONS(2877), - [anon_sym___fastcall] = ACTIONS(2877), - [anon_sym___thiscall] = ACTIONS(2877), - [anon_sym___vectorcall] = ACTIONS(2877), - [anon_sym_LBRACE] = ACTIONS(2879), - [anon_sym_RBRACE] = ACTIONS(2879), - [anon_sym_signed] = ACTIONS(2877), - [anon_sym_unsigned] = ACTIONS(2877), - [anon_sym_long] = ACTIONS(2877), - [anon_sym_short] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2877), - [anon_sym_static] = ACTIONS(2877), - [anon_sym_register] = ACTIONS(2877), - [anon_sym_inline] = ACTIONS(2877), - [anon_sym___inline] = ACTIONS(2877), - [anon_sym___inline__] = ACTIONS(2877), - [anon_sym___forceinline] = ACTIONS(2877), - [anon_sym_thread_local] = ACTIONS(2877), - [anon_sym___thread] = ACTIONS(2877), - [anon_sym_const] = ACTIONS(2877), - [anon_sym_constexpr] = ACTIONS(2877), - [anon_sym_volatile] = ACTIONS(2877), - [anon_sym_restrict] = ACTIONS(2877), - [anon_sym___restrict__] = ACTIONS(2877), - [anon_sym__Atomic] = ACTIONS(2877), - [anon_sym__Noreturn] = ACTIONS(2877), - [anon_sym_noreturn] = ACTIONS(2877), - [anon_sym__Nonnull] = ACTIONS(2877), - [anon_sym_mutable] = ACTIONS(2877), - [anon_sym_constinit] = ACTIONS(2877), - [anon_sym_consteval] = ACTIONS(2877), - [anon_sym_PROGMEM] = ACTIONS(2877), - [anon_sym_alignas] = ACTIONS(2877), - [anon_sym__Alignas] = ACTIONS(2877), - [aux_sym_primitive_type_token1] = ACTIONS(2877), - [anon_sym_byte] = ACTIONS(2877), - [anon_sym_word] = ACTIONS(2877), - [anon_sym_enum] = ACTIONS(2877), - [anon_sym_class] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(2877), - [anon_sym_union] = ACTIONS(2877), - [anon_sym_if] = ACTIONS(2877), - [anon_sym_else] = ACTIONS(2877), - [anon_sym_switch] = ACTIONS(2877), - [anon_sym_case] = ACTIONS(2877), - [anon_sym_default] = ACTIONS(2877), - [anon_sym_while] = ACTIONS(2877), - [anon_sym_do] = ACTIONS(2877), - [anon_sym_for] = ACTIONS(2877), - [anon_sym_return] = ACTIONS(2877), - [anon_sym_break] = ACTIONS(2877), - [anon_sym_continue] = ACTIONS(2877), - [anon_sym_goto] = ACTIONS(2877), - [anon_sym___try] = ACTIONS(2877), - [anon_sym___leave] = ACTIONS(2877), - [anon_sym_not] = ACTIONS(2877), - [anon_sym_compl] = ACTIONS(2877), - [anon_sym_DASH_DASH] = ACTIONS(2879), - [anon_sym_PLUS_PLUS] = ACTIONS(2879), - [anon_sym_sizeof] = ACTIONS(2877), - [anon_sym___alignof__] = ACTIONS(2877), - [anon_sym___alignof] = ACTIONS(2877), - [anon_sym__alignof] = ACTIONS(2877), - [anon_sym_alignof] = ACTIONS(2877), - [anon_sym__Alignof] = ACTIONS(2877), - [anon_sym_offsetof] = ACTIONS(2877), - [anon_sym__Generic] = ACTIONS(2877), - [anon_sym_asm] = ACTIONS(2877), - [anon_sym___asm__] = ACTIONS(2877), - [anon_sym___asm] = ACTIONS(2877), - [aux_sym_number_literal_token1] = ACTIONS(2879), - [aux_sym_number_literal_token2] = ACTIONS(2877), - [anon_sym_L_SQUOTE] = ACTIONS(2879), - [anon_sym_u_SQUOTE] = ACTIONS(2879), - [anon_sym_U_SQUOTE] = ACTIONS(2879), - [anon_sym_u8_SQUOTE] = ACTIONS(2879), - [anon_sym_SQUOTE] = ACTIONS(2879), - [anon_sym_L_DQUOTE] = ACTIONS(2879), - [anon_sym_u_DQUOTE] = ACTIONS(2879), - [anon_sym_U_DQUOTE] = ACTIONS(2879), - [anon_sym_u8_DQUOTE] = ACTIONS(2879), - [anon_sym_DQUOTE] = ACTIONS(2879), - [sym_true] = ACTIONS(2877), - [sym_false] = ACTIONS(2877), - [anon_sym_NULL] = ACTIONS(2877), - [anon_sym_nullptr] = ACTIONS(2877), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2877), - [anon_sym_decltype] = ACTIONS(2877), - [anon_sym_explicit] = ACTIONS(2877), - [anon_sym_typename] = ACTIONS(2877), - [anon_sym_template] = ACTIONS(2877), - [anon_sym_operator] = ACTIONS(2877), - [anon_sym_try] = ACTIONS(2877), - [anon_sym_delete] = ACTIONS(2877), - [anon_sym_throw] = ACTIONS(2877), - [anon_sym_namespace] = ACTIONS(2877), - [anon_sym_using] = ACTIONS(2877), - [anon_sym_static_assert] = ACTIONS(2877), - [anon_sym_concept] = ACTIONS(2877), - [anon_sym_co_return] = ACTIONS(2877), - [anon_sym_co_yield] = ACTIONS(2877), - [anon_sym_R_DQUOTE] = ACTIONS(2879), - [anon_sym_LR_DQUOTE] = ACTIONS(2879), - [anon_sym_uR_DQUOTE] = ACTIONS(2879), - [anon_sym_UR_DQUOTE] = ACTIONS(2879), - [anon_sym_u8R_DQUOTE] = ACTIONS(2879), - [anon_sym_co_await] = ACTIONS(2877), - [anon_sym_new] = ACTIONS(2877), - [anon_sym_requires] = ACTIONS(2877), - [sym_this] = ACTIONS(2877), + [476] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), }, - [456] = { - [sym_identifier] = ACTIONS(2847), - [aux_sym_preproc_include_token1] = ACTIONS(2847), - [aux_sym_preproc_def_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2847), - [sym_preproc_directive] = ACTIONS(2847), - [anon_sym_LPAREN2] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), - [anon_sym_TILDE] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2849), - [anon_sym_AMP_AMP] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2847), - [anon_sym_SEMI] = ACTIONS(2849), - [anon_sym___extension__] = ACTIONS(2847), - [anon_sym_typedef] = ACTIONS(2847), - [anon_sym_virtual] = ACTIONS(2847), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym___attribute__] = ACTIONS(2847), - [anon_sym___attribute] = ACTIONS(2847), - [anon_sym_COLON_COLON] = ACTIONS(2849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2849), - [anon_sym___declspec] = ACTIONS(2847), - [anon_sym___based] = ACTIONS(2847), - [anon_sym___cdecl] = ACTIONS(2847), - [anon_sym___clrcall] = ACTIONS(2847), - [anon_sym___stdcall] = ACTIONS(2847), - [anon_sym___fastcall] = ACTIONS(2847), - [anon_sym___thiscall] = ACTIONS(2847), - [anon_sym___vectorcall] = ACTIONS(2847), - [anon_sym_LBRACE] = ACTIONS(2849), - [anon_sym_RBRACE] = ACTIONS(2849), - [anon_sym_signed] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym___inline] = ACTIONS(2847), - [anon_sym___inline__] = ACTIONS(2847), - [anon_sym___forceinline] = ACTIONS(2847), - [anon_sym_thread_local] = ACTIONS(2847), - [anon_sym___thread] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_constexpr] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym___restrict__] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym__Noreturn] = ACTIONS(2847), - [anon_sym_noreturn] = ACTIONS(2847), - [anon_sym__Nonnull] = ACTIONS(2847), - [anon_sym_mutable] = ACTIONS(2847), - [anon_sym_constinit] = ACTIONS(2847), - [anon_sym_consteval] = ACTIONS(2847), - [anon_sym_PROGMEM] = ACTIONS(2847), - [anon_sym_alignas] = ACTIONS(2847), - [anon_sym__Alignas] = ACTIONS(2847), - [aux_sym_primitive_type_token1] = ACTIONS(2847), - [anon_sym_byte] = ACTIONS(2847), - [anon_sym_word] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_class] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [anon_sym_if] = ACTIONS(2847), - [anon_sym_else] = ACTIONS(2847), - [anon_sym_switch] = ACTIONS(2847), - [anon_sym_case] = ACTIONS(2847), - [anon_sym_default] = ACTIONS(2847), - [anon_sym_while] = ACTIONS(2847), - [anon_sym_do] = ACTIONS(2847), - [anon_sym_for] = ACTIONS(2847), - [anon_sym_return] = ACTIONS(2847), - [anon_sym_break] = ACTIONS(2847), - [anon_sym_continue] = ACTIONS(2847), - [anon_sym_goto] = ACTIONS(2847), - [anon_sym___try] = ACTIONS(2847), - [anon_sym___leave] = ACTIONS(2847), - [anon_sym_not] = ACTIONS(2847), - [anon_sym_compl] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_sizeof] = ACTIONS(2847), - [anon_sym___alignof__] = ACTIONS(2847), - [anon_sym___alignof] = ACTIONS(2847), - [anon_sym__alignof] = ACTIONS(2847), - [anon_sym_alignof] = ACTIONS(2847), - [anon_sym__Alignof] = ACTIONS(2847), - [anon_sym_offsetof] = ACTIONS(2847), - [anon_sym__Generic] = ACTIONS(2847), - [anon_sym_asm] = ACTIONS(2847), - [anon_sym___asm__] = ACTIONS(2847), - [anon_sym___asm] = ACTIONS(2847), - [aux_sym_number_literal_token1] = ACTIONS(2849), - [aux_sym_number_literal_token2] = ACTIONS(2847), - [anon_sym_L_SQUOTE] = ACTIONS(2849), - [anon_sym_u_SQUOTE] = ACTIONS(2849), - [anon_sym_U_SQUOTE] = ACTIONS(2849), - [anon_sym_u8_SQUOTE] = ACTIONS(2849), - [anon_sym_SQUOTE] = ACTIONS(2849), - [anon_sym_L_DQUOTE] = ACTIONS(2849), - [anon_sym_u_DQUOTE] = ACTIONS(2849), - [anon_sym_U_DQUOTE] = ACTIONS(2849), - [anon_sym_u8_DQUOTE] = ACTIONS(2849), - [anon_sym_DQUOTE] = ACTIONS(2849), - [sym_true] = ACTIONS(2847), - [sym_false] = ACTIONS(2847), - [anon_sym_NULL] = ACTIONS(2847), - [anon_sym_nullptr] = ACTIONS(2847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2847), - [anon_sym_decltype] = ACTIONS(2847), - [anon_sym_explicit] = ACTIONS(2847), - [anon_sym_typename] = ACTIONS(2847), - [anon_sym_template] = ACTIONS(2847), - [anon_sym_operator] = ACTIONS(2847), - [anon_sym_try] = ACTIONS(2847), - [anon_sym_delete] = ACTIONS(2847), - [anon_sym_throw] = ACTIONS(2847), - [anon_sym_namespace] = ACTIONS(2847), - [anon_sym_using] = ACTIONS(2847), - [anon_sym_static_assert] = ACTIONS(2847), - [anon_sym_concept] = ACTIONS(2847), - [anon_sym_co_return] = ACTIONS(2847), - [anon_sym_co_yield] = ACTIONS(2847), - [anon_sym_R_DQUOTE] = ACTIONS(2849), - [anon_sym_LR_DQUOTE] = ACTIONS(2849), - [anon_sym_uR_DQUOTE] = ACTIONS(2849), - [anon_sym_UR_DQUOTE] = ACTIONS(2849), - [anon_sym_u8R_DQUOTE] = ACTIONS(2849), - [anon_sym_co_await] = ACTIONS(2847), - [anon_sym_new] = ACTIONS(2847), - [anon_sym_requires] = ACTIONS(2847), - [sym_this] = ACTIONS(2847), + [477] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), }, - [457] = { - [ts_builtin_sym_end] = ACTIONS(2883), - [sym_identifier] = ACTIONS(2881), - [aux_sym_preproc_include_token1] = ACTIONS(2881), - [aux_sym_preproc_def_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2881), - [sym_preproc_directive] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym___extension__] = ACTIONS(2881), - [anon_sym_typedef] = ACTIONS(2881), - [anon_sym_virtual] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___attribute] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym___based] = ACTIONS(2881), - [anon_sym___cdecl] = ACTIONS(2881), - [anon_sym___clrcall] = ACTIONS(2881), - [anon_sym___stdcall] = ACTIONS(2881), - [anon_sym___fastcall] = ACTIONS(2881), - [anon_sym___thiscall] = ACTIONS(2881), - [anon_sym___vectorcall] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_signed] = ACTIONS(2881), - [anon_sym_unsigned] = ACTIONS(2881), - [anon_sym_long] = ACTIONS(2881), - [anon_sym_short] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym___inline] = ACTIONS(2881), - [anon_sym___inline__] = ACTIONS(2881), - [anon_sym___forceinline] = ACTIONS(2881), - [anon_sym_thread_local] = ACTIONS(2881), - [anon_sym___thread] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym___restrict__] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym__Noreturn] = ACTIONS(2881), - [anon_sym_noreturn] = ACTIONS(2881), - [anon_sym__Nonnull] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constinit] = ACTIONS(2881), - [anon_sym_consteval] = ACTIONS(2881), - [anon_sym_PROGMEM] = ACTIONS(2881), - [anon_sym_alignas] = ACTIONS(2881), - [anon_sym__Alignas] = ACTIONS(2881), - [aux_sym_primitive_type_token1] = ACTIONS(2881), - [anon_sym_byte] = ACTIONS(2881), - [anon_sym_word] = ACTIONS(2881), - [anon_sym_enum] = ACTIONS(2881), - [anon_sym_class] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2881), - [anon_sym_union] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2881), - [anon_sym_else] = ACTIONS(2881), - [anon_sym_switch] = ACTIONS(2881), - [anon_sym_case] = ACTIONS(2881), - [anon_sym_default] = ACTIONS(2881), - [anon_sym_while] = ACTIONS(2881), - [anon_sym_do] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2881), - [anon_sym_return] = ACTIONS(2881), - [anon_sym_break] = ACTIONS(2881), - [anon_sym_continue] = ACTIONS(2881), - [anon_sym_goto] = ACTIONS(2881), - [anon_sym___try] = ACTIONS(2881), - [anon_sym___leave] = ACTIONS(2881), - [anon_sym_not] = ACTIONS(2881), - [anon_sym_compl] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_sizeof] = ACTIONS(2881), - [anon_sym___alignof__] = ACTIONS(2881), - [anon_sym___alignof] = ACTIONS(2881), - [anon_sym__alignof] = ACTIONS(2881), - [anon_sym_alignof] = ACTIONS(2881), - [anon_sym__Alignof] = ACTIONS(2881), - [anon_sym_offsetof] = ACTIONS(2881), - [anon_sym__Generic] = ACTIONS(2881), - [anon_sym_asm] = ACTIONS(2881), - [anon_sym___asm__] = ACTIONS(2881), - [anon_sym___asm] = ACTIONS(2881), - [aux_sym_number_literal_token1] = ACTIONS(2883), - [aux_sym_number_literal_token2] = ACTIONS(2881), - [anon_sym_L_SQUOTE] = ACTIONS(2883), - [anon_sym_u_SQUOTE] = ACTIONS(2883), - [anon_sym_U_SQUOTE] = ACTIONS(2883), - [anon_sym_u8_SQUOTE] = ACTIONS(2883), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_L_DQUOTE] = ACTIONS(2883), - [anon_sym_u_DQUOTE] = ACTIONS(2883), - [anon_sym_U_DQUOTE] = ACTIONS(2883), - [anon_sym_u8_DQUOTE] = ACTIONS(2883), - [anon_sym_DQUOTE] = ACTIONS(2883), - [sym_true] = ACTIONS(2881), - [sym_false] = ACTIONS(2881), - [anon_sym_NULL] = ACTIONS(2881), - [anon_sym_nullptr] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2881), - [anon_sym_decltype] = ACTIONS(2881), - [anon_sym_explicit] = ACTIONS(2881), - [anon_sym_typename] = ACTIONS(2881), - [anon_sym_template] = ACTIONS(2881), - [anon_sym_operator] = ACTIONS(2881), - [anon_sym_try] = ACTIONS(2881), - [anon_sym_delete] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_namespace] = ACTIONS(2881), - [anon_sym_using] = ACTIONS(2881), - [anon_sym_static_assert] = ACTIONS(2881), - [anon_sym_concept] = ACTIONS(2881), - [anon_sym_co_return] = ACTIONS(2881), - [anon_sym_co_yield] = ACTIONS(2881), - [anon_sym_R_DQUOTE] = ACTIONS(2883), - [anon_sym_LR_DQUOTE] = ACTIONS(2883), - [anon_sym_uR_DQUOTE] = ACTIONS(2883), - [anon_sym_UR_DQUOTE] = ACTIONS(2883), - [anon_sym_u8R_DQUOTE] = ACTIONS(2883), - [anon_sym_co_await] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(2881), - [anon_sym_requires] = ACTIONS(2881), - [sym_this] = ACTIONS(2881), + [478] = { + [ts_builtin_sym_end] = ACTIONS(2867), + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_include_token1] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2865), + [anon_sym_PLUS] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym___cdecl] = ACTIONS(2865), + [anon_sym___clrcall] = ACTIONS(2865), + [anon_sym___stdcall] = ACTIONS(2865), + [anon_sym___fastcall] = ACTIONS(2865), + [anon_sym___thiscall] = ACTIONS(2865), + [anon_sym___vectorcall] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2865), + [anon_sym_else] = ACTIONS(2865), + [anon_sym_switch] = ACTIONS(2865), + [anon_sym_case] = ACTIONS(2865), + [anon_sym_default] = ACTIONS(2865), + [anon_sym_while] = ACTIONS(2865), + [anon_sym_do] = ACTIONS(2865), + [anon_sym_for] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2865), + [anon_sym_break] = ACTIONS(2865), + [anon_sym_continue] = ACTIONS(2865), + [anon_sym_goto] = ACTIONS(2865), + [anon_sym___try] = ACTIONS(2865), + [anon_sym___leave] = ACTIONS(2865), + [anon_sym_not] = ACTIONS(2865), + [anon_sym_compl] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_sizeof] = ACTIONS(2865), + [anon_sym___alignof__] = ACTIONS(2865), + [anon_sym___alignof] = ACTIONS(2865), + [anon_sym__alignof] = ACTIONS(2865), + [anon_sym_alignof] = ACTIONS(2865), + [anon_sym__Alignof] = ACTIONS(2865), + [anon_sym_offsetof] = ACTIONS(2865), + [anon_sym__Generic] = ACTIONS(2865), + [anon_sym_asm] = ACTIONS(2865), + [anon_sym___asm__] = ACTIONS(2865), + [anon_sym___asm] = ACTIONS(2865), + [aux_sym_number_literal_token1] = ACTIONS(2867), + [aux_sym_number_literal_token2] = ACTIONS(2865), + [anon_sym_L_SQUOTE] = ACTIONS(2867), + [anon_sym_u_SQUOTE] = ACTIONS(2867), + [anon_sym_U_SQUOTE] = ACTIONS(2867), + [anon_sym_u8_SQUOTE] = ACTIONS(2867), + [anon_sym_SQUOTE] = ACTIONS(2867), + [anon_sym_L_DQUOTE] = ACTIONS(2867), + [anon_sym_u_DQUOTE] = ACTIONS(2867), + [anon_sym_U_DQUOTE] = ACTIONS(2867), + [anon_sym_u8_DQUOTE] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2867), + [sym_true] = ACTIONS(2865), + [sym_false] = ACTIONS(2865), + [anon_sym_NULL] = ACTIONS(2865), + [anon_sym_nullptr] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_try] = ACTIONS(2865), + [anon_sym_delete] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_namespace] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + [anon_sym_concept] = ACTIONS(2865), + [anon_sym_co_return] = ACTIONS(2865), + [anon_sym_co_yield] = ACTIONS(2865), + [anon_sym_R_DQUOTE] = ACTIONS(2867), + [anon_sym_LR_DQUOTE] = ACTIONS(2867), + [anon_sym_uR_DQUOTE] = ACTIONS(2867), + [anon_sym_UR_DQUOTE] = ACTIONS(2867), + [anon_sym_u8R_DQUOTE] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2865), + [anon_sym_new] = ACTIONS(2865), + [anon_sym_requires] = ACTIONS(2865), + [sym_this] = ACTIONS(2865), }, - [458] = { - [sym_identifier] = ACTIONS(2877), - [aux_sym_preproc_include_token1] = ACTIONS(2877), - [aux_sym_preproc_def_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token2] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2877), - [sym_preproc_directive] = ACTIONS(2877), - [anon_sym_LPAREN2] = ACTIONS(2879), - [anon_sym_BANG] = ACTIONS(2879), - [anon_sym_TILDE] = ACTIONS(2879), - [anon_sym_DASH] = ACTIONS(2877), - [anon_sym_PLUS] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(2879), - [anon_sym_AMP_AMP] = ACTIONS(2879), - [anon_sym_AMP] = ACTIONS(2877), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym___extension__] = ACTIONS(2877), - [anon_sym_typedef] = ACTIONS(2877), - [anon_sym_virtual] = ACTIONS(2877), - [anon_sym_extern] = ACTIONS(2877), - [anon_sym___attribute__] = ACTIONS(2877), - [anon_sym___attribute] = ACTIONS(2877), - [anon_sym_COLON_COLON] = ACTIONS(2879), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2879), - [anon_sym___declspec] = ACTIONS(2877), - [anon_sym___based] = ACTIONS(2877), - [anon_sym___cdecl] = ACTIONS(2877), - [anon_sym___clrcall] = ACTIONS(2877), - [anon_sym___stdcall] = ACTIONS(2877), - [anon_sym___fastcall] = ACTIONS(2877), - [anon_sym___thiscall] = ACTIONS(2877), - [anon_sym___vectorcall] = ACTIONS(2877), - [anon_sym_LBRACE] = ACTIONS(2879), - [anon_sym_signed] = ACTIONS(2877), - [anon_sym_unsigned] = ACTIONS(2877), - [anon_sym_long] = ACTIONS(2877), - [anon_sym_short] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2877), - [anon_sym_static] = ACTIONS(2877), - [anon_sym_register] = ACTIONS(2877), - [anon_sym_inline] = ACTIONS(2877), - [anon_sym___inline] = ACTIONS(2877), - [anon_sym___inline__] = ACTIONS(2877), - [anon_sym___forceinline] = ACTIONS(2877), - [anon_sym_thread_local] = ACTIONS(2877), - [anon_sym___thread] = ACTIONS(2877), - [anon_sym_const] = ACTIONS(2877), - [anon_sym_constexpr] = ACTIONS(2877), - [anon_sym_volatile] = ACTIONS(2877), - [anon_sym_restrict] = ACTIONS(2877), - [anon_sym___restrict__] = ACTIONS(2877), - [anon_sym__Atomic] = ACTIONS(2877), - [anon_sym__Noreturn] = ACTIONS(2877), - [anon_sym_noreturn] = ACTIONS(2877), - [anon_sym__Nonnull] = ACTIONS(2877), - [anon_sym_mutable] = ACTIONS(2877), - [anon_sym_constinit] = ACTIONS(2877), - [anon_sym_consteval] = ACTIONS(2877), - [anon_sym_PROGMEM] = ACTIONS(2877), - [anon_sym_alignas] = ACTIONS(2877), - [anon_sym__Alignas] = ACTIONS(2877), - [aux_sym_primitive_type_token1] = ACTIONS(2877), - [anon_sym_byte] = ACTIONS(2877), - [anon_sym_word] = ACTIONS(2877), - [anon_sym_enum] = ACTIONS(2877), - [anon_sym_class] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(2877), - [anon_sym_union] = ACTIONS(2877), - [anon_sym_if] = ACTIONS(2877), - [anon_sym_else] = ACTIONS(2877), - [anon_sym_switch] = ACTIONS(2877), - [anon_sym_case] = ACTIONS(2877), - [anon_sym_default] = ACTIONS(2877), - [anon_sym_while] = ACTIONS(2877), - [anon_sym_do] = ACTIONS(2877), - [anon_sym_for] = ACTIONS(2877), - [anon_sym_return] = ACTIONS(2877), - [anon_sym_break] = ACTIONS(2877), - [anon_sym_continue] = ACTIONS(2877), - [anon_sym_goto] = ACTIONS(2877), - [anon_sym___try] = ACTIONS(2877), - [anon_sym___leave] = ACTIONS(2877), - [anon_sym_not] = ACTIONS(2877), - [anon_sym_compl] = ACTIONS(2877), - [anon_sym_DASH_DASH] = ACTIONS(2879), - [anon_sym_PLUS_PLUS] = ACTIONS(2879), - [anon_sym_sizeof] = ACTIONS(2877), - [anon_sym___alignof__] = ACTIONS(2877), - [anon_sym___alignof] = ACTIONS(2877), - [anon_sym__alignof] = ACTIONS(2877), - [anon_sym_alignof] = ACTIONS(2877), - [anon_sym__Alignof] = ACTIONS(2877), - [anon_sym_offsetof] = ACTIONS(2877), - [anon_sym__Generic] = ACTIONS(2877), - [anon_sym_asm] = ACTIONS(2877), - [anon_sym___asm__] = ACTIONS(2877), - [anon_sym___asm] = ACTIONS(2877), - [aux_sym_number_literal_token1] = ACTIONS(2879), - [aux_sym_number_literal_token2] = ACTIONS(2877), - [anon_sym_L_SQUOTE] = ACTIONS(2879), - [anon_sym_u_SQUOTE] = ACTIONS(2879), - [anon_sym_U_SQUOTE] = ACTIONS(2879), - [anon_sym_u8_SQUOTE] = ACTIONS(2879), - [anon_sym_SQUOTE] = ACTIONS(2879), - [anon_sym_L_DQUOTE] = ACTIONS(2879), - [anon_sym_u_DQUOTE] = ACTIONS(2879), - [anon_sym_U_DQUOTE] = ACTIONS(2879), - [anon_sym_u8_DQUOTE] = ACTIONS(2879), - [anon_sym_DQUOTE] = ACTIONS(2879), - [sym_true] = ACTIONS(2877), - [sym_false] = ACTIONS(2877), - [anon_sym_NULL] = ACTIONS(2877), - [anon_sym_nullptr] = ACTIONS(2877), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2877), - [anon_sym_decltype] = ACTIONS(2877), - [anon_sym_explicit] = ACTIONS(2877), - [anon_sym_typename] = ACTIONS(2877), - [anon_sym_template] = ACTIONS(2877), - [anon_sym_operator] = ACTIONS(2877), - [anon_sym_try] = ACTIONS(2877), - [anon_sym_delete] = ACTIONS(2877), - [anon_sym_throw] = ACTIONS(2877), - [anon_sym_namespace] = ACTIONS(2877), - [anon_sym_using] = ACTIONS(2877), - [anon_sym_static_assert] = ACTIONS(2877), - [anon_sym_concept] = ACTIONS(2877), - [anon_sym_co_return] = ACTIONS(2877), - [anon_sym_co_yield] = ACTIONS(2877), - [anon_sym_R_DQUOTE] = ACTIONS(2879), - [anon_sym_LR_DQUOTE] = ACTIONS(2879), - [anon_sym_uR_DQUOTE] = ACTIONS(2879), - [anon_sym_UR_DQUOTE] = ACTIONS(2879), - [anon_sym_u8R_DQUOTE] = ACTIONS(2879), - [anon_sym_co_await] = ACTIONS(2877), - [anon_sym_new] = ACTIONS(2877), - [anon_sym_requires] = ACTIONS(2877), - [sym_this] = ACTIONS(2877), + [479] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_include_token1] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token2] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2865), + [anon_sym_PLUS] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym___cdecl] = ACTIONS(2865), + [anon_sym___clrcall] = ACTIONS(2865), + [anon_sym___stdcall] = ACTIONS(2865), + [anon_sym___fastcall] = ACTIONS(2865), + [anon_sym___thiscall] = ACTIONS(2865), + [anon_sym___vectorcall] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2865), + [anon_sym_else] = ACTIONS(2865), + [anon_sym_switch] = ACTIONS(2865), + [anon_sym_case] = ACTIONS(2865), + [anon_sym_default] = ACTIONS(2865), + [anon_sym_while] = ACTIONS(2865), + [anon_sym_do] = ACTIONS(2865), + [anon_sym_for] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2865), + [anon_sym_break] = ACTIONS(2865), + [anon_sym_continue] = ACTIONS(2865), + [anon_sym_goto] = ACTIONS(2865), + [anon_sym___try] = ACTIONS(2865), + [anon_sym___leave] = ACTIONS(2865), + [anon_sym_not] = ACTIONS(2865), + [anon_sym_compl] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_sizeof] = ACTIONS(2865), + [anon_sym___alignof__] = ACTIONS(2865), + [anon_sym___alignof] = ACTIONS(2865), + [anon_sym__alignof] = ACTIONS(2865), + [anon_sym_alignof] = ACTIONS(2865), + [anon_sym__Alignof] = ACTIONS(2865), + [anon_sym_offsetof] = ACTIONS(2865), + [anon_sym__Generic] = ACTIONS(2865), + [anon_sym_asm] = ACTIONS(2865), + [anon_sym___asm__] = ACTIONS(2865), + [anon_sym___asm] = ACTIONS(2865), + [aux_sym_number_literal_token1] = ACTIONS(2867), + [aux_sym_number_literal_token2] = ACTIONS(2865), + [anon_sym_L_SQUOTE] = ACTIONS(2867), + [anon_sym_u_SQUOTE] = ACTIONS(2867), + [anon_sym_U_SQUOTE] = ACTIONS(2867), + [anon_sym_u8_SQUOTE] = ACTIONS(2867), + [anon_sym_SQUOTE] = ACTIONS(2867), + [anon_sym_L_DQUOTE] = ACTIONS(2867), + [anon_sym_u_DQUOTE] = ACTIONS(2867), + [anon_sym_U_DQUOTE] = ACTIONS(2867), + [anon_sym_u8_DQUOTE] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2867), + [sym_true] = ACTIONS(2865), + [sym_false] = ACTIONS(2865), + [anon_sym_NULL] = ACTIONS(2865), + [anon_sym_nullptr] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_try] = ACTIONS(2865), + [anon_sym_delete] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_namespace] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + [anon_sym_concept] = ACTIONS(2865), + [anon_sym_co_return] = ACTIONS(2865), + [anon_sym_co_yield] = ACTIONS(2865), + [anon_sym_R_DQUOTE] = ACTIONS(2867), + [anon_sym_LR_DQUOTE] = ACTIONS(2867), + [anon_sym_uR_DQUOTE] = ACTIONS(2867), + [anon_sym_UR_DQUOTE] = ACTIONS(2867), + [anon_sym_u8R_DQUOTE] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2865), + [anon_sym_new] = ACTIONS(2865), + [anon_sym_requires] = ACTIONS(2865), + [sym_this] = ACTIONS(2865), }, - [459] = { - [ts_builtin_sym_end] = ACTIONS(2887), - [sym_identifier] = ACTIONS(2885), - [aux_sym_preproc_include_token1] = ACTIONS(2885), - [aux_sym_preproc_def_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2885), - [sym_preproc_directive] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym___extension__] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___attribute] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2887), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym___cdecl] = ACTIONS(2885), - [anon_sym___clrcall] = ACTIONS(2885), - [anon_sym___stdcall] = ACTIONS(2885), - [anon_sym___fastcall] = ACTIONS(2885), - [anon_sym___thiscall] = ACTIONS(2885), - [anon_sym___vectorcall] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym___inline] = ACTIONS(2885), - [anon_sym___inline__] = ACTIONS(2885), - [anon_sym___forceinline] = ACTIONS(2885), - [anon_sym_thread_local] = ACTIONS(2885), - [anon_sym___thread] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym___restrict__] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym__Noreturn] = ACTIONS(2885), - [anon_sym_noreturn] = ACTIONS(2885), - [anon_sym__Nonnull] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constinit] = ACTIONS(2885), - [anon_sym_consteval] = ACTIONS(2885), - [anon_sym_PROGMEM] = ACTIONS(2885), - [anon_sym_alignas] = ACTIONS(2885), - [anon_sym__Alignas] = ACTIONS(2885), - [aux_sym_primitive_type_token1] = ACTIONS(2885), - [anon_sym_byte] = ACTIONS(2885), - [anon_sym_word] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2885), - [anon_sym_else] = ACTIONS(2885), - [anon_sym_switch] = ACTIONS(2885), - [anon_sym_case] = ACTIONS(2885), - [anon_sym_default] = ACTIONS(2885), - [anon_sym_while] = ACTIONS(2885), - [anon_sym_do] = ACTIONS(2885), - [anon_sym_for] = ACTIONS(2885), - [anon_sym_return] = ACTIONS(2885), - [anon_sym_break] = ACTIONS(2885), - [anon_sym_continue] = ACTIONS(2885), - [anon_sym_goto] = ACTIONS(2885), - [anon_sym___try] = ACTIONS(2885), - [anon_sym___leave] = ACTIONS(2885), - [anon_sym_not] = ACTIONS(2885), - [anon_sym_compl] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_sizeof] = ACTIONS(2885), - [anon_sym___alignof__] = ACTIONS(2885), - [anon_sym___alignof] = ACTIONS(2885), - [anon_sym__alignof] = ACTIONS(2885), - [anon_sym_alignof] = ACTIONS(2885), - [anon_sym__Alignof] = ACTIONS(2885), - [anon_sym_offsetof] = ACTIONS(2885), - [anon_sym__Generic] = ACTIONS(2885), - [anon_sym_asm] = ACTIONS(2885), - [anon_sym___asm__] = ACTIONS(2885), - [anon_sym___asm] = ACTIONS(2885), - [aux_sym_number_literal_token1] = ACTIONS(2887), - [aux_sym_number_literal_token2] = ACTIONS(2885), - [anon_sym_L_SQUOTE] = ACTIONS(2887), - [anon_sym_u_SQUOTE] = ACTIONS(2887), - [anon_sym_U_SQUOTE] = ACTIONS(2887), - [anon_sym_u8_SQUOTE] = ACTIONS(2887), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_L_DQUOTE] = ACTIONS(2887), - [anon_sym_u_DQUOTE] = ACTIONS(2887), - [anon_sym_U_DQUOTE] = ACTIONS(2887), - [anon_sym_u8_DQUOTE] = ACTIONS(2887), - [anon_sym_DQUOTE] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [anon_sym_NULL] = ACTIONS(2885), - [anon_sym_nullptr] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2885), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_explicit] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_template] = ACTIONS(2885), - [anon_sym_operator] = ACTIONS(2885), - [anon_sym_try] = ACTIONS(2885), - [anon_sym_delete] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [anon_sym_namespace] = ACTIONS(2885), - [anon_sym_using] = ACTIONS(2885), - [anon_sym_static_assert] = ACTIONS(2885), - [anon_sym_concept] = ACTIONS(2885), - [anon_sym_co_return] = ACTIONS(2885), - [anon_sym_co_yield] = ACTIONS(2885), - [anon_sym_R_DQUOTE] = ACTIONS(2887), - [anon_sym_LR_DQUOTE] = ACTIONS(2887), - [anon_sym_uR_DQUOTE] = ACTIONS(2887), - [anon_sym_UR_DQUOTE] = ACTIONS(2887), - [anon_sym_u8R_DQUOTE] = ACTIONS(2887), - [anon_sym_co_await] = ACTIONS(2885), - [anon_sym_new] = ACTIONS(2885), - [anon_sym_requires] = ACTIONS(2885), - [sym_this] = ACTIONS(2885), + [480] = { + [sym_identifier] = ACTIONS(2671), + [aux_sym_preproc_include_token1] = ACTIONS(2671), + [aux_sym_preproc_def_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token2] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2671), + [sym_preproc_directive] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_TILDE] = ACTIONS(2676), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_AMP_AMP] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym___extension__] = ACTIONS(2671), + [anon_sym_typedef] = ACTIONS(2671), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym___based] = ACTIONS(2671), + [anon_sym___cdecl] = ACTIONS(2671), + [anon_sym___clrcall] = ACTIONS(2671), + [anon_sym___stdcall] = ACTIONS(2671), + [anon_sym___fastcall] = ACTIONS(2671), + [anon_sym___thiscall] = ACTIONS(2671), + [anon_sym___vectorcall] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2671), + [anon_sym_byte] = ACTIONS(2671), + [anon_sym_word] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [anon_sym_if] = ACTIONS(2671), + [anon_sym_else] = ACTIONS(2671), + [anon_sym_switch] = ACTIONS(2671), + [anon_sym_case] = ACTIONS(2671), + [anon_sym_default] = ACTIONS(2671), + [anon_sym_while] = ACTIONS(2671), + [anon_sym_do] = ACTIONS(2671), + [anon_sym_for] = ACTIONS(2671), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2671), + [anon_sym_continue] = ACTIONS(2671), + [anon_sym_goto] = ACTIONS(2671), + [anon_sym___try] = ACTIONS(2671), + [anon_sym___leave] = ACTIONS(2671), + [anon_sym_not] = ACTIONS(2671), + [anon_sym_compl] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2676), + [anon_sym_PLUS_PLUS] = ACTIONS(2676), + [anon_sym_sizeof] = ACTIONS(2671), + [anon_sym___alignof__] = ACTIONS(2671), + [anon_sym___alignof] = ACTIONS(2671), + [anon_sym__alignof] = ACTIONS(2671), + [anon_sym_alignof] = ACTIONS(2671), + [anon_sym__Alignof] = ACTIONS(2671), + [anon_sym_offsetof] = ACTIONS(2671), + [anon_sym__Generic] = ACTIONS(2671), + [anon_sym_asm] = ACTIONS(2671), + [anon_sym___asm__] = ACTIONS(2671), + [anon_sym___asm] = ACTIONS(2671), + [aux_sym_number_literal_token1] = ACTIONS(2676), + [aux_sym_number_literal_token2] = ACTIONS(2671), + [anon_sym_L_SQUOTE] = ACTIONS(2676), + [anon_sym_u_SQUOTE] = ACTIONS(2676), + [anon_sym_U_SQUOTE] = ACTIONS(2676), + [anon_sym_u8_SQUOTE] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2676), + [anon_sym_L_DQUOTE] = ACTIONS(2676), + [anon_sym_u_DQUOTE] = ACTIONS(2676), + [anon_sym_U_DQUOTE] = ACTIONS(2676), + [anon_sym_u8_DQUOTE] = ACTIONS(2676), + [anon_sym_DQUOTE] = ACTIONS(2676), + [sym_true] = ACTIONS(2671), + [sym_false] = ACTIONS(2671), + [anon_sym_NULL] = ACTIONS(2671), + [anon_sym_nullptr] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2671), + [anon_sym_explicit] = ACTIONS(2671), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2671), + [anon_sym_operator] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(2671), + [anon_sym_delete] = ACTIONS(2671), + [anon_sym_throw] = ACTIONS(2671), + [anon_sym_namespace] = ACTIONS(2671), + [anon_sym_using] = ACTIONS(2671), + [anon_sym_static_assert] = ACTIONS(2671), + [anon_sym_concept] = ACTIONS(2671), + [anon_sym_co_return] = ACTIONS(2671), + [anon_sym_co_yield] = ACTIONS(2671), + [anon_sym_R_DQUOTE] = ACTIONS(2676), + [anon_sym_LR_DQUOTE] = ACTIONS(2676), + [anon_sym_uR_DQUOTE] = ACTIONS(2676), + [anon_sym_UR_DQUOTE] = ACTIONS(2676), + [anon_sym_u8R_DQUOTE] = ACTIONS(2676), + [anon_sym_co_await] = ACTIONS(2671), + [anon_sym_new] = ACTIONS(2671), + [anon_sym_requires] = ACTIONS(2671), + [sym_this] = ACTIONS(2671), }, - [460] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), + [481] = { + [sym_identifier] = ACTIONS(2733), + [aux_sym_preproc_include_token1] = ACTIONS(2733), + [aux_sym_preproc_def_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token2] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2733), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym___extension__] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2733), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym___cdecl] = ACTIONS(2733), + [anon_sym___clrcall] = ACTIONS(2733), + [anon_sym___stdcall] = ACTIONS(2733), + [anon_sym___fastcall] = ACTIONS(2733), + [anon_sym___thiscall] = ACTIONS(2733), + [anon_sym___vectorcall] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2733), + [anon_sym_byte] = ACTIONS(2733), + [anon_sym_word] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_if] = ACTIONS(2733), + [anon_sym_else] = ACTIONS(2733), + [anon_sym_switch] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_default] = ACTIONS(2733), + [anon_sym_while] = ACTIONS(2733), + [anon_sym_do] = ACTIONS(2733), + [anon_sym_for] = ACTIONS(2733), + [anon_sym_return] = ACTIONS(2733), + [anon_sym_break] = ACTIONS(2733), + [anon_sym_continue] = ACTIONS(2733), + [anon_sym_goto] = ACTIONS(2733), + [anon_sym___try] = ACTIONS(2733), + [anon_sym___leave] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2733), + [anon_sym_compl] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2733), + [anon_sym___alignof__] = ACTIONS(2733), + [anon_sym___alignof] = ACTIONS(2733), + [anon_sym__alignof] = ACTIONS(2733), + [anon_sym_alignof] = ACTIONS(2733), + [anon_sym__Alignof] = ACTIONS(2733), + [anon_sym_offsetof] = ACTIONS(2733), + [anon_sym__Generic] = ACTIONS(2733), + [anon_sym_asm] = ACTIONS(2733), + [anon_sym___asm__] = ACTIONS(2733), + [anon_sym___asm] = ACTIONS(2733), + [aux_sym_number_literal_token1] = ACTIONS(2738), + [aux_sym_number_literal_token2] = ACTIONS(2733), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2733), + [sym_false] = ACTIONS(2733), + [anon_sym_NULL] = ACTIONS(2733), + [anon_sym_nullptr] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2733), + [anon_sym_explicit] = ACTIONS(2733), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2733), + [anon_sym_operator] = ACTIONS(2733), + [anon_sym_try] = ACTIONS(2733), + [anon_sym_delete] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [anon_sym_namespace] = ACTIONS(2733), + [anon_sym_using] = ACTIONS(2733), + [anon_sym_static_assert] = ACTIONS(2733), + [anon_sym_concept] = ACTIONS(2733), + [anon_sym_co_return] = ACTIONS(2733), + [anon_sym_co_yield] = ACTIONS(2733), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2733), + [anon_sym_requires] = ACTIONS(2733), + [sym_this] = ACTIONS(2733), }, - [461] = { - [sym_identifier] = ACTIONS(2843), - [aux_sym_preproc_include_token1] = ACTIONS(2843), - [aux_sym_preproc_def_token1] = ACTIONS(2843), - [aux_sym_preproc_if_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2843), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2843), - [sym_preproc_directive] = ACTIONS(2843), - [anon_sym_LPAREN2] = ACTIONS(2845), - [anon_sym_BANG] = ACTIONS(2845), - [anon_sym_TILDE] = ACTIONS(2845), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2845), - [anon_sym_AMP_AMP] = ACTIONS(2845), - [anon_sym_AMP] = ACTIONS(2843), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym___extension__] = ACTIONS(2843), - [anon_sym_typedef] = ACTIONS(2843), - [anon_sym_virtual] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___attribute] = ACTIONS(2843), - [anon_sym_COLON_COLON] = ACTIONS(2845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2845), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym___based] = ACTIONS(2843), - [anon_sym___cdecl] = ACTIONS(2843), - [anon_sym___clrcall] = ACTIONS(2843), - [anon_sym___stdcall] = ACTIONS(2843), - [anon_sym___fastcall] = ACTIONS(2843), - [anon_sym___thiscall] = ACTIONS(2843), - [anon_sym___vectorcall] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_RBRACE] = ACTIONS(2845), - [anon_sym_signed] = ACTIONS(2843), - [anon_sym_unsigned] = ACTIONS(2843), - [anon_sym_long] = ACTIONS(2843), - [anon_sym_short] = ACTIONS(2843), - [anon_sym_LBRACK] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym___inline] = ACTIONS(2843), - [anon_sym___inline__] = ACTIONS(2843), - [anon_sym___forceinline] = ACTIONS(2843), - [anon_sym_thread_local] = ACTIONS(2843), - [anon_sym___thread] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym___restrict__] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym__Noreturn] = ACTIONS(2843), - [anon_sym_noreturn] = ACTIONS(2843), - [anon_sym__Nonnull] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constinit] = ACTIONS(2843), - [anon_sym_consteval] = ACTIONS(2843), - [anon_sym_PROGMEM] = ACTIONS(2843), - [anon_sym_alignas] = ACTIONS(2843), - [anon_sym__Alignas] = ACTIONS(2843), - [aux_sym_primitive_type_token1] = ACTIONS(2843), - [anon_sym_byte] = ACTIONS(2843), - [anon_sym_word] = ACTIONS(2843), - [anon_sym_enum] = ACTIONS(2843), - [anon_sym_class] = ACTIONS(2843), - [anon_sym_struct] = ACTIONS(2843), - [anon_sym_union] = ACTIONS(2843), - [anon_sym_if] = ACTIONS(2843), - [anon_sym_else] = ACTIONS(2843), - [anon_sym_switch] = ACTIONS(2843), - [anon_sym_case] = ACTIONS(2843), - [anon_sym_default] = ACTIONS(2843), - [anon_sym_while] = ACTIONS(2843), - [anon_sym_do] = ACTIONS(2843), - [anon_sym_for] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2843), - [anon_sym_break] = ACTIONS(2843), - [anon_sym_continue] = ACTIONS(2843), - [anon_sym_goto] = ACTIONS(2843), - [anon_sym___try] = ACTIONS(2843), - [anon_sym___leave] = ACTIONS(2843), - [anon_sym_not] = ACTIONS(2843), - [anon_sym_compl] = ACTIONS(2843), - [anon_sym_DASH_DASH] = ACTIONS(2845), - [anon_sym_PLUS_PLUS] = ACTIONS(2845), - [anon_sym_sizeof] = ACTIONS(2843), - [anon_sym___alignof__] = ACTIONS(2843), - [anon_sym___alignof] = ACTIONS(2843), - [anon_sym__alignof] = ACTIONS(2843), - [anon_sym_alignof] = ACTIONS(2843), - [anon_sym__Alignof] = ACTIONS(2843), - [anon_sym_offsetof] = ACTIONS(2843), - [anon_sym__Generic] = ACTIONS(2843), - [anon_sym_asm] = ACTIONS(2843), - [anon_sym___asm__] = ACTIONS(2843), - [anon_sym___asm] = ACTIONS(2843), - [aux_sym_number_literal_token1] = ACTIONS(2845), - [aux_sym_number_literal_token2] = ACTIONS(2843), - [anon_sym_L_SQUOTE] = ACTIONS(2845), - [anon_sym_u_SQUOTE] = ACTIONS(2845), - [anon_sym_U_SQUOTE] = ACTIONS(2845), - [anon_sym_u8_SQUOTE] = ACTIONS(2845), - [anon_sym_SQUOTE] = ACTIONS(2845), - [anon_sym_L_DQUOTE] = ACTIONS(2845), - [anon_sym_u_DQUOTE] = ACTIONS(2845), - [anon_sym_U_DQUOTE] = ACTIONS(2845), - [anon_sym_u8_DQUOTE] = ACTIONS(2845), - [anon_sym_DQUOTE] = ACTIONS(2845), - [sym_true] = ACTIONS(2843), - [sym_false] = ACTIONS(2843), - [anon_sym_NULL] = ACTIONS(2843), - [anon_sym_nullptr] = ACTIONS(2843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2843), - [anon_sym_decltype] = ACTIONS(2843), - [anon_sym_explicit] = ACTIONS(2843), - [anon_sym_typename] = ACTIONS(2843), - [anon_sym_template] = ACTIONS(2843), - [anon_sym_operator] = ACTIONS(2843), - [anon_sym_try] = ACTIONS(2843), - [anon_sym_delete] = ACTIONS(2843), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_namespace] = ACTIONS(2843), - [anon_sym_using] = ACTIONS(2843), - [anon_sym_static_assert] = ACTIONS(2843), - [anon_sym_concept] = ACTIONS(2843), - [anon_sym_co_return] = ACTIONS(2843), - [anon_sym_co_yield] = ACTIONS(2843), - [anon_sym_R_DQUOTE] = ACTIONS(2845), - [anon_sym_LR_DQUOTE] = ACTIONS(2845), - [anon_sym_uR_DQUOTE] = ACTIONS(2845), - [anon_sym_UR_DQUOTE] = ACTIONS(2845), - [anon_sym_u8R_DQUOTE] = ACTIONS(2845), - [anon_sym_co_await] = ACTIONS(2843), - [anon_sym_new] = ACTIONS(2843), - [anon_sym_requires] = ACTIONS(2843), - [sym_this] = ACTIONS(2843), + [482] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), }, - [462] = { + [483] = { + [sym_catch_clause] = STATE(308), + [aux_sym_constructor_try_statement_repeat1] = STATE(308), + [ts_builtin_sym_end] = ACTIONS(2581), + [sym_identifier] = ACTIONS(2579), + [aux_sym_preproc_include_token1] = ACTIONS(2579), + [aux_sym_preproc_def_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), + [sym_preproc_directive] = ACTIONS(2579), + [anon_sym_LPAREN2] = ACTIONS(2581), + [anon_sym_BANG] = ACTIONS(2581), + [anon_sym_TILDE] = ACTIONS(2581), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_PLUS] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2581), + [anon_sym_AMP_AMP] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2579), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym___extension__] = ACTIONS(2579), + [anon_sym_typedef] = ACTIONS(2579), + [anon_sym_virtual] = ACTIONS(2579), + [anon_sym_extern] = ACTIONS(2579), + [anon_sym___attribute__] = ACTIONS(2579), + [anon_sym___attribute] = ACTIONS(2579), + [anon_sym_COLON_COLON] = ACTIONS(2581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2579), + [anon_sym___based] = ACTIONS(2579), + [anon_sym___cdecl] = ACTIONS(2579), + [anon_sym___clrcall] = ACTIONS(2579), + [anon_sym___stdcall] = ACTIONS(2579), + [anon_sym___fastcall] = ACTIONS(2579), + [anon_sym___thiscall] = ACTIONS(2579), + [anon_sym___vectorcall] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2581), + [anon_sym_signed] = ACTIONS(2579), + [anon_sym_unsigned] = ACTIONS(2579), + [anon_sym_long] = ACTIONS(2579), + [anon_sym_short] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_static] = ACTIONS(2579), + [anon_sym_register] = ACTIONS(2579), + [anon_sym_inline] = ACTIONS(2579), + [anon_sym___inline] = ACTIONS(2579), + [anon_sym___inline__] = ACTIONS(2579), + [anon_sym___forceinline] = ACTIONS(2579), + [anon_sym_thread_local] = ACTIONS(2579), + [anon_sym___thread] = ACTIONS(2579), + [anon_sym_const] = ACTIONS(2579), + [anon_sym_constexpr] = ACTIONS(2579), + [anon_sym_volatile] = ACTIONS(2579), + [anon_sym_restrict] = ACTIONS(2579), + [anon_sym___restrict__] = ACTIONS(2579), + [anon_sym__Atomic] = ACTIONS(2579), + [anon_sym__Noreturn] = ACTIONS(2579), + [anon_sym_noreturn] = ACTIONS(2579), + [anon_sym__Nonnull] = ACTIONS(2579), + [anon_sym_mutable] = ACTIONS(2579), + [anon_sym_constinit] = ACTIONS(2579), + [anon_sym_consteval] = ACTIONS(2579), + [anon_sym_PROGMEM] = ACTIONS(2579), + [anon_sym_alignas] = ACTIONS(2579), + [anon_sym__Alignas] = ACTIONS(2579), + [aux_sym_primitive_type_token1] = ACTIONS(2579), + [anon_sym_byte] = ACTIONS(2579), + [anon_sym_word] = ACTIONS(2579), + [anon_sym_enum] = ACTIONS(2579), + [anon_sym_class] = ACTIONS(2579), + [anon_sym_struct] = ACTIONS(2579), + [anon_sym_union] = ACTIONS(2579), + [anon_sym_if] = ACTIONS(2579), + [anon_sym_switch] = ACTIONS(2579), + [anon_sym_case] = ACTIONS(2579), + [anon_sym_default] = ACTIONS(2579), + [anon_sym_while] = ACTIONS(2579), + [anon_sym_do] = ACTIONS(2579), + [anon_sym_for] = ACTIONS(2579), + [anon_sym_return] = ACTIONS(2579), + [anon_sym_break] = ACTIONS(2579), + [anon_sym_continue] = ACTIONS(2579), + [anon_sym_goto] = ACTIONS(2579), + [anon_sym_not] = ACTIONS(2579), + [anon_sym_compl] = ACTIONS(2579), + [anon_sym_DASH_DASH] = ACTIONS(2581), + [anon_sym_PLUS_PLUS] = ACTIONS(2581), + [anon_sym_sizeof] = ACTIONS(2579), + [anon_sym___alignof__] = ACTIONS(2579), + [anon_sym___alignof] = ACTIONS(2579), + [anon_sym__alignof] = ACTIONS(2579), + [anon_sym_alignof] = ACTIONS(2579), + [anon_sym__Alignof] = ACTIONS(2579), + [anon_sym_offsetof] = ACTIONS(2579), + [anon_sym__Generic] = ACTIONS(2579), + [anon_sym_asm] = ACTIONS(2579), + [anon_sym___asm__] = ACTIONS(2579), + [anon_sym___asm] = ACTIONS(2579), + [aux_sym_number_literal_token1] = ACTIONS(2581), + [aux_sym_number_literal_token2] = ACTIONS(2579), + [anon_sym_L_SQUOTE] = ACTIONS(2581), + [anon_sym_u_SQUOTE] = ACTIONS(2581), + [anon_sym_U_SQUOTE] = ACTIONS(2581), + [anon_sym_u8_SQUOTE] = ACTIONS(2581), + [anon_sym_SQUOTE] = ACTIONS(2581), + [anon_sym_L_DQUOTE] = ACTIONS(2581), + [anon_sym_u_DQUOTE] = ACTIONS(2581), + [anon_sym_U_DQUOTE] = ACTIONS(2581), + [anon_sym_u8_DQUOTE] = ACTIONS(2581), + [anon_sym_DQUOTE] = ACTIONS(2581), + [sym_true] = ACTIONS(2579), + [sym_false] = ACTIONS(2579), + [anon_sym_NULL] = ACTIONS(2579), + [anon_sym_nullptr] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2579), + [anon_sym_decltype] = ACTIONS(2579), + [anon_sym_explicit] = ACTIONS(2579), + [anon_sym_typename] = ACTIONS(2579), + [anon_sym_template] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2579), + [anon_sym_try] = ACTIONS(2579), + [anon_sym_delete] = ACTIONS(2579), + [anon_sym_throw] = ACTIONS(2579), + [anon_sym_namespace] = ACTIONS(2579), + [anon_sym_using] = ACTIONS(2579), + [anon_sym_static_assert] = ACTIONS(2579), + [anon_sym_concept] = ACTIONS(2579), + [anon_sym_co_return] = ACTIONS(2579), + [anon_sym_co_yield] = ACTIONS(2579), + [anon_sym_catch] = ACTIONS(2974), + [anon_sym_R_DQUOTE] = ACTIONS(2581), + [anon_sym_LR_DQUOTE] = ACTIONS(2581), + [anon_sym_uR_DQUOTE] = ACTIONS(2581), + [anon_sym_UR_DQUOTE] = ACTIONS(2581), + [anon_sym_u8R_DQUOTE] = ACTIONS(2581), + [anon_sym_co_await] = ACTIONS(2579), + [anon_sym_new] = ACTIONS(2579), + [anon_sym_requires] = ACTIONS(2579), + [sym_this] = ACTIONS(2579), + }, + [484] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_include_token1] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token2] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_PLUS] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym___cdecl] = ACTIONS(2817), + [anon_sym___clrcall] = ACTIONS(2817), + [anon_sym___stdcall] = ACTIONS(2817), + [anon_sym___fastcall] = ACTIONS(2817), + [anon_sym___thiscall] = ACTIONS(2817), + [anon_sym___vectorcall] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2817), + [anon_sym_else] = ACTIONS(2817), + [anon_sym_switch] = ACTIONS(2817), + [anon_sym_case] = ACTIONS(2817), + [anon_sym_default] = ACTIONS(2817), + [anon_sym_while] = ACTIONS(2817), + [anon_sym_do] = ACTIONS(2817), + [anon_sym_for] = ACTIONS(2817), + [anon_sym_return] = ACTIONS(2817), + [anon_sym_break] = ACTIONS(2817), + [anon_sym_continue] = ACTIONS(2817), + [anon_sym_goto] = ACTIONS(2817), + [anon_sym___try] = ACTIONS(2817), + [anon_sym___leave] = ACTIONS(2817), + [anon_sym_not] = ACTIONS(2817), + [anon_sym_compl] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_sizeof] = ACTIONS(2817), + [anon_sym___alignof__] = ACTIONS(2817), + [anon_sym___alignof] = ACTIONS(2817), + [anon_sym__alignof] = ACTIONS(2817), + [anon_sym_alignof] = ACTIONS(2817), + [anon_sym__Alignof] = ACTIONS(2817), + [anon_sym_offsetof] = ACTIONS(2817), + [anon_sym__Generic] = ACTIONS(2817), + [anon_sym_asm] = ACTIONS(2817), + [anon_sym___asm__] = ACTIONS(2817), + [anon_sym___asm] = ACTIONS(2817), + [aux_sym_number_literal_token1] = ACTIONS(2819), + [aux_sym_number_literal_token2] = ACTIONS(2817), + [anon_sym_L_SQUOTE] = ACTIONS(2819), + [anon_sym_u_SQUOTE] = ACTIONS(2819), + [anon_sym_U_SQUOTE] = ACTIONS(2819), + [anon_sym_u8_SQUOTE] = ACTIONS(2819), + [anon_sym_SQUOTE] = ACTIONS(2819), + [anon_sym_L_DQUOTE] = ACTIONS(2819), + [anon_sym_u_DQUOTE] = ACTIONS(2819), + [anon_sym_U_DQUOTE] = ACTIONS(2819), + [anon_sym_u8_DQUOTE] = ACTIONS(2819), + [anon_sym_DQUOTE] = ACTIONS(2819), + [sym_true] = ACTIONS(2817), + [sym_false] = ACTIONS(2817), + [anon_sym_NULL] = ACTIONS(2817), + [anon_sym_nullptr] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_try] = ACTIONS(2817), + [anon_sym_delete] = ACTIONS(2817), + [anon_sym_throw] = ACTIONS(2817), + [anon_sym_namespace] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_concept] = ACTIONS(2817), + [anon_sym_co_return] = ACTIONS(2817), + [anon_sym_co_yield] = ACTIONS(2817), + [anon_sym_R_DQUOTE] = ACTIONS(2819), + [anon_sym_LR_DQUOTE] = ACTIONS(2819), + [anon_sym_uR_DQUOTE] = ACTIONS(2819), + [anon_sym_UR_DQUOTE] = ACTIONS(2819), + [anon_sym_u8R_DQUOTE] = ACTIONS(2819), + [anon_sym_co_await] = ACTIONS(2817), + [anon_sym_new] = ACTIONS(2817), + [anon_sym_requires] = ACTIONS(2817), + [sym_this] = ACTIONS(2817), + }, + [485] = { + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_include_token1] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token2] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym___cdecl] = ACTIONS(2925), + [anon_sym___clrcall] = ACTIONS(2925), + [anon_sym___stdcall] = ACTIONS(2925), + [anon_sym___fastcall] = ACTIONS(2925), + [anon_sym___thiscall] = ACTIONS(2925), + [anon_sym___vectorcall] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym___try] = ACTIONS(2925), + [anon_sym___leave] = ACTIONS(2925), + [anon_sym_not] = ACTIONS(2925), + [anon_sym_compl] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [anon_sym___alignof__] = ACTIONS(2925), + [anon_sym___alignof] = ACTIONS(2925), + [anon_sym__alignof] = ACTIONS(2925), + [anon_sym_alignof] = ACTIONS(2925), + [anon_sym__Alignof] = ACTIONS(2925), + [anon_sym_offsetof] = ACTIONS(2925), + [anon_sym__Generic] = ACTIONS(2925), + [anon_sym_asm] = ACTIONS(2925), + [anon_sym___asm__] = ACTIONS(2925), + [anon_sym___asm] = ACTIONS(2925), + [aux_sym_number_literal_token1] = ACTIONS(2927), + [aux_sym_number_literal_token2] = ACTIONS(2925), + [anon_sym_L_SQUOTE] = ACTIONS(2927), + [anon_sym_u_SQUOTE] = ACTIONS(2927), + [anon_sym_U_SQUOTE] = ACTIONS(2927), + [anon_sym_u8_SQUOTE] = ACTIONS(2927), + [anon_sym_SQUOTE] = ACTIONS(2927), + [anon_sym_L_DQUOTE] = ACTIONS(2927), + [anon_sym_u_DQUOTE] = ACTIONS(2927), + [anon_sym_U_DQUOTE] = ACTIONS(2927), + [anon_sym_u8_DQUOTE] = ACTIONS(2927), + [anon_sym_DQUOTE] = ACTIONS(2927), + [sym_true] = ACTIONS(2925), + [sym_false] = ACTIONS(2925), + [anon_sym_NULL] = ACTIONS(2925), + [anon_sym_nullptr] = ACTIONS(2925), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_try] = ACTIONS(2925), + [anon_sym_delete] = ACTIONS(2925), + [anon_sym_throw] = ACTIONS(2925), + [anon_sym_namespace] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), + [anon_sym_concept] = ACTIONS(2925), + [anon_sym_co_return] = ACTIONS(2925), + [anon_sym_co_yield] = ACTIONS(2925), + [anon_sym_R_DQUOTE] = ACTIONS(2927), + [anon_sym_LR_DQUOTE] = ACTIONS(2927), + [anon_sym_uR_DQUOTE] = ACTIONS(2927), + [anon_sym_UR_DQUOTE] = ACTIONS(2927), + [anon_sym_u8R_DQUOTE] = ACTIONS(2927), + [anon_sym_co_await] = ACTIONS(2925), + [anon_sym_new] = ACTIONS(2925), + [anon_sym_requires] = ACTIONS(2925), + [sym_this] = ACTIONS(2925), + }, + [486] = { + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_include_token1] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token2] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_BANG] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym___cdecl] = ACTIONS(2837), + [anon_sym___clrcall] = ACTIONS(2837), + [anon_sym___stdcall] = ACTIONS(2837), + [anon_sym___fastcall] = ACTIONS(2837), + [anon_sym___thiscall] = ACTIONS(2837), + [anon_sym___vectorcall] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [anon_sym_if] = ACTIONS(2837), + [anon_sym_else] = ACTIONS(2837), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_case] = ACTIONS(2837), + [anon_sym_default] = ACTIONS(2837), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2837), + [anon_sym_for] = ACTIONS(2837), + [anon_sym_return] = ACTIONS(2837), + [anon_sym_break] = ACTIONS(2837), + [anon_sym_continue] = ACTIONS(2837), + [anon_sym_goto] = ACTIONS(2837), + [anon_sym___try] = ACTIONS(2837), + [anon_sym___leave] = ACTIONS(2837), + [anon_sym_not] = ACTIONS(2837), + [anon_sym_compl] = ACTIONS(2837), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_sizeof] = ACTIONS(2837), + [anon_sym___alignof__] = ACTIONS(2837), + [anon_sym___alignof] = ACTIONS(2837), + [anon_sym__alignof] = ACTIONS(2837), + [anon_sym_alignof] = ACTIONS(2837), + [anon_sym__Alignof] = ACTIONS(2837), + [anon_sym_offsetof] = ACTIONS(2837), + [anon_sym__Generic] = ACTIONS(2837), + [anon_sym_asm] = ACTIONS(2837), + [anon_sym___asm__] = ACTIONS(2837), + [anon_sym___asm] = ACTIONS(2837), + [aux_sym_number_literal_token1] = ACTIONS(2839), + [aux_sym_number_literal_token2] = ACTIONS(2837), + [anon_sym_L_SQUOTE] = ACTIONS(2839), + [anon_sym_u_SQUOTE] = ACTIONS(2839), + [anon_sym_U_SQUOTE] = ACTIONS(2839), + [anon_sym_u8_SQUOTE] = ACTIONS(2839), + [anon_sym_SQUOTE] = ACTIONS(2839), + [anon_sym_L_DQUOTE] = ACTIONS(2839), + [anon_sym_u_DQUOTE] = ACTIONS(2839), + [anon_sym_U_DQUOTE] = ACTIONS(2839), + [anon_sym_u8_DQUOTE] = ACTIONS(2839), + [anon_sym_DQUOTE] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [anon_sym_NULL] = ACTIONS(2837), + [anon_sym_nullptr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_try] = ACTIONS(2837), + [anon_sym_delete] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_namespace] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + [anon_sym_concept] = ACTIONS(2837), + [anon_sym_co_return] = ACTIONS(2837), + [anon_sym_co_yield] = ACTIONS(2837), + [anon_sym_R_DQUOTE] = ACTIONS(2839), + [anon_sym_LR_DQUOTE] = ACTIONS(2839), + [anon_sym_uR_DQUOTE] = ACTIONS(2839), + [anon_sym_UR_DQUOTE] = ACTIONS(2839), + [anon_sym_u8R_DQUOTE] = ACTIONS(2839), + [anon_sym_co_await] = ACTIONS(2837), + [anon_sym_new] = ACTIONS(2837), + [anon_sym_requires] = ACTIONS(2837), + [sym_this] = ACTIONS(2837), + }, + [487] = { + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_include_token1] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token2] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2869), + [anon_sym_PLUS] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym___cdecl] = ACTIONS(2869), + [anon_sym___clrcall] = ACTIONS(2869), + [anon_sym___stdcall] = ACTIONS(2869), + [anon_sym___fastcall] = ACTIONS(2869), + [anon_sym___thiscall] = ACTIONS(2869), + [anon_sym___vectorcall] = ACTIONS(2869), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), + [anon_sym_if] = ACTIONS(2869), + [anon_sym_else] = ACTIONS(2869), + [anon_sym_switch] = ACTIONS(2869), + [anon_sym_case] = ACTIONS(2869), + [anon_sym_default] = ACTIONS(2869), + [anon_sym_while] = ACTIONS(2869), + [anon_sym_do] = ACTIONS(2869), + [anon_sym_for] = ACTIONS(2869), + [anon_sym_return] = ACTIONS(2869), + [anon_sym_break] = ACTIONS(2869), + [anon_sym_continue] = ACTIONS(2869), + [anon_sym_goto] = ACTIONS(2869), + [anon_sym___try] = ACTIONS(2869), + [anon_sym___leave] = ACTIONS(2869), + [anon_sym_not] = ACTIONS(2869), + [anon_sym_compl] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_sizeof] = ACTIONS(2869), + [anon_sym___alignof__] = ACTIONS(2869), + [anon_sym___alignof] = ACTIONS(2869), + [anon_sym__alignof] = ACTIONS(2869), + [anon_sym_alignof] = ACTIONS(2869), + [anon_sym__Alignof] = ACTIONS(2869), + [anon_sym_offsetof] = ACTIONS(2869), + [anon_sym__Generic] = ACTIONS(2869), + [anon_sym_asm] = ACTIONS(2869), + [anon_sym___asm__] = ACTIONS(2869), + [anon_sym___asm] = ACTIONS(2869), + [aux_sym_number_literal_token1] = ACTIONS(2871), + [aux_sym_number_literal_token2] = ACTIONS(2869), + [anon_sym_L_SQUOTE] = ACTIONS(2871), + [anon_sym_u_SQUOTE] = ACTIONS(2871), + [anon_sym_U_SQUOTE] = ACTIONS(2871), + [anon_sym_u8_SQUOTE] = ACTIONS(2871), + [anon_sym_SQUOTE] = ACTIONS(2871), + [anon_sym_L_DQUOTE] = ACTIONS(2871), + [anon_sym_u_DQUOTE] = ACTIONS(2871), + [anon_sym_U_DQUOTE] = ACTIONS(2871), + [anon_sym_u8_DQUOTE] = ACTIONS(2871), + [anon_sym_DQUOTE] = ACTIONS(2871), + [sym_true] = ACTIONS(2869), + [sym_false] = ACTIONS(2869), + [anon_sym_NULL] = ACTIONS(2869), + [anon_sym_nullptr] = ACTIONS(2869), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_try] = ACTIONS(2869), + [anon_sym_delete] = ACTIONS(2869), + [anon_sym_throw] = ACTIONS(2869), + [anon_sym_namespace] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), + [anon_sym_concept] = ACTIONS(2869), + [anon_sym_co_return] = ACTIONS(2869), + [anon_sym_co_yield] = ACTIONS(2869), + [anon_sym_R_DQUOTE] = ACTIONS(2871), + [anon_sym_LR_DQUOTE] = ACTIONS(2871), + [anon_sym_uR_DQUOTE] = ACTIONS(2871), + [anon_sym_UR_DQUOTE] = ACTIONS(2871), + [anon_sym_u8R_DQUOTE] = ACTIONS(2871), + [anon_sym_co_await] = ACTIONS(2869), + [anon_sym_new] = ACTIONS(2869), + [anon_sym_requires] = ACTIONS(2869), + [sym_this] = ACTIONS(2869), + }, + [488] = { + [ts_builtin_sym_end] = ACTIONS(2871), + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_include_token1] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2869), + [anon_sym_PLUS] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym___cdecl] = ACTIONS(2869), + [anon_sym___clrcall] = ACTIONS(2869), + [anon_sym___stdcall] = ACTIONS(2869), + [anon_sym___fastcall] = ACTIONS(2869), + [anon_sym___thiscall] = ACTIONS(2869), + [anon_sym___vectorcall] = ACTIONS(2869), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), + [anon_sym_if] = ACTIONS(2869), + [anon_sym_else] = ACTIONS(2869), + [anon_sym_switch] = ACTIONS(2869), + [anon_sym_case] = ACTIONS(2869), + [anon_sym_default] = ACTIONS(2869), + [anon_sym_while] = ACTIONS(2869), + [anon_sym_do] = ACTIONS(2869), + [anon_sym_for] = ACTIONS(2869), + [anon_sym_return] = ACTIONS(2869), + [anon_sym_break] = ACTIONS(2869), + [anon_sym_continue] = ACTIONS(2869), + [anon_sym_goto] = ACTIONS(2869), + [anon_sym___try] = ACTIONS(2869), + [anon_sym___leave] = ACTIONS(2869), + [anon_sym_not] = ACTIONS(2869), + [anon_sym_compl] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_sizeof] = ACTIONS(2869), + [anon_sym___alignof__] = ACTIONS(2869), + [anon_sym___alignof] = ACTIONS(2869), + [anon_sym__alignof] = ACTIONS(2869), + [anon_sym_alignof] = ACTIONS(2869), + [anon_sym__Alignof] = ACTIONS(2869), + [anon_sym_offsetof] = ACTIONS(2869), + [anon_sym__Generic] = ACTIONS(2869), + [anon_sym_asm] = ACTIONS(2869), + [anon_sym___asm__] = ACTIONS(2869), + [anon_sym___asm] = ACTIONS(2869), + [aux_sym_number_literal_token1] = ACTIONS(2871), + [aux_sym_number_literal_token2] = ACTIONS(2869), + [anon_sym_L_SQUOTE] = ACTIONS(2871), + [anon_sym_u_SQUOTE] = ACTIONS(2871), + [anon_sym_U_SQUOTE] = ACTIONS(2871), + [anon_sym_u8_SQUOTE] = ACTIONS(2871), + [anon_sym_SQUOTE] = ACTIONS(2871), + [anon_sym_L_DQUOTE] = ACTIONS(2871), + [anon_sym_u_DQUOTE] = ACTIONS(2871), + [anon_sym_U_DQUOTE] = ACTIONS(2871), + [anon_sym_u8_DQUOTE] = ACTIONS(2871), + [anon_sym_DQUOTE] = ACTIONS(2871), + [sym_true] = ACTIONS(2869), + [sym_false] = ACTIONS(2869), + [anon_sym_NULL] = ACTIONS(2869), + [anon_sym_nullptr] = ACTIONS(2869), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_try] = ACTIONS(2869), + [anon_sym_delete] = ACTIONS(2869), + [anon_sym_throw] = ACTIONS(2869), + [anon_sym_namespace] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), + [anon_sym_concept] = ACTIONS(2869), + [anon_sym_co_return] = ACTIONS(2869), + [anon_sym_co_yield] = ACTIONS(2869), + [anon_sym_R_DQUOTE] = ACTIONS(2871), + [anon_sym_LR_DQUOTE] = ACTIONS(2871), + [anon_sym_uR_DQUOTE] = ACTIONS(2871), + [anon_sym_UR_DQUOTE] = ACTIONS(2871), + [anon_sym_u8R_DQUOTE] = ACTIONS(2871), + [anon_sym_co_await] = ACTIONS(2869), + [anon_sym_new] = ACTIONS(2869), + [anon_sym_requires] = ACTIONS(2869), + [sym_this] = ACTIONS(2869), + }, + [489] = { [sym_identifier] = ACTIONS(2873), [aux_sym_preproc_include_token1] = ACTIONS(2873), [aux_sym_preproc_def_token1] = ACTIONS(2873), @@ -111134,995 +114941,571 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2873), [sym_this] = ACTIONS(2873), }, - [463] = { - [sym_identifier] = ACTIONS(2881), - [aux_sym_preproc_include_token1] = ACTIONS(2881), - [aux_sym_preproc_def_token1] = ACTIONS(2881), - [aux_sym_preproc_if_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2881), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2881), - [sym_preproc_directive] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_AMP_AMP] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2881), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym___extension__] = ACTIONS(2881), - [anon_sym_typedef] = ACTIONS(2881), - [anon_sym_virtual] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___attribute] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym___based] = ACTIONS(2881), - [anon_sym___cdecl] = ACTIONS(2881), - [anon_sym___clrcall] = ACTIONS(2881), - [anon_sym___stdcall] = ACTIONS(2881), - [anon_sym___fastcall] = ACTIONS(2881), - [anon_sym___thiscall] = ACTIONS(2881), - [anon_sym___vectorcall] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_RBRACE] = ACTIONS(2883), - [anon_sym_signed] = ACTIONS(2881), - [anon_sym_unsigned] = ACTIONS(2881), - [anon_sym_long] = ACTIONS(2881), - [anon_sym_short] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym___inline] = ACTIONS(2881), - [anon_sym___inline__] = ACTIONS(2881), - [anon_sym___forceinline] = ACTIONS(2881), - [anon_sym_thread_local] = ACTIONS(2881), - [anon_sym___thread] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym___restrict__] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym__Noreturn] = ACTIONS(2881), - [anon_sym_noreturn] = ACTIONS(2881), - [anon_sym__Nonnull] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constinit] = ACTIONS(2881), - [anon_sym_consteval] = ACTIONS(2881), - [anon_sym_PROGMEM] = ACTIONS(2881), - [anon_sym_alignas] = ACTIONS(2881), - [anon_sym__Alignas] = ACTIONS(2881), - [aux_sym_primitive_type_token1] = ACTIONS(2881), - [anon_sym_byte] = ACTIONS(2881), - [anon_sym_word] = ACTIONS(2881), - [anon_sym_enum] = ACTIONS(2881), - [anon_sym_class] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2881), - [anon_sym_union] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2881), - [anon_sym_else] = ACTIONS(2881), - [anon_sym_switch] = ACTIONS(2881), - [anon_sym_case] = ACTIONS(2881), - [anon_sym_default] = ACTIONS(2881), - [anon_sym_while] = ACTIONS(2881), - [anon_sym_do] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2881), - [anon_sym_return] = ACTIONS(2881), - [anon_sym_break] = ACTIONS(2881), - [anon_sym_continue] = ACTIONS(2881), - [anon_sym_goto] = ACTIONS(2881), - [anon_sym___try] = ACTIONS(2881), - [anon_sym___leave] = ACTIONS(2881), - [anon_sym_not] = ACTIONS(2881), - [anon_sym_compl] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_sizeof] = ACTIONS(2881), - [anon_sym___alignof__] = ACTIONS(2881), - [anon_sym___alignof] = ACTIONS(2881), - [anon_sym__alignof] = ACTIONS(2881), - [anon_sym_alignof] = ACTIONS(2881), - [anon_sym__Alignof] = ACTIONS(2881), - [anon_sym_offsetof] = ACTIONS(2881), - [anon_sym__Generic] = ACTIONS(2881), - [anon_sym_asm] = ACTIONS(2881), - [anon_sym___asm__] = ACTIONS(2881), - [anon_sym___asm] = ACTIONS(2881), - [aux_sym_number_literal_token1] = ACTIONS(2883), - [aux_sym_number_literal_token2] = ACTIONS(2881), - [anon_sym_L_SQUOTE] = ACTIONS(2883), - [anon_sym_u_SQUOTE] = ACTIONS(2883), - [anon_sym_U_SQUOTE] = ACTIONS(2883), - [anon_sym_u8_SQUOTE] = ACTIONS(2883), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_L_DQUOTE] = ACTIONS(2883), - [anon_sym_u_DQUOTE] = ACTIONS(2883), - [anon_sym_U_DQUOTE] = ACTIONS(2883), - [anon_sym_u8_DQUOTE] = ACTIONS(2883), - [anon_sym_DQUOTE] = ACTIONS(2883), - [sym_true] = ACTIONS(2881), - [sym_false] = ACTIONS(2881), - [anon_sym_NULL] = ACTIONS(2881), - [anon_sym_nullptr] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2881), - [anon_sym_decltype] = ACTIONS(2881), - [anon_sym_explicit] = ACTIONS(2881), - [anon_sym_typename] = ACTIONS(2881), - [anon_sym_template] = ACTIONS(2881), - [anon_sym_operator] = ACTIONS(2881), - [anon_sym_try] = ACTIONS(2881), - [anon_sym_delete] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_namespace] = ACTIONS(2881), - [anon_sym_using] = ACTIONS(2881), - [anon_sym_static_assert] = ACTIONS(2881), - [anon_sym_concept] = ACTIONS(2881), - [anon_sym_co_return] = ACTIONS(2881), - [anon_sym_co_yield] = ACTIONS(2881), - [anon_sym_R_DQUOTE] = ACTIONS(2883), - [anon_sym_LR_DQUOTE] = ACTIONS(2883), - [anon_sym_uR_DQUOTE] = ACTIONS(2883), - [anon_sym_UR_DQUOTE] = ACTIONS(2883), - [anon_sym_u8R_DQUOTE] = ACTIONS(2883), - [anon_sym_co_await] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(2881), - [anon_sym_requires] = ACTIONS(2881), - [sym_this] = ACTIONS(2881), - }, - [464] = { - [sym_identifier] = ACTIONS(2885), - [aux_sym_preproc_include_token1] = ACTIONS(2885), - [aux_sym_preproc_def_token1] = ACTIONS(2885), - [aux_sym_preproc_if_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2885), - [sym_preproc_directive] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP_AMP] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym___extension__] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___attribute] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2887), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym___based] = ACTIONS(2885), - [anon_sym___cdecl] = ACTIONS(2885), - [anon_sym___clrcall] = ACTIONS(2885), - [anon_sym___stdcall] = ACTIONS(2885), - [anon_sym___fastcall] = ACTIONS(2885), - [anon_sym___thiscall] = ACTIONS(2885), - [anon_sym___vectorcall] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_RBRACE] = ACTIONS(2887), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym___inline] = ACTIONS(2885), - [anon_sym___inline__] = ACTIONS(2885), - [anon_sym___forceinline] = ACTIONS(2885), - [anon_sym_thread_local] = ACTIONS(2885), - [anon_sym___thread] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym___restrict__] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym__Noreturn] = ACTIONS(2885), - [anon_sym_noreturn] = ACTIONS(2885), - [anon_sym__Nonnull] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constinit] = ACTIONS(2885), - [anon_sym_consteval] = ACTIONS(2885), - [anon_sym_PROGMEM] = ACTIONS(2885), - [anon_sym_alignas] = ACTIONS(2885), - [anon_sym__Alignas] = ACTIONS(2885), - [aux_sym_primitive_type_token1] = ACTIONS(2885), - [anon_sym_byte] = ACTIONS(2885), - [anon_sym_word] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2885), - [anon_sym_else] = ACTIONS(2885), - [anon_sym_switch] = ACTIONS(2885), - [anon_sym_case] = ACTIONS(2885), - [anon_sym_default] = ACTIONS(2885), - [anon_sym_while] = ACTIONS(2885), - [anon_sym_do] = ACTIONS(2885), - [anon_sym_for] = ACTIONS(2885), - [anon_sym_return] = ACTIONS(2885), - [anon_sym_break] = ACTIONS(2885), - [anon_sym_continue] = ACTIONS(2885), - [anon_sym_goto] = ACTIONS(2885), - [anon_sym___try] = ACTIONS(2885), - [anon_sym___leave] = ACTIONS(2885), - [anon_sym_not] = ACTIONS(2885), - [anon_sym_compl] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_sizeof] = ACTIONS(2885), - [anon_sym___alignof__] = ACTIONS(2885), - [anon_sym___alignof] = ACTIONS(2885), - [anon_sym__alignof] = ACTIONS(2885), - [anon_sym_alignof] = ACTIONS(2885), - [anon_sym__Alignof] = ACTIONS(2885), - [anon_sym_offsetof] = ACTIONS(2885), - [anon_sym__Generic] = ACTIONS(2885), - [anon_sym_asm] = ACTIONS(2885), - [anon_sym___asm__] = ACTIONS(2885), - [anon_sym___asm] = ACTIONS(2885), - [aux_sym_number_literal_token1] = ACTIONS(2887), - [aux_sym_number_literal_token2] = ACTIONS(2885), - [anon_sym_L_SQUOTE] = ACTIONS(2887), - [anon_sym_u_SQUOTE] = ACTIONS(2887), - [anon_sym_U_SQUOTE] = ACTIONS(2887), - [anon_sym_u8_SQUOTE] = ACTIONS(2887), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_L_DQUOTE] = ACTIONS(2887), - [anon_sym_u_DQUOTE] = ACTIONS(2887), - [anon_sym_U_DQUOTE] = ACTIONS(2887), - [anon_sym_u8_DQUOTE] = ACTIONS(2887), - [anon_sym_DQUOTE] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [anon_sym_NULL] = ACTIONS(2885), - [anon_sym_nullptr] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2885), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_explicit] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_template] = ACTIONS(2885), - [anon_sym_operator] = ACTIONS(2885), - [anon_sym_try] = ACTIONS(2885), - [anon_sym_delete] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [anon_sym_namespace] = ACTIONS(2885), - [anon_sym_using] = ACTIONS(2885), - [anon_sym_static_assert] = ACTIONS(2885), - [anon_sym_concept] = ACTIONS(2885), - [anon_sym_co_return] = ACTIONS(2885), - [anon_sym_co_yield] = ACTIONS(2885), - [anon_sym_R_DQUOTE] = ACTIONS(2887), - [anon_sym_LR_DQUOTE] = ACTIONS(2887), - [anon_sym_uR_DQUOTE] = ACTIONS(2887), - [anon_sym_UR_DQUOTE] = ACTIONS(2887), - [anon_sym_u8R_DQUOTE] = ACTIONS(2887), - [anon_sym_co_await] = ACTIONS(2885), - [anon_sym_new] = ACTIONS(2885), - [anon_sym_requires] = ACTIONS(2885), - [sym_this] = ACTIONS(2885), + [490] = { + [ts_builtin_sym_end] = ACTIONS(2676), + [sym_identifier] = ACTIONS(2671), + [aux_sym_preproc_include_token1] = ACTIONS(2671), + [aux_sym_preproc_def_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2671), + [sym_preproc_directive] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_TILDE] = ACTIONS(2676), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_AMP_AMP] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym___extension__] = ACTIONS(2671), + [anon_sym_typedef] = ACTIONS(2671), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym___based] = ACTIONS(2671), + [anon_sym___cdecl] = ACTIONS(2671), + [anon_sym___clrcall] = ACTIONS(2671), + [anon_sym___stdcall] = ACTIONS(2671), + [anon_sym___fastcall] = ACTIONS(2671), + [anon_sym___thiscall] = ACTIONS(2671), + [anon_sym___vectorcall] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2671), + [anon_sym_byte] = ACTIONS(2671), + [anon_sym_word] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [anon_sym_if] = ACTIONS(2671), + [anon_sym_else] = ACTIONS(2671), + [anon_sym_switch] = ACTIONS(2671), + [anon_sym_case] = ACTIONS(2671), + [anon_sym_default] = ACTIONS(2671), + [anon_sym_while] = ACTIONS(2671), + [anon_sym_do] = ACTIONS(2671), + [anon_sym_for] = ACTIONS(2671), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2671), + [anon_sym_continue] = ACTIONS(2671), + [anon_sym_goto] = ACTIONS(2671), + [anon_sym___try] = ACTIONS(2671), + [anon_sym___leave] = ACTIONS(2671), + [anon_sym_not] = ACTIONS(2671), + [anon_sym_compl] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2676), + [anon_sym_PLUS_PLUS] = ACTIONS(2676), + [anon_sym_sizeof] = ACTIONS(2671), + [anon_sym___alignof__] = ACTIONS(2671), + [anon_sym___alignof] = ACTIONS(2671), + [anon_sym__alignof] = ACTIONS(2671), + [anon_sym_alignof] = ACTIONS(2671), + [anon_sym__Alignof] = ACTIONS(2671), + [anon_sym_offsetof] = ACTIONS(2671), + [anon_sym__Generic] = ACTIONS(2671), + [anon_sym_asm] = ACTIONS(2671), + [anon_sym___asm__] = ACTIONS(2671), + [anon_sym___asm] = ACTIONS(2671), + [aux_sym_number_literal_token1] = ACTIONS(2676), + [aux_sym_number_literal_token2] = ACTIONS(2671), + [anon_sym_L_SQUOTE] = ACTIONS(2676), + [anon_sym_u_SQUOTE] = ACTIONS(2676), + [anon_sym_U_SQUOTE] = ACTIONS(2676), + [anon_sym_u8_SQUOTE] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2676), + [anon_sym_L_DQUOTE] = ACTIONS(2676), + [anon_sym_u_DQUOTE] = ACTIONS(2676), + [anon_sym_U_DQUOTE] = ACTIONS(2676), + [anon_sym_u8_DQUOTE] = ACTIONS(2676), + [anon_sym_DQUOTE] = ACTIONS(2676), + [sym_true] = ACTIONS(2671), + [sym_false] = ACTIONS(2671), + [anon_sym_NULL] = ACTIONS(2671), + [anon_sym_nullptr] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2671), + [anon_sym_explicit] = ACTIONS(2671), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2671), + [anon_sym_operator] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(2671), + [anon_sym_delete] = ACTIONS(2671), + [anon_sym_throw] = ACTIONS(2671), + [anon_sym_namespace] = ACTIONS(2671), + [anon_sym_using] = ACTIONS(2671), + [anon_sym_static_assert] = ACTIONS(2671), + [anon_sym_concept] = ACTIONS(2671), + [anon_sym_co_return] = ACTIONS(2671), + [anon_sym_co_yield] = ACTIONS(2671), + [anon_sym_R_DQUOTE] = ACTIONS(2676), + [anon_sym_LR_DQUOTE] = ACTIONS(2676), + [anon_sym_uR_DQUOTE] = ACTIONS(2676), + [anon_sym_UR_DQUOTE] = ACTIONS(2676), + [anon_sym_u8R_DQUOTE] = ACTIONS(2676), + [anon_sym_co_await] = ACTIONS(2671), + [anon_sym_new] = ACTIONS(2671), + [anon_sym_requires] = ACTIONS(2671), + [sym_this] = ACTIONS(2671), }, - [465] = { - [sym_identifier] = ACTIONS(2889), - [aux_sym_preproc_include_token1] = ACTIONS(2889), - [aux_sym_preproc_def_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), - [sym_preproc_directive] = ACTIONS(2889), - [anon_sym_LPAREN2] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_PLUS] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2889), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym___extension__] = ACTIONS(2889), - [anon_sym_typedef] = ACTIONS(2889), - [anon_sym_virtual] = ACTIONS(2889), - [anon_sym_extern] = ACTIONS(2889), - [anon_sym___attribute__] = ACTIONS(2889), - [anon_sym___attribute] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2891), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2889), - [anon_sym___based] = ACTIONS(2889), - [anon_sym___cdecl] = ACTIONS(2889), - [anon_sym___clrcall] = ACTIONS(2889), - [anon_sym___stdcall] = ACTIONS(2889), - [anon_sym___fastcall] = ACTIONS(2889), - [anon_sym___thiscall] = ACTIONS(2889), - [anon_sym___vectorcall] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_RBRACE] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2889), - [anon_sym_unsigned] = ACTIONS(2889), - [anon_sym_long] = ACTIONS(2889), - [anon_sym_short] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_static] = ACTIONS(2889), - [anon_sym_register] = ACTIONS(2889), - [anon_sym_inline] = ACTIONS(2889), - [anon_sym___inline] = ACTIONS(2889), - [anon_sym___inline__] = ACTIONS(2889), - [anon_sym___forceinline] = ACTIONS(2889), - [anon_sym_thread_local] = ACTIONS(2889), - [anon_sym___thread] = ACTIONS(2889), - [anon_sym_const] = ACTIONS(2889), - [anon_sym_constexpr] = ACTIONS(2889), - [anon_sym_volatile] = ACTIONS(2889), - [anon_sym_restrict] = ACTIONS(2889), - [anon_sym___restrict__] = ACTIONS(2889), - [anon_sym__Atomic] = ACTIONS(2889), - [anon_sym__Noreturn] = ACTIONS(2889), - [anon_sym_noreturn] = ACTIONS(2889), - [anon_sym__Nonnull] = ACTIONS(2889), - [anon_sym_mutable] = ACTIONS(2889), - [anon_sym_constinit] = ACTIONS(2889), - [anon_sym_consteval] = ACTIONS(2889), - [anon_sym_PROGMEM] = ACTIONS(2889), - [anon_sym_alignas] = ACTIONS(2889), - [anon_sym__Alignas] = ACTIONS(2889), - [aux_sym_primitive_type_token1] = ACTIONS(2889), - [anon_sym_byte] = ACTIONS(2889), - [anon_sym_word] = ACTIONS(2889), - [anon_sym_enum] = ACTIONS(2889), - [anon_sym_class] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2889), - [anon_sym_union] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2889), - [anon_sym_else] = ACTIONS(2889), - [anon_sym_switch] = ACTIONS(2889), - [anon_sym_case] = ACTIONS(2889), - [anon_sym_default] = ACTIONS(2889), - [anon_sym_while] = ACTIONS(2889), - [anon_sym_do] = ACTIONS(2889), - [anon_sym_for] = ACTIONS(2889), - [anon_sym_return] = ACTIONS(2889), - [anon_sym_break] = ACTIONS(2889), - [anon_sym_continue] = ACTIONS(2889), - [anon_sym_goto] = ACTIONS(2889), - [anon_sym___try] = ACTIONS(2889), - [anon_sym___leave] = ACTIONS(2889), - [anon_sym_not] = ACTIONS(2889), - [anon_sym_compl] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_sizeof] = ACTIONS(2889), - [anon_sym___alignof__] = ACTIONS(2889), - [anon_sym___alignof] = ACTIONS(2889), - [anon_sym__alignof] = ACTIONS(2889), - [anon_sym_alignof] = ACTIONS(2889), - [anon_sym__Alignof] = ACTIONS(2889), - [anon_sym_offsetof] = ACTIONS(2889), - [anon_sym__Generic] = ACTIONS(2889), - [anon_sym_asm] = ACTIONS(2889), - [anon_sym___asm__] = ACTIONS(2889), - [anon_sym___asm] = ACTIONS(2889), - [aux_sym_number_literal_token1] = ACTIONS(2891), - [aux_sym_number_literal_token2] = ACTIONS(2889), - [anon_sym_L_SQUOTE] = ACTIONS(2891), - [anon_sym_u_SQUOTE] = ACTIONS(2891), - [anon_sym_U_SQUOTE] = ACTIONS(2891), - [anon_sym_u8_SQUOTE] = ACTIONS(2891), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_L_DQUOTE] = ACTIONS(2891), - [anon_sym_u_DQUOTE] = ACTIONS(2891), - [anon_sym_U_DQUOTE] = ACTIONS(2891), - [anon_sym_u8_DQUOTE] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(2891), - [sym_true] = ACTIONS(2889), - [sym_false] = ACTIONS(2889), - [anon_sym_NULL] = ACTIONS(2889), - [anon_sym_nullptr] = ACTIONS(2889), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2889), - [anon_sym_decltype] = ACTIONS(2889), - [anon_sym_explicit] = ACTIONS(2889), - [anon_sym_typename] = ACTIONS(2889), - [anon_sym_template] = ACTIONS(2889), - [anon_sym_operator] = ACTIONS(2889), - [anon_sym_try] = ACTIONS(2889), - [anon_sym_delete] = ACTIONS(2889), - [anon_sym_throw] = ACTIONS(2889), - [anon_sym_namespace] = ACTIONS(2889), - [anon_sym_using] = ACTIONS(2889), - [anon_sym_static_assert] = ACTIONS(2889), - [anon_sym_concept] = ACTIONS(2889), - [anon_sym_co_return] = ACTIONS(2889), - [anon_sym_co_yield] = ACTIONS(2889), - [anon_sym_R_DQUOTE] = ACTIONS(2891), - [anon_sym_LR_DQUOTE] = ACTIONS(2891), - [anon_sym_uR_DQUOTE] = ACTIONS(2891), - [anon_sym_UR_DQUOTE] = ACTIONS(2891), - [anon_sym_u8R_DQUOTE] = ACTIONS(2891), - [anon_sym_co_await] = ACTIONS(2889), - [anon_sym_new] = ACTIONS(2889), - [anon_sym_requires] = ACTIONS(2889), - [sym_this] = ACTIONS(2889), + [491] = { + [ts_builtin_sym_end] = ACTIONS(2893), + [sym_identifier] = ACTIONS(2891), + [aux_sym_preproc_include_token1] = ACTIONS(2891), + [aux_sym_preproc_def_token1] = ACTIONS(2891), + [aux_sym_preproc_if_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2891), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2891), + [sym_preproc_directive] = ACTIONS(2891), + [anon_sym_LPAREN2] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_AMP_AMP] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym___extension__] = ACTIONS(2891), + [anon_sym_typedef] = ACTIONS(2891), + [anon_sym_virtual] = ACTIONS(2891), + [anon_sym_extern] = ACTIONS(2891), + [anon_sym___attribute__] = ACTIONS(2891), + [anon_sym___attribute] = ACTIONS(2891), + [anon_sym_COLON_COLON] = ACTIONS(2893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2893), + [anon_sym___declspec] = ACTIONS(2891), + [anon_sym___based] = ACTIONS(2891), + [anon_sym___cdecl] = ACTIONS(2891), + [anon_sym___clrcall] = ACTIONS(2891), + [anon_sym___stdcall] = ACTIONS(2891), + [anon_sym___fastcall] = ACTIONS(2891), + [anon_sym___thiscall] = ACTIONS(2891), + [anon_sym___vectorcall] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_signed] = ACTIONS(2891), + [anon_sym_unsigned] = ACTIONS(2891), + [anon_sym_long] = ACTIONS(2891), + [anon_sym_short] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2891), + [anon_sym_static] = ACTIONS(2891), + [anon_sym_register] = ACTIONS(2891), + [anon_sym_inline] = ACTIONS(2891), + [anon_sym___inline] = ACTIONS(2891), + [anon_sym___inline__] = ACTIONS(2891), + [anon_sym___forceinline] = ACTIONS(2891), + [anon_sym_thread_local] = ACTIONS(2891), + [anon_sym___thread] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_constexpr] = ACTIONS(2891), + [anon_sym_volatile] = ACTIONS(2891), + [anon_sym_restrict] = ACTIONS(2891), + [anon_sym___restrict__] = ACTIONS(2891), + [anon_sym__Atomic] = ACTIONS(2891), + [anon_sym__Noreturn] = ACTIONS(2891), + [anon_sym_noreturn] = ACTIONS(2891), + [anon_sym__Nonnull] = ACTIONS(2891), + [anon_sym_mutable] = ACTIONS(2891), + [anon_sym_constinit] = ACTIONS(2891), + [anon_sym_consteval] = ACTIONS(2891), + [anon_sym_PROGMEM] = ACTIONS(2891), + [anon_sym_alignas] = ACTIONS(2891), + [anon_sym__Alignas] = ACTIONS(2891), + [aux_sym_primitive_type_token1] = ACTIONS(2891), + [anon_sym_byte] = ACTIONS(2891), + [anon_sym_word] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_else] = ACTIONS(2891), + [anon_sym_switch] = ACTIONS(2891), + [anon_sym_case] = ACTIONS(2891), + [anon_sym_default] = ACTIONS(2891), + [anon_sym_while] = ACTIONS(2891), + [anon_sym_do] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym___try] = ACTIONS(2891), + [anon_sym___leave] = ACTIONS(2891), + [anon_sym_not] = ACTIONS(2891), + [anon_sym_compl] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_sizeof] = ACTIONS(2891), + [anon_sym___alignof__] = ACTIONS(2891), + [anon_sym___alignof] = ACTIONS(2891), + [anon_sym__alignof] = ACTIONS(2891), + [anon_sym_alignof] = ACTIONS(2891), + [anon_sym__Alignof] = ACTIONS(2891), + [anon_sym_offsetof] = ACTIONS(2891), + [anon_sym__Generic] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym___asm__] = ACTIONS(2891), + [anon_sym___asm] = ACTIONS(2891), + [aux_sym_number_literal_token1] = ACTIONS(2893), + [aux_sym_number_literal_token2] = ACTIONS(2891), + [anon_sym_L_SQUOTE] = ACTIONS(2893), + [anon_sym_u_SQUOTE] = ACTIONS(2893), + [anon_sym_U_SQUOTE] = ACTIONS(2893), + [anon_sym_u8_SQUOTE] = ACTIONS(2893), + [anon_sym_SQUOTE] = ACTIONS(2893), + [anon_sym_L_DQUOTE] = ACTIONS(2893), + [anon_sym_u_DQUOTE] = ACTIONS(2893), + [anon_sym_U_DQUOTE] = ACTIONS(2893), + [anon_sym_u8_DQUOTE] = ACTIONS(2893), + [anon_sym_DQUOTE] = ACTIONS(2893), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [anon_sym_NULL] = ACTIONS(2891), + [anon_sym_nullptr] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2891), + [anon_sym_decltype] = ACTIONS(2891), + [anon_sym_explicit] = ACTIONS(2891), + [anon_sym_typename] = ACTIONS(2891), + [anon_sym_template] = ACTIONS(2891), + [anon_sym_operator] = ACTIONS(2891), + [anon_sym_try] = ACTIONS(2891), + [anon_sym_delete] = ACTIONS(2891), + [anon_sym_throw] = ACTIONS(2891), + [anon_sym_namespace] = ACTIONS(2891), + [anon_sym_using] = ACTIONS(2891), + [anon_sym_static_assert] = ACTIONS(2891), + [anon_sym_concept] = ACTIONS(2891), + [anon_sym_co_return] = ACTIONS(2891), + [anon_sym_co_yield] = ACTIONS(2891), + [anon_sym_R_DQUOTE] = ACTIONS(2893), + [anon_sym_LR_DQUOTE] = ACTIONS(2893), + [anon_sym_uR_DQUOTE] = ACTIONS(2893), + [anon_sym_UR_DQUOTE] = ACTIONS(2893), + [anon_sym_u8R_DQUOTE] = ACTIONS(2893), + [anon_sym_co_await] = ACTIONS(2891), + [anon_sym_new] = ACTIONS(2891), + [anon_sym_requires] = ACTIONS(2891), + [sym_this] = ACTIONS(2891), }, - [466] = { - [ts_builtin_sym_end] = ACTIONS(2891), - [sym_identifier] = ACTIONS(2889), - [aux_sym_preproc_include_token1] = ACTIONS(2889), - [aux_sym_preproc_def_token1] = ACTIONS(2889), - [aux_sym_preproc_if_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2889), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2889), - [sym_preproc_directive] = ACTIONS(2889), - [anon_sym_LPAREN2] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_PLUS] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2889), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym___extension__] = ACTIONS(2889), - [anon_sym_typedef] = ACTIONS(2889), - [anon_sym_virtual] = ACTIONS(2889), - [anon_sym_extern] = ACTIONS(2889), - [anon_sym___attribute__] = ACTIONS(2889), - [anon_sym___attribute] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2891), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2889), - [anon_sym___based] = ACTIONS(2889), - [anon_sym___cdecl] = ACTIONS(2889), - [anon_sym___clrcall] = ACTIONS(2889), - [anon_sym___stdcall] = ACTIONS(2889), - [anon_sym___fastcall] = ACTIONS(2889), - [anon_sym___thiscall] = ACTIONS(2889), - [anon_sym___vectorcall] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2889), - [anon_sym_unsigned] = ACTIONS(2889), - [anon_sym_long] = ACTIONS(2889), - [anon_sym_short] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_static] = ACTIONS(2889), - [anon_sym_register] = ACTIONS(2889), - [anon_sym_inline] = ACTIONS(2889), - [anon_sym___inline] = ACTIONS(2889), - [anon_sym___inline__] = ACTIONS(2889), - [anon_sym___forceinline] = ACTIONS(2889), - [anon_sym_thread_local] = ACTIONS(2889), - [anon_sym___thread] = ACTIONS(2889), - [anon_sym_const] = ACTIONS(2889), - [anon_sym_constexpr] = ACTIONS(2889), - [anon_sym_volatile] = ACTIONS(2889), - [anon_sym_restrict] = ACTIONS(2889), - [anon_sym___restrict__] = ACTIONS(2889), - [anon_sym__Atomic] = ACTIONS(2889), - [anon_sym__Noreturn] = ACTIONS(2889), - [anon_sym_noreturn] = ACTIONS(2889), - [anon_sym__Nonnull] = ACTIONS(2889), - [anon_sym_mutable] = ACTIONS(2889), - [anon_sym_constinit] = ACTIONS(2889), - [anon_sym_consteval] = ACTIONS(2889), - [anon_sym_PROGMEM] = ACTIONS(2889), - [anon_sym_alignas] = ACTIONS(2889), - [anon_sym__Alignas] = ACTIONS(2889), - [aux_sym_primitive_type_token1] = ACTIONS(2889), - [anon_sym_byte] = ACTIONS(2889), - [anon_sym_word] = ACTIONS(2889), - [anon_sym_enum] = ACTIONS(2889), - [anon_sym_class] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2889), - [anon_sym_union] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2889), - [anon_sym_else] = ACTIONS(2889), - [anon_sym_switch] = ACTIONS(2889), - [anon_sym_case] = ACTIONS(2889), - [anon_sym_default] = ACTIONS(2889), - [anon_sym_while] = ACTIONS(2889), - [anon_sym_do] = ACTIONS(2889), - [anon_sym_for] = ACTIONS(2889), - [anon_sym_return] = ACTIONS(2889), - [anon_sym_break] = ACTIONS(2889), - [anon_sym_continue] = ACTIONS(2889), - [anon_sym_goto] = ACTIONS(2889), - [anon_sym___try] = ACTIONS(2889), - [anon_sym___leave] = ACTIONS(2889), - [anon_sym_not] = ACTIONS(2889), - [anon_sym_compl] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_sizeof] = ACTIONS(2889), - [anon_sym___alignof__] = ACTIONS(2889), - [anon_sym___alignof] = ACTIONS(2889), - [anon_sym__alignof] = ACTIONS(2889), - [anon_sym_alignof] = ACTIONS(2889), - [anon_sym__Alignof] = ACTIONS(2889), - [anon_sym_offsetof] = ACTIONS(2889), - [anon_sym__Generic] = ACTIONS(2889), - [anon_sym_asm] = ACTIONS(2889), - [anon_sym___asm__] = ACTIONS(2889), - [anon_sym___asm] = ACTIONS(2889), - [aux_sym_number_literal_token1] = ACTIONS(2891), - [aux_sym_number_literal_token2] = ACTIONS(2889), - [anon_sym_L_SQUOTE] = ACTIONS(2891), - [anon_sym_u_SQUOTE] = ACTIONS(2891), - [anon_sym_U_SQUOTE] = ACTIONS(2891), - [anon_sym_u8_SQUOTE] = ACTIONS(2891), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_L_DQUOTE] = ACTIONS(2891), - [anon_sym_u_DQUOTE] = ACTIONS(2891), - [anon_sym_U_DQUOTE] = ACTIONS(2891), - [anon_sym_u8_DQUOTE] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(2891), - [sym_true] = ACTIONS(2889), - [sym_false] = ACTIONS(2889), - [anon_sym_NULL] = ACTIONS(2889), - [anon_sym_nullptr] = ACTIONS(2889), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2889), - [anon_sym_decltype] = ACTIONS(2889), - [anon_sym_explicit] = ACTIONS(2889), - [anon_sym_typename] = ACTIONS(2889), - [anon_sym_template] = ACTIONS(2889), - [anon_sym_operator] = ACTIONS(2889), - [anon_sym_try] = ACTIONS(2889), - [anon_sym_delete] = ACTIONS(2889), - [anon_sym_throw] = ACTIONS(2889), - [anon_sym_namespace] = ACTIONS(2889), - [anon_sym_using] = ACTIONS(2889), - [anon_sym_static_assert] = ACTIONS(2889), - [anon_sym_concept] = ACTIONS(2889), - [anon_sym_co_return] = ACTIONS(2889), - [anon_sym_co_yield] = ACTIONS(2889), - [anon_sym_R_DQUOTE] = ACTIONS(2891), - [anon_sym_LR_DQUOTE] = ACTIONS(2891), - [anon_sym_uR_DQUOTE] = ACTIONS(2891), - [anon_sym_UR_DQUOTE] = ACTIONS(2891), - [anon_sym_u8R_DQUOTE] = ACTIONS(2891), - [anon_sym_co_await] = ACTIONS(2889), - [anon_sym_new] = ACTIONS(2889), - [anon_sym_requires] = ACTIONS(2889), - [sym_this] = ACTIONS(2889), + [492] = { + [sym_identifier] = ACTIONS(2895), + [aux_sym_preproc_include_token1] = ACTIONS(2895), + [aux_sym_preproc_def_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), + [sym_preproc_directive] = ACTIONS(2895), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_BANG] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym___extension__] = ACTIONS(2895), + [anon_sym_typedef] = ACTIONS(2895), + [anon_sym_virtual] = ACTIONS(2895), + [anon_sym_extern] = ACTIONS(2895), + [anon_sym___attribute__] = ACTIONS(2895), + [anon_sym___attribute] = ACTIONS(2895), + [anon_sym_COLON_COLON] = ACTIONS(2897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2895), + [anon_sym___based] = ACTIONS(2895), + [anon_sym___cdecl] = ACTIONS(2895), + [anon_sym___clrcall] = ACTIONS(2895), + [anon_sym___stdcall] = ACTIONS(2895), + [anon_sym___fastcall] = ACTIONS(2895), + [anon_sym___thiscall] = ACTIONS(2895), + [anon_sym___vectorcall] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_RBRACE] = ACTIONS(2897), + [anon_sym_signed] = ACTIONS(2895), + [anon_sym_unsigned] = ACTIONS(2895), + [anon_sym_long] = ACTIONS(2895), + [anon_sym_short] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2895), + [anon_sym_static] = ACTIONS(2895), + [anon_sym_register] = ACTIONS(2895), + [anon_sym_inline] = ACTIONS(2895), + [anon_sym___inline] = ACTIONS(2895), + [anon_sym___inline__] = ACTIONS(2895), + [anon_sym___forceinline] = ACTIONS(2895), + [anon_sym_thread_local] = ACTIONS(2895), + [anon_sym___thread] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_constexpr] = ACTIONS(2895), + [anon_sym_volatile] = ACTIONS(2895), + [anon_sym_restrict] = ACTIONS(2895), + [anon_sym___restrict__] = ACTIONS(2895), + [anon_sym__Atomic] = ACTIONS(2895), + [anon_sym__Noreturn] = ACTIONS(2895), + [anon_sym_noreturn] = ACTIONS(2895), + [anon_sym__Nonnull] = ACTIONS(2895), + [anon_sym_mutable] = ACTIONS(2895), + [anon_sym_constinit] = ACTIONS(2895), + [anon_sym_consteval] = ACTIONS(2895), + [anon_sym_PROGMEM] = ACTIONS(2895), + [anon_sym_alignas] = ACTIONS(2895), + [anon_sym__Alignas] = ACTIONS(2895), + [aux_sym_primitive_type_token1] = ACTIONS(2895), + [anon_sym_byte] = ACTIONS(2895), + [anon_sym_word] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_class] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_else] = ACTIONS(2895), + [anon_sym_switch] = ACTIONS(2895), + [anon_sym_case] = ACTIONS(2895), + [anon_sym_default] = ACTIONS(2895), + [anon_sym_while] = ACTIONS(2895), + [anon_sym_do] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym___try] = ACTIONS(2895), + [anon_sym___leave] = ACTIONS(2895), + [anon_sym_not] = ACTIONS(2895), + [anon_sym_compl] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_sizeof] = ACTIONS(2895), + [anon_sym___alignof__] = ACTIONS(2895), + [anon_sym___alignof] = ACTIONS(2895), + [anon_sym__alignof] = ACTIONS(2895), + [anon_sym_alignof] = ACTIONS(2895), + [anon_sym__Alignof] = ACTIONS(2895), + [anon_sym_offsetof] = ACTIONS(2895), + [anon_sym__Generic] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym___asm__] = ACTIONS(2895), + [anon_sym___asm] = ACTIONS(2895), + [aux_sym_number_literal_token1] = ACTIONS(2897), + [aux_sym_number_literal_token2] = ACTIONS(2895), + [anon_sym_L_SQUOTE] = ACTIONS(2897), + [anon_sym_u_SQUOTE] = ACTIONS(2897), + [anon_sym_U_SQUOTE] = ACTIONS(2897), + [anon_sym_u8_SQUOTE] = ACTIONS(2897), + [anon_sym_SQUOTE] = ACTIONS(2897), + [anon_sym_L_DQUOTE] = ACTIONS(2897), + [anon_sym_u_DQUOTE] = ACTIONS(2897), + [anon_sym_U_DQUOTE] = ACTIONS(2897), + [anon_sym_u8_DQUOTE] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2897), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [anon_sym_NULL] = ACTIONS(2895), + [anon_sym_nullptr] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2895), + [anon_sym_decltype] = ACTIONS(2895), + [anon_sym_explicit] = ACTIONS(2895), + [anon_sym_typename] = ACTIONS(2895), + [anon_sym_template] = ACTIONS(2895), + [anon_sym_operator] = ACTIONS(2895), + [anon_sym_try] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(2895), + [anon_sym_throw] = ACTIONS(2895), + [anon_sym_namespace] = ACTIONS(2895), + [anon_sym_using] = ACTIONS(2895), + [anon_sym_static_assert] = ACTIONS(2895), + [anon_sym_concept] = ACTIONS(2895), + [anon_sym_co_return] = ACTIONS(2895), + [anon_sym_co_yield] = ACTIONS(2895), + [anon_sym_R_DQUOTE] = ACTIONS(2897), + [anon_sym_LR_DQUOTE] = ACTIONS(2897), + [anon_sym_uR_DQUOTE] = ACTIONS(2897), + [anon_sym_UR_DQUOTE] = ACTIONS(2897), + [anon_sym_u8R_DQUOTE] = ACTIONS(2897), + [anon_sym_co_await] = ACTIONS(2895), + [anon_sym_new] = ACTIONS(2895), + [anon_sym_requires] = ACTIONS(2895), + [sym_this] = ACTIONS(2895), }, - [467] = { - [sym_identifier] = ACTIONS(2801), - [aux_sym_preproc_include_token1] = ACTIONS(2801), - [aux_sym_preproc_def_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token2] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), - [sym_preproc_directive] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_PLUS] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym___cdecl] = ACTIONS(2801), - [anon_sym___clrcall] = ACTIONS(2801), - [anon_sym___stdcall] = ACTIONS(2801), - [anon_sym___fastcall] = ACTIONS(2801), - [anon_sym___thiscall] = ACTIONS(2801), - [anon_sym___vectorcall] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), - [anon_sym_if] = ACTIONS(2801), - [anon_sym_else] = ACTIONS(2801), - [anon_sym_switch] = ACTIONS(2801), - [anon_sym_case] = ACTIONS(2801), - [anon_sym_default] = ACTIONS(2801), - [anon_sym_while] = ACTIONS(2801), - [anon_sym_do] = ACTIONS(2801), - [anon_sym_for] = ACTIONS(2801), - [anon_sym_return] = ACTIONS(2801), - [anon_sym_break] = ACTIONS(2801), - [anon_sym_continue] = ACTIONS(2801), - [anon_sym_goto] = ACTIONS(2801), - [anon_sym___try] = ACTIONS(2801), - [anon_sym___leave] = ACTIONS(2801), - [anon_sym_not] = ACTIONS(2801), - [anon_sym_compl] = ACTIONS(2801), - [anon_sym_DASH_DASH] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2803), - [anon_sym_sizeof] = ACTIONS(2801), - [anon_sym___alignof__] = ACTIONS(2801), - [anon_sym___alignof] = ACTIONS(2801), - [anon_sym__alignof] = ACTIONS(2801), - [anon_sym_alignof] = ACTIONS(2801), - [anon_sym__Alignof] = ACTIONS(2801), - [anon_sym_offsetof] = ACTIONS(2801), - [anon_sym__Generic] = ACTIONS(2801), - [anon_sym_asm] = ACTIONS(2801), - [anon_sym___asm__] = ACTIONS(2801), - [anon_sym___asm] = ACTIONS(2801), - [aux_sym_number_literal_token1] = ACTIONS(2803), - [aux_sym_number_literal_token2] = ACTIONS(2801), - [anon_sym_L_SQUOTE] = ACTIONS(2803), - [anon_sym_u_SQUOTE] = ACTIONS(2803), - [anon_sym_U_SQUOTE] = ACTIONS(2803), - [anon_sym_u8_SQUOTE] = ACTIONS(2803), - [anon_sym_SQUOTE] = ACTIONS(2803), - [anon_sym_L_DQUOTE] = ACTIONS(2803), - [anon_sym_u_DQUOTE] = ACTIONS(2803), - [anon_sym_U_DQUOTE] = ACTIONS(2803), - [anon_sym_u8_DQUOTE] = ACTIONS(2803), - [anon_sym_DQUOTE] = ACTIONS(2803), - [sym_true] = ACTIONS(2801), - [sym_false] = ACTIONS(2801), - [anon_sym_NULL] = ACTIONS(2801), - [anon_sym_nullptr] = ACTIONS(2801), + [493] = { + [sym_identifier] = ACTIONS(2909), + [aux_sym_preproc_include_token1] = ACTIONS(2909), + [aux_sym_preproc_def_token1] = ACTIONS(2909), + [aux_sym_preproc_if_token1] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), + [sym_preproc_directive] = ACTIONS(2909), + [anon_sym_LPAREN2] = ACTIONS(2911), + [anon_sym_BANG] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2911), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2911), + [anon_sym_AMP_AMP] = ACTIONS(2911), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym___extension__] = ACTIONS(2909), + [anon_sym_typedef] = ACTIONS(2909), + [anon_sym_virtual] = ACTIONS(2909), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___attribute] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym___cdecl] = ACTIONS(2909), + [anon_sym___clrcall] = ACTIONS(2909), + [anon_sym___stdcall] = ACTIONS(2909), + [anon_sym___fastcall] = ACTIONS(2909), + [anon_sym___thiscall] = ACTIONS(2909), + [anon_sym___vectorcall] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_RBRACE] = ACTIONS(2911), + [anon_sym_signed] = ACTIONS(2909), + [anon_sym_unsigned] = ACTIONS(2909), + [anon_sym_long] = ACTIONS(2909), + [anon_sym_short] = ACTIONS(2909), + [anon_sym_LBRACK] = ACTIONS(2909), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym___inline] = ACTIONS(2909), + [anon_sym___inline__] = ACTIONS(2909), + [anon_sym___forceinline] = ACTIONS(2909), + [anon_sym_thread_local] = ACTIONS(2909), + [anon_sym___thread] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym___restrict__] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym__Noreturn] = ACTIONS(2909), + [anon_sym_noreturn] = ACTIONS(2909), + [anon_sym__Nonnull] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constinit] = ACTIONS(2909), + [anon_sym_consteval] = ACTIONS(2909), + [anon_sym_PROGMEM] = ACTIONS(2909), + [anon_sym_alignas] = ACTIONS(2909), + [anon_sym__Alignas] = ACTIONS(2909), + [aux_sym_primitive_type_token1] = ACTIONS(2909), + [anon_sym_byte] = ACTIONS(2909), + [anon_sym_word] = ACTIONS(2909), + [anon_sym_enum] = ACTIONS(2909), + [anon_sym_class] = ACTIONS(2909), + [anon_sym_struct] = ACTIONS(2909), + [anon_sym_union] = ACTIONS(2909), + [anon_sym_if] = ACTIONS(2909), + [anon_sym_else] = ACTIONS(2909), + [anon_sym_switch] = ACTIONS(2909), + [anon_sym_case] = ACTIONS(2909), + [anon_sym_default] = ACTIONS(2909), + [anon_sym_while] = ACTIONS(2909), + [anon_sym_do] = ACTIONS(2909), + [anon_sym_for] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2909), + [anon_sym_break] = ACTIONS(2909), + [anon_sym_continue] = ACTIONS(2909), + [anon_sym_goto] = ACTIONS(2909), + [anon_sym___try] = ACTIONS(2909), + [anon_sym___leave] = ACTIONS(2909), + [anon_sym_not] = ACTIONS(2909), + [anon_sym_compl] = ACTIONS(2909), + [anon_sym_DASH_DASH] = ACTIONS(2911), + [anon_sym_PLUS_PLUS] = ACTIONS(2911), + [anon_sym_sizeof] = ACTIONS(2909), + [anon_sym___alignof__] = ACTIONS(2909), + [anon_sym___alignof] = ACTIONS(2909), + [anon_sym__alignof] = ACTIONS(2909), + [anon_sym_alignof] = ACTIONS(2909), + [anon_sym__Alignof] = ACTIONS(2909), + [anon_sym_offsetof] = ACTIONS(2909), + [anon_sym__Generic] = ACTIONS(2909), + [anon_sym_asm] = ACTIONS(2909), + [anon_sym___asm__] = ACTIONS(2909), + [anon_sym___asm] = ACTIONS(2909), + [aux_sym_number_literal_token1] = ACTIONS(2911), + [aux_sym_number_literal_token2] = ACTIONS(2909), + [anon_sym_L_SQUOTE] = ACTIONS(2911), + [anon_sym_u_SQUOTE] = ACTIONS(2911), + [anon_sym_U_SQUOTE] = ACTIONS(2911), + [anon_sym_u8_SQUOTE] = ACTIONS(2911), + [anon_sym_SQUOTE] = ACTIONS(2911), + [anon_sym_L_DQUOTE] = ACTIONS(2911), + [anon_sym_u_DQUOTE] = ACTIONS(2911), + [anon_sym_U_DQUOTE] = ACTIONS(2911), + [anon_sym_u8_DQUOTE] = ACTIONS(2911), + [anon_sym_DQUOTE] = ACTIONS(2911), + [sym_true] = ACTIONS(2909), + [sym_false] = ACTIONS(2909), + [anon_sym_NULL] = ACTIONS(2909), + [anon_sym_nullptr] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_explicit] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_operator] = ACTIONS(2801), - [anon_sym_try] = ACTIONS(2801), - [anon_sym_delete] = ACTIONS(2801), - [anon_sym_throw] = ACTIONS(2801), - [anon_sym_namespace] = ACTIONS(2801), - [anon_sym_using] = ACTIONS(2801), - [anon_sym_static_assert] = ACTIONS(2801), - [anon_sym_concept] = ACTIONS(2801), - [anon_sym_co_return] = ACTIONS(2801), - [anon_sym_co_yield] = ACTIONS(2801), - [anon_sym_R_DQUOTE] = ACTIONS(2803), - [anon_sym_LR_DQUOTE] = ACTIONS(2803), - [anon_sym_uR_DQUOTE] = ACTIONS(2803), - [anon_sym_UR_DQUOTE] = ACTIONS(2803), - [anon_sym_u8R_DQUOTE] = ACTIONS(2803), - [anon_sym_co_await] = ACTIONS(2801), - [anon_sym_new] = ACTIONS(2801), - [anon_sym_requires] = ACTIONS(2801), - [sym_this] = ACTIONS(2801), + [sym_auto] = ACTIONS(2909), + [anon_sym_decltype] = ACTIONS(2909), + [anon_sym_explicit] = ACTIONS(2909), + [anon_sym_typename] = ACTIONS(2909), + [anon_sym_template] = ACTIONS(2909), + [anon_sym_operator] = ACTIONS(2909), + [anon_sym_try] = ACTIONS(2909), + [anon_sym_delete] = ACTIONS(2909), + [anon_sym_throw] = ACTIONS(2909), + [anon_sym_namespace] = ACTIONS(2909), + [anon_sym_using] = ACTIONS(2909), + [anon_sym_static_assert] = ACTIONS(2909), + [anon_sym_concept] = ACTIONS(2909), + [anon_sym_co_return] = ACTIONS(2909), + [anon_sym_co_yield] = ACTIONS(2909), + [anon_sym_R_DQUOTE] = ACTIONS(2911), + [anon_sym_LR_DQUOTE] = ACTIONS(2911), + [anon_sym_uR_DQUOTE] = ACTIONS(2911), + [anon_sym_UR_DQUOTE] = ACTIONS(2911), + [anon_sym_u8R_DQUOTE] = ACTIONS(2911), + [anon_sym_co_await] = ACTIONS(2909), + [anon_sym_new] = ACTIONS(2909), + [anon_sym_requires] = ACTIONS(2909), + [sym_this] = ACTIONS(2909), }, - [468] = { - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2789), - [aux_sym_preproc_include_token1] = ACTIONS(2789), - [aux_sym_preproc_def_token1] = ACTIONS(2789), - [aux_sym_preproc_if_token1] = ACTIONS(2789), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), - [sym_preproc_directive] = ACTIONS(2789), - [anon_sym_LPAREN2] = ACTIONS(2791), - [anon_sym_BANG] = ACTIONS(2791), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_DASH] = ACTIONS(2789), - [anon_sym_PLUS] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_SEMI] = ACTIONS(2791), - [anon_sym___extension__] = ACTIONS(2789), - [anon_sym_typedef] = ACTIONS(2789), - [anon_sym_virtual] = ACTIONS(2789), - [anon_sym_extern] = ACTIONS(2789), - [anon_sym___attribute__] = ACTIONS(2789), - [anon_sym___attribute] = ACTIONS(2789), - [anon_sym_COLON_COLON] = ACTIONS(2791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), - [anon_sym___declspec] = ACTIONS(2789), - [anon_sym___based] = ACTIONS(2789), - [anon_sym___cdecl] = ACTIONS(2789), - [anon_sym___clrcall] = ACTIONS(2789), - [anon_sym___stdcall] = ACTIONS(2789), - [anon_sym___fastcall] = ACTIONS(2789), - [anon_sym___thiscall] = ACTIONS(2789), - [anon_sym___vectorcall] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_signed] = ACTIONS(2789), - [anon_sym_unsigned] = ACTIONS(2789), - [anon_sym_long] = ACTIONS(2789), - [anon_sym_short] = ACTIONS(2789), - [anon_sym_LBRACK] = ACTIONS(2789), - [anon_sym_static] = ACTIONS(2789), - [anon_sym_register] = ACTIONS(2789), - [anon_sym_inline] = ACTIONS(2789), - [anon_sym___inline] = ACTIONS(2789), - [anon_sym___inline__] = ACTIONS(2789), - [anon_sym___forceinline] = ACTIONS(2789), - [anon_sym_thread_local] = ACTIONS(2789), - [anon_sym___thread] = ACTIONS(2789), - [anon_sym_const] = ACTIONS(2789), - [anon_sym_constexpr] = ACTIONS(2789), - [anon_sym_volatile] = ACTIONS(2789), - [anon_sym_restrict] = ACTIONS(2789), - [anon_sym___restrict__] = ACTIONS(2789), - [anon_sym__Atomic] = ACTIONS(2789), - [anon_sym__Noreturn] = ACTIONS(2789), - [anon_sym_noreturn] = ACTIONS(2789), - [anon_sym__Nonnull] = ACTIONS(2789), - [anon_sym_mutable] = ACTIONS(2789), - [anon_sym_constinit] = ACTIONS(2789), - [anon_sym_consteval] = ACTIONS(2789), - [anon_sym_PROGMEM] = ACTIONS(2789), - [anon_sym_alignas] = ACTIONS(2789), - [anon_sym__Alignas] = ACTIONS(2789), - [aux_sym_primitive_type_token1] = ACTIONS(2789), - [anon_sym_byte] = ACTIONS(2789), - [anon_sym_word] = ACTIONS(2789), - [anon_sym_enum] = ACTIONS(2789), - [anon_sym_class] = ACTIONS(2789), - [anon_sym_struct] = ACTIONS(2789), - [anon_sym_union] = ACTIONS(2789), - [anon_sym_if] = ACTIONS(2789), - [anon_sym_else] = ACTIONS(2789), - [anon_sym_switch] = ACTIONS(2789), - [anon_sym_case] = ACTIONS(2789), - [anon_sym_default] = ACTIONS(2789), - [anon_sym_while] = ACTIONS(2789), - [anon_sym_do] = ACTIONS(2789), - [anon_sym_for] = ACTIONS(2789), - [anon_sym_return] = ACTIONS(2789), - [anon_sym_break] = ACTIONS(2789), - [anon_sym_continue] = ACTIONS(2789), - [anon_sym_goto] = ACTIONS(2789), - [anon_sym___try] = ACTIONS(2789), - [anon_sym___leave] = ACTIONS(2789), - [anon_sym_not] = ACTIONS(2789), - [anon_sym_compl] = ACTIONS(2789), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_PLUS_PLUS] = ACTIONS(2791), - [anon_sym_sizeof] = ACTIONS(2789), - [anon_sym___alignof__] = ACTIONS(2789), - [anon_sym___alignof] = ACTIONS(2789), - [anon_sym__alignof] = ACTIONS(2789), - [anon_sym_alignof] = ACTIONS(2789), - [anon_sym__Alignof] = ACTIONS(2789), - [anon_sym_offsetof] = ACTIONS(2789), - [anon_sym__Generic] = ACTIONS(2789), - [anon_sym_asm] = ACTIONS(2789), - [anon_sym___asm__] = ACTIONS(2789), - [anon_sym___asm] = ACTIONS(2789), - [aux_sym_number_literal_token1] = ACTIONS(2791), - [aux_sym_number_literal_token2] = ACTIONS(2789), - [anon_sym_L_SQUOTE] = ACTIONS(2791), - [anon_sym_u_SQUOTE] = ACTIONS(2791), - [anon_sym_U_SQUOTE] = ACTIONS(2791), - [anon_sym_u8_SQUOTE] = ACTIONS(2791), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_L_DQUOTE] = ACTIONS(2791), - [anon_sym_u_DQUOTE] = ACTIONS(2791), - [anon_sym_U_DQUOTE] = ACTIONS(2791), - [anon_sym_u8_DQUOTE] = ACTIONS(2791), - [anon_sym_DQUOTE] = ACTIONS(2791), - [sym_true] = ACTIONS(2789), - [sym_false] = ACTIONS(2789), - [anon_sym_NULL] = ACTIONS(2789), - [anon_sym_nullptr] = ACTIONS(2789), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2789), - [anon_sym_decltype] = ACTIONS(2789), - [anon_sym_explicit] = ACTIONS(2789), - [anon_sym_typename] = ACTIONS(2789), - [anon_sym_template] = ACTIONS(2789), - [anon_sym_operator] = ACTIONS(2789), - [anon_sym_try] = ACTIONS(2789), - [anon_sym_delete] = ACTIONS(2789), - [anon_sym_throw] = ACTIONS(2789), - [anon_sym_namespace] = ACTIONS(2789), - [anon_sym_using] = ACTIONS(2789), - [anon_sym_static_assert] = ACTIONS(2789), - [anon_sym_concept] = ACTIONS(2789), - [anon_sym_co_return] = ACTIONS(2789), - [anon_sym_co_yield] = ACTIONS(2789), - [anon_sym_R_DQUOTE] = ACTIONS(2791), - [anon_sym_LR_DQUOTE] = ACTIONS(2791), - [anon_sym_uR_DQUOTE] = ACTIONS(2791), - [anon_sym_UR_DQUOTE] = ACTIONS(2791), - [anon_sym_u8R_DQUOTE] = ACTIONS(2791), - [anon_sym_co_await] = ACTIONS(2789), - [anon_sym_new] = ACTIONS(2789), - [anon_sym_requires] = ACTIONS(2789), - [sym_this] = ACTIONS(2789), - }, - [469] = { - [sym_identifier] = ACTIONS(2897), - [aux_sym_preproc_include_token1] = ACTIONS(2897), - [aux_sym_preproc_def_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token1] = ACTIONS(2897), - [aux_sym_preproc_if_token2] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2897), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2897), - [sym_preproc_directive] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_PLUS] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2897), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym___extension__] = ACTIONS(2897), - [anon_sym_typedef] = ACTIONS(2897), - [anon_sym_virtual] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2897), - [anon_sym___attribute__] = ACTIONS(2897), - [anon_sym___attribute] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2899), - [anon_sym___declspec] = ACTIONS(2897), - [anon_sym___based] = ACTIONS(2897), - [anon_sym___cdecl] = ACTIONS(2897), - [anon_sym___clrcall] = ACTIONS(2897), - [anon_sym___stdcall] = ACTIONS(2897), - [anon_sym___fastcall] = ACTIONS(2897), - [anon_sym___thiscall] = ACTIONS(2897), - [anon_sym___vectorcall] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_signed] = ACTIONS(2897), - [anon_sym_unsigned] = ACTIONS(2897), - [anon_sym_long] = ACTIONS(2897), - [anon_sym_short] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2897), - [anon_sym_register] = ACTIONS(2897), - [anon_sym_inline] = ACTIONS(2897), - [anon_sym___inline] = ACTIONS(2897), - [anon_sym___inline__] = ACTIONS(2897), - [anon_sym___forceinline] = ACTIONS(2897), - [anon_sym_thread_local] = ACTIONS(2897), - [anon_sym___thread] = ACTIONS(2897), - [anon_sym_const] = ACTIONS(2897), - [anon_sym_constexpr] = ACTIONS(2897), - [anon_sym_volatile] = ACTIONS(2897), - [anon_sym_restrict] = ACTIONS(2897), - [anon_sym___restrict__] = ACTIONS(2897), - [anon_sym__Atomic] = ACTIONS(2897), - [anon_sym__Noreturn] = ACTIONS(2897), - [anon_sym_noreturn] = ACTIONS(2897), - [anon_sym__Nonnull] = ACTIONS(2897), - [anon_sym_mutable] = ACTIONS(2897), - [anon_sym_constinit] = ACTIONS(2897), - [anon_sym_consteval] = ACTIONS(2897), - [anon_sym_PROGMEM] = ACTIONS(2897), - [anon_sym_alignas] = ACTIONS(2897), - [anon_sym__Alignas] = ACTIONS(2897), - [aux_sym_primitive_type_token1] = ACTIONS(2897), - [anon_sym_byte] = ACTIONS(2897), - [anon_sym_word] = ACTIONS(2897), - [anon_sym_enum] = ACTIONS(2897), - [anon_sym_class] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2897), - [anon_sym_union] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2897), - [anon_sym_else] = ACTIONS(2897), - [anon_sym_switch] = ACTIONS(2897), - [anon_sym_case] = ACTIONS(2897), - [anon_sym_default] = ACTIONS(2897), - [anon_sym_while] = ACTIONS(2897), - [anon_sym_do] = ACTIONS(2897), - [anon_sym_for] = ACTIONS(2897), - [anon_sym_return] = ACTIONS(2897), - [anon_sym_break] = ACTIONS(2897), - [anon_sym_continue] = ACTIONS(2897), - [anon_sym_goto] = ACTIONS(2897), - [anon_sym___try] = ACTIONS(2897), - [anon_sym___leave] = ACTIONS(2897), - [anon_sym_not] = ACTIONS(2897), - [anon_sym_compl] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_sizeof] = ACTIONS(2897), - [anon_sym___alignof__] = ACTIONS(2897), - [anon_sym___alignof] = ACTIONS(2897), - [anon_sym__alignof] = ACTIONS(2897), - [anon_sym_alignof] = ACTIONS(2897), - [anon_sym__Alignof] = ACTIONS(2897), - [anon_sym_offsetof] = ACTIONS(2897), - [anon_sym__Generic] = ACTIONS(2897), - [anon_sym_asm] = ACTIONS(2897), - [anon_sym___asm__] = ACTIONS(2897), - [anon_sym___asm] = ACTIONS(2897), - [aux_sym_number_literal_token1] = ACTIONS(2899), - [aux_sym_number_literal_token2] = ACTIONS(2897), - [anon_sym_L_SQUOTE] = ACTIONS(2899), - [anon_sym_u_SQUOTE] = ACTIONS(2899), - [anon_sym_U_SQUOTE] = ACTIONS(2899), - [anon_sym_u8_SQUOTE] = ACTIONS(2899), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_L_DQUOTE] = ACTIONS(2899), - [anon_sym_u_DQUOTE] = ACTIONS(2899), - [anon_sym_U_DQUOTE] = ACTIONS(2899), - [anon_sym_u8_DQUOTE] = ACTIONS(2899), - [anon_sym_DQUOTE] = ACTIONS(2899), - [sym_true] = ACTIONS(2897), - [sym_false] = ACTIONS(2897), - [anon_sym_NULL] = ACTIONS(2897), - [anon_sym_nullptr] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2897), - [anon_sym_decltype] = ACTIONS(2897), - [anon_sym_explicit] = ACTIONS(2897), - [anon_sym_typename] = ACTIONS(2897), - [anon_sym_template] = ACTIONS(2897), - [anon_sym_operator] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(2897), - [anon_sym_delete] = ACTIONS(2897), - [anon_sym_throw] = ACTIONS(2897), - [anon_sym_namespace] = ACTIONS(2897), - [anon_sym_using] = ACTIONS(2897), - [anon_sym_static_assert] = ACTIONS(2897), - [anon_sym_concept] = ACTIONS(2897), - [anon_sym_co_return] = ACTIONS(2897), - [anon_sym_co_yield] = ACTIONS(2897), - [anon_sym_R_DQUOTE] = ACTIONS(2899), - [anon_sym_LR_DQUOTE] = ACTIONS(2899), - [anon_sym_uR_DQUOTE] = ACTIONS(2899), - [anon_sym_UR_DQUOTE] = ACTIONS(2899), - [anon_sym_u8R_DQUOTE] = ACTIONS(2899), - [anon_sym_co_await] = ACTIONS(2897), - [anon_sym_new] = ACTIONS(2897), - [anon_sym_requires] = ACTIONS(2897), - [sym_this] = ACTIONS(2897), - }, - [470] = { - [ts_builtin_sym_end] = ACTIONS(2915), + [494] = { [sym_identifier] = ACTIONS(2913), [aux_sym_preproc_include_token1] = ACTIONS(2913), [aux_sym_preproc_def_token1] = ACTIONS(2913), @@ -112156,6 +115539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2913), [anon_sym___vectorcall] = ACTIONS(2913), [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_RBRACE] = ACTIONS(2915), [anon_sym_signed] = ACTIONS(2913), [anon_sym_unsigned] = ACTIONS(2913), [anon_sym_long] = ACTIONS(2913), @@ -112262,7 +115646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2913), [sym_this] = ACTIONS(2913), }, - [471] = { + [495] = { [sym_identifier] = ACTIONS(2917), [aux_sym_preproc_include_token1] = ACTIONS(2917), [aux_sym_preproc_def_token1] = ACTIONS(2917), @@ -112403,7 +115787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2917), [sym_this] = ACTIONS(2917), }, - [472] = { + [496] = { [sym_identifier] = ACTIONS(2921), [aux_sym_preproc_include_token1] = ACTIONS(2921), [aux_sym_preproc_def_token1] = ACTIONS(2921), @@ -112544,572 +115928,994 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2921), [sym_this] = ACTIONS(2921), }, - [473] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_include_token1] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token2] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym___extension__] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___attribute] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym___cdecl] = ACTIONS(2773), - [anon_sym___clrcall] = ACTIONS(2773), - [anon_sym___stdcall] = ACTIONS(2773), - [anon_sym___fastcall] = ACTIONS(2773), - [anon_sym___thiscall] = ACTIONS(2773), - [anon_sym___vectorcall] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym___inline] = ACTIONS(2773), - [anon_sym___inline__] = ACTIONS(2773), - [anon_sym___forceinline] = ACTIONS(2773), - [anon_sym_thread_local] = ACTIONS(2773), - [anon_sym___thread] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym___restrict__] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym__Noreturn] = ACTIONS(2773), - [anon_sym_noreturn] = ACTIONS(2773), - [anon_sym__Nonnull] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constinit] = ACTIONS(2773), - [anon_sym_consteval] = ACTIONS(2773), - [anon_sym_PROGMEM] = ACTIONS(2773), - [anon_sym_alignas] = ACTIONS(2773), - [anon_sym__Alignas] = ACTIONS(2773), - [aux_sym_primitive_type_token1] = ACTIONS(2773), - [anon_sym_byte] = ACTIONS(2773), - [anon_sym_word] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_else] = ACTIONS(2773), - [anon_sym_switch] = ACTIONS(2773), - [anon_sym_case] = ACTIONS(2773), - [anon_sym_default] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_do] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym___try] = ACTIONS(2773), - [anon_sym___leave] = ACTIONS(2773), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_compl] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_sizeof] = ACTIONS(2773), - [anon_sym___alignof__] = ACTIONS(2773), - [anon_sym___alignof] = ACTIONS(2773), - [anon_sym__alignof] = ACTIONS(2773), - [anon_sym_alignof] = ACTIONS(2773), - [anon_sym__Alignof] = ACTIONS(2773), - [anon_sym_offsetof] = ACTIONS(2773), - [anon_sym__Generic] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym___asm__] = ACTIONS(2773), - [anon_sym___asm] = ACTIONS(2773), - [aux_sym_number_literal_token1] = ACTIONS(2775), - [aux_sym_number_literal_token2] = ACTIONS(2773), - [anon_sym_L_SQUOTE] = ACTIONS(2775), - [anon_sym_u_SQUOTE] = ACTIONS(2775), - [anon_sym_U_SQUOTE] = ACTIONS(2775), - [anon_sym_u8_SQUOTE] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_L_DQUOTE] = ACTIONS(2775), - [anon_sym_u_DQUOTE] = ACTIONS(2775), - [anon_sym_U_DQUOTE] = ACTIONS(2775), - [anon_sym_u8_DQUOTE] = ACTIONS(2775), - [anon_sym_DQUOTE] = ACTIONS(2775), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [anon_sym_NULL] = ACTIONS(2773), - [anon_sym_nullptr] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2773), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [anon_sym_delete] = ACTIONS(2773), - [anon_sym_throw] = ACTIONS(2773), - [anon_sym_namespace] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_concept] = ACTIONS(2773), - [anon_sym_co_return] = ACTIONS(2773), - [anon_sym_co_yield] = ACTIONS(2773), - [anon_sym_R_DQUOTE] = ACTIONS(2775), - [anon_sym_LR_DQUOTE] = ACTIONS(2775), - [anon_sym_uR_DQUOTE] = ACTIONS(2775), - [anon_sym_UR_DQUOTE] = ACTIONS(2775), - [anon_sym_u8R_DQUOTE] = ACTIONS(2775), - [anon_sym_co_await] = ACTIONS(2773), - [anon_sym_new] = ACTIONS(2773), - [anon_sym_requires] = ACTIONS(2773), - [sym_this] = ACTIONS(2773), + [497] = { + [sym_identifier] = ACTIONS(2771), + [aux_sym_preproc_include_token1] = ACTIONS(2771), + [aux_sym_preproc_def_token1] = ACTIONS(2771), + [aux_sym_preproc_if_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2771), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2771), + [sym_preproc_directive] = ACTIONS(2771), + [anon_sym_LPAREN2] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2771), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym___extension__] = ACTIONS(2771), + [anon_sym_typedef] = ACTIONS(2771), + [anon_sym_virtual] = ACTIONS(2771), + [anon_sym_extern] = ACTIONS(2771), + [anon_sym___attribute__] = ACTIONS(2771), + [anon_sym___attribute] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2771), + [anon_sym___based] = ACTIONS(2771), + [anon_sym___cdecl] = ACTIONS(2771), + [anon_sym___clrcall] = ACTIONS(2771), + [anon_sym___stdcall] = ACTIONS(2771), + [anon_sym___fastcall] = ACTIONS(2771), + [anon_sym___thiscall] = ACTIONS(2771), + [anon_sym___vectorcall] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_RBRACE] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2771), + [anon_sym_unsigned] = ACTIONS(2771), + [anon_sym_long] = ACTIONS(2771), + [anon_sym_short] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_static] = ACTIONS(2771), + [anon_sym_register] = ACTIONS(2771), + [anon_sym_inline] = ACTIONS(2771), + [anon_sym___inline] = ACTIONS(2771), + [anon_sym___inline__] = ACTIONS(2771), + [anon_sym___forceinline] = ACTIONS(2771), + [anon_sym_thread_local] = ACTIONS(2771), + [anon_sym___thread] = ACTIONS(2771), + [anon_sym_const] = ACTIONS(2771), + [anon_sym_constexpr] = ACTIONS(2771), + [anon_sym_volatile] = ACTIONS(2771), + [anon_sym_restrict] = ACTIONS(2771), + [anon_sym___restrict__] = ACTIONS(2771), + [anon_sym__Atomic] = ACTIONS(2771), + [anon_sym__Noreturn] = ACTIONS(2771), + [anon_sym_noreturn] = ACTIONS(2771), + [anon_sym__Nonnull] = ACTIONS(2771), + [anon_sym_mutable] = ACTIONS(2771), + [anon_sym_constinit] = ACTIONS(2771), + [anon_sym_consteval] = ACTIONS(2771), + [anon_sym_PROGMEM] = ACTIONS(2771), + [anon_sym_alignas] = ACTIONS(2771), + [anon_sym__Alignas] = ACTIONS(2771), + [aux_sym_primitive_type_token1] = ACTIONS(2771), + [anon_sym_byte] = ACTIONS(2771), + [anon_sym_word] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_union] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_else] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [anon_sym_case] = ACTIONS(2771), + [anon_sym_default] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_goto] = ACTIONS(2771), + [anon_sym___try] = ACTIONS(2771), + [anon_sym___leave] = ACTIONS(2771), + [anon_sym_not] = ACTIONS(2771), + [anon_sym_compl] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_sizeof] = ACTIONS(2771), + [anon_sym___alignof__] = ACTIONS(2771), + [anon_sym___alignof] = ACTIONS(2771), + [anon_sym__alignof] = ACTIONS(2771), + [anon_sym_alignof] = ACTIONS(2771), + [anon_sym__Alignof] = ACTIONS(2771), + [anon_sym_offsetof] = ACTIONS(2771), + [anon_sym__Generic] = ACTIONS(2771), + [anon_sym_asm] = ACTIONS(2771), + [anon_sym___asm__] = ACTIONS(2771), + [anon_sym___asm] = ACTIONS(2771), + [aux_sym_number_literal_token1] = ACTIONS(2773), + [aux_sym_number_literal_token2] = ACTIONS(2771), + [anon_sym_L_SQUOTE] = ACTIONS(2773), + [anon_sym_u_SQUOTE] = ACTIONS(2773), + [anon_sym_U_SQUOTE] = ACTIONS(2773), + [anon_sym_u8_SQUOTE] = ACTIONS(2773), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_L_DQUOTE] = ACTIONS(2773), + [anon_sym_u_DQUOTE] = ACTIONS(2773), + [anon_sym_U_DQUOTE] = ACTIONS(2773), + [anon_sym_u8_DQUOTE] = ACTIONS(2773), + [anon_sym_DQUOTE] = ACTIONS(2773), + [sym_true] = ACTIONS(2771), + [sym_false] = ACTIONS(2771), + [anon_sym_NULL] = ACTIONS(2771), + [anon_sym_nullptr] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2771), + [anon_sym_decltype] = ACTIONS(2771), + [anon_sym_explicit] = ACTIONS(2771), + [anon_sym_typename] = ACTIONS(2771), + [anon_sym_template] = ACTIONS(2771), + [anon_sym_operator] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_delete] = ACTIONS(2771), + [anon_sym_throw] = ACTIONS(2771), + [anon_sym_namespace] = ACTIONS(2771), + [anon_sym_using] = ACTIONS(2771), + [anon_sym_static_assert] = ACTIONS(2771), + [anon_sym_concept] = ACTIONS(2771), + [anon_sym_co_return] = ACTIONS(2771), + [anon_sym_co_yield] = ACTIONS(2771), + [anon_sym_R_DQUOTE] = ACTIONS(2773), + [anon_sym_LR_DQUOTE] = ACTIONS(2773), + [anon_sym_uR_DQUOTE] = ACTIONS(2773), + [anon_sym_UR_DQUOTE] = ACTIONS(2773), + [anon_sym_u8R_DQUOTE] = ACTIONS(2773), + [anon_sym_co_await] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(2771), + [anon_sym_requires] = ACTIONS(2771), + [sym_this] = ACTIONS(2771), }, - [474] = { - [sym_identifier] = ACTIONS(2831), - [aux_sym_preproc_include_token1] = ACTIONS(2831), - [aux_sym_preproc_def_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2831), - [sym_preproc_directive] = ACTIONS(2831), - [anon_sym_LPAREN2] = ACTIONS(2833), - [anon_sym_BANG] = ACTIONS(2833), - [anon_sym_TILDE] = ACTIONS(2833), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2833), - [anon_sym_AMP_AMP] = ACTIONS(2833), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_SEMI] = ACTIONS(2833), - [anon_sym___extension__] = ACTIONS(2831), - [anon_sym_typedef] = ACTIONS(2831), - [anon_sym_virtual] = ACTIONS(2831), - [anon_sym_extern] = ACTIONS(2831), - [anon_sym___attribute__] = ACTIONS(2831), - [anon_sym___attribute] = ACTIONS(2831), - [anon_sym_COLON_COLON] = ACTIONS(2833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2831), - [anon_sym___based] = ACTIONS(2831), - [anon_sym___cdecl] = ACTIONS(2831), - [anon_sym___clrcall] = ACTIONS(2831), - [anon_sym___stdcall] = ACTIONS(2831), - [anon_sym___fastcall] = ACTIONS(2831), - [anon_sym___thiscall] = ACTIONS(2831), - [anon_sym___vectorcall] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_RBRACE] = ACTIONS(2833), - [anon_sym_signed] = ACTIONS(2831), - [anon_sym_unsigned] = ACTIONS(2831), - [anon_sym_long] = ACTIONS(2831), - [anon_sym_short] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2831), - [anon_sym_static] = ACTIONS(2831), - [anon_sym_register] = ACTIONS(2831), - [anon_sym_inline] = ACTIONS(2831), - [anon_sym___inline] = ACTIONS(2831), - [anon_sym___inline__] = ACTIONS(2831), - [anon_sym___forceinline] = ACTIONS(2831), - [anon_sym_thread_local] = ACTIONS(2831), - [anon_sym___thread] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_constexpr] = ACTIONS(2831), - [anon_sym_volatile] = ACTIONS(2831), - [anon_sym_restrict] = ACTIONS(2831), - [anon_sym___restrict__] = ACTIONS(2831), - [anon_sym__Atomic] = ACTIONS(2831), - [anon_sym__Noreturn] = ACTIONS(2831), - [anon_sym_noreturn] = ACTIONS(2831), - [anon_sym__Nonnull] = ACTIONS(2831), - [anon_sym_mutable] = ACTIONS(2831), - [anon_sym_constinit] = ACTIONS(2831), - [anon_sym_consteval] = ACTIONS(2831), - [anon_sym_PROGMEM] = ACTIONS(2831), - [anon_sym_alignas] = ACTIONS(2831), - [anon_sym__Alignas] = ACTIONS(2831), - [aux_sym_primitive_type_token1] = ACTIONS(2831), - [anon_sym_byte] = ACTIONS(2831), - [anon_sym_word] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_class] = ACTIONS(2831), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_else] = ACTIONS(2831), - [anon_sym_switch] = ACTIONS(2831), - [anon_sym_case] = ACTIONS(2831), - [anon_sym_default] = ACTIONS(2831), - [anon_sym_while] = ACTIONS(2831), - [anon_sym_do] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym___try] = ACTIONS(2831), - [anon_sym___leave] = ACTIONS(2831), - [anon_sym_not] = ACTIONS(2831), - [anon_sym_compl] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2833), - [anon_sym_PLUS_PLUS] = ACTIONS(2833), - [anon_sym_sizeof] = ACTIONS(2831), - [anon_sym___alignof__] = ACTIONS(2831), - [anon_sym___alignof] = ACTIONS(2831), - [anon_sym__alignof] = ACTIONS(2831), - [anon_sym_alignof] = ACTIONS(2831), - [anon_sym__Alignof] = ACTIONS(2831), - [anon_sym_offsetof] = ACTIONS(2831), - [anon_sym__Generic] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym___asm__] = ACTIONS(2831), - [anon_sym___asm] = ACTIONS(2831), - [aux_sym_number_literal_token1] = ACTIONS(2833), - [aux_sym_number_literal_token2] = ACTIONS(2831), - [anon_sym_L_SQUOTE] = ACTIONS(2833), - [anon_sym_u_SQUOTE] = ACTIONS(2833), - [anon_sym_U_SQUOTE] = ACTIONS(2833), - [anon_sym_u8_SQUOTE] = ACTIONS(2833), - [anon_sym_SQUOTE] = ACTIONS(2833), - [anon_sym_L_DQUOTE] = ACTIONS(2833), - [anon_sym_u_DQUOTE] = ACTIONS(2833), - [anon_sym_U_DQUOTE] = ACTIONS(2833), - [anon_sym_u8_DQUOTE] = ACTIONS(2833), - [anon_sym_DQUOTE] = ACTIONS(2833), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [anon_sym_NULL] = ACTIONS(2831), - [anon_sym_nullptr] = ACTIONS(2831), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2831), - [anon_sym_decltype] = ACTIONS(2831), - [anon_sym_explicit] = ACTIONS(2831), - [anon_sym_typename] = ACTIONS(2831), - [anon_sym_template] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2831), - [anon_sym_try] = ACTIONS(2831), - [anon_sym_delete] = ACTIONS(2831), - [anon_sym_throw] = ACTIONS(2831), - [anon_sym_namespace] = ACTIONS(2831), - [anon_sym_using] = ACTIONS(2831), - [anon_sym_static_assert] = ACTIONS(2831), - [anon_sym_concept] = ACTIONS(2831), - [anon_sym_co_return] = ACTIONS(2831), - [anon_sym_co_yield] = ACTIONS(2831), - [anon_sym_R_DQUOTE] = ACTIONS(2833), - [anon_sym_LR_DQUOTE] = ACTIONS(2833), - [anon_sym_uR_DQUOTE] = ACTIONS(2833), - [anon_sym_UR_DQUOTE] = ACTIONS(2833), - [anon_sym_u8R_DQUOTE] = ACTIONS(2833), - [anon_sym_co_await] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(2831), - [anon_sym_requires] = ACTIONS(2831), - [sym_this] = ACTIONS(2831), + [498] = { + [ts_builtin_sym_end] = ACTIONS(2777), + [sym_identifier] = ACTIONS(2775), + [aux_sym_preproc_include_token1] = ACTIONS(2775), + [aux_sym_preproc_def_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2775), + [sym_preproc_directive] = ACTIONS(2775), + [anon_sym_LPAREN2] = ACTIONS(2777), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2777), + [anon_sym_AMP_AMP] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2775), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym___extension__] = ACTIONS(2775), + [anon_sym_typedef] = ACTIONS(2775), + [anon_sym_virtual] = ACTIONS(2775), + [anon_sym_extern] = ACTIONS(2775), + [anon_sym___attribute__] = ACTIONS(2775), + [anon_sym___attribute] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2775), + [anon_sym___based] = ACTIONS(2775), + [anon_sym___cdecl] = ACTIONS(2775), + [anon_sym___clrcall] = ACTIONS(2775), + [anon_sym___stdcall] = ACTIONS(2775), + [anon_sym___fastcall] = ACTIONS(2775), + [anon_sym___thiscall] = ACTIONS(2775), + [anon_sym___vectorcall] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2775), + [anon_sym_unsigned] = ACTIONS(2775), + [anon_sym_long] = ACTIONS(2775), + [anon_sym_short] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_static] = ACTIONS(2775), + [anon_sym_register] = ACTIONS(2775), + [anon_sym_inline] = ACTIONS(2775), + [anon_sym___inline] = ACTIONS(2775), + [anon_sym___inline__] = ACTIONS(2775), + [anon_sym___forceinline] = ACTIONS(2775), + [anon_sym_thread_local] = ACTIONS(2775), + [anon_sym___thread] = ACTIONS(2775), + [anon_sym_const] = ACTIONS(2775), + [anon_sym_constexpr] = ACTIONS(2775), + [anon_sym_volatile] = ACTIONS(2775), + [anon_sym_restrict] = ACTIONS(2775), + [anon_sym___restrict__] = ACTIONS(2775), + [anon_sym__Atomic] = ACTIONS(2775), + [anon_sym__Noreturn] = ACTIONS(2775), + [anon_sym_noreturn] = ACTIONS(2775), + [anon_sym__Nonnull] = ACTIONS(2775), + [anon_sym_mutable] = ACTIONS(2775), + [anon_sym_constinit] = ACTIONS(2775), + [anon_sym_consteval] = ACTIONS(2775), + [anon_sym_PROGMEM] = ACTIONS(2775), + [anon_sym_alignas] = ACTIONS(2775), + [anon_sym__Alignas] = ACTIONS(2775), + [aux_sym_primitive_type_token1] = ACTIONS(2775), + [anon_sym_byte] = ACTIONS(2775), + [anon_sym_word] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_union] = ACTIONS(2775), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_else] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [anon_sym_case] = ACTIONS(2775), + [anon_sym_default] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_goto] = ACTIONS(2775), + [anon_sym___try] = ACTIONS(2775), + [anon_sym___leave] = ACTIONS(2775), + [anon_sym_not] = ACTIONS(2775), + [anon_sym_compl] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_sizeof] = ACTIONS(2775), + [anon_sym___alignof__] = ACTIONS(2775), + [anon_sym___alignof] = ACTIONS(2775), + [anon_sym__alignof] = ACTIONS(2775), + [anon_sym_alignof] = ACTIONS(2775), + [anon_sym__Alignof] = ACTIONS(2775), + [anon_sym_offsetof] = ACTIONS(2775), + [anon_sym__Generic] = ACTIONS(2775), + [anon_sym_asm] = ACTIONS(2775), + [anon_sym___asm__] = ACTIONS(2775), + [anon_sym___asm] = ACTIONS(2775), + [aux_sym_number_literal_token1] = ACTIONS(2777), + [aux_sym_number_literal_token2] = ACTIONS(2775), + [anon_sym_L_SQUOTE] = ACTIONS(2777), + [anon_sym_u_SQUOTE] = ACTIONS(2777), + [anon_sym_U_SQUOTE] = ACTIONS(2777), + [anon_sym_u8_SQUOTE] = ACTIONS(2777), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_L_DQUOTE] = ACTIONS(2777), + [anon_sym_u_DQUOTE] = ACTIONS(2777), + [anon_sym_U_DQUOTE] = ACTIONS(2777), + [anon_sym_u8_DQUOTE] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2777), + [sym_true] = ACTIONS(2775), + [sym_false] = ACTIONS(2775), + [anon_sym_NULL] = ACTIONS(2775), + [anon_sym_nullptr] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2775), + [anon_sym_decltype] = ACTIONS(2775), + [anon_sym_explicit] = ACTIONS(2775), + [anon_sym_typename] = ACTIONS(2775), + [anon_sym_template] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_delete] = ACTIONS(2775), + [anon_sym_throw] = ACTIONS(2775), + [anon_sym_namespace] = ACTIONS(2775), + [anon_sym_using] = ACTIONS(2775), + [anon_sym_static_assert] = ACTIONS(2775), + [anon_sym_concept] = ACTIONS(2775), + [anon_sym_co_return] = ACTIONS(2775), + [anon_sym_co_yield] = ACTIONS(2775), + [anon_sym_R_DQUOTE] = ACTIONS(2777), + [anon_sym_LR_DQUOTE] = ACTIONS(2777), + [anon_sym_uR_DQUOTE] = ACTIONS(2777), + [anon_sym_UR_DQUOTE] = ACTIONS(2777), + [anon_sym_u8R_DQUOTE] = ACTIONS(2777), + [anon_sym_co_await] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(2775), + [anon_sym_requires] = ACTIONS(2775), + [sym_this] = ACTIONS(2775), }, - [475] = { - [sym_catch_clause] = STATE(323), - [aux_sym_constructor_try_statement_repeat1] = STATE(323), - [ts_builtin_sym_end] = ACTIONS(2581), - [sym_identifier] = ACTIONS(2579), - [aux_sym_preproc_include_token1] = ACTIONS(2579), - [aux_sym_preproc_def_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token1] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), - [sym_preproc_directive] = ACTIONS(2579), - [anon_sym_LPAREN2] = ACTIONS(2581), - [anon_sym_BANG] = ACTIONS(2581), - [anon_sym_TILDE] = ACTIONS(2581), - [anon_sym_DASH] = ACTIONS(2579), - [anon_sym_PLUS] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_AMP_AMP] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym___extension__] = ACTIONS(2579), - [anon_sym_typedef] = ACTIONS(2579), - [anon_sym_virtual] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym___attribute__] = ACTIONS(2579), - [anon_sym___attribute] = ACTIONS(2579), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2579), - [anon_sym___based] = ACTIONS(2579), - [anon_sym___cdecl] = ACTIONS(2579), - [anon_sym___clrcall] = ACTIONS(2579), - [anon_sym___stdcall] = ACTIONS(2579), - [anon_sym___fastcall] = ACTIONS(2579), - [anon_sym___thiscall] = ACTIONS(2579), - [anon_sym___vectorcall] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2581), - [anon_sym_signed] = ACTIONS(2579), - [anon_sym_unsigned] = ACTIONS(2579), - [anon_sym_long] = ACTIONS(2579), - [anon_sym_short] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_register] = ACTIONS(2579), - [anon_sym_inline] = ACTIONS(2579), - [anon_sym___inline] = ACTIONS(2579), - [anon_sym___inline__] = ACTIONS(2579), - [anon_sym___forceinline] = ACTIONS(2579), - [anon_sym_thread_local] = ACTIONS(2579), - [anon_sym___thread] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_constexpr] = ACTIONS(2579), - [anon_sym_volatile] = ACTIONS(2579), - [anon_sym_restrict] = ACTIONS(2579), - [anon_sym___restrict__] = ACTIONS(2579), - [anon_sym__Atomic] = ACTIONS(2579), - [anon_sym__Noreturn] = ACTIONS(2579), - [anon_sym_noreturn] = ACTIONS(2579), - [anon_sym__Nonnull] = ACTIONS(2579), - [anon_sym_mutable] = ACTIONS(2579), - [anon_sym_constinit] = ACTIONS(2579), - [anon_sym_consteval] = ACTIONS(2579), - [anon_sym_PROGMEM] = ACTIONS(2579), - [anon_sym_alignas] = ACTIONS(2579), - [anon_sym__Alignas] = ACTIONS(2579), - [aux_sym_primitive_type_token1] = ACTIONS(2579), - [anon_sym_byte] = ACTIONS(2579), - [anon_sym_word] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_class] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), - [anon_sym_if] = ACTIONS(2579), - [anon_sym_switch] = ACTIONS(2579), - [anon_sym_case] = ACTIONS(2579), - [anon_sym_default] = ACTIONS(2579), - [anon_sym_while] = ACTIONS(2579), - [anon_sym_do] = ACTIONS(2579), - [anon_sym_for] = ACTIONS(2579), - [anon_sym_return] = ACTIONS(2579), - [anon_sym_break] = ACTIONS(2579), - [anon_sym_continue] = ACTIONS(2579), - [anon_sym_goto] = ACTIONS(2579), - [anon_sym_not] = ACTIONS(2579), - [anon_sym_compl] = ACTIONS(2579), - [anon_sym_DASH_DASH] = ACTIONS(2581), - [anon_sym_PLUS_PLUS] = ACTIONS(2581), - [anon_sym_sizeof] = ACTIONS(2579), - [anon_sym___alignof__] = ACTIONS(2579), - [anon_sym___alignof] = ACTIONS(2579), - [anon_sym__alignof] = ACTIONS(2579), - [anon_sym_alignof] = ACTIONS(2579), - [anon_sym__Alignof] = ACTIONS(2579), - [anon_sym_offsetof] = ACTIONS(2579), - [anon_sym__Generic] = ACTIONS(2579), - [anon_sym_asm] = ACTIONS(2579), - [anon_sym___asm__] = ACTIONS(2579), - [anon_sym___asm] = ACTIONS(2579), - [aux_sym_number_literal_token1] = ACTIONS(2581), - [aux_sym_number_literal_token2] = ACTIONS(2579), - [anon_sym_L_SQUOTE] = ACTIONS(2581), - [anon_sym_u_SQUOTE] = ACTIONS(2581), - [anon_sym_U_SQUOTE] = ACTIONS(2581), - [anon_sym_u8_SQUOTE] = ACTIONS(2581), - [anon_sym_SQUOTE] = ACTIONS(2581), - [anon_sym_L_DQUOTE] = ACTIONS(2581), - [anon_sym_u_DQUOTE] = ACTIONS(2581), - [anon_sym_U_DQUOTE] = ACTIONS(2581), - [anon_sym_u8_DQUOTE] = ACTIONS(2581), - [anon_sym_DQUOTE] = ACTIONS(2581), - [sym_true] = ACTIONS(2579), - [sym_false] = ACTIONS(2579), - [anon_sym_NULL] = ACTIONS(2579), - [anon_sym_nullptr] = ACTIONS(2579), + [499] = { + [ts_builtin_sym_end] = ACTIONS(2738), + [sym_identifier] = ACTIONS(2733), + [aux_sym_preproc_include_token1] = ACTIONS(2733), + [aux_sym_preproc_def_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2733), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym___extension__] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2733), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym___cdecl] = ACTIONS(2733), + [anon_sym___clrcall] = ACTIONS(2733), + [anon_sym___stdcall] = ACTIONS(2733), + [anon_sym___fastcall] = ACTIONS(2733), + [anon_sym___thiscall] = ACTIONS(2733), + [anon_sym___vectorcall] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2733), + [anon_sym_byte] = ACTIONS(2733), + [anon_sym_word] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_if] = ACTIONS(2733), + [anon_sym_else] = ACTIONS(2733), + [anon_sym_switch] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_default] = ACTIONS(2733), + [anon_sym_while] = ACTIONS(2733), + [anon_sym_do] = ACTIONS(2733), + [anon_sym_for] = ACTIONS(2733), + [anon_sym_return] = ACTIONS(2733), + [anon_sym_break] = ACTIONS(2733), + [anon_sym_continue] = ACTIONS(2733), + [anon_sym_goto] = ACTIONS(2733), + [anon_sym___try] = ACTIONS(2733), + [anon_sym___leave] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2733), + [anon_sym_compl] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2733), + [anon_sym___alignof__] = ACTIONS(2733), + [anon_sym___alignof] = ACTIONS(2733), + [anon_sym__alignof] = ACTIONS(2733), + [anon_sym_alignof] = ACTIONS(2733), + [anon_sym__Alignof] = ACTIONS(2733), + [anon_sym_offsetof] = ACTIONS(2733), + [anon_sym__Generic] = ACTIONS(2733), + [anon_sym_asm] = ACTIONS(2733), + [anon_sym___asm__] = ACTIONS(2733), + [anon_sym___asm] = ACTIONS(2733), + [aux_sym_number_literal_token1] = ACTIONS(2738), + [aux_sym_number_literal_token2] = ACTIONS(2733), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2733), + [sym_false] = ACTIONS(2733), + [anon_sym_NULL] = ACTIONS(2733), + [anon_sym_nullptr] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2733), + [anon_sym_explicit] = ACTIONS(2733), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2733), + [anon_sym_operator] = ACTIONS(2733), + [anon_sym_try] = ACTIONS(2733), + [anon_sym_delete] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [anon_sym_namespace] = ACTIONS(2733), + [anon_sym_using] = ACTIONS(2733), + [anon_sym_static_assert] = ACTIONS(2733), + [anon_sym_concept] = ACTIONS(2733), + [anon_sym_co_return] = ACTIONS(2733), + [anon_sym_co_yield] = ACTIONS(2733), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2733), + [anon_sym_requires] = ACTIONS(2733), + [sym_this] = ACTIONS(2733), + }, + [500] = { + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_include_token1] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_BANG] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_DASH] = ACTIONS(2781), + [anon_sym_PLUS] = ACTIONS(2781), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym___extension__] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___attribute] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym___cdecl] = ACTIONS(2781), + [anon_sym___clrcall] = ACTIONS(2781), + [anon_sym___stdcall] = ACTIONS(2781), + [anon_sym___fastcall] = ACTIONS(2781), + [anon_sym___thiscall] = ACTIONS(2781), + [anon_sym___vectorcall] = ACTIONS(2781), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_RBRACE] = ACTIONS(2783), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym___inline] = ACTIONS(2781), + [anon_sym___inline__] = ACTIONS(2781), + [anon_sym___forceinline] = ACTIONS(2781), + [anon_sym_thread_local] = ACTIONS(2781), + [anon_sym___thread] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym___restrict__] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym__Noreturn] = ACTIONS(2781), + [anon_sym_noreturn] = ACTIONS(2781), + [anon_sym__Nonnull] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constinit] = ACTIONS(2781), + [anon_sym_consteval] = ACTIONS(2781), + [anon_sym_PROGMEM] = ACTIONS(2781), + [anon_sym_alignas] = ACTIONS(2781), + [anon_sym__Alignas] = ACTIONS(2781), + [aux_sym_primitive_type_token1] = ACTIONS(2781), + [anon_sym_byte] = ACTIONS(2781), + [anon_sym_word] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [anon_sym_if] = ACTIONS(2781), + [anon_sym_else] = ACTIONS(2781), + [anon_sym_switch] = ACTIONS(2781), + [anon_sym_case] = ACTIONS(2781), + [anon_sym_default] = ACTIONS(2781), + [anon_sym_while] = ACTIONS(2781), + [anon_sym_do] = ACTIONS(2781), + [anon_sym_for] = ACTIONS(2781), + [anon_sym_return] = ACTIONS(2781), + [anon_sym_break] = ACTIONS(2781), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2781), + [anon_sym___try] = ACTIONS(2781), + [anon_sym___leave] = ACTIONS(2781), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_compl] = ACTIONS(2781), + [anon_sym_DASH_DASH] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2783), + [anon_sym_sizeof] = ACTIONS(2781), + [anon_sym___alignof__] = ACTIONS(2781), + [anon_sym___alignof] = ACTIONS(2781), + [anon_sym__alignof] = ACTIONS(2781), + [anon_sym_alignof] = ACTIONS(2781), + [anon_sym__Alignof] = ACTIONS(2781), + [anon_sym_offsetof] = ACTIONS(2781), + [anon_sym__Generic] = ACTIONS(2781), + [anon_sym_asm] = ACTIONS(2781), + [anon_sym___asm__] = ACTIONS(2781), + [anon_sym___asm] = ACTIONS(2781), + [aux_sym_number_literal_token1] = ACTIONS(2783), + [aux_sym_number_literal_token2] = ACTIONS(2781), + [anon_sym_L_SQUOTE] = ACTIONS(2783), + [anon_sym_u_SQUOTE] = ACTIONS(2783), + [anon_sym_U_SQUOTE] = ACTIONS(2783), + [anon_sym_u8_SQUOTE] = ACTIONS(2783), + [anon_sym_SQUOTE] = ACTIONS(2783), + [anon_sym_L_DQUOTE] = ACTIONS(2783), + [anon_sym_u_DQUOTE] = ACTIONS(2783), + [anon_sym_U_DQUOTE] = ACTIONS(2783), + [anon_sym_u8_DQUOTE] = ACTIONS(2783), + [anon_sym_DQUOTE] = ACTIONS(2783), + [sym_true] = ACTIONS(2781), + [sym_false] = ACTIONS(2781), + [anon_sym_NULL] = ACTIONS(2781), + [anon_sym_nullptr] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2579), - [anon_sym_decltype] = ACTIONS(2579), - [anon_sym_explicit] = ACTIONS(2579), - [anon_sym_typename] = ACTIONS(2579), - [anon_sym_template] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2579), - [anon_sym_try] = ACTIONS(2579), - [anon_sym_delete] = ACTIONS(2579), - [anon_sym_throw] = ACTIONS(2579), - [anon_sym_namespace] = ACTIONS(2579), - [anon_sym_using] = ACTIONS(2579), - [anon_sym_static_assert] = ACTIONS(2579), - [anon_sym_concept] = ACTIONS(2579), - [anon_sym_co_return] = ACTIONS(2579), - [anon_sym_co_yield] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(2937), - [anon_sym_R_DQUOTE] = ACTIONS(2581), - [anon_sym_LR_DQUOTE] = ACTIONS(2581), - [anon_sym_uR_DQUOTE] = ACTIONS(2581), - [anon_sym_UR_DQUOTE] = ACTIONS(2581), - [anon_sym_u8R_DQUOTE] = ACTIONS(2581), - [anon_sym_co_await] = ACTIONS(2579), - [anon_sym_new] = ACTIONS(2579), - [anon_sym_requires] = ACTIONS(2579), - [sym_this] = ACTIONS(2579), + [sym_auto] = ACTIONS(2781), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_try] = ACTIONS(2781), + [anon_sym_delete] = ACTIONS(2781), + [anon_sym_throw] = ACTIONS(2781), + [anon_sym_namespace] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_concept] = ACTIONS(2781), + [anon_sym_co_return] = ACTIONS(2781), + [anon_sym_co_yield] = ACTIONS(2781), + [anon_sym_R_DQUOTE] = ACTIONS(2783), + [anon_sym_LR_DQUOTE] = ACTIONS(2783), + [anon_sym_uR_DQUOTE] = ACTIONS(2783), + [anon_sym_UR_DQUOTE] = ACTIONS(2783), + [anon_sym_u8R_DQUOTE] = ACTIONS(2783), + [anon_sym_co_await] = ACTIONS(2781), + [anon_sym_new] = ACTIONS(2781), + [anon_sym_requires] = ACTIONS(2781), + [sym_this] = ACTIONS(2781), }, - [476] = { - [sym_identifier] = ACTIONS(2913), - [aux_sym_preproc_include_token1] = ACTIONS(2913), - [aux_sym_preproc_def_token1] = ACTIONS(2913), - [aux_sym_preproc_if_token1] = ACTIONS(2913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2913), - [sym_preproc_directive] = ACTIONS(2913), - [anon_sym_LPAREN2] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_SEMI] = ACTIONS(2915), - [anon_sym___extension__] = ACTIONS(2913), - [anon_sym_typedef] = ACTIONS(2913), - [anon_sym_virtual] = ACTIONS(2913), - [anon_sym_extern] = ACTIONS(2913), - [anon_sym___attribute__] = ACTIONS(2913), - [anon_sym___attribute] = ACTIONS(2913), - [anon_sym_COLON_COLON] = ACTIONS(2915), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), - [anon_sym___declspec] = ACTIONS(2913), - [anon_sym___based] = ACTIONS(2913), - [anon_sym___cdecl] = ACTIONS(2913), - [anon_sym___clrcall] = ACTIONS(2913), - [anon_sym___stdcall] = ACTIONS(2913), - [anon_sym___fastcall] = ACTIONS(2913), - [anon_sym___thiscall] = ACTIONS(2913), - [anon_sym___vectorcall] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_RBRACE] = ACTIONS(2915), - [anon_sym_signed] = ACTIONS(2913), - [anon_sym_unsigned] = ACTIONS(2913), - [anon_sym_long] = ACTIONS(2913), - [anon_sym_short] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_static] = ACTIONS(2913), - [anon_sym_register] = ACTIONS(2913), - [anon_sym_inline] = ACTIONS(2913), - [anon_sym___inline] = ACTIONS(2913), - [anon_sym___inline__] = ACTIONS(2913), - [anon_sym___forceinline] = ACTIONS(2913), - [anon_sym_thread_local] = ACTIONS(2913), - [anon_sym___thread] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_constexpr] = ACTIONS(2913), - [anon_sym_volatile] = ACTIONS(2913), - [anon_sym_restrict] = ACTIONS(2913), - [anon_sym___restrict__] = ACTIONS(2913), - [anon_sym__Atomic] = ACTIONS(2913), - [anon_sym__Noreturn] = ACTIONS(2913), - [anon_sym_noreturn] = ACTIONS(2913), - [anon_sym__Nonnull] = ACTIONS(2913), - [anon_sym_mutable] = ACTIONS(2913), - [anon_sym_constinit] = ACTIONS(2913), - [anon_sym_consteval] = ACTIONS(2913), - [anon_sym_PROGMEM] = ACTIONS(2913), - [anon_sym_alignas] = ACTIONS(2913), - [anon_sym__Alignas] = ACTIONS(2913), - [aux_sym_primitive_type_token1] = ACTIONS(2913), - [anon_sym_byte] = ACTIONS(2913), - [anon_sym_word] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), - [anon_sym_class] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_union] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_else] = ACTIONS(2913), - [anon_sym_switch] = ACTIONS(2913), - [anon_sym_case] = ACTIONS(2913), - [anon_sym_default] = ACTIONS(2913), - [anon_sym_while] = ACTIONS(2913), - [anon_sym_do] = ACTIONS(2913), - [anon_sym_for] = ACTIONS(2913), - [anon_sym_return] = ACTIONS(2913), - [anon_sym_break] = ACTIONS(2913), - [anon_sym_continue] = ACTIONS(2913), - [anon_sym_goto] = ACTIONS(2913), - [anon_sym___try] = ACTIONS(2913), - [anon_sym___leave] = ACTIONS(2913), - [anon_sym_not] = ACTIONS(2913), - [anon_sym_compl] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_sizeof] = ACTIONS(2913), - [anon_sym___alignof__] = ACTIONS(2913), - [anon_sym___alignof] = ACTIONS(2913), - [anon_sym__alignof] = ACTIONS(2913), - [anon_sym_alignof] = ACTIONS(2913), - [anon_sym__Alignof] = ACTIONS(2913), - [anon_sym_offsetof] = ACTIONS(2913), - [anon_sym__Generic] = ACTIONS(2913), - [anon_sym_asm] = ACTIONS(2913), - [anon_sym___asm__] = ACTIONS(2913), - [anon_sym___asm] = ACTIONS(2913), - [aux_sym_number_literal_token1] = ACTIONS(2915), - [aux_sym_number_literal_token2] = ACTIONS(2913), - [anon_sym_L_SQUOTE] = ACTIONS(2915), - [anon_sym_u_SQUOTE] = ACTIONS(2915), - [anon_sym_U_SQUOTE] = ACTIONS(2915), - [anon_sym_u8_SQUOTE] = ACTIONS(2915), - [anon_sym_SQUOTE] = ACTIONS(2915), - [anon_sym_L_DQUOTE] = ACTIONS(2915), - [anon_sym_u_DQUOTE] = ACTIONS(2915), - [anon_sym_U_DQUOTE] = ACTIONS(2915), - [anon_sym_u8_DQUOTE] = ACTIONS(2915), - [anon_sym_DQUOTE] = ACTIONS(2915), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [anon_sym_NULL] = ACTIONS(2913), - [anon_sym_nullptr] = ACTIONS(2913), + [501] = { + [sym_identifier] = ACTIONS(2785), + [aux_sym_preproc_include_token1] = ACTIONS(2785), + [aux_sym_preproc_def_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [sym_preproc_directive] = ACTIONS(2785), + [anon_sym_LPAREN2] = ACTIONS(2787), + [anon_sym_BANG] = ACTIONS(2787), + [anon_sym_TILDE] = ACTIONS(2787), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_AMP_AMP] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_SEMI] = ACTIONS(2787), + [anon_sym___extension__] = ACTIONS(2785), + [anon_sym_typedef] = ACTIONS(2785), + [anon_sym_virtual] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym___attribute__] = ACTIONS(2785), + [anon_sym___attribute] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), + [anon_sym___declspec] = ACTIONS(2785), + [anon_sym___based] = ACTIONS(2785), + [anon_sym___cdecl] = ACTIONS(2785), + [anon_sym___clrcall] = ACTIONS(2785), + [anon_sym___stdcall] = ACTIONS(2785), + [anon_sym___fastcall] = ACTIONS(2785), + [anon_sym___thiscall] = ACTIONS(2785), + [anon_sym___vectorcall] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_RBRACE] = ACTIONS(2787), + [anon_sym_signed] = ACTIONS(2785), + [anon_sym_unsigned] = ACTIONS(2785), + [anon_sym_long] = ACTIONS(2785), + [anon_sym_short] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_register] = ACTIONS(2785), + [anon_sym_inline] = ACTIONS(2785), + [anon_sym___inline] = ACTIONS(2785), + [anon_sym___inline__] = ACTIONS(2785), + [anon_sym___forceinline] = ACTIONS(2785), + [anon_sym_thread_local] = ACTIONS(2785), + [anon_sym___thread] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_constexpr] = ACTIONS(2785), + [anon_sym_volatile] = ACTIONS(2785), + [anon_sym_restrict] = ACTIONS(2785), + [anon_sym___restrict__] = ACTIONS(2785), + [anon_sym__Atomic] = ACTIONS(2785), + [anon_sym__Noreturn] = ACTIONS(2785), + [anon_sym_noreturn] = ACTIONS(2785), + [anon_sym__Nonnull] = ACTIONS(2785), + [anon_sym_mutable] = ACTIONS(2785), + [anon_sym_constinit] = ACTIONS(2785), + [anon_sym_consteval] = ACTIONS(2785), + [anon_sym_PROGMEM] = ACTIONS(2785), + [anon_sym_alignas] = ACTIONS(2785), + [anon_sym__Alignas] = ACTIONS(2785), + [aux_sym_primitive_type_token1] = ACTIONS(2785), + [anon_sym_byte] = ACTIONS(2785), + [anon_sym_word] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_class] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_else] = ACTIONS(2785), + [anon_sym_switch] = ACTIONS(2785), + [anon_sym_case] = ACTIONS(2785), + [anon_sym_default] = ACTIONS(2785), + [anon_sym_while] = ACTIONS(2785), + [anon_sym_do] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym___try] = ACTIONS(2785), + [anon_sym___leave] = ACTIONS(2785), + [anon_sym_not] = ACTIONS(2785), + [anon_sym_compl] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2787), + [anon_sym_PLUS_PLUS] = ACTIONS(2787), + [anon_sym_sizeof] = ACTIONS(2785), + [anon_sym___alignof__] = ACTIONS(2785), + [anon_sym___alignof] = ACTIONS(2785), + [anon_sym__alignof] = ACTIONS(2785), + [anon_sym_alignof] = ACTIONS(2785), + [anon_sym__Alignof] = ACTIONS(2785), + [anon_sym_offsetof] = ACTIONS(2785), + [anon_sym__Generic] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym___asm__] = ACTIONS(2785), + [anon_sym___asm] = ACTIONS(2785), + [aux_sym_number_literal_token1] = ACTIONS(2787), + [aux_sym_number_literal_token2] = ACTIONS(2785), + [anon_sym_L_SQUOTE] = ACTIONS(2787), + [anon_sym_u_SQUOTE] = ACTIONS(2787), + [anon_sym_U_SQUOTE] = ACTIONS(2787), + [anon_sym_u8_SQUOTE] = ACTIONS(2787), + [anon_sym_SQUOTE] = ACTIONS(2787), + [anon_sym_L_DQUOTE] = ACTIONS(2787), + [anon_sym_u_DQUOTE] = ACTIONS(2787), + [anon_sym_U_DQUOTE] = ACTIONS(2787), + [anon_sym_u8_DQUOTE] = ACTIONS(2787), + [anon_sym_DQUOTE] = ACTIONS(2787), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [anon_sym_NULL] = ACTIONS(2785), + [anon_sym_nullptr] = ACTIONS(2785), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2913), - [anon_sym_decltype] = ACTIONS(2913), - [anon_sym_explicit] = ACTIONS(2913), - [anon_sym_typename] = ACTIONS(2913), - [anon_sym_template] = ACTIONS(2913), - [anon_sym_operator] = ACTIONS(2913), - [anon_sym_try] = ACTIONS(2913), - [anon_sym_delete] = ACTIONS(2913), - [anon_sym_throw] = ACTIONS(2913), - [anon_sym_namespace] = ACTIONS(2913), - [anon_sym_using] = ACTIONS(2913), - [anon_sym_static_assert] = ACTIONS(2913), - [anon_sym_concept] = ACTIONS(2913), - [anon_sym_co_return] = ACTIONS(2913), - [anon_sym_co_yield] = ACTIONS(2913), - [anon_sym_R_DQUOTE] = ACTIONS(2915), - [anon_sym_LR_DQUOTE] = ACTIONS(2915), - [anon_sym_uR_DQUOTE] = ACTIONS(2915), - [anon_sym_UR_DQUOTE] = ACTIONS(2915), - [anon_sym_u8R_DQUOTE] = ACTIONS(2915), - [anon_sym_co_await] = ACTIONS(2913), - [anon_sym_new] = ACTIONS(2913), - [anon_sym_requires] = ACTIONS(2913), - [sym_this] = ACTIONS(2913), + [sym_auto] = ACTIONS(2785), + [anon_sym_decltype] = ACTIONS(2785), + [anon_sym_explicit] = ACTIONS(2785), + [anon_sym_typename] = ACTIONS(2785), + [anon_sym_template] = ACTIONS(2785), + [anon_sym_operator] = ACTIONS(2785), + [anon_sym_try] = ACTIONS(2785), + [anon_sym_delete] = ACTIONS(2785), + [anon_sym_throw] = ACTIONS(2785), + [anon_sym_namespace] = ACTIONS(2785), + [anon_sym_using] = ACTIONS(2785), + [anon_sym_static_assert] = ACTIONS(2785), + [anon_sym_concept] = ACTIONS(2785), + [anon_sym_co_return] = ACTIONS(2785), + [anon_sym_co_yield] = ACTIONS(2785), + [anon_sym_R_DQUOTE] = ACTIONS(2787), + [anon_sym_LR_DQUOTE] = ACTIONS(2787), + [anon_sym_uR_DQUOTE] = ACTIONS(2787), + [anon_sym_UR_DQUOTE] = ACTIONS(2787), + [anon_sym_u8R_DQUOTE] = ACTIONS(2787), + [anon_sym_co_await] = ACTIONS(2785), + [anon_sym_new] = ACTIONS(2785), + [anon_sym_requires] = ACTIONS(2785), + [sym_this] = ACTIONS(2785), }, - [477] = { - [ts_builtin_sym_end] = ACTIONS(2799), + [502] = { + [sym_identifier] = ACTIONS(2789), + [aux_sym_preproc_include_token1] = ACTIONS(2789), + [aux_sym_preproc_def_token1] = ACTIONS(2789), + [aux_sym_preproc_if_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_LPAREN2] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_DASH] = ACTIONS(2789), + [anon_sym_PLUS] = ACTIONS(2789), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_AMP_AMP] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym___extension__] = ACTIONS(2789), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_virtual] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym___attribute__] = ACTIONS(2789), + [anon_sym___attribute] = ACTIONS(2789), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), + [anon_sym___declspec] = ACTIONS(2789), + [anon_sym___based] = ACTIONS(2789), + [anon_sym___cdecl] = ACTIONS(2789), + [anon_sym___clrcall] = ACTIONS(2789), + [anon_sym___stdcall] = ACTIONS(2789), + [anon_sym___fastcall] = ACTIONS(2789), + [anon_sym___thiscall] = ACTIONS(2789), + [anon_sym___vectorcall] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_RBRACE] = ACTIONS(2791), + [anon_sym_signed] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [anon_sym_LBRACK] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym___inline] = ACTIONS(2789), + [anon_sym___inline__] = ACTIONS(2789), + [anon_sym___forceinline] = ACTIONS(2789), + [anon_sym_thread_local] = ACTIONS(2789), + [anon_sym___thread] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_constexpr] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym___restrict__] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym__Noreturn] = ACTIONS(2789), + [anon_sym_noreturn] = ACTIONS(2789), + [anon_sym__Nonnull] = ACTIONS(2789), + [anon_sym_mutable] = ACTIONS(2789), + [anon_sym_constinit] = ACTIONS(2789), + [anon_sym_consteval] = ACTIONS(2789), + [anon_sym_PROGMEM] = ACTIONS(2789), + [anon_sym_alignas] = ACTIONS(2789), + [anon_sym__Alignas] = ACTIONS(2789), + [aux_sym_primitive_type_token1] = ACTIONS(2789), + [anon_sym_byte] = ACTIONS(2789), + [anon_sym_word] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_class] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_else] = ACTIONS(2789), + [anon_sym_switch] = ACTIONS(2789), + [anon_sym_case] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_do] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_goto] = ACTIONS(2789), + [anon_sym___try] = ACTIONS(2789), + [anon_sym___leave] = ACTIONS(2789), + [anon_sym_not] = ACTIONS(2789), + [anon_sym_compl] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2791), + [anon_sym_sizeof] = ACTIONS(2789), + [anon_sym___alignof__] = ACTIONS(2789), + [anon_sym___alignof] = ACTIONS(2789), + [anon_sym__alignof] = ACTIONS(2789), + [anon_sym_alignof] = ACTIONS(2789), + [anon_sym__Alignof] = ACTIONS(2789), + [anon_sym_offsetof] = ACTIONS(2789), + [anon_sym__Generic] = ACTIONS(2789), + [anon_sym_asm] = ACTIONS(2789), + [anon_sym___asm__] = ACTIONS(2789), + [anon_sym___asm] = ACTIONS(2789), + [aux_sym_number_literal_token1] = ACTIONS(2791), + [aux_sym_number_literal_token2] = ACTIONS(2789), + [anon_sym_L_SQUOTE] = ACTIONS(2791), + [anon_sym_u_SQUOTE] = ACTIONS(2791), + [anon_sym_U_SQUOTE] = ACTIONS(2791), + [anon_sym_u8_SQUOTE] = ACTIONS(2791), + [anon_sym_SQUOTE] = ACTIONS(2791), + [anon_sym_L_DQUOTE] = ACTIONS(2791), + [anon_sym_u_DQUOTE] = ACTIONS(2791), + [anon_sym_U_DQUOTE] = ACTIONS(2791), + [anon_sym_u8_DQUOTE] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2791), + [sym_true] = ACTIONS(2789), + [sym_false] = ACTIONS(2789), + [anon_sym_NULL] = ACTIONS(2789), + [anon_sym_nullptr] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2789), + [anon_sym_decltype] = ACTIONS(2789), + [anon_sym_explicit] = ACTIONS(2789), + [anon_sym_typename] = ACTIONS(2789), + [anon_sym_template] = ACTIONS(2789), + [anon_sym_operator] = ACTIONS(2789), + [anon_sym_try] = ACTIONS(2789), + [anon_sym_delete] = ACTIONS(2789), + [anon_sym_throw] = ACTIONS(2789), + [anon_sym_namespace] = ACTIONS(2789), + [anon_sym_using] = ACTIONS(2789), + [anon_sym_static_assert] = ACTIONS(2789), + [anon_sym_concept] = ACTIONS(2789), + [anon_sym_co_return] = ACTIONS(2789), + [anon_sym_co_yield] = ACTIONS(2789), + [anon_sym_R_DQUOTE] = ACTIONS(2791), + [anon_sym_LR_DQUOTE] = ACTIONS(2791), + [anon_sym_uR_DQUOTE] = ACTIONS(2791), + [anon_sym_UR_DQUOTE] = ACTIONS(2791), + [anon_sym_u8R_DQUOTE] = ACTIONS(2791), + [anon_sym_co_await] = ACTIONS(2789), + [anon_sym_new] = ACTIONS(2789), + [anon_sym_requires] = ACTIONS(2789), + [sym_this] = ACTIONS(2789), + }, + [503] = { + [sym_identifier] = ACTIONS(2793), + [aux_sym_preproc_include_token1] = ACTIONS(2793), + [aux_sym_preproc_def_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_LPAREN2] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_AMP_AMP] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym___extension__] = ACTIONS(2793), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_virtual] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym___attribute__] = ACTIONS(2793), + [anon_sym___attribute] = ACTIONS(2793), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), + [anon_sym___declspec] = ACTIONS(2793), + [anon_sym___based] = ACTIONS(2793), + [anon_sym___cdecl] = ACTIONS(2793), + [anon_sym___clrcall] = ACTIONS(2793), + [anon_sym___stdcall] = ACTIONS(2793), + [anon_sym___fastcall] = ACTIONS(2793), + [anon_sym___thiscall] = ACTIONS(2793), + [anon_sym___vectorcall] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_RBRACE] = ACTIONS(2795), + [anon_sym_signed] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [anon_sym_LBRACK] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym___inline] = ACTIONS(2793), + [anon_sym___inline__] = ACTIONS(2793), + [anon_sym___forceinline] = ACTIONS(2793), + [anon_sym_thread_local] = ACTIONS(2793), + [anon_sym___thread] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_constexpr] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym___restrict__] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym__Noreturn] = ACTIONS(2793), + [anon_sym_noreturn] = ACTIONS(2793), + [anon_sym__Nonnull] = ACTIONS(2793), + [anon_sym_mutable] = ACTIONS(2793), + [anon_sym_constinit] = ACTIONS(2793), + [anon_sym_consteval] = ACTIONS(2793), + [anon_sym_PROGMEM] = ACTIONS(2793), + [anon_sym_alignas] = ACTIONS(2793), + [anon_sym__Alignas] = ACTIONS(2793), + [aux_sym_primitive_type_token1] = ACTIONS(2793), + [anon_sym_byte] = ACTIONS(2793), + [anon_sym_word] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_class] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_else] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_case] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym___try] = ACTIONS(2793), + [anon_sym___leave] = ACTIONS(2793), + [anon_sym_not] = ACTIONS(2793), + [anon_sym_compl] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [anon_sym___alignof__] = ACTIONS(2793), + [anon_sym___alignof] = ACTIONS(2793), + [anon_sym__alignof] = ACTIONS(2793), + [anon_sym_alignof] = ACTIONS(2793), + [anon_sym__Alignof] = ACTIONS(2793), + [anon_sym_offsetof] = ACTIONS(2793), + [anon_sym__Generic] = ACTIONS(2793), + [anon_sym_asm] = ACTIONS(2793), + [anon_sym___asm__] = ACTIONS(2793), + [anon_sym___asm] = ACTIONS(2793), + [aux_sym_number_literal_token1] = ACTIONS(2795), + [aux_sym_number_literal_token2] = ACTIONS(2793), + [anon_sym_L_SQUOTE] = ACTIONS(2795), + [anon_sym_u_SQUOTE] = ACTIONS(2795), + [anon_sym_U_SQUOTE] = ACTIONS(2795), + [anon_sym_u8_SQUOTE] = ACTIONS(2795), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_L_DQUOTE] = ACTIONS(2795), + [anon_sym_u_DQUOTE] = ACTIONS(2795), + [anon_sym_U_DQUOTE] = ACTIONS(2795), + [anon_sym_u8_DQUOTE] = ACTIONS(2795), + [anon_sym_DQUOTE] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [anon_sym_NULL] = ACTIONS(2793), + [anon_sym_nullptr] = ACTIONS(2793), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2793), + [anon_sym_decltype] = ACTIONS(2793), + [anon_sym_explicit] = ACTIONS(2793), + [anon_sym_typename] = ACTIONS(2793), + [anon_sym_template] = ACTIONS(2793), + [anon_sym_operator] = ACTIONS(2793), + [anon_sym_try] = ACTIONS(2793), + [anon_sym_delete] = ACTIONS(2793), + [anon_sym_throw] = ACTIONS(2793), + [anon_sym_namespace] = ACTIONS(2793), + [anon_sym_using] = ACTIONS(2793), + [anon_sym_static_assert] = ACTIONS(2793), + [anon_sym_concept] = ACTIONS(2793), + [anon_sym_co_return] = ACTIONS(2793), + [anon_sym_co_yield] = ACTIONS(2793), + [anon_sym_R_DQUOTE] = ACTIONS(2795), + [anon_sym_LR_DQUOTE] = ACTIONS(2795), + [anon_sym_uR_DQUOTE] = ACTIONS(2795), + [anon_sym_UR_DQUOTE] = ACTIONS(2795), + [anon_sym_u8R_DQUOTE] = ACTIONS(2795), + [anon_sym_co_await] = ACTIONS(2793), + [anon_sym_new] = ACTIONS(2793), + [anon_sym_requires] = ACTIONS(2793), + [sym_this] = ACTIONS(2793), + }, + [504] = { [sym_identifier] = ACTIONS(2797), [aux_sym_preproc_include_token1] = ACTIONS(2797), [aux_sym_preproc_def_token1] = ACTIONS(2797), @@ -113143,6 +116949,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2797), [anon_sym___vectorcall] = ACTIONS(2797), [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_RBRACE] = ACTIONS(2799), [anon_sym_signed] = ACTIONS(2797), [anon_sym_unsigned] = ACTIONS(2797), [anon_sym_long] = ACTIONS(2797), @@ -113249,40 +117056,3847 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2797), [sym_this] = ACTIONS(2797), }, - [478] = { - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_include_token1] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token2] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym___cdecl] = ACTIONS(2909), - [anon_sym___clrcall] = ACTIONS(2909), - [anon_sym___stdcall] = ACTIONS(2909), - [anon_sym___fastcall] = ACTIONS(2909), - [anon_sym___thiscall] = ACTIONS(2909), - [anon_sym___vectorcall] = ACTIONS(2909), + [505] = { + [sym_identifier] = ACTIONS(2801), + [aux_sym_preproc_include_token1] = ACTIONS(2801), + [aux_sym_preproc_def_token1] = ACTIONS(2801), + [aux_sym_preproc_if_token1] = ACTIONS(2801), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), + [sym_preproc_directive] = ACTIONS(2801), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2801), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym___extension__] = ACTIONS(2801), + [anon_sym_typedef] = ACTIONS(2801), + [anon_sym_virtual] = ACTIONS(2801), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___attribute] = ACTIONS(2801), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym___based] = ACTIONS(2801), + [anon_sym___cdecl] = ACTIONS(2801), + [anon_sym___clrcall] = ACTIONS(2801), + [anon_sym___stdcall] = ACTIONS(2801), + [anon_sym___fastcall] = ACTIONS(2801), + [anon_sym___thiscall] = ACTIONS(2801), + [anon_sym___vectorcall] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2803), + [anon_sym_signed] = ACTIONS(2801), + [anon_sym_unsigned] = ACTIONS(2801), + [anon_sym_long] = ACTIONS(2801), + [anon_sym_short] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym___inline] = ACTIONS(2801), + [anon_sym___inline__] = ACTIONS(2801), + [anon_sym___forceinline] = ACTIONS(2801), + [anon_sym_thread_local] = ACTIONS(2801), + [anon_sym___thread] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym___restrict__] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym__Noreturn] = ACTIONS(2801), + [anon_sym_noreturn] = ACTIONS(2801), + [anon_sym__Nonnull] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constinit] = ACTIONS(2801), + [anon_sym_consteval] = ACTIONS(2801), + [anon_sym_PROGMEM] = ACTIONS(2801), + [anon_sym_alignas] = ACTIONS(2801), + [anon_sym__Alignas] = ACTIONS(2801), + [aux_sym_primitive_type_token1] = ACTIONS(2801), + [anon_sym_byte] = ACTIONS(2801), + [anon_sym_word] = ACTIONS(2801), + [anon_sym_enum] = ACTIONS(2801), + [anon_sym_class] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2801), + [anon_sym_union] = ACTIONS(2801), + [anon_sym_if] = ACTIONS(2801), + [anon_sym_else] = ACTIONS(2801), + [anon_sym_switch] = ACTIONS(2801), + [anon_sym_case] = ACTIONS(2801), + [anon_sym_default] = ACTIONS(2801), + [anon_sym_while] = ACTIONS(2801), + [anon_sym_do] = ACTIONS(2801), + [anon_sym_for] = ACTIONS(2801), + [anon_sym_return] = ACTIONS(2801), + [anon_sym_break] = ACTIONS(2801), + [anon_sym_continue] = ACTIONS(2801), + [anon_sym_goto] = ACTIONS(2801), + [anon_sym___try] = ACTIONS(2801), + [anon_sym___leave] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2801), + [anon_sym_compl] = ACTIONS(2801), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_sizeof] = ACTIONS(2801), + [anon_sym___alignof__] = ACTIONS(2801), + [anon_sym___alignof] = ACTIONS(2801), + [anon_sym__alignof] = ACTIONS(2801), + [anon_sym_alignof] = ACTIONS(2801), + [anon_sym__Alignof] = ACTIONS(2801), + [anon_sym_offsetof] = ACTIONS(2801), + [anon_sym__Generic] = ACTIONS(2801), + [anon_sym_asm] = ACTIONS(2801), + [anon_sym___asm__] = ACTIONS(2801), + [anon_sym___asm] = ACTIONS(2801), + [aux_sym_number_literal_token1] = ACTIONS(2803), + [aux_sym_number_literal_token2] = ACTIONS(2801), + [anon_sym_L_SQUOTE] = ACTIONS(2803), + [anon_sym_u_SQUOTE] = ACTIONS(2803), + [anon_sym_U_SQUOTE] = ACTIONS(2803), + [anon_sym_u8_SQUOTE] = ACTIONS(2803), + [anon_sym_SQUOTE] = ACTIONS(2803), + [anon_sym_L_DQUOTE] = ACTIONS(2803), + [anon_sym_u_DQUOTE] = ACTIONS(2803), + [anon_sym_U_DQUOTE] = ACTIONS(2803), + [anon_sym_u8_DQUOTE] = ACTIONS(2803), + [anon_sym_DQUOTE] = ACTIONS(2803), + [sym_true] = ACTIONS(2801), + [sym_false] = ACTIONS(2801), + [anon_sym_NULL] = ACTIONS(2801), + [anon_sym_nullptr] = ACTIONS(2801), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2801), + [anon_sym_decltype] = ACTIONS(2801), + [anon_sym_explicit] = ACTIONS(2801), + [anon_sym_typename] = ACTIONS(2801), + [anon_sym_template] = ACTIONS(2801), + [anon_sym_operator] = ACTIONS(2801), + [anon_sym_try] = ACTIONS(2801), + [anon_sym_delete] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [anon_sym_namespace] = ACTIONS(2801), + [anon_sym_using] = ACTIONS(2801), + [anon_sym_static_assert] = ACTIONS(2801), + [anon_sym_concept] = ACTIONS(2801), + [anon_sym_co_return] = ACTIONS(2801), + [anon_sym_co_yield] = ACTIONS(2801), + [anon_sym_R_DQUOTE] = ACTIONS(2803), + [anon_sym_LR_DQUOTE] = ACTIONS(2803), + [anon_sym_uR_DQUOTE] = ACTIONS(2803), + [anon_sym_UR_DQUOTE] = ACTIONS(2803), + [anon_sym_u8R_DQUOTE] = ACTIONS(2803), + [anon_sym_co_await] = ACTIONS(2801), + [anon_sym_new] = ACTIONS(2801), + [anon_sym_requires] = ACTIONS(2801), + [sym_this] = ACTIONS(2801), + }, + [506] = { + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_include_token1] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym___extension__] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___attribute] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym___cdecl] = ACTIONS(2805), + [anon_sym___clrcall] = ACTIONS(2805), + [anon_sym___stdcall] = ACTIONS(2805), + [anon_sym___fastcall] = ACTIONS(2805), + [anon_sym___thiscall] = ACTIONS(2805), + [anon_sym___vectorcall] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym___inline] = ACTIONS(2805), + [anon_sym___inline__] = ACTIONS(2805), + [anon_sym___forceinline] = ACTIONS(2805), + [anon_sym_thread_local] = ACTIONS(2805), + [anon_sym___thread] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym___restrict__] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym__Noreturn] = ACTIONS(2805), + [anon_sym_noreturn] = ACTIONS(2805), + [anon_sym__Nonnull] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constinit] = ACTIONS(2805), + [anon_sym_consteval] = ACTIONS(2805), + [anon_sym_PROGMEM] = ACTIONS(2805), + [anon_sym_alignas] = ACTIONS(2805), + [anon_sym__Alignas] = ACTIONS(2805), + [aux_sym_primitive_type_token1] = ACTIONS(2805), + [anon_sym_byte] = ACTIONS(2805), + [anon_sym_word] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_else] = ACTIONS(2805), + [anon_sym_switch] = ACTIONS(2805), + [anon_sym_case] = ACTIONS(2805), + [anon_sym_default] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_do] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_goto] = ACTIONS(2805), + [anon_sym___try] = ACTIONS(2805), + [anon_sym___leave] = ACTIONS(2805), + [anon_sym_not] = ACTIONS(2805), + [anon_sym_compl] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_sizeof] = ACTIONS(2805), + [anon_sym___alignof__] = ACTIONS(2805), + [anon_sym___alignof] = ACTIONS(2805), + [anon_sym__alignof] = ACTIONS(2805), + [anon_sym_alignof] = ACTIONS(2805), + [anon_sym__Alignof] = ACTIONS(2805), + [anon_sym_offsetof] = ACTIONS(2805), + [anon_sym__Generic] = ACTIONS(2805), + [anon_sym_asm] = ACTIONS(2805), + [anon_sym___asm__] = ACTIONS(2805), + [anon_sym___asm] = ACTIONS(2805), + [aux_sym_number_literal_token1] = ACTIONS(2807), + [aux_sym_number_literal_token2] = ACTIONS(2805), + [anon_sym_L_SQUOTE] = ACTIONS(2807), + [anon_sym_u_SQUOTE] = ACTIONS(2807), + [anon_sym_U_SQUOTE] = ACTIONS(2807), + [anon_sym_u8_SQUOTE] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2807), + [anon_sym_L_DQUOTE] = ACTIONS(2807), + [anon_sym_u_DQUOTE] = ACTIONS(2807), + [anon_sym_U_DQUOTE] = ACTIONS(2807), + [anon_sym_u8_DQUOTE] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2807), + [sym_true] = ACTIONS(2805), + [sym_false] = ACTIONS(2805), + [anon_sym_NULL] = ACTIONS(2805), + [anon_sym_nullptr] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2805), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [anon_sym_delete] = ACTIONS(2805), + [anon_sym_throw] = ACTIONS(2805), + [anon_sym_namespace] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_concept] = ACTIONS(2805), + [anon_sym_co_return] = ACTIONS(2805), + [anon_sym_co_yield] = ACTIONS(2805), + [anon_sym_R_DQUOTE] = ACTIONS(2807), + [anon_sym_LR_DQUOTE] = ACTIONS(2807), + [anon_sym_uR_DQUOTE] = ACTIONS(2807), + [anon_sym_UR_DQUOTE] = ACTIONS(2807), + [anon_sym_u8R_DQUOTE] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2805), + [anon_sym_new] = ACTIONS(2805), + [anon_sym_requires] = ACTIONS(2805), + [sym_this] = ACTIONS(2805), + }, + [507] = { + [sym_identifier] = ACTIONS(2809), + [aux_sym_preproc_include_token1] = ACTIONS(2809), + [aux_sym_preproc_def_token1] = ACTIONS(2809), + [aux_sym_preproc_if_token1] = ACTIONS(2809), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), + [sym_preproc_directive] = ACTIONS(2809), + [anon_sym_LPAREN2] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2809), + [anon_sym_PLUS] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2809), + [anon_sym_SEMI] = ACTIONS(2811), + [anon_sym___extension__] = ACTIONS(2809), + [anon_sym_typedef] = ACTIONS(2809), + [anon_sym_virtual] = ACTIONS(2809), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym___attribute__] = ACTIONS(2809), + [anon_sym___attribute] = ACTIONS(2809), + [anon_sym_COLON_COLON] = ACTIONS(2811), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), + [anon_sym___declspec] = ACTIONS(2809), + [anon_sym___based] = ACTIONS(2809), + [anon_sym___cdecl] = ACTIONS(2809), + [anon_sym___clrcall] = ACTIONS(2809), + [anon_sym___stdcall] = ACTIONS(2809), + [anon_sym___fastcall] = ACTIONS(2809), + [anon_sym___thiscall] = ACTIONS(2809), + [anon_sym___vectorcall] = ACTIONS(2809), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_RBRACE] = ACTIONS(2811), + [anon_sym_signed] = ACTIONS(2809), + [anon_sym_unsigned] = ACTIONS(2809), + [anon_sym_long] = ACTIONS(2809), + [anon_sym_short] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_register] = ACTIONS(2809), + [anon_sym_inline] = ACTIONS(2809), + [anon_sym___inline] = ACTIONS(2809), + [anon_sym___inline__] = ACTIONS(2809), + [anon_sym___forceinline] = ACTIONS(2809), + [anon_sym_thread_local] = ACTIONS(2809), + [anon_sym___thread] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_constexpr] = ACTIONS(2809), + [anon_sym_volatile] = ACTIONS(2809), + [anon_sym_restrict] = ACTIONS(2809), + [anon_sym___restrict__] = ACTIONS(2809), + [anon_sym__Atomic] = ACTIONS(2809), + [anon_sym__Noreturn] = ACTIONS(2809), + [anon_sym_noreturn] = ACTIONS(2809), + [anon_sym__Nonnull] = ACTIONS(2809), + [anon_sym_mutable] = ACTIONS(2809), + [anon_sym_constinit] = ACTIONS(2809), + [anon_sym_consteval] = ACTIONS(2809), + [anon_sym_PROGMEM] = ACTIONS(2809), + [anon_sym_alignas] = ACTIONS(2809), + [anon_sym__Alignas] = ACTIONS(2809), + [aux_sym_primitive_type_token1] = ACTIONS(2809), + [anon_sym_byte] = ACTIONS(2809), + [anon_sym_word] = ACTIONS(2809), + [anon_sym_enum] = ACTIONS(2809), + [anon_sym_class] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(2809), + [anon_sym_union] = ACTIONS(2809), + [anon_sym_if] = ACTIONS(2809), + [anon_sym_else] = ACTIONS(2809), + [anon_sym_switch] = ACTIONS(2809), + [anon_sym_case] = ACTIONS(2809), + [anon_sym_default] = ACTIONS(2809), + [anon_sym_while] = ACTIONS(2809), + [anon_sym_do] = ACTIONS(2809), + [anon_sym_for] = ACTIONS(2809), + [anon_sym_return] = ACTIONS(2809), + [anon_sym_break] = ACTIONS(2809), + [anon_sym_continue] = ACTIONS(2809), + [anon_sym_goto] = ACTIONS(2809), + [anon_sym___try] = ACTIONS(2809), + [anon_sym___leave] = ACTIONS(2809), + [anon_sym_not] = ACTIONS(2809), + [anon_sym_compl] = ACTIONS(2809), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_sizeof] = ACTIONS(2809), + [anon_sym___alignof__] = ACTIONS(2809), + [anon_sym___alignof] = ACTIONS(2809), + [anon_sym__alignof] = ACTIONS(2809), + [anon_sym_alignof] = ACTIONS(2809), + [anon_sym__Alignof] = ACTIONS(2809), + [anon_sym_offsetof] = ACTIONS(2809), + [anon_sym__Generic] = ACTIONS(2809), + [anon_sym_asm] = ACTIONS(2809), + [anon_sym___asm__] = ACTIONS(2809), + [anon_sym___asm] = ACTIONS(2809), + [aux_sym_number_literal_token1] = ACTIONS(2811), + [aux_sym_number_literal_token2] = ACTIONS(2809), + [anon_sym_L_SQUOTE] = ACTIONS(2811), + [anon_sym_u_SQUOTE] = ACTIONS(2811), + [anon_sym_U_SQUOTE] = ACTIONS(2811), + [anon_sym_u8_SQUOTE] = ACTIONS(2811), + [anon_sym_SQUOTE] = ACTIONS(2811), + [anon_sym_L_DQUOTE] = ACTIONS(2811), + [anon_sym_u_DQUOTE] = ACTIONS(2811), + [anon_sym_U_DQUOTE] = ACTIONS(2811), + [anon_sym_u8_DQUOTE] = ACTIONS(2811), + [anon_sym_DQUOTE] = ACTIONS(2811), + [sym_true] = ACTIONS(2809), + [sym_false] = ACTIONS(2809), + [anon_sym_NULL] = ACTIONS(2809), + [anon_sym_nullptr] = ACTIONS(2809), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2809), + [anon_sym_decltype] = ACTIONS(2809), + [anon_sym_explicit] = ACTIONS(2809), + [anon_sym_typename] = ACTIONS(2809), + [anon_sym_template] = ACTIONS(2809), + [anon_sym_operator] = ACTIONS(2809), + [anon_sym_try] = ACTIONS(2809), + [anon_sym_delete] = ACTIONS(2809), + [anon_sym_throw] = ACTIONS(2809), + [anon_sym_namespace] = ACTIONS(2809), + [anon_sym_using] = ACTIONS(2809), + [anon_sym_static_assert] = ACTIONS(2809), + [anon_sym_concept] = ACTIONS(2809), + [anon_sym_co_return] = ACTIONS(2809), + [anon_sym_co_yield] = ACTIONS(2809), + [anon_sym_R_DQUOTE] = ACTIONS(2811), + [anon_sym_LR_DQUOTE] = ACTIONS(2811), + [anon_sym_uR_DQUOTE] = ACTIONS(2811), + [anon_sym_UR_DQUOTE] = ACTIONS(2811), + [anon_sym_u8R_DQUOTE] = ACTIONS(2811), + [anon_sym_co_await] = ACTIONS(2809), + [anon_sym_new] = ACTIONS(2809), + [anon_sym_requires] = ACTIONS(2809), + [sym_this] = ACTIONS(2809), + }, + [508] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, + [509] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_include_token1] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym___cdecl] = ACTIONS(2813), + [anon_sym___clrcall] = ACTIONS(2813), + [anon_sym___stdcall] = ACTIONS(2813), + [anon_sym___fastcall] = ACTIONS(2813), + [anon_sym___thiscall] = ACTIONS(2813), + [anon_sym___vectorcall] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_case] = ACTIONS(2813), + [anon_sym_default] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_namespace] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + [anon_sym_concept] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, + [510] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_include_token1] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_PLUS] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym___cdecl] = ACTIONS(2817), + [anon_sym___clrcall] = ACTIONS(2817), + [anon_sym___stdcall] = ACTIONS(2817), + [anon_sym___fastcall] = ACTIONS(2817), + [anon_sym___thiscall] = ACTIONS(2817), + [anon_sym___vectorcall] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2817), + [anon_sym_else] = ACTIONS(2817), + [anon_sym_switch] = ACTIONS(2817), + [anon_sym_case] = ACTIONS(2817), + [anon_sym_default] = ACTIONS(2817), + [anon_sym_while] = ACTIONS(2817), + [anon_sym_do] = ACTIONS(2817), + [anon_sym_for] = ACTIONS(2817), + [anon_sym_return] = ACTIONS(2817), + [anon_sym_break] = ACTIONS(2817), + [anon_sym_continue] = ACTIONS(2817), + [anon_sym_goto] = ACTIONS(2817), + [anon_sym___try] = ACTIONS(2817), + [anon_sym___leave] = ACTIONS(2817), + [anon_sym_not] = ACTIONS(2817), + [anon_sym_compl] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_sizeof] = ACTIONS(2817), + [anon_sym___alignof__] = ACTIONS(2817), + [anon_sym___alignof] = ACTIONS(2817), + [anon_sym__alignof] = ACTIONS(2817), + [anon_sym_alignof] = ACTIONS(2817), + [anon_sym__Alignof] = ACTIONS(2817), + [anon_sym_offsetof] = ACTIONS(2817), + [anon_sym__Generic] = ACTIONS(2817), + [anon_sym_asm] = ACTIONS(2817), + [anon_sym___asm__] = ACTIONS(2817), + [anon_sym___asm] = ACTIONS(2817), + [aux_sym_number_literal_token1] = ACTIONS(2819), + [aux_sym_number_literal_token2] = ACTIONS(2817), + [anon_sym_L_SQUOTE] = ACTIONS(2819), + [anon_sym_u_SQUOTE] = ACTIONS(2819), + [anon_sym_U_SQUOTE] = ACTIONS(2819), + [anon_sym_u8_SQUOTE] = ACTIONS(2819), + [anon_sym_SQUOTE] = ACTIONS(2819), + [anon_sym_L_DQUOTE] = ACTIONS(2819), + [anon_sym_u_DQUOTE] = ACTIONS(2819), + [anon_sym_U_DQUOTE] = ACTIONS(2819), + [anon_sym_u8_DQUOTE] = ACTIONS(2819), + [anon_sym_DQUOTE] = ACTIONS(2819), + [sym_true] = ACTIONS(2817), + [sym_false] = ACTIONS(2817), + [anon_sym_NULL] = ACTIONS(2817), + [anon_sym_nullptr] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_try] = ACTIONS(2817), + [anon_sym_delete] = ACTIONS(2817), + [anon_sym_throw] = ACTIONS(2817), + [anon_sym_namespace] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + [anon_sym_concept] = ACTIONS(2817), + [anon_sym_co_return] = ACTIONS(2817), + [anon_sym_co_yield] = ACTIONS(2817), + [anon_sym_R_DQUOTE] = ACTIONS(2819), + [anon_sym_LR_DQUOTE] = ACTIONS(2819), + [anon_sym_uR_DQUOTE] = ACTIONS(2819), + [anon_sym_UR_DQUOTE] = ACTIONS(2819), + [anon_sym_u8R_DQUOTE] = ACTIONS(2819), + [anon_sym_co_await] = ACTIONS(2817), + [anon_sym_new] = ACTIONS(2817), + [anon_sym_requires] = ACTIONS(2817), + [sym_this] = ACTIONS(2817), + }, + [511] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(2877), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), + }, + [512] = { + [ts_builtin_sym_end] = ACTIONS(2823), + [sym_identifier] = ACTIONS(2821), + [aux_sym_preproc_include_token1] = ACTIONS(2821), + [aux_sym_preproc_def_token1] = ACTIONS(2821), + [aux_sym_preproc_if_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2821), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2821), + [sym_preproc_directive] = ACTIONS(2821), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP_AMP] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym___extension__] = ACTIONS(2821), + [anon_sym_typedef] = ACTIONS(2821), + [anon_sym_virtual] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___attribute] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym___based] = ACTIONS(2821), + [anon_sym___cdecl] = ACTIONS(2821), + [anon_sym___clrcall] = ACTIONS(2821), + [anon_sym___stdcall] = ACTIONS(2821), + [anon_sym___fastcall] = ACTIONS(2821), + [anon_sym___thiscall] = ACTIONS(2821), + [anon_sym___vectorcall] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_signed] = ACTIONS(2821), + [anon_sym_unsigned] = ACTIONS(2821), + [anon_sym_long] = ACTIONS(2821), + [anon_sym_short] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym___inline] = ACTIONS(2821), + [anon_sym___inline__] = ACTIONS(2821), + [anon_sym___forceinline] = ACTIONS(2821), + [anon_sym_thread_local] = ACTIONS(2821), + [anon_sym___thread] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym___restrict__] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym__Noreturn] = ACTIONS(2821), + [anon_sym_noreturn] = ACTIONS(2821), + [anon_sym__Nonnull] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constinit] = ACTIONS(2821), + [anon_sym_consteval] = ACTIONS(2821), + [anon_sym_PROGMEM] = ACTIONS(2821), + [anon_sym_alignas] = ACTIONS(2821), + [anon_sym__Alignas] = ACTIONS(2821), + [aux_sym_primitive_type_token1] = ACTIONS(2821), + [anon_sym_byte] = ACTIONS(2821), + [anon_sym_word] = ACTIONS(2821), + [anon_sym_enum] = ACTIONS(2821), + [anon_sym_class] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(2821), + [anon_sym_union] = ACTIONS(2821), + [anon_sym_if] = ACTIONS(2821), + [anon_sym_else] = ACTIONS(2821), + [anon_sym_switch] = ACTIONS(2821), + [anon_sym_case] = ACTIONS(2821), + [anon_sym_default] = ACTIONS(2821), + [anon_sym_while] = ACTIONS(2821), + [anon_sym_do] = ACTIONS(2821), + [anon_sym_for] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2821), + [anon_sym_break] = ACTIONS(2821), + [anon_sym_continue] = ACTIONS(2821), + [anon_sym_goto] = ACTIONS(2821), + [anon_sym___try] = ACTIONS(2821), + [anon_sym___leave] = ACTIONS(2821), + [anon_sym_not] = ACTIONS(2821), + [anon_sym_compl] = ACTIONS(2821), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_sizeof] = ACTIONS(2821), + [anon_sym___alignof__] = ACTIONS(2821), + [anon_sym___alignof] = ACTIONS(2821), + [anon_sym__alignof] = ACTIONS(2821), + [anon_sym_alignof] = ACTIONS(2821), + [anon_sym__Alignof] = ACTIONS(2821), + [anon_sym_offsetof] = ACTIONS(2821), + [anon_sym__Generic] = ACTIONS(2821), + [anon_sym_asm] = ACTIONS(2821), + [anon_sym___asm__] = ACTIONS(2821), + [anon_sym___asm] = ACTIONS(2821), + [aux_sym_number_literal_token1] = ACTIONS(2823), + [aux_sym_number_literal_token2] = ACTIONS(2821), + [anon_sym_L_SQUOTE] = ACTIONS(2823), + [anon_sym_u_SQUOTE] = ACTIONS(2823), + [anon_sym_U_SQUOTE] = ACTIONS(2823), + [anon_sym_u8_SQUOTE] = ACTIONS(2823), + [anon_sym_SQUOTE] = ACTIONS(2823), + [anon_sym_L_DQUOTE] = ACTIONS(2823), + [anon_sym_u_DQUOTE] = ACTIONS(2823), + [anon_sym_U_DQUOTE] = ACTIONS(2823), + [anon_sym_u8_DQUOTE] = ACTIONS(2823), + [anon_sym_DQUOTE] = ACTIONS(2823), + [sym_true] = ACTIONS(2821), + [sym_false] = ACTIONS(2821), + [anon_sym_NULL] = ACTIONS(2821), + [anon_sym_nullptr] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2821), + [anon_sym_decltype] = ACTIONS(2821), + [anon_sym_explicit] = ACTIONS(2821), + [anon_sym_typename] = ACTIONS(2821), + [anon_sym_template] = ACTIONS(2821), + [anon_sym_operator] = ACTIONS(2821), + [anon_sym_try] = ACTIONS(2821), + [anon_sym_delete] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_namespace] = ACTIONS(2821), + [anon_sym_using] = ACTIONS(2821), + [anon_sym_static_assert] = ACTIONS(2821), + [anon_sym_concept] = ACTIONS(2821), + [anon_sym_co_return] = ACTIONS(2821), + [anon_sym_co_yield] = ACTIONS(2821), + [anon_sym_R_DQUOTE] = ACTIONS(2823), + [anon_sym_LR_DQUOTE] = ACTIONS(2823), + [anon_sym_uR_DQUOTE] = ACTIONS(2823), + [anon_sym_UR_DQUOTE] = ACTIONS(2823), + [anon_sym_u8R_DQUOTE] = ACTIONS(2823), + [anon_sym_co_await] = ACTIONS(2821), + [anon_sym_new] = ACTIONS(2821), + [anon_sym_requires] = ACTIONS(2821), + [sym_this] = ACTIONS(2821), + }, + [513] = { + [sym_identifier] = ACTIONS(2825), + [aux_sym_preproc_include_token1] = ACTIONS(2825), + [aux_sym_preproc_def_token1] = ACTIONS(2825), + [aux_sym_preproc_if_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2825), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2825), + [sym_preproc_directive] = ACTIONS(2825), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP_AMP] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2825), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym___extension__] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2825), + [anon_sym_virtual] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___attribute] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2827), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym___based] = ACTIONS(2825), + [anon_sym___cdecl] = ACTIONS(2825), + [anon_sym___clrcall] = ACTIONS(2825), + [anon_sym___stdcall] = ACTIONS(2825), + [anon_sym___fastcall] = ACTIONS(2825), + [anon_sym___thiscall] = ACTIONS(2825), + [anon_sym___vectorcall] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_RBRACE] = ACTIONS(2827), + [anon_sym_signed] = ACTIONS(2825), + [anon_sym_unsigned] = ACTIONS(2825), + [anon_sym_long] = ACTIONS(2825), + [anon_sym_short] = ACTIONS(2825), + [anon_sym_LBRACK] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym___inline] = ACTIONS(2825), + [anon_sym___inline__] = ACTIONS(2825), + [anon_sym___forceinline] = ACTIONS(2825), + [anon_sym_thread_local] = ACTIONS(2825), + [anon_sym___thread] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym___restrict__] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym__Noreturn] = ACTIONS(2825), + [anon_sym_noreturn] = ACTIONS(2825), + [anon_sym__Nonnull] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constinit] = ACTIONS(2825), + [anon_sym_consteval] = ACTIONS(2825), + [anon_sym_PROGMEM] = ACTIONS(2825), + [anon_sym_alignas] = ACTIONS(2825), + [anon_sym__Alignas] = ACTIONS(2825), + [aux_sym_primitive_type_token1] = ACTIONS(2825), + [anon_sym_byte] = ACTIONS(2825), + [anon_sym_word] = ACTIONS(2825), + [anon_sym_enum] = ACTIONS(2825), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(2825), + [anon_sym_union] = ACTIONS(2825), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_else] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2825), + [anon_sym_case] = ACTIONS(2825), + [anon_sym_default] = ACTIONS(2825), + [anon_sym_while] = ACTIONS(2825), + [anon_sym_do] = ACTIONS(2825), + [anon_sym_for] = ACTIONS(2825), + [anon_sym_return] = ACTIONS(2825), + [anon_sym_break] = ACTIONS(2825), + [anon_sym_continue] = ACTIONS(2825), + [anon_sym_goto] = ACTIONS(2825), + [anon_sym___try] = ACTIONS(2825), + [anon_sym___leave] = ACTIONS(2825), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_compl] = ACTIONS(2825), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_sizeof] = ACTIONS(2825), + [anon_sym___alignof__] = ACTIONS(2825), + [anon_sym___alignof] = ACTIONS(2825), + [anon_sym__alignof] = ACTIONS(2825), + [anon_sym_alignof] = ACTIONS(2825), + [anon_sym__Alignof] = ACTIONS(2825), + [anon_sym_offsetof] = ACTIONS(2825), + [anon_sym__Generic] = ACTIONS(2825), + [anon_sym_asm] = ACTIONS(2825), + [anon_sym___asm__] = ACTIONS(2825), + [anon_sym___asm] = ACTIONS(2825), + [aux_sym_number_literal_token1] = ACTIONS(2827), + [aux_sym_number_literal_token2] = ACTIONS(2825), + [anon_sym_L_SQUOTE] = ACTIONS(2827), + [anon_sym_u_SQUOTE] = ACTIONS(2827), + [anon_sym_U_SQUOTE] = ACTIONS(2827), + [anon_sym_u8_SQUOTE] = ACTIONS(2827), + [anon_sym_SQUOTE] = ACTIONS(2827), + [anon_sym_L_DQUOTE] = ACTIONS(2827), + [anon_sym_u_DQUOTE] = ACTIONS(2827), + [anon_sym_U_DQUOTE] = ACTIONS(2827), + [anon_sym_u8_DQUOTE] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2827), + [sym_true] = ACTIONS(2825), + [sym_false] = ACTIONS(2825), + [anon_sym_NULL] = ACTIONS(2825), + [anon_sym_nullptr] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2825), + [anon_sym_decltype] = ACTIONS(2825), + [anon_sym_explicit] = ACTIONS(2825), + [anon_sym_typename] = ACTIONS(2825), + [anon_sym_template] = ACTIONS(2825), + [anon_sym_operator] = ACTIONS(2825), + [anon_sym_try] = ACTIONS(2825), + [anon_sym_delete] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [anon_sym_namespace] = ACTIONS(2825), + [anon_sym_using] = ACTIONS(2825), + [anon_sym_static_assert] = ACTIONS(2825), + [anon_sym_concept] = ACTIONS(2825), + [anon_sym_co_return] = ACTIONS(2825), + [anon_sym_co_yield] = ACTIONS(2825), + [anon_sym_R_DQUOTE] = ACTIONS(2827), + [anon_sym_LR_DQUOTE] = ACTIONS(2827), + [anon_sym_uR_DQUOTE] = ACTIONS(2827), + [anon_sym_UR_DQUOTE] = ACTIONS(2827), + [anon_sym_u8R_DQUOTE] = ACTIONS(2827), + [anon_sym_co_await] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2825), + [anon_sym_requires] = ACTIONS(2825), + [sym_this] = ACTIONS(2825), + }, + [514] = { + [sym_identifier] = ACTIONS(2775), + [aux_sym_preproc_include_token1] = ACTIONS(2775), + [aux_sym_preproc_def_token1] = ACTIONS(2775), + [aux_sym_preproc_if_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2775), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2775), + [sym_preproc_directive] = ACTIONS(2775), + [anon_sym_LPAREN2] = ACTIONS(2777), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2777), + [anon_sym_AMP_AMP] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2775), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym___extension__] = ACTIONS(2775), + [anon_sym_typedef] = ACTIONS(2775), + [anon_sym_virtual] = ACTIONS(2775), + [anon_sym_extern] = ACTIONS(2775), + [anon_sym___attribute__] = ACTIONS(2775), + [anon_sym___attribute] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2775), + [anon_sym___based] = ACTIONS(2775), + [anon_sym___cdecl] = ACTIONS(2775), + [anon_sym___clrcall] = ACTIONS(2775), + [anon_sym___stdcall] = ACTIONS(2775), + [anon_sym___fastcall] = ACTIONS(2775), + [anon_sym___thiscall] = ACTIONS(2775), + [anon_sym___vectorcall] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_RBRACE] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2775), + [anon_sym_unsigned] = ACTIONS(2775), + [anon_sym_long] = ACTIONS(2775), + [anon_sym_short] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_static] = ACTIONS(2775), + [anon_sym_register] = ACTIONS(2775), + [anon_sym_inline] = ACTIONS(2775), + [anon_sym___inline] = ACTIONS(2775), + [anon_sym___inline__] = ACTIONS(2775), + [anon_sym___forceinline] = ACTIONS(2775), + [anon_sym_thread_local] = ACTIONS(2775), + [anon_sym___thread] = ACTIONS(2775), + [anon_sym_const] = ACTIONS(2775), + [anon_sym_constexpr] = ACTIONS(2775), + [anon_sym_volatile] = ACTIONS(2775), + [anon_sym_restrict] = ACTIONS(2775), + [anon_sym___restrict__] = ACTIONS(2775), + [anon_sym__Atomic] = ACTIONS(2775), + [anon_sym__Noreturn] = ACTIONS(2775), + [anon_sym_noreturn] = ACTIONS(2775), + [anon_sym__Nonnull] = ACTIONS(2775), + [anon_sym_mutable] = ACTIONS(2775), + [anon_sym_constinit] = ACTIONS(2775), + [anon_sym_consteval] = ACTIONS(2775), + [anon_sym_PROGMEM] = ACTIONS(2775), + [anon_sym_alignas] = ACTIONS(2775), + [anon_sym__Alignas] = ACTIONS(2775), + [aux_sym_primitive_type_token1] = ACTIONS(2775), + [anon_sym_byte] = ACTIONS(2775), + [anon_sym_word] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_union] = ACTIONS(2775), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_else] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [anon_sym_case] = ACTIONS(2775), + [anon_sym_default] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_goto] = ACTIONS(2775), + [anon_sym___try] = ACTIONS(2775), + [anon_sym___leave] = ACTIONS(2775), + [anon_sym_not] = ACTIONS(2775), + [anon_sym_compl] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_sizeof] = ACTIONS(2775), + [anon_sym___alignof__] = ACTIONS(2775), + [anon_sym___alignof] = ACTIONS(2775), + [anon_sym__alignof] = ACTIONS(2775), + [anon_sym_alignof] = ACTIONS(2775), + [anon_sym__Alignof] = ACTIONS(2775), + [anon_sym_offsetof] = ACTIONS(2775), + [anon_sym__Generic] = ACTIONS(2775), + [anon_sym_asm] = ACTIONS(2775), + [anon_sym___asm__] = ACTIONS(2775), + [anon_sym___asm] = ACTIONS(2775), + [aux_sym_number_literal_token1] = ACTIONS(2777), + [aux_sym_number_literal_token2] = ACTIONS(2775), + [anon_sym_L_SQUOTE] = ACTIONS(2777), + [anon_sym_u_SQUOTE] = ACTIONS(2777), + [anon_sym_U_SQUOTE] = ACTIONS(2777), + [anon_sym_u8_SQUOTE] = ACTIONS(2777), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_L_DQUOTE] = ACTIONS(2777), + [anon_sym_u_DQUOTE] = ACTIONS(2777), + [anon_sym_U_DQUOTE] = ACTIONS(2777), + [anon_sym_u8_DQUOTE] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2777), + [sym_true] = ACTIONS(2775), + [sym_false] = ACTIONS(2775), + [anon_sym_NULL] = ACTIONS(2775), + [anon_sym_nullptr] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2775), + [anon_sym_decltype] = ACTIONS(2775), + [anon_sym_explicit] = ACTIONS(2775), + [anon_sym_typename] = ACTIONS(2775), + [anon_sym_template] = ACTIONS(2775), + [anon_sym_operator] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_delete] = ACTIONS(2775), + [anon_sym_throw] = ACTIONS(2775), + [anon_sym_namespace] = ACTIONS(2775), + [anon_sym_using] = ACTIONS(2775), + [anon_sym_static_assert] = ACTIONS(2775), + [anon_sym_concept] = ACTIONS(2775), + [anon_sym_co_return] = ACTIONS(2775), + [anon_sym_co_yield] = ACTIONS(2775), + [anon_sym_R_DQUOTE] = ACTIONS(2777), + [anon_sym_LR_DQUOTE] = ACTIONS(2777), + [anon_sym_uR_DQUOTE] = ACTIONS(2777), + [anon_sym_UR_DQUOTE] = ACTIONS(2777), + [anon_sym_u8R_DQUOTE] = ACTIONS(2777), + [anon_sym_co_await] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(2775), + [anon_sym_requires] = ACTIONS(2775), + [sym_this] = ACTIONS(2775), + }, + [515] = { + [sym_identifier] = ACTIONS(2733), + [aux_sym_preproc_include_token1] = ACTIONS(2733), + [aux_sym_preproc_def_token1] = ACTIONS(2733), + [aux_sym_preproc_if_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2733), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2733), + [sym_preproc_directive] = ACTIONS(2733), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP_AMP] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym___extension__] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2733), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym___based] = ACTIONS(2733), + [anon_sym___cdecl] = ACTIONS(2733), + [anon_sym___clrcall] = ACTIONS(2733), + [anon_sym___stdcall] = ACTIONS(2733), + [anon_sym___fastcall] = ACTIONS(2733), + [anon_sym___thiscall] = ACTIONS(2733), + [anon_sym___vectorcall] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_RBRACE] = ACTIONS(2738), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2733), + [anon_sym_byte] = ACTIONS(2733), + [anon_sym_word] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_if] = ACTIONS(2733), + [anon_sym_else] = ACTIONS(2733), + [anon_sym_switch] = ACTIONS(2733), + [anon_sym_case] = ACTIONS(2733), + [anon_sym_default] = ACTIONS(2733), + [anon_sym_while] = ACTIONS(2733), + [anon_sym_do] = ACTIONS(2733), + [anon_sym_for] = ACTIONS(2733), + [anon_sym_return] = ACTIONS(2733), + [anon_sym_break] = ACTIONS(2733), + [anon_sym_continue] = ACTIONS(2733), + [anon_sym_goto] = ACTIONS(2733), + [anon_sym___try] = ACTIONS(2733), + [anon_sym___leave] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2733), + [anon_sym_compl] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2733), + [anon_sym___alignof__] = ACTIONS(2733), + [anon_sym___alignof] = ACTIONS(2733), + [anon_sym__alignof] = ACTIONS(2733), + [anon_sym_alignof] = ACTIONS(2733), + [anon_sym__Alignof] = ACTIONS(2733), + [anon_sym_offsetof] = ACTIONS(2733), + [anon_sym__Generic] = ACTIONS(2733), + [anon_sym_asm] = ACTIONS(2733), + [anon_sym___asm__] = ACTIONS(2733), + [anon_sym___asm] = ACTIONS(2733), + [aux_sym_number_literal_token1] = ACTIONS(2738), + [aux_sym_number_literal_token2] = ACTIONS(2733), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2733), + [sym_false] = ACTIONS(2733), + [anon_sym_NULL] = ACTIONS(2733), + [anon_sym_nullptr] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2733), + [anon_sym_explicit] = ACTIONS(2733), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2733), + [anon_sym_operator] = ACTIONS(2733), + [anon_sym_try] = ACTIONS(2733), + [anon_sym_delete] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [anon_sym_namespace] = ACTIONS(2733), + [anon_sym_using] = ACTIONS(2733), + [anon_sym_static_assert] = ACTIONS(2733), + [anon_sym_concept] = ACTIONS(2733), + [anon_sym_co_return] = ACTIONS(2733), + [anon_sym_co_yield] = ACTIONS(2733), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2733), + [anon_sym_requires] = ACTIONS(2733), + [sym_this] = ACTIONS(2733), + }, + [516] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_include_token1] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_BANG] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym___cdecl] = ACTIONS(2829), + [anon_sym___clrcall] = ACTIONS(2829), + [anon_sym___stdcall] = ACTIONS(2829), + [anon_sym___fastcall] = ACTIONS(2829), + [anon_sym___thiscall] = ACTIONS(2829), + [anon_sym___vectorcall] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_RBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [anon_sym_if] = ACTIONS(2829), + [anon_sym_else] = ACTIONS(2829), + [anon_sym_switch] = ACTIONS(2829), + [anon_sym_case] = ACTIONS(2829), + [anon_sym_default] = ACTIONS(2829), + [anon_sym_while] = ACTIONS(2829), + [anon_sym_do] = ACTIONS(2829), + [anon_sym_for] = ACTIONS(2829), + [anon_sym_return] = ACTIONS(2829), + [anon_sym_break] = ACTIONS(2829), + [anon_sym_continue] = ACTIONS(2829), + [anon_sym_goto] = ACTIONS(2829), + [anon_sym___try] = ACTIONS(2829), + [anon_sym___leave] = ACTIONS(2829), + [anon_sym_not] = ACTIONS(2829), + [anon_sym_compl] = ACTIONS(2829), + [anon_sym_DASH_DASH] = ACTIONS(2831), + [anon_sym_PLUS_PLUS] = ACTIONS(2831), + [anon_sym_sizeof] = ACTIONS(2829), + [anon_sym___alignof__] = ACTIONS(2829), + [anon_sym___alignof] = ACTIONS(2829), + [anon_sym__alignof] = ACTIONS(2829), + [anon_sym_alignof] = ACTIONS(2829), + [anon_sym__Alignof] = ACTIONS(2829), + [anon_sym_offsetof] = ACTIONS(2829), + [anon_sym__Generic] = ACTIONS(2829), + [anon_sym_asm] = ACTIONS(2829), + [anon_sym___asm__] = ACTIONS(2829), + [anon_sym___asm] = ACTIONS(2829), + [aux_sym_number_literal_token1] = ACTIONS(2831), + [aux_sym_number_literal_token2] = ACTIONS(2829), + [anon_sym_L_SQUOTE] = ACTIONS(2831), + [anon_sym_u_SQUOTE] = ACTIONS(2831), + [anon_sym_U_SQUOTE] = ACTIONS(2831), + [anon_sym_u8_SQUOTE] = ACTIONS(2831), + [anon_sym_SQUOTE] = ACTIONS(2831), + [anon_sym_L_DQUOTE] = ACTIONS(2831), + [anon_sym_u_DQUOTE] = ACTIONS(2831), + [anon_sym_U_DQUOTE] = ACTIONS(2831), + [anon_sym_u8_DQUOTE] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2831), + [sym_true] = ACTIONS(2829), + [sym_false] = ACTIONS(2829), + [anon_sym_NULL] = ACTIONS(2829), + [anon_sym_nullptr] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_try] = ACTIONS(2829), + [anon_sym_delete] = ACTIONS(2829), + [anon_sym_throw] = ACTIONS(2829), + [anon_sym_namespace] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + [anon_sym_concept] = ACTIONS(2829), + [anon_sym_co_return] = ACTIONS(2829), + [anon_sym_co_yield] = ACTIONS(2829), + [anon_sym_R_DQUOTE] = ACTIONS(2831), + [anon_sym_LR_DQUOTE] = ACTIONS(2831), + [anon_sym_uR_DQUOTE] = ACTIONS(2831), + [anon_sym_UR_DQUOTE] = ACTIONS(2831), + [anon_sym_u8R_DQUOTE] = ACTIONS(2831), + [anon_sym_co_await] = ACTIONS(2829), + [anon_sym_new] = ACTIONS(2829), + [anon_sym_requires] = ACTIONS(2829), + [sym_this] = ACTIONS(2829), + }, + [517] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_RBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [518] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_include_token1] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym___cdecl] = ACTIONS(2833), + [anon_sym___clrcall] = ACTIONS(2833), + [anon_sym___stdcall] = ACTIONS(2833), + [anon_sym___fastcall] = ACTIONS(2833), + [anon_sym___thiscall] = ACTIONS(2833), + [anon_sym___vectorcall] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_RBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_case] = ACTIONS(2833), + [anon_sym_default] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_namespace] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + [anon_sym_concept] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [519] = { + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_include_token1] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym___cdecl] = ACTIONS(2925), + [anon_sym___clrcall] = ACTIONS(2925), + [anon_sym___stdcall] = ACTIONS(2925), + [anon_sym___fastcall] = ACTIONS(2925), + [anon_sym___thiscall] = ACTIONS(2925), + [anon_sym___vectorcall] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [anon_sym_if] = ACTIONS(2925), + [anon_sym_else] = ACTIONS(2925), + [anon_sym_switch] = ACTIONS(2925), + [anon_sym_case] = ACTIONS(2925), + [anon_sym_default] = ACTIONS(2925), + [anon_sym_while] = ACTIONS(2925), + [anon_sym_do] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2925), + [anon_sym_return] = ACTIONS(2925), + [anon_sym_break] = ACTIONS(2925), + [anon_sym_continue] = ACTIONS(2925), + [anon_sym_goto] = ACTIONS(2925), + [anon_sym___try] = ACTIONS(2925), + [anon_sym___leave] = ACTIONS(2925), + [anon_sym_not] = ACTIONS(2925), + [anon_sym_compl] = ACTIONS(2925), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_sizeof] = ACTIONS(2925), + [anon_sym___alignof__] = ACTIONS(2925), + [anon_sym___alignof] = ACTIONS(2925), + [anon_sym__alignof] = ACTIONS(2925), + [anon_sym_alignof] = ACTIONS(2925), + [anon_sym__Alignof] = ACTIONS(2925), + [anon_sym_offsetof] = ACTIONS(2925), + [anon_sym__Generic] = ACTIONS(2925), + [anon_sym_asm] = ACTIONS(2925), + [anon_sym___asm__] = ACTIONS(2925), + [anon_sym___asm] = ACTIONS(2925), + [aux_sym_number_literal_token1] = ACTIONS(2927), + [aux_sym_number_literal_token2] = ACTIONS(2925), + [anon_sym_L_SQUOTE] = ACTIONS(2927), + [anon_sym_u_SQUOTE] = ACTIONS(2927), + [anon_sym_U_SQUOTE] = ACTIONS(2927), + [anon_sym_u8_SQUOTE] = ACTIONS(2927), + [anon_sym_SQUOTE] = ACTIONS(2927), + [anon_sym_L_DQUOTE] = ACTIONS(2927), + [anon_sym_u_DQUOTE] = ACTIONS(2927), + [anon_sym_U_DQUOTE] = ACTIONS(2927), + [anon_sym_u8_DQUOTE] = ACTIONS(2927), + [anon_sym_DQUOTE] = ACTIONS(2927), + [sym_true] = ACTIONS(2925), + [sym_false] = ACTIONS(2925), + [anon_sym_NULL] = ACTIONS(2925), + [anon_sym_nullptr] = ACTIONS(2925), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_try] = ACTIONS(2925), + [anon_sym_delete] = ACTIONS(2925), + [anon_sym_throw] = ACTIONS(2925), + [anon_sym_namespace] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), + [anon_sym_concept] = ACTIONS(2925), + [anon_sym_co_return] = ACTIONS(2925), + [anon_sym_co_yield] = ACTIONS(2925), + [anon_sym_R_DQUOTE] = ACTIONS(2927), + [anon_sym_LR_DQUOTE] = ACTIONS(2927), + [anon_sym_uR_DQUOTE] = ACTIONS(2927), + [anon_sym_UR_DQUOTE] = ACTIONS(2927), + [anon_sym_u8R_DQUOTE] = ACTIONS(2927), + [anon_sym_co_await] = ACTIONS(2925), + [anon_sym_new] = ACTIONS(2925), + [anon_sym_requires] = ACTIONS(2925), + [sym_this] = ACTIONS(2925), + }, + [520] = { + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_include_token1] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_BANG] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym___cdecl] = ACTIONS(2837), + [anon_sym___clrcall] = ACTIONS(2837), + [anon_sym___stdcall] = ACTIONS(2837), + [anon_sym___fastcall] = ACTIONS(2837), + [anon_sym___thiscall] = ACTIONS(2837), + [anon_sym___vectorcall] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [anon_sym_if] = ACTIONS(2837), + [anon_sym_else] = ACTIONS(2837), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_case] = ACTIONS(2837), + [anon_sym_default] = ACTIONS(2837), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2837), + [anon_sym_for] = ACTIONS(2837), + [anon_sym_return] = ACTIONS(2837), + [anon_sym_break] = ACTIONS(2837), + [anon_sym_continue] = ACTIONS(2837), + [anon_sym_goto] = ACTIONS(2837), + [anon_sym___try] = ACTIONS(2837), + [anon_sym___leave] = ACTIONS(2837), + [anon_sym_not] = ACTIONS(2837), + [anon_sym_compl] = ACTIONS(2837), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_sizeof] = ACTIONS(2837), + [anon_sym___alignof__] = ACTIONS(2837), + [anon_sym___alignof] = ACTIONS(2837), + [anon_sym__alignof] = ACTIONS(2837), + [anon_sym_alignof] = ACTIONS(2837), + [anon_sym__Alignof] = ACTIONS(2837), + [anon_sym_offsetof] = ACTIONS(2837), + [anon_sym__Generic] = ACTIONS(2837), + [anon_sym_asm] = ACTIONS(2837), + [anon_sym___asm__] = ACTIONS(2837), + [anon_sym___asm] = ACTIONS(2837), + [aux_sym_number_literal_token1] = ACTIONS(2839), + [aux_sym_number_literal_token2] = ACTIONS(2837), + [anon_sym_L_SQUOTE] = ACTIONS(2839), + [anon_sym_u_SQUOTE] = ACTIONS(2839), + [anon_sym_U_SQUOTE] = ACTIONS(2839), + [anon_sym_u8_SQUOTE] = ACTIONS(2839), + [anon_sym_SQUOTE] = ACTIONS(2839), + [anon_sym_L_DQUOTE] = ACTIONS(2839), + [anon_sym_u_DQUOTE] = ACTIONS(2839), + [anon_sym_U_DQUOTE] = ACTIONS(2839), + [anon_sym_u8_DQUOTE] = ACTIONS(2839), + [anon_sym_DQUOTE] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [anon_sym_NULL] = ACTIONS(2837), + [anon_sym_nullptr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_try] = ACTIONS(2837), + [anon_sym_delete] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_namespace] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + [anon_sym_concept] = ACTIONS(2837), + [anon_sym_co_return] = ACTIONS(2837), + [anon_sym_co_yield] = ACTIONS(2837), + [anon_sym_R_DQUOTE] = ACTIONS(2839), + [anon_sym_LR_DQUOTE] = ACTIONS(2839), + [anon_sym_uR_DQUOTE] = ACTIONS(2839), + [anon_sym_UR_DQUOTE] = ACTIONS(2839), + [anon_sym_u8R_DQUOTE] = ACTIONS(2839), + [anon_sym_co_await] = ACTIONS(2837), + [anon_sym_new] = ACTIONS(2837), + [anon_sym_requires] = ACTIONS(2837), + [sym_this] = ACTIONS(2837), + }, + [521] = { + [ts_builtin_sym_end] = ACTIONS(2843), + [sym_identifier] = ACTIONS(2841), + [aux_sym_preproc_include_token1] = ACTIONS(2841), + [aux_sym_preproc_def_token1] = ACTIONS(2841), + [aux_sym_preproc_if_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2841), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2841), + [sym_preproc_directive] = ACTIONS(2841), + [anon_sym_LPAREN2] = ACTIONS(2843), + [anon_sym_BANG] = ACTIONS(2843), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_AMP_AMP] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_SEMI] = ACTIONS(2843), + [anon_sym___extension__] = ACTIONS(2841), + [anon_sym_typedef] = ACTIONS(2841), + [anon_sym_virtual] = ACTIONS(2841), + [anon_sym_extern] = ACTIONS(2841), + [anon_sym___attribute__] = ACTIONS(2841), + [anon_sym___attribute] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(2843), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2841), + [anon_sym___based] = ACTIONS(2841), + [anon_sym___cdecl] = ACTIONS(2841), + [anon_sym___clrcall] = ACTIONS(2841), + [anon_sym___stdcall] = ACTIONS(2841), + [anon_sym___fastcall] = ACTIONS(2841), + [anon_sym___thiscall] = ACTIONS(2841), + [anon_sym___vectorcall] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_signed] = ACTIONS(2841), + [anon_sym_unsigned] = ACTIONS(2841), + [anon_sym_long] = ACTIONS(2841), + [anon_sym_short] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2841), + [anon_sym_static] = ACTIONS(2841), + [anon_sym_register] = ACTIONS(2841), + [anon_sym_inline] = ACTIONS(2841), + [anon_sym___inline] = ACTIONS(2841), + [anon_sym___inline__] = ACTIONS(2841), + [anon_sym___forceinline] = ACTIONS(2841), + [anon_sym_thread_local] = ACTIONS(2841), + [anon_sym___thread] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_constexpr] = ACTIONS(2841), + [anon_sym_volatile] = ACTIONS(2841), + [anon_sym_restrict] = ACTIONS(2841), + [anon_sym___restrict__] = ACTIONS(2841), + [anon_sym__Atomic] = ACTIONS(2841), + [anon_sym__Noreturn] = ACTIONS(2841), + [anon_sym_noreturn] = ACTIONS(2841), + [anon_sym__Nonnull] = ACTIONS(2841), + [anon_sym_mutable] = ACTIONS(2841), + [anon_sym_constinit] = ACTIONS(2841), + [anon_sym_consteval] = ACTIONS(2841), + [anon_sym_PROGMEM] = ACTIONS(2841), + [anon_sym_alignas] = ACTIONS(2841), + [anon_sym__Alignas] = ACTIONS(2841), + [aux_sym_primitive_type_token1] = ACTIONS(2841), + [anon_sym_byte] = ACTIONS(2841), + [anon_sym_word] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_class] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_else] = ACTIONS(2841), + [anon_sym_switch] = ACTIONS(2841), + [anon_sym_case] = ACTIONS(2841), + [anon_sym_default] = ACTIONS(2841), + [anon_sym_while] = ACTIONS(2841), + [anon_sym_do] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym___try] = ACTIONS(2841), + [anon_sym___leave] = ACTIONS(2841), + [anon_sym_not] = ACTIONS(2841), + [anon_sym_compl] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_sizeof] = ACTIONS(2841), + [anon_sym___alignof__] = ACTIONS(2841), + [anon_sym___alignof] = ACTIONS(2841), + [anon_sym__alignof] = ACTIONS(2841), + [anon_sym_alignof] = ACTIONS(2841), + [anon_sym__Alignof] = ACTIONS(2841), + [anon_sym_offsetof] = ACTIONS(2841), + [anon_sym__Generic] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym___asm__] = ACTIONS(2841), + [anon_sym___asm] = ACTIONS(2841), + [aux_sym_number_literal_token1] = ACTIONS(2843), + [aux_sym_number_literal_token2] = ACTIONS(2841), + [anon_sym_L_SQUOTE] = ACTIONS(2843), + [anon_sym_u_SQUOTE] = ACTIONS(2843), + [anon_sym_U_SQUOTE] = ACTIONS(2843), + [anon_sym_u8_SQUOTE] = ACTIONS(2843), + [anon_sym_SQUOTE] = ACTIONS(2843), + [anon_sym_L_DQUOTE] = ACTIONS(2843), + [anon_sym_u_DQUOTE] = ACTIONS(2843), + [anon_sym_U_DQUOTE] = ACTIONS(2843), + [anon_sym_u8_DQUOTE] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2843), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [anon_sym_NULL] = ACTIONS(2841), + [anon_sym_nullptr] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2841), + [anon_sym_decltype] = ACTIONS(2841), + [anon_sym_explicit] = ACTIONS(2841), + [anon_sym_typename] = ACTIONS(2841), + [anon_sym_template] = ACTIONS(2841), + [anon_sym_operator] = ACTIONS(2841), + [anon_sym_try] = ACTIONS(2841), + [anon_sym_delete] = ACTIONS(2841), + [anon_sym_throw] = ACTIONS(2841), + [anon_sym_namespace] = ACTIONS(2841), + [anon_sym_using] = ACTIONS(2841), + [anon_sym_static_assert] = ACTIONS(2841), + [anon_sym_concept] = ACTIONS(2841), + [anon_sym_co_return] = ACTIONS(2841), + [anon_sym_co_yield] = ACTIONS(2841), + [anon_sym_R_DQUOTE] = ACTIONS(2843), + [anon_sym_LR_DQUOTE] = ACTIONS(2843), + [anon_sym_uR_DQUOTE] = ACTIONS(2843), + [anon_sym_UR_DQUOTE] = ACTIONS(2843), + [anon_sym_u8R_DQUOTE] = ACTIONS(2843), + [anon_sym_co_await] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2841), + [anon_sym_requires] = ACTIONS(2841), + [sym_this] = ACTIONS(2841), + }, + [522] = { + [sym_identifier] = ACTIONS(2845), + [aux_sym_preproc_include_token1] = ACTIONS(2845), + [aux_sym_preproc_def_token1] = ACTIONS(2845), + [aux_sym_preproc_if_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2845), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2845), + [sym_preproc_directive] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_BANG] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP_AMP] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym___extension__] = ACTIONS(2845), + [anon_sym_typedef] = ACTIONS(2845), + [anon_sym_virtual] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2845), + [anon_sym___attribute__] = ACTIONS(2845), + [anon_sym___attribute] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2845), + [anon_sym___based] = ACTIONS(2845), + [anon_sym___cdecl] = ACTIONS(2845), + [anon_sym___clrcall] = ACTIONS(2845), + [anon_sym___stdcall] = ACTIONS(2845), + [anon_sym___fastcall] = ACTIONS(2845), + [anon_sym___thiscall] = ACTIONS(2845), + [anon_sym___vectorcall] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2847), + [anon_sym_RBRACE] = ACTIONS(2847), + [anon_sym_signed] = ACTIONS(2845), + [anon_sym_unsigned] = ACTIONS(2845), + [anon_sym_long] = ACTIONS(2845), + [anon_sym_short] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2845), + [anon_sym_register] = ACTIONS(2845), + [anon_sym_inline] = ACTIONS(2845), + [anon_sym___inline] = ACTIONS(2845), + [anon_sym___inline__] = ACTIONS(2845), + [anon_sym___forceinline] = ACTIONS(2845), + [anon_sym_thread_local] = ACTIONS(2845), + [anon_sym___thread] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_constexpr] = ACTIONS(2845), + [anon_sym_volatile] = ACTIONS(2845), + [anon_sym_restrict] = ACTIONS(2845), + [anon_sym___restrict__] = ACTIONS(2845), + [anon_sym__Atomic] = ACTIONS(2845), + [anon_sym__Noreturn] = ACTIONS(2845), + [anon_sym_noreturn] = ACTIONS(2845), + [anon_sym__Nonnull] = ACTIONS(2845), + [anon_sym_mutable] = ACTIONS(2845), + [anon_sym_constinit] = ACTIONS(2845), + [anon_sym_consteval] = ACTIONS(2845), + [anon_sym_PROGMEM] = ACTIONS(2845), + [anon_sym_alignas] = ACTIONS(2845), + [anon_sym__Alignas] = ACTIONS(2845), + [aux_sym_primitive_type_token1] = ACTIONS(2845), + [anon_sym_byte] = ACTIONS(2845), + [anon_sym_word] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_class] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_else] = ACTIONS(2845), + [anon_sym_switch] = ACTIONS(2845), + [anon_sym_case] = ACTIONS(2845), + [anon_sym_default] = ACTIONS(2845), + [anon_sym_while] = ACTIONS(2845), + [anon_sym_do] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym___try] = ACTIONS(2845), + [anon_sym___leave] = ACTIONS(2845), + [anon_sym_not] = ACTIONS(2845), + [anon_sym_compl] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_sizeof] = ACTIONS(2845), + [anon_sym___alignof__] = ACTIONS(2845), + [anon_sym___alignof] = ACTIONS(2845), + [anon_sym__alignof] = ACTIONS(2845), + [anon_sym_alignof] = ACTIONS(2845), + [anon_sym__Alignof] = ACTIONS(2845), + [anon_sym_offsetof] = ACTIONS(2845), + [anon_sym__Generic] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym___asm__] = ACTIONS(2845), + [anon_sym___asm] = ACTIONS(2845), + [aux_sym_number_literal_token1] = ACTIONS(2847), + [aux_sym_number_literal_token2] = ACTIONS(2845), + [anon_sym_L_SQUOTE] = ACTIONS(2847), + [anon_sym_u_SQUOTE] = ACTIONS(2847), + [anon_sym_U_SQUOTE] = ACTIONS(2847), + [anon_sym_u8_SQUOTE] = ACTIONS(2847), + [anon_sym_SQUOTE] = ACTIONS(2847), + [anon_sym_L_DQUOTE] = ACTIONS(2847), + [anon_sym_u_DQUOTE] = ACTIONS(2847), + [anon_sym_U_DQUOTE] = ACTIONS(2847), + [anon_sym_u8_DQUOTE] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2847), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [anon_sym_NULL] = ACTIONS(2845), + [anon_sym_nullptr] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2845), + [anon_sym_decltype] = ACTIONS(2845), + [anon_sym_explicit] = ACTIONS(2845), + [anon_sym_typename] = ACTIONS(2845), + [anon_sym_template] = ACTIONS(2845), + [anon_sym_operator] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2845), + [anon_sym_delete] = ACTIONS(2845), + [anon_sym_throw] = ACTIONS(2845), + [anon_sym_namespace] = ACTIONS(2845), + [anon_sym_using] = ACTIONS(2845), + [anon_sym_static_assert] = ACTIONS(2845), + [anon_sym_concept] = ACTIONS(2845), + [anon_sym_co_return] = ACTIONS(2845), + [anon_sym_co_yield] = ACTIONS(2845), + [anon_sym_R_DQUOTE] = ACTIONS(2847), + [anon_sym_LR_DQUOTE] = ACTIONS(2847), + [anon_sym_uR_DQUOTE] = ACTIONS(2847), + [anon_sym_UR_DQUOTE] = ACTIONS(2847), + [anon_sym_u8R_DQUOTE] = ACTIONS(2847), + [anon_sym_co_await] = ACTIONS(2845), + [anon_sym_new] = ACTIONS(2845), + [anon_sym_requires] = ACTIONS(2845), + [sym_this] = ACTIONS(2845), + }, + [523] = { + [sym_identifier] = ACTIONS(2849), + [aux_sym_preproc_include_token1] = ACTIONS(2849), + [aux_sym_preproc_def_token1] = ACTIONS(2849), + [aux_sym_preproc_if_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2849), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2849), + [sym_preproc_directive] = ACTIONS(2849), + [anon_sym_LPAREN2] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2849), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym___extension__] = ACTIONS(2849), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_virtual] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___attribute] = ACTIONS(2849), + [anon_sym_COLON_COLON] = ACTIONS(2851), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2851), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym___based] = ACTIONS(2849), + [anon_sym___cdecl] = ACTIONS(2849), + [anon_sym___clrcall] = ACTIONS(2849), + [anon_sym___stdcall] = ACTIONS(2849), + [anon_sym___fastcall] = ACTIONS(2849), + [anon_sym___thiscall] = ACTIONS(2849), + [anon_sym___vectorcall] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2851), + [anon_sym_signed] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym___inline] = ACTIONS(2849), + [anon_sym___inline__] = ACTIONS(2849), + [anon_sym___forceinline] = ACTIONS(2849), + [anon_sym_thread_local] = ACTIONS(2849), + [anon_sym___thread] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym___restrict__] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym__Noreturn] = ACTIONS(2849), + [anon_sym_noreturn] = ACTIONS(2849), + [anon_sym__Nonnull] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constinit] = ACTIONS(2849), + [anon_sym_consteval] = ACTIONS(2849), + [anon_sym_PROGMEM] = ACTIONS(2849), + [anon_sym_alignas] = ACTIONS(2849), + [anon_sym__Alignas] = ACTIONS(2849), + [aux_sym_primitive_type_token1] = ACTIONS(2849), + [anon_sym_byte] = ACTIONS(2849), + [anon_sym_word] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_class] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_case] = ACTIONS(2849), + [anon_sym_default] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym___try] = ACTIONS(2849), + [anon_sym___leave] = ACTIONS(2849), + [anon_sym_not] = ACTIONS(2849), + [anon_sym_compl] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [anon_sym___alignof__] = ACTIONS(2849), + [anon_sym___alignof] = ACTIONS(2849), + [anon_sym__alignof] = ACTIONS(2849), + [anon_sym_alignof] = ACTIONS(2849), + [anon_sym__Alignof] = ACTIONS(2849), + [anon_sym_offsetof] = ACTIONS(2849), + [anon_sym__Generic] = ACTIONS(2849), + [anon_sym_asm] = ACTIONS(2849), + [anon_sym___asm__] = ACTIONS(2849), + [anon_sym___asm] = ACTIONS(2849), + [aux_sym_number_literal_token1] = ACTIONS(2851), + [aux_sym_number_literal_token2] = ACTIONS(2849), + [anon_sym_L_SQUOTE] = ACTIONS(2851), + [anon_sym_u_SQUOTE] = ACTIONS(2851), + [anon_sym_U_SQUOTE] = ACTIONS(2851), + [anon_sym_u8_SQUOTE] = ACTIONS(2851), + [anon_sym_SQUOTE] = ACTIONS(2851), + [anon_sym_L_DQUOTE] = ACTIONS(2851), + [anon_sym_u_DQUOTE] = ACTIONS(2851), + [anon_sym_U_DQUOTE] = ACTIONS(2851), + [anon_sym_u8_DQUOTE] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym_true] = ACTIONS(2849), + [sym_false] = ACTIONS(2849), + [anon_sym_NULL] = ACTIONS(2849), + [anon_sym_nullptr] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2849), + [anon_sym_decltype] = ACTIONS(2849), + [anon_sym_explicit] = ACTIONS(2849), + [anon_sym_typename] = ACTIONS(2849), + [anon_sym_template] = ACTIONS(2849), + [anon_sym_operator] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_delete] = ACTIONS(2849), + [anon_sym_throw] = ACTIONS(2849), + [anon_sym_namespace] = ACTIONS(2849), + [anon_sym_using] = ACTIONS(2849), + [anon_sym_static_assert] = ACTIONS(2849), + [anon_sym_concept] = ACTIONS(2849), + [anon_sym_co_return] = ACTIONS(2849), + [anon_sym_co_yield] = ACTIONS(2849), + [anon_sym_R_DQUOTE] = ACTIONS(2851), + [anon_sym_LR_DQUOTE] = ACTIONS(2851), + [anon_sym_uR_DQUOTE] = ACTIONS(2851), + [anon_sym_UR_DQUOTE] = ACTIONS(2851), + [anon_sym_u8R_DQUOTE] = ACTIONS(2851), + [anon_sym_co_await] = ACTIONS(2849), + [anon_sym_new] = ACTIONS(2849), + [anon_sym_requires] = ACTIONS(2849), + [sym_this] = ACTIONS(2849), + }, + [524] = { + [sym_identifier] = ACTIONS(2853), + [aux_sym_preproc_include_token1] = ACTIONS(2853), + [aux_sym_preproc_def_token1] = ACTIONS(2853), + [aux_sym_preproc_if_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2853), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2853), + [sym_preproc_directive] = ACTIONS(2853), + [anon_sym_LPAREN2] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2853), + [anon_sym_PLUS] = ACTIONS(2853), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym___extension__] = ACTIONS(2853), + [anon_sym_typedef] = ACTIONS(2853), + [anon_sym_virtual] = ACTIONS(2853), + [anon_sym_extern] = ACTIONS(2853), + [anon_sym___attribute__] = ACTIONS(2853), + [anon_sym___attribute] = ACTIONS(2853), + [anon_sym_COLON_COLON] = ACTIONS(2855), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2855), + [anon_sym___declspec] = ACTIONS(2853), + [anon_sym___based] = ACTIONS(2853), + [anon_sym___cdecl] = ACTIONS(2853), + [anon_sym___clrcall] = ACTIONS(2853), + [anon_sym___stdcall] = ACTIONS(2853), + [anon_sym___fastcall] = ACTIONS(2853), + [anon_sym___thiscall] = ACTIONS(2853), + [anon_sym___vectorcall] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_RBRACE] = ACTIONS(2855), + [anon_sym_signed] = ACTIONS(2853), + [anon_sym_unsigned] = ACTIONS(2853), + [anon_sym_long] = ACTIONS(2853), + [anon_sym_short] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_static] = ACTIONS(2853), + [anon_sym_register] = ACTIONS(2853), + [anon_sym_inline] = ACTIONS(2853), + [anon_sym___inline] = ACTIONS(2853), + [anon_sym___inline__] = ACTIONS(2853), + [anon_sym___forceinline] = ACTIONS(2853), + [anon_sym_thread_local] = ACTIONS(2853), + [anon_sym___thread] = ACTIONS(2853), + [anon_sym_const] = ACTIONS(2853), + [anon_sym_constexpr] = ACTIONS(2853), + [anon_sym_volatile] = ACTIONS(2853), + [anon_sym_restrict] = ACTIONS(2853), + [anon_sym___restrict__] = ACTIONS(2853), + [anon_sym__Atomic] = ACTIONS(2853), + [anon_sym__Noreturn] = ACTIONS(2853), + [anon_sym_noreturn] = ACTIONS(2853), + [anon_sym__Nonnull] = ACTIONS(2853), + [anon_sym_mutable] = ACTIONS(2853), + [anon_sym_constinit] = ACTIONS(2853), + [anon_sym_consteval] = ACTIONS(2853), + [anon_sym_PROGMEM] = ACTIONS(2853), + [anon_sym_alignas] = ACTIONS(2853), + [anon_sym__Alignas] = ACTIONS(2853), + [aux_sym_primitive_type_token1] = ACTIONS(2853), + [anon_sym_byte] = ACTIONS(2853), + [anon_sym_word] = ACTIONS(2853), + [anon_sym_enum] = ACTIONS(2853), + [anon_sym_class] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2853), + [anon_sym_union] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2853), + [anon_sym_else] = ACTIONS(2853), + [anon_sym_switch] = ACTIONS(2853), + [anon_sym_case] = ACTIONS(2853), + [anon_sym_default] = ACTIONS(2853), + [anon_sym_while] = ACTIONS(2853), + [anon_sym_do] = ACTIONS(2853), + [anon_sym_for] = ACTIONS(2853), + [anon_sym_return] = ACTIONS(2853), + [anon_sym_break] = ACTIONS(2853), + [anon_sym_continue] = ACTIONS(2853), + [anon_sym_goto] = ACTIONS(2853), + [anon_sym___try] = ACTIONS(2853), + [anon_sym___leave] = ACTIONS(2853), + [anon_sym_not] = ACTIONS(2853), + [anon_sym_compl] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_sizeof] = ACTIONS(2853), + [anon_sym___alignof__] = ACTIONS(2853), + [anon_sym___alignof] = ACTIONS(2853), + [anon_sym__alignof] = ACTIONS(2853), + [anon_sym_alignof] = ACTIONS(2853), + [anon_sym__Alignof] = ACTIONS(2853), + [anon_sym_offsetof] = ACTIONS(2853), + [anon_sym__Generic] = ACTIONS(2853), + [anon_sym_asm] = ACTIONS(2853), + [anon_sym___asm__] = ACTIONS(2853), + [anon_sym___asm] = ACTIONS(2853), + [aux_sym_number_literal_token1] = ACTIONS(2855), + [aux_sym_number_literal_token2] = ACTIONS(2853), + [anon_sym_L_SQUOTE] = ACTIONS(2855), + [anon_sym_u_SQUOTE] = ACTIONS(2855), + [anon_sym_U_SQUOTE] = ACTIONS(2855), + [anon_sym_u8_SQUOTE] = ACTIONS(2855), + [anon_sym_SQUOTE] = ACTIONS(2855), + [anon_sym_L_DQUOTE] = ACTIONS(2855), + [anon_sym_u_DQUOTE] = ACTIONS(2855), + [anon_sym_U_DQUOTE] = ACTIONS(2855), + [anon_sym_u8_DQUOTE] = ACTIONS(2855), + [anon_sym_DQUOTE] = ACTIONS(2855), + [sym_true] = ACTIONS(2853), + [sym_false] = ACTIONS(2853), + [anon_sym_NULL] = ACTIONS(2853), + [anon_sym_nullptr] = ACTIONS(2853), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2853), + [anon_sym_decltype] = ACTIONS(2853), + [anon_sym_explicit] = ACTIONS(2853), + [anon_sym_typename] = ACTIONS(2853), + [anon_sym_template] = ACTIONS(2853), + [anon_sym_operator] = ACTIONS(2853), + [anon_sym_try] = ACTIONS(2853), + [anon_sym_delete] = ACTIONS(2853), + [anon_sym_throw] = ACTIONS(2853), + [anon_sym_namespace] = ACTIONS(2853), + [anon_sym_using] = ACTIONS(2853), + [anon_sym_static_assert] = ACTIONS(2853), + [anon_sym_concept] = ACTIONS(2853), + [anon_sym_co_return] = ACTIONS(2853), + [anon_sym_co_yield] = ACTIONS(2853), + [anon_sym_R_DQUOTE] = ACTIONS(2855), + [anon_sym_LR_DQUOTE] = ACTIONS(2855), + [anon_sym_uR_DQUOTE] = ACTIONS(2855), + [anon_sym_UR_DQUOTE] = ACTIONS(2855), + [anon_sym_u8R_DQUOTE] = ACTIONS(2855), + [anon_sym_co_await] = ACTIONS(2853), + [anon_sym_new] = ACTIONS(2853), + [anon_sym_requires] = ACTIONS(2853), + [sym_this] = ACTIONS(2853), + }, + [525] = { + [sym_identifier] = ACTIONS(2857), + [aux_sym_preproc_include_token1] = ACTIONS(2857), + [aux_sym_preproc_def_token1] = ACTIONS(2857), + [aux_sym_preproc_if_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2857), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2857), + [sym_preproc_directive] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2857), + [anon_sym_SEMI] = ACTIONS(2859), + [anon_sym___extension__] = ACTIONS(2857), + [anon_sym_typedef] = ACTIONS(2857), + [anon_sym_virtual] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___attribute] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2859), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym___based] = ACTIONS(2857), + [anon_sym___cdecl] = ACTIONS(2857), + [anon_sym___clrcall] = ACTIONS(2857), + [anon_sym___stdcall] = ACTIONS(2857), + [anon_sym___fastcall] = ACTIONS(2857), + [anon_sym___thiscall] = ACTIONS(2857), + [anon_sym___vectorcall] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_RBRACE] = ACTIONS(2859), + [anon_sym_signed] = ACTIONS(2857), + [anon_sym_unsigned] = ACTIONS(2857), + [anon_sym_long] = ACTIONS(2857), + [anon_sym_short] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym___inline] = ACTIONS(2857), + [anon_sym___inline__] = ACTIONS(2857), + [anon_sym___forceinline] = ACTIONS(2857), + [anon_sym_thread_local] = ACTIONS(2857), + [anon_sym___thread] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym___restrict__] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym__Noreturn] = ACTIONS(2857), + [anon_sym_noreturn] = ACTIONS(2857), + [anon_sym__Nonnull] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constinit] = ACTIONS(2857), + [anon_sym_consteval] = ACTIONS(2857), + [anon_sym_PROGMEM] = ACTIONS(2857), + [anon_sym_alignas] = ACTIONS(2857), + [anon_sym__Alignas] = ACTIONS(2857), + [aux_sym_primitive_type_token1] = ACTIONS(2857), + [anon_sym_byte] = ACTIONS(2857), + [anon_sym_word] = ACTIONS(2857), + [anon_sym_enum] = ACTIONS(2857), + [anon_sym_class] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2857), + [anon_sym_union] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2857), + [anon_sym_else] = ACTIONS(2857), + [anon_sym_switch] = ACTIONS(2857), + [anon_sym_case] = ACTIONS(2857), + [anon_sym_default] = ACTIONS(2857), + [anon_sym_while] = ACTIONS(2857), + [anon_sym_do] = ACTIONS(2857), + [anon_sym_for] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2857), + [anon_sym_break] = ACTIONS(2857), + [anon_sym_continue] = ACTIONS(2857), + [anon_sym_goto] = ACTIONS(2857), + [anon_sym___try] = ACTIONS(2857), + [anon_sym___leave] = ACTIONS(2857), + [anon_sym_not] = ACTIONS(2857), + [anon_sym_compl] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_sizeof] = ACTIONS(2857), + [anon_sym___alignof__] = ACTIONS(2857), + [anon_sym___alignof] = ACTIONS(2857), + [anon_sym__alignof] = ACTIONS(2857), + [anon_sym_alignof] = ACTIONS(2857), + [anon_sym__Alignof] = ACTIONS(2857), + [anon_sym_offsetof] = ACTIONS(2857), + [anon_sym__Generic] = ACTIONS(2857), + [anon_sym_asm] = ACTIONS(2857), + [anon_sym___asm__] = ACTIONS(2857), + [anon_sym___asm] = ACTIONS(2857), + [aux_sym_number_literal_token1] = ACTIONS(2859), + [aux_sym_number_literal_token2] = ACTIONS(2857), + [anon_sym_L_SQUOTE] = ACTIONS(2859), + [anon_sym_u_SQUOTE] = ACTIONS(2859), + [anon_sym_U_SQUOTE] = ACTIONS(2859), + [anon_sym_u8_SQUOTE] = ACTIONS(2859), + [anon_sym_SQUOTE] = ACTIONS(2859), + [anon_sym_L_DQUOTE] = ACTIONS(2859), + [anon_sym_u_DQUOTE] = ACTIONS(2859), + [anon_sym_U_DQUOTE] = ACTIONS(2859), + [anon_sym_u8_DQUOTE] = ACTIONS(2859), + [anon_sym_DQUOTE] = ACTIONS(2859), + [sym_true] = ACTIONS(2857), + [sym_false] = ACTIONS(2857), + [anon_sym_NULL] = ACTIONS(2857), + [anon_sym_nullptr] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2857), + [anon_sym_decltype] = ACTIONS(2857), + [anon_sym_explicit] = ACTIONS(2857), + [anon_sym_typename] = ACTIONS(2857), + [anon_sym_template] = ACTIONS(2857), + [anon_sym_operator] = ACTIONS(2857), + [anon_sym_try] = ACTIONS(2857), + [anon_sym_delete] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_namespace] = ACTIONS(2857), + [anon_sym_using] = ACTIONS(2857), + [anon_sym_static_assert] = ACTIONS(2857), + [anon_sym_concept] = ACTIONS(2857), + [anon_sym_co_return] = ACTIONS(2857), + [anon_sym_co_yield] = ACTIONS(2857), + [anon_sym_R_DQUOTE] = ACTIONS(2859), + [anon_sym_LR_DQUOTE] = ACTIONS(2859), + [anon_sym_uR_DQUOTE] = ACTIONS(2859), + [anon_sym_UR_DQUOTE] = ACTIONS(2859), + [anon_sym_u8R_DQUOTE] = ACTIONS(2859), + [anon_sym_co_await] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2857), + [anon_sym_requires] = ACTIONS(2857), + [sym_this] = ACTIONS(2857), + }, + [526] = { + [sym_identifier] = ACTIONS(2861), + [aux_sym_preproc_include_token1] = ACTIONS(2861), + [aux_sym_preproc_def_token1] = ACTIONS(2861), + [aux_sym_preproc_if_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2861), + [sym_preproc_directive] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2861), + [anon_sym_PLUS] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2861), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym___extension__] = ACTIONS(2861), + [anon_sym_typedef] = ACTIONS(2861), + [anon_sym_virtual] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___attribute] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2863), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym___based] = ACTIONS(2861), + [anon_sym___cdecl] = ACTIONS(2861), + [anon_sym___clrcall] = ACTIONS(2861), + [anon_sym___stdcall] = ACTIONS(2861), + [anon_sym___fastcall] = ACTIONS(2861), + [anon_sym___thiscall] = ACTIONS(2861), + [anon_sym___vectorcall] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_RBRACE] = ACTIONS(2863), + [anon_sym_signed] = ACTIONS(2861), + [anon_sym_unsigned] = ACTIONS(2861), + [anon_sym_long] = ACTIONS(2861), + [anon_sym_short] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym___inline] = ACTIONS(2861), + [anon_sym___inline__] = ACTIONS(2861), + [anon_sym___forceinline] = ACTIONS(2861), + [anon_sym_thread_local] = ACTIONS(2861), + [anon_sym___thread] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym___restrict__] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym__Noreturn] = ACTIONS(2861), + [anon_sym_noreturn] = ACTIONS(2861), + [anon_sym__Nonnull] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constinit] = ACTIONS(2861), + [anon_sym_consteval] = ACTIONS(2861), + [anon_sym_PROGMEM] = ACTIONS(2861), + [anon_sym_alignas] = ACTIONS(2861), + [anon_sym__Alignas] = ACTIONS(2861), + [aux_sym_primitive_type_token1] = ACTIONS(2861), + [anon_sym_byte] = ACTIONS(2861), + [anon_sym_word] = ACTIONS(2861), + [anon_sym_enum] = ACTIONS(2861), + [anon_sym_class] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2861), + [anon_sym_union] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2861), + [anon_sym_else] = ACTIONS(2861), + [anon_sym_switch] = ACTIONS(2861), + [anon_sym_case] = ACTIONS(2861), + [anon_sym_default] = ACTIONS(2861), + [anon_sym_while] = ACTIONS(2861), + [anon_sym_do] = ACTIONS(2861), + [anon_sym_for] = ACTIONS(2861), + [anon_sym_return] = ACTIONS(2861), + [anon_sym_break] = ACTIONS(2861), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2861), + [anon_sym___try] = ACTIONS(2861), + [anon_sym___leave] = ACTIONS(2861), + [anon_sym_not] = ACTIONS(2861), + [anon_sym_compl] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_sizeof] = ACTIONS(2861), + [anon_sym___alignof__] = ACTIONS(2861), + [anon_sym___alignof] = ACTIONS(2861), + [anon_sym__alignof] = ACTIONS(2861), + [anon_sym_alignof] = ACTIONS(2861), + [anon_sym__Alignof] = ACTIONS(2861), + [anon_sym_offsetof] = ACTIONS(2861), + [anon_sym__Generic] = ACTIONS(2861), + [anon_sym_asm] = ACTIONS(2861), + [anon_sym___asm__] = ACTIONS(2861), + [anon_sym___asm] = ACTIONS(2861), + [aux_sym_number_literal_token1] = ACTIONS(2863), + [aux_sym_number_literal_token2] = ACTIONS(2861), + [anon_sym_L_SQUOTE] = ACTIONS(2863), + [anon_sym_u_SQUOTE] = ACTIONS(2863), + [anon_sym_U_SQUOTE] = ACTIONS(2863), + [anon_sym_u8_SQUOTE] = ACTIONS(2863), + [anon_sym_SQUOTE] = ACTIONS(2863), + [anon_sym_L_DQUOTE] = ACTIONS(2863), + [anon_sym_u_DQUOTE] = ACTIONS(2863), + [anon_sym_U_DQUOTE] = ACTIONS(2863), + [anon_sym_u8_DQUOTE] = ACTIONS(2863), + [anon_sym_DQUOTE] = ACTIONS(2863), + [sym_true] = ACTIONS(2861), + [sym_false] = ACTIONS(2861), + [anon_sym_NULL] = ACTIONS(2861), + [anon_sym_nullptr] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2861), + [anon_sym_explicit] = ACTIONS(2861), + [anon_sym_typename] = ACTIONS(2861), + [anon_sym_template] = ACTIONS(2861), + [anon_sym_operator] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2861), + [anon_sym_delete] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_namespace] = ACTIONS(2861), + [anon_sym_using] = ACTIONS(2861), + [anon_sym_static_assert] = ACTIONS(2861), + [anon_sym_concept] = ACTIONS(2861), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2861), + [anon_sym_R_DQUOTE] = ACTIONS(2863), + [anon_sym_LR_DQUOTE] = ACTIONS(2863), + [anon_sym_uR_DQUOTE] = ACTIONS(2863), + [anon_sym_UR_DQUOTE] = ACTIONS(2863), + [anon_sym_u8R_DQUOTE] = ACTIONS(2863), + [anon_sym_co_await] = ACTIONS(2861), + [anon_sym_new] = ACTIONS(2861), + [anon_sym_requires] = ACTIONS(2861), + [sym_this] = ACTIONS(2861), + }, + [527] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_include_token1] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2865), + [anon_sym_PLUS] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym___cdecl] = ACTIONS(2865), + [anon_sym___clrcall] = ACTIONS(2865), + [anon_sym___stdcall] = ACTIONS(2865), + [anon_sym___fastcall] = ACTIONS(2865), + [anon_sym___thiscall] = ACTIONS(2865), + [anon_sym___vectorcall] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_RBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2865), + [anon_sym_else] = ACTIONS(2865), + [anon_sym_switch] = ACTIONS(2865), + [anon_sym_case] = ACTIONS(2865), + [anon_sym_default] = ACTIONS(2865), + [anon_sym_while] = ACTIONS(2865), + [anon_sym_do] = ACTIONS(2865), + [anon_sym_for] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2865), + [anon_sym_break] = ACTIONS(2865), + [anon_sym_continue] = ACTIONS(2865), + [anon_sym_goto] = ACTIONS(2865), + [anon_sym___try] = ACTIONS(2865), + [anon_sym___leave] = ACTIONS(2865), + [anon_sym_not] = ACTIONS(2865), + [anon_sym_compl] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_sizeof] = ACTIONS(2865), + [anon_sym___alignof__] = ACTIONS(2865), + [anon_sym___alignof] = ACTIONS(2865), + [anon_sym__alignof] = ACTIONS(2865), + [anon_sym_alignof] = ACTIONS(2865), + [anon_sym__Alignof] = ACTIONS(2865), + [anon_sym_offsetof] = ACTIONS(2865), + [anon_sym__Generic] = ACTIONS(2865), + [anon_sym_asm] = ACTIONS(2865), + [anon_sym___asm__] = ACTIONS(2865), + [anon_sym___asm] = ACTIONS(2865), + [aux_sym_number_literal_token1] = ACTIONS(2867), + [aux_sym_number_literal_token2] = ACTIONS(2865), + [anon_sym_L_SQUOTE] = ACTIONS(2867), + [anon_sym_u_SQUOTE] = ACTIONS(2867), + [anon_sym_U_SQUOTE] = ACTIONS(2867), + [anon_sym_u8_SQUOTE] = ACTIONS(2867), + [anon_sym_SQUOTE] = ACTIONS(2867), + [anon_sym_L_DQUOTE] = ACTIONS(2867), + [anon_sym_u_DQUOTE] = ACTIONS(2867), + [anon_sym_U_DQUOTE] = ACTIONS(2867), + [anon_sym_u8_DQUOTE] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2867), + [sym_true] = ACTIONS(2865), + [sym_false] = ACTIONS(2865), + [anon_sym_NULL] = ACTIONS(2865), + [anon_sym_nullptr] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_try] = ACTIONS(2865), + [anon_sym_delete] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_namespace] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + [anon_sym_concept] = ACTIONS(2865), + [anon_sym_co_return] = ACTIONS(2865), + [anon_sym_co_yield] = ACTIONS(2865), + [anon_sym_R_DQUOTE] = ACTIONS(2867), + [anon_sym_LR_DQUOTE] = ACTIONS(2867), + [anon_sym_uR_DQUOTE] = ACTIONS(2867), + [anon_sym_UR_DQUOTE] = ACTIONS(2867), + [anon_sym_u8R_DQUOTE] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2865), + [anon_sym_new] = ACTIONS(2865), + [anon_sym_requires] = ACTIONS(2865), + [sym_this] = ACTIONS(2865), + }, + [528] = { + [ts_builtin_sym_end] = ACTIONS(2897), + [sym_identifier] = ACTIONS(2895), + [aux_sym_preproc_include_token1] = ACTIONS(2895), + [aux_sym_preproc_def_token1] = ACTIONS(2895), + [aux_sym_preproc_if_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2895), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2895), + [sym_preproc_directive] = ACTIONS(2895), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_BANG] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym___extension__] = ACTIONS(2895), + [anon_sym_typedef] = ACTIONS(2895), + [anon_sym_virtual] = ACTIONS(2895), + [anon_sym_extern] = ACTIONS(2895), + [anon_sym___attribute__] = ACTIONS(2895), + [anon_sym___attribute] = ACTIONS(2895), + [anon_sym_COLON_COLON] = ACTIONS(2897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2895), + [anon_sym___based] = ACTIONS(2895), + [anon_sym___cdecl] = ACTIONS(2895), + [anon_sym___clrcall] = ACTIONS(2895), + [anon_sym___stdcall] = ACTIONS(2895), + [anon_sym___fastcall] = ACTIONS(2895), + [anon_sym___thiscall] = ACTIONS(2895), + [anon_sym___vectorcall] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_signed] = ACTIONS(2895), + [anon_sym_unsigned] = ACTIONS(2895), + [anon_sym_long] = ACTIONS(2895), + [anon_sym_short] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2895), + [anon_sym_static] = ACTIONS(2895), + [anon_sym_register] = ACTIONS(2895), + [anon_sym_inline] = ACTIONS(2895), + [anon_sym___inline] = ACTIONS(2895), + [anon_sym___inline__] = ACTIONS(2895), + [anon_sym___forceinline] = ACTIONS(2895), + [anon_sym_thread_local] = ACTIONS(2895), + [anon_sym___thread] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_constexpr] = ACTIONS(2895), + [anon_sym_volatile] = ACTIONS(2895), + [anon_sym_restrict] = ACTIONS(2895), + [anon_sym___restrict__] = ACTIONS(2895), + [anon_sym__Atomic] = ACTIONS(2895), + [anon_sym__Noreturn] = ACTIONS(2895), + [anon_sym_noreturn] = ACTIONS(2895), + [anon_sym__Nonnull] = ACTIONS(2895), + [anon_sym_mutable] = ACTIONS(2895), + [anon_sym_constinit] = ACTIONS(2895), + [anon_sym_consteval] = ACTIONS(2895), + [anon_sym_PROGMEM] = ACTIONS(2895), + [anon_sym_alignas] = ACTIONS(2895), + [anon_sym__Alignas] = ACTIONS(2895), + [aux_sym_primitive_type_token1] = ACTIONS(2895), + [anon_sym_byte] = ACTIONS(2895), + [anon_sym_word] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_class] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_else] = ACTIONS(2895), + [anon_sym_switch] = ACTIONS(2895), + [anon_sym_case] = ACTIONS(2895), + [anon_sym_default] = ACTIONS(2895), + [anon_sym_while] = ACTIONS(2895), + [anon_sym_do] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym___try] = ACTIONS(2895), + [anon_sym___leave] = ACTIONS(2895), + [anon_sym_not] = ACTIONS(2895), + [anon_sym_compl] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_sizeof] = ACTIONS(2895), + [anon_sym___alignof__] = ACTIONS(2895), + [anon_sym___alignof] = ACTIONS(2895), + [anon_sym__alignof] = ACTIONS(2895), + [anon_sym_alignof] = ACTIONS(2895), + [anon_sym__Alignof] = ACTIONS(2895), + [anon_sym_offsetof] = ACTIONS(2895), + [anon_sym__Generic] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym___asm__] = ACTIONS(2895), + [anon_sym___asm] = ACTIONS(2895), + [aux_sym_number_literal_token1] = ACTIONS(2897), + [aux_sym_number_literal_token2] = ACTIONS(2895), + [anon_sym_L_SQUOTE] = ACTIONS(2897), + [anon_sym_u_SQUOTE] = ACTIONS(2897), + [anon_sym_U_SQUOTE] = ACTIONS(2897), + [anon_sym_u8_SQUOTE] = ACTIONS(2897), + [anon_sym_SQUOTE] = ACTIONS(2897), + [anon_sym_L_DQUOTE] = ACTIONS(2897), + [anon_sym_u_DQUOTE] = ACTIONS(2897), + [anon_sym_U_DQUOTE] = ACTIONS(2897), + [anon_sym_u8_DQUOTE] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2897), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [anon_sym_NULL] = ACTIONS(2895), + [anon_sym_nullptr] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2895), + [anon_sym_decltype] = ACTIONS(2895), + [anon_sym_explicit] = ACTIONS(2895), + [anon_sym_typename] = ACTIONS(2895), + [anon_sym_template] = ACTIONS(2895), + [anon_sym_operator] = ACTIONS(2895), + [anon_sym_try] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(2895), + [anon_sym_throw] = ACTIONS(2895), + [anon_sym_namespace] = ACTIONS(2895), + [anon_sym_using] = ACTIONS(2895), + [anon_sym_static_assert] = ACTIONS(2895), + [anon_sym_concept] = ACTIONS(2895), + [anon_sym_co_return] = ACTIONS(2895), + [anon_sym_co_yield] = ACTIONS(2895), + [anon_sym_R_DQUOTE] = ACTIONS(2897), + [anon_sym_LR_DQUOTE] = ACTIONS(2897), + [anon_sym_uR_DQUOTE] = ACTIONS(2897), + [anon_sym_UR_DQUOTE] = ACTIONS(2897), + [anon_sym_u8R_DQUOTE] = ACTIONS(2897), + [anon_sym_co_await] = ACTIONS(2895), + [anon_sym_new] = ACTIONS(2895), + [anon_sym_requires] = ACTIONS(2895), + [sym_this] = ACTIONS(2895), + }, + [529] = { + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_include_token1] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2869), + [anon_sym_PLUS] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym___cdecl] = ACTIONS(2869), + [anon_sym___clrcall] = ACTIONS(2869), + [anon_sym___stdcall] = ACTIONS(2869), + [anon_sym___fastcall] = ACTIONS(2869), + [anon_sym___thiscall] = ACTIONS(2869), + [anon_sym___vectorcall] = ACTIONS(2869), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), + [anon_sym_if] = ACTIONS(2869), + [anon_sym_else] = ACTIONS(2869), + [anon_sym_switch] = ACTIONS(2869), + [anon_sym_case] = ACTIONS(2869), + [anon_sym_default] = ACTIONS(2869), + [anon_sym_while] = ACTIONS(2869), + [anon_sym_do] = ACTIONS(2869), + [anon_sym_for] = ACTIONS(2869), + [anon_sym_return] = ACTIONS(2869), + [anon_sym_break] = ACTIONS(2869), + [anon_sym_continue] = ACTIONS(2869), + [anon_sym_goto] = ACTIONS(2869), + [anon_sym___try] = ACTIONS(2869), + [anon_sym___leave] = ACTIONS(2869), + [anon_sym_not] = ACTIONS(2869), + [anon_sym_compl] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_sizeof] = ACTIONS(2869), + [anon_sym___alignof__] = ACTIONS(2869), + [anon_sym___alignof] = ACTIONS(2869), + [anon_sym__alignof] = ACTIONS(2869), + [anon_sym_alignof] = ACTIONS(2869), + [anon_sym__Alignof] = ACTIONS(2869), + [anon_sym_offsetof] = ACTIONS(2869), + [anon_sym__Generic] = ACTIONS(2869), + [anon_sym_asm] = ACTIONS(2869), + [anon_sym___asm__] = ACTIONS(2869), + [anon_sym___asm] = ACTIONS(2869), + [aux_sym_number_literal_token1] = ACTIONS(2871), + [aux_sym_number_literal_token2] = ACTIONS(2869), + [anon_sym_L_SQUOTE] = ACTIONS(2871), + [anon_sym_u_SQUOTE] = ACTIONS(2871), + [anon_sym_U_SQUOTE] = ACTIONS(2871), + [anon_sym_u8_SQUOTE] = ACTIONS(2871), + [anon_sym_SQUOTE] = ACTIONS(2871), + [anon_sym_L_DQUOTE] = ACTIONS(2871), + [anon_sym_u_DQUOTE] = ACTIONS(2871), + [anon_sym_U_DQUOTE] = ACTIONS(2871), + [anon_sym_u8_DQUOTE] = ACTIONS(2871), + [anon_sym_DQUOTE] = ACTIONS(2871), + [sym_true] = ACTIONS(2869), + [sym_false] = ACTIONS(2869), + [anon_sym_NULL] = ACTIONS(2869), + [anon_sym_nullptr] = ACTIONS(2869), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_try] = ACTIONS(2869), + [anon_sym_delete] = ACTIONS(2869), + [anon_sym_throw] = ACTIONS(2869), + [anon_sym_namespace] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), + [anon_sym_concept] = ACTIONS(2869), + [anon_sym_co_return] = ACTIONS(2869), + [anon_sym_co_yield] = ACTIONS(2869), + [anon_sym_R_DQUOTE] = ACTIONS(2871), + [anon_sym_LR_DQUOTE] = ACTIONS(2871), + [anon_sym_uR_DQUOTE] = ACTIONS(2871), + [anon_sym_UR_DQUOTE] = ACTIONS(2871), + [anon_sym_u8R_DQUOTE] = ACTIONS(2871), + [anon_sym_co_await] = ACTIONS(2869), + [anon_sym_new] = ACTIONS(2869), + [anon_sym_requires] = ACTIONS(2869), + [sym_this] = ACTIONS(2869), + }, + [530] = { + [ts_builtin_sym_end] = ACTIONS(2875), + [sym_identifier] = ACTIONS(2873), + [aux_sym_preproc_include_token1] = ACTIONS(2873), + [aux_sym_preproc_def_token1] = ACTIONS(2873), + [aux_sym_preproc_if_token1] = ACTIONS(2873), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2873), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2873), + [sym_preproc_directive] = ACTIONS(2873), + [anon_sym_LPAREN2] = ACTIONS(2875), + [anon_sym_BANG] = ACTIONS(2875), + [anon_sym_TILDE] = ACTIONS(2875), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_STAR] = ACTIONS(2875), + [anon_sym_AMP_AMP] = ACTIONS(2875), + [anon_sym_AMP] = ACTIONS(2873), + [anon_sym_SEMI] = ACTIONS(2875), + [anon_sym___extension__] = ACTIONS(2873), + [anon_sym_typedef] = ACTIONS(2873), + [anon_sym_virtual] = ACTIONS(2873), + [anon_sym_extern] = ACTIONS(2873), + [anon_sym___attribute__] = ACTIONS(2873), + [anon_sym___attribute] = ACTIONS(2873), + [anon_sym_COLON_COLON] = ACTIONS(2875), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2875), + [anon_sym___declspec] = ACTIONS(2873), + [anon_sym___based] = ACTIONS(2873), + [anon_sym___cdecl] = ACTIONS(2873), + [anon_sym___clrcall] = ACTIONS(2873), + [anon_sym___stdcall] = ACTIONS(2873), + [anon_sym___fastcall] = ACTIONS(2873), + [anon_sym___thiscall] = ACTIONS(2873), + [anon_sym___vectorcall] = ACTIONS(2873), + [anon_sym_LBRACE] = ACTIONS(2875), + [anon_sym_signed] = ACTIONS(2873), + [anon_sym_unsigned] = ACTIONS(2873), + [anon_sym_long] = ACTIONS(2873), + [anon_sym_short] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_static] = ACTIONS(2873), + [anon_sym_register] = ACTIONS(2873), + [anon_sym_inline] = ACTIONS(2873), + [anon_sym___inline] = ACTIONS(2873), + [anon_sym___inline__] = ACTIONS(2873), + [anon_sym___forceinline] = ACTIONS(2873), + [anon_sym_thread_local] = ACTIONS(2873), + [anon_sym___thread] = ACTIONS(2873), + [anon_sym_const] = ACTIONS(2873), + [anon_sym_constexpr] = ACTIONS(2873), + [anon_sym_volatile] = ACTIONS(2873), + [anon_sym_restrict] = ACTIONS(2873), + [anon_sym___restrict__] = ACTIONS(2873), + [anon_sym__Atomic] = ACTIONS(2873), + [anon_sym__Noreturn] = ACTIONS(2873), + [anon_sym_noreturn] = ACTIONS(2873), + [anon_sym__Nonnull] = ACTIONS(2873), + [anon_sym_mutable] = ACTIONS(2873), + [anon_sym_constinit] = ACTIONS(2873), + [anon_sym_consteval] = ACTIONS(2873), + [anon_sym_PROGMEM] = ACTIONS(2873), + [anon_sym_alignas] = ACTIONS(2873), + [anon_sym__Alignas] = ACTIONS(2873), + [aux_sym_primitive_type_token1] = ACTIONS(2873), + [anon_sym_byte] = ACTIONS(2873), + [anon_sym_word] = ACTIONS(2873), + [anon_sym_enum] = ACTIONS(2873), + [anon_sym_class] = ACTIONS(2873), + [anon_sym_struct] = ACTIONS(2873), + [anon_sym_union] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2873), + [anon_sym_else] = ACTIONS(2873), + [anon_sym_switch] = ACTIONS(2873), + [anon_sym_case] = ACTIONS(2873), + [anon_sym_default] = ACTIONS(2873), + [anon_sym_while] = ACTIONS(2873), + [anon_sym_do] = ACTIONS(2873), + [anon_sym_for] = ACTIONS(2873), + [anon_sym_return] = ACTIONS(2873), + [anon_sym_break] = ACTIONS(2873), + [anon_sym_continue] = ACTIONS(2873), + [anon_sym_goto] = ACTIONS(2873), + [anon_sym___try] = ACTIONS(2873), + [anon_sym___leave] = ACTIONS(2873), + [anon_sym_not] = ACTIONS(2873), + [anon_sym_compl] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2875), + [anon_sym_PLUS_PLUS] = ACTIONS(2875), + [anon_sym_sizeof] = ACTIONS(2873), + [anon_sym___alignof__] = ACTIONS(2873), + [anon_sym___alignof] = ACTIONS(2873), + [anon_sym__alignof] = ACTIONS(2873), + [anon_sym_alignof] = ACTIONS(2873), + [anon_sym__Alignof] = ACTIONS(2873), + [anon_sym_offsetof] = ACTIONS(2873), + [anon_sym__Generic] = ACTIONS(2873), + [anon_sym_asm] = ACTIONS(2873), + [anon_sym___asm__] = ACTIONS(2873), + [anon_sym___asm] = ACTIONS(2873), + [aux_sym_number_literal_token1] = ACTIONS(2875), + [aux_sym_number_literal_token2] = ACTIONS(2873), + [anon_sym_L_SQUOTE] = ACTIONS(2875), + [anon_sym_u_SQUOTE] = ACTIONS(2875), + [anon_sym_U_SQUOTE] = ACTIONS(2875), + [anon_sym_u8_SQUOTE] = ACTIONS(2875), + [anon_sym_SQUOTE] = ACTIONS(2875), + [anon_sym_L_DQUOTE] = ACTIONS(2875), + [anon_sym_u_DQUOTE] = ACTIONS(2875), + [anon_sym_U_DQUOTE] = ACTIONS(2875), + [anon_sym_u8_DQUOTE] = ACTIONS(2875), + [anon_sym_DQUOTE] = ACTIONS(2875), + [sym_true] = ACTIONS(2873), + [sym_false] = ACTIONS(2873), + [anon_sym_NULL] = ACTIONS(2873), + [anon_sym_nullptr] = ACTIONS(2873), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2873), + [anon_sym_decltype] = ACTIONS(2873), + [anon_sym_explicit] = ACTIONS(2873), + [anon_sym_typename] = ACTIONS(2873), + [anon_sym_template] = ACTIONS(2873), + [anon_sym_operator] = ACTIONS(2873), + [anon_sym_try] = ACTIONS(2873), + [anon_sym_delete] = ACTIONS(2873), + [anon_sym_throw] = ACTIONS(2873), + [anon_sym_namespace] = ACTIONS(2873), + [anon_sym_using] = ACTIONS(2873), + [anon_sym_static_assert] = ACTIONS(2873), + [anon_sym_concept] = ACTIONS(2873), + [anon_sym_co_return] = ACTIONS(2873), + [anon_sym_co_yield] = ACTIONS(2873), + [anon_sym_R_DQUOTE] = ACTIONS(2875), + [anon_sym_LR_DQUOTE] = ACTIONS(2875), + [anon_sym_uR_DQUOTE] = ACTIONS(2875), + [anon_sym_UR_DQUOTE] = ACTIONS(2875), + [anon_sym_u8R_DQUOTE] = ACTIONS(2875), + [anon_sym_co_await] = ACTIONS(2873), + [anon_sym_new] = ACTIONS(2873), + [anon_sym_requires] = ACTIONS(2873), + [sym_this] = ACTIONS(2873), + }, + [531] = { + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2781), + [aux_sym_preproc_include_token1] = ACTIONS(2781), + [aux_sym_preproc_def_token1] = ACTIONS(2781), + [aux_sym_preproc_if_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), + [sym_preproc_directive] = ACTIONS(2781), + [anon_sym_LPAREN2] = ACTIONS(2783), + [anon_sym_BANG] = ACTIONS(2783), + [anon_sym_TILDE] = ACTIONS(2783), + [anon_sym_DASH] = ACTIONS(2781), + [anon_sym_PLUS] = ACTIONS(2781), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_AMP_AMP] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2781), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym___extension__] = ACTIONS(2781), + [anon_sym_typedef] = ACTIONS(2781), + [anon_sym_virtual] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym___attribute__] = ACTIONS(2781), + [anon_sym___attribute] = ACTIONS(2781), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), + [anon_sym___declspec] = ACTIONS(2781), + [anon_sym___based] = ACTIONS(2781), + [anon_sym___cdecl] = ACTIONS(2781), + [anon_sym___clrcall] = ACTIONS(2781), + [anon_sym___stdcall] = ACTIONS(2781), + [anon_sym___fastcall] = ACTIONS(2781), + [anon_sym___thiscall] = ACTIONS(2781), + [anon_sym___vectorcall] = ACTIONS(2781), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_signed] = ACTIONS(2781), + [anon_sym_unsigned] = ACTIONS(2781), + [anon_sym_long] = ACTIONS(2781), + [anon_sym_short] = ACTIONS(2781), + [anon_sym_LBRACK] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_register] = ACTIONS(2781), + [anon_sym_inline] = ACTIONS(2781), + [anon_sym___inline] = ACTIONS(2781), + [anon_sym___inline__] = ACTIONS(2781), + [anon_sym___forceinline] = ACTIONS(2781), + [anon_sym_thread_local] = ACTIONS(2781), + [anon_sym___thread] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_constexpr] = ACTIONS(2781), + [anon_sym_volatile] = ACTIONS(2781), + [anon_sym_restrict] = ACTIONS(2781), + [anon_sym___restrict__] = ACTIONS(2781), + [anon_sym__Atomic] = ACTIONS(2781), + [anon_sym__Noreturn] = ACTIONS(2781), + [anon_sym_noreturn] = ACTIONS(2781), + [anon_sym__Nonnull] = ACTIONS(2781), + [anon_sym_mutable] = ACTIONS(2781), + [anon_sym_constinit] = ACTIONS(2781), + [anon_sym_consteval] = ACTIONS(2781), + [anon_sym_PROGMEM] = ACTIONS(2781), + [anon_sym_alignas] = ACTIONS(2781), + [anon_sym__Alignas] = ACTIONS(2781), + [aux_sym_primitive_type_token1] = ACTIONS(2781), + [anon_sym_byte] = ACTIONS(2781), + [anon_sym_word] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_class] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [anon_sym_if] = ACTIONS(2781), + [anon_sym_else] = ACTIONS(2781), + [anon_sym_switch] = ACTIONS(2781), + [anon_sym_case] = ACTIONS(2781), + [anon_sym_default] = ACTIONS(2781), + [anon_sym_while] = ACTIONS(2781), + [anon_sym_do] = ACTIONS(2781), + [anon_sym_for] = ACTIONS(2781), + [anon_sym_return] = ACTIONS(2781), + [anon_sym_break] = ACTIONS(2781), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_goto] = ACTIONS(2781), + [anon_sym___try] = ACTIONS(2781), + [anon_sym___leave] = ACTIONS(2781), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_compl] = ACTIONS(2781), + [anon_sym_DASH_DASH] = ACTIONS(2783), + [anon_sym_PLUS_PLUS] = ACTIONS(2783), + [anon_sym_sizeof] = ACTIONS(2781), + [anon_sym___alignof__] = ACTIONS(2781), + [anon_sym___alignof] = ACTIONS(2781), + [anon_sym__alignof] = ACTIONS(2781), + [anon_sym_alignof] = ACTIONS(2781), + [anon_sym__Alignof] = ACTIONS(2781), + [anon_sym_offsetof] = ACTIONS(2781), + [anon_sym__Generic] = ACTIONS(2781), + [anon_sym_asm] = ACTIONS(2781), + [anon_sym___asm__] = ACTIONS(2781), + [anon_sym___asm] = ACTIONS(2781), + [aux_sym_number_literal_token1] = ACTIONS(2783), + [aux_sym_number_literal_token2] = ACTIONS(2781), + [anon_sym_L_SQUOTE] = ACTIONS(2783), + [anon_sym_u_SQUOTE] = ACTIONS(2783), + [anon_sym_U_SQUOTE] = ACTIONS(2783), + [anon_sym_u8_SQUOTE] = ACTIONS(2783), + [anon_sym_SQUOTE] = ACTIONS(2783), + [anon_sym_L_DQUOTE] = ACTIONS(2783), + [anon_sym_u_DQUOTE] = ACTIONS(2783), + [anon_sym_U_DQUOTE] = ACTIONS(2783), + [anon_sym_u8_DQUOTE] = ACTIONS(2783), + [anon_sym_DQUOTE] = ACTIONS(2783), + [sym_true] = ACTIONS(2781), + [sym_false] = ACTIONS(2781), + [anon_sym_NULL] = ACTIONS(2781), + [anon_sym_nullptr] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2781), + [anon_sym_decltype] = ACTIONS(2781), + [anon_sym_explicit] = ACTIONS(2781), + [anon_sym_typename] = ACTIONS(2781), + [anon_sym_template] = ACTIONS(2781), + [anon_sym_operator] = ACTIONS(2781), + [anon_sym_try] = ACTIONS(2781), + [anon_sym_delete] = ACTIONS(2781), + [anon_sym_throw] = ACTIONS(2781), + [anon_sym_namespace] = ACTIONS(2781), + [anon_sym_using] = ACTIONS(2781), + [anon_sym_static_assert] = ACTIONS(2781), + [anon_sym_concept] = ACTIONS(2781), + [anon_sym_co_return] = ACTIONS(2781), + [anon_sym_co_yield] = ACTIONS(2781), + [anon_sym_R_DQUOTE] = ACTIONS(2783), + [anon_sym_LR_DQUOTE] = ACTIONS(2783), + [anon_sym_uR_DQUOTE] = ACTIONS(2783), + [anon_sym_UR_DQUOTE] = ACTIONS(2783), + [anon_sym_u8R_DQUOTE] = ACTIONS(2783), + [anon_sym_co_await] = ACTIONS(2781), + [anon_sym_new] = ACTIONS(2781), + [anon_sym_requires] = ACTIONS(2781), + [sym_this] = ACTIONS(2781), + }, + [532] = { + [ts_builtin_sym_end] = ACTIONS(2911), + [sym_identifier] = ACTIONS(2909), + [aux_sym_preproc_include_token1] = ACTIONS(2909), + [aux_sym_preproc_def_token1] = ACTIONS(2909), + [aux_sym_preproc_if_token1] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), + [sym_preproc_directive] = ACTIONS(2909), + [anon_sym_LPAREN2] = ACTIONS(2911), + [anon_sym_BANG] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2911), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2911), + [anon_sym_AMP_AMP] = ACTIONS(2911), + [anon_sym_AMP] = ACTIONS(2909), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym___extension__] = ACTIONS(2909), + [anon_sym_typedef] = ACTIONS(2909), + [anon_sym_virtual] = ACTIONS(2909), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___attribute] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym___based] = ACTIONS(2909), + [anon_sym___cdecl] = ACTIONS(2909), + [anon_sym___clrcall] = ACTIONS(2909), + [anon_sym___stdcall] = ACTIONS(2909), + [anon_sym___fastcall] = ACTIONS(2909), + [anon_sym___thiscall] = ACTIONS(2909), + [anon_sym___vectorcall] = ACTIONS(2909), [anon_sym_LBRACE] = ACTIONS(2911), [anon_sym_signed] = ACTIONS(2909), [anon_sym_unsigned] = ACTIONS(2909), @@ -113390,153 +121004,294 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2909), [sym_this] = ACTIONS(2909), }, - [479] = { - [ts_builtin_sym_end] = ACTIONS(2919), - [sym_identifier] = ACTIONS(2917), - [aux_sym_preproc_include_token1] = ACTIONS(2917), - [aux_sym_preproc_def_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), - [sym_preproc_directive] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym___based] = ACTIONS(2917), - [anon_sym___cdecl] = ACTIONS(2917), - [anon_sym___clrcall] = ACTIONS(2917), - [anon_sym___stdcall] = ACTIONS(2917), - [anon_sym___fastcall] = ACTIONS(2917), - [anon_sym___thiscall] = ACTIONS(2917), - [anon_sym___vectorcall] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_else] = ACTIONS(2917), - [anon_sym_switch] = ACTIONS(2917), - [anon_sym_case] = ACTIONS(2917), - [anon_sym_default] = ACTIONS(2917), - [anon_sym_while] = ACTIONS(2917), - [anon_sym_do] = ACTIONS(2917), - [anon_sym_for] = ACTIONS(2917), - [anon_sym_return] = ACTIONS(2917), - [anon_sym_break] = ACTIONS(2917), - [anon_sym_continue] = ACTIONS(2917), - [anon_sym_goto] = ACTIONS(2917), - [anon_sym___try] = ACTIONS(2917), - [anon_sym___leave] = ACTIONS(2917), - [anon_sym_not] = ACTIONS(2917), - [anon_sym_compl] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2919), - [anon_sym_sizeof] = ACTIONS(2917), - [anon_sym___alignof__] = ACTIONS(2917), - [anon_sym___alignof] = ACTIONS(2917), - [anon_sym__alignof] = ACTIONS(2917), - [anon_sym_alignof] = ACTIONS(2917), - [anon_sym__Alignof] = ACTIONS(2917), - [anon_sym_offsetof] = ACTIONS(2917), - [anon_sym__Generic] = ACTIONS(2917), - [anon_sym_asm] = ACTIONS(2917), - [anon_sym___asm__] = ACTIONS(2917), - [anon_sym___asm] = ACTIONS(2917), - [aux_sym_number_literal_token1] = ACTIONS(2919), - [aux_sym_number_literal_token2] = ACTIONS(2917), - [anon_sym_L_SQUOTE] = ACTIONS(2919), - [anon_sym_u_SQUOTE] = ACTIONS(2919), - [anon_sym_U_SQUOTE] = ACTIONS(2919), - [anon_sym_u8_SQUOTE] = ACTIONS(2919), - [anon_sym_SQUOTE] = ACTIONS(2919), - [anon_sym_L_DQUOTE] = ACTIONS(2919), - [anon_sym_u_DQUOTE] = ACTIONS(2919), - [anon_sym_U_DQUOTE] = ACTIONS(2919), - [anon_sym_u8_DQUOTE] = ACTIONS(2919), - [anon_sym_DQUOTE] = ACTIONS(2919), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [anon_sym_NULL] = ACTIONS(2917), - [anon_sym_nullptr] = ACTIONS(2917), + [533] = { + [ts_builtin_sym_end] = ACTIONS(2915), + [sym_identifier] = ACTIONS(2913), + [aux_sym_preproc_include_token1] = ACTIONS(2913), + [aux_sym_preproc_def_token1] = ACTIONS(2913), + [aux_sym_preproc_if_token1] = ACTIONS(2913), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2913), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2913), + [sym_preproc_directive] = ACTIONS(2913), + [anon_sym_LPAREN2] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2913), + [anon_sym_PLUS] = ACTIONS(2913), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_AMP_AMP] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2913), + [anon_sym_SEMI] = ACTIONS(2915), + [anon_sym___extension__] = ACTIONS(2913), + [anon_sym_typedef] = ACTIONS(2913), + [anon_sym_virtual] = ACTIONS(2913), + [anon_sym_extern] = ACTIONS(2913), + [anon_sym___attribute__] = ACTIONS(2913), + [anon_sym___attribute] = ACTIONS(2913), + [anon_sym_COLON_COLON] = ACTIONS(2915), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), + [anon_sym___declspec] = ACTIONS(2913), + [anon_sym___based] = ACTIONS(2913), + [anon_sym___cdecl] = ACTIONS(2913), + [anon_sym___clrcall] = ACTIONS(2913), + [anon_sym___stdcall] = ACTIONS(2913), + [anon_sym___fastcall] = ACTIONS(2913), + [anon_sym___thiscall] = ACTIONS(2913), + [anon_sym___vectorcall] = ACTIONS(2913), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_signed] = ACTIONS(2913), + [anon_sym_unsigned] = ACTIONS(2913), + [anon_sym_long] = ACTIONS(2913), + [anon_sym_short] = ACTIONS(2913), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_static] = ACTIONS(2913), + [anon_sym_register] = ACTIONS(2913), + [anon_sym_inline] = ACTIONS(2913), + [anon_sym___inline] = ACTIONS(2913), + [anon_sym___inline__] = ACTIONS(2913), + [anon_sym___forceinline] = ACTIONS(2913), + [anon_sym_thread_local] = ACTIONS(2913), + [anon_sym___thread] = ACTIONS(2913), + [anon_sym_const] = ACTIONS(2913), + [anon_sym_constexpr] = ACTIONS(2913), + [anon_sym_volatile] = ACTIONS(2913), + [anon_sym_restrict] = ACTIONS(2913), + [anon_sym___restrict__] = ACTIONS(2913), + [anon_sym__Atomic] = ACTIONS(2913), + [anon_sym__Noreturn] = ACTIONS(2913), + [anon_sym_noreturn] = ACTIONS(2913), + [anon_sym__Nonnull] = ACTIONS(2913), + [anon_sym_mutable] = ACTIONS(2913), + [anon_sym_constinit] = ACTIONS(2913), + [anon_sym_consteval] = ACTIONS(2913), + [anon_sym_PROGMEM] = ACTIONS(2913), + [anon_sym_alignas] = ACTIONS(2913), + [anon_sym__Alignas] = ACTIONS(2913), + [aux_sym_primitive_type_token1] = ACTIONS(2913), + [anon_sym_byte] = ACTIONS(2913), + [anon_sym_word] = ACTIONS(2913), + [anon_sym_enum] = ACTIONS(2913), + [anon_sym_class] = ACTIONS(2913), + [anon_sym_struct] = ACTIONS(2913), + [anon_sym_union] = ACTIONS(2913), + [anon_sym_if] = ACTIONS(2913), + [anon_sym_else] = ACTIONS(2913), + [anon_sym_switch] = ACTIONS(2913), + [anon_sym_case] = ACTIONS(2913), + [anon_sym_default] = ACTIONS(2913), + [anon_sym_while] = ACTIONS(2913), + [anon_sym_do] = ACTIONS(2913), + [anon_sym_for] = ACTIONS(2913), + [anon_sym_return] = ACTIONS(2913), + [anon_sym_break] = ACTIONS(2913), + [anon_sym_continue] = ACTIONS(2913), + [anon_sym_goto] = ACTIONS(2913), + [anon_sym___try] = ACTIONS(2913), + [anon_sym___leave] = ACTIONS(2913), + [anon_sym_not] = ACTIONS(2913), + [anon_sym_compl] = ACTIONS(2913), + [anon_sym_DASH_DASH] = ACTIONS(2915), + [anon_sym_PLUS_PLUS] = ACTIONS(2915), + [anon_sym_sizeof] = ACTIONS(2913), + [anon_sym___alignof__] = ACTIONS(2913), + [anon_sym___alignof] = ACTIONS(2913), + [anon_sym__alignof] = ACTIONS(2913), + [anon_sym_alignof] = ACTIONS(2913), + [anon_sym__Alignof] = ACTIONS(2913), + [anon_sym_offsetof] = ACTIONS(2913), + [anon_sym__Generic] = ACTIONS(2913), + [anon_sym_asm] = ACTIONS(2913), + [anon_sym___asm__] = ACTIONS(2913), + [anon_sym___asm] = ACTIONS(2913), + [aux_sym_number_literal_token1] = ACTIONS(2915), + [aux_sym_number_literal_token2] = ACTIONS(2913), + [anon_sym_L_SQUOTE] = ACTIONS(2915), + [anon_sym_u_SQUOTE] = ACTIONS(2915), + [anon_sym_U_SQUOTE] = ACTIONS(2915), + [anon_sym_u8_SQUOTE] = ACTIONS(2915), + [anon_sym_SQUOTE] = ACTIONS(2915), + [anon_sym_L_DQUOTE] = ACTIONS(2915), + [anon_sym_u_DQUOTE] = ACTIONS(2915), + [anon_sym_U_DQUOTE] = ACTIONS(2915), + [anon_sym_u8_DQUOTE] = ACTIONS(2915), + [anon_sym_DQUOTE] = ACTIONS(2915), + [sym_true] = ACTIONS(2913), + [sym_false] = ACTIONS(2913), + [anon_sym_NULL] = ACTIONS(2913), + [anon_sym_nullptr] = ACTIONS(2913), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_explicit] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_operator] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(2917), - [anon_sym_delete] = ACTIONS(2917), - [anon_sym_throw] = ACTIONS(2917), - [anon_sym_namespace] = ACTIONS(2917), - [anon_sym_using] = ACTIONS(2917), - [anon_sym_static_assert] = ACTIONS(2917), - [anon_sym_concept] = ACTIONS(2917), - [anon_sym_co_return] = ACTIONS(2917), - [anon_sym_co_yield] = ACTIONS(2917), - [anon_sym_R_DQUOTE] = ACTIONS(2919), - [anon_sym_LR_DQUOTE] = ACTIONS(2919), - [anon_sym_uR_DQUOTE] = ACTIONS(2919), - [anon_sym_UR_DQUOTE] = ACTIONS(2919), - [anon_sym_u8R_DQUOTE] = ACTIONS(2919), - [anon_sym_co_await] = ACTIONS(2917), - [anon_sym_new] = ACTIONS(2917), - [anon_sym_requires] = ACTIONS(2917), - [sym_this] = ACTIONS(2917), + [sym_auto] = ACTIONS(2913), + [anon_sym_decltype] = ACTIONS(2913), + [anon_sym_explicit] = ACTIONS(2913), + [anon_sym_typename] = ACTIONS(2913), + [anon_sym_template] = ACTIONS(2913), + [anon_sym_operator] = ACTIONS(2913), + [anon_sym_try] = ACTIONS(2913), + [anon_sym_delete] = ACTIONS(2913), + [anon_sym_throw] = ACTIONS(2913), + [anon_sym_namespace] = ACTIONS(2913), + [anon_sym_using] = ACTIONS(2913), + [anon_sym_static_assert] = ACTIONS(2913), + [anon_sym_concept] = ACTIONS(2913), + [anon_sym_co_return] = ACTIONS(2913), + [anon_sym_co_yield] = ACTIONS(2913), + [anon_sym_R_DQUOTE] = ACTIONS(2915), + [anon_sym_LR_DQUOTE] = ACTIONS(2915), + [anon_sym_uR_DQUOTE] = ACTIONS(2915), + [anon_sym_UR_DQUOTE] = ACTIONS(2915), + [anon_sym_u8R_DQUOTE] = ACTIONS(2915), + [anon_sym_co_await] = ACTIONS(2913), + [anon_sym_new] = ACTIONS(2913), + [anon_sym_requires] = ACTIONS(2913), + [sym_this] = ACTIONS(2913), }, - [480] = { + [534] = { + [ts_builtin_sym_end] = ACTIONS(2787), + [sym_identifier] = ACTIONS(2785), + [aux_sym_preproc_include_token1] = ACTIONS(2785), + [aux_sym_preproc_def_token1] = ACTIONS(2785), + [aux_sym_preproc_if_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), + [sym_preproc_directive] = ACTIONS(2785), + [anon_sym_LPAREN2] = ACTIONS(2787), + [anon_sym_BANG] = ACTIONS(2787), + [anon_sym_TILDE] = ACTIONS(2787), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_AMP_AMP] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2785), + [anon_sym_SEMI] = ACTIONS(2787), + [anon_sym___extension__] = ACTIONS(2785), + [anon_sym_typedef] = ACTIONS(2785), + [anon_sym_virtual] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym___attribute__] = ACTIONS(2785), + [anon_sym___attribute] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), + [anon_sym___declspec] = ACTIONS(2785), + [anon_sym___based] = ACTIONS(2785), + [anon_sym___cdecl] = ACTIONS(2785), + [anon_sym___clrcall] = ACTIONS(2785), + [anon_sym___stdcall] = ACTIONS(2785), + [anon_sym___fastcall] = ACTIONS(2785), + [anon_sym___thiscall] = ACTIONS(2785), + [anon_sym___vectorcall] = ACTIONS(2785), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_signed] = ACTIONS(2785), + [anon_sym_unsigned] = ACTIONS(2785), + [anon_sym_long] = ACTIONS(2785), + [anon_sym_short] = ACTIONS(2785), + [anon_sym_LBRACK] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_register] = ACTIONS(2785), + [anon_sym_inline] = ACTIONS(2785), + [anon_sym___inline] = ACTIONS(2785), + [anon_sym___inline__] = ACTIONS(2785), + [anon_sym___forceinline] = ACTIONS(2785), + [anon_sym_thread_local] = ACTIONS(2785), + [anon_sym___thread] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_constexpr] = ACTIONS(2785), + [anon_sym_volatile] = ACTIONS(2785), + [anon_sym_restrict] = ACTIONS(2785), + [anon_sym___restrict__] = ACTIONS(2785), + [anon_sym__Atomic] = ACTIONS(2785), + [anon_sym__Noreturn] = ACTIONS(2785), + [anon_sym_noreturn] = ACTIONS(2785), + [anon_sym__Nonnull] = ACTIONS(2785), + [anon_sym_mutable] = ACTIONS(2785), + [anon_sym_constinit] = ACTIONS(2785), + [anon_sym_consteval] = ACTIONS(2785), + [anon_sym_PROGMEM] = ACTIONS(2785), + [anon_sym_alignas] = ACTIONS(2785), + [anon_sym__Alignas] = ACTIONS(2785), + [aux_sym_primitive_type_token1] = ACTIONS(2785), + [anon_sym_byte] = ACTIONS(2785), + [anon_sym_word] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_class] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_else] = ACTIONS(2785), + [anon_sym_switch] = ACTIONS(2785), + [anon_sym_case] = ACTIONS(2785), + [anon_sym_default] = ACTIONS(2785), + [anon_sym_while] = ACTIONS(2785), + [anon_sym_do] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_goto] = ACTIONS(2785), + [anon_sym___try] = ACTIONS(2785), + [anon_sym___leave] = ACTIONS(2785), + [anon_sym_not] = ACTIONS(2785), + [anon_sym_compl] = ACTIONS(2785), + [anon_sym_DASH_DASH] = ACTIONS(2787), + [anon_sym_PLUS_PLUS] = ACTIONS(2787), + [anon_sym_sizeof] = ACTIONS(2785), + [anon_sym___alignof__] = ACTIONS(2785), + [anon_sym___alignof] = ACTIONS(2785), + [anon_sym__alignof] = ACTIONS(2785), + [anon_sym_alignof] = ACTIONS(2785), + [anon_sym__Alignof] = ACTIONS(2785), + [anon_sym_offsetof] = ACTIONS(2785), + [anon_sym__Generic] = ACTIONS(2785), + [anon_sym_asm] = ACTIONS(2785), + [anon_sym___asm__] = ACTIONS(2785), + [anon_sym___asm] = ACTIONS(2785), + [aux_sym_number_literal_token1] = ACTIONS(2787), + [aux_sym_number_literal_token2] = ACTIONS(2785), + [anon_sym_L_SQUOTE] = ACTIONS(2787), + [anon_sym_u_SQUOTE] = ACTIONS(2787), + [anon_sym_U_SQUOTE] = ACTIONS(2787), + [anon_sym_u8_SQUOTE] = ACTIONS(2787), + [anon_sym_SQUOTE] = ACTIONS(2787), + [anon_sym_L_DQUOTE] = ACTIONS(2787), + [anon_sym_u_DQUOTE] = ACTIONS(2787), + [anon_sym_U_DQUOTE] = ACTIONS(2787), + [anon_sym_u8_DQUOTE] = ACTIONS(2787), + [anon_sym_DQUOTE] = ACTIONS(2787), + [sym_true] = ACTIONS(2785), + [sym_false] = ACTIONS(2785), + [anon_sym_NULL] = ACTIONS(2785), + [anon_sym_nullptr] = ACTIONS(2785), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2785), + [anon_sym_decltype] = ACTIONS(2785), + [anon_sym_explicit] = ACTIONS(2785), + [anon_sym_typename] = ACTIONS(2785), + [anon_sym_template] = ACTIONS(2785), + [anon_sym_operator] = ACTIONS(2785), + [anon_sym_try] = ACTIONS(2785), + [anon_sym_delete] = ACTIONS(2785), + [anon_sym_throw] = ACTIONS(2785), + [anon_sym_namespace] = ACTIONS(2785), + [anon_sym_using] = ACTIONS(2785), + [anon_sym_static_assert] = ACTIONS(2785), + [anon_sym_concept] = ACTIONS(2785), + [anon_sym_co_return] = ACTIONS(2785), + [anon_sym_co_yield] = ACTIONS(2785), + [anon_sym_R_DQUOTE] = ACTIONS(2787), + [anon_sym_LR_DQUOTE] = ACTIONS(2787), + [anon_sym_uR_DQUOTE] = ACTIONS(2787), + [anon_sym_UR_DQUOTE] = ACTIONS(2787), + [anon_sym_u8R_DQUOTE] = ACTIONS(2787), + [anon_sym_co_await] = ACTIONS(2785), + [anon_sym_new] = ACTIONS(2785), + [anon_sym_requires] = ACTIONS(2785), + [sym_this] = ACTIONS(2785), + }, + [535] = { + [ts_builtin_sym_end] = ACTIONS(2791), [sym_identifier] = ACTIONS(2789), [aux_sym_preproc_include_token1] = ACTIONS(2789), [aux_sym_preproc_def_token1] = ACTIONS(2789), [aux_sym_preproc_if_token1] = ACTIONS(2789), - [aux_sym_preproc_if_token2] = ACTIONS(2789), [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), [sym_preproc_directive] = ACTIONS(2789), @@ -113672,12 +121427,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2789), [sym_this] = ACTIONS(2789), }, - [481] = { + [536] = { + [ts_builtin_sym_end] = ACTIONS(2795), + [sym_identifier] = ACTIONS(2793), + [aux_sym_preproc_include_token1] = ACTIONS(2793), + [aux_sym_preproc_def_token1] = ACTIONS(2793), + [aux_sym_preproc_if_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_LPAREN2] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_AMP_AMP] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym___extension__] = ACTIONS(2793), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_virtual] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym___attribute__] = ACTIONS(2793), + [anon_sym___attribute] = ACTIONS(2793), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), + [anon_sym___declspec] = ACTIONS(2793), + [anon_sym___based] = ACTIONS(2793), + [anon_sym___cdecl] = ACTIONS(2793), + [anon_sym___clrcall] = ACTIONS(2793), + [anon_sym___stdcall] = ACTIONS(2793), + [anon_sym___fastcall] = ACTIONS(2793), + [anon_sym___thiscall] = ACTIONS(2793), + [anon_sym___vectorcall] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_signed] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [anon_sym_LBRACK] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym___inline] = ACTIONS(2793), + [anon_sym___inline__] = ACTIONS(2793), + [anon_sym___forceinline] = ACTIONS(2793), + [anon_sym_thread_local] = ACTIONS(2793), + [anon_sym___thread] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_constexpr] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym___restrict__] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym__Noreturn] = ACTIONS(2793), + [anon_sym_noreturn] = ACTIONS(2793), + [anon_sym__Nonnull] = ACTIONS(2793), + [anon_sym_mutable] = ACTIONS(2793), + [anon_sym_constinit] = ACTIONS(2793), + [anon_sym_consteval] = ACTIONS(2793), + [anon_sym_PROGMEM] = ACTIONS(2793), + [anon_sym_alignas] = ACTIONS(2793), + [anon_sym__Alignas] = ACTIONS(2793), + [aux_sym_primitive_type_token1] = ACTIONS(2793), + [anon_sym_byte] = ACTIONS(2793), + [anon_sym_word] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_class] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_else] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_case] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym___try] = ACTIONS(2793), + [anon_sym___leave] = ACTIONS(2793), + [anon_sym_not] = ACTIONS(2793), + [anon_sym_compl] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [anon_sym___alignof__] = ACTIONS(2793), + [anon_sym___alignof] = ACTIONS(2793), + [anon_sym__alignof] = ACTIONS(2793), + [anon_sym_alignof] = ACTIONS(2793), + [anon_sym__Alignof] = ACTIONS(2793), + [anon_sym_offsetof] = ACTIONS(2793), + [anon_sym__Generic] = ACTIONS(2793), + [anon_sym_asm] = ACTIONS(2793), + [anon_sym___asm__] = ACTIONS(2793), + [anon_sym___asm] = ACTIONS(2793), + [aux_sym_number_literal_token1] = ACTIONS(2795), + [aux_sym_number_literal_token2] = ACTIONS(2793), + [anon_sym_L_SQUOTE] = ACTIONS(2795), + [anon_sym_u_SQUOTE] = ACTIONS(2795), + [anon_sym_U_SQUOTE] = ACTIONS(2795), + [anon_sym_u8_SQUOTE] = ACTIONS(2795), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_L_DQUOTE] = ACTIONS(2795), + [anon_sym_u_DQUOTE] = ACTIONS(2795), + [anon_sym_U_DQUOTE] = ACTIONS(2795), + [anon_sym_u8_DQUOTE] = ACTIONS(2795), + [anon_sym_DQUOTE] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [anon_sym_NULL] = ACTIONS(2793), + [anon_sym_nullptr] = ACTIONS(2793), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2793), + [anon_sym_decltype] = ACTIONS(2793), + [anon_sym_explicit] = ACTIONS(2793), + [anon_sym_typename] = ACTIONS(2793), + [anon_sym_template] = ACTIONS(2793), + [anon_sym_operator] = ACTIONS(2793), + [anon_sym_try] = ACTIONS(2793), + [anon_sym_delete] = ACTIONS(2793), + [anon_sym_throw] = ACTIONS(2793), + [anon_sym_namespace] = ACTIONS(2793), + [anon_sym_using] = ACTIONS(2793), + [anon_sym_static_assert] = ACTIONS(2793), + [anon_sym_concept] = ACTIONS(2793), + [anon_sym_co_return] = ACTIONS(2793), + [anon_sym_co_yield] = ACTIONS(2793), + [anon_sym_R_DQUOTE] = ACTIONS(2795), + [anon_sym_LR_DQUOTE] = ACTIONS(2795), + [anon_sym_uR_DQUOTE] = ACTIONS(2795), + [anon_sym_UR_DQUOTE] = ACTIONS(2795), + [anon_sym_u8R_DQUOTE] = ACTIONS(2795), + [anon_sym_co_await] = ACTIONS(2793), + [anon_sym_new] = ACTIONS(2793), + [anon_sym_requires] = ACTIONS(2793), + [sym_this] = ACTIONS(2793), + }, + [537] = { + [ts_builtin_sym_end] = ACTIONS(2799), [sym_identifier] = ACTIONS(2797), [aux_sym_preproc_include_token1] = ACTIONS(2797), [aux_sym_preproc_def_token1] = ACTIONS(2797), [aux_sym_preproc_if_token1] = ACTIONS(2797), - [aux_sym_preproc_if_token2] = ACTIONS(2797), [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), [sym_preproc_directive] = ACTIONS(2797), @@ -113813,10289 +121709,1274 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2797), [sym_this] = ACTIONS(2797), }, - [482] = { - [ts_builtin_sym_end] = ACTIONS(2923), - [sym_identifier] = ACTIONS(2921), - [aux_sym_preproc_include_token1] = ACTIONS(2921), - [aux_sym_preproc_def_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), - [sym_preproc_directive] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2921), - [anon_sym_PLUS] = ACTIONS(2921), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym___extension__] = ACTIONS(2921), - [anon_sym_typedef] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___attribute] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym___cdecl] = ACTIONS(2921), - [anon_sym___clrcall] = ACTIONS(2921), - [anon_sym___stdcall] = ACTIONS(2921), - [anon_sym___fastcall] = ACTIONS(2921), - [anon_sym___thiscall] = ACTIONS(2921), - [anon_sym___vectorcall] = ACTIONS(2921), - [anon_sym_LBRACE] = ACTIONS(2923), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym___inline] = ACTIONS(2921), - [anon_sym___inline__] = ACTIONS(2921), - [anon_sym___forceinline] = ACTIONS(2921), - [anon_sym_thread_local] = ACTIONS(2921), - [anon_sym___thread] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym___restrict__] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym__Noreturn] = ACTIONS(2921), - [anon_sym_noreturn] = ACTIONS(2921), - [anon_sym__Nonnull] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constinit] = ACTIONS(2921), - [anon_sym_consteval] = ACTIONS(2921), - [anon_sym_PROGMEM] = ACTIONS(2921), - [anon_sym_alignas] = ACTIONS(2921), - [anon_sym__Alignas] = ACTIONS(2921), - [aux_sym_primitive_type_token1] = ACTIONS(2921), - [anon_sym_byte] = ACTIONS(2921), - [anon_sym_word] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), - [anon_sym_if] = ACTIONS(2921), - [anon_sym_else] = ACTIONS(2921), - [anon_sym_switch] = ACTIONS(2921), - [anon_sym_case] = ACTIONS(2921), - [anon_sym_default] = ACTIONS(2921), - [anon_sym_while] = ACTIONS(2921), - [anon_sym_do] = ACTIONS(2921), - [anon_sym_for] = ACTIONS(2921), - [anon_sym_return] = ACTIONS(2921), - [anon_sym_break] = ACTIONS(2921), - [anon_sym_continue] = ACTIONS(2921), - [anon_sym_goto] = ACTIONS(2921), - [anon_sym___try] = ACTIONS(2921), - [anon_sym___leave] = ACTIONS(2921), - [anon_sym_not] = ACTIONS(2921), - [anon_sym_compl] = ACTIONS(2921), - [anon_sym_DASH_DASH] = ACTIONS(2923), - [anon_sym_PLUS_PLUS] = ACTIONS(2923), - [anon_sym_sizeof] = ACTIONS(2921), - [anon_sym___alignof__] = ACTIONS(2921), - [anon_sym___alignof] = ACTIONS(2921), - [anon_sym__alignof] = ACTIONS(2921), - [anon_sym_alignof] = ACTIONS(2921), - [anon_sym__Alignof] = ACTIONS(2921), - [anon_sym_offsetof] = ACTIONS(2921), - [anon_sym__Generic] = ACTIONS(2921), - [anon_sym_asm] = ACTIONS(2921), - [anon_sym___asm__] = ACTIONS(2921), - [anon_sym___asm] = ACTIONS(2921), - [aux_sym_number_literal_token1] = ACTIONS(2923), - [aux_sym_number_literal_token2] = ACTIONS(2921), - [anon_sym_L_SQUOTE] = ACTIONS(2923), - [anon_sym_u_SQUOTE] = ACTIONS(2923), - [anon_sym_U_SQUOTE] = ACTIONS(2923), - [anon_sym_u8_SQUOTE] = ACTIONS(2923), - [anon_sym_SQUOTE] = ACTIONS(2923), - [anon_sym_L_DQUOTE] = ACTIONS(2923), - [anon_sym_u_DQUOTE] = ACTIONS(2923), - [anon_sym_U_DQUOTE] = ACTIONS(2923), - [anon_sym_u8_DQUOTE] = ACTIONS(2923), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym_true] = ACTIONS(2921), - [sym_false] = ACTIONS(2921), - [anon_sym_NULL] = ACTIONS(2921), - [anon_sym_nullptr] = ACTIONS(2921), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2921), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_try] = ACTIONS(2921), - [anon_sym_delete] = ACTIONS(2921), - [anon_sym_throw] = ACTIONS(2921), - [anon_sym_namespace] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_static_assert] = ACTIONS(2921), - [anon_sym_concept] = ACTIONS(2921), - [anon_sym_co_return] = ACTIONS(2921), - [anon_sym_co_yield] = ACTIONS(2921), - [anon_sym_R_DQUOTE] = ACTIONS(2923), - [anon_sym_LR_DQUOTE] = ACTIONS(2923), - [anon_sym_uR_DQUOTE] = ACTIONS(2923), - [anon_sym_UR_DQUOTE] = ACTIONS(2923), - [anon_sym_u8R_DQUOTE] = ACTIONS(2923), - [anon_sym_co_await] = ACTIONS(2921), - [anon_sym_new] = ACTIONS(2921), - [anon_sym_requires] = ACTIONS(2921), - [sym_this] = ACTIONS(2921), + [538] = { + [sym_identifier] = ACTIONS(2671), + [aux_sym_preproc_include_token1] = ACTIONS(2671), + [aux_sym_preproc_def_token1] = ACTIONS(2671), + [aux_sym_preproc_if_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2671), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2671), + [sym_preproc_directive] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_TILDE] = ACTIONS(2676), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_AMP_AMP] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym___extension__] = ACTIONS(2671), + [anon_sym_typedef] = ACTIONS(2671), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym___based] = ACTIONS(2671), + [anon_sym___cdecl] = ACTIONS(2671), + [anon_sym___clrcall] = ACTIONS(2671), + [anon_sym___stdcall] = ACTIONS(2671), + [anon_sym___fastcall] = ACTIONS(2671), + [anon_sym___thiscall] = ACTIONS(2671), + [anon_sym___vectorcall] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_RBRACE] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2671), + [anon_sym_byte] = ACTIONS(2671), + [anon_sym_word] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [anon_sym_if] = ACTIONS(2671), + [anon_sym_else] = ACTIONS(2671), + [anon_sym_switch] = ACTIONS(2671), + [anon_sym_case] = ACTIONS(2671), + [anon_sym_default] = ACTIONS(2671), + [anon_sym_while] = ACTIONS(2671), + [anon_sym_do] = ACTIONS(2671), + [anon_sym_for] = ACTIONS(2671), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2671), + [anon_sym_continue] = ACTIONS(2671), + [anon_sym_goto] = ACTIONS(2671), + [anon_sym___try] = ACTIONS(2671), + [anon_sym___leave] = ACTIONS(2671), + [anon_sym_not] = ACTIONS(2671), + [anon_sym_compl] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2676), + [anon_sym_PLUS_PLUS] = ACTIONS(2676), + [anon_sym_sizeof] = ACTIONS(2671), + [anon_sym___alignof__] = ACTIONS(2671), + [anon_sym___alignof] = ACTIONS(2671), + [anon_sym__alignof] = ACTIONS(2671), + [anon_sym_alignof] = ACTIONS(2671), + [anon_sym__Alignof] = ACTIONS(2671), + [anon_sym_offsetof] = ACTIONS(2671), + [anon_sym__Generic] = ACTIONS(2671), + [anon_sym_asm] = ACTIONS(2671), + [anon_sym___asm__] = ACTIONS(2671), + [anon_sym___asm] = ACTIONS(2671), + [aux_sym_number_literal_token1] = ACTIONS(2676), + [aux_sym_number_literal_token2] = ACTIONS(2671), + [anon_sym_L_SQUOTE] = ACTIONS(2676), + [anon_sym_u_SQUOTE] = ACTIONS(2676), + [anon_sym_U_SQUOTE] = ACTIONS(2676), + [anon_sym_u8_SQUOTE] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2676), + [anon_sym_L_DQUOTE] = ACTIONS(2676), + [anon_sym_u_DQUOTE] = ACTIONS(2676), + [anon_sym_U_DQUOTE] = ACTIONS(2676), + [anon_sym_u8_DQUOTE] = ACTIONS(2676), + [anon_sym_DQUOTE] = ACTIONS(2676), + [sym_true] = ACTIONS(2671), + [sym_false] = ACTIONS(2671), + [anon_sym_NULL] = ACTIONS(2671), + [anon_sym_nullptr] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2671), + [anon_sym_explicit] = ACTIONS(2671), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2671), + [anon_sym_operator] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(2671), + [anon_sym_delete] = ACTIONS(2671), + [anon_sym_throw] = ACTIONS(2671), + [anon_sym_namespace] = ACTIONS(2671), + [anon_sym_using] = ACTIONS(2671), + [anon_sym_static_assert] = ACTIONS(2671), + [anon_sym_concept] = ACTIONS(2671), + [anon_sym_co_return] = ACTIONS(2671), + [anon_sym_co_yield] = ACTIONS(2671), + [anon_sym_R_DQUOTE] = ACTIONS(2676), + [anon_sym_LR_DQUOTE] = ACTIONS(2676), + [anon_sym_uR_DQUOTE] = ACTIONS(2676), + [anon_sym_UR_DQUOTE] = ACTIONS(2676), + [anon_sym_u8R_DQUOTE] = ACTIONS(2676), + [anon_sym_co_await] = ACTIONS(2671), + [anon_sym_new] = ACTIONS(2671), + [anon_sym_requires] = ACTIONS(2671), + [sym_this] = ACTIONS(2671), }, - [483] = { - [ts_builtin_sym_end] = ACTIONS(2714), - [sym_identifier] = ACTIONS(2709), - [aux_sym_preproc_include_token1] = ACTIONS(2709), - [aux_sym_preproc_def_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2709), - [sym_preproc_directive] = ACTIONS(2709), - [anon_sym_LPAREN2] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_TILDE] = ACTIONS(2714), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_AMP_AMP] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym___extension__] = ACTIONS(2709), - [anon_sym_typedef] = ACTIONS(2709), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym___cdecl] = ACTIONS(2709), - [anon_sym___clrcall] = ACTIONS(2709), - [anon_sym___stdcall] = ACTIONS(2709), - [anon_sym___fastcall] = ACTIONS(2709), - [anon_sym___thiscall] = ACTIONS(2709), - [anon_sym___vectorcall] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2709), - [anon_sym_byte] = ACTIONS(2709), - [anon_sym_word] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_else] = ACTIONS(2709), - [anon_sym_switch] = ACTIONS(2709), - [anon_sym_case] = ACTIONS(2709), - [anon_sym_default] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_goto] = ACTIONS(2709), - [anon_sym___try] = ACTIONS(2709), - [anon_sym___leave] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_compl] = ACTIONS(2709), - [anon_sym_DASH_DASH] = ACTIONS(2714), - [anon_sym_PLUS_PLUS] = ACTIONS(2714), - [anon_sym_sizeof] = ACTIONS(2709), - [anon_sym___alignof__] = ACTIONS(2709), - [anon_sym___alignof] = ACTIONS(2709), - [anon_sym__alignof] = ACTIONS(2709), - [anon_sym_alignof] = ACTIONS(2709), - [anon_sym__Alignof] = ACTIONS(2709), - [anon_sym_offsetof] = ACTIONS(2709), - [anon_sym__Generic] = ACTIONS(2709), - [anon_sym_asm] = ACTIONS(2709), - [anon_sym___asm__] = ACTIONS(2709), - [anon_sym___asm] = ACTIONS(2709), - [aux_sym_number_literal_token1] = ACTIONS(2714), - [aux_sym_number_literal_token2] = ACTIONS(2709), - [anon_sym_L_SQUOTE] = ACTIONS(2714), - [anon_sym_u_SQUOTE] = ACTIONS(2714), - [anon_sym_U_SQUOTE] = ACTIONS(2714), - [anon_sym_u8_SQUOTE] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2714), - [anon_sym_L_DQUOTE] = ACTIONS(2714), - [anon_sym_u_DQUOTE] = ACTIONS(2714), - [anon_sym_U_DQUOTE] = ACTIONS(2714), - [anon_sym_u8_DQUOTE] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2714), - [sym_true] = ACTIONS(2709), - [sym_false] = ACTIONS(2709), - [anon_sym_NULL] = ACTIONS(2709), - [anon_sym_nullptr] = ACTIONS(2709), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2709), - [anon_sym_explicit] = ACTIONS(2709), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2709), - [anon_sym_operator] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_delete] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [anon_sym_namespace] = ACTIONS(2709), - [anon_sym_using] = ACTIONS(2709), - [anon_sym_static_assert] = ACTIONS(2709), - [anon_sym_concept] = ACTIONS(2709), - [anon_sym_co_return] = ACTIONS(2709), - [anon_sym_co_yield] = ACTIONS(2709), - [anon_sym_R_DQUOTE] = ACTIONS(2714), - [anon_sym_LR_DQUOTE] = ACTIONS(2714), - [anon_sym_uR_DQUOTE] = ACTIONS(2714), - [anon_sym_UR_DQUOTE] = ACTIONS(2714), - [anon_sym_u8R_DQUOTE] = ACTIONS(2714), - [anon_sym_co_await] = ACTIONS(2709), - [anon_sym_new] = ACTIONS(2709), - [anon_sym_requires] = ACTIONS(2709), - [sym_this] = ACTIONS(2709), + [539] = { + [ts_builtin_sym_end] = ACTIONS(2807), + [sym_identifier] = ACTIONS(2805), + [aux_sym_preproc_include_token1] = ACTIONS(2805), + [aux_sym_preproc_def_token1] = ACTIONS(2805), + [aux_sym_preproc_if_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2805), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2805), + [sym_preproc_directive] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2805), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym___extension__] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___attribute] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym___based] = ACTIONS(2805), + [anon_sym___cdecl] = ACTIONS(2805), + [anon_sym___clrcall] = ACTIONS(2805), + [anon_sym___stdcall] = ACTIONS(2805), + [anon_sym___fastcall] = ACTIONS(2805), + [anon_sym___thiscall] = ACTIONS(2805), + [anon_sym___vectorcall] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym___inline] = ACTIONS(2805), + [anon_sym___inline__] = ACTIONS(2805), + [anon_sym___forceinline] = ACTIONS(2805), + [anon_sym_thread_local] = ACTIONS(2805), + [anon_sym___thread] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym___restrict__] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym__Noreturn] = ACTIONS(2805), + [anon_sym_noreturn] = ACTIONS(2805), + [anon_sym__Nonnull] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constinit] = ACTIONS(2805), + [anon_sym_consteval] = ACTIONS(2805), + [anon_sym_PROGMEM] = ACTIONS(2805), + [anon_sym_alignas] = ACTIONS(2805), + [anon_sym__Alignas] = ACTIONS(2805), + [aux_sym_primitive_type_token1] = ACTIONS(2805), + [anon_sym_byte] = ACTIONS(2805), + [anon_sym_word] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_else] = ACTIONS(2805), + [anon_sym_switch] = ACTIONS(2805), + [anon_sym_case] = ACTIONS(2805), + [anon_sym_default] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_do] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_goto] = ACTIONS(2805), + [anon_sym___try] = ACTIONS(2805), + [anon_sym___leave] = ACTIONS(2805), + [anon_sym_not] = ACTIONS(2805), + [anon_sym_compl] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_sizeof] = ACTIONS(2805), + [anon_sym___alignof__] = ACTIONS(2805), + [anon_sym___alignof] = ACTIONS(2805), + [anon_sym__alignof] = ACTIONS(2805), + [anon_sym_alignof] = ACTIONS(2805), + [anon_sym__Alignof] = ACTIONS(2805), + [anon_sym_offsetof] = ACTIONS(2805), + [anon_sym__Generic] = ACTIONS(2805), + [anon_sym_asm] = ACTIONS(2805), + [anon_sym___asm__] = ACTIONS(2805), + [anon_sym___asm] = ACTIONS(2805), + [aux_sym_number_literal_token1] = ACTIONS(2807), + [aux_sym_number_literal_token2] = ACTIONS(2805), + [anon_sym_L_SQUOTE] = ACTIONS(2807), + [anon_sym_u_SQUOTE] = ACTIONS(2807), + [anon_sym_U_SQUOTE] = ACTIONS(2807), + [anon_sym_u8_SQUOTE] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2807), + [anon_sym_L_DQUOTE] = ACTIONS(2807), + [anon_sym_u_DQUOTE] = ACTIONS(2807), + [anon_sym_U_DQUOTE] = ACTIONS(2807), + [anon_sym_u8_DQUOTE] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2807), + [sym_true] = ACTIONS(2805), + [sym_false] = ACTIONS(2805), + [anon_sym_NULL] = ACTIONS(2805), + [anon_sym_nullptr] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2805), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_explicit] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_operator] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [anon_sym_delete] = ACTIONS(2805), + [anon_sym_throw] = ACTIONS(2805), + [anon_sym_namespace] = ACTIONS(2805), + [anon_sym_using] = ACTIONS(2805), + [anon_sym_static_assert] = ACTIONS(2805), + [anon_sym_concept] = ACTIONS(2805), + [anon_sym_co_return] = ACTIONS(2805), + [anon_sym_co_yield] = ACTIONS(2805), + [anon_sym_R_DQUOTE] = ACTIONS(2807), + [anon_sym_LR_DQUOTE] = ACTIONS(2807), + [anon_sym_uR_DQUOTE] = ACTIONS(2807), + [anon_sym_UR_DQUOTE] = ACTIONS(2807), + [anon_sym_u8R_DQUOTE] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2805), + [anon_sym_new] = ACTIONS(2805), + [anon_sym_requires] = ACTIONS(2805), + [sym_this] = ACTIONS(2805), }, - [484] = { - [sym_identifier] = ACTIONS(2785), - [aux_sym_preproc_include_token1] = ACTIONS(2785), - [aux_sym_preproc_def_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token2] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), - [sym_preproc_directive] = ACTIONS(2785), - [anon_sym_LPAREN2] = ACTIONS(2787), - [anon_sym_BANG] = ACTIONS(2787), - [anon_sym_TILDE] = ACTIONS(2787), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_AMP_AMP] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_SEMI] = ACTIONS(2787), - [anon_sym___extension__] = ACTIONS(2785), - [anon_sym_typedef] = ACTIONS(2785), - [anon_sym_virtual] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym___attribute__] = ACTIONS(2785), - [anon_sym___attribute] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), - [anon_sym___declspec] = ACTIONS(2785), - [anon_sym___based] = ACTIONS(2785), - [anon_sym___cdecl] = ACTIONS(2785), - [anon_sym___clrcall] = ACTIONS(2785), - [anon_sym___stdcall] = ACTIONS(2785), - [anon_sym___fastcall] = ACTIONS(2785), - [anon_sym___thiscall] = ACTIONS(2785), - [anon_sym___vectorcall] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2787), - [anon_sym_signed] = ACTIONS(2785), - [anon_sym_unsigned] = ACTIONS(2785), - [anon_sym_long] = ACTIONS(2785), - [anon_sym_short] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_register] = ACTIONS(2785), - [anon_sym_inline] = ACTIONS(2785), - [anon_sym___inline] = ACTIONS(2785), - [anon_sym___inline__] = ACTIONS(2785), - [anon_sym___forceinline] = ACTIONS(2785), - [anon_sym_thread_local] = ACTIONS(2785), - [anon_sym___thread] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_constexpr] = ACTIONS(2785), - [anon_sym_volatile] = ACTIONS(2785), - [anon_sym_restrict] = ACTIONS(2785), - [anon_sym___restrict__] = ACTIONS(2785), - [anon_sym__Atomic] = ACTIONS(2785), - [anon_sym__Noreturn] = ACTIONS(2785), - [anon_sym_noreturn] = ACTIONS(2785), - [anon_sym__Nonnull] = ACTIONS(2785), - [anon_sym_mutable] = ACTIONS(2785), - [anon_sym_constinit] = ACTIONS(2785), - [anon_sym_consteval] = ACTIONS(2785), - [anon_sym_PROGMEM] = ACTIONS(2785), - [anon_sym_alignas] = ACTIONS(2785), - [anon_sym__Alignas] = ACTIONS(2785), - [aux_sym_primitive_type_token1] = ACTIONS(2785), - [anon_sym_byte] = ACTIONS(2785), - [anon_sym_word] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_class] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), - [anon_sym_if] = ACTIONS(2785), - [anon_sym_else] = ACTIONS(2785), - [anon_sym_switch] = ACTIONS(2785), - [anon_sym_case] = ACTIONS(2785), - [anon_sym_default] = ACTIONS(2785), - [anon_sym_while] = ACTIONS(2785), - [anon_sym_do] = ACTIONS(2785), - [anon_sym_for] = ACTIONS(2785), - [anon_sym_return] = ACTIONS(2785), - [anon_sym_break] = ACTIONS(2785), - [anon_sym_continue] = ACTIONS(2785), - [anon_sym_goto] = ACTIONS(2785), - [anon_sym___try] = ACTIONS(2785), - [anon_sym___leave] = ACTIONS(2785), - [anon_sym_not] = ACTIONS(2785), - [anon_sym_compl] = ACTIONS(2785), - [anon_sym_DASH_DASH] = ACTIONS(2787), - [anon_sym_PLUS_PLUS] = ACTIONS(2787), - [anon_sym_sizeof] = ACTIONS(2785), - [anon_sym___alignof__] = ACTIONS(2785), - [anon_sym___alignof] = ACTIONS(2785), - [anon_sym__alignof] = ACTIONS(2785), - [anon_sym_alignof] = ACTIONS(2785), - [anon_sym__Alignof] = ACTIONS(2785), - [anon_sym_offsetof] = ACTIONS(2785), - [anon_sym__Generic] = ACTIONS(2785), - [anon_sym_asm] = ACTIONS(2785), - [anon_sym___asm__] = ACTIONS(2785), - [anon_sym___asm] = ACTIONS(2785), - [aux_sym_number_literal_token1] = ACTIONS(2787), - [aux_sym_number_literal_token2] = ACTIONS(2785), - [anon_sym_L_SQUOTE] = ACTIONS(2787), - [anon_sym_u_SQUOTE] = ACTIONS(2787), - [anon_sym_U_SQUOTE] = ACTIONS(2787), - [anon_sym_u8_SQUOTE] = ACTIONS(2787), - [anon_sym_SQUOTE] = ACTIONS(2787), - [anon_sym_L_DQUOTE] = ACTIONS(2787), - [anon_sym_u_DQUOTE] = ACTIONS(2787), - [anon_sym_U_DQUOTE] = ACTIONS(2787), - [anon_sym_u8_DQUOTE] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2787), - [sym_true] = ACTIONS(2785), - [sym_false] = ACTIONS(2785), - [anon_sym_NULL] = ACTIONS(2785), - [anon_sym_nullptr] = ACTIONS(2785), + [540] = { + [sym_identifier] = ACTIONS(2929), + [aux_sym_preproc_include_token1] = ACTIONS(2929), + [aux_sym_preproc_def_token1] = ACTIONS(2929), + [aux_sym_preproc_if_token1] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2929), + [anon_sym_PLUS] = ACTIONS(2929), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2931), + [anon_sym___extension__] = ACTIONS(2929), + [anon_sym_typedef] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2929), + [anon_sym___attribute__] = ACTIONS(2929), + [anon_sym___attribute] = ACTIONS(2929), + [anon_sym_COLON_COLON] = ACTIONS(2931), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), + [anon_sym___declspec] = ACTIONS(2929), + [anon_sym___based] = ACTIONS(2929), + [anon_sym___cdecl] = ACTIONS(2929), + [anon_sym___clrcall] = ACTIONS(2929), + [anon_sym___stdcall] = ACTIONS(2929), + [anon_sym___fastcall] = ACTIONS(2929), + [anon_sym___thiscall] = ACTIONS(2929), + [anon_sym___vectorcall] = ACTIONS(2929), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_RBRACE] = ACTIONS(2931), + [anon_sym_signed] = ACTIONS(2929), + [anon_sym_unsigned] = ACTIONS(2929), + [anon_sym_long] = ACTIONS(2929), + [anon_sym_short] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_static] = ACTIONS(2929), + [anon_sym_register] = ACTIONS(2929), + [anon_sym_inline] = ACTIONS(2929), + [anon_sym___inline] = ACTIONS(2929), + [anon_sym___inline__] = ACTIONS(2929), + [anon_sym___forceinline] = ACTIONS(2929), + [anon_sym_thread_local] = ACTIONS(2929), + [anon_sym___thread] = ACTIONS(2929), + [anon_sym_const] = ACTIONS(2929), + [anon_sym_constexpr] = ACTIONS(2929), + [anon_sym_volatile] = ACTIONS(2929), + [anon_sym_restrict] = ACTIONS(2929), + [anon_sym___restrict__] = ACTIONS(2929), + [anon_sym__Atomic] = ACTIONS(2929), + [anon_sym__Noreturn] = ACTIONS(2929), + [anon_sym_noreturn] = ACTIONS(2929), + [anon_sym__Nonnull] = ACTIONS(2929), + [anon_sym_mutable] = ACTIONS(2929), + [anon_sym_constinit] = ACTIONS(2929), + [anon_sym_consteval] = ACTIONS(2929), + [anon_sym_PROGMEM] = ACTIONS(2929), + [anon_sym_alignas] = ACTIONS(2929), + [anon_sym__Alignas] = ACTIONS(2929), + [aux_sym_primitive_type_token1] = ACTIONS(2929), + [anon_sym_byte] = ACTIONS(2929), + [anon_sym_word] = ACTIONS(2929), + [anon_sym_enum] = ACTIONS(2929), + [anon_sym_class] = ACTIONS(2929), + [anon_sym_struct] = ACTIONS(2929), + [anon_sym_union] = ACTIONS(2929), + [anon_sym_if] = ACTIONS(2929), + [anon_sym_switch] = ACTIONS(2929), + [anon_sym_case] = ACTIONS(2929), + [anon_sym_default] = ACTIONS(2929), + [anon_sym_while] = ACTIONS(2929), + [anon_sym_do] = ACTIONS(2929), + [anon_sym_for] = ACTIONS(2929), + [anon_sym_return] = ACTIONS(2929), + [anon_sym_break] = ACTIONS(2929), + [anon_sym_continue] = ACTIONS(2929), + [anon_sym_goto] = ACTIONS(2929), + [anon_sym___try] = ACTIONS(2929), + [anon_sym___leave] = ACTIONS(2929), + [anon_sym_not] = ACTIONS(2929), + [anon_sym_compl] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_sizeof] = ACTIONS(2929), + [anon_sym___alignof__] = ACTIONS(2929), + [anon_sym___alignof] = ACTIONS(2929), + [anon_sym__alignof] = ACTIONS(2929), + [anon_sym_alignof] = ACTIONS(2929), + [anon_sym__Alignof] = ACTIONS(2929), + [anon_sym_offsetof] = ACTIONS(2929), + [anon_sym__Generic] = ACTIONS(2929), + [anon_sym_asm] = ACTIONS(2929), + [anon_sym___asm__] = ACTIONS(2929), + [anon_sym___asm] = ACTIONS(2929), + [aux_sym_number_literal_token1] = ACTIONS(2931), + [aux_sym_number_literal_token2] = ACTIONS(2929), + [anon_sym_L_SQUOTE] = ACTIONS(2931), + [anon_sym_u_SQUOTE] = ACTIONS(2931), + [anon_sym_U_SQUOTE] = ACTIONS(2931), + [anon_sym_u8_SQUOTE] = ACTIONS(2931), + [anon_sym_SQUOTE] = ACTIONS(2931), + [anon_sym_L_DQUOTE] = ACTIONS(2931), + [anon_sym_u_DQUOTE] = ACTIONS(2931), + [anon_sym_U_DQUOTE] = ACTIONS(2931), + [anon_sym_u8_DQUOTE] = ACTIONS(2931), + [anon_sym_DQUOTE] = ACTIONS(2931), + [sym_true] = ACTIONS(2929), + [sym_false] = ACTIONS(2929), + [anon_sym_NULL] = ACTIONS(2929), + [anon_sym_nullptr] = ACTIONS(2929), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2785), - [anon_sym_decltype] = ACTIONS(2785), - [anon_sym_explicit] = ACTIONS(2785), - [anon_sym_typename] = ACTIONS(2785), - [anon_sym_template] = ACTIONS(2785), - [anon_sym_operator] = ACTIONS(2785), - [anon_sym_try] = ACTIONS(2785), - [anon_sym_delete] = ACTIONS(2785), - [anon_sym_throw] = ACTIONS(2785), - [anon_sym_namespace] = ACTIONS(2785), - [anon_sym_using] = ACTIONS(2785), - [anon_sym_static_assert] = ACTIONS(2785), - [anon_sym_concept] = ACTIONS(2785), - [anon_sym_co_return] = ACTIONS(2785), - [anon_sym_co_yield] = ACTIONS(2785), - [anon_sym_R_DQUOTE] = ACTIONS(2787), - [anon_sym_LR_DQUOTE] = ACTIONS(2787), - [anon_sym_uR_DQUOTE] = ACTIONS(2787), - [anon_sym_UR_DQUOTE] = ACTIONS(2787), - [anon_sym_u8R_DQUOTE] = ACTIONS(2787), - [anon_sym_co_await] = ACTIONS(2785), - [anon_sym_new] = ACTIONS(2785), - [anon_sym_requires] = ACTIONS(2785), - [sym_this] = ACTIONS(2785), + [sym_auto] = ACTIONS(2929), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_explicit] = ACTIONS(2929), + [anon_sym_typename] = ACTIONS(2929), + [anon_sym_template] = ACTIONS(2929), + [anon_sym_operator] = ACTIONS(2929), + [anon_sym_try] = ACTIONS(2929), + [anon_sym_delete] = ACTIONS(2929), + [anon_sym_throw] = ACTIONS(2929), + [anon_sym_namespace] = ACTIONS(2929), + [anon_sym_using] = ACTIONS(2929), + [anon_sym_static_assert] = ACTIONS(2929), + [anon_sym_concept] = ACTIONS(2929), + [anon_sym_co_return] = ACTIONS(2929), + [anon_sym_co_yield] = ACTIONS(2929), + [anon_sym_R_DQUOTE] = ACTIONS(2931), + [anon_sym_LR_DQUOTE] = ACTIONS(2931), + [anon_sym_uR_DQUOTE] = ACTIONS(2931), + [anon_sym_UR_DQUOTE] = ACTIONS(2931), + [anon_sym_u8R_DQUOTE] = ACTIONS(2931), + [anon_sym_co_await] = ACTIONS(2929), + [anon_sym_new] = ACTIONS(2929), + [anon_sym_requires] = ACTIONS(2929), + [sym_this] = ACTIONS(2929), }, - [485] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), + [541] = { + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_include_token1] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token2] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_BANG] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_DASH] = ACTIONS(3008), + [anon_sym_PLUS] = ACTIONS(3008), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym___cdecl] = ACTIONS(3008), + [anon_sym___clrcall] = ACTIONS(3008), + [anon_sym___stdcall] = ACTIONS(3008), + [anon_sym___fastcall] = ACTIONS(3008), + [anon_sym___thiscall] = ACTIONS(3008), + [anon_sym___vectorcall] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3010), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [anon_sym_if] = ACTIONS(3008), + [anon_sym_switch] = ACTIONS(3008), + [anon_sym_case] = ACTIONS(3008), + [anon_sym_default] = ACTIONS(3008), + [anon_sym_while] = ACTIONS(3008), + [anon_sym_do] = ACTIONS(3008), + [anon_sym_for] = ACTIONS(3008), + [anon_sym_return] = ACTIONS(3008), + [anon_sym_break] = ACTIONS(3008), + [anon_sym_continue] = ACTIONS(3008), + [anon_sym_goto] = ACTIONS(3008), + [anon_sym___try] = ACTIONS(3008), + [anon_sym___leave] = ACTIONS(3008), + [anon_sym_not] = ACTIONS(3008), + [anon_sym_compl] = ACTIONS(3008), + [anon_sym_DASH_DASH] = ACTIONS(3010), + [anon_sym_PLUS_PLUS] = ACTIONS(3010), + [anon_sym_sizeof] = ACTIONS(3008), + [anon_sym___alignof__] = ACTIONS(3008), + [anon_sym___alignof] = ACTIONS(3008), + [anon_sym__alignof] = ACTIONS(3008), + [anon_sym_alignof] = ACTIONS(3008), + [anon_sym__Alignof] = ACTIONS(3008), + [anon_sym_offsetof] = ACTIONS(3008), + [anon_sym__Generic] = ACTIONS(3008), + [anon_sym_asm] = ACTIONS(3008), + [anon_sym___asm__] = ACTIONS(3008), + [anon_sym___asm] = ACTIONS(3008), + [aux_sym_number_literal_token1] = ACTIONS(3010), + [aux_sym_number_literal_token2] = ACTIONS(3008), + [anon_sym_L_SQUOTE] = ACTIONS(3010), + [anon_sym_u_SQUOTE] = ACTIONS(3010), + [anon_sym_U_SQUOTE] = ACTIONS(3010), + [anon_sym_u8_SQUOTE] = ACTIONS(3010), + [anon_sym_SQUOTE] = ACTIONS(3010), + [anon_sym_L_DQUOTE] = ACTIONS(3010), + [anon_sym_u_DQUOTE] = ACTIONS(3010), + [anon_sym_U_DQUOTE] = ACTIONS(3010), + [anon_sym_u8_DQUOTE] = ACTIONS(3010), + [anon_sym_DQUOTE] = ACTIONS(3010), + [sym_true] = ACTIONS(3008), + [sym_false] = ACTIONS(3008), + [anon_sym_NULL] = ACTIONS(3008), + [anon_sym_nullptr] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_try] = ACTIONS(3008), + [anon_sym_delete] = ACTIONS(3008), + [anon_sym_throw] = ACTIONS(3008), + [anon_sym_namespace] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + [anon_sym_concept] = ACTIONS(3008), + [anon_sym_co_return] = ACTIONS(3008), + [anon_sym_co_yield] = ACTIONS(3008), + [anon_sym_R_DQUOTE] = ACTIONS(3010), + [anon_sym_LR_DQUOTE] = ACTIONS(3010), + [anon_sym_uR_DQUOTE] = ACTIONS(3010), + [anon_sym_UR_DQUOTE] = ACTIONS(3010), + [anon_sym_u8R_DQUOTE] = ACTIONS(3010), + [anon_sym_co_await] = ACTIONS(3008), + [anon_sym_new] = ACTIONS(3008), + [anon_sym_requires] = ACTIONS(3008), + [sym_this] = ACTIONS(3008), }, - [486] = { - [sym_identifier] = ACTIONS(2905), - [aux_sym_preproc_include_token1] = ACTIONS(2905), - [aux_sym_preproc_def_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token1] = ACTIONS(2905), - [aux_sym_preproc_if_token2] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2905), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2905), - [sym_preproc_directive] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym___extension__] = ACTIONS(2905), - [anon_sym_typedef] = ACTIONS(2905), - [anon_sym_virtual] = ACTIONS(2905), - [anon_sym_extern] = ACTIONS(2905), - [anon_sym___attribute__] = ACTIONS(2905), - [anon_sym___attribute] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2907), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), - [anon_sym___declspec] = ACTIONS(2905), - [anon_sym___based] = ACTIONS(2905), - [anon_sym___cdecl] = ACTIONS(2905), - [anon_sym___clrcall] = ACTIONS(2905), - [anon_sym___stdcall] = ACTIONS(2905), - [anon_sym___fastcall] = ACTIONS(2905), - [anon_sym___thiscall] = ACTIONS(2905), - [anon_sym___vectorcall] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_signed] = ACTIONS(2905), - [anon_sym_unsigned] = ACTIONS(2905), - [anon_sym_long] = ACTIONS(2905), - [anon_sym_short] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2905), - [anon_sym_register] = ACTIONS(2905), - [anon_sym_inline] = ACTIONS(2905), - [anon_sym___inline] = ACTIONS(2905), - [anon_sym___inline__] = ACTIONS(2905), - [anon_sym___forceinline] = ACTIONS(2905), - [anon_sym_thread_local] = ACTIONS(2905), - [anon_sym___thread] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_constexpr] = ACTIONS(2905), - [anon_sym_volatile] = ACTIONS(2905), - [anon_sym_restrict] = ACTIONS(2905), - [anon_sym___restrict__] = ACTIONS(2905), - [anon_sym__Atomic] = ACTIONS(2905), - [anon_sym__Noreturn] = ACTIONS(2905), - [anon_sym_noreturn] = ACTIONS(2905), - [anon_sym__Nonnull] = ACTIONS(2905), - [anon_sym_mutable] = ACTIONS(2905), - [anon_sym_constinit] = ACTIONS(2905), - [anon_sym_consteval] = ACTIONS(2905), - [anon_sym_PROGMEM] = ACTIONS(2905), - [anon_sym_alignas] = ACTIONS(2905), - [anon_sym__Alignas] = ACTIONS(2905), - [aux_sym_primitive_type_token1] = ACTIONS(2905), - [anon_sym_byte] = ACTIONS(2905), - [anon_sym_word] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_class] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_else] = ACTIONS(2905), - [anon_sym_switch] = ACTIONS(2905), - [anon_sym_case] = ACTIONS(2905), - [anon_sym_default] = ACTIONS(2905), - [anon_sym_while] = ACTIONS(2905), - [anon_sym_do] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym___try] = ACTIONS(2905), - [anon_sym___leave] = ACTIONS(2905), - [anon_sym_not] = ACTIONS(2905), - [anon_sym_compl] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_sizeof] = ACTIONS(2905), - [anon_sym___alignof__] = ACTIONS(2905), - [anon_sym___alignof] = ACTIONS(2905), - [anon_sym__alignof] = ACTIONS(2905), - [anon_sym_alignof] = ACTIONS(2905), - [anon_sym__Alignof] = ACTIONS(2905), - [anon_sym_offsetof] = ACTIONS(2905), - [anon_sym__Generic] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym___asm__] = ACTIONS(2905), - [anon_sym___asm] = ACTIONS(2905), - [aux_sym_number_literal_token1] = ACTIONS(2907), - [aux_sym_number_literal_token2] = ACTIONS(2905), - [anon_sym_L_SQUOTE] = ACTIONS(2907), - [anon_sym_u_SQUOTE] = ACTIONS(2907), - [anon_sym_U_SQUOTE] = ACTIONS(2907), - [anon_sym_u8_SQUOTE] = ACTIONS(2907), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_L_DQUOTE] = ACTIONS(2907), - [anon_sym_u_DQUOTE] = ACTIONS(2907), - [anon_sym_U_DQUOTE] = ACTIONS(2907), - [anon_sym_u8_DQUOTE] = ACTIONS(2907), - [anon_sym_DQUOTE] = ACTIONS(2907), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [anon_sym_NULL] = ACTIONS(2905), - [anon_sym_nullptr] = ACTIONS(2905), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2905), - [anon_sym_decltype] = ACTIONS(2905), - [anon_sym_explicit] = ACTIONS(2905), - [anon_sym_typename] = ACTIONS(2905), - [anon_sym_template] = ACTIONS(2905), - [anon_sym_operator] = ACTIONS(2905), - [anon_sym_try] = ACTIONS(2905), - [anon_sym_delete] = ACTIONS(2905), - [anon_sym_throw] = ACTIONS(2905), - [anon_sym_namespace] = ACTIONS(2905), - [anon_sym_using] = ACTIONS(2905), - [anon_sym_static_assert] = ACTIONS(2905), - [anon_sym_concept] = ACTIONS(2905), - [anon_sym_co_return] = ACTIONS(2905), - [anon_sym_co_yield] = ACTIONS(2905), - [anon_sym_R_DQUOTE] = ACTIONS(2907), - [anon_sym_LR_DQUOTE] = ACTIONS(2907), - [anon_sym_uR_DQUOTE] = ACTIONS(2907), - [anon_sym_UR_DQUOTE] = ACTIONS(2907), - [anon_sym_u8R_DQUOTE] = ACTIONS(2907), - [anon_sym_co_await] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(2905), - [anon_sym_requires] = ACTIONS(2905), - [sym_this] = ACTIONS(2905), - }, - [487] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [488] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [489] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_include_token1] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_PLUS] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym___cdecl] = ACTIONS(2777), - [anon_sym___clrcall] = ACTIONS(2777), - [anon_sym___stdcall] = ACTIONS(2777), - [anon_sym___fastcall] = ACTIONS(2777), - [anon_sym___thiscall] = ACTIONS(2777), - [anon_sym___vectorcall] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_RBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_else] = ACTIONS(2777), - [anon_sym_switch] = ACTIONS(2777), - [anon_sym_case] = ACTIONS(2777), - [anon_sym_default] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_do] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_goto] = ACTIONS(2777), - [anon_sym___try] = ACTIONS(2777), - [anon_sym___leave] = ACTIONS(2777), - [anon_sym_not] = ACTIONS(2777), - [anon_sym_compl] = ACTIONS(2777), - [anon_sym_DASH_DASH] = ACTIONS(2779), - [anon_sym_PLUS_PLUS] = ACTIONS(2779), - [anon_sym_sizeof] = ACTIONS(2777), - [anon_sym___alignof__] = ACTIONS(2777), - [anon_sym___alignof] = ACTIONS(2777), - [anon_sym__alignof] = ACTIONS(2777), - [anon_sym_alignof] = ACTIONS(2777), - [anon_sym__Alignof] = ACTIONS(2777), - [anon_sym_offsetof] = ACTIONS(2777), - [anon_sym__Generic] = ACTIONS(2777), - [anon_sym_asm] = ACTIONS(2777), - [anon_sym___asm__] = ACTIONS(2777), - [anon_sym___asm] = ACTIONS(2777), - [aux_sym_number_literal_token1] = ACTIONS(2779), - [aux_sym_number_literal_token2] = ACTIONS(2777), - [anon_sym_L_SQUOTE] = ACTIONS(2779), - [anon_sym_u_SQUOTE] = ACTIONS(2779), - [anon_sym_U_SQUOTE] = ACTIONS(2779), - [anon_sym_u8_SQUOTE] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_L_DQUOTE] = ACTIONS(2779), - [anon_sym_u_DQUOTE] = ACTIONS(2779), - [anon_sym_U_DQUOTE] = ACTIONS(2779), - [anon_sym_u8_DQUOTE] = ACTIONS(2779), - [anon_sym_DQUOTE] = ACTIONS(2779), - [sym_true] = ACTIONS(2777), - [sym_false] = ACTIONS(2777), - [anon_sym_NULL] = ACTIONS(2777), - [anon_sym_nullptr] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [anon_sym_delete] = ACTIONS(2777), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_namespace] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_concept] = ACTIONS(2777), - [anon_sym_co_return] = ACTIONS(2777), - [anon_sym_co_yield] = ACTIONS(2777), - [anon_sym_R_DQUOTE] = ACTIONS(2779), - [anon_sym_LR_DQUOTE] = ACTIONS(2779), - [anon_sym_uR_DQUOTE] = ACTIONS(2779), - [anon_sym_UR_DQUOTE] = ACTIONS(2779), - [anon_sym_u8R_DQUOTE] = ACTIONS(2779), - [anon_sym_co_await] = ACTIONS(2777), - [anon_sym_new] = ACTIONS(2777), - [anon_sym_requires] = ACTIONS(2777), - [sym_this] = ACTIONS(2777), - }, - [490] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [491] = { - [sym_identifier] = ACTIONS(2925), - [aux_sym_preproc_include_token1] = ACTIONS(2925), - [aux_sym_preproc_def_token1] = ACTIONS(2925), - [aux_sym_preproc_if_token1] = ACTIONS(2925), - [aux_sym_preproc_if_token2] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), - [sym_preproc_directive] = ACTIONS(2925), - [anon_sym_LPAREN2] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_PLUS] = ACTIONS(2925), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2925), - [anon_sym_SEMI] = ACTIONS(2927), - [anon_sym___extension__] = ACTIONS(2925), - [anon_sym_typedef] = ACTIONS(2925), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym___attribute] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym___based] = ACTIONS(2925), - [anon_sym___cdecl] = ACTIONS(2925), - [anon_sym___clrcall] = ACTIONS(2925), - [anon_sym___stdcall] = ACTIONS(2925), - [anon_sym___fastcall] = ACTIONS(2925), - [anon_sym___thiscall] = ACTIONS(2925), - [anon_sym___vectorcall] = ACTIONS(2925), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym___inline] = ACTIONS(2925), - [anon_sym___inline__] = ACTIONS(2925), - [anon_sym___forceinline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym___thread] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym___restrict__] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym__Noreturn] = ACTIONS(2925), - [anon_sym_noreturn] = ACTIONS(2925), - [anon_sym__Nonnull] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_PROGMEM] = ACTIONS(2925), - [anon_sym_alignas] = ACTIONS(2925), - [anon_sym__Alignas] = ACTIONS(2925), - [aux_sym_primitive_type_token1] = ACTIONS(2925), - [anon_sym_byte] = ACTIONS(2925), - [anon_sym_word] = ACTIONS(2925), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [anon_sym_if] = ACTIONS(2925), - [anon_sym_else] = ACTIONS(2925), - [anon_sym_switch] = ACTIONS(2925), - [anon_sym_case] = ACTIONS(2925), - [anon_sym_default] = ACTIONS(2925), - [anon_sym_while] = ACTIONS(2925), - [anon_sym_do] = ACTIONS(2925), - [anon_sym_for] = ACTIONS(2925), - [anon_sym_return] = ACTIONS(2925), - [anon_sym_break] = ACTIONS(2925), - [anon_sym_continue] = ACTIONS(2925), - [anon_sym_goto] = ACTIONS(2925), - [anon_sym___try] = ACTIONS(2925), - [anon_sym___leave] = ACTIONS(2925), - [anon_sym_not] = ACTIONS(2925), - [anon_sym_compl] = ACTIONS(2925), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_sizeof] = ACTIONS(2925), - [anon_sym___alignof__] = ACTIONS(2925), - [anon_sym___alignof] = ACTIONS(2925), - [anon_sym__alignof] = ACTIONS(2925), - [anon_sym_alignof] = ACTIONS(2925), - [anon_sym__Alignof] = ACTIONS(2925), - [anon_sym_offsetof] = ACTIONS(2925), - [anon_sym__Generic] = ACTIONS(2925), - [anon_sym_asm] = ACTIONS(2925), - [anon_sym___asm__] = ACTIONS(2925), - [anon_sym___asm] = ACTIONS(2925), - [aux_sym_number_literal_token1] = ACTIONS(2927), - [aux_sym_number_literal_token2] = ACTIONS(2925), - [anon_sym_L_SQUOTE] = ACTIONS(2927), - [anon_sym_u_SQUOTE] = ACTIONS(2927), - [anon_sym_U_SQUOTE] = ACTIONS(2927), - [anon_sym_u8_SQUOTE] = ACTIONS(2927), - [anon_sym_SQUOTE] = ACTIONS(2927), - [anon_sym_L_DQUOTE] = ACTIONS(2927), - [anon_sym_u_DQUOTE] = ACTIONS(2927), - [anon_sym_U_DQUOTE] = ACTIONS(2927), - [anon_sym_u8_DQUOTE] = ACTIONS(2927), - [anon_sym_DQUOTE] = ACTIONS(2927), - [sym_true] = ACTIONS(2925), - [sym_false] = ACTIONS(2925), - [anon_sym_NULL] = ACTIONS(2925), - [anon_sym_nullptr] = ACTIONS(2925), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2925), - [anon_sym_explicit] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2925), - [anon_sym_operator] = ACTIONS(2925), - [anon_sym_try] = ACTIONS(2925), - [anon_sym_delete] = ACTIONS(2925), - [anon_sym_throw] = ACTIONS(2925), - [anon_sym_namespace] = ACTIONS(2925), - [anon_sym_using] = ACTIONS(2925), - [anon_sym_static_assert] = ACTIONS(2925), - [anon_sym_concept] = ACTIONS(2925), - [anon_sym_co_return] = ACTIONS(2925), - [anon_sym_co_yield] = ACTIONS(2925), - [anon_sym_R_DQUOTE] = ACTIONS(2927), - [anon_sym_LR_DQUOTE] = ACTIONS(2927), - [anon_sym_uR_DQUOTE] = ACTIONS(2927), - [anon_sym_UR_DQUOTE] = ACTIONS(2927), - [anon_sym_u8R_DQUOTE] = ACTIONS(2927), - [anon_sym_co_await] = ACTIONS(2925), - [anon_sym_new] = ACTIONS(2925), - [anon_sym_requires] = ACTIONS(2925), - [sym_this] = ACTIONS(2925), - }, - [492] = { - [ts_builtin_sym_end] = ACTIONS(2775), - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_include_token1] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym___extension__] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___attribute] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym___cdecl] = ACTIONS(2773), - [anon_sym___clrcall] = ACTIONS(2773), - [anon_sym___stdcall] = ACTIONS(2773), - [anon_sym___fastcall] = ACTIONS(2773), - [anon_sym___thiscall] = ACTIONS(2773), - [anon_sym___vectorcall] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym___inline] = ACTIONS(2773), - [anon_sym___inline__] = ACTIONS(2773), - [anon_sym___forceinline] = ACTIONS(2773), - [anon_sym_thread_local] = ACTIONS(2773), - [anon_sym___thread] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym___restrict__] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym__Noreturn] = ACTIONS(2773), - [anon_sym_noreturn] = ACTIONS(2773), - [anon_sym__Nonnull] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constinit] = ACTIONS(2773), - [anon_sym_consteval] = ACTIONS(2773), - [anon_sym_PROGMEM] = ACTIONS(2773), - [anon_sym_alignas] = ACTIONS(2773), - [anon_sym__Alignas] = ACTIONS(2773), - [aux_sym_primitive_type_token1] = ACTIONS(2773), - [anon_sym_byte] = ACTIONS(2773), - [anon_sym_word] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_else] = ACTIONS(2773), - [anon_sym_switch] = ACTIONS(2773), - [anon_sym_case] = ACTIONS(2773), - [anon_sym_default] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_do] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym___try] = ACTIONS(2773), - [anon_sym___leave] = ACTIONS(2773), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_compl] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_sizeof] = ACTIONS(2773), - [anon_sym___alignof__] = ACTIONS(2773), - [anon_sym___alignof] = ACTIONS(2773), - [anon_sym__alignof] = ACTIONS(2773), - [anon_sym_alignof] = ACTIONS(2773), - [anon_sym__Alignof] = ACTIONS(2773), - [anon_sym_offsetof] = ACTIONS(2773), - [anon_sym__Generic] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym___asm__] = ACTIONS(2773), - [anon_sym___asm] = ACTIONS(2773), - [aux_sym_number_literal_token1] = ACTIONS(2775), - [aux_sym_number_literal_token2] = ACTIONS(2773), - [anon_sym_L_SQUOTE] = ACTIONS(2775), - [anon_sym_u_SQUOTE] = ACTIONS(2775), - [anon_sym_U_SQUOTE] = ACTIONS(2775), - [anon_sym_u8_SQUOTE] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_L_DQUOTE] = ACTIONS(2775), - [anon_sym_u_DQUOTE] = ACTIONS(2775), - [anon_sym_U_DQUOTE] = ACTIONS(2775), - [anon_sym_u8_DQUOTE] = ACTIONS(2775), - [anon_sym_DQUOTE] = ACTIONS(2775), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [anon_sym_NULL] = ACTIONS(2773), - [anon_sym_nullptr] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2773), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [anon_sym_delete] = ACTIONS(2773), - [anon_sym_throw] = ACTIONS(2773), - [anon_sym_namespace] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_concept] = ACTIONS(2773), - [anon_sym_co_return] = ACTIONS(2773), - [anon_sym_co_yield] = ACTIONS(2773), - [anon_sym_R_DQUOTE] = ACTIONS(2775), - [anon_sym_LR_DQUOTE] = ACTIONS(2775), - [anon_sym_uR_DQUOTE] = ACTIONS(2775), - [anon_sym_UR_DQUOTE] = ACTIONS(2775), - [anon_sym_u8R_DQUOTE] = ACTIONS(2775), - [anon_sym_co_await] = ACTIONS(2773), - [anon_sym_new] = ACTIONS(2773), - [anon_sym_requires] = ACTIONS(2773), - [sym_this] = ACTIONS(2773), - }, - [493] = { - [ts_builtin_sym_end] = ACTIONS(2811), - [sym_identifier] = ACTIONS(2809), - [aux_sym_preproc_include_token1] = ACTIONS(2809), - [aux_sym_preproc_def_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), - [sym_preproc_directive] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_BANG] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_DASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP_AMP] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_SEMI] = ACTIONS(2811), - [anon_sym___extension__] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___attribute] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym___based] = ACTIONS(2809), - [anon_sym___cdecl] = ACTIONS(2809), - [anon_sym___clrcall] = ACTIONS(2809), - [anon_sym___stdcall] = ACTIONS(2809), - [anon_sym___fastcall] = ACTIONS(2809), - [anon_sym___thiscall] = ACTIONS(2809), - [anon_sym___vectorcall] = ACTIONS(2809), - [anon_sym_LBRACE] = ACTIONS(2811), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym___inline] = ACTIONS(2809), - [anon_sym___inline__] = ACTIONS(2809), - [anon_sym___forceinline] = ACTIONS(2809), - [anon_sym_thread_local] = ACTIONS(2809), - [anon_sym___thread] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym___restrict__] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym__Noreturn] = ACTIONS(2809), - [anon_sym_noreturn] = ACTIONS(2809), - [anon_sym__Nonnull] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constinit] = ACTIONS(2809), - [anon_sym_consteval] = ACTIONS(2809), - [anon_sym_PROGMEM] = ACTIONS(2809), - [anon_sym_alignas] = ACTIONS(2809), - [anon_sym__Alignas] = ACTIONS(2809), - [aux_sym_primitive_type_token1] = ACTIONS(2809), - [anon_sym_byte] = ACTIONS(2809), - [anon_sym_word] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [anon_sym_if] = ACTIONS(2809), - [anon_sym_else] = ACTIONS(2809), - [anon_sym_switch] = ACTIONS(2809), - [anon_sym_case] = ACTIONS(2809), - [anon_sym_default] = ACTIONS(2809), - [anon_sym_while] = ACTIONS(2809), - [anon_sym_do] = ACTIONS(2809), - [anon_sym_for] = ACTIONS(2809), - [anon_sym_return] = ACTIONS(2809), - [anon_sym_break] = ACTIONS(2809), - [anon_sym_continue] = ACTIONS(2809), - [anon_sym_goto] = ACTIONS(2809), - [anon_sym___try] = ACTIONS(2809), - [anon_sym___leave] = ACTIONS(2809), - [anon_sym_not] = ACTIONS(2809), - [anon_sym_compl] = ACTIONS(2809), - [anon_sym_DASH_DASH] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_sizeof] = ACTIONS(2809), - [anon_sym___alignof__] = ACTIONS(2809), - [anon_sym___alignof] = ACTIONS(2809), - [anon_sym__alignof] = ACTIONS(2809), - [anon_sym_alignof] = ACTIONS(2809), - [anon_sym__Alignof] = ACTIONS(2809), - [anon_sym_offsetof] = ACTIONS(2809), - [anon_sym__Generic] = ACTIONS(2809), - [anon_sym_asm] = ACTIONS(2809), - [anon_sym___asm__] = ACTIONS(2809), - [anon_sym___asm] = ACTIONS(2809), - [aux_sym_number_literal_token1] = ACTIONS(2811), - [aux_sym_number_literal_token2] = ACTIONS(2809), - [anon_sym_L_SQUOTE] = ACTIONS(2811), - [anon_sym_u_SQUOTE] = ACTIONS(2811), - [anon_sym_U_SQUOTE] = ACTIONS(2811), - [anon_sym_u8_SQUOTE] = ACTIONS(2811), - [anon_sym_SQUOTE] = ACTIONS(2811), - [anon_sym_L_DQUOTE] = ACTIONS(2811), - [anon_sym_u_DQUOTE] = ACTIONS(2811), - [anon_sym_U_DQUOTE] = ACTIONS(2811), - [anon_sym_u8_DQUOTE] = ACTIONS(2811), - [anon_sym_DQUOTE] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [anon_sym_NULL] = ACTIONS(2809), - [anon_sym_nullptr] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2809), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_explicit] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_operator] = ACTIONS(2809), - [anon_sym_try] = ACTIONS(2809), - [anon_sym_delete] = ACTIONS(2809), - [anon_sym_throw] = ACTIONS(2809), - [anon_sym_namespace] = ACTIONS(2809), - [anon_sym_using] = ACTIONS(2809), - [anon_sym_static_assert] = ACTIONS(2809), - [anon_sym_concept] = ACTIONS(2809), - [anon_sym_co_return] = ACTIONS(2809), - [anon_sym_co_yield] = ACTIONS(2809), - [anon_sym_R_DQUOTE] = ACTIONS(2811), - [anon_sym_LR_DQUOTE] = ACTIONS(2811), - [anon_sym_uR_DQUOTE] = ACTIONS(2811), - [anon_sym_UR_DQUOTE] = ACTIONS(2811), - [anon_sym_u8R_DQUOTE] = ACTIONS(2811), - [anon_sym_co_await] = ACTIONS(2809), - [anon_sym_new] = ACTIONS(2809), - [anon_sym_requires] = ACTIONS(2809), - [sym_this] = ACTIONS(2809), - }, - [494] = { - [ts_builtin_sym_end] = ACTIONS(2837), - [sym_identifier] = ACTIONS(2835), - [aux_sym_preproc_include_token1] = ACTIONS(2835), - [aux_sym_preproc_def_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2835), - [sym_preproc_directive] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2837), - [anon_sym_BANG] = ACTIONS(2837), - [anon_sym_TILDE] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2835), - [anon_sym_PLUS] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2837), - [anon_sym_AMP_AMP] = ACTIONS(2837), - [anon_sym_AMP] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym___extension__] = ACTIONS(2835), - [anon_sym_typedef] = ACTIONS(2835), - [anon_sym_virtual] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2835), - [anon_sym___attribute__] = ACTIONS(2835), - [anon_sym___attribute] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2837), - [anon_sym___declspec] = ACTIONS(2835), - [anon_sym___based] = ACTIONS(2835), - [anon_sym___cdecl] = ACTIONS(2835), - [anon_sym___clrcall] = ACTIONS(2835), - [anon_sym___stdcall] = ACTIONS(2835), - [anon_sym___fastcall] = ACTIONS(2835), - [anon_sym___thiscall] = ACTIONS(2835), - [anon_sym___vectorcall] = ACTIONS(2835), - [anon_sym_LBRACE] = ACTIONS(2837), - [anon_sym_signed] = ACTIONS(2835), - [anon_sym_unsigned] = ACTIONS(2835), - [anon_sym_long] = ACTIONS(2835), - [anon_sym_short] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2835), - [anon_sym_register] = ACTIONS(2835), - [anon_sym_inline] = ACTIONS(2835), - [anon_sym___inline] = ACTIONS(2835), - [anon_sym___inline__] = ACTIONS(2835), - [anon_sym___forceinline] = ACTIONS(2835), - [anon_sym_thread_local] = ACTIONS(2835), - [anon_sym___thread] = ACTIONS(2835), - [anon_sym_const] = ACTIONS(2835), - [anon_sym_constexpr] = ACTIONS(2835), - [anon_sym_volatile] = ACTIONS(2835), - [anon_sym_restrict] = ACTIONS(2835), - [anon_sym___restrict__] = ACTIONS(2835), - [anon_sym__Atomic] = ACTIONS(2835), - [anon_sym__Noreturn] = ACTIONS(2835), - [anon_sym_noreturn] = ACTIONS(2835), - [anon_sym__Nonnull] = ACTIONS(2835), - [anon_sym_mutable] = ACTIONS(2835), - [anon_sym_constinit] = ACTIONS(2835), - [anon_sym_consteval] = ACTIONS(2835), - [anon_sym_PROGMEM] = ACTIONS(2835), - [anon_sym_alignas] = ACTIONS(2835), - [anon_sym__Alignas] = ACTIONS(2835), - [aux_sym_primitive_type_token1] = ACTIONS(2835), - [anon_sym_byte] = ACTIONS(2835), - [anon_sym_word] = ACTIONS(2835), - [anon_sym_enum] = ACTIONS(2835), - [anon_sym_class] = ACTIONS(2835), - [anon_sym_struct] = ACTIONS(2835), - [anon_sym_union] = ACTIONS(2835), - [anon_sym_if] = ACTIONS(2835), - [anon_sym_else] = ACTIONS(2835), - [anon_sym_switch] = ACTIONS(2835), - [anon_sym_case] = ACTIONS(2835), - [anon_sym_default] = ACTIONS(2835), - [anon_sym_while] = ACTIONS(2835), - [anon_sym_do] = ACTIONS(2835), - [anon_sym_for] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2835), - [anon_sym_break] = ACTIONS(2835), - [anon_sym_continue] = ACTIONS(2835), - [anon_sym_goto] = ACTIONS(2835), - [anon_sym___try] = ACTIONS(2835), - [anon_sym___leave] = ACTIONS(2835), - [anon_sym_not] = ACTIONS(2835), - [anon_sym_compl] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2837), - [anon_sym_sizeof] = ACTIONS(2835), - [anon_sym___alignof__] = ACTIONS(2835), - [anon_sym___alignof] = ACTIONS(2835), - [anon_sym__alignof] = ACTIONS(2835), - [anon_sym_alignof] = ACTIONS(2835), - [anon_sym__Alignof] = ACTIONS(2835), - [anon_sym_offsetof] = ACTIONS(2835), - [anon_sym__Generic] = ACTIONS(2835), - [anon_sym_asm] = ACTIONS(2835), - [anon_sym___asm__] = ACTIONS(2835), - [anon_sym___asm] = ACTIONS(2835), - [aux_sym_number_literal_token1] = ACTIONS(2837), - [aux_sym_number_literal_token2] = ACTIONS(2835), - [anon_sym_L_SQUOTE] = ACTIONS(2837), - [anon_sym_u_SQUOTE] = ACTIONS(2837), - [anon_sym_U_SQUOTE] = ACTIONS(2837), - [anon_sym_u8_SQUOTE] = ACTIONS(2837), - [anon_sym_SQUOTE] = ACTIONS(2837), - [anon_sym_L_DQUOTE] = ACTIONS(2837), - [anon_sym_u_DQUOTE] = ACTIONS(2837), - [anon_sym_U_DQUOTE] = ACTIONS(2837), - [anon_sym_u8_DQUOTE] = ACTIONS(2837), - [anon_sym_DQUOTE] = ACTIONS(2837), - [sym_true] = ACTIONS(2835), - [sym_false] = ACTIONS(2835), - [anon_sym_NULL] = ACTIONS(2835), - [anon_sym_nullptr] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2835), - [anon_sym_decltype] = ACTIONS(2835), - [anon_sym_explicit] = ACTIONS(2835), - [anon_sym_typename] = ACTIONS(2835), - [anon_sym_template] = ACTIONS(2835), - [anon_sym_operator] = ACTIONS(2835), - [anon_sym_try] = ACTIONS(2835), - [anon_sym_delete] = ACTIONS(2835), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_namespace] = ACTIONS(2835), - [anon_sym_using] = ACTIONS(2835), - [anon_sym_static_assert] = ACTIONS(2835), - [anon_sym_concept] = ACTIONS(2835), - [anon_sym_co_return] = ACTIONS(2835), - [anon_sym_co_yield] = ACTIONS(2835), - [anon_sym_R_DQUOTE] = ACTIONS(2837), - [anon_sym_LR_DQUOTE] = ACTIONS(2837), - [anon_sym_uR_DQUOTE] = ACTIONS(2837), - [anon_sym_UR_DQUOTE] = ACTIONS(2837), - [anon_sym_u8R_DQUOTE] = ACTIONS(2837), - [anon_sym_co_await] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(2835), - [anon_sym_requires] = ACTIONS(2835), - [sym_this] = ACTIONS(2835), - }, - [495] = { - [sym_identifier] = ACTIONS(2839), - [aux_sym_preproc_include_token1] = ACTIONS(2839), - [aux_sym_preproc_def_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token2] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2839), - [sym_preproc_directive] = ACTIONS(2839), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2839), - [anon_sym_PLUS] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2839), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym___extension__] = ACTIONS(2839), - [anon_sym_typedef] = ACTIONS(2839), - [anon_sym_virtual] = ACTIONS(2839), - [anon_sym_extern] = ACTIONS(2839), - [anon_sym___attribute__] = ACTIONS(2839), - [anon_sym___attribute] = ACTIONS(2839), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2839), - [anon_sym___based] = ACTIONS(2839), - [anon_sym___cdecl] = ACTIONS(2839), - [anon_sym___clrcall] = ACTIONS(2839), - [anon_sym___stdcall] = ACTIONS(2839), - [anon_sym___fastcall] = ACTIONS(2839), - [anon_sym___thiscall] = ACTIONS(2839), - [anon_sym___vectorcall] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_signed] = ACTIONS(2839), - [anon_sym_unsigned] = ACTIONS(2839), - [anon_sym_long] = ACTIONS(2839), - [anon_sym_short] = ACTIONS(2839), - [anon_sym_LBRACK] = ACTIONS(2839), - [anon_sym_static] = ACTIONS(2839), - [anon_sym_register] = ACTIONS(2839), - [anon_sym_inline] = ACTIONS(2839), - [anon_sym___inline] = ACTIONS(2839), - [anon_sym___inline__] = ACTIONS(2839), - [anon_sym___forceinline] = ACTIONS(2839), - [anon_sym_thread_local] = ACTIONS(2839), - [anon_sym___thread] = ACTIONS(2839), - [anon_sym_const] = ACTIONS(2839), - [anon_sym_constexpr] = ACTIONS(2839), - [anon_sym_volatile] = ACTIONS(2839), - [anon_sym_restrict] = ACTIONS(2839), - [anon_sym___restrict__] = ACTIONS(2839), - [anon_sym__Atomic] = ACTIONS(2839), - [anon_sym__Noreturn] = ACTIONS(2839), - [anon_sym_noreturn] = ACTIONS(2839), - [anon_sym__Nonnull] = ACTIONS(2839), - [anon_sym_mutable] = ACTIONS(2839), - [anon_sym_constinit] = ACTIONS(2839), - [anon_sym_consteval] = ACTIONS(2839), - [anon_sym_PROGMEM] = ACTIONS(2839), - [anon_sym_alignas] = ACTIONS(2839), - [anon_sym__Alignas] = ACTIONS(2839), - [aux_sym_primitive_type_token1] = ACTIONS(2839), - [anon_sym_byte] = ACTIONS(2839), - [anon_sym_word] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2839), - [anon_sym_class] = ACTIONS(2839), - [anon_sym_struct] = ACTIONS(2839), - [anon_sym_union] = ACTIONS(2839), - [anon_sym_if] = ACTIONS(2839), - [anon_sym_else] = ACTIONS(2839), - [anon_sym_switch] = ACTIONS(2839), - [anon_sym_case] = ACTIONS(2839), - [anon_sym_default] = ACTIONS(2839), - [anon_sym_while] = ACTIONS(2839), - [anon_sym_do] = ACTIONS(2839), - [anon_sym_for] = ACTIONS(2839), - [anon_sym_return] = ACTIONS(2839), - [anon_sym_break] = ACTIONS(2839), - [anon_sym_continue] = ACTIONS(2839), - [anon_sym_goto] = ACTIONS(2839), - [anon_sym___try] = ACTIONS(2839), - [anon_sym___leave] = ACTIONS(2839), - [anon_sym_not] = ACTIONS(2839), - [anon_sym_compl] = ACTIONS(2839), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_sizeof] = ACTIONS(2839), - [anon_sym___alignof__] = ACTIONS(2839), - [anon_sym___alignof] = ACTIONS(2839), - [anon_sym__alignof] = ACTIONS(2839), - [anon_sym_alignof] = ACTIONS(2839), - [anon_sym__Alignof] = ACTIONS(2839), - [anon_sym_offsetof] = ACTIONS(2839), - [anon_sym__Generic] = ACTIONS(2839), - [anon_sym_asm] = ACTIONS(2839), - [anon_sym___asm__] = ACTIONS(2839), - [anon_sym___asm] = ACTIONS(2839), - [aux_sym_number_literal_token1] = ACTIONS(2841), - [aux_sym_number_literal_token2] = ACTIONS(2839), - [anon_sym_L_SQUOTE] = ACTIONS(2841), - [anon_sym_u_SQUOTE] = ACTIONS(2841), - [anon_sym_U_SQUOTE] = ACTIONS(2841), - [anon_sym_u8_SQUOTE] = ACTIONS(2841), - [anon_sym_SQUOTE] = ACTIONS(2841), - [anon_sym_L_DQUOTE] = ACTIONS(2841), - [anon_sym_u_DQUOTE] = ACTIONS(2841), - [anon_sym_U_DQUOTE] = ACTIONS(2841), - [anon_sym_u8_DQUOTE] = ACTIONS(2841), - [anon_sym_DQUOTE] = ACTIONS(2841), - [sym_true] = ACTIONS(2839), - [sym_false] = ACTIONS(2839), - [anon_sym_NULL] = ACTIONS(2839), - [anon_sym_nullptr] = ACTIONS(2839), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2839), - [anon_sym_decltype] = ACTIONS(2839), - [anon_sym_explicit] = ACTIONS(2839), - [anon_sym_typename] = ACTIONS(2839), - [anon_sym_template] = ACTIONS(2839), - [anon_sym_operator] = ACTIONS(2839), - [anon_sym_try] = ACTIONS(2839), - [anon_sym_delete] = ACTIONS(2839), - [anon_sym_throw] = ACTIONS(2839), - [anon_sym_namespace] = ACTIONS(2839), - [anon_sym_using] = ACTIONS(2839), - [anon_sym_static_assert] = ACTIONS(2839), - [anon_sym_concept] = ACTIONS(2839), - [anon_sym_co_return] = ACTIONS(2839), - [anon_sym_co_yield] = ACTIONS(2839), - [anon_sym_R_DQUOTE] = ACTIONS(2841), - [anon_sym_LR_DQUOTE] = ACTIONS(2841), - [anon_sym_uR_DQUOTE] = ACTIONS(2841), - [anon_sym_UR_DQUOTE] = ACTIONS(2841), - [anon_sym_u8R_DQUOTE] = ACTIONS(2841), - [anon_sym_co_await] = ACTIONS(2839), - [anon_sym_new] = ACTIONS(2839), - [anon_sym_requires] = ACTIONS(2839), - [sym_this] = ACTIONS(2839), - }, - [496] = { - [sym_identifier] = ACTIONS(2827), - [aux_sym_preproc_include_token1] = ACTIONS(2827), - [aux_sym_preproc_def_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token2] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2827), - [sym_preproc_directive] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2829), - [anon_sym_BANG] = ACTIONS(2829), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2827), - [anon_sym_PLUS] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2827), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym___extension__] = ACTIONS(2827), - [anon_sym_typedef] = ACTIONS(2827), - [anon_sym_virtual] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2827), - [anon_sym___attribute__] = ACTIONS(2827), - [anon_sym___attribute] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2827), - [anon_sym___based] = ACTIONS(2827), - [anon_sym___cdecl] = ACTIONS(2827), - [anon_sym___clrcall] = ACTIONS(2827), - [anon_sym___stdcall] = ACTIONS(2827), - [anon_sym___fastcall] = ACTIONS(2827), - [anon_sym___thiscall] = ACTIONS(2827), - [anon_sym___vectorcall] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2827), - [anon_sym_unsigned] = ACTIONS(2827), - [anon_sym_long] = ACTIONS(2827), - [anon_sym_short] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_static] = ACTIONS(2827), - [anon_sym_register] = ACTIONS(2827), - [anon_sym_inline] = ACTIONS(2827), - [anon_sym___inline] = ACTIONS(2827), - [anon_sym___inline__] = ACTIONS(2827), - [anon_sym___forceinline] = ACTIONS(2827), - [anon_sym_thread_local] = ACTIONS(2827), - [anon_sym___thread] = ACTIONS(2827), - [anon_sym_const] = ACTIONS(2827), - [anon_sym_constexpr] = ACTIONS(2827), - [anon_sym_volatile] = ACTIONS(2827), - [anon_sym_restrict] = ACTIONS(2827), - [anon_sym___restrict__] = ACTIONS(2827), - [anon_sym__Atomic] = ACTIONS(2827), - [anon_sym__Noreturn] = ACTIONS(2827), - [anon_sym_noreturn] = ACTIONS(2827), - [anon_sym__Nonnull] = ACTIONS(2827), - [anon_sym_mutable] = ACTIONS(2827), - [anon_sym_constinit] = ACTIONS(2827), - [anon_sym_consteval] = ACTIONS(2827), - [anon_sym_PROGMEM] = ACTIONS(2827), - [anon_sym_alignas] = ACTIONS(2827), - [anon_sym__Alignas] = ACTIONS(2827), - [aux_sym_primitive_type_token1] = ACTIONS(2827), - [anon_sym_byte] = ACTIONS(2827), - [anon_sym_word] = ACTIONS(2827), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_class] = ACTIONS(2827), - [anon_sym_struct] = ACTIONS(2827), - [anon_sym_union] = ACTIONS(2827), - [anon_sym_if] = ACTIONS(2827), - [anon_sym_else] = ACTIONS(2827), - [anon_sym_switch] = ACTIONS(2827), - [anon_sym_case] = ACTIONS(2827), - [anon_sym_default] = ACTIONS(2827), - [anon_sym_while] = ACTIONS(2827), - [anon_sym_do] = ACTIONS(2827), - [anon_sym_for] = ACTIONS(2827), - [anon_sym_return] = ACTIONS(2827), - [anon_sym_break] = ACTIONS(2827), - [anon_sym_continue] = ACTIONS(2827), - [anon_sym_goto] = ACTIONS(2827), - [anon_sym___try] = ACTIONS(2827), - [anon_sym___leave] = ACTIONS(2827), - [anon_sym_not] = ACTIONS(2827), - [anon_sym_compl] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_sizeof] = ACTIONS(2827), - [anon_sym___alignof__] = ACTIONS(2827), - [anon_sym___alignof] = ACTIONS(2827), - [anon_sym__alignof] = ACTIONS(2827), - [anon_sym_alignof] = ACTIONS(2827), - [anon_sym__Alignof] = ACTIONS(2827), - [anon_sym_offsetof] = ACTIONS(2827), - [anon_sym__Generic] = ACTIONS(2827), - [anon_sym_asm] = ACTIONS(2827), - [anon_sym___asm__] = ACTIONS(2827), - [anon_sym___asm] = ACTIONS(2827), - [aux_sym_number_literal_token1] = ACTIONS(2829), - [aux_sym_number_literal_token2] = ACTIONS(2827), - [anon_sym_L_SQUOTE] = ACTIONS(2829), - [anon_sym_u_SQUOTE] = ACTIONS(2829), - [anon_sym_U_SQUOTE] = ACTIONS(2829), - [anon_sym_u8_SQUOTE] = ACTIONS(2829), - [anon_sym_SQUOTE] = ACTIONS(2829), - [anon_sym_L_DQUOTE] = ACTIONS(2829), - [anon_sym_u_DQUOTE] = ACTIONS(2829), - [anon_sym_U_DQUOTE] = ACTIONS(2829), - [anon_sym_u8_DQUOTE] = ACTIONS(2829), - [anon_sym_DQUOTE] = ACTIONS(2829), - [sym_true] = ACTIONS(2827), - [sym_false] = ACTIONS(2827), - [anon_sym_NULL] = ACTIONS(2827), - [anon_sym_nullptr] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2827), - [anon_sym_decltype] = ACTIONS(2827), - [anon_sym_explicit] = ACTIONS(2827), - [anon_sym_typename] = ACTIONS(2827), - [anon_sym_template] = ACTIONS(2827), - [anon_sym_operator] = ACTIONS(2827), - [anon_sym_try] = ACTIONS(2827), - [anon_sym_delete] = ACTIONS(2827), - [anon_sym_throw] = ACTIONS(2827), - [anon_sym_namespace] = ACTIONS(2827), - [anon_sym_using] = ACTIONS(2827), - [anon_sym_static_assert] = ACTIONS(2827), - [anon_sym_concept] = ACTIONS(2827), - [anon_sym_co_return] = ACTIONS(2827), - [anon_sym_co_yield] = ACTIONS(2827), - [anon_sym_R_DQUOTE] = ACTIONS(2829), - [anon_sym_LR_DQUOTE] = ACTIONS(2829), - [anon_sym_uR_DQUOTE] = ACTIONS(2829), - [anon_sym_UR_DQUOTE] = ACTIONS(2829), - [anon_sym_u8R_DQUOTE] = ACTIONS(2829), - [anon_sym_co_await] = ACTIONS(2827), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_requires] = ACTIONS(2827), - [sym_this] = ACTIONS(2827), - }, - [497] = { - [ts_builtin_sym_end] = ACTIONS(2758), - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_include_token1] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_PLUS] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2758), - [anon_sym_AMP_AMP] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2758), - [anon_sym___extension__] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___attribute] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym___cdecl] = ACTIONS(2753), - [anon_sym___clrcall] = ACTIONS(2753), - [anon_sym___stdcall] = ACTIONS(2753), - [anon_sym___fastcall] = ACTIONS(2753), - [anon_sym___thiscall] = ACTIONS(2753), - [anon_sym___vectorcall] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym___inline] = ACTIONS(2753), - [anon_sym___inline__] = ACTIONS(2753), - [anon_sym___forceinline] = ACTIONS(2753), - [anon_sym_thread_local] = ACTIONS(2753), - [anon_sym___thread] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym___restrict__] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym__Noreturn] = ACTIONS(2753), - [anon_sym_noreturn] = ACTIONS(2753), - [anon_sym__Nonnull] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constinit] = ACTIONS(2753), - [anon_sym_consteval] = ACTIONS(2753), - [anon_sym_PROGMEM] = ACTIONS(2753), - [anon_sym_alignas] = ACTIONS(2753), - [anon_sym__Alignas] = ACTIONS(2753), - [aux_sym_primitive_type_token1] = ACTIONS(2753), - [anon_sym_byte] = ACTIONS(2753), - [anon_sym_word] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), - [anon_sym_if] = ACTIONS(2753), - [anon_sym_else] = ACTIONS(2753), - [anon_sym_switch] = ACTIONS(2753), - [anon_sym_case] = ACTIONS(2753), - [anon_sym_default] = ACTIONS(2753), - [anon_sym_while] = ACTIONS(2753), - [anon_sym_do] = ACTIONS(2753), - [anon_sym_for] = ACTIONS(2753), - [anon_sym_return] = ACTIONS(2753), - [anon_sym_break] = ACTIONS(2753), - [anon_sym_continue] = ACTIONS(2753), - [anon_sym_goto] = ACTIONS(2753), - [anon_sym___try] = ACTIONS(2753), - [anon_sym___leave] = ACTIONS(2753), - [anon_sym_not] = ACTIONS(2753), - [anon_sym_compl] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2758), - [anon_sym_PLUS_PLUS] = ACTIONS(2758), - [anon_sym_sizeof] = ACTIONS(2753), - [anon_sym___alignof__] = ACTIONS(2753), - [anon_sym___alignof] = ACTIONS(2753), - [anon_sym__alignof] = ACTIONS(2753), - [anon_sym_alignof] = ACTIONS(2753), - [anon_sym__Alignof] = ACTIONS(2753), - [anon_sym_offsetof] = ACTIONS(2753), - [anon_sym__Generic] = ACTIONS(2753), - [anon_sym_asm] = ACTIONS(2753), - [anon_sym___asm__] = ACTIONS(2753), - [anon_sym___asm] = ACTIONS(2753), - [aux_sym_number_literal_token1] = ACTIONS(2758), - [aux_sym_number_literal_token2] = ACTIONS(2753), - [anon_sym_L_SQUOTE] = ACTIONS(2758), - [anon_sym_u_SQUOTE] = ACTIONS(2758), - [anon_sym_U_SQUOTE] = ACTIONS(2758), - [anon_sym_u8_SQUOTE] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2758), - [anon_sym_L_DQUOTE] = ACTIONS(2758), - [anon_sym_u_DQUOTE] = ACTIONS(2758), - [anon_sym_U_DQUOTE] = ACTIONS(2758), - [anon_sym_u8_DQUOTE] = ACTIONS(2758), - [anon_sym_DQUOTE] = ACTIONS(2758), - [sym_true] = ACTIONS(2753), - [sym_false] = ACTIONS(2753), - [anon_sym_NULL] = ACTIONS(2753), - [anon_sym_nullptr] = ACTIONS(2753), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2753), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_try] = ACTIONS(2753), - [anon_sym_delete] = ACTIONS(2753), - [anon_sym_throw] = ACTIONS(2753), - [anon_sym_namespace] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_concept] = ACTIONS(2753), - [anon_sym_co_return] = ACTIONS(2753), - [anon_sym_co_yield] = ACTIONS(2753), - [anon_sym_R_DQUOTE] = ACTIONS(2758), - [anon_sym_LR_DQUOTE] = ACTIONS(2758), - [anon_sym_uR_DQUOTE] = ACTIONS(2758), - [anon_sym_UR_DQUOTE] = ACTIONS(2758), - [anon_sym_u8R_DQUOTE] = ACTIONS(2758), - [anon_sym_co_await] = ACTIONS(2753), - [anon_sym_new] = ACTIONS(2753), - [anon_sym_requires] = ACTIONS(2753), - [sym_this] = ACTIONS(2753), - }, - [498] = { - [ts_builtin_sym_end] = ACTIONS(2833), - [sym_identifier] = ACTIONS(2831), - [aux_sym_preproc_include_token1] = ACTIONS(2831), - [aux_sym_preproc_def_token1] = ACTIONS(2831), - [aux_sym_preproc_if_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2831), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2831), - [sym_preproc_directive] = ACTIONS(2831), - [anon_sym_LPAREN2] = ACTIONS(2833), - [anon_sym_BANG] = ACTIONS(2833), - [anon_sym_TILDE] = ACTIONS(2833), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2833), - [anon_sym_AMP_AMP] = ACTIONS(2833), - [anon_sym_AMP] = ACTIONS(2831), - [anon_sym_SEMI] = ACTIONS(2833), - [anon_sym___extension__] = ACTIONS(2831), - [anon_sym_typedef] = ACTIONS(2831), - [anon_sym_virtual] = ACTIONS(2831), - [anon_sym_extern] = ACTIONS(2831), - [anon_sym___attribute__] = ACTIONS(2831), - [anon_sym___attribute] = ACTIONS(2831), - [anon_sym_COLON_COLON] = ACTIONS(2833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2831), - [anon_sym___based] = ACTIONS(2831), - [anon_sym___cdecl] = ACTIONS(2831), - [anon_sym___clrcall] = ACTIONS(2831), - [anon_sym___stdcall] = ACTIONS(2831), - [anon_sym___fastcall] = ACTIONS(2831), - [anon_sym___thiscall] = ACTIONS(2831), - [anon_sym___vectorcall] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_signed] = ACTIONS(2831), - [anon_sym_unsigned] = ACTIONS(2831), - [anon_sym_long] = ACTIONS(2831), - [anon_sym_short] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2831), - [anon_sym_static] = ACTIONS(2831), - [anon_sym_register] = ACTIONS(2831), - [anon_sym_inline] = ACTIONS(2831), - [anon_sym___inline] = ACTIONS(2831), - [anon_sym___inline__] = ACTIONS(2831), - [anon_sym___forceinline] = ACTIONS(2831), - [anon_sym_thread_local] = ACTIONS(2831), - [anon_sym___thread] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_constexpr] = ACTIONS(2831), - [anon_sym_volatile] = ACTIONS(2831), - [anon_sym_restrict] = ACTIONS(2831), - [anon_sym___restrict__] = ACTIONS(2831), - [anon_sym__Atomic] = ACTIONS(2831), - [anon_sym__Noreturn] = ACTIONS(2831), - [anon_sym_noreturn] = ACTIONS(2831), - [anon_sym__Nonnull] = ACTIONS(2831), - [anon_sym_mutable] = ACTIONS(2831), - [anon_sym_constinit] = ACTIONS(2831), - [anon_sym_consteval] = ACTIONS(2831), - [anon_sym_PROGMEM] = ACTIONS(2831), - [anon_sym_alignas] = ACTIONS(2831), - [anon_sym__Alignas] = ACTIONS(2831), - [aux_sym_primitive_type_token1] = ACTIONS(2831), - [anon_sym_byte] = ACTIONS(2831), - [anon_sym_word] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_class] = ACTIONS(2831), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_else] = ACTIONS(2831), - [anon_sym_switch] = ACTIONS(2831), - [anon_sym_case] = ACTIONS(2831), - [anon_sym_default] = ACTIONS(2831), - [anon_sym_while] = ACTIONS(2831), - [anon_sym_do] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym___try] = ACTIONS(2831), - [anon_sym___leave] = ACTIONS(2831), - [anon_sym_not] = ACTIONS(2831), - [anon_sym_compl] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2833), - [anon_sym_PLUS_PLUS] = ACTIONS(2833), - [anon_sym_sizeof] = ACTIONS(2831), - [anon_sym___alignof__] = ACTIONS(2831), - [anon_sym___alignof] = ACTIONS(2831), - [anon_sym__alignof] = ACTIONS(2831), - [anon_sym_alignof] = ACTIONS(2831), - [anon_sym__Alignof] = ACTIONS(2831), - [anon_sym_offsetof] = ACTIONS(2831), - [anon_sym__Generic] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym___asm__] = ACTIONS(2831), - [anon_sym___asm] = ACTIONS(2831), - [aux_sym_number_literal_token1] = ACTIONS(2833), - [aux_sym_number_literal_token2] = ACTIONS(2831), - [anon_sym_L_SQUOTE] = ACTIONS(2833), - [anon_sym_u_SQUOTE] = ACTIONS(2833), - [anon_sym_U_SQUOTE] = ACTIONS(2833), - [anon_sym_u8_SQUOTE] = ACTIONS(2833), - [anon_sym_SQUOTE] = ACTIONS(2833), - [anon_sym_L_DQUOTE] = ACTIONS(2833), - [anon_sym_u_DQUOTE] = ACTIONS(2833), - [anon_sym_U_DQUOTE] = ACTIONS(2833), - [anon_sym_u8_DQUOTE] = ACTIONS(2833), - [anon_sym_DQUOTE] = ACTIONS(2833), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [anon_sym_NULL] = ACTIONS(2831), - [anon_sym_nullptr] = ACTIONS(2831), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2831), - [anon_sym_decltype] = ACTIONS(2831), - [anon_sym_explicit] = ACTIONS(2831), - [anon_sym_typename] = ACTIONS(2831), - [anon_sym_template] = ACTIONS(2831), - [anon_sym_operator] = ACTIONS(2831), - [anon_sym_try] = ACTIONS(2831), - [anon_sym_delete] = ACTIONS(2831), - [anon_sym_throw] = ACTIONS(2831), - [anon_sym_namespace] = ACTIONS(2831), - [anon_sym_using] = ACTIONS(2831), - [anon_sym_static_assert] = ACTIONS(2831), - [anon_sym_concept] = ACTIONS(2831), - [anon_sym_co_return] = ACTIONS(2831), - [anon_sym_co_yield] = ACTIONS(2831), - [anon_sym_R_DQUOTE] = ACTIONS(2833), - [anon_sym_LR_DQUOTE] = ACTIONS(2833), - [anon_sym_uR_DQUOTE] = ACTIONS(2833), - [anon_sym_UR_DQUOTE] = ACTIONS(2833), - [anon_sym_u8R_DQUOTE] = ACTIONS(2833), - [anon_sym_co_await] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(2831), - [anon_sym_requires] = ACTIONS(2831), - [sym_this] = ACTIONS(2831), - }, - [499] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_include_token1] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token2] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_PLUS] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2758), - [anon_sym_AMP_AMP] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2758), - [anon_sym___extension__] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___attribute] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym___cdecl] = ACTIONS(2753), - [anon_sym___clrcall] = ACTIONS(2753), - [anon_sym___stdcall] = ACTIONS(2753), - [anon_sym___fastcall] = ACTIONS(2753), - [anon_sym___thiscall] = ACTIONS(2753), - [anon_sym___vectorcall] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym___inline] = ACTIONS(2753), - [anon_sym___inline__] = ACTIONS(2753), - [anon_sym___forceinline] = ACTIONS(2753), - [anon_sym_thread_local] = ACTIONS(2753), - [anon_sym___thread] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym___restrict__] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym__Noreturn] = ACTIONS(2753), - [anon_sym_noreturn] = ACTIONS(2753), - [anon_sym__Nonnull] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constinit] = ACTIONS(2753), - [anon_sym_consteval] = ACTIONS(2753), - [anon_sym_PROGMEM] = ACTIONS(2753), - [anon_sym_alignas] = ACTIONS(2753), - [anon_sym__Alignas] = ACTIONS(2753), - [aux_sym_primitive_type_token1] = ACTIONS(2753), - [anon_sym_byte] = ACTIONS(2753), - [anon_sym_word] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), - [anon_sym_if] = ACTIONS(2753), - [anon_sym_else] = ACTIONS(2753), - [anon_sym_switch] = ACTIONS(2753), - [anon_sym_case] = ACTIONS(2753), - [anon_sym_default] = ACTIONS(2753), - [anon_sym_while] = ACTIONS(2753), - [anon_sym_do] = ACTIONS(2753), - [anon_sym_for] = ACTIONS(2753), - [anon_sym_return] = ACTIONS(2753), - [anon_sym_break] = ACTIONS(2753), - [anon_sym_continue] = ACTIONS(2753), - [anon_sym_goto] = ACTIONS(2753), - [anon_sym___try] = ACTIONS(2753), - [anon_sym___leave] = ACTIONS(2753), - [anon_sym_not] = ACTIONS(2753), - [anon_sym_compl] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2758), - [anon_sym_PLUS_PLUS] = ACTIONS(2758), - [anon_sym_sizeof] = ACTIONS(2753), - [anon_sym___alignof__] = ACTIONS(2753), - [anon_sym___alignof] = ACTIONS(2753), - [anon_sym__alignof] = ACTIONS(2753), - [anon_sym_alignof] = ACTIONS(2753), - [anon_sym__Alignof] = ACTIONS(2753), - [anon_sym_offsetof] = ACTIONS(2753), - [anon_sym__Generic] = ACTIONS(2753), - [anon_sym_asm] = ACTIONS(2753), - [anon_sym___asm__] = ACTIONS(2753), - [anon_sym___asm] = ACTIONS(2753), - [aux_sym_number_literal_token1] = ACTIONS(2758), - [aux_sym_number_literal_token2] = ACTIONS(2753), - [anon_sym_L_SQUOTE] = ACTIONS(2758), - [anon_sym_u_SQUOTE] = ACTIONS(2758), - [anon_sym_U_SQUOTE] = ACTIONS(2758), - [anon_sym_u8_SQUOTE] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2758), - [anon_sym_L_DQUOTE] = ACTIONS(2758), - [anon_sym_u_DQUOTE] = ACTIONS(2758), - [anon_sym_U_DQUOTE] = ACTIONS(2758), - [anon_sym_u8_DQUOTE] = ACTIONS(2758), - [anon_sym_DQUOTE] = ACTIONS(2758), - [sym_true] = ACTIONS(2753), - [sym_false] = ACTIONS(2753), - [anon_sym_NULL] = ACTIONS(2753), - [anon_sym_nullptr] = ACTIONS(2753), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2753), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_try] = ACTIONS(2753), - [anon_sym_delete] = ACTIONS(2753), - [anon_sym_throw] = ACTIONS(2753), - [anon_sym_namespace] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_concept] = ACTIONS(2753), - [anon_sym_co_return] = ACTIONS(2753), - [anon_sym_co_yield] = ACTIONS(2753), - [anon_sym_R_DQUOTE] = ACTIONS(2758), - [anon_sym_LR_DQUOTE] = ACTIONS(2758), - [anon_sym_uR_DQUOTE] = ACTIONS(2758), - [anon_sym_UR_DQUOTE] = ACTIONS(2758), - [anon_sym_u8R_DQUOTE] = ACTIONS(2758), - [anon_sym_co_await] = ACTIONS(2753), - [anon_sym_new] = ACTIONS(2753), - [anon_sym_requires] = ACTIONS(2753), - [sym_this] = ACTIONS(2753), - }, - [500] = { - [sym_catch_clause] = STATE(323), - [aux_sym_constructor_try_statement_repeat1] = STATE(323), - [ts_builtin_sym_end] = ACTIONS(2577), - [sym_identifier] = ACTIONS(2575), - [aux_sym_preproc_include_token1] = ACTIONS(2575), - [aux_sym_preproc_def_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), - [sym_preproc_directive] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2577), - [anon_sym_BANG] = ACTIONS(2577), - [anon_sym_TILDE] = ACTIONS(2577), - [anon_sym_DASH] = ACTIONS(2575), - [anon_sym_PLUS] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_AMP_AMP] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym___extension__] = ACTIONS(2575), - [anon_sym_typedef] = ACTIONS(2575), - [anon_sym_virtual] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym___attribute__] = ACTIONS(2575), - [anon_sym___attribute] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2575), - [anon_sym___based] = ACTIONS(2575), - [anon_sym___cdecl] = ACTIONS(2575), - [anon_sym___clrcall] = ACTIONS(2575), - [anon_sym___stdcall] = ACTIONS(2575), - [anon_sym___fastcall] = ACTIONS(2575), - [anon_sym___thiscall] = ACTIONS(2575), - [anon_sym___vectorcall] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2577), - [anon_sym_signed] = ACTIONS(2575), - [anon_sym_unsigned] = ACTIONS(2575), - [anon_sym_long] = ACTIONS(2575), - [anon_sym_short] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_register] = ACTIONS(2575), - [anon_sym_inline] = ACTIONS(2575), - [anon_sym___inline] = ACTIONS(2575), - [anon_sym___inline__] = ACTIONS(2575), - [anon_sym___forceinline] = ACTIONS(2575), - [anon_sym_thread_local] = ACTIONS(2575), - [anon_sym___thread] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_constexpr] = ACTIONS(2575), - [anon_sym_volatile] = ACTIONS(2575), - [anon_sym_restrict] = ACTIONS(2575), - [anon_sym___restrict__] = ACTIONS(2575), - [anon_sym__Atomic] = ACTIONS(2575), - [anon_sym__Noreturn] = ACTIONS(2575), - [anon_sym_noreturn] = ACTIONS(2575), - [anon_sym__Nonnull] = ACTIONS(2575), - [anon_sym_mutable] = ACTIONS(2575), - [anon_sym_constinit] = ACTIONS(2575), - [anon_sym_consteval] = ACTIONS(2575), - [anon_sym_PROGMEM] = ACTIONS(2575), - [anon_sym_alignas] = ACTIONS(2575), - [anon_sym__Alignas] = ACTIONS(2575), - [aux_sym_primitive_type_token1] = ACTIONS(2575), - [anon_sym_byte] = ACTIONS(2575), - [anon_sym_word] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_class] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2575), - [anon_sym_switch] = ACTIONS(2575), - [anon_sym_case] = ACTIONS(2575), - [anon_sym_default] = ACTIONS(2575), - [anon_sym_while] = ACTIONS(2575), - [anon_sym_do] = ACTIONS(2575), - [anon_sym_for] = ACTIONS(2575), - [anon_sym_return] = ACTIONS(2575), - [anon_sym_break] = ACTIONS(2575), - [anon_sym_continue] = ACTIONS(2575), - [anon_sym_goto] = ACTIONS(2575), - [anon_sym_not] = ACTIONS(2575), - [anon_sym_compl] = ACTIONS(2575), - [anon_sym_DASH_DASH] = ACTIONS(2577), - [anon_sym_PLUS_PLUS] = ACTIONS(2577), - [anon_sym_sizeof] = ACTIONS(2575), - [anon_sym___alignof__] = ACTIONS(2575), - [anon_sym___alignof] = ACTIONS(2575), - [anon_sym__alignof] = ACTIONS(2575), - [anon_sym_alignof] = ACTIONS(2575), - [anon_sym__Alignof] = ACTIONS(2575), - [anon_sym_offsetof] = ACTIONS(2575), - [anon_sym__Generic] = ACTIONS(2575), - [anon_sym_asm] = ACTIONS(2575), - [anon_sym___asm__] = ACTIONS(2575), - [anon_sym___asm] = ACTIONS(2575), - [aux_sym_number_literal_token1] = ACTIONS(2577), - [aux_sym_number_literal_token2] = ACTIONS(2575), - [anon_sym_L_SQUOTE] = ACTIONS(2577), - [anon_sym_u_SQUOTE] = ACTIONS(2577), - [anon_sym_U_SQUOTE] = ACTIONS(2577), - [anon_sym_u8_SQUOTE] = ACTIONS(2577), - [anon_sym_SQUOTE] = ACTIONS(2577), - [anon_sym_L_DQUOTE] = ACTIONS(2577), - [anon_sym_u_DQUOTE] = ACTIONS(2577), - [anon_sym_U_DQUOTE] = ACTIONS(2577), - [anon_sym_u8_DQUOTE] = ACTIONS(2577), - [anon_sym_DQUOTE] = ACTIONS(2577), - [sym_true] = ACTIONS(2575), - [sym_false] = ACTIONS(2575), - [anon_sym_NULL] = ACTIONS(2575), - [anon_sym_nullptr] = ACTIONS(2575), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2575), - [anon_sym_decltype] = ACTIONS(2575), - [anon_sym_explicit] = ACTIONS(2575), - [anon_sym_typename] = ACTIONS(2575), - [anon_sym_template] = ACTIONS(2575), - [anon_sym_operator] = ACTIONS(2575), - [anon_sym_try] = ACTIONS(2575), - [anon_sym_delete] = ACTIONS(2575), - [anon_sym_throw] = ACTIONS(2575), - [anon_sym_namespace] = ACTIONS(2575), - [anon_sym_using] = ACTIONS(2575), - [anon_sym_static_assert] = ACTIONS(2575), - [anon_sym_concept] = ACTIONS(2575), - [anon_sym_co_return] = ACTIONS(2575), - [anon_sym_co_yield] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(2937), - [anon_sym_R_DQUOTE] = ACTIONS(2577), - [anon_sym_LR_DQUOTE] = ACTIONS(2577), - [anon_sym_uR_DQUOTE] = ACTIONS(2577), - [anon_sym_UR_DQUOTE] = ACTIONS(2577), - [anon_sym_u8R_DQUOTE] = ACTIONS(2577), - [anon_sym_co_await] = ACTIONS(2575), - [anon_sym_new] = ACTIONS(2575), - [anon_sym_requires] = ACTIONS(2575), - [sym_this] = ACTIONS(2575), - }, - [501] = { - [sym_identifier] = ACTIONS(2819), - [aux_sym_preproc_include_token1] = ACTIONS(2819), - [aux_sym_preproc_def_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token2] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2819), - [sym_preproc_directive] = ACTIONS(2819), - [anon_sym_LPAREN2] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym___extension__] = ACTIONS(2819), - [anon_sym_typedef] = ACTIONS(2819), - [anon_sym_virtual] = ACTIONS(2819), - [anon_sym_extern] = ACTIONS(2819), - [anon_sym___attribute__] = ACTIONS(2819), - [anon_sym___attribute] = ACTIONS(2819), - [anon_sym_COLON_COLON] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2819), - [anon_sym___based] = ACTIONS(2819), - [anon_sym___cdecl] = ACTIONS(2819), - [anon_sym___clrcall] = ACTIONS(2819), - [anon_sym___stdcall] = ACTIONS(2819), - [anon_sym___fastcall] = ACTIONS(2819), - [anon_sym___thiscall] = ACTIONS(2819), - [anon_sym___vectorcall] = ACTIONS(2819), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2819), - [anon_sym_unsigned] = ACTIONS(2819), - [anon_sym_long] = ACTIONS(2819), - [anon_sym_short] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_static] = ACTIONS(2819), - [anon_sym_register] = ACTIONS(2819), - [anon_sym_inline] = ACTIONS(2819), - [anon_sym___inline] = ACTIONS(2819), - [anon_sym___inline__] = ACTIONS(2819), - [anon_sym___forceinline] = ACTIONS(2819), - [anon_sym_thread_local] = ACTIONS(2819), - [anon_sym___thread] = ACTIONS(2819), - [anon_sym_const] = ACTIONS(2819), - [anon_sym_constexpr] = ACTIONS(2819), - [anon_sym_volatile] = ACTIONS(2819), - [anon_sym_restrict] = ACTIONS(2819), - [anon_sym___restrict__] = ACTIONS(2819), - [anon_sym__Atomic] = ACTIONS(2819), - [anon_sym__Noreturn] = ACTIONS(2819), - [anon_sym_noreturn] = ACTIONS(2819), - [anon_sym__Nonnull] = ACTIONS(2819), - [anon_sym_mutable] = ACTIONS(2819), - [anon_sym_constinit] = ACTIONS(2819), - [anon_sym_consteval] = ACTIONS(2819), - [anon_sym_PROGMEM] = ACTIONS(2819), - [anon_sym_alignas] = ACTIONS(2819), - [anon_sym__Alignas] = ACTIONS(2819), - [aux_sym_primitive_type_token1] = ACTIONS(2819), - [anon_sym_byte] = ACTIONS(2819), - [anon_sym_word] = ACTIONS(2819), - [anon_sym_enum] = ACTIONS(2819), - [anon_sym_class] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2819), - [anon_sym_union] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2819), - [anon_sym_else] = ACTIONS(2819), - [anon_sym_switch] = ACTIONS(2819), - [anon_sym_case] = ACTIONS(2819), - [anon_sym_default] = ACTIONS(2819), - [anon_sym_while] = ACTIONS(2819), - [anon_sym_do] = ACTIONS(2819), - [anon_sym_for] = ACTIONS(2819), - [anon_sym_return] = ACTIONS(2819), - [anon_sym_break] = ACTIONS(2819), - [anon_sym_continue] = ACTIONS(2819), - [anon_sym_goto] = ACTIONS(2819), - [anon_sym___try] = ACTIONS(2819), - [anon_sym___leave] = ACTIONS(2819), - [anon_sym_not] = ACTIONS(2819), - [anon_sym_compl] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_sizeof] = ACTIONS(2819), - [anon_sym___alignof__] = ACTIONS(2819), - [anon_sym___alignof] = ACTIONS(2819), - [anon_sym__alignof] = ACTIONS(2819), - [anon_sym_alignof] = ACTIONS(2819), - [anon_sym__Alignof] = ACTIONS(2819), - [anon_sym_offsetof] = ACTIONS(2819), - [anon_sym__Generic] = ACTIONS(2819), - [anon_sym_asm] = ACTIONS(2819), - [anon_sym___asm__] = ACTIONS(2819), - [anon_sym___asm] = ACTIONS(2819), - [aux_sym_number_literal_token1] = ACTIONS(2821), - [aux_sym_number_literal_token2] = ACTIONS(2819), - [anon_sym_L_SQUOTE] = ACTIONS(2821), - [anon_sym_u_SQUOTE] = ACTIONS(2821), - [anon_sym_U_SQUOTE] = ACTIONS(2821), - [anon_sym_u8_SQUOTE] = ACTIONS(2821), - [anon_sym_SQUOTE] = ACTIONS(2821), - [anon_sym_L_DQUOTE] = ACTIONS(2821), - [anon_sym_u_DQUOTE] = ACTIONS(2821), - [anon_sym_U_DQUOTE] = ACTIONS(2821), - [anon_sym_u8_DQUOTE] = ACTIONS(2821), - [anon_sym_DQUOTE] = ACTIONS(2821), - [sym_true] = ACTIONS(2819), - [sym_false] = ACTIONS(2819), - [anon_sym_NULL] = ACTIONS(2819), - [anon_sym_nullptr] = ACTIONS(2819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2819), - [anon_sym_decltype] = ACTIONS(2819), - [anon_sym_explicit] = ACTIONS(2819), - [anon_sym_typename] = ACTIONS(2819), - [anon_sym_template] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2819), - [anon_sym_try] = ACTIONS(2819), - [anon_sym_delete] = ACTIONS(2819), - [anon_sym_throw] = ACTIONS(2819), - [anon_sym_namespace] = ACTIONS(2819), - [anon_sym_using] = ACTIONS(2819), - [anon_sym_static_assert] = ACTIONS(2819), - [anon_sym_concept] = ACTIONS(2819), - [anon_sym_co_return] = ACTIONS(2819), - [anon_sym_co_yield] = ACTIONS(2819), - [anon_sym_R_DQUOTE] = ACTIONS(2821), - [anon_sym_LR_DQUOTE] = ACTIONS(2821), - [anon_sym_uR_DQUOTE] = ACTIONS(2821), - [anon_sym_UR_DQUOTE] = ACTIONS(2821), - [anon_sym_u8R_DQUOTE] = ACTIONS(2821), - [anon_sym_co_await] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(2819), - [anon_sym_requires] = ACTIONS(2819), - [sym_this] = ACTIONS(2819), - }, - [502] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_include_token1] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token2] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym___extension__] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___attribute] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym___cdecl] = ACTIONS(2769), - [anon_sym___clrcall] = ACTIONS(2769), - [anon_sym___stdcall] = ACTIONS(2769), - [anon_sym___fastcall] = ACTIONS(2769), - [anon_sym___thiscall] = ACTIONS(2769), - [anon_sym___vectorcall] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym___inline] = ACTIONS(2769), - [anon_sym___inline__] = ACTIONS(2769), - [anon_sym___forceinline] = ACTIONS(2769), - [anon_sym_thread_local] = ACTIONS(2769), - [anon_sym___thread] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym___restrict__] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym__Noreturn] = ACTIONS(2769), - [anon_sym_noreturn] = ACTIONS(2769), - [anon_sym__Nonnull] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constinit] = ACTIONS(2769), - [anon_sym_consteval] = ACTIONS(2769), - [anon_sym_PROGMEM] = ACTIONS(2769), - [anon_sym_alignas] = ACTIONS(2769), - [anon_sym__Alignas] = ACTIONS(2769), - [aux_sym_primitive_type_token1] = ACTIONS(2769), - [anon_sym_byte] = ACTIONS(2769), - [anon_sym_word] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_else] = ACTIONS(2769), - [anon_sym_switch] = ACTIONS(2769), - [anon_sym_case] = ACTIONS(2769), - [anon_sym_default] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_do] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_goto] = ACTIONS(2769), - [anon_sym___try] = ACTIONS(2769), - [anon_sym___leave] = ACTIONS(2769), - [anon_sym_not] = ACTIONS(2769), - [anon_sym_compl] = ACTIONS(2769), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_sizeof] = ACTIONS(2769), - [anon_sym___alignof__] = ACTIONS(2769), - [anon_sym___alignof] = ACTIONS(2769), - [anon_sym__alignof] = ACTIONS(2769), - [anon_sym_alignof] = ACTIONS(2769), - [anon_sym__Alignof] = ACTIONS(2769), - [anon_sym_offsetof] = ACTIONS(2769), - [anon_sym__Generic] = ACTIONS(2769), - [anon_sym_asm] = ACTIONS(2769), - [anon_sym___asm__] = ACTIONS(2769), - [anon_sym___asm] = ACTIONS(2769), - [aux_sym_number_literal_token1] = ACTIONS(2771), - [aux_sym_number_literal_token2] = ACTIONS(2769), - [anon_sym_L_SQUOTE] = ACTIONS(2771), - [anon_sym_u_SQUOTE] = ACTIONS(2771), - [anon_sym_U_SQUOTE] = ACTIONS(2771), - [anon_sym_u8_SQUOTE] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_L_DQUOTE] = ACTIONS(2771), - [anon_sym_u_DQUOTE] = ACTIONS(2771), - [anon_sym_U_DQUOTE] = ACTIONS(2771), - [anon_sym_u8_DQUOTE] = ACTIONS(2771), - [anon_sym_DQUOTE] = ACTIONS(2771), - [sym_true] = ACTIONS(2769), - [sym_false] = ACTIONS(2769), - [anon_sym_NULL] = ACTIONS(2769), - [anon_sym_nullptr] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2769), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [anon_sym_delete] = ACTIONS(2769), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_namespace] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_concept] = ACTIONS(2769), - [anon_sym_co_return] = ACTIONS(2769), - [anon_sym_co_yield] = ACTIONS(2769), - [anon_sym_R_DQUOTE] = ACTIONS(2771), - [anon_sym_LR_DQUOTE] = ACTIONS(2771), - [anon_sym_uR_DQUOTE] = ACTIONS(2771), - [anon_sym_UR_DQUOTE] = ACTIONS(2771), - [anon_sym_u8R_DQUOTE] = ACTIONS(2771), - [anon_sym_co_await] = ACTIONS(2769), - [anon_sym_new] = ACTIONS(2769), - [anon_sym_requires] = ACTIONS(2769), - [sym_this] = ACTIONS(2769), - }, - [503] = { - [ts_builtin_sym_end] = ACTIONS(2783), - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [504] = { - [ts_builtin_sym_end] = ACTIONS(2783), - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [505] = { - [ts_builtin_sym_end] = ACTIONS(2779), - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_include_token1] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_PLUS] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym___cdecl] = ACTIONS(2777), - [anon_sym___clrcall] = ACTIONS(2777), - [anon_sym___stdcall] = ACTIONS(2777), - [anon_sym___fastcall] = ACTIONS(2777), - [anon_sym___thiscall] = ACTIONS(2777), - [anon_sym___vectorcall] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_else] = ACTIONS(2777), - [anon_sym_switch] = ACTIONS(2777), - [anon_sym_case] = ACTIONS(2777), - [anon_sym_default] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_do] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_goto] = ACTIONS(2777), - [anon_sym___try] = ACTIONS(2777), - [anon_sym___leave] = ACTIONS(2777), - [anon_sym_not] = ACTIONS(2777), - [anon_sym_compl] = ACTIONS(2777), - [anon_sym_DASH_DASH] = ACTIONS(2779), - [anon_sym_PLUS_PLUS] = ACTIONS(2779), - [anon_sym_sizeof] = ACTIONS(2777), - [anon_sym___alignof__] = ACTIONS(2777), - [anon_sym___alignof] = ACTIONS(2777), - [anon_sym__alignof] = ACTIONS(2777), - [anon_sym_alignof] = ACTIONS(2777), - [anon_sym__Alignof] = ACTIONS(2777), - [anon_sym_offsetof] = ACTIONS(2777), - [anon_sym__Generic] = ACTIONS(2777), - [anon_sym_asm] = ACTIONS(2777), - [anon_sym___asm__] = ACTIONS(2777), - [anon_sym___asm] = ACTIONS(2777), - [aux_sym_number_literal_token1] = ACTIONS(2779), - [aux_sym_number_literal_token2] = ACTIONS(2777), - [anon_sym_L_SQUOTE] = ACTIONS(2779), - [anon_sym_u_SQUOTE] = ACTIONS(2779), - [anon_sym_U_SQUOTE] = ACTIONS(2779), - [anon_sym_u8_SQUOTE] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_L_DQUOTE] = ACTIONS(2779), - [anon_sym_u_DQUOTE] = ACTIONS(2779), - [anon_sym_U_DQUOTE] = ACTIONS(2779), - [anon_sym_u8_DQUOTE] = ACTIONS(2779), - [anon_sym_DQUOTE] = ACTIONS(2779), - [sym_true] = ACTIONS(2777), - [sym_false] = ACTIONS(2777), - [anon_sym_NULL] = ACTIONS(2777), - [anon_sym_nullptr] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [anon_sym_delete] = ACTIONS(2777), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_namespace] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_concept] = ACTIONS(2777), - [anon_sym_co_return] = ACTIONS(2777), - [anon_sym_co_yield] = ACTIONS(2777), - [anon_sym_R_DQUOTE] = ACTIONS(2779), - [anon_sym_LR_DQUOTE] = ACTIONS(2779), - [anon_sym_uR_DQUOTE] = ACTIONS(2779), - [anon_sym_UR_DQUOTE] = ACTIONS(2779), - [anon_sym_u8R_DQUOTE] = ACTIONS(2779), - [anon_sym_co_await] = ACTIONS(2777), - [anon_sym_new] = ACTIONS(2777), - [anon_sym_requires] = ACTIONS(2777), - [sym_this] = ACTIONS(2777), - }, - [506] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_include_token1] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_PLUS] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym___cdecl] = ACTIONS(2777), - [anon_sym___clrcall] = ACTIONS(2777), - [anon_sym___stdcall] = ACTIONS(2777), - [anon_sym___fastcall] = ACTIONS(2777), - [anon_sym___thiscall] = ACTIONS(2777), - [anon_sym___vectorcall] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_else] = ACTIONS(2777), - [anon_sym_switch] = ACTIONS(2777), - [anon_sym_case] = ACTIONS(2777), - [anon_sym_default] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_do] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_goto] = ACTIONS(2777), - [anon_sym___try] = ACTIONS(2777), - [anon_sym___leave] = ACTIONS(2777), - [anon_sym_not] = ACTIONS(2777), - [anon_sym_compl] = ACTIONS(2777), - [anon_sym_DASH_DASH] = ACTIONS(2779), - [anon_sym_PLUS_PLUS] = ACTIONS(2779), - [anon_sym_sizeof] = ACTIONS(2777), - [anon_sym___alignof__] = ACTIONS(2777), - [anon_sym___alignof] = ACTIONS(2777), - [anon_sym__alignof] = ACTIONS(2777), - [anon_sym_alignof] = ACTIONS(2777), - [anon_sym__Alignof] = ACTIONS(2777), - [anon_sym_offsetof] = ACTIONS(2777), - [anon_sym__Generic] = ACTIONS(2777), - [anon_sym_asm] = ACTIONS(2777), - [anon_sym___asm__] = ACTIONS(2777), - [anon_sym___asm] = ACTIONS(2777), - [aux_sym_number_literal_token1] = ACTIONS(2779), - [aux_sym_number_literal_token2] = ACTIONS(2777), - [anon_sym_L_SQUOTE] = ACTIONS(2779), - [anon_sym_u_SQUOTE] = ACTIONS(2779), - [anon_sym_U_SQUOTE] = ACTIONS(2779), - [anon_sym_u8_SQUOTE] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_L_DQUOTE] = ACTIONS(2779), - [anon_sym_u_DQUOTE] = ACTIONS(2779), - [anon_sym_U_DQUOTE] = ACTIONS(2779), - [anon_sym_u8_DQUOTE] = ACTIONS(2779), - [anon_sym_DQUOTE] = ACTIONS(2779), - [sym_true] = ACTIONS(2777), - [sym_false] = ACTIONS(2777), - [anon_sym_NULL] = ACTIONS(2777), - [anon_sym_nullptr] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [anon_sym_delete] = ACTIONS(2777), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_namespace] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - [anon_sym_concept] = ACTIONS(2777), - [anon_sym_co_return] = ACTIONS(2777), - [anon_sym_co_yield] = ACTIONS(2777), - [anon_sym_R_DQUOTE] = ACTIONS(2779), - [anon_sym_LR_DQUOTE] = ACTIONS(2779), - [anon_sym_uR_DQUOTE] = ACTIONS(2779), - [anon_sym_UR_DQUOTE] = ACTIONS(2779), - [anon_sym_u8R_DQUOTE] = ACTIONS(2779), - [anon_sym_co_await] = ACTIONS(2777), - [anon_sym_new] = ACTIONS(2777), - [anon_sym_requires] = ACTIONS(2777), - [sym_this] = ACTIONS(2777), - }, - [507] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [508] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_include_token1] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym___cdecl] = ACTIONS(2781), - [anon_sym___clrcall] = ACTIONS(2781), - [anon_sym___stdcall] = ACTIONS(2781), - [anon_sym___fastcall] = ACTIONS(2781), - [anon_sym___thiscall] = ACTIONS(2781), - [anon_sym___vectorcall] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_case] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_namespace] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - [anon_sym_concept] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [509] = { - [sym_identifier] = ACTIONS(2827), - [aux_sym_preproc_include_token1] = ACTIONS(2827), - [aux_sym_preproc_def_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2827), - [sym_preproc_directive] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2829), - [anon_sym_BANG] = ACTIONS(2829), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2827), - [anon_sym_PLUS] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2827), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym___extension__] = ACTIONS(2827), - [anon_sym_typedef] = ACTIONS(2827), - [anon_sym_virtual] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2827), - [anon_sym___attribute__] = ACTIONS(2827), - [anon_sym___attribute] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2827), - [anon_sym___based] = ACTIONS(2827), - [anon_sym___cdecl] = ACTIONS(2827), - [anon_sym___clrcall] = ACTIONS(2827), - [anon_sym___stdcall] = ACTIONS(2827), - [anon_sym___fastcall] = ACTIONS(2827), - [anon_sym___thiscall] = ACTIONS(2827), - [anon_sym___vectorcall] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_RBRACE] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2827), - [anon_sym_unsigned] = ACTIONS(2827), - [anon_sym_long] = ACTIONS(2827), - [anon_sym_short] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_static] = ACTIONS(2827), - [anon_sym_register] = ACTIONS(2827), - [anon_sym_inline] = ACTIONS(2827), - [anon_sym___inline] = ACTIONS(2827), - [anon_sym___inline__] = ACTIONS(2827), - [anon_sym___forceinline] = ACTIONS(2827), - [anon_sym_thread_local] = ACTIONS(2827), - [anon_sym___thread] = ACTIONS(2827), - [anon_sym_const] = ACTIONS(2827), - [anon_sym_constexpr] = ACTIONS(2827), - [anon_sym_volatile] = ACTIONS(2827), - [anon_sym_restrict] = ACTIONS(2827), - [anon_sym___restrict__] = ACTIONS(2827), - [anon_sym__Atomic] = ACTIONS(2827), - [anon_sym__Noreturn] = ACTIONS(2827), - [anon_sym_noreturn] = ACTIONS(2827), - [anon_sym__Nonnull] = ACTIONS(2827), - [anon_sym_mutable] = ACTIONS(2827), - [anon_sym_constinit] = ACTIONS(2827), - [anon_sym_consteval] = ACTIONS(2827), - [anon_sym_PROGMEM] = ACTIONS(2827), - [anon_sym_alignas] = ACTIONS(2827), - [anon_sym__Alignas] = ACTIONS(2827), - [aux_sym_primitive_type_token1] = ACTIONS(2827), - [anon_sym_byte] = ACTIONS(2827), - [anon_sym_word] = ACTIONS(2827), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_class] = ACTIONS(2827), - [anon_sym_struct] = ACTIONS(2827), - [anon_sym_union] = ACTIONS(2827), - [anon_sym_if] = ACTIONS(2827), - [anon_sym_else] = ACTIONS(2827), - [anon_sym_switch] = ACTIONS(2827), - [anon_sym_case] = ACTIONS(2827), - [anon_sym_default] = ACTIONS(2827), - [anon_sym_while] = ACTIONS(2827), - [anon_sym_do] = ACTIONS(2827), - [anon_sym_for] = ACTIONS(2827), - [anon_sym_return] = ACTIONS(2827), - [anon_sym_break] = ACTIONS(2827), - [anon_sym_continue] = ACTIONS(2827), - [anon_sym_goto] = ACTIONS(2827), - [anon_sym___try] = ACTIONS(2827), - [anon_sym___leave] = ACTIONS(2827), - [anon_sym_not] = ACTIONS(2827), - [anon_sym_compl] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_sizeof] = ACTIONS(2827), - [anon_sym___alignof__] = ACTIONS(2827), - [anon_sym___alignof] = ACTIONS(2827), - [anon_sym__alignof] = ACTIONS(2827), - [anon_sym_alignof] = ACTIONS(2827), - [anon_sym__Alignof] = ACTIONS(2827), - [anon_sym_offsetof] = ACTIONS(2827), - [anon_sym__Generic] = ACTIONS(2827), - [anon_sym_asm] = ACTIONS(2827), - [anon_sym___asm__] = ACTIONS(2827), - [anon_sym___asm] = ACTIONS(2827), - [aux_sym_number_literal_token1] = ACTIONS(2829), - [aux_sym_number_literal_token2] = ACTIONS(2827), - [anon_sym_L_SQUOTE] = ACTIONS(2829), - [anon_sym_u_SQUOTE] = ACTIONS(2829), - [anon_sym_U_SQUOTE] = ACTIONS(2829), - [anon_sym_u8_SQUOTE] = ACTIONS(2829), - [anon_sym_SQUOTE] = ACTIONS(2829), - [anon_sym_L_DQUOTE] = ACTIONS(2829), - [anon_sym_u_DQUOTE] = ACTIONS(2829), - [anon_sym_U_DQUOTE] = ACTIONS(2829), - [anon_sym_u8_DQUOTE] = ACTIONS(2829), - [anon_sym_DQUOTE] = ACTIONS(2829), - [sym_true] = ACTIONS(2827), - [sym_false] = ACTIONS(2827), - [anon_sym_NULL] = ACTIONS(2827), - [anon_sym_nullptr] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2827), - [anon_sym_decltype] = ACTIONS(2827), - [anon_sym_explicit] = ACTIONS(2827), - [anon_sym_typename] = ACTIONS(2827), - [anon_sym_template] = ACTIONS(2827), - [anon_sym_operator] = ACTIONS(2827), - [anon_sym_try] = ACTIONS(2827), - [anon_sym_delete] = ACTIONS(2827), - [anon_sym_throw] = ACTIONS(2827), - [anon_sym_namespace] = ACTIONS(2827), - [anon_sym_using] = ACTIONS(2827), - [anon_sym_static_assert] = ACTIONS(2827), - [anon_sym_concept] = ACTIONS(2827), - [anon_sym_co_return] = ACTIONS(2827), - [anon_sym_co_yield] = ACTIONS(2827), - [anon_sym_R_DQUOTE] = ACTIONS(2829), - [anon_sym_LR_DQUOTE] = ACTIONS(2829), - [anon_sym_uR_DQUOTE] = ACTIONS(2829), - [anon_sym_UR_DQUOTE] = ACTIONS(2829), - [anon_sym_u8R_DQUOTE] = ACTIONS(2829), - [anon_sym_co_await] = ACTIONS(2827), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_requires] = ACTIONS(2827), - [sym_this] = ACTIONS(2827), - }, - [510] = { - [sym_identifier] = ACTIONS(2797), - [aux_sym_preproc_include_token1] = ACTIONS(2797), - [aux_sym_preproc_def_token1] = ACTIONS(2797), - [aux_sym_preproc_if_token1] = ACTIONS(2797), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2797), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2797), - [sym_preproc_directive] = ACTIONS(2797), - [anon_sym_LPAREN2] = ACTIONS(2799), - [anon_sym_BANG] = ACTIONS(2799), - [anon_sym_TILDE] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_STAR] = ACTIONS(2799), - [anon_sym_AMP_AMP] = ACTIONS(2799), - [anon_sym_AMP] = ACTIONS(2797), - [anon_sym_SEMI] = ACTIONS(2799), - [anon_sym___extension__] = ACTIONS(2797), - [anon_sym_typedef] = ACTIONS(2797), - [anon_sym_virtual] = ACTIONS(2797), - [anon_sym_extern] = ACTIONS(2797), - [anon_sym___attribute__] = ACTIONS(2797), - [anon_sym___attribute] = ACTIONS(2797), - [anon_sym_COLON_COLON] = ACTIONS(2799), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2799), - [anon_sym___declspec] = ACTIONS(2797), - [anon_sym___based] = ACTIONS(2797), - [anon_sym___cdecl] = ACTIONS(2797), - [anon_sym___clrcall] = ACTIONS(2797), - [anon_sym___stdcall] = ACTIONS(2797), - [anon_sym___fastcall] = ACTIONS(2797), - [anon_sym___thiscall] = ACTIONS(2797), - [anon_sym___vectorcall] = ACTIONS(2797), - [anon_sym_LBRACE] = ACTIONS(2799), - [anon_sym_RBRACE] = ACTIONS(2799), - [anon_sym_signed] = ACTIONS(2797), - [anon_sym_unsigned] = ACTIONS(2797), - [anon_sym_long] = ACTIONS(2797), - [anon_sym_short] = ACTIONS(2797), - [anon_sym_LBRACK] = ACTIONS(2797), - [anon_sym_static] = ACTIONS(2797), - [anon_sym_register] = ACTIONS(2797), - [anon_sym_inline] = ACTIONS(2797), - [anon_sym___inline] = ACTIONS(2797), - [anon_sym___inline__] = ACTIONS(2797), - [anon_sym___forceinline] = ACTIONS(2797), - [anon_sym_thread_local] = ACTIONS(2797), - [anon_sym___thread] = ACTIONS(2797), - [anon_sym_const] = ACTIONS(2797), - [anon_sym_constexpr] = ACTIONS(2797), - [anon_sym_volatile] = ACTIONS(2797), - [anon_sym_restrict] = ACTIONS(2797), - [anon_sym___restrict__] = ACTIONS(2797), - [anon_sym__Atomic] = ACTIONS(2797), - [anon_sym__Noreturn] = ACTIONS(2797), - [anon_sym_noreturn] = ACTIONS(2797), - [anon_sym__Nonnull] = ACTIONS(2797), - [anon_sym_mutable] = ACTIONS(2797), - [anon_sym_constinit] = ACTIONS(2797), - [anon_sym_consteval] = ACTIONS(2797), - [anon_sym_PROGMEM] = ACTIONS(2797), - [anon_sym_alignas] = ACTIONS(2797), - [anon_sym__Alignas] = ACTIONS(2797), - [aux_sym_primitive_type_token1] = ACTIONS(2797), - [anon_sym_byte] = ACTIONS(2797), - [anon_sym_word] = ACTIONS(2797), - [anon_sym_enum] = ACTIONS(2797), - [anon_sym_class] = ACTIONS(2797), - [anon_sym_struct] = ACTIONS(2797), - [anon_sym_union] = ACTIONS(2797), - [anon_sym_if] = ACTIONS(2797), - [anon_sym_else] = ACTIONS(2797), - [anon_sym_switch] = ACTIONS(2797), - [anon_sym_case] = ACTIONS(2797), - [anon_sym_default] = ACTIONS(2797), - [anon_sym_while] = ACTIONS(2797), - [anon_sym_do] = ACTIONS(2797), - [anon_sym_for] = ACTIONS(2797), - [anon_sym_return] = ACTIONS(2797), - [anon_sym_break] = ACTIONS(2797), - [anon_sym_continue] = ACTIONS(2797), - [anon_sym_goto] = ACTIONS(2797), - [anon_sym___try] = ACTIONS(2797), - [anon_sym___leave] = ACTIONS(2797), - [anon_sym_not] = ACTIONS(2797), - [anon_sym_compl] = ACTIONS(2797), - [anon_sym_DASH_DASH] = ACTIONS(2799), - [anon_sym_PLUS_PLUS] = ACTIONS(2799), - [anon_sym_sizeof] = ACTIONS(2797), - [anon_sym___alignof__] = ACTIONS(2797), - [anon_sym___alignof] = ACTIONS(2797), - [anon_sym__alignof] = ACTIONS(2797), - [anon_sym_alignof] = ACTIONS(2797), - [anon_sym__Alignof] = ACTIONS(2797), - [anon_sym_offsetof] = ACTIONS(2797), - [anon_sym__Generic] = ACTIONS(2797), - [anon_sym_asm] = ACTIONS(2797), - [anon_sym___asm__] = ACTIONS(2797), - [anon_sym___asm] = ACTIONS(2797), - [aux_sym_number_literal_token1] = ACTIONS(2799), - [aux_sym_number_literal_token2] = ACTIONS(2797), - [anon_sym_L_SQUOTE] = ACTIONS(2799), - [anon_sym_u_SQUOTE] = ACTIONS(2799), - [anon_sym_U_SQUOTE] = ACTIONS(2799), - [anon_sym_u8_SQUOTE] = ACTIONS(2799), - [anon_sym_SQUOTE] = ACTIONS(2799), - [anon_sym_L_DQUOTE] = ACTIONS(2799), - [anon_sym_u_DQUOTE] = ACTIONS(2799), - [anon_sym_U_DQUOTE] = ACTIONS(2799), - [anon_sym_u8_DQUOTE] = ACTIONS(2799), - [anon_sym_DQUOTE] = ACTIONS(2799), - [sym_true] = ACTIONS(2797), - [sym_false] = ACTIONS(2797), - [anon_sym_NULL] = ACTIONS(2797), - [anon_sym_nullptr] = ACTIONS(2797), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2797), - [anon_sym_decltype] = ACTIONS(2797), - [anon_sym_explicit] = ACTIONS(2797), - [anon_sym_typename] = ACTIONS(2797), - [anon_sym_template] = ACTIONS(2797), - [anon_sym_operator] = ACTIONS(2797), - [anon_sym_try] = ACTIONS(2797), - [anon_sym_delete] = ACTIONS(2797), - [anon_sym_throw] = ACTIONS(2797), - [anon_sym_namespace] = ACTIONS(2797), - [anon_sym_using] = ACTIONS(2797), - [anon_sym_static_assert] = ACTIONS(2797), - [anon_sym_concept] = ACTIONS(2797), - [anon_sym_co_return] = ACTIONS(2797), - [anon_sym_co_yield] = ACTIONS(2797), - [anon_sym_R_DQUOTE] = ACTIONS(2799), - [anon_sym_LR_DQUOTE] = ACTIONS(2799), - [anon_sym_uR_DQUOTE] = ACTIONS(2799), - [anon_sym_UR_DQUOTE] = ACTIONS(2799), - [anon_sym_u8R_DQUOTE] = ACTIONS(2799), - [anon_sym_co_await] = ACTIONS(2797), - [anon_sym_new] = ACTIONS(2797), - [anon_sym_requires] = ACTIONS(2797), - [sym_this] = ACTIONS(2797), - }, - [511] = { - [sym_identifier] = ACTIONS(2869), - [aux_sym_preproc_include_token1] = ACTIONS(2869), - [aux_sym_preproc_def_token1] = ACTIONS(2869), - [aux_sym_preproc_if_token1] = ACTIONS(2869), - [aux_sym_preproc_if_token2] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), - [sym_preproc_directive] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2869), - [anon_sym_PLUS] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym___extension__] = ACTIONS(2869), - [anon_sym_typedef] = ACTIONS(2869), - [anon_sym_virtual] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___attribute] = ACTIONS(2869), - [anon_sym_COLON_COLON] = ACTIONS(2871), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym___cdecl] = ACTIONS(2869), - [anon_sym___clrcall] = ACTIONS(2869), - [anon_sym___stdcall] = ACTIONS(2869), - [anon_sym___fastcall] = ACTIONS(2869), - [anon_sym___thiscall] = ACTIONS(2869), - [anon_sym___vectorcall] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_signed] = ACTIONS(2869), - [anon_sym_unsigned] = ACTIONS(2869), - [anon_sym_long] = ACTIONS(2869), - [anon_sym_short] = ACTIONS(2869), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym___inline] = ACTIONS(2869), - [anon_sym___inline__] = ACTIONS(2869), - [anon_sym___forceinline] = ACTIONS(2869), - [anon_sym_thread_local] = ACTIONS(2869), - [anon_sym___thread] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym___restrict__] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym__Noreturn] = ACTIONS(2869), - [anon_sym_noreturn] = ACTIONS(2869), - [anon_sym__Nonnull] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constinit] = ACTIONS(2869), - [anon_sym_consteval] = ACTIONS(2869), - [anon_sym_PROGMEM] = ACTIONS(2869), - [anon_sym_alignas] = ACTIONS(2869), - [anon_sym__Alignas] = ACTIONS(2869), - [aux_sym_primitive_type_token1] = ACTIONS(2869), - [anon_sym_byte] = ACTIONS(2869), - [anon_sym_word] = ACTIONS(2869), - [anon_sym_enum] = ACTIONS(2869), - [anon_sym_class] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2869), - [anon_sym_union] = ACTIONS(2869), - [anon_sym_if] = ACTIONS(2869), - [anon_sym_else] = ACTIONS(2869), - [anon_sym_switch] = ACTIONS(2869), - [anon_sym_case] = ACTIONS(2869), - [anon_sym_default] = ACTIONS(2869), - [anon_sym_while] = ACTIONS(2869), - [anon_sym_do] = ACTIONS(2869), - [anon_sym_for] = ACTIONS(2869), - [anon_sym_return] = ACTIONS(2869), - [anon_sym_break] = ACTIONS(2869), - [anon_sym_continue] = ACTIONS(2869), - [anon_sym_goto] = ACTIONS(2869), - [anon_sym___try] = ACTIONS(2869), - [anon_sym___leave] = ACTIONS(2869), - [anon_sym_not] = ACTIONS(2869), - [anon_sym_compl] = ACTIONS(2869), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_sizeof] = ACTIONS(2869), - [anon_sym___alignof__] = ACTIONS(2869), - [anon_sym___alignof] = ACTIONS(2869), - [anon_sym__alignof] = ACTIONS(2869), - [anon_sym_alignof] = ACTIONS(2869), - [anon_sym__Alignof] = ACTIONS(2869), - [anon_sym_offsetof] = ACTIONS(2869), - [anon_sym__Generic] = ACTIONS(2869), - [anon_sym_asm] = ACTIONS(2869), - [anon_sym___asm__] = ACTIONS(2869), - [anon_sym___asm] = ACTIONS(2869), - [aux_sym_number_literal_token1] = ACTIONS(2871), - [aux_sym_number_literal_token2] = ACTIONS(2869), - [anon_sym_L_SQUOTE] = ACTIONS(2871), - [anon_sym_u_SQUOTE] = ACTIONS(2871), - [anon_sym_U_SQUOTE] = ACTIONS(2871), - [anon_sym_u8_SQUOTE] = ACTIONS(2871), - [anon_sym_SQUOTE] = ACTIONS(2871), - [anon_sym_L_DQUOTE] = ACTIONS(2871), - [anon_sym_u_DQUOTE] = ACTIONS(2871), - [anon_sym_U_DQUOTE] = ACTIONS(2871), - [anon_sym_u8_DQUOTE] = ACTIONS(2871), - [anon_sym_DQUOTE] = ACTIONS(2871), - [sym_true] = ACTIONS(2869), - [sym_false] = ACTIONS(2869), - [anon_sym_NULL] = ACTIONS(2869), - [anon_sym_nullptr] = ACTIONS(2869), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2869), - [anon_sym_decltype] = ACTIONS(2869), - [anon_sym_explicit] = ACTIONS(2869), - [anon_sym_typename] = ACTIONS(2869), - [anon_sym_template] = ACTIONS(2869), - [anon_sym_operator] = ACTIONS(2869), - [anon_sym_try] = ACTIONS(2869), - [anon_sym_delete] = ACTIONS(2869), - [anon_sym_throw] = ACTIONS(2869), - [anon_sym_namespace] = ACTIONS(2869), - [anon_sym_using] = ACTIONS(2869), - [anon_sym_static_assert] = ACTIONS(2869), - [anon_sym_concept] = ACTIONS(2869), - [anon_sym_co_return] = ACTIONS(2869), - [anon_sym_co_yield] = ACTIONS(2869), - [anon_sym_R_DQUOTE] = ACTIONS(2871), - [anon_sym_LR_DQUOTE] = ACTIONS(2871), - [anon_sym_uR_DQUOTE] = ACTIONS(2871), - [anon_sym_UR_DQUOTE] = ACTIONS(2871), - [anon_sym_u8R_DQUOTE] = ACTIONS(2871), - [anon_sym_co_await] = ACTIONS(2869), - [anon_sym_new] = ACTIONS(2869), - [anon_sym_requires] = ACTIONS(2869), - [sym_this] = ACTIONS(2869), - }, - [512] = { - [ts_builtin_sym_end] = ACTIONS(2803), - [sym_identifier] = ACTIONS(2801), - [aux_sym_preproc_include_token1] = ACTIONS(2801), - [aux_sym_preproc_def_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), - [sym_preproc_directive] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_PLUS] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym___cdecl] = ACTIONS(2801), - [anon_sym___clrcall] = ACTIONS(2801), - [anon_sym___stdcall] = ACTIONS(2801), - [anon_sym___fastcall] = ACTIONS(2801), - [anon_sym___thiscall] = ACTIONS(2801), - [anon_sym___vectorcall] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), - [anon_sym_if] = ACTIONS(2801), - [anon_sym_else] = ACTIONS(2801), - [anon_sym_switch] = ACTIONS(2801), - [anon_sym_case] = ACTIONS(2801), - [anon_sym_default] = ACTIONS(2801), - [anon_sym_while] = ACTIONS(2801), - [anon_sym_do] = ACTIONS(2801), - [anon_sym_for] = ACTIONS(2801), - [anon_sym_return] = ACTIONS(2801), - [anon_sym_break] = ACTIONS(2801), - [anon_sym_continue] = ACTIONS(2801), - [anon_sym_goto] = ACTIONS(2801), - [anon_sym___try] = ACTIONS(2801), - [anon_sym___leave] = ACTIONS(2801), - [anon_sym_not] = ACTIONS(2801), - [anon_sym_compl] = ACTIONS(2801), - [anon_sym_DASH_DASH] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2803), - [anon_sym_sizeof] = ACTIONS(2801), - [anon_sym___alignof__] = ACTIONS(2801), - [anon_sym___alignof] = ACTIONS(2801), - [anon_sym__alignof] = ACTIONS(2801), - [anon_sym_alignof] = ACTIONS(2801), - [anon_sym__Alignof] = ACTIONS(2801), - [anon_sym_offsetof] = ACTIONS(2801), - [anon_sym__Generic] = ACTIONS(2801), - [anon_sym_asm] = ACTIONS(2801), - [anon_sym___asm__] = ACTIONS(2801), - [anon_sym___asm] = ACTIONS(2801), - [aux_sym_number_literal_token1] = ACTIONS(2803), - [aux_sym_number_literal_token2] = ACTIONS(2801), - [anon_sym_L_SQUOTE] = ACTIONS(2803), - [anon_sym_u_SQUOTE] = ACTIONS(2803), - [anon_sym_U_SQUOTE] = ACTIONS(2803), - [anon_sym_u8_SQUOTE] = ACTIONS(2803), - [anon_sym_SQUOTE] = ACTIONS(2803), - [anon_sym_L_DQUOTE] = ACTIONS(2803), - [anon_sym_u_DQUOTE] = ACTIONS(2803), - [anon_sym_U_DQUOTE] = ACTIONS(2803), - [anon_sym_u8_DQUOTE] = ACTIONS(2803), - [anon_sym_DQUOTE] = ACTIONS(2803), - [sym_true] = ACTIONS(2801), - [sym_false] = ACTIONS(2801), - [anon_sym_NULL] = ACTIONS(2801), - [anon_sym_nullptr] = ACTIONS(2801), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_explicit] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_operator] = ACTIONS(2801), - [anon_sym_try] = ACTIONS(2801), - [anon_sym_delete] = ACTIONS(2801), - [anon_sym_throw] = ACTIONS(2801), - [anon_sym_namespace] = ACTIONS(2801), - [anon_sym_using] = ACTIONS(2801), - [anon_sym_static_assert] = ACTIONS(2801), - [anon_sym_concept] = ACTIONS(2801), - [anon_sym_co_return] = ACTIONS(2801), - [anon_sym_co_yield] = ACTIONS(2801), - [anon_sym_R_DQUOTE] = ACTIONS(2803), - [anon_sym_LR_DQUOTE] = ACTIONS(2803), - [anon_sym_uR_DQUOTE] = ACTIONS(2803), - [anon_sym_UR_DQUOTE] = ACTIONS(2803), - [anon_sym_u8R_DQUOTE] = ACTIONS(2803), - [anon_sym_co_await] = ACTIONS(2801), - [anon_sym_new] = ACTIONS(2801), - [anon_sym_requires] = ACTIONS(2801), - [sym_this] = ACTIONS(2801), - }, - [513] = { - [sym_identifier] = ACTIONS(2793), - [aux_sym_preproc_include_token1] = ACTIONS(2793), - [aux_sym_preproc_def_token1] = ACTIONS(2793), - [aux_sym_preproc_if_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2793), - [sym_preproc_directive] = ACTIONS(2793), - [anon_sym_LPAREN2] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_AMP_AMP] = ACTIONS(2795), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym___extension__] = ACTIONS(2793), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_virtual] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym___attribute__] = ACTIONS(2793), - [anon_sym___attribute] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2795), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), - [anon_sym___declspec] = ACTIONS(2793), - [anon_sym___based] = ACTIONS(2793), - [anon_sym___cdecl] = ACTIONS(2793), - [anon_sym___clrcall] = ACTIONS(2793), - [anon_sym___stdcall] = ACTIONS(2793), - [anon_sym___fastcall] = ACTIONS(2793), - [anon_sym___thiscall] = ACTIONS(2793), - [anon_sym___vectorcall] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_RBRACE] = ACTIONS(2795), - [anon_sym_signed] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym___inline] = ACTIONS(2793), - [anon_sym___inline__] = ACTIONS(2793), - [anon_sym___forceinline] = ACTIONS(2793), - [anon_sym_thread_local] = ACTIONS(2793), - [anon_sym___thread] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_constexpr] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym___restrict__] = ACTIONS(2793), - [anon_sym__Atomic] = ACTIONS(2793), - [anon_sym__Noreturn] = ACTIONS(2793), - [anon_sym_noreturn] = ACTIONS(2793), - [anon_sym__Nonnull] = ACTIONS(2793), - [anon_sym_mutable] = ACTIONS(2793), - [anon_sym_constinit] = ACTIONS(2793), - [anon_sym_consteval] = ACTIONS(2793), - [anon_sym_PROGMEM] = ACTIONS(2793), - [anon_sym_alignas] = ACTIONS(2793), - [anon_sym__Alignas] = ACTIONS(2793), - [aux_sym_primitive_type_token1] = ACTIONS(2793), - [anon_sym_byte] = ACTIONS(2793), - [anon_sym_word] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_class] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_case] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym___try] = ACTIONS(2793), - [anon_sym___leave] = ACTIONS(2793), - [anon_sym_not] = ACTIONS(2793), - [anon_sym_compl] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [anon_sym___alignof__] = ACTIONS(2793), - [anon_sym___alignof] = ACTIONS(2793), - [anon_sym__alignof] = ACTIONS(2793), - [anon_sym_alignof] = ACTIONS(2793), - [anon_sym__Alignof] = ACTIONS(2793), - [anon_sym_offsetof] = ACTIONS(2793), - [anon_sym__Generic] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym___asm__] = ACTIONS(2793), - [anon_sym___asm] = ACTIONS(2793), - [aux_sym_number_literal_token1] = ACTIONS(2795), - [aux_sym_number_literal_token2] = ACTIONS(2793), - [anon_sym_L_SQUOTE] = ACTIONS(2795), - [anon_sym_u_SQUOTE] = ACTIONS(2795), - [anon_sym_U_SQUOTE] = ACTIONS(2795), - [anon_sym_u8_SQUOTE] = ACTIONS(2795), - [anon_sym_SQUOTE] = ACTIONS(2795), - [anon_sym_L_DQUOTE] = ACTIONS(2795), - [anon_sym_u_DQUOTE] = ACTIONS(2795), - [anon_sym_U_DQUOTE] = ACTIONS(2795), - [anon_sym_u8_DQUOTE] = ACTIONS(2795), - [anon_sym_DQUOTE] = ACTIONS(2795), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [anon_sym_NULL] = ACTIONS(2793), - [anon_sym_nullptr] = ACTIONS(2793), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2793), - [anon_sym_decltype] = ACTIONS(2793), - [anon_sym_explicit] = ACTIONS(2793), - [anon_sym_typename] = ACTIONS(2793), - [anon_sym_template] = ACTIONS(2793), - [anon_sym_operator] = ACTIONS(2793), - [anon_sym_try] = ACTIONS(2793), - [anon_sym_delete] = ACTIONS(2793), - [anon_sym_throw] = ACTIONS(2793), - [anon_sym_namespace] = ACTIONS(2793), - [anon_sym_using] = ACTIONS(2793), - [anon_sym_static_assert] = ACTIONS(2793), - [anon_sym_concept] = ACTIONS(2793), - [anon_sym_co_return] = ACTIONS(2793), - [anon_sym_co_yield] = ACTIONS(2793), - [anon_sym_R_DQUOTE] = ACTIONS(2795), - [anon_sym_LR_DQUOTE] = ACTIONS(2795), - [anon_sym_uR_DQUOTE] = ACTIONS(2795), - [anon_sym_UR_DQUOTE] = ACTIONS(2795), - [anon_sym_u8R_DQUOTE] = ACTIONS(2795), - [anon_sym_co_await] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2793), - [anon_sym_requires] = ACTIONS(2793), - [sym_this] = ACTIONS(2793), - }, - [514] = { - [sym_identifier] = ACTIONS(2809), - [aux_sym_preproc_include_token1] = ACTIONS(2809), - [aux_sym_preproc_def_token1] = ACTIONS(2809), - [aux_sym_preproc_if_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2809), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2809), - [sym_preproc_directive] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_BANG] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_DASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP_AMP] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_SEMI] = ACTIONS(2811), - [anon_sym___extension__] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___attribute] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym___based] = ACTIONS(2809), - [anon_sym___cdecl] = ACTIONS(2809), - [anon_sym___clrcall] = ACTIONS(2809), - [anon_sym___stdcall] = ACTIONS(2809), - [anon_sym___fastcall] = ACTIONS(2809), - [anon_sym___thiscall] = ACTIONS(2809), - [anon_sym___vectorcall] = ACTIONS(2809), - [anon_sym_LBRACE] = ACTIONS(2811), - [anon_sym_RBRACE] = ACTIONS(2811), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym___inline] = ACTIONS(2809), - [anon_sym___inline__] = ACTIONS(2809), - [anon_sym___forceinline] = ACTIONS(2809), - [anon_sym_thread_local] = ACTIONS(2809), - [anon_sym___thread] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym___restrict__] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym__Noreturn] = ACTIONS(2809), - [anon_sym_noreturn] = ACTIONS(2809), - [anon_sym__Nonnull] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constinit] = ACTIONS(2809), - [anon_sym_consteval] = ACTIONS(2809), - [anon_sym_PROGMEM] = ACTIONS(2809), - [anon_sym_alignas] = ACTIONS(2809), - [anon_sym__Alignas] = ACTIONS(2809), - [aux_sym_primitive_type_token1] = ACTIONS(2809), - [anon_sym_byte] = ACTIONS(2809), - [anon_sym_word] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [anon_sym_if] = ACTIONS(2809), - [anon_sym_else] = ACTIONS(2809), - [anon_sym_switch] = ACTIONS(2809), - [anon_sym_case] = ACTIONS(2809), - [anon_sym_default] = ACTIONS(2809), - [anon_sym_while] = ACTIONS(2809), - [anon_sym_do] = ACTIONS(2809), - [anon_sym_for] = ACTIONS(2809), - [anon_sym_return] = ACTIONS(2809), - [anon_sym_break] = ACTIONS(2809), - [anon_sym_continue] = ACTIONS(2809), - [anon_sym_goto] = ACTIONS(2809), - [anon_sym___try] = ACTIONS(2809), - [anon_sym___leave] = ACTIONS(2809), - [anon_sym_not] = ACTIONS(2809), - [anon_sym_compl] = ACTIONS(2809), - [anon_sym_DASH_DASH] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_sizeof] = ACTIONS(2809), - [anon_sym___alignof__] = ACTIONS(2809), - [anon_sym___alignof] = ACTIONS(2809), - [anon_sym__alignof] = ACTIONS(2809), - [anon_sym_alignof] = ACTIONS(2809), - [anon_sym__Alignof] = ACTIONS(2809), - [anon_sym_offsetof] = ACTIONS(2809), - [anon_sym__Generic] = ACTIONS(2809), - [anon_sym_asm] = ACTIONS(2809), - [anon_sym___asm__] = ACTIONS(2809), - [anon_sym___asm] = ACTIONS(2809), - [aux_sym_number_literal_token1] = ACTIONS(2811), - [aux_sym_number_literal_token2] = ACTIONS(2809), - [anon_sym_L_SQUOTE] = ACTIONS(2811), - [anon_sym_u_SQUOTE] = ACTIONS(2811), - [anon_sym_U_SQUOTE] = ACTIONS(2811), - [anon_sym_u8_SQUOTE] = ACTIONS(2811), - [anon_sym_SQUOTE] = ACTIONS(2811), - [anon_sym_L_DQUOTE] = ACTIONS(2811), - [anon_sym_u_DQUOTE] = ACTIONS(2811), - [anon_sym_U_DQUOTE] = ACTIONS(2811), - [anon_sym_u8_DQUOTE] = ACTIONS(2811), - [anon_sym_DQUOTE] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [anon_sym_NULL] = ACTIONS(2809), - [anon_sym_nullptr] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2809), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_explicit] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_operator] = ACTIONS(2809), - [anon_sym_try] = ACTIONS(2809), - [anon_sym_delete] = ACTIONS(2809), - [anon_sym_throw] = ACTIONS(2809), - [anon_sym_namespace] = ACTIONS(2809), - [anon_sym_using] = ACTIONS(2809), - [anon_sym_static_assert] = ACTIONS(2809), - [anon_sym_concept] = ACTIONS(2809), - [anon_sym_co_return] = ACTIONS(2809), - [anon_sym_co_yield] = ACTIONS(2809), - [anon_sym_R_DQUOTE] = ACTIONS(2811), - [anon_sym_LR_DQUOTE] = ACTIONS(2811), - [anon_sym_uR_DQUOTE] = ACTIONS(2811), - [anon_sym_UR_DQUOTE] = ACTIONS(2811), - [anon_sym_u8R_DQUOTE] = ACTIONS(2811), - [anon_sym_co_await] = ACTIONS(2809), - [anon_sym_new] = ACTIONS(2809), - [anon_sym_requires] = ACTIONS(2809), - [sym_this] = ACTIONS(2809), - }, - [515] = { - [sym_identifier] = ACTIONS(2709), - [aux_sym_preproc_include_token1] = ACTIONS(2709), - [aux_sym_preproc_def_token1] = ACTIONS(2709), - [aux_sym_preproc_if_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2709), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2709), - [sym_preproc_directive] = ACTIONS(2709), - [anon_sym_LPAREN2] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_TILDE] = ACTIONS(2714), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_AMP_AMP] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym___extension__] = ACTIONS(2709), - [anon_sym_typedef] = ACTIONS(2709), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym___based] = ACTIONS(2709), - [anon_sym___cdecl] = ACTIONS(2709), - [anon_sym___clrcall] = ACTIONS(2709), - [anon_sym___stdcall] = ACTIONS(2709), - [anon_sym___fastcall] = ACTIONS(2709), - [anon_sym___thiscall] = ACTIONS(2709), - [anon_sym___vectorcall] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_RBRACE] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2709), - [anon_sym_byte] = ACTIONS(2709), - [anon_sym_word] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_else] = ACTIONS(2709), - [anon_sym_switch] = ACTIONS(2709), - [anon_sym_case] = ACTIONS(2709), - [anon_sym_default] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_goto] = ACTIONS(2709), - [anon_sym___try] = ACTIONS(2709), - [anon_sym___leave] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_compl] = ACTIONS(2709), - [anon_sym_DASH_DASH] = ACTIONS(2714), - [anon_sym_PLUS_PLUS] = ACTIONS(2714), - [anon_sym_sizeof] = ACTIONS(2709), - [anon_sym___alignof__] = ACTIONS(2709), - [anon_sym___alignof] = ACTIONS(2709), - [anon_sym__alignof] = ACTIONS(2709), - [anon_sym_alignof] = ACTIONS(2709), - [anon_sym__Alignof] = ACTIONS(2709), - [anon_sym_offsetof] = ACTIONS(2709), - [anon_sym__Generic] = ACTIONS(2709), - [anon_sym_asm] = ACTIONS(2709), - [anon_sym___asm__] = ACTIONS(2709), - [anon_sym___asm] = ACTIONS(2709), - [aux_sym_number_literal_token1] = ACTIONS(2714), - [aux_sym_number_literal_token2] = ACTIONS(2709), - [anon_sym_L_SQUOTE] = ACTIONS(2714), - [anon_sym_u_SQUOTE] = ACTIONS(2714), - [anon_sym_U_SQUOTE] = ACTIONS(2714), - [anon_sym_u8_SQUOTE] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2714), - [anon_sym_L_DQUOTE] = ACTIONS(2714), - [anon_sym_u_DQUOTE] = ACTIONS(2714), - [anon_sym_U_DQUOTE] = ACTIONS(2714), - [anon_sym_u8_DQUOTE] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2714), - [sym_true] = ACTIONS(2709), - [sym_false] = ACTIONS(2709), - [anon_sym_NULL] = ACTIONS(2709), - [anon_sym_nullptr] = ACTIONS(2709), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2709), - [anon_sym_explicit] = ACTIONS(2709), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2709), - [anon_sym_operator] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_delete] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [anon_sym_namespace] = ACTIONS(2709), - [anon_sym_using] = ACTIONS(2709), - [anon_sym_static_assert] = ACTIONS(2709), - [anon_sym_concept] = ACTIONS(2709), - [anon_sym_co_return] = ACTIONS(2709), - [anon_sym_co_yield] = ACTIONS(2709), - [anon_sym_R_DQUOTE] = ACTIONS(2714), - [anon_sym_LR_DQUOTE] = ACTIONS(2714), - [anon_sym_uR_DQUOTE] = ACTIONS(2714), - [anon_sym_UR_DQUOTE] = ACTIONS(2714), - [anon_sym_u8R_DQUOTE] = ACTIONS(2714), - [anon_sym_co_await] = ACTIONS(2709), - [anon_sym_new] = ACTIONS(2709), - [anon_sym_requires] = ACTIONS(2709), - [sym_this] = ACTIONS(2709), - }, - [516] = { - [sym_identifier] = ACTIONS(2753), - [aux_sym_preproc_include_token1] = ACTIONS(2753), - [aux_sym_preproc_def_token1] = ACTIONS(2753), - [aux_sym_preproc_if_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2753), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2753), - [sym_preproc_directive] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_PLUS] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2758), - [anon_sym_AMP_AMP] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2758), - [anon_sym___extension__] = ACTIONS(2753), - [anon_sym_typedef] = ACTIONS(2753), - [anon_sym_virtual] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym___attribute__] = ACTIONS(2753), - [anon_sym___attribute] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), - [anon_sym___declspec] = ACTIONS(2753), - [anon_sym___based] = ACTIONS(2753), - [anon_sym___cdecl] = ACTIONS(2753), - [anon_sym___clrcall] = ACTIONS(2753), - [anon_sym___stdcall] = ACTIONS(2753), - [anon_sym___fastcall] = ACTIONS(2753), - [anon_sym___thiscall] = ACTIONS(2753), - [anon_sym___vectorcall] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2758), - [anon_sym_RBRACE] = ACTIONS(2758), - [anon_sym_signed] = ACTIONS(2753), - [anon_sym_unsigned] = ACTIONS(2753), - [anon_sym_long] = ACTIONS(2753), - [anon_sym_short] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_register] = ACTIONS(2753), - [anon_sym_inline] = ACTIONS(2753), - [anon_sym___inline] = ACTIONS(2753), - [anon_sym___inline__] = ACTIONS(2753), - [anon_sym___forceinline] = ACTIONS(2753), - [anon_sym_thread_local] = ACTIONS(2753), - [anon_sym___thread] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_constexpr] = ACTIONS(2753), - [anon_sym_volatile] = ACTIONS(2753), - [anon_sym_restrict] = ACTIONS(2753), - [anon_sym___restrict__] = ACTIONS(2753), - [anon_sym__Atomic] = ACTIONS(2753), - [anon_sym__Noreturn] = ACTIONS(2753), - [anon_sym_noreturn] = ACTIONS(2753), - [anon_sym__Nonnull] = ACTIONS(2753), - [anon_sym_mutable] = ACTIONS(2753), - [anon_sym_constinit] = ACTIONS(2753), - [anon_sym_consteval] = ACTIONS(2753), - [anon_sym_PROGMEM] = ACTIONS(2753), - [anon_sym_alignas] = ACTIONS(2753), - [anon_sym__Alignas] = ACTIONS(2753), - [aux_sym_primitive_type_token1] = ACTIONS(2753), - [anon_sym_byte] = ACTIONS(2753), - [anon_sym_word] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_class] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), - [anon_sym_if] = ACTIONS(2753), - [anon_sym_else] = ACTIONS(2753), - [anon_sym_switch] = ACTIONS(2753), - [anon_sym_case] = ACTIONS(2753), - [anon_sym_default] = ACTIONS(2753), - [anon_sym_while] = ACTIONS(2753), - [anon_sym_do] = ACTIONS(2753), - [anon_sym_for] = ACTIONS(2753), - [anon_sym_return] = ACTIONS(2753), - [anon_sym_break] = ACTIONS(2753), - [anon_sym_continue] = ACTIONS(2753), - [anon_sym_goto] = ACTIONS(2753), - [anon_sym___try] = ACTIONS(2753), - [anon_sym___leave] = ACTIONS(2753), - [anon_sym_not] = ACTIONS(2753), - [anon_sym_compl] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2758), - [anon_sym_PLUS_PLUS] = ACTIONS(2758), - [anon_sym_sizeof] = ACTIONS(2753), - [anon_sym___alignof__] = ACTIONS(2753), - [anon_sym___alignof] = ACTIONS(2753), - [anon_sym__alignof] = ACTIONS(2753), - [anon_sym_alignof] = ACTIONS(2753), - [anon_sym__Alignof] = ACTIONS(2753), - [anon_sym_offsetof] = ACTIONS(2753), - [anon_sym__Generic] = ACTIONS(2753), - [anon_sym_asm] = ACTIONS(2753), - [anon_sym___asm__] = ACTIONS(2753), - [anon_sym___asm] = ACTIONS(2753), - [aux_sym_number_literal_token1] = ACTIONS(2758), - [aux_sym_number_literal_token2] = ACTIONS(2753), - [anon_sym_L_SQUOTE] = ACTIONS(2758), - [anon_sym_u_SQUOTE] = ACTIONS(2758), - [anon_sym_U_SQUOTE] = ACTIONS(2758), - [anon_sym_u8_SQUOTE] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2758), - [anon_sym_L_DQUOTE] = ACTIONS(2758), - [anon_sym_u_DQUOTE] = ACTIONS(2758), - [anon_sym_U_DQUOTE] = ACTIONS(2758), - [anon_sym_u8_DQUOTE] = ACTIONS(2758), - [anon_sym_DQUOTE] = ACTIONS(2758), - [sym_true] = ACTIONS(2753), - [sym_false] = ACTIONS(2753), - [anon_sym_NULL] = ACTIONS(2753), - [anon_sym_nullptr] = ACTIONS(2753), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2753), - [anon_sym_decltype] = ACTIONS(2753), - [anon_sym_explicit] = ACTIONS(2753), - [anon_sym_typename] = ACTIONS(2753), - [anon_sym_template] = ACTIONS(2753), - [anon_sym_operator] = ACTIONS(2753), - [anon_sym_try] = ACTIONS(2753), - [anon_sym_delete] = ACTIONS(2753), - [anon_sym_throw] = ACTIONS(2753), - [anon_sym_namespace] = ACTIONS(2753), - [anon_sym_using] = ACTIONS(2753), - [anon_sym_static_assert] = ACTIONS(2753), - [anon_sym_concept] = ACTIONS(2753), - [anon_sym_co_return] = ACTIONS(2753), - [anon_sym_co_yield] = ACTIONS(2753), - [anon_sym_R_DQUOTE] = ACTIONS(2758), - [anon_sym_LR_DQUOTE] = ACTIONS(2758), - [anon_sym_uR_DQUOTE] = ACTIONS(2758), - [anon_sym_UR_DQUOTE] = ACTIONS(2758), - [anon_sym_u8R_DQUOTE] = ACTIONS(2758), - [anon_sym_co_await] = ACTIONS(2753), - [anon_sym_new] = ACTIONS(2753), - [anon_sym_requires] = ACTIONS(2753), - [sym_this] = ACTIONS(2753), - }, - [517] = { - [ts_builtin_sym_end] = ACTIONS(2829), - [sym_identifier] = ACTIONS(2827), - [aux_sym_preproc_include_token1] = ACTIONS(2827), - [aux_sym_preproc_def_token1] = ACTIONS(2827), - [aux_sym_preproc_if_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2827), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2827), - [sym_preproc_directive] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2829), - [anon_sym_BANG] = ACTIONS(2829), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2827), - [anon_sym_PLUS] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_AMP_AMP] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2827), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym___extension__] = ACTIONS(2827), - [anon_sym_typedef] = ACTIONS(2827), - [anon_sym_virtual] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2827), - [anon_sym___attribute__] = ACTIONS(2827), - [anon_sym___attribute] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2827), - [anon_sym___based] = ACTIONS(2827), - [anon_sym___cdecl] = ACTIONS(2827), - [anon_sym___clrcall] = ACTIONS(2827), - [anon_sym___stdcall] = ACTIONS(2827), - [anon_sym___fastcall] = ACTIONS(2827), - [anon_sym___thiscall] = ACTIONS(2827), - [anon_sym___vectorcall] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2827), - [anon_sym_unsigned] = ACTIONS(2827), - [anon_sym_long] = ACTIONS(2827), - [anon_sym_short] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_static] = ACTIONS(2827), - [anon_sym_register] = ACTIONS(2827), - [anon_sym_inline] = ACTIONS(2827), - [anon_sym___inline] = ACTIONS(2827), - [anon_sym___inline__] = ACTIONS(2827), - [anon_sym___forceinline] = ACTIONS(2827), - [anon_sym_thread_local] = ACTIONS(2827), - [anon_sym___thread] = ACTIONS(2827), - [anon_sym_const] = ACTIONS(2827), - [anon_sym_constexpr] = ACTIONS(2827), - [anon_sym_volatile] = ACTIONS(2827), - [anon_sym_restrict] = ACTIONS(2827), - [anon_sym___restrict__] = ACTIONS(2827), - [anon_sym__Atomic] = ACTIONS(2827), - [anon_sym__Noreturn] = ACTIONS(2827), - [anon_sym_noreturn] = ACTIONS(2827), - [anon_sym__Nonnull] = ACTIONS(2827), - [anon_sym_mutable] = ACTIONS(2827), - [anon_sym_constinit] = ACTIONS(2827), - [anon_sym_consteval] = ACTIONS(2827), - [anon_sym_PROGMEM] = ACTIONS(2827), - [anon_sym_alignas] = ACTIONS(2827), - [anon_sym__Alignas] = ACTIONS(2827), - [aux_sym_primitive_type_token1] = ACTIONS(2827), - [anon_sym_byte] = ACTIONS(2827), - [anon_sym_word] = ACTIONS(2827), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_class] = ACTIONS(2827), - [anon_sym_struct] = ACTIONS(2827), - [anon_sym_union] = ACTIONS(2827), - [anon_sym_if] = ACTIONS(2827), - [anon_sym_else] = ACTIONS(2827), - [anon_sym_switch] = ACTIONS(2827), - [anon_sym_case] = ACTIONS(2827), - [anon_sym_default] = ACTIONS(2827), - [anon_sym_while] = ACTIONS(2827), - [anon_sym_do] = ACTIONS(2827), - [anon_sym_for] = ACTIONS(2827), - [anon_sym_return] = ACTIONS(2827), - [anon_sym_break] = ACTIONS(2827), - [anon_sym_continue] = ACTIONS(2827), - [anon_sym_goto] = ACTIONS(2827), - [anon_sym___try] = ACTIONS(2827), - [anon_sym___leave] = ACTIONS(2827), - [anon_sym_not] = ACTIONS(2827), - [anon_sym_compl] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_sizeof] = ACTIONS(2827), - [anon_sym___alignof__] = ACTIONS(2827), - [anon_sym___alignof] = ACTIONS(2827), - [anon_sym__alignof] = ACTIONS(2827), - [anon_sym_alignof] = ACTIONS(2827), - [anon_sym__Alignof] = ACTIONS(2827), - [anon_sym_offsetof] = ACTIONS(2827), - [anon_sym__Generic] = ACTIONS(2827), - [anon_sym_asm] = ACTIONS(2827), - [anon_sym___asm__] = ACTIONS(2827), - [anon_sym___asm] = ACTIONS(2827), - [aux_sym_number_literal_token1] = ACTIONS(2829), - [aux_sym_number_literal_token2] = ACTIONS(2827), - [anon_sym_L_SQUOTE] = ACTIONS(2829), - [anon_sym_u_SQUOTE] = ACTIONS(2829), - [anon_sym_U_SQUOTE] = ACTIONS(2829), - [anon_sym_u8_SQUOTE] = ACTIONS(2829), - [anon_sym_SQUOTE] = ACTIONS(2829), - [anon_sym_L_DQUOTE] = ACTIONS(2829), - [anon_sym_u_DQUOTE] = ACTIONS(2829), - [anon_sym_U_DQUOTE] = ACTIONS(2829), - [anon_sym_u8_DQUOTE] = ACTIONS(2829), - [anon_sym_DQUOTE] = ACTIONS(2829), - [sym_true] = ACTIONS(2827), - [sym_false] = ACTIONS(2827), - [anon_sym_NULL] = ACTIONS(2827), - [anon_sym_nullptr] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2827), - [anon_sym_decltype] = ACTIONS(2827), - [anon_sym_explicit] = ACTIONS(2827), - [anon_sym_typename] = ACTIONS(2827), - [anon_sym_template] = ACTIONS(2827), - [anon_sym_operator] = ACTIONS(2827), - [anon_sym_try] = ACTIONS(2827), - [anon_sym_delete] = ACTIONS(2827), - [anon_sym_throw] = ACTIONS(2827), - [anon_sym_namespace] = ACTIONS(2827), - [anon_sym_using] = ACTIONS(2827), - [anon_sym_static_assert] = ACTIONS(2827), - [anon_sym_concept] = ACTIONS(2827), - [anon_sym_co_return] = ACTIONS(2827), - [anon_sym_co_yield] = ACTIONS(2827), - [anon_sym_R_DQUOTE] = ACTIONS(2829), - [anon_sym_LR_DQUOTE] = ACTIONS(2829), - [anon_sym_uR_DQUOTE] = ACTIONS(2829), - [anon_sym_UR_DQUOTE] = ACTIONS(2829), - [anon_sym_u8R_DQUOTE] = ACTIONS(2829), - [anon_sym_co_await] = ACTIONS(2827), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_requires] = ACTIONS(2827), - [sym_this] = ACTIONS(2827), - }, - [518] = { - [ts_builtin_sym_end] = ACTIONS(2825), - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [519] = { - [ts_builtin_sym_end] = ACTIONS(2871), - [sym_identifier] = ACTIONS(2869), - [aux_sym_preproc_include_token1] = ACTIONS(2869), - [aux_sym_preproc_def_token1] = ACTIONS(2869), - [aux_sym_preproc_if_token1] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), - [sym_preproc_directive] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2869), - [anon_sym_PLUS] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym___extension__] = ACTIONS(2869), - [anon_sym_typedef] = ACTIONS(2869), - [anon_sym_virtual] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___attribute] = ACTIONS(2869), - [anon_sym_COLON_COLON] = ACTIONS(2871), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym___cdecl] = ACTIONS(2869), - [anon_sym___clrcall] = ACTIONS(2869), - [anon_sym___stdcall] = ACTIONS(2869), - [anon_sym___fastcall] = ACTIONS(2869), - [anon_sym___thiscall] = ACTIONS(2869), - [anon_sym___vectorcall] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_signed] = ACTIONS(2869), - [anon_sym_unsigned] = ACTIONS(2869), - [anon_sym_long] = ACTIONS(2869), - [anon_sym_short] = ACTIONS(2869), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym___inline] = ACTIONS(2869), - [anon_sym___inline__] = ACTIONS(2869), - [anon_sym___forceinline] = ACTIONS(2869), - [anon_sym_thread_local] = ACTIONS(2869), - [anon_sym___thread] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym___restrict__] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym__Noreturn] = ACTIONS(2869), - [anon_sym_noreturn] = ACTIONS(2869), - [anon_sym__Nonnull] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constinit] = ACTIONS(2869), - [anon_sym_consteval] = ACTIONS(2869), - [anon_sym_PROGMEM] = ACTIONS(2869), - [anon_sym_alignas] = ACTIONS(2869), - [anon_sym__Alignas] = ACTIONS(2869), - [aux_sym_primitive_type_token1] = ACTIONS(2869), - [anon_sym_byte] = ACTIONS(2869), - [anon_sym_word] = ACTIONS(2869), - [anon_sym_enum] = ACTIONS(2869), - [anon_sym_class] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2869), - [anon_sym_union] = ACTIONS(2869), - [anon_sym_if] = ACTIONS(2869), - [anon_sym_else] = ACTIONS(2869), - [anon_sym_switch] = ACTIONS(2869), - [anon_sym_case] = ACTIONS(2869), - [anon_sym_default] = ACTIONS(2869), - [anon_sym_while] = ACTIONS(2869), - [anon_sym_do] = ACTIONS(2869), - [anon_sym_for] = ACTIONS(2869), - [anon_sym_return] = ACTIONS(2869), - [anon_sym_break] = ACTIONS(2869), - [anon_sym_continue] = ACTIONS(2869), - [anon_sym_goto] = ACTIONS(2869), - [anon_sym___try] = ACTIONS(2869), - [anon_sym___leave] = ACTIONS(2869), - [anon_sym_not] = ACTIONS(2869), - [anon_sym_compl] = ACTIONS(2869), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_sizeof] = ACTIONS(2869), - [anon_sym___alignof__] = ACTIONS(2869), - [anon_sym___alignof] = ACTIONS(2869), - [anon_sym__alignof] = ACTIONS(2869), - [anon_sym_alignof] = ACTIONS(2869), - [anon_sym__Alignof] = ACTIONS(2869), - [anon_sym_offsetof] = ACTIONS(2869), - [anon_sym__Generic] = ACTIONS(2869), - [anon_sym_asm] = ACTIONS(2869), - [anon_sym___asm__] = ACTIONS(2869), - [anon_sym___asm] = ACTIONS(2869), - [aux_sym_number_literal_token1] = ACTIONS(2871), - [aux_sym_number_literal_token2] = ACTIONS(2869), - [anon_sym_L_SQUOTE] = ACTIONS(2871), - [anon_sym_u_SQUOTE] = ACTIONS(2871), - [anon_sym_U_SQUOTE] = ACTIONS(2871), - [anon_sym_u8_SQUOTE] = ACTIONS(2871), - [anon_sym_SQUOTE] = ACTIONS(2871), - [anon_sym_L_DQUOTE] = ACTIONS(2871), - [anon_sym_u_DQUOTE] = ACTIONS(2871), - [anon_sym_U_DQUOTE] = ACTIONS(2871), - [anon_sym_u8_DQUOTE] = ACTIONS(2871), - [anon_sym_DQUOTE] = ACTIONS(2871), - [sym_true] = ACTIONS(2869), - [sym_false] = ACTIONS(2869), - [anon_sym_NULL] = ACTIONS(2869), - [anon_sym_nullptr] = ACTIONS(2869), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2869), - [anon_sym_decltype] = ACTIONS(2869), - [anon_sym_explicit] = ACTIONS(2869), - [anon_sym_typename] = ACTIONS(2869), - [anon_sym_template] = ACTIONS(2869), - [anon_sym_operator] = ACTIONS(2869), - [anon_sym_try] = ACTIONS(2869), - [anon_sym_delete] = ACTIONS(2869), - [anon_sym_throw] = ACTIONS(2869), - [anon_sym_namespace] = ACTIONS(2869), - [anon_sym_using] = ACTIONS(2869), - [anon_sym_static_assert] = ACTIONS(2869), - [anon_sym_concept] = ACTIONS(2869), - [anon_sym_co_return] = ACTIONS(2869), - [anon_sym_co_yield] = ACTIONS(2869), - [anon_sym_R_DQUOTE] = ACTIONS(2871), - [anon_sym_LR_DQUOTE] = ACTIONS(2871), - [anon_sym_uR_DQUOTE] = ACTIONS(2871), - [anon_sym_UR_DQUOTE] = ACTIONS(2871), - [anon_sym_u8R_DQUOTE] = ACTIONS(2871), - [anon_sym_co_await] = ACTIONS(2869), - [anon_sym_new] = ACTIONS(2869), - [anon_sym_requires] = ACTIONS(2869), - [sym_this] = ACTIONS(2869), - }, - [520] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_RBRACE] = ACTIONS(2807), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - }, - [521] = { - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_include_token1] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym___cdecl] = ACTIONS(2909), - [anon_sym___clrcall] = ACTIONS(2909), - [anon_sym___stdcall] = ACTIONS(2909), - [anon_sym___fastcall] = ACTIONS(2909), - [anon_sym___thiscall] = ACTIONS(2909), - [anon_sym___vectorcall] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_RBRACE] = ACTIONS(2911), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_else] = ACTIONS(2909), - [anon_sym_switch] = ACTIONS(2909), - [anon_sym_case] = ACTIONS(2909), - [anon_sym_default] = ACTIONS(2909), - [anon_sym_while] = ACTIONS(2909), - [anon_sym_do] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym___try] = ACTIONS(2909), - [anon_sym___leave] = ACTIONS(2909), - [anon_sym_not] = ACTIONS(2909), - [anon_sym_compl] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_sizeof] = ACTIONS(2909), - [anon_sym___alignof__] = ACTIONS(2909), - [anon_sym___alignof] = ACTIONS(2909), - [anon_sym__alignof] = ACTIONS(2909), - [anon_sym_alignof] = ACTIONS(2909), - [anon_sym__Alignof] = ACTIONS(2909), - [anon_sym_offsetof] = ACTIONS(2909), - [anon_sym__Generic] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym___asm__] = ACTIONS(2909), - [anon_sym___asm] = ACTIONS(2909), - [aux_sym_number_literal_token1] = ACTIONS(2911), - [aux_sym_number_literal_token2] = ACTIONS(2909), - [anon_sym_L_SQUOTE] = ACTIONS(2911), - [anon_sym_u_SQUOTE] = ACTIONS(2911), - [anon_sym_U_SQUOTE] = ACTIONS(2911), - [anon_sym_u8_SQUOTE] = ACTIONS(2911), - [anon_sym_SQUOTE] = ACTIONS(2911), - [anon_sym_L_DQUOTE] = ACTIONS(2911), - [anon_sym_u_DQUOTE] = ACTIONS(2911), - [anon_sym_U_DQUOTE] = ACTIONS(2911), - [anon_sym_u8_DQUOTE] = ACTIONS(2911), - [anon_sym_DQUOTE] = ACTIONS(2911), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [anon_sym_NULL] = ACTIONS(2909), - [anon_sym_nullptr] = ACTIONS(2909), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_explicit] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_operator] = ACTIONS(2909), - [anon_sym_try] = ACTIONS(2909), - [anon_sym_delete] = ACTIONS(2909), - [anon_sym_throw] = ACTIONS(2909), - [anon_sym_namespace] = ACTIONS(2909), - [anon_sym_using] = ACTIONS(2909), - [anon_sym_static_assert] = ACTIONS(2909), - [anon_sym_concept] = ACTIONS(2909), - [anon_sym_co_return] = ACTIONS(2909), - [anon_sym_co_yield] = ACTIONS(2909), - [anon_sym_R_DQUOTE] = ACTIONS(2911), - [anon_sym_LR_DQUOTE] = ACTIONS(2911), - [anon_sym_uR_DQUOTE] = ACTIONS(2911), - [anon_sym_UR_DQUOTE] = ACTIONS(2911), - [anon_sym_u8R_DQUOTE] = ACTIONS(2911), - [anon_sym_co_await] = ACTIONS(2909), - [anon_sym_new] = ACTIONS(2909), - [anon_sym_requires] = ACTIONS(2909), - [sym_this] = ACTIONS(2909), - }, - [522] = { - [sym_identifier] = ACTIONS(2921), - [aux_sym_preproc_include_token1] = ACTIONS(2921), - [aux_sym_preproc_def_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token2] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), - [sym_preproc_directive] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2921), - [anon_sym_PLUS] = ACTIONS(2921), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym___extension__] = ACTIONS(2921), - [anon_sym_typedef] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___attribute] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym___cdecl] = ACTIONS(2921), - [anon_sym___clrcall] = ACTIONS(2921), - [anon_sym___stdcall] = ACTIONS(2921), - [anon_sym___fastcall] = ACTIONS(2921), - [anon_sym___thiscall] = ACTIONS(2921), - [anon_sym___vectorcall] = ACTIONS(2921), - [anon_sym_LBRACE] = ACTIONS(2923), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym___inline] = ACTIONS(2921), - [anon_sym___inline__] = ACTIONS(2921), - [anon_sym___forceinline] = ACTIONS(2921), - [anon_sym_thread_local] = ACTIONS(2921), - [anon_sym___thread] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym___restrict__] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym__Noreturn] = ACTIONS(2921), - [anon_sym_noreturn] = ACTIONS(2921), - [anon_sym__Nonnull] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constinit] = ACTIONS(2921), - [anon_sym_consteval] = ACTIONS(2921), - [anon_sym_PROGMEM] = ACTIONS(2921), - [anon_sym_alignas] = ACTIONS(2921), - [anon_sym__Alignas] = ACTIONS(2921), - [aux_sym_primitive_type_token1] = ACTIONS(2921), - [anon_sym_byte] = ACTIONS(2921), - [anon_sym_word] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), - [anon_sym_if] = ACTIONS(2921), - [anon_sym_else] = ACTIONS(2921), - [anon_sym_switch] = ACTIONS(2921), - [anon_sym_case] = ACTIONS(2921), - [anon_sym_default] = ACTIONS(2921), - [anon_sym_while] = ACTIONS(2921), - [anon_sym_do] = ACTIONS(2921), - [anon_sym_for] = ACTIONS(2921), - [anon_sym_return] = ACTIONS(2921), - [anon_sym_break] = ACTIONS(2921), - [anon_sym_continue] = ACTIONS(2921), - [anon_sym_goto] = ACTIONS(2921), - [anon_sym___try] = ACTIONS(2921), - [anon_sym___leave] = ACTIONS(2921), - [anon_sym_not] = ACTIONS(2921), - [anon_sym_compl] = ACTIONS(2921), - [anon_sym_DASH_DASH] = ACTIONS(2923), - [anon_sym_PLUS_PLUS] = ACTIONS(2923), - [anon_sym_sizeof] = ACTIONS(2921), - [anon_sym___alignof__] = ACTIONS(2921), - [anon_sym___alignof] = ACTIONS(2921), - [anon_sym__alignof] = ACTIONS(2921), - [anon_sym_alignof] = ACTIONS(2921), - [anon_sym__Alignof] = ACTIONS(2921), - [anon_sym_offsetof] = ACTIONS(2921), - [anon_sym__Generic] = ACTIONS(2921), - [anon_sym_asm] = ACTIONS(2921), - [anon_sym___asm__] = ACTIONS(2921), - [anon_sym___asm] = ACTIONS(2921), - [aux_sym_number_literal_token1] = ACTIONS(2923), - [aux_sym_number_literal_token2] = ACTIONS(2921), - [anon_sym_L_SQUOTE] = ACTIONS(2923), - [anon_sym_u_SQUOTE] = ACTIONS(2923), - [anon_sym_U_SQUOTE] = ACTIONS(2923), - [anon_sym_u8_SQUOTE] = ACTIONS(2923), - [anon_sym_SQUOTE] = ACTIONS(2923), - [anon_sym_L_DQUOTE] = ACTIONS(2923), - [anon_sym_u_DQUOTE] = ACTIONS(2923), - [anon_sym_U_DQUOTE] = ACTIONS(2923), - [anon_sym_u8_DQUOTE] = ACTIONS(2923), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym_true] = ACTIONS(2921), - [sym_false] = ACTIONS(2921), - [anon_sym_NULL] = ACTIONS(2921), - [anon_sym_nullptr] = ACTIONS(2921), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2921), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_try] = ACTIONS(2921), - [anon_sym_delete] = ACTIONS(2921), - [anon_sym_throw] = ACTIONS(2921), - [anon_sym_namespace] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_static_assert] = ACTIONS(2921), - [anon_sym_concept] = ACTIONS(2921), - [anon_sym_co_return] = ACTIONS(2921), - [anon_sym_co_yield] = ACTIONS(2921), - [anon_sym_R_DQUOTE] = ACTIONS(2923), - [anon_sym_LR_DQUOTE] = ACTIONS(2923), - [anon_sym_uR_DQUOTE] = ACTIONS(2923), - [anon_sym_UR_DQUOTE] = ACTIONS(2923), - [anon_sym_u8R_DQUOTE] = ACTIONS(2923), - [anon_sym_co_await] = ACTIONS(2921), - [anon_sym_new] = ACTIONS(2921), - [anon_sym_requires] = ACTIONS(2921), - [sym_this] = ACTIONS(2921), - }, - [523] = { - [sym_identifier] = ACTIONS(2917), - [aux_sym_preproc_include_token1] = ACTIONS(2917), - [aux_sym_preproc_def_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token2] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), - [sym_preproc_directive] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym___based] = ACTIONS(2917), - [anon_sym___cdecl] = ACTIONS(2917), - [anon_sym___clrcall] = ACTIONS(2917), - [anon_sym___stdcall] = ACTIONS(2917), - [anon_sym___fastcall] = ACTIONS(2917), - [anon_sym___thiscall] = ACTIONS(2917), - [anon_sym___vectorcall] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_else] = ACTIONS(2917), - [anon_sym_switch] = ACTIONS(2917), - [anon_sym_case] = ACTIONS(2917), - [anon_sym_default] = ACTIONS(2917), - [anon_sym_while] = ACTIONS(2917), - [anon_sym_do] = ACTIONS(2917), - [anon_sym_for] = ACTIONS(2917), - [anon_sym_return] = ACTIONS(2917), - [anon_sym_break] = ACTIONS(2917), - [anon_sym_continue] = ACTIONS(2917), - [anon_sym_goto] = ACTIONS(2917), - [anon_sym___try] = ACTIONS(2917), - [anon_sym___leave] = ACTIONS(2917), - [anon_sym_not] = ACTIONS(2917), - [anon_sym_compl] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2919), - [anon_sym_sizeof] = ACTIONS(2917), - [anon_sym___alignof__] = ACTIONS(2917), - [anon_sym___alignof] = ACTIONS(2917), - [anon_sym__alignof] = ACTIONS(2917), - [anon_sym_alignof] = ACTIONS(2917), - [anon_sym__Alignof] = ACTIONS(2917), - [anon_sym_offsetof] = ACTIONS(2917), - [anon_sym__Generic] = ACTIONS(2917), - [anon_sym_asm] = ACTIONS(2917), - [anon_sym___asm__] = ACTIONS(2917), - [anon_sym___asm] = ACTIONS(2917), - [aux_sym_number_literal_token1] = ACTIONS(2919), - [aux_sym_number_literal_token2] = ACTIONS(2917), - [anon_sym_L_SQUOTE] = ACTIONS(2919), - [anon_sym_u_SQUOTE] = ACTIONS(2919), - [anon_sym_U_SQUOTE] = ACTIONS(2919), - [anon_sym_u8_SQUOTE] = ACTIONS(2919), - [anon_sym_SQUOTE] = ACTIONS(2919), - [anon_sym_L_DQUOTE] = ACTIONS(2919), - [anon_sym_u_DQUOTE] = ACTIONS(2919), - [anon_sym_U_DQUOTE] = ACTIONS(2919), - [anon_sym_u8_DQUOTE] = ACTIONS(2919), - [anon_sym_DQUOTE] = ACTIONS(2919), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [anon_sym_NULL] = ACTIONS(2917), - [anon_sym_nullptr] = ACTIONS(2917), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_explicit] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_operator] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(2917), - [anon_sym_delete] = ACTIONS(2917), - [anon_sym_throw] = ACTIONS(2917), - [anon_sym_namespace] = ACTIONS(2917), - [anon_sym_using] = ACTIONS(2917), - [anon_sym_static_assert] = ACTIONS(2917), - [anon_sym_concept] = ACTIONS(2917), - [anon_sym_co_return] = ACTIONS(2917), - [anon_sym_co_yield] = ACTIONS(2917), - [anon_sym_R_DQUOTE] = ACTIONS(2919), - [anon_sym_LR_DQUOTE] = ACTIONS(2919), - [anon_sym_uR_DQUOTE] = ACTIONS(2919), - [anon_sym_UR_DQUOTE] = ACTIONS(2919), - [anon_sym_u8R_DQUOTE] = ACTIONS(2919), - [anon_sym_co_await] = ACTIONS(2917), - [anon_sym_new] = ACTIONS(2917), - [anon_sym_requires] = ACTIONS(2917), - [sym_this] = ACTIONS(2917), - }, - [524] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_include_token1] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token2] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_BANG] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym___cdecl] = ACTIONS(2815), - [anon_sym___clrcall] = ACTIONS(2815), - [anon_sym___stdcall] = ACTIONS(2815), - [anon_sym___fastcall] = ACTIONS(2815), - [anon_sym___thiscall] = ACTIONS(2815), - [anon_sym___vectorcall] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_switch] = ACTIONS(2815), - [anon_sym_case] = ACTIONS(2815), - [anon_sym_default] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_goto] = ACTIONS(2815), - [anon_sym___try] = ACTIONS(2815), - [anon_sym___leave] = ACTIONS(2815), - [anon_sym_not] = ACTIONS(2815), - [anon_sym_compl] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_sizeof] = ACTIONS(2815), - [anon_sym___alignof__] = ACTIONS(2815), - [anon_sym___alignof] = ACTIONS(2815), - [anon_sym__alignof] = ACTIONS(2815), - [anon_sym_alignof] = ACTIONS(2815), - [anon_sym__Alignof] = ACTIONS(2815), - [anon_sym_offsetof] = ACTIONS(2815), - [anon_sym__Generic] = ACTIONS(2815), - [anon_sym_asm] = ACTIONS(2815), - [anon_sym___asm__] = ACTIONS(2815), - [anon_sym___asm] = ACTIONS(2815), - [aux_sym_number_literal_token1] = ACTIONS(2817), - [aux_sym_number_literal_token2] = ACTIONS(2815), - [anon_sym_L_SQUOTE] = ACTIONS(2817), - [anon_sym_u_SQUOTE] = ACTIONS(2817), - [anon_sym_U_SQUOTE] = ACTIONS(2817), - [anon_sym_u8_SQUOTE] = ACTIONS(2817), - [anon_sym_SQUOTE] = ACTIONS(2817), - [anon_sym_L_DQUOTE] = ACTIONS(2817), - [anon_sym_u_DQUOTE] = ACTIONS(2817), - [anon_sym_U_DQUOTE] = ACTIONS(2817), - [anon_sym_u8_DQUOTE] = ACTIONS(2817), - [anon_sym_DQUOTE] = ACTIONS(2817), - [sym_true] = ACTIONS(2815), - [sym_false] = ACTIONS(2815), - [anon_sym_NULL] = ACTIONS(2815), - [anon_sym_nullptr] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [anon_sym_delete] = ACTIONS(2815), - [anon_sym_throw] = ACTIONS(2815), - [anon_sym_namespace] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), - [anon_sym_concept] = ACTIONS(2815), - [anon_sym_co_return] = ACTIONS(2815), - [anon_sym_co_yield] = ACTIONS(2815), - [anon_sym_R_DQUOTE] = ACTIONS(2817), - [anon_sym_LR_DQUOTE] = ACTIONS(2817), - [anon_sym_uR_DQUOTE] = ACTIONS(2817), - [anon_sym_UR_DQUOTE] = ACTIONS(2817), - [anon_sym_u8R_DQUOTE] = ACTIONS(2817), - [anon_sym_co_await] = ACTIONS(2815), - [anon_sym_new] = ACTIONS(2815), - [anon_sym_requires] = ACTIONS(2815), - [sym_this] = ACTIONS(2815), - }, - [525] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_RBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [526] = { - [sym_identifier] = ACTIONS(2925), - [aux_sym_preproc_include_token1] = ACTIONS(2925), - [aux_sym_preproc_def_token1] = ACTIONS(2925), - [aux_sym_preproc_if_token1] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), - [sym_preproc_directive] = ACTIONS(2925), - [anon_sym_LPAREN2] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_PLUS] = ACTIONS(2925), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2925), - [anon_sym_SEMI] = ACTIONS(2927), - [anon_sym___extension__] = ACTIONS(2925), - [anon_sym_typedef] = ACTIONS(2925), - [anon_sym_virtual] = ACTIONS(2925), - [anon_sym_extern] = ACTIONS(2925), - [anon_sym___attribute__] = ACTIONS(2925), - [anon_sym___attribute] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), - [anon_sym___declspec] = ACTIONS(2925), - [anon_sym___based] = ACTIONS(2925), - [anon_sym___cdecl] = ACTIONS(2925), - [anon_sym___clrcall] = ACTIONS(2925), - [anon_sym___stdcall] = ACTIONS(2925), - [anon_sym___fastcall] = ACTIONS(2925), - [anon_sym___thiscall] = ACTIONS(2925), - [anon_sym___vectorcall] = ACTIONS(2925), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_RBRACE] = ACTIONS(2927), - [anon_sym_signed] = ACTIONS(2925), - [anon_sym_unsigned] = ACTIONS(2925), - [anon_sym_long] = ACTIONS(2925), - [anon_sym_short] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_static] = ACTIONS(2925), - [anon_sym_register] = ACTIONS(2925), - [anon_sym_inline] = ACTIONS(2925), - [anon_sym___inline] = ACTIONS(2925), - [anon_sym___inline__] = ACTIONS(2925), - [anon_sym___forceinline] = ACTIONS(2925), - [anon_sym_thread_local] = ACTIONS(2925), - [anon_sym___thread] = ACTIONS(2925), - [anon_sym_const] = ACTIONS(2925), - [anon_sym_constexpr] = ACTIONS(2925), - [anon_sym_volatile] = ACTIONS(2925), - [anon_sym_restrict] = ACTIONS(2925), - [anon_sym___restrict__] = ACTIONS(2925), - [anon_sym__Atomic] = ACTIONS(2925), - [anon_sym__Noreturn] = ACTIONS(2925), - [anon_sym_noreturn] = ACTIONS(2925), - [anon_sym__Nonnull] = ACTIONS(2925), - [anon_sym_mutable] = ACTIONS(2925), - [anon_sym_constinit] = ACTIONS(2925), - [anon_sym_consteval] = ACTIONS(2925), - [anon_sym_PROGMEM] = ACTIONS(2925), - [anon_sym_alignas] = ACTIONS(2925), - [anon_sym__Alignas] = ACTIONS(2925), - [aux_sym_primitive_type_token1] = ACTIONS(2925), - [anon_sym_byte] = ACTIONS(2925), - [anon_sym_word] = ACTIONS(2925), - [anon_sym_enum] = ACTIONS(2925), - [anon_sym_class] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2925), - [anon_sym_union] = ACTIONS(2925), - [anon_sym_if] = ACTIONS(2925), - [anon_sym_else] = ACTIONS(2925), - [anon_sym_switch] = ACTIONS(2925), - [anon_sym_case] = ACTIONS(2925), - [anon_sym_default] = ACTIONS(2925), - [anon_sym_while] = ACTIONS(2925), - [anon_sym_do] = ACTIONS(2925), - [anon_sym_for] = ACTIONS(2925), - [anon_sym_return] = ACTIONS(2925), - [anon_sym_break] = ACTIONS(2925), - [anon_sym_continue] = ACTIONS(2925), - [anon_sym_goto] = ACTIONS(2925), - [anon_sym___try] = ACTIONS(2925), - [anon_sym___leave] = ACTIONS(2925), - [anon_sym_not] = ACTIONS(2925), - [anon_sym_compl] = ACTIONS(2925), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_sizeof] = ACTIONS(2925), - [anon_sym___alignof__] = ACTIONS(2925), - [anon_sym___alignof] = ACTIONS(2925), - [anon_sym__alignof] = ACTIONS(2925), - [anon_sym_alignof] = ACTIONS(2925), - [anon_sym__Alignof] = ACTIONS(2925), - [anon_sym_offsetof] = ACTIONS(2925), - [anon_sym__Generic] = ACTIONS(2925), - [anon_sym_asm] = ACTIONS(2925), - [anon_sym___asm__] = ACTIONS(2925), - [anon_sym___asm] = ACTIONS(2925), - [aux_sym_number_literal_token1] = ACTIONS(2927), - [aux_sym_number_literal_token2] = ACTIONS(2925), - [anon_sym_L_SQUOTE] = ACTIONS(2927), - [anon_sym_u_SQUOTE] = ACTIONS(2927), - [anon_sym_U_SQUOTE] = ACTIONS(2927), - [anon_sym_u8_SQUOTE] = ACTIONS(2927), - [anon_sym_SQUOTE] = ACTIONS(2927), - [anon_sym_L_DQUOTE] = ACTIONS(2927), - [anon_sym_u_DQUOTE] = ACTIONS(2927), - [anon_sym_U_DQUOTE] = ACTIONS(2927), - [anon_sym_u8_DQUOTE] = ACTIONS(2927), - [anon_sym_DQUOTE] = ACTIONS(2927), - [sym_true] = ACTIONS(2925), - [sym_false] = ACTIONS(2925), - [anon_sym_NULL] = ACTIONS(2925), - [anon_sym_nullptr] = ACTIONS(2925), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2925), - [anon_sym_decltype] = ACTIONS(2925), - [anon_sym_explicit] = ACTIONS(2925), - [anon_sym_typename] = ACTIONS(2925), - [anon_sym_template] = ACTIONS(2925), - [anon_sym_operator] = ACTIONS(2925), - [anon_sym_try] = ACTIONS(2925), - [anon_sym_delete] = ACTIONS(2925), - [anon_sym_throw] = ACTIONS(2925), - [anon_sym_namespace] = ACTIONS(2925), - [anon_sym_using] = ACTIONS(2925), - [anon_sym_static_assert] = ACTIONS(2925), - [anon_sym_concept] = ACTIONS(2925), - [anon_sym_co_return] = ACTIONS(2925), - [anon_sym_co_yield] = ACTIONS(2925), - [anon_sym_R_DQUOTE] = ACTIONS(2927), - [anon_sym_LR_DQUOTE] = ACTIONS(2927), - [anon_sym_uR_DQUOTE] = ACTIONS(2927), - [anon_sym_UR_DQUOTE] = ACTIONS(2927), - [anon_sym_u8R_DQUOTE] = ACTIONS(2927), - [anon_sym_co_await] = ACTIONS(2925), - [anon_sym_new] = ACTIONS(2925), - [anon_sym_requires] = ACTIONS(2925), - [sym_this] = ACTIONS(2925), - }, - [527] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_RBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [528] = { - [sym_identifier] = ACTIONS(2773), - [aux_sym_preproc_include_token1] = ACTIONS(2773), - [aux_sym_preproc_def_token1] = ACTIONS(2773), - [aux_sym_preproc_if_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2773), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2773), - [sym_preproc_directive] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP_AMP] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym___extension__] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___attribute] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym___based] = ACTIONS(2773), - [anon_sym___cdecl] = ACTIONS(2773), - [anon_sym___clrcall] = ACTIONS(2773), - [anon_sym___stdcall] = ACTIONS(2773), - [anon_sym___fastcall] = ACTIONS(2773), - [anon_sym___thiscall] = ACTIONS(2773), - [anon_sym___vectorcall] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym___inline] = ACTIONS(2773), - [anon_sym___inline__] = ACTIONS(2773), - [anon_sym___forceinline] = ACTIONS(2773), - [anon_sym_thread_local] = ACTIONS(2773), - [anon_sym___thread] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym___restrict__] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym__Noreturn] = ACTIONS(2773), - [anon_sym_noreturn] = ACTIONS(2773), - [anon_sym__Nonnull] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constinit] = ACTIONS(2773), - [anon_sym_consteval] = ACTIONS(2773), - [anon_sym_PROGMEM] = ACTIONS(2773), - [anon_sym_alignas] = ACTIONS(2773), - [anon_sym__Alignas] = ACTIONS(2773), - [aux_sym_primitive_type_token1] = ACTIONS(2773), - [anon_sym_byte] = ACTIONS(2773), - [anon_sym_word] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_else] = ACTIONS(2773), - [anon_sym_switch] = ACTIONS(2773), - [anon_sym_case] = ACTIONS(2773), - [anon_sym_default] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_do] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym___try] = ACTIONS(2773), - [anon_sym___leave] = ACTIONS(2773), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_compl] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_sizeof] = ACTIONS(2773), - [anon_sym___alignof__] = ACTIONS(2773), - [anon_sym___alignof] = ACTIONS(2773), - [anon_sym__alignof] = ACTIONS(2773), - [anon_sym_alignof] = ACTIONS(2773), - [anon_sym__Alignof] = ACTIONS(2773), - [anon_sym_offsetof] = ACTIONS(2773), - [anon_sym__Generic] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym___asm__] = ACTIONS(2773), - [anon_sym___asm] = ACTIONS(2773), - [aux_sym_number_literal_token1] = ACTIONS(2775), - [aux_sym_number_literal_token2] = ACTIONS(2773), - [anon_sym_L_SQUOTE] = ACTIONS(2775), - [anon_sym_u_SQUOTE] = ACTIONS(2775), - [anon_sym_U_SQUOTE] = ACTIONS(2775), - [anon_sym_u8_SQUOTE] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_L_DQUOTE] = ACTIONS(2775), - [anon_sym_u_DQUOTE] = ACTIONS(2775), - [anon_sym_U_DQUOTE] = ACTIONS(2775), - [anon_sym_u8_DQUOTE] = ACTIONS(2775), - [anon_sym_DQUOTE] = ACTIONS(2775), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [anon_sym_NULL] = ACTIONS(2773), - [anon_sym_nullptr] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2773), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_explicit] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_operator] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [anon_sym_delete] = ACTIONS(2773), - [anon_sym_throw] = ACTIONS(2773), - [anon_sym_namespace] = ACTIONS(2773), - [anon_sym_using] = ACTIONS(2773), - [anon_sym_static_assert] = ACTIONS(2773), - [anon_sym_concept] = ACTIONS(2773), - [anon_sym_co_return] = ACTIONS(2773), - [anon_sym_co_yield] = ACTIONS(2773), - [anon_sym_R_DQUOTE] = ACTIONS(2775), - [anon_sym_LR_DQUOTE] = ACTIONS(2775), - [anon_sym_uR_DQUOTE] = ACTIONS(2775), - [anon_sym_UR_DQUOTE] = ACTIONS(2775), - [anon_sym_u8R_DQUOTE] = ACTIONS(2775), - [anon_sym_co_await] = ACTIONS(2773), - [anon_sym_new] = ACTIONS(2773), - [anon_sym_requires] = ACTIONS(2773), - [sym_this] = ACTIONS(2773), - }, - [529] = { - [sym_identifier] = ACTIONS(2835), - [aux_sym_preproc_include_token1] = ACTIONS(2835), - [aux_sym_preproc_def_token1] = ACTIONS(2835), - [aux_sym_preproc_if_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2835), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2835), - [sym_preproc_directive] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2837), - [anon_sym_BANG] = ACTIONS(2837), - [anon_sym_TILDE] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2835), - [anon_sym_PLUS] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2837), - [anon_sym_AMP_AMP] = ACTIONS(2837), - [anon_sym_AMP] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym___extension__] = ACTIONS(2835), - [anon_sym_typedef] = ACTIONS(2835), - [anon_sym_virtual] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2835), - [anon_sym___attribute__] = ACTIONS(2835), - [anon_sym___attribute] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2837), - [anon_sym___declspec] = ACTIONS(2835), - [anon_sym___based] = ACTIONS(2835), - [anon_sym___cdecl] = ACTIONS(2835), - [anon_sym___clrcall] = ACTIONS(2835), - [anon_sym___stdcall] = ACTIONS(2835), - [anon_sym___fastcall] = ACTIONS(2835), - [anon_sym___thiscall] = ACTIONS(2835), - [anon_sym___vectorcall] = ACTIONS(2835), - [anon_sym_LBRACE] = ACTIONS(2837), - [anon_sym_RBRACE] = ACTIONS(2837), - [anon_sym_signed] = ACTIONS(2835), - [anon_sym_unsigned] = ACTIONS(2835), - [anon_sym_long] = ACTIONS(2835), - [anon_sym_short] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2835), - [anon_sym_register] = ACTIONS(2835), - [anon_sym_inline] = ACTIONS(2835), - [anon_sym___inline] = ACTIONS(2835), - [anon_sym___inline__] = ACTIONS(2835), - [anon_sym___forceinline] = ACTIONS(2835), - [anon_sym_thread_local] = ACTIONS(2835), - [anon_sym___thread] = ACTIONS(2835), - [anon_sym_const] = ACTIONS(2835), - [anon_sym_constexpr] = ACTIONS(2835), - [anon_sym_volatile] = ACTIONS(2835), - [anon_sym_restrict] = ACTIONS(2835), - [anon_sym___restrict__] = ACTIONS(2835), - [anon_sym__Atomic] = ACTIONS(2835), - [anon_sym__Noreturn] = ACTIONS(2835), - [anon_sym_noreturn] = ACTIONS(2835), - [anon_sym__Nonnull] = ACTIONS(2835), - [anon_sym_mutable] = ACTIONS(2835), - [anon_sym_constinit] = ACTIONS(2835), - [anon_sym_consteval] = ACTIONS(2835), - [anon_sym_PROGMEM] = ACTIONS(2835), - [anon_sym_alignas] = ACTIONS(2835), - [anon_sym__Alignas] = ACTIONS(2835), - [aux_sym_primitive_type_token1] = ACTIONS(2835), - [anon_sym_byte] = ACTIONS(2835), - [anon_sym_word] = ACTIONS(2835), - [anon_sym_enum] = ACTIONS(2835), - [anon_sym_class] = ACTIONS(2835), - [anon_sym_struct] = ACTIONS(2835), - [anon_sym_union] = ACTIONS(2835), - [anon_sym_if] = ACTIONS(2835), - [anon_sym_else] = ACTIONS(2835), - [anon_sym_switch] = ACTIONS(2835), - [anon_sym_case] = ACTIONS(2835), - [anon_sym_default] = ACTIONS(2835), - [anon_sym_while] = ACTIONS(2835), - [anon_sym_do] = ACTIONS(2835), - [anon_sym_for] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2835), - [anon_sym_break] = ACTIONS(2835), - [anon_sym_continue] = ACTIONS(2835), - [anon_sym_goto] = ACTIONS(2835), - [anon_sym___try] = ACTIONS(2835), - [anon_sym___leave] = ACTIONS(2835), - [anon_sym_not] = ACTIONS(2835), - [anon_sym_compl] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2837), - [anon_sym_sizeof] = ACTIONS(2835), - [anon_sym___alignof__] = ACTIONS(2835), - [anon_sym___alignof] = ACTIONS(2835), - [anon_sym__alignof] = ACTIONS(2835), - [anon_sym_alignof] = ACTIONS(2835), - [anon_sym__Alignof] = ACTIONS(2835), - [anon_sym_offsetof] = ACTIONS(2835), - [anon_sym__Generic] = ACTIONS(2835), - [anon_sym_asm] = ACTIONS(2835), - [anon_sym___asm__] = ACTIONS(2835), - [anon_sym___asm] = ACTIONS(2835), - [aux_sym_number_literal_token1] = ACTIONS(2837), - [aux_sym_number_literal_token2] = ACTIONS(2835), - [anon_sym_L_SQUOTE] = ACTIONS(2837), - [anon_sym_u_SQUOTE] = ACTIONS(2837), - [anon_sym_U_SQUOTE] = ACTIONS(2837), - [anon_sym_u8_SQUOTE] = ACTIONS(2837), - [anon_sym_SQUOTE] = ACTIONS(2837), - [anon_sym_L_DQUOTE] = ACTIONS(2837), - [anon_sym_u_DQUOTE] = ACTIONS(2837), - [anon_sym_U_DQUOTE] = ACTIONS(2837), - [anon_sym_u8_DQUOTE] = ACTIONS(2837), - [anon_sym_DQUOTE] = ACTIONS(2837), - [sym_true] = ACTIONS(2835), - [sym_false] = ACTIONS(2835), - [anon_sym_NULL] = ACTIONS(2835), - [anon_sym_nullptr] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2835), - [anon_sym_decltype] = ACTIONS(2835), - [anon_sym_explicit] = ACTIONS(2835), - [anon_sym_typename] = ACTIONS(2835), - [anon_sym_template] = ACTIONS(2835), - [anon_sym_operator] = ACTIONS(2835), - [anon_sym_try] = ACTIONS(2835), - [anon_sym_delete] = ACTIONS(2835), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_namespace] = ACTIONS(2835), - [anon_sym_using] = ACTIONS(2835), - [anon_sym_static_assert] = ACTIONS(2835), - [anon_sym_concept] = ACTIONS(2835), - [anon_sym_co_return] = ACTIONS(2835), - [anon_sym_co_yield] = ACTIONS(2835), - [anon_sym_R_DQUOTE] = ACTIONS(2837), - [anon_sym_LR_DQUOTE] = ACTIONS(2837), - [anon_sym_uR_DQUOTE] = ACTIONS(2837), - [anon_sym_UR_DQUOTE] = ACTIONS(2837), - [anon_sym_u8R_DQUOTE] = ACTIONS(2837), - [anon_sym_co_await] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(2835), - [anon_sym_requires] = ACTIONS(2835), - [sym_this] = ACTIONS(2835), - }, - [530] = { - [sym_identifier] = ACTIONS(2769), - [aux_sym_preproc_include_token1] = ACTIONS(2769), - [aux_sym_preproc_def_token1] = ACTIONS(2769), - [aux_sym_preproc_if_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2769), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2769), - [sym_preproc_directive] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP_AMP] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym___extension__] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___attribute] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym___based] = ACTIONS(2769), - [anon_sym___cdecl] = ACTIONS(2769), - [anon_sym___clrcall] = ACTIONS(2769), - [anon_sym___stdcall] = ACTIONS(2769), - [anon_sym___fastcall] = ACTIONS(2769), - [anon_sym___thiscall] = ACTIONS(2769), - [anon_sym___vectorcall] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_RBRACE] = ACTIONS(2771), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym___inline] = ACTIONS(2769), - [anon_sym___inline__] = ACTIONS(2769), - [anon_sym___forceinline] = ACTIONS(2769), - [anon_sym_thread_local] = ACTIONS(2769), - [anon_sym___thread] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym___restrict__] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym__Noreturn] = ACTIONS(2769), - [anon_sym_noreturn] = ACTIONS(2769), - [anon_sym__Nonnull] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constinit] = ACTIONS(2769), - [anon_sym_consteval] = ACTIONS(2769), - [anon_sym_PROGMEM] = ACTIONS(2769), - [anon_sym_alignas] = ACTIONS(2769), - [anon_sym__Alignas] = ACTIONS(2769), - [aux_sym_primitive_type_token1] = ACTIONS(2769), - [anon_sym_byte] = ACTIONS(2769), - [anon_sym_word] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_else] = ACTIONS(2769), - [anon_sym_switch] = ACTIONS(2769), - [anon_sym_case] = ACTIONS(2769), - [anon_sym_default] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_do] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_goto] = ACTIONS(2769), - [anon_sym___try] = ACTIONS(2769), - [anon_sym___leave] = ACTIONS(2769), - [anon_sym_not] = ACTIONS(2769), - [anon_sym_compl] = ACTIONS(2769), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_sizeof] = ACTIONS(2769), - [anon_sym___alignof__] = ACTIONS(2769), - [anon_sym___alignof] = ACTIONS(2769), - [anon_sym__alignof] = ACTIONS(2769), - [anon_sym_alignof] = ACTIONS(2769), - [anon_sym__Alignof] = ACTIONS(2769), - [anon_sym_offsetof] = ACTIONS(2769), - [anon_sym__Generic] = ACTIONS(2769), - [anon_sym_asm] = ACTIONS(2769), - [anon_sym___asm__] = ACTIONS(2769), - [anon_sym___asm] = ACTIONS(2769), - [aux_sym_number_literal_token1] = ACTIONS(2771), - [aux_sym_number_literal_token2] = ACTIONS(2769), - [anon_sym_L_SQUOTE] = ACTIONS(2771), - [anon_sym_u_SQUOTE] = ACTIONS(2771), - [anon_sym_U_SQUOTE] = ACTIONS(2771), - [anon_sym_u8_SQUOTE] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_L_DQUOTE] = ACTIONS(2771), - [anon_sym_u_DQUOTE] = ACTIONS(2771), - [anon_sym_U_DQUOTE] = ACTIONS(2771), - [anon_sym_u8_DQUOTE] = ACTIONS(2771), - [anon_sym_DQUOTE] = ACTIONS(2771), - [sym_true] = ACTIONS(2769), - [sym_false] = ACTIONS(2769), - [anon_sym_NULL] = ACTIONS(2769), - [anon_sym_nullptr] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2769), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_explicit] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_operator] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [anon_sym_delete] = ACTIONS(2769), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_namespace] = ACTIONS(2769), - [anon_sym_using] = ACTIONS(2769), - [anon_sym_static_assert] = ACTIONS(2769), - [anon_sym_concept] = ACTIONS(2769), - [anon_sym_co_return] = ACTIONS(2769), - [anon_sym_co_yield] = ACTIONS(2769), - [anon_sym_R_DQUOTE] = ACTIONS(2771), - [anon_sym_LR_DQUOTE] = ACTIONS(2771), - [anon_sym_uR_DQUOTE] = ACTIONS(2771), - [anon_sym_UR_DQUOTE] = ACTIONS(2771), - [anon_sym_u8R_DQUOTE] = ACTIONS(2771), - [anon_sym_co_await] = ACTIONS(2769), - [anon_sym_new] = ACTIONS(2769), - [anon_sym_requires] = ACTIONS(2769), - [sym_this] = ACTIONS(2769), - }, - [531] = { - [ts_builtin_sym_end] = ACTIONS(2879), - [sym_identifier] = ACTIONS(2877), - [aux_sym_preproc_include_token1] = ACTIONS(2877), - [aux_sym_preproc_def_token1] = ACTIONS(2877), - [aux_sym_preproc_if_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2877), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2877), - [sym_preproc_directive] = ACTIONS(2877), - [anon_sym_LPAREN2] = ACTIONS(2879), - [anon_sym_BANG] = ACTIONS(2879), - [anon_sym_TILDE] = ACTIONS(2879), - [anon_sym_DASH] = ACTIONS(2877), - [anon_sym_PLUS] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(2879), - [anon_sym_AMP_AMP] = ACTIONS(2879), - [anon_sym_AMP] = ACTIONS(2877), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym___extension__] = ACTIONS(2877), - [anon_sym_typedef] = ACTIONS(2877), - [anon_sym_virtual] = ACTIONS(2877), - [anon_sym_extern] = ACTIONS(2877), - [anon_sym___attribute__] = ACTIONS(2877), - [anon_sym___attribute] = ACTIONS(2877), - [anon_sym_COLON_COLON] = ACTIONS(2879), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2879), - [anon_sym___declspec] = ACTIONS(2877), - [anon_sym___based] = ACTIONS(2877), - [anon_sym___cdecl] = ACTIONS(2877), - [anon_sym___clrcall] = ACTIONS(2877), - [anon_sym___stdcall] = ACTIONS(2877), - [anon_sym___fastcall] = ACTIONS(2877), - [anon_sym___thiscall] = ACTIONS(2877), - [anon_sym___vectorcall] = ACTIONS(2877), - [anon_sym_LBRACE] = ACTIONS(2879), - [anon_sym_signed] = ACTIONS(2877), - [anon_sym_unsigned] = ACTIONS(2877), - [anon_sym_long] = ACTIONS(2877), - [anon_sym_short] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2877), - [anon_sym_static] = ACTIONS(2877), - [anon_sym_register] = ACTIONS(2877), - [anon_sym_inline] = ACTIONS(2877), - [anon_sym___inline] = ACTIONS(2877), - [anon_sym___inline__] = ACTIONS(2877), - [anon_sym___forceinline] = ACTIONS(2877), - [anon_sym_thread_local] = ACTIONS(2877), - [anon_sym___thread] = ACTIONS(2877), - [anon_sym_const] = ACTIONS(2877), - [anon_sym_constexpr] = ACTIONS(2877), - [anon_sym_volatile] = ACTIONS(2877), - [anon_sym_restrict] = ACTIONS(2877), - [anon_sym___restrict__] = ACTIONS(2877), - [anon_sym__Atomic] = ACTIONS(2877), - [anon_sym__Noreturn] = ACTIONS(2877), - [anon_sym_noreturn] = ACTIONS(2877), - [anon_sym__Nonnull] = ACTIONS(2877), - [anon_sym_mutable] = ACTIONS(2877), - [anon_sym_constinit] = ACTIONS(2877), - [anon_sym_consteval] = ACTIONS(2877), - [anon_sym_PROGMEM] = ACTIONS(2877), - [anon_sym_alignas] = ACTIONS(2877), - [anon_sym__Alignas] = ACTIONS(2877), - [aux_sym_primitive_type_token1] = ACTIONS(2877), - [anon_sym_byte] = ACTIONS(2877), - [anon_sym_word] = ACTIONS(2877), - [anon_sym_enum] = ACTIONS(2877), - [anon_sym_class] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(2877), - [anon_sym_union] = ACTIONS(2877), - [anon_sym_if] = ACTIONS(2877), - [anon_sym_else] = ACTIONS(2877), - [anon_sym_switch] = ACTIONS(2877), - [anon_sym_case] = ACTIONS(2877), - [anon_sym_default] = ACTIONS(2877), - [anon_sym_while] = ACTIONS(2877), - [anon_sym_do] = ACTIONS(2877), - [anon_sym_for] = ACTIONS(2877), - [anon_sym_return] = ACTIONS(2877), - [anon_sym_break] = ACTIONS(2877), - [anon_sym_continue] = ACTIONS(2877), - [anon_sym_goto] = ACTIONS(2877), - [anon_sym___try] = ACTIONS(2877), - [anon_sym___leave] = ACTIONS(2877), - [anon_sym_not] = ACTIONS(2877), - [anon_sym_compl] = ACTIONS(2877), - [anon_sym_DASH_DASH] = ACTIONS(2879), - [anon_sym_PLUS_PLUS] = ACTIONS(2879), - [anon_sym_sizeof] = ACTIONS(2877), - [anon_sym___alignof__] = ACTIONS(2877), - [anon_sym___alignof] = ACTIONS(2877), - [anon_sym__alignof] = ACTIONS(2877), - [anon_sym_alignof] = ACTIONS(2877), - [anon_sym__Alignof] = ACTIONS(2877), - [anon_sym_offsetof] = ACTIONS(2877), - [anon_sym__Generic] = ACTIONS(2877), - [anon_sym_asm] = ACTIONS(2877), - [anon_sym___asm__] = ACTIONS(2877), - [anon_sym___asm] = ACTIONS(2877), - [aux_sym_number_literal_token1] = ACTIONS(2879), - [aux_sym_number_literal_token2] = ACTIONS(2877), - [anon_sym_L_SQUOTE] = ACTIONS(2879), - [anon_sym_u_SQUOTE] = ACTIONS(2879), - [anon_sym_U_SQUOTE] = ACTIONS(2879), - [anon_sym_u8_SQUOTE] = ACTIONS(2879), - [anon_sym_SQUOTE] = ACTIONS(2879), - [anon_sym_L_DQUOTE] = ACTIONS(2879), - [anon_sym_u_DQUOTE] = ACTIONS(2879), - [anon_sym_U_DQUOTE] = ACTIONS(2879), - [anon_sym_u8_DQUOTE] = ACTIONS(2879), - [anon_sym_DQUOTE] = ACTIONS(2879), - [sym_true] = ACTIONS(2877), - [sym_false] = ACTIONS(2877), - [anon_sym_NULL] = ACTIONS(2877), - [anon_sym_nullptr] = ACTIONS(2877), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2877), - [anon_sym_decltype] = ACTIONS(2877), - [anon_sym_explicit] = ACTIONS(2877), - [anon_sym_typename] = ACTIONS(2877), - [anon_sym_template] = ACTIONS(2877), - [anon_sym_operator] = ACTIONS(2877), - [anon_sym_try] = ACTIONS(2877), - [anon_sym_delete] = ACTIONS(2877), - [anon_sym_throw] = ACTIONS(2877), - [anon_sym_namespace] = ACTIONS(2877), - [anon_sym_using] = ACTIONS(2877), - [anon_sym_static_assert] = ACTIONS(2877), - [anon_sym_concept] = ACTIONS(2877), - [anon_sym_co_return] = ACTIONS(2877), - [anon_sym_co_yield] = ACTIONS(2877), - [anon_sym_R_DQUOTE] = ACTIONS(2879), - [anon_sym_LR_DQUOTE] = ACTIONS(2879), - [anon_sym_uR_DQUOTE] = ACTIONS(2879), - [anon_sym_UR_DQUOTE] = ACTIONS(2879), - [anon_sym_u8R_DQUOTE] = ACTIONS(2879), - [anon_sym_co_await] = ACTIONS(2877), - [anon_sym_new] = ACTIONS(2877), - [anon_sym_requires] = ACTIONS(2877), - [sym_this] = ACTIONS(2877), - }, - [532] = { - [sym_identifier] = ACTIONS(2819), - [aux_sym_preproc_include_token1] = ACTIONS(2819), - [aux_sym_preproc_def_token1] = ACTIONS(2819), - [aux_sym_preproc_if_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2819), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2819), - [sym_preproc_directive] = ACTIONS(2819), - [anon_sym_LPAREN2] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_AMP_AMP] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym___extension__] = ACTIONS(2819), - [anon_sym_typedef] = ACTIONS(2819), - [anon_sym_virtual] = ACTIONS(2819), - [anon_sym_extern] = ACTIONS(2819), - [anon_sym___attribute__] = ACTIONS(2819), - [anon_sym___attribute] = ACTIONS(2819), - [anon_sym_COLON_COLON] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2819), - [anon_sym___based] = ACTIONS(2819), - [anon_sym___cdecl] = ACTIONS(2819), - [anon_sym___clrcall] = ACTIONS(2819), - [anon_sym___stdcall] = ACTIONS(2819), - [anon_sym___fastcall] = ACTIONS(2819), - [anon_sym___thiscall] = ACTIONS(2819), - [anon_sym___vectorcall] = ACTIONS(2819), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_RBRACE] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2819), - [anon_sym_unsigned] = ACTIONS(2819), - [anon_sym_long] = ACTIONS(2819), - [anon_sym_short] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_static] = ACTIONS(2819), - [anon_sym_register] = ACTIONS(2819), - [anon_sym_inline] = ACTIONS(2819), - [anon_sym___inline] = ACTIONS(2819), - [anon_sym___inline__] = ACTIONS(2819), - [anon_sym___forceinline] = ACTIONS(2819), - [anon_sym_thread_local] = ACTIONS(2819), - [anon_sym___thread] = ACTIONS(2819), - [anon_sym_const] = ACTIONS(2819), - [anon_sym_constexpr] = ACTIONS(2819), - [anon_sym_volatile] = ACTIONS(2819), - [anon_sym_restrict] = ACTIONS(2819), - [anon_sym___restrict__] = ACTIONS(2819), - [anon_sym__Atomic] = ACTIONS(2819), - [anon_sym__Noreturn] = ACTIONS(2819), - [anon_sym_noreturn] = ACTIONS(2819), - [anon_sym__Nonnull] = ACTIONS(2819), - [anon_sym_mutable] = ACTIONS(2819), - [anon_sym_constinit] = ACTIONS(2819), - [anon_sym_consteval] = ACTIONS(2819), - [anon_sym_PROGMEM] = ACTIONS(2819), - [anon_sym_alignas] = ACTIONS(2819), - [anon_sym__Alignas] = ACTIONS(2819), - [aux_sym_primitive_type_token1] = ACTIONS(2819), - [anon_sym_byte] = ACTIONS(2819), - [anon_sym_word] = ACTIONS(2819), - [anon_sym_enum] = ACTIONS(2819), - [anon_sym_class] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2819), - [anon_sym_union] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2819), - [anon_sym_else] = ACTIONS(2819), - [anon_sym_switch] = ACTIONS(2819), - [anon_sym_case] = ACTIONS(2819), - [anon_sym_default] = ACTIONS(2819), - [anon_sym_while] = ACTIONS(2819), - [anon_sym_do] = ACTIONS(2819), - [anon_sym_for] = ACTIONS(2819), - [anon_sym_return] = ACTIONS(2819), - [anon_sym_break] = ACTIONS(2819), - [anon_sym_continue] = ACTIONS(2819), - [anon_sym_goto] = ACTIONS(2819), - [anon_sym___try] = ACTIONS(2819), - [anon_sym___leave] = ACTIONS(2819), - [anon_sym_not] = ACTIONS(2819), - [anon_sym_compl] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_sizeof] = ACTIONS(2819), - [anon_sym___alignof__] = ACTIONS(2819), - [anon_sym___alignof] = ACTIONS(2819), - [anon_sym__alignof] = ACTIONS(2819), - [anon_sym_alignof] = ACTIONS(2819), - [anon_sym__Alignof] = ACTIONS(2819), - [anon_sym_offsetof] = ACTIONS(2819), - [anon_sym__Generic] = ACTIONS(2819), - [anon_sym_asm] = ACTIONS(2819), - [anon_sym___asm__] = ACTIONS(2819), - [anon_sym___asm] = ACTIONS(2819), - [aux_sym_number_literal_token1] = ACTIONS(2821), - [aux_sym_number_literal_token2] = ACTIONS(2819), - [anon_sym_L_SQUOTE] = ACTIONS(2821), - [anon_sym_u_SQUOTE] = ACTIONS(2821), - [anon_sym_U_SQUOTE] = ACTIONS(2821), - [anon_sym_u8_SQUOTE] = ACTIONS(2821), - [anon_sym_SQUOTE] = ACTIONS(2821), - [anon_sym_L_DQUOTE] = ACTIONS(2821), - [anon_sym_u_DQUOTE] = ACTIONS(2821), - [anon_sym_U_DQUOTE] = ACTIONS(2821), - [anon_sym_u8_DQUOTE] = ACTIONS(2821), - [anon_sym_DQUOTE] = ACTIONS(2821), - [sym_true] = ACTIONS(2819), - [sym_false] = ACTIONS(2819), - [anon_sym_NULL] = ACTIONS(2819), - [anon_sym_nullptr] = ACTIONS(2819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2819), - [anon_sym_decltype] = ACTIONS(2819), - [anon_sym_explicit] = ACTIONS(2819), - [anon_sym_typename] = ACTIONS(2819), - [anon_sym_template] = ACTIONS(2819), - [anon_sym_operator] = ACTIONS(2819), - [anon_sym_try] = ACTIONS(2819), - [anon_sym_delete] = ACTIONS(2819), - [anon_sym_throw] = ACTIONS(2819), - [anon_sym_namespace] = ACTIONS(2819), - [anon_sym_using] = ACTIONS(2819), - [anon_sym_static_assert] = ACTIONS(2819), - [anon_sym_concept] = ACTIONS(2819), - [anon_sym_co_return] = ACTIONS(2819), - [anon_sym_co_yield] = ACTIONS(2819), - [anon_sym_R_DQUOTE] = ACTIONS(2821), - [anon_sym_LR_DQUOTE] = ACTIONS(2821), - [anon_sym_uR_DQUOTE] = ACTIONS(2821), - [anon_sym_UR_DQUOTE] = ACTIONS(2821), - [anon_sym_u8R_DQUOTE] = ACTIONS(2821), - [anon_sym_co_await] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(2819), - [anon_sym_requires] = ACTIONS(2819), - [sym_this] = ACTIONS(2819), - }, - [533] = { - [ts_builtin_sym_end] = ACTIONS(2825), - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_include_token1] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym___cdecl] = ACTIONS(2823), - [anon_sym___clrcall] = ACTIONS(2823), - [anon_sym___stdcall] = ACTIONS(2823), - [anon_sym___fastcall] = ACTIONS(2823), - [anon_sym___thiscall] = ACTIONS(2823), - [anon_sym___vectorcall] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_case] = ACTIONS(2823), - [anon_sym_default] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_namespace] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - [anon_sym_concept] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), - }, - [534] = { - [sym_identifier] = ACTIONS(2839), - [aux_sym_preproc_include_token1] = ACTIONS(2839), - [aux_sym_preproc_def_token1] = ACTIONS(2839), - [aux_sym_preproc_if_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2839), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2839), - [sym_preproc_directive] = ACTIONS(2839), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2839), - [anon_sym_PLUS] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP_AMP] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2839), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym___extension__] = ACTIONS(2839), - [anon_sym_typedef] = ACTIONS(2839), - [anon_sym_virtual] = ACTIONS(2839), - [anon_sym_extern] = ACTIONS(2839), - [anon_sym___attribute__] = ACTIONS(2839), - [anon_sym___attribute] = ACTIONS(2839), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2839), - [anon_sym___based] = ACTIONS(2839), - [anon_sym___cdecl] = ACTIONS(2839), - [anon_sym___clrcall] = ACTIONS(2839), - [anon_sym___stdcall] = ACTIONS(2839), - [anon_sym___fastcall] = ACTIONS(2839), - [anon_sym___thiscall] = ACTIONS(2839), - [anon_sym___vectorcall] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_RBRACE] = ACTIONS(2841), - [anon_sym_signed] = ACTIONS(2839), - [anon_sym_unsigned] = ACTIONS(2839), - [anon_sym_long] = ACTIONS(2839), - [anon_sym_short] = ACTIONS(2839), - [anon_sym_LBRACK] = ACTIONS(2839), - [anon_sym_static] = ACTIONS(2839), - [anon_sym_register] = ACTIONS(2839), - [anon_sym_inline] = ACTIONS(2839), - [anon_sym___inline] = ACTIONS(2839), - [anon_sym___inline__] = ACTIONS(2839), - [anon_sym___forceinline] = ACTIONS(2839), - [anon_sym_thread_local] = ACTIONS(2839), - [anon_sym___thread] = ACTIONS(2839), - [anon_sym_const] = ACTIONS(2839), - [anon_sym_constexpr] = ACTIONS(2839), - [anon_sym_volatile] = ACTIONS(2839), - [anon_sym_restrict] = ACTIONS(2839), - [anon_sym___restrict__] = ACTIONS(2839), - [anon_sym__Atomic] = ACTIONS(2839), - [anon_sym__Noreturn] = ACTIONS(2839), - [anon_sym_noreturn] = ACTIONS(2839), - [anon_sym__Nonnull] = ACTIONS(2839), - [anon_sym_mutable] = ACTIONS(2839), - [anon_sym_constinit] = ACTIONS(2839), - [anon_sym_consteval] = ACTIONS(2839), - [anon_sym_PROGMEM] = ACTIONS(2839), - [anon_sym_alignas] = ACTIONS(2839), - [anon_sym__Alignas] = ACTIONS(2839), - [aux_sym_primitive_type_token1] = ACTIONS(2839), - [anon_sym_byte] = ACTIONS(2839), - [anon_sym_word] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2839), - [anon_sym_class] = ACTIONS(2839), - [anon_sym_struct] = ACTIONS(2839), - [anon_sym_union] = ACTIONS(2839), - [anon_sym_if] = ACTIONS(2839), - [anon_sym_else] = ACTIONS(2839), - [anon_sym_switch] = ACTIONS(2839), - [anon_sym_case] = ACTIONS(2839), - [anon_sym_default] = ACTIONS(2839), - [anon_sym_while] = ACTIONS(2839), - [anon_sym_do] = ACTIONS(2839), - [anon_sym_for] = ACTIONS(2839), - [anon_sym_return] = ACTIONS(2839), - [anon_sym_break] = ACTIONS(2839), - [anon_sym_continue] = ACTIONS(2839), - [anon_sym_goto] = ACTIONS(2839), - [anon_sym___try] = ACTIONS(2839), - [anon_sym___leave] = ACTIONS(2839), - [anon_sym_not] = ACTIONS(2839), - [anon_sym_compl] = ACTIONS(2839), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_sizeof] = ACTIONS(2839), - [anon_sym___alignof__] = ACTIONS(2839), - [anon_sym___alignof] = ACTIONS(2839), - [anon_sym__alignof] = ACTIONS(2839), - [anon_sym_alignof] = ACTIONS(2839), - [anon_sym__Alignof] = ACTIONS(2839), - [anon_sym_offsetof] = ACTIONS(2839), - [anon_sym__Generic] = ACTIONS(2839), - [anon_sym_asm] = ACTIONS(2839), - [anon_sym___asm__] = ACTIONS(2839), - [anon_sym___asm] = ACTIONS(2839), - [aux_sym_number_literal_token1] = ACTIONS(2841), - [aux_sym_number_literal_token2] = ACTIONS(2839), - [anon_sym_L_SQUOTE] = ACTIONS(2841), - [anon_sym_u_SQUOTE] = ACTIONS(2841), - [anon_sym_U_SQUOTE] = ACTIONS(2841), - [anon_sym_u8_SQUOTE] = ACTIONS(2841), - [anon_sym_SQUOTE] = ACTIONS(2841), - [anon_sym_L_DQUOTE] = ACTIONS(2841), - [anon_sym_u_DQUOTE] = ACTIONS(2841), - [anon_sym_U_DQUOTE] = ACTIONS(2841), - [anon_sym_u8_DQUOTE] = ACTIONS(2841), - [anon_sym_DQUOTE] = ACTIONS(2841), - [sym_true] = ACTIONS(2839), - [sym_false] = ACTIONS(2839), - [anon_sym_NULL] = ACTIONS(2839), - [anon_sym_nullptr] = ACTIONS(2839), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2839), - [anon_sym_decltype] = ACTIONS(2839), - [anon_sym_explicit] = ACTIONS(2839), - [anon_sym_typename] = ACTIONS(2839), - [anon_sym_template] = ACTIONS(2839), - [anon_sym_operator] = ACTIONS(2839), - [anon_sym_try] = ACTIONS(2839), - [anon_sym_delete] = ACTIONS(2839), - [anon_sym_throw] = ACTIONS(2839), - [anon_sym_namespace] = ACTIONS(2839), - [anon_sym_using] = ACTIONS(2839), - [anon_sym_static_assert] = ACTIONS(2839), - [anon_sym_concept] = ACTIONS(2839), - [anon_sym_co_return] = ACTIONS(2839), - [anon_sym_co_yield] = ACTIONS(2839), - [anon_sym_R_DQUOTE] = ACTIONS(2841), - [anon_sym_LR_DQUOTE] = ACTIONS(2841), - [anon_sym_uR_DQUOTE] = ACTIONS(2841), - [anon_sym_UR_DQUOTE] = ACTIONS(2841), - [anon_sym_u8R_DQUOTE] = ACTIONS(2841), - [anon_sym_co_await] = ACTIONS(2839), - [anon_sym_new] = ACTIONS(2839), - [anon_sym_requires] = ACTIONS(2839), - [sym_this] = ACTIONS(2839), - }, - [535] = { - [sym_identifier] = ACTIONS(2785), - [aux_sym_preproc_include_token1] = ACTIONS(2785), - [aux_sym_preproc_def_token1] = ACTIONS(2785), - [aux_sym_preproc_if_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2785), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2785), - [sym_preproc_directive] = ACTIONS(2785), - [anon_sym_LPAREN2] = ACTIONS(2787), - [anon_sym_BANG] = ACTIONS(2787), - [anon_sym_TILDE] = ACTIONS(2787), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_AMP_AMP] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_SEMI] = ACTIONS(2787), - [anon_sym___extension__] = ACTIONS(2785), - [anon_sym_typedef] = ACTIONS(2785), - [anon_sym_virtual] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym___attribute__] = ACTIONS(2785), - [anon_sym___attribute] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2787), - [anon_sym___declspec] = ACTIONS(2785), - [anon_sym___based] = ACTIONS(2785), - [anon_sym___cdecl] = ACTIONS(2785), - [anon_sym___clrcall] = ACTIONS(2785), - [anon_sym___stdcall] = ACTIONS(2785), - [anon_sym___fastcall] = ACTIONS(2785), - [anon_sym___thiscall] = ACTIONS(2785), - [anon_sym___vectorcall] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2787), - [anon_sym_RBRACE] = ACTIONS(2787), - [anon_sym_signed] = ACTIONS(2785), - [anon_sym_unsigned] = ACTIONS(2785), - [anon_sym_long] = ACTIONS(2785), - [anon_sym_short] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_register] = ACTIONS(2785), - [anon_sym_inline] = ACTIONS(2785), - [anon_sym___inline] = ACTIONS(2785), - [anon_sym___inline__] = ACTIONS(2785), - [anon_sym___forceinline] = ACTIONS(2785), - [anon_sym_thread_local] = ACTIONS(2785), - [anon_sym___thread] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_constexpr] = ACTIONS(2785), - [anon_sym_volatile] = ACTIONS(2785), - [anon_sym_restrict] = ACTIONS(2785), - [anon_sym___restrict__] = ACTIONS(2785), - [anon_sym__Atomic] = ACTIONS(2785), - [anon_sym__Noreturn] = ACTIONS(2785), - [anon_sym_noreturn] = ACTIONS(2785), - [anon_sym__Nonnull] = ACTIONS(2785), - [anon_sym_mutable] = ACTIONS(2785), - [anon_sym_constinit] = ACTIONS(2785), - [anon_sym_consteval] = ACTIONS(2785), - [anon_sym_PROGMEM] = ACTIONS(2785), - [anon_sym_alignas] = ACTIONS(2785), - [anon_sym__Alignas] = ACTIONS(2785), - [aux_sym_primitive_type_token1] = ACTIONS(2785), - [anon_sym_byte] = ACTIONS(2785), - [anon_sym_word] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_class] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), - [anon_sym_if] = ACTIONS(2785), - [anon_sym_else] = ACTIONS(2785), - [anon_sym_switch] = ACTIONS(2785), - [anon_sym_case] = ACTIONS(2785), - [anon_sym_default] = ACTIONS(2785), - [anon_sym_while] = ACTIONS(2785), - [anon_sym_do] = ACTIONS(2785), - [anon_sym_for] = ACTIONS(2785), - [anon_sym_return] = ACTIONS(2785), - [anon_sym_break] = ACTIONS(2785), - [anon_sym_continue] = ACTIONS(2785), - [anon_sym_goto] = ACTIONS(2785), - [anon_sym___try] = ACTIONS(2785), - [anon_sym___leave] = ACTIONS(2785), - [anon_sym_not] = ACTIONS(2785), - [anon_sym_compl] = ACTIONS(2785), - [anon_sym_DASH_DASH] = ACTIONS(2787), - [anon_sym_PLUS_PLUS] = ACTIONS(2787), - [anon_sym_sizeof] = ACTIONS(2785), - [anon_sym___alignof__] = ACTIONS(2785), - [anon_sym___alignof] = ACTIONS(2785), - [anon_sym__alignof] = ACTIONS(2785), - [anon_sym_alignof] = ACTIONS(2785), - [anon_sym__Alignof] = ACTIONS(2785), - [anon_sym_offsetof] = ACTIONS(2785), - [anon_sym__Generic] = ACTIONS(2785), - [anon_sym_asm] = ACTIONS(2785), - [anon_sym___asm__] = ACTIONS(2785), - [anon_sym___asm] = ACTIONS(2785), - [aux_sym_number_literal_token1] = ACTIONS(2787), - [aux_sym_number_literal_token2] = ACTIONS(2785), - [anon_sym_L_SQUOTE] = ACTIONS(2787), - [anon_sym_u_SQUOTE] = ACTIONS(2787), - [anon_sym_U_SQUOTE] = ACTIONS(2787), - [anon_sym_u8_SQUOTE] = ACTIONS(2787), - [anon_sym_SQUOTE] = ACTIONS(2787), - [anon_sym_L_DQUOTE] = ACTIONS(2787), - [anon_sym_u_DQUOTE] = ACTIONS(2787), - [anon_sym_U_DQUOTE] = ACTIONS(2787), - [anon_sym_u8_DQUOTE] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2787), - [sym_true] = ACTIONS(2785), - [sym_false] = ACTIONS(2785), - [anon_sym_NULL] = ACTIONS(2785), - [anon_sym_nullptr] = ACTIONS(2785), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2785), - [anon_sym_decltype] = ACTIONS(2785), - [anon_sym_explicit] = ACTIONS(2785), - [anon_sym_typename] = ACTIONS(2785), - [anon_sym_template] = ACTIONS(2785), - [anon_sym_operator] = ACTIONS(2785), - [anon_sym_try] = ACTIONS(2785), - [anon_sym_delete] = ACTIONS(2785), - [anon_sym_throw] = ACTIONS(2785), - [anon_sym_namespace] = ACTIONS(2785), - [anon_sym_using] = ACTIONS(2785), - [anon_sym_static_assert] = ACTIONS(2785), - [anon_sym_concept] = ACTIONS(2785), - [anon_sym_co_return] = ACTIONS(2785), - [anon_sym_co_yield] = ACTIONS(2785), - [anon_sym_R_DQUOTE] = ACTIONS(2787), - [anon_sym_LR_DQUOTE] = ACTIONS(2787), - [anon_sym_uR_DQUOTE] = ACTIONS(2787), - [anon_sym_UR_DQUOTE] = ACTIONS(2787), - [anon_sym_u8R_DQUOTE] = ACTIONS(2787), - [anon_sym_co_await] = ACTIONS(2785), - [anon_sym_new] = ACTIONS(2785), - [anon_sym_requires] = ACTIONS(2785), - [sym_this] = ACTIONS(2785), - }, - [536] = { - [sym_identifier] = ACTIONS(2789), - [aux_sym_preproc_include_token1] = ACTIONS(2789), - [aux_sym_preproc_def_token1] = ACTIONS(2789), - [aux_sym_preproc_if_token1] = ACTIONS(2789), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2789), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2789), - [sym_preproc_directive] = ACTIONS(2789), - [anon_sym_LPAREN2] = ACTIONS(2791), - [anon_sym_BANG] = ACTIONS(2791), - [anon_sym_TILDE] = ACTIONS(2791), - [anon_sym_DASH] = ACTIONS(2789), - [anon_sym_PLUS] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_AMP_AMP] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_SEMI] = ACTIONS(2791), - [anon_sym___extension__] = ACTIONS(2789), - [anon_sym_typedef] = ACTIONS(2789), - [anon_sym_virtual] = ACTIONS(2789), - [anon_sym_extern] = ACTIONS(2789), - [anon_sym___attribute__] = ACTIONS(2789), - [anon_sym___attribute] = ACTIONS(2789), - [anon_sym_COLON_COLON] = ACTIONS(2791), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2791), - [anon_sym___declspec] = ACTIONS(2789), - [anon_sym___based] = ACTIONS(2789), - [anon_sym___cdecl] = ACTIONS(2789), - [anon_sym___clrcall] = ACTIONS(2789), - [anon_sym___stdcall] = ACTIONS(2789), - [anon_sym___fastcall] = ACTIONS(2789), - [anon_sym___thiscall] = ACTIONS(2789), - [anon_sym___vectorcall] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_signed] = ACTIONS(2789), - [anon_sym_unsigned] = ACTIONS(2789), - [anon_sym_long] = ACTIONS(2789), - [anon_sym_short] = ACTIONS(2789), - [anon_sym_LBRACK] = ACTIONS(2789), - [anon_sym_static] = ACTIONS(2789), - [anon_sym_register] = ACTIONS(2789), - [anon_sym_inline] = ACTIONS(2789), - [anon_sym___inline] = ACTIONS(2789), - [anon_sym___inline__] = ACTIONS(2789), - [anon_sym___forceinline] = ACTIONS(2789), - [anon_sym_thread_local] = ACTIONS(2789), - [anon_sym___thread] = ACTIONS(2789), - [anon_sym_const] = ACTIONS(2789), - [anon_sym_constexpr] = ACTIONS(2789), - [anon_sym_volatile] = ACTIONS(2789), - [anon_sym_restrict] = ACTIONS(2789), - [anon_sym___restrict__] = ACTIONS(2789), - [anon_sym__Atomic] = ACTIONS(2789), - [anon_sym__Noreturn] = ACTIONS(2789), - [anon_sym_noreturn] = ACTIONS(2789), - [anon_sym__Nonnull] = ACTIONS(2789), - [anon_sym_mutable] = ACTIONS(2789), - [anon_sym_constinit] = ACTIONS(2789), - [anon_sym_consteval] = ACTIONS(2789), - [anon_sym_PROGMEM] = ACTIONS(2789), - [anon_sym_alignas] = ACTIONS(2789), - [anon_sym__Alignas] = ACTIONS(2789), - [aux_sym_primitive_type_token1] = ACTIONS(2789), - [anon_sym_byte] = ACTIONS(2789), - [anon_sym_word] = ACTIONS(2789), - [anon_sym_enum] = ACTIONS(2789), - [anon_sym_class] = ACTIONS(2789), - [anon_sym_struct] = ACTIONS(2789), - [anon_sym_union] = ACTIONS(2789), - [anon_sym_if] = ACTIONS(2789), - [anon_sym_else] = ACTIONS(2789), - [anon_sym_switch] = ACTIONS(2789), - [anon_sym_case] = ACTIONS(2789), - [anon_sym_default] = ACTIONS(2789), - [anon_sym_while] = ACTIONS(2789), - [anon_sym_do] = ACTIONS(2789), - [anon_sym_for] = ACTIONS(2789), - [anon_sym_return] = ACTIONS(2789), - [anon_sym_break] = ACTIONS(2789), - [anon_sym_continue] = ACTIONS(2789), - [anon_sym_goto] = ACTIONS(2789), - [anon_sym___try] = ACTIONS(2789), - [anon_sym___leave] = ACTIONS(2789), - [anon_sym_not] = ACTIONS(2789), - [anon_sym_compl] = ACTIONS(2789), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_PLUS_PLUS] = ACTIONS(2791), - [anon_sym_sizeof] = ACTIONS(2789), - [anon_sym___alignof__] = ACTIONS(2789), - [anon_sym___alignof] = ACTIONS(2789), - [anon_sym__alignof] = ACTIONS(2789), - [anon_sym_alignof] = ACTIONS(2789), - [anon_sym__Alignof] = ACTIONS(2789), - [anon_sym_offsetof] = ACTIONS(2789), - [anon_sym__Generic] = ACTIONS(2789), - [anon_sym_asm] = ACTIONS(2789), - [anon_sym___asm__] = ACTIONS(2789), - [anon_sym___asm] = ACTIONS(2789), - [aux_sym_number_literal_token1] = ACTIONS(2791), - [aux_sym_number_literal_token2] = ACTIONS(2789), - [anon_sym_L_SQUOTE] = ACTIONS(2791), - [anon_sym_u_SQUOTE] = ACTIONS(2791), - [anon_sym_U_SQUOTE] = ACTIONS(2791), - [anon_sym_u8_SQUOTE] = ACTIONS(2791), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_L_DQUOTE] = ACTIONS(2791), - [anon_sym_u_DQUOTE] = ACTIONS(2791), - [anon_sym_U_DQUOTE] = ACTIONS(2791), - [anon_sym_u8_DQUOTE] = ACTIONS(2791), - [anon_sym_DQUOTE] = ACTIONS(2791), - [sym_true] = ACTIONS(2789), - [sym_false] = ACTIONS(2789), - [anon_sym_NULL] = ACTIONS(2789), - [anon_sym_nullptr] = ACTIONS(2789), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2789), - [anon_sym_decltype] = ACTIONS(2789), - [anon_sym_explicit] = ACTIONS(2789), - [anon_sym_typename] = ACTIONS(2789), - [anon_sym_template] = ACTIONS(2789), - [anon_sym_operator] = ACTIONS(2789), - [anon_sym_try] = ACTIONS(2789), - [anon_sym_delete] = ACTIONS(2789), - [anon_sym_throw] = ACTIONS(2789), - [anon_sym_namespace] = ACTIONS(2789), - [anon_sym_using] = ACTIONS(2789), - [anon_sym_static_assert] = ACTIONS(2789), - [anon_sym_concept] = ACTIONS(2789), - [anon_sym_co_return] = ACTIONS(2789), - [anon_sym_co_yield] = ACTIONS(2789), - [anon_sym_R_DQUOTE] = ACTIONS(2791), - [anon_sym_LR_DQUOTE] = ACTIONS(2791), - [anon_sym_uR_DQUOTE] = ACTIONS(2791), - [anon_sym_UR_DQUOTE] = ACTIONS(2791), - [anon_sym_u8R_DQUOTE] = ACTIONS(2791), - [anon_sym_co_await] = ACTIONS(2789), - [anon_sym_new] = ACTIONS(2789), - [anon_sym_requires] = ACTIONS(2789), - [sym_this] = ACTIONS(2789), - }, - [537] = { - [ts_builtin_sym_end] = ACTIONS(2911), - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_include_token1] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym___cdecl] = ACTIONS(2909), - [anon_sym___clrcall] = ACTIONS(2909), - [anon_sym___stdcall] = ACTIONS(2909), - [anon_sym___fastcall] = ACTIONS(2909), - [anon_sym___thiscall] = ACTIONS(2909), - [anon_sym___vectorcall] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_else] = ACTIONS(2909), - [anon_sym_switch] = ACTIONS(2909), - [anon_sym_case] = ACTIONS(2909), - [anon_sym_default] = ACTIONS(2909), - [anon_sym_while] = ACTIONS(2909), - [anon_sym_do] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym___try] = ACTIONS(2909), - [anon_sym___leave] = ACTIONS(2909), - [anon_sym_not] = ACTIONS(2909), - [anon_sym_compl] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_sizeof] = ACTIONS(2909), - [anon_sym___alignof__] = ACTIONS(2909), - [anon_sym___alignof] = ACTIONS(2909), - [anon_sym__alignof] = ACTIONS(2909), - [anon_sym_alignof] = ACTIONS(2909), - [anon_sym__Alignof] = ACTIONS(2909), - [anon_sym_offsetof] = ACTIONS(2909), - [anon_sym__Generic] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym___asm__] = ACTIONS(2909), - [anon_sym___asm] = ACTIONS(2909), - [aux_sym_number_literal_token1] = ACTIONS(2911), - [aux_sym_number_literal_token2] = ACTIONS(2909), - [anon_sym_L_SQUOTE] = ACTIONS(2911), - [anon_sym_u_SQUOTE] = ACTIONS(2911), - [anon_sym_U_SQUOTE] = ACTIONS(2911), - [anon_sym_u8_SQUOTE] = ACTIONS(2911), - [anon_sym_SQUOTE] = ACTIONS(2911), - [anon_sym_L_DQUOTE] = ACTIONS(2911), - [anon_sym_u_DQUOTE] = ACTIONS(2911), - [anon_sym_U_DQUOTE] = ACTIONS(2911), - [anon_sym_u8_DQUOTE] = ACTIONS(2911), - [anon_sym_DQUOTE] = ACTIONS(2911), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [anon_sym_NULL] = ACTIONS(2909), - [anon_sym_nullptr] = ACTIONS(2909), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_explicit] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_operator] = ACTIONS(2909), - [anon_sym_try] = ACTIONS(2909), - [anon_sym_delete] = ACTIONS(2909), - [anon_sym_throw] = ACTIONS(2909), - [anon_sym_namespace] = ACTIONS(2909), - [anon_sym_using] = ACTIONS(2909), - [anon_sym_static_assert] = ACTIONS(2909), - [anon_sym_concept] = ACTIONS(2909), - [anon_sym_co_return] = ACTIONS(2909), - [anon_sym_co_yield] = ACTIONS(2909), - [anon_sym_R_DQUOTE] = ACTIONS(2911), - [anon_sym_LR_DQUOTE] = ACTIONS(2911), - [anon_sym_uR_DQUOTE] = ACTIONS(2911), - [anon_sym_UR_DQUOTE] = ACTIONS(2911), - [anon_sym_u8R_DQUOTE] = ACTIONS(2911), - [anon_sym_co_await] = ACTIONS(2909), - [anon_sym_new] = ACTIONS(2909), - [anon_sym_requires] = ACTIONS(2909), - [sym_this] = ACTIONS(2909), - }, - [538] = { - [sym_identifier] = ACTIONS(2869), - [aux_sym_preproc_include_token1] = ACTIONS(2869), - [aux_sym_preproc_def_token1] = ACTIONS(2869), - [aux_sym_preproc_if_token1] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), - [sym_preproc_directive] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2869), - [anon_sym_PLUS] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP_AMP] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2869), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym___extension__] = ACTIONS(2869), - [anon_sym_typedef] = ACTIONS(2869), - [anon_sym_virtual] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___attribute] = ACTIONS(2869), - [anon_sym_COLON_COLON] = ACTIONS(2871), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym___based] = ACTIONS(2869), - [anon_sym___cdecl] = ACTIONS(2869), - [anon_sym___clrcall] = ACTIONS(2869), - [anon_sym___stdcall] = ACTIONS(2869), - [anon_sym___fastcall] = ACTIONS(2869), - [anon_sym___thiscall] = ACTIONS(2869), - [anon_sym___vectorcall] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_RBRACE] = ACTIONS(2871), - [anon_sym_signed] = ACTIONS(2869), - [anon_sym_unsigned] = ACTIONS(2869), - [anon_sym_long] = ACTIONS(2869), - [anon_sym_short] = ACTIONS(2869), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym___inline] = ACTIONS(2869), - [anon_sym___inline__] = ACTIONS(2869), - [anon_sym___forceinline] = ACTIONS(2869), - [anon_sym_thread_local] = ACTIONS(2869), - [anon_sym___thread] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym___restrict__] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym__Noreturn] = ACTIONS(2869), - [anon_sym_noreturn] = ACTIONS(2869), - [anon_sym__Nonnull] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constinit] = ACTIONS(2869), - [anon_sym_consteval] = ACTIONS(2869), - [anon_sym_PROGMEM] = ACTIONS(2869), - [anon_sym_alignas] = ACTIONS(2869), - [anon_sym__Alignas] = ACTIONS(2869), - [aux_sym_primitive_type_token1] = ACTIONS(2869), - [anon_sym_byte] = ACTIONS(2869), - [anon_sym_word] = ACTIONS(2869), - [anon_sym_enum] = ACTIONS(2869), - [anon_sym_class] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2869), - [anon_sym_union] = ACTIONS(2869), - [anon_sym_if] = ACTIONS(2869), - [anon_sym_else] = ACTIONS(2869), - [anon_sym_switch] = ACTIONS(2869), - [anon_sym_case] = ACTIONS(2869), - [anon_sym_default] = ACTIONS(2869), - [anon_sym_while] = ACTIONS(2869), - [anon_sym_do] = ACTIONS(2869), - [anon_sym_for] = ACTIONS(2869), - [anon_sym_return] = ACTIONS(2869), - [anon_sym_break] = ACTIONS(2869), - [anon_sym_continue] = ACTIONS(2869), - [anon_sym_goto] = ACTIONS(2869), - [anon_sym___try] = ACTIONS(2869), - [anon_sym___leave] = ACTIONS(2869), - [anon_sym_not] = ACTIONS(2869), - [anon_sym_compl] = ACTIONS(2869), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_sizeof] = ACTIONS(2869), - [anon_sym___alignof__] = ACTIONS(2869), - [anon_sym___alignof] = ACTIONS(2869), - [anon_sym__alignof] = ACTIONS(2869), - [anon_sym_alignof] = ACTIONS(2869), - [anon_sym__Alignof] = ACTIONS(2869), - [anon_sym_offsetof] = ACTIONS(2869), - [anon_sym__Generic] = ACTIONS(2869), - [anon_sym_asm] = ACTIONS(2869), - [anon_sym___asm__] = ACTIONS(2869), - [anon_sym___asm] = ACTIONS(2869), - [aux_sym_number_literal_token1] = ACTIONS(2871), - [aux_sym_number_literal_token2] = ACTIONS(2869), - [anon_sym_L_SQUOTE] = ACTIONS(2871), - [anon_sym_u_SQUOTE] = ACTIONS(2871), - [anon_sym_U_SQUOTE] = ACTIONS(2871), - [anon_sym_u8_SQUOTE] = ACTIONS(2871), - [anon_sym_SQUOTE] = ACTIONS(2871), - [anon_sym_L_DQUOTE] = ACTIONS(2871), - [anon_sym_u_DQUOTE] = ACTIONS(2871), - [anon_sym_U_DQUOTE] = ACTIONS(2871), - [anon_sym_u8_DQUOTE] = ACTIONS(2871), - [anon_sym_DQUOTE] = ACTIONS(2871), - [sym_true] = ACTIONS(2869), - [sym_false] = ACTIONS(2869), - [anon_sym_NULL] = ACTIONS(2869), - [anon_sym_nullptr] = ACTIONS(2869), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2869), - [anon_sym_decltype] = ACTIONS(2869), - [anon_sym_explicit] = ACTIONS(2869), - [anon_sym_typename] = ACTIONS(2869), - [anon_sym_template] = ACTIONS(2869), - [anon_sym_operator] = ACTIONS(2869), - [anon_sym_try] = ACTIONS(2869), - [anon_sym_delete] = ACTIONS(2869), - [anon_sym_throw] = ACTIONS(2869), - [anon_sym_namespace] = ACTIONS(2869), - [anon_sym_using] = ACTIONS(2869), - [anon_sym_static_assert] = ACTIONS(2869), - [anon_sym_concept] = ACTIONS(2869), - [anon_sym_co_return] = ACTIONS(2869), - [anon_sym_co_yield] = ACTIONS(2869), - [anon_sym_R_DQUOTE] = ACTIONS(2871), - [anon_sym_LR_DQUOTE] = ACTIONS(2871), - [anon_sym_uR_DQUOTE] = ACTIONS(2871), - [anon_sym_UR_DQUOTE] = ACTIONS(2871), - [anon_sym_u8R_DQUOTE] = ACTIONS(2871), - [anon_sym_co_await] = ACTIONS(2869), - [anon_sym_new] = ACTIONS(2869), - [anon_sym_requires] = ACTIONS(2869), - [sym_this] = ACTIONS(2869), - }, - [539] = { - [ts_builtin_sym_end] = ACTIONS(2849), - [sym_identifier] = ACTIONS(2847), - [aux_sym_preproc_include_token1] = ACTIONS(2847), - [aux_sym_preproc_def_token1] = ACTIONS(2847), - [aux_sym_preproc_if_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2847), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2847), - [sym_preproc_directive] = ACTIONS(2847), - [anon_sym_LPAREN2] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), - [anon_sym_TILDE] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2849), - [anon_sym_AMP_AMP] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2847), - [anon_sym_SEMI] = ACTIONS(2849), - [anon_sym___extension__] = ACTIONS(2847), - [anon_sym_typedef] = ACTIONS(2847), - [anon_sym_virtual] = ACTIONS(2847), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym___attribute__] = ACTIONS(2847), - [anon_sym___attribute] = ACTIONS(2847), - [anon_sym_COLON_COLON] = ACTIONS(2849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2849), - [anon_sym___declspec] = ACTIONS(2847), - [anon_sym___based] = ACTIONS(2847), - [anon_sym___cdecl] = ACTIONS(2847), - [anon_sym___clrcall] = ACTIONS(2847), - [anon_sym___stdcall] = ACTIONS(2847), - [anon_sym___fastcall] = ACTIONS(2847), - [anon_sym___thiscall] = ACTIONS(2847), - [anon_sym___vectorcall] = ACTIONS(2847), - [anon_sym_LBRACE] = ACTIONS(2849), - [anon_sym_signed] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym___inline] = ACTIONS(2847), - [anon_sym___inline__] = ACTIONS(2847), - [anon_sym___forceinline] = ACTIONS(2847), - [anon_sym_thread_local] = ACTIONS(2847), - [anon_sym___thread] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_constexpr] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym___restrict__] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym__Noreturn] = ACTIONS(2847), - [anon_sym_noreturn] = ACTIONS(2847), - [anon_sym__Nonnull] = ACTIONS(2847), - [anon_sym_mutable] = ACTIONS(2847), - [anon_sym_constinit] = ACTIONS(2847), - [anon_sym_consteval] = ACTIONS(2847), - [anon_sym_PROGMEM] = ACTIONS(2847), - [anon_sym_alignas] = ACTIONS(2847), - [anon_sym__Alignas] = ACTIONS(2847), - [aux_sym_primitive_type_token1] = ACTIONS(2847), - [anon_sym_byte] = ACTIONS(2847), - [anon_sym_word] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_class] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [anon_sym_if] = ACTIONS(2847), - [anon_sym_else] = ACTIONS(2847), - [anon_sym_switch] = ACTIONS(2847), - [anon_sym_case] = ACTIONS(2847), - [anon_sym_default] = ACTIONS(2847), - [anon_sym_while] = ACTIONS(2847), - [anon_sym_do] = ACTIONS(2847), - [anon_sym_for] = ACTIONS(2847), - [anon_sym_return] = ACTIONS(2847), - [anon_sym_break] = ACTIONS(2847), - [anon_sym_continue] = ACTIONS(2847), - [anon_sym_goto] = ACTIONS(2847), - [anon_sym___try] = ACTIONS(2847), - [anon_sym___leave] = ACTIONS(2847), - [anon_sym_not] = ACTIONS(2847), - [anon_sym_compl] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_sizeof] = ACTIONS(2847), - [anon_sym___alignof__] = ACTIONS(2847), - [anon_sym___alignof] = ACTIONS(2847), - [anon_sym__alignof] = ACTIONS(2847), - [anon_sym_alignof] = ACTIONS(2847), - [anon_sym__Alignof] = ACTIONS(2847), - [anon_sym_offsetof] = ACTIONS(2847), - [anon_sym__Generic] = ACTIONS(2847), - [anon_sym_asm] = ACTIONS(2847), - [anon_sym___asm__] = ACTIONS(2847), - [anon_sym___asm] = ACTIONS(2847), - [aux_sym_number_literal_token1] = ACTIONS(2849), - [aux_sym_number_literal_token2] = ACTIONS(2847), - [anon_sym_L_SQUOTE] = ACTIONS(2849), - [anon_sym_u_SQUOTE] = ACTIONS(2849), - [anon_sym_U_SQUOTE] = ACTIONS(2849), - [anon_sym_u8_SQUOTE] = ACTIONS(2849), - [anon_sym_SQUOTE] = ACTIONS(2849), - [anon_sym_L_DQUOTE] = ACTIONS(2849), - [anon_sym_u_DQUOTE] = ACTIONS(2849), - [anon_sym_U_DQUOTE] = ACTIONS(2849), - [anon_sym_u8_DQUOTE] = ACTIONS(2849), - [anon_sym_DQUOTE] = ACTIONS(2849), - [sym_true] = ACTIONS(2847), - [sym_false] = ACTIONS(2847), - [anon_sym_NULL] = ACTIONS(2847), - [anon_sym_nullptr] = ACTIONS(2847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2847), - [anon_sym_decltype] = ACTIONS(2847), - [anon_sym_explicit] = ACTIONS(2847), - [anon_sym_typename] = ACTIONS(2847), - [anon_sym_template] = ACTIONS(2847), - [anon_sym_operator] = ACTIONS(2847), - [anon_sym_try] = ACTIONS(2847), - [anon_sym_delete] = ACTIONS(2847), - [anon_sym_throw] = ACTIONS(2847), - [anon_sym_namespace] = ACTIONS(2847), - [anon_sym_using] = ACTIONS(2847), - [anon_sym_static_assert] = ACTIONS(2847), - [anon_sym_concept] = ACTIONS(2847), - [anon_sym_co_return] = ACTIONS(2847), - [anon_sym_co_yield] = ACTIONS(2847), - [anon_sym_R_DQUOTE] = ACTIONS(2849), - [anon_sym_LR_DQUOTE] = ACTIONS(2849), - [anon_sym_uR_DQUOTE] = ACTIONS(2849), - [anon_sym_UR_DQUOTE] = ACTIONS(2849), - [anon_sym_u8R_DQUOTE] = ACTIONS(2849), - [anon_sym_co_await] = ACTIONS(2847), - [anon_sym_new] = ACTIONS(2847), - [anon_sym_requires] = ACTIONS(2847), - [sym_this] = ACTIONS(2847), - }, - [540] = { - [sym_identifier] = ACTIONS(3197), - [aux_sym_preproc_include_token1] = ACTIONS(3197), - [aux_sym_preproc_def_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token2] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3197), - [sym_preproc_directive] = ACTIONS(3197), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_BANG] = ACTIONS(3199), - [anon_sym_TILDE] = ACTIONS(3199), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym___extension__] = ACTIONS(3197), - [anon_sym_typedef] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym___attribute] = ACTIONS(3197), - [anon_sym_COLON_COLON] = ACTIONS(3199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym___cdecl] = ACTIONS(3197), - [anon_sym___clrcall] = ACTIONS(3197), - [anon_sym___stdcall] = ACTIONS(3197), - [anon_sym___fastcall] = ACTIONS(3197), - [anon_sym___thiscall] = ACTIONS(3197), - [anon_sym___vectorcall] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_signed] = ACTIONS(3197), - [anon_sym_unsigned] = ACTIONS(3197), - [anon_sym_long] = ACTIONS(3197), - [anon_sym_short] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym___inline] = ACTIONS(3197), - [anon_sym___inline__] = ACTIONS(3197), - [anon_sym___forceinline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym___thread] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym___restrict__] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym__Noreturn] = ACTIONS(3197), - [anon_sym_noreturn] = ACTIONS(3197), - [anon_sym__Nonnull] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constinit] = ACTIONS(3197), - [anon_sym_consteval] = ACTIONS(3197), - [anon_sym_PROGMEM] = ACTIONS(3197), - [anon_sym_alignas] = ACTIONS(3197), - [anon_sym__Alignas] = ACTIONS(3197), - [aux_sym_primitive_type_token1] = ACTIONS(3197), - [anon_sym_byte] = ACTIONS(3197), - [anon_sym_word] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_class] = ACTIONS(3197), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_switch] = ACTIONS(3197), - [anon_sym_case] = ACTIONS(3197), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_while] = ACTIONS(3197), - [anon_sym_do] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym___try] = ACTIONS(3197), - [anon_sym___leave] = ACTIONS(3197), - [anon_sym_not] = ACTIONS(3197), - [anon_sym_compl] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3199), - [anon_sym_PLUS_PLUS] = ACTIONS(3199), - [anon_sym_sizeof] = ACTIONS(3197), - [anon_sym___alignof__] = ACTIONS(3197), - [anon_sym___alignof] = ACTIONS(3197), - [anon_sym__alignof] = ACTIONS(3197), - [anon_sym_alignof] = ACTIONS(3197), - [anon_sym__Alignof] = ACTIONS(3197), - [anon_sym_offsetof] = ACTIONS(3197), - [anon_sym__Generic] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym___asm__] = ACTIONS(3197), - [anon_sym___asm] = ACTIONS(3197), - [aux_sym_number_literal_token1] = ACTIONS(3199), - [aux_sym_number_literal_token2] = ACTIONS(3197), - [anon_sym_L_SQUOTE] = ACTIONS(3199), - [anon_sym_u_SQUOTE] = ACTIONS(3199), - [anon_sym_U_SQUOTE] = ACTIONS(3199), - [anon_sym_u8_SQUOTE] = ACTIONS(3199), - [anon_sym_SQUOTE] = ACTIONS(3199), - [anon_sym_L_DQUOTE] = ACTIONS(3199), - [anon_sym_u_DQUOTE] = ACTIONS(3199), - [anon_sym_U_DQUOTE] = ACTIONS(3199), - [anon_sym_u8_DQUOTE] = ACTIONS(3199), - [anon_sym_DQUOTE] = ACTIONS(3199), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [anon_sym_NULL] = ACTIONS(3197), - [anon_sym_nullptr] = ACTIONS(3197), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3197), - [anon_sym_decltype] = ACTIONS(3197), - [anon_sym_explicit] = ACTIONS(3197), - [anon_sym_typename] = ACTIONS(3197), - [anon_sym_template] = ACTIONS(3197), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_try] = ACTIONS(3197), - [anon_sym_delete] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_namespace] = ACTIONS(3197), - [anon_sym_using] = ACTIONS(3197), - [anon_sym_static_assert] = ACTIONS(3197), - [anon_sym_concept] = ACTIONS(3197), - [anon_sym_co_return] = ACTIONS(3197), - [anon_sym_co_yield] = ACTIONS(3197), - [anon_sym_R_DQUOTE] = ACTIONS(3199), - [anon_sym_LR_DQUOTE] = ACTIONS(3199), - [anon_sym_uR_DQUOTE] = ACTIONS(3199), - [anon_sym_UR_DQUOTE] = ACTIONS(3199), - [anon_sym_u8R_DQUOTE] = ACTIONS(3199), - [anon_sym_co_await] = ACTIONS(3197), - [anon_sym_new] = ACTIONS(3197), - [anon_sym_requires] = ACTIONS(3197), - [sym_this] = ACTIONS(3197), - }, - [541] = { - [sym_identifier] = ACTIONS(3114), - [aux_sym_preproc_include_token1] = ACTIONS(3114), - [aux_sym_preproc_def_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token2] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3114), - [sym_preproc_directive] = ACTIONS(3114), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_BANG] = ACTIONS(3116), - [anon_sym_TILDE] = ACTIONS(3116), - [anon_sym_DASH] = ACTIONS(3114), - [anon_sym_PLUS] = ACTIONS(3114), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym___extension__] = ACTIONS(3114), - [anon_sym_typedef] = ACTIONS(3114), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym___attribute] = ACTIONS(3114), - [anon_sym_COLON_COLON] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym___cdecl] = ACTIONS(3114), - [anon_sym___clrcall] = ACTIONS(3114), - [anon_sym___stdcall] = ACTIONS(3114), - [anon_sym___fastcall] = ACTIONS(3114), - [anon_sym___thiscall] = ACTIONS(3114), - [anon_sym___vectorcall] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3116), - [anon_sym_signed] = ACTIONS(3114), - [anon_sym_unsigned] = ACTIONS(3114), - [anon_sym_long] = ACTIONS(3114), - [anon_sym_short] = ACTIONS(3114), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym___inline] = ACTIONS(3114), - [anon_sym___inline__] = ACTIONS(3114), - [anon_sym___forceinline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym___thread] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym___restrict__] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym__Noreturn] = ACTIONS(3114), - [anon_sym_noreturn] = ACTIONS(3114), - [anon_sym__Nonnull] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constinit] = ACTIONS(3114), - [anon_sym_consteval] = ACTIONS(3114), - [anon_sym_PROGMEM] = ACTIONS(3114), - [anon_sym_alignas] = ACTIONS(3114), - [anon_sym__Alignas] = ACTIONS(3114), - [aux_sym_primitive_type_token1] = ACTIONS(3114), - [anon_sym_byte] = ACTIONS(3114), - [anon_sym_word] = ACTIONS(3114), - [anon_sym_enum] = ACTIONS(3114), - [anon_sym_class] = ACTIONS(3114), - [anon_sym_struct] = ACTIONS(3114), - [anon_sym_union] = ACTIONS(3114), - [anon_sym_if] = ACTIONS(3114), - [anon_sym_switch] = ACTIONS(3114), - [anon_sym_case] = ACTIONS(3114), - [anon_sym_default] = ACTIONS(3114), - [anon_sym_while] = ACTIONS(3114), - [anon_sym_do] = ACTIONS(3114), - [anon_sym_for] = ACTIONS(3114), - [anon_sym_return] = ACTIONS(3114), - [anon_sym_break] = ACTIONS(3114), - [anon_sym_continue] = ACTIONS(3114), - [anon_sym_goto] = ACTIONS(3114), - [anon_sym___try] = ACTIONS(3114), - [anon_sym___leave] = ACTIONS(3114), - [anon_sym_not] = ACTIONS(3114), - [anon_sym_compl] = ACTIONS(3114), - [anon_sym_DASH_DASH] = ACTIONS(3116), - [anon_sym_PLUS_PLUS] = ACTIONS(3116), - [anon_sym_sizeof] = ACTIONS(3114), - [anon_sym___alignof__] = ACTIONS(3114), - [anon_sym___alignof] = ACTIONS(3114), - [anon_sym__alignof] = ACTIONS(3114), - [anon_sym_alignof] = ACTIONS(3114), - [anon_sym__Alignof] = ACTIONS(3114), - [anon_sym_offsetof] = ACTIONS(3114), - [anon_sym__Generic] = ACTIONS(3114), - [anon_sym_asm] = ACTIONS(3114), - [anon_sym___asm__] = ACTIONS(3114), - [anon_sym___asm] = ACTIONS(3114), - [aux_sym_number_literal_token1] = ACTIONS(3116), - [aux_sym_number_literal_token2] = ACTIONS(3114), - [anon_sym_L_SQUOTE] = ACTIONS(3116), - [anon_sym_u_SQUOTE] = ACTIONS(3116), - [anon_sym_U_SQUOTE] = ACTIONS(3116), - [anon_sym_u8_SQUOTE] = ACTIONS(3116), - [anon_sym_SQUOTE] = ACTIONS(3116), - [anon_sym_L_DQUOTE] = ACTIONS(3116), - [anon_sym_u_DQUOTE] = ACTIONS(3116), - [anon_sym_U_DQUOTE] = ACTIONS(3116), - [anon_sym_u8_DQUOTE] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3116), - [sym_true] = ACTIONS(3114), - [sym_false] = ACTIONS(3114), - [anon_sym_NULL] = ACTIONS(3114), - [anon_sym_nullptr] = ACTIONS(3114), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3114), - [anon_sym_decltype] = ACTIONS(3114), - [anon_sym_explicit] = ACTIONS(3114), - [anon_sym_typename] = ACTIONS(3114), - [anon_sym_template] = ACTIONS(3114), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_try] = ACTIONS(3114), - [anon_sym_delete] = ACTIONS(3114), - [anon_sym_throw] = ACTIONS(3114), - [anon_sym_namespace] = ACTIONS(3114), - [anon_sym_using] = ACTIONS(3114), - [anon_sym_static_assert] = ACTIONS(3114), - [anon_sym_concept] = ACTIONS(3114), - [anon_sym_co_return] = ACTIONS(3114), - [anon_sym_co_yield] = ACTIONS(3114), - [anon_sym_R_DQUOTE] = ACTIONS(3116), - [anon_sym_LR_DQUOTE] = ACTIONS(3116), - [anon_sym_uR_DQUOTE] = ACTIONS(3116), - [anon_sym_UR_DQUOTE] = ACTIONS(3116), - [anon_sym_u8R_DQUOTE] = ACTIONS(3116), - [anon_sym_co_await] = ACTIONS(3114), - [anon_sym_new] = ACTIONS(3114), - [anon_sym_requires] = ACTIONS(3114), - [sym_this] = ACTIONS(3114), - }, - [542] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), + [542] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), }, [543] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_include_token1] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token2] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_BANG] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_DASH] = ACTIONS(3016), + [anon_sym_PLUS] = ACTIONS(3016), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym___cdecl] = ACTIONS(3016), + [anon_sym___clrcall] = ACTIONS(3016), + [anon_sym___stdcall] = ACTIONS(3016), + [anon_sym___fastcall] = ACTIONS(3016), + [anon_sym___thiscall] = ACTIONS(3016), + [anon_sym___vectorcall] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3018), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [anon_sym_if] = ACTIONS(3016), + [anon_sym_switch] = ACTIONS(3016), + [anon_sym_case] = ACTIONS(3016), + [anon_sym_default] = ACTIONS(3016), + [anon_sym_while] = ACTIONS(3016), + [anon_sym_do] = ACTIONS(3016), + [anon_sym_for] = ACTIONS(3016), + [anon_sym_return] = ACTIONS(3016), + [anon_sym_break] = ACTIONS(3016), + [anon_sym_continue] = ACTIONS(3016), + [anon_sym_goto] = ACTIONS(3016), + [anon_sym___try] = ACTIONS(3016), + [anon_sym___leave] = ACTIONS(3016), + [anon_sym_not] = ACTIONS(3016), + [anon_sym_compl] = ACTIONS(3016), + [anon_sym_DASH_DASH] = ACTIONS(3018), + [anon_sym_PLUS_PLUS] = ACTIONS(3018), + [anon_sym_sizeof] = ACTIONS(3016), + [anon_sym___alignof__] = ACTIONS(3016), + [anon_sym___alignof] = ACTIONS(3016), + [anon_sym__alignof] = ACTIONS(3016), + [anon_sym_alignof] = ACTIONS(3016), + [anon_sym__Alignof] = ACTIONS(3016), + [anon_sym_offsetof] = ACTIONS(3016), + [anon_sym__Generic] = ACTIONS(3016), + [anon_sym_asm] = ACTIONS(3016), + [anon_sym___asm__] = ACTIONS(3016), + [anon_sym___asm] = ACTIONS(3016), + [aux_sym_number_literal_token1] = ACTIONS(3018), + [aux_sym_number_literal_token2] = ACTIONS(3016), + [anon_sym_L_SQUOTE] = ACTIONS(3018), + [anon_sym_u_SQUOTE] = ACTIONS(3018), + [anon_sym_U_SQUOTE] = ACTIONS(3018), + [anon_sym_u8_SQUOTE] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3018), + [anon_sym_L_DQUOTE] = ACTIONS(3018), + [anon_sym_u_DQUOTE] = ACTIONS(3018), + [anon_sym_U_DQUOTE] = ACTIONS(3018), + [anon_sym_u8_DQUOTE] = ACTIONS(3018), + [anon_sym_DQUOTE] = ACTIONS(3018), + [sym_true] = ACTIONS(3016), + [sym_false] = ACTIONS(3016), + [anon_sym_NULL] = ACTIONS(3016), + [anon_sym_nullptr] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_try] = ACTIONS(3016), + [anon_sym_delete] = ACTIONS(3016), + [anon_sym_throw] = ACTIONS(3016), + [anon_sym_namespace] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + [anon_sym_concept] = ACTIONS(3016), + [anon_sym_co_return] = ACTIONS(3016), + [anon_sym_co_yield] = ACTIONS(3016), + [anon_sym_R_DQUOTE] = ACTIONS(3018), + [anon_sym_LR_DQUOTE] = ACTIONS(3018), + [anon_sym_uR_DQUOTE] = ACTIONS(3018), + [anon_sym_UR_DQUOTE] = ACTIONS(3018), + [anon_sym_u8R_DQUOTE] = ACTIONS(3018), + [anon_sym_co_await] = ACTIONS(3016), + [anon_sym_new] = ACTIONS(3016), + [anon_sym_requires] = ACTIONS(3016), + [sym_this] = ACTIONS(3016), }, [544] = { - [sym_identifier] = ACTIONS(3064), - [aux_sym_preproc_include_token1] = ACTIONS(3064), - [aux_sym_preproc_def_token1] = ACTIONS(3064), - [aux_sym_preproc_if_token1] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), - [sym_preproc_directive] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3066), - [anon_sym_BANG] = ACTIONS(3066), - [anon_sym_TILDE] = ACTIONS(3066), - [anon_sym_DASH] = ACTIONS(3064), - [anon_sym_PLUS] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3066), - [anon_sym_AMP_AMP] = ACTIONS(3066), - [anon_sym_AMP] = ACTIONS(3064), - [anon_sym_SEMI] = ACTIONS(3066), - [anon_sym___extension__] = ACTIONS(3064), - [anon_sym_typedef] = ACTIONS(3064), - [anon_sym_virtual] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3064), - [anon_sym___attribute__] = ACTIONS(3064), - [anon_sym___attribute] = ACTIONS(3064), - [anon_sym_COLON_COLON] = ACTIONS(3066), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), - [anon_sym___declspec] = ACTIONS(3064), - [anon_sym___based] = ACTIONS(3064), - [anon_sym___cdecl] = ACTIONS(3064), - [anon_sym___clrcall] = ACTIONS(3064), - [anon_sym___stdcall] = ACTIONS(3064), - [anon_sym___fastcall] = ACTIONS(3064), - [anon_sym___thiscall] = ACTIONS(3064), - [anon_sym___vectorcall] = ACTIONS(3064), - [anon_sym_LBRACE] = ACTIONS(3066), - [anon_sym_RBRACE] = ACTIONS(3066), - [anon_sym_signed] = ACTIONS(3064), - [anon_sym_unsigned] = ACTIONS(3064), - [anon_sym_long] = ACTIONS(3064), - [anon_sym_short] = ACTIONS(3064), - [anon_sym_LBRACK] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3064), - [anon_sym_register] = ACTIONS(3064), - [anon_sym_inline] = ACTIONS(3064), - [anon_sym___inline] = ACTIONS(3064), - [anon_sym___inline__] = ACTIONS(3064), - [anon_sym___forceinline] = ACTIONS(3064), - [anon_sym_thread_local] = ACTIONS(3064), - [anon_sym___thread] = ACTIONS(3064), - [anon_sym_const] = ACTIONS(3064), - [anon_sym_constexpr] = ACTIONS(3064), - [anon_sym_volatile] = ACTIONS(3064), - [anon_sym_restrict] = ACTIONS(3064), - [anon_sym___restrict__] = ACTIONS(3064), - [anon_sym__Atomic] = ACTIONS(3064), - [anon_sym__Noreturn] = ACTIONS(3064), - [anon_sym_noreturn] = ACTIONS(3064), - [anon_sym__Nonnull] = ACTIONS(3064), - [anon_sym_mutable] = ACTIONS(3064), - [anon_sym_constinit] = ACTIONS(3064), - [anon_sym_consteval] = ACTIONS(3064), - [anon_sym_PROGMEM] = ACTIONS(3064), - [anon_sym_alignas] = ACTIONS(3064), - [anon_sym__Alignas] = ACTIONS(3064), - [aux_sym_primitive_type_token1] = ACTIONS(3064), - [anon_sym_byte] = ACTIONS(3064), - [anon_sym_word] = ACTIONS(3064), - [anon_sym_enum] = ACTIONS(3064), - [anon_sym_class] = ACTIONS(3064), - [anon_sym_struct] = ACTIONS(3064), - [anon_sym_union] = ACTIONS(3064), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3064), - [anon_sym_case] = ACTIONS(3064), - [anon_sym_default] = ACTIONS(3064), - [anon_sym_while] = ACTIONS(3064), - [anon_sym_do] = ACTIONS(3064), - [anon_sym_for] = ACTIONS(3064), - [anon_sym_return] = ACTIONS(3064), - [anon_sym_break] = ACTIONS(3064), - [anon_sym_continue] = ACTIONS(3064), - [anon_sym_goto] = ACTIONS(3064), - [anon_sym___try] = ACTIONS(3064), - [anon_sym___leave] = ACTIONS(3064), - [anon_sym_not] = ACTIONS(3064), - [anon_sym_compl] = ACTIONS(3064), - [anon_sym_DASH_DASH] = ACTIONS(3066), - [anon_sym_PLUS_PLUS] = ACTIONS(3066), - [anon_sym_sizeof] = ACTIONS(3064), - [anon_sym___alignof__] = ACTIONS(3064), - [anon_sym___alignof] = ACTIONS(3064), - [anon_sym__alignof] = ACTIONS(3064), - [anon_sym_alignof] = ACTIONS(3064), - [anon_sym__Alignof] = ACTIONS(3064), - [anon_sym_offsetof] = ACTIONS(3064), - [anon_sym__Generic] = ACTIONS(3064), - [anon_sym_asm] = ACTIONS(3064), - [anon_sym___asm__] = ACTIONS(3064), - [anon_sym___asm] = ACTIONS(3064), - [aux_sym_number_literal_token1] = ACTIONS(3066), - [aux_sym_number_literal_token2] = ACTIONS(3064), - [anon_sym_L_SQUOTE] = ACTIONS(3066), - [anon_sym_u_SQUOTE] = ACTIONS(3066), - [anon_sym_U_SQUOTE] = ACTIONS(3066), - [anon_sym_u8_SQUOTE] = ACTIONS(3066), - [anon_sym_SQUOTE] = ACTIONS(3066), - [anon_sym_L_DQUOTE] = ACTIONS(3066), - [anon_sym_u_DQUOTE] = ACTIONS(3066), - [anon_sym_U_DQUOTE] = ACTIONS(3066), - [anon_sym_u8_DQUOTE] = ACTIONS(3066), - [anon_sym_DQUOTE] = ACTIONS(3066), - [sym_true] = ACTIONS(3064), - [sym_false] = ACTIONS(3064), - [anon_sym_NULL] = ACTIONS(3064), - [anon_sym_nullptr] = ACTIONS(3064), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3064), - [anon_sym_decltype] = ACTIONS(3064), - [anon_sym_explicit] = ACTIONS(3064), - [anon_sym_typename] = ACTIONS(3064), - [anon_sym_template] = ACTIONS(3064), - [anon_sym_operator] = ACTIONS(3064), - [anon_sym_try] = ACTIONS(3064), - [anon_sym_delete] = ACTIONS(3064), - [anon_sym_throw] = ACTIONS(3064), - [anon_sym_namespace] = ACTIONS(3064), - [anon_sym_using] = ACTIONS(3064), - [anon_sym_static_assert] = ACTIONS(3064), - [anon_sym_concept] = ACTIONS(3064), - [anon_sym_co_return] = ACTIONS(3064), - [anon_sym_co_yield] = ACTIONS(3064), - [anon_sym_R_DQUOTE] = ACTIONS(3066), - [anon_sym_LR_DQUOTE] = ACTIONS(3066), - [anon_sym_uR_DQUOTE] = ACTIONS(3066), - [anon_sym_UR_DQUOTE] = ACTIONS(3066), - [anon_sym_u8R_DQUOTE] = ACTIONS(3066), - [anon_sym_co_await] = ACTIONS(3064), - [anon_sym_new] = ACTIONS(3064), - [anon_sym_requires] = ACTIONS(3064), - [sym_this] = ACTIONS(3064), + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_include_token1] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token2] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3020), + [anon_sym_PLUS] = ACTIONS(3020), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym___cdecl] = ACTIONS(3020), + [anon_sym___clrcall] = ACTIONS(3020), + [anon_sym___stdcall] = ACTIONS(3020), + [anon_sym___fastcall] = ACTIONS(3020), + [anon_sym___thiscall] = ACTIONS(3020), + [anon_sym___vectorcall] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3022), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [anon_sym_if] = ACTIONS(3020), + [anon_sym_switch] = ACTIONS(3020), + [anon_sym_case] = ACTIONS(3020), + [anon_sym_default] = ACTIONS(3020), + [anon_sym_while] = ACTIONS(3020), + [anon_sym_do] = ACTIONS(3020), + [anon_sym_for] = ACTIONS(3020), + [anon_sym_return] = ACTIONS(3020), + [anon_sym_break] = ACTIONS(3020), + [anon_sym_continue] = ACTIONS(3020), + [anon_sym_goto] = ACTIONS(3020), + [anon_sym___try] = ACTIONS(3020), + [anon_sym___leave] = ACTIONS(3020), + [anon_sym_not] = ACTIONS(3020), + [anon_sym_compl] = ACTIONS(3020), + [anon_sym_DASH_DASH] = ACTIONS(3022), + [anon_sym_PLUS_PLUS] = ACTIONS(3022), + [anon_sym_sizeof] = ACTIONS(3020), + [anon_sym___alignof__] = ACTIONS(3020), + [anon_sym___alignof] = ACTIONS(3020), + [anon_sym__alignof] = ACTIONS(3020), + [anon_sym_alignof] = ACTIONS(3020), + [anon_sym__Alignof] = ACTIONS(3020), + [anon_sym_offsetof] = ACTIONS(3020), + [anon_sym__Generic] = ACTIONS(3020), + [anon_sym_asm] = ACTIONS(3020), + [anon_sym___asm__] = ACTIONS(3020), + [anon_sym___asm] = ACTIONS(3020), + [aux_sym_number_literal_token1] = ACTIONS(3022), + [aux_sym_number_literal_token2] = ACTIONS(3020), + [anon_sym_L_SQUOTE] = ACTIONS(3022), + [anon_sym_u_SQUOTE] = ACTIONS(3022), + [anon_sym_U_SQUOTE] = ACTIONS(3022), + [anon_sym_u8_SQUOTE] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_L_DQUOTE] = ACTIONS(3022), + [anon_sym_u_DQUOTE] = ACTIONS(3022), + [anon_sym_U_DQUOTE] = ACTIONS(3022), + [anon_sym_u8_DQUOTE] = ACTIONS(3022), + [anon_sym_DQUOTE] = ACTIONS(3022), + [sym_true] = ACTIONS(3020), + [sym_false] = ACTIONS(3020), + [anon_sym_NULL] = ACTIONS(3020), + [anon_sym_nullptr] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_try] = ACTIONS(3020), + [anon_sym_delete] = ACTIONS(3020), + [anon_sym_throw] = ACTIONS(3020), + [anon_sym_namespace] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + [anon_sym_concept] = ACTIONS(3020), + [anon_sym_co_return] = ACTIONS(3020), + [anon_sym_co_yield] = ACTIONS(3020), + [anon_sym_R_DQUOTE] = ACTIONS(3022), + [anon_sym_LR_DQUOTE] = ACTIONS(3022), + [anon_sym_uR_DQUOTE] = ACTIONS(3022), + [anon_sym_UR_DQUOTE] = ACTIONS(3022), + [anon_sym_u8R_DQUOTE] = ACTIONS(3022), + [anon_sym_co_await] = ACTIONS(3020), + [anon_sym_new] = ACTIONS(3020), + [anon_sym_requires] = ACTIONS(3020), + [sym_this] = ACTIONS(3020), }, [545] = { - [sym_identifier] = ACTIONS(3110), - [aux_sym_preproc_include_token1] = ACTIONS(3110), - [aux_sym_preproc_def_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_LPAREN2] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_AMP_AMP] = ACTIONS(3112), - [anon_sym_AMP] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym___extension__] = ACTIONS(3110), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_virtual] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym___attribute__] = ACTIONS(3110), - [anon_sym___attribute] = ACTIONS(3110), - [anon_sym_COLON_COLON] = ACTIONS(3112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3112), - [anon_sym___declspec] = ACTIONS(3110), - [anon_sym___based] = ACTIONS(3110), - [anon_sym___cdecl] = ACTIONS(3110), - [anon_sym___clrcall] = ACTIONS(3110), - [anon_sym___stdcall] = ACTIONS(3110), - [anon_sym___fastcall] = ACTIONS(3110), - [anon_sym___thiscall] = ACTIONS(3110), - [anon_sym___vectorcall] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3112), - [anon_sym_signed] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [anon_sym_LBRACK] = ACTIONS(3110), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym___inline] = ACTIONS(3110), - [anon_sym___inline__] = ACTIONS(3110), - [anon_sym___forceinline] = ACTIONS(3110), - [anon_sym_thread_local] = ACTIONS(3110), - [anon_sym___thread] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_constexpr] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym___restrict__] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym__Noreturn] = ACTIONS(3110), - [anon_sym_noreturn] = ACTIONS(3110), - [anon_sym__Nonnull] = ACTIONS(3110), - [anon_sym_mutable] = ACTIONS(3110), - [anon_sym_constinit] = ACTIONS(3110), - [anon_sym_consteval] = ACTIONS(3110), - [anon_sym_PROGMEM] = ACTIONS(3110), - [anon_sym_alignas] = ACTIONS(3110), - [anon_sym__Alignas] = ACTIONS(3110), - [aux_sym_primitive_type_token1] = ACTIONS(3110), - [anon_sym_byte] = ACTIONS(3110), - [anon_sym_word] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_class] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym___try] = ACTIONS(3110), - [anon_sym___leave] = ACTIONS(3110), - [anon_sym_not] = ACTIONS(3110), - [anon_sym_compl] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [anon_sym___alignof__] = ACTIONS(3110), - [anon_sym___alignof] = ACTIONS(3110), - [anon_sym__alignof] = ACTIONS(3110), - [anon_sym_alignof] = ACTIONS(3110), - [anon_sym__Alignof] = ACTIONS(3110), - [anon_sym_offsetof] = ACTIONS(3110), - [anon_sym__Generic] = ACTIONS(3110), - [anon_sym_asm] = ACTIONS(3110), - [anon_sym___asm__] = ACTIONS(3110), - [anon_sym___asm] = ACTIONS(3110), - [aux_sym_number_literal_token1] = ACTIONS(3112), - [aux_sym_number_literal_token2] = ACTIONS(3110), - [anon_sym_L_SQUOTE] = ACTIONS(3112), - [anon_sym_u_SQUOTE] = ACTIONS(3112), - [anon_sym_U_SQUOTE] = ACTIONS(3112), - [anon_sym_u8_SQUOTE] = ACTIONS(3112), - [anon_sym_SQUOTE] = ACTIONS(3112), - [anon_sym_L_DQUOTE] = ACTIONS(3112), - [anon_sym_u_DQUOTE] = ACTIONS(3112), - [anon_sym_U_DQUOTE] = ACTIONS(3112), - [anon_sym_u8_DQUOTE] = ACTIONS(3112), - [anon_sym_DQUOTE] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [anon_sym_NULL] = ACTIONS(3110), - [anon_sym_nullptr] = ACTIONS(3110), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3110), - [anon_sym_decltype] = ACTIONS(3110), - [anon_sym_explicit] = ACTIONS(3110), - [anon_sym_typename] = ACTIONS(3110), - [anon_sym_template] = ACTIONS(3110), - [anon_sym_operator] = ACTIONS(3110), - [anon_sym_try] = ACTIONS(3110), - [anon_sym_delete] = ACTIONS(3110), - [anon_sym_throw] = ACTIONS(3110), - [anon_sym_namespace] = ACTIONS(3110), - [anon_sym_using] = ACTIONS(3110), - [anon_sym_static_assert] = ACTIONS(3110), - [anon_sym_concept] = ACTIONS(3110), - [anon_sym_co_return] = ACTIONS(3110), - [anon_sym_co_yield] = ACTIONS(3110), - [anon_sym_R_DQUOTE] = ACTIONS(3112), - [anon_sym_LR_DQUOTE] = ACTIONS(3112), - [anon_sym_uR_DQUOTE] = ACTIONS(3112), - [anon_sym_UR_DQUOTE] = ACTIONS(3112), - [anon_sym_u8R_DQUOTE] = ACTIONS(3112), - [anon_sym_co_await] = ACTIONS(3110), - [anon_sym_new] = ACTIONS(3110), - [anon_sym_requires] = ACTIONS(3110), - [sym_this] = ACTIONS(3110), + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_include_token1] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token2] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_BANG] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_DASH] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3024), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym___cdecl] = ACTIONS(3024), + [anon_sym___clrcall] = ACTIONS(3024), + [anon_sym___stdcall] = ACTIONS(3024), + [anon_sym___fastcall] = ACTIONS(3024), + [anon_sym___thiscall] = ACTIONS(3024), + [anon_sym___vectorcall] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3026), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [anon_sym_if] = ACTIONS(3024), + [anon_sym_switch] = ACTIONS(3024), + [anon_sym_case] = ACTIONS(3024), + [anon_sym_default] = ACTIONS(3024), + [anon_sym_while] = ACTIONS(3024), + [anon_sym_do] = ACTIONS(3024), + [anon_sym_for] = ACTIONS(3024), + [anon_sym_return] = ACTIONS(3024), + [anon_sym_break] = ACTIONS(3024), + [anon_sym_continue] = ACTIONS(3024), + [anon_sym_goto] = ACTIONS(3024), + [anon_sym___try] = ACTIONS(3024), + [anon_sym___leave] = ACTIONS(3024), + [anon_sym_not] = ACTIONS(3024), + [anon_sym_compl] = ACTIONS(3024), + [anon_sym_DASH_DASH] = ACTIONS(3026), + [anon_sym_PLUS_PLUS] = ACTIONS(3026), + [anon_sym_sizeof] = ACTIONS(3024), + [anon_sym___alignof__] = ACTIONS(3024), + [anon_sym___alignof] = ACTIONS(3024), + [anon_sym__alignof] = ACTIONS(3024), + [anon_sym_alignof] = ACTIONS(3024), + [anon_sym__Alignof] = ACTIONS(3024), + [anon_sym_offsetof] = ACTIONS(3024), + [anon_sym__Generic] = ACTIONS(3024), + [anon_sym_asm] = ACTIONS(3024), + [anon_sym___asm__] = ACTIONS(3024), + [anon_sym___asm] = ACTIONS(3024), + [aux_sym_number_literal_token1] = ACTIONS(3026), + [aux_sym_number_literal_token2] = ACTIONS(3024), + [anon_sym_L_SQUOTE] = ACTIONS(3026), + [anon_sym_u_SQUOTE] = ACTIONS(3026), + [anon_sym_U_SQUOTE] = ACTIONS(3026), + [anon_sym_u8_SQUOTE] = ACTIONS(3026), + [anon_sym_SQUOTE] = ACTIONS(3026), + [anon_sym_L_DQUOTE] = ACTIONS(3026), + [anon_sym_u_DQUOTE] = ACTIONS(3026), + [anon_sym_U_DQUOTE] = ACTIONS(3026), + [anon_sym_u8_DQUOTE] = ACTIONS(3026), + [anon_sym_DQUOTE] = ACTIONS(3026), + [sym_true] = ACTIONS(3024), + [sym_false] = ACTIONS(3024), + [anon_sym_NULL] = ACTIONS(3024), + [anon_sym_nullptr] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_try] = ACTIONS(3024), + [anon_sym_delete] = ACTIONS(3024), + [anon_sym_throw] = ACTIONS(3024), + [anon_sym_namespace] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + [anon_sym_concept] = ACTIONS(3024), + [anon_sym_co_return] = ACTIONS(3024), + [anon_sym_co_yield] = ACTIONS(3024), + [anon_sym_R_DQUOTE] = ACTIONS(3026), + [anon_sym_LR_DQUOTE] = ACTIONS(3026), + [anon_sym_uR_DQUOTE] = ACTIONS(3026), + [anon_sym_UR_DQUOTE] = ACTIONS(3026), + [anon_sym_u8R_DQUOTE] = ACTIONS(3026), + [anon_sym_co_await] = ACTIONS(3024), + [anon_sym_new] = ACTIONS(3024), + [anon_sym_requires] = ACTIONS(3024), + [sym_this] = ACTIONS(3024), }, [546] = { - [sym_identifier] = ACTIONS(3114), - [aux_sym_preproc_include_token1] = ACTIONS(3114), - [aux_sym_preproc_def_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3114), - [sym_preproc_directive] = ACTIONS(3114), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_BANG] = ACTIONS(3116), - [anon_sym_TILDE] = ACTIONS(3116), - [anon_sym_DASH] = ACTIONS(3114), - [anon_sym_PLUS] = ACTIONS(3114), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym___extension__] = ACTIONS(3114), - [anon_sym_typedef] = ACTIONS(3114), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym___attribute] = ACTIONS(3114), - [anon_sym_COLON_COLON] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym___cdecl] = ACTIONS(3114), - [anon_sym___clrcall] = ACTIONS(3114), - [anon_sym___stdcall] = ACTIONS(3114), - [anon_sym___fastcall] = ACTIONS(3114), - [anon_sym___thiscall] = ACTIONS(3114), - [anon_sym___vectorcall] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3116), - [anon_sym_RBRACE] = ACTIONS(3116), - [anon_sym_signed] = ACTIONS(3114), - [anon_sym_unsigned] = ACTIONS(3114), - [anon_sym_long] = ACTIONS(3114), - [anon_sym_short] = ACTIONS(3114), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym___inline] = ACTIONS(3114), - [anon_sym___inline__] = ACTIONS(3114), - [anon_sym___forceinline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym___thread] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym___restrict__] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym__Noreturn] = ACTIONS(3114), - [anon_sym_noreturn] = ACTIONS(3114), - [anon_sym__Nonnull] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constinit] = ACTIONS(3114), - [anon_sym_consteval] = ACTIONS(3114), - [anon_sym_PROGMEM] = ACTIONS(3114), - [anon_sym_alignas] = ACTIONS(3114), - [anon_sym__Alignas] = ACTIONS(3114), - [aux_sym_primitive_type_token1] = ACTIONS(3114), - [anon_sym_byte] = ACTIONS(3114), - [anon_sym_word] = ACTIONS(3114), - [anon_sym_enum] = ACTIONS(3114), - [anon_sym_class] = ACTIONS(3114), - [anon_sym_struct] = ACTIONS(3114), - [anon_sym_union] = ACTIONS(3114), - [anon_sym_if] = ACTIONS(3114), - [anon_sym_switch] = ACTIONS(3114), - [anon_sym_case] = ACTIONS(3114), - [anon_sym_default] = ACTIONS(3114), - [anon_sym_while] = ACTIONS(3114), - [anon_sym_do] = ACTIONS(3114), - [anon_sym_for] = ACTIONS(3114), - [anon_sym_return] = ACTIONS(3114), - [anon_sym_break] = ACTIONS(3114), - [anon_sym_continue] = ACTIONS(3114), - [anon_sym_goto] = ACTIONS(3114), - [anon_sym___try] = ACTIONS(3114), - [anon_sym___leave] = ACTIONS(3114), - [anon_sym_not] = ACTIONS(3114), - [anon_sym_compl] = ACTIONS(3114), - [anon_sym_DASH_DASH] = ACTIONS(3116), - [anon_sym_PLUS_PLUS] = ACTIONS(3116), - [anon_sym_sizeof] = ACTIONS(3114), - [anon_sym___alignof__] = ACTIONS(3114), - [anon_sym___alignof] = ACTIONS(3114), - [anon_sym__alignof] = ACTIONS(3114), - [anon_sym_alignof] = ACTIONS(3114), - [anon_sym__Alignof] = ACTIONS(3114), - [anon_sym_offsetof] = ACTIONS(3114), - [anon_sym__Generic] = ACTIONS(3114), - [anon_sym_asm] = ACTIONS(3114), - [anon_sym___asm__] = ACTIONS(3114), - [anon_sym___asm] = ACTIONS(3114), - [aux_sym_number_literal_token1] = ACTIONS(3116), - [aux_sym_number_literal_token2] = ACTIONS(3114), - [anon_sym_L_SQUOTE] = ACTIONS(3116), - [anon_sym_u_SQUOTE] = ACTIONS(3116), - [anon_sym_U_SQUOTE] = ACTIONS(3116), - [anon_sym_u8_SQUOTE] = ACTIONS(3116), - [anon_sym_SQUOTE] = ACTIONS(3116), - [anon_sym_L_DQUOTE] = ACTIONS(3116), - [anon_sym_u_DQUOTE] = ACTIONS(3116), - [anon_sym_U_DQUOTE] = ACTIONS(3116), - [anon_sym_u8_DQUOTE] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3116), - [sym_true] = ACTIONS(3114), - [sym_false] = ACTIONS(3114), - [anon_sym_NULL] = ACTIONS(3114), - [anon_sym_nullptr] = ACTIONS(3114), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3114), - [anon_sym_decltype] = ACTIONS(3114), - [anon_sym_explicit] = ACTIONS(3114), - [anon_sym_typename] = ACTIONS(3114), - [anon_sym_template] = ACTIONS(3114), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_try] = ACTIONS(3114), - [anon_sym_delete] = ACTIONS(3114), - [anon_sym_throw] = ACTIONS(3114), - [anon_sym_namespace] = ACTIONS(3114), - [anon_sym_using] = ACTIONS(3114), - [anon_sym_static_assert] = ACTIONS(3114), - [anon_sym_concept] = ACTIONS(3114), - [anon_sym_co_return] = ACTIONS(3114), - [anon_sym_co_yield] = ACTIONS(3114), - [anon_sym_R_DQUOTE] = ACTIONS(3116), - [anon_sym_LR_DQUOTE] = ACTIONS(3116), - [anon_sym_uR_DQUOTE] = ACTIONS(3116), - [anon_sym_UR_DQUOTE] = ACTIONS(3116), - [anon_sym_u8R_DQUOTE] = ACTIONS(3116), - [anon_sym_co_await] = ACTIONS(3114), - [anon_sym_new] = ACTIONS(3114), - [anon_sym_requires] = ACTIONS(3114), - [sym_this] = ACTIONS(3114), - }, - [547] = { - [sym_identifier] = ACTIONS(3118), - [aux_sym_preproc_include_token1] = ACTIONS(3118), - [aux_sym_preproc_def_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_LPAREN2] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_AMP_AMP] = ACTIONS(3120), - [anon_sym_AMP] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym___extension__] = ACTIONS(3118), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_virtual] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym___attribute__] = ACTIONS(3118), - [anon_sym___attribute] = ACTIONS(3118), - [anon_sym_COLON_COLON] = ACTIONS(3120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3120), - [anon_sym___declspec] = ACTIONS(3118), - [anon_sym___based] = ACTIONS(3118), - [anon_sym___cdecl] = ACTIONS(3118), - [anon_sym___clrcall] = ACTIONS(3118), - [anon_sym___stdcall] = ACTIONS(3118), - [anon_sym___fastcall] = ACTIONS(3118), - [anon_sym___thiscall] = ACTIONS(3118), - [anon_sym___vectorcall] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_RBRACE] = ACTIONS(3120), - [anon_sym_signed] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [anon_sym_LBRACK] = ACTIONS(3118), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym___inline] = ACTIONS(3118), - [anon_sym___inline__] = ACTIONS(3118), - [anon_sym___forceinline] = ACTIONS(3118), - [anon_sym_thread_local] = ACTIONS(3118), - [anon_sym___thread] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_constexpr] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym___restrict__] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym__Noreturn] = ACTIONS(3118), - [anon_sym_noreturn] = ACTIONS(3118), - [anon_sym__Nonnull] = ACTIONS(3118), - [anon_sym_mutable] = ACTIONS(3118), - [anon_sym_constinit] = ACTIONS(3118), - [anon_sym_consteval] = ACTIONS(3118), - [anon_sym_PROGMEM] = ACTIONS(3118), - [anon_sym_alignas] = ACTIONS(3118), - [anon_sym__Alignas] = ACTIONS(3118), - [aux_sym_primitive_type_token1] = ACTIONS(3118), - [anon_sym_byte] = ACTIONS(3118), - [anon_sym_word] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_class] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym___try] = ACTIONS(3118), - [anon_sym___leave] = ACTIONS(3118), - [anon_sym_not] = ACTIONS(3118), - [anon_sym_compl] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [anon_sym___alignof__] = ACTIONS(3118), - [anon_sym___alignof] = ACTIONS(3118), - [anon_sym__alignof] = ACTIONS(3118), - [anon_sym_alignof] = ACTIONS(3118), - [anon_sym__Alignof] = ACTIONS(3118), - [anon_sym_offsetof] = ACTIONS(3118), - [anon_sym__Generic] = ACTIONS(3118), - [anon_sym_asm] = ACTIONS(3118), - [anon_sym___asm__] = ACTIONS(3118), - [anon_sym___asm] = ACTIONS(3118), - [aux_sym_number_literal_token1] = ACTIONS(3120), - [aux_sym_number_literal_token2] = ACTIONS(3118), - [anon_sym_L_SQUOTE] = ACTIONS(3120), - [anon_sym_u_SQUOTE] = ACTIONS(3120), - [anon_sym_U_SQUOTE] = ACTIONS(3120), - [anon_sym_u8_SQUOTE] = ACTIONS(3120), - [anon_sym_SQUOTE] = ACTIONS(3120), - [anon_sym_L_DQUOTE] = ACTIONS(3120), - [anon_sym_u_DQUOTE] = ACTIONS(3120), - [anon_sym_U_DQUOTE] = ACTIONS(3120), - [anon_sym_u8_DQUOTE] = ACTIONS(3120), - [anon_sym_DQUOTE] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [anon_sym_NULL] = ACTIONS(3118), - [anon_sym_nullptr] = ACTIONS(3118), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3118), - [anon_sym_decltype] = ACTIONS(3118), - [anon_sym_explicit] = ACTIONS(3118), - [anon_sym_typename] = ACTIONS(3118), - [anon_sym_template] = ACTIONS(3118), - [anon_sym_operator] = ACTIONS(3118), - [anon_sym_try] = ACTIONS(3118), - [anon_sym_delete] = ACTIONS(3118), - [anon_sym_throw] = ACTIONS(3118), - [anon_sym_namespace] = ACTIONS(3118), - [anon_sym_using] = ACTIONS(3118), - [anon_sym_static_assert] = ACTIONS(3118), - [anon_sym_concept] = ACTIONS(3118), - [anon_sym_co_return] = ACTIONS(3118), - [anon_sym_co_yield] = ACTIONS(3118), - [anon_sym_R_DQUOTE] = ACTIONS(3120), - [anon_sym_LR_DQUOTE] = ACTIONS(3120), - [anon_sym_uR_DQUOTE] = ACTIONS(3120), - [anon_sym_UR_DQUOTE] = ACTIONS(3120), - [anon_sym_u8R_DQUOTE] = ACTIONS(3120), - [anon_sym_co_await] = ACTIONS(3118), - [anon_sym_new] = ACTIONS(3118), - [anon_sym_requires] = ACTIONS(3118), - [sym_this] = ACTIONS(3118), - }, - [548] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_include_token1] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym___cdecl] = ACTIONS(3177), - [anon_sym___clrcall] = ACTIONS(3177), - [anon_sym___stdcall] = ACTIONS(3177), - [anon_sym___fastcall] = ACTIONS(3177), - [anon_sym___thiscall] = ACTIONS(3177), - [anon_sym___vectorcall] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_RBRACE] = ACTIONS(3179), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_switch] = ACTIONS(3177), - [anon_sym_case] = ACTIONS(3177), - [anon_sym_default] = ACTIONS(3177), - [anon_sym_while] = ACTIONS(3177), - [anon_sym_do] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym___try] = ACTIONS(3177), - [anon_sym___leave] = ACTIONS(3177), - [anon_sym_not] = ACTIONS(3177), - [anon_sym_compl] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_sizeof] = ACTIONS(3177), - [anon_sym___alignof__] = ACTIONS(3177), - [anon_sym___alignof] = ACTIONS(3177), - [anon_sym__alignof] = ACTIONS(3177), - [anon_sym_alignof] = ACTIONS(3177), - [anon_sym__Alignof] = ACTIONS(3177), - [anon_sym_offsetof] = ACTIONS(3177), - [anon_sym__Generic] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym___asm__] = ACTIONS(3177), - [anon_sym___asm] = ACTIONS(3177), - [aux_sym_number_literal_token1] = ACTIONS(3179), - [aux_sym_number_literal_token2] = ACTIONS(3177), - [anon_sym_L_SQUOTE] = ACTIONS(3179), - [anon_sym_u_SQUOTE] = ACTIONS(3179), - [anon_sym_U_SQUOTE] = ACTIONS(3179), - [anon_sym_u8_SQUOTE] = ACTIONS(3179), - [anon_sym_SQUOTE] = ACTIONS(3179), - [anon_sym_L_DQUOTE] = ACTIONS(3179), - [anon_sym_u_DQUOTE] = ACTIONS(3179), - [anon_sym_U_DQUOTE] = ACTIONS(3179), - [anon_sym_u8_DQUOTE] = ACTIONS(3179), - [anon_sym_DQUOTE] = ACTIONS(3179), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [anon_sym_NULL] = ACTIONS(3177), - [anon_sym_nullptr] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_try] = ACTIONS(3177), - [anon_sym_delete] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_namespace] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), - [anon_sym_concept] = ACTIONS(3177), - [anon_sym_co_return] = ACTIONS(3177), - [anon_sym_co_yield] = ACTIONS(3177), - [anon_sym_R_DQUOTE] = ACTIONS(3179), - [anon_sym_LR_DQUOTE] = ACTIONS(3179), - [anon_sym_uR_DQUOTE] = ACTIONS(3179), - [anon_sym_UR_DQUOTE] = ACTIONS(3179), - [anon_sym_u8R_DQUOTE] = ACTIONS(3179), - [anon_sym_co_await] = ACTIONS(3177), - [anon_sym_new] = ACTIONS(3177), - [anon_sym_requires] = ACTIONS(3177), - [sym_this] = ACTIONS(3177), - }, - [549] = { - [sym_identifier] = ACTIONS(3185), - [aux_sym_preproc_include_token1] = ACTIONS(3185), - [aux_sym_preproc_def_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3185), - [sym_preproc_directive] = ACTIONS(3185), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym___extension__] = ACTIONS(3185), - [anon_sym_typedef] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym___attribute] = ACTIONS(3185), - [anon_sym_COLON_COLON] = ACTIONS(3187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym___cdecl] = ACTIONS(3185), - [anon_sym___clrcall] = ACTIONS(3185), - [anon_sym___stdcall] = ACTIONS(3185), - [anon_sym___fastcall] = ACTIONS(3185), - [anon_sym___thiscall] = ACTIONS(3185), - [anon_sym___vectorcall] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_RBRACE] = ACTIONS(3187), - [anon_sym_signed] = ACTIONS(3185), - [anon_sym_unsigned] = ACTIONS(3185), - [anon_sym_long] = ACTIONS(3185), - [anon_sym_short] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym___inline] = ACTIONS(3185), - [anon_sym___inline__] = ACTIONS(3185), - [anon_sym___forceinline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym___thread] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym___restrict__] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym__Noreturn] = ACTIONS(3185), - [anon_sym_noreturn] = ACTIONS(3185), - [anon_sym__Nonnull] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constinit] = ACTIONS(3185), - [anon_sym_consteval] = ACTIONS(3185), - [anon_sym_PROGMEM] = ACTIONS(3185), - [anon_sym_alignas] = ACTIONS(3185), - [anon_sym__Alignas] = ACTIONS(3185), - [aux_sym_primitive_type_token1] = ACTIONS(3185), - [anon_sym_byte] = ACTIONS(3185), - [anon_sym_word] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_class] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_switch] = ACTIONS(3185), - [anon_sym_case] = ACTIONS(3185), - [anon_sym_default] = ACTIONS(3185), - [anon_sym_while] = ACTIONS(3185), - [anon_sym_do] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym___try] = ACTIONS(3185), - [anon_sym___leave] = ACTIONS(3185), - [anon_sym_not] = ACTIONS(3185), - [anon_sym_compl] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_sizeof] = ACTIONS(3185), - [anon_sym___alignof__] = ACTIONS(3185), - [anon_sym___alignof] = ACTIONS(3185), - [anon_sym__alignof] = ACTIONS(3185), - [anon_sym_alignof] = ACTIONS(3185), - [anon_sym__Alignof] = ACTIONS(3185), - [anon_sym_offsetof] = ACTIONS(3185), - [anon_sym__Generic] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym___asm__] = ACTIONS(3185), - [anon_sym___asm] = ACTIONS(3185), - [aux_sym_number_literal_token1] = ACTIONS(3187), - [aux_sym_number_literal_token2] = ACTIONS(3185), - [anon_sym_L_SQUOTE] = ACTIONS(3187), - [anon_sym_u_SQUOTE] = ACTIONS(3187), - [anon_sym_U_SQUOTE] = ACTIONS(3187), - [anon_sym_u8_SQUOTE] = ACTIONS(3187), - [anon_sym_SQUOTE] = ACTIONS(3187), - [anon_sym_L_DQUOTE] = ACTIONS(3187), - [anon_sym_u_DQUOTE] = ACTIONS(3187), - [anon_sym_U_DQUOTE] = ACTIONS(3187), - [anon_sym_u8_DQUOTE] = ACTIONS(3187), - [anon_sym_DQUOTE] = ACTIONS(3187), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [anon_sym_NULL] = ACTIONS(3185), - [anon_sym_nullptr] = ACTIONS(3185), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3185), - [anon_sym_decltype] = ACTIONS(3185), - [anon_sym_explicit] = ACTIONS(3185), - [anon_sym_typename] = ACTIONS(3185), - [anon_sym_template] = ACTIONS(3185), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_try] = ACTIONS(3185), - [anon_sym_delete] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_namespace] = ACTIONS(3185), - [anon_sym_using] = ACTIONS(3185), - [anon_sym_static_assert] = ACTIONS(3185), - [anon_sym_concept] = ACTIONS(3185), - [anon_sym_co_return] = ACTIONS(3185), - [anon_sym_co_yield] = ACTIONS(3185), - [anon_sym_R_DQUOTE] = ACTIONS(3187), - [anon_sym_LR_DQUOTE] = ACTIONS(3187), - [anon_sym_uR_DQUOTE] = ACTIONS(3187), - [anon_sym_UR_DQUOTE] = ACTIONS(3187), - [anon_sym_u8R_DQUOTE] = ACTIONS(3187), - [anon_sym_co_await] = ACTIONS(3185), - [anon_sym_new] = ACTIONS(3185), - [anon_sym_requires] = ACTIONS(3185), - [sym_this] = ACTIONS(3185), - }, - [550] = { - [sym_identifier] = ACTIONS(3189), - [aux_sym_preproc_include_token1] = ACTIONS(3189), - [aux_sym_preproc_def_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3189), - [sym_preproc_directive] = ACTIONS(3189), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym___extension__] = ACTIONS(3189), - [anon_sym_typedef] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym___attribute] = ACTIONS(3189), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym___cdecl] = ACTIONS(3189), - [anon_sym___clrcall] = ACTIONS(3189), - [anon_sym___stdcall] = ACTIONS(3189), - [anon_sym___fastcall] = ACTIONS(3189), - [anon_sym___thiscall] = ACTIONS(3189), - [anon_sym___vectorcall] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_RBRACE] = ACTIONS(3191), - [anon_sym_signed] = ACTIONS(3189), - [anon_sym_unsigned] = ACTIONS(3189), - [anon_sym_long] = ACTIONS(3189), - [anon_sym_short] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym___inline] = ACTIONS(3189), - [anon_sym___inline__] = ACTIONS(3189), - [anon_sym___forceinline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym___thread] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym___restrict__] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym__Noreturn] = ACTIONS(3189), - [anon_sym_noreturn] = ACTIONS(3189), - [anon_sym__Nonnull] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constinit] = ACTIONS(3189), - [anon_sym_consteval] = ACTIONS(3189), - [anon_sym_PROGMEM] = ACTIONS(3189), - [anon_sym_alignas] = ACTIONS(3189), - [anon_sym__Alignas] = ACTIONS(3189), - [aux_sym_primitive_type_token1] = ACTIONS(3189), - [anon_sym_byte] = ACTIONS(3189), - [anon_sym_word] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_class] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_switch] = ACTIONS(3189), - [anon_sym_case] = ACTIONS(3189), - [anon_sym_default] = ACTIONS(3189), - [anon_sym_while] = ACTIONS(3189), - [anon_sym_do] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym___try] = ACTIONS(3189), - [anon_sym___leave] = ACTIONS(3189), - [anon_sym_not] = ACTIONS(3189), - [anon_sym_compl] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_sizeof] = ACTIONS(3189), - [anon_sym___alignof__] = ACTIONS(3189), - [anon_sym___alignof] = ACTIONS(3189), - [anon_sym__alignof] = ACTIONS(3189), - [anon_sym_alignof] = ACTIONS(3189), - [anon_sym__Alignof] = ACTIONS(3189), - [anon_sym_offsetof] = ACTIONS(3189), - [anon_sym__Generic] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym___asm__] = ACTIONS(3189), - [anon_sym___asm] = ACTIONS(3189), - [aux_sym_number_literal_token1] = ACTIONS(3191), - [aux_sym_number_literal_token2] = ACTIONS(3189), - [anon_sym_L_SQUOTE] = ACTIONS(3191), - [anon_sym_u_SQUOTE] = ACTIONS(3191), - [anon_sym_U_SQUOTE] = ACTIONS(3191), - [anon_sym_u8_SQUOTE] = ACTIONS(3191), - [anon_sym_SQUOTE] = ACTIONS(3191), - [anon_sym_L_DQUOTE] = ACTIONS(3191), - [anon_sym_u_DQUOTE] = ACTIONS(3191), - [anon_sym_U_DQUOTE] = ACTIONS(3191), - [anon_sym_u8_DQUOTE] = ACTIONS(3191), - [anon_sym_DQUOTE] = ACTIONS(3191), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [anon_sym_NULL] = ACTIONS(3189), - [anon_sym_nullptr] = ACTIONS(3189), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3189), - [anon_sym_decltype] = ACTIONS(3189), - [anon_sym_explicit] = ACTIONS(3189), - [anon_sym_typename] = ACTIONS(3189), - [anon_sym_template] = ACTIONS(3189), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_try] = ACTIONS(3189), - [anon_sym_delete] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_namespace] = ACTIONS(3189), - [anon_sym_using] = ACTIONS(3189), - [anon_sym_static_assert] = ACTIONS(3189), - [anon_sym_concept] = ACTIONS(3189), - [anon_sym_co_return] = ACTIONS(3189), - [anon_sym_co_yield] = ACTIONS(3189), - [anon_sym_R_DQUOTE] = ACTIONS(3191), - [anon_sym_LR_DQUOTE] = ACTIONS(3191), - [anon_sym_uR_DQUOTE] = ACTIONS(3191), - [anon_sym_UR_DQUOTE] = ACTIONS(3191), - [anon_sym_u8R_DQUOTE] = ACTIONS(3191), - [anon_sym_co_await] = ACTIONS(3189), - [anon_sym_new] = ACTIONS(3189), - [anon_sym_requires] = ACTIONS(3189), - [sym_this] = ACTIONS(3189), - }, - [551] = { - [sym_identifier] = ACTIONS(3201), - [aux_sym_preproc_include_token1] = ACTIONS(3201), - [aux_sym_preproc_def_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3201), - [sym_preproc_directive] = ACTIONS(3201), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3201), - [anon_sym_PLUS] = ACTIONS(3201), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym___extension__] = ACTIONS(3201), - [anon_sym_typedef] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym___attribute] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3203), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym___cdecl] = ACTIONS(3201), - [anon_sym___clrcall] = ACTIONS(3201), - [anon_sym___stdcall] = ACTIONS(3201), - [anon_sym___fastcall] = ACTIONS(3201), - [anon_sym___thiscall] = ACTIONS(3201), - [anon_sym___vectorcall] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_RBRACE] = ACTIONS(3203), - [anon_sym_signed] = ACTIONS(3201), - [anon_sym_unsigned] = ACTIONS(3201), - [anon_sym_long] = ACTIONS(3201), - [anon_sym_short] = ACTIONS(3201), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym___inline] = ACTIONS(3201), - [anon_sym___inline__] = ACTIONS(3201), - [anon_sym___forceinline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym___thread] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym___restrict__] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym__Noreturn] = ACTIONS(3201), - [anon_sym_noreturn] = ACTIONS(3201), - [anon_sym__Nonnull] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constinit] = ACTIONS(3201), - [anon_sym_consteval] = ACTIONS(3201), - [anon_sym_PROGMEM] = ACTIONS(3201), - [anon_sym_alignas] = ACTIONS(3201), - [anon_sym__Alignas] = ACTIONS(3201), - [aux_sym_primitive_type_token1] = ACTIONS(3201), - [anon_sym_byte] = ACTIONS(3201), - [anon_sym_word] = ACTIONS(3201), - [anon_sym_enum] = ACTIONS(3201), - [anon_sym_class] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3201), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_if] = ACTIONS(3201), - [anon_sym_switch] = ACTIONS(3201), - [anon_sym_case] = ACTIONS(3201), - [anon_sym_default] = ACTIONS(3201), - [anon_sym_while] = ACTIONS(3201), - [anon_sym_do] = ACTIONS(3201), - [anon_sym_for] = ACTIONS(3201), - [anon_sym_return] = ACTIONS(3201), - [anon_sym_break] = ACTIONS(3201), - [anon_sym_continue] = ACTIONS(3201), - [anon_sym_goto] = ACTIONS(3201), - [anon_sym___try] = ACTIONS(3201), - [anon_sym___leave] = ACTIONS(3201), - [anon_sym_not] = ACTIONS(3201), - [anon_sym_compl] = ACTIONS(3201), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_sizeof] = ACTIONS(3201), - [anon_sym___alignof__] = ACTIONS(3201), - [anon_sym___alignof] = ACTIONS(3201), - [anon_sym__alignof] = ACTIONS(3201), - [anon_sym_alignof] = ACTIONS(3201), - [anon_sym__Alignof] = ACTIONS(3201), - [anon_sym_offsetof] = ACTIONS(3201), - [anon_sym__Generic] = ACTIONS(3201), - [anon_sym_asm] = ACTIONS(3201), - [anon_sym___asm__] = ACTIONS(3201), - [anon_sym___asm] = ACTIONS(3201), - [aux_sym_number_literal_token1] = ACTIONS(3203), - [aux_sym_number_literal_token2] = ACTIONS(3201), - [anon_sym_L_SQUOTE] = ACTIONS(3203), - [anon_sym_u_SQUOTE] = ACTIONS(3203), - [anon_sym_U_SQUOTE] = ACTIONS(3203), - [anon_sym_u8_SQUOTE] = ACTIONS(3203), - [anon_sym_SQUOTE] = ACTIONS(3203), - [anon_sym_L_DQUOTE] = ACTIONS(3203), - [anon_sym_u_DQUOTE] = ACTIONS(3203), - [anon_sym_U_DQUOTE] = ACTIONS(3203), - [anon_sym_u8_DQUOTE] = ACTIONS(3203), - [anon_sym_DQUOTE] = ACTIONS(3203), - [sym_true] = ACTIONS(3201), - [sym_false] = ACTIONS(3201), - [anon_sym_NULL] = ACTIONS(3201), - [anon_sym_nullptr] = ACTIONS(3201), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3201), - [anon_sym_decltype] = ACTIONS(3201), - [anon_sym_explicit] = ACTIONS(3201), - [anon_sym_typename] = ACTIONS(3201), - [anon_sym_template] = ACTIONS(3201), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_try] = ACTIONS(3201), - [anon_sym_delete] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_namespace] = ACTIONS(3201), - [anon_sym_using] = ACTIONS(3201), - [anon_sym_static_assert] = ACTIONS(3201), - [anon_sym_concept] = ACTIONS(3201), - [anon_sym_co_return] = ACTIONS(3201), - [anon_sym_co_yield] = ACTIONS(3201), - [anon_sym_R_DQUOTE] = ACTIONS(3203), - [anon_sym_LR_DQUOTE] = ACTIONS(3203), - [anon_sym_uR_DQUOTE] = ACTIONS(3203), - [anon_sym_UR_DQUOTE] = ACTIONS(3203), - [anon_sym_u8R_DQUOTE] = ACTIONS(3203), - [anon_sym_co_await] = ACTIONS(3201), - [anon_sym_new] = ACTIONS(3201), - [anon_sym_requires] = ACTIONS(3201), - [sym_this] = ACTIONS(3201), - }, - [552] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_include_token1] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym___cdecl] = ACTIONS(3122), - [anon_sym___clrcall] = ACTIONS(3122), - [anon_sym___stdcall] = ACTIONS(3122), - [anon_sym___fastcall] = ACTIONS(3122), - [anon_sym___thiscall] = ACTIONS(3122), - [anon_sym___vectorcall] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_RBRACE] = ACTIONS(3124), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym___try] = ACTIONS(3122), - [anon_sym___leave] = ACTIONS(3122), - [anon_sym_not] = ACTIONS(3122), - [anon_sym_compl] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [anon_sym___alignof__] = ACTIONS(3122), - [anon_sym___alignof] = ACTIONS(3122), - [anon_sym__alignof] = ACTIONS(3122), - [anon_sym_alignof] = ACTIONS(3122), - [anon_sym__Alignof] = ACTIONS(3122), - [anon_sym_offsetof] = ACTIONS(3122), - [anon_sym__Generic] = ACTIONS(3122), - [anon_sym_asm] = ACTIONS(3122), - [anon_sym___asm__] = ACTIONS(3122), - [anon_sym___asm] = ACTIONS(3122), - [aux_sym_number_literal_token1] = ACTIONS(3124), - [aux_sym_number_literal_token2] = ACTIONS(3122), - [anon_sym_L_SQUOTE] = ACTIONS(3124), - [anon_sym_u_SQUOTE] = ACTIONS(3124), - [anon_sym_U_SQUOTE] = ACTIONS(3124), - [anon_sym_u8_SQUOTE] = ACTIONS(3124), - [anon_sym_SQUOTE] = ACTIONS(3124), - [anon_sym_L_DQUOTE] = ACTIONS(3124), - [anon_sym_u_DQUOTE] = ACTIONS(3124), - [anon_sym_U_DQUOTE] = ACTIONS(3124), - [anon_sym_u8_DQUOTE] = ACTIONS(3124), - [anon_sym_DQUOTE] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [anon_sym_NULL] = ACTIONS(3122), - [anon_sym_nullptr] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_try] = ACTIONS(3122), - [anon_sym_delete] = ACTIONS(3122), - [anon_sym_throw] = ACTIONS(3122), - [anon_sym_namespace] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - [anon_sym_concept] = ACTIONS(3122), - [anon_sym_co_return] = ACTIONS(3122), - [anon_sym_co_yield] = ACTIONS(3122), - [anon_sym_R_DQUOTE] = ACTIONS(3124), - [anon_sym_LR_DQUOTE] = ACTIONS(3124), - [anon_sym_uR_DQUOTE] = ACTIONS(3124), - [anon_sym_UR_DQUOTE] = ACTIONS(3124), - [anon_sym_u8R_DQUOTE] = ACTIONS(3124), - [anon_sym_co_await] = ACTIONS(3122), - [anon_sym_new] = ACTIONS(3122), - [anon_sym_requires] = ACTIONS(3122), - [sym_this] = ACTIONS(3122), - }, - [553] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_include_token1] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym___cdecl] = ACTIONS(3126), - [anon_sym___clrcall] = ACTIONS(3126), - [anon_sym___stdcall] = ACTIONS(3126), - [anon_sym___fastcall] = ACTIONS(3126), - [anon_sym___thiscall] = ACTIONS(3126), - [anon_sym___vectorcall] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_RBRACE] = ACTIONS(3128), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym___try] = ACTIONS(3126), - [anon_sym___leave] = ACTIONS(3126), - [anon_sym_not] = ACTIONS(3126), - [anon_sym_compl] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [anon_sym___alignof__] = ACTIONS(3126), - [anon_sym___alignof] = ACTIONS(3126), - [anon_sym__alignof] = ACTIONS(3126), - [anon_sym_alignof] = ACTIONS(3126), - [anon_sym__Alignof] = ACTIONS(3126), - [anon_sym_offsetof] = ACTIONS(3126), - [anon_sym__Generic] = ACTIONS(3126), - [anon_sym_asm] = ACTIONS(3126), - [anon_sym___asm__] = ACTIONS(3126), - [anon_sym___asm] = ACTIONS(3126), - [aux_sym_number_literal_token1] = ACTIONS(3128), - [aux_sym_number_literal_token2] = ACTIONS(3126), - [anon_sym_L_SQUOTE] = ACTIONS(3128), - [anon_sym_u_SQUOTE] = ACTIONS(3128), - [anon_sym_U_SQUOTE] = ACTIONS(3128), - [anon_sym_u8_SQUOTE] = ACTIONS(3128), - [anon_sym_SQUOTE] = ACTIONS(3128), - [anon_sym_L_DQUOTE] = ACTIONS(3128), - [anon_sym_u_DQUOTE] = ACTIONS(3128), - [anon_sym_U_DQUOTE] = ACTIONS(3128), - [anon_sym_u8_DQUOTE] = ACTIONS(3128), - [anon_sym_DQUOTE] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [anon_sym_NULL] = ACTIONS(3126), - [anon_sym_nullptr] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_try] = ACTIONS(3126), - [anon_sym_delete] = ACTIONS(3126), - [anon_sym_throw] = ACTIONS(3126), - [anon_sym_namespace] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), - [anon_sym_concept] = ACTIONS(3126), - [anon_sym_co_return] = ACTIONS(3126), - [anon_sym_co_yield] = ACTIONS(3126), - [anon_sym_R_DQUOTE] = ACTIONS(3128), - [anon_sym_LR_DQUOTE] = ACTIONS(3128), - [anon_sym_uR_DQUOTE] = ACTIONS(3128), - [anon_sym_UR_DQUOTE] = ACTIONS(3128), - [anon_sym_u8R_DQUOTE] = ACTIONS(3128), - [anon_sym_co_await] = ACTIONS(3126), - [anon_sym_new] = ACTIONS(3126), - [anon_sym_requires] = ACTIONS(3126), - [sym_this] = ACTIONS(3126), - }, - [554] = { - [sym_identifier] = ACTIONS(3211), - [aux_sym_preproc_include_token1] = ACTIONS(3211), - [aux_sym_preproc_def_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), - [sym_preproc_directive] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3213), - [anon_sym_BANG] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_SEMI] = ACTIONS(3213), - [anon_sym___extension__] = ACTIONS(3211), - [anon_sym_typedef] = ACTIONS(3211), - [anon_sym_virtual] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3211), - [anon_sym___attribute__] = ACTIONS(3211), - [anon_sym___attribute] = ACTIONS(3211), - [anon_sym_COLON_COLON] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), - [anon_sym___declspec] = ACTIONS(3211), - [anon_sym___based] = ACTIONS(3211), - [anon_sym___cdecl] = ACTIONS(3211), - [anon_sym___clrcall] = ACTIONS(3211), - [anon_sym___stdcall] = ACTIONS(3211), - [anon_sym___fastcall] = ACTIONS(3211), - [anon_sym___thiscall] = ACTIONS(3211), - [anon_sym___vectorcall] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3213), - [anon_sym_RBRACE] = ACTIONS(3213), - [anon_sym_signed] = ACTIONS(3211), - [anon_sym_unsigned] = ACTIONS(3211), - [anon_sym_long] = ACTIONS(3211), - [anon_sym_short] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3211), - [anon_sym_register] = ACTIONS(3211), - [anon_sym_inline] = ACTIONS(3211), - [anon_sym___inline] = ACTIONS(3211), - [anon_sym___inline__] = ACTIONS(3211), - [anon_sym___forceinline] = ACTIONS(3211), - [anon_sym_thread_local] = ACTIONS(3211), - [anon_sym___thread] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_constexpr] = ACTIONS(3211), - [anon_sym_volatile] = ACTIONS(3211), - [anon_sym_restrict] = ACTIONS(3211), - [anon_sym___restrict__] = ACTIONS(3211), - [anon_sym__Atomic] = ACTIONS(3211), - [anon_sym__Noreturn] = ACTIONS(3211), - [anon_sym_noreturn] = ACTIONS(3211), - [anon_sym__Nonnull] = ACTIONS(3211), - [anon_sym_mutable] = ACTIONS(3211), - [anon_sym_constinit] = ACTIONS(3211), - [anon_sym_consteval] = ACTIONS(3211), - [anon_sym_PROGMEM] = ACTIONS(3211), - [anon_sym_alignas] = ACTIONS(3211), - [anon_sym__Alignas] = ACTIONS(3211), - [aux_sym_primitive_type_token1] = ACTIONS(3211), - [anon_sym_byte] = ACTIONS(3211), - [anon_sym_word] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_class] = ACTIONS(3211), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_switch] = ACTIONS(3211), - [anon_sym_case] = ACTIONS(3211), - [anon_sym_default] = ACTIONS(3211), - [anon_sym_while] = ACTIONS(3211), - [anon_sym_do] = ACTIONS(3211), - [anon_sym_for] = ACTIONS(3211), - [anon_sym_return] = ACTIONS(3211), - [anon_sym_break] = ACTIONS(3211), - [anon_sym_continue] = ACTIONS(3211), - [anon_sym_goto] = ACTIONS(3211), - [anon_sym___try] = ACTIONS(3211), - [anon_sym___leave] = ACTIONS(3211), - [anon_sym_not] = ACTIONS(3211), - [anon_sym_compl] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3213), - [anon_sym_PLUS_PLUS] = ACTIONS(3213), - [anon_sym_sizeof] = ACTIONS(3211), - [anon_sym___alignof__] = ACTIONS(3211), - [anon_sym___alignof] = ACTIONS(3211), - [anon_sym__alignof] = ACTIONS(3211), - [anon_sym_alignof] = ACTIONS(3211), - [anon_sym__Alignof] = ACTIONS(3211), - [anon_sym_offsetof] = ACTIONS(3211), - [anon_sym__Generic] = ACTIONS(3211), - [anon_sym_asm] = ACTIONS(3211), - [anon_sym___asm__] = ACTIONS(3211), - [anon_sym___asm] = ACTIONS(3211), - [aux_sym_number_literal_token1] = ACTIONS(3213), - [aux_sym_number_literal_token2] = ACTIONS(3211), - [anon_sym_L_SQUOTE] = ACTIONS(3213), - [anon_sym_u_SQUOTE] = ACTIONS(3213), - [anon_sym_U_SQUOTE] = ACTIONS(3213), - [anon_sym_u8_SQUOTE] = ACTIONS(3213), - [anon_sym_SQUOTE] = ACTIONS(3213), - [anon_sym_L_DQUOTE] = ACTIONS(3213), - [anon_sym_u_DQUOTE] = ACTIONS(3213), - [anon_sym_U_DQUOTE] = ACTIONS(3213), - [anon_sym_u8_DQUOTE] = ACTIONS(3213), - [anon_sym_DQUOTE] = ACTIONS(3213), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [anon_sym_NULL] = ACTIONS(3211), - [anon_sym_nullptr] = ACTIONS(3211), + [sym_identifier] = ACTIONS(3088), + [aux_sym_preproc_include_token1] = ACTIONS(3088), + [aux_sym_preproc_def_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token2] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), + [sym_preproc_directive] = ACTIONS(3088), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym___extension__] = ACTIONS(3088), + [anon_sym_typedef] = ACTIONS(3088), + [anon_sym_virtual] = ACTIONS(3088), + [anon_sym_extern] = ACTIONS(3088), + [anon_sym___attribute__] = ACTIONS(3088), + [anon_sym___attribute] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), + [anon_sym___declspec] = ACTIONS(3088), + [anon_sym___based] = ACTIONS(3088), + [anon_sym___cdecl] = ACTIONS(3088), + [anon_sym___clrcall] = ACTIONS(3088), + [anon_sym___stdcall] = ACTIONS(3088), + [anon_sym___fastcall] = ACTIONS(3088), + [anon_sym___thiscall] = ACTIONS(3088), + [anon_sym___vectorcall] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3088), + [anon_sym_unsigned] = ACTIONS(3088), + [anon_sym_long] = ACTIONS(3088), + [anon_sym_short] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_static] = ACTIONS(3088), + [anon_sym_register] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym___inline] = ACTIONS(3088), + [anon_sym___inline__] = ACTIONS(3088), + [anon_sym___forceinline] = ACTIONS(3088), + [anon_sym_thread_local] = ACTIONS(3088), + [anon_sym___thread] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_constexpr] = ACTIONS(3088), + [anon_sym_volatile] = ACTIONS(3088), + [anon_sym_restrict] = ACTIONS(3088), + [anon_sym___restrict__] = ACTIONS(3088), + [anon_sym__Atomic] = ACTIONS(3088), + [anon_sym__Noreturn] = ACTIONS(3088), + [anon_sym_noreturn] = ACTIONS(3088), + [anon_sym__Nonnull] = ACTIONS(3088), + [anon_sym_mutable] = ACTIONS(3088), + [anon_sym_constinit] = ACTIONS(3088), + [anon_sym_consteval] = ACTIONS(3088), + [anon_sym_PROGMEM] = ACTIONS(3088), + [anon_sym_alignas] = ACTIONS(3088), + [anon_sym__Alignas] = ACTIONS(3088), + [aux_sym_primitive_type_token1] = ACTIONS(3088), + [anon_sym_byte] = ACTIONS(3088), + [anon_sym_word] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_class] = ACTIONS(3088), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_switch] = ACTIONS(3088), + [anon_sym_case] = ACTIONS(3088), + [anon_sym_default] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_do] = ACTIONS(3088), + [anon_sym_for] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_goto] = ACTIONS(3088), + [anon_sym___try] = ACTIONS(3088), + [anon_sym___leave] = ACTIONS(3088), + [anon_sym_not] = ACTIONS(3088), + [anon_sym_compl] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3090), + [anon_sym_PLUS_PLUS] = ACTIONS(3090), + [anon_sym_sizeof] = ACTIONS(3088), + [anon_sym___alignof__] = ACTIONS(3088), + [anon_sym___alignof] = ACTIONS(3088), + [anon_sym__alignof] = ACTIONS(3088), + [anon_sym_alignof] = ACTIONS(3088), + [anon_sym__Alignof] = ACTIONS(3088), + [anon_sym_offsetof] = ACTIONS(3088), + [anon_sym__Generic] = ACTIONS(3088), + [anon_sym_asm] = ACTIONS(3088), + [anon_sym___asm__] = ACTIONS(3088), + [anon_sym___asm] = ACTIONS(3088), + [aux_sym_number_literal_token1] = ACTIONS(3090), + [aux_sym_number_literal_token2] = ACTIONS(3088), + [anon_sym_L_SQUOTE] = ACTIONS(3090), + [anon_sym_u_SQUOTE] = ACTIONS(3090), + [anon_sym_U_SQUOTE] = ACTIONS(3090), + [anon_sym_u8_SQUOTE] = ACTIONS(3090), + [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_L_DQUOTE] = ACTIONS(3090), + [anon_sym_u_DQUOTE] = ACTIONS(3090), + [anon_sym_U_DQUOTE] = ACTIONS(3090), + [anon_sym_u8_DQUOTE] = ACTIONS(3090), + [anon_sym_DQUOTE] = ACTIONS(3090), + [sym_true] = ACTIONS(3088), + [sym_false] = ACTIONS(3088), + [anon_sym_NULL] = ACTIONS(3088), + [anon_sym_nullptr] = ACTIONS(3088), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3211), - [anon_sym_decltype] = ACTIONS(3211), - [anon_sym_explicit] = ACTIONS(3211), - [anon_sym_typename] = ACTIONS(3211), - [anon_sym_template] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3211), - [anon_sym_try] = ACTIONS(3211), - [anon_sym_delete] = ACTIONS(3211), - [anon_sym_throw] = ACTIONS(3211), - [anon_sym_namespace] = ACTIONS(3211), - [anon_sym_using] = ACTIONS(3211), - [anon_sym_static_assert] = ACTIONS(3211), - [anon_sym_concept] = ACTIONS(3211), - [anon_sym_co_return] = ACTIONS(3211), - [anon_sym_co_yield] = ACTIONS(3211), - [anon_sym_R_DQUOTE] = ACTIONS(3213), - [anon_sym_LR_DQUOTE] = ACTIONS(3213), - [anon_sym_uR_DQUOTE] = ACTIONS(3213), - [anon_sym_UR_DQUOTE] = ACTIONS(3213), - [anon_sym_u8R_DQUOTE] = ACTIONS(3213), - [anon_sym_co_await] = ACTIONS(3211), - [anon_sym_new] = ACTIONS(3211), - [anon_sym_requires] = ACTIONS(3211), - [sym_this] = ACTIONS(3211), + [sym_auto] = ACTIONS(3088), + [anon_sym_decltype] = ACTIONS(3088), + [anon_sym_explicit] = ACTIONS(3088), + [anon_sym_typename] = ACTIONS(3088), + [anon_sym_template] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_delete] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_namespace] = ACTIONS(3088), + [anon_sym_using] = ACTIONS(3088), + [anon_sym_static_assert] = ACTIONS(3088), + [anon_sym_concept] = ACTIONS(3088), + [anon_sym_co_return] = ACTIONS(3088), + [anon_sym_co_yield] = ACTIONS(3088), + [anon_sym_R_DQUOTE] = ACTIONS(3090), + [anon_sym_LR_DQUOTE] = ACTIONS(3090), + [anon_sym_uR_DQUOTE] = ACTIONS(3090), + [anon_sym_UR_DQUOTE] = ACTIONS(3090), + [anon_sym_u8R_DQUOTE] = ACTIONS(3090), + [anon_sym_co_await] = ACTIONS(3088), + [anon_sym_new] = ACTIONS(3088), + [anon_sym_requires] = ACTIONS(3088), + [sym_this] = ACTIONS(3088), }, - [555] = { + [547] = { [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), + [aux_sym_preproc_if_token2] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), @@ -124125,7 +123006,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(3219), [anon_sym___vectorcall] = ACTIONS(3219), [anon_sym_LBRACE] = ACTIONS(3221), - [anon_sym_RBRACE] = ACTIONS(3221), [anon_sym_signed] = ACTIONS(3219), [anon_sym_unsigned] = ACTIONS(3219), [anon_sym_long] = ACTIONS(3219), @@ -124231,1831 +123111,432 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, - [556] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_include_token1] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_DASH] = ACTIONS(3130), - [anon_sym_PLUS] = ACTIONS(3130), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym___cdecl] = ACTIONS(3130), - [anon_sym___clrcall] = ACTIONS(3130), - [anon_sym___stdcall] = ACTIONS(3130), - [anon_sym___fastcall] = ACTIONS(3130), - [anon_sym___thiscall] = ACTIONS(3130), - [anon_sym___vectorcall] = ACTIONS(3130), - [anon_sym_LBRACE] = ACTIONS(3132), - [anon_sym_RBRACE] = ACTIONS(3132), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [anon_sym_if] = ACTIONS(3130), - [anon_sym_switch] = ACTIONS(3130), - [anon_sym_case] = ACTIONS(3130), - [anon_sym_default] = ACTIONS(3130), - [anon_sym_while] = ACTIONS(3130), - [anon_sym_do] = ACTIONS(3130), - [anon_sym_for] = ACTIONS(3130), - [anon_sym_return] = ACTIONS(3130), - [anon_sym_break] = ACTIONS(3130), - [anon_sym_continue] = ACTIONS(3130), - [anon_sym_goto] = ACTIONS(3130), - [anon_sym___try] = ACTIONS(3130), - [anon_sym___leave] = ACTIONS(3130), - [anon_sym_not] = ACTIONS(3130), - [anon_sym_compl] = ACTIONS(3130), - [anon_sym_DASH_DASH] = ACTIONS(3132), - [anon_sym_PLUS_PLUS] = ACTIONS(3132), - [anon_sym_sizeof] = ACTIONS(3130), - [anon_sym___alignof__] = ACTIONS(3130), - [anon_sym___alignof] = ACTIONS(3130), - [anon_sym__alignof] = ACTIONS(3130), - [anon_sym_alignof] = ACTIONS(3130), - [anon_sym__Alignof] = ACTIONS(3130), - [anon_sym_offsetof] = ACTIONS(3130), - [anon_sym__Generic] = ACTIONS(3130), - [anon_sym_asm] = ACTIONS(3130), - [anon_sym___asm__] = ACTIONS(3130), - [anon_sym___asm] = ACTIONS(3130), - [aux_sym_number_literal_token1] = ACTIONS(3132), - [aux_sym_number_literal_token2] = ACTIONS(3130), - [anon_sym_L_SQUOTE] = ACTIONS(3132), - [anon_sym_u_SQUOTE] = ACTIONS(3132), - [anon_sym_U_SQUOTE] = ACTIONS(3132), - [anon_sym_u8_SQUOTE] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3132), - [anon_sym_L_DQUOTE] = ACTIONS(3132), - [anon_sym_u_DQUOTE] = ACTIONS(3132), - [anon_sym_U_DQUOTE] = ACTIONS(3132), - [anon_sym_u8_DQUOTE] = ACTIONS(3132), - [anon_sym_DQUOTE] = ACTIONS(3132), - [sym_true] = ACTIONS(3130), - [sym_false] = ACTIONS(3130), - [anon_sym_NULL] = ACTIONS(3130), - [anon_sym_nullptr] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_try] = ACTIONS(3130), - [anon_sym_delete] = ACTIONS(3130), - [anon_sym_throw] = ACTIONS(3130), - [anon_sym_namespace] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - [anon_sym_concept] = ACTIONS(3130), - [anon_sym_co_return] = ACTIONS(3130), - [anon_sym_co_yield] = ACTIONS(3130), - [anon_sym_R_DQUOTE] = ACTIONS(3132), - [anon_sym_LR_DQUOTE] = ACTIONS(3132), - [anon_sym_uR_DQUOTE] = ACTIONS(3132), - [anon_sym_UR_DQUOTE] = ACTIONS(3132), - [anon_sym_u8R_DQUOTE] = ACTIONS(3132), - [anon_sym_co_await] = ACTIONS(3130), - [anon_sym_new] = ACTIONS(3130), - [anon_sym_requires] = ACTIONS(3130), - [sym_this] = ACTIONS(3130), - }, - [557] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_include_token1] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3134), - [anon_sym_PLUS] = ACTIONS(3134), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym___cdecl] = ACTIONS(3134), - [anon_sym___clrcall] = ACTIONS(3134), - [anon_sym___stdcall] = ACTIONS(3134), - [anon_sym___fastcall] = ACTIONS(3134), - [anon_sym___thiscall] = ACTIONS(3134), - [anon_sym___vectorcall] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3136), - [anon_sym_RBRACE] = ACTIONS(3136), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [anon_sym_if] = ACTIONS(3134), - [anon_sym_switch] = ACTIONS(3134), - [anon_sym_case] = ACTIONS(3134), - [anon_sym_default] = ACTIONS(3134), - [anon_sym_while] = ACTIONS(3134), - [anon_sym_do] = ACTIONS(3134), - [anon_sym_for] = ACTIONS(3134), - [anon_sym_return] = ACTIONS(3134), - [anon_sym_break] = ACTIONS(3134), - [anon_sym_continue] = ACTIONS(3134), - [anon_sym_goto] = ACTIONS(3134), - [anon_sym___try] = ACTIONS(3134), - [anon_sym___leave] = ACTIONS(3134), - [anon_sym_not] = ACTIONS(3134), - [anon_sym_compl] = ACTIONS(3134), - [anon_sym_DASH_DASH] = ACTIONS(3136), - [anon_sym_PLUS_PLUS] = ACTIONS(3136), - [anon_sym_sizeof] = ACTIONS(3134), - [anon_sym___alignof__] = ACTIONS(3134), - [anon_sym___alignof] = ACTIONS(3134), - [anon_sym__alignof] = ACTIONS(3134), - [anon_sym_alignof] = ACTIONS(3134), - [anon_sym__Alignof] = ACTIONS(3134), - [anon_sym_offsetof] = ACTIONS(3134), - [anon_sym__Generic] = ACTIONS(3134), - [anon_sym_asm] = ACTIONS(3134), - [anon_sym___asm__] = ACTIONS(3134), - [anon_sym___asm] = ACTIONS(3134), - [aux_sym_number_literal_token1] = ACTIONS(3136), - [aux_sym_number_literal_token2] = ACTIONS(3134), - [anon_sym_L_SQUOTE] = ACTIONS(3136), - [anon_sym_u_SQUOTE] = ACTIONS(3136), - [anon_sym_U_SQUOTE] = ACTIONS(3136), - [anon_sym_u8_SQUOTE] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3136), - [anon_sym_L_DQUOTE] = ACTIONS(3136), - [anon_sym_u_DQUOTE] = ACTIONS(3136), - [anon_sym_U_DQUOTE] = ACTIONS(3136), - [anon_sym_u8_DQUOTE] = ACTIONS(3136), - [anon_sym_DQUOTE] = ACTIONS(3136), - [sym_true] = ACTIONS(3134), - [sym_false] = ACTIONS(3134), - [anon_sym_NULL] = ACTIONS(3134), - [anon_sym_nullptr] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_try] = ACTIONS(3134), - [anon_sym_delete] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [anon_sym_namespace] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - [anon_sym_concept] = ACTIONS(3134), - [anon_sym_co_return] = ACTIONS(3134), - [anon_sym_co_yield] = ACTIONS(3134), - [anon_sym_R_DQUOTE] = ACTIONS(3136), - [anon_sym_LR_DQUOTE] = ACTIONS(3136), - [anon_sym_uR_DQUOTE] = ACTIONS(3136), - [anon_sym_UR_DQUOTE] = ACTIONS(3136), - [anon_sym_u8R_DQUOTE] = ACTIONS(3136), - [anon_sym_co_await] = ACTIONS(3134), - [anon_sym_new] = ACTIONS(3134), - [anon_sym_requires] = ACTIONS(3134), - [sym_this] = ACTIONS(3134), - }, - [558] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_include_token1] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_DASH] = ACTIONS(3138), - [anon_sym_PLUS] = ACTIONS(3138), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym___cdecl] = ACTIONS(3138), - [anon_sym___clrcall] = ACTIONS(3138), - [anon_sym___stdcall] = ACTIONS(3138), - [anon_sym___fastcall] = ACTIONS(3138), - [anon_sym___thiscall] = ACTIONS(3138), - [anon_sym___vectorcall] = ACTIONS(3138), - [anon_sym_LBRACE] = ACTIONS(3140), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [anon_sym_if] = ACTIONS(3138), - [anon_sym_switch] = ACTIONS(3138), - [anon_sym_case] = ACTIONS(3138), - [anon_sym_default] = ACTIONS(3138), - [anon_sym_while] = ACTIONS(3138), - [anon_sym_do] = ACTIONS(3138), - [anon_sym_for] = ACTIONS(3138), - [anon_sym_return] = ACTIONS(3138), - [anon_sym_break] = ACTIONS(3138), - [anon_sym_continue] = ACTIONS(3138), - [anon_sym_goto] = ACTIONS(3138), - [anon_sym___try] = ACTIONS(3138), - [anon_sym___leave] = ACTIONS(3138), - [anon_sym_not] = ACTIONS(3138), - [anon_sym_compl] = ACTIONS(3138), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_sizeof] = ACTIONS(3138), - [anon_sym___alignof__] = ACTIONS(3138), - [anon_sym___alignof] = ACTIONS(3138), - [anon_sym__alignof] = ACTIONS(3138), - [anon_sym_alignof] = ACTIONS(3138), - [anon_sym__Alignof] = ACTIONS(3138), - [anon_sym_offsetof] = ACTIONS(3138), - [anon_sym__Generic] = ACTIONS(3138), - [anon_sym_asm] = ACTIONS(3138), - [anon_sym___asm__] = ACTIONS(3138), - [anon_sym___asm] = ACTIONS(3138), - [aux_sym_number_literal_token1] = ACTIONS(3140), - [aux_sym_number_literal_token2] = ACTIONS(3138), - [anon_sym_L_SQUOTE] = ACTIONS(3140), - [anon_sym_u_SQUOTE] = ACTIONS(3140), - [anon_sym_U_SQUOTE] = ACTIONS(3140), - [anon_sym_u8_SQUOTE] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3140), - [anon_sym_L_DQUOTE] = ACTIONS(3140), - [anon_sym_u_DQUOTE] = ACTIONS(3140), - [anon_sym_U_DQUOTE] = ACTIONS(3140), - [anon_sym_u8_DQUOTE] = ACTIONS(3140), - [anon_sym_DQUOTE] = ACTIONS(3140), - [sym_true] = ACTIONS(3138), - [sym_false] = ACTIONS(3138), - [anon_sym_NULL] = ACTIONS(3138), - [anon_sym_nullptr] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_try] = ACTIONS(3138), - [anon_sym_delete] = ACTIONS(3138), - [anon_sym_throw] = ACTIONS(3138), - [anon_sym_namespace] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - [anon_sym_concept] = ACTIONS(3138), - [anon_sym_co_return] = ACTIONS(3138), - [anon_sym_co_yield] = ACTIONS(3138), - [anon_sym_R_DQUOTE] = ACTIONS(3140), - [anon_sym_LR_DQUOTE] = ACTIONS(3140), - [anon_sym_uR_DQUOTE] = ACTIONS(3140), - [anon_sym_UR_DQUOTE] = ACTIONS(3140), - [anon_sym_u8R_DQUOTE] = ACTIONS(3140), - [anon_sym_co_await] = ACTIONS(3138), - [anon_sym_new] = ACTIONS(3138), - [anon_sym_requires] = ACTIONS(3138), - [sym_this] = ACTIONS(3138), - }, - [559] = { - [ts_builtin_sym_end] = ACTIONS(1966), - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_include_token1] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_case] = ACTIONS(1968), - [anon_sym_default] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_namespace] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), - }, - [560] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_include_token1] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_DASH] = ACTIONS(3142), - [anon_sym_PLUS] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym___cdecl] = ACTIONS(3142), - [anon_sym___clrcall] = ACTIONS(3142), - [anon_sym___stdcall] = ACTIONS(3142), - [anon_sym___fastcall] = ACTIONS(3142), - [anon_sym___thiscall] = ACTIONS(3142), - [anon_sym___vectorcall] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3144), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [anon_sym_if] = ACTIONS(3142), - [anon_sym_switch] = ACTIONS(3142), - [anon_sym_case] = ACTIONS(3142), - [anon_sym_default] = ACTIONS(3142), - [anon_sym_while] = ACTIONS(3142), - [anon_sym_do] = ACTIONS(3142), - [anon_sym_for] = ACTIONS(3142), - [anon_sym_return] = ACTIONS(3142), - [anon_sym_break] = ACTIONS(3142), - [anon_sym_continue] = ACTIONS(3142), - [anon_sym_goto] = ACTIONS(3142), - [anon_sym___try] = ACTIONS(3142), - [anon_sym___leave] = ACTIONS(3142), - [anon_sym_not] = ACTIONS(3142), - [anon_sym_compl] = ACTIONS(3142), - [anon_sym_DASH_DASH] = ACTIONS(3144), - [anon_sym_PLUS_PLUS] = ACTIONS(3144), - [anon_sym_sizeof] = ACTIONS(3142), - [anon_sym___alignof__] = ACTIONS(3142), - [anon_sym___alignof] = ACTIONS(3142), - [anon_sym__alignof] = ACTIONS(3142), - [anon_sym_alignof] = ACTIONS(3142), - [anon_sym__Alignof] = ACTIONS(3142), - [anon_sym_offsetof] = ACTIONS(3142), - [anon_sym__Generic] = ACTIONS(3142), - [anon_sym_asm] = ACTIONS(3142), - [anon_sym___asm__] = ACTIONS(3142), - [anon_sym___asm] = ACTIONS(3142), - [aux_sym_number_literal_token1] = ACTIONS(3144), - [aux_sym_number_literal_token2] = ACTIONS(3142), - [anon_sym_L_SQUOTE] = ACTIONS(3144), - [anon_sym_u_SQUOTE] = ACTIONS(3144), - [anon_sym_U_SQUOTE] = ACTIONS(3144), - [anon_sym_u8_SQUOTE] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3144), - [anon_sym_L_DQUOTE] = ACTIONS(3144), - [anon_sym_u_DQUOTE] = ACTIONS(3144), - [anon_sym_U_DQUOTE] = ACTIONS(3144), - [anon_sym_u8_DQUOTE] = ACTIONS(3144), - [anon_sym_DQUOTE] = ACTIONS(3144), - [sym_true] = ACTIONS(3142), - [sym_false] = ACTIONS(3142), - [anon_sym_NULL] = ACTIONS(3142), - [anon_sym_nullptr] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_try] = ACTIONS(3142), - [anon_sym_delete] = ACTIONS(3142), - [anon_sym_throw] = ACTIONS(3142), - [anon_sym_namespace] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), - [anon_sym_concept] = ACTIONS(3142), - [anon_sym_co_return] = ACTIONS(3142), - [anon_sym_co_yield] = ACTIONS(3142), - [anon_sym_R_DQUOTE] = ACTIONS(3144), - [anon_sym_LR_DQUOTE] = ACTIONS(3144), - [anon_sym_uR_DQUOTE] = ACTIONS(3144), - [anon_sym_UR_DQUOTE] = ACTIONS(3144), - [anon_sym_u8R_DQUOTE] = ACTIONS(3144), - [anon_sym_co_await] = ACTIONS(3142), - [anon_sym_new] = ACTIONS(3142), - [anon_sym_requires] = ACTIONS(3142), - [sym_this] = ACTIONS(3142), - }, - [561] = { - [sym_identifier] = ACTIONS(3068), - [aux_sym_preproc_include_token1] = ACTIONS(3068), - [aux_sym_preproc_def_token1] = ACTIONS(3068), - [aux_sym_preproc_if_token1] = ACTIONS(3068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3068), - [sym_preproc_directive] = ACTIONS(3068), - [anon_sym_LPAREN2] = ACTIONS(3070), - [anon_sym_BANG] = ACTIONS(3070), - [anon_sym_TILDE] = ACTIONS(3070), - [anon_sym_DASH] = ACTIONS(3068), - [anon_sym_PLUS] = ACTIONS(3068), - [anon_sym_STAR] = ACTIONS(3070), - [anon_sym_AMP_AMP] = ACTIONS(3070), - [anon_sym_AMP] = ACTIONS(3068), - [anon_sym_SEMI] = ACTIONS(3070), - [anon_sym___extension__] = ACTIONS(3068), - [anon_sym_typedef] = ACTIONS(3068), - [anon_sym_virtual] = ACTIONS(3068), - [anon_sym_extern] = ACTIONS(3068), - [anon_sym___attribute__] = ACTIONS(3068), - [anon_sym___attribute] = ACTIONS(3068), - [anon_sym_COLON_COLON] = ACTIONS(3070), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3070), - [anon_sym___declspec] = ACTIONS(3068), - [anon_sym___based] = ACTIONS(3068), - [anon_sym___cdecl] = ACTIONS(3068), - [anon_sym___clrcall] = ACTIONS(3068), - [anon_sym___stdcall] = ACTIONS(3068), - [anon_sym___fastcall] = ACTIONS(3068), - [anon_sym___thiscall] = ACTIONS(3068), - [anon_sym___vectorcall] = ACTIONS(3068), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_RBRACE] = ACTIONS(3070), - [anon_sym_signed] = ACTIONS(3068), - [anon_sym_unsigned] = ACTIONS(3068), - [anon_sym_long] = ACTIONS(3068), - [anon_sym_short] = ACTIONS(3068), - [anon_sym_LBRACK] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(3068), - [anon_sym_register] = ACTIONS(3068), - [anon_sym_inline] = ACTIONS(3068), - [anon_sym___inline] = ACTIONS(3068), - [anon_sym___inline__] = ACTIONS(3068), - [anon_sym___forceinline] = ACTIONS(3068), - [anon_sym_thread_local] = ACTIONS(3068), - [anon_sym___thread] = ACTIONS(3068), - [anon_sym_const] = ACTIONS(3068), - [anon_sym_constexpr] = ACTIONS(3068), - [anon_sym_volatile] = ACTIONS(3068), - [anon_sym_restrict] = ACTIONS(3068), - [anon_sym___restrict__] = ACTIONS(3068), - [anon_sym__Atomic] = ACTIONS(3068), - [anon_sym__Noreturn] = ACTIONS(3068), - [anon_sym_noreturn] = ACTIONS(3068), - [anon_sym__Nonnull] = ACTIONS(3068), - [anon_sym_mutable] = ACTIONS(3068), - [anon_sym_constinit] = ACTIONS(3068), - [anon_sym_consteval] = ACTIONS(3068), - [anon_sym_PROGMEM] = ACTIONS(3068), - [anon_sym_alignas] = ACTIONS(3068), - [anon_sym__Alignas] = ACTIONS(3068), - [aux_sym_primitive_type_token1] = ACTIONS(3068), - [anon_sym_byte] = ACTIONS(3068), - [anon_sym_word] = ACTIONS(3068), - [anon_sym_enum] = ACTIONS(3068), - [anon_sym_class] = ACTIONS(3068), - [anon_sym_struct] = ACTIONS(3068), - [anon_sym_union] = ACTIONS(3068), - [anon_sym_if] = ACTIONS(3068), - [anon_sym_switch] = ACTIONS(3068), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3068), - [anon_sym_while] = ACTIONS(3068), - [anon_sym_do] = ACTIONS(3068), - [anon_sym_for] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3068), - [anon_sym_break] = ACTIONS(3068), - [anon_sym_continue] = ACTIONS(3068), - [anon_sym_goto] = ACTIONS(3068), - [anon_sym___try] = ACTIONS(3068), - [anon_sym___leave] = ACTIONS(3068), - [anon_sym_not] = ACTIONS(3068), - [anon_sym_compl] = ACTIONS(3068), - [anon_sym_DASH_DASH] = ACTIONS(3070), - [anon_sym_PLUS_PLUS] = ACTIONS(3070), - [anon_sym_sizeof] = ACTIONS(3068), - [anon_sym___alignof__] = ACTIONS(3068), - [anon_sym___alignof] = ACTIONS(3068), - [anon_sym__alignof] = ACTIONS(3068), - [anon_sym_alignof] = ACTIONS(3068), - [anon_sym__Alignof] = ACTIONS(3068), - [anon_sym_offsetof] = ACTIONS(3068), - [anon_sym__Generic] = ACTIONS(3068), - [anon_sym_asm] = ACTIONS(3068), - [anon_sym___asm__] = ACTIONS(3068), - [anon_sym___asm] = ACTIONS(3068), - [aux_sym_number_literal_token1] = ACTIONS(3070), - [aux_sym_number_literal_token2] = ACTIONS(3068), - [anon_sym_L_SQUOTE] = ACTIONS(3070), - [anon_sym_u_SQUOTE] = ACTIONS(3070), - [anon_sym_U_SQUOTE] = ACTIONS(3070), - [anon_sym_u8_SQUOTE] = ACTIONS(3070), - [anon_sym_SQUOTE] = ACTIONS(3070), - [anon_sym_L_DQUOTE] = ACTIONS(3070), - [anon_sym_u_DQUOTE] = ACTIONS(3070), - [anon_sym_U_DQUOTE] = ACTIONS(3070), - [anon_sym_u8_DQUOTE] = ACTIONS(3070), - [anon_sym_DQUOTE] = ACTIONS(3070), - [sym_true] = ACTIONS(3068), - [sym_false] = ACTIONS(3068), - [anon_sym_NULL] = ACTIONS(3068), - [anon_sym_nullptr] = ACTIONS(3068), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3068), - [anon_sym_decltype] = ACTIONS(3068), - [anon_sym_explicit] = ACTIONS(3068), - [anon_sym_typename] = ACTIONS(3068), - [anon_sym_template] = ACTIONS(3068), - [anon_sym_operator] = ACTIONS(3068), - [anon_sym_try] = ACTIONS(3068), - [anon_sym_delete] = ACTIONS(3068), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_namespace] = ACTIONS(3068), - [anon_sym_using] = ACTIONS(3068), - [anon_sym_static_assert] = ACTIONS(3068), - [anon_sym_concept] = ACTIONS(3068), - [anon_sym_co_return] = ACTIONS(3068), - [anon_sym_co_yield] = ACTIONS(3068), - [anon_sym_R_DQUOTE] = ACTIONS(3070), - [anon_sym_LR_DQUOTE] = ACTIONS(3070), - [anon_sym_uR_DQUOTE] = ACTIONS(3070), - [anon_sym_UR_DQUOTE] = ACTIONS(3070), - [anon_sym_u8R_DQUOTE] = ACTIONS(3070), - [anon_sym_co_await] = ACTIONS(3068), - [anon_sym_new] = ACTIONS(3068), - [anon_sym_requires] = ACTIONS(3068), - [sym_this] = ACTIONS(3068), - }, - [562] = { - [sym_identifier] = ACTIONS(3072), - [aux_sym_preproc_include_token1] = ACTIONS(3072), - [aux_sym_preproc_def_token1] = ACTIONS(3072), - [aux_sym_preproc_if_token1] = ACTIONS(3072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3072), - [sym_preproc_directive] = ACTIONS(3072), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_BANG] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_DASH] = ACTIONS(3072), - [anon_sym_PLUS] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym___extension__] = ACTIONS(3072), - [anon_sym_typedef] = ACTIONS(3072), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym___attribute] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym___cdecl] = ACTIONS(3072), - [anon_sym___clrcall] = ACTIONS(3072), - [anon_sym___stdcall] = ACTIONS(3072), - [anon_sym___fastcall] = ACTIONS(3072), - [anon_sym___thiscall] = ACTIONS(3072), - [anon_sym___vectorcall] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3074), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_signed] = ACTIONS(3072), - [anon_sym_unsigned] = ACTIONS(3072), - [anon_sym_long] = ACTIONS(3072), - [anon_sym_short] = ACTIONS(3072), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym___inline] = ACTIONS(3072), - [anon_sym___inline__] = ACTIONS(3072), - [anon_sym___forceinline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym___thread] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym___restrict__] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym__Noreturn] = ACTIONS(3072), - [anon_sym_noreturn] = ACTIONS(3072), - [anon_sym__Nonnull] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constinit] = ACTIONS(3072), - [anon_sym_consteval] = ACTIONS(3072), - [anon_sym_PROGMEM] = ACTIONS(3072), - [anon_sym_alignas] = ACTIONS(3072), - [anon_sym__Alignas] = ACTIONS(3072), - [aux_sym_primitive_type_token1] = ACTIONS(3072), - [anon_sym_byte] = ACTIONS(3072), - [anon_sym_word] = ACTIONS(3072), - [anon_sym_enum] = ACTIONS(3072), - [anon_sym_class] = ACTIONS(3072), - [anon_sym_struct] = ACTIONS(3072), - [anon_sym_union] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_switch] = ACTIONS(3072), - [anon_sym_case] = ACTIONS(3072), - [anon_sym_default] = ACTIONS(3072), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(3072), - [anon_sym_for] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_goto] = ACTIONS(3072), - [anon_sym___try] = ACTIONS(3072), - [anon_sym___leave] = ACTIONS(3072), - [anon_sym_not] = ACTIONS(3072), - [anon_sym_compl] = ACTIONS(3072), - [anon_sym_DASH_DASH] = ACTIONS(3074), - [anon_sym_PLUS_PLUS] = ACTIONS(3074), - [anon_sym_sizeof] = ACTIONS(3072), - [anon_sym___alignof__] = ACTIONS(3072), - [anon_sym___alignof] = ACTIONS(3072), - [anon_sym__alignof] = ACTIONS(3072), - [anon_sym_alignof] = ACTIONS(3072), - [anon_sym__Alignof] = ACTIONS(3072), - [anon_sym_offsetof] = ACTIONS(3072), - [anon_sym__Generic] = ACTIONS(3072), - [anon_sym_asm] = ACTIONS(3072), - [anon_sym___asm__] = ACTIONS(3072), - [anon_sym___asm] = ACTIONS(3072), - [aux_sym_number_literal_token1] = ACTIONS(3074), - [aux_sym_number_literal_token2] = ACTIONS(3072), - [anon_sym_L_SQUOTE] = ACTIONS(3074), - [anon_sym_u_SQUOTE] = ACTIONS(3074), - [anon_sym_U_SQUOTE] = ACTIONS(3074), - [anon_sym_u8_SQUOTE] = ACTIONS(3074), - [anon_sym_SQUOTE] = ACTIONS(3074), - [anon_sym_L_DQUOTE] = ACTIONS(3074), - [anon_sym_u_DQUOTE] = ACTIONS(3074), - [anon_sym_U_DQUOTE] = ACTIONS(3074), - [anon_sym_u8_DQUOTE] = ACTIONS(3074), - [anon_sym_DQUOTE] = ACTIONS(3074), - [sym_true] = ACTIONS(3072), - [sym_false] = ACTIONS(3072), - [anon_sym_NULL] = ACTIONS(3072), - [anon_sym_nullptr] = ACTIONS(3072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3072), - [anon_sym_decltype] = ACTIONS(3072), - [anon_sym_explicit] = ACTIONS(3072), - [anon_sym_typename] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_delete] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_namespace] = ACTIONS(3072), - [anon_sym_using] = ACTIONS(3072), - [anon_sym_static_assert] = ACTIONS(3072), - [anon_sym_concept] = ACTIONS(3072), - [anon_sym_co_return] = ACTIONS(3072), - [anon_sym_co_yield] = ACTIONS(3072), - [anon_sym_R_DQUOTE] = ACTIONS(3074), - [anon_sym_LR_DQUOTE] = ACTIONS(3074), - [anon_sym_uR_DQUOTE] = ACTIONS(3074), - [anon_sym_UR_DQUOTE] = ACTIONS(3074), - [anon_sym_u8R_DQUOTE] = ACTIONS(3074), - [anon_sym_co_await] = ACTIONS(3072), - [anon_sym_new] = ACTIONS(3072), - [anon_sym_requires] = ACTIONS(3072), - [sym_this] = ACTIONS(3072), - }, - [563] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_include_token1] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token2] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym___cdecl] = ACTIONS(3029), - [anon_sym___clrcall] = ACTIONS(3029), - [anon_sym___stdcall] = ACTIONS(3029), - [anon_sym___fastcall] = ACTIONS(3029), - [anon_sym___thiscall] = ACTIONS(3029), - [anon_sym___vectorcall] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3031), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_switch] = ACTIONS(3029), - [anon_sym_case] = ACTIONS(3029), - [anon_sym_default] = ACTIONS(3029), - [anon_sym_while] = ACTIONS(3029), - [anon_sym_do] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym___try] = ACTIONS(3029), - [anon_sym___leave] = ACTIONS(3029), - [anon_sym_not] = ACTIONS(3029), - [anon_sym_compl] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3031), - [anon_sym_PLUS_PLUS] = ACTIONS(3031), - [anon_sym_sizeof] = ACTIONS(3029), - [anon_sym___alignof__] = ACTIONS(3029), - [anon_sym___alignof] = ACTIONS(3029), - [anon_sym__alignof] = ACTIONS(3029), - [anon_sym_alignof] = ACTIONS(3029), - [anon_sym__Alignof] = ACTIONS(3029), - [anon_sym_offsetof] = ACTIONS(3029), - [anon_sym__Generic] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym___asm__] = ACTIONS(3029), - [anon_sym___asm] = ACTIONS(3029), - [aux_sym_number_literal_token1] = ACTIONS(3031), - [aux_sym_number_literal_token2] = ACTIONS(3029), - [anon_sym_L_SQUOTE] = ACTIONS(3031), - [anon_sym_u_SQUOTE] = ACTIONS(3031), - [anon_sym_U_SQUOTE] = ACTIONS(3031), - [anon_sym_u8_SQUOTE] = ACTIONS(3031), - [anon_sym_SQUOTE] = ACTIONS(3031), - [anon_sym_L_DQUOTE] = ACTIONS(3031), - [anon_sym_u_DQUOTE] = ACTIONS(3031), - [anon_sym_U_DQUOTE] = ACTIONS(3031), - [anon_sym_u8_DQUOTE] = ACTIONS(3031), - [anon_sym_DQUOTE] = ACTIONS(3031), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [anon_sym_NULL] = ACTIONS(3029), - [anon_sym_nullptr] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_try] = ACTIONS(3029), - [anon_sym_delete] = ACTIONS(3029), - [anon_sym_throw] = ACTIONS(3029), - [anon_sym_namespace] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), - [anon_sym_concept] = ACTIONS(3029), - [anon_sym_co_return] = ACTIONS(3029), - [anon_sym_co_yield] = ACTIONS(3029), - [anon_sym_R_DQUOTE] = ACTIONS(3031), - [anon_sym_LR_DQUOTE] = ACTIONS(3031), - [anon_sym_uR_DQUOTE] = ACTIONS(3031), - [anon_sym_UR_DQUOTE] = ACTIONS(3031), - [anon_sym_u8R_DQUOTE] = ACTIONS(3031), - [anon_sym_co_await] = ACTIONS(3029), - [anon_sym_new] = ACTIONS(3029), - [anon_sym_requires] = ACTIONS(3029), - [sym_this] = ACTIONS(3029), - }, - [564] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_include_token1] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token2] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_BANG] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_DASH] = ACTIONS(3014), - [anon_sym_PLUS] = ACTIONS(3014), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym___cdecl] = ACTIONS(3014), - [anon_sym___clrcall] = ACTIONS(3014), - [anon_sym___stdcall] = ACTIONS(3014), - [anon_sym___fastcall] = ACTIONS(3014), - [anon_sym___thiscall] = ACTIONS(3014), - [anon_sym___vectorcall] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3016), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [anon_sym_if] = ACTIONS(3014), - [anon_sym_switch] = ACTIONS(3014), - [anon_sym_case] = ACTIONS(3014), - [anon_sym_default] = ACTIONS(3014), - [anon_sym_while] = ACTIONS(3014), - [anon_sym_do] = ACTIONS(3014), - [anon_sym_for] = ACTIONS(3014), - [anon_sym_return] = ACTIONS(3014), - [anon_sym_break] = ACTIONS(3014), - [anon_sym_continue] = ACTIONS(3014), - [anon_sym_goto] = ACTIONS(3014), - [anon_sym___try] = ACTIONS(3014), - [anon_sym___leave] = ACTIONS(3014), - [anon_sym_not] = ACTIONS(3014), - [anon_sym_compl] = ACTIONS(3014), - [anon_sym_DASH_DASH] = ACTIONS(3016), - [anon_sym_PLUS_PLUS] = ACTIONS(3016), - [anon_sym_sizeof] = ACTIONS(3014), - [anon_sym___alignof__] = ACTIONS(3014), - [anon_sym___alignof] = ACTIONS(3014), - [anon_sym__alignof] = ACTIONS(3014), - [anon_sym_alignof] = ACTIONS(3014), - [anon_sym__Alignof] = ACTIONS(3014), - [anon_sym_offsetof] = ACTIONS(3014), - [anon_sym__Generic] = ACTIONS(3014), - [anon_sym_asm] = ACTIONS(3014), - [anon_sym___asm__] = ACTIONS(3014), - [anon_sym___asm] = ACTIONS(3014), - [aux_sym_number_literal_token1] = ACTIONS(3016), - [aux_sym_number_literal_token2] = ACTIONS(3014), - [anon_sym_L_SQUOTE] = ACTIONS(3016), - [anon_sym_u_SQUOTE] = ACTIONS(3016), - [anon_sym_U_SQUOTE] = ACTIONS(3016), - [anon_sym_u8_SQUOTE] = ACTIONS(3016), - [anon_sym_SQUOTE] = ACTIONS(3016), - [anon_sym_L_DQUOTE] = ACTIONS(3016), - [anon_sym_u_DQUOTE] = ACTIONS(3016), - [anon_sym_U_DQUOTE] = ACTIONS(3016), - [anon_sym_u8_DQUOTE] = ACTIONS(3016), - [anon_sym_DQUOTE] = ACTIONS(3016), - [sym_true] = ACTIONS(3014), - [sym_false] = ACTIONS(3014), - [anon_sym_NULL] = ACTIONS(3014), - [anon_sym_nullptr] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_try] = ACTIONS(3014), - [anon_sym_delete] = ACTIONS(3014), - [anon_sym_throw] = ACTIONS(3014), - [anon_sym_namespace] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), - [anon_sym_concept] = ACTIONS(3014), - [anon_sym_co_return] = ACTIONS(3014), - [anon_sym_co_yield] = ACTIONS(3014), - [anon_sym_R_DQUOTE] = ACTIONS(3016), - [anon_sym_LR_DQUOTE] = ACTIONS(3016), - [anon_sym_uR_DQUOTE] = ACTIONS(3016), - [anon_sym_UR_DQUOTE] = ACTIONS(3016), - [anon_sym_u8R_DQUOTE] = ACTIONS(3016), - [anon_sym_co_await] = ACTIONS(3014), - [anon_sym_new] = ACTIONS(3014), - [anon_sym_requires] = ACTIONS(3014), - [sym_this] = ACTIONS(3014), - }, - [565] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_include_token1] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_BANG] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_DASH] = ACTIONS(3146), - [anon_sym_PLUS] = ACTIONS(3146), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym___cdecl] = ACTIONS(3146), - [anon_sym___clrcall] = ACTIONS(3146), - [anon_sym___stdcall] = ACTIONS(3146), - [anon_sym___fastcall] = ACTIONS(3146), - [anon_sym___thiscall] = ACTIONS(3146), - [anon_sym___vectorcall] = ACTIONS(3146), - [anon_sym_LBRACE] = ACTIONS(3148), - [anon_sym_RBRACE] = ACTIONS(3148), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [anon_sym_if] = ACTIONS(3146), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3146), - [anon_sym_default] = ACTIONS(3146), - [anon_sym_while] = ACTIONS(3146), - [anon_sym_do] = ACTIONS(3146), - [anon_sym_for] = ACTIONS(3146), - [anon_sym_return] = ACTIONS(3146), - [anon_sym_break] = ACTIONS(3146), - [anon_sym_continue] = ACTIONS(3146), - [anon_sym_goto] = ACTIONS(3146), - [anon_sym___try] = ACTIONS(3146), - [anon_sym___leave] = ACTIONS(3146), - [anon_sym_not] = ACTIONS(3146), - [anon_sym_compl] = ACTIONS(3146), - [anon_sym_DASH_DASH] = ACTIONS(3148), - [anon_sym_PLUS_PLUS] = ACTIONS(3148), - [anon_sym_sizeof] = ACTIONS(3146), - [anon_sym___alignof__] = ACTIONS(3146), - [anon_sym___alignof] = ACTIONS(3146), - [anon_sym__alignof] = ACTIONS(3146), - [anon_sym_alignof] = ACTIONS(3146), - [anon_sym__Alignof] = ACTIONS(3146), - [anon_sym_offsetof] = ACTIONS(3146), - [anon_sym__Generic] = ACTIONS(3146), - [anon_sym_asm] = ACTIONS(3146), - [anon_sym___asm__] = ACTIONS(3146), - [anon_sym___asm] = ACTIONS(3146), - [aux_sym_number_literal_token1] = ACTIONS(3148), - [aux_sym_number_literal_token2] = ACTIONS(3146), - [anon_sym_L_SQUOTE] = ACTIONS(3148), - [anon_sym_u_SQUOTE] = ACTIONS(3148), - [anon_sym_U_SQUOTE] = ACTIONS(3148), - [anon_sym_u8_SQUOTE] = ACTIONS(3148), - [anon_sym_SQUOTE] = ACTIONS(3148), - [anon_sym_L_DQUOTE] = ACTIONS(3148), - [anon_sym_u_DQUOTE] = ACTIONS(3148), - [anon_sym_U_DQUOTE] = ACTIONS(3148), - [anon_sym_u8_DQUOTE] = ACTIONS(3148), - [anon_sym_DQUOTE] = ACTIONS(3148), - [sym_true] = ACTIONS(3146), - [sym_false] = ACTIONS(3146), - [anon_sym_NULL] = ACTIONS(3146), - [anon_sym_nullptr] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_try] = ACTIONS(3146), - [anon_sym_delete] = ACTIONS(3146), - [anon_sym_throw] = ACTIONS(3146), - [anon_sym_namespace] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - [anon_sym_concept] = ACTIONS(3146), - [anon_sym_co_return] = ACTIONS(3146), - [anon_sym_co_yield] = ACTIONS(3146), - [anon_sym_R_DQUOTE] = ACTIONS(3148), - [anon_sym_LR_DQUOTE] = ACTIONS(3148), - [anon_sym_uR_DQUOTE] = ACTIONS(3148), - [anon_sym_UR_DQUOTE] = ACTIONS(3148), - [anon_sym_u8R_DQUOTE] = ACTIONS(3148), - [anon_sym_co_await] = ACTIONS(3146), - [anon_sym_new] = ACTIONS(3146), - [anon_sym_requires] = ACTIONS(3146), - [sym_this] = ACTIONS(3146), - }, - [566] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_include_token1] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token2] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_BANG] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym___cdecl] = ACTIONS(2959), - [anon_sym___clrcall] = ACTIONS(2959), - [anon_sym___stdcall] = ACTIONS(2959), - [anon_sym___fastcall] = ACTIONS(2959), - [anon_sym___thiscall] = ACTIONS(2959), - [anon_sym___vectorcall] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_switch] = ACTIONS(2959), - [anon_sym_case] = ACTIONS(2959), - [anon_sym_default] = ACTIONS(2959), - [anon_sym_while] = ACTIONS(2959), - [anon_sym_do] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym___try] = ACTIONS(2959), - [anon_sym___leave] = ACTIONS(2959), - [anon_sym_not] = ACTIONS(2959), - [anon_sym_compl] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2961), - [anon_sym_sizeof] = ACTIONS(2959), - [anon_sym___alignof__] = ACTIONS(2959), - [anon_sym___alignof] = ACTIONS(2959), - [anon_sym__alignof] = ACTIONS(2959), - [anon_sym_alignof] = ACTIONS(2959), - [anon_sym__Alignof] = ACTIONS(2959), - [anon_sym_offsetof] = ACTIONS(2959), - [anon_sym__Generic] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym___asm__] = ACTIONS(2959), - [anon_sym___asm] = ACTIONS(2959), - [aux_sym_number_literal_token1] = ACTIONS(2961), - [aux_sym_number_literal_token2] = ACTIONS(2959), - [anon_sym_L_SQUOTE] = ACTIONS(2961), - [anon_sym_u_SQUOTE] = ACTIONS(2961), - [anon_sym_U_SQUOTE] = ACTIONS(2961), - [anon_sym_u8_SQUOTE] = ACTIONS(2961), - [anon_sym_SQUOTE] = ACTIONS(2961), - [anon_sym_L_DQUOTE] = ACTIONS(2961), - [anon_sym_u_DQUOTE] = ACTIONS(2961), - [anon_sym_U_DQUOTE] = ACTIONS(2961), - [anon_sym_u8_DQUOTE] = ACTIONS(2961), - [anon_sym_DQUOTE] = ACTIONS(2961), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [anon_sym_NULL] = ACTIONS(2959), - [anon_sym_nullptr] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_try] = ACTIONS(2959), - [anon_sym_delete] = ACTIONS(2959), - [anon_sym_throw] = ACTIONS(2959), - [anon_sym_namespace] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), - [anon_sym_concept] = ACTIONS(2959), - [anon_sym_co_return] = ACTIONS(2959), - [anon_sym_co_yield] = ACTIONS(2959), - [anon_sym_R_DQUOTE] = ACTIONS(2961), - [anon_sym_LR_DQUOTE] = ACTIONS(2961), - [anon_sym_uR_DQUOTE] = ACTIONS(2961), - [anon_sym_UR_DQUOTE] = ACTIONS(2961), - [anon_sym_u8R_DQUOTE] = ACTIONS(2961), - [anon_sym_co_await] = ACTIONS(2959), - [anon_sym_new] = ACTIONS(2959), - [anon_sym_requires] = ACTIONS(2959), - [sym_this] = ACTIONS(2959), + [548] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_include_token1] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token2] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_BANG] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_DASH] = ACTIONS(3104), + [anon_sym_PLUS] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym___cdecl] = ACTIONS(3104), + [anon_sym___clrcall] = ACTIONS(3104), + [anon_sym___stdcall] = ACTIONS(3104), + [anon_sym___fastcall] = ACTIONS(3104), + [anon_sym___thiscall] = ACTIONS(3104), + [anon_sym___vectorcall] = ACTIONS(3104), + [anon_sym_LBRACE] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [anon_sym_if] = ACTIONS(3104), + [anon_sym_switch] = ACTIONS(3104), + [anon_sym_case] = ACTIONS(3104), + [anon_sym_default] = ACTIONS(3104), + [anon_sym_while] = ACTIONS(3104), + [anon_sym_do] = ACTIONS(3104), + [anon_sym_for] = ACTIONS(3104), + [anon_sym_return] = ACTIONS(3104), + [anon_sym_break] = ACTIONS(3104), + [anon_sym_continue] = ACTIONS(3104), + [anon_sym_goto] = ACTIONS(3104), + [anon_sym___try] = ACTIONS(3104), + [anon_sym___leave] = ACTIONS(3104), + [anon_sym_not] = ACTIONS(3104), + [anon_sym_compl] = ACTIONS(3104), + [anon_sym_DASH_DASH] = ACTIONS(3106), + [anon_sym_PLUS_PLUS] = ACTIONS(3106), + [anon_sym_sizeof] = ACTIONS(3104), + [anon_sym___alignof__] = ACTIONS(3104), + [anon_sym___alignof] = ACTIONS(3104), + [anon_sym__alignof] = ACTIONS(3104), + [anon_sym_alignof] = ACTIONS(3104), + [anon_sym__Alignof] = ACTIONS(3104), + [anon_sym_offsetof] = ACTIONS(3104), + [anon_sym__Generic] = ACTIONS(3104), + [anon_sym_asm] = ACTIONS(3104), + [anon_sym___asm__] = ACTIONS(3104), + [anon_sym___asm] = ACTIONS(3104), + [aux_sym_number_literal_token1] = ACTIONS(3106), + [aux_sym_number_literal_token2] = ACTIONS(3104), + [anon_sym_L_SQUOTE] = ACTIONS(3106), + [anon_sym_u_SQUOTE] = ACTIONS(3106), + [anon_sym_U_SQUOTE] = ACTIONS(3106), + [anon_sym_u8_SQUOTE] = ACTIONS(3106), + [anon_sym_SQUOTE] = ACTIONS(3106), + [anon_sym_L_DQUOTE] = ACTIONS(3106), + [anon_sym_u_DQUOTE] = ACTIONS(3106), + [anon_sym_U_DQUOTE] = ACTIONS(3106), + [anon_sym_u8_DQUOTE] = ACTIONS(3106), + [anon_sym_DQUOTE] = ACTIONS(3106), + [sym_true] = ACTIONS(3104), + [sym_false] = ACTIONS(3104), + [anon_sym_NULL] = ACTIONS(3104), + [anon_sym_nullptr] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_try] = ACTIONS(3104), + [anon_sym_delete] = ACTIONS(3104), + [anon_sym_throw] = ACTIONS(3104), + [anon_sym_namespace] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + [anon_sym_concept] = ACTIONS(3104), + [anon_sym_co_return] = ACTIONS(3104), + [anon_sym_co_yield] = ACTIONS(3104), + [anon_sym_R_DQUOTE] = ACTIONS(3106), + [anon_sym_LR_DQUOTE] = ACTIONS(3106), + [anon_sym_uR_DQUOTE] = ACTIONS(3106), + [anon_sym_UR_DQUOTE] = ACTIONS(3106), + [anon_sym_u8R_DQUOTE] = ACTIONS(3106), + [anon_sym_co_await] = ACTIONS(3104), + [anon_sym_new] = ACTIONS(3104), + [anon_sym_requires] = ACTIONS(3104), + [sym_this] = ACTIONS(3104), }, - [567] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_include_token1] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token2] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_BANG] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_DASH] = ACTIONS(2972), - [anon_sym_PLUS] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym___cdecl] = ACTIONS(2972), - [anon_sym___clrcall] = ACTIONS(2972), - [anon_sym___stdcall] = ACTIONS(2972), - [anon_sym___fastcall] = ACTIONS(2972), - [anon_sym___thiscall] = ACTIONS(2972), - [anon_sym___vectorcall] = ACTIONS(2972), - [anon_sym_LBRACE] = ACTIONS(2974), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [anon_sym_if] = ACTIONS(2972), - [anon_sym_switch] = ACTIONS(2972), - [anon_sym_case] = ACTIONS(2972), - [anon_sym_default] = ACTIONS(2972), - [anon_sym_while] = ACTIONS(2972), - [anon_sym_do] = ACTIONS(2972), - [anon_sym_for] = ACTIONS(2972), - [anon_sym_return] = ACTIONS(2972), - [anon_sym_break] = ACTIONS(2972), - [anon_sym_continue] = ACTIONS(2972), - [anon_sym_goto] = ACTIONS(2972), - [anon_sym___try] = ACTIONS(2972), - [anon_sym___leave] = ACTIONS(2972), - [anon_sym_not] = ACTIONS(2972), - [anon_sym_compl] = ACTIONS(2972), - [anon_sym_DASH_DASH] = ACTIONS(2974), - [anon_sym_PLUS_PLUS] = ACTIONS(2974), - [anon_sym_sizeof] = ACTIONS(2972), - [anon_sym___alignof__] = ACTIONS(2972), - [anon_sym___alignof] = ACTIONS(2972), - [anon_sym__alignof] = ACTIONS(2972), - [anon_sym_alignof] = ACTIONS(2972), - [anon_sym__Alignof] = ACTIONS(2972), - [anon_sym_offsetof] = ACTIONS(2972), - [anon_sym__Generic] = ACTIONS(2972), - [anon_sym_asm] = ACTIONS(2972), - [anon_sym___asm__] = ACTIONS(2972), - [anon_sym___asm] = ACTIONS(2972), - [aux_sym_number_literal_token1] = ACTIONS(2974), - [aux_sym_number_literal_token2] = ACTIONS(2972), - [anon_sym_L_SQUOTE] = ACTIONS(2974), - [anon_sym_u_SQUOTE] = ACTIONS(2974), - [anon_sym_U_SQUOTE] = ACTIONS(2974), - [anon_sym_u8_SQUOTE] = ACTIONS(2974), - [anon_sym_SQUOTE] = ACTIONS(2974), - [anon_sym_L_DQUOTE] = ACTIONS(2974), - [anon_sym_u_DQUOTE] = ACTIONS(2974), - [anon_sym_U_DQUOTE] = ACTIONS(2974), - [anon_sym_u8_DQUOTE] = ACTIONS(2974), - [anon_sym_DQUOTE] = ACTIONS(2974), - [sym_true] = ACTIONS(2972), - [sym_false] = ACTIONS(2972), - [anon_sym_NULL] = ACTIONS(2972), - [anon_sym_nullptr] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_try] = ACTIONS(2972), - [anon_sym_delete] = ACTIONS(2972), - [anon_sym_throw] = ACTIONS(2972), - [anon_sym_namespace] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), - [anon_sym_concept] = ACTIONS(2972), - [anon_sym_co_return] = ACTIONS(2972), - [anon_sym_co_yield] = ACTIONS(2972), - [anon_sym_R_DQUOTE] = ACTIONS(2974), - [anon_sym_LR_DQUOTE] = ACTIONS(2974), - [anon_sym_uR_DQUOTE] = ACTIONS(2974), - [anon_sym_UR_DQUOTE] = ACTIONS(2974), - [anon_sym_u8R_DQUOTE] = ACTIONS(2974), - [anon_sym_co_await] = ACTIONS(2972), - [anon_sym_new] = ACTIONS(2972), - [anon_sym_requires] = ACTIONS(2972), - [sym_this] = ACTIONS(2972), + [549] = { + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_include_token1] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token2] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_BANG] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_DASH] = ACTIONS(3116), + [anon_sym_PLUS] = ACTIONS(3116), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym___cdecl] = ACTIONS(3116), + [anon_sym___clrcall] = ACTIONS(3116), + [anon_sym___stdcall] = ACTIONS(3116), + [anon_sym___fastcall] = ACTIONS(3116), + [anon_sym___thiscall] = ACTIONS(3116), + [anon_sym___vectorcall] = ACTIONS(3116), + [anon_sym_LBRACE] = ACTIONS(3118), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [anon_sym_if] = ACTIONS(3116), + [anon_sym_switch] = ACTIONS(3116), + [anon_sym_case] = ACTIONS(3116), + [anon_sym_default] = ACTIONS(3116), + [anon_sym_while] = ACTIONS(3116), + [anon_sym_do] = ACTIONS(3116), + [anon_sym_for] = ACTIONS(3116), + [anon_sym_return] = ACTIONS(3116), + [anon_sym_break] = ACTIONS(3116), + [anon_sym_continue] = ACTIONS(3116), + [anon_sym_goto] = ACTIONS(3116), + [anon_sym___try] = ACTIONS(3116), + [anon_sym___leave] = ACTIONS(3116), + [anon_sym_not] = ACTIONS(3116), + [anon_sym_compl] = ACTIONS(3116), + [anon_sym_DASH_DASH] = ACTIONS(3118), + [anon_sym_PLUS_PLUS] = ACTIONS(3118), + [anon_sym_sizeof] = ACTIONS(3116), + [anon_sym___alignof__] = ACTIONS(3116), + [anon_sym___alignof] = ACTIONS(3116), + [anon_sym__alignof] = ACTIONS(3116), + [anon_sym_alignof] = ACTIONS(3116), + [anon_sym__Alignof] = ACTIONS(3116), + [anon_sym_offsetof] = ACTIONS(3116), + [anon_sym__Generic] = ACTIONS(3116), + [anon_sym_asm] = ACTIONS(3116), + [anon_sym___asm__] = ACTIONS(3116), + [anon_sym___asm] = ACTIONS(3116), + [aux_sym_number_literal_token1] = ACTIONS(3118), + [aux_sym_number_literal_token2] = ACTIONS(3116), + [anon_sym_L_SQUOTE] = ACTIONS(3118), + [anon_sym_u_SQUOTE] = ACTIONS(3118), + [anon_sym_U_SQUOTE] = ACTIONS(3118), + [anon_sym_u8_SQUOTE] = ACTIONS(3118), + [anon_sym_SQUOTE] = ACTIONS(3118), + [anon_sym_L_DQUOTE] = ACTIONS(3118), + [anon_sym_u_DQUOTE] = ACTIONS(3118), + [anon_sym_U_DQUOTE] = ACTIONS(3118), + [anon_sym_u8_DQUOTE] = ACTIONS(3118), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym_true] = ACTIONS(3116), + [sym_false] = ACTIONS(3116), + [anon_sym_NULL] = ACTIONS(3116), + [anon_sym_nullptr] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_try] = ACTIONS(3116), + [anon_sym_delete] = ACTIONS(3116), + [anon_sym_throw] = ACTIONS(3116), + [anon_sym_namespace] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + [anon_sym_concept] = ACTIONS(3116), + [anon_sym_co_return] = ACTIONS(3116), + [anon_sym_co_yield] = ACTIONS(3116), + [anon_sym_R_DQUOTE] = ACTIONS(3118), + [anon_sym_LR_DQUOTE] = ACTIONS(3118), + [anon_sym_uR_DQUOTE] = ACTIONS(3118), + [anon_sym_UR_DQUOTE] = ACTIONS(3118), + [anon_sym_u8R_DQUOTE] = ACTIONS(3118), + [anon_sym_co_await] = ACTIONS(3116), + [anon_sym_new] = ACTIONS(3116), + [anon_sym_requires] = ACTIONS(3116), + [sym_this] = ACTIONS(3116), }, - [568] = { - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if_in_field_declaration_list] = STATE(568), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(568), - [sym_type_definition] = STATE(568), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5595), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(568), - [sym_field_declaration] = STATE(568), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(568), - [sym_operator_cast] = STATE(6715), - [sym_inline_method_definition] = STATE(568), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(568), - [sym_operator_cast_declaration] = STATE(568), - [sym_constructor_or_destructor_definition] = STATE(568), - [sym_constructor_or_destructor_declaration] = STATE(568), - [sym_friend_declaration] = STATE(568), - [sym_access_specifier] = STATE(8501), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(568), - [sym_alias_declaration] = STATE(568), - [sym_static_assert_declaration] = STATE(568), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3337), - [aux_sym_preproc_def_token1] = ACTIONS(3340), - [aux_sym_preproc_if_token1] = ACTIONS(3343), - [aux_sym_preproc_if_token2] = ACTIONS(3346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3348), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3348), - [aux_sym_preproc_else_token1] = ACTIONS(3346), - [aux_sym_preproc_elif_token1] = ACTIONS(3346), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3346), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3346), - [sym_preproc_directive] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3354), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_STAR] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3363), - [anon_sym_AMP] = ACTIONS(3366), - [anon_sym_SEMI] = ACTIONS(3369), - [anon_sym___extension__] = ACTIONS(3372), - [anon_sym_typedef] = ACTIONS(3375), - [anon_sym_virtual] = ACTIONS(3378), - [anon_sym_extern] = ACTIONS(3381), - [anon_sym___attribute__] = ACTIONS(3384), - [anon_sym___attribute] = ACTIONS(3384), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3390), - [anon_sym___declspec] = ACTIONS(3393), - [anon_sym___based] = ACTIONS(3396), - [anon_sym_signed] = ACTIONS(3399), - [anon_sym_unsigned] = ACTIONS(3399), - [anon_sym_long] = ACTIONS(3399), - [anon_sym_short] = ACTIONS(3399), - [anon_sym_LBRACK] = ACTIONS(3402), - [anon_sym_static] = ACTIONS(3381), - [anon_sym_register] = ACTIONS(3381), - [anon_sym_inline] = ACTIONS(3381), - [anon_sym___inline] = ACTIONS(3381), - [anon_sym___inline__] = ACTIONS(3381), - [anon_sym___forceinline] = ACTIONS(3381), - [anon_sym_thread_local] = ACTIONS(3381), - [anon_sym___thread] = ACTIONS(3381), - [anon_sym_const] = ACTIONS(3405), - [anon_sym_constexpr] = ACTIONS(3408), - [anon_sym_volatile] = ACTIONS(3405), - [anon_sym_restrict] = ACTIONS(3405), - [anon_sym___restrict__] = ACTIONS(3405), - [anon_sym__Atomic] = ACTIONS(3405), - [anon_sym__Noreturn] = ACTIONS(3405), - [anon_sym_noreturn] = ACTIONS(3405), - [anon_sym__Nonnull] = ACTIONS(3405), - [anon_sym_mutable] = ACTIONS(3405), - [anon_sym_constinit] = ACTIONS(3405), - [anon_sym_consteval] = ACTIONS(3405), - [anon_sym_PROGMEM] = ACTIONS(3405), - [anon_sym_alignas] = ACTIONS(3411), - [anon_sym__Alignas] = ACTIONS(3411), - [aux_sym_primitive_type_token1] = ACTIONS(3414), - [anon_sym_byte] = ACTIONS(3414), - [anon_sym_word] = ACTIONS(3414), - [anon_sym_enum] = ACTIONS(3417), - [anon_sym_class] = ACTIONS(3420), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_union] = ACTIONS(3426), + [550] = { + [sym_identifier] = ACTIONS(2929), + [aux_sym_preproc_include_token1] = ACTIONS(2929), + [aux_sym_preproc_def_token1] = ACTIONS(2929), + [aux_sym_preproc_if_token1] = ACTIONS(2929), + [aux_sym_preproc_if_token2] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2929), + [anon_sym_PLUS] = ACTIONS(2929), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2931), + [anon_sym___extension__] = ACTIONS(2929), + [anon_sym_typedef] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2929), + [anon_sym___attribute__] = ACTIONS(2929), + [anon_sym___attribute] = ACTIONS(2929), + [anon_sym_COLON_COLON] = ACTIONS(2931), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), + [anon_sym___declspec] = ACTIONS(2929), + [anon_sym___based] = ACTIONS(2929), + [anon_sym___cdecl] = ACTIONS(2929), + [anon_sym___clrcall] = ACTIONS(2929), + [anon_sym___stdcall] = ACTIONS(2929), + [anon_sym___fastcall] = ACTIONS(2929), + [anon_sym___thiscall] = ACTIONS(2929), + [anon_sym___vectorcall] = ACTIONS(2929), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_signed] = ACTIONS(2929), + [anon_sym_unsigned] = ACTIONS(2929), + [anon_sym_long] = ACTIONS(2929), + [anon_sym_short] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_static] = ACTIONS(2929), + [anon_sym_register] = ACTIONS(2929), + [anon_sym_inline] = ACTIONS(2929), + [anon_sym___inline] = ACTIONS(2929), + [anon_sym___inline__] = ACTIONS(2929), + [anon_sym___forceinline] = ACTIONS(2929), + [anon_sym_thread_local] = ACTIONS(2929), + [anon_sym___thread] = ACTIONS(2929), + [anon_sym_const] = ACTIONS(2929), + [anon_sym_constexpr] = ACTIONS(2929), + [anon_sym_volatile] = ACTIONS(2929), + [anon_sym_restrict] = ACTIONS(2929), + [anon_sym___restrict__] = ACTIONS(2929), + [anon_sym__Atomic] = ACTIONS(2929), + [anon_sym__Noreturn] = ACTIONS(2929), + [anon_sym_noreturn] = ACTIONS(2929), + [anon_sym__Nonnull] = ACTIONS(2929), + [anon_sym_mutable] = ACTIONS(2929), + [anon_sym_constinit] = ACTIONS(2929), + [anon_sym_consteval] = ACTIONS(2929), + [anon_sym_PROGMEM] = ACTIONS(2929), + [anon_sym_alignas] = ACTIONS(2929), + [anon_sym__Alignas] = ACTIONS(2929), + [aux_sym_primitive_type_token1] = ACTIONS(2929), + [anon_sym_byte] = ACTIONS(2929), + [anon_sym_word] = ACTIONS(2929), + [anon_sym_enum] = ACTIONS(2929), + [anon_sym_class] = ACTIONS(2929), + [anon_sym_struct] = ACTIONS(2929), + [anon_sym_union] = ACTIONS(2929), + [anon_sym_if] = ACTIONS(2929), + [anon_sym_switch] = ACTIONS(2929), + [anon_sym_case] = ACTIONS(2929), + [anon_sym_default] = ACTIONS(2929), + [anon_sym_while] = ACTIONS(2929), + [anon_sym_do] = ACTIONS(2929), + [anon_sym_for] = ACTIONS(2929), + [anon_sym_return] = ACTIONS(2929), + [anon_sym_break] = ACTIONS(2929), + [anon_sym_continue] = ACTIONS(2929), + [anon_sym_goto] = ACTIONS(2929), + [anon_sym___try] = ACTIONS(2929), + [anon_sym___leave] = ACTIONS(2929), + [anon_sym_not] = ACTIONS(2929), + [anon_sym_compl] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_sizeof] = ACTIONS(2929), + [anon_sym___alignof__] = ACTIONS(2929), + [anon_sym___alignof] = ACTIONS(2929), + [anon_sym__alignof] = ACTIONS(2929), + [anon_sym_alignof] = ACTIONS(2929), + [anon_sym__Alignof] = ACTIONS(2929), + [anon_sym_offsetof] = ACTIONS(2929), + [anon_sym__Generic] = ACTIONS(2929), + [anon_sym_asm] = ACTIONS(2929), + [anon_sym___asm__] = ACTIONS(2929), + [anon_sym___asm] = ACTIONS(2929), + [aux_sym_number_literal_token1] = ACTIONS(2931), + [aux_sym_number_literal_token2] = ACTIONS(2929), + [anon_sym_L_SQUOTE] = ACTIONS(2931), + [anon_sym_u_SQUOTE] = ACTIONS(2931), + [anon_sym_U_SQUOTE] = ACTIONS(2931), + [anon_sym_u8_SQUOTE] = ACTIONS(2931), + [anon_sym_SQUOTE] = ACTIONS(2931), + [anon_sym_L_DQUOTE] = ACTIONS(2931), + [anon_sym_u_DQUOTE] = ACTIONS(2931), + [anon_sym_U_DQUOTE] = ACTIONS(2931), + [anon_sym_u8_DQUOTE] = ACTIONS(2931), + [anon_sym_DQUOTE] = ACTIONS(2931), + [sym_true] = ACTIONS(2929), + [sym_false] = ACTIONS(2929), + [anon_sym_NULL] = ACTIONS(2929), + [anon_sym_nullptr] = ACTIONS(2929), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3429), - [anon_sym_decltype] = ACTIONS(3432), - [anon_sym_explicit] = ACTIONS(3435), - [anon_sym_typename] = ACTIONS(3438), - [anon_sym_template] = ACTIONS(3441), - [anon_sym_operator] = ACTIONS(3444), - [anon_sym_friend] = ACTIONS(3447), - [anon_sym_public] = ACTIONS(3450), - [anon_sym_private] = ACTIONS(3450), - [anon_sym_protected] = ACTIONS(3450), - [anon_sym_using] = ACTIONS(3453), - [anon_sym_static_assert] = ACTIONS(3456), + [sym_auto] = ACTIONS(2929), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_explicit] = ACTIONS(2929), + [anon_sym_typename] = ACTIONS(2929), + [anon_sym_template] = ACTIONS(2929), + [anon_sym_operator] = ACTIONS(2929), + [anon_sym_try] = ACTIONS(2929), + [anon_sym_delete] = ACTIONS(2929), + [anon_sym_throw] = ACTIONS(2929), + [anon_sym_namespace] = ACTIONS(2929), + [anon_sym_using] = ACTIONS(2929), + [anon_sym_static_assert] = ACTIONS(2929), + [anon_sym_concept] = ACTIONS(2929), + [anon_sym_co_return] = ACTIONS(2929), + [anon_sym_co_yield] = ACTIONS(2929), + [anon_sym_R_DQUOTE] = ACTIONS(2931), + [anon_sym_LR_DQUOTE] = ACTIONS(2931), + [anon_sym_uR_DQUOTE] = ACTIONS(2931), + [anon_sym_UR_DQUOTE] = ACTIONS(2931), + [anon_sym_u8R_DQUOTE] = ACTIONS(2931), + [anon_sym_co_await] = ACTIONS(2929), + [anon_sym_new] = ACTIONS(2929), + [anon_sym_requires] = ACTIONS(2929), + [sym_this] = ACTIONS(2929), }, - [569] = { + [551] = { [sym_identifier] = ACTIONS(3223), [aux_sym_preproc_include_token1] = ACTIONS(3223), [aux_sym_preproc_def_token1] = ACTIONS(3223), [aux_sym_preproc_if_token1] = ACTIONS(3223), + [aux_sym_preproc_if_token2] = ACTIONS(3223), [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), [sym_preproc_directive] = ACTIONS(3223), @@ -126085,7 +123566,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(3223), [anon_sym___vectorcall] = ACTIONS(3223), [anon_sym_LBRACE] = ACTIONS(3225), - [anon_sym_RBRACE] = ACTIONS(3225), [anon_sym_signed] = ACTIONS(3223), [anon_sym_unsigned] = ACTIONS(3223), [anon_sym_long] = ACTIONS(3223), @@ -126191,4207 +123671,5607 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3223), [sym_this] = ACTIONS(3223), }, + [552] = { + [sym_identifier] = ACTIONS(3060), + [aux_sym_preproc_include_token1] = ACTIONS(3060), + [aux_sym_preproc_def_token1] = ACTIONS(3060), + [aux_sym_preproc_if_token1] = ACTIONS(3060), + [aux_sym_preproc_if_token2] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), + [sym_preproc_directive] = ACTIONS(3060), + [anon_sym_LPAREN2] = ACTIONS(3062), + [anon_sym_BANG] = ACTIONS(3062), + [anon_sym_TILDE] = ACTIONS(3062), + [anon_sym_DASH] = ACTIONS(3060), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_STAR] = ACTIONS(3062), + [anon_sym_AMP_AMP] = ACTIONS(3062), + [anon_sym_AMP] = ACTIONS(3060), + [anon_sym_SEMI] = ACTIONS(3062), + [anon_sym___extension__] = ACTIONS(3060), + [anon_sym_typedef] = ACTIONS(3060), + [anon_sym_virtual] = ACTIONS(3060), + [anon_sym_extern] = ACTIONS(3060), + [anon_sym___attribute__] = ACTIONS(3060), + [anon_sym___attribute] = ACTIONS(3060), + [anon_sym_COLON_COLON] = ACTIONS(3062), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), + [anon_sym___declspec] = ACTIONS(3060), + [anon_sym___based] = ACTIONS(3060), + [anon_sym___cdecl] = ACTIONS(3060), + [anon_sym___clrcall] = ACTIONS(3060), + [anon_sym___stdcall] = ACTIONS(3060), + [anon_sym___fastcall] = ACTIONS(3060), + [anon_sym___thiscall] = ACTIONS(3060), + [anon_sym___vectorcall] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3062), + [anon_sym_signed] = ACTIONS(3060), + [anon_sym_unsigned] = ACTIONS(3060), + [anon_sym_long] = ACTIONS(3060), + [anon_sym_short] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_static] = ACTIONS(3060), + [anon_sym_register] = ACTIONS(3060), + [anon_sym_inline] = ACTIONS(3060), + [anon_sym___inline] = ACTIONS(3060), + [anon_sym___inline__] = ACTIONS(3060), + [anon_sym___forceinline] = ACTIONS(3060), + [anon_sym_thread_local] = ACTIONS(3060), + [anon_sym___thread] = ACTIONS(3060), + [anon_sym_const] = ACTIONS(3060), + [anon_sym_constexpr] = ACTIONS(3060), + [anon_sym_volatile] = ACTIONS(3060), + [anon_sym_restrict] = ACTIONS(3060), + [anon_sym___restrict__] = ACTIONS(3060), + [anon_sym__Atomic] = ACTIONS(3060), + [anon_sym__Noreturn] = ACTIONS(3060), + [anon_sym_noreturn] = ACTIONS(3060), + [anon_sym__Nonnull] = ACTIONS(3060), + [anon_sym_mutable] = ACTIONS(3060), + [anon_sym_constinit] = ACTIONS(3060), + [anon_sym_consteval] = ACTIONS(3060), + [anon_sym_PROGMEM] = ACTIONS(3060), + [anon_sym_alignas] = ACTIONS(3060), + [anon_sym__Alignas] = ACTIONS(3060), + [aux_sym_primitive_type_token1] = ACTIONS(3060), + [anon_sym_byte] = ACTIONS(3060), + [anon_sym_word] = ACTIONS(3060), + [anon_sym_enum] = ACTIONS(3060), + [anon_sym_class] = ACTIONS(3060), + [anon_sym_struct] = ACTIONS(3060), + [anon_sym_union] = ACTIONS(3060), + [anon_sym_if] = ACTIONS(3060), + [anon_sym_switch] = ACTIONS(3060), + [anon_sym_case] = ACTIONS(3060), + [anon_sym_default] = ACTIONS(3060), + [anon_sym_while] = ACTIONS(3060), + [anon_sym_do] = ACTIONS(3060), + [anon_sym_for] = ACTIONS(3060), + [anon_sym_return] = ACTIONS(3060), + [anon_sym_break] = ACTIONS(3060), + [anon_sym_continue] = ACTIONS(3060), + [anon_sym_goto] = ACTIONS(3060), + [anon_sym___try] = ACTIONS(3060), + [anon_sym___leave] = ACTIONS(3060), + [anon_sym_not] = ACTIONS(3060), + [anon_sym_compl] = ACTIONS(3060), + [anon_sym_DASH_DASH] = ACTIONS(3062), + [anon_sym_PLUS_PLUS] = ACTIONS(3062), + [anon_sym_sizeof] = ACTIONS(3060), + [anon_sym___alignof__] = ACTIONS(3060), + [anon_sym___alignof] = ACTIONS(3060), + [anon_sym__alignof] = ACTIONS(3060), + [anon_sym_alignof] = ACTIONS(3060), + [anon_sym__Alignof] = ACTIONS(3060), + [anon_sym_offsetof] = ACTIONS(3060), + [anon_sym__Generic] = ACTIONS(3060), + [anon_sym_asm] = ACTIONS(3060), + [anon_sym___asm__] = ACTIONS(3060), + [anon_sym___asm] = ACTIONS(3060), + [aux_sym_number_literal_token1] = ACTIONS(3062), + [aux_sym_number_literal_token2] = ACTIONS(3060), + [anon_sym_L_SQUOTE] = ACTIONS(3062), + [anon_sym_u_SQUOTE] = ACTIONS(3062), + [anon_sym_U_SQUOTE] = ACTIONS(3062), + [anon_sym_u8_SQUOTE] = ACTIONS(3062), + [anon_sym_SQUOTE] = ACTIONS(3062), + [anon_sym_L_DQUOTE] = ACTIONS(3062), + [anon_sym_u_DQUOTE] = ACTIONS(3062), + [anon_sym_U_DQUOTE] = ACTIONS(3062), + [anon_sym_u8_DQUOTE] = ACTIONS(3062), + [anon_sym_DQUOTE] = ACTIONS(3062), + [sym_true] = ACTIONS(3060), + [sym_false] = ACTIONS(3060), + [anon_sym_NULL] = ACTIONS(3060), + [anon_sym_nullptr] = ACTIONS(3060), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3060), + [anon_sym_decltype] = ACTIONS(3060), + [anon_sym_explicit] = ACTIONS(3060), + [anon_sym_typename] = ACTIONS(3060), + [anon_sym_template] = ACTIONS(3060), + [anon_sym_operator] = ACTIONS(3060), + [anon_sym_try] = ACTIONS(3060), + [anon_sym_delete] = ACTIONS(3060), + [anon_sym_throw] = ACTIONS(3060), + [anon_sym_namespace] = ACTIONS(3060), + [anon_sym_using] = ACTIONS(3060), + [anon_sym_static_assert] = ACTIONS(3060), + [anon_sym_concept] = ACTIONS(3060), + [anon_sym_co_return] = ACTIONS(3060), + [anon_sym_co_yield] = ACTIONS(3060), + [anon_sym_R_DQUOTE] = ACTIONS(3062), + [anon_sym_LR_DQUOTE] = ACTIONS(3062), + [anon_sym_uR_DQUOTE] = ACTIONS(3062), + [anon_sym_UR_DQUOTE] = ACTIONS(3062), + [anon_sym_u8R_DQUOTE] = ACTIONS(3062), + [anon_sym_co_await] = ACTIONS(3060), + [anon_sym_new] = ACTIONS(3060), + [anon_sym_requires] = ACTIONS(3060), + [sym_this] = ACTIONS(3060), + }, + [553] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_include_token1] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token2] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_BANG] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym___cdecl] = ACTIONS(3128), + [anon_sym___clrcall] = ACTIONS(3128), + [anon_sym___stdcall] = ACTIONS(3128), + [anon_sym___fastcall] = ACTIONS(3128), + [anon_sym___thiscall] = ACTIONS(3128), + [anon_sym___vectorcall] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(3130), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_switch] = ACTIONS(3128), + [anon_sym_case] = ACTIONS(3128), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_do] = ACTIONS(3128), + [anon_sym_for] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_goto] = ACTIONS(3128), + [anon_sym___try] = ACTIONS(3128), + [anon_sym___leave] = ACTIONS(3128), + [anon_sym_not] = ACTIONS(3128), + [anon_sym_compl] = ACTIONS(3128), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3128), + [anon_sym___alignof__] = ACTIONS(3128), + [anon_sym___alignof] = ACTIONS(3128), + [anon_sym__alignof] = ACTIONS(3128), + [anon_sym_alignof] = ACTIONS(3128), + [anon_sym__Alignof] = ACTIONS(3128), + [anon_sym_offsetof] = ACTIONS(3128), + [anon_sym__Generic] = ACTIONS(3128), + [anon_sym_asm] = ACTIONS(3128), + [anon_sym___asm__] = ACTIONS(3128), + [anon_sym___asm] = ACTIONS(3128), + [aux_sym_number_literal_token1] = ACTIONS(3130), + [aux_sym_number_literal_token2] = ACTIONS(3128), + [anon_sym_L_SQUOTE] = ACTIONS(3130), + [anon_sym_u_SQUOTE] = ACTIONS(3130), + [anon_sym_U_SQUOTE] = ACTIONS(3130), + [anon_sym_u8_SQUOTE] = ACTIONS(3130), + [anon_sym_SQUOTE] = ACTIONS(3130), + [anon_sym_L_DQUOTE] = ACTIONS(3130), + [anon_sym_u_DQUOTE] = ACTIONS(3130), + [anon_sym_U_DQUOTE] = ACTIONS(3130), + [anon_sym_u8_DQUOTE] = ACTIONS(3130), + [anon_sym_DQUOTE] = ACTIONS(3130), + [sym_true] = ACTIONS(3128), + [sym_false] = ACTIONS(3128), + [anon_sym_NULL] = ACTIONS(3128), + [anon_sym_nullptr] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_delete] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_namespace] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + [anon_sym_concept] = ACTIONS(3128), + [anon_sym_co_return] = ACTIONS(3128), + [anon_sym_co_yield] = ACTIONS(3128), + [anon_sym_R_DQUOTE] = ACTIONS(3130), + [anon_sym_LR_DQUOTE] = ACTIONS(3130), + [anon_sym_uR_DQUOTE] = ACTIONS(3130), + [anon_sym_UR_DQUOTE] = ACTIONS(3130), + [anon_sym_u8R_DQUOTE] = ACTIONS(3130), + [anon_sym_co_await] = ACTIONS(3128), + [anon_sym_new] = ACTIONS(3128), + [anon_sym_requires] = ACTIONS(3128), + [sym_this] = ACTIONS(3128), + }, + [554] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_include_token1] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token2] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_BANG] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_DASH] = ACTIONS(3132), + [anon_sym_PLUS] = ACTIONS(3132), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym___cdecl] = ACTIONS(3132), + [anon_sym___clrcall] = ACTIONS(3132), + [anon_sym___stdcall] = ACTIONS(3132), + [anon_sym___fastcall] = ACTIONS(3132), + [anon_sym___thiscall] = ACTIONS(3132), + [anon_sym___vectorcall] = ACTIONS(3132), + [anon_sym_LBRACE] = ACTIONS(3134), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_if] = ACTIONS(3132), + [anon_sym_switch] = ACTIONS(3132), + [anon_sym_case] = ACTIONS(3132), + [anon_sym_default] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3132), + [anon_sym_do] = ACTIONS(3132), + [anon_sym_for] = ACTIONS(3132), + [anon_sym_return] = ACTIONS(3132), + [anon_sym_break] = ACTIONS(3132), + [anon_sym_continue] = ACTIONS(3132), + [anon_sym_goto] = ACTIONS(3132), + [anon_sym___try] = ACTIONS(3132), + [anon_sym___leave] = ACTIONS(3132), + [anon_sym_not] = ACTIONS(3132), + [anon_sym_compl] = ACTIONS(3132), + [anon_sym_DASH_DASH] = ACTIONS(3134), + [anon_sym_PLUS_PLUS] = ACTIONS(3134), + [anon_sym_sizeof] = ACTIONS(3132), + [anon_sym___alignof__] = ACTIONS(3132), + [anon_sym___alignof] = ACTIONS(3132), + [anon_sym__alignof] = ACTIONS(3132), + [anon_sym_alignof] = ACTIONS(3132), + [anon_sym__Alignof] = ACTIONS(3132), + [anon_sym_offsetof] = ACTIONS(3132), + [anon_sym__Generic] = ACTIONS(3132), + [anon_sym_asm] = ACTIONS(3132), + [anon_sym___asm__] = ACTIONS(3132), + [anon_sym___asm] = ACTIONS(3132), + [aux_sym_number_literal_token1] = ACTIONS(3134), + [aux_sym_number_literal_token2] = ACTIONS(3132), + [anon_sym_L_SQUOTE] = ACTIONS(3134), + [anon_sym_u_SQUOTE] = ACTIONS(3134), + [anon_sym_U_SQUOTE] = ACTIONS(3134), + [anon_sym_u8_SQUOTE] = ACTIONS(3134), + [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_L_DQUOTE] = ACTIONS(3134), + [anon_sym_u_DQUOTE] = ACTIONS(3134), + [anon_sym_U_DQUOTE] = ACTIONS(3134), + [anon_sym_u8_DQUOTE] = ACTIONS(3134), + [anon_sym_DQUOTE] = ACTIONS(3134), + [sym_true] = ACTIONS(3132), + [sym_false] = ACTIONS(3132), + [anon_sym_NULL] = ACTIONS(3132), + [anon_sym_nullptr] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_try] = ACTIONS(3132), + [anon_sym_delete] = ACTIONS(3132), + [anon_sym_throw] = ACTIONS(3132), + [anon_sym_namespace] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + [anon_sym_concept] = ACTIONS(3132), + [anon_sym_co_return] = ACTIONS(3132), + [anon_sym_co_yield] = ACTIONS(3132), + [anon_sym_R_DQUOTE] = ACTIONS(3134), + [anon_sym_LR_DQUOTE] = ACTIONS(3134), + [anon_sym_uR_DQUOTE] = ACTIONS(3134), + [anon_sym_UR_DQUOTE] = ACTIONS(3134), + [anon_sym_u8R_DQUOTE] = ACTIONS(3134), + [anon_sym_co_await] = ACTIONS(3132), + [anon_sym_new] = ACTIONS(3132), + [anon_sym_requires] = ACTIONS(3132), + [sym_this] = ACTIONS(3132), + }, + [555] = { + [sym_identifier] = ACTIONS(2945), + [aux_sym_preproc_include_token1] = ACTIONS(2945), + [aux_sym_preproc_def_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token2] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2945), + [sym_preproc_directive] = ACTIONS(2945), + [anon_sym_LPAREN2] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2945), + [anon_sym_PLUS] = ACTIONS(2945), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2945), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym___extension__] = ACTIONS(2945), + [anon_sym_typedef] = ACTIONS(2945), + [anon_sym_virtual] = ACTIONS(2945), + [anon_sym_extern] = ACTIONS(2945), + [anon_sym___attribute__] = ACTIONS(2945), + [anon_sym___attribute] = ACTIONS(2945), + [anon_sym_COLON_COLON] = ACTIONS(2947), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2947), + [anon_sym___declspec] = ACTIONS(2945), + [anon_sym___based] = ACTIONS(2945), + [anon_sym___cdecl] = ACTIONS(2945), + [anon_sym___clrcall] = ACTIONS(2945), + [anon_sym___stdcall] = ACTIONS(2945), + [anon_sym___fastcall] = ACTIONS(2945), + [anon_sym___thiscall] = ACTIONS(2945), + [anon_sym___vectorcall] = ACTIONS(2945), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_signed] = ACTIONS(2945), + [anon_sym_unsigned] = ACTIONS(2945), + [anon_sym_long] = ACTIONS(2945), + [anon_sym_short] = ACTIONS(2945), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_static] = ACTIONS(2945), + [anon_sym_register] = ACTIONS(2945), + [anon_sym_inline] = ACTIONS(2945), + [anon_sym___inline] = ACTIONS(2945), + [anon_sym___inline__] = ACTIONS(2945), + [anon_sym___forceinline] = ACTIONS(2945), + [anon_sym_thread_local] = ACTIONS(2945), + [anon_sym___thread] = ACTIONS(2945), + [anon_sym_const] = ACTIONS(2945), + [anon_sym_constexpr] = ACTIONS(2945), + [anon_sym_volatile] = ACTIONS(2945), + [anon_sym_restrict] = ACTIONS(2945), + [anon_sym___restrict__] = ACTIONS(2945), + [anon_sym__Atomic] = ACTIONS(2945), + [anon_sym__Noreturn] = ACTIONS(2945), + [anon_sym_noreturn] = ACTIONS(2945), + [anon_sym__Nonnull] = ACTIONS(2945), + [anon_sym_mutable] = ACTIONS(2945), + [anon_sym_constinit] = ACTIONS(2945), + [anon_sym_consteval] = ACTIONS(2945), + [anon_sym_PROGMEM] = ACTIONS(2945), + [anon_sym_alignas] = ACTIONS(2945), + [anon_sym__Alignas] = ACTIONS(2945), + [aux_sym_primitive_type_token1] = ACTIONS(2945), + [anon_sym_byte] = ACTIONS(2945), + [anon_sym_word] = ACTIONS(2945), + [anon_sym_enum] = ACTIONS(2945), + [anon_sym_class] = ACTIONS(2945), + [anon_sym_struct] = ACTIONS(2945), + [anon_sym_union] = ACTIONS(2945), + [anon_sym_if] = ACTIONS(2945), + [anon_sym_switch] = ACTIONS(2945), + [anon_sym_case] = ACTIONS(2945), + [anon_sym_default] = ACTIONS(2945), + [anon_sym_while] = ACTIONS(2945), + [anon_sym_do] = ACTIONS(2945), + [anon_sym_for] = ACTIONS(2945), + [anon_sym_return] = ACTIONS(2945), + [anon_sym_break] = ACTIONS(2945), + [anon_sym_continue] = ACTIONS(2945), + [anon_sym_goto] = ACTIONS(2945), + [anon_sym___try] = ACTIONS(2945), + [anon_sym___leave] = ACTIONS(2945), + [anon_sym_not] = ACTIONS(2945), + [anon_sym_compl] = ACTIONS(2945), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_sizeof] = ACTIONS(2945), + [anon_sym___alignof__] = ACTIONS(2945), + [anon_sym___alignof] = ACTIONS(2945), + [anon_sym__alignof] = ACTIONS(2945), + [anon_sym_alignof] = ACTIONS(2945), + [anon_sym__Alignof] = ACTIONS(2945), + [anon_sym_offsetof] = ACTIONS(2945), + [anon_sym__Generic] = ACTIONS(2945), + [anon_sym_asm] = ACTIONS(2945), + [anon_sym___asm__] = ACTIONS(2945), + [anon_sym___asm] = ACTIONS(2945), + [aux_sym_number_literal_token1] = ACTIONS(2947), + [aux_sym_number_literal_token2] = ACTIONS(2945), + [anon_sym_L_SQUOTE] = ACTIONS(2947), + [anon_sym_u_SQUOTE] = ACTIONS(2947), + [anon_sym_U_SQUOTE] = ACTIONS(2947), + [anon_sym_u8_SQUOTE] = ACTIONS(2947), + [anon_sym_SQUOTE] = ACTIONS(2947), + [anon_sym_L_DQUOTE] = ACTIONS(2947), + [anon_sym_u_DQUOTE] = ACTIONS(2947), + [anon_sym_U_DQUOTE] = ACTIONS(2947), + [anon_sym_u8_DQUOTE] = ACTIONS(2947), + [anon_sym_DQUOTE] = ACTIONS(2947), + [sym_true] = ACTIONS(2945), + [sym_false] = ACTIONS(2945), + [anon_sym_NULL] = ACTIONS(2945), + [anon_sym_nullptr] = ACTIONS(2945), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2945), + [anon_sym_decltype] = ACTIONS(2945), + [anon_sym_explicit] = ACTIONS(2945), + [anon_sym_typename] = ACTIONS(2945), + [anon_sym_template] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(2945), + [anon_sym_try] = ACTIONS(2945), + [anon_sym_delete] = ACTIONS(2945), + [anon_sym_throw] = ACTIONS(2945), + [anon_sym_namespace] = ACTIONS(2945), + [anon_sym_using] = ACTIONS(2945), + [anon_sym_static_assert] = ACTIONS(2945), + [anon_sym_concept] = ACTIONS(2945), + [anon_sym_co_return] = ACTIONS(2945), + [anon_sym_co_yield] = ACTIONS(2945), + [anon_sym_R_DQUOTE] = ACTIONS(2947), + [anon_sym_LR_DQUOTE] = ACTIONS(2947), + [anon_sym_uR_DQUOTE] = ACTIONS(2947), + [anon_sym_UR_DQUOTE] = ACTIONS(2947), + [anon_sym_u8R_DQUOTE] = ACTIONS(2947), + [anon_sym_co_await] = ACTIONS(2945), + [anon_sym_new] = ACTIONS(2945), + [anon_sym_requires] = ACTIONS(2945), + [sym_this] = ACTIONS(2945), + }, + [556] = { + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_include_token1] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token2] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym___cdecl] = ACTIONS(3139), + [anon_sym___clrcall] = ACTIONS(3139), + [anon_sym___stdcall] = ACTIONS(3139), + [anon_sym___fastcall] = ACTIONS(3139), + [anon_sym___thiscall] = ACTIONS(3139), + [anon_sym___vectorcall] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_switch] = ACTIONS(3139), + [anon_sym_case] = ACTIONS(3139), + [anon_sym_default] = ACTIONS(3139), + [anon_sym_while] = ACTIONS(3139), + [anon_sym_do] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym___try] = ACTIONS(3139), + [anon_sym___leave] = ACTIONS(3139), + [anon_sym_not] = ACTIONS(3139), + [anon_sym_compl] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_sizeof] = ACTIONS(3139), + [anon_sym___alignof__] = ACTIONS(3139), + [anon_sym___alignof] = ACTIONS(3139), + [anon_sym__alignof] = ACTIONS(3139), + [anon_sym_alignof] = ACTIONS(3139), + [anon_sym__Alignof] = ACTIONS(3139), + [anon_sym_offsetof] = ACTIONS(3139), + [anon_sym__Generic] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym___asm__] = ACTIONS(3139), + [anon_sym___asm] = ACTIONS(3139), + [aux_sym_number_literal_token1] = ACTIONS(3141), + [aux_sym_number_literal_token2] = ACTIONS(3139), + [anon_sym_L_SQUOTE] = ACTIONS(3141), + [anon_sym_u_SQUOTE] = ACTIONS(3141), + [anon_sym_U_SQUOTE] = ACTIONS(3141), + [anon_sym_u8_SQUOTE] = ACTIONS(3141), + [anon_sym_SQUOTE] = ACTIONS(3141), + [anon_sym_L_DQUOTE] = ACTIONS(3141), + [anon_sym_u_DQUOTE] = ACTIONS(3141), + [anon_sym_U_DQUOTE] = ACTIONS(3141), + [anon_sym_u8_DQUOTE] = ACTIONS(3141), + [anon_sym_DQUOTE] = ACTIONS(3141), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [anon_sym_NULL] = ACTIONS(3139), + [anon_sym_nullptr] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3139), + [anon_sym_delete] = ACTIONS(3139), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_namespace] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + [anon_sym_concept] = ACTIONS(3139), + [anon_sym_co_return] = ACTIONS(3139), + [anon_sym_co_yield] = ACTIONS(3139), + [anon_sym_R_DQUOTE] = ACTIONS(3141), + [anon_sym_LR_DQUOTE] = ACTIONS(3141), + [anon_sym_uR_DQUOTE] = ACTIONS(3141), + [anon_sym_UR_DQUOTE] = ACTIONS(3141), + [anon_sym_u8R_DQUOTE] = ACTIONS(3141), + [anon_sym_co_await] = ACTIONS(3139), + [anon_sym_new] = ACTIONS(3139), + [anon_sym_requires] = ACTIONS(3139), + [sym_this] = ACTIONS(3139), + }, + [557] = { + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_include_token1] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token2] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym___cdecl] = ACTIONS(3143), + [anon_sym___clrcall] = ACTIONS(3143), + [anon_sym___stdcall] = ACTIONS(3143), + [anon_sym___fastcall] = ACTIONS(3143), + [anon_sym___thiscall] = ACTIONS(3143), + [anon_sym___vectorcall] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_switch] = ACTIONS(3143), + [anon_sym_case] = ACTIONS(3143), + [anon_sym_default] = ACTIONS(3143), + [anon_sym_while] = ACTIONS(3143), + [anon_sym_do] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym___try] = ACTIONS(3143), + [anon_sym___leave] = ACTIONS(3143), + [anon_sym_not] = ACTIONS(3143), + [anon_sym_compl] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_sizeof] = ACTIONS(3143), + [anon_sym___alignof__] = ACTIONS(3143), + [anon_sym___alignof] = ACTIONS(3143), + [anon_sym__alignof] = ACTIONS(3143), + [anon_sym_alignof] = ACTIONS(3143), + [anon_sym__Alignof] = ACTIONS(3143), + [anon_sym_offsetof] = ACTIONS(3143), + [anon_sym__Generic] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym___asm__] = ACTIONS(3143), + [anon_sym___asm] = ACTIONS(3143), + [aux_sym_number_literal_token1] = ACTIONS(3145), + [aux_sym_number_literal_token2] = ACTIONS(3143), + [anon_sym_L_SQUOTE] = ACTIONS(3145), + [anon_sym_u_SQUOTE] = ACTIONS(3145), + [anon_sym_U_SQUOTE] = ACTIONS(3145), + [anon_sym_u8_SQUOTE] = ACTIONS(3145), + [anon_sym_SQUOTE] = ACTIONS(3145), + [anon_sym_L_DQUOTE] = ACTIONS(3145), + [anon_sym_u_DQUOTE] = ACTIONS(3145), + [anon_sym_U_DQUOTE] = ACTIONS(3145), + [anon_sym_u8_DQUOTE] = ACTIONS(3145), + [anon_sym_DQUOTE] = ACTIONS(3145), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [anon_sym_NULL] = ACTIONS(3143), + [anon_sym_nullptr] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_try] = ACTIONS(3143), + [anon_sym_delete] = ACTIONS(3143), + [anon_sym_throw] = ACTIONS(3143), + [anon_sym_namespace] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + [anon_sym_concept] = ACTIONS(3143), + [anon_sym_co_return] = ACTIONS(3143), + [anon_sym_co_yield] = ACTIONS(3143), + [anon_sym_R_DQUOTE] = ACTIONS(3145), + [anon_sym_LR_DQUOTE] = ACTIONS(3145), + [anon_sym_uR_DQUOTE] = ACTIONS(3145), + [anon_sym_UR_DQUOTE] = ACTIONS(3145), + [anon_sym_u8R_DQUOTE] = ACTIONS(3145), + [anon_sym_co_await] = ACTIONS(3143), + [anon_sym_new] = ACTIONS(3143), + [anon_sym_requires] = ACTIONS(3143), + [sym_this] = ACTIONS(3143), + }, + [558] = { + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_include_token1] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token2] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym___cdecl] = ACTIONS(3147), + [anon_sym___clrcall] = ACTIONS(3147), + [anon_sym___stdcall] = ACTIONS(3147), + [anon_sym___fastcall] = ACTIONS(3147), + [anon_sym___thiscall] = ACTIONS(3147), + [anon_sym___vectorcall] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_switch] = ACTIONS(3147), + [anon_sym_case] = ACTIONS(3147), + [anon_sym_default] = ACTIONS(3147), + [anon_sym_while] = ACTIONS(3147), + [anon_sym_do] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym___try] = ACTIONS(3147), + [anon_sym___leave] = ACTIONS(3147), + [anon_sym_not] = ACTIONS(3147), + [anon_sym_compl] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_sizeof] = ACTIONS(3147), + [anon_sym___alignof__] = ACTIONS(3147), + [anon_sym___alignof] = ACTIONS(3147), + [anon_sym__alignof] = ACTIONS(3147), + [anon_sym_alignof] = ACTIONS(3147), + [anon_sym__Alignof] = ACTIONS(3147), + [anon_sym_offsetof] = ACTIONS(3147), + [anon_sym__Generic] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym___asm__] = ACTIONS(3147), + [anon_sym___asm] = ACTIONS(3147), + [aux_sym_number_literal_token1] = ACTIONS(3149), + [aux_sym_number_literal_token2] = ACTIONS(3147), + [anon_sym_L_SQUOTE] = ACTIONS(3149), + [anon_sym_u_SQUOTE] = ACTIONS(3149), + [anon_sym_U_SQUOTE] = ACTIONS(3149), + [anon_sym_u8_SQUOTE] = ACTIONS(3149), + [anon_sym_SQUOTE] = ACTIONS(3149), + [anon_sym_L_DQUOTE] = ACTIONS(3149), + [anon_sym_u_DQUOTE] = ACTIONS(3149), + [anon_sym_U_DQUOTE] = ACTIONS(3149), + [anon_sym_u8_DQUOTE] = ACTIONS(3149), + [anon_sym_DQUOTE] = ACTIONS(3149), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [anon_sym_NULL] = ACTIONS(3147), + [anon_sym_nullptr] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_try] = ACTIONS(3147), + [anon_sym_delete] = ACTIONS(3147), + [anon_sym_throw] = ACTIONS(3147), + [anon_sym_namespace] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + [anon_sym_concept] = ACTIONS(3147), + [anon_sym_co_return] = ACTIONS(3147), + [anon_sym_co_yield] = ACTIONS(3147), + [anon_sym_R_DQUOTE] = ACTIONS(3149), + [anon_sym_LR_DQUOTE] = ACTIONS(3149), + [anon_sym_uR_DQUOTE] = ACTIONS(3149), + [anon_sym_UR_DQUOTE] = ACTIONS(3149), + [anon_sym_u8R_DQUOTE] = ACTIONS(3149), + [anon_sym_co_await] = ACTIONS(3147), + [anon_sym_new] = ACTIONS(3147), + [anon_sym_requires] = ACTIONS(3147), + [sym_this] = ACTIONS(3147), + }, + [559] = { + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_include_token1] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token2] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym___cdecl] = ACTIONS(3151), + [anon_sym___clrcall] = ACTIONS(3151), + [anon_sym___stdcall] = ACTIONS(3151), + [anon_sym___fastcall] = ACTIONS(3151), + [anon_sym___thiscall] = ACTIONS(3151), + [anon_sym___vectorcall] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_switch] = ACTIONS(3151), + [anon_sym_case] = ACTIONS(3151), + [anon_sym_default] = ACTIONS(3151), + [anon_sym_while] = ACTIONS(3151), + [anon_sym_do] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym___try] = ACTIONS(3151), + [anon_sym___leave] = ACTIONS(3151), + [anon_sym_not] = ACTIONS(3151), + [anon_sym_compl] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_sizeof] = ACTIONS(3151), + [anon_sym___alignof__] = ACTIONS(3151), + [anon_sym___alignof] = ACTIONS(3151), + [anon_sym__alignof] = ACTIONS(3151), + [anon_sym_alignof] = ACTIONS(3151), + [anon_sym__Alignof] = ACTIONS(3151), + [anon_sym_offsetof] = ACTIONS(3151), + [anon_sym__Generic] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym___asm__] = ACTIONS(3151), + [anon_sym___asm] = ACTIONS(3151), + [aux_sym_number_literal_token1] = ACTIONS(3153), + [aux_sym_number_literal_token2] = ACTIONS(3151), + [anon_sym_L_SQUOTE] = ACTIONS(3153), + [anon_sym_u_SQUOTE] = ACTIONS(3153), + [anon_sym_U_SQUOTE] = ACTIONS(3153), + [anon_sym_u8_SQUOTE] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3153), + [anon_sym_L_DQUOTE] = ACTIONS(3153), + [anon_sym_u_DQUOTE] = ACTIONS(3153), + [anon_sym_U_DQUOTE] = ACTIONS(3153), + [anon_sym_u8_DQUOTE] = ACTIONS(3153), + [anon_sym_DQUOTE] = ACTIONS(3153), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [anon_sym_NULL] = ACTIONS(3151), + [anon_sym_nullptr] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_try] = ACTIONS(3151), + [anon_sym_delete] = ACTIONS(3151), + [anon_sym_throw] = ACTIONS(3151), + [anon_sym_namespace] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + [anon_sym_concept] = ACTIONS(3151), + [anon_sym_co_return] = ACTIONS(3151), + [anon_sym_co_yield] = ACTIONS(3151), + [anon_sym_R_DQUOTE] = ACTIONS(3153), + [anon_sym_LR_DQUOTE] = ACTIONS(3153), + [anon_sym_uR_DQUOTE] = ACTIONS(3153), + [anon_sym_UR_DQUOTE] = ACTIONS(3153), + [anon_sym_u8R_DQUOTE] = ACTIONS(3153), + [anon_sym_co_await] = ACTIONS(3151), + [anon_sym_new] = ACTIONS(3151), + [anon_sym_requires] = ACTIONS(3151), + [sym_this] = ACTIONS(3151), + }, + [560] = { + [sym_identifier] = ACTIONS(2949), + [aux_sym_preproc_include_token1] = ACTIONS(2949), + [aux_sym_preproc_def_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token2] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2949), + [sym_preproc_directive] = ACTIONS(2949), + [anon_sym_LPAREN2] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2949), + [anon_sym_PLUS] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym___extension__] = ACTIONS(2949), + [anon_sym_typedef] = ACTIONS(2949), + [anon_sym_virtual] = ACTIONS(2949), + [anon_sym_extern] = ACTIONS(2949), + [anon_sym___attribute__] = ACTIONS(2949), + [anon_sym___attribute] = ACTIONS(2949), + [anon_sym_COLON_COLON] = ACTIONS(2951), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2951), + [anon_sym___declspec] = ACTIONS(2949), + [anon_sym___based] = ACTIONS(2949), + [anon_sym___cdecl] = ACTIONS(2949), + [anon_sym___clrcall] = ACTIONS(2949), + [anon_sym___stdcall] = ACTIONS(2949), + [anon_sym___fastcall] = ACTIONS(2949), + [anon_sym___thiscall] = ACTIONS(2949), + [anon_sym___vectorcall] = ACTIONS(2949), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_signed] = ACTIONS(2949), + [anon_sym_unsigned] = ACTIONS(2949), + [anon_sym_long] = ACTIONS(2949), + [anon_sym_short] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_static] = ACTIONS(2949), + [anon_sym_register] = ACTIONS(2949), + [anon_sym_inline] = ACTIONS(2949), + [anon_sym___inline] = ACTIONS(2949), + [anon_sym___inline__] = ACTIONS(2949), + [anon_sym___forceinline] = ACTIONS(2949), + [anon_sym_thread_local] = ACTIONS(2949), + [anon_sym___thread] = ACTIONS(2949), + [anon_sym_const] = ACTIONS(2949), + [anon_sym_constexpr] = ACTIONS(2949), + [anon_sym_volatile] = ACTIONS(2949), + [anon_sym_restrict] = ACTIONS(2949), + [anon_sym___restrict__] = ACTIONS(2949), + [anon_sym__Atomic] = ACTIONS(2949), + [anon_sym__Noreturn] = ACTIONS(2949), + [anon_sym_noreturn] = ACTIONS(2949), + [anon_sym__Nonnull] = ACTIONS(2949), + [anon_sym_mutable] = ACTIONS(2949), + [anon_sym_constinit] = ACTIONS(2949), + [anon_sym_consteval] = ACTIONS(2949), + [anon_sym_PROGMEM] = ACTIONS(2949), + [anon_sym_alignas] = ACTIONS(2949), + [anon_sym__Alignas] = ACTIONS(2949), + [aux_sym_primitive_type_token1] = ACTIONS(2949), + [anon_sym_byte] = ACTIONS(2949), + [anon_sym_word] = ACTIONS(2949), + [anon_sym_enum] = ACTIONS(2949), + [anon_sym_class] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2949), + [anon_sym_union] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2949), + [anon_sym_switch] = ACTIONS(2949), + [anon_sym_case] = ACTIONS(2949), + [anon_sym_default] = ACTIONS(2949), + [anon_sym_while] = ACTIONS(2949), + [anon_sym_do] = ACTIONS(2949), + [anon_sym_for] = ACTIONS(2949), + [anon_sym_return] = ACTIONS(2949), + [anon_sym_break] = ACTIONS(2949), + [anon_sym_continue] = ACTIONS(2949), + [anon_sym_goto] = ACTIONS(2949), + [anon_sym___try] = ACTIONS(2949), + [anon_sym___leave] = ACTIONS(2949), + [anon_sym_not] = ACTIONS(2949), + [anon_sym_compl] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_sizeof] = ACTIONS(2949), + [anon_sym___alignof__] = ACTIONS(2949), + [anon_sym___alignof] = ACTIONS(2949), + [anon_sym__alignof] = ACTIONS(2949), + [anon_sym_alignof] = ACTIONS(2949), + [anon_sym__Alignof] = ACTIONS(2949), + [anon_sym_offsetof] = ACTIONS(2949), + [anon_sym__Generic] = ACTIONS(2949), + [anon_sym_asm] = ACTIONS(2949), + [anon_sym___asm__] = ACTIONS(2949), + [anon_sym___asm] = ACTIONS(2949), + [aux_sym_number_literal_token1] = ACTIONS(2951), + [aux_sym_number_literal_token2] = ACTIONS(2949), + [anon_sym_L_SQUOTE] = ACTIONS(2951), + [anon_sym_u_SQUOTE] = ACTIONS(2951), + [anon_sym_U_SQUOTE] = ACTIONS(2951), + [anon_sym_u8_SQUOTE] = ACTIONS(2951), + [anon_sym_SQUOTE] = ACTIONS(2951), + [anon_sym_L_DQUOTE] = ACTIONS(2951), + [anon_sym_u_DQUOTE] = ACTIONS(2951), + [anon_sym_U_DQUOTE] = ACTIONS(2951), + [anon_sym_u8_DQUOTE] = ACTIONS(2951), + [anon_sym_DQUOTE] = ACTIONS(2951), + [sym_true] = ACTIONS(2949), + [sym_false] = ACTIONS(2949), + [anon_sym_NULL] = ACTIONS(2949), + [anon_sym_nullptr] = ACTIONS(2949), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2949), + [anon_sym_decltype] = ACTIONS(2949), + [anon_sym_explicit] = ACTIONS(2949), + [anon_sym_typename] = ACTIONS(2949), + [anon_sym_template] = ACTIONS(2949), + [anon_sym_operator] = ACTIONS(2949), + [anon_sym_try] = ACTIONS(2949), + [anon_sym_delete] = ACTIONS(2949), + [anon_sym_throw] = ACTIONS(2949), + [anon_sym_namespace] = ACTIONS(2949), + [anon_sym_using] = ACTIONS(2949), + [anon_sym_static_assert] = ACTIONS(2949), + [anon_sym_concept] = ACTIONS(2949), + [anon_sym_co_return] = ACTIONS(2949), + [anon_sym_co_yield] = ACTIONS(2949), + [anon_sym_R_DQUOTE] = ACTIONS(2951), + [anon_sym_LR_DQUOTE] = ACTIONS(2951), + [anon_sym_uR_DQUOTE] = ACTIONS(2951), + [anon_sym_UR_DQUOTE] = ACTIONS(2951), + [anon_sym_u8R_DQUOTE] = ACTIONS(2951), + [anon_sym_co_await] = ACTIONS(2949), + [anon_sym_new] = ACTIONS(2949), + [anon_sym_requires] = ACTIONS(2949), + [sym_this] = ACTIONS(2949), + }, + [561] = { + [sym_identifier] = ACTIONS(2953), + [aux_sym_preproc_include_token1] = ACTIONS(2953), + [aux_sym_preproc_def_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token2] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2953), + [sym_preproc_directive] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2953), + [anon_sym_PLUS] = ACTIONS(2953), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym___extension__] = ACTIONS(2953), + [anon_sym_typedef] = ACTIONS(2953), + [anon_sym_virtual] = ACTIONS(2953), + [anon_sym_extern] = ACTIONS(2953), + [anon_sym___attribute__] = ACTIONS(2953), + [anon_sym___attribute] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(2955), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2955), + [anon_sym___declspec] = ACTIONS(2953), + [anon_sym___based] = ACTIONS(2953), + [anon_sym___cdecl] = ACTIONS(2953), + [anon_sym___clrcall] = ACTIONS(2953), + [anon_sym___stdcall] = ACTIONS(2953), + [anon_sym___fastcall] = ACTIONS(2953), + [anon_sym___thiscall] = ACTIONS(2953), + [anon_sym___vectorcall] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_signed] = ACTIONS(2953), + [anon_sym_unsigned] = ACTIONS(2953), + [anon_sym_long] = ACTIONS(2953), + [anon_sym_short] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_static] = ACTIONS(2953), + [anon_sym_register] = ACTIONS(2953), + [anon_sym_inline] = ACTIONS(2953), + [anon_sym___inline] = ACTIONS(2953), + [anon_sym___inline__] = ACTIONS(2953), + [anon_sym___forceinline] = ACTIONS(2953), + [anon_sym_thread_local] = ACTIONS(2953), + [anon_sym___thread] = ACTIONS(2953), + [anon_sym_const] = ACTIONS(2953), + [anon_sym_constexpr] = ACTIONS(2953), + [anon_sym_volatile] = ACTIONS(2953), + [anon_sym_restrict] = ACTIONS(2953), + [anon_sym___restrict__] = ACTIONS(2953), + [anon_sym__Atomic] = ACTIONS(2953), + [anon_sym__Noreturn] = ACTIONS(2953), + [anon_sym_noreturn] = ACTIONS(2953), + [anon_sym__Nonnull] = ACTIONS(2953), + [anon_sym_mutable] = ACTIONS(2953), + [anon_sym_constinit] = ACTIONS(2953), + [anon_sym_consteval] = ACTIONS(2953), + [anon_sym_PROGMEM] = ACTIONS(2953), + [anon_sym_alignas] = ACTIONS(2953), + [anon_sym__Alignas] = ACTIONS(2953), + [aux_sym_primitive_type_token1] = ACTIONS(2953), + [anon_sym_byte] = ACTIONS(2953), + [anon_sym_word] = ACTIONS(2953), + [anon_sym_enum] = ACTIONS(2953), + [anon_sym_class] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2953), + [anon_sym_union] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2953), + [anon_sym_switch] = ACTIONS(2953), + [anon_sym_case] = ACTIONS(2953), + [anon_sym_default] = ACTIONS(2953), + [anon_sym_while] = ACTIONS(2953), + [anon_sym_do] = ACTIONS(2953), + [anon_sym_for] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2953), + [anon_sym_break] = ACTIONS(2953), + [anon_sym_continue] = ACTIONS(2953), + [anon_sym_goto] = ACTIONS(2953), + [anon_sym___try] = ACTIONS(2953), + [anon_sym___leave] = ACTIONS(2953), + [anon_sym_not] = ACTIONS(2953), + [anon_sym_compl] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_sizeof] = ACTIONS(2953), + [anon_sym___alignof__] = ACTIONS(2953), + [anon_sym___alignof] = ACTIONS(2953), + [anon_sym__alignof] = ACTIONS(2953), + [anon_sym_alignof] = ACTIONS(2953), + [anon_sym__Alignof] = ACTIONS(2953), + [anon_sym_offsetof] = ACTIONS(2953), + [anon_sym__Generic] = ACTIONS(2953), + [anon_sym_asm] = ACTIONS(2953), + [anon_sym___asm__] = ACTIONS(2953), + [anon_sym___asm] = ACTIONS(2953), + [aux_sym_number_literal_token1] = ACTIONS(2955), + [aux_sym_number_literal_token2] = ACTIONS(2953), + [anon_sym_L_SQUOTE] = ACTIONS(2955), + [anon_sym_u_SQUOTE] = ACTIONS(2955), + [anon_sym_U_SQUOTE] = ACTIONS(2955), + [anon_sym_u8_SQUOTE] = ACTIONS(2955), + [anon_sym_SQUOTE] = ACTIONS(2955), + [anon_sym_L_DQUOTE] = ACTIONS(2955), + [anon_sym_u_DQUOTE] = ACTIONS(2955), + [anon_sym_U_DQUOTE] = ACTIONS(2955), + [anon_sym_u8_DQUOTE] = ACTIONS(2955), + [anon_sym_DQUOTE] = ACTIONS(2955), + [sym_true] = ACTIONS(2953), + [sym_false] = ACTIONS(2953), + [anon_sym_NULL] = ACTIONS(2953), + [anon_sym_nullptr] = ACTIONS(2953), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2953), + [anon_sym_decltype] = ACTIONS(2953), + [anon_sym_explicit] = ACTIONS(2953), + [anon_sym_typename] = ACTIONS(2953), + [anon_sym_template] = ACTIONS(2953), + [anon_sym_operator] = ACTIONS(2953), + [anon_sym_try] = ACTIONS(2953), + [anon_sym_delete] = ACTIONS(2953), + [anon_sym_throw] = ACTIONS(2953), + [anon_sym_namespace] = ACTIONS(2953), + [anon_sym_using] = ACTIONS(2953), + [anon_sym_static_assert] = ACTIONS(2953), + [anon_sym_concept] = ACTIONS(2953), + [anon_sym_co_return] = ACTIONS(2953), + [anon_sym_co_yield] = ACTIONS(2953), + [anon_sym_R_DQUOTE] = ACTIONS(2955), + [anon_sym_LR_DQUOTE] = ACTIONS(2955), + [anon_sym_uR_DQUOTE] = ACTIONS(2955), + [anon_sym_UR_DQUOTE] = ACTIONS(2955), + [anon_sym_u8R_DQUOTE] = ACTIONS(2955), + [anon_sym_co_await] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(2953), + [anon_sym_requires] = ACTIONS(2953), + [sym_this] = ACTIONS(2953), + }, + [562] = { + [sym_identifier] = ACTIONS(2988), + [aux_sym_preproc_include_token1] = ACTIONS(2988), + [aux_sym_preproc_def_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token2] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), + [sym_preproc_directive] = ACTIONS(2988), + [anon_sym_LPAREN2] = ACTIONS(2990), + [anon_sym_BANG] = ACTIONS(2990), + [anon_sym_TILDE] = ACTIONS(2990), + [anon_sym_DASH] = ACTIONS(2988), + [anon_sym_PLUS] = ACTIONS(2988), + [anon_sym_STAR] = ACTIONS(2990), + [anon_sym_AMP_AMP] = ACTIONS(2990), + [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_SEMI] = ACTIONS(2990), + [anon_sym___extension__] = ACTIONS(2988), + [anon_sym_typedef] = ACTIONS(2988), + [anon_sym_virtual] = ACTIONS(2988), + [anon_sym_extern] = ACTIONS(2988), + [anon_sym___attribute__] = ACTIONS(2988), + [anon_sym___attribute] = ACTIONS(2988), + [anon_sym_COLON_COLON] = ACTIONS(2990), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), + [anon_sym___declspec] = ACTIONS(2988), + [anon_sym___based] = ACTIONS(2988), + [anon_sym___cdecl] = ACTIONS(2988), + [anon_sym___clrcall] = ACTIONS(2988), + [anon_sym___stdcall] = ACTIONS(2988), + [anon_sym___fastcall] = ACTIONS(2988), + [anon_sym___thiscall] = ACTIONS(2988), + [anon_sym___vectorcall] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2990), + [anon_sym_signed] = ACTIONS(2988), + [anon_sym_unsigned] = ACTIONS(2988), + [anon_sym_long] = ACTIONS(2988), + [anon_sym_short] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_static] = ACTIONS(2988), + [anon_sym_register] = ACTIONS(2988), + [anon_sym_inline] = ACTIONS(2988), + [anon_sym___inline] = ACTIONS(2988), + [anon_sym___inline__] = ACTIONS(2988), + [anon_sym___forceinline] = ACTIONS(2988), + [anon_sym_thread_local] = ACTIONS(2988), + [anon_sym___thread] = ACTIONS(2988), + [anon_sym_const] = ACTIONS(2988), + [anon_sym_constexpr] = ACTIONS(2988), + [anon_sym_volatile] = ACTIONS(2988), + [anon_sym_restrict] = ACTIONS(2988), + [anon_sym___restrict__] = ACTIONS(2988), + [anon_sym__Atomic] = ACTIONS(2988), + [anon_sym__Noreturn] = ACTIONS(2988), + [anon_sym_noreturn] = ACTIONS(2988), + [anon_sym__Nonnull] = ACTIONS(2988), + [anon_sym_mutable] = ACTIONS(2988), + [anon_sym_constinit] = ACTIONS(2988), + [anon_sym_consteval] = ACTIONS(2988), + [anon_sym_PROGMEM] = ACTIONS(2988), + [anon_sym_alignas] = ACTIONS(2988), + [anon_sym__Alignas] = ACTIONS(2988), + [aux_sym_primitive_type_token1] = ACTIONS(2988), + [anon_sym_byte] = ACTIONS(2988), + [anon_sym_word] = ACTIONS(2988), + [anon_sym_enum] = ACTIONS(2988), + [anon_sym_class] = ACTIONS(2988), + [anon_sym_struct] = ACTIONS(2988), + [anon_sym_union] = ACTIONS(2988), + [anon_sym_if] = ACTIONS(2988), + [anon_sym_switch] = ACTIONS(2988), + [anon_sym_case] = ACTIONS(2988), + [anon_sym_default] = ACTIONS(2988), + [anon_sym_while] = ACTIONS(2988), + [anon_sym_do] = ACTIONS(2988), + [anon_sym_for] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2988), + [anon_sym_break] = ACTIONS(2988), + [anon_sym_continue] = ACTIONS(2988), + [anon_sym_goto] = ACTIONS(2988), + [anon_sym___try] = ACTIONS(2988), + [anon_sym___leave] = ACTIONS(2988), + [anon_sym_not] = ACTIONS(2988), + [anon_sym_compl] = ACTIONS(2988), + [anon_sym_DASH_DASH] = ACTIONS(2990), + [anon_sym_PLUS_PLUS] = ACTIONS(2990), + [anon_sym_sizeof] = ACTIONS(2988), + [anon_sym___alignof__] = ACTIONS(2988), + [anon_sym___alignof] = ACTIONS(2988), + [anon_sym__alignof] = ACTIONS(2988), + [anon_sym_alignof] = ACTIONS(2988), + [anon_sym__Alignof] = ACTIONS(2988), + [anon_sym_offsetof] = ACTIONS(2988), + [anon_sym__Generic] = ACTIONS(2988), + [anon_sym_asm] = ACTIONS(2988), + [anon_sym___asm__] = ACTIONS(2988), + [anon_sym___asm] = ACTIONS(2988), + [aux_sym_number_literal_token1] = ACTIONS(2990), + [aux_sym_number_literal_token2] = ACTIONS(2988), + [anon_sym_L_SQUOTE] = ACTIONS(2990), + [anon_sym_u_SQUOTE] = ACTIONS(2990), + [anon_sym_U_SQUOTE] = ACTIONS(2990), + [anon_sym_u8_SQUOTE] = ACTIONS(2990), + [anon_sym_SQUOTE] = ACTIONS(2990), + [anon_sym_L_DQUOTE] = ACTIONS(2990), + [anon_sym_u_DQUOTE] = ACTIONS(2990), + [anon_sym_U_DQUOTE] = ACTIONS(2990), + [anon_sym_u8_DQUOTE] = ACTIONS(2990), + [anon_sym_DQUOTE] = ACTIONS(2990), + [sym_true] = ACTIONS(2988), + [sym_false] = ACTIONS(2988), + [anon_sym_NULL] = ACTIONS(2988), + [anon_sym_nullptr] = ACTIONS(2988), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2988), + [anon_sym_decltype] = ACTIONS(2988), + [anon_sym_explicit] = ACTIONS(2988), + [anon_sym_typename] = ACTIONS(2988), + [anon_sym_template] = ACTIONS(2988), + [anon_sym_operator] = ACTIONS(2988), + [anon_sym_try] = ACTIONS(2988), + [anon_sym_delete] = ACTIONS(2988), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_namespace] = ACTIONS(2988), + [anon_sym_using] = ACTIONS(2988), + [anon_sym_static_assert] = ACTIONS(2988), + [anon_sym_concept] = ACTIONS(2988), + [anon_sym_co_return] = ACTIONS(2988), + [anon_sym_co_yield] = ACTIONS(2988), + [anon_sym_R_DQUOTE] = ACTIONS(2990), + [anon_sym_LR_DQUOTE] = ACTIONS(2990), + [anon_sym_uR_DQUOTE] = ACTIONS(2990), + [anon_sym_UR_DQUOTE] = ACTIONS(2990), + [anon_sym_u8R_DQUOTE] = ACTIONS(2990), + [anon_sym_co_await] = ACTIONS(2988), + [anon_sym_new] = ACTIONS(2988), + [anon_sym_requires] = ACTIONS(2988), + [sym_this] = ACTIONS(2988), + }, + [563] = { + [sym_identifier] = ACTIONS(3084), + [aux_sym_preproc_include_token1] = ACTIONS(3084), + [aux_sym_preproc_def_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token2] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), + [sym_preproc_directive] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_BANG] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_DASH] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP_AMP] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3084), + [anon_sym_SEMI] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_typedef] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym___based] = ACTIONS(3084), + [anon_sym___cdecl] = ACTIONS(3084), + [anon_sym___clrcall] = ACTIONS(3084), + [anon_sym___stdcall] = ACTIONS(3084), + [anon_sym___fastcall] = ACTIONS(3084), + [anon_sym___thiscall] = ACTIONS(3084), + [anon_sym___vectorcall] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [anon_sym_if] = ACTIONS(3084), + [anon_sym_switch] = ACTIONS(3084), + [anon_sym_case] = ACTIONS(3084), + [anon_sym_default] = ACTIONS(3084), + [anon_sym_while] = ACTIONS(3084), + [anon_sym_do] = ACTIONS(3084), + [anon_sym_for] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3084), + [anon_sym_break] = ACTIONS(3084), + [anon_sym_continue] = ACTIONS(3084), + [anon_sym_goto] = ACTIONS(3084), + [anon_sym___try] = ACTIONS(3084), + [anon_sym___leave] = ACTIONS(3084), + [anon_sym_not] = ACTIONS(3084), + [anon_sym_compl] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3086), + [anon_sym_PLUS_PLUS] = ACTIONS(3086), + [anon_sym_sizeof] = ACTIONS(3084), + [anon_sym___alignof__] = ACTIONS(3084), + [anon_sym___alignof] = ACTIONS(3084), + [anon_sym__alignof] = ACTIONS(3084), + [anon_sym_alignof] = ACTIONS(3084), + [anon_sym__Alignof] = ACTIONS(3084), + [anon_sym_offsetof] = ACTIONS(3084), + [anon_sym__Generic] = ACTIONS(3084), + [anon_sym_asm] = ACTIONS(3084), + [anon_sym___asm__] = ACTIONS(3084), + [anon_sym___asm] = ACTIONS(3084), + [aux_sym_number_literal_token1] = ACTIONS(3086), + [aux_sym_number_literal_token2] = ACTIONS(3084), + [anon_sym_L_SQUOTE] = ACTIONS(3086), + [anon_sym_u_SQUOTE] = ACTIONS(3086), + [anon_sym_U_SQUOTE] = ACTIONS(3086), + [anon_sym_u8_SQUOTE] = ACTIONS(3086), + [anon_sym_SQUOTE] = ACTIONS(3086), + [anon_sym_L_DQUOTE] = ACTIONS(3086), + [anon_sym_u_DQUOTE] = ACTIONS(3086), + [anon_sym_U_DQUOTE] = ACTIONS(3086), + [anon_sym_u8_DQUOTE] = ACTIONS(3086), + [anon_sym_DQUOTE] = ACTIONS(3086), + [sym_true] = ACTIONS(3084), + [sym_false] = ACTIONS(3084), + [anon_sym_NULL] = ACTIONS(3084), + [anon_sym_nullptr] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_explicit] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_operator] = ACTIONS(3084), + [anon_sym_try] = ACTIONS(3084), + [anon_sym_delete] = ACTIONS(3084), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_namespace] = ACTIONS(3084), + [anon_sym_using] = ACTIONS(3084), + [anon_sym_static_assert] = ACTIONS(3084), + [anon_sym_concept] = ACTIONS(3084), + [anon_sym_co_return] = ACTIONS(3084), + [anon_sym_co_yield] = ACTIONS(3084), + [anon_sym_R_DQUOTE] = ACTIONS(3086), + [anon_sym_LR_DQUOTE] = ACTIONS(3086), + [anon_sym_uR_DQUOTE] = ACTIONS(3086), + [anon_sym_UR_DQUOTE] = ACTIONS(3086), + [anon_sym_u8R_DQUOTE] = ACTIONS(3086), + [anon_sym_co_await] = ACTIONS(3084), + [anon_sym_new] = ACTIONS(3084), + [anon_sym_requires] = ACTIONS(3084), + [sym_this] = ACTIONS(3084), + }, + [564] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_include_token1] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_BANG] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym___cdecl] = ACTIONS(3128), + [anon_sym___clrcall] = ACTIONS(3128), + [anon_sym___stdcall] = ACTIONS(3128), + [anon_sym___fastcall] = ACTIONS(3128), + [anon_sym___thiscall] = ACTIONS(3128), + [anon_sym___vectorcall] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(3130), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_switch] = ACTIONS(3128), + [anon_sym_case] = ACTIONS(3128), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_do] = ACTIONS(3128), + [anon_sym_for] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_goto] = ACTIONS(3128), + [anon_sym___try] = ACTIONS(3128), + [anon_sym___leave] = ACTIONS(3128), + [anon_sym_not] = ACTIONS(3128), + [anon_sym_compl] = ACTIONS(3128), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3128), + [anon_sym___alignof__] = ACTIONS(3128), + [anon_sym___alignof] = ACTIONS(3128), + [anon_sym__alignof] = ACTIONS(3128), + [anon_sym_alignof] = ACTIONS(3128), + [anon_sym__Alignof] = ACTIONS(3128), + [anon_sym_offsetof] = ACTIONS(3128), + [anon_sym__Generic] = ACTIONS(3128), + [anon_sym_asm] = ACTIONS(3128), + [anon_sym___asm__] = ACTIONS(3128), + [anon_sym___asm] = ACTIONS(3128), + [aux_sym_number_literal_token1] = ACTIONS(3130), + [aux_sym_number_literal_token2] = ACTIONS(3128), + [anon_sym_L_SQUOTE] = ACTIONS(3130), + [anon_sym_u_SQUOTE] = ACTIONS(3130), + [anon_sym_U_SQUOTE] = ACTIONS(3130), + [anon_sym_u8_SQUOTE] = ACTIONS(3130), + [anon_sym_SQUOTE] = ACTIONS(3130), + [anon_sym_L_DQUOTE] = ACTIONS(3130), + [anon_sym_u_DQUOTE] = ACTIONS(3130), + [anon_sym_U_DQUOTE] = ACTIONS(3130), + [anon_sym_u8_DQUOTE] = ACTIONS(3130), + [anon_sym_DQUOTE] = ACTIONS(3130), + [sym_true] = ACTIONS(3128), + [sym_false] = ACTIONS(3128), + [anon_sym_NULL] = ACTIONS(3128), + [anon_sym_nullptr] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_delete] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_namespace] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + [anon_sym_concept] = ACTIONS(3128), + [anon_sym_co_return] = ACTIONS(3128), + [anon_sym_co_yield] = ACTIONS(3128), + [anon_sym_R_DQUOTE] = ACTIONS(3130), + [anon_sym_LR_DQUOTE] = ACTIONS(3130), + [anon_sym_uR_DQUOTE] = ACTIONS(3130), + [anon_sym_UR_DQUOTE] = ACTIONS(3130), + [anon_sym_u8R_DQUOTE] = ACTIONS(3130), + [anon_sym_co_await] = ACTIONS(3128), + [anon_sym_new] = ACTIONS(3128), + [anon_sym_requires] = ACTIONS(3128), + [sym_this] = ACTIONS(3128), + }, + [565] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_include_token1] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token2] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_BANG] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_DASH] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym___cdecl] = ACTIONS(3112), + [anon_sym___clrcall] = ACTIONS(3112), + [anon_sym___stdcall] = ACTIONS(3112), + [anon_sym___fastcall] = ACTIONS(3112), + [anon_sym___thiscall] = ACTIONS(3112), + [anon_sym___vectorcall] = ACTIONS(3112), + [anon_sym_LBRACE] = ACTIONS(3114), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [anon_sym_if] = ACTIONS(3112), + [anon_sym_switch] = ACTIONS(3112), + [anon_sym_case] = ACTIONS(3112), + [anon_sym_default] = ACTIONS(3112), + [anon_sym_while] = ACTIONS(3112), + [anon_sym_do] = ACTIONS(3112), + [anon_sym_for] = ACTIONS(3112), + [anon_sym_return] = ACTIONS(3112), + [anon_sym_break] = ACTIONS(3112), + [anon_sym_continue] = ACTIONS(3112), + [anon_sym_goto] = ACTIONS(3112), + [anon_sym___try] = ACTIONS(3112), + [anon_sym___leave] = ACTIONS(3112), + [anon_sym_not] = ACTIONS(3112), + [anon_sym_compl] = ACTIONS(3112), + [anon_sym_DASH_DASH] = ACTIONS(3114), + [anon_sym_PLUS_PLUS] = ACTIONS(3114), + [anon_sym_sizeof] = ACTIONS(3112), + [anon_sym___alignof__] = ACTIONS(3112), + [anon_sym___alignof] = ACTIONS(3112), + [anon_sym__alignof] = ACTIONS(3112), + [anon_sym_alignof] = ACTIONS(3112), + [anon_sym__Alignof] = ACTIONS(3112), + [anon_sym_offsetof] = ACTIONS(3112), + [anon_sym__Generic] = ACTIONS(3112), + [anon_sym_asm] = ACTIONS(3112), + [anon_sym___asm__] = ACTIONS(3112), + [anon_sym___asm] = ACTIONS(3112), + [aux_sym_number_literal_token1] = ACTIONS(3114), + [aux_sym_number_literal_token2] = ACTIONS(3112), + [anon_sym_L_SQUOTE] = ACTIONS(3114), + [anon_sym_u_SQUOTE] = ACTIONS(3114), + [anon_sym_U_SQUOTE] = ACTIONS(3114), + [anon_sym_u8_SQUOTE] = ACTIONS(3114), + [anon_sym_SQUOTE] = ACTIONS(3114), + [anon_sym_L_DQUOTE] = ACTIONS(3114), + [anon_sym_u_DQUOTE] = ACTIONS(3114), + [anon_sym_U_DQUOTE] = ACTIONS(3114), + [anon_sym_u8_DQUOTE] = ACTIONS(3114), + [anon_sym_DQUOTE] = ACTIONS(3114), + [sym_true] = ACTIONS(3112), + [sym_false] = ACTIONS(3112), + [anon_sym_NULL] = ACTIONS(3112), + [anon_sym_nullptr] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_try] = ACTIONS(3112), + [anon_sym_delete] = ACTIONS(3112), + [anon_sym_throw] = ACTIONS(3112), + [anon_sym_namespace] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), + [anon_sym_concept] = ACTIONS(3112), + [anon_sym_co_return] = ACTIONS(3112), + [anon_sym_co_yield] = ACTIONS(3112), + [anon_sym_R_DQUOTE] = ACTIONS(3114), + [anon_sym_LR_DQUOTE] = ACTIONS(3114), + [anon_sym_uR_DQUOTE] = ACTIONS(3114), + [anon_sym_UR_DQUOTE] = ACTIONS(3114), + [anon_sym_u8R_DQUOTE] = ACTIONS(3114), + [anon_sym_co_await] = ACTIONS(3112), + [anon_sym_new] = ACTIONS(3112), + [anon_sym_requires] = ACTIONS(3112), + [sym_this] = ACTIONS(3112), + }, + [566] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_include_token1] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_BANG] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_DASH] = ACTIONS(3132), + [anon_sym_PLUS] = ACTIONS(3132), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym___cdecl] = ACTIONS(3132), + [anon_sym___clrcall] = ACTIONS(3132), + [anon_sym___stdcall] = ACTIONS(3132), + [anon_sym___fastcall] = ACTIONS(3132), + [anon_sym___thiscall] = ACTIONS(3132), + [anon_sym___vectorcall] = ACTIONS(3132), + [anon_sym_LBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_if] = ACTIONS(3132), + [anon_sym_switch] = ACTIONS(3132), + [anon_sym_case] = ACTIONS(3132), + [anon_sym_default] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3132), + [anon_sym_do] = ACTIONS(3132), + [anon_sym_for] = ACTIONS(3132), + [anon_sym_return] = ACTIONS(3132), + [anon_sym_break] = ACTIONS(3132), + [anon_sym_continue] = ACTIONS(3132), + [anon_sym_goto] = ACTIONS(3132), + [anon_sym___try] = ACTIONS(3132), + [anon_sym___leave] = ACTIONS(3132), + [anon_sym_not] = ACTIONS(3132), + [anon_sym_compl] = ACTIONS(3132), + [anon_sym_DASH_DASH] = ACTIONS(3134), + [anon_sym_PLUS_PLUS] = ACTIONS(3134), + [anon_sym_sizeof] = ACTIONS(3132), + [anon_sym___alignof__] = ACTIONS(3132), + [anon_sym___alignof] = ACTIONS(3132), + [anon_sym__alignof] = ACTIONS(3132), + [anon_sym_alignof] = ACTIONS(3132), + [anon_sym__Alignof] = ACTIONS(3132), + [anon_sym_offsetof] = ACTIONS(3132), + [anon_sym__Generic] = ACTIONS(3132), + [anon_sym_asm] = ACTIONS(3132), + [anon_sym___asm__] = ACTIONS(3132), + [anon_sym___asm] = ACTIONS(3132), + [aux_sym_number_literal_token1] = ACTIONS(3134), + [aux_sym_number_literal_token2] = ACTIONS(3132), + [anon_sym_L_SQUOTE] = ACTIONS(3134), + [anon_sym_u_SQUOTE] = ACTIONS(3134), + [anon_sym_U_SQUOTE] = ACTIONS(3134), + [anon_sym_u8_SQUOTE] = ACTIONS(3134), + [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_L_DQUOTE] = ACTIONS(3134), + [anon_sym_u_DQUOTE] = ACTIONS(3134), + [anon_sym_U_DQUOTE] = ACTIONS(3134), + [anon_sym_u8_DQUOTE] = ACTIONS(3134), + [anon_sym_DQUOTE] = ACTIONS(3134), + [sym_true] = ACTIONS(3132), + [sym_false] = ACTIONS(3132), + [anon_sym_NULL] = ACTIONS(3132), + [anon_sym_nullptr] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_try] = ACTIONS(3132), + [anon_sym_delete] = ACTIONS(3132), + [anon_sym_throw] = ACTIONS(3132), + [anon_sym_namespace] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + [anon_sym_concept] = ACTIONS(3132), + [anon_sym_co_return] = ACTIONS(3132), + [anon_sym_co_yield] = ACTIONS(3132), + [anon_sym_R_DQUOTE] = ACTIONS(3134), + [anon_sym_LR_DQUOTE] = ACTIONS(3134), + [anon_sym_uR_DQUOTE] = ACTIONS(3134), + [anon_sym_UR_DQUOTE] = ACTIONS(3134), + [anon_sym_u8R_DQUOTE] = ACTIONS(3134), + [anon_sym_co_await] = ACTIONS(3132), + [anon_sym_new] = ACTIONS(3132), + [anon_sym_requires] = ACTIONS(3132), + [sym_this] = ACTIONS(3132), + }, + [567] = { + [sym_identifier] = ACTIONS(3175), + [aux_sym_preproc_include_token1] = ACTIONS(3175), + [aux_sym_preproc_def_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token2] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3175), + [sym_preproc_directive] = ACTIONS(3175), + [anon_sym_LPAREN2] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3177), + [anon_sym___extension__] = ACTIONS(3175), + [anon_sym_typedef] = ACTIONS(3175), + [anon_sym_virtual] = ACTIONS(3175), + [anon_sym_extern] = ACTIONS(3175), + [anon_sym___attribute__] = ACTIONS(3175), + [anon_sym___attribute] = ACTIONS(3175), + [anon_sym_COLON_COLON] = ACTIONS(3177), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3177), + [anon_sym___declspec] = ACTIONS(3175), + [anon_sym___based] = ACTIONS(3175), + [anon_sym___cdecl] = ACTIONS(3175), + [anon_sym___clrcall] = ACTIONS(3175), + [anon_sym___stdcall] = ACTIONS(3175), + [anon_sym___fastcall] = ACTIONS(3175), + [anon_sym___thiscall] = ACTIONS(3175), + [anon_sym___vectorcall] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_signed] = ACTIONS(3175), + [anon_sym_unsigned] = ACTIONS(3175), + [anon_sym_long] = ACTIONS(3175), + [anon_sym_short] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_static] = ACTIONS(3175), + [anon_sym_register] = ACTIONS(3175), + [anon_sym_inline] = ACTIONS(3175), + [anon_sym___inline] = ACTIONS(3175), + [anon_sym___inline__] = ACTIONS(3175), + [anon_sym___forceinline] = ACTIONS(3175), + [anon_sym_thread_local] = ACTIONS(3175), + [anon_sym___thread] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_constexpr] = ACTIONS(3175), + [anon_sym_volatile] = ACTIONS(3175), + [anon_sym_restrict] = ACTIONS(3175), + [anon_sym___restrict__] = ACTIONS(3175), + [anon_sym__Atomic] = ACTIONS(3175), + [anon_sym__Noreturn] = ACTIONS(3175), + [anon_sym_noreturn] = ACTIONS(3175), + [anon_sym__Nonnull] = ACTIONS(3175), + [anon_sym_mutable] = ACTIONS(3175), + [anon_sym_constinit] = ACTIONS(3175), + [anon_sym_consteval] = ACTIONS(3175), + [anon_sym_PROGMEM] = ACTIONS(3175), + [anon_sym_alignas] = ACTIONS(3175), + [anon_sym__Alignas] = ACTIONS(3175), + [aux_sym_primitive_type_token1] = ACTIONS(3175), + [anon_sym_byte] = ACTIONS(3175), + [anon_sym_word] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_class] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_switch] = ACTIONS(3175), + [anon_sym_case] = ACTIONS(3175), + [anon_sym_default] = ACTIONS(3175), + [anon_sym_while] = ACTIONS(3175), + [anon_sym_do] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym___try] = ACTIONS(3175), + [anon_sym___leave] = ACTIONS(3175), + [anon_sym_not] = ACTIONS(3175), + [anon_sym_compl] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_sizeof] = ACTIONS(3175), + [anon_sym___alignof__] = ACTIONS(3175), + [anon_sym___alignof] = ACTIONS(3175), + [anon_sym__alignof] = ACTIONS(3175), + [anon_sym_alignof] = ACTIONS(3175), + [anon_sym__Alignof] = ACTIONS(3175), + [anon_sym_offsetof] = ACTIONS(3175), + [anon_sym__Generic] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym___asm__] = ACTIONS(3175), + [anon_sym___asm] = ACTIONS(3175), + [aux_sym_number_literal_token1] = ACTIONS(3177), + [aux_sym_number_literal_token2] = ACTIONS(3175), + [anon_sym_L_SQUOTE] = ACTIONS(3177), + [anon_sym_u_SQUOTE] = ACTIONS(3177), + [anon_sym_U_SQUOTE] = ACTIONS(3177), + [anon_sym_u8_SQUOTE] = ACTIONS(3177), + [anon_sym_SQUOTE] = ACTIONS(3177), + [anon_sym_L_DQUOTE] = ACTIONS(3177), + [anon_sym_u_DQUOTE] = ACTIONS(3177), + [anon_sym_U_DQUOTE] = ACTIONS(3177), + [anon_sym_u8_DQUOTE] = ACTIONS(3177), + [anon_sym_DQUOTE] = ACTIONS(3177), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [anon_sym_NULL] = ACTIONS(3175), + [anon_sym_nullptr] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3175), + [anon_sym_decltype] = ACTIONS(3175), + [anon_sym_explicit] = ACTIONS(3175), + [anon_sym_typename] = ACTIONS(3175), + [anon_sym_template] = ACTIONS(3175), + [anon_sym_operator] = ACTIONS(3175), + [anon_sym_try] = ACTIONS(3175), + [anon_sym_delete] = ACTIONS(3175), + [anon_sym_throw] = ACTIONS(3175), + [anon_sym_namespace] = ACTIONS(3175), + [anon_sym_using] = ACTIONS(3175), + [anon_sym_static_assert] = ACTIONS(3175), + [anon_sym_concept] = ACTIONS(3175), + [anon_sym_co_return] = ACTIONS(3175), + [anon_sym_co_yield] = ACTIONS(3175), + [anon_sym_R_DQUOTE] = ACTIONS(3177), + [anon_sym_LR_DQUOTE] = ACTIONS(3177), + [anon_sym_uR_DQUOTE] = ACTIONS(3177), + [anon_sym_UR_DQUOTE] = ACTIONS(3177), + [anon_sym_u8R_DQUOTE] = ACTIONS(3177), + [anon_sym_co_await] = ACTIONS(3175), + [anon_sym_new] = ACTIONS(3175), + [anon_sym_requires] = ACTIONS(3175), + [sym_this] = ACTIONS(3175), + }, + [568] = { + [ts_builtin_sym_end] = ACTIONS(2943), + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_include_token1] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [anon_sym_COMMA] = ACTIONS(2943), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2941), + [anon_sym_PLUS] = ACTIONS(2941), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym___cdecl] = ACTIONS(2941), + [anon_sym___clrcall] = ACTIONS(2941), + [anon_sym___stdcall] = ACTIONS(2941), + [anon_sym___fastcall] = ACTIONS(2941), + [anon_sym___thiscall] = ACTIONS(2941), + [anon_sym___vectorcall] = ACTIONS(2941), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_RBRACE] = ACTIONS(2943), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [anon_sym_if] = ACTIONS(2941), + [anon_sym_switch] = ACTIONS(2941), + [anon_sym_case] = ACTIONS(2941), + [anon_sym_default] = ACTIONS(2941), + [anon_sym_while] = ACTIONS(2941), + [anon_sym_do] = ACTIONS(2941), + [anon_sym_for] = ACTIONS(2941), + [anon_sym_return] = ACTIONS(2941), + [anon_sym_break] = ACTIONS(2941), + [anon_sym_continue] = ACTIONS(2941), + [anon_sym_goto] = ACTIONS(2941), + [anon_sym_not] = ACTIONS(2941), + [anon_sym_compl] = ACTIONS(2941), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_sizeof] = ACTIONS(2941), + [anon_sym___alignof__] = ACTIONS(2941), + [anon_sym___alignof] = ACTIONS(2941), + [anon_sym__alignof] = ACTIONS(2941), + [anon_sym_alignof] = ACTIONS(2941), + [anon_sym__Alignof] = ACTIONS(2941), + [anon_sym_offsetof] = ACTIONS(2941), + [anon_sym__Generic] = ACTIONS(2941), + [anon_sym_asm] = ACTIONS(2941), + [anon_sym___asm__] = ACTIONS(2941), + [anon_sym___asm] = ACTIONS(2941), + [aux_sym_number_literal_token1] = ACTIONS(2943), + [aux_sym_number_literal_token2] = ACTIONS(2941), + [anon_sym_L_SQUOTE] = ACTIONS(2943), + [anon_sym_u_SQUOTE] = ACTIONS(2943), + [anon_sym_U_SQUOTE] = ACTIONS(2943), + [anon_sym_u8_SQUOTE] = ACTIONS(2943), + [anon_sym_SQUOTE] = ACTIONS(2943), + [anon_sym_L_DQUOTE] = ACTIONS(2943), + [anon_sym_u_DQUOTE] = ACTIONS(2943), + [anon_sym_U_DQUOTE] = ACTIONS(2943), + [anon_sym_u8_DQUOTE] = ACTIONS(2943), + [anon_sym_DQUOTE] = ACTIONS(2943), + [sym_true] = ACTIONS(2941), + [sym_false] = ACTIONS(2941), + [anon_sym_NULL] = ACTIONS(2941), + [anon_sym_nullptr] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_try] = ACTIONS(2941), + [anon_sym_delete] = ACTIONS(2941), + [anon_sym_throw] = ACTIONS(2941), + [anon_sym_namespace] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), + [anon_sym_concept] = ACTIONS(2941), + [anon_sym_co_return] = ACTIONS(2941), + [anon_sym_co_yield] = ACTIONS(2941), + [anon_sym_R_DQUOTE] = ACTIONS(2943), + [anon_sym_LR_DQUOTE] = ACTIONS(2943), + [anon_sym_uR_DQUOTE] = ACTIONS(2943), + [anon_sym_UR_DQUOTE] = ACTIONS(2943), + [anon_sym_u8R_DQUOTE] = ACTIONS(2943), + [anon_sym_co_await] = ACTIONS(2941), + [anon_sym_new] = ACTIONS(2941), + [anon_sym_requires] = ACTIONS(2941), + [sym_this] = ACTIONS(2941), + }, + [569] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_include_token1] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_BANG] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym___cdecl] = ACTIONS(3167), + [anon_sym___clrcall] = ACTIONS(3167), + [anon_sym___stdcall] = ACTIONS(3167), + [anon_sym___fastcall] = ACTIONS(3167), + [anon_sym___thiscall] = ACTIONS(3167), + [anon_sym___vectorcall] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_switch] = ACTIONS(3167), + [anon_sym_case] = ACTIONS(3167), + [anon_sym_default] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3167), + [anon_sym_do] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym___try] = ACTIONS(3167), + [anon_sym___leave] = ACTIONS(3167), + [anon_sym_not] = ACTIONS(3167), + [anon_sym_compl] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3169), + [anon_sym_PLUS_PLUS] = ACTIONS(3169), + [anon_sym_sizeof] = ACTIONS(3167), + [anon_sym___alignof__] = ACTIONS(3167), + [anon_sym___alignof] = ACTIONS(3167), + [anon_sym__alignof] = ACTIONS(3167), + [anon_sym_alignof] = ACTIONS(3167), + [anon_sym__Alignof] = ACTIONS(3167), + [anon_sym_offsetof] = ACTIONS(3167), + [anon_sym__Generic] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym___asm__] = ACTIONS(3167), + [anon_sym___asm] = ACTIONS(3167), + [aux_sym_number_literal_token1] = ACTIONS(3169), + [aux_sym_number_literal_token2] = ACTIONS(3167), + [anon_sym_L_SQUOTE] = ACTIONS(3169), + [anon_sym_u_SQUOTE] = ACTIONS(3169), + [anon_sym_U_SQUOTE] = ACTIONS(3169), + [anon_sym_u8_SQUOTE] = ACTIONS(3169), + [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_L_DQUOTE] = ACTIONS(3169), + [anon_sym_u_DQUOTE] = ACTIONS(3169), + [anon_sym_U_DQUOTE] = ACTIONS(3169), + [anon_sym_u8_DQUOTE] = ACTIONS(3169), + [anon_sym_DQUOTE] = ACTIONS(3169), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [anon_sym_NULL] = ACTIONS(3167), + [anon_sym_nullptr] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_try] = ACTIONS(3167), + [anon_sym_delete] = ACTIONS(3167), + [anon_sym_throw] = ACTIONS(3167), + [anon_sym_namespace] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + [anon_sym_concept] = ACTIONS(3167), + [anon_sym_co_return] = ACTIONS(3167), + [anon_sym_co_yield] = ACTIONS(3167), + [anon_sym_R_DQUOTE] = ACTIONS(3169), + [anon_sym_LR_DQUOTE] = ACTIONS(3169), + [anon_sym_uR_DQUOTE] = ACTIONS(3169), + [anon_sym_UR_DQUOTE] = ACTIONS(3169), + [anon_sym_u8R_DQUOTE] = ACTIONS(3169), + [anon_sym_co_await] = ACTIONS(3167), + [anon_sym_new] = ACTIONS(3167), + [anon_sym_requires] = ACTIONS(3167), + [sym_this] = ACTIONS(3167), + }, [570] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_include_token1] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token2] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_BANG] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_DASH] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(2986), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym___cdecl] = ACTIONS(2986), - [anon_sym___clrcall] = ACTIONS(2986), - [anon_sym___stdcall] = ACTIONS(2986), - [anon_sym___fastcall] = ACTIONS(2986), - [anon_sym___thiscall] = ACTIONS(2986), - [anon_sym___vectorcall] = ACTIONS(2986), - [anon_sym_LBRACE] = ACTIONS(2988), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [anon_sym_if] = ACTIONS(2986), - [anon_sym_switch] = ACTIONS(2986), - [anon_sym_case] = ACTIONS(2986), - [anon_sym_default] = ACTIONS(2986), - [anon_sym_while] = ACTIONS(2986), - [anon_sym_do] = ACTIONS(2986), - [anon_sym_for] = ACTIONS(2986), - [anon_sym_return] = ACTIONS(2986), - [anon_sym_break] = ACTIONS(2986), - [anon_sym_continue] = ACTIONS(2986), - [anon_sym_goto] = ACTIONS(2986), - [anon_sym___try] = ACTIONS(2986), - [anon_sym___leave] = ACTIONS(2986), - [anon_sym_not] = ACTIONS(2986), - [anon_sym_compl] = ACTIONS(2986), - [anon_sym_DASH_DASH] = ACTIONS(2988), - [anon_sym_PLUS_PLUS] = ACTIONS(2988), - [anon_sym_sizeof] = ACTIONS(2986), - [anon_sym___alignof__] = ACTIONS(2986), - [anon_sym___alignof] = ACTIONS(2986), - [anon_sym__alignof] = ACTIONS(2986), - [anon_sym_alignof] = ACTIONS(2986), - [anon_sym__Alignof] = ACTIONS(2986), - [anon_sym_offsetof] = ACTIONS(2986), - [anon_sym__Generic] = ACTIONS(2986), - [anon_sym_asm] = ACTIONS(2986), - [anon_sym___asm__] = ACTIONS(2986), - [anon_sym___asm] = ACTIONS(2986), - [aux_sym_number_literal_token1] = ACTIONS(2988), - [aux_sym_number_literal_token2] = ACTIONS(2986), - [anon_sym_L_SQUOTE] = ACTIONS(2988), - [anon_sym_u_SQUOTE] = ACTIONS(2988), - [anon_sym_U_SQUOTE] = ACTIONS(2988), - [anon_sym_u8_SQUOTE] = ACTIONS(2988), - [anon_sym_SQUOTE] = ACTIONS(2988), - [anon_sym_L_DQUOTE] = ACTIONS(2988), - [anon_sym_u_DQUOTE] = ACTIONS(2988), - [anon_sym_U_DQUOTE] = ACTIONS(2988), - [anon_sym_u8_DQUOTE] = ACTIONS(2988), - [anon_sym_DQUOTE] = ACTIONS(2988), - [sym_true] = ACTIONS(2986), - [sym_false] = ACTIONS(2986), - [anon_sym_NULL] = ACTIONS(2986), - [anon_sym_nullptr] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2986), - [anon_sym_delete] = ACTIONS(2986), - [anon_sym_throw] = ACTIONS(2986), - [anon_sym_namespace] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), - [anon_sym_concept] = ACTIONS(2986), - [anon_sym_co_return] = ACTIONS(2986), - [anon_sym_co_yield] = ACTIONS(2986), - [anon_sym_R_DQUOTE] = ACTIONS(2988), - [anon_sym_LR_DQUOTE] = ACTIONS(2988), - [anon_sym_uR_DQUOTE] = ACTIONS(2988), - [anon_sym_UR_DQUOTE] = ACTIONS(2988), - [anon_sym_u8R_DQUOTE] = ACTIONS(2988), - [anon_sym_co_await] = ACTIONS(2986), - [anon_sym_new] = ACTIONS(2986), - [anon_sym_requires] = ACTIONS(2986), - [sym_this] = ACTIONS(2986), + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_include_token1] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token2] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_BANG] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_DASH] = ACTIONS(2966), + [anon_sym_PLUS] = ACTIONS(2966), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_SEMI] = ACTIONS(2968), + [anon_sym___extension__] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym___attribute] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym___cdecl] = ACTIONS(2966), + [anon_sym___clrcall] = ACTIONS(2966), + [anon_sym___stdcall] = ACTIONS(2966), + [anon_sym___fastcall] = ACTIONS(2966), + [anon_sym___thiscall] = ACTIONS(2966), + [anon_sym___vectorcall] = ACTIONS(2966), + [anon_sym_LBRACE] = ACTIONS(2968), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym___inline] = ACTIONS(2966), + [anon_sym___inline__] = ACTIONS(2966), + [anon_sym___forceinline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym___thread] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym___restrict__] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym__Noreturn] = ACTIONS(2966), + [anon_sym_noreturn] = ACTIONS(2966), + [anon_sym__Nonnull] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constinit] = ACTIONS(2966), + [anon_sym_consteval] = ACTIONS(2966), + [anon_sym_PROGMEM] = ACTIONS(2966), + [anon_sym_alignas] = ACTIONS(2966), + [anon_sym__Alignas] = ACTIONS(2966), + [aux_sym_primitive_type_token1] = ACTIONS(2966), + [anon_sym_byte] = ACTIONS(2966), + [anon_sym_word] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [anon_sym_if] = ACTIONS(2966), + [anon_sym_switch] = ACTIONS(2966), + [anon_sym_case] = ACTIONS(2966), + [anon_sym_default] = ACTIONS(2966), + [anon_sym_while] = ACTIONS(2966), + [anon_sym_do] = ACTIONS(2966), + [anon_sym_for] = ACTIONS(2966), + [anon_sym_return] = ACTIONS(2966), + [anon_sym_break] = ACTIONS(2966), + [anon_sym_continue] = ACTIONS(2966), + [anon_sym_goto] = ACTIONS(2966), + [anon_sym___try] = ACTIONS(2966), + [anon_sym___leave] = ACTIONS(2966), + [anon_sym_not] = ACTIONS(2966), + [anon_sym_compl] = ACTIONS(2966), + [anon_sym_DASH_DASH] = ACTIONS(2968), + [anon_sym_PLUS_PLUS] = ACTIONS(2968), + [anon_sym_sizeof] = ACTIONS(2966), + [anon_sym___alignof__] = ACTIONS(2966), + [anon_sym___alignof] = ACTIONS(2966), + [anon_sym__alignof] = ACTIONS(2966), + [anon_sym_alignof] = ACTIONS(2966), + [anon_sym__Alignof] = ACTIONS(2966), + [anon_sym_offsetof] = ACTIONS(2966), + [anon_sym__Generic] = ACTIONS(2966), + [anon_sym_asm] = ACTIONS(2966), + [anon_sym___asm__] = ACTIONS(2966), + [anon_sym___asm] = ACTIONS(2966), + [aux_sym_number_literal_token1] = ACTIONS(2968), + [aux_sym_number_literal_token2] = ACTIONS(2966), + [anon_sym_L_SQUOTE] = ACTIONS(2968), + [anon_sym_u_SQUOTE] = ACTIONS(2968), + [anon_sym_U_SQUOTE] = ACTIONS(2968), + [anon_sym_u8_SQUOTE] = ACTIONS(2968), + [anon_sym_SQUOTE] = ACTIONS(2968), + [anon_sym_L_DQUOTE] = ACTIONS(2968), + [anon_sym_u_DQUOTE] = ACTIONS(2968), + [anon_sym_U_DQUOTE] = ACTIONS(2968), + [anon_sym_u8_DQUOTE] = ACTIONS(2968), + [anon_sym_DQUOTE] = ACTIONS(2968), + [sym_true] = ACTIONS(2966), + [sym_false] = ACTIONS(2966), + [anon_sym_NULL] = ACTIONS(2966), + [anon_sym_nullptr] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2966), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_try] = ACTIONS(2966), + [anon_sym_delete] = ACTIONS(2966), + [anon_sym_throw] = ACTIONS(2966), + [anon_sym_namespace] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_concept] = ACTIONS(2966), + [anon_sym_co_return] = ACTIONS(2966), + [anon_sym_co_yield] = ACTIONS(2966), + [anon_sym_R_DQUOTE] = ACTIONS(2968), + [anon_sym_LR_DQUOTE] = ACTIONS(2968), + [anon_sym_uR_DQUOTE] = ACTIONS(2968), + [anon_sym_UR_DQUOTE] = ACTIONS(2968), + [anon_sym_u8R_DQUOTE] = ACTIONS(2968), + [anon_sym_co_await] = ACTIONS(2966), + [anon_sym_new] = ACTIONS(2966), + [anon_sym_requires] = ACTIONS(2966), + [sym_this] = ACTIONS(2966), }, [571] = { - [sym_identifier] = ACTIONS(3056), - [aux_sym_preproc_include_token1] = ACTIONS(3056), - [aux_sym_preproc_def_token1] = ACTIONS(3056), - [aux_sym_preproc_if_token1] = ACTIONS(3056), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), - [sym_preproc_directive] = ACTIONS(3056), - [anon_sym_LPAREN2] = ACTIONS(3058), - [anon_sym_BANG] = ACTIONS(3058), - [anon_sym_TILDE] = ACTIONS(3058), - [anon_sym_DASH] = ACTIONS(3056), - [anon_sym_PLUS] = ACTIONS(3056), - [anon_sym_STAR] = ACTIONS(3058), - [anon_sym_AMP_AMP] = ACTIONS(3058), - [anon_sym_AMP] = ACTIONS(3056), - [anon_sym_SEMI] = ACTIONS(3058), - [anon_sym___extension__] = ACTIONS(3056), - [anon_sym_typedef] = ACTIONS(3056), - [anon_sym_virtual] = ACTIONS(3056), - [anon_sym_extern] = ACTIONS(3056), - [anon_sym___attribute__] = ACTIONS(3056), - [anon_sym___attribute] = ACTIONS(3056), - [anon_sym_COLON_COLON] = ACTIONS(3058), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), - [anon_sym___declspec] = ACTIONS(3056), - [anon_sym___based] = ACTIONS(3056), - [anon_sym___cdecl] = ACTIONS(3056), - [anon_sym___clrcall] = ACTIONS(3056), - [anon_sym___stdcall] = ACTIONS(3056), - [anon_sym___fastcall] = ACTIONS(3056), - [anon_sym___thiscall] = ACTIONS(3056), - [anon_sym___vectorcall] = ACTIONS(3056), - [anon_sym_LBRACE] = ACTIONS(3058), - [anon_sym_RBRACE] = ACTIONS(3058), - [anon_sym_signed] = ACTIONS(3056), - [anon_sym_unsigned] = ACTIONS(3056), - [anon_sym_long] = ACTIONS(3056), - [anon_sym_short] = ACTIONS(3056), - [anon_sym_LBRACK] = ACTIONS(3056), - [anon_sym_static] = ACTIONS(3056), - [anon_sym_register] = ACTIONS(3056), - [anon_sym_inline] = ACTIONS(3056), - [anon_sym___inline] = ACTIONS(3056), - [anon_sym___inline__] = ACTIONS(3056), - [anon_sym___forceinline] = ACTIONS(3056), - [anon_sym_thread_local] = ACTIONS(3056), - [anon_sym___thread] = ACTIONS(3056), - [anon_sym_const] = ACTIONS(3056), - [anon_sym_constexpr] = ACTIONS(3056), - [anon_sym_volatile] = ACTIONS(3056), - [anon_sym_restrict] = ACTIONS(3056), - [anon_sym___restrict__] = ACTIONS(3056), - [anon_sym__Atomic] = ACTIONS(3056), - [anon_sym__Noreturn] = ACTIONS(3056), - [anon_sym_noreturn] = ACTIONS(3056), - [anon_sym__Nonnull] = ACTIONS(3056), - [anon_sym_mutable] = ACTIONS(3056), - [anon_sym_constinit] = ACTIONS(3056), - [anon_sym_consteval] = ACTIONS(3056), - [anon_sym_PROGMEM] = ACTIONS(3056), - [anon_sym_alignas] = ACTIONS(3056), - [anon_sym__Alignas] = ACTIONS(3056), - [aux_sym_primitive_type_token1] = ACTIONS(3056), - [anon_sym_byte] = ACTIONS(3056), - [anon_sym_word] = ACTIONS(3056), - [anon_sym_enum] = ACTIONS(3056), - [anon_sym_class] = ACTIONS(3056), - [anon_sym_struct] = ACTIONS(3056), - [anon_sym_union] = ACTIONS(3056), - [anon_sym_if] = ACTIONS(3056), - [anon_sym_switch] = ACTIONS(3056), - [anon_sym_case] = ACTIONS(3056), - [anon_sym_default] = ACTIONS(3056), - [anon_sym_while] = ACTIONS(3056), - [anon_sym_do] = ACTIONS(3056), - [anon_sym_for] = ACTIONS(3056), - [anon_sym_return] = ACTIONS(3056), - [anon_sym_break] = ACTIONS(3056), - [anon_sym_continue] = ACTIONS(3056), - [anon_sym_goto] = ACTIONS(3056), - [anon_sym___try] = ACTIONS(3056), - [anon_sym___leave] = ACTIONS(3056), - [anon_sym_not] = ACTIONS(3056), - [anon_sym_compl] = ACTIONS(3056), - [anon_sym_DASH_DASH] = ACTIONS(3058), - [anon_sym_PLUS_PLUS] = ACTIONS(3058), - [anon_sym_sizeof] = ACTIONS(3056), - [anon_sym___alignof__] = ACTIONS(3056), - [anon_sym___alignof] = ACTIONS(3056), - [anon_sym__alignof] = ACTIONS(3056), - [anon_sym_alignof] = ACTIONS(3056), - [anon_sym__Alignof] = ACTIONS(3056), - [anon_sym_offsetof] = ACTIONS(3056), - [anon_sym__Generic] = ACTIONS(3056), - [anon_sym_asm] = ACTIONS(3056), - [anon_sym___asm__] = ACTIONS(3056), - [anon_sym___asm] = ACTIONS(3056), - [aux_sym_number_literal_token1] = ACTIONS(3058), - [aux_sym_number_literal_token2] = ACTIONS(3056), - [anon_sym_L_SQUOTE] = ACTIONS(3058), - [anon_sym_u_SQUOTE] = ACTIONS(3058), - [anon_sym_U_SQUOTE] = ACTIONS(3058), - [anon_sym_u8_SQUOTE] = ACTIONS(3058), - [anon_sym_SQUOTE] = ACTIONS(3058), - [anon_sym_L_DQUOTE] = ACTIONS(3058), - [anon_sym_u_DQUOTE] = ACTIONS(3058), - [anon_sym_U_DQUOTE] = ACTIONS(3058), - [anon_sym_u8_DQUOTE] = ACTIONS(3058), - [anon_sym_DQUOTE] = ACTIONS(3058), - [sym_true] = ACTIONS(3056), - [sym_false] = ACTIONS(3056), - [anon_sym_NULL] = ACTIONS(3056), - [anon_sym_nullptr] = ACTIONS(3056), + [sym_identifier] = ACTIONS(2976), + [aux_sym_preproc_include_token1] = ACTIONS(2976), + [aux_sym_preproc_def_token1] = ACTIONS(2976), + [aux_sym_preproc_if_token1] = ACTIONS(2976), + [aux_sym_preproc_if_token2] = ACTIONS(2976), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), + [sym_preproc_directive] = ACTIONS(2976), + [anon_sym_LPAREN2] = ACTIONS(2978), + [anon_sym_BANG] = ACTIONS(2978), + [anon_sym_TILDE] = ACTIONS(2978), + [anon_sym_DASH] = ACTIONS(2976), + [anon_sym_PLUS] = ACTIONS(2976), + [anon_sym_STAR] = ACTIONS(2978), + [anon_sym_AMP_AMP] = ACTIONS(2978), + [anon_sym_AMP] = ACTIONS(2976), + [anon_sym_SEMI] = ACTIONS(2978), + [anon_sym___extension__] = ACTIONS(2976), + [anon_sym_typedef] = ACTIONS(2976), + [anon_sym_virtual] = ACTIONS(2976), + [anon_sym_extern] = ACTIONS(2976), + [anon_sym___attribute__] = ACTIONS(2976), + [anon_sym___attribute] = ACTIONS(2976), + [anon_sym_COLON_COLON] = ACTIONS(2978), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), + [anon_sym___declspec] = ACTIONS(2976), + [anon_sym___based] = ACTIONS(2976), + [anon_sym___cdecl] = ACTIONS(2976), + [anon_sym___clrcall] = ACTIONS(2976), + [anon_sym___stdcall] = ACTIONS(2976), + [anon_sym___fastcall] = ACTIONS(2976), + [anon_sym___thiscall] = ACTIONS(2976), + [anon_sym___vectorcall] = ACTIONS(2976), + [anon_sym_LBRACE] = ACTIONS(2978), + [anon_sym_signed] = ACTIONS(2976), + [anon_sym_unsigned] = ACTIONS(2976), + [anon_sym_long] = ACTIONS(2976), + [anon_sym_short] = ACTIONS(2976), + [anon_sym_LBRACK] = ACTIONS(2976), + [anon_sym_static] = ACTIONS(2976), + [anon_sym_register] = ACTIONS(2976), + [anon_sym_inline] = ACTIONS(2976), + [anon_sym___inline] = ACTIONS(2976), + [anon_sym___inline__] = ACTIONS(2976), + [anon_sym___forceinline] = ACTIONS(2976), + [anon_sym_thread_local] = ACTIONS(2976), + [anon_sym___thread] = ACTIONS(2976), + [anon_sym_const] = ACTIONS(2976), + [anon_sym_constexpr] = ACTIONS(2976), + [anon_sym_volatile] = ACTIONS(2976), + [anon_sym_restrict] = ACTIONS(2976), + [anon_sym___restrict__] = ACTIONS(2976), + [anon_sym__Atomic] = ACTIONS(2976), + [anon_sym__Noreturn] = ACTIONS(2976), + [anon_sym_noreturn] = ACTIONS(2976), + [anon_sym__Nonnull] = ACTIONS(2976), + [anon_sym_mutable] = ACTIONS(2976), + [anon_sym_constinit] = ACTIONS(2976), + [anon_sym_consteval] = ACTIONS(2976), + [anon_sym_PROGMEM] = ACTIONS(2976), + [anon_sym_alignas] = ACTIONS(2976), + [anon_sym__Alignas] = ACTIONS(2976), + [aux_sym_primitive_type_token1] = ACTIONS(2976), + [anon_sym_byte] = ACTIONS(2976), + [anon_sym_word] = ACTIONS(2976), + [anon_sym_enum] = ACTIONS(2976), + [anon_sym_class] = ACTIONS(2976), + [anon_sym_struct] = ACTIONS(2976), + [anon_sym_union] = ACTIONS(2976), + [anon_sym_if] = ACTIONS(2976), + [anon_sym_switch] = ACTIONS(2976), + [anon_sym_case] = ACTIONS(2976), + [anon_sym_default] = ACTIONS(2976), + [anon_sym_while] = ACTIONS(2976), + [anon_sym_do] = ACTIONS(2976), + [anon_sym_for] = ACTIONS(2976), + [anon_sym_return] = ACTIONS(2976), + [anon_sym_break] = ACTIONS(2976), + [anon_sym_continue] = ACTIONS(2976), + [anon_sym_goto] = ACTIONS(2976), + [anon_sym___try] = ACTIONS(2976), + [anon_sym___leave] = ACTIONS(2976), + [anon_sym_not] = ACTIONS(2976), + [anon_sym_compl] = ACTIONS(2976), + [anon_sym_DASH_DASH] = ACTIONS(2978), + [anon_sym_PLUS_PLUS] = ACTIONS(2978), + [anon_sym_sizeof] = ACTIONS(2976), + [anon_sym___alignof__] = ACTIONS(2976), + [anon_sym___alignof] = ACTIONS(2976), + [anon_sym__alignof] = ACTIONS(2976), + [anon_sym_alignof] = ACTIONS(2976), + [anon_sym__Alignof] = ACTIONS(2976), + [anon_sym_offsetof] = ACTIONS(2976), + [anon_sym__Generic] = ACTIONS(2976), + [anon_sym_asm] = ACTIONS(2976), + [anon_sym___asm__] = ACTIONS(2976), + [anon_sym___asm] = ACTIONS(2976), + [aux_sym_number_literal_token1] = ACTIONS(2978), + [aux_sym_number_literal_token2] = ACTIONS(2976), + [anon_sym_L_SQUOTE] = ACTIONS(2978), + [anon_sym_u_SQUOTE] = ACTIONS(2978), + [anon_sym_U_SQUOTE] = ACTIONS(2978), + [anon_sym_u8_SQUOTE] = ACTIONS(2978), + [anon_sym_SQUOTE] = ACTIONS(2978), + [anon_sym_L_DQUOTE] = ACTIONS(2978), + [anon_sym_u_DQUOTE] = ACTIONS(2978), + [anon_sym_U_DQUOTE] = ACTIONS(2978), + [anon_sym_u8_DQUOTE] = ACTIONS(2978), + [anon_sym_DQUOTE] = ACTIONS(2978), + [sym_true] = ACTIONS(2976), + [sym_false] = ACTIONS(2976), + [anon_sym_NULL] = ACTIONS(2976), + [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3056), - [anon_sym_decltype] = ACTIONS(3056), - [anon_sym_explicit] = ACTIONS(3056), - [anon_sym_typename] = ACTIONS(3056), - [anon_sym_template] = ACTIONS(3056), - [anon_sym_operator] = ACTIONS(3056), - [anon_sym_try] = ACTIONS(3056), - [anon_sym_delete] = ACTIONS(3056), - [anon_sym_throw] = ACTIONS(3056), - [anon_sym_namespace] = ACTIONS(3056), - [anon_sym_using] = ACTIONS(3056), - [anon_sym_static_assert] = ACTIONS(3056), - [anon_sym_concept] = ACTIONS(3056), - [anon_sym_co_return] = ACTIONS(3056), - [anon_sym_co_yield] = ACTIONS(3056), - [anon_sym_R_DQUOTE] = ACTIONS(3058), - [anon_sym_LR_DQUOTE] = ACTIONS(3058), - [anon_sym_uR_DQUOTE] = ACTIONS(3058), - [anon_sym_UR_DQUOTE] = ACTIONS(3058), - [anon_sym_u8R_DQUOTE] = ACTIONS(3058), - [anon_sym_co_await] = ACTIONS(3056), - [anon_sym_new] = ACTIONS(3056), - [anon_sym_requires] = ACTIONS(3056), - [sym_this] = ACTIONS(3056), + [sym_auto] = ACTIONS(2976), + [anon_sym_decltype] = ACTIONS(2976), + [anon_sym_explicit] = ACTIONS(2976), + [anon_sym_typename] = ACTIONS(2976), + [anon_sym_template] = ACTIONS(2976), + [anon_sym_operator] = ACTIONS(2976), + [anon_sym_try] = ACTIONS(2976), + [anon_sym_delete] = ACTIONS(2976), + [anon_sym_throw] = ACTIONS(2976), + [anon_sym_namespace] = ACTIONS(2976), + [anon_sym_using] = ACTIONS(2976), + [anon_sym_static_assert] = ACTIONS(2976), + [anon_sym_concept] = ACTIONS(2976), + [anon_sym_co_return] = ACTIONS(2976), + [anon_sym_co_yield] = ACTIONS(2976), + [anon_sym_R_DQUOTE] = ACTIONS(2978), + [anon_sym_LR_DQUOTE] = ACTIONS(2978), + [anon_sym_uR_DQUOTE] = ACTIONS(2978), + [anon_sym_UR_DQUOTE] = ACTIONS(2978), + [anon_sym_u8R_DQUOTE] = ACTIONS(2978), + [anon_sym_co_await] = ACTIONS(2976), + [anon_sym_new] = ACTIONS(2976), + [anon_sym_requires] = ACTIONS(2976), + [sym_this] = ACTIONS(2976), }, [572] = { - [sym_identifier] = ACTIONS(3052), - [aux_sym_preproc_include_token1] = ACTIONS(3052), - [aux_sym_preproc_def_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), - [sym_preproc_directive] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_BANG] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_DASH] = ACTIONS(3052), - [anon_sym_PLUS] = ACTIONS(3052), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym___extension__] = ACTIONS(3052), - [anon_sym_typedef] = ACTIONS(3052), - [anon_sym_virtual] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym___attribute__] = ACTIONS(3052), - [anon_sym___attribute] = ACTIONS(3052), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3052), - [anon_sym___based] = ACTIONS(3052), - [anon_sym___cdecl] = ACTIONS(3052), - [anon_sym___clrcall] = ACTIONS(3052), - [anon_sym___stdcall] = ACTIONS(3052), - [anon_sym___fastcall] = ACTIONS(3052), - [anon_sym___thiscall] = ACTIONS(3052), - [anon_sym___vectorcall] = ACTIONS(3052), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_RBRACE] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3052), - [anon_sym_unsigned] = ACTIONS(3052), - [anon_sym_long] = ACTIONS(3052), - [anon_sym_short] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_register] = ACTIONS(3052), - [anon_sym_inline] = ACTIONS(3052), - [anon_sym___inline] = ACTIONS(3052), - [anon_sym___inline__] = ACTIONS(3052), - [anon_sym___forceinline] = ACTIONS(3052), - [anon_sym_thread_local] = ACTIONS(3052), - [anon_sym___thread] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_constexpr] = ACTIONS(3052), - [anon_sym_volatile] = ACTIONS(3052), - [anon_sym_restrict] = ACTIONS(3052), - [anon_sym___restrict__] = ACTIONS(3052), - [anon_sym__Atomic] = ACTIONS(3052), - [anon_sym__Noreturn] = ACTIONS(3052), - [anon_sym_noreturn] = ACTIONS(3052), - [anon_sym__Nonnull] = ACTIONS(3052), - [anon_sym_mutable] = ACTIONS(3052), - [anon_sym_constinit] = ACTIONS(3052), - [anon_sym_consteval] = ACTIONS(3052), - [anon_sym_PROGMEM] = ACTIONS(3052), - [anon_sym_alignas] = ACTIONS(3052), - [anon_sym__Alignas] = ACTIONS(3052), - [aux_sym_primitive_type_token1] = ACTIONS(3052), - [anon_sym_byte] = ACTIONS(3052), - [anon_sym_word] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_class] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), - [anon_sym_if] = ACTIONS(3052), - [anon_sym_switch] = ACTIONS(3052), - [anon_sym_case] = ACTIONS(3052), - [anon_sym_default] = ACTIONS(3052), - [anon_sym_while] = ACTIONS(3052), - [anon_sym_do] = ACTIONS(3052), - [anon_sym_for] = ACTIONS(3052), - [anon_sym_return] = ACTIONS(3052), - [anon_sym_break] = ACTIONS(3052), - [anon_sym_continue] = ACTIONS(3052), - [anon_sym_goto] = ACTIONS(3052), - [anon_sym___try] = ACTIONS(3052), - [anon_sym___leave] = ACTIONS(3052), - [anon_sym_not] = ACTIONS(3052), - [anon_sym_compl] = ACTIONS(3052), - [anon_sym_DASH_DASH] = ACTIONS(3054), - [anon_sym_PLUS_PLUS] = ACTIONS(3054), - [anon_sym_sizeof] = ACTIONS(3052), - [anon_sym___alignof__] = ACTIONS(3052), - [anon_sym___alignof] = ACTIONS(3052), - [anon_sym__alignof] = ACTIONS(3052), - [anon_sym_alignof] = ACTIONS(3052), - [anon_sym__Alignof] = ACTIONS(3052), - [anon_sym_offsetof] = ACTIONS(3052), - [anon_sym__Generic] = ACTIONS(3052), - [anon_sym_asm] = ACTIONS(3052), - [anon_sym___asm__] = ACTIONS(3052), - [anon_sym___asm] = ACTIONS(3052), - [aux_sym_number_literal_token1] = ACTIONS(3054), - [aux_sym_number_literal_token2] = ACTIONS(3052), - [anon_sym_L_SQUOTE] = ACTIONS(3054), - [anon_sym_u_SQUOTE] = ACTIONS(3054), - [anon_sym_U_SQUOTE] = ACTIONS(3054), - [anon_sym_u8_SQUOTE] = ACTIONS(3054), - [anon_sym_SQUOTE] = ACTIONS(3054), - [anon_sym_L_DQUOTE] = ACTIONS(3054), - [anon_sym_u_DQUOTE] = ACTIONS(3054), - [anon_sym_U_DQUOTE] = ACTIONS(3054), - [anon_sym_u8_DQUOTE] = ACTIONS(3054), - [anon_sym_DQUOTE] = ACTIONS(3054), - [sym_true] = ACTIONS(3052), - [sym_false] = ACTIONS(3052), - [anon_sym_NULL] = ACTIONS(3052), - [anon_sym_nullptr] = ACTIONS(3052), + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [573] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [574] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), + }, + [575] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), + }, + [576] = { + [sym_identifier] = ACTIONS(3199), + [aux_sym_preproc_include_token1] = ACTIONS(3199), + [aux_sym_preproc_def_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3199), + [sym_preproc_directive] = ACTIONS(3199), + [anon_sym_LPAREN2] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_SEMI] = ACTIONS(3201), + [anon_sym___extension__] = ACTIONS(3199), + [anon_sym_typedef] = ACTIONS(3199), + [anon_sym_virtual] = ACTIONS(3199), + [anon_sym_extern] = ACTIONS(3199), + [anon_sym___attribute__] = ACTIONS(3199), + [anon_sym___attribute] = ACTIONS(3199), + [anon_sym_COLON_COLON] = ACTIONS(3201), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3201), + [anon_sym___declspec] = ACTIONS(3199), + [anon_sym___based] = ACTIONS(3199), + [anon_sym___cdecl] = ACTIONS(3199), + [anon_sym___clrcall] = ACTIONS(3199), + [anon_sym___stdcall] = ACTIONS(3199), + [anon_sym___fastcall] = ACTIONS(3199), + [anon_sym___thiscall] = ACTIONS(3199), + [anon_sym___vectorcall] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_RBRACE] = ACTIONS(3201), + [anon_sym_signed] = ACTIONS(3199), + [anon_sym_unsigned] = ACTIONS(3199), + [anon_sym_long] = ACTIONS(3199), + [anon_sym_short] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_static] = ACTIONS(3199), + [anon_sym_register] = ACTIONS(3199), + [anon_sym_inline] = ACTIONS(3199), + [anon_sym___inline] = ACTIONS(3199), + [anon_sym___inline__] = ACTIONS(3199), + [anon_sym___forceinline] = ACTIONS(3199), + [anon_sym_thread_local] = ACTIONS(3199), + [anon_sym___thread] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_constexpr] = ACTIONS(3199), + [anon_sym_volatile] = ACTIONS(3199), + [anon_sym_restrict] = ACTIONS(3199), + [anon_sym___restrict__] = ACTIONS(3199), + [anon_sym__Atomic] = ACTIONS(3199), + [anon_sym__Noreturn] = ACTIONS(3199), + [anon_sym_noreturn] = ACTIONS(3199), + [anon_sym__Nonnull] = ACTIONS(3199), + [anon_sym_mutable] = ACTIONS(3199), + [anon_sym_constinit] = ACTIONS(3199), + [anon_sym_consteval] = ACTIONS(3199), + [anon_sym_PROGMEM] = ACTIONS(3199), + [anon_sym_alignas] = ACTIONS(3199), + [anon_sym__Alignas] = ACTIONS(3199), + [aux_sym_primitive_type_token1] = ACTIONS(3199), + [anon_sym_byte] = ACTIONS(3199), + [anon_sym_word] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_class] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_switch] = ACTIONS(3199), + [anon_sym_case] = ACTIONS(3199), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_while] = ACTIONS(3199), + [anon_sym_do] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym___try] = ACTIONS(3199), + [anon_sym___leave] = ACTIONS(3199), + [anon_sym_not] = ACTIONS(3199), + [anon_sym_compl] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_sizeof] = ACTIONS(3199), + [anon_sym___alignof__] = ACTIONS(3199), + [anon_sym___alignof] = ACTIONS(3199), + [anon_sym__alignof] = ACTIONS(3199), + [anon_sym_alignof] = ACTIONS(3199), + [anon_sym__Alignof] = ACTIONS(3199), + [anon_sym_offsetof] = ACTIONS(3199), + [anon_sym__Generic] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym___asm__] = ACTIONS(3199), + [anon_sym___asm] = ACTIONS(3199), + [aux_sym_number_literal_token1] = ACTIONS(3201), + [aux_sym_number_literal_token2] = ACTIONS(3199), + [anon_sym_L_SQUOTE] = ACTIONS(3201), + [anon_sym_u_SQUOTE] = ACTIONS(3201), + [anon_sym_U_SQUOTE] = ACTIONS(3201), + [anon_sym_u8_SQUOTE] = ACTIONS(3201), + [anon_sym_SQUOTE] = ACTIONS(3201), + [anon_sym_L_DQUOTE] = ACTIONS(3201), + [anon_sym_u_DQUOTE] = ACTIONS(3201), + [anon_sym_U_DQUOTE] = ACTIONS(3201), + [anon_sym_u8_DQUOTE] = ACTIONS(3201), + [anon_sym_DQUOTE] = ACTIONS(3201), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [anon_sym_NULL] = ACTIONS(3199), + [anon_sym_nullptr] = ACTIONS(3199), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3199), + [anon_sym_decltype] = ACTIONS(3199), + [anon_sym_explicit] = ACTIONS(3199), + [anon_sym_typename] = ACTIONS(3199), + [anon_sym_template] = ACTIONS(3199), + [anon_sym_operator] = ACTIONS(3199), + [anon_sym_try] = ACTIONS(3199), + [anon_sym_delete] = ACTIONS(3199), + [anon_sym_throw] = ACTIONS(3199), + [anon_sym_namespace] = ACTIONS(3199), + [anon_sym_using] = ACTIONS(3199), + [anon_sym_static_assert] = ACTIONS(3199), + [anon_sym_concept] = ACTIONS(3199), + [anon_sym_co_return] = ACTIONS(3199), + [anon_sym_co_yield] = ACTIONS(3199), + [anon_sym_R_DQUOTE] = ACTIONS(3201), + [anon_sym_LR_DQUOTE] = ACTIONS(3201), + [anon_sym_uR_DQUOTE] = ACTIONS(3201), + [anon_sym_UR_DQUOTE] = ACTIONS(3201), + [anon_sym_u8R_DQUOTE] = ACTIONS(3201), + [anon_sym_co_await] = ACTIONS(3199), + [anon_sym_new] = ACTIONS(3199), + [anon_sym_requires] = ACTIONS(3199), + [sym_this] = ACTIONS(3199), + }, + [577] = { + [sym_identifier] = ACTIONS(3028), + [aux_sym_preproc_include_token1] = ACTIONS(3028), + [aux_sym_preproc_def_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token2] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), + [sym_preproc_directive] = ACTIONS(3028), + [anon_sym_LPAREN2] = ACTIONS(3030), + [anon_sym_BANG] = ACTIONS(3030), + [anon_sym_TILDE] = ACTIONS(3030), + [anon_sym_DASH] = ACTIONS(3028), + [anon_sym_PLUS] = ACTIONS(3028), + [anon_sym_STAR] = ACTIONS(3030), + [anon_sym_AMP_AMP] = ACTIONS(3030), + [anon_sym_AMP] = ACTIONS(3028), + [anon_sym_SEMI] = ACTIONS(3030), + [anon_sym___extension__] = ACTIONS(3028), + [anon_sym_typedef] = ACTIONS(3028), + [anon_sym_virtual] = ACTIONS(3028), + [anon_sym_extern] = ACTIONS(3028), + [anon_sym___attribute__] = ACTIONS(3028), + [anon_sym___attribute] = ACTIONS(3028), + [anon_sym_COLON_COLON] = ACTIONS(3030), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), + [anon_sym___declspec] = ACTIONS(3028), + [anon_sym___based] = ACTIONS(3028), + [anon_sym___cdecl] = ACTIONS(3028), + [anon_sym___clrcall] = ACTIONS(3028), + [anon_sym___stdcall] = ACTIONS(3028), + [anon_sym___fastcall] = ACTIONS(3028), + [anon_sym___thiscall] = ACTIONS(3028), + [anon_sym___vectorcall] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3030), + [anon_sym_signed] = ACTIONS(3028), + [anon_sym_unsigned] = ACTIONS(3028), + [anon_sym_long] = ACTIONS(3028), + [anon_sym_short] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_static] = ACTIONS(3028), + [anon_sym_register] = ACTIONS(3028), + [anon_sym_inline] = ACTIONS(3028), + [anon_sym___inline] = ACTIONS(3028), + [anon_sym___inline__] = ACTIONS(3028), + [anon_sym___forceinline] = ACTIONS(3028), + [anon_sym_thread_local] = ACTIONS(3028), + [anon_sym___thread] = ACTIONS(3028), + [anon_sym_const] = ACTIONS(3028), + [anon_sym_constexpr] = ACTIONS(3028), + [anon_sym_volatile] = ACTIONS(3028), + [anon_sym_restrict] = ACTIONS(3028), + [anon_sym___restrict__] = ACTIONS(3028), + [anon_sym__Atomic] = ACTIONS(3028), + [anon_sym__Noreturn] = ACTIONS(3028), + [anon_sym_noreturn] = ACTIONS(3028), + [anon_sym__Nonnull] = ACTIONS(3028), + [anon_sym_mutable] = ACTIONS(3028), + [anon_sym_constinit] = ACTIONS(3028), + [anon_sym_consteval] = ACTIONS(3028), + [anon_sym_PROGMEM] = ACTIONS(3028), + [anon_sym_alignas] = ACTIONS(3028), + [anon_sym__Alignas] = ACTIONS(3028), + [aux_sym_primitive_type_token1] = ACTIONS(3028), + [anon_sym_byte] = ACTIONS(3028), + [anon_sym_word] = ACTIONS(3028), + [anon_sym_enum] = ACTIONS(3028), + [anon_sym_class] = ACTIONS(3028), + [anon_sym_struct] = ACTIONS(3028), + [anon_sym_union] = ACTIONS(3028), + [anon_sym_if] = ACTIONS(3028), + [anon_sym_switch] = ACTIONS(3028), + [anon_sym_case] = ACTIONS(3028), + [anon_sym_default] = ACTIONS(3028), + [anon_sym_while] = ACTIONS(3028), + [anon_sym_do] = ACTIONS(3028), + [anon_sym_for] = ACTIONS(3028), + [anon_sym_return] = ACTIONS(3028), + [anon_sym_break] = ACTIONS(3028), + [anon_sym_continue] = ACTIONS(3028), + [anon_sym_goto] = ACTIONS(3028), + [anon_sym___try] = ACTIONS(3028), + [anon_sym___leave] = ACTIONS(3028), + [anon_sym_not] = ACTIONS(3028), + [anon_sym_compl] = ACTIONS(3028), + [anon_sym_DASH_DASH] = ACTIONS(3030), + [anon_sym_PLUS_PLUS] = ACTIONS(3030), + [anon_sym_sizeof] = ACTIONS(3028), + [anon_sym___alignof__] = ACTIONS(3028), + [anon_sym___alignof] = ACTIONS(3028), + [anon_sym__alignof] = ACTIONS(3028), + [anon_sym_alignof] = ACTIONS(3028), + [anon_sym__Alignof] = ACTIONS(3028), + [anon_sym_offsetof] = ACTIONS(3028), + [anon_sym__Generic] = ACTIONS(3028), + [anon_sym_asm] = ACTIONS(3028), + [anon_sym___asm__] = ACTIONS(3028), + [anon_sym___asm] = ACTIONS(3028), + [aux_sym_number_literal_token1] = ACTIONS(3030), + [aux_sym_number_literal_token2] = ACTIONS(3028), + [anon_sym_L_SQUOTE] = ACTIONS(3030), + [anon_sym_u_SQUOTE] = ACTIONS(3030), + [anon_sym_U_SQUOTE] = ACTIONS(3030), + [anon_sym_u8_SQUOTE] = ACTIONS(3030), + [anon_sym_SQUOTE] = ACTIONS(3030), + [anon_sym_L_DQUOTE] = ACTIONS(3030), + [anon_sym_u_DQUOTE] = ACTIONS(3030), + [anon_sym_U_DQUOTE] = ACTIONS(3030), + [anon_sym_u8_DQUOTE] = ACTIONS(3030), + [anon_sym_DQUOTE] = ACTIONS(3030), + [sym_true] = ACTIONS(3028), + [sym_false] = ACTIONS(3028), + [anon_sym_NULL] = ACTIONS(3028), + [anon_sym_nullptr] = ACTIONS(3028), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3028), + [anon_sym_decltype] = ACTIONS(3028), + [anon_sym_explicit] = ACTIONS(3028), + [anon_sym_typename] = ACTIONS(3028), + [anon_sym_template] = ACTIONS(3028), + [anon_sym_operator] = ACTIONS(3028), + [anon_sym_try] = ACTIONS(3028), + [anon_sym_delete] = ACTIONS(3028), + [anon_sym_throw] = ACTIONS(3028), + [anon_sym_namespace] = ACTIONS(3028), + [anon_sym_using] = ACTIONS(3028), + [anon_sym_static_assert] = ACTIONS(3028), + [anon_sym_concept] = ACTIONS(3028), + [anon_sym_co_return] = ACTIONS(3028), + [anon_sym_co_yield] = ACTIONS(3028), + [anon_sym_R_DQUOTE] = ACTIONS(3030), + [anon_sym_LR_DQUOTE] = ACTIONS(3030), + [anon_sym_uR_DQUOTE] = ACTIONS(3030), + [anon_sym_UR_DQUOTE] = ACTIONS(3030), + [anon_sym_u8R_DQUOTE] = ACTIONS(3030), + [anon_sym_co_await] = ACTIONS(3028), + [anon_sym_new] = ACTIONS(3028), + [anon_sym_requires] = ACTIONS(3028), + [sym_this] = ACTIONS(3028), + }, + [578] = { + [sym_identifier] = ACTIONS(3211), + [aux_sym_preproc_include_token1] = ACTIONS(3211), + [aux_sym_preproc_def_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), + [sym_preproc_directive] = ACTIONS(3211), + [anon_sym_LPAREN2] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3211), + [anon_sym_PLUS] = ACTIONS(3211), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym___extension__] = ACTIONS(3211), + [anon_sym_typedef] = ACTIONS(3211), + [anon_sym_virtual] = ACTIONS(3211), + [anon_sym_extern] = ACTIONS(3211), + [anon_sym___attribute__] = ACTIONS(3211), + [anon_sym___attribute] = ACTIONS(3211), + [anon_sym_COLON_COLON] = ACTIONS(3213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), + [anon_sym___declspec] = ACTIONS(3211), + [anon_sym___based] = ACTIONS(3211), + [anon_sym___cdecl] = ACTIONS(3211), + [anon_sym___clrcall] = ACTIONS(3211), + [anon_sym___stdcall] = ACTIONS(3211), + [anon_sym___fastcall] = ACTIONS(3211), + [anon_sym___thiscall] = ACTIONS(3211), + [anon_sym___vectorcall] = ACTIONS(3211), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_RBRACE] = ACTIONS(3213), + [anon_sym_signed] = ACTIONS(3211), + [anon_sym_unsigned] = ACTIONS(3211), + [anon_sym_long] = ACTIONS(3211), + [anon_sym_short] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_static] = ACTIONS(3211), + [anon_sym_register] = ACTIONS(3211), + [anon_sym_inline] = ACTIONS(3211), + [anon_sym___inline] = ACTIONS(3211), + [anon_sym___inline__] = ACTIONS(3211), + [anon_sym___forceinline] = ACTIONS(3211), + [anon_sym_thread_local] = ACTIONS(3211), + [anon_sym___thread] = ACTIONS(3211), + [anon_sym_const] = ACTIONS(3211), + [anon_sym_constexpr] = ACTIONS(3211), + [anon_sym_volatile] = ACTIONS(3211), + [anon_sym_restrict] = ACTIONS(3211), + [anon_sym___restrict__] = ACTIONS(3211), + [anon_sym__Atomic] = ACTIONS(3211), + [anon_sym__Noreturn] = ACTIONS(3211), + [anon_sym_noreturn] = ACTIONS(3211), + [anon_sym__Nonnull] = ACTIONS(3211), + [anon_sym_mutable] = ACTIONS(3211), + [anon_sym_constinit] = ACTIONS(3211), + [anon_sym_consteval] = ACTIONS(3211), + [anon_sym_PROGMEM] = ACTIONS(3211), + [anon_sym_alignas] = ACTIONS(3211), + [anon_sym__Alignas] = ACTIONS(3211), + [aux_sym_primitive_type_token1] = ACTIONS(3211), + [anon_sym_byte] = ACTIONS(3211), + [anon_sym_word] = ACTIONS(3211), + [anon_sym_enum] = ACTIONS(3211), + [anon_sym_class] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3211), + [anon_sym_union] = ACTIONS(3211), + [anon_sym_if] = ACTIONS(3211), + [anon_sym_switch] = ACTIONS(3211), + [anon_sym_case] = ACTIONS(3211), + [anon_sym_default] = ACTIONS(3211), + [anon_sym_while] = ACTIONS(3211), + [anon_sym_do] = ACTIONS(3211), + [anon_sym_for] = ACTIONS(3211), + [anon_sym_return] = ACTIONS(3211), + [anon_sym_break] = ACTIONS(3211), + [anon_sym_continue] = ACTIONS(3211), + [anon_sym_goto] = ACTIONS(3211), + [anon_sym___try] = ACTIONS(3211), + [anon_sym___leave] = ACTIONS(3211), + [anon_sym_not] = ACTIONS(3211), + [anon_sym_compl] = ACTIONS(3211), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_sizeof] = ACTIONS(3211), + [anon_sym___alignof__] = ACTIONS(3211), + [anon_sym___alignof] = ACTIONS(3211), + [anon_sym__alignof] = ACTIONS(3211), + [anon_sym_alignof] = ACTIONS(3211), + [anon_sym__Alignof] = ACTIONS(3211), + [anon_sym_offsetof] = ACTIONS(3211), + [anon_sym__Generic] = ACTIONS(3211), + [anon_sym_asm] = ACTIONS(3211), + [anon_sym___asm__] = ACTIONS(3211), + [anon_sym___asm] = ACTIONS(3211), + [aux_sym_number_literal_token1] = ACTIONS(3213), + [aux_sym_number_literal_token2] = ACTIONS(3211), + [anon_sym_L_SQUOTE] = ACTIONS(3213), + [anon_sym_u_SQUOTE] = ACTIONS(3213), + [anon_sym_U_SQUOTE] = ACTIONS(3213), + [anon_sym_u8_SQUOTE] = ACTIONS(3213), + [anon_sym_SQUOTE] = ACTIONS(3213), + [anon_sym_L_DQUOTE] = ACTIONS(3213), + [anon_sym_u_DQUOTE] = ACTIONS(3213), + [anon_sym_U_DQUOTE] = ACTIONS(3213), + [anon_sym_u8_DQUOTE] = ACTIONS(3213), + [anon_sym_DQUOTE] = ACTIONS(3213), + [sym_true] = ACTIONS(3211), + [sym_false] = ACTIONS(3211), + [anon_sym_NULL] = ACTIONS(3211), + [anon_sym_nullptr] = ACTIONS(3211), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3211), + [anon_sym_decltype] = ACTIONS(3211), + [anon_sym_explicit] = ACTIONS(3211), + [anon_sym_typename] = ACTIONS(3211), + [anon_sym_template] = ACTIONS(3211), + [anon_sym_operator] = ACTIONS(3211), + [anon_sym_try] = ACTIONS(3211), + [anon_sym_delete] = ACTIONS(3211), + [anon_sym_throw] = ACTIONS(3211), + [anon_sym_namespace] = ACTIONS(3211), + [anon_sym_using] = ACTIONS(3211), + [anon_sym_static_assert] = ACTIONS(3211), + [anon_sym_concept] = ACTIONS(3211), + [anon_sym_co_return] = ACTIONS(3211), + [anon_sym_co_yield] = ACTIONS(3211), + [anon_sym_R_DQUOTE] = ACTIONS(3213), + [anon_sym_LR_DQUOTE] = ACTIONS(3213), + [anon_sym_uR_DQUOTE] = ACTIONS(3213), + [anon_sym_UR_DQUOTE] = ACTIONS(3213), + [anon_sym_u8R_DQUOTE] = ACTIONS(3213), + [anon_sym_co_await] = ACTIONS(3211), + [anon_sym_new] = ACTIONS(3211), + [anon_sym_requires] = ACTIONS(3211), + [sym_this] = ACTIONS(3211), + }, + [579] = { + [sym_identifier] = ACTIONS(3215), + [aux_sym_preproc_include_token1] = ACTIONS(3215), + [aux_sym_preproc_def_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), + [sym_preproc_directive] = ACTIONS(3215), + [anon_sym_LPAREN2] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3215), + [anon_sym_PLUS] = ACTIONS(3215), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym___extension__] = ACTIONS(3215), + [anon_sym_typedef] = ACTIONS(3215), + [anon_sym_virtual] = ACTIONS(3215), + [anon_sym_extern] = ACTIONS(3215), + [anon_sym___attribute__] = ACTIONS(3215), + [anon_sym___attribute] = ACTIONS(3215), + [anon_sym_COLON_COLON] = ACTIONS(3217), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3215), + [anon_sym___based] = ACTIONS(3215), + [anon_sym___cdecl] = ACTIONS(3215), + [anon_sym___clrcall] = ACTIONS(3215), + [anon_sym___stdcall] = ACTIONS(3215), + [anon_sym___fastcall] = ACTIONS(3215), + [anon_sym___thiscall] = ACTIONS(3215), + [anon_sym___vectorcall] = ACTIONS(3215), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_RBRACE] = ACTIONS(3217), + [anon_sym_signed] = ACTIONS(3215), + [anon_sym_unsigned] = ACTIONS(3215), + [anon_sym_long] = ACTIONS(3215), + [anon_sym_short] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_static] = ACTIONS(3215), + [anon_sym_register] = ACTIONS(3215), + [anon_sym_inline] = ACTIONS(3215), + [anon_sym___inline] = ACTIONS(3215), + [anon_sym___inline__] = ACTIONS(3215), + [anon_sym___forceinline] = ACTIONS(3215), + [anon_sym_thread_local] = ACTIONS(3215), + [anon_sym___thread] = ACTIONS(3215), + [anon_sym_const] = ACTIONS(3215), + [anon_sym_constexpr] = ACTIONS(3215), + [anon_sym_volatile] = ACTIONS(3215), + [anon_sym_restrict] = ACTIONS(3215), + [anon_sym___restrict__] = ACTIONS(3215), + [anon_sym__Atomic] = ACTIONS(3215), + [anon_sym__Noreturn] = ACTIONS(3215), + [anon_sym_noreturn] = ACTIONS(3215), + [anon_sym__Nonnull] = ACTIONS(3215), + [anon_sym_mutable] = ACTIONS(3215), + [anon_sym_constinit] = ACTIONS(3215), + [anon_sym_consteval] = ACTIONS(3215), + [anon_sym_PROGMEM] = ACTIONS(3215), + [anon_sym_alignas] = ACTIONS(3215), + [anon_sym__Alignas] = ACTIONS(3215), + [aux_sym_primitive_type_token1] = ACTIONS(3215), + [anon_sym_byte] = ACTIONS(3215), + [anon_sym_word] = ACTIONS(3215), + [anon_sym_enum] = ACTIONS(3215), + [anon_sym_class] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3215), + [anon_sym_union] = ACTIONS(3215), + [anon_sym_if] = ACTIONS(3215), + [anon_sym_switch] = ACTIONS(3215), + [anon_sym_case] = ACTIONS(3215), + [anon_sym_default] = ACTIONS(3215), + [anon_sym_while] = ACTIONS(3215), + [anon_sym_do] = ACTIONS(3215), + [anon_sym_for] = ACTIONS(3215), + [anon_sym_return] = ACTIONS(3215), + [anon_sym_break] = ACTIONS(3215), + [anon_sym_continue] = ACTIONS(3215), + [anon_sym_goto] = ACTIONS(3215), + [anon_sym___try] = ACTIONS(3215), + [anon_sym___leave] = ACTIONS(3215), + [anon_sym_not] = ACTIONS(3215), + [anon_sym_compl] = ACTIONS(3215), + [anon_sym_DASH_DASH] = ACTIONS(3217), + [anon_sym_PLUS_PLUS] = ACTIONS(3217), + [anon_sym_sizeof] = ACTIONS(3215), + [anon_sym___alignof__] = ACTIONS(3215), + [anon_sym___alignof] = ACTIONS(3215), + [anon_sym__alignof] = ACTIONS(3215), + [anon_sym_alignof] = ACTIONS(3215), + [anon_sym__Alignof] = ACTIONS(3215), + [anon_sym_offsetof] = ACTIONS(3215), + [anon_sym__Generic] = ACTIONS(3215), + [anon_sym_asm] = ACTIONS(3215), + [anon_sym___asm__] = ACTIONS(3215), + [anon_sym___asm] = ACTIONS(3215), + [aux_sym_number_literal_token1] = ACTIONS(3217), + [aux_sym_number_literal_token2] = ACTIONS(3215), + [anon_sym_L_SQUOTE] = ACTIONS(3217), + [anon_sym_u_SQUOTE] = ACTIONS(3217), + [anon_sym_U_SQUOTE] = ACTIONS(3217), + [anon_sym_u8_SQUOTE] = ACTIONS(3217), + [anon_sym_SQUOTE] = ACTIONS(3217), + [anon_sym_L_DQUOTE] = ACTIONS(3217), + [anon_sym_u_DQUOTE] = ACTIONS(3217), + [anon_sym_U_DQUOTE] = ACTIONS(3217), + [anon_sym_u8_DQUOTE] = ACTIONS(3217), + [anon_sym_DQUOTE] = ACTIONS(3217), + [sym_true] = ACTIONS(3215), + [sym_false] = ACTIONS(3215), + [anon_sym_NULL] = ACTIONS(3215), + [anon_sym_nullptr] = ACTIONS(3215), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3052), - [anon_sym_decltype] = ACTIONS(3052), - [anon_sym_explicit] = ACTIONS(3052), - [anon_sym_typename] = ACTIONS(3052), - [anon_sym_template] = ACTIONS(3052), - [anon_sym_operator] = ACTIONS(3052), - [anon_sym_try] = ACTIONS(3052), - [anon_sym_delete] = ACTIONS(3052), - [anon_sym_throw] = ACTIONS(3052), - [anon_sym_namespace] = ACTIONS(3052), - [anon_sym_using] = ACTIONS(3052), - [anon_sym_static_assert] = ACTIONS(3052), - [anon_sym_concept] = ACTIONS(3052), - [anon_sym_co_return] = ACTIONS(3052), - [anon_sym_co_yield] = ACTIONS(3052), - [anon_sym_R_DQUOTE] = ACTIONS(3054), - [anon_sym_LR_DQUOTE] = ACTIONS(3054), - [anon_sym_uR_DQUOTE] = ACTIONS(3054), - [anon_sym_UR_DQUOTE] = ACTIONS(3054), - [anon_sym_u8R_DQUOTE] = ACTIONS(3054), - [anon_sym_co_await] = ACTIONS(3052), - [anon_sym_new] = ACTIONS(3052), - [anon_sym_requires] = ACTIONS(3052), - [sym_this] = ACTIONS(3052), - }, - [573] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_include_token1] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token2] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_BANG] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_DASH] = ACTIONS(2998), - [anon_sym_PLUS] = ACTIONS(2998), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym___cdecl] = ACTIONS(2998), - [anon_sym___clrcall] = ACTIONS(2998), - [anon_sym___stdcall] = ACTIONS(2998), - [anon_sym___fastcall] = ACTIONS(2998), - [anon_sym___thiscall] = ACTIONS(2998), - [anon_sym___vectorcall] = ACTIONS(2998), - [anon_sym_LBRACE] = ACTIONS(3000), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [anon_sym_if] = ACTIONS(2998), - [anon_sym_switch] = ACTIONS(2998), - [anon_sym_case] = ACTIONS(2998), - [anon_sym_default] = ACTIONS(2998), - [anon_sym_while] = ACTIONS(2998), - [anon_sym_do] = ACTIONS(2998), - [anon_sym_for] = ACTIONS(2998), - [anon_sym_return] = ACTIONS(2998), - [anon_sym_break] = ACTIONS(2998), - [anon_sym_continue] = ACTIONS(2998), - [anon_sym_goto] = ACTIONS(2998), - [anon_sym___try] = ACTIONS(2998), - [anon_sym___leave] = ACTIONS(2998), - [anon_sym_not] = ACTIONS(2998), - [anon_sym_compl] = ACTIONS(2998), - [anon_sym_DASH_DASH] = ACTIONS(3000), - [anon_sym_PLUS_PLUS] = ACTIONS(3000), - [anon_sym_sizeof] = ACTIONS(2998), - [anon_sym___alignof__] = ACTIONS(2998), - [anon_sym___alignof] = ACTIONS(2998), - [anon_sym__alignof] = ACTIONS(2998), - [anon_sym_alignof] = ACTIONS(2998), - [anon_sym__Alignof] = ACTIONS(2998), - [anon_sym_offsetof] = ACTIONS(2998), - [anon_sym__Generic] = ACTIONS(2998), - [anon_sym_asm] = ACTIONS(2998), - [anon_sym___asm__] = ACTIONS(2998), - [anon_sym___asm] = ACTIONS(2998), - [aux_sym_number_literal_token1] = ACTIONS(3000), - [aux_sym_number_literal_token2] = ACTIONS(2998), - [anon_sym_L_SQUOTE] = ACTIONS(3000), - [anon_sym_u_SQUOTE] = ACTIONS(3000), - [anon_sym_U_SQUOTE] = ACTIONS(3000), - [anon_sym_u8_SQUOTE] = ACTIONS(3000), - [anon_sym_SQUOTE] = ACTIONS(3000), - [anon_sym_L_DQUOTE] = ACTIONS(3000), - [anon_sym_u_DQUOTE] = ACTIONS(3000), - [anon_sym_U_DQUOTE] = ACTIONS(3000), - [anon_sym_u8_DQUOTE] = ACTIONS(3000), - [anon_sym_DQUOTE] = ACTIONS(3000), - [sym_true] = ACTIONS(2998), - [sym_false] = ACTIONS(2998), - [anon_sym_NULL] = ACTIONS(2998), - [anon_sym_nullptr] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_try] = ACTIONS(2998), - [anon_sym_delete] = ACTIONS(2998), - [anon_sym_throw] = ACTIONS(2998), - [anon_sym_namespace] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - [anon_sym_concept] = ACTIONS(2998), - [anon_sym_co_return] = ACTIONS(2998), - [anon_sym_co_yield] = ACTIONS(2998), - [anon_sym_R_DQUOTE] = ACTIONS(3000), - [anon_sym_LR_DQUOTE] = ACTIONS(3000), - [anon_sym_uR_DQUOTE] = ACTIONS(3000), - [anon_sym_UR_DQUOTE] = ACTIONS(3000), - [anon_sym_u8R_DQUOTE] = ACTIONS(3000), - [anon_sym_co_await] = ACTIONS(2998), - [anon_sym_new] = ACTIONS(2998), - [anon_sym_requires] = ACTIONS(2998), - [sym_this] = ACTIONS(2998), - }, - [574] = { - [sym_identifier] = ACTIONS(3197), - [aux_sym_preproc_include_token1] = ACTIONS(3197), - [aux_sym_preproc_def_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3197), - [sym_preproc_directive] = ACTIONS(3197), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_BANG] = ACTIONS(3199), - [anon_sym_TILDE] = ACTIONS(3199), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym___extension__] = ACTIONS(3197), - [anon_sym_typedef] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym___attribute] = ACTIONS(3197), - [anon_sym_COLON_COLON] = ACTIONS(3199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym___cdecl] = ACTIONS(3197), - [anon_sym___clrcall] = ACTIONS(3197), - [anon_sym___stdcall] = ACTIONS(3197), - [anon_sym___fastcall] = ACTIONS(3197), - [anon_sym___thiscall] = ACTIONS(3197), - [anon_sym___vectorcall] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_RBRACE] = ACTIONS(3199), - [anon_sym_signed] = ACTIONS(3197), - [anon_sym_unsigned] = ACTIONS(3197), - [anon_sym_long] = ACTIONS(3197), - [anon_sym_short] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym___inline] = ACTIONS(3197), - [anon_sym___inline__] = ACTIONS(3197), - [anon_sym___forceinline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym___thread] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym___restrict__] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym__Noreturn] = ACTIONS(3197), - [anon_sym_noreturn] = ACTIONS(3197), - [anon_sym__Nonnull] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constinit] = ACTIONS(3197), - [anon_sym_consteval] = ACTIONS(3197), - [anon_sym_PROGMEM] = ACTIONS(3197), - [anon_sym_alignas] = ACTIONS(3197), - [anon_sym__Alignas] = ACTIONS(3197), - [aux_sym_primitive_type_token1] = ACTIONS(3197), - [anon_sym_byte] = ACTIONS(3197), - [anon_sym_word] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_class] = ACTIONS(3197), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_switch] = ACTIONS(3197), - [anon_sym_case] = ACTIONS(3197), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_while] = ACTIONS(3197), - [anon_sym_do] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym___try] = ACTIONS(3197), - [anon_sym___leave] = ACTIONS(3197), - [anon_sym_not] = ACTIONS(3197), - [anon_sym_compl] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3199), - [anon_sym_PLUS_PLUS] = ACTIONS(3199), - [anon_sym_sizeof] = ACTIONS(3197), - [anon_sym___alignof__] = ACTIONS(3197), - [anon_sym___alignof] = ACTIONS(3197), - [anon_sym__alignof] = ACTIONS(3197), - [anon_sym_alignof] = ACTIONS(3197), - [anon_sym__Alignof] = ACTIONS(3197), - [anon_sym_offsetof] = ACTIONS(3197), - [anon_sym__Generic] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym___asm__] = ACTIONS(3197), - [anon_sym___asm] = ACTIONS(3197), - [aux_sym_number_literal_token1] = ACTIONS(3199), - [aux_sym_number_literal_token2] = ACTIONS(3197), - [anon_sym_L_SQUOTE] = ACTIONS(3199), - [anon_sym_u_SQUOTE] = ACTIONS(3199), - [anon_sym_U_SQUOTE] = ACTIONS(3199), - [anon_sym_u8_SQUOTE] = ACTIONS(3199), - [anon_sym_SQUOTE] = ACTIONS(3199), - [anon_sym_L_DQUOTE] = ACTIONS(3199), - [anon_sym_u_DQUOTE] = ACTIONS(3199), - [anon_sym_U_DQUOTE] = ACTIONS(3199), - [anon_sym_u8_DQUOTE] = ACTIONS(3199), - [anon_sym_DQUOTE] = ACTIONS(3199), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [anon_sym_NULL] = ACTIONS(3197), - [anon_sym_nullptr] = ACTIONS(3197), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3197), - [anon_sym_decltype] = ACTIONS(3197), - [anon_sym_explicit] = ACTIONS(3197), - [anon_sym_typename] = ACTIONS(3197), - [anon_sym_template] = ACTIONS(3197), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_try] = ACTIONS(3197), - [anon_sym_delete] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_namespace] = ACTIONS(3197), - [anon_sym_using] = ACTIONS(3197), - [anon_sym_static_assert] = ACTIONS(3197), - [anon_sym_concept] = ACTIONS(3197), - [anon_sym_co_return] = ACTIONS(3197), - [anon_sym_co_yield] = ACTIONS(3197), - [anon_sym_R_DQUOTE] = ACTIONS(3199), - [anon_sym_LR_DQUOTE] = ACTIONS(3199), - [anon_sym_uR_DQUOTE] = ACTIONS(3199), - [anon_sym_UR_DQUOTE] = ACTIONS(3199), - [anon_sym_u8R_DQUOTE] = ACTIONS(3199), - [anon_sym_co_await] = ACTIONS(3197), - [anon_sym_new] = ACTIONS(3197), - [anon_sym_requires] = ACTIONS(3197), - [sym_this] = ACTIONS(3197), - }, - [575] = { - [sym_identifier] = ACTIONS(3045), - [aux_sym_preproc_include_token1] = ACTIONS(3045), - [aux_sym_preproc_def_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3045), - [sym_preproc_directive] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_BANG] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym___extension__] = ACTIONS(3045), - [anon_sym_typedef] = ACTIONS(3045), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym___attribute] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym___cdecl] = ACTIONS(3045), - [anon_sym___clrcall] = ACTIONS(3045), - [anon_sym___stdcall] = ACTIONS(3045), - [anon_sym___fastcall] = ACTIONS(3045), - [anon_sym___thiscall] = ACTIONS(3045), - [anon_sym___vectorcall] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3047), - [anon_sym_RBRACE] = ACTIONS(3047), - [anon_sym_signed] = ACTIONS(3045), - [anon_sym_unsigned] = ACTIONS(3045), - [anon_sym_long] = ACTIONS(3045), - [anon_sym_short] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym___inline] = ACTIONS(3045), - [anon_sym___inline__] = ACTIONS(3045), - [anon_sym___forceinline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym___thread] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym___restrict__] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym__Noreturn] = ACTIONS(3045), - [anon_sym_noreturn] = ACTIONS(3045), - [anon_sym__Nonnull] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constinit] = ACTIONS(3045), - [anon_sym_consteval] = ACTIONS(3045), - [anon_sym_PROGMEM] = ACTIONS(3045), - [anon_sym_alignas] = ACTIONS(3045), - [anon_sym__Alignas] = ACTIONS(3045), - [aux_sym_primitive_type_token1] = ACTIONS(3045), - [anon_sym_byte] = ACTIONS(3045), - [anon_sym_word] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_class] = ACTIONS(3045), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_switch] = ACTIONS(3045), - [anon_sym_case] = ACTIONS(3045), - [anon_sym_default] = ACTIONS(3045), - [anon_sym_while] = ACTIONS(3045), - [anon_sym_do] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym___try] = ACTIONS(3045), - [anon_sym___leave] = ACTIONS(3045), - [anon_sym_not] = ACTIONS(3045), - [anon_sym_compl] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3047), - [anon_sym_PLUS_PLUS] = ACTIONS(3047), - [anon_sym_sizeof] = ACTIONS(3045), - [anon_sym___alignof__] = ACTIONS(3045), - [anon_sym___alignof] = ACTIONS(3045), - [anon_sym__alignof] = ACTIONS(3045), - [anon_sym_alignof] = ACTIONS(3045), - [anon_sym__Alignof] = ACTIONS(3045), - [anon_sym_offsetof] = ACTIONS(3045), - [anon_sym__Generic] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym___asm__] = ACTIONS(3045), - [anon_sym___asm] = ACTIONS(3045), - [aux_sym_number_literal_token1] = ACTIONS(3047), - [aux_sym_number_literal_token2] = ACTIONS(3045), - [anon_sym_L_SQUOTE] = ACTIONS(3047), - [anon_sym_u_SQUOTE] = ACTIONS(3047), - [anon_sym_U_SQUOTE] = ACTIONS(3047), - [anon_sym_u8_SQUOTE] = ACTIONS(3047), - [anon_sym_SQUOTE] = ACTIONS(3047), - [anon_sym_L_DQUOTE] = ACTIONS(3047), - [anon_sym_u_DQUOTE] = ACTIONS(3047), - [anon_sym_U_DQUOTE] = ACTIONS(3047), - [anon_sym_u8_DQUOTE] = ACTIONS(3047), - [anon_sym_DQUOTE] = ACTIONS(3047), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [anon_sym_NULL] = ACTIONS(3045), - [anon_sym_nullptr] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3045), - [anon_sym_decltype] = ACTIONS(3045), - [anon_sym_explicit] = ACTIONS(3045), - [anon_sym_typename] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3045), - [anon_sym_try] = ACTIONS(3045), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_namespace] = ACTIONS(3045), - [anon_sym_using] = ACTIONS(3045), - [anon_sym_static_assert] = ACTIONS(3045), - [anon_sym_concept] = ACTIONS(3045), - [anon_sym_co_return] = ACTIONS(3045), - [anon_sym_co_yield] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(3047), - [anon_sym_LR_DQUOTE] = ACTIONS(3047), - [anon_sym_uR_DQUOTE] = ACTIONS(3047), - [anon_sym_UR_DQUOTE] = ACTIONS(3047), - [anon_sym_u8R_DQUOTE] = ACTIONS(3047), - [anon_sym_co_await] = ACTIONS(3045), - [anon_sym_new] = ACTIONS(3045), - [anon_sym_requires] = ACTIONS(3045), - [sym_this] = ACTIONS(3045), - }, - [576] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_include_token1] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_BANG] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym___cdecl] = ACTIONS(3041), - [anon_sym___clrcall] = ACTIONS(3041), - [anon_sym___stdcall] = ACTIONS(3041), - [anon_sym___fastcall] = ACTIONS(3041), - [anon_sym___thiscall] = ACTIONS(3041), - [anon_sym___vectorcall] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_RBRACE] = ACTIONS(3043), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_switch] = ACTIONS(3041), - [anon_sym_case] = ACTIONS(3041), - [anon_sym_default] = ACTIONS(3041), - [anon_sym_while] = ACTIONS(3041), - [anon_sym_do] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym___try] = ACTIONS(3041), - [anon_sym___leave] = ACTIONS(3041), - [anon_sym_not] = ACTIONS(3041), - [anon_sym_compl] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3043), - [anon_sym_PLUS_PLUS] = ACTIONS(3043), - [anon_sym_sizeof] = ACTIONS(3041), - [anon_sym___alignof__] = ACTIONS(3041), - [anon_sym___alignof] = ACTIONS(3041), - [anon_sym__alignof] = ACTIONS(3041), - [anon_sym_alignof] = ACTIONS(3041), - [anon_sym__Alignof] = ACTIONS(3041), - [anon_sym_offsetof] = ACTIONS(3041), - [anon_sym__Generic] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym___asm__] = ACTIONS(3041), - [anon_sym___asm] = ACTIONS(3041), - [aux_sym_number_literal_token1] = ACTIONS(3043), - [aux_sym_number_literal_token2] = ACTIONS(3041), - [anon_sym_L_SQUOTE] = ACTIONS(3043), - [anon_sym_u_SQUOTE] = ACTIONS(3043), - [anon_sym_U_SQUOTE] = ACTIONS(3043), - [anon_sym_u8_SQUOTE] = ACTIONS(3043), - [anon_sym_SQUOTE] = ACTIONS(3043), - [anon_sym_L_DQUOTE] = ACTIONS(3043), - [anon_sym_u_DQUOTE] = ACTIONS(3043), - [anon_sym_U_DQUOTE] = ACTIONS(3043), - [anon_sym_u8_DQUOTE] = ACTIONS(3043), - [anon_sym_DQUOTE] = ACTIONS(3043), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [anon_sym_NULL] = ACTIONS(3041), - [anon_sym_nullptr] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_try] = ACTIONS(3041), - [anon_sym_delete] = ACTIONS(3041), - [anon_sym_throw] = ACTIONS(3041), - [anon_sym_namespace] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), - [anon_sym_concept] = ACTIONS(3041), - [anon_sym_co_return] = ACTIONS(3041), - [anon_sym_co_yield] = ACTIONS(3041), - [anon_sym_R_DQUOTE] = ACTIONS(3043), - [anon_sym_LR_DQUOTE] = ACTIONS(3043), - [anon_sym_uR_DQUOTE] = ACTIONS(3043), - [anon_sym_UR_DQUOTE] = ACTIONS(3043), - [anon_sym_u8R_DQUOTE] = ACTIONS(3043), - [anon_sym_co_await] = ACTIONS(3041), - [anon_sym_new] = ACTIONS(3041), - [anon_sym_requires] = ACTIONS(3041), - [sym_this] = ACTIONS(3041), - }, - [577] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_include_token1] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token2] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_BANG] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_PLUS] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym___cdecl] = ACTIONS(3006), - [anon_sym___clrcall] = ACTIONS(3006), - [anon_sym___stdcall] = ACTIONS(3006), - [anon_sym___fastcall] = ACTIONS(3006), - [anon_sym___thiscall] = ACTIONS(3006), - [anon_sym___vectorcall] = ACTIONS(3006), - [anon_sym_LBRACE] = ACTIONS(3008), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [anon_sym_if] = ACTIONS(3006), - [anon_sym_switch] = ACTIONS(3006), - [anon_sym_case] = ACTIONS(3006), - [anon_sym_default] = ACTIONS(3006), - [anon_sym_while] = ACTIONS(3006), - [anon_sym_do] = ACTIONS(3006), - [anon_sym_for] = ACTIONS(3006), - [anon_sym_return] = ACTIONS(3006), - [anon_sym_break] = ACTIONS(3006), - [anon_sym_continue] = ACTIONS(3006), - [anon_sym_goto] = ACTIONS(3006), - [anon_sym___try] = ACTIONS(3006), - [anon_sym___leave] = ACTIONS(3006), - [anon_sym_not] = ACTIONS(3006), - [anon_sym_compl] = ACTIONS(3006), - [anon_sym_DASH_DASH] = ACTIONS(3008), - [anon_sym_PLUS_PLUS] = ACTIONS(3008), - [anon_sym_sizeof] = ACTIONS(3006), - [anon_sym___alignof__] = ACTIONS(3006), - [anon_sym___alignof] = ACTIONS(3006), - [anon_sym__alignof] = ACTIONS(3006), - [anon_sym_alignof] = ACTIONS(3006), - [anon_sym__Alignof] = ACTIONS(3006), - [anon_sym_offsetof] = ACTIONS(3006), - [anon_sym__Generic] = ACTIONS(3006), - [anon_sym_asm] = ACTIONS(3006), - [anon_sym___asm__] = ACTIONS(3006), - [anon_sym___asm] = ACTIONS(3006), - [aux_sym_number_literal_token1] = ACTIONS(3008), - [aux_sym_number_literal_token2] = ACTIONS(3006), - [anon_sym_L_SQUOTE] = ACTIONS(3008), - [anon_sym_u_SQUOTE] = ACTIONS(3008), - [anon_sym_U_SQUOTE] = ACTIONS(3008), - [anon_sym_u8_SQUOTE] = ACTIONS(3008), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_L_DQUOTE] = ACTIONS(3008), - [anon_sym_u_DQUOTE] = ACTIONS(3008), - [anon_sym_U_DQUOTE] = ACTIONS(3008), - [anon_sym_u8_DQUOTE] = ACTIONS(3008), - [anon_sym_DQUOTE] = ACTIONS(3008), - [sym_true] = ACTIONS(3006), - [sym_false] = ACTIONS(3006), - [anon_sym_NULL] = ACTIONS(3006), - [anon_sym_nullptr] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_try] = ACTIONS(3006), - [anon_sym_delete] = ACTIONS(3006), - [anon_sym_throw] = ACTIONS(3006), - [anon_sym_namespace] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), - [anon_sym_concept] = ACTIONS(3006), - [anon_sym_co_return] = ACTIONS(3006), - [anon_sym_co_yield] = ACTIONS(3006), - [anon_sym_R_DQUOTE] = ACTIONS(3008), - [anon_sym_LR_DQUOTE] = ACTIONS(3008), - [anon_sym_uR_DQUOTE] = ACTIONS(3008), - [anon_sym_UR_DQUOTE] = ACTIONS(3008), - [anon_sym_u8R_DQUOTE] = ACTIONS(3008), - [anon_sym_co_await] = ACTIONS(3006), - [anon_sym_new] = ACTIONS(3006), - [anon_sym_requires] = ACTIONS(3006), - [sym_this] = ACTIONS(3006), - }, - [578] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_include_token1] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym___cdecl] = ACTIONS(3193), - [anon_sym___clrcall] = ACTIONS(3193), - [anon_sym___stdcall] = ACTIONS(3193), - [anon_sym___fastcall] = ACTIONS(3193), - [anon_sym___thiscall] = ACTIONS(3193), - [anon_sym___vectorcall] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_switch] = ACTIONS(3193), - [anon_sym_case] = ACTIONS(3193), - [anon_sym_default] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_do] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym___try] = ACTIONS(3193), - [anon_sym___leave] = ACTIONS(3193), - [anon_sym_not] = ACTIONS(3193), - [anon_sym_compl] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_sizeof] = ACTIONS(3193), - [anon_sym___alignof__] = ACTIONS(3193), - [anon_sym___alignof] = ACTIONS(3193), - [anon_sym__alignof] = ACTIONS(3193), - [anon_sym_alignof] = ACTIONS(3193), - [anon_sym__Alignof] = ACTIONS(3193), - [anon_sym_offsetof] = ACTIONS(3193), - [anon_sym__Generic] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym___asm__] = ACTIONS(3193), - [anon_sym___asm] = ACTIONS(3193), - [aux_sym_number_literal_token1] = ACTIONS(3195), - [aux_sym_number_literal_token2] = ACTIONS(3193), - [anon_sym_L_SQUOTE] = ACTIONS(3195), - [anon_sym_u_SQUOTE] = ACTIONS(3195), - [anon_sym_U_SQUOTE] = ACTIONS(3195), - [anon_sym_u8_SQUOTE] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3195), - [anon_sym_L_DQUOTE] = ACTIONS(3195), - [anon_sym_u_DQUOTE] = ACTIONS(3195), - [anon_sym_U_DQUOTE] = ACTIONS(3195), - [anon_sym_u8_DQUOTE] = ACTIONS(3195), - [anon_sym_DQUOTE] = ACTIONS(3195), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [anon_sym_NULL] = ACTIONS(3193), - [anon_sym_nullptr] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_delete] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_namespace] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), - [anon_sym_concept] = ACTIONS(3193), - [anon_sym_co_return] = ACTIONS(3193), - [anon_sym_co_yield] = ACTIONS(3193), - [anon_sym_R_DQUOTE] = ACTIONS(3195), - [anon_sym_LR_DQUOTE] = ACTIONS(3195), - [anon_sym_uR_DQUOTE] = ACTIONS(3195), - [anon_sym_UR_DQUOTE] = ACTIONS(3195), - [anon_sym_u8R_DQUOTE] = ACTIONS(3195), - [anon_sym_co_await] = ACTIONS(3193), - [anon_sym_new] = ACTIONS(3193), - [anon_sym_requires] = ACTIONS(3193), - [sym_this] = ACTIONS(3193), - }, - [579] = { - [sym_identifier] = ACTIONS(3181), - [aux_sym_preproc_include_token1] = ACTIONS(3181), - [aux_sym_preproc_def_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3181), - [sym_preproc_directive] = ACTIONS(3181), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym___extension__] = ACTIONS(3181), - [anon_sym_typedef] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym___attribute] = ACTIONS(3181), - [anon_sym_COLON_COLON] = ACTIONS(3183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym___cdecl] = ACTIONS(3181), - [anon_sym___clrcall] = ACTIONS(3181), - [anon_sym___stdcall] = ACTIONS(3181), - [anon_sym___fastcall] = ACTIONS(3181), - [anon_sym___thiscall] = ACTIONS(3181), - [anon_sym___vectorcall] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_RBRACE] = ACTIONS(3183), - [anon_sym_signed] = ACTIONS(3181), - [anon_sym_unsigned] = ACTIONS(3181), - [anon_sym_long] = ACTIONS(3181), - [anon_sym_short] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym___inline] = ACTIONS(3181), - [anon_sym___inline__] = ACTIONS(3181), - [anon_sym___forceinline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym___thread] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym___restrict__] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym__Noreturn] = ACTIONS(3181), - [anon_sym_noreturn] = ACTIONS(3181), - [anon_sym__Nonnull] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constinit] = ACTIONS(3181), - [anon_sym_consteval] = ACTIONS(3181), - [anon_sym_PROGMEM] = ACTIONS(3181), - [anon_sym_alignas] = ACTIONS(3181), - [anon_sym__Alignas] = ACTIONS(3181), - [aux_sym_primitive_type_token1] = ACTIONS(3181), - [anon_sym_byte] = ACTIONS(3181), - [anon_sym_word] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_class] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_switch] = ACTIONS(3181), - [anon_sym_case] = ACTIONS(3181), - [anon_sym_default] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym___try] = ACTIONS(3181), - [anon_sym___leave] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_compl] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_sizeof] = ACTIONS(3181), - [anon_sym___alignof__] = ACTIONS(3181), - [anon_sym___alignof] = ACTIONS(3181), - [anon_sym__alignof] = ACTIONS(3181), - [anon_sym_alignof] = ACTIONS(3181), - [anon_sym__Alignof] = ACTIONS(3181), - [anon_sym_offsetof] = ACTIONS(3181), - [anon_sym__Generic] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym___asm__] = ACTIONS(3181), - [anon_sym___asm] = ACTIONS(3181), - [aux_sym_number_literal_token1] = ACTIONS(3183), - [aux_sym_number_literal_token2] = ACTIONS(3181), - [anon_sym_L_SQUOTE] = ACTIONS(3183), - [anon_sym_u_SQUOTE] = ACTIONS(3183), - [anon_sym_U_SQUOTE] = ACTIONS(3183), - [anon_sym_u8_SQUOTE] = ACTIONS(3183), - [anon_sym_SQUOTE] = ACTIONS(3183), - [anon_sym_L_DQUOTE] = ACTIONS(3183), - [anon_sym_u_DQUOTE] = ACTIONS(3183), - [anon_sym_U_DQUOTE] = ACTIONS(3183), - [anon_sym_u8_DQUOTE] = ACTIONS(3183), - [anon_sym_DQUOTE] = ACTIONS(3183), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [anon_sym_NULL] = ACTIONS(3181), - [anon_sym_nullptr] = ACTIONS(3181), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3181), - [anon_sym_decltype] = ACTIONS(3181), - [anon_sym_explicit] = ACTIONS(3181), - [anon_sym_typename] = ACTIONS(3181), - [anon_sym_template] = ACTIONS(3181), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_delete] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_namespace] = ACTIONS(3181), - [anon_sym_using] = ACTIONS(3181), - [anon_sym_static_assert] = ACTIONS(3181), - [anon_sym_concept] = ACTIONS(3181), - [anon_sym_co_return] = ACTIONS(3181), - [anon_sym_co_yield] = ACTIONS(3181), - [anon_sym_R_DQUOTE] = ACTIONS(3183), - [anon_sym_LR_DQUOTE] = ACTIONS(3183), - [anon_sym_uR_DQUOTE] = ACTIONS(3183), - [anon_sym_UR_DQUOTE] = ACTIONS(3183), - [anon_sym_u8R_DQUOTE] = ACTIONS(3183), - [anon_sym_co_await] = ACTIONS(3181), - [anon_sym_new] = ACTIONS(3181), - [anon_sym_requires] = ACTIONS(3181), - [sym_this] = ACTIONS(3181), + [sym_auto] = ACTIONS(3215), + [anon_sym_decltype] = ACTIONS(3215), + [anon_sym_explicit] = ACTIONS(3215), + [anon_sym_typename] = ACTIONS(3215), + [anon_sym_template] = ACTIONS(3215), + [anon_sym_operator] = ACTIONS(3215), + [anon_sym_try] = ACTIONS(3215), + [anon_sym_delete] = ACTIONS(3215), + [anon_sym_throw] = ACTIONS(3215), + [anon_sym_namespace] = ACTIONS(3215), + [anon_sym_using] = ACTIONS(3215), + [anon_sym_static_assert] = ACTIONS(3215), + [anon_sym_concept] = ACTIONS(3215), + [anon_sym_co_return] = ACTIONS(3215), + [anon_sym_co_yield] = ACTIONS(3215), + [anon_sym_R_DQUOTE] = ACTIONS(3217), + [anon_sym_LR_DQUOTE] = ACTIONS(3217), + [anon_sym_uR_DQUOTE] = ACTIONS(3217), + [anon_sym_UR_DQUOTE] = ACTIONS(3217), + [anon_sym_u8R_DQUOTE] = ACTIONS(3217), + [anon_sym_co_await] = ACTIONS(3215), + [anon_sym_new] = ACTIONS(3215), + [anon_sym_requires] = ACTIONS(3215), + [sym_this] = ACTIONS(3215), }, [580] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_RBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), + [sym_identifier] = ACTIONS(2933), + [aux_sym_preproc_include_token1] = ACTIONS(2933), + [aux_sym_preproc_def_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), + [sym_preproc_directive] = ACTIONS(2933), + [anon_sym_LPAREN2] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2933), + [anon_sym_PLUS] = ACTIONS(2933), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2933), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym___extension__] = ACTIONS(2933), + [anon_sym_typedef] = ACTIONS(2933), + [anon_sym_virtual] = ACTIONS(2933), + [anon_sym_extern] = ACTIONS(2933), + [anon_sym___attribute__] = ACTIONS(2933), + [anon_sym___attribute] = ACTIONS(2933), + [anon_sym_COLON_COLON] = ACTIONS(2935), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), + [anon_sym___declspec] = ACTIONS(2933), + [anon_sym___based] = ACTIONS(2933), + [anon_sym___cdecl] = ACTIONS(2933), + [anon_sym___clrcall] = ACTIONS(2933), + [anon_sym___stdcall] = ACTIONS(2933), + [anon_sym___fastcall] = ACTIONS(2933), + [anon_sym___thiscall] = ACTIONS(2933), + [anon_sym___vectorcall] = ACTIONS(2933), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_RBRACE] = ACTIONS(2935), + [anon_sym_signed] = ACTIONS(2933), + [anon_sym_unsigned] = ACTIONS(2933), + [anon_sym_long] = ACTIONS(2933), + [anon_sym_short] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_register] = ACTIONS(2933), + [anon_sym_inline] = ACTIONS(2933), + [anon_sym___inline] = ACTIONS(2933), + [anon_sym___inline__] = ACTIONS(2933), + [anon_sym___forceinline] = ACTIONS(2933), + [anon_sym_thread_local] = ACTIONS(2933), + [anon_sym___thread] = ACTIONS(2933), + [anon_sym_const] = ACTIONS(2933), + [anon_sym_constexpr] = ACTIONS(2933), + [anon_sym_volatile] = ACTIONS(2933), + [anon_sym_restrict] = ACTIONS(2933), + [anon_sym___restrict__] = ACTIONS(2933), + [anon_sym__Atomic] = ACTIONS(2933), + [anon_sym__Noreturn] = ACTIONS(2933), + [anon_sym_noreturn] = ACTIONS(2933), + [anon_sym__Nonnull] = ACTIONS(2933), + [anon_sym_mutable] = ACTIONS(2933), + [anon_sym_constinit] = ACTIONS(2933), + [anon_sym_consteval] = ACTIONS(2933), + [anon_sym_PROGMEM] = ACTIONS(2933), + [anon_sym_alignas] = ACTIONS(2933), + [anon_sym__Alignas] = ACTIONS(2933), + [aux_sym_primitive_type_token1] = ACTIONS(2933), + [anon_sym_byte] = ACTIONS(2933), + [anon_sym_word] = ACTIONS(2933), + [anon_sym_enum] = ACTIONS(2933), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2933), + [anon_sym_union] = ACTIONS(2933), + [anon_sym_if] = ACTIONS(2933), + [anon_sym_switch] = ACTIONS(2933), + [anon_sym_case] = ACTIONS(2933), + [anon_sym_default] = ACTIONS(2933), + [anon_sym_while] = ACTIONS(2933), + [anon_sym_do] = ACTIONS(2933), + [anon_sym_for] = ACTIONS(2933), + [anon_sym_return] = ACTIONS(2933), + [anon_sym_break] = ACTIONS(2933), + [anon_sym_continue] = ACTIONS(2933), + [anon_sym_goto] = ACTIONS(2933), + [anon_sym___try] = ACTIONS(2933), + [anon_sym___leave] = ACTIONS(2933), + [anon_sym_not] = ACTIONS(2933), + [anon_sym_compl] = ACTIONS(2933), + [anon_sym_DASH_DASH] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_sizeof] = ACTIONS(2933), + [anon_sym___alignof__] = ACTIONS(2933), + [anon_sym___alignof] = ACTIONS(2933), + [anon_sym__alignof] = ACTIONS(2933), + [anon_sym_alignof] = ACTIONS(2933), + [anon_sym__Alignof] = ACTIONS(2933), + [anon_sym_offsetof] = ACTIONS(2933), + [anon_sym__Generic] = ACTIONS(2933), + [anon_sym_asm] = ACTIONS(2933), + [anon_sym___asm__] = ACTIONS(2933), + [anon_sym___asm] = ACTIONS(2933), + [aux_sym_number_literal_token1] = ACTIONS(2935), + [aux_sym_number_literal_token2] = ACTIONS(2933), + [anon_sym_L_SQUOTE] = ACTIONS(2935), + [anon_sym_u_SQUOTE] = ACTIONS(2935), + [anon_sym_U_SQUOTE] = ACTIONS(2935), + [anon_sym_u8_SQUOTE] = ACTIONS(2935), + [anon_sym_SQUOTE] = ACTIONS(2935), + [anon_sym_L_DQUOTE] = ACTIONS(2935), + [anon_sym_u_DQUOTE] = ACTIONS(2935), + [anon_sym_U_DQUOTE] = ACTIONS(2935), + [anon_sym_u8_DQUOTE] = ACTIONS(2935), + [anon_sym_DQUOTE] = ACTIONS(2935), + [sym_true] = ACTIONS(2933), + [sym_false] = ACTIONS(2933), + [anon_sym_NULL] = ACTIONS(2933), + [anon_sym_nullptr] = ACTIONS(2933), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(2933), + [anon_sym_explicit] = ACTIONS(2933), + [anon_sym_typename] = ACTIONS(2933), + [anon_sym_template] = ACTIONS(2933), + [anon_sym_operator] = ACTIONS(2933), + [anon_sym_try] = ACTIONS(2933), + [anon_sym_delete] = ACTIONS(2933), + [anon_sym_throw] = ACTIONS(2933), + [anon_sym_namespace] = ACTIONS(2933), + [anon_sym_using] = ACTIONS(2933), + [anon_sym_static_assert] = ACTIONS(2933), + [anon_sym_concept] = ACTIONS(2933), + [anon_sym_co_return] = ACTIONS(2933), + [anon_sym_co_yield] = ACTIONS(2933), + [anon_sym_R_DQUOTE] = ACTIONS(2935), + [anon_sym_LR_DQUOTE] = ACTIONS(2935), + [anon_sym_uR_DQUOTE] = ACTIONS(2935), + [anon_sym_UR_DQUOTE] = ACTIONS(2935), + [anon_sym_u8R_DQUOTE] = ACTIONS(2935), + [anon_sym_co_await] = ACTIONS(2933), + [anon_sym_new] = ACTIONS(2933), + [anon_sym_requires] = ACTIONS(2933), + [sym_this] = ACTIONS(2933), }, [581] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_RBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_include_token1] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_BANG] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_DASH] = ACTIONS(3040), + [anon_sym_PLUS] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym___cdecl] = ACTIONS(3040), + [anon_sym___clrcall] = ACTIONS(3040), + [anon_sym___stdcall] = ACTIONS(3040), + [anon_sym___fastcall] = ACTIONS(3040), + [anon_sym___thiscall] = ACTIONS(3040), + [anon_sym___vectorcall] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(3042), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_switch] = ACTIONS(3040), + [anon_sym_case] = ACTIONS(3040), + [anon_sym_default] = ACTIONS(3040), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_do] = ACTIONS(3040), + [anon_sym_for] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_goto] = ACTIONS(3040), + [anon_sym___try] = ACTIONS(3040), + [anon_sym___leave] = ACTIONS(3040), + [anon_sym_not] = ACTIONS(3040), + [anon_sym_compl] = ACTIONS(3040), + [anon_sym_DASH_DASH] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_sizeof] = ACTIONS(3040), + [anon_sym___alignof__] = ACTIONS(3040), + [anon_sym___alignof] = ACTIONS(3040), + [anon_sym__alignof] = ACTIONS(3040), + [anon_sym_alignof] = ACTIONS(3040), + [anon_sym__Alignof] = ACTIONS(3040), + [anon_sym_offsetof] = ACTIONS(3040), + [anon_sym__Generic] = ACTIONS(3040), + [anon_sym_asm] = ACTIONS(3040), + [anon_sym___asm__] = ACTIONS(3040), + [anon_sym___asm] = ACTIONS(3040), + [aux_sym_number_literal_token1] = ACTIONS(3042), + [aux_sym_number_literal_token2] = ACTIONS(3040), + [anon_sym_L_SQUOTE] = ACTIONS(3042), + [anon_sym_u_SQUOTE] = ACTIONS(3042), + [anon_sym_U_SQUOTE] = ACTIONS(3042), + [anon_sym_u8_SQUOTE] = ACTIONS(3042), + [anon_sym_SQUOTE] = ACTIONS(3042), + [anon_sym_L_DQUOTE] = ACTIONS(3042), + [anon_sym_u_DQUOTE] = ACTIONS(3042), + [anon_sym_U_DQUOTE] = ACTIONS(3042), + [anon_sym_u8_DQUOTE] = ACTIONS(3042), + [anon_sym_DQUOTE] = ACTIONS(3042), + [sym_true] = ACTIONS(3040), + [sym_false] = ACTIONS(3040), + [anon_sym_NULL] = ACTIONS(3040), + [anon_sym_nullptr] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_delete] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_namespace] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + [anon_sym_concept] = ACTIONS(3040), + [anon_sym_co_return] = ACTIONS(3040), + [anon_sym_co_yield] = ACTIONS(3040), + [anon_sym_R_DQUOTE] = ACTIONS(3042), + [anon_sym_LR_DQUOTE] = ACTIONS(3042), + [anon_sym_uR_DQUOTE] = ACTIONS(3042), + [anon_sym_UR_DQUOTE] = ACTIONS(3042), + [anon_sym_u8R_DQUOTE] = ACTIONS(3042), + [anon_sym_co_await] = ACTIONS(3040), + [anon_sym_new] = ACTIONS(3040), + [anon_sym_requires] = ACTIONS(3040), + [sym_this] = ACTIONS(3040), }, [582] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_include_token1] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token2] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_BANG] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_PLUS] = ACTIONS(3002), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym___cdecl] = ACTIONS(3002), - [anon_sym___clrcall] = ACTIONS(3002), - [anon_sym___stdcall] = ACTIONS(3002), - [anon_sym___fastcall] = ACTIONS(3002), - [anon_sym___thiscall] = ACTIONS(3002), - [anon_sym___vectorcall] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3004), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [anon_sym_if] = ACTIONS(3002), - [anon_sym_switch] = ACTIONS(3002), - [anon_sym_case] = ACTIONS(3002), - [anon_sym_default] = ACTIONS(3002), - [anon_sym_while] = ACTIONS(3002), - [anon_sym_do] = ACTIONS(3002), - [anon_sym_for] = ACTIONS(3002), - [anon_sym_return] = ACTIONS(3002), - [anon_sym_break] = ACTIONS(3002), - [anon_sym_continue] = ACTIONS(3002), - [anon_sym_goto] = ACTIONS(3002), - [anon_sym___try] = ACTIONS(3002), - [anon_sym___leave] = ACTIONS(3002), - [anon_sym_not] = ACTIONS(3002), - [anon_sym_compl] = ACTIONS(3002), - [anon_sym_DASH_DASH] = ACTIONS(3004), - [anon_sym_PLUS_PLUS] = ACTIONS(3004), - [anon_sym_sizeof] = ACTIONS(3002), - [anon_sym___alignof__] = ACTIONS(3002), - [anon_sym___alignof] = ACTIONS(3002), - [anon_sym__alignof] = ACTIONS(3002), - [anon_sym_alignof] = ACTIONS(3002), - [anon_sym__Alignof] = ACTIONS(3002), - [anon_sym_offsetof] = ACTIONS(3002), - [anon_sym__Generic] = ACTIONS(3002), - [anon_sym_asm] = ACTIONS(3002), - [anon_sym___asm__] = ACTIONS(3002), - [anon_sym___asm] = ACTIONS(3002), - [aux_sym_number_literal_token1] = ACTIONS(3004), - [aux_sym_number_literal_token2] = ACTIONS(3002), - [anon_sym_L_SQUOTE] = ACTIONS(3004), - [anon_sym_u_SQUOTE] = ACTIONS(3004), - [anon_sym_U_SQUOTE] = ACTIONS(3004), - [anon_sym_u8_SQUOTE] = ACTIONS(3004), - [anon_sym_SQUOTE] = ACTIONS(3004), - [anon_sym_L_DQUOTE] = ACTIONS(3004), - [anon_sym_u_DQUOTE] = ACTIONS(3004), - [anon_sym_U_DQUOTE] = ACTIONS(3004), - [anon_sym_u8_DQUOTE] = ACTIONS(3004), - [anon_sym_DQUOTE] = ACTIONS(3004), - [sym_true] = ACTIONS(3002), - [sym_false] = ACTIONS(3002), - [anon_sym_NULL] = ACTIONS(3002), - [anon_sym_nullptr] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_try] = ACTIONS(3002), - [anon_sym_delete] = ACTIONS(3002), - [anon_sym_throw] = ACTIONS(3002), - [anon_sym_namespace] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), - [anon_sym_concept] = ACTIONS(3002), - [anon_sym_co_return] = ACTIONS(3002), - [anon_sym_co_yield] = ACTIONS(3002), - [anon_sym_R_DQUOTE] = ACTIONS(3004), - [anon_sym_LR_DQUOTE] = ACTIONS(3004), - [anon_sym_uR_DQUOTE] = ACTIONS(3004), - [anon_sym_UR_DQUOTE] = ACTIONS(3004), - [anon_sym_u8R_DQUOTE] = ACTIONS(3004), - [anon_sym_co_await] = ACTIONS(3002), - [anon_sym_new] = ACTIONS(3002), - [anon_sym_requires] = ACTIONS(3002), - [sym_this] = ACTIONS(3002), + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_include_token1] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2937), + [anon_sym_PLUS] = ACTIONS(2937), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym___cdecl] = ACTIONS(2937), + [anon_sym___clrcall] = ACTIONS(2937), + [anon_sym___stdcall] = ACTIONS(2937), + [anon_sym___fastcall] = ACTIONS(2937), + [anon_sym___thiscall] = ACTIONS(2937), + [anon_sym___vectorcall] = ACTIONS(2937), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_RBRACE] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [anon_sym_if] = ACTIONS(2937), + [anon_sym_switch] = ACTIONS(2937), + [anon_sym_case] = ACTIONS(2937), + [anon_sym_default] = ACTIONS(2937), + [anon_sym_while] = ACTIONS(2937), + [anon_sym_do] = ACTIONS(2937), + [anon_sym_for] = ACTIONS(2937), + [anon_sym_return] = ACTIONS(2937), + [anon_sym_break] = ACTIONS(2937), + [anon_sym_continue] = ACTIONS(2937), + [anon_sym_goto] = ACTIONS(2937), + [anon_sym___try] = ACTIONS(2937), + [anon_sym___leave] = ACTIONS(2937), + [anon_sym_not] = ACTIONS(2937), + [anon_sym_compl] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_sizeof] = ACTIONS(2937), + [anon_sym___alignof__] = ACTIONS(2937), + [anon_sym___alignof] = ACTIONS(2937), + [anon_sym__alignof] = ACTIONS(2937), + [anon_sym_alignof] = ACTIONS(2937), + [anon_sym__Alignof] = ACTIONS(2937), + [anon_sym_offsetof] = ACTIONS(2937), + [anon_sym__Generic] = ACTIONS(2937), + [anon_sym_asm] = ACTIONS(2937), + [anon_sym___asm__] = ACTIONS(2937), + [anon_sym___asm] = ACTIONS(2937), + [aux_sym_number_literal_token1] = ACTIONS(2939), + [aux_sym_number_literal_token2] = ACTIONS(2937), + [anon_sym_L_SQUOTE] = ACTIONS(2939), + [anon_sym_u_SQUOTE] = ACTIONS(2939), + [anon_sym_U_SQUOTE] = ACTIONS(2939), + [anon_sym_u8_SQUOTE] = ACTIONS(2939), + [anon_sym_SQUOTE] = ACTIONS(2939), + [anon_sym_L_DQUOTE] = ACTIONS(2939), + [anon_sym_u_DQUOTE] = ACTIONS(2939), + [anon_sym_U_DQUOTE] = ACTIONS(2939), + [anon_sym_u8_DQUOTE] = ACTIONS(2939), + [anon_sym_DQUOTE] = ACTIONS(2939), + [sym_true] = ACTIONS(2937), + [sym_false] = ACTIONS(2937), + [anon_sym_NULL] = ACTIONS(2937), + [anon_sym_nullptr] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_try] = ACTIONS(2937), + [anon_sym_delete] = ACTIONS(2937), + [anon_sym_throw] = ACTIONS(2937), + [anon_sym_namespace] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), + [anon_sym_concept] = ACTIONS(2937), + [anon_sym_co_return] = ACTIONS(2937), + [anon_sym_co_yield] = ACTIONS(2937), + [anon_sym_R_DQUOTE] = ACTIONS(2939), + [anon_sym_LR_DQUOTE] = ACTIONS(2939), + [anon_sym_uR_DQUOTE] = ACTIONS(2939), + [anon_sym_UR_DQUOTE] = ACTIONS(2939), + [anon_sym_u8R_DQUOTE] = ACTIONS(2939), + [anon_sym_co_await] = ACTIONS(2937), + [anon_sym_new] = ACTIONS(2937), + [anon_sym_requires] = ACTIONS(2937), + [sym_this] = ACTIONS(2937), }, [583] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_RBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3032), + [aux_sym_preproc_include_token1] = ACTIONS(3032), + [aux_sym_preproc_def_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token2] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), + [sym_preproc_directive] = ACTIONS(3032), + [anon_sym_LPAREN2] = ACTIONS(3034), + [anon_sym_BANG] = ACTIONS(3034), + [anon_sym_TILDE] = ACTIONS(3034), + [anon_sym_DASH] = ACTIONS(3032), + [anon_sym_PLUS] = ACTIONS(3032), + [anon_sym_STAR] = ACTIONS(3034), + [anon_sym_AMP_AMP] = ACTIONS(3034), + [anon_sym_AMP] = ACTIONS(3032), + [anon_sym_SEMI] = ACTIONS(3034), + [anon_sym___extension__] = ACTIONS(3032), + [anon_sym_typedef] = ACTIONS(3032), + [anon_sym_virtual] = ACTIONS(3032), + [anon_sym_extern] = ACTIONS(3032), + [anon_sym___attribute__] = ACTIONS(3032), + [anon_sym___attribute] = ACTIONS(3032), + [anon_sym_COLON_COLON] = ACTIONS(3034), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), + [anon_sym___declspec] = ACTIONS(3032), + [anon_sym___based] = ACTIONS(3032), + [anon_sym___cdecl] = ACTIONS(3032), + [anon_sym___clrcall] = ACTIONS(3032), + [anon_sym___stdcall] = ACTIONS(3032), + [anon_sym___fastcall] = ACTIONS(3032), + [anon_sym___thiscall] = ACTIONS(3032), + [anon_sym___vectorcall] = ACTIONS(3032), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_signed] = ACTIONS(3032), + [anon_sym_unsigned] = ACTIONS(3032), + [anon_sym_long] = ACTIONS(3032), + [anon_sym_short] = ACTIONS(3032), + [anon_sym_LBRACK] = ACTIONS(3032), + [anon_sym_static] = ACTIONS(3032), + [anon_sym_register] = ACTIONS(3032), + [anon_sym_inline] = ACTIONS(3032), + [anon_sym___inline] = ACTIONS(3032), + [anon_sym___inline__] = ACTIONS(3032), + [anon_sym___forceinline] = ACTIONS(3032), + [anon_sym_thread_local] = ACTIONS(3032), + [anon_sym___thread] = ACTIONS(3032), + [anon_sym_const] = ACTIONS(3032), + [anon_sym_constexpr] = ACTIONS(3032), + [anon_sym_volatile] = ACTIONS(3032), + [anon_sym_restrict] = ACTIONS(3032), + [anon_sym___restrict__] = ACTIONS(3032), + [anon_sym__Atomic] = ACTIONS(3032), + [anon_sym__Noreturn] = ACTIONS(3032), + [anon_sym_noreturn] = ACTIONS(3032), + [anon_sym__Nonnull] = ACTIONS(3032), + [anon_sym_mutable] = ACTIONS(3032), + [anon_sym_constinit] = ACTIONS(3032), + [anon_sym_consteval] = ACTIONS(3032), + [anon_sym_PROGMEM] = ACTIONS(3032), + [anon_sym_alignas] = ACTIONS(3032), + [anon_sym__Alignas] = ACTIONS(3032), + [aux_sym_primitive_type_token1] = ACTIONS(3032), + [anon_sym_byte] = ACTIONS(3032), + [anon_sym_word] = ACTIONS(3032), + [anon_sym_enum] = ACTIONS(3032), + [anon_sym_class] = ACTIONS(3032), + [anon_sym_struct] = ACTIONS(3032), + [anon_sym_union] = ACTIONS(3032), + [anon_sym_if] = ACTIONS(3032), + [anon_sym_switch] = ACTIONS(3032), + [anon_sym_case] = ACTIONS(3032), + [anon_sym_default] = ACTIONS(3032), + [anon_sym_while] = ACTIONS(3032), + [anon_sym_do] = ACTIONS(3032), + [anon_sym_for] = ACTIONS(3032), + [anon_sym_return] = ACTIONS(3032), + [anon_sym_break] = ACTIONS(3032), + [anon_sym_continue] = ACTIONS(3032), + [anon_sym_goto] = ACTIONS(3032), + [anon_sym___try] = ACTIONS(3032), + [anon_sym___leave] = ACTIONS(3032), + [anon_sym_not] = ACTIONS(3032), + [anon_sym_compl] = ACTIONS(3032), + [anon_sym_DASH_DASH] = ACTIONS(3034), + [anon_sym_PLUS_PLUS] = ACTIONS(3034), + [anon_sym_sizeof] = ACTIONS(3032), + [anon_sym___alignof__] = ACTIONS(3032), + [anon_sym___alignof] = ACTIONS(3032), + [anon_sym__alignof] = ACTIONS(3032), + [anon_sym_alignof] = ACTIONS(3032), + [anon_sym__Alignof] = ACTIONS(3032), + [anon_sym_offsetof] = ACTIONS(3032), + [anon_sym__Generic] = ACTIONS(3032), + [anon_sym_asm] = ACTIONS(3032), + [anon_sym___asm__] = ACTIONS(3032), + [anon_sym___asm] = ACTIONS(3032), + [aux_sym_number_literal_token1] = ACTIONS(3034), + [aux_sym_number_literal_token2] = ACTIONS(3032), + [anon_sym_L_SQUOTE] = ACTIONS(3034), + [anon_sym_u_SQUOTE] = ACTIONS(3034), + [anon_sym_U_SQUOTE] = ACTIONS(3034), + [anon_sym_u8_SQUOTE] = ACTIONS(3034), + [anon_sym_SQUOTE] = ACTIONS(3034), + [anon_sym_L_DQUOTE] = ACTIONS(3034), + [anon_sym_u_DQUOTE] = ACTIONS(3034), + [anon_sym_U_DQUOTE] = ACTIONS(3034), + [anon_sym_u8_DQUOTE] = ACTIONS(3034), + [anon_sym_DQUOTE] = ACTIONS(3034), + [sym_true] = ACTIONS(3032), + [sym_false] = ACTIONS(3032), + [anon_sym_NULL] = ACTIONS(3032), + [anon_sym_nullptr] = ACTIONS(3032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3032), + [anon_sym_decltype] = ACTIONS(3032), + [anon_sym_explicit] = ACTIONS(3032), + [anon_sym_typename] = ACTIONS(3032), + [anon_sym_template] = ACTIONS(3032), + [anon_sym_operator] = ACTIONS(3032), + [anon_sym_try] = ACTIONS(3032), + [anon_sym_delete] = ACTIONS(3032), + [anon_sym_throw] = ACTIONS(3032), + [anon_sym_namespace] = ACTIONS(3032), + [anon_sym_using] = ACTIONS(3032), + [anon_sym_static_assert] = ACTIONS(3032), + [anon_sym_concept] = ACTIONS(3032), + [anon_sym_co_return] = ACTIONS(3032), + [anon_sym_co_yield] = ACTIONS(3032), + [anon_sym_R_DQUOTE] = ACTIONS(3034), + [anon_sym_LR_DQUOTE] = ACTIONS(3034), + [anon_sym_uR_DQUOTE] = ACTIONS(3034), + [anon_sym_UR_DQUOTE] = ACTIONS(3034), + [anon_sym_u8R_DQUOTE] = ACTIONS(3034), + [anon_sym_co_await] = ACTIONS(3032), + [anon_sym_new] = ACTIONS(3032), + [anon_sym_requires] = ACTIONS(3032), + [sym_this] = ACTIONS(3032), }, [584] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_RBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [sym_identifier] = ACTIONS(2992), + [aux_sym_preproc_include_token1] = ACTIONS(2992), + [aux_sym_preproc_def_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), + [sym_preproc_directive] = ACTIONS(2992), + [anon_sym_LPAREN2] = ACTIONS(2994), + [anon_sym_BANG] = ACTIONS(2994), + [anon_sym_TILDE] = ACTIONS(2994), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_PLUS] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym___extension__] = ACTIONS(2992), + [anon_sym_typedef] = ACTIONS(2992), + [anon_sym_virtual] = ACTIONS(2992), + [anon_sym_extern] = ACTIONS(2992), + [anon_sym___attribute__] = ACTIONS(2992), + [anon_sym___attribute] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(2994), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), + [anon_sym___declspec] = ACTIONS(2992), + [anon_sym___based] = ACTIONS(2992), + [anon_sym___cdecl] = ACTIONS(2992), + [anon_sym___clrcall] = ACTIONS(2992), + [anon_sym___stdcall] = ACTIONS(2992), + [anon_sym___fastcall] = ACTIONS(2992), + [anon_sym___thiscall] = ACTIONS(2992), + [anon_sym___vectorcall] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2994), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_signed] = ACTIONS(2992), + [anon_sym_unsigned] = ACTIONS(2992), + [anon_sym_long] = ACTIONS(2992), + [anon_sym_short] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_static] = ACTIONS(2992), + [anon_sym_register] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym___inline] = ACTIONS(2992), + [anon_sym___inline__] = ACTIONS(2992), + [anon_sym___forceinline] = ACTIONS(2992), + [anon_sym_thread_local] = ACTIONS(2992), + [anon_sym___thread] = ACTIONS(2992), + [anon_sym_const] = ACTIONS(2992), + [anon_sym_constexpr] = ACTIONS(2992), + [anon_sym_volatile] = ACTIONS(2992), + [anon_sym_restrict] = ACTIONS(2992), + [anon_sym___restrict__] = ACTIONS(2992), + [anon_sym__Atomic] = ACTIONS(2992), + [anon_sym__Noreturn] = ACTIONS(2992), + [anon_sym_noreturn] = ACTIONS(2992), + [anon_sym__Nonnull] = ACTIONS(2992), + [anon_sym_mutable] = ACTIONS(2992), + [anon_sym_constinit] = ACTIONS(2992), + [anon_sym_consteval] = ACTIONS(2992), + [anon_sym_PROGMEM] = ACTIONS(2992), + [anon_sym_alignas] = ACTIONS(2992), + [anon_sym__Alignas] = ACTIONS(2992), + [aux_sym_primitive_type_token1] = ACTIONS(2992), + [anon_sym_byte] = ACTIONS(2992), + [anon_sym_word] = ACTIONS(2992), + [anon_sym_enum] = ACTIONS(2992), + [anon_sym_class] = ACTIONS(2992), + [anon_sym_struct] = ACTIONS(2992), + [anon_sym_union] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_switch] = ACTIONS(2992), + [anon_sym_case] = ACTIONS(2992), + [anon_sym_default] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_goto] = ACTIONS(2992), + [anon_sym___try] = ACTIONS(2992), + [anon_sym___leave] = ACTIONS(2992), + [anon_sym_not] = ACTIONS(2992), + [anon_sym_compl] = ACTIONS(2992), + [anon_sym_DASH_DASH] = ACTIONS(2994), + [anon_sym_PLUS_PLUS] = ACTIONS(2994), + [anon_sym_sizeof] = ACTIONS(2992), + [anon_sym___alignof__] = ACTIONS(2992), + [anon_sym___alignof] = ACTIONS(2992), + [anon_sym__alignof] = ACTIONS(2992), + [anon_sym_alignof] = ACTIONS(2992), + [anon_sym__Alignof] = ACTIONS(2992), + [anon_sym_offsetof] = ACTIONS(2992), + [anon_sym__Generic] = ACTIONS(2992), + [anon_sym_asm] = ACTIONS(2992), + [anon_sym___asm__] = ACTIONS(2992), + [anon_sym___asm] = ACTIONS(2992), + [aux_sym_number_literal_token1] = ACTIONS(2994), + [aux_sym_number_literal_token2] = ACTIONS(2992), + [anon_sym_L_SQUOTE] = ACTIONS(2994), + [anon_sym_u_SQUOTE] = ACTIONS(2994), + [anon_sym_U_SQUOTE] = ACTIONS(2994), + [anon_sym_u8_SQUOTE] = ACTIONS(2994), + [anon_sym_SQUOTE] = ACTIONS(2994), + [anon_sym_L_DQUOTE] = ACTIONS(2994), + [anon_sym_u_DQUOTE] = ACTIONS(2994), + [anon_sym_U_DQUOTE] = ACTIONS(2994), + [anon_sym_u8_DQUOTE] = ACTIONS(2994), + [anon_sym_DQUOTE] = ACTIONS(2994), + [sym_true] = ACTIONS(2992), + [sym_false] = ACTIONS(2992), + [anon_sym_NULL] = ACTIONS(2992), + [anon_sym_nullptr] = ACTIONS(2992), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2992), + [anon_sym_decltype] = ACTIONS(2992), + [anon_sym_explicit] = ACTIONS(2992), + [anon_sym_typename] = ACTIONS(2992), + [anon_sym_template] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_delete] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_namespace] = ACTIONS(2992), + [anon_sym_using] = ACTIONS(2992), + [anon_sym_static_assert] = ACTIONS(2992), + [anon_sym_concept] = ACTIONS(2992), + [anon_sym_co_return] = ACTIONS(2992), + [anon_sym_co_yield] = ACTIONS(2992), + [anon_sym_R_DQUOTE] = ACTIONS(2994), + [anon_sym_LR_DQUOTE] = ACTIONS(2994), + [anon_sym_uR_DQUOTE] = ACTIONS(2994), + [anon_sym_UR_DQUOTE] = ACTIONS(2994), + [anon_sym_u8R_DQUOTE] = ACTIONS(2994), + [anon_sym_co_await] = ACTIONS(2992), + [anon_sym_new] = ACTIONS(2992), + [anon_sym_requires] = ACTIONS(2992), + [sym_this] = ACTIONS(2992), }, [585] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_include_token1] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token2] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_BANG] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_PLUS] = ACTIONS(3010), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym___cdecl] = ACTIONS(3010), - [anon_sym___clrcall] = ACTIONS(3010), - [anon_sym___stdcall] = ACTIONS(3010), - [anon_sym___fastcall] = ACTIONS(3010), - [anon_sym___thiscall] = ACTIONS(3010), - [anon_sym___vectorcall] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3012), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [anon_sym_if] = ACTIONS(3010), - [anon_sym_switch] = ACTIONS(3010), - [anon_sym_case] = ACTIONS(3010), - [anon_sym_default] = ACTIONS(3010), - [anon_sym_while] = ACTIONS(3010), - [anon_sym_do] = ACTIONS(3010), - [anon_sym_for] = ACTIONS(3010), - [anon_sym_return] = ACTIONS(3010), - [anon_sym_break] = ACTIONS(3010), - [anon_sym_continue] = ACTIONS(3010), - [anon_sym_goto] = ACTIONS(3010), - [anon_sym___try] = ACTIONS(3010), - [anon_sym___leave] = ACTIONS(3010), - [anon_sym_not] = ACTIONS(3010), - [anon_sym_compl] = ACTIONS(3010), - [anon_sym_DASH_DASH] = ACTIONS(3012), - [anon_sym_PLUS_PLUS] = ACTIONS(3012), - [anon_sym_sizeof] = ACTIONS(3010), - [anon_sym___alignof__] = ACTIONS(3010), - [anon_sym___alignof] = ACTIONS(3010), - [anon_sym__alignof] = ACTIONS(3010), - [anon_sym_alignof] = ACTIONS(3010), - [anon_sym__Alignof] = ACTIONS(3010), - [anon_sym_offsetof] = ACTIONS(3010), - [anon_sym__Generic] = ACTIONS(3010), - [anon_sym_asm] = ACTIONS(3010), - [anon_sym___asm__] = ACTIONS(3010), - [anon_sym___asm] = ACTIONS(3010), - [aux_sym_number_literal_token1] = ACTIONS(3012), - [aux_sym_number_literal_token2] = ACTIONS(3010), - [anon_sym_L_SQUOTE] = ACTIONS(3012), - [anon_sym_u_SQUOTE] = ACTIONS(3012), - [anon_sym_U_SQUOTE] = ACTIONS(3012), - [anon_sym_u8_SQUOTE] = ACTIONS(3012), - [anon_sym_SQUOTE] = ACTIONS(3012), - [anon_sym_L_DQUOTE] = ACTIONS(3012), - [anon_sym_u_DQUOTE] = ACTIONS(3012), - [anon_sym_U_DQUOTE] = ACTIONS(3012), - [anon_sym_u8_DQUOTE] = ACTIONS(3012), - [anon_sym_DQUOTE] = ACTIONS(3012), - [sym_true] = ACTIONS(3010), - [sym_false] = ACTIONS(3010), - [anon_sym_NULL] = ACTIONS(3010), - [anon_sym_nullptr] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_try] = ACTIONS(3010), - [anon_sym_delete] = ACTIONS(3010), - [anon_sym_throw] = ACTIONS(3010), - [anon_sym_namespace] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), - [anon_sym_concept] = ACTIONS(3010), - [anon_sym_co_return] = ACTIONS(3010), - [anon_sym_co_yield] = ACTIONS(3010), - [anon_sym_R_DQUOTE] = ACTIONS(3012), - [anon_sym_LR_DQUOTE] = ACTIONS(3012), - [anon_sym_uR_DQUOTE] = ACTIONS(3012), - [anon_sym_UR_DQUOTE] = ACTIONS(3012), - [anon_sym_u8R_DQUOTE] = ACTIONS(3012), - [anon_sym_co_await] = ACTIONS(3010), - [anon_sym_new] = ACTIONS(3010), - [anon_sym_requires] = ACTIONS(3010), - [sym_this] = ACTIONS(3010), + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_include_token1] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_BANG] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_DASH] = ACTIONS(3012), + [anon_sym_PLUS] = ACTIONS(3012), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym___cdecl] = ACTIONS(3012), + [anon_sym___clrcall] = ACTIONS(3012), + [anon_sym___stdcall] = ACTIONS(3012), + [anon_sym___fastcall] = ACTIONS(3012), + [anon_sym___thiscall] = ACTIONS(3012), + [anon_sym___vectorcall] = ACTIONS(3012), + [anon_sym_LBRACE] = ACTIONS(3014), + [anon_sym_RBRACE] = ACTIONS(3014), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [anon_sym_if] = ACTIONS(3012), + [anon_sym_switch] = ACTIONS(3012), + [anon_sym_case] = ACTIONS(3012), + [anon_sym_default] = ACTIONS(3012), + [anon_sym_while] = ACTIONS(3012), + [anon_sym_do] = ACTIONS(3012), + [anon_sym_for] = ACTIONS(3012), + [anon_sym_return] = ACTIONS(3012), + [anon_sym_break] = ACTIONS(3012), + [anon_sym_continue] = ACTIONS(3012), + [anon_sym_goto] = ACTIONS(3012), + [anon_sym___try] = ACTIONS(3012), + [anon_sym___leave] = ACTIONS(3012), + [anon_sym_not] = ACTIONS(3012), + [anon_sym_compl] = ACTIONS(3012), + [anon_sym_DASH_DASH] = ACTIONS(3014), + [anon_sym_PLUS_PLUS] = ACTIONS(3014), + [anon_sym_sizeof] = ACTIONS(3012), + [anon_sym___alignof__] = ACTIONS(3012), + [anon_sym___alignof] = ACTIONS(3012), + [anon_sym__alignof] = ACTIONS(3012), + [anon_sym_alignof] = ACTIONS(3012), + [anon_sym__Alignof] = ACTIONS(3012), + [anon_sym_offsetof] = ACTIONS(3012), + [anon_sym__Generic] = ACTIONS(3012), + [anon_sym_asm] = ACTIONS(3012), + [anon_sym___asm__] = ACTIONS(3012), + [anon_sym___asm] = ACTIONS(3012), + [aux_sym_number_literal_token1] = ACTIONS(3014), + [aux_sym_number_literal_token2] = ACTIONS(3012), + [anon_sym_L_SQUOTE] = ACTIONS(3014), + [anon_sym_u_SQUOTE] = ACTIONS(3014), + [anon_sym_U_SQUOTE] = ACTIONS(3014), + [anon_sym_u8_SQUOTE] = ACTIONS(3014), + [anon_sym_SQUOTE] = ACTIONS(3014), + [anon_sym_L_DQUOTE] = ACTIONS(3014), + [anon_sym_u_DQUOTE] = ACTIONS(3014), + [anon_sym_U_DQUOTE] = ACTIONS(3014), + [anon_sym_u8_DQUOTE] = ACTIONS(3014), + [anon_sym_DQUOTE] = ACTIONS(3014), + [sym_true] = ACTIONS(3012), + [sym_false] = ACTIONS(3012), + [anon_sym_NULL] = ACTIONS(3012), + [anon_sym_nullptr] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_try] = ACTIONS(3012), + [anon_sym_delete] = ACTIONS(3012), + [anon_sym_throw] = ACTIONS(3012), + [anon_sym_namespace] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), + [anon_sym_concept] = ACTIONS(3012), + [anon_sym_co_return] = ACTIONS(3012), + [anon_sym_co_yield] = ACTIONS(3012), + [anon_sym_R_DQUOTE] = ACTIONS(3014), + [anon_sym_LR_DQUOTE] = ACTIONS(3014), + [anon_sym_uR_DQUOTE] = ACTIONS(3014), + [anon_sym_UR_DQUOTE] = ACTIONS(3014), + [anon_sym_u8R_DQUOTE] = ACTIONS(3014), + [anon_sym_co_await] = ACTIONS(3012), + [anon_sym_new] = ACTIONS(3012), + [anon_sym_requires] = ACTIONS(3012), + [sym_this] = ACTIONS(3012), }, [586] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_include_token1] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym___cdecl] = ACTIONS(3173), - [anon_sym___clrcall] = ACTIONS(3173), - [anon_sym___stdcall] = ACTIONS(3173), - [anon_sym___fastcall] = ACTIONS(3173), - [anon_sym___thiscall] = ACTIONS(3173), - [anon_sym___vectorcall] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_RBRACE] = ACTIONS(3175), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_switch] = ACTIONS(3173), - [anon_sym_case] = ACTIONS(3173), - [anon_sym_default] = ACTIONS(3173), - [anon_sym_while] = ACTIONS(3173), - [anon_sym_do] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym___try] = ACTIONS(3173), - [anon_sym___leave] = ACTIONS(3173), - [anon_sym_not] = ACTIONS(3173), - [anon_sym_compl] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3175), - [anon_sym_PLUS_PLUS] = ACTIONS(3175), - [anon_sym_sizeof] = ACTIONS(3173), - [anon_sym___alignof__] = ACTIONS(3173), - [anon_sym___alignof] = ACTIONS(3173), - [anon_sym__alignof] = ACTIONS(3173), - [anon_sym_alignof] = ACTIONS(3173), - [anon_sym__Alignof] = ACTIONS(3173), - [anon_sym_offsetof] = ACTIONS(3173), - [anon_sym__Generic] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym___asm__] = ACTIONS(3173), - [anon_sym___asm] = ACTIONS(3173), - [aux_sym_number_literal_token1] = ACTIONS(3175), - [aux_sym_number_literal_token2] = ACTIONS(3173), - [anon_sym_L_SQUOTE] = ACTIONS(3175), - [anon_sym_u_SQUOTE] = ACTIONS(3175), - [anon_sym_U_SQUOTE] = ACTIONS(3175), - [anon_sym_u8_SQUOTE] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3175), - [anon_sym_L_DQUOTE] = ACTIONS(3175), - [anon_sym_u_DQUOTE] = ACTIONS(3175), - [anon_sym_U_DQUOTE] = ACTIONS(3175), - [anon_sym_u8_DQUOTE] = ACTIONS(3175), - [anon_sym_DQUOTE] = ACTIONS(3175), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [anon_sym_NULL] = ACTIONS(3173), - [anon_sym_nullptr] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_try] = ACTIONS(3173), - [anon_sym_delete] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_namespace] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), - [anon_sym_concept] = ACTIONS(3173), - [anon_sym_co_return] = ACTIONS(3173), - [anon_sym_co_yield] = ACTIONS(3173), - [anon_sym_R_DQUOTE] = ACTIONS(3175), - [anon_sym_LR_DQUOTE] = ACTIONS(3175), - [anon_sym_uR_DQUOTE] = ACTIONS(3175), - [anon_sym_UR_DQUOTE] = ACTIONS(3175), - [anon_sym_u8R_DQUOTE] = ACTIONS(3175), - [anon_sym_co_await] = ACTIONS(3173), - [anon_sym_new] = ACTIONS(3173), - [anon_sym_requires] = ACTIONS(3173), - [sym_this] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3060), + [aux_sym_preproc_include_token1] = ACTIONS(3060), + [aux_sym_preproc_def_token1] = ACTIONS(3060), + [aux_sym_preproc_if_token1] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), + [sym_preproc_directive] = ACTIONS(3060), + [anon_sym_LPAREN2] = ACTIONS(3062), + [anon_sym_BANG] = ACTIONS(3062), + [anon_sym_TILDE] = ACTIONS(3062), + [anon_sym_DASH] = ACTIONS(3060), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_STAR] = ACTIONS(3062), + [anon_sym_AMP_AMP] = ACTIONS(3062), + [anon_sym_AMP] = ACTIONS(3060), + [anon_sym_SEMI] = ACTIONS(3062), + [anon_sym___extension__] = ACTIONS(3060), + [anon_sym_typedef] = ACTIONS(3060), + [anon_sym_virtual] = ACTIONS(3060), + [anon_sym_extern] = ACTIONS(3060), + [anon_sym___attribute__] = ACTIONS(3060), + [anon_sym___attribute] = ACTIONS(3060), + [anon_sym_COLON_COLON] = ACTIONS(3062), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), + [anon_sym___declspec] = ACTIONS(3060), + [anon_sym___based] = ACTIONS(3060), + [anon_sym___cdecl] = ACTIONS(3060), + [anon_sym___clrcall] = ACTIONS(3060), + [anon_sym___stdcall] = ACTIONS(3060), + [anon_sym___fastcall] = ACTIONS(3060), + [anon_sym___thiscall] = ACTIONS(3060), + [anon_sym___vectorcall] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3062), + [anon_sym_RBRACE] = ACTIONS(3062), + [anon_sym_signed] = ACTIONS(3060), + [anon_sym_unsigned] = ACTIONS(3060), + [anon_sym_long] = ACTIONS(3060), + [anon_sym_short] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_static] = ACTIONS(3060), + [anon_sym_register] = ACTIONS(3060), + [anon_sym_inline] = ACTIONS(3060), + [anon_sym___inline] = ACTIONS(3060), + [anon_sym___inline__] = ACTIONS(3060), + [anon_sym___forceinline] = ACTIONS(3060), + [anon_sym_thread_local] = ACTIONS(3060), + [anon_sym___thread] = ACTIONS(3060), + [anon_sym_const] = ACTIONS(3060), + [anon_sym_constexpr] = ACTIONS(3060), + [anon_sym_volatile] = ACTIONS(3060), + [anon_sym_restrict] = ACTIONS(3060), + [anon_sym___restrict__] = ACTIONS(3060), + [anon_sym__Atomic] = ACTIONS(3060), + [anon_sym__Noreturn] = ACTIONS(3060), + [anon_sym_noreturn] = ACTIONS(3060), + [anon_sym__Nonnull] = ACTIONS(3060), + [anon_sym_mutable] = ACTIONS(3060), + [anon_sym_constinit] = ACTIONS(3060), + [anon_sym_consteval] = ACTIONS(3060), + [anon_sym_PROGMEM] = ACTIONS(3060), + [anon_sym_alignas] = ACTIONS(3060), + [anon_sym__Alignas] = ACTIONS(3060), + [aux_sym_primitive_type_token1] = ACTIONS(3060), + [anon_sym_byte] = ACTIONS(3060), + [anon_sym_word] = ACTIONS(3060), + [anon_sym_enum] = ACTIONS(3060), + [anon_sym_class] = ACTIONS(3060), + [anon_sym_struct] = ACTIONS(3060), + [anon_sym_union] = ACTIONS(3060), + [anon_sym_if] = ACTIONS(3060), + [anon_sym_switch] = ACTIONS(3060), + [anon_sym_case] = ACTIONS(3060), + [anon_sym_default] = ACTIONS(3060), + [anon_sym_while] = ACTIONS(3060), + [anon_sym_do] = ACTIONS(3060), + [anon_sym_for] = ACTIONS(3060), + [anon_sym_return] = ACTIONS(3060), + [anon_sym_break] = ACTIONS(3060), + [anon_sym_continue] = ACTIONS(3060), + [anon_sym_goto] = ACTIONS(3060), + [anon_sym___try] = ACTIONS(3060), + [anon_sym___leave] = ACTIONS(3060), + [anon_sym_not] = ACTIONS(3060), + [anon_sym_compl] = ACTIONS(3060), + [anon_sym_DASH_DASH] = ACTIONS(3062), + [anon_sym_PLUS_PLUS] = ACTIONS(3062), + [anon_sym_sizeof] = ACTIONS(3060), + [anon_sym___alignof__] = ACTIONS(3060), + [anon_sym___alignof] = ACTIONS(3060), + [anon_sym__alignof] = ACTIONS(3060), + [anon_sym_alignof] = ACTIONS(3060), + [anon_sym__Alignof] = ACTIONS(3060), + [anon_sym_offsetof] = ACTIONS(3060), + [anon_sym__Generic] = ACTIONS(3060), + [anon_sym_asm] = ACTIONS(3060), + [anon_sym___asm__] = ACTIONS(3060), + [anon_sym___asm] = ACTIONS(3060), + [aux_sym_number_literal_token1] = ACTIONS(3062), + [aux_sym_number_literal_token2] = ACTIONS(3060), + [anon_sym_L_SQUOTE] = ACTIONS(3062), + [anon_sym_u_SQUOTE] = ACTIONS(3062), + [anon_sym_U_SQUOTE] = ACTIONS(3062), + [anon_sym_u8_SQUOTE] = ACTIONS(3062), + [anon_sym_SQUOTE] = ACTIONS(3062), + [anon_sym_L_DQUOTE] = ACTIONS(3062), + [anon_sym_u_DQUOTE] = ACTIONS(3062), + [anon_sym_U_DQUOTE] = ACTIONS(3062), + [anon_sym_u8_DQUOTE] = ACTIONS(3062), + [anon_sym_DQUOTE] = ACTIONS(3062), + [sym_true] = ACTIONS(3060), + [sym_false] = ACTIONS(3060), + [anon_sym_NULL] = ACTIONS(3060), + [anon_sym_nullptr] = ACTIONS(3060), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3060), + [anon_sym_decltype] = ACTIONS(3060), + [anon_sym_explicit] = ACTIONS(3060), + [anon_sym_typename] = ACTIONS(3060), + [anon_sym_template] = ACTIONS(3060), + [anon_sym_operator] = ACTIONS(3060), + [anon_sym_try] = ACTIONS(3060), + [anon_sym_delete] = ACTIONS(3060), + [anon_sym_throw] = ACTIONS(3060), + [anon_sym_namespace] = ACTIONS(3060), + [anon_sym_using] = ACTIONS(3060), + [anon_sym_static_assert] = ACTIONS(3060), + [anon_sym_concept] = ACTIONS(3060), + [anon_sym_co_return] = ACTIONS(3060), + [anon_sym_co_yield] = ACTIONS(3060), + [anon_sym_R_DQUOTE] = ACTIONS(3062), + [anon_sym_LR_DQUOTE] = ACTIONS(3062), + [anon_sym_uR_DQUOTE] = ACTIONS(3062), + [anon_sym_UR_DQUOTE] = ACTIONS(3062), + [anon_sym_u8R_DQUOTE] = ACTIONS(3062), + [anon_sym_co_await] = ACTIONS(3060), + [anon_sym_new] = ACTIONS(3060), + [anon_sym_requires] = ACTIONS(3060), + [sym_this] = ACTIONS(3060), }, [587] = { - [sym_identifier] = ACTIONS(3169), - [aux_sym_preproc_include_token1] = ACTIONS(3169), - [aux_sym_preproc_def_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3169), - [sym_preproc_directive] = ACTIONS(3169), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_BANG] = ACTIONS(3171), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym___extension__] = ACTIONS(3169), - [anon_sym_typedef] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym___attribute] = ACTIONS(3169), - [anon_sym_COLON_COLON] = ACTIONS(3171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym___cdecl] = ACTIONS(3169), - [anon_sym___clrcall] = ACTIONS(3169), - [anon_sym___stdcall] = ACTIONS(3169), - [anon_sym___fastcall] = ACTIONS(3169), - [anon_sym___thiscall] = ACTIONS(3169), - [anon_sym___vectorcall] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_RBRACE] = ACTIONS(3171), - [anon_sym_signed] = ACTIONS(3169), - [anon_sym_unsigned] = ACTIONS(3169), - [anon_sym_long] = ACTIONS(3169), - [anon_sym_short] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym___inline] = ACTIONS(3169), - [anon_sym___inline__] = ACTIONS(3169), - [anon_sym___forceinline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym___thread] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym___restrict__] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym__Noreturn] = ACTIONS(3169), - [anon_sym_noreturn] = ACTIONS(3169), - [anon_sym__Nonnull] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constinit] = ACTIONS(3169), - [anon_sym_consteval] = ACTIONS(3169), - [anon_sym_PROGMEM] = ACTIONS(3169), - [anon_sym_alignas] = ACTIONS(3169), - [anon_sym__Alignas] = ACTIONS(3169), - [aux_sym_primitive_type_token1] = ACTIONS(3169), - [anon_sym_byte] = ACTIONS(3169), - [anon_sym_word] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_class] = ACTIONS(3169), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_switch] = ACTIONS(3169), - [anon_sym_case] = ACTIONS(3169), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_while] = ACTIONS(3169), - [anon_sym_do] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym___try] = ACTIONS(3169), - [anon_sym___leave] = ACTIONS(3169), - [anon_sym_not] = ACTIONS(3169), - [anon_sym_compl] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3171), - [anon_sym_PLUS_PLUS] = ACTIONS(3171), - [anon_sym_sizeof] = ACTIONS(3169), - [anon_sym___alignof__] = ACTIONS(3169), - [anon_sym___alignof] = ACTIONS(3169), - [anon_sym__alignof] = ACTIONS(3169), - [anon_sym_alignof] = ACTIONS(3169), - [anon_sym__Alignof] = ACTIONS(3169), - [anon_sym_offsetof] = ACTIONS(3169), - [anon_sym__Generic] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym___asm__] = ACTIONS(3169), - [anon_sym___asm] = ACTIONS(3169), - [aux_sym_number_literal_token1] = ACTIONS(3171), - [aux_sym_number_literal_token2] = ACTIONS(3169), - [anon_sym_L_SQUOTE] = ACTIONS(3171), - [anon_sym_u_SQUOTE] = ACTIONS(3171), - [anon_sym_U_SQUOTE] = ACTIONS(3171), - [anon_sym_u8_SQUOTE] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3171), - [anon_sym_L_DQUOTE] = ACTIONS(3171), - [anon_sym_u_DQUOTE] = ACTIONS(3171), - [anon_sym_U_DQUOTE] = ACTIONS(3171), - [anon_sym_u8_DQUOTE] = ACTIONS(3171), - [anon_sym_DQUOTE] = ACTIONS(3171), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [anon_sym_NULL] = ACTIONS(3169), - [anon_sym_nullptr] = ACTIONS(3169), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3169), - [anon_sym_decltype] = ACTIONS(3169), - [anon_sym_explicit] = ACTIONS(3169), - [anon_sym_typename] = ACTIONS(3169), - [anon_sym_template] = ACTIONS(3169), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_try] = ACTIONS(3169), - [anon_sym_delete] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_namespace] = ACTIONS(3169), - [anon_sym_using] = ACTIONS(3169), - [anon_sym_static_assert] = ACTIONS(3169), - [anon_sym_concept] = ACTIONS(3169), - [anon_sym_co_return] = ACTIONS(3169), - [anon_sym_co_yield] = ACTIONS(3169), - [anon_sym_R_DQUOTE] = ACTIONS(3171), - [anon_sym_LR_DQUOTE] = ACTIONS(3171), - [anon_sym_uR_DQUOTE] = ACTIONS(3171), - [anon_sym_UR_DQUOTE] = ACTIONS(3171), - [anon_sym_u8R_DQUOTE] = ACTIONS(3171), - [anon_sym_co_await] = ACTIONS(3169), - [anon_sym_new] = ACTIONS(3169), - [anon_sym_requires] = ACTIONS(3169), - [sym_this] = ACTIONS(3169), + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_include_token1] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2941), + [anon_sym_PLUS] = ACTIONS(2941), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym___cdecl] = ACTIONS(2941), + [anon_sym___clrcall] = ACTIONS(2941), + [anon_sym___stdcall] = ACTIONS(2941), + [anon_sym___fastcall] = ACTIONS(2941), + [anon_sym___thiscall] = ACTIONS(2941), + [anon_sym___vectorcall] = ACTIONS(2941), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_RBRACE] = ACTIONS(2943), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [anon_sym_if] = ACTIONS(2941), + [anon_sym_switch] = ACTIONS(2941), + [anon_sym_case] = ACTIONS(2941), + [anon_sym_default] = ACTIONS(2941), + [anon_sym_while] = ACTIONS(2941), + [anon_sym_do] = ACTIONS(2941), + [anon_sym_for] = ACTIONS(2941), + [anon_sym_return] = ACTIONS(2941), + [anon_sym_break] = ACTIONS(2941), + [anon_sym_continue] = ACTIONS(2941), + [anon_sym_goto] = ACTIONS(2941), + [anon_sym___try] = ACTIONS(2941), + [anon_sym___leave] = ACTIONS(2941), + [anon_sym_not] = ACTIONS(2941), + [anon_sym_compl] = ACTIONS(2941), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_sizeof] = ACTIONS(2941), + [anon_sym___alignof__] = ACTIONS(2941), + [anon_sym___alignof] = ACTIONS(2941), + [anon_sym__alignof] = ACTIONS(2941), + [anon_sym_alignof] = ACTIONS(2941), + [anon_sym__Alignof] = ACTIONS(2941), + [anon_sym_offsetof] = ACTIONS(2941), + [anon_sym__Generic] = ACTIONS(2941), + [anon_sym_asm] = ACTIONS(2941), + [anon_sym___asm__] = ACTIONS(2941), + [anon_sym___asm] = ACTIONS(2941), + [aux_sym_number_literal_token1] = ACTIONS(2943), + [aux_sym_number_literal_token2] = ACTIONS(2941), + [anon_sym_L_SQUOTE] = ACTIONS(2943), + [anon_sym_u_SQUOTE] = ACTIONS(2943), + [anon_sym_U_SQUOTE] = ACTIONS(2943), + [anon_sym_u8_SQUOTE] = ACTIONS(2943), + [anon_sym_SQUOTE] = ACTIONS(2943), + [anon_sym_L_DQUOTE] = ACTIONS(2943), + [anon_sym_u_DQUOTE] = ACTIONS(2943), + [anon_sym_U_DQUOTE] = ACTIONS(2943), + [anon_sym_u8_DQUOTE] = ACTIONS(2943), + [anon_sym_DQUOTE] = ACTIONS(2943), + [sym_true] = ACTIONS(2941), + [sym_false] = ACTIONS(2941), + [anon_sym_NULL] = ACTIONS(2941), + [anon_sym_nullptr] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_try] = ACTIONS(2941), + [anon_sym_delete] = ACTIONS(2941), + [anon_sym_throw] = ACTIONS(2941), + [anon_sym_namespace] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), + [anon_sym_concept] = ACTIONS(2941), + [anon_sym_co_return] = ACTIONS(2941), + [anon_sym_co_yield] = ACTIONS(2941), + [anon_sym_R_DQUOTE] = ACTIONS(2943), + [anon_sym_LR_DQUOTE] = ACTIONS(2943), + [anon_sym_uR_DQUOTE] = ACTIONS(2943), + [anon_sym_UR_DQUOTE] = ACTIONS(2943), + [anon_sym_u8R_DQUOTE] = ACTIONS(2943), + [anon_sym_co_await] = ACTIONS(2941), + [anon_sym_new] = ACTIONS(2941), + [anon_sym_requires] = ACTIONS(2941), + [sym_this] = ACTIONS(2941), }, [588] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_include_token1] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token2] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_BANG] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym___cdecl] = ACTIONS(3041), - [anon_sym___clrcall] = ACTIONS(3041), - [anon_sym___stdcall] = ACTIONS(3041), - [anon_sym___fastcall] = ACTIONS(3041), - [anon_sym___thiscall] = ACTIONS(3041), - [anon_sym___vectorcall] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_switch] = ACTIONS(3041), - [anon_sym_case] = ACTIONS(3041), - [anon_sym_default] = ACTIONS(3041), - [anon_sym_while] = ACTIONS(3041), - [anon_sym_do] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym___try] = ACTIONS(3041), - [anon_sym___leave] = ACTIONS(3041), - [anon_sym_not] = ACTIONS(3041), - [anon_sym_compl] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3043), - [anon_sym_PLUS_PLUS] = ACTIONS(3043), - [anon_sym_sizeof] = ACTIONS(3041), - [anon_sym___alignof__] = ACTIONS(3041), - [anon_sym___alignof] = ACTIONS(3041), - [anon_sym__alignof] = ACTIONS(3041), - [anon_sym_alignof] = ACTIONS(3041), - [anon_sym__Alignof] = ACTIONS(3041), - [anon_sym_offsetof] = ACTIONS(3041), - [anon_sym__Generic] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym___asm__] = ACTIONS(3041), - [anon_sym___asm] = ACTIONS(3041), - [aux_sym_number_literal_token1] = ACTIONS(3043), - [aux_sym_number_literal_token2] = ACTIONS(3041), - [anon_sym_L_SQUOTE] = ACTIONS(3043), - [anon_sym_u_SQUOTE] = ACTIONS(3043), - [anon_sym_U_SQUOTE] = ACTIONS(3043), - [anon_sym_u8_SQUOTE] = ACTIONS(3043), - [anon_sym_SQUOTE] = ACTIONS(3043), - [anon_sym_L_DQUOTE] = ACTIONS(3043), - [anon_sym_u_DQUOTE] = ACTIONS(3043), - [anon_sym_U_DQUOTE] = ACTIONS(3043), - [anon_sym_u8_DQUOTE] = ACTIONS(3043), - [anon_sym_DQUOTE] = ACTIONS(3043), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [anon_sym_NULL] = ACTIONS(3041), - [anon_sym_nullptr] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_try] = ACTIONS(3041), - [anon_sym_delete] = ACTIONS(3041), - [anon_sym_throw] = ACTIONS(3041), - [anon_sym_namespace] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), - [anon_sym_concept] = ACTIONS(3041), - [anon_sym_co_return] = ACTIONS(3041), - [anon_sym_co_yield] = ACTIONS(3041), - [anon_sym_R_DQUOTE] = ACTIONS(3043), - [anon_sym_LR_DQUOTE] = ACTIONS(3043), - [anon_sym_uR_DQUOTE] = ACTIONS(3043), - [anon_sym_UR_DQUOTE] = ACTIONS(3043), - [anon_sym_u8R_DQUOTE] = ACTIONS(3043), - [anon_sym_co_await] = ACTIONS(3041), - [anon_sym_new] = ACTIONS(3041), - [anon_sym_requires] = ACTIONS(3041), - [sym_this] = ACTIONS(3041), + [sym_identifier] = ACTIONS(2988), + [aux_sym_preproc_include_token1] = ACTIONS(2988), + [aux_sym_preproc_def_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), + [sym_preproc_directive] = ACTIONS(2988), + [anon_sym_LPAREN2] = ACTIONS(2990), + [anon_sym_BANG] = ACTIONS(2990), + [anon_sym_TILDE] = ACTIONS(2990), + [anon_sym_DASH] = ACTIONS(2988), + [anon_sym_PLUS] = ACTIONS(2988), + [anon_sym_STAR] = ACTIONS(2990), + [anon_sym_AMP_AMP] = ACTIONS(2990), + [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_SEMI] = ACTIONS(2990), + [anon_sym___extension__] = ACTIONS(2988), + [anon_sym_typedef] = ACTIONS(2988), + [anon_sym_virtual] = ACTIONS(2988), + [anon_sym_extern] = ACTIONS(2988), + [anon_sym___attribute__] = ACTIONS(2988), + [anon_sym___attribute] = ACTIONS(2988), + [anon_sym_COLON_COLON] = ACTIONS(2990), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), + [anon_sym___declspec] = ACTIONS(2988), + [anon_sym___based] = ACTIONS(2988), + [anon_sym___cdecl] = ACTIONS(2988), + [anon_sym___clrcall] = ACTIONS(2988), + [anon_sym___stdcall] = ACTIONS(2988), + [anon_sym___fastcall] = ACTIONS(2988), + [anon_sym___thiscall] = ACTIONS(2988), + [anon_sym___vectorcall] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2990), + [anon_sym_RBRACE] = ACTIONS(2990), + [anon_sym_signed] = ACTIONS(2988), + [anon_sym_unsigned] = ACTIONS(2988), + [anon_sym_long] = ACTIONS(2988), + [anon_sym_short] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_static] = ACTIONS(2988), + [anon_sym_register] = ACTIONS(2988), + [anon_sym_inline] = ACTIONS(2988), + [anon_sym___inline] = ACTIONS(2988), + [anon_sym___inline__] = ACTIONS(2988), + [anon_sym___forceinline] = ACTIONS(2988), + [anon_sym_thread_local] = ACTIONS(2988), + [anon_sym___thread] = ACTIONS(2988), + [anon_sym_const] = ACTIONS(2988), + [anon_sym_constexpr] = ACTIONS(2988), + [anon_sym_volatile] = ACTIONS(2988), + [anon_sym_restrict] = ACTIONS(2988), + [anon_sym___restrict__] = ACTIONS(2988), + [anon_sym__Atomic] = ACTIONS(2988), + [anon_sym__Noreturn] = ACTIONS(2988), + [anon_sym_noreturn] = ACTIONS(2988), + [anon_sym__Nonnull] = ACTIONS(2988), + [anon_sym_mutable] = ACTIONS(2988), + [anon_sym_constinit] = ACTIONS(2988), + [anon_sym_consteval] = ACTIONS(2988), + [anon_sym_PROGMEM] = ACTIONS(2988), + [anon_sym_alignas] = ACTIONS(2988), + [anon_sym__Alignas] = ACTIONS(2988), + [aux_sym_primitive_type_token1] = ACTIONS(2988), + [anon_sym_byte] = ACTIONS(2988), + [anon_sym_word] = ACTIONS(2988), + [anon_sym_enum] = ACTIONS(2988), + [anon_sym_class] = ACTIONS(2988), + [anon_sym_struct] = ACTIONS(2988), + [anon_sym_union] = ACTIONS(2988), + [anon_sym_if] = ACTIONS(2988), + [anon_sym_switch] = ACTIONS(2988), + [anon_sym_case] = ACTIONS(2988), + [anon_sym_default] = ACTIONS(2988), + [anon_sym_while] = ACTIONS(2988), + [anon_sym_do] = ACTIONS(2988), + [anon_sym_for] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2988), + [anon_sym_break] = ACTIONS(2988), + [anon_sym_continue] = ACTIONS(2988), + [anon_sym_goto] = ACTIONS(2988), + [anon_sym___try] = ACTIONS(2988), + [anon_sym___leave] = ACTIONS(2988), + [anon_sym_not] = ACTIONS(2988), + [anon_sym_compl] = ACTIONS(2988), + [anon_sym_DASH_DASH] = ACTIONS(2990), + [anon_sym_PLUS_PLUS] = ACTIONS(2990), + [anon_sym_sizeof] = ACTIONS(2988), + [anon_sym___alignof__] = ACTIONS(2988), + [anon_sym___alignof] = ACTIONS(2988), + [anon_sym__alignof] = ACTIONS(2988), + [anon_sym_alignof] = ACTIONS(2988), + [anon_sym__Alignof] = ACTIONS(2988), + [anon_sym_offsetof] = ACTIONS(2988), + [anon_sym__Generic] = ACTIONS(2988), + [anon_sym_asm] = ACTIONS(2988), + [anon_sym___asm__] = ACTIONS(2988), + [anon_sym___asm] = ACTIONS(2988), + [aux_sym_number_literal_token1] = ACTIONS(2990), + [aux_sym_number_literal_token2] = ACTIONS(2988), + [anon_sym_L_SQUOTE] = ACTIONS(2990), + [anon_sym_u_SQUOTE] = ACTIONS(2990), + [anon_sym_U_SQUOTE] = ACTIONS(2990), + [anon_sym_u8_SQUOTE] = ACTIONS(2990), + [anon_sym_SQUOTE] = ACTIONS(2990), + [anon_sym_L_DQUOTE] = ACTIONS(2990), + [anon_sym_u_DQUOTE] = ACTIONS(2990), + [anon_sym_U_DQUOTE] = ACTIONS(2990), + [anon_sym_u8_DQUOTE] = ACTIONS(2990), + [anon_sym_DQUOTE] = ACTIONS(2990), + [sym_true] = ACTIONS(2988), + [sym_false] = ACTIONS(2988), + [anon_sym_NULL] = ACTIONS(2988), + [anon_sym_nullptr] = ACTIONS(2988), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2988), + [anon_sym_decltype] = ACTIONS(2988), + [anon_sym_explicit] = ACTIONS(2988), + [anon_sym_typename] = ACTIONS(2988), + [anon_sym_template] = ACTIONS(2988), + [anon_sym_operator] = ACTIONS(2988), + [anon_sym_try] = ACTIONS(2988), + [anon_sym_delete] = ACTIONS(2988), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_namespace] = ACTIONS(2988), + [anon_sym_using] = ACTIONS(2988), + [anon_sym_static_assert] = ACTIONS(2988), + [anon_sym_concept] = ACTIONS(2988), + [anon_sym_co_return] = ACTIONS(2988), + [anon_sym_co_yield] = ACTIONS(2988), + [anon_sym_R_DQUOTE] = ACTIONS(2990), + [anon_sym_LR_DQUOTE] = ACTIONS(2990), + [anon_sym_uR_DQUOTE] = ACTIONS(2990), + [anon_sym_UR_DQUOTE] = ACTIONS(2990), + [anon_sym_u8R_DQUOTE] = ACTIONS(2990), + [anon_sym_co_await] = ACTIONS(2988), + [anon_sym_new] = ACTIONS(2988), + [anon_sym_requires] = ACTIONS(2988), + [sym_this] = ACTIONS(2988), }, [589] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_include_token1] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_BANG] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_PLUS] = ACTIONS(3010), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym___cdecl] = ACTIONS(3010), - [anon_sym___clrcall] = ACTIONS(3010), - [anon_sym___stdcall] = ACTIONS(3010), - [anon_sym___fastcall] = ACTIONS(3010), - [anon_sym___thiscall] = ACTIONS(3010), - [anon_sym___vectorcall] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3012), - [anon_sym_RBRACE] = ACTIONS(3012), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [anon_sym_if] = ACTIONS(3010), - [anon_sym_switch] = ACTIONS(3010), - [anon_sym_case] = ACTIONS(3010), - [anon_sym_default] = ACTIONS(3010), - [anon_sym_while] = ACTIONS(3010), - [anon_sym_do] = ACTIONS(3010), - [anon_sym_for] = ACTIONS(3010), - [anon_sym_return] = ACTIONS(3010), - [anon_sym_break] = ACTIONS(3010), - [anon_sym_continue] = ACTIONS(3010), - [anon_sym_goto] = ACTIONS(3010), - [anon_sym___try] = ACTIONS(3010), - [anon_sym___leave] = ACTIONS(3010), - [anon_sym_not] = ACTIONS(3010), - [anon_sym_compl] = ACTIONS(3010), - [anon_sym_DASH_DASH] = ACTIONS(3012), - [anon_sym_PLUS_PLUS] = ACTIONS(3012), - [anon_sym_sizeof] = ACTIONS(3010), - [anon_sym___alignof__] = ACTIONS(3010), - [anon_sym___alignof] = ACTIONS(3010), - [anon_sym__alignof] = ACTIONS(3010), - [anon_sym_alignof] = ACTIONS(3010), - [anon_sym__Alignof] = ACTIONS(3010), - [anon_sym_offsetof] = ACTIONS(3010), - [anon_sym__Generic] = ACTIONS(3010), - [anon_sym_asm] = ACTIONS(3010), - [anon_sym___asm__] = ACTIONS(3010), - [anon_sym___asm] = ACTIONS(3010), - [aux_sym_number_literal_token1] = ACTIONS(3012), - [aux_sym_number_literal_token2] = ACTIONS(3010), - [anon_sym_L_SQUOTE] = ACTIONS(3012), - [anon_sym_u_SQUOTE] = ACTIONS(3012), - [anon_sym_U_SQUOTE] = ACTIONS(3012), - [anon_sym_u8_SQUOTE] = ACTIONS(3012), - [anon_sym_SQUOTE] = ACTIONS(3012), - [anon_sym_L_DQUOTE] = ACTIONS(3012), - [anon_sym_u_DQUOTE] = ACTIONS(3012), - [anon_sym_U_DQUOTE] = ACTIONS(3012), - [anon_sym_u8_DQUOTE] = ACTIONS(3012), - [anon_sym_DQUOTE] = ACTIONS(3012), - [sym_true] = ACTIONS(3010), - [sym_false] = ACTIONS(3010), - [anon_sym_NULL] = ACTIONS(3010), - [anon_sym_nullptr] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_try] = ACTIONS(3010), - [anon_sym_delete] = ACTIONS(3010), - [anon_sym_throw] = ACTIONS(3010), - [anon_sym_namespace] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), - [anon_sym_concept] = ACTIONS(3010), - [anon_sym_co_return] = ACTIONS(3010), - [anon_sym_co_yield] = ACTIONS(3010), - [anon_sym_R_DQUOTE] = ACTIONS(3012), - [anon_sym_LR_DQUOTE] = ACTIONS(3012), - [anon_sym_uR_DQUOTE] = ACTIONS(3012), - [anon_sym_UR_DQUOTE] = ACTIONS(3012), - [anon_sym_u8R_DQUOTE] = ACTIONS(3012), - [anon_sym_co_await] = ACTIONS(3010), - [anon_sym_new] = ACTIONS(3010), - [anon_sym_requires] = ACTIONS(3010), - [sym_this] = ACTIONS(3010), + [sym_identifier] = ACTIONS(3036), + [aux_sym_preproc_include_token1] = ACTIONS(3036), + [aux_sym_preproc_def_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token2] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), + [sym_preproc_directive] = ACTIONS(3036), + [anon_sym_LPAREN2] = ACTIONS(3038), + [anon_sym_BANG] = ACTIONS(3038), + [anon_sym_TILDE] = ACTIONS(3038), + [anon_sym_DASH] = ACTIONS(3036), + [anon_sym_PLUS] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(3038), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_AMP] = ACTIONS(3036), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym___extension__] = ACTIONS(3036), + [anon_sym_typedef] = ACTIONS(3036), + [anon_sym_virtual] = ACTIONS(3036), + [anon_sym_extern] = ACTIONS(3036), + [anon_sym___attribute__] = ACTIONS(3036), + [anon_sym___attribute] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3038), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), + [anon_sym___declspec] = ACTIONS(3036), + [anon_sym___based] = ACTIONS(3036), + [anon_sym___cdecl] = ACTIONS(3036), + [anon_sym___clrcall] = ACTIONS(3036), + [anon_sym___stdcall] = ACTIONS(3036), + [anon_sym___fastcall] = ACTIONS(3036), + [anon_sym___thiscall] = ACTIONS(3036), + [anon_sym___vectorcall] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3038), + [anon_sym_signed] = ACTIONS(3036), + [anon_sym_unsigned] = ACTIONS(3036), + [anon_sym_long] = ACTIONS(3036), + [anon_sym_short] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_static] = ACTIONS(3036), + [anon_sym_register] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym___inline] = ACTIONS(3036), + [anon_sym___inline__] = ACTIONS(3036), + [anon_sym___forceinline] = ACTIONS(3036), + [anon_sym_thread_local] = ACTIONS(3036), + [anon_sym___thread] = ACTIONS(3036), + [anon_sym_const] = ACTIONS(3036), + [anon_sym_constexpr] = ACTIONS(3036), + [anon_sym_volatile] = ACTIONS(3036), + [anon_sym_restrict] = ACTIONS(3036), + [anon_sym___restrict__] = ACTIONS(3036), + [anon_sym__Atomic] = ACTIONS(3036), + [anon_sym__Noreturn] = ACTIONS(3036), + [anon_sym_noreturn] = ACTIONS(3036), + [anon_sym__Nonnull] = ACTIONS(3036), + [anon_sym_mutable] = ACTIONS(3036), + [anon_sym_constinit] = ACTIONS(3036), + [anon_sym_consteval] = ACTIONS(3036), + [anon_sym_PROGMEM] = ACTIONS(3036), + [anon_sym_alignas] = ACTIONS(3036), + [anon_sym__Alignas] = ACTIONS(3036), + [aux_sym_primitive_type_token1] = ACTIONS(3036), + [anon_sym_byte] = ACTIONS(3036), + [anon_sym_word] = ACTIONS(3036), + [anon_sym_enum] = ACTIONS(3036), + [anon_sym_class] = ACTIONS(3036), + [anon_sym_struct] = ACTIONS(3036), + [anon_sym_union] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_switch] = ACTIONS(3036), + [anon_sym_case] = ACTIONS(3036), + [anon_sym_default] = ACTIONS(3036), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_do] = ACTIONS(3036), + [anon_sym_for] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_goto] = ACTIONS(3036), + [anon_sym___try] = ACTIONS(3036), + [anon_sym___leave] = ACTIONS(3036), + [anon_sym_not] = ACTIONS(3036), + [anon_sym_compl] = ACTIONS(3036), + [anon_sym_DASH_DASH] = ACTIONS(3038), + [anon_sym_PLUS_PLUS] = ACTIONS(3038), + [anon_sym_sizeof] = ACTIONS(3036), + [anon_sym___alignof__] = ACTIONS(3036), + [anon_sym___alignof] = ACTIONS(3036), + [anon_sym__alignof] = ACTIONS(3036), + [anon_sym_alignof] = ACTIONS(3036), + [anon_sym__Alignof] = ACTIONS(3036), + [anon_sym_offsetof] = ACTIONS(3036), + [anon_sym__Generic] = ACTIONS(3036), + [anon_sym_asm] = ACTIONS(3036), + [anon_sym___asm__] = ACTIONS(3036), + [anon_sym___asm] = ACTIONS(3036), + [aux_sym_number_literal_token1] = ACTIONS(3038), + [aux_sym_number_literal_token2] = ACTIONS(3036), + [anon_sym_L_SQUOTE] = ACTIONS(3038), + [anon_sym_u_SQUOTE] = ACTIONS(3038), + [anon_sym_U_SQUOTE] = ACTIONS(3038), + [anon_sym_u8_SQUOTE] = ACTIONS(3038), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_L_DQUOTE] = ACTIONS(3038), + [anon_sym_u_DQUOTE] = ACTIONS(3038), + [anon_sym_U_DQUOTE] = ACTIONS(3038), + [anon_sym_u8_DQUOTE] = ACTIONS(3038), + [anon_sym_DQUOTE] = ACTIONS(3038), + [sym_true] = ACTIONS(3036), + [sym_false] = ACTIONS(3036), + [anon_sym_NULL] = ACTIONS(3036), + [anon_sym_nullptr] = ACTIONS(3036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3036), + [anon_sym_decltype] = ACTIONS(3036), + [anon_sym_explicit] = ACTIONS(3036), + [anon_sym_typename] = ACTIONS(3036), + [anon_sym_template] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_delete] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_namespace] = ACTIONS(3036), + [anon_sym_using] = ACTIONS(3036), + [anon_sym_static_assert] = ACTIONS(3036), + [anon_sym_concept] = ACTIONS(3036), + [anon_sym_co_return] = ACTIONS(3036), + [anon_sym_co_yield] = ACTIONS(3036), + [anon_sym_R_DQUOTE] = ACTIONS(3038), + [anon_sym_LR_DQUOTE] = ACTIONS(3038), + [anon_sym_uR_DQUOTE] = ACTIONS(3038), + [anon_sym_UR_DQUOTE] = ACTIONS(3038), + [anon_sym_u8R_DQUOTE] = ACTIONS(3038), + [anon_sym_co_await] = ACTIONS(3036), + [anon_sym_new] = ACTIONS(3036), + [anon_sym_requires] = ACTIONS(3036), + [sym_this] = ACTIONS(3036), }, [590] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_include_token1] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_BANG] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_PLUS] = ACTIONS(3002), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym___cdecl] = ACTIONS(3002), - [anon_sym___clrcall] = ACTIONS(3002), - [anon_sym___stdcall] = ACTIONS(3002), - [anon_sym___fastcall] = ACTIONS(3002), - [anon_sym___thiscall] = ACTIONS(3002), - [anon_sym___vectorcall] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3004), - [anon_sym_RBRACE] = ACTIONS(3004), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [anon_sym_if] = ACTIONS(3002), - [anon_sym_switch] = ACTIONS(3002), - [anon_sym_case] = ACTIONS(3002), - [anon_sym_default] = ACTIONS(3002), - [anon_sym_while] = ACTIONS(3002), - [anon_sym_do] = ACTIONS(3002), - [anon_sym_for] = ACTIONS(3002), - [anon_sym_return] = ACTIONS(3002), - [anon_sym_break] = ACTIONS(3002), - [anon_sym_continue] = ACTIONS(3002), - [anon_sym_goto] = ACTIONS(3002), - [anon_sym___try] = ACTIONS(3002), - [anon_sym___leave] = ACTIONS(3002), - [anon_sym_not] = ACTIONS(3002), - [anon_sym_compl] = ACTIONS(3002), - [anon_sym_DASH_DASH] = ACTIONS(3004), - [anon_sym_PLUS_PLUS] = ACTIONS(3004), - [anon_sym_sizeof] = ACTIONS(3002), - [anon_sym___alignof__] = ACTIONS(3002), - [anon_sym___alignof] = ACTIONS(3002), - [anon_sym__alignof] = ACTIONS(3002), - [anon_sym_alignof] = ACTIONS(3002), - [anon_sym__Alignof] = ACTIONS(3002), - [anon_sym_offsetof] = ACTIONS(3002), - [anon_sym__Generic] = ACTIONS(3002), - [anon_sym_asm] = ACTIONS(3002), - [anon_sym___asm__] = ACTIONS(3002), - [anon_sym___asm] = ACTIONS(3002), - [aux_sym_number_literal_token1] = ACTIONS(3004), - [aux_sym_number_literal_token2] = ACTIONS(3002), - [anon_sym_L_SQUOTE] = ACTIONS(3004), - [anon_sym_u_SQUOTE] = ACTIONS(3004), - [anon_sym_U_SQUOTE] = ACTIONS(3004), - [anon_sym_u8_SQUOTE] = ACTIONS(3004), - [anon_sym_SQUOTE] = ACTIONS(3004), - [anon_sym_L_DQUOTE] = ACTIONS(3004), - [anon_sym_u_DQUOTE] = ACTIONS(3004), - [anon_sym_U_DQUOTE] = ACTIONS(3004), - [anon_sym_u8_DQUOTE] = ACTIONS(3004), - [anon_sym_DQUOTE] = ACTIONS(3004), - [sym_true] = ACTIONS(3002), - [sym_false] = ACTIONS(3002), - [anon_sym_NULL] = ACTIONS(3002), - [anon_sym_nullptr] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_try] = ACTIONS(3002), - [anon_sym_delete] = ACTIONS(3002), - [anon_sym_throw] = ACTIONS(3002), - [anon_sym_namespace] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), - [anon_sym_concept] = ACTIONS(3002), - [anon_sym_co_return] = ACTIONS(3002), - [anon_sym_co_yield] = ACTIONS(3002), - [anon_sym_R_DQUOTE] = ACTIONS(3004), - [anon_sym_LR_DQUOTE] = ACTIONS(3004), - [anon_sym_uR_DQUOTE] = ACTIONS(3004), - [anon_sym_UR_DQUOTE] = ACTIONS(3004), - [anon_sym_u8R_DQUOTE] = ACTIONS(3004), - [anon_sym_co_await] = ACTIONS(3002), - [anon_sym_new] = ACTIONS(3002), - [anon_sym_requires] = ACTIONS(3002), - [sym_this] = ACTIONS(3002), + [ts_builtin_sym_end] = ACTIONS(1918), + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_include_token1] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [anon_sym_RPAREN] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_case] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_namespace] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), }, [591] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_include_token1] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_BANG] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_DASH] = ACTIONS(2998), - [anon_sym_PLUS] = ACTIONS(2998), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym___cdecl] = ACTIONS(2998), - [anon_sym___clrcall] = ACTIONS(2998), - [anon_sym___stdcall] = ACTIONS(2998), - [anon_sym___fastcall] = ACTIONS(2998), - [anon_sym___thiscall] = ACTIONS(2998), - [anon_sym___vectorcall] = ACTIONS(2998), - [anon_sym_LBRACE] = ACTIONS(3000), - [anon_sym_RBRACE] = ACTIONS(3000), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [anon_sym_if] = ACTIONS(2998), - [anon_sym_switch] = ACTIONS(2998), - [anon_sym_case] = ACTIONS(2998), - [anon_sym_default] = ACTIONS(2998), - [anon_sym_while] = ACTIONS(2998), - [anon_sym_do] = ACTIONS(2998), - [anon_sym_for] = ACTIONS(2998), - [anon_sym_return] = ACTIONS(2998), - [anon_sym_break] = ACTIONS(2998), - [anon_sym_continue] = ACTIONS(2998), - [anon_sym_goto] = ACTIONS(2998), - [anon_sym___try] = ACTIONS(2998), - [anon_sym___leave] = ACTIONS(2998), - [anon_sym_not] = ACTIONS(2998), - [anon_sym_compl] = ACTIONS(2998), - [anon_sym_DASH_DASH] = ACTIONS(3000), - [anon_sym_PLUS_PLUS] = ACTIONS(3000), - [anon_sym_sizeof] = ACTIONS(2998), - [anon_sym___alignof__] = ACTIONS(2998), - [anon_sym___alignof] = ACTIONS(2998), - [anon_sym__alignof] = ACTIONS(2998), - [anon_sym_alignof] = ACTIONS(2998), - [anon_sym__Alignof] = ACTIONS(2998), - [anon_sym_offsetof] = ACTIONS(2998), - [anon_sym__Generic] = ACTIONS(2998), - [anon_sym_asm] = ACTIONS(2998), - [anon_sym___asm__] = ACTIONS(2998), - [anon_sym___asm] = ACTIONS(2998), - [aux_sym_number_literal_token1] = ACTIONS(3000), - [aux_sym_number_literal_token2] = ACTIONS(2998), - [anon_sym_L_SQUOTE] = ACTIONS(3000), - [anon_sym_u_SQUOTE] = ACTIONS(3000), - [anon_sym_U_SQUOTE] = ACTIONS(3000), - [anon_sym_u8_SQUOTE] = ACTIONS(3000), - [anon_sym_SQUOTE] = ACTIONS(3000), - [anon_sym_L_DQUOTE] = ACTIONS(3000), - [anon_sym_u_DQUOTE] = ACTIONS(3000), - [anon_sym_U_DQUOTE] = ACTIONS(3000), - [anon_sym_u8_DQUOTE] = ACTIONS(3000), - [anon_sym_DQUOTE] = ACTIONS(3000), - [sym_true] = ACTIONS(2998), - [sym_false] = ACTIONS(2998), - [anon_sym_NULL] = ACTIONS(2998), - [anon_sym_nullptr] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_try] = ACTIONS(2998), - [anon_sym_delete] = ACTIONS(2998), - [anon_sym_throw] = ACTIONS(2998), - [anon_sym_namespace] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - [anon_sym_concept] = ACTIONS(2998), - [anon_sym_co_return] = ACTIONS(2998), - [anon_sym_co_yield] = ACTIONS(2998), - [anon_sym_R_DQUOTE] = ACTIONS(3000), - [anon_sym_LR_DQUOTE] = ACTIONS(3000), - [anon_sym_uR_DQUOTE] = ACTIONS(3000), - [anon_sym_UR_DQUOTE] = ACTIONS(3000), - [anon_sym_u8R_DQUOTE] = ACTIONS(3000), - [anon_sym_co_await] = ACTIONS(2998), - [anon_sym_new] = ACTIONS(2998), - [anon_sym_requires] = ACTIONS(2998), - [sym_this] = ACTIONS(2998), + [sym_identifier] = ACTIONS(3175), + [aux_sym_preproc_include_token1] = ACTIONS(3175), + [aux_sym_preproc_def_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3175), + [sym_preproc_directive] = ACTIONS(3175), + [anon_sym_LPAREN2] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3177), + [anon_sym___extension__] = ACTIONS(3175), + [anon_sym_typedef] = ACTIONS(3175), + [anon_sym_virtual] = ACTIONS(3175), + [anon_sym_extern] = ACTIONS(3175), + [anon_sym___attribute__] = ACTIONS(3175), + [anon_sym___attribute] = ACTIONS(3175), + [anon_sym_COLON_COLON] = ACTIONS(3177), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3177), + [anon_sym___declspec] = ACTIONS(3175), + [anon_sym___based] = ACTIONS(3175), + [anon_sym___cdecl] = ACTIONS(3175), + [anon_sym___clrcall] = ACTIONS(3175), + [anon_sym___stdcall] = ACTIONS(3175), + [anon_sym___fastcall] = ACTIONS(3175), + [anon_sym___thiscall] = ACTIONS(3175), + [anon_sym___vectorcall] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_signed] = ACTIONS(3175), + [anon_sym_unsigned] = ACTIONS(3175), + [anon_sym_long] = ACTIONS(3175), + [anon_sym_short] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_static] = ACTIONS(3175), + [anon_sym_register] = ACTIONS(3175), + [anon_sym_inline] = ACTIONS(3175), + [anon_sym___inline] = ACTIONS(3175), + [anon_sym___inline__] = ACTIONS(3175), + [anon_sym___forceinline] = ACTIONS(3175), + [anon_sym_thread_local] = ACTIONS(3175), + [anon_sym___thread] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_constexpr] = ACTIONS(3175), + [anon_sym_volatile] = ACTIONS(3175), + [anon_sym_restrict] = ACTIONS(3175), + [anon_sym___restrict__] = ACTIONS(3175), + [anon_sym__Atomic] = ACTIONS(3175), + [anon_sym__Noreturn] = ACTIONS(3175), + [anon_sym_noreturn] = ACTIONS(3175), + [anon_sym__Nonnull] = ACTIONS(3175), + [anon_sym_mutable] = ACTIONS(3175), + [anon_sym_constinit] = ACTIONS(3175), + [anon_sym_consteval] = ACTIONS(3175), + [anon_sym_PROGMEM] = ACTIONS(3175), + [anon_sym_alignas] = ACTIONS(3175), + [anon_sym__Alignas] = ACTIONS(3175), + [aux_sym_primitive_type_token1] = ACTIONS(3175), + [anon_sym_byte] = ACTIONS(3175), + [anon_sym_word] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_class] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_switch] = ACTIONS(3175), + [anon_sym_case] = ACTIONS(3175), + [anon_sym_default] = ACTIONS(3175), + [anon_sym_while] = ACTIONS(3175), + [anon_sym_do] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym___try] = ACTIONS(3175), + [anon_sym___leave] = ACTIONS(3175), + [anon_sym_not] = ACTIONS(3175), + [anon_sym_compl] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_sizeof] = ACTIONS(3175), + [anon_sym___alignof__] = ACTIONS(3175), + [anon_sym___alignof] = ACTIONS(3175), + [anon_sym__alignof] = ACTIONS(3175), + [anon_sym_alignof] = ACTIONS(3175), + [anon_sym__Alignof] = ACTIONS(3175), + [anon_sym_offsetof] = ACTIONS(3175), + [anon_sym__Generic] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym___asm__] = ACTIONS(3175), + [anon_sym___asm] = ACTIONS(3175), + [aux_sym_number_literal_token1] = ACTIONS(3177), + [aux_sym_number_literal_token2] = ACTIONS(3175), + [anon_sym_L_SQUOTE] = ACTIONS(3177), + [anon_sym_u_SQUOTE] = ACTIONS(3177), + [anon_sym_U_SQUOTE] = ACTIONS(3177), + [anon_sym_u8_SQUOTE] = ACTIONS(3177), + [anon_sym_SQUOTE] = ACTIONS(3177), + [anon_sym_L_DQUOTE] = ACTIONS(3177), + [anon_sym_u_DQUOTE] = ACTIONS(3177), + [anon_sym_U_DQUOTE] = ACTIONS(3177), + [anon_sym_u8_DQUOTE] = ACTIONS(3177), + [anon_sym_DQUOTE] = ACTIONS(3177), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [anon_sym_NULL] = ACTIONS(3175), + [anon_sym_nullptr] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3175), + [anon_sym_decltype] = ACTIONS(3175), + [anon_sym_explicit] = ACTIONS(3175), + [anon_sym_typename] = ACTIONS(3175), + [anon_sym_template] = ACTIONS(3175), + [anon_sym_operator] = ACTIONS(3175), + [anon_sym_try] = ACTIONS(3175), + [anon_sym_delete] = ACTIONS(3175), + [anon_sym_throw] = ACTIONS(3175), + [anon_sym_namespace] = ACTIONS(3175), + [anon_sym_using] = ACTIONS(3175), + [anon_sym_static_assert] = ACTIONS(3175), + [anon_sym_concept] = ACTIONS(3175), + [anon_sym_co_return] = ACTIONS(3175), + [anon_sym_co_yield] = ACTIONS(3175), + [anon_sym_R_DQUOTE] = ACTIONS(3177), + [anon_sym_LR_DQUOTE] = ACTIONS(3177), + [anon_sym_uR_DQUOTE] = ACTIONS(3177), + [anon_sym_UR_DQUOTE] = ACTIONS(3177), + [anon_sym_u8R_DQUOTE] = ACTIONS(3177), + [anon_sym_co_await] = ACTIONS(3175), + [anon_sym_new] = ACTIONS(3175), + [anon_sym_requires] = ACTIONS(3175), + [sym_this] = ACTIONS(3175), }, [592] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_include_token1] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_BANG] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_DASH] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(2986), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym___cdecl] = ACTIONS(2986), - [anon_sym___clrcall] = ACTIONS(2986), - [anon_sym___stdcall] = ACTIONS(2986), - [anon_sym___fastcall] = ACTIONS(2986), - [anon_sym___thiscall] = ACTIONS(2986), - [anon_sym___vectorcall] = ACTIONS(2986), - [anon_sym_LBRACE] = ACTIONS(2988), - [anon_sym_RBRACE] = ACTIONS(2988), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [anon_sym_if] = ACTIONS(2986), - [anon_sym_switch] = ACTIONS(2986), - [anon_sym_case] = ACTIONS(2986), - [anon_sym_default] = ACTIONS(2986), - [anon_sym_while] = ACTIONS(2986), - [anon_sym_do] = ACTIONS(2986), - [anon_sym_for] = ACTIONS(2986), - [anon_sym_return] = ACTIONS(2986), - [anon_sym_break] = ACTIONS(2986), - [anon_sym_continue] = ACTIONS(2986), - [anon_sym_goto] = ACTIONS(2986), - [anon_sym___try] = ACTIONS(2986), - [anon_sym___leave] = ACTIONS(2986), - [anon_sym_not] = ACTIONS(2986), - [anon_sym_compl] = ACTIONS(2986), - [anon_sym_DASH_DASH] = ACTIONS(2988), - [anon_sym_PLUS_PLUS] = ACTIONS(2988), - [anon_sym_sizeof] = ACTIONS(2986), - [anon_sym___alignof__] = ACTIONS(2986), - [anon_sym___alignof] = ACTIONS(2986), - [anon_sym__alignof] = ACTIONS(2986), - [anon_sym_alignof] = ACTIONS(2986), - [anon_sym__Alignof] = ACTIONS(2986), - [anon_sym_offsetof] = ACTIONS(2986), - [anon_sym__Generic] = ACTIONS(2986), - [anon_sym_asm] = ACTIONS(2986), - [anon_sym___asm__] = ACTIONS(2986), - [anon_sym___asm] = ACTIONS(2986), - [aux_sym_number_literal_token1] = ACTIONS(2988), - [aux_sym_number_literal_token2] = ACTIONS(2986), - [anon_sym_L_SQUOTE] = ACTIONS(2988), - [anon_sym_u_SQUOTE] = ACTIONS(2988), - [anon_sym_U_SQUOTE] = ACTIONS(2988), - [anon_sym_u8_SQUOTE] = ACTIONS(2988), - [anon_sym_SQUOTE] = ACTIONS(2988), - [anon_sym_L_DQUOTE] = ACTIONS(2988), - [anon_sym_u_DQUOTE] = ACTIONS(2988), - [anon_sym_U_DQUOTE] = ACTIONS(2988), - [anon_sym_u8_DQUOTE] = ACTIONS(2988), - [anon_sym_DQUOTE] = ACTIONS(2988), - [sym_true] = ACTIONS(2986), - [sym_false] = ACTIONS(2986), - [anon_sym_NULL] = ACTIONS(2986), - [anon_sym_nullptr] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2986), - [anon_sym_delete] = ACTIONS(2986), - [anon_sym_throw] = ACTIONS(2986), - [anon_sym_namespace] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), - [anon_sym_concept] = ACTIONS(2986), - [anon_sym_co_return] = ACTIONS(2986), - [anon_sym_co_yield] = ACTIONS(2986), - [anon_sym_R_DQUOTE] = ACTIONS(2988), - [anon_sym_LR_DQUOTE] = ACTIONS(2988), - [anon_sym_uR_DQUOTE] = ACTIONS(2988), - [anon_sym_UR_DQUOTE] = ACTIONS(2988), - [anon_sym_u8R_DQUOTE] = ACTIONS(2988), - [anon_sym_co_await] = ACTIONS(2986), - [anon_sym_new] = ACTIONS(2986), - [anon_sym_requires] = ACTIONS(2986), - [sym_this] = ACTIONS(2986), - }, - [593] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_include_token1] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_BANG] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_DASH] = ACTIONS(2972), - [anon_sym_PLUS] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym___cdecl] = ACTIONS(2972), - [anon_sym___clrcall] = ACTIONS(2972), - [anon_sym___stdcall] = ACTIONS(2972), - [anon_sym___fastcall] = ACTIONS(2972), - [anon_sym___thiscall] = ACTIONS(2972), - [anon_sym___vectorcall] = ACTIONS(2972), - [anon_sym_LBRACE] = ACTIONS(2974), - [anon_sym_RBRACE] = ACTIONS(2974), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [anon_sym_if] = ACTIONS(2972), - [anon_sym_switch] = ACTIONS(2972), - [anon_sym_case] = ACTIONS(2972), - [anon_sym_default] = ACTIONS(2972), - [anon_sym_while] = ACTIONS(2972), - [anon_sym_do] = ACTIONS(2972), - [anon_sym_for] = ACTIONS(2972), - [anon_sym_return] = ACTIONS(2972), - [anon_sym_break] = ACTIONS(2972), - [anon_sym_continue] = ACTIONS(2972), - [anon_sym_goto] = ACTIONS(2972), - [anon_sym___try] = ACTIONS(2972), - [anon_sym___leave] = ACTIONS(2972), - [anon_sym_not] = ACTIONS(2972), - [anon_sym_compl] = ACTIONS(2972), - [anon_sym_DASH_DASH] = ACTIONS(2974), - [anon_sym_PLUS_PLUS] = ACTIONS(2974), - [anon_sym_sizeof] = ACTIONS(2972), - [anon_sym___alignof__] = ACTIONS(2972), - [anon_sym___alignof] = ACTIONS(2972), - [anon_sym__alignof] = ACTIONS(2972), - [anon_sym_alignof] = ACTIONS(2972), - [anon_sym__Alignof] = ACTIONS(2972), - [anon_sym_offsetof] = ACTIONS(2972), - [anon_sym__Generic] = ACTIONS(2972), - [anon_sym_asm] = ACTIONS(2972), - [anon_sym___asm__] = ACTIONS(2972), - [anon_sym___asm] = ACTIONS(2972), - [aux_sym_number_literal_token1] = ACTIONS(2974), - [aux_sym_number_literal_token2] = ACTIONS(2972), - [anon_sym_L_SQUOTE] = ACTIONS(2974), - [anon_sym_u_SQUOTE] = ACTIONS(2974), - [anon_sym_U_SQUOTE] = ACTIONS(2974), - [anon_sym_u8_SQUOTE] = ACTIONS(2974), - [anon_sym_SQUOTE] = ACTIONS(2974), - [anon_sym_L_DQUOTE] = ACTIONS(2974), - [anon_sym_u_DQUOTE] = ACTIONS(2974), - [anon_sym_U_DQUOTE] = ACTIONS(2974), - [anon_sym_u8_DQUOTE] = ACTIONS(2974), - [anon_sym_DQUOTE] = ACTIONS(2974), - [sym_true] = ACTIONS(2972), - [sym_false] = ACTIONS(2972), - [anon_sym_NULL] = ACTIONS(2972), - [anon_sym_nullptr] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_try] = ACTIONS(2972), - [anon_sym_delete] = ACTIONS(2972), - [anon_sym_throw] = ACTIONS(2972), - [anon_sym_namespace] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), - [anon_sym_concept] = ACTIONS(2972), - [anon_sym_co_return] = ACTIONS(2972), - [anon_sym_co_yield] = ACTIONS(2972), - [anon_sym_R_DQUOTE] = ACTIONS(2974), - [anon_sym_LR_DQUOTE] = ACTIONS(2974), - [anon_sym_uR_DQUOTE] = ACTIONS(2974), - [anon_sym_UR_DQUOTE] = ACTIONS(2974), - [anon_sym_u8R_DQUOTE] = ACTIONS(2974), - [anon_sym_co_await] = ACTIONS(2972), - [anon_sym_new] = ACTIONS(2972), - [anon_sym_requires] = ACTIONS(2972), - [sym_this] = ACTIONS(2972), - }, - [594] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_include_token1] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_BANG] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym___cdecl] = ACTIONS(2959), - [anon_sym___clrcall] = ACTIONS(2959), - [anon_sym___stdcall] = ACTIONS(2959), - [anon_sym___fastcall] = ACTIONS(2959), - [anon_sym___thiscall] = ACTIONS(2959), - [anon_sym___vectorcall] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_RBRACE] = ACTIONS(2961), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_switch] = ACTIONS(2959), - [anon_sym_case] = ACTIONS(2959), - [anon_sym_default] = ACTIONS(2959), - [anon_sym_while] = ACTIONS(2959), - [anon_sym_do] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym___try] = ACTIONS(2959), - [anon_sym___leave] = ACTIONS(2959), - [anon_sym_not] = ACTIONS(2959), - [anon_sym_compl] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2961), - [anon_sym_sizeof] = ACTIONS(2959), - [anon_sym___alignof__] = ACTIONS(2959), - [anon_sym___alignof] = ACTIONS(2959), - [anon_sym__alignof] = ACTIONS(2959), - [anon_sym_alignof] = ACTIONS(2959), - [anon_sym__Alignof] = ACTIONS(2959), - [anon_sym_offsetof] = ACTIONS(2959), - [anon_sym__Generic] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym___asm__] = ACTIONS(2959), - [anon_sym___asm] = ACTIONS(2959), - [aux_sym_number_literal_token1] = ACTIONS(2961), - [aux_sym_number_literal_token2] = ACTIONS(2959), - [anon_sym_L_SQUOTE] = ACTIONS(2961), - [anon_sym_u_SQUOTE] = ACTIONS(2961), - [anon_sym_U_SQUOTE] = ACTIONS(2961), - [anon_sym_u8_SQUOTE] = ACTIONS(2961), - [anon_sym_SQUOTE] = ACTIONS(2961), - [anon_sym_L_DQUOTE] = ACTIONS(2961), - [anon_sym_u_DQUOTE] = ACTIONS(2961), - [anon_sym_U_DQUOTE] = ACTIONS(2961), - [anon_sym_u8_DQUOTE] = ACTIONS(2961), - [anon_sym_DQUOTE] = ACTIONS(2961), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [anon_sym_NULL] = ACTIONS(2959), - [anon_sym_nullptr] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_try] = ACTIONS(2959), - [anon_sym_delete] = ACTIONS(2959), - [anon_sym_throw] = ACTIONS(2959), - [anon_sym_namespace] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), - [anon_sym_concept] = ACTIONS(2959), - [anon_sym_co_return] = ACTIONS(2959), - [anon_sym_co_yield] = ACTIONS(2959), - [anon_sym_R_DQUOTE] = ACTIONS(2961), - [anon_sym_LR_DQUOTE] = ACTIONS(2961), - [anon_sym_uR_DQUOTE] = ACTIONS(2961), - [anon_sym_UR_DQUOTE] = ACTIONS(2961), - [anon_sym_u8R_DQUOTE] = ACTIONS(2961), - [anon_sym_co_await] = ACTIONS(2959), - [anon_sym_new] = ACTIONS(2959), - [anon_sym_requires] = ACTIONS(2959), - [sym_this] = ACTIONS(2959), - }, - [595] = { - [sym_identifier] = ACTIONS(2955), - [aux_sym_preproc_include_token1] = ACTIONS(2955), - [aux_sym_preproc_def_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2955), - [sym_preproc_directive] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2955), - [anon_sym_PLUS] = ACTIONS(2955), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym___extension__] = ACTIONS(2955), - [anon_sym_typedef] = ACTIONS(2955), - [anon_sym_virtual] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym___attribute__] = ACTIONS(2955), - [anon_sym___attribute] = ACTIONS(2955), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2957), - [anon_sym___declspec] = ACTIONS(2955), - [anon_sym___based] = ACTIONS(2955), - [anon_sym___cdecl] = ACTIONS(2955), - [anon_sym___clrcall] = ACTIONS(2955), - [anon_sym___stdcall] = ACTIONS(2955), - [anon_sym___fastcall] = ACTIONS(2955), - [anon_sym___thiscall] = ACTIONS(2955), - [anon_sym___vectorcall] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_RBRACE] = ACTIONS(2957), - [anon_sym_signed] = ACTIONS(2955), - [anon_sym_unsigned] = ACTIONS(2955), - [anon_sym_long] = ACTIONS(2955), - [anon_sym_short] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_register] = ACTIONS(2955), - [anon_sym_inline] = ACTIONS(2955), - [anon_sym___inline] = ACTIONS(2955), - [anon_sym___inline__] = ACTIONS(2955), - [anon_sym___forceinline] = ACTIONS(2955), - [anon_sym_thread_local] = ACTIONS(2955), - [anon_sym___thread] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_constexpr] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2955), - [anon_sym_restrict] = ACTIONS(2955), - [anon_sym___restrict__] = ACTIONS(2955), - [anon_sym__Atomic] = ACTIONS(2955), - [anon_sym__Noreturn] = ACTIONS(2955), - [anon_sym_noreturn] = ACTIONS(2955), - [anon_sym__Nonnull] = ACTIONS(2955), - [anon_sym_mutable] = ACTIONS(2955), - [anon_sym_constinit] = ACTIONS(2955), - [anon_sym_consteval] = ACTIONS(2955), - [anon_sym_PROGMEM] = ACTIONS(2955), - [anon_sym_alignas] = ACTIONS(2955), - [anon_sym__Alignas] = ACTIONS(2955), - [aux_sym_primitive_type_token1] = ACTIONS(2955), - [anon_sym_byte] = ACTIONS(2955), - [anon_sym_word] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_class] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2955), - [anon_sym_switch] = ACTIONS(2955), - [anon_sym_case] = ACTIONS(2955), - [anon_sym_default] = ACTIONS(2955), - [anon_sym_while] = ACTIONS(2955), - [anon_sym_do] = ACTIONS(2955), - [anon_sym_for] = ACTIONS(2955), - [anon_sym_return] = ACTIONS(2955), - [anon_sym_break] = ACTIONS(2955), - [anon_sym_continue] = ACTIONS(2955), - [anon_sym_goto] = ACTIONS(2955), - [anon_sym___try] = ACTIONS(2955), - [anon_sym___leave] = ACTIONS(2955), - [anon_sym_not] = ACTIONS(2955), - [anon_sym_compl] = ACTIONS(2955), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_sizeof] = ACTIONS(2955), - [anon_sym___alignof__] = ACTIONS(2955), - [anon_sym___alignof] = ACTIONS(2955), - [anon_sym__alignof] = ACTIONS(2955), - [anon_sym_alignof] = ACTIONS(2955), - [anon_sym__Alignof] = ACTIONS(2955), - [anon_sym_offsetof] = ACTIONS(2955), - [anon_sym__Generic] = ACTIONS(2955), - [anon_sym_asm] = ACTIONS(2955), - [anon_sym___asm__] = ACTIONS(2955), - [anon_sym___asm] = ACTIONS(2955), - [aux_sym_number_literal_token1] = ACTIONS(2957), - [aux_sym_number_literal_token2] = ACTIONS(2955), - [anon_sym_L_SQUOTE] = ACTIONS(2957), - [anon_sym_u_SQUOTE] = ACTIONS(2957), - [anon_sym_U_SQUOTE] = ACTIONS(2957), - [anon_sym_u8_SQUOTE] = ACTIONS(2957), - [anon_sym_SQUOTE] = ACTIONS(2957), - [anon_sym_L_DQUOTE] = ACTIONS(2957), - [anon_sym_u_DQUOTE] = ACTIONS(2957), - [anon_sym_U_DQUOTE] = ACTIONS(2957), - [anon_sym_u8_DQUOTE] = ACTIONS(2957), - [anon_sym_DQUOTE] = ACTIONS(2957), - [sym_true] = ACTIONS(2955), - [sym_false] = ACTIONS(2955), - [anon_sym_NULL] = ACTIONS(2955), - [anon_sym_nullptr] = ACTIONS(2955), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2955), - [anon_sym_decltype] = ACTIONS(2955), - [anon_sym_explicit] = ACTIONS(2955), - [anon_sym_typename] = ACTIONS(2955), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2955), - [anon_sym_delete] = ACTIONS(2955), - [anon_sym_throw] = ACTIONS(2955), - [anon_sym_namespace] = ACTIONS(2955), - [anon_sym_using] = ACTIONS(2955), - [anon_sym_static_assert] = ACTIONS(2955), - [anon_sym_concept] = ACTIONS(2955), - [anon_sym_co_return] = ACTIONS(2955), - [anon_sym_co_yield] = ACTIONS(2955), - [anon_sym_R_DQUOTE] = ACTIONS(2957), - [anon_sym_LR_DQUOTE] = ACTIONS(2957), - [anon_sym_uR_DQUOTE] = ACTIONS(2957), - [anon_sym_UR_DQUOTE] = ACTIONS(2957), - [anon_sym_u8R_DQUOTE] = ACTIONS(2957), - [anon_sym_co_await] = ACTIONS(2955), - [anon_sym_new] = ACTIONS(2955), - [anon_sym_requires] = ACTIONS(2955), - [sym_this] = ACTIONS(2955), - }, - [596] = { - [sym_identifier] = ACTIONS(2951), - [aux_sym_preproc_include_token1] = ACTIONS(2951), - [aux_sym_preproc_def_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2951), - [sym_preproc_directive] = ACTIONS(2951), - [anon_sym_LPAREN2] = ACTIONS(2953), - [anon_sym_BANG] = ACTIONS(2953), - [anon_sym_TILDE] = ACTIONS(2953), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_AMP_AMP] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym___extension__] = ACTIONS(2951), - [anon_sym_typedef] = ACTIONS(2951), - [anon_sym_virtual] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___attribute] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2953), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym___based] = ACTIONS(2951), - [anon_sym___cdecl] = ACTIONS(2951), - [anon_sym___clrcall] = ACTIONS(2951), - [anon_sym___stdcall] = ACTIONS(2951), - [anon_sym___fastcall] = ACTIONS(2951), - [anon_sym___thiscall] = ACTIONS(2951), - [anon_sym___vectorcall] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2953), - [anon_sym_RBRACE] = ACTIONS(2953), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym___inline] = ACTIONS(2951), - [anon_sym___inline__] = ACTIONS(2951), - [anon_sym___forceinline] = ACTIONS(2951), - [anon_sym_thread_local] = ACTIONS(2951), - [anon_sym___thread] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym___restrict__] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym__Noreturn] = ACTIONS(2951), - [anon_sym_noreturn] = ACTIONS(2951), - [anon_sym__Nonnull] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constinit] = ACTIONS(2951), - [anon_sym_consteval] = ACTIONS(2951), - [anon_sym_PROGMEM] = ACTIONS(2951), - [anon_sym_alignas] = ACTIONS(2951), - [anon_sym__Alignas] = ACTIONS(2951), - [aux_sym_primitive_type_token1] = ACTIONS(2951), - [anon_sym_byte] = ACTIONS(2951), - [anon_sym_word] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_switch] = ACTIONS(2951), - [anon_sym_case] = ACTIONS(2951), - [anon_sym_default] = ACTIONS(2951), - [anon_sym_while] = ACTIONS(2951), - [anon_sym_do] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_goto] = ACTIONS(2951), - [anon_sym___try] = ACTIONS(2951), - [anon_sym___leave] = ACTIONS(2951), - [anon_sym_not] = ACTIONS(2951), - [anon_sym_compl] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2953), - [anon_sym_PLUS_PLUS] = ACTIONS(2953), - [anon_sym_sizeof] = ACTIONS(2951), - [anon_sym___alignof__] = ACTIONS(2951), - [anon_sym___alignof] = ACTIONS(2951), - [anon_sym__alignof] = ACTIONS(2951), - [anon_sym_alignof] = ACTIONS(2951), - [anon_sym__Alignof] = ACTIONS(2951), - [anon_sym_offsetof] = ACTIONS(2951), - [anon_sym__Generic] = ACTIONS(2951), - [anon_sym_asm] = ACTIONS(2951), - [anon_sym___asm__] = ACTIONS(2951), - [anon_sym___asm] = ACTIONS(2951), - [aux_sym_number_literal_token1] = ACTIONS(2953), - [aux_sym_number_literal_token2] = ACTIONS(2951), - [anon_sym_L_SQUOTE] = ACTIONS(2953), - [anon_sym_u_SQUOTE] = ACTIONS(2953), - [anon_sym_U_SQUOTE] = ACTIONS(2953), - [anon_sym_u8_SQUOTE] = ACTIONS(2953), - [anon_sym_SQUOTE] = ACTIONS(2953), - [anon_sym_L_DQUOTE] = ACTIONS(2953), - [anon_sym_u_DQUOTE] = ACTIONS(2953), - [anon_sym_U_DQUOTE] = ACTIONS(2953), - [anon_sym_u8_DQUOTE] = ACTIONS(2953), - [anon_sym_DQUOTE] = ACTIONS(2953), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [anon_sym_NULL] = ACTIONS(2951), - [anon_sym_nullptr] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2951), - [anon_sym_decltype] = ACTIONS(2951), - [anon_sym_explicit] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_template] = ACTIONS(2951), - [anon_sym_operator] = ACTIONS(2951), - [anon_sym_try] = ACTIONS(2951), - [anon_sym_delete] = ACTIONS(2951), - [anon_sym_throw] = ACTIONS(2951), - [anon_sym_namespace] = ACTIONS(2951), - [anon_sym_using] = ACTIONS(2951), - [anon_sym_static_assert] = ACTIONS(2951), - [anon_sym_concept] = ACTIONS(2951), - [anon_sym_co_return] = ACTIONS(2951), - [anon_sym_co_yield] = ACTIONS(2951), - [anon_sym_R_DQUOTE] = ACTIONS(2953), - [anon_sym_LR_DQUOTE] = ACTIONS(2953), - [anon_sym_uR_DQUOTE] = ACTIONS(2953), - [anon_sym_UR_DQUOTE] = ACTIONS(2953), - [anon_sym_u8R_DQUOTE] = ACTIONS(2953), - [anon_sym_co_await] = ACTIONS(2951), - [anon_sym_new] = ACTIONS(2951), - [anon_sym_requires] = ACTIONS(2951), - [sym_this] = ACTIONS(2951), - }, - [597] = { - [sym_identifier] = ACTIONS(2947), - [aux_sym_preproc_include_token1] = ACTIONS(2947), - [aux_sym_preproc_def_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2947), - [sym_preproc_directive] = ACTIONS(2947), - [anon_sym_LPAREN2] = ACTIONS(2949), - [anon_sym_BANG] = ACTIONS(2949), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_SEMI] = ACTIONS(2949), - [anon_sym___extension__] = ACTIONS(2947), - [anon_sym_typedef] = ACTIONS(2947), - [anon_sym_virtual] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2947), - [anon_sym___attribute__] = ACTIONS(2947), - [anon_sym___attribute] = ACTIONS(2947), - [anon_sym_COLON_COLON] = ACTIONS(2949), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2949), - [anon_sym___declspec] = ACTIONS(2947), - [anon_sym___based] = ACTIONS(2947), - [anon_sym___cdecl] = ACTIONS(2947), - [anon_sym___clrcall] = ACTIONS(2947), - [anon_sym___stdcall] = ACTIONS(2947), - [anon_sym___fastcall] = ACTIONS(2947), - [anon_sym___thiscall] = ACTIONS(2947), - [anon_sym___vectorcall] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_RBRACE] = ACTIONS(2949), - [anon_sym_signed] = ACTIONS(2947), - [anon_sym_unsigned] = ACTIONS(2947), - [anon_sym_long] = ACTIONS(2947), - [anon_sym_short] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2947), - [anon_sym_register] = ACTIONS(2947), - [anon_sym_inline] = ACTIONS(2947), - [anon_sym___inline] = ACTIONS(2947), - [anon_sym___inline__] = ACTIONS(2947), - [anon_sym___forceinline] = ACTIONS(2947), - [anon_sym_thread_local] = ACTIONS(2947), - [anon_sym___thread] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_constexpr] = ACTIONS(2947), - [anon_sym_volatile] = ACTIONS(2947), - [anon_sym_restrict] = ACTIONS(2947), - [anon_sym___restrict__] = ACTIONS(2947), - [anon_sym__Atomic] = ACTIONS(2947), - [anon_sym__Noreturn] = ACTIONS(2947), - [anon_sym_noreturn] = ACTIONS(2947), - [anon_sym__Nonnull] = ACTIONS(2947), - [anon_sym_mutable] = ACTIONS(2947), - [anon_sym_constinit] = ACTIONS(2947), - [anon_sym_consteval] = ACTIONS(2947), - [anon_sym_PROGMEM] = ACTIONS(2947), - [anon_sym_alignas] = ACTIONS(2947), - [anon_sym__Alignas] = ACTIONS(2947), - [aux_sym_primitive_type_token1] = ACTIONS(2947), - [anon_sym_byte] = ACTIONS(2947), - [anon_sym_word] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_class] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_switch] = ACTIONS(2947), - [anon_sym_case] = ACTIONS(2947), - [anon_sym_default] = ACTIONS(2947), - [anon_sym_while] = ACTIONS(2947), - [anon_sym_do] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym___try] = ACTIONS(2947), - [anon_sym___leave] = ACTIONS(2947), - [anon_sym_not] = ACTIONS(2947), - [anon_sym_compl] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2949), - [anon_sym_sizeof] = ACTIONS(2947), - [anon_sym___alignof__] = ACTIONS(2947), - [anon_sym___alignof] = ACTIONS(2947), - [anon_sym__alignof] = ACTIONS(2947), - [anon_sym_alignof] = ACTIONS(2947), - [anon_sym__Alignof] = ACTIONS(2947), - [anon_sym_offsetof] = ACTIONS(2947), - [anon_sym__Generic] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym___asm__] = ACTIONS(2947), - [anon_sym___asm] = ACTIONS(2947), - [aux_sym_number_literal_token1] = ACTIONS(2949), - [aux_sym_number_literal_token2] = ACTIONS(2947), - [anon_sym_L_SQUOTE] = ACTIONS(2949), - [anon_sym_u_SQUOTE] = ACTIONS(2949), - [anon_sym_U_SQUOTE] = ACTIONS(2949), - [anon_sym_u8_SQUOTE] = ACTIONS(2949), - [anon_sym_SQUOTE] = ACTIONS(2949), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [anon_sym_NULL] = ACTIONS(2947), - [anon_sym_nullptr] = ACTIONS(2947), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2947), - [anon_sym_decltype] = ACTIONS(2947), - [anon_sym_explicit] = ACTIONS(2947), - [anon_sym_typename] = ACTIONS(2947), - [anon_sym_template] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2947), - [anon_sym_try] = ACTIONS(2947), - [anon_sym_delete] = ACTIONS(2947), - [anon_sym_throw] = ACTIONS(2947), - [anon_sym_namespace] = ACTIONS(2947), - [anon_sym_using] = ACTIONS(2947), - [anon_sym_static_assert] = ACTIONS(2947), - [anon_sym_concept] = ACTIONS(2947), - [anon_sym_co_return] = ACTIONS(2947), - [anon_sym_co_yield] = ACTIONS(2947), - [anon_sym_R_DQUOTE] = ACTIONS(2949), - [anon_sym_LR_DQUOTE] = ACTIONS(2949), - [anon_sym_uR_DQUOTE] = ACTIONS(2949), - [anon_sym_UR_DQUOTE] = ACTIONS(2949), - [anon_sym_u8R_DQUOTE] = ACTIONS(2949), - [anon_sym_co_await] = ACTIONS(2947), - [anon_sym_new] = ACTIONS(2947), - [anon_sym_requires] = ACTIONS(2947), - [sym_this] = ACTIONS(2947), - }, - [598] = { - [sym_identifier] = ACTIONS(2943), - [aux_sym_preproc_include_token1] = ACTIONS(2943), - [aux_sym_preproc_def_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2943), - [sym_preproc_directive] = ACTIONS(2943), - [anon_sym_LPAREN2] = ACTIONS(2945), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_TILDE] = ACTIONS(2945), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_AMP_AMP] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_SEMI] = ACTIONS(2945), - [anon_sym___extension__] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2943), - [anon_sym_virtual] = ACTIONS(2943), - [anon_sym_extern] = ACTIONS(2943), - [anon_sym___attribute__] = ACTIONS(2943), - [anon_sym___attribute] = ACTIONS(2943), - [anon_sym_COLON_COLON] = ACTIONS(2945), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2943), - [anon_sym___based] = ACTIONS(2943), - [anon_sym___cdecl] = ACTIONS(2943), - [anon_sym___clrcall] = ACTIONS(2943), - [anon_sym___stdcall] = ACTIONS(2943), - [anon_sym___fastcall] = ACTIONS(2943), - [anon_sym___thiscall] = ACTIONS(2943), - [anon_sym___vectorcall] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_RBRACE] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2943), - [anon_sym_unsigned] = ACTIONS(2943), - [anon_sym_long] = ACTIONS(2943), - [anon_sym_short] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2943), - [anon_sym_register] = ACTIONS(2943), - [anon_sym_inline] = ACTIONS(2943), - [anon_sym___inline] = ACTIONS(2943), - [anon_sym___inline__] = ACTIONS(2943), - [anon_sym___forceinline] = ACTIONS(2943), - [anon_sym_thread_local] = ACTIONS(2943), - [anon_sym___thread] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_constexpr] = ACTIONS(2943), - [anon_sym_volatile] = ACTIONS(2943), - [anon_sym_restrict] = ACTIONS(2943), - [anon_sym___restrict__] = ACTIONS(2943), - [anon_sym__Atomic] = ACTIONS(2943), - [anon_sym__Noreturn] = ACTIONS(2943), - [anon_sym_noreturn] = ACTIONS(2943), - [anon_sym__Nonnull] = ACTIONS(2943), - [anon_sym_mutable] = ACTIONS(2943), - [anon_sym_constinit] = ACTIONS(2943), - [anon_sym_consteval] = ACTIONS(2943), - [anon_sym_PROGMEM] = ACTIONS(2943), - [anon_sym_alignas] = ACTIONS(2943), - [anon_sym__Alignas] = ACTIONS(2943), - [aux_sym_primitive_type_token1] = ACTIONS(2943), - [anon_sym_byte] = ACTIONS(2943), - [anon_sym_word] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_class] = ACTIONS(2943), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_switch] = ACTIONS(2943), - [anon_sym_case] = ACTIONS(2943), - [anon_sym_default] = ACTIONS(2943), - [anon_sym_while] = ACTIONS(2943), - [anon_sym_do] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym___try] = ACTIONS(2943), - [anon_sym___leave] = ACTIONS(2943), - [anon_sym_not] = ACTIONS(2943), - [anon_sym_compl] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2945), - [anon_sym_PLUS_PLUS] = ACTIONS(2945), - [anon_sym_sizeof] = ACTIONS(2943), - [anon_sym___alignof__] = ACTIONS(2943), - [anon_sym___alignof] = ACTIONS(2943), - [anon_sym__alignof] = ACTIONS(2943), - [anon_sym_alignof] = ACTIONS(2943), - [anon_sym__Alignof] = ACTIONS(2943), - [anon_sym_offsetof] = ACTIONS(2943), - [anon_sym__Generic] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym___asm__] = ACTIONS(2943), - [anon_sym___asm] = ACTIONS(2943), - [aux_sym_number_literal_token1] = ACTIONS(2945), - [aux_sym_number_literal_token2] = ACTIONS(2943), - [anon_sym_L_SQUOTE] = ACTIONS(2945), - [anon_sym_u_SQUOTE] = ACTIONS(2945), - [anon_sym_U_SQUOTE] = ACTIONS(2945), - [anon_sym_u8_SQUOTE] = ACTIONS(2945), - [anon_sym_SQUOTE] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2945), - [anon_sym_u_DQUOTE] = ACTIONS(2945), - [anon_sym_U_DQUOTE] = ACTIONS(2945), - [anon_sym_u8_DQUOTE] = ACTIONS(2945), - [anon_sym_DQUOTE] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [anon_sym_NULL] = ACTIONS(2943), - [anon_sym_nullptr] = ACTIONS(2943), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2943), - [anon_sym_decltype] = ACTIONS(2943), - [anon_sym_explicit] = ACTIONS(2943), - [anon_sym_typename] = ACTIONS(2943), - [anon_sym_template] = ACTIONS(2943), - [anon_sym_operator] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(2943), - [anon_sym_delete] = ACTIONS(2943), - [anon_sym_throw] = ACTIONS(2943), - [anon_sym_namespace] = ACTIONS(2943), - [anon_sym_using] = ACTIONS(2943), - [anon_sym_static_assert] = ACTIONS(2943), - [anon_sym_concept] = ACTIONS(2943), - [anon_sym_co_return] = ACTIONS(2943), - [anon_sym_co_yield] = ACTIONS(2943), - [anon_sym_R_DQUOTE] = ACTIONS(2945), - [anon_sym_LR_DQUOTE] = ACTIONS(2945), - [anon_sym_uR_DQUOTE] = ACTIONS(2945), - [anon_sym_UR_DQUOTE] = ACTIONS(2945), - [anon_sym_u8R_DQUOTE] = ACTIONS(2945), - [anon_sym_co_await] = ACTIONS(2943), - [anon_sym_new] = ACTIONS(2943), - [anon_sym_requires] = ACTIONS(2943), - [sym_this] = ACTIONS(2943), - }, - [599] = { - [sym_identifier] = ACTIONS(2939), - [aux_sym_preproc_include_token1] = ACTIONS(2939), - [aux_sym_preproc_def_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2939), - [sym_preproc_directive] = ACTIONS(2939), - [anon_sym_LPAREN2] = ACTIONS(2941), - [anon_sym_BANG] = ACTIONS(2941), - [anon_sym_TILDE] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_AMP_AMP] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_SEMI] = ACTIONS(2941), - [anon_sym___extension__] = ACTIONS(2939), - [anon_sym_typedef] = ACTIONS(2939), - [anon_sym_virtual] = ACTIONS(2939), - [anon_sym_extern] = ACTIONS(2939), - [anon_sym___attribute__] = ACTIONS(2939), - [anon_sym___attribute] = ACTIONS(2939), - [anon_sym_COLON_COLON] = ACTIONS(2941), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2941), - [anon_sym___declspec] = ACTIONS(2939), - [anon_sym___based] = ACTIONS(2939), - [anon_sym___cdecl] = ACTIONS(2939), - [anon_sym___clrcall] = ACTIONS(2939), - [anon_sym___stdcall] = ACTIONS(2939), - [anon_sym___fastcall] = ACTIONS(2939), - [anon_sym___thiscall] = ACTIONS(2939), - [anon_sym___vectorcall] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_RBRACE] = ACTIONS(2941), - [anon_sym_signed] = ACTIONS(2939), - [anon_sym_unsigned] = ACTIONS(2939), - [anon_sym_long] = ACTIONS(2939), - [anon_sym_short] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_static] = ACTIONS(2939), - [anon_sym_register] = ACTIONS(2939), - [anon_sym_inline] = ACTIONS(2939), - [anon_sym___inline] = ACTIONS(2939), - [anon_sym___inline__] = ACTIONS(2939), - [anon_sym___forceinline] = ACTIONS(2939), - [anon_sym_thread_local] = ACTIONS(2939), - [anon_sym___thread] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_constexpr] = ACTIONS(2939), - [anon_sym_volatile] = ACTIONS(2939), - [anon_sym_restrict] = ACTIONS(2939), - [anon_sym___restrict__] = ACTIONS(2939), - [anon_sym__Atomic] = ACTIONS(2939), - [anon_sym__Noreturn] = ACTIONS(2939), - [anon_sym_noreturn] = ACTIONS(2939), - [anon_sym__Nonnull] = ACTIONS(2939), - [anon_sym_mutable] = ACTIONS(2939), - [anon_sym_constinit] = ACTIONS(2939), - [anon_sym_consteval] = ACTIONS(2939), - [anon_sym_PROGMEM] = ACTIONS(2939), - [anon_sym_alignas] = ACTIONS(2939), - [anon_sym__Alignas] = ACTIONS(2939), - [aux_sym_primitive_type_token1] = ACTIONS(2939), - [anon_sym_byte] = ACTIONS(2939), - [anon_sym_word] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_class] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_switch] = ACTIONS(2939), - [anon_sym_case] = ACTIONS(2939), - [anon_sym_default] = ACTIONS(2939), - [anon_sym_while] = ACTIONS(2939), - [anon_sym_do] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym___try] = ACTIONS(2939), - [anon_sym___leave] = ACTIONS(2939), - [anon_sym_not] = ACTIONS(2939), - [anon_sym_compl] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2941), - [anon_sym_PLUS_PLUS] = ACTIONS(2941), - [anon_sym_sizeof] = ACTIONS(2939), - [anon_sym___alignof__] = ACTIONS(2939), - [anon_sym___alignof] = ACTIONS(2939), - [anon_sym__alignof] = ACTIONS(2939), - [anon_sym_alignof] = ACTIONS(2939), - [anon_sym__Alignof] = ACTIONS(2939), - [anon_sym_offsetof] = ACTIONS(2939), - [anon_sym__Generic] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym___asm__] = ACTIONS(2939), - [anon_sym___asm] = ACTIONS(2939), - [aux_sym_number_literal_token1] = ACTIONS(2941), - [aux_sym_number_literal_token2] = ACTIONS(2939), - [anon_sym_L_SQUOTE] = ACTIONS(2941), - [anon_sym_u_SQUOTE] = ACTIONS(2941), - [anon_sym_U_SQUOTE] = ACTIONS(2941), - [anon_sym_u8_SQUOTE] = ACTIONS(2941), - [anon_sym_SQUOTE] = ACTIONS(2941), - [anon_sym_L_DQUOTE] = ACTIONS(2941), - [anon_sym_u_DQUOTE] = ACTIONS(2941), - [anon_sym_U_DQUOTE] = ACTIONS(2941), - [anon_sym_u8_DQUOTE] = ACTIONS(2941), - [anon_sym_DQUOTE] = ACTIONS(2941), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [anon_sym_NULL] = ACTIONS(2939), - [anon_sym_nullptr] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2939), - [anon_sym_decltype] = ACTIONS(2939), - [anon_sym_explicit] = ACTIONS(2939), - [anon_sym_typename] = ACTIONS(2939), - [anon_sym_template] = ACTIONS(2939), - [anon_sym_operator] = ACTIONS(2939), - [anon_sym_try] = ACTIONS(2939), - [anon_sym_delete] = ACTIONS(2939), - [anon_sym_throw] = ACTIONS(2939), - [anon_sym_namespace] = ACTIONS(2939), - [anon_sym_using] = ACTIONS(2939), - [anon_sym_static_assert] = ACTIONS(2939), - [anon_sym_concept] = ACTIONS(2939), - [anon_sym_co_return] = ACTIONS(2939), - [anon_sym_co_yield] = ACTIONS(2939), - [anon_sym_R_DQUOTE] = ACTIONS(2941), - [anon_sym_LR_DQUOTE] = ACTIONS(2941), - [anon_sym_uR_DQUOTE] = ACTIONS(2941), - [anon_sym_UR_DQUOTE] = ACTIONS(2941), - [anon_sym_u8R_DQUOTE] = ACTIONS(2941), - [anon_sym_co_await] = ACTIONS(2939), - [anon_sym_new] = ACTIONS(2939), - [anon_sym_requires] = ACTIONS(2939), - [sym_this] = ACTIONS(2939), - }, - [600] = { [sym_identifier] = ACTIONS(3052), [aux_sym_preproc_include_token1] = ACTIONS(3052), [aux_sym_preproc_def_token1] = ACTIONS(3052), @@ -130531,4627 +129411,1827 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3052), [sym_this] = ACTIONS(3052), }, - [601] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_include_token1] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token2] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym___cdecl] = ACTIONS(3122), - [anon_sym___clrcall] = ACTIONS(3122), - [anon_sym___stdcall] = ACTIONS(3122), - [anon_sym___fastcall] = ACTIONS(3122), - [anon_sym___thiscall] = ACTIONS(3122), - [anon_sym___vectorcall] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym___try] = ACTIONS(3122), - [anon_sym___leave] = ACTIONS(3122), - [anon_sym_not] = ACTIONS(3122), - [anon_sym_compl] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [anon_sym___alignof__] = ACTIONS(3122), - [anon_sym___alignof] = ACTIONS(3122), - [anon_sym__alignof] = ACTIONS(3122), - [anon_sym_alignof] = ACTIONS(3122), - [anon_sym__Alignof] = ACTIONS(3122), - [anon_sym_offsetof] = ACTIONS(3122), - [anon_sym__Generic] = ACTIONS(3122), - [anon_sym_asm] = ACTIONS(3122), - [anon_sym___asm__] = ACTIONS(3122), - [anon_sym___asm] = ACTIONS(3122), - [aux_sym_number_literal_token1] = ACTIONS(3124), - [aux_sym_number_literal_token2] = ACTIONS(3122), - [anon_sym_L_SQUOTE] = ACTIONS(3124), - [anon_sym_u_SQUOTE] = ACTIONS(3124), - [anon_sym_U_SQUOTE] = ACTIONS(3124), - [anon_sym_u8_SQUOTE] = ACTIONS(3124), - [anon_sym_SQUOTE] = ACTIONS(3124), - [anon_sym_L_DQUOTE] = ACTIONS(3124), - [anon_sym_u_DQUOTE] = ACTIONS(3124), - [anon_sym_U_DQUOTE] = ACTIONS(3124), - [anon_sym_u8_DQUOTE] = ACTIONS(3124), - [anon_sym_DQUOTE] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [anon_sym_NULL] = ACTIONS(3122), - [anon_sym_nullptr] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_try] = ACTIONS(3122), - [anon_sym_delete] = ACTIONS(3122), - [anon_sym_throw] = ACTIONS(3122), - [anon_sym_namespace] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - [anon_sym_concept] = ACTIONS(3122), - [anon_sym_co_return] = ACTIONS(3122), - [anon_sym_co_yield] = ACTIONS(3122), - [anon_sym_R_DQUOTE] = ACTIONS(3124), - [anon_sym_LR_DQUOTE] = ACTIONS(3124), - [anon_sym_uR_DQUOTE] = ACTIONS(3124), - [anon_sym_UR_DQUOTE] = ACTIONS(3124), - [anon_sym_u8R_DQUOTE] = ACTIONS(3124), - [anon_sym_co_await] = ACTIONS(3122), - [anon_sym_new] = ACTIONS(3122), - [anon_sym_requires] = ACTIONS(3122), - [sym_this] = ACTIONS(3122), - }, - [602] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_include_token1] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_DASH] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(3162), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym___cdecl] = ACTIONS(3162), - [anon_sym___clrcall] = ACTIONS(3162), - [anon_sym___stdcall] = ACTIONS(3162), - [anon_sym___fastcall] = ACTIONS(3162), - [anon_sym___thiscall] = ACTIONS(3162), - [anon_sym___vectorcall] = ACTIONS(3162), - [anon_sym_LBRACE] = ACTIONS(3164), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [anon_sym_if] = ACTIONS(3162), - [anon_sym_switch] = ACTIONS(3162), - [anon_sym_case] = ACTIONS(3162), - [anon_sym_default] = ACTIONS(3162), - [anon_sym_while] = ACTIONS(3162), - [anon_sym_do] = ACTIONS(3162), - [anon_sym_for] = ACTIONS(3162), - [anon_sym_return] = ACTIONS(3162), - [anon_sym_break] = ACTIONS(3162), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3162), - [anon_sym___try] = ACTIONS(3162), - [anon_sym___leave] = ACTIONS(3162), - [anon_sym_not] = ACTIONS(3162), - [anon_sym_compl] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_sizeof] = ACTIONS(3162), - [anon_sym___alignof__] = ACTIONS(3162), - [anon_sym___alignof] = ACTIONS(3162), - [anon_sym__alignof] = ACTIONS(3162), - [anon_sym_alignof] = ACTIONS(3162), - [anon_sym__Alignof] = ACTIONS(3162), - [anon_sym_offsetof] = ACTIONS(3162), - [anon_sym__Generic] = ACTIONS(3162), - [anon_sym_asm] = ACTIONS(3162), - [anon_sym___asm__] = ACTIONS(3162), - [anon_sym___asm] = ACTIONS(3162), - [aux_sym_number_literal_token1] = ACTIONS(3164), - [aux_sym_number_literal_token2] = ACTIONS(3162), - [anon_sym_L_SQUOTE] = ACTIONS(3164), - [anon_sym_u_SQUOTE] = ACTIONS(3164), - [anon_sym_U_SQUOTE] = ACTIONS(3164), - [anon_sym_u8_SQUOTE] = ACTIONS(3164), - [anon_sym_SQUOTE] = ACTIONS(3164), - [anon_sym_L_DQUOTE] = ACTIONS(3164), - [anon_sym_u_DQUOTE] = ACTIONS(3164), - [anon_sym_U_DQUOTE] = ACTIONS(3164), - [anon_sym_u8_DQUOTE] = ACTIONS(3164), - [anon_sym_DQUOTE] = ACTIONS(3164), - [sym_true] = ACTIONS(3162), - [sym_false] = ACTIONS(3162), - [anon_sym_NULL] = ACTIONS(3162), - [anon_sym_nullptr] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_try] = ACTIONS(3162), - [anon_sym_delete] = ACTIONS(3162), - [anon_sym_throw] = ACTIONS(3162), - [anon_sym_namespace] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), - [anon_sym_concept] = ACTIONS(3162), - [anon_sym_co_return] = ACTIONS(3162), - [anon_sym_co_yield] = ACTIONS(3162), - [anon_sym_R_DQUOTE] = ACTIONS(3164), - [anon_sym_LR_DQUOTE] = ACTIONS(3164), - [anon_sym_uR_DQUOTE] = ACTIONS(3164), - [anon_sym_UR_DQUOTE] = ACTIONS(3164), - [anon_sym_u8R_DQUOTE] = ACTIONS(3164), - [anon_sym_co_await] = ACTIONS(3162), - [anon_sym_new] = ACTIONS(3162), - [anon_sym_requires] = ACTIONS(3162), - [sym_this] = ACTIONS(3162), - }, - [603] = { - [sym_identifier] = ACTIONS(2933), - [aux_sym_preproc_include_token1] = ACTIONS(2933), - [aux_sym_preproc_def_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), - [sym_preproc_directive] = ACTIONS(2933), - [anon_sym_LPAREN2] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym___extension__] = ACTIONS(2933), - [anon_sym_typedef] = ACTIONS(2933), - [anon_sym_virtual] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym___attribute__] = ACTIONS(2933), - [anon_sym___attribute] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2935), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), - [anon_sym___declspec] = ACTIONS(2933), - [anon_sym___based] = ACTIONS(2933), - [anon_sym___cdecl] = ACTIONS(2933), - [anon_sym___clrcall] = ACTIONS(2933), - [anon_sym___stdcall] = ACTIONS(2933), - [anon_sym___fastcall] = ACTIONS(2933), - [anon_sym___thiscall] = ACTIONS(2933), - [anon_sym___vectorcall] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_RBRACE] = ACTIONS(2935), - [anon_sym_signed] = ACTIONS(2933), - [anon_sym_unsigned] = ACTIONS(2933), - [anon_sym_long] = ACTIONS(2933), - [anon_sym_short] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_static] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_inline] = ACTIONS(2933), - [anon_sym___inline] = ACTIONS(2933), - [anon_sym___inline__] = ACTIONS(2933), - [anon_sym___forceinline] = ACTIONS(2933), - [anon_sym_thread_local] = ACTIONS(2933), - [anon_sym___thread] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_constexpr] = ACTIONS(2933), - [anon_sym_volatile] = ACTIONS(2933), - [anon_sym_restrict] = ACTIONS(2933), - [anon_sym___restrict__] = ACTIONS(2933), - [anon_sym__Atomic] = ACTIONS(2933), - [anon_sym__Noreturn] = ACTIONS(2933), - [anon_sym_noreturn] = ACTIONS(2933), - [anon_sym__Nonnull] = ACTIONS(2933), - [anon_sym_mutable] = ACTIONS(2933), - [anon_sym_constinit] = ACTIONS(2933), - [anon_sym_consteval] = ACTIONS(2933), - [anon_sym_PROGMEM] = ACTIONS(2933), - [anon_sym_alignas] = ACTIONS(2933), - [anon_sym__Alignas] = ACTIONS(2933), - [aux_sym_primitive_type_token1] = ACTIONS(2933), - [anon_sym_byte] = ACTIONS(2933), - [anon_sym_word] = ACTIONS(2933), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2933), - [anon_sym_union] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_switch] = ACTIONS(2933), - [anon_sym_case] = ACTIONS(2933), - [anon_sym_default] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_goto] = ACTIONS(2933), - [anon_sym___try] = ACTIONS(2933), - [anon_sym___leave] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [anon_sym_compl] = ACTIONS(2933), - [anon_sym_DASH_DASH] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2935), - [anon_sym_sizeof] = ACTIONS(2933), - [anon_sym___alignof__] = ACTIONS(2933), - [anon_sym___alignof] = ACTIONS(2933), - [anon_sym__alignof] = ACTIONS(2933), - [anon_sym_alignof] = ACTIONS(2933), - [anon_sym__Alignof] = ACTIONS(2933), - [anon_sym_offsetof] = ACTIONS(2933), - [anon_sym__Generic] = ACTIONS(2933), - [anon_sym_asm] = ACTIONS(2933), - [anon_sym___asm__] = ACTIONS(2933), - [anon_sym___asm] = ACTIONS(2933), - [aux_sym_number_literal_token1] = ACTIONS(2935), - [aux_sym_number_literal_token2] = ACTIONS(2933), - [anon_sym_L_SQUOTE] = ACTIONS(2935), - [anon_sym_u_SQUOTE] = ACTIONS(2935), - [anon_sym_U_SQUOTE] = ACTIONS(2935), - [anon_sym_u8_SQUOTE] = ACTIONS(2935), - [anon_sym_SQUOTE] = ACTIONS(2935), - [anon_sym_L_DQUOTE] = ACTIONS(2935), - [anon_sym_u_DQUOTE] = ACTIONS(2935), - [anon_sym_U_DQUOTE] = ACTIONS(2935), - [anon_sym_u8_DQUOTE] = ACTIONS(2935), - [anon_sym_DQUOTE] = ACTIONS(2935), - [sym_true] = ACTIONS(2933), - [sym_false] = ACTIONS(2933), - [anon_sym_NULL] = ACTIONS(2933), - [anon_sym_nullptr] = ACTIONS(2933), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2933), - [anon_sym_decltype] = ACTIONS(2933), - [anon_sym_explicit] = ACTIONS(2933), - [anon_sym_typename] = ACTIONS(2933), - [anon_sym_template] = ACTIONS(2933), - [anon_sym_operator] = ACTIONS(2933), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_delete] = ACTIONS(2933), - [anon_sym_throw] = ACTIONS(2933), - [anon_sym_namespace] = ACTIONS(2933), - [anon_sym_using] = ACTIONS(2933), - [anon_sym_static_assert] = ACTIONS(2933), - [anon_sym_concept] = ACTIONS(2933), - [anon_sym_co_return] = ACTIONS(2933), - [anon_sym_co_yield] = ACTIONS(2933), - [anon_sym_R_DQUOTE] = ACTIONS(2935), - [anon_sym_LR_DQUOTE] = ACTIONS(2935), - [anon_sym_uR_DQUOTE] = ACTIONS(2935), - [anon_sym_UR_DQUOTE] = ACTIONS(2935), - [anon_sym_u8R_DQUOTE] = ACTIONS(2935), - [anon_sym_co_await] = ACTIONS(2933), - [anon_sym_new] = ACTIONS(2933), - [anon_sym_requires] = ACTIONS(2933), - [sym_this] = ACTIONS(2933), - }, - [604] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_include_token1] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token2] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym___cdecl] = ACTIONS(3033), - [anon_sym___clrcall] = ACTIONS(3033), - [anon_sym___stdcall] = ACTIONS(3033), - [anon_sym___fastcall] = ACTIONS(3033), - [anon_sym___thiscall] = ACTIONS(3033), - [anon_sym___vectorcall] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_switch] = ACTIONS(3033), - [anon_sym_case] = ACTIONS(3033), - [anon_sym_default] = ACTIONS(3033), - [anon_sym_while] = ACTIONS(3033), - [anon_sym_do] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym___try] = ACTIONS(3033), - [anon_sym___leave] = ACTIONS(3033), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_sizeof] = ACTIONS(3033), - [anon_sym___alignof__] = ACTIONS(3033), - [anon_sym___alignof] = ACTIONS(3033), - [anon_sym__alignof] = ACTIONS(3033), - [anon_sym_alignof] = ACTIONS(3033), - [anon_sym__Alignof] = ACTIONS(3033), - [anon_sym_offsetof] = ACTIONS(3033), - [anon_sym__Generic] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym___asm__] = ACTIONS(3033), - [anon_sym___asm] = ACTIONS(3033), - [aux_sym_number_literal_token1] = ACTIONS(3035), - [aux_sym_number_literal_token2] = ACTIONS(3033), - [anon_sym_L_SQUOTE] = ACTIONS(3035), - [anon_sym_u_SQUOTE] = ACTIONS(3035), - [anon_sym_U_SQUOTE] = ACTIONS(3035), - [anon_sym_u8_SQUOTE] = ACTIONS(3035), - [anon_sym_SQUOTE] = ACTIONS(3035), - [anon_sym_L_DQUOTE] = ACTIONS(3035), - [anon_sym_u_DQUOTE] = ACTIONS(3035), - [anon_sym_U_DQUOTE] = ACTIONS(3035), - [anon_sym_u8_DQUOTE] = ACTIONS(3035), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [anon_sym_NULL] = ACTIONS(3033), - [anon_sym_nullptr] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_try] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(3033), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_namespace] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), - [anon_sym_concept] = ACTIONS(3033), - [anon_sym_co_return] = ACTIONS(3033), - [anon_sym_co_yield] = ACTIONS(3033), - [anon_sym_R_DQUOTE] = ACTIONS(3035), - [anon_sym_LR_DQUOTE] = ACTIONS(3035), - [anon_sym_uR_DQUOTE] = ACTIONS(3035), - [anon_sym_UR_DQUOTE] = ACTIONS(3035), - [anon_sym_u8R_DQUOTE] = ACTIONS(3035), - [anon_sym_co_await] = ACTIONS(3033), - [anon_sym_new] = ACTIONS(3033), - [anon_sym_requires] = ACTIONS(3033), - [sym_this] = ACTIONS(3033), - }, - [605] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_include_token1] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3158), - [anon_sym_PLUS] = ACTIONS(3158), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym___cdecl] = ACTIONS(3158), - [anon_sym___clrcall] = ACTIONS(3158), - [anon_sym___stdcall] = ACTIONS(3158), - [anon_sym___fastcall] = ACTIONS(3158), - [anon_sym___thiscall] = ACTIONS(3158), - [anon_sym___vectorcall] = ACTIONS(3158), - [anon_sym_LBRACE] = ACTIONS(3160), - [anon_sym_RBRACE] = ACTIONS(3160), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [anon_sym_if] = ACTIONS(3158), - [anon_sym_switch] = ACTIONS(3158), - [anon_sym_case] = ACTIONS(3158), - [anon_sym_default] = ACTIONS(3158), - [anon_sym_while] = ACTIONS(3158), - [anon_sym_do] = ACTIONS(3158), - [anon_sym_for] = ACTIONS(3158), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3158), - [anon_sym_continue] = ACTIONS(3158), - [anon_sym_goto] = ACTIONS(3158), - [anon_sym___try] = ACTIONS(3158), - [anon_sym___leave] = ACTIONS(3158), - [anon_sym_not] = ACTIONS(3158), - [anon_sym_compl] = ACTIONS(3158), - [anon_sym_DASH_DASH] = ACTIONS(3160), - [anon_sym_PLUS_PLUS] = ACTIONS(3160), - [anon_sym_sizeof] = ACTIONS(3158), - [anon_sym___alignof__] = ACTIONS(3158), - [anon_sym___alignof] = ACTIONS(3158), - [anon_sym__alignof] = ACTIONS(3158), - [anon_sym_alignof] = ACTIONS(3158), - [anon_sym__Alignof] = ACTIONS(3158), - [anon_sym_offsetof] = ACTIONS(3158), - [anon_sym__Generic] = ACTIONS(3158), - [anon_sym_asm] = ACTIONS(3158), - [anon_sym___asm__] = ACTIONS(3158), - [anon_sym___asm] = ACTIONS(3158), - [aux_sym_number_literal_token1] = ACTIONS(3160), - [aux_sym_number_literal_token2] = ACTIONS(3158), - [anon_sym_L_SQUOTE] = ACTIONS(3160), - [anon_sym_u_SQUOTE] = ACTIONS(3160), - [anon_sym_U_SQUOTE] = ACTIONS(3160), - [anon_sym_u8_SQUOTE] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3160), - [anon_sym_L_DQUOTE] = ACTIONS(3160), - [anon_sym_u_DQUOTE] = ACTIONS(3160), - [anon_sym_U_DQUOTE] = ACTIONS(3160), - [anon_sym_u8_DQUOTE] = ACTIONS(3160), - [anon_sym_DQUOTE] = ACTIONS(3160), - [sym_true] = ACTIONS(3158), - [sym_false] = ACTIONS(3158), - [anon_sym_NULL] = ACTIONS(3158), - [anon_sym_nullptr] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_try] = ACTIONS(3158), - [anon_sym_delete] = ACTIONS(3158), - [anon_sym_throw] = ACTIONS(3158), - [anon_sym_namespace] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), - [anon_sym_concept] = ACTIONS(3158), - [anon_sym_co_return] = ACTIONS(3158), - [anon_sym_co_yield] = ACTIONS(3158), - [anon_sym_R_DQUOTE] = ACTIONS(3160), - [anon_sym_LR_DQUOTE] = ACTIONS(3160), - [anon_sym_uR_DQUOTE] = ACTIONS(3160), - [anon_sym_UR_DQUOTE] = ACTIONS(3160), - [anon_sym_u8R_DQUOTE] = ACTIONS(3160), - [anon_sym_co_await] = ACTIONS(3158), - [anon_sym_new] = ACTIONS(3158), - [anon_sym_requires] = ACTIONS(3158), - [sym_this] = ACTIONS(3158), - }, - [606] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_include_token1] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_BANG] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_DASH] = ACTIONS(3150), - [anon_sym_PLUS] = ACTIONS(3150), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym___cdecl] = ACTIONS(3150), - [anon_sym___clrcall] = ACTIONS(3150), - [anon_sym___stdcall] = ACTIONS(3150), - [anon_sym___fastcall] = ACTIONS(3150), - [anon_sym___thiscall] = ACTIONS(3150), - [anon_sym___vectorcall] = ACTIONS(3150), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3152), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_switch] = ACTIONS(3150), - [anon_sym_case] = ACTIONS(3150), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3150), - [anon_sym_do] = ACTIONS(3150), - [anon_sym_for] = ACTIONS(3150), - [anon_sym_return] = ACTIONS(3150), - [anon_sym_break] = ACTIONS(3150), - [anon_sym_continue] = ACTIONS(3150), - [anon_sym_goto] = ACTIONS(3150), - [anon_sym___try] = ACTIONS(3150), - [anon_sym___leave] = ACTIONS(3150), - [anon_sym_not] = ACTIONS(3150), - [anon_sym_compl] = ACTIONS(3150), - [anon_sym_DASH_DASH] = ACTIONS(3152), - [anon_sym_PLUS_PLUS] = ACTIONS(3152), - [anon_sym_sizeof] = ACTIONS(3150), - [anon_sym___alignof__] = ACTIONS(3150), - [anon_sym___alignof] = ACTIONS(3150), - [anon_sym__alignof] = ACTIONS(3150), - [anon_sym_alignof] = ACTIONS(3150), - [anon_sym__Alignof] = ACTIONS(3150), - [anon_sym_offsetof] = ACTIONS(3150), - [anon_sym__Generic] = ACTIONS(3150), - [anon_sym_asm] = ACTIONS(3150), - [anon_sym___asm__] = ACTIONS(3150), - [anon_sym___asm] = ACTIONS(3150), - [aux_sym_number_literal_token1] = ACTIONS(3152), - [aux_sym_number_literal_token2] = ACTIONS(3150), - [anon_sym_L_SQUOTE] = ACTIONS(3152), - [anon_sym_u_SQUOTE] = ACTIONS(3152), - [anon_sym_U_SQUOTE] = ACTIONS(3152), - [anon_sym_u8_SQUOTE] = ACTIONS(3152), - [anon_sym_SQUOTE] = ACTIONS(3152), - [anon_sym_L_DQUOTE] = ACTIONS(3152), - [anon_sym_u_DQUOTE] = ACTIONS(3152), - [anon_sym_U_DQUOTE] = ACTIONS(3152), - [anon_sym_u8_DQUOTE] = ACTIONS(3152), - [anon_sym_DQUOTE] = ACTIONS(3152), - [sym_true] = ACTIONS(3150), - [sym_false] = ACTIONS(3150), - [anon_sym_NULL] = ACTIONS(3150), - [anon_sym_nullptr] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_try] = ACTIONS(3150), - [anon_sym_delete] = ACTIONS(3150), - [anon_sym_throw] = ACTIONS(3150), - [anon_sym_namespace] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), - [anon_sym_concept] = ACTIONS(3150), - [anon_sym_co_return] = ACTIONS(3150), - [anon_sym_co_yield] = ACTIONS(3150), - [anon_sym_R_DQUOTE] = ACTIONS(3152), - [anon_sym_LR_DQUOTE] = ACTIONS(3152), - [anon_sym_uR_DQUOTE] = ACTIONS(3152), - [anon_sym_UR_DQUOTE] = ACTIONS(3152), - [anon_sym_u8R_DQUOTE] = ACTIONS(3152), - [anon_sym_co_await] = ACTIONS(3150), - [anon_sym_new] = ACTIONS(3150), - [anon_sym_requires] = ACTIONS(3150), - [sym_this] = ACTIONS(3150), - }, - [607] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_include_token1] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym___cdecl] = ACTIONS(3106), - [anon_sym___clrcall] = ACTIONS(3106), - [anon_sym___stdcall] = ACTIONS(3106), - [anon_sym___fastcall] = ACTIONS(3106), - [anon_sym___thiscall] = ACTIONS(3106), - [anon_sym___vectorcall] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym___try] = ACTIONS(3106), - [anon_sym___leave] = ACTIONS(3106), - [anon_sym_not] = ACTIONS(3106), - [anon_sym_compl] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [anon_sym___alignof__] = ACTIONS(3106), - [anon_sym___alignof] = ACTIONS(3106), - [anon_sym__alignof] = ACTIONS(3106), - [anon_sym_alignof] = ACTIONS(3106), - [anon_sym__Alignof] = ACTIONS(3106), - [anon_sym_offsetof] = ACTIONS(3106), - [anon_sym__Generic] = ACTIONS(3106), - [anon_sym_asm] = ACTIONS(3106), - [anon_sym___asm__] = ACTIONS(3106), - [anon_sym___asm] = ACTIONS(3106), - [aux_sym_number_literal_token1] = ACTIONS(3108), - [aux_sym_number_literal_token2] = ACTIONS(3106), - [anon_sym_L_SQUOTE] = ACTIONS(3108), - [anon_sym_u_SQUOTE] = ACTIONS(3108), - [anon_sym_U_SQUOTE] = ACTIONS(3108), - [anon_sym_u8_SQUOTE] = ACTIONS(3108), - [anon_sym_SQUOTE] = ACTIONS(3108), - [anon_sym_L_DQUOTE] = ACTIONS(3108), - [anon_sym_u_DQUOTE] = ACTIONS(3108), - [anon_sym_U_DQUOTE] = ACTIONS(3108), - [anon_sym_u8_DQUOTE] = ACTIONS(3108), - [anon_sym_DQUOTE] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [anon_sym_NULL] = ACTIONS(3106), - [anon_sym_nullptr] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_try] = ACTIONS(3106), - [anon_sym_delete] = ACTIONS(3106), - [anon_sym_throw] = ACTIONS(3106), - [anon_sym_namespace] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), - [anon_sym_concept] = ACTIONS(3106), - [anon_sym_co_return] = ACTIONS(3106), - [anon_sym_co_yield] = ACTIONS(3106), - [anon_sym_R_DQUOTE] = ACTIONS(3108), - [anon_sym_LR_DQUOTE] = ACTIONS(3108), - [anon_sym_uR_DQUOTE] = ACTIONS(3108), - [anon_sym_UR_DQUOTE] = ACTIONS(3108), - [anon_sym_u8R_DQUOTE] = ACTIONS(3108), - [anon_sym_co_await] = ACTIONS(3106), - [anon_sym_new] = ACTIONS(3106), - [anon_sym_requires] = ACTIONS(3106), - [sym_this] = ACTIONS(3106), - }, - [608] = { - [sym_identifier] = ACTIONS(2990), - [aux_sym_preproc_include_token1] = ACTIONS(2990), - [aux_sym_preproc_def_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2990), - [sym_preproc_directive] = ACTIONS(2990), - [anon_sym_LPAREN2] = ACTIONS(2992), - [anon_sym_BANG] = ACTIONS(2992), - [anon_sym_TILDE] = ACTIONS(2992), - [anon_sym_DASH] = ACTIONS(2990), - [anon_sym_PLUS] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2990), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym___extension__] = ACTIONS(2990), - [anon_sym_typedef] = ACTIONS(2990), - [anon_sym_virtual] = ACTIONS(2990), - [anon_sym_extern] = ACTIONS(2990), - [anon_sym___attribute__] = ACTIONS(2990), - [anon_sym___attribute] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2992), - [anon_sym___declspec] = ACTIONS(2990), - [anon_sym___based] = ACTIONS(2990), - [anon_sym___cdecl] = ACTIONS(2990), - [anon_sym___clrcall] = ACTIONS(2990), - [anon_sym___stdcall] = ACTIONS(2990), - [anon_sym___fastcall] = ACTIONS(2990), - [anon_sym___thiscall] = ACTIONS(2990), - [anon_sym___vectorcall] = ACTIONS(2990), - [anon_sym_LBRACE] = ACTIONS(2992), - [anon_sym_RBRACE] = ACTIONS(2992), - [anon_sym_signed] = ACTIONS(2990), - [anon_sym_unsigned] = ACTIONS(2990), - [anon_sym_long] = ACTIONS(2990), - [anon_sym_short] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(2990), - [anon_sym_register] = ACTIONS(2990), - [anon_sym_inline] = ACTIONS(2990), - [anon_sym___inline] = ACTIONS(2990), - [anon_sym___inline__] = ACTIONS(2990), - [anon_sym___forceinline] = ACTIONS(2990), - [anon_sym_thread_local] = ACTIONS(2990), - [anon_sym___thread] = ACTIONS(2990), - [anon_sym_const] = ACTIONS(2990), - [anon_sym_constexpr] = ACTIONS(2990), - [anon_sym_volatile] = ACTIONS(2990), - [anon_sym_restrict] = ACTIONS(2990), - [anon_sym___restrict__] = ACTIONS(2990), - [anon_sym__Atomic] = ACTIONS(2990), - [anon_sym__Noreturn] = ACTIONS(2990), - [anon_sym_noreturn] = ACTIONS(2990), - [anon_sym__Nonnull] = ACTIONS(2990), - [anon_sym_mutable] = ACTIONS(2990), - [anon_sym_constinit] = ACTIONS(2990), - [anon_sym_consteval] = ACTIONS(2990), - [anon_sym_PROGMEM] = ACTIONS(2990), - [anon_sym_alignas] = ACTIONS(2990), - [anon_sym__Alignas] = ACTIONS(2990), - [aux_sym_primitive_type_token1] = ACTIONS(2990), - [anon_sym_byte] = ACTIONS(2990), - [anon_sym_word] = ACTIONS(2990), - [anon_sym_enum] = ACTIONS(2990), - [anon_sym_class] = ACTIONS(2990), - [anon_sym_struct] = ACTIONS(2990), - [anon_sym_union] = ACTIONS(2990), - [anon_sym_if] = ACTIONS(2990), - [anon_sym_switch] = ACTIONS(2990), - [anon_sym_case] = ACTIONS(2990), - [anon_sym_default] = ACTIONS(2990), - [anon_sym_while] = ACTIONS(2990), - [anon_sym_do] = ACTIONS(2990), - [anon_sym_for] = ACTIONS(2990), - [anon_sym_return] = ACTIONS(2990), - [anon_sym_break] = ACTIONS(2990), - [anon_sym_continue] = ACTIONS(2990), - [anon_sym_goto] = ACTIONS(2990), - [anon_sym___try] = ACTIONS(2990), - [anon_sym___leave] = ACTIONS(2990), - [anon_sym_not] = ACTIONS(2990), - [anon_sym_compl] = ACTIONS(2990), - [anon_sym_DASH_DASH] = ACTIONS(2992), - [anon_sym_PLUS_PLUS] = ACTIONS(2992), - [anon_sym_sizeof] = ACTIONS(2990), - [anon_sym___alignof__] = ACTIONS(2990), - [anon_sym___alignof] = ACTIONS(2990), - [anon_sym__alignof] = ACTIONS(2990), - [anon_sym_alignof] = ACTIONS(2990), - [anon_sym__Alignof] = ACTIONS(2990), - [anon_sym_offsetof] = ACTIONS(2990), - [anon_sym__Generic] = ACTIONS(2990), - [anon_sym_asm] = ACTIONS(2990), - [anon_sym___asm__] = ACTIONS(2990), - [anon_sym___asm] = ACTIONS(2990), - [aux_sym_number_literal_token1] = ACTIONS(2992), - [aux_sym_number_literal_token2] = ACTIONS(2990), - [anon_sym_L_SQUOTE] = ACTIONS(2992), - [anon_sym_u_SQUOTE] = ACTIONS(2992), - [anon_sym_U_SQUOTE] = ACTIONS(2992), - [anon_sym_u8_SQUOTE] = ACTIONS(2992), - [anon_sym_SQUOTE] = ACTIONS(2992), - [anon_sym_L_DQUOTE] = ACTIONS(2992), - [anon_sym_u_DQUOTE] = ACTIONS(2992), - [anon_sym_U_DQUOTE] = ACTIONS(2992), - [anon_sym_u8_DQUOTE] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_true] = ACTIONS(2990), - [sym_false] = ACTIONS(2990), - [anon_sym_NULL] = ACTIONS(2990), - [anon_sym_nullptr] = ACTIONS(2990), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2990), - [anon_sym_decltype] = ACTIONS(2990), - [anon_sym_explicit] = ACTIONS(2990), - [anon_sym_typename] = ACTIONS(2990), - [anon_sym_template] = ACTIONS(2990), - [anon_sym_operator] = ACTIONS(2990), - [anon_sym_try] = ACTIONS(2990), - [anon_sym_delete] = ACTIONS(2990), - [anon_sym_throw] = ACTIONS(2990), - [anon_sym_namespace] = ACTIONS(2990), - [anon_sym_using] = ACTIONS(2990), - [anon_sym_static_assert] = ACTIONS(2990), - [anon_sym_concept] = ACTIONS(2990), - [anon_sym_co_return] = ACTIONS(2990), - [anon_sym_co_yield] = ACTIONS(2990), - [anon_sym_R_DQUOTE] = ACTIONS(2992), - [anon_sym_LR_DQUOTE] = ACTIONS(2992), - [anon_sym_uR_DQUOTE] = ACTIONS(2992), - [anon_sym_UR_DQUOTE] = ACTIONS(2992), - [anon_sym_u8R_DQUOTE] = ACTIONS(2992), - [anon_sym_co_await] = ACTIONS(2990), - [anon_sym_new] = ACTIONS(2990), - [anon_sym_requires] = ACTIONS(2990), - [sym_this] = ACTIONS(2990), - }, - [609] = { - [sym_identifier] = ACTIONS(2994), - [aux_sym_preproc_include_token1] = ACTIONS(2994), - [aux_sym_preproc_def_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2994), - [sym_preproc_directive] = ACTIONS(2994), - [anon_sym_LPAREN2] = ACTIONS(2996), - [anon_sym_BANG] = ACTIONS(2996), - [anon_sym_TILDE] = ACTIONS(2996), - [anon_sym_DASH] = ACTIONS(2994), - [anon_sym_PLUS] = ACTIONS(2994), - [anon_sym_STAR] = ACTIONS(2996), - [anon_sym_AMP_AMP] = ACTIONS(2996), - [anon_sym_AMP] = ACTIONS(2994), - [anon_sym_SEMI] = ACTIONS(2996), - [anon_sym___extension__] = ACTIONS(2994), - [anon_sym_typedef] = ACTIONS(2994), - [anon_sym_virtual] = ACTIONS(2994), - [anon_sym_extern] = ACTIONS(2994), - [anon_sym___attribute__] = ACTIONS(2994), - [anon_sym___attribute] = ACTIONS(2994), - [anon_sym_COLON_COLON] = ACTIONS(2996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2996), - [anon_sym___declspec] = ACTIONS(2994), - [anon_sym___based] = ACTIONS(2994), - [anon_sym___cdecl] = ACTIONS(2994), - [anon_sym___clrcall] = ACTIONS(2994), - [anon_sym___stdcall] = ACTIONS(2994), - [anon_sym___fastcall] = ACTIONS(2994), - [anon_sym___thiscall] = ACTIONS(2994), - [anon_sym___vectorcall] = ACTIONS(2994), - [anon_sym_LBRACE] = ACTIONS(2996), - [anon_sym_RBRACE] = ACTIONS(2996), - [anon_sym_signed] = ACTIONS(2994), - [anon_sym_unsigned] = ACTIONS(2994), - [anon_sym_long] = ACTIONS(2994), - [anon_sym_short] = ACTIONS(2994), - [anon_sym_LBRACK] = ACTIONS(2994), - [anon_sym_static] = ACTIONS(2994), - [anon_sym_register] = ACTIONS(2994), - [anon_sym_inline] = ACTIONS(2994), - [anon_sym___inline] = ACTIONS(2994), - [anon_sym___inline__] = ACTIONS(2994), - [anon_sym___forceinline] = ACTIONS(2994), - [anon_sym_thread_local] = ACTIONS(2994), - [anon_sym___thread] = ACTIONS(2994), - [anon_sym_const] = ACTIONS(2994), - [anon_sym_constexpr] = ACTIONS(2994), - [anon_sym_volatile] = ACTIONS(2994), - [anon_sym_restrict] = ACTIONS(2994), - [anon_sym___restrict__] = ACTIONS(2994), - [anon_sym__Atomic] = ACTIONS(2994), - [anon_sym__Noreturn] = ACTIONS(2994), - [anon_sym_noreturn] = ACTIONS(2994), - [anon_sym__Nonnull] = ACTIONS(2994), - [anon_sym_mutable] = ACTIONS(2994), - [anon_sym_constinit] = ACTIONS(2994), - [anon_sym_consteval] = ACTIONS(2994), - [anon_sym_PROGMEM] = ACTIONS(2994), - [anon_sym_alignas] = ACTIONS(2994), - [anon_sym__Alignas] = ACTIONS(2994), - [aux_sym_primitive_type_token1] = ACTIONS(2994), - [anon_sym_byte] = ACTIONS(2994), - [anon_sym_word] = ACTIONS(2994), - [anon_sym_enum] = ACTIONS(2994), - [anon_sym_class] = ACTIONS(2994), - [anon_sym_struct] = ACTIONS(2994), - [anon_sym_union] = ACTIONS(2994), - [anon_sym_if] = ACTIONS(2994), - [anon_sym_switch] = ACTIONS(2994), - [anon_sym_case] = ACTIONS(2994), - [anon_sym_default] = ACTIONS(2994), - [anon_sym_while] = ACTIONS(2994), - [anon_sym_do] = ACTIONS(2994), - [anon_sym_for] = ACTIONS(2994), - [anon_sym_return] = ACTIONS(2994), - [anon_sym_break] = ACTIONS(2994), - [anon_sym_continue] = ACTIONS(2994), - [anon_sym_goto] = ACTIONS(2994), - [anon_sym___try] = ACTIONS(2994), - [anon_sym___leave] = ACTIONS(2994), - [anon_sym_not] = ACTIONS(2994), - [anon_sym_compl] = ACTIONS(2994), - [anon_sym_DASH_DASH] = ACTIONS(2996), - [anon_sym_PLUS_PLUS] = ACTIONS(2996), - [anon_sym_sizeof] = ACTIONS(2994), - [anon_sym___alignof__] = ACTIONS(2994), - [anon_sym___alignof] = ACTIONS(2994), - [anon_sym__alignof] = ACTIONS(2994), - [anon_sym_alignof] = ACTIONS(2994), - [anon_sym__Alignof] = ACTIONS(2994), - [anon_sym_offsetof] = ACTIONS(2994), - [anon_sym__Generic] = ACTIONS(2994), - [anon_sym_asm] = ACTIONS(2994), - [anon_sym___asm__] = ACTIONS(2994), - [anon_sym___asm] = ACTIONS(2994), - [aux_sym_number_literal_token1] = ACTIONS(2996), - [aux_sym_number_literal_token2] = ACTIONS(2994), - [anon_sym_L_SQUOTE] = ACTIONS(2996), - [anon_sym_u_SQUOTE] = ACTIONS(2996), - [anon_sym_U_SQUOTE] = ACTIONS(2996), - [anon_sym_u8_SQUOTE] = ACTIONS(2996), - [anon_sym_SQUOTE] = ACTIONS(2996), - [anon_sym_L_DQUOTE] = ACTIONS(2996), - [anon_sym_u_DQUOTE] = ACTIONS(2996), - [anon_sym_U_DQUOTE] = ACTIONS(2996), - [anon_sym_u8_DQUOTE] = ACTIONS(2996), - [anon_sym_DQUOTE] = ACTIONS(2996), - [sym_true] = ACTIONS(2994), - [sym_false] = ACTIONS(2994), - [anon_sym_NULL] = ACTIONS(2994), - [anon_sym_nullptr] = ACTIONS(2994), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2994), - [anon_sym_decltype] = ACTIONS(2994), - [anon_sym_explicit] = ACTIONS(2994), - [anon_sym_typename] = ACTIONS(2994), - [anon_sym_template] = ACTIONS(2994), - [anon_sym_operator] = ACTIONS(2994), - [anon_sym_try] = ACTIONS(2994), - [anon_sym_delete] = ACTIONS(2994), - [anon_sym_throw] = ACTIONS(2994), - [anon_sym_namespace] = ACTIONS(2994), - [anon_sym_using] = ACTIONS(2994), - [anon_sym_static_assert] = ACTIONS(2994), - [anon_sym_concept] = ACTIONS(2994), - [anon_sym_co_return] = ACTIONS(2994), - [anon_sym_co_yield] = ACTIONS(2994), - [anon_sym_R_DQUOTE] = ACTIONS(2996), - [anon_sym_LR_DQUOTE] = ACTIONS(2996), - [anon_sym_uR_DQUOTE] = ACTIONS(2996), - [anon_sym_UR_DQUOTE] = ACTIONS(2996), - [anon_sym_u8R_DQUOTE] = ACTIONS(2996), - [anon_sym_co_await] = ACTIONS(2994), - [anon_sym_new] = ACTIONS(2994), - [anon_sym_requires] = ACTIONS(2994), - [sym_this] = ACTIONS(2994), - }, - [610] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_include_token1] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_BANG] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_PLUS] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym___cdecl] = ACTIONS(3006), - [anon_sym___clrcall] = ACTIONS(3006), - [anon_sym___stdcall] = ACTIONS(3006), - [anon_sym___fastcall] = ACTIONS(3006), - [anon_sym___thiscall] = ACTIONS(3006), - [anon_sym___vectorcall] = ACTIONS(3006), - [anon_sym_LBRACE] = ACTIONS(3008), - [anon_sym_RBRACE] = ACTIONS(3008), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [anon_sym_if] = ACTIONS(3006), - [anon_sym_switch] = ACTIONS(3006), - [anon_sym_case] = ACTIONS(3006), - [anon_sym_default] = ACTIONS(3006), - [anon_sym_while] = ACTIONS(3006), - [anon_sym_do] = ACTIONS(3006), - [anon_sym_for] = ACTIONS(3006), - [anon_sym_return] = ACTIONS(3006), - [anon_sym_break] = ACTIONS(3006), - [anon_sym_continue] = ACTIONS(3006), - [anon_sym_goto] = ACTIONS(3006), - [anon_sym___try] = ACTIONS(3006), - [anon_sym___leave] = ACTIONS(3006), - [anon_sym_not] = ACTIONS(3006), - [anon_sym_compl] = ACTIONS(3006), - [anon_sym_DASH_DASH] = ACTIONS(3008), - [anon_sym_PLUS_PLUS] = ACTIONS(3008), - [anon_sym_sizeof] = ACTIONS(3006), - [anon_sym___alignof__] = ACTIONS(3006), - [anon_sym___alignof] = ACTIONS(3006), - [anon_sym__alignof] = ACTIONS(3006), - [anon_sym_alignof] = ACTIONS(3006), - [anon_sym__Alignof] = ACTIONS(3006), - [anon_sym_offsetof] = ACTIONS(3006), - [anon_sym__Generic] = ACTIONS(3006), - [anon_sym_asm] = ACTIONS(3006), - [anon_sym___asm__] = ACTIONS(3006), - [anon_sym___asm] = ACTIONS(3006), - [aux_sym_number_literal_token1] = ACTIONS(3008), - [aux_sym_number_literal_token2] = ACTIONS(3006), - [anon_sym_L_SQUOTE] = ACTIONS(3008), - [anon_sym_u_SQUOTE] = ACTIONS(3008), - [anon_sym_U_SQUOTE] = ACTIONS(3008), - [anon_sym_u8_SQUOTE] = ACTIONS(3008), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_L_DQUOTE] = ACTIONS(3008), - [anon_sym_u_DQUOTE] = ACTIONS(3008), - [anon_sym_U_DQUOTE] = ACTIONS(3008), - [anon_sym_u8_DQUOTE] = ACTIONS(3008), - [anon_sym_DQUOTE] = ACTIONS(3008), - [sym_true] = ACTIONS(3006), - [sym_false] = ACTIONS(3006), - [anon_sym_NULL] = ACTIONS(3006), - [anon_sym_nullptr] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_try] = ACTIONS(3006), - [anon_sym_delete] = ACTIONS(3006), - [anon_sym_throw] = ACTIONS(3006), - [anon_sym_namespace] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), - [anon_sym_concept] = ACTIONS(3006), - [anon_sym_co_return] = ACTIONS(3006), - [anon_sym_co_yield] = ACTIONS(3006), - [anon_sym_R_DQUOTE] = ACTIONS(3008), - [anon_sym_LR_DQUOTE] = ACTIONS(3008), - [anon_sym_uR_DQUOTE] = ACTIONS(3008), - [anon_sym_UR_DQUOTE] = ACTIONS(3008), - [anon_sym_u8R_DQUOTE] = ACTIONS(3008), - [anon_sym_co_await] = ACTIONS(3006), - [anon_sym_new] = ACTIONS(3006), - [anon_sym_requires] = ACTIONS(3006), - [sym_this] = ACTIONS(3006), - }, - [611] = { - [sym_identifier] = ACTIONS(3102), - [aux_sym_preproc_include_token1] = ACTIONS(3102), - [aux_sym_preproc_def_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_LPAREN2] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_AMP_AMP] = ACTIONS(3104), - [anon_sym_AMP] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym___extension__] = ACTIONS(3102), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_virtual] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym___attribute__] = ACTIONS(3102), - [anon_sym___attribute] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), - [anon_sym___declspec] = ACTIONS(3102), - [anon_sym___based] = ACTIONS(3102), - [anon_sym___cdecl] = ACTIONS(3102), - [anon_sym___clrcall] = ACTIONS(3102), - [anon_sym___stdcall] = ACTIONS(3102), - [anon_sym___fastcall] = ACTIONS(3102), - [anon_sym___thiscall] = ACTIONS(3102), - [anon_sym___vectorcall] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_RBRACE] = ACTIONS(3104), - [anon_sym_signed] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [anon_sym_LBRACK] = ACTIONS(3102), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym___inline] = ACTIONS(3102), - [anon_sym___inline__] = ACTIONS(3102), - [anon_sym___forceinline] = ACTIONS(3102), - [anon_sym_thread_local] = ACTIONS(3102), - [anon_sym___thread] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_constexpr] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym___restrict__] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym__Noreturn] = ACTIONS(3102), - [anon_sym_noreturn] = ACTIONS(3102), - [anon_sym__Nonnull] = ACTIONS(3102), - [anon_sym_mutable] = ACTIONS(3102), - [anon_sym_constinit] = ACTIONS(3102), - [anon_sym_consteval] = ACTIONS(3102), - [anon_sym_PROGMEM] = ACTIONS(3102), - [anon_sym_alignas] = ACTIONS(3102), - [anon_sym__Alignas] = ACTIONS(3102), - [aux_sym_primitive_type_token1] = ACTIONS(3102), - [anon_sym_byte] = ACTIONS(3102), - [anon_sym_word] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_class] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym___try] = ACTIONS(3102), - [anon_sym___leave] = ACTIONS(3102), - [anon_sym_not] = ACTIONS(3102), - [anon_sym_compl] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [anon_sym___alignof__] = ACTIONS(3102), - [anon_sym___alignof] = ACTIONS(3102), - [anon_sym__alignof] = ACTIONS(3102), - [anon_sym_alignof] = ACTIONS(3102), - [anon_sym__Alignof] = ACTIONS(3102), - [anon_sym_offsetof] = ACTIONS(3102), - [anon_sym__Generic] = ACTIONS(3102), - [anon_sym_asm] = ACTIONS(3102), - [anon_sym___asm__] = ACTIONS(3102), - [anon_sym___asm] = ACTIONS(3102), - [aux_sym_number_literal_token1] = ACTIONS(3104), - [aux_sym_number_literal_token2] = ACTIONS(3102), - [anon_sym_L_SQUOTE] = ACTIONS(3104), - [anon_sym_u_SQUOTE] = ACTIONS(3104), - [anon_sym_U_SQUOTE] = ACTIONS(3104), - [anon_sym_u8_SQUOTE] = ACTIONS(3104), - [anon_sym_SQUOTE] = ACTIONS(3104), - [anon_sym_L_DQUOTE] = ACTIONS(3104), - [anon_sym_u_DQUOTE] = ACTIONS(3104), - [anon_sym_U_DQUOTE] = ACTIONS(3104), - [anon_sym_u8_DQUOTE] = ACTIONS(3104), - [anon_sym_DQUOTE] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [anon_sym_NULL] = ACTIONS(3102), - [anon_sym_nullptr] = ACTIONS(3102), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3102), - [anon_sym_decltype] = ACTIONS(3102), - [anon_sym_explicit] = ACTIONS(3102), - [anon_sym_typename] = ACTIONS(3102), - [anon_sym_template] = ACTIONS(3102), - [anon_sym_operator] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_delete] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_namespace] = ACTIONS(3102), - [anon_sym_using] = ACTIONS(3102), - [anon_sym_static_assert] = ACTIONS(3102), - [anon_sym_concept] = ACTIONS(3102), - [anon_sym_co_return] = ACTIONS(3102), - [anon_sym_co_yield] = ACTIONS(3102), - [anon_sym_R_DQUOTE] = ACTIONS(3104), - [anon_sym_LR_DQUOTE] = ACTIONS(3104), - [anon_sym_uR_DQUOTE] = ACTIONS(3104), - [anon_sym_UR_DQUOTE] = ACTIONS(3104), - [anon_sym_u8R_DQUOTE] = ACTIONS(3104), - [anon_sym_co_await] = ACTIONS(3102), - [anon_sym_new] = ACTIONS(3102), - [anon_sym_requires] = ACTIONS(3102), - [sym_this] = ACTIONS(3102), - }, - [612] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_include_token1] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_BANG] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_DASH] = ACTIONS(3014), - [anon_sym_PLUS] = ACTIONS(3014), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym___cdecl] = ACTIONS(3014), - [anon_sym___clrcall] = ACTIONS(3014), - [anon_sym___stdcall] = ACTIONS(3014), - [anon_sym___fastcall] = ACTIONS(3014), - [anon_sym___thiscall] = ACTIONS(3014), - [anon_sym___vectorcall] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3016), - [anon_sym_RBRACE] = ACTIONS(3016), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [anon_sym_if] = ACTIONS(3014), - [anon_sym_switch] = ACTIONS(3014), - [anon_sym_case] = ACTIONS(3014), - [anon_sym_default] = ACTIONS(3014), - [anon_sym_while] = ACTIONS(3014), - [anon_sym_do] = ACTIONS(3014), - [anon_sym_for] = ACTIONS(3014), - [anon_sym_return] = ACTIONS(3014), - [anon_sym_break] = ACTIONS(3014), - [anon_sym_continue] = ACTIONS(3014), - [anon_sym_goto] = ACTIONS(3014), - [anon_sym___try] = ACTIONS(3014), - [anon_sym___leave] = ACTIONS(3014), - [anon_sym_not] = ACTIONS(3014), - [anon_sym_compl] = ACTIONS(3014), - [anon_sym_DASH_DASH] = ACTIONS(3016), - [anon_sym_PLUS_PLUS] = ACTIONS(3016), - [anon_sym_sizeof] = ACTIONS(3014), - [anon_sym___alignof__] = ACTIONS(3014), - [anon_sym___alignof] = ACTIONS(3014), - [anon_sym__alignof] = ACTIONS(3014), - [anon_sym_alignof] = ACTIONS(3014), - [anon_sym__Alignof] = ACTIONS(3014), - [anon_sym_offsetof] = ACTIONS(3014), - [anon_sym__Generic] = ACTIONS(3014), - [anon_sym_asm] = ACTIONS(3014), - [anon_sym___asm__] = ACTIONS(3014), - [anon_sym___asm] = ACTIONS(3014), - [aux_sym_number_literal_token1] = ACTIONS(3016), - [aux_sym_number_literal_token2] = ACTIONS(3014), - [anon_sym_L_SQUOTE] = ACTIONS(3016), - [anon_sym_u_SQUOTE] = ACTIONS(3016), - [anon_sym_U_SQUOTE] = ACTIONS(3016), - [anon_sym_u8_SQUOTE] = ACTIONS(3016), - [anon_sym_SQUOTE] = ACTIONS(3016), - [anon_sym_L_DQUOTE] = ACTIONS(3016), - [anon_sym_u_DQUOTE] = ACTIONS(3016), - [anon_sym_U_DQUOTE] = ACTIONS(3016), - [anon_sym_u8_DQUOTE] = ACTIONS(3016), - [anon_sym_DQUOTE] = ACTIONS(3016), - [sym_true] = ACTIONS(3014), - [sym_false] = ACTIONS(3014), - [anon_sym_NULL] = ACTIONS(3014), - [anon_sym_nullptr] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_try] = ACTIONS(3014), - [anon_sym_delete] = ACTIONS(3014), - [anon_sym_throw] = ACTIONS(3014), - [anon_sym_namespace] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), - [anon_sym_concept] = ACTIONS(3014), - [anon_sym_co_return] = ACTIONS(3014), - [anon_sym_co_yield] = ACTIONS(3014), - [anon_sym_R_DQUOTE] = ACTIONS(3016), - [anon_sym_LR_DQUOTE] = ACTIONS(3016), - [anon_sym_uR_DQUOTE] = ACTIONS(3016), - [anon_sym_UR_DQUOTE] = ACTIONS(3016), - [anon_sym_u8R_DQUOTE] = ACTIONS(3016), - [anon_sym_co_await] = ACTIONS(3014), - [anon_sym_new] = ACTIONS(3014), - [anon_sym_requires] = ACTIONS(3014), - [sym_this] = ACTIONS(3014), - }, - [613] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_include_token1] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_BANG] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_DASH] = ACTIONS(3018), - [anon_sym_PLUS] = ACTIONS(3018), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym___cdecl] = ACTIONS(3018), - [anon_sym___clrcall] = ACTIONS(3018), - [anon_sym___stdcall] = ACTIONS(3018), - [anon_sym___fastcall] = ACTIONS(3018), - [anon_sym___thiscall] = ACTIONS(3018), - [anon_sym___vectorcall] = ACTIONS(3018), - [anon_sym_LBRACE] = ACTIONS(3020), - [anon_sym_RBRACE] = ACTIONS(3020), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [anon_sym_if] = ACTIONS(3018), - [anon_sym_switch] = ACTIONS(3018), - [anon_sym_case] = ACTIONS(3018), - [anon_sym_default] = ACTIONS(3018), - [anon_sym_while] = ACTIONS(3018), - [anon_sym_do] = ACTIONS(3018), - [anon_sym_for] = ACTIONS(3018), - [anon_sym_return] = ACTIONS(3018), - [anon_sym_break] = ACTIONS(3018), - [anon_sym_continue] = ACTIONS(3018), - [anon_sym_goto] = ACTIONS(3018), - [anon_sym___try] = ACTIONS(3018), - [anon_sym___leave] = ACTIONS(3018), - [anon_sym_not] = ACTIONS(3018), - [anon_sym_compl] = ACTIONS(3018), - [anon_sym_DASH_DASH] = ACTIONS(3020), - [anon_sym_PLUS_PLUS] = ACTIONS(3020), - [anon_sym_sizeof] = ACTIONS(3018), - [anon_sym___alignof__] = ACTIONS(3018), - [anon_sym___alignof] = ACTIONS(3018), - [anon_sym__alignof] = ACTIONS(3018), - [anon_sym_alignof] = ACTIONS(3018), - [anon_sym__Alignof] = ACTIONS(3018), - [anon_sym_offsetof] = ACTIONS(3018), - [anon_sym__Generic] = ACTIONS(3018), - [anon_sym_asm] = ACTIONS(3018), - [anon_sym___asm__] = ACTIONS(3018), - [anon_sym___asm] = ACTIONS(3018), - [aux_sym_number_literal_token1] = ACTIONS(3020), - [aux_sym_number_literal_token2] = ACTIONS(3018), - [anon_sym_L_SQUOTE] = ACTIONS(3020), - [anon_sym_u_SQUOTE] = ACTIONS(3020), - [anon_sym_U_SQUOTE] = ACTIONS(3020), - [anon_sym_u8_SQUOTE] = ACTIONS(3020), - [anon_sym_SQUOTE] = ACTIONS(3020), - [anon_sym_L_DQUOTE] = ACTIONS(3020), - [anon_sym_u_DQUOTE] = ACTIONS(3020), - [anon_sym_U_DQUOTE] = ACTIONS(3020), - [anon_sym_u8_DQUOTE] = ACTIONS(3020), - [anon_sym_DQUOTE] = ACTIONS(3020), - [sym_true] = ACTIONS(3018), - [sym_false] = ACTIONS(3018), - [anon_sym_NULL] = ACTIONS(3018), - [anon_sym_nullptr] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_try] = ACTIONS(3018), - [anon_sym_delete] = ACTIONS(3018), - [anon_sym_throw] = ACTIONS(3018), - [anon_sym_namespace] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), - [anon_sym_concept] = ACTIONS(3018), - [anon_sym_co_return] = ACTIONS(3018), - [anon_sym_co_yield] = ACTIONS(3018), - [anon_sym_R_DQUOTE] = ACTIONS(3020), - [anon_sym_LR_DQUOTE] = ACTIONS(3020), - [anon_sym_uR_DQUOTE] = ACTIONS(3020), - [anon_sym_UR_DQUOTE] = ACTIONS(3020), - [anon_sym_u8R_DQUOTE] = ACTIONS(3020), - [anon_sym_co_await] = ACTIONS(3018), - [anon_sym_new] = ACTIONS(3018), - [anon_sym_requires] = ACTIONS(3018), - [sym_this] = ACTIONS(3018), - }, - [614] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_RBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym___try] = ACTIONS(2929), - [anon_sym___leave] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), - }, - [615] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_RBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym___try] = ACTIONS(2929), - [anon_sym___leave] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), - }, - [616] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_include_token1] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token2] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym___cdecl] = ACTIONS(3126), - [anon_sym___clrcall] = ACTIONS(3126), - [anon_sym___stdcall] = ACTIONS(3126), - [anon_sym___fastcall] = ACTIONS(3126), - [anon_sym___thiscall] = ACTIONS(3126), - [anon_sym___vectorcall] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym___try] = ACTIONS(3126), - [anon_sym___leave] = ACTIONS(3126), - [anon_sym_not] = ACTIONS(3126), - [anon_sym_compl] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [anon_sym___alignof__] = ACTIONS(3126), - [anon_sym___alignof] = ACTIONS(3126), - [anon_sym__alignof] = ACTIONS(3126), - [anon_sym_alignof] = ACTIONS(3126), - [anon_sym__Alignof] = ACTIONS(3126), - [anon_sym_offsetof] = ACTIONS(3126), - [anon_sym__Generic] = ACTIONS(3126), - [anon_sym_asm] = ACTIONS(3126), - [anon_sym___asm__] = ACTIONS(3126), - [anon_sym___asm] = ACTIONS(3126), - [aux_sym_number_literal_token1] = ACTIONS(3128), - [aux_sym_number_literal_token2] = ACTIONS(3126), - [anon_sym_L_SQUOTE] = ACTIONS(3128), - [anon_sym_u_SQUOTE] = ACTIONS(3128), - [anon_sym_U_SQUOTE] = ACTIONS(3128), - [anon_sym_u8_SQUOTE] = ACTIONS(3128), - [anon_sym_SQUOTE] = ACTIONS(3128), - [anon_sym_L_DQUOTE] = ACTIONS(3128), - [anon_sym_u_DQUOTE] = ACTIONS(3128), - [anon_sym_U_DQUOTE] = ACTIONS(3128), - [anon_sym_u8_DQUOTE] = ACTIONS(3128), - [anon_sym_DQUOTE] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [anon_sym_NULL] = ACTIONS(3126), - [anon_sym_nullptr] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_try] = ACTIONS(3126), - [anon_sym_delete] = ACTIONS(3126), - [anon_sym_throw] = ACTIONS(3126), - [anon_sym_namespace] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), - [anon_sym_concept] = ACTIONS(3126), - [anon_sym_co_return] = ACTIONS(3126), - [anon_sym_co_yield] = ACTIONS(3126), - [anon_sym_R_DQUOTE] = ACTIONS(3128), - [anon_sym_LR_DQUOTE] = ACTIONS(3128), - [anon_sym_uR_DQUOTE] = ACTIONS(3128), - [anon_sym_UR_DQUOTE] = ACTIONS(3128), - [anon_sym_u8R_DQUOTE] = ACTIONS(3128), - [anon_sym_co_await] = ACTIONS(3126), - [anon_sym_new] = ACTIONS(3126), - [anon_sym_requires] = ACTIONS(3126), - [sym_this] = ACTIONS(3126), - }, - [617] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_include_token1] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym___cdecl] = ACTIONS(3029), - [anon_sym___clrcall] = ACTIONS(3029), - [anon_sym___stdcall] = ACTIONS(3029), - [anon_sym___fastcall] = ACTIONS(3029), - [anon_sym___thiscall] = ACTIONS(3029), - [anon_sym___vectorcall] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3031), - [anon_sym_RBRACE] = ACTIONS(3031), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_switch] = ACTIONS(3029), - [anon_sym_case] = ACTIONS(3029), - [anon_sym_default] = ACTIONS(3029), - [anon_sym_while] = ACTIONS(3029), - [anon_sym_do] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym___try] = ACTIONS(3029), - [anon_sym___leave] = ACTIONS(3029), - [anon_sym_not] = ACTIONS(3029), - [anon_sym_compl] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3031), - [anon_sym_PLUS_PLUS] = ACTIONS(3031), - [anon_sym_sizeof] = ACTIONS(3029), - [anon_sym___alignof__] = ACTIONS(3029), - [anon_sym___alignof] = ACTIONS(3029), - [anon_sym__alignof] = ACTIONS(3029), - [anon_sym_alignof] = ACTIONS(3029), - [anon_sym__Alignof] = ACTIONS(3029), - [anon_sym_offsetof] = ACTIONS(3029), - [anon_sym__Generic] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym___asm__] = ACTIONS(3029), - [anon_sym___asm] = ACTIONS(3029), - [aux_sym_number_literal_token1] = ACTIONS(3031), - [aux_sym_number_literal_token2] = ACTIONS(3029), - [anon_sym_L_SQUOTE] = ACTIONS(3031), - [anon_sym_u_SQUOTE] = ACTIONS(3031), - [anon_sym_U_SQUOTE] = ACTIONS(3031), - [anon_sym_u8_SQUOTE] = ACTIONS(3031), - [anon_sym_SQUOTE] = ACTIONS(3031), - [anon_sym_L_DQUOTE] = ACTIONS(3031), - [anon_sym_u_DQUOTE] = ACTIONS(3031), - [anon_sym_U_DQUOTE] = ACTIONS(3031), - [anon_sym_u8_DQUOTE] = ACTIONS(3031), - [anon_sym_DQUOTE] = ACTIONS(3031), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [anon_sym_NULL] = ACTIONS(3029), - [anon_sym_nullptr] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_try] = ACTIONS(3029), - [anon_sym_delete] = ACTIONS(3029), - [anon_sym_throw] = ACTIONS(3029), - [anon_sym_namespace] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), - [anon_sym_concept] = ACTIONS(3029), - [anon_sym_co_return] = ACTIONS(3029), - [anon_sym_co_yield] = ACTIONS(3029), - [anon_sym_R_DQUOTE] = ACTIONS(3031), - [anon_sym_LR_DQUOTE] = ACTIONS(3031), - [anon_sym_uR_DQUOTE] = ACTIONS(3031), - [anon_sym_UR_DQUOTE] = ACTIONS(3031), - [anon_sym_u8R_DQUOTE] = ACTIONS(3031), - [anon_sym_co_await] = ACTIONS(3029), - [anon_sym_new] = ACTIONS(3029), - [anon_sym_requires] = ACTIONS(3029), - [sym_this] = ACTIONS(3029), - }, - [618] = { - [sym_identifier] = ACTIONS(2976), - [aux_sym_preproc_include_token1] = ACTIONS(2976), - [aux_sym_preproc_def_token1] = ACTIONS(2976), - [aux_sym_preproc_if_token1] = ACTIONS(2976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), - [sym_preproc_directive] = ACTIONS(2976), - [anon_sym_LPAREN2] = ACTIONS(2978), - [anon_sym_BANG] = ACTIONS(2978), - [anon_sym_TILDE] = ACTIONS(2978), - [anon_sym_DASH] = ACTIONS(2976), - [anon_sym_PLUS] = ACTIONS(2976), - [anon_sym_STAR] = ACTIONS(2978), - [anon_sym_AMP_AMP] = ACTIONS(2978), - [anon_sym_AMP] = ACTIONS(2976), - [anon_sym_SEMI] = ACTIONS(2978), - [anon_sym___extension__] = ACTIONS(2976), - [anon_sym_typedef] = ACTIONS(2976), - [anon_sym_virtual] = ACTIONS(2976), - [anon_sym_extern] = ACTIONS(2976), - [anon_sym___attribute__] = ACTIONS(2976), - [anon_sym___attribute] = ACTIONS(2976), - [anon_sym_COLON_COLON] = ACTIONS(2978), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2978), - [anon_sym___declspec] = ACTIONS(2976), - [anon_sym___based] = ACTIONS(2976), - [anon_sym___cdecl] = ACTIONS(2976), - [anon_sym___clrcall] = ACTIONS(2976), - [anon_sym___stdcall] = ACTIONS(2976), - [anon_sym___fastcall] = ACTIONS(2976), - [anon_sym___thiscall] = ACTIONS(2976), - [anon_sym___vectorcall] = ACTIONS(2976), - [anon_sym_LBRACE] = ACTIONS(2978), - [anon_sym_RBRACE] = ACTIONS(2978), - [anon_sym_signed] = ACTIONS(2976), - [anon_sym_unsigned] = ACTIONS(2976), - [anon_sym_long] = ACTIONS(2976), - [anon_sym_short] = ACTIONS(2976), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_static] = ACTIONS(2976), - [anon_sym_register] = ACTIONS(2976), - [anon_sym_inline] = ACTIONS(2976), - [anon_sym___inline] = ACTIONS(2976), - [anon_sym___inline__] = ACTIONS(2976), - [anon_sym___forceinline] = ACTIONS(2976), - [anon_sym_thread_local] = ACTIONS(2976), - [anon_sym___thread] = ACTIONS(2976), - [anon_sym_const] = ACTIONS(2976), - [anon_sym_constexpr] = ACTIONS(2976), - [anon_sym_volatile] = ACTIONS(2976), - [anon_sym_restrict] = ACTIONS(2976), - [anon_sym___restrict__] = ACTIONS(2976), - [anon_sym__Atomic] = ACTIONS(2976), - [anon_sym__Noreturn] = ACTIONS(2976), - [anon_sym_noreturn] = ACTIONS(2976), - [anon_sym__Nonnull] = ACTIONS(2976), - [anon_sym_mutable] = ACTIONS(2976), - [anon_sym_constinit] = ACTIONS(2976), - [anon_sym_consteval] = ACTIONS(2976), - [anon_sym_PROGMEM] = ACTIONS(2976), - [anon_sym_alignas] = ACTIONS(2976), - [anon_sym__Alignas] = ACTIONS(2976), - [aux_sym_primitive_type_token1] = ACTIONS(2976), - [anon_sym_byte] = ACTIONS(2976), - [anon_sym_word] = ACTIONS(2976), - [anon_sym_enum] = ACTIONS(2976), - [anon_sym_class] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2976), - [anon_sym_union] = ACTIONS(2976), - [anon_sym_if] = ACTIONS(2976), - [anon_sym_switch] = ACTIONS(2976), - [anon_sym_case] = ACTIONS(2976), - [anon_sym_default] = ACTIONS(2976), - [anon_sym_while] = ACTIONS(2976), - [anon_sym_do] = ACTIONS(2976), - [anon_sym_for] = ACTIONS(2976), - [anon_sym_return] = ACTIONS(2976), - [anon_sym_break] = ACTIONS(2976), - [anon_sym_continue] = ACTIONS(2976), - [anon_sym_goto] = ACTIONS(2976), - [anon_sym___try] = ACTIONS(2976), - [anon_sym___leave] = ACTIONS(2976), - [anon_sym_not] = ACTIONS(2976), - [anon_sym_compl] = ACTIONS(2976), - [anon_sym_DASH_DASH] = ACTIONS(2978), - [anon_sym_PLUS_PLUS] = ACTIONS(2978), - [anon_sym_sizeof] = ACTIONS(2976), - [anon_sym___alignof__] = ACTIONS(2976), - [anon_sym___alignof] = ACTIONS(2976), - [anon_sym__alignof] = ACTIONS(2976), - [anon_sym_alignof] = ACTIONS(2976), - [anon_sym__Alignof] = ACTIONS(2976), - [anon_sym_offsetof] = ACTIONS(2976), - [anon_sym__Generic] = ACTIONS(2976), - [anon_sym_asm] = ACTIONS(2976), - [anon_sym___asm__] = ACTIONS(2976), - [anon_sym___asm] = ACTIONS(2976), - [aux_sym_number_literal_token1] = ACTIONS(2978), - [aux_sym_number_literal_token2] = ACTIONS(2976), - [anon_sym_L_SQUOTE] = ACTIONS(2978), - [anon_sym_u_SQUOTE] = ACTIONS(2978), - [anon_sym_U_SQUOTE] = ACTIONS(2978), - [anon_sym_u8_SQUOTE] = ACTIONS(2978), - [anon_sym_SQUOTE] = ACTIONS(2978), - [anon_sym_L_DQUOTE] = ACTIONS(2978), - [anon_sym_u_DQUOTE] = ACTIONS(2978), - [anon_sym_U_DQUOTE] = ACTIONS(2978), - [anon_sym_u8_DQUOTE] = ACTIONS(2978), - [anon_sym_DQUOTE] = ACTIONS(2978), - [sym_true] = ACTIONS(2976), - [sym_false] = ACTIONS(2976), - [anon_sym_NULL] = ACTIONS(2976), - [anon_sym_nullptr] = ACTIONS(2976), + [593] = { + [sym_identifier] = ACTIONS(3056), + [aux_sym_preproc_include_token1] = ACTIONS(3056), + [aux_sym_preproc_def_token1] = ACTIONS(3056), + [aux_sym_preproc_if_token1] = ACTIONS(3056), + [aux_sym_preproc_if_token2] = ACTIONS(3056), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), + [sym_preproc_directive] = ACTIONS(3056), + [anon_sym_LPAREN2] = ACTIONS(3058), + [anon_sym_BANG] = ACTIONS(3058), + [anon_sym_TILDE] = ACTIONS(3058), + [anon_sym_DASH] = ACTIONS(3056), + [anon_sym_PLUS] = ACTIONS(3056), + [anon_sym_STAR] = ACTIONS(3058), + [anon_sym_AMP_AMP] = ACTIONS(3058), + [anon_sym_AMP] = ACTIONS(3056), + [anon_sym_SEMI] = ACTIONS(3058), + [anon_sym___extension__] = ACTIONS(3056), + [anon_sym_typedef] = ACTIONS(3056), + [anon_sym_virtual] = ACTIONS(3056), + [anon_sym_extern] = ACTIONS(3056), + [anon_sym___attribute__] = ACTIONS(3056), + [anon_sym___attribute] = ACTIONS(3056), + [anon_sym_COLON_COLON] = ACTIONS(3058), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3058), + [anon_sym___declspec] = ACTIONS(3056), + [anon_sym___based] = ACTIONS(3056), + [anon_sym___cdecl] = ACTIONS(3056), + [anon_sym___clrcall] = ACTIONS(3056), + [anon_sym___stdcall] = ACTIONS(3056), + [anon_sym___fastcall] = ACTIONS(3056), + [anon_sym___thiscall] = ACTIONS(3056), + [anon_sym___vectorcall] = ACTIONS(3056), + [anon_sym_LBRACE] = ACTIONS(3058), + [anon_sym_signed] = ACTIONS(3056), + [anon_sym_unsigned] = ACTIONS(3056), + [anon_sym_long] = ACTIONS(3056), + [anon_sym_short] = ACTIONS(3056), + [anon_sym_LBRACK] = ACTIONS(3056), + [anon_sym_static] = ACTIONS(3056), + [anon_sym_register] = ACTIONS(3056), + [anon_sym_inline] = ACTIONS(3056), + [anon_sym___inline] = ACTIONS(3056), + [anon_sym___inline__] = ACTIONS(3056), + [anon_sym___forceinline] = ACTIONS(3056), + [anon_sym_thread_local] = ACTIONS(3056), + [anon_sym___thread] = ACTIONS(3056), + [anon_sym_const] = ACTIONS(3056), + [anon_sym_constexpr] = ACTIONS(3056), + [anon_sym_volatile] = ACTIONS(3056), + [anon_sym_restrict] = ACTIONS(3056), + [anon_sym___restrict__] = ACTIONS(3056), + [anon_sym__Atomic] = ACTIONS(3056), + [anon_sym__Noreturn] = ACTIONS(3056), + [anon_sym_noreturn] = ACTIONS(3056), + [anon_sym__Nonnull] = ACTIONS(3056), + [anon_sym_mutable] = ACTIONS(3056), + [anon_sym_constinit] = ACTIONS(3056), + [anon_sym_consteval] = ACTIONS(3056), + [anon_sym_PROGMEM] = ACTIONS(3056), + [anon_sym_alignas] = ACTIONS(3056), + [anon_sym__Alignas] = ACTIONS(3056), + [aux_sym_primitive_type_token1] = ACTIONS(3056), + [anon_sym_byte] = ACTIONS(3056), + [anon_sym_word] = ACTIONS(3056), + [anon_sym_enum] = ACTIONS(3056), + [anon_sym_class] = ACTIONS(3056), + [anon_sym_struct] = ACTIONS(3056), + [anon_sym_union] = ACTIONS(3056), + [anon_sym_if] = ACTIONS(3056), + [anon_sym_switch] = ACTIONS(3056), + [anon_sym_case] = ACTIONS(3056), + [anon_sym_default] = ACTIONS(3056), + [anon_sym_while] = ACTIONS(3056), + [anon_sym_do] = ACTIONS(3056), + [anon_sym_for] = ACTIONS(3056), + [anon_sym_return] = ACTIONS(3056), + [anon_sym_break] = ACTIONS(3056), + [anon_sym_continue] = ACTIONS(3056), + [anon_sym_goto] = ACTIONS(3056), + [anon_sym___try] = ACTIONS(3056), + [anon_sym___leave] = ACTIONS(3056), + [anon_sym_not] = ACTIONS(3056), + [anon_sym_compl] = ACTIONS(3056), + [anon_sym_DASH_DASH] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_sizeof] = ACTIONS(3056), + [anon_sym___alignof__] = ACTIONS(3056), + [anon_sym___alignof] = ACTIONS(3056), + [anon_sym__alignof] = ACTIONS(3056), + [anon_sym_alignof] = ACTIONS(3056), + [anon_sym__Alignof] = ACTIONS(3056), + [anon_sym_offsetof] = ACTIONS(3056), + [anon_sym__Generic] = ACTIONS(3056), + [anon_sym_asm] = ACTIONS(3056), + [anon_sym___asm__] = ACTIONS(3056), + [anon_sym___asm] = ACTIONS(3056), + [aux_sym_number_literal_token1] = ACTIONS(3058), + [aux_sym_number_literal_token2] = ACTIONS(3056), + [anon_sym_L_SQUOTE] = ACTIONS(3058), + [anon_sym_u_SQUOTE] = ACTIONS(3058), + [anon_sym_U_SQUOTE] = ACTIONS(3058), + [anon_sym_u8_SQUOTE] = ACTIONS(3058), + [anon_sym_SQUOTE] = ACTIONS(3058), + [anon_sym_L_DQUOTE] = ACTIONS(3058), + [anon_sym_u_DQUOTE] = ACTIONS(3058), + [anon_sym_U_DQUOTE] = ACTIONS(3058), + [anon_sym_u8_DQUOTE] = ACTIONS(3058), + [anon_sym_DQUOTE] = ACTIONS(3058), + [sym_true] = ACTIONS(3056), + [sym_false] = ACTIONS(3056), + [anon_sym_NULL] = ACTIONS(3056), + [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2976), - [anon_sym_decltype] = ACTIONS(2976), - [anon_sym_explicit] = ACTIONS(2976), - [anon_sym_typename] = ACTIONS(2976), - [anon_sym_template] = ACTIONS(2976), - [anon_sym_operator] = ACTIONS(2976), - [anon_sym_try] = ACTIONS(2976), - [anon_sym_delete] = ACTIONS(2976), - [anon_sym_throw] = ACTIONS(2976), - [anon_sym_namespace] = ACTIONS(2976), - [anon_sym_using] = ACTIONS(2976), - [anon_sym_static_assert] = ACTIONS(2976), - [anon_sym_concept] = ACTIONS(2976), - [anon_sym_co_return] = ACTIONS(2976), - [anon_sym_co_yield] = ACTIONS(2976), - [anon_sym_R_DQUOTE] = ACTIONS(2978), - [anon_sym_LR_DQUOTE] = ACTIONS(2978), - [anon_sym_uR_DQUOTE] = ACTIONS(2978), - [anon_sym_UR_DQUOTE] = ACTIONS(2978), - [anon_sym_u8R_DQUOTE] = ACTIONS(2978), - [anon_sym_co_await] = ACTIONS(2976), - [anon_sym_new] = ACTIONS(2976), - [anon_sym_requires] = ACTIONS(2976), - [sym_this] = ACTIONS(2976), - }, - [619] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_include_token1] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token2] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_DASH] = ACTIONS(3130), - [anon_sym_PLUS] = ACTIONS(3130), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym___cdecl] = ACTIONS(3130), - [anon_sym___clrcall] = ACTIONS(3130), - [anon_sym___stdcall] = ACTIONS(3130), - [anon_sym___fastcall] = ACTIONS(3130), - [anon_sym___thiscall] = ACTIONS(3130), - [anon_sym___vectorcall] = ACTIONS(3130), - [anon_sym_LBRACE] = ACTIONS(3132), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [anon_sym_if] = ACTIONS(3130), - [anon_sym_switch] = ACTIONS(3130), - [anon_sym_case] = ACTIONS(3130), - [anon_sym_default] = ACTIONS(3130), - [anon_sym_while] = ACTIONS(3130), - [anon_sym_do] = ACTIONS(3130), - [anon_sym_for] = ACTIONS(3130), - [anon_sym_return] = ACTIONS(3130), - [anon_sym_break] = ACTIONS(3130), - [anon_sym_continue] = ACTIONS(3130), - [anon_sym_goto] = ACTIONS(3130), - [anon_sym___try] = ACTIONS(3130), - [anon_sym___leave] = ACTIONS(3130), - [anon_sym_not] = ACTIONS(3130), - [anon_sym_compl] = ACTIONS(3130), - [anon_sym_DASH_DASH] = ACTIONS(3132), - [anon_sym_PLUS_PLUS] = ACTIONS(3132), - [anon_sym_sizeof] = ACTIONS(3130), - [anon_sym___alignof__] = ACTIONS(3130), - [anon_sym___alignof] = ACTIONS(3130), - [anon_sym__alignof] = ACTIONS(3130), - [anon_sym_alignof] = ACTIONS(3130), - [anon_sym__Alignof] = ACTIONS(3130), - [anon_sym_offsetof] = ACTIONS(3130), - [anon_sym__Generic] = ACTIONS(3130), - [anon_sym_asm] = ACTIONS(3130), - [anon_sym___asm__] = ACTIONS(3130), - [anon_sym___asm] = ACTIONS(3130), - [aux_sym_number_literal_token1] = ACTIONS(3132), - [aux_sym_number_literal_token2] = ACTIONS(3130), - [anon_sym_L_SQUOTE] = ACTIONS(3132), - [anon_sym_u_SQUOTE] = ACTIONS(3132), - [anon_sym_U_SQUOTE] = ACTIONS(3132), - [anon_sym_u8_SQUOTE] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3132), - [anon_sym_L_DQUOTE] = ACTIONS(3132), - [anon_sym_u_DQUOTE] = ACTIONS(3132), - [anon_sym_U_DQUOTE] = ACTIONS(3132), - [anon_sym_u8_DQUOTE] = ACTIONS(3132), - [anon_sym_DQUOTE] = ACTIONS(3132), - [sym_true] = ACTIONS(3130), - [sym_false] = ACTIONS(3130), - [anon_sym_NULL] = ACTIONS(3130), - [anon_sym_nullptr] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_try] = ACTIONS(3130), - [anon_sym_delete] = ACTIONS(3130), - [anon_sym_throw] = ACTIONS(3130), - [anon_sym_namespace] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - [anon_sym_concept] = ACTIONS(3130), - [anon_sym_co_return] = ACTIONS(3130), - [anon_sym_co_yield] = ACTIONS(3130), - [anon_sym_R_DQUOTE] = ACTIONS(3132), - [anon_sym_LR_DQUOTE] = ACTIONS(3132), - [anon_sym_uR_DQUOTE] = ACTIONS(3132), - [anon_sym_UR_DQUOTE] = ACTIONS(3132), - [anon_sym_u8R_DQUOTE] = ACTIONS(3132), - [anon_sym_co_await] = ACTIONS(3130), - [anon_sym_new] = ACTIONS(3130), - [anon_sym_requires] = ACTIONS(3130), - [sym_this] = ACTIONS(3130), - }, - [620] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_include_token1] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token2] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3134), - [anon_sym_PLUS] = ACTIONS(3134), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym___cdecl] = ACTIONS(3134), - [anon_sym___clrcall] = ACTIONS(3134), - [anon_sym___stdcall] = ACTIONS(3134), - [anon_sym___fastcall] = ACTIONS(3134), - [anon_sym___thiscall] = ACTIONS(3134), - [anon_sym___vectorcall] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3136), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [anon_sym_if] = ACTIONS(3134), - [anon_sym_switch] = ACTIONS(3134), - [anon_sym_case] = ACTIONS(3134), - [anon_sym_default] = ACTIONS(3134), - [anon_sym_while] = ACTIONS(3134), - [anon_sym_do] = ACTIONS(3134), - [anon_sym_for] = ACTIONS(3134), - [anon_sym_return] = ACTIONS(3134), - [anon_sym_break] = ACTIONS(3134), - [anon_sym_continue] = ACTIONS(3134), - [anon_sym_goto] = ACTIONS(3134), - [anon_sym___try] = ACTIONS(3134), - [anon_sym___leave] = ACTIONS(3134), - [anon_sym_not] = ACTIONS(3134), - [anon_sym_compl] = ACTIONS(3134), - [anon_sym_DASH_DASH] = ACTIONS(3136), - [anon_sym_PLUS_PLUS] = ACTIONS(3136), - [anon_sym_sizeof] = ACTIONS(3134), - [anon_sym___alignof__] = ACTIONS(3134), - [anon_sym___alignof] = ACTIONS(3134), - [anon_sym__alignof] = ACTIONS(3134), - [anon_sym_alignof] = ACTIONS(3134), - [anon_sym__Alignof] = ACTIONS(3134), - [anon_sym_offsetof] = ACTIONS(3134), - [anon_sym__Generic] = ACTIONS(3134), - [anon_sym_asm] = ACTIONS(3134), - [anon_sym___asm__] = ACTIONS(3134), - [anon_sym___asm] = ACTIONS(3134), - [aux_sym_number_literal_token1] = ACTIONS(3136), - [aux_sym_number_literal_token2] = ACTIONS(3134), - [anon_sym_L_SQUOTE] = ACTIONS(3136), - [anon_sym_u_SQUOTE] = ACTIONS(3136), - [anon_sym_U_SQUOTE] = ACTIONS(3136), - [anon_sym_u8_SQUOTE] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3136), - [anon_sym_L_DQUOTE] = ACTIONS(3136), - [anon_sym_u_DQUOTE] = ACTIONS(3136), - [anon_sym_U_DQUOTE] = ACTIONS(3136), - [anon_sym_u8_DQUOTE] = ACTIONS(3136), - [anon_sym_DQUOTE] = ACTIONS(3136), - [sym_true] = ACTIONS(3134), - [sym_false] = ACTIONS(3134), - [anon_sym_NULL] = ACTIONS(3134), - [anon_sym_nullptr] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_try] = ACTIONS(3134), - [anon_sym_delete] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [anon_sym_namespace] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - [anon_sym_concept] = ACTIONS(3134), - [anon_sym_co_return] = ACTIONS(3134), - [anon_sym_co_yield] = ACTIONS(3134), - [anon_sym_R_DQUOTE] = ACTIONS(3136), - [anon_sym_LR_DQUOTE] = ACTIONS(3136), - [anon_sym_uR_DQUOTE] = ACTIONS(3136), - [anon_sym_UR_DQUOTE] = ACTIONS(3136), - [anon_sym_u8R_DQUOTE] = ACTIONS(3136), - [anon_sym_co_await] = ACTIONS(3134), - [anon_sym_new] = ACTIONS(3134), - [anon_sym_requires] = ACTIONS(3134), - [sym_this] = ACTIONS(3134), + [sym_auto] = ACTIONS(3056), + [anon_sym_decltype] = ACTIONS(3056), + [anon_sym_explicit] = ACTIONS(3056), + [anon_sym_typename] = ACTIONS(3056), + [anon_sym_template] = ACTIONS(3056), + [anon_sym_operator] = ACTIONS(3056), + [anon_sym_try] = ACTIONS(3056), + [anon_sym_delete] = ACTIONS(3056), + [anon_sym_throw] = ACTIONS(3056), + [anon_sym_namespace] = ACTIONS(3056), + [anon_sym_using] = ACTIONS(3056), + [anon_sym_static_assert] = ACTIONS(3056), + [anon_sym_concept] = ACTIONS(3056), + [anon_sym_co_return] = ACTIONS(3056), + [anon_sym_co_yield] = ACTIONS(3056), + [anon_sym_R_DQUOTE] = ACTIONS(3058), + [anon_sym_LR_DQUOTE] = ACTIONS(3058), + [anon_sym_uR_DQUOTE] = ACTIONS(3058), + [anon_sym_UR_DQUOTE] = ACTIONS(3058), + [anon_sym_u8R_DQUOTE] = ACTIONS(3058), + [anon_sym_co_await] = ACTIONS(3056), + [anon_sym_new] = ACTIONS(3056), + [anon_sym_requires] = ACTIONS(3056), + [sym_this] = ACTIONS(3056), }, - [621] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_include_token1] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym___cdecl] = ACTIONS(3033), - [anon_sym___clrcall] = ACTIONS(3033), - [anon_sym___stdcall] = ACTIONS(3033), - [anon_sym___fastcall] = ACTIONS(3033), - [anon_sym___thiscall] = ACTIONS(3033), - [anon_sym___vectorcall] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_RBRACE] = ACTIONS(3035), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_switch] = ACTIONS(3033), - [anon_sym_case] = ACTIONS(3033), - [anon_sym_default] = ACTIONS(3033), - [anon_sym_while] = ACTIONS(3033), - [anon_sym_do] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym___try] = ACTIONS(3033), - [anon_sym___leave] = ACTIONS(3033), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_sizeof] = ACTIONS(3033), - [anon_sym___alignof__] = ACTIONS(3033), - [anon_sym___alignof] = ACTIONS(3033), - [anon_sym__alignof] = ACTIONS(3033), - [anon_sym_alignof] = ACTIONS(3033), - [anon_sym__Alignof] = ACTIONS(3033), - [anon_sym_offsetof] = ACTIONS(3033), - [anon_sym__Generic] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym___asm__] = ACTIONS(3033), - [anon_sym___asm] = ACTIONS(3033), - [aux_sym_number_literal_token1] = ACTIONS(3035), - [aux_sym_number_literal_token2] = ACTIONS(3033), - [anon_sym_L_SQUOTE] = ACTIONS(3035), - [anon_sym_u_SQUOTE] = ACTIONS(3035), - [anon_sym_U_SQUOTE] = ACTIONS(3035), - [anon_sym_u8_SQUOTE] = ACTIONS(3035), - [anon_sym_SQUOTE] = ACTIONS(3035), - [anon_sym_L_DQUOTE] = ACTIONS(3035), - [anon_sym_u_DQUOTE] = ACTIONS(3035), - [anon_sym_U_DQUOTE] = ACTIONS(3035), - [anon_sym_u8_DQUOTE] = ACTIONS(3035), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [anon_sym_NULL] = ACTIONS(3033), - [anon_sym_nullptr] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_try] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(3033), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_namespace] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), - [anon_sym_concept] = ACTIONS(3033), - [anon_sym_co_return] = ACTIONS(3033), - [anon_sym_co_yield] = ACTIONS(3033), - [anon_sym_R_DQUOTE] = ACTIONS(3035), - [anon_sym_LR_DQUOTE] = ACTIONS(3035), - [anon_sym_uR_DQUOTE] = ACTIONS(3035), - [anon_sym_UR_DQUOTE] = ACTIONS(3035), - [anon_sym_u8R_DQUOTE] = ACTIONS(3035), - [anon_sym_co_await] = ACTIONS(3033), - [anon_sym_new] = ACTIONS(3033), - [anon_sym_requires] = ACTIONS(3033), - [sym_this] = ACTIONS(3033), + [594] = { + [sym_identifier] = ACTIONS(2957), + [aux_sym_preproc_include_token1] = ACTIONS(2957), + [aux_sym_preproc_def_token1] = ACTIONS(2957), + [aux_sym_preproc_if_token1] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2957), + [sym_preproc_directive] = ACTIONS(2957), + [anon_sym_LPAREN2] = ACTIONS(2960), + [anon_sym_BANG] = ACTIONS(2960), + [anon_sym_TILDE] = ACTIONS(2960), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(2960), + [anon_sym_AMP_AMP] = ACTIONS(2960), + [anon_sym_AMP] = ACTIONS(2957), + [anon_sym_SEMI] = ACTIONS(2960), + [anon_sym___extension__] = ACTIONS(2957), + [anon_sym_typedef] = ACTIONS(2957), + [anon_sym_virtual] = ACTIONS(2957), + [anon_sym_extern] = ACTIONS(2957), + [anon_sym___attribute__] = ACTIONS(2957), + [anon_sym___attribute] = ACTIONS(2957), + [anon_sym_COLON_COLON] = ACTIONS(2960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), + [anon_sym___declspec] = ACTIONS(2957), + [anon_sym___based] = ACTIONS(2957), + [anon_sym___cdecl] = ACTIONS(2957), + [anon_sym___clrcall] = ACTIONS(2957), + [anon_sym___stdcall] = ACTIONS(2957), + [anon_sym___fastcall] = ACTIONS(2957), + [anon_sym___thiscall] = ACTIONS(2957), + [anon_sym___vectorcall] = ACTIONS(2957), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_RBRACE] = ACTIONS(2960), + [anon_sym_signed] = ACTIONS(2957), + [anon_sym_unsigned] = ACTIONS(2957), + [anon_sym_long] = ACTIONS(2957), + [anon_sym_short] = ACTIONS(2957), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_static] = ACTIONS(2957), + [anon_sym_register] = ACTIONS(2957), + [anon_sym_inline] = ACTIONS(2957), + [anon_sym___inline] = ACTIONS(2957), + [anon_sym___inline__] = ACTIONS(2957), + [anon_sym___forceinline] = ACTIONS(2957), + [anon_sym_thread_local] = ACTIONS(2957), + [anon_sym___thread] = ACTIONS(2957), + [anon_sym_const] = ACTIONS(2957), + [anon_sym_constexpr] = ACTIONS(2957), + [anon_sym_volatile] = ACTIONS(2957), + [anon_sym_restrict] = ACTIONS(2957), + [anon_sym___restrict__] = ACTIONS(2957), + [anon_sym__Atomic] = ACTIONS(2957), + [anon_sym__Noreturn] = ACTIONS(2957), + [anon_sym_noreturn] = ACTIONS(2957), + [anon_sym__Nonnull] = ACTIONS(2957), + [anon_sym_mutable] = ACTIONS(2957), + [anon_sym_constinit] = ACTIONS(2957), + [anon_sym_consteval] = ACTIONS(2957), + [anon_sym_PROGMEM] = ACTIONS(2957), + [anon_sym_alignas] = ACTIONS(2957), + [anon_sym__Alignas] = ACTIONS(2957), + [aux_sym_primitive_type_token1] = ACTIONS(2957), + [anon_sym_byte] = ACTIONS(2957), + [anon_sym_word] = ACTIONS(2957), + [anon_sym_enum] = ACTIONS(2957), + [anon_sym_class] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2957), + [anon_sym_union] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2957), + [anon_sym_switch] = ACTIONS(2957), + [anon_sym_case] = ACTIONS(2957), + [anon_sym_default] = ACTIONS(2957), + [anon_sym_while] = ACTIONS(2957), + [anon_sym_do] = ACTIONS(2957), + [anon_sym_for] = ACTIONS(2957), + [anon_sym_return] = ACTIONS(2957), + [anon_sym_break] = ACTIONS(2957), + [anon_sym_continue] = ACTIONS(2957), + [anon_sym_goto] = ACTIONS(2957), + [anon_sym___try] = ACTIONS(2957), + [anon_sym___leave] = ACTIONS(2957), + [anon_sym_not] = ACTIONS(2957), + [anon_sym_compl] = ACTIONS(2957), + [anon_sym_DASH_DASH] = ACTIONS(2960), + [anon_sym_PLUS_PLUS] = ACTIONS(2960), + [anon_sym_sizeof] = ACTIONS(2957), + [anon_sym___alignof__] = ACTIONS(2957), + [anon_sym___alignof] = ACTIONS(2957), + [anon_sym__alignof] = ACTIONS(2957), + [anon_sym_alignof] = ACTIONS(2957), + [anon_sym__Alignof] = ACTIONS(2957), + [anon_sym_offsetof] = ACTIONS(2957), + [anon_sym__Generic] = ACTIONS(2957), + [anon_sym_asm] = ACTIONS(2957), + [anon_sym___asm__] = ACTIONS(2957), + [anon_sym___asm] = ACTIONS(2957), + [aux_sym_number_literal_token1] = ACTIONS(2960), + [aux_sym_number_literal_token2] = ACTIONS(2957), + [anon_sym_L_SQUOTE] = ACTIONS(2960), + [anon_sym_u_SQUOTE] = ACTIONS(2960), + [anon_sym_U_SQUOTE] = ACTIONS(2960), + [anon_sym_u8_SQUOTE] = ACTIONS(2960), + [anon_sym_SQUOTE] = ACTIONS(2960), + [anon_sym_L_DQUOTE] = ACTIONS(2960), + [anon_sym_u_DQUOTE] = ACTIONS(2960), + [anon_sym_U_DQUOTE] = ACTIONS(2960), + [anon_sym_u8_DQUOTE] = ACTIONS(2960), + [anon_sym_DQUOTE] = ACTIONS(2960), + [sym_true] = ACTIONS(2957), + [sym_false] = ACTIONS(2957), + [anon_sym_NULL] = ACTIONS(2957), + [anon_sym_nullptr] = ACTIONS(2957), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2957), + [anon_sym_decltype] = ACTIONS(2957), + [anon_sym_explicit] = ACTIONS(2957), + [anon_sym_typename] = ACTIONS(2957), + [anon_sym_template] = ACTIONS(2957), + [anon_sym_operator] = ACTIONS(2957), + [anon_sym_try] = ACTIONS(2957), + [anon_sym_delete] = ACTIONS(2957), + [anon_sym_throw] = ACTIONS(2957), + [anon_sym_namespace] = ACTIONS(2957), + [anon_sym_using] = ACTIONS(2957), + [anon_sym_static_assert] = ACTIONS(2957), + [anon_sym_concept] = ACTIONS(2957), + [anon_sym_co_return] = ACTIONS(2957), + [anon_sym_co_yield] = ACTIONS(2957), + [anon_sym_R_DQUOTE] = ACTIONS(2960), + [anon_sym_LR_DQUOTE] = ACTIONS(2960), + [anon_sym_uR_DQUOTE] = ACTIONS(2960), + [anon_sym_UR_DQUOTE] = ACTIONS(2960), + [anon_sym_u8R_DQUOTE] = ACTIONS(2960), + [anon_sym_co_await] = ACTIONS(2957), + [anon_sym_new] = ACTIONS(2957), + [anon_sym_requires] = ACTIONS(2957), + [sym_this] = ACTIONS(2957), }, - [622] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_include_token1] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token2] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_DASH] = ACTIONS(3138), - [anon_sym_PLUS] = ACTIONS(3138), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym___cdecl] = ACTIONS(3138), - [anon_sym___clrcall] = ACTIONS(3138), - [anon_sym___stdcall] = ACTIONS(3138), - [anon_sym___fastcall] = ACTIONS(3138), - [anon_sym___thiscall] = ACTIONS(3138), - [anon_sym___vectorcall] = ACTIONS(3138), - [anon_sym_LBRACE] = ACTIONS(3140), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [anon_sym_if] = ACTIONS(3138), - [anon_sym_switch] = ACTIONS(3138), - [anon_sym_case] = ACTIONS(3138), - [anon_sym_default] = ACTIONS(3138), - [anon_sym_while] = ACTIONS(3138), - [anon_sym_do] = ACTIONS(3138), - [anon_sym_for] = ACTIONS(3138), - [anon_sym_return] = ACTIONS(3138), - [anon_sym_break] = ACTIONS(3138), - [anon_sym_continue] = ACTIONS(3138), - [anon_sym_goto] = ACTIONS(3138), - [anon_sym___try] = ACTIONS(3138), - [anon_sym___leave] = ACTIONS(3138), - [anon_sym_not] = ACTIONS(3138), - [anon_sym_compl] = ACTIONS(3138), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_sizeof] = ACTIONS(3138), - [anon_sym___alignof__] = ACTIONS(3138), - [anon_sym___alignof] = ACTIONS(3138), - [anon_sym__alignof] = ACTIONS(3138), - [anon_sym_alignof] = ACTIONS(3138), - [anon_sym__Alignof] = ACTIONS(3138), - [anon_sym_offsetof] = ACTIONS(3138), - [anon_sym__Generic] = ACTIONS(3138), - [anon_sym_asm] = ACTIONS(3138), - [anon_sym___asm__] = ACTIONS(3138), - [anon_sym___asm] = ACTIONS(3138), - [aux_sym_number_literal_token1] = ACTIONS(3140), - [aux_sym_number_literal_token2] = ACTIONS(3138), - [anon_sym_L_SQUOTE] = ACTIONS(3140), - [anon_sym_u_SQUOTE] = ACTIONS(3140), - [anon_sym_U_SQUOTE] = ACTIONS(3140), - [anon_sym_u8_SQUOTE] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3140), - [anon_sym_L_DQUOTE] = ACTIONS(3140), - [anon_sym_u_DQUOTE] = ACTIONS(3140), - [anon_sym_U_DQUOTE] = ACTIONS(3140), - [anon_sym_u8_DQUOTE] = ACTIONS(3140), - [anon_sym_DQUOTE] = ACTIONS(3140), - [sym_true] = ACTIONS(3138), - [sym_false] = ACTIONS(3138), - [anon_sym_NULL] = ACTIONS(3138), - [anon_sym_nullptr] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_try] = ACTIONS(3138), - [anon_sym_delete] = ACTIONS(3138), - [anon_sym_throw] = ACTIONS(3138), - [anon_sym_namespace] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - [anon_sym_concept] = ACTIONS(3138), - [anon_sym_co_return] = ACTIONS(3138), - [anon_sym_co_yield] = ACTIONS(3138), - [anon_sym_R_DQUOTE] = ACTIONS(3140), - [anon_sym_LR_DQUOTE] = ACTIONS(3140), - [anon_sym_uR_DQUOTE] = ACTIONS(3140), - [anon_sym_UR_DQUOTE] = ACTIONS(3140), - [anon_sym_u8R_DQUOTE] = ACTIONS(3140), - [anon_sym_co_await] = ACTIONS(3138), - [anon_sym_new] = ACTIONS(3138), - [anon_sym_requires] = ACTIONS(3138), - [sym_this] = ACTIONS(3138), + [595] = { + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_include_token1] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym___cdecl] = ACTIONS(3139), + [anon_sym___clrcall] = ACTIONS(3139), + [anon_sym___stdcall] = ACTIONS(3139), + [anon_sym___fastcall] = ACTIONS(3139), + [anon_sym___thiscall] = ACTIONS(3139), + [anon_sym___vectorcall] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_RBRACE] = ACTIONS(3141), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_switch] = ACTIONS(3139), + [anon_sym_case] = ACTIONS(3139), + [anon_sym_default] = ACTIONS(3139), + [anon_sym_while] = ACTIONS(3139), + [anon_sym_do] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym___try] = ACTIONS(3139), + [anon_sym___leave] = ACTIONS(3139), + [anon_sym_not] = ACTIONS(3139), + [anon_sym_compl] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_sizeof] = ACTIONS(3139), + [anon_sym___alignof__] = ACTIONS(3139), + [anon_sym___alignof] = ACTIONS(3139), + [anon_sym__alignof] = ACTIONS(3139), + [anon_sym_alignof] = ACTIONS(3139), + [anon_sym__Alignof] = ACTIONS(3139), + [anon_sym_offsetof] = ACTIONS(3139), + [anon_sym__Generic] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym___asm__] = ACTIONS(3139), + [anon_sym___asm] = ACTIONS(3139), + [aux_sym_number_literal_token1] = ACTIONS(3141), + [aux_sym_number_literal_token2] = ACTIONS(3139), + [anon_sym_L_SQUOTE] = ACTIONS(3141), + [anon_sym_u_SQUOTE] = ACTIONS(3141), + [anon_sym_U_SQUOTE] = ACTIONS(3141), + [anon_sym_u8_SQUOTE] = ACTIONS(3141), + [anon_sym_SQUOTE] = ACTIONS(3141), + [anon_sym_L_DQUOTE] = ACTIONS(3141), + [anon_sym_u_DQUOTE] = ACTIONS(3141), + [anon_sym_U_DQUOTE] = ACTIONS(3141), + [anon_sym_u8_DQUOTE] = ACTIONS(3141), + [anon_sym_DQUOTE] = ACTIONS(3141), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [anon_sym_NULL] = ACTIONS(3139), + [anon_sym_nullptr] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3139), + [anon_sym_delete] = ACTIONS(3139), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_namespace] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + [anon_sym_concept] = ACTIONS(3139), + [anon_sym_co_return] = ACTIONS(3139), + [anon_sym_co_yield] = ACTIONS(3139), + [anon_sym_R_DQUOTE] = ACTIONS(3141), + [anon_sym_LR_DQUOTE] = ACTIONS(3141), + [anon_sym_uR_DQUOTE] = ACTIONS(3141), + [anon_sym_UR_DQUOTE] = ACTIONS(3141), + [anon_sym_u8R_DQUOTE] = ACTIONS(3141), + [anon_sym_co_await] = ACTIONS(3139), + [anon_sym_new] = ACTIONS(3139), + [anon_sym_requires] = ACTIONS(3139), + [sym_this] = ACTIONS(3139), }, - [623] = { - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_include_token1] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_BANG] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_DASH] = ACTIONS(3060), - [anon_sym_PLUS] = ACTIONS(3060), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym___cdecl] = ACTIONS(3060), - [anon_sym___clrcall] = ACTIONS(3060), - [anon_sym___stdcall] = ACTIONS(3060), - [anon_sym___fastcall] = ACTIONS(3060), - [anon_sym___thiscall] = ACTIONS(3060), - [anon_sym___vectorcall] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_RBRACE] = ACTIONS(3062), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_switch] = ACTIONS(3060), - [anon_sym_case] = ACTIONS(3060), - [anon_sym_default] = ACTIONS(3060), - [anon_sym_while] = ACTIONS(3060), - [anon_sym_do] = ACTIONS(3060), - [anon_sym_for] = ACTIONS(3060), - [anon_sym_return] = ACTIONS(3060), - [anon_sym_break] = ACTIONS(3060), - [anon_sym_continue] = ACTIONS(3060), - [anon_sym_goto] = ACTIONS(3060), - [anon_sym___try] = ACTIONS(3060), - [anon_sym___leave] = ACTIONS(3060), - [anon_sym_not] = ACTIONS(3060), - [anon_sym_compl] = ACTIONS(3060), - [anon_sym_DASH_DASH] = ACTIONS(3062), - [anon_sym_PLUS_PLUS] = ACTIONS(3062), - [anon_sym_sizeof] = ACTIONS(3060), - [anon_sym___alignof__] = ACTIONS(3060), - [anon_sym___alignof] = ACTIONS(3060), - [anon_sym__alignof] = ACTIONS(3060), - [anon_sym_alignof] = ACTIONS(3060), - [anon_sym__Alignof] = ACTIONS(3060), - [anon_sym_offsetof] = ACTIONS(3060), - [anon_sym__Generic] = ACTIONS(3060), - [anon_sym_asm] = ACTIONS(3060), - [anon_sym___asm__] = ACTIONS(3060), - [anon_sym___asm] = ACTIONS(3060), - [aux_sym_number_literal_token1] = ACTIONS(3062), - [aux_sym_number_literal_token2] = ACTIONS(3060), - [anon_sym_L_SQUOTE] = ACTIONS(3062), - [anon_sym_u_SQUOTE] = ACTIONS(3062), - [anon_sym_U_SQUOTE] = ACTIONS(3062), - [anon_sym_u8_SQUOTE] = ACTIONS(3062), - [anon_sym_SQUOTE] = ACTIONS(3062), - [anon_sym_L_DQUOTE] = ACTIONS(3062), - [anon_sym_u_DQUOTE] = ACTIONS(3062), - [anon_sym_U_DQUOTE] = ACTIONS(3062), - [anon_sym_u8_DQUOTE] = ACTIONS(3062), - [anon_sym_DQUOTE] = ACTIONS(3062), - [sym_true] = ACTIONS(3060), - [sym_false] = ACTIONS(3060), - [anon_sym_NULL] = ACTIONS(3060), - [anon_sym_nullptr] = ACTIONS(3060), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_try] = ACTIONS(3060), - [anon_sym_delete] = ACTIONS(3060), - [anon_sym_throw] = ACTIONS(3060), - [anon_sym_namespace] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), - [anon_sym_concept] = ACTIONS(3060), - [anon_sym_co_return] = ACTIONS(3060), - [anon_sym_co_yield] = ACTIONS(3060), - [anon_sym_R_DQUOTE] = ACTIONS(3062), - [anon_sym_LR_DQUOTE] = ACTIONS(3062), - [anon_sym_uR_DQUOTE] = ACTIONS(3062), - [anon_sym_UR_DQUOTE] = ACTIONS(3062), - [anon_sym_u8R_DQUOTE] = ACTIONS(3062), - [anon_sym_co_await] = ACTIONS(3060), - [anon_sym_new] = ACTIONS(3060), - [anon_sym_requires] = ACTIONS(3060), - [sym_this] = ACTIONS(3060), + [596] = { + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_include_token1] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym___cdecl] = ACTIONS(3147), + [anon_sym___clrcall] = ACTIONS(3147), + [anon_sym___stdcall] = ACTIONS(3147), + [anon_sym___fastcall] = ACTIONS(3147), + [anon_sym___thiscall] = ACTIONS(3147), + [anon_sym___vectorcall] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_RBRACE] = ACTIONS(3149), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_switch] = ACTIONS(3147), + [anon_sym_case] = ACTIONS(3147), + [anon_sym_default] = ACTIONS(3147), + [anon_sym_while] = ACTIONS(3147), + [anon_sym_do] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym___try] = ACTIONS(3147), + [anon_sym___leave] = ACTIONS(3147), + [anon_sym_not] = ACTIONS(3147), + [anon_sym_compl] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_sizeof] = ACTIONS(3147), + [anon_sym___alignof__] = ACTIONS(3147), + [anon_sym___alignof] = ACTIONS(3147), + [anon_sym__alignof] = ACTIONS(3147), + [anon_sym_alignof] = ACTIONS(3147), + [anon_sym__Alignof] = ACTIONS(3147), + [anon_sym_offsetof] = ACTIONS(3147), + [anon_sym__Generic] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym___asm__] = ACTIONS(3147), + [anon_sym___asm] = ACTIONS(3147), + [aux_sym_number_literal_token1] = ACTIONS(3149), + [aux_sym_number_literal_token2] = ACTIONS(3147), + [anon_sym_L_SQUOTE] = ACTIONS(3149), + [anon_sym_u_SQUOTE] = ACTIONS(3149), + [anon_sym_U_SQUOTE] = ACTIONS(3149), + [anon_sym_u8_SQUOTE] = ACTIONS(3149), + [anon_sym_SQUOTE] = ACTIONS(3149), + [anon_sym_L_DQUOTE] = ACTIONS(3149), + [anon_sym_u_DQUOTE] = ACTIONS(3149), + [anon_sym_U_DQUOTE] = ACTIONS(3149), + [anon_sym_u8_DQUOTE] = ACTIONS(3149), + [anon_sym_DQUOTE] = ACTIONS(3149), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [anon_sym_NULL] = ACTIONS(3147), + [anon_sym_nullptr] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_try] = ACTIONS(3147), + [anon_sym_delete] = ACTIONS(3147), + [anon_sym_throw] = ACTIONS(3147), + [anon_sym_namespace] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + [anon_sym_concept] = ACTIONS(3147), + [anon_sym_co_return] = ACTIONS(3147), + [anon_sym_co_yield] = ACTIONS(3147), + [anon_sym_R_DQUOTE] = ACTIONS(3149), + [anon_sym_LR_DQUOTE] = ACTIONS(3149), + [anon_sym_uR_DQUOTE] = ACTIONS(3149), + [anon_sym_UR_DQUOTE] = ACTIONS(3149), + [anon_sym_u8R_DQUOTE] = ACTIONS(3149), + [anon_sym_co_await] = ACTIONS(3147), + [anon_sym_new] = ACTIONS(3147), + [anon_sym_requires] = ACTIONS(3147), + [sym_this] = ACTIONS(3147), }, - [624] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_include_token1] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token2] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_DASH] = ACTIONS(3142), - [anon_sym_PLUS] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym___cdecl] = ACTIONS(3142), - [anon_sym___clrcall] = ACTIONS(3142), - [anon_sym___stdcall] = ACTIONS(3142), - [anon_sym___fastcall] = ACTIONS(3142), - [anon_sym___thiscall] = ACTIONS(3142), - [anon_sym___vectorcall] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [anon_sym_if] = ACTIONS(3142), - [anon_sym_switch] = ACTIONS(3142), - [anon_sym_case] = ACTIONS(3142), - [anon_sym_default] = ACTIONS(3142), - [anon_sym_while] = ACTIONS(3142), - [anon_sym_do] = ACTIONS(3142), - [anon_sym_for] = ACTIONS(3142), - [anon_sym_return] = ACTIONS(3142), - [anon_sym_break] = ACTIONS(3142), - [anon_sym_continue] = ACTIONS(3142), - [anon_sym_goto] = ACTIONS(3142), - [anon_sym___try] = ACTIONS(3142), - [anon_sym___leave] = ACTIONS(3142), - [anon_sym_not] = ACTIONS(3142), - [anon_sym_compl] = ACTIONS(3142), - [anon_sym_DASH_DASH] = ACTIONS(3144), - [anon_sym_PLUS_PLUS] = ACTIONS(3144), - [anon_sym_sizeof] = ACTIONS(3142), - [anon_sym___alignof__] = ACTIONS(3142), - [anon_sym___alignof] = ACTIONS(3142), - [anon_sym__alignof] = ACTIONS(3142), - [anon_sym_alignof] = ACTIONS(3142), - [anon_sym__Alignof] = ACTIONS(3142), - [anon_sym_offsetof] = ACTIONS(3142), - [anon_sym__Generic] = ACTIONS(3142), - [anon_sym_asm] = ACTIONS(3142), - [anon_sym___asm__] = ACTIONS(3142), - [anon_sym___asm] = ACTIONS(3142), - [aux_sym_number_literal_token1] = ACTIONS(3144), - [aux_sym_number_literal_token2] = ACTIONS(3142), - [anon_sym_L_SQUOTE] = ACTIONS(3144), - [anon_sym_u_SQUOTE] = ACTIONS(3144), - [anon_sym_U_SQUOTE] = ACTIONS(3144), - [anon_sym_u8_SQUOTE] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3144), - [anon_sym_L_DQUOTE] = ACTIONS(3144), - [anon_sym_u_DQUOTE] = ACTIONS(3144), - [anon_sym_U_DQUOTE] = ACTIONS(3144), - [anon_sym_u8_DQUOTE] = ACTIONS(3144), - [anon_sym_DQUOTE] = ACTIONS(3144), - [sym_true] = ACTIONS(3142), - [sym_false] = ACTIONS(3142), - [anon_sym_NULL] = ACTIONS(3142), - [anon_sym_nullptr] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_try] = ACTIONS(3142), - [anon_sym_delete] = ACTIONS(3142), - [anon_sym_throw] = ACTIONS(3142), - [anon_sym_namespace] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), - [anon_sym_concept] = ACTIONS(3142), - [anon_sym_co_return] = ACTIONS(3142), - [anon_sym_co_yield] = ACTIONS(3142), - [anon_sym_R_DQUOTE] = ACTIONS(3144), - [anon_sym_LR_DQUOTE] = ACTIONS(3144), - [anon_sym_uR_DQUOTE] = ACTIONS(3144), - [anon_sym_UR_DQUOTE] = ACTIONS(3144), - [anon_sym_u8R_DQUOTE] = ACTIONS(3144), - [anon_sym_co_await] = ACTIONS(3142), - [anon_sym_new] = ACTIONS(3142), - [anon_sym_requires] = ACTIONS(3142), - [sym_this] = ACTIONS(3142), + [597] = { + [sym_identifier] = ACTIONS(3044), + [aux_sym_preproc_include_token1] = ACTIONS(3044), + [aux_sym_preproc_def_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), + [sym_preproc_directive] = ACTIONS(3044), + [anon_sym_LPAREN2] = ACTIONS(3046), + [anon_sym_BANG] = ACTIONS(3046), + [anon_sym_TILDE] = ACTIONS(3046), + [anon_sym_DASH] = ACTIONS(3044), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(3046), + [anon_sym_AMP_AMP] = ACTIONS(3046), + [anon_sym_AMP] = ACTIONS(3044), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym___extension__] = ACTIONS(3044), + [anon_sym_typedef] = ACTIONS(3044), + [anon_sym_virtual] = ACTIONS(3044), + [anon_sym_extern] = ACTIONS(3044), + [anon_sym___attribute__] = ACTIONS(3044), + [anon_sym___attribute] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), + [anon_sym___declspec] = ACTIONS(3044), + [anon_sym___based] = ACTIONS(3044), + [anon_sym___cdecl] = ACTIONS(3044), + [anon_sym___clrcall] = ACTIONS(3044), + [anon_sym___stdcall] = ACTIONS(3044), + [anon_sym___fastcall] = ACTIONS(3044), + [anon_sym___thiscall] = ACTIONS(3044), + [anon_sym___vectorcall] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3046), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_signed] = ACTIONS(3044), + [anon_sym_unsigned] = ACTIONS(3044), + [anon_sym_long] = ACTIONS(3044), + [anon_sym_short] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_static] = ACTIONS(3044), + [anon_sym_register] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym___inline] = ACTIONS(3044), + [anon_sym___inline__] = ACTIONS(3044), + [anon_sym___forceinline] = ACTIONS(3044), + [anon_sym_thread_local] = ACTIONS(3044), + [anon_sym___thread] = ACTIONS(3044), + [anon_sym_const] = ACTIONS(3044), + [anon_sym_constexpr] = ACTIONS(3044), + [anon_sym_volatile] = ACTIONS(3044), + [anon_sym_restrict] = ACTIONS(3044), + [anon_sym___restrict__] = ACTIONS(3044), + [anon_sym__Atomic] = ACTIONS(3044), + [anon_sym__Noreturn] = ACTIONS(3044), + [anon_sym_noreturn] = ACTIONS(3044), + [anon_sym__Nonnull] = ACTIONS(3044), + [anon_sym_mutable] = ACTIONS(3044), + [anon_sym_constinit] = ACTIONS(3044), + [anon_sym_consteval] = ACTIONS(3044), + [anon_sym_PROGMEM] = ACTIONS(3044), + [anon_sym_alignas] = ACTIONS(3044), + [anon_sym__Alignas] = ACTIONS(3044), + [aux_sym_primitive_type_token1] = ACTIONS(3044), + [anon_sym_byte] = ACTIONS(3044), + [anon_sym_word] = ACTIONS(3044), + [anon_sym_enum] = ACTIONS(3044), + [anon_sym_class] = ACTIONS(3044), + [anon_sym_struct] = ACTIONS(3044), + [anon_sym_union] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_switch] = ACTIONS(3044), + [anon_sym_case] = ACTIONS(3044), + [anon_sym_default] = ACTIONS(3044), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_do] = ACTIONS(3044), + [anon_sym_for] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_goto] = ACTIONS(3044), + [anon_sym___try] = ACTIONS(3044), + [anon_sym___leave] = ACTIONS(3044), + [anon_sym_not] = ACTIONS(3044), + [anon_sym_compl] = ACTIONS(3044), + [anon_sym_DASH_DASH] = ACTIONS(3046), + [anon_sym_PLUS_PLUS] = ACTIONS(3046), + [anon_sym_sizeof] = ACTIONS(3044), + [anon_sym___alignof__] = ACTIONS(3044), + [anon_sym___alignof] = ACTIONS(3044), + [anon_sym__alignof] = ACTIONS(3044), + [anon_sym_alignof] = ACTIONS(3044), + [anon_sym__Alignof] = ACTIONS(3044), + [anon_sym_offsetof] = ACTIONS(3044), + [anon_sym__Generic] = ACTIONS(3044), + [anon_sym_asm] = ACTIONS(3044), + [anon_sym___asm__] = ACTIONS(3044), + [anon_sym___asm] = ACTIONS(3044), + [aux_sym_number_literal_token1] = ACTIONS(3046), + [aux_sym_number_literal_token2] = ACTIONS(3044), + [anon_sym_L_SQUOTE] = ACTIONS(3046), + [anon_sym_u_SQUOTE] = ACTIONS(3046), + [anon_sym_U_SQUOTE] = ACTIONS(3046), + [anon_sym_u8_SQUOTE] = ACTIONS(3046), + [anon_sym_SQUOTE] = ACTIONS(3046), + [anon_sym_L_DQUOTE] = ACTIONS(3046), + [anon_sym_u_DQUOTE] = ACTIONS(3046), + [anon_sym_U_DQUOTE] = ACTIONS(3046), + [anon_sym_u8_DQUOTE] = ACTIONS(3046), + [anon_sym_DQUOTE] = ACTIONS(3046), + [sym_true] = ACTIONS(3044), + [sym_false] = ACTIONS(3044), + [anon_sym_NULL] = ACTIONS(3044), + [anon_sym_nullptr] = ACTIONS(3044), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3044), + [anon_sym_decltype] = ACTIONS(3044), + [anon_sym_explicit] = ACTIONS(3044), + [anon_sym_typename] = ACTIONS(3044), + [anon_sym_template] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_delete] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_namespace] = ACTIONS(3044), + [anon_sym_using] = ACTIONS(3044), + [anon_sym_static_assert] = ACTIONS(3044), + [anon_sym_concept] = ACTIONS(3044), + [anon_sym_co_return] = ACTIONS(3044), + [anon_sym_co_yield] = ACTIONS(3044), + [anon_sym_R_DQUOTE] = ACTIONS(3046), + [anon_sym_LR_DQUOTE] = ACTIONS(3046), + [anon_sym_uR_DQUOTE] = ACTIONS(3046), + [anon_sym_UR_DQUOTE] = ACTIONS(3046), + [anon_sym_u8R_DQUOTE] = ACTIONS(3046), + [anon_sym_co_await] = ACTIONS(3044), + [anon_sym_new] = ACTIONS(3044), + [anon_sym_requires] = ACTIONS(3044), + [sym_this] = ACTIONS(3044), }, - [625] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_include_token1] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token2] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_BANG] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_DASH] = ACTIONS(3146), - [anon_sym_PLUS] = ACTIONS(3146), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym___cdecl] = ACTIONS(3146), - [anon_sym___clrcall] = ACTIONS(3146), - [anon_sym___stdcall] = ACTIONS(3146), - [anon_sym___fastcall] = ACTIONS(3146), - [anon_sym___thiscall] = ACTIONS(3146), - [anon_sym___vectorcall] = ACTIONS(3146), - [anon_sym_LBRACE] = ACTIONS(3148), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [anon_sym_if] = ACTIONS(3146), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3146), - [anon_sym_default] = ACTIONS(3146), - [anon_sym_while] = ACTIONS(3146), - [anon_sym_do] = ACTIONS(3146), - [anon_sym_for] = ACTIONS(3146), - [anon_sym_return] = ACTIONS(3146), - [anon_sym_break] = ACTIONS(3146), - [anon_sym_continue] = ACTIONS(3146), - [anon_sym_goto] = ACTIONS(3146), - [anon_sym___try] = ACTIONS(3146), - [anon_sym___leave] = ACTIONS(3146), - [anon_sym_not] = ACTIONS(3146), - [anon_sym_compl] = ACTIONS(3146), - [anon_sym_DASH_DASH] = ACTIONS(3148), - [anon_sym_PLUS_PLUS] = ACTIONS(3148), - [anon_sym_sizeof] = ACTIONS(3146), - [anon_sym___alignof__] = ACTIONS(3146), - [anon_sym___alignof] = ACTIONS(3146), - [anon_sym__alignof] = ACTIONS(3146), - [anon_sym_alignof] = ACTIONS(3146), - [anon_sym__Alignof] = ACTIONS(3146), - [anon_sym_offsetof] = ACTIONS(3146), - [anon_sym__Generic] = ACTIONS(3146), - [anon_sym_asm] = ACTIONS(3146), - [anon_sym___asm__] = ACTIONS(3146), - [anon_sym___asm] = ACTIONS(3146), - [aux_sym_number_literal_token1] = ACTIONS(3148), - [aux_sym_number_literal_token2] = ACTIONS(3146), - [anon_sym_L_SQUOTE] = ACTIONS(3148), - [anon_sym_u_SQUOTE] = ACTIONS(3148), - [anon_sym_U_SQUOTE] = ACTIONS(3148), - [anon_sym_u8_SQUOTE] = ACTIONS(3148), - [anon_sym_SQUOTE] = ACTIONS(3148), - [anon_sym_L_DQUOTE] = ACTIONS(3148), - [anon_sym_u_DQUOTE] = ACTIONS(3148), - [anon_sym_U_DQUOTE] = ACTIONS(3148), - [anon_sym_u8_DQUOTE] = ACTIONS(3148), - [anon_sym_DQUOTE] = ACTIONS(3148), - [sym_true] = ACTIONS(3146), - [sym_false] = ACTIONS(3146), - [anon_sym_NULL] = ACTIONS(3146), - [anon_sym_nullptr] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_try] = ACTIONS(3146), - [anon_sym_delete] = ACTIONS(3146), - [anon_sym_throw] = ACTIONS(3146), - [anon_sym_namespace] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - [anon_sym_concept] = ACTIONS(3146), - [anon_sym_co_return] = ACTIONS(3146), - [anon_sym_co_yield] = ACTIONS(3146), - [anon_sym_R_DQUOTE] = ACTIONS(3148), - [anon_sym_LR_DQUOTE] = ACTIONS(3148), - [anon_sym_uR_DQUOTE] = ACTIONS(3148), - [anon_sym_UR_DQUOTE] = ACTIONS(3148), - [anon_sym_u8R_DQUOTE] = ACTIONS(3148), - [anon_sym_co_await] = ACTIONS(3146), - [anon_sym_new] = ACTIONS(3146), - [anon_sym_requires] = ACTIONS(3146), - [sym_this] = ACTIONS(3146), + [598] = { + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_include_token1] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_BANG] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_DASH] = ACTIONS(3048), + [anon_sym_PLUS] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym___cdecl] = ACTIONS(3048), + [anon_sym___clrcall] = ACTIONS(3048), + [anon_sym___stdcall] = ACTIONS(3048), + [anon_sym___fastcall] = ACTIONS(3048), + [anon_sym___thiscall] = ACTIONS(3048), + [anon_sym___vectorcall] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3050), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_switch] = ACTIONS(3048), + [anon_sym_case] = ACTIONS(3048), + [anon_sym_default] = ACTIONS(3048), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_do] = ACTIONS(3048), + [anon_sym_for] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_goto] = ACTIONS(3048), + [anon_sym___try] = ACTIONS(3048), + [anon_sym___leave] = ACTIONS(3048), + [anon_sym_not] = ACTIONS(3048), + [anon_sym_compl] = ACTIONS(3048), + [anon_sym_DASH_DASH] = ACTIONS(3050), + [anon_sym_PLUS_PLUS] = ACTIONS(3050), + [anon_sym_sizeof] = ACTIONS(3048), + [anon_sym___alignof__] = ACTIONS(3048), + [anon_sym___alignof] = ACTIONS(3048), + [anon_sym__alignof] = ACTIONS(3048), + [anon_sym_alignof] = ACTIONS(3048), + [anon_sym__Alignof] = ACTIONS(3048), + [anon_sym_offsetof] = ACTIONS(3048), + [anon_sym__Generic] = ACTIONS(3048), + [anon_sym_asm] = ACTIONS(3048), + [anon_sym___asm__] = ACTIONS(3048), + [anon_sym___asm] = ACTIONS(3048), + [aux_sym_number_literal_token1] = ACTIONS(3050), + [aux_sym_number_literal_token2] = ACTIONS(3048), + [anon_sym_L_SQUOTE] = ACTIONS(3050), + [anon_sym_u_SQUOTE] = ACTIONS(3050), + [anon_sym_U_SQUOTE] = ACTIONS(3050), + [anon_sym_u8_SQUOTE] = ACTIONS(3050), + [anon_sym_SQUOTE] = ACTIONS(3050), + [anon_sym_L_DQUOTE] = ACTIONS(3050), + [anon_sym_u_DQUOTE] = ACTIONS(3050), + [anon_sym_U_DQUOTE] = ACTIONS(3050), + [anon_sym_u8_DQUOTE] = ACTIONS(3050), + [anon_sym_DQUOTE] = ACTIONS(3050), + [sym_true] = ACTIONS(3048), + [sym_false] = ACTIONS(3048), + [anon_sym_NULL] = ACTIONS(3048), + [anon_sym_nullptr] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_delete] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_namespace] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + [anon_sym_concept] = ACTIONS(3048), + [anon_sym_co_return] = ACTIONS(3048), + [anon_sym_co_yield] = ACTIONS(3048), + [anon_sym_R_DQUOTE] = ACTIONS(3050), + [anon_sym_LR_DQUOTE] = ACTIONS(3050), + [anon_sym_uR_DQUOTE] = ACTIONS(3050), + [anon_sym_UR_DQUOTE] = ACTIONS(3050), + [anon_sym_u8R_DQUOTE] = ACTIONS(3050), + [anon_sym_co_await] = ACTIONS(3048), + [anon_sym_new] = ACTIONS(3048), + [anon_sym_requires] = ACTIONS(3048), + [sym_this] = ACTIONS(3048), }, - [626] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_include_token1] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token2] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym___cdecl] = ACTIONS(3177), - [anon_sym___clrcall] = ACTIONS(3177), - [anon_sym___stdcall] = ACTIONS(3177), - [anon_sym___fastcall] = ACTIONS(3177), - [anon_sym___thiscall] = ACTIONS(3177), - [anon_sym___vectorcall] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_switch] = ACTIONS(3177), - [anon_sym_case] = ACTIONS(3177), - [anon_sym_default] = ACTIONS(3177), - [anon_sym_while] = ACTIONS(3177), - [anon_sym_do] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym___try] = ACTIONS(3177), - [anon_sym___leave] = ACTIONS(3177), - [anon_sym_not] = ACTIONS(3177), - [anon_sym_compl] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_sizeof] = ACTIONS(3177), - [anon_sym___alignof__] = ACTIONS(3177), - [anon_sym___alignof] = ACTIONS(3177), - [anon_sym__alignof] = ACTIONS(3177), - [anon_sym_alignof] = ACTIONS(3177), - [anon_sym__Alignof] = ACTIONS(3177), - [anon_sym_offsetof] = ACTIONS(3177), - [anon_sym__Generic] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym___asm__] = ACTIONS(3177), - [anon_sym___asm] = ACTIONS(3177), - [aux_sym_number_literal_token1] = ACTIONS(3179), - [aux_sym_number_literal_token2] = ACTIONS(3177), - [anon_sym_L_SQUOTE] = ACTIONS(3179), - [anon_sym_u_SQUOTE] = ACTIONS(3179), - [anon_sym_U_SQUOTE] = ACTIONS(3179), - [anon_sym_u8_SQUOTE] = ACTIONS(3179), - [anon_sym_SQUOTE] = ACTIONS(3179), - [anon_sym_L_DQUOTE] = ACTIONS(3179), - [anon_sym_u_DQUOTE] = ACTIONS(3179), - [anon_sym_U_DQUOTE] = ACTIONS(3179), - [anon_sym_u8_DQUOTE] = ACTIONS(3179), - [anon_sym_DQUOTE] = ACTIONS(3179), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [anon_sym_NULL] = ACTIONS(3177), - [anon_sym_nullptr] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_try] = ACTIONS(3177), - [anon_sym_delete] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_namespace] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), - [anon_sym_concept] = ACTIONS(3177), - [anon_sym_co_return] = ACTIONS(3177), - [anon_sym_co_yield] = ACTIONS(3177), - [anon_sym_R_DQUOTE] = ACTIONS(3179), - [anon_sym_LR_DQUOTE] = ACTIONS(3179), - [anon_sym_uR_DQUOTE] = ACTIONS(3179), - [anon_sym_UR_DQUOTE] = ACTIONS(3179), - [anon_sym_u8R_DQUOTE] = ACTIONS(3179), - [anon_sym_co_await] = ACTIONS(3177), - [anon_sym_new] = ACTIONS(3177), - [anon_sym_requires] = ACTIONS(3177), - [sym_this] = ACTIONS(3177), + [599] = { + [sym_identifier] = ACTIONS(3199), + [aux_sym_preproc_include_token1] = ACTIONS(3199), + [aux_sym_preproc_def_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token2] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3199), + [sym_preproc_directive] = ACTIONS(3199), + [anon_sym_LPAREN2] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_SEMI] = ACTIONS(3201), + [anon_sym___extension__] = ACTIONS(3199), + [anon_sym_typedef] = ACTIONS(3199), + [anon_sym_virtual] = ACTIONS(3199), + [anon_sym_extern] = ACTIONS(3199), + [anon_sym___attribute__] = ACTIONS(3199), + [anon_sym___attribute] = ACTIONS(3199), + [anon_sym_COLON_COLON] = ACTIONS(3201), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3201), + [anon_sym___declspec] = ACTIONS(3199), + [anon_sym___based] = ACTIONS(3199), + [anon_sym___cdecl] = ACTIONS(3199), + [anon_sym___clrcall] = ACTIONS(3199), + [anon_sym___stdcall] = ACTIONS(3199), + [anon_sym___fastcall] = ACTIONS(3199), + [anon_sym___thiscall] = ACTIONS(3199), + [anon_sym___vectorcall] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_signed] = ACTIONS(3199), + [anon_sym_unsigned] = ACTIONS(3199), + [anon_sym_long] = ACTIONS(3199), + [anon_sym_short] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_static] = ACTIONS(3199), + [anon_sym_register] = ACTIONS(3199), + [anon_sym_inline] = ACTIONS(3199), + [anon_sym___inline] = ACTIONS(3199), + [anon_sym___inline__] = ACTIONS(3199), + [anon_sym___forceinline] = ACTIONS(3199), + [anon_sym_thread_local] = ACTIONS(3199), + [anon_sym___thread] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_constexpr] = ACTIONS(3199), + [anon_sym_volatile] = ACTIONS(3199), + [anon_sym_restrict] = ACTIONS(3199), + [anon_sym___restrict__] = ACTIONS(3199), + [anon_sym__Atomic] = ACTIONS(3199), + [anon_sym__Noreturn] = ACTIONS(3199), + [anon_sym_noreturn] = ACTIONS(3199), + [anon_sym__Nonnull] = ACTIONS(3199), + [anon_sym_mutable] = ACTIONS(3199), + [anon_sym_constinit] = ACTIONS(3199), + [anon_sym_consteval] = ACTIONS(3199), + [anon_sym_PROGMEM] = ACTIONS(3199), + [anon_sym_alignas] = ACTIONS(3199), + [anon_sym__Alignas] = ACTIONS(3199), + [aux_sym_primitive_type_token1] = ACTIONS(3199), + [anon_sym_byte] = ACTIONS(3199), + [anon_sym_word] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_class] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_switch] = ACTIONS(3199), + [anon_sym_case] = ACTIONS(3199), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_while] = ACTIONS(3199), + [anon_sym_do] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym___try] = ACTIONS(3199), + [anon_sym___leave] = ACTIONS(3199), + [anon_sym_not] = ACTIONS(3199), + [anon_sym_compl] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_sizeof] = ACTIONS(3199), + [anon_sym___alignof__] = ACTIONS(3199), + [anon_sym___alignof] = ACTIONS(3199), + [anon_sym__alignof] = ACTIONS(3199), + [anon_sym_alignof] = ACTIONS(3199), + [anon_sym__Alignof] = ACTIONS(3199), + [anon_sym_offsetof] = ACTIONS(3199), + [anon_sym__Generic] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym___asm__] = ACTIONS(3199), + [anon_sym___asm] = ACTIONS(3199), + [aux_sym_number_literal_token1] = ACTIONS(3201), + [aux_sym_number_literal_token2] = ACTIONS(3199), + [anon_sym_L_SQUOTE] = ACTIONS(3201), + [anon_sym_u_SQUOTE] = ACTIONS(3201), + [anon_sym_U_SQUOTE] = ACTIONS(3201), + [anon_sym_u8_SQUOTE] = ACTIONS(3201), + [anon_sym_SQUOTE] = ACTIONS(3201), + [anon_sym_L_DQUOTE] = ACTIONS(3201), + [anon_sym_u_DQUOTE] = ACTIONS(3201), + [anon_sym_U_DQUOTE] = ACTIONS(3201), + [anon_sym_u8_DQUOTE] = ACTIONS(3201), + [anon_sym_DQUOTE] = ACTIONS(3201), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [anon_sym_NULL] = ACTIONS(3199), + [anon_sym_nullptr] = ACTIONS(3199), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3199), + [anon_sym_decltype] = ACTIONS(3199), + [anon_sym_explicit] = ACTIONS(3199), + [anon_sym_typename] = ACTIONS(3199), + [anon_sym_template] = ACTIONS(3199), + [anon_sym_operator] = ACTIONS(3199), + [anon_sym_try] = ACTIONS(3199), + [anon_sym_delete] = ACTIONS(3199), + [anon_sym_throw] = ACTIONS(3199), + [anon_sym_namespace] = ACTIONS(3199), + [anon_sym_using] = ACTIONS(3199), + [anon_sym_static_assert] = ACTIONS(3199), + [anon_sym_concept] = ACTIONS(3199), + [anon_sym_co_return] = ACTIONS(3199), + [anon_sym_co_yield] = ACTIONS(3199), + [anon_sym_R_DQUOTE] = ACTIONS(3201), + [anon_sym_LR_DQUOTE] = ACTIONS(3201), + [anon_sym_uR_DQUOTE] = ACTIONS(3201), + [anon_sym_UR_DQUOTE] = ACTIONS(3201), + [anon_sym_u8R_DQUOTE] = ACTIONS(3201), + [anon_sym_co_await] = ACTIONS(3199), + [anon_sym_new] = ACTIONS(3199), + [anon_sym_requires] = ACTIONS(3199), + [sym_this] = ACTIONS(3199), }, - [627] = { - [sym_identifier] = ACTIONS(3088), - [aux_sym_preproc_include_token1] = ACTIONS(3088), - [aux_sym_preproc_def_token1] = ACTIONS(3088), - [aux_sym_preproc_if_token1] = ACTIONS(3088), - [aux_sym_preproc_if_token2] = ACTIONS(3088), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), - [sym_preproc_directive] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3091), - [anon_sym_BANG] = ACTIONS(3091), - [anon_sym_TILDE] = ACTIONS(3091), - [anon_sym_DASH] = ACTIONS(3088), - [anon_sym_PLUS] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_AMP_AMP] = ACTIONS(3091), - [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3091), - [anon_sym___extension__] = ACTIONS(3088), - [anon_sym_typedef] = ACTIONS(3088), - [anon_sym_virtual] = ACTIONS(3088), - [anon_sym_extern] = ACTIONS(3088), - [anon_sym___attribute__] = ACTIONS(3088), - [anon_sym___attribute] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3091), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3091), - [anon_sym___declspec] = ACTIONS(3088), - [anon_sym___based] = ACTIONS(3088), - [anon_sym___cdecl] = ACTIONS(3088), - [anon_sym___clrcall] = ACTIONS(3088), - [anon_sym___stdcall] = ACTIONS(3088), - [anon_sym___fastcall] = ACTIONS(3088), - [anon_sym___thiscall] = ACTIONS(3088), - [anon_sym___vectorcall] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_signed] = ACTIONS(3088), - [anon_sym_unsigned] = ACTIONS(3088), - [anon_sym_long] = ACTIONS(3088), - [anon_sym_short] = ACTIONS(3088), - [anon_sym_LBRACK] = ACTIONS(3088), - [anon_sym_static] = ACTIONS(3088), - [anon_sym_register] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym___inline] = ACTIONS(3088), - [anon_sym___inline__] = ACTIONS(3088), - [anon_sym___forceinline] = ACTIONS(3088), - [anon_sym_thread_local] = ACTIONS(3088), - [anon_sym___thread] = ACTIONS(3088), - [anon_sym_const] = ACTIONS(3088), - [anon_sym_constexpr] = ACTIONS(3088), - [anon_sym_volatile] = ACTIONS(3088), - [anon_sym_restrict] = ACTIONS(3088), - [anon_sym___restrict__] = ACTIONS(3088), - [anon_sym__Atomic] = ACTIONS(3088), - [anon_sym__Noreturn] = ACTIONS(3088), - [anon_sym_noreturn] = ACTIONS(3088), - [anon_sym__Nonnull] = ACTIONS(3088), - [anon_sym_mutable] = ACTIONS(3088), - [anon_sym_constinit] = ACTIONS(3088), - [anon_sym_consteval] = ACTIONS(3088), - [anon_sym_PROGMEM] = ACTIONS(3088), - [anon_sym_alignas] = ACTIONS(3088), - [anon_sym__Alignas] = ACTIONS(3088), - [aux_sym_primitive_type_token1] = ACTIONS(3088), - [anon_sym_byte] = ACTIONS(3088), - [anon_sym_word] = ACTIONS(3088), - [anon_sym_enum] = ACTIONS(3088), - [anon_sym_class] = ACTIONS(3088), - [anon_sym_struct] = ACTIONS(3088), - [anon_sym_union] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_switch] = ACTIONS(3088), - [anon_sym_case] = ACTIONS(3088), - [anon_sym_default] = ACTIONS(3088), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_do] = ACTIONS(3088), - [anon_sym_for] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_goto] = ACTIONS(3088), - [anon_sym___try] = ACTIONS(3088), - [anon_sym___leave] = ACTIONS(3088), - [anon_sym_not] = ACTIONS(3088), - [anon_sym_compl] = ACTIONS(3088), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), - [anon_sym_sizeof] = ACTIONS(3088), - [anon_sym___alignof__] = ACTIONS(3088), - [anon_sym___alignof] = ACTIONS(3088), - [anon_sym__alignof] = ACTIONS(3088), - [anon_sym_alignof] = ACTIONS(3088), - [anon_sym__Alignof] = ACTIONS(3088), - [anon_sym_offsetof] = ACTIONS(3088), - [anon_sym__Generic] = ACTIONS(3088), - [anon_sym_asm] = ACTIONS(3088), - [anon_sym___asm__] = ACTIONS(3088), - [anon_sym___asm] = ACTIONS(3088), - [aux_sym_number_literal_token1] = ACTIONS(3091), - [aux_sym_number_literal_token2] = ACTIONS(3088), - [anon_sym_L_SQUOTE] = ACTIONS(3091), - [anon_sym_u_SQUOTE] = ACTIONS(3091), - [anon_sym_U_SQUOTE] = ACTIONS(3091), - [anon_sym_u8_SQUOTE] = ACTIONS(3091), - [anon_sym_SQUOTE] = ACTIONS(3091), - [anon_sym_L_DQUOTE] = ACTIONS(3091), - [anon_sym_u_DQUOTE] = ACTIONS(3091), - [anon_sym_U_DQUOTE] = ACTIONS(3091), - [anon_sym_u8_DQUOTE] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), - [sym_true] = ACTIONS(3088), - [sym_false] = ACTIONS(3088), - [anon_sym_NULL] = ACTIONS(3088), - [anon_sym_nullptr] = ACTIONS(3088), + [600] = { + [sym_identifier] = ACTIONS(3064), + [aux_sym_preproc_include_token1] = ACTIONS(3064), + [aux_sym_preproc_def_token1] = ACTIONS(3064), + [aux_sym_preproc_if_token1] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), + [sym_preproc_directive] = ACTIONS(3064), + [anon_sym_LPAREN2] = ACTIONS(3066), + [anon_sym_BANG] = ACTIONS(3066), + [anon_sym_TILDE] = ACTIONS(3066), + [anon_sym_DASH] = ACTIONS(3064), + [anon_sym_PLUS] = ACTIONS(3064), + [anon_sym_STAR] = ACTIONS(3066), + [anon_sym_AMP_AMP] = ACTIONS(3066), + [anon_sym_AMP] = ACTIONS(3064), + [anon_sym_SEMI] = ACTIONS(3066), + [anon_sym___extension__] = ACTIONS(3064), + [anon_sym_typedef] = ACTIONS(3064), + [anon_sym_virtual] = ACTIONS(3064), + [anon_sym_extern] = ACTIONS(3064), + [anon_sym___attribute__] = ACTIONS(3064), + [anon_sym___attribute] = ACTIONS(3064), + [anon_sym_COLON_COLON] = ACTIONS(3066), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), + [anon_sym___declspec] = ACTIONS(3064), + [anon_sym___based] = ACTIONS(3064), + [anon_sym___cdecl] = ACTIONS(3064), + [anon_sym___clrcall] = ACTIONS(3064), + [anon_sym___stdcall] = ACTIONS(3064), + [anon_sym___fastcall] = ACTIONS(3064), + [anon_sym___thiscall] = ACTIONS(3064), + [anon_sym___vectorcall] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3066), + [anon_sym_RBRACE] = ACTIONS(3066), + [anon_sym_signed] = ACTIONS(3064), + [anon_sym_unsigned] = ACTIONS(3064), + [anon_sym_long] = ACTIONS(3064), + [anon_sym_short] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_static] = ACTIONS(3064), + [anon_sym_register] = ACTIONS(3064), + [anon_sym_inline] = ACTIONS(3064), + [anon_sym___inline] = ACTIONS(3064), + [anon_sym___inline__] = ACTIONS(3064), + [anon_sym___forceinline] = ACTIONS(3064), + [anon_sym_thread_local] = ACTIONS(3064), + [anon_sym___thread] = ACTIONS(3064), + [anon_sym_const] = ACTIONS(3064), + [anon_sym_constexpr] = ACTIONS(3064), + [anon_sym_volatile] = ACTIONS(3064), + [anon_sym_restrict] = ACTIONS(3064), + [anon_sym___restrict__] = ACTIONS(3064), + [anon_sym__Atomic] = ACTIONS(3064), + [anon_sym__Noreturn] = ACTIONS(3064), + [anon_sym_noreturn] = ACTIONS(3064), + [anon_sym__Nonnull] = ACTIONS(3064), + [anon_sym_mutable] = ACTIONS(3064), + [anon_sym_constinit] = ACTIONS(3064), + [anon_sym_consteval] = ACTIONS(3064), + [anon_sym_PROGMEM] = ACTIONS(3064), + [anon_sym_alignas] = ACTIONS(3064), + [anon_sym__Alignas] = ACTIONS(3064), + [aux_sym_primitive_type_token1] = ACTIONS(3064), + [anon_sym_byte] = ACTIONS(3064), + [anon_sym_word] = ACTIONS(3064), + [anon_sym_enum] = ACTIONS(3064), + [anon_sym_class] = ACTIONS(3064), + [anon_sym_struct] = ACTIONS(3064), + [anon_sym_union] = ACTIONS(3064), + [anon_sym_if] = ACTIONS(3064), + [anon_sym_switch] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3064), + [anon_sym_default] = ACTIONS(3064), + [anon_sym_while] = ACTIONS(3064), + [anon_sym_do] = ACTIONS(3064), + [anon_sym_for] = ACTIONS(3064), + [anon_sym_return] = ACTIONS(3064), + [anon_sym_break] = ACTIONS(3064), + [anon_sym_continue] = ACTIONS(3064), + [anon_sym_goto] = ACTIONS(3064), + [anon_sym___try] = ACTIONS(3064), + [anon_sym___leave] = ACTIONS(3064), + [anon_sym_not] = ACTIONS(3064), + [anon_sym_compl] = ACTIONS(3064), + [anon_sym_DASH_DASH] = ACTIONS(3066), + [anon_sym_PLUS_PLUS] = ACTIONS(3066), + [anon_sym_sizeof] = ACTIONS(3064), + [anon_sym___alignof__] = ACTIONS(3064), + [anon_sym___alignof] = ACTIONS(3064), + [anon_sym__alignof] = ACTIONS(3064), + [anon_sym_alignof] = ACTIONS(3064), + [anon_sym__Alignof] = ACTIONS(3064), + [anon_sym_offsetof] = ACTIONS(3064), + [anon_sym__Generic] = ACTIONS(3064), + [anon_sym_asm] = ACTIONS(3064), + [anon_sym___asm__] = ACTIONS(3064), + [anon_sym___asm] = ACTIONS(3064), + [aux_sym_number_literal_token1] = ACTIONS(3066), + [aux_sym_number_literal_token2] = ACTIONS(3064), + [anon_sym_L_SQUOTE] = ACTIONS(3066), + [anon_sym_u_SQUOTE] = ACTIONS(3066), + [anon_sym_U_SQUOTE] = ACTIONS(3066), + [anon_sym_u8_SQUOTE] = ACTIONS(3066), + [anon_sym_SQUOTE] = ACTIONS(3066), + [anon_sym_L_DQUOTE] = ACTIONS(3066), + [anon_sym_u_DQUOTE] = ACTIONS(3066), + [anon_sym_U_DQUOTE] = ACTIONS(3066), + [anon_sym_u8_DQUOTE] = ACTIONS(3066), + [anon_sym_DQUOTE] = ACTIONS(3066), + [sym_true] = ACTIONS(3064), + [sym_false] = ACTIONS(3064), + [anon_sym_NULL] = ACTIONS(3064), + [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3088), - [anon_sym_decltype] = ACTIONS(3088), - [anon_sym_explicit] = ACTIONS(3088), - [anon_sym_typename] = ACTIONS(3088), - [anon_sym_template] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_delete] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_namespace] = ACTIONS(3088), - [anon_sym_using] = ACTIONS(3088), - [anon_sym_static_assert] = ACTIONS(3088), - [anon_sym_concept] = ACTIONS(3088), - [anon_sym_co_return] = ACTIONS(3088), - [anon_sym_co_yield] = ACTIONS(3088), - [anon_sym_R_DQUOTE] = ACTIONS(3091), - [anon_sym_LR_DQUOTE] = ACTIONS(3091), - [anon_sym_uR_DQUOTE] = ACTIONS(3091), - [anon_sym_UR_DQUOTE] = ACTIONS(3091), - [anon_sym_u8R_DQUOTE] = ACTIONS(3091), - [anon_sym_co_await] = ACTIONS(3088), - [anon_sym_new] = ACTIONS(3088), - [anon_sym_requires] = ACTIONS(3088), - [sym_this] = ACTIONS(3088), - }, - [628] = { - [ts_builtin_sym_end] = ACTIONS(3195), - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_include_token1] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3195), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym___cdecl] = ACTIONS(3193), - [anon_sym___clrcall] = ACTIONS(3193), - [anon_sym___stdcall] = ACTIONS(3193), - [anon_sym___fastcall] = ACTIONS(3193), - [anon_sym___thiscall] = ACTIONS(3193), - [anon_sym___vectorcall] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_switch] = ACTIONS(3193), - [anon_sym_case] = ACTIONS(3193), - [anon_sym_default] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_do] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym_not] = ACTIONS(3193), - [anon_sym_compl] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_sizeof] = ACTIONS(3193), - [anon_sym___alignof__] = ACTIONS(3193), - [anon_sym___alignof] = ACTIONS(3193), - [anon_sym__alignof] = ACTIONS(3193), - [anon_sym_alignof] = ACTIONS(3193), - [anon_sym__Alignof] = ACTIONS(3193), - [anon_sym_offsetof] = ACTIONS(3193), - [anon_sym__Generic] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym___asm__] = ACTIONS(3193), - [anon_sym___asm] = ACTIONS(3193), - [aux_sym_number_literal_token1] = ACTIONS(3195), - [aux_sym_number_literal_token2] = ACTIONS(3193), - [anon_sym_L_SQUOTE] = ACTIONS(3195), - [anon_sym_u_SQUOTE] = ACTIONS(3195), - [anon_sym_U_SQUOTE] = ACTIONS(3195), - [anon_sym_u8_SQUOTE] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3195), - [anon_sym_L_DQUOTE] = ACTIONS(3195), - [anon_sym_u_DQUOTE] = ACTIONS(3195), - [anon_sym_U_DQUOTE] = ACTIONS(3195), - [anon_sym_u8_DQUOTE] = ACTIONS(3195), - [anon_sym_DQUOTE] = ACTIONS(3195), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [anon_sym_NULL] = ACTIONS(3193), - [anon_sym_nullptr] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_delete] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_namespace] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), - [anon_sym_concept] = ACTIONS(3193), - [anon_sym_co_return] = ACTIONS(3193), - [anon_sym_co_yield] = ACTIONS(3193), - [anon_sym_R_DQUOTE] = ACTIONS(3195), - [anon_sym_LR_DQUOTE] = ACTIONS(3195), - [anon_sym_uR_DQUOTE] = ACTIONS(3195), - [anon_sym_UR_DQUOTE] = ACTIONS(3195), - [anon_sym_u8R_DQUOTE] = ACTIONS(3195), - [anon_sym_co_await] = ACTIONS(3193), - [anon_sym_new] = ACTIONS(3193), - [anon_sym_requires] = ACTIONS(3193), - [sym_this] = ACTIONS(3193), + [sym_auto] = ACTIONS(3064), + [anon_sym_decltype] = ACTIONS(3064), + [anon_sym_explicit] = ACTIONS(3064), + [anon_sym_typename] = ACTIONS(3064), + [anon_sym_template] = ACTIONS(3064), + [anon_sym_operator] = ACTIONS(3064), + [anon_sym_try] = ACTIONS(3064), + [anon_sym_delete] = ACTIONS(3064), + [anon_sym_throw] = ACTIONS(3064), + [anon_sym_namespace] = ACTIONS(3064), + [anon_sym_using] = ACTIONS(3064), + [anon_sym_static_assert] = ACTIONS(3064), + [anon_sym_concept] = ACTIONS(3064), + [anon_sym_co_return] = ACTIONS(3064), + [anon_sym_co_yield] = ACTIONS(3064), + [anon_sym_R_DQUOTE] = ACTIONS(3066), + [anon_sym_LR_DQUOTE] = ACTIONS(3066), + [anon_sym_uR_DQUOTE] = ACTIONS(3066), + [anon_sym_UR_DQUOTE] = ACTIONS(3066), + [anon_sym_u8R_DQUOTE] = ACTIONS(3066), + [anon_sym_co_await] = ACTIONS(3064), + [anon_sym_new] = ACTIONS(3064), + [anon_sym_requires] = ACTIONS(3064), + [sym_this] = ACTIONS(3064), }, - [629] = { - [sym_identifier] = ACTIONS(3211), - [aux_sym_preproc_include_token1] = ACTIONS(3211), - [aux_sym_preproc_def_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token2] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), - [sym_preproc_directive] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3213), - [anon_sym_BANG] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_SEMI] = ACTIONS(3213), - [anon_sym___extension__] = ACTIONS(3211), - [anon_sym_typedef] = ACTIONS(3211), - [anon_sym_virtual] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3211), - [anon_sym___attribute__] = ACTIONS(3211), - [anon_sym___attribute] = ACTIONS(3211), - [anon_sym_COLON_COLON] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), - [anon_sym___declspec] = ACTIONS(3211), - [anon_sym___based] = ACTIONS(3211), - [anon_sym___cdecl] = ACTIONS(3211), - [anon_sym___clrcall] = ACTIONS(3211), - [anon_sym___stdcall] = ACTIONS(3211), - [anon_sym___fastcall] = ACTIONS(3211), - [anon_sym___thiscall] = ACTIONS(3211), - [anon_sym___vectorcall] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3213), - [anon_sym_signed] = ACTIONS(3211), - [anon_sym_unsigned] = ACTIONS(3211), - [anon_sym_long] = ACTIONS(3211), - [anon_sym_short] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3211), - [anon_sym_register] = ACTIONS(3211), - [anon_sym_inline] = ACTIONS(3211), - [anon_sym___inline] = ACTIONS(3211), - [anon_sym___inline__] = ACTIONS(3211), - [anon_sym___forceinline] = ACTIONS(3211), - [anon_sym_thread_local] = ACTIONS(3211), - [anon_sym___thread] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_constexpr] = ACTIONS(3211), - [anon_sym_volatile] = ACTIONS(3211), - [anon_sym_restrict] = ACTIONS(3211), - [anon_sym___restrict__] = ACTIONS(3211), - [anon_sym__Atomic] = ACTIONS(3211), - [anon_sym__Noreturn] = ACTIONS(3211), - [anon_sym_noreturn] = ACTIONS(3211), - [anon_sym__Nonnull] = ACTIONS(3211), - [anon_sym_mutable] = ACTIONS(3211), - [anon_sym_constinit] = ACTIONS(3211), - [anon_sym_consteval] = ACTIONS(3211), - [anon_sym_PROGMEM] = ACTIONS(3211), - [anon_sym_alignas] = ACTIONS(3211), - [anon_sym__Alignas] = ACTIONS(3211), - [aux_sym_primitive_type_token1] = ACTIONS(3211), - [anon_sym_byte] = ACTIONS(3211), - [anon_sym_word] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_class] = ACTIONS(3211), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_switch] = ACTIONS(3211), - [anon_sym_case] = ACTIONS(3211), - [anon_sym_default] = ACTIONS(3211), - [anon_sym_while] = ACTIONS(3211), - [anon_sym_do] = ACTIONS(3211), - [anon_sym_for] = ACTIONS(3211), - [anon_sym_return] = ACTIONS(3211), - [anon_sym_break] = ACTIONS(3211), - [anon_sym_continue] = ACTIONS(3211), - [anon_sym_goto] = ACTIONS(3211), - [anon_sym___try] = ACTIONS(3211), - [anon_sym___leave] = ACTIONS(3211), - [anon_sym_not] = ACTIONS(3211), - [anon_sym_compl] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3213), - [anon_sym_PLUS_PLUS] = ACTIONS(3213), - [anon_sym_sizeof] = ACTIONS(3211), - [anon_sym___alignof__] = ACTIONS(3211), - [anon_sym___alignof] = ACTIONS(3211), - [anon_sym__alignof] = ACTIONS(3211), - [anon_sym_alignof] = ACTIONS(3211), - [anon_sym__Alignof] = ACTIONS(3211), - [anon_sym_offsetof] = ACTIONS(3211), - [anon_sym__Generic] = ACTIONS(3211), - [anon_sym_asm] = ACTIONS(3211), - [anon_sym___asm__] = ACTIONS(3211), - [anon_sym___asm] = ACTIONS(3211), - [aux_sym_number_literal_token1] = ACTIONS(3213), - [aux_sym_number_literal_token2] = ACTIONS(3211), - [anon_sym_L_SQUOTE] = ACTIONS(3213), - [anon_sym_u_SQUOTE] = ACTIONS(3213), - [anon_sym_U_SQUOTE] = ACTIONS(3213), - [anon_sym_u8_SQUOTE] = ACTIONS(3213), - [anon_sym_SQUOTE] = ACTIONS(3213), - [anon_sym_L_DQUOTE] = ACTIONS(3213), - [anon_sym_u_DQUOTE] = ACTIONS(3213), - [anon_sym_U_DQUOTE] = ACTIONS(3213), - [anon_sym_u8_DQUOTE] = ACTIONS(3213), - [anon_sym_DQUOTE] = ACTIONS(3213), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [anon_sym_NULL] = ACTIONS(3211), - [anon_sym_nullptr] = ACTIONS(3211), + [601] = { + [sym_identifier] = ACTIONS(3068), + [aux_sym_preproc_include_token1] = ACTIONS(3068), + [aux_sym_preproc_def_token1] = ACTIONS(3068), + [aux_sym_preproc_if_token1] = ACTIONS(3068), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3068), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3068), + [sym_preproc_directive] = ACTIONS(3068), + [anon_sym_LPAREN2] = ACTIONS(3070), + [anon_sym_BANG] = ACTIONS(3070), + [anon_sym_TILDE] = ACTIONS(3070), + [anon_sym_DASH] = ACTIONS(3068), + [anon_sym_PLUS] = ACTIONS(3068), + [anon_sym_STAR] = ACTIONS(3070), + [anon_sym_AMP_AMP] = ACTIONS(3070), + [anon_sym_AMP] = ACTIONS(3068), + [anon_sym_SEMI] = ACTIONS(3070), + [anon_sym___extension__] = ACTIONS(3068), + [anon_sym_typedef] = ACTIONS(3068), + [anon_sym_virtual] = ACTIONS(3068), + [anon_sym_extern] = ACTIONS(3068), + [anon_sym___attribute__] = ACTIONS(3068), + [anon_sym___attribute] = ACTIONS(3068), + [anon_sym_COLON_COLON] = ACTIONS(3070), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3070), + [anon_sym___declspec] = ACTIONS(3068), + [anon_sym___based] = ACTIONS(3068), + [anon_sym___cdecl] = ACTIONS(3068), + [anon_sym___clrcall] = ACTIONS(3068), + [anon_sym___stdcall] = ACTIONS(3068), + [anon_sym___fastcall] = ACTIONS(3068), + [anon_sym___thiscall] = ACTIONS(3068), + [anon_sym___vectorcall] = ACTIONS(3068), + [anon_sym_LBRACE] = ACTIONS(3070), + [anon_sym_RBRACE] = ACTIONS(3070), + [anon_sym_signed] = ACTIONS(3068), + [anon_sym_unsigned] = ACTIONS(3068), + [anon_sym_long] = ACTIONS(3068), + [anon_sym_short] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_static] = ACTIONS(3068), + [anon_sym_register] = ACTIONS(3068), + [anon_sym_inline] = ACTIONS(3068), + [anon_sym___inline] = ACTIONS(3068), + [anon_sym___inline__] = ACTIONS(3068), + [anon_sym___forceinline] = ACTIONS(3068), + [anon_sym_thread_local] = ACTIONS(3068), + [anon_sym___thread] = ACTIONS(3068), + [anon_sym_const] = ACTIONS(3068), + [anon_sym_constexpr] = ACTIONS(3068), + [anon_sym_volatile] = ACTIONS(3068), + [anon_sym_restrict] = ACTIONS(3068), + [anon_sym___restrict__] = ACTIONS(3068), + [anon_sym__Atomic] = ACTIONS(3068), + [anon_sym__Noreturn] = ACTIONS(3068), + [anon_sym_noreturn] = ACTIONS(3068), + [anon_sym__Nonnull] = ACTIONS(3068), + [anon_sym_mutable] = ACTIONS(3068), + [anon_sym_constinit] = ACTIONS(3068), + [anon_sym_consteval] = ACTIONS(3068), + [anon_sym_PROGMEM] = ACTIONS(3068), + [anon_sym_alignas] = ACTIONS(3068), + [anon_sym__Alignas] = ACTIONS(3068), + [aux_sym_primitive_type_token1] = ACTIONS(3068), + [anon_sym_byte] = ACTIONS(3068), + [anon_sym_word] = ACTIONS(3068), + [anon_sym_enum] = ACTIONS(3068), + [anon_sym_class] = ACTIONS(3068), + [anon_sym_struct] = ACTIONS(3068), + [anon_sym_union] = ACTIONS(3068), + [anon_sym_if] = ACTIONS(3068), + [anon_sym_switch] = ACTIONS(3068), + [anon_sym_case] = ACTIONS(3068), + [anon_sym_default] = ACTIONS(3068), + [anon_sym_while] = ACTIONS(3068), + [anon_sym_do] = ACTIONS(3068), + [anon_sym_for] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3068), + [anon_sym_break] = ACTIONS(3068), + [anon_sym_continue] = ACTIONS(3068), + [anon_sym_goto] = ACTIONS(3068), + [anon_sym___try] = ACTIONS(3068), + [anon_sym___leave] = ACTIONS(3068), + [anon_sym_not] = ACTIONS(3068), + [anon_sym_compl] = ACTIONS(3068), + [anon_sym_DASH_DASH] = ACTIONS(3070), + [anon_sym_PLUS_PLUS] = ACTIONS(3070), + [anon_sym_sizeof] = ACTIONS(3068), + [anon_sym___alignof__] = ACTIONS(3068), + [anon_sym___alignof] = ACTIONS(3068), + [anon_sym__alignof] = ACTIONS(3068), + [anon_sym_alignof] = ACTIONS(3068), + [anon_sym__Alignof] = ACTIONS(3068), + [anon_sym_offsetof] = ACTIONS(3068), + [anon_sym__Generic] = ACTIONS(3068), + [anon_sym_asm] = ACTIONS(3068), + [anon_sym___asm__] = ACTIONS(3068), + [anon_sym___asm] = ACTIONS(3068), + [aux_sym_number_literal_token1] = ACTIONS(3070), + [aux_sym_number_literal_token2] = ACTIONS(3068), + [anon_sym_L_SQUOTE] = ACTIONS(3070), + [anon_sym_u_SQUOTE] = ACTIONS(3070), + [anon_sym_U_SQUOTE] = ACTIONS(3070), + [anon_sym_u8_SQUOTE] = ACTIONS(3070), + [anon_sym_SQUOTE] = ACTIONS(3070), + [anon_sym_L_DQUOTE] = ACTIONS(3070), + [anon_sym_u_DQUOTE] = ACTIONS(3070), + [anon_sym_U_DQUOTE] = ACTIONS(3070), + [anon_sym_u8_DQUOTE] = ACTIONS(3070), + [anon_sym_DQUOTE] = ACTIONS(3070), + [sym_true] = ACTIONS(3068), + [sym_false] = ACTIONS(3068), + [anon_sym_NULL] = ACTIONS(3068), + [anon_sym_nullptr] = ACTIONS(3068), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3211), - [anon_sym_decltype] = ACTIONS(3211), - [anon_sym_explicit] = ACTIONS(3211), - [anon_sym_typename] = ACTIONS(3211), - [anon_sym_template] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3211), - [anon_sym_try] = ACTIONS(3211), - [anon_sym_delete] = ACTIONS(3211), - [anon_sym_throw] = ACTIONS(3211), - [anon_sym_namespace] = ACTIONS(3211), - [anon_sym_using] = ACTIONS(3211), - [anon_sym_static_assert] = ACTIONS(3211), - [anon_sym_concept] = ACTIONS(3211), - [anon_sym_co_return] = ACTIONS(3211), - [anon_sym_co_yield] = ACTIONS(3211), - [anon_sym_R_DQUOTE] = ACTIONS(3213), - [anon_sym_LR_DQUOTE] = ACTIONS(3213), - [anon_sym_uR_DQUOTE] = ACTIONS(3213), - [anon_sym_UR_DQUOTE] = ACTIONS(3213), - [anon_sym_u8R_DQUOTE] = ACTIONS(3213), - [anon_sym_co_await] = ACTIONS(3211), - [anon_sym_new] = ACTIONS(3211), - [anon_sym_requires] = ACTIONS(3211), - [sym_this] = ACTIONS(3211), - }, - [630] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_include_token1] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token2] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_BANG] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym___cdecl] = ACTIONS(3193), - [anon_sym___clrcall] = ACTIONS(3193), - [anon_sym___stdcall] = ACTIONS(3193), - [anon_sym___fastcall] = ACTIONS(3193), - [anon_sym___thiscall] = ACTIONS(3193), - [anon_sym___vectorcall] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_switch] = ACTIONS(3193), - [anon_sym_case] = ACTIONS(3193), - [anon_sym_default] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_do] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym___try] = ACTIONS(3193), - [anon_sym___leave] = ACTIONS(3193), - [anon_sym_not] = ACTIONS(3193), - [anon_sym_compl] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_sizeof] = ACTIONS(3193), - [anon_sym___alignof__] = ACTIONS(3193), - [anon_sym___alignof] = ACTIONS(3193), - [anon_sym__alignof] = ACTIONS(3193), - [anon_sym_alignof] = ACTIONS(3193), - [anon_sym__Alignof] = ACTIONS(3193), - [anon_sym_offsetof] = ACTIONS(3193), - [anon_sym__Generic] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym___asm__] = ACTIONS(3193), - [anon_sym___asm] = ACTIONS(3193), - [aux_sym_number_literal_token1] = ACTIONS(3195), - [aux_sym_number_literal_token2] = ACTIONS(3193), - [anon_sym_L_SQUOTE] = ACTIONS(3195), - [anon_sym_u_SQUOTE] = ACTIONS(3195), - [anon_sym_U_SQUOTE] = ACTIONS(3195), - [anon_sym_u8_SQUOTE] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3195), - [anon_sym_L_DQUOTE] = ACTIONS(3195), - [anon_sym_u_DQUOTE] = ACTIONS(3195), - [anon_sym_U_DQUOTE] = ACTIONS(3195), - [anon_sym_u8_DQUOTE] = ACTIONS(3195), - [anon_sym_DQUOTE] = ACTIONS(3195), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [anon_sym_NULL] = ACTIONS(3193), - [anon_sym_nullptr] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_delete] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_namespace] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), - [anon_sym_concept] = ACTIONS(3193), - [anon_sym_co_return] = ACTIONS(3193), - [anon_sym_co_yield] = ACTIONS(3193), - [anon_sym_R_DQUOTE] = ACTIONS(3195), - [anon_sym_LR_DQUOTE] = ACTIONS(3195), - [anon_sym_uR_DQUOTE] = ACTIONS(3195), - [anon_sym_UR_DQUOTE] = ACTIONS(3195), - [anon_sym_u8R_DQUOTE] = ACTIONS(3195), - [anon_sym_co_await] = ACTIONS(3193), - [anon_sym_new] = ACTIONS(3193), - [anon_sym_requires] = ACTIONS(3193), - [sym_this] = ACTIONS(3193), + [sym_auto] = ACTIONS(3068), + [anon_sym_decltype] = ACTIONS(3068), + [anon_sym_explicit] = ACTIONS(3068), + [anon_sym_typename] = ACTIONS(3068), + [anon_sym_template] = ACTIONS(3068), + [anon_sym_operator] = ACTIONS(3068), + [anon_sym_try] = ACTIONS(3068), + [anon_sym_delete] = ACTIONS(3068), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_namespace] = ACTIONS(3068), + [anon_sym_using] = ACTIONS(3068), + [anon_sym_static_assert] = ACTIONS(3068), + [anon_sym_concept] = ACTIONS(3068), + [anon_sym_co_return] = ACTIONS(3068), + [anon_sym_co_yield] = ACTIONS(3068), + [anon_sym_R_DQUOTE] = ACTIONS(3070), + [anon_sym_LR_DQUOTE] = ACTIONS(3070), + [anon_sym_uR_DQUOTE] = ACTIONS(3070), + [anon_sym_UR_DQUOTE] = ACTIONS(3070), + [anon_sym_u8R_DQUOTE] = ACTIONS(3070), + [anon_sym_co_await] = ACTIONS(3068), + [anon_sym_new] = ACTIONS(3068), + [anon_sym_requires] = ACTIONS(3068), + [sym_this] = ACTIONS(3068), }, - [631] = { - [sym_identifier] = ACTIONS(3084), - [aux_sym_preproc_include_token1] = ACTIONS(3084), - [aux_sym_preproc_def_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), - [sym_preproc_directive] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_BANG] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_DASH] = ACTIONS(3084), - [anon_sym_PLUS] = ACTIONS(3084), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym___extension__] = ACTIONS(3084), - [anon_sym_typedef] = ACTIONS(3084), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym___attribute] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym___cdecl] = ACTIONS(3084), - [anon_sym___clrcall] = ACTIONS(3084), - [anon_sym___stdcall] = ACTIONS(3084), - [anon_sym___fastcall] = ACTIONS(3084), - [anon_sym___thiscall] = ACTIONS(3084), - [anon_sym___vectorcall] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3086), - [anon_sym_RBRACE] = ACTIONS(3086), - [anon_sym_signed] = ACTIONS(3084), - [anon_sym_unsigned] = ACTIONS(3084), - [anon_sym_long] = ACTIONS(3084), - [anon_sym_short] = ACTIONS(3084), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym___inline] = ACTIONS(3084), - [anon_sym___inline__] = ACTIONS(3084), - [anon_sym___forceinline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym___thread] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym___restrict__] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym__Noreturn] = ACTIONS(3084), - [anon_sym_noreturn] = ACTIONS(3084), - [anon_sym__Nonnull] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constinit] = ACTIONS(3084), - [anon_sym_consteval] = ACTIONS(3084), - [anon_sym_PROGMEM] = ACTIONS(3084), - [anon_sym_alignas] = ACTIONS(3084), - [anon_sym__Alignas] = ACTIONS(3084), - [aux_sym_primitive_type_token1] = ACTIONS(3084), - [anon_sym_byte] = ACTIONS(3084), - [anon_sym_word] = ACTIONS(3084), - [anon_sym_enum] = ACTIONS(3084), - [anon_sym_class] = ACTIONS(3084), - [anon_sym_struct] = ACTIONS(3084), - [anon_sym_union] = ACTIONS(3084), - [anon_sym_if] = ACTIONS(3084), - [anon_sym_switch] = ACTIONS(3084), - [anon_sym_case] = ACTIONS(3084), - [anon_sym_default] = ACTIONS(3084), - [anon_sym_while] = ACTIONS(3084), - [anon_sym_do] = ACTIONS(3084), - [anon_sym_for] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3084), - [anon_sym_break] = ACTIONS(3084), - [anon_sym_continue] = ACTIONS(3084), - [anon_sym_goto] = ACTIONS(3084), - [anon_sym___try] = ACTIONS(3084), - [anon_sym___leave] = ACTIONS(3084), - [anon_sym_not] = ACTIONS(3084), - [anon_sym_compl] = ACTIONS(3084), - [anon_sym_DASH_DASH] = ACTIONS(3086), - [anon_sym_PLUS_PLUS] = ACTIONS(3086), - [anon_sym_sizeof] = ACTIONS(3084), - [anon_sym___alignof__] = ACTIONS(3084), - [anon_sym___alignof] = ACTIONS(3084), - [anon_sym__alignof] = ACTIONS(3084), - [anon_sym_alignof] = ACTIONS(3084), - [anon_sym__Alignof] = ACTIONS(3084), - [anon_sym_offsetof] = ACTIONS(3084), - [anon_sym__Generic] = ACTIONS(3084), - [anon_sym_asm] = ACTIONS(3084), - [anon_sym___asm__] = ACTIONS(3084), - [anon_sym___asm] = ACTIONS(3084), - [aux_sym_number_literal_token1] = ACTIONS(3086), - [aux_sym_number_literal_token2] = ACTIONS(3084), - [anon_sym_L_SQUOTE] = ACTIONS(3086), - [anon_sym_u_SQUOTE] = ACTIONS(3086), - [anon_sym_U_SQUOTE] = ACTIONS(3086), - [anon_sym_u8_SQUOTE] = ACTIONS(3086), - [anon_sym_SQUOTE] = ACTIONS(3086), - [anon_sym_L_DQUOTE] = ACTIONS(3086), - [anon_sym_u_DQUOTE] = ACTIONS(3086), - [anon_sym_U_DQUOTE] = ACTIONS(3086), - [anon_sym_u8_DQUOTE] = ACTIONS(3086), - [anon_sym_DQUOTE] = ACTIONS(3086), - [sym_true] = ACTIONS(3084), - [sym_false] = ACTIONS(3084), - [anon_sym_NULL] = ACTIONS(3084), - [anon_sym_nullptr] = ACTIONS(3084), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3084), - [anon_sym_decltype] = ACTIONS(3084), - [anon_sym_explicit] = ACTIONS(3084), - [anon_sym_typename] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_try] = ACTIONS(3084), - [anon_sym_delete] = ACTIONS(3084), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_namespace] = ACTIONS(3084), - [anon_sym_using] = ACTIONS(3084), - [anon_sym_static_assert] = ACTIONS(3084), - [anon_sym_concept] = ACTIONS(3084), - [anon_sym_co_return] = ACTIONS(3084), - [anon_sym_co_yield] = ACTIONS(3084), - [anon_sym_R_DQUOTE] = ACTIONS(3086), - [anon_sym_LR_DQUOTE] = ACTIONS(3086), - [anon_sym_uR_DQUOTE] = ACTIONS(3086), - [anon_sym_UR_DQUOTE] = ACTIONS(3086), - [anon_sym_u8R_DQUOTE] = ACTIONS(3086), - [anon_sym_co_await] = ACTIONS(3084), - [anon_sym_new] = ACTIONS(3084), - [anon_sym_requires] = ACTIONS(3084), - [sym_this] = ACTIONS(3084), + [602] = { + [sym_identifier] = ACTIONS(3072), + [aux_sym_preproc_include_token1] = ACTIONS(3072), + [aux_sym_preproc_def_token1] = ACTIONS(3072), + [aux_sym_preproc_if_token1] = ACTIONS(3072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3072), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3072), + [sym_preproc_directive] = ACTIONS(3072), + [anon_sym_LPAREN2] = ACTIONS(3074), + [anon_sym_BANG] = ACTIONS(3074), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_DASH] = ACTIONS(3072), + [anon_sym_PLUS] = ACTIONS(3072), + [anon_sym_STAR] = ACTIONS(3074), + [anon_sym_AMP_AMP] = ACTIONS(3074), + [anon_sym_AMP] = ACTIONS(3072), + [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym___extension__] = ACTIONS(3072), + [anon_sym_typedef] = ACTIONS(3072), + [anon_sym_virtual] = ACTIONS(3072), + [anon_sym_extern] = ACTIONS(3072), + [anon_sym___attribute__] = ACTIONS(3072), + [anon_sym___attribute] = ACTIONS(3072), + [anon_sym_COLON_COLON] = ACTIONS(3074), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), + [anon_sym___declspec] = ACTIONS(3072), + [anon_sym___based] = ACTIONS(3072), + [anon_sym___cdecl] = ACTIONS(3072), + [anon_sym___clrcall] = ACTIONS(3072), + [anon_sym___stdcall] = ACTIONS(3072), + [anon_sym___fastcall] = ACTIONS(3072), + [anon_sym___thiscall] = ACTIONS(3072), + [anon_sym___vectorcall] = ACTIONS(3072), + [anon_sym_LBRACE] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3074), + [anon_sym_signed] = ACTIONS(3072), + [anon_sym_unsigned] = ACTIONS(3072), + [anon_sym_long] = ACTIONS(3072), + [anon_sym_short] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3072), + [anon_sym_static] = ACTIONS(3072), + [anon_sym_register] = ACTIONS(3072), + [anon_sym_inline] = ACTIONS(3072), + [anon_sym___inline] = ACTIONS(3072), + [anon_sym___inline__] = ACTIONS(3072), + [anon_sym___forceinline] = ACTIONS(3072), + [anon_sym_thread_local] = ACTIONS(3072), + [anon_sym___thread] = ACTIONS(3072), + [anon_sym_const] = ACTIONS(3072), + [anon_sym_constexpr] = ACTIONS(3072), + [anon_sym_volatile] = ACTIONS(3072), + [anon_sym_restrict] = ACTIONS(3072), + [anon_sym___restrict__] = ACTIONS(3072), + [anon_sym__Atomic] = ACTIONS(3072), + [anon_sym__Noreturn] = ACTIONS(3072), + [anon_sym_noreturn] = ACTIONS(3072), + [anon_sym__Nonnull] = ACTIONS(3072), + [anon_sym_mutable] = ACTIONS(3072), + [anon_sym_constinit] = ACTIONS(3072), + [anon_sym_consteval] = ACTIONS(3072), + [anon_sym_PROGMEM] = ACTIONS(3072), + [anon_sym_alignas] = ACTIONS(3072), + [anon_sym__Alignas] = ACTIONS(3072), + [aux_sym_primitive_type_token1] = ACTIONS(3072), + [anon_sym_byte] = ACTIONS(3072), + [anon_sym_word] = ACTIONS(3072), + [anon_sym_enum] = ACTIONS(3072), + [anon_sym_class] = ACTIONS(3072), + [anon_sym_struct] = ACTIONS(3072), + [anon_sym_union] = ACTIONS(3072), + [anon_sym_if] = ACTIONS(3072), + [anon_sym_switch] = ACTIONS(3072), + [anon_sym_case] = ACTIONS(3072), + [anon_sym_default] = ACTIONS(3072), + [anon_sym_while] = ACTIONS(3072), + [anon_sym_do] = ACTIONS(3072), + [anon_sym_for] = ACTIONS(3072), + [anon_sym_return] = ACTIONS(3072), + [anon_sym_break] = ACTIONS(3072), + [anon_sym_continue] = ACTIONS(3072), + [anon_sym_goto] = ACTIONS(3072), + [anon_sym___try] = ACTIONS(3072), + [anon_sym___leave] = ACTIONS(3072), + [anon_sym_not] = ACTIONS(3072), + [anon_sym_compl] = ACTIONS(3072), + [anon_sym_DASH_DASH] = ACTIONS(3074), + [anon_sym_PLUS_PLUS] = ACTIONS(3074), + [anon_sym_sizeof] = ACTIONS(3072), + [anon_sym___alignof__] = ACTIONS(3072), + [anon_sym___alignof] = ACTIONS(3072), + [anon_sym__alignof] = ACTIONS(3072), + [anon_sym_alignof] = ACTIONS(3072), + [anon_sym__Alignof] = ACTIONS(3072), + [anon_sym_offsetof] = ACTIONS(3072), + [anon_sym__Generic] = ACTIONS(3072), + [anon_sym_asm] = ACTIONS(3072), + [anon_sym___asm__] = ACTIONS(3072), + [anon_sym___asm] = ACTIONS(3072), + [aux_sym_number_literal_token1] = ACTIONS(3074), + [aux_sym_number_literal_token2] = ACTIONS(3072), + [anon_sym_L_SQUOTE] = ACTIONS(3074), + [anon_sym_u_SQUOTE] = ACTIONS(3074), + [anon_sym_U_SQUOTE] = ACTIONS(3074), + [anon_sym_u8_SQUOTE] = ACTIONS(3074), + [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_L_DQUOTE] = ACTIONS(3074), + [anon_sym_u_DQUOTE] = ACTIONS(3074), + [anon_sym_U_DQUOTE] = ACTIONS(3074), + [anon_sym_u8_DQUOTE] = ACTIONS(3074), + [anon_sym_DQUOTE] = ACTIONS(3074), + [sym_true] = ACTIONS(3072), + [sym_false] = ACTIONS(3072), + [anon_sym_NULL] = ACTIONS(3072), + [anon_sym_nullptr] = ACTIONS(3072), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3072), + [anon_sym_decltype] = ACTIONS(3072), + [anon_sym_explicit] = ACTIONS(3072), + [anon_sym_typename] = ACTIONS(3072), + [anon_sym_template] = ACTIONS(3072), + [anon_sym_operator] = ACTIONS(3072), + [anon_sym_try] = ACTIONS(3072), + [anon_sym_delete] = ACTIONS(3072), + [anon_sym_throw] = ACTIONS(3072), + [anon_sym_namespace] = ACTIONS(3072), + [anon_sym_using] = ACTIONS(3072), + [anon_sym_static_assert] = ACTIONS(3072), + [anon_sym_concept] = ACTIONS(3072), + [anon_sym_co_return] = ACTIONS(3072), + [anon_sym_co_yield] = ACTIONS(3072), + [anon_sym_R_DQUOTE] = ACTIONS(3074), + [anon_sym_LR_DQUOTE] = ACTIONS(3074), + [anon_sym_uR_DQUOTE] = ACTIONS(3074), + [anon_sym_UR_DQUOTE] = ACTIONS(3074), + [anon_sym_u8R_DQUOTE] = ACTIONS(3074), + [anon_sym_co_await] = ACTIONS(3072), + [anon_sym_new] = ACTIONS(3072), + [anon_sym_requires] = ACTIONS(3072), + [sym_this] = ACTIONS(3072), }, - [632] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_include_token1] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token2] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym___cdecl] = ACTIONS(3173), - [anon_sym___clrcall] = ACTIONS(3173), - [anon_sym___stdcall] = ACTIONS(3173), - [anon_sym___fastcall] = ACTIONS(3173), - [anon_sym___thiscall] = ACTIONS(3173), - [anon_sym___vectorcall] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_switch] = ACTIONS(3173), - [anon_sym_case] = ACTIONS(3173), - [anon_sym_default] = ACTIONS(3173), - [anon_sym_while] = ACTIONS(3173), - [anon_sym_do] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym___try] = ACTIONS(3173), - [anon_sym___leave] = ACTIONS(3173), - [anon_sym_not] = ACTIONS(3173), - [anon_sym_compl] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3175), - [anon_sym_PLUS_PLUS] = ACTIONS(3175), - [anon_sym_sizeof] = ACTIONS(3173), - [anon_sym___alignof__] = ACTIONS(3173), - [anon_sym___alignof] = ACTIONS(3173), - [anon_sym__alignof] = ACTIONS(3173), - [anon_sym_alignof] = ACTIONS(3173), - [anon_sym__Alignof] = ACTIONS(3173), - [anon_sym_offsetof] = ACTIONS(3173), - [anon_sym__Generic] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym___asm__] = ACTIONS(3173), - [anon_sym___asm] = ACTIONS(3173), - [aux_sym_number_literal_token1] = ACTIONS(3175), - [aux_sym_number_literal_token2] = ACTIONS(3173), - [anon_sym_L_SQUOTE] = ACTIONS(3175), - [anon_sym_u_SQUOTE] = ACTIONS(3175), - [anon_sym_U_SQUOTE] = ACTIONS(3175), - [anon_sym_u8_SQUOTE] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3175), - [anon_sym_L_DQUOTE] = ACTIONS(3175), - [anon_sym_u_DQUOTE] = ACTIONS(3175), - [anon_sym_U_DQUOTE] = ACTIONS(3175), - [anon_sym_u8_DQUOTE] = ACTIONS(3175), - [anon_sym_DQUOTE] = ACTIONS(3175), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [anon_sym_NULL] = ACTIONS(3173), - [anon_sym_nullptr] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_try] = ACTIONS(3173), - [anon_sym_delete] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_namespace] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), - [anon_sym_concept] = ACTIONS(3173), - [anon_sym_co_return] = ACTIONS(3173), - [anon_sym_co_yield] = ACTIONS(3173), - [anon_sym_R_DQUOTE] = ACTIONS(3175), - [anon_sym_LR_DQUOTE] = ACTIONS(3175), - [anon_sym_uR_DQUOTE] = ACTIONS(3175), - [anon_sym_UR_DQUOTE] = ACTIONS(3175), - [anon_sym_u8R_DQUOTE] = ACTIONS(3175), - [anon_sym_co_await] = ACTIONS(3173), - [anon_sym_new] = ACTIONS(3173), - [anon_sym_requires] = ACTIONS(3173), - [sym_this] = ACTIONS(3173), + [603] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_include_token1] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_BANG] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_DASH] = ACTIONS(3096), + [anon_sym_PLUS] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym___cdecl] = ACTIONS(3096), + [anon_sym___clrcall] = ACTIONS(3096), + [anon_sym___stdcall] = ACTIONS(3096), + [anon_sym___fastcall] = ACTIONS(3096), + [anon_sym___thiscall] = ACTIONS(3096), + [anon_sym___vectorcall] = ACTIONS(3096), + [anon_sym_LBRACE] = ACTIONS(3098), + [anon_sym_RBRACE] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_switch] = ACTIONS(3096), + [anon_sym_case] = ACTIONS(3096), + [anon_sym_default] = ACTIONS(3096), + [anon_sym_while] = ACTIONS(3096), + [anon_sym_do] = ACTIONS(3096), + [anon_sym_for] = ACTIONS(3096), + [anon_sym_return] = ACTIONS(3096), + [anon_sym_break] = ACTIONS(3096), + [anon_sym_continue] = ACTIONS(3096), + [anon_sym_goto] = ACTIONS(3096), + [anon_sym___try] = ACTIONS(3096), + [anon_sym___leave] = ACTIONS(3096), + [anon_sym_not] = ACTIONS(3096), + [anon_sym_compl] = ACTIONS(3096), + [anon_sym_DASH_DASH] = ACTIONS(3098), + [anon_sym_PLUS_PLUS] = ACTIONS(3098), + [anon_sym_sizeof] = ACTIONS(3096), + [anon_sym___alignof__] = ACTIONS(3096), + [anon_sym___alignof] = ACTIONS(3096), + [anon_sym__alignof] = ACTIONS(3096), + [anon_sym_alignof] = ACTIONS(3096), + [anon_sym__Alignof] = ACTIONS(3096), + [anon_sym_offsetof] = ACTIONS(3096), + [anon_sym__Generic] = ACTIONS(3096), + [anon_sym_asm] = ACTIONS(3096), + [anon_sym___asm__] = ACTIONS(3096), + [anon_sym___asm] = ACTIONS(3096), + [aux_sym_number_literal_token1] = ACTIONS(3098), + [aux_sym_number_literal_token2] = ACTIONS(3096), + [anon_sym_L_SQUOTE] = ACTIONS(3098), + [anon_sym_u_SQUOTE] = ACTIONS(3098), + [anon_sym_U_SQUOTE] = ACTIONS(3098), + [anon_sym_u8_SQUOTE] = ACTIONS(3098), + [anon_sym_SQUOTE] = ACTIONS(3098), + [anon_sym_L_DQUOTE] = ACTIONS(3098), + [anon_sym_u_DQUOTE] = ACTIONS(3098), + [anon_sym_U_DQUOTE] = ACTIONS(3098), + [anon_sym_u8_DQUOTE] = ACTIONS(3098), + [anon_sym_DQUOTE] = ACTIONS(3098), + [sym_true] = ACTIONS(3096), + [sym_false] = ACTIONS(3096), + [anon_sym_NULL] = ACTIONS(3096), + [anon_sym_nullptr] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_try] = ACTIONS(3096), + [anon_sym_delete] = ACTIONS(3096), + [anon_sym_throw] = ACTIONS(3096), + [anon_sym_namespace] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), + [anon_sym_concept] = ACTIONS(3096), + [anon_sym_co_return] = ACTIONS(3096), + [anon_sym_co_yield] = ACTIONS(3096), + [anon_sym_R_DQUOTE] = ACTIONS(3098), + [anon_sym_LR_DQUOTE] = ACTIONS(3098), + [anon_sym_uR_DQUOTE] = ACTIONS(3098), + [anon_sym_UR_DQUOTE] = ACTIONS(3098), + [anon_sym_u8R_DQUOTE] = ACTIONS(3098), + [anon_sym_co_await] = ACTIONS(3096), + [anon_sym_new] = ACTIONS(3096), + [anon_sym_requires] = ACTIONS(3096), + [sym_this] = ACTIONS(3096), }, - [633] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_include_token1] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token2] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_DASH] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(3162), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym___cdecl] = ACTIONS(3162), - [anon_sym___clrcall] = ACTIONS(3162), - [anon_sym___stdcall] = ACTIONS(3162), - [anon_sym___fastcall] = ACTIONS(3162), - [anon_sym___thiscall] = ACTIONS(3162), - [anon_sym___vectorcall] = ACTIONS(3162), - [anon_sym_LBRACE] = ACTIONS(3164), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [anon_sym_if] = ACTIONS(3162), - [anon_sym_switch] = ACTIONS(3162), - [anon_sym_case] = ACTIONS(3162), - [anon_sym_default] = ACTIONS(3162), - [anon_sym_while] = ACTIONS(3162), - [anon_sym_do] = ACTIONS(3162), - [anon_sym_for] = ACTIONS(3162), - [anon_sym_return] = ACTIONS(3162), - [anon_sym_break] = ACTIONS(3162), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3162), - [anon_sym___try] = ACTIONS(3162), - [anon_sym___leave] = ACTIONS(3162), - [anon_sym_not] = ACTIONS(3162), - [anon_sym_compl] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_sizeof] = ACTIONS(3162), - [anon_sym___alignof__] = ACTIONS(3162), - [anon_sym___alignof] = ACTIONS(3162), - [anon_sym__alignof] = ACTIONS(3162), - [anon_sym_alignof] = ACTIONS(3162), - [anon_sym__Alignof] = ACTIONS(3162), - [anon_sym_offsetof] = ACTIONS(3162), - [anon_sym__Generic] = ACTIONS(3162), - [anon_sym_asm] = ACTIONS(3162), - [anon_sym___asm__] = ACTIONS(3162), - [anon_sym___asm] = ACTIONS(3162), - [aux_sym_number_literal_token1] = ACTIONS(3164), - [aux_sym_number_literal_token2] = ACTIONS(3162), - [anon_sym_L_SQUOTE] = ACTIONS(3164), - [anon_sym_u_SQUOTE] = ACTIONS(3164), - [anon_sym_U_SQUOTE] = ACTIONS(3164), - [anon_sym_u8_SQUOTE] = ACTIONS(3164), - [anon_sym_SQUOTE] = ACTIONS(3164), - [anon_sym_L_DQUOTE] = ACTIONS(3164), - [anon_sym_u_DQUOTE] = ACTIONS(3164), - [anon_sym_U_DQUOTE] = ACTIONS(3164), - [anon_sym_u8_DQUOTE] = ACTIONS(3164), - [anon_sym_DQUOTE] = ACTIONS(3164), - [sym_true] = ACTIONS(3162), - [sym_false] = ACTIONS(3162), - [anon_sym_NULL] = ACTIONS(3162), - [anon_sym_nullptr] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_try] = ACTIONS(3162), - [anon_sym_delete] = ACTIONS(3162), - [anon_sym_throw] = ACTIONS(3162), - [anon_sym_namespace] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), - [anon_sym_concept] = ACTIONS(3162), - [anon_sym_co_return] = ACTIONS(3162), - [anon_sym_co_yield] = ACTIONS(3162), - [anon_sym_R_DQUOTE] = ACTIONS(3164), - [anon_sym_LR_DQUOTE] = ACTIONS(3164), - [anon_sym_uR_DQUOTE] = ACTIONS(3164), - [anon_sym_UR_DQUOTE] = ACTIONS(3164), - [anon_sym_u8R_DQUOTE] = ACTIONS(3164), - [anon_sym_co_await] = ACTIONS(3162), - [anon_sym_new] = ACTIONS(3162), - [anon_sym_requires] = ACTIONS(3162), - [sym_this] = ACTIONS(3162), + [604] = { + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_include_token1] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym___cdecl] = ACTIONS(3151), + [anon_sym___clrcall] = ACTIONS(3151), + [anon_sym___stdcall] = ACTIONS(3151), + [anon_sym___fastcall] = ACTIONS(3151), + [anon_sym___thiscall] = ACTIONS(3151), + [anon_sym___vectorcall] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_RBRACE] = ACTIONS(3153), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_switch] = ACTIONS(3151), + [anon_sym_case] = ACTIONS(3151), + [anon_sym_default] = ACTIONS(3151), + [anon_sym_while] = ACTIONS(3151), + [anon_sym_do] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym___try] = ACTIONS(3151), + [anon_sym___leave] = ACTIONS(3151), + [anon_sym_not] = ACTIONS(3151), + [anon_sym_compl] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_sizeof] = ACTIONS(3151), + [anon_sym___alignof__] = ACTIONS(3151), + [anon_sym___alignof] = ACTIONS(3151), + [anon_sym__alignof] = ACTIONS(3151), + [anon_sym_alignof] = ACTIONS(3151), + [anon_sym__Alignof] = ACTIONS(3151), + [anon_sym_offsetof] = ACTIONS(3151), + [anon_sym__Generic] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym___asm__] = ACTIONS(3151), + [anon_sym___asm] = ACTIONS(3151), + [aux_sym_number_literal_token1] = ACTIONS(3153), + [aux_sym_number_literal_token2] = ACTIONS(3151), + [anon_sym_L_SQUOTE] = ACTIONS(3153), + [anon_sym_u_SQUOTE] = ACTIONS(3153), + [anon_sym_U_SQUOTE] = ACTIONS(3153), + [anon_sym_u8_SQUOTE] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3153), + [anon_sym_L_DQUOTE] = ACTIONS(3153), + [anon_sym_u_DQUOTE] = ACTIONS(3153), + [anon_sym_U_DQUOTE] = ACTIONS(3153), + [anon_sym_u8_DQUOTE] = ACTIONS(3153), + [anon_sym_DQUOTE] = ACTIONS(3153), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [anon_sym_NULL] = ACTIONS(3151), + [anon_sym_nullptr] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_try] = ACTIONS(3151), + [anon_sym_delete] = ACTIONS(3151), + [anon_sym_throw] = ACTIONS(3151), + [anon_sym_namespace] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + [anon_sym_concept] = ACTIONS(3151), + [anon_sym_co_return] = ACTIONS(3151), + [anon_sym_co_yield] = ACTIONS(3151), + [anon_sym_R_DQUOTE] = ACTIONS(3153), + [anon_sym_LR_DQUOTE] = ACTIONS(3153), + [anon_sym_uR_DQUOTE] = ACTIONS(3153), + [anon_sym_UR_DQUOTE] = ACTIONS(3153), + [anon_sym_u8R_DQUOTE] = ACTIONS(3153), + [anon_sym_co_await] = ACTIONS(3151), + [anon_sym_new] = ACTIONS(3151), + [anon_sym_requires] = ACTIONS(3151), + [sym_this] = ACTIONS(3151), }, - [634] = { + [605] = { + [sym_identifier] = ACTIONS(3044), + [aux_sym_preproc_include_token1] = ACTIONS(3044), + [aux_sym_preproc_def_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token2] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), + [sym_preproc_directive] = ACTIONS(3044), + [anon_sym_LPAREN2] = ACTIONS(3046), + [anon_sym_BANG] = ACTIONS(3046), + [anon_sym_TILDE] = ACTIONS(3046), + [anon_sym_DASH] = ACTIONS(3044), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(3046), + [anon_sym_AMP_AMP] = ACTIONS(3046), + [anon_sym_AMP] = ACTIONS(3044), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym___extension__] = ACTIONS(3044), + [anon_sym_typedef] = ACTIONS(3044), + [anon_sym_virtual] = ACTIONS(3044), + [anon_sym_extern] = ACTIONS(3044), + [anon_sym___attribute__] = ACTIONS(3044), + [anon_sym___attribute] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), + [anon_sym___declspec] = ACTIONS(3044), + [anon_sym___based] = ACTIONS(3044), + [anon_sym___cdecl] = ACTIONS(3044), + [anon_sym___clrcall] = ACTIONS(3044), + [anon_sym___stdcall] = ACTIONS(3044), + [anon_sym___fastcall] = ACTIONS(3044), + [anon_sym___thiscall] = ACTIONS(3044), + [anon_sym___vectorcall] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3046), + [anon_sym_signed] = ACTIONS(3044), + [anon_sym_unsigned] = ACTIONS(3044), + [anon_sym_long] = ACTIONS(3044), + [anon_sym_short] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_static] = ACTIONS(3044), + [anon_sym_register] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym___inline] = ACTIONS(3044), + [anon_sym___inline__] = ACTIONS(3044), + [anon_sym___forceinline] = ACTIONS(3044), + [anon_sym_thread_local] = ACTIONS(3044), + [anon_sym___thread] = ACTIONS(3044), + [anon_sym_const] = ACTIONS(3044), + [anon_sym_constexpr] = ACTIONS(3044), + [anon_sym_volatile] = ACTIONS(3044), + [anon_sym_restrict] = ACTIONS(3044), + [anon_sym___restrict__] = ACTIONS(3044), + [anon_sym__Atomic] = ACTIONS(3044), + [anon_sym__Noreturn] = ACTIONS(3044), + [anon_sym_noreturn] = ACTIONS(3044), + [anon_sym__Nonnull] = ACTIONS(3044), + [anon_sym_mutable] = ACTIONS(3044), + [anon_sym_constinit] = ACTIONS(3044), + [anon_sym_consteval] = ACTIONS(3044), + [anon_sym_PROGMEM] = ACTIONS(3044), + [anon_sym_alignas] = ACTIONS(3044), + [anon_sym__Alignas] = ACTIONS(3044), + [aux_sym_primitive_type_token1] = ACTIONS(3044), + [anon_sym_byte] = ACTIONS(3044), + [anon_sym_word] = ACTIONS(3044), + [anon_sym_enum] = ACTIONS(3044), + [anon_sym_class] = ACTIONS(3044), + [anon_sym_struct] = ACTIONS(3044), + [anon_sym_union] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_switch] = ACTIONS(3044), + [anon_sym_case] = ACTIONS(3044), + [anon_sym_default] = ACTIONS(3044), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_do] = ACTIONS(3044), + [anon_sym_for] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_goto] = ACTIONS(3044), + [anon_sym___try] = ACTIONS(3044), + [anon_sym___leave] = ACTIONS(3044), + [anon_sym_not] = ACTIONS(3044), + [anon_sym_compl] = ACTIONS(3044), + [anon_sym_DASH_DASH] = ACTIONS(3046), + [anon_sym_PLUS_PLUS] = ACTIONS(3046), + [anon_sym_sizeof] = ACTIONS(3044), + [anon_sym___alignof__] = ACTIONS(3044), + [anon_sym___alignof] = ACTIONS(3044), + [anon_sym__alignof] = ACTIONS(3044), + [anon_sym_alignof] = ACTIONS(3044), + [anon_sym__Alignof] = ACTIONS(3044), + [anon_sym_offsetof] = ACTIONS(3044), + [anon_sym__Generic] = ACTIONS(3044), + [anon_sym_asm] = ACTIONS(3044), + [anon_sym___asm__] = ACTIONS(3044), + [anon_sym___asm] = ACTIONS(3044), + [aux_sym_number_literal_token1] = ACTIONS(3046), + [aux_sym_number_literal_token2] = ACTIONS(3044), + [anon_sym_L_SQUOTE] = ACTIONS(3046), + [anon_sym_u_SQUOTE] = ACTIONS(3046), + [anon_sym_U_SQUOTE] = ACTIONS(3046), + [anon_sym_u8_SQUOTE] = ACTIONS(3046), + [anon_sym_SQUOTE] = ACTIONS(3046), + [anon_sym_L_DQUOTE] = ACTIONS(3046), + [anon_sym_u_DQUOTE] = ACTIONS(3046), + [anon_sym_U_DQUOTE] = ACTIONS(3046), + [anon_sym_u8_DQUOTE] = ACTIONS(3046), + [anon_sym_DQUOTE] = ACTIONS(3046), + [sym_true] = ACTIONS(3044), + [sym_false] = ACTIONS(3044), + [anon_sym_NULL] = ACTIONS(3044), + [anon_sym_nullptr] = ACTIONS(3044), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3044), + [anon_sym_decltype] = ACTIONS(3044), + [anon_sym_explicit] = ACTIONS(3044), + [anon_sym_typename] = ACTIONS(3044), + [anon_sym_template] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_delete] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_namespace] = ACTIONS(3044), + [anon_sym_using] = ACTIONS(3044), + [anon_sym_static_assert] = ACTIONS(3044), + [anon_sym_concept] = ACTIONS(3044), + [anon_sym_co_return] = ACTIONS(3044), + [anon_sym_co_yield] = ACTIONS(3044), + [anon_sym_R_DQUOTE] = ACTIONS(3046), + [anon_sym_LR_DQUOTE] = ACTIONS(3046), + [anon_sym_uR_DQUOTE] = ACTIONS(3046), + [anon_sym_UR_DQUOTE] = ACTIONS(3046), + [anon_sym_u8R_DQUOTE] = ACTIONS(3046), + [anon_sym_co_await] = ACTIONS(3044), + [anon_sym_new] = ACTIONS(3044), + [anon_sym_requires] = ACTIONS(3044), + [sym_this] = ACTIONS(3044), + }, + [606] = { [sym_identifier] = ACTIONS(2933), [aux_sym_preproc_include_token1] = ACTIONS(2933), [aux_sym_preproc_def_token1] = ACTIONS(2933), @@ -135291,852 +131371,3651 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2933), [sym_this] = ACTIONS(2933), }, - [635] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_include_token1] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token2] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_BANG] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_DASH] = ACTIONS(3150), - [anon_sym_PLUS] = ACTIONS(3150), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym___cdecl] = ACTIONS(3150), - [anon_sym___clrcall] = ACTIONS(3150), - [anon_sym___stdcall] = ACTIONS(3150), - [anon_sym___fastcall] = ACTIONS(3150), - [anon_sym___thiscall] = ACTIONS(3150), - [anon_sym___vectorcall] = ACTIONS(3150), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_switch] = ACTIONS(3150), - [anon_sym_case] = ACTIONS(3150), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3150), - [anon_sym_do] = ACTIONS(3150), - [anon_sym_for] = ACTIONS(3150), - [anon_sym_return] = ACTIONS(3150), - [anon_sym_break] = ACTIONS(3150), - [anon_sym_continue] = ACTIONS(3150), - [anon_sym_goto] = ACTIONS(3150), - [anon_sym___try] = ACTIONS(3150), - [anon_sym___leave] = ACTIONS(3150), - [anon_sym_not] = ACTIONS(3150), - [anon_sym_compl] = ACTIONS(3150), - [anon_sym_DASH_DASH] = ACTIONS(3152), - [anon_sym_PLUS_PLUS] = ACTIONS(3152), - [anon_sym_sizeof] = ACTIONS(3150), - [anon_sym___alignof__] = ACTIONS(3150), - [anon_sym___alignof] = ACTIONS(3150), - [anon_sym__alignof] = ACTIONS(3150), - [anon_sym_alignof] = ACTIONS(3150), - [anon_sym__Alignof] = ACTIONS(3150), - [anon_sym_offsetof] = ACTIONS(3150), - [anon_sym__Generic] = ACTIONS(3150), - [anon_sym_asm] = ACTIONS(3150), - [anon_sym___asm__] = ACTIONS(3150), - [anon_sym___asm] = ACTIONS(3150), - [aux_sym_number_literal_token1] = ACTIONS(3152), - [aux_sym_number_literal_token2] = ACTIONS(3150), - [anon_sym_L_SQUOTE] = ACTIONS(3152), - [anon_sym_u_SQUOTE] = ACTIONS(3152), - [anon_sym_U_SQUOTE] = ACTIONS(3152), - [anon_sym_u8_SQUOTE] = ACTIONS(3152), - [anon_sym_SQUOTE] = ACTIONS(3152), - [anon_sym_L_DQUOTE] = ACTIONS(3152), - [anon_sym_u_DQUOTE] = ACTIONS(3152), - [anon_sym_U_DQUOTE] = ACTIONS(3152), - [anon_sym_u8_DQUOTE] = ACTIONS(3152), - [anon_sym_DQUOTE] = ACTIONS(3152), - [sym_true] = ACTIONS(3150), - [sym_false] = ACTIONS(3150), - [anon_sym_NULL] = ACTIONS(3150), - [anon_sym_nullptr] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_try] = ACTIONS(3150), - [anon_sym_delete] = ACTIONS(3150), - [anon_sym_throw] = ACTIONS(3150), - [anon_sym_namespace] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), - [anon_sym_concept] = ACTIONS(3150), - [anon_sym_co_return] = ACTIONS(3150), - [anon_sym_co_yield] = ACTIONS(3150), - [anon_sym_R_DQUOTE] = ACTIONS(3152), - [anon_sym_LR_DQUOTE] = ACTIONS(3152), - [anon_sym_uR_DQUOTE] = ACTIONS(3152), - [anon_sym_UR_DQUOTE] = ACTIONS(3152), - [anon_sym_u8R_DQUOTE] = ACTIONS(3152), - [anon_sym_co_await] = ACTIONS(3150), - [anon_sym_new] = ACTIONS(3150), - [anon_sym_requires] = ACTIONS(3150), - [sym_this] = ACTIONS(3150), + [607] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), }, - [636] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_include_token1] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token2] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym___cdecl] = ACTIONS(3106), - [anon_sym___clrcall] = ACTIONS(3106), - [anon_sym___stdcall] = ACTIONS(3106), - [anon_sym___fastcall] = ACTIONS(3106), - [anon_sym___thiscall] = ACTIONS(3106), - [anon_sym___vectorcall] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym___try] = ACTIONS(3106), - [anon_sym___leave] = ACTIONS(3106), - [anon_sym_not] = ACTIONS(3106), - [anon_sym_compl] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [anon_sym___alignof__] = ACTIONS(3106), - [anon_sym___alignof] = ACTIONS(3106), - [anon_sym__alignof] = ACTIONS(3106), - [anon_sym_alignof] = ACTIONS(3106), - [anon_sym__Alignof] = ACTIONS(3106), - [anon_sym_offsetof] = ACTIONS(3106), - [anon_sym__Generic] = ACTIONS(3106), - [anon_sym_asm] = ACTIONS(3106), - [anon_sym___asm__] = ACTIONS(3106), - [anon_sym___asm] = ACTIONS(3106), - [aux_sym_number_literal_token1] = ACTIONS(3108), - [aux_sym_number_literal_token2] = ACTIONS(3106), - [anon_sym_L_SQUOTE] = ACTIONS(3108), - [anon_sym_u_SQUOTE] = ACTIONS(3108), - [anon_sym_U_SQUOTE] = ACTIONS(3108), - [anon_sym_u8_SQUOTE] = ACTIONS(3108), - [anon_sym_SQUOTE] = ACTIONS(3108), - [anon_sym_L_DQUOTE] = ACTIONS(3108), - [anon_sym_u_DQUOTE] = ACTIONS(3108), - [anon_sym_U_DQUOTE] = ACTIONS(3108), - [anon_sym_u8_DQUOTE] = ACTIONS(3108), - [anon_sym_DQUOTE] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [anon_sym_NULL] = ACTIONS(3106), - [anon_sym_nullptr] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_try] = ACTIONS(3106), - [anon_sym_delete] = ACTIONS(3106), - [anon_sym_throw] = ACTIONS(3106), - [anon_sym_namespace] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), - [anon_sym_concept] = ACTIONS(3106), - [anon_sym_co_return] = ACTIONS(3106), - [anon_sym_co_yield] = ACTIONS(3106), - [anon_sym_R_DQUOTE] = ACTIONS(3108), - [anon_sym_LR_DQUOTE] = ACTIONS(3108), - [anon_sym_uR_DQUOTE] = ACTIONS(3108), - [anon_sym_UR_DQUOTE] = ACTIONS(3108), - [anon_sym_u8R_DQUOTE] = ACTIONS(3108), - [anon_sym_co_await] = ACTIONS(3106), - [anon_sym_new] = ACTIONS(3106), - [anon_sym_requires] = ACTIONS(3106), - [sym_this] = ACTIONS(3106), + [608] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), }, - [637] = { - [sym_identifier] = ACTIONS(3084), - [aux_sym_preproc_include_token1] = ACTIONS(3084), - [aux_sym_preproc_def_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token2] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), - [sym_preproc_directive] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_BANG] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_DASH] = ACTIONS(3084), - [anon_sym_PLUS] = ACTIONS(3084), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym___extension__] = ACTIONS(3084), - [anon_sym_typedef] = ACTIONS(3084), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym___attribute] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym___cdecl] = ACTIONS(3084), - [anon_sym___clrcall] = ACTIONS(3084), - [anon_sym___stdcall] = ACTIONS(3084), - [anon_sym___fastcall] = ACTIONS(3084), - [anon_sym___thiscall] = ACTIONS(3084), - [anon_sym___vectorcall] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3086), - [anon_sym_signed] = ACTIONS(3084), - [anon_sym_unsigned] = ACTIONS(3084), - [anon_sym_long] = ACTIONS(3084), - [anon_sym_short] = ACTIONS(3084), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym___inline] = ACTIONS(3084), - [anon_sym___inline__] = ACTIONS(3084), - [anon_sym___forceinline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym___thread] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym___restrict__] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym__Noreturn] = ACTIONS(3084), - [anon_sym_noreturn] = ACTIONS(3084), - [anon_sym__Nonnull] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constinit] = ACTIONS(3084), - [anon_sym_consteval] = ACTIONS(3084), - [anon_sym_PROGMEM] = ACTIONS(3084), - [anon_sym_alignas] = ACTIONS(3084), - [anon_sym__Alignas] = ACTIONS(3084), - [aux_sym_primitive_type_token1] = ACTIONS(3084), - [anon_sym_byte] = ACTIONS(3084), - [anon_sym_word] = ACTIONS(3084), - [anon_sym_enum] = ACTIONS(3084), - [anon_sym_class] = ACTIONS(3084), - [anon_sym_struct] = ACTIONS(3084), - [anon_sym_union] = ACTIONS(3084), - [anon_sym_if] = ACTIONS(3084), - [anon_sym_switch] = ACTIONS(3084), - [anon_sym_case] = ACTIONS(3084), - [anon_sym_default] = ACTIONS(3084), - [anon_sym_while] = ACTIONS(3084), - [anon_sym_do] = ACTIONS(3084), - [anon_sym_for] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3084), - [anon_sym_break] = ACTIONS(3084), - [anon_sym_continue] = ACTIONS(3084), - [anon_sym_goto] = ACTIONS(3084), - [anon_sym___try] = ACTIONS(3084), - [anon_sym___leave] = ACTIONS(3084), - [anon_sym_not] = ACTIONS(3084), - [anon_sym_compl] = ACTIONS(3084), - [anon_sym_DASH_DASH] = ACTIONS(3086), - [anon_sym_PLUS_PLUS] = ACTIONS(3086), - [anon_sym_sizeof] = ACTIONS(3084), - [anon_sym___alignof__] = ACTIONS(3084), - [anon_sym___alignof] = ACTIONS(3084), - [anon_sym__alignof] = ACTIONS(3084), - [anon_sym_alignof] = ACTIONS(3084), - [anon_sym__Alignof] = ACTIONS(3084), - [anon_sym_offsetof] = ACTIONS(3084), - [anon_sym__Generic] = ACTIONS(3084), - [anon_sym_asm] = ACTIONS(3084), - [anon_sym___asm__] = ACTIONS(3084), - [anon_sym___asm] = ACTIONS(3084), - [aux_sym_number_literal_token1] = ACTIONS(3086), - [aux_sym_number_literal_token2] = ACTIONS(3084), - [anon_sym_L_SQUOTE] = ACTIONS(3086), - [anon_sym_u_SQUOTE] = ACTIONS(3086), - [anon_sym_U_SQUOTE] = ACTIONS(3086), - [anon_sym_u8_SQUOTE] = ACTIONS(3086), - [anon_sym_SQUOTE] = ACTIONS(3086), - [anon_sym_L_DQUOTE] = ACTIONS(3086), - [anon_sym_u_DQUOTE] = ACTIONS(3086), - [anon_sym_U_DQUOTE] = ACTIONS(3086), - [anon_sym_u8_DQUOTE] = ACTIONS(3086), - [anon_sym_DQUOTE] = ACTIONS(3086), - [sym_true] = ACTIONS(3084), - [sym_false] = ACTIONS(3084), - [anon_sym_NULL] = ACTIONS(3084), - [anon_sym_nullptr] = ACTIONS(3084), + [609] = { + [sym_identifier] = ACTIONS(3076), + [aux_sym_preproc_include_token1] = ACTIONS(3076), + [aux_sym_preproc_def_token1] = ACTIONS(3076), + [aux_sym_preproc_if_token1] = ACTIONS(3076), + [aux_sym_preproc_if_token2] = ACTIONS(3076), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), + [sym_preproc_directive] = ACTIONS(3076), + [anon_sym_LPAREN2] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3076), + [anon_sym_PLUS] = ACTIONS(3076), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3076), + [anon_sym_SEMI] = ACTIONS(3078), + [anon_sym___extension__] = ACTIONS(3076), + [anon_sym_typedef] = ACTIONS(3076), + [anon_sym_virtual] = ACTIONS(3076), + [anon_sym_extern] = ACTIONS(3076), + [anon_sym___attribute__] = ACTIONS(3076), + [anon_sym___attribute] = ACTIONS(3076), + [anon_sym_COLON_COLON] = ACTIONS(3078), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), + [anon_sym___declspec] = ACTIONS(3076), + [anon_sym___based] = ACTIONS(3076), + [anon_sym___cdecl] = ACTIONS(3076), + [anon_sym___clrcall] = ACTIONS(3076), + [anon_sym___stdcall] = ACTIONS(3076), + [anon_sym___fastcall] = ACTIONS(3076), + [anon_sym___thiscall] = ACTIONS(3076), + [anon_sym___vectorcall] = ACTIONS(3076), + [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_signed] = ACTIONS(3076), + [anon_sym_unsigned] = ACTIONS(3076), + [anon_sym_long] = ACTIONS(3076), + [anon_sym_short] = ACTIONS(3076), + [anon_sym_LBRACK] = ACTIONS(3076), + [anon_sym_static] = ACTIONS(3076), + [anon_sym_register] = ACTIONS(3076), + [anon_sym_inline] = ACTIONS(3076), + [anon_sym___inline] = ACTIONS(3076), + [anon_sym___inline__] = ACTIONS(3076), + [anon_sym___forceinline] = ACTIONS(3076), + [anon_sym_thread_local] = ACTIONS(3076), + [anon_sym___thread] = ACTIONS(3076), + [anon_sym_const] = ACTIONS(3076), + [anon_sym_constexpr] = ACTIONS(3076), + [anon_sym_volatile] = ACTIONS(3076), + [anon_sym_restrict] = ACTIONS(3076), + [anon_sym___restrict__] = ACTIONS(3076), + [anon_sym__Atomic] = ACTIONS(3076), + [anon_sym__Noreturn] = ACTIONS(3076), + [anon_sym_noreturn] = ACTIONS(3076), + [anon_sym__Nonnull] = ACTIONS(3076), + [anon_sym_mutable] = ACTIONS(3076), + [anon_sym_constinit] = ACTIONS(3076), + [anon_sym_consteval] = ACTIONS(3076), + [anon_sym_PROGMEM] = ACTIONS(3076), + [anon_sym_alignas] = ACTIONS(3076), + [anon_sym__Alignas] = ACTIONS(3076), + [aux_sym_primitive_type_token1] = ACTIONS(3076), + [anon_sym_byte] = ACTIONS(3076), + [anon_sym_word] = ACTIONS(3076), + [anon_sym_enum] = ACTIONS(3076), + [anon_sym_class] = ACTIONS(3076), + [anon_sym_struct] = ACTIONS(3076), + [anon_sym_union] = ACTIONS(3076), + [anon_sym_if] = ACTIONS(3076), + [anon_sym_switch] = ACTIONS(3076), + [anon_sym_case] = ACTIONS(3076), + [anon_sym_default] = ACTIONS(3076), + [anon_sym_while] = ACTIONS(3076), + [anon_sym_do] = ACTIONS(3076), + [anon_sym_for] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3076), + [anon_sym_break] = ACTIONS(3076), + [anon_sym_continue] = ACTIONS(3076), + [anon_sym_goto] = ACTIONS(3076), + [anon_sym___try] = ACTIONS(3076), + [anon_sym___leave] = ACTIONS(3076), + [anon_sym_not] = ACTIONS(3076), + [anon_sym_compl] = ACTIONS(3076), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_sizeof] = ACTIONS(3076), + [anon_sym___alignof__] = ACTIONS(3076), + [anon_sym___alignof] = ACTIONS(3076), + [anon_sym__alignof] = ACTIONS(3076), + [anon_sym_alignof] = ACTIONS(3076), + [anon_sym__Alignof] = ACTIONS(3076), + [anon_sym_offsetof] = ACTIONS(3076), + [anon_sym__Generic] = ACTIONS(3076), + [anon_sym_asm] = ACTIONS(3076), + [anon_sym___asm__] = ACTIONS(3076), + [anon_sym___asm] = ACTIONS(3076), + [aux_sym_number_literal_token1] = ACTIONS(3078), + [aux_sym_number_literal_token2] = ACTIONS(3076), + [anon_sym_L_SQUOTE] = ACTIONS(3078), + [anon_sym_u_SQUOTE] = ACTIONS(3078), + [anon_sym_U_SQUOTE] = ACTIONS(3078), + [anon_sym_u8_SQUOTE] = ACTIONS(3078), + [anon_sym_SQUOTE] = ACTIONS(3078), + [anon_sym_L_DQUOTE] = ACTIONS(3078), + [anon_sym_u_DQUOTE] = ACTIONS(3078), + [anon_sym_U_DQUOTE] = ACTIONS(3078), + [anon_sym_u8_DQUOTE] = ACTIONS(3078), + [anon_sym_DQUOTE] = ACTIONS(3078), + [sym_true] = ACTIONS(3076), + [sym_false] = ACTIONS(3076), + [anon_sym_NULL] = ACTIONS(3076), + [anon_sym_nullptr] = ACTIONS(3076), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3084), - [anon_sym_decltype] = ACTIONS(3084), - [anon_sym_explicit] = ACTIONS(3084), - [anon_sym_typename] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_try] = ACTIONS(3084), - [anon_sym_delete] = ACTIONS(3084), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_namespace] = ACTIONS(3084), - [anon_sym_using] = ACTIONS(3084), - [anon_sym_static_assert] = ACTIONS(3084), - [anon_sym_concept] = ACTIONS(3084), - [anon_sym_co_return] = ACTIONS(3084), - [anon_sym_co_yield] = ACTIONS(3084), - [anon_sym_R_DQUOTE] = ACTIONS(3086), - [anon_sym_LR_DQUOTE] = ACTIONS(3086), - [anon_sym_uR_DQUOTE] = ACTIONS(3086), - [anon_sym_UR_DQUOTE] = ACTIONS(3086), - [anon_sym_u8R_DQUOTE] = ACTIONS(3086), - [anon_sym_co_await] = ACTIONS(3084), - [anon_sym_new] = ACTIONS(3084), - [anon_sym_requires] = ACTIONS(3084), - [sym_this] = ACTIONS(3084), + [sym_auto] = ACTIONS(3076), + [anon_sym_decltype] = ACTIONS(3076), + [anon_sym_explicit] = ACTIONS(3076), + [anon_sym_typename] = ACTIONS(3076), + [anon_sym_template] = ACTIONS(3076), + [anon_sym_operator] = ACTIONS(3076), + [anon_sym_try] = ACTIONS(3076), + [anon_sym_delete] = ACTIONS(3076), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_namespace] = ACTIONS(3076), + [anon_sym_using] = ACTIONS(3076), + [anon_sym_static_assert] = ACTIONS(3076), + [anon_sym_concept] = ACTIONS(3076), + [anon_sym_co_return] = ACTIONS(3076), + [anon_sym_co_yield] = ACTIONS(3076), + [anon_sym_R_DQUOTE] = ACTIONS(3078), + [anon_sym_LR_DQUOTE] = ACTIONS(3078), + [anon_sym_uR_DQUOTE] = ACTIONS(3078), + [anon_sym_UR_DQUOTE] = ACTIONS(3078), + [anon_sym_u8R_DQUOTE] = ACTIONS(3078), + [anon_sym_co_await] = ACTIONS(3076), + [anon_sym_new] = ACTIONS(3076), + [anon_sym_requires] = ACTIONS(3076), + [sym_this] = ACTIONS(3076), }, - [638] = { - [sym_identifier] = ACTIONS(3215), - [aux_sym_preproc_include_token1] = ACTIONS(3215), - [aux_sym_preproc_def_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token2] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), - [sym_preproc_directive] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3217), - [anon_sym_BANG] = ACTIONS(3217), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_SEMI] = ACTIONS(3217), - [anon_sym___extension__] = ACTIONS(3215), - [anon_sym_typedef] = ACTIONS(3215), - [anon_sym_virtual] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3215), - [anon_sym___attribute__] = ACTIONS(3215), - [anon_sym___attribute] = ACTIONS(3215), - [anon_sym_COLON_COLON] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), - [anon_sym___declspec] = ACTIONS(3215), - [anon_sym___based] = ACTIONS(3215), - [anon_sym___cdecl] = ACTIONS(3215), - [anon_sym___clrcall] = ACTIONS(3215), - [anon_sym___stdcall] = ACTIONS(3215), - [anon_sym___fastcall] = ACTIONS(3215), - [anon_sym___thiscall] = ACTIONS(3215), - [anon_sym___vectorcall] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3217), - [anon_sym_signed] = ACTIONS(3215), - [anon_sym_unsigned] = ACTIONS(3215), - [anon_sym_long] = ACTIONS(3215), - [anon_sym_short] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3215), - [anon_sym_register] = ACTIONS(3215), - [anon_sym_inline] = ACTIONS(3215), - [anon_sym___inline] = ACTIONS(3215), - [anon_sym___inline__] = ACTIONS(3215), - [anon_sym___forceinline] = ACTIONS(3215), - [anon_sym_thread_local] = ACTIONS(3215), - [anon_sym___thread] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_constexpr] = ACTIONS(3215), - [anon_sym_volatile] = ACTIONS(3215), - [anon_sym_restrict] = ACTIONS(3215), - [anon_sym___restrict__] = ACTIONS(3215), - [anon_sym__Atomic] = ACTIONS(3215), - [anon_sym__Noreturn] = ACTIONS(3215), - [anon_sym_noreturn] = ACTIONS(3215), - [anon_sym__Nonnull] = ACTIONS(3215), - [anon_sym_mutable] = ACTIONS(3215), - [anon_sym_constinit] = ACTIONS(3215), - [anon_sym_consteval] = ACTIONS(3215), - [anon_sym_PROGMEM] = ACTIONS(3215), - [anon_sym_alignas] = ACTIONS(3215), - [anon_sym__Alignas] = ACTIONS(3215), - [aux_sym_primitive_type_token1] = ACTIONS(3215), - [anon_sym_byte] = ACTIONS(3215), - [anon_sym_word] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_class] = ACTIONS(3215), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_switch] = ACTIONS(3215), - [anon_sym_case] = ACTIONS(3215), - [anon_sym_default] = ACTIONS(3215), - [anon_sym_while] = ACTIONS(3215), - [anon_sym_do] = ACTIONS(3215), - [anon_sym_for] = ACTIONS(3215), - [anon_sym_return] = ACTIONS(3215), - [anon_sym_break] = ACTIONS(3215), - [anon_sym_continue] = ACTIONS(3215), - [anon_sym_goto] = ACTIONS(3215), - [anon_sym___try] = ACTIONS(3215), - [anon_sym___leave] = ACTIONS(3215), - [anon_sym_not] = ACTIONS(3215), - [anon_sym_compl] = ACTIONS(3215), - [anon_sym_DASH_DASH] = ACTIONS(3217), - [anon_sym_PLUS_PLUS] = ACTIONS(3217), - [anon_sym_sizeof] = ACTIONS(3215), - [anon_sym___alignof__] = ACTIONS(3215), - [anon_sym___alignof] = ACTIONS(3215), - [anon_sym__alignof] = ACTIONS(3215), - [anon_sym_alignof] = ACTIONS(3215), - [anon_sym__Alignof] = ACTIONS(3215), - [anon_sym_offsetof] = ACTIONS(3215), - [anon_sym__Generic] = ACTIONS(3215), - [anon_sym_asm] = ACTIONS(3215), - [anon_sym___asm__] = ACTIONS(3215), - [anon_sym___asm] = ACTIONS(3215), - [aux_sym_number_literal_token1] = ACTIONS(3217), - [aux_sym_number_literal_token2] = ACTIONS(3215), - [anon_sym_L_SQUOTE] = ACTIONS(3217), - [anon_sym_u_SQUOTE] = ACTIONS(3217), - [anon_sym_U_SQUOTE] = ACTIONS(3217), - [anon_sym_u8_SQUOTE] = ACTIONS(3217), - [anon_sym_SQUOTE] = ACTIONS(3217), - [anon_sym_L_DQUOTE] = ACTIONS(3217), - [anon_sym_u_DQUOTE] = ACTIONS(3217), - [anon_sym_U_DQUOTE] = ACTIONS(3217), - [anon_sym_u8_DQUOTE] = ACTIONS(3217), - [anon_sym_DQUOTE] = ACTIONS(3217), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [anon_sym_NULL] = ACTIONS(3215), - [anon_sym_nullptr] = ACTIONS(3215), + [610] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_include_token1] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym___cdecl] = ACTIONS(3179), + [anon_sym___clrcall] = ACTIONS(3179), + [anon_sym___stdcall] = ACTIONS(3179), + [anon_sym___fastcall] = ACTIONS(3179), + [anon_sym___thiscall] = ACTIONS(3179), + [anon_sym___vectorcall] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_RBRACE] = ACTIONS(3181), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_switch] = ACTIONS(3179), + [anon_sym_case] = ACTIONS(3179), + [anon_sym_default] = ACTIONS(3179), + [anon_sym_while] = ACTIONS(3179), + [anon_sym_do] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym___try] = ACTIONS(3179), + [anon_sym___leave] = ACTIONS(3179), + [anon_sym_not] = ACTIONS(3179), + [anon_sym_compl] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_sizeof] = ACTIONS(3179), + [anon_sym___alignof__] = ACTIONS(3179), + [anon_sym___alignof] = ACTIONS(3179), + [anon_sym__alignof] = ACTIONS(3179), + [anon_sym_alignof] = ACTIONS(3179), + [anon_sym__Alignof] = ACTIONS(3179), + [anon_sym_offsetof] = ACTIONS(3179), + [anon_sym__Generic] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym___asm__] = ACTIONS(3179), + [anon_sym___asm] = ACTIONS(3179), + [aux_sym_number_literal_token1] = ACTIONS(3181), + [aux_sym_number_literal_token2] = ACTIONS(3179), + [anon_sym_L_SQUOTE] = ACTIONS(3181), + [anon_sym_u_SQUOTE] = ACTIONS(3181), + [anon_sym_U_SQUOTE] = ACTIONS(3181), + [anon_sym_u8_SQUOTE] = ACTIONS(3181), + [anon_sym_SQUOTE] = ACTIONS(3181), + [anon_sym_L_DQUOTE] = ACTIONS(3181), + [anon_sym_u_DQUOTE] = ACTIONS(3181), + [anon_sym_U_DQUOTE] = ACTIONS(3181), + [anon_sym_u8_DQUOTE] = ACTIONS(3181), + [anon_sym_DQUOTE] = ACTIONS(3181), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [anon_sym_NULL] = ACTIONS(3179), + [anon_sym_nullptr] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_try] = ACTIONS(3179), + [anon_sym_delete] = ACTIONS(3179), + [anon_sym_throw] = ACTIONS(3179), + [anon_sym_namespace] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + [anon_sym_concept] = ACTIONS(3179), + [anon_sym_co_return] = ACTIONS(3179), + [anon_sym_co_yield] = ACTIONS(3179), + [anon_sym_R_DQUOTE] = ACTIONS(3181), + [anon_sym_LR_DQUOTE] = ACTIONS(3181), + [anon_sym_uR_DQUOTE] = ACTIONS(3181), + [anon_sym_UR_DQUOTE] = ACTIONS(3181), + [anon_sym_u8R_DQUOTE] = ACTIONS(3181), + [anon_sym_co_await] = ACTIONS(3179), + [anon_sym_new] = ACTIONS(3179), + [anon_sym_requires] = ACTIONS(3179), + [sym_this] = ACTIONS(3179), + }, + [611] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_include_token1] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym___cdecl] = ACTIONS(3183), + [anon_sym___clrcall] = ACTIONS(3183), + [anon_sym___stdcall] = ACTIONS(3183), + [anon_sym___fastcall] = ACTIONS(3183), + [anon_sym___thiscall] = ACTIONS(3183), + [anon_sym___vectorcall] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_RBRACE] = ACTIONS(3185), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_switch] = ACTIONS(3183), + [anon_sym_case] = ACTIONS(3183), + [anon_sym_default] = ACTIONS(3183), + [anon_sym_while] = ACTIONS(3183), + [anon_sym_do] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym___try] = ACTIONS(3183), + [anon_sym___leave] = ACTIONS(3183), + [anon_sym_not] = ACTIONS(3183), + [anon_sym_compl] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_sizeof] = ACTIONS(3183), + [anon_sym___alignof__] = ACTIONS(3183), + [anon_sym___alignof] = ACTIONS(3183), + [anon_sym__alignof] = ACTIONS(3183), + [anon_sym_alignof] = ACTIONS(3183), + [anon_sym__Alignof] = ACTIONS(3183), + [anon_sym_offsetof] = ACTIONS(3183), + [anon_sym__Generic] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym___asm__] = ACTIONS(3183), + [anon_sym___asm] = ACTIONS(3183), + [aux_sym_number_literal_token1] = ACTIONS(3185), + [aux_sym_number_literal_token2] = ACTIONS(3183), + [anon_sym_L_SQUOTE] = ACTIONS(3185), + [anon_sym_u_SQUOTE] = ACTIONS(3185), + [anon_sym_U_SQUOTE] = ACTIONS(3185), + [anon_sym_u8_SQUOTE] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3185), + [anon_sym_L_DQUOTE] = ACTIONS(3185), + [anon_sym_u_DQUOTE] = ACTIONS(3185), + [anon_sym_U_DQUOTE] = ACTIONS(3185), + [anon_sym_u8_DQUOTE] = ACTIONS(3185), + [anon_sym_DQUOTE] = ACTIONS(3185), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [anon_sym_NULL] = ACTIONS(3183), + [anon_sym_nullptr] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_try] = ACTIONS(3183), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_throw] = ACTIONS(3183), + [anon_sym_namespace] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + [anon_sym_concept] = ACTIONS(3183), + [anon_sym_co_return] = ACTIONS(3183), + [anon_sym_co_yield] = ACTIONS(3183), + [anon_sym_R_DQUOTE] = ACTIONS(3185), + [anon_sym_LR_DQUOTE] = ACTIONS(3185), + [anon_sym_uR_DQUOTE] = ACTIONS(3185), + [anon_sym_UR_DQUOTE] = ACTIONS(3185), + [anon_sym_u8R_DQUOTE] = ACTIONS(3185), + [anon_sym_co_await] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3183), + [anon_sym_requires] = ACTIONS(3183), + [sym_this] = ACTIONS(3183), + }, + [612] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_include_token1] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym___cdecl] = ACTIONS(3187), + [anon_sym___clrcall] = ACTIONS(3187), + [anon_sym___stdcall] = ACTIONS(3187), + [anon_sym___fastcall] = ACTIONS(3187), + [anon_sym___thiscall] = ACTIONS(3187), + [anon_sym___vectorcall] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_RBRACE] = ACTIONS(3189), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_switch] = ACTIONS(3187), + [anon_sym_case] = ACTIONS(3187), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_while] = ACTIONS(3187), + [anon_sym_do] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym___try] = ACTIONS(3187), + [anon_sym___leave] = ACTIONS(3187), + [anon_sym_not] = ACTIONS(3187), + [anon_sym_compl] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_sizeof] = ACTIONS(3187), + [anon_sym___alignof__] = ACTIONS(3187), + [anon_sym___alignof] = ACTIONS(3187), + [anon_sym__alignof] = ACTIONS(3187), + [anon_sym_alignof] = ACTIONS(3187), + [anon_sym__Alignof] = ACTIONS(3187), + [anon_sym_offsetof] = ACTIONS(3187), + [anon_sym__Generic] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym___asm__] = ACTIONS(3187), + [anon_sym___asm] = ACTIONS(3187), + [aux_sym_number_literal_token1] = ACTIONS(3189), + [aux_sym_number_literal_token2] = ACTIONS(3187), + [anon_sym_L_SQUOTE] = ACTIONS(3189), + [anon_sym_u_SQUOTE] = ACTIONS(3189), + [anon_sym_U_SQUOTE] = ACTIONS(3189), + [anon_sym_u8_SQUOTE] = ACTIONS(3189), + [anon_sym_SQUOTE] = ACTIONS(3189), + [anon_sym_L_DQUOTE] = ACTIONS(3189), + [anon_sym_u_DQUOTE] = ACTIONS(3189), + [anon_sym_U_DQUOTE] = ACTIONS(3189), + [anon_sym_u8_DQUOTE] = ACTIONS(3189), + [anon_sym_DQUOTE] = ACTIONS(3189), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [anon_sym_NULL] = ACTIONS(3187), + [anon_sym_nullptr] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_try] = ACTIONS(3187), + [anon_sym_delete] = ACTIONS(3187), + [anon_sym_throw] = ACTIONS(3187), + [anon_sym_namespace] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + [anon_sym_concept] = ACTIONS(3187), + [anon_sym_co_return] = ACTIONS(3187), + [anon_sym_co_yield] = ACTIONS(3187), + [anon_sym_R_DQUOTE] = ACTIONS(3189), + [anon_sym_LR_DQUOTE] = ACTIONS(3189), + [anon_sym_uR_DQUOTE] = ACTIONS(3189), + [anon_sym_UR_DQUOTE] = ACTIONS(3189), + [anon_sym_u8R_DQUOTE] = ACTIONS(3189), + [anon_sym_co_await] = ACTIONS(3187), + [anon_sym_new] = ACTIONS(3187), + [anon_sym_requires] = ACTIONS(3187), + [sym_this] = ACTIONS(3187), + }, + [613] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_include_token1] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym___cdecl] = ACTIONS(3191), + [anon_sym___clrcall] = ACTIONS(3191), + [anon_sym___stdcall] = ACTIONS(3191), + [anon_sym___fastcall] = ACTIONS(3191), + [anon_sym___thiscall] = ACTIONS(3191), + [anon_sym___vectorcall] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_RBRACE] = ACTIONS(3193), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_switch] = ACTIONS(3191), + [anon_sym_case] = ACTIONS(3191), + [anon_sym_default] = ACTIONS(3191), + [anon_sym_while] = ACTIONS(3191), + [anon_sym_do] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym___try] = ACTIONS(3191), + [anon_sym___leave] = ACTIONS(3191), + [anon_sym_not] = ACTIONS(3191), + [anon_sym_compl] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_sizeof] = ACTIONS(3191), + [anon_sym___alignof__] = ACTIONS(3191), + [anon_sym___alignof] = ACTIONS(3191), + [anon_sym__alignof] = ACTIONS(3191), + [anon_sym_alignof] = ACTIONS(3191), + [anon_sym__Alignof] = ACTIONS(3191), + [anon_sym_offsetof] = ACTIONS(3191), + [anon_sym__Generic] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym___asm__] = ACTIONS(3191), + [anon_sym___asm] = ACTIONS(3191), + [aux_sym_number_literal_token1] = ACTIONS(3193), + [aux_sym_number_literal_token2] = ACTIONS(3191), + [anon_sym_L_SQUOTE] = ACTIONS(3193), + [anon_sym_u_SQUOTE] = ACTIONS(3193), + [anon_sym_U_SQUOTE] = ACTIONS(3193), + [anon_sym_u8_SQUOTE] = ACTIONS(3193), + [anon_sym_SQUOTE] = ACTIONS(3193), + [anon_sym_L_DQUOTE] = ACTIONS(3193), + [anon_sym_u_DQUOTE] = ACTIONS(3193), + [anon_sym_U_DQUOTE] = ACTIONS(3193), + [anon_sym_u8_DQUOTE] = ACTIONS(3193), + [anon_sym_DQUOTE] = ACTIONS(3193), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [anon_sym_NULL] = ACTIONS(3191), + [anon_sym_nullptr] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_try] = ACTIONS(3191), + [anon_sym_delete] = ACTIONS(3191), + [anon_sym_throw] = ACTIONS(3191), + [anon_sym_namespace] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + [anon_sym_concept] = ACTIONS(3191), + [anon_sym_co_return] = ACTIONS(3191), + [anon_sym_co_yield] = ACTIONS(3191), + [anon_sym_R_DQUOTE] = ACTIONS(3193), + [anon_sym_LR_DQUOTE] = ACTIONS(3193), + [anon_sym_uR_DQUOTE] = ACTIONS(3193), + [anon_sym_UR_DQUOTE] = ACTIONS(3193), + [anon_sym_u8R_DQUOTE] = ACTIONS(3193), + [anon_sym_co_await] = ACTIONS(3191), + [anon_sym_new] = ACTIONS(3191), + [anon_sym_requires] = ACTIONS(3191), + [sym_this] = ACTIONS(3191), + }, + [614] = { + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_include_token1] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym___cdecl] = ACTIONS(3195), + [anon_sym___clrcall] = ACTIONS(3195), + [anon_sym___stdcall] = ACTIONS(3195), + [anon_sym___fastcall] = ACTIONS(3195), + [anon_sym___thiscall] = ACTIONS(3195), + [anon_sym___vectorcall] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_RBRACE] = ACTIONS(3197), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_switch] = ACTIONS(3195), + [anon_sym_case] = ACTIONS(3195), + [anon_sym_default] = ACTIONS(3195), + [anon_sym_while] = ACTIONS(3195), + [anon_sym_do] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym___try] = ACTIONS(3195), + [anon_sym___leave] = ACTIONS(3195), + [anon_sym_not] = ACTIONS(3195), + [anon_sym_compl] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_sizeof] = ACTIONS(3195), + [anon_sym___alignof__] = ACTIONS(3195), + [anon_sym___alignof] = ACTIONS(3195), + [anon_sym__alignof] = ACTIONS(3195), + [anon_sym_alignof] = ACTIONS(3195), + [anon_sym__Alignof] = ACTIONS(3195), + [anon_sym_offsetof] = ACTIONS(3195), + [anon_sym__Generic] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym___asm__] = ACTIONS(3195), + [anon_sym___asm] = ACTIONS(3195), + [aux_sym_number_literal_token1] = ACTIONS(3197), + [aux_sym_number_literal_token2] = ACTIONS(3195), + [anon_sym_L_SQUOTE] = ACTIONS(3197), + [anon_sym_u_SQUOTE] = ACTIONS(3197), + [anon_sym_U_SQUOTE] = ACTIONS(3197), + [anon_sym_u8_SQUOTE] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3197), + [anon_sym_L_DQUOTE] = ACTIONS(3197), + [anon_sym_u_DQUOTE] = ACTIONS(3197), + [anon_sym_U_DQUOTE] = ACTIONS(3197), + [anon_sym_u8_DQUOTE] = ACTIONS(3197), + [anon_sym_DQUOTE] = ACTIONS(3197), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [anon_sym_NULL] = ACTIONS(3195), + [anon_sym_nullptr] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_try] = ACTIONS(3195), + [anon_sym_delete] = ACTIONS(3195), + [anon_sym_throw] = ACTIONS(3195), + [anon_sym_namespace] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + [anon_sym_concept] = ACTIONS(3195), + [anon_sym_co_return] = ACTIONS(3195), + [anon_sym_co_yield] = ACTIONS(3195), + [anon_sym_R_DQUOTE] = ACTIONS(3197), + [anon_sym_LR_DQUOTE] = ACTIONS(3197), + [anon_sym_uR_DQUOTE] = ACTIONS(3197), + [anon_sym_UR_DQUOTE] = ACTIONS(3197), + [anon_sym_u8R_DQUOTE] = ACTIONS(3197), + [anon_sym_co_await] = ACTIONS(3195), + [anon_sym_new] = ACTIONS(3195), + [anon_sym_requires] = ACTIONS(3195), + [sym_this] = ACTIONS(3195), + }, + [615] = { + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_include_token1] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3203), + [anon_sym_PLUS] = ACTIONS(3203), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym___cdecl] = ACTIONS(3203), + [anon_sym___clrcall] = ACTIONS(3203), + [anon_sym___stdcall] = ACTIONS(3203), + [anon_sym___fastcall] = ACTIONS(3203), + [anon_sym___thiscall] = ACTIONS(3203), + [anon_sym___vectorcall] = ACTIONS(3203), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_RBRACE] = ACTIONS(3205), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3203), + [anon_sym_switch] = ACTIONS(3203), + [anon_sym_case] = ACTIONS(3203), + [anon_sym_default] = ACTIONS(3203), + [anon_sym_while] = ACTIONS(3203), + [anon_sym_do] = ACTIONS(3203), + [anon_sym_for] = ACTIONS(3203), + [anon_sym_return] = ACTIONS(3203), + [anon_sym_break] = ACTIONS(3203), + [anon_sym_continue] = ACTIONS(3203), + [anon_sym_goto] = ACTIONS(3203), + [anon_sym___try] = ACTIONS(3203), + [anon_sym___leave] = ACTIONS(3203), + [anon_sym_not] = ACTIONS(3203), + [anon_sym_compl] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_sizeof] = ACTIONS(3203), + [anon_sym___alignof__] = ACTIONS(3203), + [anon_sym___alignof] = ACTIONS(3203), + [anon_sym__alignof] = ACTIONS(3203), + [anon_sym_alignof] = ACTIONS(3203), + [anon_sym__Alignof] = ACTIONS(3203), + [anon_sym_offsetof] = ACTIONS(3203), + [anon_sym__Generic] = ACTIONS(3203), + [anon_sym_asm] = ACTIONS(3203), + [anon_sym___asm__] = ACTIONS(3203), + [anon_sym___asm] = ACTIONS(3203), + [aux_sym_number_literal_token1] = ACTIONS(3205), + [aux_sym_number_literal_token2] = ACTIONS(3203), + [anon_sym_L_SQUOTE] = ACTIONS(3205), + [anon_sym_u_SQUOTE] = ACTIONS(3205), + [anon_sym_U_SQUOTE] = ACTIONS(3205), + [anon_sym_u8_SQUOTE] = ACTIONS(3205), + [anon_sym_SQUOTE] = ACTIONS(3205), + [anon_sym_L_DQUOTE] = ACTIONS(3205), + [anon_sym_u_DQUOTE] = ACTIONS(3205), + [anon_sym_U_DQUOTE] = ACTIONS(3205), + [anon_sym_u8_DQUOTE] = ACTIONS(3205), + [anon_sym_DQUOTE] = ACTIONS(3205), + [sym_true] = ACTIONS(3203), + [sym_false] = ACTIONS(3203), + [anon_sym_NULL] = ACTIONS(3203), + [anon_sym_nullptr] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_try] = ACTIONS(3203), + [anon_sym_delete] = ACTIONS(3203), + [anon_sym_throw] = ACTIONS(3203), + [anon_sym_namespace] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + [anon_sym_concept] = ACTIONS(3203), + [anon_sym_co_return] = ACTIONS(3203), + [anon_sym_co_yield] = ACTIONS(3203), + [anon_sym_R_DQUOTE] = ACTIONS(3205), + [anon_sym_LR_DQUOTE] = ACTIONS(3205), + [anon_sym_uR_DQUOTE] = ACTIONS(3205), + [anon_sym_UR_DQUOTE] = ACTIONS(3205), + [anon_sym_u8R_DQUOTE] = ACTIONS(3205), + [anon_sym_co_await] = ACTIONS(3203), + [anon_sym_new] = ACTIONS(3203), + [anon_sym_requires] = ACTIONS(3203), + [sym_this] = ACTIONS(3203), + }, + [616] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_include_token1] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3207), + [anon_sym_PLUS] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym___cdecl] = ACTIONS(3207), + [anon_sym___clrcall] = ACTIONS(3207), + [anon_sym___stdcall] = ACTIONS(3207), + [anon_sym___fastcall] = ACTIONS(3207), + [anon_sym___thiscall] = ACTIONS(3207), + [anon_sym___vectorcall] = ACTIONS(3207), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_RBRACE] = ACTIONS(3209), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [anon_sym_if] = ACTIONS(3207), + [anon_sym_switch] = ACTIONS(3207), + [anon_sym_case] = ACTIONS(3207), + [anon_sym_default] = ACTIONS(3207), + [anon_sym_while] = ACTIONS(3207), + [anon_sym_do] = ACTIONS(3207), + [anon_sym_for] = ACTIONS(3207), + [anon_sym_return] = ACTIONS(3207), + [anon_sym_break] = ACTIONS(3207), + [anon_sym_continue] = ACTIONS(3207), + [anon_sym_goto] = ACTIONS(3207), + [anon_sym___try] = ACTIONS(3207), + [anon_sym___leave] = ACTIONS(3207), + [anon_sym_not] = ACTIONS(3207), + [anon_sym_compl] = ACTIONS(3207), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_sizeof] = ACTIONS(3207), + [anon_sym___alignof__] = ACTIONS(3207), + [anon_sym___alignof] = ACTIONS(3207), + [anon_sym__alignof] = ACTIONS(3207), + [anon_sym_alignof] = ACTIONS(3207), + [anon_sym__Alignof] = ACTIONS(3207), + [anon_sym_offsetof] = ACTIONS(3207), + [anon_sym__Generic] = ACTIONS(3207), + [anon_sym_asm] = ACTIONS(3207), + [anon_sym___asm__] = ACTIONS(3207), + [anon_sym___asm] = ACTIONS(3207), + [aux_sym_number_literal_token1] = ACTIONS(3209), + [aux_sym_number_literal_token2] = ACTIONS(3207), + [anon_sym_L_SQUOTE] = ACTIONS(3209), + [anon_sym_u_SQUOTE] = ACTIONS(3209), + [anon_sym_U_SQUOTE] = ACTIONS(3209), + [anon_sym_u8_SQUOTE] = ACTIONS(3209), + [anon_sym_SQUOTE] = ACTIONS(3209), + [anon_sym_L_DQUOTE] = ACTIONS(3209), + [anon_sym_u_DQUOTE] = ACTIONS(3209), + [anon_sym_U_DQUOTE] = ACTIONS(3209), + [anon_sym_u8_DQUOTE] = ACTIONS(3209), + [anon_sym_DQUOTE] = ACTIONS(3209), + [sym_true] = ACTIONS(3207), + [sym_false] = ACTIONS(3207), + [anon_sym_NULL] = ACTIONS(3207), + [anon_sym_nullptr] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_try] = ACTIONS(3207), + [anon_sym_delete] = ACTIONS(3207), + [anon_sym_throw] = ACTIONS(3207), + [anon_sym_namespace] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + [anon_sym_concept] = ACTIONS(3207), + [anon_sym_co_return] = ACTIONS(3207), + [anon_sym_co_yield] = ACTIONS(3207), + [anon_sym_R_DQUOTE] = ACTIONS(3209), + [anon_sym_LR_DQUOTE] = ACTIONS(3209), + [anon_sym_uR_DQUOTE] = ACTIONS(3209), + [anon_sym_UR_DQUOTE] = ACTIONS(3209), + [anon_sym_u8R_DQUOTE] = ACTIONS(3209), + [anon_sym_co_await] = ACTIONS(3207), + [anon_sym_new] = ACTIONS(3207), + [anon_sym_requires] = ACTIONS(3207), + [sym_this] = ACTIONS(3207), + }, + [617] = { + [sym_identifier] = ACTIONS(3219), + [aux_sym_preproc_include_token1] = ACTIONS(3219), + [aux_sym_preproc_def_token1] = ACTIONS(3219), + [aux_sym_preproc_if_token1] = ACTIONS(3219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), + [sym_preproc_directive] = ACTIONS(3219), + [anon_sym_LPAREN2] = ACTIONS(3221), + [anon_sym_BANG] = ACTIONS(3221), + [anon_sym_TILDE] = ACTIONS(3221), + [anon_sym_DASH] = ACTIONS(3219), + [anon_sym_PLUS] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3221), + [anon_sym_AMP_AMP] = ACTIONS(3221), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_SEMI] = ACTIONS(3221), + [anon_sym___extension__] = ACTIONS(3219), + [anon_sym_typedef] = ACTIONS(3219), + [anon_sym_virtual] = ACTIONS(3219), + [anon_sym_extern] = ACTIONS(3219), + [anon_sym___attribute__] = ACTIONS(3219), + [anon_sym___attribute] = ACTIONS(3219), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), + [anon_sym___declspec] = ACTIONS(3219), + [anon_sym___based] = ACTIONS(3219), + [anon_sym___cdecl] = ACTIONS(3219), + [anon_sym___clrcall] = ACTIONS(3219), + [anon_sym___stdcall] = ACTIONS(3219), + [anon_sym___fastcall] = ACTIONS(3219), + [anon_sym___thiscall] = ACTIONS(3219), + [anon_sym___vectorcall] = ACTIONS(3219), + [anon_sym_LBRACE] = ACTIONS(3221), + [anon_sym_RBRACE] = ACTIONS(3221), + [anon_sym_signed] = ACTIONS(3219), + [anon_sym_unsigned] = ACTIONS(3219), + [anon_sym_long] = ACTIONS(3219), + [anon_sym_short] = ACTIONS(3219), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_static] = ACTIONS(3219), + [anon_sym_register] = ACTIONS(3219), + [anon_sym_inline] = ACTIONS(3219), + [anon_sym___inline] = ACTIONS(3219), + [anon_sym___inline__] = ACTIONS(3219), + [anon_sym___forceinline] = ACTIONS(3219), + [anon_sym_thread_local] = ACTIONS(3219), + [anon_sym___thread] = ACTIONS(3219), + [anon_sym_const] = ACTIONS(3219), + [anon_sym_constexpr] = ACTIONS(3219), + [anon_sym_volatile] = ACTIONS(3219), + [anon_sym_restrict] = ACTIONS(3219), + [anon_sym___restrict__] = ACTIONS(3219), + [anon_sym__Atomic] = ACTIONS(3219), + [anon_sym__Noreturn] = ACTIONS(3219), + [anon_sym_noreturn] = ACTIONS(3219), + [anon_sym__Nonnull] = ACTIONS(3219), + [anon_sym_mutable] = ACTIONS(3219), + [anon_sym_constinit] = ACTIONS(3219), + [anon_sym_consteval] = ACTIONS(3219), + [anon_sym_PROGMEM] = ACTIONS(3219), + [anon_sym_alignas] = ACTIONS(3219), + [anon_sym__Alignas] = ACTIONS(3219), + [aux_sym_primitive_type_token1] = ACTIONS(3219), + [anon_sym_byte] = ACTIONS(3219), + [anon_sym_word] = ACTIONS(3219), + [anon_sym_enum] = ACTIONS(3219), + [anon_sym_class] = ACTIONS(3219), + [anon_sym_struct] = ACTIONS(3219), + [anon_sym_union] = ACTIONS(3219), + [anon_sym_if] = ACTIONS(3219), + [anon_sym_switch] = ACTIONS(3219), + [anon_sym_case] = ACTIONS(3219), + [anon_sym_default] = ACTIONS(3219), + [anon_sym_while] = ACTIONS(3219), + [anon_sym_do] = ACTIONS(3219), + [anon_sym_for] = ACTIONS(3219), + [anon_sym_return] = ACTIONS(3219), + [anon_sym_break] = ACTIONS(3219), + [anon_sym_continue] = ACTIONS(3219), + [anon_sym_goto] = ACTIONS(3219), + [anon_sym___try] = ACTIONS(3219), + [anon_sym___leave] = ACTIONS(3219), + [anon_sym_not] = ACTIONS(3219), + [anon_sym_compl] = ACTIONS(3219), + [anon_sym_DASH_DASH] = ACTIONS(3221), + [anon_sym_PLUS_PLUS] = ACTIONS(3221), + [anon_sym_sizeof] = ACTIONS(3219), + [anon_sym___alignof__] = ACTIONS(3219), + [anon_sym___alignof] = ACTIONS(3219), + [anon_sym__alignof] = ACTIONS(3219), + [anon_sym_alignof] = ACTIONS(3219), + [anon_sym__Alignof] = ACTIONS(3219), + [anon_sym_offsetof] = ACTIONS(3219), + [anon_sym__Generic] = ACTIONS(3219), + [anon_sym_asm] = ACTIONS(3219), + [anon_sym___asm__] = ACTIONS(3219), + [anon_sym___asm] = ACTIONS(3219), + [aux_sym_number_literal_token1] = ACTIONS(3221), + [aux_sym_number_literal_token2] = ACTIONS(3219), + [anon_sym_L_SQUOTE] = ACTIONS(3221), + [anon_sym_u_SQUOTE] = ACTIONS(3221), + [anon_sym_U_SQUOTE] = ACTIONS(3221), + [anon_sym_u8_SQUOTE] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3221), + [anon_sym_L_DQUOTE] = ACTIONS(3221), + [anon_sym_u_DQUOTE] = ACTIONS(3221), + [anon_sym_U_DQUOTE] = ACTIONS(3221), + [anon_sym_u8_DQUOTE] = ACTIONS(3221), + [anon_sym_DQUOTE] = ACTIONS(3221), + [sym_true] = ACTIONS(3219), + [sym_false] = ACTIONS(3219), + [anon_sym_NULL] = ACTIONS(3219), + [anon_sym_nullptr] = ACTIONS(3219), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3215), - [anon_sym_decltype] = ACTIONS(3215), - [anon_sym_explicit] = ACTIONS(3215), - [anon_sym_typename] = ACTIONS(3215), - [anon_sym_template] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3215), - [anon_sym_try] = ACTIONS(3215), - [anon_sym_delete] = ACTIONS(3215), - [anon_sym_throw] = ACTIONS(3215), - [anon_sym_namespace] = ACTIONS(3215), - [anon_sym_using] = ACTIONS(3215), - [anon_sym_static_assert] = ACTIONS(3215), - [anon_sym_concept] = ACTIONS(3215), - [anon_sym_co_return] = ACTIONS(3215), - [anon_sym_co_yield] = ACTIONS(3215), - [anon_sym_R_DQUOTE] = ACTIONS(3217), - [anon_sym_LR_DQUOTE] = ACTIONS(3217), - [anon_sym_uR_DQUOTE] = ACTIONS(3217), - [anon_sym_UR_DQUOTE] = ACTIONS(3217), - [anon_sym_u8R_DQUOTE] = ACTIONS(3217), - [anon_sym_co_await] = ACTIONS(3215), - [anon_sym_new] = ACTIONS(3215), - [anon_sym_requires] = ACTIONS(3215), - [sym_this] = ACTIONS(3215), + [sym_auto] = ACTIONS(3219), + [anon_sym_decltype] = ACTIONS(3219), + [anon_sym_explicit] = ACTIONS(3219), + [anon_sym_typename] = ACTIONS(3219), + [anon_sym_template] = ACTIONS(3219), + [anon_sym_operator] = ACTIONS(3219), + [anon_sym_try] = ACTIONS(3219), + [anon_sym_delete] = ACTIONS(3219), + [anon_sym_throw] = ACTIONS(3219), + [anon_sym_namespace] = ACTIONS(3219), + [anon_sym_using] = ACTIONS(3219), + [anon_sym_static_assert] = ACTIONS(3219), + [anon_sym_concept] = ACTIONS(3219), + [anon_sym_co_return] = ACTIONS(3219), + [anon_sym_co_yield] = ACTIONS(3219), + [anon_sym_R_DQUOTE] = ACTIONS(3221), + [anon_sym_LR_DQUOTE] = ACTIONS(3221), + [anon_sym_uR_DQUOTE] = ACTIONS(3221), + [anon_sym_UR_DQUOTE] = ACTIONS(3221), + [anon_sym_u8R_DQUOTE] = ACTIONS(3221), + [anon_sym_co_await] = ACTIONS(3219), + [anon_sym_new] = ACTIONS(3219), + [anon_sym_requires] = ACTIONS(3219), + [sym_this] = ACTIONS(3219), }, - [639] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_include_token1] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token2] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3205), - [anon_sym_PLUS] = ACTIONS(3205), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym___cdecl] = ACTIONS(3205), - [anon_sym___clrcall] = ACTIONS(3205), - [anon_sym___stdcall] = ACTIONS(3205), - [anon_sym___fastcall] = ACTIONS(3205), - [anon_sym___thiscall] = ACTIONS(3205), - [anon_sym___vectorcall] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [anon_sym_if] = ACTIONS(3205), - [anon_sym_switch] = ACTIONS(3205), - [anon_sym_case] = ACTIONS(3205), - [anon_sym_default] = ACTIONS(3205), - [anon_sym_while] = ACTIONS(3205), - [anon_sym_do] = ACTIONS(3205), - [anon_sym_for] = ACTIONS(3205), - [anon_sym_return] = ACTIONS(3205), - [anon_sym_break] = ACTIONS(3205), - [anon_sym_continue] = ACTIONS(3205), - [anon_sym_goto] = ACTIONS(3205), - [anon_sym___try] = ACTIONS(3205), - [anon_sym___leave] = ACTIONS(3205), - [anon_sym_not] = ACTIONS(3205), - [anon_sym_compl] = ACTIONS(3205), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_sizeof] = ACTIONS(3205), - [anon_sym___alignof__] = ACTIONS(3205), - [anon_sym___alignof] = ACTIONS(3205), - [anon_sym__alignof] = ACTIONS(3205), - [anon_sym_alignof] = ACTIONS(3205), - [anon_sym__Alignof] = ACTIONS(3205), - [anon_sym_offsetof] = ACTIONS(3205), - [anon_sym__Generic] = ACTIONS(3205), - [anon_sym_asm] = ACTIONS(3205), - [anon_sym___asm__] = ACTIONS(3205), - [anon_sym___asm] = ACTIONS(3205), - [aux_sym_number_literal_token1] = ACTIONS(3207), - [aux_sym_number_literal_token2] = ACTIONS(3205), - [anon_sym_L_SQUOTE] = ACTIONS(3207), - [anon_sym_u_SQUOTE] = ACTIONS(3207), - [anon_sym_U_SQUOTE] = ACTIONS(3207), - [anon_sym_u8_SQUOTE] = ACTIONS(3207), - [anon_sym_SQUOTE] = ACTIONS(3207), - [anon_sym_L_DQUOTE] = ACTIONS(3207), - [anon_sym_u_DQUOTE] = ACTIONS(3207), - [anon_sym_U_DQUOTE] = ACTIONS(3207), - [anon_sym_u8_DQUOTE] = ACTIONS(3207), - [anon_sym_DQUOTE] = ACTIONS(3207), - [sym_true] = ACTIONS(3205), - [sym_false] = ACTIONS(3205), - [anon_sym_NULL] = ACTIONS(3205), - [anon_sym_nullptr] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_try] = ACTIONS(3205), - [anon_sym_delete] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_namespace] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), - [anon_sym_concept] = ACTIONS(3205), - [anon_sym_co_return] = ACTIONS(3205), - [anon_sym_co_yield] = ACTIONS(3205), - [anon_sym_R_DQUOTE] = ACTIONS(3207), - [anon_sym_LR_DQUOTE] = ACTIONS(3207), - [anon_sym_uR_DQUOTE] = ACTIONS(3207), - [anon_sym_UR_DQUOTE] = ACTIONS(3207), - [anon_sym_u8R_DQUOTE] = ACTIONS(3207), - [anon_sym_co_await] = ACTIONS(3205), - [anon_sym_new] = ACTIONS(3205), - [anon_sym_requires] = ACTIONS(3205), - [sym_this] = ACTIONS(3205), + [618] = { + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_include_token1] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token2] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_BANG] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_PLUS] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym___cdecl] = ACTIONS(3000), + [anon_sym___clrcall] = ACTIONS(3000), + [anon_sym___stdcall] = ACTIONS(3000), + [anon_sym___fastcall] = ACTIONS(3000), + [anon_sym___thiscall] = ACTIONS(3000), + [anon_sym___vectorcall] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3002), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [anon_sym_if] = ACTIONS(3000), + [anon_sym_switch] = ACTIONS(3000), + [anon_sym_case] = ACTIONS(3000), + [anon_sym_default] = ACTIONS(3000), + [anon_sym_while] = ACTIONS(3000), + [anon_sym_do] = ACTIONS(3000), + [anon_sym_for] = ACTIONS(3000), + [anon_sym_return] = ACTIONS(3000), + [anon_sym_break] = ACTIONS(3000), + [anon_sym_continue] = ACTIONS(3000), + [anon_sym_goto] = ACTIONS(3000), + [anon_sym___try] = ACTIONS(3000), + [anon_sym___leave] = ACTIONS(3000), + [anon_sym_not] = ACTIONS(3000), + [anon_sym_compl] = ACTIONS(3000), + [anon_sym_DASH_DASH] = ACTIONS(3002), + [anon_sym_PLUS_PLUS] = ACTIONS(3002), + [anon_sym_sizeof] = ACTIONS(3000), + [anon_sym___alignof__] = ACTIONS(3000), + [anon_sym___alignof] = ACTIONS(3000), + [anon_sym__alignof] = ACTIONS(3000), + [anon_sym_alignof] = ACTIONS(3000), + [anon_sym__Alignof] = ACTIONS(3000), + [anon_sym_offsetof] = ACTIONS(3000), + [anon_sym__Generic] = ACTIONS(3000), + [anon_sym_asm] = ACTIONS(3000), + [anon_sym___asm__] = ACTIONS(3000), + [anon_sym___asm] = ACTIONS(3000), + [aux_sym_number_literal_token1] = ACTIONS(3002), + [aux_sym_number_literal_token2] = ACTIONS(3000), + [anon_sym_L_SQUOTE] = ACTIONS(3002), + [anon_sym_u_SQUOTE] = ACTIONS(3002), + [anon_sym_U_SQUOTE] = ACTIONS(3002), + [anon_sym_u8_SQUOTE] = ACTIONS(3002), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_L_DQUOTE] = ACTIONS(3002), + [anon_sym_u_DQUOTE] = ACTIONS(3002), + [anon_sym_U_DQUOTE] = ACTIONS(3002), + [anon_sym_u8_DQUOTE] = ACTIONS(3002), + [anon_sym_DQUOTE] = ACTIONS(3002), + [sym_true] = ACTIONS(3000), + [sym_false] = ACTIONS(3000), + [anon_sym_NULL] = ACTIONS(3000), + [anon_sym_nullptr] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_try] = ACTIONS(3000), + [anon_sym_delete] = ACTIONS(3000), + [anon_sym_throw] = ACTIONS(3000), + [anon_sym_namespace] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + [anon_sym_concept] = ACTIONS(3000), + [anon_sym_co_return] = ACTIONS(3000), + [anon_sym_co_yield] = ACTIONS(3000), + [anon_sym_R_DQUOTE] = ACTIONS(3002), + [anon_sym_LR_DQUOTE] = ACTIONS(3002), + [anon_sym_uR_DQUOTE] = ACTIONS(3002), + [anon_sym_UR_DQUOTE] = ACTIONS(3002), + [anon_sym_u8R_DQUOTE] = ACTIONS(3002), + [anon_sym_co_await] = ACTIONS(3000), + [anon_sym_new] = ACTIONS(3000), + [anon_sym_requires] = ACTIONS(3000), + [sym_this] = ACTIONS(3000), }, - [640] = { - [ts_builtin_sym_end] = ACTIONS(3086), - [sym_identifier] = ACTIONS(3084), - [aux_sym_preproc_include_token1] = ACTIONS(3084), - [aux_sym_preproc_def_token1] = ACTIONS(3084), - [anon_sym_COMMA] = ACTIONS(3086), - [aux_sym_preproc_if_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), - [sym_preproc_directive] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_BANG] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_DASH] = ACTIONS(3084), - [anon_sym_PLUS] = ACTIONS(3084), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym___extension__] = ACTIONS(3084), - [anon_sym_typedef] = ACTIONS(3084), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym___attribute] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym___cdecl] = ACTIONS(3084), - [anon_sym___clrcall] = ACTIONS(3084), - [anon_sym___stdcall] = ACTIONS(3084), - [anon_sym___fastcall] = ACTIONS(3084), - [anon_sym___thiscall] = ACTIONS(3084), - [anon_sym___vectorcall] = ACTIONS(3084), - [anon_sym_LBRACE] = ACTIONS(3086), - [anon_sym_RBRACE] = ACTIONS(3086), - [anon_sym_signed] = ACTIONS(3084), - [anon_sym_unsigned] = ACTIONS(3084), - [anon_sym_long] = ACTIONS(3084), - [anon_sym_short] = ACTIONS(3084), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym___inline] = ACTIONS(3084), - [anon_sym___inline__] = ACTIONS(3084), - [anon_sym___forceinline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym___thread] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym___restrict__] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym__Noreturn] = ACTIONS(3084), - [anon_sym_noreturn] = ACTIONS(3084), - [anon_sym__Nonnull] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constinit] = ACTIONS(3084), - [anon_sym_consteval] = ACTIONS(3084), - [anon_sym_PROGMEM] = ACTIONS(3084), - [anon_sym_alignas] = ACTIONS(3084), - [anon_sym__Alignas] = ACTIONS(3084), - [aux_sym_primitive_type_token1] = ACTIONS(3084), - [anon_sym_byte] = ACTIONS(3084), - [anon_sym_word] = ACTIONS(3084), - [anon_sym_enum] = ACTIONS(3084), - [anon_sym_class] = ACTIONS(3084), - [anon_sym_struct] = ACTIONS(3084), - [anon_sym_union] = ACTIONS(3084), - [anon_sym_if] = ACTIONS(3084), - [anon_sym_switch] = ACTIONS(3084), - [anon_sym_case] = ACTIONS(3084), - [anon_sym_default] = ACTIONS(3084), - [anon_sym_while] = ACTIONS(3084), - [anon_sym_do] = ACTIONS(3084), - [anon_sym_for] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3084), - [anon_sym_break] = ACTIONS(3084), - [anon_sym_continue] = ACTIONS(3084), - [anon_sym_goto] = ACTIONS(3084), - [anon_sym_not] = ACTIONS(3084), - [anon_sym_compl] = ACTIONS(3084), - [anon_sym_DASH_DASH] = ACTIONS(3086), - [anon_sym_PLUS_PLUS] = ACTIONS(3086), - [anon_sym_sizeof] = ACTIONS(3084), - [anon_sym___alignof__] = ACTIONS(3084), - [anon_sym___alignof] = ACTIONS(3084), - [anon_sym__alignof] = ACTIONS(3084), - [anon_sym_alignof] = ACTIONS(3084), - [anon_sym__Alignof] = ACTIONS(3084), - [anon_sym_offsetof] = ACTIONS(3084), - [anon_sym__Generic] = ACTIONS(3084), - [anon_sym_asm] = ACTIONS(3084), - [anon_sym___asm__] = ACTIONS(3084), - [anon_sym___asm] = ACTIONS(3084), - [aux_sym_number_literal_token1] = ACTIONS(3086), - [aux_sym_number_literal_token2] = ACTIONS(3084), - [anon_sym_L_SQUOTE] = ACTIONS(3086), - [anon_sym_u_SQUOTE] = ACTIONS(3086), - [anon_sym_U_SQUOTE] = ACTIONS(3086), - [anon_sym_u8_SQUOTE] = ACTIONS(3086), - [anon_sym_SQUOTE] = ACTIONS(3086), - [anon_sym_L_DQUOTE] = ACTIONS(3086), - [anon_sym_u_DQUOTE] = ACTIONS(3086), - [anon_sym_U_DQUOTE] = ACTIONS(3086), - [anon_sym_u8_DQUOTE] = ACTIONS(3086), - [anon_sym_DQUOTE] = ACTIONS(3086), - [sym_true] = ACTIONS(3084), - [sym_false] = ACTIONS(3084), - [anon_sym_NULL] = ACTIONS(3084), - [anon_sym_nullptr] = ACTIONS(3084), + [619] = { + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_include_token1] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token2] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_BANG] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_DASH] = ACTIONS(3004), + [anon_sym_PLUS] = ACTIONS(3004), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym___cdecl] = ACTIONS(3004), + [anon_sym___clrcall] = ACTIONS(3004), + [anon_sym___stdcall] = ACTIONS(3004), + [anon_sym___fastcall] = ACTIONS(3004), + [anon_sym___thiscall] = ACTIONS(3004), + [anon_sym___vectorcall] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3006), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [anon_sym_if] = ACTIONS(3004), + [anon_sym_switch] = ACTIONS(3004), + [anon_sym_case] = ACTIONS(3004), + [anon_sym_default] = ACTIONS(3004), + [anon_sym_while] = ACTIONS(3004), + [anon_sym_do] = ACTIONS(3004), + [anon_sym_for] = ACTIONS(3004), + [anon_sym_return] = ACTIONS(3004), + [anon_sym_break] = ACTIONS(3004), + [anon_sym_continue] = ACTIONS(3004), + [anon_sym_goto] = ACTIONS(3004), + [anon_sym___try] = ACTIONS(3004), + [anon_sym___leave] = ACTIONS(3004), + [anon_sym_not] = ACTIONS(3004), + [anon_sym_compl] = ACTIONS(3004), + [anon_sym_DASH_DASH] = ACTIONS(3006), + [anon_sym_PLUS_PLUS] = ACTIONS(3006), + [anon_sym_sizeof] = ACTIONS(3004), + [anon_sym___alignof__] = ACTIONS(3004), + [anon_sym___alignof] = ACTIONS(3004), + [anon_sym__alignof] = ACTIONS(3004), + [anon_sym_alignof] = ACTIONS(3004), + [anon_sym__Alignof] = ACTIONS(3004), + [anon_sym_offsetof] = ACTIONS(3004), + [anon_sym__Generic] = ACTIONS(3004), + [anon_sym_asm] = ACTIONS(3004), + [anon_sym___asm__] = ACTIONS(3004), + [anon_sym___asm] = ACTIONS(3004), + [aux_sym_number_literal_token1] = ACTIONS(3006), + [aux_sym_number_literal_token2] = ACTIONS(3004), + [anon_sym_L_SQUOTE] = ACTIONS(3006), + [anon_sym_u_SQUOTE] = ACTIONS(3006), + [anon_sym_U_SQUOTE] = ACTIONS(3006), + [anon_sym_u8_SQUOTE] = ACTIONS(3006), + [anon_sym_SQUOTE] = ACTIONS(3006), + [anon_sym_L_DQUOTE] = ACTIONS(3006), + [anon_sym_u_DQUOTE] = ACTIONS(3006), + [anon_sym_U_DQUOTE] = ACTIONS(3006), + [anon_sym_u8_DQUOTE] = ACTIONS(3006), + [anon_sym_DQUOTE] = ACTIONS(3006), + [sym_true] = ACTIONS(3004), + [sym_false] = ACTIONS(3004), + [anon_sym_NULL] = ACTIONS(3004), + [anon_sym_nullptr] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_try] = ACTIONS(3004), + [anon_sym_delete] = ACTIONS(3004), + [anon_sym_throw] = ACTIONS(3004), + [anon_sym_namespace] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + [anon_sym_concept] = ACTIONS(3004), + [anon_sym_co_return] = ACTIONS(3004), + [anon_sym_co_yield] = ACTIONS(3004), + [anon_sym_R_DQUOTE] = ACTIONS(3006), + [anon_sym_LR_DQUOTE] = ACTIONS(3006), + [anon_sym_uR_DQUOTE] = ACTIONS(3006), + [anon_sym_UR_DQUOTE] = ACTIONS(3006), + [anon_sym_u8R_DQUOTE] = ACTIONS(3006), + [anon_sym_co_await] = ACTIONS(3004), + [anon_sym_new] = ACTIONS(3004), + [anon_sym_requires] = ACTIONS(3004), + [sym_this] = ACTIONS(3004), + }, + [620] = { + [sym_identifier] = ACTIONS(3080), + [aux_sym_preproc_include_token1] = ACTIONS(3080), + [aux_sym_preproc_def_token1] = ACTIONS(3080), + [aux_sym_preproc_if_token1] = ACTIONS(3080), + [aux_sym_preproc_if_token2] = ACTIONS(3080), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3080), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3080), + [sym_preproc_directive] = ACTIONS(3080), + [anon_sym_LPAREN2] = ACTIONS(3082), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_TILDE] = ACTIONS(3082), + [anon_sym_DASH] = ACTIONS(3080), + [anon_sym_PLUS] = ACTIONS(3080), + [anon_sym_STAR] = ACTIONS(3082), + [anon_sym_AMP_AMP] = ACTIONS(3082), + [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_SEMI] = ACTIONS(3082), + [anon_sym___extension__] = ACTIONS(3080), + [anon_sym_typedef] = ACTIONS(3080), + [anon_sym_virtual] = ACTIONS(3080), + [anon_sym_extern] = ACTIONS(3080), + [anon_sym___attribute__] = ACTIONS(3080), + [anon_sym___attribute] = ACTIONS(3080), + [anon_sym_COLON_COLON] = ACTIONS(3082), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), + [anon_sym___declspec] = ACTIONS(3080), + [anon_sym___based] = ACTIONS(3080), + [anon_sym___cdecl] = ACTIONS(3080), + [anon_sym___clrcall] = ACTIONS(3080), + [anon_sym___stdcall] = ACTIONS(3080), + [anon_sym___fastcall] = ACTIONS(3080), + [anon_sym___thiscall] = ACTIONS(3080), + [anon_sym___vectorcall] = ACTIONS(3080), + [anon_sym_LBRACE] = ACTIONS(3082), + [anon_sym_signed] = ACTIONS(3080), + [anon_sym_unsigned] = ACTIONS(3080), + [anon_sym_long] = ACTIONS(3080), + [anon_sym_short] = ACTIONS(3080), + [anon_sym_LBRACK] = ACTIONS(3080), + [anon_sym_static] = ACTIONS(3080), + [anon_sym_register] = ACTIONS(3080), + [anon_sym_inline] = ACTIONS(3080), + [anon_sym___inline] = ACTIONS(3080), + [anon_sym___inline__] = ACTIONS(3080), + [anon_sym___forceinline] = ACTIONS(3080), + [anon_sym_thread_local] = ACTIONS(3080), + [anon_sym___thread] = ACTIONS(3080), + [anon_sym_const] = ACTIONS(3080), + [anon_sym_constexpr] = ACTIONS(3080), + [anon_sym_volatile] = ACTIONS(3080), + [anon_sym_restrict] = ACTIONS(3080), + [anon_sym___restrict__] = ACTIONS(3080), + [anon_sym__Atomic] = ACTIONS(3080), + [anon_sym__Noreturn] = ACTIONS(3080), + [anon_sym_noreturn] = ACTIONS(3080), + [anon_sym__Nonnull] = ACTIONS(3080), + [anon_sym_mutable] = ACTIONS(3080), + [anon_sym_constinit] = ACTIONS(3080), + [anon_sym_consteval] = ACTIONS(3080), + [anon_sym_PROGMEM] = ACTIONS(3080), + [anon_sym_alignas] = ACTIONS(3080), + [anon_sym__Alignas] = ACTIONS(3080), + [aux_sym_primitive_type_token1] = ACTIONS(3080), + [anon_sym_byte] = ACTIONS(3080), + [anon_sym_word] = ACTIONS(3080), + [anon_sym_enum] = ACTIONS(3080), + [anon_sym_class] = ACTIONS(3080), + [anon_sym_struct] = ACTIONS(3080), + [anon_sym_union] = ACTIONS(3080), + [anon_sym_if] = ACTIONS(3080), + [anon_sym_switch] = ACTIONS(3080), + [anon_sym_case] = ACTIONS(3080), + [anon_sym_default] = ACTIONS(3080), + [anon_sym_while] = ACTIONS(3080), + [anon_sym_do] = ACTIONS(3080), + [anon_sym_for] = ACTIONS(3080), + [anon_sym_return] = ACTIONS(3080), + [anon_sym_break] = ACTIONS(3080), + [anon_sym_continue] = ACTIONS(3080), + [anon_sym_goto] = ACTIONS(3080), + [anon_sym___try] = ACTIONS(3080), + [anon_sym___leave] = ACTIONS(3080), + [anon_sym_not] = ACTIONS(3080), + [anon_sym_compl] = ACTIONS(3080), + [anon_sym_DASH_DASH] = ACTIONS(3082), + [anon_sym_PLUS_PLUS] = ACTIONS(3082), + [anon_sym_sizeof] = ACTIONS(3080), + [anon_sym___alignof__] = ACTIONS(3080), + [anon_sym___alignof] = ACTIONS(3080), + [anon_sym__alignof] = ACTIONS(3080), + [anon_sym_alignof] = ACTIONS(3080), + [anon_sym__Alignof] = ACTIONS(3080), + [anon_sym_offsetof] = ACTIONS(3080), + [anon_sym__Generic] = ACTIONS(3080), + [anon_sym_asm] = ACTIONS(3080), + [anon_sym___asm__] = ACTIONS(3080), + [anon_sym___asm] = ACTIONS(3080), + [aux_sym_number_literal_token1] = ACTIONS(3082), + [aux_sym_number_literal_token2] = ACTIONS(3080), + [anon_sym_L_SQUOTE] = ACTIONS(3082), + [anon_sym_u_SQUOTE] = ACTIONS(3082), + [anon_sym_U_SQUOTE] = ACTIONS(3082), + [anon_sym_u8_SQUOTE] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3082), + [anon_sym_L_DQUOTE] = ACTIONS(3082), + [anon_sym_u_DQUOTE] = ACTIONS(3082), + [anon_sym_U_DQUOTE] = ACTIONS(3082), + [anon_sym_u8_DQUOTE] = ACTIONS(3082), + [anon_sym_DQUOTE] = ACTIONS(3082), + [sym_true] = ACTIONS(3080), + [sym_false] = ACTIONS(3080), + [anon_sym_NULL] = ACTIONS(3080), + [anon_sym_nullptr] = ACTIONS(3080), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3080), + [anon_sym_decltype] = ACTIONS(3080), + [anon_sym_explicit] = ACTIONS(3080), + [anon_sym_typename] = ACTIONS(3080), + [anon_sym_template] = ACTIONS(3080), + [anon_sym_operator] = ACTIONS(3080), + [anon_sym_try] = ACTIONS(3080), + [anon_sym_delete] = ACTIONS(3080), + [anon_sym_throw] = ACTIONS(3080), + [anon_sym_namespace] = ACTIONS(3080), + [anon_sym_using] = ACTIONS(3080), + [anon_sym_static_assert] = ACTIONS(3080), + [anon_sym_concept] = ACTIONS(3080), + [anon_sym_co_return] = ACTIONS(3080), + [anon_sym_co_yield] = ACTIONS(3080), + [anon_sym_R_DQUOTE] = ACTIONS(3082), + [anon_sym_LR_DQUOTE] = ACTIONS(3082), + [anon_sym_uR_DQUOTE] = ACTIONS(3082), + [anon_sym_UR_DQUOTE] = ACTIONS(3082), + [anon_sym_u8R_DQUOTE] = ACTIONS(3082), + [anon_sym_co_await] = ACTIONS(3080), + [anon_sym_new] = ACTIONS(3080), + [anon_sym_requires] = ACTIONS(3080), + [sym_this] = ACTIONS(3080), + }, + [621] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_include_token1] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token2] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_DASH] = ACTIONS(3092), + [anon_sym_PLUS] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym___cdecl] = ACTIONS(3092), + [anon_sym___clrcall] = ACTIONS(3092), + [anon_sym___stdcall] = ACTIONS(3092), + [anon_sym___fastcall] = ACTIONS(3092), + [anon_sym___thiscall] = ACTIONS(3092), + [anon_sym___vectorcall] = ACTIONS(3092), + [anon_sym_LBRACE] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [anon_sym_if] = ACTIONS(3092), + [anon_sym_switch] = ACTIONS(3092), + [anon_sym_case] = ACTIONS(3092), + [anon_sym_default] = ACTIONS(3092), + [anon_sym_while] = ACTIONS(3092), + [anon_sym_do] = ACTIONS(3092), + [anon_sym_for] = ACTIONS(3092), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_break] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(3092), + [anon_sym_goto] = ACTIONS(3092), + [anon_sym___try] = ACTIONS(3092), + [anon_sym___leave] = ACTIONS(3092), + [anon_sym_not] = ACTIONS(3092), + [anon_sym_compl] = ACTIONS(3092), + [anon_sym_DASH_DASH] = ACTIONS(3094), + [anon_sym_PLUS_PLUS] = ACTIONS(3094), + [anon_sym_sizeof] = ACTIONS(3092), + [anon_sym___alignof__] = ACTIONS(3092), + [anon_sym___alignof] = ACTIONS(3092), + [anon_sym__alignof] = ACTIONS(3092), + [anon_sym_alignof] = ACTIONS(3092), + [anon_sym__Alignof] = ACTIONS(3092), + [anon_sym_offsetof] = ACTIONS(3092), + [anon_sym__Generic] = ACTIONS(3092), + [anon_sym_asm] = ACTIONS(3092), + [anon_sym___asm__] = ACTIONS(3092), + [anon_sym___asm] = ACTIONS(3092), + [aux_sym_number_literal_token1] = ACTIONS(3094), + [aux_sym_number_literal_token2] = ACTIONS(3092), + [anon_sym_L_SQUOTE] = ACTIONS(3094), + [anon_sym_u_SQUOTE] = ACTIONS(3094), + [anon_sym_U_SQUOTE] = ACTIONS(3094), + [anon_sym_u8_SQUOTE] = ACTIONS(3094), + [anon_sym_SQUOTE] = ACTIONS(3094), + [anon_sym_L_DQUOTE] = ACTIONS(3094), + [anon_sym_u_DQUOTE] = ACTIONS(3094), + [anon_sym_U_DQUOTE] = ACTIONS(3094), + [anon_sym_u8_DQUOTE] = ACTIONS(3094), + [anon_sym_DQUOTE] = ACTIONS(3094), + [sym_true] = ACTIONS(3092), + [sym_false] = ACTIONS(3092), + [anon_sym_NULL] = ACTIONS(3092), + [anon_sym_nullptr] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_try] = ACTIONS(3092), + [anon_sym_delete] = ACTIONS(3092), + [anon_sym_throw] = ACTIONS(3092), + [anon_sym_namespace] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + [anon_sym_concept] = ACTIONS(3092), + [anon_sym_co_return] = ACTIONS(3092), + [anon_sym_co_yield] = ACTIONS(3092), + [anon_sym_R_DQUOTE] = ACTIONS(3094), + [anon_sym_LR_DQUOTE] = ACTIONS(3094), + [anon_sym_uR_DQUOTE] = ACTIONS(3094), + [anon_sym_UR_DQUOTE] = ACTIONS(3094), + [anon_sym_u8R_DQUOTE] = ACTIONS(3094), + [anon_sym_co_await] = ACTIONS(3092), + [anon_sym_new] = ACTIONS(3092), + [anon_sym_requires] = ACTIONS(3092), + [sym_this] = ACTIONS(3092), + }, + [622] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [623] = { + [sym_identifier] = ACTIONS(2945), + [aux_sym_preproc_include_token1] = ACTIONS(2945), + [aux_sym_preproc_def_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2945), + [sym_preproc_directive] = ACTIONS(2945), + [anon_sym_LPAREN2] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2945), + [anon_sym_PLUS] = ACTIONS(2945), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2945), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym___extension__] = ACTIONS(2945), + [anon_sym_typedef] = ACTIONS(2945), + [anon_sym_virtual] = ACTIONS(2945), + [anon_sym_extern] = ACTIONS(2945), + [anon_sym___attribute__] = ACTIONS(2945), + [anon_sym___attribute] = ACTIONS(2945), + [anon_sym_COLON_COLON] = ACTIONS(2947), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2947), + [anon_sym___declspec] = ACTIONS(2945), + [anon_sym___based] = ACTIONS(2945), + [anon_sym___cdecl] = ACTIONS(2945), + [anon_sym___clrcall] = ACTIONS(2945), + [anon_sym___stdcall] = ACTIONS(2945), + [anon_sym___fastcall] = ACTIONS(2945), + [anon_sym___thiscall] = ACTIONS(2945), + [anon_sym___vectorcall] = ACTIONS(2945), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_RBRACE] = ACTIONS(2947), + [anon_sym_signed] = ACTIONS(2945), + [anon_sym_unsigned] = ACTIONS(2945), + [anon_sym_long] = ACTIONS(2945), + [anon_sym_short] = ACTIONS(2945), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_static] = ACTIONS(2945), + [anon_sym_register] = ACTIONS(2945), + [anon_sym_inline] = ACTIONS(2945), + [anon_sym___inline] = ACTIONS(2945), + [anon_sym___inline__] = ACTIONS(2945), + [anon_sym___forceinline] = ACTIONS(2945), + [anon_sym_thread_local] = ACTIONS(2945), + [anon_sym___thread] = ACTIONS(2945), + [anon_sym_const] = ACTIONS(2945), + [anon_sym_constexpr] = ACTIONS(2945), + [anon_sym_volatile] = ACTIONS(2945), + [anon_sym_restrict] = ACTIONS(2945), + [anon_sym___restrict__] = ACTIONS(2945), + [anon_sym__Atomic] = ACTIONS(2945), + [anon_sym__Noreturn] = ACTIONS(2945), + [anon_sym_noreturn] = ACTIONS(2945), + [anon_sym__Nonnull] = ACTIONS(2945), + [anon_sym_mutable] = ACTIONS(2945), + [anon_sym_constinit] = ACTIONS(2945), + [anon_sym_consteval] = ACTIONS(2945), + [anon_sym_PROGMEM] = ACTIONS(2945), + [anon_sym_alignas] = ACTIONS(2945), + [anon_sym__Alignas] = ACTIONS(2945), + [aux_sym_primitive_type_token1] = ACTIONS(2945), + [anon_sym_byte] = ACTIONS(2945), + [anon_sym_word] = ACTIONS(2945), + [anon_sym_enum] = ACTIONS(2945), + [anon_sym_class] = ACTIONS(2945), + [anon_sym_struct] = ACTIONS(2945), + [anon_sym_union] = ACTIONS(2945), + [anon_sym_if] = ACTIONS(2945), + [anon_sym_switch] = ACTIONS(2945), + [anon_sym_case] = ACTIONS(2945), + [anon_sym_default] = ACTIONS(2945), + [anon_sym_while] = ACTIONS(2945), + [anon_sym_do] = ACTIONS(2945), + [anon_sym_for] = ACTIONS(2945), + [anon_sym_return] = ACTIONS(2945), + [anon_sym_break] = ACTIONS(2945), + [anon_sym_continue] = ACTIONS(2945), + [anon_sym_goto] = ACTIONS(2945), + [anon_sym___try] = ACTIONS(2945), + [anon_sym___leave] = ACTIONS(2945), + [anon_sym_not] = ACTIONS(2945), + [anon_sym_compl] = ACTIONS(2945), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_sizeof] = ACTIONS(2945), + [anon_sym___alignof__] = ACTIONS(2945), + [anon_sym___alignof] = ACTIONS(2945), + [anon_sym__alignof] = ACTIONS(2945), + [anon_sym_alignof] = ACTIONS(2945), + [anon_sym__Alignof] = ACTIONS(2945), + [anon_sym_offsetof] = ACTIONS(2945), + [anon_sym__Generic] = ACTIONS(2945), + [anon_sym_asm] = ACTIONS(2945), + [anon_sym___asm__] = ACTIONS(2945), + [anon_sym___asm] = ACTIONS(2945), + [aux_sym_number_literal_token1] = ACTIONS(2947), + [aux_sym_number_literal_token2] = ACTIONS(2945), + [anon_sym_L_SQUOTE] = ACTIONS(2947), + [anon_sym_u_SQUOTE] = ACTIONS(2947), + [anon_sym_U_SQUOTE] = ACTIONS(2947), + [anon_sym_u8_SQUOTE] = ACTIONS(2947), + [anon_sym_SQUOTE] = ACTIONS(2947), + [anon_sym_L_DQUOTE] = ACTIONS(2947), + [anon_sym_u_DQUOTE] = ACTIONS(2947), + [anon_sym_U_DQUOTE] = ACTIONS(2947), + [anon_sym_u8_DQUOTE] = ACTIONS(2947), + [anon_sym_DQUOTE] = ACTIONS(2947), + [sym_true] = ACTIONS(2945), + [sym_false] = ACTIONS(2945), + [anon_sym_NULL] = ACTIONS(2945), + [anon_sym_nullptr] = ACTIONS(2945), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2945), + [anon_sym_decltype] = ACTIONS(2945), + [anon_sym_explicit] = ACTIONS(2945), + [anon_sym_typename] = ACTIONS(2945), + [anon_sym_template] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(2945), + [anon_sym_try] = ACTIONS(2945), + [anon_sym_delete] = ACTIONS(2945), + [anon_sym_throw] = ACTIONS(2945), + [anon_sym_namespace] = ACTIONS(2945), + [anon_sym_using] = ACTIONS(2945), + [anon_sym_static_assert] = ACTIONS(2945), + [anon_sym_concept] = ACTIONS(2945), + [anon_sym_co_return] = ACTIONS(2945), + [anon_sym_co_yield] = ACTIONS(2945), + [anon_sym_R_DQUOTE] = ACTIONS(2947), + [anon_sym_LR_DQUOTE] = ACTIONS(2947), + [anon_sym_uR_DQUOTE] = ACTIONS(2947), + [anon_sym_UR_DQUOTE] = ACTIONS(2947), + [anon_sym_u8R_DQUOTE] = ACTIONS(2947), + [anon_sym_co_await] = ACTIONS(2945), + [anon_sym_new] = ACTIONS(2945), + [anon_sym_requires] = ACTIONS(2945), + [sym_this] = ACTIONS(2945), + }, + [624] = { + [sym_identifier] = ACTIONS(2949), + [aux_sym_preproc_include_token1] = ACTIONS(2949), + [aux_sym_preproc_def_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2949), + [sym_preproc_directive] = ACTIONS(2949), + [anon_sym_LPAREN2] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2949), + [anon_sym_PLUS] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym___extension__] = ACTIONS(2949), + [anon_sym_typedef] = ACTIONS(2949), + [anon_sym_virtual] = ACTIONS(2949), + [anon_sym_extern] = ACTIONS(2949), + [anon_sym___attribute__] = ACTIONS(2949), + [anon_sym___attribute] = ACTIONS(2949), + [anon_sym_COLON_COLON] = ACTIONS(2951), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2951), + [anon_sym___declspec] = ACTIONS(2949), + [anon_sym___based] = ACTIONS(2949), + [anon_sym___cdecl] = ACTIONS(2949), + [anon_sym___clrcall] = ACTIONS(2949), + [anon_sym___stdcall] = ACTIONS(2949), + [anon_sym___fastcall] = ACTIONS(2949), + [anon_sym___thiscall] = ACTIONS(2949), + [anon_sym___vectorcall] = ACTIONS(2949), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_RBRACE] = ACTIONS(2951), + [anon_sym_signed] = ACTIONS(2949), + [anon_sym_unsigned] = ACTIONS(2949), + [anon_sym_long] = ACTIONS(2949), + [anon_sym_short] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_static] = ACTIONS(2949), + [anon_sym_register] = ACTIONS(2949), + [anon_sym_inline] = ACTIONS(2949), + [anon_sym___inline] = ACTIONS(2949), + [anon_sym___inline__] = ACTIONS(2949), + [anon_sym___forceinline] = ACTIONS(2949), + [anon_sym_thread_local] = ACTIONS(2949), + [anon_sym___thread] = ACTIONS(2949), + [anon_sym_const] = ACTIONS(2949), + [anon_sym_constexpr] = ACTIONS(2949), + [anon_sym_volatile] = ACTIONS(2949), + [anon_sym_restrict] = ACTIONS(2949), + [anon_sym___restrict__] = ACTIONS(2949), + [anon_sym__Atomic] = ACTIONS(2949), + [anon_sym__Noreturn] = ACTIONS(2949), + [anon_sym_noreturn] = ACTIONS(2949), + [anon_sym__Nonnull] = ACTIONS(2949), + [anon_sym_mutable] = ACTIONS(2949), + [anon_sym_constinit] = ACTIONS(2949), + [anon_sym_consteval] = ACTIONS(2949), + [anon_sym_PROGMEM] = ACTIONS(2949), + [anon_sym_alignas] = ACTIONS(2949), + [anon_sym__Alignas] = ACTIONS(2949), + [aux_sym_primitive_type_token1] = ACTIONS(2949), + [anon_sym_byte] = ACTIONS(2949), + [anon_sym_word] = ACTIONS(2949), + [anon_sym_enum] = ACTIONS(2949), + [anon_sym_class] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2949), + [anon_sym_union] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2949), + [anon_sym_switch] = ACTIONS(2949), + [anon_sym_case] = ACTIONS(2949), + [anon_sym_default] = ACTIONS(2949), + [anon_sym_while] = ACTIONS(2949), + [anon_sym_do] = ACTIONS(2949), + [anon_sym_for] = ACTIONS(2949), + [anon_sym_return] = ACTIONS(2949), + [anon_sym_break] = ACTIONS(2949), + [anon_sym_continue] = ACTIONS(2949), + [anon_sym_goto] = ACTIONS(2949), + [anon_sym___try] = ACTIONS(2949), + [anon_sym___leave] = ACTIONS(2949), + [anon_sym_not] = ACTIONS(2949), + [anon_sym_compl] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_sizeof] = ACTIONS(2949), + [anon_sym___alignof__] = ACTIONS(2949), + [anon_sym___alignof] = ACTIONS(2949), + [anon_sym__alignof] = ACTIONS(2949), + [anon_sym_alignof] = ACTIONS(2949), + [anon_sym__Alignof] = ACTIONS(2949), + [anon_sym_offsetof] = ACTIONS(2949), + [anon_sym__Generic] = ACTIONS(2949), + [anon_sym_asm] = ACTIONS(2949), + [anon_sym___asm__] = ACTIONS(2949), + [anon_sym___asm] = ACTIONS(2949), + [aux_sym_number_literal_token1] = ACTIONS(2951), + [aux_sym_number_literal_token2] = ACTIONS(2949), + [anon_sym_L_SQUOTE] = ACTIONS(2951), + [anon_sym_u_SQUOTE] = ACTIONS(2951), + [anon_sym_U_SQUOTE] = ACTIONS(2951), + [anon_sym_u8_SQUOTE] = ACTIONS(2951), + [anon_sym_SQUOTE] = ACTIONS(2951), + [anon_sym_L_DQUOTE] = ACTIONS(2951), + [anon_sym_u_DQUOTE] = ACTIONS(2951), + [anon_sym_U_DQUOTE] = ACTIONS(2951), + [anon_sym_u8_DQUOTE] = ACTIONS(2951), + [anon_sym_DQUOTE] = ACTIONS(2951), + [sym_true] = ACTIONS(2949), + [sym_false] = ACTIONS(2949), + [anon_sym_NULL] = ACTIONS(2949), + [anon_sym_nullptr] = ACTIONS(2949), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2949), + [anon_sym_decltype] = ACTIONS(2949), + [anon_sym_explicit] = ACTIONS(2949), + [anon_sym_typename] = ACTIONS(2949), + [anon_sym_template] = ACTIONS(2949), + [anon_sym_operator] = ACTIONS(2949), + [anon_sym_try] = ACTIONS(2949), + [anon_sym_delete] = ACTIONS(2949), + [anon_sym_throw] = ACTIONS(2949), + [anon_sym_namespace] = ACTIONS(2949), + [anon_sym_using] = ACTIONS(2949), + [anon_sym_static_assert] = ACTIONS(2949), + [anon_sym_concept] = ACTIONS(2949), + [anon_sym_co_return] = ACTIONS(2949), + [anon_sym_co_yield] = ACTIONS(2949), + [anon_sym_R_DQUOTE] = ACTIONS(2951), + [anon_sym_LR_DQUOTE] = ACTIONS(2951), + [anon_sym_uR_DQUOTE] = ACTIONS(2951), + [anon_sym_UR_DQUOTE] = ACTIONS(2951), + [anon_sym_u8R_DQUOTE] = ACTIONS(2951), + [anon_sym_co_await] = ACTIONS(2949), + [anon_sym_new] = ACTIONS(2949), + [anon_sym_requires] = ACTIONS(2949), + [sym_this] = ACTIONS(2949), + }, + [625] = { + [sym_identifier] = ACTIONS(2953), + [aux_sym_preproc_include_token1] = ACTIONS(2953), + [aux_sym_preproc_def_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2953), + [sym_preproc_directive] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2953), + [anon_sym_PLUS] = ACTIONS(2953), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym___extension__] = ACTIONS(2953), + [anon_sym_typedef] = ACTIONS(2953), + [anon_sym_virtual] = ACTIONS(2953), + [anon_sym_extern] = ACTIONS(2953), + [anon_sym___attribute__] = ACTIONS(2953), + [anon_sym___attribute] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(2955), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2955), + [anon_sym___declspec] = ACTIONS(2953), + [anon_sym___based] = ACTIONS(2953), + [anon_sym___cdecl] = ACTIONS(2953), + [anon_sym___clrcall] = ACTIONS(2953), + [anon_sym___stdcall] = ACTIONS(2953), + [anon_sym___fastcall] = ACTIONS(2953), + [anon_sym___thiscall] = ACTIONS(2953), + [anon_sym___vectorcall] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_RBRACE] = ACTIONS(2955), + [anon_sym_signed] = ACTIONS(2953), + [anon_sym_unsigned] = ACTIONS(2953), + [anon_sym_long] = ACTIONS(2953), + [anon_sym_short] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_static] = ACTIONS(2953), + [anon_sym_register] = ACTIONS(2953), + [anon_sym_inline] = ACTIONS(2953), + [anon_sym___inline] = ACTIONS(2953), + [anon_sym___inline__] = ACTIONS(2953), + [anon_sym___forceinline] = ACTIONS(2953), + [anon_sym_thread_local] = ACTIONS(2953), + [anon_sym___thread] = ACTIONS(2953), + [anon_sym_const] = ACTIONS(2953), + [anon_sym_constexpr] = ACTIONS(2953), + [anon_sym_volatile] = ACTIONS(2953), + [anon_sym_restrict] = ACTIONS(2953), + [anon_sym___restrict__] = ACTIONS(2953), + [anon_sym__Atomic] = ACTIONS(2953), + [anon_sym__Noreturn] = ACTIONS(2953), + [anon_sym_noreturn] = ACTIONS(2953), + [anon_sym__Nonnull] = ACTIONS(2953), + [anon_sym_mutable] = ACTIONS(2953), + [anon_sym_constinit] = ACTIONS(2953), + [anon_sym_consteval] = ACTIONS(2953), + [anon_sym_PROGMEM] = ACTIONS(2953), + [anon_sym_alignas] = ACTIONS(2953), + [anon_sym__Alignas] = ACTIONS(2953), + [aux_sym_primitive_type_token1] = ACTIONS(2953), + [anon_sym_byte] = ACTIONS(2953), + [anon_sym_word] = ACTIONS(2953), + [anon_sym_enum] = ACTIONS(2953), + [anon_sym_class] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2953), + [anon_sym_union] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2953), + [anon_sym_switch] = ACTIONS(2953), + [anon_sym_case] = ACTIONS(2953), + [anon_sym_default] = ACTIONS(2953), + [anon_sym_while] = ACTIONS(2953), + [anon_sym_do] = ACTIONS(2953), + [anon_sym_for] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2953), + [anon_sym_break] = ACTIONS(2953), + [anon_sym_continue] = ACTIONS(2953), + [anon_sym_goto] = ACTIONS(2953), + [anon_sym___try] = ACTIONS(2953), + [anon_sym___leave] = ACTIONS(2953), + [anon_sym_not] = ACTIONS(2953), + [anon_sym_compl] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_sizeof] = ACTIONS(2953), + [anon_sym___alignof__] = ACTIONS(2953), + [anon_sym___alignof] = ACTIONS(2953), + [anon_sym__alignof] = ACTIONS(2953), + [anon_sym_alignof] = ACTIONS(2953), + [anon_sym__Alignof] = ACTIONS(2953), + [anon_sym_offsetof] = ACTIONS(2953), + [anon_sym__Generic] = ACTIONS(2953), + [anon_sym_asm] = ACTIONS(2953), + [anon_sym___asm__] = ACTIONS(2953), + [anon_sym___asm] = ACTIONS(2953), + [aux_sym_number_literal_token1] = ACTIONS(2955), + [aux_sym_number_literal_token2] = ACTIONS(2953), + [anon_sym_L_SQUOTE] = ACTIONS(2955), + [anon_sym_u_SQUOTE] = ACTIONS(2955), + [anon_sym_U_SQUOTE] = ACTIONS(2955), + [anon_sym_u8_SQUOTE] = ACTIONS(2955), + [anon_sym_SQUOTE] = ACTIONS(2955), + [anon_sym_L_DQUOTE] = ACTIONS(2955), + [anon_sym_u_DQUOTE] = ACTIONS(2955), + [anon_sym_U_DQUOTE] = ACTIONS(2955), + [anon_sym_u8_DQUOTE] = ACTIONS(2955), + [anon_sym_DQUOTE] = ACTIONS(2955), + [sym_true] = ACTIONS(2953), + [sym_false] = ACTIONS(2953), + [anon_sym_NULL] = ACTIONS(2953), + [anon_sym_nullptr] = ACTIONS(2953), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2953), + [anon_sym_decltype] = ACTIONS(2953), + [anon_sym_explicit] = ACTIONS(2953), + [anon_sym_typename] = ACTIONS(2953), + [anon_sym_template] = ACTIONS(2953), + [anon_sym_operator] = ACTIONS(2953), + [anon_sym_try] = ACTIONS(2953), + [anon_sym_delete] = ACTIONS(2953), + [anon_sym_throw] = ACTIONS(2953), + [anon_sym_namespace] = ACTIONS(2953), + [anon_sym_using] = ACTIONS(2953), + [anon_sym_static_assert] = ACTIONS(2953), + [anon_sym_concept] = ACTIONS(2953), + [anon_sym_co_return] = ACTIONS(2953), + [anon_sym_co_yield] = ACTIONS(2953), + [anon_sym_R_DQUOTE] = ACTIONS(2955), + [anon_sym_LR_DQUOTE] = ACTIONS(2955), + [anon_sym_uR_DQUOTE] = ACTIONS(2955), + [anon_sym_UR_DQUOTE] = ACTIONS(2955), + [anon_sym_u8R_DQUOTE] = ACTIONS(2955), + [anon_sym_co_await] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(2953), + [anon_sym_requires] = ACTIONS(2953), + [sym_this] = ACTIONS(2953), + }, + [626] = { + [sym_preproc_def] = STATE(626), + [sym_preproc_function_def] = STATE(626), + [sym_preproc_call] = STATE(626), + [sym_preproc_if_in_field_declaration_list] = STATE(626), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(626), + [sym_type_definition] = STATE(626), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5591), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(626), + [sym_field_declaration] = STATE(626), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(626), + [sym_operator_cast] = STATE(6726), + [sym_inline_method_definition] = STATE(626), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(626), + [sym_operator_cast_declaration] = STATE(626), + [sym_constructor_or_destructor_definition] = STATE(626), + [sym_constructor_or_destructor_declaration] = STATE(626), + [sym_friend_declaration] = STATE(626), + [sym_access_specifier] = STATE(8551), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(626), + [sym_alias_declaration] = STATE(626), + [sym_static_assert_declaration] = STATE(626), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(626), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3337), + [aux_sym_preproc_def_token1] = ACTIONS(3340), + [aux_sym_preproc_if_token1] = ACTIONS(3343), + [aux_sym_preproc_if_token2] = ACTIONS(3346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3348), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3348), + [aux_sym_preproc_else_token1] = ACTIONS(3346), + [aux_sym_preproc_elif_token1] = ACTIONS(3346), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3346), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3346), + [sym_preproc_directive] = ACTIONS(3351), + [anon_sym_LPAREN2] = ACTIONS(3354), + [anon_sym_TILDE] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3360), + [anon_sym_AMP_AMP] = ACTIONS(3363), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_SEMI] = ACTIONS(3369), + [anon_sym___extension__] = ACTIONS(3372), + [anon_sym_typedef] = ACTIONS(3375), + [anon_sym_virtual] = ACTIONS(3378), + [anon_sym_extern] = ACTIONS(3381), + [anon_sym___attribute__] = ACTIONS(3384), + [anon_sym___attribute] = ACTIONS(3384), + [anon_sym_COLON_COLON] = ACTIONS(3387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3390), + [anon_sym___declspec] = ACTIONS(3393), + [anon_sym___based] = ACTIONS(3396), + [anon_sym_signed] = ACTIONS(3399), + [anon_sym_unsigned] = ACTIONS(3399), + [anon_sym_long] = ACTIONS(3399), + [anon_sym_short] = ACTIONS(3399), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_static] = ACTIONS(3381), + [anon_sym_register] = ACTIONS(3381), + [anon_sym_inline] = ACTIONS(3381), + [anon_sym___inline] = ACTIONS(3381), + [anon_sym___inline__] = ACTIONS(3381), + [anon_sym___forceinline] = ACTIONS(3381), + [anon_sym_thread_local] = ACTIONS(3381), + [anon_sym___thread] = ACTIONS(3381), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3408), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym___restrict__] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym__Noreturn] = ACTIONS(3405), + [anon_sym_noreturn] = ACTIONS(3405), + [anon_sym__Nonnull] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constinit] = ACTIONS(3405), + [anon_sym_consteval] = ACTIONS(3405), + [anon_sym_PROGMEM] = ACTIONS(3405), + [anon_sym_alignas] = ACTIONS(3411), + [anon_sym__Alignas] = ACTIONS(3411), + [aux_sym_primitive_type_token1] = ACTIONS(3414), + [anon_sym_byte] = ACTIONS(3414), + [anon_sym_word] = ACTIONS(3414), + [anon_sym_enum] = ACTIONS(3417), + [anon_sym_class] = ACTIONS(3420), + [anon_sym_struct] = ACTIONS(3423), + [anon_sym_union] = ACTIONS(3426), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3429), + [anon_sym_decltype] = ACTIONS(3432), + [anon_sym_explicit] = ACTIONS(3435), + [anon_sym_typename] = ACTIONS(3438), + [anon_sym_template] = ACTIONS(3441), + [anon_sym_operator] = ACTIONS(3444), + [anon_sym_friend] = ACTIONS(3447), + [anon_sym_public] = ACTIONS(3450), + [anon_sym_private] = ACTIONS(3450), + [anon_sym_protected] = ACTIONS(3450), + [anon_sym_using] = ACTIONS(3453), + [anon_sym_static_assert] = ACTIONS(3456), + }, + [627] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [628] = { + [sym_identifier] = ACTIONS(3108), + [aux_sym_preproc_include_token1] = ACTIONS(3108), + [aux_sym_preproc_def_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token2] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3108), + [sym_preproc_directive] = ACTIONS(3108), + [anon_sym_LPAREN2] = ACTIONS(3110), + [anon_sym_BANG] = ACTIONS(3110), + [anon_sym_TILDE] = ACTIONS(3110), + [anon_sym_DASH] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3110), + [anon_sym_AMP_AMP] = ACTIONS(3110), + [anon_sym_AMP] = ACTIONS(3108), + [anon_sym_SEMI] = ACTIONS(3110), + [anon_sym___extension__] = ACTIONS(3108), + [anon_sym_typedef] = ACTIONS(3108), + [anon_sym_virtual] = ACTIONS(3108), + [anon_sym_extern] = ACTIONS(3108), + [anon_sym___attribute__] = ACTIONS(3108), + [anon_sym___attribute] = ACTIONS(3108), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3110), + [anon_sym___declspec] = ACTIONS(3108), + [anon_sym___based] = ACTIONS(3108), + [anon_sym___cdecl] = ACTIONS(3108), + [anon_sym___clrcall] = ACTIONS(3108), + [anon_sym___stdcall] = ACTIONS(3108), + [anon_sym___fastcall] = ACTIONS(3108), + [anon_sym___thiscall] = ACTIONS(3108), + [anon_sym___vectorcall] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3110), + [anon_sym_signed] = ACTIONS(3108), + [anon_sym_unsigned] = ACTIONS(3108), + [anon_sym_long] = ACTIONS(3108), + [anon_sym_short] = ACTIONS(3108), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_static] = ACTIONS(3108), + [anon_sym_register] = ACTIONS(3108), + [anon_sym_inline] = ACTIONS(3108), + [anon_sym___inline] = ACTIONS(3108), + [anon_sym___inline__] = ACTIONS(3108), + [anon_sym___forceinline] = ACTIONS(3108), + [anon_sym_thread_local] = ACTIONS(3108), + [anon_sym___thread] = ACTIONS(3108), + [anon_sym_const] = ACTIONS(3108), + [anon_sym_constexpr] = ACTIONS(3108), + [anon_sym_volatile] = ACTIONS(3108), + [anon_sym_restrict] = ACTIONS(3108), + [anon_sym___restrict__] = ACTIONS(3108), + [anon_sym__Atomic] = ACTIONS(3108), + [anon_sym__Noreturn] = ACTIONS(3108), + [anon_sym_noreturn] = ACTIONS(3108), + [anon_sym__Nonnull] = ACTIONS(3108), + [anon_sym_mutable] = ACTIONS(3108), + [anon_sym_constinit] = ACTIONS(3108), + [anon_sym_consteval] = ACTIONS(3108), + [anon_sym_PROGMEM] = ACTIONS(3108), + [anon_sym_alignas] = ACTIONS(3108), + [anon_sym__Alignas] = ACTIONS(3108), + [aux_sym_primitive_type_token1] = ACTIONS(3108), + [anon_sym_byte] = ACTIONS(3108), + [anon_sym_word] = ACTIONS(3108), + [anon_sym_enum] = ACTIONS(3108), + [anon_sym_class] = ACTIONS(3108), + [anon_sym_struct] = ACTIONS(3108), + [anon_sym_union] = ACTIONS(3108), + [anon_sym_if] = ACTIONS(3108), + [anon_sym_switch] = ACTIONS(3108), + [anon_sym_case] = ACTIONS(3108), + [anon_sym_default] = ACTIONS(3108), + [anon_sym_while] = ACTIONS(3108), + [anon_sym_do] = ACTIONS(3108), + [anon_sym_for] = ACTIONS(3108), + [anon_sym_return] = ACTIONS(3108), + [anon_sym_break] = ACTIONS(3108), + [anon_sym_continue] = ACTIONS(3108), + [anon_sym_goto] = ACTIONS(3108), + [anon_sym___try] = ACTIONS(3108), + [anon_sym___leave] = ACTIONS(3108), + [anon_sym_not] = ACTIONS(3108), + [anon_sym_compl] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3110), + [anon_sym_PLUS_PLUS] = ACTIONS(3110), + [anon_sym_sizeof] = ACTIONS(3108), + [anon_sym___alignof__] = ACTIONS(3108), + [anon_sym___alignof] = ACTIONS(3108), + [anon_sym__alignof] = ACTIONS(3108), + [anon_sym_alignof] = ACTIONS(3108), + [anon_sym__Alignof] = ACTIONS(3108), + [anon_sym_offsetof] = ACTIONS(3108), + [anon_sym__Generic] = ACTIONS(3108), + [anon_sym_asm] = ACTIONS(3108), + [anon_sym___asm__] = ACTIONS(3108), + [anon_sym___asm] = ACTIONS(3108), + [aux_sym_number_literal_token1] = ACTIONS(3110), + [aux_sym_number_literal_token2] = ACTIONS(3108), + [anon_sym_L_SQUOTE] = ACTIONS(3110), + [anon_sym_u_SQUOTE] = ACTIONS(3110), + [anon_sym_U_SQUOTE] = ACTIONS(3110), + [anon_sym_u8_SQUOTE] = ACTIONS(3110), + [anon_sym_SQUOTE] = ACTIONS(3110), + [anon_sym_L_DQUOTE] = ACTIONS(3110), + [anon_sym_u_DQUOTE] = ACTIONS(3110), + [anon_sym_U_DQUOTE] = ACTIONS(3110), + [anon_sym_u8_DQUOTE] = ACTIONS(3110), + [anon_sym_DQUOTE] = ACTIONS(3110), + [sym_true] = ACTIONS(3108), + [sym_false] = ACTIONS(3108), + [anon_sym_NULL] = ACTIONS(3108), + [anon_sym_nullptr] = ACTIONS(3108), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3108), + [anon_sym_decltype] = ACTIONS(3108), + [anon_sym_explicit] = ACTIONS(3108), + [anon_sym_typename] = ACTIONS(3108), + [anon_sym_template] = ACTIONS(3108), + [anon_sym_operator] = ACTIONS(3108), + [anon_sym_try] = ACTIONS(3108), + [anon_sym_delete] = ACTIONS(3108), + [anon_sym_throw] = ACTIONS(3108), + [anon_sym_namespace] = ACTIONS(3108), + [anon_sym_using] = ACTIONS(3108), + [anon_sym_static_assert] = ACTIONS(3108), + [anon_sym_concept] = ACTIONS(3108), + [anon_sym_co_return] = ACTIONS(3108), + [anon_sym_co_yield] = ACTIONS(3108), + [anon_sym_R_DQUOTE] = ACTIONS(3110), + [anon_sym_LR_DQUOTE] = ACTIONS(3110), + [anon_sym_uR_DQUOTE] = ACTIONS(3110), + [anon_sym_UR_DQUOTE] = ACTIONS(3110), + [anon_sym_u8R_DQUOTE] = ACTIONS(3110), + [anon_sym_co_await] = ACTIONS(3108), + [anon_sym_new] = ACTIONS(3108), + [anon_sym_requires] = ACTIONS(3108), + [sym_this] = ACTIONS(3108), + }, + [629] = { + [sym_identifier] = ACTIONS(3064), + [aux_sym_preproc_include_token1] = ACTIONS(3064), + [aux_sym_preproc_def_token1] = ACTIONS(3064), + [aux_sym_preproc_if_token1] = ACTIONS(3064), + [aux_sym_preproc_if_token2] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), + [sym_preproc_directive] = ACTIONS(3064), + [anon_sym_LPAREN2] = ACTIONS(3066), + [anon_sym_BANG] = ACTIONS(3066), + [anon_sym_TILDE] = ACTIONS(3066), + [anon_sym_DASH] = ACTIONS(3064), + [anon_sym_PLUS] = ACTIONS(3064), + [anon_sym_STAR] = ACTIONS(3066), + [anon_sym_AMP_AMP] = ACTIONS(3066), + [anon_sym_AMP] = ACTIONS(3064), + [anon_sym_SEMI] = ACTIONS(3066), + [anon_sym___extension__] = ACTIONS(3064), + [anon_sym_typedef] = ACTIONS(3064), + [anon_sym_virtual] = ACTIONS(3064), + [anon_sym_extern] = ACTIONS(3064), + [anon_sym___attribute__] = ACTIONS(3064), + [anon_sym___attribute] = ACTIONS(3064), + [anon_sym_COLON_COLON] = ACTIONS(3066), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), + [anon_sym___declspec] = ACTIONS(3064), + [anon_sym___based] = ACTIONS(3064), + [anon_sym___cdecl] = ACTIONS(3064), + [anon_sym___clrcall] = ACTIONS(3064), + [anon_sym___stdcall] = ACTIONS(3064), + [anon_sym___fastcall] = ACTIONS(3064), + [anon_sym___thiscall] = ACTIONS(3064), + [anon_sym___vectorcall] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3066), + [anon_sym_signed] = ACTIONS(3064), + [anon_sym_unsigned] = ACTIONS(3064), + [anon_sym_long] = ACTIONS(3064), + [anon_sym_short] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_static] = ACTIONS(3064), + [anon_sym_register] = ACTIONS(3064), + [anon_sym_inline] = ACTIONS(3064), + [anon_sym___inline] = ACTIONS(3064), + [anon_sym___inline__] = ACTIONS(3064), + [anon_sym___forceinline] = ACTIONS(3064), + [anon_sym_thread_local] = ACTIONS(3064), + [anon_sym___thread] = ACTIONS(3064), + [anon_sym_const] = ACTIONS(3064), + [anon_sym_constexpr] = ACTIONS(3064), + [anon_sym_volatile] = ACTIONS(3064), + [anon_sym_restrict] = ACTIONS(3064), + [anon_sym___restrict__] = ACTIONS(3064), + [anon_sym__Atomic] = ACTIONS(3064), + [anon_sym__Noreturn] = ACTIONS(3064), + [anon_sym_noreturn] = ACTIONS(3064), + [anon_sym__Nonnull] = ACTIONS(3064), + [anon_sym_mutable] = ACTIONS(3064), + [anon_sym_constinit] = ACTIONS(3064), + [anon_sym_consteval] = ACTIONS(3064), + [anon_sym_PROGMEM] = ACTIONS(3064), + [anon_sym_alignas] = ACTIONS(3064), + [anon_sym__Alignas] = ACTIONS(3064), + [aux_sym_primitive_type_token1] = ACTIONS(3064), + [anon_sym_byte] = ACTIONS(3064), + [anon_sym_word] = ACTIONS(3064), + [anon_sym_enum] = ACTIONS(3064), + [anon_sym_class] = ACTIONS(3064), + [anon_sym_struct] = ACTIONS(3064), + [anon_sym_union] = ACTIONS(3064), + [anon_sym_if] = ACTIONS(3064), + [anon_sym_switch] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3064), + [anon_sym_default] = ACTIONS(3064), + [anon_sym_while] = ACTIONS(3064), + [anon_sym_do] = ACTIONS(3064), + [anon_sym_for] = ACTIONS(3064), + [anon_sym_return] = ACTIONS(3064), + [anon_sym_break] = ACTIONS(3064), + [anon_sym_continue] = ACTIONS(3064), + [anon_sym_goto] = ACTIONS(3064), + [anon_sym___try] = ACTIONS(3064), + [anon_sym___leave] = ACTIONS(3064), + [anon_sym_not] = ACTIONS(3064), + [anon_sym_compl] = ACTIONS(3064), + [anon_sym_DASH_DASH] = ACTIONS(3066), + [anon_sym_PLUS_PLUS] = ACTIONS(3066), + [anon_sym_sizeof] = ACTIONS(3064), + [anon_sym___alignof__] = ACTIONS(3064), + [anon_sym___alignof] = ACTIONS(3064), + [anon_sym__alignof] = ACTIONS(3064), + [anon_sym_alignof] = ACTIONS(3064), + [anon_sym__Alignof] = ACTIONS(3064), + [anon_sym_offsetof] = ACTIONS(3064), + [anon_sym__Generic] = ACTIONS(3064), + [anon_sym_asm] = ACTIONS(3064), + [anon_sym___asm__] = ACTIONS(3064), + [anon_sym___asm] = ACTIONS(3064), + [aux_sym_number_literal_token1] = ACTIONS(3066), + [aux_sym_number_literal_token2] = ACTIONS(3064), + [anon_sym_L_SQUOTE] = ACTIONS(3066), + [anon_sym_u_SQUOTE] = ACTIONS(3066), + [anon_sym_U_SQUOTE] = ACTIONS(3066), + [anon_sym_u8_SQUOTE] = ACTIONS(3066), + [anon_sym_SQUOTE] = ACTIONS(3066), + [anon_sym_L_DQUOTE] = ACTIONS(3066), + [anon_sym_u_DQUOTE] = ACTIONS(3066), + [anon_sym_U_DQUOTE] = ACTIONS(3066), + [anon_sym_u8_DQUOTE] = ACTIONS(3066), + [anon_sym_DQUOTE] = ACTIONS(3066), + [sym_true] = ACTIONS(3064), + [sym_false] = ACTIONS(3064), + [anon_sym_NULL] = ACTIONS(3064), + [anon_sym_nullptr] = ACTIONS(3064), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3084), - [anon_sym_decltype] = ACTIONS(3084), - [anon_sym_explicit] = ACTIONS(3084), - [anon_sym_typename] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_try] = ACTIONS(3084), - [anon_sym_delete] = ACTIONS(3084), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_namespace] = ACTIONS(3084), - [anon_sym_using] = ACTIONS(3084), - [anon_sym_static_assert] = ACTIONS(3084), - [anon_sym_concept] = ACTIONS(3084), - [anon_sym_co_return] = ACTIONS(3084), - [anon_sym_co_yield] = ACTIONS(3084), - [anon_sym_R_DQUOTE] = ACTIONS(3086), - [anon_sym_LR_DQUOTE] = ACTIONS(3086), - [anon_sym_uR_DQUOTE] = ACTIONS(3086), - [anon_sym_UR_DQUOTE] = ACTIONS(3086), - [anon_sym_u8R_DQUOTE] = ACTIONS(3086), - [anon_sym_co_await] = ACTIONS(3084), - [anon_sym_new] = ACTIONS(3084), - [anon_sym_requires] = ACTIONS(3084), - [sym_this] = ACTIONS(3084), + [sym_auto] = ACTIONS(3064), + [anon_sym_decltype] = ACTIONS(3064), + [anon_sym_explicit] = ACTIONS(3064), + [anon_sym_typename] = ACTIONS(3064), + [anon_sym_template] = ACTIONS(3064), + [anon_sym_operator] = ACTIONS(3064), + [anon_sym_try] = ACTIONS(3064), + [anon_sym_delete] = ACTIONS(3064), + [anon_sym_throw] = ACTIONS(3064), + [anon_sym_namespace] = ACTIONS(3064), + [anon_sym_using] = ACTIONS(3064), + [anon_sym_static_assert] = ACTIONS(3064), + [anon_sym_concept] = ACTIONS(3064), + [anon_sym_co_return] = ACTIONS(3064), + [anon_sym_co_yield] = ACTIONS(3064), + [anon_sym_R_DQUOTE] = ACTIONS(3066), + [anon_sym_LR_DQUOTE] = ACTIONS(3066), + [anon_sym_uR_DQUOTE] = ACTIONS(3066), + [anon_sym_UR_DQUOTE] = ACTIONS(3066), + [anon_sym_u8R_DQUOTE] = ACTIONS(3066), + [anon_sym_co_await] = ACTIONS(3064), + [anon_sym_new] = ACTIONS(3064), + [anon_sym_requires] = ACTIONS(3064), + [sym_this] = ACTIONS(3064), }, - [641] = { + [630] = { + [ts_builtin_sym_end] = ACTIONS(3169), + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_include_token1] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [anon_sym_COMMA] = ACTIONS(3169), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_BANG] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym___cdecl] = ACTIONS(3167), + [anon_sym___clrcall] = ACTIONS(3167), + [anon_sym___stdcall] = ACTIONS(3167), + [anon_sym___fastcall] = ACTIONS(3167), + [anon_sym___thiscall] = ACTIONS(3167), + [anon_sym___vectorcall] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_switch] = ACTIONS(3167), + [anon_sym_case] = ACTIONS(3167), + [anon_sym_default] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3167), + [anon_sym_do] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym_not] = ACTIONS(3167), + [anon_sym_compl] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3169), + [anon_sym_PLUS_PLUS] = ACTIONS(3169), + [anon_sym_sizeof] = ACTIONS(3167), + [anon_sym___alignof__] = ACTIONS(3167), + [anon_sym___alignof] = ACTIONS(3167), + [anon_sym__alignof] = ACTIONS(3167), + [anon_sym_alignof] = ACTIONS(3167), + [anon_sym__Alignof] = ACTIONS(3167), + [anon_sym_offsetof] = ACTIONS(3167), + [anon_sym__Generic] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym___asm__] = ACTIONS(3167), + [anon_sym___asm] = ACTIONS(3167), + [aux_sym_number_literal_token1] = ACTIONS(3169), + [aux_sym_number_literal_token2] = ACTIONS(3167), + [anon_sym_L_SQUOTE] = ACTIONS(3169), + [anon_sym_u_SQUOTE] = ACTIONS(3169), + [anon_sym_U_SQUOTE] = ACTIONS(3169), + [anon_sym_u8_SQUOTE] = ACTIONS(3169), + [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_L_DQUOTE] = ACTIONS(3169), + [anon_sym_u_DQUOTE] = ACTIONS(3169), + [anon_sym_U_DQUOTE] = ACTIONS(3169), + [anon_sym_u8_DQUOTE] = ACTIONS(3169), + [anon_sym_DQUOTE] = ACTIONS(3169), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [anon_sym_NULL] = ACTIONS(3167), + [anon_sym_nullptr] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_try] = ACTIONS(3167), + [anon_sym_delete] = ACTIONS(3167), + [anon_sym_throw] = ACTIONS(3167), + [anon_sym_namespace] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + [anon_sym_concept] = ACTIONS(3167), + [anon_sym_co_return] = ACTIONS(3167), + [anon_sym_co_yield] = ACTIONS(3167), + [anon_sym_R_DQUOTE] = ACTIONS(3169), + [anon_sym_LR_DQUOTE] = ACTIONS(3169), + [anon_sym_uR_DQUOTE] = ACTIONS(3169), + [anon_sym_UR_DQUOTE] = ACTIONS(3169), + [anon_sym_u8R_DQUOTE] = ACTIONS(3169), + [anon_sym_co_await] = ACTIONS(3167), + [anon_sym_new] = ACTIONS(3167), + [anon_sym_requires] = ACTIONS(3167), + [sym_this] = ACTIONS(3167), + }, + [631] = { + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_include_token1] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_BANG] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_DASH] = ACTIONS(2966), + [anon_sym_PLUS] = ACTIONS(2966), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_SEMI] = ACTIONS(2968), + [anon_sym___extension__] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym___attribute] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym___cdecl] = ACTIONS(2966), + [anon_sym___clrcall] = ACTIONS(2966), + [anon_sym___stdcall] = ACTIONS(2966), + [anon_sym___fastcall] = ACTIONS(2966), + [anon_sym___thiscall] = ACTIONS(2966), + [anon_sym___vectorcall] = ACTIONS(2966), + [anon_sym_LBRACE] = ACTIONS(2968), + [anon_sym_RBRACE] = ACTIONS(2968), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym___inline] = ACTIONS(2966), + [anon_sym___inline__] = ACTIONS(2966), + [anon_sym___forceinline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym___thread] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym___restrict__] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym__Noreturn] = ACTIONS(2966), + [anon_sym_noreturn] = ACTIONS(2966), + [anon_sym__Nonnull] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constinit] = ACTIONS(2966), + [anon_sym_consteval] = ACTIONS(2966), + [anon_sym_PROGMEM] = ACTIONS(2966), + [anon_sym_alignas] = ACTIONS(2966), + [anon_sym__Alignas] = ACTIONS(2966), + [aux_sym_primitive_type_token1] = ACTIONS(2966), + [anon_sym_byte] = ACTIONS(2966), + [anon_sym_word] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [anon_sym_if] = ACTIONS(2966), + [anon_sym_switch] = ACTIONS(2966), + [anon_sym_case] = ACTIONS(2966), + [anon_sym_default] = ACTIONS(2966), + [anon_sym_while] = ACTIONS(2966), + [anon_sym_do] = ACTIONS(2966), + [anon_sym_for] = ACTIONS(2966), + [anon_sym_return] = ACTIONS(2966), + [anon_sym_break] = ACTIONS(2966), + [anon_sym_continue] = ACTIONS(2966), + [anon_sym_goto] = ACTIONS(2966), + [anon_sym___try] = ACTIONS(2966), + [anon_sym___leave] = ACTIONS(2966), + [anon_sym_not] = ACTIONS(2966), + [anon_sym_compl] = ACTIONS(2966), + [anon_sym_DASH_DASH] = ACTIONS(2968), + [anon_sym_PLUS_PLUS] = ACTIONS(2968), + [anon_sym_sizeof] = ACTIONS(2966), + [anon_sym___alignof__] = ACTIONS(2966), + [anon_sym___alignof] = ACTIONS(2966), + [anon_sym__alignof] = ACTIONS(2966), + [anon_sym_alignof] = ACTIONS(2966), + [anon_sym__Alignof] = ACTIONS(2966), + [anon_sym_offsetof] = ACTIONS(2966), + [anon_sym__Generic] = ACTIONS(2966), + [anon_sym_asm] = ACTIONS(2966), + [anon_sym___asm__] = ACTIONS(2966), + [anon_sym___asm] = ACTIONS(2966), + [aux_sym_number_literal_token1] = ACTIONS(2968), + [aux_sym_number_literal_token2] = ACTIONS(2966), + [anon_sym_L_SQUOTE] = ACTIONS(2968), + [anon_sym_u_SQUOTE] = ACTIONS(2968), + [anon_sym_U_SQUOTE] = ACTIONS(2968), + [anon_sym_u8_SQUOTE] = ACTIONS(2968), + [anon_sym_SQUOTE] = ACTIONS(2968), + [anon_sym_L_DQUOTE] = ACTIONS(2968), + [anon_sym_u_DQUOTE] = ACTIONS(2968), + [anon_sym_U_DQUOTE] = ACTIONS(2968), + [anon_sym_u8_DQUOTE] = ACTIONS(2968), + [anon_sym_DQUOTE] = ACTIONS(2968), + [sym_true] = ACTIONS(2966), + [sym_false] = ACTIONS(2966), + [anon_sym_NULL] = ACTIONS(2966), + [anon_sym_nullptr] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2966), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_try] = ACTIONS(2966), + [anon_sym_delete] = ACTIONS(2966), + [anon_sym_throw] = ACTIONS(2966), + [anon_sym_namespace] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_concept] = ACTIONS(2966), + [anon_sym_co_return] = ACTIONS(2966), + [anon_sym_co_yield] = ACTIONS(2966), + [anon_sym_R_DQUOTE] = ACTIONS(2968), + [anon_sym_LR_DQUOTE] = ACTIONS(2968), + [anon_sym_uR_DQUOTE] = ACTIONS(2968), + [anon_sym_UR_DQUOTE] = ACTIONS(2968), + [anon_sym_u8R_DQUOTE] = ACTIONS(2968), + [anon_sym_co_await] = ACTIONS(2966), + [anon_sym_new] = ACTIONS(2966), + [anon_sym_requires] = ACTIONS(2966), + [sym_this] = ACTIONS(2966), + }, + [632] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_include_token1] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_BANG] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_DASH] = ACTIONS(2970), + [anon_sym_PLUS] = ACTIONS(2970), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym___cdecl] = ACTIONS(2970), + [anon_sym___clrcall] = ACTIONS(2970), + [anon_sym___stdcall] = ACTIONS(2970), + [anon_sym___fastcall] = ACTIONS(2970), + [anon_sym___thiscall] = ACTIONS(2970), + [anon_sym___vectorcall] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2972), + [anon_sym_RBRACE] = ACTIONS(2972), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [anon_sym_if] = ACTIONS(2970), + [anon_sym_switch] = ACTIONS(2970), + [anon_sym_case] = ACTIONS(2970), + [anon_sym_default] = ACTIONS(2970), + [anon_sym_while] = ACTIONS(2970), + [anon_sym_do] = ACTIONS(2970), + [anon_sym_for] = ACTIONS(2970), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_break] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2970), + [anon_sym_goto] = ACTIONS(2970), + [anon_sym___try] = ACTIONS(2970), + [anon_sym___leave] = ACTIONS(2970), + [anon_sym_not] = ACTIONS(2970), + [anon_sym_compl] = ACTIONS(2970), + [anon_sym_DASH_DASH] = ACTIONS(2972), + [anon_sym_PLUS_PLUS] = ACTIONS(2972), + [anon_sym_sizeof] = ACTIONS(2970), + [anon_sym___alignof__] = ACTIONS(2970), + [anon_sym___alignof] = ACTIONS(2970), + [anon_sym__alignof] = ACTIONS(2970), + [anon_sym_alignof] = ACTIONS(2970), + [anon_sym__Alignof] = ACTIONS(2970), + [anon_sym_offsetof] = ACTIONS(2970), + [anon_sym__Generic] = ACTIONS(2970), + [anon_sym_asm] = ACTIONS(2970), + [anon_sym___asm__] = ACTIONS(2970), + [anon_sym___asm] = ACTIONS(2970), + [aux_sym_number_literal_token1] = ACTIONS(2972), + [aux_sym_number_literal_token2] = ACTIONS(2970), + [anon_sym_L_SQUOTE] = ACTIONS(2972), + [anon_sym_u_SQUOTE] = ACTIONS(2972), + [anon_sym_U_SQUOTE] = ACTIONS(2972), + [anon_sym_u8_SQUOTE] = ACTIONS(2972), + [anon_sym_SQUOTE] = ACTIONS(2972), + [anon_sym_L_DQUOTE] = ACTIONS(2972), + [anon_sym_u_DQUOTE] = ACTIONS(2972), + [anon_sym_U_DQUOTE] = ACTIONS(2972), + [anon_sym_u8_DQUOTE] = ACTIONS(2972), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym_true] = ACTIONS(2970), + [sym_false] = ACTIONS(2970), + [anon_sym_NULL] = ACTIONS(2970), + [anon_sym_nullptr] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_try] = ACTIONS(2970), + [anon_sym_delete] = ACTIONS(2970), + [anon_sym_throw] = ACTIONS(2970), + [anon_sym_namespace] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_concept] = ACTIONS(2970), + [anon_sym_co_return] = ACTIONS(2970), + [anon_sym_co_yield] = ACTIONS(2970), + [anon_sym_R_DQUOTE] = ACTIONS(2972), + [anon_sym_LR_DQUOTE] = ACTIONS(2972), + [anon_sym_uR_DQUOTE] = ACTIONS(2972), + [anon_sym_UR_DQUOTE] = ACTIONS(2972), + [anon_sym_u8R_DQUOTE] = ACTIONS(2972), + [anon_sym_co_await] = ACTIONS(2970), + [anon_sym_new] = ACTIONS(2970), + [anon_sym_requires] = ACTIONS(2970), + [sym_this] = ACTIONS(2970), + }, + [633] = { [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), [aux_sym_preproc_def_token1] = ACTIONS(2976), [aux_sym_preproc_if_token1] = ACTIONS(2976), - [aux_sym_preproc_if_token2] = ACTIONS(2976), [aux_sym_preproc_ifdef_token1] = ACTIONS(2976), [aux_sym_preproc_ifdef_token2] = ACTIONS(2976), [sym_preproc_directive] = ACTIONS(2976), @@ -136166,6 +135045,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(2976), [anon_sym___vectorcall] = ACTIONS(2976), [anon_sym_LBRACE] = ACTIONS(2978), + [anon_sym_RBRACE] = ACTIONS(2978), [anon_sym_signed] = ACTIONS(2976), [anon_sym_unsigned] = ACTIONS(2976), [anon_sym_long] = ACTIONS(2976), @@ -136271,291 +135151,712 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2976), [sym_this] = ACTIONS(2976), }, - [642] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym___try] = ACTIONS(2929), - [anon_sym___leave] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), + [634] = { + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_include_token1] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_BANG] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_DASH] = ACTIONS(2980), + [anon_sym_PLUS] = ACTIONS(2980), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym___cdecl] = ACTIONS(2980), + [anon_sym___clrcall] = ACTIONS(2980), + [anon_sym___stdcall] = ACTIONS(2980), + [anon_sym___fastcall] = ACTIONS(2980), + [anon_sym___thiscall] = ACTIONS(2980), + [anon_sym___vectorcall] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2982), + [anon_sym_RBRACE] = ACTIONS(2982), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [anon_sym_if] = ACTIONS(2980), + [anon_sym_switch] = ACTIONS(2980), + [anon_sym_case] = ACTIONS(2980), + [anon_sym_default] = ACTIONS(2980), + [anon_sym_while] = ACTIONS(2980), + [anon_sym_do] = ACTIONS(2980), + [anon_sym_for] = ACTIONS(2980), + [anon_sym_return] = ACTIONS(2980), + [anon_sym_break] = ACTIONS(2980), + [anon_sym_continue] = ACTIONS(2980), + [anon_sym_goto] = ACTIONS(2980), + [anon_sym___try] = ACTIONS(2980), + [anon_sym___leave] = ACTIONS(2980), + [anon_sym_not] = ACTIONS(2980), + [anon_sym_compl] = ACTIONS(2980), + [anon_sym_DASH_DASH] = ACTIONS(2982), + [anon_sym_PLUS_PLUS] = ACTIONS(2982), + [anon_sym_sizeof] = ACTIONS(2980), + [anon_sym___alignof__] = ACTIONS(2980), + [anon_sym___alignof] = ACTIONS(2980), + [anon_sym__alignof] = ACTIONS(2980), + [anon_sym_alignof] = ACTIONS(2980), + [anon_sym__Alignof] = ACTIONS(2980), + [anon_sym_offsetof] = ACTIONS(2980), + [anon_sym__Generic] = ACTIONS(2980), + [anon_sym_asm] = ACTIONS(2980), + [anon_sym___asm__] = ACTIONS(2980), + [anon_sym___asm] = ACTIONS(2980), + [aux_sym_number_literal_token1] = ACTIONS(2982), + [aux_sym_number_literal_token2] = ACTIONS(2980), + [anon_sym_L_SQUOTE] = ACTIONS(2982), + [anon_sym_u_SQUOTE] = ACTIONS(2982), + [anon_sym_U_SQUOTE] = ACTIONS(2982), + [anon_sym_u8_SQUOTE] = ACTIONS(2982), + [anon_sym_SQUOTE] = ACTIONS(2982), + [anon_sym_L_DQUOTE] = ACTIONS(2982), + [anon_sym_u_DQUOTE] = ACTIONS(2982), + [anon_sym_U_DQUOTE] = ACTIONS(2982), + [anon_sym_u8_DQUOTE] = ACTIONS(2982), + [anon_sym_DQUOTE] = ACTIONS(2982), + [sym_true] = ACTIONS(2980), + [sym_false] = ACTIONS(2980), + [anon_sym_NULL] = ACTIONS(2980), + [anon_sym_nullptr] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_try] = ACTIONS(2980), + [anon_sym_delete] = ACTIONS(2980), + [anon_sym_throw] = ACTIONS(2980), + [anon_sym_namespace] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + [anon_sym_concept] = ACTIONS(2980), + [anon_sym_co_return] = ACTIONS(2980), + [anon_sym_co_yield] = ACTIONS(2980), + [anon_sym_R_DQUOTE] = ACTIONS(2982), + [anon_sym_LR_DQUOTE] = ACTIONS(2982), + [anon_sym_uR_DQUOTE] = ACTIONS(2982), + [anon_sym_UR_DQUOTE] = ACTIONS(2982), + [anon_sym_u8R_DQUOTE] = ACTIONS(2982), + [anon_sym_co_await] = ACTIONS(2980), + [anon_sym_new] = ACTIONS(2980), + [anon_sym_requires] = ACTIONS(2980), + [sym_this] = ACTIONS(2980), }, - [643] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym___try] = ACTIONS(2929), - [anon_sym___leave] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), + [635] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [636] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym___try] = ACTIONS(2984), + [anon_sym___leave] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [637] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_include_token1] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token2] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_BANG] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym___cdecl] = ACTIONS(3167), + [anon_sym___clrcall] = ACTIONS(3167), + [anon_sym___stdcall] = ACTIONS(3167), + [anon_sym___fastcall] = ACTIONS(3167), + [anon_sym___thiscall] = ACTIONS(3167), + [anon_sym___vectorcall] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3169), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_switch] = ACTIONS(3167), + [anon_sym_case] = ACTIONS(3167), + [anon_sym_default] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3167), + [anon_sym_do] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym___try] = ACTIONS(3167), + [anon_sym___leave] = ACTIONS(3167), + [anon_sym_not] = ACTIONS(3167), + [anon_sym_compl] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3169), + [anon_sym_PLUS_PLUS] = ACTIONS(3169), + [anon_sym_sizeof] = ACTIONS(3167), + [anon_sym___alignof__] = ACTIONS(3167), + [anon_sym___alignof] = ACTIONS(3167), + [anon_sym__alignof] = ACTIONS(3167), + [anon_sym_alignof] = ACTIONS(3167), + [anon_sym__Alignof] = ACTIONS(3167), + [anon_sym_offsetof] = ACTIONS(3167), + [anon_sym__Generic] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym___asm__] = ACTIONS(3167), + [anon_sym___asm] = ACTIONS(3167), + [aux_sym_number_literal_token1] = ACTIONS(3169), + [aux_sym_number_literal_token2] = ACTIONS(3167), + [anon_sym_L_SQUOTE] = ACTIONS(3169), + [anon_sym_u_SQUOTE] = ACTIONS(3169), + [anon_sym_U_SQUOTE] = ACTIONS(3169), + [anon_sym_u8_SQUOTE] = ACTIONS(3169), + [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_L_DQUOTE] = ACTIONS(3169), + [anon_sym_u_DQUOTE] = ACTIONS(3169), + [anon_sym_U_DQUOTE] = ACTIONS(3169), + [anon_sym_u8_DQUOTE] = ACTIONS(3169), + [anon_sym_DQUOTE] = ACTIONS(3169), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [anon_sym_NULL] = ACTIONS(3167), + [anon_sym_nullptr] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_try] = ACTIONS(3167), + [anon_sym_delete] = ACTIONS(3167), + [anon_sym_throw] = ACTIONS(3167), + [anon_sym_namespace] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + [anon_sym_concept] = ACTIONS(3167), + [anon_sym_co_return] = ACTIONS(3167), + [anon_sym_co_yield] = ACTIONS(3167), + [anon_sym_R_DQUOTE] = ACTIONS(3169), + [anon_sym_LR_DQUOTE] = ACTIONS(3169), + [anon_sym_uR_DQUOTE] = ACTIONS(3169), + [anon_sym_UR_DQUOTE] = ACTIONS(3169), + [anon_sym_u8R_DQUOTE] = ACTIONS(3169), + [anon_sym_co_await] = ACTIONS(3167), + [anon_sym_new] = ACTIONS(3167), + [anon_sym_requires] = ACTIONS(3167), + [sym_this] = ACTIONS(3167), + }, + [638] = { + [sym_identifier] = ACTIONS(3211), + [aux_sym_preproc_include_token1] = ACTIONS(3211), + [aux_sym_preproc_def_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token2] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), + [sym_preproc_directive] = ACTIONS(3211), + [anon_sym_LPAREN2] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3211), + [anon_sym_PLUS] = ACTIONS(3211), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym___extension__] = ACTIONS(3211), + [anon_sym_typedef] = ACTIONS(3211), + [anon_sym_virtual] = ACTIONS(3211), + [anon_sym_extern] = ACTIONS(3211), + [anon_sym___attribute__] = ACTIONS(3211), + [anon_sym___attribute] = ACTIONS(3211), + [anon_sym_COLON_COLON] = ACTIONS(3213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), + [anon_sym___declspec] = ACTIONS(3211), + [anon_sym___based] = ACTIONS(3211), + [anon_sym___cdecl] = ACTIONS(3211), + [anon_sym___clrcall] = ACTIONS(3211), + [anon_sym___stdcall] = ACTIONS(3211), + [anon_sym___fastcall] = ACTIONS(3211), + [anon_sym___thiscall] = ACTIONS(3211), + [anon_sym___vectorcall] = ACTIONS(3211), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_signed] = ACTIONS(3211), + [anon_sym_unsigned] = ACTIONS(3211), + [anon_sym_long] = ACTIONS(3211), + [anon_sym_short] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_static] = ACTIONS(3211), + [anon_sym_register] = ACTIONS(3211), + [anon_sym_inline] = ACTIONS(3211), + [anon_sym___inline] = ACTIONS(3211), + [anon_sym___inline__] = ACTIONS(3211), + [anon_sym___forceinline] = ACTIONS(3211), + [anon_sym_thread_local] = ACTIONS(3211), + [anon_sym___thread] = ACTIONS(3211), + [anon_sym_const] = ACTIONS(3211), + [anon_sym_constexpr] = ACTIONS(3211), + [anon_sym_volatile] = ACTIONS(3211), + [anon_sym_restrict] = ACTIONS(3211), + [anon_sym___restrict__] = ACTIONS(3211), + [anon_sym__Atomic] = ACTIONS(3211), + [anon_sym__Noreturn] = ACTIONS(3211), + [anon_sym_noreturn] = ACTIONS(3211), + [anon_sym__Nonnull] = ACTIONS(3211), + [anon_sym_mutable] = ACTIONS(3211), + [anon_sym_constinit] = ACTIONS(3211), + [anon_sym_consteval] = ACTIONS(3211), + [anon_sym_PROGMEM] = ACTIONS(3211), + [anon_sym_alignas] = ACTIONS(3211), + [anon_sym__Alignas] = ACTIONS(3211), + [aux_sym_primitive_type_token1] = ACTIONS(3211), + [anon_sym_byte] = ACTIONS(3211), + [anon_sym_word] = ACTIONS(3211), + [anon_sym_enum] = ACTIONS(3211), + [anon_sym_class] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3211), + [anon_sym_union] = ACTIONS(3211), + [anon_sym_if] = ACTIONS(3211), + [anon_sym_switch] = ACTIONS(3211), + [anon_sym_case] = ACTIONS(3211), + [anon_sym_default] = ACTIONS(3211), + [anon_sym_while] = ACTIONS(3211), + [anon_sym_do] = ACTIONS(3211), + [anon_sym_for] = ACTIONS(3211), + [anon_sym_return] = ACTIONS(3211), + [anon_sym_break] = ACTIONS(3211), + [anon_sym_continue] = ACTIONS(3211), + [anon_sym_goto] = ACTIONS(3211), + [anon_sym___try] = ACTIONS(3211), + [anon_sym___leave] = ACTIONS(3211), + [anon_sym_not] = ACTIONS(3211), + [anon_sym_compl] = ACTIONS(3211), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_sizeof] = ACTIONS(3211), + [anon_sym___alignof__] = ACTIONS(3211), + [anon_sym___alignof] = ACTIONS(3211), + [anon_sym__alignof] = ACTIONS(3211), + [anon_sym_alignof] = ACTIONS(3211), + [anon_sym__Alignof] = ACTIONS(3211), + [anon_sym_offsetof] = ACTIONS(3211), + [anon_sym__Generic] = ACTIONS(3211), + [anon_sym_asm] = ACTIONS(3211), + [anon_sym___asm__] = ACTIONS(3211), + [anon_sym___asm] = ACTIONS(3211), + [aux_sym_number_literal_token1] = ACTIONS(3213), + [aux_sym_number_literal_token2] = ACTIONS(3211), + [anon_sym_L_SQUOTE] = ACTIONS(3213), + [anon_sym_u_SQUOTE] = ACTIONS(3213), + [anon_sym_U_SQUOTE] = ACTIONS(3213), + [anon_sym_u8_SQUOTE] = ACTIONS(3213), + [anon_sym_SQUOTE] = ACTIONS(3213), + [anon_sym_L_DQUOTE] = ACTIONS(3213), + [anon_sym_u_DQUOTE] = ACTIONS(3213), + [anon_sym_U_DQUOTE] = ACTIONS(3213), + [anon_sym_u8_DQUOTE] = ACTIONS(3213), + [anon_sym_DQUOTE] = ACTIONS(3213), + [sym_true] = ACTIONS(3211), + [sym_false] = ACTIONS(3211), + [anon_sym_NULL] = ACTIONS(3211), + [anon_sym_nullptr] = ACTIONS(3211), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), + [sym_auto] = ACTIONS(3211), + [anon_sym_decltype] = ACTIONS(3211), + [anon_sym_explicit] = ACTIONS(3211), + [anon_sym_typename] = ACTIONS(3211), + [anon_sym_template] = ACTIONS(3211), + [anon_sym_operator] = ACTIONS(3211), + [anon_sym_try] = ACTIONS(3211), + [anon_sym_delete] = ACTIONS(3211), + [anon_sym_throw] = ACTIONS(3211), + [anon_sym_namespace] = ACTIONS(3211), + [anon_sym_using] = ACTIONS(3211), + [anon_sym_static_assert] = ACTIONS(3211), + [anon_sym_concept] = ACTIONS(3211), + [anon_sym_co_return] = ACTIONS(3211), + [anon_sym_co_yield] = ACTIONS(3211), + [anon_sym_R_DQUOTE] = ACTIONS(3213), + [anon_sym_LR_DQUOTE] = ACTIONS(3213), + [anon_sym_uR_DQUOTE] = ACTIONS(3213), + [anon_sym_UR_DQUOTE] = ACTIONS(3213), + [anon_sym_u8R_DQUOTE] = ACTIONS(3213), + [anon_sym_co_await] = ACTIONS(3211), + [anon_sym_new] = ACTIONS(3211), + [anon_sym_requires] = ACTIONS(3211), + [sym_this] = ACTIONS(3211), }, - [644] = { + [639] = { [sym_identifier] = ACTIONS(3215), [aux_sym_preproc_include_token1] = ACTIONS(3215), [aux_sym_preproc_def_token1] = ACTIONS(3215), [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token2] = ACTIONS(3215), [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), [sym_preproc_directive] = ACTIONS(3215), @@ -136585,7 +135886,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(3215), [anon_sym___vectorcall] = ACTIONS(3215), [anon_sym_LBRACE] = ACTIONS(3217), - [anon_sym_RBRACE] = ACTIONS(3217), [anon_sym_signed] = ACTIONS(3215), [anon_sym_unsigned] = ACTIONS(3215), [anon_sym_long] = ACTIONS(3215), @@ -136691,2532 +135991,2111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3215), [sym_this] = ACTIONS(3215), }, + [640] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_RBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), + }, + [641] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_RBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym___try] = ACTIONS(2996), + [anon_sym___leave] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), + }, + [642] = { + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_include_token1] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_BANG] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_PLUS] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym___cdecl] = ACTIONS(3000), + [anon_sym___clrcall] = ACTIONS(3000), + [anon_sym___stdcall] = ACTIONS(3000), + [anon_sym___fastcall] = ACTIONS(3000), + [anon_sym___thiscall] = ACTIONS(3000), + [anon_sym___vectorcall] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3002), + [anon_sym_RBRACE] = ACTIONS(3002), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [anon_sym_if] = ACTIONS(3000), + [anon_sym_switch] = ACTIONS(3000), + [anon_sym_case] = ACTIONS(3000), + [anon_sym_default] = ACTIONS(3000), + [anon_sym_while] = ACTIONS(3000), + [anon_sym_do] = ACTIONS(3000), + [anon_sym_for] = ACTIONS(3000), + [anon_sym_return] = ACTIONS(3000), + [anon_sym_break] = ACTIONS(3000), + [anon_sym_continue] = ACTIONS(3000), + [anon_sym_goto] = ACTIONS(3000), + [anon_sym___try] = ACTIONS(3000), + [anon_sym___leave] = ACTIONS(3000), + [anon_sym_not] = ACTIONS(3000), + [anon_sym_compl] = ACTIONS(3000), + [anon_sym_DASH_DASH] = ACTIONS(3002), + [anon_sym_PLUS_PLUS] = ACTIONS(3002), + [anon_sym_sizeof] = ACTIONS(3000), + [anon_sym___alignof__] = ACTIONS(3000), + [anon_sym___alignof] = ACTIONS(3000), + [anon_sym__alignof] = ACTIONS(3000), + [anon_sym_alignof] = ACTIONS(3000), + [anon_sym__Alignof] = ACTIONS(3000), + [anon_sym_offsetof] = ACTIONS(3000), + [anon_sym__Generic] = ACTIONS(3000), + [anon_sym_asm] = ACTIONS(3000), + [anon_sym___asm__] = ACTIONS(3000), + [anon_sym___asm] = ACTIONS(3000), + [aux_sym_number_literal_token1] = ACTIONS(3002), + [aux_sym_number_literal_token2] = ACTIONS(3000), + [anon_sym_L_SQUOTE] = ACTIONS(3002), + [anon_sym_u_SQUOTE] = ACTIONS(3002), + [anon_sym_U_SQUOTE] = ACTIONS(3002), + [anon_sym_u8_SQUOTE] = ACTIONS(3002), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_L_DQUOTE] = ACTIONS(3002), + [anon_sym_u_DQUOTE] = ACTIONS(3002), + [anon_sym_U_DQUOTE] = ACTIONS(3002), + [anon_sym_u8_DQUOTE] = ACTIONS(3002), + [anon_sym_DQUOTE] = ACTIONS(3002), + [sym_true] = ACTIONS(3000), + [sym_false] = ACTIONS(3000), + [anon_sym_NULL] = ACTIONS(3000), + [anon_sym_nullptr] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_try] = ACTIONS(3000), + [anon_sym_delete] = ACTIONS(3000), + [anon_sym_throw] = ACTIONS(3000), + [anon_sym_namespace] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + [anon_sym_concept] = ACTIONS(3000), + [anon_sym_co_return] = ACTIONS(3000), + [anon_sym_co_yield] = ACTIONS(3000), + [anon_sym_R_DQUOTE] = ACTIONS(3002), + [anon_sym_LR_DQUOTE] = ACTIONS(3002), + [anon_sym_uR_DQUOTE] = ACTIONS(3002), + [anon_sym_UR_DQUOTE] = ACTIONS(3002), + [anon_sym_u8R_DQUOTE] = ACTIONS(3002), + [anon_sym_co_await] = ACTIONS(3000), + [anon_sym_new] = ACTIONS(3000), + [anon_sym_requires] = ACTIONS(3000), + [sym_this] = ACTIONS(3000), + }, + [643] = { + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_include_token1] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_BANG] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_DASH] = ACTIONS(3004), + [anon_sym_PLUS] = ACTIONS(3004), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym___cdecl] = ACTIONS(3004), + [anon_sym___clrcall] = ACTIONS(3004), + [anon_sym___stdcall] = ACTIONS(3004), + [anon_sym___fastcall] = ACTIONS(3004), + [anon_sym___thiscall] = ACTIONS(3004), + [anon_sym___vectorcall] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3006), + [anon_sym_RBRACE] = ACTIONS(3006), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [anon_sym_if] = ACTIONS(3004), + [anon_sym_switch] = ACTIONS(3004), + [anon_sym_case] = ACTIONS(3004), + [anon_sym_default] = ACTIONS(3004), + [anon_sym_while] = ACTIONS(3004), + [anon_sym_do] = ACTIONS(3004), + [anon_sym_for] = ACTIONS(3004), + [anon_sym_return] = ACTIONS(3004), + [anon_sym_break] = ACTIONS(3004), + [anon_sym_continue] = ACTIONS(3004), + [anon_sym_goto] = ACTIONS(3004), + [anon_sym___try] = ACTIONS(3004), + [anon_sym___leave] = ACTIONS(3004), + [anon_sym_not] = ACTIONS(3004), + [anon_sym_compl] = ACTIONS(3004), + [anon_sym_DASH_DASH] = ACTIONS(3006), + [anon_sym_PLUS_PLUS] = ACTIONS(3006), + [anon_sym_sizeof] = ACTIONS(3004), + [anon_sym___alignof__] = ACTIONS(3004), + [anon_sym___alignof] = ACTIONS(3004), + [anon_sym__alignof] = ACTIONS(3004), + [anon_sym_alignof] = ACTIONS(3004), + [anon_sym__Alignof] = ACTIONS(3004), + [anon_sym_offsetof] = ACTIONS(3004), + [anon_sym__Generic] = ACTIONS(3004), + [anon_sym_asm] = ACTIONS(3004), + [anon_sym___asm__] = ACTIONS(3004), + [anon_sym___asm] = ACTIONS(3004), + [aux_sym_number_literal_token1] = ACTIONS(3006), + [aux_sym_number_literal_token2] = ACTIONS(3004), + [anon_sym_L_SQUOTE] = ACTIONS(3006), + [anon_sym_u_SQUOTE] = ACTIONS(3006), + [anon_sym_U_SQUOTE] = ACTIONS(3006), + [anon_sym_u8_SQUOTE] = ACTIONS(3006), + [anon_sym_SQUOTE] = ACTIONS(3006), + [anon_sym_L_DQUOTE] = ACTIONS(3006), + [anon_sym_u_DQUOTE] = ACTIONS(3006), + [anon_sym_U_DQUOTE] = ACTIONS(3006), + [anon_sym_u8_DQUOTE] = ACTIONS(3006), + [anon_sym_DQUOTE] = ACTIONS(3006), + [sym_true] = ACTIONS(3004), + [sym_false] = ACTIONS(3004), + [anon_sym_NULL] = ACTIONS(3004), + [anon_sym_nullptr] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_try] = ACTIONS(3004), + [anon_sym_delete] = ACTIONS(3004), + [anon_sym_throw] = ACTIONS(3004), + [anon_sym_namespace] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + [anon_sym_concept] = ACTIONS(3004), + [anon_sym_co_return] = ACTIONS(3004), + [anon_sym_co_yield] = ACTIONS(3004), + [anon_sym_R_DQUOTE] = ACTIONS(3006), + [anon_sym_LR_DQUOTE] = ACTIONS(3006), + [anon_sym_uR_DQUOTE] = ACTIONS(3006), + [anon_sym_UR_DQUOTE] = ACTIONS(3006), + [anon_sym_u8R_DQUOTE] = ACTIONS(3006), + [anon_sym_co_await] = ACTIONS(3004), + [anon_sym_new] = ACTIONS(3004), + [anon_sym_requires] = ACTIONS(3004), + [sym_this] = ACTIONS(3004), + }, + [644] = { + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_include_token1] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_BANG] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_DASH] = ACTIONS(3008), + [anon_sym_PLUS] = ACTIONS(3008), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym___cdecl] = ACTIONS(3008), + [anon_sym___clrcall] = ACTIONS(3008), + [anon_sym___stdcall] = ACTIONS(3008), + [anon_sym___fastcall] = ACTIONS(3008), + [anon_sym___thiscall] = ACTIONS(3008), + [anon_sym___vectorcall] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3010), + [anon_sym_RBRACE] = ACTIONS(3010), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [anon_sym_if] = ACTIONS(3008), + [anon_sym_switch] = ACTIONS(3008), + [anon_sym_case] = ACTIONS(3008), + [anon_sym_default] = ACTIONS(3008), + [anon_sym_while] = ACTIONS(3008), + [anon_sym_do] = ACTIONS(3008), + [anon_sym_for] = ACTIONS(3008), + [anon_sym_return] = ACTIONS(3008), + [anon_sym_break] = ACTIONS(3008), + [anon_sym_continue] = ACTIONS(3008), + [anon_sym_goto] = ACTIONS(3008), + [anon_sym___try] = ACTIONS(3008), + [anon_sym___leave] = ACTIONS(3008), + [anon_sym_not] = ACTIONS(3008), + [anon_sym_compl] = ACTIONS(3008), + [anon_sym_DASH_DASH] = ACTIONS(3010), + [anon_sym_PLUS_PLUS] = ACTIONS(3010), + [anon_sym_sizeof] = ACTIONS(3008), + [anon_sym___alignof__] = ACTIONS(3008), + [anon_sym___alignof] = ACTIONS(3008), + [anon_sym__alignof] = ACTIONS(3008), + [anon_sym_alignof] = ACTIONS(3008), + [anon_sym__Alignof] = ACTIONS(3008), + [anon_sym_offsetof] = ACTIONS(3008), + [anon_sym__Generic] = ACTIONS(3008), + [anon_sym_asm] = ACTIONS(3008), + [anon_sym___asm__] = ACTIONS(3008), + [anon_sym___asm] = ACTIONS(3008), + [aux_sym_number_literal_token1] = ACTIONS(3010), + [aux_sym_number_literal_token2] = ACTIONS(3008), + [anon_sym_L_SQUOTE] = ACTIONS(3010), + [anon_sym_u_SQUOTE] = ACTIONS(3010), + [anon_sym_U_SQUOTE] = ACTIONS(3010), + [anon_sym_u8_SQUOTE] = ACTIONS(3010), + [anon_sym_SQUOTE] = ACTIONS(3010), + [anon_sym_L_DQUOTE] = ACTIONS(3010), + [anon_sym_u_DQUOTE] = ACTIONS(3010), + [anon_sym_U_DQUOTE] = ACTIONS(3010), + [anon_sym_u8_DQUOTE] = ACTIONS(3010), + [anon_sym_DQUOTE] = ACTIONS(3010), + [sym_true] = ACTIONS(3008), + [sym_false] = ACTIONS(3008), + [anon_sym_NULL] = ACTIONS(3008), + [anon_sym_nullptr] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_try] = ACTIONS(3008), + [anon_sym_delete] = ACTIONS(3008), + [anon_sym_throw] = ACTIONS(3008), + [anon_sym_namespace] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + [anon_sym_concept] = ACTIONS(3008), + [anon_sym_co_return] = ACTIONS(3008), + [anon_sym_co_yield] = ACTIONS(3008), + [anon_sym_R_DQUOTE] = ACTIONS(3010), + [anon_sym_LR_DQUOTE] = ACTIONS(3010), + [anon_sym_uR_DQUOTE] = ACTIONS(3010), + [anon_sym_UR_DQUOTE] = ACTIONS(3010), + [anon_sym_u8R_DQUOTE] = ACTIONS(3010), + [anon_sym_co_await] = ACTIONS(3008), + [anon_sym_new] = ACTIONS(3008), + [anon_sym_requires] = ACTIONS(3008), + [sym_this] = ACTIONS(3008), + }, [645] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_include_token1] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3205), - [anon_sym_PLUS] = ACTIONS(3205), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym___cdecl] = ACTIONS(3205), - [anon_sym___clrcall] = ACTIONS(3205), - [anon_sym___stdcall] = ACTIONS(3205), - [anon_sym___fastcall] = ACTIONS(3205), - [anon_sym___thiscall] = ACTIONS(3205), - [anon_sym___vectorcall] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_RBRACE] = ACTIONS(3207), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [anon_sym_if] = ACTIONS(3205), - [anon_sym_switch] = ACTIONS(3205), - [anon_sym_case] = ACTIONS(3205), - [anon_sym_default] = ACTIONS(3205), - [anon_sym_while] = ACTIONS(3205), - [anon_sym_do] = ACTIONS(3205), - [anon_sym_for] = ACTIONS(3205), - [anon_sym_return] = ACTIONS(3205), - [anon_sym_break] = ACTIONS(3205), - [anon_sym_continue] = ACTIONS(3205), - [anon_sym_goto] = ACTIONS(3205), - [anon_sym___try] = ACTIONS(3205), - [anon_sym___leave] = ACTIONS(3205), - [anon_sym_not] = ACTIONS(3205), - [anon_sym_compl] = ACTIONS(3205), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_sizeof] = ACTIONS(3205), - [anon_sym___alignof__] = ACTIONS(3205), - [anon_sym___alignof] = ACTIONS(3205), - [anon_sym__alignof] = ACTIONS(3205), - [anon_sym_alignof] = ACTIONS(3205), - [anon_sym__Alignof] = ACTIONS(3205), - [anon_sym_offsetof] = ACTIONS(3205), - [anon_sym__Generic] = ACTIONS(3205), - [anon_sym_asm] = ACTIONS(3205), - [anon_sym___asm__] = ACTIONS(3205), - [anon_sym___asm] = ACTIONS(3205), - [aux_sym_number_literal_token1] = ACTIONS(3207), - [aux_sym_number_literal_token2] = ACTIONS(3205), - [anon_sym_L_SQUOTE] = ACTIONS(3207), - [anon_sym_u_SQUOTE] = ACTIONS(3207), - [anon_sym_U_SQUOTE] = ACTIONS(3207), - [anon_sym_u8_SQUOTE] = ACTIONS(3207), - [anon_sym_SQUOTE] = ACTIONS(3207), - [anon_sym_L_DQUOTE] = ACTIONS(3207), - [anon_sym_u_DQUOTE] = ACTIONS(3207), - [anon_sym_U_DQUOTE] = ACTIONS(3207), - [anon_sym_u8_DQUOTE] = ACTIONS(3207), - [anon_sym_DQUOTE] = ACTIONS(3207), - [sym_true] = ACTIONS(3205), - [sym_false] = ACTIONS(3205), - [anon_sym_NULL] = ACTIONS(3205), - [anon_sym_nullptr] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_try] = ACTIONS(3205), - [anon_sym_delete] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_namespace] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), - [anon_sym_concept] = ACTIONS(3205), - [anon_sym_co_return] = ACTIONS(3205), - [anon_sym_co_yield] = ACTIONS(3205), - [anon_sym_R_DQUOTE] = ACTIONS(3207), - [anon_sym_LR_DQUOTE] = ACTIONS(3207), - [anon_sym_uR_DQUOTE] = ACTIONS(3207), - [anon_sym_UR_DQUOTE] = ACTIONS(3207), - [anon_sym_u8R_DQUOTE] = ACTIONS(3207), - [anon_sym_co_await] = ACTIONS(3205), - [anon_sym_new] = ACTIONS(3205), - [anon_sym_requires] = ACTIONS(3205), - [sym_this] = ACTIONS(3205), + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_include_token1] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_BANG] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_DASH] = ACTIONS(3016), + [anon_sym_PLUS] = ACTIONS(3016), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym___cdecl] = ACTIONS(3016), + [anon_sym___clrcall] = ACTIONS(3016), + [anon_sym___stdcall] = ACTIONS(3016), + [anon_sym___fastcall] = ACTIONS(3016), + [anon_sym___thiscall] = ACTIONS(3016), + [anon_sym___vectorcall] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3018), + [anon_sym_RBRACE] = ACTIONS(3018), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [anon_sym_if] = ACTIONS(3016), + [anon_sym_switch] = ACTIONS(3016), + [anon_sym_case] = ACTIONS(3016), + [anon_sym_default] = ACTIONS(3016), + [anon_sym_while] = ACTIONS(3016), + [anon_sym_do] = ACTIONS(3016), + [anon_sym_for] = ACTIONS(3016), + [anon_sym_return] = ACTIONS(3016), + [anon_sym_break] = ACTIONS(3016), + [anon_sym_continue] = ACTIONS(3016), + [anon_sym_goto] = ACTIONS(3016), + [anon_sym___try] = ACTIONS(3016), + [anon_sym___leave] = ACTIONS(3016), + [anon_sym_not] = ACTIONS(3016), + [anon_sym_compl] = ACTIONS(3016), + [anon_sym_DASH_DASH] = ACTIONS(3018), + [anon_sym_PLUS_PLUS] = ACTIONS(3018), + [anon_sym_sizeof] = ACTIONS(3016), + [anon_sym___alignof__] = ACTIONS(3016), + [anon_sym___alignof] = ACTIONS(3016), + [anon_sym__alignof] = ACTIONS(3016), + [anon_sym_alignof] = ACTIONS(3016), + [anon_sym__Alignof] = ACTIONS(3016), + [anon_sym_offsetof] = ACTIONS(3016), + [anon_sym__Generic] = ACTIONS(3016), + [anon_sym_asm] = ACTIONS(3016), + [anon_sym___asm__] = ACTIONS(3016), + [anon_sym___asm] = ACTIONS(3016), + [aux_sym_number_literal_token1] = ACTIONS(3018), + [aux_sym_number_literal_token2] = ACTIONS(3016), + [anon_sym_L_SQUOTE] = ACTIONS(3018), + [anon_sym_u_SQUOTE] = ACTIONS(3018), + [anon_sym_U_SQUOTE] = ACTIONS(3018), + [anon_sym_u8_SQUOTE] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3018), + [anon_sym_L_DQUOTE] = ACTIONS(3018), + [anon_sym_u_DQUOTE] = ACTIONS(3018), + [anon_sym_U_DQUOTE] = ACTIONS(3018), + [anon_sym_u8_DQUOTE] = ACTIONS(3018), + [anon_sym_DQUOTE] = ACTIONS(3018), + [sym_true] = ACTIONS(3016), + [sym_false] = ACTIONS(3016), + [anon_sym_NULL] = ACTIONS(3016), + [anon_sym_nullptr] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_try] = ACTIONS(3016), + [anon_sym_delete] = ACTIONS(3016), + [anon_sym_throw] = ACTIONS(3016), + [anon_sym_namespace] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + [anon_sym_concept] = ACTIONS(3016), + [anon_sym_co_return] = ACTIONS(3016), + [anon_sym_co_yield] = ACTIONS(3016), + [anon_sym_R_DQUOTE] = ACTIONS(3018), + [anon_sym_LR_DQUOTE] = ACTIONS(3018), + [anon_sym_uR_DQUOTE] = ACTIONS(3018), + [anon_sym_UR_DQUOTE] = ACTIONS(3018), + [anon_sym_u8R_DQUOTE] = ACTIONS(3018), + [anon_sym_co_await] = ACTIONS(3016), + [anon_sym_new] = ACTIONS(3016), + [anon_sym_requires] = ACTIONS(3016), + [sym_this] = ACTIONS(3016), }, [646] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_include_token1] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token2] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_BANG] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_DASH] = ACTIONS(3018), - [anon_sym_PLUS] = ACTIONS(3018), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym___cdecl] = ACTIONS(3018), - [anon_sym___clrcall] = ACTIONS(3018), - [anon_sym___stdcall] = ACTIONS(3018), - [anon_sym___fastcall] = ACTIONS(3018), - [anon_sym___thiscall] = ACTIONS(3018), - [anon_sym___vectorcall] = ACTIONS(3018), - [anon_sym_LBRACE] = ACTIONS(3020), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [anon_sym_if] = ACTIONS(3018), - [anon_sym_switch] = ACTIONS(3018), - [anon_sym_case] = ACTIONS(3018), - [anon_sym_default] = ACTIONS(3018), - [anon_sym_while] = ACTIONS(3018), - [anon_sym_do] = ACTIONS(3018), - [anon_sym_for] = ACTIONS(3018), - [anon_sym_return] = ACTIONS(3018), - [anon_sym_break] = ACTIONS(3018), - [anon_sym_continue] = ACTIONS(3018), - [anon_sym_goto] = ACTIONS(3018), - [anon_sym___try] = ACTIONS(3018), - [anon_sym___leave] = ACTIONS(3018), - [anon_sym_not] = ACTIONS(3018), - [anon_sym_compl] = ACTIONS(3018), - [anon_sym_DASH_DASH] = ACTIONS(3020), - [anon_sym_PLUS_PLUS] = ACTIONS(3020), - [anon_sym_sizeof] = ACTIONS(3018), - [anon_sym___alignof__] = ACTIONS(3018), - [anon_sym___alignof] = ACTIONS(3018), - [anon_sym__alignof] = ACTIONS(3018), - [anon_sym_alignof] = ACTIONS(3018), - [anon_sym__Alignof] = ACTIONS(3018), - [anon_sym_offsetof] = ACTIONS(3018), - [anon_sym__Generic] = ACTIONS(3018), - [anon_sym_asm] = ACTIONS(3018), - [anon_sym___asm__] = ACTIONS(3018), - [anon_sym___asm] = ACTIONS(3018), - [aux_sym_number_literal_token1] = ACTIONS(3020), - [aux_sym_number_literal_token2] = ACTIONS(3018), - [anon_sym_L_SQUOTE] = ACTIONS(3020), - [anon_sym_u_SQUOTE] = ACTIONS(3020), - [anon_sym_U_SQUOTE] = ACTIONS(3020), - [anon_sym_u8_SQUOTE] = ACTIONS(3020), - [anon_sym_SQUOTE] = ACTIONS(3020), - [anon_sym_L_DQUOTE] = ACTIONS(3020), - [anon_sym_u_DQUOTE] = ACTIONS(3020), - [anon_sym_U_DQUOTE] = ACTIONS(3020), - [anon_sym_u8_DQUOTE] = ACTIONS(3020), - [anon_sym_DQUOTE] = ACTIONS(3020), - [sym_true] = ACTIONS(3018), - [sym_false] = ACTIONS(3018), - [anon_sym_NULL] = ACTIONS(3018), - [anon_sym_nullptr] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_try] = ACTIONS(3018), - [anon_sym_delete] = ACTIONS(3018), - [anon_sym_throw] = ACTIONS(3018), - [anon_sym_namespace] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), - [anon_sym_concept] = ACTIONS(3018), - [anon_sym_co_return] = ACTIONS(3018), - [anon_sym_co_yield] = ACTIONS(3018), - [anon_sym_R_DQUOTE] = ACTIONS(3020), - [anon_sym_LR_DQUOTE] = ACTIONS(3020), - [anon_sym_uR_DQUOTE] = ACTIONS(3020), - [anon_sym_UR_DQUOTE] = ACTIONS(3020), - [anon_sym_u8R_DQUOTE] = ACTIONS(3020), - [anon_sym_co_await] = ACTIONS(3018), - [anon_sym_new] = ACTIONS(3018), - [anon_sym_requires] = ACTIONS(3018), - [sym_this] = ACTIONS(3018), + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_include_token1] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3020), + [anon_sym_PLUS] = ACTIONS(3020), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym___cdecl] = ACTIONS(3020), + [anon_sym___clrcall] = ACTIONS(3020), + [anon_sym___stdcall] = ACTIONS(3020), + [anon_sym___fastcall] = ACTIONS(3020), + [anon_sym___thiscall] = ACTIONS(3020), + [anon_sym___vectorcall] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3022), + [anon_sym_RBRACE] = ACTIONS(3022), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [anon_sym_if] = ACTIONS(3020), + [anon_sym_switch] = ACTIONS(3020), + [anon_sym_case] = ACTIONS(3020), + [anon_sym_default] = ACTIONS(3020), + [anon_sym_while] = ACTIONS(3020), + [anon_sym_do] = ACTIONS(3020), + [anon_sym_for] = ACTIONS(3020), + [anon_sym_return] = ACTIONS(3020), + [anon_sym_break] = ACTIONS(3020), + [anon_sym_continue] = ACTIONS(3020), + [anon_sym_goto] = ACTIONS(3020), + [anon_sym___try] = ACTIONS(3020), + [anon_sym___leave] = ACTIONS(3020), + [anon_sym_not] = ACTIONS(3020), + [anon_sym_compl] = ACTIONS(3020), + [anon_sym_DASH_DASH] = ACTIONS(3022), + [anon_sym_PLUS_PLUS] = ACTIONS(3022), + [anon_sym_sizeof] = ACTIONS(3020), + [anon_sym___alignof__] = ACTIONS(3020), + [anon_sym___alignof] = ACTIONS(3020), + [anon_sym__alignof] = ACTIONS(3020), + [anon_sym_alignof] = ACTIONS(3020), + [anon_sym__Alignof] = ACTIONS(3020), + [anon_sym_offsetof] = ACTIONS(3020), + [anon_sym__Generic] = ACTIONS(3020), + [anon_sym_asm] = ACTIONS(3020), + [anon_sym___asm__] = ACTIONS(3020), + [anon_sym___asm] = ACTIONS(3020), + [aux_sym_number_literal_token1] = ACTIONS(3022), + [aux_sym_number_literal_token2] = ACTIONS(3020), + [anon_sym_L_SQUOTE] = ACTIONS(3022), + [anon_sym_u_SQUOTE] = ACTIONS(3022), + [anon_sym_U_SQUOTE] = ACTIONS(3022), + [anon_sym_u8_SQUOTE] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_L_DQUOTE] = ACTIONS(3022), + [anon_sym_u_DQUOTE] = ACTIONS(3022), + [anon_sym_U_DQUOTE] = ACTIONS(3022), + [anon_sym_u8_DQUOTE] = ACTIONS(3022), + [anon_sym_DQUOTE] = ACTIONS(3022), + [sym_true] = ACTIONS(3020), + [sym_false] = ACTIONS(3020), + [anon_sym_NULL] = ACTIONS(3020), + [anon_sym_nullptr] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_try] = ACTIONS(3020), + [anon_sym_delete] = ACTIONS(3020), + [anon_sym_throw] = ACTIONS(3020), + [anon_sym_namespace] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + [anon_sym_concept] = ACTIONS(3020), + [anon_sym_co_return] = ACTIONS(3020), + [anon_sym_co_yield] = ACTIONS(3020), + [anon_sym_R_DQUOTE] = ACTIONS(3022), + [anon_sym_LR_DQUOTE] = ACTIONS(3022), + [anon_sym_uR_DQUOTE] = ACTIONS(3022), + [anon_sym_UR_DQUOTE] = ACTIONS(3022), + [anon_sym_u8R_DQUOTE] = ACTIONS(3022), + [anon_sym_co_await] = ACTIONS(3020), + [anon_sym_new] = ACTIONS(3020), + [anon_sym_requires] = ACTIONS(3020), + [sym_this] = ACTIONS(3020), }, [647] = { - [sym_identifier] = ACTIONS(2994), - [aux_sym_preproc_include_token1] = ACTIONS(2994), - [aux_sym_preproc_def_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token2] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2994), - [sym_preproc_directive] = ACTIONS(2994), - [anon_sym_LPAREN2] = ACTIONS(2996), - [anon_sym_BANG] = ACTIONS(2996), - [anon_sym_TILDE] = ACTIONS(2996), - [anon_sym_DASH] = ACTIONS(2994), - [anon_sym_PLUS] = ACTIONS(2994), - [anon_sym_STAR] = ACTIONS(2996), - [anon_sym_AMP_AMP] = ACTIONS(2996), - [anon_sym_AMP] = ACTIONS(2994), - [anon_sym_SEMI] = ACTIONS(2996), - [anon_sym___extension__] = ACTIONS(2994), - [anon_sym_typedef] = ACTIONS(2994), - [anon_sym_virtual] = ACTIONS(2994), - [anon_sym_extern] = ACTIONS(2994), - [anon_sym___attribute__] = ACTIONS(2994), - [anon_sym___attribute] = ACTIONS(2994), - [anon_sym_COLON_COLON] = ACTIONS(2996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2996), - [anon_sym___declspec] = ACTIONS(2994), - [anon_sym___based] = ACTIONS(2994), - [anon_sym___cdecl] = ACTIONS(2994), - [anon_sym___clrcall] = ACTIONS(2994), - [anon_sym___stdcall] = ACTIONS(2994), - [anon_sym___fastcall] = ACTIONS(2994), - [anon_sym___thiscall] = ACTIONS(2994), - [anon_sym___vectorcall] = ACTIONS(2994), - [anon_sym_LBRACE] = ACTIONS(2996), - [anon_sym_signed] = ACTIONS(2994), - [anon_sym_unsigned] = ACTIONS(2994), - [anon_sym_long] = ACTIONS(2994), - [anon_sym_short] = ACTIONS(2994), - [anon_sym_LBRACK] = ACTIONS(2994), - [anon_sym_static] = ACTIONS(2994), - [anon_sym_register] = ACTIONS(2994), - [anon_sym_inline] = ACTIONS(2994), - [anon_sym___inline] = ACTIONS(2994), - [anon_sym___inline__] = ACTIONS(2994), - [anon_sym___forceinline] = ACTIONS(2994), - [anon_sym_thread_local] = ACTIONS(2994), - [anon_sym___thread] = ACTIONS(2994), - [anon_sym_const] = ACTIONS(2994), - [anon_sym_constexpr] = ACTIONS(2994), - [anon_sym_volatile] = ACTIONS(2994), - [anon_sym_restrict] = ACTIONS(2994), - [anon_sym___restrict__] = ACTIONS(2994), - [anon_sym__Atomic] = ACTIONS(2994), - [anon_sym__Noreturn] = ACTIONS(2994), - [anon_sym_noreturn] = ACTIONS(2994), - [anon_sym__Nonnull] = ACTIONS(2994), - [anon_sym_mutable] = ACTIONS(2994), - [anon_sym_constinit] = ACTIONS(2994), - [anon_sym_consteval] = ACTIONS(2994), - [anon_sym_PROGMEM] = ACTIONS(2994), - [anon_sym_alignas] = ACTIONS(2994), - [anon_sym__Alignas] = ACTIONS(2994), - [aux_sym_primitive_type_token1] = ACTIONS(2994), - [anon_sym_byte] = ACTIONS(2994), - [anon_sym_word] = ACTIONS(2994), - [anon_sym_enum] = ACTIONS(2994), - [anon_sym_class] = ACTIONS(2994), - [anon_sym_struct] = ACTIONS(2994), - [anon_sym_union] = ACTIONS(2994), - [anon_sym_if] = ACTIONS(2994), - [anon_sym_switch] = ACTIONS(2994), - [anon_sym_case] = ACTIONS(2994), - [anon_sym_default] = ACTIONS(2994), - [anon_sym_while] = ACTIONS(2994), - [anon_sym_do] = ACTIONS(2994), - [anon_sym_for] = ACTIONS(2994), - [anon_sym_return] = ACTIONS(2994), - [anon_sym_break] = ACTIONS(2994), - [anon_sym_continue] = ACTIONS(2994), - [anon_sym_goto] = ACTIONS(2994), - [anon_sym___try] = ACTIONS(2994), - [anon_sym___leave] = ACTIONS(2994), - [anon_sym_not] = ACTIONS(2994), - [anon_sym_compl] = ACTIONS(2994), - [anon_sym_DASH_DASH] = ACTIONS(2996), - [anon_sym_PLUS_PLUS] = ACTIONS(2996), - [anon_sym_sizeof] = ACTIONS(2994), - [anon_sym___alignof__] = ACTIONS(2994), - [anon_sym___alignof] = ACTIONS(2994), - [anon_sym__alignof] = ACTIONS(2994), - [anon_sym_alignof] = ACTIONS(2994), - [anon_sym__Alignof] = ACTIONS(2994), - [anon_sym_offsetof] = ACTIONS(2994), - [anon_sym__Generic] = ACTIONS(2994), - [anon_sym_asm] = ACTIONS(2994), - [anon_sym___asm__] = ACTIONS(2994), - [anon_sym___asm] = ACTIONS(2994), - [aux_sym_number_literal_token1] = ACTIONS(2996), - [aux_sym_number_literal_token2] = ACTIONS(2994), - [anon_sym_L_SQUOTE] = ACTIONS(2996), - [anon_sym_u_SQUOTE] = ACTIONS(2996), - [anon_sym_U_SQUOTE] = ACTIONS(2996), - [anon_sym_u8_SQUOTE] = ACTIONS(2996), - [anon_sym_SQUOTE] = ACTIONS(2996), - [anon_sym_L_DQUOTE] = ACTIONS(2996), - [anon_sym_u_DQUOTE] = ACTIONS(2996), - [anon_sym_U_DQUOTE] = ACTIONS(2996), - [anon_sym_u8_DQUOTE] = ACTIONS(2996), - [anon_sym_DQUOTE] = ACTIONS(2996), - [sym_true] = ACTIONS(2994), - [sym_false] = ACTIONS(2994), - [anon_sym_NULL] = ACTIONS(2994), - [anon_sym_nullptr] = ACTIONS(2994), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2994), - [anon_sym_decltype] = ACTIONS(2994), - [anon_sym_explicit] = ACTIONS(2994), - [anon_sym_typename] = ACTIONS(2994), - [anon_sym_template] = ACTIONS(2994), - [anon_sym_operator] = ACTIONS(2994), - [anon_sym_try] = ACTIONS(2994), - [anon_sym_delete] = ACTIONS(2994), - [anon_sym_throw] = ACTIONS(2994), - [anon_sym_namespace] = ACTIONS(2994), - [anon_sym_using] = ACTIONS(2994), - [anon_sym_static_assert] = ACTIONS(2994), - [anon_sym_concept] = ACTIONS(2994), - [anon_sym_co_return] = ACTIONS(2994), - [anon_sym_co_yield] = ACTIONS(2994), - [anon_sym_R_DQUOTE] = ACTIONS(2996), - [anon_sym_LR_DQUOTE] = ACTIONS(2996), - [anon_sym_uR_DQUOTE] = ACTIONS(2996), - [anon_sym_UR_DQUOTE] = ACTIONS(2996), - [anon_sym_u8R_DQUOTE] = ACTIONS(2996), - [anon_sym_co_await] = ACTIONS(2994), - [anon_sym_new] = ACTIONS(2994), - [anon_sym_requires] = ACTIONS(2994), - [sym_this] = ACTIONS(2994), + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_include_token1] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_BANG] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_DASH] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3024), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym___cdecl] = ACTIONS(3024), + [anon_sym___clrcall] = ACTIONS(3024), + [anon_sym___stdcall] = ACTIONS(3024), + [anon_sym___fastcall] = ACTIONS(3024), + [anon_sym___thiscall] = ACTIONS(3024), + [anon_sym___vectorcall] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3026), + [anon_sym_RBRACE] = ACTIONS(3026), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [anon_sym_if] = ACTIONS(3024), + [anon_sym_switch] = ACTIONS(3024), + [anon_sym_case] = ACTIONS(3024), + [anon_sym_default] = ACTIONS(3024), + [anon_sym_while] = ACTIONS(3024), + [anon_sym_do] = ACTIONS(3024), + [anon_sym_for] = ACTIONS(3024), + [anon_sym_return] = ACTIONS(3024), + [anon_sym_break] = ACTIONS(3024), + [anon_sym_continue] = ACTIONS(3024), + [anon_sym_goto] = ACTIONS(3024), + [anon_sym___try] = ACTIONS(3024), + [anon_sym___leave] = ACTIONS(3024), + [anon_sym_not] = ACTIONS(3024), + [anon_sym_compl] = ACTIONS(3024), + [anon_sym_DASH_DASH] = ACTIONS(3026), + [anon_sym_PLUS_PLUS] = ACTIONS(3026), + [anon_sym_sizeof] = ACTIONS(3024), + [anon_sym___alignof__] = ACTIONS(3024), + [anon_sym___alignof] = ACTIONS(3024), + [anon_sym__alignof] = ACTIONS(3024), + [anon_sym_alignof] = ACTIONS(3024), + [anon_sym__Alignof] = ACTIONS(3024), + [anon_sym_offsetof] = ACTIONS(3024), + [anon_sym__Generic] = ACTIONS(3024), + [anon_sym_asm] = ACTIONS(3024), + [anon_sym___asm__] = ACTIONS(3024), + [anon_sym___asm] = ACTIONS(3024), + [aux_sym_number_literal_token1] = ACTIONS(3026), + [aux_sym_number_literal_token2] = ACTIONS(3024), + [anon_sym_L_SQUOTE] = ACTIONS(3026), + [anon_sym_u_SQUOTE] = ACTIONS(3026), + [anon_sym_U_SQUOTE] = ACTIONS(3026), + [anon_sym_u8_SQUOTE] = ACTIONS(3026), + [anon_sym_SQUOTE] = ACTIONS(3026), + [anon_sym_L_DQUOTE] = ACTIONS(3026), + [anon_sym_u_DQUOTE] = ACTIONS(3026), + [anon_sym_U_DQUOTE] = ACTIONS(3026), + [anon_sym_u8_DQUOTE] = ACTIONS(3026), + [anon_sym_DQUOTE] = ACTIONS(3026), + [sym_true] = ACTIONS(3024), + [sym_false] = ACTIONS(3024), + [anon_sym_NULL] = ACTIONS(3024), + [anon_sym_nullptr] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_try] = ACTIONS(3024), + [anon_sym_delete] = ACTIONS(3024), + [anon_sym_throw] = ACTIONS(3024), + [anon_sym_namespace] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + [anon_sym_concept] = ACTIONS(3024), + [anon_sym_co_return] = ACTIONS(3024), + [anon_sym_co_yield] = ACTIONS(3024), + [anon_sym_R_DQUOTE] = ACTIONS(3026), + [anon_sym_LR_DQUOTE] = ACTIONS(3026), + [anon_sym_uR_DQUOTE] = ACTIONS(3026), + [anon_sym_UR_DQUOTE] = ACTIONS(3026), + [anon_sym_u8R_DQUOTE] = ACTIONS(3026), + [anon_sym_co_await] = ACTIONS(3024), + [anon_sym_new] = ACTIONS(3024), + [anon_sym_requires] = ACTIONS(3024), + [sym_this] = ACTIONS(3024), }, [648] = { - [sym_identifier] = ACTIONS(2990), - [aux_sym_preproc_include_token1] = ACTIONS(2990), - [aux_sym_preproc_def_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token2] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2990), - [sym_preproc_directive] = ACTIONS(2990), - [anon_sym_LPAREN2] = ACTIONS(2992), - [anon_sym_BANG] = ACTIONS(2992), - [anon_sym_TILDE] = ACTIONS(2992), - [anon_sym_DASH] = ACTIONS(2990), - [anon_sym_PLUS] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2990), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym___extension__] = ACTIONS(2990), - [anon_sym_typedef] = ACTIONS(2990), - [anon_sym_virtual] = ACTIONS(2990), - [anon_sym_extern] = ACTIONS(2990), - [anon_sym___attribute__] = ACTIONS(2990), - [anon_sym___attribute] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2992), - [anon_sym___declspec] = ACTIONS(2990), - [anon_sym___based] = ACTIONS(2990), - [anon_sym___cdecl] = ACTIONS(2990), - [anon_sym___clrcall] = ACTIONS(2990), - [anon_sym___stdcall] = ACTIONS(2990), - [anon_sym___fastcall] = ACTIONS(2990), - [anon_sym___thiscall] = ACTIONS(2990), - [anon_sym___vectorcall] = ACTIONS(2990), - [anon_sym_LBRACE] = ACTIONS(2992), - [anon_sym_signed] = ACTIONS(2990), - [anon_sym_unsigned] = ACTIONS(2990), - [anon_sym_long] = ACTIONS(2990), - [anon_sym_short] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(2990), - [anon_sym_register] = ACTIONS(2990), - [anon_sym_inline] = ACTIONS(2990), - [anon_sym___inline] = ACTIONS(2990), - [anon_sym___inline__] = ACTIONS(2990), - [anon_sym___forceinline] = ACTIONS(2990), - [anon_sym_thread_local] = ACTIONS(2990), - [anon_sym___thread] = ACTIONS(2990), - [anon_sym_const] = ACTIONS(2990), - [anon_sym_constexpr] = ACTIONS(2990), - [anon_sym_volatile] = ACTIONS(2990), - [anon_sym_restrict] = ACTIONS(2990), - [anon_sym___restrict__] = ACTIONS(2990), - [anon_sym__Atomic] = ACTIONS(2990), - [anon_sym__Noreturn] = ACTIONS(2990), - [anon_sym_noreturn] = ACTIONS(2990), - [anon_sym__Nonnull] = ACTIONS(2990), - [anon_sym_mutable] = ACTIONS(2990), - [anon_sym_constinit] = ACTIONS(2990), - [anon_sym_consteval] = ACTIONS(2990), - [anon_sym_PROGMEM] = ACTIONS(2990), - [anon_sym_alignas] = ACTIONS(2990), - [anon_sym__Alignas] = ACTIONS(2990), - [aux_sym_primitive_type_token1] = ACTIONS(2990), - [anon_sym_byte] = ACTIONS(2990), - [anon_sym_word] = ACTIONS(2990), - [anon_sym_enum] = ACTIONS(2990), - [anon_sym_class] = ACTIONS(2990), - [anon_sym_struct] = ACTIONS(2990), - [anon_sym_union] = ACTIONS(2990), - [anon_sym_if] = ACTIONS(2990), - [anon_sym_switch] = ACTIONS(2990), - [anon_sym_case] = ACTIONS(2990), - [anon_sym_default] = ACTIONS(2990), - [anon_sym_while] = ACTIONS(2990), - [anon_sym_do] = ACTIONS(2990), - [anon_sym_for] = ACTIONS(2990), - [anon_sym_return] = ACTIONS(2990), - [anon_sym_break] = ACTIONS(2990), - [anon_sym_continue] = ACTIONS(2990), - [anon_sym_goto] = ACTIONS(2990), - [anon_sym___try] = ACTIONS(2990), - [anon_sym___leave] = ACTIONS(2990), - [anon_sym_not] = ACTIONS(2990), - [anon_sym_compl] = ACTIONS(2990), - [anon_sym_DASH_DASH] = ACTIONS(2992), - [anon_sym_PLUS_PLUS] = ACTIONS(2992), - [anon_sym_sizeof] = ACTIONS(2990), - [anon_sym___alignof__] = ACTIONS(2990), - [anon_sym___alignof] = ACTIONS(2990), - [anon_sym__alignof] = ACTIONS(2990), - [anon_sym_alignof] = ACTIONS(2990), - [anon_sym__Alignof] = ACTIONS(2990), - [anon_sym_offsetof] = ACTIONS(2990), - [anon_sym__Generic] = ACTIONS(2990), - [anon_sym_asm] = ACTIONS(2990), - [anon_sym___asm__] = ACTIONS(2990), - [anon_sym___asm] = ACTIONS(2990), - [aux_sym_number_literal_token1] = ACTIONS(2992), - [aux_sym_number_literal_token2] = ACTIONS(2990), - [anon_sym_L_SQUOTE] = ACTIONS(2992), - [anon_sym_u_SQUOTE] = ACTIONS(2992), - [anon_sym_U_SQUOTE] = ACTIONS(2992), - [anon_sym_u8_SQUOTE] = ACTIONS(2992), - [anon_sym_SQUOTE] = ACTIONS(2992), - [anon_sym_L_DQUOTE] = ACTIONS(2992), - [anon_sym_u_DQUOTE] = ACTIONS(2992), - [anon_sym_U_DQUOTE] = ACTIONS(2992), - [anon_sym_u8_DQUOTE] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_true] = ACTIONS(2990), - [sym_false] = ACTIONS(2990), - [anon_sym_NULL] = ACTIONS(2990), - [anon_sym_nullptr] = ACTIONS(2990), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2990), - [anon_sym_decltype] = ACTIONS(2990), - [anon_sym_explicit] = ACTIONS(2990), - [anon_sym_typename] = ACTIONS(2990), - [anon_sym_template] = ACTIONS(2990), - [anon_sym_operator] = ACTIONS(2990), - [anon_sym_try] = ACTIONS(2990), - [anon_sym_delete] = ACTIONS(2990), - [anon_sym_throw] = ACTIONS(2990), - [anon_sym_namespace] = ACTIONS(2990), - [anon_sym_using] = ACTIONS(2990), - [anon_sym_static_assert] = ACTIONS(2990), - [anon_sym_concept] = ACTIONS(2990), - [anon_sym_co_return] = ACTIONS(2990), - [anon_sym_co_yield] = ACTIONS(2990), - [anon_sym_R_DQUOTE] = ACTIONS(2992), - [anon_sym_LR_DQUOTE] = ACTIONS(2992), - [anon_sym_uR_DQUOTE] = ACTIONS(2992), - [anon_sym_UR_DQUOTE] = ACTIONS(2992), - [anon_sym_u8R_DQUOTE] = ACTIONS(2992), - [anon_sym_co_await] = ACTIONS(2990), - [anon_sym_new] = ACTIONS(2990), - [anon_sym_requires] = ACTIONS(2990), - [sym_this] = ACTIONS(2990), + [sym_identifier] = ACTIONS(3028), + [aux_sym_preproc_include_token1] = ACTIONS(3028), + [aux_sym_preproc_def_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), + [sym_preproc_directive] = ACTIONS(3028), + [anon_sym_LPAREN2] = ACTIONS(3030), + [anon_sym_BANG] = ACTIONS(3030), + [anon_sym_TILDE] = ACTIONS(3030), + [anon_sym_DASH] = ACTIONS(3028), + [anon_sym_PLUS] = ACTIONS(3028), + [anon_sym_STAR] = ACTIONS(3030), + [anon_sym_AMP_AMP] = ACTIONS(3030), + [anon_sym_AMP] = ACTIONS(3028), + [anon_sym_SEMI] = ACTIONS(3030), + [anon_sym___extension__] = ACTIONS(3028), + [anon_sym_typedef] = ACTIONS(3028), + [anon_sym_virtual] = ACTIONS(3028), + [anon_sym_extern] = ACTIONS(3028), + [anon_sym___attribute__] = ACTIONS(3028), + [anon_sym___attribute] = ACTIONS(3028), + [anon_sym_COLON_COLON] = ACTIONS(3030), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), + [anon_sym___declspec] = ACTIONS(3028), + [anon_sym___based] = ACTIONS(3028), + [anon_sym___cdecl] = ACTIONS(3028), + [anon_sym___clrcall] = ACTIONS(3028), + [anon_sym___stdcall] = ACTIONS(3028), + [anon_sym___fastcall] = ACTIONS(3028), + [anon_sym___thiscall] = ACTIONS(3028), + [anon_sym___vectorcall] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3030), + [anon_sym_RBRACE] = ACTIONS(3030), + [anon_sym_signed] = ACTIONS(3028), + [anon_sym_unsigned] = ACTIONS(3028), + [anon_sym_long] = ACTIONS(3028), + [anon_sym_short] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_static] = ACTIONS(3028), + [anon_sym_register] = ACTIONS(3028), + [anon_sym_inline] = ACTIONS(3028), + [anon_sym___inline] = ACTIONS(3028), + [anon_sym___inline__] = ACTIONS(3028), + [anon_sym___forceinline] = ACTIONS(3028), + [anon_sym_thread_local] = ACTIONS(3028), + [anon_sym___thread] = ACTIONS(3028), + [anon_sym_const] = ACTIONS(3028), + [anon_sym_constexpr] = ACTIONS(3028), + [anon_sym_volatile] = ACTIONS(3028), + [anon_sym_restrict] = ACTIONS(3028), + [anon_sym___restrict__] = ACTIONS(3028), + [anon_sym__Atomic] = ACTIONS(3028), + [anon_sym__Noreturn] = ACTIONS(3028), + [anon_sym_noreturn] = ACTIONS(3028), + [anon_sym__Nonnull] = ACTIONS(3028), + [anon_sym_mutable] = ACTIONS(3028), + [anon_sym_constinit] = ACTIONS(3028), + [anon_sym_consteval] = ACTIONS(3028), + [anon_sym_PROGMEM] = ACTIONS(3028), + [anon_sym_alignas] = ACTIONS(3028), + [anon_sym__Alignas] = ACTIONS(3028), + [aux_sym_primitive_type_token1] = ACTIONS(3028), + [anon_sym_byte] = ACTIONS(3028), + [anon_sym_word] = ACTIONS(3028), + [anon_sym_enum] = ACTIONS(3028), + [anon_sym_class] = ACTIONS(3028), + [anon_sym_struct] = ACTIONS(3028), + [anon_sym_union] = ACTIONS(3028), + [anon_sym_if] = ACTIONS(3028), + [anon_sym_switch] = ACTIONS(3028), + [anon_sym_case] = ACTIONS(3028), + [anon_sym_default] = ACTIONS(3028), + [anon_sym_while] = ACTIONS(3028), + [anon_sym_do] = ACTIONS(3028), + [anon_sym_for] = ACTIONS(3028), + [anon_sym_return] = ACTIONS(3028), + [anon_sym_break] = ACTIONS(3028), + [anon_sym_continue] = ACTIONS(3028), + [anon_sym_goto] = ACTIONS(3028), + [anon_sym___try] = ACTIONS(3028), + [anon_sym___leave] = ACTIONS(3028), + [anon_sym_not] = ACTIONS(3028), + [anon_sym_compl] = ACTIONS(3028), + [anon_sym_DASH_DASH] = ACTIONS(3030), + [anon_sym_PLUS_PLUS] = ACTIONS(3030), + [anon_sym_sizeof] = ACTIONS(3028), + [anon_sym___alignof__] = ACTIONS(3028), + [anon_sym___alignof] = ACTIONS(3028), + [anon_sym__alignof] = ACTIONS(3028), + [anon_sym_alignof] = ACTIONS(3028), + [anon_sym__Alignof] = ACTIONS(3028), + [anon_sym_offsetof] = ACTIONS(3028), + [anon_sym__Generic] = ACTIONS(3028), + [anon_sym_asm] = ACTIONS(3028), + [anon_sym___asm__] = ACTIONS(3028), + [anon_sym___asm] = ACTIONS(3028), + [aux_sym_number_literal_token1] = ACTIONS(3030), + [aux_sym_number_literal_token2] = ACTIONS(3028), + [anon_sym_L_SQUOTE] = ACTIONS(3030), + [anon_sym_u_SQUOTE] = ACTIONS(3030), + [anon_sym_U_SQUOTE] = ACTIONS(3030), + [anon_sym_u8_SQUOTE] = ACTIONS(3030), + [anon_sym_SQUOTE] = ACTIONS(3030), + [anon_sym_L_DQUOTE] = ACTIONS(3030), + [anon_sym_u_DQUOTE] = ACTIONS(3030), + [anon_sym_U_DQUOTE] = ACTIONS(3030), + [anon_sym_u8_DQUOTE] = ACTIONS(3030), + [anon_sym_DQUOTE] = ACTIONS(3030), + [sym_true] = ACTIONS(3028), + [sym_false] = ACTIONS(3028), + [anon_sym_NULL] = ACTIONS(3028), + [anon_sym_nullptr] = ACTIONS(3028), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3028), + [anon_sym_decltype] = ACTIONS(3028), + [anon_sym_explicit] = ACTIONS(3028), + [anon_sym_typename] = ACTIONS(3028), + [anon_sym_template] = ACTIONS(3028), + [anon_sym_operator] = ACTIONS(3028), + [anon_sym_try] = ACTIONS(3028), + [anon_sym_delete] = ACTIONS(3028), + [anon_sym_throw] = ACTIONS(3028), + [anon_sym_namespace] = ACTIONS(3028), + [anon_sym_using] = ACTIONS(3028), + [anon_sym_static_assert] = ACTIONS(3028), + [anon_sym_concept] = ACTIONS(3028), + [anon_sym_co_return] = ACTIONS(3028), + [anon_sym_co_yield] = ACTIONS(3028), + [anon_sym_R_DQUOTE] = ACTIONS(3030), + [anon_sym_LR_DQUOTE] = ACTIONS(3030), + [anon_sym_uR_DQUOTE] = ACTIONS(3030), + [anon_sym_UR_DQUOTE] = ACTIONS(3030), + [anon_sym_u8R_DQUOTE] = ACTIONS(3030), + [anon_sym_co_await] = ACTIONS(3028), + [anon_sym_new] = ACTIONS(3028), + [anon_sym_requires] = ACTIONS(3028), + [sym_this] = ACTIONS(3028), }, [649] = { - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_include_token1] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token2] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_BANG] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_DASH] = ACTIONS(3060), - [anon_sym_PLUS] = ACTIONS(3060), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym___cdecl] = ACTIONS(3060), - [anon_sym___clrcall] = ACTIONS(3060), - [anon_sym___stdcall] = ACTIONS(3060), - [anon_sym___fastcall] = ACTIONS(3060), - [anon_sym___thiscall] = ACTIONS(3060), - [anon_sym___vectorcall] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_switch] = ACTIONS(3060), - [anon_sym_case] = ACTIONS(3060), - [anon_sym_default] = ACTIONS(3060), - [anon_sym_while] = ACTIONS(3060), - [anon_sym_do] = ACTIONS(3060), - [anon_sym_for] = ACTIONS(3060), - [anon_sym_return] = ACTIONS(3060), - [anon_sym_break] = ACTIONS(3060), - [anon_sym_continue] = ACTIONS(3060), - [anon_sym_goto] = ACTIONS(3060), - [anon_sym___try] = ACTIONS(3060), - [anon_sym___leave] = ACTIONS(3060), - [anon_sym_not] = ACTIONS(3060), - [anon_sym_compl] = ACTIONS(3060), - [anon_sym_DASH_DASH] = ACTIONS(3062), - [anon_sym_PLUS_PLUS] = ACTIONS(3062), - [anon_sym_sizeof] = ACTIONS(3060), - [anon_sym___alignof__] = ACTIONS(3060), - [anon_sym___alignof] = ACTIONS(3060), - [anon_sym__alignof] = ACTIONS(3060), - [anon_sym_alignof] = ACTIONS(3060), - [anon_sym__Alignof] = ACTIONS(3060), - [anon_sym_offsetof] = ACTIONS(3060), - [anon_sym__Generic] = ACTIONS(3060), - [anon_sym_asm] = ACTIONS(3060), - [anon_sym___asm__] = ACTIONS(3060), - [anon_sym___asm] = ACTIONS(3060), - [aux_sym_number_literal_token1] = ACTIONS(3062), - [aux_sym_number_literal_token2] = ACTIONS(3060), - [anon_sym_L_SQUOTE] = ACTIONS(3062), - [anon_sym_u_SQUOTE] = ACTIONS(3062), - [anon_sym_U_SQUOTE] = ACTIONS(3062), - [anon_sym_u8_SQUOTE] = ACTIONS(3062), - [anon_sym_SQUOTE] = ACTIONS(3062), - [anon_sym_L_DQUOTE] = ACTIONS(3062), - [anon_sym_u_DQUOTE] = ACTIONS(3062), - [anon_sym_U_DQUOTE] = ACTIONS(3062), - [anon_sym_u8_DQUOTE] = ACTIONS(3062), - [anon_sym_DQUOTE] = ACTIONS(3062), - [sym_true] = ACTIONS(3060), - [sym_false] = ACTIONS(3060), - [anon_sym_NULL] = ACTIONS(3060), - [anon_sym_nullptr] = ACTIONS(3060), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_try] = ACTIONS(3060), - [anon_sym_delete] = ACTIONS(3060), - [anon_sym_throw] = ACTIONS(3060), - [anon_sym_namespace] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), - [anon_sym_concept] = ACTIONS(3060), - [anon_sym_co_return] = ACTIONS(3060), - [anon_sym_co_yield] = ACTIONS(3060), - [anon_sym_R_DQUOTE] = ACTIONS(3062), - [anon_sym_LR_DQUOTE] = ACTIONS(3062), - [anon_sym_uR_DQUOTE] = ACTIONS(3062), - [anon_sym_UR_DQUOTE] = ACTIONS(3062), - [anon_sym_u8R_DQUOTE] = ACTIONS(3062), - [anon_sym_co_await] = ACTIONS(3060), - [anon_sym_new] = ACTIONS(3060), - [anon_sym_requires] = ACTIONS(3060), - [sym_this] = ACTIONS(3060), + [sym_identifier] = ACTIONS(3032), + [aux_sym_preproc_include_token1] = ACTIONS(3032), + [aux_sym_preproc_def_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), + [sym_preproc_directive] = ACTIONS(3032), + [anon_sym_LPAREN2] = ACTIONS(3034), + [anon_sym_BANG] = ACTIONS(3034), + [anon_sym_TILDE] = ACTIONS(3034), + [anon_sym_DASH] = ACTIONS(3032), + [anon_sym_PLUS] = ACTIONS(3032), + [anon_sym_STAR] = ACTIONS(3034), + [anon_sym_AMP_AMP] = ACTIONS(3034), + [anon_sym_AMP] = ACTIONS(3032), + [anon_sym_SEMI] = ACTIONS(3034), + [anon_sym___extension__] = ACTIONS(3032), + [anon_sym_typedef] = ACTIONS(3032), + [anon_sym_virtual] = ACTIONS(3032), + [anon_sym_extern] = ACTIONS(3032), + [anon_sym___attribute__] = ACTIONS(3032), + [anon_sym___attribute] = ACTIONS(3032), + [anon_sym_COLON_COLON] = ACTIONS(3034), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), + [anon_sym___declspec] = ACTIONS(3032), + [anon_sym___based] = ACTIONS(3032), + [anon_sym___cdecl] = ACTIONS(3032), + [anon_sym___clrcall] = ACTIONS(3032), + [anon_sym___stdcall] = ACTIONS(3032), + [anon_sym___fastcall] = ACTIONS(3032), + [anon_sym___thiscall] = ACTIONS(3032), + [anon_sym___vectorcall] = ACTIONS(3032), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_RBRACE] = ACTIONS(3034), + [anon_sym_signed] = ACTIONS(3032), + [anon_sym_unsigned] = ACTIONS(3032), + [anon_sym_long] = ACTIONS(3032), + [anon_sym_short] = ACTIONS(3032), + [anon_sym_LBRACK] = ACTIONS(3032), + [anon_sym_static] = ACTIONS(3032), + [anon_sym_register] = ACTIONS(3032), + [anon_sym_inline] = ACTIONS(3032), + [anon_sym___inline] = ACTIONS(3032), + [anon_sym___inline__] = ACTIONS(3032), + [anon_sym___forceinline] = ACTIONS(3032), + [anon_sym_thread_local] = ACTIONS(3032), + [anon_sym___thread] = ACTIONS(3032), + [anon_sym_const] = ACTIONS(3032), + [anon_sym_constexpr] = ACTIONS(3032), + [anon_sym_volatile] = ACTIONS(3032), + [anon_sym_restrict] = ACTIONS(3032), + [anon_sym___restrict__] = ACTIONS(3032), + [anon_sym__Atomic] = ACTIONS(3032), + [anon_sym__Noreturn] = ACTIONS(3032), + [anon_sym_noreturn] = ACTIONS(3032), + [anon_sym__Nonnull] = ACTIONS(3032), + [anon_sym_mutable] = ACTIONS(3032), + [anon_sym_constinit] = ACTIONS(3032), + [anon_sym_consteval] = ACTIONS(3032), + [anon_sym_PROGMEM] = ACTIONS(3032), + [anon_sym_alignas] = ACTIONS(3032), + [anon_sym__Alignas] = ACTIONS(3032), + [aux_sym_primitive_type_token1] = ACTIONS(3032), + [anon_sym_byte] = ACTIONS(3032), + [anon_sym_word] = ACTIONS(3032), + [anon_sym_enum] = ACTIONS(3032), + [anon_sym_class] = ACTIONS(3032), + [anon_sym_struct] = ACTIONS(3032), + [anon_sym_union] = ACTIONS(3032), + [anon_sym_if] = ACTIONS(3032), + [anon_sym_switch] = ACTIONS(3032), + [anon_sym_case] = ACTIONS(3032), + [anon_sym_default] = ACTIONS(3032), + [anon_sym_while] = ACTIONS(3032), + [anon_sym_do] = ACTIONS(3032), + [anon_sym_for] = ACTIONS(3032), + [anon_sym_return] = ACTIONS(3032), + [anon_sym_break] = ACTIONS(3032), + [anon_sym_continue] = ACTIONS(3032), + [anon_sym_goto] = ACTIONS(3032), + [anon_sym___try] = ACTIONS(3032), + [anon_sym___leave] = ACTIONS(3032), + [anon_sym_not] = ACTIONS(3032), + [anon_sym_compl] = ACTIONS(3032), + [anon_sym_DASH_DASH] = ACTIONS(3034), + [anon_sym_PLUS_PLUS] = ACTIONS(3034), + [anon_sym_sizeof] = ACTIONS(3032), + [anon_sym___alignof__] = ACTIONS(3032), + [anon_sym___alignof] = ACTIONS(3032), + [anon_sym__alignof] = ACTIONS(3032), + [anon_sym_alignof] = ACTIONS(3032), + [anon_sym__Alignof] = ACTIONS(3032), + [anon_sym_offsetof] = ACTIONS(3032), + [anon_sym__Generic] = ACTIONS(3032), + [anon_sym_asm] = ACTIONS(3032), + [anon_sym___asm__] = ACTIONS(3032), + [anon_sym___asm] = ACTIONS(3032), + [aux_sym_number_literal_token1] = ACTIONS(3034), + [aux_sym_number_literal_token2] = ACTIONS(3032), + [anon_sym_L_SQUOTE] = ACTIONS(3034), + [anon_sym_u_SQUOTE] = ACTIONS(3034), + [anon_sym_U_SQUOTE] = ACTIONS(3034), + [anon_sym_u8_SQUOTE] = ACTIONS(3034), + [anon_sym_SQUOTE] = ACTIONS(3034), + [anon_sym_L_DQUOTE] = ACTIONS(3034), + [anon_sym_u_DQUOTE] = ACTIONS(3034), + [anon_sym_U_DQUOTE] = ACTIONS(3034), + [anon_sym_u8_DQUOTE] = ACTIONS(3034), + [anon_sym_DQUOTE] = ACTIONS(3034), + [sym_true] = ACTIONS(3032), + [sym_false] = ACTIONS(3032), + [anon_sym_NULL] = ACTIONS(3032), + [anon_sym_nullptr] = ACTIONS(3032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3032), + [anon_sym_decltype] = ACTIONS(3032), + [anon_sym_explicit] = ACTIONS(3032), + [anon_sym_typename] = ACTIONS(3032), + [anon_sym_template] = ACTIONS(3032), + [anon_sym_operator] = ACTIONS(3032), + [anon_sym_try] = ACTIONS(3032), + [anon_sym_delete] = ACTIONS(3032), + [anon_sym_throw] = ACTIONS(3032), + [anon_sym_namespace] = ACTIONS(3032), + [anon_sym_using] = ACTIONS(3032), + [anon_sym_static_assert] = ACTIONS(3032), + [anon_sym_concept] = ACTIONS(3032), + [anon_sym_co_return] = ACTIONS(3032), + [anon_sym_co_yield] = ACTIONS(3032), + [anon_sym_R_DQUOTE] = ACTIONS(3034), + [anon_sym_LR_DQUOTE] = ACTIONS(3034), + [anon_sym_uR_DQUOTE] = ACTIONS(3034), + [anon_sym_UR_DQUOTE] = ACTIONS(3034), + [anon_sym_u8R_DQUOTE] = ACTIONS(3034), + [anon_sym_co_await] = ACTIONS(3032), + [anon_sym_new] = ACTIONS(3032), + [anon_sym_requires] = ACTIONS(3032), + [sym_this] = ACTIONS(3032), }, [650] = { - [sym_identifier] = ACTIONS(2939), - [aux_sym_preproc_include_token1] = ACTIONS(2939), - [aux_sym_preproc_def_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token2] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2939), - [sym_preproc_directive] = ACTIONS(2939), - [anon_sym_LPAREN2] = ACTIONS(2941), - [anon_sym_BANG] = ACTIONS(2941), - [anon_sym_TILDE] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_AMP_AMP] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_SEMI] = ACTIONS(2941), - [anon_sym___extension__] = ACTIONS(2939), - [anon_sym_typedef] = ACTIONS(2939), - [anon_sym_virtual] = ACTIONS(2939), - [anon_sym_extern] = ACTIONS(2939), - [anon_sym___attribute__] = ACTIONS(2939), - [anon_sym___attribute] = ACTIONS(2939), - [anon_sym_COLON_COLON] = ACTIONS(2941), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2941), - [anon_sym___declspec] = ACTIONS(2939), - [anon_sym___based] = ACTIONS(2939), - [anon_sym___cdecl] = ACTIONS(2939), - [anon_sym___clrcall] = ACTIONS(2939), - [anon_sym___stdcall] = ACTIONS(2939), - [anon_sym___fastcall] = ACTIONS(2939), - [anon_sym___thiscall] = ACTIONS(2939), - [anon_sym___vectorcall] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_signed] = ACTIONS(2939), - [anon_sym_unsigned] = ACTIONS(2939), - [anon_sym_long] = ACTIONS(2939), - [anon_sym_short] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_static] = ACTIONS(2939), - [anon_sym_register] = ACTIONS(2939), - [anon_sym_inline] = ACTIONS(2939), - [anon_sym___inline] = ACTIONS(2939), - [anon_sym___inline__] = ACTIONS(2939), - [anon_sym___forceinline] = ACTIONS(2939), - [anon_sym_thread_local] = ACTIONS(2939), - [anon_sym___thread] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_constexpr] = ACTIONS(2939), - [anon_sym_volatile] = ACTIONS(2939), - [anon_sym_restrict] = ACTIONS(2939), - [anon_sym___restrict__] = ACTIONS(2939), - [anon_sym__Atomic] = ACTIONS(2939), - [anon_sym__Noreturn] = ACTIONS(2939), - [anon_sym_noreturn] = ACTIONS(2939), - [anon_sym__Nonnull] = ACTIONS(2939), - [anon_sym_mutable] = ACTIONS(2939), - [anon_sym_constinit] = ACTIONS(2939), - [anon_sym_consteval] = ACTIONS(2939), - [anon_sym_PROGMEM] = ACTIONS(2939), - [anon_sym_alignas] = ACTIONS(2939), - [anon_sym__Alignas] = ACTIONS(2939), - [aux_sym_primitive_type_token1] = ACTIONS(2939), - [anon_sym_byte] = ACTIONS(2939), - [anon_sym_word] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_class] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_switch] = ACTIONS(2939), - [anon_sym_case] = ACTIONS(2939), - [anon_sym_default] = ACTIONS(2939), - [anon_sym_while] = ACTIONS(2939), - [anon_sym_do] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym___try] = ACTIONS(2939), - [anon_sym___leave] = ACTIONS(2939), - [anon_sym_not] = ACTIONS(2939), - [anon_sym_compl] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2941), - [anon_sym_PLUS_PLUS] = ACTIONS(2941), - [anon_sym_sizeof] = ACTIONS(2939), - [anon_sym___alignof__] = ACTIONS(2939), - [anon_sym___alignof] = ACTIONS(2939), - [anon_sym__alignof] = ACTIONS(2939), - [anon_sym_alignof] = ACTIONS(2939), - [anon_sym__Alignof] = ACTIONS(2939), - [anon_sym_offsetof] = ACTIONS(2939), - [anon_sym__Generic] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym___asm__] = ACTIONS(2939), - [anon_sym___asm] = ACTIONS(2939), - [aux_sym_number_literal_token1] = ACTIONS(2941), - [aux_sym_number_literal_token2] = ACTIONS(2939), - [anon_sym_L_SQUOTE] = ACTIONS(2941), - [anon_sym_u_SQUOTE] = ACTIONS(2941), - [anon_sym_U_SQUOTE] = ACTIONS(2941), - [anon_sym_u8_SQUOTE] = ACTIONS(2941), - [anon_sym_SQUOTE] = ACTIONS(2941), - [anon_sym_L_DQUOTE] = ACTIONS(2941), - [anon_sym_u_DQUOTE] = ACTIONS(2941), - [anon_sym_U_DQUOTE] = ACTIONS(2941), - [anon_sym_u8_DQUOTE] = ACTIONS(2941), - [anon_sym_DQUOTE] = ACTIONS(2941), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [anon_sym_NULL] = ACTIONS(2939), - [anon_sym_nullptr] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2939), - [anon_sym_decltype] = ACTIONS(2939), - [anon_sym_explicit] = ACTIONS(2939), - [anon_sym_typename] = ACTIONS(2939), - [anon_sym_template] = ACTIONS(2939), - [anon_sym_operator] = ACTIONS(2939), - [anon_sym_try] = ACTIONS(2939), - [anon_sym_delete] = ACTIONS(2939), - [anon_sym_throw] = ACTIONS(2939), - [anon_sym_namespace] = ACTIONS(2939), - [anon_sym_using] = ACTIONS(2939), - [anon_sym_static_assert] = ACTIONS(2939), - [anon_sym_concept] = ACTIONS(2939), - [anon_sym_co_return] = ACTIONS(2939), - [anon_sym_co_yield] = ACTIONS(2939), - [anon_sym_R_DQUOTE] = ACTIONS(2941), - [anon_sym_LR_DQUOTE] = ACTIONS(2941), - [anon_sym_uR_DQUOTE] = ACTIONS(2941), - [anon_sym_UR_DQUOTE] = ACTIONS(2941), - [anon_sym_u8R_DQUOTE] = ACTIONS(2941), - [anon_sym_co_await] = ACTIONS(2939), - [anon_sym_new] = ACTIONS(2939), - [anon_sym_requires] = ACTIONS(2939), - [sym_this] = ACTIONS(2939), + [sym_identifier] = ACTIONS(3036), + [aux_sym_preproc_include_token1] = ACTIONS(3036), + [aux_sym_preproc_def_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), + [sym_preproc_directive] = ACTIONS(3036), + [anon_sym_LPAREN2] = ACTIONS(3038), + [anon_sym_BANG] = ACTIONS(3038), + [anon_sym_TILDE] = ACTIONS(3038), + [anon_sym_DASH] = ACTIONS(3036), + [anon_sym_PLUS] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(3038), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_AMP] = ACTIONS(3036), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym___extension__] = ACTIONS(3036), + [anon_sym_typedef] = ACTIONS(3036), + [anon_sym_virtual] = ACTIONS(3036), + [anon_sym_extern] = ACTIONS(3036), + [anon_sym___attribute__] = ACTIONS(3036), + [anon_sym___attribute] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3038), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), + [anon_sym___declspec] = ACTIONS(3036), + [anon_sym___based] = ACTIONS(3036), + [anon_sym___cdecl] = ACTIONS(3036), + [anon_sym___clrcall] = ACTIONS(3036), + [anon_sym___stdcall] = ACTIONS(3036), + [anon_sym___fastcall] = ACTIONS(3036), + [anon_sym___thiscall] = ACTIONS(3036), + [anon_sym___vectorcall] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3038), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_signed] = ACTIONS(3036), + [anon_sym_unsigned] = ACTIONS(3036), + [anon_sym_long] = ACTIONS(3036), + [anon_sym_short] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_static] = ACTIONS(3036), + [anon_sym_register] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym___inline] = ACTIONS(3036), + [anon_sym___inline__] = ACTIONS(3036), + [anon_sym___forceinline] = ACTIONS(3036), + [anon_sym_thread_local] = ACTIONS(3036), + [anon_sym___thread] = ACTIONS(3036), + [anon_sym_const] = ACTIONS(3036), + [anon_sym_constexpr] = ACTIONS(3036), + [anon_sym_volatile] = ACTIONS(3036), + [anon_sym_restrict] = ACTIONS(3036), + [anon_sym___restrict__] = ACTIONS(3036), + [anon_sym__Atomic] = ACTIONS(3036), + [anon_sym__Noreturn] = ACTIONS(3036), + [anon_sym_noreturn] = ACTIONS(3036), + [anon_sym__Nonnull] = ACTIONS(3036), + [anon_sym_mutable] = ACTIONS(3036), + [anon_sym_constinit] = ACTIONS(3036), + [anon_sym_consteval] = ACTIONS(3036), + [anon_sym_PROGMEM] = ACTIONS(3036), + [anon_sym_alignas] = ACTIONS(3036), + [anon_sym__Alignas] = ACTIONS(3036), + [aux_sym_primitive_type_token1] = ACTIONS(3036), + [anon_sym_byte] = ACTIONS(3036), + [anon_sym_word] = ACTIONS(3036), + [anon_sym_enum] = ACTIONS(3036), + [anon_sym_class] = ACTIONS(3036), + [anon_sym_struct] = ACTIONS(3036), + [anon_sym_union] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_switch] = ACTIONS(3036), + [anon_sym_case] = ACTIONS(3036), + [anon_sym_default] = ACTIONS(3036), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_do] = ACTIONS(3036), + [anon_sym_for] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_goto] = ACTIONS(3036), + [anon_sym___try] = ACTIONS(3036), + [anon_sym___leave] = ACTIONS(3036), + [anon_sym_not] = ACTIONS(3036), + [anon_sym_compl] = ACTIONS(3036), + [anon_sym_DASH_DASH] = ACTIONS(3038), + [anon_sym_PLUS_PLUS] = ACTIONS(3038), + [anon_sym_sizeof] = ACTIONS(3036), + [anon_sym___alignof__] = ACTIONS(3036), + [anon_sym___alignof] = ACTIONS(3036), + [anon_sym__alignof] = ACTIONS(3036), + [anon_sym_alignof] = ACTIONS(3036), + [anon_sym__Alignof] = ACTIONS(3036), + [anon_sym_offsetof] = ACTIONS(3036), + [anon_sym__Generic] = ACTIONS(3036), + [anon_sym_asm] = ACTIONS(3036), + [anon_sym___asm__] = ACTIONS(3036), + [anon_sym___asm] = ACTIONS(3036), + [aux_sym_number_literal_token1] = ACTIONS(3038), + [aux_sym_number_literal_token2] = ACTIONS(3036), + [anon_sym_L_SQUOTE] = ACTIONS(3038), + [anon_sym_u_SQUOTE] = ACTIONS(3038), + [anon_sym_U_SQUOTE] = ACTIONS(3038), + [anon_sym_u8_SQUOTE] = ACTIONS(3038), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_L_DQUOTE] = ACTIONS(3038), + [anon_sym_u_DQUOTE] = ACTIONS(3038), + [anon_sym_U_DQUOTE] = ACTIONS(3038), + [anon_sym_u8_DQUOTE] = ACTIONS(3038), + [anon_sym_DQUOTE] = ACTIONS(3038), + [sym_true] = ACTIONS(3036), + [sym_false] = ACTIONS(3036), + [anon_sym_NULL] = ACTIONS(3036), + [anon_sym_nullptr] = ACTIONS(3036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3036), + [anon_sym_decltype] = ACTIONS(3036), + [anon_sym_explicit] = ACTIONS(3036), + [anon_sym_typename] = ACTIONS(3036), + [anon_sym_template] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_delete] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_namespace] = ACTIONS(3036), + [anon_sym_using] = ACTIONS(3036), + [anon_sym_static_assert] = ACTIONS(3036), + [anon_sym_concept] = ACTIONS(3036), + [anon_sym_co_return] = ACTIONS(3036), + [anon_sym_co_yield] = ACTIONS(3036), + [anon_sym_R_DQUOTE] = ACTIONS(3038), + [anon_sym_LR_DQUOTE] = ACTIONS(3038), + [anon_sym_uR_DQUOTE] = ACTIONS(3038), + [anon_sym_UR_DQUOTE] = ACTIONS(3038), + [anon_sym_u8R_DQUOTE] = ACTIONS(3038), + [anon_sym_co_await] = ACTIONS(3036), + [anon_sym_new] = ACTIONS(3036), + [anon_sym_requires] = ACTIONS(3036), + [sym_this] = ACTIONS(3036), }, [651] = { - [sym_identifier] = ACTIONS(2947), - [aux_sym_preproc_include_token1] = ACTIONS(2947), - [aux_sym_preproc_def_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token2] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2947), - [sym_preproc_directive] = ACTIONS(2947), - [anon_sym_LPAREN2] = ACTIONS(2949), - [anon_sym_BANG] = ACTIONS(2949), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_SEMI] = ACTIONS(2949), - [anon_sym___extension__] = ACTIONS(2947), - [anon_sym_typedef] = ACTIONS(2947), - [anon_sym_virtual] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2947), - [anon_sym___attribute__] = ACTIONS(2947), - [anon_sym___attribute] = ACTIONS(2947), - [anon_sym_COLON_COLON] = ACTIONS(2949), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2949), - [anon_sym___declspec] = ACTIONS(2947), - [anon_sym___based] = ACTIONS(2947), - [anon_sym___cdecl] = ACTIONS(2947), - [anon_sym___clrcall] = ACTIONS(2947), - [anon_sym___stdcall] = ACTIONS(2947), - [anon_sym___fastcall] = ACTIONS(2947), - [anon_sym___thiscall] = ACTIONS(2947), - [anon_sym___vectorcall] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_signed] = ACTIONS(2947), - [anon_sym_unsigned] = ACTIONS(2947), - [anon_sym_long] = ACTIONS(2947), - [anon_sym_short] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2947), - [anon_sym_register] = ACTIONS(2947), - [anon_sym_inline] = ACTIONS(2947), - [anon_sym___inline] = ACTIONS(2947), - [anon_sym___inline__] = ACTIONS(2947), - [anon_sym___forceinline] = ACTIONS(2947), - [anon_sym_thread_local] = ACTIONS(2947), - [anon_sym___thread] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_constexpr] = ACTIONS(2947), - [anon_sym_volatile] = ACTIONS(2947), - [anon_sym_restrict] = ACTIONS(2947), - [anon_sym___restrict__] = ACTIONS(2947), - [anon_sym__Atomic] = ACTIONS(2947), - [anon_sym__Noreturn] = ACTIONS(2947), - [anon_sym_noreturn] = ACTIONS(2947), - [anon_sym__Nonnull] = ACTIONS(2947), - [anon_sym_mutable] = ACTIONS(2947), - [anon_sym_constinit] = ACTIONS(2947), - [anon_sym_consteval] = ACTIONS(2947), - [anon_sym_PROGMEM] = ACTIONS(2947), - [anon_sym_alignas] = ACTIONS(2947), - [anon_sym__Alignas] = ACTIONS(2947), - [aux_sym_primitive_type_token1] = ACTIONS(2947), - [anon_sym_byte] = ACTIONS(2947), - [anon_sym_word] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_class] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_switch] = ACTIONS(2947), - [anon_sym_case] = ACTIONS(2947), - [anon_sym_default] = ACTIONS(2947), - [anon_sym_while] = ACTIONS(2947), - [anon_sym_do] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym___try] = ACTIONS(2947), - [anon_sym___leave] = ACTIONS(2947), - [anon_sym_not] = ACTIONS(2947), - [anon_sym_compl] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2949), - [anon_sym_sizeof] = ACTIONS(2947), - [anon_sym___alignof__] = ACTIONS(2947), - [anon_sym___alignof] = ACTIONS(2947), - [anon_sym__alignof] = ACTIONS(2947), - [anon_sym_alignof] = ACTIONS(2947), - [anon_sym__Alignof] = ACTIONS(2947), - [anon_sym_offsetof] = ACTIONS(2947), - [anon_sym__Generic] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym___asm__] = ACTIONS(2947), - [anon_sym___asm] = ACTIONS(2947), - [aux_sym_number_literal_token1] = ACTIONS(2949), - [aux_sym_number_literal_token2] = ACTIONS(2947), - [anon_sym_L_SQUOTE] = ACTIONS(2949), - [anon_sym_u_SQUOTE] = ACTIONS(2949), - [anon_sym_U_SQUOTE] = ACTIONS(2949), - [anon_sym_u8_SQUOTE] = ACTIONS(2949), - [anon_sym_SQUOTE] = ACTIONS(2949), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [anon_sym_NULL] = ACTIONS(2947), - [anon_sym_nullptr] = ACTIONS(2947), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2947), - [anon_sym_decltype] = ACTIONS(2947), - [anon_sym_explicit] = ACTIONS(2947), - [anon_sym_typename] = ACTIONS(2947), - [anon_sym_template] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2947), - [anon_sym_try] = ACTIONS(2947), - [anon_sym_delete] = ACTIONS(2947), - [anon_sym_throw] = ACTIONS(2947), - [anon_sym_namespace] = ACTIONS(2947), - [anon_sym_using] = ACTIONS(2947), - [anon_sym_static_assert] = ACTIONS(2947), - [anon_sym_concept] = ACTIONS(2947), - [anon_sym_co_return] = ACTIONS(2947), - [anon_sym_co_yield] = ACTIONS(2947), - [anon_sym_R_DQUOTE] = ACTIONS(2949), - [anon_sym_LR_DQUOTE] = ACTIONS(2949), - [anon_sym_uR_DQUOTE] = ACTIONS(2949), - [anon_sym_UR_DQUOTE] = ACTIONS(2949), - [anon_sym_u8R_DQUOTE] = ACTIONS(2949), - [anon_sym_co_await] = ACTIONS(2947), - [anon_sym_new] = ACTIONS(2947), - [anon_sym_requires] = ACTIONS(2947), - [sym_this] = ACTIONS(2947), + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_include_token1] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token2] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_BANG] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_DASH] = ACTIONS(3040), + [anon_sym_PLUS] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym___cdecl] = ACTIONS(3040), + [anon_sym___clrcall] = ACTIONS(3040), + [anon_sym___stdcall] = ACTIONS(3040), + [anon_sym___fastcall] = ACTIONS(3040), + [anon_sym___thiscall] = ACTIONS(3040), + [anon_sym___vectorcall] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(3042), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_switch] = ACTIONS(3040), + [anon_sym_case] = ACTIONS(3040), + [anon_sym_default] = ACTIONS(3040), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_do] = ACTIONS(3040), + [anon_sym_for] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_goto] = ACTIONS(3040), + [anon_sym___try] = ACTIONS(3040), + [anon_sym___leave] = ACTIONS(3040), + [anon_sym_not] = ACTIONS(3040), + [anon_sym_compl] = ACTIONS(3040), + [anon_sym_DASH_DASH] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_sizeof] = ACTIONS(3040), + [anon_sym___alignof__] = ACTIONS(3040), + [anon_sym___alignof] = ACTIONS(3040), + [anon_sym__alignof] = ACTIONS(3040), + [anon_sym_alignof] = ACTIONS(3040), + [anon_sym__Alignof] = ACTIONS(3040), + [anon_sym_offsetof] = ACTIONS(3040), + [anon_sym__Generic] = ACTIONS(3040), + [anon_sym_asm] = ACTIONS(3040), + [anon_sym___asm__] = ACTIONS(3040), + [anon_sym___asm] = ACTIONS(3040), + [aux_sym_number_literal_token1] = ACTIONS(3042), + [aux_sym_number_literal_token2] = ACTIONS(3040), + [anon_sym_L_SQUOTE] = ACTIONS(3042), + [anon_sym_u_SQUOTE] = ACTIONS(3042), + [anon_sym_U_SQUOTE] = ACTIONS(3042), + [anon_sym_u8_SQUOTE] = ACTIONS(3042), + [anon_sym_SQUOTE] = ACTIONS(3042), + [anon_sym_L_DQUOTE] = ACTIONS(3042), + [anon_sym_u_DQUOTE] = ACTIONS(3042), + [anon_sym_U_DQUOTE] = ACTIONS(3042), + [anon_sym_u8_DQUOTE] = ACTIONS(3042), + [anon_sym_DQUOTE] = ACTIONS(3042), + [sym_true] = ACTIONS(3040), + [sym_false] = ACTIONS(3040), + [anon_sym_NULL] = ACTIONS(3040), + [anon_sym_nullptr] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_delete] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_namespace] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + [anon_sym_concept] = ACTIONS(3040), + [anon_sym_co_return] = ACTIONS(3040), + [anon_sym_co_yield] = ACTIONS(3040), + [anon_sym_R_DQUOTE] = ACTIONS(3042), + [anon_sym_LR_DQUOTE] = ACTIONS(3042), + [anon_sym_uR_DQUOTE] = ACTIONS(3042), + [anon_sym_UR_DQUOTE] = ACTIONS(3042), + [anon_sym_u8R_DQUOTE] = ACTIONS(3042), + [anon_sym_co_await] = ACTIONS(3040), + [anon_sym_new] = ACTIONS(3040), + [anon_sym_requires] = ACTIONS(3040), + [sym_this] = ACTIONS(3040), }, [652] = { - [sym_identifier] = ACTIONS(2951), - [aux_sym_preproc_include_token1] = ACTIONS(2951), - [aux_sym_preproc_def_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token2] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2951), - [sym_preproc_directive] = ACTIONS(2951), - [anon_sym_LPAREN2] = ACTIONS(2953), - [anon_sym_BANG] = ACTIONS(2953), - [anon_sym_TILDE] = ACTIONS(2953), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_AMP_AMP] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym___extension__] = ACTIONS(2951), - [anon_sym_typedef] = ACTIONS(2951), - [anon_sym_virtual] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___attribute] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2953), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym___based] = ACTIONS(2951), - [anon_sym___cdecl] = ACTIONS(2951), - [anon_sym___clrcall] = ACTIONS(2951), - [anon_sym___stdcall] = ACTIONS(2951), - [anon_sym___fastcall] = ACTIONS(2951), - [anon_sym___thiscall] = ACTIONS(2951), - [anon_sym___vectorcall] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2953), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym___inline] = ACTIONS(2951), - [anon_sym___inline__] = ACTIONS(2951), - [anon_sym___forceinline] = ACTIONS(2951), - [anon_sym_thread_local] = ACTIONS(2951), - [anon_sym___thread] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym___restrict__] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym__Noreturn] = ACTIONS(2951), - [anon_sym_noreturn] = ACTIONS(2951), - [anon_sym__Nonnull] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constinit] = ACTIONS(2951), - [anon_sym_consteval] = ACTIONS(2951), - [anon_sym_PROGMEM] = ACTIONS(2951), - [anon_sym_alignas] = ACTIONS(2951), - [anon_sym__Alignas] = ACTIONS(2951), - [aux_sym_primitive_type_token1] = ACTIONS(2951), - [anon_sym_byte] = ACTIONS(2951), - [anon_sym_word] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_switch] = ACTIONS(2951), - [anon_sym_case] = ACTIONS(2951), - [anon_sym_default] = ACTIONS(2951), - [anon_sym_while] = ACTIONS(2951), - [anon_sym_do] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_goto] = ACTIONS(2951), - [anon_sym___try] = ACTIONS(2951), - [anon_sym___leave] = ACTIONS(2951), - [anon_sym_not] = ACTIONS(2951), - [anon_sym_compl] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2953), - [anon_sym_PLUS_PLUS] = ACTIONS(2953), - [anon_sym_sizeof] = ACTIONS(2951), - [anon_sym___alignof__] = ACTIONS(2951), - [anon_sym___alignof] = ACTIONS(2951), - [anon_sym__alignof] = ACTIONS(2951), - [anon_sym_alignof] = ACTIONS(2951), - [anon_sym__Alignof] = ACTIONS(2951), - [anon_sym_offsetof] = ACTIONS(2951), - [anon_sym__Generic] = ACTIONS(2951), - [anon_sym_asm] = ACTIONS(2951), - [anon_sym___asm__] = ACTIONS(2951), - [anon_sym___asm] = ACTIONS(2951), - [aux_sym_number_literal_token1] = ACTIONS(2953), - [aux_sym_number_literal_token2] = ACTIONS(2951), - [anon_sym_L_SQUOTE] = ACTIONS(2953), - [anon_sym_u_SQUOTE] = ACTIONS(2953), - [anon_sym_U_SQUOTE] = ACTIONS(2953), - [anon_sym_u8_SQUOTE] = ACTIONS(2953), - [anon_sym_SQUOTE] = ACTIONS(2953), - [anon_sym_L_DQUOTE] = ACTIONS(2953), - [anon_sym_u_DQUOTE] = ACTIONS(2953), - [anon_sym_U_DQUOTE] = ACTIONS(2953), - [anon_sym_u8_DQUOTE] = ACTIONS(2953), - [anon_sym_DQUOTE] = ACTIONS(2953), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [anon_sym_NULL] = ACTIONS(2951), - [anon_sym_nullptr] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2951), - [anon_sym_decltype] = ACTIONS(2951), - [anon_sym_explicit] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_template] = ACTIONS(2951), - [anon_sym_operator] = ACTIONS(2951), - [anon_sym_try] = ACTIONS(2951), - [anon_sym_delete] = ACTIONS(2951), - [anon_sym_throw] = ACTIONS(2951), - [anon_sym_namespace] = ACTIONS(2951), - [anon_sym_using] = ACTIONS(2951), - [anon_sym_static_assert] = ACTIONS(2951), - [anon_sym_concept] = ACTIONS(2951), - [anon_sym_co_return] = ACTIONS(2951), - [anon_sym_co_yield] = ACTIONS(2951), - [anon_sym_R_DQUOTE] = ACTIONS(2953), - [anon_sym_LR_DQUOTE] = ACTIONS(2953), - [anon_sym_uR_DQUOTE] = ACTIONS(2953), - [anon_sym_UR_DQUOTE] = ACTIONS(2953), - [anon_sym_u8R_DQUOTE] = ACTIONS(2953), - [anon_sym_co_await] = ACTIONS(2951), - [anon_sym_new] = ACTIONS(2951), - [anon_sym_requires] = ACTIONS(2951), - [sym_this] = ACTIONS(2951), + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_include_token1] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token2] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2937), + [anon_sym_PLUS] = ACTIONS(2937), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym___cdecl] = ACTIONS(2937), + [anon_sym___clrcall] = ACTIONS(2937), + [anon_sym___stdcall] = ACTIONS(2937), + [anon_sym___fastcall] = ACTIONS(2937), + [anon_sym___thiscall] = ACTIONS(2937), + [anon_sym___vectorcall] = ACTIONS(2937), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [anon_sym_if] = ACTIONS(2937), + [anon_sym_switch] = ACTIONS(2937), + [anon_sym_case] = ACTIONS(2937), + [anon_sym_default] = ACTIONS(2937), + [anon_sym_while] = ACTIONS(2937), + [anon_sym_do] = ACTIONS(2937), + [anon_sym_for] = ACTIONS(2937), + [anon_sym_return] = ACTIONS(2937), + [anon_sym_break] = ACTIONS(2937), + [anon_sym_continue] = ACTIONS(2937), + [anon_sym_goto] = ACTIONS(2937), + [anon_sym___try] = ACTIONS(2937), + [anon_sym___leave] = ACTIONS(2937), + [anon_sym_not] = ACTIONS(2937), + [anon_sym_compl] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_sizeof] = ACTIONS(2937), + [anon_sym___alignof__] = ACTIONS(2937), + [anon_sym___alignof] = ACTIONS(2937), + [anon_sym__alignof] = ACTIONS(2937), + [anon_sym_alignof] = ACTIONS(2937), + [anon_sym__Alignof] = ACTIONS(2937), + [anon_sym_offsetof] = ACTIONS(2937), + [anon_sym__Generic] = ACTIONS(2937), + [anon_sym_asm] = ACTIONS(2937), + [anon_sym___asm__] = ACTIONS(2937), + [anon_sym___asm] = ACTIONS(2937), + [aux_sym_number_literal_token1] = ACTIONS(2939), + [aux_sym_number_literal_token2] = ACTIONS(2937), + [anon_sym_L_SQUOTE] = ACTIONS(2939), + [anon_sym_u_SQUOTE] = ACTIONS(2939), + [anon_sym_U_SQUOTE] = ACTIONS(2939), + [anon_sym_u8_SQUOTE] = ACTIONS(2939), + [anon_sym_SQUOTE] = ACTIONS(2939), + [anon_sym_L_DQUOTE] = ACTIONS(2939), + [anon_sym_u_DQUOTE] = ACTIONS(2939), + [anon_sym_U_DQUOTE] = ACTIONS(2939), + [anon_sym_u8_DQUOTE] = ACTIONS(2939), + [anon_sym_DQUOTE] = ACTIONS(2939), + [sym_true] = ACTIONS(2937), + [sym_false] = ACTIONS(2937), + [anon_sym_NULL] = ACTIONS(2937), + [anon_sym_nullptr] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_try] = ACTIONS(2937), + [anon_sym_delete] = ACTIONS(2937), + [anon_sym_throw] = ACTIONS(2937), + [anon_sym_namespace] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), + [anon_sym_concept] = ACTIONS(2937), + [anon_sym_co_return] = ACTIONS(2937), + [anon_sym_co_yield] = ACTIONS(2937), + [anon_sym_R_DQUOTE] = ACTIONS(2939), + [anon_sym_LR_DQUOTE] = ACTIONS(2939), + [anon_sym_uR_DQUOTE] = ACTIONS(2939), + [anon_sym_UR_DQUOTE] = ACTIONS(2939), + [anon_sym_u8R_DQUOTE] = ACTIONS(2939), + [anon_sym_co_await] = ACTIONS(2937), + [anon_sym_new] = ACTIONS(2937), + [anon_sym_requires] = ACTIONS(2937), + [sym_this] = ACTIONS(2937), }, [653] = { - [sym_identifier] = ACTIONS(2955), - [aux_sym_preproc_include_token1] = ACTIONS(2955), - [aux_sym_preproc_def_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token2] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2955), - [sym_preproc_directive] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2955), - [anon_sym_PLUS] = ACTIONS(2955), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym___extension__] = ACTIONS(2955), - [anon_sym_typedef] = ACTIONS(2955), - [anon_sym_virtual] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym___attribute__] = ACTIONS(2955), - [anon_sym___attribute] = ACTIONS(2955), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2957), - [anon_sym___declspec] = ACTIONS(2955), - [anon_sym___based] = ACTIONS(2955), - [anon_sym___cdecl] = ACTIONS(2955), - [anon_sym___clrcall] = ACTIONS(2955), - [anon_sym___stdcall] = ACTIONS(2955), - [anon_sym___fastcall] = ACTIONS(2955), - [anon_sym___thiscall] = ACTIONS(2955), - [anon_sym___vectorcall] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_signed] = ACTIONS(2955), - [anon_sym_unsigned] = ACTIONS(2955), - [anon_sym_long] = ACTIONS(2955), - [anon_sym_short] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_register] = ACTIONS(2955), - [anon_sym_inline] = ACTIONS(2955), - [anon_sym___inline] = ACTIONS(2955), - [anon_sym___inline__] = ACTIONS(2955), - [anon_sym___forceinline] = ACTIONS(2955), - [anon_sym_thread_local] = ACTIONS(2955), - [anon_sym___thread] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_constexpr] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2955), - [anon_sym_restrict] = ACTIONS(2955), - [anon_sym___restrict__] = ACTIONS(2955), - [anon_sym__Atomic] = ACTIONS(2955), - [anon_sym__Noreturn] = ACTIONS(2955), - [anon_sym_noreturn] = ACTIONS(2955), - [anon_sym__Nonnull] = ACTIONS(2955), - [anon_sym_mutable] = ACTIONS(2955), - [anon_sym_constinit] = ACTIONS(2955), - [anon_sym_consteval] = ACTIONS(2955), - [anon_sym_PROGMEM] = ACTIONS(2955), - [anon_sym_alignas] = ACTIONS(2955), - [anon_sym__Alignas] = ACTIONS(2955), - [aux_sym_primitive_type_token1] = ACTIONS(2955), - [anon_sym_byte] = ACTIONS(2955), - [anon_sym_word] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_class] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2955), - [anon_sym_switch] = ACTIONS(2955), - [anon_sym_case] = ACTIONS(2955), - [anon_sym_default] = ACTIONS(2955), - [anon_sym_while] = ACTIONS(2955), - [anon_sym_do] = ACTIONS(2955), - [anon_sym_for] = ACTIONS(2955), - [anon_sym_return] = ACTIONS(2955), - [anon_sym_break] = ACTIONS(2955), - [anon_sym_continue] = ACTIONS(2955), - [anon_sym_goto] = ACTIONS(2955), - [anon_sym___try] = ACTIONS(2955), - [anon_sym___leave] = ACTIONS(2955), - [anon_sym_not] = ACTIONS(2955), - [anon_sym_compl] = ACTIONS(2955), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_sizeof] = ACTIONS(2955), - [anon_sym___alignof__] = ACTIONS(2955), - [anon_sym___alignof] = ACTIONS(2955), - [anon_sym__alignof] = ACTIONS(2955), - [anon_sym_alignof] = ACTIONS(2955), - [anon_sym__Alignof] = ACTIONS(2955), - [anon_sym_offsetof] = ACTIONS(2955), - [anon_sym__Generic] = ACTIONS(2955), - [anon_sym_asm] = ACTIONS(2955), - [anon_sym___asm__] = ACTIONS(2955), - [anon_sym___asm] = ACTIONS(2955), - [aux_sym_number_literal_token1] = ACTIONS(2957), - [aux_sym_number_literal_token2] = ACTIONS(2955), - [anon_sym_L_SQUOTE] = ACTIONS(2957), - [anon_sym_u_SQUOTE] = ACTIONS(2957), - [anon_sym_U_SQUOTE] = ACTIONS(2957), - [anon_sym_u8_SQUOTE] = ACTIONS(2957), - [anon_sym_SQUOTE] = ACTIONS(2957), - [anon_sym_L_DQUOTE] = ACTIONS(2957), - [anon_sym_u_DQUOTE] = ACTIONS(2957), - [anon_sym_U_DQUOTE] = ACTIONS(2957), - [anon_sym_u8_DQUOTE] = ACTIONS(2957), - [anon_sym_DQUOTE] = ACTIONS(2957), - [sym_true] = ACTIONS(2955), - [sym_false] = ACTIONS(2955), - [anon_sym_NULL] = ACTIONS(2955), - [anon_sym_nullptr] = ACTIONS(2955), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2955), - [anon_sym_decltype] = ACTIONS(2955), - [anon_sym_explicit] = ACTIONS(2955), - [anon_sym_typename] = ACTIONS(2955), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2955), - [anon_sym_delete] = ACTIONS(2955), - [anon_sym_throw] = ACTIONS(2955), - [anon_sym_namespace] = ACTIONS(2955), - [anon_sym_using] = ACTIONS(2955), - [anon_sym_static_assert] = ACTIONS(2955), - [anon_sym_concept] = ACTIONS(2955), - [anon_sym_co_return] = ACTIONS(2955), - [anon_sym_co_yield] = ACTIONS(2955), - [anon_sym_R_DQUOTE] = ACTIONS(2957), - [anon_sym_LR_DQUOTE] = ACTIONS(2957), - [anon_sym_uR_DQUOTE] = ACTIONS(2957), - [anon_sym_UR_DQUOTE] = ACTIONS(2957), - [anon_sym_u8R_DQUOTE] = ACTIONS(2957), - [anon_sym_co_await] = ACTIONS(2955), - [anon_sym_new] = ACTIONS(2955), - [anon_sym_requires] = ACTIONS(2955), - [sym_this] = ACTIONS(2955), + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_include_token1] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token2] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_BANG] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_DASH] = ACTIONS(3012), + [anon_sym_PLUS] = ACTIONS(3012), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym___cdecl] = ACTIONS(3012), + [anon_sym___clrcall] = ACTIONS(3012), + [anon_sym___stdcall] = ACTIONS(3012), + [anon_sym___fastcall] = ACTIONS(3012), + [anon_sym___thiscall] = ACTIONS(3012), + [anon_sym___vectorcall] = ACTIONS(3012), + [anon_sym_LBRACE] = ACTIONS(3014), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [anon_sym_if] = ACTIONS(3012), + [anon_sym_switch] = ACTIONS(3012), + [anon_sym_case] = ACTIONS(3012), + [anon_sym_default] = ACTIONS(3012), + [anon_sym_while] = ACTIONS(3012), + [anon_sym_do] = ACTIONS(3012), + [anon_sym_for] = ACTIONS(3012), + [anon_sym_return] = ACTIONS(3012), + [anon_sym_break] = ACTIONS(3012), + [anon_sym_continue] = ACTIONS(3012), + [anon_sym_goto] = ACTIONS(3012), + [anon_sym___try] = ACTIONS(3012), + [anon_sym___leave] = ACTIONS(3012), + [anon_sym_not] = ACTIONS(3012), + [anon_sym_compl] = ACTIONS(3012), + [anon_sym_DASH_DASH] = ACTIONS(3014), + [anon_sym_PLUS_PLUS] = ACTIONS(3014), + [anon_sym_sizeof] = ACTIONS(3012), + [anon_sym___alignof__] = ACTIONS(3012), + [anon_sym___alignof] = ACTIONS(3012), + [anon_sym__alignof] = ACTIONS(3012), + [anon_sym_alignof] = ACTIONS(3012), + [anon_sym__Alignof] = ACTIONS(3012), + [anon_sym_offsetof] = ACTIONS(3012), + [anon_sym__Generic] = ACTIONS(3012), + [anon_sym_asm] = ACTIONS(3012), + [anon_sym___asm__] = ACTIONS(3012), + [anon_sym___asm] = ACTIONS(3012), + [aux_sym_number_literal_token1] = ACTIONS(3014), + [aux_sym_number_literal_token2] = ACTIONS(3012), + [anon_sym_L_SQUOTE] = ACTIONS(3014), + [anon_sym_u_SQUOTE] = ACTIONS(3014), + [anon_sym_U_SQUOTE] = ACTIONS(3014), + [anon_sym_u8_SQUOTE] = ACTIONS(3014), + [anon_sym_SQUOTE] = ACTIONS(3014), + [anon_sym_L_DQUOTE] = ACTIONS(3014), + [anon_sym_u_DQUOTE] = ACTIONS(3014), + [anon_sym_U_DQUOTE] = ACTIONS(3014), + [anon_sym_u8_DQUOTE] = ACTIONS(3014), + [anon_sym_DQUOTE] = ACTIONS(3014), + [sym_true] = ACTIONS(3012), + [sym_false] = ACTIONS(3012), + [anon_sym_NULL] = ACTIONS(3012), + [anon_sym_nullptr] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_try] = ACTIONS(3012), + [anon_sym_delete] = ACTIONS(3012), + [anon_sym_throw] = ACTIONS(3012), + [anon_sym_namespace] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), + [anon_sym_concept] = ACTIONS(3012), + [anon_sym_co_return] = ACTIONS(3012), + [anon_sym_co_yield] = ACTIONS(3012), + [anon_sym_R_DQUOTE] = ACTIONS(3014), + [anon_sym_LR_DQUOTE] = ACTIONS(3014), + [anon_sym_uR_DQUOTE] = ACTIONS(3014), + [anon_sym_UR_DQUOTE] = ACTIONS(3014), + [anon_sym_u8R_DQUOTE] = ACTIONS(3014), + [anon_sym_co_await] = ACTIONS(3012), + [anon_sym_new] = ACTIONS(3012), + [anon_sym_requires] = ACTIONS(3012), + [sym_this] = ACTIONS(3012), }, [654] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3052), + [aux_sym_preproc_include_token1] = ACTIONS(3052), + [aux_sym_preproc_def_token1] = ACTIONS(3052), + [aux_sym_preproc_if_token1] = ACTIONS(3052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), + [sym_preproc_directive] = ACTIONS(3052), + [anon_sym_LPAREN2] = ACTIONS(3054), + [anon_sym_BANG] = ACTIONS(3054), + [anon_sym_TILDE] = ACTIONS(3054), + [anon_sym_DASH] = ACTIONS(3052), + [anon_sym_PLUS] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_AMP] = ACTIONS(3052), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym___extension__] = ACTIONS(3052), + [anon_sym_typedef] = ACTIONS(3052), + [anon_sym_virtual] = ACTIONS(3052), + [anon_sym_extern] = ACTIONS(3052), + [anon_sym___attribute__] = ACTIONS(3052), + [anon_sym___attribute] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3054), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), + [anon_sym___declspec] = ACTIONS(3052), + [anon_sym___based] = ACTIONS(3052), + [anon_sym___cdecl] = ACTIONS(3052), + [anon_sym___clrcall] = ACTIONS(3052), + [anon_sym___stdcall] = ACTIONS(3052), + [anon_sym___fastcall] = ACTIONS(3052), + [anon_sym___thiscall] = ACTIONS(3052), + [anon_sym___vectorcall] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(3054), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_signed] = ACTIONS(3052), + [anon_sym_unsigned] = ACTIONS(3052), + [anon_sym_long] = ACTIONS(3052), + [anon_sym_short] = ACTIONS(3052), + [anon_sym_LBRACK] = ACTIONS(3052), + [anon_sym_static] = ACTIONS(3052), + [anon_sym_register] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym___inline] = ACTIONS(3052), + [anon_sym___inline__] = ACTIONS(3052), + [anon_sym___forceinline] = ACTIONS(3052), + [anon_sym_thread_local] = ACTIONS(3052), + [anon_sym___thread] = ACTIONS(3052), + [anon_sym_const] = ACTIONS(3052), + [anon_sym_constexpr] = ACTIONS(3052), + [anon_sym_volatile] = ACTIONS(3052), + [anon_sym_restrict] = ACTIONS(3052), + [anon_sym___restrict__] = ACTIONS(3052), + [anon_sym__Atomic] = ACTIONS(3052), + [anon_sym__Noreturn] = ACTIONS(3052), + [anon_sym_noreturn] = ACTIONS(3052), + [anon_sym__Nonnull] = ACTIONS(3052), + [anon_sym_mutable] = ACTIONS(3052), + [anon_sym_constinit] = ACTIONS(3052), + [anon_sym_consteval] = ACTIONS(3052), + [anon_sym_PROGMEM] = ACTIONS(3052), + [anon_sym_alignas] = ACTIONS(3052), + [anon_sym__Alignas] = ACTIONS(3052), + [aux_sym_primitive_type_token1] = ACTIONS(3052), + [anon_sym_byte] = ACTIONS(3052), + [anon_sym_word] = ACTIONS(3052), + [anon_sym_enum] = ACTIONS(3052), + [anon_sym_class] = ACTIONS(3052), + [anon_sym_struct] = ACTIONS(3052), + [anon_sym_union] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_switch] = ACTIONS(3052), + [anon_sym_case] = ACTIONS(3052), + [anon_sym_default] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_do] = ACTIONS(3052), + [anon_sym_for] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_goto] = ACTIONS(3052), + [anon_sym___try] = ACTIONS(3052), + [anon_sym___leave] = ACTIONS(3052), + [anon_sym_not] = ACTIONS(3052), + [anon_sym_compl] = ACTIONS(3052), + [anon_sym_DASH_DASH] = ACTIONS(3054), + [anon_sym_PLUS_PLUS] = ACTIONS(3054), + [anon_sym_sizeof] = ACTIONS(3052), + [anon_sym___alignof__] = ACTIONS(3052), + [anon_sym___alignof] = ACTIONS(3052), + [anon_sym__alignof] = ACTIONS(3052), + [anon_sym_alignof] = ACTIONS(3052), + [anon_sym__Alignof] = ACTIONS(3052), + [anon_sym_offsetof] = ACTIONS(3052), + [anon_sym__Generic] = ACTIONS(3052), + [anon_sym_asm] = ACTIONS(3052), + [anon_sym___asm__] = ACTIONS(3052), + [anon_sym___asm] = ACTIONS(3052), + [aux_sym_number_literal_token1] = ACTIONS(3054), + [aux_sym_number_literal_token2] = ACTIONS(3052), + [anon_sym_L_SQUOTE] = ACTIONS(3054), + [anon_sym_u_SQUOTE] = ACTIONS(3054), + [anon_sym_U_SQUOTE] = ACTIONS(3054), + [anon_sym_u8_SQUOTE] = ACTIONS(3054), + [anon_sym_SQUOTE] = ACTIONS(3054), + [anon_sym_L_DQUOTE] = ACTIONS(3054), + [anon_sym_u_DQUOTE] = ACTIONS(3054), + [anon_sym_U_DQUOTE] = ACTIONS(3054), + [anon_sym_u8_DQUOTE] = ACTIONS(3054), + [anon_sym_DQUOTE] = ACTIONS(3054), + [sym_true] = ACTIONS(3052), + [sym_false] = ACTIONS(3052), + [anon_sym_NULL] = ACTIONS(3052), + [anon_sym_nullptr] = ACTIONS(3052), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3052), + [anon_sym_decltype] = ACTIONS(3052), + [anon_sym_explicit] = ACTIONS(3052), + [anon_sym_typename] = ACTIONS(3052), + [anon_sym_template] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_delete] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_namespace] = ACTIONS(3052), + [anon_sym_using] = ACTIONS(3052), + [anon_sym_static_assert] = ACTIONS(3052), + [anon_sym_concept] = ACTIONS(3052), + [anon_sym_co_return] = ACTIONS(3052), + [anon_sym_co_yield] = ACTIONS(3052), + [anon_sym_R_DQUOTE] = ACTIONS(3054), + [anon_sym_LR_DQUOTE] = ACTIONS(3054), + [anon_sym_uR_DQUOTE] = ACTIONS(3054), + [anon_sym_UR_DQUOTE] = ACTIONS(3054), + [anon_sym_u8R_DQUOTE] = ACTIONS(3054), + [anon_sym_co_await] = ACTIONS(3052), + [anon_sym_new] = ACTIONS(3052), + [anon_sym_requires] = ACTIONS(3052), + [sym_this] = ACTIONS(3052), }, [655] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym___try] = ACTIONS(3025), - [anon_sym___leave] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), - }, - [656] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), - }, - [657] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym___try] = ACTIONS(3037), - [anon_sym___leave] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), - }, - [658] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_include_token1] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_BANG] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_DASH] = ACTIONS(3098), - [anon_sym_PLUS] = ACTIONS(3098), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym___cdecl] = ACTIONS(3098), - [anon_sym___clrcall] = ACTIONS(3098), - [anon_sym___stdcall] = ACTIONS(3098), - [anon_sym___fastcall] = ACTIONS(3098), - [anon_sym___thiscall] = ACTIONS(3098), - [anon_sym___vectorcall] = ACTIONS(3098), - [anon_sym_LBRACE] = ACTIONS(3100), - [anon_sym_RBRACE] = ACTIONS(3100), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [anon_sym_if] = ACTIONS(3098), - [anon_sym_switch] = ACTIONS(3098), - [anon_sym_case] = ACTIONS(3098), - [anon_sym_default] = ACTIONS(3098), - [anon_sym_while] = ACTIONS(3098), - [anon_sym_do] = ACTIONS(3098), - [anon_sym_for] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3098), - [anon_sym_break] = ACTIONS(3098), - [anon_sym_continue] = ACTIONS(3098), - [anon_sym_goto] = ACTIONS(3098), - [anon_sym___try] = ACTIONS(3098), - [anon_sym___leave] = ACTIONS(3098), - [anon_sym_not] = ACTIONS(3098), - [anon_sym_compl] = ACTIONS(3098), - [anon_sym_DASH_DASH] = ACTIONS(3100), - [anon_sym_PLUS_PLUS] = ACTIONS(3100), - [anon_sym_sizeof] = ACTIONS(3098), - [anon_sym___alignof__] = ACTIONS(3098), - [anon_sym___alignof] = ACTIONS(3098), - [anon_sym__alignof] = ACTIONS(3098), - [anon_sym_alignof] = ACTIONS(3098), - [anon_sym__Alignof] = ACTIONS(3098), - [anon_sym_offsetof] = ACTIONS(3098), - [anon_sym__Generic] = ACTIONS(3098), - [anon_sym_asm] = ACTIONS(3098), - [anon_sym___asm__] = ACTIONS(3098), - [anon_sym___asm] = ACTIONS(3098), - [aux_sym_number_literal_token1] = ACTIONS(3100), - [aux_sym_number_literal_token2] = ACTIONS(3098), - [anon_sym_L_SQUOTE] = ACTIONS(3100), - [anon_sym_u_SQUOTE] = ACTIONS(3100), - [anon_sym_U_SQUOTE] = ACTIONS(3100), - [anon_sym_u8_SQUOTE] = ACTIONS(3100), - [anon_sym_SQUOTE] = ACTIONS(3100), - [anon_sym_L_DQUOTE] = ACTIONS(3100), - [anon_sym_u_DQUOTE] = ACTIONS(3100), - [anon_sym_U_DQUOTE] = ACTIONS(3100), - [anon_sym_u8_DQUOTE] = ACTIONS(3100), - [anon_sym_DQUOTE] = ACTIONS(3100), - [sym_true] = ACTIONS(3098), - [sym_false] = ACTIONS(3098), - [anon_sym_NULL] = ACTIONS(3098), - [anon_sym_nullptr] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_try] = ACTIONS(3098), - [anon_sym_delete] = ACTIONS(3098), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_namespace] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - [anon_sym_concept] = ACTIONS(3098), - [anon_sym_co_return] = ACTIONS(3098), - [anon_sym_co_yield] = ACTIONS(3098), - [anon_sym_R_DQUOTE] = ACTIONS(3100), - [anon_sym_LR_DQUOTE] = ACTIONS(3100), - [anon_sym_uR_DQUOTE] = ACTIONS(3100), - [anon_sym_UR_DQUOTE] = ACTIONS(3100), - [anon_sym_u8R_DQUOTE] = ACTIONS(3100), - [anon_sym_co_await] = ACTIONS(3098), - [anon_sym_new] = ACTIONS(3098), - [anon_sym_requires] = ACTIONS(3098), - [sym_this] = ACTIONS(3098), - }, - [659] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_include_token1] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_DASH] = ACTIONS(3094), - [anon_sym_PLUS] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym___cdecl] = ACTIONS(3094), - [anon_sym___clrcall] = ACTIONS(3094), - [anon_sym___stdcall] = ACTIONS(3094), - [anon_sym___fastcall] = ACTIONS(3094), - [anon_sym___thiscall] = ACTIONS(3094), - [anon_sym___vectorcall] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(3096), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_switch] = ACTIONS(3094), - [anon_sym_case] = ACTIONS(3094), - [anon_sym_default] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_do] = ACTIONS(3094), - [anon_sym_for] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_goto] = ACTIONS(3094), - [anon_sym___try] = ACTIONS(3094), - [anon_sym___leave] = ACTIONS(3094), - [anon_sym_not] = ACTIONS(3094), - [anon_sym_compl] = ACTIONS(3094), - [anon_sym_DASH_DASH] = ACTIONS(3096), - [anon_sym_PLUS_PLUS] = ACTIONS(3096), - [anon_sym_sizeof] = ACTIONS(3094), - [anon_sym___alignof__] = ACTIONS(3094), - [anon_sym___alignof] = ACTIONS(3094), - [anon_sym__alignof] = ACTIONS(3094), - [anon_sym_alignof] = ACTIONS(3094), - [anon_sym__Alignof] = ACTIONS(3094), - [anon_sym_offsetof] = ACTIONS(3094), - [anon_sym__Generic] = ACTIONS(3094), - [anon_sym_asm] = ACTIONS(3094), - [anon_sym___asm__] = ACTIONS(3094), - [anon_sym___asm] = ACTIONS(3094), - [aux_sym_number_literal_token1] = ACTIONS(3096), - [aux_sym_number_literal_token2] = ACTIONS(3094), - [anon_sym_L_SQUOTE] = ACTIONS(3096), - [anon_sym_u_SQUOTE] = ACTIONS(3096), - [anon_sym_U_SQUOTE] = ACTIONS(3096), - [anon_sym_u8_SQUOTE] = ACTIONS(3096), - [anon_sym_SQUOTE] = ACTIONS(3096), - [anon_sym_L_DQUOTE] = ACTIONS(3096), - [anon_sym_u_DQUOTE] = ACTIONS(3096), - [anon_sym_U_DQUOTE] = ACTIONS(3096), - [anon_sym_u8_DQUOTE] = ACTIONS(3096), - [anon_sym_DQUOTE] = ACTIONS(3096), - [sym_true] = ACTIONS(3094), - [sym_false] = ACTIONS(3094), - [anon_sym_NULL] = ACTIONS(3094), - [anon_sym_nullptr] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_delete] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_namespace] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - [anon_sym_concept] = ACTIONS(3094), - [anon_sym_co_return] = ACTIONS(3094), - [anon_sym_co_yield] = ACTIONS(3094), - [anon_sym_R_DQUOTE] = ACTIONS(3096), - [anon_sym_LR_DQUOTE] = ACTIONS(3096), - [anon_sym_uR_DQUOTE] = ACTIONS(3096), - [anon_sym_UR_DQUOTE] = ACTIONS(3096), - [anon_sym_u8R_DQUOTE] = ACTIONS(3096), - [anon_sym_co_await] = ACTIONS(3094), - [anon_sym_new] = ACTIONS(3094), - [anon_sym_requires] = ACTIONS(3094), - [sym_this] = ACTIONS(3094), - }, - [660] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_include_token1] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token2] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_BANG] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_DASH] = ACTIONS(3098), - [anon_sym_PLUS] = ACTIONS(3098), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym___cdecl] = ACTIONS(3098), - [anon_sym___clrcall] = ACTIONS(3098), - [anon_sym___stdcall] = ACTIONS(3098), - [anon_sym___fastcall] = ACTIONS(3098), - [anon_sym___thiscall] = ACTIONS(3098), - [anon_sym___vectorcall] = ACTIONS(3098), - [anon_sym_LBRACE] = ACTIONS(3100), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [anon_sym_if] = ACTIONS(3098), - [anon_sym_switch] = ACTIONS(3098), - [anon_sym_case] = ACTIONS(3098), - [anon_sym_default] = ACTIONS(3098), - [anon_sym_while] = ACTIONS(3098), - [anon_sym_do] = ACTIONS(3098), - [anon_sym_for] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3098), - [anon_sym_break] = ACTIONS(3098), - [anon_sym_continue] = ACTIONS(3098), - [anon_sym_goto] = ACTIONS(3098), - [anon_sym___try] = ACTIONS(3098), - [anon_sym___leave] = ACTIONS(3098), - [anon_sym_not] = ACTIONS(3098), - [anon_sym_compl] = ACTIONS(3098), - [anon_sym_DASH_DASH] = ACTIONS(3100), - [anon_sym_PLUS_PLUS] = ACTIONS(3100), - [anon_sym_sizeof] = ACTIONS(3098), - [anon_sym___alignof__] = ACTIONS(3098), - [anon_sym___alignof] = ACTIONS(3098), - [anon_sym__alignof] = ACTIONS(3098), - [anon_sym_alignof] = ACTIONS(3098), - [anon_sym__Alignof] = ACTIONS(3098), - [anon_sym_offsetof] = ACTIONS(3098), - [anon_sym__Generic] = ACTIONS(3098), - [anon_sym_asm] = ACTIONS(3098), - [anon_sym___asm__] = ACTIONS(3098), - [anon_sym___asm] = ACTIONS(3098), - [aux_sym_number_literal_token1] = ACTIONS(3100), - [aux_sym_number_literal_token2] = ACTIONS(3098), - [anon_sym_L_SQUOTE] = ACTIONS(3100), - [anon_sym_u_SQUOTE] = ACTIONS(3100), - [anon_sym_U_SQUOTE] = ACTIONS(3100), - [anon_sym_u8_SQUOTE] = ACTIONS(3100), - [anon_sym_SQUOTE] = ACTIONS(3100), - [anon_sym_L_DQUOTE] = ACTIONS(3100), - [anon_sym_u_DQUOTE] = ACTIONS(3100), - [anon_sym_U_DQUOTE] = ACTIONS(3100), - [anon_sym_u8_DQUOTE] = ACTIONS(3100), - [anon_sym_DQUOTE] = ACTIONS(3100), - [sym_true] = ACTIONS(3098), - [sym_false] = ACTIONS(3098), - [anon_sym_NULL] = ACTIONS(3098), - [anon_sym_nullptr] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_try] = ACTIONS(3098), - [anon_sym_delete] = ACTIONS(3098), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_namespace] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - [anon_sym_concept] = ACTIONS(3098), - [anon_sym_co_return] = ACTIONS(3098), - [anon_sym_co_yield] = ACTIONS(3098), - [anon_sym_R_DQUOTE] = ACTIONS(3100), - [anon_sym_LR_DQUOTE] = ACTIONS(3100), - [anon_sym_uR_DQUOTE] = ACTIONS(3100), - [anon_sym_UR_DQUOTE] = ACTIONS(3100), - [anon_sym_u8R_DQUOTE] = ACTIONS(3100), - [anon_sym_co_await] = ACTIONS(3098), - [anon_sym_new] = ACTIONS(3098), - [anon_sym_requires] = ACTIONS(3098), - [sym_this] = ACTIONS(3098), - }, - [661] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_include_token1] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token2] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_DASH] = ACTIONS(3094), - [anon_sym_PLUS] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym___cdecl] = ACTIONS(3094), - [anon_sym___clrcall] = ACTIONS(3094), - [anon_sym___stdcall] = ACTIONS(3094), - [anon_sym___fastcall] = ACTIONS(3094), - [anon_sym___thiscall] = ACTIONS(3094), - [anon_sym___vectorcall] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(3096), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_switch] = ACTIONS(3094), - [anon_sym_case] = ACTIONS(3094), - [anon_sym_default] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_do] = ACTIONS(3094), - [anon_sym_for] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_goto] = ACTIONS(3094), - [anon_sym___try] = ACTIONS(3094), - [anon_sym___leave] = ACTIONS(3094), - [anon_sym_not] = ACTIONS(3094), - [anon_sym_compl] = ACTIONS(3094), - [anon_sym_DASH_DASH] = ACTIONS(3096), - [anon_sym_PLUS_PLUS] = ACTIONS(3096), - [anon_sym_sizeof] = ACTIONS(3094), - [anon_sym___alignof__] = ACTIONS(3094), - [anon_sym___alignof] = ACTIONS(3094), - [anon_sym__alignof] = ACTIONS(3094), - [anon_sym_alignof] = ACTIONS(3094), - [anon_sym__Alignof] = ACTIONS(3094), - [anon_sym_offsetof] = ACTIONS(3094), - [anon_sym__Generic] = ACTIONS(3094), - [anon_sym_asm] = ACTIONS(3094), - [anon_sym___asm__] = ACTIONS(3094), - [anon_sym___asm] = ACTIONS(3094), - [aux_sym_number_literal_token1] = ACTIONS(3096), - [aux_sym_number_literal_token2] = ACTIONS(3094), - [anon_sym_L_SQUOTE] = ACTIONS(3096), - [anon_sym_u_SQUOTE] = ACTIONS(3096), - [anon_sym_U_SQUOTE] = ACTIONS(3096), - [anon_sym_u8_SQUOTE] = ACTIONS(3096), - [anon_sym_SQUOTE] = ACTIONS(3096), - [anon_sym_L_DQUOTE] = ACTIONS(3096), - [anon_sym_u_DQUOTE] = ACTIONS(3096), - [anon_sym_U_DQUOTE] = ACTIONS(3096), - [anon_sym_u8_DQUOTE] = ACTIONS(3096), - [anon_sym_DQUOTE] = ACTIONS(3096), - [sym_true] = ACTIONS(3094), - [sym_false] = ACTIONS(3094), - [anon_sym_NULL] = ACTIONS(3094), - [anon_sym_nullptr] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_delete] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_namespace] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - [anon_sym_concept] = ACTIONS(3094), - [anon_sym_co_return] = ACTIONS(3094), - [anon_sym_co_yield] = ACTIONS(3094), - [anon_sym_R_DQUOTE] = ACTIONS(3096), - [anon_sym_LR_DQUOTE] = ACTIONS(3096), - [anon_sym_uR_DQUOTE] = ACTIONS(3096), - [anon_sym_UR_DQUOTE] = ACTIONS(3096), - [anon_sym_u8R_DQUOTE] = ACTIONS(3096), - [anon_sym_co_await] = ACTIONS(3094), - [anon_sym_new] = ACTIONS(3094), - [anon_sym_requires] = ACTIONS(3094), - [sym_this] = ACTIONS(3094), - }, - [662] = { - [sym_identifier] = ACTIONS(3045), - [aux_sym_preproc_include_token1] = ACTIONS(3045), - [aux_sym_preproc_def_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token2] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3045), - [sym_preproc_directive] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_BANG] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym___extension__] = ACTIONS(3045), - [anon_sym_typedef] = ACTIONS(3045), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym___attribute] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym___cdecl] = ACTIONS(3045), - [anon_sym___clrcall] = ACTIONS(3045), - [anon_sym___stdcall] = ACTIONS(3045), - [anon_sym___fastcall] = ACTIONS(3045), - [anon_sym___thiscall] = ACTIONS(3045), - [anon_sym___vectorcall] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3047), - [anon_sym_signed] = ACTIONS(3045), - [anon_sym_unsigned] = ACTIONS(3045), - [anon_sym_long] = ACTIONS(3045), - [anon_sym_short] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym___inline] = ACTIONS(3045), - [anon_sym___inline__] = ACTIONS(3045), - [anon_sym___forceinline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym___thread] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym___restrict__] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym__Noreturn] = ACTIONS(3045), - [anon_sym_noreturn] = ACTIONS(3045), - [anon_sym__Nonnull] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constinit] = ACTIONS(3045), - [anon_sym_consteval] = ACTIONS(3045), - [anon_sym_PROGMEM] = ACTIONS(3045), - [anon_sym_alignas] = ACTIONS(3045), - [anon_sym__Alignas] = ACTIONS(3045), - [aux_sym_primitive_type_token1] = ACTIONS(3045), - [anon_sym_byte] = ACTIONS(3045), - [anon_sym_word] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_class] = ACTIONS(3045), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_switch] = ACTIONS(3045), - [anon_sym_case] = ACTIONS(3045), - [anon_sym_default] = ACTIONS(3045), - [anon_sym_while] = ACTIONS(3045), - [anon_sym_do] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym___try] = ACTIONS(3045), - [anon_sym___leave] = ACTIONS(3045), - [anon_sym_not] = ACTIONS(3045), - [anon_sym_compl] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3047), - [anon_sym_PLUS_PLUS] = ACTIONS(3047), - [anon_sym_sizeof] = ACTIONS(3045), - [anon_sym___alignof__] = ACTIONS(3045), - [anon_sym___alignof] = ACTIONS(3045), - [anon_sym__alignof] = ACTIONS(3045), - [anon_sym_alignof] = ACTIONS(3045), - [anon_sym__Alignof] = ACTIONS(3045), - [anon_sym_offsetof] = ACTIONS(3045), - [anon_sym__Generic] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym___asm__] = ACTIONS(3045), - [anon_sym___asm] = ACTIONS(3045), - [aux_sym_number_literal_token1] = ACTIONS(3047), - [aux_sym_number_literal_token2] = ACTIONS(3045), - [anon_sym_L_SQUOTE] = ACTIONS(3047), - [anon_sym_u_SQUOTE] = ACTIONS(3047), - [anon_sym_U_SQUOTE] = ACTIONS(3047), - [anon_sym_u8_SQUOTE] = ACTIONS(3047), - [anon_sym_SQUOTE] = ACTIONS(3047), - [anon_sym_L_DQUOTE] = ACTIONS(3047), - [anon_sym_u_DQUOTE] = ACTIONS(3047), - [anon_sym_U_DQUOTE] = ACTIONS(3047), - [anon_sym_u8_DQUOTE] = ACTIONS(3047), - [anon_sym_DQUOTE] = ACTIONS(3047), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [anon_sym_NULL] = ACTIONS(3045), - [anon_sym_nullptr] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3045), - [anon_sym_decltype] = ACTIONS(3045), - [anon_sym_explicit] = ACTIONS(3045), - [anon_sym_typename] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3045), - [anon_sym_try] = ACTIONS(3045), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_namespace] = ACTIONS(3045), - [anon_sym_using] = ACTIONS(3045), - [anon_sym_static_assert] = ACTIONS(3045), - [anon_sym_concept] = ACTIONS(3045), - [anon_sym_co_return] = ACTIONS(3045), - [anon_sym_co_yield] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(3047), - [anon_sym_LR_DQUOTE] = ACTIONS(3047), - [anon_sym_uR_DQUOTE] = ACTIONS(3047), - [anon_sym_UR_DQUOTE] = ACTIONS(3047), - [anon_sym_u8R_DQUOTE] = ACTIONS(3047), - [anon_sym_co_await] = ACTIONS(3045), - [anon_sym_new] = ACTIONS(3045), - [anon_sym_requires] = ACTIONS(3045), - [sym_this] = ACTIONS(3045), - }, - [663] = { [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), [aux_sym_preproc_def_token1] = ACTIONS(3056), [aux_sym_preproc_if_token1] = ACTIONS(3056), - [aux_sym_preproc_if_token2] = ACTIONS(3056), [aux_sym_preproc_ifdef_token1] = ACTIONS(3056), [aux_sym_preproc_ifdef_token2] = ACTIONS(3056), [sym_preproc_directive] = ACTIONS(3056), @@ -139246,6 +138125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(3056), [anon_sym___vectorcall] = ACTIONS(3056), [anon_sym_LBRACE] = ACTIONS(3058), + [anon_sym_RBRACE] = ACTIONS(3058), [anon_sym_signed] = ACTIONS(3056), [anon_sym_unsigned] = ACTIONS(3056), [anon_sym_long] = ACTIONS(3056), @@ -139278,360 +138158,500 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_byte] = ACTIONS(3056), [anon_sym_word] = ACTIONS(3056), [anon_sym_enum] = ACTIONS(3056), - [anon_sym_class] = ACTIONS(3056), - [anon_sym_struct] = ACTIONS(3056), - [anon_sym_union] = ACTIONS(3056), - [anon_sym_if] = ACTIONS(3056), - [anon_sym_switch] = ACTIONS(3056), - [anon_sym_case] = ACTIONS(3056), - [anon_sym_default] = ACTIONS(3056), - [anon_sym_while] = ACTIONS(3056), - [anon_sym_do] = ACTIONS(3056), - [anon_sym_for] = ACTIONS(3056), - [anon_sym_return] = ACTIONS(3056), - [anon_sym_break] = ACTIONS(3056), - [anon_sym_continue] = ACTIONS(3056), - [anon_sym_goto] = ACTIONS(3056), - [anon_sym___try] = ACTIONS(3056), - [anon_sym___leave] = ACTIONS(3056), - [anon_sym_not] = ACTIONS(3056), - [anon_sym_compl] = ACTIONS(3056), - [anon_sym_DASH_DASH] = ACTIONS(3058), - [anon_sym_PLUS_PLUS] = ACTIONS(3058), - [anon_sym_sizeof] = ACTIONS(3056), - [anon_sym___alignof__] = ACTIONS(3056), - [anon_sym___alignof] = ACTIONS(3056), - [anon_sym__alignof] = ACTIONS(3056), - [anon_sym_alignof] = ACTIONS(3056), - [anon_sym__Alignof] = ACTIONS(3056), - [anon_sym_offsetof] = ACTIONS(3056), - [anon_sym__Generic] = ACTIONS(3056), - [anon_sym_asm] = ACTIONS(3056), - [anon_sym___asm__] = ACTIONS(3056), - [anon_sym___asm] = ACTIONS(3056), - [aux_sym_number_literal_token1] = ACTIONS(3058), - [aux_sym_number_literal_token2] = ACTIONS(3056), - [anon_sym_L_SQUOTE] = ACTIONS(3058), - [anon_sym_u_SQUOTE] = ACTIONS(3058), - [anon_sym_U_SQUOTE] = ACTIONS(3058), - [anon_sym_u8_SQUOTE] = ACTIONS(3058), - [anon_sym_SQUOTE] = ACTIONS(3058), - [anon_sym_L_DQUOTE] = ACTIONS(3058), - [anon_sym_u_DQUOTE] = ACTIONS(3058), - [anon_sym_U_DQUOTE] = ACTIONS(3058), - [anon_sym_u8_DQUOTE] = ACTIONS(3058), - [anon_sym_DQUOTE] = ACTIONS(3058), - [sym_true] = ACTIONS(3056), - [sym_false] = ACTIONS(3056), - [anon_sym_NULL] = ACTIONS(3056), - [anon_sym_nullptr] = ACTIONS(3056), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3056), - [anon_sym_decltype] = ACTIONS(3056), - [anon_sym_explicit] = ACTIONS(3056), - [anon_sym_typename] = ACTIONS(3056), - [anon_sym_template] = ACTIONS(3056), - [anon_sym_operator] = ACTIONS(3056), - [anon_sym_try] = ACTIONS(3056), - [anon_sym_delete] = ACTIONS(3056), - [anon_sym_throw] = ACTIONS(3056), - [anon_sym_namespace] = ACTIONS(3056), - [anon_sym_using] = ACTIONS(3056), - [anon_sym_static_assert] = ACTIONS(3056), - [anon_sym_concept] = ACTIONS(3056), - [anon_sym_co_return] = ACTIONS(3056), - [anon_sym_co_yield] = ACTIONS(3056), - [anon_sym_R_DQUOTE] = ACTIONS(3058), - [anon_sym_LR_DQUOTE] = ACTIONS(3058), - [anon_sym_uR_DQUOTE] = ACTIONS(3058), - [anon_sym_UR_DQUOTE] = ACTIONS(3058), - [anon_sym_u8R_DQUOTE] = ACTIONS(3058), - [anon_sym_co_await] = ACTIONS(3056), - [anon_sym_new] = ACTIONS(3056), - [anon_sym_requires] = ACTIONS(3056), - [sym_this] = ACTIONS(3056), - }, - [664] = { - [sym_identifier] = ACTIONS(3064), - [aux_sym_preproc_include_token1] = ACTIONS(3064), - [aux_sym_preproc_def_token1] = ACTIONS(3064), - [aux_sym_preproc_if_token1] = ACTIONS(3064), - [aux_sym_preproc_if_token2] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), - [sym_preproc_directive] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3066), - [anon_sym_BANG] = ACTIONS(3066), - [anon_sym_TILDE] = ACTIONS(3066), - [anon_sym_DASH] = ACTIONS(3064), - [anon_sym_PLUS] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3066), - [anon_sym_AMP_AMP] = ACTIONS(3066), - [anon_sym_AMP] = ACTIONS(3064), - [anon_sym_SEMI] = ACTIONS(3066), - [anon_sym___extension__] = ACTIONS(3064), - [anon_sym_typedef] = ACTIONS(3064), - [anon_sym_virtual] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3064), - [anon_sym___attribute__] = ACTIONS(3064), - [anon_sym___attribute] = ACTIONS(3064), - [anon_sym_COLON_COLON] = ACTIONS(3066), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), - [anon_sym___declspec] = ACTIONS(3064), - [anon_sym___based] = ACTIONS(3064), - [anon_sym___cdecl] = ACTIONS(3064), - [anon_sym___clrcall] = ACTIONS(3064), - [anon_sym___stdcall] = ACTIONS(3064), - [anon_sym___fastcall] = ACTIONS(3064), - [anon_sym___thiscall] = ACTIONS(3064), - [anon_sym___vectorcall] = ACTIONS(3064), - [anon_sym_LBRACE] = ACTIONS(3066), - [anon_sym_signed] = ACTIONS(3064), - [anon_sym_unsigned] = ACTIONS(3064), - [anon_sym_long] = ACTIONS(3064), - [anon_sym_short] = ACTIONS(3064), - [anon_sym_LBRACK] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3064), - [anon_sym_register] = ACTIONS(3064), - [anon_sym_inline] = ACTIONS(3064), - [anon_sym___inline] = ACTIONS(3064), - [anon_sym___inline__] = ACTIONS(3064), - [anon_sym___forceinline] = ACTIONS(3064), - [anon_sym_thread_local] = ACTIONS(3064), - [anon_sym___thread] = ACTIONS(3064), - [anon_sym_const] = ACTIONS(3064), - [anon_sym_constexpr] = ACTIONS(3064), - [anon_sym_volatile] = ACTIONS(3064), - [anon_sym_restrict] = ACTIONS(3064), - [anon_sym___restrict__] = ACTIONS(3064), - [anon_sym__Atomic] = ACTIONS(3064), - [anon_sym__Noreturn] = ACTIONS(3064), - [anon_sym_noreturn] = ACTIONS(3064), - [anon_sym__Nonnull] = ACTIONS(3064), - [anon_sym_mutable] = ACTIONS(3064), - [anon_sym_constinit] = ACTIONS(3064), - [anon_sym_consteval] = ACTIONS(3064), - [anon_sym_PROGMEM] = ACTIONS(3064), - [anon_sym_alignas] = ACTIONS(3064), - [anon_sym__Alignas] = ACTIONS(3064), - [aux_sym_primitive_type_token1] = ACTIONS(3064), - [anon_sym_byte] = ACTIONS(3064), - [anon_sym_word] = ACTIONS(3064), - [anon_sym_enum] = ACTIONS(3064), - [anon_sym_class] = ACTIONS(3064), - [anon_sym_struct] = ACTIONS(3064), - [anon_sym_union] = ACTIONS(3064), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3064), - [anon_sym_case] = ACTIONS(3064), - [anon_sym_default] = ACTIONS(3064), - [anon_sym_while] = ACTIONS(3064), - [anon_sym_do] = ACTIONS(3064), - [anon_sym_for] = ACTIONS(3064), - [anon_sym_return] = ACTIONS(3064), - [anon_sym_break] = ACTIONS(3064), - [anon_sym_continue] = ACTIONS(3064), - [anon_sym_goto] = ACTIONS(3064), - [anon_sym___try] = ACTIONS(3064), - [anon_sym___leave] = ACTIONS(3064), - [anon_sym_not] = ACTIONS(3064), - [anon_sym_compl] = ACTIONS(3064), - [anon_sym_DASH_DASH] = ACTIONS(3066), - [anon_sym_PLUS_PLUS] = ACTIONS(3066), - [anon_sym_sizeof] = ACTIONS(3064), - [anon_sym___alignof__] = ACTIONS(3064), - [anon_sym___alignof] = ACTIONS(3064), - [anon_sym__alignof] = ACTIONS(3064), - [anon_sym_alignof] = ACTIONS(3064), - [anon_sym__Alignof] = ACTIONS(3064), - [anon_sym_offsetof] = ACTIONS(3064), - [anon_sym__Generic] = ACTIONS(3064), - [anon_sym_asm] = ACTIONS(3064), - [anon_sym___asm__] = ACTIONS(3064), - [anon_sym___asm] = ACTIONS(3064), - [aux_sym_number_literal_token1] = ACTIONS(3066), - [aux_sym_number_literal_token2] = ACTIONS(3064), - [anon_sym_L_SQUOTE] = ACTIONS(3066), - [anon_sym_u_SQUOTE] = ACTIONS(3066), - [anon_sym_U_SQUOTE] = ACTIONS(3066), - [anon_sym_u8_SQUOTE] = ACTIONS(3066), - [anon_sym_SQUOTE] = ACTIONS(3066), - [anon_sym_L_DQUOTE] = ACTIONS(3066), - [anon_sym_u_DQUOTE] = ACTIONS(3066), - [anon_sym_U_DQUOTE] = ACTIONS(3066), - [anon_sym_u8_DQUOTE] = ACTIONS(3066), - [anon_sym_DQUOTE] = ACTIONS(3066), - [sym_true] = ACTIONS(3064), - [sym_false] = ACTIONS(3064), - [anon_sym_NULL] = ACTIONS(3064), - [anon_sym_nullptr] = ACTIONS(3064), + [anon_sym_class] = ACTIONS(3056), + [anon_sym_struct] = ACTIONS(3056), + [anon_sym_union] = ACTIONS(3056), + [anon_sym_if] = ACTIONS(3056), + [anon_sym_switch] = ACTIONS(3056), + [anon_sym_case] = ACTIONS(3056), + [anon_sym_default] = ACTIONS(3056), + [anon_sym_while] = ACTIONS(3056), + [anon_sym_do] = ACTIONS(3056), + [anon_sym_for] = ACTIONS(3056), + [anon_sym_return] = ACTIONS(3056), + [anon_sym_break] = ACTIONS(3056), + [anon_sym_continue] = ACTIONS(3056), + [anon_sym_goto] = ACTIONS(3056), + [anon_sym___try] = ACTIONS(3056), + [anon_sym___leave] = ACTIONS(3056), + [anon_sym_not] = ACTIONS(3056), + [anon_sym_compl] = ACTIONS(3056), + [anon_sym_DASH_DASH] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_sizeof] = ACTIONS(3056), + [anon_sym___alignof__] = ACTIONS(3056), + [anon_sym___alignof] = ACTIONS(3056), + [anon_sym__alignof] = ACTIONS(3056), + [anon_sym_alignof] = ACTIONS(3056), + [anon_sym__Alignof] = ACTIONS(3056), + [anon_sym_offsetof] = ACTIONS(3056), + [anon_sym__Generic] = ACTIONS(3056), + [anon_sym_asm] = ACTIONS(3056), + [anon_sym___asm__] = ACTIONS(3056), + [anon_sym___asm] = ACTIONS(3056), + [aux_sym_number_literal_token1] = ACTIONS(3058), + [aux_sym_number_literal_token2] = ACTIONS(3056), + [anon_sym_L_SQUOTE] = ACTIONS(3058), + [anon_sym_u_SQUOTE] = ACTIONS(3058), + [anon_sym_U_SQUOTE] = ACTIONS(3058), + [anon_sym_u8_SQUOTE] = ACTIONS(3058), + [anon_sym_SQUOTE] = ACTIONS(3058), + [anon_sym_L_DQUOTE] = ACTIONS(3058), + [anon_sym_u_DQUOTE] = ACTIONS(3058), + [anon_sym_U_DQUOTE] = ACTIONS(3058), + [anon_sym_u8_DQUOTE] = ACTIONS(3058), + [anon_sym_DQUOTE] = ACTIONS(3058), + [sym_true] = ACTIONS(3056), + [sym_false] = ACTIONS(3056), + [anon_sym_NULL] = ACTIONS(3056), + [anon_sym_nullptr] = ACTIONS(3056), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3064), - [anon_sym_decltype] = ACTIONS(3064), - [anon_sym_explicit] = ACTIONS(3064), - [anon_sym_typename] = ACTIONS(3064), - [anon_sym_template] = ACTIONS(3064), - [anon_sym_operator] = ACTIONS(3064), - [anon_sym_try] = ACTIONS(3064), - [anon_sym_delete] = ACTIONS(3064), - [anon_sym_throw] = ACTIONS(3064), - [anon_sym_namespace] = ACTIONS(3064), - [anon_sym_using] = ACTIONS(3064), - [anon_sym_static_assert] = ACTIONS(3064), - [anon_sym_concept] = ACTIONS(3064), - [anon_sym_co_return] = ACTIONS(3064), - [anon_sym_co_yield] = ACTIONS(3064), - [anon_sym_R_DQUOTE] = ACTIONS(3066), - [anon_sym_LR_DQUOTE] = ACTIONS(3066), - [anon_sym_uR_DQUOTE] = ACTIONS(3066), - [anon_sym_UR_DQUOTE] = ACTIONS(3066), - [anon_sym_u8R_DQUOTE] = ACTIONS(3066), - [anon_sym_co_await] = ACTIONS(3064), - [anon_sym_new] = ACTIONS(3064), - [anon_sym_requires] = ACTIONS(3064), - [sym_this] = ACTIONS(3064), + [sym_auto] = ACTIONS(3056), + [anon_sym_decltype] = ACTIONS(3056), + [anon_sym_explicit] = ACTIONS(3056), + [anon_sym_typename] = ACTIONS(3056), + [anon_sym_template] = ACTIONS(3056), + [anon_sym_operator] = ACTIONS(3056), + [anon_sym_try] = ACTIONS(3056), + [anon_sym_delete] = ACTIONS(3056), + [anon_sym_throw] = ACTIONS(3056), + [anon_sym_namespace] = ACTIONS(3056), + [anon_sym_using] = ACTIONS(3056), + [anon_sym_static_assert] = ACTIONS(3056), + [anon_sym_concept] = ACTIONS(3056), + [anon_sym_co_return] = ACTIONS(3056), + [anon_sym_co_yield] = ACTIONS(3056), + [anon_sym_R_DQUOTE] = ACTIONS(3058), + [anon_sym_LR_DQUOTE] = ACTIONS(3058), + [anon_sym_uR_DQUOTE] = ACTIONS(3058), + [anon_sym_UR_DQUOTE] = ACTIONS(3058), + [anon_sym_u8R_DQUOTE] = ACTIONS(3058), + [anon_sym_co_await] = ACTIONS(3056), + [anon_sym_new] = ACTIONS(3056), + [anon_sym_requires] = ACTIONS(3056), + [sym_this] = ACTIONS(3056), }, - [665] = { - [sym_identifier] = ACTIONS(2943), - [aux_sym_preproc_include_token1] = ACTIONS(2943), - [aux_sym_preproc_def_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token2] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2943), - [sym_preproc_directive] = ACTIONS(2943), - [anon_sym_LPAREN2] = ACTIONS(2945), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_TILDE] = ACTIONS(2945), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_AMP_AMP] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_SEMI] = ACTIONS(2945), - [anon_sym___extension__] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2943), - [anon_sym_virtual] = ACTIONS(2943), - [anon_sym_extern] = ACTIONS(2943), - [anon_sym___attribute__] = ACTIONS(2943), - [anon_sym___attribute] = ACTIONS(2943), - [anon_sym_COLON_COLON] = ACTIONS(2945), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2943), - [anon_sym___based] = ACTIONS(2943), - [anon_sym___cdecl] = ACTIONS(2943), - [anon_sym___clrcall] = ACTIONS(2943), - [anon_sym___stdcall] = ACTIONS(2943), - [anon_sym___fastcall] = ACTIONS(2943), - [anon_sym___thiscall] = ACTIONS(2943), - [anon_sym___vectorcall] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2943), - [anon_sym_unsigned] = ACTIONS(2943), - [anon_sym_long] = ACTIONS(2943), - [anon_sym_short] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2943), - [anon_sym_register] = ACTIONS(2943), - [anon_sym_inline] = ACTIONS(2943), - [anon_sym___inline] = ACTIONS(2943), - [anon_sym___inline__] = ACTIONS(2943), - [anon_sym___forceinline] = ACTIONS(2943), - [anon_sym_thread_local] = ACTIONS(2943), - [anon_sym___thread] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_constexpr] = ACTIONS(2943), - [anon_sym_volatile] = ACTIONS(2943), - [anon_sym_restrict] = ACTIONS(2943), - [anon_sym___restrict__] = ACTIONS(2943), - [anon_sym__Atomic] = ACTIONS(2943), - [anon_sym__Noreturn] = ACTIONS(2943), - [anon_sym_noreturn] = ACTIONS(2943), - [anon_sym__Nonnull] = ACTIONS(2943), - [anon_sym_mutable] = ACTIONS(2943), - [anon_sym_constinit] = ACTIONS(2943), - [anon_sym_consteval] = ACTIONS(2943), - [anon_sym_PROGMEM] = ACTIONS(2943), - [anon_sym_alignas] = ACTIONS(2943), - [anon_sym__Alignas] = ACTIONS(2943), - [aux_sym_primitive_type_token1] = ACTIONS(2943), - [anon_sym_byte] = ACTIONS(2943), - [anon_sym_word] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_class] = ACTIONS(2943), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_switch] = ACTIONS(2943), - [anon_sym_case] = ACTIONS(2943), - [anon_sym_default] = ACTIONS(2943), - [anon_sym_while] = ACTIONS(2943), - [anon_sym_do] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym___try] = ACTIONS(2943), - [anon_sym___leave] = ACTIONS(2943), - [anon_sym_not] = ACTIONS(2943), - [anon_sym_compl] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2945), - [anon_sym_PLUS_PLUS] = ACTIONS(2945), - [anon_sym_sizeof] = ACTIONS(2943), - [anon_sym___alignof__] = ACTIONS(2943), - [anon_sym___alignof] = ACTIONS(2943), - [anon_sym__alignof] = ACTIONS(2943), - [anon_sym_alignof] = ACTIONS(2943), - [anon_sym__Alignof] = ACTIONS(2943), - [anon_sym_offsetof] = ACTIONS(2943), - [anon_sym__Generic] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym___asm__] = ACTIONS(2943), - [anon_sym___asm] = ACTIONS(2943), - [aux_sym_number_literal_token1] = ACTIONS(2945), - [aux_sym_number_literal_token2] = ACTIONS(2943), - [anon_sym_L_SQUOTE] = ACTIONS(2945), - [anon_sym_u_SQUOTE] = ACTIONS(2945), - [anon_sym_U_SQUOTE] = ACTIONS(2945), - [anon_sym_u8_SQUOTE] = ACTIONS(2945), - [anon_sym_SQUOTE] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2945), - [anon_sym_u_DQUOTE] = ACTIONS(2945), - [anon_sym_U_DQUOTE] = ACTIONS(2945), - [anon_sym_u8_DQUOTE] = ACTIONS(2945), - [anon_sym_DQUOTE] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [anon_sym_NULL] = ACTIONS(2943), - [anon_sym_nullptr] = ACTIONS(2943), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2943), - [anon_sym_decltype] = ACTIONS(2943), - [anon_sym_explicit] = ACTIONS(2943), - [anon_sym_typename] = ACTIONS(2943), - [anon_sym_template] = ACTIONS(2943), - [anon_sym_operator] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(2943), - [anon_sym_delete] = ACTIONS(2943), - [anon_sym_throw] = ACTIONS(2943), - [anon_sym_namespace] = ACTIONS(2943), - [anon_sym_using] = ACTIONS(2943), - [anon_sym_static_assert] = ACTIONS(2943), - [anon_sym_concept] = ACTIONS(2943), - [anon_sym_co_return] = ACTIONS(2943), - [anon_sym_co_yield] = ACTIONS(2943), - [anon_sym_R_DQUOTE] = ACTIONS(2945), - [anon_sym_LR_DQUOTE] = ACTIONS(2945), - [anon_sym_uR_DQUOTE] = ACTIONS(2945), - [anon_sym_UR_DQUOTE] = ACTIONS(2945), - [anon_sym_u8R_DQUOTE] = ACTIONS(2945), - [anon_sym_co_await] = ACTIONS(2943), - [anon_sym_new] = ACTIONS(2943), - [anon_sym_requires] = ACTIONS(2943), - [sym_this] = ACTIONS(2943), + [656] = { + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_include_token1] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token2] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2941), + [anon_sym_PLUS] = ACTIONS(2941), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym___cdecl] = ACTIONS(2941), + [anon_sym___clrcall] = ACTIONS(2941), + [anon_sym___stdcall] = ACTIONS(2941), + [anon_sym___fastcall] = ACTIONS(2941), + [anon_sym___thiscall] = ACTIONS(2941), + [anon_sym___vectorcall] = ACTIONS(2941), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [anon_sym_if] = ACTIONS(2941), + [anon_sym_switch] = ACTIONS(2941), + [anon_sym_case] = ACTIONS(2941), + [anon_sym_default] = ACTIONS(2941), + [anon_sym_while] = ACTIONS(2941), + [anon_sym_do] = ACTIONS(2941), + [anon_sym_for] = ACTIONS(2941), + [anon_sym_return] = ACTIONS(2941), + [anon_sym_break] = ACTIONS(2941), + [anon_sym_continue] = ACTIONS(2941), + [anon_sym_goto] = ACTIONS(2941), + [anon_sym___try] = ACTIONS(2941), + [anon_sym___leave] = ACTIONS(2941), + [anon_sym_not] = ACTIONS(2941), + [anon_sym_compl] = ACTIONS(2941), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_sizeof] = ACTIONS(2941), + [anon_sym___alignof__] = ACTIONS(2941), + [anon_sym___alignof] = ACTIONS(2941), + [anon_sym__alignof] = ACTIONS(2941), + [anon_sym_alignof] = ACTIONS(2941), + [anon_sym__Alignof] = ACTIONS(2941), + [anon_sym_offsetof] = ACTIONS(2941), + [anon_sym__Generic] = ACTIONS(2941), + [anon_sym_asm] = ACTIONS(2941), + [anon_sym___asm__] = ACTIONS(2941), + [anon_sym___asm] = ACTIONS(2941), + [aux_sym_number_literal_token1] = ACTIONS(2943), + [aux_sym_number_literal_token2] = ACTIONS(2941), + [anon_sym_L_SQUOTE] = ACTIONS(2943), + [anon_sym_u_SQUOTE] = ACTIONS(2943), + [anon_sym_U_SQUOTE] = ACTIONS(2943), + [anon_sym_u8_SQUOTE] = ACTIONS(2943), + [anon_sym_SQUOTE] = ACTIONS(2943), + [anon_sym_L_DQUOTE] = ACTIONS(2943), + [anon_sym_u_DQUOTE] = ACTIONS(2943), + [anon_sym_U_DQUOTE] = ACTIONS(2943), + [anon_sym_u8_DQUOTE] = ACTIONS(2943), + [anon_sym_DQUOTE] = ACTIONS(2943), + [sym_true] = ACTIONS(2941), + [sym_false] = ACTIONS(2941), + [anon_sym_NULL] = ACTIONS(2941), + [anon_sym_nullptr] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_try] = ACTIONS(2941), + [anon_sym_delete] = ACTIONS(2941), + [anon_sym_throw] = ACTIONS(2941), + [anon_sym_namespace] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), + [anon_sym_concept] = ACTIONS(2941), + [anon_sym_co_return] = ACTIONS(2941), + [anon_sym_co_yield] = ACTIONS(2941), + [anon_sym_R_DQUOTE] = ACTIONS(2943), + [anon_sym_LR_DQUOTE] = ACTIONS(2943), + [anon_sym_uR_DQUOTE] = ACTIONS(2943), + [anon_sym_UR_DQUOTE] = ACTIONS(2943), + [anon_sym_u8R_DQUOTE] = ACTIONS(2943), + [anon_sym_co_await] = ACTIONS(2941), + [anon_sym_new] = ACTIONS(2941), + [anon_sym_requires] = ACTIONS(2941), + [sym_this] = ACTIONS(2941), }, - [666] = { + [657] = { + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_include_token1] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token2] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_BANG] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_DASH] = ACTIONS(3048), + [anon_sym_PLUS] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym___cdecl] = ACTIONS(3048), + [anon_sym___clrcall] = ACTIONS(3048), + [anon_sym___stdcall] = ACTIONS(3048), + [anon_sym___fastcall] = ACTIONS(3048), + [anon_sym___thiscall] = ACTIONS(3048), + [anon_sym___vectorcall] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3050), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_switch] = ACTIONS(3048), + [anon_sym_case] = ACTIONS(3048), + [anon_sym_default] = ACTIONS(3048), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_do] = ACTIONS(3048), + [anon_sym_for] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_goto] = ACTIONS(3048), + [anon_sym___try] = ACTIONS(3048), + [anon_sym___leave] = ACTIONS(3048), + [anon_sym_not] = ACTIONS(3048), + [anon_sym_compl] = ACTIONS(3048), + [anon_sym_DASH_DASH] = ACTIONS(3050), + [anon_sym_PLUS_PLUS] = ACTIONS(3050), + [anon_sym_sizeof] = ACTIONS(3048), + [anon_sym___alignof__] = ACTIONS(3048), + [anon_sym___alignof] = ACTIONS(3048), + [anon_sym__alignof] = ACTIONS(3048), + [anon_sym_alignof] = ACTIONS(3048), + [anon_sym__Alignof] = ACTIONS(3048), + [anon_sym_offsetof] = ACTIONS(3048), + [anon_sym__Generic] = ACTIONS(3048), + [anon_sym_asm] = ACTIONS(3048), + [anon_sym___asm__] = ACTIONS(3048), + [anon_sym___asm] = ACTIONS(3048), + [aux_sym_number_literal_token1] = ACTIONS(3050), + [aux_sym_number_literal_token2] = ACTIONS(3048), + [anon_sym_L_SQUOTE] = ACTIONS(3050), + [anon_sym_u_SQUOTE] = ACTIONS(3050), + [anon_sym_U_SQUOTE] = ACTIONS(3050), + [anon_sym_u8_SQUOTE] = ACTIONS(3050), + [anon_sym_SQUOTE] = ACTIONS(3050), + [anon_sym_L_DQUOTE] = ACTIONS(3050), + [anon_sym_u_DQUOTE] = ACTIONS(3050), + [anon_sym_U_DQUOTE] = ACTIONS(3050), + [anon_sym_u8_DQUOTE] = ACTIONS(3050), + [anon_sym_DQUOTE] = ACTIONS(3050), + [sym_true] = ACTIONS(3048), + [sym_false] = ACTIONS(3048), + [anon_sym_NULL] = ACTIONS(3048), + [anon_sym_nullptr] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_delete] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_namespace] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + [anon_sym_concept] = ACTIONS(3048), + [anon_sym_co_return] = ACTIONS(3048), + [anon_sym_co_yield] = ACTIONS(3048), + [anon_sym_R_DQUOTE] = ACTIONS(3050), + [anon_sym_LR_DQUOTE] = ACTIONS(3050), + [anon_sym_uR_DQUOTE] = ACTIONS(3050), + [anon_sym_UR_DQUOTE] = ACTIONS(3050), + [anon_sym_u8R_DQUOTE] = ACTIONS(3050), + [anon_sym_co_await] = ACTIONS(3048), + [anon_sym_new] = ACTIONS(3048), + [anon_sym_requires] = ACTIONS(3048), + [sym_this] = ACTIONS(3048), + }, + [658] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_include_token1] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token2] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_BANG] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_DASH] = ACTIONS(3096), + [anon_sym_PLUS] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym___cdecl] = ACTIONS(3096), + [anon_sym___clrcall] = ACTIONS(3096), + [anon_sym___stdcall] = ACTIONS(3096), + [anon_sym___fastcall] = ACTIONS(3096), + [anon_sym___thiscall] = ACTIONS(3096), + [anon_sym___vectorcall] = ACTIONS(3096), + [anon_sym_LBRACE] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_switch] = ACTIONS(3096), + [anon_sym_case] = ACTIONS(3096), + [anon_sym_default] = ACTIONS(3096), + [anon_sym_while] = ACTIONS(3096), + [anon_sym_do] = ACTIONS(3096), + [anon_sym_for] = ACTIONS(3096), + [anon_sym_return] = ACTIONS(3096), + [anon_sym_break] = ACTIONS(3096), + [anon_sym_continue] = ACTIONS(3096), + [anon_sym_goto] = ACTIONS(3096), + [anon_sym___try] = ACTIONS(3096), + [anon_sym___leave] = ACTIONS(3096), + [anon_sym_not] = ACTIONS(3096), + [anon_sym_compl] = ACTIONS(3096), + [anon_sym_DASH_DASH] = ACTIONS(3098), + [anon_sym_PLUS_PLUS] = ACTIONS(3098), + [anon_sym_sizeof] = ACTIONS(3096), + [anon_sym___alignof__] = ACTIONS(3096), + [anon_sym___alignof] = ACTIONS(3096), + [anon_sym__alignof] = ACTIONS(3096), + [anon_sym_alignof] = ACTIONS(3096), + [anon_sym__Alignof] = ACTIONS(3096), + [anon_sym_offsetof] = ACTIONS(3096), + [anon_sym__Generic] = ACTIONS(3096), + [anon_sym_asm] = ACTIONS(3096), + [anon_sym___asm__] = ACTIONS(3096), + [anon_sym___asm] = ACTIONS(3096), + [aux_sym_number_literal_token1] = ACTIONS(3098), + [aux_sym_number_literal_token2] = ACTIONS(3096), + [anon_sym_L_SQUOTE] = ACTIONS(3098), + [anon_sym_u_SQUOTE] = ACTIONS(3098), + [anon_sym_U_SQUOTE] = ACTIONS(3098), + [anon_sym_u8_SQUOTE] = ACTIONS(3098), + [anon_sym_SQUOTE] = ACTIONS(3098), + [anon_sym_L_DQUOTE] = ACTIONS(3098), + [anon_sym_u_DQUOTE] = ACTIONS(3098), + [anon_sym_U_DQUOTE] = ACTIONS(3098), + [anon_sym_u8_DQUOTE] = ACTIONS(3098), + [anon_sym_DQUOTE] = ACTIONS(3098), + [sym_true] = ACTIONS(3096), + [sym_false] = ACTIONS(3096), + [anon_sym_NULL] = ACTIONS(3096), + [anon_sym_nullptr] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_try] = ACTIONS(3096), + [anon_sym_delete] = ACTIONS(3096), + [anon_sym_throw] = ACTIONS(3096), + [anon_sym_namespace] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), + [anon_sym_concept] = ACTIONS(3096), + [anon_sym_co_return] = ACTIONS(3096), + [anon_sym_co_yield] = ACTIONS(3096), + [anon_sym_R_DQUOTE] = ACTIONS(3098), + [anon_sym_LR_DQUOTE] = ACTIONS(3098), + [anon_sym_uR_DQUOTE] = ACTIONS(3098), + [anon_sym_UR_DQUOTE] = ACTIONS(3098), + [anon_sym_u8R_DQUOTE] = ACTIONS(3098), + [anon_sym_co_await] = ACTIONS(3096), + [anon_sym_new] = ACTIONS(3096), + [anon_sym_requires] = ACTIONS(3096), + [sym_this] = ACTIONS(3096), + }, + [659] = { [sym_identifier] = ACTIONS(3068), [aux_sym_preproc_include_token1] = ACTIONS(3068), [aux_sym_preproc_def_token1] = ACTIONS(3068), @@ -139771,7 +138791,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3068), [sym_this] = ACTIONS(3068), }, - [667] = { + [660] = { [sym_identifier] = ACTIONS(3072), [aux_sym_preproc_include_token1] = ACTIONS(3072), [aux_sym_preproc_def_token1] = ACTIONS(3072), @@ -139911,432 +138931,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3072), [sym_this] = ACTIONS(3072), }, - [668] = { - [sym_identifier] = ACTIONS(3110), - [aux_sym_preproc_include_token1] = ACTIONS(3110), - [aux_sym_preproc_def_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token2] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_LPAREN2] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_AMP_AMP] = ACTIONS(3112), - [anon_sym_AMP] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym___extension__] = ACTIONS(3110), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_virtual] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym___attribute__] = ACTIONS(3110), - [anon_sym___attribute] = ACTIONS(3110), - [anon_sym_COLON_COLON] = ACTIONS(3112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3112), - [anon_sym___declspec] = ACTIONS(3110), - [anon_sym___based] = ACTIONS(3110), - [anon_sym___cdecl] = ACTIONS(3110), - [anon_sym___clrcall] = ACTIONS(3110), - [anon_sym___stdcall] = ACTIONS(3110), - [anon_sym___fastcall] = ACTIONS(3110), - [anon_sym___thiscall] = ACTIONS(3110), - [anon_sym___vectorcall] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_signed] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [anon_sym_LBRACK] = ACTIONS(3110), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym___inline] = ACTIONS(3110), - [anon_sym___inline__] = ACTIONS(3110), - [anon_sym___forceinline] = ACTIONS(3110), - [anon_sym_thread_local] = ACTIONS(3110), - [anon_sym___thread] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_constexpr] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym___restrict__] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym__Noreturn] = ACTIONS(3110), - [anon_sym_noreturn] = ACTIONS(3110), - [anon_sym__Nonnull] = ACTIONS(3110), - [anon_sym_mutable] = ACTIONS(3110), - [anon_sym_constinit] = ACTIONS(3110), - [anon_sym_consteval] = ACTIONS(3110), - [anon_sym_PROGMEM] = ACTIONS(3110), - [anon_sym_alignas] = ACTIONS(3110), - [anon_sym__Alignas] = ACTIONS(3110), - [aux_sym_primitive_type_token1] = ACTIONS(3110), - [anon_sym_byte] = ACTIONS(3110), - [anon_sym_word] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_class] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym___try] = ACTIONS(3110), - [anon_sym___leave] = ACTIONS(3110), - [anon_sym_not] = ACTIONS(3110), - [anon_sym_compl] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [anon_sym___alignof__] = ACTIONS(3110), - [anon_sym___alignof] = ACTIONS(3110), - [anon_sym__alignof] = ACTIONS(3110), - [anon_sym_alignof] = ACTIONS(3110), - [anon_sym__Alignof] = ACTIONS(3110), - [anon_sym_offsetof] = ACTIONS(3110), - [anon_sym__Generic] = ACTIONS(3110), - [anon_sym_asm] = ACTIONS(3110), - [anon_sym___asm__] = ACTIONS(3110), - [anon_sym___asm] = ACTIONS(3110), - [aux_sym_number_literal_token1] = ACTIONS(3112), - [aux_sym_number_literal_token2] = ACTIONS(3110), - [anon_sym_L_SQUOTE] = ACTIONS(3112), - [anon_sym_u_SQUOTE] = ACTIONS(3112), - [anon_sym_U_SQUOTE] = ACTIONS(3112), - [anon_sym_u8_SQUOTE] = ACTIONS(3112), - [anon_sym_SQUOTE] = ACTIONS(3112), - [anon_sym_L_DQUOTE] = ACTIONS(3112), - [anon_sym_u_DQUOTE] = ACTIONS(3112), - [anon_sym_U_DQUOTE] = ACTIONS(3112), - [anon_sym_u8_DQUOTE] = ACTIONS(3112), - [anon_sym_DQUOTE] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [anon_sym_NULL] = ACTIONS(3110), - [anon_sym_nullptr] = ACTIONS(3110), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3110), - [anon_sym_decltype] = ACTIONS(3110), - [anon_sym_explicit] = ACTIONS(3110), - [anon_sym_typename] = ACTIONS(3110), - [anon_sym_template] = ACTIONS(3110), - [anon_sym_operator] = ACTIONS(3110), - [anon_sym_try] = ACTIONS(3110), - [anon_sym_delete] = ACTIONS(3110), - [anon_sym_throw] = ACTIONS(3110), - [anon_sym_namespace] = ACTIONS(3110), - [anon_sym_using] = ACTIONS(3110), - [anon_sym_static_assert] = ACTIONS(3110), - [anon_sym_concept] = ACTIONS(3110), - [anon_sym_co_return] = ACTIONS(3110), - [anon_sym_co_yield] = ACTIONS(3110), - [anon_sym_R_DQUOTE] = ACTIONS(3112), - [anon_sym_LR_DQUOTE] = ACTIONS(3112), - [anon_sym_uR_DQUOTE] = ACTIONS(3112), - [anon_sym_UR_DQUOTE] = ACTIONS(3112), - [anon_sym_u8R_DQUOTE] = ACTIONS(3112), - [anon_sym_co_await] = ACTIONS(3110), - [anon_sym_new] = ACTIONS(3110), - [anon_sym_requires] = ACTIONS(3110), - [sym_this] = ACTIONS(3110), - }, - [669] = { - [sym_identifier] = ACTIONS(3118), - [aux_sym_preproc_include_token1] = ACTIONS(3118), - [aux_sym_preproc_def_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token2] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_LPAREN2] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_AMP_AMP] = ACTIONS(3120), - [anon_sym_AMP] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym___extension__] = ACTIONS(3118), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_virtual] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym___attribute__] = ACTIONS(3118), - [anon_sym___attribute] = ACTIONS(3118), - [anon_sym_COLON_COLON] = ACTIONS(3120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3120), - [anon_sym___declspec] = ACTIONS(3118), - [anon_sym___based] = ACTIONS(3118), - [anon_sym___cdecl] = ACTIONS(3118), - [anon_sym___clrcall] = ACTIONS(3118), - [anon_sym___stdcall] = ACTIONS(3118), - [anon_sym___fastcall] = ACTIONS(3118), - [anon_sym___thiscall] = ACTIONS(3118), - [anon_sym___vectorcall] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_signed] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [anon_sym_LBRACK] = ACTIONS(3118), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym___inline] = ACTIONS(3118), - [anon_sym___inline__] = ACTIONS(3118), - [anon_sym___forceinline] = ACTIONS(3118), - [anon_sym_thread_local] = ACTIONS(3118), - [anon_sym___thread] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_constexpr] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym___restrict__] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym__Noreturn] = ACTIONS(3118), - [anon_sym_noreturn] = ACTIONS(3118), - [anon_sym__Nonnull] = ACTIONS(3118), - [anon_sym_mutable] = ACTIONS(3118), - [anon_sym_constinit] = ACTIONS(3118), - [anon_sym_consteval] = ACTIONS(3118), - [anon_sym_PROGMEM] = ACTIONS(3118), - [anon_sym_alignas] = ACTIONS(3118), - [anon_sym__Alignas] = ACTIONS(3118), - [aux_sym_primitive_type_token1] = ACTIONS(3118), - [anon_sym_byte] = ACTIONS(3118), - [anon_sym_word] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_class] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym___try] = ACTIONS(3118), - [anon_sym___leave] = ACTIONS(3118), - [anon_sym_not] = ACTIONS(3118), - [anon_sym_compl] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [anon_sym___alignof__] = ACTIONS(3118), - [anon_sym___alignof] = ACTIONS(3118), - [anon_sym__alignof] = ACTIONS(3118), - [anon_sym_alignof] = ACTIONS(3118), - [anon_sym__Alignof] = ACTIONS(3118), - [anon_sym_offsetof] = ACTIONS(3118), - [anon_sym__Generic] = ACTIONS(3118), - [anon_sym_asm] = ACTIONS(3118), - [anon_sym___asm__] = ACTIONS(3118), - [anon_sym___asm] = ACTIONS(3118), - [aux_sym_number_literal_token1] = ACTIONS(3120), - [aux_sym_number_literal_token2] = ACTIONS(3118), - [anon_sym_L_SQUOTE] = ACTIONS(3120), - [anon_sym_u_SQUOTE] = ACTIONS(3120), - [anon_sym_U_SQUOTE] = ACTIONS(3120), - [anon_sym_u8_SQUOTE] = ACTIONS(3120), - [anon_sym_SQUOTE] = ACTIONS(3120), - [anon_sym_L_DQUOTE] = ACTIONS(3120), - [anon_sym_u_DQUOTE] = ACTIONS(3120), - [anon_sym_U_DQUOTE] = ACTIONS(3120), - [anon_sym_u8_DQUOTE] = ACTIONS(3120), - [anon_sym_DQUOTE] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [anon_sym_NULL] = ACTIONS(3118), - [anon_sym_nullptr] = ACTIONS(3118), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3118), - [anon_sym_decltype] = ACTIONS(3118), - [anon_sym_explicit] = ACTIONS(3118), - [anon_sym_typename] = ACTIONS(3118), - [anon_sym_template] = ACTIONS(3118), - [anon_sym_operator] = ACTIONS(3118), - [anon_sym_try] = ACTIONS(3118), - [anon_sym_delete] = ACTIONS(3118), - [anon_sym_throw] = ACTIONS(3118), - [anon_sym_namespace] = ACTIONS(3118), - [anon_sym_using] = ACTIONS(3118), - [anon_sym_static_assert] = ACTIONS(3118), - [anon_sym_concept] = ACTIONS(3118), - [anon_sym_co_return] = ACTIONS(3118), - [anon_sym_co_yield] = ACTIONS(3118), - [anon_sym_R_DQUOTE] = ACTIONS(3120), - [anon_sym_LR_DQUOTE] = ACTIONS(3120), - [anon_sym_uR_DQUOTE] = ACTIONS(3120), - [anon_sym_UR_DQUOTE] = ACTIONS(3120), - [anon_sym_u8R_DQUOTE] = ACTIONS(3120), - [anon_sym_co_await] = ACTIONS(3118), - [anon_sym_new] = ACTIONS(3118), - [anon_sym_requires] = ACTIONS(3118), - [sym_this] = ACTIONS(3118), - }, - [670] = { - [sym_identifier] = ACTIONS(3080), - [aux_sym_preproc_include_token1] = ACTIONS(3080), - [aux_sym_preproc_def_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token2] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3080), - [sym_preproc_directive] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_BANG] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_DASH] = ACTIONS(3080), - [anon_sym_PLUS] = ACTIONS(3080), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_SEMI] = ACTIONS(3082), - [anon_sym___extension__] = ACTIONS(3080), - [anon_sym_typedef] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym___attribute] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym___cdecl] = ACTIONS(3080), - [anon_sym___clrcall] = ACTIONS(3080), - [anon_sym___stdcall] = ACTIONS(3080), - [anon_sym___fastcall] = ACTIONS(3080), - [anon_sym___thiscall] = ACTIONS(3080), - [anon_sym___vectorcall] = ACTIONS(3080), - [anon_sym_LBRACE] = ACTIONS(3082), - [anon_sym_signed] = ACTIONS(3080), - [anon_sym_unsigned] = ACTIONS(3080), - [anon_sym_long] = ACTIONS(3080), - [anon_sym_short] = ACTIONS(3080), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym___inline] = ACTIONS(3080), - [anon_sym___inline__] = ACTIONS(3080), - [anon_sym___forceinline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym___thread] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym___restrict__] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym__Noreturn] = ACTIONS(3080), - [anon_sym_noreturn] = ACTIONS(3080), - [anon_sym__Nonnull] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constinit] = ACTIONS(3080), - [anon_sym_consteval] = ACTIONS(3080), - [anon_sym_PROGMEM] = ACTIONS(3080), - [anon_sym_alignas] = ACTIONS(3080), - [anon_sym__Alignas] = ACTIONS(3080), - [aux_sym_primitive_type_token1] = ACTIONS(3080), - [anon_sym_byte] = ACTIONS(3080), - [anon_sym_word] = ACTIONS(3080), - [anon_sym_enum] = ACTIONS(3080), - [anon_sym_class] = ACTIONS(3080), - [anon_sym_struct] = ACTIONS(3080), - [anon_sym_union] = ACTIONS(3080), - [anon_sym_if] = ACTIONS(3080), - [anon_sym_switch] = ACTIONS(3080), - [anon_sym_case] = ACTIONS(3080), - [anon_sym_default] = ACTIONS(3080), - [anon_sym_while] = ACTIONS(3080), - [anon_sym_do] = ACTIONS(3080), - [anon_sym_for] = ACTIONS(3080), - [anon_sym_return] = ACTIONS(3080), - [anon_sym_break] = ACTIONS(3080), - [anon_sym_continue] = ACTIONS(3080), - [anon_sym_goto] = ACTIONS(3080), - [anon_sym___try] = ACTIONS(3080), - [anon_sym___leave] = ACTIONS(3080), - [anon_sym_not] = ACTIONS(3080), - [anon_sym_compl] = ACTIONS(3080), - [anon_sym_DASH_DASH] = ACTIONS(3082), - [anon_sym_PLUS_PLUS] = ACTIONS(3082), - [anon_sym_sizeof] = ACTIONS(3080), - [anon_sym___alignof__] = ACTIONS(3080), - [anon_sym___alignof] = ACTIONS(3080), - [anon_sym__alignof] = ACTIONS(3080), - [anon_sym_alignof] = ACTIONS(3080), - [anon_sym__Alignof] = ACTIONS(3080), - [anon_sym_offsetof] = ACTIONS(3080), - [anon_sym__Generic] = ACTIONS(3080), - [anon_sym_asm] = ACTIONS(3080), - [anon_sym___asm__] = ACTIONS(3080), - [anon_sym___asm] = ACTIONS(3080), - [aux_sym_number_literal_token1] = ACTIONS(3082), - [aux_sym_number_literal_token2] = ACTIONS(3080), - [anon_sym_L_SQUOTE] = ACTIONS(3082), - [anon_sym_u_SQUOTE] = ACTIONS(3082), - [anon_sym_U_SQUOTE] = ACTIONS(3082), - [anon_sym_u8_SQUOTE] = ACTIONS(3082), - [anon_sym_SQUOTE] = ACTIONS(3082), - [anon_sym_L_DQUOTE] = ACTIONS(3082), - [anon_sym_u_DQUOTE] = ACTIONS(3082), - [anon_sym_U_DQUOTE] = ACTIONS(3082), - [anon_sym_u8_DQUOTE] = ACTIONS(3082), - [anon_sym_DQUOTE] = ACTIONS(3082), - [sym_true] = ACTIONS(3080), - [sym_false] = ACTIONS(3080), - [anon_sym_NULL] = ACTIONS(3080), - [anon_sym_nullptr] = ACTIONS(3080), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3080), - [anon_sym_decltype] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [anon_sym_typename] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_try] = ACTIONS(3080), - [anon_sym_delete] = ACTIONS(3080), - [anon_sym_throw] = ACTIONS(3080), - [anon_sym_namespace] = ACTIONS(3080), - [anon_sym_using] = ACTIONS(3080), - [anon_sym_static_assert] = ACTIONS(3080), - [anon_sym_concept] = ACTIONS(3080), - [anon_sym_co_return] = ACTIONS(3080), - [anon_sym_co_yield] = ACTIONS(3080), - [anon_sym_R_DQUOTE] = ACTIONS(3082), - [anon_sym_LR_DQUOTE] = ACTIONS(3082), - [anon_sym_uR_DQUOTE] = ACTIONS(3082), - [anon_sym_UR_DQUOTE] = ACTIONS(3082), - [anon_sym_u8R_DQUOTE] = ACTIONS(3082), - [anon_sym_co_await] = ACTIONS(3080), - [anon_sym_new] = ACTIONS(3080), - [anon_sym_requires] = ACTIONS(3080), - [sym_this] = ACTIONS(3080), - }, - [671] = { + [661] = { [sym_identifier] = ACTIONS(3076), [aux_sym_preproc_include_token1] = ACTIONS(3076), [aux_sym_preproc_def_token1] = ACTIONS(3076), [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token2] = ACTIONS(3076), [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), [sym_preproc_directive] = ACTIONS(3076), @@ -140366,6 +138965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(3076), [anon_sym___vectorcall] = ACTIONS(3076), [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_RBRACE] = ACTIONS(3078), [anon_sym_signed] = ACTIONS(3076), [anon_sym_unsigned] = ACTIONS(3076), [anon_sym_long] = ACTIONS(3076), @@ -140471,147 +139071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3076), [sym_this] = ACTIONS(3076), }, - [672] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), - }, - [673] = { + [662] = { [sym_identifier] = ACTIONS(3080), [aux_sym_preproc_include_token1] = ACTIONS(3080), [aux_sym_preproc_def_token1] = ACTIONS(3080), @@ -140751,7 +139211,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3080), [sym_this] = ACTIONS(3080), }, - [674] = { + [663] = { + [sym_identifier] = ACTIONS(3084), + [aux_sym_preproc_include_token1] = ACTIONS(3084), + [aux_sym_preproc_def_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), + [sym_preproc_directive] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_BANG] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_DASH] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP_AMP] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3084), + [anon_sym_SEMI] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_typedef] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym___based] = ACTIONS(3084), + [anon_sym___cdecl] = ACTIONS(3084), + [anon_sym___clrcall] = ACTIONS(3084), + [anon_sym___stdcall] = ACTIONS(3084), + [anon_sym___fastcall] = ACTIONS(3084), + [anon_sym___thiscall] = ACTIONS(3084), + [anon_sym___vectorcall] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3086), + [anon_sym_RBRACE] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [anon_sym_if] = ACTIONS(3084), + [anon_sym_switch] = ACTIONS(3084), + [anon_sym_case] = ACTIONS(3084), + [anon_sym_default] = ACTIONS(3084), + [anon_sym_while] = ACTIONS(3084), + [anon_sym_do] = ACTIONS(3084), + [anon_sym_for] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3084), + [anon_sym_break] = ACTIONS(3084), + [anon_sym_continue] = ACTIONS(3084), + [anon_sym_goto] = ACTIONS(3084), + [anon_sym___try] = ACTIONS(3084), + [anon_sym___leave] = ACTIONS(3084), + [anon_sym_not] = ACTIONS(3084), + [anon_sym_compl] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3086), + [anon_sym_PLUS_PLUS] = ACTIONS(3086), + [anon_sym_sizeof] = ACTIONS(3084), + [anon_sym___alignof__] = ACTIONS(3084), + [anon_sym___alignof] = ACTIONS(3084), + [anon_sym__alignof] = ACTIONS(3084), + [anon_sym_alignof] = ACTIONS(3084), + [anon_sym__Alignof] = ACTIONS(3084), + [anon_sym_offsetof] = ACTIONS(3084), + [anon_sym__Generic] = ACTIONS(3084), + [anon_sym_asm] = ACTIONS(3084), + [anon_sym___asm__] = ACTIONS(3084), + [anon_sym___asm] = ACTIONS(3084), + [aux_sym_number_literal_token1] = ACTIONS(3086), + [aux_sym_number_literal_token2] = ACTIONS(3084), + [anon_sym_L_SQUOTE] = ACTIONS(3086), + [anon_sym_u_SQUOTE] = ACTIONS(3086), + [anon_sym_U_SQUOTE] = ACTIONS(3086), + [anon_sym_u8_SQUOTE] = ACTIONS(3086), + [anon_sym_SQUOTE] = ACTIONS(3086), + [anon_sym_L_DQUOTE] = ACTIONS(3086), + [anon_sym_u_DQUOTE] = ACTIONS(3086), + [anon_sym_U_DQUOTE] = ACTIONS(3086), + [anon_sym_u8_DQUOTE] = ACTIONS(3086), + [anon_sym_DQUOTE] = ACTIONS(3086), + [sym_true] = ACTIONS(3084), + [sym_false] = ACTIONS(3084), + [anon_sym_NULL] = ACTIONS(3084), + [anon_sym_nullptr] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_explicit] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_operator] = ACTIONS(3084), + [anon_sym_try] = ACTIONS(3084), + [anon_sym_delete] = ACTIONS(3084), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_namespace] = ACTIONS(3084), + [anon_sym_using] = ACTIONS(3084), + [anon_sym_static_assert] = ACTIONS(3084), + [anon_sym_concept] = ACTIONS(3084), + [anon_sym_co_return] = ACTIONS(3084), + [anon_sym_co_yield] = ACTIONS(3084), + [anon_sym_R_DQUOTE] = ACTIONS(3086), + [anon_sym_LR_DQUOTE] = ACTIONS(3086), + [anon_sym_uR_DQUOTE] = ACTIONS(3086), + [anon_sym_UR_DQUOTE] = ACTIONS(3086), + [anon_sym_u8R_DQUOTE] = ACTIONS(3086), + [anon_sym_co_await] = ACTIONS(3084), + [anon_sym_new] = ACTIONS(3084), + [anon_sym_requires] = ACTIONS(3084), + [sym_this] = ACTIONS(3084), + }, + [664] = { [sym_identifier] = ACTIONS(3088), [aux_sym_preproc_include_token1] = ACTIONS(3088), [aux_sym_preproc_def_token1] = ACTIONS(3088), @@ -140759,23 +139359,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), [sym_preproc_directive] = ACTIONS(3088), - [anon_sym_LPAREN2] = ACTIONS(3091), - [anon_sym_BANG] = ACTIONS(3091), - [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), [anon_sym_DASH] = ACTIONS(3088), [anon_sym_PLUS] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), [anon_sym_AMP] = ACTIONS(3088), - [anon_sym_SEMI] = ACTIONS(3091), + [anon_sym_SEMI] = ACTIONS(3090), [anon_sym___extension__] = ACTIONS(3088), [anon_sym_typedef] = ACTIONS(3088), [anon_sym_virtual] = ACTIONS(3088), [anon_sym_extern] = ACTIONS(3088), [anon_sym___attribute__] = ACTIONS(3088), [anon_sym___attribute] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3091), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3091), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), [anon_sym___declspec] = ACTIONS(3088), [anon_sym___based] = ACTIONS(3088), [anon_sym___cdecl] = ACTIONS(3088), @@ -140784,8 +139384,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(3088), [anon_sym___thiscall] = ACTIONS(3088), [anon_sym___vectorcall] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_RBRACE] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_signed] = ACTIONS(3088), [anon_sym_unsigned] = ACTIONS(3088), [anon_sym_long] = ACTIONS(3088), @@ -140836,8 +139436,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___leave] = ACTIONS(3088), [anon_sym_not] = ACTIONS(3088), [anon_sym_compl] = ACTIONS(3088), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3090), + [anon_sym_PLUS_PLUS] = ACTIONS(3090), [anon_sym_sizeof] = ACTIONS(3088), [anon_sym___alignof__] = ACTIONS(3088), [anon_sym___alignof] = ACTIONS(3088), @@ -140849,18 +139449,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(3088), [anon_sym___asm__] = ACTIONS(3088), [anon_sym___asm] = ACTIONS(3088), - [aux_sym_number_literal_token1] = ACTIONS(3091), + [aux_sym_number_literal_token1] = ACTIONS(3090), [aux_sym_number_literal_token2] = ACTIONS(3088), - [anon_sym_L_SQUOTE] = ACTIONS(3091), - [anon_sym_u_SQUOTE] = ACTIONS(3091), - [anon_sym_U_SQUOTE] = ACTIONS(3091), - [anon_sym_u8_SQUOTE] = ACTIONS(3091), - [anon_sym_SQUOTE] = ACTIONS(3091), - [anon_sym_L_DQUOTE] = ACTIONS(3091), - [anon_sym_u_DQUOTE] = ACTIONS(3091), - [anon_sym_U_DQUOTE] = ACTIONS(3091), - [anon_sym_u8_DQUOTE] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), + [anon_sym_L_SQUOTE] = ACTIONS(3090), + [anon_sym_u_SQUOTE] = ACTIONS(3090), + [anon_sym_U_SQUOTE] = ACTIONS(3090), + [anon_sym_u8_SQUOTE] = ACTIONS(3090), + [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_L_DQUOTE] = ACTIONS(3090), + [anon_sym_u_DQUOTE] = ACTIONS(3090), + [anon_sym_U_DQUOTE] = ACTIONS(3090), + [anon_sym_u8_DQUOTE] = ACTIONS(3090), + [anon_sym_DQUOTE] = ACTIONS(3090), [sym_true] = ACTIONS(3088), [sym_false] = ACTIONS(3088), [anon_sym_NULL] = ACTIONS(3088), @@ -140881,1002 +139481,4067 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(3088), [anon_sym_co_return] = ACTIONS(3088), [anon_sym_co_yield] = ACTIONS(3088), - [anon_sym_R_DQUOTE] = ACTIONS(3091), - [anon_sym_LR_DQUOTE] = ACTIONS(3091), - [anon_sym_uR_DQUOTE] = ACTIONS(3091), - [anon_sym_UR_DQUOTE] = ACTIONS(3091), - [anon_sym_u8R_DQUOTE] = ACTIONS(3091), + [anon_sym_R_DQUOTE] = ACTIONS(3090), + [anon_sym_LR_DQUOTE] = ACTIONS(3090), + [anon_sym_uR_DQUOTE] = ACTIONS(3090), + [anon_sym_UR_DQUOTE] = ACTIONS(3090), + [anon_sym_u8R_DQUOTE] = ACTIONS(3090), [anon_sym_co_await] = ACTIONS(3088), [anon_sym_new] = ACTIONS(3088), [anon_sym_requires] = ACTIONS(3088), [sym_this] = ACTIONS(3088), }, + [665] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_include_token1] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_DASH] = ACTIONS(3092), + [anon_sym_PLUS] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym___cdecl] = ACTIONS(3092), + [anon_sym___clrcall] = ACTIONS(3092), + [anon_sym___stdcall] = ACTIONS(3092), + [anon_sym___fastcall] = ACTIONS(3092), + [anon_sym___thiscall] = ACTIONS(3092), + [anon_sym___vectorcall] = ACTIONS(3092), + [anon_sym_LBRACE] = ACTIONS(3094), + [anon_sym_RBRACE] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [anon_sym_if] = ACTIONS(3092), + [anon_sym_switch] = ACTIONS(3092), + [anon_sym_case] = ACTIONS(3092), + [anon_sym_default] = ACTIONS(3092), + [anon_sym_while] = ACTIONS(3092), + [anon_sym_do] = ACTIONS(3092), + [anon_sym_for] = ACTIONS(3092), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_break] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(3092), + [anon_sym_goto] = ACTIONS(3092), + [anon_sym___try] = ACTIONS(3092), + [anon_sym___leave] = ACTIONS(3092), + [anon_sym_not] = ACTIONS(3092), + [anon_sym_compl] = ACTIONS(3092), + [anon_sym_DASH_DASH] = ACTIONS(3094), + [anon_sym_PLUS_PLUS] = ACTIONS(3094), + [anon_sym_sizeof] = ACTIONS(3092), + [anon_sym___alignof__] = ACTIONS(3092), + [anon_sym___alignof] = ACTIONS(3092), + [anon_sym__alignof] = ACTIONS(3092), + [anon_sym_alignof] = ACTIONS(3092), + [anon_sym__Alignof] = ACTIONS(3092), + [anon_sym_offsetof] = ACTIONS(3092), + [anon_sym__Generic] = ACTIONS(3092), + [anon_sym_asm] = ACTIONS(3092), + [anon_sym___asm__] = ACTIONS(3092), + [anon_sym___asm] = ACTIONS(3092), + [aux_sym_number_literal_token1] = ACTIONS(3094), + [aux_sym_number_literal_token2] = ACTIONS(3092), + [anon_sym_L_SQUOTE] = ACTIONS(3094), + [anon_sym_u_SQUOTE] = ACTIONS(3094), + [anon_sym_U_SQUOTE] = ACTIONS(3094), + [anon_sym_u8_SQUOTE] = ACTIONS(3094), + [anon_sym_SQUOTE] = ACTIONS(3094), + [anon_sym_L_DQUOTE] = ACTIONS(3094), + [anon_sym_u_DQUOTE] = ACTIONS(3094), + [anon_sym_U_DQUOTE] = ACTIONS(3094), + [anon_sym_u8_DQUOTE] = ACTIONS(3094), + [anon_sym_DQUOTE] = ACTIONS(3094), + [sym_true] = ACTIONS(3092), + [sym_false] = ACTIONS(3092), + [anon_sym_NULL] = ACTIONS(3092), + [anon_sym_nullptr] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_try] = ACTIONS(3092), + [anon_sym_delete] = ACTIONS(3092), + [anon_sym_throw] = ACTIONS(3092), + [anon_sym_namespace] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + [anon_sym_concept] = ACTIONS(3092), + [anon_sym_co_return] = ACTIONS(3092), + [anon_sym_co_yield] = ACTIONS(3092), + [anon_sym_R_DQUOTE] = ACTIONS(3094), + [anon_sym_LR_DQUOTE] = ACTIONS(3094), + [anon_sym_uR_DQUOTE] = ACTIONS(3094), + [anon_sym_UR_DQUOTE] = ACTIONS(3094), + [anon_sym_u8R_DQUOTE] = ACTIONS(3094), + [anon_sym_co_await] = ACTIONS(3092), + [anon_sym_new] = ACTIONS(3092), + [anon_sym_requires] = ACTIONS(3092), + [sym_this] = ACTIONS(3092), + }, + [666] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_include_token1] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token2] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym___cdecl] = ACTIONS(3179), + [anon_sym___clrcall] = ACTIONS(3179), + [anon_sym___stdcall] = ACTIONS(3179), + [anon_sym___fastcall] = ACTIONS(3179), + [anon_sym___thiscall] = ACTIONS(3179), + [anon_sym___vectorcall] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_switch] = ACTIONS(3179), + [anon_sym_case] = ACTIONS(3179), + [anon_sym_default] = ACTIONS(3179), + [anon_sym_while] = ACTIONS(3179), + [anon_sym_do] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym___try] = ACTIONS(3179), + [anon_sym___leave] = ACTIONS(3179), + [anon_sym_not] = ACTIONS(3179), + [anon_sym_compl] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_sizeof] = ACTIONS(3179), + [anon_sym___alignof__] = ACTIONS(3179), + [anon_sym___alignof] = ACTIONS(3179), + [anon_sym__alignof] = ACTIONS(3179), + [anon_sym_alignof] = ACTIONS(3179), + [anon_sym__Alignof] = ACTIONS(3179), + [anon_sym_offsetof] = ACTIONS(3179), + [anon_sym__Generic] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym___asm__] = ACTIONS(3179), + [anon_sym___asm] = ACTIONS(3179), + [aux_sym_number_literal_token1] = ACTIONS(3181), + [aux_sym_number_literal_token2] = ACTIONS(3179), + [anon_sym_L_SQUOTE] = ACTIONS(3181), + [anon_sym_u_SQUOTE] = ACTIONS(3181), + [anon_sym_U_SQUOTE] = ACTIONS(3181), + [anon_sym_u8_SQUOTE] = ACTIONS(3181), + [anon_sym_SQUOTE] = ACTIONS(3181), + [anon_sym_L_DQUOTE] = ACTIONS(3181), + [anon_sym_u_DQUOTE] = ACTIONS(3181), + [anon_sym_U_DQUOTE] = ACTIONS(3181), + [anon_sym_u8_DQUOTE] = ACTIONS(3181), + [anon_sym_DQUOTE] = ACTIONS(3181), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [anon_sym_NULL] = ACTIONS(3179), + [anon_sym_nullptr] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_try] = ACTIONS(3179), + [anon_sym_delete] = ACTIONS(3179), + [anon_sym_throw] = ACTIONS(3179), + [anon_sym_namespace] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + [anon_sym_concept] = ACTIONS(3179), + [anon_sym_co_return] = ACTIONS(3179), + [anon_sym_co_yield] = ACTIONS(3179), + [anon_sym_R_DQUOTE] = ACTIONS(3181), + [anon_sym_LR_DQUOTE] = ACTIONS(3181), + [anon_sym_uR_DQUOTE] = ACTIONS(3181), + [anon_sym_UR_DQUOTE] = ACTIONS(3181), + [anon_sym_u8R_DQUOTE] = ACTIONS(3181), + [anon_sym_co_await] = ACTIONS(3179), + [anon_sym_new] = ACTIONS(3179), + [anon_sym_requires] = ACTIONS(3179), + [sym_this] = ACTIONS(3179), + }, + [667] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_RBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [668] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_RBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym___try] = ACTIONS(3100), + [anon_sym___leave] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [669] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_include_token1] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token2] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym___cdecl] = ACTIONS(3183), + [anon_sym___clrcall] = ACTIONS(3183), + [anon_sym___stdcall] = ACTIONS(3183), + [anon_sym___fastcall] = ACTIONS(3183), + [anon_sym___thiscall] = ACTIONS(3183), + [anon_sym___vectorcall] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_switch] = ACTIONS(3183), + [anon_sym_case] = ACTIONS(3183), + [anon_sym_default] = ACTIONS(3183), + [anon_sym_while] = ACTIONS(3183), + [anon_sym_do] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym___try] = ACTIONS(3183), + [anon_sym___leave] = ACTIONS(3183), + [anon_sym_not] = ACTIONS(3183), + [anon_sym_compl] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_sizeof] = ACTIONS(3183), + [anon_sym___alignof__] = ACTIONS(3183), + [anon_sym___alignof] = ACTIONS(3183), + [anon_sym__alignof] = ACTIONS(3183), + [anon_sym_alignof] = ACTIONS(3183), + [anon_sym__Alignof] = ACTIONS(3183), + [anon_sym_offsetof] = ACTIONS(3183), + [anon_sym__Generic] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym___asm__] = ACTIONS(3183), + [anon_sym___asm] = ACTIONS(3183), + [aux_sym_number_literal_token1] = ACTIONS(3185), + [aux_sym_number_literal_token2] = ACTIONS(3183), + [anon_sym_L_SQUOTE] = ACTIONS(3185), + [anon_sym_u_SQUOTE] = ACTIONS(3185), + [anon_sym_U_SQUOTE] = ACTIONS(3185), + [anon_sym_u8_SQUOTE] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3185), + [anon_sym_L_DQUOTE] = ACTIONS(3185), + [anon_sym_u_DQUOTE] = ACTIONS(3185), + [anon_sym_U_DQUOTE] = ACTIONS(3185), + [anon_sym_u8_DQUOTE] = ACTIONS(3185), + [anon_sym_DQUOTE] = ACTIONS(3185), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [anon_sym_NULL] = ACTIONS(3183), + [anon_sym_nullptr] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_try] = ACTIONS(3183), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_throw] = ACTIONS(3183), + [anon_sym_namespace] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + [anon_sym_concept] = ACTIONS(3183), + [anon_sym_co_return] = ACTIONS(3183), + [anon_sym_co_yield] = ACTIONS(3183), + [anon_sym_R_DQUOTE] = ACTIONS(3185), + [anon_sym_LR_DQUOTE] = ACTIONS(3185), + [anon_sym_uR_DQUOTE] = ACTIONS(3185), + [anon_sym_UR_DQUOTE] = ACTIONS(3185), + [anon_sym_u8R_DQUOTE] = ACTIONS(3185), + [anon_sym_co_await] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3183), + [anon_sym_requires] = ACTIONS(3183), + [sym_this] = ACTIONS(3183), + }, + [670] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_include_token1] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_BANG] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_DASH] = ACTIONS(3104), + [anon_sym_PLUS] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym___cdecl] = ACTIONS(3104), + [anon_sym___clrcall] = ACTIONS(3104), + [anon_sym___stdcall] = ACTIONS(3104), + [anon_sym___fastcall] = ACTIONS(3104), + [anon_sym___thiscall] = ACTIONS(3104), + [anon_sym___vectorcall] = ACTIONS(3104), + [anon_sym_LBRACE] = ACTIONS(3106), + [anon_sym_RBRACE] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [anon_sym_if] = ACTIONS(3104), + [anon_sym_switch] = ACTIONS(3104), + [anon_sym_case] = ACTIONS(3104), + [anon_sym_default] = ACTIONS(3104), + [anon_sym_while] = ACTIONS(3104), + [anon_sym_do] = ACTIONS(3104), + [anon_sym_for] = ACTIONS(3104), + [anon_sym_return] = ACTIONS(3104), + [anon_sym_break] = ACTIONS(3104), + [anon_sym_continue] = ACTIONS(3104), + [anon_sym_goto] = ACTIONS(3104), + [anon_sym___try] = ACTIONS(3104), + [anon_sym___leave] = ACTIONS(3104), + [anon_sym_not] = ACTIONS(3104), + [anon_sym_compl] = ACTIONS(3104), + [anon_sym_DASH_DASH] = ACTIONS(3106), + [anon_sym_PLUS_PLUS] = ACTIONS(3106), + [anon_sym_sizeof] = ACTIONS(3104), + [anon_sym___alignof__] = ACTIONS(3104), + [anon_sym___alignof] = ACTIONS(3104), + [anon_sym__alignof] = ACTIONS(3104), + [anon_sym_alignof] = ACTIONS(3104), + [anon_sym__Alignof] = ACTIONS(3104), + [anon_sym_offsetof] = ACTIONS(3104), + [anon_sym__Generic] = ACTIONS(3104), + [anon_sym_asm] = ACTIONS(3104), + [anon_sym___asm__] = ACTIONS(3104), + [anon_sym___asm] = ACTIONS(3104), + [aux_sym_number_literal_token1] = ACTIONS(3106), + [aux_sym_number_literal_token2] = ACTIONS(3104), + [anon_sym_L_SQUOTE] = ACTIONS(3106), + [anon_sym_u_SQUOTE] = ACTIONS(3106), + [anon_sym_U_SQUOTE] = ACTIONS(3106), + [anon_sym_u8_SQUOTE] = ACTIONS(3106), + [anon_sym_SQUOTE] = ACTIONS(3106), + [anon_sym_L_DQUOTE] = ACTIONS(3106), + [anon_sym_u_DQUOTE] = ACTIONS(3106), + [anon_sym_U_DQUOTE] = ACTIONS(3106), + [anon_sym_u8_DQUOTE] = ACTIONS(3106), + [anon_sym_DQUOTE] = ACTIONS(3106), + [sym_true] = ACTIONS(3104), + [sym_false] = ACTIONS(3104), + [anon_sym_NULL] = ACTIONS(3104), + [anon_sym_nullptr] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_try] = ACTIONS(3104), + [anon_sym_delete] = ACTIONS(3104), + [anon_sym_throw] = ACTIONS(3104), + [anon_sym_namespace] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + [anon_sym_concept] = ACTIONS(3104), + [anon_sym_co_return] = ACTIONS(3104), + [anon_sym_co_yield] = ACTIONS(3104), + [anon_sym_R_DQUOTE] = ACTIONS(3106), + [anon_sym_LR_DQUOTE] = ACTIONS(3106), + [anon_sym_uR_DQUOTE] = ACTIONS(3106), + [anon_sym_UR_DQUOTE] = ACTIONS(3106), + [anon_sym_u8R_DQUOTE] = ACTIONS(3106), + [anon_sym_co_await] = ACTIONS(3104), + [anon_sym_new] = ACTIONS(3104), + [anon_sym_requires] = ACTIONS(3104), + [sym_this] = ACTIONS(3104), + }, + [671] = { + [sym_identifier] = ACTIONS(3108), + [aux_sym_preproc_include_token1] = ACTIONS(3108), + [aux_sym_preproc_def_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3108), + [sym_preproc_directive] = ACTIONS(3108), + [anon_sym_LPAREN2] = ACTIONS(3110), + [anon_sym_BANG] = ACTIONS(3110), + [anon_sym_TILDE] = ACTIONS(3110), + [anon_sym_DASH] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3110), + [anon_sym_AMP_AMP] = ACTIONS(3110), + [anon_sym_AMP] = ACTIONS(3108), + [anon_sym_SEMI] = ACTIONS(3110), + [anon_sym___extension__] = ACTIONS(3108), + [anon_sym_typedef] = ACTIONS(3108), + [anon_sym_virtual] = ACTIONS(3108), + [anon_sym_extern] = ACTIONS(3108), + [anon_sym___attribute__] = ACTIONS(3108), + [anon_sym___attribute] = ACTIONS(3108), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3110), + [anon_sym___declspec] = ACTIONS(3108), + [anon_sym___based] = ACTIONS(3108), + [anon_sym___cdecl] = ACTIONS(3108), + [anon_sym___clrcall] = ACTIONS(3108), + [anon_sym___stdcall] = ACTIONS(3108), + [anon_sym___fastcall] = ACTIONS(3108), + [anon_sym___thiscall] = ACTIONS(3108), + [anon_sym___vectorcall] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3110), + [anon_sym_RBRACE] = ACTIONS(3110), + [anon_sym_signed] = ACTIONS(3108), + [anon_sym_unsigned] = ACTIONS(3108), + [anon_sym_long] = ACTIONS(3108), + [anon_sym_short] = ACTIONS(3108), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_static] = ACTIONS(3108), + [anon_sym_register] = ACTIONS(3108), + [anon_sym_inline] = ACTIONS(3108), + [anon_sym___inline] = ACTIONS(3108), + [anon_sym___inline__] = ACTIONS(3108), + [anon_sym___forceinline] = ACTIONS(3108), + [anon_sym_thread_local] = ACTIONS(3108), + [anon_sym___thread] = ACTIONS(3108), + [anon_sym_const] = ACTIONS(3108), + [anon_sym_constexpr] = ACTIONS(3108), + [anon_sym_volatile] = ACTIONS(3108), + [anon_sym_restrict] = ACTIONS(3108), + [anon_sym___restrict__] = ACTIONS(3108), + [anon_sym__Atomic] = ACTIONS(3108), + [anon_sym__Noreturn] = ACTIONS(3108), + [anon_sym_noreturn] = ACTIONS(3108), + [anon_sym__Nonnull] = ACTIONS(3108), + [anon_sym_mutable] = ACTIONS(3108), + [anon_sym_constinit] = ACTIONS(3108), + [anon_sym_consteval] = ACTIONS(3108), + [anon_sym_PROGMEM] = ACTIONS(3108), + [anon_sym_alignas] = ACTIONS(3108), + [anon_sym__Alignas] = ACTIONS(3108), + [aux_sym_primitive_type_token1] = ACTIONS(3108), + [anon_sym_byte] = ACTIONS(3108), + [anon_sym_word] = ACTIONS(3108), + [anon_sym_enum] = ACTIONS(3108), + [anon_sym_class] = ACTIONS(3108), + [anon_sym_struct] = ACTIONS(3108), + [anon_sym_union] = ACTIONS(3108), + [anon_sym_if] = ACTIONS(3108), + [anon_sym_switch] = ACTIONS(3108), + [anon_sym_case] = ACTIONS(3108), + [anon_sym_default] = ACTIONS(3108), + [anon_sym_while] = ACTIONS(3108), + [anon_sym_do] = ACTIONS(3108), + [anon_sym_for] = ACTIONS(3108), + [anon_sym_return] = ACTIONS(3108), + [anon_sym_break] = ACTIONS(3108), + [anon_sym_continue] = ACTIONS(3108), + [anon_sym_goto] = ACTIONS(3108), + [anon_sym___try] = ACTIONS(3108), + [anon_sym___leave] = ACTIONS(3108), + [anon_sym_not] = ACTIONS(3108), + [anon_sym_compl] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3110), + [anon_sym_PLUS_PLUS] = ACTIONS(3110), + [anon_sym_sizeof] = ACTIONS(3108), + [anon_sym___alignof__] = ACTIONS(3108), + [anon_sym___alignof] = ACTIONS(3108), + [anon_sym__alignof] = ACTIONS(3108), + [anon_sym_alignof] = ACTIONS(3108), + [anon_sym__Alignof] = ACTIONS(3108), + [anon_sym_offsetof] = ACTIONS(3108), + [anon_sym__Generic] = ACTIONS(3108), + [anon_sym_asm] = ACTIONS(3108), + [anon_sym___asm__] = ACTIONS(3108), + [anon_sym___asm] = ACTIONS(3108), + [aux_sym_number_literal_token1] = ACTIONS(3110), + [aux_sym_number_literal_token2] = ACTIONS(3108), + [anon_sym_L_SQUOTE] = ACTIONS(3110), + [anon_sym_u_SQUOTE] = ACTIONS(3110), + [anon_sym_U_SQUOTE] = ACTIONS(3110), + [anon_sym_u8_SQUOTE] = ACTIONS(3110), + [anon_sym_SQUOTE] = ACTIONS(3110), + [anon_sym_L_DQUOTE] = ACTIONS(3110), + [anon_sym_u_DQUOTE] = ACTIONS(3110), + [anon_sym_U_DQUOTE] = ACTIONS(3110), + [anon_sym_u8_DQUOTE] = ACTIONS(3110), + [anon_sym_DQUOTE] = ACTIONS(3110), + [sym_true] = ACTIONS(3108), + [sym_false] = ACTIONS(3108), + [anon_sym_NULL] = ACTIONS(3108), + [anon_sym_nullptr] = ACTIONS(3108), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3108), + [anon_sym_decltype] = ACTIONS(3108), + [anon_sym_explicit] = ACTIONS(3108), + [anon_sym_typename] = ACTIONS(3108), + [anon_sym_template] = ACTIONS(3108), + [anon_sym_operator] = ACTIONS(3108), + [anon_sym_try] = ACTIONS(3108), + [anon_sym_delete] = ACTIONS(3108), + [anon_sym_throw] = ACTIONS(3108), + [anon_sym_namespace] = ACTIONS(3108), + [anon_sym_using] = ACTIONS(3108), + [anon_sym_static_assert] = ACTIONS(3108), + [anon_sym_concept] = ACTIONS(3108), + [anon_sym_co_return] = ACTIONS(3108), + [anon_sym_co_yield] = ACTIONS(3108), + [anon_sym_R_DQUOTE] = ACTIONS(3110), + [anon_sym_LR_DQUOTE] = ACTIONS(3110), + [anon_sym_uR_DQUOTE] = ACTIONS(3110), + [anon_sym_UR_DQUOTE] = ACTIONS(3110), + [anon_sym_u8R_DQUOTE] = ACTIONS(3110), + [anon_sym_co_await] = ACTIONS(3108), + [anon_sym_new] = ACTIONS(3108), + [anon_sym_requires] = ACTIONS(3108), + [sym_this] = ACTIONS(3108), + }, + [672] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_include_token1] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token2] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym___cdecl] = ACTIONS(3187), + [anon_sym___clrcall] = ACTIONS(3187), + [anon_sym___stdcall] = ACTIONS(3187), + [anon_sym___fastcall] = ACTIONS(3187), + [anon_sym___thiscall] = ACTIONS(3187), + [anon_sym___vectorcall] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_switch] = ACTIONS(3187), + [anon_sym_case] = ACTIONS(3187), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_while] = ACTIONS(3187), + [anon_sym_do] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym___try] = ACTIONS(3187), + [anon_sym___leave] = ACTIONS(3187), + [anon_sym_not] = ACTIONS(3187), + [anon_sym_compl] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_sizeof] = ACTIONS(3187), + [anon_sym___alignof__] = ACTIONS(3187), + [anon_sym___alignof] = ACTIONS(3187), + [anon_sym__alignof] = ACTIONS(3187), + [anon_sym_alignof] = ACTIONS(3187), + [anon_sym__Alignof] = ACTIONS(3187), + [anon_sym_offsetof] = ACTIONS(3187), + [anon_sym__Generic] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym___asm__] = ACTIONS(3187), + [anon_sym___asm] = ACTIONS(3187), + [aux_sym_number_literal_token1] = ACTIONS(3189), + [aux_sym_number_literal_token2] = ACTIONS(3187), + [anon_sym_L_SQUOTE] = ACTIONS(3189), + [anon_sym_u_SQUOTE] = ACTIONS(3189), + [anon_sym_U_SQUOTE] = ACTIONS(3189), + [anon_sym_u8_SQUOTE] = ACTIONS(3189), + [anon_sym_SQUOTE] = ACTIONS(3189), + [anon_sym_L_DQUOTE] = ACTIONS(3189), + [anon_sym_u_DQUOTE] = ACTIONS(3189), + [anon_sym_U_DQUOTE] = ACTIONS(3189), + [anon_sym_u8_DQUOTE] = ACTIONS(3189), + [anon_sym_DQUOTE] = ACTIONS(3189), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [anon_sym_NULL] = ACTIONS(3187), + [anon_sym_nullptr] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_try] = ACTIONS(3187), + [anon_sym_delete] = ACTIONS(3187), + [anon_sym_throw] = ACTIONS(3187), + [anon_sym_namespace] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + [anon_sym_concept] = ACTIONS(3187), + [anon_sym_co_return] = ACTIONS(3187), + [anon_sym_co_yield] = ACTIONS(3187), + [anon_sym_R_DQUOTE] = ACTIONS(3189), + [anon_sym_LR_DQUOTE] = ACTIONS(3189), + [anon_sym_uR_DQUOTE] = ACTIONS(3189), + [anon_sym_UR_DQUOTE] = ACTIONS(3189), + [anon_sym_u8R_DQUOTE] = ACTIONS(3189), + [anon_sym_co_await] = ACTIONS(3187), + [anon_sym_new] = ACTIONS(3187), + [anon_sym_requires] = ACTIONS(3187), + [sym_this] = ACTIONS(3187), + }, + [673] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_include_token1] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token2] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym___cdecl] = ACTIONS(3191), + [anon_sym___clrcall] = ACTIONS(3191), + [anon_sym___stdcall] = ACTIONS(3191), + [anon_sym___fastcall] = ACTIONS(3191), + [anon_sym___thiscall] = ACTIONS(3191), + [anon_sym___vectorcall] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_switch] = ACTIONS(3191), + [anon_sym_case] = ACTIONS(3191), + [anon_sym_default] = ACTIONS(3191), + [anon_sym_while] = ACTIONS(3191), + [anon_sym_do] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym___try] = ACTIONS(3191), + [anon_sym___leave] = ACTIONS(3191), + [anon_sym_not] = ACTIONS(3191), + [anon_sym_compl] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_sizeof] = ACTIONS(3191), + [anon_sym___alignof__] = ACTIONS(3191), + [anon_sym___alignof] = ACTIONS(3191), + [anon_sym__alignof] = ACTIONS(3191), + [anon_sym_alignof] = ACTIONS(3191), + [anon_sym__Alignof] = ACTIONS(3191), + [anon_sym_offsetof] = ACTIONS(3191), + [anon_sym__Generic] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym___asm__] = ACTIONS(3191), + [anon_sym___asm] = ACTIONS(3191), + [aux_sym_number_literal_token1] = ACTIONS(3193), + [aux_sym_number_literal_token2] = ACTIONS(3191), + [anon_sym_L_SQUOTE] = ACTIONS(3193), + [anon_sym_u_SQUOTE] = ACTIONS(3193), + [anon_sym_U_SQUOTE] = ACTIONS(3193), + [anon_sym_u8_SQUOTE] = ACTIONS(3193), + [anon_sym_SQUOTE] = ACTIONS(3193), + [anon_sym_L_DQUOTE] = ACTIONS(3193), + [anon_sym_u_DQUOTE] = ACTIONS(3193), + [anon_sym_U_DQUOTE] = ACTIONS(3193), + [anon_sym_u8_DQUOTE] = ACTIONS(3193), + [anon_sym_DQUOTE] = ACTIONS(3193), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [anon_sym_NULL] = ACTIONS(3191), + [anon_sym_nullptr] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_try] = ACTIONS(3191), + [anon_sym_delete] = ACTIONS(3191), + [anon_sym_throw] = ACTIONS(3191), + [anon_sym_namespace] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + [anon_sym_concept] = ACTIONS(3191), + [anon_sym_co_return] = ACTIONS(3191), + [anon_sym_co_yield] = ACTIONS(3191), + [anon_sym_R_DQUOTE] = ACTIONS(3193), + [anon_sym_LR_DQUOTE] = ACTIONS(3193), + [anon_sym_uR_DQUOTE] = ACTIONS(3193), + [anon_sym_UR_DQUOTE] = ACTIONS(3193), + [anon_sym_u8R_DQUOTE] = ACTIONS(3193), + [anon_sym_co_await] = ACTIONS(3191), + [anon_sym_new] = ACTIONS(3191), + [anon_sym_requires] = ACTIONS(3191), + [sym_this] = ACTIONS(3191), + }, + [674] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_include_token1] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_BANG] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_DASH] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym___cdecl] = ACTIONS(3112), + [anon_sym___clrcall] = ACTIONS(3112), + [anon_sym___stdcall] = ACTIONS(3112), + [anon_sym___fastcall] = ACTIONS(3112), + [anon_sym___thiscall] = ACTIONS(3112), + [anon_sym___vectorcall] = ACTIONS(3112), + [anon_sym_LBRACE] = ACTIONS(3114), + [anon_sym_RBRACE] = ACTIONS(3114), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [anon_sym_if] = ACTIONS(3112), + [anon_sym_switch] = ACTIONS(3112), + [anon_sym_case] = ACTIONS(3112), + [anon_sym_default] = ACTIONS(3112), + [anon_sym_while] = ACTIONS(3112), + [anon_sym_do] = ACTIONS(3112), + [anon_sym_for] = ACTIONS(3112), + [anon_sym_return] = ACTIONS(3112), + [anon_sym_break] = ACTIONS(3112), + [anon_sym_continue] = ACTIONS(3112), + [anon_sym_goto] = ACTIONS(3112), + [anon_sym___try] = ACTIONS(3112), + [anon_sym___leave] = ACTIONS(3112), + [anon_sym_not] = ACTIONS(3112), + [anon_sym_compl] = ACTIONS(3112), + [anon_sym_DASH_DASH] = ACTIONS(3114), + [anon_sym_PLUS_PLUS] = ACTIONS(3114), + [anon_sym_sizeof] = ACTIONS(3112), + [anon_sym___alignof__] = ACTIONS(3112), + [anon_sym___alignof] = ACTIONS(3112), + [anon_sym__alignof] = ACTIONS(3112), + [anon_sym_alignof] = ACTIONS(3112), + [anon_sym__Alignof] = ACTIONS(3112), + [anon_sym_offsetof] = ACTIONS(3112), + [anon_sym__Generic] = ACTIONS(3112), + [anon_sym_asm] = ACTIONS(3112), + [anon_sym___asm__] = ACTIONS(3112), + [anon_sym___asm] = ACTIONS(3112), + [aux_sym_number_literal_token1] = ACTIONS(3114), + [aux_sym_number_literal_token2] = ACTIONS(3112), + [anon_sym_L_SQUOTE] = ACTIONS(3114), + [anon_sym_u_SQUOTE] = ACTIONS(3114), + [anon_sym_U_SQUOTE] = ACTIONS(3114), + [anon_sym_u8_SQUOTE] = ACTIONS(3114), + [anon_sym_SQUOTE] = ACTIONS(3114), + [anon_sym_L_DQUOTE] = ACTIONS(3114), + [anon_sym_u_DQUOTE] = ACTIONS(3114), + [anon_sym_U_DQUOTE] = ACTIONS(3114), + [anon_sym_u8_DQUOTE] = ACTIONS(3114), + [anon_sym_DQUOTE] = ACTIONS(3114), + [sym_true] = ACTIONS(3112), + [sym_false] = ACTIONS(3112), + [anon_sym_NULL] = ACTIONS(3112), + [anon_sym_nullptr] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_try] = ACTIONS(3112), + [anon_sym_delete] = ACTIONS(3112), + [anon_sym_throw] = ACTIONS(3112), + [anon_sym_namespace] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), + [anon_sym_concept] = ACTIONS(3112), + [anon_sym_co_return] = ACTIONS(3112), + [anon_sym_co_yield] = ACTIONS(3112), + [anon_sym_R_DQUOTE] = ACTIONS(3114), + [anon_sym_LR_DQUOTE] = ACTIONS(3114), + [anon_sym_uR_DQUOTE] = ACTIONS(3114), + [anon_sym_UR_DQUOTE] = ACTIONS(3114), + [anon_sym_u8R_DQUOTE] = ACTIONS(3114), + [anon_sym_co_await] = ACTIONS(3112), + [anon_sym_new] = ACTIONS(3112), + [anon_sym_requires] = ACTIONS(3112), + [sym_this] = ACTIONS(3112), + }, [675] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym___try] = ACTIONS(3154), - [anon_sym___leave] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_include_token1] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_BANG] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_DASH] = ACTIONS(3116), + [anon_sym_PLUS] = ACTIONS(3116), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym___cdecl] = ACTIONS(3116), + [anon_sym___clrcall] = ACTIONS(3116), + [anon_sym___stdcall] = ACTIONS(3116), + [anon_sym___fastcall] = ACTIONS(3116), + [anon_sym___thiscall] = ACTIONS(3116), + [anon_sym___vectorcall] = ACTIONS(3116), + [anon_sym_LBRACE] = ACTIONS(3118), + [anon_sym_RBRACE] = ACTIONS(3118), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [anon_sym_if] = ACTIONS(3116), + [anon_sym_switch] = ACTIONS(3116), + [anon_sym_case] = ACTIONS(3116), + [anon_sym_default] = ACTIONS(3116), + [anon_sym_while] = ACTIONS(3116), + [anon_sym_do] = ACTIONS(3116), + [anon_sym_for] = ACTIONS(3116), + [anon_sym_return] = ACTIONS(3116), + [anon_sym_break] = ACTIONS(3116), + [anon_sym_continue] = ACTIONS(3116), + [anon_sym_goto] = ACTIONS(3116), + [anon_sym___try] = ACTIONS(3116), + [anon_sym___leave] = ACTIONS(3116), + [anon_sym_not] = ACTIONS(3116), + [anon_sym_compl] = ACTIONS(3116), + [anon_sym_DASH_DASH] = ACTIONS(3118), + [anon_sym_PLUS_PLUS] = ACTIONS(3118), + [anon_sym_sizeof] = ACTIONS(3116), + [anon_sym___alignof__] = ACTIONS(3116), + [anon_sym___alignof] = ACTIONS(3116), + [anon_sym__alignof] = ACTIONS(3116), + [anon_sym_alignof] = ACTIONS(3116), + [anon_sym__Alignof] = ACTIONS(3116), + [anon_sym_offsetof] = ACTIONS(3116), + [anon_sym__Generic] = ACTIONS(3116), + [anon_sym_asm] = ACTIONS(3116), + [anon_sym___asm__] = ACTIONS(3116), + [anon_sym___asm] = ACTIONS(3116), + [aux_sym_number_literal_token1] = ACTIONS(3118), + [aux_sym_number_literal_token2] = ACTIONS(3116), + [anon_sym_L_SQUOTE] = ACTIONS(3118), + [anon_sym_u_SQUOTE] = ACTIONS(3118), + [anon_sym_U_SQUOTE] = ACTIONS(3118), + [anon_sym_u8_SQUOTE] = ACTIONS(3118), + [anon_sym_SQUOTE] = ACTIONS(3118), + [anon_sym_L_DQUOTE] = ACTIONS(3118), + [anon_sym_u_DQUOTE] = ACTIONS(3118), + [anon_sym_U_DQUOTE] = ACTIONS(3118), + [anon_sym_u8_DQUOTE] = ACTIONS(3118), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym_true] = ACTIONS(3116), + [sym_false] = ACTIONS(3116), + [anon_sym_NULL] = ACTIONS(3116), + [anon_sym_nullptr] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_try] = ACTIONS(3116), + [anon_sym_delete] = ACTIONS(3116), + [anon_sym_throw] = ACTIONS(3116), + [anon_sym_namespace] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + [anon_sym_concept] = ACTIONS(3116), + [anon_sym_co_return] = ACTIONS(3116), + [anon_sym_co_yield] = ACTIONS(3116), + [anon_sym_R_DQUOTE] = ACTIONS(3118), + [anon_sym_LR_DQUOTE] = ACTIONS(3118), + [anon_sym_uR_DQUOTE] = ACTIONS(3118), + [anon_sym_UR_DQUOTE] = ACTIONS(3118), + [anon_sym_u8R_DQUOTE] = ACTIONS(3118), + [anon_sym_co_await] = ACTIONS(3116), + [anon_sym_new] = ACTIONS(3116), + [anon_sym_requires] = ACTIONS(3116), + [sym_this] = ACTIONS(3116), }, [676] = { - [sym_identifier] = ACTIONS(3185), - [aux_sym_preproc_include_token1] = ACTIONS(3185), - [aux_sym_preproc_def_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token2] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3185), - [sym_preproc_directive] = ACTIONS(3185), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym___extension__] = ACTIONS(3185), - [anon_sym_typedef] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym___attribute] = ACTIONS(3185), - [anon_sym_COLON_COLON] = ACTIONS(3187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym___cdecl] = ACTIONS(3185), - [anon_sym___clrcall] = ACTIONS(3185), - [anon_sym___stdcall] = ACTIONS(3185), - [anon_sym___fastcall] = ACTIONS(3185), - [anon_sym___thiscall] = ACTIONS(3185), - [anon_sym___vectorcall] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_signed] = ACTIONS(3185), - [anon_sym_unsigned] = ACTIONS(3185), - [anon_sym_long] = ACTIONS(3185), - [anon_sym_short] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym___inline] = ACTIONS(3185), - [anon_sym___inline__] = ACTIONS(3185), - [anon_sym___forceinline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym___thread] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym___restrict__] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym__Noreturn] = ACTIONS(3185), - [anon_sym_noreturn] = ACTIONS(3185), - [anon_sym__Nonnull] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constinit] = ACTIONS(3185), - [anon_sym_consteval] = ACTIONS(3185), - [anon_sym_PROGMEM] = ACTIONS(3185), - [anon_sym_alignas] = ACTIONS(3185), - [anon_sym__Alignas] = ACTIONS(3185), - [aux_sym_primitive_type_token1] = ACTIONS(3185), - [anon_sym_byte] = ACTIONS(3185), - [anon_sym_word] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_class] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_switch] = ACTIONS(3185), - [anon_sym_case] = ACTIONS(3185), - [anon_sym_default] = ACTIONS(3185), - [anon_sym_while] = ACTIONS(3185), - [anon_sym_do] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym___try] = ACTIONS(3185), - [anon_sym___leave] = ACTIONS(3185), - [anon_sym_not] = ACTIONS(3185), - [anon_sym_compl] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_sizeof] = ACTIONS(3185), - [anon_sym___alignof__] = ACTIONS(3185), - [anon_sym___alignof] = ACTIONS(3185), - [anon_sym__alignof] = ACTIONS(3185), - [anon_sym_alignof] = ACTIONS(3185), - [anon_sym__Alignof] = ACTIONS(3185), - [anon_sym_offsetof] = ACTIONS(3185), - [anon_sym__Generic] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym___asm__] = ACTIONS(3185), - [anon_sym___asm] = ACTIONS(3185), - [aux_sym_number_literal_token1] = ACTIONS(3187), - [aux_sym_number_literal_token2] = ACTIONS(3185), - [anon_sym_L_SQUOTE] = ACTIONS(3187), - [anon_sym_u_SQUOTE] = ACTIONS(3187), - [anon_sym_U_SQUOTE] = ACTIONS(3187), - [anon_sym_u8_SQUOTE] = ACTIONS(3187), - [anon_sym_SQUOTE] = ACTIONS(3187), - [anon_sym_L_DQUOTE] = ACTIONS(3187), - [anon_sym_u_DQUOTE] = ACTIONS(3187), - [anon_sym_U_DQUOTE] = ACTIONS(3187), - [anon_sym_u8_DQUOTE] = ACTIONS(3187), - [anon_sym_DQUOTE] = ACTIONS(3187), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [anon_sym_NULL] = ACTIONS(3185), - [anon_sym_nullptr] = ACTIONS(3185), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3185), - [anon_sym_decltype] = ACTIONS(3185), - [anon_sym_explicit] = ACTIONS(3185), - [anon_sym_typename] = ACTIONS(3185), - [anon_sym_template] = ACTIONS(3185), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_try] = ACTIONS(3185), - [anon_sym_delete] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_namespace] = ACTIONS(3185), - [anon_sym_using] = ACTIONS(3185), - [anon_sym_static_assert] = ACTIONS(3185), - [anon_sym_concept] = ACTIONS(3185), - [anon_sym_co_return] = ACTIONS(3185), - [anon_sym_co_yield] = ACTIONS(3185), - [anon_sym_R_DQUOTE] = ACTIONS(3187), - [anon_sym_LR_DQUOTE] = ACTIONS(3187), - [anon_sym_uR_DQUOTE] = ACTIONS(3187), - [anon_sym_UR_DQUOTE] = ACTIONS(3187), - [anon_sym_u8R_DQUOTE] = ACTIONS(3187), - [anon_sym_co_await] = ACTIONS(3185), - [anon_sym_new] = ACTIONS(3185), - [anon_sym_requires] = ACTIONS(3185), - [sym_this] = ACTIONS(3185), + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_include_token1] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token2] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym___cdecl] = ACTIONS(3195), + [anon_sym___clrcall] = ACTIONS(3195), + [anon_sym___stdcall] = ACTIONS(3195), + [anon_sym___fastcall] = ACTIONS(3195), + [anon_sym___thiscall] = ACTIONS(3195), + [anon_sym___vectorcall] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_switch] = ACTIONS(3195), + [anon_sym_case] = ACTIONS(3195), + [anon_sym_default] = ACTIONS(3195), + [anon_sym_while] = ACTIONS(3195), + [anon_sym_do] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym___try] = ACTIONS(3195), + [anon_sym___leave] = ACTIONS(3195), + [anon_sym_not] = ACTIONS(3195), + [anon_sym_compl] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_sizeof] = ACTIONS(3195), + [anon_sym___alignof__] = ACTIONS(3195), + [anon_sym___alignof] = ACTIONS(3195), + [anon_sym__alignof] = ACTIONS(3195), + [anon_sym_alignof] = ACTIONS(3195), + [anon_sym__Alignof] = ACTIONS(3195), + [anon_sym_offsetof] = ACTIONS(3195), + [anon_sym__Generic] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym___asm__] = ACTIONS(3195), + [anon_sym___asm] = ACTIONS(3195), + [aux_sym_number_literal_token1] = ACTIONS(3197), + [aux_sym_number_literal_token2] = ACTIONS(3195), + [anon_sym_L_SQUOTE] = ACTIONS(3197), + [anon_sym_u_SQUOTE] = ACTIONS(3197), + [anon_sym_U_SQUOTE] = ACTIONS(3197), + [anon_sym_u8_SQUOTE] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3197), + [anon_sym_L_DQUOTE] = ACTIONS(3197), + [anon_sym_u_DQUOTE] = ACTIONS(3197), + [anon_sym_U_DQUOTE] = ACTIONS(3197), + [anon_sym_u8_DQUOTE] = ACTIONS(3197), + [anon_sym_DQUOTE] = ACTIONS(3197), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [anon_sym_NULL] = ACTIONS(3195), + [anon_sym_nullptr] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_try] = ACTIONS(3195), + [anon_sym_delete] = ACTIONS(3195), + [anon_sym_throw] = ACTIONS(3195), + [anon_sym_namespace] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + [anon_sym_concept] = ACTIONS(3195), + [anon_sym_co_return] = ACTIONS(3195), + [anon_sym_co_yield] = ACTIONS(3195), + [anon_sym_R_DQUOTE] = ACTIONS(3197), + [anon_sym_LR_DQUOTE] = ACTIONS(3197), + [anon_sym_uR_DQUOTE] = ACTIONS(3197), + [anon_sym_UR_DQUOTE] = ACTIONS(3197), + [anon_sym_u8R_DQUOTE] = ACTIONS(3197), + [anon_sym_co_await] = ACTIONS(3195), + [anon_sym_new] = ACTIONS(3195), + [anon_sym_requires] = ACTIONS(3195), + [sym_this] = ACTIONS(3195), }, [677] = { - [sym_identifier] = ACTIONS(3076), - [aux_sym_preproc_include_token1] = ACTIONS(3076), - [aux_sym_preproc_def_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), - [sym_preproc_directive] = ACTIONS(3076), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_BANG] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_DASH] = ACTIONS(3076), - [anon_sym_PLUS] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym___extension__] = ACTIONS(3076), - [anon_sym_typedef] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym___attribute] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym___cdecl] = ACTIONS(3076), - [anon_sym___clrcall] = ACTIONS(3076), - [anon_sym___stdcall] = ACTIONS(3076), - [anon_sym___fastcall] = ACTIONS(3076), - [anon_sym___thiscall] = ACTIONS(3076), - [anon_sym___vectorcall] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(3078), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_signed] = ACTIONS(3076), - [anon_sym_unsigned] = ACTIONS(3076), - [anon_sym_long] = ACTIONS(3076), - [anon_sym_short] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym___inline] = ACTIONS(3076), - [anon_sym___inline__] = ACTIONS(3076), - [anon_sym___forceinline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym___thread] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym___restrict__] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym__Noreturn] = ACTIONS(3076), - [anon_sym_noreturn] = ACTIONS(3076), - [anon_sym__Nonnull] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constinit] = ACTIONS(3076), - [anon_sym_consteval] = ACTIONS(3076), - [anon_sym_PROGMEM] = ACTIONS(3076), - [anon_sym_alignas] = ACTIONS(3076), - [anon_sym__Alignas] = ACTIONS(3076), - [aux_sym_primitive_type_token1] = ACTIONS(3076), - [anon_sym_byte] = ACTIONS(3076), - [anon_sym_word] = ACTIONS(3076), - [anon_sym_enum] = ACTIONS(3076), - [anon_sym_class] = ACTIONS(3076), - [anon_sym_struct] = ACTIONS(3076), - [anon_sym_union] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_switch] = ACTIONS(3076), - [anon_sym_case] = ACTIONS(3076), - [anon_sym_default] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_do] = ACTIONS(3076), - [anon_sym_for] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_goto] = ACTIONS(3076), - [anon_sym___try] = ACTIONS(3076), - [anon_sym___leave] = ACTIONS(3076), - [anon_sym_not] = ACTIONS(3076), - [anon_sym_compl] = ACTIONS(3076), - [anon_sym_DASH_DASH] = ACTIONS(3078), - [anon_sym_PLUS_PLUS] = ACTIONS(3078), - [anon_sym_sizeof] = ACTIONS(3076), - [anon_sym___alignof__] = ACTIONS(3076), - [anon_sym___alignof] = ACTIONS(3076), - [anon_sym__alignof] = ACTIONS(3076), - [anon_sym_alignof] = ACTIONS(3076), - [anon_sym__Alignof] = ACTIONS(3076), - [anon_sym_offsetof] = ACTIONS(3076), - [anon_sym__Generic] = ACTIONS(3076), - [anon_sym_asm] = ACTIONS(3076), - [anon_sym___asm__] = ACTIONS(3076), - [anon_sym___asm] = ACTIONS(3076), - [aux_sym_number_literal_token1] = ACTIONS(3078), - [aux_sym_number_literal_token2] = ACTIONS(3076), - [anon_sym_L_SQUOTE] = ACTIONS(3078), - [anon_sym_u_SQUOTE] = ACTIONS(3078), - [anon_sym_U_SQUOTE] = ACTIONS(3078), - [anon_sym_u8_SQUOTE] = ACTIONS(3078), - [anon_sym_SQUOTE] = ACTIONS(3078), - [anon_sym_L_DQUOTE] = ACTIONS(3078), - [anon_sym_u_DQUOTE] = ACTIONS(3078), - [anon_sym_U_DQUOTE] = ACTIONS(3078), - [anon_sym_u8_DQUOTE] = ACTIONS(3078), - [anon_sym_DQUOTE] = ACTIONS(3078), - [sym_true] = ACTIONS(3076), - [sym_false] = ACTIONS(3076), - [anon_sym_NULL] = ACTIONS(3076), - [anon_sym_nullptr] = ACTIONS(3076), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3076), - [anon_sym_decltype] = ACTIONS(3076), - [anon_sym_explicit] = ACTIONS(3076), - [anon_sym_typename] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_delete] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_namespace] = ACTIONS(3076), - [anon_sym_using] = ACTIONS(3076), - [anon_sym_static_assert] = ACTIONS(3076), - [anon_sym_concept] = ACTIONS(3076), - [anon_sym_co_return] = ACTIONS(3076), - [anon_sym_co_yield] = ACTIONS(3076), - [anon_sym_R_DQUOTE] = ACTIONS(3078), - [anon_sym_LR_DQUOTE] = ACTIONS(3078), - [anon_sym_uR_DQUOTE] = ACTIONS(3078), - [anon_sym_UR_DQUOTE] = ACTIONS(3078), - [anon_sym_u8R_DQUOTE] = ACTIONS(3078), - [anon_sym_co_await] = ACTIONS(3076), - [anon_sym_new] = ACTIONS(3076), - [anon_sym_requires] = ACTIONS(3076), - [sym_this] = ACTIONS(3076), + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_include_token1] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token2] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3203), + [anon_sym_PLUS] = ACTIONS(3203), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym___cdecl] = ACTIONS(3203), + [anon_sym___clrcall] = ACTIONS(3203), + [anon_sym___stdcall] = ACTIONS(3203), + [anon_sym___fastcall] = ACTIONS(3203), + [anon_sym___thiscall] = ACTIONS(3203), + [anon_sym___vectorcall] = ACTIONS(3203), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3203), + [anon_sym_switch] = ACTIONS(3203), + [anon_sym_case] = ACTIONS(3203), + [anon_sym_default] = ACTIONS(3203), + [anon_sym_while] = ACTIONS(3203), + [anon_sym_do] = ACTIONS(3203), + [anon_sym_for] = ACTIONS(3203), + [anon_sym_return] = ACTIONS(3203), + [anon_sym_break] = ACTIONS(3203), + [anon_sym_continue] = ACTIONS(3203), + [anon_sym_goto] = ACTIONS(3203), + [anon_sym___try] = ACTIONS(3203), + [anon_sym___leave] = ACTIONS(3203), + [anon_sym_not] = ACTIONS(3203), + [anon_sym_compl] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_sizeof] = ACTIONS(3203), + [anon_sym___alignof__] = ACTIONS(3203), + [anon_sym___alignof] = ACTIONS(3203), + [anon_sym__alignof] = ACTIONS(3203), + [anon_sym_alignof] = ACTIONS(3203), + [anon_sym__Alignof] = ACTIONS(3203), + [anon_sym_offsetof] = ACTIONS(3203), + [anon_sym__Generic] = ACTIONS(3203), + [anon_sym_asm] = ACTIONS(3203), + [anon_sym___asm__] = ACTIONS(3203), + [anon_sym___asm] = ACTIONS(3203), + [aux_sym_number_literal_token1] = ACTIONS(3205), + [aux_sym_number_literal_token2] = ACTIONS(3203), + [anon_sym_L_SQUOTE] = ACTIONS(3205), + [anon_sym_u_SQUOTE] = ACTIONS(3205), + [anon_sym_U_SQUOTE] = ACTIONS(3205), + [anon_sym_u8_SQUOTE] = ACTIONS(3205), + [anon_sym_SQUOTE] = ACTIONS(3205), + [anon_sym_L_DQUOTE] = ACTIONS(3205), + [anon_sym_u_DQUOTE] = ACTIONS(3205), + [anon_sym_U_DQUOTE] = ACTIONS(3205), + [anon_sym_u8_DQUOTE] = ACTIONS(3205), + [anon_sym_DQUOTE] = ACTIONS(3205), + [sym_true] = ACTIONS(3203), + [sym_false] = ACTIONS(3203), + [anon_sym_NULL] = ACTIONS(3203), + [anon_sym_nullptr] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_try] = ACTIONS(3203), + [anon_sym_delete] = ACTIONS(3203), + [anon_sym_throw] = ACTIONS(3203), + [anon_sym_namespace] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + [anon_sym_concept] = ACTIONS(3203), + [anon_sym_co_return] = ACTIONS(3203), + [anon_sym_co_yield] = ACTIONS(3203), + [anon_sym_R_DQUOTE] = ACTIONS(3205), + [anon_sym_LR_DQUOTE] = ACTIONS(3205), + [anon_sym_uR_DQUOTE] = ACTIONS(3205), + [anon_sym_UR_DQUOTE] = ACTIONS(3205), + [anon_sym_u8R_DQUOTE] = ACTIONS(3205), + [anon_sym_co_await] = ACTIONS(3203), + [anon_sym_new] = ACTIONS(3203), + [anon_sym_requires] = ACTIONS(3203), + [sym_this] = ACTIONS(3203), }, [678] = { - [sym_identifier] = ACTIONS(3189), - [aux_sym_preproc_include_token1] = ACTIONS(3189), - [aux_sym_preproc_def_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token2] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3189), - [sym_preproc_directive] = ACTIONS(3189), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym___extension__] = ACTIONS(3189), - [anon_sym_typedef] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym___attribute] = ACTIONS(3189), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym___cdecl] = ACTIONS(3189), - [anon_sym___clrcall] = ACTIONS(3189), - [anon_sym___stdcall] = ACTIONS(3189), - [anon_sym___fastcall] = ACTIONS(3189), - [anon_sym___thiscall] = ACTIONS(3189), - [anon_sym___vectorcall] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_signed] = ACTIONS(3189), - [anon_sym_unsigned] = ACTIONS(3189), - [anon_sym_long] = ACTIONS(3189), - [anon_sym_short] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym___inline] = ACTIONS(3189), - [anon_sym___inline__] = ACTIONS(3189), - [anon_sym___forceinline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym___thread] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym___restrict__] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym__Noreturn] = ACTIONS(3189), - [anon_sym_noreturn] = ACTIONS(3189), - [anon_sym__Nonnull] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constinit] = ACTIONS(3189), - [anon_sym_consteval] = ACTIONS(3189), - [anon_sym_PROGMEM] = ACTIONS(3189), - [anon_sym_alignas] = ACTIONS(3189), - [anon_sym__Alignas] = ACTIONS(3189), - [aux_sym_primitive_type_token1] = ACTIONS(3189), - [anon_sym_byte] = ACTIONS(3189), - [anon_sym_word] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_class] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_switch] = ACTIONS(3189), - [anon_sym_case] = ACTIONS(3189), - [anon_sym_default] = ACTIONS(3189), - [anon_sym_while] = ACTIONS(3189), - [anon_sym_do] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym___try] = ACTIONS(3189), - [anon_sym___leave] = ACTIONS(3189), - [anon_sym_not] = ACTIONS(3189), - [anon_sym_compl] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_sizeof] = ACTIONS(3189), - [anon_sym___alignof__] = ACTIONS(3189), - [anon_sym___alignof] = ACTIONS(3189), - [anon_sym__alignof] = ACTIONS(3189), - [anon_sym_alignof] = ACTIONS(3189), - [anon_sym__Alignof] = ACTIONS(3189), - [anon_sym_offsetof] = ACTIONS(3189), - [anon_sym__Generic] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym___asm__] = ACTIONS(3189), - [anon_sym___asm] = ACTIONS(3189), - [aux_sym_number_literal_token1] = ACTIONS(3191), - [aux_sym_number_literal_token2] = ACTIONS(3189), - [anon_sym_L_SQUOTE] = ACTIONS(3191), - [anon_sym_u_SQUOTE] = ACTIONS(3191), - [anon_sym_U_SQUOTE] = ACTIONS(3191), - [anon_sym_u8_SQUOTE] = ACTIONS(3191), - [anon_sym_SQUOTE] = ACTIONS(3191), - [anon_sym_L_DQUOTE] = ACTIONS(3191), - [anon_sym_u_DQUOTE] = ACTIONS(3191), - [anon_sym_U_DQUOTE] = ACTIONS(3191), - [anon_sym_u8_DQUOTE] = ACTIONS(3191), - [anon_sym_DQUOTE] = ACTIONS(3191), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [anon_sym_NULL] = ACTIONS(3189), - [anon_sym_nullptr] = ACTIONS(3189), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3189), - [anon_sym_decltype] = ACTIONS(3189), - [anon_sym_explicit] = ACTIONS(3189), - [anon_sym_typename] = ACTIONS(3189), - [anon_sym_template] = ACTIONS(3189), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_try] = ACTIONS(3189), - [anon_sym_delete] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_namespace] = ACTIONS(3189), - [anon_sym_using] = ACTIONS(3189), - [anon_sym_static_assert] = ACTIONS(3189), - [anon_sym_concept] = ACTIONS(3189), - [anon_sym_co_return] = ACTIONS(3189), - [anon_sym_co_yield] = ACTIONS(3189), - [anon_sym_R_DQUOTE] = ACTIONS(3191), - [anon_sym_LR_DQUOTE] = ACTIONS(3191), - [anon_sym_uR_DQUOTE] = ACTIONS(3191), - [anon_sym_UR_DQUOTE] = ACTIONS(3191), - [anon_sym_u8R_DQUOTE] = ACTIONS(3191), - [anon_sym_co_await] = ACTIONS(3189), - [anon_sym_new] = ACTIONS(3189), - [anon_sym_requires] = ACTIONS(3189), - [sym_this] = ACTIONS(3189), + [sym_identifier] = ACTIONS(2957), + [aux_sym_preproc_include_token1] = ACTIONS(2957), + [aux_sym_preproc_def_token1] = ACTIONS(2957), + [aux_sym_preproc_if_token1] = ACTIONS(2957), + [aux_sym_preproc_if_token2] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2957), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2957), + [sym_preproc_directive] = ACTIONS(2957), + [anon_sym_LPAREN2] = ACTIONS(2960), + [anon_sym_BANG] = ACTIONS(2960), + [anon_sym_TILDE] = ACTIONS(2960), + [anon_sym_DASH] = ACTIONS(2957), + [anon_sym_PLUS] = ACTIONS(2957), + [anon_sym_STAR] = ACTIONS(2960), + [anon_sym_AMP_AMP] = ACTIONS(2960), + [anon_sym_AMP] = ACTIONS(2957), + [anon_sym_SEMI] = ACTIONS(2960), + [anon_sym___extension__] = ACTIONS(2957), + [anon_sym_typedef] = ACTIONS(2957), + [anon_sym_virtual] = ACTIONS(2957), + [anon_sym_extern] = ACTIONS(2957), + [anon_sym___attribute__] = ACTIONS(2957), + [anon_sym___attribute] = ACTIONS(2957), + [anon_sym_COLON_COLON] = ACTIONS(2960), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2960), + [anon_sym___declspec] = ACTIONS(2957), + [anon_sym___based] = ACTIONS(2957), + [anon_sym___cdecl] = ACTIONS(2957), + [anon_sym___clrcall] = ACTIONS(2957), + [anon_sym___stdcall] = ACTIONS(2957), + [anon_sym___fastcall] = ACTIONS(2957), + [anon_sym___thiscall] = ACTIONS(2957), + [anon_sym___vectorcall] = ACTIONS(2957), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_signed] = ACTIONS(2957), + [anon_sym_unsigned] = ACTIONS(2957), + [anon_sym_long] = ACTIONS(2957), + [anon_sym_short] = ACTIONS(2957), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_static] = ACTIONS(2957), + [anon_sym_register] = ACTIONS(2957), + [anon_sym_inline] = ACTIONS(2957), + [anon_sym___inline] = ACTIONS(2957), + [anon_sym___inline__] = ACTIONS(2957), + [anon_sym___forceinline] = ACTIONS(2957), + [anon_sym_thread_local] = ACTIONS(2957), + [anon_sym___thread] = ACTIONS(2957), + [anon_sym_const] = ACTIONS(2957), + [anon_sym_constexpr] = ACTIONS(2957), + [anon_sym_volatile] = ACTIONS(2957), + [anon_sym_restrict] = ACTIONS(2957), + [anon_sym___restrict__] = ACTIONS(2957), + [anon_sym__Atomic] = ACTIONS(2957), + [anon_sym__Noreturn] = ACTIONS(2957), + [anon_sym_noreturn] = ACTIONS(2957), + [anon_sym__Nonnull] = ACTIONS(2957), + [anon_sym_mutable] = ACTIONS(2957), + [anon_sym_constinit] = ACTIONS(2957), + [anon_sym_consteval] = ACTIONS(2957), + [anon_sym_PROGMEM] = ACTIONS(2957), + [anon_sym_alignas] = ACTIONS(2957), + [anon_sym__Alignas] = ACTIONS(2957), + [aux_sym_primitive_type_token1] = ACTIONS(2957), + [anon_sym_byte] = ACTIONS(2957), + [anon_sym_word] = ACTIONS(2957), + [anon_sym_enum] = ACTIONS(2957), + [anon_sym_class] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2957), + [anon_sym_union] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2957), + [anon_sym_switch] = ACTIONS(2957), + [anon_sym_case] = ACTIONS(2957), + [anon_sym_default] = ACTIONS(2957), + [anon_sym_while] = ACTIONS(2957), + [anon_sym_do] = ACTIONS(2957), + [anon_sym_for] = ACTIONS(2957), + [anon_sym_return] = ACTIONS(2957), + [anon_sym_break] = ACTIONS(2957), + [anon_sym_continue] = ACTIONS(2957), + [anon_sym_goto] = ACTIONS(2957), + [anon_sym___try] = ACTIONS(2957), + [anon_sym___leave] = ACTIONS(2957), + [anon_sym_not] = ACTIONS(2957), + [anon_sym_compl] = ACTIONS(2957), + [anon_sym_DASH_DASH] = ACTIONS(2960), + [anon_sym_PLUS_PLUS] = ACTIONS(2960), + [anon_sym_sizeof] = ACTIONS(2957), + [anon_sym___alignof__] = ACTIONS(2957), + [anon_sym___alignof] = ACTIONS(2957), + [anon_sym__alignof] = ACTIONS(2957), + [anon_sym_alignof] = ACTIONS(2957), + [anon_sym__Alignof] = ACTIONS(2957), + [anon_sym_offsetof] = ACTIONS(2957), + [anon_sym__Generic] = ACTIONS(2957), + [anon_sym_asm] = ACTIONS(2957), + [anon_sym___asm__] = ACTIONS(2957), + [anon_sym___asm] = ACTIONS(2957), + [aux_sym_number_literal_token1] = ACTIONS(2960), + [aux_sym_number_literal_token2] = ACTIONS(2957), + [anon_sym_L_SQUOTE] = ACTIONS(2960), + [anon_sym_u_SQUOTE] = ACTIONS(2960), + [anon_sym_U_SQUOTE] = ACTIONS(2960), + [anon_sym_u8_SQUOTE] = ACTIONS(2960), + [anon_sym_SQUOTE] = ACTIONS(2960), + [anon_sym_L_DQUOTE] = ACTIONS(2960), + [anon_sym_u_DQUOTE] = ACTIONS(2960), + [anon_sym_U_DQUOTE] = ACTIONS(2960), + [anon_sym_u8_DQUOTE] = ACTIONS(2960), + [anon_sym_DQUOTE] = ACTIONS(2960), + [sym_true] = ACTIONS(2957), + [sym_false] = ACTIONS(2957), + [anon_sym_NULL] = ACTIONS(2957), + [anon_sym_nullptr] = ACTIONS(2957), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2957), + [anon_sym_decltype] = ACTIONS(2957), + [anon_sym_explicit] = ACTIONS(2957), + [anon_sym_typename] = ACTIONS(2957), + [anon_sym_template] = ACTIONS(2957), + [anon_sym_operator] = ACTIONS(2957), + [anon_sym_try] = ACTIONS(2957), + [anon_sym_delete] = ACTIONS(2957), + [anon_sym_throw] = ACTIONS(2957), + [anon_sym_namespace] = ACTIONS(2957), + [anon_sym_using] = ACTIONS(2957), + [anon_sym_static_assert] = ACTIONS(2957), + [anon_sym_concept] = ACTIONS(2957), + [anon_sym_co_return] = ACTIONS(2957), + [anon_sym_co_yield] = ACTIONS(2957), + [anon_sym_R_DQUOTE] = ACTIONS(2960), + [anon_sym_LR_DQUOTE] = ACTIONS(2960), + [anon_sym_uR_DQUOTE] = ACTIONS(2960), + [anon_sym_UR_DQUOTE] = ACTIONS(2960), + [anon_sym_u8R_DQUOTE] = ACTIONS(2960), + [anon_sym_co_await] = ACTIONS(2957), + [anon_sym_new] = ACTIONS(2957), + [anon_sym_requires] = ACTIONS(2957), + [sym_this] = ACTIONS(2957), + }, + [679] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_include_token1] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token2] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3207), + [anon_sym_PLUS] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym___cdecl] = ACTIONS(3207), + [anon_sym___clrcall] = ACTIONS(3207), + [anon_sym___stdcall] = ACTIONS(3207), + [anon_sym___fastcall] = ACTIONS(3207), + [anon_sym___thiscall] = ACTIONS(3207), + [anon_sym___vectorcall] = ACTIONS(3207), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [anon_sym_if] = ACTIONS(3207), + [anon_sym_switch] = ACTIONS(3207), + [anon_sym_case] = ACTIONS(3207), + [anon_sym_default] = ACTIONS(3207), + [anon_sym_while] = ACTIONS(3207), + [anon_sym_do] = ACTIONS(3207), + [anon_sym_for] = ACTIONS(3207), + [anon_sym_return] = ACTIONS(3207), + [anon_sym_break] = ACTIONS(3207), + [anon_sym_continue] = ACTIONS(3207), + [anon_sym_goto] = ACTIONS(3207), + [anon_sym___try] = ACTIONS(3207), + [anon_sym___leave] = ACTIONS(3207), + [anon_sym_not] = ACTIONS(3207), + [anon_sym_compl] = ACTIONS(3207), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_sizeof] = ACTIONS(3207), + [anon_sym___alignof__] = ACTIONS(3207), + [anon_sym___alignof] = ACTIONS(3207), + [anon_sym__alignof] = ACTIONS(3207), + [anon_sym_alignof] = ACTIONS(3207), + [anon_sym__Alignof] = ACTIONS(3207), + [anon_sym_offsetof] = ACTIONS(3207), + [anon_sym__Generic] = ACTIONS(3207), + [anon_sym_asm] = ACTIONS(3207), + [anon_sym___asm__] = ACTIONS(3207), + [anon_sym___asm] = ACTIONS(3207), + [aux_sym_number_literal_token1] = ACTIONS(3209), + [aux_sym_number_literal_token2] = ACTIONS(3207), + [anon_sym_L_SQUOTE] = ACTIONS(3209), + [anon_sym_u_SQUOTE] = ACTIONS(3209), + [anon_sym_U_SQUOTE] = ACTIONS(3209), + [anon_sym_u8_SQUOTE] = ACTIONS(3209), + [anon_sym_SQUOTE] = ACTIONS(3209), + [anon_sym_L_DQUOTE] = ACTIONS(3209), + [anon_sym_u_DQUOTE] = ACTIONS(3209), + [anon_sym_U_DQUOTE] = ACTIONS(3209), + [anon_sym_u8_DQUOTE] = ACTIONS(3209), + [anon_sym_DQUOTE] = ACTIONS(3209), + [sym_true] = ACTIONS(3207), + [sym_false] = ACTIONS(3207), + [anon_sym_NULL] = ACTIONS(3207), + [anon_sym_nullptr] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_try] = ACTIONS(3207), + [anon_sym_delete] = ACTIONS(3207), + [anon_sym_throw] = ACTIONS(3207), + [anon_sym_namespace] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + [anon_sym_concept] = ACTIONS(3207), + [anon_sym_co_return] = ACTIONS(3207), + [anon_sym_co_yield] = ACTIONS(3207), + [anon_sym_R_DQUOTE] = ACTIONS(3209), + [anon_sym_LR_DQUOTE] = ACTIONS(3209), + [anon_sym_uR_DQUOTE] = ACTIONS(3209), + [anon_sym_UR_DQUOTE] = ACTIONS(3209), + [anon_sym_u8R_DQUOTE] = ACTIONS(3209), + [anon_sym_co_await] = ACTIONS(3207), + [anon_sym_new] = ACTIONS(3207), + [anon_sym_requires] = ACTIONS(3207), + [sym_this] = ACTIONS(3207), + }, + [680] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_include_token1] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_BANG] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_DASH] = ACTIONS(2970), + [anon_sym_PLUS] = ACTIONS(2970), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym___cdecl] = ACTIONS(2970), + [anon_sym___clrcall] = ACTIONS(2970), + [anon_sym___stdcall] = ACTIONS(2970), + [anon_sym___fastcall] = ACTIONS(2970), + [anon_sym___thiscall] = ACTIONS(2970), + [anon_sym___vectorcall] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2972), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [anon_sym_if] = ACTIONS(2970), + [anon_sym_switch] = ACTIONS(2970), + [anon_sym_case] = ACTIONS(2970), + [anon_sym_default] = ACTIONS(2970), + [anon_sym_while] = ACTIONS(2970), + [anon_sym_do] = ACTIONS(2970), + [anon_sym_for] = ACTIONS(2970), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_break] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2970), + [anon_sym_goto] = ACTIONS(2970), + [anon_sym___try] = ACTIONS(2970), + [anon_sym___leave] = ACTIONS(2970), + [anon_sym_not] = ACTIONS(2970), + [anon_sym_compl] = ACTIONS(2970), + [anon_sym_DASH_DASH] = ACTIONS(2972), + [anon_sym_PLUS_PLUS] = ACTIONS(2972), + [anon_sym_sizeof] = ACTIONS(2970), + [anon_sym___alignof__] = ACTIONS(2970), + [anon_sym___alignof] = ACTIONS(2970), + [anon_sym__alignof] = ACTIONS(2970), + [anon_sym_alignof] = ACTIONS(2970), + [anon_sym__Alignof] = ACTIONS(2970), + [anon_sym_offsetof] = ACTIONS(2970), + [anon_sym__Generic] = ACTIONS(2970), + [anon_sym_asm] = ACTIONS(2970), + [anon_sym___asm__] = ACTIONS(2970), + [anon_sym___asm] = ACTIONS(2970), + [aux_sym_number_literal_token1] = ACTIONS(2972), + [aux_sym_number_literal_token2] = ACTIONS(2970), + [anon_sym_L_SQUOTE] = ACTIONS(2972), + [anon_sym_u_SQUOTE] = ACTIONS(2972), + [anon_sym_U_SQUOTE] = ACTIONS(2972), + [anon_sym_u8_SQUOTE] = ACTIONS(2972), + [anon_sym_SQUOTE] = ACTIONS(2972), + [anon_sym_L_DQUOTE] = ACTIONS(2972), + [anon_sym_u_DQUOTE] = ACTIONS(2972), + [anon_sym_U_DQUOTE] = ACTIONS(2972), + [anon_sym_u8_DQUOTE] = ACTIONS(2972), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym_true] = ACTIONS(2970), + [sym_false] = ACTIONS(2970), + [anon_sym_NULL] = ACTIONS(2970), + [anon_sym_nullptr] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_try] = ACTIONS(2970), + [anon_sym_delete] = ACTIONS(2970), + [anon_sym_throw] = ACTIONS(2970), + [anon_sym_namespace] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_concept] = ACTIONS(2970), + [anon_sym_co_return] = ACTIONS(2970), + [anon_sym_co_yield] = ACTIONS(2970), + [anon_sym_R_DQUOTE] = ACTIONS(2972), + [anon_sym_LR_DQUOTE] = ACTIONS(2972), + [anon_sym_uR_DQUOTE] = ACTIONS(2972), + [anon_sym_UR_DQUOTE] = ACTIONS(2972), + [anon_sym_u8R_DQUOTE] = ACTIONS(2972), + [anon_sym_co_await] = ACTIONS(2970), + [anon_sym_new] = ACTIONS(2970), + [anon_sym_requires] = ACTIONS(2970), + [sym_this] = ACTIONS(2970), + }, + [681] = { + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_include_token1] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token2] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_BANG] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_DASH] = ACTIONS(2980), + [anon_sym_PLUS] = ACTIONS(2980), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym___cdecl] = ACTIONS(2980), + [anon_sym___clrcall] = ACTIONS(2980), + [anon_sym___stdcall] = ACTIONS(2980), + [anon_sym___fastcall] = ACTIONS(2980), + [anon_sym___thiscall] = ACTIONS(2980), + [anon_sym___vectorcall] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2982), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [anon_sym_if] = ACTIONS(2980), + [anon_sym_switch] = ACTIONS(2980), + [anon_sym_case] = ACTIONS(2980), + [anon_sym_default] = ACTIONS(2980), + [anon_sym_while] = ACTIONS(2980), + [anon_sym_do] = ACTIONS(2980), + [anon_sym_for] = ACTIONS(2980), + [anon_sym_return] = ACTIONS(2980), + [anon_sym_break] = ACTIONS(2980), + [anon_sym_continue] = ACTIONS(2980), + [anon_sym_goto] = ACTIONS(2980), + [anon_sym___try] = ACTIONS(2980), + [anon_sym___leave] = ACTIONS(2980), + [anon_sym_not] = ACTIONS(2980), + [anon_sym_compl] = ACTIONS(2980), + [anon_sym_DASH_DASH] = ACTIONS(2982), + [anon_sym_PLUS_PLUS] = ACTIONS(2982), + [anon_sym_sizeof] = ACTIONS(2980), + [anon_sym___alignof__] = ACTIONS(2980), + [anon_sym___alignof] = ACTIONS(2980), + [anon_sym__alignof] = ACTIONS(2980), + [anon_sym_alignof] = ACTIONS(2980), + [anon_sym__Alignof] = ACTIONS(2980), + [anon_sym_offsetof] = ACTIONS(2980), + [anon_sym__Generic] = ACTIONS(2980), + [anon_sym_asm] = ACTIONS(2980), + [anon_sym___asm__] = ACTIONS(2980), + [anon_sym___asm] = ACTIONS(2980), + [aux_sym_number_literal_token1] = ACTIONS(2982), + [aux_sym_number_literal_token2] = ACTIONS(2980), + [anon_sym_L_SQUOTE] = ACTIONS(2982), + [anon_sym_u_SQUOTE] = ACTIONS(2982), + [anon_sym_U_SQUOTE] = ACTIONS(2982), + [anon_sym_u8_SQUOTE] = ACTIONS(2982), + [anon_sym_SQUOTE] = ACTIONS(2982), + [anon_sym_L_DQUOTE] = ACTIONS(2982), + [anon_sym_u_DQUOTE] = ACTIONS(2982), + [anon_sym_U_DQUOTE] = ACTIONS(2982), + [anon_sym_u8_DQUOTE] = ACTIONS(2982), + [anon_sym_DQUOTE] = ACTIONS(2982), + [sym_true] = ACTIONS(2980), + [sym_false] = ACTIONS(2980), + [anon_sym_NULL] = ACTIONS(2980), + [anon_sym_nullptr] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_try] = ACTIONS(2980), + [anon_sym_delete] = ACTIONS(2980), + [anon_sym_throw] = ACTIONS(2980), + [anon_sym_namespace] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + [anon_sym_concept] = ACTIONS(2980), + [anon_sym_co_return] = ACTIONS(2980), + [anon_sym_co_yield] = ACTIONS(2980), + [anon_sym_R_DQUOTE] = ACTIONS(2982), + [anon_sym_LR_DQUOTE] = ACTIONS(2982), + [anon_sym_uR_DQUOTE] = ACTIONS(2982), + [anon_sym_UR_DQUOTE] = ACTIONS(2982), + [anon_sym_u8R_DQUOTE] = ACTIONS(2982), + [anon_sym_co_await] = ACTIONS(2980), + [anon_sym_new] = ACTIONS(2980), + [anon_sym_requires] = ACTIONS(2980), + [sym_this] = ACTIONS(2980), + }, + [682] = { + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_include_token1] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym___cdecl] = ACTIONS(3143), + [anon_sym___clrcall] = ACTIONS(3143), + [anon_sym___stdcall] = ACTIONS(3143), + [anon_sym___fastcall] = ACTIONS(3143), + [anon_sym___thiscall] = ACTIONS(3143), + [anon_sym___vectorcall] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_RBRACE] = ACTIONS(3145), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_switch] = ACTIONS(3143), + [anon_sym_case] = ACTIONS(3143), + [anon_sym_default] = ACTIONS(3143), + [anon_sym_while] = ACTIONS(3143), + [anon_sym_do] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym___try] = ACTIONS(3143), + [anon_sym___leave] = ACTIONS(3143), + [anon_sym_not] = ACTIONS(3143), + [anon_sym_compl] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_sizeof] = ACTIONS(3143), + [anon_sym___alignof__] = ACTIONS(3143), + [anon_sym___alignof] = ACTIONS(3143), + [anon_sym__alignof] = ACTIONS(3143), + [anon_sym_alignof] = ACTIONS(3143), + [anon_sym__Alignof] = ACTIONS(3143), + [anon_sym_offsetof] = ACTIONS(3143), + [anon_sym__Generic] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym___asm__] = ACTIONS(3143), + [anon_sym___asm] = ACTIONS(3143), + [aux_sym_number_literal_token1] = ACTIONS(3145), + [aux_sym_number_literal_token2] = ACTIONS(3143), + [anon_sym_L_SQUOTE] = ACTIONS(3145), + [anon_sym_u_SQUOTE] = ACTIONS(3145), + [anon_sym_U_SQUOTE] = ACTIONS(3145), + [anon_sym_u8_SQUOTE] = ACTIONS(3145), + [anon_sym_SQUOTE] = ACTIONS(3145), + [anon_sym_L_DQUOTE] = ACTIONS(3145), + [anon_sym_u_DQUOTE] = ACTIONS(3145), + [anon_sym_U_DQUOTE] = ACTIONS(3145), + [anon_sym_u8_DQUOTE] = ACTIONS(3145), + [anon_sym_DQUOTE] = ACTIONS(3145), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [anon_sym_NULL] = ACTIONS(3143), + [anon_sym_nullptr] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_try] = ACTIONS(3143), + [anon_sym_delete] = ACTIONS(3143), + [anon_sym_throw] = ACTIONS(3143), + [anon_sym_namespace] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + [anon_sym_concept] = ACTIONS(3143), + [anon_sym_co_return] = ACTIONS(3143), + [anon_sym_co_yield] = ACTIONS(3143), + [anon_sym_R_DQUOTE] = ACTIONS(3145), + [anon_sym_LR_DQUOTE] = ACTIONS(3145), + [anon_sym_uR_DQUOTE] = ACTIONS(3145), + [anon_sym_UR_DQUOTE] = ACTIONS(3145), + [anon_sym_u8R_DQUOTE] = ACTIONS(3145), + [anon_sym_co_await] = ACTIONS(3143), + [anon_sym_new] = ACTIONS(3143), + [anon_sym_requires] = ACTIONS(3143), + [sym_this] = ACTIONS(3143), + }, + [683] = { + [sym_identifier] = ACTIONS(2992), + [aux_sym_preproc_include_token1] = ACTIONS(2992), + [aux_sym_preproc_def_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token2] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), + [sym_preproc_directive] = ACTIONS(2992), + [anon_sym_LPAREN2] = ACTIONS(2994), + [anon_sym_BANG] = ACTIONS(2994), + [anon_sym_TILDE] = ACTIONS(2994), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_PLUS] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym___extension__] = ACTIONS(2992), + [anon_sym_typedef] = ACTIONS(2992), + [anon_sym_virtual] = ACTIONS(2992), + [anon_sym_extern] = ACTIONS(2992), + [anon_sym___attribute__] = ACTIONS(2992), + [anon_sym___attribute] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(2994), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), + [anon_sym___declspec] = ACTIONS(2992), + [anon_sym___based] = ACTIONS(2992), + [anon_sym___cdecl] = ACTIONS(2992), + [anon_sym___clrcall] = ACTIONS(2992), + [anon_sym___stdcall] = ACTIONS(2992), + [anon_sym___fastcall] = ACTIONS(2992), + [anon_sym___thiscall] = ACTIONS(2992), + [anon_sym___vectorcall] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2994), + [anon_sym_signed] = ACTIONS(2992), + [anon_sym_unsigned] = ACTIONS(2992), + [anon_sym_long] = ACTIONS(2992), + [anon_sym_short] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_static] = ACTIONS(2992), + [anon_sym_register] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym___inline] = ACTIONS(2992), + [anon_sym___inline__] = ACTIONS(2992), + [anon_sym___forceinline] = ACTIONS(2992), + [anon_sym_thread_local] = ACTIONS(2992), + [anon_sym___thread] = ACTIONS(2992), + [anon_sym_const] = ACTIONS(2992), + [anon_sym_constexpr] = ACTIONS(2992), + [anon_sym_volatile] = ACTIONS(2992), + [anon_sym_restrict] = ACTIONS(2992), + [anon_sym___restrict__] = ACTIONS(2992), + [anon_sym__Atomic] = ACTIONS(2992), + [anon_sym__Noreturn] = ACTIONS(2992), + [anon_sym_noreturn] = ACTIONS(2992), + [anon_sym__Nonnull] = ACTIONS(2992), + [anon_sym_mutable] = ACTIONS(2992), + [anon_sym_constinit] = ACTIONS(2992), + [anon_sym_consteval] = ACTIONS(2992), + [anon_sym_PROGMEM] = ACTIONS(2992), + [anon_sym_alignas] = ACTIONS(2992), + [anon_sym__Alignas] = ACTIONS(2992), + [aux_sym_primitive_type_token1] = ACTIONS(2992), + [anon_sym_byte] = ACTIONS(2992), + [anon_sym_word] = ACTIONS(2992), + [anon_sym_enum] = ACTIONS(2992), + [anon_sym_class] = ACTIONS(2992), + [anon_sym_struct] = ACTIONS(2992), + [anon_sym_union] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_switch] = ACTIONS(2992), + [anon_sym_case] = ACTIONS(2992), + [anon_sym_default] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_goto] = ACTIONS(2992), + [anon_sym___try] = ACTIONS(2992), + [anon_sym___leave] = ACTIONS(2992), + [anon_sym_not] = ACTIONS(2992), + [anon_sym_compl] = ACTIONS(2992), + [anon_sym_DASH_DASH] = ACTIONS(2994), + [anon_sym_PLUS_PLUS] = ACTIONS(2994), + [anon_sym_sizeof] = ACTIONS(2992), + [anon_sym___alignof__] = ACTIONS(2992), + [anon_sym___alignof] = ACTIONS(2992), + [anon_sym__alignof] = ACTIONS(2992), + [anon_sym_alignof] = ACTIONS(2992), + [anon_sym__Alignof] = ACTIONS(2992), + [anon_sym_offsetof] = ACTIONS(2992), + [anon_sym__Generic] = ACTIONS(2992), + [anon_sym_asm] = ACTIONS(2992), + [anon_sym___asm__] = ACTIONS(2992), + [anon_sym___asm] = ACTIONS(2992), + [aux_sym_number_literal_token1] = ACTIONS(2994), + [aux_sym_number_literal_token2] = ACTIONS(2992), + [anon_sym_L_SQUOTE] = ACTIONS(2994), + [anon_sym_u_SQUOTE] = ACTIONS(2994), + [anon_sym_U_SQUOTE] = ACTIONS(2994), + [anon_sym_u8_SQUOTE] = ACTIONS(2994), + [anon_sym_SQUOTE] = ACTIONS(2994), + [anon_sym_L_DQUOTE] = ACTIONS(2994), + [anon_sym_u_DQUOTE] = ACTIONS(2994), + [anon_sym_U_DQUOTE] = ACTIONS(2994), + [anon_sym_u8_DQUOTE] = ACTIONS(2994), + [anon_sym_DQUOTE] = ACTIONS(2994), + [sym_true] = ACTIONS(2992), + [sym_false] = ACTIONS(2992), + [anon_sym_NULL] = ACTIONS(2992), + [anon_sym_nullptr] = ACTIONS(2992), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2992), + [anon_sym_decltype] = ACTIONS(2992), + [anon_sym_explicit] = ACTIONS(2992), + [anon_sym_typename] = ACTIONS(2992), + [anon_sym_template] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_delete] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_namespace] = ACTIONS(2992), + [anon_sym_using] = ACTIONS(2992), + [anon_sym_static_assert] = ACTIONS(2992), + [anon_sym_concept] = ACTIONS(2992), + [anon_sym_co_return] = ACTIONS(2992), + [anon_sym_co_yield] = ACTIONS(2992), + [anon_sym_R_DQUOTE] = ACTIONS(2994), + [anon_sym_LR_DQUOTE] = ACTIONS(2994), + [anon_sym_uR_DQUOTE] = ACTIONS(2994), + [anon_sym_UR_DQUOTE] = ACTIONS(2994), + [anon_sym_u8R_DQUOTE] = ACTIONS(2994), + [anon_sym_co_await] = ACTIONS(2992), + [anon_sym_new] = ACTIONS(2992), + [anon_sym_requires] = ACTIONS(2992), + [sym_this] = ACTIONS(2992), + }, + [684] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym___try] = ACTIONS(3171), + [anon_sym___leave] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), + }, + [685] = { + [sym_identifier] = ACTIONS(3223), + [aux_sym_preproc_include_token1] = ACTIONS(3223), + [aux_sym_preproc_def_token1] = ACTIONS(3223), + [aux_sym_preproc_if_token1] = ACTIONS(3223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), + [sym_preproc_directive] = ACTIONS(3223), + [anon_sym_LPAREN2] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3223), + [anon_sym_PLUS] = ACTIONS(3223), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_AMP_AMP] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3223), + [anon_sym_SEMI] = ACTIONS(3225), + [anon_sym___extension__] = ACTIONS(3223), + [anon_sym_typedef] = ACTIONS(3223), + [anon_sym_virtual] = ACTIONS(3223), + [anon_sym_extern] = ACTIONS(3223), + [anon_sym___attribute__] = ACTIONS(3223), + [anon_sym___attribute] = ACTIONS(3223), + [anon_sym_COLON_COLON] = ACTIONS(3225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), + [anon_sym___declspec] = ACTIONS(3223), + [anon_sym___based] = ACTIONS(3223), + [anon_sym___cdecl] = ACTIONS(3223), + [anon_sym___clrcall] = ACTIONS(3223), + [anon_sym___stdcall] = ACTIONS(3223), + [anon_sym___fastcall] = ACTIONS(3223), + [anon_sym___thiscall] = ACTIONS(3223), + [anon_sym___vectorcall] = ACTIONS(3223), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_RBRACE] = ACTIONS(3225), + [anon_sym_signed] = ACTIONS(3223), + [anon_sym_unsigned] = ACTIONS(3223), + [anon_sym_long] = ACTIONS(3223), + [anon_sym_short] = ACTIONS(3223), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_static] = ACTIONS(3223), + [anon_sym_register] = ACTIONS(3223), + [anon_sym_inline] = ACTIONS(3223), + [anon_sym___inline] = ACTIONS(3223), + [anon_sym___inline__] = ACTIONS(3223), + [anon_sym___forceinline] = ACTIONS(3223), + [anon_sym_thread_local] = ACTIONS(3223), + [anon_sym___thread] = ACTIONS(3223), + [anon_sym_const] = ACTIONS(3223), + [anon_sym_constexpr] = ACTIONS(3223), + [anon_sym_volatile] = ACTIONS(3223), + [anon_sym_restrict] = ACTIONS(3223), + [anon_sym___restrict__] = ACTIONS(3223), + [anon_sym__Atomic] = ACTIONS(3223), + [anon_sym__Noreturn] = ACTIONS(3223), + [anon_sym_noreturn] = ACTIONS(3223), + [anon_sym__Nonnull] = ACTIONS(3223), + [anon_sym_mutable] = ACTIONS(3223), + [anon_sym_constinit] = ACTIONS(3223), + [anon_sym_consteval] = ACTIONS(3223), + [anon_sym_PROGMEM] = ACTIONS(3223), + [anon_sym_alignas] = ACTIONS(3223), + [anon_sym__Alignas] = ACTIONS(3223), + [aux_sym_primitive_type_token1] = ACTIONS(3223), + [anon_sym_byte] = ACTIONS(3223), + [anon_sym_word] = ACTIONS(3223), + [anon_sym_enum] = ACTIONS(3223), + [anon_sym_class] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3223), + [anon_sym_union] = ACTIONS(3223), + [anon_sym_if] = ACTIONS(3223), + [anon_sym_switch] = ACTIONS(3223), + [anon_sym_case] = ACTIONS(3223), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_while] = ACTIONS(3223), + [anon_sym_do] = ACTIONS(3223), + [anon_sym_for] = ACTIONS(3223), + [anon_sym_return] = ACTIONS(3223), + [anon_sym_break] = ACTIONS(3223), + [anon_sym_continue] = ACTIONS(3223), + [anon_sym_goto] = ACTIONS(3223), + [anon_sym___try] = ACTIONS(3223), + [anon_sym___leave] = ACTIONS(3223), + [anon_sym_not] = ACTIONS(3223), + [anon_sym_compl] = ACTIONS(3223), + [anon_sym_DASH_DASH] = ACTIONS(3225), + [anon_sym_PLUS_PLUS] = ACTIONS(3225), + [anon_sym_sizeof] = ACTIONS(3223), + [anon_sym___alignof__] = ACTIONS(3223), + [anon_sym___alignof] = ACTIONS(3223), + [anon_sym__alignof] = ACTIONS(3223), + [anon_sym_alignof] = ACTIONS(3223), + [anon_sym__Alignof] = ACTIONS(3223), + [anon_sym_offsetof] = ACTIONS(3223), + [anon_sym__Generic] = ACTIONS(3223), + [anon_sym_asm] = ACTIONS(3223), + [anon_sym___asm__] = ACTIONS(3223), + [anon_sym___asm] = ACTIONS(3223), + [aux_sym_number_literal_token1] = ACTIONS(3225), + [aux_sym_number_literal_token2] = ACTIONS(3223), + [anon_sym_L_SQUOTE] = ACTIONS(3225), + [anon_sym_u_SQUOTE] = ACTIONS(3225), + [anon_sym_U_SQUOTE] = ACTIONS(3225), + [anon_sym_u8_SQUOTE] = ACTIONS(3225), + [anon_sym_SQUOTE] = ACTIONS(3225), + [anon_sym_L_DQUOTE] = ACTIONS(3225), + [anon_sym_u_DQUOTE] = ACTIONS(3225), + [anon_sym_U_DQUOTE] = ACTIONS(3225), + [anon_sym_u8_DQUOTE] = ACTIONS(3225), + [anon_sym_DQUOTE] = ACTIONS(3225), + [sym_true] = ACTIONS(3223), + [sym_false] = ACTIONS(3223), + [anon_sym_NULL] = ACTIONS(3223), + [anon_sym_nullptr] = ACTIONS(3223), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3223), + [anon_sym_decltype] = ACTIONS(3223), + [anon_sym_explicit] = ACTIONS(3223), + [anon_sym_typename] = ACTIONS(3223), + [anon_sym_template] = ACTIONS(3223), + [anon_sym_operator] = ACTIONS(3223), + [anon_sym_try] = ACTIONS(3223), + [anon_sym_delete] = ACTIONS(3223), + [anon_sym_throw] = ACTIONS(3223), + [anon_sym_namespace] = ACTIONS(3223), + [anon_sym_using] = ACTIONS(3223), + [anon_sym_static_assert] = ACTIONS(3223), + [anon_sym_concept] = ACTIONS(3223), + [anon_sym_co_return] = ACTIONS(3223), + [anon_sym_co_yield] = ACTIONS(3223), + [anon_sym_R_DQUOTE] = ACTIONS(3225), + [anon_sym_LR_DQUOTE] = ACTIONS(3225), + [anon_sym_uR_DQUOTE] = ACTIONS(3225), + [anon_sym_UR_DQUOTE] = ACTIONS(3225), + [anon_sym_u8R_DQUOTE] = ACTIONS(3225), + [anon_sym_co_await] = ACTIONS(3223), + [anon_sym_new] = ACTIONS(3223), + [anon_sym_requires] = ACTIONS(3223), + [sym_this] = ACTIONS(3223), + }, + [686] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(1926), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [aux_sym_preproc_if_token2] = ACTIONS(1928), + [aux_sym_preproc_else_token1] = ACTIONS(1928), + [aux_sym_preproc_elif_token1] = ACTIONS(1926), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1928), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(3459), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1928), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1928), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [687] = { + [ts_builtin_sym_end] = ACTIONS(3062), + [sym_identifier] = ACTIONS(3060), + [aux_sym_preproc_include_token1] = ACTIONS(3060), + [aux_sym_preproc_def_token1] = ACTIONS(3060), + [aux_sym_preproc_if_token1] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), + [sym_preproc_directive] = ACTIONS(3060), + [anon_sym_LPAREN2] = ACTIONS(3062), + [anon_sym_BANG] = ACTIONS(3062), + [anon_sym_TILDE] = ACTIONS(3062), + [anon_sym_DASH] = ACTIONS(3060), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_STAR] = ACTIONS(3062), + [anon_sym_AMP_AMP] = ACTIONS(3062), + [anon_sym_AMP] = ACTIONS(3060), + [anon_sym_SEMI] = ACTIONS(3062), + [anon_sym___extension__] = ACTIONS(3060), + [anon_sym_typedef] = ACTIONS(3060), + [anon_sym_virtual] = ACTIONS(3060), + [anon_sym_extern] = ACTIONS(3060), + [anon_sym___attribute__] = ACTIONS(3060), + [anon_sym___attribute] = ACTIONS(3060), + [anon_sym_COLON_COLON] = ACTIONS(3062), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), + [anon_sym___declspec] = ACTIONS(3060), + [anon_sym___based] = ACTIONS(3060), + [anon_sym___cdecl] = ACTIONS(3060), + [anon_sym___clrcall] = ACTIONS(3060), + [anon_sym___stdcall] = ACTIONS(3060), + [anon_sym___fastcall] = ACTIONS(3060), + [anon_sym___thiscall] = ACTIONS(3060), + [anon_sym___vectorcall] = ACTIONS(3060), + [anon_sym_LBRACE] = ACTIONS(3062), + [anon_sym_signed] = ACTIONS(3060), + [anon_sym_unsigned] = ACTIONS(3060), + [anon_sym_long] = ACTIONS(3060), + [anon_sym_short] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3060), + [anon_sym_static] = ACTIONS(3060), + [anon_sym_register] = ACTIONS(3060), + [anon_sym_inline] = ACTIONS(3060), + [anon_sym___inline] = ACTIONS(3060), + [anon_sym___inline__] = ACTIONS(3060), + [anon_sym___forceinline] = ACTIONS(3060), + [anon_sym_thread_local] = ACTIONS(3060), + [anon_sym___thread] = ACTIONS(3060), + [anon_sym_const] = ACTIONS(3060), + [anon_sym_constexpr] = ACTIONS(3060), + [anon_sym_volatile] = ACTIONS(3060), + [anon_sym_restrict] = ACTIONS(3060), + [anon_sym___restrict__] = ACTIONS(3060), + [anon_sym__Atomic] = ACTIONS(3060), + [anon_sym__Noreturn] = ACTIONS(3060), + [anon_sym_noreturn] = ACTIONS(3060), + [anon_sym__Nonnull] = ACTIONS(3060), + [anon_sym_mutable] = ACTIONS(3060), + [anon_sym_constinit] = ACTIONS(3060), + [anon_sym_consteval] = ACTIONS(3060), + [anon_sym_PROGMEM] = ACTIONS(3060), + [anon_sym_alignas] = ACTIONS(3060), + [anon_sym__Alignas] = ACTIONS(3060), + [aux_sym_primitive_type_token1] = ACTIONS(3060), + [anon_sym_byte] = ACTIONS(3060), + [anon_sym_word] = ACTIONS(3060), + [anon_sym_enum] = ACTIONS(3060), + [anon_sym_class] = ACTIONS(3060), + [anon_sym_struct] = ACTIONS(3060), + [anon_sym_union] = ACTIONS(3060), + [anon_sym_if] = ACTIONS(3060), + [anon_sym_switch] = ACTIONS(3060), + [anon_sym_case] = ACTIONS(3060), + [anon_sym_default] = ACTIONS(3060), + [anon_sym_while] = ACTIONS(3060), + [anon_sym_do] = ACTIONS(3060), + [anon_sym_for] = ACTIONS(3060), + [anon_sym_return] = ACTIONS(3060), + [anon_sym_break] = ACTIONS(3060), + [anon_sym_continue] = ACTIONS(3060), + [anon_sym_goto] = ACTIONS(3060), + [anon_sym_not] = ACTIONS(3060), + [anon_sym_compl] = ACTIONS(3060), + [anon_sym_DASH_DASH] = ACTIONS(3062), + [anon_sym_PLUS_PLUS] = ACTIONS(3062), + [anon_sym_sizeof] = ACTIONS(3060), + [anon_sym___alignof__] = ACTIONS(3060), + [anon_sym___alignof] = ACTIONS(3060), + [anon_sym__alignof] = ACTIONS(3060), + [anon_sym_alignof] = ACTIONS(3060), + [anon_sym__Alignof] = ACTIONS(3060), + [anon_sym_offsetof] = ACTIONS(3060), + [anon_sym__Generic] = ACTIONS(3060), + [anon_sym_asm] = ACTIONS(3060), + [anon_sym___asm__] = ACTIONS(3060), + [anon_sym___asm] = ACTIONS(3060), + [aux_sym_number_literal_token1] = ACTIONS(3062), + [aux_sym_number_literal_token2] = ACTIONS(3060), + [anon_sym_L_SQUOTE] = ACTIONS(3062), + [anon_sym_u_SQUOTE] = ACTIONS(3062), + [anon_sym_U_SQUOTE] = ACTIONS(3062), + [anon_sym_u8_SQUOTE] = ACTIONS(3062), + [anon_sym_SQUOTE] = ACTIONS(3062), + [anon_sym_L_DQUOTE] = ACTIONS(3062), + [anon_sym_u_DQUOTE] = ACTIONS(3062), + [anon_sym_U_DQUOTE] = ACTIONS(3062), + [anon_sym_u8_DQUOTE] = ACTIONS(3062), + [anon_sym_DQUOTE] = ACTIONS(3062), + [sym_true] = ACTIONS(3060), + [sym_false] = ACTIONS(3060), + [anon_sym_NULL] = ACTIONS(3060), + [anon_sym_nullptr] = ACTIONS(3060), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3060), + [anon_sym_decltype] = ACTIONS(3060), + [anon_sym_explicit] = ACTIONS(3060), + [anon_sym_typename] = ACTIONS(3060), + [anon_sym_template] = ACTIONS(3060), + [anon_sym_operator] = ACTIONS(3060), + [anon_sym_try] = ACTIONS(3060), + [anon_sym_delete] = ACTIONS(3060), + [anon_sym_throw] = ACTIONS(3060), + [anon_sym_namespace] = ACTIONS(3060), + [anon_sym_using] = ACTIONS(3060), + [anon_sym_static_assert] = ACTIONS(3060), + [anon_sym_concept] = ACTIONS(3060), + [anon_sym_co_return] = ACTIONS(3060), + [anon_sym_co_yield] = ACTIONS(3060), + [anon_sym_R_DQUOTE] = ACTIONS(3062), + [anon_sym_LR_DQUOTE] = ACTIONS(3062), + [anon_sym_uR_DQUOTE] = ACTIONS(3062), + [anon_sym_UR_DQUOTE] = ACTIONS(3062), + [anon_sym_u8R_DQUOTE] = ACTIONS(3062), + [anon_sym_co_await] = ACTIONS(3060), + [anon_sym_new] = ACTIONS(3060), + [anon_sym_requires] = ACTIONS(3060), + [sym_this] = ACTIONS(3060), + }, + [688] = { + [ts_builtin_sym_end] = ACTIONS(3197), + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_include_token1] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_BANG] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym___cdecl] = ACTIONS(3195), + [anon_sym___clrcall] = ACTIONS(3195), + [anon_sym___stdcall] = ACTIONS(3195), + [anon_sym___fastcall] = ACTIONS(3195), + [anon_sym___thiscall] = ACTIONS(3195), + [anon_sym___vectorcall] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_switch] = ACTIONS(3195), + [anon_sym_case] = ACTIONS(3195), + [anon_sym_default] = ACTIONS(3195), + [anon_sym_while] = ACTIONS(3195), + [anon_sym_do] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym_not] = ACTIONS(3195), + [anon_sym_compl] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_sizeof] = ACTIONS(3195), + [anon_sym___alignof__] = ACTIONS(3195), + [anon_sym___alignof] = ACTIONS(3195), + [anon_sym__alignof] = ACTIONS(3195), + [anon_sym_alignof] = ACTIONS(3195), + [anon_sym__Alignof] = ACTIONS(3195), + [anon_sym_offsetof] = ACTIONS(3195), + [anon_sym__Generic] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym___asm__] = ACTIONS(3195), + [anon_sym___asm] = ACTIONS(3195), + [aux_sym_number_literal_token1] = ACTIONS(3197), + [aux_sym_number_literal_token2] = ACTIONS(3195), + [anon_sym_L_SQUOTE] = ACTIONS(3197), + [anon_sym_u_SQUOTE] = ACTIONS(3197), + [anon_sym_U_SQUOTE] = ACTIONS(3197), + [anon_sym_u8_SQUOTE] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3197), + [anon_sym_L_DQUOTE] = ACTIONS(3197), + [anon_sym_u_DQUOTE] = ACTIONS(3197), + [anon_sym_U_DQUOTE] = ACTIONS(3197), + [anon_sym_u8_DQUOTE] = ACTIONS(3197), + [anon_sym_DQUOTE] = ACTIONS(3197), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [anon_sym_NULL] = ACTIONS(3195), + [anon_sym_nullptr] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_try] = ACTIONS(3195), + [anon_sym_delete] = ACTIONS(3195), + [anon_sym_throw] = ACTIONS(3195), + [anon_sym_namespace] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + [anon_sym_concept] = ACTIONS(3195), + [anon_sym_co_return] = ACTIONS(3195), + [anon_sym_co_yield] = ACTIONS(3195), + [anon_sym_R_DQUOTE] = ACTIONS(3197), + [anon_sym_LR_DQUOTE] = ACTIONS(3197), + [anon_sym_uR_DQUOTE] = ACTIONS(3197), + [anon_sym_UR_DQUOTE] = ACTIONS(3197), + [anon_sym_u8R_DQUOTE] = ACTIONS(3197), + [anon_sym_co_await] = ACTIONS(3195), + [anon_sym_new] = ACTIONS(3195), + [anon_sym_requires] = ACTIONS(3195), + [sym_this] = ACTIONS(3195), + }, + [689] = { + [ts_builtin_sym_end] = ACTIONS(3205), + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_include_token1] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_BANG] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_DASH] = ACTIONS(3203), + [anon_sym_PLUS] = ACTIONS(3203), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym___cdecl] = ACTIONS(3203), + [anon_sym___clrcall] = ACTIONS(3203), + [anon_sym___stdcall] = ACTIONS(3203), + [anon_sym___fastcall] = ACTIONS(3203), + [anon_sym___thiscall] = ACTIONS(3203), + [anon_sym___vectorcall] = ACTIONS(3203), + [anon_sym_LBRACE] = ACTIONS(3205), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_if] = ACTIONS(3203), + [anon_sym_switch] = ACTIONS(3203), + [anon_sym_case] = ACTIONS(3203), + [anon_sym_default] = ACTIONS(3203), + [anon_sym_while] = ACTIONS(3203), + [anon_sym_do] = ACTIONS(3203), + [anon_sym_for] = ACTIONS(3203), + [anon_sym_return] = ACTIONS(3203), + [anon_sym_break] = ACTIONS(3203), + [anon_sym_continue] = ACTIONS(3203), + [anon_sym_goto] = ACTIONS(3203), + [anon_sym_not] = ACTIONS(3203), + [anon_sym_compl] = ACTIONS(3203), + [anon_sym_DASH_DASH] = ACTIONS(3205), + [anon_sym_PLUS_PLUS] = ACTIONS(3205), + [anon_sym_sizeof] = ACTIONS(3203), + [anon_sym___alignof__] = ACTIONS(3203), + [anon_sym___alignof] = ACTIONS(3203), + [anon_sym__alignof] = ACTIONS(3203), + [anon_sym_alignof] = ACTIONS(3203), + [anon_sym__Alignof] = ACTIONS(3203), + [anon_sym_offsetof] = ACTIONS(3203), + [anon_sym__Generic] = ACTIONS(3203), + [anon_sym_asm] = ACTIONS(3203), + [anon_sym___asm__] = ACTIONS(3203), + [anon_sym___asm] = ACTIONS(3203), + [aux_sym_number_literal_token1] = ACTIONS(3205), + [aux_sym_number_literal_token2] = ACTIONS(3203), + [anon_sym_L_SQUOTE] = ACTIONS(3205), + [anon_sym_u_SQUOTE] = ACTIONS(3205), + [anon_sym_U_SQUOTE] = ACTIONS(3205), + [anon_sym_u8_SQUOTE] = ACTIONS(3205), + [anon_sym_SQUOTE] = ACTIONS(3205), + [anon_sym_L_DQUOTE] = ACTIONS(3205), + [anon_sym_u_DQUOTE] = ACTIONS(3205), + [anon_sym_U_DQUOTE] = ACTIONS(3205), + [anon_sym_u8_DQUOTE] = ACTIONS(3205), + [anon_sym_DQUOTE] = ACTIONS(3205), + [sym_true] = ACTIONS(3203), + [sym_false] = ACTIONS(3203), + [anon_sym_NULL] = ACTIONS(3203), + [anon_sym_nullptr] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_try] = ACTIONS(3203), + [anon_sym_delete] = ACTIONS(3203), + [anon_sym_throw] = ACTIONS(3203), + [anon_sym_namespace] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + [anon_sym_concept] = ACTIONS(3203), + [anon_sym_co_return] = ACTIONS(3203), + [anon_sym_co_yield] = ACTIONS(3203), + [anon_sym_R_DQUOTE] = ACTIONS(3205), + [anon_sym_LR_DQUOTE] = ACTIONS(3205), + [anon_sym_uR_DQUOTE] = ACTIONS(3205), + [anon_sym_UR_DQUOTE] = ACTIONS(3205), + [anon_sym_u8R_DQUOTE] = ACTIONS(3205), + [anon_sym_co_await] = ACTIONS(3203), + [anon_sym_new] = ACTIONS(3203), + [anon_sym_requires] = ACTIONS(3203), + [sym_this] = ACTIONS(3203), + }, + [690] = { + [ts_builtin_sym_end] = ACTIONS(3086), + [sym_identifier] = ACTIONS(3084), + [aux_sym_preproc_include_token1] = ACTIONS(3084), + [aux_sym_preproc_def_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), + [sym_preproc_directive] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_BANG] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_DASH] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP_AMP] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3084), + [anon_sym_SEMI] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_typedef] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym___based] = ACTIONS(3084), + [anon_sym___cdecl] = ACTIONS(3084), + [anon_sym___clrcall] = ACTIONS(3084), + [anon_sym___stdcall] = ACTIONS(3084), + [anon_sym___fastcall] = ACTIONS(3084), + [anon_sym___thiscall] = ACTIONS(3084), + [anon_sym___vectorcall] = ACTIONS(3084), + [anon_sym_LBRACE] = ACTIONS(3086), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [anon_sym_if] = ACTIONS(3084), + [anon_sym_switch] = ACTIONS(3084), + [anon_sym_case] = ACTIONS(3084), + [anon_sym_default] = ACTIONS(3084), + [anon_sym_while] = ACTIONS(3084), + [anon_sym_do] = ACTIONS(3084), + [anon_sym_for] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3084), + [anon_sym_break] = ACTIONS(3084), + [anon_sym_continue] = ACTIONS(3084), + [anon_sym_goto] = ACTIONS(3084), + [anon_sym_not] = ACTIONS(3084), + [anon_sym_compl] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3086), + [anon_sym_PLUS_PLUS] = ACTIONS(3086), + [anon_sym_sizeof] = ACTIONS(3084), + [anon_sym___alignof__] = ACTIONS(3084), + [anon_sym___alignof] = ACTIONS(3084), + [anon_sym__alignof] = ACTIONS(3084), + [anon_sym_alignof] = ACTIONS(3084), + [anon_sym__Alignof] = ACTIONS(3084), + [anon_sym_offsetof] = ACTIONS(3084), + [anon_sym__Generic] = ACTIONS(3084), + [anon_sym_asm] = ACTIONS(3084), + [anon_sym___asm__] = ACTIONS(3084), + [anon_sym___asm] = ACTIONS(3084), + [aux_sym_number_literal_token1] = ACTIONS(3086), + [aux_sym_number_literal_token2] = ACTIONS(3084), + [anon_sym_L_SQUOTE] = ACTIONS(3086), + [anon_sym_u_SQUOTE] = ACTIONS(3086), + [anon_sym_U_SQUOTE] = ACTIONS(3086), + [anon_sym_u8_SQUOTE] = ACTIONS(3086), + [anon_sym_SQUOTE] = ACTIONS(3086), + [anon_sym_L_DQUOTE] = ACTIONS(3086), + [anon_sym_u_DQUOTE] = ACTIONS(3086), + [anon_sym_U_DQUOTE] = ACTIONS(3086), + [anon_sym_u8_DQUOTE] = ACTIONS(3086), + [anon_sym_DQUOTE] = ACTIONS(3086), + [sym_true] = ACTIONS(3084), + [sym_false] = ACTIONS(3084), + [anon_sym_NULL] = ACTIONS(3084), + [anon_sym_nullptr] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_explicit] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_operator] = ACTIONS(3084), + [anon_sym_try] = ACTIONS(3084), + [anon_sym_delete] = ACTIONS(3084), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_namespace] = ACTIONS(3084), + [anon_sym_using] = ACTIONS(3084), + [anon_sym_static_assert] = ACTIONS(3084), + [anon_sym_concept] = ACTIONS(3084), + [anon_sym_co_return] = ACTIONS(3084), + [anon_sym_co_yield] = ACTIONS(3084), + [anon_sym_R_DQUOTE] = ACTIONS(3086), + [anon_sym_LR_DQUOTE] = ACTIONS(3086), + [anon_sym_uR_DQUOTE] = ACTIONS(3086), + [anon_sym_UR_DQUOTE] = ACTIONS(3086), + [anon_sym_u8R_DQUOTE] = ACTIONS(3086), + [anon_sym_co_await] = ACTIONS(3084), + [anon_sym_new] = ACTIONS(3084), + [anon_sym_requires] = ACTIONS(3084), + [sym_this] = ACTIONS(3084), }, - [679] = { - [sym_identifier] = ACTIONS(3201), - [aux_sym_preproc_include_token1] = ACTIONS(3201), - [aux_sym_preproc_def_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token2] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3201), - [sym_preproc_directive] = ACTIONS(3201), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3201), - [anon_sym_PLUS] = ACTIONS(3201), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym___extension__] = ACTIONS(3201), - [anon_sym_typedef] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym___attribute] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3203), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym___cdecl] = ACTIONS(3201), - [anon_sym___clrcall] = ACTIONS(3201), - [anon_sym___stdcall] = ACTIONS(3201), - [anon_sym___fastcall] = ACTIONS(3201), - [anon_sym___thiscall] = ACTIONS(3201), - [anon_sym___vectorcall] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_signed] = ACTIONS(3201), - [anon_sym_unsigned] = ACTIONS(3201), - [anon_sym_long] = ACTIONS(3201), - [anon_sym_short] = ACTIONS(3201), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym___inline] = ACTIONS(3201), - [anon_sym___inline__] = ACTIONS(3201), - [anon_sym___forceinline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym___thread] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym___restrict__] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym__Noreturn] = ACTIONS(3201), - [anon_sym_noreturn] = ACTIONS(3201), - [anon_sym__Nonnull] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constinit] = ACTIONS(3201), - [anon_sym_consteval] = ACTIONS(3201), - [anon_sym_PROGMEM] = ACTIONS(3201), - [anon_sym_alignas] = ACTIONS(3201), - [anon_sym__Alignas] = ACTIONS(3201), - [aux_sym_primitive_type_token1] = ACTIONS(3201), - [anon_sym_byte] = ACTIONS(3201), - [anon_sym_word] = ACTIONS(3201), - [anon_sym_enum] = ACTIONS(3201), - [anon_sym_class] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3201), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_if] = ACTIONS(3201), - [anon_sym_switch] = ACTIONS(3201), - [anon_sym_case] = ACTIONS(3201), - [anon_sym_default] = ACTIONS(3201), - [anon_sym_while] = ACTIONS(3201), - [anon_sym_do] = ACTIONS(3201), - [anon_sym_for] = ACTIONS(3201), - [anon_sym_return] = ACTIONS(3201), - [anon_sym_break] = ACTIONS(3201), - [anon_sym_continue] = ACTIONS(3201), - [anon_sym_goto] = ACTIONS(3201), - [anon_sym___try] = ACTIONS(3201), - [anon_sym___leave] = ACTIONS(3201), - [anon_sym_not] = ACTIONS(3201), - [anon_sym_compl] = ACTIONS(3201), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_sizeof] = ACTIONS(3201), - [anon_sym___alignof__] = ACTIONS(3201), - [anon_sym___alignof] = ACTIONS(3201), - [anon_sym__alignof] = ACTIONS(3201), - [anon_sym_alignof] = ACTIONS(3201), - [anon_sym__Alignof] = ACTIONS(3201), - [anon_sym_offsetof] = ACTIONS(3201), - [anon_sym__Generic] = ACTIONS(3201), - [anon_sym_asm] = ACTIONS(3201), - [anon_sym___asm__] = ACTIONS(3201), - [anon_sym___asm] = ACTIONS(3201), - [aux_sym_number_literal_token1] = ACTIONS(3203), - [aux_sym_number_literal_token2] = ACTIONS(3201), - [anon_sym_L_SQUOTE] = ACTIONS(3203), - [anon_sym_u_SQUOTE] = ACTIONS(3203), - [anon_sym_U_SQUOTE] = ACTIONS(3203), - [anon_sym_u8_SQUOTE] = ACTIONS(3203), - [anon_sym_SQUOTE] = ACTIONS(3203), - [anon_sym_L_DQUOTE] = ACTIONS(3203), - [anon_sym_u_DQUOTE] = ACTIONS(3203), - [anon_sym_U_DQUOTE] = ACTIONS(3203), - [anon_sym_u8_DQUOTE] = ACTIONS(3203), - [anon_sym_DQUOTE] = ACTIONS(3203), - [sym_true] = ACTIONS(3201), - [sym_false] = ACTIONS(3201), - [anon_sym_NULL] = ACTIONS(3201), - [anon_sym_nullptr] = ACTIONS(3201), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3201), - [anon_sym_decltype] = ACTIONS(3201), - [anon_sym_explicit] = ACTIONS(3201), - [anon_sym_typename] = ACTIONS(3201), - [anon_sym_template] = ACTIONS(3201), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_try] = ACTIONS(3201), - [anon_sym_delete] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_namespace] = ACTIONS(3201), - [anon_sym_using] = ACTIONS(3201), - [anon_sym_static_assert] = ACTIONS(3201), - [anon_sym_concept] = ACTIONS(3201), - [anon_sym_co_return] = ACTIONS(3201), - [anon_sym_co_yield] = ACTIONS(3201), - [anon_sym_R_DQUOTE] = ACTIONS(3203), - [anon_sym_LR_DQUOTE] = ACTIONS(3203), - [anon_sym_uR_DQUOTE] = ACTIONS(3203), - [anon_sym_UR_DQUOTE] = ACTIONS(3203), - [anon_sym_u8R_DQUOTE] = ACTIONS(3203), - [anon_sym_co_await] = ACTIONS(3201), - [anon_sym_new] = ACTIONS(3201), - [anon_sym_requires] = ACTIONS(3201), - [sym_this] = ACTIONS(3201), + [691] = { + [ts_builtin_sym_end] = ACTIONS(3090), + [sym_identifier] = ACTIONS(3088), + [aux_sym_preproc_include_token1] = ACTIONS(3088), + [aux_sym_preproc_def_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), + [sym_preproc_directive] = ACTIONS(3088), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), + [anon_sym_DASH] = ACTIONS(3088), + [anon_sym_PLUS] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym___extension__] = ACTIONS(3088), + [anon_sym_typedef] = ACTIONS(3088), + [anon_sym_virtual] = ACTIONS(3088), + [anon_sym_extern] = ACTIONS(3088), + [anon_sym___attribute__] = ACTIONS(3088), + [anon_sym___attribute] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), + [anon_sym___declspec] = ACTIONS(3088), + [anon_sym___based] = ACTIONS(3088), + [anon_sym___cdecl] = ACTIONS(3088), + [anon_sym___clrcall] = ACTIONS(3088), + [anon_sym___stdcall] = ACTIONS(3088), + [anon_sym___fastcall] = ACTIONS(3088), + [anon_sym___thiscall] = ACTIONS(3088), + [anon_sym___vectorcall] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3088), + [anon_sym_unsigned] = ACTIONS(3088), + [anon_sym_long] = ACTIONS(3088), + [anon_sym_short] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_static] = ACTIONS(3088), + [anon_sym_register] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym___inline] = ACTIONS(3088), + [anon_sym___inline__] = ACTIONS(3088), + [anon_sym___forceinline] = ACTIONS(3088), + [anon_sym_thread_local] = ACTIONS(3088), + [anon_sym___thread] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_constexpr] = ACTIONS(3088), + [anon_sym_volatile] = ACTIONS(3088), + [anon_sym_restrict] = ACTIONS(3088), + [anon_sym___restrict__] = ACTIONS(3088), + [anon_sym__Atomic] = ACTIONS(3088), + [anon_sym__Noreturn] = ACTIONS(3088), + [anon_sym_noreturn] = ACTIONS(3088), + [anon_sym__Nonnull] = ACTIONS(3088), + [anon_sym_mutable] = ACTIONS(3088), + [anon_sym_constinit] = ACTIONS(3088), + [anon_sym_consteval] = ACTIONS(3088), + [anon_sym_PROGMEM] = ACTIONS(3088), + [anon_sym_alignas] = ACTIONS(3088), + [anon_sym__Alignas] = ACTIONS(3088), + [aux_sym_primitive_type_token1] = ACTIONS(3088), + [anon_sym_byte] = ACTIONS(3088), + [anon_sym_word] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_class] = ACTIONS(3088), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_switch] = ACTIONS(3088), + [anon_sym_case] = ACTIONS(3088), + [anon_sym_default] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_do] = ACTIONS(3088), + [anon_sym_for] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_goto] = ACTIONS(3088), + [anon_sym_not] = ACTIONS(3088), + [anon_sym_compl] = ACTIONS(3088), + [anon_sym_DASH_DASH] = ACTIONS(3090), + [anon_sym_PLUS_PLUS] = ACTIONS(3090), + [anon_sym_sizeof] = ACTIONS(3088), + [anon_sym___alignof__] = ACTIONS(3088), + [anon_sym___alignof] = ACTIONS(3088), + [anon_sym__alignof] = ACTIONS(3088), + [anon_sym_alignof] = ACTIONS(3088), + [anon_sym__Alignof] = ACTIONS(3088), + [anon_sym_offsetof] = ACTIONS(3088), + [anon_sym__Generic] = ACTIONS(3088), + [anon_sym_asm] = ACTIONS(3088), + [anon_sym___asm__] = ACTIONS(3088), + [anon_sym___asm] = ACTIONS(3088), + [aux_sym_number_literal_token1] = ACTIONS(3090), + [aux_sym_number_literal_token2] = ACTIONS(3088), + [anon_sym_L_SQUOTE] = ACTIONS(3090), + [anon_sym_u_SQUOTE] = ACTIONS(3090), + [anon_sym_U_SQUOTE] = ACTIONS(3090), + [anon_sym_u8_SQUOTE] = ACTIONS(3090), + [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_L_DQUOTE] = ACTIONS(3090), + [anon_sym_u_DQUOTE] = ACTIONS(3090), + [anon_sym_U_DQUOTE] = ACTIONS(3090), + [anon_sym_u8_DQUOTE] = ACTIONS(3090), + [anon_sym_DQUOTE] = ACTIONS(3090), + [sym_true] = ACTIONS(3088), + [sym_false] = ACTIONS(3088), + [anon_sym_NULL] = ACTIONS(3088), + [anon_sym_nullptr] = ACTIONS(3088), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3088), + [anon_sym_decltype] = ACTIONS(3088), + [anon_sym_explicit] = ACTIONS(3088), + [anon_sym_typename] = ACTIONS(3088), + [anon_sym_template] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_delete] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_namespace] = ACTIONS(3088), + [anon_sym_using] = ACTIONS(3088), + [anon_sym_static_assert] = ACTIONS(3088), + [anon_sym_concept] = ACTIONS(3088), + [anon_sym_co_return] = ACTIONS(3088), + [anon_sym_co_yield] = ACTIONS(3088), + [anon_sym_R_DQUOTE] = ACTIONS(3090), + [anon_sym_LR_DQUOTE] = ACTIONS(3090), + [anon_sym_uR_DQUOTE] = ACTIONS(3090), + [anon_sym_UR_DQUOTE] = ACTIONS(3090), + [anon_sym_u8R_DQUOTE] = ACTIONS(3090), + [anon_sym_co_await] = ACTIONS(3088), + [anon_sym_new] = ACTIONS(3088), + [anon_sym_requires] = ACTIONS(3088), + [sym_this] = ACTIONS(3088), }, - [680] = { - [sym_identifier] = ACTIONS(3102), - [aux_sym_preproc_include_token1] = ACTIONS(3102), - [aux_sym_preproc_def_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token2] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_LPAREN2] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_AMP_AMP] = ACTIONS(3104), - [anon_sym_AMP] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym___extension__] = ACTIONS(3102), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_virtual] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym___attribute__] = ACTIONS(3102), - [anon_sym___attribute] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), - [anon_sym___declspec] = ACTIONS(3102), - [anon_sym___based] = ACTIONS(3102), - [anon_sym___cdecl] = ACTIONS(3102), - [anon_sym___clrcall] = ACTIONS(3102), - [anon_sym___stdcall] = ACTIONS(3102), - [anon_sym___fastcall] = ACTIONS(3102), - [anon_sym___thiscall] = ACTIONS(3102), - [anon_sym___vectorcall] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_signed] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [anon_sym_LBRACK] = ACTIONS(3102), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym___inline] = ACTIONS(3102), - [anon_sym___inline__] = ACTIONS(3102), - [anon_sym___forceinline] = ACTIONS(3102), - [anon_sym_thread_local] = ACTIONS(3102), - [anon_sym___thread] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_constexpr] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym___restrict__] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym__Noreturn] = ACTIONS(3102), - [anon_sym_noreturn] = ACTIONS(3102), - [anon_sym__Nonnull] = ACTIONS(3102), - [anon_sym_mutable] = ACTIONS(3102), - [anon_sym_constinit] = ACTIONS(3102), - [anon_sym_consteval] = ACTIONS(3102), - [anon_sym_PROGMEM] = ACTIONS(3102), - [anon_sym_alignas] = ACTIONS(3102), - [anon_sym__Alignas] = ACTIONS(3102), - [aux_sym_primitive_type_token1] = ACTIONS(3102), - [anon_sym_byte] = ACTIONS(3102), - [anon_sym_word] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_class] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym___try] = ACTIONS(3102), - [anon_sym___leave] = ACTIONS(3102), - [anon_sym_not] = ACTIONS(3102), - [anon_sym_compl] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [anon_sym___alignof__] = ACTIONS(3102), - [anon_sym___alignof] = ACTIONS(3102), - [anon_sym__alignof] = ACTIONS(3102), - [anon_sym_alignof] = ACTIONS(3102), - [anon_sym__Alignof] = ACTIONS(3102), - [anon_sym_offsetof] = ACTIONS(3102), - [anon_sym__Generic] = ACTIONS(3102), - [anon_sym_asm] = ACTIONS(3102), - [anon_sym___asm__] = ACTIONS(3102), - [anon_sym___asm] = ACTIONS(3102), - [aux_sym_number_literal_token1] = ACTIONS(3104), - [aux_sym_number_literal_token2] = ACTIONS(3102), - [anon_sym_L_SQUOTE] = ACTIONS(3104), - [anon_sym_u_SQUOTE] = ACTIONS(3104), - [anon_sym_U_SQUOTE] = ACTIONS(3104), - [anon_sym_u8_SQUOTE] = ACTIONS(3104), - [anon_sym_SQUOTE] = ACTIONS(3104), - [anon_sym_L_DQUOTE] = ACTIONS(3104), - [anon_sym_u_DQUOTE] = ACTIONS(3104), - [anon_sym_U_DQUOTE] = ACTIONS(3104), - [anon_sym_u8_DQUOTE] = ACTIONS(3104), - [anon_sym_DQUOTE] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [anon_sym_NULL] = ACTIONS(3102), - [anon_sym_nullptr] = ACTIONS(3102), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3102), - [anon_sym_decltype] = ACTIONS(3102), - [anon_sym_explicit] = ACTIONS(3102), - [anon_sym_typename] = ACTIONS(3102), - [anon_sym_template] = ACTIONS(3102), - [anon_sym_operator] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_delete] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_namespace] = ACTIONS(3102), - [anon_sym_using] = ACTIONS(3102), - [anon_sym_static_assert] = ACTIONS(3102), - [anon_sym_concept] = ACTIONS(3102), - [anon_sym_co_return] = ACTIONS(3102), - [anon_sym_co_yield] = ACTIONS(3102), - [anon_sym_R_DQUOTE] = ACTIONS(3104), - [anon_sym_LR_DQUOTE] = ACTIONS(3104), - [anon_sym_uR_DQUOTE] = ACTIONS(3104), - [anon_sym_UR_DQUOTE] = ACTIONS(3104), - [anon_sym_u8R_DQUOTE] = ACTIONS(3104), - [anon_sym_co_await] = ACTIONS(3102), - [anon_sym_new] = ACTIONS(3102), - [anon_sym_requires] = ACTIONS(3102), - [sym_this] = ACTIONS(3102), + [692] = { + [ts_builtin_sym_end] = ACTIONS(3094), + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_include_token1] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_DASH] = ACTIONS(3092), + [anon_sym_PLUS] = ACTIONS(3092), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym___cdecl] = ACTIONS(3092), + [anon_sym___clrcall] = ACTIONS(3092), + [anon_sym___stdcall] = ACTIONS(3092), + [anon_sym___fastcall] = ACTIONS(3092), + [anon_sym___thiscall] = ACTIONS(3092), + [anon_sym___vectorcall] = ACTIONS(3092), + [anon_sym_LBRACE] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [anon_sym_if] = ACTIONS(3092), + [anon_sym_switch] = ACTIONS(3092), + [anon_sym_case] = ACTIONS(3092), + [anon_sym_default] = ACTIONS(3092), + [anon_sym_while] = ACTIONS(3092), + [anon_sym_do] = ACTIONS(3092), + [anon_sym_for] = ACTIONS(3092), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_break] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(3092), + [anon_sym_goto] = ACTIONS(3092), + [anon_sym_not] = ACTIONS(3092), + [anon_sym_compl] = ACTIONS(3092), + [anon_sym_DASH_DASH] = ACTIONS(3094), + [anon_sym_PLUS_PLUS] = ACTIONS(3094), + [anon_sym_sizeof] = ACTIONS(3092), + [anon_sym___alignof__] = ACTIONS(3092), + [anon_sym___alignof] = ACTIONS(3092), + [anon_sym__alignof] = ACTIONS(3092), + [anon_sym_alignof] = ACTIONS(3092), + [anon_sym__Alignof] = ACTIONS(3092), + [anon_sym_offsetof] = ACTIONS(3092), + [anon_sym__Generic] = ACTIONS(3092), + [anon_sym_asm] = ACTIONS(3092), + [anon_sym___asm__] = ACTIONS(3092), + [anon_sym___asm] = ACTIONS(3092), + [aux_sym_number_literal_token1] = ACTIONS(3094), + [aux_sym_number_literal_token2] = ACTIONS(3092), + [anon_sym_L_SQUOTE] = ACTIONS(3094), + [anon_sym_u_SQUOTE] = ACTIONS(3094), + [anon_sym_U_SQUOTE] = ACTIONS(3094), + [anon_sym_u8_SQUOTE] = ACTIONS(3094), + [anon_sym_SQUOTE] = ACTIONS(3094), + [anon_sym_L_DQUOTE] = ACTIONS(3094), + [anon_sym_u_DQUOTE] = ACTIONS(3094), + [anon_sym_U_DQUOTE] = ACTIONS(3094), + [anon_sym_u8_DQUOTE] = ACTIONS(3094), + [anon_sym_DQUOTE] = ACTIONS(3094), + [sym_true] = ACTIONS(3092), + [sym_false] = ACTIONS(3092), + [anon_sym_NULL] = ACTIONS(3092), + [anon_sym_nullptr] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_try] = ACTIONS(3092), + [anon_sym_delete] = ACTIONS(3092), + [anon_sym_throw] = ACTIONS(3092), + [anon_sym_namespace] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + [anon_sym_concept] = ACTIONS(3092), + [anon_sym_co_return] = ACTIONS(3092), + [anon_sym_co_yield] = ACTIONS(3092), + [anon_sym_R_DQUOTE] = ACTIONS(3094), + [anon_sym_LR_DQUOTE] = ACTIONS(3094), + [anon_sym_uR_DQUOTE] = ACTIONS(3094), + [anon_sym_UR_DQUOTE] = ACTIONS(3094), + [anon_sym_u8R_DQUOTE] = ACTIONS(3094), + [anon_sym_co_await] = ACTIONS(3092), + [anon_sym_new] = ACTIONS(3092), + [anon_sym_requires] = ACTIONS(3092), + [sym_this] = ACTIONS(3092), }, - [681] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_include_token1] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token2] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3158), - [anon_sym_PLUS] = ACTIONS(3158), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym___cdecl] = ACTIONS(3158), - [anon_sym___clrcall] = ACTIONS(3158), - [anon_sym___stdcall] = ACTIONS(3158), - [anon_sym___fastcall] = ACTIONS(3158), - [anon_sym___thiscall] = ACTIONS(3158), - [anon_sym___vectorcall] = ACTIONS(3158), - [anon_sym_LBRACE] = ACTIONS(3160), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [anon_sym_if] = ACTIONS(3158), - [anon_sym_switch] = ACTIONS(3158), - [anon_sym_case] = ACTIONS(3158), - [anon_sym_default] = ACTIONS(3158), - [anon_sym_while] = ACTIONS(3158), - [anon_sym_do] = ACTIONS(3158), - [anon_sym_for] = ACTIONS(3158), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3158), - [anon_sym_continue] = ACTIONS(3158), - [anon_sym_goto] = ACTIONS(3158), - [anon_sym___try] = ACTIONS(3158), - [anon_sym___leave] = ACTIONS(3158), - [anon_sym_not] = ACTIONS(3158), - [anon_sym_compl] = ACTIONS(3158), - [anon_sym_DASH_DASH] = ACTIONS(3160), - [anon_sym_PLUS_PLUS] = ACTIONS(3160), - [anon_sym_sizeof] = ACTIONS(3158), - [anon_sym___alignof__] = ACTIONS(3158), - [anon_sym___alignof] = ACTIONS(3158), - [anon_sym__alignof] = ACTIONS(3158), - [anon_sym_alignof] = ACTIONS(3158), - [anon_sym__Alignof] = ACTIONS(3158), - [anon_sym_offsetof] = ACTIONS(3158), - [anon_sym__Generic] = ACTIONS(3158), - [anon_sym_asm] = ACTIONS(3158), - [anon_sym___asm__] = ACTIONS(3158), - [anon_sym___asm] = ACTIONS(3158), - [aux_sym_number_literal_token1] = ACTIONS(3160), - [aux_sym_number_literal_token2] = ACTIONS(3158), - [anon_sym_L_SQUOTE] = ACTIONS(3160), - [anon_sym_u_SQUOTE] = ACTIONS(3160), - [anon_sym_U_SQUOTE] = ACTIONS(3160), - [anon_sym_u8_SQUOTE] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3160), - [anon_sym_L_DQUOTE] = ACTIONS(3160), - [anon_sym_u_DQUOTE] = ACTIONS(3160), - [anon_sym_U_DQUOTE] = ACTIONS(3160), - [anon_sym_u8_DQUOTE] = ACTIONS(3160), - [anon_sym_DQUOTE] = ACTIONS(3160), - [sym_true] = ACTIONS(3158), - [sym_false] = ACTIONS(3158), - [anon_sym_NULL] = ACTIONS(3158), - [anon_sym_nullptr] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_try] = ACTIONS(3158), - [anon_sym_delete] = ACTIONS(3158), - [anon_sym_throw] = ACTIONS(3158), - [anon_sym_namespace] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), - [anon_sym_concept] = ACTIONS(3158), - [anon_sym_co_return] = ACTIONS(3158), - [anon_sym_co_yield] = ACTIONS(3158), - [anon_sym_R_DQUOTE] = ACTIONS(3160), - [anon_sym_LR_DQUOTE] = ACTIONS(3160), - [anon_sym_uR_DQUOTE] = ACTIONS(3160), - [anon_sym_UR_DQUOTE] = ACTIONS(3160), - [anon_sym_u8R_DQUOTE] = ACTIONS(3160), - [anon_sym_co_await] = ACTIONS(3158), - [anon_sym_new] = ACTIONS(3158), - [anon_sym_requires] = ACTIONS(3158), - [sym_this] = ACTIONS(3158), + [693] = { + [ts_builtin_sym_end] = ACTIONS(2998), + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), }, - [682] = { + [694] = { + [ts_builtin_sym_end] = ACTIONS(3221), [sym_identifier] = ACTIONS(3219), [aux_sym_preproc_include_token1] = ACTIONS(3219), [aux_sym_preproc_def_token1] = ACTIONS(3219), [aux_sym_preproc_if_token1] = ACTIONS(3219), - [aux_sym_preproc_if_token2] = ACTIONS(3219), [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), [sym_preproc_directive] = ACTIONS(3219), @@ -141952,8 +143617,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(3219), [anon_sym_continue] = ACTIONS(3219), [anon_sym_goto] = ACTIONS(3219), - [anon_sym___try] = ACTIONS(3219), - [anon_sym___leave] = ACTIONS(3219), [anon_sym_not] = ACTIONS(3219), [anon_sym_compl] = ACTIONS(3219), [anon_sym_DASH_DASH] = ACTIONS(3221), @@ -142011,1946 +143674,3319 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3219), [sym_this] = ACTIONS(3219), }, - [683] = { - [sym_identifier] = ACTIONS(3169), - [aux_sym_preproc_include_token1] = ACTIONS(3169), - [aux_sym_preproc_def_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token2] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3169), - [sym_preproc_directive] = ACTIONS(3169), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_BANG] = ACTIONS(3171), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym___extension__] = ACTIONS(3169), - [anon_sym_typedef] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym___attribute] = ACTIONS(3169), - [anon_sym_COLON_COLON] = ACTIONS(3171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym___cdecl] = ACTIONS(3169), - [anon_sym___clrcall] = ACTIONS(3169), - [anon_sym___stdcall] = ACTIONS(3169), - [anon_sym___fastcall] = ACTIONS(3169), - [anon_sym___thiscall] = ACTIONS(3169), - [anon_sym___vectorcall] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_signed] = ACTIONS(3169), - [anon_sym_unsigned] = ACTIONS(3169), - [anon_sym_long] = ACTIONS(3169), - [anon_sym_short] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym___inline] = ACTIONS(3169), - [anon_sym___inline__] = ACTIONS(3169), - [anon_sym___forceinline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym___thread] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym___restrict__] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym__Noreturn] = ACTIONS(3169), - [anon_sym_noreturn] = ACTIONS(3169), - [anon_sym__Nonnull] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constinit] = ACTIONS(3169), - [anon_sym_consteval] = ACTIONS(3169), - [anon_sym_PROGMEM] = ACTIONS(3169), - [anon_sym_alignas] = ACTIONS(3169), - [anon_sym__Alignas] = ACTIONS(3169), - [aux_sym_primitive_type_token1] = ACTIONS(3169), - [anon_sym_byte] = ACTIONS(3169), - [anon_sym_word] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_class] = ACTIONS(3169), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_switch] = ACTIONS(3169), - [anon_sym_case] = ACTIONS(3169), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_while] = ACTIONS(3169), - [anon_sym_do] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym___try] = ACTIONS(3169), - [anon_sym___leave] = ACTIONS(3169), - [anon_sym_not] = ACTIONS(3169), - [anon_sym_compl] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3171), - [anon_sym_PLUS_PLUS] = ACTIONS(3171), - [anon_sym_sizeof] = ACTIONS(3169), - [anon_sym___alignof__] = ACTIONS(3169), - [anon_sym___alignof] = ACTIONS(3169), - [anon_sym__alignof] = ACTIONS(3169), - [anon_sym_alignof] = ACTIONS(3169), - [anon_sym__Alignof] = ACTIONS(3169), - [anon_sym_offsetof] = ACTIONS(3169), - [anon_sym__Generic] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym___asm__] = ACTIONS(3169), - [anon_sym___asm] = ACTIONS(3169), - [aux_sym_number_literal_token1] = ACTIONS(3171), - [aux_sym_number_literal_token2] = ACTIONS(3169), - [anon_sym_L_SQUOTE] = ACTIONS(3171), - [anon_sym_u_SQUOTE] = ACTIONS(3171), - [anon_sym_U_SQUOTE] = ACTIONS(3171), - [anon_sym_u8_SQUOTE] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3171), - [anon_sym_L_DQUOTE] = ACTIONS(3171), - [anon_sym_u_DQUOTE] = ACTIONS(3171), - [anon_sym_U_DQUOTE] = ACTIONS(3171), - [anon_sym_u8_DQUOTE] = ACTIONS(3171), - [anon_sym_DQUOTE] = ACTIONS(3171), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [anon_sym_NULL] = ACTIONS(3169), - [anon_sym_nullptr] = ACTIONS(3169), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3169), - [anon_sym_decltype] = ACTIONS(3169), - [anon_sym_explicit] = ACTIONS(3169), - [anon_sym_typename] = ACTIONS(3169), - [anon_sym_template] = ACTIONS(3169), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_try] = ACTIONS(3169), - [anon_sym_delete] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_namespace] = ACTIONS(3169), - [anon_sym_using] = ACTIONS(3169), - [anon_sym_static_assert] = ACTIONS(3169), - [anon_sym_concept] = ACTIONS(3169), - [anon_sym_co_return] = ACTIONS(3169), - [anon_sym_co_yield] = ACTIONS(3169), - [anon_sym_R_DQUOTE] = ACTIONS(3171), - [anon_sym_LR_DQUOTE] = ACTIONS(3171), - [anon_sym_uR_DQUOTE] = ACTIONS(3171), - [anon_sym_UR_DQUOTE] = ACTIONS(3171), - [anon_sym_u8R_DQUOTE] = ACTIONS(3171), - [anon_sym_co_await] = ACTIONS(3169), - [anon_sym_new] = ACTIONS(3169), - [anon_sym_requires] = ACTIONS(3169), - [sym_this] = ACTIONS(3169), + [695] = { + [ts_builtin_sym_end] = ACTIONS(2998), + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_include_token1] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_BANG] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_PLUS] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym___cdecl] = ACTIONS(2996), + [anon_sym___clrcall] = ACTIONS(2996), + [anon_sym___stdcall] = ACTIONS(2996), + [anon_sym___fastcall] = ACTIONS(2996), + [anon_sym___thiscall] = ACTIONS(2996), + [anon_sym___vectorcall] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [anon_sym_if] = ACTIONS(2996), + [anon_sym_switch] = ACTIONS(2996), + [anon_sym_case] = ACTIONS(2996), + [anon_sym_default] = ACTIONS(2996), + [anon_sym_while] = ACTIONS(2996), + [anon_sym_do] = ACTIONS(2996), + [anon_sym_for] = ACTIONS(2996), + [anon_sym_return] = ACTIONS(2996), + [anon_sym_break] = ACTIONS(2996), + [anon_sym_continue] = ACTIONS(2996), + [anon_sym_goto] = ACTIONS(2996), + [anon_sym_not] = ACTIONS(2996), + [anon_sym_compl] = ACTIONS(2996), + [anon_sym_DASH_DASH] = ACTIONS(2998), + [anon_sym_PLUS_PLUS] = ACTIONS(2998), + [anon_sym_sizeof] = ACTIONS(2996), + [anon_sym___alignof__] = ACTIONS(2996), + [anon_sym___alignof] = ACTIONS(2996), + [anon_sym__alignof] = ACTIONS(2996), + [anon_sym_alignof] = ACTIONS(2996), + [anon_sym__Alignof] = ACTIONS(2996), + [anon_sym_offsetof] = ACTIONS(2996), + [anon_sym__Generic] = ACTIONS(2996), + [anon_sym_asm] = ACTIONS(2996), + [anon_sym___asm__] = ACTIONS(2996), + [anon_sym___asm] = ACTIONS(2996), + [aux_sym_number_literal_token1] = ACTIONS(2998), + [aux_sym_number_literal_token2] = ACTIONS(2996), + [anon_sym_L_SQUOTE] = ACTIONS(2998), + [anon_sym_u_SQUOTE] = ACTIONS(2998), + [anon_sym_U_SQUOTE] = ACTIONS(2998), + [anon_sym_u8_SQUOTE] = ACTIONS(2998), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_L_DQUOTE] = ACTIONS(2998), + [anon_sym_u_DQUOTE] = ACTIONS(2998), + [anon_sym_U_DQUOTE] = ACTIONS(2998), + [anon_sym_u8_DQUOTE] = ACTIONS(2998), + [anon_sym_DQUOTE] = ACTIONS(2998), + [sym_true] = ACTIONS(2996), + [sym_false] = ACTIONS(2996), + [anon_sym_NULL] = ACTIONS(2996), + [anon_sym_nullptr] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_try] = ACTIONS(2996), + [anon_sym_delete] = ACTIONS(2996), + [anon_sym_throw] = ACTIONS(2996), + [anon_sym_namespace] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + [anon_sym_concept] = ACTIONS(2996), + [anon_sym_co_return] = ACTIONS(2996), + [anon_sym_co_yield] = ACTIONS(2996), + [anon_sym_R_DQUOTE] = ACTIONS(2998), + [anon_sym_LR_DQUOTE] = ACTIONS(2998), + [anon_sym_uR_DQUOTE] = ACTIONS(2998), + [anon_sym_UR_DQUOTE] = ACTIONS(2998), + [anon_sym_u8R_DQUOTE] = ACTIONS(2998), + [anon_sym_co_await] = ACTIONS(2996), + [anon_sym_new] = ACTIONS(2996), + [anon_sym_requires] = ACTIONS(2996), + [sym_this] = ACTIONS(2996), }, - [684] = { - [sym_identifier] = ACTIONS(3223), - [aux_sym_preproc_include_token1] = ACTIONS(3223), - [aux_sym_preproc_def_token1] = ACTIONS(3223), - [aux_sym_preproc_if_token1] = ACTIONS(3223), - [aux_sym_preproc_if_token2] = ACTIONS(3223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), - [sym_preproc_directive] = ACTIONS(3223), - [anon_sym_LPAREN2] = ACTIONS(3225), - [anon_sym_BANG] = ACTIONS(3225), - [anon_sym_TILDE] = ACTIONS(3225), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3225), - [anon_sym_AMP_AMP] = ACTIONS(3225), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_SEMI] = ACTIONS(3225), - [anon_sym___extension__] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3223), - [anon_sym_virtual] = ACTIONS(3223), - [anon_sym_extern] = ACTIONS(3223), - [anon_sym___attribute__] = ACTIONS(3223), - [anon_sym___attribute] = ACTIONS(3223), - [anon_sym_COLON_COLON] = ACTIONS(3225), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), - [anon_sym___declspec] = ACTIONS(3223), - [anon_sym___based] = ACTIONS(3223), - [anon_sym___cdecl] = ACTIONS(3223), - [anon_sym___clrcall] = ACTIONS(3223), - [anon_sym___stdcall] = ACTIONS(3223), - [anon_sym___fastcall] = ACTIONS(3223), - [anon_sym___thiscall] = ACTIONS(3223), - [anon_sym___vectorcall] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3225), - [anon_sym_signed] = ACTIONS(3223), - [anon_sym_unsigned] = ACTIONS(3223), - [anon_sym_long] = ACTIONS(3223), - [anon_sym_short] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3223), - [anon_sym_register] = ACTIONS(3223), - [anon_sym_inline] = ACTIONS(3223), - [anon_sym___inline] = ACTIONS(3223), - [anon_sym___inline__] = ACTIONS(3223), - [anon_sym___forceinline] = ACTIONS(3223), - [anon_sym_thread_local] = ACTIONS(3223), - [anon_sym___thread] = ACTIONS(3223), - [anon_sym_const] = ACTIONS(3223), - [anon_sym_constexpr] = ACTIONS(3223), - [anon_sym_volatile] = ACTIONS(3223), - [anon_sym_restrict] = ACTIONS(3223), - [anon_sym___restrict__] = ACTIONS(3223), - [anon_sym__Atomic] = ACTIONS(3223), - [anon_sym__Noreturn] = ACTIONS(3223), - [anon_sym_noreturn] = ACTIONS(3223), - [anon_sym__Nonnull] = ACTIONS(3223), - [anon_sym_mutable] = ACTIONS(3223), - [anon_sym_constinit] = ACTIONS(3223), - [anon_sym_consteval] = ACTIONS(3223), - [anon_sym_PROGMEM] = ACTIONS(3223), - [anon_sym_alignas] = ACTIONS(3223), - [anon_sym__Alignas] = ACTIONS(3223), - [aux_sym_primitive_type_token1] = ACTIONS(3223), - [anon_sym_byte] = ACTIONS(3223), - [anon_sym_word] = ACTIONS(3223), - [anon_sym_enum] = ACTIONS(3223), - [anon_sym_class] = ACTIONS(3223), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_union] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_switch] = ACTIONS(3223), - [anon_sym_case] = ACTIONS(3223), - [anon_sym_default] = ACTIONS(3223), - [anon_sym_while] = ACTIONS(3223), - [anon_sym_do] = ACTIONS(3223), - [anon_sym_for] = ACTIONS(3223), - [anon_sym_return] = ACTIONS(3223), - [anon_sym_break] = ACTIONS(3223), - [anon_sym_continue] = ACTIONS(3223), - [anon_sym_goto] = ACTIONS(3223), - [anon_sym___try] = ACTIONS(3223), - [anon_sym___leave] = ACTIONS(3223), - [anon_sym_not] = ACTIONS(3223), - [anon_sym_compl] = ACTIONS(3223), - [anon_sym_DASH_DASH] = ACTIONS(3225), - [anon_sym_PLUS_PLUS] = ACTIONS(3225), - [anon_sym_sizeof] = ACTIONS(3223), - [anon_sym___alignof__] = ACTIONS(3223), - [anon_sym___alignof] = ACTIONS(3223), - [anon_sym__alignof] = ACTIONS(3223), - [anon_sym_alignof] = ACTIONS(3223), - [anon_sym__Alignof] = ACTIONS(3223), - [anon_sym_offsetof] = ACTIONS(3223), - [anon_sym__Generic] = ACTIONS(3223), - [anon_sym_asm] = ACTIONS(3223), - [anon_sym___asm__] = ACTIONS(3223), - [anon_sym___asm] = ACTIONS(3223), - [aux_sym_number_literal_token1] = ACTIONS(3225), - [aux_sym_number_literal_token2] = ACTIONS(3223), - [anon_sym_L_SQUOTE] = ACTIONS(3225), - [anon_sym_u_SQUOTE] = ACTIONS(3225), - [anon_sym_U_SQUOTE] = ACTIONS(3225), - [anon_sym_u8_SQUOTE] = ACTIONS(3225), - [anon_sym_SQUOTE] = ACTIONS(3225), - [anon_sym_L_DQUOTE] = ACTIONS(3225), - [anon_sym_u_DQUOTE] = ACTIONS(3225), - [anon_sym_U_DQUOTE] = ACTIONS(3225), - [anon_sym_u8_DQUOTE] = ACTIONS(3225), - [anon_sym_DQUOTE] = ACTIONS(3225), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [anon_sym_NULL] = ACTIONS(3223), - [anon_sym_nullptr] = ACTIONS(3223), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3223), - [anon_sym_decltype] = ACTIONS(3223), - [anon_sym_explicit] = ACTIONS(3223), - [anon_sym_typename] = ACTIONS(3223), - [anon_sym_template] = ACTIONS(3223), - [anon_sym_operator] = ACTIONS(3223), - [anon_sym_try] = ACTIONS(3223), - [anon_sym_delete] = ACTIONS(3223), - [anon_sym_throw] = ACTIONS(3223), - [anon_sym_namespace] = ACTIONS(3223), - [anon_sym_using] = ACTIONS(3223), - [anon_sym_static_assert] = ACTIONS(3223), - [anon_sym_concept] = ACTIONS(3223), - [anon_sym_co_return] = ACTIONS(3223), - [anon_sym_co_yield] = ACTIONS(3223), - [anon_sym_R_DQUOTE] = ACTIONS(3225), - [anon_sym_LR_DQUOTE] = ACTIONS(3225), - [anon_sym_uR_DQUOTE] = ACTIONS(3225), - [anon_sym_UR_DQUOTE] = ACTIONS(3225), - [anon_sym_u8R_DQUOTE] = ACTIONS(3225), - [anon_sym_co_await] = ACTIONS(3223), - [anon_sym_new] = ACTIONS(3223), - [anon_sym_requires] = ACTIONS(3223), - [sym_this] = ACTIONS(3223), + [696] = { + [ts_builtin_sym_end] = ACTIONS(3002), + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_include_token1] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_BANG] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_PLUS] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym___cdecl] = ACTIONS(3000), + [anon_sym___clrcall] = ACTIONS(3000), + [anon_sym___stdcall] = ACTIONS(3000), + [anon_sym___fastcall] = ACTIONS(3000), + [anon_sym___thiscall] = ACTIONS(3000), + [anon_sym___vectorcall] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3002), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [anon_sym_if] = ACTIONS(3000), + [anon_sym_switch] = ACTIONS(3000), + [anon_sym_case] = ACTIONS(3000), + [anon_sym_default] = ACTIONS(3000), + [anon_sym_while] = ACTIONS(3000), + [anon_sym_do] = ACTIONS(3000), + [anon_sym_for] = ACTIONS(3000), + [anon_sym_return] = ACTIONS(3000), + [anon_sym_break] = ACTIONS(3000), + [anon_sym_continue] = ACTIONS(3000), + [anon_sym_goto] = ACTIONS(3000), + [anon_sym_not] = ACTIONS(3000), + [anon_sym_compl] = ACTIONS(3000), + [anon_sym_DASH_DASH] = ACTIONS(3002), + [anon_sym_PLUS_PLUS] = ACTIONS(3002), + [anon_sym_sizeof] = ACTIONS(3000), + [anon_sym___alignof__] = ACTIONS(3000), + [anon_sym___alignof] = ACTIONS(3000), + [anon_sym__alignof] = ACTIONS(3000), + [anon_sym_alignof] = ACTIONS(3000), + [anon_sym__Alignof] = ACTIONS(3000), + [anon_sym_offsetof] = ACTIONS(3000), + [anon_sym__Generic] = ACTIONS(3000), + [anon_sym_asm] = ACTIONS(3000), + [anon_sym___asm__] = ACTIONS(3000), + [anon_sym___asm] = ACTIONS(3000), + [aux_sym_number_literal_token1] = ACTIONS(3002), + [aux_sym_number_literal_token2] = ACTIONS(3000), + [anon_sym_L_SQUOTE] = ACTIONS(3002), + [anon_sym_u_SQUOTE] = ACTIONS(3002), + [anon_sym_U_SQUOTE] = ACTIONS(3002), + [anon_sym_u8_SQUOTE] = ACTIONS(3002), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_L_DQUOTE] = ACTIONS(3002), + [anon_sym_u_DQUOTE] = ACTIONS(3002), + [anon_sym_U_DQUOTE] = ACTIONS(3002), + [anon_sym_u8_DQUOTE] = ACTIONS(3002), + [anon_sym_DQUOTE] = ACTIONS(3002), + [sym_true] = ACTIONS(3000), + [sym_false] = ACTIONS(3000), + [anon_sym_NULL] = ACTIONS(3000), + [anon_sym_nullptr] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_try] = ACTIONS(3000), + [anon_sym_delete] = ACTIONS(3000), + [anon_sym_throw] = ACTIONS(3000), + [anon_sym_namespace] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + [anon_sym_concept] = ACTIONS(3000), + [anon_sym_co_return] = ACTIONS(3000), + [anon_sym_co_yield] = ACTIONS(3000), + [anon_sym_R_DQUOTE] = ACTIONS(3002), + [anon_sym_LR_DQUOTE] = ACTIONS(3002), + [anon_sym_uR_DQUOTE] = ACTIONS(3002), + [anon_sym_UR_DQUOTE] = ACTIONS(3002), + [anon_sym_u8R_DQUOTE] = ACTIONS(3002), + [anon_sym_co_await] = ACTIONS(3000), + [anon_sym_new] = ACTIONS(3000), + [anon_sym_requires] = ACTIONS(3000), + [sym_this] = ACTIONS(3000), }, - [685] = { - [sym_identifier] = ACTIONS(3181), - [aux_sym_preproc_include_token1] = ACTIONS(3181), - [aux_sym_preproc_def_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token2] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3181), - [sym_preproc_directive] = ACTIONS(3181), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym___extension__] = ACTIONS(3181), - [anon_sym_typedef] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym___attribute] = ACTIONS(3181), - [anon_sym_COLON_COLON] = ACTIONS(3183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym___cdecl] = ACTIONS(3181), - [anon_sym___clrcall] = ACTIONS(3181), - [anon_sym___stdcall] = ACTIONS(3181), - [anon_sym___fastcall] = ACTIONS(3181), - [anon_sym___thiscall] = ACTIONS(3181), - [anon_sym___vectorcall] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_signed] = ACTIONS(3181), - [anon_sym_unsigned] = ACTIONS(3181), - [anon_sym_long] = ACTIONS(3181), - [anon_sym_short] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym___inline] = ACTIONS(3181), - [anon_sym___inline__] = ACTIONS(3181), - [anon_sym___forceinline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym___thread] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym___restrict__] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym__Noreturn] = ACTIONS(3181), - [anon_sym_noreturn] = ACTIONS(3181), - [anon_sym__Nonnull] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constinit] = ACTIONS(3181), - [anon_sym_consteval] = ACTIONS(3181), - [anon_sym_PROGMEM] = ACTIONS(3181), - [anon_sym_alignas] = ACTIONS(3181), - [anon_sym__Alignas] = ACTIONS(3181), - [aux_sym_primitive_type_token1] = ACTIONS(3181), - [anon_sym_byte] = ACTIONS(3181), - [anon_sym_word] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_class] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_switch] = ACTIONS(3181), - [anon_sym_case] = ACTIONS(3181), - [anon_sym_default] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym___try] = ACTIONS(3181), - [anon_sym___leave] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_compl] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_sizeof] = ACTIONS(3181), - [anon_sym___alignof__] = ACTIONS(3181), - [anon_sym___alignof] = ACTIONS(3181), - [anon_sym__alignof] = ACTIONS(3181), - [anon_sym_alignof] = ACTIONS(3181), - [anon_sym__Alignof] = ACTIONS(3181), - [anon_sym_offsetof] = ACTIONS(3181), - [anon_sym__Generic] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym___asm__] = ACTIONS(3181), - [anon_sym___asm] = ACTIONS(3181), - [aux_sym_number_literal_token1] = ACTIONS(3183), - [aux_sym_number_literal_token2] = ACTIONS(3181), - [anon_sym_L_SQUOTE] = ACTIONS(3183), - [anon_sym_u_SQUOTE] = ACTIONS(3183), - [anon_sym_U_SQUOTE] = ACTIONS(3183), - [anon_sym_u8_SQUOTE] = ACTIONS(3183), - [anon_sym_SQUOTE] = ACTIONS(3183), - [anon_sym_L_DQUOTE] = ACTIONS(3183), - [anon_sym_u_DQUOTE] = ACTIONS(3183), - [anon_sym_U_DQUOTE] = ACTIONS(3183), - [anon_sym_u8_DQUOTE] = ACTIONS(3183), - [anon_sym_DQUOTE] = ACTIONS(3183), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [anon_sym_NULL] = ACTIONS(3181), - [anon_sym_nullptr] = ACTIONS(3181), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3181), - [anon_sym_decltype] = ACTIONS(3181), - [anon_sym_explicit] = ACTIONS(3181), - [anon_sym_typename] = ACTIONS(3181), - [anon_sym_template] = ACTIONS(3181), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_delete] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_namespace] = ACTIONS(3181), - [anon_sym_using] = ACTIONS(3181), - [anon_sym_static_assert] = ACTIONS(3181), - [anon_sym_concept] = ACTIONS(3181), - [anon_sym_co_return] = ACTIONS(3181), - [anon_sym_co_yield] = ACTIONS(3181), - [anon_sym_R_DQUOTE] = ACTIONS(3183), - [anon_sym_LR_DQUOTE] = ACTIONS(3183), - [anon_sym_uR_DQUOTE] = ACTIONS(3183), - [anon_sym_UR_DQUOTE] = ACTIONS(3183), - [anon_sym_u8R_DQUOTE] = ACTIONS(3183), - [anon_sym_co_await] = ACTIONS(3181), - [anon_sym_new] = ACTIONS(3181), - [anon_sym_requires] = ACTIONS(3181), - [sym_this] = ACTIONS(3181), + [697] = { + [ts_builtin_sym_end] = ACTIONS(3006), + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_include_token1] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_BANG] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_DASH] = ACTIONS(3004), + [anon_sym_PLUS] = ACTIONS(3004), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym___cdecl] = ACTIONS(3004), + [anon_sym___clrcall] = ACTIONS(3004), + [anon_sym___stdcall] = ACTIONS(3004), + [anon_sym___fastcall] = ACTIONS(3004), + [anon_sym___thiscall] = ACTIONS(3004), + [anon_sym___vectorcall] = ACTIONS(3004), + [anon_sym_LBRACE] = ACTIONS(3006), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [anon_sym_if] = ACTIONS(3004), + [anon_sym_switch] = ACTIONS(3004), + [anon_sym_case] = ACTIONS(3004), + [anon_sym_default] = ACTIONS(3004), + [anon_sym_while] = ACTIONS(3004), + [anon_sym_do] = ACTIONS(3004), + [anon_sym_for] = ACTIONS(3004), + [anon_sym_return] = ACTIONS(3004), + [anon_sym_break] = ACTIONS(3004), + [anon_sym_continue] = ACTIONS(3004), + [anon_sym_goto] = ACTIONS(3004), + [anon_sym_not] = ACTIONS(3004), + [anon_sym_compl] = ACTIONS(3004), + [anon_sym_DASH_DASH] = ACTIONS(3006), + [anon_sym_PLUS_PLUS] = ACTIONS(3006), + [anon_sym_sizeof] = ACTIONS(3004), + [anon_sym___alignof__] = ACTIONS(3004), + [anon_sym___alignof] = ACTIONS(3004), + [anon_sym__alignof] = ACTIONS(3004), + [anon_sym_alignof] = ACTIONS(3004), + [anon_sym__Alignof] = ACTIONS(3004), + [anon_sym_offsetof] = ACTIONS(3004), + [anon_sym__Generic] = ACTIONS(3004), + [anon_sym_asm] = ACTIONS(3004), + [anon_sym___asm__] = ACTIONS(3004), + [anon_sym___asm] = ACTIONS(3004), + [aux_sym_number_literal_token1] = ACTIONS(3006), + [aux_sym_number_literal_token2] = ACTIONS(3004), + [anon_sym_L_SQUOTE] = ACTIONS(3006), + [anon_sym_u_SQUOTE] = ACTIONS(3006), + [anon_sym_U_SQUOTE] = ACTIONS(3006), + [anon_sym_u8_SQUOTE] = ACTIONS(3006), + [anon_sym_SQUOTE] = ACTIONS(3006), + [anon_sym_L_DQUOTE] = ACTIONS(3006), + [anon_sym_u_DQUOTE] = ACTIONS(3006), + [anon_sym_U_DQUOTE] = ACTIONS(3006), + [anon_sym_u8_DQUOTE] = ACTIONS(3006), + [anon_sym_DQUOTE] = ACTIONS(3006), + [sym_true] = ACTIONS(3004), + [sym_false] = ACTIONS(3004), + [anon_sym_NULL] = ACTIONS(3004), + [anon_sym_nullptr] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_try] = ACTIONS(3004), + [anon_sym_delete] = ACTIONS(3004), + [anon_sym_throw] = ACTIONS(3004), + [anon_sym_namespace] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + [anon_sym_concept] = ACTIONS(3004), + [anon_sym_co_return] = ACTIONS(3004), + [anon_sym_co_yield] = ACTIONS(3004), + [anon_sym_R_DQUOTE] = ACTIONS(3006), + [anon_sym_LR_DQUOTE] = ACTIONS(3006), + [anon_sym_uR_DQUOTE] = ACTIONS(3006), + [anon_sym_UR_DQUOTE] = ACTIONS(3006), + [anon_sym_u8R_DQUOTE] = ACTIONS(3006), + [anon_sym_co_await] = ACTIONS(3004), + [anon_sym_new] = ACTIONS(3004), + [anon_sym_requires] = ACTIONS(3004), + [sym_this] = ACTIONS(3004), }, - [686] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [aux_sym_preproc_if_token2] = ACTIONS(1920), - [aux_sym_preproc_else_token1] = ACTIONS(1920), - [aux_sym_preproc_elif_token1] = ACTIONS(1918), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(3459), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1920), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1920), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [698] = { + [ts_builtin_sym_end] = ACTIONS(3010), + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_include_token1] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_BANG] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_DASH] = ACTIONS(3008), + [anon_sym_PLUS] = ACTIONS(3008), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym___cdecl] = ACTIONS(3008), + [anon_sym___clrcall] = ACTIONS(3008), + [anon_sym___stdcall] = ACTIONS(3008), + [anon_sym___fastcall] = ACTIONS(3008), + [anon_sym___thiscall] = ACTIONS(3008), + [anon_sym___vectorcall] = ACTIONS(3008), + [anon_sym_LBRACE] = ACTIONS(3010), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [anon_sym_if] = ACTIONS(3008), + [anon_sym_switch] = ACTIONS(3008), + [anon_sym_case] = ACTIONS(3008), + [anon_sym_default] = ACTIONS(3008), + [anon_sym_while] = ACTIONS(3008), + [anon_sym_do] = ACTIONS(3008), + [anon_sym_for] = ACTIONS(3008), + [anon_sym_return] = ACTIONS(3008), + [anon_sym_break] = ACTIONS(3008), + [anon_sym_continue] = ACTIONS(3008), + [anon_sym_goto] = ACTIONS(3008), + [anon_sym_not] = ACTIONS(3008), + [anon_sym_compl] = ACTIONS(3008), + [anon_sym_DASH_DASH] = ACTIONS(3010), + [anon_sym_PLUS_PLUS] = ACTIONS(3010), + [anon_sym_sizeof] = ACTIONS(3008), + [anon_sym___alignof__] = ACTIONS(3008), + [anon_sym___alignof] = ACTIONS(3008), + [anon_sym__alignof] = ACTIONS(3008), + [anon_sym_alignof] = ACTIONS(3008), + [anon_sym__Alignof] = ACTIONS(3008), + [anon_sym_offsetof] = ACTIONS(3008), + [anon_sym__Generic] = ACTIONS(3008), + [anon_sym_asm] = ACTIONS(3008), + [anon_sym___asm__] = ACTIONS(3008), + [anon_sym___asm] = ACTIONS(3008), + [aux_sym_number_literal_token1] = ACTIONS(3010), + [aux_sym_number_literal_token2] = ACTIONS(3008), + [anon_sym_L_SQUOTE] = ACTIONS(3010), + [anon_sym_u_SQUOTE] = ACTIONS(3010), + [anon_sym_U_SQUOTE] = ACTIONS(3010), + [anon_sym_u8_SQUOTE] = ACTIONS(3010), + [anon_sym_SQUOTE] = ACTIONS(3010), + [anon_sym_L_DQUOTE] = ACTIONS(3010), + [anon_sym_u_DQUOTE] = ACTIONS(3010), + [anon_sym_U_DQUOTE] = ACTIONS(3010), + [anon_sym_u8_DQUOTE] = ACTIONS(3010), + [anon_sym_DQUOTE] = ACTIONS(3010), + [sym_true] = ACTIONS(3008), + [sym_false] = ACTIONS(3008), + [anon_sym_NULL] = ACTIONS(3008), + [anon_sym_nullptr] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_try] = ACTIONS(3008), + [anon_sym_delete] = ACTIONS(3008), + [anon_sym_throw] = ACTIONS(3008), + [anon_sym_namespace] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + [anon_sym_concept] = ACTIONS(3008), + [anon_sym_co_return] = ACTIONS(3008), + [anon_sym_co_yield] = ACTIONS(3008), + [anon_sym_R_DQUOTE] = ACTIONS(3010), + [anon_sym_LR_DQUOTE] = ACTIONS(3010), + [anon_sym_uR_DQUOTE] = ACTIONS(3010), + [anon_sym_UR_DQUOTE] = ACTIONS(3010), + [anon_sym_u8R_DQUOTE] = ACTIONS(3010), + [anon_sym_co_await] = ACTIONS(3008), + [anon_sym_new] = ACTIONS(3008), + [anon_sym_requires] = ACTIONS(3008), + [sym_this] = ACTIONS(3008), }, - [687] = { - [ts_builtin_sym_end] = ACTIONS(3171), - [sym_identifier] = ACTIONS(3169), - [aux_sym_preproc_include_token1] = ACTIONS(3169), - [aux_sym_preproc_def_token1] = ACTIONS(3169), - [aux_sym_preproc_if_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3169), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3169), - [sym_preproc_directive] = ACTIONS(3169), - [anon_sym_LPAREN2] = ACTIONS(3171), - [anon_sym_BANG] = ACTIONS(3171), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_SEMI] = ACTIONS(3171), - [anon_sym___extension__] = ACTIONS(3169), - [anon_sym_typedef] = ACTIONS(3169), - [anon_sym_virtual] = ACTIONS(3169), - [anon_sym_extern] = ACTIONS(3169), - [anon_sym___attribute__] = ACTIONS(3169), - [anon_sym___attribute] = ACTIONS(3169), - [anon_sym_COLON_COLON] = ACTIONS(3171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3171), - [anon_sym___declspec] = ACTIONS(3169), - [anon_sym___based] = ACTIONS(3169), - [anon_sym___cdecl] = ACTIONS(3169), - [anon_sym___clrcall] = ACTIONS(3169), - [anon_sym___stdcall] = ACTIONS(3169), - [anon_sym___fastcall] = ACTIONS(3169), - [anon_sym___thiscall] = ACTIONS(3169), - [anon_sym___vectorcall] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_signed] = ACTIONS(3169), - [anon_sym_unsigned] = ACTIONS(3169), - [anon_sym_long] = ACTIONS(3169), - [anon_sym_short] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3169), - [anon_sym_static] = ACTIONS(3169), - [anon_sym_register] = ACTIONS(3169), - [anon_sym_inline] = ACTIONS(3169), - [anon_sym___inline] = ACTIONS(3169), - [anon_sym___inline__] = ACTIONS(3169), - [anon_sym___forceinline] = ACTIONS(3169), - [anon_sym_thread_local] = ACTIONS(3169), - [anon_sym___thread] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_constexpr] = ACTIONS(3169), - [anon_sym_volatile] = ACTIONS(3169), - [anon_sym_restrict] = ACTIONS(3169), - [anon_sym___restrict__] = ACTIONS(3169), - [anon_sym__Atomic] = ACTIONS(3169), - [anon_sym__Noreturn] = ACTIONS(3169), - [anon_sym_noreturn] = ACTIONS(3169), - [anon_sym__Nonnull] = ACTIONS(3169), - [anon_sym_mutable] = ACTIONS(3169), - [anon_sym_constinit] = ACTIONS(3169), - [anon_sym_consteval] = ACTIONS(3169), - [anon_sym_PROGMEM] = ACTIONS(3169), - [anon_sym_alignas] = ACTIONS(3169), - [anon_sym__Alignas] = ACTIONS(3169), - [aux_sym_primitive_type_token1] = ACTIONS(3169), - [anon_sym_byte] = ACTIONS(3169), - [anon_sym_word] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_class] = ACTIONS(3169), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_switch] = ACTIONS(3169), - [anon_sym_case] = ACTIONS(3169), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_while] = ACTIONS(3169), - [anon_sym_do] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym_not] = ACTIONS(3169), - [anon_sym_compl] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3171), - [anon_sym_PLUS_PLUS] = ACTIONS(3171), - [anon_sym_sizeof] = ACTIONS(3169), - [anon_sym___alignof__] = ACTIONS(3169), - [anon_sym___alignof] = ACTIONS(3169), - [anon_sym__alignof] = ACTIONS(3169), - [anon_sym_alignof] = ACTIONS(3169), - [anon_sym__Alignof] = ACTIONS(3169), - [anon_sym_offsetof] = ACTIONS(3169), - [anon_sym__Generic] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym___asm__] = ACTIONS(3169), - [anon_sym___asm] = ACTIONS(3169), - [aux_sym_number_literal_token1] = ACTIONS(3171), - [aux_sym_number_literal_token2] = ACTIONS(3169), - [anon_sym_L_SQUOTE] = ACTIONS(3171), - [anon_sym_u_SQUOTE] = ACTIONS(3171), - [anon_sym_U_SQUOTE] = ACTIONS(3171), - [anon_sym_u8_SQUOTE] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3171), - [anon_sym_L_DQUOTE] = ACTIONS(3171), - [anon_sym_u_DQUOTE] = ACTIONS(3171), - [anon_sym_U_DQUOTE] = ACTIONS(3171), - [anon_sym_u8_DQUOTE] = ACTIONS(3171), - [anon_sym_DQUOTE] = ACTIONS(3171), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [anon_sym_NULL] = ACTIONS(3169), - [anon_sym_nullptr] = ACTIONS(3169), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3169), - [anon_sym_decltype] = ACTIONS(3169), - [anon_sym_explicit] = ACTIONS(3169), - [anon_sym_typename] = ACTIONS(3169), - [anon_sym_template] = ACTIONS(3169), - [anon_sym_operator] = ACTIONS(3169), - [anon_sym_try] = ACTIONS(3169), - [anon_sym_delete] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [anon_sym_namespace] = ACTIONS(3169), - [anon_sym_using] = ACTIONS(3169), - [anon_sym_static_assert] = ACTIONS(3169), - [anon_sym_concept] = ACTIONS(3169), - [anon_sym_co_return] = ACTIONS(3169), - [anon_sym_co_yield] = ACTIONS(3169), - [anon_sym_R_DQUOTE] = ACTIONS(3171), - [anon_sym_LR_DQUOTE] = ACTIONS(3171), - [anon_sym_uR_DQUOTE] = ACTIONS(3171), - [anon_sym_UR_DQUOTE] = ACTIONS(3171), - [anon_sym_u8R_DQUOTE] = ACTIONS(3171), - [anon_sym_co_await] = ACTIONS(3169), - [anon_sym_new] = ACTIONS(3169), - [anon_sym_requires] = ACTIONS(3169), - [sym_this] = ACTIONS(3169), + [699] = { + [ts_builtin_sym_end] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), }, - [688] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), + [700] = { + [ts_builtin_sym_end] = ACTIONS(3018), + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_include_token1] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_BANG] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_DASH] = ACTIONS(3016), + [anon_sym_PLUS] = ACTIONS(3016), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym___cdecl] = ACTIONS(3016), + [anon_sym___clrcall] = ACTIONS(3016), + [anon_sym___stdcall] = ACTIONS(3016), + [anon_sym___fastcall] = ACTIONS(3016), + [anon_sym___thiscall] = ACTIONS(3016), + [anon_sym___vectorcall] = ACTIONS(3016), + [anon_sym_LBRACE] = ACTIONS(3018), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [anon_sym_if] = ACTIONS(3016), + [anon_sym_switch] = ACTIONS(3016), + [anon_sym_case] = ACTIONS(3016), + [anon_sym_default] = ACTIONS(3016), + [anon_sym_while] = ACTIONS(3016), + [anon_sym_do] = ACTIONS(3016), + [anon_sym_for] = ACTIONS(3016), + [anon_sym_return] = ACTIONS(3016), + [anon_sym_break] = ACTIONS(3016), + [anon_sym_continue] = ACTIONS(3016), + [anon_sym_goto] = ACTIONS(3016), + [anon_sym_not] = ACTIONS(3016), + [anon_sym_compl] = ACTIONS(3016), + [anon_sym_DASH_DASH] = ACTIONS(3018), + [anon_sym_PLUS_PLUS] = ACTIONS(3018), + [anon_sym_sizeof] = ACTIONS(3016), + [anon_sym___alignof__] = ACTIONS(3016), + [anon_sym___alignof] = ACTIONS(3016), + [anon_sym__alignof] = ACTIONS(3016), + [anon_sym_alignof] = ACTIONS(3016), + [anon_sym__Alignof] = ACTIONS(3016), + [anon_sym_offsetof] = ACTIONS(3016), + [anon_sym__Generic] = ACTIONS(3016), + [anon_sym_asm] = ACTIONS(3016), + [anon_sym___asm__] = ACTIONS(3016), + [anon_sym___asm] = ACTIONS(3016), + [aux_sym_number_literal_token1] = ACTIONS(3018), + [aux_sym_number_literal_token2] = ACTIONS(3016), + [anon_sym_L_SQUOTE] = ACTIONS(3018), + [anon_sym_u_SQUOTE] = ACTIONS(3018), + [anon_sym_U_SQUOTE] = ACTIONS(3018), + [anon_sym_u8_SQUOTE] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3018), + [anon_sym_L_DQUOTE] = ACTIONS(3018), + [anon_sym_u_DQUOTE] = ACTIONS(3018), + [anon_sym_U_DQUOTE] = ACTIONS(3018), + [anon_sym_u8_DQUOTE] = ACTIONS(3018), + [anon_sym_DQUOTE] = ACTIONS(3018), + [sym_true] = ACTIONS(3016), + [sym_false] = ACTIONS(3016), + [anon_sym_NULL] = ACTIONS(3016), + [anon_sym_nullptr] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_try] = ACTIONS(3016), + [anon_sym_delete] = ACTIONS(3016), + [anon_sym_throw] = ACTIONS(3016), + [anon_sym_namespace] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + [anon_sym_concept] = ACTIONS(3016), + [anon_sym_co_return] = ACTIONS(3016), + [anon_sym_co_yield] = ACTIONS(3016), + [anon_sym_R_DQUOTE] = ACTIONS(3018), + [anon_sym_LR_DQUOTE] = ACTIONS(3018), + [anon_sym_uR_DQUOTE] = ACTIONS(3018), + [anon_sym_UR_DQUOTE] = ACTIONS(3018), + [anon_sym_u8R_DQUOTE] = ACTIONS(3018), + [anon_sym_co_await] = ACTIONS(3016), + [anon_sym_new] = ACTIONS(3016), + [anon_sym_requires] = ACTIONS(3016), + [sym_this] = ACTIONS(3016), }, - [689] = { - [ts_builtin_sym_end] = ACTIONS(3225), - [sym_identifier] = ACTIONS(3223), - [aux_sym_preproc_include_token1] = ACTIONS(3223), - [aux_sym_preproc_def_token1] = ACTIONS(3223), - [aux_sym_preproc_if_token1] = ACTIONS(3223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), - [sym_preproc_directive] = ACTIONS(3223), - [anon_sym_LPAREN2] = ACTIONS(3225), - [anon_sym_BANG] = ACTIONS(3225), - [anon_sym_TILDE] = ACTIONS(3225), - [anon_sym_DASH] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3225), - [anon_sym_AMP_AMP] = ACTIONS(3225), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_SEMI] = ACTIONS(3225), - [anon_sym___extension__] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3223), - [anon_sym_virtual] = ACTIONS(3223), - [anon_sym_extern] = ACTIONS(3223), - [anon_sym___attribute__] = ACTIONS(3223), - [anon_sym___attribute] = ACTIONS(3223), - [anon_sym_COLON_COLON] = ACTIONS(3225), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), - [anon_sym___declspec] = ACTIONS(3223), - [anon_sym___based] = ACTIONS(3223), - [anon_sym___cdecl] = ACTIONS(3223), - [anon_sym___clrcall] = ACTIONS(3223), - [anon_sym___stdcall] = ACTIONS(3223), - [anon_sym___fastcall] = ACTIONS(3223), - [anon_sym___thiscall] = ACTIONS(3223), - [anon_sym___vectorcall] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3225), - [anon_sym_signed] = ACTIONS(3223), - [anon_sym_unsigned] = ACTIONS(3223), - [anon_sym_long] = ACTIONS(3223), - [anon_sym_short] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3223), - [anon_sym_register] = ACTIONS(3223), - [anon_sym_inline] = ACTIONS(3223), - [anon_sym___inline] = ACTIONS(3223), - [anon_sym___inline__] = ACTIONS(3223), - [anon_sym___forceinline] = ACTIONS(3223), - [anon_sym_thread_local] = ACTIONS(3223), - [anon_sym___thread] = ACTIONS(3223), - [anon_sym_const] = ACTIONS(3223), - [anon_sym_constexpr] = ACTIONS(3223), - [anon_sym_volatile] = ACTIONS(3223), - [anon_sym_restrict] = ACTIONS(3223), - [anon_sym___restrict__] = ACTIONS(3223), - [anon_sym__Atomic] = ACTIONS(3223), - [anon_sym__Noreturn] = ACTIONS(3223), - [anon_sym_noreturn] = ACTIONS(3223), - [anon_sym__Nonnull] = ACTIONS(3223), - [anon_sym_mutable] = ACTIONS(3223), - [anon_sym_constinit] = ACTIONS(3223), - [anon_sym_consteval] = ACTIONS(3223), - [anon_sym_PROGMEM] = ACTIONS(3223), - [anon_sym_alignas] = ACTIONS(3223), - [anon_sym__Alignas] = ACTIONS(3223), - [aux_sym_primitive_type_token1] = ACTIONS(3223), - [anon_sym_byte] = ACTIONS(3223), - [anon_sym_word] = ACTIONS(3223), - [anon_sym_enum] = ACTIONS(3223), - [anon_sym_class] = ACTIONS(3223), - [anon_sym_struct] = ACTIONS(3223), - [anon_sym_union] = ACTIONS(3223), - [anon_sym_if] = ACTIONS(3223), - [anon_sym_switch] = ACTIONS(3223), - [anon_sym_case] = ACTIONS(3223), - [anon_sym_default] = ACTIONS(3223), - [anon_sym_while] = ACTIONS(3223), - [anon_sym_do] = ACTIONS(3223), - [anon_sym_for] = ACTIONS(3223), - [anon_sym_return] = ACTIONS(3223), - [anon_sym_break] = ACTIONS(3223), - [anon_sym_continue] = ACTIONS(3223), - [anon_sym_goto] = ACTIONS(3223), - [anon_sym_not] = ACTIONS(3223), - [anon_sym_compl] = ACTIONS(3223), - [anon_sym_DASH_DASH] = ACTIONS(3225), - [anon_sym_PLUS_PLUS] = ACTIONS(3225), - [anon_sym_sizeof] = ACTIONS(3223), - [anon_sym___alignof__] = ACTIONS(3223), - [anon_sym___alignof] = ACTIONS(3223), - [anon_sym__alignof] = ACTIONS(3223), - [anon_sym_alignof] = ACTIONS(3223), - [anon_sym__Alignof] = ACTIONS(3223), - [anon_sym_offsetof] = ACTIONS(3223), - [anon_sym__Generic] = ACTIONS(3223), - [anon_sym_asm] = ACTIONS(3223), - [anon_sym___asm__] = ACTIONS(3223), - [anon_sym___asm] = ACTIONS(3223), - [aux_sym_number_literal_token1] = ACTIONS(3225), - [aux_sym_number_literal_token2] = ACTIONS(3223), - [anon_sym_L_SQUOTE] = ACTIONS(3225), - [anon_sym_u_SQUOTE] = ACTIONS(3225), - [anon_sym_U_SQUOTE] = ACTIONS(3225), - [anon_sym_u8_SQUOTE] = ACTIONS(3225), - [anon_sym_SQUOTE] = ACTIONS(3225), - [anon_sym_L_DQUOTE] = ACTIONS(3225), - [anon_sym_u_DQUOTE] = ACTIONS(3225), - [anon_sym_U_DQUOTE] = ACTIONS(3225), - [anon_sym_u8_DQUOTE] = ACTIONS(3225), - [anon_sym_DQUOTE] = ACTIONS(3225), - [sym_true] = ACTIONS(3223), - [sym_false] = ACTIONS(3223), - [anon_sym_NULL] = ACTIONS(3223), - [anon_sym_nullptr] = ACTIONS(3223), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3223), - [anon_sym_decltype] = ACTIONS(3223), - [anon_sym_explicit] = ACTIONS(3223), - [anon_sym_typename] = ACTIONS(3223), - [anon_sym_template] = ACTIONS(3223), - [anon_sym_operator] = ACTIONS(3223), - [anon_sym_try] = ACTIONS(3223), - [anon_sym_delete] = ACTIONS(3223), - [anon_sym_throw] = ACTIONS(3223), - [anon_sym_namespace] = ACTIONS(3223), - [anon_sym_using] = ACTIONS(3223), - [anon_sym_static_assert] = ACTIONS(3223), - [anon_sym_concept] = ACTIONS(3223), - [anon_sym_co_return] = ACTIONS(3223), - [anon_sym_co_yield] = ACTIONS(3223), - [anon_sym_R_DQUOTE] = ACTIONS(3225), - [anon_sym_LR_DQUOTE] = ACTIONS(3225), - [anon_sym_uR_DQUOTE] = ACTIONS(3225), - [anon_sym_UR_DQUOTE] = ACTIONS(3225), - [anon_sym_u8R_DQUOTE] = ACTIONS(3225), - [anon_sym_co_await] = ACTIONS(3223), - [anon_sym_new] = ACTIONS(3223), - [anon_sym_requires] = ACTIONS(3223), - [sym_this] = ACTIONS(3223), + [701] = { + [ts_builtin_sym_end] = ACTIONS(3022), + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_include_token1] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3020), + [anon_sym_PLUS] = ACTIONS(3020), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym___cdecl] = ACTIONS(3020), + [anon_sym___clrcall] = ACTIONS(3020), + [anon_sym___stdcall] = ACTIONS(3020), + [anon_sym___fastcall] = ACTIONS(3020), + [anon_sym___thiscall] = ACTIONS(3020), + [anon_sym___vectorcall] = ACTIONS(3020), + [anon_sym_LBRACE] = ACTIONS(3022), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [anon_sym_if] = ACTIONS(3020), + [anon_sym_switch] = ACTIONS(3020), + [anon_sym_case] = ACTIONS(3020), + [anon_sym_default] = ACTIONS(3020), + [anon_sym_while] = ACTIONS(3020), + [anon_sym_do] = ACTIONS(3020), + [anon_sym_for] = ACTIONS(3020), + [anon_sym_return] = ACTIONS(3020), + [anon_sym_break] = ACTIONS(3020), + [anon_sym_continue] = ACTIONS(3020), + [anon_sym_goto] = ACTIONS(3020), + [anon_sym_not] = ACTIONS(3020), + [anon_sym_compl] = ACTIONS(3020), + [anon_sym_DASH_DASH] = ACTIONS(3022), + [anon_sym_PLUS_PLUS] = ACTIONS(3022), + [anon_sym_sizeof] = ACTIONS(3020), + [anon_sym___alignof__] = ACTIONS(3020), + [anon_sym___alignof] = ACTIONS(3020), + [anon_sym__alignof] = ACTIONS(3020), + [anon_sym_alignof] = ACTIONS(3020), + [anon_sym__Alignof] = ACTIONS(3020), + [anon_sym_offsetof] = ACTIONS(3020), + [anon_sym__Generic] = ACTIONS(3020), + [anon_sym_asm] = ACTIONS(3020), + [anon_sym___asm__] = ACTIONS(3020), + [anon_sym___asm] = ACTIONS(3020), + [aux_sym_number_literal_token1] = ACTIONS(3022), + [aux_sym_number_literal_token2] = ACTIONS(3020), + [anon_sym_L_SQUOTE] = ACTIONS(3022), + [anon_sym_u_SQUOTE] = ACTIONS(3022), + [anon_sym_U_SQUOTE] = ACTIONS(3022), + [anon_sym_u8_SQUOTE] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_L_DQUOTE] = ACTIONS(3022), + [anon_sym_u_DQUOTE] = ACTIONS(3022), + [anon_sym_U_DQUOTE] = ACTIONS(3022), + [anon_sym_u8_DQUOTE] = ACTIONS(3022), + [anon_sym_DQUOTE] = ACTIONS(3022), + [sym_true] = ACTIONS(3020), + [sym_false] = ACTIONS(3020), + [anon_sym_NULL] = ACTIONS(3020), + [anon_sym_nullptr] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_try] = ACTIONS(3020), + [anon_sym_delete] = ACTIONS(3020), + [anon_sym_throw] = ACTIONS(3020), + [anon_sym_namespace] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + [anon_sym_concept] = ACTIONS(3020), + [anon_sym_co_return] = ACTIONS(3020), + [anon_sym_co_yield] = ACTIONS(3020), + [anon_sym_R_DQUOTE] = ACTIONS(3022), + [anon_sym_LR_DQUOTE] = ACTIONS(3022), + [anon_sym_uR_DQUOTE] = ACTIONS(3022), + [anon_sym_UR_DQUOTE] = ACTIONS(3022), + [anon_sym_u8R_DQUOTE] = ACTIONS(3022), + [anon_sym_co_await] = ACTIONS(3020), + [anon_sym_new] = ACTIONS(3020), + [anon_sym_requires] = ACTIONS(3020), + [sym_this] = ACTIONS(3020), }, - [690] = { - [ts_builtin_sym_end] = ACTIONS(3035), - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_include_token1] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym___cdecl] = ACTIONS(3033), - [anon_sym___clrcall] = ACTIONS(3033), - [anon_sym___stdcall] = ACTIONS(3033), - [anon_sym___fastcall] = ACTIONS(3033), - [anon_sym___thiscall] = ACTIONS(3033), - [anon_sym___vectorcall] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_switch] = ACTIONS(3033), - [anon_sym_case] = ACTIONS(3033), - [anon_sym_default] = ACTIONS(3033), - [anon_sym_while] = ACTIONS(3033), - [anon_sym_do] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_sizeof] = ACTIONS(3033), - [anon_sym___alignof__] = ACTIONS(3033), - [anon_sym___alignof] = ACTIONS(3033), - [anon_sym__alignof] = ACTIONS(3033), - [anon_sym_alignof] = ACTIONS(3033), - [anon_sym__Alignof] = ACTIONS(3033), - [anon_sym_offsetof] = ACTIONS(3033), - [anon_sym__Generic] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym___asm__] = ACTIONS(3033), - [anon_sym___asm] = ACTIONS(3033), - [aux_sym_number_literal_token1] = ACTIONS(3035), - [aux_sym_number_literal_token2] = ACTIONS(3033), - [anon_sym_L_SQUOTE] = ACTIONS(3035), - [anon_sym_u_SQUOTE] = ACTIONS(3035), - [anon_sym_U_SQUOTE] = ACTIONS(3035), - [anon_sym_u8_SQUOTE] = ACTIONS(3035), - [anon_sym_SQUOTE] = ACTIONS(3035), - [anon_sym_L_DQUOTE] = ACTIONS(3035), - [anon_sym_u_DQUOTE] = ACTIONS(3035), - [anon_sym_U_DQUOTE] = ACTIONS(3035), - [anon_sym_u8_DQUOTE] = ACTIONS(3035), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [anon_sym_NULL] = ACTIONS(3033), - [anon_sym_nullptr] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_try] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(3033), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_namespace] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), - [anon_sym_concept] = ACTIONS(3033), - [anon_sym_co_return] = ACTIONS(3033), - [anon_sym_co_yield] = ACTIONS(3033), - [anon_sym_R_DQUOTE] = ACTIONS(3035), - [anon_sym_LR_DQUOTE] = ACTIONS(3035), - [anon_sym_uR_DQUOTE] = ACTIONS(3035), - [anon_sym_UR_DQUOTE] = ACTIONS(3035), - [anon_sym_u8R_DQUOTE] = ACTIONS(3035), - [anon_sym_co_await] = ACTIONS(3033), - [anon_sym_new] = ACTIONS(3033), - [anon_sym_requires] = ACTIONS(3033), - [sym_this] = ACTIONS(3033), + [702] = { + [ts_builtin_sym_end] = ACTIONS(3026), + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_include_token1] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_BANG] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_DASH] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3024), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym___cdecl] = ACTIONS(3024), + [anon_sym___clrcall] = ACTIONS(3024), + [anon_sym___stdcall] = ACTIONS(3024), + [anon_sym___fastcall] = ACTIONS(3024), + [anon_sym___thiscall] = ACTIONS(3024), + [anon_sym___vectorcall] = ACTIONS(3024), + [anon_sym_LBRACE] = ACTIONS(3026), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [anon_sym_if] = ACTIONS(3024), + [anon_sym_switch] = ACTIONS(3024), + [anon_sym_case] = ACTIONS(3024), + [anon_sym_default] = ACTIONS(3024), + [anon_sym_while] = ACTIONS(3024), + [anon_sym_do] = ACTIONS(3024), + [anon_sym_for] = ACTIONS(3024), + [anon_sym_return] = ACTIONS(3024), + [anon_sym_break] = ACTIONS(3024), + [anon_sym_continue] = ACTIONS(3024), + [anon_sym_goto] = ACTIONS(3024), + [anon_sym_not] = ACTIONS(3024), + [anon_sym_compl] = ACTIONS(3024), + [anon_sym_DASH_DASH] = ACTIONS(3026), + [anon_sym_PLUS_PLUS] = ACTIONS(3026), + [anon_sym_sizeof] = ACTIONS(3024), + [anon_sym___alignof__] = ACTIONS(3024), + [anon_sym___alignof] = ACTIONS(3024), + [anon_sym__alignof] = ACTIONS(3024), + [anon_sym_alignof] = ACTIONS(3024), + [anon_sym__Alignof] = ACTIONS(3024), + [anon_sym_offsetof] = ACTIONS(3024), + [anon_sym__Generic] = ACTIONS(3024), + [anon_sym_asm] = ACTIONS(3024), + [anon_sym___asm__] = ACTIONS(3024), + [anon_sym___asm] = ACTIONS(3024), + [aux_sym_number_literal_token1] = ACTIONS(3026), + [aux_sym_number_literal_token2] = ACTIONS(3024), + [anon_sym_L_SQUOTE] = ACTIONS(3026), + [anon_sym_u_SQUOTE] = ACTIONS(3026), + [anon_sym_U_SQUOTE] = ACTIONS(3026), + [anon_sym_u8_SQUOTE] = ACTIONS(3026), + [anon_sym_SQUOTE] = ACTIONS(3026), + [anon_sym_L_DQUOTE] = ACTIONS(3026), + [anon_sym_u_DQUOTE] = ACTIONS(3026), + [anon_sym_U_DQUOTE] = ACTIONS(3026), + [anon_sym_u8_DQUOTE] = ACTIONS(3026), + [anon_sym_DQUOTE] = ACTIONS(3026), + [sym_true] = ACTIONS(3024), + [sym_false] = ACTIONS(3024), + [anon_sym_NULL] = ACTIONS(3024), + [anon_sym_nullptr] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_try] = ACTIONS(3024), + [anon_sym_delete] = ACTIONS(3024), + [anon_sym_throw] = ACTIONS(3024), + [anon_sym_namespace] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + [anon_sym_concept] = ACTIONS(3024), + [anon_sym_co_return] = ACTIONS(3024), + [anon_sym_co_yield] = ACTIONS(3024), + [anon_sym_R_DQUOTE] = ACTIONS(3026), + [anon_sym_LR_DQUOTE] = ACTIONS(3026), + [anon_sym_uR_DQUOTE] = ACTIONS(3026), + [anon_sym_UR_DQUOTE] = ACTIONS(3026), + [anon_sym_u8R_DQUOTE] = ACTIONS(3026), + [anon_sym_co_await] = ACTIONS(3024), + [anon_sym_new] = ACTIONS(3024), + [anon_sym_requires] = ACTIONS(3024), + [sym_this] = ACTIONS(3024), }, - [691] = { - [ts_builtin_sym_end] = ACTIONS(3217), - [sym_identifier] = ACTIONS(3215), - [aux_sym_preproc_include_token1] = ACTIONS(3215), - [aux_sym_preproc_def_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), - [sym_preproc_directive] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3217), - [anon_sym_BANG] = ACTIONS(3217), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_DASH] = ACTIONS(3215), - [anon_sym_PLUS] = ACTIONS(3215), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_SEMI] = ACTIONS(3217), - [anon_sym___extension__] = ACTIONS(3215), - [anon_sym_typedef] = ACTIONS(3215), - [anon_sym_virtual] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3215), - [anon_sym___attribute__] = ACTIONS(3215), - [anon_sym___attribute] = ACTIONS(3215), - [anon_sym_COLON_COLON] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), - [anon_sym___declspec] = ACTIONS(3215), - [anon_sym___based] = ACTIONS(3215), - [anon_sym___cdecl] = ACTIONS(3215), - [anon_sym___clrcall] = ACTIONS(3215), - [anon_sym___stdcall] = ACTIONS(3215), - [anon_sym___fastcall] = ACTIONS(3215), - [anon_sym___thiscall] = ACTIONS(3215), - [anon_sym___vectorcall] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3217), - [anon_sym_signed] = ACTIONS(3215), - [anon_sym_unsigned] = ACTIONS(3215), - [anon_sym_long] = ACTIONS(3215), - [anon_sym_short] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3215), - [anon_sym_register] = ACTIONS(3215), - [anon_sym_inline] = ACTIONS(3215), - [anon_sym___inline] = ACTIONS(3215), - [anon_sym___inline__] = ACTIONS(3215), - [anon_sym___forceinline] = ACTIONS(3215), - [anon_sym_thread_local] = ACTIONS(3215), - [anon_sym___thread] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_constexpr] = ACTIONS(3215), - [anon_sym_volatile] = ACTIONS(3215), - [anon_sym_restrict] = ACTIONS(3215), - [anon_sym___restrict__] = ACTIONS(3215), - [anon_sym__Atomic] = ACTIONS(3215), - [anon_sym__Noreturn] = ACTIONS(3215), - [anon_sym_noreturn] = ACTIONS(3215), - [anon_sym__Nonnull] = ACTIONS(3215), - [anon_sym_mutable] = ACTIONS(3215), - [anon_sym_constinit] = ACTIONS(3215), - [anon_sym_consteval] = ACTIONS(3215), - [anon_sym_PROGMEM] = ACTIONS(3215), - [anon_sym_alignas] = ACTIONS(3215), - [anon_sym__Alignas] = ACTIONS(3215), - [aux_sym_primitive_type_token1] = ACTIONS(3215), - [anon_sym_byte] = ACTIONS(3215), - [anon_sym_word] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_class] = ACTIONS(3215), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [anon_sym_if] = ACTIONS(3215), - [anon_sym_switch] = ACTIONS(3215), - [anon_sym_case] = ACTIONS(3215), - [anon_sym_default] = ACTIONS(3215), - [anon_sym_while] = ACTIONS(3215), - [anon_sym_do] = ACTIONS(3215), - [anon_sym_for] = ACTIONS(3215), - [anon_sym_return] = ACTIONS(3215), - [anon_sym_break] = ACTIONS(3215), - [anon_sym_continue] = ACTIONS(3215), - [anon_sym_goto] = ACTIONS(3215), - [anon_sym_not] = ACTIONS(3215), - [anon_sym_compl] = ACTIONS(3215), - [anon_sym_DASH_DASH] = ACTIONS(3217), - [anon_sym_PLUS_PLUS] = ACTIONS(3217), - [anon_sym_sizeof] = ACTIONS(3215), - [anon_sym___alignof__] = ACTIONS(3215), - [anon_sym___alignof] = ACTIONS(3215), - [anon_sym__alignof] = ACTIONS(3215), - [anon_sym_alignof] = ACTIONS(3215), - [anon_sym__Alignof] = ACTIONS(3215), - [anon_sym_offsetof] = ACTIONS(3215), - [anon_sym__Generic] = ACTIONS(3215), - [anon_sym_asm] = ACTIONS(3215), - [anon_sym___asm__] = ACTIONS(3215), - [anon_sym___asm] = ACTIONS(3215), - [aux_sym_number_literal_token1] = ACTIONS(3217), - [aux_sym_number_literal_token2] = ACTIONS(3215), - [anon_sym_L_SQUOTE] = ACTIONS(3217), - [anon_sym_u_SQUOTE] = ACTIONS(3217), - [anon_sym_U_SQUOTE] = ACTIONS(3217), - [anon_sym_u8_SQUOTE] = ACTIONS(3217), - [anon_sym_SQUOTE] = ACTIONS(3217), - [anon_sym_L_DQUOTE] = ACTIONS(3217), - [anon_sym_u_DQUOTE] = ACTIONS(3217), - [anon_sym_U_DQUOTE] = ACTIONS(3217), - [anon_sym_u8_DQUOTE] = ACTIONS(3217), - [anon_sym_DQUOTE] = ACTIONS(3217), - [sym_true] = ACTIONS(3215), - [sym_false] = ACTIONS(3215), - [anon_sym_NULL] = ACTIONS(3215), - [anon_sym_nullptr] = ACTIONS(3215), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3215), - [anon_sym_decltype] = ACTIONS(3215), - [anon_sym_explicit] = ACTIONS(3215), - [anon_sym_typename] = ACTIONS(3215), - [anon_sym_template] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3215), - [anon_sym_try] = ACTIONS(3215), - [anon_sym_delete] = ACTIONS(3215), - [anon_sym_throw] = ACTIONS(3215), - [anon_sym_namespace] = ACTIONS(3215), - [anon_sym_using] = ACTIONS(3215), - [anon_sym_static_assert] = ACTIONS(3215), - [anon_sym_concept] = ACTIONS(3215), - [anon_sym_co_return] = ACTIONS(3215), - [anon_sym_co_yield] = ACTIONS(3215), - [anon_sym_R_DQUOTE] = ACTIONS(3217), - [anon_sym_LR_DQUOTE] = ACTIONS(3217), - [anon_sym_uR_DQUOTE] = ACTIONS(3217), - [anon_sym_UR_DQUOTE] = ACTIONS(3217), - [anon_sym_u8R_DQUOTE] = ACTIONS(3217), - [anon_sym_co_await] = ACTIONS(3215), - [anon_sym_new] = ACTIONS(3215), - [anon_sym_requires] = ACTIONS(3215), - [sym_this] = ACTIONS(3215), + [703] = { + [ts_builtin_sym_end] = ACTIONS(3030), + [sym_identifier] = ACTIONS(3028), + [aux_sym_preproc_include_token1] = ACTIONS(3028), + [aux_sym_preproc_def_token1] = ACTIONS(3028), + [aux_sym_preproc_if_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3028), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3028), + [sym_preproc_directive] = ACTIONS(3028), + [anon_sym_LPAREN2] = ACTIONS(3030), + [anon_sym_BANG] = ACTIONS(3030), + [anon_sym_TILDE] = ACTIONS(3030), + [anon_sym_DASH] = ACTIONS(3028), + [anon_sym_PLUS] = ACTIONS(3028), + [anon_sym_STAR] = ACTIONS(3030), + [anon_sym_AMP_AMP] = ACTIONS(3030), + [anon_sym_AMP] = ACTIONS(3028), + [anon_sym_SEMI] = ACTIONS(3030), + [anon_sym___extension__] = ACTIONS(3028), + [anon_sym_typedef] = ACTIONS(3028), + [anon_sym_virtual] = ACTIONS(3028), + [anon_sym_extern] = ACTIONS(3028), + [anon_sym___attribute__] = ACTIONS(3028), + [anon_sym___attribute] = ACTIONS(3028), + [anon_sym_COLON_COLON] = ACTIONS(3030), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3030), + [anon_sym___declspec] = ACTIONS(3028), + [anon_sym___based] = ACTIONS(3028), + [anon_sym___cdecl] = ACTIONS(3028), + [anon_sym___clrcall] = ACTIONS(3028), + [anon_sym___stdcall] = ACTIONS(3028), + [anon_sym___fastcall] = ACTIONS(3028), + [anon_sym___thiscall] = ACTIONS(3028), + [anon_sym___vectorcall] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3030), + [anon_sym_signed] = ACTIONS(3028), + [anon_sym_unsigned] = ACTIONS(3028), + [anon_sym_long] = ACTIONS(3028), + [anon_sym_short] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_static] = ACTIONS(3028), + [anon_sym_register] = ACTIONS(3028), + [anon_sym_inline] = ACTIONS(3028), + [anon_sym___inline] = ACTIONS(3028), + [anon_sym___inline__] = ACTIONS(3028), + [anon_sym___forceinline] = ACTIONS(3028), + [anon_sym_thread_local] = ACTIONS(3028), + [anon_sym___thread] = ACTIONS(3028), + [anon_sym_const] = ACTIONS(3028), + [anon_sym_constexpr] = ACTIONS(3028), + [anon_sym_volatile] = ACTIONS(3028), + [anon_sym_restrict] = ACTIONS(3028), + [anon_sym___restrict__] = ACTIONS(3028), + [anon_sym__Atomic] = ACTIONS(3028), + [anon_sym__Noreturn] = ACTIONS(3028), + [anon_sym_noreturn] = ACTIONS(3028), + [anon_sym__Nonnull] = ACTIONS(3028), + [anon_sym_mutable] = ACTIONS(3028), + [anon_sym_constinit] = ACTIONS(3028), + [anon_sym_consteval] = ACTIONS(3028), + [anon_sym_PROGMEM] = ACTIONS(3028), + [anon_sym_alignas] = ACTIONS(3028), + [anon_sym__Alignas] = ACTIONS(3028), + [aux_sym_primitive_type_token1] = ACTIONS(3028), + [anon_sym_byte] = ACTIONS(3028), + [anon_sym_word] = ACTIONS(3028), + [anon_sym_enum] = ACTIONS(3028), + [anon_sym_class] = ACTIONS(3028), + [anon_sym_struct] = ACTIONS(3028), + [anon_sym_union] = ACTIONS(3028), + [anon_sym_if] = ACTIONS(3028), + [anon_sym_switch] = ACTIONS(3028), + [anon_sym_case] = ACTIONS(3028), + [anon_sym_default] = ACTIONS(3028), + [anon_sym_while] = ACTIONS(3028), + [anon_sym_do] = ACTIONS(3028), + [anon_sym_for] = ACTIONS(3028), + [anon_sym_return] = ACTIONS(3028), + [anon_sym_break] = ACTIONS(3028), + [anon_sym_continue] = ACTIONS(3028), + [anon_sym_goto] = ACTIONS(3028), + [anon_sym_not] = ACTIONS(3028), + [anon_sym_compl] = ACTIONS(3028), + [anon_sym_DASH_DASH] = ACTIONS(3030), + [anon_sym_PLUS_PLUS] = ACTIONS(3030), + [anon_sym_sizeof] = ACTIONS(3028), + [anon_sym___alignof__] = ACTIONS(3028), + [anon_sym___alignof] = ACTIONS(3028), + [anon_sym__alignof] = ACTIONS(3028), + [anon_sym_alignof] = ACTIONS(3028), + [anon_sym__Alignof] = ACTIONS(3028), + [anon_sym_offsetof] = ACTIONS(3028), + [anon_sym__Generic] = ACTIONS(3028), + [anon_sym_asm] = ACTIONS(3028), + [anon_sym___asm__] = ACTIONS(3028), + [anon_sym___asm] = ACTIONS(3028), + [aux_sym_number_literal_token1] = ACTIONS(3030), + [aux_sym_number_literal_token2] = ACTIONS(3028), + [anon_sym_L_SQUOTE] = ACTIONS(3030), + [anon_sym_u_SQUOTE] = ACTIONS(3030), + [anon_sym_U_SQUOTE] = ACTIONS(3030), + [anon_sym_u8_SQUOTE] = ACTIONS(3030), + [anon_sym_SQUOTE] = ACTIONS(3030), + [anon_sym_L_DQUOTE] = ACTIONS(3030), + [anon_sym_u_DQUOTE] = ACTIONS(3030), + [anon_sym_U_DQUOTE] = ACTIONS(3030), + [anon_sym_u8_DQUOTE] = ACTIONS(3030), + [anon_sym_DQUOTE] = ACTIONS(3030), + [sym_true] = ACTIONS(3028), + [sym_false] = ACTIONS(3028), + [anon_sym_NULL] = ACTIONS(3028), + [anon_sym_nullptr] = ACTIONS(3028), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3028), + [anon_sym_decltype] = ACTIONS(3028), + [anon_sym_explicit] = ACTIONS(3028), + [anon_sym_typename] = ACTIONS(3028), + [anon_sym_template] = ACTIONS(3028), + [anon_sym_operator] = ACTIONS(3028), + [anon_sym_try] = ACTIONS(3028), + [anon_sym_delete] = ACTIONS(3028), + [anon_sym_throw] = ACTIONS(3028), + [anon_sym_namespace] = ACTIONS(3028), + [anon_sym_using] = ACTIONS(3028), + [anon_sym_static_assert] = ACTIONS(3028), + [anon_sym_concept] = ACTIONS(3028), + [anon_sym_co_return] = ACTIONS(3028), + [anon_sym_co_yield] = ACTIONS(3028), + [anon_sym_R_DQUOTE] = ACTIONS(3030), + [anon_sym_LR_DQUOTE] = ACTIONS(3030), + [anon_sym_uR_DQUOTE] = ACTIONS(3030), + [anon_sym_UR_DQUOTE] = ACTIONS(3030), + [anon_sym_u8R_DQUOTE] = ACTIONS(3030), + [anon_sym_co_await] = ACTIONS(3028), + [anon_sym_new] = ACTIONS(3028), + [anon_sym_requires] = ACTIONS(3028), + [sym_this] = ACTIONS(3028), }, - [692] = { - [ts_builtin_sym_end] = ACTIONS(3074), - [sym_identifier] = ACTIONS(3072), - [aux_sym_preproc_include_token1] = ACTIONS(3072), - [aux_sym_preproc_def_token1] = ACTIONS(3072), - [aux_sym_preproc_if_token1] = ACTIONS(3072), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3072), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3072), - [sym_preproc_directive] = ACTIONS(3072), - [anon_sym_LPAREN2] = ACTIONS(3074), - [anon_sym_BANG] = ACTIONS(3074), - [anon_sym_TILDE] = ACTIONS(3074), - [anon_sym_DASH] = ACTIONS(3072), - [anon_sym_PLUS] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(3074), - [anon_sym_AMP_AMP] = ACTIONS(3074), - [anon_sym_AMP] = ACTIONS(3072), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym___extension__] = ACTIONS(3072), - [anon_sym_typedef] = ACTIONS(3072), - [anon_sym_virtual] = ACTIONS(3072), - [anon_sym_extern] = ACTIONS(3072), - [anon_sym___attribute__] = ACTIONS(3072), - [anon_sym___attribute] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3074), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), - [anon_sym___declspec] = ACTIONS(3072), - [anon_sym___based] = ACTIONS(3072), - [anon_sym___cdecl] = ACTIONS(3072), - [anon_sym___clrcall] = ACTIONS(3072), - [anon_sym___stdcall] = ACTIONS(3072), - [anon_sym___fastcall] = ACTIONS(3072), - [anon_sym___thiscall] = ACTIONS(3072), - [anon_sym___vectorcall] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(3074), - [anon_sym_signed] = ACTIONS(3072), - [anon_sym_unsigned] = ACTIONS(3072), - [anon_sym_long] = ACTIONS(3072), - [anon_sym_short] = ACTIONS(3072), - [anon_sym_LBRACK] = ACTIONS(3072), - [anon_sym_static] = ACTIONS(3072), - [anon_sym_register] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym___inline] = ACTIONS(3072), - [anon_sym___inline__] = ACTIONS(3072), - [anon_sym___forceinline] = ACTIONS(3072), - [anon_sym_thread_local] = ACTIONS(3072), - [anon_sym___thread] = ACTIONS(3072), - [anon_sym_const] = ACTIONS(3072), - [anon_sym_constexpr] = ACTIONS(3072), - [anon_sym_volatile] = ACTIONS(3072), - [anon_sym_restrict] = ACTIONS(3072), - [anon_sym___restrict__] = ACTIONS(3072), - [anon_sym__Atomic] = ACTIONS(3072), - [anon_sym__Noreturn] = ACTIONS(3072), - [anon_sym_noreturn] = ACTIONS(3072), - [anon_sym__Nonnull] = ACTIONS(3072), - [anon_sym_mutable] = ACTIONS(3072), - [anon_sym_constinit] = ACTIONS(3072), - [anon_sym_consteval] = ACTIONS(3072), - [anon_sym_PROGMEM] = ACTIONS(3072), - [anon_sym_alignas] = ACTIONS(3072), - [anon_sym__Alignas] = ACTIONS(3072), - [aux_sym_primitive_type_token1] = ACTIONS(3072), - [anon_sym_byte] = ACTIONS(3072), - [anon_sym_word] = ACTIONS(3072), - [anon_sym_enum] = ACTIONS(3072), - [anon_sym_class] = ACTIONS(3072), - [anon_sym_struct] = ACTIONS(3072), - [anon_sym_union] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_switch] = ACTIONS(3072), - [anon_sym_case] = ACTIONS(3072), - [anon_sym_default] = ACTIONS(3072), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(3072), - [anon_sym_for] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_goto] = ACTIONS(3072), - [anon_sym_not] = ACTIONS(3072), - [anon_sym_compl] = ACTIONS(3072), - [anon_sym_DASH_DASH] = ACTIONS(3074), - [anon_sym_PLUS_PLUS] = ACTIONS(3074), - [anon_sym_sizeof] = ACTIONS(3072), - [anon_sym___alignof__] = ACTIONS(3072), - [anon_sym___alignof] = ACTIONS(3072), - [anon_sym__alignof] = ACTIONS(3072), - [anon_sym_alignof] = ACTIONS(3072), - [anon_sym__Alignof] = ACTIONS(3072), - [anon_sym_offsetof] = ACTIONS(3072), - [anon_sym__Generic] = ACTIONS(3072), - [anon_sym_asm] = ACTIONS(3072), - [anon_sym___asm__] = ACTIONS(3072), - [anon_sym___asm] = ACTIONS(3072), - [aux_sym_number_literal_token1] = ACTIONS(3074), - [aux_sym_number_literal_token2] = ACTIONS(3072), - [anon_sym_L_SQUOTE] = ACTIONS(3074), - [anon_sym_u_SQUOTE] = ACTIONS(3074), - [anon_sym_U_SQUOTE] = ACTIONS(3074), - [anon_sym_u8_SQUOTE] = ACTIONS(3074), - [anon_sym_SQUOTE] = ACTIONS(3074), - [anon_sym_L_DQUOTE] = ACTIONS(3074), - [anon_sym_u_DQUOTE] = ACTIONS(3074), - [anon_sym_U_DQUOTE] = ACTIONS(3074), - [anon_sym_u8_DQUOTE] = ACTIONS(3074), - [anon_sym_DQUOTE] = ACTIONS(3074), - [sym_true] = ACTIONS(3072), - [sym_false] = ACTIONS(3072), - [anon_sym_NULL] = ACTIONS(3072), - [anon_sym_nullptr] = ACTIONS(3072), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3072), - [anon_sym_decltype] = ACTIONS(3072), - [anon_sym_explicit] = ACTIONS(3072), - [anon_sym_typename] = ACTIONS(3072), - [anon_sym_template] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_delete] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_namespace] = ACTIONS(3072), - [anon_sym_using] = ACTIONS(3072), - [anon_sym_static_assert] = ACTIONS(3072), - [anon_sym_concept] = ACTIONS(3072), - [anon_sym_co_return] = ACTIONS(3072), - [anon_sym_co_yield] = ACTIONS(3072), - [anon_sym_R_DQUOTE] = ACTIONS(3074), - [anon_sym_LR_DQUOTE] = ACTIONS(3074), - [anon_sym_uR_DQUOTE] = ACTIONS(3074), - [anon_sym_UR_DQUOTE] = ACTIONS(3074), - [anon_sym_u8R_DQUOTE] = ACTIONS(3074), - [anon_sym_co_await] = ACTIONS(3072), - [anon_sym_new] = ACTIONS(3072), - [anon_sym_requires] = ACTIONS(3072), - [sym_this] = ACTIONS(3072), + [704] = { + [ts_builtin_sym_end] = ACTIONS(3102), + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), }, - [693] = { - [ts_builtin_sym_end] = ACTIONS(3070), - [sym_identifier] = ACTIONS(3068), - [aux_sym_preproc_include_token1] = ACTIONS(3068), - [aux_sym_preproc_def_token1] = ACTIONS(3068), - [aux_sym_preproc_if_token1] = ACTIONS(3068), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3068), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3068), - [sym_preproc_directive] = ACTIONS(3068), - [anon_sym_LPAREN2] = ACTIONS(3070), - [anon_sym_BANG] = ACTIONS(3070), - [anon_sym_TILDE] = ACTIONS(3070), - [anon_sym_DASH] = ACTIONS(3068), - [anon_sym_PLUS] = ACTIONS(3068), - [anon_sym_STAR] = ACTIONS(3070), - [anon_sym_AMP_AMP] = ACTIONS(3070), - [anon_sym_AMP] = ACTIONS(3068), - [anon_sym_SEMI] = ACTIONS(3070), - [anon_sym___extension__] = ACTIONS(3068), - [anon_sym_typedef] = ACTIONS(3068), - [anon_sym_virtual] = ACTIONS(3068), - [anon_sym_extern] = ACTIONS(3068), - [anon_sym___attribute__] = ACTIONS(3068), - [anon_sym___attribute] = ACTIONS(3068), - [anon_sym_COLON_COLON] = ACTIONS(3070), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3070), - [anon_sym___declspec] = ACTIONS(3068), - [anon_sym___based] = ACTIONS(3068), - [anon_sym___cdecl] = ACTIONS(3068), - [anon_sym___clrcall] = ACTIONS(3068), - [anon_sym___stdcall] = ACTIONS(3068), - [anon_sym___fastcall] = ACTIONS(3068), - [anon_sym___thiscall] = ACTIONS(3068), - [anon_sym___vectorcall] = ACTIONS(3068), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_signed] = ACTIONS(3068), - [anon_sym_unsigned] = ACTIONS(3068), - [anon_sym_long] = ACTIONS(3068), - [anon_sym_short] = ACTIONS(3068), - [anon_sym_LBRACK] = ACTIONS(3068), - [anon_sym_static] = ACTIONS(3068), - [anon_sym_register] = ACTIONS(3068), - [anon_sym_inline] = ACTIONS(3068), - [anon_sym___inline] = ACTIONS(3068), - [anon_sym___inline__] = ACTIONS(3068), - [anon_sym___forceinline] = ACTIONS(3068), - [anon_sym_thread_local] = ACTIONS(3068), - [anon_sym___thread] = ACTIONS(3068), - [anon_sym_const] = ACTIONS(3068), - [anon_sym_constexpr] = ACTIONS(3068), - [anon_sym_volatile] = ACTIONS(3068), - [anon_sym_restrict] = ACTIONS(3068), - [anon_sym___restrict__] = ACTIONS(3068), - [anon_sym__Atomic] = ACTIONS(3068), - [anon_sym__Noreturn] = ACTIONS(3068), - [anon_sym_noreturn] = ACTIONS(3068), - [anon_sym__Nonnull] = ACTIONS(3068), - [anon_sym_mutable] = ACTIONS(3068), - [anon_sym_constinit] = ACTIONS(3068), - [anon_sym_consteval] = ACTIONS(3068), - [anon_sym_PROGMEM] = ACTIONS(3068), - [anon_sym_alignas] = ACTIONS(3068), - [anon_sym__Alignas] = ACTIONS(3068), - [aux_sym_primitive_type_token1] = ACTIONS(3068), - [anon_sym_byte] = ACTIONS(3068), - [anon_sym_word] = ACTIONS(3068), - [anon_sym_enum] = ACTIONS(3068), - [anon_sym_class] = ACTIONS(3068), - [anon_sym_struct] = ACTIONS(3068), - [anon_sym_union] = ACTIONS(3068), - [anon_sym_if] = ACTIONS(3068), - [anon_sym_switch] = ACTIONS(3068), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3068), - [anon_sym_while] = ACTIONS(3068), - [anon_sym_do] = ACTIONS(3068), - [anon_sym_for] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3068), - [anon_sym_break] = ACTIONS(3068), - [anon_sym_continue] = ACTIONS(3068), - [anon_sym_goto] = ACTIONS(3068), - [anon_sym_not] = ACTIONS(3068), - [anon_sym_compl] = ACTIONS(3068), - [anon_sym_DASH_DASH] = ACTIONS(3070), - [anon_sym_PLUS_PLUS] = ACTIONS(3070), - [anon_sym_sizeof] = ACTIONS(3068), - [anon_sym___alignof__] = ACTIONS(3068), - [anon_sym___alignof] = ACTIONS(3068), - [anon_sym__alignof] = ACTIONS(3068), - [anon_sym_alignof] = ACTIONS(3068), - [anon_sym__Alignof] = ACTIONS(3068), - [anon_sym_offsetof] = ACTIONS(3068), - [anon_sym__Generic] = ACTIONS(3068), - [anon_sym_asm] = ACTIONS(3068), - [anon_sym___asm__] = ACTIONS(3068), - [anon_sym___asm] = ACTIONS(3068), - [aux_sym_number_literal_token1] = ACTIONS(3070), - [aux_sym_number_literal_token2] = ACTIONS(3068), - [anon_sym_L_SQUOTE] = ACTIONS(3070), - [anon_sym_u_SQUOTE] = ACTIONS(3070), - [anon_sym_U_SQUOTE] = ACTIONS(3070), - [anon_sym_u8_SQUOTE] = ACTIONS(3070), - [anon_sym_SQUOTE] = ACTIONS(3070), - [anon_sym_L_DQUOTE] = ACTIONS(3070), - [anon_sym_u_DQUOTE] = ACTIONS(3070), - [anon_sym_U_DQUOTE] = ACTIONS(3070), - [anon_sym_u8_DQUOTE] = ACTIONS(3070), - [anon_sym_DQUOTE] = ACTIONS(3070), - [sym_true] = ACTIONS(3068), - [sym_false] = ACTIONS(3068), - [anon_sym_NULL] = ACTIONS(3068), - [anon_sym_nullptr] = ACTIONS(3068), + [705] = { + [ts_builtin_sym_end] = ACTIONS(3034), + [sym_identifier] = ACTIONS(3032), + [aux_sym_preproc_include_token1] = ACTIONS(3032), + [aux_sym_preproc_def_token1] = ACTIONS(3032), + [aux_sym_preproc_if_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3032), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3032), + [sym_preproc_directive] = ACTIONS(3032), + [anon_sym_LPAREN2] = ACTIONS(3034), + [anon_sym_BANG] = ACTIONS(3034), + [anon_sym_TILDE] = ACTIONS(3034), + [anon_sym_DASH] = ACTIONS(3032), + [anon_sym_PLUS] = ACTIONS(3032), + [anon_sym_STAR] = ACTIONS(3034), + [anon_sym_AMP_AMP] = ACTIONS(3034), + [anon_sym_AMP] = ACTIONS(3032), + [anon_sym_SEMI] = ACTIONS(3034), + [anon_sym___extension__] = ACTIONS(3032), + [anon_sym_typedef] = ACTIONS(3032), + [anon_sym_virtual] = ACTIONS(3032), + [anon_sym_extern] = ACTIONS(3032), + [anon_sym___attribute__] = ACTIONS(3032), + [anon_sym___attribute] = ACTIONS(3032), + [anon_sym_COLON_COLON] = ACTIONS(3034), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3034), + [anon_sym___declspec] = ACTIONS(3032), + [anon_sym___based] = ACTIONS(3032), + [anon_sym___cdecl] = ACTIONS(3032), + [anon_sym___clrcall] = ACTIONS(3032), + [anon_sym___stdcall] = ACTIONS(3032), + [anon_sym___fastcall] = ACTIONS(3032), + [anon_sym___thiscall] = ACTIONS(3032), + [anon_sym___vectorcall] = ACTIONS(3032), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_signed] = ACTIONS(3032), + [anon_sym_unsigned] = ACTIONS(3032), + [anon_sym_long] = ACTIONS(3032), + [anon_sym_short] = ACTIONS(3032), + [anon_sym_LBRACK] = ACTIONS(3032), + [anon_sym_static] = ACTIONS(3032), + [anon_sym_register] = ACTIONS(3032), + [anon_sym_inline] = ACTIONS(3032), + [anon_sym___inline] = ACTIONS(3032), + [anon_sym___inline__] = ACTIONS(3032), + [anon_sym___forceinline] = ACTIONS(3032), + [anon_sym_thread_local] = ACTIONS(3032), + [anon_sym___thread] = ACTIONS(3032), + [anon_sym_const] = ACTIONS(3032), + [anon_sym_constexpr] = ACTIONS(3032), + [anon_sym_volatile] = ACTIONS(3032), + [anon_sym_restrict] = ACTIONS(3032), + [anon_sym___restrict__] = ACTIONS(3032), + [anon_sym__Atomic] = ACTIONS(3032), + [anon_sym__Noreturn] = ACTIONS(3032), + [anon_sym_noreturn] = ACTIONS(3032), + [anon_sym__Nonnull] = ACTIONS(3032), + [anon_sym_mutable] = ACTIONS(3032), + [anon_sym_constinit] = ACTIONS(3032), + [anon_sym_consteval] = ACTIONS(3032), + [anon_sym_PROGMEM] = ACTIONS(3032), + [anon_sym_alignas] = ACTIONS(3032), + [anon_sym__Alignas] = ACTIONS(3032), + [aux_sym_primitive_type_token1] = ACTIONS(3032), + [anon_sym_byte] = ACTIONS(3032), + [anon_sym_word] = ACTIONS(3032), + [anon_sym_enum] = ACTIONS(3032), + [anon_sym_class] = ACTIONS(3032), + [anon_sym_struct] = ACTIONS(3032), + [anon_sym_union] = ACTIONS(3032), + [anon_sym_if] = ACTIONS(3032), + [anon_sym_switch] = ACTIONS(3032), + [anon_sym_case] = ACTIONS(3032), + [anon_sym_default] = ACTIONS(3032), + [anon_sym_while] = ACTIONS(3032), + [anon_sym_do] = ACTIONS(3032), + [anon_sym_for] = ACTIONS(3032), + [anon_sym_return] = ACTIONS(3032), + [anon_sym_break] = ACTIONS(3032), + [anon_sym_continue] = ACTIONS(3032), + [anon_sym_goto] = ACTIONS(3032), + [anon_sym_not] = ACTIONS(3032), + [anon_sym_compl] = ACTIONS(3032), + [anon_sym_DASH_DASH] = ACTIONS(3034), + [anon_sym_PLUS_PLUS] = ACTIONS(3034), + [anon_sym_sizeof] = ACTIONS(3032), + [anon_sym___alignof__] = ACTIONS(3032), + [anon_sym___alignof] = ACTIONS(3032), + [anon_sym__alignof] = ACTIONS(3032), + [anon_sym_alignof] = ACTIONS(3032), + [anon_sym__Alignof] = ACTIONS(3032), + [anon_sym_offsetof] = ACTIONS(3032), + [anon_sym__Generic] = ACTIONS(3032), + [anon_sym_asm] = ACTIONS(3032), + [anon_sym___asm__] = ACTIONS(3032), + [anon_sym___asm] = ACTIONS(3032), + [aux_sym_number_literal_token1] = ACTIONS(3034), + [aux_sym_number_literal_token2] = ACTIONS(3032), + [anon_sym_L_SQUOTE] = ACTIONS(3034), + [anon_sym_u_SQUOTE] = ACTIONS(3034), + [anon_sym_U_SQUOTE] = ACTIONS(3034), + [anon_sym_u8_SQUOTE] = ACTIONS(3034), + [anon_sym_SQUOTE] = ACTIONS(3034), + [anon_sym_L_DQUOTE] = ACTIONS(3034), + [anon_sym_u_DQUOTE] = ACTIONS(3034), + [anon_sym_U_DQUOTE] = ACTIONS(3034), + [anon_sym_u8_DQUOTE] = ACTIONS(3034), + [anon_sym_DQUOTE] = ACTIONS(3034), + [sym_true] = ACTIONS(3032), + [sym_false] = ACTIONS(3032), + [anon_sym_NULL] = ACTIONS(3032), + [anon_sym_nullptr] = ACTIONS(3032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3032), + [anon_sym_decltype] = ACTIONS(3032), + [anon_sym_explicit] = ACTIONS(3032), + [anon_sym_typename] = ACTIONS(3032), + [anon_sym_template] = ACTIONS(3032), + [anon_sym_operator] = ACTIONS(3032), + [anon_sym_try] = ACTIONS(3032), + [anon_sym_delete] = ACTIONS(3032), + [anon_sym_throw] = ACTIONS(3032), + [anon_sym_namespace] = ACTIONS(3032), + [anon_sym_using] = ACTIONS(3032), + [anon_sym_static_assert] = ACTIONS(3032), + [anon_sym_concept] = ACTIONS(3032), + [anon_sym_co_return] = ACTIONS(3032), + [anon_sym_co_yield] = ACTIONS(3032), + [anon_sym_R_DQUOTE] = ACTIONS(3034), + [anon_sym_LR_DQUOTE] = ACTIONS(3034), + [anon_sym_uR_DQUOTE] = ACTIONS(3034), + [anon_sym_UR_DQUOTE] = ACTIONS(3034), + [anon_sym_u8R_DQUOTE] = ACTIONS(3034), + [anon_sym_co_await] = ACTIONS(3032), + [anon_sym_new] = ACTIONS(3032), + [anon_sym_requires] = ACTIONS(3032), + [sym_this] = ACTIONS(3032), + }, + [706] = { + [ts_builtin_sym_end] = ACTIONS(2939), + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_include_token1] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2937), + [anon_sym_PLUS] = ACTIONS(2937), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym___cdecl] = ACTIONS(2937), + [anon_sym___clrcall] = ACTIONS(2937), + [anon_sym___stdcall] = ACTIONS(2937), + [anon_sym___fastcall] = ACTIONS(2937), + [anon_sym___thiscall] = ACTIONS(2937), + [anon_sym___vectorcall] = ACTIONS(2937), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [anon_sym_if] = ACTIONS(2937), + [anon_sym_switch] = ACTIONS(2937), + [anon_sym_case] = ACTIONS(2937), + [anon_sym_default] = ACTIONS(2937), + [anon_sym_while] = ACTIONS(2937), + [anon_sym_do] = ACTIONS(2937), + [anon_sym_for] = ACTIONS(2937), + [anon_sym_return] = ACTIONS(2937), + [anon_sym_break] = ACTIONS(2937), + [anon_sym_continue] = ACTIONS(2937), + [anon_sym_goto] = ACTIONS(2937), + [anon_sym_not] = ACTIONS(2937), + [anon_sym_compl] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_sizeof] = ACTIONS(2937), + [anon_sym___alignof__] = ACTIONS(2937), + [anon_sym___alignof] = ACTIONS(2937), + [anon_sym__alignof] = ACTIONS(2937), + [anon_sym_alignof] = ACTIONS(2937), + [anon_sym__Alignof] = ACTIONS(2937), + [anon_sym_offsetof] = ACTIONS(2937), + [anon_sym__Generic] = ACTIONS(2937), + [anon_sym_asm] = ACTIONS(2937), + [anon_sym___asm__] = ACTIONS(2937), + [anon_sym___asm] = ACTIONS(2937), + [aux_sym_number_literal_token1] = ACTIONS(2939), + [aux_sym_number_literal_token2] = ACTIONS(2937), + [anon_sym_L_SQUOTE] = ACTIONS(2939), + [anon_sym_u_SQUOTE] = ACTIONS(2939), + [anon_sym_U_SQUOTE] = ACTIONS(2939), + [anon_sym_u8_SQUOTE] = ACTIONS(2939), + [anon_sym_SQUOTE] = ACTIONS(2939), + [anon_sym_L_DQUOTE] = ACTIONS(2939), + [anon_sym_u_DQUOTE] = ACTIONS(2939), + [anon_sym_U_DQUOTE] = ACTIONS(2939), + [anon_sym_u8_DQUOTE] = ACTIONS(2939), + [anon_sym_DQUOTE] = ACTIONS(2939), + [sym_true] = ACTIONS(2937), + [sym_false] = ACTIONS(2937), + [anon_sym_NULL] = ACTIONS(2937), + [anon_sym_nullptr] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_try] = ACTIONS(2937), + [anon_sym_delete] = ACTIONS(2937), + [anon_sym_throw] = ACTIONS(2937), + [anon_sym_namespace] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), + [anon_sym_concept] = ACTIONS(2937), + [anon_sym_co_return] = ACTIONS(2937), + [anon_sym_co_yield] = ACTIONS(2937), + [anon_sym_R_DQUOTE] = ACTIONS(2939), + [anon_sym_LR_DQUOTE] = ACTIONS(2939), + [anon_sym_uR_DQUOTE] = ACTIONS(2939), + [anon_sym_UR_DQUOTE] = ACTIONS(2939), + [anon_sym_u8R_DQUOTE] = ACTIONS(2939), + [anon_sym_co_await] = ACTIONS(2937), + [anon_sym_new] = ACTIONS(2937), + [anon_sym_requires] = ACTIONS(2937), + [sym_this] = ACTIONS(2937), + }, + [707] = { + [ts_builtin_sym_end] = ACTIONS(3102), + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_include_token1] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3100), + [anon_sym_PLUS] = ACTIONS(3100), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym___cdecl] = ACTIONS(3100), + [anon_sym___clrcall] = ACTIONS(3100), + [anon_sym___stdcall] = ACTIONS(3100), + [anon_sym___fastcall] = ACTIONS(3100), + [anon_sym___thiscall] = ACTIONS(3100), + [anon_sym___vectorcall] = ACTIONS(3100), + [anon_sym_LBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [anon_sym_if] = ACTIONS(3100), + [anon_sym_switch] = ACTIONS(3100), + [anon_sym_case] = ACTIONS(3100), + [anon_sym_default] = ACTIONS(3100), + [anon_sym_while] = ACTIONS(3100), + [anon_sym_do] = ACTIONS(3100), + [anon_sym_for] = ACTIONS(3100), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_break] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(3100), + [anon_sym_goto] = ACTIONS(3100), + [anon_sym_not] = ACTIONS(3100), + [anon_sym_compl] = ACTIONS(3100), + [anon_sym_DASH_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3102), + [anon_sym_sizeof] = ACTIONS(3100), + [anon_sym___alignof__] = ACTIONS(3100), + [anon_sym___alignof] = ACTIONS(3100), + [anon_sym__alignof] = ACTIONS(3100), + [anon_sym_alignof] = ACTIONS(3100), + [anon_sym__Alignof] = ACTIONS(3100), + [anon_sym_offsetof] = ACTIONS(3100), + [anon_sym__Generic] = ACTIONS(3100), + [anon_sym_asm] = ACTIONS(3100), + [anon_sym___asm__] = ACTIONS(3100), + [anon_sym___asm] = ACTIONS(3100), + [aux_sym_number_literal_token1] = ACTIONS(3102), + [aux_sym_number_literal_token2] = ACTIONS(3100), + [anon_sym_L_SQUOTE] = ACTIONS(3102), + [anon_sym_u_SQUOTE] = ACTIONS(3102), + [anon_sym_U_SQUOTE] = ACTIONS(3102), + [anon_sym_u8_SQUOTE] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3102), + [anon_sym_L_DQUOTE] = ACTIONS(3102), + [anon_sym_u_DQUOTE] = ACTIONS(3102), + [anon_sym_U_DQUOTE] = ACTIONS(3102), + [anon_sym_u8_DQUOTE] = ACTIONS(3102), + [anon_sym_DQUOTE] = ACTIONS(3102), + [sym_true] = ACTIONS(3100), + [sym_false] = ACTIONS(3100), + [anon_sym_NULL] = ACTIONS(3100), + [anon_sym_nullptr] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_try] = ACTIONS(3100), + [anon_sym_delete] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(3100), + [anon_sym_namespace] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + [anon_sym_concept] = ACTIONS(3100), + [anon_sym_co_return] = ACTIONS(3100), + [anon_sym_co_yield] = ACTIONS(3100), + [anon_sym_R_DQUOTE] = ACTIONS(3102), + [anon_sym_LR_DQUOTE] = ACTIONS(3102), + [anon_sym_uR_DQUOTE] = ACTIONS(3102), + [anon_sym_UR_DQUOTE] = ACTIONS(3102), + [anon_sym_u8R_DQUOTE] = ACTIONS(3102), + [anon_sym_co_await] = ACTIONS(3100), + [anon_sym_new] = ACTIONS(3100), + [anon_sym_requires] = ACTIONS(3100), + [sym_this] = ACTIONS(3100), + }, + [708] = { + [ts_builtin_sym_end] = ACTIONS(3038), + [sym_identifier] = ACTIONS(3036), + [aux_sym_preproc_include_token1] = ACTIONS(3036), + [aux_sym_preproc_def_token1] = ACTIONS(3036), + [aux_sym_preproc_if_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3036), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3036), + [sym_preproc_directive] = ACTIONS(3036), + [anon_sym_LPAREN2] = ACTIONS(3038), + [anon_sym_BANG] = ACTIONS(3038), + [anon_sym_TILDE] = ACTIONS(3038), + [anon_sym_DASH] = ACTIONS(3036), + [anon_sym_PLUS] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(3038), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_AMP] = ACTIONS(3036), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym___extension__] = ACTIONS(3036), + [anon_sym_typedef] = ACTIONS(3036), + [anon_sym_virtual] = ACTIONS(3036), + [anon_sym_extern] = ACTIONS(3036), + [anon_sym___attribute__] = ACTIONS(3036), + [anon_sym___attribute] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3038), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3038), + [anon_sym___declspec] = ACTIONS(3036), + [anon_sym___based] = ACTIONS(3036), + [anon_sym___cdecl] = ACTIONS(3036), + [anon_sym___clrcall] = ACTIONS(3036), + [anon_sym___stdcall] = ACTIONS(3036), + [anon_sym___fastcall] = ACTIONS(3036), + [anon_sym___thiscall] = ACTIONS(3036), + [anon_sym___vectorcall] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(3038), + [anon_sym_signed] = ACTIONS(3036), + [anon_sym_unsigned] = ACTIONS(3036), + [anon_sym_long] = ACTIONS(3036), + [anon_sym_short] = ACTIONS(3036), + [anon_sym_LBRACK] = ACTIONS(3036), + [anon_sym_static] = ACTIONS(3036), + [anon_sym_register] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym___inline] = ACTIONS(3036), + [anon_sym___inline__] = ACTIONS(3036), + [anon_sym___forceinline] = ACTIONS(3036), + [anon_sym_thread_local] = ACTIONS(3036), + [anon_sym___thread] = ACTIONS(3036), + [anon_sym_const] = ACTIONS(3036), + [anon_sym_constexpr] = ACTIONS(3036), + [anon_sym_volatile] = ACTIONS(3036), + [anon_sym_restrict] = ACTIONS(3036), + [anon_sym___restrict__] = ACTIONS(3036), + [anon_sym__Atomic] = ACTIONS(3036), + [anon_sym__Noreturn] = ACTIONS(3036), + [anon_sym_noreturn] = ACTIONS(3036), + [anon_sym__Nonnull] = ACTIONS(3036), + [anon_sym_mutable] = ACTIONS(3036), + [anon_sym_constinit] = ACTIONS(3036), + [anon_sym_consteval] = ACTIONS(3036), + [anon_sym_PROGMEM] = ACTIONS(3036), + [anon_sym_alignas] = ACTIONS(3036), + [anon_sym__Alignas] = ACTIONS(3036), + [aux_sym_primitive_type_token1] = ACTIONS(3036), + [anon_sym_byte] = ACTIONS(3036), + [anon_sym_word] = ACTIONS(3036), + [anon_sym_enum] = ACTIONS(3036), + [anon_sym_class] = ACTIONS(3036), + [anon_sym_struct] = ACTIONS(3036), + [anon_sym_union] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_switch] = ACTIONS(3036), + [anon_sym_case] = ACTIONS(3036), + [anon_sym_default] = ACTIONS(3036), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_do] = ACTIONS(3036), + [anon_sym_for] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_goto] = ACTIONS(3036), + [anon_sym_not] = ACTIONS(3036), + [anon_sym_compl] = ACTIONS(3036), + [anon_sym_DASH_DASH] = ACTIONS(3038), + [anon_sym_PLUS_PLUS] = ACTIONS(3038), + [anon_sym_sizeof] = ACTIONS(3036), + [anon_sym___alignof__] = ACTIONS(3036), + [anon_sym___alignof] = ACTIONS(3036), + [anon_sym__alignof] = ACTIONS(3036), + [anon_sym_alignof] = ACTIONS(3036), + [anon_sym__Alignof] = ACTIONS(3036), + [anon_sym_offsetof] = ACTIONS(3036), + [anon_sym__Generic] = ACTIONS(3036), + [anon_sym_asm] = ACTIONS(3036), + [anon_sym___asm__] = ACTIONS(3036), + [anon_sym___asm] = ACTIONS(3036), + [aux_sym_number_literal_token1] = ACTIONS(3038), + [aux_sym_number_literal_token2] = ACTIONS(3036), + [anon_sym_L_SQUOTE] = ACTIONS(3038), + [anon_sym_u_SQUOTE] = ACTIONS(3038), + [anon_sym_U_SQUOTE] = ACTIONS(3038), + [anon_sym_u8_SQUOTE] = ACTIONS(3038), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_L_DQUOTE] = ACTIONS(3038), + [anon_sym_u_DQUOTE] = ACTIONS(3038), + [anon_sym_U_DQUOTE] = ACTIONS(3038), + [anon_sym_u8_DQUOTE] = ACTIONS(3038), + [anon_sym_DQUOTE] = ACTIONS(3038), + [sym_true] = ACTIONS(3036), + [sym_false] = ACTIONS(3036), + [anon_sym_NULL] = ACTIONS(3036), + [anon_sym_nullptr] = ACTIONS(3036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3036), + [anon_sym_decltype] = ACTIONS(3036), + [anon_sym_explicit] = ACTIONS(3036), + [anon_sym_typename] = ACTIONS(3036), + [anon_sym_template] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_delete] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_namespace] = ACTIONS(3036), + [anon_sym_using] = ACTIONS(3036), + [anon_sym_static_assert] = ACTIONS(3036), + [anon_sym_concept] = ACTIONS(3036), + [anon_sym_co_return] = ACTIONS(3036), + [anon_sym_co_yield] = ACTIONS(3036), + [anon_sym_R_DQUOTE] = ACTIONS(3038), + [anon_sym_LR_DQUOTE] = ACTIONS(3038), + [anon_sym_uR_DQUOTE] = ACTIONS(3038), + [anon_sym_UR_DQUOTE] = ACTIONS(3038), + [anon_sym_u8R_DQUOTE] = ACTIONS(3038), + [anon_sym_co_await] = ACTIONS(3036), + [anon_sym_new] = ACTIONS(3036), + [anon_sym_requires] = ACTIONS(3036), + [sym_this] = ACTIONS(3036), + }, + [709] = { + [ts_builtin_sym_end] = ACTIONS(3201), + [sym_identifier] = ACTIONS(3199), + [aux_sym_preproc_include_token1] = ACTIONS(3199), + [aux_sym_preproc_def_token1] = ACTIONS(3199), + [aux_sym_preproc_if_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3199), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3199), + [sym_preproc_directive] = ACTIONS(3199), + [anon_sym_LPAREN2] = ACTIONS(3201), + [anon_sym_BANG] = ACTIONS(3201), + [anon_sym_TILDE] = ACTIONS(3201), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3201), + [anon_sym_AMP_AMP] = ACTIONS(3201), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_SEMI] = ACTIONS(3201), + [anon_sym___extension__] = ACTIONS(3199), + [anon_sym_typedef] = ACTIONS(3199), + [anon_sym_virtual] = ACTIONS(3199), + [anon_sym_extern] = ACTIONS(3199), + [anon_sym___attribute__] = ACTIONS(3199), + [anon_sym___attribute] = ACTIONS(3199), + [anon_sym_COLON_COLON] = ACTIONS(3201), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3201), + [anon_sym___declspec] = ACTIONS(3199), + [anon_sym___based] = ACTIONS(3199), + [anon_sym___cdecl] = ACTIONS(3199), + [anon_sym___clrcall] = ACTIONS(3199), + [anon_sym___stdcall] = ACTIONS(3199), + [anon_sym___fastcall] = ACTIONS(3199), + [anon_sym___thiscall] = ACTIONS(3199), + [anon_sym___vectorcall] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3201), + [anon_sym_signed] = ACTIONS(3199), + [anon_sym_unsigned] = ACTIONS(3199), + [anon_sym_long] = ACTIONS(3199), + [anon_sym_short] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3199), + [anon_sym_static] = ACTIONS(3199), + [anon_sym_register] = ACTIONS(3199), + [anon_sym_inline] = ACTIONS(3199), + [anon_sym___inline] = ACTIONS(3199), + [anon_sym___inline__] = ACTIONS(3199), + [anon_sym___forceinline] = ACTIONS(3199), + [anon_sym_thread_local] = ACTIONS(3199), + [anon_sym___thread] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_constexpr] = ACTIONS(3199), + [anon_sym_volatile] = ACTIONS(3199), + [anon_sym_restrict] = ACTIONS(3199), + [anon_sym___restrict__] = ACTIONS(3199), + [anon_sym__Atomic] = ACTIONS(3199), + [anon_sym__Noreturn] = ACTIONS(3199), + [anon_sym_noreturn] = ACTIONS(3199), + [anon_sym__Nonnull] = ACTIONS(3199), + [anon_sym_mutable] = ACTIONS(3199), + [anon_sym_constinit] = ACTIONS(3199), + [anon_sym_consteval] = ACTIONS(3199), + [anon_sym_PROGMEM] = ACTIONS(3199), + [anon_sym_alignas] = ACTIONS(3199), + [anon_sym__Alignas] = ACTIONS(3199), + [aux_sym_primitive_type_token1] = ACTIONS(3199), + [anon_sym_byte] = ACTIONS(3199), + [anon_sym_word] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_class] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_switch] = ACTIONS(3199), + [anon_sym_case] = ACTIONS(3199), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_while] = ACTIONS(3199), + [anon_sym_do] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym_not] = ACTIONS(3199), + [anon_sym_compl] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3201), + [anon_sym_PLUS_PLUS] = ACTIONS(3201), + [anon_sym_sizeof] = ACTIONS(3199), + [anon_sym___alignof__] = ACTIONS(3199), + [anon_sym___alignof] = ACTIONS(3199), + [anon_sym__alignof] = ACTIONS(3199), + [anon_sym_alignof] = ACTIONS(3199), + [anon_sym__Alignof] = ACTIONS(3199), + [anon_sym_offsetof] = ACTIONS(3199), + [anon_sym__Generic] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym___asm__] = ACTIONS(3199), + [anon_sym___asm] = ACTIONS(3199), + [aux_sym_number_literal_token1] = ACTIONS(3201), + [aux_sym_number_literal_token2] = ACTIONS(3199), + [anon_sym_L_SQUOTE] = ACTIONS(3201), + [anon_sym_u_SQUOTE] = ACTIONS(3201), + [anon_sym_U_SQUOTE] = ACTIONS(3201), + [anon_sym_u8_SQUOTE] = ACTIONS(3201), + [anon_sym_SQUOTE] = ACTIONS(3201), + [anon_sym_L_DQUOTE] = ACTIONS(3201), + [anon_sym_u_DQUOTE] = ACTIONS(3201), + [anon_sym_U_DQUOTE] = ACTIONS(3201), + [anon_sym_u8_DQUOTE] = ACTIONS(3201), + [anon_sym_DQUOTE] = ACTIONS(3201), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [anon_sym_NULL] = ACTIONS(3199), + [anon_sym_nullptr] = ACTIONS(3199), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3199), + [anon_sym_decltype] = ACTIONS(3199), + [anon_sym_explicit] = ACTIONS(3199), + [anon_sym_typename] = ACTIONS(3199), + [anon_sym_template] = ACTIONS(3199), + [anon_sym_operator] = ACTIONS(3199), + [anon_sym_try] = ACTIONS(3199), + [anon_sym_delete] = ACTIONS(3199), + [anon_sym_throw] = ACTIONS(3199), + [anon_sym_namespace] = ACTIONS(3199), + [anon_sym_using] = ACTIONS(3199), + [anon_sym_static_assert] = ACTIONS(3199), + [anon_sym_concept] = ACTIONS(3199), + [anon_sym_co_return] = ACTIONS(3199), + [anon_sym_co_yield] = ACTIONS(3199), + [anon_sym_R_DQUOTE] = ACTIONS(3201), + [anon_sym_LR_DQUOTE] = ACTIONS(3201), + [anon_sym_uR_DQUOTE] = ACTIONS(3201), + [anon_sym_UR_DQUOTE] = ACTIONS(3201), + [anon_sym_u8R_DQUOTE] = ACTIONS(3201), + [anon_sym_co_await] = ACTIONS(3199), + [anon_sym_new] = ACTIONS(3199), + [anon_sym_requires] = ACTIONS(3199), + [sym_this] = ACTIONS(3199), + }, + [710] = { + [ts_builtin_sym_end] = ACTIONS(2931), + [sym_identifier] = ACTIONS(2929), + [aux_sym_preproc_include_token1] = ACTIONS(2929), + [aux_sym_preproc_def_token1] = ACTIONS(2929), + [aux_sym_preproc_if_token1] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), + [sym_preproc_directive] = ACTIONS(2929), + [anon_sym_LPAREN2] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2929), + [anon_sym_PLUS] = ACTIONS(2929), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2929), + [anon_sym_SEMI] = ACTIONS(2931), + [anon_sym___extension__] = ACTIONS(2929), + [anon_sym_typedef] = ACTIONS(2929), + [anon_sym_virtual] = ACTIONS(2929), + [anon_sym_extern] = ACTIONS(2929), + [anon_sym___attribute__] = ACTIONS(2929), + [anon_sym___attribute] = ACTIONS(2929), + [anon_sym_COLON_COLON] = ACTIONS(2931), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), + [anon_sym___declspec] = ACTIONS(2929), + [anon_sym___based] = ACTIONS(2929), + [anon_sym___cdecl] = ACTIONS(2929), + [anon_sym___clrcall] = ACTIONS(2929), + [anon_sym___stdcall] = ACTIONS(2929), + [anon_sym___fastcall] = ACTIONS(2929), + [anon_sym___thiscall] = ACTIONS(2929), + [anon_sym___vectorcall] = ACTIONS(2929), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_signed] = ACTIONS(2929), + [anon_sym_unsigned] = ACTIONS(2929), + [anon_sym_long] = ACTIONS(2929), + [anon_sym_short] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_static] = ACTIONS(2929), + [anon_sym_register] = ACTIONS(2929), + [anon_sym_inline] = ACTIONS(2929), + [anon_sym___inline] = ACTIONS(2929), + [anon_sym___inline__] = ACTIONS(2929), + [anon_sym___forceinline] = ACTIONS(2929), + [anon_sym_thread_local] = ACTIONS(2929), + [anon_sym___thread] = ACTIONS(2929), + [anon_sym_const] = ACTIONS(2929), + [anon_sym_constexpr] = ACTIONS(2929), + [anon_sym_volatile] = ACTIONS(2929), + [anon_sym_restrict] = ACTIONS(2929), + [anon_sym___restrict__] = ACTIONS(2929), + [anon_sym__Atomic] = ACTIONS(2929), + [anon_sym__Noreturn] = ACTIONS(2929), + [anon_sym_noreturn] = ACTIONS(2929), + [anon_sym__Nonnull] = ACTIONS(2929), + [anon_sym_mutable] = ACTIONS(2929), + [anon_sym_constinit] = ACTIONS(2929), + [anon_sym_consteval] = ACTIONS(2929), + [anon_sym_PROGMEM] = ACTIONS(2929), + [anon_sym_alignas] = ACTIONS(2929), + [anon_sym__Alignas] = ACTIONS(2929), + [aux_sym_primitive_type_token1] = ACTIONS(2929), + [anon_sym_byte] = ACTIONS(2929), + [anon_sym_word] = ACTIONS(2929), + [anon_sym_enum] = ACTIONS(2929), + [anon_sym_class] = ACTIONS(2929), + [anon_sym_struct] = ACTIONS(2929), + [anon_sym_union] = ACTIONS(2929), + [anon_sym_if] = ACTIONS(2929), + [anon_sym_switch] = ACTIONS(2929), + [anon_sym_case] = ACTIONS(2929), + [anon_sym_default] = ACTIONS(2929), + [anon_sym_while] = ACTIONS(2929), + [anon_sym_do] = ACTIONS(2929), + [anon_sym_for] = ACTIONS(2929), + [anon_sym_return] = ACTIONS(2929), + [anon_sym_break] = ACTIONS(2929), + [anon_sym_continue] = ACTIONS(2929), + [anon_sym_goto] = ACTIONS(2929), + [anon_sym_not] = ACTIONS(2929), + [anon_sym_compl] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_sizeof] = ACTIONS(2929), + [anon_sym___alignof__] = ACTIONS(2929), + [anon_sym___alignof] = ACTIONS(2929), + [anon_sym__alignof] = ACTIONS(2929), + [anon_sym_alignof] = ACTIONS(2929), + [anon_sym__Alignof] = ACTIONS(2929), + [anon_sym_offsetof] = ACTIONS(2929), + [anon_sym__Generic] = ACTIONS(2929), + [anon_sym_asm] = ACTIONS(2929), + [anon_sym___asm__] = ACTIONS(2929), + [anon_sym___asm] = ACTIONS(2929), + [aux_sym_number_literal_token1] = ACTIONS(2931), + [aux_sym_number_literal_token2] = ACTIONS(2929), + [anon_sym_L_SQUOTE] = ACTIONS(2931), + [anon_sym_u_SQUOTE] = ACTIONS(2931), + [anon_sym_U_SQUOTE] = ACTIONS(2931), + [anon_sym_u8_SQUOTE] = ACTIONS(2931), + [anon_sym_SQUOTE] = ACTIONS(2931), + [anon_sym_L_DQUOTE] = ACTIONS(2931), + [anon_sym_u_DQUOTE] = ACTIONS(2931), + [anon_sym_U_DQUOTE] = ACTIONS(2931), + [anon_sym_u8_DQUOTE] = ACTIONS(2931), + [anon_sym_DQUOTE] = ACTIONS(2931), + [sym_true] = ACTIONS(2929), + [sym_false] = ACTIONS(2929), + [anon_sym_NULL] = ACTIONS(2929), + [anon_sym_nullptr] = ACTIONS(2929), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3068), - [anon_sym_decltype] = ACTIONS(3068), - [anon_sym_explicit] = ACTIONS(3068), - [anon_sym_typename] = ACTIONS(3068), - [anon_sym_template] = ACTIONS(3068), - [anon_sym_operator] = ACTIONS(3068), - [anon_sym_try] = ACTIONS(3068), - [anon_sym_delete] = ACTIONS(3068), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_namespace] = ACTIONS(3068), - [anon_sym_using] = ACTIONS(3068), - [anon_sym_static_assert] = ACTIONS(3068), - [anon_sym_concept] = ACTIONS(3068), - [anon_sym_co_return] = ACTIONS(3068), - [anon_sym_co_yield] = ACTIONS(3068), - [anon_sym_R_DQUOTE] = ACTIONS(3070), - [anon_sym_LR_DQUOTE] = ACTIONS(3070), - [anon_sym_uR_DQUOTE] = ACTIONS(3070), - [anon_sym_UR_DQUOTE] = ACTIONS(3070), - [anon_sym_u8R_DQUOTE] = ACTIONS(3070), - [anon_sym_co_await] = ACTIONS(3068), - [anon_sym_new] = ACTIONS(3068), - [anon_sym_requires] = ACTIONS(3068), - [sym_this] = ACTIONS(3068), + [sym_auto] = ACTIONS(2929), + [anon_sym_decltype] = ACTIONS(2929), + [anon_sym_explicit] = ACTIONS(2929), + [anon_sym_typename] = ACTIONS(2929), + [anon_sym_template] = ACTIONS(2929), + [anon_sym_operator] = ACTIONS(2929), + [anon_sym_try] = ACTIONS(2929), + [anon_sym_delete] = ACTIONS(2929), + [anon_sym_throw] = ACTIONS(2929), + [anon_sym_namespace] = ACTIONS(2929), + [anon_sym_using] = ACTIONS(2929), + [anon_sym_static_assert] = ACTIONS(2929), + [anon_sym_concept] = ACTIONS(2929), + [anon_sym_co_return] = ACTIONS(2929), + [anon_sym_co_yield] = ACTIONS(2929), + [anon_sym_R_DQUOTE] = ACTIONS(2931), + [anon_sym_LR_DQUOTE] = ACTIONS(2931), + [anon_sym_uR_DQUOTE] = ACTIONS(2931), + [anon_sym_UR_DQUOTE] = ACTIONS(2931), + [anon_sym_u8R_DQUOTE] = ACTIONS(2931), + [anon_sym_co_await] = ACTIONS(2929), + [anon_sym_new] = ACTIONS(2929), + [anon_sym_requires] = ACTIONS(2929), + [sym_this] = ACTIONS(2929), }, - [694] = { - [ts_builtin_sym_end] = ACTIONS(3066), - [sym_identifier] = ACTIONS(3064), - [aux_sym_preproc_include_token1] = ACTIONS(3064), - [aux_sym_preproc_def_token1] = ACTIONS(3064), - [aux_sym_preproc_if_token1] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), - [sym_preproc_directive] = ACTIONS(3064), - [anon_sym_LPAREN2] = ACTIONS(3066), - [anon_sym_BANG] = ACTIONS(3066), - [anon_sym_TILDE] = ACTIONS(3066), - [anon_sym_DASH] = ACTIONS(3064), - [anon_sym_PLUS] = ACTIONS(3064), - [anon_sym_STAR] = ACTIONS(3066), - [anon_sym_AMP_AMP] = ACTIONS(3066), - [anon_sym_AMP] = ACTIONS(3064), - [anon_sym_SEMI] = ACTIONS(3066), - [anon_sym___extension__] = ACTIONS(3064), - [anon_sym_typedef] = ACTIONS(3064), - [anon_sym_virtual] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3064), - [anon_sym___attribute__] = ACTIONS(3064), - [anon_sym___attribute] = ACTIONS(3064), - [anon_sym_COLON_COLON] = ACTIONS(3066), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), - [anon_sym___declspec] = ACTIONS(3064), - [anon_sym___based] = ACTIONS(3064), - [anon_sym___cdecl] = ACTIONS(3064), - [anon_sym___clrcall] = ACTIONS(3064), - [anon_sym___stdcall] = ACTIONS(3064), - [anon_sym___fastcall] = ACTIONS(3064), - [anon_sym___thiscall] = ACTIONS(3064), - [anon_sym___vectorcall] = ACTIONS(3064), - [anon_sym_LBRACE] = ACTIONS(3066), - [anon_sym_signed] = ACTIONS(3064), - [anon_sym_unsigned] = ACTIONS(3064), - [anon_sym_long] = ACTIONS(3064), - [anon_sym_short] = ACTIONS(3064), - [anon_sym_LBRACK] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3064), - [anon_sym_register] = ACTIONS(3064), - [anon_sym_inline] = ACTIONS(3064), - [anon_sym___inline] = ACTIONS(3064), - [anon_sym___inline__] = ACTIONS(3064), - [anon_sym___forceinline] = ACTIONS(3064), - [anon_sym_thread_local] = ACTIONS(3064), - [anon_sym___thread] = ACTIONS(3064), - [anon_sym_const] = ACTIONS(3064), - [anon_sym_constexpr] = ACTIONS(3064), - [anon_sym_volatile] = ACTIONS(3064), - [anon_sym_restrict] = ACTIONS(3064), - [anon_sym___restrict__] = ACTIONS(3064), - [anon_sym__Atomic] = ACTIONS(3064), - [anon_sym__Noreturn] = ACTIONS(3064), - [anon_sym_noreturn] = ACTIONS(3064), - [anon_sym__Nonnull] = ACTIONS(3064), - [anon_sym_mutable] = ACTIONS(3064), - [anon_sym_constinit] = ACTIONS(3064), - [anon_sym_consteval] = ACTIONS(3064), - [anon_sym_PROGMEM] = ACTIONS(3064), - [anon_sym_alignas] = ACTIONS(3064), - [anon_sym__Alignas] = ACTIONS(3064), - [aux_sym_primitive_type_token1] = ACTIONS(3064), - [anon_sym_byte] = ACTIONS(3064), - [anon_sym_word] = ACTIONS(3064), - [anon_sym_enum] = ACTIONS(3064), - [anon_sym_class] = ACTIONS(3064), - [anon_sym_struct] = ACTIONS(3064), - [anon_sym_union] = ACTIONS(3064), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3064), - [anon_sym_case] = ACTIONS(3064), - [anon_sym_default] = ACTIONS(3064), - [anon_sym_while] = ACTIONS(3064), - [anon_sym_do] = ACTIONS(3064), - [anon_sym_for] = ACTIONS(3064), - [anon_sym_return] = ACTIONS(3064), - [anon_sym_break] = ACTIONS(3064), - [anon_sym_continue] = ACTIONS(3064), - [anon_sym_goto] = ACTIONS(3064), - [anon_sym_not] = ACTIONS(3064), - [anon_sym_compl] = ACTIONS(3064), - [anon_sym_DASH_DASH] = ACTIONS(3066), - [anon_sym_PLUS_PLUS] = ACTIONS(3066), - [anon_sym_sizeof] = ACTIONS(3064), - [anon_sym___alignof__] = ACTIONS(3064), - [anon_sym___alignof] = ACTIONS(3064), - [anon_sym__alignof] = ACTIONS(3064), - [anon_sym_alignof] = ACTIONS(3064), - [anon_sym__Alignof] = ACTIONS(3064), - [anon_sym_offsetof] = ACTIONS(3064), - [anon_sym__Generic] = ACTIONS(3064), - [anon_sym_asm] = ACTIONS(3064), - [anon_sym___asm__] = ACTIONS(3064), - [anon_sym___asm] = ACTIONS(3064), - [aux_sym_number_literal_token1] = ACTIONS(3066), - [aux_sym_number_literal_token2] = ACTIONS(3064), - [anon_sym_L_SQUOTE] = ACTIONS(3066), - [anon_sym_u_SQUOTE] = ACTIONS(3066), - [anon_sym_U_SQUOTE] = ACTIONS(3066), - [anon_sym_u8_SQUOTE] = ACTIONS(3066), - [anon_sym_SQUOTE] = ACTIONS(3066), - [anon_sym_L_DQUOTE] = ACTIONS(3066), - [anon_sym_u_DQUOTE] = ACTIONS(3066), - [anon_sym_U_DQUOTE] = ACTIONS(3066), - [anon_sym_u8_DQUOTE] = ACTIONS(3066), - [anon_sym_DQUOTE] = ACTIONS(3066), - [sym_true] = ACTIONS(3064), - [sym_false] = ACTIONS(3064), - [anon_sym_NULL] = ACTIONS(3064), - [anon_sym_nullptr] = ACTIONS(3064), + [711] = { + [ts_builtin_sym_end] = ACTIONS(3225), + [sym_identifier] = ACTIONS(3223), + [aux_sym_preproc_include_token1] = ACTIONS(3223), + [aux_sym_preproc_def_token1] = ACTIONS(3223), + [aux_sym_preproc_if_token1] = ACTIONS(3223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3223), + [sym_preproc_directive] = ACTIONS(3223), + [anon_sym_LPAREN2] = ACTIONS(3225), + [anon_sym_BANG] = ACTIONS(3225), + [anon_sym_TILDE] = ACTIONS(3225), + [anon_sym_DASH] = ACTIONS(3223), + [anon_sym_PLUS] = ACTIONS(3223), + [anon_sym_STAR] = ACTIONS(3225), + [anon_sym_AMP_AMP] = ACTIONS(3225), + [anon_sym_AMP] = ACTIONS(3223), + [anon_sym_SEMI] = ACTIONS(3225), + [anon_sym___extension__] = ACTIONS(3223), + [anon_sym_typedef] = ACTIONS(3223), + [anon_sym_virtual] = ACTIONS(3223), + [anon_sym_extern] = ACTIONS(3223), + [anon_sym___attribute__] = ACTIONS(3223), + [anon_sym___attribute] = ACTIONS(3223), + [anon_sym_COLON_COLON] = ACTIONS(3225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3225), + [anon_sym___declspec] = ACTIONS(3223), + [anon_sym___based] = ACTIONS(3223), + [anon_sym___cdecl] = ACTIONS(3223), + [anon_sym___clrcall] = ACTIONS(3223), + [anon_sym___stdcall] = ACTIONS(3223), + [anon_sym___fastcall] = ACTIONS(3223), + [anon_sym___thiscall] = ACTIONS(3223), + [anon_sym___vectorcall] = ACTIONS(3223), + [anon_sym_LBRACE] = ACTIONS(3225), + [anon_sym_signed] = ACTIONS(3223), + [anon_sym_unsigned] = ACTIONS(3223), + [anon_sym_long] = ACTIONS(3223), + [anon_sym_short] = ACTIONS(3223), + [anon_sym_LBRACK] = ACTIONS(3223), + [anon_sym_static] = ACTIONS(3223), + [anon_sym_register] = ACTIONS(3223), + [anon_sym_inline] = ACTIONS(3223), + [anon_sym___inline] = ACTIONS(3223), + [anon_sym___inline__] = ACTIONS(3223), + [anon_sym___forceinline] = ACTIONS(3223), + [anon_sym_thread_local] = ACTIONS(3223), + [anon_sym___thread] = ACTIONS(3223), + [anon_sym_const] = ACTIONS(3223), + [anon_sym_constexpr] = ACTIONS(3223), + [anon_sym_volatile] = ACTIONS(3223), + [anon_sym_restrict] = ACTIONS(3223), + [anon_sym___restrict__] = ACTIONS(3223), + [anon_sym__Atomic] = ACTIONS(3223), + [anon_sym__Noreturn] = ACTIONS(3223), + [anon_sym_noreturn] = ACTIONS(3223), + [anon_sym__Nonnull] = ACTIONS(3223), + [anon_sym_mutable] = ACTIONS(3223), + [anon_sym_constinit] = ACTIONS(3223), + [anon_sym_consteval] = ACTIONS(3223), + [anon_sym_PROGMEM] = ACTIONS(3223), + [anon_sym_alignas] = ACTIONS(3223), + [anon_sym__Alignas] = ACTIONS(3223), + [aux_sym_primitive_type_token1] = ACTIONS(3223), + [anon_sym_byte] = ACTIONS(3223), + [anon_sym_word] = ACTIONS(3223), + [anon_sym_enum] = ACTIONS(3223), + [anon_sym_class] = ACTIONS(3223), + [anon_sym_struct] = ACTIONS(3223), + [anon_sym_union] = ACTIONS(3223), + [anon_sym_if] = ACTIONS(3223), + [anon_sym_switch] = ACTIONS(3223), + [anon_sym_case] = ACTIONS(3223), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_while] = ACTIONS(3223), + [anon_sym_do] = ACTIONS(3223), + [anon_sym_for] = ACTIONS(3223), + [anon_sym_return] = ACTIONS(3223), + [anon_sym_break] = ACTIONS(3223), + [anon_sym_continue] = ACTIONS(3223), + [anon_sym_goto] = ACTIONS(3223), + [anon_sym_not] = ACTIONS(3223), + [anon_sym_compl] = ACTIONS(3223), + [anon_sym_DASH_DASH] = ACTIONS(3225), + [anon_sym_PLUS_PLUS] = ACTIONS(3225), + [anon_sym_sizeof] = ACTIONS(3223), + [anon_sym___alignof__] = ACTIONS(3223), + [anon_sym___alignof] = ACTIONS(3223), + [anon_sym__alignof] = ACTIONS(3223), + [anon_sym_alignof] = ACTIONS(3223), + [anon_sym__Alignof] = ACTIONS(3223), + [anon_sym_offsetof] = ACTIONS(3223), + [anon_sym__Generic] = ACTIONS(3223), + [anon_sym_asm] = ACTIONS(3223), + [anon_sym___asm__] = ACTIONS(3223), + [anon_sym___asm] = ACTIONS(3223), + [aux_sym_number_literal_token1] = ACTIONS(3225), + [aux_sym_number_literal_token2] = ACTIONS(3223), + [anon_sym_L_SQUOTE] = ACTIONS(3225), + [anon_sym_u_SQUOTE] = ACTIONS(3225), + [anon_sym_U_SQUOTE] = ACTIONS(3225), + [anon_sym_u8_SQUOTE] = ACTIONS(3225), + [anon_sym_SQUOTE] = ACTIONS(3225), + [anon_sym_L_DQUOTE] = ACTIONS(3225), + [anon_sym_u_DQUOTE] = ACTIONS(3225), + [anon_sym_U_DQUOTE] = ACTIONS(3225), + [anon_sym_u8_DQUOTE] = ACTIONS(3225), + [anon_sym_DQUOTE] = ACTIONS(3225), + [sym_true] = ACTIONS(3223), + [sym_false] = ACTIONS(3223), + [anon_sym_NULL] = ACTIONS(3223), + [anon_sym_nullptr] = ACTIONS(3223), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3064), - [anon_sym_decltype] = ACTIONS(3064), - [anon_sym_explicit] = ACTIONS(3064), - [anon_sym_typename] = ACTIONS(3064), - [anon_sym_template] = ACTIONS(3064), - [anon_sym_operator] = ACTIONS(3064), - [anon_sym_try] = ACTIONS(3064), - [anon_sym_delete] = ACTIONS(3064), - [anon_sym_throw] = ACTIONS(3064), - [anon_sym_namespace] = ACTIONS(3064), - [anon_sym_using] = ACTIONS(3064), - [anon_sym_static_assert] = ACTIONS(3064), - [anon_sym_concept] = ACTIONS(3064), - [anon_sym_co_return] = ACTIONS(3064), - [anon_sym_co_yield] = ACTIONS(3064), - [anon_sym_R_DQUOTE] = ACTIONS(3066), - [anon_sym_LR_DQUOTE] = ACTIONS(3066), - [anon_sym_uR_DQUOTE] = ACTIONS(3066), - [anon_sym_UR_DQUOTE] = ACTIONS(3066), - [anon_sym_u8R_DQUOTE] = ACTIONS(3066), - [anon_sym_co_await] = ACTIONS(3064), - [anon_sym_new] = ACTIONS(3064), - [anon_sym_requires] = ACTIONS(3064), - [sym_this] = ACTIONS(3064), + [sym_auto] = ACTIONS(3223), + [anon_sym_decltype] = ACTIONS(3223), + [anon_sym_explicit] = ACTIONS(3223), + [anon_sym_typename] = ACTIONS(3223), + [anon_sym_template] = ACTIONS(3223), + [anon_sym_operator] = ACTIONS(3223), + [anon_sym_try] = ACTIONS(3223), + [anon_sym_delete] = ACTIONS(3223), + [anon_sym_throw] = ACTIONS(3223), + [anon_sym_namespace] = ACTIONS(3223), + [anon_sym_using] = ACTIONS(3223), + [anon_sym_static_assert] = ACTIONS(3223), + [anon_sym_concept] = ACTIONS(3223), + [anon_sym_co_return] = ACTIONS(3223), + [anon_sym_co_yield] = ACTIONS(3223), + [anon_sym_R_DQUOTE] = ACTIONS(3225), + [anon_sym_LR_DQUOTE] = ACTIONS(3225), + [anon_sym_uR_DQUOTE] = ACTIONS(3225), + [anon_sym_UR_DQUOTE] = ACTIONS(3225), + [anon_sym_u8R_DQUOTE] = ACTIONS(3225), + [anon_sym_co_await] = ACTIONS(3223), + [anon_sym_new] = ACTIONS(3223), + [anon_sym_requires] = ACTIONS(3223), + [sym_this] = ACTIONS(3223), }, - [695] = { - [ts_builtin_sym_end] = ACTIONS(3489), - [sym_identifier] = ACTIONS(3491), - [aux_sym_preproc_include_token1] = ACTIONS(3491), - [aux_sym_preproc_def_token1] = ACTIONS(3491), - [aux_sym_preproc_if_token1] = ACTIONS(3491), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3491), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3491), - [sym_preproc_directive] = ACTIONS(3491), - [anon_sym_LPAREN2] = ACTIONS(3489), - [anon_sym_BANG] = ACTIONS(3489), - [anon_sym_TILDE] = ACTIONS(3489), - [anon_sym_DASH] = ACTIONS(3491), - [anon_sym_PLUS] = ACTIONS(3491), - [anon_sym_STAR] = ACTIONS(3489), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_AMP] = ACTIONS(3491), - [anon_sym_SEMI] = ACTIONS(3489), - [anon_sym___extension__] = ACTIONS(3491), - [anon_sym_typedef] = ACTIONS(3491), - [anon_sym_virtual] = ACTIONS(3491), - [anon_sym_extern] = ACTIONS(3491), - [anon_sym___attribute__] = ACTIONS(3491), - [anon_sym___attribute] = ACTIONS(3491), - [anon_sym_COLON_COLON] = ACTIONS(3489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3489), - [anon_sym___declspec] = ACTIONS(3491), - [anon_sym___based] = ACTIONS(3491), - [anon_sym___cdecl] = ACTIONS(3491), - [anon_sym___clrcall] = ACTIONS(3491), - [anon_sym___stdcall] = ACTIONS(3491), - [anon_sym___fastcall] = ACTIONS(3491), - [anon_sym___thiscall] = ACTIONS(3491), - [anon_sym___vectorcall] = ACTIONS(3491), - [anon_sym_LBRACE] = ACTIONS(3489), - [anon_sym_signed] = ACTIONS(3491), - [anon_sym_unsigned] = ACTIONS(3491), - [anon_sym_long] = ACTIONS(3491), - [anon_sym_short] = ACTIONS(3491), - [anon_sym_LBRACK] = ACTIONS(3491), - [anon_sym_static] = ACTIONS(3491), - [anon_sym_register] = ACTIONS(3491), - [anon_sym_inline] = ACTIONS(3491), - [anon_sym___inline] = ACTIONS(3491), - [anon_sym___inline__] = ACTIONS(3491), - [anon_sym___forceinline] = ACTIONS(3491), - [anon_sym_thread_local] = ACTIONS(3491), - [anon_sym___thread] = ACTIONS(3491), - [anon_sym_const] = ACTIONS(3491), - [anon_sym_constexpr] = ACTIONS(3491), - [anon_sym_volatile] = ACTIONS(3491), - [anon_sym_restrict] = ACTIONS(3491), - [anon_sym___restrict__] = ACTIONS(3491), - [anon_sym__Atomic] = ACTIONS(3491), - [anon_sym__Noreturn] = ACTIONS(3491), - [anon_sym_noreturn] = ACTIONS(3491), - [anon_sym__Nonnull] = ACTIONS(3491), - [anon_sym_mutable] = ACTIONS(3491), - [anon_sym_constinit] = ACTIONS(3491), - [anon_sym_consteval] = ACTIONS(3491), - [anon_sym_PROGMEM] = ACTIONS(3491), - [anon_sym_alignas] = ACTIONS(3491), - [anon_sym__Alignas] = ACTIONS(3491), - [aux_sym_primitive_type_token1] = ACTIONS(3491), - [anon_sym_byte] = ACTIONS(3491), - [anon_sym_word] = ACTIONS(3491), - [anon_sym_enum] = ACTIONS(3491), - [anon_sym_class] = ACTIONS(3491), - [anon_sym_struct] = ACTIONS(3491), - [anon_sym_union] = ACTIONS(3491), - [anon_sym_if] = ACTIONS(3491), - [anon_sym_switch] = ACTIONS(3491), - [anon_sym_case] = ACTIONS(3491), - [anon_sym_default] = ACTIONS(3491), - [anon_sym_while] = ACTIONS(3491), - [anon_sym_do] = ACTIONS(3491), - [anon_sym_for] = ACTIONS(3491), - [anon_sym_return] = ACTIONS(3491), - [anon_sym_break] = ACTIONS(3491), - [anon_sym_continue] = ACTIONS(3491), - [anon_sym_goto] = ACTIONS(3491), - [anon_sym_not] = ACTIONS(3491), - [anon_sym_compl] = ACTIONS(3491), - [anon_sym_DASH_DASH] = ACTIONS(3489), - [anon_sym_PLUS_PLUS] = ACTIONS(3489), - [anon_sym_sizeof] = ACTIONS(3491), - [anon_sym___alignof__] = ACTIONS(3491), - [anon_sym___alignof] = ACTIONS(3491), - [anon_sym__alignof] = ACTIONS(3491), - [anon_sym_alignof] = ACTIONS(3491), - [anon_sym__Alignof] = ACTIONS(3491), - [anon_sym_offsetof] = ACTIONS(3491), - [anon_sym__Generic] = ACTIONS(3491), - [anon_sym_asm] = ACTIONS(3491), - [anon_sym___asm__] = ACTIONS(3491), - [anon_sym___asm] = ACTIONS(3491), - [aux_sym_number_literal_token1] = ACTIONS(3489), - [aux_sym_number_literal_token2] = ACTIONS(3491), - [anon_sym_L_SQUOTE] = ACTIONS(3489), - [anon_sym_u_SQUOTE] = ACTIONS(3489), - [anon_sym_U_SQUOTE] = ACTIONS(3489), - [anon_sym_u8_SQUOTE] = ACTIONS(3489), - [anon_sym_SQUOTE] = ACTIONS(3489), - [anon_sym_L_DQUOTE] = ACTIONS(3489), - [anon_sym_u_DQUOTE] = ACTIONS(3489), - [anon_sym_U_DQUOTE] = ACTIONS(3489), - [anon_sym_u8_DQUOTE] = ACTIONS(3489), - [anon_sym_DQUOTE] = ACTIONS(3489), - [sym_true] = ACTIONS(3491), - [sym_false] = ACTIONS(3491), - [anon_sym_NULL] = ACTIONS(3491), - [anon_sym_nullptr] = ACTIONS(3491), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3491), - [anon_sym_decltype] = ACTIONS(3491), - [anon_sym_explicit] = ACTIONS(3491), - [anon_sym_typename] = ACTIONS(3491), - [anon_sym_template] = ACTIONS(3491), - [anon_sym_operator] = ACTIONS(3491), - [anon_sym_try] = ACTIONS(3491), - [anon_sym_delete] = ACTIONS(3491), - [anon_sym_throw] = ACTIONS(3491), - [anon_sym_namespace] = ACTIONS(3491), - [anon_sym_using] = ACTIONS(3491), - [anon_sym_static_assert] = ACTIONS(3491), - [anon_sym_concept] = ACTIONS(3491), - [anon_sym_co_return] = ACTIONS(3491), - [anon_sym_co_yield] = ACTIONS(3491), - [anon_sym_R_DQUOTE] = ACTIONS(3489), - [anon_sym_LR_DQUOTE] = ACTIONS(3489), - [anon_sym_uR_DQUOTE] = ACTIONS(3489), - [anon_sym_UR_DQUOTE] = ACTIONS(3489), - [anon_sym_u8R_DQUOTE] = ACTIONS(3489), - [anon_sym_co_await] = ACTIONS(3491), - [anon_sym_new] = ACTIONS(3491), - [anon_sym_requires] = ACTIONS(3491), - [sym_this] = ACTIONS(3491), + [712] = { + [ts_builtin_sym_end] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_include_token1] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_BANG] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym___cdecl] = ACTIONS(3171), + [anon_sym___clrcall] = ACTIONS(3171), + [anon_sym___stdcall] = ACTIONS(3171), + [anon_sym___fastcall] = ACTIONS(3171), + [anon_sym___thiscall] = ACTIONS(3171), + [anon_sym___vectorcall] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_switch] = ACTIONS(3171), + [anon_sym_case] = ACTIONS(3171), + [anon_sym_default] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3171), + [anon_sym_do] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym_not] = ACTIONS(3171), + [anon_sym_compl] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_sizeof] = ACTIONS(3171), + [anon_sym___alignof__] = ACTIONS(3171), + [anon_sym___alignof] = ACTIONS(3171), + [anon_sym__alignof] = ACTIONS(3171), + [anon_sym_alignof] = ACTIONS(3171), + [anon_sym__Alignof] = ACTIONS(3171), + [anon_sym_offsetof] = ACTIONS(3171), + [anon_sym__Generic] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym___asm__] = ACTIONS(3171), + [anon_sym___asm] = ACTIONS(3171), + [aux_sym_number_literal_token1] = ACTIONS(3173), + [aux_sym_number_literal_token2] = ACTIONS(3171), + [anon_sym_L_SQUOTE] = ACTIONS(3173), + [anon_sym_u_SQUOTE] = ACTIONS(3173), + [anon_sym_U_SQUOTE] = ACTIONS(3173), + [anon_sym_u8_SQUOTE] = ACTIONS(3173), + [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_L_DQUOTE] = ACTIONS(3173), + [anon_sym_u_DQUOTE] = ACTIONS(3173), + [anon_sym_U_DQUOTE] = ACTIONS(3173), + [anon_sym_u8_DQUOTE] = ACTIONS(3173), + [anon_sym_DQUOTE] = ACTIONS(3173), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [anon_sym_NULL] = ACTIONS(3171), + [anon_sym_nullptr] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_try] = ACTIONS(3171), + [anon_sym_delete] = ACTIONS(3171), + [anon_sym_throw] = ACTIONS(3171), + [anon_sym_namespace] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + [anon_sym_concept] = ACTIONS(3171), + [anon_sym_co_return] = ACTIONS(3171), + [anon_sym_co_yield] = ACTIONS(3171), + [anon_sym_R_DQUOTE] = ACTIONS(3173), + [anon_sym_LR_DQUOTE] = ACTIONS(3173), + [anon_sym_uR_DQUOTE] = ACTIONS(3173), + [anon_sym_UR_DQUOTE] = ACTIONS(3173), + [anon_sym_u8R_DQUOTE] = ACTIONS(3173), + [anon_sym_co_await] = ACTIONS(3171), + [anon_sym_new] = ACTIONS(3171), + [anon_sym_requires] = ACTIONS(3171), + [sym_this] = ACTIONS(3171), }, - [696] = { - [ts_builtin_sym_end] = ACTIONS(3207), - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_include_token1] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_BANG] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_DASH] = ACTIONS(3205), - [anon_sym_PLUS] = ACTIONS(3205), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym___cdecl] = ACTIONS(3205), - [anon_sym___clrcall] = ACTIONS(3205), - [anon_sym___stdcall] = ACTIONS(3205), - [anon_sym___fastcall] = ACTIONS(3205), - [anon_sym___thiscall] = ACTIONS(3205), - [anon_sym___vectorcall] = ACTIONS(3205), - [anon_sym_LBRACE] = ACTIONS(3207), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [anon_sym_if] = ACTIONS(3205), - [anon_sym_switch] = ACTIONS(3205), - [anon_sym_case] = ACTIONS(3205), - [anon_sym_default] = ACTIONS(3205), - [anon_sym_while] = ACTIONS(3205), - [anon_sym_do] = ACTIONS(3205), - [anon_sym_for] = ACTIONS(3205), - [anon_sym_return] = ACTIONS(3205), - [anon_sym_break] = ACTIONS(3205), - [anon_sym_continue] = ACTIONS(3205), - [anon_sym_goto] = ACTIONS(3205), - [anon_sym_not] = ACTIONS(3205), - [anon_sym_compl] = ACTIONS(3205), - [anon_sym_DASH_DASH] = ACTIONS(3207), - [anon_sym_PLUS_PLUS] = ACTIONS(3207), - [anon_sym_sizeof] = ACTIONS(3205), - [anon_sym___alignof__] = ACTIONS(3205), - [anon_sym___alignof] = ACTIONS(3205), - [anon_sym__alignof] = ACTIONS(3205), - [anon_sym_alignof] = ACTIONS(3205), - [anon_sym__Alignof] = ACTIONS(3205), - [anon_sym_offsetof] = ACTIONS(3205), - [anon_sym__Generic] = ACTIONS(3205), - [anon_sym_asm] = ACTIONS(3205), - [anon_sym___asm__] = ACTIONS(3205), - [anon_sym___asm] = ACTIONS(3205), - [aux_sym_number_literal_token1] = ACTIONS(3207), - [aux_sym_number_literal_token2] = ACTIONS(3205), - [anon_sym_L_SQUOTE] = ACTIONS(3207), - [anon_sym_u_SQUOTE] = ACTIONS(3207), - [anon_sym_U_SQUOTE] = ACTIONS(3207), - [anon_sym_u8_SQUOTE] = ACTIONS(3207), - [anon_sym_SQUOTE] = ACTIONS(3207), - [anon_sym_L_DQUOTE] = ACTIONS(3207), - [anon_sym_u_DQUOTE] = ACTIONS(3207), - [anon_sym_U_DQUOTE] = ACTIONS(3207), - [anon_sym_u8_DQUOTE] = ACTIONS(3207), - [anon_sym_DQUOTE] = ACTIONS(3207), - [sym_true] = ACTIONS(3205), - [sym_false] = ACTIONS(3205), - [anon_sym_NULL] = ACTIONS(3205), - [anon_sym_nullptr] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_try] = ACTIONS(3205), - [anon_sym_delete] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [anon_sym_namespace] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), - [anon_sym_concept] = ACTIONS(3205), - [anon_sym_co_return] = ACTIONS(3205), - [anon_sym_co_yield] = ACTIONS(3205), - [anon_sym_R_DQUOTE] = ACTIONS(3207), - [anon_sym_LR_DQUOTE] = ACTIONS(3207), - [anon_sym_uR_DQUOTE] = ACTIONS(3207), - [anon_sym_UR_DQUOTE] = ACTIONS(3207), - [anon_sym_u8R_DQUOTE] = ACTIONS(3207), - [anon_sym_co_await] = ACTIONS(3205), - [anon_sym_new] = ACTIONS(3205), - [anon_sym_requires] = ACTIONS(3205), - [sym_this] = ACTIONS(3205), + [713] = { + [ts_builtin_sym_end] = ACTIONS(3130), + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_include_token1] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_BANG] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym___cdecl] = ACTIONS(3128), + [anon_sym___clrcall] = ACTIONS(3128), + [anon_sym___stdcall] = ACTIONS(3128), + [anon_sym___fastcall] = ACTIONS(3128), + [anon_sym___thiscall] = ACTIONS(3128), + [anon_sym___vectorcall] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(3130), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_switch] = ACTIONS(3128), + [anon_sym_case] = ACTIONS(3128), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_do] = ACTIONS(3128), + [anon_sym_for] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_goto] = ACTIONS(3128), + [anon_sym_not] = ACTIONS(3128), + [anon_sym_compl] = ACTIONS(3128), + [anon_sym_DASH_DASH] = ACTIONS(3130), + [anon_sym_PLUS_PLUS] = ACTIONS(3130), + [anon_sym_sizeof] = ACTIONS(3128), + [anon_sym___alignof__] = ACTIONS(3128), + [anon_sym___alignof] = ACTIONS(3128), + [anon_sym__alignof] = ACTIONS(3128), + [anon_sym_alignof] = ACTIONS(3128), + [anon_sym__Alignof] = ACTIONS(3128), + [anon_sym_offsetof] = ACTIONS(3128), + [anon_sym__Generic] = ACTIONS(3128), + [anon_sym_asm] = ACTIONS(3128), + [anon_sym___asm__] = ACTIONS(3128), + [anon_sym___asm] = ACTIONS(3128), + [aux_sym_number_literal_token1] = ACTIONS(3130), + [aux_sym_number_literal_token2] = ACTIONS(3128), + [anon_sym_L_SQUOTE] = ACTIONS(3130), + [anon_sym_u_SQUOTE] = ACTIONS(3130), + [anon_sym_U_SQUOTE] = ACTIONS(3130), + [anon_sym_u8_SQUOTE] = ACTIONS(3130), + [anon_sym_SQUOTE] = ACTIONS(3130), + [anon_sym_L_DQUOTE] = ACTIONS(3130), + [anon_sym_u_DQUOTE] = ACTIONS(3130), + [anon_sym_U_DQUOTE] = ACTIONS(3130), + [anon_sym_u8_DQUOTE] = ACTIONS(3130), + [anon_sym_DQUOTE] = ACTIONS(3130), + [sym_true] = ACTIONS(3128), + [sym_false] = ACTIONS(3128), + [anon_sym_NULL] = ACTIONS(3128), + [anon_sym_nullptr] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_delete] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_namespace] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + [anon_sym_concept] = ACTIONS(3128), + [anon_sym_co_return] = ACTIONS(3128), + [anon_sym_co_yield] = ACTIONS(3128), + [anon_sym_R_DQUOTE] = ACTIONS(3130), + [anon_sym_LR_DQUOTE] = ACTIONS(3130), + [anon_sym_uR_DQUOTE] = ACTIONS(3130), + [anon_sym_UR_DQUOTE] = ACTIONS(3130), + [anon_sym_u8R_DQUOTE] = ACTIONS(3130), + [anon_sym_co_await] = ACTIONS(3128), + [anon_sym_new] = ACTIONS(3128), + [anon_sym_requires] = ACTIONS(3128), + [sym_this] = ACTIONS(3128), }, - [697] = { + [714] = { + [ts_builtin_sym_end] = ACTIONS(3134), + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_include_token1] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_BANG] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_DASH] = ACTIONS(3132), + [anon_sym_PLUS] = ACTIONS(3132), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym___cdecl] = ACTIONS(3132), + [anon_sym___clrcall] = ACTIONS(3132), + [anon_sym___stdcall] = ACTIONS(3132), + [anon_sym___fastcall] = ACTIONS(3132), + [anon_sym___thiscall] = ACTIONS(3132), + [anon_sym___vectorcall] = ACTIONS(3132), + [anon_sym_LBRACE] = ACTIONS(3134), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_if] = ACTIONS(3132), + [anon_sym_switch] = ACTIONS(3132), + [anon_sym_case] = ACTIONS(3132), + [anon_sym_default] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3132), + [anon_sym_do] = ACTIONS(3132), + [anon_sym_for] = ACTIONS(3132), + [anon_sym_return] = ACTIONS(3132), + [anon_sym_break] = ACTIONS(3132), + [anon_sym_continue] = ACTIONS(3132), + [anon_sym_goto] = ACTIONS(3132), + [anon_sym_not] = ACTIONS(3132), + [anon_sym_compl] = ACTIONS(3132), + [anon_sym_DASH_DASH] = ACTIONS(3134), + [anon_sym_PLUS_PLUS] = ACTIONS(3134), + [anon_sym_sizeof] = ACTIONS(3132), + [anon_sym___alignof__] = ACTIONS(3132), + [anon_sym___alignof] = ACTIONS(3132), + [anon_sym__alignof] = ACTIONS(3132), + [anon_sym_alignof] = ACTIONS(3132), + [anon_sym__Alignof] = ACTIONS(3132), + [anon_sym_offsetof] = ACTIONS(3132), + [anon_sym__Generic] = ACTIONS(3132), + [anon_sym_asm] = ACTIONS(3132), + [anon_sym___asm__] = ACTIONS(3132), + [anon_sym___asm] = ACTIONS(3132), + [aux_sym_number_literal_token1] = ACTIONS(3134), + [aux_sym_number_literal_token2] = ACTIONS(3132), + [anon_sym_L_SQUOTE] = ACTIONS(3134), + [anon_sym_u_SQUOTE] = ACTIONS(3134), + [anon_sym_U_SQUOTE] = ACTIONS(3134), + [anon_sym_u8_SQUOTE] = ACTIONS(3134), + [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_L_DQUOTE] = ACTIONS(3134), + [anon_sym_u_DQUOTE] = ACTIONS(3134), + [anon_sym_U_DQUOTE] = ACTIONS(3134), + [anon_sym_u8_DQUOTE] = ACTIONS(3134), + [anon_sym_DQUOTE] = ACTIONS(3134), + [sym_true] = ACTIONS(3132), + [sym_false] = ACTIONS(3132), + [anon_sym_NULL] = ACTIONS(3132), + [anon_sym_nullptr] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_try] = ACTIONS(3132), + [anon_sym_delete] = ACTIONS(3132), + [anon_sym_throw] = ACTIONS(3132), + [anon_sym_namespace] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + [anon_sym_concept] = ACTIONS(3132), + [anon_sym_co_return] = ACTIONS(3132), + [anon_sym_co_yield] = ACTIONS(3132), + [anon_sym_R_DQUOTE] = ACTIONS(3134), + [anon_sym_LR_DQUOTE] = ACTIONS(3134), + [anon_sym_uR_DQUOTE] = ACTIONS(3134), + [anon_sym_UR_DQUOTE] = ACTIONS(3134), + [anon_sym_u8R_DQUOTE] = ACTIONS(3134), + [anon_sym_co_await] = ACTIONS(3132), + [anon_sym_new] = ACTIONS(3132), + [anon_sym_requires] = ACTIONS(3132), + [sym_this] = ACTIONS(3132), + }, + [715] = { + [ts_builtin_sym_end] = ACTIONS(3106), + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_include_token1] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_BANG] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_DASH] = ACTIONS(3104), + [anon_sym_PLUS] = ACTIONS(3104), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym___cdecl] = ACTIONS(3104), + [anon_sym___clrcall] = ACTIONS(3104), + [anon_sym___stdcall] = ACTIONS(3104), + [anon_sym___fastcall] = ACTIONS(3104), + [anon_sym___thiscall] = ACTIONS(3104), + [anon_sym___vectorcall] = ACTIONS(3104), + [anon_sym_LBRACE] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [anon_sym_if] = ACTIONS(3104), + [anon_sym_switch] = ACTIONS(3104), + [anon_sym_case] = ACTIONS(3104), + [anon_sym_default] = ACTIONS(3104), + [anon_sym_while] = ACTIONS(3104), + [anon_sym_do] = ACTIONS(3104), + [anon_sym_for] = ACTIONS(3104), + [anon_sym_return] = ACTIONS(3104), + [anon_sym_break] = ACTIONS(3104), + [anon_sym_continue] = ACTIONS(3104), + [anon_sym_goto] = ACTIONS(3104), + [anon_sym_not] = ACTIONS(3104), + [anon_sym_compl] = ACTIONS(3104), + [anon_sym_DASH_DASH] = ACTIONS(3106), + [anon_sym_PLUS_PLUS] = ACTIONS(3106), + [anon_sym_sizeof] = ACTIONS(3104), + [anon_sym___alignof__] = ACTIONS(3104), + [anon_sym___alignof] = ACTIONS(3104), + [anon_sym__alignof] = ACTIONS(3104), + [anon_sym_alignof] = ACTIONS(3104), + [anon_sym__Alignof] = ACTIONS(3104), + [anon_sym_offsetof] = ACTIONS(3104), + [anon_sym__Generic] = ACTIONS(3104), + [anon_sym_asm] = ACTIONS(3104), + [anon_sym___asm__] = ACTIONS(3104), + [anon_sym___asm] = ACTIONS(3104), + [aux_sym_number_literal_token1] = ACTIONS(3106), + [aux_sym_number_literal_token2] = ACTIONS(3104), + [anon_sym_L_SQUOTE] = ACTIONS(3106), + [anon_sym_u_SQUOTE] = ACTIONS(3106), + [anon_sym_U_SQUOTE] = ACTIONS(3106), + [anon_sym_u8_SQUOTE] = ACTIONS(3106), + [anon_sym_SQUOTE] = ACTIONS(3106), + [anon_sym_L_DQUOTE] = ACTIONS(3106), + [anon_sym_u_DQUOTE] = ACTIONS(3106), + [anon_sym_U_DQUOTE] = ACTIONS(3106), + [anon_sym_u8_DQUOTE] = ACTIONS(3106), + [anon_sym_DQUOTE] = ACTIONS(3106), + [sym_true] = ACTIONS(3104), + [sym_false] = ACTIONS(3104), + [anon_sym_NULL] = ACTIONS(3104), + [anon_sym_nullptr] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_try] = ACTIONS(3104), + [anon_sym_delete] = ACTIONS(3104), + [anon_sym_throw] = ACTIONS(3104), + [anon_sym_namespace] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + [anon_sym_concept] = ACTIONS(3104), + [anon_sym_co_return] = ACTIONS(3104), + [anon_sym_co_yield] = ACTIONS(3104), + [anon_sym_R_DQUOTE] = ACTIONS(3106), + [anon_sym_LR_DQUOTE] = ACTIONS(3106), + [anon_sym_uR_DQUOTE] = ACTIONS(3106), + [anon_sym_UR_DQUOTE] = ACTIONS(3106), + [anon_sym_u8R_DQUOTE] = ACTIONS(3106), + [anon_sym_co_await] = ACTIONS(3104), + [anon_sym_new] = ACTIONS(3104), + [anon_sym_requires] = ACTIONS(3104), + [sym_this] = ACTIONS(3104), + }, + [716] = { + [ts_builtin_sym_end] = ACTIONS(2990), + [sym_identifier] = ACTIONS(2988), + [aux_sym_preproc_include_token1] = ACTIONS(2988), + [aux_sym_preproc_def_token1] = ACTIONS(2988), + [aux_sym_preproc_if_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2988), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2988), + [sym_preproc_directive] = ACTIONS(2988), + [anon_sym_LPAREN2] = ACTIONS(2990), + [anon_sym_BANG] = ACTIONS(2990), + [anon_sym_TILDE] = ACTIONS(2990), + [anon_sym_DASH] = ACTIONS(2988), + [anon_sym_PLUS] = ACTIONS(2988), + [anon_sym_STAR] = ACTIONS(2990), + [anon_sym_AMP_AMP] = ACTIONS(2990), + [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_SEMI] = ACTIONS(2990), + [anon_sym___extension__] = ACTIONS(2988), + [anon_sym_typedef] = ACTIONS(2988), + [anon_sym_virtual] = ACTIONS(2988), + [anon_sym_extern] = ACTIONS(2988), + [anon_sym___attribute__] = ACTIONS(2988), + [anon_sym___attribute] = ACTIONS(2988), + [anon_sym_COLON_COLON] = ACTIONS(2990), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2990), + [anon_sym___declspec] = ACTIONS(2988), + [anon_sym___based] = ACTIONS(2988), + [anon_sym___cdecl] = ACTIONS(2988), + [anon_sym___clrcall] = ACTIONS(2988), + [anon_sym___stdcall] = ACTIONS(2988), + [anon_sym___fastcall] = ACTIONS(2988), + [anon_sym___thiscall] = ACTIONS(2988), + [anon_sym___vectorcall] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2990), + [anon_sym_signed] = ACTIONS(2988), + [anon_sym_unsigned] = ACTIONS(2988), + [anon_sym_long] = ACTIONS(2988), + [anon_sym_short] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_static] = ACTIONS(2988), + [anon_sym_register] = ACTIONS(2988), + [anon_sym_inline] = ACTIONS(2988), + [anon_sym___inline] = ACTIONS(2988), + [anon_sym___inline__] = ACTIONS(2988), + [anon_sym___forceinline] = ACTIONS(2988), + [anon_sym_thread_local] = ACTIONS(2988), + [anon_sym___thread] = ACTIONS(2988), + [anon_sym_const] = ACTIONS(2988), + [anon_sym_constexpr] = ACTIONS(2988), + [anon_sym_volatile] = ACTIONS(2988), + [anon_sym_restrict] = ACTIONS(2988), + [anon_sym___restrict__] = ACTIONS(2988), + [anon_sym__Atomic] = ACTIONS(2988), + [anon_sym__Noreturn] = ACTIONS(2988), + [anon_sym_noreturn] = ACTIONS(2988), + [anon_sym__Nonnull] = ACTIONS(2988), + [anon_sym_mutable] = ACTIONS(2988), + [anon_sym_constinit] = ACTIONS(2988), + [anon_sym_consteval] = ACTIONS(2988), + [anon_sym_PROGMEM] = ACTIONS(2988), + [anon_sym_alignas] = ACTIONS(2988), + [anon_sym__Alignas] = ACTIONS(2988), + [aux_sym_primitive_type_token1] = ACTIONS(2988), + [anon_sym_byte] = ACTIONS(2988), + [anon_sym_word] = ACTIONS(2988), + [anon_sym_enum] = ACTIONS(2988), + [anon_sym_class] = ACTIONS(2988), + [anon_sym_struct] = ACTIONS(2988), + [anon_sym_union] = ACTIONS(2988), + [anon_sym_if] = ACTIONS(2988), + [anon_sym_switch] = ACTIONS(2988), + [anon_sym_case] = ACTIONS(2988), + [anon_sym_default] = ACTIONS(2988), + [anon_sym_while] = ACTIONS(2988), + [anon_sym_do] = ACTIONS(2988), + [anon_sym_for] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2988), + [anon_sym_break] = ACTIONS(2988), + [anon_sym_continue] = ACTIONS(2988), + [anon_sym_goto] = ACTIONS(2988), + [anon_sym_not] = ACTIONS(2988), + [anon_sym_compl] = ACTIONS(2988), + [anon_sym_DASH_DASH] = ACTIONS(2990), + [anon_sym_PLUS_PLUS] = ACTIONS(2990), + [anon_sym_sizeof] = ACTIONS(2988), + [anon_sym___alignof__] = ACTIONS(2988), + [anon_sym___alignof] = ACTIONS(2988), + [anon_sym__alignof] = ACTIONS(2988), + [anon_sym_alignof] = ACTIONS(2988), + [anon_sym__Alignof] = ACTIONS(2988), + [anon_sym_offsetof] = ACTIONS(2988), + [anon_sym__Generic] = ACTIONS(2988), + [anon_sym_asm] = ACTIONS(2988), + [anon_sym___asm__] = ACTIONS(2988), + [anon_sym___asm] = ACTIONS(2988), + [aux_sym_number_literal_token1] = ACTIONS(2990), + [aux_sym_number_literal_token2] = ACTIONS(2988), + [anon_sym_L_SQUOTE] = ACTIONS(2990), + [anon_sym_u_SQUOTE] = ACTIONS(2990), + [anon_sym_U_SQUOTE] = ACTIONS(2990), + [anon_sym_u8_SQUOTE] = ACTIONS(2990), + [anon_sym_SQUOTE] = ACTIONS(2990), + [anon_sym_L_DQUOTE] = ACTIONS(2990), + [anon_sym_u_DQUOTE] = ACTIONS(2990), + [anon_sym_U_DQUOTE] = ACTIONS(2990), + [anon_sym_u8_DQUOTE] = ACTIONS(2990), + [anon_sym_DQUOTE] = ACTIONS(2990), + [sym_true] = ACTIONS(2988), + [sym_false] = ACTIONS(2988), + [anon_sym_NULL] = ACTIONS(2988), + [anon_sym_nullptr] = ACTIONS(2988), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2988), + [anon_sym_decltype] = ACTIONS(2988), + [anon_sym_explicit] = ACTIONS(2988), + [anon_sym_typename] = ACTIONS(2988), + [anon_sym_template] = ACTIONS(2988), + [anon_sym_operator] = ACTIONS(2988), + [anon_sym_try] = ACTIONS(2988), + [anon_sym_delete] = ACTIONS(2988), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_namespace] = ACTIONS(2988), + [anon_sym_using] = ACTIONS(2988), + [anon_sym_static_assert] = ACTIONS(2988), + [anon_sym_concept] = ACTIONS(2988), + [anon_sym_co_return] = ACTIONS(2988), + [anon_sym_co_yield] = ACTIONS(2988), + [anon_sym_R_DQUOTE] = ACTIONS(2990), + [anon_sym_LR_DQUOTE] = ACTIONS(2990), + [anon_sym_uR_DQUOTE] = ACTIONS(2990), + [anon_sym_UR_DQUOTE] = ACTIONS(2990), + [anon_sym_u8R_DQUOTE] = ACTIONS(2990), + [anon_sym_co_await] = ACTIONS(2988), + [anon_sym_new] = ACTIONS(2988), + [anon_sym_requires] = ACTIONS(2988), + [sym_this] = ACTIONS(2988), + }, + [717] = { + [ts_builtin_sym_end] = ACTIONS(3110), + [sym_identifier] = ACTIONS(3108), + [aux_sym_preproc_include_token1] = ACTIONS(3108), + [aux_sym_preproc_def_token1] = ACTIONS(3108), + [aux_sym_preproc_if_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3108), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3108), + [sym_preproc_directive] = ACTIONS(3108), + [anon_sym_LPAREN2] = ACTIONS(3110), + [anon_sym_BANG] = ACTIONS(3110), + [anon_sym_TILDE] = ACTIONS(3110), + [anon_sym_DASH] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3108), + [anon_sym_STAR] = ACTIONS(3110), + [anon_sym_AMP_AMP] = ACTIONS(3110), + [anon_sym_AMP] = ACTIONS(3108), + [anon_sym_SEMI] = ACTIONS(3110), + [anon_sym___extension__] = ACTIONS(3108), + [anon_sym_typedef] = ACTIONS(3108), + [anon_sym_virtual] = ACTIONS(3108), + [anon_sym_extern] = ACTIONS(3108), + [anon_sym___attribute__] = ACTIONS(3108), + [anon_sym___attribute] = ACTIONS(3108), + [anon_sym_COLON_COLON] = ACTIONS(3110), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3110), + [anon_sym___declspec] = ACTIONS(3108), + [anon_sym___based] = ACTIONS(3108), + [anon_sym___cdecl] = ACTIONS(3108), + [anon_sym___clrcall] = ACTIONS(3108), + [anon_sym___stdcall] = ACTIONS(3108), + [anon_sym___fastcall] = ACTIONS(3108), + [anon_sym___thiscall] = ACTIONS(3108), + [anon_sym___vectorcall] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3110), + [anon_sym_signed] = ACTIONS(3108), + [anon_sym_unsigned] = ACTIONS(3108), + [anon_sym_long] = ACTIONS(3108), + [anon_sym_short] = ACTIONS(3108), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_static] = ACTIONS(3108), + [anon_sym_register] = ACTIONS(3108), + [anon_sym_inline] = ACTIONS(3108), + [anon_sym___inline] = ACTIONS(3108), + [anon_sym___inline__] = ACTIONS(3108), + [anon_sym___forceinline] = ACTIONS(3108), + [anon_sym_thread_local] = ACTIONS(3108), + [anon_sym___thread] = ACTIONS(3108), + [anon_sym_const] = ACTIONS(3108), + [anon_sym_constexpr] = ACTIONS(3108), + [anon_sym_volatile] = ACTIONS(3108), + [anon_sym_restrict] = ACTIONS(3108), + [anon_sym___restrict__] = ACTIONS(3108), + [anon_sym__Atomic] = ACTIONS(3108), + [anon_sym__Noreturn] = ACTIONS(3108), + [anon_sym_noreturn] = ACTIONS(3108), + [anon_sym__Nonnull] = ACTIONS(3108), + [anon_sym_mutable] = ACTIONS(3108), + [anon_sym_constinit] = ACTIONS(3108), + [anon_sym_consteval] = ACTIONS(3108), + [anon_sym_PROGMEM] = ACTIONS(3108), + [anon_sym_alignas] = ACTIONS(3108), + [anon_sym__Alignas] = ACTIONS(3108), + [aux_sym_primitive_type_token1] = ACTIONS(3108), + [anon_sym_byte] = ACTIONS(3108), + [anon_sym_word] = ACTIONS(3108), + [anon_sym_enum] = ACTIONS(3108), + [anon_sym_class] = ACTIONS(3108), + [anon_sym_struct] = ACTIONS(3108), + [anon_sym_union] = ACTIONS(3108), + [anon_sym_if] = ACTIONS(3108), + [anon_sym_switch] = ACTIONS(3108), + [anon_sym_case] = ACTIONS(3108), + [anon_sym_default] = ACTIONS(3108), + [anon_sym_while] = ACTIONS(3108), + [anon_sym_do] = ACTIONS(3108), + [anon_sym_for] = ACTIONS(3108), + [anon_sym_return] = ACTIONS(3108), + [anon_sym_break] = ACTIONS(3108), + [anon_sym_continue] = ACTIONS(3108), + [anon_sym_goto] = ACTIONS(3108), + [anon_sym_not] = ACTIONS(3108), + [anon_sym_compl] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3110), + [anon_sym_PLUS_PLUS] = ACTIONS(3110), + [anon_sym_sizeof] = ACTIONS(3108), + [anon_sym___alignof__] = ACTIONS(3108), + [anon_sym___alignof] = ACTIONS(3108), + [anon_sym__alignof] = ACTIONS(3108), + [anon_sym_alignof] = ACTIONS(3108), + [anon_sym__Alignof] = ACTIONS(3108), + [anon_sym_offsetof] = ACTIONS(3108), + [anon_sym__Generic] = ACTIONS(3108), + [anon_sym_asm] = ACTIONS(3108), + [anon_sym___asm__] = ACTIONS(3108), + [anon_sym___asm] = ACTIONS(3108), + [aux_sym_number_literal_token1] = ACTIONS(3110), + [aux_sym_number_literal_token2] = ACTIONS(3108), + [anon_sym_L_SQUOTE] = ACTIONS(3110), + [anon_sym_u_SQUOTE] = ACTIONS(3110), + [anon_sym_U_SQUOTE] = ACTIONS(3110), + [anon_sym_u8_SQUOTE] = ACTIONS(3110), + [anon_sym_SQUOTE] = ACTIONS(3110), + [anon_sym_L_DQUOTE] = ACTIONS(3110), + [anon_sym_u_DQUOTE] = ACTIONS(3110), + [anon_sym_U_DQUOTE] = ACTIONS(3110), + [anon_sym_u8_DQUOTE] = ACTIONS(3110), + [anon_sym_DQUOTE] = ACTIONS(3110), + [sym_true] = ACTIONS(3108), + [sym_false] = ACTIONS(3108), + [anon_sym_NULL] = ACTIONS(3108), + [anon_sym_nullptr] = ACTIONS(3108), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3108), + [anon_sym_decltype] = ACTIONS(3108), + [anon_sym_explicit] = ACTIONS(3108), + [anon_sym_typename] = ACTIONS(3108), + [anon_sym_template] = ACTIONS(3108), + [anon_sym_operator] = ACTIONS(3108), + [anon_sym_try] = ACTIONS(3108), + [anon_sym_delete] = ACTIONS(3108), + [anon_sym_throw] = ACTIONS(3108), + [anon_sym_namespace] = ACTIONS(3108), + [anon_sym_using] = ACTIONS(3108), + [anon_sym_static_assert] = ACTIONS(3108), + [anon_sym_concept] = ACTIONS(3108), + [anon_sym_co_return] = ACTIONS(3108), + [anon_sym_co_yield] = ACTIONS(3108), + [anon_sym_R_DQUOTE] = ACTIONS(3110), + [anon_sym_LR_DQUOTE] = ACTIONS(3110), + [anon_sym_uR_DQUOTE] = ACTIONS(3110), + [anon_sym_UR_DQUOTE] = ACTIONS(3110), + [anon_sym_u8R_DQUOTE] = ACTIONS(3110), + [anon_sym_co_await] = ACTIONS(3108), + [anon_sym_new] = ACTIONS(3108), + [anon_sym_requires] = ACTIONS(3108), + [sym_this] = ACTIONS(3108), + }, + [718] = { + [ts_builtin_sym_end] = ACTIONS(3054), + [sym_identifier] = ACTIONS(3052), + [aux_sym_preproc_include_token1] = ACTIONS(3052), + [aux_sym_preproc_def_token1] = ACTIONS(3052), + [aux_sym_preproc_if_token1] = ACTIONS(3052), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), + [sym_preproc_directive] = ACTIONS(3052), + [anon_sym_LPAREN2] = ACTIONS(3054), + [anon_sym_BANG] = ACTIONS(3054), + [anon_sym_TILDE] = ACTIONS(3054), + [anon_sym_DASH] = ACTIONS(3052), + [anon_sym_PLUS] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_AMP] = ACTIONS(3052), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym___extension__] = ACTIONS(3052), + [anon_sym_typedef] = ACTIONS(3052), + [anon_sym_virtual] = ACTIONS(3052), + [anon_sym_extern] = ACTIONS(3052), + [anon_sym___attribute__] = ACTIONS(3052), + [anon_sym___attribute] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3054), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), + [anon_sym___declspec] = ACTIONS(3052), + [anon_sym___based] = ACTIONS(3052), + [anon_sym___cdecl] = ACTIONS(3052), + [anon_sym___clrcall] = ACTIONS(3052), + [anon_sym___stdcall] = ACTIONS(3052), + [anon_sym___fastcall] = ACTIONS(3052), + [anon_sym___thiscall] = ACTIONS(3052), + [anon_sym___vectorcall] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(3054), + [anon_sym_signed] = ACTIONS(3052), + [anon_sym_unsigned] = ACTIONS(3052), + [anon_sym_long] = ACTIONS(3052), + [anon_sym_short] = ACTIONS(3052), + [anon_sym_LBRACK] = ACTIONS(3052), + [anon_sym_static] = ACTIONS(3052), + [anon_sym_register] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym___inline] = ACTIONS(3052), + [anon_sym___inline__] = ACTIONS(3052), + [anon_sym___forceinline] = ACTIONS(3052), + [anon_sym_thread_local] = ACTIONS(3052), + [anon_sym___thread] = ACTIONS(3052), + [anon_sym_const] = ACTIONS(3052), + [anon_sym_constexpr] = ACTIONS(3052), + [anon_sym_volatile] = ACTIONS(3052), + [anon_sym_restrict] = ACTIONS(3052), + [anon_sym___restrict__] = ACTIONS(3052), + [anon_sym__Atomic] = ACTIONS(3052), + [anon_sym__Noreturn] = ACTIONS(3052), + [anon_sym_noreturn] = ACTIONS(3052), + [anon_sym__Nonnull] = ACTIONS(3052), + [anon_sym_mutable] = ACTIONS(3052), + [anon_sym_constinit] = ACTIONS(3052), + [anon_sym_consteval] = ACTIONS(3052), + [anon_sym_PROGMEM] = ACTIONS(3052), + [anon_sym_alignas] = ACTIONS(3052), + [anon_sym__Alignas] = ACTIONS(3052), + [aux_sym_primitive_type_token1] = ACTIONS(3052), + [anon_sym_byte] = ACTIONS(3052), + [anon_sym_word] = ACTIONS(3052), + [anon_sym_enum] = ACTIONS(3052), + [anon_sym_class] = ACTIONS(3052), + [anon_sym_struct] = ACTIONS(3052), + [anon_sym_union] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_switch] = ACTIONS(3052), + [anon_sym_case] = ACTIONS(3052), + [anon_sym_default] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_do] = ACTIONS(3052), + [anon_sym_for] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_goto] = ACTIONS(3052), + [anon_sym_not] = ACTIONS(3052), + [anon_sym_compl] = ACTIONS(3052), + [anon_sym_DASH_DASH] = ACTIONS(3054), + [anon_sym_PLUS_PLUS] = ACTIONS(3054), + [anon_sym_sizeof] = ACTIONS(3052), + [anon_sym___alignof__] = ACTIONS(3052), + [anon_sym___alignof] = ACTIONS(3052), + [anon_sym__alignof] = ACTIONS(3052), + [anon_sym_alignof] = ACTIONS(3052), + [anon_sym__Alignof] = ACTIONS(3052), + [anon_sym_offsetof] = ACTIONS(3052), + [anon_sym__Generic] = ACTIONS(3052), + [anon_sym_asm] = ACTIONS(3052), + [anon_sym___asm__] = ACTIONS(3052), + [anon_sym___asm] = ACTIONS(3052), + [aux_sym_number_literal_token1] = ACTIONS(3054), + [aux_sym_number_literal_token2] = ACTIONS(3052), + [anon_sym_L_SQUOTE] = ACTIONS(3054), + [anon_sym_u_SQUOTE] = ACTIONS(3054), + [anon_sym_U_SQUOTE] = ACTIONS(3054), + [anon_sym_u8_SQUOTE] = ACTIONS(3054), + [anon_sym_SQUOTE] = ACTIONS(3054), + [anon_sym_L_DQUOTE] = ACTIONS(3054), + [anon_sym_u_DQUOTE] = ACTIONS(3054), + [anon_sym_U_DQUOTE] = ACTIONS(3054), + [anon_sym_u8_DQUOTE] = ACTIONS(3054), + [anon_sym_DQUOTE] = ACTIONS(3054), + [sym_true] = ACTIONS(3052), + [sym_false] = ACTIONS(3052), + [anon_sym_NULL] = ACTIONS(3052), + [anon_sym_nullptr] = ACTIONS(3052), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3052), + [anon_sym_decltype] = ACTIONS(3052), + [anon_sym_explicit] = ACTIONS(3052), + [anon_sym_typename] = ACTIONS(3052), + [anon_sym_template] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_delete] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_namespace] = ACTIONS(3052), + [anon_sym_using] = ACTIONS(3052), + [anon_sym_static_assert] = ACTIONS(3052), + [anon_sym_concept] = ACTIONS(3052), + [anon_sym_co_return] = ACTIONS(3052), + [anon_sym_co_yield] = ACTIONS(3052), + [anon_sym_R_DQUOTE] = ACTIONS(3054), + [anon_sym_LR_DQUOTE] = ACTIONS(3054), + [anon_sym_uR_DQUOTE] = ACTIONS(3054), + [anon_sym_UR_DQUOTE] = ACTIONS(3054), + [anon_sym_u8R_DQUOTE] = ACTIONS(3054), + [anon_sym_co_await] = ACTIONS(3052), + [anon_sym_new] = ACTIONS(3052), + [anon_sym_requires] = ACTIONS(3052), + [sym_this] = ACTIONS(3052), + }, + [719] = { [ts_builtin_sym_end] = ACTIONS(3058), [sym_identifier] = ACTIONS(3056), [aux_sym_preproc_include_token1] = ACTIONS(3056), @@ -144088,2491 +147124,2629 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3056), [sym_this] = ACTIONS(3056), }, - [698] = { - [ts_builtin_sym_end] = ACTIONS(3054), - [sym_identifier] = ACTIONS(3052), - [aux_sym_preproc_include_token1] = ACTIONS(3052), - [aux_sym_preproc_def_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), - [sym_preproc_directive] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_BANG] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_DASH] = ACTIONS(3052), - [anon_sym_PLUS] = ACTIONS(3052), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym___extension__] = ACTIONS(3052), - [anon_sym_typedef] = ACTIONS(3052), - [anon_sym_virtual] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym___attribute__] = ACTIONS(3052), - [anon_sym___attribute] = ACTIONS(3052), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3052), - [anon_sym___based] = ACTIONS(3052), - [anon_sym___cdecl] = ACTIONS(3052), - [anon_sym___clrcall] = ACTIONS(3052), - [anon_sym___stdcall] = ACTIONS(3052), - [anon_sym___fastcall] = ACTIONS(3052), - [anon_sym___thiscall] = ACTIONS(3052), - [anon_sym___vectorcall] = ACTIONS(3052), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3052), - [anon_sym_unsigned] = ACTIONS(3052), - [anon_sym_long] = ACTIONS(3052), - [anon_sym_short] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_register] = ACTIONS(3052), - [anon_sym_inline] = ACTIONS(3052), - [anon_sym___inline] = ACTIONS(3052), - [anon_sym___inline__] = ACTIONS(3052), - [anon_sym___forceinline] = ACTIONS(3052), - [anon_sym_thread_local] = ACTIONS(3052), - [anon_sym___thread] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_constexpr] = ACTIONS(3052), - [anon_sym_volatile] = ACTIONS(3052), - [anon_sym_restrict] = ACTIONS(3052), - [anon_sym___restrict__] = ACTIONS(3052), - [anon_sym__Atomic] = ACTIONS(3052), - [anon_sym__Noreturn] = ACTIONS(3052), - [anon_sym_noreturn] = ACTIONS(3052), - [anon_sym__Nonnull] = ACTIONS(3052), - [anon_sym_mutable] = ACTIONS(3052), - [anon_sym_constinit] = ACTIONS(3052), - [anon_sym_consteval] = ACTIONS(3052), - [anon_sym_PROGMEM] = ACTIONS(3052), - [anon_sym_alignas] = ACTIONS(3052), - [anon_sym__Alignas] = ACTIONS(3052), - [aux_sym_primitive_type_token1] = ACTIONS(3052), - [anon_sym_byte] = ACTIONS(3052), - [anon_sym_word] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_class] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), - [anon_sym_if] = ACTIONS(3052), - [anon_sym_switch] = ACTIONS(3052), - [anon_sym_case] = ACTIONS(3052), - [anon_sym_default] = ACTIONS(3052), - [anon_sym_while] = ACTIONS(3052), - [anon_sym_do] = ACTIONS(3052), - [anon_sym_for] = ACTIONS(3052), - [anon_sym_return] = ACTIONS(3052), - [anon_sym_break] = ACTIONS(3052), - [anon_sym_continue] = ACTIONS(3052), - [anon_sym_goto] = ACTIONS(3052), - [anon_sym_not] = ACTIONS(3052), - [anon_sym_compl] = ACTIONS(3052), - [anon_sym_DASH_DASH] = ACTIONS(3054), - [anon_sym_PLUS_PLUS] = ACTIONS(3054), - [anon_sym_sizeof] = ACTIONS(3052), - [anon_sym___alignof__] = ACTIONS(3052), - [anon_sym___alignof] = ACTIONS(3052), - [anon_sym__alignof] = ACTIONS(3052), - [anon_sym_alignof] = ACTIONS(3052), - [anon_sym__Alignof] = ACTIONS(3052), - [anon_sym_offsetof] = ACTIONS(3052), - [anon_sym__Generic] = ACTIONS(3052), - [anon_sym_asm] = ACTIONS(3052), - [anon_sym___asm__] = ACTIONS(3052), - [anon_sym___asm] = ACTIONS(3052), - [aux_sym_number_literal_token1] = ACTIONS(3054), - [aux_sym_number_literal_token2] = ACTIONS(3052), - [anon_sym_L_SQUOTE] = ACTIONS(3054), - [anon_sym_u_SQUOTE] = ACTIONS(3054), - [anon_sym_U_SQUOTE] = ACTIONS(3054), - [anon_sym_u8_SQUOTE] = ACTIONS(3054), - [anon_sym_SQUOTE] = ACTIONS(3054), - [anon_sym_L_DQUOTE] = ACTIONS(3054), - [anon_sym_u_DQUOTE] = ACTIONS(3054), - [anon_sym_U_DQUOTE] = ACTIONS(3054), - [anon_sym_u8_DQUOTE] = ACTIONS(3054), - [anon_sym_DQUOTE] = ACTIONS(3054), - [sym_true] = ACTIONS(3052), - [sym_false] = ACTIONS(3052), - [anon_sym_NULL] = ACTIONS(3052), - [anon_sym_nullptr] = ACTIONS(3052), + [720] = { + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3175), + [aux_sym_preproc_include_token1] = ACTIONS(3175), + [aux_sym_preproc_def_token1] = ACTIONS(3175), + [aux_sym_preproc_if_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3175), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3175), + [sym_preproc_directive] = ACTIONS(3175), + [anon_sym_LPAREN2] = ACTIONS(3177), + [anon_sym_BANG] = ACTIONS(3177), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3177), + [anon_sym___extension__] = ACTIONS(3175), + [anon_sym_typedef] = ACTIONS(3175), + [anon_sym_virtual] = ACTIONS(3175), + [anon_sym_extern] = ACTIONS(3175), + [anon_sym___attribute__] = ACTIONS(3175), + [anon_sym___attribute] = ACTIONS(3175), + [anon_sym_COLON_COLON] = ACTIONS(3177), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3177), + [anon_sym___declspec] = ACTIONS(3175), + [anon_sym___based] = ACTIONS(3175), + [anon_sym___cdecl] = ACTIONS(3175), + [anon_sym___clrcall] = ACTIONS(3175), + [anon_sym___stdcall] = ACTIONS(3175), + [anon_sym___fastcall] = ACTIONS(3175), + [anon_sym___thiscall] = ACTIONS(3175), + [anon_sym___vectorcall] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_signed] = ACTIONS(3175), + [anon_sym_unsigned] = ACTIONS(3175), + [anon_sym_long] = ACTIONS(3175), + [anon_sym_short] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_static] = ACTIONS(3175), + [anon_sym_register] = ACTIONS(3175), + [anon_sym_inline] = ACTIONS(3175), + [anon_sym___inline] = ACTIONS(3175), + [anon_sym___inline__] = ACTIONS(3175), + [anon_sym___forceinline] = ACTIONS(3175), + [anon_sym_thread_local] = ACTIONS(3175), + [anon_sym___thread] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_constexpr] = ACTIONS(3175), + [anon_sym_volatile] = ACTIONS(3175), + [anon_sym_restrict] = ACTIONS(3175), + [anon_sym___restrict__] = ACTIONS(3175), + [anon_sym__Atomic] = ACTIONS(3175), + [anon_sym__Noreturn] = ACTIONS(3175), + [anon_sym_noreturn] = ACTIONS(3175), + [anon_sym__Nonnull] = ACTIONS(3175), + [anon_sym_mutable] = ACTIONS(3175), + [anon_sym_constinit] = ACTIONS(3175), + [anon_sym_consteval] = ACTIONS(3175), + [anon_sym_PROGMEM] = ACTIONS(3175), + [anon_sym_alignas] = ACTIONS(3175), + [anon_sym__Alignas] = ACTIONS(3175), + [aux_sym_primitive_type_token1] = ACTIONS(3175), + [anon_sym_byte] = ACTIONS(3175), + [anon_sym_word] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_class] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_switch] = ACTIONS(3175), + [anon_sym_case] = ACTIONS(3175), + [anon_sym_default] = ACTIONS(3175), + [anon_sym_while] = ACTIONS(3175), + [anon_sym_do] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym_not] = ACTIONS(3175), + [anon_sym_compl] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_sizeof] = ACTIONS(3175), + [anon_sym___alignof__] = ACTIONS(3175), + [anon_sym___alignof] = ACTIONS(3175), + [anon_sym__alignof] = ACTIONS(3175), + [anon_sym_alignof] = ACTIONS(3175), + [anon_sym__Alignof] = ACTIONS(3175), + [anon_sym_offsetof] = ACTIONS(3175), + [anon_sym__Generic] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym___asm__] = ACTIONS(3175), + [anon_sym___asm] = ACTIONS(3175), + [aux_sym_number_literal_token1] = ACTIONS(3177), + [aux_sym_number_literal_token2] = ACTIONS(3175), + [anon_sym_L_SQUOTE] = ACTIONS(3177), + [anon_sym_u_SQUOTE] = ACTIONS(3177), + [anon_sym_U_SQUOTE] = ACTIONS(3177), + [anon_sym_u8_SQUOTE] = ACTIONS(3177), + [anon_sym_SQUOTE] = ACTIONS(3177), + [anon_sym_L_DQUOTE] = ACTIONS(3177), + [anon_sym_u_DQUOTE] = ACTIONS(3177), + [anon_sym_U_DQUOTE] = ACTIONS(3177), + [anon_sym_u8_DQUOTE] = ACTIONS(3177), + [anon_sym_DQUOTE] = ACTIONS(3177), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [anon_sym_NULL] = ACTIONS(3175), + [anon_sym_nullptr] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3175), + [anon_sym_decltype] = ACTIONS(3175), + [anon_sym_explicit] = ACTIONS(3175), + [anon_sym_typename] = ACTIONS(3175), + [anon_sym_template] = ACTIONS(3175), + [anon_sym_operator] = ACTIONS(3175), + [anon_sym_try] = ACTIONS(3175), + [anon_sym_delete] = ACTIONS(3175), + [anon_sym_throw] = ACTIONS(3175), + [anon_sym_namespace] = ACTIONS(3175), + [anon_sym_using] = ACTIONS(3175), + [anon_sym_static_assert] = ACTIONS(3175), + [anon_sym_concept] = ACTIONS(3175), + [anon_sym_co_return] = ACTIONS(3175), + [anon_sym_co_yield] = ACTIONS(3175), + [anon_sym_R_DQUOTE] = ACTIONS(3177), + [anon_sym_LR_DQUOTE] = ACTIONS(3177), + [anon_sym_uR_DQUOTE] = ACTIONS(3177), + [anon_sym_UR_DQUOTE] = ACTIONS(3177), + [anon_sym_u8R_DQUOTE] = ACTIONS(3177), + [anon_sym_co_await] = ACTIONS(3175), + [anon_sym_new] = ACTIONS(3175), + [anon_sym_requires] = ACTIONS(3175), + [sym_this] = ACTIONS(3175), + }, + [721] = { + [ts_builtin_sym_end] = ACTIONS(2947), + [sym_identifier] = ACTIONS(2945), + [aux_sym_preproc_include_token1] = ACTIONS(2945), + [aux_sym_preproc_def_token1] = ACTIONS(2945), + [aux_sym_preproc_if_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2945), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2945), + [sym_preproc_directive] = ACTIONS(2945), + [anon_sym_LPAREN2] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2945), + [anon_sym_PLUS] = ACTIONS(2945), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2945), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym___extension__] = ACTIONS(2945), + [anon_sym_typedef] = ACTIONS(2945), + [anon_sym_virtual] = ACTIONS(2945), + [anon_sym_extern] = ACTIONS(2945), + [anon_sym___attribute__] = ACTIONS(2945), + [anon_sym___attribute] = ACTIONS(2945), + [anon_sym_COLON_COLON] = ACTIONS(2947), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2947), + [anon_sym___declspec] = ACTIONS(2945), + [anon_sym___based] = ACTIONS(2945), + [anon_sym___cdecl] = ACTIONS(2945), + [anon_sym___clrcall] = ACTIONS(2945), + [anon_sym___stdcall] = ACTIONS(2945), + [anon_sym___fastcall] = ACTIONS(2945), + [anon_sym___thiscall] = ACTIONS(2945), + [anon_sym___vectorcall] = ACTIONS(2945), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_signed] = ACTIONS(2945), + [anon_sym_unsigned] = ACTIONS(2945), + [anon_sym_long] = ACTIONS(2945), + [anon_sym_short] = ACTIONS(2945), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_static] = ACTIONS(2945), + [anon_sym_register] = ACTIONS(2945), + [anon_sym_inline] = ACTIONS(2945), + [anon_sym___inline] = ACTIONS(2945), + [anon_sym___inline__] = ACTIONS(2945), + [anon_sym___forceinline] = ACTIONS(2945), + [anon_sym_thread_local] = ACTIONS(2945), + [anon_sym___thread] = ACTIONS(2945), + [anon_sym_const] = ACTIONS(2945), + [anon_sym_constexpr] = ACTIONS(2945), + [anon_sym_volatile] = ACTIONS(2945), + [anon_sym_restrict] = ACTIONS(2945), + [anon_sym___restrict__] = ACTIONS(2945), + [anon_sym__Atomic] = ACTIONS(2945), + [anon_sym__Noreturn] = ACTIONS(2945), + [anon_sym_noreturn] = ACTIONS(2945), + [anon_sym__Nonnull] = ACTIONS(2945), + [anon_sym_mutable] = ACTIONS(2945), + [anon_sym_constinit] = ACTIONS(2945), + [anon_sym_consteval] = ACTIONS(2945), + [anon_sym_PROGMEM] = ACTIONS(2945), + [anon_sym_alignas] = ACTIONS(2945), + [anon_sym__Alignas] = ACTIONS(2945), + [aux_sym_primitive_type_token1] = ACTIONS(2945), + [anon_sym_byte] = ACTIONS(2945), + [anon_sym_word] = ACTIONS(2945), + [anon_sym_enum] = ACTIONS(2945), + [anon_sym_class] = ACTIONS(2945), + [anon_sym_struct] = ACTIONS(2945), + [anon_sym_union] = ACTIONS(2945), + [anon_sym_if] = ACTIONS(2945), + [anon_sym_switch] = ACTIONS(2945), + [anon_sym_case] = ACTIONS(2945), + [anon_sym_default] = ACTIONS(2945), + [anon_sym_while] = ACTIONS(2945), + [anon_sym_do] = ACTIONS(2945), + [anon_sym_for] = ACTIONS(2945), + [anon_sym_return] = ACTIONS(2945), + [anon_sym_break] = ACTIONS(2945), + [anon_sym_continue] = ACTIONS(2945), + [anon_sym_goto] = ACTIONS(2945), + [anon_sym_not] = ACTIONS(2945), + [anon_sym_compl] = ACTIONS(2945), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_sizeof] = ACTIONS(2945), + [anon_sym___alignof__] = ACTIONS(2945), + [anon_sym___alignof] = ACTIONS(2945), + [anon_sym__alignof] = ACTIONS(2945), + [anon_sym_alignof] = ACTIONS(2945), + [anon_sym__Alignof] = ACTIONS(2945), + [anon_sym_offsetof] = ACTIONS(2945), + [anon_sym__Generic] = ACTIONS(2945), + [anon_sym_asm] = ACTIONS(2945), + [anon_sym___asm__] = ACTIONS(2945), + [anon_sym___asm] = ACTIONS(2945), + [aux_sym_number_literal_token1] = ACTIONS(2947), + [aux_sym_number_literal_token2] = ACTIONS(2945), + [anon_sym_L_SQUOTE] = ACTIONS(2947), + [anon_sym_u_SQUOTE] = ACTIONS(2947), + [anon_sym_U_SQUOTE] = ACTIONS(2947), + [anon_sym_u8_SQUOTE] = ACTIONS(2947), + [anon_sym_SQUOTE] = ACTIONS(2947), + [anon_sym_L_DQUOTE] = ACTIONS(2947), + [anon_sym_u_DQUOTE] = ACTIONS(2947), + [anon_sym_U_DQUOTE] = ACTIONS(2947), + [anon_sym_u8_DQUOTE] = ACTIONS(2947), + [anon_sym_DQUOTE] = ACTIONS(2947), + [sym_true] = ACTIONS(2945), + [sym_false] = ACTIONS(2945), + [anon_sym_NULL] = ACTIONS(2945), + [anon_sym_nullptr] = ACTIONS(2945), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2945), + [anon_sym_decltype] = ACTIONS(2945), + [anon_sym_explicit] = ACTIONS(2945), + [anon_sym_typename] = ACTIONS(2945), + [anon_sym_template] = ACTIONS(2945), + [anon_sym_operator] = ACTIONS(2945), + [anon_sym_try] = ACTIONS(2945), + [anon_sym_delete] = ACTIONS(2945), + [anon_sym_throw] = ACTIONS(2945), + [anon_sym_namespace] = ACTIONS(2945), + [anon_sym_using] = ACTIONS(2945), + [anon_sym_static_assert] = ACTIONS(2945), + [anon_sym_concept] = ACTIONS(2945), + [anon_sym_co_return] = ACTIONS(2945), + [anon_sym_co_yield] = ACTIONS(2945), + [anon_sym_R_DQUOTE] = ACTIONS(2947), + [anon_sym_LR_DQUOTE] = ACTIONS(2947), + [anon_sym_uR_DQUOTE] = ACTIONS(2947), + [anon_sym_UR_DQUOTE] = ACTIONS(2947), + [anon_sym_u8R_DQUOTE] = ACTIONS(2947), + [anon_sym_co_await] = ACTIONS(2945), + [anon_sym_new] = ACTIONS(2945), + [anon_sym_requires] = ACTIONS(2945), + [sym_this] = ACTIONS(2945), + }, + [722] = { + [ts_builtin_sym_end] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_include_token1] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym___cdecl] = ACTIONS(3179), + [anon_sym___clrcall] = ACTIONS(3179), + [anon_sym___stdcall] = ACTIONS(3179), + [anon_sym___fastcall] = ACTIONS(3179), + [anon_sym___thiscall] = ACTIONS(3179), + [anon_sym___vectorcall] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_switch] = ACTIONS(3179), + [anon_sym_case] = ACTIONS(3179), + [anon_sym_default] = ACTIONS(3179), + [anon_sym_while] = ACTIONS(3179), + [anon_sym_do] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_not] = ACTIONS(3179), + [anon_sym_compl] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_sizeof] = ACTIONS(3179), + [anon_sym___alignof__] = ACTIONS(3179), + [anon_sym___alignof] = ACTIONS(3179), + [anon_sym__alignof] = ACTIONS(3179), + [anon_sym_alignof] = ACTIONS(3179), + [anon_sym__Alignof] = ACTIONS(3179), + [anon_sym_offsetof] = ACTIONS(3179), + [anon_sym__Generic] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym___asm__] = ACTIONS(3179), + [anon_sym___asm] = ACTIONS(3179), + [aux_sym_number_literal_token1] = ACTIONS(3181), + [aux_sym_number_literal_token2] = ACTIONS(3179), + [anon_sym_L_SQUOTE] = ACTIONS(3181), + [anon_sym_u_SQUOTE] = ACTIONS(3181), + [anon_sym_U_SQUOTE] = ACTIONS(3181), + [anon_sym_u8_SQUOTE] = ACTIONS(3181), + [anon_sym_SQUOTE] = ACTIONS(3181), + [anon_sym_L_DQUOTE] = ACTIONS(3181), + [anon_sym_u_DQUOTE] = ACTIONS(3181), + [anon_sym_U_DQUOTE] = ACTIONS(3181), + [anon_sym_u8_DQUOTE] = ACTIONS(3181), + [anon_sym_DQUOTE] = ACTIONS(3181), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [anon_sym_NULL] = ACTIONS(3179), + [anon_sym_nullptr] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_try] = ACTIONS(3179), + [anon_sym_delete] = ACTIONS(3179), + [anon_sym_throw] = ACTIONS(3179), + [anon_sym_namespace] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + [anon_sym_concept] = ACTIONS(3179), + [anon_sym_co_return] = ACTIONS(3179), + [anon_sym_co_yield] = ACTIONS(3179), + [anon_sym_R_DQUOTE] = ACTIONS(3181), + [anon_sym_LR_DQUOTE] = ACTIONS(3181), + [anon_sym_uR_DQUOTE] = ACTIONS(3181), + [anon_sym_UR_DQUOTE] = ACTIONS(3181), + [anon_sym_u8R_DQUOTE] = ACTIONS(3181), + [anon_sym_co_await] = ACTIONS(3179), + [anon_sym_new] = ACTIONS(3179), + [anon_sym_requires] = ACTIONS(3179), + [sym_this] = ACTIONS(3179), + }, + [723] = { + [ts_builtin_sym_end] = ACTIONS(2951), + [sym_identifier] = ACTIONS(2949), + [aux_sym_preproc_include_token1] = ACTIONS(2949), + [aux_sym_preproc_def_token1] = ACTIONS(2949), + [aux_sym_preproc_if_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2949), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2949), + [sym_preproc_directive] = ACTIONS(2949), + [anon_sym_LPAREN2] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2949), + [anon_sym_PLUS] = ACTIONS(2949), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym___extension__] = ACTIONS(2949), + [anon_sym_typedef] = ACTIONS(2949), + [anon_sym_virtual] = ACTIONS(2949), + [anon_sym_extern] = ACTIONS(2949), + [anon_sym___attribute__] = ACTIONS(2949), + [anon_sym___attribute] = ACTIONS(2949), + [anon_sym_COLON_COLON] = ACTIONS(2951), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2951), + [anon_sym___declspec] = ACTIONS(2949), + [anon_sym___based] = ACTIONS(2949), + [anon_sym___cdecl] = ACTIONS(2949), + [anon_sym___clrcall] = ACTIONS(2949), + [anon_sym___stdcall] = ACTIONS(2949), + [anon_sym___fastcall] = ACTIONS(2949), + [anon_sym___thiscall] = ACTIONS(2949), + [anon_sym___vectorcall] = ACTIONS(2949), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_signed] = ACTIONS(2949), + [anon_sym_unsigned] = ACTIONS(2949), + [anon_sym_long] = ACTIONS(2949), + [anon_sym_short] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_static] = ACTIONS(2949), + [anon_sym_register] = ACTIONS(2949), + [anon_sym_inline] = ACTIONS(2949), + [anon_sym___inline] = ACTIONS(2949), + [anon_sym___inline__] = ACTIONS(2949), + [anon_sym___forceinline] = ACTIONS(2949), + [anon_sym_thread_local] = ACTIONS(2949), + [anon_sym___thread] = ACTIONS(2949), + [anon_sym_const] = ACTIONS(2949), + [anon_sym_constexpr] = ACTIONS(2949), + [anon_sym_volatile] = ACTIONS(2949), + [anon_sym_restrict] = ACTIONS(2949), + [anon_sym___restrict__] = ACTIONS(2949), + [anon_sym__Atomic] = ACTIONS(2949), + [anon_sym__Noreturn] = ACTIONS(2949), + [anon_sym_noreturn] = ACTIONS(2949), + [anon_sym__Nonnull] = ACTIONS(2949), + [anon_sym_mutable] = ACTIONS(2949), + [anon_sym_constinit] = ACTIONS(2949), + [anon_sym_consteval] = ACTIONS(2949), + [anon_sym_PROGMEM] = ACTIONS(2949), + [anon_sym_alignas] = ACTIONS(2949), + [anon_sym__Alignas] = ACTIONS(2949), + [aux_sym_primitive_type_token1] = ACTIONS(2949), + [anon_sym_byte] = ACTIONS(2949), + [anon_sym_word] = ACTIONS(2949), + [anon_sym_enum] = ACTIONS(2949), + [anon_sym_class] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2949), + [anon_sym_union] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2949), + [anon_sym_switch] = ACTIONS(2949), + [anon_sym_case] = ACTIONS(2949), + [anon_sym_default] = ACTIONS(2949), + [anon_sym_while] = ACTIONS(2949), + [anon_sym_do] = ACTIONS(2949), + [anon_sym_for] = ACTIONS(2949), + [anon_sym_return] = ACTIONS(2949), + [anon_sym_break] = ACTIONS(2949), + [anon_sym_continue] = ACTIONS(2949), + [anon_sym_goto] = ACTIONS(2949), + [anon_sym_not] = ACTIONS(2949), + [anon_sym_compl] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_sizeof] = ACTIONS(2949), + [anon_sym___alignof__] = ACTIONS(2949), + [anon_sym___alignof] = ACTIONS(2949), + [anon_sym__alignof] = ACTIONS(2949), + [anon_sym_alignof] = ACTIONS(2949), + [anon_sym__Alignof] = ACTIONS(2949), + [anon_sym_offsetof] = ACTIONS(2949), + [anon_sym__Generic] = ACTIONS(2949), + [anon_sym_asm] = ACTIONS(2949), + [anon_sym___asm__] = ACTIONS(2949), + [anon_sym___asm] = ACTIONS(2949), + [aux_sym_number_literal_token1] = ACTIONS(2951), + [aux_sym_number_literal_token2] = ACTIONS(2949), + [anon_sym_L_SQUOTE] = ACTIONS(2951), + [anon_sym_u_SQUOTE] = ACTIONS(2951), + [anon_sym_U_SQUOTE] = ACTIONS(2951), + [anon_sym_u8_SQUOTE] = ACTIONS(2951), + [anon_sym_SQUOTE] = ACTIONS(2951), + [anon_sym_L_DQUOTE] = ACTIONS(2951), + [anon_sym_u_DQUOTE] = ACTIONS(2951), + [anon_sym_U_DQUOTE] = ACTIONS(2951), + [anon_sym_u8_DQUOTE] = ACTIONS(2951), + [anon_sym_DQUOTE] = ACTIONS(2951), + [sym_true] = ACTIONS(2949), + [sym_false] = ACTIONS(2949), + [anon_sym_NULL] = ACTIONS(2949), + [anon_sym_nullptr] = ACTIONS(2949), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2949), + [anon_sym_decltype] = ACTIONS(2949), + [anon_sym_explicit] = ACTIONS(2949), + [anon_sym_typename] = ACTIONS(2949), + [anon_sym_template] = ACTIONS(2949), + [anon_sym_operator] = ACTIONS(2949), + [anon_sym_try] = ACTIONS(2949), + [anon_sym_delete] = ACTIONS(2949), + [anon_sym_throw] = ACTIONS(2949), + [anon_sym_namespace] = ACTIONS(2949), + [anon_sym_using] = ACTIONS(2949), + [anon_sym_static_assert] = ACTIONS(2949), + [anon_sym_concept] = ACTIONS(2949), + [anon_sym_co_return] = ACTIONS(2949), + [anon_sym_co_yield] = ACTIONS(2949), + [anon_sym_R_DQUOTE] = ACTIONS(2951), + [anon_sym_LR_DQUOTE] = ACTIONS(2951), + [anon_sym_uR_DQUOTE] = ACTIONS(2951), + [anon_sym_UR_DQUOTE] = ACTIONS(2951), + [anon_sym_u8R_DQUOTE] = ACTIONS(2951), + [anon_sym_co_await] = ACTIONS(2949), + [anon_sym_new] = ACTIONS(2949), + [anon_sym_requires] = ACTIONS(2949), + [sym_this] = ACTIONS(2949), + }, + [724] = { + [ts_builtin_sym_end] = ACTIONS(3014), + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_include_token1] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_BANG] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_DASH] = ACTIONS(3012), + [anon_sym_PLUS] = ACTIONS(3012), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym___cdecl] = ACTIONS(3012), + [anon_sym___clrcall] = ACTIONS(3012), + [anon_sym___stdcall] = ACTIONS(3012), + [anon_sym___fastcall] = ACTIONS(3012), + [anon_sym___thiscall] = ACTIONS(3012), + [anon_sym___vectorcall] = ACTIONS(3012), + [anon_sym_LBRACE] = ACTIONS(3014), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [anon_sym_if] = ACTIONS(3012), + [anon_sym_switch] = ACTIONS(3012), + [anon_sym_case] = ACTIONS(3012), + [anon_sym_default] = ACTIONS(3012), + [anon_sym_while] = ACTIONS(3012), + [anon_sym_do] = ACTIONS(3012), + [anon_sym_for] = ACTIONS(3012), + [anon_sym_return] = ACTIONS(3012), + [anon_sym_break] = ACTIONS(3012), + [anon_sym_continue] = ACTIONS(3012), + [anon_sym_goto] = ACTIONS(3012), + [anon_sym_not] = ACTIONS(3012), + [anon_sym_compl] = ACTIONS(3012), + [anon_sym_DASH_DASH] = ACTIONS(3014), + [anon_sym_PLUS_PLUS] = ACTIONS(3014), + [anon_sym_sizeof] = ACTIONS(3012), + [anon_sym___alignof__] = ACTIONS(3012), + [anon_sym___alignof] = ACTIONS(3012), + [anon_sym__alignof] = ACTIONS(3012), + [anon_sym_alignof] = ACTIONS(3012), + [anon_sym__Alignof] = ACTIONS(3012), + [anon_sym_offsetof] = ACTIONS(3012), + [anon_sym__Generic] = ACTIONS(3012), + [anon_sym_asm] = ACTIONS(3012), + [anon_sym___asm__] = ACTIONS(3012), + [anon_sym___asm] = ACTIONS(3012), + [aux_sym_number_literal_token1] = ACTIONS(3014), + [aux_sym_number_literal_token2] = ACTIONS(3012), + [anon_sym_L_SQUOTE] = ACTIONS(3014), + [anon_sym_u_SQUOTE] = ACTIONS(3014), + [anon_sym_U_SQUOTE] = ACTIONS(3014), + [anon_sym_u8_SQUOTE] = ACTIONS(3014), + [anon_sym_SQUOTE] = ACTIONS(3014), + [anon_sym_L_DQUOTE] = ACTIONS(3014), + [anon_sym_u_DQUOTE] = ACTIONS(3014), + [anon_sym_U_DQUOTE] = ACTIONS(3014), + [anon_sym_u8_DQUOTE] = ACTIONS(3014), + [anon_sym_DQUOTE] = ACTIONS(3014), + [sym_true] = ACTIONS(3012), + [sym_false] = ACTIONS(3012), + [anon_sym_NULL] = ACTIONS(3012), + [anon_sym_nullptr] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_try] = ACTIONS(3012), + [anon_sym_delete] = ACTIONS(3012), + [anon_sym_throw] = ACTIONS(3012), + [anon_sym_namespace] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), + [anon_sym_concept] = ACTIONS(3012), + [anon_sym_co_return] = ACTIONS(3012), + [anon_sym_co_yield] = ACTIONS(3012), + [anon_sym_R_DQUOTE] = ACTIONS(3014), + [anon_sym_LR_DQUOTE] = ACTIONS(3014), + [anon_sym_uR_DQUOTE] = ACTIONS(3014), + [anon_sym_UR_DQUOTE] = ACTIONS(3014), + [anon_sym_u8R_DQUOTE] = ACTIONS(3014), + [anon_sym_co_await] = ACTIONS(3012), + [anon_sym_new] = ACTIONS(3012), + [anon_sym_requires] = ACTIONS(3012), + [sym_this] = ACTIONS(3012), + }, + [725] = { + [ts_builtin_sym_end] = ACTIONS(2955), + [sym_identifier] = ACTIONS(2953), + [aux_sym_preproc_include_token1] = ACTIONS(2953), + [aux_sym_preproc_def_token1] = ACTIONS(2953), + [aux_sym_preproc_if_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2953), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2953), + [sym_preproc_directive] = ACTIONS(2953), + [anon_sym_LPAREN2] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2953), + [anon_sym_PLUS] = ACTIONS(2953), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym___extension__] = ACTIONS(2953), + [anon_sym_typedef] = ACTIONS(2953), + [anon_sym_virtual] = ACTIONS(2953), + [anon_sym_extern] = ACTIONS(2953), + [anon_sym___attribute__] = ACTIONS(2953), + [anon_sym___attribute] = ACTIONS(2953), + [anon_sym_COLON_COLON] = ACTIONS(2955), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2955), + [anon_sym___declspec] = ACTIONS(2953), + [anon_sym___based] = ACTIONS(2953), + [anon_sym___cdecl] = ACTIONS(2953), + [anon_sym___clrcall] = ACTIONS(2953), + [anon_sym___stdcall] = ACTIONS(2953), + [anon_sym___fastcall] = ACTIONS(2953), + [anon_sym___thiscall] = ACTIONS(2953), + [anon_sym___vectorcall] = ACTIONS(2953), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_signed] = ACTIONS(2953), + [anon_sym_unsigned] = ACTIONS(2953), + [anon_sym_long] = ACTIONS(2953), + [anon_sym_short] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_static] = ACTIONS(2953), + [anon_sym_register] = ACTIONS(2953), + [anon_sym_inline] = ACTIONS(2953), + [anon_sym___inline] = ACTIONS(2953), + [anon_sym___inline__] = ACTIONS(2953), + [anon_sym___forceinline] = ACTIONS(2953), + [anon_sym_thread_local] = ACTIONS(2953), + [anon_sym___thread] = ACTIONS(2953), + [anon_sym_const] = ACTIONS(2953), + [anon_sym_constexpr] = ACTIONS(2953), + [anon_sym_volatile] = ACTIONS(2953), + [anon_sym_restrict] = ACTIONS(2953), + [anon_sym___restrict__] = ACTIONS(2953), + [anon_sym__Atomic] = ACTIONS(2953), + [anon_sym__Noreturn] = ACTIONS(2953), + [anon_sym_noreturn] = ACTIONS(2953), + [anon_sym__Nonnull] = ACTIONS(2953), + [anon_sym_mutable] = ACTIONS(2953), + [anon_sym_constinit] = ACTIONS(2953), + [anon_sym_consteval] = ACTIONS(2953), + [anon_sym_PROGMEM] = ACTIONS(2953), + [anon_sym_alignas] = ACTIONS(2953), + [anon_sym__Alignas] = ACTIONS(2953), + [aux_sym_primitive_type_token1] = ACTIONS(2953), + [anon_sym_byte] = ACTIONS(2953), + [anon_sym_word] = ACTIONS(2953), + [anon_sym_enum] = ACTIONS(2953), + [anon_sym_class] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2953), + [anon_sym_union] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2953), + [anon_sym_switch] = ACTIONS(2953), + [anon_sym_case] = ACTIONS(2953), + [anon_sym_default] = ACTIONS(2953), + [anon_sym_while] = ACTIONS(2953), + [anon_sym_do] = ACTIONS(2953), + [anon_sym_for] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2953), + [anon_sym_break] = ACTIONS(2953), + [anon_sym_continue] = ACTIONS(2953), + [anon_sym_goto] = ACTIONS(2953), + [anon_sym_not] = ACTIONS(2953), + [anon_sym_compl] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_sizeof] = ACTIONS(2953), + [anon_sym___alignof__] = ACTIONS(2953), + [anon_sym___alignof] = ACTIONS(2953), + [anon_sym__alignof] = ACTIONS(2953), + [anon_sym_alignof] = ACTIONS(2953), + [anon_sym__Alignof] = ACTIONS(2953), + [anon_sym_offsetof] = ACTIONS(2953), + [anon_sym__Generic] = ACTIONS(2953), + [anon_sym_asm] = ACTIONS(2953), + [anon_sym___asm__] = ACTIONS(2953), + [anon_sym___asm] = ACTIONS(2953), + [aux_sym_number_literal_token1] = ACTIONS(2955), + [aux_sym_number_literal_token2] = ACTIONS(2953), + [anon_sym_L_SQUOTE] = ACTIONS(2955), + [anon_sym_u_SQUOTE] = ACTIONS(2955), + [anon_sym_U_SQUOTE] = ACTIONS(2955), + [anon_sym_u8_SQUOTE] = ACTIONS(2955), + [anon_sym_SQUOTE] = ACTIONS(2955), + [anon_sym_L_DQUOTE] = ACTIONS(2955), + [anon_sym_u_DQUOTE] = ACTIONS(2955), + [anon_sym_U_DQUOTE] = ACTIONS(2955), + [anon_sym_u8_DQUOTE] = ACTIONS(2955), + [anon_sym_DQUOTE] = ACTIONS(2955), + [sym_true] = ACTIONS(2953), + [sym_false] = ACTIONS(2953), + [anon_sym_NULL] = ACTIONS(2953), + [anon_sym_nullptr] = ACTIONS(2953), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2953), + [anon_sym_decltype] = ACTIONS(2953), + [anon_sym_explicit] = ACTIONS(2953), + [anon_sym_typename] = ACTIONS(2953), + [anon_sym_template] = ACTIONS(2953), + [anon_sym_operator] = ACTIONS(2953), + [anon_sym_try] = ACTIONS(2953), + [anon_sym_delete] = ACTIONS(2953), + [anon_sym_throw] = ACTIONS(2953), + [anon_sym_namespace] = ACTIONS(2953), + [anon_sym_using] = ACTIONS(2953), + [anon_sym_static_assert] = ACTIONS(2953), + [anon_sym_concept] = ACTIONS(2953), + [anon_sym_co_return] = ACTIONS(2953), + [anon_sym_co_yield] = ACTIONS(2953), + [anon_sym_R_DQUOTE] = ACTIONS(2955), + [anon_sym_LR_DQUOTE] = ACTIONS(2955), + [anon_sym_uR_DQUOTE] = ACTIONS(2955), + [anon_sym_UR_DQUOTE] = ACTIONS(2955), + [anon_sym_u8R_DQUOTE] = ACTIONS(2955), + [anon_sym_co_await] = ACTIONS(2953), + [anon_sym_new] = ACTIONS(2953), + [anon_sym_requires] = ACTIONS(2953), + [sym_this] = ACTIONS(2953), + }, + [726] = { + [ts_builtin_sym_end] = ACTIONS(3098), + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_include_token1] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_BANG] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_DASH] = ACTIONS(3096), + [anon_sym_PLUS] = ACTIONS(3096), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym___cdecl] = ACTIONS(3096), + [anon_sym___clrcall] = ACTIONS(3096), + [anon_sym___stdcall] = ACTIONS(3096), + [anon_sym___fastcall] = ACTIONS(3096), + [anon_sym___thiscall] = ACTIONS(3096), + [anon_sym___vectorcall] = ACTIONS(3096), + [anon_sym_LBRACE] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_switch] = ACTIONS(3096), + [anon_sym_case] = ACTIONS(3096), + [anon_sym_default] = ACTIONS(3096), + [anon_sym_while] = ACTIONS(3096), + [anon_sym_do] = ACTIONS(3096), + [anon_sym_for] = ACTIONS(3096), + [anon_sym_return] = ACTIONS(3096), + [anon_sym_break] = ACTIONS(3096), + [anon_sym_continue] = ACTIONS(3096), + [anon_sym_goto] = ACTIONS(3096), + [anon_sym_not] = ACTIONS(3096), + [anon_sym_compl] = ACTIONS(3096), + [anon_sym_DASH_DASH] = ACTIONS(3098), + [anon_sym_PLUS_PLUS] = ACTIONS(3098), + [anon_sym_sizeof] = ACTIONS(3096), + [anon_sym___alignof__] = ACTIONS(3096), + [anon_sym___alignof] = ACTIONS(3096), + [anon_sym__alignof] = ACTIONS(3096), + [anon_sym_alignof] = ACTIONS(3096), + [anon_sym__Alignof] = ACTIONS(3096), + [anon_sym_offsetof] = ACTIONS(3096), + [anon_sym__Generic] = ACTIONS(3096), + [anon_sym_asm] = ACTIONS(3096), + [anon_sym___asm__] = ACTIONS(3096), + [anon_sym___asm] = ACTIONS(3096), + [aux_sym_number_literal_token1] = ACTIONS(3098), + [aux_sym_number_literal_token2] = ACTIONS(3096), + [anon_sym_L_SQUOTE] = ACTIONS(3098), + [anon_sym_u_SQUOTE] = ACTIONS(3098), + [anon_sym_U_SQUOTE] = ACTIONS(3098), + [anon_sym_u8_SQUOTE] = ACTIONS(3098), + [anon_sym_SQUOTE] = ACTIONS(3098), + [anon_sym_L_DQUOTE] = ACTIONS(3098), + [anon_sym_u_DQUOTE] = ACTIONS(3098), + [anon_sym_U_DQUOTE] = ACTIONS(3098), + [anon_sym_u8_DQUOTE] = ACTIONS(3098), + [anon_sym_DQUOTE] = ACTIONS(3098), + [sym_true] = ACTIONS(3096), + [sym_false] = ACTIONS(3096), + [anon_sym_NULL] = ACTIONS(3096), + [anon_sym_nullptr] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_try] = ACTIONS(3096), + [anon_sym_delete] = ACTIONS(3096), + [anon_sym_throw] = ACTIONS(3096), + [anon_sym_namespace] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), + [anon_sym_concept] = ACTIONS(3096), + [anon_sym_co_return] = ACTIONS(3096), + [anon_sym_co_yield] = ACTIONS(3096), + [anon_sym_R_DQUOTE] = ACTIONS(3098), + [anon_sym_LR_DQUOTE] = ACTIONS(3098), + [anon_sym_uR_DQUOTE] = ACTIONS(3098), + [anon_sym_UR_DQUOTE] = ACTIONS(3098), + [anon_sym_u8R_DQUOTE] = ACTIONS(3098), + [anon_sym_co_await] = ACTIONS(3096), + [anon_sym_new] = ACTIONS(3096), + [anon_sym_requires] = ACTIONS(3096), + [sym_this] = ACTIONS(3096), + }, + [727] = { + [ts_builtin_sym_end] = ACTIONS(3114), + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_include_token1] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_BANG] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_DASH] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym___cdecl] = ACTIONS(3112), + [anon_sym___clrcall] = ACTIONS(3112), + [anon_sym___stdcall] = ACTIONS(3112), + [anon_sym___fastcall] = ACTIONS(3112), + [anon_sym___thiscall] = ACTIONS(3112), + [anon_sym___vectorcall] = ACTIONS(3112), + [anon_sym_LBRACE] = ACTIONS(3114), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [anon_sym_if] = ACTIONS(3112), + [anon_sym_switch] = ACTIONS(3112), + [anon_sym_case] = ACTIONS(3112), + [anon_sym_default] = ACTIONS(3112), + [anon_sym_while] = ACTIONS(3112), + [anon_sym_do] = ACTIONS(3112), + [anon_sym_for] = ACTIONS(3112), + [anon_sym_return] = ACTIONS(3112), + [anon_sym_break] = ACTIONS(3112), + [anon_sym_continue] = ACTIONS(3112), + [anon_sym_goto] = ACTIONS(3112), + [anon_sym_not] = ACTIONS(3112), + [anon_sym_compl] = ACTIONS(3112), + [anon_sym_DASH_DASH] = ACTIONS(3114), + [anon_sym_PLUS_PLUS] = ACTIONS(3114), + [anon_sym_sizeof] = ACTIONS(3112), + [anon_sym___alignof__] = ACTIONS(3112), + [anon_sym___alignof] = ACTIONS(3112), + [anon_sym__alignof] = ACTIONS(3112), + [anon_sym_alignof] = ACTIONS(3112), + [anon_sym__Alignof] = ACTIONS(3112), + [anon_sym_offsetof] = ACTIONS(3112), + [anon_sym__Generic] = ACTIONS(3112), + [anon_sym_asm] = ACTIONS(3112), + [anon_sym___asm__] = ACTIONS(3112), + [anon_sym___asm] = ACTIONS(3112), + [aux_sym_number_literal_token1] = ACTIONS(3114), + [aux_sym_number_literal_token2] = ACTIONS(3112), + [anon_sym_L_SQUOTE] = ACTIONS(3114), + [anon_sym_u_SQUOTE] = ACTIONS(3114), + [anon_sym_U_SQUOTE] = ACTIONS(3114), + [anon_sym_u8_SQUOTE] = ACTIONS(3114), + [anon_sym_SQUOTE] = ACTIONS(3114), + [anon_sym_L_DQUOTE] = ACTIONS(3114), + [anon_sym_u_DQUOTE] = ACTIONS(3114), + [anon_sym_U_DQUOTE] = ACTIONS(3114), + [anon_sym_u8_DQUOTE] = ACTIONS(3114), + [anon_sym_DQUOTE] = ACTIONS(3114), + [sym_true] = ACTIONS(3112), + [sym_false] = ACTIONS(3112), + [anon_sym_NULL] = ACTIONS(3112), + [anon_sym_nullptr] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_try] = ACTIONS(3112), + [anon_sym_delete] = ACTIONS(3112), + [anon_sym_throw] = ACTIONS(3112), + [anon_sym_namespace] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), + [anon_sym_concept] = ACTIONS(3112), + [anon_sym_co_return] = ACTIONS(3112), + [anon_sym_co_yield] = ACTIONS(3112), + [anon_sym_R_DQUOTE] = ACTIONS(3114), + [anon_sym_LR_DQUOTE] = ACTIONS(3114), + [anon_sym_uR_DQUOTE] = ACTIONS(3114), + [anon_sym_UR_DQUOTE] = ACTIONS(3114), + [anon_sym_u8R_DQUOTE] = ACTIONS(3114), + [anon_sym_co_await] = ACTIONS(3112), + [anon_sym_new] = ACTIONS(3112), + [anon_sym_requires] = ACTIONS(3112), + [sym_this] = ACTIONS(3112), + }, + [728] = { + [ts_builtin_sym_end] = ACTIONS(3489), + [sym_identifier] = ACTIONS(3492), + [aux_sym_preproc_include_token1] = ACTIONS(3492), + [aux_sym_preproc_def_token1] = ACTIONS(3492), + [aux_sym_preproc_if_token1] = ACTIONS(3492), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3492), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3492), + [sym_preproc_directive] = ACTIONS(3492), + [anon_sym_LPAREN2] = ACTIONS(3489), + [anon_sym_BANG] = ACTIONS(3489), + [anon_sym_TILDE] = ACTIONS(3489), + [anon_sym_DASH] = ACTIONS(3492), + [anon_sym_PLUS] = ACTIONS(3492), + [anon_sym_STAR] = ACTIONS(3489), + [anon_sym_AMP_AMP] = ACTIONS(3489), + [anon_sym_AMP] = ACTIONS(3492), + [anon_sym_SEMI] = ACTIONS(3489), + [anon_sym___extension__] = ACTIONS(3492), + [anon_sym_typedef] = ACTIONS(3492), + [anon_sym_virtual] = ACTIONS(3492), + [anon_sym_extern] = ACTIONS(3492), + [anon_sym___attribute__] = ACTIONS(3492), + [anon_sym___attribute] = ACTIONS(3492), + [anon_sym_COLON_COLON] = ACTIONS(3489), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3489), + [anon_sym___declspec] = ACTIONS(3492), + [anon_sym___based] = ACTIONS(3492), + [anon_sym___cdecl] = ACTIONS(3492), + [anon_sym___clrcall] = ACTIONS(3492), + [anon_sym___stdcall] = ACTIONS(3492), + [anon_sym___fastcall] = ACTIONS(3492), + [anon_sym___thiscall] = ACTIONS(3492), + [anon_sym___vectorcall] = ACTIONS(3492), + [anon_sym_LBRACE] = ACTIONS(3489), + [anon_sym_signed] = ACTIONS(3492), + [anon_sym_unsigned] = ACTIONS(3492), + [anon_sym_long] = ACTIONS(3492), + [anon_sym_short] = ACTIONS(3492), + [anon_sym_LBRACK] = ACTIONS(3492), + [anon_sym_static] = ACTIONS(3492), + [anon_sym_register] = ACTIONS(3492), + [anon_sym_inline] = ACTIONS(3492), + [anon_sym___inline] = ACTIONS(3492), + [anon_sym___inline__] = ACTIONS(3492), + [anon_sym___forceinline] = ACTIONS(3492), + [anon_sym_thread_local] = ACTIONS(3492), + [anon_sym___thread] = ACTIONS(3492), + [anon_sym_const] = ACTIONS(3492), + [anon_sym_constexpr] = ACTIONS(3492), + [anon_sym_volatile] = ACTIONS(3492), + [anon_sym_restrict] = ACTIONS(3492), + [anon_sym___restrict__] = ACTIONS(3492), + [anon_sym__Atomic] = ACTIONS(3492), + [anon_sym__Noreturn] = ACTIONS(3492), + [anon_sym_noreturn] = ACTIONS(3492), + [anon_sym__Nonnull] = ACTIONS(3492), + [anon_sym_mutable] = ACTIONS(3492), + [anon_sym_constinit] = ACTIONS(3492), + [anon_sym_consteval] = ACTIONS(3492), + [anon_sym_PROGMEM] = ACTIONS(3492), + [anon_sym_alignas] = ACTIONS(3492), + [anon_sym__Alignas] = ACTIONS(3492), + [aux_sym_primitive_type_token1] = ACTIONS(3492), + [anon_sym_byte] = ACTIONS(3492), + [anon_sym_word] = ACTIONS(3492), + [anon_sym_enum] = ACTIONS(3492), + [anon_sym_class] = ACTIONS(3492), + [anon_sym_struct] = ACTIONS(3492), + [anon_sym_union] = ACTIONS(3492), + [anon_sym_if] = ACTIONS(3492), + [anon_sym_switch] = ACTIONS(3492), + [anon_sym_case] = ACTIONS(3492), + [anon_sym_default] = ACTIONS(3492), + [anon_sym_while] = ACTIONS(3492), + [anon_sym_do] = ACTIONS(3492), + [anon_sym_for] = ACTIONS(3492), + [anon_sym_return] = ACTIONS(3492), + [anon_sym_break] = ACTIONS(3492), + [anon_sym_continue] = ACTIONS(3492), + [anon_sym_goto] = ACTIONS(3492), + [anon_sym_not] = ACTIONS(3492), + [anon_sym_compl] = ACTIONS(3492), + [anon_sym_DASH_DASH] = ACTIONS(3489), + [anon_sym_PLUS_PLUS] = ACTIONS(3489), + [anon_sym_sizeof] = ACTIONS(3492), + [anon_sym___alignof__] = ACTIONS(3492), + [anon_sym___alignof] = ACTIONS(3492), + [anon_sym__alignof] = ACTIONS(3492), + [anon_sym_alignof] = ACTIONS(3492), + [anon_sym__Alignof] = ACTIONS(3492), + [anon_sym_offsetof] = ACTIONS(3492), + [anon_sym__Generic] = ACTIONS(3492), + [anon_sym_asm] = ACTIONS(3492), + [anon_sym___asm__] = ACTIONS(3492), + [anon_sym___asm] = ACTIONS(3492), + [aux_sym_number_literal_token1] = ACTIONS(3489), + [aux_sym_number_literal_token2] = ACTIONS(3492), + [anon_sym_L_SQUOTE] = ACTIONS(3489), + [anon_sym_u_SQUOTE] = ACTIONS(3489), + [anon_sym_U_SQUOTE] = ACTIONS(3489), + [anon_sym_u8_SQUOTE] = ACTIONS(3489), + [anon_sym_SQUOTE] = ACTIONS(3489), + [anon_sym_L_DQUOTE] = ACTIONS(3489), + [anon_sym_u_DQUOTE] = ACTIONS(3489), + [anon_sym_U_DQUOTE] = ACTIONS(3489), + [anon_sym_u8_DQUOTE] = ACTIONS(3489), + [anon_sym_DQUOTE] = ACTIONS(3489), + [sym_true] = ACTIONS(3492), + [sym_false] = ACTIONS(3492), + [anon_sym_NULL] = ACTIONS(3492), + [anon_sym_nullptr] = ACTIONS(3492), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3492), + [anon_sym_decltype] = ACTIONS(3492), + [anon_sym_explicit] = ACTIONS(3492), + [anon_sym_typename] = ACTIONS(3492), + [anon_sym_template] = ACTIONS(3492), + [anon_sym_operator] = ACTIONS(3492), + [anon_sym_try] = ACTIONS(3492), + [anon_sym_delete] = ACTIONS(3492), + [anon_sym_throw] = ACTIONS(3492), + [anon_sym_namespace] = ACTIONS(3492), + [anon_sym_using] = ACTIONS(3492), + [anon_sym_static_assert] = ACTIONS(3492), + [anon_sym_concept] = ACTIONS(3492), + [anon_sym_co_return] = ACTIONS(3492), + [anon_sym_co_yield] = ACTIONS(3492), + [anon_sym_R_DQUOTE] = ACTIONS(3489), + [anon_sym_LR_DQUOTE] = ACTIONS(3489), + [anon_sym_uR_DQUOTE] = ACTIONS(3489), + [anon_sym_UR_DQUOTE] = ACTIONS(3489), + [anon_sym_u8R_DQUOTE] = ACTIONS(3489), + [anon_sym_co_await] = ACTIONS(3492), + [anon_sym_new] = ACTIONS(3492), + [anon_sym_requires] = ACTIONS(3492), + [sym_this] = ACTIONS(3492), + }, + [729] = { + [ts_builtin_sym_end] = ACTIONS(3118), + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_include_token1] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_BANG] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_DASH] = ACTIONS(3116), + [anon_sym_PLUS] = ACTIONS(3116), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym___cdecl] = ACTIONS(3116), + [anon_sym___clrcall] = ACTIONS(3116), + [anon_sym___stdcall] = ACTIONS(3116), + [anon_sym___fastcall] = ACTIONS(3116), + [anon_sym___thiscall] = ACTIONS(3116), + [anon_sym___vectorcall] = ACTIONS(3116), + [anon_sym_LBRACE] = ACTIONS(3118), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [anon_sym_if] = ACTIONS(3116), + [anon_sym_switch] = ACTIONS(3116), + [anon_sym_case] = ACTIONS(3116), + [anon_sym_default] = ACTIONS(3116), + [anon_sym_while] = ACTIONS(3116), + [anon_sym_do] = ACTIONS(3116), + [anon_sym_for] = ACTIONS(3116), + [anon_sym_return] = ACTIONS(3116), + [anon_sym_break] = ACTIONS(3116), + [anon_sym_continue] = ACTIONS(3116), + [anon_sym_goto] = ACTIONS(3116), + [anon_sym_not] = ACTIONS(3116), + [anon_sym_compl] = ACTIONS(3116), + [anon_sym_DASH_DASH] = ACTIONS(3118), + [anon_sym_PLUS_PLUS] = ACTIONS(3118), + [anon_sym_sizeof] = ACTIONS(3116), + [anon_sym___alignof__] = ACTIONS(3116), + [anon_sym___alignof] = ACTIONS(3116), + [anon_sym__alignof] = ACTIONS(3116), + [anon_sym_alignof] = ACTIONS(3116), + [anon_sym__Alignof] = ACTIONS(3116), + [anon_sym_offsetof] = ACTIONS(3116), + [anon_sym__Generic] = ACTIONS(3116), + [anon_sym_asm] = ACTIONS(3116), + [anon_sym___asm__] = ACTIONS(3116), + [anon_sym___asm] = ACTIONS(3116), + [aux_sym_number_literal_token1] = ACTIONS(3118), + [aux_sym_number_literal_token2] = ACTIONS(3116), + [anon_sym_L_SQUOTE] = ACTIONS(3118), + [anon_sym_u_SQUOTE] = ACTIONS(3118), + [anon_sym_U_SQUOTE] = ACTIONS(3118), + [anon_sym_u8_SQUOTE] = ACTIONS(3118), + [anon_sym_SQUOTE] = ACTIONS(3118), + [anon_sym_L_DQUOTE] = ACTIONS(3118), + [anon_sym_u_DQUOTE] = ACTIONS(3118), + [anon_sym_U_DQUOTE] = ACTIONS(3118), + [anon_sym_u8_DQUOTE] = ACTIONS(3118), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym_true] = ACTIONS(3116), + [sym_false] = ACTIONS(3116), + [anon_sym_NULL] = ACTIONS(3116), + [anon_sym_nullptr] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_try] = ACTIONS(3116), + [anon_sym_delete] = ACTIONS(3116), + [anon_sym_throw] = ACTIONS(3116), + [anon_sym_namespace] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + [anon_sym_concept] = ACTIONS(3116), + [anon_sym_co_return] = ACTIONS(3116), + [anon_sym_co_yield] = ACTIONS(3116), + [anon_sym_R_DQUOTE] = ACTIONS(3118), + [anon_sym_LR_DQUOTE] = ACTIONS(3118), + [anon_sym_uR_DQUOTE] = ACTIONS(3118), + [anon_sym_UR_DQUOTE] = ACTIONS(3118), + [anon_sym_u8R_DQUOTE] = ACTIONS(3118), + [anon_sym_co_await] = ACTIONS(3116), + [anon_sym_new] = ACTIONS(3116), + [anon_sym_requires] = ACTIONS(3116), + [sym_this] = ACTIONS(3116), + }, + [730] = { + [ts_builtin_sym_end] = ACTIONS(3141), + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_include_token1] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_BANG] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym___cdecl] = ACTIONS(3139), + [anon_sym___clrcall] = ACTIONS(3139), + [anon_sym___stdcall] = ACTIONS(3139), + [anon_sym___fastcall] = ACTIONS(3139), + [anon_sym___thiscall] = ACTIONS(3139), + [anon_sym___vectorcall] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_switch] = ACTIONS(3139), + [anon_sym_case] = ACTIONS(3139), + [anon_sym_default] = ACTIONS(3139), + [anon_sym_while] = ACTIONS(3139), + [anon_sym_do] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym_not] = ACTIONS(3139), + [anon_sym_compl] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_sizeof] = ACTIONS(3139), + [anon_sym___alignof__] = ACTIONS(3139), + [anon_sym___alignof] = ACTIONS(3139), + [anon_sym__alignof] = ACTIONS(3139), + [anon_sym_alignof] = ACTIONS(3139), + [anon_sym__Alignof] = ACTIONS(3139), + [anon_sym_offsetof] = ACTIONS(3139), + [anon_sym__Generic] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym___asm__] = ACTIONS(3139), + [anon_sym___asm] = ACTIONS(3139), + [aux_sym_number_literal_token1] = ACTIONS(3141), + [aux_sym_number_literal_token2] = ACTIONS(3139), + [anon_sym_L_SQUOTE] = ACTIONS(3141), + [anon_sym_u_SQUOTE] = ACTIONS(3141), + [anon_sym_U_SQUOTE] = ACTIONS(3141), + [anon_sym_u8_SQUOTE] = ACTIONS(3141), + [anon_sym_SQUOTE] = ACTIONS(3141), + [anon_sym_L_DQUOTE] = ACTIONS(3141), + [anon_sym_u_DQUOTE] = ACTIONS(3141), + [anon_sym_U_DQUOTE] = ACTIONS(3141), + [anon_sym_u8_DQUOTE] = ACTIONS(3141), + [anon_sym_DQUOTE] = ACTIONS(3141), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [anon_sym_NULL] = ACTIONS(3139), + [anon_sym_nullptr] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_try] = ACTIONS(3139), + [anon_sym_delete] = ACTIONS(3139), + [anon_sym_throw] = ACTIONS(3139), + [anon_sym_namespace] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + [anon_sym_concept] = ACTIONS(3139), + [anon_sym_co_return] = ACTIONS(3139), + [anon_sym_co_yield] = ACTIONS(3139), + [anon_sym_R_DQUOTE] = ACTIONS(3141), + [anon_sym_LR_DQUOTE] = ACTIONS(3141), + [anon_sym_uR_DQUOTE] = ACTIONS(3141), + [anon_sym_UR_DQUOTE] = ACTIONS(3141), + [anon_sym_u8R_DQUOTE] = ACTIONS(3141), + [anon_sym_co_await] = ACTIONS(3139), + [anon_sym_new] = ACTIONS(3139), + [anon_sym_requires] = ACTIONS(3139), + [sym_this] = ACTIONS(3139), + }, + [731] = { + [ts_builtin_sym_end] = ACTIONS(3145), + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_include_token1] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_BANG] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym___cdecl] = ACTIONS(3143), + [anon_sym___clrcall] = ACTIONS(3143), + [anon_sym___stdcall] = ACTIONS(3143), + [anon_sym___fastcall] = ACTIONS(3143), + [anon_sym___thiscall] = ACTIONS(3143), + [anon_sym___vectorcall] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_switch] = ACTIONS(3143), + [anon_sym_case] = ACTIONS(3143), + [anon_sym_default] = ACTIONS(3143), + [anon_sym_while] = ACTIONS(3143), + [anon_sym_do] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym_not] = ACTIONS(3143), + [anon_sym_compl] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_sizeof] = ACTIONS(3143), + [anon_sym___alignof__] = ACTIONS(3143), + [anon_sym___alignof] = ACTIONS(3143), + [anon_sym__alignof] = ACTIONS(3143), + [anon_sym_alignof] = ACTIONS(3143), + [anon_sym__Alignof] = ACTIONS(3143), + [anon_sym_offsetof] = ACTIONS(3143), + [anon_sym__Generic] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym___asm__] = ACTIONS(3143), + [anon_sym___asm] = ACTIONS(3143), + [aux_sym_number_literal_token1] = ACTIONS(3145), + [aux_sym_number_literal_token2] = ACTIONS(3143), + [anon_sym_L_SQUOTE] = ACTIONS(3145), + [anon_sym_u_SQUOTE] = ACTIONS(3145), + [anon_sym_U_SQUOTE] = ACTIONS(3145), + [anon_sym_u8_SQUOTE] = ACTIONS(3145), + [anon_sym_SQUOTE] = ACTIONS(3145), + [anon_sym_L_DQUOTE] = ACTIONS(3145), + [anon_sym_u_DQUOTE] = ACTIONS(3145), + [anon_sym_U_DQUOTE] = ACTIONS(3145), + [anon_sym_u8_DQUOTE] = ACTIONS(3145), + [anon_sym_DQUOTE] = ACTIONS(3145), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [anon_sym_NULL] = ACTIONS(3143), + [anon_sym_nullptr] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_try] = ACTIONS(3143), + [anon_sym_delete] = ACTIONS(3143), + [anon_sym_throw] = ACTIONS(3143), + [anon_sym_namespace] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + [anon_sym_concept] = ACTIONS(3143), + [anon_sym_co_return] = ACTIONS(3143), + [anon_sym_co_yield] = ACTIONS(3143), + [anon_sym_R_DQUOTE] = ACTIONS(3145), + [anon_sym_LR_DQUOTE] = ACTIONS(3145), + [anon_sym_uR_DQUOTE] = ACTIONS(3145), + [anon_sym_UR_DQUOTE] = ACTIONS(3145), + [anon_sym_u8R_DQUOTE] = ACTIONS(3145), + [anon_sym_co_await] = ACTIONS(3143), + [anon_sym_new] = ACTIONS(3143), + [anon_sym_requires] = ACTIONS(3143), + [sym_this] = ACTIONS(3143), + }, + [732] = { + [ts_builtin_sym_end] = ACTIONS(3185), + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_include_token1] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym___cdecl] = ACTIONS(3183), + [anon_sym___clrcall] = ACTIONS(3183), + [anon_sym___stdcall] = ACTIONS(3183), + [anon_sym___fastcall] = ACTIONS(3183), + [anon_sym___thiscall] = ACTIONS(3183), + [anon_sym___vectorcall] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_switch] = ACTIONS(3183), + [anon_sym_case] = ACTIONS(3183), + [anon_sym_default] = ACTIONS(3183), + [anon_sym_while] = ACTIONS(3183), + [anon_sym_do] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym_not] = ACTIONS(3183), + [anon_sym_compl] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_sizeof] = ACTIONS(3183), + [anon_sym___alignof__] = ACTIONS(3183), + [anon_sym___alignof] = ACTIONS(3183), + [anon_sym__alignof] = ACTIONS(3183), + [anon_sym_alignof] = ACTIONS(3183), + [anon_sym__Alignof] = ACTIONS(3183), + [anon_sym_offsetof] = ACTIONS(3183), + [anon_sym__Generic] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym___asm__] = ACTIONS(3183), + [anon_sym___asm] = ACTIONS(3183), + [aux_sym_number_literal_token1] = ACTIONS(3185), + [aux_sym_number_literal_token2] = ACTIONS(3183), + [anon_sym_L_SQUOTE] = ACTIONS(3185), + [anon_sym_u_SQUOTE] = ACTIONS(3185), + [anon_sym_U_SQUOTE] = ACTIONS(3185), + [anon_sym_u8_SQUOTE] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3185), + [anon_sym_L_DQUOTE] = ACTIONS(3185), + [anon_sym_u_DQUOTE] = ACTIONS(3185), + [anon_sym_U_DQUOTE] = ACTIONS(3185), + [anon_sym_u8_DQUOTE] = ACTIONS(3185), + [anon_sym_DQUOTE] = ACTIONS(3185), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [anon_sym_NULL] = ACTIONS(3183), + [anon_sym_nullptr] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_try] = ACTIONS(3183), + [anon_sym_delete] = ACTIONS(3183), + [anon_sym_throw] = ACTIONS(3183), + [anon_sym_namespace] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + [anon_sym_concept] = ACTIONS(3183), + [anon_sym_co_return] = ACTIONS(3183), + [anon_sym_co_yield] = ACTIONS(3183), + [anon_sym_R_DQUOTE] = ACTIONS(3185), + [anon_sym_LR_DQUOTE] = ACTIONS(3185), + [anon_sym_uR_DQUOTE] = ACTIONS(3185), + [anon_sym_UR_DQUOTE] = ACTIONS(3185), + [anon_sym_u8R_DQUOTE] = ACTIONS(3185), + [anon_sym_co_await] = ACTIONS(3183), + [anon_sym_new] = ACTIONS(3183), + [anon_sym_requires] = ACTIONS(3183), + [sym_this] = ACTIONS(3183), + }, + [733] = { + [ts_builtin_sym_end] = ACTIONS(3189), + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_include_token1] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_BANG] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym___cdecl] = ACTIONS(3187), + [anon_sym___clrcall] = ACTIONS(3187), + [anon_sym___stdcall] = ACTIONS(3187), + [anon_sym___fastcall] = ACTIONS(3187), + [anon_sym___thiscall] = ACTIONS(3187), + [anon_sym___vectorcall] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_switch] = ACTIONS(3187), + [anon_sym_case] = ACTIONS(3187), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_while] = ACTIONS(3187), + [anon_sym_do] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym_not] = ACTIONS(3187), + [anon_sym_compl] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_sizeof] = ACTIONS(3187), + [anon_sym___alignof__] = ACTIONS(3187), + [anon_sym___alignof] = ACTIONS(3187), + [anon_sym__alignof] = ACTIONS(3187), + [anon_sym_alignof] = ACTIONS(3187), + [anon_sym__Alignof] = ACTIONS(3187), + [anon_sym_offsetof] = ACTIONS(3187), + [anon_sym__Generic] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym___asm__] = ACTIONS(3187), + [anon_sym___asm] = ACTIONS(3187), + [aux_sym_number_literal_token1] = ACTIONS(3189), + [aux_sym_number_literal_token2] = ACTIONS(3187), + [anon_sym_L_SQUOTE] = ACTIONS(3189), + [anon_sym_u_SQUOTE] = ACTIONS(3189), + [anon_sym_U_SQUOTE] = ACTIONS(3189), + [anon_sym_u8_SQUOTE] = ACTIONS(3189), + [anon_sym_SQUOTE] = ACTIONS(3189), + [anon_sym_L_DQUOTE] = ACTIONS(3189), + [anon_sym_u_DQUOTE] = ACTIONS(3189), + [anon_sym_U_DQUOTE] = ACTIONS(3189), + [anon_sym_u8_DQUOTE] = ACTIONS(3189), + [anon_sym_DQUOTE] = ACTIONS(3189), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [anon_sym_NULL] = ACTIONS(3187), + [anon_sym_nullptr] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_try] = ACTIONS(3187), + [anon_sym_delete] = ACTIONS(3187), + [anon_sym_throw] = ACTIONS(3187), + [anon_sym_namespace] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + [anon_sym_concept] = ACTIONS(3187), + [anon_sym_co_return] = ACTIONS(3187), + [anon_sym_co_yield] = ACTIONS(3187), + [anon_sym_R_DQUOTE] = ACTIONS(3189), + [anon_sym_LR_DQUOTE] = ACTIONS(3189), + [anon_sym_uR_DQUOTE] = ACTIONS(3189), + [anon_sym_UR_DQUOTE] = ACTIONS(3189), + [anon_sym_u8R_DQUOTE] = ACTIONS(3189), + [anon_sym_co_await] = ACTIONS(3187), + [anon_sym_new] = ACTIONS(3187), + [anon_sym_requires] = ACTIONS(3187), + [sym_this] = ACTIONS(3187), + }, + [734] = { + [ts_builtin_sym_end] = ACTIONS(2994), + [sym_identifier] = ACTIONS(2992), + [aux_sym_preproc_include_token1] = ACTIONS(2992), + [aux_sym_preproc_def_token1] = ACTIONS(2992), + [aux_sym_preproc_if_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2992), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2992), + [sym_preproc_directive] = ACTIONS(2992), + [anon_sym_LPAREN2] = ACTIONS(2994), + [anon_sym_BANG] = ACTIONS(2994), + [anon_sym_TILDE] = ACTIONS(2994), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_PLUS] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym___extension__] = ACTIONS(2992), + [anon_sym_typedef] = ACTIONS(2992), + [anon_sym_virtual] = ACTIONS(2992), + [anon_sym_extern] = ACTIONS(2992), + [anon_sym___attribute__] = ACTIONS(2992), + [anon_sym___attribute] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(2994), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2994), + [anon_sym___declspec] = ACTIONS(2992), + [anon_sym___based] = ACTIONS(2992), + [anon_sym___cdecl] = ACTIONS(2992), + [anon_sym___clrcall] = ACTIONS(2992), + [anon_sym___stdcall] = ACTIONS(2992), + [anon_sym___fastcall] = ACTIONS(2992), + [anon_sym___thiscall] = ACTIONS(2992), + [anon_sym___vectorcall] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2994), + [anon_sym_signed] = ACTIONS(2992), + [anon_sym_unsigned] = ACTIONS(2992), + [anon_sym_long] = ACTIONS(2992), + [anon_sym_short] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_static] = ACTIONS(2992), + [anon_sym_register] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym___inline] = ACTIONS(2992), + [anon_sym___inline__] = ACTIONS(2992), + [anon_sym___forceinline] = ACTIONS(2992), + [anon_sym_thread_local] = ACTIONS(2992), + [anon_sym___thread] = ACTIONS(2992), + [anon_sym_const] = ACTIONS(2992), + [anon_sym_constexpr] = ACTIONS(2992), + [anon_sym_volatile] = ACTIONS(2992), + [anon_sym_restrict] = ACTIONS(2992), + [anon_sym___restrict__] = ACTIONS(2992), + [anon_sym__Atomic] = ACTIONS(2992), + [anon_sym__Noreturn] = ACTIONS(2992), + [anon_sym_noreturn] = ACTIONS(2992), + [anon_sym__Nonnull] = ACTIONS(2992), + [anon_sym_mutable] = ACTIONS(2992), + [anon_sym_constinit] = ACTIONS(2992), + [anon_sym_consteval] = ACTIONS(2992), + [anon_sym_PROGMEM] = ACTIONS(2992), + [anon_sym_alignas] = ACTIONS(2992), + [anon_sym__Alignas] = ACTIONS(2992), + [aux_sym_primitive_type_token1] = ACTIONS(2992), + [anon_sym_byte] = ACTIONS(2992), + [anon_sym_word] = ACTIONS(2992), + [anon_sym_enum] = ACTIONS(2992), + [anon_sym_class] = ACTIONS(2992), + [anon_sym_struct] = ACTIONS(2992), + [anon_sym_union] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_switch] = ACTIONS(2992), + [anon_sym_case] = ACTIONS(2992), + [anon_sym_default] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_goto] = ACTIONS(2992), + [anon_sym_not] = ACTIONS(2992), + [anon_sym_compl] = ACTIONS(2992), + [anon_sym_DASH_DASH] = ACTIONS(2994), + [anon_sym_PLUS_PLUS] = ACTIONS(2994), + [anon_sym_sizeof] = ACTIONS(2992), + [anon_sym___alignof__] = ACTIONS(2992), + [anon_sym___alignof] = ACTIONS(2992), + [anon_sym__alignof] = ACTIONS(2992), + [anon_sym_alignof] = ACTIONS(2992), + [anon_sym__Alignof] = ACTIONS(2992), + [anon_sym_offsetof] = ACTIONS(2992), + [anon_sym__Generic] = ACTIONS(2992), + [anon_sym_asm] = ACTIONS(2992), + [anon_sym___asm__] = ACTIONS(2992), + [anon_sym___asm] = ACTIONS(2992), + [aux_sym_number_literal_token1] = ACTIONS(2994), + [aux_sym_number_literal_token2] = ACTIONS(2992), + [anon_sym_L_SQUOTE] = ACTIONS(2994), + [anon_sym_u_SQUOTE] = ACTIONS(2994), + [anon_sym_U_SQUOTE] = ACTIONS(2994), + [anon_sym_u8_SQUOTE] = ACTIONS(2994), + [anon_sym_SQUOTE] = ACTIONS(2994), + [anon_sym_L_DQUOTE] = ACTIONS(2994), + [anon_sym_u_DQUOTE] = ACTIONS(2994), + [anon_sym_U_DQUOTE] = ACTIONS(2994), + [anon_sym_u8_DQUOTE] = ACTIONS(2994), + [anon_sym_DQUOTE] = ACTIONS(2994), + [sym_true] = ACTIONS(2992), + [sym_false] = ACTIONS(2992), + [anon_sym_NULL] = ACTIONS(2992), + [anon_sym_nullptr] = ACTIONS(2992), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2992), + [anon_sym_decltype] = ACTIONS(2992), + [anon_sym_explicit] = ACTIONS(2992), + [anon_sym_typename] = ACTIONS(2992), + [anon_sym_template] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_delete] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_namespace] = ACTIONS(2992), + [anon_sym_using] = ACTIONS(2992), + [anon_sym_static_assert] = ACTIONS(2992), + [anon_sym_concept] = ACTIONS(2992), + [anon_sym_co_return] = ACTIONS(2992), + [anon_sym_co_yield] = ACTIONS(2992), + [anon_sym_R_DQUOTE] = ACTIONS(2994), + [anon_sym_LR_DQUOTE] = ACTIONS(2994), + [anon_sym_uR_DQUOTE] = ACTIONS(2994), + [anon_sym_UR_DQUOTE] = ACTIONS(2994), + [anon_sym_u8R_DQUOTE] = ACTIONS(2994), + [anon_sym_co_await] = ACTIONS(2992), + [anon_sym_new] = ACTIONS(2992), + [anon_sym_requires] = ACTIONS(2992), + [sym_this] = ACTIONS(2992), + }, + [735] = { + [ts_builtin_sym_end] = ACTIONS(3213), + [sym_identifier] = ACTIONS(3211), + [aux_sym_preproc_include_token1] = ACTIONS(3211), + [aux_sym_preproc_def_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), + [sym_preproc_directive] = ACTIONS(3211), + [anon_sym_LPAREN2] = ACTIONS(3213), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_DASH] = ACTIONS(3211), + [anon_sym_PLUS] = ACTIONS(3211), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym___extension__] = ACTIONS(3211), + [anon_sym_typedef] = ACTIONS(3211), + [anon_sym_virtual] = ACTIONS(3211), + [anon_sym_extern] = ACTIONS(3211), + [anon_sym___attribute__] = ACTIONS(3211), + [anon_sym___attribute] = ACTIONS(3211), + [anon_sym_COLON_COLON] = ACTIONS(3213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), + [anon_sym___declspec] = ACTIONS(3211), + [anon_sym___based] = ACTIONS(3211), + [anon_sym___cdecl] = ACTIONS(3211), + [anon_sym___clrcall] = ACTIONS(3211), + [anon_sym___stdcall] = ACTIONS(3211), + [anon_sym___fastcall] = ACTIONS(3211), + [anon_sym___thiscall] = ACTIONS(3211), + [anon_sym___vectorcall] = ACTIONS(3211), + [anon_sym_LBRACE] = ACTIONS(3213), + [anon_sym_signed] = ACTIONS(3211), + [anon_sym_unsigned] = ACTIONS(3211), + [anon_sym_long] = ACTIONS(3211), + [anon_sym_short] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_static] = ACTIONS(3211), + [anon_sym_register] = ACTIONS(3211), + [anon_sym_inline] = ACTIONS(3211), + [anon_sym___inline] = ACTIONS(3211), + [anon_sym___inline__] = ACTIONS(3211), + [anon_sym___forceinline] = ACTIONS(3211), + [anon_sym_thread_local] = ACTIONS(3211), + [anon_sym___thread] = ACTIONS(3211), + [anon_sym_const] = ACTIONS(3211), + [anon_sym_constexpr] = ACTIONS(3211), + [anon_sym_volatile] = ACTIONS(3211), + [anon_sym_restrict] = ACTIONS(3211), + [anon_sym___restrict__] = ACTIONS(3211), + [anon_sym__Atomic] = ACTIONS(3211), + [anon_sym__Noreturn] = ACTIONS(3211), + [anon_sym_noreturn] = ACTIONS(3211), + [anon_sym__Nonnull] = ACTIONS(3211), + [anon_sym_mutable] = ACTIONS(3211), + [anon_sym_constinit] = ACTIONS(3211), + [anon_sym_consteval] = ACTIONS(3211), + [anon_sym_PROGMEM] = ACTIONS(3211), + [anon_sym_alignas] = ACTIONS(3211), + [anon_sym__Alignas] = ACTIONS(3211), + [aux_sym_primitive_type_token1] = ACTIONS(3211), + [anon_sym_byte] = ACTIONS(3211), + [anon_sym_word] = ACTIONS(3211), + [anon_sym_enum] = ACTIONS(3211), + [anon_sym_class] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3211), + [anon_sym_union] = ACTIONS(3211), + [anon_sym_if] = ACTIONS(3211), + [anon_sym_switch] = ACTIONS(3211), + [anon_sym_case] = ACTIONS(3211), + [anon_sym_default] = ACTIONS(3211), + [anon_sym_while] = ACTIONS(3211), + [anon_sym_do] = ACTIONS(3211), + [anon_sym_for] = ACTIONS(3211), + [anon_sym_return] = ACTIONS(3211), + [anon_sym_break] = ACTIONS(3211), + [anon_sym_continue] = ACTIONS(3211), + [anon_sym_goto] = ACTIONS(3211), + [anon_sym_not] = ACTIONS(3211), + [anon_sym_compl] = ACTIONS(3211), + [anon_sym_DASH_DASH] = ACTIONS(3213), + [anon_sym_PLUS_PLUS] = ACTIONS(3213), + [anon_sym_sizeof] = ACTIONS(3211), + [anon_sym___alignof__] = ACTIONS(3211), + [anon_sym___alignof] = ACTIONS(3211), + [anon_sym__alignof] = ACTIONS(3211), + [anon_sym_alignof] = ACTIONS(3211), + [anon_sym__Alignof] = ACTIONS(3211), + [anon_sym_offsetof] = ACTIONS(3211), + [anon_sym__Generic] = ACTIONS(3211), + [anon_sym_asm] = ACTIONS(3211), + [anon_sym___asm__] = ACTIONS(3211), + [anon_sym___asm] = ACTIONS(3211), + [aux_sym_number_literal_token1] = ACTIONS(3213), + [aux_sym_number_literal_token2] = ACTIONS(3211), + [anon_sym_L_SQUOTE] = ACTIONS(3213), + [anon_sym_u_SQUOTE] = ACTIONS(3213), + [anon_sym_U_SQUOTE] = ACTIONS(3213), + [anon_sym_u8_SQUOTE] = ACTIONS(3213), + [anon_sym_SQUOTE] = ACTIONS(3213), + [anon_sym_L_DQUOTE] = ACTIONS(3213), + [anon_sym_u_DQUOTE] = ACTIONS(3213), + [anon_sym_U_DQUOTE] = ACTIONS(3213), + [anon_sym_u8_DQUOTE] = ACTIONS(3213), + [anon_sym_DQUOTE] = ACTIONS(3213), + [sym_true] = ACTIONS(3211), + [sym_false] = ACTIONS(3211), + [anon_sym_NULL] = ACTIONS(3211), + [anon_sym_nullptr] = ACTIONS(3211), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3211), + [anon_sym_decltype] = ACTIONS(3211), + [anon_sym_explicit] = ACTIONS(3211), + [anon_sym_typename] = ACTIONS(3211), + [anon_sym_template] = ACTIONS(3211), + [anon_sym_operator] = ACTIONS(3211), + [anon_sym_try] = ACTIONS(3211), + [anon_sym_delete] = ACTIONS(3211), + [anon_sym_throw] = ACTIONS(3211), + [anon_sym_namespace] = ACTIONS(3211), + [anon_sym_using] = ACTIONS(3211), + [anon_sym_static_assert] = ACTIONS(3211), + [anon_sym_concept] = ACTIONS(3211), + [anon_sym_co_return] = ACTIONS(3211), + [anon_sym_co_yield] = ACTIONS(3211), + [anon_sym_R_DQUOTE] = ACTIONS(3213), + [anon_sym_LR_DQUOTE] = ACTIONS(3213), + [anon_sym_uR_DQUOTE] = ACTIONS(3213), + [anon_sym_UR_DQUOTE] = ACTIONS(3213), + [anon_sym_u8R_DQUOTE] = ACTIONS(3213), + [anon_sym_co_await] = ACTIONS(3211), + [anon_sym_new] = ACTIONS(3211), + [anon_sym_requires] = ACTIONS(3211), + [sym_this] = ACTIONS(3211), + }, + [736] = { + [ts_builtin_sym_end] = ACTIONS(3217), + [sym_identifier] = ACTIONS(3215), + [aux_sym_preproc_include_token1] = ACTIONS(3215), + [aux_sym_preproc_def_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), + [sym_preproc_directive] = ACTIONS(3215), + [anon_sym_LPAREN2] = ACTIONS(3217), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_DASH] = ACTIONS(3215), + [anon_sym_PLUS] = ACTIONS(3215), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym___extension__] = ACTIONS(3215), + [anon_sym_typedef] = ACTIONS(3215), + [anon_sym_virtual] = ACTIONS(3215), + [anon_sym_extern] = ACTIONS(3215), + [anon_sym___attribute__] = ACTIONS(3215), + [anon_sym___attribute] = ACTIONS(3215), + [anon_sym_COLON_COLON] = ACTIONS(3217), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3215), + [anon_sym___based] = ACTIONS(3215), + [anon_sym___cdecl] = ACTIONS(3215), + [anon_sym___clrcall] = ACTIONS(3215), + [anon_sym___stdcall] = ACTIONS(3215), + [anon_sym___fastcall] = ACTIONS(3215), + [anon_sym___thiscall] = ACTIONS(3215), + [anon_sym___vectorcall] = ACTIONS(3215), + [anon_sym_LBRACE] = ACTIONS(3217), + [anon_sym_signed] = ACTIONS(3215), + [anon_sym_unsigned] = ACTIONS(3215), + [anon_sym_long] = ACTIONS(3215), + [anon_sym_short] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_static] = ACTIONS(3215), + [anon_sym_register] = ACTIONS(3215), + [anon_sym_inline] = ACTIONS(3215), + [anon_sym___inline] = ACTIONS(3215), + [anon_sym___inline__] = ACTIONS(3215), + [anon_sym___forceinline] = ACTIONS(3215), + [anon_sym_thread_local] = ACTIONS(3215), + [anon_sym___thread] = ACTIONS(3215), + [anon_sym_const] = ACTIONS(3215), + [anon_sym_constexpr] = ACTIONS(3215), + [anon_sym_volatile] = ACTIONS(3215), + [anon_sym_restrict] = ACTIONS(3215), + [anon_sym___restrict__] = ACTIONS(3215), + [anon_sym__Atomic] = ACTIONS(3215), + [anon_sym__Noreturn] = ACTIONS(3215), + [anon_sym_noreturn] = ACTIONS(3215), + [anon_sym__Nonnull] = ACTIONS(3215), + [anon_sym_mutable] = ACTIONS(3215), + [anon_sym_constinit] = ACTIONS(3215), + [anon_sym_consteval] = ACTIONS(3215), + [anon_sym_PROGMEM] = ACTIONS(3215), + [anon_sym_alignas] = ACTIONS(3215), + [anon_sym__Alignas] = ACTIONS(3215), + [aux_sym_primitive_type_token1] = ACTIONS(3215), + [anon_sym_byte] = ACTIONS(3215), + [anon_sym_word] = ACTIONS(3215), + [anon_sym_enum] = ACTIONS(3215), + [anon_sym_class] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3215), + [anon_sym_union] = ACTIONS(3215), + [anon_sym_if] = ACTIONS(3215), + [anon_sym_switch] = ACTIONS(3215), + [anon_sym_case] = ACTIONS(3215), + [anon_sym_default] = ACTIONS(3215), + [anon_sym_while] = ACTIONS(3215), + [anon_sym_do] = ACTIONS(3215), + [anon_sym_for] = ACTIONS(3215), + [anon_sym_return] = ACTIONS(3215), + [anon_sym_break] = ACTIONS(3215), + [anon_sym_continue] = ACTIONS(3215), + [anon_sym_goto] = ACTIONS(3215), + [anon_sym_not] = ACTIONS(3215), + [anon_sym_compl] = ACTIONS(3215), + [anon_sym_DASH_DASH] = ACTIONS(3217), + [anon_sym_PLUS_PLUS] = ACTIONS(3217), + [anon_sym_sizeof] = ACTIONS(3215), + [anon_sym___alignof__] = ACTIONS(3215), + [anon_sym___alignof] = ACTIONS(3215), + [anon_sym__alignof] = ACTIONS(3215), + [anon_sym_alignof] = ACTIONS(3215), + [anon_sym__Alignof] = ACTIONS(3215), + [anon_sym_offsetof] = ACTIONS(3215), + [anon_sym__Generic] = ACTIONS(3215), + [anon_sym_asm] = ACTIONS(3215), + [anon_sym___asm__] = ACTIONS(3215), + [anon_sym___asm] = ACTIONS(3215), + [aux_sym_number_literal_token1] = ACTIONS(3217), + [aux_sym_number_literal_token2] = ACTIONS(3215), + [anon_sym_L_SQUOTE] = ACTIONS(3217), + [anon_sym_u_SQUOTE] = ACTIONS(3217), + [anon_sym_U_SQUOTE] = ACTIONS(3217), + [anon_sym_u8_SQUOTE] = ACTIONS(3217), + [anon_sym_SQUOTE] = ACTIONS(3217), + [anon_sym_L_DQUOTE] = ACTIONS(3217), + [anon_sym_u_DQUOTE] = ACTIONS(3217), + [anon_sym_U_DQUOTE] = ACTIONS(3217), + [anon_sym_u8_DQUOTE] = ACTIONS(3217), + [anon_sym_DQUOTE] = ACTIONS(3217), + [sym_true] = ACTIONS(3215), + [sym_false] = ACTIONS(3215), + [anon_sym_NULL] = ACTIONS(3215), + [anon_sym_nullptr] = ACTIONS(3215), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3215), + [anon_sym_decltype] = ACTIONS(3215), + [anon_sym_explicit] = ACTIONS(3215), + [anon_sym_typename] = ACTIONS(3215), + [anon_sym_template] = ACTIONS(3215), + [anon_sym_operator] = ACTIONS(3215), + [anon_sym_try] = ACTIONS(3215), + [anon_sym_delete] = ACTIONS(3215), + [anon_sym_throw] = ACTIONS(3215), + [anon_sym_namespace] = ACTIONS(3215), + [anon_sym_using] = ACTIONS(3215), + [anon_sym_static_assert] = ACTIONS(3215), + [anon_sym_concept] = ACTIONS(3215), + [anon_sym_co_return] = ACTIONS(3215), + [anon_sym_co_yield] = ACTIONS(3215), + [anon_sym_R_DQUOTE] = ACTIONS(3217), + [anon_sym_LR_DQUOTE] = ACTIONS(3217), + [anon_sym_uR_DQUOTE] = ACTIONS(3217), + [anon_sym_UR_DQUOTE] = ACTIONS(3217), + [anon_sym_u8R_DQUOTE] = ACTIONS(3217), + [anon_sym_co_await] = ACTIONS(3215), + [anon_sym_new] = ACTIONS(3215), + [anon_sym_requires] = ACTIONS(3215), + [sym_this] = ACTIONS(3215), + }, + [737] = { + [ts_builtin_sym_end] = ACTIONS(2935), + [sym_identifier] = ACTIONS(2933), + [aux_sym_preproc_include_token1] = ACTIONS(2933), + [aux_sym_preproc_def_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), + [sym_preproc_directive] = ACTIONS(2933), + [anon_sym_LPAREN2] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2933), + [anon_sym_PLUS] = ACTIONS(2933), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2933), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym___extension__] = ACTIONS(2933), + [anon_sym_typedef] = ACTIONS(2933), + [anon_sym_virtual] = ACTIONS(2933), + [anon_sym_extern] = ACTIONS(2933), + [anon_sym___attribute__] = ACTIONS(2933), + [anon_sym___attribute] = ACTIONS(2933), + [anon_sym_COLON_COLON] = ACTIONS(2935), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), + [anon_sym___declspec] = ACTIONS(2933), + [anon_sym___based] = ACTIONS(2933), + [anon_sym___cdecl] = ACTIONS(2933), + [anon_sym___clrcall] = ACTIONS(2933), + [anon_sym___stdcall] = ACTIONS(2933), + [anon_sym___fastcall] = ACTIONS(2933), + [anon_sym___thiscall] = ACTIONS(2933), + [anon_sym___vectorcall] = ACTIONS(2933), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_signed] = ACTIONS(2933), + [anon_sym_unsigned] = ACTIONS(2933), + [anon_sym_long] = ACTIONS(2933), + [anon_sym_short] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_register] = ACTIONS(2933), + [anon_sym_inline] = ACTIONS(2933), + [anon_sym___inline] = ACTIONS(2933), + [anon_sym___inline__] = ACTIONS(2933), + [anon_sym___forceinline] = ACTIONS(2933), + [anon_sym_thread_local] = ACTIONS(2933), + [anon_sym___thread] = ACTIONS(2933), + [anon_sym_const] = ACTIONS(2933), + [anon_sym_constexpr] = ACTIONS(2933), + [anon_sym_volatile] = ACTIONS(2933), + [anon_sym_restrict] = ACTIONS(2933), + [anon_sym___restrict__] = ACTIONS(2933), + [anon_sym__Atomic] = ACTIONS(2933), + [anon_sym__Noreturn] = ACTIONS(2933), + [anon_sym_noreturn] = ACTIONS(2933), + [anon_sym__Nonnull] = ACTIONS(2933), + [anon_sym_mutable] = ACTIONS(2933), + [anon_sym_constinit] = ACTIONS(2933), + [anon_sym_consteval] = ACTIONS(2933), + [anon_sym_PROGMEM] = ACTIONS(2933), + [anon_sym_alignas] = ACTIONS(2933), + [anon_sym__Alignas] = ACTIONS(2933), + [aux_sym_primitive_type_token1] = ACTIONS(2933), + [anon_sym_byte] = ACTIONS(2933), + [anon_sym_word] = ACTIONS(2933), + [anon_sym_enum] = ACTIONS(2933), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2933), + [anon_sym_union] = ACTIONS(2933), + [anon_sym_if] = ACTIONS(2933), + [anon_sym_switch] = ACTIONS(2933), + [anon_sym_case] = ACTIONS(2933), + [anon_sym_default] = ACTIONS(2933), + [anon_sym_while] = ACTIONS(2933), + [anon_sym_do] = ACTIONS(2933), + [anon_sym_for] = ACTIONS(2933), + [anon_sym_return] = ACTIONS(2933), + [anon_sym_break] = ACTIONS(2933), + [anon_sym_continue] = ACTIONS(2933), + [anon_sym_goto] = ACTIONS(2933), + [anon_sym_not] = ACTIONS(2933), + [anon_sym_compl] = ACTIONS(2933), + [anon_sym_DASH_DASH] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_sizeof] = ACTIONS(2933), + [anon_sym___alignof__] = ACTIONS(2933), + [anon_sym___alignof] = ACTIONS(2933), + [anon_sym__alignof] = ACTIONS(2933), + [anon_sym_alignof] = ACTIONS(2933), + [anon_sym__Alignof] = ACTIONS(2933), + [anon_sym_offsetof] = ACTIONS(2933), + [anon_sym__Generic] = ACTIONS(2933), + [anon_sym_asm] = ACTIONS(2933), + [anon_sym___asm__] = ACTIONS(2933), + [anon_sym___asm] = ACTIONS(2933), + [aux_sym_number_literal_token1] = ACTIONS(2935), + [aux_sym_number_literal_token2] = ACTIONS(2933), + [anon_sym_L_SQUOTE] = ACTIONS(2935), + [anon_sym_u_SQUOTE] = ACTIONS(2935), + [anon_sym_U_SQUOTE] = ACTIONS(2935), + [anon_sym_u8_SQUOTE] = ACTIONS(2935), + [anon_sym_SQUOTE] = ACTIONS(2935), + [anon_sym_L_DQUOTE] = ACTIONS(2935), + [anon_sym_u_DQUOTE] = ACTIONS(2935), + [anon_sym_U_DQUOTE] = ACTIONS(2935), + [anon_sym_u8_DQUOTE] = ACTIONS(2935), + [anon_sym_DQUOTE] = ACTIONS(2935), + [sym_true] = ACTIONS(2933), + [sym_false] = ACTIONS(2933), + [anon_sym_NULL] = ACTIONS(2933), + [anon_sym_nullptr] = ACTIONS(2933), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3052), - [anon_sym_decltype] = ACTIONS(3052), - [anon_sym_explicit] = ACTIONS(3052), - [anon_sym_typename] = ACTIONS(3052), - [anon_sym_template] = ACTIONS(3052), - [anon_sym_operator] = ACTIONS(3052), - [anon_sym_try] = ACTIONS(3052), - [anon_sym_delete] = ACTIONS(3052), - [anon_sym_throw] = ACTIONS(3052), - [anon_sym_namespace] = ACTIONS(3052), - [anon_sym_using] = ACTIONS(3052), - [anon_sym_static_assert] = ACTIONS(3052), - [anon_sym_concept] = ACTIONS(3052), - [anon_sym_co_return] = ACTIONS(3052), - [anon_sym_co_yield] = ACTIONS(3052), - [anon_sym_R_DQUOTE] = ACTIONS(3054), - [anon_sym_LR_DQUOTE] = ACTIONS(3054), - [anon_sym_uR_DQUOTE] = ACTIONS(3054), - [anon_sym_UR_DQUOTE] = ACTIONS(3054), - [anon_sym_u8R_DQUOTE] = ACTIONS(3054), - [anon_sym_co_await] = ACTIONS(3052), - [anon_sym_new] = ACTIONS(3052), - [anon_sym_requires] = ACTIONS(3052), - [sym_this] = ACTIONS(3052), - }, - [699] = { - [ts_builtin_sym_end] = ACTIONS(3047), - [sym_identifier] = ACTIONS(3045), - [aux_sym_preproc_include_token1] = ACTIONS(3045), - [aux_sym_preproc_def_token1] = ACTIONS(3045), - [aux_sym_preproc_if_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3045), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3045), - [sym_preproc_directive] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_BANG] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym___extension__] = ACTIONS(3045), - [anon_sym_typedef] = ACTIONS(3045), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym___attribute] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym___cdecl] = ACTIONS(3045), - [anon_sym___clrcall] = ACTIONS(3045), - [anon_sym___stdcall] = ACTIONS(3045), - [anon_sym___fastcall] = ACTIONS(3045), - [anon_sym___thiscall] = ACTIONS(3045), - [anon_sym___vectorcall] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3047), - [anon_sym_signed] = ACTIONS(3045), - [anon_sym_unsigned] = ACTIONS(3045), - [anon_sym_long] = ACTIONS(3045), - [anon_sym_short] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym___inline] = ACTIONS(3045), - [anon_sym___inline__] = ACTIONS(3045), - [anon_sym___forceinline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym___thread] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym___restrict__] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym__Noreturn] = ACTIONS(3045), - [anon_sym_noreturn] = ACTIONS(3045), - [anon_sym__Nonnull] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constinit] = ACTIONS(3045), - [anon_sym_consteval] = ACTIONS(3045), - [anon_sym_PROGMEM] = ACTIONS(3045), - [anon_sym_alignas] = ACTIONS(3045), - [anon_sym__Alignas] = ACTIONS(3045), - [aux_sym_primitive_type_token1] = ACTIONS(3045), - [anon_sym_byte] = ACTIONS(3045), - [anon_sym_word] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_class] = ACTIONS(3045), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_switch] = ACTIONS(3045), - [anon_sym_case] = ACTIONS(3045), - [anon_sym_default] = ACTIONS(3045), - [anon_sym_while] = ACTIONS(3045), - [anon_sym_do] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym_not] = ACTIONS(3045), - [anon_sym_compl] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3047), - [anon_sym_PLUS_PLUS] = ACTIONS(3047), - [anon_sym_sizeof] = ACTIONS(3045), - [anon_sym___alignof__] = ACTIONS(3045), - [anon_sym___alignof] = ACTIONS(3045), - [anon_sym__alignof] = ACTIONS(3045), - [anon_sym_alignof] = ACTIONS(3045), - [anon_sym__Alignof] = ACTIONS(3045), - [anon_sym_offsetof] = ACTIONS(3045), - [anon_sym__Generic] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym___asm__] = ACTIONS(3045), - [anon_sym___asm] = ACTIONS(3045), - [aux_sym_number_literal_token1] = ACTIONS(3047), - [aux_sym_number_literal_token2] = ACTIONS(3045), - [anon_sym_L_SQUOTE] = ACTIONS(3047), - [anon_sym_u_SQUOTE] = ACTIONS(3047), - [anon_sym_U_SQUOTE] = ACTIONS(3047), - [anon_sym_u8_SQUOTE] = ACTIONS(3047), - [anon_sym_SQUOTE] = ACTIONS(3047), - [anon_sym_L_DQUOTE] = ACTIONS(3047), - [anon_sym_u_DQUOTE] = ACTIONS(3047), - [anon_sym_U_DQUOTE] = ACTIONS(3047), - [anon_sym_u8_DQUOTE] = ACTIONS(3047), - [anon_sym_DQUOTE] = ACTIONS(3047), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [anon_sym_NULL] = ACTIONS(3045), - [anon_sym_nullptr] = ACTIONS(3045), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3045), - [anon_sym_decltype] = ACTIONS(3045), - [anon_sym_explicit] = ACTIONS(3045), - [anon_sym_typename] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [anon_sym_operator] = ACTIONS(3045), - [anon_sym_try] = ACTIONS(3045), - [anon_sym_delete] = ACTIONS(3045), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_namespace] = ACTIONS(3045), - [anon_sym_using] = ACTIONS(3045), - [anon_sym_static_assert] = ACTIONS(3045), - [anon_sym_concept] = ACTIONS(3045), - [anon_sym_co_return] = ACTIONS(3045), - [anon_sym_co_yield] = ACTIONS(3045), - [anon_sym_R_DQUOTE] = ACTIONS(3047), - [anon_sym_LR_DQUOTE] = ACTIONS(3047), - [anon_sym_uR_DQUOTE] = ACTIONS(3047), - [anon_sym_UR_DQUOTE] = ACTIONS(3047), - [anon_sym_u8R_DQUOTE] = ACTIONS(3047), - [anon_sym_co_await] = ACTIONS(3045), - [anon_sym_new] = ACTIONS(3045), - [anon_sym_requires] = ACTIONS(3045), - [sym_this] = ACTIONS(3045), - }, - [700] = { - [ts_builtin_sym_end] = ACTIONS(3100), - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_include_token1] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_BANG] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_DASH] = ACTIONS(3098), - [anon_sym_PLUS] = ACTIONS(3098), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym___cdecl] = ACTIONS(3098), - [anon_sym___clrcall] = ACTIONS(3098), - [anon_sym___stdcall] = ACTIONS(3098), - [anon_sym___fastcall] = ACTIONS(3098), - [anon_sym___thiscall] = ACTIONS(3098), - [anon_sym___vectorcall] = ACTIONS(3098), - [anon_sym_LBRACE] = ACTIONS(3100), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [anon_sym_if] = ACTIONS(3098), - [anon_sym_switch] = ACTIONS(3098), - [anon_sym_case] = ACTIONS(3098), - [anon_sym_default] = ACTIONS(3098), - [anon_sym_while] = ACTIONS(3098), - [anon_sym_do] = ACTIONS(3098), - [anon_sym_for] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3098), - [anon_sym_break] = ACTIONS(3098), - [anon_sym_continue] = ACTIONS(3098), - [anon_sym_goto] = ACTIONS(3098), - [anon_sym_not] = ACTIONS(3098), - [anon_sym_compl] = ACTIONS(3098), - [anon_sym_DASH_DASH] = ACTIONS(3100), - [anon_sym_PLUS_PLUS] = ACTIONS(3100), - [anon_sym_sizeof] = ACTIONS(3098), - [anon_sym___alignof__] = ACTIONS(3098), - [anon_sym___alignof] = ACTIONS(3098), - [anon_sym__alignof] = ACTIONS(3098), - [anon_sym_alignof] = ACTIONS(3098), - [anon_sym__Alignof] = ACTIONS(3098), - [anon_sym_offsetof] = ACTIONS(3098), - [anon_sym__Generic] = ACTIONS(3098), - [anon_sym_asm] = ACTIONS(3098), - [anon_sym___asm__] = ACTIONS(3098), - [anon_sym___asm] = ACTIONS(3098), - [aux_sym_number_literal_token1] = ACTIONS(3100), - [aux_sym_number_literal_token2] = ACTIONS(3098), - [anon_sym_L_SQUOTE] = ACTIONS(3100), - [anon_sym_u_SQUOTE] = ACTIONS(3100), - [anon_sym_U_SQUOTE] = ACTIONS(3100), - [anon_sym_u8_SQUOTE] = ACTIONS(3100), - [anon_sym_SQUOTE] = ACTIONS(3100), - [anon_sym_L_DQUOTE] = ACTIONS(3100), - [anon_sym_u_DQUOTE] = ACTIONS(3100), - [anon_sym_U_DQUOTE] = ACTIONS(3100), - [anon_sym_u8_DQUOTE] = ACTIONS(3100), - [anon_sym_DQUOTE] = ACTIONS(3100), - [sym_true] = ACTIONS(3098), - [sym_false] = ACTIONS(3098), - [anon_sym_NULL] = ACTIONS(3098), - [anon_sym_nullptr] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_try] = ACTIONS(3098), - [anon_sym_delete] = ACTIONS(3098), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_namespace] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - [anon_sym_concept] = ACTIONS(3098), - [anon_sym_co_return] = ACTIONS(3098), - [anon_sym_co_yield] = ACTIONS(3098), - [anon_sym_R_DQUOTE] = ACTIONS(3100), - [anon_sym_LR_DQUOTE] = ACTIONS(3100), - [anon_sym_uR_DQUOTE] = ACTIONS(3100), - [anon_sym_UR_DQUOTE] = ACTIONS(3100), - [anon_sym_u8R_DQUOTE] = ACTIONS(3100), - [anon_sym_co_await] = ACTIONS(3098), - [anon_sym_new] = ACTIONS(3098), - [anon_sym_requires] = ACTIONS(3098), - [sym_this] = ACTIONS(3098), - }, - [701] = { - [ts_builtin_sym_end] = ACTIONS(3043), - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_include_token1] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_BANG] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym___cdecl] = ACTIONS(3041), - [anon_sym___clrcall] = ACTIONS(3041), - [anon_sym___stdcall] = ACTIONS(3041), - [anon_sym___fastcall] = ACTIONS(3041), - [anon_sym___thiscall] = ACTIONS(3041), - [anon_sym___vectorcall] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_switch] = ACTIONS(3041), - [anon_sym_case] = ACTIONS(3041), - [anon_sym_default] = ACTIONS(3041), - [anon_sym_while] = ACTIONS(3041), - [anon_sym_do] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym_not] = ACTIONS(3041), - [anon_sym_compl] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3043), - [anon_sym_PLUS_PLUS] = ACTIONS(3043), - [anon_sym_sizeof] = ACTIONS(3041), - [anon_sym___alignof__] = ACTIONS(3041), - [anon_sym___alignof] = ACTIONS(3041), - [anon_sym__alignof] = ACTIONS(3041), - [anon_sym_alignof] = ACTIONS(3041), - [anon_sym__Alignof] = ACTIONS(3041), - [anon_sym_offsetof] = ACTIONS(3041), - [anon_sym__Generic] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym___asm__] = ACTIONS(3041), - [anon_sym___asm] = ACTIONS(3041), - [aux_sym_number_literal_token1] = ACTIONS(3043), - [aux_sym_number_literal_token2] = ACTIONS(3041), - [anon_sym_L_SQUOTE] = ACTIONS(3043), - [anon_sym_u_SQUOTE] = ACTIONS(3043), - [anon_sym_U_SQUOTE] = ACTIONS(3043), - [anon_sym_u8_SQUOTE] = ACTIONS(3043), - [anon_sym_SQUOTE] = ACTIONS(3043), - [anon_sym_L_DQUOTE] = ACTIONS(3043), - [anon_sym_u_DQUOTE] = ACTIONS(3043), - [anon_sym_U_DQUOTE] = ACTIONS(3043), - [anon_sym_u8_DQUOTE] = ACTIONS(3043), - [anon_sym_DQUOTE] = ACTIONS(3043), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [anon_sym_NULL] = ACTIONS(3041), - [anon_sym_nullptr] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_try] = ACTIONS(3041), - [anon_sym_delete] = ACTIONS(3041), - [anon_sym_throw] = ACTIONS(3041), - [anon_sym_namespace] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), - [anon_sym_concept] = ACTIONS(3041), - [anon_sym_co_return] = ACTIONS(3041), - [anon_sym_co_yield] = ACTIONS(3041), - [anon_sym_R_DQUOTE] = ACTIONS(3043), - [anon_sym_LR_DQUOTE] = ACTIONS(3043), - [anon_sym_uR_DQUOTE] = ACTIONS(3043), - [anon_sym_UR_DQUOTE] = ACTIONS(3043), - [anon_sym_u8R_DQUOTE] = ACTIONS(3043), - [anon_sym_co_await] = ACTIONS(3041), - [anon_sym_new] = ACTIONS(3041), - [anon_sym_requires] = ACTIONS(3041), - [sym_this] = ACTIONS(3041), - }, - [702] = { - [ts_builtin_sym_end] = ACTIONS(3156), - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), - }, - [703] = { - [ts_builtin_sym_end] = ACTIONS(3039), - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), - }, - [704] = { - [ts_builtin_sym_end] = ACTIONS(3039), - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_include_token1] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym___cdecl] = ACTIONS(3037), - [anon_sym___clrcall] = ACTIONS(3037), - [anon_sym___stdcall] = ACTIONS(3037), - [anon_sym___fastcall] = ACTIONS(3037), - [anon_sym___thiscall] = ACTIONS(3037), - [anon_sym___vectorcall] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_switch] = ACTIONS(3037), - [anon_sym_case] = ACTIONS(3037), - [anon_sym_default] = ACTIONS(3037), - [anon_sym_while] = ACTIONS(3037), - [anon_sym_do] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_not] = ACTIONS(3037), - [anon_sym_compl] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_sizeof] = ACTIONS(3037), - [anon_sym___alignof__] = ACTIONS(3037), - [anon_sym___alignof] = ACTIONS(3037), - [anon_sym__alignof] = ACTIONS(3037), - [anon_sym_alignof] = ACTIONS(3037), - [anon_sym__Alignof] = ACTIONS(3037), - [anon_sym_offsetof] = ACTIONS(3037), - [anon_sym__Generic] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym___asm__] = ACTIONS(3037), - [anon_sym___asm] = ACTIONS(3037), - [aux_sym_number_literal_token1] = ACTIONS(3039), - [aux_sym_number_literal_token2] = ACTIONS(3037), - [anon_sym_L_SQUOTE] = ACTIONS(3039), - [anon_sym_u_SQUOTE] = ACTIONS(3039), - [anon_sym_U_SQUOTE] = ACTIONS(3039), - [anon_sym_u8_SQUOTE] = ACTIONS(3039), - [anon_sym_SQUOTE] = ACTIONS(3039), - [anon_sym_L_DQUOTE] = ACTIONS(3039), - [anon_sym_u_DQUOTE] = ACTIONS(3039), - [anon_sym_U_DQUOTE] = ACTIONS(3039), - [anon_sym_u8_DQUOTE] = ACTIONS(3039), - [anon_sym_DQUOTE] = ACTIONS(3039), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [anon_sym_NULL] = ACTIONS(3037), - [anon_sym_nullptr] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_try] = ACTIONS(3037), - [anon_sym_delete] = ACTIONS(3037), - [anon_sym_throw] = ACTIONS(3037), - [anon_sym_namespace] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - [anon_sym_concept] = ACTIONS(3037), - [anon_sym_co_return] = ACTIONS(3037), - [anon_sym_co_yield] = ACTIONS(3037), - [anon_sym_R_DQUOTE] = ACTIONS(3039), - [anon_sym_LR_DQUOTE] = ACTIONS(3039), - [anon_sym_uR_DQUOTE] = ACTIONS(3039), - [anon_sym_UR_DQUOTE] = ACTIONS(3039), - [anon_sym_u8R_DQUOTE] = ACTIONS(3039), - [anon_sym_co_await] = ACTIONS(3037), - [anon_sym_new] = ACTIONS(3037), - [anon_sym_requires] = ACTIONS(3037), - [sym_this] = ACTIONS(3037), - }, - [705] = { - [ts_builtin_sym_end] = ACTIONS(3156), - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_include_token1] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_DASH] = ACTIONS(3154), - [anon_sym_PLUS] = ACTIONS(3154), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym___cdecl] = ACTIONS(3154), - [anon_sym___clrcall] = ACTIONS(3154), - [anon_sym___stdcall] = ACTIONS(3154), - [anon_sym___fastcall] = ACTIONS(3154), - [anon_sym___thiscall] = ACTIONS(3154), - [anon_sym___vectorcall] = ACTIONS(3154), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [anon_sym_if] = ACTIONS(3154), - [anon_sym_switch] = ACTIONS(3154), - [anon_sym_case] = ACTIONS(3154), - [anon_sym_default] = ACTIONS(3154), - [anon_sym_while] = ACTIONS(3154), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3154), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_break] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(3154), - [anon_sym_goto] = ACTIONS(3154), - [anon_sym_not] = ACTIONS(3154), - [anon_sym_compl] = ACTIONS(3154), - [anon_sym_DASH_DASH] = ACTIONS(3156), - [anon_sym_PLUS_PLUS] = ACTIONS(3156), - [anon_sym_sizeof] = ACTIONS(3154), - [anon_sym___alignof__] = ACTIONS(3154), - [anon_sym___alignof] = ACTIONS(3154), - [anon_sym__alignof] = ACTIONS(3154), - [anon_sym_alignof] = ACTIONS(3154), - [anon_sym__Alignof] = ACTIONS(3154), - [anon_sym_offsetof] = ACTIONS(3154), - [anon_sym__Generic] = ACTIONS(3154), - [anon_sym_asm] = ACTIONS(3154), - [anon_sym___asm__] = ACTIONS(3154), - [anon_sym___asm] = ACTIONS(3154), - [aux_sym_number_literal_token1] = ACTIONS(3156), - [aux_sym_number_literal_token2] = ACTIONS(3154), - [anon_sym_L_SQUOTE] = ACTIONS(3156), - [anon_sym_u_SQUOTE] = ACTIONS(3156), - [anon_sym_U_SQUOTE] = ACTIONS(3156), - [anon_sym_u8_SQUOTE] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3156), - [anon_sym_L_DQUOTE] = ACTIONS(3156), - [anon_sym_u_DQUOTE] = ACTIONS(3156), - [anon_sym_U_DQUOTE] = ACTIONS(3156), - [anon_sym_u8_DQUOTE] = ACTIONS(3156), - [anon_sym_DQUOTE] = ACTIONS(3156), - [sym_true] = ACTIONS(3154), - [sym_false] = ACTIONS(3154), - [anon_sym_NULL] = ACTIONS(3154), - [anon_sym_nullptr] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_try] = ACTIONS(3154), - [anon_sym_delete] = ACTIONS(3154), - [anon_sym_throw] = ACTIONS(3154), - [anon_sym_namespace] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - [anon_sym_concept] = ACTIONS(3154), - [anon_sym_co_return] = ACTIONS(3154), - [anon_sym_co_yield] = ACTIONS(3154), - [anon_sym_R_DQUOTE] = ACTIONS(3156), - [anon_sym_LR_DQUOTE] = ACTIONS(3156), - [anon_sym_uR_DQUOTE] = ACTIONS(3156), - [anon_sym_UR_DQUOTE] = ACTIONS(3156), - [anon_sym_u8R_DQUOTE] = ACTIONS(3156), - [anon_sym_co_await] = ACTIONS(3154), - [anon_sym_new] = ACTIONS(3154), - [anon_sym_requires] = ACTIONS(3154), - [sym_this] = ACTIONS(3154), - }, - [706] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_include_token1] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym___cdecl] = ACTIONS(3025), - [anon_sym___clrcall] = ACTIONS(3025), - [anon_sym___stdcall] = ACTIONS(3025), - [anon_sym___fastcall] = ACTIONS(3025), - [anon_sym___thiscall] = ACTIONS(3025), - [anon_sym___vectorcall] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_switch] = ACTIONS(3025), - [anon_sym_case] = ACTIONS(3025), - [anon_sym_default] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [anon_sym_compl] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_sizeof] = ACTIONS(3025), - [anon_sym___alignof__] = ACTIONS(3025), - [anon_sym___alignof] = ACTIONS(3025), - [anon_sym__alignof] = ACTIONS(3025), - [anon_sym_alignof] = ACTIONS(3025), - [anon_sym__Alignof] = ACTIONS(3025), - [anon_sym_offsetof] = ACTIONS(3025), - [anon_sym__Generic] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym___asm__] = ACTIONS(3025), - [anon_sym___asm] = ACTIONS(3025), - [aux_sym_number_literal_token1] = ACTIONS(3027), - [aux_sym_number_literal_token2] = ACTIONS(3025), - [anon_sym_L_SQUOTE] = ACTIONS(3027), - [anon_sym_u_SQUOTE] = ACTIONS(3027), - [anon_sym_U_SQUOTE] = ACTIONS(3027), - [anon_sym_u8_SQUOTE] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3027), - [anon_sym_L_DQUOTE] = ACTIONS(3027), - [anon_sym_u_DQUOTE] = ACTIONS(3027), - [anon_sym_U_DQUOTE] = ACTIONS(3027), - [anon_sym_u8_DQUOTE] = ACTIONS(3027), - [anon_sym_DQUOTE] = ACTIONS(3027), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [anon_sym_NULL] = ACTIONS(3025), - [anon_sym_nullptr] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_delete] = ACTIONS(3025), - [anon_sym_throw] = ACTIONS(3025), - [anon_sym_namespace] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - [anon_sym_concept] = ACTIONS(3025), - [anon_sym_co_return] = ACTIONS(3025), - [anon_sym_co_yield] = ACTIONS(3025), - [anon_sym_R_DQUOTE] = ACTIONS(3027), - [anon_sym_LR_DQUOTE] = ACTIONS(3027), - [anon_sym_uR_DQUOTE] = ACTIONS(3027), - [anon_sym_UR_DQUOTE] = ACTIONS(3027), - [anon_sym_u8R_DQUOTE] = ACTIONS(3027), - [anon_sym_co_await] = ACTIONS(3025), - [anon_sym_new] = ACTIONS(3025), - [anon_sym_requires] = ACTIONS(3025), - [sym_this] = ACTIONS(3025), - }, - [707] = { - [ts_builtin_sym_end] = ACTIONS(3493), - [sym_identifier] = ACTIONS(3495), - [aux_sym_preproc_include_token1] = ACTIONS(3495), - [aux_sym_preproc_def_token1] = ACTIONS(3495), - [aux_sym_preproc_if_token1] = ACTIONS(3495), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3495), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3495), - [sym_preproc_directive] = ACTIONS(3495), - [anon_sym_LPAREN2] = ACTIONS(3493), - [anon_sym_BANG] = ACTIONS(3493), - [anon_sym_TILDE] = ACTIONS(3493), - [anon_sym_DASH] = ACTIONS(3495), - [anon_sym_PLUS] = ACTIONS(3495), - [anon_sym_STAR] = ACTIONS(3493), - [anon_sym_AMP_AMP] = ACTIONS(3493), - [anon_sym_AMP] = ACTIONS(3495), - [anon_sym_SEMI] = ACTIONS(3493), - [anon_sym___extension__] = ACTIONS(3495), - [anon_sym_typedef] = ACTIONS(3495), - [anon_sym_virtual] = ACTIONS(3495), - [anon_sym_extern] = ACTIONS(3495), - [anon_sym___attribute__] = ACTIONS(3495), - [anon_sym___attribute] = ACTIONS(3495), - [anon_sym_COLON_COLON] = ACTIONS(3493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3493), - [anon_sym___declspec] = ACTIONS(3495), - [anon_sym___based] = ACTIONS(3495), - [anon_sym___cdecl] = ACTIONS(3495), - [anon_sym___clrcall] = ACTIONS(3495), - [anon_sym___stdcall] = ACTIONS(3495), - [anon_sym___fastcall] = ACTIONS(3495), - [anon_sym___thiscall] = ACTIONS(3495), - [anon_sym___vectorcall] = ACTIONS(3495), - [anon_sym_LBRACE] = ACTIONS(3493), - [anon_sym_signed] = ACTIONS(3495), - [anon_sym_unsigned] = ACTIONS(3495), - [anon_sym_long] = ACTIONS(3495), - [anon_sym_short] = ACTIONS(3495), - [anon_sym_LBRACK] = ACTIONS(3495), - [anon_sym_static] = ACTIONS(3495), - [anon_sym_register] = ACTIONS(3495), - [anon_sym_inline] = ACTIONS(3495), - [anon_sym___inline] = ACTIONS(3495), - [anon_sym___inline__] = ACTIONS(3495), - [anon_sym___forceinline] = ACTIONS(3495), - [anon_sym_thread_local] = ACTIONS(3495), - [anon_sym___thread] = ACTIONS(3495), - [anon_sym_const] = ACTIONS(3495), - [anon_sym_constexpr] = ACTIONS(3495), - [anon_sym_volatile] = ACTIONS(3495), - [anon_sym_restrict] = ACTIONS(3495), - [anon_sym___restrict__] = ACTIONS(3495), - [anon_sym__Atomic] = ACTIONS(3495), - [anon_sym__Noreturn] = ACTIONS(3495), - [anon_sym_noreturn] = ACTIONS(3495), - [anon_sym__Nonnull] = ACTIONS(3495), - [anon_sym_mutable] = ACTIONS(3495), - [anon_sym_constinit] = ACTIONS(3495), - [anon_sym_consteval] = ACTIONS(3495), - [anon_sym_PROGMEM] = ACTIONS(3495), - [anon_sym_alignas] = ACTIONS(3495), - [anon_sym__Alignas] = ACTIONS(3495), - [aux_sym_primitive_type_token1] = ACTIONS(3495), - [anon_sym_byte] = ACTIONS(3495), - [anon_sym_word] = ACTIONS(3495), - [anon_sym_enum] = ACTIONS(3495), - [anon_sym_class] = ACTIONS(3495), - [anon_sym_struct] = ACTIONS(3495), - [anon_sym_union] = ACTIONS(3495), - [anon_sym_if] = ACTIONS(3495), - [anon_sym_switch] = ACTIONS(3495), - [anon_sym_case] = ACTIONS(3495), - [anon_sym_default] = ACTIONS(3495), - [anon_sym_while] = ACTIONS(3495), - [anon_sym_do] = ACTIONS(3495), - [anon_sym_for] = ACTIONS(3495), - [anon_sym_return] = ACTIONS(3495), - [anon_sym_break] = ACTIONS(3495), - [anon_sym_continue] = ACTIONS(3495), - [anon_sym_goto] = ACTIONS(3495), - [anon_sym_not] = ACTIONS(3495), - [anon_sym_compl] = ACTIONS(3495), - [anon_sym_DASH_DASH] = ACTIONS(3493), - [anon_sym_PLUS_PLUS] = ACTIONS(3493), - [anon_sym_sizeof] = ACTIONS(3495), - [anon_sym___alignof__] = ACTIONS(3495), - [anon_sym___alignof] = ACTIONS(3495), - [anon_sym__alignof] = ACTIONS(3495), - [anon_sym_alignof] = ACTIONS(3495), - [anon_sym__Alignof] = ACTIONS(3495), - [anon_sym_offsetof] = ACTIONS(3495), - [anon_sym__Generic] = ACTIONS(3495), - [anon_sym_asm] = ACTIONS(3495), - [anon_sym___asm__] = ACTIONS(3495), - [anon_sym___asm] = ACTIONS(3495), - [aux_sym_number_literal_token1] = ACTIONS(3493), - [aux_sym_number_literal_token2] = ACTIONS(3495), - [anon_sym_L_SQUOTE] = ACTIONS(3493), - [anon_sym_u_SQUOTE] = ACTIONS(3493), - [anon_sym_U_SQUOTE] = ACTIONS(3493), - [anon_sym_u8_SQUOTE] = ACTIONS(3493), - [anon_sym_SQUOTE] = ACTIONS(3493), - [anon_sym_L_DQUOTE] = ACTIONS(3493), - [anon_sym_u_DQUOTE] = ACTIONS(3493), - [anon_sym_U_DQUOTE] = ACTIONS(3493), - [anon_sym_u8_DQUOTE] = ACTIONS(3493), - [anon_sym_DQUOTE] = ACTIONS(3493), - [sym_true] = ACTIONS(3495), - [sym_false] = ACTIONS(3495), - [anon_sym_NULL] = ACTIONS(3495), - [anon_sym_nullptr] = ACTIONS(3495), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3495), - [anon_sym_decltype] = ACTIONS(3495), - [anon_sym_explicit] = ACTIONS(3495), - [anon_sym_typename] = ACTIONS(3495), - [anon_sym_template] = ACTIONS(3495), - [anon_sym_operator] = ACTIONS(3495), - [anon_sym_try] = ACTIONS(3495), - [anon_sym_delete] = ACTIONS(3495), - [anon_sym_throw] = ACTIONS(3495), - [anon_sym_namespace] = ACTIONS(3495), - [anon_sym_using] = ACTIONS(3495), - [anon_sym_static_assert] = ACTIONS(3495), - [anon_sym_concept] = ACTIONS(3495), - [anon_sym_co_return] = ACTIONS(3495), - [anon_sym_co_yield] = ACTIONS(3495), - [anon_sym_R_DQUOTE] = ACTIONS(3493), - [anon_sym_LR_DQUOTE] = ACTIONS(3493), - [anon_sym_uR_DQUOTE] = ACTIONS(3493), - [anon_sym_UR_DQUOTE] = ACTIONS(3493), - [anon_sym_u8R_DQUOTE] = ACTIONS(3493), - [anon_sym_co_await] = ACTIONS(3495), - [anon_sym_new] = ACTIONS(3495), - [anon_sym_requires] = ACTIONS(3495), - [sym_this] = ACTIONS(3495), - }, - [708] = { - [ts_builtin_sym_end] = ACTIONS(3012), - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_include_token1] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_BANG] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_PLUS] = ACTIONS(3010), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym___cdecl] = ACTIONS(3010), - [anon_sym___clrcall] = ACTIONS(3010), - [anon_sym___stdcall] = ACTIONS(3010), - [anon_sym___fastcall] = ACTIONS(3010), - [anon_sym___thiscall] = ACTIONS(3010), - [anon_sym___vectorcall] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3012), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [anon_sym_if] = ACTIONS(3010), - [anon_sym_switch] = ACTIONS(3010), - [anon_sym_case] = ACTIONS(3010), - [anon_sym_default] = ACTIONS(3010), - [anon_sym_while] = ACTIONS(3010), - [anon_sym_do] = ACTIONS(3010), - [anon_sym_for] = ACTIONS(3010), - [anon_sym_return] = ACTIONS(3010), - [anon_sym_break] = ACTIONS(3010), - [anon_sym_continue] = ACTIONS(3010), - [anon_sym_goto] = ACTIONS(3010), - [anon_sym_not] = ACTIONS(3010), - [anon_sym_compl] = ACTIONS(3010), - [anon_sym_DASH_DASH] = ACTIONS(3012), - [anon_sym_PLUS_PLUS] = ACTIONS(3012), - [anon_sym_sizeof] = ACTIONS(3010), - [anon_sym___alignof__] = ACTIONS(3010), - [anon_sym___alignof] = ACTIONS(3010), - [anon_sym__alignof] = ACTIONS(3010), - [anon_sym_alignof] = ACTIONS(3010), - [anon_sym__Alignof] = ACTIONS(3010), - [anon_sym_offsetof] = ACTIONS(3010), - [anon_sym__Generic] = ACTIONS(3010), - [anon_sym_asm] = ACTIONS(3010), - [anon_sym___asm__] = ACTIONS(3010), - [anon_sym___asm] = ACTIONS(3010), - [aux_sym_number_literal_token1] = ACTIONS(3012), - [aux_sym_number_literal_token2] = ACTIONS(3010), - [anon_sym_L_SQUOTE] = ACTIONS(3012), - [anon_sym_u_SQUOTE] = ACTIONS(3012), - [anon_sym_U_SQUOTE] = ACTIONS(3012), - [anon_sym_u8_SQUOTE] = ACTIONS(3012), - [anon_sym_SQUOTE] = ACTIONS(3012), - [anon_sym_L_DQUOTE] = ACTIONS(3012), - [anon_sym_u_DQUOTE] = ACTIONS(3012), - [anon_sym_U_DQUOTE] = ACTIONS(3012), - [anon_sym_u8_DQUOTE] = ACTIONS(3012), - [anon_sym_DQUOTE] = ACTIONS(3012), - [sym_true] = ACTIONS(3010), - [sym_false] = ACTIONS(3010), - [anon_sym_NULL] = ACTIONS(3010), - [anon_sym_nullptr] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_try] = ACTIONS(3010), - [anon_sym_delete] = ACTIONS(3010), - [anon_sym_throw] = ACTIONS(3010), - [anon_sym_namespace] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), - [anon_sym_concept] = ACTIONS(3010), - [anon_sym_co_return] = ACTIONS(3010), - [anon_sym_co_yield] = ACTIONS(3010), - [anon_sym_R_DQUOTE] = ACTIONS(3012), - [anon_sym_LR_DQUOTE] = ACTIONS(3012), - [anon_sym_uR_DQUOTE] = ACTIONS(3012), - [anon_sym_UR_DQUOTE] = ACTIONS(3012), - [anon_sym_u8R_DQUOTE] = ACTIONS(3012), - [anon_sym_co_await] = ACTIONS(3010), - [anon_sym_new] = ACTIONS(3010), - [anon_sym_requires] = ACTIONS(3010), - [sym_this] = ACTIONS(3010), - }, - [709] = { - [ts_builtin_sym_end] = ACTIONS(3179), - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_include_token1] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_BANG] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym___cdecl] = ACTIONS(3177), - [anon_sym___clrcall] = ACTIONS(3177), - [anon_sym___stdcall] = ACTIONS(3177), - [anon_sym___fastcall] = ACTIONS(3177), - [anon_sym___thiscall] = ACTIONS(3177), - [anon_sym___vectorcall] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_switch] = ACTIONS(3177), - [anon_sym_case] = ACTIONS(3177), - [anon_sym_default] = ACTIONS(3177), - [anon_sym_while] = ACTIONS(3177), - [anon_sym_do] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym_not] = ACTIONS(3177), - [anon_sym_compl] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_sizeof] = ACTIONS(3177), - [anon_sym___alignof__] = ACTIONS(3177), - [anon_sym___alignof] = ACTIONS(3177), - [anon_sym__alignof] = ACTIONS(3177), - [anon_sym_alignof] = ACTIONS(3177), - [anon_sym__Alignof] = ACTIONS(3177), - [anon_sym_offsetof] = ACTIONS(3177), - [anon_sym__Generic] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym___asm__] = ACTIONS(3177), - [anon_sym___asm] = ACTIONS(3177), - [aux_sym_number_literal_token1] = ACTIONS(3179), - [aux_sym_number_literal_token2] = ACTIONS(3177), - [anon_sym_L_SQUOTE] = ACTIONS(3179), - [anon_sym_u_SQUOTE] = ACTIONS(3179), - [anon_sym_U_SQUOTE] = ACTIONS(3179), - [anon_sym_u8_SQUOTE] = ACTIONS(3179), - [anon_sym_SQUOTE] = ACTIONS(3179), - [anon_sym_L_DQUOTE] = ACTIONS(3179), - [anon_sym_u_DQUOTE] = ACTIONS(3179), - [anon_sym_U_DQUOTE] = ACTIONS(3179), - [anon_sym_u8_DQUOTE] = ACTIONS(3179), - [anon_sym_DQUOTE] = ACTIONS(3179), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [anon_sym_NULL] = ACTIONS(3177), - [anon_sym_nullptr] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_try] = ACTIONS(3177), - [anon_sym_delete] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [anon_sym_namespace] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), - [anon_sym_concept] = ACTIONS(3177), - [anon_sym_co_return] = ACTIONS(3177), - [anon_sym_co_yield] = ACTIONS(3177), - [anon_sym_R_DQUOTE] = ACTIONS(3179), - [anon_sym_LR_DQUOTE] = ACTIONS(3179), - [anon_sym_uR_DQUOTE] = ACTIONS(3179), - [anon_sym_UR_DQUOTE] = ACTIONS(3179), - [anon_sym_u8R_DQUOTE] = ACTIONS(3179), - [anon_sym_co_await] = ACTIONS(3177), - [anon_sym_new] = ACTIONS(3177), - [anon_sym_requires] = ACTIONS(3177), - [sym_this] = ACTIONS(3177), - }, - [710] = { - [ts_builtin_sym_end] = ACTIONS(3004), - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_include_token1] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_BANG] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_PLUS] = ACTIONS(3002), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym___cdecl] = ACTIONS(3002), - [anon_sym___clrcall] = ACTIONS(3002), - [anon_sym___stdcall] = ACTIONS(3002), - [anon_sym___fastcall] = ACTIONS(3002), - [anon_sym___thiscall] = ACTIONS(3002), - [anon_sym___vectorcall] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3004), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [anon_sym_if] = ACTIONS(3002), - [anon_sym_switch] = ACTIONS(3002), - [anon_sym_case] = ACTIONS(3002), - [anon_sym_default] = ACTIONS(3002), - [anon_sym_while] = ACTIONS(3002), - [anon_sym_do] = ACTIONS(3002), - [anon_sym_for] = ACTIONS(3002), - [anon_sym_return] = ACTIONS(3002), - [anon_sym_break] = ACTIONS(3002), - [anon_sym_continue] = ACTIONS(3002), - [anon_sym_goto] = ACTIONS(3002), - [anon_sym_not] = ACTIONS(3002), - [anon_sym_compl] = ACTIONS(3002), - [anon_sym_DASH_DASH] = ACTIONS(3004), - [anon_sym_PLUS_PLUS] = ACTIONS(3004), - [anon_sym_sizeof] = ACTIONS(3002), - [anon_sym___alignof__] = ACTIONS(3002), - [anon_sym___alignof] = ACTIONS(3002), - [anon_sym__alignof] = ACTIONS(3002), - [anon_sym_alignof] = ACTIONS(3002), - [anon_sym__Alignof] = ACTIONS(3002), - [anon_sym_offsetof] = ACTIONS(3002), - [anon_sym__Generic] = ACTIONS(3002), - [anon_sym_asm] = ACTIONS(3002), - [anon_sym___asm__] = ACTIONS(3002), - [anon_sym___asm] = ACTIONS(3002), - [aux_sym_number_literal_token1] = ACTIONS(3004), - [aux_sym_number_literal_token2] = ACTIONS(3002), - [anon_sym_L_SQUOTE] = ACTIONS(3004), - [anon_sym_u_SQUOTE] = ACTIONS(3004), - [anon_sym_U_SQUOTE] = ACTIONS(3004), - [anon_sym_u8_SQUOTE] = ACTIONS(3004), - [anon_sym_SQUOTE] = ACTIONS(3004), - [anon_sym_L_DQUOTE] = ACTIONS(3004), - [anon_sym_u_DQUOTE] = ACTIONS(3004), - [anon_sym_U_DQUOTE] = ACTIONS(3004), - [anon_sym_u8_DQUOTE] = ACTIONS(3004), - [anon_sym_DQUOTE] = ACTIONS(3004), - [sym_true] = ACTIONS(3002), - [sym_false] = ACTIONS(3002), - [anon_sym_NULL] = ACTIONS(3002), - [anon_sym_nullptr] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_try] = ACTIONS(3002), - [anon_sym_delete] = ACTIONS(3002), - [anon_sym_throw] = ACTIONS(3002), - [anon_sym_namespace] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), - [anon_sym_concept] = ACTIONS(3002), - [anon_sym_co_return] = ACTIONS(3002), - [anon_sym_co_yield] = ACTIONS(3002), - [anon_sym_R_DQUOTE] = ACTIONS(3004), - [anon_sym_LR_DQUOTE] = ACTIONS(3004), - [anon_sym_uR_DQUOTE] = ACTIONS(3004), - [anon_sym_UR_DQUOTE] = ACTIONS(3004), - [anon_sym_u8R_DQUOTE] = ACTIONS(3004), - [anon_sym_co_await] = ACTIONS(3002), - [anon_sym_new] = ACTIONS(3002), - [anon_sym_requires] = ACTIONS(3002), - [sym_this] = ACTIONS(3002), - }, - [711] = { - [ts_builtin_sym_end] = ACTIONS(3000), - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_include_token1] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_BANG] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_DASH] = ACTIONS(2998), - [anon_sym_PLUS] = ACTIONS(2998), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym___cdecl] = ACTIONS(2998), - [anon_sym___clrcall] = ACTIONS(2998), - [anon_sym___stdcall] = ACTIONS(2998), - [anon_sym___fastcall] = ACTIONS(2998), - [anon_sym___thiscall] = ACTIONS(2998), - [anon_sym___vectorcall] = ACTIONS(2998), - [anon_sym_LBRACE] = ACTIONS(3000), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [anon_sym_if] = ACTIONS(2998), - [anon_sym_switch] = ACTIONS(2998), - [anon_sym_case] = ACTIONS(2998), - [anon_sym_default] = ACTIONS(2998), - [anon_sym_while] = ACTIONS(2998), - [anon_sym_do] = ACTIONS(2998), - [anon_sym_for] = ACTIONS(2998), - [anon_sym_return] = ACTIONS(2998), - [anon_sym_break] = ACTIONS(2998), - [anon_sym_continue] = ACTIONS(2998), - [anon_sym_goto] = ACTIONS(2998), - [anon_sym_not] = ACTIONS(2998), - [anon_sym_compl] = ACTIONS(2998), - [anon_sym_DASH_DASH] = ACTIONS(3000), - [anon_sym_PLUS_PLUS] = ACTIONS(3000), - [anon_sym_sizeof] = ACTIONS(2998), - [anon_sym___alignof__] = ACTIONS(2998), - [anon_sym___alignof] = ACTIONS(2998), - [anon_sym__alignof] = ACTIONS(2998), - [anon_sym_alignof] = ACTIONS(2998), - [anon_sym__Alignof] = ACTIONS(2998), - [anon_sym_offsetof] = ACTIONS(2998), - [anon_sym__Generic] = ACTIONS(2998), - [anon_sym_asm] = ACTIONS(2998), - [anon_sym___asm__] = ACTIONS(2998), - [anon_sym___asm] = ACTIONS(2998), - [aux_sym_number_literal_token1] = ACTIONS(3000), - [aux_sym_number_literal_token2] = ACTIONS(2998), - [anon_sym_L_SQUOTE] = ACTIONS(3000), - [anon_sym_u_SQUOTE] = ACTIONS(3000), - [anon_sym_U_SQUOTE] = ACTIONS(3000), - [anon_sym_u8_SQUOTE] = ACTIONS(3000), - [anon_sym_SQUOTE] = ACTIONS(3000), - [anon_sym_L_DQUOTE] = ACTIONS(3000), - [anon_sym_u_DQUOTE] = ACTIONS(3000), - [anon_sym_U_DQUOTE] = ACTIONS(3000), - [anon_sym_u8_DQUOTE] = ACTIONS(3000), - [anon_sym_DQUOTE] = ACTIONS(3000), - [sym_true] = ACTIONS(2998), - [sym_false] = ACTIONS(2998), - [anon_sym_NULL] = ACTIONS(2998), - [anon_sym_nullptr] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_try] = ACTIONS(2998), - [anon_sym_delete] = ACTIONS(2998), - [anon_sym_throw] = ACTIONS(2998), - [anon_sym_namespace] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - [anon_sym_concept] = ACTIONS(2998), - [anon_sym_co_return] = ACTIONS(2998), - [anon_sym_co_yield] = ACTIONS(2998), - [anon_sym_R_DQUOTE] = ACTIONS(3000), - [anon_sym_LR_DQUOTE] = ACTIONS(3000), - [anon_sym_uR_DQUOTE] = ACTIONS(3000), - [anon_sym_UR_DQUOTE] = ACTIONS(3000), - [anon_sym_u8R_DQUOTE] = ACTIONS(3000), - [anon_sym_co_await] = ACTIONS(2998), - [anon_sym_new] = ACTIONS(2998), - [anon_sym_requires] = ACTIONS(2998), - [sym_this] = ACTIONS(2998), - }, - [712] = { - [ts_builtin_sym_end] = ACTIONS(3096), - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_include_token1] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_DASH] = ACTIONS(3094), - [anon_sym_PLUS] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym___cdecl] = ACTIONS(3094), - [anon_sym___clrcall] = ACTIONS(3094), - [anon_sym___stdcall] = ACTIONS(3094), - [anon_sym___fastcall] = ACTIONS(3094), - [anon_sym___thiscall] = ACTIONS(3094), - [anon_sym___vectorcall] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(3096), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_switch] = ACTIONS(3094), - [anon_sym_case] = ACTIONS(3094), - [anon_sym_default] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_do] = ACTIONS(3094), - [anon_sym_for] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_goto] = ACTIONS(3094), - [anon_sym_not] = ACTIONS(3094), - [anon_sym_compl] = ACTIONS(3094), - [anon_sym_DASH_DASH] = ACTIONS(3096), - [anon_sym_PLUS_PLUS] = ACTIONS(3096), - [anon_sym_sizeof] = ACTIONS(3094), - [anon_sym___alignof__] = ACTIONS(3094), - [anon_sym___alignof] = ACTIONS(3094), - [anon_sym__alignof] = ACTIONS(3094), - [anon_sym_alignof] = ACTIONS(3094), - [anon_sym__Alignof] = ACTIONS(3094), - [anon_sym_offsetof] = ACTIONS(3094), - [anon_sym__Generic] = ACTIONS(3094), - [anon_sym_asm] = ACTIONS(3094), - [anon_sym___asm__] = ACTIONS(3094), - [anon_sym___asm] = ACTIONS(3094), - [aux_sym_number_literal_token1] = ACTIONS(3096), - [aux_sym_number_literal_token2] = ACTIONS(3094), - [anon_sym_L_SQUOTE] = ACTIONS(3096), - [anon_sym_u_SQUOTE] = ACTIONS(3096), - [anon_sym_U_SQUOTE] = ACTIONS(3096), - [anon_sym_u8_SQUOTE] = ACTIONS(3096), - [anon_sym_SQUOTE] = ACTIONS(3096), - [anon_sym_L_DQUOTE] = ACTIONS(3096), - [anon_sym_u_DQUOTE] = ACTIONS(3096), - [anon_sym_U_DQUOTE] = ACTIONS(3096), - [anon_sym_u8_DQUOTE] = ACTIONS(3096), - [anon_sym_DQUOTE] = ACTIONS(3096), - [sym_true] = ACTIONS(3094), - [sym_false] = ACTIONS(3094), - [anon_sym_NULL] = ACTIONS(3094), - [anon_sym_nullptr] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_delete] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_namespace] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - [anon_sym_concept] = ACTIONS(3094), - [anon_sym_co_return] = ACTIONS(3094), - [anon_sym_co_yield] = ACTIONS(3094), - [anon_sym_R_DQUOTE] = ACTIONS(3096), - [anon_sym_LR_DQUOTE] = ACTIONS(3096), - [anon_sym_uR_DQUOTE] = ACTIONS(3096), - [anon_sym_UR_DQUOTE] = ACTIONS(3096), - [anon_sym_u8R_DQUOTE] = ACTIONS(3096), - [anon_sym_co_await] = ACTIONS(3094), - [anon_sym_new] = ACTIONS(3094), - [anon_sym_requires] = ACTIONS(3094), - [sym_this] = ACTIONS(3094), - }, - [713] = { - [ts_builtin_sym_end] = ACTIONS(2988), - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_include_token1] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_BANG] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_DASH] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(2986), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym___cdecl] = ACTIONS(2986), - [anon_sym___clrcall] = ACTIONS(2986), - [anon_sym___stdcall] = ACTIONS(2986), - [anon_sym___fastcall] = ACTIONS(2986), - [anon_sym___thiscall] = ACTIONS(2986), - [anon_sym___vectorcall] = ACTIONS(2986), - [anon_sym_LBRACE] = ACTIONS(2988), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [anon_sym_if] = ACTIONS(2986), - [anon_sym_switch] = ACTIONS(2986), - [anon_sym_case] = ACTIONS(2986), - [anon_sym_default] = ACTIONS(2986), - [anon_sym_while] = ACTIONS(2986), - [anon_sym_do] = ACTIONS(2986), - [anon_sym_for] = ACTIONS(2986), - [anon_sym_return] = ACTIONS(2986), - [anon_sym_break] = ACTIONS(2986), - [anon_sym_continue] = ACTIONS(2986), - [anon_sym_goto] = ACTIONS(2986), - [anon_sym_not] = ACTIONS(2986), - [anon_sym_compl] = ACTIONS(2986), - [anon_sym_DASH_DASH] = ACTIONS(2988), - [anon_sym_PLUS_PLUS] = ACTIONS(2988), - [anon_sym_sizeof] = ACTIONS(2986), - [anon_sym___alignof__] = ACTIONS(2986), - [anon_sym___alignof] = ACTIONS(2986), - [anon_sym__alignof] = ACTIONS(2986), - [anon_sym_alignof] = ACTIONS(2986), - [anon_sym__Alignof] = ACTIONS(2986), - [anon_sym_offsetof] = ACTIONS(2986), - [anon_sym__Generic] = ACTIONS(2986), - [anon_sym_asm] = ACTIONS(2986), - [anon_sym___asm__] = ACTIONS(2986), - [anon_sym___asm] = ACTIONS(2986), - [aux_sym_number_literal_token1] = ACTIONS(2988), - [aux_sym_number_literal_token2] = ACTIONS(2986), - [anon_sym_L_SQUOTE] = ACTIONS(2988), - [anon_sym_u_SQUOTE] = ACTIONS(2988), - [anon_sym_U_SQUOTE] = ACTIONS(2988), - [anon_sym_u8_SQUOTE] = ACTIONS(2988), - [anon_sym_SQUOTE] = ACTIONS(2988), - [anon_sym_L_DQUOTE] = ACTIONS(2988), - [anon_sym_u_DQUOTE] = ACTIONS(2988), - [anon_sym_U_DQUOTE] = ACTIONS(2988), - [anon_sym_u8_DQUOTE] = ACTIONS(2988), - [anon_sym_DQUOTE] = ACTIONS(2988), - [sym_true] = ACTIONS(2986), - [sym_false] = ACTIONS(2986), - [anon_sym_NULL] = ACTIONS(2986), - [anon_sym_nullptr] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_try] = ACTIONS(2986), - [anon_sym_delete] = ACTIONS(2986), - [anon_sym_throw] = ACTIONS(2986), - [anon_sym_namespace] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), - [anon_sym_concept] = ACTIONS(2986), - [anon_sym_co_return] = ACTIONS(2986), - [anon_sym_co_yield] = ACTIONS(2986), - [anon_sym_R_DQUOTE] = ACTIONS(2988), - [anon_sym_LR_DQUOTE] = ACTIONS(2988), - [anon_sym_uR_DQUOTE] = ACTIONS(2988), - [anon_sym_UR_DQUOTE] = ACTIONS(2988), - [anon_sym_u8R_DQUOTE] = ACTIONS(2988), - [anon_sym_co_await] = ACTIONS(2986), - [anon_sym_new] = ACTIONS(2986), - [anon_sym_requires] = ACTIONS(2986), - [sym_this] = ACTIONS(2986), - }, - [714] = { - [ts_builtin_sym_end] = ACTIONS(3187), - [sym_identifier] = ACTIONS(3185), - [aux_sym_preproc_include_token1] = ACTIONS(3185), - [aux_sym_preproc_def_token1] = ACTIONS(3185), - [aux_sym_preproc_if_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3185), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3185), - [sym_preproc_directive] = ACTIONS(3185), - [anon_sym_LPAREN2] = ACTIONS(3187), - [anon_sym_BANG] = ACTIONS(3187), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_SEMI] = ACTIONS(3187), - [anon_sym___extension__] = ACTIONS(3185), - [anon_sym_typedef] = ACTIONS(3185), - [anon_sym_virtual] = ACTIONS(3185), - [anon_sym_extern] = ACTIONS(3185), - [anon_sym___attribute__] = ACTIONS(3185), - [anon_sym___attribute] = ACTIONS(3185), - [anon_sym_COLON_COLON] = ACTIONS(3187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3187), - [anon_sym___declspec] = ACTIONS(3185), - [anon_sym___based] = ACTIONS(3185), - [anon_sym___cdecl] = ACTIONS(3185), - [anon_sym___clrcall] = ACTIONS(3185), - [anon_sym___stdcall] = ACTIONS(3185), - [anon_sym___fastcall] = ACTIONS(3185), - [anon_sym___thiscall] = ACTIONS(3185), - [anon_sym___vectorcall] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_signed] = ACTIONS(3185), - [anon_sym_unsigned] = ACTIONS(3185), - [anon_sym_long] = ACTIONS(3185), - [anon_sym_short] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3185), - [anon_sym_static] = ACTIONS(3185), - [anon_sym_register] = ACTIONS(3185), - [anon_sym_inline] = ACTIONS(3185), - [anon_sym___inline] = ACTIONS(3185), - [anon_sym___inline__] = ACTIONS(3185), - [anon_sym___forceinline] = ACTIONS(3185), - [anon_sym_thread_local] = ACTIONS(3185), - [anon_sym___thread] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_constexpr] = ACTIONS(3185), - [anon_sym_volatile] = ACTIONS(3185), - [anon_sym_restrict] = ACTIONS(3185), - [anon_sym___restrict__] = ACTIONS(3185), - [anon_sym__Atomic] = ACTIONS(3185), - [anon_sym__Noreturn] = ACTIONS(3185), - [anon_sym_noreturn] = ACTIONS(3185), - [anon_sym__Nonnull] = ACTIONS(3185), - [anon_sym_mutable] = ACTIONS(3185), - [anon_sym_constinit] = ACTIONS(3185), - [anon_sym_consteval] = ACTIONS(3185), - [anon_sym_PROGMEM] = ACTIONS(3185), - [anon_sym_alignas] = ACTIONS(3185), - [anon_sym__Alignas] = ACTIONS(3185), - [aux_sym_primitive_type_token1] = ACTIONS(3185), - [anon_sym_byte] = ACTIONS(3185), - [anon_sym_word] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_class] = ACTIONS(3185), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_switch] = ACTIONS(3185), - [anon_sym_case] = ACTIONS(3185), - [anon_sym_default] = ACTIONS(3185), - [anon_sym_while] = ACTIONS(3185), - [anon_sym_do] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym_not] = ACTIONS(3185), - [anon_sym_compl] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_sizeof] = ACTIONS(3185), - [anon_sym___alignof__] = ACTIONS(3185), - [anon_sym___alignof] = ACTIONS(3185), - [anon_sym__alignof] = ACTIONS(3185), - [anon_sym_alignof] = ACTIONS(3185), - [anon_sym__Alignof] = ACTIONS(3185), - [anon_sym_offsetof] = ACTIONS(3185), - [anon_sym__Generic] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym___asm__] = ACTIONS(3185), - [anon_sym___asm] = ACTIONS(3185), - [aux_sym_number_literal_token1] = ACTIONS(3187), - [aux_sym_number_literal_token2] = ACTIONS(3185), - [anon_sym_L_SQUOTE] = ACTIONS(3187), - [anon_sym_u_SQUOTE] = ACTIONS(3187), - [anon_sym_U_SQUOTE] = ACTIONS(3187), - [anon_sym_u8_SQUOTE] = ACTIONS(3187), - [anon_sym_SQUOTE] = ACTIONS(3187), - [anon_sym_L_DQUOTE] = ACTIONS(3187), - [anon_sym_u_DQUOTE] = ACTIONS(3187), - [anon_sym_U_DQUOTE] = ACTIONS(3187), - [anon_sym_u8_DQUOTE] = ACTIONS(3187), - [anon_sym_DQUOTE] = ACTIONS(3187), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [anon_sym_NULL] = ACTIONS(3185), - [anon_sym_nullptr] = ACTIONS(3185), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3185), - [anon_sym_decltype] = ACTIONS(3185), - [anon_sym_explicit] = ACTIONS(3185), - [anon_sym_typename] = ACTIONS(3185), - [anon_sym_template] = ACTIONS(3185), - [anon_sym_operator] = ACTIONS(3185), - [anon_sym_try] = ACTIONS(3185), - [anon_sym_delete] = ACTIONS(3185), - [anon_sym_throw] = ACTIONS(3185), - [anon_sym_namespace] = ACTIONS(3185), - [anon_sym_using] = ACTIONS(3185), - [anon_sym_static_assert] = ACTIONS(3185), - [anon_sym_concept] = ACTIONS(3185), - [anon_sym_co_return] = ACTIONS(3185), - [anon_sym_co_yield] = ACTIONS(3185), - [anon_sym_R_DQUOTE] = ACTIONS(3187), - [anon_sym_LR_DQUOTE] = ACTIONS(3187), - [anon_sym_uR_DQUOTE] = ACTIONS(3187), - [anon_sym_UR_DQUOTE] = ACTIONS(3187), - [anon_sym_u8R_DQUOTE] = ACTIONS(3187), - [anon_sym_co_await] = ACTIONS(3185), - [anon_sym_new] = ACTIONS(3185), - [anon_sym_requires] = ACTIONS(3185), - [sym_this] = ACTIONS(3185), + [sym_auto] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(2933), + [anon_sym_explicit] = ACTIONS(2933), + [anon_sym_typename] = ACTIONS(2933), + [anon_sym_template] = ACTIONS(2933), + [anon_sym_operator] = ACTIONS(2933), + [anon_sym_try] = ACTIONS(2933), + [anon_sym_delete] = ACTIONS(2933), + [anon_sym_throw] = ACTIONS(2933), + [anon_sym_namespace] = ACTIONS(2933), + [anon_sym_using] = ACTIONS(2933), + [anon_sym_static_assert] = ACTIONS(2933), + [anon_sym_concept] = ACTIONS(2933), + [anon_sym_co_return] = ACTIONS(2933), + [anon_sym_co_yield] = ACTIONS(2933), + [anon_sym_R_DQUOTE] = ACTIONS(2935), + [anon_sym_LR_DQUOTE] = ACTIONS(2935), + [anon_sym_uR_DQUOTE] = ACTIONS(2935), + [anon_sym_UR_DQUOTE] = ACTIONS(2935), + [anon_sym_u8R_DQUOTE] = ACTIONS(2935), + [anon_sym_co_await] = ACTIONS(2933), + [anon_sym_new] = ACTIONS(2933), + [anon_sym_requires] = ACTIONS(2933), + [sym_this] = ACTIONS(2933), }, - [715] = { - [ts_builtin_sym_end] = ACTIONS(2974), - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_include_token1] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_BANG] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_DASH] = ACTIONS(2972), - [anon_sym_PLUS] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym___cdecl] = ACTIONS(2972), - [anon_sym___clrcall] = ACTIONS(2972), - [anon_sym___stdcall] = ACTIONS(2972), - [anon_sym___fastcall] = ACTIONS(2972), - [anon_sym___thiscall] = ACTIONS(2972), - [anon_sym___vectorcall] = ACTIONS(2972), - [anon_sym_LBRACE] = ACTIONS(2974), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [anon_sym_if] = ACTIONS(2972), - [anon_sym_switch] = ACTIONS(2972), - [anon_sym_case] = ACTIONS(2972), - [anon_sym_default] = ACTIONS(2972), - [anon_sym_while] = ACTIONS(2972), - [anon_sym_do] = ACTIONS(2972), - [anon_sym_for] = ACTIONS(2972), - [anon_sym_return] = ACTIONS(2972), - [anon_sym_break] = ACTIONS(2972), - [anon_sym_continue] = ACTIONS(2972), - [anon_sym_goto] = ACTIONS(2972), - [anon_sym_not] = ACTIONS(2972), - [anon_sym_compl] = ACTIONS(2972), - [anon_sym_DASH_DASH] = ACTIONS(2974), - [anon_sym_PLUS_PLUS] = ACTIONS(2974), - [anon_sym_sizeof] = ACTIONS(2972), - [anon_sym___alignof__] = ACTIONS(2972), - [anon_sym___alignof] = ACTIONS(2972), - [anon_sym__alignof] = ACTIONS(2972), - [anon_sym_alignof] = ACTIONS(2972), - [anon_sym__Alignof] = ACTIONS(2972), - [anon_sym_offsetof] = ACTIONS(2972), - [anon_sym__Generic] = ACTIONS(2972), - [anon_sym_asm] = ACTIONS(2972), - [anon_sym___asm__] = ACTIONS(2972), - [anon_sym___asm] = ACTIONS(2972), - [aux_sym_number_literal_token1] = ACTIONS(2974), - [aux_sym_number_literal_token2] = ACTIONS(2972), - [anon_sym_L_SQUOTE] = ACTIONS(2974), - [anon_sym_u_SQUOTE] = ACTIONS(2974), - [anon_sym_U_SQUOTE] = ACTIONS(2974), - [anon_sym_u8_SQUOTE] = ACTIONS(2974), - [anon_sym_SQUOTE] = ACTIONS(2974), - [anon_sym_L_DQUOTE] = ACTIONS(2974), - [anon_sym_u_DQUOTE] = ACTIONS(2974), - [anon_sym_U_DQUOTE] = ACTIONS(2974), - [anon_sym_u8_DQUOTE] = ACTIONS(2974), - [anon_sym_DQUOTE] = ACTIONS(2974), - [sym_true] = ACTIONS(2972), - [sym_false] = ACTIONS(2972), - [anon_sym_NULL] = ACTIONS(2972), - [anon_sym_nullptr] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_try] = ACTIONS(2972), - [anon_sym_delete] = ACTIONS(2972), - [anon_sym_throw] = ACTIONS(2972), - [anon_sym_namespace] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), - [anon_sym_concept] = ACTIONS(2972), - [anon_sym_co_return] = ACTIONS(2972), - [anon_sym_co_yield] = ACTIONS(2972), - [anon_sym_R_DQUOTE] = ACTIONS(2974), - [anon_sym_LR_DQUOTE] = ACTIONS(2974), - [anon_sym_uR_DQUOTE] = ACTIONS(2974), - [anon_sym_UR_DQUOTE] = ACTIONS(2974), - [anon_sym_u8R_DQUOTE] = ACTIONS(2974), - [anon_sym_co_await] = ACTIONS(2972), - [anon_sym_new] = ACTIONS(2972), - [anon_sym_requires] = ACTIONS(2972), - [sym_this] = ACTIONS(2972), + [738] = { + [ts_builtin_sym_end] = ACTIONS(3078), + [sym_identifier] = ACTIONS(3076), + [aux_sym_preproc_include_token1] = ACTIONS(3076), + [aux_sym_preproc_def_token1] = ACTIONS(3076), + [aux_sym_preproc_if_token1] = ACTIONS(3076), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), + [sym_preproc_directive] = ACTIONS(3076), + [anon_sym_LPAREN2] = ACTIONS(3078), + [anon_sym_BANG] = ACTIONS(3078), + [anon_sym_TILDE] = ACTIONS(3078), + [anon_sym_DASH] = ACTIONS(3076), + [anon_sym_PLUS] = ACTIONS(3076), + [anon_sym_STAR] = ACTIONS(3078), + [anon_sym_AMP_AMP] = ACTIONS(3078), + [anon_sym_AMP] = ACTIONS(3076), + [anon_sym_SEMI] = ACTIONS(3078), + [anon_sym___extension__] = ACTIONS(3076), + [anon_sym_typedef] = ACTIONS(3076), + [anon_sym_virtual] = ACTIONS(3076), + [anon_sym_extern] = ACTIONS(3076), + [anon_sym___attribute__] = ACTIONS(3076), + [anon_sym___attribute] = ACTIONS(3076), + [anon_sym_COLON_COLON] = ACTIONS(3078), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), + [anon_sym___declspec] = ACTIONS(3076), + [anon_sym___based] = ACTIONS(3076), + [anon_sym___cdecl] = ACTIONS(3076), + [anon_sym___clrcall] = ACTIONS(3076), + [anon_sym___stdcall] = ACTIONS(3076), + [anon_sym___fastcall] = ACTIONS(3076), + [anon_sym___thiscall] = ACTIONS(3076), + [anon_sym___vectorcall] = ACTIONS(3076), + [anon_sym_LBRACE] = ACTIONS(3078), + [anon_sym_signed] = ACTIONS(3076), + [anon_sym_unsigned] = ACTIONS(3076), + [anon_sym_long] = ACTIONS(3076), + [anon_sym_short] = ACTIONS(3076), + [anon_sym_LBRACK] = ACTIONS(3076), + [anon_sym_static] = ACTIONS(3076), + [anon_sym_register] = ACTIONS(3076), + [anon_sym_inline] = ACTIONS(3076), + [anon_sym___inline] = ACTIONS(3076), + [anon_sym___inline__] = ACTIONS(3076), + [anon_sym___forceinline] = ACTIONS(3076), + [anon_sym_thread_local] = ACTIONS(3076), + [anon_sym___thread] = ACTIONS(3076), + [anon_sym_const] = ACTIONS(3076), + [anon_sym_constexpr] = ACTIONS(3076), + [anon_sym_volatile] = ACTIONS(3076), + [anon_sym_restrict] = ACTIONS(3076), + [anon_sym___restrict__] = ACTIONS(3076), + [anon_sym__Atomic] = ACTIONS(3076), + [anon_sym__Noreturn] = ACTIONS(3076), + [anon_sym_noreturn] = ACTIONS(3076), + [anon_sym__Nonnull] = ACTIONS(3076), + [anon_sym_mutable] = ACTIONS(3076), + [anon_sym_constinit] = ACTIONS(3076), + [anon_sym_consteval] = ACTIONS(3076), + [anon_sym_PROGMEM] = ACTIONS(3076), + [anon_sym_alignas] = ACTIONS(3076), + [anon_sym__Alignas] = ACTIONS(3076), + [aux_sym_primitive_type_token1] = ACTIONS(3076), + [anon_sym_byte] = ACTIONS(3076), + [anon_sym_word] = ACTIONS(3076), + [anon_sym_enum] = ACTIONS(3076), + [anon_sym_class] = ACTIONS(3076), + [anon_sym_struct] = ACTIONS(3076), + [anon_sym_union] = ACTIONS(3076), + [anon_sym_if] = ACTIONS(3076), + [anon_sym_switch] = ACTIONS(3076), + [anon_sym_case] = ACTIONS(3076), + [anon_sym_default] = ACTIONS(3076), + [anon_sym_while] = ACTIONS(3076), + [anon_sym_do] = ACTIONS(3076), + [anon_sym_for] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3076), + [anon_sym_break] = ACTIONS(3076), + [anon_sym_continue] = ACTIONS(3076), + [anon_sym_goto] = ACTIONS(3076), + [anon_sym_not] = ACTIONS(3076), + [anon_sym_compl] = ACTIONS(3076), + [anon_sym_DASH_DASH] = ACTIONS(3078), + [anon_sym_PLUS_PLUS] = ACTIONS(3078), + [anon_sym_sizeof] = ACTIONS(3076), + [anon_sym___alignof__] = ACTIONS(3076), + [anon_sym___alignof] = ACTIONS(3076), + [anon_sym__alignof] = ACTIONS(3076), + [anon_sym_alignof] = ACTIONS(3076), + [anon_sym__Alignof] = ACTIONS(3076), + [anon_sym_offsetof] = ACTIONS(3076), + [anon_sym__Generic] = ACTIONS(3076), + [anon_sym_asm] = ACTIONS(3076), + [anon_sym___asm__] = ACTIONS(3076), + [anon_sym___asm] = ACTIONS(3076), + [aux_sym_number_literal_token1] = ACTIONS(3078), + [aux_sym_number_literal_token2] = ACTIONS(3076), + [anon_sym_L_SQUOTE] = ACTIONS(3078), + [anon_sym_u_SQUOTE] = ACTIONS(3078), + [anon_sym_U_SQUOTE] = ACTIONS(3078), + [anon_sym_u8_SQUOTE] = ACTIONS(3078), + [anon_sym_SQUOTE] = ACTIONS(3078), + [anon_sym_L_DQUOTE] = ACTIONS(3078), + [anon_sym_u_DQUOTE] = ACTIONS(3078), + [anon_sym_U_DQUOTE] = ACTIONS(3078), + [anon_sym_u8_DQUOTE] = ACTIONS(3078), + [anon_sym_DQUOTE] = ACTIONS(3078), + [sym_true] = ACTIONS(3076), + [sym_false] = ACTIONS(3076), + [anon_sym_NULL] = ACTIONS(3076), + [anon_sym_nullptr] = ACTIONS(3076), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3076), + [anon_sym_decltype] = ACTIONS(3076), + [anon_sym_explicit] = ACTIONS(3076), + [anon_sym_typename] = ACTIONS(3076), + [anon_sym_template] = ACTIONS(3076), + [anon_sym_operator] = ACTIONS(3076), + [anon_sym_try] = ACTIONS(3076), + [anon_sym_delete] = ACTIONS(3076), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_namespace] = ACTIONS(3076), + [anon_sym_using] = ACTIONS(3076), + [anon_sym_static_assert] = ACTIONS(3076), + [anon_sym_concept] = ACTIONS(3076), + [anon_sym_co_return] = ACTIONS(3076), + [anon_sym_co_yield] = ACTIONS(3076), + [anon_sym_R_DQUOTE] = ACTIONS(3078), + [anon_sym_LR_DQUOTE] = ACTIONS(3078), + [anon_sym_uR_DQUOTE] = ACTIONS(3078), + [anon_sym_UR_DQUOTE] = ACTIONS(3078), + [anon_sym_u8R_DQUOTE] = ACTIONS(3078), + [anon_sym_co_await] = ACTIONS(3076), + [anon_sym_new] = ACTIONS(3076), + [anon_sym_requires] = ACTIONS(3076), + [sym_this] = ACTIONS(3076), }, - [716] = { + [739] = { [ts_builtin_sym_end] = ACTIONS(3082), [sym_identifier] = ACTIONS(3080), [aux_sym_preproc_include_token1] = ACTIONS(3080), @@ -146710,283 +149884,697 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3080), [sym_this] = ACTIONS(3080), }, - [717] = { - [ts_builtin_sym_end] = ACTIONS(3112), - [sym_identifier] = ACTIONS(3110), - [aux_sym_preproc_include_token1] = ACTIONS(3110), - [aux_sym_preproc_def_token1] = ACTIONS(3110), - [aux_sym_preproc_if_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3110), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_LPAREN2] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_AMP_AMP] = ACTIONS(3112), - [anon_sym_AMP] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym___extension__] = ACTIONS(3110), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_virtual] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym___attribute__] = ACTIONS(3110), - [anon_sym___attribute] = ACTIONS(3110), - [anon_sym_COLON_COLON] = ACTIONS(3112), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3112), - [anon_sym___declspec] = ACTIONS(3110), - [anon_sym___based] = ACTIONS(3110), - [anon_sym___cdecl] = ACTIONS(3110), - [anon_sym___clrcall] = ACTIONS(3110), - [anon_sym___stdcall] = ACTIONS(3110), - [anon_sym___fastcall] = ACTIONS(3110), - [anon_sym___thiscall] = ACTIONS(3110), - [anon_sym___vectorcall] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_signed] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [anon_sym_LBRACK] = ACTIONS(3110), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym___inline] = ACTIONS(3110), - [anon_sym___inline__] = ACTIONS(3110), - [anon_sym___forceinline] = ACTIONS(3110), - [anon_sym_thread_local] = ACTIONS(3110), - [anon_sym___thread] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_constexpr] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym___restrict__] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym__Noreturn] = ACTIONS(3110), - [anon_sym_noreturn] = ACTIONS(3110), - [anon_sym__Nonnull] = ACTIONS(3110), - [anon_sym_mutable] = ACTIONS(3110), - [anon_sym_constinit] = ACTIONS(3110), - [anon_sym_consteval] = ACTIONS(3110), - [anon_sym_PROGMEM] = ACTIONS(3110), - [anon_sym_alignas] = ACTIONS(3110), - [anon_sym__Alignas] = ACTIONS(3110), - [aux_sym_primitive_type_token1] = ACTIONS(3110), - [anon_sym_byte] = ACTIONS(3110), - [anon_sym_word] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_class] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym_not] = ACTIONS(3110), - [anon_sym_compl] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [anon_sym___alignof__] = ACTIONS(3110), - [anon_sym___alignof] = ACTIONS(3110), - [anon_sym__alignof] = ACTIONS(3110), - [anon_sym_alignof] = ACTIONS(3110), - [anon_sym__Alignof] = ACTIONS(3110), - [anon_sym_offsetof] = ACTIONS(3110), - [anon_sym__Generic] = ACTIONS(3110), - [anon_sym_asm] = ACTIONS(3110), - [anon_sym___asm__] = ACTIONS(3110), - [anon_sym___asm] = ACTIONS(3110), - [aux_sym_number_literal_token1] = ACTIONS(3112), - [aux_sym_number_literal_token2] = ACTIONS(3110), - [anon_sym_L_SQUOTE] = ACTIONS(3112), - [anon_sym_u_SQUOTE] = ACTIONS(3112), - [anon_sym_U_SQUOTE] = ACTIONS(3112), - [anon_sym_u8_SQUOTE] = ACTIONS(3112), - [anon_sym_SQUOTE] = ACTIONS(3112), - [anon_sym_L_DQUOTE] = ACTIONS(3112), - [anon_sym_u_DQUOTE] = ACTIONS(3112), - [anon_sym_U_DQUOTE] = ACTIONS(3112), - [anon_sym_u8_DQUOTE] = ACTIONS(3112), - [anon_sym_DQUOTE] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [anon_sym_NULL] = ACTIONS(3110), - [anon_sym_nullptr] = ACTIONS(3110), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3110), - [anon_sym_decltype] = ACTIONS(3110), - [anon_sym_explicit] = ACTIONS(3110), - [anon_sym_typename] = ACTIONS(3110), - [anon_sym_template] = ACTIONS(3110), - [anon_sym_operator] = ACTIONS(3110), - [anon_sym_try] = ACTIONS(3110), - [anon_sym_delete] = ACTIONS(3110), - [anon_sym_throw] = ACTIONS(3110), - [anon_sym_namespace] = ACTIONS(3110), - [anon_sym_using] = ACTIONS(3110), - [anon_sym_static_assert] = ACTIONS(3110), - [anon_sym_concept] = ACTIONS(3110), - [anon_sym_co_return] = ACTIONS(3110), - [anon_sym_co_yield] = ACTIONS(3110), - [anon_sym_R_DQUOTE] = ACTIONS(3112), - [anon_sym_LR_DQUOTE] = ACTIONS(3112), - [anon_sym_uR_DQUOTE] = ACTIONS(3112), - [anon_sym_UR_DQUOTE] = ACTIONS(3112), - [anon_sym_u8R_DQUOTE] = ACTIONS(3112), - [anon_sym_co_await] = ACTIONS(3110), - [anon_sym_new] = ACTIONS(3110), - [anon_sym_requires] = ACTIONS(3110), - [sym_this] = ACTIONS(3110), + [740] = { + [ts_builtin_sym_end] = ACTIONS(3149), + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_include_token1] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym___cdecl] = ACTIONS(3147), + [anon_sym___clrcall] = ACTIONS(3147), + [anon_sym___stdcall] = ACTIONS(3147), + [anon_sym___fastcall] = ACTIONS(3147), + [anon_sym___thiscall] = ACTIONS(3147), + [anon_sym___vectorcall] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_switch] = ACTIONS(3147), + [anon_sym_case] = ACTIONS(3147), + [anon_sym_default] = ACTIONS(3147), + [anon_sym_while] = ACTIONS(3147), + [anon_sym_do] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym_not] = ACTIONS(3147), + [anon_sym_compl] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_sizeof] = ACTIONS(3147), + [anon_sym___alignof__] = ACTIONS(3147), + [anon_sym___alignof] = ACTIONS(3147), + [anon_sym__alignof] = ACTIONS(3147), + [anon_sym_alignof] = ACTIONS(3147), + [anon_sym__Alignof] = ACTIONS(3147), + [anon_sym_offsetof] = ACTIONS(3147), + [anon_sym__Generic] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym___asm__] = ACTIONS(3147), + [anon_sym___asm] = ACTIONS(3147), + [aux_sym_number_literal_token1] = ACTIONS(3149), + [aux_sym_number_literal_token2] = ACTIONS(3147), + [anon_sym_L_SQUOTE] = ACTIONS(3149), + [anon_sym_u_SQUOTE] = ACTIONS(3149), + [anon_sym_U_SQUOTE] = ACTIONS(3149), + [anon_sym_u8_SQUOTE] = ACTIONS(3149), + [anon_sym_SQUOTE] = ACTIONS(3149), + [anon_sym_L_DQUOTE] = ACTIONS(3149), + [anon_sym_u_DQUOTE] = ACTIONS(3149), + [anon_sym_U_DQUOTE] = ACTIONS(3149), + [anon_sym_u8_DQUOTE] = ACTIONS(3149), + [anon_sym_DQUOTE] = ACTIONS(3149), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [anon_sym_NULL] = ACTIONS(3147), + [anon_sym_nullptr] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_try] = ACTIONS(3147), + [anon_sym_delete] = ACTIONS(3147), + [anon_sym_throw] = ACTIONS(3147), + [anon_sym_namespace] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + [anon_sym_concept] = ACTIONS(3147), + [anon_sym_co_return] = ACTIONS(3147), + [anon_sym_co_yield] = ACTIONS(3147), + [anon_sym_R_DQUOTE] = ACTIONS(3149), + [anon_sym_LR_DQUOTE] = ACTIONS(3149), + [anon_sym_uR_DQUOTE] = ACTIONS(3149), + [anon_sym_UR_DQUOTE] = ACTIONS(3149), + [anon_sym_u8R_DQUOTE] = ACTIONS(3149), + [anon_sym_co_await] = ACTIONS(3147), + [anon_sym_new] = ACTIONS(3147), + [anon_sym_requires] = ACTIONS(3147), + [sym_this] = ACTIONS(3147), }, - [718] = { - [ts_builtin_sym_end] = ACTIONS(3116), - [sym_identifier] = ACTIONS(3114), - [aux_sym_preproc_include_token1] = ACTIONS(3114), - [aux_sym_preproc_def_token1] = ACTIONS(3114), - [aux_sym_preproc_if_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3114), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3114), - [sym_preproc_directive] = ACTIONS(3114), - [anon_sym_LPAREN2] = ACTIONS(3116), - [anon_sym_BANG] = ACTIONS(3116), - [anon_sym_TILDE] = ACTIONS(3116), - [anon_sym_DASH] = ACTIONS(3114), - [anon_sym_PLUS] = ACTIONS(3114), - [anon_sym_STAR] = ACTIONS(3116), - [anon_sym_AMP_AMP] = ACTIONS(3116), - [anon_sym_AMP] = ACTIONS(3114), - [anon_sym_SEMI] = ACTIONS(3116), - [anon_sym___extension__] = ACTIONS(3114), - [anon_sym_typedef] = ACTIONS(3114), - [anon_sym_virtual] = ACTIONS(3114), - [anon_sym_extern] = ACTIONS(3114), - [anon_sym___attribute__] = ACTIONS(3114), - [anon_sym___attribute] = ACTIONS(3114), - [anon_sym_COLON_COLON] = ACTIONS(3116), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3116), - [anon_sym___declspec] = ACTIONS(3114), - [anon_sym___based] = ACTIONS(3114), - [anon_sym___cdecl] = ACTIONS(3114), - [anon_sym___clrcall] = ACTIONS(3114), - [anon_sym___stdcall] = ACTIONS(3114), - [anon_sym___fastcall] = ACTIONS(3114), - [anon_sym___thiscall] = ACTIONS(3114), - [anon_sym___vectorcall] = ACTIONS(3114), - [anon_sym_LBRACE] = ACTIONS(3116), - [anon_sym_signed] = ACTIONS(3114), - [anon_sym_unsigned] = ACTIONS(3114), - [anon_sym_long] = ACTIONS(3114), - [anon_sym_short] = ACTIONS(3114), - [anon_sym_LBRACK] = ACTIONS(3114), - [anon_sym_static] = ACTIONS(3114), - [anon_sym_register] = ACTIONS(3114), - [anon_sym_inline] = ACTIONS(3114), - [anon_sym___inline] = ACTIONS(3114), - [anon_sym___inline__] = ACTIONS(3114), - [anon_sym___forceinline] = ACTIONS(3114), - [anon_sym_thread_local] = ACTIONS(3114), - [anon_sym___thread] = ACTIONS(3114), - [anon_sym_const] = ACTIONS(3114), - [anon_sym_constexpr] = ACTIONS(3114), - [anon_sym_volatile] = ACTIONS(3114), - [anon_sym_restrict] = ACTIONS(3114), - [anon_sym___restrict__] = ACTIONS(3114), - [anon_sym__Atomic] = ACTIONS(3114), - [anon_sym__Noreturn] = ACTIONS(3114), - [anon_sym_noreturn] = ACTIONS(3114), - [anon_sym__Nonnull] = ACTIONS(3114), - [anon_sym_mutable] = ACTIONS(3114), - [anon_sym_constinit] = ACTIONS(3114), - [anon_sym_consteval] = ACTIONS(3114), - [anon_sym_PROGMEM] = ACTIONS(3114), - [anon_sym_alignas] = ACTIONS(3114), - [anon_sym__Alignas] = ACTIONS(3114), - [aux_sym_primitive_type_token1] = ACTIONS(3114), - [anon_sym_byte] = ACTIONS(3114), - [anon_sym_word] = ACTIONS(3114), - [anon_sym_enum] = ACTIONS(3114), - [anon_sym_class] = ACTIONS(3114), - [anon_sym_struct] = ACTIONS(3114), - [anon_sym_union] = ACTIONS(3114), - [anon_sym_if] = ACTIONS(3114), - [anon_sym_switch] = ACTIONS(3114), - [anon_sym_case] = ACTIONS(3114), - [anon_sym_default] = ACTIONS(3114), - [anon_sym_while] = ACTIONS(3114), - [anon_sym_do] = ACTIONS(3114), - [anon_sym_for] = ACTIONS(3114), - [anon_sym_return] = ACTIONS(3114), - [anon_sym_break] = ACTIONS(3114), - [anon_sym_continue] = ACTIONS(3114), - [anon_sym_goto] = ACTIONS(3114), - [anon_sym_not] = ACTIONS(3114), - [anon_sym_compl] = ACTIONS(3114), - [anon_sym_DASH_DASH] = ACTIONS(3116), - [anon_sym_PLUS_PLUS] = ACTIONS(3116), - [anon_sym_sizeof] = ACTIONS(3114), - [anon_sym___alignof__] = ACTIONS(3114), - [anon_sym___alignof] = ACTIONS(3114), - [anon_sym__alignof] = ACTIONS(3114), - [anon_sym_alignof] = ACTIONS(3114), - [anon_sym__Alignof] = ACTIONS(3114), - [anon_sym_offsetof] = ACTIONS(3114), - [anon_sym__Generic] = ACTIONS(3114), - [anon_sym_asm] = ACTIONS(3114), - [anon_sym___asm__] = ACTIONS(3114), - [anon_sym___asm] = ACTIONS(3114), - [aux_sym_number_literal_token1] = ACTIONS(3116), - [aux_sym_number_literal_token2] = ACTIONS(3114), - [anon_sym_L_SQUOTE] = ACTIONS(3116), - [anon_sym_u_SQUOTE] = ACTIONS(3116), - [anon_sym_U_SQUOTE] = ACTIONS(3116), - [anon_sym_u8_SQUOTE] = ACTIONS(3116), - [anon_sym_SQUOTE] = ACTIONS(3116), - [anon_sym_L_DQUOTE] = ACTIONS(3116), - [anon_sym_u_DQUOTE] = ACTIONS(3116), - [anon_sym_U_DQUOTE] = ACTIONS(3116), - [anon_sym_u8_DQUOTE] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3116), - [sym_true] = ACTIONS(3114), - [sym_false] = ACTIONS(3114), - [anon_sym_NULL] = ACTIONS(3114), - [anon_sym_nullptr] = ACTIONS(3114), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3114), - [anon_sym_decltype] = ACTIONS(3114), - [anon_sym_explicit] = ACTIONS(3114), - [anon_sym_typename] = ACTIONS(3114), - [anon_sym_template] = ACTIONS(3114), - [anon_sym_operator] = ACTIONS(3114), - [anon_sym_try] = ACTIONS(3114), - [anon_sym_delete] = ACTIONS(3114), - [anon_sym_throw] = ACTIONS(3114), - [anon_sym_namespace] = ACTIONS(3114), - [anon_sym_using] = ACTIONS(3114), - [anon_sym_static_assert] = ACTIONS(3114), - [anon_sym_concept] = ACTIONS(3114), - [anon_sym_co_return] = ACTIONS(3114), - [anon_sym_co_yield] = ACTIONS(3114), - [anon_sym_R_DQUOTE] = ACTIONS(3116), - [anon_sym_LR_DQUOTE] = ACTIONS(3116), - [anon_sym_uR_DQUOTE] = ACTIONS(3116), - [anon_sym_UR_DQUOTE] = ACTIONS(3116), - [anon_sym_u8R_DQUOTE] = ACTIONS(3116), - [anon_sym_co_await] = ACTIONS(3114), - [anon_sym_new] = ACTIONS(3114), - [anon_sym_requires] = ACTIONS(3114), - [sym_this] = ACTIONS(3114), + [741] = { + [ts_builtin_sym_end] = ACTIONS(3153), + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_include_token1] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_BANG] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym___cdecl] = ACTIONS(3151), + [anon_sym___clrcall] = ACTIONS(3151), + [anon_sym___stdcall] = ACTIONS(3151), + [anon_sym___fastcall] = ACTIONS(3151), + [anon_sym___thiscall] = ACTIONS(3151), + [anon_sym___vectorcall] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_switch] = ACTIONS(3151), + [anon_sym_case] = ACTIONS(3151), + [anon_sym_default] = ACTIONS(3151), + [anon_sym_while] = ACTIONS(3151), + [anon_sym_do] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym_not] = ACTIONS(3151), + [anon_sym_compl] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_sizeof] = ACTIONS(3151), + [anon_sym___alignof__] = ACTIONS(3151), + [anon_sym___alignof] = ACTIONS(3151), + [anon_sym__alignof] = ACTIONS(3151), + [anon_sym_alignof] = ACTIONS(3151), + [anon_sym__Alignof] = ACTIONS(3151), + [anon_sym_offsetof] = ACTIONS(3151), + [anon_sym__Generic] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym___asm__] = ACTIONS(3151), + [anon_sym___asm] = ACTIONS(3151), + [aux_sym_number_literal_token1] = ACTIONS(3153), + [aux_sym_number_literal_token2] = ACTIONS(3151), + [anon_sym_L_SQUOTE] = ACTIONS(3153), + [anon_sym_u_SQUOTE] = ACTIONS(3153), + [anon_sym_U_SQUOTE] = ACTIONS(3153), + [anon_sym_u8_SQUOTE] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3153), + [anon_sym_L_DQUOTE] = ACTIONS(3153), + [anon_sym_u_DQUOTE] = ACTIONS(3153), + [anon_sym_U_DQUOTE] = ACTIONS(3153), + [anon_sym_u8_DQUOTE] = ACTIONS(3153), + [anon_sym_DQUOTE] = ACTIONS(3153), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [anon_sym_NULL] = ACTIONS(3151), + [anon_sym_nullptr] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_try] = ACTIONS(3151), + [anon_sym_delete] = ACTIONS(3151), + [anon_sym_throw] = ACTIONS(3151), + [anon_sym_namespace] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + [anon_sym_concept] = ACTIONS(3151), + [anon_sym_co_return] = ACTIONS(3151), + [anon_sym_co_yield] = ACTIONS(3151), + [anon_sym_R_DQUOTE] = ACTIONS(3153), + [anon_sym_LR_DQUOTE] = ACTIONS(3153), + [anon_sym_uR_DQUOTE] = ACTIONS(3153), + [anon_sym_UR_DQUOTE] = ACTIONS(3153), + [anon_sym_u8R_DQUOTE] = ACTIONS(3153), + [anon_sym_co_await] = ACTIONS(3151), + [anon_sym_new] = ACTIONS(3151), + [anon_sym_requires] = ACTIONS(3151), + [sym_this] = ACTIONS(3151), }, - [719] = { + [742] = { + [ts_builtin_sym_end] = ACTIONS(2968), + [sym_identifier] = ACTIONS(2966), + [aux_sym_preproc_include_token1] = ACTIONS(2966), + [aux_sym_preproc_def_token1] = ACTIONS(2966), + [aux_sym_preproc_if_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2966), + [sym_preproc_directive] = ACTIONS(2966), + [anon_sym_LPAREN2] = ACTIONS(2968), + [anon_sym_BANG] = ACTIONS(2968), + [anon_sym_TILDE] = ACTIONS(2968), + [anon_sym_DASH] = ACTIONS(2966), + [anon_sym_PLUS] = ACTIONS(2966), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2966), + [anon_sym_SEMI] = ACTIONS(2968), + [anon_sym___extension__] = ACTIONS(2966), + [anon_sym_typedef] = ACTIONS(2966), + [anon_sym_virtual] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym___attribute__] = ACTIONS(2966), + [anon_sym___attribute] = ACTIONS(2966), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2968), + [anon_sym___declspec] = ACTIONS(2966), + [anon_sym___based] = ACTIONS(2966), + [anon_sym___cdecl] = ACTIONS(2966), + [anon_sym___clrcall] = ACTIONS(2966), + [anon_sym___stdcall] = ACTIONS(2966), + [anon_sym___fastcall] = ACTIONS(2966), + [anon_sym___thiscall] = ACTIONS(2966), + [anon_sym___vectorcall] = ACTIONS(2966), + [anon_sym_LBRACE] = ACTIONS(2968), + [anon_sym_signed] = ACTIONS(2966), + [anon_sym_unsigned] = ACTIONS(2966), + [anon_sym_long] = ACTIONS(2966), + [anon_sym_short] = ACTIONS(2966), + [anon_sym_LBRACK] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_register] = ACTIONS(2966), + [anon_sym_inline] = ACTIONS(2966), + [anon_sym___inline] = ACTIONS(2966), + [anon_sym___inline__] = ACTIONS(2966), + [anon_sym___forceinline] = ACTIONS(2966), + [anon_sym_thread_local] = ACTIONS(2966), + [anon_sym___thread] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_constexpr] = ACTIONS(2966), + [anon_sym_volatile] = ACTIONS(2966), + [anon_sym_restrict] = ACTIONS(2966), + [anon_sym___restrict__] = ACTIONS(2966), + [anon_sym__Atomic] = ACTIONS(2966), + [anon_sym__Noreturn] = ACTIONS(2966), + [anon_sym_noreturn] = ACTIONS(2966), + [anon_sym__Nonnull] = ACTIONS(2966), + [anon_sym_mutable] = ACTIONS(2966), + [anon_sym_constinit] = ACTIONS(2966), + [anon_sym_consteval] = ACTIONS(2966), + [anon_sym_PROGMEM] = ACTIONS(2966), + [anon_sym_alignas] = ACTIONS(2966), + [anon_sym__Alignas] = ACTIONS(2966), + [aux_sym_primitive_type_token1] = ACTIONS(2966), + [anon_sym_byte] = ACTIONS(2966), + [anon_sym_word] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_class] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [anon_sym_if] = ACTIONS(2966), + [anon_sym_switch] = ACTIONS(2966), + [anon_sym_case] = ACTIONS(2966), + [anon_sym_default] = ACTIONS(2966), + [anon_sym_while] = ACTIONS(2966), + [anon_sym_do] = ACTIONS(2966), + [anon_sym_for] = ACTIONS(2966), + [anon_sym_return] = ACTIONS(2966), + [anon_sym_break] = ACTIONS(2966), + [anon_sym_continue] = ACTIONS(2966), + [anon_sym_goto] = ACTIONS(2966), + [anon_sym_not] = ACTIONS(2966), + [anon_sym_compl] = ACTIONS(2966), + [anon_sym_DASH_DASH] = ACTIONS(2968), + [anon_sym_PLUS_PLUS] = ACTIONS(2968), + [anon_sym_sizeof] = ACTIONS(2966), + [anon_sym___alignof__] = ACTIONS(2966), + [anon_sym___alignof] = ACTIONS(2966), + [anon_sym__alignof] = ACTIONS(2966), + [anon_sym_alignof] = ACTIONS(2966), + [anon_sym__Alignof] = ACTIONS(2966), + [anon_sym_offsetof] = ACTIONS(2966), + [anon_sym__Generic] = ACTIONS(2966), + [anon_sym_asm] = ACTIONS(2966), + [anon_sym___asm__] = ACTIONS(2966), + [anon_sym___asm] = ACTIONS(2966), + [aux_sym_number_literal_token1] = ACTIONS(2968), + [aux_sym_number_literal_token2] = ACTIONS(2966), + [anon_sym_L_SQUOTE] = ACTIONS(2968), + [anon_sym_u_SQUOTE] = ACTIONS(2968), + [anon_sym_U_SQUOTE] = ACTIONS(2968), + [anon_sym_u8_SQUOTE] = ACTIONS(2968), + [anon_sym_SQUOTE] = ACTIONS(2968), + [anon_sym_L_DQUOTE] = ACTIONS(2968), + [anon_sym_u_DQUOTE] = ACTIONS(2968), + [anon_sym_U_DQUOTE] = ACTIONS(2968), + [anon_sym_u8_DQUOTE] = ACTIONS(2968), + [anon_sym_DQUOTE] = ACTIONS(2968), + [sym_true] = ACTIONS(2966), + [sym_false] = ACTIONS(2966), + [anon_sym_NULL] = ACTIONS(2966), + [anon_sym_nullptr] = ACTIONS(2966), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2966), + [anon_sym_decltype] = ACTIONS(2966), + [anon_sym_explicit] = ACTIONS(2966), + [anon_sym_typename] = ACTIONS(2966), + [anon_sym_template] = ACTIONS(2966), + [anon_sym_operator] = ACTIONS(2966), + [anon_sym_try] = ACTIONS(2966), + [anon_sym_delete] = ACTIONS(2966), + [anon_sym_throw] = ACTIONS(2966), + [anon_sym_namespace] = ACTIONS(2966), + [anon_sym_using] = ACTIONS(2966), + [anon_sym_static_assert] = ACTIONS(2966), + [anon_sym_concept] = ACTIONS(2966), + [anon_sym_co_return] = ACTIONS(2966), + [anon_sym_co_yield] = ACTIONS(2966), + [anon_sym_R_DQUOTE] = ACTIONS(2968), + [anon_sym_LR_DQUOTE] = ACTIONS(2968), + [anon_sym_uR_DQUOTE] = ACTIONS(2968), + [anon_sym_UR_DQUOTE] = ACTIONS(2968), + [anon_sym_u8R_DQUOTE] = ACTIONS(2968), + [anon_sym_co_await] = ACTIONS(2966), + [anon_sym_new] = ACTIONS(2966), + [anon_sym_requires] = ACTIONS(2966), + [sym_this] = ACTIONS(2966), + }, + [743] = { + [ts_builtin_sym_end] = ACTIONS(2972), + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_include_token1] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_BANG] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_DASH] = ACTIONS(2970), + [anon_sym_PLUS] = ACTIONS(2970), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym___cdecl] = ACTIONS(2970), + [anon_sym___clrcall] = ACTIONS(2970), + [anon_sym___stdcall] = ACTIONS(2970), + [anon_sym___fastcall] = ACTIONS(2970), + [anon_sym___thiscall] = ACTIONS(2970), + [anon_sym___vectorcall] = ACTIONS(2970), + [anon_sym_LBRACE] = ACTIONS(2972), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [anon_sym_if] = ACTIONS(2970), + [anon_sym_switch] = ACTIONS(2970), + [anon_sym_case] = ACTIONS(2970), + [anon_sym_default] = ACTIONS(2970), + [anon_sym_while] = ACTIONS(2970), + [anon_sym_do] = ACTIONS(2970), + [anon_sym_for] = ACTIONS(2970), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_break] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2970), + [anon_sym_goto] = ACTIONS(2970), + [anon_sym_not] = ACTIONS(2970), + [anon_sym_compl] = ACTIONS(2970), + [anon_sym_DASH_DASH] = ACTIONS(2972), + [anon_sym_PLUS_PLUS] = ACTIONS(2972), + [anon_sym_sizeof] = ACTIONS(2970), + [anon_sym___alignof__] = ACTIONS(2970), + [anon_sym___alignof] = ACTIONS(2970), + [anon_sym__alignof] = ACTIONS(2970), + [anon_sym_alignof] = ACTIONS(2970), + [anon_sym__Alignof] = ACTIONS(2970), + [anon_sym_offsetof] = ACTIONS(2970), + [anon_sym__Generic] = ACTIONS(2970), + [anon_sym_asm] = ACTIONS(2970), + [anon_sym___asm__] = ACTIONS(2970), + [anon_sym___asm] = ACTIONS(2970), + [aux_sym_number_literal_token1] = ACTIONS(2972), + [aux_sym_number_literal_token2] = ACTIONS(2970), + [anon_sym_L_SQUOTE] = ACTIONS(2972), + [anon_sym_u_SQUOTE] = ACTIONS(2972), + [anon_sym_U_SQUOTE] = ACTIONS(2972), + [anon_sym_u8_SQUOTE] = ACTIONS(2972), + [anon_sym_SQUOTE] = ACTIONS(2972), + [anon_sym_L_DQUOTE] = ACTIONS(2972), + [anon_sym_u_DQUOTE] = ACTIONS(2972), + [anon_sym_U_DQUOTE] = ACTIONS(2972), + [anon_sym_u8_DQUOTE] = ACTIONS(2972), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym_true] = ACTIONS(2970), + [sym_false] = ACTIONS(2970), + [anon_sym_NULL] = ACTIONS(2970), + [anon_sym_nullptr] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_try] = ACTIONS(2970), + [anon_sym_delete] = ACTIONS(2970), + [anon_sym_throw] = ACTIONS(2970), + [anon_sym_namespace] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + [anon_sym_concept] = ACTIONS(2970), + [anon_sym_co_return] = ACTIONS(2970), + [anon_sym_co_yield] = ACTIONS(2970), + [anon_sym_R_DQUOTE] = ACTIONS(2972), + [anon_sym_LR_DQUOTE] = ACTIONS(2972), + [anon_sym_uR_DQUOTE] = ACTIONS(2972), + [anon_sym_UR_DQUOTE] = ACTIONS(2972), + [anon_sym_u8R_DQUOTE] = ACTIONS(2972), + [anon_sym_co_await] = ACTIONS(2970), + [anon_sym_new] = ACTIONS(2970), + [anon_sym_requires] = ACTIONS(2970), + [sym_this] = ACTIONS(2970), + }, + [744] = { + [ts_builtin_sym_end] = ACTIONS(3042), + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_include_token1] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_BANG] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_DASH] = ACTIONS(3040), + [anon_sym_PLUS] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym___cdecl] = ACTIONS(3040), + [anon_sym___clrcall] = ACTIONS(3040), + [anon_sym___stdcall] = ACTIONS(3040), + [anon_sym___fastcall] = ACTIONS(3040), + [anon_sym___thiscall] = ACTIONS(3040), + [anon_sym___vectorcall] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(3042), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_switch] = ACTIONS(3040), + [anon_sym_case] = ACTIONS(3040), + [anon_sym_default] = ACTIONS(3040), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_do] = ACTIONS(3040), + [anon_sym_for] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_goto] = ACTIONS(3040), + [anon_sym_not] = ACTIONS(3040), + [anon_sym_compl] = ACTIONS(3040), + [anon_sym_DASH_DASH] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_sizeof] = ACTIONS(3040), + [anon_sym___alignof__] = ACTIONS(3040), + [anon_sym___alignof] = ACTIONS(3040), + [anon_sym__alignof] = ACTIONS(3040), + [anon_sym_alignof] = ACTIONS(3040), + [anon_sym__Alignof] = ACTIONS(3040), + [anon_sym_offsetof] = ACTIONS(3040), + [anon_sym__Generic] = ACTIONS(3040), + [anon_sym_asm] = ACTIONS(3040), + [anon_sym___asm__] = ACTIONS(3040), + [anon_sym___asm] = ACTIONS(3040), + [aux_sym_number_literal_token1] = ACTIONS(3042), + [aux_sym_number_literal_token2] = ACTIONS(3040), + [anon_sym_L_SQUOTE] = ACTIONS(3042), + [anon_sym_u_SQUOTE] = ACTIONS(3042), + [anon_sym_U_SQUOTE] = ACTIONS(3042), + [anon_sym_u8_SQUOTE] = ACTIONS(3042), + [anon_sym_SQUOTE] = ACTIONS(3042), + [anon_sym_L_DQUOTE] = ACTIONS(3042), + [anon_sym_u_DQUOTE] = ACTIONS(3042), + [anon_sym_U_DQUOTE] = ACTIONS(3042), + [anon_sym_u8_DQUOTE] = ACTIONS(3042), + [anon_sym_DQUOTE] = ACTIONS(3042), + [sym_true] = ACTIONS(3040), + [sym_false] = ACTIONS(3040), + [anon_sym_NULL] = ACTIONS(3040), + [anon_sym_nullptr] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_delete] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_namespace] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + [anon_sym_concept] = ACTIONS(3040), + [anon_sym_co_return] = ACTIONS(3040), + [anon_sym_co_yield] = ACTIONS(3040), + [anon_sym_R_DQUOTE] = ACTIONS(3042), + [anon_sym_LR_DQUOTE] = ACTIONS(3042), + [anon_sym_uR_DQUOTE] = ACTIONS(3042), + [anon_sym_UR_DQUOTE] = ACTIONS(3042), + [anon_sym_u8R_DQUOTE] = ACTIONS(3042), + [anon_sym_co_await] = ACTIONS(3040), + [anon_sym_new] = ACTIONS(3040), + [anon_sym_requires] = ACTIONS(3040), + [sym_this] = ACTIONS(3040), + }, + [745] = { [ts_builtin_sym_end] = ACTIONS(2978), [sym_identifier] = ACTIONS(2976), [aux_sym_preproc_include_token1] = ACTIONS(2976), @@ -147061,5406 +150649,1955 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_case] = ACTIONS(2976), [anon_sym_default] = ACTIONS(2976), [anon_sym_while] = ACTIONS(2976), - [anon_sym_do] = ACTIONS(2976), - [anon_sym_for] = ACTIONS(2976), - [anon_sym_return] = ACTIONS(2976), - [anon_sym_break] = ACTIONS(2976), - [anon_sym_continue] = ACTIONS(2976), - [anon_sym_goto] = ACTIONS(2976), - [anon_sym_not] = ACTIONS(2976), - [anon_sym_compl] = ACTIONS(2976), - [anon_sym_DASH_DASH] = ACTIONS(2978), - [anon_sym_PLUS_PLUS] = ACTIONS(2978), - [anon_sym_sizeof] = ACTIONS(2976), - [anon_sym___alignof__] = ACTIONS(2976), - [anon_sym___alignof] = ACTIONS(2976), - [anon_sym__alignof] = ACTIONS(2976), - [anon_sym_alignof] = ACTIONS(2976), - [anon_sym__Alignof] = ACTIONS(2976), - [anon_sym_offsetof] = ACTIONS(2976), - [anon_sym__Generic] = ACTIONS(2976), - [anon_sym_asm] = ACTIONS(2976), - [anon_sym___asm__] = ACTIONS(2976), - [anon_sym___asm] = ACTIONS(2976), - [aux_sym_number_literal_token1] = ACTIONS(2978), - [aux_sym_number_literal_token2] = ACTIONS(2976), - [anon_sym_L_SQUOTE] = ACTIONS(2978), - [anon_sym_u_SQUOTE] = ACTIONS(2978), - [anon_sym_U_SQUOTE] = ACTIONS(2978), - [anon_sym_u8_SQUOTE] = ACTIONS(2978), - [anon_sym_SQUOTE] = ACTIONS(2978), - [anon_sym_L_DQUOTE] = ACTIONS(2978), - [anon_sym_u_DQUOTE] = ACTIONS(2978), - [anon_sym_U_DQUOTE] = ACTIONS(2978), - [anon_sym_u8_DQUOTE] = ACTIONS(2978), - [anon_sym_DQUOTE] = ACTIONS(2978), - [sym_true] = ACTIONS(2976), - [sym_false] = ACTIONS(2976), - [anon_sym_NULL] = ACTIONS(2976), - [anon_sym_nullptr] = ACTIONS(2976), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2976), - [anon_sym_decltype] = ACTIONS(2976), - [anon_sym_explicit] = ACTIONS(2976), - [anon_sym_typename] = ACTIONS(2976), - [anon_sym_template] = ACTIONS(2976), - [anon_sym_operator] = ACTIONS(2976), - [anon_sym_try] = ACTIONS(2976), - [anon_sym_delete] = ACTIONS(2976), - [anon_sym_throw] = ACTIONS(2976), - [anon_sym_namespace] = ACTIONS(2976), - [anon_sym_using] = ACTIONS(2976), - [anon_sym_static_assert] = ACTIONS(2976), - [anon_sym_concept] = ACTIONS(2976), - [anon_sym_co_return] = ACTIONS(2976), - [anon_sym_co_yield] = ACTIONS(2976), - [anon_sym_R_DQUOTE] = ACTIONS(2978), - [anon_sym_LR_DQUOTE] = ACTIONS(2978), - [anon_sym_uR_DQUOTE] = ACTIONS(2978), - [anon_sym_UR_DQUOTE] = ACTIONS(2978), - [anon_sym_u8R_DQUOTE] = ACTIONS(2978), - [anon_sym_co_await] = ACTIONS(2976), - [anon_sym_new] = ACTIONS(2976), - [anon_sym_requires] = ACTIONS(2976), - [sym_this] = ACTIONS(2976), - }, - [720] = { - [ts_builtin_sym_end] = ACTIONS(2961), - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_include_token1] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_BANG] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym___cdecl] = ACTIONS(2959), - [anon_sym___clrcall] = ACTIONS(2959), - [anon_sym___stdcall] = ACTIONS(2959), - [anon_sym___fastcall] = ACTIONS(2959), - [anon_sym___thiscall] = ACTIONS(2959), - [anon_sym___vectorcall] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_switch] = ACTIONS(2959), - [anon_sym_case] = ACTIONS(2959), - [anon_sym_default] = ACTIONS(2959), - [anon_sym_while] = ACTIONS(2959), - [anon_sym_do] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym_not] = ACTIONS(2959), - [anon_sym_compl] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2961), - [anon_sym_sizeof] = ACTIONS(2959), - [anon_sym___alignof__] = ACTIONS(2959), - [anon_sym___alignof] = ACTIONS(2959), - [anon_sym__alignof] = ACTIONS(2959), - [anon_sym_alignof] = ACTIONS(2959), - [anon_sym__Alignof] = ACTIONS(2959), - [anon_sym_offsetof] = ACTIONS(2959), - [anon_sym__Generic] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym___asm__] = ACTIONS(2959), - [anon_sym___asm] = ACTIONS(2959), - [aux_sym_number_literal_token1] = ACTIONS(2961), - [aux_sym_number_literal_token2] = ACTIONS(2959), - [anon_sym_L_SQUOTE] = ACTIONS(2961), - [anon_sym_u_SQUOTE] = ACTIONS(2961), - [anon_sym_U_SQUOTE] = ACTIONS(2961), - [anon_sym_u8_SQUOTE] = ACTIONS(2961), - [anon_sym_SQUOTE] = ACTIONS(2961), - [anon_sym_L_DQUOTE] = ACTIONS(2961), - [anon_sym_u_DQUOTE] = ACTIONS(2961), - [anon_sym_U_DQUOTE] = ACTIONS(2961), - [anon_sym_u8_DQUOTE] = ACTIONS(2961), - [anon_sym_DQUOTE] = ACTIONS(2961), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [anon_sym_NULL] = ACTIONS(2959), - [anon_sym_nullptr] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_try] = ACTIONS(2959), - [anon_sym_delete] = ACTIONS(2959), - [anon_sym_throw] = ACTIONS(2959), - [anon_sym_namespace] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), - [anon_sym_concept] = ACTIONS(2959), - [anon_sym_co_return] = ACTIONS(2959), - [anon_sym_co_yield] = ACTIONS(2959), - [anon_sym_R_DQUOTE] = ACTIONS(2961), - [anon_sym_LR_DQUOTE] = ACTIONS(2961), - [anon_sym_uR_DQUOTE] = ACTIONS(2961), - [anon_sym_UR_DQUOTE] = ACTIONS(2961), - [anon_sym_u8R_DQUOTE] = ACTIONS(2961), - [anon_sym_co_await] = ACTIONS(2959), - [anon_sym_new] = ACTIONS(2959), - [anon_sym_requires] = ACTIONS(2959), - [sym_this] = ACTIONS(2959), - }, - [721] = { - [ts_builtin_sym_end] = ACTIONS(3191), - [sym_identifier] = ACTIONS(3189), - [aux_sym_preproc_include_token1] = ACTIONS(3189), - [aux_sym_preproc_def_token1] = ACTIONS(3189), - [aux_sym_preproc_if_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3189), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3189), - [sym_preproc_directive] = ACTIONS(3189), - [anon_sym_LPAREN2] = ACTIONS(3191), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_SEMI] = ACTIONS(3191), - [anon_sym___extension__] = ACTIONS(3189), - [anon_sym_typedef] = ACTIONS(3189), - [anon_sym_virtual] = ACTIONS(3189), - [anon_sym_extern] = ACTIONS(3189), - [anon_sym___attribute__] = ACTIONS(3189), - [anon_sym___attribute] = ACTIONS(3189), - [anon_sym_COLON_COLON] = ACTIONS(3191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3191), - [anon_sym___declspec] = ACTIONS(3189), - [anon_sym___based] = ACTIONS(3189), - [anon_sym___cdecl] = ACTIONS(3189), - [anon_sym___clrcall] = ACTIONS(3189), - [anon_sym___stdcall] = ACTIONS(3189), - [anon_sym___fastcall] = ACTIONS(3189), - [anon_sym___thiscall] = ACTIONS(3189), - [anon_sym___vectorcall] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_signed] = ACTIONS(3189), - [anon_sym_unsigned] = ACTIONS(3189), - [anon_sym_long] = ACTIONS(3189), - [anon_sym_short] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3189), - [anon_sym_static] = ACTIONS(3189), - [anon_sym_register] = ACTIONS(3189), - [anon_sym_inline] = ACTIONS(3189), - [anon_sym___inline] = ACTIONS(3189), - [anon_sym___inline__] = ACTIONS(3189), - [anon_sym___forceinline] = ACTIONS(3189), - [anon_sym_thread_local] = ACTIONS(3189), - [anon_sym___thread] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_constexpr] = ACTIONS(3189), - [anon_sym_volatile] = ACTIONS(3189), - [anon_sym_restrict] = ACTIONS(3189), - [anon_sym___restrict__] = ACTIONS(3189), - [anon_sym__Atomic] = ACTIONS(3189), - [anon_sym__Noreturn] = ACTIONS(3189), - [anon_sym_noreturn] = ACTIONS(3189), - [anon_sym__Nonnull] = ACTIONS(3189), - [anon_sym_mutable] = ACTIONS(3189), - [anon_sym_constinit] = ACTIONS(3189), - [anon_sym_consteval] = ACTIONS(3189), - [anon_sym_PROGMEM] = ACTIONS(3189), - [anon_sym_alignas] = ACTIONS(3189), - [anon_sym__Alignas] = ACTIONS(3189), - [aux_sym_primitive_type_token1] = ACTIONS(3189), - [anon_sym_byte] = ACTIONS(3189), - [anon_sym_word] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_class] = ACTIONS(3189), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_switch] = ACTIONS(3189), - [anon_sym_case] = ACTIONS(3189), - [anon_sym_default] = ACTIONS(3189), - [anon_sym_while] = ACTIONS(3189), - [anon_sym_do] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym_not] = ACTIONS(3189), - [anon_sym_compl] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_sizeof] = ACTIONS(3189), - [anon_sym___alignof__] = ACTIONS(3189), - [anon_sym___alignof] = ACTIONS(3189), - [anon_sym__alignof] = ACTIONS(3189), - [anon_sym_alignof] = ACTIONS(3189), - [anon_sym__Alignof] = ACTIONS(3189), - [anon_sym_offsetof] = ACTIONS(3189), - [anon_sym__Generic] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym___asm__] = ACTIONS(3189), - [anon_sym___asm] = ACTIONS(3189), - [aux_sym_number_literal_token1] = ACTIONS(3191), - [aux_sym_number_literal_token2] = ACTIONS(3189), - [anon_sym_L_SQUOTE] = ACTIONS(3191), - [anon_sym_u_SQUOTE] = ACTIONS(3191), - [anon_sym_U_SQUOTE] = ACTIONS(3191), - [anon_sym_u8_SQUOTE] = ACTIONS(3191), - [anon_sym_SQUOTE] = ACTIONS(3191), - [anon_sym_L_DQUOTE] = ACTIONS(3191), - [anon_sym_u_DQUOTE] = ACTIONS(3191), - [anon_sym_U_DQUOTE] = ACTIONS(3191), - [anon_sym_u8_DQUOTE] = ACTIONS(3191), - [anon_sym_DQUOTE] = ACTIONS(3191), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [anon_sym_NULL] = ACTIONS(3189), - [anon_sym_nullptr] = ACTIONS(3189), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3189), - [anon_sym_decltype] = ACTIONS(3189), - [anon_sym_explicit] = ACTIONS(3189), - [anon_sym_typename] = ACTIONS(3189), - [anon_sym_template] = ACTIONS(3189), - [anon_sym_operator] = ACTIONS(3189), - [anon_sym_try] = ACTIONS(3189), - [anon_sym_delete] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [anon_sym_namespace] = ACTIONS(3189), - [anon_sym_using] = ACTIONS(3189), - [anon_sym_static_assert] = ACTIONS(3189), - [anon_sym_concept] = ACTIONS(3189), - [anon_sym_co_return] = ACTIONS(3189), - [anon_sym_co_yield] = ACTIONS(3189), - [anon_sym_R_DQUOTE] = ACTIONS(3191), - [anon_sym_LR_DQUOTE] = ACTIONS(3191), - [anon_sym_uR_DQUOTE] = ACTIONS(3191), - [anon_sym_UR_DQUOTE] = ACTIONS(3191), - [anon_sym_u8R_DQUOTE] = ACTIONS(3191), - [anon_sym_co_await] = ACTIONS(3189), - [anon_sym_new] = ACTIONS(3189), - [anon_sym_requires] = ACTIONS(3189), - [sym_this] = ACTIONS(3189), - }, - [722] = { - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2955), - [aux_sym_preproc_include_token1] = ACTIONS(2955), - [aux_sym_preproc_def_token1] = ACTIONS(2955), - [aux_sym_preproc_if_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2955), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2955), - [sym_preproc_directive] = ACTIONS(2955), - [anon_sym_LPAREN2] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_DASH] = ACTIONS(2955), - [anon_sym_PLUS] = ACTIONS(2955), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym___extension__] = ACTIONS(2955), - [anon_sym_typedef] = ACTIONS(2955), - [anon_sym_virtual] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym___attribute__] = ACTIONS(2955), - [anon_sym___attribute] = ACTIONS(2955), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2957), - [anon_sym___declspec] = ACTIONS(2955), - [anon_sym___based] = ACTIONS(2955), - [anon_sym___cdecl] = ACTIONS(2955), - [anon_sym___clrcall] = ACTIONS(2955), - [anon_sym___stdcall] = ACTIONS(2955), - [anon_sym___fastcall] = ACTIONS(2955), - [anon_sym___thiscall] = ACTIONS(2955), - [anon_sym___vectorcall] = ACTIONS(2955), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_signed] = ACTIONS(2955), - [anon_sym_unsigned] = ACTIONS(2955), - [anon_sym_long] = ACTIONS(2955), - [anon_sym_short] = ACTIONS(2955), - [anon_sym_LBRACK] = ACTIONS(2955), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_register] = ACTIONS(2955), - [anon_sym_inline] = ACTIONS(2955), - [anon_sym___inline] = ACTIONS(2955), - [anon_sym___inline__] = ACTIONS(2955), - [anon_sym___forceinline] = ACTIONS(2955), - [anon_sym_thread_local] = ACTIONS(2955), - [anon_sym___thread] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_constexpr] = ACTIONS(2955), - [anon_sym_volatile] = ACTIONS(2955), - [anon_sym_restrict] = ACTIONS(2955), - [anon_sym___restrict__] = ACTIONS(2955), - [anon_sym__Atomic] = ACTIONS(2955), - [anon_sym__Noreturn] = ACTIONS(2955), - [anon_sym_noreturn] = ACTIONS(2955), - [anon_sym__Nonnull] = ACTIONS(2955), - [anon_sym_mutable] = ACTIONS(2955), - [anon_sym_constinit] = ACTIONS(2955), - [anon_sym_consteval] = ACTIONS(2955), - [anon_sym_PROGMEM] = ACTIONS(2955), - [anon_sym_alignas] = ACTIONS(2955), - [anon_sym__Alignas] = ACTIONS(2955), - [aux_sym_primitive_type_token1] = ACTIONS(2955), - [anon_sym_byte] = ACTIONS(2955), - [anon_sym_word] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_class] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2955), - [anon_sym_switch] = ACTIONS(2955), - [anon_sym_case] = ACTIONS(2955), - [anon_sym_default] = ACTIONS(2955), - [anon_sym_while] = ACTIONS(2955), - [anon_sym_do] = ACTIONS(2955), - [anon_sym_for] = ACTIONS(2955), - [anon_sym_return] = ACTIONS(2955), - [anon_sym_break] = ACTIONS(2955), - [anon_sym_continue] = ACTIONS(2955), - [anon_sym_goto] = ACTIONS(2955), - [anon_sym_not] = ACTIONS(2955), - [anon_sym_compl] = ACTIONS(2955), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_sizeof] = ACTIONS(2955), - [anon_sym___alignof__] = ACTIONS(2955), - [anon_sym___alignof] = ACTIONS(2955), - [anon_sym__alignof] = ACTIONS(2955), - [anon_sym_alignof] = ACTIONS(2955), - [anon_sym__Alignof] = ACTIONS(2955), - [anon_sym_offsetof] = ACTIONS(2955), - [anon_sym__Generic] = ACTIONS(2955), - [anon_sym_asm] = ACTIONS(2955), - [anon_sym___asm__] = ACTIONS(2955), - [anon_sym___asm] = ACTIONS(2955), - [aux_sym_number_literal_token1] = ACTIONS(2957), - [aux_sym_number_literal_token2] = ACTIONS(2955), - [anon_sym_L_SQUOTE] = ACTIONS(2957), - [anon_sym_u_SQUOTE] = ACTIONS(2957), - [anon_sym_U_SQUOTE] = ACTIONS(2957), - [anon_sym_u8_SQUOTE] = ACTIONS(2957), - [anon_sym_SQUOTE] = ACTIONS(2957), - [anon_sym_L_DQUOTE] = ACTIONS(2957), - [anon_sym_u_DQUOTE] = ACTIONS(2957), - [anon_sym_U_DQUOTE] = ACTIONS(2957), - [anon_sym_u8_DQUOTE] = ACTIONS(2957), - [anon_sym_DQUOTE] = ACTIONS(2957), - [sym_true] = ACTIONS(2955), - [sym_false] = ACTIONS(2955), - [anon_sym_NULL] = ACTIONS(2955), - [anon_sym_nullptr] = ACTIONS(2955), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2955), - [anon_sym_decltype] = ACTIONS(2955), - [anon_sym_explicit] = ACTIONS(2955), - [anon_sym_typename] = ACTIONS(2955), - [anon_sym_template] = ACTIONS(2955), - [anon_sym_operator] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2955), - [anon_sym_delete] = ACTIONS(2955), - [anon_sym_throw] = ACTIONS(2955), - [anon_sym_namespace] = ACTIONS(2955), - [anon_sym_using] = ACTIONS(2955), - [anon_sym_static_assert] = ACTIONS(2955), - [anon_sym_concept] = ACTIONS(2955), - [anon_sym_co_return] = ACTIONS(2955), - [anon_sym_co_yield] = ACTIONS(2955), - [anon_sym_R_DQUOTE] = ACTIONS(2957), - [anon_sym_LR_DQUOTE] = ACTIONS(2957), - [anon_sym_uR_DQUOTE] = ACTIONS(2957), - [anon_sym_UR_DQUOTE] = ACTIONS(2957), - [anon_sym_u8R_DQUOTE] = ACTIONS(2957), - [anon_sym_co_await] = ACTIONS(2955), - [anon_sym_new] = ACTIONS(2955), - [anon_sym_requires] = ACTIONS(2955), - [sym_this] = ACTIONS(2955), - }, - [723] = { - [ts_builtin_sym_end] = ACTIONS(3031), - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_include_token1] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_BANG] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym___cdecl] = ACTIONS(3029), - [anon_sym___clrcall] = ACTIONS(3029), - [anon_sym___stdcall] = ACTIONS(3029), - [anon_sym___fastcall] = ACTIONS(3029), - [anon_sym___thiscall] = ACTIONS(3029), - [anon_sym___vectorcall] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3031), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_switch] = ACTIONS(3029), - [anon_sym_case] = ACTIONS(3029), - [anon_sym_default] = ACTIONS(3029), - [anon_sym_while] = ACTIONS(3029), - [anon_sym_do] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_not] = ACTIONS(3029), - [anon_sym_compl] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3031), - [anon_sym_PLUS_PLUS] = ACTIONS(3031), - [anon_sym_sizeof] = ACTIONS(3029), - [anon_sym___alignof__] = ACTIONS(3029), - [anon_sym___alignof] = ACTIONS(3029), - [anon_sym__alignof] = ACTIONS(3029), - [anon_sym_alignof] = ACTIONS(3029), - [anon_sym__Alignof] = ACTIONS(3029), - [anon_sym_offsetof] = ACTIONS(3029), - [anon_sym__Generic] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym___asm__] = ACTIONS(3029), - [anon_sym___asm] = ACTIONS(3029), - [aux_sym_number_literal_token1] = ACTIONS(3031), - [aux_sym_number_literal_token2] = ACTIONS(3029), - [anon_sym_L_SQUOTE] = ACTIONS(3031), - [anon_sym_u_SQUOTE] = ACTIONS(3031), - [anon_sym_U_SQUOTE] = ACTIONS(3031), - [anon_sym_u8_SQUOTE] = ACTIONS(3031), - [anon_sym_SQUOTE] = ACTIONS(3031), - [anon_sym_L_DQUOTE] = ACTIONS(3031), - [anon_sym_u_DQUOTE] = ACTIONS(3031), - [anon_sym_U_DQUOTE] = ACTIONS(3031), - [anon_sym_u8_DQUOTE] = ACTIONS(3031), - [anon_sym_DQUOTE] = ACTIONS(3031), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [anon_sym_NULL] = ACTIONS(3029), - [anon_sym_nullptr] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_try] = ACTIONS(3029), - [anon_sym_delete] = ACTIONS(3029), - [anon_sym_throw] = ACTIONS(3029), - [anon_sym_namespace] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), - [anon_sym_concept] = ACTIONS(3029), - [anon_sym_co_return] = ACTIONS(3029), - [anon_sym_co_yield] = ACTIONS(3029), - [anon_sym_R_DQUOTE] = ACTIONS(3031), - [anon_sym_LR_DQUOTE] = ACTIONS(3031), - [anon_sym_uR_DQUOTE] = ACTIONS(3031), - [anon_sym_UR_DQUOTE] = ACTIONS(3031), - [anon_sym_u8R_DQUOTE] = ACTIONS(3031), - [anon_sym_co_await] = ACTIONS(3029), - [anon_sym_new] = ACTIONS(3029), - [anon_sym_requires] = ACTIONS(3029), - [sym_this] = ACTIONS(3029), - }, - [724] = { - [ts_builtin_sym_end] = ACTIONS(2953), - [sym_identifier] = ACTIONS(2951), - [aux_sym_preproc_include_token1] = ACTIONS(2951), - [aux_sym_preproc_def_token1] = ACTIONS(2951), - [aux_sym_preproc_if_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2951), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2951), - [sym_preproc_directive] = ACTIONS(2951), - [anon_sym_LPAREN2] = ACTIONS(2953), - [anon_sym_BANG] = ACTIONS(2953), - [anon_sym_TILDE] = ACTIONS(2953), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_AMP_AMP] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym___extension__] = ACTIONS(2951), - [anon_sym_typedef] = ACTIONS(2951), - [anon_sym_virtual] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym___attribute__] = ACTIONS(2951), - [anon_sym___attribute] = ACTIONS(2951), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2953), - [anon_sym___declspec] = ACTIONS(2951), - [anon_sym___based] = ACTIONS(2951), - [anon_sym___cdecl] = ACTIONS(2951), - [anon_sym___clrcall] = ACTIONS(2951), - [anon_sym___stdcall] = ACTIONS(2951), - [anon_sym___fastcall] = ACTIONS(2951), - [anon_sym___thiscall] = ACTIONS(2951), - [anon_sym___vectorcall] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2953), - [anon_sym_signed] = ACTIONS(2951), - [anon_sym_unsigned] = ACTIONS(2951), - [anon_sym_long] = ACTIONS(2951), - [anon_sym_short] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_register] = ACTIONS(2951), - [anon_sym_inline] = ACTIONS(2951), - [anon_sym___inline] = ACTIONS(2951), - [anon_sym___inline__] = ACTIONS(2951), - [anon_sym___forceinline] = ACTIONS(2951), - [anon_sym_thread_local] = ACTIONS(2951), - [anon_sym___thread] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_constexpr] = ACTIONS(2951), - [anon_sym_volatile] = ACTIONS(2951), - [anon_sym_restrict] = ACTIONS(2951), - [anon_sym___restrict__] = ACTIONS(2951), - [anon_sym__Atomic] = ACTIONS(2951), - [anon_sym__Noreturn] = ACTIONS(2951), - [anon_sym_noreturn] = ACTIONS(2951), - [anon_sym__Nonnull] = ACTIONS(2951), - [anon_sym_mutable] = ACTIONS(2951), - [anon_sym_constinit] = ACTIONS(2951), - [anon_sym_consteval] = ACTIONS(2951), - [anon_sym_PROGMEM] = ACTIONS(2951), - [anon_sym_alignas] = ACTIONS(2951), - [anon_sym__Alignas] = ACTIONS(2951), - [aux_sym_primitive_type_token1] = ACTIONS(2951), - [anon_sym_byte] = ACTIONS(2951), - [anon_sym_word] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_class] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_switch] = ACTIONS(2951), - [anon_sym_case] = ACTIONS(2951), - [anon_sym_default] = ACTIONS(2951), - [anon_sym_while] = ACTIONS(2951), - [anon_sym_do] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_goto] = ACTIONS(2951), - [anon_sym_not] = ACTIONS(2951), - [anon_sym_compl] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2953), - [anon_sym_PLUS_PLUS] = ACTIONS(2953), - [anon_sym_sizeof] = ACTIONS(2951), - [anon_sym___alignof__] = ACTIONS(2951), - [anon_sym___alignof] = ACTIONS(2951), - [anon_sym__alignof] = ACTIONS(2951), - [anon_sym_alignof] = ACTIONS(2951), - [anon_sym__Alignof] = ACTIONS(2951), - [anon_sym_offsetof] = ACTIONS(2951), - [anon_sym__Generic] = ACTIONS(2951), - [anon_sym_asm] = ACTIONS(2951), - [anon_sym___asm__] = ACTIONS(2951), - [anon_sym___asm] = ACTIONS(2951), - [aux_sym_number_literal_token1] = ACTIONS(2953), - [aux_sym_number_literal_token2] = ACTIONS(2951), - [anon_sym_L_SQUOTE] = ACTIONS(2953), - [anon_sym_u_SQUOTE] = ACTIONS(2953), - [anon_sym_U_SQUOTE] = ACTIONS(2953), - [anon_sym_u8_SQUOTE] = ACTIONS(2953), - [anon_sym_SQUOTE] = ACTIONS(2953), - [anon_sym_L_DQUOTE] = ACTIONS(2953), - [anon_sym_u_DQUOTE] = ACTIONS(2953), - [anon_sym_U_DQUOTE] = ACTIONS(2953), - [anon_sym_u8_DQUOTE] = ACTIONS(2953), - [anon_sym_DQUOTE] = ACTIONS(2953), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [anon_sym_NULL] = ACTIONS(2951), - [anon_sym_nullptr] = ACTIONS(2951), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2951), - [anon_sym_decltype] = ACTIONS(2951), - [anon_sym_explicit] = ACTIONS(2951), - [anon_sym_typename] = ACTIONS(2951), - [anon_sym_template] = ACTIONS(2951), - [anon_sym_operator] = ACTIONS(2951), - [anon_sym_try] = ACTIONS(2951), - [anon_sym_delete] = ACTIONS(2951), - [anon_sym_throw] = ACTIONS(2951), - [anon_sym_namespace] = ACTIONS(2951), - [anon_sym_using] = ACTIONS(2951), - [anon_sym_static_assert] = ACTIONS(2951), - [anon_sym_concept] = ACTIONS(2951), - [anon_sym_co_return] = ACTIONS(2951), - [anon_sym_co_yield] = ACTIONS(2951), - [anon_sym_R_DQUOTE] = ACTIONS(2953), - [anon_sym_LR_DQUOTE] = ACTIONS(2953), - [anon_sym_uR_DQUOTE] = ACTIONS(2953), - [anon_sym_UR_DQUOTE] = ACTIONS(2953), - [anon_sym_u8R_DQUOTE] = ACTIONS(2953), - [anon_sym_co_await] = ACTIONS(2951), - [anon_sym_new] = ACTIONS(2951), - [anon_sym_requires] = ACTIONS(2951), - [sym_this] = ACTIONS(2951), - }, - [725] = { - [ts_builtin_sym_end] = ACTIONS(2949), - [sym_identifier] = ACTIONS(2947), - [aux_sym_preproc_include_token1] = ACTIONS(2947), - [aux_sym_preproc_def_token1] = ACTIONS(2947), - [aux_sym_preproc_if_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2947), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2947), - [sym_preproc_directive] = ACTIONS(2947), - [anon_sym_LPAREN2] = ACTIONS(2949), - [anon_sym_BANG] = ACTIONS(2949), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_AMP_AMP] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2947), - [anon_sym_SEMI] = ACTIONS(2949), - [anon_sym___extension__] = ACTIONS(2947), - [anon_sym_typedef] = ACTIONS(2947), - [anon_sym_virtual] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2947), - [anon_sym___attribute__] = ACTIONS(2947), - [anon_sym___attribute] = ACTIONS(2947), - [anon_sym_COLON_COLON] = ACTIONS(2949), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2949), - [anon_sym___declspec] = ACTIONS(2947), - [anon_sym___based] = ACTIONS(2947), - [anon_sym___cdecl] = ACTIONS(2947), - [anon_sym___clrcall] = ACTIONS(2947), - [anon_sym___stdcall] = ACTIONS(2947), - [anon_sym___fastcall] = ACTIONS(2947), - [anon_sym___thiscall] = ACTIONS(2947), - [anon_sym___vectorcall] = ACTIONS(2947), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_signed] = ACTIONS(2947), - [anon_sym_unsigned] = ACTIONS(2947), - [anon_sym_long] = ACTIONS(2947), - [anon_sym_short] = ACTIONS(2947), - [anon_sym_LBRACK] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2947), - [anon_sym_register] = ACTIONS(2947), - [anon_sym_inline] = ACTIONS(2947), - [anon_sym___inline] = ACTIONS(2947), - [anon_sym___inline__] = ACTIONS(2947), - [anon_sym___forceinline] = ACTIONS(2947), - [anon_sym_thread_local] = ACTIONS(2947), - [anon_sym___thread] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_constexpr] = ACTIONS(2947), - [anon_sym_volatile] = ACTIONS(2947), - [anon_sym_restrict] = ACTIONS(2947), - [anon_sym___restrict__] = ACTIONS(2947), - [anon_sym__Atomic] = ACTIONS(2947), - [anon_sym__Noreturn] = ACTIONS(2947), - [anon_sym_noreturn] = ACTIONS(2947), - [anon_sym__Nonnull] = ACTIONS(2947), - [anon_sym_mutable] = ACTIONS(2947), - [anon_sym_constinit] = ACTIONS(2947), - [anon_sym_consteval] = ACTIONS(2947), - [anon_sym_PROGMEM] = ACTIONS(2947), - [anon_sym_alignas] = ACTIONS(2947), - [anon_sym__Alignas] = ACTIONS(2947), - [aux_sym_primitive_type_token1] = ACTIONS(2947), - [anon_sym_byte] = ACTIONS(2947), - [anon_sym_word] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_class] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_switch] = ACTIONS(2947), - [anon_sym_case] = ACTIONS(2947), - [anon_sym_default] = ACTIONS(2947), - [anon_sym_while] = ACTIONS(2947), - [anon_sym_do] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_goto] = ACTIONS(2947), - [anon_sym_not] = ACTIONS(2947), - [anon_sym_compl] = ACTIONS(2947), - [anon_sym_DASH_DASH] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2949), - [anon_sym_sizeof] = ACTIONS(2947), - [anon_sym___alignof__] = ACTIONS(2947), - [anon_sym___alignof] = ACTIONS(2947), - [anon_sym__alignof] = ACTIONS(2947), - [anon_sym_alignof] = ACTIONS(2947), - [anon_sym__Alignof] = ACTIONS(2947), - [anon_sym_offsetof] = ACTIONS(2947), - [anon_sym__Generic] = ACTIONS(2947), - [anon_sym_asm] = ACTIONS(2947), - [anon_sym___asm__] = ACTIONS(2947), - [anon_sym___asm] = ACTIONS(2947), - [aux_sym_number_literal_token1] = ACTIONS(2949), - [aux_sym_number_literal_token2] = ACTIONS(2947), - [anon_sym_L_SQUOTE] = ACTIONS(2949), - [anon_sym_u_SQUOTE] = ACTIONS(2949), - [anon_sym_U_SQUOTE] = ACTIONS(2949), - [anon_sym_u8_SQUOTE] = ACTIONS(2949), - [anon_sym_SQUOTE] = ACTIONS(2949), - [anon_sym_L_DQUOTE] = ACTIONS(2949), - [anon_sym_u_DQUOTE] = ACTIONS(2949), - [anon_sym_U_DQUOTE] = ACTIONS(2949), - [anon_sym_u8_DQUOTE] = ACTIONS(2949), - [anon_sym_DQUOTE] = ACTIONS(2949), - [sym_true] = ACTIONS(2947), - [sym_false] = ACTIONS(2947), - [anon_sym_NULL] = ACTIONS(2947), - [anon_sym_nullptr] = ACTIONS(2947), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2947), - [anon_sym_decltype] = ACTIONS(2947), - [anon_sym_explicit] = ACTIONS(2947), - [anon_sym_typename] = ACTIONS(2947), - [anon_sym_template] = ACTIONS(2947), - [anon_sym_operator] = ACTIONS(2947), - [anon_sym_try] = ACTIONS(2947), - [anon_sym_delete] = ACTIONS(2947), - [anon_sym_throw] = ACTIONS(2947), - [anon_sym_namespace] = ACTIONS(2947), - [anon_sym_using] = ACTIONS(2947), - [anon_sym_static_assert] = ACTIONS(2947), - [anon_sym_concept] = ACTIONS(2947), - [anon_sym_co_return] = ACTIONS(2947), - [anon_sym_co_yield] = ACTIONS(2947), - [anon_sym_R_DQUOTE] = ACTIONS(2949), - [anon_sym_LR_DQUOTE] = ACTIONS(2949), - [anon_sym_uR_DQUOTE] = ACTIONS(2949), - [anon_sym_UR_DQUOTE] = ACTIONS(2949), - [anon_sym_u8R_DQUOTE] = ACTIONS(2949), - [anon_sym_co_await] = ACTIONS(2947), - [anon_sym_new] = ACTIONS(2947), - [anon_sym_requires] = ACTIONS(2947), - [sym_this] = ACTIONS(2947), - }, - [726] = { - [ts_builtin_sym_end] = ACTIONS(3183), - [sym_identifier] = ACTIONS(3181), - [aux_sym_preproc_include_token1] = ACTIONS(3181), - [aux_sym_preproc_def_token1] = ACTIONS(3181), - [aux_sym_preproc_if_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3181), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3181), - [sym_preproc_directive] = ACTIONS(3181), - [anon_sym_LPAREN2] = ACTIONS(3183), - [anon_sym_BANG] = ACTIONS(3183), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_SEMI] = ACTIONS(3183), - [anon_sym___extension__] = ACTIONS(3181), - [anon_sym_typedef] = ACTIONS(3181), - [anon_sym_virtual] = ACTIONS(3181), - [anon_sym_extern] = ACTIONS(3181), - [anon_sym___attribute__] = ACTIONS(3181), - [anon_sym___attribute] = ACTIONS(3181), - [anon_sym_COLON_COLON] = ACTIONS(3183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3183), - [anon_sym___declspec] = ACTIONS(3181), - [anon_sym___based] = ACTIONS(3181), - [anon_sym___cdecl] = ACTIONS(3181), - [anon_sym___clrcall] = ACTIONS(3181), - [anon_sym___stdcall] = ACTIONS(3181), - [anon_sym___fastcall] = ACTIONS(3181), - [anon_sym___thiscall] = ACTIONS(3181), - [anon_sym___vectorcall] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_signed] = ACTIONS(3181), - [anon_sym_unsigned] = ACTIONS(3181), - [anon_sym_long] = ACTIONS(3181), - [anon_sym_short] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_static] = ACTIONS(3181), - [anon_sym_register] = ACTIONS(3181), - [anon_sym_inline] = ACTIONS(3181), - [anon_sym___inline] = ACTIONS(3181), - [anon_sym___inline__] = ACTIONS(3181), - [anon_sym___forceinline] = ACTIONS(3181), - [anon_sym_thread_local] = ACTIONS(3181), - [anon_sym___thread] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_constexpr] = ACTIONS(3181), - [anon_sym_volatile] = ACTIONS(3181), - [anon_sym_restrict] = ACTIONS(3181), - [anon_sym___restrict__] = ACTIONS(3181), - [anon_sym__Atomic] = ACTIONS(3181), - [anon_sym__Noreturn] = ACTIONS(3181), - [anon_sym_noreturn] = ACTIONS(3181), - [anon_sym__Nonnull] = ACTIONS(3181), - [anon_sym_mutable] = ACTIONS(3181), - [anon_sym_constinit] = ACTIONS(3181), - [anon_sym_consteval] = ACTIONS(3181), - [anon_sym_PROGMEM] = ACTIONS(3181), - [anon_sym_alignas] = ACTIONS(3181), - [anon_sym__Alignas] = ACTIONS(3181), - [aux_sym_primitive_type_token1] = ACTIONS(3181), - [anon_sym_byte] = ACTIONS(3181), - [anon_sym_word] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_class] = ACTIONS(3181), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_switch] = ACTIONS(3181), - [anon_sym_case] = ACTIONS(3181), - [anon_sym_default] = ACTIONS(3181), - [anon_sym_while] = ACTIONS(3181), - [anon_sym_do] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym_not] = ACTIONS(3181), - [anon_sym_compl] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_sizeof] = ACTIONS(3181), - [anon_sym___alignof__] = ACTIONS(3181), - [anon_sym___alignof] = ACTIONS(3181), - [anon_sym__alignof] = ACTIONS(3181), - [anon_sym_alignof] = ACTIONS(3181), - [anon_sym__Alignof] = ACTIONS(3181), - [anon_sym_offsetof] = ACTIONS(3181), - [anon_sym__Generic] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym___asm__] = ACTIONS(3181), - [anon_sym___asm] = ACTIONS(3181), - [aux_sym_number_literal_token1] = ACTIONS(3183), - [aux_sym_number_literal_token2] = ACTIONS(3181), - [anon_sym_L_SQUOTE] = ACTIONS(3183), - [anon_sym_u_SQUOTE] = ACTIONS(3183), - [anon_sym_U_SQUOTE] = ACTIONS(3183), - [anon_sym_u8_SQUOTE] = ACTIONS(3183), - [anon_sym_SQUOTE] = ACTIONS(3183), - [anon_sym_L_DQUOTE] = ACTIONS(3183), - [anon_sym_u_DQUOTE] = ACTIONS(3183), - [anon_sym_U_DQUOTE] = ACTIONS(3183), - [anon_sym_u8_DQUOTE] = ACTIONS(3183), - [anon_sym_DQUOTE] = ACTIONS(3183), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [anon_sym_NULL] = ACTIONS(3181), - [anon_sym_nullptr] = ACTIONS(3181), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3181), - [anon_sym_decltype] = ACTIONS(3181), - [anon_sym_explicit] = ACTIONS(3181), - [anon_sym_typename] = ACTIONS(3181), - [anon_sym_template] = ACTIONS(3181), - [anon_sym_operator] = ACTIONS(3181), - [anon_sym_try] = ACTIONS(3181), - [anon_sym_delete] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [anon_sym_namespace] = ACTIONS(3181), - [anon_sym_using] = ACTIONS(3181), - [anon_sym_static_assert] = ACTIONS(3181), - [anon_sym_concept] = ACTIONS(3181), - [anon_sym_co_return] = ACTIONS(3181), - [anon_sym_co_yield] = ACTIONS(3181), - [anon_sym_R_DQUOTE] = ACTIONS(3183), - [anon_sym_LR_DQUOTE] = ACTIONS(3183), - [anon_sym_uR_DQUOTE] = ACTIONS(3183), - [anon_sym_UR_DQUOTE] = ACTIONS(3183), - [anon_sym_u8R_DQUOTE] = ACTIONS(3183), - [anon_sym_co_await] = ACTIONS(3181), - [anon_sym_new] = ACTIONS(3181), - [anon_sym_requires] = ACTIONS(3181), - [sym_this] = ACTIONS(3181), - }, - [727] = { - [ts_builtin_sym_end] = ACTIONS(3120), - [sym_identifier] = ACTIONS(3118), - [aux_sym_preproc_include_token1] = ACTIONS(3118), - [aux_sym_preproc_def_token1] = ACTIONS(3118), - [aux_sym_preproc_if_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3118), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_LPAREN2] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_AMP_AMP] = ACTIONS(3120), - [anon_sym_AMP] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym___extension__] = ACTIONS(3118), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_virtual] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym___attribute__] = ACTIONS(3118), - [anon_sym___attribute] = ACTIONS(3118), - [anon_sym_COLON_COLON] = ACTIONS(3120), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3120), - [anon_sym___declspec] = ACTIONS(3118), - [anon_sym___based] = ACTIONS(3118), - [anon_sym___cdecl] = ACTIONS(3118), - [anon_sym___clrcall] = ACTIONS(3118), - [anon_sym___stdcall] = ACTIONS(3118), - [anon_sym___fastcall] = ACTIONS(3118), - [anon_sym___thiscall] = ACTIONS(3118), - [anon_sym___vectorcall] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_signed] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [anon_sym_LBRACK] = ACTIONS(3118), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym___inline] = ACTIONS(3118), - [anon_sym___inline__] = ACTIONS(3118), - [anon_sym___forceinline] = ACTIONS(3118), - [anon_sym_thread_local] = ACTIONS(3118), - [anon_sym___thread] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_constexpr] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym___restrict__] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym__Noreturn] = ACTIONS(3118), - [anon_sym_noreturn] = ACTIONS(3118), - [anon_sym__Nonnull] = ACTIONS(3118), - [anon_sym_mutable] = ACTIONS(3118), - [anon_sym_constinit] = ACTIONS(3118), - [anon_sym_consteval] = ACTIONS(3118), - [anon_sym_PROGMEM] = ACTIONS(3118), - [anon_sym_alignas] = ACTIONS(3118), - [anon_sym__Alignas] = ACTIONS(3118), - [aux_sym_primitive_type_token1] = ACTIONS(3118), - [anon_sym_byte] = ACTIONS(3118), - [anon_sym_word] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_class] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym_not] = ACTIONS(3118), - [anon_sym_compl] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [anon_sym___alignof__] = ACTIONS(3118), - [anon_sym___alignof] = ACTIONS(3118), - [anon_sym__alignof] = ACTIONS(3118), - [anon_sym_alignof] = ACTIONS(3118), - [anon_sym__Alignof] = ACTIONS(3118), - [anon_sym_offsetof] = ACTIONS(3118), - [anon_sym__Generic] = ACTIONS(3118), - [anon_sym_asm] = ACTIONS(3118), - [anon_sym___asm__] = ACTIONS(3118), - [anon_sym___asm] = ACTIONS(3118), - [aux_sym_number_literal_token1] = ACTIONS(3120), - [aux_sym_number_literal_token2] = ACTIONS(3118), - [anon_sym_L_SQUOTE] = ACTIONS(3120), - [anon_sym_u_SQUOTE] = ACTIONS(3120), - [anon_sym_U_SQUOTE] = ACTIONS(3120), - [anon_sym_u8_SQUOTE] = ACTIONS(3120), - [anon_sym_SQUOTE] = ACTIONS(3120), - [anon_sym_L_DQUOTE] = ACTIONS(3120), - [anon_sym_u_DQUOTE] = ACTIONS(3120), - [anon_sym_U_DQUOTE] = ACTIONS(3120), - [anon_sym_u8_DQUOTE] = ACTIONS(3120), - [anon_sym_DQUOTE] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [anon_sym_NULL] = ACTIONS(3118), - [anon_sym_nullptr] = ACTIONS(3118), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3118), - [anon_sym_decltype] = ACTIONS(3118), - [anon_sym_explicit] = ACTIONS(3118), - [anon_sym_typename] = ACTIONS(3118), - [anon_sym_template] = ACTIONS(3118), - [anon_sym_operator] = ACTIONS(3118), - [anon_sym_try] = ACTIONS(3118), - [anon_sym_delete] = ACTIONS(3118), - [anon_sym_throw] = ACTIONS(3118), - [anon_sym_namespace] = ACTIONS(3118), - [anon_sym_using] = ACTIONS(3118), - [anon_sym_static_assert] = ACTIONS(3118), - [anon_sym_concept] = ACTIONS(3118), - [anon_sym_co_return] = ACTIONS(3118), - [anon_sym_co_yield] = ACTIONS(3118), - [anon_sym_R_DQUOTE] = ACTIONS(3120), - [anon_sym_LR_DQUOTE] = ACTIONS(3120), - [anon_sym_uR_DQUOTE] = ACTIONS(3120), - [anon_sym_UR_DQUOTE] = ACTIONS(3120), - [anon_sym_u8R_DQUOTE] = ACTIONS(3120), - [anon_sym_co_await] = ACTIONS(3118), - [anon_sym_new] = ACTIONS(3118), - [anon_sym_requires] = ACTIONS(3118), - [sym_this] = ACTIONS(3118), - }, - [728] = { - [ts_builtin_sym_end] = ACTIONS(3203), - [sym_identifier] = ACTIONS(3201), - [aux_sym_preproc_include_token1] = ACTIONS(3201), - [aux_sym_preproc_def_token1] = ACTIONS(3201), - [aux_sym_preproc_if_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3201), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3201), - [sym_preproc_directive] = ACTIONS(3201), - [anon_sym_LPAREN2] = ACTIONS(3203), - [anon_sym_BANG] = ACTIONS(3203), - [anon_sym_TILDE] = ACTIONS(3203), - [anon_sym_DASH] = ACTIONS(3201), - [anon_sym_PLUS] = ACTIONS(3201), - [anon_sym_STAR] = ACTIONS(3203), - [anon_sym_AMP_AMP] = ACTIONS(3203), - [anon_sym_AMP] = ACTIONS(3201), - [anon_sym_SEMI] = ACTIONS(3203), - [anon_sym___extension__] = ACTIONS(3201), - [anon_sym_typedef] = ACTIONS(3201), - [anon_sym_virtual] = ACTIONS(3201), - [anon_sym_extern] = ACTIONS(3201), - [anon_sym___attribute__] = ACTIONS(3201), - [anon_sym___attribute] = ACTIONS(3201), - [anon_sym_COLON_COLON] = ACTIONS(3203), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3203), - [anon_sym___declspec] = ACTIONS(3201), - [anon_sym___based] = ACTIONS(3201), - [anon_sym___cdecl] = ACTIONS(3201), - [anon_sym___clrcall] = ACTIONS(3201), - [anon_sym___stdcall] = ACTIONS(3201), - [anon_sym___fastcall] = ACTIONS(3201), - [anon_sym___thiscall] = ACTIONS(3201), - [anon_sym___vectorcall] = ACTIONS(3201), - [anon_sym_LBRACE] = ACTIONS(3203), - [anon_sym_signed] = ACTIONS(3201), - [anon_sym_unsigned] = ACTIONS(3201), - [anon_sym_long] = ACTIONS(3201), - [anon_sym_short] = ACTIONS(3201), - [anon_sym_LBRACK] = ACTIONS(3201), - [anon_sym_static] = ACTIONS(3201), - [anon_sym_register] = ACTIONS(3201), - [anon_sym_inline] = ACTIONS(3201), - [anon_sym___inline] = ACTIONS(3201), - [anon_sym___inline__] = ACTIONS(3201), - [anon_sym___forceinline] = ACTIONS(3201), - [anon_sym_thread_local] = ACTIONS(3201), - [anon_sym___thread] = ACTIONS(3201), - [anon_sym_const] = ACTIONS(3201), - [anon_sym_constexpr] = ACTIONS(3201), - [anon_sym_volatile] = ACTIONS(3201), - [anon_sym_restrict] = ACTIONS(3201), - [anon_sym___restrict__] = ACTIONS(3201), - [anon_sym__Atomic] = ACTIONS(3201), - [anon_sym__Noreturn] = ACTIONS(3201), - [anon_sym_noreturn] = ACTIONS(3201), - [anon_sym__Nonnull] = ACTIONS(3201), - [anon_sym_mutable] = ACTIONS(3201), - [anon_sym_constinit] = ACTIONS(3201), - [anon_sym_consteval] = ACTIONS(3201), - [anon_sym_PROGMEM] = ACTIONS(3201), - [anon_sym_alignas] = ACTIONS(3201), - [anon_sym__Alignas] = ACTIONS(3201), - [aux_sym_primitive_type_token1] = ACTIONS(3201), - [anon_sym_byte] = ACTIONS(3201), - [anon_sym_word] = ACTIONS(3201), - [anon_sym_enum] = ACTIONS(3201), - [anon_sym_class] = ACTIONS(3201), - [anon_sym_struct] = ACTIONS(3201), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_if] = ACTIONS(3201), - [anon_sym_switch] = ACTIONS(3201), - [anon_sym_case] = ACTIONS(3201), - [anon_sym_default] = ACTIONS(3201), - [anon_sym_while] = ACTIONS(3201), - [anon_sym_do] = ACTIONS(3201), - [anon_sym_for] = ACTIONS(3201), - [anon_sym_return] = ACTIONS(3201), - [anon_sym_break] = ACTIONS(3201), - [anon_sym_continue] = ACTIONS(3201), - [anon_sym_goto] = ACTIONS(3201), - [anon_sym_not] = ACTIONS(3201), - [anon_sym_compl] = ACTIONS(3201), - [anon_sym_DASH_DASH] = ACTIONS(3203), - [anon_sym_PLUS_PLUS] = ACTIONS(3203), - [anon_sym_sizeof] = ACTIONS(3201), - [anon_sym___alignof__] = ACTIONS(3201), - [anon_sym___alignof] = ACTIONS(3201), - [anon_sym__alignof] = ACTIONS(3201), - [anon_sym_alignof] = ACTIONS(3201), - [anon_sym__Alignof] = ACTIONS(3201), - [anon_sym_offsetof] = ACTIONS(3201), - [anon_sym__Generic] = ACTIONS(3201), - [anon_sym_asm] = ACTIONS(3201), - [anon_sym___asm__] = ACTIONS(3201), - [anon_sym___asm] = ACTIONS(3201), - [aux_sym_number_literal_token1] = ACTIONS(3203), - [aux_sym_number_literal_token2] = ACTIONS(3201), - [anon_sym_L_SQUOTE] = ACTIONS(3203), - [anon_sym_u_SQUOTE] = ACTIONS(3203), - [anon_sym_U_SQUOTE] = ACTIONS(3203), - [anon_sym_u8_SQUOTE] = ACTIONS(3203), - [anon_sym_SQUOTE] = ACTIONS(3203), - [anon_sym_L_DQUOTE] = ACTIONS(3203), - [anon_sym_u_DQUOTE] = ACTIONS(3203), - [anon_sym_U_DQUOTE] = ACTIONS(3203), - [anon_sym_u8_DQUOTE] = ACTIONS(3203), - [anon_sym_DQUOTE] = ACTIONS(3203), - [sym_true] = ACTIONS(3201), - [sym_false] = ACTIONS(3201), - [anon_sym_NULL] = ACTIONS(3201), - [anon_sym_nullptr] = ACTIONS(3201), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3201), - [anon_sym_decltype] = ACTIONS(3201), - [anon_sym_explicit] = ACTIONS(3201), - [anon_sym_typename] = ACTIONS(3201), - [anon_sym_template] = ACTIONS(3201), - [anon_sym_operator] = ACTIONS(3201), - [anon_sym_try] = ACTIONS(3201), - [anon_sym_delete] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [anon_sym_namespace] = ACTIONS(3201), - [anon_sym_using] = ACTIONS(3201), - [anon_sym_static_assert] = ACTIONS(3201), - [anon_sym_concept] = ACTIONS(3201), - [anon_sym_co_return] = ACTIONS(3201), - [anon_sym_co_yield] = ACTIONS(3201), - [anon_sym_R_DQUOTE] = ACTIONS(3203), - [anon_sym_LR_DQUOTE] = ACTIONS(3203), - [anon_sym_uR_DQUOTE] = ACTIONS(3203), - [anon_sym_UR_DQUOTE] = ACTIONS(3203), - [anon_sym_u8R_DQUOTE] = ACTIONS(3203), - [anon_sym_co_await] = ACTIONS(3201), - [anon_sym_new] = ACTIONS(3201), - [anon_sym_requires] = ACTIONS(3201), - [sym_this] = ACTIONS(3201), - }, - [729] = { - [ts_builtin_sym_end] = ACTIONS(3124), - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_include_token1] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym___cdecl] = ACTIONS(3122), - [anon_sym___clrcall] = ACTIONS(3122), - [anon_sym___stdcall] = ACTIONS(3122), - [anon_sym___fastcall] = ACTIONS(3122), - [anon_sym___thiscall] = ACTIONS(3122), - [anon_sym___vectorcall] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym_not] = ACTIONS(3122), - [anon_sym_compl] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [anon_sym___alignof__] = ACTIONS(3122), - [anon_sym___alignof] = ACTIONS(3122), - [anon_sym__alignof] = ACTIONS(3122), - [anon_sym_alignof] = ACTIONS(3122), - [anon_sym__Alignof] = ACTIONS(3122), - [anon_sym_offsetof] = ACTIONS(3122), - [anon_sym__Generic] = ACTIONS(3122), - [anon_sym_asm] = ACTIONS(3122), - [anon_sym___asm__] = ACTIONS(3122), - [anon_sym___asm] = ACTIONS(3122), - [aux_sym_number_literal_token1] = ACTIONS(3124), - [aux_sym_number_literal_token2] = ACTIONS(3122), - [anon_sym_L_SQUOTE] = ACTIONS(3124), - [anon_sym_u_SQUOTE] = ACTIONS(3124), - [anon_sym_U_SQUOTE] = ACTIONS(3124), - [anon_sym_u8_SQUOTE] = ACTIONS(3124), - [anon_sym_SQUOTE] = ACTIONS(3124), - [anon_sym_L_DQUOTE] = ACTIONS(3124), - [anon_sym_u_DQUOTE] = ACTIONS(3124), - [anon_sym_U_DQUOTE] = ACTIONS(3124), - [anon_sym_u8_DQUOTE] = ACTIONS(3124), - [anon_sym_DQUOTE] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [anon_sym_NULL] = ACTIONS(3122), - [anon_sym_nullptr] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_try] = ACTIONS(3122), - [anon_sym_delete] = ACTIONS(3122), - [anon_sym_throw] = ACTIONS(3122), - [anon_sym_namespace] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - [anon_sym_concept] = ACTIONS(3122), - [anon_sym_co_return] = ACTIONS(3122), - [anon_sym_co_yield] = ACTIONS(3122), - [anon_sym_R_DQUOTE] = ACTIONS(3124), - [anon_sym_LR_DQUOTE] = ACTIONS(3124), - [anon_sym_uR_DQUOTE] = ACTIONS(3124), - [anon_sym_UR_DQUOTE] = ACTIONS(3124), - [anon_sym_u8R_DQUOTE] = ACTIONS(3124), - [anon_sym_co_await] = ACTIONS(3122), - [anon_sym_new] = ACTIONS(3122), - [anon_sym_requires] = ACTIONS(3122), - [sym_this] = ACTIONS(3122), - }, - [730] = { - [ts_builtin_sym_end] = ACTIONS(3128), - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_include_token1] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym___cdecl] = ACTIONS(3126), - [anon_sym___clrcall] = ACTIONS(3126), - [anon_sym___stdcall] = ACTIONS(3126), - [anon_sym___fastcall] = ACTIONS(3126), - [anon_sym___thiscall] = ACTIONS(3126), - [anon_sym___vectorcall] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym_not] = ACTIONS(3126), - [anon_sym_compl] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [anon_sym___alignof__] = ACTIONS(3126), - [anon_sym___alignof] = ACTIONS(3126), - [anon_sym__alignof] = ACTIONS(3126), - [anon_sym_alignof] = ACTIONS(3126), - [anon_sym__Alignof] = ACTIONS(3126), - [anon_sym_offsetof] = ACTIONS(3126), - [anon_sym__Generic] = ACTIONS(3126), - [anon_sym_asm] = ACTIONS(3126), - [anon_sym___asm__] = ACTIONS(3126), - [anon_sym___asm] = ACTIONS(3126), - [aux_sym_number_literal_token1] = ACTIONS(3128), - [aux_sym_number_literal_token2] = ACTIONS(3126), - [anon_sym_L_SQUOTE] = ACTIONS(3128), - [anon_sym_u_SQUOTE] = ACTIONS(3128), - [anon_sym_U_SQUOTE] = ACTIONS(3128), - [anon_sym_u8_SQUOTE] = ACTIONS(3128), - [anon_sym_SQUOTE] = ACTIONS(3128), - [anon_sym_L_DQUOTE] = ACTIONS(3128), - [anon_sym_u_DQUOTE] = ACTIONS(3128), - [anon_sym_U_DQUOTE] = ACTIONS(3128), - [anon_sym_u8_DQUOTE] = ACTIONS(3128), - [anon_sym_DQUOTE] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [anon_sym_NULL] = ACTIONS(3126), - [anon_sym_nullptr] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_try] = ACTIONS(3126), - [anon_sym_delete] = ACTIONS(3126), - [anon_sym_throw] = ACTIONS(3126), - [anon_sym_namespace] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), - [anon_sym_concept] = ACTIONS(3126), - [anon_sym_co_return] = ACTIONS(3126), - [anon_sym_co_yield] = ACTIONS(3126), - [anon_sym_R_DQUOTE] = ACTIONS(3128), - [anon_sym_LR_DQUOTE] = ACTIONS(3128), - [anon_sym_uR_DQUOTE] = ACTIONS(3128), - [anon_sym_UR_DQUOTE] = ACTIONS(3128), - [anon_sym_u8R_DQUOTE] = ACTIONS(3128), - [anon_sym_co_await] = ACTIONS(3126), - [anon_sym_new] = ACTIONS(3126), - [anon_sym_requires] = ACTIONS(3126), - [sym_this] = ACTIONS(3126), - }, - [731] = { - [ts_builtin_sym_end] = ACTIONS(2945), - [sym_identifier] = ACTIONS(2943), - [aux_sym_preproc_include_token1] = ACTIONS(2943), - [aux_sym_preproc_def_token1] = ACTIONS(2943), - [aux_sym_preproc_if_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2943), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2943), - [sym_preproc_directive] = ACTIONS(2943), - [anon_sym_LPAREN2] = ACTIONS(2945), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_TILDE] = ACTIONS(2945), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_AMP_AMP] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_SEMI] = ACTIONS(2945), - [anon_sym___extension__] = ACTIONS(2943), - [anon_sym_typedef] = ACTIONS(2943), - [anon_sym_virtual] = ACTIONS(2943), - [anon_sym_extern] = ACTIONS(2943), - [anon_sym___attribute__] = ACTIONS(2943), - [anon_sym___attribute] = ACTIONS(2943), - [anon_sym_COLON_COLON] = ACTIONS(2945), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2945), - [anon_sym___declspec] = ACTIONS(2943), - [anon_sym___based] = ACTIONS(2943), - [anon_sym___cdecl] = ACTIONS(2943), - [anon_sym___clrcall] = ACTIONS(2943), - [anon_sym___stdcall] = ACTIONS(2943), - [anon_sym___fastcall] = ACTIONS(2943), - [anon_sym___thiscall] = ACTIONS(2943), - [anon_sym___vectorcall] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_signed] = ACTIONS(2943), - [anon_sym_unsigned] = ACTIONS(2943), - [anon_sym_long] = ACTIONS(2943), - [anon_sym_short] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2943), - [anon_sym_register] = ACTIONS(2943), - [anon_sym_inline] = ACTIONS(2943), - [anon_sym___inline] = ACTIONS(2943), - [anon_sym___inline__] = ACTIONS(2943), - [anon_sym___forceinline] = ACTIONS(2943), - [anon_sym_thread_local] = ACTIONS(2943), - [anon_sym___thread] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_constexpr] = ACTIONS(2943), - [anon_sym_volatile] = ACTIONS(2943), - [anon_sym_restrict] = ACTIONS(2943), - [anon_sym___restrict__] = ACTIONS(2943), - [anon_sym__Atomic] = ACTIONS(2943), - [anon_sym__Noreturn] = ACTIONS(2943), - [anon_sym_noreturn] = ACTIONS(2943), - [anon_sym__Nonnull] = ACTIONS(2943), - [anon_sym_mutable] = ACTIONS(2943), - [anon_sym_constinit] = ACTIONS(2943), - [anon_sym_consteval] = ACTIONS(2943), - [anon_sym_PROGMEM] = ACTIONS(2943), - [anon_sym_alignas] = ACTIONS(2943), - [anon_sym__Alignas] = ACTIONS(2943), - [aux_sym_primitive_type_token1] = ACTIONS(2943), - [anon_sym_byte] = ACTIONS(2943), - [anon_sym_word] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_class] = ACTIONS(2943), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_switch] = ACTIONS(2943), - [anon_sym_case] = ACTIONS(2943), - [anon_sym_default] = ACTIONS(2943), - [anon_sym_while] = ACTIONS(2943), - [anon_sym_do] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym_not] = ACTIONS(2943), - [anon_sym_compl] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2945), - [anon_sym_PLUS_PLUS] = ACTIONS(2945), - [anon_sym_sizeof] = ACTIONS(2943), - [anon_sym___alignof__] = ACTIONS(2943), - [anon_sym___alignof] = ACTIONS(2943), - [anon_sym__alignof] = ACTIONS(2943), - [anon_sym_alignof] = ACTIONS(2943), - [anon_sym__Alignof] = ACTIONS(2943), - [anon_sym_offsetof] = ACTIONS(2943), - [anon_sym__Generic] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym___asm__] = ACTIONS(2943), - [anon_sym___asm] = ACTIONS(2943), - [aux_sym_number_literal_token1] = ACTIONS(2945), - [aux_sym_number_literal_token2] = ACTIONS(2943), - [anon_sym_L_SQUOTE] = ACTIONS(2945), - [anon_sym_u_SQUOTE] = ACTIONS(2945), - [anon_sym_U_SQUOTE] = ACTIONS(2945), - [anon_sym_u8_SQUOTE] = ACTIONS(2945), - [anon_sym_SQUOTE] = ACTIONS(2945), - [anon_sym_L_DQUOTE] = ACTIONS(2945), - [anon_sym_u_DQUOTE] = ACTIONS(2945), - [anon_sym_U_DQUOTE] = ACTIONS(2945), - [anon_sym_u8_DQUOTE] = ACTIONS(2945), - [anon_sym_DQUOTE] = ACTIONS(2945), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [anon_sym_NULL] = ACTIONS(2943), - [anon_sym_nullptr] = ACTIONS(2943), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2943), - [anon_sym_decltype] = ACTIONS(2943), - [anon_sym_explicit] = ACTIONS(2943), - [anon_sym_typename] = ACTIONS(2943), - [anon_sym_template] = ACTIONS(2943), - [anon_sym_operator] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(2943), - [anon_sym_delete] = ACTIONS(2943), - [anon_sym_throw] = ACTIONS(2943), - [anon_sym_namespace] = ACTIONS(2943), - [anon_sym_using] = ACTIONS(2943), - [anon_sym_static_assert] = ACTIONS(2943), - [anon_sym_concept] = ACTIONS(2943), - [anon_sym_co_return] = ACTIONS(2943), - [anon_sym_co_yield] = ACTIONS(2943), - [anon_sym_R_DQUOTE] = ACTIONS(2945), - [anon_sym_LR_DQUOTE] = ACTIONS(2945), - [anon_sym_uR_DQUOTE] = ACTIONS(2945), - [anon_sym_UR_DQUOTE] = ACTIONS(2945), - [anon_sym_u8R_DQUOTE] = ACTIONS(2945), - [anon_sym_co_await] = ACTIONS(2943), - [anon_sym_new] = ACTIONS(2943), - [anon_sym_requires] = ACTIONS(2943), - [sym_this] = ACTIONS(2943), - }, - [732] = { - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2939), - [aux_sym_preproc_include_token1] = ACTIONS(2939), - [aux_sym_preproc_def_token1] = ACTIONS(2939), - [aux_sym_preproc_if_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2939), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2939), - [sym_preproc_directive] = ACTIONS(2939), - [anon_sym_LPAREN2] = ACTIONS(2941), - [anon_sym_BANG] = ACTIONS(2941), - [anon_sym_TILDE] = ACTIONS(2941), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_AMP_AMP] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_SEMI] = ACTIONS(2941), - [anon_sym___extension__] = ACTIONS(2939), - [anon_sym_typedef] = ACTIONS(2939), - [anon_sym_virtual] = ACTIONS(2939), - [anon_sym_extern] = ACTIONS(2939), - [anon_sym___attribute__] = ACTIONS(2939), - [anon_sym___attribute] = ACTIONS(2939), - [anon_sym_COLON_COLON] = ACTIONS(2941), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2941), - [anon_sym___declspec] = ACTIONS(2939), - [anon_sym___based] = ACTIONS(2939), - [anon_sym___cdecl] = ACTIONS(2939), - [anon_sym___clrcall] = ACTIONS(2939), - [anon_sym___stdcall] = ACTIONS(2939), - [anon_sym___fastcall] = ACTIONS(2939), - [anon_sym___thiscall] = ACTIONS(2939), - [anon_sym___vectorcall] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_signed] = ACTIONS(2939), - [anon_sym_unsigned] = ACTIONS(2939), - [anon_sym_long] = ACTIONS(2939), - [anon_sym_short] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_static] = ACTIONS(2939), - [anon_sym_register] = ACTIONS(2939), - [anon_sym_inline] = ACTIONS(2939), - [anon_sym___inline] = ACTIONS(2939), - [anon_sym___inline__] = ACTIONS(2939), - [anon_sym___forceinline] = ACTIONS(2939), - [anon_sym_thread_local] = ACTIONS(2939), - [anon_sym___thread] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_constexpr] = ACTIONS(2939), - [anon_sym_volatile] = ACTIONS(2939), - [anon_sym_restrict] = ACTIONS(2939), - [anon_sym___restrict__] = ACTIONS(2939), - [anon_sym__Atomic] = ACTIONS(2939), - [anon_sym__Noreturn] = ACTIONS(2939), - [anon_sym_noreturn] = ACTIONS(2939), - [anon_sym__Nonnull] = ACTIONS(2939), - [anon_sym_mutable] = ACTIONS(2939), - [anon_sym_constinit] = ACTIONS(2939), - [anon_sym_consteval] = ACTIONS(2939), - [anon_sym_PROGMEM] = ACTIONS(2939), - [anon_sym_alignas] = ACTIONS(2939), - [anon_sym__Alignas] = ACTIONS(2939), - [aux_sym_primitive_type_token1] = ACTIONS(2939), - [anon_sym_byte] = ACTIONS(2939), - [anon_sym_word] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_class] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_switch] = ACTIONS(2939), - [anon_sym_case] = ACTIONS(2939), - [anon_sym_default] = ACTIONS(2939), - [anon_sym_while] = ACTIONS(2939), - [anon_sym_do] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_not] = ACTIONS(2939), - [anon_sym_compl] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2941), - [anon_sym_PLUS_PLUS] = ACTIONS(2941), - [anon_sym_sizeof] = ACTIONS(2939), - [anon_sym___alignof__] = ACTIONS(2939), - [anon_sym___alignof] = ACTIONS(2939), - [anon_sym__alignof] = ACTIONS(2939), - [anon_sym_alignof] = ACTIONS(2939), - [anon_sym__Alignof] = ACTIONS(2939), - [anon_sym_offsetof] = ACTIONS(2939), - [anon_sym__Generic] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym___asm__] = ACTIONS(2939), - [anon_sym___asm] = ACTIONS(2939), - [aux_sym_number_literal_token1] = ACTIONS(2941), - [aux_sym_number_literal_token2] = ACTIONS(2939), - [anon_sym_L_SQUOTE] = ACTIONS(2941), - [anon_sym_u_SQUOTE] = ACTIONS(2941), - [anon_sym_U_SQUOTE] = ACTIONS(2941), - [anon_sym_u8_SQUOTE] = ACTIONS(2941), - [anon_sym_SQUOTE] = ACTIONS(2941), - [anon_sym_L_DQUOTE] = ACTIONS(2941), - [anon_sym_u_DQUOTE] = ACTIONS(2941), - [anon_sym_U_DQUOTE] = ACTIONS(2941), - [anon_sym_u8_DQUOTE] = ACTIONS(2941), - [anon_sym_DQUOTE] = ACTIONS(2941), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [anon_sym_NULL] = ACTIONS(2939), - [anon_sym_nullptr] = ACTIONS(2939), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2939), - [anon_sym_decltype] = ACTIONS(2939), - [anon_sym_explicit] = ACTIONS(2939), - [anon_sym_typename] = ACTIONS(2939), - [anon_sym_template] = ACTIONS(2939), - [anon_sym_operator] = ACTIONS(2939), - [anon_sym_try] = ACTIONS(2939), - [anon_sym_delete] = ACTIONS(2939), - [anon_sym_throw] = ACTIONS(2939), - [anon_sym_namespace] = ACTIONS(2939), - [anon_sym_using] = ACTIONS(2939), - [anon_sym_static_assert] = ACTIONS(2939), - [anon_sym_concept] = ACTIONS(2939), - [anon_sym_co_return] = ACTIONS(2939), - [anon_sym_co_yield] = ACTIONS(2939), - [anon_sym_R_DQUOTE] = ACTIONS(2941), - [anon_sym_LR_DQUOTE] = ACTIONS(2941), - [anon_sym_uR_DQUOTE] = ACTIONS(2941), - [anon_sym_UR_DQUOTE] = ACTIONS(2941), - [anon_sym_u8R_DQUOTE] = ACTIONS(2941), - [anon_sym_co_await] = ACTIONS(2939), - [anon_sym_new] = ACTIONS(2939), - [anon_sym_requires] = ACTIONS(2939), - [sym_this] = ACTIONS(2939), - }, - [733] = { - [ts_builtin_sym_end] = ACTIONS(3132), - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_include_token1] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_DASH] = ACTIONS(3130), - [anon_sym_PLUS] = ACTIONS(3130), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym___cdecl] = ACTIONS(3130), - [anon_sym___clrcall] = ACTIONS(3130), - [anon_sym___stdcall] = ACTIONS(3130), - [anon_sym___fastcall] = ACTIONS(3130), - [anon_sym___thiscall] = ACTIONS(3130), - [anon_sym___vectorcall] = ACTIONS(3130), - [anon_sym_LBRACE] = ACTIONS(3132), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [anon_sym_if] = ACTIONS(3130), - [anon_sym_switch] = ACTIONS(3130), - [anon_sym_case] = ACTIONS(3130), - [anon_sym_default] = ACTIONS(3130), - [anon_sym_while] = ACTIONS(3130), - [anon_sym_do] = ACTIONS(3130), - [anon_sym_for] = ACTIONS(3130), - [anon_sym_return] = ACTIONS(3130), - [anon_sym_break] = ACTIONS(3130), - [anon_sym_continue] = ACTIONS(3130), - [anon_sym_goto] = ACTIONS(3130), - [anon_sym_not] = ACTIONS(3130), - [anon_sym_compl] = ACTIONS(3130), - [anon_sym_DASH_DASH] = ACTIONS(3132), - [anon_sym_PLUS_PLUS] = ACTIONS(3132), - [anon_sym_sizeof] = ACTIONS(3130), - [anon_sym___alignof__] = ACTIONS(3130), - [anon_sym___alignof] = ACTIONS(3130), - [anon_sym__alignof] = ACTIONS(3130), - [anon_sym_alignof] = ACTIONS(3130), - [anon_sym__Alignof] = ACTIONS(3130), - [anon_sym_offsetof] = ACTIONS(3130), - [anon_sym__Generic] = ACTIONS(3130), - [anon_sym_asm] = ACTIONS(3130), - [anon_sym___asm__] = ACTIONS(3130), - [anon_sym___asm] = ACTIONS(3130), - [aux_sym_number_literal_token1] = ACTIONS(3132), - [aux_sym_number_literal_token2] = ACTIONS(3130), - [anon_sym_L_SQUOTE] = ACTIONS(3132), - [anon_sym_u_SQUOTE] = ACTIONS(3132), - [anon_sym_U_SQUOTE] = ACTIONS(3132), - [anon_sym_u8_SQUOTE] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3132), - [anon_sym_L_DQUOTE] = ACTIONS(3132), - [anon_sym_u_DQUOTE] = ACTIONS(3132), - [anon_sym_U_DQUOTE] = ACTIONS(3132), - [anon_sym_u8_DQUOTE] = ACTIONS(3132), - [anon_sym_DQUOTE] = ACTIONS(3132), - [sym_true] = ACTIONS(3130), - [sym_false] = ACTIONS(3130), - [anon_sym_NULL] = ACTIONS(3130), - [anon_sym_nullptr] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_try] = ACTIONS(3130), - [anon_sym_delete] = ACTIONS(3130), - [anon_sym_throw] = ACTIONS(3130), - [anon_sym_namespace] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - [anon_sym_concept] = ACTIONS(3130), - [anon_sym_co_return] = ACTIONS(3130), - [anon_sym_co_yield] = ACTIONS(3130), - [anon_sym_R_DQUOTE] = ACTIONS(3132), - [anon_sym_LR_DQUOTE] = ACTIONS(3132), - [anon_sym_uR_DQUOTE] = ACTIONS(3132), - [anon_sym_UR_DQUOTE] = ACTIONS(3132), - [anon_sym_u8R_DQUOTE] = ACTIONS(3132), - [anon_sym_co_await] = ACTIONS(3130), - [anon_sym_new] = ACTIONS(3130), - [anon_sym_requires] = ACTIONS(3130), - [sym_this] = ACTIONS(3130), - }, - [734] = { - [ts_builtin_sym_end] = ACTIONS(2931), - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), - }, - [735] = { - [ts_builtin_sym_end] = ACTIONS(2931), - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_include_token1] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym___cdecl] = ACTIONS(2929), - [anon_sym___clrcall] = ACTIONS(2929), - [anon_sym___stdcall] = ACTIONS(2929), - [anon_sym___fastcall] = ACTIONS(2929), - [anon_sym___thiscall] = ACTIONS(2929), - [anon_sym___vectorcall] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2929), - [anon_sym_switch] = ACTIONS(2929), - [anon_sym_case] = ACTIONS(2929), - [anon_sym_default] = ACTIONS(2929), - [anon_sym_while] = ACTIONS(2929), - [anon_sym_do] = ACTIONS(2929), - [anon_sym_for] = ACTIONS(2929), - [anon_sym_return] = ACTIONS(2929), - [anon_sym_break] = ACTIONS(2929), - [anon_sym_continue] = ACTIONS(2929), - [anon_sym_goto] = ACTIONS(2929), - [anon_sym_not] = ACTIONS(2929), - [anon_sym_compl] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_sizeof] = ACTIONS(2929), - [anon_sym___alignof__] = ACTIONS(2929), - [anon_sym___alignof] = ACTIONS(2929), - [anon_sym__alignof] = ACTIONS(2929), - [anon_sym_alignof] = ACTIONS(2929), - [anon_sym__Alignof] = ACTIONS(2929), - [anon_sym_offsetof] = ACTIONS(2929), - [anon_sym__Generic] = ACTIONS(2929), - [anon_sym_asm] = ACTIONS(2929), - [anon_sym___asm__] = ACTIONS(2929), - [anon_sym___asm] = ACTIONS(2929), - [aux_sym_number_literal_token1] = ACTIONS(2931), - [aux_sym_number_literal_token2] = ACTIONS(2929), - [anon_sym_L_SQUOTE] = ACTIONS(2931), - [anon_sym_u_SQUOTE] = ACTIONS(2931), - [anon_sym_U_SQUOTE] = ACTIONS(2931), - [anon_sym_u8_SQUOTE] = ACTIONS(2931), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_L_DQUOTE] = ACTIONS(2931), - [anon_sym_u_DQUOTE] = ACTIONS(2931), - [anon_sym_U_DQUOTE] = ACTIONS(2931), - [anon_sym_u8_DQUOTE] = ACTIONS(2931), - [anon_sym_DQUOTE] = ACTIONS(2931), - [sym_true] = ACTIONS(2929), - [sym_false] = ACTIONS(2929), - [anon_sym_NULL] = ACTIONS(2929), - [anon_sym_nullptr] = ACTIONS(2929), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_try] = ACTIONS(2929), - [anon_sym_delete] = ACTIONS(2929), - [anon_sym_throw] = ACTIONS(2929), - [anon_sym_namespace] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - [anon_sym_concept] = ACTIONS(2929), - [anon_sym_co_return] = ACTIONS(2929), - [anon_sym_co_yield] = ACTIONS(2929), - [anon_sym_R_DQUOTE] = ACTIONS(2931), - [anon_sym_LR_DQUOTE] = ACTIONS(2931), - [anon_sym_uR_DQUOTE] = ACTIONS(2931), - [anon_sym_UR_DQUOTE] = ACTIONS(2931), - [anon_sym_u8R_DQUOTE] = ACTIONS(2931), - [anon_sym_co_await] = ACTIONS(2929), - [anon_sym_new] = ACTIONS(2929), - [anon_sym_requires] = ACTIONS(2929), - [sym_this] = ACTIONS(2929), - }, - [736] = { - [ts_builtin_sym_end] = ACTIONS(3104), - [sym_identifier] = ACTIONS(3102), - [aux_sym_preproc_include_token1] = ACTIONS(3102), - [aux_sym_preproc_def_token1] = ACTIONS(3102), - [aux_sym_preproc_if_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3102), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_LPAREN2] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_AMP_AMP] = ACTIONS(3104), - [anon_sym_AMP] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym___extension__] = ACTIONS(3102), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_virtual] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym___attribute__] = ACTIONS(3102), - [anon_sym___attribute] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3104), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3104), - [anon_sym___declspec] = ACTIONS(3102), - [anon_sym___based] = ACTIONS(3102), - [anon_sym___cdecl] = ACTIONS(3102), - [anon_sym___clrcall] = ACTIONS(3102), - [anon_sym___stdcall] = ACTIONS(3102), - [anon_sym___fastcall] = ACTIONS(3102), - [anon_sym___thiscall] = ACTIONS(3102), - [anon_sym___vectorcall] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_signed] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [anon_sym_LBRACK] = ACTIONS(3102), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym___inline] = ACTIONS(3102), - [anon_sym___inline__] = ACTIONS(3102), - [anon_sym___forceinline] = ACTIONS(3102), - [anon_sym_thread_local] = ACTIONS(3102), - [anon_sym___thread] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_constexpr] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym___restrict__] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym__Noreturn] = ACTIONS(3102), - [anon_sym_noreturn] = ACTIONS(3102), - [anon_sym__Nonnull] = ACTIONS(3102), - [anon_sym_mutable] = ACTIONS(3102), - [anon_sym_constinit] = ACTIONS(3102), - [anon_sym_consteval] = ACTIONS(3102), - [anon_sym_PROGMEM] = ACTIONS(3102), - [anon_sym_alignas] = ACTIONS(3102), - [anon_sym__Alignas] = ACTIONS(3102), - [aux_sym_primitive_type_token1] = ACTIONS(3102), - [anon_sym_byte] = ACTIONS(3102), - [anon_sym_word] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_class] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym_not] = ACTIONS(3102), - [anon_sym_compl] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [anon_sym___alignof__] = ACTIONS(3102), - [anon_sym___alignof] = ACTIONS(3102), - [anon_sym__alignof] = ACTIONS(3102), - [anon_sym_alignof] = ACTIONS(3102), - [anon_sym__Alignof] = ACTIONS(3102), - [anon_sym_offsetof] = ACTIONS(3102), - [anon_sym__Generic] = ACTIONS(3102), - [anon_sym_asm] = ACTIONS(3102), - [anon_sym___asm__] = ACTIONS(3102), - [anon_sym___asm] = ACTIONS(3102), - [aux_sym_number_literal_token1] = ACTIONS(3104), - [aux_sym_number_literal_token2] = ACTIONS(3102), - [anon_sym_L_SQUOTE] = ACTIONS(3104), - [anon_sym_u_SQUOTE] = ACTIONS(3104), - [anon_sym_U_SQUOTE] = ACTIONS(3104), - [anon_sym_u8_SQUOTE] = ACTIONS(3104), - [anon_sym_SQUOTE] = ACTIONS(3104), - [anon_sym_L_DQUOTE] = ACTIONS(3104), - [anon_sym_u_DQUOTE] = ACTIONS(3104), - [anon_sym_U_DQUOTE] = ACTIONS(3104), - [anon_sym_u8_DQUOTE] = ACTIONS(3104), - [anon_sym_DQUOTE] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [anon_sym_NULL] = ACTIONS(3102), - [anon_sym_nullptr] = ACTIONS(3102), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3102), - [anon_sym_decltype] = ACTIONS(3102), - [anon_sym_explicit] = ACTIONS(3102), - [anon_sym_typename] = ACTIONS(3102), - [anon_sym_template] = ACTIONS(3102), - [anon_sym_operator] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_delete] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_namespace] = ACTIONS(3102), - [anon_sym_using] = ACTIONS(3102), - [anon_sym_static_assert] = ACTIONS(3102), - [anon_sym_concept] = ACTIONS(3102), - [anon_sym_co_return] = ACTIONS(3102), - [anon_sym_co_yield] = ACTIONS(3102), - [anon_sym_R_DQUOTE] = ACTIONS(3104), - [anon_sym_LR_DQUOTE] = ACTIONS(3104), - [anon_sym_uR_DQUOTE] = ACTIONS(3104), - [anon_sym_UR_DQUOTE] = ACTIONS(3104), - [anon_sym_u8R_DQUOTE] = ACTIONS(3104), - [anon_sym_co_await] = ACTIONS(3102), - [anon_sym_new] = ACTIONS(3102), - [anon_sym_requires] = ACTIONS(3102), - [sym_this] = ACTIONS(3102), - }, - [737] = { - [ts_builtin_sym_end] = ACTIONS(3497), - [sym_identifier] = ACTIONS(3500), - [aux_sym_preproc_include_token1] = ACTIONS(3500), - [aux_sym_preproc_def_token1] = ACTIONS(3500), - [aux_sym_preproc_if_token1] = ACTIONS(3500), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3500), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3500), - [sym_preproc_directive] = ACTIONS(3500), - [anon_sym_LPAREN2] = ACTIONS(3497), - [anon_sym_BANG] = ACTIONS(3497), - [anon_sym_TILDE] = ACTIONS(3497), - [anon_sym_DASH] = ACTIONS(3500), - [anon_sym_PLUS] = ACTIONS(3500), - [anon_sym_STAR] = ACTIONS(3497), - [anon_sym_AMP_AMP] = ACTIONS(3497), - [anon_sym_AMP] = ACTIONS(3500), - [anon_sym_SEMI] = ACTIONS(3497), - [anon_sym___extension__] = ACTIONS(3500), - [anon_sym_typedef] = ACTIONS(3500), - [anon_sym_virtual] = ACTIONS(3500), - [anon_sym_extern] = ACTIONS(3500), - [anon_sym___attribute__] = ACTIONS(3500), - [anon_sym___attribute] = ACTIONS(3500), - [anon_sym_COLON_COLON] = ACTIONS(3497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3497), - [anon_sym___declspec] = ACTIONS(3500), - [anon_sym___based] = ACTIONS(3500), - [anon_sym___cdecl] = ACTIONS(3500), - [anon_sym___clrcall] = ACTIONS(3500), - [anon_sym___stdcall] = ACTIONS(3500), - [anon_sym___fastcall] = ACTIONS(3500), - [anon_sym___thiscall] = ACTIONS(3500), - [anon_sym___vectorcall] = ACTIONS(3500), - [anon_sym_LBRACE] = ACTIONS(3497), - [anon_sym_signed] = ACTIONS(3500), - [anon_sym_unsigned] = ACTIONS(3500), - [anon_sym_long] = ACTIONS(3500), - [anon_sym_short] = ACTIONS(3500), - [anon_sym_LBRACK] = ACTIONS(3500), - [anon_sym_static] = ACTIONS(3500), - [anon_sym_register] = ACTIONS(3500), - [anon_sym_inline] = ACTIONS(3500), - [anon_sym___inline] = ACTIONS(3500), - [anon_sym___inline__] = ACTIONS(3500), - [anon_sym___forceinline] = ACTIONS(3500), - [anon_sym_thread_local] = ACTIONS(3500), - [anon_sym___thread] = ACTIONS(3500), - [anon_sym_const] = ACTIONS(3500), - [anon_sym_constexpr] = ACTIONS(3500), - [anon_sym_volatile] = ACTIONS(3500), - [anon_sym_restrict] = ACTIONS(3500), - [anon_sym___restrict__] = ACTIONS(3500), - [anon_sym__Atomic] = ACTIONS(3500), - [anon_sym__Noreturn] = ACTIONS(3500), - [anon_sym_noreturn] = ACTIONS(3500), - [anon_sym__Nonnull] = ACTIONS(3500), - [anon_sym_mutable] = ACTIONS(3500), - [anon_sym_constinit] = ACTIONS(3500), - [anon_sym_consteval] = ACTIONS(3500), - [anon_sym_PROGMEM] = ACTIONS(3500), - [anon_sym_alignas] = ACTIONS(3500), - [anon_sym__Alignas] = ACTIONS(3500), - [aux_sym_primitive_type_token1] = ACTIONS(3500), - [anon_sym_byte] = ACTIONS(3500), - [anon_sym_word] = ACTIONS(3500), - [anon_sym_enum] = ACTIONS(3500), - [anon_sym_class] = ACTIONS(3500), - [anon_sym_struct] = ACTIONS(3500), - [anon_sym_union] = ACTIONS(3500), - [anon_sym_if] = ACTIONS(3500), - [anon_sym_switch] = ACTIONS(3500), - [anon_sym_case] = ACTIONS(3500), - [anon_sym_default] = ACTIONS(3500), - [anon_sym_while] = ACTIONS(3500), - [anon_sym_do] = ACTIONS(3500), - [anon_sym_for] = ACTIONS(3500), - [anon_sym_return] = ACTIONS(3500), - [anon_sym_break] = ACTIONS(3500), - [anon_sym_continue] = ACTIONS(3500), - [anon_sym_goto] = ACTIONS(3500), - [anon_sym_not] = ACTIONS(3500), - [anon_sym_compl] = ACTIONS(3500), - [anon_sym_DASH_DASH] = ACTIONS(3497), - [anon_sym_PLUS_PLUS] = ACTIONS(3497), - [anon_sym_sizeof] = ACTIONS(3500), - [anon_sym___alignof__] = ACTIONS(3500), - [anon_sym___alignof] = ACTIONS(3500), - [anon_sym__alignof] = ACTIONS(3500), - [anon_sym_alignof] = ACTIONS(3500), - [anon_sym__Alignof] = ACTIONS(3500), - [anon_sym_offsetof] = ACTIONS(3500), - [anon_sym__Generic] = ACTIONS(3500), - [anon_sym_asm] = ACTIONS(3500), - [anon_sym___asm__] = ACTIONS(3500), - [anon_sym___asm] = ACTIONS(3500), - [aux_sym_number_literal_token1] = ACTIONS(3497), - [aux_sym_number_literal_token2] = ACTIONS(3500), - [anon_sym_L_SQUOTE] = ACTIONS(3497), - [anon_sym_u_SQUOTE] = ACTIONS(3497), - [anon_sym_U_SQUOTE] = ACTIONS(3497), - [anon_sym_u8_SQUOTE] = ACTIONS(3497), - [anon_sym_SQUOTE] = ACTIONS(3497), - [anon_sym_L_DQUOTE] = ACTIONS(3497), - [anon_sym_u_DQUOTE] = ACTIONS(3497), - [anon_sym_U_DQUOTE] = ACTIONS(3497), - [anon_sym_u8_DQUOTE] = ACTIONS(3497), - [anon_sym_DQUOTE] = ACTIONS(3497), - [sym_true] = ACTIONS(3500), - [sym_false] = ACTIONS(3500), - [anon_sym_NULL] = ACTIONS(3500), - [anon_sym_nullptr] = ACTIONS(3500), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3500), - [anon_sym_decltype] = ACTIONS(3500), - [anon_sym_explicit] = ACTIONS(3500), - [anon_sym_typename] = ACTIONS(3500), - [anon_sym_template] = ACTIONS(3500), - [anon_sym_operator] = ACTIONS(3500), - [anon_sym_try] = ACTIONS(3500), - [anon_sym_delete] = ACTIONS(3500), - [anon_sym_throw] = ACTIONS(3500), - [anon_sym_namespace] = ACTIONS(3500), - [anon_sym_using] = ACTIONS(3500), - [anon_sym_static_assert] = ACTIONS(3500), - [anon_sym_concept] = ACTIONS(3500), - [anon_sym_co_return] = ACTIONS(3500), - [anon_sym_co_yield] = ACTIONS(3500), - [anon_sym_R_DQUOTE] = ACTIONS(3497), - [anon_sym_LR_DQUOTE] = ACTIONS(3497), - [anon_sym_uR_DQUOTE] = ACTIONS(3497), - [anon_sym_UR_DQUOTE] = ACTIONS(3497), - [anon_sym_u8R_DQUOTE] = ACTIONS(3497), - [anon_sym_co_await] = ACTIONS(3500), - [anon_sym_new] = ACTIONS(3500), - [anon_sym_requires] = ACTIONS(3500), - [sym_this] = ACTIONS(3500), - }, - [738] = { - [ts_builtin_sym_end] = ACTIONS(3020), - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_include_token1] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_BANG] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_DASH] = ACTIONS(3018), - [anon_sym_PLUS] = ACTIONS(3018), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym___cdecl] = ACTIONS(3018), - [anon_sym___clrcall] = ACTIONS(3018), - [anon_sym___stdcall] = ACTIONS(3018), - [anon_sym___fastcall] = ACTIONS(3018), - [anon_sym___thiscall] = ACTIONS(3018), - [anon_sym___vectorcall] = ACTIONS(3018), - [anon_sym_LBRACE] = ACTIONS(3020), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [anon_sym_if] = ACTIONS(3018), - [anon_sym_switch] = ACTIONS(3018), - [anon_sym_case] = ACTIONS(3018), - [anon_sym_default] = ACTIONS(3018), - [anon_sym_while] = ACTIONS(3018), - [anon_sym_do] = ACTIONS(3018), - [anon_sym_for] = ACTIONS(3018), - [anon_sym_return] = ACTIONS(3018), - [anon_sym_break] = ACTIONS(3018), - [anon_sym_continue] = ACTIONS(3018), - [anon_sym_goto] = ACTIONS(3018), - [anon_sym_not] = ACTIONS(3018), - [anon_sym_compl] = ACTIONS(3018), - [anon_sym_DASH_DASH] = ACTIONS(3020), - [anon_sym_PLUS_PLUS] = ACTIONS(3020), - [anon_sym_sizeof] = ACTIONS(3018), - [anon_sym___alignof__] = ACTIONS(3018), - [anon_sym___alignof] = ACTIONS(3018), - [anon_sym__alignof] = ACTIONS(3018), - [anon_sym_alignof] = ACTIONS(3018), - [anon_sym__Alignof] = ACTIONS(3018), - [anon_sym_offsetof] = ACTIONS(3018), - [anon_sym__Generic] = ACTIONS(3018), - [anon_sym_asm] = ACTIONS(3018), - [anon_sym___asm__] = ACTIONS(3018), - [anon_sym___asm] = ACTIONS(3018), - [aux_sym_number_literal_token1] = ACTIONS(3020), - [aux_sym_number_literal_token2] = ACTIONS(3018), - [anon_sym_L_SQUOTE] = ACTIONS(3020), - [anon_sym_u_SQUOTE] = ACTIONS(3020), - [anon_sym_U_SQUOTE] = ACTIONS(3020), - [anon_sym_u8_SQUOTE] = ACTIONS(3020), - [anon_sym_SQUOTE] = ACTIONS(3020), - [anon_sym_L_DQUOTE] = ACTIONS(3020), - [anon_sym_u_DQUOTE] = ACTIONS(3020), - [anon_sym_U_DQUOTE] = ACTIONS(3020), - [anon_sym_u8_DQUOTE] = ACTIONS(3020), - [anon_sym_DQUOTE] = ACTIONS(3020), - [sym_true] = ACTIONS(3018), - [sym_false] = ACTIONS(3018), - [anon_sym_NULL] = ACTIONS(3018), - [anon_sym_nullptr] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_try] = ACTIONS(3018), - [anon_sym_delete] = ACTIONS(3018), - [anon_sym_throw] = ACTIONS(3018), - [anon_sym_namespace] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), - [anon_sym_concept] = ACTIONS(3018), - [anon_sym_co_return] = ACTIONS(3018), - [anon_sym_co_yield] = ACTIONS(3018), - [anon_sym_R_DQUOTE] = ACTIONS(3020), - [anon_sym_LR_DQUOTE] = ACTIONS(3020), - [anon_sym_uR_DQUOTE] = ACTIONS(3020), - [anon_sym_UR_DQUOTE] = ACTIONS(3020), - [anon_sym_u8R_DQUOTE] = ACTIONS(3020), - [anon_sym_co_await] = ACTIONS(3018), - [anon_sym_new] = ACTIONS(3018), - [anon_sym_requires] = ACTIONS(3018), - [sym_this] = ACTIONS(3018), - }, - [739] = { - [ts_builtin_sym_end] = ACTIONS(3136), - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_include_token1] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3134), - [anon_sym_PLUS] = ACTIONS(3134), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym___cdecl] = ACTIONS(3134), - [anon_sym___clrcall] = ACTIONS(3134), - [anon_sym___stdcall] = ACTIONS(3134), - [anon_sym___fastcall] = ACTIONS(3134), - [anon_sym___thiscall] = ACTIONS(3134), - [anon_sym___vectorcall] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3136), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [anon_sym_if] = ACTIONS(3134), - [anon_sym_switch] = ACTIONS(3134), - [anon_sym_case] = ACTIONS(3134), - [anon_sym_default] = ACTIONS(3134), - [anon_sym_while] = ACTIONS(3134), - [anon_sym_do] = ACTIONS(3134), - [anon_sym_for] = ACTIONS(3134), - [anon_sym_return] = ACTIONS(3134), - [anon_sym_break] = ACTIONS(3134), - [anon_sym_continue] = ACTIONS(3134), - [anon_sym_goto] = ACTIONS(3134), - [anon_sym_not] = ACTIONS(3134), - [anon_sym_compl] = ACTIONS(3134), - [anon_sym_DASH_DASH] = ACTIONS(3136), - [anon_sym_PLUS_PLUS] = ACTIONS(3136), - [anon_sym_sizeof] = ACTIONS(3134), - [anon_sym___alignof__] = ACTIONS(3134), - [anon_sym___alignof] = ACTIONS(3134), - [anon_sym__alignof] = ACTIONS(3134), - [anon_sym_alignof] = ACTIONS(3134), - [anon_sym__Alignof] = ACTIONS(3134), - [anon_sym_offsetof] = ACTIONS(3134), - [anon_sym__Generic] = ACTIONS(3134), - [anon_sym_asm] = ACTIONS(3134), - [anon_sym___asm__] = ACTIONS(3134), - [anon_sym___asm] = ACTIONS(3134), - [aux_sym_number_literal_token1] = ACTIONS(3136), - [aux_sym_number_literal_token2] = ACTIONS(3134), - [anon_sym_L_SQUOTE] = ACTIONS(3136), - [anon_sym_u_SQUOTE] = ACTIONS(3136), - [anon_sym_U_SQUOTE] = ACTIONS(3136), - [anon_sym_u8_SQUOTE] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3136), - [anon_sym_L_DQUOTE] = ACTIONS(3136), - [anon_sym_u_DQUOTE] = ACTIONS(3136), - [anon_sym_U_DQUOTE] = ACTIONS(3136), - [anon_sym_u8_DQUOTE] = ACTIONS(3136), - [anon_sym_DQUOTE] = ACTIONS(3136), - [sym_true] = ACTIONS(3134), - [sym_false] = ACTIONS(3134), - [anon_sym_NULL] = ACTIONS(3134), - [anon_sym_nullptr] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_try] = ACTIONS(3134), - [anon_sym_delete] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [anon_sym_namespace] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - [anon_sym_concept] = ACTIONS(3134), - [anon_sym_co_return] = ACTIONS(3134), - [anon_sym_co_yield] = ACTIONS(3134), - [anon_sym_R_DQUOTE] = ACTIONS(3136), - [anon_sym_LR_DQUOTE] = ACTIONS(3136), - [anon_sym_uR_DQUOTE] = ACTIONS(3136), - [anon_sym_UR_DQUOTE] = ACTIONS(3136), - [anon_sym_u8R_DQUOTE] = ACTIONS(3136), - [anon_sym_co_await] = ACTIONS(3134), - [anon_sym_new] = ACTIONS(3134), - [anon_sym_requires] = ACTIONS(3134), - [sym_this] = ACTIONS(3134), - }, - [740] = { - [ts_builtin_sym_end] = ACTIONS(3016), - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_include_token1] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_BANG] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_DASH] = ACTIONS(3014), - [anon_sym_PLUS] = ACTIONS(3014), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym___cdecl] = ACTIONS(3014), - [anon_sym___clrcall] = ACTIONS(3014), - [anon_sym___stdcall] = ACTIONS(3014), - [anon_sym___fastcall] = ACTIONS(3014), - [anon_sym___thiscall] = ACTIONS(3014), - [anon_sym___vectorcall] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3016), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [anon_sym_if] = ACTIONS(3014), - [anon_sym_switch] = ACTIONS(3014), - [anon_sym_case] = ACTIONS(3014), - [anon_sym_default] = ACTIONS(3014), - [anon_sym_while] = ACTIONS(3014), - [anon_sym_do] = ACTIONS(3014), - [anon_sym_for] = ACTIONS(3014), - [anon_sym_return] = ACTIONS(3014), - [anon_sym_break] = ACTIONS(3014), - [anon_sym_continue] = ACTIONS(3014), - [anon_sym_goto] = ACTIONS(3014), - [anon_sym_not] = ACTIONS(3014), - [anon_sym_compl] = ACTIONS(3014), - [anon_sym_DASH_DASH] = ACTIONS(3016), - [anon_sym_PLUS_PLUS] = ACTIONS(3016), - [anon_sym_sizeof] = ACTIONS(3014), - [anon_sym___alignof__] = ACTIONS(3014), - [anon_sym___alignof] = ACTIONS(3014), - [anon_sym__alignof] = ACTIONS(3014), - [anon_sym_alignof] = ACTIONS(3014), - [anon_sym__Alignof] = ACTIONS(3014), - [anon_sym_offsetof] = ACTIONS(3014), - [anon_sym__Generic] = ACTIONS(3014), - [anon_sym_asm] = ACTIONS(3014), - [anon_sym___asm__] = ACTIONS(3014), - [anon_sym___asm] = ACTIONS(3014), - [aux_sym_number_literal_token1] = ACTIONS(3016), - [aux_sym_number_literal_token2] = ACTIONS(3014), - [anon_sym_L_SQUOTE] = ACTIONS(3016), - [anon_sym_u_SQUOTE] = ACTIONS(3016), - [anon_sym_U_SQUOTE] = ACTIONS(3016), - [anon_sym_u8_SQUOTE] = ACTIONS(3016), - [anon_sym_SQUOTE] = ACTIONS(3016), - [anon_sym_L_DQUOTE] = ACTIONS(3016), - [anon_sym_u_DQUOTE] = ACTIONS(3016), - [anon_sym_U_DQUOTE] = ACTIONS(3016), - [anon_sym_u8_DQUOTE] = ACTIONS(3016), - [anon_sym_DQUOTE] = ACTIONS(3016), - [sym_true] = ACTIONS(3014), - [sym_false] = ACTIONS(3014), - [anon_sym_NULL] = ACTIONS(3014), - [anon_sym_nullptr] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_try] = ACTIONS(3014), - [anon_sym_delete] = ACTIONS(3014), - [anon_sym_throw] = ACTIONS(3014), - [anon_sym_namespace] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), - [anon_sym_concept] = ACTIONS(3014), - [anon_sym_co_return] = ACTIONS(3014), - [anon_sym_co_yield] = ACTIONS(3014), - [anon_sym_R_DQUOTE] = ACTIONS(3016), - [anon_sym_LR_DQUOTE] = ACTIONS(3016), - [anon_sym_uR_DQUOTE] = ACTIONS(3016), - [anon_sym_UR_DQUOTE] = ACTIONS(3016), - [anon_sym_u8R_DQUOTE] = ACTIONS(3016), - [anon_sym_co_await] = ACTIONS(3014), - [anon_sym_new] = ACTIONS(3014), - [anon_sym_requires] = ACTIONS(3014), - [sym_this] = ACTIONS(3014), - }, - [741] = { - [ts_builtin_sym_end] = ACTIONS(3008), - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_include_token1] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_BANG] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_PLUS] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym___cdecl] = ACTIONS(3006), - [anon_sym___clrcall] = ACTIONS(3006), - [anon_sym___stdcall] = ACTIONS(3006), - [anon_sym___fastcall] = ACTIONS(3006), - [anon_sym___thiscall] = ACTIONS(3006), - [anon_sym___vectorcall] = ACTIONS(3006), - [anon_sym_LBRACE] = ACTIONS(3008), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [anon_sym_if] = ACTIONS(3006), - [anon_sym_switch] = ACTIONS(3006), - [anon_sym_case] = ACTIONS(3006), - [anon_sym_default] = ACTIONS(3006), - [anon_sym_while] = ACTIONS(3006), - [anon_sym_do] = ACTIONS(3006), - [anon_sym_for] = ACTIONS(3006), - [anon_sym_return] = ACTIONS(3006), - [anon_sym_break] = ACTIONS(3006), - [anon_sym_continue] = ACTIONS(3006), - [anon_sym_goto] = ACTIONS(3006), - [anon_sym_not] = ACTIONS(3006), - [anon_sym_compl] = ACTIONS(3006), - [anon_sym_DASH_DASH] = ACTIONS(3008), - [anon_sym_PLUS_PLUS] = ACTIONS(3008), - [anon_sym_sizeof] = ACTIONS(3006), - [anon_sym___alignof__] = ACTIONS(3006), - [anon_sym___alignof] = ACTIONS(3006), - [anon_sym__alignof] = ACTIONS(3006), - [anon_sym_alignof] = ACTIONS(3006), - [anon_sym__Alignof] = ACTIONS(3006), - [anon_sym_offsetof] = ACTIONS(3006), - [anon_sym__Generic] = ACTIONS(3006), - [anon_sym_asm] = ACTIONS(3006), - [anon_sym___asm__] = ACTIONS(3006), - [anon_sym___asm] = ACTIONS(3006), - [aux_sym_number_literal_token1] = ACTIONS(3008), - [aux_sym_number_literal_token2] = ACTIONS(3006), - [anon_sym_L_SQUOTE] = ACTIONS(3008), - [anon_sym_u_SQUOTE] = ACTIONS(3008), - [anon_sym_U_SQUOTE] = ACTIONS(3008), - [anon_sym_u8_SQUOTE] = ACTIONS(3008), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_L_DQUOTE] = ACTIONS(3008), - [anon_sym_u_DQUOTE] = ACTIONS(3008), - [anon_sym_U_DQUOTE] = ACTIONS(3008), - [anon_sym_u8_DQUOTE] = ACTIONS(3008), - [anon_sym_DQUOTE] = ACTIONS(3008), - [sym_true] = ACTIONS(3006), - [sym_false] = ACTIONS(3006), - [anon_sym_NULL] = ACTIONS(3006), - [anon_sym_nullptr] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_try] = ACTIONS(3006), - [anon_sym_delete] = ACTIONS(3006), - [anon_sym_throw] = ACTIONS(3006), - [anon_sym_namespace] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), - [anon_sym_concept] = ACTIONS(3006), - [anon_sym_co_return] = ACTIONS(3006), - [anon_sym_co_yield] = ACTIONS(3006), - [anon_sym_R_DQUOTE] = ACTIONS(3008), - [anon_sym_LR_DQUOTE] = ACTIONS(3008), - [anon_sym_uR_DQUOTE] = ACTIONS(3008), - [anon_sym_UR_DQUOTE] = ACTIONS(3008), - [anon_sym_u8R_DQUOTE] = ACTIONS(3008), - [anon_sym_co_await] = ACTIONS(3006), - [anon_sym_new] = ACTIONS(3006), - [anon_sym_requires] = ACTIONS(3006), - [sym_this] = ACTIONS(3006), - }, - [742] = { - [ts_builtin_sym_end] = ACTIONS(2996), - [sym_identifier] = ACTIONS(2994), - [aux_sym_preproc_include_token1] = ACTIONS(2994), - [aux_sym_preproc_def_token1] = ACTIONS(2994), - [aux_sym_preproc_if_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2994), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2994), - [sym_preproc_directive] = ACTIONS(2994), - [anon_sym_LPAREN2] = ACTIONS(2996), - [anon_sym_BANG] = ACTIONS(2996), - [anon_sym_TILDE] = ACTIONS(2996), - [anon_sym_DASH] = ACTIONS(2994), - [anon_sym_PLUS] = ACTIONS(2994), - [anon_sym_STAR] = ACTIONS(2996), - [anon_sym_AMP_AMP] = ACTIONS(2996), - [anon_sym_AMP] = ACTIONS(2994), - [anon_sym_SEMI] = ACTIONS(2996), - [anon_sym___extension__] = ACTIONS(2994), - [anon_sym_typedef] = ACTIONS(2994), - [anon_sym_virtual] = ACTIONS(2994), - [anon_sym_extern] = ACTIONS(2994), - [anon_sym___attribute__] = ACTIONS(2994), - [anon_sym___attribute] = ACTIONS(2994), - [anon_sym_COLON_COLON] = ACTIONS(2996), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2996), - [anon_sym___declspec] = ACTIONS(2994), - [anon_sym___based] = ACTIONS(2994), - [anon_sym___cdecl] = ACTIONS(2994), - [anon_sym___clrcall] = ACTIONS(2994), - [anon_sym___stdcall] = ACTIONS(2994), - [anon_sym___fastcall] = ACTIONS(2994), - [anon_sym___thiscall] = ACTIONS(2994), - [anon_sym___vectorcall] = ACTIONS(2994), - [anon_sym_LBRACE] = ACTIONS(2996), - [anon_sym_signed] = ACTIONS(2994), - [anon_sym_unsigned] = ACTIONS(2994), - [anon_sym_long] = ACTIONS(2994), - [anon_sym_short] = ACTIONS(2994), - [anon_sym_LBRACK] = ACTIONS(2994), - [anon_sym_static] = ACTIONS(2994), - [anon_sym_register] = ACTIONS(2994), - [anon_sym_inline] = ACTIONS(2994), - [anon_sym___inline] = ACTIONS(2994), - [anon_sym___inline__] = ACTIONS(2994), - [anon_sym___forceinline] = ACTIONS(2994), - [anon_sym_thread_local] = ACTIONS(2994), - [anon_sym___thread] = ACTIONS(2994), - [anon_sym_const] = ACTIONS(2994), - [anon_sym_constexpr] = ACTIONS(2994), - [anon_sym_volatile] = ACTIONS(2994), - [anon_sym_restrict] = ACTIONS(2994), - [anon_sym___restrict__] = ACTIONS(2994), - [anon_sym__Atomic] = ACTIONS(2994), - [anon_sym__Noreturn] = ACTIONS(2994), - [anon_sym_noreturn] = ACTIONS(2994), - [anon_sym__Nonnull] = ACTIONS(2994), - [anon_sym_mutable] = ACTIONS(2994), - [anon_sym_constinit] = ACTIONS(2994), - [anon_sym_consteval] = ACTIONS(2994), - [anon_sym_PROGMEM] = ACTIONS(2994), - [anon_sym_alignas] = ACTIONS(2994), - [anon_sym__Alignas] = ACTIONS(2994), - [aux_sym_primitive_type_token1] = ACTIONS(2994), - [anon_sym_byte] = ACTIONS(2994), - [anon_sym_word] = ACTIONS(2994), - [anon_sym_enum] = ACTIONS(2994), - [anon_sym_class] = ACTIONS(2994), - [anon_sym_struct] = ACTIONS(2994), - [anon_sym_union] = ACTIONS(2994), - [anon_sym_if] = ACTIONS(2994), - [anon_sym_switch] = ACTIONS(2994), - [anon_sym_case] = ACTIONS(2994), - [anon_sym_default] = ACTIONS(2994), - [anon_sym_while] = ACTIONS(2994), - [anon_sym_do] = ACTIONS(2994), - [anon_sym_for] = ACTIONS(2994), - [anon_sym_return] = ACTIONS(2994), - [anon_sym_break] = ACTIONS(2994), - [anon_sym_continue] = ACTIONS(2994), - [anon_sym_goto] = ACTIONS(2994), - [anon_sym_not] = ACTIONS(2994), - [anon_sym_compl] = ACTIONS(2994), - [anon_sym_DASH_DASH] = ACTIONS(2996), - [anon_sym_PLUS_PLUS] = ACTIONS(2996), - [anon_sym_sizeof] = ACTIONS(2994), - [anon_sym___alignof__] = ACTIONS(2994), - [anon_sym___alignof] = ACTIONS(2994), - [anon_sym__alignof] = ACTIONS(2994), - [anon_sym_alignof] = ACTIONS(2994), - [anon_sym__Alignof] = ACTIONS(2994), - [anon_sym_offsetof] = ACTIONS(2994), - [anon_sym__Generic] = ACTIONS(2994), - [anon_sym_asm] = ACTIONS(2994), - [anon_sym___asm__] = ACTIONS(2994), - [anon_sym___asm] = ACTIONS(2994), - [aux_sym_number_literal_token1] = ACTIONS(2996), - [aux_sym_number_literal_token2] = ACTIONS(2994), - [anon_sym_L_SQUOTE] = ACTIONS(2996), - [anon_sym_u_SQUOTE] = ACTIONS(2996), - [anon_sym_U_SQUOTE] = ACTIONS(2996), - [anon_sym_u8_SQUOTE] = ACTIONS(2996), - [anon_sym_SQUOTE] = ACTIONS(2996), - [anon_sym_L_DQUOTE] = ACTIONS(2996), - [anon_sym_u_DQUOTE] = ACTIONS(2996), - [anon_sym_U_DQUOTE] = ACTIONS(2996), - [anon_sym_u8_DQUOTE] = ACTIONS(2996), - [anon_sym_DQUOTE] = ACTIONS(2996), - [sym_true] = ACTIONS(2994), - [sym_false] = ACTIONS(2994), - [anon_sym_NULL] = ACTIONS(2994), - [anon_sym_nullptr] = ACTIONS(2994), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2994), - [anon_sym_decltype] = ACTIONS(2994), - [anon_sym_explicit] = ACTIONS(2994), - [anon_sym_typename] = ACTIONS(2994), - [anon_sym_template] = ACTIONS(2994), - [anon_sym_operator] = ACTIONS(2994), - [anon_sym_try] = ACTIONS(2994), - [anon_sym_delete] = ACTIONS(2994), - [anon_sym_throw] = ACTIONS(2994), - [anon_sym_namespace] = ACTIONS(2994), - [anon_sym_using] = ACTIONS(2994), - [anon_sym_static_assert] = ACTIONS(2994), - [anon_sym_concept] = ACTIONS(2994), - [anon_sym_co_return] = ACTIONS(2994), - [anon_sym_co_yield] = ACTIONS(2994), - [anon_sym_R_DQUOTE] = ACTIONS(2996), - [anon_sym_LR_DQUOTE] = ACTIONS(2996), - [anon_sym_uR_DQUOTE] = ACTIONS(2996), - [anon_sym_UR_DQUOTE] = ACTIONS(2996), - [anon_sym_u8R_DQUOTE] = ACTIONS(2996), - [anon_sym_co_await] = ACTIONS(2994), - [anon_sym_new] = ACTIONS(2994), - [anon_sym_requires] = ACTIONS(2994), - [sym_this] = ACTIONS(2994), - }, - [743] = { - [ts_builtin_sym_end] = ACTIONS(3148), - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_include_token1] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_BANG] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_DASH] = ACTIONS(3146), - [anon_sym_PLUS] = ACTIONS(3146), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym___cdecl] = ACTIONS(3146), - [anon_sym___clrcall] = ACTIONS(3146), - [anon_sym___stdcall] = ACTIONS(3146), - [anon_sym___fastcall] = ACTIONS(3146), - [anon_sym___thiscall] = ACTIONS(3146), - [anon_sym___vectorcall] = ACTIONS(3146), - [anon_sym_LBRACE] = ACTIONS(3148), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [anon_sym_if] = ACTIONS(3146), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3146), - [anon_sym_default] = ACTIONS(3146), - [anon_sym_while] = ACTIONS(3146), - [anon_sym_do] = ACTIONS(3146), - [anon_sym_for] = ACTIONS(3146), - [anon_sym_return] = ACTIONS(3146), - [anon_sym_break] = ACTIONS(3146), - [anon_sym_continue] = ACTIONS(3146), - [anon_sym_goto] = ACTIONS(3146), - [anon_sym_not] = ACTIONS(3146), - [anon_sym_compl] = ACTIONS(3146), - [anon_sym_DASH_DASH] = ACTIONS(3148), - [anon_sym_PLUS_PLUS] = ACTIONS(3148), - [anon_sym_sizeof] = ACTIONS(3146), - [anon_sym___alignof__] = ACTIONS(3146), - [anon_sym___alignof] = ACTIONS(3146), - [anon_sym__alignof] = ACTIONS(3146), - [anon_sym_alignof] = ACTIONS(3146), - [anon_sym__Alignof] = ACTIONS(3146), - [anon_sym_offsetof] = ACTIONS(3146), - [anon_sym__Generic] = ACTIONS(3146), - [anon_sym_asm] = ACTIONS(3146), - [anon_sym___asm__] = ACTIONS(3146), - [anon_sym___asm] = ACTIONS(3146), - [aux_sym_number_literal_token1] = ACTIONS(3148), - [aux_sym_number_literal_token2] = ACTIONS(3146), - [anon_sym_L_SQUOTE] = ACTIONS(3148), - [anon_sym_u_SQUOTE] = ACTIONS(3148), - [anon_sym_U_SQUOTE] = ACTIONS(3148), - [anon_sym_u8_SQUOTE] = ACTIONS(3148), - [anon_sym_SQUOTE] = ACTIONS(3148), - [anon_sym_L_DQUOTE] = ACTIONS(3148), - [anon_sym_u_DQUOTE] = ACTIONS(3148), - [anon_sym_U_DQUOTE] = ACTIONS(3148), - [anon_sym_u8_DQUOTE] = ACTIONS(3148), - [anon_sym_DQUOTE] = ACTIONS(3148), - [sym_true] = ACTIONS(3146), - [sym_false] = ACTIONS(3146), - [anon_sym_NULL] = ACTIONS(3146), - [anon_sym_nullptr] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_try] = ACTIONS(3146), - [anon_sym_delete] = ACTIONS(3146), - [anon_sym_throw] = ACTIONS(3146), - [anon_sym_namespace] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - [anon_sym_concept] = ACTIONS(3146), - [anon_sym_co_return] = ACTIONS(3146), - [anon_sym_co_yield] = ACTIONS(3146), - [anon_sym_R_DQUOTE] = ACTIONS(3148), - [anon_sym_LR_DQUOTE] = ACTIONS(3148), - [anon_sym_uR_DQUOTE] = ACTIONS(3148), - [anon_sym_UR_DQUOTE] = ACTIONS(3148), - [anon_sym_u8R_DQUOTE] = ACTIONS(3148), - [anon_sym_co_await] = ACTIONS(3146), - [anon_sym_new] = ACTIONS(3146), - [anon_sym_requires] = ACTIONS(3146), - [sym_this] = ACTIONS(3146), - }, - [744] = { - [ts_builtin_sym_end] = ACTIONS(2992), - [sym_identifier] = ACTIONS(2990), - [aux_sym_preproc_include_token1] = ACTIONS(2990), - [aux_sym_preproc_def_token1] = ACTIONS(2990), - [aux_sym_preproc_if_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2990), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2990), - [sym_preproc_directive] = ACTIONS(2990), - [anon_sym_LPAREN2] = ACTIONS(2992), - [anon_sym_BANG] = ACTIONS(2992), - [anon_sym_TILDE] = ACTIONS(2992), - [anon_sym_DASH] = ACTIONS(2990), - [anon_sym_PLUS] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2992), - [anon_sym_AMP_AMP] = ACTIONS(2992), - [anon_sym_AMP] = ACTIONS(2990), - [anon_sym_SEMI] = ACTIONS(2992), - [anon_sym___extension__] = ACTIONS(2990), - [anon_sym_typedef] = ACTIONS(2990), - [anon_sym_virtual] = ACTIONS(2990), - [anon_sym_extern] = ACTIONS(2990), - [anon_sym___attribute__] = ACTIONS(2990), - [anon_sym___attribute] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2992), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2992), - [anon_sym___declspec] = ACTIONS(2990), - [anon_sym___based] = ACTIONS(2990), - [anon_sym___cdecl] = ACTIONS(2990), - [anon_sym___clrcall] = ACTIONS(2990), - [anon_sym___stdcall] = ACTIONS(2990), - [anon_sym___fastcall] = ACTIONS(2990), - [anon_sym___thiscall] = ACTIONS(2990), - [anon_sym___vectorcall] = ACTIONS(2990), - [anon_sym_LBRACE] = ACTIONS(2992), - [anon_sym_signed] = ACTIONS(2990), - [anon_sym_unsigned] = ACTIONS(2990), - [anon_sym_long] = ACTIONS(2990), - [anon_sym_short] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_static] = ACTIONS(2990), - [anon_sym_register] = ACTIONS(2990), - [anon_sym_inline] = ACTIONS(2990), - [anon_sym___inline] = ACTIONS(2990), - [anon_sym___inline__] = ACTIONS(2990), - [anon_sym___forceinline] = ACTIONS(2990), - [anon_sym_thread_local] = ACTIONS(2990), - [anon_sym___thread] = ACTIONS(2990), - [anon_sym_const] = ACTIONS(2990), - [anon_sym_constexpr] = ACTIONS(2990), - [anon_sym_volatile] = ACTIONS(2990), - [anon_sym_restrict] = ACTIONS(2990), - [anon_sym___restrict__] = ACTIONS(2990), - [anon_sym__Atomic] = ACTIONS(2990), - [anon_sym__Noreturn] = ACTIONS(2990), - [anon_sym_noreturn] = ACTIONS(2990), - [anon_sym__Nonnull] = ACTIONS(2990), - [anon_sym_mutable] = ACTIONS(2990), - [anon_sym_constinit] = ACTIONS(2990), - [anon_sym_consteval] = ACTIONS(2990), - [anon_sym_PROGMEM] = ACTIONS(2990), - [anon_sym_alignas] = ACTIONS(2990), - [anon_sym__Alignas] = ACTIONS(2990), - [aux_sym_primitive_type_token1] = ACTIONS(2990), - [anon_sym_byte] = ACTIONS(2990), - [anon_sym_word] = ACTIONS(2990), - [anon_sym_enum] = ACTIONS(2990), - [anon_sym_class] = ACTIONS(2990), - [anon_sym_struct] = ACTIONS(2990), - [anon_sym_union] = ACTIONS(2990), - [anon_sym_if] = ACTIONS(2990), - [anon_sym_switch] = ACTIONS(2990), - [anon_sym_case] = ACTIONS(2990), - [anon_sym_default] = ACTIONS(2990), - [anon_sym_while] = ACTIONS(2990), - [anon_sym_do] = ACTIONS(2990), - [anon_sym_for] = ACTIONS(2990), - [anon_sym_return] = ACTIONS(2990), - [anon_sym_break] = ACTIONS(2990), - [anon_sym_continue] = ACTIONS(2990), - [anon_sym_goto] = ACTIONS(2990), - [anon_sym_not] = ACTIONS(2990), - [anon_sym_compl] = ACTIONS(2990), - [anon_sym_DASH_DASH] = ACTIONS(2992), - [anon_sym_PLUS_PLUS] = ACTIONS(2992), - [anon_sym_sizeof] = ACTIONS(2990), - [anon_sym___alignof__] = ACTIONS(2990), - [anon_sym___alignof] = ACTIONS(2990), - [anon_sym__alignof] = ACTIONS(2990), - [anon_sym_alignof] = ACTIONS(2990), - [anon_sym__Alignof] = ACTIONS(2990), - [anon_sym_offsetof] = ACTIONS(2990), - [anon_sym__Generic] = ACTIONS(2990), - [anon_sym_asm] = ACTIONS(2990), - [anon_sym___asm__] = ACTIONS(2990), - [anon_sym___asm] = ACTIONS(2990), - [aux_sym_number_literal_token1] = ACTIONS(2992), - [aux_sym_number_literal_token2] = ACTIONS(2990), - [anon_sym_L_SQUOTE] = ACTIONS(2992), - [anon_sym_u_SQUOTE] = ACTIONS(2992), - [anon_sym_U_SQUOTE] = ACTIONS(2992), - [anon_sym_u8_SQUOTE] = ACTIONS(2992), - [anon_sym_SQUOTE] = ACTIONS(2992), - [anon_sym_L_DQUOTE] = ACTIONS(2992), - [anon_sym_u_DQUOTE] = ACTIONS(2992), - [anon_sym_U_DQUOTE] = ACTIONS(2992), - [anon_sym_u8_DQUOTE] = ACTIONS(2992), - [anon_sym_DQUOTE] = ACTIONS(2992), - [sym_true] = ACTIONS(2990), - [sym_false] = ACTIONS(2990), - [anon_sym_NULL] = ACTIONS(2990), - [anon_sym_nullptr] = ACTIONS(2990), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2990), - [anon_sym_decltype] = ACTIONS(2990), - [anon_sym_explicit] = ACTIONS(2990), - [anon_sym_typename] = ACTIONS(2990), - [anon_sym_template] = ACTIONS(2990), - [anon_sym_operator] = ACTIONS(2990), - [anon_sym_try] = ACTIONS(2990), - [anon_sym_delete] = ACTIONS(2990), - [anon_sym_throw] = ACTIONS(2990), - [anon_sym_namespace] = ACTIONS(2990), - [anon_sym_using] = ACTIONS(2990), - [anon_sym_static_assert] = ACTIONS(2990), - [anon_sym_concept] = ACTIONS(2990), - [anon_sym_co_return] = ACTIONS(2990), - [anon_sym_co_yield] = ACTIONS(2990), - [anon_sym_R_DQUOTE] = ACTIONS(2992), - [anon_sym_LR_DQUOTE] = ACTIONS(2992), - [anon_sym_uR_DQUOTE] = ACTIONS(2992), - [anon_sym_UR_DQUOTE] = ACTIONS(2992), - [anon_sym_u8R_DQUOTE] = ACTIONS(2992), - [anon_sym_co_await] = ACTIONS(2990), - [anon_sym_new] = ACTIONS(2990), - [anon_sym_requires] = ACTIONS(2990), - [sym_this] = ACTIONS(2990), - }, - [745] = { - [ts_builtin_sym_end] = ACTIONS(3140), - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_include_token1] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_DASH] = ACTIONS(3138), - [anon_sym_PLUS] = ACTIONS(3138), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym___cdecl] = ACTIONS(3138), - [anon_sym___clrcall] = ACTIONS(3138), - [anon_sym___stdcall] = ACTIONS(3138), - [anon_sym___fastcall] = ACTIONS(3138), - [anon_sym___thiscall] = ACTIONS(3138), - [anon_sym___vectorcall] = ACTIONS(3138), - [anon_sym_LBRACE] = ACTIONS(3140), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [anon_sym_if] = ACTIONS(3138), - [anon_sym_switch] = ACTIONS(3138), - [anon_sym_case] = ACTIONS(3138), - [anon_sym_default] = ACTIONS(3138), - [anon_sym_while] = ACTIONS(3138), - [anon_sym_do] = ACTIONS(3138), - [anon_sym_for] = ACTIONS(3138), - [anon_sym_return] = ACTIONS(3138), - [anon_sym_break] = ACTIONS(3138), - [anon_sym_continue] = ACTIONS(3138), - [anon_sym_goto] = ACTIONS(3138), - [anon_sym_not] = ACTIONS(3138), - [anon_sym_compl] = ACTIONS(3138), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_sizeof] = ACTIONS(3138), - [anon_sym___alignof__] = ACTIONS(3138), - [anon_sym___alignof] = ACTIONS(3138), - [anon_sym__alignof] = ACTIONS(3138), - [anon_sym_alignof] = ACTIONS(3138), - [anon_sym__Alignof] = ACTIONS(3138), - [anon_sym_offsetof] = ACTIONS(3138), - [anon_sym__Generic] = ACTIONS(3138), - [anon_sym_asm] = ACTIONS(3138), - [anon_sym___asm__] = ACTIONS(3138), - [anon_sym___asm] = ACTIONS(3138), - [aux_sym_number_literal_token1] = ACTIONS(3140), - [aux_sym_number_literal_token2] = ACTIONS(3138), - [anon_sym_L_SQUOTE] = ACTIONS(3140), - [anon_sym_u_SQUOTE] = ACTIONS(3140), - [anon_sym_U_SQUOTE] = ACTIONS(3140), - [anon_sym_u8_SQUOTE] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3140), - [anon_sym_L_DQUOTE] = ACTIONS(3140), - [anon_sym_u_DQUOTE] = ACTIONS(3140), - [anon_sym_U_DQUOTE] = ACTIONS(3140), - [anon_sym_u8_DQUOTE] = ACTIONS(3140), - [anon_sym_DQUOTE] = ACTIONS(3140), - [sym_true] = ACTIONS(3138), - [sym_false] = ACTIONS(3138), - [anon_sym_NULL] = ACTIONS(3138), - [anon_sym_nullptr] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_try] = ACTIONS(3138), - [anon_sym_delete] = ACTIONS(3138), - [anon_sym_throw] = ACTIONS(3138), - [anon_sym_namespace] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - [anon_sym_concept] = ACTIONS(3138), - [anon_sym_co_return] = ACTIONS(3138), - [anon_sym_co_yield] = ACTIONS(3138), - [anon_sym_R_DQUOTE] = ACTIONS(3140), - [anon_sym_LR_DQUOTE] = ACTIONS(3140), - [anon_sym_uR_DQUOTE] = ACTIONS(3140), - [anon_sym_UR_DQUOTE] = ACTIONS(3140), - [anon_sym_u8R_DQUOTE] = ACTIONS(3140), - [anon_sym_co_await] = ACTIONS(3138), - [anon_sym_new] = ACTIONS(3138), - [anon_sym_requires] = ACTIONS(3138), - [sym_this] = ACTIONS(3138), - }, - [746] = { - [ts_builtin_sym_end] = ACTIONS(3144), - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_include_token1] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_DASH] = ACTIONS(3142), - [anon_sym_PLUS] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym___cdecl] = ACTIONS(3142), - [anon_sym___clrcall] = ACTIONS(3142), - [anon_sym___stdcall] = ACTIONS(3142), - [anon_sym___fastcall] = ACTIONS(3142), - [anon_sym___thiscall] = ACTIONS(3142), - [anon_sym___vectorcall] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [anon_sym_if] = ACTIONS(3142), - [anon_sym_switch] = ACTIONS(3142), - [anon_sym_case] = ACTIONS(3142), - [anon_sym_default] = ACTIONS(3142), - [anon_sym_while] = ACTIONS(3142), - [anon_sym_do] = ACTIONS(3142), - [anon_sym_for] = ACTIONS(3142), - [anon_sym_return] = ACTIONS(3142), - [anon_sym_break] = ACTIONS(3142), - [anon_sym_continue] = ACTIONS(3142), - [anon_sym_goto] = ACTIONS(3142), - [anon_sym_not] = ACTIONS(3142), - [anon_sym_compl] = ACTIONS(3142), - [anon_sym_DASH_DASH] = ACTIONS(3144), - [anon_sym_PLUS_PLUS] = ACTIONS(3144), - [anon_sym_sizeof] = ACTIONS(3142), - [anon_sym___alignof__] = ACTIONS(3142), - [anon_sym___alignof] = ACTIONS(3142), - [anon_sym__alignof] = ACTIONS(3142), - [anon_sym_alignof] = ACTIONS(3142), - [anon_sym__Alignof] = ACTIONS(3142), - [anon_sym_offsetof] = ACTIONS(3142), - [anon_sym__Generic] = ACTIONS(3142), - [anon_sym_asm] = ACTIONS(3142), - [anon_sym___asm__] = ACTIONS(3142), - [anon_sym___asm] = ACTIONS(3142), - [aux_sym_number_literal_token1] = ACTIONS(3144), - [aux_sym_number_literal_token2] = ACTIONS(3142), - [anon_sym_L_SQUOTE] = ACTIONS(3144), - [anon_sym_u_SQUOTE] = ACTIONS(3144), - [anon_sym_U_SQUOTE] = ACTIONS(3144), - [anon_sym_u8_SQUOTE] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3144), - [anon_sym_L_DQUOTE] = ACTIONS(3144), - [anon_sym_u_DQUOTE] = ACTIONS(3144), - [anon_sym_U_DQUOTE] = ACTIONS(3144), - [anon_sym_u8_DQUOTE] = ACTIONS(3144), - [anon_sym_DQUOTE] = ACTIONS(3144), - [sym_true] = ACTIONS(3142), - [sym_false] = ACTIONS(3142), - [anon_sym_NULL] = ACTIONS(3142), - [anon_sym_nullptr] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_try] = ACTIONS(3142), - [anon_sym_delete] = ACTIONS(3142), - [anon_sym_throw] = ACTIONS(3142), - [anon_sym_namespace] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), - [anon_sym_concept] = ACTIONS(3142), - [anon_sym_co_return] = ACTIONS(3142), - [anon_sym_co_yield] = ACTIONS(3142), - [anon_sym_R_DQUOTE] = ACTIONS(3144), - [anon_sym_LR_DQUOTE] = ACTIONS(3144), - [anon_sym_uR_DQUOTE] = ACTIONS(3144), - [anon_sym_UR_DQUOTE] = ACTIONS(3144), - [anon_sym_u8R_DQUOTE] = ACTIONS(3144), - [anon_sym_co_await] = ACTIONS(3142), - [anon_sym_new] = ACTIONS(3142), - [anon_sym_requires] = ACTIONS(3142), - [sym_this] = ACTIONS(3142), - }, - [747] = { - [ts_builtin_sym_end] = ACTIONS(3199), - [sym_identifier] = ACTIONS(3197), - [aux_sym_preproc_include_token1] = ACTIONS(3197), - [aux_sym_preproc_def_token1] = ACTIONS(3197), - [aux_sym_preproc_if_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3197), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3197), - [sym_preproc_directive] = ACTIONS(3197), - [anon_sym_LPAREN2] = ACTIONS(3199), - [anon_sym_BANG] = ACTIONS(3199), - [anon_sym_TILDE] = ACTIONS(3199), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3199), - [anon_sym_AMP_AMP] = ACTIONS(3199), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_SEMI] = ACTIONS(3199), - [anon_sym___extension__] = ACTIONS(3197), - [anon_sym_typedef] = ACTIONS(3197), - [anon_sym_virtual] = ACTIONS(3197), - [anon_sym_extern] = ACTIONS(3197), - [anon_sym___attribute__] = ACTIONS(3197), - [anon_sym___attribute] = ACTIONS(3197), - [anon_sym_COLON_COLON] = ACTIONS(3199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3199), - [anon_sym___declspec] = ACTIONS(3197), - [anon_sym___based] = ACTIONS(3197), - [anon_sym___cdecl] = ACTIONS(3197), - [anon_sym___clrcall] = ACTIONS(3197), - [anon_sym___stdcall] = ACTIONS(3197), - [anon_sym___fastcall] = ACTIONS(3197), - [anon_sym___thiscall] = ACTIONS(3197), - [anon_sym___vectorcall] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3199), - [anon_sym_signed] = ACTIONS(3197), - [anon_sym_unsigned] = ACTIONS(3197), - [anon_sym_long] = ACTIONS(3197), - [anon_sym_short] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3197), - [anon_sym_static] = ACTIONS(3197), - [anon_sym_register] = ACTIONS(3197), - [anon_sym_inline] = ACTIONS(3197), - [anon_sym___inline] = ACTIONS(3197), - [anon_sym___inline__] = ACTIONS(3197), - [anon_sym___forceinline] = ACTIONS(3197), - [anon_sym_thread_local] = ACTIONS(3197), - [anon_sym___thread] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_constexpr] = ACTIONS(3197), - [anon_sym_volatile] = ACTIONS(3197), - [anon_sym_restrict] = ACTIONS(3197), - [anon_sym___restrict__] = ACTIONS(3197), - [anon_sym__Atomic] = ACTIONS(3197), - [anon_sym__Noreturn] = ACTIONS(3197), - [anon_sym_noreturn] = ACTIONS(3197), - [anon_sym__Nonnull] = ACTIONS(3197), - [anon_sym_mutable] = ACTIONS(3197), - [anon_sym_constinit] = ACTIONS(3197), - [anon_sym_consteval] = ACTIONS(3197), - [anon_sym_PROGMEM] = ACTIONS(3197), - [anon_sym_alignas] = ACTIONS(3197), - [anon_sym__Alignas] = ACTIONS(3197), - [aux_sym_primitive_type_token1] = ACTIONS(3197), - [anon_sym_byte] = ACTIONS(3197), - [anon_sym_word] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_class] = ACTIONS(3197), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_switch] = ACTIONS(3197), - [anon_sym_case] = ACTIONS(3197), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_while] = ACTIONS(3197), - [anon_sym_do] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym_not] = ACTIONS(3197), - [anon_sym_compl] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3199), - [anon_sym_PLUS_PLUS] = ACTIONS(3199), - [anon_sym_sizeof] = ACTIONS(3197), - [anon_sym___alignof__] = ACTIONS(3197), - [anon_sym___alignof] = ACTIONS(3197), - [anon_sym__alignof] = ACTIONS(3197), - [anon_sym_alignof] = ACTIONS(3197), - [anon_sym__Alignof] = ACTIONS(3197), - [anon_sym_offsetof] = ACTIONS(3197), - [anon_sym__Generic] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym___asm__] = ACTIONS(3197), - [anon_sym___asm] = ACTIONS(3197), - [aux_sym_number_literal_token1] = ACTIONS(3199), - [aux_sym_number_literal_token2] = ACTIONS(3197), - [anon_sym_L_SQUOTE] = ACTIONS(3199), - [anon_sym_u_SQUOTE] = ACTIONS(3199), - [anon_sym_U_SQUOTE] = ACTIONS(3199), - [anon_sym_u8_SQUOTE] = ACTIONS(3199), - [anon_sym_SQUOTE] = ACTIONS(3199), - [anon_sym_L_DQUOTE] = ACTIONS(3199), - [anon_sym_u_DQUOTE] = ACTIONS(3199), - [anon_sym_U_DQUOTE] = ACTIONS(3199), - [anon_sym_u8_DQUOTE] = ACTIONS(3199), - [anon_sym_DQUOTE] = ACTIONS(3199), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [anon_sym_NULL] = ACTIONS(3197), - [anon_sym_nullptr] = ACTIONS(3197), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3197), - [anon_sym_decltype] = ACTIONS(3197), - [anon_sym_explicit] = ACTIONS(3197), - [anon_sym_typename] = ACTIONS(3197), - [anon_sym_template] = ACTIONS(3197), - [anon_sym_operator] = ACTIONS(3197), - [anon_sym_try] = ACTIONS(3197), - [anon_sym_delete] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [anon_sym_namespace] = ACTIONS(3197), - [anon_sym_using] = ACTIONS(3197), - [anon_sym_static_assert] = ACTIONS(3197), - [anon_sym_concept] = ACTIONS(3197), - [anon_sym_co_return] = ACTIONS(3197), - [anon_sym_co_yield] = ACTIONS(3197), - [anon_sym_R_DQUOTE] = ACTIONS(3199), - [anon_sym_LR_DQUOTE] = ACTIONS(3199), - [anon_sym_uR_DQUOTE] = ACTIONS(3199), - [anon_sym_UR_DQUOTE] = ACTIONS(3199), - [anon_sym_u8R_DQUOTE] = ACTIONS(3199), - [anon_sym_co_await] = ACTIONS(3197), - [anon_sym_new] = ACTIONS(3197), - [anon_sym_requires] = ACTIONS(3197), - [sym_this] = ACTIONS(3197), - }, - [748] = { - [ts_builtin_sym_end] = ACTIONS(3078), - [sym_identifier] = ACTIONS(3076), - [aux_sym_preproc_include_token1] = ACTIONS(3076), - [aux_sym_preproc_def_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), - [sym_preproc_directive] = ACTIONS(3076), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_BANG] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_DASH] = ACTIONS(3076), - [anon_sym_PLUS] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym___extension__] = ACTIONS(3076), - [anon_sym_typedef] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym___attribute] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym___cdecl] = ACTIONS(3076), - [anon_sym___clrcall] = ACTIONS(3076), - [anon_sym___stdcall] = ACTIONS(3076), - [anon_sym___fastcall] = ACTIONS(3076), - [anon_sym___thiscall] = ACTIONS(3076), - [anon_sym___vectorcall] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(3078), - [anon_sym_signed] = ACTIONS(3076), - [anon_sym_unsigned] = ACTIONS(3076), - [anon_sym_long] = ACTIONS(3076), - [anon_sym_short] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym___inline] = ACTIONS(3076), - [anon_sym___inline__] = ACTIONS(3076), - [anon_sym___forceinline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym___thread] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym___restrict__] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym__Noreturn] = ACTIONS(3076), - [anon_sym_noreturn] = ACTIONS(3076), - [anon_sym__Nonnull] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constinit] = ACTIONS(3076), - [anon_sym_consteval] = ACTIONS(3076), - [anon_sym_PROGMEM] = ACTIONS(3076), - [anon_sym_alignas] = ACTIONS(3076), - [anon_sym__Alignas] = ACTIONS(3076), - [aux_sym_primitive_type_token1] = ACTIONS(3076), - [anon_sym_byte] = ACTIONS(3076), - [anon_sym_word] = ACTIONS(3076), - [anon_sym_enum] = ACTIONS(3076), - [anon_sym_class] = ACTIONS(3076), - [anon_sym_struct] = ACTIONS(3076), - [anon_sym_union] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_switch] = ACTIONS(3076), - [anon_sym_case] = ACTIONS(3076), - [anon_sym_default] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_do] = ACTIONS(3076), - [anon_sym_for] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_goto] = ACTIONS(3076), - [anon_sym_not] = ACTIONS(3076), - [anon_sym_compl] = ACTIONS(3076), - [anon_sym_DASH_DASH] = ACTIONS(3078), - [anon_sym_PLUS_PLUS] = ACTIONS(3078), - [anon_sym_sizeof] = ACTIONS(3076), - [anon_sym___alignof__] = ACTIONS(3076), - [anon_sym___alignof] = ACTIONS(3076), - [anon_sym__alignof] = ACTIONS(3076), - [anon_sym_alignof] = ACTIONS(3076), - [anon_sym__Alignof] = ACTIONS(3076), - [anon_sym_offsetof] = ACTIONS(3076), - [anon_sym__Generic] = ACTIONS(3076), - [anon_sym_asm] = ACTIONS(3076), - [anon_sym___asm__] = ACTIONS(3076), - [anon_sym___asm] = ACTIONS(3076), - [aux_sym_number_literal_token1] = ACTIONS(3078), - [aux_sym_number_literal_token2] = ACTIONS(3076), - [anon_sym_L_SQUOTE] = ACTIONS(3078), - [anon_sym_u_SQUOTE] = ACTIONS(3078), - [anon_sym_U_SQUOTE] = ACTIONS(3078), - [anon_sym_u8_SQUOTE] = ACTIONS(3078), - [anon_sym_SQUOTE] = ACTIONS(3078), - [anon_sym_L_DQUOTE] = ACTIONS(3078), - [anon_sym_u_DQUOTE] = ACTIONS(3078), - [anon_sym_U_DQUOTE] = ACTIONS(3078), - [anon_sym_u8_DQUOTE] = ACTIONS(3078), - [anon_sym_DQUOTE] = ACTIONS(3078), - [sym_true] = ACTIONS(3076), - [sym_false] = ACTIONS(3076), - [anon_sym_NULL] = ACTIONS(3076), - [anon_sym_nullptr] = ACTIONS(3076), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3076), - [anon_sym_decltype] = ACTIONS(3076), - [anon_sym_explicit] = ACTIONS(3076), - [anon_sym_typename] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_delete] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_namespace] = ACTIONS(3076), - [anon_sym_using] = ACTIONS(3076), - [anon_sym_static_assert] = ACTIONS(3076), - [anon_sym_concept] = ACTIONS(3076), - [anon_sym_co_return] = ACTIONS(3076), - [anon_sym_co_yield] = ACTIONS(3076), - [anon_sym_R_DQUOTE] = ACTIONS(3078), - [anon_sym_LR_DQUOTE] = ACTIONS(3078), - [anon_sym_uR_DQUOTE] = ACTIONS(3078), - [anon_sym_UR_DQUOTE] = ACTIONS(3078), - [anon_sym_u8R_DQUOTE] = ACTIONS(3078), - [anon_sym_co_await] = ACTIONS(3076), - [anon_sym_new] = ACTIONS(3076), - [anon_sym_requires] = ACTIONS(3076), - [sym_this] = ACTIONS(3076), - }, - [749] = { - [ts_builtin_sym_end] = ACTIONS(3175), - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_include_token1] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym___cdecl] = ACTIONS(3173), - [anon_sym___clrcall] = ACTIONS(3173), - [anon_sym___stdcall] = ACTIONS(3173), - [anon_sym___fastcall] = ACTIONS(3173), - [anon_sym___thiscall] = ACTIONS(3173), - [anon_sym___vectorcall] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_switch] = ACTIONS(3173), - [anon_sym_case] = ACTIONS(3173), - [anon_sym_default] = ACTIONS(3173), - [anon_sym_while] = ACTIONS(3173), - [anon_sym_do] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym_not] = ACTIONS(3173), - [anon_sym_compl] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3175), - [anon_sym_PLUS_PLUS] = ACTIONS(3175), - [anon_sym_sizeof] = ACTIONS(3173), - [anon_sym___alignof__] = ACTIONS(3173), - [anon_sym___alignof] = ACTIONS(3173), - [anon_sym__alignof] = ACTIONS(3173), - [anon_sym_alignof] = ACTIONS(3173), - [anon_sym__Alignof] = ACTIONS(3173), - [anon_sym_offsetof] = ACTIONS(3173), - [anon_sym__Generic] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym___asm__] = ACTIONS(3173), - [anon_sym___asm] = ACTIONS(3173), - [aux_sym_number_literal_token1] = ACTIONS(3175), - [aux_sym_number_literal_token2] = ACTIONS(3173), - [anon_sym_L_SQUOTE] = ACTIONS(3175), - [anon_sym_u_SQUOTE] = ACTIONS(3175), - [anon_sym_U_SQUOTE] = ACTIONS(3175), - [anon_sym_u8_SQUOTE] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3175), - [anon_sym_L_DQUOTE] = ACTIONS(3175), - [anon_sym_u_DQUOTE] = ACTIONS(3175), - [anon_sym_U_DQUOTE] = ACTIONS(3175), - [anon_sym_u8_DQUOTE] = ACTIONS(3175), - [anon_sym_DQUOTE] = ACTIONS(3175), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [anon_sym_NULL] = ACTIONS(3173), - [anon_sym_nullptr] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_try] = ACTIONS(3173), - [anon_sym_delete] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [anon_sym_namespace] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), - [anon_sym_concept] = ACTIONS(3173), - [anon_sym_co_return] = ACTIONS(3173), - [anon_sym_co_yield] = ACTIONS(3173), - [anon_sym_R_DQUOTE] = ACTIONS(3175), - [anon_sym_LR_DQUOTE] = ACTIONS(3175), - [anon_sym_uR_DQUOTE] = ACTIONS(3175), - [anon_sym_UR_DQUOTE] = ACTIONS(3175), - [anon_sym_u8R_DQUOTE] = ACTIONS(3175), - [anon_sym_co_await] = ACTIONS(3173), - [anon_sym_new] = ACTIONS(3173), - [anon_sym_requires] = ACTIONS(3173), - [sym_this] = ACTIONS(3173), - }, - [750] = { - [ts_builtin_sym_end] = ACTIONS(3062), - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_include_token1] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_BANG] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_DASH] = ACTIONS(3060), - [anon_sym_PLUS] = ACTIONS(3060), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym___cdecl] = ACTIONS(3060), - [anon_sym___clrcall] = ACTIONS(3060), - [anon_sym___stdcall] = ACTIONS(3060), - [anon_sym___fastcall] = ACTIONS(3060), - [anon_sym___thiscall] = ACTIONS(3060), - [anon_sym___vectorcall] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_switch] = ACTIONS(3060), - [anon_sym_case] = ACTIONS(3060), - [anon_sym_default] = ACTIONS(3060), - [anon_sym_while] = ACTIONS(3060), - [anon_sym_do] = ACTIONS(3060), - [anon_sym_for] = ACTIONS(3060), - [anon_sym_return] = ACTIONS(3060), - [anon_sym_break] = ACTIONS(3060), - [anon_sym_continue] = ACTIONS(3060), - [anon_sym_goto] = ACTIONS(3060), - [anon_sym_not] = ACTIONS(3060), - [anon_sym_compl] = ACTIONS(3060), - [anon_sym_DASH_DASH] = ACTIONS(3062), - [anon_sym_PLUS_PLUS] = ACTIONS(3062), - [anon_sym_sizeof] = ACTIONS(3060), - [anon_sym___alignof__] = ACTIONS(3060), - [anon_sym___alignof] = ACTIONS(3060), - [anon_sym__alignof] = ACTIONS(3060), - [anon_sym_alignof] = ACTIONS(3060), - [anon_sym__Alignof] = ACTIONS(3060), - [anon_sym_offsetof] = ACTIONS(3060), - [anon_sym__Generic] = ACTIONS(3060), - [anon_sym_asm] = ACTIONS(3060), - [anon_sym___asm__] = ACTIONS(3060), - [anon_sym___asm] = ACTIONS(3060), - [aux_sym_number_literal_token1] = ACTIONS(3062), - [aux_sym_number_literal_token2] = ACTIONS(3060), - [anon_sym_L_SQUOTE] = ACTIONS(3062), - [anon_sym_u_SQUOTE] = ACTIONS(3062), - [anon_sym_U_SQUOTE] = ACTIONS(3062), - [anon_sym_u8_SQUOTE] = ACTIONS(3062), - [anon_sym_SQUOTE] = ACTIONS(3062), - [anon_sym_L_DQUOTE] = ACTIONS(3062), - [anon_sym_u_DQUOTE] = ACTIONS(3062), - [anon_sym_U_DQUOTE] = ACTIONS(3062), - [anon_sym_u8_DQUOTE] = ACTIONS(3062), - [anon_sym_DQUOTE] = ACTIONS(3062), - [sym_true] = ACTIONS(3060), - [sym_false] = ACTIONS(3060), - [anon_sym_NULL] = ACTIONS(3060), - [anon_sym_nullptr] = ACTIONS(3060), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_try] = ACTIONS(3060), - [anon_sym_delete] = ACTIONS(3060), - [anon_sym_throw] = ACTIONS(3060), - [anon_sym_namespace] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), - [anon_sym_concept] = ACTIONS(3060), - [anon_sym_co_return] = ACTIONS(3060), - [anon_sym_co_yield] = ACTIONS(3060), - [anon_sym_R_DQUOTE] = ACTIONS(3062), - [anon_sym_LR_DQUOTE] = ACTIONS(3062), - [anon_sym_uR_DQUOTE] = ACTIONS(3062), - [anon_sym_UR_DQUOTE] = ACTIONS(3062), - [anon_sym_u8R_DQUOTE] = ACTIONS(3062), - [anon_sym_co_await] = ACTIONS(3060), - [anon_sym_new] = ACTIONS(3060), - [anon_sym_requires] = ACTIONS(3060), - [sym_this] = ACTIONS(3060), - }, - [751] = { - [ts_builtin_sym_end] = ACTIONS(3164), - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_include_token1] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_DASH] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(3162), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym___cdecl] = ACTIONS(3162), - [anon_sym___clrcall] = ACTIONS(3162), - [anon_sym___stdcall] = ACTIONS(3162), - [anon_sym___fastcall] = ACTIONS(3162), - [anon_sym___thiscall] = ACTIONS(3162), - [anon_sym___vectorcall] = ACTIONS(3162), - [anon_sym_LBRACE] = ACTIONS(3164), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [anon_sym_if] = ACTIONS(3162), - [anon_sym_switch] = ACTIONS(3162), - [anon_sym_case] = ACTIONS(3162), - [anon_sym_default] = ACTIONS(3162), - [anon_sym_while] = ACTIONS(3162), - [anon_sym_do] = ACTIONS(3162), - [anon_sym_for] = ACTIONS(3162), - [anon_sym_return] = ACTIONS(3162), - [anon_sym_break] = ACTIONS(3162), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3162), - [anon_sym_not] = ACTIONS(3162), - [anon_sym_compl] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_sizeof] = ACTIONS(3162), - [anon_sym___alignof__] = ACTIONS(3162), - [anon_sym___alignof] = ACTIONS(3162), - [anon_sym__alignof] = ACTIONS(3162), - [anon_sym_alignof] = ACTIONS(3162), - [anon_sym__Alignof] = ACTIONS(3162), - [anon_sym_offsetof] = ACTIONS(3162), - [anon_sym__Generic] = ACTIONS(3162), - [anon_sym_asm] = ACTIONS(3162), - [anon_sym___asm__] = ACTIONS(3162), - [anon_sym___asm] = ACTIONS(3162), - [aux_sym_number_literal_token1] = ACTIONS(3164), - [aux_sym_number_literal_token2] = ACTIONS(3162), - [anon_sym_L_SQUOTE] = ACTIONS(3164), - [anon_sym_u_SQUOTE] = ACTIONS(3164), - [anon_sym_U_SQUOTE] = ACTIONS(3164), - [anon_sym_u8_SQUOTE] = ACTIONS(3164), - [anon_sym_SQUOTE] = ACTIONS(3164), - [anon_sym_L_DQUOTE] = ACTIONS(3164), - [anon_sym_u_DQUOTE] = ACTIONS(3164), - [anon_sym_U_DQUOTE] = ACTIONS(3164), - [anon_sym_u8_DQUOTE] = ACTIONS(3164), - [anon_sym_DQUOTE] = ACTIONS(3164), - [sym_true] = ACTIONS(3162), - [sym_false] = ACTIONS(3162), - [anon_sym_NULL] = ACTIONS(3162), - [anon_sym_nullptr] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_try] = ACTIONS(3162), - [anon_sym_delete] = ACTIONS(3162), - [anon_sym_throw] = ACTIONS(3162), - [anon_sym_namespace] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), - [anon_sym_concept] = ACTIONS(3162), - [anon_sym_co_return] = ACTIONS(3162), - [anon_sym_co_yield] = ACTIONS(3162), - [anon_sym_R_DQUOTE] = ACTIONS(3164), - [anon_sym_LR_DQUOTE] = ACTIONS(3164), - [anon_sym_uR_DQUOTE] = ACTIONS(3164), - [anon_sym_UR_DQUOTE] = ACTIONS(3164), - [anon_sym_u8R_DQUOTE] = ACTIONS(3164), - [anon_sym_co_await] = ACTIONS(3162), - [anon_sym_new] = ACTIONS(3162), - [anon_sym_requires] = ACTIONS(3162), - [sym_this] = ACTIONS(3162), - }, - [752] = { - [ts_builtin_sym_end] = ACTIONS(3108), - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_include_token1] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym___cdecl] = ACTIONS(3106), - [anon_sym___clrcall] = ACTIONS(3106), - [anon_sym___stdcall] = ACTIONS(3106), - [anon_sym___fastcall] = ACTIONS(3106), - [anon_sym___thiscall] = ACTIONS(3106), - [anon_sym___vectorcall] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym_not] = ACTIONS(3106), - [anon_sym_compl] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [anon_sym___alignof__] = ACTIONS(3106), - [anon_sym___alignof] = ACTIONS(3106), - [anon_sym__alignof] = ACTIONS(3106), - [anon_sym_alignof] = ACTIONS(3106), - [anon_sym__Alignof] = ACTIONS(3106), - [anon_sym_offsetof] = ACTIONS(3106), - [anon_sym__Generic] = ACTIONS(3106), - [anon_sym_asm] = ACTIONS(3106), - [anon_sym___asm__] = ACTIONS(3106), - [anon_sym___asm] = ACTIONS(3106), - [aux_sym_number_literal_token1] = ACTIONS(3108), - [aux_sym_number_literal_token2] = ACTIONS(3106), - [anon_sym_L_SQUOTE] = ACTIONS(3108), - [anon_sym_u_SQUOTE] = ACTIONS(3108), - [anon_sym_U_SQUOTE] = ACTIONS(3108), - [anon_sym_u8_SQUOTE] = ACTIONS(3108), - [anon_sym_SQUOTE] = ACTIONS(3108), - [anon_sym_L_DQUOTE] = ACTIONS(3108), - [anon_sym_u_DQUOTE] = ACTIONS(3108), - [anon_sym_U_DQUOTE] = ACTIONS(3108), - [anon_sym_u8_DQUOTE] = ACTIONS(3108), - [anon_sym_DQUOTE] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [anon_sym_NULL] = ACTIONS(3106), - [anon_sym_nullptr] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_try] = ACTIONS(3106), - [anon_sym_delete] = ACTIONS(3106), - [anon_sym_throw] = ACTIONS(3106), - [anon_sym_namespace] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), - [anon_sym_concept] = ACTIONS(3106), - [anon_sym_co_return] = ACTIONS(3106), - [anon_sym_co_yield] = ACTIONS(3106), - [anon_sym_R_DQUOTE] = ACTIONS(3108), - [anon_sym_LR_DQUOTE] = ACTIONS(3108), - [anon_sym_uR_DQUOTE] = ACTIONS(3108), - [anon_sym_UR_DQUOTE] = ACTIONS(3108), - [anon_sym_u8R_DQUOTE] = ACTIONS(3108), - [anon_sym_co_await] = ACTIONS(3106), - [anon_sym_new] = ACTIONS(3106), - [anon_sym_requires] = ACTIONS(3106), - [sym_this] = ACTIONS(3106), - }, - [753] = { - [ts_builtin_sym_end] = ACTIONS(2935), - [sym_identifier] = ACTIONS(2933), - [aux_sym_preproc_include_token1] = ACTIONS(2933), - [aux_sym_preproc_def_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), - [sym_preproc_directive] = ACTIONS(2933), - [anon_sym_LPAREN2] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym___extension__] = ACTIONS(2933), - [anon_sym_typedef] = ACTIONS(2933), - [anon_sym_virtual] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym___attribute__] = ACTIONS(2933), - [anon_sym___attribute] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2935), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), - [anon_sym___declspec] = ACTIONS(2933), - [anon_sym___based] = ACTIONS(2933), - [anon_sym___cdecl] = ACTIONS(2933), - [anon_sym___clrcall] = ACTIONS(2933), - [anon_sym___stdcall] = ACTIONS(2933), - [anon_sym___fastcall] = ACTIONS(2933), - [anon_sym___thiscall] = ACTIONS(2933), - [anon_sym___vectorcall] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_signed] = ACTIONS(2933), - [anon_sym_unsigned] = ACTIONS(2933), - [anon_sym_long] = ACTIONS(2933), - [anon_sym_short] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_static] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_inline] = ACTIONS(2933), - [anon_sym___inline] = ACTIONS(2933), - [anon_sym___inline__] = ACTIONS(2933), - [anon_sym___forceinline] = ACTIONS(2933), - [anon_sym_thread_local] = ACTIONS(2933), - [anon_sym___thread] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_constexpr] = ACTIONS(2933), - [anon_sym_volatile] = ACTIONS(2933), - [anon_sym_restrict] = ACTIONS(2933), - [anon_sym___restrict__] = ACTIONS(2933), - [anon_sym__Atomic] = ACTIONS(2933), - [anon_sym__Noreturn] = ACTIONS(2933), - [anon_sym_noreturn] = ACTIONS(2933), - [anon_sym__Nonnull] = ACTIONS(2933), - [anon_sym_mutable] = ACTIONS(2933), - [anon_sym_constinit] = ACTIONS(2933), - [anon_sym_consteval] = ACTIONS(2933), - [anon_sym_PROGMEM] = ACTIONS(2933), - [anon_sym_alignas] = ACTIONS(2933), - [anon_sym__Alignas] = ACTIONS(2933), - [aux_sym_primitive_type_token1] = ACTIONS(2933), - [anon_sym_byte] = ACTIONS(2933), - [anon_sym_word] = ACTIONS(2933), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2933), - [anon_sym_union] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_switch] = ACTIONS(2933), - [anon_sym_case] = ACTIONS(2933), - [anon_sym_default] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_goto] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [anon_sym_compl] = ACTIONS(2933), - [anon_sym_DASH_DASH] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2935), - [anon_sym_sizeof] = ACTIONS(2933), - [anon_sym___alignof__] = ACTIONS(2933), - [anon_sym___alignof] = ACTIONS(2933), - [anon_sym__alignof] = ACTIONS(2933), - [anon_sym_alignof] = ACTIONS(2933), - [anon_sym__Alignof] = ACTIONS(2933), - [anon_sym_offsetof] = ACTIONS(2933), - [anon_sym__Generic] = ACTIONS(2933), - [anon_sym_asm] = ACTIONS(2933), - [anon_sym___asm__] = ACTIONS(2933), - [anon_sym___asm] = ACTIONS(2933), - [aux_sym_number_literal_token1] = ACTIONS(2935), - [aux_sym_number_literal_token2] = ACTIONS(2933), - [anon_sym_L_SQUOTE] = ACTIONS(2935), - [anon_sym_u_SQUOTE] = ACTIONS(2935), - [anon_sym_U_SQUOTE] = ACTIONS(2935), - [anon_sym_u8_SQUOTE] = ACTIONS(2935), - [anon_sym_SQUOTE] = ACTIONS(2935), - [anon_sym_L_DQUOTE] = ACTIONS(2935), - [anon_sym_u_DQUOTE] = ACTIONS(2935), - [anon_sym_U_DQUOTE] = ACTIONS(2935), - [anon_sym_u8_DQUOTE] = ACTIONS(2935), - [anon_sym_DQUOTE] = ACTIONS(2935), - [sym_true] = ACTIONS(2933), - [sym_false] = ACTIONS(2933), - [anon_sym_NULL] = ACTIONS(2933), - [anon_sym_nullptr] = ACTIONS(2933), + [anon_sym_do] = ACTIONS(2976), + [anon_sym_for] = ACTIONS(2976), + [anon_sym_return] = ACTIONS(2976), + [anon_sym_break] = ACTIONS(2976), + [anon_sym_continue] = ACTIONS(2976), + [anon_sym_goto] = ACTIONS(2976), + [anon_sym_not] = ACTIONS(2976), + [anon_sym_compl] = ACTIONS(2976), + [anon_sym_DASH_DASH] = ACTIONS(2978), + [anon_sym_PLUS_PLUS] = ACTIONS(2978), + [anon_sym_sizeof] = ACTIONS(2976), + [anon_sym___alignof__] = ACTIONS(2976), + [anon_sym___alignof] = ACTIONS(2976), + [anon_sym__alignof] = ACTIONS(2976), + [anon_sym_alignof] = ACTIONS(2976), + [anon_sym__Alignof] = ACTIONS(2976), + [anon_sym_offsetof] = ACTIONS(2976), + [anon_sym__Generic] = ACTIONS(2976), + [anon_sym_asm] = ACTIONS(2976), + [anon_sym___asm__] = ACTIONS(2976), + [anon_sym___asm] = ACTIONS(2976), + [aux_sym_number_literal_token1] = ACTIONS(2978), + [aux_sym_number_literal_token2] = ACTIONS(2976), + [anon_sym_L_SQUOTE] = ACTIONS(2978), + [anon_sym_u_SQUOTE] = ACTIONS(2978), + [anon_sym_U_SQUOTE] = ACTIONS(2978), + [anon_sym_u8_SQUOTE] = ACTIONS(2978), + [anon_sym_SQUOTE] = ACTIONS(2978), + [anon_sym_L_DQUOTE] = ACTIONS(2978), + [anon_sym_u_DQUOTE] = ACTIONS(2978), + [anon_sym_U_DQUOTE] = ACTIONS(2978), + [anon_sym_u8_DQUOTE] = ACTIONS(2978), + [anon_sym_DQUOTE] = ACTIONS(2978), + [sym_true] = ACTIONS(2976), + [sym_false] = ACTIONS(2976), + [anon_sym_NULL] = ACTIONS(2976), + [anon_sym_nullptr] = ACTIONS(2976), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2933), - [anon_sym_decltype] = ACTIONS(2933), - [anon_sym_explicit] = ACTIONS(2933), - [anon_sym_typename] = ACTIONS(2933), - [anon_sym_template] = ACTIONS(2933), - [anon_sym_operator] = ACTIONS(2933), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_delete] = ACTIONS(2933), - [anon_sym_throw] = ACTIONS(2933), - [anon_sym_namespace] = ACTIONS(2933), - [anon_sym_using] = ACTIONS(2933), - [anon_sym_static_assert] = ACTIONS(2933), - [anon_sym_concept] = ACTIONS(2933), - [anon_sym_co_return] = ACTIONS(2933), - [anon_sym_co_yield] = ACTIONS(2933), - [anon_sym_R_DQUOTE] = ACTIONS(2935), - [anon_sym_LR_DQUOTE] = ACTIONS(2935), - [anon_sym_uR_DQUOTE] = ACTIONS(2935), - [anon_sym_UR_DQUOTE] = ACTIONS(2935), - [anon_sym_u8R_DQUOTE] = ACTIONS(2935), - [anon_sym_co_await] = ACTIONS(2933), - [anon_sym_new] = ACTIONS(2933), - [anon_sym_requires] = ACTIONS(2933), - [sym_this] = ACTIONS(2933), + [sym_auto] = ACTIONS(2976), + [anon_sym_decltype] = ACTIONS(2976), + [anon_sym_explicit] = ACTIONS(2976), + [anon_sym_typename] = ACTIONS(2976), + [anon_sym_template] = ACTIONS(2976), + [anon_sym_operator] = ACTIONS(2976), + [anon_sym_try] = ACTIONS(2976), + [anon_sym_delete] = ACTIONS(2976), + [anon_sym_throw] = ACTIONS(2976), + [anon_sym_namespace] = ACTIONS(2976), + [anon_sym_using] = ACTIONS(2976), + [anon_sym_static_assert] = ACTIONS(2976), + [anon_sym_concept] = ACTIONS(2976), + [anon_sym_co_return] = ACTIONS(2976), + [anon_sym_co_yield] = ACTIONS(2976), + [anon_sym_R_DQUOTE] = ACTIONS(2978), + [anon_sym_LR_DQUOTE] = ACTIONS(2978), + [anon_sym_uR_DQUOTE] = ACTIONS(2978), + [anon_sym_UR_DQUOTE] = ACTIONS(2978), + [anon_sym_u8R_DQUOTE] = ACTIONS(2978), + [anon_sym_co_await] = ACTIONS(2976), + [anon_sym_new] = ACTIONS(2976), + [anon_sym_requires] = ACTIONS(2976), + [sym_this] = ACTIONS(2976), + }, + [746] = { + [ts_builtin_sym_end] = ACTIONS(2982), + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_include_token1] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_BANG] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_DASH] = ACTIONS(2980), + [anon_sym_PLUS] = ACTIONS(2980), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym___cdecl] = ACTIONS(2980), + [anon_sym___clrcall] = ACTIONS(2980), + [anon_sym___stdcall] = ACTIONS(2980), + [anon_sym___fastcall] = ACTIONS(2980), + [anon_sym___thiscall] = ACTIONS(2980), + [anon_sym___vectorcall] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2982), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [anon_sym_if] = ACTIONS(2980), + [anon_sym_switch] = ACTIONS(2980), + [anon_sym_case] = ACTIONS(2980), + [anon_sym_default] = ACTIONS(2980), + [anon_sym_while] = ACTIONS(2980), + [anon_sym_do] = ACTIONS(2980), + [anon_sym_for] = ACTIONS(2980), + [anon_sym_return] = ACTIONS(2980), + [anon_sym_break] = ACTIONS(2980), + [anon_sym_continue] = ACTIONS(2980), + [anon_sym_goto] = ACTIONS(2980), + [anon_sym_not] = ACTIONS(2980), + [anon_sym_compl] = ACTIONS(2980), + [anon_sym_DASH_DASH] = ACTIONS(2982), + [anon_sym_PLUS_PLUS] = ACTIONS(2982), + [anon_sym_sizeof] = ACTIONS(2980), + [anon_sym___alignof__] = ACTIONS(2980), + [anon_sym___alignof] = ACTIONS(2980), + [anon_sym__alignof] = ACTIONS(2980), + [anon_sym_alignof] = ACTIONS(2980), + [anon_sym__Alignof] = ACTIONS(2980), + [anon_sym_offsetof] = ACTIONS(2980), + [anon_sym__Generic] = ACTIONS(2980), + [anon_sym_asm] = ACTIONS(2980), + [anon_sym___asm__] = ACTIONS(2980), + [anon_sym___asm] = ACTIONS(2980), + [aux_sym_number_literal_token1] = ACTIONS(2982), + [aux_sym_number_literal_token2] = ACTIONS(2980), + [anon_sym_L_SQUOTE] = ACTIONS(2982), + [anon_sym_u_SQUOTE] = ACTIONS(2982), + [anon_sym_U_SQUOTE] = ACTIONS(2982), + [anon_sym_u8_SQUOTE] = ACTIONS(2982), + [anon_sym_SQUOTE] = ACTIONS(2982), + [anon_sym_L_DQUOTE] = ACTIONS(2982), + [anon_sym_u_DQUOTE] = ACTIONS(2982), + [anon_sym_U_DQUOTE] = ACTIONS(2982), + [anon_sym_u8_DQUOTE] = ACTIONS(2982), + [anon_sym_DQUOTE] = ACTIONS(2982), + [sym_true] = ACTIONS(2980), + [sym_false] = ACTIONS(2980), + [anon_sym_NULL] = ACTIONS(2980), + [anon_sym_nullptr] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_try] = ACTIONS(2980), + [anon_sym_delete] = ACTIONS(2980), + [anon_sym_throw] = ACTIONS(2980), + [anon_sym_namespace] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + [anon_sym_concept] = ACTIONS(2980), + [anon_sym_co_return] = ACTIONS(2980), + [anon_sym_co_yield] = ACTIONS(2980), + [anon_sym_R_DQUOTE] = ACTIONS(2982), + [anon_sym_LR_DQUOTE] = ACTIONS(2982), + [anon_sym_uR_DQUOTE] = ACTIONS(2982), + [anon_sym_UR_DQUOTE] = ACTIONS(2982), + [anon_sym_u8R_DQUOTE] = ACTIONS(2982), + [anon_sym_co_await] = ACTIONS(2980), + [anon_sym_new] = ACTIONS(2980), + [anon_sym_requires] = ACTIONS(2980), + [sym_this] = ACTIONS(2980), + }, + [747] = { + [ts_builtin_sym_end] = ACTIONS(3495), + [sym_identifier] = ACTIONS(3497), + [aux_sym_preproc_include_token1] = ACTIONS(3497), + [aux_sym_preproc_def_token1] = ACTIONS(3497), + [aux_sym_preproc_if_token1] = ACTIONS(3497), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3497), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3497), + [sym_preproc_directive] = ACTIONS(3497), + [anon_sym_LPAREN2] = ACTIONS(3495), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_TILDE] = ACTIONS(3495), + [anon_sym_DASH] = ACTIONS(3497), + [anon_sym_PLUS] = ACTIONS(3497), + [anon_sym_STAR] = ACTIONS(3495), + [anon_sym_AMP_AMP] = ACTIONS(3495), + [anon_sym_AMP] = ACTIONS(3497), + [anon_sym_SEMI] = ACTIONS(3495), + [anon_sym___extension__] = ACTIONS(3497), + [anon_sym_typedef] = ACTIONS(3497), + [anon_sym_virtual] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3497), + [anon_sym___attribute__] = ACTIONS(3497), + [anon_sym___attribute] = ACTIONS(3497), + [anon_sym_COLON_COLON] = ACTIONS(3495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3495), + [anon_sym___declspec] = ACTIONS(3497), + [anon_sym___based] = ACTIONS(3497), + [anon_sym___cdecl] = ACTIONS(3497), + [anon_sym___clrcall] = ACTIONS(3497), + [anon_sym___stdcall] = ACTIONS(3497), + [anon_sym___fastcall] = ACTIONS(3497), + [anon_sym___thiscall] = ACTIONS(3497), + [anon_sym___vectorcall] = ACTIONS(3497), + [anon_sym_LBRACE] = ACTIONS(3495), + [anon_sym_signed] = ACTIONS(3497), + [anon_sym_unsigned] = ACTIONS(3497), + [anon_sym_long] = ACTIONS(3497), + [anon_sym_short] = ACTIONS(3497), + [anon_sym_LBRACK] = ACTIONS(3497), + [anon_sym_static] = ACTIONS(3497), + [anon_sym_register] = ACTIONS(3497), + [anon_sym_inline] = ACTIONS(3497), + [anon_sym___inline] = ACTIONS(3497), + [anon_sym___inline__] = ACTIONS(3497), + [anon_sym___forceinline] = ACTIONS(3497), + [anon_sym_thread_local] = ACTIONS(3497), + [anon_sym___thread] = ACTIONS(3497), + [anon_sym_const] = ACTIONS(3497), + [anon_sym_constexpr] = ACTIONS(3497), + [anon_sym_volatile] = ACTIONS(3497), + [anon_sym_restrict] = ACTIONS(3497), + [anon_sym___restrict__] = ACTIONS(3497), + [anon_sym__Atomic] = ACTIONS(3497), + [anon_sym__Noreturn] = ACTIONS(3497), + [anon_sym_noreturn] = ACTIONS(3497), + [anon_sym__Nonnull] = ACTIONS(3497), + [anon_sym_mutable] = ACTIONS(3497), + [anon_sym_constinit] = ACTIONS(3497), + [anon_sym_consteval] = ACTIONS(3497), + [anon_sym_PROGMEM] = ACTIONS(3497), + [anon_sym_alignas] = ACTIONS(3497), + [anon_sym__Alignas] = ACTIONS(3497), + [aux_sym_primitive_type_token1] = ACTIONS(3497), + [anon_sym_byte] = ACTIONS(3497), + [anon_sym_word] = ACTIONS(3497), + [anon_sym_enum] = ACTIONS(3497), + [anon_sym_class] = ACTIONS(3497), + [anon_sym_struct] = ACTIONS(3497), + [anon_sym_union] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3497), + [anon_sym_switch] = ACTIONS(3497), + [anon_sym_case] = ACTIONS(3497), + [anon_sym_default] = ACTIONS(3497), + [anon_sym_while] = ACTIONS(3497), + [anon_sym_do] = ACTIONS(3497), + [anon_sym_for] = ACTIONS(3497), + [anon_sym_return] = ACTIONS(3497), + [anon_sym_break] = ACTIONS(3497), + [anon_sym_continue] = ACTIONS(3497), + [anon_sym_goto] = ACTIONS(3497), + [anon_sym_not] = ACTIONS(3497), + [anon_sym_compl] = ACTIONS(3497), + [anon_sym_DASH_DASH] = ACTIONS(3495), + [anon_sym_PLUS_PLUS] = ACTIONS(3495), + [anon_sym_sizeof] = ACTIONS(3497), + [anon_sym___alignof__] = ACTIONS(3497), + [anon_sym___alignof] = ACTIONS(3497), + [anon_sym__alignof] = ACTIONS(3497), + [anon_sym_alignof] = ACTIONS(3497), + [anon_sym__Alignof] = ACTIONS(3497), + [anon_sym_offsetof] = ACTIONS(3497), + [anon_sym__Generic] = ACTIONS(3497), + [anon_sym_asm] = ACTIONS(3497), + [anon_sym___asm__] = ACTIONS(3497), + [anon_sym___asm] = ACTIONS(3497), + [aux_sym_number_literal_token1] = ACTIONS(3495), + [aux_sym_number_literal_token2] = ACTIONS(3497), + [anon_sym_L_SQUOTE] = ACTIONS(3495), + [anon_sym_u_SQUOTE] = ACTIONS(3495), + [anon_sym_U_SQUOTE] = ACTIONS(3495), + [anon_sym_u8_SQUOTE] = ACTIONS(3495), + [anon_sym_SQUOTE] = ACTIONS(3495), + [anon_sym_L_DQUOTE] = ACTIONS(3495), + [anon_sym_u_DQUOTE] = ACTIONS(3495), + [anon_sym_U_DQUOTE] = ACTIONS(3495), + [anon_sym_u8_DQUOTE] = ACTIONS(3495), + [anon_sym_DQUOTE] = ACTIONS(3495), + [sym_true] = ACTIONS(3497), + [sym_false] = ACTIONS(3497), + [anon_sym_NULL] = ACTIONS(3497), + [anon_sym_nullptr] = ACTIONS(3497), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3497), + [anon_sym_decltype] = ACTIONS(3497), + [anon_sym_explicit] = ACTIONS(3497), + [anon_sym_typename] = ACTIONS(3497), + [anon_sym_template] = ACTIONS(3497), + [anon_sym_operator] = ACTIONS(3497), + [anon_sym_try] = ACTIONS(3497), + [anon_sym_delete] = ACTIONS(3497), + [anon_sym_throw] = ACTIONS(3497), + [anon_sym_namespace] = ACTIONS(3497), + [anon_sym_using] = ACTIONS(3497), + [anon_sym_static_assert] = ACTIONS(3497), + [anon_sym_concept] = ACTIONS(3497), + [anon_sym_co_return] = ACTIONS(3497), + [anon_sym_co_yield] = ACTIONS(3497), + [anon_sym_R_DQUOTE] = ACTIONS(3495), + [anon_sym_LR_DQUOTE] = ACTIONS(3495), + [anon_sym_uR_DQUOTE] = ACTIONS(3495), + [anon_sym_UR_DQUOTE] = ACTIONS(3495), + [anon_sym_u8R_DQUOTE] = ACTIONS(3495), + [anon_sym_co_await] = ACTIONS(3497), + [anon_sym_new] = ACTIONS(3497), + [anon_sym_requires] = ACTIONS(3497), + [sym_this] = ACTIONS(3497), + }, + [748] = { + [ts_builtin_sym_end] = ACTIONS(3499), + [sym_identifier] = ACTIONS(3501), + [aux_sym_preproc_include_token1] = ACTIONS(3501), + [aux_sym_preproc_def_token1] = ACTIONS(3501), + [aux_sym_preproc_if_token1] = ACTIONS(3501), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3501), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3501), + [sym_preproc_directive] = ACTIONS(3501), + [anon_sym_LPAREN2] = ACTIONS(3499), + [anon_sym_BANG] = ACTIONS(3499), + [anon_sym_TILDE] = ACTIONS(3499), + [anon_sym_DASH] = ACTIONS(3501), + [anon_sym_PLUS] = ACTIONS(3501), + [anon_sym_STAR] = ACTIONS(3499), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_AMP] = ACTIONS(3501), + [anon_sym_SEMI] = ACTIONS(3499), + [anon_sym___extension__] = ACTIONS(3501), + [anon_sym_typedef] = ACTIONS(3501), + [anon_sym_virtual] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3501), + [anon_sym___attribute__] = ACTIONS(3501), + [anon_sym___attribute] = ACTIONS(3501), + [anon_sym_COLON_COLON] = ACTIONS(3499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3499), + [anon_sym___declspec] = ACTIONS(3501), + [anon_sym___based] = ACTIONS(3501), + [anon_sym___cdecl] = ACTIONS(3501), + [anon_sym___clrcall] = ACTIONS(3501), + [anon_sym___stdcall] = ACTIONS(3501), + [anon_sym___fastcall] = ACTIONS(3501), + [anon_sym___thiscall] = ACTIONS(3501), + [anon_sym___vectorcall] = ACTIONS(3501), + [anon_sym_LBRACE] = ACTIONS(3499), + [anon_sym_signed] = ACTIONS(3501), + [anon_sym_unsigned] = ACTIONS(3501), + [anon_sym_long] = ACTIONS(3501), + [anon_sym_short] = ACTIONS(3501), + [anon_sym_LBRACK] = ACTIONS(3501), + [anon_sym_static] = ACTIONS(3501), + [anon_sym_register] = ACTIONS(3501), + [anon_sym_inline] = ACTIONS(3501), + [anon_sym___inline] = ACTIONS(3501), + [anon_sym___inline__] = ACTIONS(3501), + [anon_sym___forceinline] = ACTIONS(3501), + [anon_sym_thread_local] = ACTIONS(3501), + [anon_sym___thread] = ACTIONS(3501), + [anon_sym_const] = ACTIONS(3501), + [anon_sym_constexpr] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3501), + [anon_sym_restrict] = ACTIONS(3501), + [anon_sym___restrict__] = ACTIONS(3501), + [anon_sym__Atomic] = ACTIONS(3501), + [anon_sym__Noreturn] = ACTIONS(3501), + [anon_sym_noreturn] = ACTIONS(3501), + [anon_sym__Nonnull] = ACTIONS(3501), + [anon_sym_mutable] = ACTIONS(3501), + [anon_sym_constinit] = ACTIONS(3501), + [anon_sym_consteval] = ACTIONS(3501), + [anon_sym_PROGMEM] = ACTIONS(3501), + [anon_sym_alignas] = ACTIONS(3501), + [anon_sym__Alignas] = ACTIONS(3501), + [aux_sym_primitive_type_token1] = ACTIONS(3501), + [anon_sym_byte] = ACTIONS(3501), + [anon_sym_word] = ACTIONS(3501), + [anon_sym_enum] = ACTIONS(3501), + [anon_sym_class] = ACTIONS(3501), + [anon_sym_struct] = ACTIONS(3501), + [anon_sym_union] = ACTIONS(3501), + [anon_sym_if] = ACTIONS(3501), + [anon_sym_switch] = ACTIONS(3501), + [anon_sym_case] = ACTIONS(3501), + [anon_sym_default] = ACTIONS(3501), + [anon_sym_while] = ACTIONS(3501), + [anon_sym_do] = ACTIONS(3501), + [anon_sym_for] = ACTIONS(3501), + [anon_sym_return] = ACTIONS(3501), + [anon_sym_break] = ACTIONS(3501), + [anon_sym_continue] = ACTIONS(3501), + [anon_sym_goto] = ACTIONS(3501), + [anon_sym_not] = ACTIONS(3501), + [anon_sym_compl] = ACTIONS(3501), + [anon_sym_DASH_DASH] = ACTIONS(3499), + [anon_sym_PLUS_PLUS] = ACTIONS(3499), + [anon_sym_sizeof] = ACTIONS(3501), + [anon_sym___alignof__] = ACTIONS(3501), + [anon_sym___alignof] = ACTIONS(3501), + [anon_sym__alignof] = ACTIONS(3501), + [anon_sym_alignof] = ACTIONS(3501), + [anon_sym__Alignof] = ACTIONS(3501), + [anon_sym_offsetof] = ACTIONS(3501), + [anon_sym__Generic] = ACTIONS(3501), + [anon_sym_asm] = ACTIONS(3501), + [anon_sym___asm__] = ACTIONS(3501), + [anon_sym___asm] = ACTIONS(3501), + [aux_sym_number_literal_token1] = ACTIONS(3499), + [aux_sym_number_literal_token2] = ACTIONS(3501), + [anon_sym_L_SQUOTE] = ACTIONS(3499), + [anon_sym_u_SQUOTE] = ACTIONS(3499), + [anon_sym_U_SQUOTE] = ACTIONS(3499), + [anon_sym_u8_SQUOTE] = ACTIONS(3499), + [anon_sym_SQUOTE] = ACTIONS(3499), + [anon_sym_L_DQUOTE] = ACTIONS(3499), + [anon_sym_u_DQUOTE] = ACTIONS(3499), + [anon_sym_U_DQUOTE] = ACTIONS(3499), + [anon_sym_u8_DQUOTE] = ACTIONS(3499), + [anon_sym_DQUOTE] = ACTIONS(3499), + [sym_true] = ACTIONS(3501), + [sym_false] = ACTIONS(3501), + [anon_sym_NULL] = ACTIONS(3501), + [anon_sym_nullptr] = ACTIONS(3501), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3501), + [anon_sym_decltype] = ACTIONS(3501), + [anon_sym_explicit] = ACTIONS(3501), + [anon_sym_typename] = ACTIONS(3501), + [anon_sym_template] = ACTIONS(3501), + [anon_sym_operator] = ACTIONS(3501), + [anon_sym_try] = ACTIONS(3501), + [anon_sym_delete] = ACTIONS(3501), + [anon_sym_throw] = ACTIONS(3501), + [anon_sym_namespace] = ACTIONS(3501), + [anon_sym_using] = ACTIONS(3501), + [anon_sym_static_assert] = ACTIONS(3501), + [anon_sym_concept] = ACTIONS(3501), + [anon_sym_co_return] = ACTIONS(3501), + [anon_sym_co_yield] = ACTIONS(3501), + [anon_sym_R_DQUOTE] = ACTIONS(3499), + [anon_sym_LR_DQUOTE] = ACTIONS(3499), + [anon_sym_uR_DQUOTE] = ACTIONS(3499), + [anon_sym_UR_DQUOTE] = ACTIONS(3499), + [anon_sym_u8R_DQUOTE] = ACTIONS(3499), + [anon_sym_co_await] = ACTIONS(3501), + [anon_sym_new] = ACTIONS(3501), + [anon_sym_requires] = ACTIONS(3501), + [sym_this] = ACTIONS(3501), + }, + [749] = { + [ts_builtin_sym_end] = ACTIONS(2986), + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [750] = { + [ts_builtin_sym_end] = ACTIONS(2986), + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_include_token1] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_BANG] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_PLUS] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym___cdecl] = ACTIONS(2984), + [anon_sym___clrcall] = ACTIONS(2984), + [anon_sym___stdcall] = ACTIONS(2984), + [anon_sym___fastcall] = ACTIONS(2984), + [anon_sym___thiscall] = ACTIONS(2984), + [anon_sym___vectorcall] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [anon_sym_if] = ACTIONS(2984), + [anon_sym_switch] = ACTIONS(2984), + [anon_sym_case] = ACTIONS(2984), + [anon_sym_default] = ACTIONS(2984), + [anon_sym_while] = ACTIONS(2984), + [anon_sym_do] = ACTIONS(2984), + [anon_sym_for] = ACTIONS(2984), + [anon_sym_return] = ACTIONS(2984), + [anon_sym_break] = ACTIONS(2984), + [anon_sym_continue] = ACTIONS(2984), + [anon_sym_goto] = ACTIONS(2984), + [anon_sym_not] = ACTIONS(2984), + [anon_sym_compl] = ACTIONS(2984), + [anon_sym_DASH_DASH] = ACTIONS(2986), + [anon_sym_PLUS_PLUS] = ACTIONS(2986), + [anon_sym_sizeof] = ACTIONS(2984), + [anon_sym___alignof__] = ACTIONS(2984), + [anon_sym___alignof] = ACTIONS(2984), + [anon_sym__alignof] = ACTIONS(2984), + [anon_sym_alignof] = ACTIONS(2984), + [anon_sym__Alignof] = ACTIONS(2984), + [anon_sym_offsetof] = ACTIONS(2984), + [anon_sym__Generic] = ACTIONS(2984), + [anon_sym_asm] = ACTIONS(2984), + [anon_sym___asm__] = ACTIONS(2984), + [anon_sym___asm] = ACTIONS(2984), + [aux_sym_number_literal_token1] = ACTIONS(2986), + [aux_sym_number_literal_token2] = ACTIONS(2984), + [anon_sym_L_SQUOTE] = ACTIONS(2986), + [anon_sym_u_SQUOTE] = ACTIONS(2986), + [anon_sym_U_SQUOTE] = ACTIONS(2986), + [anon_sym_u8_SQUOTE] = ACTIONS(2986), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_L_DQUOTE] = ACTIONS(2986), + [anon_sym_u_DQUOTE] = ACTIONS(2986), + [anon_sym_U_DQUOTE] = ACTIONS(2986), + [anon_sym_u8_DQUOTE] = ACTIONS(2986), + [anon_sym_DQUOTE] = ACTIONS(2986), + [sym_true] = ACTIONS(2984), + [sym_false] = ACTIONS(2984), + [anon_sym_NULL] = ACTIONS(2984), + [anon_sym_nullptr] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_try] = ACTIONS(2984), + [anon_sym_delete] = ACTIONS(2984), + [anon_sym_throw] = ACTIONS(2984), + [anon_sym_namespace] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + [anon_sym_concept] = ACTIONS(2984), + [anon_sym_co_return] = ACTIONS(2984), + [anon_sym_co_yield] = ACTIONS(2984), + [anon_sym_R_DQUOTE] = ACTIONS(2986), + [anon_sym_LR_DQUOTE] = ACTIONS(2986), + [anon_sym_uR_DQUOTE] = ACTIONS(2986), + [anon_sym_UR_DQUOTE] = ACTIONS(2986), + [anon_sym_u8R_DQUOTE] = ACTIONS(2986), + [anon_sym_co_await] = ACTIONS(2984), + [anon_sym_new] = ACTIONS(2984), + [anon_sym_requires] = ACTIONS(2984), + [sym_this] = ACTIONS(2984), + }, + [751] = { + [ts_builtin_sym_end] = ACTIONS(3046), + [sym_identifier] = ACTIONS(3044), + [aux_sym_preproc_include_token1] = ACTIONS(3044), + [aux_sym_preproc_def_token1] = ACTIONS(3044), + [aux_sym_preproc_if_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3044), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3044), + [sym_preproc_directive] = ACTIONS(3044), + [anon_sym_LPAREN2] = ACTIONS(3046), + [anon_sym_BANG] = ACTIONS(3046), + [anon_sym_TILDE] = ACTIONS(3046), + [anon_sym_DASH] = ACTIONS(3044), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(3046), + [anon_sym_AMP_AMP] = ACTIONS(3046), + [anon_sym_AMP] = ACTIONS(3044), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym___extension__] = ACTIONS(3044), + [anon_sym_typedef] = ACTIONS(3044), + [anon_sym_virtual] = ACTIONS(3044), + [anon_sym_extern] = ACTIONS(3044), + [anon_sym___attribute__] = ACTIONS(3044), + [anon_sym___attribute] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3046), + [anon_sym___declspec] = ACTIONS(3044), + [anon_sym___based] = ACTIONS(3044), + [anon_sym___cdecl] = ACTIONS(3044), + [anon_sym___clrcall] = ACTIONS(3044), + [anon_sym___stdcall] = ACTIONS(3044), + [anon_sym___fastcall] = ACTIONS(3044), + [anon_sym___thiscall] = ACTIONS(3044), + [anon_sym___vectorcall] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(3046), + [anon_sym_signed] = ACTIONS(3044), + [anon_sym_unsigned] = ACTIONS(3044), + [anon_sym_long] = ACTIONS(3044), + [anon_sym_short] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(3044), + [anon_sym_static] = ACTIONS(3044), + [anon_sym_register] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym___inline] = ACTIONS(3044), + [anon_sym___inline__] = ACTIONS(3044), + [anon_sym___forceinline] = ACTIONS(3044), + [anon_sym_thread_local] = ACTIONS(3044), + [anon_sym___thread] = ACTIONS(3044), + [anon_sym_const] = ACTIONS(3044), + [anon_sym_constexpr] = ACTIONS(3044), + [anon_sym_volatile] = ACTIONS(3044), + [anon_sym_restrict] = ACTIONS(3044), + [anon_sym___restrict__] = ACTIONS(3044), + [anon_sym__Atomic] = ACTIONS(3044), + [anon_sym__Noreturn] = ACTIONS(3044), + [anon_sym_noreturn] = ACTIONS(3044), + [anon_sym__Nonnull] = ACTIONS(3044), + [anon_sym_mutable] = ACTIONS(3044), + [anon_sym_constinit] = ACTIONS(3044), + [anon_sym_consteval] = ACTIONS(3044), + [anon_sym_PROGMEM] = ACTIONS(3044), + [anon_sym_alignas] = ACTIONS(3044), + [anon_sym__Alignas] = ACTIONS(3044), + [aux_sym_primitive_type_token1] = ACTIONS(3044), + [anon_sym_byte] = ACTIONS(3044), + [anon_sym_word] = ACTIONS(3044), + [anon_sym_enum] = ACTIONS(3044), + [anon_sym_class] = ACTIONS(3044), + [anon_sym_struct] = ACTIONS(3044), + [anon_sym_union] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_switch] = ACTIONS(3044), + [anon_sym_case] = ACTIONS(3044), + [anon_sym_default] = ACTIONS(3044), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_do] = ACTIONS(3044), + [anon_sym_for] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_goto] = ACTIONS(3044), + [anon_sym_not] = ACTIONS(3044), + [anon_sym_compl] = ACTIONS(3044), + [anon_sym_DASH_DASH] = ACTIONS(3046), + [anon_sym_PLUS_PLUS] = ACTIONS(3046), + [anon_sym_sizeof] = ACTIONS(3044), + [anon_sym___alignof__] = ACTIONS(3044), + [anon_sym___alignof] = ACTIONS(3044), + [anon_sym__alignof] = ACTIONS(3044), + [anon_sym_alignof] = ACTIONS(3044), + [anon_sym__Alignof] = ACTIONS(3044), + [anon_sym_offsetof] = ACTIONS(3044), + [anon_sym__Generic] = ACTIONS(3044), + [anon_sym_asm] = ACTIONS(3044), + [anon_sym___asm__] = ACTIONS(3044), + [anon_sym___asm] = ACTIONS(3044), + [aux_sym_number_literal_token1] = ACTIONS(3046), + [aux_sym_number_literal_token2] = ACTIONS(3044), + [anon_sym_L_SQUOTE] = ACTIONS(3046), + [anon_sym_u_SQUOTE] = ACTIONS(3046), + [anon_sym_U_SQUOTE] = ACTIONS(3046), + [anon_sym_u8_SQUOTE] = ACTIONS(3046), + [anon_sym_SQUOTE] = ACTIONS(3046), + [anon_sym_L_DQUOTE] = ACTIONS(3046), + [anon_sym_u_DQUOTE] = ACTIONS(3046), + [anon_sym_U_DQUOTE] = ACTIONS(3046), + [anon_sym_u8_DQUOTE] = ACTIONS(3046), + [anon_sym_DQUOTE] = ACTIONS(3046), + [sym_true] = ACTIONS(3044), + [sym_false] = ACTIONS(3044), + [anon_sym_NULL] = ACTIONS(3044), + [anon_sym_nullptr] = ACTIONS(3044), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3044), + [anon_sym_decltype] = ACTIONS(3044), + [anon_sym_explicit] = ACTIONS(3044), + [anon_sym_typename] = ACTIONS(3044), + [anon_sym_template] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_delete] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_namespace] = ACTIONS(3044), + [anon_sym_using] = ACTIONS(3044), + [anon_sym_static_assert] = ACTIONS(3044), + [anon_sym_concept] = ACTIONS(3044), + [anon_sym_co_return] = ACTIONS(3044), + [anon_sym_co_yield] = ACTIONS(3044), + [anon_sym_R_DQUOTE] = ACTIONS(3046), + [anon_sym_LR_DQUOTE] = ACTIONS(3046), + [anon_sym_uR_DQUOTE] = ACTIONS(3046), + [anon_sym_UR_DQUOTE] = ACTIONS(3046), + [anon_sym_u8R_DQUOTE] = ACTIONS(3046), + [anon_sym_co_await] = ACTIONS(3044), + [anon_sym_new] = ACTIONS(3044), + [anon_sym_requires] = ACTIONS(3044), + [sym_this] = ACTIONS(3044), + }, + [752] = { + [ts_builtin_sym_end] = ACTIONS(3050), + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_include_token1] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_BANG] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_DASH] = ACTIONS(3048), + [anon_sym_PLUS] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym___cdecl] = ACTIONS(3048), + [anon_sym___clrcall] = ACTIONS(3048), + [anon_sym___stdcall] = ACTIONS(3048), + [anon_sym___fastcall] = ACTIONS(3048), + [anon_sym___thiscall] = ACTIONS(3048), + [anon_sym___vectorcall] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(3050), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_switch] = ACTIONS(3048), + [anon_sym_case] = ACTIONS(3048), + [anon_sym_default] = ACTIONS(3048), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_do] = ACTIONS(3048), + [anon_sym_for] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_goto] = ACTIONS(3048), + [anon_sym_not] = ACTIONS(3048), + [anon_sym_compl] = ACTIONS(3048), + [anon_sym_DASH_DASH] = ACTIONS(3050), + [anon_sym_PLUS_PLUS] = ACTIONS(3050), + [anon_sym_sizeof] = ACTIONS(3048), + [anon_sym___alignof__] = ACTIONS(3048), + [anon_sym___alignof] = ACTIONS(3048), + [anon_sym__alignof] = ACTIONS(3048), + [anon_sym_alignof] = ACTIONS(3048), + [anon_sym__Alignof] = ACTIONS(3048), + [anon_sym_offsetof] = ACTIONS(3048), + [anon_sym__Generic] = ACTIONS(3048), + [anon_sym_asm] = ACTIONS(3048), + [anon_sym___asm__] = ACTIONS(3048), + [anon_sym___asm] = ACTIONS(3048), + [aux_sym_number_literal_token1] = ACTIONS(3050), + [aux_sym_number_literal_token2] = ACTIONS(3048), + [anon_sym_L_SQUOTE] = ACTIONS(3050), + [anon_sym_u_SQUOTE] = ACTIONS(3050), + [anon_sym_U_SQUOTE] = ACTIONS(3050), + [anon_sym_u8_SQUOTE] = ACTIONS(3050), + [anon_sym_SQUOTE] = ACTIONS(3050), + [anon_sym_L_DQUOTE] = ACTIONS(3050), + [anon_sym_u_DQUOTE] = ACTIONS(3050), + [anon_sym_U_DQUOTE] = ACTIONS(3050), + [anon_sym_u8_DQUOTE] = ACTIONS(3050), + [anon_sym_DQUOTE] = ACTIONS(3050), + [sym_true] = ACTIONS(3048), + [sym_false] = ACTIONS(3048), + [anon_sym_NULL] = ACTIONS(3048), + [anon_sym_nullptr] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_delete] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_namespace] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + [anon_sym_concept] = ACTIONS(3048), + [anon_sym_co_return] = ACTIONS(3048), + [anon_sym_co_yield] = ACTIONS(3048), + [anon_sym_R_DQUOTE] = ACTIONS(3050), + [anon_sym_LR_DQUOTE] = ACTIONS(3050), + [anon_sym_uR_DQUOTE] = ACTIONS(3050), + [anon_sym_UR_DQUOTE] = ACTIONS(3050), + [anon_sym_u8R_DQUOTE] = ACTIONS(3050), + [anon_sym_co_await] = ACTIONS(3048), + [anon_sym_new] = ACTIONS(3048), + [anon_sym_requires] = ACTIONS(3048), + [sym_this] = ACTIONS(3048), + }, + [753] = { + [ts_builtin_sym_end] = ACTIONS(3074), + [sym_identifier] = ACTIONS(3072), + [aux_sym_preproc_include_token1] = ACTIONS(3072), + [aux_sym_preproc_def_token1] = ACTIONS(3072), + [aux_sym_preproc_if_token1] = ACTIONS(3072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3072), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3072), + [sym_preproc_directive] = ACTIONS(3072), + [anon_sym_LPAREN2] = ACTIONS(3074), + [anon_sym_BANG] = ACTIONS(3074), + [anon_sym_TILDE] = ACTIONS(3074), + [anon_sym_DASH] = ACTIONS(3072), + [anon_sym_PLUS] = ACTIONS(3072), + [anon_sym_STAR] = ACTIONS(3074), + [anon_sym_AMP_AMP] = ACTIONS(3074), + [anon_sym_AMP] = ACTIONS(3072), + [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym___extension__] = ACTIONS(3072), + [anon_sym_typedef] = ACTIONS(3072), + [anon_sym_virtual] = ACTIONS(3072), + [anon_sym_extern] = ACTIONS(3072), + [anon_sym___attribute__] = ACTIONS(3072), + [anon_sym___attribute] = ACTIONS(3072), + [anon_sym_COLON_COLON] = ACTIONS(3074), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3074), + [anon_sym___declspec] = ACTIONS(3072), + [anon_sym___based] = ACTIONS(3072), + [anon_sym___cdecl] = ACTIONS(3072), + [anon_sym___clrcall] = ACTIONS(3072), + [anon_sym___stdcall] = ACTIONS(3072), + [anon_sym___fastcall] = ACTIONS(3072), + [anon_sym___thiscall] = ACTIONS(3072), + [anon_sym___vectorcall] = ACTIONS(3072), + [anon_sym_LBRACE] = ACTIONS(3074), + [anon_sym_signed] = ACTIONS(3072), + [anon_sym_unsigned] = ACTIONS(3072), + [anon_sym_long] = ACTIONS(3072), + [anon_sym_short] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3072), + [anon_sym_static] = ACTIONS(3072), + [anon_sym_register] = ACTIONS(3072), + [anon_sym_inline] = ACTIONS(3072), + [anon_sym___inline] = ACTIONS(3072), + [anon_sym___inline__] = ACTIONS(3072), + [anon_sym___forceinline] = ACTIONS(3072), + [anon_sym_thread_local] = ACTIONS(3072), + [anon_sym___thread] = ACTIONS(3072), + [anon_sym_const] = ACTIONS(3072), + [anon_sym_constexpr] = ACTIONS(3072), + [anon_sym_volatile] = ACTIONS(3072), + [anon_sym_restrict] = ACTIONS(3072), + [anon_sym___restrict__] = ACTIONS(3072), + [anon_sym__Atomic] = ACTIONS(3072), + [anon_sym__Noreturn] = ACTIONS(3072), + [anon_sym_noreturn] = ACTIONS(3072), + [anon_sym__Nonnull] = ACTIONS(3072), + [anon_sym_mutable] = ACTIONS(3072), + [anon_sym_constinit] = ACTIONS(3072), + [anon_sym_consteval] = ACTIONS(3072), + [anon_sym_PROGMEM] = ACTIONS(3072), + [anon_sym_alignas] = ACTIONS(3072), + [anon_sym__Alignas] = ACTIONS(3072), + [aux_sym_primitive_type_token1] = ACTIONS(3072), + [anon_sym_byte] = ACTIONS(3072), + [anon_sym_word] = ACTIONS(3072), + [anon_sym_enum] = ACTIONS(3072), + [anon_sym_class] = ACTIONS(3072), + [anon_sym_struct] = ACTIONS(3072), + [anon_sym_union] = ACTIONS(3072), + [anon_sym_if] = ACTIONS(3072), + [anon_sym_switch] = ACTIONS(3072), + [anon_sym_case] = ACTIONS(3072), + [anon_sym_default] = ACTIONS(3072), + [anon_sym_while] = ACTIONS(3072), + [anon_sym_do] = ACTIONS(3072), + [anon_sym_for] = ACTIONS(3072), + [anon_sym_return] = ACTIONS(3072), + [anon_sym_break] = ACTIONS(3072), + [anon_sym_continue] = ACTIONS(3072), + [anon_sym_goto] = ACTIONS(3072), + [anon_sym_not] = ACTIONS(3072), + [anon_sym_compl] = ACTIONS(3072), + [anon_sym_DASH_DASH] = ACTIONS(3074), + [anon_sym_PLUS_PLUS] = ACTIONS(3074), + [anon_sym_sizeof] = ACTIONS(3072), + [anon_sym___alignof__] = ACTIONS(3072), + [anon_sym___alignof] = ACTIONS(3072), + [anon_sym__alignof] = ACTIONS(3072), + [anon_sym_alignof] = ACTIONS(3072), + [anon_sym__Alignof] = ACTIONS(3072), + [anon_sym_offsetof] = ACTIONS(3072), + [anon_sym__Generic] = ACTIONS(3072), + [anon_sym_asm] = ACTIONS(3072), + [anon_sym___asm__] = ACTIONS(3072), + [anon_sym___asm] = ACTIONS(3072), + [aux_sym_number_literal_token1] = ACTIONS(3074), + [aux_sym_number_literal_token2] = ACTIONS(3072), + [anon_sym_L_SQUOTE] = ACTIONS(3074), + [anon_sym_u_SQUOTE] = ACTIONS(3074), + [anon_sym_U_SQUOTE] = ACTIONS(3074), + [anon_sym_u8_SQUOTE] = ACTIONS(3074), + [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_L_DQUOTE] = ACTIONS(3074), + [anon_sym_u_DQUOTE] = ACTIONS(3074), + [anon_sym_U_DQUOTE] = ACTIONS(3074), + [anon_sym_u8_DQUOTE] = ACTIONS(3074), + [anon_sym_DQUOTE] = ACTIONS(3074), + [sym_true] = ACTIONS(3072), + [sym_false] = ACTIONS(3072), + [anon_sym_NULL] = ACTIONS(3072), + [anon_sym_nullptr] = ACTIONS(3072), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3072), + [anon_sym_decltype] = ACTIONS(3072), + [anon_sym_explicit] = ACTIONS(3072), + [anon_sym_typename] = ACTIONS(3072), + [anon_sym_template] = ACTIONS(3072), + [anon_sym_operator] = ACTIONS(3072), + [anon_sym_try] = ACTIONS(3072), + [anon_sym_delete] = ACTIONS(3072), + [anon_sym_throw] = ACTIONS(3072), + [anon_sym_namespace] = ACTIONS(3072), + [anon_sym_using] = ACTIONS(3072), + [anon_sym_static_assert] = ACTIONS(3072), + [anon_sym_concept] = ACTIONS(3072), + [anon_sym_co_return] = ACTIONS(3072), + [anon_sym_co_yield] = ACTIONS(3072), + [anon_sym_R_DQUOTE] = ACTIONS(3074), + [anon_sym_LR_DQUOTE] = ACTIONS(3074), + [anon_sym_uR_DQUOTE] = ACTIONS(3074), + [anon_sym_UR_DQUOTE] = ACTIONS(3074), + [anon_sym_u8R_DQUOTE] = ACTIONS(3074), + [anon_sym_co_await] = ACTIONS(3072), + [anon_sym_new] = ACTIONS(3072), + [anon_sym_requires] = ACTIONS(3072), + [sym_this] = ACTIONS(3072), }, [754] = { - [ts_builtin_sym_end] = ACTIONS(3160), - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_include_token1] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3158), - [anon_sym_PLUS] = ACTIONS(3158), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym___cdecl] = ACTIONS(3158), - [anon_sym___clrcall] = ACTIONS(3158), - [anon_sym___stdcall] = ACTIONS(3158), - [anon_sym___fastcall] = ACTIONS(3158), - [anon_sym___thiscall] = ACTIONS(3158), - [anon_sym___vectorcall] = ACTIONS(3158), - [anon_sym_LBRACE] = ACTIONS(3160), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [anon_sym_if] = ACTIONS(3158), - [anon_sym_switch] = ACTIONS(3158), - [anon_sym_case] = ACTIONS(3158), - [anon_sym_default] = ACTIONS(3158), - [anon_sym_while] = ACTIONS(3158), - [anon_sym_do] = ACTIONS(3158), - [anon_sym_for] = ACTIONS(3158), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3158), - [anon_sym_continue] = ACTIONS(3158), - [anon_sym_goto] = ACTIONS(3158), - [anon_sym_not] = ACTIONS(3158), - [anon_sym_compl] = ACTIONS(3158), - [anon_sym_DASH_DASH] = ACTIONS(3160), - [anon_sym_PLUS_PLUS] = ACTIONS(3160), - [anon_sym_sizeof] = ACTIONS(3158), - [anon_sym___alignof__] = ACTIONS(3158), - [anon_sym___alignof] = ACTIONS(3158), - [anon_sym__alignof] = ACTIONS(3158), - [anon_sym_alignof] = ACTIONS(3158), - [anon_sym__Alignof] = ACTIONS(3158), - [anon_sym_offsetof] = ACTIONS(3158), - [anon_sym__Generic] = ACTIONS(3158), - [anon_sym_asm] = ACTIONS(3158), - [anon_sym___asm__] = ACTIONS(3158), - [anon_sym___asm] = ACTIONS(3158), - [aux_sym_number_literal_token1] = ACTIONS(3160), - [aux_sym_number_literal_token2] = ACTIONS(3158), - [anon_sym_L_SQUOTE] = ACTIONS(3160), - [anon_sym_u_SQUOTE] = ACTIONS(3160), - [anon_sym_U_SQUOTE] = ACTIONS(3160), - [anon_sym_u8_SQUOTE] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3160), - [anon_sym_L_DQUOTE] = ACTIONS(3160), - [anon_sym_u_DQUOTE] = ACTIONS(3160), - [anon_sym_U_DQUOTE] = ACTIONS(3160), - [anon_sym_u8_DQUOTE] = ACTIONS(3160), - [anon_sym_DQUOTE] = ACTIONS(3160), - [sym_true] = ACTIONS(3158), - [sym_false] = ACTIONS(3158), - [anon_sym_NULL] = ACTIONS(3158), - [anon_sym_nullptr] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_try] = ACTIONS(3158), - [anon_sym_delete] = ACTIONS(3158), - [anon_sym_throw] = ACTIONS(3158), - [anon_sym_namespace] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), - [anon_sym_concept] = ACTIONS(3158), - [anon_sym_co_return] = ACTIONS(3158), - [anon_sym_co_yield] = ACTIONS(3158), - [anon_sym_R_DQUOTE] = ACTIONS(3160), - [anon_sym_LR_DQUOTE] = ACTIONS(3160), - [anon_sym_uR_DQUOTE] = ACTIONS(3160), - [anon_sym_UR_DQUOTE] = ACTIONS(3160), - [anon_sym_u8R_DQUOTE] = ACTIONS(3160), - [anon_sym_co_await] = ACTIONS(3158), - [anon_sym_new] = ACTIONS(3158), - [anon_sym_requires] = ACTIONS(3158), - [sym_this] = ACTIONS(3158), + [ts_builtin_sym_end] = ACTIONS(3066), + [sym_identifier] = ACTIONS(3064), + [aux_sym_preproc_include_token1] = ACTIONS(3064), + [aux_sym_preproc_def_token1] = ACTIONS(3064), + [aux_sym_preproc_if_token1] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3064), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3064), + [sym_preproc_directive] = ACTIONS(3064), + [anon_sym_LPAREN2] = ACTIONS(3066), + [anon_sym_BANG] = ACTIONS(3066), + [anon_sym_TILDE] = ACTIONS(3066), + [anon_sym_DASH] = ACTIONS(3064), + [anon_sym_PLUS] = ACTIONS(3064), + [anon_sym_STAR] = ACTIONS(3066), + [anon_sym_AMP_AMP] = ACTIONS(3066), + [anon_sym_AMP] = ACTIONS(3064), + [anon_sym_SEMI] = ACTIONS(3066), + [anon_sym___extension__] = ACTIONS(3064), + [anon_sym_typedef] = ACTIONS(3064), + [anon_sym_virtual] = ACTIONS(3064), + [anon_sym_extern] = ACTIONS(3064), + [anon_sym___attribute__] = ACTIONS(3064), + [anon_sym___attribute] = ACTIONS(3064), + [anon_sym_COLON_COLON] = ACTIONS(3066), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3066), + [anon_sym___declspec] = ACTIONS(3064), + [anon_sym___based] = ACTIONS(3064), + [anon_sym___cdecl] = ACTIONS(3064), + [anon_sym___clrcall] = ACTIONS(3064), + [anon_sym___stdcall] = ACTIONS(3064), + [anon_sym___fastcall] = ACTIONS(3064), + [anon_sym___thiscall] = ACTIONS(3064), + [anon_sym___vectorcall] = ACTIONS(3064), + [anon_sym_LBRACE] = ACTIONS(3066), + [anon_sym_signed] = ACTIONS(3064), + [anon_sym_unsigned] = ACTIONS(3064), + [anon_sym_long] = ACTIONS(3064), + [anon_sym_short] = ACTIONS(3064), + [anon_sym_LBRACK] = ACTIONS(3064), + [anon_sym_static] = ACTIONS(3064), + [anon_sym_register] = ACTIONS(3064), + [anon_sym_inline] = ACTIONS(3064), + [anon_sym___inline] = ACTIONS(3064), + [anon_sym___inline__] = ACTIONS(3064), + [anon_sym___forceinline] = ACTIONS(3064), + [anon_sym_thread_local] = ACTIONS(3064), + [anon_sym___thread] = ACTIONS(3064), + [anon_sym_const] = ACTIONS(3064), + [anon_sym_constexpr] = ACTIONS(3064), + [anon_sym_volatile] = ACTIONS(3064), + [anon_sym_restrict] = ACTIONS(3064), + [anon_sym___restrict__] = ACTIONS(3064), + [anon_sym__Atomic] = ACTIONS(3064), + [anon_sym__Noreturn] = ACTIONS(3064), + [anon_sym_noreturn] = ACTIONS(3064), + [anon_sym__Nonnull] = ACTIONS(3064), + [anon_sym_mutable] = ACTIONS(3064), + [anon_sym_constinit] = ACTIONS(3064), + [anon_sym_consteval] = ACTIONS(3064), + [anon_sym_PROGMEM] = ACTIONS(3064), + [anon_sym_alignas] = ACTIONS(3064), + [anon_sym__Alignas] = ACTIONS(3064), + [aux_sym_primitive_type_token1] = ACTIONS(3064), + [anon_sym_byte] = ACTIONS(3064), + [anon_sym_word] = ACTIONS(3064), + [anon_sym_enum] = ACTIONS(3064), + [anon_sym_class] = ACTIONS(3064), + [anon_sym_struct] = ACTIONS(3064), + [anon_sym_union] = ACTIONS(3064), + [anon_sym_if] = ACTIONS(3064), + [anon_sym_switch] = ACTIONS(3064), + [anon_sym_case] = ACTIONS(3064), + [anon_sym_default] = ACTIONS(3064), + [anon_sym_while] = ACTIONS(3064), + [anon_sym_do] = ACTIONS(3064), + [anon_sym_for] = ACTIONS(3064), + [anon_sym_return] = ACTIONS(3064), + [anon_sym_break] = ACTIONS(3064), + [anon_sym_continue] = ACTIONS(3064), + [anon_sym_goto] = ACTIONS(3064), + [anon_sym_not] = ACTIONS(3064), + [anon_sym_compl] = ACTIONS(3064), + [anon_sym_DASH_DASH] = ACTIONS(3066), + [anon_sym_PLUS_PLUS] = ACTIONS(3066), + [anon_sym_sizeof] = ACTIONS(3064), + [anon_sym___alignof__] = ACTIONS(3064), + [anon_sym___alignof] = ACTIONS(3064), + [anon_sym__alignof] = ACTIONS(3064), + [anon_sym_alignof] = ACTIONS(3064), + [anon_sym__Alignof] = ACTIONS(3064), + [anon_sym_offsetof] = ACTIONS(3064), + [anon_sym__Generic] = ACTIONS(3064), + [anon_sym_asm] = ACTIONS(3064), + [anon_sym___asm__] = ACTIONS(3064), + [anon_sym___asm] = ACTIONS(3064), + [aux_sym_number_literal_token1] = ACTIONS(3066), + [aux_sym_number_literal_token2] = ACTIONS(3064), + [anon_sym_L_SQUOTE] = ACTIONS(3066), + [anon_sym_u_SQUOTE] = ACTIONS(3066), + [anon_sym_U_SQUOTE] = ACTIONS(3066), + [anon_sym_u8_SQUOTE] = ACTIONS(3066), + [anon_sym_SQUOTE] = ACTIONS(3066), + [anon_sym_L_DQUOTE] = ACTIONS(3066), + [anon_sym_u_DQUOTE] = ACTIONS(3066), + [anon_sym_U_DQUOTE] = ACTIONS(3066), + [anon_sym_u8_DQUOTE] = ACTIONS(3066), + [anon_sym_DQUOTE] = ACTIONS(3066), + [sym_true] = ACTIONS(3064), + [sym_false] = ACTIONS(3064), + [anon_sym_NULL] = ACTIONS(3064), + [anon_sym_nullptr] = ACTIONS(3064), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3064), + [anon_sym_decltype] = ACTIONS(3064), + [anon_sym_explicit] = ACTIONS(3064), + [anon_sym_typename] = ACTIONS(3064), + [anon_sym_template] = ACTIONS(3064), + [anon_sym_operator] = ACTIONS(3064), + [anon_sym_try] = ACTIONS(3064), + [anon_sym_delete] = ACTIONS(3064), + [anon_sym_throw] = ACTIONS(3064), + [anon_sym_namespace] = ACTIONS(3064), + [anon_sym_using] = ACTIONS(3064), + [anon_sym_static_assert] = ACTIONS(3064), + [anon_sym_concept] = ACTIONS(3064), + [anon_sym_co_return] = ACTIONS(3064), + [anon_sym_co_yield] = ACTIONS(3064), + [anon_sym_R_DQUOTE] = ACTIONS(3066), + [anon_sym_LR_DQUOTE] = ACTIONS(3066), + [anon_sym_uR_DQUOTE] = ACTIONS(3066), + [anon_sym_UR_DQUOTE] = ACTIONS(3066), + [anon_sym_u8R_DQUOTE] = ACTIONS(3066), + [anon_sym_co_await] = ACTIONS(3064), + [anon_sym_new] = ACTIONS(3064), + [anon_sym_requires] = ACTIONS(3064), + [sym_this] = ACTIONS(3064), }, [755] = { - [ts_builtin_sym_end] = ACTIONS(3152), - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_include_token1] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_BANG] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_DASH] = ACTIONS(3150), - [anon_sym_PLUS] = ACTIONS(3150), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym___cdecl] = ACTIONS(3150), - [anon_sym___clrcall] = ACTIONS(3150), - [anon_sym___stdcall] = ACTIONS(3150), - [anon_sym___fastcall] = ACTIONS(3150), - [anon_sym___thiscall] = ACTIONS(3150), - [anon_sym___vectorcall] = ACTIONS(3150), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_switch] = ACTIONS(3150), - [anon_sym_case] = ACTIONS(3150), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3150), - [anon_sym_do] = ACTIONS(3150), - [anon_sym_for] = ACTIONS(3150), - [anon_sym_return] = ACTIONS(3150), - [anon_sym_break] = ACTIONS(3150), - [anon_sym_continue] = ACTIONS(3150), - [anon_sym_goto] = ACTIONS(3150), - [anon_sym_not] = ACTIONS(3150), - [anon_sym_compl] = ACTIONS(3150), - [anon_sym_DASH_DASH] = ACTIONS(3152), - [anon_sym_PLUS_PLUS] = ACTIONS(3152), - [anon_sym_sizeof] = ACTIONS(3150), - [anon_sym___alignof__] = ACTIONS(3150), - [anon_sym___alignof] = ACTIONS(3150), - [anon_sym__alignof] = ACTIONS(3150), - [anon_sym_alignof] = ACTIONS(3150), - [anon_sym__Alignof] = ACTIONS(3150), - [anon_sym_offsetof] = ACTIONS(3150), - [anon_sym__Generic] = ACTIONS(3150), - [anon_sym_asm] = ACTIONS(3150), - [anon_sym___asm__] = ACTIONS(3150), - [anon_sym___asm] = ACTIONS(3150), - [aux_sym_number_literal_token1] = ACTIONS(3152), - [aux_sym_number_literal_token2] = ACTIONS(3150), - [anon_sym_L_SQUOTE] = ACTIONS(3152), - [anon_sym_u_SQUOTE] = ACTIONS(3152), - [anon_sym_U_SQUOTE] = ACTIONS(3152), - [anon_sym_u8_SQUOTE] = ACTIONS(3152), - [anon_sym_SQUOTE] = ACTIONS(3152), - [anon_sym_L_DQUOTE] = ACTIONS(3152), - [anon_sym_u_DQUOTE] = ACTIONS(3152), - [anon_sym_U_DQUOTE] = ACTIONS(3152), - [anon_sym_u8_DQUOTE] = ACTIONS(3152), - [anon_sym_DQUOTE] = ACTIONS(3152), - [sym_true] = ACTIONS(3150), - [sym_false] = ACTIONS(3150), - [anon_sym_NULL] = ACTIONS(3150), - [anon_sym_nullptr] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_try] = ACTIONS(3150), - [anon_sym_delete] = ACTIONS(3150), - [anon_sym_throw] = ACTIONS(3150), - [anon_sym_namespace] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), - [anon_sym_concept] = ACTIONS(3150), - [anon_sym_co_return] = ACTIONS(3150), - [anon_sym_co_yield] = ACTIONS(3150), - [anon_sym_R_DQUOTE] = ACTIONS(3152), - [anon_sym_LR_DQUOTE] = ACTIONS(3152), - [anon_sym_uR_DQUOTE] = ACTIONS(3152), - [anon_sym_UR_DQUOTE] = ACTIONS(3152), - [anon_sym_u8R_DQUOTE] = ACTIONS(3152), - [anon_sym_co_await] = ACTIONS(3150), - [anon_sym_new] = ACTIONS(3150), - [anon_sym_requires] = ACTIONS(3150), - [sym_this] = ACTIONS(3150), + [ts_builtin_sym_end] = ACTIONS(3193), + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_include_token1] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym___cdecl] = ACTIONS(3191), + [anon_sym___clrcall] = ACTIONS(3191), + [anon_sym___stdcall] = ACTIONS(3191), + [anon_sym___fastcall] = ACTIONS(3191), + [anon_sym___thiscall] = ACTIONS(3191), + [anon_sym___vectorcall] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_switch] = ACTIONS(3191), + [anon_sym_case] = ACTIONS(3191), + [anon_sym_default] = ACTIONS(3191), + [anon_sym_while] = ACTIONS(3191), + [anon_sym_do] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym_not] = ACTIONS(3191), + [anon_sym_compl] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_sizeof] = ACTIONS(3191), + [anon_sym___alignof__] = ACTIONS(3191), + [anon_sym___alignof] = ACTIONS(3191), + [anon_sym__alignof] = ACTIONS(3191), + [anon_sym_alignof] = ACTIONS(3191), + [anon_sym__Alignof] = ACTIONS(3191), + [anon_sym_offsetof] = ACTIONS(3191), + [anon_sym__Generic] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym___asm__] = ACTIONS(3191), + [anon_sym___asm] = ACTIONS(3191), + [aux_sym_number_literal_token1] = ACTIONS(3193), + [aux_sym_number_literal_token2] = ACTIONS(3191), + [anon_sym_L_SQUOTE] = ACTIONS(3193), + [anon_sym_u_SQUOTE] = ACTIONS(3193), + [anon_sym_U_SQUOTE] = ACTIONS(3193), + [anon_sym_u8_SQUOTE] = ACTIONS(3193), + [anon_sym_SQUOTE] = ACTIONS(3193), + [anon_sym_L_DQUOTE] = ACTIONS(3193), + [anon_sym_u_DQUOTE] = ACTIONS(3193), + [anon_sym_U_DQUOTE] = ACTIONS(3193), + [anon_sym_u8_DQUOTE] = ACTIONS(3193), + [anon_sym_DQUOTE] = ACTIONS(3193), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [anon_sym_NULL] = ACTIONS(3191), + [anon_sym_nullptr] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_try] = ACTIONS(3191), + [anon_sym_delete] = ACTIONS(3191), + [anon_sym_throw] = ACTIONS(3191), + [anon_sym_namespace] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + [anon_sym_concept] = ACTIONS(3191), + [anon_sym_co_return] = ACTIONS(3191), + [anon_sym_co_yield] = ACTIONS(3191), + [anon_sym_R_DQUOTE] = ACTIONS(3193), + [anon_sym_LR_DQUOTE] = ACTIONS(3193), + [anon_sym_uR_DQUOTE] = ACTIONS(3193), + [anon_sym_UR_DQUOTE] = ACTIONS(3193), + [anon_sym_u8R_DQUOTE] = ACTIONS(3193), + [anon_sym_co_await] = ACTIONS(3191), + [anon_sym_new] = ACTIONS(3191), + [anon_sym_requires] = ACTIONS(3191), + [sym_this] = ACTIONS(3191), }, [756] = { - [ts_builtin_sym_end] = ACTIONS(3213), - [sym_identifier] = ACTIONS(3211), - [aux_sym_preproc_include_token1] = ACTIONS(3211), - [aux_sym_preproc_def_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), - [sym_preproc_directive] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3213), - [anon_sym_BANG] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_DASH] = ACTIONS(3211), - [anon_sym_PLUS] = ACTIONS(3211), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_SEMI] = ACTIONS(3213), - [anon_sym___extension__] = ACTIONS(3211), - [anon_sym_typedef] = ACTIONS(3211), - [anon_sym_virtual] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3211), - [anon_sym___attribute__] = ACTIONS(3211), - [anon_sym___attribute] = ACTIONS(3211), - [anon_sym_COLON_COLON] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), - [anon_sym___declspec] = ACTIONS(3211), - [anon_sym___based] = ACTIONS(3211), - [anon_sym___cdecl] = ACTIONS(3211), - [anon_sym___clrcall] = ACTIONS(3211), - [anon_sym___stdcall] = ACTIONS(3211), - [anon_sym___fastcall] = ACTIONS(3211), - [anon_sym___thiscall] = ACTIONS(3211), - [anon_sym___vectorcall] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3213), - [anon_sym_signed] = ACTIONS(3211), - [anon_sym_unsigned] = ACTIONS(3211), - [anon_sym_long] = ACTIONS(3211), - [anon_sym_short] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3211), - [anon_sym_register] = ACTIONS(3211), - [anon_sym_inline] = ACTIONS(3211), - [anon_sym___inline] = ACTIONS(3211), - [anon_sym___inline__] = ACTIONS(3211), - [anon_sym___forceinline] = ACTIONS(3211), - [anon_sym_thread_local] = ACTIONS(3211), - [anon_sym___thread] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_constexpr] = ACTIONS(3211), - [anon_sym_volatile] = ACTIONS(3211), - [anon_sym_restrict] = ACTIONS(3211), - [anon_sym___restrict__] = ACTIONS(3211), - [anon_sym__Atomic] = ACTIONS(3211), - [anon_sym__Noreturn] = ACTIONS(3211), - [anon_sym_noreturn] = ACTIONS(3211), - [anon_sym__Nonnull] = ACTIONS(3211), - [anon_sym_mutable] = ACTIONS(3211), - [anon_sym_constinit] = ACTIONS(3211), - [anon_sym_consteval] = ACTIONS(3211), - [anon_sym_PROGMEM] = ACTIONS(3211), - [anon_sym_alignas] = ACTIONS(3211), - [anon_sym__Alignas] = ACTIONS(3211), - [aux_sym_primitive_type_token1] = ACTIONS(3211), - [anon_sym_byte] = ACTIONS(3211), - [anon_sym_word] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_class] = ACTIONS(3211), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [anon_sym_if] = ACTIONS(3211), - [anon_sym_switch] = ACTIONS(3211), - [anon_sym_case] = ACTIONS(3211), - [anon_sym_default] = ACTIONS(3211), - [anon_sym_while] = ACTIONS(3211), - [anon_sym_do] = ACTIONS(3211), - [anon_sym_for] = ACTIONS(3211), - [anon_sym_return] = ACTIONS(3211), - [anon_sym_break] = ACTIONS(3211), - [anon_sym_continue] = ACTIONS(3211), - [anon_sym_goto] = ACTIONS(3211), - [anon_sym_not] = ACTIONS(3211), - [anon_sym_compl] = ACTIONS(3211), - [anon_sym_DASH_DASH] = ACTIONS(3213), - [anon_sym_PLUS_PLUS] = ACTIONS(3213), - [anon_sym_sizeof] = ACTIONS(3211), - [anon_sym___alignof__] = ACTIONS(3211), - [anon_sym___alignof] = ACTIONS(3211), - [anon_sym__alignof] = ACTIONS(3211), - [anon_sym_alignof] = ACTIONS(3211), - [anon_sym__Alignof] = ACTIONS(3211), - [anon_sym_offsetof] = ACTIONS(3211), - [anon_sym__Generic] = ACTIONS(3211), - [anon_sym_asm] = ACTIONS(3211), - [anon_sym___asm__] = ACTIONS(3211), - [anon_sym___asm] = ACTIONS(3211), - [aux_sym_number_literal_token1] = ACTIONS(3213), - [aux_sym_number_literal_token2] = ACTIONS(3211), - [anon_sym_L_SQUOTE] = ACTIONS(3213), - [anon_sym_u_SQUOTE] = ACTIONS(3213), - [anon_sym_U_SQUOTE] = ACTIONS(3213), - [anon_sym_u8_SQUOTE] = ACTIONS(3213), - [anon_sym_SQUOTE] = ACTIONS(3213), - [anon_sym_L_DQUOTE] = ACTIONS(3213), - [anon_sym_u_DQUOTE] = ACTIONS(3213), - [anon_sym_U_DQUOTE] = ACTIONS(3213), - [anon_sym_u8_DQUOTE] = ACTIONS(3213), - [anon_sym_DQUOTE] = ACTIONS(3213), - [sym_true] = ACTIONS(3211), - [sym_false] = ACTIONS(3211), - [anon_sym_NULL] = ACTIONS(3211), - [anon_sym_nullptr] = ACTIONS(3211), + [ts_builtin_sym_end] = ACTIONS(3070), + [sym_identifier] = ACTIONS(3068), + [aux_sym_preproc_include_token1] = ACTIONS(3068), + [aux_sym_preproc_def_token1] = ACTIONS(3068), + [aux_sym_preproc_if_token1] = ACTIONS(3068), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3068), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3068), + [sym_preproc_directive] = ACTIONS(3068), + [anon_sym_LPAREN2] = ACTIONS(3070), + [anon_sym_BANG] = ACTIONS(3070), + [anon_sym_TILDE] = ACTIONS(3070), + [anon_sym_DASH] = ACTIONS(3068), + [anon_sym_PLUS] = ACTIONS(3068), + [anon_sym_STAR] = ACTIONS(3070), + [anon_sym_AMP_AMP] = ACTIONS(3070), + [anon_sym_AMP] = ACTIONS(3068), + [anon_sym_SEMI] = ACTIONS(3070), + [anon_sym___extension__] = ACTIONS(3068), + [anon_sym_typedef] = ACTIONS(3068), + [anon_sym_virtual] = ACTIONS(3068), + [anon_sym_extern] = ACTIONS(3068), + [anon_sym___attribute__] = ACTIONS(3068), + [anon_sym___attribute] = ACTIONS(3068), + [anon_sym_COLON_COLON] = ACTIONS(3070), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3070), + [anon_sym___declspec] = ACTIONS(3068), + [anon_sym___based] = ACTIONS(3068), + [anon_sym___cdecl] = ACTIONS(3068), + [anon_sym___clrcall] = ACTIONS(3068), + [anon_sym___stdcall] = ACTIONS(3068), + [anon_sym___fastcall] = ACTIONS(3068), + [anon_sym___thiscall] = ACTIONS(3068), + [anon_sym___vectorcall] = ACTIONS(3068), + [anon_sym_LBRACE] = ACTIONS(3070), + [anon_sym_signed] = ACTIONS(3068), + [anon_sym_unsigned] = ACTIONS(3068), + [anon_sym_long] = ACTIONS(3068), + [anon_sym_short] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(3068), + [anon_sym_static] = ACTIONS(3068), + [anon_sym_register] = ACTIONS(3068), + [anon_sym_inline] = ACTIONS(3068), + [anon_sym___inline] = ACTIONS(3068), + [anon_sym___inline__] = ACTIONS(3068), + [anon_sym___forceinline] = ACTIONS(3068), + [anon_sym_thread_local] = ACTIONS(3068), + [anon_sym___thread] = ACTIONS(3068), + [anon_sym_const] = ACTIONS(3068), + [anon_sym_constexpr] = ACTIONS(3068), + [anon_sym_volatile] = ACTIONS(3068), + [anon_sym_restrict] = ACTIONS(3068), + [anon_sym___restrict__] = ACTIONS(3068), + [anon_sym__Atomic] = ACTIONS(3068), + [anon_sym__Noreturn] = ACTIONS(3068), + [anon_sym_noreturn] = ACTIONS(3068), + [anon_sym__Nonnull] = ACTIONS(3068), + [anon_sym_mutable] = ACTIONS(3068), + [anon_sym_constinit] = ACTIONS(3068), + [anon_sym_consteval] = ACTIONS(3068), + [anon_sym_PROGMEM] = ACTIONS(3068), + [anon_sym_alignas] = ACTIONS(3068), + [anon_sym__Alignas] = ACTIONS(3068), + [aux_sym_primitive_type_token1] = ACTIONS(3068), + [anon_sym_byte] = ACTIONS(3068), + [anon_sym_word] = ACTIONS(3068), + [anon_sym_enum] = ACTIONS(3068), + [anon_sym_class] = ACTIONS(3068), + [anon_sym_struct] = ACTIONS(3068), + [anon_sym_union] = ACTIONS(3068), + [anon_sym_if] = ACTIONS(3068), + [anon_sym_switch] = ACTIONS(3068), + [anon_sym_case] = ACTIONS(3068), + [anon_sym_default] = ACTIONS(3068), + [anon_sym_while] = ACTIONS(3068), + [anon_sym_do] = ACTIONS(3068), + [anon_sym_for] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3068), + [anon_sym_break] = ACTIONS(3068), + [anon_sym_continue] = ACTIONS(3068), + [anon_sym_goto] = ACTIONS(3068), + [anon_sym_not] = ACTIONS(3068), + [anon_sym_compl] = ACTIONS(3068), + [anon_sym_DASH_DASH] = ACTIONS(3070), + [anon_sym_PLUS_PLUS] = ACTIONS(3070), + [anon_sym_sizeof] = ACTIONS(3068), + [anon_sym___alignof__] = ACTIONS(3068), + [anon_sym___alignof] = ACTIONS(3068), + [anon_sym__alignof] = ACTIONS(3068), + [anon_sym_alignof] = ACTIONS(3068), + [anon_sym__Alignof] = ACTIONS(3068), + [anon_sym_offsetof] = ACTIONS(3068), + [anon_sym__Generic] = ACTIONS(3068), + [anon_sym_asm] = ACTIONS(3068), + [anon_sym___asm__] = ACTIONS(3068), + [anon_sym___asm] = ACTIONS(3068), + [aux_sym_number_literal_token1] = ACTIONS(3070), + [aux_sym_number_literal_token2] = ACTIONS(3068), + [anon_sym_L_SQUOTE] = ACTIONS(3070), + [anon_sym_u_SQUOTE] = ACTIONS(3070), + [anon_sym_U_SQUOTE] = ACTIONS(3070), + [anon_sym_u8_SQUOTE] = ACTIONS(3070), + [anon_sym_SQUOTE] = ACTIONS(3070), + [anon_sym_L_DQUOTE] = ACTIONS(3070), + [anon_sym_u_DQUOTE] = ACTIONS(3070), + [anon_sym_U_DQUOTE] = ACTIONS(3070), + [anon_sym_u8_DQUOTE] = ACTIONS(3070), + [anon_sym_DQUOTE] = ACTIONS(3070), + [sym_true] = ACTIONS(3068), + [sym_false] = ACTIONS(3068), + [anon_sym_NULL] = ACTIONS(3068), + [anon_sym_nullptr] = ACTIONS(3068), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3211), - [anon_sym_decltype] = ACTIONS(3211), - [anon_sym_explicit] = ACTIONS(3211), - [anon_sym_typename] = ACTIONS(3211), - [anon_sym_template] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3211), - [anon_sym_try] = ACTIONS(3211), - [anon_sym_delete] = ACTIONS(3211), - [anon_sym_throw] = ACTIONS(3211), - [anon_sym_namespace] = ACTIONS(3211), - [anon_sym_using] = ACTIONS(3211), - [anon_sym_static_assert] = ACTIONS(3211), - [anon_sym_concept] = ACTIONS(3211), - [anon_sym_co_return] = ACTIONS(3211), - [anon_sym_co_yield] = ACTIONS(3211), - [anon_sym_R_DQUOTE] = ACTIONS(3213), - [anon_sym_LR_DQUOTE] = ACTIONS(3213), - [anon_sym_uR_DQUOTE] = ACTIONS(3213), - [anon_sym_UR_DQUOTE] = ACTIONS(3213), - [anon_sym_u8R_DQUOTE] = ACTIONS(3213), - [anon_sym_co_await] = ACTIONS(3211), - [anon_sym_new] = ACTIONS(3211), - [anon_sym_requires] = ACTIONS(3211), - [sym_this] = ACTIONS(3211), + [sym_auto] = ACTIONS(3068), + [anon_sym_decltype] = ACTIONS(3068), + [anon_sym_explicit] = ACTIONS(3068), + [anon_sym_typename] = ACTIONS(3068), + [anon_sym_template] = ACTIONS(3068), + [anon_sym_operator] = ACTIONS(3068), + [anon_sym_try] = ACTIONS(3068), + [anon_sym_delete] = ACTIONS(3068), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_namespace] = ACTIONS(3068), + [anon_sym_using] = ACTIONS(3068), + [anon_sym_static_assert] = ACTIONS(3068), + [anon_sym_concept] = ACTIONS(3068), + [anon_sym_co_return] = ACTIONS(3068), + [anon_sym_co_yield] = ACTIONS(3068), + [anon_sym_R_DQUOTE] = ACTIONS(3070), + [anon_sym_LR_DQUOTE] = ACTIONS(3070), + [anon_sym_uR_DQUOTE] = ACTIONS(3070), + [anon_sym_UR_DQUOTE] = ACTIONS(3070), + [anon_sym_u8R_DQUOTE] = ACTIONS(3070), + [anon_sym_co_await] = ACTIONS(3068), + [anon_sym_new] = ACTIONS(3068), + [anon_sym_requires] = ACTIONS(3068), + [sym_this] = ACTIONS(3068), }, [757] = { - [ts_builtin_sym_end] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3219), - [aux_sym_preproc_include_token1] = ACTIONS(3219), - [aux_sym_preproc_def_token1] = ACTIONS(3219), - [aux_sym_preproc_if_token1] = ACTIONS(3219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3219), - [sym_preproc_directive] = ACTIONS(3219), - [anon_sym_LPAREN2] = ACTIONS(3221), - [anon_sym_BANG] = ACTIONS(3221), - [anon_sym_TILDE] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3219), - [anon_sym_PLUS] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3221), - [anon_sym_AMP_AMP] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3219), - [anon_sym_SEMI] = ACTIONS(3221), - [anon_sym___extension__] = ACTIONS(3219), - [anon_sym_typedef] = ACTIONS(3219), - [anon_sym_virtual] = ACTIONS(3219), - [anon_sym_extern] = ACTIONS(3219), - [anon_sym___attribute__] = ACTIONS(3219), - [anon_sym___attribute] = ACTIONS(3219), - [anon_sym_COLON_COLON] = ACTIONS(3221), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3221), - [anon_sym___declspec] = ACTIONS(3219), - [anon_sym___based] = ACTIONS(3219), - [anon_sym___cdecl] = ACTIONS(3219), - [anon_sym___clrcall] = ACTIONS(3219), - [anon_sym___stdcall] = ACTIONS(3219), - [anon_sym___fastcall] = ACTIONS(3219), - [anon_sym___thiscall] = ACTIONS(3219), - [anon_sym___vectorcall] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3221), - [anon_sym_signed] = ACTIONS(3219), - [anon_sym_unsigned] = ACTIONS(3219), - [anon_sym_long] = ACTIONS(3219), - [anon_sym_short] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3219), - [anon_sym_static] = ACTIONS(3219), - [anon_sym_register] = ACTIONS(3219), - [anon_sym_inline] = ACTIONS(3219), - [anon_sym___inline] = ACTIONS(3219), - [anon_sym___inline__] = ACTIONS(3219), - [anon_sym___forceinline] = ACTIONS(3219), - [anon_sym_thread_local] = ACTIONS(3219), - [anon_sym___thread] = ACTIONS(3219), - [anon_sym_const] = ACTIONS(3219), - [anon_sym_constexpr] = ACTIONS(3219), - [anon_sym_volatile] = ACTIONS(3219), - [anon_sym_restrict] = ACTIONS(3219), - [anon_sym___restrict__] = ACTIONS(3219), - [anon_sym__Atomic] = ACTIONS(3219), - [anon_sym__Noreturn] = ACTIONS(3219), - [anon_sym_noreturn] = ACTIONS(3219), - [anon_sym__Nonnull] = ACTIONS(3219), - [anon_sym_mutable] = ACTIONS(3219), - [anon_sym_constinit] = ACTIONS(3219), - [anon_sym_consteval] = ACTIONS(3219), - [anon_sym_PROGMEM] = ACTIONS(3219), - [anon_sym_alignas] = ACTIONS(3219), - [anon_sym__Alignas] = ACTIONS(3219), - [aux_sym_primitive_type_token1] = ACTIONS(3219), - [anon_sym_byte] = ACTIONS(3219), - [anon_sym_word] = ACTIONS(3219), - [anon_sym_enum] = ACTIONS(3219), - [anon_sym_class] = ACTIONS(3219), - [anon_sym_struct] = ACTIONS(3219), - [anon_sym_union] = ACTIONS(3219), - [anon_sym_if] = ACTIONS(3219), - [anon_sym_switch] = ACTIONS(3219), - [anon_sym_case] = ACTIONS(3219), - [anon_sym_default] = ACTIONS(3219), - [anon_sym_while] = ACTIONS(3219), - [anon_sym_do] = ACTIONS(3219), - [anon_sym_for] = ACTIONS(3219), - [anon_sym_return] = ACTIONS(3219), - [anon_sym_break] = ACTIONS(3219), - [anon_sym_continue] = ACTIONS(3219), - [anon_sym_goto] = ACTIONS(3219), - [anon_sym_not] = ACTIONS(3219), - [anon_sym_compl] = ACTIONS(3219), - [anon_sym_DASH_DASH] = ACTIONS(3221), - [anon_sym_PLUS_PLUS] = ACTIONS(3221), - [anon_sym_sizeof] = ACTIONS(3219), - [anon_sym___alignof__] = ACTIONS(3219), - [anon_sym___alignof] = ACTIONS(3219), - [anon_sym__alignof] = ACTIONS(3219), - [anon_sym_alignof] = ACTIONS(3219), - [anon_sym__Alignof] = ACTIONS(3219), - [anon_sym_offsetof] = ACTIONS(3219), - [anon_sym__Generic] = ACTIONS(3219), - [anon_sym_asm] = ACTIONS(3219), - [anon_sym___asm__] = ACTIONS(3219), - [anon_sym___asm] = ACTIONS(3219), - [aux_sym_number_literal_token1] = ACTIONS(3221), - [aux_sym_number_literal_token2] = ACTIONS(3219), - [anon_sym_L_SQUOTE] = ACTIONS(3221), - [anon_sym_u_SQUOTE] = ACTIONS(3221), - [anon_sym_U_SQUOTE] = ACTIONS(3221), - [anon_sym_u8_SQUOTE] = ACTIONS(3221), - [anon_sym_SQUOTE] = ACTIONS(3221), - [anon_sym_L_DQUOTE] = ACTIONS(3221), - [anon_sym_u_DQUOTE] = ACTIONS(3221), - [anon_sym_U_DQUOTE] = ACTIONS(3221), - [anon_sym_u8_DQUOTE] = ACTIONS(3221), - [anon_sym_DQUOTE] = ACTIONS(3221), - [sym_true] = ACTIONS(3219), - [sym_false] = ACTIONS(3219), - [anon_sym_NULL] = ACTIONS(3219), - [anon_sym_nullptr] = ACTIONS(3219), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3219), - [anon_sym_decltype] = ACTIONS(3219), - [anon_sym_explicit] = ACTIONS(3219), - [anon_sym_typename] = ACTIONS(3219), - [anon_sym_template] = ACTIONS(3219), - [anon_sym_operator] = ACTIONS(3219), - [anon_sym_try] = ACTIONS(3219), - [anon_sym_delete] = ACTIONS(3219), - [anon_sym_throw] = ACTIONS(3219), - [anon_sym_namespace] = ACTIONS(3219), - [anon_sym_using] = ACTIONS(3219), - [anon_sym_static_assert] = ACTIONS(3219), - [anon_sym_concept] = ACTIONS(3219), - [anon_sym_co_return] = ACTIONS(3219), - [anon_sym_co_yield] = ACTIONS(3219), - [anon_sym_R_DQUOTE] = ACTIONS(3221), - [anon_sym_LR_DQUOTE] = ACTIONS(3221), - [anon_sym_uR_DQUOTE] = ACTIONS(3221), - [anon_sym_UR_DQUOTE] = ACTIONS(3221), - [anon_sym_u8R_DQUOTE] = ACTIONS(3221), - [anon_sym_co_await] = ACTIONS(3219), - [anon_sym_new] = ACTIONS(3219), - [anon_sym_requires] = ACTIONS(3219), - [sym_this] = ACTIONS(3219), + [ts_builtin_sym_end] = ACTIONS(3209), + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_include_token1] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_BANG] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_DASH] = ACTIONS(3207), + [anon_sym_PLUS] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym___cdecl] = ACTIONS(3207), + [anon_sym___clrcall] = ACTIONS(3207), + [anon_sym___stdcall] = ACTIONS(3207), + [anon_sym___fastcall] = ACTIONS(3207), + [anon_sym___thiscall] = ACTIONS(3207), + [anon_sym___vectorcall] = ACTIONS(3207), + [anon_sym_LBRACE] = ACTIONS(3209), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [anon_sym_if] = ACTIONS(3207), + [anon_sym_switch] = ACTIONS(3207), + [anon_sym_case] = ACTIONS(3207), + [anon_sym_default] = ACTIONS(3207), + [anon_sym_while] = ACTIONS(3207), + [anon_sym_do] = ACTIONS(3207), + [anon_sym_for] = ACTIONS(3207), + [anon_sym_return] = ACTIONS(3207), + [anon_sym_break] = ACTIONS(3207), + [anon_sym_continue] = ACTIONS(3207), + [anon_sym_goto] = ACTIONS(3207), + [anon_sym_not] = ACTIONS(3207), + [anon_sym_compl] = ACTIONS(3207), + [anon_sym_DASH_DASH] = ACTIONS(3209), + [anon_sym_PLUS_PLUS] = ACTIONS(3209), + [anon_sym_sizeof] = ACTIONS(3207), + [anon_sym___alignof__] = ACTIONS(3207), + [anon_sym___alignof] = ACTIONS(3207), + [anon_sym__alignof] = ACTIONS(3207), + [anon_sym_alignof] = ACTIONS(3207), + [anon_sym__Alignof] = ACTIONS(3207), + [anon_sym_offsetof] = ACTIONS(3207), + [anon_sym__Generic] = ACTIONS(3207), + [anon_sym_asm] = ACTIONS(3207), + [anon_sym___asm__] = ACTIONS(3207), + [anon_sym___asm] = ACTIONS(3207), + [aux_sym_number_literal_token1] = ACTIONS(3209), + [aux_sym_number_literal_token2] = ACTIONS(3207), + [anon_sym_L_SQUOTE] = ACTIONS(3209), + [anon_sym_u_SQUOTE] = ACTIONS(3209), + [anon_sym_U_SQUOTE] = ACTIONS(3209), + [anon_sym_u8_SQUOTE] = ACTIONS(3209), + [anon_sym_SQUOTE] = ACTIONS(3209), + [anon_sym_L_DQUOTE] = ACTIONS(3209), + [anon_sym_u_DQUOTE] = ACTIONS(3209), + [anon_sym_U_DQUOTE] = ACTIONS(3209), + [anon_sym_u8_DQUOTE] = ACTIONS(3209), + [anon_sym_DQUOTE] = ACTIONS(3209), + [sym_true] = ACTIONS(3207), + [sym_false] = ACTIONS(3207), + [anon_sym_NULL] = ACTIONS(3207), + [anon_sym_nullptr] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_try] = ACTIONS(3207), + [anon_sym_delete] = ACTIONS(3207), + [anon_sym_throw] = ACTIONS(3207), + [anon_sym_namespace] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + [anon_sym_concept] = ACTIONS(3207), + [anon_sym_co_return] = ACTIONS(3207), + [anon_sym_co_yield] = ACTIONS(3207), + [anon_sym_R_DQUOTE] = ACTIONS(3209), + [anon_sym_LR_DQUOTE] = ACTIONS(3209), + [anon_sym_uR_DQUOTE] = ACTIONS(3209), + [anon_sym_UR_DQUOTE] = ACTIONS(3209), + [anon_sym_u8R_DQUOTE] = ACTIONS(3209), + [anon_sym_co_await] = ACTIONS(3207), + [anon_sym_new] = ACTIONS(3207), + [anon_sym_requires] = ACTIONS(3207), + [sym_this] = ACTIONS(3207), }, [758] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_RPAREN] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(3505), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1928), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym___attribute__] = ACTIONS(1926), + [anon_sym___attribute] = ACTIONS(1926), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1928), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [759] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_RPAREN] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(25), [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1928), + [anon_sym_SEMI] = ACTIONS(1928), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(1920), - [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_RBRACE] = ACTIONS(1928), + [anon_sym_LBRACK] = ACTIONS(1928), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), + [anon_sym_QMARK] = ACTIONS(1928), [anon_sym_not] = ACTIONS(25), [anon_sym_compl] = ACTIONS(25), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -152472,9 +152609,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -152492,8 +152629,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -152505,207 +152642,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [759] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(3507), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1920), - [anon_sym_SEMI] = ACTIONS(1920), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym___attribute__] = ACTIONS(1918), - [anon_sym___attribute] = ACTIONS(1918), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1920), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, [760] = { - [sym_preproc_def] = STATE(768), - [sym_preproc_function_def] = STATE(768), - [sym_preproc_call] = STATE(768), - [sym_preproc_if_in_field_declaration_list] = STATE(768), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), - [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(768), - [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(768), - [sym_operator_cast_declaration] = STATE(768), - [sym_constructor_or_destructor_definition] = STATE(768), - [sym_constructor_or_destructor_declaration] = STATE(768), - [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(768), - [sym_alias_declaration] = STATE(768), - [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(775), + [sym_preproc_function_def] = STATE(775), + [sym_preproc_call] = STATE(775), + [sym_preproc_if_in_field_declaration_list] = STATE(775), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(775), + [sym_type_definition] = STATE(775), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(775), + [sym_field_declaration] = STATE(775), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(775), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(775), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(775), + [sym_operator_cast_declaration] = STATE(775), + [sym_constructor_or_destructor_definition] = STATE(775), + [sym_constructor_or_destructor_declaration] = STATE(775), + [sym_friend_declaration] = STATE(775), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(775), + [sym_alias_declaration] = STATE(775), + [sym_static_assert_declaration] = STATE(775), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(775), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -152785,63 +152785,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -152853,7 +152853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -152864,7 +152864,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3557), + [anon_sym_RBRACE] = ACTIONS(3559), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -152915,69 +152915,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [762] = { - [sym_preproc_def] = STATE(770), - [sym_preproc_function_def] = STATE(770), - [sym_preproc_call] = STATE(770), - [sym_preproc_if_in_field_declaration_list] = STATE(770), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(770), - [sym_type_definition] = STATE(770), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(770), - [sym_field_declaration] = STATE(770), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(770), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(770), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(770), - [sym_operator_cast_declaration] = STATE(770), - [sym_constructor_or_destructor_definition] = STATE(770), - [sym_constructor_or_destructor_declaration] = STATE(770), - [sym_friend_declaration] = STATE(770), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(770), - [sym_alias_declaration] = STATE(770), - [sym_static_assert_declaration] = STATE(770), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(770), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(765), + [sym_preproc_function_def] = STATE(765), + [sym_preproc_call] = STATE(765), + [sym_preproc_if_in_field_declaration_list] = STATE(765), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(765), + [sym_type_definition] = STATE(765), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(765), + [sym_field_declaration] = STATE(765), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(765), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(765), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(765), + [sym_operator_cast_declaration] = STATE(765), + [sym_constructor_or_destructor_definition] = STATE(765), + [sym_constructor_or_destructor_declaration] = STATE(765), + [sym_friend_declaration] = STATE(765), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(765), + [sym_alias_declaration] = STATE(765), + [sym_static_assert_declaration] = STATE(765), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(765), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -152989,7 +152989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3559), + [anon_sym_SEMI] = ACTIONS(3561), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -153000,7 +153000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3561), + [anon_sym_RBRACE] = ACTIONS(3563), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -153051,140 +153051,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [763] = { - [sym_preproc_def] = STATE(763), - [sym_preproc_function_def] = STATE(763), - [sym_preproc_call] = STATE(763), - [sym_preproc_if_in_field_declaration_list] = STATE(763), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(763), - [sym_type_definition] = STATE(763), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5630), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6208), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(763), - [sym_field_declaration] = STATE(763), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1845), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(763), - [sym_operator_cast] = STATE(6751), - [sym_inline_method_definition] = STATE(763), - [sym__constructor_specifiers] = STATE(1845), - [sym_operator_cast_definition] = STATE(763), - [sym_operator_cast_declaration] = STATE(763), - [sym_constructor_or_destructor_definition] = STATE(763), - [sym_constructor_or_destructor_declaration] = STATE(763), - [sym_friend_declaration] = STATE(763), - [sym_access_specifier] = STATE(8554), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(763), - [sym_alias_declaration] = STATE(763), - [sym_static_assert_declaration] = STATE(763), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6751), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(763), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1845), - [sym_identifier] = ACTIONS(3337), - [aux_sym_preproc_def_token1] = ACTIONS(3563), - [aux_sym_preproc_if_token1] = ACTIONS(3566), - [aux_sym_preproc_if_token2] = ACTIONS(3346), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3569), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3569), - [sym_preproc_directive] = ACTIONS(3572), - [anon_sym_LPAREN2] = ACTIONS(3354), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_STAR] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3363), - [anon_sym_AMP] = ACTIONS(3366), - [anon_sym_SEMI] = ACTIONS(3575), - [anon_sym___extension__] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3581), - [anon_sym_virtual] = ACTIONS(3378), - [anon_sym_extern] = ACTIONS(3381), - [anon_sym___attribute__] = ACTIONS(3384), - [anon_sym___attribute] = ACTIONS(3384), - [anon_sym_COLON_COLON] = ACTIONS(3387), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3390), - [anon_sym___declspec] = ACTIONS(3393), - [anon_sym___based] = ACTIONS(3396), - [anon_sym_signed] = ACTIONS(3399), - [anon_sym_unsigned] = ACTIONS(3399), - [anon_sym_long] = ACTIONS(3399), - [anon_sym_short] = ACTIONS(3399), - [anon_sym_LBRACK] = ACTIONS(3402), - [anon_sym_static] = ACTIONS(3381), - [anon_sym_register] = ACTIONS(3381), - [anon_sym_inline] = ACTIONS(3381), - [anon_sym___inline] = ACTIONS(3381), - [anon_sym___inline__] = ACTIONS(3381), - [anon_sym___forceinline] = ACTIONS(3381), - [anon_sym_thread_local] = ACTIONS(3381), - [anon_sym___thread] = ACTIONS(3381), - [anon_sym_const] = ACTIONS(3405), - [anon_sym_constexpr] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3405), - [anon_sym_restrict] = ACTIONS(3405), - [anon_sym___restrict__] = ACTIONS(3405), - [anon_sym__Atomic] = ACTIONS(3405), - [anon_sym__Noreturn] = ACTIONS(3405), - [anon_sym_noreturn] = ACTIONS(3405), - [anon_sym__Nonnull] = ACTIONS(3405), - [anon_sym_mutable] = ACTIONS(3405), - [anon_sym_constinit] = ACTIONS(3405), - [anon_sym_consteval] = ACTIONS(3405), - [anon_sym_PROGMEM] = ACTIONS(3405), - [anon_sym_alignas] = ACTIONS(3411), - [anon_sym__Alignas] = ACTIONS(3411), - [aux_sym_primitive_type_token1] = ACTIONS(3414), - [anon_sym_byte] = ACTIONS(3414), - [anon_sym_word] = ACTIONS(3414), - [anon_sym_enum] = ACTIONS(3417), - [anon_sym_class] = ACTIONS(3420), - [anon_sym_struct] = ACTIONS(3423), - [anon_sym_union] = ACTIONS(3426), + [sym_preproc_def] = STATE(769), + [sym_preproc_function_def] = STATE(769), + [sym_preproc_call] = STATE(769), + [sym_preproc_if_in_field_declaration_list] = STATE(769), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(769), + [sym_type_definition] = STATE(769), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(769), + [sym_field_declaration] = STATE(769), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(769), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(769), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(769), + [sym_operator_cast_declaration] = STATE(769), + [sym_constructor_or_destructor_definition] = STATE(769), + [sym_constructor_or_destructor_declaration] = STATE(769), + [sym_friend_declaration] = STATE(769), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(769), + [sym_alias_declaration] = STATE(769), + [sym_static_assert_declaration] = STATE(769), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(769), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), + [sym_identifier] = ACTIONS(3227), + [aux_sym_preproc_def_token1] = ACTIONS(3531), + [aux_sym_preproc_if_token1] = ACTIONS(3533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3535), + [sym_preproc_directive] = ACTIONS(3537), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_SEMI] = ACTIONS(3565), + [anon_sym___extension__] = ACTIONS(3541), + [anon_sym_typedef] = ACTIONS(3543), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym_RBRACE] = ACTIONS(3567), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3547), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_class] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3271), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3429), - [anon_sym_decltype] = ACTIONS(3432), - [anon_sym_explicit] = ACTIONS(3435), - [anon_sym_typename] = ACTIONS(3438), - [anon_sym_template] = ACTIONS(3587), - [anon_sym_operator] = ACTIONS(3444), - [anon_sym_friend] = ACTIONS(3590), - [anon_sym_public] = ACTIONS(3450), - [anon_sym_private] = ACTIONS(3450), - [anon_sym_protected] = ACTIONS(3450), - [anon_sym_using] = ACTIONS(3593), - [anon_sym_static_assert] = ACTIONS(3596), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(3273), + [anon_sym_template] = ACTIONS(3549), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3551), + [anon_sym_public] = ACTIONS(3279), + [anon_sym_private] = ACTIONS(3279), + [anon_sym_protected] = ACTIONS(3279), + [anon_sym_using] = ACTIONS(3553), + [anon_sym_static_assert] = ACTIONS(3555), }, [764] = { [sym_preproc_def] = STATE(768), @@ -153193,63 +153193,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -153261,7 +153261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -153272,7 +153272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3599), + [anon_sym_RBRACE] = ACTIONS(3569), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -153323,69 +153323,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [765] = { - [sym_preproc_def] = STATE(782), - [sym_preproc_function_def] = STATE(782), - [sym_preproc_call] = STATE(782), - [sym_preproc_if_in_field_declaration_list] = STATE(782), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(782), - [sym_type_definition] = STATE(782), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(782), - [sym_field_declaration] = STATE(782), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(782), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(782), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(782), - [sym_operator_cast_declaration] = STATE(782), - [sym_constructor_or_destructor_definition] = STATE(782), - [sym_constructor_or_destructor_declaration] = STATE(782), - [sym_friend_declaration] = STATE(782), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(782), - [sym_alias_declaration] = STATE(782), - [sym_static_assert_declaration] = STATE(782), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(782), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(768), + [sym_preproc_function_def] = STATE(768), + [sym_preproc_call] = STATE(768), + [sym_preproc_if_in_field_declaration_list] = STATE(768), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), + [sym_type_definition] = STATE(768), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(768), + [sym_field_declaration] = STATE(768), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(768), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(768), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(768), + [sym_operator_cast_declaration] = STATE(768), + [sym_constructor_or_destructor_definition] = STATE(768), + [sym_constructor_or_destructor_declaration] = STATE(768), + [sym_friend_declaration] = STATE(768), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(768), + [sym_alias_declaration] = STATE(768), + [sym_static_assert_declaration] = STATE(768), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -153397,7 +153397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3601), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -153408,7 +153408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3603), + [anon_sym_RBRACE] = ACTIONS(3571), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -153459,69 +153459,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [766] = { - [sym_preproc_def] = STATE(776), - [sym_preproc_function_def] = STATE(776), - [sym_preproc_call] = STATE(776), - [sym_preproc_if_in_field_declaration_list] = STATE(776), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(776), - [sym_type_definition] = STATE(776), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(776), - [sym_field_declaration] = STATE(776), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(776), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(776), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(776), - [sym_operator_cast_declaration] = STATE(776), - [sym_constructor_or_destructor_definition] = STATE(776), - [sym_constructor_or_destructor_declaration] = STATE(776), - [sym_friend_declaration] = STATE(776), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(776), - [sym_alias_declaration] = STATE(776), - [sym_static_assert_declaration] = STATE(776), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(776), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(768), + [sym_preproc_function_def] = STATE(768), + [sym_preproc_call] = STATE(768), + [sym_preproc_if_in_field_declaration_list] = STATE(768), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), + [sym_type_definition] = STATE(768), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(768), + [sym_field_declaration] = STATE(768), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(768), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(768), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(768), + [sym_operator_cast_declaration] = STATE(768), + [sym_constructor_or_destructor_definition] = STATE(768), + [sym_constructor_or_destructor_declaration] = STATE(768), + [sym_friend_declaration] = STATE(768), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(768), + [sym_alias_declaration] = STATE(768), + [sym_static_assert_declaration] = STATE(768), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -153533,7 +153533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3605), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -153544,7 +153544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3607), + [anon_sym_RBRACE] = ACTIONS(3573), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -153595,69 +153595,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [767] = { - [sym_preproc_def] = STATE(778), - [sym_preproc_function_def] = STATE(778), - [sym_preproc_call] = STATE(778), - [sym_preproc_if_in_field_declaration_list] = STATE(778), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(778), - [sym_type_definition] = STATE(778), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(778), - [sym_field_declaration] = STATE(778), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(778), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(778), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(778), - [sym_operator_cast_declaration] = STATE(778), - [sym_constructor_or_destructor_definition] = STATE(778), - [sym_constructor_or_destructor_declaration] = STATE(778), - [sym_friend_declaration] = STATE(778), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(778), - [sym_alias_declaration] = STATE(778), - [sym_static_assert_declaration] = STATE(778), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(778), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(764), + [sym_preproc_function_def] = STATE(764), + [sym_preproc_call] = STATE(764), + [sym_preproc_if_in_field_declaration_list] = STATE(764), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(764), + [sym_type_definition] = STATE(764), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(764), + [sym_field_declaration] = STATE(764), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(764), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(764), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(764), + [sym_operator_cast_declaration] = STATE(764), + [sym_constructor_or_destructor_definition] = STATE(764), + [sym_constructor_or_destructor_declaration] = STATE(764), + [sym_friend_declaration] = STATE(764), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(764), + [sym_alias_declaration] = STATE(764), + [sym_static_assert_declaration] = STATE(764), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(764), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -153669,7 +153669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3609), + [anon_sym_SEMI] = ACTIONS(3575), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -153680,7 +153680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3611), + [anon_sym_RBRACE] = ACTIONS(3577), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -153737,77 +153737,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3337), - [aux_sym_preproc_def_token1] = ACTIONS(3613), - [aux_sym_preproc_if_token1] = ACTIONS(3616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3619), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3619), - [sym_preproc_directive] = ACTIONS(3622), + [aux_sym_preproc_def_token1] = ACTIONS(3579), + [aux_sym_preproc_if_token1] = ACTIONS(3582), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3585), + [sym_preproc_directive] = ACTIONS(3588), [anon_sym_LPAREN2] = ACTIONS(3354), [anon_sym_TILDE] = ACTIONS(3357), [anon_sym_STAR] = ACTIONS(3360), [anon_sym_AMP_AMP] = ACTIONS(3363), [anon_sym_AMP] = ACTIONS(3366), - [anon_sym_SEMI] = ACTIONS(3625), - [anon_sym___extension__] = ACTIONS(3628), - [anon_sym_typedef] = ACTIONS(3631), + [anon_sym_SEMI] = ACTIONS(3591), + [anon_sym___extension__] = ACTIONS(3594), + [anon_sym_typedef] = ACTIONS(3597), [anon_sym_virtual] = ACTIONS(3378), [anon_sym_extern] = ACTIONS(3381), [anon_sym___attribute__] = ACTIONS(3384), @@ -153816,7 +153816,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(3390), [anon_sym___declspec] = ACTIONS(3393), [anon_sym___based] = ACTIONS(3396), - [anon_sym_RBRACE] = ACTIONS(3634), + [anon_sym_RBRACE] = ACTIONS(3600), [anon_sym_signed] = ACTIONS(3399), [anon_sym_unsigned] = ACTIONS(3399), [anon_sym_long] = ACTIONS(3399), @@ -153831,7 +153831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(3381), [anon_sym___thread] = ACTIONS(3381), [anon_sym_const] = ACTIONS(3405), - [anon_sym_constexpr] = ACTIONS(3636), + [anon_sym_constexpr] = ACTIONS(3602), [anon_sym_volatile] = ACTIONS(3405), [anon_sym_restrict] = ACTIONS(3405), [anon_sym___restrict__] = ACTIONS(3405), @@ -153857,215 +153857,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(3432), [anon_sym_explicit] = ACTIONS(3435), [anon_sym_typename] = ACTIONS(3438), - [anon_sym_template] = ACTIONS(3639), + [anon_sym_template] = ACTIONS(3605), [anon_sym_operator] = ACTIONS(3444), - [anon_sym_friend] = ACTIONS(3642), + [anon_sym_friend] = ACTIONS(3608), [anon_sym_public] = ACTIONS(3450), [anon_sym_private] = ACTIONS(3450), [anon_sym_protected] = ACTIONS(3450), - [anon_sym_using] = ACTIONS(3645), - [anon_sym_static_assert] = ACTIONS(3648), + [anon_sym_using] = ACTIONS(3611), + [anon_sym_static_assert] = ACTIONS(3614), }, [769] = { - [sym_preproc_def] = STATE(783), - [sym_preproc_function_def] = STATE(783), - [sym_preproc_call] = STATE(783), - [sym_preproc_if_in_field_declaration_list] = STATE(783), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(783), - [sym_type_definition] = STATE(783), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5630), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6208), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(783), - [sym_field_declaration] = STATE(783), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1845), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(783), - [sym_operator_cast] = STATE(6751), - [sym_inline_method_definition] = STATE(783), - [sym__constructor_specifiers] = STATE(1845), - [sym_operator_cast_definition] = STATE(783), - [sym_operator_cast_declaration] = STATE(783), - [sym_constructor_or_destructor_definition] = STATE(783), - [sym_constructor_or_destructor_declaration] = STATE(783), - [sym_friend_declaration] = STATE(783), - [sym_access_specifier] = STATE(8554), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(783), - [sym_alias_declaration] = STATE(783), - [sym_static_assert_declaration] = STATE(783), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6751), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(783), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1845), - [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3651), - [aux_sym_preproc_if_token1] = ACTIONS(3653), - [aux_sym_preproc_if_token2] = ACTIONS(3655), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3657), - [sym_preproc_directive] = ACTIONS(3659), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3661), - [anon_sym___extension__] = ACTIONS(3663), - [anon_sym_typedef] = ACTIONS(3665), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3667), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3265), - [anon_sym_class] = ACTIONS(3267), - [anon_sym_struct] = ACTIONS(3269), - [anon_sym_union] = ACTIONS(3271), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3669), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3671), - [anon_sym_public] = ACTIONS(3279), - [anon_sym_private] = ACTIONS(3279), - [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3673), - [anon_sym_static_assert] = ACTIONS(3675), - }, - [770] = { [sym_preproc_def] = STATE(768), [sym_preproc_function_def] = STATE(768), [sym_preproc_call] = STATE(768), [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -154077,7 +153941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -154088,7 +153952,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3677), + [anon_sym_RBRACE] = ACTIONS(3617), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -154138,70 +154002,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3553), [anon_sym_static_assert] = ACTIONS(3555), }, + [770] = { + [sym_preproc_def] = STATE(770), + [sym_preproc_function_def] = STATE(770), + [sym_preproc_call] = STATE(770), + [sym_preproc_if_in_field_declaration_list] = STATE(770), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(770), + [sym_type_definition] = STATE(770), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5579), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6181), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(770), + [sym_field_declaration] = STATE(770), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1847), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(770), + [sym_operator_cast] = STATE(6734), + [sym_inline_method_definition] = STATE(770), + [sym__constructor_specifiers] = STATE(1847), + [sym_operator_cast_definition] = STATE(770), + [sym_operator_cast_declaration] = STATE(770), + [sym_constructor_or_destructor_definition] = STATE(770), + [sym_constructor_or_destructor_declaration] = STATE(770), + [sym_friend_declaration] = STATE(770), + [sym_access_specifier] = STATE(8074), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(770), + [sym_alias_declaration] = STATE(770), + [sym_static_assert_declaration] = STATE(770), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6734), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(770), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1847), + [sym_identifier] = ACTIONS(3337), + [aux_sym_preproc_def_token1] = ACTIONS(3619), + [aux_sym_preproc_if_token1] = ACTIONS(3622), + [aux_sym_preproc_if_token2] = ACTIONS(3346), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3625), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3625), + [sym_preproc_directive] = ACTIONS(3628), + [anon_sym_LPAREN2] = ACTIONS(3354), + [anon_sym_TILDE] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3360), + [anon_sym_AMP_AMP] = ACTIONS(3363), + [anon_sym_AMP] = ACTIONS(3366), + [anon_sym_SEMI] = ACTIONS(3631), + [anon_sym___extension__] = ACTIONS(3634), + [anon_sym_typedef] = ACTIONS(3637), + [anon_sym_virtual] = ACTIONS(3378), + [anon_sym_extern] = ACTIONS(3381), + [anon_sym___attribute__] = ACTIONS(3384), + [anon_sym___attribute] = ACTIONS(3384), + [anon_sym_COLON_COLON] = ACTIONS(3387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3390), + [anon_sym___declspec] = ACTIONS(3393), + [anon_sym___based] = ACTIONS(3396), + [anon_sym_signed] = ACTIONS(3399), + [anon_sym_unsigned] = ACTIONS(3399), + [anon_sym_long] = ACTIONS(3399), + [anon_sym_short] = ACTIONS(3399), + [anon_sym_LBRACK] = ACTIONS(3402), + [anon_sym_static] = ACTIONS(3381), + [anon_sym_register] = ACTIONS(3381), + [anon_sym_inline] = ACTIONS(3381), + [anon_sym___inline] = ACTIONS(3381), + [anon_sym___inline__] = ACTIONS(3381), + [anon_sym___forceinline] = ACTIONS(3381), + [anon_sym_thread_local] = ACTIONS(3381), + [anon_sym___thread] = ACTIONS(3381), + [anon_sym_const] = ACTIONS(3405), + [anon_sym_constexpr] = ACTIONS(3640), + [anon_sym_volatile] = ACTIONS(3405), + [anon_sym_restrict] = ACTIONS(3405), + [anon_sym___restrict__] = ACTIONS(3405), + [anon_sym__Atomic] = ACTIONS(3405), + [anon_sym__Noreturn] = ACTIONS(3405), + [anon_sym_noreturn] = ACTIONS(3405), + [anon_sym__Nonnull] = ACTIONS(3405), + [anon_sym_mutable] = ACTIONS(3405), + [anon_sym_constinit] = ACTIONS(3405), + [anon_sym_consteval] = ACTIONS(3405), + [anon_sym_PROGMEM] = ACTIONS(3405), + [anon_sym_alignas] = ACTIONS(3411), + [anon_sym__Alignas] = ACTIONS(3411), + [aux_sym_primitive_type_token1] = ACTIONS(3414), + [anon_sym_byte] = ACTIONS(3414), + [anon_sym_word] = ACTIONS(3414), + [anon_sym_enum] = ACTIONS(3417), + [anon_sym_class] = ACTIONS(3420), + [anon_sym_struct] = ACTIONS(3423), + [anon_sym_union] = ACTIONS(3426), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3429), + [anon_sym_decltype] = ACTIONS(3432), + [anon_sym_explicit] = ACTIONS(3435), + [anon_sym_typename] = ACTIONS(3438), + [anon_sym_template] = ACTIONS(3643), + [anon_sym_operator] = ACTIONS(3444), + [anon_sym_friend] = ACTIONS(3646), + [anon_sym_public] = ACTIONS(3450), + [anon_sym_private] = ACTIONS(3450), + [anon_sym_protected] = ACTIONS(3450), + [anon_sym_using] = ACTIONS(3649), + [anon_sym_static_assert] = ACTIONS(3652), + }, [771] = { - [sym_preproc_def] = STATE(773), - [sym_preproc_function_def] = STATE(773), - [sym_preproc_call] = STATE(773), - [sym_preproc_if_in_field_declaration_list] = STATE(773), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(773), - [sym_type_definition] = STATE(773), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(773), - [sym_field_declaration] = STATE(773), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(773), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(773), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(773), - [sym_operator_cast_declaration] = STATE(773), - [sym_constructor_or_destructor_definition] = STATE(773), - [sym_constructor_or_destructor_declaration] = STATE(773), - [sym_friend_declaration] = STATE(773), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(773), - [sym_alias_declaration] = STATE(773), - [sym_static_assert_declaration] = STATE(773), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(773), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(774), + [sym_preproc_function_def] = STATE(774), + [sym_preproc_call] = STATE(774), + [sym_preproc_if_in_field_declaration_list] = STATE(774), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(774), + [sym_type_definition] = STATE(774), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(774), + [sym_field_declaration] = STATE(774), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(774), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(774), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(774), + [sym_operator_cast_declaration] = STATE(774), + [sym_constructor_or_destructor_definition] = STATE(774), + [sym_constructor_or_destructor_declaration] = STATE(774), + [sym_friend_declaration] = STATE(774), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(774), + [sym_alias_declaration] = STATE(774), + [sym_static_assert_declaration] = STATE(774), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(774), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -154213,7 +154213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3679), + [anon_sym_SEMI] = ACTIONS(3655), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -154224,7 +154224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3681), + [anon_sym_RBRACE] = ACTIONS(3657), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -154275,83 +154275,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [772] = { - [sym_preproc_def] = STATE(768), - [sym_preproc_function_def] = STATE(768), - [sym_preproc_call] = STATE(768), - [sym_preproc_if_in_field_declaration_list] = STATE(768), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), - [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(768), - [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(768), - [sym_operator_cast_declaration] = STATE(768), - [sym_constructor_or_destructor_definition] = STATE(768), - [sym_constructor_or_destructor_declaration] = STATE(768), - [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(768), - [sym_alias_declaration] = STATE(768), - [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(773), + [sym_preproc_function_def] = STATE(773), + [sym_preproc_call] = STATE(773), + [sym_preproc_if_in_field_declaration_list] = STATE(773), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(773), + [sym_type_definition] = STATE(773), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5579), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6181), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(773), + [sym_field_declaration] = STATE(773), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1847), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(773), + [sym_operator_cast] = STATE(6734), + [sym_inline_method_definition] = STATE(773), + [sym__constructor_specifiers] = STATE(1847), + [sym_operator_cast_definition] = STATE(773), + [sym_operator_cast_declaration] = STATE(773), + [sym_constructor_or_destructor_definition] = STATE(773), + [sym_constructor_or_destructor_declaration] = STATE(773), + [sym_friend_declaration] = STATE(773), + [sym_access_specifier] = STATE(8074), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(773), + [sym_alias_declaration] = STATE(773), + [sym_static_assert_declaration] = STATE(773), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6734), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(773), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1847), [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3531), - [aux_sym_preproc_if_token1] = ACTIONS(3533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3535), - [sym_preproc_directive] = ACTIONS(3537), + [aux_sym_preproc_def_token1] = ACTIONS(3659), + [aux_sym_preproc_if_token1] = ACTIONS(3661), + [aux_sym_preproc_if_token2] = ACTIONS(3663), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3665), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3665), + [sym_preproc_directive] = ACTIONS(3667), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), - [anon_sym___extension__] = ACTIONS(3541), - [anon_sym_typedef] = ACTIONS(3543), + [anon_sym_SEMI] = ACTIONS(3669), + [anon_sym___extension__] = ACTIONS(3671), + [anon_sym_typedef] = ACTIONS(3673), [anon_sym_virtual] = ACTIONS(39), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), @@ -154360,7 +154361,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3683), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -154375,7 +154375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3547), + [anon_sym_constexpr] = ACTIONS(3675), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -154401,93 +154401,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3549), + [anon_sym_template] = ACTIONS(3677), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3551), + [anon_sym_friend] = ACTIONS(3679), [anon_sym_public] = ACTIONS(3279), [anon_sym_private] = ACTIONS(3279), [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3553), - [anon_sym_static_assert] = ACTIONS(3555), + [anon_sym_using] = ACTIONS(3681), + [anon_sym_static_assert] = ACTIONS(3683), }, [773] = { - [sym_preproc_def] = STATE(768), - [sym_preproc_function_def] = STATE(768), - [sym_preproc_call] = STATE(768), - [sym_preproc_if_in_field_declaration_list] = STATE(768), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), - [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(768), - [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(768), - [sym_operator_cast_declaration] = STATE(768), - [sym_constructor_or_destructor_definition] = STATE(768), - [sym_constructor_or_destructor_declaration] = STATE(768), - [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(768), - [sym_alias_declaration] = STATE(768), - [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(770), + [sym_preproc_function_def] = STATE(770), + [sym_preproc_call] = STATE(770), + [sym_preproc_if_in_field_declaration_list] = STATE(770), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(770), + [sym_type_definition] = STATE(770), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5579), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6181), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(770), + [sym_field_declaration] = STATE(770), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1847), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(770), + [sym_operator_cast] = STATE(6734), + [sym_inline_method_definition] = STATE(770), + [sym__constructor_specifiers] = STATE(1847), + [sym_operator_cast_definition] = STATE(770), + [sym_operator_cast_declaration] = STATE(770), + [sym_constructor_or_destructor_definition] = STATE(770), + [sym_constructor_or_destructor_declaration] = STATE(770), + [sym_friend_declaration] = STATE(770), + [sym_access_specifier] = STATE(8074), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(770), + [sym_alias_declaration] = STATE(770), + [sym_static_assert_declaration] = STATE(770), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6734), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(770), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1847), [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3531), - [aux_sym_preproc_if_token1] = ACTIONS(3533), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3535), - [sym_preproc_directive] = ACTIONS(3537), + [aux_sym_preproc_def_token1] = ACTIONS(3659), + [aux_sym_preproc_if_token1] = ACTIONS(3661), + [aux_sym_preproc_if_token2] = ACTIONS(3685), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3665), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3665), + [sym_preproc_directive] = ACTIONS(3667), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), - [anon_sym___extension__] = ACTIONS(3541), - [anon_sym_typedef] = ACTIONS(3543), + [anon_sym_SEMI] = ACTIONS(3687), + [anon_sym___extension__] = ACTIONS(3671), + [anon_sym_typedef] = ACTIONS(3673), [anon_sym_virtual] = ACTIONS(39), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), @@ -154496,7 +154497,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3685), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -154511,7 +154511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3547), + [anon_sym_constexpr] = ACTIONS(3675), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -154537,79 +154537,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3549), + [anon_sym_template] = ACTIONS(3677), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3551), + [anon_sym_friend] = ACTIONS(3679), [anon_sym_public] = ACTIONS(3279), [anon_sym_private] = ACTIONS(3279), [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3553), - [anon_sym_static_assert] = ACTIONS(3555), + [anon_sym_using] = ACTIONS(3681), + [anon_sym_static_assert] = ACTIONS(3683), }, [774] = { - [sym_preproc_def] = STATE(761), - [sym_preproc_function_def] = STATE(761), - [sym_preproc_call] = STATE(761), - [sym_preproc_if_in_field_declaration_list] = STATE(761), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(761), - [sym_type_definition] = STATE(761), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(761), - [sym_field_declaration] = STATE(761), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(761), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(761), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(761), - [sym_operator_cast_declaration] = STATE(761), - [sym_constructor_or_destructor_definition] = STATE(761), - [sym_constructor_or_destructor_declaration] = STATE(761), - [sym_friend_declaration] = STATE(761), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(761), - [sym_alias_declaration] = STATE(761), - [sym_static_assert_declaration] = STATE(761), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(761), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(768), + [sym_preproc_function_def] = STATE(768), + [sym_preproc_call] = STATE(768), + [sym_preproc_if_in_field_declaration_list] = STATE(768), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), + [sym_type_definition] = STATE(768), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(768), + [sym_field_declaration] = STATE(768), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(768), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(768), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(768), + [sym_operator_cast_declaration] = STATE(768), + [sym_constructor_or_destructor_definition] = STATE(768), + [sym_constructor_or_destructor_declaration] = STATE(768), + [sym_friend_declaration] = STATE(768), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(768), + [sym_alias_declaration] = STATE(768), + [sym_static_assert_declaration] = STATE(768), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -154621,7 +154621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3687), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -154683,69 +154683,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [775] = { - [sym_preproc_def] = STATE(764), - [sym_preproc_function_def] = STATE(764), - [sym_preproc_call] = STATE(764), - [sym_preproc_if_in_field_declaration_list] = STATE(764), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(764), - [sym_type_definition] = STATE(764), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(764), - [sym_field_declaration] = STATE(764), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(764), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(764), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(764), - [sym_operator_cast_declaration] = STATE(764), - [sym_constructor_or_destructor_definition] = STATE(764), - [sym_constructor_or_destructor_declaration] = STATE(764), - [sym_friend_declaration] = STATE(764), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(764), - [sym_alias_declaration] = STATE(764), - [sym_static_assert_declaration] = STATE(764), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(764), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(768), + [sym_preproc_function_def] = STATE(768), + [sym_preproc_call] = STATE(768), + [sym_preproc_if_in_field_declaration_list] = STATE(768), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), + [sym_type_definition] = STATE(768), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(768), + [sym_field_declaration] = STATE(768), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(768), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(768), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(768), + [sym_operator_cast_declaration] = STATE(768), + [sym_constructor_or_destructor_definition] = STATE(768), + [sym_constructor_or_destructor_declaration] = STATE(768), + [sym_friend_declaration] = STATE(768), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(768), + [sym_alias_declaration] = STATE(768), + [sym_static_assert_declaration] = STATE(768), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -154757,7 +154757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3691), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -154768,7 +154768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3693), + [anon_sym_RBRACE] = ACTIONS(3691), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -154819,69 +154819,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [776] = { - [sym_preproc_def] = STATE(768), - [sym_preproc_function_def] = STATE(768), - [sym_preproc_call] = STATE(768), - [sym_preproc_if_in_field_declaration_list] = STATE(768), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), - [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(768), - [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(768), - [sym_operator_cast_declaration] = STATE(768), - [sym_constructor_or_destructor_definition] = STATE(768), - [sym_constructor_or_destructor_declaration] = STATE(768), - [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(768), - [sym_alias_declaration] = STATE(768), - [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(782), + [sym_preproc_function_def] = STATE(782), + [sym_preproc_call] = STATE(782), + [sym_preproc_if_in_field_declaration_list] = STATE(782), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(782), + [sym_type_definition] = STATE(782), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(782), + [sym_field_declaration] = STATE(782), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(782), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(782), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(782), + [sym_operator_cast_declaration] = STATE(782), + [sym_constructor_or_destructor_definition] = STATE(782), + [sym_constructor_or_destructor_declaration] = STATE(782), + [sym_friend_declaration] = STATE(782), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(782), + [sym_alias_declaration] = STATE(782), + [sym_static_assert_declaration] = STATE(782), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(782), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -154893,7 +154893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3693), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -154961,63 +154961,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(779), [sym_preproc_ifdef_in_field_declaration_list] = STATE(779), [sym_type_definition] = STATE(779), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(779), [sym_field_declaration] = STATE(779), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(779), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(779), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(779), [sym_operator_cast_declaration] = STATE(779), [sym_constructor_or_destructor_definition] = STATE(779), [sym_constructor_or_destructor_declaration] = STATE(779), [sym_friend_declaration] = STATE(779), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(779), [sym_alias_declaration] = STATE(779), [sym_static_assert_declaration] = STATE(779), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(779), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155091,69 +155091,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [778] = { - [sym_preproc_def] = STATE(768), - [sym_preproc_function_def] = STATE(768), - [sym_preproc_call] = STATE(768), - [sym_preproc_if_in_field_declaration_list] = STATE(768), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), - [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(768), - [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(768), - [sym_operator_cast_declaration] = STATE(768), - [sym_constructor_or_destructor_definition] = STATE(768), - [sym_constructor_or_destructor_declaration] = STATE(768), - [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(768), - [sym_alias_declaration] = STATE(768), - [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(766), + [sym_preproc_function_def] = STATE(766), + [sym_preproc_call] = STATE(766), + [sym_preproc_if_in_field_declaration_list] = STATE(766), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(766), + [sym_type_definition] = STATE(766), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(766), + [sym_field_declaration] = STATE(766), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(766), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(766), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(766), + [sym_operator_cast_declaration] = STATE(766), + [sym_constructor_or_destructor_definition] = STATE(766), + [sym_constructor_or_destructor_declaration] = STATE(766), + [sym_friend_declaration] = STATE(766), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(766), + [sym_alias_declaration] = STATE(766), + [sym_static_assert_declaration] = STATE(766), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(766), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155165,7 +155165,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3701), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -155176,7 +155176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3701), + [anon_sym_RBRACE] = ACTIONS(3703), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -155233,63 +155233,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155301,7 +155301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -155312,7 +155312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3703), + [anon_sym_RBRACE] = ACTIONS(3705), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -155363,69 +155363,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [780] = { - [sym_preproc_def] = STATE(760), - [sym_preproc_function_def] = STATE(760), - [sym_preproc_call] = STATE(760), - [sym_preproc_if_in_field_declaration_list] = STATE(760), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(760), - [sym_type_definition] = STATE(760), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(760), - [sym_field_declaration] = STATE(760), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(760), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(760), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(760), - [sym_operator_cast_declaration] = STATE(760), - [sym_constructor_or_destructor_definition] = STATE(760), - [sym_constructor_or_destructor_declaration] = STATE(760), - [sym_friend_declaration] = STATE(760), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(760), - [sym_alias_declaration] = STATE(760), - [sym_static_assert_declaration] = STATE(760), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(760), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(761), + [sym_preproc_function_def] = STATE(761), + [sym_preproc_call] = STATE(761), + [sym_preproc_if_in_field_declaration_list] = STATE(761), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(761), + [sym_type_definition] = STATE(761), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(761), + [sym_field_declaration] = STATE(761), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(761), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(761), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(761), + [sym_operator_cast_declaration] = STATE(761), + [sym_constructor_or_destructor_definition] = STATE(761), + [sym_constructor_or_destructor_declaration] = STATE(761), + [sym_friend_declaration] = STATE(761), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(761), + [sym_alias_declaration] = STATE(761), + [sym_static_assert_declaration] = STATE(761), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(761), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155437,7 +155437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3705), + [anon_sym_SEMI] = ACTIONS(3707), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -155448,7 +155448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), - [anon_sym_RBRACE] = ACTIONS(3707), + [anon_sym_RBRACE] = ACTIONS(3709), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -155499,69 +155499,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [781] = { - [sym_preproc_def] = STATE(772), - [sym_preproc_function_def] = STATE(772), - [sym_preproc_call] = STATE(772), - [sym_preproc_if_in_field_declaration_list] = STATE(772), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(772), - [sym_type_definition] = STATE(772), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(772), - [sym_field_declaration] = STATE(772), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(772), - [sym_operator_cast] = STATE(6722), - [sym_inline_method_definition] = STATE(772), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(772), - [sym_operator_cast_declaration] = STATE(772), - [sym_constructor_or_destructor_definition] = STATE(772), - [sym_constructor_or_destructor_declaration] = STATE(772), - [sym_friend_declaration] = STATE(772), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(772), - [sym_alias_declaration] = STATE(772), - [sym_static_assert_declaration] = STATE(772), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [sym_preproc_def] = STATE(768), + [sym_preproc_function_def] = STATE(768), + [sym_preproc_call] = STATE(768), + [sym_preproc_if_in_field_declaration_list] = STATE(768), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), + [sym_type_definition] = STATE(768), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(768), + [sym_field_declaration] = STATE(768), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(768), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(768), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(768), + [sym_operator_cast_declaration] = STATE(768), + [sym_constructor_or_destructor_definition] = STATE(768), + [sym_constructor_or_destructor_declaration] = STATE(768), + [sym_friend_declaration] = STATE(768), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(768), + [sym_alias_declaration] = STATE(768), + [sym_static_assert_declaration] = STATE(768), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155573,7 +155573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3709), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -155641,63 +155641,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if_in_field_declaration_list] = STATE(768), [sym_preproc_ifdef_in_field_declaration_list] = STATE(768), [sym_type_definition] = STATE(768), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5629), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), [sym__field_declaration_list_item] = STATE(768), [sym_field_declaration] = STATE(768), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), [sym_template_declaration] = STATE(768), - [sym_operator_cast] = STATE(6722), + [sym_operator_cast] = STATE(6744), [sym_inline_method_definition] = STATE(768), - [sym__constructor_specifiers] = STATE(1851), + [sym__constructor_specifiers] = STATE(1837), [sym_operator_cast_definition] = STATE(768), [sym_operator_cast_declaration] = STATE(768), [sym_constructor_or_destructor_definition] = STATE(768), [sym_constructor_or_destructor_declaration] = STATE(768), [sym_friend_declaration] = STATE(768), - [sym_access_specifier] = STATE(8148), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), [sym_using_declaration] = STATE(768), [sym_alias_declaration] = STATE(768), [sym_static_assert_declaration] = STATE(768), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(768), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), [aux_sym_preproc_def_token1] = ACTIONS(3531), [aux_sym_preproc_if_token1] = ACTIONS(3533), @@ -155709,7 +155709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3539), + [anon_sym_SEMI] = ACTIONS(3557), [anon_sym___extension__] = ACTIONS(3541), [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), @@ -155771,84 +155771,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(3555), }, [783] = { - [sym_preproc_def] = STATE(763), - [sym_preproc_function_def] = STATE(763), - [sym_preproc_call] = STATE(763), - [sym_preproc_if_in_field_declaration_list] = STATE(763), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(763), - [sym_type_definition] = STATE(763), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(5630), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6208), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__field_declaration_list_item] = STATE(763), - [sym_field_declaration] = STATE(763), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1845), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(763), - [sym_operator_cast] = STATE(6751), - [sym_inline_method_definition] = STATE(763), - [sym__constructor_specifiers] = STATE(1845), - [sym_operator_cast_definition] = STATE(763), - [sym_operator_cast_declaration] = STATE(763), - [sym_constructor_or_destructor_definition] = STATE(763), - [sym_constructor_or_destructor_declaration] = STATE(763), - [sym_friend_declaration] = STATE(763), - [sym_access_specifier] = STATE(8554), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_using_declaration] = STATE(763), - [sym_alias_declaration] = STATE(763), - [sym_static_assert_declaration] = STATE(763), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5487), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6751), - [sym_operator_name] = STATE(5989), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(763), - [aux_sym__declaration_specifiers_repeat1] = STATE(1868), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_preproc_def] = STATE(781), + [sym_preproc_function_def] = STATE(781), + [sym_preproc_call] = STATE(781), + [sym_preproc_if_in_field_declaration_list] = STATE(781), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(781), + [sym_type_definition] = STATE(781), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(5611), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__field_declaration_list_item] = STATE(781), + [sym_field_declaration] = STATE(781), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(781), + [sym_operator_cast] = STATE(6744), + [sym_inline_method_definition] = STATE(781), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(781), + [sym_operator_cast_declaration] = STATE(781), + [sym_constructor_or_destructor_definition] = STATE(781), + [sym_constructor_or_destructor_declaration] = STATE(781), + [sym_friend_declaration] = STATE(781), + [sym_access_specifier] = STATE(7896), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_using_declaration] = STATE(781), + [sym_alias_declaration] = STATE(781), + [sym_static_assert_declaration] = STATE(781), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5412), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(781), + [aux_sym__declaration_specifiers_repeat1] = STATE(1862), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), [sym_identifier] = ACTIONS(3227), - [aux_sym_preproc_def_token1] = ACTIONS(3651), - [aux_sym_preproc_if_token1] = ACTIONS(3653), - [aux_sym_preproc_if_token2] = ACTIONS(3715), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3657), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3657), - [sym_preproc_directive] = ACTIONS(3659), + [aux_sym_preproc_def_token1] = ACTIONS(3531), + [aux_sym_preproc_if_token1] = ACTIONS(3533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3535), + [sym_preproc_directive] = ACTIONS(3537), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_SEMI] = ACTIONS(3717), - [anon_sym___extension__] = ACTIONS(3663), - [anon_sym_typedef] = ACTIONS(3665), + [anon_sym_SEMI] = ACTIONS(3715), + [anon_sym___extension__] = ACTIONS(3541), + [anon_sym_typedef] = ACTIONS(3543), [anon_sym_virtual] = ACTIONS(39), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), @@ -155857,6 +155856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), + [anon_sym_RBRACE] = ACTIONS(3717), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), @@ -155871,7 +155871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3667), + [anon_sym_constexpr] = ACTIONS(3547), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -155897,106 +155897,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3669), + [anon_sym_template] = ACTIONS(3549), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3671), + [anon_sym_friend] = ACTIONS(3551), [anon_sym_public] = ACTIONS(3279), [anon_sym_private] = ACTIONS(3279), [anon_sym_protected] = ACTIONS(3279), - [anon_sym_using] = ACTIONS(3673), - [anon_sym_static_assert] = ACTIONS(3675), + [anon_sym_using] = ACTIONS(3553), + [anon_sym_static_assert] = ACTIONS(3555), }, [784] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4618), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(3721), [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1928), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1920), - [anon_sym_RBRACK] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1928), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), + [anon_sym_COLON] = ACTIONS(1926), + [anon_sym_QMARK] = ACTIONS(1928), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -156008,9 +156008,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -156028,8 +156028,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -156042,96 +156042,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [785] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4577), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), [anon_sym_BANG] = ACTIONS(3739), [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1920), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1928), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1928), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_RBRACK] = ACTIONS(1928), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(1918), - [anon_sym_QMARK] = ACTIONS(1920), + [anon_sym_QMARK] = ACTIONS(1928), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -156143,9 +156143,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -156163,8 +156163,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -156177,201 +156177,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [786] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4491), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_initializer_list] = STATE(4774), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4487), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_initializer_list] = STATE(4810), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), [sym_identifier] = ACTIONS(3753), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1920), - [anon_sym_COMMA] = ACTIONS(1920), - [anon_sym_LPAREN2] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(2595), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_SLASH] = ACTIONS(1918), - [anon_sym_PERCENT] = ACTIONS(1920), - [anon_sym_PIPE_PIPE] = ACTIONS(1920), - [anon_sym_AMP_AMP] = ACTIONS(1920), - [anon_sym_PIPE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1920), - [anon_sym_AMP] = ACTIONS(1918), - [anon_sym_EQ_EQ] = ACTIONS(1920), - [anon_sym_BANG_EQ] = ACTIONS(1920), - [anon_sym_GT] = ACTIONS(1918), - [anon_sym_GT_EQ] = ACTIONS(1918), - [anon_sym_LT_EQ] = ACTIONS(1918), - [anon_sym_LT] = ACTIONS(1918), - [anon_sym_LT_LT] = ACTIONS(1920), - [anon_sym_GT_GT] = ACTIONS(1918), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1928), + [anon_sym_COMMA] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(1928), + [anon_sym_BANG] = ACTIONS(2589), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_PLUS] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1928), + [anon_sym_SLASH] = ACTIONS(1926), + [anon_sym_PERCENT] = ACTIONS(1928), + [anon_sym_PIPE_PIPE] = ACTIONS(1928), + [anon_sym_AMP_AMP] = ACTIONS(1928), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_EQ_EQ] = ACTIONS(1928), + [anon_sym_BANG_EQ] = ACTIONS(1928), + [anon_sym_GT] = ACTIONS(1926), + [anon_sym_GT_EQ] = ACTIONS(1926), + [anon_sym_LT_EQ] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_LT_LT] = ACTIONS(1928), + [anon_sym_GT_GT] = ACTIONS(1926), [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1928), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_QMARK] = ACTIONS(1920), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_LT_EQ_GT] = ACTIONS(1920), - [anon_sym_or] = ACTIONS(1918), - [anon_sym_and] = ACTIONS(1918), - [anon_sym_bitor] = ACTIONS(1918), - [anon_sym_xor] = ACTIONS(1918), - [anon_sym_bitand] = ACTIONS(1918), - [anon_sym_not_eq] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(1918), - [anon_sym_DOT_STAR] = ACTIONS(1920), - [anon_sym_DASH_GT] = ACTIONS(1920), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(1920), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_QMARK] = ACTIONS(1928), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_LT_EQ_GT] = ACTIONS(1928), + [anon_sym_or] = ACTIONS(1926), + [anon_sym_and] = ACTIONS(1926), + [anon_sym_bitor] = ACTIONS(1926), + [anon_sym_xor] = ACTIONS(1926), + [anon_sym_bitand] = ACTIONS(1926), + [anon_sym_not_eq] = ACTIONS(1926), + [anon_sym_DASH_DASH] = ACTIONS(1928), + [anon_sym_PLUS_PLUS] = ACTIONS(1928), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT_STAR] = ACTIONS(1928), + [anon_sym_DASH_GT] = ACTIONS(1928), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(1928), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, [787] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4709), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4693), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), [anon_sym_DOT_DOT_DOT] = ACTIONS(3759), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3721), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), + [anon_sym_BANG] = ACTIONS(3739), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), [anon_sym_SLASH] = ACTIONS(3763), [anon_sym_PERCENT] = ACTIONS(3759), [anon_sym_PIPE_PIPE] = ACTIONS(3759), [anon_sym_AMP_AMP] = ACTIONS(3759), [anon_sym_PIPE] = ACTIONS(3763), [anon_sym_CARET] = ACTIONS(3759), - [anon_sym_AMP] = ACTIONS(1418), + [anon_sym_AMP] = ACTIONS(1231), [anon_sym_EQ_EQ] = ACTIONS(3759), [anon_sym_BANG_EQ] = ACTIONS(3759), [anon_sym_GT] = ACTIONS(3763), @@ -156380,16 +156380,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(3763), [anon_sym_LT_LT] = ACTIONS(3759), [anon_sym_GT_GT] = ACTIONS(3759), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_RBRACK] = ACTIONS(3759), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_QMARK] = ACTIONS(3759), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_LT_EQ_GT] = ACTIONS(3759), [anon_sym_or] = ACTIONS(3763), [anon_sym_and] = ACTIONS(3763), @@ -156399,7 +156399,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not_eq] = ACTIONS(3763), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -156430,73 +156430,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [788] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3127), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(3767), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(3770), + [anon_sym_COLON_COLON] = ACTIONS(3773), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2486), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2489), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [789] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), [sym_identifier] = ACTIONS(2453), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2470), [anon_sym_COLON_COLON] = ACTIONS(2477), [anon_sym_signed] = ACTIONS(2475), @@ -156573,190 +156703,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [789] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4518), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3767), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3770), - [anon_sym_COLON_COLON] = ACTIONS(3773), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2486), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, [790] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3190), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4523), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), [sym_identifier] = ACTIONS(3776), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(3779), [anon_sym_COLON_COLON] = ACTIONS(3782), [anon_sym_signed] = ACTIONS(2475), @@ -156767,98 +156767,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_const] = ACTIONS(2475), [anon_sym_constexpr] = ACTIONS(2475), [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2483), - [anon_sym_byte] = ACTIONS(2483), - [anon_sym_word] = ACTIONS(2483), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2483), + [anon_sym_byte] = ACTIONS(2483), + [anon_sym_word] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2475), [anon_sym_decltype] = ACTIONS(2486), [anon_sym_typename] = ACTIONS(2475), [anon_sym_template] = ACTIONS(2489), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, [791] = { - [sym__declaration_modifiers] = STATE(1875), - [sym__declaration_specifiers] = STATE(6229), - [sym_attribute_specifier] = STATE(1875), - [sym_attribute_declaration] = STATE(1875), - [sym_ms_declspec_modifier] = STATE(1875), - [sym_storage_class_specifier] = STATE(1875), - [sym_type_qualifier] = STATE(1875), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4008), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2970), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6544), - [sym_qualified_type_identifier] = STATE(2674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1875), - [aux_sym_sized_type_specifier_repeat1] = STATE(2391), + [sym__declaration_modifiers] = STATE(1859), + [sym__declaration_specifiers] = STATE(6284), + [sym_attribute_specifier] = STATE(1859), + [sym_attribute_declaration] = STATE(1859), + [sym_ms_declspec_modifier] = STATE(1859), + [sym_storage_class_specifier] = STATE(1859), + [sym_type_qualifier] = STATE(1859), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4013), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2980), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6520), + [sym_qualified_type_identifier] = STATE(2643), + [aux_sym__declaration_specifiers_repeat1] = STATE(1859), + [aux_sym_sized_type_specifier_repeat1] = STATE(2407), [sym_identifier] = ACTIONS(3785), [anon_sym_COMMA] = ACTIONS(3787), [anon_sym_BANG] = ACTIONS(3789), @@ -156953,7 +156953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(3805), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3807), [anon_sym_co_await] = ACTIONS(3789), [anon_sym_new] = ACTIONS(3807), @@ -156963,31 +156963,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE] = ACTIONS(3809), }, [792] = { - [sym__declaration_modifiers] = STATE(1875), - [sym__declaration_specifiers] = STATE(6229), - [sym_attribute_specifier] = STATE(1875), - [sym_attribute_declaration] = STATE(1875), - [sym_ms_declspec_modifier] = STATE(1875), - [sym_storage_class_specifier] = STATE(1875), - [sym_type_qualifier] = STATE(1875), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4008), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2970), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6544), - [sym_qualified_type_identifier] = STATE(2674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1875), - [aux_sym_sized_type_specifier_repeat1] = STATE(2391), + [sym__declaration_modifiers] = STATE(1859), + [sym__declaration_specifiers] = STATE(6284), + [sym_attribute_specifier] = STATE(1859), + [sym_attribute_declaration] = STATE(1859), + [sym_ms_declspec_modifier] = STATE(1859), + [sym_storage_class_specifier] = STATE(1859), + [sym_type_qualifier] = STATE(1859), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4013), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2980), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6520), + [sym_qualified_type_identifier] = STATE(2643), + [aux_sym__declaration_specifiers_repeat1] = STATE(1859), + [aux_sym_sized_type_specifier_repeat1] = STATE(2407), [sym_identifier] = ACTIONS(3785), [anon_sym_COMMA] = ACTIONS(3811), [anon_sym_BANG] = ACTIONS(3813), @@ -157082,7 +157082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(3805), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3815), [anon_sym_co_await] = ACTIONS(3813), [anon_sym_new] = ACTIONS(3815), @@ -157346,313 +157346,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(3823), }, [795] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4652), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3827), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [796] = { - [sym_type_qualifier] = STATE(808), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4698), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(808), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3839), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3841), - [anon_sym_RBRACK] = ACTIONS(3843), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [797] = { - [sym_function_definition] = STATE(2012), - [sym_declaration] = STATE(2012), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4708), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1850), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2698), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(2012), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(2012), - [sym_operator_cast] = STATE(6722), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(2012), - [sym_operator_cast_declaration] = STATE(2012), - [sym_constructor_or_destructor_definition] = STATE(2012), - [sym_constructor_or_destructor_declaration] = STATE(2012), - [sym_friend_declaration] = STATE(2012), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(2012), - [sym_concept_definition] = STATE(2012), - [sym_requires_clause] = STATE(823), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), - [sym_identifier] = ACTIONS(3845), + [sym_function_definition] = STATE(1757), + [sym_declaration] = STATE(1757), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4752), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1834), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2696), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(1757), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(1757), + [sym_operator_cast] = STATE(6726), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(1757), + [sym_operator_cast_declaration] = STATE(1757), + [sym_constructor_or_destructor_definition] = STATE(1757), + [sym_constructor_or_destructor_declaration] = STATE(1757), + [sym_friend_declaration] = STATE(1757), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(1757), + [sym_concept_definition] = STATE(1757), + [sym_requires_clause] = STATE(828), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -157663,7 +157413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -157687,7 +157437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3547), + [anon_sym_constexpr] = ACTIONS(3263), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -157713,98 +157463,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3549), + [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3551), - [anon_sym_using] = ACTIONS(3849), - [anon_sym_concept] = ACTIONS(3851), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_friend] = ACTIONS(3277), + [anon_sym_using] = ACTIONS(3831), + [anon_sym_concept] = ACTIONS(3833), + [anon_sym_requires] = ACTIONS(3835), }, - [798] = { - [sym_type_qualifier] = STATE(812), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4723), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(812), - [sym_identifier] = ACTIONS(3855), + [796] = { + [sym_type_qualifier] = STATE(811), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4683), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(811), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3857), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3837), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(3861), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3841), + [anon_sym_RBRACK] = ACTIONS(3843), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -157832,77 +157582,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [799] = { - [sym_function_definition] = STATE(385), - [sym_declaration] = STATE(385), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6158), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), + [797] = { + [sym_function_definition] = STATE(1893), + [sym_declaration] = STATE(1893), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4751), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1851), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(385), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1848), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(385), - [sym_operator_cast] = STATE(6712), - [sym__constructor_specifiers] = STATE(1848), - [sym_operator_cast_definition] = STATE(385), - [sym_operator_cast_declaration] = STATE(385), - [sym_constructor_or_destructor_definition] = STATE(385), - [sym_constructor_or_destructor_declaration] = STATE(385), - [sym_friend_declaration] = STATE(385), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(385), - [sym_concept_definition] = STATE(385), - [sym_requires_clause] = STATE(829), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1848), - [sym_identifier] = ACTIONS(3845), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(1893), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(1893), + [sym_operator_cast] = STATE(6744), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(1893), + [sym_operator_cast_declaration] = STATE(1893), + [sym_constructor_or_destructor_definition] = STATE(1893), + [sym_constructor_or_destructor_declaration] = STATE(1893), + [sym_friend_declaration] = STATE(1893), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(1893), + [sym_concept_definition] = STATE(1893), + [sym_requires_clause] = STATE(826), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -157913,7 +157663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -157937,7 +157687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3863), + [anon_sym_constexpr] = ACTIONS(3547), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -157963,98 +157713,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3865), + [anon_sym_template] = ACTIONS(3549), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3867), - [anon_sym_using] = ACTIONS(3869), - [anon_sym_concept] = ACTIONS(331), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_friend] = ACTIONS(3551), + [anon_sym_using] = ACTIONS(3849), + [anon_sym_concept] = ACTIONS(3851), + [anon_sym_requires] = ACTIONS(3835), }, - [800] = { - [sym_type_qualifier] = STATE(813), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), + [798] = { + [sym_type_qualifier] = STATE(804), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), [sym_expression] = STATE(4659), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(813), - [sym_identifier] = ACTIONS(3719), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(804), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3871), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3853), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_RBRACK] = ACTIONS(3875), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3855), + [anon_sym_RBRACK] = ACTIONS(3857), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158082,104 +157832,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [801] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4737), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [799] = { + [sym_type_qualifier] = STATE(819), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4690), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(819), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3859), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3879), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3861), + [anon_sym_RBRACK] = ACTIONS(3863), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158207,229 +157957,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [802] = { - [sym_function_definition] = STATE(2036), - [sym_declaration] = STATE(2036), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4670), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1847), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6208), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2706), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(2036), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1845), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(2036), - [sym_operator_cast] = STATE(6751), - [sym__constructor_specifiers] = STATE(1845), - [sym_operator_cast_definition] = STATE(2036), - [sym_operator_cast_declaration] = STATE(2036), - [sym_constructor_or_destructor_definition] = STATE(2036), - [sym_constructor_or_destructor_declaration] = STATE(2036), - [sym_friend_declaration] = STATE(2036), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(2036), - [sym_concept_definition] = STATE(2036), - [sym_requires_clause] = STATE(828), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6751), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1845), - [sym_identifier] = ACTIONS(3845), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3667), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3669), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3671), - [anon_sym_using] = ACTIONS(3881), - [anon_sym_concept] = ACTIONS(3883), - [anon_sym_requires] = ACTIONS(3853), - }, - [803] = { - [sym_type_qualifier] = STATE(801), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4684), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(801), - [sym_identifier] = ACTIONS(3719), + [800] = { + [sym_type_qualifier] = STATE(814), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4651), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(814), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3885), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3865), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3887), - [anon_sym_RBRACK] = ACTIONS(3889), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3867), + [anon_sym_RBRACK] = ACTIONS(3869), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158457,104 +158082,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [804] = { - [sym_type_qualifier] = STATE(821), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4693), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(821), - [sym_identifier] = ACTIONS(3719), + [801] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4704), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3891), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3871), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3893), - [anon_sym_RBRACK] = ACTIONS(3895), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3875), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158582,104 +158207,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [805] = { - [sym_type_qualifier] = STATE(819), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4662), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(819), - [sym_identifier] = ACTIONS(3719), + [802] = { + [sym_type_qualifier] = STATE(822), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4714), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(822), + [sym_identifier] = ACTIONS(3877), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3897), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3879), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3899), - [anon_sym_RBRACK] = ACTIONS(3901), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3881), + [anon_sym_RBRACK] = ACTIONS(3883), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158707,104 +158332,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [806] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4692), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [803] = { + [sym_type_qualifier] = STATE(820), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4648), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(820), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3903), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3885), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3905), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3887), + [anon_sym_RBRACK] = ACTIONS(3889), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158832,104 +158457,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [807] = { - [sym_type_qualifier] = STATE(809), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4644), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(809), - [sym_identifier] = ACTIONS(3719), + [804] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4662), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3907), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3891), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3909), - [anon_sym_RBRACK] = ACTIONS(3911), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3893), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -158957,104 +158582,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [808] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4695), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [805] = { + [sym_type_qualifier] = STATE(822), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4714), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(822), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3913), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3879), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3915), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3881), + [anon_sym_RBRACK] = ACTIONS(3883), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -159082,104 +158707,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [809] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4734), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [806] = { + [sym_type_qualifier] = STATE(816), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4663), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(816), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3917), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3895), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3919), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3897), + [anon_sym_RBRACK] = ACTIONS(3899), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -159207,77 +158832,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [810] = { - [sym_function_definition] = STATE(629), - [sym_declaration] = STATE(629), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4728), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1846), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6127), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2686), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(629), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1852), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(629), - [sym_operator_cast] = STATE(6741), - [sym__constructor_specifiers] = STATE(1852), - [sym_operator_cast_definition] = STATE(629), - [sym_operator_cast_declaration] = STATE(629), - [sym_constructor_or_destructor_definition] = STATE(629), - [sym_constructor_or_destructor_declaration] = STATE(629), - [sym_friend_declaration] = STATE(629), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(629), - [sym_concept_definition] = STATE(629), - [sym_requires_clause] = STATE(827), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6741), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1852), - [sym_identifier] = ACTIONS(3845), + [807] = { + [sym_function_definition] = STATE(752), + [sym_declaration] = STATE(752), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4637), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1833), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6146), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2682), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(752), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1838), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(752), + [sym_operator_cast] = STATE(6740), + [sym__constructor_specifiers] = STATE(1838), + [sym_operator_cast_definition] = STATE(752), + [sym_operator_cast_declaration] = STATE(752), + [sym_constructor_or_destructor_definition] = STATE(752), + [sym_constructor_or_destructor_declaration] = STATE(752), + [sym_friend_declaration] = STATE(752), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(752), + [sym_concept_definition] = STATE(752), + [sym_requires_clause] = STATE(823), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6740), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1838), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -159288,7 +158913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -159312,7 +158937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3921), + [anon_sym_constexpr] = ACTIONS(3901), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -159338,98 +158963,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3923), + [anon_sym_template] = ACTIONS(3903), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3925), - [anon_sym_using] = ACTIONS(3927), - [anon_sym_concept] = ACTIONS(727), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_friend] = ACTIONS(3905), + [anon_sym_using] = ACTIONS(3907), + [anon_sym_concept] = ACTIONS(149), + [anon_sym_requires] = ACTIONS(3835), }, - [811] = { - [sym_type_qualifier] = STATE(817), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4654), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(817), - [sym_identifier] = ACTIONS(3719), + [808] = { + [sym_type_qualifier] = STATE(818), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4688), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(818), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3909), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3931), - [anon_sym_RBRACK] = ACTIONS(3933), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3911), + [anon_sym_RBRACK] = ACTIONS(3913), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -159457,229 +159082,229 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [812] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4731), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3935), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3937), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [809] = { + [sym_function_definition] = STATE(332), + [sym_declaration] = STATE(332), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1849), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6215), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(332), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1843), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(332), + [sym_operator_cast] = STATE(6737), + [sym__constructor_specifiers] = STATE(1843), + [sym_operator_cast_definition] = STATE(332), + [sym_operator_cast_declaration] = STATE(332), + [sym_constructor_or_destructor_definition] = STATE(332), + [sym_constructor_or_destructor_declaration] = STATE(332), + [sym_friend_declaration] = STATE(332), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(332), + [sym_concept_definition] = STATE(332), + [sym_requires_clause] = STATE(825), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(3827), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3915), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(3917), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3919), + [anon_sym_using] = ACTIONS(3921), + [anon_sym_concept] = ACTIONS(331), + [anon_sym_requires] = ACTIONS(3835), }, - [813] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4730), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [810] = { + [sym_type_qualifier] = STATE(801), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4703), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(801), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3939), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3923), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3941), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3925), + [anon_sym_RBRACK] = ACTIONS(3927), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -159707,104 +159332,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [814] = { - [sym_type_qualifier] = STATE(806), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4713), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(806), - [sym_identifier] = ACTIONS(3719), + [811] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4645), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3943), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3929), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3945), - [anon_sym_RBRACK] = ACTIONS(3947), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3931), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -159832,77 +159457,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [815] = { - [sym_function_definition] = STATE(756), - [sym_declaration] = STATE(756), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4697), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1838), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6177), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2699), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(756), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1835), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(756), - [sym_operator_cast] = STATE(6719), - [sym__constructor_specifiers] = STATE(1835), - [sym_operator_cast_definition] = STATE(756), - [sym_operator_cast_declaration] = STATE(756), - [sym_constructor_or_destructor_definition] = STATE(756), - [sym_constructor_or_destructor_declaration] = STATE(756), - [sym_friend_declaration] = STATE(756), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(756), - [sym_concept_definition] = STATE(756), - [sym_requires_clause] = STATE(830), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6719), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1835), - [sym_identifier] = ACTIONS(3845), + [812] = { + [sym_function_definition] = STATE(1917), + [sym_declaration] = STATE(1917), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4753), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1852), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6181), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2697), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(1917), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1847), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(1917), + [sym_operator_cast] = STATE(6734), + [sym__constructor_specifiers] = STATE(1847), + [sym_operator_cast_definition] = STATE(1917), + [sym_operator_cast_declaration] = STATE(1917), + [sym_constructor_or_destructor_definition] = STATE(1917), + [sym_constructor_or_destructor_declaration] = STATE(1917), + [sym_friend_declaration] = STATE(1917), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(1917), + [sym_concept_definition] = STATE(1917), + [sym_requires_clause] = STATE(831), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6734), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1847), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -159913,7 +159538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -159937,7 +159562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3949), + [anon_sym_constexpr] = ACTIONS(3675), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -159963,71 +159588,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3951), + [anon_sym_template] = ACTIONS(3677), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3953), - [anon_sym_using] = ACTIONS(3955), - [anon_sym_concept] = ACTIONS(149), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_friend] = ACTIONS(3679), + [anon_sym_using] = ACTIONS(3933), + [anon_sym_concept] = ACTIONS(3935), + [anon_sym_requires] = ACTIONS(3835), }, - [816] = { - [sym_function_definition] = STATE(554), - [sym_declaration] = STATE(554), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6198), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(554), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1833), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(554), - [sym_operator_cast] = STATE(6724), - [sym__constructor_specifiers] = STATE(1833), - [sym_operator_cast_definition] = STATE(554), - [sym_operator_cast_declaration] = STATE(554), - [sym_constructor_or_destructor_definition] = STATE(554), - [sym_constructor_or_destructor_declaration] = STATE(554), - [sym_friend_declaration] = STATE(554), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(554), - [sym_concept_definition] = STATE(554), - [sym_requires_clause] = STATE(826), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1833), - [sym_identifier] = ACTIONS(3845), + [813] = { + [sym_type_qualifier] = STATE(817), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4665), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(817), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3937), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_static] = ACTIONS(3939), + [anon_sym_RBRACK] = ACTIONS(3941), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [814] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4681), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3945), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [815] = { + [sym_function_definition] = STATE(598), + [sym_declaration] = STATE(598), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6143), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(598), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1841), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(598), + [sym_operator_cast] = STATE(6743), + [sym__constructor_specifiers] = STATE(1841), + [sym_operator_cast_definition] = STATE(598), + [sym_operator_cast_declaration] = STATE(598), + [sym_constructor_or_destructor_definition] = STATE(598), + [sym_constructor_or_destructor_declaration] = STATE(598), + [sym_friend_declaration] = STATE(598), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(598), + [sym_concept_definition] = STATE(598), + [sym_requires_clause] = STATE(829), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1841), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -160038,7 +159913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -160062,7 +159937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3947), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -160088,98 +159963,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3959), + [anon_sym_template] = ACTIONS(3949), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3961), - [anon_sym_using] = ACTIONS(3963), + [anon_sym_friend] = ACTIONS(3951), + [anon_sym_using] = ACTIONS(3953), [anon_sym_concept] = ACTIONS(235), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_requires] = ACTIONS(3835), + }, + [816] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4666), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3955), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, [817] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4746), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4667), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3965), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3959), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3967), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3961), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -160207,104 +160207,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [818] = { - [sym_type_qualifier] = STATE(795), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4753), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(795), - [sym_identifier] = ACTIONS(3719), + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4689), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3969), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3963), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3971), - [anon_sym_RBRACK] = ACTIONS(3973), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3965), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -160332,104 +160332,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [819] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4739), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4711), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3975), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3967), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3977), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3969), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -160457,104 +160457,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [820] = { - [sym_type_qualifier] = STATE(812), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4723), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(812), - [sym_identifier] = ACTIONS(3719), + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4675), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3857), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3971), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3859), - [anon_sym_RBRACK] = ACTIONS(3861), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3973), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -160582,202 +160582,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [821] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4649), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(3979), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3829), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_static] = ACTIONS(3831), - [anon_sym_RBRACK] = ACTIONS(3981), - [anon_sym_const] = ACTIONS(3835), - [anon_sym_constexpr] = ACTIONS(3835), - [anon_sym_volatile] = ACTIONS(3835), - [anon_sym_restrict] = ACTIONS(3835), - [anon_sym___restrict__] = ACTIONS(3835), - [anon_sym__Atomic] = ACTIONS(3835), - [anon_sym__Noreturn] = ACTIONS(3835), - [anon_sym_noreturn] = ACTIONS(3835), - [anon_sym__Nonnull] = ACTIONS(3835), - [anon_sym_mutable] = ACTIONS(3835), - [anon_sym_constinit] = ACTIONS(3835), - [anon_sym_consteval] = ACTIONS(3835), - [anon_sym_PROGMEM] = ACTIONS(3835), - [anon_sym_alignas] = ACTIONS(3837), - [anon_sym__Alignas] = ACTIONS(3837), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [822] = { - [sym_function_definition] = STATE(1734), - [sym_declaration] = STATE(1734), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4687), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1841), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2691), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(1734), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(1734), - [sym_operator_cast] = STATE(6715), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(1734), - [sym_operator_cast_declaration] = STATE(1734), - [sym_constructor_or_destructor_definition] = STATE(1734), - [sym_constructor_or_destructor_declaration] = STATE(1734), - [sym_friend_declaration] = STATE(1734), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(1734), - [sym_concept_definition] = STATE(1734), - [sym_requires_clause] = STATE(824), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3845), + [sym_function_definition] = STATE(657), + [sym_declaration] = STATE(657), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4750), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1850), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6136), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2692), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(657), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1846), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(657), + [sym_operator_cast] = STATE(6751), + [sym__constructor_specifiers] = STATE(1846), + [sym_operator_cast_definition] = STATE(657), + [sym_operator_cast_declaration] = STATE(657), + [sym_constructor_or_destructor_definition] = STATE(657), + [sym_constructor_or_destructor_declaration] = STATE(657), + [sym_friend_declaration] = STATE(657), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(657), + [sym_concept_definition] = STATE(657), + [sym_requires_clause] = STATE(827), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6751), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1846), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -160788,7 +160663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -160812,7 +160687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3263), + [anon_sym_constexpr] = ACTIONS(3975), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -160838,193 +160713,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3275), + [anon_sym_template] = ACTIONS(3977), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3277), - [anon_sym_using] = ACTIONS(3983), - [anon_sym_concept] = ACTIONS(3985), - [anon_sym_requires] = ACTIONS(3853), + [anon_sym_friend] = ACTIONS(3979), + [anon_sym_using] = ACTIONS(3981), + [anon_sym_concept] = ACTIONS(791), + [anon_sym_requires] = ACTIONS(3835), }, - [823] = { - [sym_function_definition] = STATE(1924), - [sym_declaration] = STATE(1924), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4708), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1850), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6162), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2698), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(1924), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1851), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(1924), - [sym_operator_cast] = STATE(6722), - [sym__constructor_specifiers] = STATE(1851), - [sym_operator_cast_definition] = STATE(1924), - [sym_operator_cast_declaration] = STATE(1924), - [sym_constructor_or_destructor_definition] = STATE(1924), - [sym_constructor_or_destructor_declaration] = STATE(1924), - [sym_friend_declaration] = STATE(1924), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(1924), - [sym_concept_definition] = STATE(1924), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6722), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1851), - [sym_identifier] = ACTIONS(3845), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(39), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3547), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [822] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4647), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(3983), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3839), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_static] = ACTIONS(3873), + [anon_sym_RBRACK] = ACTIONS(3985), + [anon_sym_const] = ACTIONS(3845), + [anon_sym_constexpr] = ACTIONS(3845), + [anon_sym_volatile] = ACTIONS(3845), + [anon_sym_restrict] = ACTIONS(3845), + [anon_sym___restrict__] = ACTIONS(3845), + [anon_sym__Atomic] = ACTIONS(3845), + [anon_sym__Noreturn] = ACTIONS(3845), + [anon_sym_noreturn] = ACTIONS(3845), + [anon_sym__Nonnull] = ACTIONS(3845), + [anon_sym_mutable] = ACTIONS(3845), + [anon_sym_constinit] = ACTIONS(3845), + [anon_sym_consteval] = ACTIONS(3845), + [anon_sym_PROGMEM] = ACTIONS(3845), + [anon_sym_alignas] = ACTIONS(3847), + [anon_sym__Alignas] = ACTIONS(3847), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3549), - [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3551), - [anon_sym_using] = ACTIONS(3849), - [anon_sym_concept] = ACTIONS(3851), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [824] = { - [sym_function_definition] = STATE(1736), - [sym_declaration] = STATE(1736), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4687), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1841), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6181), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2691), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(1736), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1839), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(1736), - [sym_operator_cast] = STATE(6715), - [sym__constructor_specifiers] = STATE(1839), - [sym_operator_cast_definition] = STATE(1736), - [sym_operator_cast_declaration] = STATE(1736), - [sym_constructor_or_destructor_definition] = STATE(1736), - [sym_constructor_or_destructor_declaration] = STATE(1736), - [sym_friend_declaration] = STATE(1736), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(1736), - [sym_concept_definition] = STATE(1736), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6715), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1839), - [sym_identifier] = ACTIONS(3845), + [823] = { + [sym_function_definition] = STATE(743), + [sym_declaration] = STATE(743), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4637), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1833), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6146), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2682), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(743), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1838), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(743), + [sym_operator_cast] = STATE(6740), + [sym__constructor_specifiers] = STATE(1838), + [sym_operator_cast_definition] = STATE(743), + [sym_operator_cast_declaration] = STATE(743), + [sym_constructor_or_destructor_definition] = STATE(743), + [sym_constructor_or_destructor_declaration] = STATE(743), + [sym_friend_declaration] = STATE(743), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(743), + [sym_concept_definition] = STATE(743), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6740), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1838), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161035,7 +160912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161059,7 +160936,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3263), + [anon_sym_constexpr] = ACTIONS(3901), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161085,59 +160962,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3275), + [anon_sym_template] = ACTIONS(3903), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3277), - [anon_sym_using] = ACTIONS(3983), - [anon_sym_concept] = ACTIONS(3985), + [anon_sym_friend] = ACTIONS(3905), + [anon_sym_using] = ACTIONS(3907), + [anon_sym_concept] = ACTIONS(149), }, - [825] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3190), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(3776), + [824] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3127), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(3767), [anon_sym_LPAREN2] = ACTIONS(3987), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(3990), @@ -161146,8 +161023,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3993), [anon_sym_AMP_AMP] = ACTIONS(2465), [anon_sym_AMP] = ACTIONS(3996), - [anon_sym___extension__] = ACTIONS(3779), - [anon_sym_COLON_COLON] = ACTIONS(3782), + [anon_sym___extension__] = ACTIONS(3770), + [anon_sym_COLON_COLON] = ACTIONS(3773), [anon_sym___based] = ACTIONS(2475), [anon_sym_LBRACK] = ACTIONS(3999), [anon_sym_const] = ACTIONS(2475), @@ -161214,63 +161091,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [826] = { - [sym_function_definition] = STATE(572), - [sym_declaration] = STATE(572), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4672), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), + [825] = { + [sym_function_definition] = STATE(310), + [sym_declaration] = STATE(310), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4749), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), [sym_ms_call_modifier] = STATE(1849), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6198), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2700), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(572), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1833), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(572), - [sym_operator_cast] = STATE(6724), - [sym__constructor_specifiers] = STATE(1833), - [sym_operator_cast_definition] = STATE(572), - [sym_operator_cast_declaration] = STATE(572), - [sym_constructor_or_destructor_definition] = STATE(572), - [sym_constructor_or_destructor_declaration] = STATE(572), - [sym_friend_declaration] = STATE(572), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(572), - [sym_concept_definition] = STATE(572), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6724), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1833), - [sym_identifier] = ACTIONS(3845), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6215), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2706), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(310), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1843), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(310), + [sym_operator_cast] = STATE(6737), + [sym__constructor_specifiers] = STATE(1843), + [sym_operator_cast_definition] = STATE(310), + [sym_operator_cast_declaration] = STATE(310), + [sym_constructor_or_destructor_definition] = STATE(310), + [sym_constructor_or_destructor_declaration] = STATE(310), + [sym_friend_declaration] = STATE(310), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(310), + [sym_concept_definition] = STATE(310), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6737), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1843), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161281,7 +161158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161305,7 +161182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3957), + [anon_sym_constexpr] = ACTIONS(3915), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161331,69 +161208,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3959), + [anon_sym_template] = ACTIONS(3917), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3961), - [anon_sym_using] = ACTIONS(3963), - [anon_sym_concept] = ACTIONS(235), + [anon_sym_friend] = ACTIONS(3919), + [anon_sym_using] = ACTIONS(3921), + [anon_sym_concept] = ACTIONS(331), }, - [827] = { - [sym_function_definition] = STATE(600), - [sym_declaration] = STATE(600), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4728), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1846), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6127), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2686), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(600), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1852), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(600), - [sym_operator_cast] = STATE(6741), - [sym__constructor_specifiers] = STATE(1852), - [sym_operator_cast_definition] = STATE(600), - [sym_operator_cast_declaration] = STATE(600), - [sym_constructor_or_destructor_definition] = STATE(600), - [sym_constructor_or_destructor_declaration] = STATE(600), - [sym_friend_declaration] = STATE(600), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(600), - [sym_concept_definition] = STATE(600), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6741), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1852), - [sym_identifier] = ACTIONS(3845), + [826] = { + [sym_function_definition] = STATE(2071), + [sym_declaration] = STATE(2071), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4751), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1851), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6187), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2690), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(2071), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1837), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(2071), + [sym_operator_cast] = STATE(6744), + [sym__constructor_specifiers] = STATE(1837), + [sym_operator_cast_definition] = STATE(2071), + [sym_operator_cast_declaration] = STATE(2071), + [sym_constructor_or_destructor_definition] = STATE(2071), + [sym_constructor_or_destructor_declaration] = STATE(2071), + [sym_friend_declaration] = STATE(2071), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(2071), + [sym_concept_definition] = STATE(2071), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6744), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1837), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161404,7 +161281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161428,7 +161305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3921), + [anon_sym_constexpr] = ACTIONS(3547), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161454,69 +161331,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3923), + [anon_sym_template] = ACTIONS(3549), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3925), - [anon_sym_using] = ACTIONS(3927), - [anon_sym_concept] = ACTIONS(727), + [anon_sym_friend] = ACTIONS(3551), + [anon_sym_using] = ACTIONS(3849), + [anon_sym_concept] = ACTIONS(3851), }, - [828] = { - [sym_function_definition] = STATE(1967), - [sym_declaration] = STATE(1967), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4670), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1847), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6208), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2706), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(1967), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1845), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(1967), + [827] = { + [sym_function_definition] = STATE(680), + [sym_declaration] = STATE(680), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4750), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1850), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6136), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2692), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(680), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1846), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(680), [sym_operator_cast] = STATE(6751), - [sym__constructor_specifiers] = STATE(1845), - [sym_operator_cast_definition] = STATE(1967), - [sym_operator_cast_declaration] = STATE(1967), - [sym_constructor_or_destructor_definition] = STATE(1967), - [sym_constructor_or_destructor_declaration] = STATE(1967), - [sym_friend_declaration] = STATE(1967), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(1967), - [sym_concept_definition] = STATE(1967), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), + [sym__constructor_specifiers] = STATE(1846), + [sym_operator_cast_definition] = STATE(680), + [sym_operator_cast_declaration] = STATE(680), + [sym_constructor_or_destructor_definition] = STATE(680), + [sym_constructor_or_destructor_declaration] = STATE(680), + [sym_friend_declaration] = STATE(680), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(680), + [sym_concept_definition] = STATE(680), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), [sym_qualified_operator_cast_identifier] = STATE(6751), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1845), - [sym_identifier] = ACTIONS(3845), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1846), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161527,7 +161404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161551,7 +161428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3667), + [anon_sym_constexpr] = ACTIONS(3975), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161577,69 +161454,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3669), + [anon_sym_template] = ACTIONS(3977), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3671), - [anon_sym_using] = ACTIONS(3881), - [anon_sym_concept] = ACTIONS(3883), + [anon_sym_friend] = ACTIONS(3979), + [anon_sym_using] = ACTIONS(3981), + [anon_sym_concept] = ACTIONS(791), }, - [829] = { - [sym_function_definition] = STATE(335), - [sym_declaration] = STATE(335), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4743), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1836), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6158), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2690), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(335), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1848), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(335), - [sym_operator_cast] = STATE(6712), - [sym__constructor_specifiers] = STATE(1848), - [sym_operator_cast_definition] = STATE(335), - [sym_operator_cast_declaration] = STATE(335), - [sym_constructor_or_destructor_definition] = STATE(335), - [sym_constructor_or_destructor_declaration] = STATE(335), - [sym_friend_declaration] = STATE(335), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(335), - [sym_concept_definition] = STATE(335), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6712), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1848), - [sym_identifier] = ACTIONS(3845), + [828] = { + [sym_function_definition] = STATE(1690), + [sym_declaration] = STATE(1690), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4752), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1834), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6134), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2696), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(1690), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1845), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(1690), + [sym_operator_cast] = STATE(6726), + [sym__constructor_specifiers] = STATE(1845), + [sym_operator_cast_definition] = STATE(1690), + [sym_operator_cast_declaration] = STATE(1690), + [sym_constructor_or_destructor_definition] = STATE(1690), + [sym_constructor_or_destructor_declaration] = STATE(1690), + [sym_friend_declaration] = STATE(1690), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(1690), + [sym_concept_definition] = STATE(1690), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6726), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1845), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161650,7 +161527,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161674,7 +161551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3863), + [anon_sym_constexpr] = ACTIONS(3263), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161700,69 +161577,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3865), + [anon_sym_template] = ACTIONS(3275), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3867), - [anon_sym_using] = ACTIONS(3869), - [anon_sym_concept] = ACTIONS(331), + [anon_sym_friend] = ACTIONS(3277), + [anon_sym_using] = ACTIONS(3831), + [anon_sym_concept] = ACTIONS(3833), }, - [830] = { - [sym_function_definition] = STATE(698), - [sym_declaration] = STATE(698), - [sym__declaration_modifiers] = STATE(2877), - [sym__declaration_specifiers] = STATE(4697), - [sym_attribute_specifier] = STATE(2877), - [sym_attribute_declaration] = STATE(2877), - [sym_ms_declspec_modifier] = STATE(2877), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(1838), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6177), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(2877), - [sym_type_qualifier] = STATE(2877), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2699), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym__empty_declaration] = STATE(698), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_explicit_function_specifier] = STATE(1835), - [sym_dependent_type] = STATE(2364), - [sym_template_declaration] = STATE(698), - [sym_operator_cast] = STATE(6719), - [sym__constructor_specifiers] = STATE(1835), - [sym_operator_cast_definition] = STATE(698), - [sym_operator_cast_declaration] = STATE(698), - [sym_constructor_or_destructor_definition] = STATE(698), - [sym_constructor_or_destructor_declaration] = STATE(698), - [sym_friend_declaration] = STATE(698), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_alias_declaration] = STATE(698), - [sym_concept_definition] = STATE(698), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5435), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_qualified_operator_cast_identifier] = STATE(6719), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [aux_sym_operator_cast_definition_repeat1] = STATE(1835), - [sym_identifier] = ACTIONS(3845), + [829] = { + [sym_function_definition] = STATE(632), + [sym_declaration] = STATE(632), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4744), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1848), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6143), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2704), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(632), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1841), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(632), + [sym_operator_cast] = STATE(6743), + [sym__constructor_specifiers] = STATE(1841), + [sym_operator_cast_definition] = STATE(632), + [sym_operator_cast_declaration] = STATE(632), + [sym_constructor_or_destructor_definition] = STATE(632), + [sym_constructor_or_destructor_declaration] = STATE(632), + [sym_friend_declaration] = STATE(632), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(632), + [sym_concept_definition] = STATE(632), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6743), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1841), + [sym_identifier] = ACTIONS(3827), [anon_sym_LPAREN2] = ACTIONS(3245), [anon_sym_TILDE] = ACTIONS(3247), [anon_sym_STAR] = ACTIONS(3249), @@ -161773,7 +161650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3847), + [anon_sym_COLON_COLON] = ACTIONS(3829), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), [anon_sym___based] = ACTIONS(51), @@ -161797,7 +161674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_thread_local] = ACTIONS(61), [anon_sym___thread] = ACTIONS(61), [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(3949), + [anon_sym_constexpr] = ACTIONS(3947), [anon_sym_volatile] = ACTIONS(65), [anon_sym_restrict] = ACTIONS(65), [anon_sym___restrict__] = ACTIONS(65), @@ -161823,58 +161700,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(127), [anon_sym_explicit] = ACTIONS(129), [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(3951), + [anon_sym_template] = ACTIONS(3949), [anon_sym_operator] = ACTIONS(135), - [anon_sym_friend] = ACTIONS(3953), - [anon_sym_using] = ACTIONS(3955), - [anon_sym_concept] = ACTIONS(149), + [anon_sym_friend] = ACTIONS(3951), + [anon_sym_using] = ACTIONS(3953), + [anon_sym_concept] = ACTIONS(235), }, - [831] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2966), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [830] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2977), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(4002), [anon_sym_LPAREN2] = ACTIONS(4005), [anon_sym_BANG] = ACTIONS(1984), @@ -161908,19 +161785,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -161933,10 +161810,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(2486), [anon_sym_template] = ACTIONS(2489), @@ -161949,55 +161826,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [831] = { + [sym_function_definition] = STATE(1931), + [sym_declaration] = STATE(1931), + [sym__declaration_modifiers] = STATE(2873), + [sym__declaration_specifiers] = STATE(4753), + [sym_attribute_specifier] = STATE(2873), + [sym_attribute_declaration] = STATE(2873), + [sym_ms_declspec_modifier] = STATE(2873), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(1852), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6181), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(2873), + [sym_type_qualifier] = STATE(2873), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2697), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym__empty_declaration] = STATE(1931), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_explicit_function_specifier] = STATE(1847), + [sym_dependent_type] = STATE(2367), + [sym_template_declaration] = STATE(1931), + [sym_operator_cast] = STATE(6734), + [sym__constructor_specifiers] = STATE(1847), + [sym_operator_cast_definition] = STATE(1931), + [sym_operator_cast_declaration] = STATE(1931), + [sym_constructor_or_destructor_definition] = STATE(1931), + [sym_constructor_or_destructor_declaration] = STATE(1931), + [sym_friend_declaration] = STATE(1931), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_alias_declaration] = STATE(1931), + [sym_concept_definition] = STATE(1931), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5460), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_qualified_operator_cast_identifier] = STATE(6734), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [aux_sym_operator_cast_definition_repeat1] = STATE(1847), + [sym_identifier] = ACTIONS(3827), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(39), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3829), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(3675), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(3677), + [anon_sym_operator] = ACTIONS(135), + [anon_sym_friend] = ACTIONS(3679), + [anon_sym_using] = ACTIONS(3933), + [anon_sym_concept] = ACTIONS(3935), }, [832] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4495), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4525), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(4017), [anon_sym_LPAREN2] = ACTIONS(4020), [anon_sym_BANG] = ACTIONS(4023), @@ -162197,129 +162197,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(4094), }, [834] = { - [sym_catch_clause] = STATE(835), - [aux_sym_constructor_try_statement_repeat1] = STATE(835), - [sym_identifier] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_else] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym___try] = ACTIONS(2556), - [anon_sym___leave] = ACTIONS(2556), - [anon_sym_not] = ACTIONS(2556), - [anon_sym_compl] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [anon_sym___alignof__] = ACTIONS(2556), - [anon_sym___alignof] = ACTIONS(2556), - [anon_sym__alignof] = ACTIONS(2556), - [anon_sym_alignof] = ACTIONS(2556), - [anon_sym__Alignof] = ACTIONS(2556), - [anon_sym_offsetof] = ACTIONS(2556), - [anon_sym__Generic] = ACTIONS(2556), - [anon_sym_asm] = ACTIONS(2556), - [anon_sym___asm__] = ACTIONS(2556), - [anon_sym___asm] = ACTIONS(2556), - [aux_sym_number_literal_token1] = ACTIONS(2558), - [aux_sym_number_literal_token2] = ACTIONS(2556), - [anon_sym_L_SQUOTE] = ACTIONS(2558), - [anon_sym_u_SQUOTE] = ACTIONS(2558), - [anon_sym_U_SQUOTE] = ACTIONS(2558), - [anon_sym_u8_SQUOTE] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2558), - [anon_sym_L_DQUOTE] = ACTIONS(2558), - [anon_sym_u_DQUOTE] = ACTIONS(2558), - [anon_sym_U_DQUOTE] = ACTIONS(2558), - [anon_sym_u8_DQUOTE] = ACTIONS(2558), - [anon_sym_DQUOTE] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [anon_sym_NULL] = ACTIONS(2556), - [anon_sym_nullptr] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [anon_sym_delete] = ACTIONS(2556), - [anon_sym_throw] = ACTIONS(2556), - [anon_sym_co_return] = ACTIONS(2556), - [anon_sym_co_yield] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(4100), - [anon_sym_R_DQUOTE] = ACTIONS(2558), - [anon_sym_LR_DQUOTE] = ACTIONS(2558), - [anon_sym_uR_DQUOTE] = ACTIONS(2558), - [anon_sym_UR_DQUOTE] = ACTIONS(2558), - [anon_sym_u8R_DQUOTE] = ACTIONS(2558), - [anon_sym_co_await] = ACTIONS(2556), - [anon_sym_new] = ACTIONS(2556), - [anon_sym_requires] = ACTIONS(2556), - [sym_this] = ACTIONS(2556), - }, - [835] = { - [sym_catch_clause] = STATE(835), - [aux_sym_constructor_try_statement_repeat1] = STATE(835), + [sym_catch_clause] = STATE(834), + [aux_sym_constructor_try_statement_repeat1] = STATE(834), [sym_identifier] = ACTIONS(2562), [anon_sym_LPAREN2] = ACTIONS(2564), [anon_sym_BANG] = ACTIONS(2564), @@ -162427,7 +162306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2562), [anon_sym_co_return] = ACTIONS(2562), [anon_sym_co_yield] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(4102), + [anon_sym_catch] = ACTIONS(4100), [anon_sym_R_DQUOTE] = ACTIONS(2564), [anon_sym_LR_DQUOTE] = ACTIONS(2564), [anon_sym_uR_DQUOTE] = ACTIONS(2564), @@ -162438,183 +162317,423 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2562), [sym_this] = ACTIONS(2562), }, + [835] = { + [sym_catch_clause] = STATE(834), + [aux_sym_constructor_try_statement_repeat1] = STATE(834), + [sym_identifier] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_BANG] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_DASH] = ACTIONS(2556), + [anon_sym_PLUS] = ACTIONS(2556), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2558), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym_LBRACE] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2556), + [anon_sym_else] = ACTIONS(2556), + [anon_sym_switch] = ACTIONS(2556), + [anon_sym_while] = ACTIONS(2556), + [anon_sym_do] = ACTIONS(2556), + [anon_sym_for] = ACTIONS(2556), + [anon_sym_return] = ACTIONS(2556), + [anon_sym_break] = ACTIONS(2556), + [anon_sym_continue] = ACTIONS(2556), + [anon_sym_goto] = ACTIONS(2556), + [anon_sym___try] = ACTIONS(2556), + [anon_sym___leave] = ACTIONS(2556), + [anon_sym_not] = ACTIONS(2556), + [anon_sym_compl] = ACTIONS(2556), + [anon_sym_DASH_DASH] = ACTIONS(2558), + [anon_sym_PLUS_PLUS] = ACTIONS(2558), + [anon_sym_sizeof] = ACTIONS(2556), + [anon_sym___alignof__] = ACTIONS(2556), + [anon_sym___alignof] = ACTIONS(2556), + [anon_sym__alignof] = ACTIONS(2556), + [anon_sym_alignof] = ACTIONS(2556), + [anon_sym__Alignof] = ACTIONS(2556), + [anon_sym_offsetof] = ACTIONS(2556), + [anon_sym__Generic] = ACTIONS(2556), + [anon_sym_asm] = ACTIONS(2556), + [anon_sym___asm__] = ACTIONS(2556), + [anon_sym___asm] = ACTIONS(2556), + [aux_sym_number_literal_token1] = ACTIONS(2558), + [aux_sym_number_literal_token2] = ACTIONS(2556), + [anon_sym_L_SQUOTE] = ACTIONS(2558), + [anon_sym_u_SQUOTE] = ACTIONS(2558), + [anon_sym_U_SQUOTE] = ACTIONS(2558), + [anon_sym_u8_SQUOTE] = ACTIONS(2558), + [anon_sym_SQUOTE] = ACTIONS(2558), + [anon_sym_L_DQUOTE] = ACTIONS(2558), + [anon_sym_u_DQUOTE] = ACTIONS(2558), + [anon_sym_U_DQUOTE] = ACTIONS(2558), + [anon_sym_u8_DQUOTE] = ACTIONS(2558), + [anon_sym_DQUOTE] = ACTIONS(2558), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [anon_sym_NULL] = ACTIONS(2556), + [anon_sym_nullptr] = ACTIONS(2556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_try] = ACTIONS(2556), + [anon_sym_delete] = ACTIONS(2556), + [anon_sym_throw] = ACTIONS(2556), + [anon_sym_co_return] = ACTIONS(2556), + [anon_sym_co_yield] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(4103), + [anon_sym_R_DQUOTE] = ACTIONS(2558), + [anon_sym_LR_DQUOTE] = ACTIONS(2558), + [anon_sym_uR_DQUOTE] = ACTIONS(2558), + [anon_sym_UR_DQUOTE] = ACTIONS(2558), + [anon_sym_u8R_DQUOTE] = ACTIONS(2558), + [anon_sym_co_await] = ACTIONS(2556), + [anon_sym_new] = ACTIONS(2556), + [anon_sym_requires] = ACTIONS(2556), + [sym_this] = ACTIONS(2556), + }, [836] = { - [sym_identifier] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_BANG] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_PLUS] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1966), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_else] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_goto] = ACTIONS(1968), - [anon_sym___try] = ACTIONS(1968), - [anon_sym___leave] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_compl] = ACTIONS(1968), - [anon_sym_DASH_DASH] = ACTIONS(1966), - [anon_sym_PLUS_PLUS] = ACTIONS(1966), - [anon_sym_sizeof] = ACTIONS(1968), - [anon_sym___alignof__] = ACTIONS(1968), - [anon_sym___alignof] = ACTIONS(1968), - [anon_sym__alignof] = ACTIONS(1968), - [anon_sym_alignof] = ACTIONS(1968), - [anon_sym__Alignof] = ACTIONS(1968), - [anon_sym_offsetof] = ACTIONS(1968), - [anon_sym__Generic] = ACTIONS(1968), - [anon_sym_asm] = ACTIONS(1968), - [anon_sym___asm__] = ACTIONS(1968), - [anon_sym___asm] = ACTIONS(1968), - [aux_sym_number_literal_token1] = ACTIONS(1966), - [aux_sym_number_literal_token2] = ACTIONS(1968), - [anon_sym_L_SQUOTE] = ACTIONS(1966), - [anon_sym_u_SQUOTE] = ACTIONS(1966), - [anon_sym_U_SQUOTE] = ACTIONS(1966), - [anon_sym_u8_SQUOTE] = ACTIONS(1966), - [anon_sym_SQUOTE] = ACTIONS(1966), - [anon_sym_L_DQUOTE] = ACTIONS(1966), - [anon_sym_u_DQUOTE] = ACTIONS(1966), - [anon_sym_U_DQUOTE] = ACTIONS(1966), - [anon_sym_u8_DQUOTE] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1966), - [sym_true] = ACTIONS(1968), - [sym_false] = ACTIONS(1968), - [anon_sym_NULL] = ACTIONS(1968), - [anon_sym_nullptr] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_delete] = ACTIONS(1968), - [anon_sym_throw] = ACTIONS(1968), - [anon_sym_co_return] = ACTIONS(1968), - [anon_sym_co_yield] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), - [anon_sym_R_DQUOTE] = ACTIONS(1966), - [anon_sym_LR_DQUOTE] = ACTIONS(1966), - [anon_sym_uR_DQUOTE] = ACTIONS(1966), - [anon_sym_UR_DQUOTE] = ACTIONS(1966), - [anon_sym_u8R_DQUOTE] = ACTIONS(1966), - [anon_sym_co_await] = ACTIONS(1968), - [anon_sym_new] = ACTIONS(1968), - [anon_sym_requires] = ACTIONS(1968), - [sym_this] = ACTIONS(1968), + [sym_identifier] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_DASH] = ACTIONS(2653), + [anon_sym_PLUS] = ACTIONS(2653), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2655), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_else] = ACTIONS(2653), + [anon_sym_switch] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_do] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_goto] = ACTIONS(2653), + [anon_sym___try] = ACTIONS(2653), + [anon_sym___leave] = ACTIONS(2653), + [anon_sym_not] = ACTIONS(2653), + [anon_sym_compl] = ACTIONS(2653), + [anon_sym_DASH_DASH] = ACTIONS(2655), + [anon_sym_PLUS_PLUS] = ACTIONS(2655), + [anon_sym_sizeof] = ACTIONS(2653), + [anon_sym___alignof__] = ACTIONS(2653), + [anon_sym___alignof] = ACTIONS(2653), + [anon_sym__alignof] = ACTIONS(2653), + [anon_sym_alignof] = ACTIONS(2653), + [anon_sym__Alignof] = ACTIONS(2653), + [anon_sym_offsetof] = ACTIONS(2653), + [anon_sym__Generic] = ACTIONS(2653), + [anon_sym_asm] = ACTIONS(2653), + [anon_sym___asm__] = ACTIONS(2653), + [anon_sym___asm] = ACTIONS(2653), + [aux_sym_number_literal_token1] = ACTIONS(2655), + [aux_sym_number_literal_token2] = ACTIONS(2653), + [anon_sym_L_SQUOTE] = ACTIONS(2655), + [anon_sym_u_SQUOTE] = ACTIONS(2655), + [anon_sym_U_SQUOTE] = ACTIONS(2655), + [anon_sym_u8_SQUOTE] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2655), + [anon_sym_L_DQUOTE] = ACTIONS(2655), + [anon_sym_u_DQUOTE] = ACTIONS(2655), + [anon_sym_U_DQUOTE] = ACTIONS(2655), + [anon_sym_u8_DQUOTE] = ACTIONS(2655), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym_true] = ACTIONS(2653), + [sym_false] = ACTIONS(2653), + [anon_sym_NULL] = ACTIONS(2653), + [anon_sym_nullptr] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [anon_sym_delete] = ACTIONS(2653), + [anon_sym_throw] = ACTIONS(2653), + [anon_sym_co_return] = ACTIONS(2653), + [anon_sym_co_yield] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + [anon_sym_R_DQUOTE] = ACTIONS(2655), + [anon_sym_LR_DQUOTE] = ACTIONS(2655), + [anon_sym_uR_DQUOTE] = ACTIONS(2655), + [anon_sym_UR_DQUOTE] = ACTIONS(2655), + [anon_sym_u8R_DQUOTE] = ACTIONS(2655), + [anon_sym_co_await] = ACTIONS(2653), + [anon_sym_new] = ACTIONS(2653), + [anon_sym_requires] = ACTIONS(2653), + [sym_this] = ACTIONS(2653), }, [837] = { - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6363), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3192), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3298), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5650), - [sym_qualified_identifier] = STATE(3311), - [sym_qualified_type_identifier] = STATE(7568), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2893), + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(1920), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1918), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_else] = ACTIONS(1920), + [anon_sym_switch] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_goto] = ACTIONS(1920), + [anon_sym___try] = ACTIONS(1920), + [anon_sym___leave] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_compl] = ACTIONS(1920), + [anon_sym_DASH_DASH] = ACTIONS(1918), + [anon_sym_PLUS_PLUS] = ACTIONS(1918), + [anon_sym_sizeof] = ACTIONS(1920), + [anon_sym___alignof__] = ACTIONS(1920), + [anon_sym___alignof] = ACTIONS(1920), + [anon_sym__alignof] = ACTIONS(1920), + [anon_sym_alignof] = ACTIONS(1920), + [anon_sym__Alignof] = ACTIONS(1920), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1920), + [anon_sym_asm] = ACTIONS(1920), + [anon_sym___asm__] = ACTIONS(1920), + [anon_sym___asm] = ACTIONS(1920), + [aux_sym_number_literal_token1] = ACTIONS(1918), + [aux_sym_number_literal_token2] = ACTIONS(1920), + [anon_sym_L_SQUOTE] = ACTIONS(1918), + [anon_sym_u_SQUOTE] = ACTIONS(1918), + [anon_sym_U_SQUOTE] = ACTIONS(1918), + [anon_sym_u8_SQUOTE] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1918), + [anon_sym_L_DQUOTE] = ACTIONS(1918), + [anon_sym_u_DQUOTE] = ACTIONS(1918), + [anon_sym_U_DQUOTE] = ACTIONS(1918), + [anon_sym_u8_DQUOTE] = ACTIONS(1918), + [anon_sym_DQUOTE] = ACTIONS(1918), + [sym_true] = ACTIONS(1920), + [sym_false] = ACTIONS(1920), + [anon_sym_NULL] = ACTIONS(1920), + [anon_sym_nullptr] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_delete] = ACTIONS(1920), + [anon_sym_throw] = ACTIONS(1920), + [anon_sym_co_return] = ACTIONS(1920), + [anon_sym_co_yield] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + [anon_sym_R_DQUOTE] = ACTIONS(1918), + [anon_sym_LR_DQUOTE] = ACTIONS(1918), + [anon_sym_uR_DQUOTE] = ACTIONS(1918), + [anon_sym_UR_DQUOTE] = ACTIONS(1918), + [anon_sym_u8R_DQUOTE] = ACTIONS(1918), + [anon_sym_co_await] = ACTIONS(1920), + [anon_sym_new] = ACTIONS(1920), + [anon_sym_requires] = ACTIONS(1920), + [sym_this] = ACTIONS(1920), + }, + [838] = { + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6384), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3262), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3304), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5645), + [sym_qualified_identifier] = STATE(3319), + [sym_qualified_type_identifier] = STATE(7615), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2879), [anon_sym_LPAREN2] = ACTIONS(1774), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1778), @@ -162623,7 +162742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1782), [anon_sym_AMP_AMP] = ACTIONS(29), [anon_sym_AMP] = ACTIONS(1784), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym___based] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(1794), @@ -162662,8 +162781,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), @@ -162676,186 +162795,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [838] = { - [sym_identifier] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_DASH] = ACTIONS(2667), - [anon_sym_PLUS] = ACTIONS(2667), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2669), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_else] = ACTIONS(2667), - [anon_sym_switch] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_do] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_goto] = ACTIONS(2667), - [anon_sym___try] = ACTIONS(2667), - [anon_sym___leave] = ACTIONS(2667), - [anon_sym_not] = ACTIONS(2667), - [anon_sym_compl] = ACTIONS(2667), - [anon_sym_DASH_DASH] = ACTIONS(2669), - [anon_sym_PLUS_PLUS] = ACTIONS(2669), - [anon_sym_sizeof] = ACTIONS(2667), - [anon_sym___alignof__] = ACTIONS(2667), - [anon_sym___alignof] = ACTIONS(2667), - [anon_sym__alignof] = ACTIONS(2667), - [anon_sym_alignof] = ACTIONS(2667), - [anon_sym__Alignof] = ACTIONS(2667), - [anon_sym_offsetof] = ACTIONS(2667), - [anon_sym__Generic] = ACTIONS(2667), - [anon_sym_asm] = ACTIONS(2667), - [anon_sym___asm__] = ACTIONS(2667), - [anon_sym___asm] = ACTIONS(2667), - [aux_sym_number_literal_token1] = ACTIONS(2669), - [aux_sym_number_literal_token2] = ACTIONS(2667), - [anon_sym_L_SQUOTE] = ACTIONS(2669), - [anon_sym_u_SQUOTE] = ACTIONS(2669), - [anon_sym_U_SQUOTE] = ACTIONS(2669), - [anon_sym_u8_SQUOTE] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2669), - [anon_sym_L_DQUOTE] = ACTIONS(2669), - [anon_sym_u_DQUOTE] = ACTIONS(2669), - [anon_sym_U_DQUOTE] = ACTIONS(2669), - [anon_sym_u8_DQUOTE] = ACTIONS(2669), - [anon_sym_DQUOTE] = ACTIONS(2669), - [sym_true] = ACTIONS(2667), - [sym_false] = ACTIONS(2667), - [anon_sym_NULL] = ACTIONS(2667), - [anon_sym_nullptr] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [anon_sym_delete] = ACTIONS(2667), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_co_return] = ACTIONS(2667), - [anon_sym_co_yield] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - [anon_sym_R_DQUOTE] = ACTIONS(2669), - [anon_sym_LR_DQUOTE] = ACTIONS(2669), - [anon_sym_uR_DQUOTE] = ACTIONS(2669), - [anon_sym_UR_DQUOTE] = ACTIONS(2669), - [anon_sym_u8R_DQUOTE] = ACTIONS(2669), - [anon_sym_co_await] = ACTIONS(2667), - [anon_sym_new] = ACTIONS(2667), - [anon_sym_requires] = ACTIONS(2667), - [sym_this] = ACTIONS(2667), - }, [839] = { - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6363), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3302), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5655), - [sym_qualified_identifier] = STATE(3303), - [sym_qualified_type_identifier] = STATE(7542), - [sym_operator_name] = STATE(5989), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2851), - [anon_sym_LPAREN2] = ACTIONS(2853), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6384), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3431), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5673), + [sym_qualified_identifier] = STATE(3432), + [sym_qualified_type_identifier] = STATE(7640), + [sym_operator_name] = STATE(5997), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2899), + [anon_sym_LPAREN2] = ACTIONS(2901), [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), [anon_sym_STAR] = ACTIONS(27), @@ -162870,19 +162870,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -162895,13 +162895,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), @@ -162911,1212 +162911,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, [840] = { - [sym_identifier] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_BANG] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_PLUS] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1970), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_else] = ACTIONS(1972), - [anon_sym_switch] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_goto] = ACTIONS(1972), - [anon_sym___try] = ACTIONS(1972), - [anon_sym___leave] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_compl] = ACTIONS(1972), - [anon_sym_DASH_DASH] = ACTIONS(1970), - [anon_sym_PLUS_PLUS] = ACTIONS(1970), - [anon_sym_sizeof] = ACTIONS(1972), - [anon_sym___alignof__] = ACTIONS(1972), - [anon_sym___alignof] = ACTIONS(1972), - [anon_sym__alignof] = ACTIONS(1972), - [anon_sym_alignof] = ACTIONS(1972), - [anon_sym__Alignof] = ACTIONS(1972), - [anon_sym_offsetof] = ACTIONS(1972), - [anon_sym__Generic] = ACTIONS(1972), - [anon_sym_asm] = ACTIONS(1972), - [anon_sym___asm__] = ACTIONS(1972), - [anon_sym___asm] = ACTIONS(1972), - [aux_sym_number_literal_token1] = ACTIONS(1970), - [aux_sym_number_literal_token2] = ACTIONS(1972), - [anon_sym_L_SQUOTE] = ACTIONS(1970), - [anon_sym_u_SQUOTE] = ACTIONS(1970), - [anon_sym_U_SQUOTE] = ACTIONS(1970), - [anon_sym_u8_SQUOTE] = ACTIONS(1970), - [anon_sym_SQUOTE] = ACTIONS(1970), - [anon_sym_L_DQUOTE] = ACTIONS(1970), - [anon_sym_u_DQUOTE] = ACTIONS(1970), - [anon_sym_U_DQUOTE] = ACTIONS(1970), - [anon_sym_u8_DQUOTE] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1970), - [sym_true] = ACTIONS(1972), - [sym_false] = ACTIONS(1972), - [anon_sym_NULL] = ACTIONS(1972), - [anon_sym_nullptr] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_delete] = ACTIONS(1972), - [anon_sym_throw] = ACTIONS(1972), - [anon_sym_co_return] = ACTIONS(1972), - [anon_sym_co_yield] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - [anon_sym_R_DQUOTE] = ACTIONS(1970), - [anon_sym_LR_DQUOTE] = ACTIONS(1970), - [anon_sym_uR_DQUOTE] = ACTIONS(1970), - [anon_sym_UR_DQUOTE] = ACTIONS(1970), - [anon_sym_u8R_DQUOTE] = ACTIONS(1970), - [anon_sym_co_await] = ACTIONS(1972), - [anon_sym_new] = ACTIONS(1972), - [anon_sym_requires] = ACTIONS(1972), - [sym_this] = ACTIONS(1972), + [sym_identifier] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_PLUS] = ACTIONS(1924), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1922), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_else] = ACTIONS(1924), + [anon_sym_switch] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_goto] = ACTIONS(1924), + [anon_sym___try] = ACTIONS(1924), + [anon_sym___leave] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_compl] = ACTIONS(1924), + [anon_sym_DASH_DASH] = ACTIONS(1922), + [anon_sym_PLUS_PLUS] = ACTIONS(1922), + [anon_sym_sizeof] = ACTIONS(1924), + [anon_sym___alignof__] = ACTIONS(1924), + [anon_sym___alignof] = ACTIONS(1924), + [anon_sym__alignof] = ACTIONS(1924), + [anon_sym_alignof] = ACTIONS(1924), + [anon_sym__Alignof] = ACTIONS(1924), + [anon_sym_offsetof] = ACTIONS(1924), + [anon_sym__Generic] = ACTIONS(1924), + [anon_sym_asm] = ACTIONS(1924), + [anon_sym___asm__] = ACTIONS(1924), + [anon_sym___asm] = ACTIONS(1924), + [aux_sym_number_literal_token1] = ACTIONS(1922), + [aux_sym_number_literal_token2] = ACTIONS(1924), + [anon_sym_L_SQUOTE] = ACTIONS(1922), + [anon_sym_u_SQUOTE] = ACTIONS(1922), + [anon_sym_U_SQUOTE] = ACTIONS(1922), + [anon_sym_u8_SQUOTE] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1922), + [anon_sym_L_DQUOTE] = ACTIONS(1922), + [anon_sym_u_DQUOTE] = ACTIONS(1922), + [anon_sym_U_DQUOTE] = ACTIONS(1922), + [anon_sym_u8_DQUOTE] = ACTIONS(1922), + [anon_sym_DQUOTE] = ACTIONS(1922), + [sym_true] = ACTIONS(1924), + [sym_false] = ACTIONS(1924), + [anon_sym_NULL] = ACTIONS(1924), + [anon_sym_nullptr] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_delete] = ACTIONS(1924), + [anon_sym_throw] = ACTIONS(1924), + [anon_sym_co_return] = ACTIONS(1924), + [anon_sym_co_yield] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + [anon_sym_R_DQUOTE] = ACTIONS(1922), + [anon_sym_LR_DQUOTE] = ACTIONS(1922), + [anon_sym_uR_DQUOTE] = ACTIONS(1922), + [anon_sym_UR_DQUOTE] = ACTIONS(1922), + [anon_sym_u8R_DQUOTE] = ACTIONS(1922), + [anon_sym_co_await] = ACTIONS(1924), + [anon_sym_new] = ACTIONS(1924), + [anon_sym_requires] = ACTIONS(1924), + [sym_this] = ACTIONS(1924), }, [841] = { - [sym_else_clause] = STATE(868), - [sym_identifier] = ACTIONS(2725), - [anon_sym_LPAREN2] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_TILDE] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2727), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym___extension__] = ACTIONS(2725), - [anon_sym_typedef] = ACTIONS(2725), - [anon_sym_virtual] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym___attribute__] = ACTIONS(2725), - [anon_sym___attribute] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2727), - [anon_sym___declspec] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_signed] = ACTIONS(2725), - [anon_sym_unsigned] = ACTIONS(2725), - [anon_sym_long] = ACTIONS(2725), - [anon_sym_short] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_register] = ACTIONS(2725), - [anon_sym_inline] = ACTIONS(2725), - [anon_sym___inline] = ACTIONS(2725), - [anon_sym___inline__] = ACTIONS(2725), - [anon_sym___forceinline] = ACTIONS(2725), - [anon_sym_thread_local] = ACTIONS(2725), - [anon_sym___thread] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_constexpr] = ACTIONS(2725), - [anon_sym_volatile] = ACTIONS(2725), - [anon_sym_restrict] = ACTIONS(2725), - [anon_sym___restrict__] = ACTIONS(2725), - [anon_sym__Atomic] = ACTIONS(2725), - [anon_sym__Noreturn] = ACTIONS(2725), - [anon_sym_noreturn] = ACTIONS(2725), - [anon_sym__Nonnull] = ACTIONS(2725), - [anon_sym_mutable] = ACTIONS(2725), - [anon_sym_constinit] = ACTIONS(2725), - [anon_sym_consteval] = ACTIONS(2725), - [anon_sym_PROGMEM] = ACTIONS(2725), - [anon_sym_alignas] = ACTIONS(2725), - [anon_sym__Alignas] = ACTIONS(2725), - [aux_sym_primitive_type_token1] = ACTIONS(2725), - [anon_sym_byte] = ACTIONS(2725), - [anon_sym_word] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_class] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), - [anon_sym_else] = ACTIONS(4105), - [anon_sym_switch] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_do] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_goto] = ACTIONS(2725), - [anon_sym___try] = ACTIONS(2725), - [anon_sym___leave] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2725), - [anon_sym_compl] = ACTIONS(2725), - [anon_sym_DASH_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2727), - [anon_sym_sizeof] = ACTIONS(2725), - [anon_sym___alignof__] = ACTIONS(2725), - [anon_sym___alignof] = ACTIONS(2725), - [anon_sym__alignof] = ACTIONS(2725), - [anon_sym_alignof] = ACTIONS(2725), - [anon_sym__Alignof] = ACTIONS(2725), - [anon_sym_offsetof] = ACTIONS(2725), - [anon_sym__Generic] = ACTIONS(2725), - [anon_sym_asm] = ACTIONS(2725), - [anon_sym___asm__] = ACTIONS(2725), - [anon_sym___asm] = ACTIONS(2725), - [aux_sym_number_literal_token1] = ACTIONS(2727), - [aux_sym_number_literal_token2] = ACTIONS(2725), - [anon_sym_L_SQUOTE] = ACTIONS(2727), - [anon_sym_u_SQUOTE] = ACTIONS(2727), - [anon_sym_U_SQUOTE] = ACTIONS(2727), - [anon_sym_u8_SQUOTE] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_L_DQUOTE] = ACTIONS(2727), - [anon_sym_u_DQUOTE] = ACTIONS(2727), - [anon_sym_U_DQUOTE] = ACTIONS(2727), - [anon_sym_u8_DQUOTE] = ACTIONS(2727), - [anon_sym_DQUOTE] = ACTIONS(2727), - [sym_true] = ACTIONS(2725), - [sym_false] = ACTIONS(2725), - [anon_sym_NULL] = ACTIONS(2725), - [anon_sym_nullptr] = ACTIONS(2725), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2725), - [anon_sym_decltype] = ACTIONS(2725), - [anon_sym_typename] = ACTIONS(2725), - [anon_sym_template] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [anon_sym_delete] = ACTIONS(2725), - [anon_sym_throw] = ACTIONS(2725), - [anon_sym_co_return] = ACTIONS(2725), - [anon_sym_co_yield] = ACTIONS(2725), - [anon_sym_R_DQUOTE] = ACTIONS(2727), - [anon_sym_LR_DQUOTE] = ACTIONS(2727), - [anon_sym_uR_DQUOTE] = ACTIONS(2727), - [anon_sym_UR_DQUOTE] = ACTIONS(2727), - [anon_sym_u8R_DQUOTE] = ACTIONS(2727), - [anon_sym_co_await] = ACTIONS(2725), - [anon_sym_new] = ACTIONS(2725), - [anon_sym_requires] = ACTIONS(2725), - [sym_this] = ACTIONS(2725), - }, - [842] = { - [sym_else_clause] = STATE(848), - [sym_identifier] = ACTIONS(2583), - [anon_sym_LPAREN2] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_TILDE] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_PLUS] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym___extension__] = ACTIONS(2583), - [anon_sym_typedef] = ACTIONS(2583), - [anon_sym_virtual] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym___attribute__] = ACTIONS(2583), - [anon_sym___attribute] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2585), - [anon_sym___declspec] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_signed] = ACTIONS(2583), - [anon_sym_unsigned] = ACTIONS(2583), - [anon_sym_long] = ACTIONS(2583), - [anon_sym_short] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_register] = ACTIONS(2583), - [anon_sym_inline] = ACTIONS(2583), - [anon_sym___inline] = ACTIONS(2583), - [anon_sym___inline__] = ACTIONS(2583), - [anon_sym___forceinline] = ACTIONS(2583), - [anon_sym_thread_local] = ACTIONS(2583), - [anon_sym___thread] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_constexpr] = ACTIONS(2583), - [anon_sym_volatile] = ACTIONS(2583), - [anon_sym_restrict] = ACTIONS(2583), - [anon_sym___restrict__] = ACTIONS(2583), - [anon_sym__Atomic] = ACTIONS(2583), - [anon_sym__Noreturn] = ACTIONS(2583), - [anon_sym_noreturn] = ACTIONS(2583), - [anon_sym__Nonnull] = ACTIONS(2583), - [anon_sym_mutable] = ACTIONS(2583), - [anon_sym_constinit] = ACTIONS(2583), - [anon_sym_consteval] = ACTIONS(2583), - [anon_sym_PROGMEM] = ACTIONS(2583), - [anon_sym_alignas] = ACTIONS(2583), - [anon_sym__Alignas] = ACTIONS(2583), - [aux_sym_primitive_type_token1] = ACTIONS(2583), - [anon_sym_byte] = ACTIONS(2583), - [anon_sym_word] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_class] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_else] = ACTIONS(4105), - [anon_sym_switch] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_do] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_goto] = ACTIONS(2583), - [anon_sym___try] = ACTIONS(2583), - [anon_sym___leave] = ACTIONS(2583), - [anon_sym_not] = ACTIONS(2583), - [anon_sym_compl] = ACTIONS(2583), - [anon_sym_DASH_DASH] = ACTIONS(2585), - [anon_sym_PLUS_PLUS] = ACTIONS(2585), - [anon_sym_sizeof] = ACTIONS(2583), - [anon_sym___alignof__] = ACTIONS(2583), - [anon_sym___alignof] = ACTIONS(2583), - [anon_sym__alignof] = ACTIONS(2583), - [anon_sym_alignof] = ACTIONS(2583), - [anon_sym__Alignof] = ACTIONS(2583), - [anon_sym_offsetof] = ACTIONS(2583), - [anon_sym__Generic] = ACTIONS(2583), - [anon_sym_asm] = ACTIONS(2583), - [anon_sym___asm__] = ACTIONS(2583), - [anon_sym___asm] = ACTIONS(2583), - [aux_sym_number_literal_token1] = ACTIONS(2585), - [aux_sym_number_literal_token2] = ACTIONS(2583), - [anon_sym_L_SQUOTE] = ACTIONS(2585), - [anon_sym_u_SQUOTE] = ACTIONS(2585), - [anon_sym_U_SQUOTE] = ACTIONS(2585), - [anon_sym_u8_SQUOTE] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_L_DQUOTE] = ACTIONS(2585), - [anon_sym_u_DQUOTE] = ACTIONS(2585), - [anon_sym_U_DQUOTE] = ACTIONS(2585), - [anon_sym_u8_DQUOTE] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(2585), - [sym_true] = ACTIONS(2583), - [sym_false] = ACTIONS(2583), - [anon_sym_NULL] = ACTIONS(2583), - [anon_sym_nullptr] = ACTIONS(2583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2583), - [anon_sym_decltype] = ACTIONS(2583), - [anon_sym_typename] = ACTIONS(2583), - [anon_sym_template] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [anon_sym_delete] = ACTIONS(2583), - [anon_sym_throw] = ACTIONS(2583), - [anon_sym_co_return] = ACTIONS(2583), - [anon_sym_co_yield] = ACTIONS(2583), - [anon_sym_R_DQUOTE] = ACTIONS(2585), - [anon_sym_LR_DQUOTE] = ACTIONS(2585), - [anon_sym_uR_DQUOTE] = ACTIONS(2585), - [anon_sym_UR_DQUOTE] = ACTIONS(2585), - [anon_sym_u8R_DQUOTE] = ACTIONS(2585), - [anon_sym_co_await] = ACTIONS(2583), - [anon_sym_new] = ACTIONS(2583), - [anon_sym_requires] = ACTIONS(2583), - [sym_this] = ACTIONS(2583), - }, - [843] = { - [sym_identifier] = ACTIONS(2869), - [anon_sym_LPAREN2] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_TILDE] = ACTIONS(2871), - [anon_sym_DASH] = ACTIONS(2869), - [anon_sym_PLUS] = ACTIONS(2869), - [anon_sym_STAR] = ACTIONS(2871), - [anon_sym_AMP] = ACTIONS(2871), - [anon_sym_SEMI] = ACTIONS(2871), - [anon_sym___extension__] = ACTIONS(2869), - [anon_sym_typedef] = ACTIONS(2869), - [anon_sym_virtual] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym___attribute__] = ACTIONS(2869), - [anon_sym___attribute] = ACTIONS(2869), - [anon_sym_COLON_COLON] = ACTIONS(2871), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), - [anon_sym___declspec] = ACTIONS(2869), - [anon_sym_LBRACE] = ACTIONS(2871), - [anon_sym_signed] = ACTIONS(2869), - [anon_sym_unsigned] = ACTIONS(2869), - [anon_sym_long] = ACTIONS(2869), - [anon_sym_short] = ACTIONS(2869), - [anon_sym_LBRACK] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2869), - [anon_sym_register] = ACTIONS(2869), - [anon_sym_inline] = ACTIONS(2869), - [anon_sym___inline] = ACTIONS(2869), - [anon_sym___inline__] = ACTIONS(2869), - [anon_sym___forceinline] = ACTIONS(2869), - [anon_sym_thread_local] = ACTIONS(2869), - [anon_sym___thread] = ACTIONS(2869), - [anon_sym_const] = ACTIONS(2869), - [anon_sym_constexpr] = ACTIONS(2869), - [anon_sym_volatile] = ACTIONS(2869), - [anon_sym_restrict] = ACTIONS(2869), - [anon_sym___restrict__] = ACTIONS(2869), - [anon_sym__Atomic] = ACTIONS(2869), - [anon_sym__Noreturn] = ACTIONS(2869), - [anon_sym_noreturn] = ACTIONS(2869), - [anon_sym__Nonnull] = ACTIONS(2869), - [anon_sym_mutable] = ACTIONS(2869), - [anon_sym_constinit] = ACTIONS(2869), - [anon_sym_consteval] = ACTIONS(2869), - [anon_sym_PROGMEM] = ACTIONS(2869), - [anon_sym_alignas] = ACTIONS(2869), - [anon_sym__Alignas] = ACTIONS(2869), - [aux_sym_primitive_type_token1] = ACTIONS(2869), - [anon_sym_byte] = ACTIONS(2869), - [anon_sym_word] = ACTIONS(2869), - [anon_sym_enum] = ACTIONS(2869), - [anon_sym_class] = ACTIONS(2869), - [anon_sym_struct] = ACTIONS(2869), - [anon_sym_union] = ACTIONS(2869), - [anon_sym_if] = ACTIONS(2869), - [anon_sym_else] = ACTIONS(2869), - [anon_sym_switch] = ACTIONS(2869), - [anon_sym_while] = ACTIONS(2869), - [anon_sym_do] = ACTIONS(2869), - [anon_sym_for] = ACTIONS(2869), - [anon_sym_return] = ACTIONS(2869), - [anon_sym_break] = ACTIONS(2869), - [anon_sym_continue] = ACTIONS(2869), - [anon_sym_goto] = ACTIONS(2869), - [anon_sym___try] = ACTIONS(2869), - [anon_sym___leave] = ACTIONS(2869), - [anon_sym_not] = ACTIONS(2869), - [anon_sym_compl] = ACTIONS(2869), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_sizeof] = ACTIONS(2869), - [anon_sym___alignof__] = ACTIONS(2869), - [anon_sym___alignof] = ACTIONS(2869), - [anon_sym__alignof] = ACTIONS(2869), - [anon_sym_alignof] = ACTIONS(2869), - [anon_sym__Alignof] = ACTIONS(2869), - [anon_sym_offsetof] = ACTIONS(2869), - [anon_sym__Generic] = ACTIONS(2869), - [anon_sym_asm] = ACTIONS(2869), - [anon_sym___asm__] = ACTIONS(2869), - [anon_sym___asm] = ACTIONS(2869), - [aux_sym_number_literal_token1] = ACTIONS(2871), - [aux_sym_number_literal_token2] = ACTIONS(2869), - [anon_sym_L_SQUOTE] = ACTIONS(2871), - [anon_sym_u_SQUOTE] = ACTIONS(2871), - [anon_sym_U_SQUOTE] = ACTIONS(2871), - [anon_sym_u8_SQUOTE] = ACTIONS(2871), - [anon_sym_SQUOTE] = ACTIONS(2871), - [anon_sym_L_DQUOTE] = ACTIONS(2871), - [anon_sym_u_DQUOTE] = ACTIONS(2871), - [anon_sym_U_DQUOTE] = ACTIONS(2871), - [anon_sym_u8_DQUOTE] = ACTIONS(2871), - [anon_sym_DQUOTE] = ACTIONS(2871), - [sym_true] = ACTIONS(2869), - [sym_false] = ACTIONS(2869), - [anon_sym_NULL] = ACTIONS(2869), - [anon_sym_nullptr] = ACTIONS(2869), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2869), - [anon_sym_decltype] = ACTIONS(2869), - [anon_sym_typename] = ACTIONS(2869), - [anon_sym_template] = ACTIONS(2869), - [anon_sym_try] = ACTIONS(2869), - [anon_sym_delete] = ACTIONS(2869), - [anon_sym_throw] = ACTIONS(2869), - [anon_sym_co_return] = ACTIONS(2869), - [anon_sym_co_yield] = ACTIONS(2869), - [anon_sym_R_DQUOTE] = ACTIONS(2871), - [anon_sym_LR_DQUOTE] = ACTIONS(2871), - [anon_sym_uR_DQUOTE] = ACTIONS(2871), - [anon_sym_UR_DQUOTE] = ACTIONS(2871), - [anon_sym_u8R_DQUOTE] = ACTIONS(2871), - [anon_sym_co_await] = ACTIONS(2869), - [anon_sym_new] = ACTIONS(2869), - [anon_sym_requires] = ACTIONS(2869), - [sym_this] = ACTIONS(2869), - }, - [844] = { - [sym_identifier] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2919), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2917), - [anon_sym_else] = ACTIONS(2917), - [anon_sym_switch] = ACTIONS(2917), - [anon_sym_while] = ACTIONS(2917), - [anon_sym_do] = ACTIONS(2917), - [anon_sym_for] = ACTIONS(2917), - [anon_sym_return] = ACTIONS(2917), - [anon_sym_break] = ACTIONS(2917), - [anon_sym_continue] = ACTIONS(2917), - [anon_sym_goto] = ACTIONS(2917), - [anon_sym___try] = ACTIONS(2917), - [anon_sym___leave] = ACTIONS(2917), - [anon_sym_not] = ACTIONS(2917), - [anon_sym_compl] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2919), - [anon_sym_sizeof] = ACTIONS(2917), - [anon_sym___alignof__] = ACTIONS(2917), - [anon_sym___alignof] = ACTIONS(2917), - [anon_sym__alignof] = ACTIONS(2917), - [anon_sym_alignof] = ACTIONS(2917), - [anon_sym__Alignof] = ACTIONS(2917), - [anon_sym_offsetof] = ACTIONS(2917), - [anon_sym__Generic] = ACTIONS(2917), - [anon_sym_asm] = ACTIONS(2917), - [anon_sym___asm__] = ACTIONS(2917), - [anon_sym___asm] = ACTIONS(2917), - [aux_sym_number_literal_token1] = ACTIONS(2919), - [aux_sym_number_literal_token2] = ACTIONS(2917), - [anon_sym_L_SQUOTE] = ACTIONS(2919), - [anon_sym_u_SQUOTE] = ACTIONS(2919), - [anon_sym_U_SQUOTE] = ACTIONS(2919), - [anon_sym_u8_SQUOTE] = ACTIONS(2919), - [anon_sym_SQUOTE] = ACTIONS(2919), - [anon_sym_L_DQUOTE] = ACTIONS(2919), - [anon_sym_u_DQUOTE] = ACTIONS(2919), - [anon_sym_U_DQUOTE] = ACTIONS(2919), - [anon_sym_u8_DQUOTE] = ACTIONS(2919), - [anon_sym_DQUOTE] = ACTIONS(2919), - [sym_true] = ACTIONS(2917), - [sym_false] = ACTIONS(2917), - [anon_sym_NULL] = ACTIONS(2917), - [anon_sym_nullptr] = ACTIONS(2917), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(2917), - [anon_sym_delete] = ACTIONS(2917), - [anon_sym_throw] = ACTIONS(2917), - [anon_sym_co_return] = ACTIONS(2917), - [anon_sym_co_yield] = ACTIONS(2917), - [anon_sym_R_DQUOTE] = ACTIONS(2919), - [anon_sym_LR_DQUOTE] = ACTIONS(2919), - [anon_sym_uR_DQUOTE] = ACTIONS(2919), - [anon_sym_UR_DQUOTE] = ACTIONS(2919), - [anon_sym_u8R_DQUOTE] = ACTIONS(2919), - [anon_sym_co_await] = ACTIONS(2917), - [anon_sym_new] = ACTIONS(2917), - [anon_sym_requires] = ACTIONS(2917), - [sym_this] = ACTIONS(2917), - }, - [845] = { - [sym_identifier] = ACTIONS(2809), - [anon_sym_LPAREN2] = ACTIONS(2811), - [anon_sym_BANG] = ACTIONS(2811), - [anon_sym_TILDE] = ACTIONS(2811), - [anon_sym_DASH] = ACTIONS(2809), - [anon_sym_PLUS] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2811), - [anon_sym_AMP] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2811), - [anon_sym___extension__] = ACTIONS(2809), - [anon_sym_typedef] = ACTIONS(2809), - [anon_sym_virtual] = ACTIONS(2809), - [anon_sym_extern] = ACTIONS(2809), - [anon_sym___attribute__] = ACTIONS(2809), - [anon_sym___attribute] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2811), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), - [anon_sym___declspec] = ACTIONS(2809), - [anon_sym_LBRACE] = ACTIONS(2811), - [anon_sym_signed] = ACTIONS(2809), - [anon_sym_unsigned] = ACTIONS(2809), - [anon_sym_long] = ACTIONS(2809), - [anon_sym_short] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_static] = ACTIONS(2809), - [anon_sym_register] = ACTIONS(2809), - [anon_sym_inline] = ACTIONS(2809), - [anon_sym___inline] = ACTIONS(2809), - [anon_sym___inline__] = ACTIONS(2809), - [anon_sym___forceinline] = ACTIONS(2809), - [anon_sym_thread_local] = ACTIONS(2809), - [anon_sym___thread] = ACTIONS(2809), - [anon_sym_const] = ACTIONS(2809), - [anon_sym_constexpr] = ACTIONS(2809), - [anon_sym_volatile] = ACTIONS(2809), - [anon_sym_restrict] = ACTIONS(2809), - [anon_sym___restrict__] = ACTIONS(2809), - [anon_sym__Atomic] = ACTIONS(2809), - [anon_sym__Noreturn] = ACTIONS(2809), - [anon_sym_noreturn] = ACTIONS(2809), - [anon_sym__Nonnull] = ACTIONS(2809), - [anon_sym_mutable] = ACTIONS(2809), - [anon_sym_constinit] = ACTIONS(2809), - [anon_sym_consteval] = ACTIONS(2809), - [anon_sym_PROGMEM] = ACTIONS(2809), - [anon_sym_alignas] = ACTIONS(2809), - [anon_sym__Alignas] = ACTIONS(2809), - [aux_sym_primitive_type_token1] = ACTIONS(2809), - [anon_sym_byte] = ACTIONS(2809), - [anon_sym_word] = ACTIONS(2809), - [anon_sym_enum] = ACTIONS(2809), - [anon_sym_class] = ACTIONS(2809), - [anon_sym_struct] = ACTIONS(2809), - [anon_sym_union] = ACTIONS(2809), - [anon_sym_if] = ACTIONS(2809), - [anon_sym_else] = ACTIONS(2809), - [anon_sym_switch] = ACTIONS(2809), - [anon_sym_while] = ACTIONS(2809), - [anon_sym_do] = ACTIONS(2809), - [anon_sym_for] = ACTIONS(2809), - [anon_sym_return] = ACTIONS(2809), - [anon_sym_break] = ACTIONS(2809), - [anon_sym_continue] = ACTIONS(2809), - [anon_sym_goto] = ACTIONS(2809), - [anon_sym___try] = ACTIONS(2809), - [anon_sym___leave] = ACTIONS(2809), - [anon_sym_not] = ACTIONS(2809), - [anon_sym_compl] = ACTIONS(2809), - [anon_sym_DASH_DASH] = ACTIONS(2811), - [anon_sym_PLUS_PLUS] = ACTIONS(2811), - [anon_sym_sizeof] = ACTIONS(2809), - [anon_sym___alignof__] = ACTIONS(2809), - [anon_sym___alignof] = ACTIONS(2809), - [anon_sym__alignof] = ACTIONS(2809), - [anon_sym_alignof] = ACTIONS(2809), - [anon_sym__Alignof] = ACTIONS(2809), - [anon_sym_offsetof] = ACTIONS(2809), - [anon_sym__Generic] = ACTIONS(2809), - [anon_sym_asm] = ACTIONS(2809), - [anon_sym___asm__] = ACTIONS(2809), - [anon_sym___asm] = ACTIONS(2809), - [aux_sym_number_literal_token1] = ACTIONS(2811), - [aux_sym_number_literal_token2] = ACTIONS(2809), - [anon_sym_L_SQUOTE] = ACTIONS(2811), - [anon_sym_u_SQUOTE] = ACTIONS(2811), - [anon_sym_U_SQUOTE] = ACTIONS(2811), - [anon_sym_u8_SQUOTE] = ACTIONS(2811), - [anon_sym_SQUOTE] = ACTIONS(2811), - [anon_sym_L_DQUOTE] = ACTIONS(2811), - [anon_sym_u_DQUOTE] = ACTIONS(2811), - [anon_sym_U_DQUOTE] = ACTIONS(2811), - [anon_sym_u8_DQUOTE] = ACTIONS(2811), - [anon_sym_DQUOTE] = ACTIONS(2811), - [sym_true] = ACTIONS(2809), - [sym_false] = ACTIONS(2809), - [anon_sym_NULL] = ACTIONS(2809), - [anon_sym_nullptr] = ACTIONS(2809), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2809), - [anon_sym_decltype] = ACTIONS(2809), - [anon_sym_typename] = ACTIONS(2809), - [anon_sym_template] = ACTIONS(2809), - [anon_sym_try] = ACTIONS(2809), - [anon_sym_delete] = ACTIONS(2809), - [anon_sym_throw] = ACTIONS(2809), - [anon_sym_co_return] = ACTIONS(2809), - [anon_sym_co_yield] = ACTIONS(2809), - [anon_sym_R_DQUOTE] = ACTIONS(2811), - [anon_sym_LR_DQUOTE] = ACTIONS(2811), - [anon_sym_uR_DQUOTE] = ACTIONS(2811), - [anon_sym_UR_DQUOTE] = ACTIONS(2811), - [anon_sym_u8R_DQUOTE] = ACTIONS(2811), - [anon_sym_co_await] = ACTIONS(2809), - [anon_sym_new] = ACTIONS(2809), - [anon_sym_requires] = ACTIONS(2809), - [sym_this] = ACTIONS(2809), - }, - [846] = { - [sym_identifier] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_PLUS] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2783), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_else] = ACTIONS(2781), - [anon_sym_switch] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_do] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_goto] = ACTIONS(2781), - [anon_sym___try] = ACTIONS(2781), - [anon_sym___leave] = ACTIONS(2781), - [anon_sym_not] = ACTIONS(2781), - [anon_sym_compl] = ACTIONS(2781), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_sizeof] = ACTIONS(2781), - [anon_sym___alignof__] = ACTIONS(2781), - [anon_sym___alignof] = ACTIONS(2781), - [anon_sym__alignof] = ACTIONS(2781), - [anon_sym_alignof] = ACTIONS(2781), - [anon_sym__Alignof] = ACTIONS(2781), - [anon_sym_offsetof] = ACTIONS(2781), - [anon_sym__Generic] = ACTIONS(2781), - [anon_sym_asm] = ACTIONS(2781), - [anon_sym___asm__] = ACTIONS(2781), - [anon_sym___asm] = ACTIONS(2781), - [aux_sym_number_literal_token1] = ACTIONS(2783), - [aux_sym_number_literal_token2] = ACTIONS(2781), - [anon_sym_L_SQUOTE] = ACTIONS(2783), - [anon_sym_u_SQUOTE] = ACTIONS(2783), - [anon_sym_U_SQUOTE] = ACTIONS(2783), - [anon_sym_u8_SQUOTE] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_L_DQUOTE] = ACTIONS(2783), - [anon_sym_u_DQUOTE] = ACTIONS(2783), - [anon_sym_U_DQUOTE] = ACTIONS(2783), - [anon_sym_u8_DQUOTE] = ACTIONS(2783), - [anon_sym_DQUOTE] = ACTIONS(2783), - [sym_true] = ACTIONS(2781), - [sym_false] = ACTIONS(2781), - [anon_sym_NULL] = ACTIONS(2781), - [anon_sym_nullptr] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [anon_sym_delete] = ACTIONS(2781), - [anon_sym_throw] = ACTIONS(2781), - [anon_sym_co_return] = ACTIONS(2781), - [anon_sym_co_yield] = ACTIONS(2781), - [anon_sym_R_DQUOTE] = ACTIONS(2783), - [anon_sym_LR_DQUOTE] = ACTIONS(2783), - [anon_sym_uR_DQUOTE] = ACTIONS(2783), - [anon_sym_UR_DQUOTE] = ACTIONS(2783), - [anon_sym_u8R_DQUOTE] = ACTIONS(2783), - [anon_sym_co_await] = ACTIONS(2781), - [anon_sym_new] = ACTIONS(2781), - [anon_sym_requires] = ACTIONS(2781), - [sym_this] = ACTIONS(2781), - }, - [847] = { - [sym_identifier] = ACTIONS(3823), - [anon_sym_LPAREN2] = ACTIONS(3825), - [anon_sym_BANG] = ACTIONS(3825), - [anon_sym_TILDE] = ACTIONS(3825), - [anon_sym_DASH] = ACTIONS(3823), - [anon_sym_PLUS] = ACTIONS(3823), - [anon_sym_STAR] = ACTIONS(3825), - [anon_sym_AMP] = ACTIONS(3825), - [anon_sym_SEMI] = ACTIONS(3825), - [anon_sym___extension__] = ACTIONS(3823), - [anon_sym_virtual] = ACTIONS(3823), - [anon_sym_extern] = ACTIONS(3823), - [anon_sym___attribute__] = ACTIONS(3823), - [anon_sym___attribute] = ACTIONS(3823), - [anon_sym_COLON_COLON] = ACTIONS(3825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3825), - [anon_sym___declspec] = ACTIONS(3823), - [anon_sym_LBRACE] = ACTIONS(3825), - [anon_sym_signed] = ACTIONS(3823), - [anon_sym_unsigned] = ACTIONS(3823), - [anon_sym_long] = ACTIONS(3823), - [anon_sym_short] = ACTIONS(3823), - [anon_sym_LBRACK] = ACTIONS(3823), - [anon_sym_static] = ACTIONS(3823), - [anon_sym_register] = ACTIONS(3823), - [anon_sym_inline] = ACTIONS(3823), - [anon_sym___inline] = ACTIONS(3823), - [anon_sym___inline__] = ACTIONS(3823), - [anon_sym___forceinline] = ACTIONS(3823), - [anon_sym_thread_local] = ACTIONS(3823), - [anon_sym___thread] = ACTIONS(3823), - [anon_sym_const] = ACTIONS(3823), - [anon_sym_constexpr] = ACTIONS(3823), - [anon_sym_volatile] = ACTIONS(3823), - [anon_sym_restrict] = ACTIONS(3823), - [anon_sym___restrict__] = ACTIONS(3823), - [anon_sym__Atomic] = ACTIONS(3823), - [anon_sym__Noreturn] = ACTIONS(3823), - [anon_sym_noreturn] = ACTIONS(3823), - [anon_sym__Nonnull] = ACTIONS(3823), - [anon_sym_mutable] = ACTIONS(3823), - [anon_sym_constinit] = ACTIONS(3823), - [anon_sym_consteval] = ACTIONS(3823), - [anon_sym_PROGMEM] = ACTIONS(3823), - [anon_sym_alignas] = ACTIONS(3823), - [anon_sym__Alignas] = ACTIONS(3823), - [aux_sym_primitive_type_token1] = ACTIONS(3823), - [anon_sym_byte] = ACTIONS(3823), - [anon_sym_word] = ACTIONS(3823), - [anon_sym_enum] = ACTIONS(3823), - [anon_sym_class] = ACTIONS(3823), - [anon_sym_struct] = ACTIONS(3823), - [anon_sym_union] = ACTIONS(3823), - [anon_sym_if] = ACTIONS(3823), - [anon_sym_switch] = ACTIONS(3823), - [anon_sym_case] = ACTIONS(3823), - [anon_sym_default] = ACTIONS(3823), - [anon_sym_while] = ACTIONS(3823), - [anon_sym_do] = ACTIONS(3823), - [anon_sym_for] = ACTIONS(3823), - [anon_sym_return] = ACTIONS(3823), - [anon_sym_break] = ACTIONS(3823), - [anon_sym_continue] = ACTIONS(3823), - [anon_sym_goto] = ACTIONS(3823), - [anon_sym___try] = ACTIONS(3823), - [anon_sym___leave] = ACTIONS(3823), - [anon_sym_not] = ACTIONS(3823), - [anon_sym_compl] = ACTIONS(3823), - [anon_sym_DASH_DASH] = ACTIONS(3825), - [anon_sym_PLUS_PLUS] = ACTIONS(3825), - [anon_sym_sizeof] = ACTIONS(3823), - [anon_sym___alignof__] = ACTIONS(3823), - [anon_sym___alignof] = ACTIONS(3823), - [anon_sym__alignof] = ACTIONS(3823), - [anon_sym_alignof] = ACTIONS(3823), - [anon_sym__Alignof] = ACTIONS(3823), - [anon_sym_offsetof] = ACTIONS(3823), - [anon_sym__Generic] = ACTIONS(3823), - [anon_sym_asm] = ACTIONS(3823), - [anon_sym___asm__] = ACTIONS(3823), - [anon_sym___asm] = ACTIONS(3823), - [aux_sym_number_literal_token1] = ACTIONS(3825), - [aux_sym_number_literal_token2] = ACTIONS(3823), - [anon_sym_L_SQUOTE] = ACTIONS(3825), - [anon_sym_u_SQUOTE] = ACTIONS(3825), - [anon_sym_U_SQUOTE] = ACTIONS(3825), - [anon_sym_u8_SQUOTE] = ACTIONS(3825), - [anon_sym_SQUOTE] = ACTIONS(3825), - [anon_sym_L_DQUOTE] = ACTIONS(3825), - [anon_sym_u_DQUOTE] = ACTIONS(3825), - [anon_sym_U_DQUOTE] = ACTIONS(3825), - [anon_sym_u8_DQUOTE] = ACTIONS(3825), - [anon_sym_DQUOTE] = ACTIONS(3825), - [sym_true] = ACTIONS(3823), - [sym_false] = ACTIONS(3823), - [anon_sym_NULL] = ACTIONS(3823), - [anon_sym_nullptr] = ACTIONS(3823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3823), - [anon_sym_decltype] = ACTIONS(3823), - [anon_sym_typename] = ACTIONS(3823), - [anon_sym_template] = ACTIONS(3823), - [anon_sym_try] = ACTIONS(3823), - [anon_sym_delete] = ACTIONS(3823), - [anon_sym_throw] = ACTIONS(3823), - [anon_sym_co_return] = ACTIONS(3823), - [anon_sym_co_yield] = ACTIONS(3823), - [anon_sym_R_DQUOTE] = ACTIONS(3825), - [anon_sym_LR_DQUOTE] = ACTIONS(3825), - [anon_sym_uR_DQUOTE] = ACTIONS(3825), - [anon_sym_UR_DQUOTE] = ACTIONS(3825), - [anon_sym_u8R_DQUOTE] = ACTIONS(3825), - [anon_sym_co_await] = ACTIONS(3823), - [anon_sym_new] = ACTIONS(3823), - [anon_sym_requires] = ACTIONS(3823), - [sym_this] = ACTIONS(3823), - }, - [848] = { - [sym_identifier] = ACTIONS(2827), - [anon_sym_LPAREN2] = ACTIONS(2829), - [anon_sym_BANG] = ACTIONS(2829), - [anon_sym_TILDE] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2827), - [anon_sym_PLUS] = ACTIONS(2827), - [anon_sym_STAR] = ACTIONS(2829), - [anon_sym_AMP] = ACTIONS(2829), - [anon_sym_SEMI] = ACTIONS(2829), - [anon_sym___extension__] = ACTIONS(2827), - [anon_sym_typedef] = ACTIONS(2827), - [anon_sym_virtual] = ACTIONS(2827), - [anon_sym_extern] = ACTIONS(2827), - [anon_sym___attribute__] = ACTIONS(2827), - [anon_sym___attribute] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2829), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2829), - [anon_sym___declspec] = ACTIONS(2827), - [anon_sym_LBRACE] = ACTIONS(2829), - [anon_sym_signed] = ACTIONS(2827), - [anon_sym_unsigned] = ACTIONS(2827), - [anon_sym_long] = ACTIONS(2827), - [anon_sym_short] = ACTIONS(2827), - [anon_sym_LBRACK] = ACTIONS(2827), - [anon_sym_static] = ACTIONS(2827), - [anon_sym_register] = ACTIONS(2827), - [anon_sym_inline] = ACTIONS(2827), - [anon_sym___inline] = ACTIONS(2827), - [anon_sym___inline__] = ACTIONS(2827), - [anon_sym___forceinline] = ACTIONS(2827), - [anon_sym_thread_local] = ACTIONS(2827), - [anon_sym___thread] = ACTIONS(2827), - [anon_sym_const] = ACTIONS(2827), - [anon_sym_constexpr] = ACTIONS(2827), - [anon_sym_volatile] = ACTIONS(2827), - [anon_sym_restrict] = ACTIONS(2827), - [anon_sym___restrict__] = ACTIONS(2827), - [anon_sym__Atomic] = ACTIONS(2827), - [anon_sym__Noreturn] = ACTIONS(2827), - [anon_sym_noreturn] = ACTIONS(2827), - [anon_sym__Nonnull] = ACTIONS(2827), - [anon_sym_mutable] = ACTIONS(2827), - [anon_sym_constinit] = ACTIONS(2827), - [anon_sym_consteval] = ACTIONS(2827), - [anon_sym_PROGMEM] = ACTIONS(2827), - [anon_sym_alignas] = ACTIONS(2827), - [anon_sym__Alignas] = ACTIONS(2827), - [aux_sym_primitive_type_token1] = ACTIONS(2827), - [anon_sym_byte] = ACTIONS(2827), - [anon_sym_word] = ACTIONS(2827), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_class] = ACTIONS(2827), - [anon_sym_struct] = ACTIONS(2827), - [anon_sym_union] = ACTIONS(2827), - [anon_sym_if] = ACTIONS(2827), - [anon_sym_else] = ACTIONS(2827), - [anon_sym_switch] = ACTIONS(2827), - [anon_sym_while] = ACTIONS(2827), - [anon_sym_do] = ACTIONS(2827), - [anon_sym_for] = ACTIONS(2827), - [anon_sym_return] = ACTIONS(2827), - [anon_sym_break] = ACTIONS(2827), - [anon_sym_continue] = ACTIONS(2827), - [anon_sym_goto] = ACTIONS(2827), - [anon_sym___try] = ACTIONS(2827), - [anon_sym___leave] = ACTIONS(2827), - [anon_sym_not] = ACTIONS(2827), - [anon_sym_compl] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2829), - [anon_sym_sizeof] = ACTIONS(2827), - [anon_sym___alignof__] = ACTIONS(2827), - [anon_sym___alignof] = ACTIONS(2827), - [anon_sym__alignof] = ACTIONS(2827), - [anon_sym_alignof] = ACTIONS(2827), - [anon_sym__Alignof] = ACTIONS(2827), - [anon_sym_offsetof] = ACTIONS(2827), - [anon_sym__Generic] = ACTIONS(2827), - [anon_sym_asm] = ACTIONS(2827), - [anon_sym___asm__] = ACTIONS(2827), - [anon_sym___asm] = ACTIONS(2827), - [aux_sym_number_literal_token1] = ACTIONS(2829), - [aux_sym_number_literal_token2] = ACTIONS(2827), - [anon_sym_L_SQUOTE] = ACTIONS(2829), - [anon_sym_u_SQUOTE] = ACTIONS(2829), - [anon_sym_U_SQUOTE] = ACTIONS(2829), - [anon_sym_u8_SQUOTE] = ACTIONS(2829), - [anon_sym_SQUOTE] = ACTIONS(2829), - [anon_sym_L_DQUOTE] = ACTIONS(2829), - [anon_sym_u_DQUOTE] = ACTIONS(2829), - [anon_sym_U_DQUOTE] = ACTIONS(2829), - [anon_sym_u8_DQUOTE] = ACTIONS(2829), - [anon_sym_DQUOTE] = ACTIONS(2829), - [sym_true] = ACTIONS(2827), - [sym_false] = ACTIONS(2827), - [anon_sym_NULL] = ACTIONS(2827), - [anon_sym_nullptr] = ACTIONS(2827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2827), - [anon_sym_decltype] = ACTIONS(2827), - [anon_sym_typename] = ACTIONS(2827), - [anon_sym_template] = ACTIONS(2827), - [anon_sym_try] = ACTIONS(2827), - [anon_sym_delete] = ACTIONS(2827), - [anon_sym_throw] = ACTIONS(2827), - [anon_sym_co_return] = ACTIONS(2827), - [anon_sym_co_yield] = ACTIONS(2827), - [anon_sym_R_DQUOTE] = ACTIONS(2829), - [anon_sym_LR_DQUOTE] = ACTIONS(2829), - [anon_sym_uR_DQUOTE] = ACTIONS(2829), - [anon_sym_UR_DQUOTE] = ACTIONS(2829), - [anon_sym_u8R_DQUOTE] = ACTIONS(2829), - [anon_sym_co_await] = ACTIONS(2827), - [anon_sym_new] = ACTIONS(2827), - [anon_sym_requires] = ACTIONS(2827), - [sym_this] = ACTIONS(2827), - }, - [849] = { - [sym_identifier] = ACTIONS(2897), - [anon_sym_LPAREN2] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_PLUS] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2899), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym___extension__] = ACTIONS(2897), - [anon_sym_typedef] = ACTIONS(2897), - [anon_sym_virtual] = ACTIONS(2897), - [anon_sym_extern] = ACTIONS(2897), - [anon_sym___attribute__] = ACTIONS(2897), - [anon_sym___attribute] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2899), - [anon_sym___declspec] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_signed] = ACTIONS(2897), - [anon_sym_unsigned] = ACTIONS(2897), - [anon_sym_long] = ACTIONS(2897), - [anon_sym_short] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_static] = ACTIONS(2897), - [anon_sym_register] = ACTIONS(2897), - [anon_sym_inline] = ACTIONS(2897), - [anon_sym___inline] = ACTIONS(2897), - [anon_sym___inline__] = ACTIONS(2897), - [anon_sym___forceinline] = ACTIONS(2897), - [anon_sym_thread_local] = ACTIONS(2897), - [anon_sym___thread] = ACTIONS(2897), - [anon_sym_const] = ACTIONS(2897), - [anon_sym_constexpr] = ACTIONS(2897), - [anon_sym_volatile] = ACTIONS(2897), - [anon_sym_restrict] = ACTIONS(2897), - [anon_sym___restrict__] = ACTIONS(2897), - [anon_sym__Atomic] = ACTIONS(2897), - [anon_sym__Noreturn] = ACTIONS(2897), - [anon_sym_noreturn] = ACTIONS(2897), - [anon_sym__Nonnull] = ACTIONS(2897), - [anon_sym_mutable] = ACTIONS(2897), - [anon_sym_constinit] = ACTIONS(2897), - [anon_sym_consteval] = ACTIONS(2897), - [anon_sym_PROGMEM] = ACTIONS(2897), - [anon_sym_alignas] = ACTIONS(2897), - [anon_sym__Alignas] = ACTIONS(2897), - [aux_sym_primitive_type_token1] = ACTIONS(2897), - [anon_sym_byte] = ACTIONS(2897), - [anon_sym_word] = ACTIONS(2897), - [anon_sym_enum] = ACTIONS(2897), - [anon_sym_class] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2897), - [anon_sym_union] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2897), - [anon_sym_else] = ACTIONS(2897), - [anon_sym_switch] = ACTIONS(2897), - [anon_sym_while] = ACTIONS(2897), - [anon_sym_do] = ACTIONS(2897), - [anon_sym_for] = ACTIONS(2897), - [anon_sym_return] = ACTIONS(2897), - [anon_sym_break] = ACTIONS(2897), - [anon_sym_continue] = ACTIONS(2897), - [anon_sym_goto] = ACTIONS(2897), - [anon_sym___try] = ACTIONS(2897), - [anon_sym___leave] = ACTIONS(2897), - [anon_sym_not] = ACTIONS(2897), - [anon_sym_compl] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_sizeof] = ACTIONS(2897), - [anon_sym___alignof__] = ACTIONS(2897), - [anon_sym___alignof] = ACTIONS(2897), - [anon_sym__alignof] = ACTIONS(2897), - [anon_sym_alignof] = ACTIONS(2897), - [anon_sym__Alignof] = ACTIONS(2897), - [anon_sym_offsetof] = ACTIONS(2897), - [anon_sym__Generic] = ACTIONS(2897), - [anon_sym_asm] = ACTIONS(2897), - [anon_sym___asm__] = ACTIONS(2897), - [anon_sym___asm] = ACTIONS(2897), - [aux_sym_number_literal_token1] = ACTIONS(2899), - [aux_sym_number_literal_token2] = ACTIONS(2897), - [anon_sym_L_SQUOTE] = ACTIONS(2899), - [anon_sym_u_SQUOTE] = ACTIONS(2899), - [anon_sym_U_SQUOTE] = ACTIONS(2899), - [anon_sym_u8_SQUOTE] = ACTIONS(2899), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_L_DQUOTE] = ACTIONS(2899), - [anon_sym_u_DQUOTE] = ACTIONS(2899), - [anon_sym_U_DQUOTE] = ACTIONS(2899), - [anon_sym_u8_DQUOTE] = ACTIONS(2899), - [anon_sym_DQUOTE] = ACTIONS(2899), - [sym_true] = ACTIONS(2897), - [sym_false] = ACTIONS(2897), - [anon_sym_NULL] = ACTIONS(2897), - [anon_sym_nullptr] = ACTIONS(2897), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2897), - [anon_sym_decltype] = ACTIONS(2897), - [anon_sym_typename] = ACTIONS(2897), - [anon_sym_template] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(2897), - [anon_sym_delete] = ACTIONS(2897), - [anon_sym_throw] = ACTIONS(2897), - [anon_sym_co_return] = ACTIONS(2897), - [anon_sym_co_yield] = ACTIONS(2897), - [anon_sym_R_DQUOTE] = ACTIONS(2899), - [anon_sym_LR_DQUOTE] = ACTIONS(2899), - [anon_sym_uR_DQUOTE] = ACTIONS(2899), - [anon_sym_UR_DQUOTE] = ACTIONS(2899), - [anon_sym_u8R_DQUOTE] = ACTIONS(2899), - [anon_sym_co_await] = ACTIONS(2897), - [anon_sym_new] = ACTIONS(2897), - [anon_sym_requires] = ACTIONS(2897), - [sym_this] = ACTIONS(2897), - }, - [850] = { + [sym_else_clause] = STATE(880), [sym_identifier] = ACTIONS(2753), - [anon_sym_LPAREN2] = ACTIONS(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2758), + [anon_sym_LPAREN2] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_TILDE] = ACTIONS(2755), [anon_sym_DASH] = ACTIONS(2753), [anon_sym_PLUS] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_SEMI] = ACTIONS(2758), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2755), + [anon_sym_SEMI] = ACTIONS(2755), [anon_sym___extension__] = ACTIONS(2753), [anon_sym_typedef] = ACTIONS(2753), [anon_sym_virtual] = ACTIONS(2753), [anon_sym_extern] = ACTIONS(2753), [anon_sym___attribute__] = ACTIONS(2753), [anon_sym___attribute] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2758), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2755), [anon_sym___declspec] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2758), + [anon_sym_LBRACE] = ACTIONS(2755), [anon_sym_signed] = ACTIONS(2753), [anon_sym_unsigned] = ACTIONS(2753), [anon_sym_long] = ACTIONS(2753), @@ -164153,7 +163090,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(2753), [anon_sym_union] = ACTIONS(2753), [anon_sym_if] = ACTIONS(2753), - [anon_sym_else] = ACTIONS(2753), + [anon_sym_else] = ACTIONS(4105), [anon_sym_switch] = ACTIONS(2753), [anon_sym_while] = ACTIONS(2753), [anon_sym_do] = ACTIONS(2753), @@ -164166,8 +163103,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___leave] = ACTIONS(2753), [anon_sym_not] = ACTIONS(2753), [anon_sym_compl] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2758), - [anon_sym_PLUS_PLUS] = ACTIONS(2758), + [anon_sym_DASH_DASH] = ACTIONS(2755), + [anon_sym_PLUS_PLUS] = ACTIONS(2755), [anon_sym_sizeof] = ACTIONS(2753), [anon_sym___alignof__] = ACTIONS(2753), [anon_sym___alignof] = ACTIONS(2753), @@ -164179,18 +163116,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(2753), [anon_sym___asm__] = ACTIONS(2753), [anon_sym___asm] = ACTIONS(2753), - [aux_sym_number_literal_token1] = ACTIONS(2758), + [aux_sym_number_literal_token1] = ACTIONS(2755), [aux_sym_number_literal_token2] = ACTIONS(2753), - [anon_sym_L_SQUOTE] = ACTIONS(2758), - [anon_sym_u_SQUOTE] = ACTIONS(2758), - [anon_sym_U_SQUOTE] = ACTIONS(2758), - [anon_sym_u8_SQUOTE] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2758), - [anon_sym_L_DQUOTE] = ACTIONS(2758), - [anon_sym_u_DQUOTE] = ACTIONS(2758), - [anon_sym_U_DQUOTE] = ACTIONS(2758), - [anon_sym_u8_DQUOTE] = ACTIONS(2758), - [anon_sym_DQUOTE] = ACTIONS(2758), + [anon_sym_L_SQUOTE] = ACTIONS(2755), + [anon_sym_u_SQUOTE] = ACTIONS(2755), + [anon_sym_U_SQUOTE] = ACTIONS(2755), + [anon_sym_u8_SQUOTE] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2755), + [anon_sym_L_DQUOTE] = ACTIONS(2755), + [anon_sym_u_DQUOTE] = ACTIONS(2755), + [anon_sym_U_DQUOTE] = ACTIONS(2755), + [anon_sym_u8_DQUOTE] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), [sym_true] = ACTIONS(2753), [sym_false] = ACTIONS(2753), [anon_sym_NULL] = ACTIONS(2753), @@ -164205,489 +163142,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2753), [anon_sym_co_return] = ACTIONS(2753), [anon_sym_co_yield] = ACTIONS(2753), - [anon_sym_R_DQUOTE] = ACTIONS(2758), - [anon_sym_LR_DQUOTE] = ACTIONS(2758), - [anon_sym_uR_DQUOTE] = ACTIONS(2758), - [anon_sym_UR_DQUOTE] = ACTIONS(2758), - [anon_sym_u8R_DQUOTE] = ACTIONS(2758), + [anon_sym_R_DQUOTE] = ACTIONS(2755), + [anon_sym_LR_DQUOTE] = ACTIONS(2755), + [anon_sym_uR_DQUOTE] = ACTIONS(2755), + [anon_sym_UR_DQUOTE] = ACTIONS(2755), + [anon_sym_u8R_DQUOTE] = ACTIONS(2755), [anon_sym_co_await] = ACTIONS(2753), [anon_sym_new] = ACTIONS(2753), [anon_sym_requires] = ACTIONS(2753), [sym_this] = ACTIONS(2753), }, - [851] = { - [sym_identifier] = ACTIONS(2901), - [anon_sym_LPAREN2] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_PLUS] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym___extension__] = ACTIONS(2901), - [anon_sym_typedef] = ACTIONS(2901), - [anon_sym_virtual] = ACTIONS(2901), - [anon_sym_extern] = ACTIONS(2901), - [anon_sym___attribute__] = ACTIONS(2901), - [anon_sym___attribute] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2903), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2903), - [anon_sym___declspec] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_signed] = ACTIONS(2901), - [anon_sym_unsigned] = ACTIONS(2901), - [anon_sym_long] = ACTIONS(2901), - [anon_sym_short] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_static] = ACTIONS(2901), - [anon_sym_register] = ACTIONS(2901), - [anon_sym_inline] = ACTIONS(2901), - [anon_sym___inline] = ACTIONS(2901), - [anon_sym___inline__] = ACTIONS(2901), - [anon_sym___forceinline] = ACTIONS(2901), - [anon_sym_thread_local] = ACTIONS(2901), - [anon_sym___thread] = ACTIONS(2901), - [anon_sym_const] = ACTIONS(2901), - [anon_sym_constexpr] = ACTIONS(2901), - [anon_sym_volatile] = ACTIONS(2901), - [anon_sym_restrict] = ACTIONS(2901), - [anon_sym___restrict__] = ACTIONS(2901), - [anon_sym__Atomic] = ACTIONS(2901), - [anon_sym__Noreturn] = ACTIONS(2901), - [anon_sym_noreturn] = ACTIONS(2901), - [anon_sym__Nonnull] = ACTIONS(2901), - [anon_sym_mutable] = ACTIONS(2901), - [anon_sym_constinit] = ACTIONS(2901), - [anon_sym_consteval] = ACTIONS(2901), - [anon_sym_PROGMEM] = ACTIONS(2901), - [anon_sym_alignas] = ACTIONS(2901), - [anon_sym__Alignas] = ACTIONS(2901), - [aux_sym_primitive_type_token1] = ACTIONS(2901), - [anon_sym_byte] = ACTIONS(2901), - [anon_sym_word] = ACTIONS(2901), - [anon_sym_enum] = ACTIONS(2901), - [anon_sym_class] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2901), - [anon_sym_union] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2901), - [anon_sym_else] = ACTIONS(2901), - [anon_sym_switch] = ACTIONS(2901), - [anon_sym_while] = ACTIONS(2901), - [anon_sym_do] = ACTIONS(2901), - [anon_sym_for] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2901), - [anon_sym_break] = ACTIONS(2901), - [anon_sym_continue] = ACTIONS(2901), - [anon_sym_goto] = ACTIONS(2901), - [anon_sym___try] = ACTIONS(2901), - [anon_sym___leave] = ACTIONS(2901), - [anon_sym_not] = ACTIONS(2901), - [anon_sym_compl] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_sizeof] = ACTIONS(2901), - [anon_sym___alignof__] = ACTIONS(2901), - [anon_sym___alignof] = ACTIONS(2901), - [anon_sym__alignof] = ACTIONS(2901), - [anon_sym_alignof] = ACTIONS(2901), - [anon_sym__Alignof] = ACTIONS(2901), - [anon_sym_offsetof] = ACTIONS(2901), - [anon_sym__Generic] = ACTIONS(2901), - [anon_sym_asm] = ACTIONS(2901), - [anon_sym___asm__] = ACTIONS(2901), - [anon_sym___asm] = ACTIONS(2901), - [aux_sym_number_literal_token1] = ACTIONS(2903), - [aux_sym_number_literal_token2] = ACTIONS(2901), - [anon_sym_L_SQUOTE] = ACTIONS(2903), - [anon_sym_u_SQUOTE] = ACTIONS(2903), - [anon_sym_U_SQUOTE] = ACTIONS(2903), - [anon_sym_u8_SQUOTE] = ACTIONS(2903), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_L_DQUOTE] = ACTIONS(2903), - [anon_sym_u_DQUOTE] = ACTIONS(2903), - [anon_sym_U_DQUOTE] = ACTIONS(2903), - [anon_sym_u8_DQUOTE] = ACTIONS(2903), - [anon_sym_DQUOTE] = ACTIONS(2903), - [sym_true] = ACTIONS(2901), - [sym_false] = ACTIONS(2901), - [anon_sym_NULL] = ACTIONS(2901), - [anon_sym_nullptr] = ACTIONS(2901), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2901), - [anon_sym_decltype] = ACTIONS(2901), - [anon_sym_typename] = ACTIONS(2901), - [anon_sym_template] = ACTIONS(2901), - [anon_sym_try] = ACTIONS(2901), - [anon_sym_delete] = ACTIONS(2901), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_co_return] = ACTIONS(2901), - [anon_sym_co_yield] = ACTIONS(2901), - [anon_sym_R_DQUOTE] = ACTIONS(2903), - [anon_sym_LR_DQUOTE] = ACTIONS(2903), - [anon_sym_uR_DQUOTE] = ACTIONS(2903), - [anon_sym_UR_DQUOTE] = ACTIONS(2903), - [anon_sym_u8R_DQUOTE] = ACTIONS(2903), - [anon_sym_co_await] = ACTIONS(2901), - [anon_sym_new] = ACTIONS(2901), - [anon_sym_requires] = ACTIONS(2901), - [sym_this] = ACTIONS(2901), - }, - [852] = { - [sym_identifier] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2911), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2909), - [anon_sym_else] = ACTIONS(2909), - [anon_sym_switch] = ACTIONS(2909), - [anon_sym_while] = ACTIONS(2909), - [anon_sym_do] = ACTIONS(2909), - [anon_sym_for] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2909), - [anon_sym_break] = ACTIONS(2909), - [anon_sym_continue] = ACTIONS(2909), - [anon_sym_goto] = ACTIONS(2909), - [anon_sym___try] = ACTIONS(2909), - [anon_sym___leave] = ACTIONS(2909), - [anon_sym_not] = ACTIONS(2909), - [anon_sym_compl] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_sizeof] = ACTIONS(2909), - [anon_sym___alignof__] = ACTIONS(2909), - [anon_sym___alignof] = ACTIONS(2909), - [anon_sym__alignof] = ACTIONS(2909), - [anon_sym_alignof] = ACTIONS(2909), - [anon_sym__Alignof] = ACTIONS(2909), - [anon_sym_offsetof] = ACTIONS(2909), - [anon_sym__Generic] = ACTIONS(2909), - [anon_sym_asm] = ACTIONS(2909), - [anon_sym___asm__] = ACTIONS(2909), - [anon_sym___asm] = ACTIONS(2909), - [aux_sym_number_literal_token1] = ACTIONS(2911), - [aux_sym_number_literal_token2] = ACTIONS(2909), - [anon_sym_L_SQUOTE] = ACTIONS(2911), - [anon_sym_u_SQUOTE] = ACTIONS(2911), - [anon_sym_U_SQUOTE] = ACTIONS(2911), - [anon_sym_u8_SQUOTE] = ACTIONS(2911), - [anon_sym_SQUOTE] = ACTIONS(2911), - [anon_sym_L_DQUOTE] = ACTIONS(2911), - [anon_sym_u_DQUOTE] = ACTIONS(2911), - [anon_sym_U_DQUOTE] = ACTIONS(2911), - [anon_sym_u8_DQUOTE] = ACTIONS(2911), - [anon_sym_DQUOTE] = ACTIONS(2911), - [sym_true] = ACTIONS(2909), - [sym_false] = ACTIONS(2909), - [anon_sym_NULL] = ACTIONS(2909), - [anon_sym_nullptr] = ACTIONS(2909), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_try] = ACTIONS(2909), - [anon_sym_delete] = ACTIONS(2909), - [anon_sym_throw] = ACTIONS(2909), - [anon_sym_co_return] = ACTIONS(2909), - [anon_sym_co_yield] = ACTIONS(2909), - [anon_sym_R_DQUOTE] = ACTIONS(2911), - [anon_sym_LR_DQUOTE] = ACTIONS(2911), - [anon_sym_uR_DQUOTE] = ACTIONS(2911), - [anon_sym_UR_DQUOTE] = ACTIONS(2911), - [anon_sym_u8R_DQUOTE] = ACTIONS(2911), - [anon_sym_co_await] = ACTIONS(2909), - [anon_sym_new] = ACTIONS(2909), - [anon_sym_requires] = ACTIONS(2909), - [sym_this] = ACTIONS(2909), - }, - [853] = { - [sym_identifier] = ACTIONS(2905), - [anon_sym_LPAREN2] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2907), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym___extension__] = ACTIONS(2905), - [anon_sym_typedef] = ACTIONS(2905), - [anon_sym_virtual] = ACTIONS(2905), - [anon_sym_extern] = ACTIONS(2905), - [anon_sym___attribute__] = ACTIONS(2905), - [anon_sym___attribute] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2907), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2907), - [anon_sym___declspec] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_signed] = ACTIONS(2905), - [anon_sym_unsigned] = ACTIONS(2905), - [anon_sym_long] = ACTIONS(2905), - [anon_sym_short] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_static] = ACTIONS(2905), - [anon_sym_register] = ACTIONS(2905), - [anon_sym_inline] = ACTIONS(2905), - [anon_sym___inline] = ACTIONS(2905), - [anon_sym___inline__] = ACTIONS(2905), - [anon_sym___forceinline] = ACTIONS(2905), - [anon_sym_thread_local] = ACTIONS(2905), - [anon_sym___thread] = ACTIONS(2905), - [anon_sym_const] = ACTIONS(2905), - [anon_sym_constexpr] = ACTIONS(2905), - [anon_sym_volatile] = ACTIONS(2905), - [anon_sym_restrict] = ACTIONS(2905), - [anon_sym___restrict__] = ACTIONS(2905), - [anon_sym__Atomic] = ACTIONS(2905), - [anon_sym__Noreturn] = ACTIONS(2905), - [anon_sym_noreturn] = ACTIONS(2905), - [anon_sym__Nonnull] = ACTIONS(2905), - [anon_sym_mutable] = ACTIONS(2905), - [anon_sym_constinit] = ACTIONS(2905), - [anon_sym_consteval] = ACTIONS(2905), - [anon_sym_PROGMEM] = ACTIONS(2905), - [anon_sym_alignas] = ACTIONS(2905), - [anon_sym__Alignas] = ACTIONS(2905), - [aux_sym_primitive_type_token1] = ACTIONS(2905), - [anon_sym_byte] = ACTIONS(2905), - [anon_sym_word] = ACTIONS(2905), - [anon_sym_enum] = ACTIONS(2905), - [anon_sym_class] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2905), - [anon_sym_union] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2905), - [anon_sym_else] = ACTIONS(2905), - [anon_sym_switch] = ACTIONS(2905), - [anon_sym_while] = ACTIONS(2905), - [anon_sym_do] = ACTIONS(2905), - [anon_sym_for] = ACTIONS(2905), - [anon_sym_return] = ACTIONS(2905), - [anon_sym_break] = ACTIONS(2905), - [anon_sym_continue] = ACTIONS(2905), - [anon_sym_goto] = ACTIONS(2905), - [anon_sym___try] = ACTIONS(2905), - [anon_sym___leave] = ACTIONS(2905), - [anon_sym_not] = ACTIONS(2905), - [anon_sym_compl] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_sizeof] = ACTIONS(2905), - [anon_sym___alignof__] = ACTIONS(2905), - [anon_sym___alignof] = ACTIONS(2905), - [anon_sym__alignof] = ACTIONS(2905), - [anon_sym_alignof] = ACTIONS(2905), - [anon_sym__Alignof] = ACTIONS(2905), - [anon_sym_offsetof] = ACTIONS(2905), - [anon_sym__Generic] = ACTIONS(2905), - [anon_sym_asm] = ACTIONS(2905), - [anon_sym___asm__] = ACTIONS(2905), - [anon_sym___asm] = ACTIONS(2905), - [aux_sym_number_literal_token1] = ACTIONS(2907), - [aux_sym_number_literal_token2] = ACTIONS(2905), - [anon_sym_L_SQUOTE] = ACTIONS(2907), - [anon_sym_u_SQUOTE] = ACTIONS(2907), - [anon_sym_U_SQUOTE] = ACTIONS(2907), - [anon_sym_u8_SQUOTE] = ACTIONS(2907), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_L_DQUOTE] = ACTIONS(2907), - [anon_sym_u_DQUOTE] = ACTIONS(2907), - [anon_sym_U_DQUOTE] = ACTIONS(2907), - [anon_sym_u8_DQUOTE] = ACTIONS(2907), - [anon_sym_DQUOTE] = ACTIONS(2907), - [sym_true] = ACTIONS(2905), - [sym_false] = ACTIONS(2905), - [anon_sym_NULL] = ACTIONS(2905), - [anon_sym_nullptr] = ACTIONS(2905), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2905), - [anon_sym_decltype] = ACTIONS(2905), - [anon_sym_typename] = ACTIONS(2905), - [anon_sym_template] = ACTIONS(2905), - [anon_sym_try] = ACTIONS(2905), - [anon_sym_delete] = ACTIONS(2905), - [anon_sym_throw] = ACTIONS(2905), - [anon_sym_co_return] = ACTIONS(2905), - [anon_sym_co_yield] = ACTIONS(2905), - [anon_sym_R_DQUOTE] = ACTIONS(2907), - [anon_sym_LR_DQUOTE] = ACTIONS(2907), - [anon_sym_uR_DQUOTE] = ACTIONS(2907), - [anon_sym_UR_DQUOTE] = ACTIONS(2907), - [anon_sym_u8R_DQUOTE] = ACTIONS(2907), - [anon_sym_co_await] = ACTIONS(2905), - [anon_sym_new] = ACTIONS(2905), - [anon_sym_requires] = ACTIONS(2905), - [sym_this] = ACTIONS(2905), - }, - [854] = { - [sym_identifier] = ACTIONS(2709), - [anon_sym_LPAREN2] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_TILDE] = ACTIONS(2714), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_PLUS] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym___extension__] = ACTIONS(2709), - [anon_sym_typedef] = ACTIONS(2709), - [anon_sym_virtual] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym___attribute__] = ACTIONS(2709), - [anon_sym___attribute] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2714), - [anon_sym___declspec] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_signed] = ACTIONS(2709), - [anon_sym_unsigned] = ACTIONS(2709), - [anon_sym_long] = ACTIONS(2709), - [anon_sym_short] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_register] = ACTIONS(2709), - [anon_sym_inline] = ACTIONS(2709), - [anon_sym___inline] = ACTIONS(2709), - [anon_sym___inline__] = ACTIONS(2709), - [anon_sym___forceinline] = ACTIONS(2709), - [anon_sym_thread_local] = ACTIONS(2709), - [anon_sym___thread] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_constexpr] = ACTIONS(2709), - [anon_sym_volatile] = ACTIONS(2709), - [anon_sym_restrict] = ACTIONS(2709), - [anon_sym___restrict__] = ACTIONS(2709), - [anon_sym__Atomic] = ACTIONS(2709), - [anon_sym__Noreturn] = ACTIONS(2709), - [anon_sym_noreturn] = ACTIONS(2709), - [anon_sym__Nonnull] = ACTIONS(2709), - [anon_sym_mutable] = ACTIONS(2709), - [anon_sym_constinit] = ACTIONS(2709), - [anon_sym_consteval] = ACTIONS(2709), - [anon_sym_PROGMEM] = ACTIONS(2709), - [anon_sym_alignas] = ACTIONS(2709), - [anon_sym__Alignas] = ACTIONS(2709), - [aux_sym_primitive_type_token1] = ACTIONS(2709), - [anon_sym_byte] = ACTIONS(2709), - [anon_sym_word] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_class] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_else] = ACTIONS(2709), - [anon_sym_switch] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_do] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_goto] = ACTIONS(2709), - [anon_sym___try] = ACTIONS(2709), - [anon_sym___leave] = ACTIONS(2709), - [anon_sym_not] = ACTIONS(2709), - [anon_sym_compl] = ACTIONS(2709), - [anon_sym_DASH_DASH] = ACTIONS(2714), - [anon_sym_PLUS_PLUS] = ACTIONS(2714), - [anon_sym_sizeof] = ACTIONS(2709), - [anon_sym___alignof__] = ACTIONS(2709), - [anon_sym___alignof] = ACTIONS(2709), - [anon_sym__alignof] = ACTIONS(2709), - [anon_sym_alignof] = ACTIONS(2709), - [anon_sym__Alignof] = ACTIONS(2709), - [anon_sym_offsetof] = ACTIONS(2709), - [anon_sym__Generic] = ACTIONS(2709), - [anon_sym_asm] = ACTIONS(2709), - [anon_sym___asm__] = ACTIONS(2709), - [anon_sym___asm] = ACTIONS(2709), - [aux_sym_number_literal_token1] = ACTIONS(2714), - [aux_sym_number_literal_token2] = ACTIONS(2709), - [anon_sym_L_SQUOTE] = ACTIONS(2714), - [anon_sym_u_SQUOTE] = ACTIONS(2714), - [anon_sym_U_SQUOTE] = ACTIONS(2714), - [anon_sym_u8_SQUOTE] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2714), - [anon_sym_L_DQUOTE] = ACTIONS(2714), - [anon_sym_u_DQUOTE] = ACTIONS(2714), - [anon_sym_U_DQUOTE] = ACTIONS(2714), - [anon_sym_u8_DQUOTE] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2714), - [sym_true] = ACTIONS(2709), - [sym_false] = ACTIONS(2709), - [anon_sym_NULL] = ACTIONS(2709), - [anon_sym_nullptr] = ACTIONS(2709), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2709), - [anon_sym_decltype] = ACTIONS(2709), - [anon_sym_typename] = ACTIONS(2709), - [anon_sym_template] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [anon_sym_delete] = ACTIONS(2709), - [anon_sym_throw] = ACTIONS(2709), - [anon_sym_co_return] = ACTIONS(2709), - [anon_sym_co_yield] = ACTIONS(2709), - [anon_sym_R_DQUOTE] = ACTIONS(2714), - [anon_sym_LR_DQUOTE] = ACTIONS(2714), - [anon_sym_uR_DQUOTE] = ACTIONS(2714), - [anon_sym_UR_DQUOTE] = ACTIONS(2714), - [anon_sym_u8R_DQUOTE] = ACTIONS(2714), - [anon_sym_co_await] = ACTIONS(2709), - [anon_sym_new] = ACTIONS(2709), - [anon_sym_requires] = ACTIONS(2709), - [sym_this] = ACTIONS(2709), + [842] = { + [sym_else_clause] = STATE(881), + [sym_identifier] = ACTIONS(2761), + [anon_sym_LPAREN2] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2763), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym___extension__] = ACTIONS(2761), + [anon_sym_typedef] = ACTIONS(2761), + [anon_sym_virtual] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym___attribute__] = ACTIONS(2761), + [anon_sym___attribute] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2763), + [anon_sym___declspec] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_signed] = ACTIONS(2761), + [anon_sym_unsigned] = ACTIONS(2761), + [anon_sym_long] = ACTIONS(2761), + [anon_sym_short] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_register] = ACTIONS(2761), + [anon_sym_inline] = ACTIONS(2761), + [anon_sym___inline] = ACTIONS(2761), + [anon_sym___inline__] = ACTIONS(2761), + [anon_sym___forceinline] = ACTIONS(2761), + [anon_sym_thread_local] = ACTIONS(2761), + [anon_sym___thread] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_constexpr] = ACTIONS(2761), + [anon_sym_volatile] = ACTIONS(2761), + [anon_sym_restrict] = ACTIONS(2761), + [anon_sym___restrict__] = ACTIONS(2761), + [anon_sym__Atomic] = ACTIONS(2761), + [anon_sym__Noreturn] = ACTIONS(2761), + [anon_sym_noreturn] = ACTIONS(2761), + [anon_sym__Nonnull] = ACTIONS(2761), + [anon_sym_mutable] = ACTIONS(2761), + [anon_sym_constinit] = ACTIONS(2761), + [anon_sym_consteval] = ACTIONS(2761), + [anon_sym_PROGMEM] = ACTIONS(2761), + [anon_sym_alignas] = ACTIONS(2761), + [anon_sym__Alignas] = ACTIONS(2761), + [aux_sym_primitive_type_token1] = ACTIONS(2761), + [anon_sym_byte] = ACTIONS(2761), + [anon_sym_word] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_class] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_else] = ACTIONS(4105), + [anon_sym_switch] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_do] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym___try] = ACTIONS(2761), + [anon_sym___leave] = ACTIONS(2761), + [anon_sym_not] = ACTIONS(2761), + [anon_sym_compl] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_sizeof] = ACTIONS(2761), + [anon_sym___alignof__] = ACTIONS(2761), + [anon_sym___alignof] = ACTIONS(2761), + [anon_sym__alignof] = ACTIONS(2761), + [anon_sym_alignof] = ACTIONS(2761), + [anon_sym__Alignof] = ACTIONS(2761), + [anon_sym_offsetof] = ACTIONS(2761), + [anon_sym__Generic] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym___asm__] = ACTIONS(2761), + [anon_sym___asm] = ACTIONS(2761), + [aux_sym_number_literal_token1] = ACTIONS(2763), + [aux_sym_number_literal_token2] = ACTIONS(2761), + [anon_sym_L_SQUOTE] = ACTIONS(2763), + [anon_sym_u_SQUOTE] = ACTIONS(2763), + [anon_sym_U_SQUOTE] = ACTIONS(2763), + [anon_sym_u8_SQUOTE] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2763), + [anon_sym_L_DQUOTE] = ACTIONS(2763), + [anon_sym_u_DQUOTE] = ACTIONS(2763), + [anon_sym_U_DQUOTE] = ACTIONS(2763), + [anon_sym_u8_DQUOTE] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2763), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [anon_sym_NULL] = ACTIONS(2761), + [anon_sym_nullptr] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2761), + [anon_sym_decltype] = ACTIONS(2761), + [anon_sym_typename] = ACTIONS(2761), + [anon_sym_template] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [anon_sym_delete] = ACTIONS(2761), + [anon_sym_throw] = ACTIONS(2761), + [anon_sym_co_return] = ACTIONS(2761), + [anon_sym_co_yield] = ACTIONS(2761), + [anon_sym_R_DQUOTE] = ACTIONS(2763), + [anon_sym_LR_DQUOTE] = ACTIONS(2763), + [anon_sym_uR_DQUOTE] = ACTIONS(2763), + [anon_sym_UR_DQUOTE] = ACTIONS(2763), + [anon_sym_u8R_DQUOTE] = ACTIONS(2763), + [anon_sym_co_await] = ACTIONS(2761), + [anon_sym_new] = ACTIONS(2761), + [anon_sym_requires] = ACTIONS(2761), + [sym_this] = ACTIONS(2761), }, - [855] = { + [843] = { [sym_identifier] = ACTIONS(2925), [anon_sym_LPAREN2] = ACTIONS(2927), [anon_sym_BANG] = ACTIONS(2927), @@ -164802,1072 +163386,836 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2927), [anon_sym_co_await] = ACTIONS(2925), [anon_sym_new] = ACTIONS(2925), - [anon_sym_requires] = ACTIONS(2925), - [sym_this] = ACTIONS(2925), - }, - [856] = { - [sym_identifier] = ACTIONS(4086), - [anon_sym_LPAREN2] = ACTIONS(4092), - [anon_sym_BANG] = ACTIONS(4092), - [anon_sym_TILDE] = ACTIONS(4092), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4092), - [anon_sym_AMP] = ACTIONS(4092), - [anon_sym_SEMI] = ACTIONS(4092), - [anon_sym___extension__] = ACTIONS(4086), - [anon_sym_virtual] = ACTIONS(4098), - [anon_sym_extern] = ACTIONS(4098), - [anon_sym___attribute__] = ACTIONS(4098), - [anon_sym___attribute] = ACTIONS(4098), - [anon_sym_COLON_COLON] = ACTIONS(4089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4089), - [anon_sym___declspec] = ACTIONS(4098), - [anon_sym_LBRACE] = ACTIONS(4092), - [anon_sym_signed] = ACTIONS(4098), - [anon_sym_unsigned] = ACTIONS(4098), - [anon_sym_long] = ACTIONS(4098), - [anon_sym_short] = ACTIONS(4098), - [anon_sym_LBRACK] = ACTIONS(4094), - [anon_sym_static] = ACTIONS(4098), - [anon_sym_register] = ACTIONS(4098), - [anon_sym_inline] = ACTIONS(4098), - [anon_sym___inline] = ACTIONS(4098), - [anon_sym___inline__] = ACTIONS(4098), - [anon_sym___forceinline] = ACTIONS(4098), - [anon_sym_thread_local] = ACTIONS(4098), - [anon_sym___thread] = ACTIONS(4098), - [anon_sym_const] = ACTIONS(4098), - [anon_sym_constexpr] = ACTIONS(4098), - [anon_sym_volatile] = ACTIONS(4098), - [anon_sym_restrict] = ACTIONS(4098), - [anon_sym___restrict__] = ACTIONS(4098), - [anon_sym__Atomic] = ACTIONS(4098), - [anon_sym__Noreturn] = ACTIONS(4098), - [anon_sym_noreturn] = ACTIONS(4098), - [anon_sym__Nonnull] = ACTIONS(4098), - [anon_sym_mutable] = ACTIONS(4098), - [anon_sym_constinit] = ACTIONS(4098), - [anon_sym_consteval] = ACTIONS(4098), - [anon_sym_PROGMEM] = ACTIONS(4098), - [anon_sym_alignas] = ACTIONS(4098), - [anon_sym__Alignas] = ACTIONS(4098), - [aux_sym_primitive_type_token1] = ACTIONS(4086), - [anon_sym_byte] = ACTIONS(4086), - [anon_sym_word] = ACTIONS(4086), - [anon_sym_enum] = ACTIONS(4098), - [anon_sym_class] = ACTIONS(4098), - [anon_sym_struct] = ACTIONS(4098), - [anon_sym_union] = ACTIONS(4098), - [anon_sym_if] = ACTIONS(4094), - [anon_sym_switch] = ACTIONS(4094), - [anon_sym_case] = ACTIONS(4094), - [anon_sym_default] = ACTIONS(4094), - [anon_sym_while] = ACTIONS(4094), - [anon_sym_do] = ACTIONS(4094), - [anon_sym_for] = ACTIONS(4094), - [anon_sym_return] = ACTIONS(4094), - [anon_sym_break] = ACTIONS(4094), - [anon_sym_continue] = ACTIONS(4094), - [anon_sym_goto] = ACTIONS(4094), - [anon_sym___try] = ACTIONS(4094), - [anon_sym___leave] = ACTIONS(4094), - [anon_sym_not] = ACTIONS(4094), - [anon_sym_compl] = ACTIONS(4094), - [anon_sym_DASH_DASH] = ACTIONS(4092), - [anon_sym_PLUS_PLUS] = ACTIONS(4092), - [anon_sym_sizeof] = ACTIONS(4094), - [anon_sym___alignof__] = ACTIONS(4094), - [anon_sym___alignof] = ACTIONS(4094), - [anon_sym__alignof] = ACTIONS(4094), - [anon_sym_alignof] = ACTIONS(4094), - [anon_sym__Alignof] = ACTIONS(4094), - [anon_sym_offsetof] = ACTIONS(4094), - [anon_sym__Generic] = ACTIONS(4094), - [anon_sym_asm] = ACTIONS(4094), - [anon_sym___asm__] = ACTIONS(4094), - [anon_sym___asm] = ACTIONS(4094), - [aux_sym_number_literal_token1] = ACTIONS(4092), - [aux_sym_number_literal_token2] = ACTIONS(4094), - [anon_sym_L_SQUOTE] = ACTIONS(4092), - [anon_sym_u_SQUOTE] = ACTIONS(4092), - [anon_sym_U_SQUOTE] = ACTIONS(4092), - [anon_sym_u8_SQUOTE] = ACTIONS(4092), - [anon_sym_SQUOTE] = ACTIONS(4092), - [anon_sym_L_DQUOTE] = ACTIONS(4092), - [anon_sym_u_DQUOTE] = ACTIONS(4092), - [anon_sym_U_DQUOTE] = ACTIONS(4092), - [anon_sym_u8_DQUOTE] = ACTIONS(4092), - [anon_sym_DQUOTE] = ACTIONS(4092), - [sym_true] = ACTIONS(4094), - [sym_false] = ACTIONS(4094), - [anon_sym_NULL] = ACTIONS(4094), - [anon_sym_nullptr] = ACTIONS(4094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4098), - [anon_sym_decltype] = ACTIONS(4086), - [anon_sym_typename] = ACTIONS(4098), - [anon_sym_template] = ACTIONS(4086), - [anon_sym_try] = ACTIONS(4094), - [anon_sym_delete] = ACTIONS(4094), - [anon_sym_throw] = ACTIONS(4094), - [anon_sym_co_return] = ACTIONS(4094), - [anon_sym_co_yield] = ACTIONS(4094), - [anon_sym_R_DQUOTE] = ACTIONS(4092), - [anon_sym_LR_DQUOTE] = ACTIONS(4092), - [anon_sym_uR_DQUOTE] = ACTIONS(4092), - [anon_sym_UR_DQUOTE] = ACTIONS(4092), - [anon_sym_u8R_DQUOTE] = ACTIONS(4092), - [anon_sym_co_await] = ACTIONS(4094), - [anon_sym_new] = ACTIONS(4094), - [anon_sym_requires] = ACTIONS(4094), - [sym_this] = ACTIONS(4094), - }, - [857] = { - [sym_identifier] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_PLUS] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2779), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_else] = ACTIONS(2777), - [anon_sym_switch] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_do] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_goto] = ACTIONS(2777), - [anon_sym___try] = ACTIONS(2777), - [anon_sym___leave] = ACTIONS(2777), - [anon_sym_not] = ACTIONS(2777), - [anon_sym_compl] = ACTIONS(2777), - [anon_sym_DASH_DASH] = ACTIONS(2779), - [anon_sym_PLUS_PLUS] = ACTIONS(2779), - [anon_sym_sizeof] = ACTIONS(2777), - [anon_sym___alignof__] = ACTIONS(2777), - [anon_sym___alignof] = ACTIONS(2777), - [anon_sym__alignof] = ACTIONS(2777), - [anon_sym_alignof] = ACTIONS(2777), - [anon_sym__Alignof] = ACTIONS(2777), - [anon_sym_offsetof] = ACTIONS(2777), - [anon_sym__Generic] = ACTIONS(2777), - [anon_sym_asm] = ACTIONS(2777), - [anon_sym___asm__] = ACTIONS(2777), - [anon_sym___asm] = ACTIONS(2777), - [aux_sym_number_literal_token1] = ACTIONS(2779), - [aux_sym_number_literal_token2] = ACTIONS(2777), - [anon_sym_L_SQUOTE] = ACTIONS(2779), - [anon_sym_u_SQUOTE] = ACTIONS(2779), - [anon_sym_U_SQUOTE] = ACTIONS(2779), - [anon_sym_u8_SQUOTE] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_L_DQUOTE] = ACTIONS(2779), - [anon_sym_u_DQUOTE] = ACTIONS(2779), - [anon_sym_U_DQUOTE] = ACTIONS(2779), - [anon_sym_u8_DQUOTE] = ACTIONS(2779), - [anon_sym_DQUOTE] = ACTIONS(2779), - [sym_true] = ACTIONS(2777), - [sym_false] = ACTIONS(2777), - [anon_sym_NULL] = ACTIONS(2777), - [anon_sym_nullptr] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [anon_sym_delete] = ACTIONS(2777), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_co_return] = ACTIONS(2777), - [anon_sym_co_yield] = ACTIONS(2777), - [anon_sym_R_DQUOTE] = ACTIONS(2779), - [anon_sym_LR_DQUOTE] = ACTIONS(2779), - [anon_sym_uR_DQUOTE] = ACTIONS(2779), - [anon_sym_UR_DQUOTE] = ACTIONS(2779), - [anon_sym_u8R_DQUOTE] = ACTIONS(2779), - [anon_sym_co_await] = ACTIONS(2777), - [anon_sym_new] = ACTIONS(2777), - [anon_sym_requires] = ACTIONS(2777), - [sym_this] = ACTIONS(2777), - }, - [858] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1574), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), - [sym_identifier] = ACTIONS(4107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4111), - [anon_sym_TILDE] = ACTIONS(4115), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4122), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4125), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4122), - [anon_sym___extension__] = ACTIONS(4107), - [anon_sym_virtual] = ACTIONS(4107), - [anon_sym_extern] = ACTIONS(4107), - [anon_sym___attribute__] = ACTIONS(4107), - [anon_sym___attribute] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4130), - [anon_sym___declspec] = ACTIONS(4107), - [anon_sym___based] = ACTIONS(4107), - [anon_sym___cdecl] = ACTIONS(4107), - [anon_sym___clrcall] = ACTIONS(4107), - [anon_sym___stdcall] = ACTIONS(4107), - [anon_sym___fastcall] = ACTIONS(4107), - [anon_sym___thiscall] = ACTIONS(4107), - [anon_sym___vectorcall] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_signed] = ACTIONS(4135), - [anon_sym_unsigned] = ACTIONS(4135), - [anon_sym_long] = ACTIONS(4135), - [anon_sym_short] = ACTIONS(4135), - [anon_sym_LBRACK] = ACTIONS(4137), - [anon_sym_static] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_register] = ACTIONS(4107), - [anon_sym_inline] = ACTIONS(4107), - [anon_sym___inline] = ACTIONS(4107), - [anon_sym___inline__] = ACTIONS(4107), - [anon_sym___forceinline] = ACTIONS(4107), - [anon_sym_thread_local] = ACTIONS(4107), - [anon_sym___thread] = ACTIONS(4107), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_constexpr] = ACTIONS(4107), - [anon_sym_volatile] = ACTIONS(4107), - [anon_sym_restrict] = ACTIONS(4107), - [anon_sym___restrict__] = ACTIONS(4107), - [anon_sym__Atomic] = ACTIONS(4107), - [anon_sym__Noreturn] = ACTIONS(4107), - [anon_sym_noreturn] = ACTIONS(4107), - [anon_sym__Nonnull] = ACTIONS(4107), - [anon_sym_mutable] = ACTIONS(4107), - [anon_sym_constinit] = ACTIONS(4107), - [anon_sym_consteval] = ACTIONS(4107), - [anon_sym_PROGMEM] = ACTIONS(4107), - [anon_sym_alignas] = ACTIONS(4107), - [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4143), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4141), - [anon_sym_or_eq] = ACTIONS(4141), - [anon_sym_xor_eq] = ACTIONS(4141), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4117), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4117), - [anon_sym_not_eq] = ACTIONS(4117), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4107), - [anon_sym_decltype] = ACTIONS(4107), - [anon_sym_template] = ACTIONS(4107), - [anon_sym_operator] = ACTIONS(4107), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_requires] = ACTIONS(2925), + [sym_this] = ACTIONS(2925), }, - [859] = { - [sym_identifier] = ACTIONS(2877), - [anon_sym_LPAREN2] = ACTIONS(2879), - [anon_sym_BANG] = ACTIONS(2879), - [anon_sym_TILDE] = ACTIONS(2879), - [anon_sym_DASH] = ACTIONS(2877), - [anon_sym_PLUS] = ACTIONS(2877), - [anon_sym_STAR] = ACTIONS(2879), - [anon_sym_AMP] = ACTIONS(2879), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym___extension__] = ACTIONS(2877), - [anon_sym_typedef] = ACTIONS(2877), - [anon_sym_virtual] = ACTIONS(2877), - [anon_sym_extern] = ACTIONS(2877), - [anon_sym___attribute__] = ACTIONS(2877), - [anon_sym___attribute] = ACTIONS(2877), - [anon_sym_COLON_COLON] = ACTIONS(2879), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2879), - [anon_sym___declspec] = ACTIONS(2877), - [anon_sym_LBRACE] = ACTIONS(2879), - [anon_sym_signed] = ACTIONS(2877), - [anon_sym_unsigned] = ACTIONS(2877), - [anon_sym_long] = ACTIONS(2877), - [anon_sym_short] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2877), - [anon_sym_static] = ACTIONS(2877), - [anon_sym_register] = ACTIONS(2877), - [anon_sym_inline] = ACTIONS(2877), - [anon_sym___inline] = ACTIONS(2877), - [anon_sym___inline__] = ACTIONS(2877), - [anon_sym___forceinline] = ACTIONS(2877), - [anon_sym_thread_local] = ACTIONS(2877), - [anon_sym___thread] = ACTIONS(2877), - [anon_sym_const] = ACTIONS(2877), - [anon_sym_constexpr] = ACTIONS(2877), - [anon_sym_volatile] = ACTIONS(2877), - [anon_sym_restrict] = ACTIONS(2877), - [anon_sym___restrict__] = ACTIONS(2877), - [anon_sym__Atomic] = ACTIONS(2877), - [anon_sym__Noreturn] = ACTIONS(2877), - [anon_sym_noreturn] = ACTIONS(2877), - [anon_sym__Nonnull] = ACTIONS(2877), - [anon_sym_mutable] = ACTIONS(2877), - [anon_sym_constinit] = ACTIONS(2877), - [anon_sym_consteval] = ACTIONS(2877), - [anon_sym_PROGMEM] = ACTIONS(2877), - [anon_sym_alignas] = ACTIONS(2877), - [anon_sym__Alignas] = ACTIONS(2877), - [aux_sym_primitive_type_token1] = ACTIONS(2877), - [anon_sym_byte] = ACTIONS(2877), - [anon_sym_word] = ACTIONS(2877), - [anon_sym_enum] = ACTIONS(2877), - [anon_sym_class] = ACTIONS(2877), - [anon_sym_struct] = ACTIONS(2877), - [anon_sym_union] = ACTIONS(2877), - [anon_sym_if] = ACTIONS(2877), - [anon_sym_else] = ACTIONS(2877), - [anon_sym_switch] = ACTIONS(2877), - [anon_sym_while] = ACTIONS(2877), - [anon_sym_do] = ACTIONS(2877), - [anon_sym_for] = ACTIONS(2877), - [anon_sym_return] = ACTIONS(2877), - [anon_sym_break] = ACTIONS(2877), - [anon_sym_continue] = ACTIONS(2877), - [anon_sym_goto] = ACTIONS(2877), - [anon_sym___try] = ACTIONS(2877), - [anon_sym___leave] = ACTIONS(2877), - [anon_sym_not] = ACTIONS(2877), - [anon_sym_compl] = ACTIONS(2877), - [anon_sym_DASH_DASH] = ACTIONS(2879), - [anon_sym_PLUS_PLUS] = ACTIONS(2879), - [anon_sym_sizeof] = ACTIONS(2877), - [anon_sym___alignof__] = ACTIONS(2877), - [anon_sym___alignof] = ACTIONS(2877), - [anon_sym__alignof] = ACTIONS(2877), - [anon_sym_alignof] = ACTIONS(2877), - [anon_sym__Alignof] = ACTIONS(2877), - [anon_sym_offsetof] = ACTIONS(2877), - [anon_sym__Generic] = ACTIONS(2877), - [anon_sym_asm] = ACTIONS(2877), - [anon_sym___asm__] = ACTIONS(2877), - [anon_sym___asm] = ACTIONS(2877), - [aux_sym_number_literal_token1] = ACTIONS(2879), - [aux_sym_number_literal_token2] = ACTIONS(2877), - [anon_sym_L_SQUOTE] = ACTIONS(2879), - [anon_sym_u_SQUOTE] = ACTIONS(2879), - [anon_sym_U_SQUOTE] = ACTIONS(2879), - [anon_sym_u8_SQUOTE] = ACTIONS(2879), - [anon_sym_SQUOTE] = ACTIONS(2879), - [anon_sym_L_DQUOTE] = ACTIONS(2879), - [anon_sym_u_DQUOTE] = ACTIONS(2879), - [anon_sym_U_DQUOTE] = ACTIONS(2879), - [anon_sym_u8_DQUOTE] = ACTIONS(2879), - [anon_sym_DQUOTE] = ACTIONS(2879), - [sym_true] = ACTIONS(2877), - [sym_false] = ACTIONS(2877), - [anon_sym_NULL] = ACTIONS(2877), - [anon_sym_nullptr] = ACTIONS(2877), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2877), - [anon_sym_decltype] = ACTIONS(2877), - [anon_sym_typename] = ACTIONS(2877), - [anon_sym_template] = ACTIONS(2877), - [anon_sym_try] = ACTIONS(2877), - [anon_sym_delete] = ACTIONS(2877), - [anon_sym_throw] = ACTIONS(2877), - [anon_sym_co_return] = ACTIONS(2877), - [anon_sym_co_yield] = ACTIONS(2877), - [anon_sym_R_DQUOTE] = ACTIONS(2879), - [anon_sym_LR_DQUOTE] = ACTIONS(2879), - [anon_sym_uR_DQUOTE] = ACTIONS(2879), - [anon_sym_UR_DQUOTE] = ACTIONS(2879), - [anon_sym_u8R_DQUOTE] = ACTIONS(2879), - [anon_sym_co_await] = ACTIONS(2877), - [anon_sym_new] = ACTIONS(2877), - [anon_sym_requires] = ACTIONS(2877), - [sym_this] = ACTIONS(2877), + [844] = { + [sym_identifier] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), }, - [860] = { - [sym_identifier] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2825), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), + [845] = { + [sym_identifier] = ACTIONS(2895), + [anon_sym_LPAREN2] = ACTIONS(2897), + [anon_sym_BANG] = ACTIONS(2897), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2897), + [anon_sym_SEMI] = ACTIONS(2897), + [anon_sym___extension__] = ACTIONS(2895), + [anon_sym_typedef] = ACTIONS(2895), + [anon_sym_virtual] = ACTIONS(2895), + [anon_sym_extern] = ACTIONS(2895), + [anon_sym___attribute__] = ACTIONS(2895), + [anon_sym___attribute] = ACTIONS(2895), + [anon_sym_COLON_COLON] = ACTIONS(2897), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2897), + [anon_sym___declspec] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_signed] = ACTIONS(2895), + [anon_sym_unsigned] = ACTIONS(2895), + [anon_sym_long] = ACTIONS(2895), + [anon_sym_short] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2895), + [anon_sym_static] = ACTIONS(2895), + [anon_sym_register] = ACTIONS(2895), + [anon_sym_inline] = ACTIONS(2895), + [anon_sym___inline] = ACTIONS(2895), + [anon_sym___inline__] = ACTIONS(2895), + [anon_sym___forceinline] = ACTIONS(2895), + [anon_sym_thread_local] = ACTIONS(2895), + [anon_sym___thread] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_constexpr] = ACTIONS(2895), + [anon_sym_volatile] = ACTIONS(2895), + [anon_sym_restrict] = ACTIONS(2895), + [anon_sym___restrict__] = ACTIONS(2895), + [anon_sym__Atomic] = ACTIONS(2895), + [anon_sym__Noreturn] = ACTIONS(2895), + [anon_sym_noreturn] = ACTIONS(2895), + [anon_sym__Nonnull] = ACTIONS(2895), + [anon_sym_mutable] = ACTIONS(2895), + [anon_sym_constinit] = ACTIONS(2895), + [anon_sym_consteval] = ACTIONS(2895), + [anon_sym_PROGMEM] = ACTIONS(2895), + [anon_sym_alignas] = ACTIONS(2895), + [anon_sym__Alignas] = ACTIONS(2895), + [aux_sym_primitive_type_token1] = ACTIONS(2895), + [anon_sym_byte] = ACTIONS(2895), + [anon_sym_word] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_class] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_else] = ACTIONS(2895), + [anon_sym_switch] = ACTIONS(2895), + [anon_sym_while] = ACTIONS(2895), + [anon_sym_do] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym___try] = ACTIONS(2895), + [anon_sym___leave] = ACTIONS(2895), + [anon_sym_not] = ACTIONS(2895), + [anon_sym_compl] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_sizeof] = ACTIONS(2895), + [anon_sym___alignof__] = ACTIONS(2895), + [anon_sym___alignof] = ACTIONS(2895), + [anon_sym__alignof] = ACTIONS(2895), + [anon_sym_alignof] = ACTIONS(2895), + [anon_sym__Alignof] = ACTIONS(2895), + [anon_sym_offsetof] = ACTIONS(2895), + [anon_sym__Generic] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym___asm__] = ACTIONS(2895), + [anon_sym___asm] = ACTIONS(2895), + [aux_sym_number_literal_token1] = ACTIONS(2897), + [aux_sym_number_literal_token2] = ACTIONS(2895), + [anon_sym_L_SQUOTE] = ACTIONS(2897), + [anon_sym_u_SQUOTE] = ACTIONS(2897), + [anon_sym_U_SQUOTE] = ACTIONS(2897), + [anon_sym_u8_SQUOTE] = ACTIONS(2897), + [anon_sym_SQUOTE] = ACTIONS(2897), + [anon_sym_L_DQUOTE] = ACTIONS(2897), + [anon_sym_u_DQUOTE] = ACTIONS(2897), + [anon_sym_U_DQUOTE] = ACTIONS(2897), + [anon_sym_u8_DQUOTE] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2897), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [anon_sym_NULL] = ACTIONS(2895), + [anon_sym_nullptr] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2895), + [anon_sym_decltype] = ACTIONS(2895), + [anon_sym_typename] = ACTIONS(2895), + [anon_sym_template] = ACTIONS(2895), + [anon_sym_try] = ACTIONS(2895), + [anon_sym_delete] = ACTIONS(2895), + [anon_sym_throw] = ACTIONS(2895), + [anon_sym_co_return] = ACTIONS(2895), + [anon_sym_co_yield] = ACTIONS(2895), + [anon_sym_R_DQUOTE] = ACTIONS(2897), + [anon_sym_LR_DQUOTE] = ACTIONS(2897), + [anon_sym_uR_DQUOTE] = ACTIONS(2897), + [anon_sym_UR_DQUOTE] = ACTIONS(2897), + [anon_sym_u8R_DQUOTE] = ACTIONS(2897), + [anon_sym_co_await] = ACTIONS(2895), + [anon_sym_new] = ACTIONS(2895), + [anon_sym_requires] = ACTIONS(2895), + [sym_this] = ACTIONS(2895), }, - [861] = { - [sym_identifier] = ACTIONS(2831), - [anon_sym_LPAREN2] = ACTIONS(2833), - [anon_sym_BANG] = ACTIONS(2833), - [anon_sym_TILDE] = ACTIONS(2833), - [anon_sym_DASH] = ACTIONS(2831), - [anon_sym_PLUS] = ACTIONS(2831), - [anon_sym_STAR] = ACTIONS(2833), - [anon_sym_AMP] = ACTIONS(2833), - [anon_sym_SEMI] = ACTIONS(2833), - [anon_sym___extension__] = ACTIONS(2831), - [anon_sym_typedef] = ACTIONS(2831), - [anon_sym_virtual] = ACTIONS(2831), - [anon_sym_extern] = ACTIONS(2831), - [anon_sym___attribute__] = ACTIONS(2831), - [anon_sym___attribute] = ACTIONS(2831), - [anon_sym_COLON_COLON] = ACTIONS(2833), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2833), - [anon_sym___declspec] = ACTIONS(2831), - [anon_sym_LBRACE] = ACTIONS(2833), - [anon_sym_signed] = ACTIONS(2831), - [anon_sym_unsigned] = ACTIONS(2831), - [anon_sym_long] = ACTIONS(2831), - [anon_sym_short] = ACTIONS(2831), - [anon_sym_LBRACK] = ACTIONS(2831), - [anon_sym_static] = ACTIONS(2831), - [anon_sym_register] = ACTIONS(2831), - [anon_sym_inline] = ACTIONS(2831), - [anon_sym___inline] = ACTIONS(2831), - [anon_sym___inline__] = ACTIONS(2831), - [anon_sym___forceinline] = ACTIONS(2831), - [anon_sym_thread_local] = ACTIONS(2831), - [anon_sym___thread] = ACTIONS(2831), - [anon_sym_const] = ACTIONS(2831), - [anon_sym_constexpr] = ACTIONS(2831), - [anon_sym_volatile] = ACTIONS(2831), - [anon_sym_restrict] = ACTIONS(2831), - [anon_sym___restrict__] = ACTIONS(2831), - [anon_sym__Atomic] = ACTIONS(2831), - [anon_sym__Noreturn] = ACTIONS(2831), - [anon_sym_noreturn] = ACTIONS(2831), - [anon_sym__Nonnull] = ACTIONS(2831), - [anon_sym_mutable] = ACTIONS(2831), - [anon_sym_constinit] = ACTIONS(2831), - [anon_sym_consteval] = ACTIONS(2831), - [anon_sym_PROGMEM] = ACTIONS(2831), - [anon_sym_alignas] = ACTIONS(2831), - [anon_sym__Alignas] = ACTIONS(2831), - [aux_sym_primitive_type_token1] = ACTIONS(2831), - [anon_sym_byte] = ACTIONS(2831), - [anon_sym_word] = ACTIONS(2831), - [anon_sym_enum] = ACTIONS(2831), - [anon_sym_class] = ACTIONS(2831), - [anon_sym_struct] = ACTIONS(2831), - [anon_sym_union] = ACTIONS(2831), - [anon_sym_if] = ACTIONS(2831), - [anon_sym_else] = ACTIONS(2831), - [anon_sym_switch] = ACTIONS(2831), - [anon_sym_while] = ACTIONS(2831), - [anon_sym_do] = ACTIONS(2831), - [anon_sym_for] = ACTIONS(2831), - [anon_sym_return] = ACTIONS(2831), - [anon_sym_break] = ACTIONS(2831), - [anon_sym_continue] = ACTIONS(2831), - [anon_sym_goto] = ACTIONS(2831), - [anon_sym___try] = ACTIONS(2831), - [anon_sym___leave] = ACTIONS(2831), - [anon_sym_not] = ACTIONS(2831), - [anon_sym_compl] = ACTIONS(2831), - [anon_sym_DASH_DASH] = ACTIONS(2833), - [anon_sym_PLUS_PLUS] = ACTIONS(2833), - [anon_sym_sizeof] = ACTIONS(2831), - [anon_sym___alignof__] = ACTIONS(2831), - [anon_sym___alignof] = ACTIONS(2831), - [anon_sym__alignof] = ACTIONS(2831), - [anon_sym_alignof] = ACTIONS(2831), - [anon_sym__Alignof] = ACTIONS(2831), - [anon_sym_offsetof] = ACTIONS(2831), - [anon_sym__Generic] = ACTIONS(2831), - [anon_sym_asm] = ACTIONS(2831), - [anon_sym___asm__] = ACTIONS(2831), - [anon_sym___asm] = ACTIONS(2831), - [aux_sym_number_literal_token1] = ACTIONS(2833), - [aux_sym_number_literal_token2] = ACTIONS(2831), - [anon_sym_L_SQUOTE] = ACTIONS(2833), - [anon_sym_u_SQUOTE] = ACTIONS(2833), - [anon_sym_U_SQUOTE] = ACTIONS(2833), - [anon_sym_u8_SQUOTE] = ACTIONS(2833), - [anon_sym_SQUOTE] = ACTIONS(2833), - [anon_sym_L_DQUOTE] = ACTIONS(2833), - [anon_sym_u_DQUOTE] = ACTIONS(2833), - [anon_sym_U_DQUOTE] = ACTIONS(2833), - [anon_sym_u8_DQUOTE] = ACTIONS(2833), - [anon_sym_DQUOTE] = ACTIONS(2833), - [sym_true] = ACTIONS(2831), - [sym_false] = ACTIONS(2831), - [anon_sym_NULL] = ACTIONS(2831), - [anon_sym_nullptr] = ACTIONS(2831), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2831), - [anon_sym_decltype] = ACTIONS(2831), - [anon_sym_typename] = ACTIONS(2831), - [anon_sym_template] = ACTIONS(2831), - [anon_sym_try] = ACTIONS(2831), - [anon_sym_delete] = ACTIONS(2831), - [anon_sym_throw] = ACTIONS(2831), - [anon_sym_co_return] = ACTIONS(2831), - [anon_sym_co_yield] = ACTIONS(2831), - [anon_sym_R_DQUOTE] = ACTIONS(2833), - [anon_sym_LR_DQUOTE] = ACTIONS(2833), - [anon_sym_uR_DQUOTE] = ACTIONS(2833), - [anon_sym_UR_DQUOTE] = ACTIONS(2833), - [anon_sym_u8R_DQUOTE] = ACTIONS(2833), - [anon_sym_co_await] = ACTIONS(2831), - [anon_sym_new] = ACTIONS(2831), - [anon_sym_requires] = ACTIONS(2831), - [sym_this] = ACTIONS(2831), + [846] = { + [sym_identifier] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_BANG] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2839), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [anon_sym_if] = ACTIONS(2837), + [anon_sym_else] = ACTIONS(2837), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_while] = ACTIONS(2837), + [anon_sym_do] = ACTIONS(2837), + [anon_sym_for] = ACTIONS(2837), + [anon_sym_return] = ACTIONS(2837), + [anon_sym_break] = ACTIONS(2837), + [anon_sym_continue] = ACTIONS(2837), + [anon_sym_goto] = ACTIONS(2837), + [anon_sym___try] = ACTIONS(2837), + [anon_sym___leave] = ACTIONS(2837), + [anon_sym_not] = ACTIONS(2837), + [anon_sym_compl] = ACTIONS(2837), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_sizeof] = ACTIONS(2837), + [anon_sym___alignof__] = ACTIONS(2837), + [anon_sym___alignof] = ACTIONS(2837), + [anon_sym__alignof] = ACTIONS(2837), + [anon_sym_alignof] = ACTIONS(2837), + [anon_sym__Alignof] = ACTIONS(2837), + [anon_sym_offsetof] = ACTIONS(2837), + [anon_sym__Generic] = ACTIONS(2837), + [anon_sym_asm] = ACTIONS(2837), + [anon_sym___asm__] = ACTIONS(2837), + [anon_sym___asm] = ACTIONS(2837), + [aux_sym_number_literal_token1] = ACTIONS(2839), + [aux_sym_number_literal_token2] = ACTIONS(2837), + [anon_sym_L_SQUOTE] = ACTIONS(2839), + [anon_sym_u_SQUOTE] = ACTIONS(2839), + [anon_sym_U_SQUOTE] = ACTIONS(2839), + [anon_sym_u8_SQUOTE] = ACTIONS(2839), + [anon_sym_SQUOTE] = ACTIONS(2839), + [anon_sym_L_DQUOTE] = ACTIONS(2839), + [anon_sym_u_DQUOTE] = ACTIONS(2839), + [anon_sym_U_DQUOTE] = ACTIONS(2839), + [anon_sym_u8_DQUOTE] = ACTIONS(2839), + [anon_sym_DQUOTE] = ACTIONS(2839), + [sym_true] = ACTIONS(2837), + [sym_false] = ACTIONS(2837), + [anon_sym_NULL] = ACTIONS(2837), + [anon_sym_nullptr] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_try] = ACTIONS(2837), + [anon_sym_delete] = ACTIONS(2837), + [anon_sym_throw] = ACTIONS(2837), + [anon_sym_co_return] = ACTIONS(2837), + [anon_sym_co_yield] = ACTIONS(2837), + [anon_sym_R_DQUOTE] = ACTIONS(2839), + [anon_sym_LR_DQUOTE] = ACTIONS(2839), + [anon_sym_uR_DQUOTE] = ACTIONS(2839), + [anon_sym_UR_DQUOTE] = ACTIONS(2839), + [anon_sym_u8R_DQUOTE] = ACTIONS(2839), + [anon_sym_co_await] = ACTIONS(2837), + [anon_sym_new] = ACTIONS(2837), + [anon_sym_requires] = ACTIONS(2837), + [sym_this] = ACTIONS(2837), }, - [862] = { - [sym_identifier] = ACTIONS(2847), - [anon_sym_LPAREN2] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), - [anon_sym_TILDE] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2849), - [anon_sym_AMP] = ACTIONS(2849), - [anon_sym_SEMI] = ACTIONS(2849), - [anon_sym___extension__] = ACTIONS(2847), - [anon_sym_typedef] = ACTIONS(2847), - [anon_sym_virtual] = ACTIONS(2847), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym___attribute__] = ACTIONS(2847), - [anon_sym___attribute] = ACTIONS(2847), - [anon_sym_COLON_COLON] = ACTIONS(2849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2849), - [anon_sym___declspec] = ACTIONS(2847), - [anon_sym_LBRACE] = ACTIONS(2849), - [anon_sym_signed] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [anon_sym_LBRACK] = ACTIONS(2847), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym___inline] = ACTIONS(2847), - [anon_sym___inline__] = ACTIONS(2847), - [anon_sym___forceinline] = ACTIONS(2847), - [anon_sym_thread_local] = ACTIONS(2847), - [anon_sym___thread] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_constexpr] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym___restrict__] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym__Noreturn] = ACTIONS(2847), - [anon_sym_noreturn] = ACTIONS(2847), - [anon_sym__Nonnull] = ACTIONS(2847), - [anon_sym_mutable] = ACTIONS(2847), - [anon_sym_constinit] = ACTIONS(2847), - [anon_sym_consteval] = ACTIONS(2847), - [anon_sym_PROGMEM] = ACTIONS(2847), - [anon_sym_alignas] = ACTIONS(2847), - [anon_sym__Alignas] = ACTIONS(2847), - [aux_sym_primitive_type_token1] = ACTIONS(2847), - [anon_sym_byte] = ACTIONS(2847), - [anon_sym_word] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_class] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [anon_sym_if] = ACTIONS(2847), - [anon_sym_else] = ACTIONS(2847), - [anon_sym_switch] = ACTIONS(2847), - [anon_sym_while] = ACTIONS(2847), - [anon_sym_do] = ACTIONS(2847), - [anon_sym_for] = ACTIONS(2847), - [anon_sym_return] = ACTIONS(2847), - [anon_sym_break] = ACTIONS(2847), - [anon_sym_continue] = ACTIONS(2847), - [anon_sym_goto] = ACTIONS(2847), - [anon_sym___try] = ACTIONS(2847), - [anon_sym___leave] = ACTIONS(2847), - [anon_sym_not] = ACTIONS(2847), - [anon_sym_compl] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_sizeof] = ACTIONS(2847), - [anon_sym___alignof__] = ACTIONS(2847), - [anon_sym___alignof] = ACTIONS(2847), - [anon_sym__alignof] = ACTIONS(2847), - [anon_sym_alignof] = ACTIONS(2847), - [anon_sym__Alignof] = ACTIONS(2847), - [anon_sym_offsetof] = ACTIONS(2847), - [anon_sym__Generic] = ACTIONS(2847), - [anon_sym_asm] = ACTIONS(2847), - [anon_sym___asm__] = ACTIONS(2847), - [anon_sym___asm] = ACTIONS(2847), - [aux_sym_number_literal_token1] = ACTIONS(2849), - [aux_sym_number_literal_token2] = ACTIONS(2847), - [anon_sym_L_SQUOTE] = ACTIONS(2849), - [anon_sym_u_SQUOTE] = ACTIONS(2849), - [anon_sym_U_SQUOTE] = ACTIONS(2849), - [anon_sym_u8_SQUOTE] = ACTIONS(2849), - [anon_sym_SQUOTE] = ACTIONS(2849), - [anon_sym_L_DQUOTE] = ACTIONS(2849), - [anon_sym_u_DQUOTE] = ACTIONS(2849), - [anon_sym_U_DQUOTE] = ACTIONS(2849), - [anon_sym_u8_DQUOTE] = ACTIONS(2849), - [anon_sym_DQUOTE] = ACTIONS(2849), - [sym_true] = ACTIONS(2847), - [sym_false] = ACTIONS(2847), - [anon_sym_NULL] = ACTIONS(2847), - [anon_sym_nullptr] = ACTIONS(2847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2847), - [anon_sym_decltype] = ACTIONS(2847), - [anon_sym_typename] = ACTIONS(2847), - [anon_sym_template] = ACTIONS(2847), - [anon_sym_try] = ACTIONS(2847), - [anon_sym_delete] = ACTIONS(2847), - [anon_sym_throw] = ACTIONS(2847), - [anon_sym_co_return] = ACTIONS(2847), - [anon_sym_co_yield] = ACTIONS(2847), - [anon_sym_R_DQUOTE] = ACTIONS(2849), - [anon_sym_LR_DQUOTE] = ACTIONS(2849), - [anon_sym_uR_DQUOTE] = ACTIONS(2849), - [anon_sym_UR_DQUOTE] = ACTIONS(2849), - [anon_sym_u8R_DQUOTE] = ACTIONS(2849), - [anon_sym_co_await] = ACTIONS(2847), - [anon_sym_new] = ACTIONS(2847), - [anon_sym_requires] = ACTIONS(2847), - [sym_this] = ACTIONS(2847), + [847] = { + [sym_identifier] = ACTIONS(2909), + [anon_sym_LPAREN2] = ACTIONS(2911), + [anon_sym_BANG] = ACTIONS(2911), + [anon_sym_TILDE] = ACTIONS(2911), + [anon_sym_DASH] = ACTIONS(2909), + [anon_sym_PLUS] = ACTIONS(2909), + [anon_sym_STAR] = ACTIONS(2911), + [anon_sym_AMP] = ACTIONS(2911), + [anon_sym_SEMI] = ACTIONS(2911), + [anon_sym___extension__] = ACTIONS(2909), + [anon_sym_typedef] = ACTIONS(2909), + [anon_sym_virtual] = ACTIONS(2909), + [anon_sym_extern] = ACTIONS(2909), + [anon_sym___attribute__] = ACTIONS(2909), + [anon_sym___attribute] = ACTIONS(2909), + [anon_sym_COLON_COLON] = ACTIONS(2911), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), + [anon_sym___declspec] = ACTIONS(2909), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_signed] = ACTIONS(2909), + [anon_sym_unsigned] = ACTIONS(2909), + [anon_sym_long] = ACTIONS(2909), + [anon_sym_short] = ACTIONS(2909), + [anon_sym_LBRACK] = ACTIONS(2909), + [anon_sym_static] = ACTIONS(2909), + [anon_sym_register] = ACTIONS(2909), + [anon_sym_inline] = ACTIONS(2909), + [anon_sym___inline] = ACTIONS(2909), + [anon_sym___inline__] = ACTIONS(2909), + [anon_sym___forceinline] = ACTIONS(2909), + [anon_sym_thread_local] = ACTIONS(2909), + [anon_sym___thread] = ACTIONS(2909), + [anon_sym_const] = ACTIONS(2909), + [anon_sym_constexpr] = ACTIONS(2909), + [anon_sym_volatile] = ACTIONS(2909), + [anon_sym_restrict] = ACTIONS(2909), + [anon_sym___restrict__] = ACTIONS(2909), + [anon_sym__Atomic] = ACTIONS(2909), + [anon_sym__Noreturn] = ACTIONS(2909), + [anon_sym_noreturn] = ACTIONS(2909), + [anon_sym__Nonnull] = ACTIONS(2909), + [anon_sym_mutable] = ACTIONS(2909), + [anon_sym_constinit] = ACTIONS(2909), + [anon_sym_consteval] = ACTIONS(2909), + [anon_sym_PROGMEM] = ACTIONS(2909), + [anon_sym_alignas] = ACTIONS(2909), + [anon_sym__Alignas] = ACTIONS(2909), + [aux_sym_primitive_type_token1] = ACTIONS(2909), + [anon_sym_byte] = ACTIONS(2909), + [anon_sym_word] = ACTIONS(2909), + [anon_sym_enum] = ACTIONS(2909), + [anon_sym_class] = ACTIONS(2909), + [anon_sym_struct] = ACTIONS(2909), + [anon_sym_union] = ACTIONS(2909), + [anon_sym_if] = ACTIONS(2909), + [anon_sym_else] = ACTIONS(2909), + [anon_sym_switch] = ACTIONS(2909), + [anon_sym_while] = ACTIONS(2909), + [anon_sym_do] = ACTIONS(2909), + [anon_sym_for] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2909), + [anon_sym_break] = ACTIONS(2909), + [anon_sym_continue] = ACTIONS(2909), + [anon_sym_goto] = ACTIONS(2909), + [anon_sym___try] = ACTIONS(2909), + [anon_sym___leave] = ACTIONS(2909), + [anon_sym_not] = ACTIONS(2909), + [anon_sym_compl] = ACTIONS(2909), + [anon_sym_DASH_DASH] = ACTIONS(2911), + [anon_sym_PLUS_PLUS] = ACTIONS(2911), + [anon_sym_sizeof] = ACTIONS(2909), + [anon_sym___alignof__] = ACTIONS(2909), + [anon_sym___alignof] = ACTIONS(2909), + [anon_sym__alignof] = ACTIONS(2909), + [anon_sym_alignof] = ACTIONS(2909), + [anon_sym__Alignof] = ACTIONS(2909), + [anon_sym_offsetof] = ACTIONS(2909), + [anon_sym__Generic] = ACTIONS(2909), + [anon_sym_asm] = ACTIONS(2909), + [anon_sym___asm__] = ACTIONS(2909), + [anon_sym___asm] = ACTIONS(2909), + [aux_sym_number_literal_token1] = ACTIONS(2911), + [aux_sym_number_literal_token2] = ACTIONS(2909), + [anon_sym_L_SQUOTE] = ACTIONS(2911), + [anon_sym_u_SQUOTE] = ACTIONS(2911), + [anon_sym_U_SQUOTE] = ACTIONS(2911), + [anon_sym_u8_SQUOTE] = ACTIONS(2911), + [anon_sym_SQUOTE] = ACTIONS(2911), + [anon_sym_L_DQUOTE] = ACTIONS(2911), + [anon_sym_u_DQUOTE] = ACTIONS(2911), + [anon_sym_U_DQUOTE] = ACTIONS(2911), + [anon_sym_u8_DQUOTE] = ACTIONS(2911), + [anon_sym_DQUOTE] = ACTIONS(2911), + [sym_true] = ACTIONS(2909), + [sym_false] = ACTIONS(2909), + [anon_sym_NULL] = ACTIONS(2909), + [anon_sym_nullptr] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2909), + [anon_sym_decltype] = ACTIONS(2909), + [anon_sym_typename] = ACTIONS(2909), + [anon_sym_template] = ACTIONS(2909), + [anon_sym_try] = ACTIONS(2909), + [anon_sym_delete] = ACTIONS(2909), + [anon_sym_throw] = ACTIONS(2909), + [anon_sym_co_return] = ACTIONS(2909), + [anon_sym_co_yield] = ACTIONS(2909), + [anon_sym_R_DQUOTE] = ACTIONS(2911), + [anon_sym_LR_DQUOTE] = ACTIONS(2911), + [anon_sym_uR_DQUOTE] = ACTIONS(2911), + [anon_sym_UR_DQUOTE] = ACTIONS(2911), + [anon_sym_u8R_DQUOTE] = ACTIONS(2911), + [anon_sym_co_await] = ACTIONS(2909), + [anon_sym_new] = ACTIONS(2909), + [anon_sym_requires] = ACTIONS(2909), + [sym_this] = ACTIONS(2909), }, - [863] = { - [sym_identifier] = ACTIONS(2793), - [anon_sym_LPAREN2] = ACTIONS(2795), - [anon_sym_BANG] = ACTIONS(2795), - [anon_sym_TILDE] = ACTIONS(2795), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2795), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_SEMI] = ACTIONS(2795), - [anon_sym___extension__] = ACTIONS(2793), - [anon_sym_typedef] = ACTIONS(2793), - [anon_sym_virtual] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym___attribute__] = ACTIONS(2793), - [anon_sym___attribute] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2795), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), - [anon_sym___declspec] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2795), - [anon_sym_signed] = ACTIONS(2793), - [anon_sym_unsigned] = ACTIONS(2793), - [anon_sym_long] = ACTIONS(2793), - [anon_sym_short] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_register] = ACTIONS(2793), - [anon_sym_inline] = ACTIONS(2793), - [anon_sym___inline] = ACTIONS(2793), - [anon_sym___inline__] = ACTIONS(2793), - [anon_sym___forceinline] = ACTIONS(2793), - [anon_sym_thread_local] = ACTIONS(2793), - [anon_sym___thread] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_constexpr] = ACTIONS(2793), - [anon_sym_volatile] = ACTIONS(2793), - [anon_sym_restrict] = ACTIONS(2793), - [anon_sym___restrict__] = ACTIONS(2793), - [anon_sym__Atomic] = ACTIONS(2793), - [anon_sym__Noreturn] = ACTIONS(2793), - [anon_sym_noreturn] = ACTIONS(2793), - [anon_sym__Nonnull] = ACTIONS(2793), - [anon_sym_mutable] = ACTIONS(2793), - [anon_sym_constinit] = ACTIONS(2793), - [anon_sym_consteval] = ACTIONS(2793), - [anon_sym_PROGMEM] = ACTIONS(2793), - [anon_sym_alignas] = ACTIONS(2793), - [anon_sym__Alignas] = ACTIONS(2793), - [aux_sym_primitive_type_token1] = ACTIONS(2793), - [anon_sym_byte] = ACTIONS(2793), - [anon_sym_word] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_class] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_else] = ACTIONS(2793), - [anon_sym_switch] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_do] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_goto] = ACTIONS(2793), - [anon_sym___try] = ACTIONS(2793), - [anon_sym___leave] = ACTIONS(2793), - [anon_sym_not] = ACTIONS(2793), - [anon_sym_compl] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2795), - [anon_sym_PLUS_PLUS] = ACTIONS(2795), - [anon_sym_sizeof] = ACTIONS(2793), - [anon_sym___alignof__] = ACTIONS(2793), - [anon_sym___alignof] = ACTIONS(2793), - [anon_sym__alignof] = ACTIONS(2793), - [anon_sym_alignof] = ACTIONS(2793), - [anon_sym__Alignof] = ACTIONS(2793), - [anon_sym_offsetof] = ACTIONS(2793), - [anon_sym__Generic] = ACTIONS(2793), - [anon_sym_asm] = ACTIONS(2793), - [anon_sym___asm__] = ACTIONS(2793), - [anon_sym___asm] = ACTIONS(2793), - [aux_sym_number_literal_token1] = ACTIONS(2795), - [aux_sym_number_literal_token2] = ACTIONS(2793), - [anon_sym_L_SQUOTE] = ACTIONS(2795), - [anon_sym_u_SQUOTE] = ACTIONS(2795), - [anon_sym_U_SQUOTE] = ACTIONS(2795), - [anon_sym_u8_SQUOTE] = ACTIONS(2795), - [anon_sym_SQUOTE] = ACTIONS(2795), - [anon_sym_L_DQUOTE] = ACTIONS(2795), - [anon_sym_u_DQUOTE] = ACTIONS(2795), - [anon_sym_U_DQUOTE] = ACTIONS(2795), - [anon_sym_u8_DQUOTE] = ACTIONS(2795), - [anon_sym_DQUOTE] = ACTIONS(2795), - [sym_true] = ACTIONS(2793), - [sym_false] = ACTIONS(2793), - [anon_sym_NULL] = ACTIONS(2793), - [anon_sym_nullptr] = ACTIONS(2793), + [848] = { + [sym_identifier] = ACTIONS(2913), + [anon_sym_LPAREN2] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2913), + [anon_sym_PLUS] = ACTIONS(2913), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2915), + [anon_sym_SEMI] = ACTIONS(2915), + [anon_sym___extension__] = ACTIONS(2913), + [anon_sym_typedef] = ACTIONS(2913), + [anon_sym_virtual] = ACTIONS(2913), + [anon_sym_extern] = ACTIONS(2913), + [anon_sym___attribute__] = ACTIONS(2913), + [anon_sym___attribute] = ACTIONS(2913), + [anon_sym_COLON_COLON] = ACTIONS(2915), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), + [anon_sym___declspec] = ACTIONS(2913), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_signed] = ACTIONS(2913), + [anon_sym_unsigned] = ACTIONS(2913), + [anon_sym_long] = ACTIONS(2913), + [anon_sym_short] = ACTIONS(2913), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_static] = ACTIONS(2913), + [anon_sym_register] = ACTIONS(2913), + [anon_sym_inline] = ACTIONS(2913), + [anon_sym___inline] = ACTIONS(2913), + [anon_sym___inline__] = ACTIONS(2913), + [anon_sym___forceinline] = ACTIONS(2913), + [anon_sym_thread_local] = ACTIONS(2913), + [anon_sym___thread] = ACTIONS(2913), + [anon_sym_const] = ACTIONS(2913), + [anon_sym_constexpr] = ACTIONS(2913), + [anon_sym_volatile] = ACTIONS(2913), + [anon_sym_restrict] = ACTIONS(2913), + [anon_sym___restrict__] = ACTIONS(2913), + [anon_sym__Atomic] = ACTIONS(2913), + [anon_sym__Noreturn] = ACTIONS(2913), + [anon_sym_noreturn] = ACTIONS(2913), + [anon_sym__Nonnull] = ACTIONS(2913), + [anon_sym_mutable] = ACTIONS(2913), + [anon_sym_constinit] = ACTIONS(2913), + [anon_sym_consteval] = ACTIONS(2913), + [anon_sym_PROGMEM] = ACTIONS(2913), + [anon_sym_alignas] = ACTIONS(2913), + [anon_sym__Alignas] = ACTIONS(2913), + [aux_sym_primitive_type_token1] = ACTIONS(2913), + [anon_sym_byte] = ACTIONS(2913), + [anon_sym_word] = ACTIONS(2913), + [anon_sym_enum] = ACTIONS(2913), + [anon_sym_class] = ACTIONS(2913), + [anon_sym_struct] = ACTIONS(2913), + [anon_sym_union] = ACTIONS(2913), + [anon_sym_if] = ACTIONS(2913), + [anon_sym_else] = ACTIONS(2913), + [anon_sym_switch] = ACTIONS(2913), + [anon_sym_while] = ACTIONS(2913), + [anon_sym_do] = ACTIONS(2913), + [anon_sym_for] = ACTIONS(2913), + [anon_sym_return] = ACTIONS(2913), + [anon_sym_break] = ACTIONS(2913), + [anon_sym_continue] = ACTIONS(2913), + [anon_sym_goto] = ACTIONS(2913), + [anon_sym___try] = ACTIONS(2913), + [anon_sym___leave] = ACTIONS(2913), + [anon_sym_not] = ACTIONS(2913), + [anon_sym_compl] = ACTIONS(2913), + [anon_sym_DASH_DASH] = ACTIONS(2915), + [anon_sym_PLUS_PLUS] = ACTIONS(2915), + [anon_sym_sizeof] = ACTIONS(2913), + [anon_sym___alignof__] = ACTIONS(2913), + [anon_sym___alignof] = ACTIONS(2913), + [anon_sym__alignof] = ACTIONS(2913), + [anon_sym_alignof] = ACTIONS(2913), + [anon_sym__Alignof] = ACTIONS(2913), + [anon_sym_offsetof] = ACTIONS(2913), + [anon_sym__Generic] = ACTIONS(2913), + [anon_sym_asm] = ACTIONS(2913), + [anon_sym___asm__] = ACTIONS(2913), + [anon_sym___asm] = ACTIONS(2913), + [aux_sym_number_literal_token1] = ACTIONS(2915), + [aux_sym_number_literal_token2] = ACTIONS(2913), + [anon_sym_L_SQUOTE] = ACTIONS(2915), + [anon_sym_u_SQUOTE] = ACTIONS(2915), + [anon_sym_U_SQUOTE] = ACTIONS(2915), + [anon_sym_u8_SQUOTE] = ACTIONS(2915), + [anon_sym_SQUOTE] = ACTIONS(2915), + [anon_sym_L_DQUOTE] = ACTIONS(2915), + [anon_sym_u_DQUOTE] = ACTIONS(2915), + [anon_sym_U_DQUOTE] = ACTIONS(2915), + [anon_sym_u8_DQUOTE] = ACTIONS(2915), + [anon_sym_DQUOTE] = ACTIONS(2915), + [sym_true] = ACTIONS(2913), + [sym_false] = ACTIONS(2913), + [anon_sym_NULL] = ACTIONS(2913), + [anon_sym_nullptr] = ACTIONS(2913), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2793), - [anon_sym_decltype] = ACTIONS(2793), - [anon_sym_typename] = ACTIONS(2793), - [anon_sym_template] = ACTIONS(2793), - [anon_sym_try] = ACTIONS(2793), - [anon_sym_delete] = ACTIONS(2793), - [anon_sym_throw] = ACTIONS(2793), - [anon_sym_co_return] = ACTIONS(2793), - [anon_sym_co_yield] = ACTIONS(2793), - [anon_sym_R_DQUOTE] = ACTIONS(2795), - [anon_sym_LR_DQUOTE] = ACTIONS(2795), - [anon_sym_uR_DQUOTE] = ACTIONS(2795), - [anon_sym_UR_DQUOTE] = ACTIONS(2795), - [anon_sym_u8R_DQUOTE] = ACTIONS(2795), - [anon_sym_co_await] = ACTIONS(2793), - [anon_sym_new] = ACTIONS(2793), - [anon_sym_requires] = ACTIONS(2793), - [sym_this] = ACTIONS(2793), + [sym_auto] = ACTIONS(2913), + [anon_sym_decltype] = ACTIONS(2913), + [anon_sym_typename] = ACTIONS(2913), + [anon_sym_template] = ACTIONS(2913), + [anon_sym_try] = ACTIONS(2913), + [anon_sym_delete] = ACTIONS(2913), + [anon_sym_throw] = ACTIONS(2913), + [anon_sym_co_return] = ACTIONS(2913), + [anon_sym_co_yield] = ACTIONS(2913), + [anon_sym_R_DQUOTE] = ACTIONS(2915), + [anon_sym_LR_DQUOTE] = ACTIONS(2915), + [anon_sym_uR_DQUOTE] = ACTIONS(2915), + [anon_sym_UR_DQUOTE] = ACTIONS(2915), + [anon_sym_u8R_DQUOTE] = ACTIONS(2915), + [anon_sym_co_await] = ACTIONS(2913), + [anon_sym_new] = ACTIONS(2913), + [anon_sym_requires] = ACTIONS(2913), + [sym_this] = ACTIONS(2913), }, - [864] = { - [sym_identifier] = ACTIONS(3819), - [anon_sym_LPAREN2] = ACTIONS(3821), - [anon_sym_BANG] = ACTIONS(3821), - [anon_sym_TILDE] = ACTIONS(3821), - [anon_sym_DASH] = ACTIONS(3819), - [anon_sym_PLUS] = ACTIONS(3819), - [anon_sym_STAR] = ACTIONS(3821), - [anon_sym_AMP] = ACTIONS(3821), - [anon_sym_SEMI] = ACTIONS(3821), - [anon_sym___extension__] = ACTIONS(3819), - [anon_sym_virtual] = ACTIONS(3819), - [anon_sym_extern] = ACTIONS(3819), - [anon_sym___attribute__] = ACTIONS(3819), - [anon_sym___attribute] = ACTIONS(3819), - [anon_sym_COLON_COLON] = ACTIONS(3821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3821), - [anon_sym___declspec] = ACTIONS(3819), - [anon_sym_LBRACE] = ACTIONS(3821), - [anon_sym_signed] = ACTIONS(3819), - [anon_sym_unsigned] = ACTIONS(3819), - [anon_sym_long] = ACTIONS(3819), - [anon_sym_short] = ACTIONS(3819), - [anon_sym_LBRACK] = ACTIONS(3819), - [anon_sym_static] = ACTIONS(3819), - [anon_sym_register] = ACTIONS(3819), - [anon_sym_inline] = ACTIONS(3819), - [anon_sym___inline] = ACTIONS(3819), - [anon_sym___inline__] = ACTIONS(3819), - [anon_sym___forceinline] = ACTIONS(3819), - [anon_sym_thread_local] = ACTIONS(3819), - [anon_sym___thread] = ACTIONS(3819), - [anon_sym_const] = ACTIONS(3819), - [anon_sym_constexpr] = ACTIONS(3819), - [anon_sym_volatile] = ACTIONS(3819), - [anon_sym_restrict] = ACTIONS(3819), - [anon_sym___restrict__] = ACTIONS(3819), - [anon_sym__Atomic] = ACTIONS(3819), - [anon_sym__Noreturn] = ACTIONS(3819), - [anon_sym_noreturn] = ACTIONS(3819), - [anon_sym__Nonnull] = ACTIONS(3819), - [anon_sym_mutable] = ACTIONS(3819), - [anon_sym_constinit] = ACTIONS(3819), - [anon_sym_consteval] = ACTIONS(3819), - [anon_sym_PROGMEM] = ACTIONS(3819), - [anon_sym_alignas] = ACTIONS(3819), - [anon_sym__Alignas] = ACTIONS(3819), - [aux_sym_primitive_type_token1] = ACTIONS(3819), - [anon_sym_byte] = ACTIONS(3819), - [anon_sym_word] = ACTIONS(3819), - [anon_sym_enum] = ACTIONS(3819), - [anon_sym_class] = ACTIONS(3819), - [anon_sym_struct] = ACTIONS(3819), - [anon_sym_union] = ACTIONS(3819), - [anon_sym_if] = ACTIONS(3819), - [anon_sym_switch] = ACTIONS(3819), - [anon_sym_case] = ACTIONS(3819), - [anon_sym_default] = ACTIONS(3819), - [anon_sym_while] = ACTIONS(3819), - [anon_sym_do] = ACTIONS(3819), - [anon_sym_for] = ACTIONS(3819), - [anon_sym_return] = ACTIONS(3819), - [anon_sym_break] = ACTIONS(3819), - [anon_sym_continue] = ACTIONS(3819), - [anon_sym_goto] = ACTIONS(3819), - [anon_sym___try] = ACTIONS(3819), - [anon_sym___leave] = ACTIONS(3819), - [anon_sym_not] = ACTIONS(3819), - [anon_sym_compl] = ACTIONS(3819), - [anon_sym_DASH_DASH] = ACTIONS(3821), - [anon_sym_PLUS_PLUS] = ACTIONS(3821), - [anon_sym_sizeof] = ACTIONS(3819), - [anon_sym___alignof__] = ACTIONS(3819), - [anon_sym___alignof] = ACTIONS(3819), - [anon_sym__alignof] = ACTIONS(3819), - [anon_sym_alignof] = ACTIONS(3819), - [anon_sym__Alignof] = ACTIONS(3819), - [anon_sym_offsetof] = ACTIONS(3819), - [anon_sym__Generic] = ACTIONS(3819), - [anon_sym_asm] = ACTIONS(3819), - [anon_sym___asm__] = ACTIONS(3819), - [anon_sym___asm] = ACTIONS(3819), - [aux_sym_number_literal_token1] = ACTIONS(3821), - [aux_sym_number_literal_token2] = ACTIONS(3819), - [anon_sym_L_SQUOTE] = ACTIONS(3821), - [anon_sym_u_SQUOTE] = ACTIONS(3821), - [anon_sym_U_SQUOTE] = ACTIONS(3821), - [anon_sym_u8_SQUOTE] = ACTIONS(3821), - [anon_sym_SQUOTE] = ACTIONS(3821), - [anon_sym_L_DQUOTE] = ACTIONS(3821), - [anon_sym_u_DQUOTE] = ACTIONS(3821), - [anon_sym_U_DQUOTE] = ACTIONS(3821), - [anon_sym_u8_DQUOTE] = ACTIONS(3821), - [anon_sym_DQUOTE] = ACTIONS(3821), - [sym_true] = ACTIONS(3819), - [sym_false] = ACTIONS(3819), - [anon_sym_NULL] = ACTIONS(3819), - [anon_sym_nullptr] = ACTIONS(3819), + [849] = { + [sym_identifier] = ACTIONS(2853), + [anon_sym_LPAREN2] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2853), + [anon_sym_PLUS] = ACTIONS(2853), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2855), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym___extension__] = ACTIONS(2853), + [anon_sym_typedef] = ACTIONS(2853), + [anon_sym_virtual] = ACTIONS(2853), + [anon_sym_extern] = ACTIONS(2853), + [anon_sym___attribute__] = ACTIONS(2853), + [anon_sym___attribute] = ACTIONS(2853), + [anon_sym_COLON_COLON] = ACTIONS(2855), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2855), + [anon_sym___declspec] = ACTIONS(2853), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_signed] = ACTIONS(2853), + [anon_sym_unsigned] = ACTIONS(2853), + [anon_sym_long] = ACTIONS(2853), + [anon_sym_short] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_static] = ACTIONS(2853), + [anon_sym_register] = ACTIONS(2853), + [anon_sym_inline] = ACTIONS(2853), + [anon_sym___inline] = ACTIONS(2853), + [anon_sym___inline__] = ACTIONS(2853), + [anon_sym___forceinline] = ACTIONS(2853), + [anon_sym_thread_local] = ACTIONS(2853), + [anon_sym___thread] = ACTIONS(2853), + [anon_sym_const] = ACTIONS(2853), + [anon_sym_constexpr] = ACTIONS(2853), + [anon_sym_volatile] = ACTIONS(2853), + [anon_sym_restrict] = ACTIONS(2853), + [anon_sym___restrict__] = ACTIONS(2853), + [anon_sym__Atomic] = ACTIONS(2853), + [anon_sym__Noreturn] = ACTIONS(2853), + [anon_sym_noreturn] = ACTIONS(2853), + [anon_sym__Nonnull] = ACTIONS(2853), + [anon_sym_mutable] = ACTIONS(2853), + [anon_sym_constinit] = ACTIONS(2853), + [anon_sym_consteval] = ACTIONS(2853), + [anon_sym_PROGMEM] = ACTIONS(2853), + [anon_sym_alignas] = ACTIONS(2853), + [anon_sym__Alignas] = ACTIONS(2853), + [aux_sym_primitive_type_token1] = ACTIONS(2853), + [anon_sym_byte] = ACTIONS(2853), + [anon_sym_word] = ACTIONS(2853), + [anon_sym_enum] = ACTIONS(2853), + [anon_sym_class] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2853), + [anon_sym_union] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2853), + [anon_sym_else] = ACTIONS(2853), + [anon_sym_switch] = ACTIONS(2853), + [anon_sym_while] = ACTIONS(2853), + [anon_sym_do] = ACTIONS(2853), + [anon_sym_for] = ACTIONS(2853), + [anon_sym_return] = ACTIONS(2853), + [anon_sym_break] = ACTIONS(2853), + [anon_sym_continue] = ACTIONS(2853), + [anon_sym_goto] = ACTIONS(2853), + [anon_sym___try] = ACTIONS(2853), + [anon_sym___leave] = ACTIONS(2853), + [anon_sym_not] = ACTIONS(2853), + [anon_sym_compl] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_sizeof] = ACTIONS(2853), + [anon_sym___alignof__] = ACTIONS(2853), + [anon_sym___alignof] = ACTIONS(2853), + [anon_sym__alignof] = ACTIONS(2853), + [anon_sym_alignof] = ACTIONS(2853), + [anon_sym__Alignof] = ACTIONS(2853), + [anon_sym_offsetof] = ACTIONS(2853), + [anon_sym__Generic] = ACTIONS(2853), + [anon_sym_asm] = ACTIONS(2853), + [anon_sym___asm__] = ACTIONS(2853), + [anon_sym___asm] = ACTIONS(2853), + [aux_sym_number_literal_token1] = ACTIONS(2855), + [aux_sym_number_literal_token2] = ACTIONS(2853), + [anon_sym_L_SQUOTE] = ACTIONS(2855), + [anon_sym_u_SQUOTE] = ACTIONS(2855), + [anon_sym_U_SQUOTE] = ACTIONS(2855), + [anon_sym_u8_SQUOTE] = ACTIONS(2855), + [anon_sym_SQUOTE] = ACTIONS(2855), + [anon_sym_L_DQUOTE] = ACTIONS(2855), + [anon_sym_u_DQUOTE] = ACTIONS(2855), + [anon_sym_U_DQUOTE] = ACTIONS(2855), + [anon_sym_u8_DQUOTE] = ACTIONS(2855), + [anon_sym_DQUOTE] = ACTIONS(2855), + [sym_true] = ACTIONS(2853), + [sym_false] = ACTIONS(2853), + [anon_sym_NULL] = ACTIONS(2853), + [anon_sym_nullptr] = ACTIONS(2853), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2853), + [anon_sym_decltype] = ACTIONS(2853), + [anon_sym_typename] = ACTIONS(2853), + [anon_sym_template] = ACTIONS(2853), + [anon_sym_try] = ACTIONS(2853), + [anon_sym_delete] = ACTIONS(2853), + [anon_sym_throw] = ACTIONS(2853), + [anon_sym_co_return] = ACTIONS(2853), + [anon_sym_co_yield] = ACTIONS(2853), + [anon_sym_R_DQUOTE] = ACTIONS(2855), + [anon_sym_LR_DQUOTE] = ACTIONS(2855), + [anon_sym_uR_DQUOTE] = ACTIONS(2855), + [anon_sym_UR_DQUOTE] = ACTIONS(2855), + [anon_sym_u8R_DQUOTE] = ACTIONS(2855), + [anon_sym_co_await] = ACTIONS(2853), + [anon_sym_new] = ACTIONS(2853), + [anon_sym_requires] = ACTIONS(2853), + [sym_this] = ACTIONS(2853), + }, + [850] = { + [sym_identifier] = ACTIONS(2917), + [anon_sym_LPAREN2] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2917), + [anon_sym_PLUS] = ACTIONS(2917), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2919), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym___extension__] = ACTIONS(2917), + [anon_sym_typedef] = ACTIONS(2917), + [anon_sym_virtual] = ACTIONS(2917), + [anon_sym_extern] = ACTIONS(2917), + [anon_sym___attribute__] = ACTIONS(2917), + [anon_sym___attribute] = ACTIONS(2917), + [anon_sym_COLON_COLON] = ACTIONS(2919), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), + [anon_sym___declspec] = ACTIONS(2917), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_signed] = ACTIONS(2917), + [anon_sym_unsigned] = ACTIONS(2917), + [anon_sym_long] = ACTIONS(2917), + [anon_sym_short] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_static] = ACTIONS(2917), + [anon_sym_register] = ACTIONS(2917), + [anon_sym_inline] = ACTIONS(2917), + [anon_sym___inline] = ACTIONS(2917), + [anon_sym___inline__] = ACTIONS(2917), + [anon_sym___forceinline] = ACTIONS(2917), + [anon_sym_thread_local] = ACTIONS(2917), + [anon_sym___thread] = ACTIONS(2917), + [anon_sym_const] = ACTIONS(2917), + [anon_sym_constexpr] = ACTIONS(2917), + [anon_sym_volatile] = ACTIONS(2917), + [anon_sym_restrict] = ACTIONS(2917), + [anon_sym___restrict__] = ACTIONS(2917), + [anon_sym__Atomic] = ACTIONS(2917), + [anon_sym__Noreturn] = ACTIONS(2917), + [anon_sym_noreturn] = ACTIONS(2917), + [anon_sym__Nonnull] = ACTIONS(2917), + [anon_sym_mutable] = ACTIONS(2917), + [anon_sym_constinit] = ACTIONS(2917), + [anon_sym_consteval] = ACTIONS(2917), + [anon_sym_PROGMEM] = ACTIONS(2917), + [anon_sym_alignas] = ACTIONS(2917), + [anon_sym__Alignas] = ACTIONS(2917), + [aux_sym_primitive_type_token1] = ACTIONS(2917), + [anon_sym_byte] = ACTIONS(2917), + [anon_sym_word] = ACTIONS(2917), + [anon_sym_enum] = ACTIONS(2917), + [anon_sym_class] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_union] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2917), + [anon_sym_else] = ACTIONS(2917), + [anon_sym_switch] = ACTIONS(2917), + [anon_sym_while] = ACTIONS(2917), + [anon_sym_do] = ACTIONS(2917), + [anon_sym_for] = ACTIONS(2917), + [anon_sym_return] = ACTIONS(2917), + [anon_sym_break] = ACTIONS(2917), + [anon_sym_continue] = ACTIONS(2917), + [anon_sym_goto] = ACTIONS(2917), + [anon_sym___try] = ACTIONS(2917), + [anon_sym___leave] = ACTIONS(2917), + [anon_sym_not] = ACTIONS(2917), + [anon_sym_compl] = ACTIONS(2917), + [anon_sym_DASH_DASH] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2919), + [anon_sym_sizeof] = ACTIONS(2917), + [anon_sym___alignof__] = ACTIONS(2917), + [anon_sym___alignof] = ACTIONS(2917), + [anon_sym__alignof] = ACTIONS(2917), + [anon_sym_alignof] = ACTIONS(2917), + [anon_sym__Alignof] = ACTIONS(2917), + [anon_sym_offsetof] = ACTIONS(2917), + [anon_sym__Generic] = ACTIONS(2917), + [anon_sym_asm] = ACTIONS(2917), + [anon_sym___asm__] = ACTIONS(2917), + [anon_sym___asm] = ACTIONS(2917), + [aux_sym_number_literal_token1] = ACTIONS(2919), + [aux_sym_number_literal_token2] = ACTIONS(2917), + [anon_sym_L_SQUOTE] = ACTIONS(2919), + [anon_sym_u_SQUOTE] = ACTIONS(2919), + [anon_sym_U_SQUOTE] = ACTIONS(2919), + [anon_sym_u8_SQUOTE] = ACTIONS(2919), + [anon_sym_SQUOTE] = ACTIONS(2919), + [anon_sym_L_DQUOTE] = ACTIONS(2919), + [anon_sym_u_DQUOTE] = ACTIONS(2919), + [anon_sym_U_DQUOTE] = ACTIONS(2919), + [anon_sym_u8_DQUOTE] = ACTIONS(2919), + [anon_sym_DQUOTE] = ACTIONS(2919), + [sym_true] = ACTIONS(2917), + [sym_false] = ACTIONS(2917), + [anon_sym_NULL] = ACTIONS(2917), + [anon_sym_nullptr] = ACTIONS(2917), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3819), - [anon_sym_decltype] = ACTIONS(3819), - [anon_sym_typename] = ACTIONS(3819), - [anon_sym_template] = ACTIONS(3819), - [anon_sym_try] = ACTIONS(3819), - [anon_sym_delete] = ACTIONS(3819), - [anon_sym_throw] = ACTIONS(3819), - [anon_sym_co_return] = ACTIONS(3819), - [anon_sym_co_yield] = ACTIONS(3819), - [anon_sym_R_DQUOTE] = ACTIONS(3821), - [anon_sym_LR_DQUOTE] = ACTIONS(3821), - [anon_sym_uR_DQUOTE] = ACTIONS(3821), - [anon_sym_UR_DQUOTE] = ACTIONS(3821), - [anon_sym_u8R_DQUOTE] = ACTIONS(3821), - [anon_sym_co_await] = ACTIONS(3819), - [anon_sym_new] = ACTIONS(3819), - [anon_sym_requires] = ACTIONS(3819), - [sym_this] = ACTIONS(3819), + [sym_auto] = ACTIONS(2917), + [anon_sym_decltype] = ACTIONS(2917), + [anon_sym_typename] = ACTIONS(2917), + [anon_sym_template] = ACTIONS(2917), + [anon_sym_try] = ACTIONS(2917), + [anon_sym_delete] = ACTIONS(2917), + [anon_sym_throw] = ACTIONS(2917), + [anon_sym_co_return] = ACTIONS(2917), + [anon_sym_co_yield] = ACTIONS(2917), + [anon_sym_R_DQUOTE] = ACTIONS(2919), + [anon_sym_LR_DQUOTE] = ACTIONS(2919), + [anon_sym_uR_DQUOTE] = ACTIONS(2919), + [anon_sym_UR_DQUOTE] = ACTIONS(2919), + [anon_sym_u8R_DQUOTE] = ACTIONS(2919), + [anon_sym_co_await] = ACTIONS(2917), + [anon_sym_new] = ACTIONS(2917), + [anon_sym_requires] = ACTIONS(2917), + [sym_this] = ACTIONS(2917), }, - [865] = { + [851] = { [sym_identifier] = ACTIONS(2921), [anon_sym_LPAREN2] = ACTIONS(2923), [anon_sym_BANG] = ACTIONS(2923), @@ -165985,597 +164333,1187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2921), [sym_this] = ACTIONS(2921), }, - [866] = { - [sym_identifier] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_BANG] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_DASH] = ACTIONS(2823), - [anon_sym_PLUS] = ACTIONS(2823), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2825), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym_LBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [anon_sym_if] = ACTIONS(2823), - [anon_sym_else] = ACTIONS(2823), - [anon_sym_switch] = ACTIONS(2823), - [anon_sym_while] = ACTIONS(2823), - [anon_sym_do] = ACTIONS(2823), - [anon_sym_for] = ACTIONS(2823), - [anon_sym_return] = ACTIONS(2823), - [anon_sym_break] = ACTIONS(2823), - [anon_sym_continue] = ACTIONS(2823), - [anon_sym_goto] = ACTIONS(2823), - [anon_sym___try] = ACTIONS(2823), - [anon_sym___leave] = ACTIONS(2823), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_compl] = ACTIONS(2823), - [anon_sym_DASH_DASH] = ACTIONS(2825), - [anon_sym_PLUS_PLUS] = ACTIONS(2825), - [anon_sym_sizeof] = ACTIONS(2823), - [anon_sym___alignof__] = ACTIONS(2823), - [anon_sym___alignof] = ACTIONS(2823), - [anon_sym__alignof] = ACTIONS(2823), - [anon_sym_alignof] = ACTIONS(2823), - [anon_sym__Alignof] = ACTIONS(2823), - [anon_sym_offsetof] = ACTIONS(2823), - [anon_sym__Generic] = ACTIONS(2823), - [anon_sym_asm] = ACTIONS(2823), - [anon_sym___asm__] = ACTIONS(2823), - [anon_sym___asm] = ACTIONS(2823), - [aux_sym_number_literal_token1] = ACTIONS(2825), - [aux_sym_number_literal_token2] = ACTIONS(2823), - [anon_sym_L_SQUOTE] = ACTIONS(2825), - [anon_sym_u_SQUOTE] = ACTIONS(2825), - [anon_sym_U_SQUOTE] = ACTIONS(2825), - [anon_sym_u8_SQUOTE] = ACTIONS(2825), - [anon_sym_SQUOTE] = ACTIONS(2825), - [anon_sym_L_DQUOTE] = ACTIONS(2825), - [anon_sym_u_DQUOTE] = ACTIONS(2825), - [anon_sym_U_DQUOTE] = ACTIONS(2825), - [anon_sym_u8_DQUOTE] = ACTIONS(2825), - [anon_sym_DQUOTE] = ACTIONS(2825), - [sym_true] = ACTIONS(2823), - [sym_false] = ACTIONS(2823), - [anon_sym_NULL] = ACTIONS(2823), - [anon_sym_nullptr] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_try] = ACTIONS(2823), - [anon_sym_delete] = ACTIONS(2823), - [anon_sym_throw] = ACTIONS(2823), - [anon_sym_co_return] = ACTIONS(2823), - [anon_sym_co_yield] = ACTIONS(2823), - [anon_sym_R_DQUOTE] = ACTIONS(2825), - [anon_sym_LR_DQUOTE] = ACTIONS(2825), - [anon_sym_uR_DQUOTE] = ACTIONS(2825), - [anon_sym_UR_DQUOTE] = ACTIONS(2825), - [anon_sym_u8R_DQUOTE] = ACTIONS(2825), - [anon_sym_co_await] = ACTIONS(2823), - [anon_sym_new] = ACTIONS(2823), - [anon_sym_requires] = ACTIONS(2823), - [sym_this] = ACTIONS(2823), + [852] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1573), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), + [sym_identifier] = ACTIONS(4107), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4111), + [anon_sym_TILDE] = ACTIONS(4115), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4119), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4122), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4119), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4125), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4122), + [anon_sym___extension__] = ACTIONS(4107), + [anon_sym_virtual] = ACTIONS(4107), + [anon_sym_extern] = ACTIONS(4107), + [anon_sym___attribute__] = ACTIONS(4107), + [anon_sym___attribute] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4130), + [anon_sym___declspec] = ACTIONS(4107), + [anon_sym___based] = ACTIONS(4107), + [anon_sym___cdecl] = ACTIONS(4107), + [anon_sym___clrcall] = ACTIONS(4107), + [anon_sym___stdcall] = ACTIONS(4107), + [anon_sym___fastcall] = ACTIONS(4107), + [anon_sym___thiscall] = ACTIONS(4107), + [anon_sym___vectorcall] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_signed] = ACTIONS(4135), + [anon_sym_unsigned] = ACTIONS(4135), + [anon_sym_long] = ACTIONS(4135), + [anon_sym_short] = ACTIONS(4135), + [anon_sym_LBRACK] = ACTIONS(4137), + [anon_sym_static] = ACTIONS(4107), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_register] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym___inline] = ACTIONS(4107), + [anon_sym___inline__] = ACTIONS(4107), + [anon_sym___forceinline] = ACTIONS(4107), + [anon_sym_thread_local] = ACTIONS(4107), + [anon_sym___thread] = ACTIONS(4107), + [anon_sym_const] = ACTIONS(4107), + [anon_sym_constexpr] = ACTIONS(4107), + [anon_sym_volatile] = ACTIONS(4107), + [anon_sym_restrict] = ACTIONS(4107), + [anon_sym___restrict__] = ACTIONS(4107), + [anon_sym__Atomic] = ACTIONS(4107), + [anon_sym__Noreturn] = ACTIONS(4107), + [anon_sym_noreturn] = ACTIONS(4107), + [anon_sym__Nonnull] = ACTIONS(4107), + [anon_sym_mutable] = ACTIONS(4107), + [anon_sym_constinit] = ACTIONS(4107), + [anon_sym_consteval] = ACTIONS(4107), + [anon_sym_PROGMEM] = ACTIONS(4107), + [anon_sym_alignas] = ACTIONS(4107), + [anon_sym__Alignas] = ACTIONS(4107), + [anon_sym_COLON] = ACTIONS(4143), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4141), + [anon_sym_or_eq] = ACTIONS(4141), + [anon_sym_xor_eq] = ACTIONS(4141), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4117), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4117), + [anon_sym_not_eq] = ACTIONS(4117), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4107), + [anon_sym_decltype] = ACTIONS(4107), + [anon_sym_template] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [867] = { - [sym_identifier] = ACTIONS(2913), - [anon_sym_LPAREN2] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_PLUS] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2915), - [anon_sym_SEMI] = ACTIONS(2915), - [anon_sym___extension__] = ACTIONS(2913), - [anon_sym_typedef] = ACTIONS(2913), - [anon_sym_virtual] = ACTIONS(2913), - [anon_sym_extern] = ACTIONS(2913), - [anon_sym___attribute__] = ACTIONS(2913), - [anon_sym___attribute] = ACTIONS(2913), - [anon_sym_COLON_COLON] = ACTIONS(2915), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2915), - [anon_sym___declspec] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_signed] = ACTIONS(2913), - [anon_sym_unsigned] = ACTIONS(2913), - [anon_sym_long] = ACTIONS(2913), - [anon_sym_short] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_static] = ACTIONS(2913), - [anon_sym_register] = ACTIONS(2913), - [anon_sym_inline] = ACTIONS(2913), - [anon_sym___inline] = ACTIONS(2913), - [anon_sym___inline__] = ACTIONS(2913), - [anon_sym___forceinline] = ACTIONS(2913), - [anon_sym_thread_local] = ACTIONS(2913), - [anon_sym___thread] = ACTIONS(2913), - [anon_sym_const] = ACTIONS(2913), - [anon_sym_constexpr] = ACTIONS(2913), - [anon_sym_volatile] = ACTIONS(2913), - [anon_sym_restrict] = ACTIONS(2913), - [anon_sym___restrict__] = ACTIONS(2913), - [anon_sym__Atomic] = ACTIONS(2913), - [anon_sym__Noreturn] = ACTIONS(2913), - [anon_sym_noreturn] = ACTIONS(2913), - [anon_sym__Nonnull] = ACTIONS(2913), - [anon_sym_mutable] = ACTIONS(2913), - [anon_sym_constinit] = ACTIONS(2913), - [anon_sym_consteval] = ACTIONS(2913), - [anon_sym_PROGMEM] = ACTIONS(2913), - [anon_sym_alignas] = ACTIONS(2913), - [anon_sym__Alignas] = ACTIONS(2913), - [aux_sym_primitive_type_token1] = ACTIONS(2913), - [anon_sym_byte] = ACTIONS(2913), - [anon_sym_word] = ACTIONS(2913), - [anon_sym_enum] = ACTIONS(2913), - [anon_sym_class] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2913), - [anon_sym_union] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2913), - [anon_sym_else] = ACTIONS(2913), - [anon_sym_switch] = ACTIONS(2913), - [anon_sym_while] = ACTIONS(2913), - [anon_sym_do] = ACTIONS(2913), - [anon_sym_for] = ACTIONS(2913), - [anon_sym_return] = ACTIONS(2913), - [anon_sym_break] = ACTIONS(2913), - [anon_sym_continue] = ACTIONS(2913), - [anon_sym_goto] = ACTIONS(2913), - [anon_sym___try] = ACTIONS(2913), - [anon_sym___leave] = ACTIONS(2913), - [anon_sym_not] = ACTIONS(2913), - [anon_sym_compl] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_sizeof] = ACTIONS(2913), - [anon_sym___alignof__] = ACTIONS(2913), - [anon_sym___alignof] = ACTIONS(2913), - [anon_sym__alignof] = ACTIONS(2913), - [anon_sym_alignof] = ACTIONS(2913), - [anon_sym__Alignof] = ACTIONS(2913), - [anon_sym_offsetof] = ACTIONS(2913), - [anon_sym__Generic] = ACTIONS(2913), - [anon_sym_asm] = ACTIONS(2913), - [anon_sym___asm__] = ACTIONS(2913), - [anon_sym___asm] = ACTIONS(2913), - [aux_sym_number_literal_token1] = ACTIONS(2915), - [aux_sym_number_literal_token2] = ACTIONS(2913), - [anon_sym_L_SQUOTE] = ACTIONS(2915), - [anon_sym_u_SQUOTE] = ACTIONS(2915), - [anon_sym_U_SQUOTE] = ACTIONS(2915), - [anon_sym_u8_SQUOTE] = ACTIONS(2915), - [anon_sym_SQUOTE] = ACTIONS(2915), - [anon_sym_L_DQUOTE] = ACTIONS(2915), - [anon_sym_u_DQUOTE] = ACTIONS(2915), - [anon_sym_U_DQUOTE] = ACTIONS(2915), - [anon_sym_u8_DQUOTE] = ACTIONS(2915), - [anon_sym_DQUOTE] = ACTIONS(2915), - [sym_true] = ACTIONS(2913), - [sym_false] = ACTIONS(2913), - [anon_sym_NULL] = ACTIONS(2913), - [anon_sym_nullptr] = ACTIONS(2913), + [853] = { + [sym_identifier] = ACTIONS(2857), + [anon_sym_LPAREN2] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_SEMI] = ACTIONS(2859), + [anon_sym___extension__] = ACTIONS(2857), + [anon_sym_typedef] = ACTIONS(2857), + [anon_sym_virtual] = ACTIONS(2857), + [anon_sym_extern] = ACTIONS(2857), + [anon_sym___attribute__] = ACTIONS(2857), + [anon_sym___attribute] = ACTIONS(2857), + [anon_sym_COLON_COLON] = ACTIONS(2859), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2859), + [anon_sym___declspec] = ACTIONS(2857), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_signed] = ACTIONS(2857), + [anon_sym_unsigned] = ACTIONS(2857), + [anon_sym_long] = ACTIONS(2857), + [anon_sym_short] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_static] = ACTIONS(2857), + [anon_sym_register] = ACTIONS(2857), + [anon_sym_inline] = ACTIONS(2857), + [anon_sym___inline] = ACTIONS(2857), + [anon_sym___inline__] = ACTIONS(2857), + [anon_sym___forceinline] = ACTIONS(2857), + [anon_sym_thread_local] = ACTIONS(2857), + [anon_sym___thread] = ACTIONS(2857), + [anon_sym_const] = ACTIONS(2857), + [anon_sym_constexpr] = ACTIONS(2857), + [anon_sym_volatile] = ACTIONS(2857), + [anon_sym_restrict] = ACTIONS(2857), + [anon_sym___restrict__] = ACTIONS(2857), + [anon_sym__Atomic] = ACTIONS(2857), + [anon_sym__Noreturn] = ACTIONS(2857), + [anon_sym_noreturn] = ACTIONS(2857), + [anon_sym__Nonnull] = ACTIONS(2857), + [anon_sym_mutable] = ACTIONS(2857), + [anon_sym_constinit] = ACTIONS(2857), + [anon_sym_consteval] = ACTIONS(2857), + [anon_sym_PROGMEM] = ACTIONS(2857), + [anon_sym_alignas] = ACTIONS(2857), + [anon_sym__Alignas] = ACTIONS(2857), + [aux_sym_primitive_type_token1] = ACTIONS(2857), + [anon_sym_byte] = ACTIONS(2857), + [anon_sym_word] = ACTIONS(2857), + [anon_sym_enum] = ACTIONS(2857), + [anon_sym_class] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2857), + [anon_sym_union] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2857), + [anon_sym_else] = ACTIONS(2857), + [anon_sym_switch] = ACTIONS(2857), + [anon_sym_while] = ACTIONS(2857), + [anon_sym_do] = ACTIONS(2857), + [anon_sym_for] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2857), + [anon_sym_break] = ACTIONS(2857), + [anon_sym_continue] = ACTIONS(2857), + [anon_sym_goto] = ACTIONS(2857), + [anon_sym___try] = ACTIONS(2857), + [anon_sym___leave] = ACTIONS(2857), + [anon_sym_not] = ACTIONS(2857), + [anon_sym_compl] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_sizeof] = ACTIONS(2857), + [anon_sym___alignof__] = ACTIONS(2857), + [anon_sym___alignof] = ACTIONS(2857), + [anon_sym__alignof] = ACTIONS(2857), + [anon_sym_alignof] = ACTIONS(2857), + [anon_sym__Alignof] = ACTIONS(2857), + [anon_sym_offsetof] = ACTIONS(2857), + [anon_sym__Generic] = ACTIONS(2857), + [anon_sym_asm] = ACTIONS(2857), + [anon_sym___asm__] = ACTIONS(2857), + [anon_sym___asm] = ACTIONS(2857), + [aux_sym_number_literal_token1] = ACTIONS(2859), + [aux_sym_number_literal_token2] = ACTIONS(2857), + [anon_sym_L_SQUOTE] = ACTIONS(2859), + [anon_sym_u_SQUOTE] = ACTIONS(2859), + [anon_sym_U_SQUOTE] = ACTIONS(2859), + [anon_sym_u8_SQUOTE] = ACTIONS(2859), + [anon_sym_SQUOTE] = ACTIONS(2859), + [anon_sym_L_DQUOTE] = ACTIONS(2859), + [anon_sym_u_DQUOTE] = ACTIONS(2859), + [anon_sym_U_DQUOTE] = ACTIONS(2859), + [anon_sym_u8_DQUOTE] = ACTIONS(2859), + [anon_sym_DQUOTE] = ACTIONS(2859), + [sym_true] = ACTIONS(2857), + [sym_false] = ACTIONS(2857), + [anon_sym_NULL] = ACTIONS(2857), + [anon_sym_nullptr] = ACTIONS(2857), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2857), + [anon_sym_decltype] = ACTIONS(2857), + [anon_sym_typename] = ACTIONS(2857), + [anon_sym_template] = ACTIONS(2857), + [anon_sym_try] = ACTIONS(2857), + [anon_sym_delete] = ACTIONS(2857), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_co_return] = ACTIONS(2857), + [anon_sym_co_yield] = ACTIONS(2857), + [anon_sym_R_DQUOTE] = ACTIONS(2859), + [anon_sym_LR_DQUOTE] = ACTIONS(2859), + [anon_sym_uR_DQUOTE] = ACTIONS(2859), + [anon_sym_UR_DQUOTE] = ACTIONS(2859), + [anon_sym_u8R_DQUOTE] = ACTIONS(2859), + [anon_sym_co_await] = ACTIONS(2857), + [anon_sym_new] = ACTIONS(2857), + [anon_sym_requires] = ACTIONS(2857), + [sym_this] = ACTIONS(2857), + }, + [854] = { + [sym_identifier] = ACTIONS(2771), + [anon_sym_LPAREN2] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_PLUS] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym___extension__] = ACTIONS(2771), + [anon_sym_typedef] = ACTIONS(2771), + [anon_sym_virtual] = ACTIONS(2771), + [anon_sym_extern] = ACTIONS(2771), + [anon_sym___attribute__] = ACTIONS(2771), + [anon_sym___attribute] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2773), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2773), + [anon_sym___declspec] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_signed] = ACTIONS(2771), + [anon_sym_unsigned] = ACTIONS(2771), + [anon_sym_long] = ACTIONS(2771), + [anon_sym_short] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_static] = ACTIONS(2771), + [anon_sym_register] = ACTIONS(2771), + [anon_sym_inline] = ACTIONS(2771), + [anon_sym___inline] = ACTIONS(2771), + [anon_sym___inline__] = ACTIONS(2771), + [anon_sym___forceinline] = ACTIONS(2771), + [anon_sym_thread_local] = ACTIONS(2771), + [anon_sym___thread] = ACTIONS(2771), + [anon_sym_const] = ACTIONS(2771), + [anon_sym_constexpr] = ACTIONS(2771), + [anon_sym_volatile] = ACTIONS(2771), + [anon_sym_restrict] = ACTIONS(2771), + [anon_sym___restrict__] = ACTIONS(2771), + [anon_sym__Atomic] = ACTIONS(2771), + [anon_sym__Noreturn] = ACTIONS(2771), + [anon_sym_noreturn] = ACTIONS(2771), + [anon_sym__Nonnull] = ACTIONS(2771), + [anon_sym_mutable] = ACTIONS(2771), + [anon_sym_constinit] = ACTIONS(2771), + [anon_sym_consteval] = ACTIONS(2771), + [anon_sym_PROGMEM] = ACTIONS(2771), + [anon_sym_alignas] = ACTIONS(2771), + [anon_sym__Alignas] = ACTIONS(2771), + [aux_sym_primitive_type_token1] = ACTIONS(2771), + [anon_sym_byte] = ACTIONS(2771), + [anon_sym_word] = ACTIONS(2771), + [anon_sym_enum] = ACTIONS(2771), + [anon_sym_class] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2771), + [anon_sym_union] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2771), + [anon_sym_else] = ACTIONS(2771), + [anon_sym_switch] = ACTIONS(2771), + [anon_sym_while] = ACTIONS(2771), + [anon_sym_do] = ACTIONS(2771), + [anon_sym_for] = ACTIONS(2771), + [anon_sym_return] = ACTIONS(2771), + [anon_sym_break] = ACTIONS(2771), + [anon_sym_continue] = ACTIONS(2771), + [anon_sym_goto] = ACTIONS(2771), + [anon_sym___try] = ACTIONS(2771), + [anon_sym___leave] = ACTIONS(2771), + [anon_sym_not] = ACTIONS(2771), + [anon_sym_compl] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_sizeof] = ACTIONS(2771), + [anon_sym___alignof__] = ACTIONS(2771), + [anon_sym___alignof] = ACTIONS(2771), + [anon_sym__alignof] = ACTIONS(2771), + [anon_sym_alignof] = ACTIONS(2771), + [anon_sym__Alignof] = ACTIONS(2771), + [anon_sym_offsetof] = ACTIONS(2771), + [anon_sym__Generic] = ACTIONS(2771), + [anon_sym_asm] = ACTIONS(2771), + [anon_sym___asm__] = ACTIONS(2771), + [anon_sym___asm] = ACTIONS(2771), + [aux_sym_number_literal_token1] = ACTIONS(2773), + [aux_sym_number_literal_token2] = ACTIONS(2771), + [anon_sym_L_SQUOTE] = ACTIONS(2773), + [anon_sym_u_SQUOTE] = ACTIONS(2773), + [anon_sym_U_SQUOTE] = ACTIONS(2773), + [anon_sym_u8_SQUOTE] = ACTIONS(2773), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_L_DQUOTE] = ACTIONS(2773), + [anon_sym_u_DQUOTE] = ACTIONS(2773), + [anon_sym_U_DQUOTE] = ACTIONS(2773), + [anon_sym_u8_DQUOTE] = ACTIONS(2773), + [anon_sym_DQUOTE] = ACTIONS(2773), + [sym_true] = ACTIONS(2771), + [sym_false] = ACTIONS(2771), + [anon_sym_NULL] = ACTIONS(2771), + [anon_sym_nullptr] = ACTIONS(2771), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2771), + [anon_sym_decltype] = ACTIONS(2771), + [anon_sym_typename] = ACTIONS(2771), + [anon_sym_template] = ACTIONS(2771), + [anon_sym_try] = ACTIONS(2771), + [anon_sym_delete] = ACTIONS(2771), + [anon_sym_throw] = ACTIONS(2771), + [anon_sym_co_return] = ACTIONS(2771), + [anon_sym_co_yield] = ACTIONS(2771), + [anon_sym_R_DQUOTE] = ACTIONS(2773), + [anon_sym_LR_DQUOTE] = ACTIONS(2773), + [anon_sym_uR_DQUOTE] = ACTIONS(2773), + [anon_sym_UR_DQUOTE] = ACTIONS(2773), + [anon_sym_u8R_DQUOTE] = ACTIONS(2773), + [anon_sym_co_await] = ACTIONS(2771), + [anon_sym_new] = ACTIONS(2771), + [anon_sym_requires] = ACTIONS(2771), + [sym_this] = ACTIONS(2771), + }, + [855] = { + [sym_identifier] = ACTIONS(2861), + [anon_sym_LPAREN2] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2861), + [anon_sym_PLUS] = ACTIONS(2861), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym___extension__] = ACTIONS(2861), + [anon_sym_typedef] = ACTIONS(2861), + [anon_sym_virtual] = ACTIONS(2861), + [anon_sym_extern] = ACTIONS(2861), + [anon_sym___attribute__] = ACTIONS(2861), + [anon_sym___attribute] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2863), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2863), + [anon_sym___declspec] = ACTIONS(2861), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_signed] = ACTIONS(2861), + [anon_sym_unsigned] = ACTIONS(2861), + [anon_sym_long] = ACTIONS(2861), + [anon_sym_short] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_static] = ACTIONS(2861), + [anon_sym_register] = ACTIONS(2861), + [anon_sym_inline] = ACTIONS(2861), + [anon_sym___inline] = ACTIONS(2861), + [anon_sym___inline__] = ACTIONS(2861), + [anon_sym___forceinline] = ACTIONS(2861), + [anon_sym_thread_local] = ACTIONS(2861), + [anon_sym___thread] = ACTIONS(2861), + [anon_sym_const] = ACTIONS(2861), + [anon_sym_constexpr] = ACTIONS(2861), + [anon_sym_volatile] = ACTIONS(2861), + [anon_sym_restrict] = ACTIONS(2861), + [anon_sym___restrict__] = ACTIONS(2861), + [anon_sym__Atomic] = ACTIONS(2861), + [anon_sym__Noreturn] = ACTIONS(2861), + [anon_sym_noreturn] = ACTIONS(2861), + [anon_sym__Nonnull] = ACTIONS(2861), + [anon_sym_mutable] = ACTIONS(2861), + [anon_sym_constinit] = ACTIONS(2861), + [anon_sym_consteval] = ACTIONS(2861), + [anon_sym_PROGMEM] = ACTIONS(2861), + [anon_sym_alignas] = ACTIONS(2861), + [anon_sym__Alignas] = ACTIONS(2861), + [aux_sym_primitive_type_token1] = ACTIONS(2861), + [anon_sym_byte] = ACTIONS(2861), + [anon_sym_word] = ACTIONS(2861), + [anon_sym_enum] = ACTIONS(2861), + [anon_sym_class] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2861), + [anon_sym_union] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2861), + [anon_sym_else] = ACTIONS(2861), + [anon_sym_switch] = ACTIONS(2861), + [anon_sym_while] = ACTIONS(2861), + [anon_sym_do] = ACTIONS(2861), + [anon_sym_for] = ACTIONS(2861), + [anon_sym_return] = ACTIONS(2861), + [anon_sym_break] = ACTIONS(2861), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2861), + [anon_sym___try] = ACTIONS(2861), + [anon_sym___leave] = ACTIONS(2861), + [anon_sym_not] = ACTIONS(2861), + [anon_sym_compl] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_sizeof] = ACTIONS(2861), + [anon_sym___alignof__] = ACTIONS(2861), + [anon_sym___alignof] = ACTIONS(2861), + [anon_sym__alignof] = ACTIONS(2861), + [anon_sym_alignof] = ACTIONS(2861), + [anon_sym__Alignof] = ACTIONS(2861), + [anon_sym_offsetof] = ACTIONS(2861), + [anon_sym__Generic] = ACTIONS(2861), + [anon_sym_asm] = ACTIONS(2861), + [anon_sym___asm__] = ACTIONS(2861), + [anon_sym___asm] = ACTIONS(2861), + [aux_sym_number_literal_token1] = ACTIONS(2863), + [aux_sym_number_literal_token2] = ACTIONS(2861), + [anon_sym_L_SQUOTE] = ACTIONS(2863), + [anon_sym_u_SQUOTE] = ACTIONS(2863), + [anon_sym_U_SQUOTE] = ACTIONS(2863), + [anon_sym_u8_SQUOTE] = ACTIONS(2863), + [anon_sym_SQUOTE] = ACTIONS(2863), + [anon_sym_L_DQUOTE] = ACTIONS(2863), + [anon_sym_u_DQUOTE] = ACTIONS(2863), + [anon_sym_U_DQUOTE] = ACTIONS(2863), + [anon_sym_u8_DQUOTE] = ACTIONS(2863), + [anon_sym_DQUOTE] = ACTIONS(2863), + [sym_true] = ACTIONS(2861), + [sym_false] = ACTIONS(2861), + [anon_sym_NULL] = ACTIONS(2861), + [anon_sym_nullptr] = ACTIONS(2861), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2861), + [anon_sym_decltype] = ACTIONS(2861), + [anon_sym_typename] = ACTIONS(2861), + [anon_sym_template] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2861), + [anon_sym_delete] = ACTIONS(2861), + [anon_sym_throw] = ACTIONS(2861), + [anon_sym_co_return] = ACTIONS(2861), + [anon_sym_co_yield] = ACTIONS(2861), + [anon_sym_R_DQUOTE] = ACTIONS(2863), + [anon_sym_LR_DQUOTE] = ACTIONS(2863), + [anon_sym_uR_DQUOTE] = ACTIONS(2863), + [anon_sym_UR_DQUOTE] = ACTIONS(2863), + [anon_sym_u8R_DQUOTE] = ACTIONS(2863), + [anon_sym_co_await] = ACTIONS(2861), + [anon_sym_new] = ACTIONS(2861), + [anon_sym_requires] = ACTIONS(2861), + [sym_this] = ACTIONS(2861), + }, + [856] = { + [sym_identifier] = ACTIONS(2733), + [anon_sym_LPAREN2] = ACTIONS(2738), + [anon_sym_BANG] = ACTIONS(2738), + [anon_sym_TILDE] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2738), + [anon_sym_AMP] = ACTIONS(2738), + [anon_sym_SEMI] = ACTIONS(2738), + [anon_sym___extension__] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2733), + [anon_sym_virtual] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2733), + [anon_sym___attribute__] = ACTIONS(2733), + [anon_sym___attribute] = ACTIONS(2733), + [anon_sym_COLON_COLON] = ACTIONS(2738), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2738), + [anon_sym___declspec] = ACTIONS(2733), + [anon_sym_LBRACE] = ACTIONS(2738), + [anon_sym_signed] = ACTIONS(2733), + [anon_sym_unsigned] = ACTIONS(2733), + [anon_sym_long] = ACTIONS(2733), + [anon_sym_short] = ACTIONS(2733), + [anon_sym_LBRACK] = ACTIONS(2733), + [anon_sym_static] = ACTIONS(2733), + [anon_sym_register] = ACTIONS(2733), + [anon_sym_inline] = ACTIONS(2733), + [anon_sym___inline] = ACTIONS(2733), + [anon_sym___inline__] = ACTIONS(2733), + [anon_sym___forceinline] = ACTIONS(2733), + [anon_sym_thread_local] = ACTIONS(2733), + [anon_sym___thread] = ACTIONS(2733), + [anon_sym_const] = ACTIONS(2733), + [anon_sym_constexpr] = ACTIONS(2733), + [anon_sym_volatile] = ACTIONS(2733), + [anon_sym_restrict] = ACTIONS(2733), + [anon_sym___restrict__] = ACTIONS(2733), + [anon_sym__Atomic] = ACTIONS(2733), + [anon_sym__Noreturn] = ACTIONS(2733), + [anon_sym_noreturn] = ACTIONS(2733), + [anon_sym__Nonnull] = ACTIONS(2733), + [anon_sym_mutable] = ACTIONS(2733), + [anon_sym_constinit] = ACTIONS(2733), + [anon_sym_consteval] = ACTIONS(2733), + [anon_sym_PROGMEM] = ACTIONS(2733), + [anon_sym_alignas] = ACTIONS(2733), + [anon_sym__Alignas] = ACTIONS(2733), + [aux_sym_primitive_type_token1] = ACTIONS(2733), + [anon_sym_byte] = ACTIONS(2733), + [anon_sym_word] = ACTIONS(2733), + [anon_sym_enum] = ACTIONS(2733), + [anon_sym_class] = ACTIONS(2733), + [anon_sym_struct] = ACTIONS(2733), + [anon_sym_union] = ACTIONS(2733), + [anon_sym_if] = ACTIONS(2733), + [anon_sym_else] = ACTIONS(2733), + [anon_sym_switch] = ACTIONS(2733), + [anon_sym_while] = ACTIONS(2733), + [anon_sym_do] = ACTIONS(2733), + [anon_sym_for] = ACTIONS(2733), + [anon_sym_return] = ACTIONS(2733), + [anon_sym_break] = ACTIONS(2733), + [anon_sym_continue] = ACTIONS(2733), + [anon_sym_goto] = ACTIONS(2733), + [anon_sym___try] = ACTIONS(2733), + [anon_sym___leave] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2733), + [anon_sym_compl] = ACTIONS(2733), + [anon_sym_DASH_DASH] = ACTIONS(2738), + [anon_sym_PLUS_PLUS] = ACTIONS(2738), + [anon_sym_sizeof] = ACTIONS(2733), + [anon_sym___alignof__] = ACTIONS(2733), + [anon_sym___alignof] = ACTIONS(2733), + [anon_sym__alignof] = ACTIONS(2733), + [anon_sym_alignof] = ACTIONS(2733), + [anon_sym__Alignof] = ACTIONS(2733), + [anon_sym_offsetof] = ACTIONS(2733), + [anon_sym__Generic] = ACTIONS(2733), + [anon_sym_asm] = ACTIONS(2733), + [anon_sym___asm__] = ACTIONS(2733), + [anon_sym___asm] = ACTIONS(2733), + [aux_sym_number_literal_token1] = ACTIONS(2738), + [aux_sym_number_literal_token2] = ACTIONS(2733), + [anon_sym_L_SQUOTE] = ACTIONS(2738), + [anon_sym_u_SQUOTE] = ACTIONS(2738), + [anon_sym_U_SQUOTE] = ACTIONS(2738), + [anon_sym_u8_SQUOTE] = ACTIONS(2738), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_L_DQUOTE] = ACTIONS(2738), + [anon_sym_u_DQUOTE] = ACTIONS(2738), + [anon_sym_U_DQUOTE] = ACTIONS(2738), + [anon_sym_u8_DQUOTE] = ACTIONS(2738), + [anon_sym_DQUOTE] = ACTIONS(2738), + [sym_true] = ACTIONS(2733), + [sym_false] = ACTIONS(2733), + [anon_sym_NULL] = ACTIONS(2733), + [anon_sym_nullptr] = ACTIONS(2733), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2733), + [anon_sym_decltype] = ACTIONS(2733), + [anon_sym_typename] = ACTIONS(2733), + [anon_sym_template] = ACTIONS(2733), + [anon_sym_try] = ACTIONS(2733), + [anon_sym_delete] = ACTIONS(2733), + [anon_sym_throw] = ACTIONS(2733), + [anon_sym_co_return] = ACTIONS(2733), + [anon_sym_co_yield] = ACTIONS(2733), + [anon_sym_R_DQUOTE] = ACTIONS(2738), + [anon_sym_LR_DQUOTE] = ACTIONS(2738), + [anon_sym_uR_DQUOTE] = ACTIONS(2738), + [anon_sym_UR_DQUOTE] = ACTIONS(2738), + [anon_sym_u8R_DQUOTE] = ACTIONS(2738), + [anon_sym_co_await] = ACTIONS(2733), + [anon_sym_new] = ACTIONS(2733), + [anon_sym_requires] = ACTIONS(2733), + [sym_this] = ACTIONS(2733), + }, + [857] = { + [sym_identifier] = ACTIONS(3823), + [anon_sym_LPAREN2] = ACTIONS(3825), + [anon_sym_BANG] = ACTIONS(3825), + [anon_sym_TILDE] = ACTIONS(3825), + [anon_sym_DASH] = ACTIONS(3823), + [anon_sym_PLUS] = ACTIONS(3823), + [anon_sym_STAR] = ACTIONS(3825), + [anon_sym_AMP] = ACTIONS(3825), + [anon_sym_SEMI] = ACTIONS(3825), + [anon_sym___extension__] = ACTIONS(3823), + [anon_sym_virtual] = ACTIONS(3823), + [anon_sym_extern] = ACTIONS(3823), + [anon_sym___attribute__] = ACTIONS(3823), + [anon_sym___attribute] = ACTIONS(3823), + [anon_sym_COLON_COLON] = ACTIONS(3825), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3825), + [anon_sym___declspec] = ACTIONS(3823), + [anon_sym_LBRACE] = ACTIONS(3825), + [anon_sym_signed] = ACTIONS(3823), + [anon_sym_unsigned] = ACTIONS(3823), + [anon_sym_long] = ACTIONS(3823), + [anon_sym_short] = ACTIONS(3823), + [anon_sym_LBRACK] = ACTIONS(3823), + [anon_sym_static] = ACTIONS(3823), + [anon_sym_register] = ACTIONS(3823), + [anon_sym_inline] = ACTIONS(3823), + [anon_sym___inline] = ACTIONS(3823), + [anon_sym___inline__] = ACTIONS(3823), + [anon_sym___forceinline] = ACTIONS(3823), + [anon_sym_thread_local] = ACTIONS(3823), + [anon_sym___thread] = ACTIONS(3823), + [anon_sym_const] = ACTIONS(3823), + [anon_sym_constexpr] = ACTIONS(3823), + [anon_sym_volatile] = ACTIONS(3823), + [anon_sym_restrict] = ACTIONS(3823), + [anon_sym___restrict__] = ACTIONS(3823), + [anon_sym__Atomic] = ACTIONS(3823), + [anon_sym__Noreturn] = ACTIONS(3823), + [anon_sym_noreturn] = ACTIONS(3823), + [anon_sym__Nonnull] = ACTIONS(3823), + [anon_sym_mutable] = ACTIONS(3823), + [anon_sym_constinit] = ACTIONS(3823), + [anon_sym_consteval] = ACTIONS(3823), + [anon_sym_PROGMEM] = ACTIONS(3823), + [anon_sym_alignas] = ACTIONS(3823), + [anon_sym__Alignas] = ACTIONS(3823), + [aux_sym_primitive_type_token1] = ACTIONS(3823), + [anon_sym_byte] = ACTIONS(3823), + [anon_sym_word] = ACTIONS(3823), + [anon_sym_enum] = ACTIONS(3823), + [anon_sym_class] = ACTIONS(3823), + [anon_sym_struct] = ACTIONS(3823), + [anon_sym_union] = ACTIONS(3823), + [anon_sym_if] = ACTIONS(3823), + [anon_sym_switch] = ACTIONS(3823), + [anon_sym_case] = ACTIONS(3823), + [anon_sym_default] = ACTIONS(3823), + [anon_sym_while] = ACTIONS(3823), + [anon_sym_do] = ACTIONS(3823), + [anon_sym_for] = ACTIONS(3823), + [anon_sym_return] = ACTIONS(3823), + [anon_sym_break] = ACTIONS(3823), + [anon_sym_continue] = ACTIONS(3823), + [anon_sym_goto] = ACTIONS(3823), + [anon_sym___try] = ACTIONS(3823), + [anon_sym___leave] = ACTIONS(3823), + [anon_sym_not] = ACTIONS(3823), + [anon_sym_compl] = ACTIONS(3823), + [anon_sym_DASH_DASH] = ACTIONS(3825), + [anon_sym_PLUS_PLUS] = ACTIONS(3825), + [anon_sym_sizeof] = ACTIONS(3823), + [anon_sym___alignof__] = ACTIONS(3823), + [anon_sym___alignof] = ACTIONS(3823), + [anon_sym__alignof] = ACTIONS(3823), + [anon_sym_alignof] = ACTIONS(3823), + [anon_sym__Alignof] = ACTIONS(3823), + [anon_sym_offsetof] = ACTIONS(3823), + [anon_sym__Generic] = ACTIONS(3823), + [anon_sym_asm] = ACTIONS(3823), + [anon_sym___asm__] = ACTIONS(3823), + [anon_sym___asm] = ACTIONS(3823), + [aux_sym_number_literal_token1] = ACTIONS(3825), + [aux_sym_number_literal_token2] = ACTIONS(3823), + [anon_sym_L_SQUOTE] = ACTIONS(3825), + [anon_sym_u_SQUOTE] = ACTIONS(3825), + [anon_sym_U_SQUOTE] = ACTIONS(3825), + [anon_sym_u8_SQUOTE] = ACTIONS(3825), + [anon_sym_SQUOTE] = ACTIONS(3825), + [anon_sym_L_DQUOTE] = ACTIONS(3825), + [anon_sym_u_DQUOTE] = ACTIONS(3825), + [anon_sym_U_DQUOTE] = ACTIONS(3825), + [anon_sym_u8_DQUOTE] = ACTIONS(3825), + [anon_sym_DQUOTE] = ACTIONS(3825), + [sym_true] = ACTIONS(3823), + [sym_false] = ACTIONS(3823), + [anon_sym_NULL] = ACTIONS(3823), + [anon_sym_nullptr] = ACTIONS(3823), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3823), + [anon_sym_decltype] = ACTIONS(3823), + [anon_sym_typename] = ACTIONS(3823), + [anon_sym_template] = ACTIONS(3823), + [anon_sym_try] = ACTIONS(3823), + [anon_sym_delete] = ACTIONS(3823), + [anon_sym_throw] = ACTIONS(3823), + [anon_sym_co_return] = ACTIONS(3823), + [anon_sym_co_yield] = ACTIONS(3823), + [anon_sym_R_DQUOTE] = ACTIONS(3825), + [anon_sym_LR_DQUOTE] = ACTIONS(3825), + [anon_sym_uR_DQUOTE] = ACTIONS(3825), + [anon_sym_UR_DQUOTE] = ACTIONS(3825), + [anon_sym_u8R_DQUOTE] = ACTIONS(3825), + [anon_sym_co_await] = ACTIONS(3823), + [anon_sym_new] = ACTIONS(3823), + [anon_sym_requires] = ACTIONS(3823), + [sym_this] = ACTIONS(3823), + }, + [858] = { + [sym_identifier] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2813), + [anon_sym_PLUS] = ACTIONS(2813), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_switch] = ACTIONS(2813), + [anon_sym_while] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_for] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2813), + [anon_sym_break] = ACTIONS(2813), + [anon_sym_continue] = ACTIONS(2813), + [anon_sym_goto] = ACTIONS(2813), + [anon_sym___try] = ACTIONS(2813), + [anon_sym___leave] = ACTIONS(2813), + [anon_sym_not] = ACTIONS(2813), + [anon_sym_compl] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_sizeof] = ACTIONS(2813), + [anon_sym___alignof__] = ACTIONS(2813), + [anon_sym___alignof] = ACTIONS(2813), + [anon_sym__alignof] = ACTIONS(2813), + [anon_sym_alignof] = ACTIONS(2813), + [anon_sym__Alignof] = ACTIONS(2813), + [anon_sym_offsetof] = ACTIONS(2813), + [anon_sym__Generic] = ACTIONS(2813), + [anon_sym_asm] = ACTIONS(2813), + [anon_sym___asm__] = ACTIONS(2813), + [anon_sym___asm] = ACTIONS(2813), + [aux_sym_number_literal_token1] = ACTIONS(2815), + [aux_sym_number_literal_token2] = ACTIONS(2813), + [anon_sym_L_SQUOTE] = ACTIONS(2815), + [anon_sym_u_SQUOTE] = ACTIONS(2815), + [anon_sym_U_SQUOTE] = ACTIONS(2815), + [anon_sym_u8_SQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2815), + [anon_sym_L_DQUOTE] = ACTIONS(2815), + [anon_sym_u_DQUOTE] = ACTIONS(2815), + [anon_sym_U_DQUOTE] = ACTIONS(2815), + [anon_sym_u8_DQUOTE] = ACTIONS(2815), + [anon_sym_DQUOTE] = ACTIONS(2815), + [sym_true] = ACTIONS(2813), + [sym_false] = ACTIONS(2813), + [anon_sym_NULL] = ACTIONS(2813), + [anon_sym_nullptr] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_try] = ACTIONS(2813), + [anon_sym_delete] = ACTIONS(2813), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_co_return] = ACTIONS(2813), + [anon_sym_co_yield] = ACTIONS(2813), + [anon_sym_R_DQUOTE] = ACTIONS(2815), + [anon_sym_LR_DQUOTE] = ACTIONS(2815), + [anon_sym_uR_DQUOTE] = ACTIONS(2815), + [anon_sym_UR_DQUOTE] = ACTIONS(2815), + [anon_sym_u8R_DQUOTE] = ACTIONS(2815), + [anon_sym_co_await] = ACTIONS(2813), + [anon_sym_new] = ACTIONS(2813), + [anon_sym_requires] = ACTIONS(2813), + [sym_this] = ACTIONS(2813), + }, + [859] = { + [sym_identifier] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2865), + [anon_sym_PLUS] = ACTIONS(2865), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2865), + [anon_sym_else] = ACTIONS(2865), + [anon_sym_switch] = ACTIONS(2865), + [anon_sym_while] = ACTIONS(2865), + [anon_sym_do] = ACTIONS(2865), + [anon_sym_for] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2865), + [anon_sym_break] = ACTIONS(2865), + [anon_sym_continue] = ACTIONS(2865), + [anon_sym_goto] = ACTIONS(2865), + [anon_sym___try] = ACTIONS(2865), + [anon_sym___leave] = ACTIONS(2865), + [anon_sym_not] = ACTIONS(2865), + [anon_sym_compl] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_sizeof] = ACTIONS(2865), + [anon_sym___alignof__] = ACTIONS(2865), + [anon_sym___alignof] = ACTIONS(2865), + [anon_sym__alignof] = ACTIONS(2865), + [anon_sym_alignof] = ACTIONS(2865), + [anon_sym__Alignof] = ACTIONS(2865), + [anon_sym_offsetof] = ACTIONS(2865), + [anon_sym__Generic] = ACTIONS(2865), + [anon_sym_asm] = ACTIONS(2865), + [anon_sym___asm__] = ACTIONS(2865), + [anon_sym___asm] = ACTIONS(2865), + [aux_sym_number_literal_token1] = ACTIONS(2867), + [aux_sym_number_literal_token2] = ACTIONS(2865), + [anon_sym_L_SQUOTE] = ACTIONS(2867), + [anon_sym_u_SQUOTE] = ACTIONS(2867), + [anon_sym_U_SQUOTE] = ACTIONS(2867), + [anon_sym_u8_SQUOTE] = ACTIONS(2867), + [anon_sym_SQUOTE] = ACTIONS(2867), + [anon_sym_L_DQUOTE] = ACTIONS(2867), + [anon_sym_u_DQUOTE] = ACTIONS(2867), + [anon_sym_U_DQUOTE] = ACTIONS(2867), + [anon_sym_u8_DQUOTE] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2867), + [sym_true] = ACTIONS(2865), + [sym_false] = ACTIONS(2865), + [anon_sym_NULL] = ACTIONS(2865), + [anon_sym_nullptr] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_try] = ACTIONS(2865), + [anon_sym_delete] = ACTIONS(2865), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_co_return] = ACTIONS(2865), + [anon_sym_co_yield] = ACTIONS(2865), + [anon_sym_R_DQUOTE] = ACTIONS(2867), + [anon_sym_LR_DQUOTE] = ACTIONS(2867), + [anon_sym_uR_DQUOTE] = ACTIONS(2867), + [anon_sym_UR_DQUOTE] = ACTIONS(2867), + [anon_sym_u8R_DQUOTE] = ACTIONS(2867), + [anon_sym_co_await] = ACTIONS(2865), + [anon_sym_new] = ACTIONS(2865), + [anon_sym_requires] = ACTIONS(2865), + [sym_this] = ACTIONS(2865), + }, + [860] = { + [sym_identifier] = ACTIONS(2775), + [anon_sym_LPAREN2] = ACTIONS(2777), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_TILDE] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_PLUS] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2777), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym___extension__] = ACTIONS(2775), + [anon_sym_typedef] = ACTIONS(2775), + [anon_sym_virtual] = ACTIONS(2775), + [anon_sym_extern] = ACTIONS(2775), + [anon_sym___attribute__] = ACTIONS(2775), + [anon_sym___attribute] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2777), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2777), + [anon_sym___declspec] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2777), + [anon_sym_signed] = ACTIONS(2775), + [anon_sym_unsigned] = ACTIONS(2775), + [anon_sym_long] = ACTIONS(2775), + [anon_sym_short] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_static] = ACTIONS(2775), + [anon_sym_register] = ACTIONS(2775), + [anon_sym_inline] = ACTIONS(2775), + [anon_sym___inline] = ACTIONS(2775), + [anon_sym___inline__] = ACTIONS(2775), + [anon_sym___forceinline] = ACTIONS(2775), + [anon_sym_thread_local] = ACTIONS(2775), + [anon_sym___thread] = ACTIONS(2775), + [anon_sym_const] = ACTIONS(2775), + [anon_sym_constexpr] = ACTIONS(2775), + [anon_sym_volatile] = ACTIONS(2775), + [anon_sym_restrict] = ACTIONS(2775), + [anon_sym___restrict__] = ACTIONS(2775), + [anon_sym__Atomic] = ACTIONS(2775), + [anon_sym__Noreturn] = ACTIONS(2775), + [anon_sym_noreturn] = ACTIONS(2775), + [anon_sym__Nonnull] = ACTIONS(2775), + [anon_sym_mutable] = ACTIONS(2775), + [anon_sym_constinit] = ACTIONS(2775), + [anon_sym_consteval] = ACTIONS(2775), + [anon_sym_PROGMEM] = ACTIONS(2775), + [anon_sym_alignas] = ACTIONS(2775), + [anon_sym__Alignas] = ACTIONS(2775), + [aux_sym_primitive_type_token1] = ACTIONS(2775), + [anon_sym_byte] = ACTIONS(2775), + [anon_sym_word] = ACTIONS(2775), + [anon_sym_enum] = ACTIONS(2775), + [anon_sym_class] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(2775), + [anon_sym_union] = ACTIONS(2775), + [anon_sym_if] = ACTIONS(2775), + [anon_sym_else] = ACTIONS(2775), + [anon_sym_switch] = ACTIONS(2775), + [anon_sym_while] = ACTIONS(2775), + [anon_sym_do] = ACTIONS(2775), + [anon_sym_for] = ACTIONS(2775), + [anon_sym_return] = ACTIONS(2775), + [anon_sym_break] = ACTIONS(2775), + [anon_sym_continue] = ACTIONS(2775), + [anon_sym_goto] = ACTIONS(2775), + [anon_sym___try] = ACTIONS(2775), + [anon_sym___leave] = ACTIONS(2775), + [anon_sym_not] = ACTIONS(2775), + [anon_sym_compl] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_PLUS_PLUS] = ACTIONS(2777), + [anon_sym_sizeof] = ACTIONS(2775), + [anon_sym___alignof__] = ACTIONS(2775), + [anon_sym___alignof] = ACTIONS(2775), + [anon_sym__alignof] = ACTIONS(2775), + [anon_sym_alignof] = ACTIONS(2775), + [anon_sym__Alignof] = ACTIONS(2775), + [anon_sym_offsetof] = ACTIONS(2775), + [anon_sym__Generic] = ACTIONS(2775), + [anon_sym_asm] = ACTIONS(2775), + [anon_sym___asm__] = ACTIONS(2775), + [anon_sym___asm] = ACTIONS(2775), + [aux_sym_number_literal_token1] = ACTIONS(2777), + [aux_sym_number_literal_token2] = ACTIONS(2775), + [anon_sym_L_SQUOTE] = ACTIONS(2777), + [anon_sym_u_SQUOTE] = ACTIONS(2777), + [anon_sym_U_SQUOTE] = ACTIONS(2777), + [anon_sym_u8_SQUOTE] = ACTIONS(2777), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_L_DQUOTE] = ACTIONS(2777), + [anon_sym_u_DQUOTE] = ACTIONS(2777), + [anon_sym_U_DQUOTE] = ACTIONS(2777), + [anon_sym_u8_DQUOTE] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2777), + [sym_true] = ACTIONS(2775), + [sym_false] = ACTIONS(2775), + [anon_sym_NULL] = ACTIONS(2775), + [anon_sym_nullptr] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2775), + [anon_sym_decltype] = ACTIONS(2775), + [anon_sym_typename] = ACTIONS(2775), + [anon_sym_template] = ACTIONS(2775), + [anon_sym_try] = ACTIONS(2775), + [anon_sym_delete] = ACTIONS(2775), + [anon_sym_throw] = ACTIONS(2775), + [anon_sym_co_return] = ACTIONS(2775), + [anon_sym_co_yield] = ACTIONS(2775), + [anon_sym_R_DQUOTE] = ACTIONS(2777), + [anon_sym_LR_DQUOTE] = ACTIONS(2777), + [anon_sym_uR_DQUOTE] = ACTIONS(2777), + [anon_sym_UR_DQUOTE] = ACTIONS(2777), + [anon_sym_u8R_DQUOTE] = ACTIONS(2777), + [anon_sym_co_await] = ACTIONS(2775), + [anon_sym_new] = ACTIONS(2775), + [anon_sym_requires] = ACTIONS(2775), + [sym_this] = ACTIONS(2775), + }, + [861] = { + [sym_identifier] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2869), + [anon_sym_PLUS] = ACTIONS(2869), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), + [anon_sym_if] = ACTIONS(2869), + [anon_sym_else] = ACTIONS(2869), + [anon_sym_switch] = ACTIONS(2869), + [anon_sym_while] = ACTIONS(2869), + [anon_sym_do] = ACTIONS(2869), + [anon_sym_for] = ACTIONS(2869), + [anon_sym_return] = ACTIONS(2869), + [anon_sym_break] = ACTIONS(2869), + [anon_sym_continue] = ACTIONS(2869), + [anon_sym_goto] = ACTIONS(2869), + [anon_sym___try] = ACTIONS(2869), + [anon_sym___leave] = ACTIONS(2869), + [anon_sym_not] = ACTIONS(2869), + [anon_sym_compl] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_sizeof] = ACTIONS(2869), + [anon_sym___alignof__] = ACTIONS(2869), + [anon_sym___alignof] = ACTIONS(2869), + [anon_sym__alignof] = ACTIONS(2869), + [anon_sym_alignof] = ACTIONS(2869), + [anon_sym__Alignof] = ACTIONS(2869), + [anon_sym_offsetof] = ACTIONS(2869), + [anon_sym__Generic] = ACTIONS(2869), + [anon_sym_asm] = ACTIONS(2869), + [anon_sym___asm__] = ACTIONS(2869), + [anon_sym___asm] = ACTIONS(2869), + [aux_sym_number_literal_token1] = ACTIONS(2871), + [aux_sym_number_literal_token2] = ACTIONS(2869), + [anon_sym_L_SQUOTE] = ACTIONS(2871), + [anon_sym_u_SQUOTE] = ACTIONS(2871), + [anon_sym_U_SQUOTE] = ACTIONS(2871), + [anon_sym_u8_SQUOTE] = ACTIONS(2871), + [anon_sym_SQUOTE] = ACTIONS(2871), + [anon_sym_L_DQUOTE] = ACTIONS(2871), + [anon_sym_u_DQUOTE] = ACTIONS(2871), + [anon_sym_U_DQUOTE] = ACTIONS(2871), + [anon_sym_u8_DQUOTE] = ACTIONS(2871), + [anon_sym_DQUOTE] = ACTIONS(2871), + [sym_true] = ACTIONS(2869), + [sym_false] = ACTIONS(2869), + [anon_sym_NULL] = ACTIONS(2869), + [anon_sym_nullptr] = ACTIONS(2869), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2913), - [anon_sym_decltype] = ACTIONS(2913), - [anon_sym_typename] = ACTIONS(2913), - [anon_sym_template] = ACTIONS(2913), - [anon_sym_try] = ACTIONS(2913), - [anon_sym_delete] = ACTIONS(2913), - [anon_sym_throw] = ACTIONS(2913), - [anon_sym_co_return] = ACTIONS(2913), - [anon_sym_co_yield] = ACTIONS(2913), - [anon_sym_R_DQUOTE] = ACTIONS(2915), - [anon_sym_LR_DQUOTE] = ACTIONS(2915), - [anon_sym_uR_DQUOTE] = ACTIONS(2915), - [anon_sym_UR_DQUOTE] = ACTIONS(2915), - [anon_sym_u8R_DQUOTE] = ACTIONS(2915), - [anon_sym_co_await] = ACTIONS(2913), - [anon_sym_new] = ACTIONS(2913), - [anon_sym_requires] = ACTIONS(2913), - [sym_this] = ACTIONS(2913), - }, - [868] = { - [sym_identifier] = ACTIONS(2889), - [anon_sym_LPAREN2] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_PLUS] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym___extension__] = ACTIONS(2889), - [anon_sym_typedef] = ACTIONS(2889), - [anon_sym_virtual] = ACTIONS(2889), - [anon_sym_extern] = ACTIONS(2889), - [anon_sym___attribute__] = ACTIONS(2889), - [anon_sym___attribute] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2891), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2891), - [anon_sym___declspec] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_signed] = ACTIONS(2889), - [anon_sym_unsigned] = ACTIONS(2889), - [anon_sym_long] = ACTIONS(2889), - [anon_sym_short] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_static] = ACTIONS(2889), - [anon_sym_register] = ACTIONS(2889), - [anon_sym_inline] = ACTIONS(2889), - [anon_sym___inline] = ACTIONS(2889), - [anon_sym___inline__] = ACTIONS(2889), - [anon_sym___forceinline] = ACTIONS(2889), - [anon_sym_thread_local] = ACTIONS(2889), - [anon_sym___thread] = ACTIONS(2889), - [anon_sym_const] = ACTIONS(2889), - [anon_sym_constexpr] = ACTIONS(2889), - [anon_sym_volatile] = ACTIONS(2889), - [anon_sym_restrict] = ACTIONS(2889), - [anon_sym___restrict__] = ACTIONS(2889), - [anon_sym__Atomic] = ACTIONS(2889), - [anon_sym__Noreturn] = ACTIONS(2889), - [anon_sym_noreturn] = ACTIONS(2889), - [anon_sym__Nonnull] = ACTIONS(2889), - [anon_sym_mutable] = ACTIONS(2889), - [anon_sym_constinit] = ACTIONS(2889), - [anon_sym_consteval] = ACTIONS(2889), - [anon_sym_PROGMEM] = ACTIONS(2889), - [anon_sym_alignas] = ACTIONS(2889), - [anon_sym__Alignas] = ACTIONS(2889), - [aux_sym_primitive_type_token1] = ACTIONS(2889), - [anon_sym_byte] = ACTIONS(2889), - [anon_sym_word] = ACTIONS(2889), - [anon_sym_enum] = ACTIONS(2889), - [anon_sym_class] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2889), - [anon_sym_union] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2889), - [anon_sym_else] = ACTIONS(2889), - [anon_sym_switch] = ACTIONS(2889), - [anon_sym_while] = ACTIONS(2889), - [anon_sym_do] = ACTIONS(2889), - [anon_sym_for] = ACTIONS(2889), - [anon_sym_return] = ACTIONS(2889), - [anon_sym_break] = ACTIONS(2889), - [anon_sym_continue] = ACTIONS(2889), - [anon_sym_goto] = ACTIONS(2889), - [anon_sym___try] = ACTIONS(2889), - [anon_sym___leave] = ACTIONS(2889), - [anon_sym_not] = ACTIONS(2889), - [anon_sym_compl] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_sizeof] = ACTIONS(2889), - [anon_sym___alignof__] = ACTIONS(2889), - [anon_sym___alignof] = ACTIONS(2889), - [anon_sym__alignof] = ACTIONS(2889), - [anon_sym_alignof] = ACTIONS(2889), - [anon_sym__Alignof] = ACTIONS(2889), - [anon_sym_offsetof] = ACTIONS(2889), - [anon_sym__Generic] = ACTIONS(2889), - [anon_sym_asm] = ACTIONS(2889), - [anon_sym___asm__] = ACTIONS(2889), - [anon_sym___asm] = ACTIONS(2889), - [aux_sym_number_literal_token1] = ACTIONS(2891), - [aux_sym_number_literal_token2] = ACTIONS(2889), - [anon_sym_L_SQUOTE] = ACTIONS(2891), - [anon_sym_u_SQUOTE] = ACTIONS(2891), - [anon_sym_U_SQUOTE] = ACTIONS(2891), - [anon_sym_u8_SQUOTE] = ACTIONS(2891), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_L_DQUOTE] = ACTIONS(2891), - [anon_sym_u_DQUOTE] = ACTIONS(2891), - [anon_sym_U_DQUOTE] = ACTIONS(2891), - [anon_sym_u8_DQUOTE] = ACTIONS(2891), - [anon_sym_DQUOTE] = ACTIONS(2891), - [sym_true] = ACTIONS(2889), - [sym_false] = ACTIONS(2889), - [anon_sym_NULL] = ACTIONS(2889), - [anon_sym_nullptr] = ACTIONS(2889), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2889), - [anon_sym_decltype] = ACTIONS(2889), - [anon_sym_typename] = ACTIONS(2889), - [anon_sym_template] = ACTIONS(2889), - [anon_sym_try] = ACTIONS(2889), - [anon_sym_delete] = ACTIONS(2889), - [anon_sym_throw] = ACTIONS(2889), - [anon_sym_co_return] = ACTIONS(2889), - [anon_sym_co_yield] = ACTIONS(2889), - [anon_sym_R_DQUOTE] = ACTIONS(2891), - [anon_sym_LR_DQUOTE] = ACTIONS(2891), - [anon_sym_uR_DQUOTE] = ACTIONS(2891), - [anon_sym_UR_DQUOTE] = ACTIONS(2891), - [anon_sym_u8R_DQUOTE] = ACTIONS(2891), - [anon_sym_co_await] = ACTIONS(2889), - [anon_sym_new] = ACTIONS(2889), - [anon_sym_requires] = ACTIONS(2889), - [sym_this] = ACTIONS(2889), - }, - [869] = { - [sym_identifier] = ACTIONS(2885), - [anon_sym_LPAREN2] = ACTIONS(2887), - [anon_sym_BANG] = ACTIONS(2887), - [anon_sym_TILDE] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_PLUS] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2887), - [anon_sym_AMP] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2887), - [anon_sym___extension__] = ACTIONS(2885), - [anon_sym_typedef] = ACTIONS(2885), - [anon_sym_virtual] = ACTIONS(2885), - [anon_sym_extern] = ACTIONS(2885), - [anon_sym___attribute__] = ACTIONS(2885), - [anon_sym___attribute] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2887), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2887), - [anon_sym___declspec] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2887), - [anon_sym_signed] = ACTIONS(2885), - [anon_sym_unsigned] = ACTIONS(2885), - [anon_sym_long] = ACTIONS(2885), - [anon_sym_short] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_static] = ACTIONS(2885), - [anon_sym_register] = ACTIONS(2885), - [anon_sym_inline] = ACTIONS(2885), - [anon_sym___inline] = ACTIONS(2885), - [anon_sym___inline__] = ACTIONS(2885), - [anon_sym___forceinline] = ACTIONS(2885), - [anon_sym_thread_local] = ACTIONS(2885), - [anon_sym___thread] = ACTIONS(2885), - [anon_sym_const] = ACTIONS(2885), - [anon_sym_constexpr] = ACTIONS(2885), - [anon_sym_volatile] = ACTIONS(2885), - [anon_sym_restrict] = ACTIONS(2885), - [anon_sym___restrict__] = ACTIONS(2885), - [anon_sym__Atomic] = ACTIONS(2885), - [anon_sym__Noreturn] = ACTIONS(2885), - [anon_sym_noreturn] = ACTIONS(2885), - [anon_sym__Nonnull] = ACTIONS(2885), - [anon_sym_mutable] = ACTIONS(2885), - [anon_sym_constinit] = ACTIONS(2885), - [anon_sym_consteval] = ACTIONS(2885), - [anon_sym_PROGMEM] = ACTIONS(2885), - [anon_sym_alignas] = ACTIONS(2885), - [anon_sym__Alignas] = ACTIONS(2885), - [aux_sym_primitive_type_token1] = ACTIONS(2885), - [anon_sym_byte] = ACTIONS(2885), - [anon_sym_word] = ACTIONS(2885), - [anon_sym_enum] = ACTIONS(2885), - [anon_sym_class] = ACTIONS(2885), - [anon_sym_struct] = ACTIONS(2885), - [anon_sym_union] = ACTIONS(2885), - [anon_sym_if] = ACTIONS(2885), - [anon_sym_else] = ACTIONS(2885), - [anon_sym_switch] = ACTIONS(2885), - [anon_sym_while] = ACTIONS(2885), - [anon_sym_do] = ACTIONS(2885), - [anon_sym_for] = ACTIONS(2885), - [anon_sym_return] = ACTIONS(2885), - [anon_sym_break] = ACTIONS(2885), - [anon_sym_continue] = ACTIONS(2885), - [anon_sym_goto] = ACTIONS(2885), - [anon_sym___try] = ACTIONS(2885), - [anon_sym___leave] = ACTIONS(2885), - [anon_sym_not] = ACTIONS(2885), - [anon_sym_compl] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2887), - [anon_sym_PLUS_PLUS] = ACTIONS(2887), - [anon_sym_sizeof] = ACTIONS(2885), - [anon_sym___alignof__] = ACTIONS(2885), - [anon_sym___alignof] = ACTIONS(2885), - [anon_sym__alignof] = ACTIONS(2885), - [anon_sym_alignof] = ACTIONS(2885), - [anon_sym__Alignof] = ACTIONS(2885), - [anon_sym_offsetof] = ACTIONS(2885), - [anon_sym__Generic] = ACTIONS(2885), - [anon_sym_asm] = ACTIONS(2885), - [anon_sym___asm__] = ACTIONS(2885), - [anon_sym___asm] = ACTIONS(2885), - [aux_sym_number_literal_token1] = ACTIONS(2887), - [aux_sym_number_literal_token2] = ACTIONS(2885), - [anon_sym_L_SQUOTE] = ACTIONS(2887), - [anon_sym_u_SQUOTE] = ACTIONS(2887), - [anon_sym_U_SQUOTE] = ACTIONS(2887), - [anon_sym_u8_SQUOTE] = ACTIONS(2887), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_L_DQUOTE] = ACTIONS(2887), - [anon_sym_u_DQUOTE] = ACTIONS(2887), - [anon_sym_U_DQUOTE] = ACTIONS(2887), - [anon_sym_u8_DQUOTE] = ACTIONS(2887), - [anon_sym_DQUOTE] = ACTIONS(2887), - [sym_true] = ACTIONS(2885), - [sym_false] = ACTIONS(2885), - [anon_sym_NULL] = ACTIONS(2885), - [anon_sym_nullptr] = ACTIONS(2885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2885), - [anon_sym_decltype] = ACTIONS(2885), - [anon_sym_typename] = ACTIONS(2885), - [anon_sym_template] = ACTIONS(2885), - [anon_sym_try] = ACTIONS(2885), - [anon_sym_delete] = ACTIONS(2885), - [anon_sym_throw] = ACTIONS(2885), - [anon_sym_co_return] = ACTIONS(2885), - [anon_sym_co_yield] = ACTIONS(2885), - [anon_sym_R_DQUOTE] = ACTIONS(2887), - [anon_sym_LR_DQUOTE] = ACTIONS(2887), - [anon_sym_uR_DQUOTE] = ACTIONS(2887), - [anon_sym_UR_DQUOTE] = ACTIONS(2887), - [anon_sym_u8R_DQUOTE] = ACTIONS(2887), - [anon_sym_co_await] = ACTIONS(2885), - [anon_sym_new] = ACTIONS(2885), - [anon_sym_requires] = ACTIONS(2885), - [sym_this] = ACTIONS(2885), - }, - [870] = { - [sym_identifier] = ACTIONS(2881), - [anon_sym_LPAREN2] = ACTIONS(2883), - [anon_sym_BANG] = ACTIONS(2883), - [anon_sym_TILDE] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2883), - [anon_sym_AMP] = ACTIONS(2883), - [anon_sym_SEMI] = ACTIONS(2883), - [anon_sym___extension__] = ACTIONS(2881), - [anon_sym_typedef] = ACTIONS(2881), - [anon_sym_virtual] = ACTIONS(2881), - [anon_sym_extern] = ACTIONS(2881), - [anon_sym___attribute__] = ACTIONS(2881), - [anon_sym___attribute] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2883), - [anon_sym___declspec] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2883), - [anon_sym_signed] = ACTIONS(2881), - [anon_sym_unsigned] = ACTIONS(2881), - [anon_sym_long] = ACTIONS(2881), - [anon_sym_short] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_static] = ACTIONS(2881), - [anon_sym_register] = ACTIONS(2881), - [anon_sym_inline] = ACTIONS(2881), - [anon_sym___inline] = ACTIONS(2881), - [anon_sym___inline__] = ACTIONS(2881), - [anon_sym___forceinline] = ACTIONS(2881), - [anon_sym_thread_local] = ACTIONS(2881), - [anon_sym___thread] = ACTIONS(2881), - [anon_sym_const] = ACTIONS(2881), - [anon_sym_constexpr] = ACTIONS(2881), - [anon_sym_volatile] = ACTIONS(2881), - [anon_sym_restrict] = ACTIONS(2881), - [anon_sym___restrict__] = ACTIONS(2881), - [anon_sym__Atomic] = ACTIONS(2881), - [anon_sym__Noreturn] = ACTIONS(2881), - [anon_sym_noreturn] = ACTIONS(2881), - [anon_sym__Nonnull] = ACTIONS(2881), - [anon_sym_mutable] = ACTIONS(2881), - [anon_sym_constinit] = ACTIONS(2881), - [anon_sym_consteval] = ACTIONS(2881), - [anon_sym_PROGMEM] = ACTIONS(2881), - [anon_sym_alignas] = ACTIONS(2881), - [anon_sym__Alignas] = ACTIONS(2881), - [aux_sym_primitive_type_token1] = ACTIONS(2881), - [anon_sym_byte] = ACTIONS(2881), - [anon_sym_word] = ACTIONS(2881), - [anon_sym_enum] = ACTIONS(2881), - [anon_sym_class] = ACTIONS(2881), - [anon_sym_struct] = ACTIONS(2881), - [anon_sym_union] = ACTIONS(2881), - [anon_sym_if] = ACTIONS(2881), - [anon_sym_else] = ACTIONS(2881), - [anon_sym_switch] = ACTIONS(2881), - [anon_sym_while] = ACTIONS(2881), - [anon_sym_do] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2881), - [anon_sym_return] = ACTIONS(2881), - [anon_sym_break] = ACTIONS(2881), - [anon_sym_continue] = ACTIONS(2881), - [anon_sym_goto] = ACTIONS(2881), - [anon_sym___try] = ACTIONS(2881), - [anon_sym___leave] = ACTIONS(2881), - [anon_sym_not] = ACTIONS(2881), - [anon_sym_compl] = ACTIONS(2881), - [anon_sym_DASH_DASH] = ACTIONS(2883), - [anon_sym_PLUS_PLUS] = ACTIONS(2883), - [anon_sym_sizeof] = ACTIONS(2881), - [anon_sym___alignof__] = ACTIONS(2881), - [anon_sym___alignof] = ACTIONS(2881), - [anon_sym__alignof] = ACTIONS(2881), - [anon_sym_alignof] = ACTIONS(2881), - [anon_sym__Alignof] = ACTIONS(2881), - [anon_sym_offsetof] = ACTIONS(2881), - [anon_sym__Generic] = ACTIONS(2881), - [anon_sym_asm] = ACTIONS(2881), - [anon_sym___asm__] = ACTIONS(2881), - [anon_sym___asm] = ACTIONS(2881), - [aux_sym_number_literal_token1] = ACTIONS(2883), - [aux_sym_number_literal_token2] = ACTIONS(2881), - [anon_sym_L_SQUOTE] = ACTIONS(2883), - [anon_sym_u_SQUOTE] = ACTIONS(2883), - [anon_sym_U_SQUOTE] = ACTIONS(2883), - [anon_sym_u8_SQUOTE] = ACTIONS(2883), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_L_DQUOTE] = ACTIONS(2883), - [anon_sym_u_DQUOTE] = ACTIONS(2883), - [anon_sym_U_DQUOTE] = ACTIONS(2883), - [anon_sym_u8_DQUOTE] = ACTIONS(2883), - [anon_sym_DQUOTE] = ACTIONS(2883), - [sym_true] = ACTIONS(2881), - [sym_false] = ACTIONS(2881), - [anon_sym_NULL] = ACTIONS(2881), - [anon_sym_nullptr] = ACTIONS(2881), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2881), - [anon_sym_decltype] = ACTIONS(2881), - [anon_sym_typename] = ACTIONS(2881), - [anon_sym_template] = ACTIONS(2881), - [anon_sym_try] = ACTIONS(2881), - [anon_sym_delete] = ACTIONS(2881), - [anon_sym_throw] = ACTIONS(2881), - [anon_sym_co_return] = ACTIONS(2881), - [anon_sym_co_yield] = ACTIONS(2881), - [anon_sym_R_DQUOTE] = ACTIONS(2883), - [anon_sym_LR_DQUOTE] = ACTIONS(2883), - [anon_sym_uR_DQUOTE] = ACTIONS(2883), - [anon_sym_UR_DQUOTE] = ACTIONS(2883), - [anon_sym_u8R_DQUOTE] = ACTIONS(2883), - [anon_sym_co_await] = ACTIONS(2881), - [anon_sym_new] = ACTIONS(2881), - [anon_sym_requires] = ACTIONS(2881), - [sym_this] = ACTIONS(2881), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_try] = ACTIONS(2869), + [anon_sym_delete] = ACTIONS(2869), + [anon_sym_throw] = ACTIONS(2869), + [anon_sym_co_return] = ACTIONS(2869), + [anon_sym_co_yield] = ACTIONS(2869), + [anon_sym_R_DQUOTE] = ACTIONS(2871), + [anon_sym_LR_DQUOTE] = ACTIONS(2871), + [anon_sym_uR_DQUOTE] = ACTIONS(2871), + [anon_sym_UR_DQUOTE] = ACTIONS(2871), + [anon_sym_u8R_DQUOTE] = ACTIONS(2871), + [anon_sym_co_await] = ACTIONS(2869), + [anon_sym_new] = ACTIONS(2869), + [anon_sym_requires] = ACTIONS(2869), + [sym_this] = ACTIONS(2869), }, - [871] = { + [862] = { [sym_identifier] = ACTIONS(2873), [anon_sym_LPAREN2] = ACTIONS(2875), [anon_sym_BANG] = ACTIONS(2875), @@ -166693,125 +165631,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2873), [sym_this] = ACTIONS(2873), }, - [872] = { - [sym_identifier] = ACTIONS(2843), - [anon_sym_LPAREN2] = ACTIONS(2845), - [anon_sym_BANG] = ACTIONS(2845), - [anon_sym_TILDE] = ACTIONS(2845), - [anon_sym_DASH] = ACTIONS(2843), - [anon_sym_PLUS] = ACTIONS(2843), - [anon_sym_STAR] = ACTIONS(2845), - [anon_sym_AMP] = ACTIONS(2845), - [anon_sym_SEMI] = ACTIONS(2845), - [anon_sym___extension__] = ACTIONS(2843), - [anon_sym_typedef] = ACTIONS(2843), - [anon_sym_virtual] = ACTIONS(2843), - [anon_sym_extern] = ACTIONS(2843), - [anon_sym___attribute__] = ACTIONS(2843), - [anon_sym___attribute] = ACTIONS(2843), - [anon_sym_COLON_COLON] = ACTIONS(2845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2845), - [anon_sym___declspec] = ACTIONS(2843), - [anon_sym_LBRACE] = ACTIONS(2845), - [anon_sym_signed] = ACTIONS(2843), - [anon_sym_unsigned] = ACTIONS(2843), - [anon_sym_long] = ACTIONS(2843), - [anon_sym_short] = ACTIONS(2843), - [anon_sym_LBRACK] = ACTIONS(2843), - [anon_sym_static] = ACTIONS(2843), - [anon_sym_register] = ACTIONS(2843), - [anon_sym_inline] = ACTIONS(2843), - [anon_sym___inline] = ACTIONS(2843), - [anon_sym___inline__] = ACTIONS(2843), - [anon_sym___forceinline] = ACTIONS(2843), - [anon_sym_thread_local] = ACTIONS(2843), - [anon_sym___thread] = ACTIONS(2843), - [anon_sym_const] = ACTIONS(2843), - [anon_sym_constexpr] = ACTIONS(2843), - [anon_sym_volatile] = ACTIONS(2843), - [anon_sym_restrict] = ACTIONS(2843), - [anon_sym___restrict__] = ACTIONS(2843), - [anon_sym__Atomic] = ACTIONS(2843), - [anon_sym__Noreturn] = ACTIONS(2843), - [anon_sym_noreturn] = ACTIONS(2843), - [anon_sym__Nonnull] = ACTIONS(2843), - [anon_sym_mutable] = ACTIONS(2843), - [anon_sym_constinit] = ACTIONS(2843), - [anon_sym_consteval] = ACTIONS(2843), - [anon_sym_PROGMEM] = ACTIONS(2843), - [anon_sym_alignas] = ACTIONS(2843), - [anon_sym__Alignas] = ACTIONS(2843), - [aux_sym_primitive_type_token1] = ACTIONS(2843), - [anon_sym_byte] = ACTIONS(2843), - [anon_sym_word] = ACTIONS(2843), - [anon_sym_enum] = ACTIONS(2843), - [anon_sym_class] = ACTIONS(2843), - [anon_sym_struct] = ACTIONS(2843), - [anon_sym_union] = ACTIONS(2843), - [anon_sym_if] = ACTIONS(2843), - [anon_sym_else] = ACTIONS(2843), - [anon_sym_switch] = ACTIONS(2843), - [anon_sym_while] = ACTIONS(2843), - [anon_sym_do] = ACTIONS(2843), - [anon_sym_for] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2843), - [anon_sym_break] = ACTIONS(2843), - [anon_sym_continue] = ACTIONS(2843), - [anon_sym_goto] = ACTIONS(2843), - [anon_sym___try] = ACTIONS(2843), - [anon_sym___leave] = ACTIONS(2843), - [anon_sym_not] = ACTIONS(2843), - [anon_sym_compl] = ACTIONS(2843), - [anon_sym_DASH_DASH] = ACTIONS(2845), - [anon_sym_PLUS_PLUS] = ACTIONS(2845), - [anon_sym_sizeof] = ACTIONS(2843), - [anon_sym___alignof__] = ACTIONS(2843), - [anon_sym___alignof] = ACTIONS(2843), - [anon_sym__alignof] = ACTIONS(2843), - [anon_sym_alignof] = ACTIONS(2843), - [anon_sym__Alignof] = ACTIONS(2843), - [anon_sym_offsetof] = ACTIONS(2843), - [anon_sym__Generic] = ACTIONS(2843), - [anon_sym_asm] = ACTIONS(2843), - [anon_sym___asm__] = ACTIONS(2843), - [anon_sym___asm] = ACTIONS(2843), - [aux_sym_number_literal_token1] = ACTIONS(2845), - [aux_sym_number_literal_token2] = ACTIONS(2843), - [anon_sym_L_SQUOTE] = ACTIONS(2845), - [anon_sym_u_SQUOTE] = ACTIONS(2845), - [anon_sym_U_SQUOTE] = ACTIONS(2845), - [anon_sym_u8_SQUOTE] = ACTIONS(2845), - [anon_sym_SQUOTE] = ACTIONS(2845), - [anon_sym_L_DQUOTE] = ACTIONS(2845), - [anon_sym_u_DQUOTE] = ACTIONS(2845), - [anon_sym_U_DQUOTE] = ACTIONS(2845), - [anon_sym_u8_DQUOTE] = ACTIONS(2845), - [anon_sym_DQUOTE] = ACTIONS(2845), - [sym_true] = ACTIONS(2843), - [sym_false] = ACTIONS(2843), - [anon_sym_NULL] = ACTIONS(2843), - [anon_sym_nullptr] = ACTIONS(2843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2843), - [anon_sym_decltype] = ACTIONS(2843), - [anon_sym_typename] = ACTIONS(2843), - [anon_sym_template] = ACTIONS(2843), - [anon_sym_try] = ACTIONS(2843), - [anon_sym_delete] = ACTIONS(2843), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_co_return] = ACTIONS(2843), - [anon_sym_co_yield] = ACTIONS(2843), - [anon_sym_R_DQUOTE] = ACTIONS(2845), - [anon_sym_LR_DQUOTE] = ACTIONS(2845), - [anon_sym_uR_DQUOTE] = ACTIONS(2845), - [anon_sym_UR_DQUOTE] = ACTIONS(2845), - [anon_sym_u8R_DQUOTE] = ACTIONS(2845), - [anon_sym_co_await] = ACTIONS(2843), - [anon_sym_new] = ACTIONS(2843), - [anon_sym_requires] = ACTIONS(2843), - [sym_this] = ACTIONS(2843), - }, - [873] = { + [863] = { [sym_identifier] = ACTIONS(2781), [anon_sym_LPAREN2] = ACTIONS(2783), [anon_sym_BANG] = ACTIONS(2783), @@ -166929,715 +165749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2781), [sym_this] = ACTIONS(2781), }, - [874] = { - [sym_identifier] = ACTIONS(2773), - [anon_sym_LPAREN2] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_TILDE] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_PLUS] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2775), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym___extension__] = ACTIONS(2773), - [anon_sym_typedef] = ACTIONS(2773), - [anon_sym_virtual] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym___attribute__] = ACTIONS(2773), - [anon_sym___attribute] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2775), - [anon_sym___declspec] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_signed] = ACTIONS(2773), - [anon_sym_unsigned] = ACTIONS(2773), - [anon_sym_long] = ACTIONS(2773), - [anon_sym_short] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_register] = ACTIONS(2773), - [anon_sym_inline] = ACTIONS(2773), - [anon_sym___inline] = ACTIONS(2773), - [anon_sym___inline__] = ACTIONS(2773), - [anon_sym___forceinline] = ACTIONS(2773), - [anon_sym_thread_local] = ACTIONS(2773), - [anon_sym___thread] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_constexpr] = ACTIONS(2773), - [anon_sym_volatile] = ACTIONS(2773), - [anon_sym_restrict] = ACTIONS(2773), - [anon_sym___restrict__] = ACTIONS(2773), - [anon_sym__Atomic] = ACTIONS(2773), - [anon_sym__Noreturn] = ACTIONS(2773), - [anon_sym_noreturn] = ACTIONS(2773), - [anon_sym__Nonnull] = ACTIONS(2773), - [anon_sym_mutable] = ACTIONS(2773), - [anon_sym_constinit] = ACTIONS(2773), - [anon_sym_consteval] = ACTIONS(2773), - [anon_sym_PROGMEM] = ACTIONS(2773), - [anon_sym_alignas] = ACTIONS(2773), - [anon_sym__Alignas] = ACTIONS(2773), - [aux_sym_primitive_type_token1] = ACTIONS(2773), - [anon_sym_byte] = ACTIONS(2773), - [anon_sym_word] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_class] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_else] = ACTIONS(2773), - [anon_sym_switch] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_do] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_goto] = ACTIONS(2773), - [anon_sym___try] = ACTIONS(2773), - [anon_sym___leave] = ACTIONS(2773), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_compl] = ACTIONS(2773), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_sizeof] = ACTIONS(2773), - [anon_sym___alignof__] = ACTIONS(2773), - [anon_sym___alignof] = ACTIONS(2773), - [anon_sym__alignof] = ACTIONS(2773), - [anon_sym_alignof] = ACTIONS(2773), - [anon_sym__Alignof] = ACTIONS(2773), - [anon_sym_offsetof] = ACTIONS(2773), - [anon_sym__Generic] = ACTIONS(2773), - [anon_sym_asm] = ACTIONS(2773), - [anon_sym___asm__] = ACTIONS(2773), - [anon_sym___asm] = ACTIONS(2773), - [aux_sym_number_literal_token1] = ACTIONS(2775), - [aux_sym_number_literal_token2] = ACTIONS(2773), - [anon_sym_L_SQUOTE] = ACTIONS(2775), - [anon_sym_u_SQUOTE] = ACTIONS(2775), - [anon_sym_U_SQUOTE] = ACTIONS(2775), - [anon_sym_u8_SQUOTE] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_L_DQUOTE] = ACTIONS(2775), - [anon_sym_u_DQUOTE] = ACTIONS(2775), - [anon_sym_U_DQUOTE] = ACTIONS(2775), - [anon_sym_u8_DQUOTE] = ACTIONS(2775), - [anon_sym_DQUOTE] = ACTIONS(2775), - [sym_true] = ACTIONS(2773), - [sym_false] = ACTIONS(2773), - [anon_sym_NULL] = ACTIONS(2773), - [anon_sym_nullptr] = ACTIONS(2773), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2773), - [anon_sym_decltype] = ACTIONS(2773), - [anon_sym_typename] = ACTIONS(2773), - [anon_sym_template] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [anon_sym_delete] = ACTIONS(2773), - [anon_sym_throw] = ACTIONS(2773), - [anon_sym_co_return] = ACTIONS(2773), - [anon_sym_co_yield] = ACTIONS(2773), - [anon_sym_R_DQUOTE] = ACTIONS(2775), - [anon_sym_LR_DQUOTE] = ACTIONS(2775), - [anon_sym_uR_DQUOTE] = ACTIONS(2775), - [anon_sym_UR_DQUOTE] = ACTIONS(2775), - [anon_sym_u8R_DQUOTE] = ACTIONS(2775), - [anon_sym_co_await] = ACTIONS(2773), - [anon_sym_new] = ACTIONS(2773), - [anon_sym_requires] = ACTIONS(2773), - [sym_this] = ACTIONS(2773), - }, - [875] = { - [sym_identifier] = ACTIONS(2835), - [anon_sym_LPAREN2] = ACTIONS(2837), - [anon_sym_BANG] = ACTIONS(2837), - [anon_sym_TILDE] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2835), - [anon_sym_PLUS] = ACTIONS(2835), - [anon_sym_STAR] = ACTIONS(2837), - [anon_sym_AMP] = ACTIONS(2837), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym___extension__] = ACTIONS(2835), - [anon_sym_typedef] = ACTIONS(2835), - [anon_sym_virtual] = ACTIONS(2835), - [anon_sym_extern] = ACTIONS(2835), - [anon_sym___attribute__] = ACTIONS(2835), - [anon_sym___attribute] = ACTIONS(2835), - [anon_sym_COLON_COLON] = ACTIONS(2837), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2837), - [anon_sym___declspec] = ACTIONS(2835), - [anon_sym_LBRACE] = ACTIONS(2837), - [anon_sym_signed] = ACTIONS(2835), - [anon_sym_unsigned] = ACTIONS(2835), - [anon_sym_long] = ACTIONS(2835), - [anon_sym_short] = ACTIONS(2835), - [anon_sym_LBRACK] = ACTIONS(2835), - [anon_sym_static] = ACTIONS(2835), - [anon_sym_register] = ACTIONS(2835), - [anon_sym_inline] = ACTIONS(2835), - [anon_sym___inline] = ACTIONS(2835), - [anon_sym___inline__] = ACTIONS(2835), - [anon_sym___forceinline] = ACTIONS(2835), - [anon_sym_thread_local] = ACTIONS(2835), - [anon_sym___thread] = ACTIONS(2835), - [anon_sym_const] = ACTIONS(2835), - [anon_sym_constexpr] = ACTIONS(2835), - [anon_sym_volatile] = ACTIONS(2835), - [anon_sym_restrict] = ACTIONS(2835), - [anon_sym___restrict__] = ACTIONS(2835), - [anon_sym__Atomic] = ACTIONS(2835), - [anon_sym__Noreturn] = ACTIONS(2835), - [anon_sym_noreturn] = ACTIONS(2835), - [anon_sym__Nonnull] = ACTIONS(2835), - [anon_sym_mutable] = ACTIONS(2835), - [anon_sym_constinit] = ACTIONS(2835), - [anon_sym_consteval] = ACTIONS(2835), - [anon_sym_PROGMEM] = ACTIONS(2835), - [anon_sym_alignas] = ACTIONS(2835), - [anon_sym__Alignas] = ACTIONS(2835), - [aux_sym_primitive_type_token1] = ACTIONS(2835), - [anon_sym_byte] = ACTIONS(2835), - [anon_sym_word] = ACTIONS(2835), - [anon_sym_enum] = ACTIONS(2835), - [anon_sym_class] = ACTIONS(2835), - [anon_sym_struct] = ACTIONS(2835), - [anon_sym_union] = ACTIONS(2835), - [anon_sym_if] = ACTIONS(2835), - [anon_sym_else] = ACTIONS(2835), - [anon_sym_switch] = ACTIONS(2835), - [anon_sym_while] = ACTIONS(2835), - [anon_sym_do] = ACTIONS(2835), - [anon_sym_for] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2835), - [anon_sym_break] = ACTIONS(2835), - [anon_sym_continue] = ACTIONS(2835), - [anon_sym_goto] = ACTIONS(2835), - [anon_sym___try] = ACTIONS(2835), - [anon_sym___leave] = ACTIONS(2835), - [anon_sym_not] = ACTIONS(2835), - [anon_sym_compl] = ACTIONS(2835), - [anon_sym_DASH_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2837), - [anon_sym_sizeof] = ACTIONS(2835), - [anon_sym___alignof__] = ACTIONS(2835), - [anon_sym___alignof] = ACTIONS(2835), - [anon_sym__alignof] = ACTIONS(2835), - [anon_sym_alignof] = ACTIONS(2835), - [anon_sym__Alignof] = ACTIONS(2835), - [anon_sym_offsetof] = ACTIONS(2835), - [anon_sym__Generic] = ACTIONS(2835), - [anon_sym_asm] = ACTIONS(2835), - [anon_sym___asm__] = ACTIONS(2835), - [anon_sym___asm] = ACTIONS(2835), - [aux_sym_number_literal_token1] = ACTIONS(2837), - [aux_sym_number_literal_token2] = ACTIONS(2835), - [anon_sym_L_SQUOTE] = ACTIONS(2837), - [anon_sym_u_SQUOTE] = ACTIONS(2837), - [anon_sym_U_SQUOTE] = ACTIONS(2837), - [anon_sym_u8_SQUOTE] = ACTIONS(2837), - [anon_sym_SQUOTE] = ACTIONS(2837), - [anon_sym_L_DQUOTE] = ACTIONS(2837), - [anon_sym_u_DQUOTE] = ACTIONS(2837), - [anon_sym_U_DQUOTE] = ACTIONS(2837), - [anon_sym_u8_DQUOTE] = ACTIONS(2837), - [anon_sym_DQUOTE] = ACTIONS(2837), - [sym_true] = ACTIONS(2835), - [sym_false] = ACTIONS(2835), - [anon_sym_NULL] = ACTIONS(2835), - [anon_sym_nullptr] = ACTIONS(2835), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2835), - [anon_sym_decltype] = ACTIONS(2835), - [anon_sym_typename] = ACTIONS(2835), - [anon_sym_template] = ACTIONS(2835), - [anon_sym_try] = ACTIONS(2835), - [anon_sym_delete] = ACTIONS(2835), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_co_return] = ACTIONS(2835), - [anon_sym_co_yield] = ACTIONS(2835), - [anon_sym_R_DQUOTE] = ACTIONS(2837), - [anon_sym_LR_DQUOTE] = ACTIONS(2837), - [anon_sym_uR_DQUOTE] = ACTIONS(2837), - [anon_sym_UR_DQUOTE] = ACTIONS(2837), - [anon_sym_u8R_DQUOTE] = ACTIONS(2837), - [anon_sym_co_await] = ACTIONS(2835), - [anon_sym_new] = ACTIONS(2835), - [anon_sym_requires] = ACTIONS(2835), - [sym_this] = ACTIONS(2835), - }, - [876] = { - [sym_identifier] = ACTIONS(2769), - [anon_sym_LPAREN2] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_TILDE] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2771), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym___extension__] = ACTIONS(2769), - [anon_sym_typedef] = ACTIONS(2769), - [anon_sym_virtual] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym___attribute__] = ACTIONS(2769), - [anon_sym___attribute] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2771), - [anon_sym___declspec] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_signed] = ACTIONS(2769), - [anon_sym_unsigned] = ACTIONS(2769), - [anon_sym_long] = ACTIONS(2769), - [anon_sym_short] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_register] = ACTIONS(2769), - [anon_sym_inline] = ACTIONS(2769), - [anon_sym___inline] = ACTIONS(2769), - [anon_sym___inline__] = ACTIONS(2769), - [anon_sym___forceinline] = ACTIONS(2769), - [anon_sym_thread_local] = ACTIONS(2769), - [anon_sym___thread] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_constexpr] = ACTIONS(2769), - [anon_sym_volatile] = ACTIONS(2769), - [anon_sym_restrict] = ACTIONS(2769), - [anon_sym___restrict__] = ACTIONS(2769), - [anon_sym__Atomic] = ACTIONS(2769), - [anon_sym__Noreturn] = ACTIONS(2769), - [anon_sym_noreturn] = ACTIONS(2769), - [anon_sym__Nonnull] = ACTIONS(2769), - [anon_sym_mutable] = ACTIONS(2769), - [anon_sym_constinit] = ACTIONS(2769), - [anon_sym_consteval] = ACTIONS(2769), - [anon_sym_PROGMEM] = ACTIONS(2769), - [anon_sym_alignas] = ACTIONS(2769), - [anon_sym__Alignas] = ACTIONS(2769), - [aux_sym_primitive_type_token1] = ACTIONS(2769), - [anon_sym_byte] = ACTIONS(2769), - [anon_sym_word] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_class] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_else] = ACTIONS(2769), - [anon_sym_switch] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_do] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_goto] = ACTIONS(2769), - [anon_sym___try] = ACTIONS(2769), - [anon_sym___leave] = ACTIONS(2769), - [anon_sym_not] = ACTIONS(2769), - [anon_sym_compl] = ACTIONS(2769), - [anon_sym_DASH_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2771), - [anon_sym_sizeof] = ACTIONS(2769), - [anon_sym___alignof__] = ACTIONS(2769), - [anon_sym___alignof] = ACTIONS(2769), - [anon_sym__alignof] = ACTIONS(2769), - [anon_sym_alignof] = ACTIONS(2769), - [anon_sym__Alignof] = ACTIONS(2769), - [anon_sym_offsetof] = ACTIONS(2769), - [anon_sym__Generic] = ACTIONS(2769), - [anon_sym_asm] = ACTIONS(2769), - [anon_sym___asm__] = ACTIONS(2769), - [anon_sym___asm] = ACTIONS(2769), - [aux_sym_number_literal_token1] = ACTIONS(2771), - [aux_sym_number_literal_token2] = ACTIONS(2769), - [anon_sym_L_SQUOTE] = ACTIONS(2771), - [anon_sym_u_SQUOTE] = ACTIONS(2771), - [anon_sym_U_SQUOTE] = ACTIONS(2771), - [anon_sym_u8_SQUOTE] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_L_DQUOTE] = ACTIONS(2771), - [anon_sym_u_DQUOTE] = ACTIONS(2771), - [anon_sym_U_DQUOTE] = ACTIONS(2771), - [anon_sym_u8_DQUOTE] = ACTIONS(2771), - [anon_sym_DQUOTE] = ACTIONS(2771), - [sym_true] = ACTIONS(2769), - [sym_false] = ACTIONS(2769), - [anon_sym_NULL] = ACTIONS(2769), - [anon_sym_nullptr] = ACTIONS(2769), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2769), - [anon_sym_decltype] = ACTIONS(2769), - [anon_sym_typename] = ACTIONS(2769), - [anon_sym_template] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [anon_sym_delete] = ACTIONS(2769), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_co_return] = ACTIONS(2769), - [anon_sym_co_yield] = ACTIONS(2769), - [anon_sym_R_DQUOTE] = ACTIONS(2771), - [anon_sym_LR_DQUOTE] = ACTIONS(2771), - [anon_sym_uR_DQUOTE] = ACTIONS(2771), - [anon_sym_UR_DQUOTE] = ACTIONS(2771), - [anon_sym_u8R_DQUOTE] = ACTIONS(2771), - [anon_sym_co_await] = ACTIONS(2769), - [anon_sym_new] = ACTIONS(2769), - [anon_sym_requires] = ACTIONS(2769), - [sym_this] = ACTIONS(2769), - }, - [877] = { - [sym_identifier] = ACTIONS(2819), - [anon_sym_LPAREN2] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_TILDE] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2819), - [anon_sym_STAR] = ACTIONS(2821), - [anon_sym_AMP] = ACTIONS(2821), - [anon_sym_SEMI] = ACTIONS(2821), - [anon_sym___extension__] = ACTIONS(2819), - [anon_sym_typedef] = ACTIONS(2819), - [anon_sym_virtual] = ACTIONS(2819), - [anon_sym_extern] = ACTIONS(2819), - [anon_sym___attribute__] = ACTIONS(2819), - [anon_sym___attribute] = ACTIONS(2819), - [anon_sym_COLON_COLON] = ACTIONS(2821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2821), - [anon_sym___declspec] = ACTIONS(2819), - [anon_sym_LBRACE] = ACTIONS(2821), - [anon_sym_signed] = ACTIONS(2819), - [anon_sym_unsigned] = ACTIONS(2819), - [anon_sym_long] = ACTIONS(2819), - [anon_sym_short] = ACTIONS(2819), - [anon_sym_LBRACK] = ACTIONS(2819), - [anon_sym_static] = ACTIONS(2819), - [anon_sym_register] = ACTIONS(2819), - [anon_sym_inline] = ACTIONS(2819), - [anon_sym___inline] = ACTIONS(2819), - [anon_sym___inline__] = ACTIONS(2819), - [anon_sym___forceinline] = ACTIONS(2819), - [anon_sym_thread_local] = ACTIONS(2819), - [anon_sym___thread] = ACTIONS(2819), - [anon_sym_const] = ACTIONS(2819), - [anon_sym_constexpr] = ACTIONS(2819), - [anon_sym_volatile] = ACTIONS(2819), - [anon_sym_restrict] = ACTIONS(2819), - [anon_sym___restrict__] = ACTIONS(2819), - [anon_sym__Atomic] = ACTIONS(2819), - [anon_sym__Noreturn] = ACTIONS(2819), - [anon_sym_noreturn] = ACTIONS(2819), - [anon_sym__Nonnull] = ACTIONS(2819), - [anon_sym_mutable] = ACTIONS(2819), - [anon_sym_constinit] = ACTIONS(2819), - [anon_sym_consteval] = ACTIONS(2819), - [anon_sym_PROGMEM] = ACTIONS(2819), - [anon_sym_alignas] = ACTIONS(2819), - [anon_sym__Alignas] = ACTIONS(2819), - [aux_sym_primitive_type_token1] = ACTIONS(2819), - [anon_sym_byte] = ACTIONS(2819), - [anon_sym_word] = ACTIONS(2819), - [anon_sym_enum] = ACTIONS(2819), - [anon_sym_class] = ACTIONS(2819), - [anon_sym_struct] = ACTIONS(2819), - [anon_sym_union] = ACTIONS(2819), - [anon_sym_if] = ACTIONS(2819), - [anon_sym_else] = ACTIONS(2819), - [anon_sym_switch] = ACTIONS(2819), - [anon_sym_while] = ACTIONS(2819), - [anon_sym_do] = ACTIONS(2819), - [anon_sym_for] = ACTIONS(2819), - [anon_sym_return] = ACTIONS(2819), - [anon_sym_break] = ACTIONS(2819), - [anon_sym_continue] = ACTIONS(2819), - [anon_sym_goto] = ACTIONS(2819), - [anon_sym___try] = ACTIONS(2819), - [anon_sym___leave] = ACTIONS(2819), - [anon_sym_not] = ACTIONS(2819), - [anon_sym_compl] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2821), - [anon_sym_PLUS_PLUS] = ACTIONS(2821), - [anon_sym_sizeof] = ACTIONS(2819), - [anon_sym___alignof__] = ACTIONS(2819), - [anon_sym___alignof] = ACTIONS(2819), - [anon_sym__alignof] = ACTIONS(2819), - [anon_sym_alignof] = ACTIONS(2819), - [anon_sym__Alignof] = ACTIONS(2819), - [anon_sym_offsetof] = ACTIONS(2819), - [anon_sym__Generic] = ACTIONS(2819), - [anon_sym_asm] = ACTIONS(2819), - [anon_sym___asm__] = ACTIONS(2819), - [anon_sym___asm] = ACTIONS(2819), - [aux_sym_number_literal_token1] = ACTIONS(2821), - [aux_sym_number_literal_token2] = ACTIONS(2819), - [anon_sym_L_SQUOTE] = ACTIONS(2821), - [anon_sym_u_SQUOTE] = ACTIONS(2821), - [anon_sym_U_SQUOTE] = ACTIONS(2821), - [anon_sym_u8_SQUOTE] = ACTIONS(2821), - [anon_sym_SQUOTE] = ACTIONS(2821), - [anon_sym_L_DQUOTE] = ACTIONS(2821), - [anon_sym_u_DQUOTE] = ACTIONS(2821), - [anon_sym_U_DQUOTE] = ACTIONS(2821), - [anon_sym_u8_DQUOTE] = ACTIONS(2821), - [anon_sym_DQUOTE] = ACTIONS(2821), - [sym_true] = ACTIONS(2819), - [sym_false] = ACTIONS(2819), - [anon_sym_NULL] = ACTIONS(2819), - [anon_sym_nullptr] = ACTIONS(2819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2819), - [anon_sym_decltype] = ACTIONS(2819), - [anon_sym_typename] = ACTIONS(2819), - [anon_sym_template] = ACTIONS(2819), - [anon_sym_try] = ACTIONS(2819), - [anon_sym_delete] = ACTIONS(2819), - [anon_sym_throw] = ACTIONS(2819), - [anon_sym_co_return] = ACTIONS(2819), - [anon_sym_co_yield] = ACTIONS(2819), - [anon_sym_R_DQUOTE] = ACTIONS(2821), - [anon_sym_LR_DQUOTE] = ACTIONS(2821), - [anon_sym_uR_DQUOTE] = ACTIONS(2821), - [anon_sym_UR_DQUOTE] = ACTIONS(2821), - [anon_sym_u8R_DQUOTE] = ACTIONS(2821), - [anon_sym_co_await] = ACTIONS(2819), - [anon_sym_new] = ACTIONS(2819), - [anon_sym_requires] = ACTIONS(2819), - [sym_this] = ACTIONS(2819), - }, - [878] = { - [sym_identifier] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_BANG] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_PLUS] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2803), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2803), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), - [anon_sym_if] = ACTIONS(2801), - [anon_sym_else] = ACTIONS(2801), - [anon_sym_switch] = ACTIONS(2801), - [anon_sym_while] = ACTIONS(2801), - [anon_sym_do] = ACTIONS(2801), - [anon_sym_for] = ACTIONS(2801), - [anon_sym_return] = ACTIONS(2801), - [anon_sym_break] = ACTIONS(2801), - [anon_sym_continue] = ACTIONS(2801), - [anon_sym_goto] = ACTIONS(2801), - [anon_sym___try] = ACTIONS(2801), - [anon_sym___leave] = ACTIONS(2801), - [anon_sym_not] = ACTIONS(2801), - [anon_sym_compl] = ACTIONS(2801), - [anon_sym_DASH_DASH] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2803), - [anon_sym_sizeof] = ACTIONS(2801), - [anon_sym___alignof__] = ACTIONS(2801), - [anon_sym___alignof] = ACTIONS(2801), - [anon_sym__alignof] = ACTIONS(2801), - [anon_sym_alignof] = ACTIONS(2801), - [anon_sym__Alignof] = ACTIONS(2801), - [anon_sym_offsetof] = ACTIONS(2801), - [anon_sym__Generic] = ACTIONS(2801), - [anon_sym_asm] = ACTIONS(2801), - [anon_sym___asm__] = ACTIONS(2801), - [anon_sym___asm] = ACTIONS(2801), - [aux_sym_number_literal_token1] = ACTIONS(2803), - [aux_sym_number_literal_token2] = ACTIONS(2801), - [anon_sym_L_SQUOTE] = ACTIONS(2803), - [anon_sym_u_SQUOTE] = ACTIONS(2803), - [anon_sym_U_SQUOTE] = ACTIONS(2803), - [anon_sym_u8_SQUOTE] = ACTIONS(2803), - [anon_sym_SQUOTE] = ACTIONS(2803), - [anon_sym_L_DQUOTE] = ACTIONS(2803), - [anon_sym_u_DQUOTE] = ACTIONS(2803), - [anon_sym_U_DQUOTE] = ACTIONS(2803), - [anon_sym_u8_DQUOTE] = ACTIONS(2803), - [anon_sym_DQUOTE] = ACTIONS(2803), - [sym_true] = ACTIONS(2801), - [sym_false] = ACTIONS(2801), - [anon_sym_NULL] = ACTIONS(2801), - [anon_sym_nullptr] = ACTIONS(2801), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_try] = ACTIONS(2801), - [anon_sym_delete] = ACTIONS(2801), - [anon_sym_throw] = ACTIONS(2801), - [anon_sym_co_return] = ACTIONS(2801), - [anon_sym_co_yield] = ACTIONS(2801), - [anon_sym_R_DQUOTE] = ACTIONS(2803), - [anon_sym_LR_DQUOTE] = ACTIONS(2803), - [anon_sym_uR_DQUOTE] = ACTIONS(2803), - [anon_sym_UR_DQUOTE] = ACTIONS(2803), - [anon_sym_u8R_DQUOTE] = ACTIONS(2803), - [anon_sym_co_await] = ACTIONS(2801), - [anon_sym_new] = ACTIONS(2801), - [anon_sym_requires] = ACTIONS(2801), - [sym_this] = ACTIONS(2801), - }, - [879] = { - [sym_identifier] = ACTIONS(2839), - [anon_sym_LPAREN2] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_TILDE] = ACTIONS(2841), - [anon_sym_DASH] = ACTIONS(2839), - [anon_sym_PLUS] = ACTIONS(2839), - [anon_sym_STAR] = ACTIONS(2841), - [anon_sym_AMP] = ACTIONS(2841), - [anon_sym_SEMI] = ACTIONS(2841), - [anon_sym___extension__] = ACTIONS(2839), - [anon_sym_typedef] = ACTIONS(2839), - [anon_sym_virtual] = ACTIONS(2839), - [anon_sym_extern] = ACTIONS(2839), - [anon_sym___attribute__] = ACTIONS(2839), - [anon_sym___attribute] = ACTIONS(2839), - [anon_sym_COLON_COLON] = ACTIONS(2841), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2841), - [anon_sym___declspec] = ACTIONS(2839), - [anon_sym_LBRACE] = ACTIONS(2841), - [anon_sym_signed] = ACTIONS(2839), - [anon_sym_unsigned] = ACTIONS(2839), - [anon_sym_long] = ACTIONS(2839), - [anon_sym_short] = ACTIONS(2839), - [anon_sym_LBRACK] = ACTIONS(2839), - [anon_sym_static] = ACTIONS(2839), - [anon_sym_register] = ACTIONS(2839), - [anon_sym_inline] = ACTIONS(2839), - [anon_sym___inline] = ACTIONS(2839), - [anon_sym___inline__] = ACTIONS(2839), - [anon_sym___forceinline] = ACTIONS(2839), - [anon_sym_thread_local] = ACTIONS(2839), - [anon_sym___thread] = ACTIONS(2839), - [anon_sym_const] = ACTIONS(2839), - [anon_sym_constexpr] = ACTIONS(2839), - [anon_sym_volatile] = ACTIONS(2839), - [anon_sym_restrict] = ACTIONS(2839), - [anon_sym___restrict__] = ACTIONS(2839), - [anon_sym__Atomic] = ACTIONS(2839), - [anon_sym__Noreturn] = ACTIONS(2839), - [anon_sym_noreturn] = ACTIONS(2839), - [anon_sym__Nonnull] = ACTIONS(2839), - [anon_sym_mutable] = ACTIONS(2839), - [anon_sym_constinit] = ACTIONS(2839), - [anon_sym_consteval] = ACTIONS(2839), - [anon_sym_PROGMEM] = ACTIONS(2839), - [anon_sym_alignas] = ACTIONS(2839), - [anon_sym__Alignas] = ACTIONS(2839), - [aux_sym_primitive_type_token1] = ACTIONS(2839), - [anon_sym_byte] = ACTIONS(2839), - [anon_sym_word] = ACTIONS(2839), - [anon_sym_enum] = ACTIONS(2839), - [anon_sym_class] = ACTIONS(2839), - [anon_sym_struct] = ACTIONS(2839), - [anon_sym_union] = ACTIONS(2839), - [anon_sym_if] = ACTIONS(2839), - [anon_sym_else] = ACTIONS(2839), - [anon_sym_switch] = ACTIONS(2839), - [anon_sym_while] = ACTIONS(2839), - [anon_sym_do] = ACTIONS(2839), - [anon_sym_for] = ACTIONS(2839), - [anon_sym_return] = ACTIONS(2839), - [anon_sym_break] = ACTIONS(2839), - [anon_sym_continue] = ACTIONS(2839), - [anon_sym_goto] = ACTIONS(2839), - [anon_sym___try] = ACTIONS(2839), - [anon_sym___leave] = ACTIONS(2839), - [anon_sym_not] = ACTIONS(2839), - [anon_sym_compl] = ACTIONS(2839), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_sizeof] = ACTIONS(2839), - [anon_sym___alignof__] = ACTIONS(2839), - [anon_sym___alignof] = ACTIONS(2839), - [anon_sym__alignof] = ACTIONS(2839), - [anon_sym_alignof] = ACTIONS(2839), - [anon_sym__Alignof] = ACTIONS(2839), - [anon_sym_offsetof] = ACTIONS(2839), - [anon_sym__Generic] = ACTIONS(2839), - [anon_sym_asm] = ACTIONS(2839), - [anon_sym___asm__] = ACTIONS(2839), - [anon_sym___asm] = ACTIONS(2839), - [aux_sym_number_literal_token1] = ACTIONS(2841), - [aux_sym_number_literal_token2] = ACTIONS(2839), - [anon_sym_L_SQUOTE] = ACTIONS(2841), - [anon_sym_u_SQUOTE] = ACTIONS(2841), - [anon_sym_U_SQUOTE] = ACTIONS(2841), - [anon_sym_u8_SQUOTE] = ACTIONS(2841), - [anon_sym_SQUOTE] = ACTIONS(2841), - [anon_sym_L_DQUOTE] = ACTIONS(2841), - [anon_sym_u_DQUOTE] = ACTIONS(2841), - [anon_sym_U_DQUOTE] = ACTIONS(2841), - [anon_sym_u8_DQUOTE] = ACTIONS(2841), - [anon_sym_DQUOTE] = ACTIONS(2841), - [sym_true] = ACTIONS(2839), - [sym_false] = ACTIONS(2839), - [anon_sym_NULL] = ACTIONS(2839), - [anon_sym_nullptr] = ACTIONS(2839), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2839), - [anon_sym_decltype] = ACTIONS(2839), - [anon_sym_typename] = ACTIONS(2839), - [anon_sym_template] = ACTIONS(2839), - [anon_sym_try] = ACTIONS(2839), - [anon_sym_delete] = ACTIONS(2839), - [anon_sym_throw] = ACTIONS(2839), - [anon_sym_co_return] = ACTIONS(2839), - [anon_sym_co_yield] = ACTIONS(2839), - [anon_sym_R_DQUOTE] = ACTIONS(2841), - [anon_sym_LR_DQUOTE] = ACTIONS(2841), - [anon_sym_uR_DQUOTE] = ACTIONS(2841), - [anon_sym_UR_DQUOTE] = ACTIONS(2841), - [anon_sym_u8R_DQUOTE] = ACTIONS(2841), - [anon_sym_co_await] = ACTIONS(2839), - [anon_sym_new] = ACTIONS(2839), - [anon_sym_requires] = ACTIONS(2839), - [sym_this] = ACTIONS(2839), - }, - [880] = { + [864] = { [sym_identifier] = ACTIONS(2785), [anon_sym_LPAREN2] = ACTIONS(2787), [anon_sym_BANG] = ACTIONS(2787), @@ -167755,7 +165867,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2785), [sym_this] = ACTIONS(2785), }, - [881] = { + [865] = { + [sym_identifier] = ACTIONS(2841), + [anon_sym_LPAREN2] = ACTIONS(2843), + [anon_sym_BANG] = ACTIONS(2843), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2843), + [anon_sym___extension__] = ACTIONS(2841), + [anon_sym_typedef] = ACTIONS(2841), + [anon_sym_virtual] = ACTIONS(2841), + [anon_sym_extern] = ACTIONS(2841), + [anon_sym___attribute__] = ACTIONS(2841), + [anon_sym___attribute] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(2843), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2843), + [anon_sym___declspec] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_signed] = ACTIONS(2841), + [anon_sym_unsigned] = ACTIONS(2841), + [anon_sym_long] = ACTIONS(2841), + [anon_sym_short] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2841), + [anon_sym_static] = ACTIONS(2841), + [anon_sym_register] = ACTIONS(2841), + [anon_sym_inline] = ACTIONS(2841), + [anon_sym___inline] = ACTIONS(2841), + [anon_sym___inline__] = ACTIONS(2841), + [anon_sym___forceinline] = ACTIONS(2841), + [anon_sym_thread_local] = ACTIONS(2841), + [anon_sym___thread] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_constexpr] = ACTIONS(2841), + [anon_sym_volatile] = ACTIONS(2841), + [anon_sym_restrict] = ACTIONS(2841), + [anon_sym___restrict__] = ACTIONS(2841), + [anon_sym__Atomic] = ACTIONS(2841), + [anon_sym__Noreturn] = ACTIONS(2841), + [anon_sym_noreturn] = ACTIONS(2841), + [anon_sym__Nonnull] = ACTIONS(2841), + [anon_sym_mutable] = ACTIONS(2841), + [anon_sym_constinit] = ACTIONS(2841), + [anon_sym_consteval] = ACTIONS(2841), + [anon_sym_PROGMEM] = ACTIONS(2841), + [anon_sym_alignas] = ACTIONS(2841), + [anon_sym__Alignas] = ACTIONS(2841), + [aux_sym_primitive_type_token1] = ACTIONS(2841), + [anon_sym_byte] = ACTIONS(2841), + [anon_sym_word] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_class] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_else] = ACTIONS(2841), + [anon_sym_switch] = ACTIONS(2841), + [anon_sym_while] = ACTIONS(2841), + [anon_sym_do] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym___try] = ACTIONS(2841), + [anon_sym___leave] = ACTIONS(2841), + [anon_sym_not] = ACTIONS(2841), + [anon_sym_compl] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_sizeof] = ACTIONS(2841), + [anon_sym___alignof__] = ACTIONS(2841), + [anon_sym___alignof] = ACTIONS(2841), + [anon_sym__alignof] = ACTIONS(2841), + [anon_sym_alignof] = ACTIONS(2841), + [anon_sym__Alignof] = ACTIONS(2841), + [anon_sym_offsetof] = ACTIONS(2841), + [anon_sym__Generic] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym___asm__] = ACTIONS(2841), + [anon_sym___asm] = ACTIONS(2841), + [aux_sym_number_literal_token1] = ACTIONS(2843), + [aux_sym_number_literal_token2] = ACTIONS(2841), + [anon_sym_L_SQUOTE] = ACTIONS(2843), + [anon_sym_u_SQUOTE] = ACTIONS(2843), + [anon_sym_U_SQUOTE] = ACTIONS(2843), + [anon_sym_u8_SQUOTE] = ACTIONS(2843), + [anon_sym_SQUOTE] = ACTIONS(2843), + [anon_sym_L_DQUOTE] = ACTIONS(2843), + [anon_sym_u_DQUOTE] = ACTIONS(2843), + [anon_sym_U_DQUOTE] = ACTIONS(2843), + [anon_sym_u8_DQUOTE] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2843), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [anon_sym_NULL] = ACTIONS(2841), + [anon_sym_nullptr] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2841), + [anon_sym_decltype] = ACTIONS(2841), + [anon_sym_typename] = ACTIONS(2841), + [anon_sym_template] = ACTIONS(2841), + [anon_sym_try] = ACTIONS(2841), + [anon_sym_delete] = ACTIONS(2841), + [anon_sym_throw] = ACTIONS(2841), + [anon_sym_co_return] = ACTIONS(2841), + [anon_sym_co_yield] = ACTIONS(2841), + [anon_sym_R_DQUOTE] = ACTIONS(2843), + [anon_sym_LR_DQUOTE] = ACTIONS(2843), + [anon_sym_uR_DQUOTE] = ACTIONS(2843), + [anon_sym_UR_DQUOTE] = ACTIONS(2843), + [anon_sym_u8R_DQUOTE] = ACTIONS(2843), + [anon_sym_co_await] = ACTIONS(2841), + [anon_sym_new] = ACTIONS(2841), + [anon_sym_requires] = ACTIONS(2841), + [sym_this] = ACTIONS(2841), + }, + [866] = { [sym_identifier] = ACTIONS(2789), [anon_sym_LPAREN2] = ACTIONS(2791), [anon_sym_BANG] = ACTIONS(2791), @@ -167873,125 +166103,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2789), [sym_this] = ACTIONS(2789), }, - [882] = { - [sym_identifier] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_BANG] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2817), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_switch] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_goto] = ACTIONS(2815), - [anon_sym___try] = ACTIONS(2815), - [anon_sym___leave] = ACTIONS(2815), - [anon_sym_not] = ACTIONS(2815), - [anon_sym_compl] = ACTIONS(2815), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_sizeof] = ACTIONS(2815), - [anon_sym___alignof__] = ACTIONS(2815), - [anon_sym___alignof] = ACTIONS(2815), - [anon_sym__alignof] = ACTIONS(2815), - [anon_sym_alignof] = ACTIONS(2815), - [anon_sym__Alignof] = ACTIONS(2815), - [anon_sym_offsetof] = ACTIONS(2815), - [anon_sym__Generic] = ACTIONS(2815), - [anon_sym_asm] = ACTIONS(2815), - [anon_sym___asm__] = ACTIONS(2815), - [anon_sym___asm] = ACTIONS(2815), - [aux_sym_number_literal_token1] = ACTIONS(2817), - [aux_sym_number_literal_token2] = ACTIONS(2815), - [anon_sym_L_SQUOTE] = ACTIONS(2817), - [anon_sym_u_SQUOTE] = ACTIONS(2817), - [anon_sym_U_SQUOTE] = ACTIONS(2817), - [anon_sym_u8_SQUOTE] = ACTIONS(2817), - [anon_sym_SQUOTE] = ACTIONS(2817), - [anon_sym_L_DQUOTE] = ACTIONS(2817), - [anon_sym_u_DQUOTE] = ACTIONS(2817), - [anon_sym_U_DQUOTE] = ACTIONS(2817), - [anon_sym_u8_DQUOTE] = ACTIONS(2817), - [anon_sym_DQUOTE] = ACTIONS(2817), - [sym_true] = ACTIONS(2815), - [sym_false] = ACTIONS(2815), - [anon_sym_NULL] = ACTIONS(2815), - [anon_sym_nullptr] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [anon_sym_delete] = ACTIONS(2815), - [anon_sym_throw] = ACTIONS(2815), - [anon_sym_co_return] = ACTIONS(2815), - [anon_sym_co_yield] = ACTIONS(2815), - [anon_sym_R_DQUOTE] = ACTIONS(2817), - [anon_sym_LR_DQUOTE] = ACTIONS(2817), - [anon_sym_uR_DQUOTE] = ACTIONS(2817), - [anon_sym_UR_DQUOTE] = ACTIONS(2817), - [anon_sym_u8R_DQUOTE] = ACTIONS(2817), - [anon_sym_co_await] = ACTIONS(2815), - [anon_sym_new] = ACTIONS(2815), - [anon_sym_requires] = ACTIONS(2815), - [sym_this] = ACTIONS(2815), + [867] = { + [sym_identifier] = ACTIONS(2793), + [anon_sym_LPAREN2] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2795), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym___extension__] = ACTIONS(2793), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_virtual] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym___attribute__] = ACTIONS(2793), + [anon_sym___attribute] = ACTIONS(2793), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2795), + [anon_sym___declspec] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_signed] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [anon_sym_LBRACK] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym___inline] = ACTIONS(2793), + [anon_sym___inline__] = ACTIONS(2793), + [anon_sym___forceinline] = ACTIONS(2793), + [anon_sym_thread_local] = ACTIONS(2793), + [anon_sym___thread] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_constexpr] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym___restrict__] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym__Noreturn] = ACTIONS(2793), + [anon_sym_noreturn] = ACTIONS(2793), + [anon_sym__Nonnull] = ACTIONS(2793), + [anon_sym_mutable] = ACTIONS(2793), + [anon_sym_constinit] = ACTIONS(2793), + [anon_sym_consteval] = ACTIONS(2793), + [anon_sym_PROGMEM] = ACTIONS(2793), + [anon_sym_alignas] = ACTIONS(2793), + [anon_sym__Alignas] = ACTIONS(2793), + [aux_sym_primitive_type_token1] = ACTIONS(2793), + [anon_sym_byte] = ACTIONS(2793), + [anon_sym_word] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_class] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_else] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym___try] = ACTIONS(2793), + [anon_sym___leave] = ACTIONS(2793), + [anon_sym_not] = ACTIONS(2793), + [anon_sym_compl] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [anon_sym___alignof__] = ACTIONS(2793), + [anon_sym___alignof] = ACTIONS(2793), + [anon_sym__alignof] = ACTIONS(2793), + [anon_sym_alignof] = ACTIONS(2793), + [anon_sym__Alignof] = ACTIONS(2793), + [anon_sym_offsetof] = ACTIONS(2793), + [anon_sym__Generic] = ACTIONS(2793), + [anon_sym_asm] = ACTIONS(2793), + [anon_sym___asm__] = ACTIONS(2793), + [anon_sym___asm] = ACTIONS(2793), + [aux_sym_number_literal_token1] = ACTIONS(2795), + [aux_sym_number_literal_token2] = ACTIONS(2793), + [anon_sym_L_SQUOTE] = ACTIONS(2795), + [anon_sym_u_SQUOTE] = ACTIONS(2795), + [anon_sym_U_SQUOTE] = ACTIONS(2795), + [anon_sym_u8_SQUOTE] = ACTIONS(2795), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_L_DQUOTE] = ACTIONS(2795), + [anon_sym_u_DQUOTE] = ACTIONS(2795), + [anon_sym_U_DQUOTE] = ACTIONS(2795), + [anon_sym_u8_DQUOTE] = ACTIONS(2795), + [anon_sym_DQUOTE] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [anon_sym_NULL] = ACTIONS(2793), + [anon_sym_nullptr] = ACTIONS(2793), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2793), + [anon_sym_decltype] = ACTIONS(2793), + [anon_sym_typename] = ACTIONS(2793), + [anon_sym_template] = ACTIONS(2793), + [anon_sym_try] = ACTIONS(2793), + [anon_sym_delete] = ACTIONS(2793), + [anon_sym_throw] = ACTIONS(2793), + [anon_sym_co_return] = ACTIONS(2793), + [anon_sym_co_yield] = ACTIONS(2793), + [anon_sym_R_DQUOTE] = ACTIONS(2795), + [anon_sym_LR_DQUOTE] = ACTIONS(2795), + [anon_sym_uR_DQUOTE] = ACTIONS(2795), + [anon_sym_UR_DQUOTE] = ACTIONS(2795), + [anon_sym_u8R_DQUOTE] = ACTIONS(2795), + [anon_sym_co_await] = ACTIONS(2793), + [anon_sym_new] = ACTIONS(2793), + [anon_sym_requires] = ACTIONS(2793), + [sym_this] = ACTIONS(2793), }, - [883] = { + [868] = { [sym_identifier] = ACTIONS(2797), [anon_sym_LPAREN2] = ACTIONS(2799), [anon_sym_BANG] = ACTIONS(2799), @@ -168109,11 +166339,1781 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2797), [sym_this] = ACTIONS(2797), }, + [869] = { + [sym_identifier] = ACTIONS(2801), + [anon_sym_LPAREN2] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym___extension__] = ACTIONS(2801), + [anon_sym_typedef] = ACTIONS(2801), + [anon_sym_virtual] = ACTIONS(2801), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym___attribute__] = ACTIONS(2801), + [anon_sym___attribute] = ACTIONS(2801), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), + [anon_sym___declspec] = ACTIONS(2801), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_signed] = ACTIONS(2801), + [anon_sym_unsigned] = ACTIONS(2801), + [anon_sym_long] = ACTIONS(2801), + [anon_sym_short] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_register] = ACTIONS(2801), + [anon_sym_inline] = ACTIONS(2801), + [anon_sym___inline] = ACTIONS(2801), + [anon_sym___inline__] = ACTIONS(2801), + [anon_sym___forceinline] = ACTIONS(2801), + [anon_sym_thread_local] = ACTIONS(2801), + [anon_sym___thread] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_constexpr] = ACTIONS(2801), + [anon_sym_volatile] = ACTIONS(2801), + [anon_sym_restrict] = ACTIONS(2801), + [anon_sym___restrict__] = ACTIONS(2801), + [anon_sym__Atomic] = ACTIONS(2801), + [anon_sym__Noreturn] = ACTIONS(2801), + [anon_sym_noreturn] = ACTIONS(2801), + [anon_sym__Nonnull] = ACTIONS(2801), + [anon_sym_mutable] = ACTIONS(2801), + [anon_sym_constinit] = ACTIONS(2801), + [anon_sym_consteval] = ACTIONS(2801), + [anon_sym_PROGMEM] = ACTIONS(2801), + [anon_sym_alignas] = ACTIONS(2801), + [anon_sym__Alignas] = ACTIONS(2801), + [aux_sym_primitive_type_token1] = ACTIONS(2801), + [anon_sym_byte] = ACTIONS(2801), + [anon_sym_word] = ACTIONS(2801), + [anon_sym_enum] = ACTIONS(2801), + [anon_sym_class] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2801), + [anon_sym_union] = ACTIONS(2801), + [anon_sym_if] = ACTIONS(2801), + [anon_sym_else] = ACTIONS(2801), + [anon_sym_switch] = ACTIONS(2801), + [anon_sym_while] = ACTIONS(2801), + [anon_sym_do] = ACTIONS(2801), + [anon_sym_for] = ACTIONS(2801), + [anon_sym_return] = ACTIONS(2801), + [anon_sym_break] = ACTIONS(2801), + [anon_sym_continue] = ACTIONS(2801), + [anon_sym_goto] = ACTIONS(2801), + [anon_sym___try] = ACTIONS(2801), + [anon_sym___leave] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2801), + [anon_sym_compl] = ACTIONS(2801), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_sizeof] = ACTIONS(2801), + [anon_sym___alignof__] = ACTIONS(2801), + [anon_sym___alignof] = ACTIONS(2801), + [anon_sym__alignof] = ACTIONS(2801), + [anon_sym_alignof] = ACTIONS(2801), + [anon_sym__Alignof] = ACTIONS(2801), + [anon_sym_offsetof] = ACTIONS(2801), + [anon_sym__Generic] = ACTIONS(2801), + [anon_sym_asm] = ACTIONS(2801), + [anon_sym___asm__] = ACTIONS(2801), + [anon_sym___asm] = ACTIONS(2801), + [aux_sym_number_literal_token1] = ACTIONS(2803), + [aux_sym_number_literal_token2] = ACTIONS(2801), + [anon_sym_L_SQUOTE] = ACTIONS(2803), + [anon_sym_u_SQUOTE] = ACTIONS(2803), + [anon_sym_U_SQUOTE] = ACTIONS(2803), + [anon_sym_u8_SQUOTE] = ACTIONS(2803), + [anon_sym_SQUOTE] = ACTIONS(2803), + [anon_sym_L_DQUOTE] = ACTIONS(2803), + [anon_sym_u_DQUOTE] = ACTIONS(2803), + [anon_sym_U_DQUOTE] = ACTIONS(2803), + [anon_sym_u8_DQUOTE] = ACTIONS(2803), + [anon_sym_DQUOTE] = ACTIONS(2803), + [sym_true] = ACTIONS(2801), + [sym_false] = ACTIONS(2801), + [anon_sym_NULL] = ACTIONS(2801), + [anon_sym_nullptr] = ACTIONS(2801), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2801), + [anon_sym_decltype] = ACTIONS(2801), + [anon_sym_typename] = ACTIONS(2801), + [anon_sym_template] = ACTIONS(2801), + [anon_sym_try] = ACTIONS(2801), + [anon_sym_delete] = ACTIONS(2801), + [anon_sym_throw] = ACTIONS(2801), + [anon_sym_co_return] = ACTIONS(2801), + [anon_sym_co_yield] = ACTIONS(2801), + [anon_sym_R_DQUOTE] = ACTIONS(2803), + [anon_sym_LR_DQUOTE] = ACTIONS(2803), + [anon_sym_uR_DQUOTE] = ACTIONS(2803), + [anon_sym_UR_DQUOTE] = ACTIONS(2803), + [anon_sym_u8R_DQUOTE] = ACTIONS(2803), + [anon_sym_co_await] = ACTIONS(2801), + [anon_sym_new] = ACTIONS(2801), + [anon_sym_requires] = ACTIONS(2801), + [sym_this] = ACTIONS(2801), + }, + [870] = { + [sym_identifier] = ACTIONS(2805), + [anon_sym_LPAREN2] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2805), + [anon_sym_PLUS] = ACTIONS(2805), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym___extension__] = ACTIONS(2805), + [anon_sym_typedef] = ACTIONS(2805), + [anon_sym_virtual] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym___attribute__] = ACTIONS(2805), + [anon_sym___attribute] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2807), + [anon_sym___declspec] = ACTIONS(2805), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_signed] = ACTIONS(2805), + [anon_sym_unsigned] = ACTIONS(2805), + [anon_sym_long] = ACTIONS(2805), + [anon_sym_short] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_register] = ACTIONS(2805), + [anon_sym_inline] = ACTIONS(2805), + [anon_sym___inline] = ACTIONS(2805), + [anon_sym___inline__] = ACTIONS(2805), + [anon_sym___forceinline] = ACTIONS(2805), + [anon_sym_thread_local] = ACTIONS(2805), + [anon_sym___thread] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_constexpr] = ACTIONS(2805), + [anon_sym_volatile] = ACTIONS(2805), + [anon_sym_restrict] = ACTIONS(2805), + [anon_sym___restrict__] = ACTIONS(2805), + [anon_sym__Atomic] = ACTIONS(2805), + [anon_sym__Noreturn] = ACTIONS(2805), + [anon_sym_noreturn] = ACTIONS(2805), + [anon_sym__Nonnull] = ACTIONS(2805), + [anon_sym_mutable] = ACTIONS(2805), + [anon_sym_constinit] = ACTIONS(2805), + [anon_sym_consteval] = ACTIONS(2805), + [anon_sym_PROGMEM] = ACTIONS(2805), + [anon_sym_alignas] = ACTIONS(2805), + [anon_sym__Alignas] = ACTIONS(2805), + [aux_sym_primitive_type_token1] = ACTIONS(2805), + [anon_sym_byte] = ACTIONS(2805), + [anon_sym_word] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_class] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_else] = ACTIONS(2805), + [anon_sym_switch] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_do] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_goto] = ACTIONS(2805), + [anon_sym___try] = ACTIONS(2805), + [anon_sym___leave] = ACTIONS(2805), + [anon_sym_not] = ACTIONS(2805), + [anon_sym_compl] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_sizeof] = ACTIONS(2805), + [anon_sym___alignof__] = ACTIONS(2805), + [anon_sym___alignof] = ACTIONS(2805), + [anon_sym__alignof] = ACTIONS(2805), + [anon_sym_alignof] = ACTIONS(2805), + [anon_sym__Alignof] = ACTIONS(2805), + [anon_sym_offsetof] = ACTIONS(2805), + [anon_sym__Generic] = ACTIONS(2805), + [anon_sym_asm] = ACTIONS(2805), + [anon_sym___asm__] = ACTIONS(2805), + [anon_sym___asm] = ACTIONS(2805), + [aux_sym_number_literal_token1] = ACTIONS(2807), + [aux_sym_number_literal_token2] = ACTIONS(2805), + [anon_sym_L_SQUOTE] = ACTIONS(2807), + [anon_sym_u_SQUOTE] = ACTIONS(2807), + [anon_sym_U_SQUOTE] = ACTIONS(2807), + [anon_sym_u8_SQUOTE] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2807), + [anon_sym_L_DQUOTE] = ACTIONS(2807), + [anon_sym_u_DQUOTE] = ACTIONS(2807), + [anon_sym_U_DQUOTE] = ACTIONS(2807), + [anon_sym_u8_DQUOTE] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2807), + [sym_true] = ACTIONS(2805), + [sym_false] = ACTIONS(2805), + [anon_sym_NULL] = ACTIONS(2805), + [anon_sym_nullptr] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2805), + [anon_sym_decltype] = ACTIONS(2805), + [anon_sym_typename] = ACTIONS(2805), + [anon_sym_template] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [anon_sym_delete] = ACTIONS(2805), + [anon_sym_throw] = ACTIONS(2805), + [anon_sym_co_return] = ACTIONS(2805), + [anon_sym_co_yield] = ACTIONS(2805), + [anon_sym_R_DQUOTE] = ACTIONS(2807), + [anon_sym_LR_DQUOTE] = ACTIONS(2807), + [anon_sym_uR_DQUOTE] = ACTIONS(2807), + [anon_sym_UR_DQUOTE] = ACTIONS(2807), + [anon_sym_u8R_DQUOTE] = ACTIONS(2807), + [anon_sym_co_await] = ACTIONS(2805), + [anon_sym_new] = ACTIONS(2805), + [anon_sym_requires] = ACTIONS(2805), + [sym_this] = ACTIONS(2805), + }, + [871] = { + [sym_identifier] = ACTIONS(4086), + [anon_sym_LPAREN2] = ACTIONS(4092), + [anon_sym_BANG] = ACTIONS(4092), + [anon_sym_TILDE] = ACTIONS(4092), + [anon_sym_DASH] = ACTIONS(4094), + [anon_sym_PLUS] = ACTIONS(4094), + [anon_sym_STAR] = ACTIONS(4092), + [anon_sym_AMP] = ACTIONS(4092), + [anon_sym_SEMI] = ACTIONS(4092), + [anon_sym___extension__] = ACTIONS(4086), + [anon_sym_virtual] = ACTIONS(4098), + [anon_sym_extern] = ACTIONS(4098), + [anon_sym___attribute__] = ACTIONS(4098), + [anon_sym___attribute] = ACTIONS(4098), + [anon_sym_COLON_COLON] = ACTIONS(4089), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4089), + [anon_sym___declspec] = ACTIONS(4098), + [anon_sym_LBRACE] = ACTIONS(4092), + [anon_sym_signed] = ACTIONS(4098), + [anon_sym_unsigned] = ACTIONS(4098), + [anon_sym_long] = ACTIONS(4098), + [anon_sym_short] = ACTIONS(4098), + [anon_sym_LBRACK] = ACTIONS(4094), + [anon_sym_static] = ACTIONS(4098), + [anon_sym_register] = ACTIONS(4098), + [anon_sym_inline] = ACTIONS(4098), + [anon_sym___inline] = ACTIONS(4098), + [anon_sym___inline__] = ACTIONS(4098), + [anon_sym___forceinline] = ACTIONS(4098), + [anon_sym_thread_local] = ACTIONS(4098), + [anon_sym___thread] = ACTIONS(4098), + [anon_sym_const] = ACTIONS(4098), + [anon_sym_constexpr] = ACTIONS(4098), + [anon_sym_volatile] = ACTIONS(4098), + [anon_sym_restrict] = ACTIONS(4098), + [anon_sym___restrict__] = ACTIONS(4098), + [anon_sym__Atomic] = ACTIONS(4098), + [anon_sym__Noreturn] = ACTIONS(4098), + [anon_sym_noreturn] = ACTIONS(4098), + [anon_sym__Nonnull] = ACTIONS(4098), + [anon_sym_mutable] = ACTIONS(4098), + [anon_sym_constinit] = ACTIONS(4098), + [anon_sym_consteval] = ACTIONS(4098), + [anon_sym_PROGMEM] = ACTIONS(4098), + [anon_sym_alignas] = ACTIONS(4098), + [anon_sym__Alignas] = ACTIONS(4098), + [aux_sym_primitive_type_token1] = ACTIONS(4086), + [anon_sym_byte] = ACTIONS(4086), + [anon_sym_word] = ACTIONS(4086), + [anon_sym_enum] = ACTIONS(4098), + [anon_sym_class] = ACTIONS(4098), + [anon_sym_struct] = ACTIONS(4098), + [anon_sym_union] = ACTIONS(4098), + [anon_sym_if] = ACTIONS(4094), + [anon_sym_switch] = ACTIONS(4094), + [anon_sym_case] = ACTIONS(4094), + [anon_sym_default] = ACTIONS(4094), + [anon_sym_while] = ACTIONS(4094), + [anon_sym_do] = ACTIONS(4094), + [anon_sym_for] = ACTIONS(4094), + [anon_sym_return] = ACTIONS(4094), + [anon_sym_break] = ACTIONS(4094), + [anon_sym_continue] = ACTIONS(4094), + [anon_sym_goto] = ACTIONS(4094), + [anon_sym___try] = ACTIONS(4094), + [anon_sym___leave] = ACTIONS(4094), + [anon_sym_not] = ACTIONS(4094), + [anon_sym_compl] = ACTIONS(4094), + [anon_sym_DASH_DASH] = ACTIONS(4092), + [anon_sym_PLUS_PLUS] = ACTIONS(4092), + [anon_sym_sizeof] = ACTIONS(4094), + [anon_sym___alignof__] = ACTIONS(4094), + [anon_sym___alignof] = ACTIONS(4094), + [anon_sym__alignof] = ACTIONS(4094), + [anon_sym_alignof] = ACTIONS(4094), + [anon_sym__Alignof] = ACTIONS(4094), + [anon_sym_offsetof] = ACTIONS(4094), + [anon_sym__Generic] = ACTIONS(4094), + [anon_sym_asm] = ACTIONS(4094), + [anon_sym___asm__] = ACTIONS(4094), + [anon_sym___asm] = ACTIONS(4094), + [aux_sym_number_literal_token1] = ACTIONS(4092), + [aux_sym_number_literal_token2] = ACTIONS(4094), + [anon_sym_L_SQUOTE] = ACTIONS(4092), + [anon_sym_u_SQUOTE] = ACTIONS(4092), + [anon_sym_U_SQUOTE] = ACTIONS(4092), + [anon_sym_u8_SQUOTE] = ACTIONS(4092), + [anon_sym_SQUOTE] = ACTIONS(4092), + [anon_sym_L_DQUOTE] = ACTIONS(4092), + [anon_sym_u_DQUOTE] = ACTIONS(4092), + [anon_sym_U_DQUOTE] = ACTIONS(4092), + [anon_sym_u8_DQUOTE] = ACTIONS(4092), + [anon_sym_DQUOTE] = ACTIONS(4092), + [sym_true] = ACTIONS(4094), + [sym_false] = ACTIONS(4094), + [anon_sym_NULL] = ACTIONS(4094), + [anon_sym_nullptr] = ACTIONS(4094), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4098), + [anon_sym_decltype] = ACTIONS(4086), + [anon_sym_typename] = ACTIONS(4098), + [anon_sym_template] = ACTIONS(4086), + [anon_sym_try] = ACTIONS(4094), + [anon_sym_delete] = ACTIONS(4094), + [anon_sym_throw] = ACTIONS(4094), + [anon_sym_co_return] = ACTIONS(4094), + [anon_sym_co_yield] = ACTIONS(4094), + [anon_sym_R_DQUOTE] = ACTIONS(4092), + [anon_sym_LR_DQUOTE] = ACTIONS(4092), + [anon_sym_uR_DQUOTE] = ACTIONS(4092), + [anon_sym_UR_DQUOTE] = ACTIONS(4092), + [anon_sym_u8R_DQUOTE] = ACTIONS(4092), + [anon_sym_co_await] = ACTIONS(4094), + [anon_sym_new] = ACTIONS(4094), + [anon_sym_requires] = ACTIONS(4094), + [sym_this] = ACTIONS(4094), + }, + [872] = { + [sym_identifier] = ACTIONS(2809), + [anon_sym_LPAREN2] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2809), + [anon_sym_PLUS] = ACTIONS(2809), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2811), + [anon_sym_SEMI] = ACTIONS(2811), + [anon_sym___extension__] = ACTIONS(2809), + [anon_sym_typedef] = ACTIONS(2809), + [anon_sym_virtual] = ACTIONS(2809), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym___attribute__] = ACTIONS(2809), + [anon_sym___attribute] = ACTIONS(2809), + [anon_sym_COLON_COLON] = ACTIONS(2811), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2811), + [anon_sym___declspec] = ACTIONS(2809), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_signed] = ACTIONS(2809), + [anon_sym_unsigned] = ACTIONS(2809), + [anon_sym_long] = ACTIONS(2809), + [anon_sym_short] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_register] = ACTIONS(2809), + [anon_sym_inline] = ACTIONS(2809), + [anon_sym___inline] = ACTIONS(2809), + [anon_sym___inline__] = ACTIONS(2809), + [anon_sym___forceinline] = ACTIONS(2809), + [anon_sym_thread_local] = ACTIONS(2809), + [anon_sym___thread] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_constexpr] = ACTIONS(2809), + [anon_sym_volatile] = ACTIONS(2809), + [anon_sym_restrict] = ACTIONS(2809), + [anon_sym___restrict__] = ACTIONS(2809), + [anon_sym__Atomic] = ACTIONS(2809), + [anon_sym__Noreturn] = ACTIONS(2809), + [anon_sym_noreturn] = ACTIONS(2809), + [anon_sym__Nonnull] = ACTIONS(2809), + [anon_sym_mutable] = ACTIONS(2809), + [anon_sym_constinit] = ACTIONS(2809), + [anon_sym_consteval] = ACTIONS(2809), + [anon_sym_PROGMEM] = ACTIONS(2809), + [anon_sym_alignas] = ACTIONS(2809), + [anon_sym__Alignas] = ACTIONS(2809), + [aux_sym_primitive_type_token1] = ACTIONS(2809), + [anon_sym_byte] = ACTIONS(2809), + [anon_sym_word] = ACTIONS(2809), + [anon_sym_enum] = ACTIONS(2809), + [anon_sym_class] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(2809), + [anon_sym_union] = ACTIONS(2809), + [anon_sym_if] = ACTIONS(2809), + [anon_sym_else] = ACTIONS(2809), + [anon_sym_switch] = ACTIONS(2809), + [anon_sym_while] = ACTIONS(2809), + [anon_sym_do] = ACTIONS(2809), + [anon_sym_for] = ACTIONS(2809), + [anon_sym_return] = ACTIONS(2809), + [anon_sym_break] = ACTIONS(2809), + [anon_sym_continue] = ACTIONS(2809), + [anon_sym_goto] = ACTIONS(2809), + [anon_sym___try] = ACTIONS(2809), + [anon_sym___leave] = ACTIONS(2809), + [anon_sym_not] = ACTIONS(2809), + [anon_sym_compl] = ACTIONS(2809), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_sizeof] = ACTIONS(2809), + [anon_sym___alignof__] = ACTIONS(2809), + [anon_sym___alignof] = ACTIONS(2809), + [anon_sym__alignof] = ACTIONS(2809), + [anon_sym_alignof] = ACTIONS(2809), + [anon_sym__Alignof] = ACTIONS(2809), + [anon_sym_offsetof] = ACTIONS(2809), + [anon_sym__Generic] = ACTIONS(2809), + [anon_sym_asm] = ACTIONS(2809), + [anon_sym___asm__] = ACTIONS(2809), + [anon_sym___asm] = ACTIONS(2809), + [aux_sym_number_literal_token1] = ACTIONS(2811), + [aux_sym_number_literal_token2] = ACTIONS(2809), + [anon_sym_L_SQUOTE] = ACTIONS(2811), + [anon_sym_u_SQUOTE] = ACTIONS(2811), + [anon_sym_U_SQUOTE] = ACTIONS(2811), + [anon_sym_u8_SQUOTE] = ACTIONS(2811), + [anon_sym_SQUOTE] = ACTIONS(2811), + [anon_sym_L_DQUOTE] = ACTIONS(2811), + [anon_sym_u_DQUOTE] = ACTIONS(2811), + [anon_sym_U_DQUOTE] = ACTIONS(2811), + [anon_sym_u8_DQUOTE] = ACTIONS(2811), + [anon_sym_DQUOTE] = ACTIONS(2811), + [sym_true] = ACTIONS(2809), + [sym_false] = ACTIONS(2809), + [anon_sym_NULL] = ACTIONS(2809), + [anon_sym_nullptr] = ACTIONS(2809), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2809), + [anon_sym_decltype] = ACTIONS(2809), + [anon_sym_typename] = ACTIONS(2809), + [anon_sym_template] = ACTIONS(2809), + [anon_sym_try] = ACTIONS(2809), + [anon_sym_delete] = ACTIONS(2809), + [anon_sym_throw] = ACTIONS(2809), + [anon_sym_co_return] = ACTIONS(2809), + [anon_sym_co_yield] = ACTIONS(2809), + [anon_sym_R_DQUOTE] = ACTIONS(2811), + [anon_sym_LR_DQUOTE] = ACTIONS(2811), + [anon_sym_uR_DQUOTE] = ACTIONS(2811), + [anon_sym_UR_DQUOTE] = ACTIONS(2811), + [anon_sym_u8R_DQUOTE] = ACTIONS(2811), + [anon_sym_co_await] = ACTIONS(2809), + [anon_sym_new] = ACTIONS(2809), + [anon_sym_requires] = ACTIONS(2809), + [sym_this] = ACTIONS(2809), + }, + [873] = { + [sym_identifier] = ACTIONS(2891), + [anon_sym_LPAREN2] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2893), + [anon_sym_SEMI] = ACTIONS(2893), + [anon_sym___extension__] = ACTIONS(2891), + [anon_sym_typedef] = ACTIONS(2891), + [anon_sym_virtual] = ACTIONS(2891), + [anon_sym_extern] = ACTIONS(2891), + [anon_sym___attribute__] = ACTIONS(2891), + [anon_sym___attribute] = ACTIONS(2891), + [anon_sym_COLON_COLON] = ACTIONS(2893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2893), + [anon_sym___declspec] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_signed] = ACTIONS(2891), + [anon_sym_unsigned] = ACTIONS(2891), + [anon_sym_long] = ACTIONS(2891), + [anon_sym_short] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2891), + [anon_sym_static] = ACTIONS(2891), + [anon_sym_register] = ACTIONS(2891), + [anon_sym_inline] = ACTIONS(2891), + [anon_sym___inline] = ACTIONS(2891), + [anon_sym___inline__] = ACTIONS(2891), + [anon_sym___forceinline] = ACTIONS(2891), + [anon_sym_thread_local] = ACTIONS(2891), + [anon_sym___thread] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_constexpr] = ACTIONS(2891), + [anon_sym_volatile] = ACTIONS(2891), + [anon_sym_restrict] = ACTIONS(2891), + [anon_sym___restrict__] = ACTIONS(2891), + [anon_sym__Atomic] = ACTIONS(2891), + [anon_sym__Noreturn] = ACTIONS(2891), + [anon_sym_noreturn] = ACTIONS(2891), + [anon_sym__Nonnull] = ACTIONS(2891), + [anon_sym_mutable] = ACTIONS(2891), + [anon_sym_constinit] = ACTIONS(2891), + [anon_sym_consteval] = ACTIONS(2891), + [anon_sym_PROGMEM] = ACTIONS(2891), + [anon_sym_alignas] = ACTIONS(2891), + [anon_sym__Alignas] = ACTIONS(2891), + [aux_sym_primitive_type_token1] = ACTIONS(2891), + [anon_sym_byte] = ACTIONS(2891), + [anon_sym_word] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_class] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_else] = ACTIONS(2891), + [anon_sym_switch] = ACTIONS(2891), + [anon_sym_while] = ACTIONS(2891), + [anon_sym_do] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym___try] = ACTIONS(2891), + [anon_sym___leave] = ACTIONS(2891), + [anon_sym_not] = ACTIONS(2891), + [anon_sym_compl] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_sizeof] = ACTIONS(2891), + [anon_sym___alignof__] = ACTIONS(2891), + [anon_sym___alignof] = ACTIONS(2891), + [anon_sym__alignof] = ACTIONS(2891), + [anon_sym_alignof] = ACTIONS(2891), + [anon_sym__Alignof] = ACTIONS(2891), + [anon_sym_offsetof] = ACTIONS(2891), + [anon_sym__Generic] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym___asm__] = ACTIONS(2891), + [anon_sym___asm] = ACTIONS(2891), + [aux_sym_number_literal_token1] = ACTIONS(2893), + [aux_sym_number_literal_token2] = ACTIONS(2891), + [anon_sym_L_SQUOTE] = ACTIONS(2893), + [anon_sym_u_SQUOTE] = ACTIONS(2893), + [anon_sym_U_SQUOTE] = ACTIONS(2893), + [anon_sym_u8_SQUOTE] = ACTIONS(2893), + [anon_sym_SQUOTE] = ACTIONS(2893), + [anon_sym_L_DQUOTE] = ACTIONS(2893), + [anon_sym_u_DQUOTE] = ACTIONS(2893), + [anon_sym_U_DQUOTE] = ACTIONS(2893), + [anon_sym_u8_DQUOTE] = ACTIONS(2893), + [anon_sym_DQUOTE] = ACTIONS(2893), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [anon_sym_NULL] = ACTIONS(2891), + [anon_sym_nullptr] = ACTIONS(2891), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2891), + [anon_sym_decltype] = ACTIONS(2891), + [anon_sym_typename] = ACTIONS(2891), + [anon_sym_template] = ACTIONS(2891), + [anon_sym_try] = ACTIONS(2891), + [anon_sym_delete] = ACTIONS(2891), + [anon_sym_throw] = ACTIONS(2891), + [anon_sym_co_return] = ACTIONS(2891), + [anon_sym_co_yield] = ACTIONS(2891), + [anon_sym_R_DQUOTE] = ACTIONS(2893), + [anon_sym_LR_DQUOTE] = ACTIONS(2893), + [anon_sym_uR_DQUOTE] = ACTIONS(2893), + [anon_sym_UR_DQUOTE] = ACTIONS(2893), + [anon_sym_u8R_DQUOTE] = ACTIONS(2893), + [anon_sym_co_await] = ACTIONS(2891), + [anon_sym_new] = ACTIONS(2891), + [anon_sym_requires] = ACTIONS(2891), + [sym_this] = ACTIONS(2891), + }, + [874] = { + [sym_identifier] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_BANG] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [anon_sym_if] = ACTIONS(2829), + [anon_sym_else] = ACTIONS(2829), + [anon_sym_switch] = ACTIONS(2829), + [anon_sym_while] = ACTIONS(2829), + [anon_sym_do] = ACTIONS(2829), + [anon_sym_for] = ACTIONS(2829), + [anon_sym_return] = ACTIONS(2829), + [anon_sym_break] = ACTIONS(2829), + [anon_sym_continue] = ACTIONS(2829), + [anon_sym_goto] = ACTIONS(2829), + [anon_sym___try] = ACTIONS(2829), + [anon_sym___leave] = ACTIONS(2829), + [anon_sym_not] = ACTIONS(2829), + [anon_sym_compl] = ACTIONS(2829), + [anon_sym_DASH_DASH] = ACTIONS(2831), + [anon_sym_PLUS_PLUS] = ACTIONS(2831), + [anon_sym_sizeof] = ACTIONS(2829), + [anon_sym___alignof__] = ACTIONS(2829), + [anon_sym___alignof] = ACTIONS(2829), + [anon_sym__alignof] = ACTIONS(2829), + [anon_sym_alignof] = ACTIONS(2829), + [anon_sym__Alignof] = ACTIONS(2829), + [anon_sym_offsetof] = ACTIONS(2829), + [anon_sym__Generic] = ACTIONS(2829), + [anon_sym_asm] = ACTIONS(2829), + [anon_sym___asm__] = ACTIONS(2829), + [anon_sym___asm] = ACTIONS(2829), + [aux_sym_number_literal_token1] = ACTIONS(2831), + [aux_sym_number_literal_token2] = ACTIONS(2829), + [anon_sym_L_SQUOTE] = ACTIONS(2831), + [anon_sym_u_SQUOTE] = ACTIONS(2831), + [anon_sym_U_SQUOTE] = ACTIONS(2831), + [anon_sym_u8_SQUOTE] = ACTIONS(2831), + [anon_sym_SQUOTE] = ACTIONS(2831), + [anon_sym_L_DQUOTE] = ACTIONS(2831), + [anon_sym_u_DQUOTE] = ACTIONS(2831), + [anon_sym_U_DQUOTE] = ACTIONS(2831), + [anon_sym_u8_DQUOTE] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2831), + [sym_true] = ACTIONS(2829), + [sym_false] = ACTIONS(2829), + [anon_sym_NULL] = ACTIONS(2829), + [anon_sym_nullptr] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_try] = ACTIONS(2829), + [anon_sym_delete] = ACTIONS(2829), + [anon_sym_throw] = ACTIONS(2829), + [anon_sym_co_return] = ACTIONS(2829), + [anon_sym_co_yield] = ACTIONS(2829), + [anon_sym_R_DQUOTE] = ACTIONS(2831), + [anon_sym_LR_DQUOTE] = ACTIONS(2831), + [anon_sym_uR_DQUOTE] = ACTIONS(2831), + [anon_sym_UR_DQUOTE] = ACTIONS(2831), + [anon_sym_u8R_DQUOTE] = ACTIONS(2831), + [anon_sym_co_await] = ACTIONS(2829), + [anon_sym_new] = ACTIONS(2829), + [anon_sym_requires] = ACTIONS(2829), + [sym_this] = ACTIONS(2829), + }, + [875] = { + [sym_identifier] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2835), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [876] = { + [sym_identifier] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_BANG] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_DASH] = ACTIONS(2833), + [anon_sym_PLUS] = ACTIONS(2833), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2835), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym_LBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [anon_sym_if] = ACTIONS(2833), + [anon_sym_else] = ACTIONS(2833), + [anon_sym_switch] = ACTIONS(2833), + [anon_sym_while] = ACTIONS(2833), + [anon_sym_do] = ACTIONS(2833), + [anon_sym_for] = ACTIONS(2833), + [anon_sym_return] = ACTIONS(2833), + [anon_sym_break] = ACTIONS(2833), + [anon_sym_continue] = ACTIONS(2833), + [anon_sym_goto] = ACTIONS(2833), + [anon_sym___try] = ACTIONS(2833), + [anon_sym___leave] = ACTIONS(2833), + [anon_sym_not] = ACTIONS(2833), + [anon_sym_compl] = ACTIONS(2833), + [anon_sym_DASH_DASH] = ACTIONS(2835), + [anon_sym_PLUS_PLUS] = ACTIONS(2835), + [anon_sym_sizeof] = ACTIONS(2833), + [anon_sym___alignof__] = ACTIONS(2833), + [anon_sym___alignof] = ACTIONS(2833), + [anon_sym__alignof] = ACTIONS(2833), + [anon_sym_alignof] = ACTIONS(2833), + [anon_sym__Alignof] = ACTIONS(2833), + [anon_sym_offsetof] = ACTIONS(2833), + [anon_sym__Generic] = ACTIONS(2833), + [anon_sym_asm] = ACTIONS(2833), + [anon_sym___asm__] = ACTIONS(2833), + [anon_sym___asm] = ACTIONS(2833), + [aux_sym_number_literal_token1] = ACTIONS(2835), + [aux_sym_number_literal_token2] = ACTIONS(2833), + [anon_sym_L_SQUOTE] = ACTIONS(2835), + [anon_sym_u_SQUOTE] = ACTIONS(2835), + [anon_sym_U_SQUOTE] = ACTIONS(2835), + [anon_sym_u8_SQUOTE] = ACTIONS(2835), + [anon_sym_SQUOTE] = ACTIONS(2835), + [anon_sym_L_DQUOTE] = ACTIONS(2835), + [anon_sym_u_DQUOTE] = ACTIONS(2835), + [anon_sym_U_DQUOTE] = ACTIONS(2835), + [anon_sym_u8_DQUOTE] = ACTIONS(2835), + [anon_sym_DQUOTE] = ACTIONS(2835), + [sym_true] = ACTIONS(2833), + [sym_false] = ACTIONS(2833), + [anon_sym_NULL] = ACTIONS(2833), + [anon_sym_nullptr] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_try] = ACTIONS(2833), + [anon_sym_delete] = ACTIONS(2833), + [anon_sym_throw] = ACTIONS(2833), + [anon_sym_co_return] = ACTIONS(2833), + [anon_sym_co_yield] = ACTIONS(2833), + [anon_sym_R_DQUOTE] = ACTIONS(2835), + [anon_sym_LR_DQUOTE] = ACTIONS(2835), + [anon_sym_uR_DQUOTE] = ACTIONS(2835), + [anon_sym_UR_DQUOTE] = ACTIONS(2835), + [anon_sym_u8R_DQUOTE] = ACTIONS(2835), + [anon_sym_co_await] = ACTIONS(2833), + [anon_sym_new] = ACTIONS(2833), + [anon_sym_requires] = ACTIONS(2833), + [sym_this] = ACTIONS(2833), + }, + [877] = { + [sym_identifier] = ACTIONS(3819), + [anon_sym_LPAREN2] = ACTIONS(3821), + [anon_sym_BANG] = ACTIONS(3821), + [anon_sym_TILDE] = ACTIONS(3821), + [anon_sym_DASH] = ACTIONS(3819), + [anon_sym_PLUS] = ACTIONS(3819), + [anon_sym_STAR] = ACTIONS(3821), + [anon_sym_AMP] = ACTIONS(3821), + [anon_sym_SEMI] = ACTIONS(3821), + [anon_sym___extension__] = ACTIONS(3819), + [anon_sym_virtual] = ACTIONS(3819), + [anon_sym_extern] = ACTIONS(3819), + [anon_sym___attribute__] = ACTIONS(3819), + [anon_sym___attribute] = ACTIONS(3819), + [anon_sym_COLON_COLON] = ACTIONS(3821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3821), + [anon_sym___declspec] = ACTIONS(3819), + [anon_sym_LBRACE] = ACTIONS(3821), + [anon_sym_signed] = ACTIONS(3819), + [anon_sym_unsigned] = ACTIONS(3819), + [anon_sym_long] = ACTIONS(3819), + [anon_sym_short] = ACTIONS(3819), + [anon_sym_LBRACK] = ACTIONS(3819), + [anon_sym_static] = ACTIONS(3819), + [anon_sym_register] = ACTIONS(3819), + [anon_sym_inline] = ACTIONS(3819), + [anon_sym___inline] = ACTIONS(3819), + [anon_sym___inline__] = ACTIONS(3819), + [anon_sym___forceinline] = ACTIONS(3819), + [anon_sym_thread_local] = ACTIONS(3819), + [anon_sym___thread] = ACTIONS(3819), + [anon_sym_const] = ACTIONS(3819), + [anon_sym_constexpr] = ACTIONS(3819), + [anon_sym_volatile] = ACTIONS(3819), + [anon_sym_restrict] = ACTIONS(3819), + [anon_sym___restrict__] = ACTIONS(3819), + [anon_sym__Atomic] = ACTIONS(3819), + [anon_sym__Noreturn] = ACTIONS(3819), + [anon_sym_noreturn] = ACTIONS(3819), + [anon_sym__Nonnull] = ACTIONS(3819), + [anon_sym_mutable] = ACTIONS(3819), + [anon_sym_constinit] = ACTIONS(3819), + [anon_sym_consteval] = ACTIONS(3819), + [anon_sym_PROGMEM] = ACTIONS(3819), + [anon_sym_alignas] = ACTIONS(3819), + [anon_sym__Alignas] = ACTIONS(3819), + [aux_sym_primitive_type_token1] = ACTIONS(3819), + [anon_sym_byte] = ACTIONS(3819), + [anon_sym_word] = ACTIONS(3819), + [anon_sym_enum] = ACTIONS(3819), + [anon_sym_class] = ACTIONS(3819), + [anon_sym_struct] = ACTIONS(3819), + [anon_sym_union] = ACTIONS(3819), + [anon_sym_if] = ACTIONS(3819), + [anon_sym_switch] = ACTIONS(3819), + [anon_sym_case] = ACTIONS(3819), + [anon_sym_default] = ACTIONS(3819), + [anon_sym_while] = ACTIONS(3819), + [anon_sym_do] = ACTIONS(3819), + [anon_sym_for] = ACTIONS(3819), + [anon_sym_return] = ACTIONS(3819), + [anon_sym_break] = ACTIONS(3819), + [anon_sym_continue] = ACTIONS(3819), + [anon_sym_goto] = ACTIONS(3819), + [anon_sym___try] = ACTIONS(3819), + [anon_sym___leave] = ACTIONS(3819), + [anon_sym_not] = ACTIONS(3819), + [anon_sym_compl] = ACTIONS(3819), + [anon_sym_DASH_DASH] = ACTIONS(3821), + [anon_sym_PLUS_PLUS] = ACTIONS(3821), + [anon_sym_sizeof] = ACTIONS(3819), + [anon_sym___alignof__] = ACTIONS(3819), + [anon_sym___alignof] = ACTIONS(3819), + [anon_sym__alignof] = ACTIONS(3819), + [anon_sym_alignof] = ACTIONS(3819), + [anon_sym__Alignof] = ACTIONS(3819), + [anon_sym_offsetof] = ACTIONS(3819), + [anon_sym__Generic] = ACTIONS(3819), + [anon_sym_asm] = ACTIONS(3819), + [anon_sym___asm__] = ACTIONS(3819), + [anon_sym___asm] = ACTIONS(3819), + [aux_sym_number_literal_token1] = ACTIONS(3821), + [aux_sym_number_literal_token2] = ACTIONS(3819), + [anon_sym_L_SQUOTE] = ACTIONS(3821), + [anon_sym_u_SQUOTE] = ACTIONS(3821), + [anon_sym_U_SQUOTE] = ACTIONS(3821), + [anon_sym_u8_SQUOTE] = ACTIONS(3821), + [anon_sym_SQUOTE] = ACTIONS(3821), + [anon_sym_L_DQUOTE] = ACTIONS(3821), + [anon_sym_u_DQUOTE] = ACTIONS(3821), + [anon_sym_U_DQUOTE] = ACTIONS(3821), + [anon_sym_u8_DQUOTE] = ACTIONS(3821), + [anon_sym_DQUOTE] = ACTIONS(3821), + [sym_true] = ACTIONS(3819), + [sym_false] = ACTIONS(3819), + [anon_sym_NULL] = ACTIONS(3819), + [anon_sym_nullptr] = ACTIONS(3819), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3819), + [anon_sym_decltype] = ACTIONS(3819), + [anon_sym_typename] = ACTIONS(3819), + [anon_sym_template] = ACTIONS(3819), + [anon_sym_try] = ACTIONS(3819), + [anon_sym_delete] = ACTIONS(3819), + [anon_sym_throw] = ACTIONS(3819), + [anon_sym_co_return] = ACTIONS(3819), + [anon_sym_co_yield] = ACTIONS(3819), + [anon_sym_R_DQUOTE] = ACTIONS(3821), + [anon_sym_LR_DQUOTE] = ACTIONS(3821), + [anon_sym_uR_DQUOTE] = ACTIONS(3821), + [anon_sym_UR_DQUOTE] = ACTIONS(3821), + [anon_sym_u8R_DQUOTE] = ACTIONS(3821), + [anon_sym_co_await] = ACTIONS(3819), + [anon_sym_new] = ACTIONS(3819), + [anon_sym_requires] = ACTIONS(3819), + [sym_this] = ACTIONS(3819), + }, + [878] = { + [sym_identifier] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2817), + [anon_sym_PLUS] = ACTIONS(2817), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2817), + [anon_sym_else] = ACTIONS(2817), + [anon_sym_switch] = ACTIONS(2817), + [anon_sym_while] = ACTIONS(2817), + [anon_sym_do] = ACTIONS(2817), + [anon_sym_for] = ACTIONS(2817), + [anon_sym_return] = ACTIONS(2817), + [anon_sym_break] = ACTIONS(2817), + [anon_sym_continue] = ACTIONS(2817), + [anon_sym_goto] = ACTIONS(2817), + [anon_sym___try] = ACTIONS(2817), + [anon_sym___leave] = ACTIONS(2817), + [anon_sym_not] = ACTIONS(2817), + [anon_sym_compl] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_sizeof] = ACTIONS(2817), + [anon_sym___alignof__] = ACTIONS(2817), + [anon_sym___alignof] = ACTIONS(2817), + [anon_sym__alignof] = ACTIONS(2817), + [anon_sym_alignof] = ACTIONS(2817), + [anon_sym__Alignof] = ACTIONS(2817), + [anon_sym_offsetof] = ACTIONS(2817), + [anon_sym__Generic] = ACTIONS(2817), + [anon_sym_asm] = ACTIONS(2817), + [anon_sym___asm__] = ACTIONS(2817), + [anon_sym___asm] = ACTIONS(2817), + [aux_sym_number_literal_token1] = ACTIONS(2819), + [aux_sym_number_literal_token2] = ACTIONS(2817), + [anon_sym_L_SQUOTE] = ACTIONS(2819), + [anon_sym_u_SQUOTE] = ACTIONS(2819), + [anon_sym_U_SQUOTE] = ACTIONS(2819), + [anon_sym_u8_SQUOTE] = ACTIONS(2819), + [anon_sym_SQUOTE] = ACTIONS(2819), + [anon_sym_L_DQUOTE] = ACTIONS(2819), + [anon_sym_u_DQUOTE] = ACTIONS(2819), + [anon_sym_U_DQUOTE] = ACTIONS(2819), + [anon_sym_u8_DQUOTE] = ACTIONS(2819), + [anon_sym_DQUOTE] = ACTIONS(2819), + [sym_true] = ACTIONS(2817), + [sym_false] = ACTIONS(2817), + [anon_sym_NULL] = ACTIONS(2817), + [anon_sym_nullptr] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_try] = ACTIONS(2817), + [anon_sym_delete] = ACTIONS(2817), + [anon_sym_throw] = ACTIONS(2817), + [anon_sym_co_return] = ACTIONS(2817), + [anon_sym_co_yield] = ACTIONS(2817), + [anon_sym_R_DQUOTE] = ACTIONS(2819), + [anon_sym_LR_DQUOTE] = ACTIONS(2819), + [anon_sym_uR_DQUOTE] = ACTIONS(2819), + [anon_sym_UR_DQUOTE] = ACTIONS(2819), + [anon_sym_u8R_DQUOTE] = ACTIONS(2819), + [anon_sym_co_await] = ACTIONS(2817), + [anon_sym_new] = ACTIONS(2817), + [anon_sym_requires] = ACTIONS(2817), + [sym_this] = ACTIONS(2817), + }, + [879] = { + [sym_identifier] = ACTIONS(2821), + [anon_sym_LPAREN2] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_TILDE] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_AMP] = ACTIONS(2823), + [anon_sym_SEMI] = ACTIONS(2823), + [anon_sym___extension__] = ACTIONS(2821), + [anon_sym_typedef] = ACTIONS(2821), + [anon_sym_virtual] = ACTIONS(2821), + [anon_sym_extern] = ACTIONS(2821), + [anon_sym___attribute__] = ACTIONS(2821), + [anon_sym___attribute] = ACTIONS(2821), + [anon_sym_COLON_COLON] = ACTIONS(2823), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2823), + [anon_sym___declspec] = ACTIONS(2821), + [anon_sym_LBRACE] = ACTIONS(2823), + [anon_sym_signed] = ACTIONS(2821), + [anon_sym_unsigned] = ACTIONS(2821), + [anon_sym_long] = ACTIONS(2821), + [anon_sym_short] = ACTIONS(2821), + [anon_sym_LBRACK] = ACTIONS(2821), + [anon_sym_static] = ACTIONS(2821), + [anon_sym_register] = ACTIONS(2821), + [anon_sym_inline] = ACTIONS(2821), + [anon_sym___inline] = ACTIONS(2821), + [anon_sym___inline__] = ACTIONS(2821), + [anon_sym___forceinline] = ACTIONS(2821), + [anon_sym_thread_local] = ACTIONS(2821), + [anon_sym___thread] = ACTIONS(2821), + [anon_sym_const] = ACTIONS(2821), + [anon_sym_constexpr] = ACTIONS(2821), + [anon_sym_volatile] = ACTIONS(2821), + [anon_sym_restrict] = ACTIONS(2821), + [anon_sym___restrict__] = ACTIONS(2821), + [anon_sym__Atomic] = ACTIONS(2821), + [anon_sym__Noreturn] = ACTIONS(2821), + [anon_sym_noreturn] = ACTIONS(2821), + [anon_sym__Nonnull] = ACTIONS(2821), + [anon_sym_mutable] = ACTIONS(2821), + [anon_sym_constinit] = ACTIONS(2821), + [anon_sym_consteval] = ACTIONS(2821), + [anon_sym_PROGMEM] = ACTIONS(2821), + [anon_sym_alignas] = ACTIONS(2821), + [anon_sym__Alignas] = ACTIONS(2821), + [aux_sym_primitive_type_token1] = ACTIONS(2821), + [anon_sym_byte] = ACTIONS(2821), + [anon_sym_word] = ACTIONS(2821), + [anon_sym_enum] = ACTIONS(2821), + [anon_sym_class] = ACTIONS(2821), + [anon_sym_struct] = ACTIONS(2821), + [anon_sym_union] = ACTIONS(2821), + [anon_sym_if] = ACTIONS(2821), + [anon_sym_else] = ACTIONS(2821), + [anon_sym_switch] = ACTIONS(2821), + [anon_sym_while] = ACTIONS(2821), + [anon_sym_do] = ACTIONS(2821), + [anon_sym_for] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2821), + [anon_sym_break] = ACTIONS(2821), + [anon_sym_continue] = ACTIONS(2821), + [anon_sym_goto] = ACTIONS(2821), + [anon_sym___try] = ACTIONS(2821), + [anon_sym___leave] = ACTIONS(2821), + [anon_sym_not] = ACTIONS(2821), + [anon_sym_compl] = ACTIONS(2821), + [anon_sym_DASH_DASH] = ACTIONS(2823), + [anon_sym_PLUS_PLUS] = ACTIONS(2823), + [anon_sym_sizeof] = ACTIONS(2821), + [anon_sym___alignof__] = ACTIONS(2821), + [anon_sym___alignof] = ACTIONS(2821), + [anon_sym__alignof] = ACTIONS(2821), + [anon_sym_alignof] = ACTIONS(2821), + [anon_sym__Alignof] = ACTIONS(2821), + [anon_sym_offsetof] = ACTIONS(2821), + [anon_sym__Generic] = ACTIONS(2821), + [anon_sym_asm] = ACTIONS(2821), + [anon_sym___asm__] = ACTIONS(2821), + [anon_sym___asm] = ACTIONS(2821), + [aux_sym_number_literal_token1] = ACTIONS(2823), + [aux_sym_number_literal_token2] = ACTIONS(2821), + [anon_sym_L_SQUOTE] = ACTIONS(2823), + [anon_sym_u_SQUOTE] = ACTIONS(2823), + [anon_sym_U_SQUOTE] = ACTIONS(2823), + [anon_sym_u8_SQUOTE] = ACTIONS(2823), + [anon_sym_SQUOTE] = ACTIONS(2823), + [anon_sym_L_DQUOTE] = ACTIONS(2823), + [anon_sym_u_DQUOTE] = ACTIONS(2823), + [anon_sym_U_DQUOTE] = ACTIONS(2823), + [anon_sym_u8_DQUOTE] = ACTIONS(2823), + [anon_sym_DQUOTE] = ACTIONS(2823), + [sym_true] = ACTIONS(2821), + [sym_false] = ACTIONS(2821), + [anon_sym_NULL] = ACTIONS(2821), + [anon_sym_nullptr] = ACTIONS(2821), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2821), + [anon_sym_decltype] = ACTIONS(2821), + [anon_sym_typename] = ACTIONS(2821), + [anon_sym_template] = ACTIONS(2821), + [anon_sym_try] = ACTIONS(2821), + [anon_sym_delete] = ACTIONS(2821), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_co_return] = ACTIONS(2821), + [anon_sym_co_yield] = ACTIONS(2821), + [anon_sym_R_DQUOTE] = ACTIONS(2823), + [anon_sym_LR_DQUOTE] = ACTIONS(2823), + [anon_sym_uR_DQUOTE] = ACTIONS(2823), + [anon_sym_UR_DQUOTE] = ACTIONS(2823), + [anon_sym_u8R_DQUOTE] = ACTIONS(2823), + [anon_sym_co_await] = ACTIONS(2821), + [anon_sym_new] = ACTIONS(2821), + [anon_sym_requires] = ACTIONS(2821), + [sym_this] = ACTIONS(2821), + }, + [880] = { + [sym_identifier] = ACTIONS(2825), + [anon_sym_LPAREN2] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_TILDE] = ACTIONS(2827), + [anon_sym_DASH] = ACTIONS(2825), + [anon_sym_PLUS] = ACTIONS(2825), + [anon_sym_STAR] = ACTIONS(2827), + [anon_sym_AMP] = ACTIONS(2827), + [anon_sym_SEMI] = ACTIONS(2827), + [anon_sym___extension__] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2825), + [anon_sym_virtual] = ACTIONS(2825), + [anon_sym_extern] = ACTIONS(2825), + [anon_sym___attribute__] = ACTIONS(2825), + [anon_sym___attribute] = ACTIONS(2825), + [anon_sym_COLON_COLON] = ACTIONS(2827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2827), + [anon_sym___declspec] = ACTIONS(2825), + [anon_sym_LBRACE] = ACTIONS(2827), + [anon_sym_signed] = ACTIONS(2825), + [anon_sym_unsigned] = ACTIONS(2825), + [anon_sym_long] = ACTIONS(2825), + [anon_sym_short] = ACTIONS(2825), + [anon_sym_LBRACK] = ACTIONS(2825), + [anon_sym_static] = ACTIONS(2825), + [anon_sym_register] = ACTIONS(2825), + [anon_sym_inline] = ACTIONS(2825), + [anon_sym___inline] = ACTIONS(2825), + [anon_sym___inline__] = ACTIONS(2825), + [anon_sym___forceinline] = ACTIONS(2825), + [anon_sym_thread_local] = ACTIONS(2825), + [anon_sym___thread] = ACTIONS(2825), + [anon_sym_const] = ACTIONS(2825), + [anon_sym_constexpr] = ACTIONS(2825), + [anon_sym_volatile] = ACTIONS(2825), + [anon_sym_restrict] = ACTIONS(2825), + [anon_sym___restrict__] = ACTIONS(2825), + [anon_sym__Atomic] = ACTIONS(2825), + [anon_sym__Noreturn] = ACTIONS(2825), + [anon_sym_noreturn] = ACTIONS(2825), + [anon_sym__Nonnull] = ACTIONS(2825), + [anon_sym_mutable] = ACTIONS(2825), + [anon_sym_constinit] = ACTIONS(2825), + [anon_sym_consteval] = ACTIONS(2825), + [anon_sym_PROGMEM] = ACTIONS(2825), + [anon_sym_alignas] = ACTIONS(2825), + [anon_sym__Alignas] = ACTIONS(2825), + [aux_sym_primitive_type_token1] = ACTIONS(2825), + [anon_sym_byte] = ACTIONS(2825), + [anon_sym_word] = ACTIONS(2825), + [anon_sym_enum] = ACTIONS(2825), + [anon_sym_class] = ACTIONS(2825), + [anon_sym_struct] = ACTIONS(2825), + [anon_sym_union] = ACTIONS(2825), + [anon_sym_if] = ACTIONS(2825), + [anon_sym_else] = ACTIONS(2825), + [anon_sym_switch] = ACTIONS(2825), + [anon_sym_while] = ACTIONS(2825), + [anon_sym_do] = ACTIONS(2825), + [anon_sym_for] = ACTIONS(2825), + [anon_sym_return] = ACTIONS(2825), + [anon_sym_break] = ACTIONS(2825), + [anon_sym_continue] = ACTIONS(2825), + [anon_sym_goto] = ACTIONS(2825), + [anon_sym___try] = ACTIONS(2825), + [anon_sym___leave] = ACTIONS(2825), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_compl] = ACTIONS(2825), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_sizeof] = ACTIONS(2825), + [anon_sym___alignof__] = ACTIONS(2825), + [anon_sym___alignof] = ACTIONS(2825), + [anon_sym__alignof] = ACTIONS(2825), + [anon_sym_alignof] = ACTIONS(2825), + [anon_sym__Alignof] = ACTIONS(2825), + [anon_sym_offsetof] = ACTIONS(2825), + [anon_sym__Generic] = ACTIONS(2825), + [anon_sym_asm] = ACTIONS(2825), + [anon_sym___asm__] = ACTIONS(2825), + [anon_sym___asm] = ACTIONS(2825), + [aux_sym_number_literal_token1] = ACTIONS(2827), + [aux_sym_number_literal_token2] = ACTIONS(2825), + [anon_sym_L_SQUOTE] = ACTIONS(2827), + [anon_sym_u_SQUOTE] = ACTIONS(2827), + [anon_sym_U_SQUOTE] = ACTIONS(2827), + [anon_sym_u8_SQUOTE] = ACTIONS(2827), + [anon_sym_SQUOTE] = ACTIONS(2827), + [anon_sym_L_DQUOTE] = ACTIONS(2827), + [anon_sym_u_DQUOTE] = ACTIONS(2827), + [anon_sym_U_DQUOTE] = ACTIONS(2827), + [anon_sym_u8_DQUOTE] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2827), + [sym_true] = ACTIONS(2825), + [sym_false] = ACTIONS(2825), + [anon_sym_NULL] = ACTIONS(2825), + [anon_sym_nullptr] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2825), + [anon_sym_decltype] = ACTIONS(2825), + [anon_sym_typename] = ACTIONS(2825), + [anon_sym_template] = ACTIONS(2825), + [anon_sym_try] = ACTIONS(2825), + [anon_sym_delete] = ACTIONS(2825), + [anon_sym_throw] = ACTIONS(2825), + [anon_sym_co_return] = ACTIONS(2825), + [anon_sym_co_yield] = ACTIONS(2825), + [anon_sym_R_DQUOTE] = ACTIONS(2827), + [anon_sym_LR_DQUOTE] = ACTIONS(2827), + [anon_sym_uR_DQUOTE] = ACTIONS(2827), + [anon_sym_UR_DQUOTE] = ACTIONS(2827), + [anon_sym_u8R_DQUOTE] = ACTIONS(2827), + [anon_sym_co_await] = ACTIONS(2825), + [anon_sym_new] = ACTIONS(2825), + [anon_sym_requires] = ACTIONS(2825), + [sym_this] = ACTIONS(2825), + }, + [881] = { + [sym_identifier] = ACTIONS(2845), + [anon_sym_LPAREN2] = ACTIONS(2847), + [anon_sym_BANG] = ACTIONS(2847), + [anon_sym_TILDE] = ACTIONS(2847), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2847), + [anon_sym_AMP] = ACTIONS(2847), + [anon_sym_SEMI] = ACTIONS(2847), + [anon_sym___extension__] = ACTIONS(2845), + [anon_sym_typedef] = ACTIONS(2845), + [anon_sym_virtual] = ACTIONS(2845), + [anon_sym_extern] = ACTIONS(2845), + [anon_sym___attribute__] = ACTIONS(2845), + [anon_sym___attribute] = ACTIONS(2845), + [anon_sym_COLON_COLON] = ACTIONS(2847), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2847), + [anon_sym___declspec] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2847), + [anon_sym_signed] = ACTIONS(2845), + [anon_sym_unsigned] = ACTIONS(2845), + [anon_sym_long] = ACTIONS(2845), + [anon_sym_short] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2845), + [anon_sym_static] = ACTIONS(2845), + [anon_sym_register] = ACTIONS(2845), + [anon_sym_inline] = ACTIONS(2845), + [anon_sym___inline] = ACTIONS(2845), + [anon_sym___inline__] = ACTIONS(2845), + [anon_sym___forceinline] = ACTIONS(2845), + [anon_sym_thread_local] = ACTIONS(2845), + [anon_sym___thread] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_constexpr] = ACTIONS(2845), + [anon_sym_volatile] = ACTIONS(2845), + [anon_sym_restrict] = ACTIONS(2845), + [anon_sym___restrict__] = ACTIONS(2845), + [anon_sym__Atomic] = ACTIONS(2845), + [anon_sym__Noreturn] = ACTIONS(2845), + [anon_sym_noreturn] = ACTIONS(2845), + [anon_sym__Nonnull] = ACTIONS(2845), + [anon_sym_mutable] = ACTIONS(2845), + [anon_sym_constinit] = ACTIONS(2845), + [anon_sym_consteval] = ACTIONS(2845), + [anon_sym_PROGMEM] = ACTIONS(2845), + [anon_sym_alignas] = ACTIONS(2845), + [anon_sym__Alignas] = ACTIONS(2845), + [aux_sym_primitive_type_token1] = ACTIONS(2845), + [anon_sym_byte] = ACTIONS(2845), + [anon_sym_word] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_class] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_else] = ACTIONS(2845), + [anon_sym_switch] = ACTIONS(2845), + [anon_sym_while] = ACTIONS(2845), + [anon_sym_do] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym___try] = ACTIONS(2845), + [anon_sym___leave] = ACTIONS(2845), + [anon_sym_not] = ACTIONS(2845), + [anon_sym_compl] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2847), + [anon_sym_PLUS_PLUS] = ACTIONS(2847), + [anon_sym_sizeof] = ACTIONS(2845), + [anon_sym___alignof__] = ACTIONS(2845), + [anon_sym___alignof] = ACTIONS(2845), + [anon_sym__alignof] = ACTIONS(2845), + [anon_sym_alignof] = ACTIONS(2845), + [anon_sym__Alignof] = ACTIONS(2845), + [anon_sym_offsetof] = ACTIONS(2845), + [anon_sym__Generic] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym___asm__] = ACTIONS(2845), + [anon_sym___asm] = ACTIONS(2845), + [aux_sym_number_literal_token1] = ACTIONS(2847), + [aux_sym_number_literal_token2] = ACTIONS(2845), + [anon_sym_L_SQUOTE] = ACTIONS(2847), + [anon_sym_u_SQUOTE] = ACTIONS(2847), + [anon_sym_U_SQUOTE] = ACTIONS(2847), + [anon_sym_u8_SQUOTE] = ACTIONS(2847), + [anon_sym_SQUOTE] = ACTIONS(2847), + [anon_sym_L_DQUOTE] = ACTIONS(2847), + [anon_sym_u_DQUOTE] = ACTIONS(2847), + [anon_sym_U_DQUOTE] = ACTIONS(2847), + [anon_sym_u8_DQUOTE] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2847), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [anon_sym_NULL] = ACTIONS(2845), + [anon_sym_nullptr] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2845), + [anon_sym_decltype] = ACTIONS(2845), + [anon_sym_typename] = ACTIONS(2845), + [anon_sym_template] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2845), + [anon_sym_delete] = ACTIONS(2845), + [anon_sym_throw] = ACTIONS(2845), + [anon_sym_co_return] = ACTIONS(2845), + [anon_sym_co_yield] = ACTIONS(2845), + [anon_sym_R_DQUOTE] = ACTIONS(2847), + [anon_sym_LR_DQUOTE] = ACTIONS(2847), + [anon_sym_uR_DQUOTE] = ACTIONS(2847), + [anon_sym_UR_DQUOTE] = ACTIONS(2847), + [anon_sym_u8R_DQUOTE] = ACTIONS(2847), + [anon_sym_co_await] = ACTIONS(2845), + [anon_sym_new] = ACTIONS(2845), + [anon_sym_requires] = ACTIONS(2845), + [sym_this] = ACTIONS(2845), + }, + [882] = { + [sym_identifier] = ACTIONS(2671), + [anon_sym_LPAREN2] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_TILDE] = ACTIONS(2676), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_PLUS] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym___extension__] = ACTIONS(2671), + [anon_sym_typedef] = ACTIONS(2671), + [anon_sym_virtual] = ACTIONS(2671), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym___attribute__] = ACTIONS(2671), + [anon_sym___attribute] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2676), + [anon_sym___declspec] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_signed] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym___inline] = ACTIONS(2671), + [anon_sym___inline__] = ACTIONS(2671), + [anon_sym___forceinline] = ACTIONS(2671), + [anon_sym_thread_local] = ACTIONS(2671), + [anon_sym___thread] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_constexpr] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym___restrict__] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym__Noreturn] = ACTIONS(2671), + [anon_sym_noreturn] = ACTIONS(2671), + [anon_sym__Nonnull] = ACTIONS(2671), + [anon_sym_mutable] = ACTIONS(2671), + [anon_sym_constinit] = ACTIONS(2671), + [anon_sym_consteval] = ACTIONS(2671), + [anon_sym_PROGMEM] = ACTIONS(2671), + [anon_sym_alignas] = ACTIONS(2671), + [anon_sym__Alignas] = ACTIONS(2671), + [aux_sym_primitive_type_token1] = ACTIONS(2671), + [anon_sym_byte] = ACTIONS(2671), + [anon_sym_word] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_class] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [anon_sym_if] = ACTIONS(2671), + [anon_sym_else] = ACTIONS(2671), + [anon_sym_switch] = ACTIONS(2671), + [anon_sym_while] = ACTIONS(2671), + [anon_sym_do] = ACTIONS(2671), + [anon_sym_for] = ACTIONS(2671), + [anon_sym_return] = ACTIONS(2671), + [anon_sym_break] = ACTIONS(2671), + [anon_sym_continue] = ACTIONS(2671), + [anon_sym_goto] = ACTIONS(2671), + [anon_sym___try] = ACTIONS(2671), + [anon_sym___leave] = ACTIONS(2671), + [anon_sym_not] = ACTIONS(2671), + [anon_sym_compl] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2676), + [anon_sym_PLUS_PLUS] = ACTIONS(2676), + [anon_sym_sizeof] = ACTIONS(2671), + [anon_sym___alignof__] = ACTIONS(2671), + [anon_sym___alignof] = ACTIONS(2671), + [anon_sym__alignof] = ACTIONS(2671), + [anon_sym_alignof] = ACTIONS(2671), + [anon_sym__Alignof] = ACTIONS(2671), + [anon_sym_offsetof] = ACTIONS(2671), + [anon_sym__Generic] = ACTIONS(2671), + [anon_sym_asm] = ACTIONS(2671), + [anon_sym___asm__] = ACTIONS(2671), + [anon_sym___asm] = ACTIONS(2671), + [aux_sym_number_literal_token1] = ACTIONS(2676), + [aux_sym_number_literal_token2] = ACTIONS(2671), + [anon_sym_L_SQUOTE] = ACTIONS(2676), + [anon_sym_u_SQUOTE] = ACTIONS(2676), + [anon_sym_U_SQUOTE] = ACTIONS(2676), + [anon_sym_u8_SQUOTE] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2676), + [anon_sym_L_DQUOTE] = ACTIONS(2676), + [anon_sym_u_DQUOTE] = ACTIONS(2676), + [anon_sym_U_DQUOTE] = ACTIONS(2676), + [anon_sym_u8_DQUOTE] = ACTIONS(2676), + [anon_sym_DQUOTE] = ACTIONS(2676), + [sym_true] = ACTIONS(2671), + [sym_false] = ACTIONS(2671), + [anon_sym_NULL] = ACTIONS(2671), + [anon_sym_nullptr] = ACTIONS(2671), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2671), + [anon_sym_decltype] = ACTIONS(2671), + [anon_sym_typename] = ACTIONS(2671), + [anon_sym_template] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(2671), + [anon_sym_delete] = ACTIONS(2671), + [anon_sym_throw] = ACTIONS(2671), + [anon_sym_co_return] = ACTIONS(2671), + [anon_sym_co_yield] = ACTIONS(2671), + [anon_sym_R_DQUOTE] = ACTIONS(2676), + [anon_sym_LR_DQUOTE] = ACTIONS(2676), + [anon_sym_uR_DQUOTE] = ACTIONS(2676), + [anon_sym_UR_DQUOTE] = ACTIONS(2676), + [anon_sym_u8R_DQUOTE] = ACTIONS(2676), + [anon_sym_co_await] = ACTIONS(2671), + [anon_sym_new] = ACTIONS(2671), + [anon_sym_requires] = ACTIONS(2671), + [sym_this] = ACTIONS(2671), + }, + [883] = { + [sym_identifier] = ACTIONS(2849), + [anon_sym_LPAREN2] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2849), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym___extension__] = ACTIONS(2849), + [anon_sym_typedef] = ACTIONS(2849), + [anon_sym_virtual] = ACTIONS(2849), + [anon_sym_extern] = ACTIONS(2849), + [anon_sym___attribute__] = ACTIONS(2849), + [anon_sym___attribute] = ACTIONS(2849), + [anon_sym_COLON_COLON] = ACTIONS(2851), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2851), + [anon_sym___declspec] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_signed] = ACTIONS(2849), + [anon_sym_unsigned] = ACTIONS(2849), + [anon_sym_long] = ACTIONS(2849), + [anon_sym_short] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_static] = ACTIONS(2849), + [anon_sym_register] = ACTIONS(2849), + [anon_sym_inline] = ACTIONS(2849), + [anon_sym___inline] = ACTIONS(2849), + [anon_sym___inline__] = ACTIONS(2849), + [anon_sym___forceinline] = ACTIONS(2849), + [anon_sym_thread_local] = ACTIONS(2849), + [anon_sym___thread] = ACTIONS(2849), + [anon_sym_const] = ACTIONS(2849), + [anon_sym_constexpr] = ACTIONS(2849), + [anon_sym_volatile] = ACTIONS(2849), + [anon_sym_restrict] = ACTIONS(2849), + [anon_sym___restrict__] = ACTIONS(2849), + [anon_sym__Atomic] = ACTIONS(2849), + [anon_sym__Noreturn] = ACTIONS(2849), + [anon_sym_noreturn] = ACTIONS(2849), + [anon_sym__Nonnull] = ACTIONS(2849), + [anon_sym_mutable] = ACTIONS(2849), + [anon_sym_constinit] = ACTIONS(2849), + [anon_sym_consteval] = ACTIONS(2849), + [anon_sym_PROGMEM] = ACTIONS(2849), + [anon_sym_alignas] = ACTIONS(2849), + [anon_sym__Alignas] = ACTIONS(2849), + [aux_sym_primitive_type_token1] = ACTIONS(2849), + [anon_sym_byte] = ACTIONS(2849), + [anon_sym_word] = ACTIONS(2849), + [anon_sym_enum] = ACTIONS(2849), + [anon_sym_class] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2849), + [anon_sym_union] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_else] = ACTIONS(2849), + [anon_sym_switch] = ACTIONS(2849), + [anon_sym_while] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_goto] = ACTIONS(2849), + [anon_sym___try] = ACTIONS(2849), + [anon_sym___leave] = ACTIONS(2849), + [anon_sym_not] = ACTIONS(2849), + [anon_sym_compl] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_sizeof] = ACTIONS(2849), + [anon_sym___alignof__] = ACTIONS(2849), + [anon_sym___alignof] = ACTIONS(2849), + [anon_sym__alignof] = ACTIONS(2849), + [anon_sym_alignof] = ACTIONS(2849), + [anon_sym__Alignof] = ACTIONS(2849), + [anon_sym_offsetof] = ACTIONS(2849), + [anon_sym__Generic] = ACTIONS(2849), + [anon_sym_asm] = ACTIONS(2849), + [anon_sym___asm__] = ACTIONS(2849), + [anon_sym___asm] = ACTIONS(2849), + [aux_sym_number_literal_token1] = ACTIONS(2851), + [aux_sym_number_literal_token2] = ACTIONS(2849), + [anon_sym_L_SQUOTE] = ACTIONS(2851), + [anon_sym_u_SQUOTE] = ACTIONS(2851), + [anon_sym_U_SQUOTE] = ACTIONS(2851), + [anon_sym_u8_SQUOTE] = ACTIONS(2851), + [anon_sym_SQUOTE] = ACTIONS(2851), + [anon_sym_L_DQUOTE] = ACTIONS(2851), + [anon_sym_u_DQUOTE] = ACTIONS(2851), + [anon_sym_U_DQUOTE] = ACTIONS(2851), + [anon_sym_u8_DQUOTE] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym_true] = ACTIONS(2849), + [sym_false] = ACTIONS(2849), + [anon_sym_NULL] = ACTIONS(2849), + [anon_sym_nullptr] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2849), + [anon_sym_decltype] = ACTIONS(2849), + [anon_sym_typename] = ACTIONS(2849), + [anon_sym_template] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_delete] = ACTIONS(2849), + [anon_sym_throw] = ACTIONS(2849), + [anon_sym_co_return] = ACTIONS(2849), + [anon_sym_co_yield] = ACTIONS(2849), + [anon_sym_R_DQUOTE] = ACTIONS(2851), + [anon_sym_LR_DQUOTE] = ACTIONS(2851), + [anon_sym_uR_DQUOTE] = ACTIONS(2851), + [anon_sym_UR_DQUOTE] = ACTIONS(2851), + [anon_sym_u8R_DQUOTE] = ACTIONS(2851), + [anon_sym_co_await] = ACTIONS(2849), + [anon_sym_new] = ACTIONS(2849), + [anon_sym_requires] = ACTIONS(2849), + [sym_this] = ACTIONS(2849), + }, [884] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1574), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1573), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -168227,10 +168227,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [885] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1574), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1573), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -168344,10 +168344,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [886] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1574), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1573), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -168461,56 +168461,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [887] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_call_modifier] = STATE(4754), - [sym__declarator] = STATE(6570), - [sym__abstract_declarator] = STATE(6761), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_list] = STATE(2980), - [sym_parameter_declaration] = STATE(7180), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7180), - [sym_variadic_parameter_declaration] = STATE(7180), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(2322), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5649), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_call_modifier] = STATE(4672), + [sym__declarator] = STATE(6565), + [sym__abstract_declarator] = STATE(6814), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_list] = STATE(2968), + [sym_parameter_declaration] = STATE(7199), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7199), + [sym_variadic_parameter_declaration] = STATE(7199), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(2319), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5672), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), [sym_identifier] = ACTIONS(4153), [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), [anon_sym_RPAREN] = ACTIONS(4155), @@ -168573,14 +168573,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_template] = ACTIONS(1241), [anon_sym_operator] = ACTIONS(1836), }, [888] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1574), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1573), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4111), @@ -168693,71 +168693,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [889] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4421), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7072), - [sym_initializer_pair] = STATE(7072), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(898), + [sym_compound_requirement] = STATE(898), + [sym__requirement] = STATE(898), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(898), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4177), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -168776,7 +168776,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -168794,8 +168793,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -168808,70 +168808,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [890] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4185), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4181), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -168908,9 +168908,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -168923,70 +168923,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [891] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4189), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4183), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -169023,9 +169023,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169038,185 +169038,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [892] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(4191), - [anon_sym_LPAREN2] = ACTIONS(4194), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_TILDE] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4200), - [anon_sym_PLUS] = ACTIONS(4200), - [anon_sym_STAR] = ACTIONS(4203), - [anon_sym_AMP] = ACTIONS(4203), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym___extension__] = ACTIONS(4209), - [anon_sym_COLON_COLON] = ACTIONS(4212), - [anon_sym_LBRACE] = ACTIONS(4215), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4220), - [aux_sym_primitive_type_token1] = ACTIONS(4223), - [anon_sym_byte] = ACTIONS(4223), - [anon_sym_word] = ACTIONS(4223), - [anon_sym_not] = ACTIONS(4200), - [anon_sym_compl] = ACTIONS(4200), - [anon_sym_DASH_DASH] = ACTIONS(4226), - [anon_sym_PLUS_PLUS] = ACTIONS(4226), - [anon_sym_sizeof] = ACTIONS(4229), - [anon_sym___alignof__] = ACTIONS(4232), - [anon_sym___alignof] = ACTIONS(4232), - [anon_sym__alignof] = ACTIONS(4232), - [anon_sym_alignof] = ACTIONS(4232), - [anon_sym__Alignof] = ACTIONS(4232), - [anon_sym_offsetof] = ACTIONS(4235), - [anon_sym__Generic] = ACTIONS(4238), - [anon_sym_asm] = ACTIONS(4241), - [anon_sym___asm__] = ACTIONS(4241), - [anon_sym___asm] = ACTIONS(4241), - [aux_sym_number_literal_token1] = ACTIONS(4244), - [aux_sym_number_literal_token2] = ACTIONS(4247), - [anon_sym_L_SQUOTE] = ACTIONS(4250), - [anon_sym_u_SQUOTE] = ACTIONS(4250), - [anon_sym_U_SQUOTE] = ACTIONS(4250), - [anon_sym_u8_SQUOTE] = ACTIONS(4250), - [anon_sym_SQUOTE] = ACTIONS(4250), - [anon_sym_L_DQUOTE] = ACTIONS(4253), - [anon_sym_u_DQUOTE] = ACTIONS(4253), - [anon_sym_U_DQUOTE] = ACTIONS(4253), - [anon_sym_u8_DQUOTE] = ACTIONS(4253), - [anon_sym_DQUOTE] = ACTIONS(4253), - [sym_true] = ACTIONS(4256), - [sym_false] = ACTIONS(4256), - [anon_sym_NULL] = ACTIONS(4259), - [anon_sym_nullptr] = ACTIONS(4259), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(4262), - [anon_sym_typename] = ACTIONS(4265), - [anon_sym_template] = ACTIONS(4268), - [anon_sym_delete] = ACTIONS(4271), - [anon_sym_R_DQUOTE] = ACTIONS(4274), - [anon_sym_LR_DQUOTE] = ACTIONS(4274), - [anon_sym_uR_DQUOTE] = ACTIONS(4274), - [anon_sym_UR_DQUOTE] = ACTIONS(4274), - [anon_sym_u8R_DQUOTE] = ACTIONS(4274), - [anon_sym_co_await] = ACTIONS(4277), - [anon_sym_new] = ACTIONS(4280), - [anon_sym_requires] = ACTIONS(4283), - [sym_this] = ACTIONS(4256), - }, - [893] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(897), - [sym_compound_requirement] = STATE(897), - [sym__requirement] = STATE(897), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(897), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(891), + [sym_compound_requirement] = STATE(891), + [sym__requirement] = STATE(891), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(891), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4286), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4185), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -169253,9 +169138,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169267,72 +169152,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [894] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4432), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7433), - [sym_initializer_pair] = STATE(7433), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(4288), - [anon_sym_LPAREN2] = ACTIONS(1412), + [893] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4413), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7218), + [sym_initializer_pair] = STATE(7218), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(4189), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4290), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4191), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -169369,238 +169254,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [895] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4292), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [896] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(891), - [sym_compound_requirement] = STATE(891), - [sym__requirement] = STATE(891), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(891), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4294), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169612,72 +169267,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [897] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [894] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4361), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7081), + [sym_initializer_pair] = STATE(7081), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_RBRACE] = ACTIONS(4197), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -169696,6 +169351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -169713,9 +169369,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169727,72 +169382,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [898] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(903), - [sym_compound_requirement] = STATE(903), - [sym__requirement] = STATE(903), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(903), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [895] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4390), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7298), + [sym_initializer_pair] = STATE(7298), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(4199), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4298), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_RBRACE] = ACTIONS(4201), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -169811,6 +169466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -169828,9 +169484,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169842,71 +169497,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [899] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(912), - [sym_compound_requirement] = STATE(912), - [sym__requirement] = STATE(912), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(912), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [896] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(909), + [sym_compound_requirement] = STATE(909), + [sym__requirement] = STATE(909), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(909), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4300), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4203), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -169943,9 +169598,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -169957,71 +169612,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [900] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(895), - [sym_compound_requirement] = STATE(895), - [sym__requirement] = STATE(895), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(895), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [897] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(901), + [sym_compound_requirement] = STATE(901), + [sym__requirement] = STATE(901), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(901), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4302), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4205), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -170058,9 +169713,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170072,71 +169727,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [901] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(914), - [sym_compound_requirement] = STATE(914), - [sym__requirement] = STATE(914), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(914), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [898] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4304), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4207), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -170173,9 +169828,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170187,71 +169842,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [902] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [899] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(911), + [sym_compound_requirement] = STATE(911), + [sym__requirement] = STATE(911), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(911), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4306), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4209), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -170288,9 +169943,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170302,71 +169957,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [903] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [900] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(4211), + [anon_sym_LPAREN2] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4217), + [anon_sym_TILDE] = ACTIONS(4217), + [anon_sym_DASH] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4220), + [anon_sym_STAR] = ACTIONS(4223), + [anon_sym_AMP] = ACTIONS(4223), + [anon_sym_SEMI] = ACTIONS(4226), + [anon_sym___extension__] = ACTIONS(4229), + [anon_sym_COLON_COLON] = ACTIONS(4232), + [anon_sym_LBRACE] = ACTIONS(4235), + [anon_sym_RBRACE] = ACTIONS(4238), + [anon_sym_LBRACK] = ACTIONS(4240), + [aux_sym_primitive_type_token1] = ACTIONS(4243), + [anon_sym_byte] = ACTIONS(4243), + [anon_sym_word] = ACTIONS(4243), + [anon_sym_not] = ACTIONS(4220), + [anon_sym_compl] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_sizeof] = ACTIONS(4249), + [anon_sym___alignof__] = ACTIONS(4252), + [anon_sym___alignof] = ACTIONS(4252), + [anon_sym__alignof] = ACTIONS(4252), + [anon_sym_alignof] = ACTIONS(4252), + [anon_sym__Alignof] = ACTIONS(4252), + [anon_sym_offsetof] = ACTIONS(4255), + [anon_sym__Generic] = ACTIONS(4258), + [anon_sym_asm] = ACTIONS(4261), + [anon_sym___asm__] = ACTIONS(4261), + [anon_sym___asm] = ACTIONS(4261), + [aux_sym_number_literal_token1] = ACTIONS(4264), + [aux_sym_number_literal_token2] = ACTIONS(4267), + [anon_sym_L_SQUOTE] = ACTIONS(4270), + [anon_sym_u_SQUOTE] = ACTIONS(4270), + [anon_sym_U_SQUOTE] = ACTIONS(4270), + [anon_sym_u8_SQUOTE] = ACTIONS(4270), + [anon_sym_SQUOTE] = ACTIONS(4270), + [anon_sym_L_DQUOTE] = ACTIONS(4273), + [anon_sym_u_DQUOTE] = ACTIONS(4273), + [anon_sym_U_DQUOTE] = ACTIONS(4273), + [anon_sym_u8_DQUOTE] = ACTIONS(4273), + [anon_sym_DQUOTE] = ACTIONS(4273), + [sym_true] = ACTIONS(4276), + [sym_false] = ACTIONS(4276), + [anon_sym_NULL] = ACTIONS(4279), + [anon_sym_nullptr] = ACTIONS(4279), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(4282), + [anon_sym_typename] = ACTIONS(4285), + [anon_sym_template] = ACTIONS(4288), + [anon_sym_delete] = ACTIONS(4291), + [anon_sym_R_DQUOTE] = ACTIONS(4294), + [anon_sym_LR_DQUOTE] = ACTIONS(4294), + [anon_sym_uR_DQUOTE] = ACTIONS(4294), + [anon_sym_UR_DQUOTE] = ACTIONS(4294), + [anon_sym_u8R_DQUOTE] = ACTIONS(4294), + [anon_sym_co_await] = ACTIONS(4297), + [anon_sym_new] = ACTIONS(4300), + [anon_sym_requires] = ACTIONS(4303), + [sym_this] = ACTIONS(4276), + }, + [901] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4308), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4306), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -170403,9 +170173,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170417,72 +170187,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [904] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4370), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7375), - [sym_initializer_pair] = STATE(7375), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(169), - [anon_sym_LPAREN2] = ACTIONS(1412), + [902] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(910), + [sym_compound_requirement] = STATE(910), + [sym__requirement] = STATE(910), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(910), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4310), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4308), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -170501,7 +170271,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -170519,8 +170288,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170532,72 +170302,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [905] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4402), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7100), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [903] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4415), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7291), + [sym_initializer_pair] = STATE(7291), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(4310), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_RBRACE] = ACTIONS(4312), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -170634,8 +170404,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170647,70 +170417,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [906] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(907), - [sym_compound_requirement] = STATE(907), - [sym__requirement] = STATE(907), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(907), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [904] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4314), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -170748,9 +170518,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170762,70 +170532,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [907] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [905] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(890), + [sym_compound_requirement] = STATE(890), + [sym__requirement] = STATE(890), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(890), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4316), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -170863,9 +170633,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170877,71 +170647,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [908] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(902), - [sym_compound_requirement] = STATE(902), - [sym__requirement] = STATE(902), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(902), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [906] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4442), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7129), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_RBRACE] = ACTIONS(4318), + [anon_sym_LBRACK] = ACTIONS(4193), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(219), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [907] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(913), + [sym_compound_requirement] = STATE(913), + [sym__requirement] = STATE(913), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(913), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4320), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -170978,9 +170863,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -170992,72 +170877,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [909] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4412), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7412), - [sym_initializer_pair] = STATE(7412), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(4320), - [anon_sym_LPAREN2] = ACTIONS(1412), + [908] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4411), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7186), + [sym_initializer_pair] = STATE(7186), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(169), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_RBRACE] = ACTIONS(4322), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171094,8 +170979,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171107,70 +170992,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [910] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(890), - [sym_compound_requirement] = STATE(890), - [sym__requirement] = STATE(890), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(890), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [909] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4324), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -171208,9 +171093,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [910] = { + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(4175), + [anon_sym_RBRACE] = ACTIONS(4326), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171223,71 +171223,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [911] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4439), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7365), - [sym_initializer_pair] = STATE(7365), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(4326), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171306,7 +171306,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -171324,8 +171323,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171338,71 +171338,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [912] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4431), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7214), + [sym_initializer_pair] = STATE(7214), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_COMMA] = ACTIONS(4330), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4330), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_RBRACE] = ACTIONS(4332), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171421,6 +171421,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -171438,9 +171439,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171453,71 +171453,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [913] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4385), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7376), - [sym_initializer_pair] = STATE(7376), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_COMMA] = ACTIONS(4332), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(900), + [sym_compound_requirement] = STATE(900), + [sym__requirement] = STATE(900), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(900), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4334), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171536,7 +171536,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -171554,8 +171553,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171568,69 +171568,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [914] = { - [sym_primitive_type] = STATE(6864), - [sym_expression_statement] = STATE(2582), - [sym_expression] = STATE(4496), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8302), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_type_requirement] = STATE(892), - [sym_compound_requirement] = STATE(892), - [sym__requirement] = STATE(892), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_requirement_seq_repeat1] = STATE(892), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression_statement] = STATE(2551), + [sym_expression] = STATE(4551), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8512), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_type_requirement] = STATE(904), + [sym_compound_requirement] = STATE(904), + [sym__requirement] = STATE(904), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_requirement_seq_repeat1] = STATE(904), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4181), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4173), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4183), + [anon_sym_LBRACE] = ACTIONS(4175), [anon_sym_RBRACE] = ACTIONS(4336), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -171668,9 +171668,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_typename] = ACTIONS(4187), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_typename] = ACTIONS(4179), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171683,70 +171683,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [915] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4312), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4338), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171783,8 +171783,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171797,70 +171797,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [916] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4340), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -171897,8 +171897,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -171911,70 +171911,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [917] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4340), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4342), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172011,8 +172011,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172025,70 +172025,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [918] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4342), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172125,8 +172125,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172139,70 +172139,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [919] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4344), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4346), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172239,8 +172239,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172253,70 +172253,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [920] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4346), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172353,8 +172353,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172367,70 +172367,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [921] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4348), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4350), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172467,8 +172467,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172481,70 +172481,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [922] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4350), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4352), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172581,8 +172581,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172595,70 +172595,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [923] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4352), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4354), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172695,8 +172695,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172709,70 +172709,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [924] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4354), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4356), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172809,8 +172809,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172823,70 +172823,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [925] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_RBRACE] = ACTIONS(4356), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_RBRACE] = ACTIONS(4318), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -172923,8 +172923,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -172937,70 +172937,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [926] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_RBRACE] = ACTIONS(4358), - [anon_sym_LBRACK] = ACTIONS(4179), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -173037,8 +173037,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -173051,78 +173051,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [927] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4725), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_lambda_default_capture] = STATE(7530), - [sym__lambda_capture_identifier] = STATE(7316), - [sym_lambda_capture_initializer] = STATE(7316), - [sym__lambda_capture] = STATE(7316), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_identifier_parameter_pack_expansion] = STATE(7316), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3679), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(4360), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4362), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(4364), - [anon_sym_AMP] = ACTIONS(4366), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4368), - [anon_sym_EQ] = ACTIONS(4370), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4530), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7569), + [sym_initializer_pair] = STATE(7569), + [sym_subscript_designator] = STATE(6660), + [sym_subscript_range_designator] = STATE(6660), + [sym_field_designator] = STATE(6660), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [aux_sym_initializer_pair_repeat1] = STATE(6660), + [sym_identifier] = ACTIONS(4187), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(4193), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -173133,6 +173132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), + [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -173150,92 +173150,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(4372), + [sym_this] = ACTIONS(221), }, [928] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4725), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_lambda_default_capture] = STATE(7530), - [sym__lambda_capture_identifier] = STATE(7316), - [sym_lambda_capture_initializer] = STATE(7316), - [sym__lambda_capture] = STATE(7316), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_identifier_parameter_pack_expansion] = STATE(7316), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3679), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(4374), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4758), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_lambda_default_capture] = STATE(7608), + [sym__lambda_capture_identifier] = STATE(7370), + [sym_lambda_capture_initializer] = STATE(7370), + [sym__lambda_capture] = STATE(7370), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_identifier_parameter_pack_expansion] = STATE(7370), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3670), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(4360), [anon_sym_DOT_DOT_DOT] = ACTIONS(4362), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), [anon_sym_STAR] = ACTIONS(4364), [anon_sym_AMP] = ACTIONS(4366), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [anon_sym_RBRACK] = ACTIONS(4368), [anon_sym_EQ] = ACTIONS(4370), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -173263,91 +173263,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(4372), }, [929] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4480), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7560), - [sym_initializer_pair] = STATE(7560), - [sym_subscript_designator] = STATE(6626), - [sym_subscript_range_designator] = STATE(6626), - [sym_field_designator] = STATE(6626), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [aux_sym_initializer_pair_repeat1] = STATE(6626), - [sym_identifier] = ACTIONS(4173), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(4179), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4758), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_lambda_default_capture] = STATE(7608), + [sym__lambda_capture_identifier] = STATE(7370), + [sym_lambda_capture_initializer] = STATE(7370), + [sym__lambda_capture] = STATE(7370), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_identifier_parameter_pack_expansion] = STATE(7370), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3670), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(4374), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4362), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(4364), + [anon_sym_AMP] = ACTIONS(4366), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4368), + [anon_sym_EQ] = ACTIONS(4370), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -173358,7 +173359,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(219), [aux_sym_number_literal_token1] = ACTIONS(113), [aux_sym_number_literal_token2] = ACTIONS(115), [anon_sym_L_SQUOTE] = ACTIONS(117), @@ -173376,24 +173376,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [sym_this] = ACTIONS(4372), }, [930] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -173458,7 +173458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4151), + [anon_sym_COLON] = ACTIONS(4147), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -173502,13 +173502,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [931] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2402), + [sym_template_argument_list] = STATE(1549), + [sym_raw_string_literal] = STATE(2402), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4122), + [anon_sym_COMMA] = ACTIONS(4122), + [anon_sym_RPAREN] = ACTIONS(4122), [anon_sym_LPAREN2] = ACTIONS(4122), [anon_sym_TILDE] = ACTIONS(4115), [anon_sym_DASH] = ACTIONS(4117), @@ -173526,10 +173527,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4125), + [anon_sym_LT] = ACTIONS(4376), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), [anon_sym___extension__] = ACTIONS(4107), [anon_sym_virtual] = ACTIONS(4107), [anon_sym_extern] = ACTIONS(4107), @@ -173546,7 +173546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(4135), [anon_sym_LBRACK] = ACTIONS(4119), [anon_sym_static] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_EQ] = ACTIONS(4119), [anon_sym_register] = ACTIONS(4107), [anon_sym_inline] = ACTIONS(4107), [anon_sym___inline] = ACTIONS(4107), @@ -173569,21 +173569,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4376), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4141), - [anon_sym_or_eq] = ACTIONS(4141), - [anon_sym_xor_eq] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4379), + [anon_sym_or_eq] = ACTIONS(4379), + [anon_sym_xor_eq] = ACTIONS(4379), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -173595,31 +173594,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4109), [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4381), + [anon_sym_u_DQUOTE] = ACTIONS(4381), + [anon_sym_U_DQUOTE] = ACTIONS(4381), + [anon_sym_u8_DQUOTE] = ACTIONS(4381), + [anon_sym_DQUOTE] = ACTIONS(4381), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4107), [anon_sym_decltype] = ACTIONS(4107), [anon_sym_template] = ACTIONS(4107), [anon_sym_operator] = ACTIONS(4107), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_R_DQUOTE] = ACTIONS(4383), + [anon_sym_LR_DQUOTE] = ACTIONS(4383), + [anon_sym_uR_DQUOTE] = ACTIONS(4383), + [anon_sym_UR_DQUOTE] = ACTIONS(4383), + [anon_sym_u8R_DQUOTE] = ACTIONS(4383), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), }, [932] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4122), [anon_sym_TILDE] = ACTIONS(4115), [anon_sym_DASH] = ACTIONS(4117), @@ -173680,7 +173681,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4147), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -173724,10 +173724,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [933] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -173791,7 +173791,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4378), + [anon_sym_COLON] = ACTIONS(4385), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -173835,14 +173835,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [934] = { - [sym_string_literal] = STATE(2357), - [sym_template_argument_list] = STATE(1557), - [sym_raw_string_literal] = STATE(2357), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4122), - [anon_sym_COMMA] = ACTIONS(4122), - [anon_sym_RPAREN] = ACTIONS(4122), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4122), [anon_sym_TILDE] = ACTIONS(4115), [anon_sym_DASH] = ACTIONS(4117), @@ -173860,9 +173859,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4380), + [anon_sym_LT] = ACTIONS(4125), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), [anon_sym___extension__] = ACTIONS(4107), [anon_sym_virtual] = ACTIONS(4107), [anon_sym_extern] = ACTIONS(4107), @@ -173879,7 +173879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_short] = ACTIONS(4135), [anon_sym_LBRACK] = ACTIONS(4119), [anon_sym_static] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4119), + [anon_sym_EQ] = ACTIONS(4141), [anon_sym_register] = ACTIONS(4107), [anon_sym_inline] = ACTIONS(4107), [anon_sym___inline] = ACTIONS(4107), @@ -173902,20 +173902,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), + [anon_sym_COLON] = ACTIONS(4171), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4383), - [anon_sym_or_eq] = ACTIONS(4383), - [anon_sym_xor_eq] = ACTIONS(4383), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4141), + [anon_sym_or_eq] = ACTIONS(4141), + [anon_sym_xor_eq] = ACTIONS(4141), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -173927,29 +173928,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4109), [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4385), - [anon_sym_u_DQUOTE] = ACTIONS(4385), - [anon_sym_U_DQUOTE] = ACTIONS(4385), - [anon_sym_u8_DQUOTE] = ACTIONS(4385), - [anon_sym_DQUOTE] = ACTIONS(4385), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4107), [anon_sym_decltype] = ACTIONS(4107), [anon_sym_template] = ACTIONS(4107), [anon_sym_operator] = ACTIONS(4107), - [anon_sym_R_DQUOTE] = ACTIONS(4387), - [anon_sym_LR_DQUOTE] = ACTIONS(4387), - [anon_sym_uR_DQUOTE] = ACTIONS(4387), - [anon_sym_UR_DQUOTE] = ACTIONS(4387), - [anon_sym_u8R_DQUOTE] = ACTIONS(4387), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [935] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -174013,7 +174013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4149), + [anon_sym_COLON] = ACTIONS(4151), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -174057,10 +174057,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [936] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -174124,7 +174124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4171), + [anon_sym_COLON] = ACTIONS(4387), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -174168,14 +174168,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [937] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1631), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1636), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4122), [anon_sym_TILDE] = ACTIONS(4115), [anon_sym_DASH] = ACTIONS(4117), @@ -174236,6 +174235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PROGMEM] = ACTIONS(4107), [anon_sym_alignas] = ACTIONS(4107), [anon_sym__Alignas] = ACTIONS(4107), + [anon_sym_COLON] = ACTIONS(4149), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -174279,10 +174279,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [938] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(1651), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2550), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(1645), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2564), [sym_identifier] = ACTIONS(4107), [anon_sym_DOT_DOT_DOT] = ACTIONS(4122), [anon_sym_COMMA] = ACTIONS(4122), @@ -174389,54 +174389,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [939] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3320), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8363), - [sym__unary_right_fold] = STATE(8367), - [sym__binary_fold] = STATE(8369), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3347), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8157), + [sym__unary_right_fold] = STATE(8162), + [sym__binary_fold] = STATE(8163), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -174484,8 +174484,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -174498,171 +174498,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(1894), }, [940] = { - [sym_compound_statement] = STATE(7443), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4371), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7443), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4389), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [941] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4457), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8299), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(8299), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4588), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7992), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7992), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4389), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -174702,8 +174593,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -174715,63 +174606,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [942] = { - [sym_compound_statement] = STATE(8523), - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3397), - [sym__string] = STATE(2960), - [sym_comma_expression] = STATE(8523), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym__assignment_expression_lhs] = STATE(8515), - [sym_user_defined_literal] = STATE(2417), + [941] = { + [sym_compound_statement] = STATE(7942), + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3320), + [sym__string] = STATE(2974), + [sym_comma_expression] = STATE(7942), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym__assignment_expression_lhs] = STATE(8280), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACE] = ACTIONS(55), @@ -174781,19 +174672,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -174806,13 +174697,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -174821,385 +174712,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [943] = { - [sym_compound_statement] = STATE(7103), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4433), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7103), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4395), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [944] = { - [sym_compound_statement] = STATE(7184), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4392), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7184), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4397), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [945] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3322), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8026), - [sym__unary_right_fold] = STATE(8027), - [sym__binary_fold] = STATE(8032), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [946] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3367), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8311), - [sym__unary_right_fold] = STATE(8310), - [sym__binary_fold] = STATE(8308), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [942] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3300), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8417), + [sym__unary_right_fold] = STATE(8425), + [sym__binary_fold] = STATE(8485), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -175247,8 +174811,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -175260,75 +174824,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [947] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4616), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8163), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(8163), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [943] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4195), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(6711), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4399), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_default] = ACTIONS(4397), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -175339,85 +174902,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(4401), + [aux_sym_pure_virtual_clause_token1] = ACTIONS(4403), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [948] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3364), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8104), - [sym__unary_right_fold] = STATE(8108), - [sym__binary_fold] = STATE(8109), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [944] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3329), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7937), + [sym__unary_right_fold] = STATE(8083), + [sym__binary_fold] = STATE(8153), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -175465,613 +175029,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [949] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_identifier_parameter_pack_expansion] = STATE(7614), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3644), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(4401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4403), - [anon_sym_COMMA] = ACTIONS(4405), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4405), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [950] = { - [sym_compound_statement] = STATE(7378), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4450), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7378), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4407), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [951] = { - [sym_compound_statement] = STATE(7320), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4373), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7320), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4409), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [952] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4609), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8169), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(8169), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4411), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [953] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4561), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8484), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(8484), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4413), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [954] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3354), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(7981), - [sym__unary_right_fold] = STATE(7978), - [sym__binary_fold] = STATE(7977), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [945] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3362), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8583), + [sym__unary_right_fold] = STATE(8587), + [sym__binary_fold] = STATE(8590), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -176119,8 +175138,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -176132,164 +175151,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [955] = { - [sym_compound_statement] = STATE(7098), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4428), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7098), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4415), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [956] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3307), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8519), - [sym__unary_right_fold] = STATE(8518), - [sym__binary_fold] = STATE(8517), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [946] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3341), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8413), + [sym__unary_right_fold] = STATE(8419), + [sym__binary_fold] = STATE(8422), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -176337,8 +175247,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -176350,55 +175260,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [957] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3277), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8188), - [sym__unary_right_fold] = STATE(8187), - [sym__binary_fold] = STATE(8186), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [947] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3353), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7901), + [sym__unary_right_fold] = STATE(7902), + [sym__binary_fold] = STATE(7907), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -176446,8 +175356,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -176459,63 +175369,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [958] = { - [sym_compound_statement] = STATE(7432), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4441), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7432), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4417), - [anon_sym_LPAREN2] = ACTIONS(1412), + [948] = { + [sym_compound_statement] = STATE(7076), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4405), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7076), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4405), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1916), @@ -176555,8 +175465,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -176568,55 +175478,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [959] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3293), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(7836), - [sym__unary_right_fold] = STATE(7835), - [sym__binary_fold] = STATE(7834), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [949] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3360), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(7793), + [sym__unary_right_fold] = STATE(7794), + [sym__binary_fold] = STATE(7795), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -176664,8 +175574,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -176677,74 +175587,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [960] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4205), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(6710), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [950] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4563), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8245), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8245), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4407), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_default] = ACTIONS(4423), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -176755,105 +175666,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(4427), - [aux_sym_pure_virtual_clause_token1] = ACTIONS(4429), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [961] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4189), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(6749), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [951] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4501), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8522), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8522), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4409), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_default] = ACTIONS(4431), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -176864,105 +175775,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(4433), - [aux_sym_pure_virtual_clause_token1] = ACTIONS(4435), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [962] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4199), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(6701), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [952] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4197), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(6717), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_default] = ACTIONS(4437), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_default] = ACTIONS(4411), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -176973,86 +175883,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(4439), - [aux_sym_pure_virtual_clause_token1] = ACTIONS(4441), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(4413), + [aux_sym_pure_virtual_clause_token1] = ACTIONS(4415), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [963] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3291), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym__unary_left_fold] = STATE(8261), - [sym__unary_right_fold] = STATE(8257), - [sym__binary_fold] = STATE(8254), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [953] = { + [sym_compound_statement] = STATE(7377), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4445), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7377), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4417), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [954] = { + [sym_compound_statement] = STATE(7204), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4428), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7204), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4419), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [955] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3357), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8378), + [sym__unary_right_fold] = STATE(8379), + [sym__binary_fold] = STATE(8380), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), [anon_sym_LPAREN2] = ACTIONS(1852), @@ -177100,8 +176228,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -177113,66 +176241,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [964] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4458), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8395), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(8395), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [956] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4207), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(6709), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_default] = ACTIONS(4421), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(4423), + [aux_sym_pure_virtual_clause_token1] = ACTIONS(4425), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [957] = { + [sym_compound_statement] = STATE(7051), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4384), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7051), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4427), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4443), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACE] = ACTIONS(1916), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -177209,8 +176446,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -177222,170 +176459,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [965] = { + [958] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3370), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [966] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4451), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_expression] = STATE(4621), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8248), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8248), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4429), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -177425,8 +176555,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -177438,192 +176568,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [967] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3287), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [968] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3279), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [959] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_identifier_parameter_pack_expansion] = STATE(7755), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3723), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(4431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4433), + [anon_sym_COMMA] = ACTIONS(4435), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4435), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -177636,92 +176659,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), [anon_sym_uR_DQUOTE] = ACTIONS(2002), [anon_sym_UR_DQUOTE] = ACTIONS(2002), [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [969] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4381), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(7383), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), + [960] = { + [sym_compound_statement] = STATE(7411), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4365), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7411), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4437), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1916), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4456), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -177749,187 +176773,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [970] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2817), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [971] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4343), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(4445), + [961] = { + [sym_compound_statement] = STATE(7294), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4388), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7294), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4439), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -177965,8 +176882,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -177978,66 +176895,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [972] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4340), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(4445), + [962] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4467), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8550), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8550), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4441), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -178073,8 +176991,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -178086,74 +177004,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [973] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4568), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [963] = { + [sym_compound_statement] = STATE(7213), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4398), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7213), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4443), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -178181,194 +177100,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [974] = { + [964] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2983), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [sym_expression] = STATE(3350), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym__unary_left_fold] = STATE(8037), + [sym__unary_right_fold] = STATE(8046), + [sym__binary_fold] = STATE(8141), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1772), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [975] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4562), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [965] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4435), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(7242), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4445), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4445), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -178397,8 +177317,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -178410,174 +177330,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [976] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2786), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [966] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2942), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [967] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2770), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [977] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3262), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(4445), + [968] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3182), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), [anon_sym_DASH] = ACTIONS(1780), [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -178613,8 +177641,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -178626,282 +177654,1038 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [978] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4484), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [969] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4318), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [970] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4453), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [971] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4456), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [972] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3273), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [973] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2772), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [974] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4307), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [975] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4461), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [976] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4464), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [979] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3001), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [977] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4353), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [980] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3681), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [978] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3667), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(4445), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), [anon_sym_DASH] = ACTIONS(1856), [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(2571), [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -178937,8 +178721,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -178950,74 +178734,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [981] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4325), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [979] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4467), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -179028,92 +178812,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [982] = { - [sym_compound_statement] = STATE(7511), - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4581), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7511), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [980] = { + [sym_compound_statement] = STATE(7766), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4546), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7766), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(1916), @@ -179153,8 +178937,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -179166,73 +178950,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [983] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4434), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(7105), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [981] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3281), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [982] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4565), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -179261,8 +179153,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -179274,73 +179166,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [984] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4369), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(7387), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [983] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4577), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4466), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -179369,8 +179261,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -179382,66 +179274,606 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, + [984] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4472), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, [985] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3193), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(4445), + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4624), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [986] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3051), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [987] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4477), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [988] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4150), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [989] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3119), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), [anon_sym_DASH] = ACTIONS(1780), [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -179477,8 +179909,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -179490,192 +179922,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [986] = { + [990] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3294), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [sym_expression] = STATE(4153), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), }, - [987] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2920), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [991] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4484), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [992] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2914), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4445), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -179688,13 +180228,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -179703,177 +180243,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [988] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4461), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [989] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3694), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [993] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3736), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(4445), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), [anon_sym_DASH] = ACTIONS(1856), [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(2571), [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -179909,8 +180341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -179922,74 +180354,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [990] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4338), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [994] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4487), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -180000,212 +180432,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [991] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3039), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [992] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4569), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [995] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4372), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(7369), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4490), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -180233,75 +180557,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [993] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4468), - [anon_sym_LPAREN2] = ACTIONS(1412), + [996] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4602), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [997] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4492), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -180341,8 +180773,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -180354,74 +180786,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [994] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4582), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [998] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4429), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(7080), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4495), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -180449,75 +180881,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [995] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4471), - [anon_sym_LPAREN2] = ACTIONS(1412), + [999] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4497), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -180557,8 +180989,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -180570,290 +181002,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [996] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4474), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), + [1000] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3423), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [997] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4168), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [1001] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3425), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [998] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4481), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), + [1002] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4517), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -180881,87 +181313,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [999] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4484), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), + [1003] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4519), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -180989,79 +181421,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1000] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4487), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1004] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4291), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(4447), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -181097,8 +181529,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -181110,74 +181542,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1001] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4490), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [1005] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3027), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4447), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4447), + [anon_sym_AMP_AMP] = ACTIONS(4447), + [anon_sym_AMP] = ACTIONS(4449), + [anon_sym_LT] = ACTIONS(4447), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACE] = ACTIONS(4447), + [anon_sym_LBRACK] = ACTIONS(4447), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1006] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4612), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8558), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4506), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -181205,75 +181744,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1002] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4493), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1007] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -181313,8 +181851,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -181326,73 +181864,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1003] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4165), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4445), + [1008] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4135), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_AMP] = ACTIONS(4447), - [anon_sym_LT] = ACTIONS(4445), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), [anon_sym___extension__] = ACTIONS(3463), [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), + [anon_sym_LBRACE] = ACTIONS(3467), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -181421,8 +181958,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3479), [anon_sym_R_DQUOTE] = ACTIONS(3481), [anon_sym_LR_DQUOTE] = ACTIONS(3481), @@ -181434,74 +181971,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1004] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4496), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1009] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -181512,104 +182048,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1005] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4499), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [1010] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4552), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8511), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4512), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -181637,193 +182172,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1006] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3751), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_initializer_list] = STATE(3926), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(2573), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1007] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4367), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7455), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [1011] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4537), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8261), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4514), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -181851,86 +182279,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1008] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4492), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8334), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1012] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4502), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -181941,103 +182369,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1009] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4523), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8082), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1013] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4628), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8221), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4508), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(4516), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -182065,77 +182493,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1010] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4490), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8319), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4510), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1014] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4547), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -182172,8 +182600,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -182185,180 +182613,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1011] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3705), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_initializer_list] = STATE(3880), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(2573), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1012] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4454), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8178), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1015] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4594), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8636), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4518), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4512), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -182386,86 +182707,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1013] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4520), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8529), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1016] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4484), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4514), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -182493,86 +182814,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1014] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4741), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7793), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1017] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4618), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -182600,77 +182921,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1015] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1018] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4595), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8434), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4520), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -182707,8 +183028,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -182720,73 +183041,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1016] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4590), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7889), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1019] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4340), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(6828), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4516), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -182797,209 +183118,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1017] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4614), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_initializer_list] = STATE(4789), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1018] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4467), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8282), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [1020] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4609), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4518), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -183028,8 +183242,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -183041,171 +183255,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1019] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4483), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7559), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [1021] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4487), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_initializer_list] = STATE(4810), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(3757), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1020] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4400), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7100), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4520), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1022] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4426), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7659), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -183242,8 +183456,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -183255,287 +183469,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1021] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4311), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(3467), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1022] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4491), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_initializer_list] = STATE(4774), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), + [1023] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4483), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_initializer_list] = STATE(4804), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACE] = ACTIONS(3757), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1023] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4477), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7561), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [1024] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4635), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8199), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4522), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -183563,192 +183670,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1024] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, [1025] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4497), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4617), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8188), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), + [anon_sym_COLON] = ACTIONS(4524), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -183777,8 +183777,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -183791,72 +183791,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [1026] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4633), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7832), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4523), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4542), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8233), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4526), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -183884,86 +183884,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [1027] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4710), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7831), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4620), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8206), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4528), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -183991,86 +183991,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [1028] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4627), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7830), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4525), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3805), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(3875), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -184098,75 +184098,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [1029] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4626), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7829), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4527), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4596), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8510), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4530), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -184205,8 +184205,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -184219,72 +184219,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [1030] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4452), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7955), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4529), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4463), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7948), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_COLON] = ACTIONS(4532), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -184312,86 +184312,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [1031] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4630), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7455), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4601), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(7742), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -184419,74 +184419,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, [1032] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4354), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4745), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8577), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), @@ -184526,8 +184526,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -184540,63 +184540,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_this] = ACTIONS(221), }, [1033] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4690), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_initializer_list] = STATE(7961), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3647), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_initializer_list] = STATE(3855), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACE] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1034] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4623), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8498), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4534), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), @@ -184633,8 +184740,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -184646,73 +184753,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1034] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4536), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8244), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1035] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3240), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_initializer_list] = STATE(3562), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(2397), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1036] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4719), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8514), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4531), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -184740,96 +184954,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1035] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3289), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1037] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3422), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACE] = ACTIONS(1930), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(1938), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -184842,91 +185056,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), [anon_sym_uR_DQUOTE] = ACTIONS(2002), [anon_sym_UR_DQUOTE] = ACTIONS(2002), [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_co_await] = ACTIONS(2504), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1036] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4550), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8525), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1038] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4539), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8150), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4535), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(4538), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -184954,193 +185168,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1037] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACE] = ACTIONS(3467), + [1039] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACE] = ACTIONS(1938), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1038] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4498), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8207), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1040] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4521), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7554), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4541), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185168,86 +185382,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1039] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(3467), + [1041] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4448), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7129), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4542), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185258,103 +185472,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1040] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4597), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8189), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1042] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4586), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8528), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4543), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(4545), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185382,85 +185596,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1041] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4576), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8559), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [1043] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4505), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4545), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -185489,8 +185703,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -185502,73 +185716,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1042] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4308), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_initializer_list] = STATE(7019), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1044] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4287), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185579,103 +185793,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1043] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4620), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(3467), + [1045] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4587), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8400), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4547), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185703,85 +185917,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1044] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4501), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(7659), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1046] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4604), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8358), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), + [anon_sym_COLON] = ACTIONS(4549), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -185810,8 +186024,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -185823,73 +186037,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1045] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4147), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACE] = ACTIONS(3467), + [1047] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4480), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8595), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4551), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -185900,103 +186114,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1046] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4469), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7911), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1048] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4328), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(3931), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4547), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -186024,300 +186238,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1047] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3221), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_initializer_list] = STATE(3445), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), + [1049] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1050] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3706), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_initializer_list] = STATE(3898), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(2256), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACE] = ACTIONS(2573), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1048] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1051] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2389), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_initializer_list] = STATE(2445), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACE] = ACTIONS(1938), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1049] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4573), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(8057), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1052] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4499), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(8505), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4551), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_COLON] = ACTIONS(4555), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -186345,86 +186666,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1050] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3775), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1053] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4691), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(8489), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -186452,74 +186773,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1051] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3281), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_initializer_list] = STATE(3747), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [1054] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3429), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_initializer_list] = STATE(3743), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_LPAREN2] = ACTIONS(4557), [anon_sym_BANG] = ACTIONS(2514), [anon_sym_TILDE] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2512), [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), [anon_sym_LBRACE] = ACTIONS(2520), @@ -186529,8 +186850,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -186559,8 +186880,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2544), [anon_sym_R_DQUOTE] = ACTIONS(2546), [anon_sym_LR_DQUOTE] = ACTIONS(2546), @@ -186572,73 +186893,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2552), [sym_this] = ACTIONS(2540), }, - [1052] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4602), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7935), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1055] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4482), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_initializer_list] = STATE(7659), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(3467), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_COLON] = ACTIONS(4555), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -186666,388 +186987,597 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1053] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2366), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_initializer_list] = STATE(2450), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACE] = ACTIONS(1930), + [1056] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3247), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4559), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1057] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4562), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1054] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4481), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_initializer_list] = STATE(3842), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACE] = ACTIONS(3467), + [1058] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3247), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4564), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1055] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4577), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_initializer_list] = STATE(3903), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(3467), + [1059] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3247), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4567), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1060] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3109), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4570), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1056] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3091), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4559), + [1061] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3109), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4573), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -187055,7 +187585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -187093,8 +187623,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -187106,188 +187636,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1057] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4764), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1062] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4576), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4562), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1058] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1063] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4564), + [anon_sym_RBRACK] = ACTIONS(4578), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -187300,13 +187830,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -187315,85 +187845,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1059] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1064] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4566), + [anon_sym_RBRACK] = ACTIONS(4580), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -187406,13 +187936,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -187421,65 +187951,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1060] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3167), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4568), - [anon_sym_LPAREN2] = ACTIONS(1976), + [1065] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3181), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4582), + [anon_sym_LPAREN2] = ACTIONS(4584), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), [anon_sym_DASH] = ACTIONS(1780), [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -187517,8 +188047,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -187530,72 +188060,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1061] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3785), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4571), - [anon_sym_LPAREN2] = ACTIONS(4573), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1066] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4652), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4586), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -187606,409 +188136,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1062] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3164), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4575), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1063] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3733), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4578), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1064] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3734), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4568), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1065] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4748), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1067] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4653), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4581), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4588), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -188047,8 +188259,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -188060,54 +188272,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1066] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3161), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4583), + [1068] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3250), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4590), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188115,7 +188327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -188153,8 +188365,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -188166,54 +188378,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1067] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3151), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4586), + [1069] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3094), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4593), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188221,7 +188433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -188259,8 +188471,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -188272,372 +188484,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1068] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3731), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4589), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1069] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3736), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4575), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, [1070] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4592), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1071] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3151), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4594), + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3126), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4596), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188645,7 +188539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -188683,8 +188577,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -188696,54 +188590,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1072] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3151), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4597), + [1071] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3132), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4599), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188751,7 +188645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -188789,8 +188683,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -188802,54 +188696,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1073] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3148), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4600), + [1072] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3146), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4602), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188857,7 +188751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -188895,8 +188789,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -188908,54 +188802,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1074] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3148), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4603), + [1073] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3244), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4605), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -188963,7 +188857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -189001,8 +188895,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -189014,372 +188908,796 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, + [1074] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3636), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4608), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, [1075] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4351), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym_SEMI] = ACTIONS(4606), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(4608), + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3636), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4611), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, [1076] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4699), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3641), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4614), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4610), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, [1077] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [sym_expression] = STATE(3641), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4617), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4612), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1078] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3641), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4620), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1079] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3653), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4623), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1080] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3678), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4626), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1078] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3737), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1081] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3692), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4583), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4629), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -189425,8 +189743,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -189438,160 +189756,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1079] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3276), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4614), - [anon_sym_LPAREN2] = ACTIONS(4616), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1080] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3729), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1082] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3694), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4618), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4632), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -189637,8 +189849,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -189650,54 +189862,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1081] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3729), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1083] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3713), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4635), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -189743,8 +189955,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -189756,54 +189968,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1082] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3728), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1084] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3720), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4624), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4638), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -189849,8 +190061,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -189862,54 +190074,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1083] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3728), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1085] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3720), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4627), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4641), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -189955,8 +190167,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -189968,160 +190180,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1084] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3785), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4571), - [anon_sym_LPAREN2] = ACTIONS(4630), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), - }, - [1085] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3730), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1086] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3724), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4632), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4644), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -190167,8 +190273,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -190180,478 +190286,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1086] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4635), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, [1087] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4752), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4637), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1088] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3339), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4639), - [anon_sym_LPAREN2] = ACTIONS(4641), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1089] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3171), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4589), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1090] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3739), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3724), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4564), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -190697,8 +190379,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -190710,54 +190392,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1091] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3739), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1088] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3724), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4594), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4567), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -190803,8 +190485,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -190816,266 +190498,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1092] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3091), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4632), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1093] = { + [1089] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4643), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1094] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3739), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3724), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4559), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -191121,8 +190591,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -191134,160 +190604,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1095] = { + [1090] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4645), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1096] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3737), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3725), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4647), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4570), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -191333,8 +190697,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -191346,372 +190710,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1097] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4650), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1098] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4652), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1099] = { + [1091] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4654), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1100] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3736), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3725), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4656), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4573), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -191757,8 +190803,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -191770,54 +190816,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1101] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3740), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1092] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3653), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4600), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4590), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -191863,8 +190909,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -191876,54 +190922,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1102] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3734), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1093] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3678), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4593), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -191969,8 +191015,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -191982,54 +191028,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1103] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3740), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1094] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3692), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4603), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4596), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -192075,8 +191121,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -192088,266 +191134,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1104] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4660), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4662), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1105] = { + [1095] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4664), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1106] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3733), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3694), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4666), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4599), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -192393,8 +191227,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -192406,266 +191240,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1107] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3170), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4578), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1108] = { + [1096] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2397), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4639), - [anon_sym_LPAREN2] = ACTIONS(4669), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1109] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3731), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3713), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4602), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -192711,8 +191333,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -192724,160 +191346,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1110] = { + [1097] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4674), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1111] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3730), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [sym_expression] = STATE(3720), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4559), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4605), [anon_sym_LPAREN2] = ACTIONS(1852), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), @@ -192923,8 +191439,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -192936,379 +191452,485 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1112] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3091), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4676), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1098] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4647), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1113] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3172), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4679), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1099] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4649), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1100] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4651), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1114] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4667), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1101] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4653), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4682), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1115] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3785), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4571), - [anon_sym_LPAREN2] = ACTIONS(4684), + [1102] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4448), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7129), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -193347,8 +191969,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -193360,390 +191982,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1116] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3172), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4686), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1117] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3172), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4618), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1103] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4655), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1118] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2397), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1104] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4639), - [anon_sym_LPAREN2] = ACTIONS(4689), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4657), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1119] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4712), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1105] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4355), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4691), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym_SEMI] = ACTIONS(4659), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(4661), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -193754,91 +192270,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1120] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4647), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1106] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4663), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1107] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3806), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4665), + [anon_sym_LPAREN2] = ACTIONS(4667), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4693), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -193877,8 +192499,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -193890,167 +192512,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1121] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3179), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4695), - [anon_sym_LPAREN2] = ACTIONS(4697), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1122] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2397), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1108] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2381), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4639), - [anon_sym_LPAREN2] = ACTIONS(4699), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4669), + [anon_sym_LPAREN2] = ACTIONS(4671), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), @@ -194059,19 +192575,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -194084,13 +192600,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -194099,63 +192615,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1123] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4714), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1109] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4677), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4673), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -194194,9 +192711,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4701), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -194208,61 +192724,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1124] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4645), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1110] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4678), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4703), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4675), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -194301,8 +192817,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -194314,166 +192830,378 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1125] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3172), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4621), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1111] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4677), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1126] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4637), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1112] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4679), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1113] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4355), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym_SEMI] = ACTIONS(4681), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(4661), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1114] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4668), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -194512,9 +193240,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4705), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4683), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -194526,188 +193254,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1127] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3730), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4676), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1128] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1115] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4707), + [anon_sym_RBRACK] = ACTIONS(4685), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -194720,13 +193342,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -194735,403 +193357,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1129] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4351), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym_SEMI] = ACTIONS(4709), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(4608), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1130] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3174), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4624), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1131] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3729), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4679), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [1116] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4687), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1132] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1117] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4711), + [anon_sym_RBRACK] = ACTIONS(4689), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -195144,13 +193554,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -195159,75 +193569,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1133] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4572), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7100), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACK] = ACTIONS(1978), + [1118] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4355), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym_SEMI] = ACTIONS(4691), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(4661), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -195238,196 +193648,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1134] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4751), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1119] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4528), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4693), + [anon_sym_LPAREN2] = ACTIONS(4695), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4713), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1135] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4738), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1120] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4694), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4697), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -195466,9 +193877,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4715), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -195480,167 +193890,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1136] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3174), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4627), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1137] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4750), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_RPAREN] = ACTIONS(4717), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1121] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4695), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4699), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -195679,8 +193983,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -195692,61 +193996,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1138] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4643), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1122] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4759), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4719), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4701), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -195785,8 +194089,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -195798,72 +194102,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1139] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4464), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4571), - [anon_sym_LPAREN2] = ACTIONS(4721), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1123] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4643), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4703), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -195891,68 +194195,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1140] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3729), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), + [1124] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4705), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1125] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4707), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1126] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3711), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4686), - [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4709), + [anon_sym_LPAREN2] = ACTIONS(4711), [anon_sym_BANG] = ACTIONS(1854), [anon_sym_TILDE] = ACTIONS(1854), [anon_sym_DASH] = ACTIONS(1856), @@ -195997,8 +194513,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1896), [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1900), [anon_sym_R_DQUOTE] = ACTIONS(1902), [anon_sym_LR_DQUOTE] = ACTIONS(1902), @@ -196010,61 +194526,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1908), [sym_this] = ACTIONS(1894), }, - [1141] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4400), - [sym__string] = STATE(4246), - [sym_comma_expression] = STATE(7100), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1127] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4707), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4713), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -196103,8 +194619,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -196116,166 +194632,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1142] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4723), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1143] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4660), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1128] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4708), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(4715), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -196314,9 +194725,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4725), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -196328,72 +194738,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1144] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4681), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1129] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3367), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4717), + [anon_sym_LPAREN2] = ACTIONS(4719), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1130] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3806), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4727), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4665), + [anon_sym_LPAREN2] = ACTIONS(4721), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -196404,420 +194920,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1145] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4729), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1146] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4731), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1147] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4540), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4733), - [anon_sym_LPAREN2] = ACTIONS(4735), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1148] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4682), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4737), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1131] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3806), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4665), + [anon_sym_LPAREN2] = ACTIONS(4723), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -196828,190 +195026,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1149] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3760), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4739), - [anon_sym_LPAREN2] = ACTIONS(4741), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1150] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3161), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4647), + [1132] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3201), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4608), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -197019,7 +195111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -197057,8 +195149,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -197070,54 +195162,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1151] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3164), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4656), + [1133] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3201), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4611), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -197125,7 +195217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -197163,8 +195255,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -197176,54 +195268,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1152] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3167), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4659), + [1134] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2381), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4669), + [anon_sym_LPAREN2] = ACTIONS(4725), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1135] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3206), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4614), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -197231,7 +195429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -197269,8 +195467,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -197282,54 +195480,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1153] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3171), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4671), + [1136] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3206), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4617), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -197337,7 +195535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -197375,8 +195573,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -197388,160 +195586,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1154] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4351), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym_SEMI] = ACTIONS(4743), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(4608), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1155] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3170), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4666), + [1137] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3206), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4620), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -197549,7 +195641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -197583,1659 +195675,607 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8_DQUOTE] = ACTIONS(1824), [anon_sym_DQUOTE] = ACTIONS(1824), [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1156] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4745), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1157] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4727), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4747), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1158] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4760), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4749), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1159] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3785), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4571), - [anon_sym_LPAREN2] = ACTIONS(4751), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1160] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4765), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(4753), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1161] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4755), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1162] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [anon_sym_RBRACK] = ACTIONS(4757), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1163] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3733), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1164] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1165] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4607), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1166] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4593), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1138] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3250), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4623), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1167] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4505), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1139] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2381), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4669), + [anon_sym_LPAREN2] = ACTIONS(4727), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1168] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2998), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(4759), + [1140] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3094), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4626), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1169] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4596), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1141] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3126), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4629), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1170] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3749), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), + [1142] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3132), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4632), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1171] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4322), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1143] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4657), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -199274,8 +196314,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4729), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -199287,71 +196328,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1172] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4599), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1144] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4550), + [sym__string] = STATE(4256), + [sym_comma_expression] = STATE(7129), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -199379,399 +196421,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_co_await] = ACTIONS(3733), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1173] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3792), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1145] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3146), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4635), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1174] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4351), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(4608), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1175] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4601), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1146] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4731), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1176] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4604), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1147] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4682), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -199782,930 +196721,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1177] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3085), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1178] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2774), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1179] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2775), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1180] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2777), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1181] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3740), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1182] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3739), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1183] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3737), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1184] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3736), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [sym_auto] = ACTIONS(4733), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1185] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4721), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1148] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4673), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_RPAREN] = ACTIONS(4735), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -200744,8 +196845,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -200757,378 +196858,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1186] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2780), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1187] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3734), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), + [1149] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3244), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4638), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1188] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2773), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1189] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4330), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1150] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4698), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(4761), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -201164,8 +197056,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4737), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -201177,60 +197070,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1190] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4542), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1151] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3244), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4641), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1152] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4712), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -201269,8 +197268,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4739), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -201282,165 +197282,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1191] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3731), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1192] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4642), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1153] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4722), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -201479,8 +197374,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4741), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -201492,281 +197388,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1193] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2793), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1194] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3730), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1195] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4756), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1154] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4668), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -201794,189 +197480,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [sym_auto] = ACTIONS(4743), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1196] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3729), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), + [1155] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3247), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4644), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1197] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3792), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1156] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4729), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -202004,84 +197692,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [sym_auto] = ACTIONS(4745), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1198] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4456), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(4763), + [1157] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4734), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -202109,388 +197798,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [sym_auto] = ACTIONS(4747), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1199] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2751), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1200] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2406), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1201] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2834), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1202] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4747), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1158] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4739), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -202529,8 +197904,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -202542,175 +197918,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1203] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2410), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1159] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4557), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4665), + [anon_sym_LPAREN2] = ACTIONS(4751), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1160] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3407), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4669), + [anon_sym_LPAREN2] = ACTIONS(4753), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1204] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4575), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [1161] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3806), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4665), + [anon_sym_LPAREN2] = ACTIONS(4755), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACK] = ACTIONS(4765), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -202739,8 +198223,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -202752,900 +198236,271 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1205] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3728), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1206] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2769), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1162] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1207] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3280), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1208] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3391), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1209] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3390), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_RBRACK] = ACTIONS(4757), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1210] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2825), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1163] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1211] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4524), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1212] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3781), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1213] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4617), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1164] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4472), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), @@ -203654,8 +198509,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -203684,8 +198539,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -203697,386 +198552,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1214] = { + [1165] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3384), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1215] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3190), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1216] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3365), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1217] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4592), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [sym_expression] = STATE(4333), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -204104,283 +198644,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1218] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4478), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1219] = { + [1166] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3358), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1220] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4715), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [sym_expression] = STATE(3821), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -204419,8 +198749,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -204432,165 +198762,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1221] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3357), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [1167] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4471), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1222] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4534), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1168] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4454), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1169] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4348), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -204629,8 +199064,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -204642,60 +199077,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1223] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4533), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1170] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4349), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -204734,8 +199169,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -204747,585 +199182,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1224] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3748), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1225] = { + [1171] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3355), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [sym_expression] = STATE(4475), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1226] = { + [1172] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3353), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1227] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3214), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [sym_expression] = STATE(4350), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1228] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3363), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1229] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4660), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1173] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3786), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -205364,8 +199484,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -205377,63 +199497,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1230] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4332), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1174] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4523), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1175] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4468), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(4767), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), @@ -205469,8 +199694,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -205482,270 +199707,2055 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1231] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3333), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [1176] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4558), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1177] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4581), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1178] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4593), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1179] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4469), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1180] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4584), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1181] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4632), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1182] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4583), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1183] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4582), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1184] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4613), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1185] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4629), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1186] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4636), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(4759), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1187] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4564), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1188] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3078), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(4761), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1232] = { + [1189] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2382), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1190] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3080), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(4763), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1191] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3013), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1192] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3348), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [sym_expression] = STATE(4315), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1193] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4625), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(4765), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1194] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3036), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1233] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4641), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1195] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4589), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -205784,8 +201794,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -205797,60 +201807,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1234] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4676), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1196] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4656), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -205889,8 +201899,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -205902,176 +201912,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1235] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3686), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [1197] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3053), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1236] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4591), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1198] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4162), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206082,101 +202092,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1237] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4547), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1199] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4136), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206187,101 +202197,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1238] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4556), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1200] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3821), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206292,311 +202302,311 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1239] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2791), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(4769), + [1201] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4137), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), }, - [1240] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3759), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [1202] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4117), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), }, - [1241] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4711), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1203] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4139), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206607,101 +202617,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1242] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4665), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1204] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4141), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206712,101 +202722,836 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1205] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4142), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1206] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4144), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1207] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4180), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1208] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4148), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1209] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4164), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(4767), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1210] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3828), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), + }, + [1211] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4133), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(4769), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1243] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4589), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1212] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4149), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -206817,206 +203562,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1244] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4538), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1245] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4588), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1213] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4303), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -207044,84 +203684,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1246] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4587), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1214] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4151), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -207132,206 +203772,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1247] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4528), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1248] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4706), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1215] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4154), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -207342,90 +203877,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1249] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2944), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1216] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2375), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), @@ -207434,19 +203969,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -207459,13 +203994,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -207474,284 +204009,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1250] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4758), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1251] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4705), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1217] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2375), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(4771), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1252] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4628), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1218] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4477), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -207779,199 +204209,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1253] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4530), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1254] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3332), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1219] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2416), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -207984,288 +204309,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), [anon_sym_uR_DQUOTE] = ACTIONS(2002), [anon_sym_UR_DQUOTE] = ACTIONS(2002), [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1255] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4535), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1256] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4532), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1257] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4648), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1220] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4706), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -208304,8 +204419,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -208317,70 +204432,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1258] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3420), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [1221] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3309), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_LPAREN2] = ACTIONS(4557), [anon_sym_BANG] = ACTIONS(2514), [anon_sym_TILDE] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2512), [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(4771), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -208409,8 +204524,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2544), [anon_sym_R_DQUOTE] = ACTIONS(2546), [anon_sym_LR_DQUOTE] = ACTIONS(2546), @@ -208422,71 +204537,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2552), [sym_this] = ACTIONS(2540), }, - [1259] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4405), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1222] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4747), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -208514,84 +204629,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1260] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3791), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1223] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4311), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -208602,101 +204717,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1261] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4656), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1224] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3821), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -208707,101 +204822,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1262] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4554), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1225] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4312), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -208812,101 +204927,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1263] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4515), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1226] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4313), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -208917,101 +205032,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1264] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4646), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1227] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4314), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -209022,626 +205137,521 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1265] = { + [1228] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3324), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(4773), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1266] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4518), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [sym_expression] = STATE(4316), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1267] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3331), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [1229] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4320), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1268] = { + [1230] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3325), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [sym_expression] = STATE(4357), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1269] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2410), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), + [1231] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4322), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1270] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4663), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1232] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4323), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -209652,101 +205662,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1271] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4586), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1233] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4462), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1234] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4718), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -209774,178 +205889,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1272] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2772), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(4775), + [1235] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3154), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1273] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4726), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1236] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3824), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(4773), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -209984,8 +206099,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -209997,71 +206112,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1274] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3791), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1237] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4396), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -210089,73 +206204,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1275] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4762), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1238] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4720), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -210194,8 +206309,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -210207,165 +206322,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1276] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3755), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(4777), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1277] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2410), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1239] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), @@ -210374,19 +206384,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -210399,13 +206409,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -210414,63 +206424,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(4775), }, - [1278] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4427), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1240] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4669), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -210509,8 +206519,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -210522,71 +206532,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1279] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4476), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1241] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4727), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -210614,913 +206624,2278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1280] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4170), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1242] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3264), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1281] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4606), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACK] = ACTIONS(4779), + [1243] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3364), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), }, - [1282] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4560), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [1244] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3390), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1245] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3391), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1246] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3392), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1247] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3393), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1248] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3394), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1249] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3395), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1250] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3396), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1251] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3397), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1252] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3398), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1253] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3399), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1254] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2807), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(4777), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1255] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2382), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1256] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2761), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(4779), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1257] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2810), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1258] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2771), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1259] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2773), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1283] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4507), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), + [1260] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4498), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1284] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3330), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [1261] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4526), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1285] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3063), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(4781), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1286] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2986), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(4783), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1287] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4342), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1262] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3264), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(4781), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1288] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3792), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1263] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4649), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -211559,8 +208934,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -211572,585 +208947,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1289] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4563), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(4785), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1290] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3329), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1291] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3327), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1292] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2995), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(4787), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1293] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1294] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4704), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1264] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4334), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -212189,8 +209039,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -212202,165 +209052,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1295] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4460), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), + [1265] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1266] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4497), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1296] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4459), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [1267] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4758), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), @@ -212369,8 +209324,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -212399,8 +209354,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -212412,176 +209367,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1297] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3374), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1298] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4675), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1268] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4736), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -212609,73 +209459,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1299] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4679), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1269] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4516), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -212714,8 +209564,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -212727,60 +209577,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1300] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4651), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1270] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4737), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -212819,8 +209669,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -212832,71 +209682,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1301] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3781), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), + [1271] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4344), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(4783), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -212924,504 +209774,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1302] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4519), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1303] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3323), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1304] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3361), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1305] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4298), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1306] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4558), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1272] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4619), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -213449,399 +209879,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1307] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4316), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1308] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3429), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1309] = { + [1273] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3347), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1310] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4514), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [sym_expression] = STATE(4493), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -213869,283 +209984,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1311] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3346), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), + [1274] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3139), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(4785), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1312] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4299), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1275] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3121), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1313] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4423), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1276] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4343), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -214184,8 +210299,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -214197,186 +210312,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1314] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4339), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1277] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3208), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1315] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3314), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1278] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2977), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -214389,78 +210504,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), [anon_sym_uR_DQUOTE] = ACTIONS(2002), [anon_sym_UR_DQUOTE] = ACTIONS(2002), [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1316] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4740), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1279] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3200), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(4787), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1280] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4345), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -214499,8 +210719,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -214512,491 +210732,1646 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1317] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4331), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1281] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3661), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1318] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4346), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1282] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3636), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1319] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4152), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1283] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3641), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1320] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4137), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1284] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3653), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1285] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3678), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1286] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3692), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1287] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3694), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1288] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3713), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1289] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3720), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1290] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3724), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1291] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3725), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1292] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3628), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1293] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4585), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), + }, + [1294] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3621), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1295] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2352), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1321] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4151), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), + [1296] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4332), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(4789), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -215007,90 +212382,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1322] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4701), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1297] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4346), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -215129,8 +212504,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -215142,165 +212517,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1323] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3787), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), - }, - [1324] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4541), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1298] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4638), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -215339,8 +212609,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -215352,165 +212622,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1325] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4635), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1326] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4619), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1299] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4579), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -215549,8 +212714,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -215562,375 +212727,1215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1327] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4159), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1300] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3077), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1328] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4143), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1301] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3085), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1329] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4513), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [1302] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2386), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1330] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3410), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [1303] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3086), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1304] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3087), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1305] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3089), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1306] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3088), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1307] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3014), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1308] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3063), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1309] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3044), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1310] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2997), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1311] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3363), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_LPAREN2] = ACTIONS(4557), [anon_sym_BANG] = ACTIONS(2514), [anon_sym_TILDE] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2512), [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), [anon_sym_LBRACK] = ACTIONS(1978), @@ -215939,8 +213944,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -215969,8 +213974,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2544), [anon_sym_R_DQUOTE] = ACTIONS(2546), [anon_sym_LR_DQUOTE] = ACTIONS(2546), @@ -215982,176 +213987,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2552), [sym_this] = ACTIONS(2540), }, - [1331] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3183), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1312] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3366), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), }, - [1332] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4691), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1313] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4331), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -216162,615 +214167,720 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1333] = { + [1314] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2974), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), + [sym_expression] = STATE(3657), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(4791), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1334] = { + [1315] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2973), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [sym_expression] = STATE(3676), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1316] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3654), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(4793), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1335] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2971), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1317] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2806), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1336] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2969), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1318] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2808), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1337] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2968), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1319] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2386), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1338] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4745), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1320] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4765), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -216809,8 +214919,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -216822,806 +214932,806 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1339] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3195), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), + [1321] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2765), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1340] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2964), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1322] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2766), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1341] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4398), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1323] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2767), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1342] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4294), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1324] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2768), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1343] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3787), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1325] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2751), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1344] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4700), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1326] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2769), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1345] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2959), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1327] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2809), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1346] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4578), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1328] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3824), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -217632,206 +215742,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1347] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2914), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1348] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4350), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), + [1329] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3786), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -217842,188 +215847,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1349] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2406), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1350] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3195), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(4789), + [1330] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3234), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -218031,7 +215931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -218069,8 +215969,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -218082,81 +215982,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1351] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2982), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1331] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2956), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(4795), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -218169,13 +216069,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -218184,84 +216084,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1352] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3297), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1332] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2382), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -218274,404 +216174,404 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), [anon_sym_uR_DQUOTE] = ACTIONS(2002), [anon_sym_UR_DQUOTE] = ACTIONS(2002), [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), + [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1353] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4531), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1333] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3727), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1354] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4725), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1334] = { + [sym_primitive_type] = STATE(6998), + [sym_expression] = STATE(4626), + [sym__string] = STATE(4735), + [sym_conditional_expression] = STATE(4788), + [sym_assignment_expression] = STATE(4788), + [sym_pointer_expression] = STATE(3662), + [sym_unary_expression] = STATE(4788), + [sym_binary_expression] = STATE(4788), + [sym_update_expression] = STATE(4788), + [sym_cast_expression] = STATE(4788), + [sym_sizeof_expression] = STATE(4788), + [sym_alignof_expression] = STATE(4788), + [sym_offsetof_expression] = STATE(4788), + [sym_generic_expression] = STATE(4788), + [sym_subscript_expression] = STATE(3662), + [sym_call_expression] = STATE(3662), + [sym_gnu_asm_expression] = STATE(4788), + [sym_extension_expression] = STATE(4788), + [sym_field_expression] = STATE(3662), + [sym_compound_literal_expression] = STATE(4788), + [sym_parenthesized_expression] = STATE(3662), + [sym_number_literal] = STATE(4735), + [sym_char_literal] = STATE(4735), + [sym_concatenated_string] = STATE(4735), + [sym_string_literal] = STATE(3814), + [sym_null] = STATE(4788), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7690), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(4788), + [sym_raw_string_literal] = STATE(3814), + [sym_co_await_expression] = STATE(4788), + [sym_new_expression] = STATE(4788), + [sym_delete_expression] = STATE(4788), + [sym_requires_clause] = STATE(4788), + [sym_requires_expression] = STATE(4788), + [sym_lambda_expression] = STATE(4788), + [sym_lambda_capture_specifier] = STATE(5889), + [sym_fold_expression] = STATE(4788), + [sym_parameter_pack_expansion] = STATE(4788), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3662), + [sym_qualified_type_identifier] = STATE(7690), + [sym_user_defined_literal] = STATE(3662), + [sym_identifier] = ACTIONS(3753), + [anon_sym_LPAREN2] = ACTIONS(2585), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_TILDE] = ACTIONS(2587), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(3755), + [anon_sym_COLON_COLON] = ACTIONS(2595), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_compl] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_sizeof] = ACTIONS(2611), + [anon_sym___alignof__] = ACTIONS(2613), + [anon_sym___alignof] = ACTIONS(2613), + [anon_sym__alignof] = ACTIONS(2613), + [anon_sym_alignof] = ACTIONS(2613), + [anon_sym__Alignof] = ACTIONS(2613), + [anon_sym_offsetof] = ACTIONS(2615), + [anon_sym__Generic] = ACTIONS(2617), + [anon_sym_asm] = ACTIONS(2619), + [anon_sym___asm__] = ACTIONS(2619), + [anon_sym___asm] = ACTIONS(2619), + [aux_sym_number_literal_token1] = ACTIONS(2621), + [aux_sym_number_literal_token2] = ACTIONS(2623), + [anon_sym_L_SQUOTE] = ACTIONS(2625), + [anon_sym_u_SQUOTE] = ACTIONS(2625), + [anon_sym_U_SQUOTE] = ACTIONS(2625), + [anon_sym_u8_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_L_DQUOTE] = ACTIONS(2627), + [anon_sym_u_DQUOTE] = ACTIONS(2627), + [anon_sym_U_DQUOTE] = ACTIONS(2627), + [anon_sym_u8_DQUOTE] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2627), + [sym_true] = ACTIONS(2629), + [sym_false] = ACTIONS(2629), + [anon_sym_NULL] = ACTIONS(2631), + [anon_sym_nullptr] = ACTIONS(2631), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2641), + [anon_sym_R_DQUOTE] = ACTIONS(2643), + [anon_sym_LR_DQUOTE] = ACTIONS(2643), + [anon_sym_uR_DQUOTE] = ACTIONS(2643), + [anon_sym_UR_DQUOTE] = ACTIONS(2643), + [anon_sym_u8R_DQUOTE] = ACTIONS(2643), + [anon_sym_co_await] = ACTIONS(2645), + [anon_sym_new] = ACTIONS(2647), + [anon_sym_requires] = ACTIONS(2649), + [sym_this] = ACTIONS(2629), }, - [1355] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3338), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(4791), + [1335] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3127), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1356] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4314), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(4793), + [1336] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3824), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -218682,90 +216582,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), - }, - [1357] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4162), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), + }, + [1337] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3786), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), [anon_sym_BANG] = ACTIONS(3461), [anon_sym_TILDE] = ACTIONS(3461), [anon_sym_DASH] = ACTIONS(3459), [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), [anon_sym___extension__] = ACTIONS(3463), [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), @@ -218774,8 +216674,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3459), [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), [anon_sym_sizeof] = ACTIONS(3469), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -218804,8 +216704,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3479), [anon_sym_R_DQUOTE] = ACTIONS(3481), [anon_sym_LR_DQUOTE] = ACTIONS(3481), @@ -218817,71 +216717,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3487), [sym_this] = ACTIONS(221), }, - [1358] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4463), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1338] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4352), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -218909,388 +216809,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1359] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4300), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1360] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4301), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), + [anon_sym_co_await] = ACTIONS(157), [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1361] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4172), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), + [1339] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2925), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(4797), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1362] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4341), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1340] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4743), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -219329,8 +217019,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -219342,71 +217032,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1363] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4744), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1341] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4644), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -219434,84 +217124,504 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1364] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4178), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1342] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3262), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1343] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2375), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1344] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2416), + [sym__string] = STATE(3155), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(3155), + [sym_char_literal] = STATE(3155), + [sym_concatenated_string] = STATE(3155), + [sym_string_literal] = STATE(2233), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2233), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(2008), + [anon_sym_LPAREN2] = ACTIONS(4540), + [anon_sym_BANG] = ACTIONS(2012), + [anon_sym_TILDE] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_PLUS] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2010), + [anon_sym_compl] = ACTIONS(2010), + [anon_sym_DASH_DASH] = ACTIONS(4475), + [anon_sym_PLUS_PLUS] = ACTIONS(4475), + [anon_sym_sizeof] = ACTIONS(2018), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(2020), + [aux_sym_number_literal_token2] = ACTIONS(2022), + [anon_sym_L_SQUOTE] = ACTIONS(2024), + [anon_sym_u_SQUOTE] = ACTIONS(2024), + [anon_sym_U_SQUOTE] = ACTIONS(2024), + [anon_sym_u8_SQUOTE] = ACTIONS(2024), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_L_DQUOTE] = ACTIONS(2026), + [anon_sym_u_DQUOTE] = ACTIONS(2026), + [anon_sym_U_DQUOTE] = ACTIONS(2026), + [anon_sym_u8_DQUOTE] = ACTIONS(2026), + [anon_sym_DQUOTE] = ACTIONS(2026), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2028), + [anon_sym_R_DQUOTE] = ACTIONS(2030), + [anon_sym_LR_DQUOTE] = ACTIONS(2030), + [anon_sym_uR_DQUOTE] = ACTIONS(2030), + [anon_sym_UR_DQUOTE] = ACTIONS(2030), + [anon_sym_u8R_DQUOTE] = ACTIONS(2030), + [anon_sym_co_await] = ACTIONS(2032), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1345] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3288), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1346] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4326), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -219522,206 +217632,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1365] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4544), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1366] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4634), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1347] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3824), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -219749,84 +217754,504 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1367] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4686), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1348] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3201), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1349] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2375), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1350] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3206), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1351] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2416), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1352] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4746), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -219854,276 +218279,801 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1368] = { + [1353] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3250), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1354] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3094), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1355] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3126), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1356] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3132), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1357] = { [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3337), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), + [sym_expression] = STATE(3664), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), }, - [1369] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4313), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1358] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3146), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), + }, + [1359] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3244), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1370] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3102), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), + [1360] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3247), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -220131,7 +219081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -220169,8 +219119,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(1828), [anon_sym_nullptr] = ACTIONS(1828), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(1838), [anon_sym_R_DQUOTE] = ACTIONS(1840), [anon_sym_LR_DQUOTE] = ACTIONS(1840), @@ -220182,690 +219132,690 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1846), [sym_this] = ACTIONS(1826), }, - [1371] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4549), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [1361] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3109), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), + [anon_sym_LPAREN2] = ACTIONS(1976), + [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_TILDE] = ACTIONS(1776), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2395), + [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(1780), + [anon_sym_compl] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1806), + [anon_sym_PLUS_PLUS] = ACTIONS(1806), + [anon_sym_sizeof] = ACTIONS(1808), + [anon_sym___alignof__] = ACTIONS(1810), + [anon_sym___alignof] = ACTIONS(1810), + [anon_sym__alignof] = ACTIONS(1810), + [anon_sym_alignof] = ACTIONS(1810), + [anon_sym__Alignof] = ACTIONS(1810), + [anon_sym_offsetof] = ACTIONS(1812), + [anon_sym__Generic] = ACTIONS(1814), + [anon_sym_asm] = ACTIONS(1816), + [anon_sym___asm__] = ACTIONS(1816), + [anon_sym___asm] = ACTIONS(1816), + [aux_sym_number_literal_token1] = ACTIONS(1818), + [aux_sym_number_literal_token2] = ACTIONS(1820), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1372] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3326), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [1362] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2951), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1373] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4510), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1363] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2916), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1374] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4702), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1364] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2964), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1375] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4333), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1365] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2386), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1376] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4302), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1366] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2983), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1377] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2396), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), + [1367] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2985), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_LPAREN2] = ACTIONS(4391), [anon_sym_BANG] = ACTIONS(1984), [anon_sym_TILDE] = ACTIONS(1984), [anon_sym_DASH] = ACTIONS(1982), [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(1986), [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), @@ -220874,19 +219824,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(1982), [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), [aux_sym_number_literal_token1] = ACTIONS(1992), [aux_sym_number_literal_token2] = ACTIONS(1994), [anon_sym_L_SQUOTE] = ACTIONS(1996), @@ -220899,13 +219849,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1998), [anon_sym_u8_DQUOTE] = ACTIONS(1998), [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2000), [anon_sym_R_DQUOTE] = ACTIONS(2002), [anon_sym_LR_DQUOTE] = ACTIONS(2002), @@ -220914,686 +219864,686 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(2002), [anon_sym_co_await] = ACTIONS(2004), [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1378] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4180), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1368] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2986), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1379] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4504), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1369] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2993), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1380] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4585), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [1370] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2994), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1381] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4126), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1371] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2989), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1382] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4174), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1372] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2957), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1383] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4564), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), + [1373] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2931), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1384] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3180), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), + [1374] = { + [sym_primitive_type] = STATE(7044), + [sym_expression] = STATE(3114), + [sym__string] = STATE(3283), + [sym_conditional_expression] = STATE(3604), + [sym_assignment_expression] = STATE(3604), + [sym_pointer_expression] = STATE(3485), + [sym_unary_expression] = STATE(3604), + [sym_binary_expression] = STATE(3604), + [sym_update_expression] = STATE(3604), + [sym_cast_expression] = STATE(3604), + [sym_sizeof_expression] = STATE(3604), + [sym_alignof_expression] = STATE(3604), + [sym_offsetof_expression] = STATE(3604), + [sym_generic_expression] = STATE(3604), + [sym_subscript_expression] = STATE(3485), + [sym_call_expression] = STATE(3485), + [sym_gnu_asm_expression] = STATE(3604), + [sym_extension_expression] = STATE(3604), + [sym_field_expression] = STATE(3485), + [sym_compound_literal_expression] = STATE(3604), + [sym_parenthesized_expression] = STATE(3485), + [sym_number_literal] = STATE(3283), + [sym_char_literal] = STATE(3283), + [sym_concatenated_string] = STATE(3283), + [sym_string_literal] = STATE(2333), + [sym_null] = STATE(3604), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7615), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3604), + [sym_raw_string_literal] = STATE(2333), + [sym_co_await_expression] = STATE(3604), + [sym_new_expression] = STATE(3604), + [sym_delete_expression] = STATE(3604), + [sym_requires_clause] = STATE(3604), + [sym_requires_expression] = STATE(3604), + [sym_lambda_expression] = STATE(3604), + [sym_lambda_capture_specifier] = STATE(5910), + [sym_fold_expression] = STATE(3604), + [sym_parameter_pack_expansion] = STATE(3604), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3485), + [sym_qualified_type_identifier] = STATE(7615), + [sym_user_defined_literal] = STATE(3485), + [sym_identifier] = ACTIONS(2393), [anon_sym_LPAREN2] = ACTIONS(1976), [anon_sym_BANG] = ACTIONS(1776), [anon_sym_TILDE] = ACTIONS(1776), @@ -221601,7 +220551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1780), [anon_sym_STAR] = ACTIONS(1858), [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), + [anon_sym___extension__] = ACTIONS(2395), [anon_sym_COLON_COLON] = ACTIONS(1788), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), @@ -221624,309 +220574,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___asm] = ACTIONS(1816), [aux_sym_number_literal_token1] = ACTIONS(1818), [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1385] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4722), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(113), - [aux_sym_number_literal_token2] = ACTIONS(115), - [anon_sym_L_SQUOTE] = ACTIONS(117), - [anon_sym_u_SQUOTE] = ACTIONS(117), - [anon_sym_U_SQUOTE] = ACTIONS(117), - [anon_sym_u8_SQUOTE] = ACTIONS(117), - [anon_sym_SQUOTE] = ACTIONS(117), - [anon_sym_L_DQUOTE] = ACTIONS(119), - [anon_sym_u_DQUOTE] = ACTIONS(119), - [anon_sym_U_DQUOTE] = ACTIONS(119), - [anon_sym_u8_DQUOTE] = ACTIONS(119), - [anon_sym_DQUOTE] = ACTIONS(119), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), - [anon_sym_R_DQUOTE] = ACTIONS(155), - [anon_sym_LR_DQUOTE] = ACTIONS(155), - [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1386] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2830), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_L_SQUOTE] = ACTIONS(1822), + [anon_sym_u_SQUOTE] = ACTIONS(1822), + [anon_sym_U_SQUOTE] = ACTIONS(1822), + [anon_sym_u8_SQUOTE] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1822), + [anon_sym_L_DQUOTE] = ACTIONS(1824), + [anon_sym_u_DQUOTE] = ACTIONS(1824), + [anon_sym_U_DQUOTE] = ACTIONS(1824), + [anon_sym_u8_DQUOTE] = ACTIONS(1824), + [anon_sym_DQUOTE] = ACTIONS(1824), + [sym_true] = ACTIONS(1826), + [sym_false] = ACTIONS(1826), + [anon_sym_NULL] = ACTIONS(1828), + [anon_sym_nullptr] = ACTIONS(1828), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1838), + [anon_sym_R_DQUOTE] = ACTIONS(1840), + [anon_sym_LR_DQUOTE] = ACTIONS(1840), + [anon_sym_uR_DQUOTE] = ACTIONS(1840), + [anon_sym_UR_DQUOTE] = ACTIONS(1840), + [anon_sym_u8R_DQUOTE] = ACTIONS(1840), + [anon_sym_co_await] = ACTIONS(1842), + [anon_sym_new] = ACTIONS(1844), + [anon_sym_requires] = ACTIONS(1846), + [sym_this] = ACTIONS(1826), }, - [1387] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4703), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1375] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4650), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -221954,178 +220694,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1388] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2365), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(4795), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1389] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4640), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1376] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4654), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -222164,8 +220799,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -222177,176 +220812,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1390] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4142), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(4797), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), - }, - [1391] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4673), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1377] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4571), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -222374,293 +220904,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1392] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2396), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1393] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2365), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1394] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4579), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1378] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4479), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(4799), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -222689,8 +221009,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -222702,60 +221022,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1395] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4720), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1379] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4347), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -222794,8 +221114,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -222807,60 +221127,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1396] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4655), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1380] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4668), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -222899,8 +221219,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -222912,71 +221232,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1397] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4282), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1381] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4500), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -222987,405 +221307,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1398] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1399] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4610), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1400] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3765), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1401] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4653), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1382] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4614), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), @@ -223394,8 +221399,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -223424,8 +221429,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -223437,281 +221442,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1402] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2365), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1403] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3764), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(4799), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1404] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4546), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1383] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4503), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -223739,84 +221534,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1405] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4283), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1384] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4522), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -223827,101 +221622,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1406] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4284), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1385] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4524), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -223932,101 +221727,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1407] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4669), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1386] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4529), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -224054,294 +221849,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1408] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3335), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(4801), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1409] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3119), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(4803), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1410] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3787), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1387] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4531), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -224352,101 +221937,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1411] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4668), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1388] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4533), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -224474,189 +222059,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1412] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3295), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1413] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4285), - [sym__string] = STATE(4380), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3432), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3432), - [sym_call_expression] = STATE(3432), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3432), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3432), - [sym_number_literal] = STATE(4380), - [sym_char_literal] = STATE(4380), - [sym_concatenated_string] = STATE(4380), - [sym_string_literal] = STATE(3447), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3447), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3432), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3432), - [sym_identifier] = ACTIONS(3505), - [anon_sym_LPAREN2] = ACTIONS(4419), - [anon_sym_BANG] = ACTIONS(3509), - [anon_sym_TILDE] = ACTIONS(3509), - [anon_sym_DASH] = ACTIONS(3507), - [anon_sym_PLUS] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(3511), - [anon_sym_COLON_COLON] = ACTIONS(3513), + [1389] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4534), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3507), - [anon_sym_compl] = ACTIONS(3507), - [anon_sym_DASH_DASH] = ACTIONS(4425), - [anon_sym_PLUS_PLUS] = ACTIONS(4425), - [anon_sym_sizeof] = ACTIONS(3515), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -224667,416 +222147,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3517), - [aux_sym_number_literal_token2] = ACTIONS(3519), - [anon_sym_L_SQUOTE] = ACTIONS(3521), - [anon_sym_u_SQUOTE] = ACTIONS(3521), - [anon_sym_U_SQUOTE] = ACTIONS(3521), - [anon_sym_u8_SQUOTE] = ACTIONS(3521), - [anon_sym_SQUOTE] = ACTIONS(3521), - [anon_sym_L_DQUOTE] = ACTIONS(3523), - [anon_sym_u_DQUOTE] = ACTIONS(3523), - [anon_sym_U_DQUOTE] = ACTIONS(3523), - [anon_sym_u8_DQUOTE] = ACTIONS(3523), - [anon_sym_DQUOTE] = ACTIONS(3523), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3525), - [anon_sym_R_DQUOTE] = ACTIONS(3527), - [anon_sym_LR_DQUOTE] = ACTIONS(3527), - [anon_sym_uR_DQUOTE] = ACTIONS(3527), - [anon_sym_UR_DQUOTE] = ACTIONS(3527), - [anon_sym_u8R_DQUOTE] = ACTIONS(3527), - [anon_sym_co_await] = ACTIONS(3529), - [anon_sym_new] = ACTIONS(159), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1414] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2807), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1415] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2966), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1416] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3286), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1417] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3792), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1390] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4535), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -225087,195 +222252,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1418] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2398), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(4805), - }, - [1419] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4622), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1391] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4538), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), @@ -225284,8 +222344,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -225314,8 +222374,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -225327,60 +222387,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1420] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3791), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1392] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4658), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -225419,8 +222479,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -225432,60 +222492,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1421] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4671), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1393] = { + [sym_primitive_type] = STATE(7023), + [sym_expression] = STATE(3629), + [sym__string] = STATE(3827), + [sym_conditional_expression] = STATE(3933), + [sym_assignment_expression] = STATE(3933), + [sym_pointer_expression] = STATE(3446), + [sym_unary_expression] = STATE(3933), + [sym_binary_expression] = STATE(3933), + [sym_update_expression] = STATE(3933), + [sym_cast_expression] = STATE(3933), + [sym_sizeof_expression] = STATE(3933), + [sym_alignof_expression] = STATE(3933), + [sym_offsetof_expression] = STATE(3933), + [sym_generic_expression] = STATE(3933), + [sym_subscript_expression] = STATE(3446), + [sym_call_expression] = STATE(3446), + [sym_gnu_asm_expression] = STATE(3933), + [sym_extension_expression] = STATE(3933), + [sym_field_expression] = STATE(3446), + [sym_compound_literal_expression] = STATE(3933), + [sym_parenthesized_expression] = STATE(3446), + [sym_number_literal] = STATE(3827), + [sym_char_literal] = STATE(3827), + [sym_concatenated_string] = STATE(3827), + [sym_string_literal] = STATE(2541), + [sym_null] = STATE(3933), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7727), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3933), + [sym_raw_string_literal] = STATE(2541), + [sym_co_await_expression] = STATE(3933), + [sym_new_expression] = STATE(3933), + [sym_delete_expression] = STATE(3933), + [sym_requires_clause] = STATE(3933), + [sym_requires_expression] = STATE(3933), + [sym_lambda_expression] = STATE(3933), + [sym_lambda_capture_specifier] = STATE(5905), + [sym_fold_expression] = STATE(3933), + [sym_parameter_pack_expansion] = STATE(3933), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5721), + [sym_qualified_identifier] = STATE(3446), + [sym_qualified_type_identifier] = STATE(7727), + [sym_user_defined_literal] = STATE(3446), + [sym_identifier] = ACTIONS(2569), + [anon_sym_LPAREN2] = ACTIONS(1852), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_TILDE] = ACTIONS(1854), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_PLUS] = ACTIONS(1856), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym___extension__] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(1864), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_compl] = ACTIONS(1856), + [anon_sym_DASH_DASH] = ACTIONS(1874), + [anon_sym_PLUS_PLUS] = ACTIONS(1874), + [anon_sym_sizeof] = ACTIONS(1876), + [anon_sym___alignof__] = ACTIONS(1878), + [anon_sym___alignof] = ACTIONS(1878), + [anon_sym__alignof] = ACTIONS(1878), + [anon_sym_alignof] = ACTIONS(1878), + [anon_sym__Alignof] = ACTIONS(1878), + [anon_sym_offsetof] = ACTIONS(1880), + [anon_sym__Generic] = ACTIONS(1882), + [anon_sym_asm] = ACTIONS(1884), + [anon_sym___asm__] = ACTIONS(1884), + [anon_sym___asm] = ACTIONS(1884), + [aux_sym_number_literal_token1] = ACTIONS(1886), + [aux_sym_number_literal_token2] = ACTIONS(1888), + [anon_sym_L_SQUOTE] = ACTIONS(1890), + [anon_sym_u_SQUOTE] = ACTIONS(1890), + [anon_sym_U_SQUOTE] = ACTIONS(1890), + [anon_sym_u8_SQUOTE] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1890), + [anon_sym_L_DQUOTE] = ACTIONS(1892), + [anon_sym_u_DQUOTE] = ACTIONS(1892), + [anon_sym_U_DQUOTE] = ACTIONS(1892), + [anon_sym_u8_DQUOTE] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym_true] = ACTIONS(1894), + [sym_false] = ACTIONS(1894), + [anon_sym_NULL] = ACTIONS(1896), + [anon_sym_nullptr] = ACTIONS(1896), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1900), + [anon_sym_R_DQUOTE] = ACTIONS(1902), + [anon_sym_LR_DQUOTE] = ACTIONS(1902), + [anon_sym_uR_DQUOTE] = ACTIONS(1902), + [anon_sym_UR_DQUOTE] = ACTIONS(1902), + [anon_sym_u8R_DQUOTE] = ACTIONS(1902), + [anon_sym_co_await] = ACTIONS(1904), + [anon_sym_new] = ACTIONS(1906), + [anon_sym_requires] = ACTIONS(1908), + [sym_this] = ACTIONS(1894), + }, + [1394] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4660), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -225524,8 +222689,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -225537,71 +222702,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1422] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4674), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1395] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4661), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -225629,84 +222794,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1423] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3781), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(4807), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1396] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4567), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -225734,73 +222899,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1424] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4337), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1397] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4664), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -225839,8 +223004,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -225852,71 +223017,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1425] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4689), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1398] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4639), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -225944,178 +223109,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1426] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3005), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1427] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4677), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1399] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4580), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), @@ -226124,8 +223184,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -226154,8 +223214,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -226167,60 +223227,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1428] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4718), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1400] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4418), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -226259,8 +223319,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -226272,165 +223332,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1429] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2396), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1401] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4674), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1430] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4353), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1402] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4679), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -226469,8 +223529,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -226482,375 +223542,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1431] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3176), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1432] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3177), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(4809), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1433] = { + [1403] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3372), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), + [sym_expression] = STATE(4156), + [sym__string] = STATE(4192), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(2921), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(2921), + [sym_call_expression] = STATE(2921), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(2921), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(2921), + [sym_number_literal] = STATE(4192), + [sym_char_literal] = STATE(4192), + [sym_concatenated_string] = STATE(4192), + [sym_string_literal] = STATE(3018), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3018), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2921), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(2921), + [sym_identifier] = ACTIONS(4480), + [anon_sym_LPAREN2] = ACTIONS(4508), + [anon_sym_BANG] = ACTIONS(3461), + [anon_sym_TILDE] = ACTIONS(3461), + [anon_sym_DASH] = ACTIONS(3459), + [anon_sym_PLUS] = ACTIONS(3459), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(3463), + [anon_sym_COLON_COLON] = ACTIONS(3465), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), + [anon_sym_not] = ACTIONS(3459), + [anon_sym_compl] = ACTIONS(3459), + [anon_sym_DASH_DASH] = ACTIONS(4482), + [anon_sym_PLUS_PLUS] = ACTIONS(4482), + [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3471), + [aux_sym_number_literal_token2] = ACTIONS(3473), + [anon_sym_L_SQUOTE] = ACTIONS(3475), + [anon_sym_u_SQUOTE] = ACTIONS(3475), + [anon_sym_U_SQUOTE] = ACTIONS(3475), + [anon_sym_u8_SQUOTE] = ACTIONS(3475), + [anon_sym_SQUOTE] = ACTIONS(3475), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3479), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_co_await] = ACTIONS(3483), + [anon_sym_new] = ACTIONS(3485), + [anon_sym_requires] = ACTIONS(3487), + [sym_this] = ACTIONS(221), }, - [1434] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4680), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1404] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4684), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -226889,8 +223739,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -226902,60 +223752,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1435] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4357), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1405] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4685), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -226994,8 +223844,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -227007,176 +223857,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1436] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2365), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1437] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4495), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), + [1406] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4686), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -227204,388 +223949,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1438] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3336), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4533), - [anon_sym_BANG] = ACTIONS(2496), - [anon_sym_TILDE] = ACTIONS(2496), - [anon_sym_DASH] = ACTIONS(2494), - [anon_sym_PLUS] = ACTIONS(2494), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(2498), - [anon_sym_COLON_COLON] = ACTIONS(2500), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2494), - [anon_sym_compl] = ACTIONS(2494), - [anon_sym_DASH_DASH] = ACTIONS(4454), - [anon_sym_PLUS_PLUS] = ACTIONS(4454), - [anon_sym_sizeof] = ACTIONS(2502), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2504), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2506), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1439] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3000), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1440] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2814), - [sym__string] = STATE(2888), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2888), - [sym_char_literal] = STATE(2888), - [sym_concatenated_string] = STATE(2888), - [sym_string_literal] = STATE(2105), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2105), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(1924), - [anon_sym_TILDE] = ACTIONS(1924), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_PLUS] = ACTIONS(1922), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(1926), - [anon_sym_COLON_COLON] = ACTIONS(1928), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_compl] = ACTIONS(1922), - [anon_sym_DASH_DASH] = ACTIONS(4458), - [anon_sym_PLUS_PLUS] = ACTIONS(4458), - [anon_sym_sizeof] = ACTIONS(1932), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1942), - [aux_sym_number_literal_token2] = ACTIONS(1944), - [anon_sym_L_SQUOTE] = ACTIONS(1946), - [anon_sym_u_SQUOTE] = ACTIONS(1946), - [anon_sym_U_SQUOTE] = ACTIONS(1946), - [anon_sym_u8_SQUOTE] = ACTIONS(1946), - [anon_sym_SQUOTE] = ACTIONS(1946), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1956), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [anon_sym_co_await] = ACTIONS(1960), - [anon_sym_new] = ACTIONS(1962), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1441] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4658), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1407] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4687), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -227624,8 +224054,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -227637,60 +224067,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1442] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4611), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1408] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4360), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -227729,8 +224159,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -227742,176 +224172,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1443] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4171), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), - }, - [1444] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4344), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [1409] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4692), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -227939,84 +224264,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1445] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4766), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), - [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), - [anon_sym_BANG] = ACTIONS(3741), - [anon_sym_TILDE] = ACTIONS(3741), - [anon_sym_DASH] = ACTIONS(3739), - [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), - [anon_sym___extension__] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), + [1410] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4696), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3739), - [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), - [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -228044,73 +224369,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3749), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1446] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3781), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1411] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4699), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -228149,8 +224474,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -228162,60 +224487,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1447] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4666), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1412] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4700), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -228254,8 +224579,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -228267,165 +224592,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1448] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4156), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(4811), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), - [sym_this] = ACTIONS(221), - }, - [1449] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4566), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3696), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3696), - [sym_call_expression] = STATE(3696), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3696), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3696), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3696), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3696), + [1413] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4701), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), [sym_identifier] = ACTIONS(3737), - [anon_sym_LPAREN2] = ACTIONS(4504), + [anon_sym_LPAREN2] = ACTIONS(3761), [anon_sym_BANG] = ACTIONS(3741), [anon_sym_TILDE] = ACTIONS(3741), [anon_sym_DASH] = ACTIONS(3739), [anon_sym_PLUS] = ACTIONS(3739), - [anon_sym_STAR] = ACTIONS(4506), - [anon_sym_AMP] = ACTIONS(4506), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(3743), [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), @@ -228434,8 +224654,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3739), [anon_sym_compl] = ACTIONS(3739), - [anon_sym_DASH_DASH] = ACTIONS(4460), - [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -228464,388 +224684,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), - [anon_sym_UR_DQUOTE] = ACTIONS(155), - [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3751), - [anon_sym_new] = ACTIONS(3735), - [anon_sym_requires] = ACTIONS(161), - [sym_this] = ACTIONS(221), - }, - [1450] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3658), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), - }, - [1451] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4548), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1452] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4167), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), - [anon_sym___alignof__] = ACTIONS(105), - [anon_sym___alignof] = ACTIONS(105), - [anon_sym__alignof] = ACTIONS(105), - [anon_sym_alignof] = ACTIONS(105), - [anon_sym__Alignof] = ACTIONS(105), - [anon_sym_offsetof] = ACTIONS(107), - [anon_sym__Generic] = ACTIONS(109), - [anon_sym_asm] = ACTIONS(111), - [anon_sym___asm__] = ACTIONS(111), - [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_true] = ACTIONS(221), - [sym_false] = ACTIONS(221), - [anon_sym_NULL] = ACTIONS(123), - [anon_sym_nullptr] = ACTIONS(123), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1453] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4729), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1414] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4702), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -228884,8 +224789,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -228897,71 +224802,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1454] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4500), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1415] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4377), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -228989,73 +224894,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1455] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4545), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1416] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4705), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), @@ -229064,8 +224969,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -229094,8 +224999,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -229107,71 +225012,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1456] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3787), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [1417] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4709), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -229199,294 +225104,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1457] = { - [sym_primitive_type] = STATE(7005), - [sym_expression] = STATE(4552), - [sym__string] = STATE(4759), - [sym_conditional_expression] = STATE(4810), - [sym_assignment_expression] = STATE(4810), - [sym_pointer_expression] = STATE(3713), - [sym_unary_expression] = STATE(4810), - [sym_binary_expression] = STATE(4810), - [sym_update_expression] = STATE(4810), - [sym_cast_expression] = STATE(4810), - [sym_sizeof_expression] = STATE(4810), - [sym_alignof_expression] = STATE(4810), - [sym_offsetof_expression] = STATE(4810), - [sym_generic_expression] = STATE(4810), - [sym_subscript_expression] = STATE(3713), - [sym_call_expression] = STATE(3713), - [sym_gnu_asm_expression] = STATE(4810), - [sym_extension_expression] = STATE(4810), - [sym_field_expression] = STATE(3713), - [sym_compound_literal_expression] = STATE(4810), - [sym_parenthesized_expression] = STATE(3713), - [sym_number_literal] = STATE(4759), - [sym_char_literal] = STATE(4759), - [sym_concatenated_string] = STATE(4759), - [sym_string_literal] = STATE(3789), - [sym_null] = STATE(4810), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7551), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(4810), - [sym_raw_string_literal] = STATE(3789), - [sym_co_await_expression] = STATE(4810), - [sym_new_expression] = STATE(4810), - [sym_delete_expression] = STATE(4810), - [sym_requires_clause] = STATE(4810), - [sym_requires_expression] = STATE(4810), - [sym_lambda_expression] = STATE(4810), - [sym_lambda_capture_specifier] = STATE(5931), - [sym_fold_expression] = STATE(4810), - [sym_parameter_pack_expansion] = STATE(4810), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3713), - [sym_qualified_type_identifier] = STATE(7551), - [sym_user_defined_literal] = STATE(3713), - [sym_identifier] = ACTIONS(3753), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_PLUS] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(3755), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(4813), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2595), - [anon_sym_compl] = ACTIONS(2595), - [anon_sym_DASH_DASH] = ACTIONS(2615), - [anon_sym_PLUS_PLUS] = ACTIONS(2615), - [anon_sym_sizeof] = ACTIONS(2617), - [anon_sym___alignof__] = ACTIONS(2619), - [anon_sym___alignof] = ACTIONS(2619), - [anon_sym__alignof] = ACTIONS(2619), - [anon_sym_alignof] = ACTIONS(2619), - [anon_sym__Alignof] = ACTIONS(2619), - [anon_sym_offsetof] = ACTIONS(2621), - [anon_sym__Generic] = ACTIONS(2623), - [anon_sym_asm] = ACTIONS(2625), - [anon_sym___asm__] = ACTIONS(2625), - [anon_sym___asm] = ACTIONS(2625), - [aux_sym_number_literal_token1] = ACTIONS(2627), - [aux_sym_number_literal_token2] = ACTIONS(2629), - [anon_sym_L_SQUOTE] = ACTIONS(2631), - [anon_sym_u_SQUOTE] = ACTIONS(2631), - [anon_sym_U_SQUOTE] = ACTIONS(2631), - [anon_sym_u8_SQUOTE] = ACTIONS(2631), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_L_DQUOTE] = ACTIONS(2633), - [anon_sym_u_DQUOTE] = ACTIONS(2633), - [anon_sym_U_DQUOTE] = ACTIONS(2633), - [anon_sym_u8_DQUOTE] = ACTIONS(2633), - [anon_sym_DQUOTE] = ACTIONS(2633), - [sym_true] = ACTIONS(2635), - [sym_false] = ACTIONS(2635), - [anon_sym_NULL] = ACTIONS(2637), - [anon_sym_nullptr] = ACTIONS(2637), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2647), - [anon_sym_R_DQUOTE] = ACTIONS(2649), - [anon_sym_LR_DQUOTE] = ACTIONS(2649), - [anon_sym_uR_DQUOTE] = ACTIONS(2649), - [anon_sym_UR_DQUOTE] = ACTIONS(2649), - [anon_sym_u8R_DQUOTE] = ACTIONS(2649), - [anon_sym_co_await] = ACTIONS(2651), - [anon_sym_new] = ACTIONS(2653), - [anon_sym_requires] = ACTIONS(2655), - [sym_this] = ACTIONS(2635), - }, - [1458] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2965), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), + [1418] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4296), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1459] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4482), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(4815), + [1419] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4713), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -229514,388 +225314,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), - [anon_sym_new] = ACTIONS(3735), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1460] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2979), - [sym__string] = STATE(2960), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(2960), - [sym_char_literal] = STATE(2960), - [sym_concatenated_string] = STATE(2960), - [sym_string_literal] = STATE(2143), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2143), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(1980), - [anon_sym_LPAREN2] = ACTIONS(4393), - [anon_sym_BANG] = ACTIONS(1984), - [anon_sym_TILDE] = ACTIONS(1984), - [anon_sym_DASH] = ACTIONS(1982), - [anon_sym_PLUS] = ACTIONS(1982), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(1986), - [anon_sym_COLON_COLON] = ACTIONS(1988), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1982), - [anon_sym_compl] = ACTIONS(1982), - [anon_sym_DASH_DASH] = ACTIONS(2867), - [anon_sym_PLUS_PLUS] = ACTIONS(2867), - [anon_sym_sizeof] = ACTIONS(1990), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(1992), - [aux_sym_number_literal_token2] = ACTIONS(1994), - [anon_sym_L_SQUOTE] = ACTIONS(1996), - [anon_sym_u_SQUOTE] = ACTIONS(1996), - [anon_sym_U_SQUOTE] = ACTIONS(1996), - [anon_sym_u8_SQUOTE] = ACTIONS(1996), - [anon_sym_SQUOTE] = ACTIONS(1996), - [anon_sym_L_DQUOTE] = ACTIONS(1998), - [anon_sym_u_DQUOTE] = ACTIONS(1998), - [anon_sym_U_DQUOTE] = ACTIONS(1998), - [anon_sym_u8_DQUOTE] = ACTIONS(1998), - [anon_sym_DQUOTE] = ACTIONS(1998), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2000), - [anon_sym_R_DQUOTE] = ACTIONS(2002), - [anon_sym_LR_DQUOTE] = ACTIONS(2002), - [anon_sym_uR_DQUOTE] = ACTIONS(2002), - [anon_sym_UR_DQUOTE] = ACTIONS(2002), - [anon_sym_u8R_DQUOTE] = ACTIONS(2002), - [anon_sym_co_await] = ACTIONS(2004), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1461] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3174), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1462] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3172), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1463] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4639), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1420] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4715), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -229934,8 +225419,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -229947,806 +225432,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1464] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3091), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1465] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3171), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1466] = { + [1421] = { [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3268), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), - [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_TILDE] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym___extension__] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2512), - [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_sizeof] = ACTIONS(2522), - [anon_sym___alignof__] = ACTIONS(2524), - [anon_sym___alignof] = ACTIONS(2524), - [anon_sym__alignof] = ACTIONS(2524), - [anon_sym_alignof] = ACTIONS(2524), - [anon_sym__Alignof] = ACTIONS(2524), - [anon_sym_offsetof] = ACTIONS(2526), - [anon_sym__Generic] = ACTIONS(2528), - [anon_sym_asm] = ACTIONS(2530), - [anon_sym___asm__] = ACTIONS(2530), - [anon_sym___asm] = ACTIONS(2530), - [aux_sym_number_literal_token1] = ACTIONS(2532), - [aux_sym_number_literal_token2] = ACTIONS(2534), - [anon_sym_L_SQUOTE] = ACTIONS(2536), - [anon_sym_u_SQUOTE] = ACTIONS(2536), - [anon_sym_U_SQUOTE] = ACTIONS(2536), - [anon_sym_u8_SQUOTE] = ACTIONS(2536), - [anon_sym_SQUOTE] = ACTIONS(2536), - [anon_sym_L_DQUOTE] = ACTIONS(2538), - [anon_sym_u_DQUOTE] = ACTIONS(2538), - [anon_sym_U_DQUOTE] = ACTIONS(2538), - [anon_sym_u8_DQUOTE] = ACTIONS(2538), - [anon_sym_DQUOTE] = ACTIONS(2538), - [sym_true] = ACTIONS(2540), - [sym_false] = ACTIONS(2540), - [anon_sym_NULL] = ACTIONS(2542), - [anon_sym_nullptr] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), - }, - [1467] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3044), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1468] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3170), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1469] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2999), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1470] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3192), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1471] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4409), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(45), + [sym_expression] = STATE(4716), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(25), - [anon_sym_compl] = ACTIONS(25), - [anon_sym_DASH_DASH] = ACTIONS(101), - [anon_sym_PLUS_PLUS] = ACTIONS(101), - [anon_sym_sizeof] = ACTIONS(103), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -230774,598 +225524,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(139), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(157), - [anon_sym_new] = ACTIONS(159), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1472] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3167), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1473] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(2406), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1474] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3164), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1475] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3161), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1476] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3151), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1477] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4678), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1422] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4717), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -231404,8 +225629,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -231417,71 +225642,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1478] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3791), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1423] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4640), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -231492,521 +225717,416 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1479] = { - [sym_primitive_type] = STATE(6975), - [sym_expression] = STATE(3148), - [sym__string] = STATE(3385), - [sym_conditional_expression] = STATE(3596), - [sym_assignment_expression] = STATE(3596), - [sym_pointer_expression] = STATE(3597), - [sym_unary_expression] = STATE(3596), - [sym_binary_expression] = STATE(3596), - [sym_update_expression] = STATE(3596), - [sym_cast_expression] = STATE(3596), - [sym_sizeof_expression] = STATE(3596), - [sym_alignof_expression] = STATE(3596), - [sym_offsetof_expression] = STATE(3596), - [sym_generic_expression] = STATE(3596), - [sym_subscript_expression] = STATE(3597), - [sym_call_expression] = STATE(3597), - [sym_gnu_asm_expression] = STATE(3596), - [sym_extension_expression] = STATE(3596), - [sym_field_expression] = STATE(3597), - [sym_compound_literal_expression] = STATE(3596), - [sym_parenthesized_expression] = STATE(3597), - [sym_number_literal] = STATE(3385), - [sym_char_literal] = STATE(3385), - [sym_concatenated_string] = STATE(3385), - [sym_string_literal] = STATE(2312), - [sym_null] = STATE(3596), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7568), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3596), - [sym_raw_string_literal] = STATE(2312), - [sym_co_await_expression] = STATE(3596), - [sym_new_expression] = STATE(3596), - [sym_delete_expression] = STATE(3596), - [sym_requires_clause] = STATE(3596), - [sym_requires_expression] = STATE(3596), - [sym_lambda_expression] = STATE(3596), - [sym_lambda_capture_specifier] = STATE(5895), - [sym_fold_expression] = STATE(3596), - [sym_parameter_pack_expansion] = STATE(3596), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3597), - [sym_qualified_type_identifier] = STATE(7568), - [sym_user_defined_literal] = STATE(3597), - [sym_identifier] = ACTIONS(2252), - [anon_sym_LPAREN2] = ACTIONS(1976), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1780), - [anon_sym_compl] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1808), - [anon_sym___alignof__] = ACTIONS(1810), - [anon_sym___alignof] = ACTIONS(1810), - [anon_sym__alignof] = ACTIONS(1810), - [anon_sym_alignof] = ACTIONS(1810), - [anon_sym__Alignof] = ACTIONS(1810), - [anon_sym_offsetof] = ACTIONS(1812), - [anon_sym__Generic] = ACTIONS(1814), - [anon_sym_asm] = ACTIONS(1816), - [anon_sym___asm__] = ACTIONS(1816), - [anon_sym___asm] = ACTIONS(1816), - [aux_sym_number_literal_token1] = ACTIONS(1818), - [aux_sym_number_literal_token2] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1822), - [anon_sym_u_SQUOTE] = ACTIONS(1822), - [anon_sym_U_SQUOTE] = ACTIONS(1822), - [anon_sym_u8_SQUOTE] = ACTIONS(1822), - [anon_sym_SQUOTE] = ACTIONS(1822), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [anon_sym_NULL] = ACTIONS(1828), - [anon_sym_nullptr] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_R_DQUOTE] = ACTIONS(1840), - [anon_sym_LR_DQUOTE] = ACTIONS(1840), - [anon_sym_uR_DQUOTE] = ACTIONS(1840), - [anon_sym_UR_DQUOTE] = ACTIONS(1840), - [anon_sym_u8R_DQUOTE] = ACTIONS(1840), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1844), - [anon_sym_requires] = ACTIONS(1846), - [sym_this] = ACTIONS(1826), - }, - [1480] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3002), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1424] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4404), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1481] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3009), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1425] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4642), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1482] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3042), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1426] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4329), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1483] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(3781), - [sym__string] = STATE(4183), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(2935), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(2935), - [sym_call_expression] = STATE(2935), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(2935), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(2935), - [sym_number_literal] = STATE(4183), - [sym_char_literal] = STATE(4183), - [sym_concatenated_string] = STATE(4183), - [sym_string_literal] = STATE(3051), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3051), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2935), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(2935), - [sym_identifier] = ACTIONS(4477), - [anon_sym_LPAREN2] = ACTIONS(4537), - [anon_sym_BANG] = ACTIONS(3461), - [anon_sym_TILDE] = ACTIONS(3461), - [anon_sym_DASH] = ACTIONS(3459), - [anon_sym_PLUS] = ACTIONS(3459), - [anon_sym_STAR] = ACTIONS(4539), - [anon_sym_AMP] = ACTIONS(4539), - [anon_sym___extension__] = ACTIONS(3463), - [anon_sym_COLON_COLON] = ACTIONS(3465), + [1427] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4723), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3459), - [anon_sym_compl] = ACTIONS(3459), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_sizeof] = ACTIONS(3469), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -232017,90 +226137,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(111), [anon_sym___asm__] = ACTIONS(111), [anon_sym___asm] = ACTIONS(111), - [aux_sym_number_literal_token1] = ACTIONS(3471), - [aux_sym_number_literal_token2] = ACTIONS(3473), - [anon_sym_L_SQUOTE] = ACTIONS(3475), - [anon_sym_u_SQUOTE] = ACTIONS(3475), - [anon_sym_U_SQUOTE] = ACTIONS(3475), - [anon_sym_u8_SQUOTE] = ACTIONS(3475), - [anon_sym_SQUOTE] = ACTIONS(3475), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), [sym_true] = ACTIONS(221), [sym_false] = ACTIONS(221), [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3479), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - [anon_sym_co_await] = ACTIONS(3483), - [anon_sym_new] = ACTIONS(3485), - [anon_sym_requires] = ACTIONS(3487), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1484] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4419), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1428] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4724), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -232139,8 +226259,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -232152,71 +226272,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1485] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4584), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), - [sym_identifier] = ACTIONS(3719), + [1429] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4725), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), [anon_sym_LPAREN2] = ACTIONS(3761), - [anon_sym_BANG] = ACTIONS(3723), - [anon_sym_TILDE] = ACTIONS(3723), - [anon_sym_DASH] = ACTIONS(3721), - [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), - [anon_sym___extension__] = ACTIONS(3725), - [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(3721), - [anon_sym_compl] = ACTIONS(3721), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), [anon_sym_DASH_DASH] = ACTIONS(3765), [anon_sym_PLUS_PLUS] = ACTIONS(3765), - [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym_sizeof] = ACTIONS(3747), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), [anon_sym__alignof] = ACTIONS(105), @@ -232244,178 +226364,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(3731), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), [anon_sym_uR_DQUOTE] = ACTIONS(155), [anon_sym_UR_DQUOTE] = ACTIONS(155), [anon_sym_u8R_DQUOTE] = ACTIONS(155), - [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_co_await] = ACTIONS(3751), [anon_sym_new] = ACTIONS(3735), [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1486] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3050), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1487] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4356), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1430] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4726), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -232454,8 +226469,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -232467,165 +226482,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1488] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3055), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1489] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4352), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1431] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4407), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -232664,8 +226574,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -232677,375 +226587,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1490] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3027), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), - }, - [1491] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3026), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), - [anon_sym_LBRACK] = ACTIONS(1978), + [1432] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4355), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(4661), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1492] = { - [sym_primitive_type] = STATE(7023), - [sym_expression] = STATE(3064), - [sym__string] = STATE(3202), - [sym_conditional_expression] = STATE(2463), - [sym_assignment_expression] = STATE(2463), - [sym_pointer_expression] = STATE(2417), - [sym_unary_expression] = STATE(2463), - [sym_binary_expression] = STATE(2463), - [sym_update_expression] = STATE(2463), - [sym_cast_expression] = STATE(2463), - [sym_sizeof_expression] = STATE(2463), - [sym_alignof_expression] = STATE(2463), - [sym_offsetof_expression] = STATE(2463), - [sym_generic_expression] = STATE(2463), - [sym_subscript_expression] = STATE(2417), - [sym_call_expression] = STATE(2417), - [sym_gnu_asm_expression] = STATE(2463), - [sym_extension_expression] = STATE(2463), - [sym_field_expression] = STATE(2417), - [sym_compound_literal_expression] = STATE(2463), - [sym_parenthesized_expression] = STATE(2417), - [sym_number_literal] = STATE(3202), - [sym_char_literal] = STATE(3202), - [sym_concatenated_string] = STATE(3202), - [sym_string_literal] = STATE(2224), - [sym_null] = STATE(2463), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7542), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(2463), - [sym_raw_string_literal] = STATE(2224), - [sym_co_await_expression] = STATE(2463), - [sym_new_expression] = STATE(2463), - [sym_delete_expression] = STATE(2463), - [sym_requires_clause] = STATE(2463), - [sym_requires_expression] = STATE(2463), - [sym_lambda_expression] = STATE(2463), - [sym_lambda_capture_specifier] = STATE(5935), - [sym_fold_expression] = STATE(2463), - [sym_parameter_pack_expansion] = STATE(2463), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(2417), - [sym_qualified_type_identifier] = STATE(7542), - [sym_user_defined_literal] = STATE(2417), - [sym_identifier] = ACTIONS(2008), - [anon_sym_LPAREN2] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(2012), - [anon_sym_TILDE] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2010), - [anon_sym_PLUS] = ACTIONS(2010), - [anon_sym_STAR] = ACTIONS(4421), - [anon_sym_AMP] = ACTIONS(4421), - [anon_sym___extension__] = ACTIONS(2014), - [anon_sym_COLON_COLON] = ACTIONS(2016), + [1433] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4730), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(2010), - [anon_sym_compl] = ACTIONS(2010), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_sizeof] = ACTIONS(2018), - [anon_sym___alignof__] = ACTIONS(1934), - [anon_sym___alignof] = ACTIONS(1934), - [anon_sym__alignof] = ACTIONS(1934), - [anon_sym_alignof] = ACTIONS(1934), - [anon_sym__Alignof] = ACTIONS(1934), - [anon_sym_offsetof] = ACTIONS(1936), - [anon_sym__Generic] = ACTIONS(1938), - [anon_sym_asm] = ACTIONS(1940), - [anon_sym___asm__] = ACTIONS(1940), - [anon_sym___asm] = ACTIONS(1940), - [aux_sym_number_literal_token1] = ACTIONS(2020), - [aux_sym_number_literal_token2] = ACTIONS(2022), - [anon_sym_L_SQUOTE] = ACTIONS(2024), - [anon_sym_u_SQUOTE] = ACTIONS(2024), - [anon_sym_U_SQUOTE] = ACTIONS(2024), - [anon_sym_u8_SQUOTE] = ACTIONS(2024), - [anon_sym_SQUOTE] = ACTIONS(2024), - [anon_sym_L_DQUOTE] = ACTIONS(2026), - [anon_sym_u_DQUOTE] = ACTIONS(2026), - [anon_sym_U_DQUOTE] = ACTIONS(2026), - [anon_sym_u8_DQUOTE] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym_true] = ACTIONS(1950), - [sym_false] = ACTIONS(1950), - [anon_sym_NULL] = ACTIONS(1952), - [anon_sym_nullptr] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2028), - [anon_sym_R_DQUOTE] = ACTIONS(2030), - [anon_sym_LR_DQUOTE] = ACTIONS(2030), - [anon_sym_uR_DQUOTE] = ACTIONS(2030), - [anon_sym_UR_DQUOTE] = ACTIONS(2030), - [anon_sym_u8R_DQUOTE] = ACTIONS(2030), - [anon_sym_co_await] = ACTIONS(2032), - [anon_sym_new] = ACTIONS(2006), - [anon_sym_requires] = ACTIONS(1964), - [sym_this] = ACTIONS(1950), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1493] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4305), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1434] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4731), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -233084,8 +226889,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -233097,60 +226902,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1494] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4650), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3300), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3300), - [sym_call_expression] = STATE(3300), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3300), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3300), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3300), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3300), - [sym_identifier] = ACTIONS(3503), - [anon_sym_LPAREN2] = ACTIONS(1412), + [1435] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4732), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), [anon_sym___extension__] = ACTIONS(2036), [anon_sym_COLON_COLON] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(1978), @@ -233189,8 +226994,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(139), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -233202,175 +227007,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1495] = { - [sym_primitive_type] = STATE(6957), - [sym_expression] = STATE(3727), - [sym__string] = STATE(3779), - [sym_conditional_expression] = STATE(3893), - [sym_assignment_expression] = STATE(3893), - [sym_pointer_expression] = STATE(3618), - [sym_unary_expression] = STATE(3893), - [sym_binary_expression] = STATE(3893), - [sym_update_expression] = STATE(3893), - [sym_cast_expression] = STATE(3893), - [sym_sizeof_expression] = STATE(3893), - [sym_alignof_expression] = STATE(3893), - [sym_offsetof_expression] = STATE(3893), - [sym_generic_expression] = STATE(3893), - [sym_subscript_expression] = STATE(3618), - [sym_call_expression] = STATE(3618), - [sym_gnu_asm_expression] = STATE(3893), - [sym_extension_expression] = STATE(3893), - [sym_field_expression] = STATE(3618), - [sym_compound_literal_expression] = STATE(3893), - [sym_parenthesized_expression] = STATE(3618), - [sym_number_literal] = STATE(3779), - [sym_char_literal] = STATE(3779), - [sym_concatenated_string] = STATE(3779), - [sym_string_literal] = STATE(2561), - [sym_null] = STATE(3893), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7631), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3893), - [sym_raw_string_literal] = STATE(2561), - [sym_co_await_expression] = STATE(3893), - [sym_new_expression] = STATE(3893), - [sym_delete_expression] = STATE(3893), - [sym_requires_clause] = STATE(3893), - [sym_requires_expression] = STATE(3893), - [sym_lambda_expression] = STATE(3893), - [sym_lambda_capture_specifier] = STATE(5912), - [sym_fold_expression] = STATE(3893), - [sym_parameter_pack_expansion] = STATE(3893), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5712), - [sym_qualified_identifier] = STATE(3618), - [sym_qualified_type_identifier] = STATE(7631), - [sym_user_defined_literal] = STATE(3618), - [sym_identifier] = ACTIONS(2569), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1854), - [anon_sym_TILDE] = ACTIONS(1854), - [anon_sym_DASH] = ACTIONS(1856), - [anon_sym_PLUS] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1858), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym___extension__] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(1864), + [1436] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3828), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_not] = ACTIONS(1856), - [anon_sym_compl] = ACTIONS(1856), - [anon_sym_DASH_DASH] = ACTIONS(1874), - [anon_sym_PLUS_PLUS] = ACTIONS(1874), - [anon_sym_sizeof] = ACTIONS(1876), - [anon_sym___alignof__] = ACTIONS(1878), - [anon_sym___alignof] = ACTIONS(1878), - [anon_sym__alignof] = ACTIONS(1878), - [anon_sym_alignof] = ACTIONS(1878), - [anon_sym__Alignof] = ACTIONS(1878), - [anon_sym_offsetof] = ACTIONS(1880), - [anon_sym__Generic] = ACTIONS(1882), - [anon_sym_asm] = ACTIONS(1884), - [anon_sym___asm__] = ACTIONS(1884), - [anon_sym___asm] = ACTIONS(1884), - [aux_sym_number_literal_token1] = ACTIONS(1886), - [aux_sym_number_literal_token2] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1890), - [anon_sym_u_SQUOTE] = ACTIONS(1890), - [anon_sym_U_SQUOTE] = ACTIONS(1890), - [anon_sym_u8_SQUOTE] = ACTIONS(1890), - [anon_sym_SQUOTE] = ACTIONS(1890), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [anon_sym_NULL] = ACTIONS(1896), - [anon_sym_nullptr] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(1900), - [anon_sym_R_DQUOTE] = ACTIONS(1902), - [anon_sym_LR_DQUOTE] = ACTIONS(1902), - [anon_sym_uR_DQUOTE] = ACTIONS(1902), - [anon_sym_UR_DQUOTE] = ACTIONS(1902), - [anon_sym_u8R_DQUOTE] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1904), - [anon_sym_new] = ACTIONS(1906), - [anon_sym_requires] = ACTIONS(1908), - [sym_this] = ACTIONS(1894), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1496] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3282), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [1437] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3372), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_LPAREN2] = ACTIONS(4557), [anon_sym_BANG] = ACTIONS(2514), [anon_sym_TILDE] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2512), [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(4801), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -233399,8 +227204,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(2544), [anon_sym_R_DQUOTE] = ACTIONS(2546), [anon_sym_LR_DQUOTE] = ACTIONS(2546), @@ -233412,60 +227217,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2552), [sym_this] = ACTIONS(2540), }, - [1497] = { - [sym_primitive_type] = STATE(6935), - [sym_expression] = STATE(3341), - [sym__string] = STATE(3607), - [sym_conditional_expression] = STATE(3634), - [sym_assignment_expression] = STATE(3634), - [sym_pointer_expression] = STATE(3726), - [sym_unary_expression] = STATE(3634), - [sym_binary_expression] = STATE(3634), - [sym_update_expression] = STATE(3634), - [sym_cast_expression] = STATE(3634), - [sym_sizeof_expression] = STATE(3634), - [sym_alignof_expression] = STATE(3634), - [sym_offsetof_expression] = STATE(3634), - [sym_generic_expression] = STATE(3634), - [sym_subscript_expression] = STATE(3726), - [sym_call_expression] = STATE(3726), - [sym_gnu_asm_expression] = STATE(3634), - [sym_extension_expression] = STATE(3634), - [sym_field_expression] = STATE(3726), - [sym_compound_literal_expression] = STATE(3634), - [sym_parenthesized_expression] = STATE(3726), - [sym_number_literal] = STATE(3607), - [sym_char_literal] = STATE(3607), - [sym_concatenated_string] = STATE(3607), - [sym_string_literal] = STATE(2344), - [sym_null] = STATE(3634), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7708), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3634), - [sym_raw_string_literal] = STATE(2344), - [sym_co_await_expression] = STATE(3634), - [sym_new_expression] = STATE(3634), - [sym_delete_expression] = STATE(3634), - [sym_requires_clause] = STATE(3634), - [sym_requires_expression] = STATE(3634), - [sym_lambda_expression] = STATE(3634), - [sym_lambda_capture_specifier] = STATE(5922), - [sym_fold_expression] = STATE(3634), - [sym_parameter_pack_expansion] = STATE(3634), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5642), - [sym_qualified_identifier] = STATE(3726), - [sym_qualified_type_identifier] = STATE(7708), - [sym_user_defined_literal] = STATE(3726), + [1438] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3373), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), [sym_identifier] = ACTIONS(2510), - [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_LPAREN2] = ACTIONS(4557), [anon_sym_BANG] = ACTIONS(2514), [anon_sym_TILDE] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2512), [anon_sym_PLUS] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), [anon_sym___extension__] = ACTIONS(2516), [anon_sym_COLON_COLON] = ACTIONS(2518), [anon_sym_LBRACK] = ACTIONS(1978), @@ -233474,8 +227279,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(2512), [anon_sym_compl] = ACTIONS(2512), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), [anon_sym_sizeof] = ACTIONS(2522), [anon_sym___alignof__] = ACTIONS(2524), [anon_sym___alignof] = ACTIONS(2524), @@ -233504,83 +227309,503 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(2542), [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_delete] = ACTIONS(2544), - [anon_sym_R_DQUOTE] = ACTIONS(2546), - [anon_sym_LR_DQUOTE] = ACTIONS(2546), - [anon_sym_uR_DQUOTE] = ACTIONS(2546), - [anon_sym_UR_DQUOTE] = ACTIONS(2546), - [anon_sym_u8R_DQUOTE] = ACTIONS(2546), - [anon_sym_co_await] = ACTIONS(2548), - [anon_sym_new] = ACTIONS(2550), - [anon_sym_requires] = ACTIONS(2552), - [sym_this] = ACTIONS(2540), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), + }, + [1439] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4284), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1440] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4553), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1441] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4555), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), + [sym_identifier] = ACTIONS(3719), + [anon_sym_LPAREN2] = ACTIONS(4502), + [anon_sym_BANG] = ACTIONS(3723), + [anon_sym_TILDE] = ACTIONS(3723), + [anon_sym_DASH] = ACTIONS(3721), + [anon_sym_PLUS] = ACTIONS(3721), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(3725), + [anon_sym_COLON_COLON] = ACTIONS(3727), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3721), + [anon_sym_compl] = ACTIONS(3721), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), + [anon_sym_sizeof] = ACTIONS(3729), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3731), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3733), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), + }, + [1442] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4302), + [sym__string] = STATE(4359), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3298), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3298), + [sym_call_expression] = STATE(3298), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3298), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3298), + [sym_number_literal] = STATE(4359), + [sym_char_literal] = STATE(4359), + [sym_concatenated_string] = STATE(4359), + [sym_string_literal] = STATE(3506), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3506), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3298), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3298), + [sym_identifier] = ACTIONS(3503), + [anon_sym_LPAREN2] = ACTIONS(4393), + [anon_sym_BANG] = ACTIONS(3507), + [anon_sym_TILDE] = ACTIONS(3507), + [anon_sym_DASH] = ACTIONS(3505), + [anon_sym_PLUS] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(4395), + [anon_sym_AMP] = ACTIONS(4395), + [anon_sym___extension__] = ACTIONS(3509), + [anon_sym_COLON_COLON] = ACTIONS(3511), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3505), + [anon_sym_compl] = ACTIONS(3505), + [anon_sym_DASH_DASH] = ACTIONS(4399), + [anon_sym_PLUS_PLUS] = ACTIONS(4399), + [anon_sym_sizeof] = ACTIONS(3513), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(3515), + [aux_sym_number_literal_token2] = ACTIONS(3517), + [anon_sym_L_SQUOTE] = ACTIONS(3519), + [anon_sym_u_SQUOTE] = ACTIONS(3519), + [anon_sym_U_SQUOTE] = ACTIONS(3519), + [anon_sym_u8_SQUOTE] = ACTIONS(3519), + [anon_sym_SQUOTE] = ACTIONS(3519), + [anon_sym_L_DQUOTE] = ACTIONS(3521), + [anon_sym_u_DQUOTE] = ACTIONS(3521), + [anon_sym_U_DQUOTE] = ACTIONS(3521), + [anon_sym_u8_DQUOTE] = ACTIONS(3521), + [anon_sym_DQUOTE] = ACTIONS(3521), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3523), + [anon_sym_R_DQUOTE] = ACTIONS(3525), + [anon_sym_LR_DQUOTE] = ACTIONS(3525), + [anon_sym_uR_DQUOTE] = ACTIONS(3525), + [anon_sym_UR_DQUOTE] = ACTIONS(3525), + [anon_sym_u8R_DQUOTE] = ACTIONS(3525), + [anon_sym_co_await] = ACTIONS(3527), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1498] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4613), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1443] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4592), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), - [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(4803), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -233609,8 +227834,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -233622,60 +227847,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1499] = { - [sym_primitive_type] = STATE(6864), - [sym_expression] = STATE(4621), - [sym__string] = STATE(4246), - [sym_conditional_expression] = STATE(3834), - [sym_assignment_expression] = STATE(3834), - [sym_pointer_expression] = STATE(3722), - [sym_unary_expression] = STATE(3834), - [sym_binary_expression] = STATE(3834), - [sym_update_expression] = STATE(3834), - [sym_cast_expression] = STATE(3834), - [sym_sizeof_expression] = STATE(3834), - [sym_alignof_expression] = STATE(3834), - [sym_offsetof_expression] = STATE(3834), - [sym_generic_expression] = STATE(3834), - [sym_subscript_expression] = STATE(3722), - [sym_call_expression] = STATE(3722), - [sym_gnu_asm_expression] = STATE(3834), - [sym_extension_expression] = STATE(3834), - [sym_field_expression] = STATE(3722), - [sym_compound_literal_expression] = STATE(3834), - [sym_parenthesized_expression] = STATE(3722), - [sym_number_literal] = STATE(4246), - [sym_char_literal] = STATE(4246), - [sym_concatenated_string] = STATE(4246), - [sym_string_literal] = STATE(3153), - [sym_null] = STATE(3834), - [sym_decltype] = STATE(8540), - [sym__class_name] = STATE(7492), - [sym_template_type] = STATE(2138), - [sym_template_function] = STATE(3834), - [sym_raw_string_literal] = STATE(3153), - [sym_co_await_expression] = STATE(3834), - [sym_new_expression] = STATE(3834), - [sym_delete_expression] = STATE(3834), - [sym_requires_clause] = STATE(3834), - [sym_requires_expression] = STATE(3834), - [sym_lambda_expression] = STATE(3834), - [sym_lambda_capture_specifier] = STATE(5920), - [sym_fold_expression] = STATE(3834), - [sym_parameter_pack_expansion] = STATE(3834), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5699), - [sym_qualified_identifier] = STATE(3722), - [sym_qualified_type_identifier] = STATE(7492), - [sym_user_defined_literal] = STATE(3722), + [1444] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4559), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3738), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3738), + [sym_call_expression] = STATE(3738), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3738), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3738), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3738), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3738), [sym_identifier] = ACTIONS(3719), - [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_LPAREN2] = ACTIONS(4502), [anon_sym_BANG] = ACTIONS(3723), [anon_sym_TILDE] = ACTIONS(3723), [anon_sym_DASH] = ACTIONS(3721), [anon_sym_PLUS] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_AMP] = ACTIONS(1414), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), [anon_sym___extension__] = ACTIONS(3725), [anon_sym_COLON_COLON] = ACTIONS(3727), [anon_sym_LBRACK] = ACTIONS(1978), @@ -233684,8 +227909,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_word] = ACTIONS(69), [anon_sym_not] = ACTIONS(3721), [anon_sym_compl] = ACTIONS(3721), - [anon_sym_DASH_DASH] = ACTIONS(3765), - [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_DASH_DASH] = ACTIONS(4470), + [anon_sym_PLUS_PLUS] = ACTIONS(4470), [anon_sym_sizeof] = ACTIONS(3729), [anon_sym___alignof__] = ACTIONS(105), [anon_sym___alignof] = ACTIONS(105), @@ -233714,8 +227939,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_NULL] = ACTIONS(123), [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), [anon_sym_delete] = ACTIONS(3731), [anon_sym_R_DQUOTE] = ACTIONS(155), [anon_sym_LR_DQUOTE] = ACTIONS(155), @@ -233727,8449 +227952,5845 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(161), [sym_this] = ACTIONS(221), }, - [1500] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_TILDE] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym_virtual] = ACTIONS(4817), - [anon_sym_extern] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4819), - [anon_sym___declspec] = ACTIONS(4817), - [anon_sym___based] = ACTIONS(4817), - [anon_sym___cdecl] = ACTIONS(4817), - [anon_sym___clrcall] = ACTIONS(4817), - [anon_sym___stdcall] = ACTIONS(4817), - [anon_sym___fastcall] = ACTIONS(4817), - [anon_sym___thiscall] = ACTIONS(4817), - [anon_sym___vectorcall] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4817), - [anon_sym_static] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_register] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym___inline] = ACTIONS(4817), - [anon_sym___inline__] = ACTIONS(4817), - [anon_sym___forceinline] = ACTIONS(4817), - [anon_sym_thread_local] = ACTIONS(4817), - [anon_sym___thread] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4819), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_and_eq] = ACTIONS(4817), - [anon_sym_or_eq] = ACTIONS(4817), - [anon_sym_xor_eq] = ACTIONS(4817), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_template] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - }, - [1501] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_TILDE] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym_virtual] = ACTIONS(4821), - [anon_sym_extern] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4823), - [anon_sym___declspec] = ACTIONS(4821), - [anon_sym___based] = ACTIONS(4821), - [anon_sym___cdecl] = ACTIONS(4821), - [anon_sym___clrcall] = ACTIONS(4821), - [anon_sym___stdcall] = ACTIONS(4821), - [anon_sym___fastcall] = ACTIONS(4821), - [anon_sym___thiscall] = ACTIONS(4821), - [anon_sym___vectorcall] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4821), - [anon_sym_static] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_register] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym___inline] = ACTIONS(4821), - [anon_sym___inline__] = ACTIONS(4821), - [anon_sym___forceinline] = ACTIONS(4821), - [anon_sym_thread_local] = ACTIONS(4821), - [anon_sym___thread] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4823), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_and_eq] = ACTIONS(4821), - [anon_sym_or_eq] = ACTIONS(4821), - [anon_sym_xor_eq] = ACTIONS(4821), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_template] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - }, - [1502] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_TILDE] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym_virtual] = ACTIONS(4825), - [anon_sym_extern] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4827), - [anon_sym___declspec] = ACTIONS(4825), - [anon_sym___based] = ACTIONS(4825), - [anon_sym___cdecl] = ACTIONS(4825), - [anon_sym___clrcall] = ACTIONS(4825), - [anon_sym___stdcall] = ACTIONS(4825), - [anon_sym___fastcall] = ACTIONS(4825), - [anon_sym___thiscall] = ACTIONS(4825), - [anon_sym___vectorcall] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4825), - [anon_sym_static] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_register] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym___inline] = ACTIONS(4825), - [anon_sym___inline__] = ACTIONS(4825), - [anon_sym___forceinline] = ACTIONS(4825), - [anon_sym_thread_local] = ACTIONS(4825), - [anon_sym___thread] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4827), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_and_eq] = ACTIONS(4825), - [anon_sym_or_eq] = ACTIONS(4825), - [anon_sym_xor_eq] = ACTIONS(4825), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_template] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - }, - [1503] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_ms_call_modifier] = STATE(6245), - [sym__abstract_declarator] = STATE(6786), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_abstract_function_declarator] = STATE(5999), - [sym_abstract_array_declarator] = STATE(5999), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_list] = STATE(2980), - [sym_parameter_declaration] = STATE(7180), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7180), - [sym_variadic_parameter_declaration] = STATE(7180), - [sym_abstract_reference_declarator] = STATE(5999), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), - [anon_sym_RPAREN] = ACTIONS(4155), - [anon_sym_LPAREN2] = ACTIONS(4831), - [anon_sym_STAR] = ACTIONS(4833), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_AMP] = ACTIONS(4837), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1504] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_TILDE] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym_virtual] = ACTIONS(4843), - [anon_sym_extern] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4845), - [anon_sym___declspec] = ACTIONS(4843), - [anon_sym___based] = ACTIONS(4843), - [anon_sym___cdecl] = ACTIONS(4843), - [anon_sym___clrcall] = ACTIONS(4843), - [anon_sym___stdcall] = ACTIONS(4843), - [anon_sym___fastcall] = ACTIONS(4843), - [anon_sym___thiscall] = ACTIONS(4843), - [anon_sym___vectorcall] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4843), - [anon_sym_static] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_register] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym___inline] = ACTIONS(4843), - [anon_sym___inline__] = ACTIONS(4843), - [anon_sym___forceinline] = ACTIONS(4843), - [anon_sym_thread_local] = ACTIONS(4843), - [anon_sym___thread] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4845), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_and_eq] = ACTIONS(4843), - [anon_sym_or_eq] = ACTIONS(4843), - [anon_sym_xor_eq] = ACTIONS(4843), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_template] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - }, - [1505] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_ms_call_modifier] = STATE(6255), - [sym__abstract_declarator] = STATE(6761), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_abstract_function_declarator] = STATE(5999), - [sym_abstract_array_declarator] = STATE(5999), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_list] = STATE(2980), - [sym_parameter_declaration] = STATE(7180), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7180), - [sym_variadic_parameter_declaration] = STATE(7180), - [sym_abstract_reference_declarator] = STATE(5999), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), - [anon_sym_RPAREN] = ACTIONS(4155), - [anon_sym_LPAREN2] = ACTIONS(4831), - [anon_sym_STAR] = ACTIONS(4833), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_AMP] = ACTIONS(4837), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1506] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_TILDE] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym_virtual] = ACTIONS(4847), - [anon_sym_extern] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4849), - [anon_sym___declspec] = ACTIONS(4847), - [anon_sym___based] = ACTIONS(4847), - [anon_sym___cdecl] = ACTIONS(4847), - [anon_sym___clrcall] = ACTIONS(4847), - [anon_sym___stdcall] = ACTIONS(4847), - [anon_sym___fastcall] = ACTIONS(4847), - [anon_sym___thiscall] = ACTIONS(4847), - [anon_sym___vectorcall] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4847), - [anon_sym_static] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_register] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym___inline] = ACTIONS(4847), - [anon_sym___inline__] = ACTIONS(4847), - [anon_sym___forceinline] = ACTIONS(4847), - [anon_sym_thread_local] = ACTIONS(4847), - [anon_sym___thread] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4849), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_and_eq] = ACTIONS(4847), - [anon_sym_or_eq] = ACTIONS(4847), - [anon_sym_xor_eq] = ACTIONS(4847), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_template] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - }, - [1507] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_TILDE] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym_virtual] = ACTIONS(4851), - [anon_sym_extern] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4853), - [anon_sym___declspec] = ACTIONS(4851), - [anon_sym___based] = ACTIONS(4851), - [anon_sym___cdecl] = ACTIONS(4851), - [anon_sym___clrcall] = ACTIONS(4851), - [anon_sym___stdcall] = ACTIONS(4851), - [anon_sym___fastcall] = ACTIONS(4851), - [anon_sym___thiscall] = ACTIONS(4851), - [anon_sym___vectorcall] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4851), - [anon_sym_static] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_register] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym___inline] = ACTIONS(4851), - [anon_sym___inline__] = ACTIONS(4851), - [anon_sym___forceinline] = ACTIONS(4851), - [anon_sym_thread_local] = ACTIONS(4851), - [anon_sym___thread] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4853), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_and_eq] = ACTIONS(4851), - [anon_sym_or_eq] = ACTIONS(4851), - [anon_sym_xor_eq] = ACTIONS(4851), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_template] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - }, - [1508] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_TILDE] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym_virtual] = ACTIONS(4855), - [anon_sym_extern] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4857), - [anon_sym___declspec] = ACTIONS(4855), - [anon_sym___based] = ACTIONS(4855), - [anon_sym___cdecl] = ACTIONS(4855), - [anon_sym___clrcall] = ACTIONS(4855), - [anon_sym___stdcall] = ACTIONS(4855), - [anon_sym___fastcall] = ACTIONS(4855), - [anon_sym___thiscall] = ACTIONS(4855), - [anon_sym___vectorcall] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4855), - [anon_sym_static] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_register] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym___inline] = ACTIONS(4855), - [anon_sym___inline__] = ACTIONS(4855), - [anon_sym___forceinline] = ACTIONS(4855), - [anon_sym_thread_local] = ACTIONS(4855), - [anon_sym___thread] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4857), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_and_eq] = ACTIONS(4855), - [anon_sym_or_eq] = ACTIONS(4855), - [anon_sym_xor_eq] = ACTIONS(4855), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_template] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - }, - [1509] = { - [sym_template_argument_list] = STATE(1511), - [sym_identifier] = ACTIONS(4859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_TILDE] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4873), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym_SEMI] = ACTIONS(4863), - [anon_sym___extension__] = ACTIONS(4859), - [anon_sym_virtual] = ACTIONS(4859), - [anon_sym_extern] = ACTIONS(4859), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4863), - [anon_sym___declspec] = ACTIONS(4859), - [anon_sym___based] = ACTIONS(4859), - [anon_sym___cdecl] = ACTIONS(4859), - [anon_sym___clrcall] = ACTIONS(4859), - [anon_sym___stdcall] = ACTIONS(4859), - [anon_sym___fastcall] = ACTIONS(4859), - [anon_sym___thiscall] = ACTIONS(4859), - [anon_sym___vectorcall] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_static] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_register] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym___inline] = ACTIONS(4859), - [anon_sym___inline__] = ACTIONS(4859), - [anon_sym___forceinline] = ACTIONS(4859), - [anon_sym_thread_local] = ACTIONS(4859), - [anon_sym___thread] = ACTIONS(4859), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4859), - [anon_sym_volatile] = ACTIONS(4859), - [anon_sym_restrict] = ACTIONS(4859), - [anon_sym___restrict__] = ACTIONS(4859), - [anon_sym__Atomic] = ACTIONS(4859), - [anon_sym__Noreturn] = ACTIONS(4859), - [anon_sym_noreturn] = ACTIONS(4859), - [anon_sym__Nonnull] = ACTIONS(4859), - [anon_sym_mutable] = ACTIONS(4859), - [anon_sym_constinit] = ACTIONS(4859), - [anon_sym_consteval] = ACTIONS(4859), - [anon_sym_PROGMEM] = ACTIONS(4859), - [anon_sym_alignas] = ACTIONS(4859), - [anon_sym__Alignas] = ACTIONS(4859), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4868), - [anon_sym_or_eq] = ACTIONS(4868), - [anon_sym_xor_eq] = ACTIONS(4868), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4868), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4868), - [anon_sym_not_eq] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_template] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - }, - [1510] = { - [sym_identifier] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_BANG] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_not] = ACTIONS(3033), - [anon_sym_compl] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_sizeof] = ACTIONS(3033), - [anon_sym___alignof__] = ACTIONS(3033), - [anon_sym___alignof] = ACTIONS(3033), - [anon_sym__alignof] = ACTIONS(3033), - [anon_sym_alignof] = ACTIONS(3033), - [anon_sym__Alignof] = ACTIONS(3033), - [anon_sym_offsetof] = ACTIONS(3033), - [anon_sym__Generic] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym___asm__] = ACTIONS(3033), - [anon_sym___asm] = ACTIONS(3033), - [aux_sym_number_literal_token1] = ACTIONS(3035), - [aux_sym_number_literal_token2] = ACTIONS(3033), - [anon_sym_L_SQUOTE] = ACTIONS(3035), - [anon_sym_u_SQUOTE] = ACTIONS(3035), - [anon_sym_U_SQUOTE] = ACTIONS(3035), - [anon_sym_u8_SQUOTE] = ACTIONS(3035), - [anon_sym_SQUOTE] = ACTIONS(3035), - [anon_sym_L_DQUOTE] = ACTIONS(3035), - [anon_sym_u_DQUOTE] = ACTIONS(3035), - [anon_sym_U_DQUOTE] = ACTIONS(3035), - [anon_sym_u8_DQUOTE] = ACTIONS(3035), - [anon_sym_DQUOTE] = ACTIONS(3035), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [anon_sym_NULL] = ACTIONS(3033), - [anon_sym_nullptr] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_delete] = ACTIONS(3033), - [anon_sym_R_DQUOTE] = ACTIONS(3035), - [anon_sym_LR_DQUOTE] = ACTIONS(3035), - [anon_sym_uR_DQUOTE] = ACTIONS(3035), - [anon_sym_UR_DQUOTE] = ACTIONS(3035), - [anon_sym_u8R_DQUOTE] = ACTIONS(3035), - [anon_sym_co_await] = ACTIONS(3033), - [anon_sym_new] = ACTIONS(3033), - [anon_sym_requires] = ACTIONS(3033), - [sym_this] = ACTIONS(3033), - }, - [1511] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym_SEMI] = ACTIONS(4880), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4880), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym___cdecl] = ACTIONS(4876), - [anon_sym___clrcall] = ACTIONS(4876), - [anon_sym___stdcall] = ACTIONS(4876), - [anon_sym___fastcall] = ACTIONS(4876), - [anon_sym___thiscall] = ACTIONS(4876), - [anon_sym___vectorcall] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_RBRACE] = ACTIONS(4878), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4885), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4885), - [anon_sym_or_eq] = ACTIONS(4885), - [anon_sym_xor_eq] = ACTIONS(4885), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), - }, - [1512] = { - [sym_identifier] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_BANG] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_PLUS] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [anon_sym_not] = ACTIONS(3006), - [anon_sym_compl] = ACTIONS(3006), - [anon_sym_DASH_DASH] = ACTIONS(3008), - [anon_sym_PLUS_PLUS] = ACTIONS(3008), - [anon_sym_sizeof] = ACTIONS(3006), - [anon_sym___alignof__] = ACTIONS(3006), - [anon_sym___alignof] = ACTIONS(3006), - [anon_sym__alignof] = ACTIONS(3006), - [anon_sym_alignof] = ACTIONS(3006), - [anon_sym__Alignof] = ACTIONS(3006), - [anon_sym_offsetof] = ACTIONS(3006), - [anon_sym__Generic] = ACTIONS(3006), - [anon_sym_asm] = ACTIONS(3006), - [anon_sym___asm__] = ACTIONS(3006), - [anon_sym___asm] = ACTIONS(3006), - [aux_sym_number_literal_token1] = ACTIONS(3008), - [aux_sym_number_literal_token2] = ACTIONS(3006), - [anon_sym_L_SQUOTE] = ACTIONS(3008), - [anon_sym_u_SQUOTE] = ACTIONS(3008), - [anon_sym_U_SQUOTE] = ACTIONS(3008), - [anon_sym_u8_SQUOTE] = ACTIONS(3008), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_L_DQUOTE] = ACTIONS(3008), - [anon_sym_u_DQUOTE] = ACTIONS(3008), - [anon_sym_U_DQUOTE] = ACTIONS(3008), - [anon_sym_u8_DQUOTE] = ACTIONS(3008), - [anon_sym_DQUOTE] = ACTIONS(3008), - [sym_true] = ACTIONS(3006), - [sym_false] = ACTIONS(3006), - [anon_sym_NULL] = ACTIONS(3006), - [anon_sym_nullptr] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_delete] = ACTIONS(3006), - [anon_sym_R_DQUOTE] = ACTIONS(3008), - [anon_sym_LR_DQUOTE] = ACTIONS(3008), - [anon_sym_uR_DQUOTE] = ACTIONS(3008), - [anon_sym_UR_DQUOTE] = ACTIONS(3008), - [anon_sym_u8R_DQUOTE] = ACTIONS(3008), - [anon_sym_co_await] = ACTIONS(3006), - [anon_sym_new] = ACTIONS(3006), - [anon_sym_requires] = ACTIONS(3006), - [sym_this] = ACTIONS(3006), - }, - [1513] = { - [sym_identifier] = ACTIONS(2681), - [anon_sym_LPAREN2] = ACTIONS(2686), - [anon_sym_BANG] = ACTIONS(2686), - [anon_sym_TILDE] = ACTIONS(2686), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_PLUS] = ACTIONS(2681), - [anon_sym_STAR] = ACTIONS(2686), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym___extension__] = ACTIONS(2681), - [anon_sym_virtual] = ACTIONS(2681), - [anon_sym_extern] = ACTIONS(2681), - [anon_sym___attribute__] = ACTIONS(2681), - [anon_sym___attribute] = ACTIONS(2681), - [anon_sym_COLON_COLON] = ACTIONS(2686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2686), - [anon_sym___declspec] = ACTIONS(2681), - [anon_sym_signed] = ACTIONS(2681), - [anon_sym_unsigned] = ACTIONS(2681), - [anon_sym_long] = ACTIONS(2681), - [anon_sym_short] = ACTIONS(2681), - [anon_sym_LBRACK] = ACTIONS(2681), - [anon_sym_static] = ACTIONS(2681), - [anon_sym_register] = ACTIONS(2681), - [anon_sym_inline] = ACTIONS(2681), - [anon_sym___inline] = ACTIONS(2681), - [anon_sym___inline__] = ACTIONS(2681), - [anon_sym___forceinline] = ACTIONS(2681), - [anon_sym_thread_local] = ACTIONS(2681), - [anon_sym___thread] = ACTIONS(2681), - [anon_sym_const] = ACTIONS(2681), - [anon_sym_constexpr] = ACTIONS(2681), - [anon_sym_volatile] = ACTIONS(2681), - [anon_sym_restrict] = ACTIONS(2681), - [anon_sym___restrict__] = ACTIONS(2681), - [anon_sym__Atomic] = ACTIONS(2681), - [anon_sym__Noreturn] = ACTIONS(2681), - [anon_sym_noreturn] = ACTIONS(2681), - [anon_sym__Nonnull] = ACTIONS(2681), - [anon_sym_mutable] = ACTIONS(2681), - [anon_sym_constinit] = ACTIONS(2681), - [anon_sym_consteval] = ACTIONS(2681), - [anon_sym_PROGMEM] = ACTIONS(2681), - [anon_sym_alignas] = ACTIONS(2681), - [anon_sym__Alignas] = ACTIONS(2681), - [aux_sym_primitive_type_token1] = ACTIONS(2681), - [anon_sym_byte] = ACTIONS(2681), - [anon_sym_word] = ACTIONS(2681), - [anon_sym_enum] = ACTIONS(2681), - [anon_sym_class] = ACTIONS(2681), - [anon_sym_struct] = ACTIONS(2681), - [anon_sym_union] = ACTIONS(2681), - [anon_sym_not] = ACTIONS(2681), - [anon_sym_compl] = ACTIONS(2681), - [anon_sym_DASH_DASH] = ACTIONS(2686), - [anon_sym_PLUS_PLUS] = ACTIONS(2686), - [anon_sym_sizeof] = ACTIONS(2681), - [anon_sym___alignof__] = ACTIONS(2681), - [anon_sym___alignof] = ACTIONS(2681), - [anon_sym__alignof] = ACTIONS(2681), - [anon_sym_alignof] = ACTIONS(2681), - [anon_sym__Alignof] = ACTIONS(2681), - [anon_sym_offsetof] = ACTIONS(2681), - [anon_sym__Generic] = ACTIONS(2681), - [anon_sym_asm] = ACTIONS(2681), - [anon_sym___asm__] = ACTIONS(2681), - [anon_sym___asm] = ACTIONS(2681), - [aux_sym_number_literal_token1] = ACTIONS(2686), - [aux_sym_number_literal_token2] = ACTIONS(2681), - [anon_sym_L_SQUOTE] = ACTIONS(2686), - [anon_sym_u_SQUOTE] = ACTIONS(2686), - [anon_sym_U_SQUOTE] = ACTIONS(2686), - [anon_sym_u8_SQUOTE] = ACTIONS(2686), - [anon_sym_SQUOTE] = ACTIONS(2686), - [anon_sym_L_DQUOTE] = ACTIONS(2686), - [anon_sym_u_DQUOTE] = ACTIONS(2686), - [anon_sym_U_DQUOTE] = ACTIONS(2686), - [anon_sym_u8_DQUOTE] = ACTIONS(2686), - [anon_sym_DQUOTE] = ACTIONS(2686), - [sym_true] = ACTIONS(2681), - [sym_false] = ACTIONS(2681), - [anon_sym_NULL] = ACTIONS(2681), - [anon_sym_nullptr] = ACTIONS(2681), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2681), - [anon_sym_decltype] = ACTIONS(2681), - [anon_sym_typename] = ACTIONS(2681), - [anon_sym_template] = ACTIONS(2681), - [anon_sym_delete] = ACTIONS(2681), - [anon_sym_R_DQUOTE] = ACTIONS(2686), - [anon_sym_LR_DQUOTE] = ACTIONS(2686), - [anon_sym_uR_DQUOTE] = ACTIONS(2686), - [anon_sym_UR_DQUOTE] = ACTIONS(2686), - [anon_sym_u8R_DQUOTE] = ACTIONS(2686), - [anon_sym_co_await] = ACTIONS(2681), - [anon_sym_new] = ACTIONS(2681), - [anon_sym_requires] = ACTIONS(2681), - [sym_this] = ACTIONS(2681), - }, - [1514] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5237), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6595), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_parameter_list] = STATE(810), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(4175), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5667), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4890), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - }, - [1515] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5230), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6614), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_parameter_list] = STATE(815), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(4175), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5667), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4890), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - }, - [1516] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5234), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6606), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_parameter_list] = STATE(816), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(4175), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5667), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4890), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1445] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3382), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(4805), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), }, - [1517] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5224), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6582), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(5989), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_parameter_list] = STATE(799), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(4175), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5667), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_type_identifier] = STATE(2993), - [sym_operator_name] = STATE(5989), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4890), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___based] = ACTIONS(51), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1446] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4490), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - }, - [1518] = { - [sym_template_argument_list] = STATE(1520), - [sym_identifier] = ACTIONS(4859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4861), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_TILDE] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4873), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym___extension__] = ACTIONS(4859), - [anon_sym_virtual] = ACTIONS(4859), - [anon_sym_extern] = ACTIONS(4859), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), - [anon_sym___declspec] = ACTIONS(4859), - [anon_sym___based] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_static] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_register] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym___inline] = ACTIONS(4859), - [anon_sym___inline__] = ACTIONS(4859), - [anon_sym___forceinline] = ACTIONS(4859), - [anon_sym_thread_local] = ACTIONS(4859), - [anon_sym___thread] = ACTIONS(4859), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4859), - [anon_sym_volatile] = ACTIONS(4859), - [anon_sym_restrict] = ACTIONS(4859), - [anon_sym___restrict__] = ACTIONS(4859), - [anon_sym__Atomic] = ACTIONS(4859), - [anon_sym__Noreturn] = ACTIONS(4859), - [anon_sym_noreturn] = ACTIONS(4859), - [anon_sym__Nonnull] = ACTIONS(4859), - [anon_sym_mutable] = ACTIONS(4859), - [anon_sym_constinit] = ACTIONS(4859), - [anon_sym_consteval] = ACTIONS(4859), - [anon_sym_PROGMEM] = ACTIONS(4859), - [anon_sym_alignas] = ACTIONS(4859), - [anon_sym__Alignas] = ACTIONS(4859), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4868), - [anon_sym_or_eq] = ACTIONS(4868), - [anon_sym_xor_eq] = ACTIONS(4868), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4868), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4868), - [anon_sym_not_eq] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_template] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - }, - [1519] = { - [sym_type_qualifier] = STATE(1519), - [sym_alignas_qualifier] = STATE(1542), - [aux_sym__type_definition_type_repeat1] = STATE(1519), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [aux_sym_preproc_if_token2] = ACTIONS(4898), - [aux_sym_preproc_else_token1] = ACTIONS(4898), - [aux_sym_preproc_elif_token1] = ACTIONS(4896), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4898), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4896), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4896), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4896), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4898), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4896), - [anon_sym_GT_GT] = ACTIONS(4896), - [anon_sym_SEMI] = ACTIONS(4898), - [anon_sym___extension__] = ACTIONS(4900), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_RBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_RBRACK] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4896), - [anon_sym_const] = ACTIONS(4900), - [anon_sym_constexpr] = ACTIONS(4900), - [anon_sym_volatile] = ACTIONS(4900), - [anon_sym_restrict] = ACTIONS(4900), - [anon_sym___restrict__] = ACTIONS(4900), - [anon_sym__Atomic] = ACTIONS(4900), - [anon_sym__Noreturn] = ACTIONS(4900), - [anon_sym_noreturn] = ACTIONS(4900), - [anon_sym__Nonnull] = ACTIONS(4900), - [anon_sym_mutable] = ACTIONS(4900), - [anon_sym_constinit] = ACTIONS(4900), - [anon_sym_consteval] = ACTIONS(4900), - [anon_sym_PROGMEM] = ACTIONS(4900), - [anon_sym_alignas] = ACTIONS(4903), - [anon_sym__Alignas] = ACTIONS(4903), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_COLON] = ACTIONS(4898), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_STAR_EQ] = ACTIONS(4898), - [anon_sym_SLASH_EQ] = ACTIONS(4898), - [anon_sym_PERCENT_EQ] = ACTIONS(4898), - [anon_sym_PLUS_EQ] = ACTIONS(4898), - [anon_sym_DASH_EQ] = ACTIONS(4898), - [anon_sym_LT_LT_EQ] = ACTIONS(4898), - [anon_sym_GT_GT_EQ] = ACTIONS(4898), - [anon_sym_AMP_EQ] = ACTIONS(4898), - [anon_sym_CARET_EQ] = ACTIONS(4898), - [anon_sym_PIPE_EQ] = ACTIONS(4898), - [anon_sym_and_eq] = ACTIONS(4896), - [anon_sym_or_eq] = ACTIONS(4896), - [anon_sym_xor_eq] = ACTIONS(4896), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4898), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - }, - [1520] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_RPAREN] = ACTIONS(4878), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym_SEMI] = ACTIONS(4878), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_RBRACE] = ACTIONS(4878), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4885), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4885), - [anon_sym_or_eq] = ACTIONS(4885), - [anon_sym_xor_eq] = ACTIONS(4885), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), - }, - [1521] = { - [sym_template_argument_list] = STATE(1537), - [sym_identifier] = ACTIONS(4859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4863), - [anon_sym_COMMA] = ACTIONS(4863), - [anon_sym_RPAREN] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_TILDE] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4906), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4859), - [anon_sym_virtual] = ACTIONS(4859), - [anon_sym_extern] = ACTIONS(4859), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), - [anon_sym___declspec] = ACTIONS(4859), - [anon_sym___based] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_static] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4870), - [anon_sym_register] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym___inline] = ACTIONS(4859), - [anon_sym___inline__] = ACTIONS(4859), - [anon_sym___forceinline] = ACTIONS(4859), - [anon_sym_thread_local] = ACTIONS(4859), - [anon_sym___thread] = ACTIONS(4859), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4859), - [anon_sym_volatile] = ACTIONS(4859), - [anon_sym_restrict] = ACTIONS(4859), - [anon_sym___restrict__] = ACTIONS(4859), - [anon_sym__Atomic] = ACTIONS(4859), - [anon_sym__Noreturn] = ACTIONS(4859), - [anon_sym_noreturn] = ACTIONS(4859), - [anon_sym__Nonnull] = ACTIONS(4859), - [anon_sym_mutable] = ACTIONS(4859), - [anon_sym_constinit] = ACTIONS(4859), - [anon_sym_consteval] = ACTIONS(4859), - [anon_sym_PROGMEM] = ACTIONS(4859), - [anon_sym_alignas] = ACTIONS(4859), - [anon_sym__Alignas] = ACTIONS(4859), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4868), - [anon_sym_or_eq] = ACTIONS(4868), - [anon_sym_xor_eq] = ACTIONS(4868), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4868), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4868), - [anon_sym_not_eq] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_template] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - [anon_sym_DASH_GT_STAR] = ACTIONS(4861), - }, - [1522] = { - [sym_string_literal] = STATE(2169), - [sym_template_argument_list] = STATE(1820), - [sym_raw_string_literal] = STATE(2169), - [aux_sym_sized_type_specifier_repeat1] = STATE(2078), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4111), - [anon_sym_LPAREN2] = ACTIONS(4111), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4122), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4909), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym___extension__] = ACTIONS(4115), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_signed] = ACTIONS(4914), - [anon_sym_unsigned] = ACTIONS(4914), - [anon_sym_long] = ACTIONS(4914), - [anon_sym_short] = ACTIONS(4914), - [anon_sym_LBRACK] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4117), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_constexpr] = ACTIONS(4115), - [anon_sym_volatile] = ACTIONS(4115), - [anon_sym_restrict] = ACTIONS(4115), - [anon_sym___restrict__] = ACTIONS(4115), - [anon_sym__Atomic] = ACTIONS(4115), - [anon_sym__Noreturn] = ACTIONS(4115), - [anon_sym_noreturn] = ACTIONS(4115), - [anon_sym__Nonnull] = ACTIONS(4115), - [anon_sym_mutable] = ACTIONS(4115), - [anon_sym_constinit] = ACTIONS(4115), - [anon_sym_consteval] = ACTIONS(4115), - [anon_sym_PROGMEM] = ACTIONS(4115), - [anon_sym_alignas] = ACTIONS(4115), - [anon_sym__Alignas] = ACTIONS(4115), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4115), - [anon_sym_decltype] = ACTIONS(4115), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), - }, - [1523] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_TILDE] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym_virtual] = ACTIONS(4851), - [anon_sym_extern] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4853), - [anon_sym___declspec] = ACTIONS(4851), - [anon_sym___based] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4851), - [anon_sym_static] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_register] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym___inline] = ACTIONS(4851), - [anon_sym___inline__] = ACTIONS(4851), - [anon_sym___forceinline] = ACTIONS(4851), - [anon_sym_thread_local] = ACTIONS(4851), - [anon_sym___thread] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4853), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_and_eq] = ACTIONS(4851), - [anon_sym_or_eq] = ACTIONS(4851), - [anon_sym_xor_eq] = ACTIONS(4851), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4851), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_template] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_DASH_GT_STAR] = ACTIONS(4853), - }, - [1524] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_TILDE] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4857), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4857), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4857), - [anon_sym_GT_GT] = ACTIONS(4857), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym_virtual] = ACTIONS(4855), - [anon_sym_extern] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4857), - [anon_sym___declspec] = ACTIONS(4855), - [anon_sym___based] = ACTIONS(4855), - [anon_sym___cdecl] = ACTIONS(4855), - [anon_sym___clrcall] = ACTIONS(4855), - [anon_sym___stdcall] = ACTIONS(4855), - [anon_sym___fastcall] = ACTIONS(4855), - [anon_sym___thiscall] = ACTIONS(4855), - [anon_sym___vectorcall] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4855), - [anon_sym_static] = ACTIONS(4855), - [anon_sym_RBRACK] = ACTIONS(4857), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_register] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym___inline] = ACTIONS(4855), - [anon_sym___inline__] = ACTIONS(4855), - [anon_sym___forceinline] = ACTIONS(4855), - [anon_sym_thread_local] = ACTIONS(4855), - [anon_sym___thread] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [anon_sym_COLON] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), - [anon_sym_template] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_try] = ACTIONS(4855), - [anon_sym_requires] = ACTIONS(4855), - }, - [1525] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_TILDE] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4819), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4819), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4819), - [anon_sym_GT_GT] = ACTIONS(4819), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym_virtual] = ACTIONS(4817), - [anon_sym_extern] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4819), - [anon_sym___declspec] = ACTIONS(4817), - [anon_sym___based] = ACTIONS(4817), - [anon_sym___cdecl] = ACTIONS(4817), - [anon_sym___clrcall] = ACTIONS(4817), - [anon_sym___stdcall] = ACTIONS(4817), - [anon_sym___fastcall] = ACTIONS(4817), - [anon_sym___thiscall] = ACTIONS(4817), - [anon_sym___vectorcall] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4817), - [anon_sym_static] = ACTIONS(4817), - [anon_sym_RBRACK] = ACTIONS(4819), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_register] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym___inline] = ACTIONS(4817), - [anon_sym___inline__] = ACTIONS(4817), - [anon_sym___forceinline] = ACTIONS(4817), - [anon_sym_thread_local] = ACTIONS(4817), - [anon_sym___thread] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [anon_sym_COLON] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), - [anon_sym_template] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_try] = ACTIONS(4817), - [anon_sym_requires] = ACTIONS(4817), - }, - [1526] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_TILDE] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4853), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4853), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4853), - [anon_sym_GT_GT] = ACTIONS(4853), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym_virtual] = ACTIONS(4851), - [anon_sym_extern] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4853), - [anon_sym___declspec] = ACTIONS(4851), - [anon_sym___based] = ACTIONS(4851), - [anon_sym___cdecl] = ACTIONS(4851), - [anon_sym___clrcall] = ACTIONS(4851), - [anon_sym___stdcall] = ACTIONS(4851), - [anon_sym___fastcall] = ACTIONS(4851), - [anon_sym___thiscall] = ACTIONS(4851), - [anon_sym___vectorcall] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4851), - [anon_sym_static] = ACTIONS(4851), - [anon_sym_RBRACK] = ACTIONS(4853), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_register] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym___inline] = ACTIONS(4851), - [anon_sym___inline__] = ACTIONS(4851), - [anon_sym___forceinline] = ACTIONS(4851), - [anon_sym_thread_local] = ACTIONS(4851), - [anon_sym___thread] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [anon_sym_COLON] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), - [anon_sym_template] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_try] = ACTIONS(4851), - [anon_sym_requires] = ACTIONS(4851), - }, - [1527] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_TILDE] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym_virtual] = ACTIONS(4821), - [anon_sym_extern] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4823), - [anon_sym___declspec] = ACTIONS(4821), - [anon_sym___based] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4821), - [anon_sym_static] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_register] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym___inline] = ACTIONS(4821), - [anon_sym___inline__] = ACTIONS(4821), - [anon_sym___forceinline] = ACTIONS(4821), - [anon_sym_thread_local] = ACTIONS(4821), - [anon_sym___thread] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4823), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_and_eq] = ACTIONS(4821), - [anon_sym_or_eq] = ACTIONS(4821), - [anon_sym_xor_eq] = ACTIONS(4821), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4821), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_template] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_DASH_GT_STAR] = ACTIONS(4823), - }, - [1528] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_TILDE] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym_virtual] = ACTIONS(4825), - [anon_sym_extern] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4827), - [anon_sym___declspec] = ACTIONS(4825), - [anon_sym___based] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4825), - [anon_sym_static] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_register] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym___inline] = ACTIONS(4825), - [anon_sym___inline__] = ACTIONS(4825), - [anon_sym___forceinline] = ACTIONS(4825), - [anon_sym_thread_local] = ACTIONS(4825), - [anon_sym___thread] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4827), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_and_eq] = ACTIONS(4825), - [anon_sym_or_eq] = ACTIONS(4825), - [anon_sym_xor_eq] = ACTIONS(4825), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4825), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_template] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_DASH_GT_STAR] = ACTIONS(4827), - }, - [1529] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_TILDE] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4849), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4849), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4849), - [anon_sym_GT_GT] = ACTIONS(4849), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym_virtual] = ACTIONS(4847), - [anon_sym_extern] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4849), - [anon_sym___declspec] = ACTIONS(4847), - [anon_sym___based] = ACTIONS(4847), - [anon_sym___cdecl] = ACTIONS(4847), - [anon_sym___clrcall] = ACTIONS(4847), - [anon_sym___stdcall] = ACTIONS(4847), - [anon_sym___fastcall] = ACTIONS(4847), - [anon_sym___thiscall] = ACTIONS(4847), - [anon_sym___vectorcall] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4847), - [anon_sym_static] = ACTIONS(4847), - [anon_sym_RBRACK] = ACTIONS(4849), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_register] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym___inline] = ACTIONS(4847), - [anon_sym___inline__] = ACTIONS(4847), - [anon_sym___forceinline] = ACTIONS(4847), - [anon_sym_thread_local] = ACTIONS(4847), - [anon_sym___thread] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [anon_sym_COLON] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), - [anon_sym_template] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_try] = ACTIONS(4847), - [anon_sym_requires] = ACTIONS(4847), - }, - [1530] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_TILDE] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym_virtual] = ACTIONS(4855), - [anon_sym_extern] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4857), - [anon_sym___declspec] = ACTIONS(4855), - [anon_sym___based] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4855), - [anon_sym_static] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_register] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym___inline] = ACTIONS(4855), - [anon_sym___inline__] = ACTIONS(4855), - [anon_sym___forceinline] = ACTIONS(4855), - [anon_sym_thread_local] = ACTIONS(4855), - [anon_sym___thread] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4857), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_and_eq] = ACTIONS(4855), - [anon_sym_or_eq] = ACTIONS(4855), - [anon_sym_xor_eq] = ACTIONS(4855), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4855), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_template] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_DASH_GT_STAR] = ACTIONS(4857), - }, - [1531] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_TILDE] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4845), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4845), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4845), - [anon_sym_GT_GT] = ACTIONS(4845), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym_virtual] = ACTIONS(4843), - [anon_sym_extern] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4845), - [anon_sym___declspec] = ACTIONS(4843), - [anon_sym___based] = ACTIONS(4843), - [anon_sym___cdecl] = ACTIONS(4843), - [anon_sym___clrcall] = ACTIONS(4843), - [anon_sym___stdcall] = ACTIONS(4843), - [anon_sym___fastcall] = ACTIONS(4843), - [anon_sym___thiscall] = ACTIONS(4843), - [anon_sym___vectorcall] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4843), - [anon_sym_static] = ACTIONS(4843), - [anon_sym_RBRACK] = ACTIONS(4845), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_register] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym___inline] = ACTIONS(4843), - [anon_sym___inline__] = ACTIONS(4843), - [anon_sym___forceinline] = ACTIONS(4843), - [anon_sym_thread_local] = ACTIONS(4843), - [anon_sym___thread] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [anon_sym_COLON] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), - [anon_sym_template] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_try] = ACTIONS(4843), - [anon_sym_requires] = ACTIONS(4843), - }, - [1532] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_TILDE] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4823), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4823), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4823), - [anon_sym_GT_GT] = ACTIONS(4823), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym_virtual] = ACTIONS(4821), - [anon_sym_extern] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4823), - [anon_sym___declspec] = ACTIONS(4821), - [anon_sym___based] = ACTIONS(4821), - [anon_sym___cdecl] = ACTIONS(4821), - [anon_sym___clrcall] = ACTIONS(4821), - [anon_sym___stdcall] = ACTIONS(4821), - [anon_sym___fastcall] = ACTIONS(4821), - [anon_sym___thiscall] = ACTIONS(4821), - [anon_sym___vectorcall] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4821), - [anon_sym_static] = ACTIONS(4821), - [anon_sym_RBRACK] = ACTIONS(4823), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_register] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym___inline] = ACTIONS(4821), - [anon_sym___inline__] = ACTIONS(4821), - [anon_sym___forceinline] = ACTIONS(4821), - [anon_sym_thread_local] = ACTIONS(4821), - [anon_sym___thread] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [anon_sym_COLON] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), - [anon_sym_template] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_try] = ACTIONS(4821), - [anon_sym_requires] = ACTIONS(4821), - }, - [1533] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_TILDE] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym_virtual] = ACTIONS(4847), - [anon_sym_extern] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4849), - [anon_sym___declspec] = ACTIONS(4847), - [anon_sym___based] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4847), - [anon_sym_static] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_register] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym___inline] = ACTIONS(4847), - [anon_sym___inline__] = ACTIONS(4847), - [anon_sym___forceinline] = ACTIONS(4847), - [anon_sym_thread_local] = ACTIONS(4847), - [anon_sym___thread] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4849), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_and_eq] = ACTIONS(4847), - [anon_sym_or_eq] = ACTIONS(4847), - [anon_sym_xor_eq] = ACTIONS(4847), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_template] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_DASH_GT_STAR] = ACTIONS(4849), - }, - [1534] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_TILDE] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym_virtual] = ACTIONS(4817), - [anon_sym_extern] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4819), - [anon_sym___declspec] = ACTIONS(4817), - [anon_sym___based] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4817), - [anon_sym_static] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_register] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym___inline] = ACTIONS(4817), - [anon_sym___inline__] = ACTIONS(4817), - [anon_sym___forceinline] = ACTIONS(4817), - [anon_sym_thread_local] = ACTIONS(4817), - [anon_sym___thread] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4819), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_and_eq] = ACTIONS(4817), - [anon_sym_or_eq] = ACTIONS(4817), - [anon_sym_xor_eq] = ACTIONS(4817), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4817), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_template] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_DASH_GT_STAR] = ACTIONS(4819), - }, - [1535] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_TILDE] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4827), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4827), - [anon_sym_GT_GT] = ACTIONS(4827), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym_virtual] = ACTIONS(4825), - [anon_sym_extern] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4827), - [anon_sym___declspec] = ACTIONS(4825), - [anon_sym___based] = ACTIONS(4825), - [anon_sym___cdecl] = ACTIONS(4825), - [anon_sym___clrcall] = ACTIONS(4825), - [anon_sym___stdcall] = ACTIONS(4825), - [anon_sym___fastcall] = ACTIONS(4825), - [anon_sym___thiscall] = ACTIONS(4825), - [anon_sym___vectorcall] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4825), - [anon_sym_static] = ACTIONS(4825), - [anon_sym_RBRACK] = ACTIONS(4827), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_register] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym___inline] = ACTIONS(4825), - [anon_sym___inline__] = ACTIONS(4825), - [anon_sym___forceinline] = ACTIONS(4825), - [anon_sym_thread_local] = ACTIONS(4825), - [anon_sym___thread] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [anon_sym_COLON] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), - [anon_sym_template] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_try] = ACTIONS(4825), - [anon_sym_requires] = ACTIONS(4825), - }, - [1536] = { - [sym_template_argument_list] = STATE(1539), - [sym_identifier] = ACTIONS(4859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4863), - [anon_sym_COMMA] = ACTIONS(4863), - [anon_sym_RPAREN] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_TILDE] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4873), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4859), - [anon_sym_virtual] = ACTIONS(4859), - [anon_sym_extern] = ACTIONS(4859), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), - [anon_sym___declspec] = ACTIONS(4859), - [anon_sym___based] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_static] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4870), - [anon_sym_register] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym___inline] = ACTIONS(4859), - [anon_sym___inline__] = ACTIONS(4859), - [anon_sym___forceinline] = ACTIONS(4859), - [anon_sym_thread_local] = ACTIONS(4859), - [anon_sym___thread] = ACTIONS(4859), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4859), - [anon_sym_volatile] = ACTIONS(4859), - [anon_sym_restrict] = ACTIONS(4859), - [anon_sym___restrict__] = ACTIONS(4859), - [anon_sym__Atomic] = ACTIONS(4859), - [anon_sym__Noreturn] = ACTIONS(4859), - [anon_sym_noreturn] = ACTIONS(4859), - [anon_sym__Nonnull] = ACTIONS(4859), - [anon_sym_mutable] = ACTIONS(4859), - [anon_sym_constinit] = ACTIONS(4859), - [anon_sym_consteval] = ACTIONS(4859), - [anon_sym_PROGMEM] = ACTIONS(4859), - [anon_sym_alignas] = ACTIONS(4859), - [anon_sym__Alignas] = ACTIONS(4859), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4868), - [anon_sym_or_eq] = ACTIONS(4868), - [anon_sym_xor_eq] = ACTIONS(4868), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4868), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4868), - [anon_sym_not_eq] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_template] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - }, - [1537] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), - [anon_sym_COMMA] = ACTIONS(4880), - [anon_sym_RPAREN] = ACTIONS(4880), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4885), - [anon_sym_or_eq] = ACTIONS(4885), - [anon_sym_xor_eq] = ACTIONS(4885), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4885), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), - [anon_sym_DASH_GT_STAR] = ACTIONS(4878), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1538] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_TILDE] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym_virtual] = ACTIONS(4843), - [anon_sym_extern] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4845), - [anon_sym___declspec] = ACTIONS(4843), - [anon_sym___based] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4843), - [anon_sym_static] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_register] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym___inline] = ACTIONS(4843), - [anon_sym___inline__] = ACTIONS(4843), - [anon_sym___forceinline] = ACTIONS(4843), - [anon_sym_thread_local] = ACTIONS(4843), - [anon_sym___thread] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4845), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_and_eq] = ACTIONS(4843), - [anon_sym_or_eq] = ACTIONS(4843), - [anon_sym_xor_eq] = ACTIONS(4843), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_template] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_DASH_GT_STAR] = ACTIONS(4845), + [1447] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3404), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1539] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), - [anon_sym_COMMA] = ACTIONS(4880), - [anon_sym_RPAREN] = ACTIONS(4880), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4885), - [anon_sym_or_eq] = ACTIONS(4885), - [anon_sym_xor_eq] = ACTIONS(4885), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), + [1448] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3406), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), + }, + [1449] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4297), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(4807), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1540] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [anon_sym_RPAREN] = ACTIONS(4922), - [aux_sym_preproc_if_token2] = ACTIONS(4922), - [aux_sym_preproc_else_token1] = ACTIONS(4922), - [aux_sym_preproc_elif_token1] = ACTIONS(4920), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4922), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4920), - [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4920), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4922), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4920), - [anon_sym_GT_GT] = ACTIONS(4920), - [anon_sym_SEMI] = ACTIONS(4922), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_RBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(4924), - [anon_sym_unsigned] = ACTIONS(4924), - [anon_sym_long] = ACTIONS(4924), - [anon_sym_short] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4922), - [anon_sym_RBRACK] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4920), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_COLON] = ACTIONS(4922), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_STAR_EQ] = ACTIONS(4922), - [anon_sym_SLASH_EQ] = ACTIONS(4922), - [anon_sym_PERCENT_EQ] = ACTIONS(4922), - [anon_sym_PLUS_EQ] = ACTIONS(4922), - [anon_sym_DASH_EQ] = ACTIONS(4922), - [anon_sym_LT_LT_EQ] = ACTIONS(4922), - [anon_sym_GT_GT_EQ] = ACTIONS(4922), - [anon_sym_AMP_EQ] = ACTIONS(4922), - [anon_sym_CARET_EQ] = ACTIONS(4922), - [anon_sym_PIPE_EQ] = ACTIONS(4922), - [anon_sym_and_eq] = ACTIONS(4920), - [anon_sym_or_eq] = ACTIONS(4920), - [anon_sym_xor_eq] = ACTIONS(4920), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4922), + [1450] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3821), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1541] = { - [sym_string_literal] = STATE(2169), - [sym_template_argument_list] = STATE(1873), - [sym_raw_string_literal] = STATE(2169), - [aux_sym_sized_type_specifier_repeat1] = STATE(2078), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4122), - [anon_sym_LPAREN2] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4122), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4927), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym___extension__] = ACTIONS(4115), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_signed] = ACTIONS(4914), - [anon_sym_unsigned] = ACTIONS(4914), - [anon_sym_long] = ACTIONS(4914), - [anon_sym_short] = ACTIONS(4914), - [anon_sym_LBRACK] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4117), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_constexpr] = ACTIONS(4115), - [anon_sym_volatile] = ACTIONS(4115), - [anon_sym_restrict] = ACTIONS(4115), - [anon_sym___restrict__] = ACTIONS(4115), - [anon_sym__Atomic] = ACTIONS(4115), - [anon_sym__Noreturn] = ACTIONS(4115), - [anon_sym_noreturn] = ACTIONS(4115), - [anon_sym__Nonnull] = ACTIONS(4115), - [anon_sym_mutable] = ACTIONS(4115), - [anon_sym_constinit] = ACTIONS(4115), - [anon_sym_consteval] = ACTIONS(4115), - [anon_sym_PROGMEM] = ACTIONS(4115), - [anon_sym_alignas] = ACTIONS(4115), - [anon_sym__Alignas] = ACTIONS(4115), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [1451] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3403), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4115), - [anon_sym_decltype] = ACTIONS(4115), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), }, - [1542] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), - [anon_sym_COMMA] = ACTIONS(2465), - [anon_sym_RPAREN] = ACTIONS(2465), - [aux_sym_preproc_if_token2] = ACTIONS(2465), - [aux_sym_preproc_else_token1] = ACTIONS(2465), - [aux_sym_preproc_elif_token1] = ACTIONS(2475), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2465), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2465), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_SLASH] = ACTIONS(2475), - [anon_sym_PERCENT] = ACTIONS(2475), - [anon_sym_PIPE_PIPE] = ACTIONS(2465), - [anon_sym_AMP_AMP] = ACTIONS(2465), - [anon_sym_PIPE] = ACTIONS(2475), - [anon_sym_CARET] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2475), - [anon_sym_EQ_EQ] = ACTIONS(2465), - [anon_sym_BANG_EQ] = ACTIONS(2465), - [anon_sym_GT] = ACTIONS(2475), - [anon_sym_GT_EQ] = ACTIONS(2465), - [anon_sym_LT_EQ] = ACTIONS(2475), - [anon_sym_LT] = ACTIONS(2475), - [anon_sym_LT_LT] = ACTIONS(2475), - [anon_sym_GT_GT] = ACTIONS(2475), - [anon_sym_SEMI] = ACTIONS(2465), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2465), - [anon_sym_RBRACE] = ACTIONS(2465), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2465), - [anon_sym_RBRACK] = ACTIONS(2465), - [anon_sym_EQ] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_COLON] = ACTIONS(2465), - [anon_sym_QMARK] = ACTIONS(2465), - [anon_sym_STAR_EQ] = ACTIONS(2465), - [anon_sym_SLASH_EQ] = ACTIONS(2465), - [anon_sym_PERCENT_EQ] = ACTIONS(2465), - [anon_sym_PLUS_EQ] = ACTIONS(2465), - [anon_sym_DASH_EQ] = ACTIONS(2465), - [anon_sym_LT_LT_EQ] = ACTIONS(2465), - [anon_sym_GT_GT_EQ] = ACTIONS(2465), - [anon_sym_AMP_EQ] = ACTIONS(2465), - [anon_sym_CARET_EQ] = ACTIONS(2465), - [anon_sym_PIPE_EQ] = ACTIONS(2465), - [anon_sym_and_eq] = ACTIONS(2475), - [anon_sym_or_eq] = ACTIONS(2475), - [anon_sym_xor_eq] = ACTIONS(2475), - [anon_sym_LT_EQ_GT] = ACTIONS(2465), - [anon_sym_or] = ACTIONS(2475), - [anon_sym_and] = ACTIONS(2475), - [anon_sym_bitor] = ACTIONS(2475), - [anon_sym_xor] = ACTIONS(2475), - [anon_sym_bitand] = ACTIONS(2475), - [anon_sym_not_eq] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2465), - [anon_sym_DOT] = ACTIONS(2475), - [anon_sym_DOT_STAR] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2465), + [1452] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4460), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1543] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [aux_sym_preproc_if_token2] = ACTIONS(4932), - [aux_sym_preproc_else_token1] = ACTIONS(4932), - [aux_sym_preproc_elif_token1] = ACTIONS(4930), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4932), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4930), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4930), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4930), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4930), - [anon_sym_GT_GT] = ACTIONS(4930), - [anon_sym_SEMI] = ACTIONS(4932), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_RBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_RBRACK] = ACTIONS(4932), - [anon_sym_EQ] = ACTIONS(4930), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_COLON] = ACTIONS(4932), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_STAR_EQ] = ACTIONS(4932), - [anon_sym_SLASH_EQ] = ACTIONS(4932), - [anon_sym_PERCENT_EQ] = ACTIONS(4932), - [anon_sym_PLUS_EQ] = ACTIONS(4932), - [anon_sym_DASH_EQ] = ACTIONS(4932), - [anon_sym_LT_LT_EQ] = ACTIONS(4932), - [anon_sym_GT_GT_EQ] = ACTIONS(4932), - [anon_sym_AMP_EQ] = ACTIONS(4932), - [anon_sym_CARET_EQ] = ACTIONS(4932), - [anon_sym_PIPE_EQ] = ACTIONS(4932), - [anon_sym_and_eq] = ACTIONS(4930), - [anon_sym_or_eq] = ACTIONS(4930), - [anon_sym_xor_eq] = ACTIONS(4930), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4932), + [1453] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4574), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1544] = { - [sym_type_qualifier] = STATE(1519), - [sym_alignas_qualifier] = STATE(1542), - [sym_primitive_type] = STATE(2319), - [aux_sym__type_definition_type_repeat1] = STATE(1519), - [aux_sym_sized_type_specifier_repeat1] = STATE(2323), - [sym_identifier] = ACTIONS(4934), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4938), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4938), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym___extension__] = ACTIONS(4940), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(4942), - [anon_sym_unsigned] = ACTIONS(4942), - [anon_sym_long] = ACTIONS(4942), - [anon_sym_short] = ACTIONS(4942), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_RBRACK] = ACTIONS(4936), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_const] = ACTIONS(4940), - [anon_sym_constexpr] = ACTIONS(4940), - [anon_sym_volatile] = ACTIONS(4940), - [anon_sym_restrict] = ACTIONS(4940), - [anon_sym___restrict__] = ACTIONS(4940), - [anon_sym__Atomic] = ACTIONS(4940), - [anon_sym__Noreturn] = ACTIONS(4940), - [anon_sym_noreturn] = ACTIONS(4940), - [anon_sym__Nonnull] = ACTIONS(4940), - [anon_sym_mutable] = ACTIONS(4940), - [anon_sym_constinit] = ACTIONS(4940), - [anon_sym_consteval] = ACTIONS(4940), - [anon_sym_PROGMEM] = ACTIONS(4940), - [anon_sym_alignas] = ACTIONS(4944), - [anon_sym__Alignas] = ACTIONS(4944), - [aux_sym_primitive_type_token1] = ACTIONS(4946), - [anon_sym_byte] = ACTIONS(4946), - [anon_sym_word] = ACTIONS(4946), - [anon_sym_COLON] = ACTIONS(4936), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_LT_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_GT_EQ] = ACTIONS(4936), - [anon_sym_AMP_EQ] = ACTIONS(4936), - [anon_sym_CARET_EQ] = ACTIONS(4936), - [anon_sym_PIPE_EQ] = ACTIONS(4936), - [anon_sym_and_eq] = ACTIONS(4938), - [anon_sym_or_eq] = ACTIONS(4938), - [anon_sym_xor_eq] = ACTIONS(4938), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), + [1454] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4536), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1545] = { - [sym_string_literal] = STATE(3595), - [sym_template_argument_list] = STATE(2850), - [sym_raw_string_literal] = STATE(3595), - [aux_sym_sized_type_specifier_repeat1] = STATE(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4122), - [anon_sym_COMMA] = ACTIONS(4122), - [anon_sym_LPAREN2] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4122), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4117), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4948), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym___extension__] = ACTIONS(4115), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_signed] = ACTIONS(4951), - [anon_sym_unsigned] = ACTIONS(4951), - [anon_sym_long] = ACTIONS(4951), - [anon_sym_short] = ACTIONS(4951), - [anon_sym_LBRACK] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4953), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_constexpr] = ACTIONS(4115), - [anon_sym_volatile] = ACTIONS(4115), - [anon_sym_restrict] = ACTIONS(4115), - [anon_sym___restrict__] = ACTIONS(4115), - [anon_sym__Atomic] = ACTIONS(4115), - [anon_sym__Noreturn] = ACTIONS(4115), - [anon_sym_noreturn] = ACTIONS(4115), - [anon_sym__Nonnull] = ACTIONS(4115), - [anon_sym_mutable] = ACTIONS(4115), - [anon_sym_constinit] = ACTIONS(4115), - [anon_sym_consteval] = ACTIONS(4115), - [anon_sym_PROGMEM] = ACTIONS(4115), - [anon_sym_alignas] = ACTIONS(4115), - [anon_sym__Alignas] = ACTIONS(4115), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4955), - [anon_sym_SLASH_EQ] = ACTIONS(4955), - [anon_sym_PERCENT_EQ] = ACTIONS(4955), - [anon_sym_PLUS_EQ] = ACTIONS(4955), - [anon_sym_DASH_EQ] = ACTIONS(4955), - [anon_sym_LT_LT_EQ] = ACTIONS(4955), - [anon_sym_GT_GT_EQ] = ACTIONS(4953), - [anon_sym_AMP_EQ] = ACTIONS(4955), - [anon_sym_CARET_EQ] = ACTIONS(4955), - [anon_sym_PIPE_EQ] = ACTIONS(4955), - [anon_sym_and_eq] = ACTIONS(4955), - [anon_sym_or_eq] = ACTIONS(4955), - [anon_sym_xor_eq] = ACTIONS(4955), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(4957), - [anon_sym_u_DQUOTE] = ACTIONS(4957), - [anon_sym_U_DQUOTE] = ACTIONS(4957), - [anon_sym_u8_DQUOTE] = ACTIONS(4957), - [anon_sym_DQUOTE] = ACTIONS(4957), + [1455] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4549), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4115), - [anon_sym_decltype] = ACTIONS(4115), - [anon_sym_GT2] = ACTIONS(4122), - [anon_sym_R_DQUOTE] = ACTIONS(4959), - [anon_sym_LR_DQUOTE] = ACTIONS(4959), - [anon_sym_uR_DQUOTE] = ACTIONS(4959), - [anon_sym_UR_DQUOTE] = ACTIONS(4959), - [anon_sym_u8R_DQUOTE] = ACTIONS(4959), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1546] = { - [sym_type_qualifier] = STATE(1548), - [sym_alignas_qualifier] = STATE(1542), - [sym_primitive_type] = STATE(2286), - [aux_sym__type_definition_type_repeat1] = STATE(1548), - [aux_sym_sized_type_specifier_repeat1] = STATE(1560), - [sym_identifier] = ACTIONS(4961), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [aux_sym_preproc_if_token2] = ACTIONS(4964), - [aux_sym_preproc_else_token1] = ACTIONS(4964), - [aux_sym_preproc_elif_token1] = ACTIONS(4966), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4966), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym___extension__] = ACTIONS(4940), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(4968), - [anon_sym_unsigned] = ACTIONS(4968), - [anon_sym_long] = ACTIONS(4968), - [anon_sym_short] = ACTIONS(4968), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(4940), - [anon_sym_constexpr] = ACTIONS(4940), - [anon_sym_volatile] = ACTIONS(4940), - [anon_sym_restrict] = ACTIONS(4940), - [anon_sym___restrict__] = ACTIONS(4940), - [anon_sym__Atomic] = ACTIONS(4940), - [anon_sym__Noreturn] = ACTIONS(4940), - [anon_sym_noreturn] = ACTIONS(4940), - [anon_sym__Nonnull] = ACTIONS(4940), - [anon_sym_mutable] = ACTIONS(4940), - [anon_sym_constinit] = ACTIONS(4940), - [anon_sym_consteval] = ACTIONS(4940), - [anon_sym_PROGMEM] = ACTIONS(4940), - [anon_sym_alignas] = ACTIONS(4944), - [anon_sym__Alignas] = ACTIONS(4944), - [aux_sym_primitive_type_token1] = ACTIONS(4946), - [anon_sym_byte] = ACTIONS(4946), - [anon_sym_word] = ACTIONS(4946), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_LT_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_GT_EQ] = ACTIONS(4964), - [anon_sym_AMP_EQ] = ACTIONS(4964), - [anon_sym_CARET_EQ] = ACTIONS(4964), - [anon_sym_PIPE_EQ] = ACTIONS(4964), - [anon_sym_and_eq] = ACTIONS(4966), - [anon_sym_or_eq] = ACTIONS(4966), - [anon_sym_xor_eq] = ACTIONS(4966), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), + [1456] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4458), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1547] = { - [sym_type_qualifier] = STATE(1544), - [sym_alignas_qualifier] = STATE(1542), - [sym_primitive_type] = STATE(2311), - [aux_sym__type_definition_type_repeat1] = STATE(1544), - [aux_sym_sized_type_specifier_repeat1] = STATE(1570), - [sym_identifier] = ACTIONS(4970), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_RPAREN] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4966), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym_SEMI] = ACTIONS(4964), - [anon_sym___extension__] = ACTIONS(4940), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_RBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(4972), - [anon_sym_unsigned] = ACTIONS(4972), - [anon_sym_long] = ACTIONS(4972), - [anon_sym_short] = ACTIONS(4972), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_RBRACK] = ACTIONS(4964), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(4940), - [anon_sym_constexpr] = ACTIONS(4940), - [anon_sym_volatile] = ACTIONS(4940), - [anon_sym_restrict] = ACTIONS(4940), - [anon_sym___restrict__] = ACTIONS(4940), - [anon_sym__Atomic] = ACTIONS(4940), - [anon_sym__Noreturn] = ACTIONS(4940), - [anon_sym_noreturn] = ACTIONS(4940), - [anon_sym__Nonnull] = ACTIONS(4940), - [anon_sym_mutable] = ACTIONS(4940), - [anon_sym_constinit] = ACTIONS(4940), - [anon_sym_consteval] = ACTIONS(4940), - [anon_sym_PROGMEM] = ACTIONS(4940), - [anon_sym_alignas] = ACTIONS(4944), - [anon_sym__Alignas] = ACTIONS(4944), - [aux_sym_primitive_type_token1] = ACTIONS(4946), - [anon_sym_byte] = ACTIONS(4946), - [anon_sym_word] = ACTIONS(4946), - [anon_sym_COLON] = ACTIONS(4964), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_LT_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_GT_EQ] = ACTIONS(4964), - [anon_sym_AMP_EQ] = ACTIONS(4964), - [anon_sym_CARET_EQ] = ACTIONS(4964), - [anon_sym_PIPE_EQ] = ACTIONS(4964), - [anon_sym_and_eq] = ACTIONS(4966), - [anon_sym_or_eq] = ACTIONS(4966), - [anon_sym_xor_eq] = ACTIONS(4966), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), + [1457] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3428), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1548] = { - [sym_type_qualifier] = STATE(1519), - [sym_alignas_qualifier] = STATE(1542), - [sym_primitive_type] = STATE(2248), - [aux_sym__type_definition_type_repeat1] = STATE(1519), - [aux_sym_sized_type_specifier_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(4974), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [aux_sym_preproc_if_token2] = ACTIONS(4936), - [aux_sym_preproc_else_token1] = ACTIONS(4936), - [aux_sym_preproc_elif_token1] = ACTIONS(4938), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4936), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4938), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4938), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym___extension__] = ACTIONS(4940), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(4977), - [anon_sym_unsigned] = ACTIONS(4977), - [anon_sym_long] = ACTIONS(4977), - [anon_sym_short] = ACTIONS(4977), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_const] = ACTIONS(4940), - [anon_sym_constexpr] = ACTIONS(4940), - [anon_sym_volatile] = ACTIONS(4940), - [anon_sym_restrict] = ACTIONS(4940), - [anon_sym___restrict__] = ACTIONS(4940), - [anon_sym__Atomic] = ACTIONS(4940), - [anon_sym__Noreturn] = ACTIONS(4940), - [anon_sym_noreturn] = ACTIONS(4940), - [anon_sym__Nonnull] = ACTIONS(4940), - [anon_sym_mutable] = ACTIONS(4940), - [anon_sym_constinit] = ACTIONS(4940), - [anon_sym_consteval] = ACTIONS(4940), - [anon_sym_PROGMEM] = ACTIONS(4940), - [anon_sym_alignas] = ACTIONS(4944), - [anon_sym__Alignas] = ACTIONS(4944), - [aux_sym_primitive_type_token1] = ACTIONS(4946), - [anon_sym_byte] = ACTIONS(4946), - [anon_sym_word] = ACTIONS(4946), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_LT_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_GT_EQ] = ACTIONS(4936), - [anon_sym_AMP_EQ] = ACTIONS(4936), - [anon_sym_CARET_EQ] = ACTIONS(4936), - [anon_sym_PIPE_EQ] = ACTIONS(4936), - [anon_sym_and_eq] = ACTIONS(4938), - [anon_sym_or_eq] = ACTIONS(4938), - [anon_sym_xor_eq] = ACTIONS(4938), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), + [1458] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3405), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1549] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_TILDE] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym_virtual] = ACTIONS(4817), - [anon_sym_extern] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4819), - [anon_sym___declspec] = ACTIONS(4817), - [anon_sym___based] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4817), - [anon_sym_static] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_register] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym___inline] = ACTIONS(4817), - [anon_sym___inline__] = ACTIONS(4817), - [anon_sym___forceinline] = ACTIONS(4817), - [anon_sym_thread_local] = ACTIONS(4817), - [anon_sym___thread] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4819), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4817), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_template] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_DASH_GT_STAR] = ACTIONS(4819), + [1459] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3411), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1550] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_TILDE] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym_virtual] = ACTIONS(4825), - [anon_sym_extern] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4827), - [anon_sym___declspec] = ACTIONS(4825), - [anon_sym___based] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4825), - [anon_sym_static] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_register] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym___inline] = ACTIONS(4825), - [anon_sym___inline__] = ACTIONS(4825), - [anon_sym___forceinline] = ACTIONS(4825), - [anon_sym_thread_local] = ACTIONS(4825), - [anon_sym___thread] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4827), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4825), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_template] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_DASH_GT_STAR] = ACTIONS(4827), + [1460] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3412), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1551] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_TILDE] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym_virtual] = ACTIONS(4847), - [anon_sym_extern] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4849), - [anon_sym___declspec] = ACTIONS(4847), - [anon_sym___based] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4847), - [anon_sym_static] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_register] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym___inline] = ACTIONS(4847), - [anon_sym___inline__] = ACTIONS(4847), - [anon_sym___forceinline] = ACTIONS(4847), - [anon_sym_thread_local] = ACTIONS(4847), - [anon_sym___thread] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4849), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_template] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_DASH_GT_STAR] = ACTIONS(4849), + [1461] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3413), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1552] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_TILDE] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym_virtual] = ACTIONS(4843), - [anon_sym_extern] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4845), - [anon_sym___declspec] = ACTIONS(4843), - [anon_sym___based] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4843), - [anon_sym_static] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_register] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym___inline] = ACTIONS(4843), - [anon_sym___inline__] = ACTIONS(4843), - [anon_sym___forceinline] = ACTIONS(4843), - [anon_sym_thread_local] = ACTIONS(4843), - [anon_sym___thread] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4845), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_template] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_DASH_GT_STAR] = ACTIONS(4845), + [1462] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3414), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1553] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_TILDE] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym_virtual] = ACTIONS(4821), - [anon_sym_extern] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4823), - [anon_sym___declspec] = ACTIONS(4821), - [anon_sym___based] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4821), - [anon_sym_static] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_register] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym___inline] = ACTIONS(4821), - [anon_sym___inline__] = ACTIONS(4821), - [anon_sym___forceinline] = ACTIONS(4821), - [anon_sym_thread_local] = ACTIONS(4821), - [anon_sym___thread] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4823), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4821), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_template] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_DASH_GT_STAR] = ACTIONS(4823), + [1463] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3415), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1554] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(2915), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_sized_type_specifier_repeat1] = STATE(2078), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4122), - [anon_sym_LPAREN2] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4122), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym___extension__] = ACTIONS(4115), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_signed] = ACTIONS(4914), - [anon_sym_unsigned] = ACTIONS(4914), - [anon_sym_long] = ACTIONS(4914), - [anon_sym_short] = ACTIONS(4914), - [anon_sym_LBRACK] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_constexpr] = ACTIONS(4115), - [anon_sym_volatile] = ACTIONS(4115), - [anon_sym_restrict] = ACTIONS(4115), - [anon_sym___restrict__] = ACTIONS(4115), - [anon_sym__Atomic] = ACTIONS(4115), - [anon_sym__Noreturn] = ACTIONS(4115), - [anon_sym_noreturn] = ACTIONS(4115), - [anon_sym__Nonnull] = ACTIONS(4115), - [anon_sym_mutable] = ACTIONS(4115), - [anon_sym_constinit] = ACTIONS(4115), - [anon_sym_consteval] = ACTIONS(4115), - [anon_sym_PROGMEM] = ACTIONS(4115), - [anon_sym_alignas] = ACTIONS(4115), - [anon_sym__Alignas] = ACTIONS(4115), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4115), - [anon_sym_decltype] = ACTIONS(4115), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [1464] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3416), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1555] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_TILDE] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym_virtual] = ACTIONS(4851), - [anon_sym_extern] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4853), - [anon_sym___declspec] = ACTIONS(4851), - [anon_sym___based] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4851), - [anon_sym_static] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_register] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym___inline] = ACTIONS(4851), - [anon_sym___inline__] = ACTIONS(4851), - [anon_sym___forceinline] = ACTIONS(4851), - [anon_sym_thread_local] = ACTIONS(4851), - [anon_sym___thread] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4853), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4851), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_template] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_DASH_GT_STAR] = ACTIONS(4853), + [1465] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3417), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1556] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_TILDE] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym_virtual] = ACTIONS(4855), - [anon_sym_extern] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4857), - [anon_sym___declspec] = ACTIONS(4855), - [anon_sym___based] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4855), - [anon_sym_static] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_register] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym___inline] = ACTIONS(4855), - [anon_sym___inline__] = ACTIONS(4855), - [anon_sym___forceinline] = ACTIONS(4855), - [anon_sym_thread_local] = ACTIONS(4855), - [anon_sym___thread] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4857), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4855), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_template] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_DASH_GT_STAR] = ACTIONS(4857), + [1466] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3418), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1557] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), - [anon_sym_COMMA] = ACTIONS(4880), - [anon_sym_RPAREN] = ACTIONS(4880), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4885), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), - [anon_sym_DASH_GT_STAR] = ACTIONS(4878), + [1467] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3419), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1558] = { - [sym_type_qualifier] = STATE(1576), - [sym_alignas_qualifier] = STATE(1616), - [sym_primitive_type] = STATE(2597), - [aux_sym__type_definition_type_repeat1] = STATE(1576), - [aux_sym_sized_type_specifier_repeat1] = STATE(2598), - [sym_identifier] = ACTIONS(4982), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4938), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4938), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym___extension__] = ACTIONS(4984), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(4986), - [anon_sym_unsigned] = ACTIONS(4986), - [anon_sym_long] = ACTIONS(4986), - [anon_sym_short] = ACTIONS(4986), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_const] = ACTIONS(4984), - [anon_sym_constexpr] = ACTIONS(4984), - [anon_sym_volatile] = ACTIONS(4984), - [anon_sym_restrict] = ACTIONS(4984), - [anon_sym___restrict__] = ACTIONS(4984), - [anon_sym__Atomic] = ACTIONS(4984), - [anon_sym__Noreturn] = ACTIONS(4984), - [anon_sym_noreturn] = ACTIONS(4984), - [anon_sym__Nonnull] = ACTIONS(4984), - [anon_sym_mutable] = ACTIONS(4984), - [anon_sym_constinit] = ACTIONS(4984), - [anon_sym_consteval] = ACTIONS(4984), - [anon_sym_PROGMEM] = ACTIONS(4984), - [anon_sym_alignas] = ACTIONS(4988), - [anon_sym__Alignas] = ACTIONS(4988), - [aux_sym_primitive_type_token1] = ACTIONS(4990), - [anon_sym_byte] = ACTIONS(4990), - [anon_sym_word] = ACTIONS(4990), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_LT_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_GT_EQ] = ACTIONS(4936), - [anon_sym_AMP_EQ] = ACTIONS(4936), - [anon_sym_CARET_EQ] = ACTIONS(4936), - [anon_sym_PIPE_EQ] = ACTIONS(4936), - [anon_sym_and_eq] = ACTIONS(4938), - [anon_sym_or_eq] = ACTIONS(4938), - [anon_sym_xor_eq] = ACTIONS(4938), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4938), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - [anon_sym_DASH_GT_STAR] = ACTIONS(4936), + [1468] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3420), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1559] = { - [sym_type_qualifier] = STATE(1558), - [sym_alignas_qualifier] = STATE(1616), - [sym_primitive_type] = STATE(2603), - [aux_sym__type_definition_type_repeat1] = STATE(1558), - [aux_sym_sized_type_specifier_repeat1] = STATE(1597), - [sym_identifier] = ACTIONS(4992), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_RPAREN] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4966), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym___extension__] = ACTIONS(4984), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(4994), - [anon_sym_unsigned] = ACTIONS(4994), - [anon_sym_long] = ACTIONS(4994), - [anon_sym_short] = ACTIONS(4994), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(4984), - [anon_sym_constexpr] = ACTIONS(4984), - [anon_sym_volatile] = ACTIONS(4984), - [anon_sym_restrict] = ACTIONS(4984), - [anon_sym___restrict__] = ACTIONS(4984), - [anon_sym__Atomic] = ACTIONS(4984), - [anon_sym__Noreturn] = ACTIONS(4984), - [anon_sym_noreturn] = ACTIONS(4984), - [anon_sym__Nonnull] = ACTIONS(4984), - [anon_sym_mutable] = ACTIONS(4984), - [anon_sym_constinit] = ACTIONS(4984), - [anon_sym_consteval] = ACTIONS(4984), - [anon_sym_PROGMEM] = ACTIONS(4984), - [anon_sym_alignas] = ACTIONS(4988), - [anon_sym__Alignas] = ACTIONS(4988), - [aux_sym_primitive_type_token1] = ACTIONS(4990), - [anon_sym_byte] = ACTIONS(4990), - [anon_sym_word] = ACTIONS(4990), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_LT_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_GT_EQ] = ACTIONS(4964), - [anon_sym_AMP_EQ] = ACTIONS(4964), - [anon_sym_CARET_EQ] = ACTIONS(4964), - [anon_sym_PIPE_EQ] = ACTIONS(4964), - [anon_sym_and_eq] = ACTIONS(4966), - [anon_sym_or_eq] = ACTIONS(4966), - [anon_sym_xor_eq] = ACTIONS(4966), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4966), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), - [anon_sym_DASH_GT_STAR] = ACTIONS(4964), + [1469] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3408), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(4809), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1560] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [sym_identifier] = ACTIONS(4996), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [aux_sym_preproc_if_token2] = ACTIONS(4999), - [aux_sym_preproc_else_token1] = ACTIONS(4999), - [aux_sym_preproc_elif_token1] = ACTIONS(4996), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4999), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4996), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4996), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4996), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4996), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(4924), - [anon_sym_unsigned] = ACTIONS(4924), - [anon_sym_long] = ACTIONS(4924), - [anon_sym_short] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_STAR_EQ] = ACTIONS(4999), - [anon_sym_SLASH_EQ] = ACTIONS(4999), - [anon_sym_PERCENT_EQ] = ACTIONS(4999), - [anon_sym_PLUS_EQ] = ACTIONS(4999), - [anon_sym_DASH_EQ] = ACTIONS(4999), - [anon_sym_LT_LT_EQ] = ACTIONS(4999), - [anon_sym_GT_GT_EQ] = ACTIONS(4999), - [anon_sym_AMP_EQ] = ACTIONS(4999), - [anon_sym_CARET_EQ] = ACTIONS(4999), - [anon_sym_PIPE_EQ] = ACTIONS(4999), - [anon_sym_and_eq] = ACTIONS(4996), - [anon_sym_or_eq] = ACTIONS(4996), - [anon_sym_xor_eq] = ACTIONS(4996), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), + [1470] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3409), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1561] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [aux_sym_preproc_if_token2] = ACTIONS(4857), - [aux_sym_preproc_else_token1] = ACTIONS(4857), - [aux_sym_preproc_elif_token1] = ACTIONS(4855), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4857), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_RBRACK] = ACTIONS(4857), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [anon_sym_COLON] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4857), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_and_eq] = ACTIONS(4855), - [anon_sym_or_eq] = ACTIONS(4855), - [anon_sym_xor_eq] = ACTIONS(4855), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), + [1471] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3266), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(4811), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1562] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [aux_sym_preproc_if_token2] = ACTIONS(4827), - [aux_sym_preproc_else_token1] = ACTIONS(4827), - [aux_sym_preproc_elif_token1] = ACTIONS(4825), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4827), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_RBRACK] = ACTIONS(4827), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [anon_sym_COLON] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4827), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_and_eq] = ACTIONS(4825), - [anon_sym_or_eq] = ACTIONS(4825), - [anon_sym_xor_eq] = ACTIONS(4825), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), + [1472] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3421), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1563] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [aux_sym_preproc_if_token2] = ACTIONS(4845), - [aux_sym_preproc_else_token1] = ACTIONS(4845), - [aux_sym_preproc_elif_token1] = ACTIONS(4843), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4845), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_RBRACK] = ACTIONS(4845), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [anon_sym_COLON] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4845), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_and_eq] = ACTIONS(4843), - [anon_sym_or_eq] = ACTIONS(4843), - [anon_sym_xor_eq] = ACTIONS(4843), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), + [1473] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3424), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1564] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [aux_sym_preproc_if_token2] = ACTIONS(4853), - [aux_sym_preproc_else_token1] = ACTIONS(4853), - [aux_sym_preproc_elif_token1] = ACTIONS(4851), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4853), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_RBRACK] = ACTIONS(4853), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [anon_sym_COLON] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4853), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_and_eq] = ACTIONS(4851), - [anon_sym_or_eq] = ACTIONS(4851), - [anon_sym_xor_eq] = ACTIONS(4851), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), + [1474] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(3426), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4536), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_TILDE] = ACTIONS(2494), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_PLUS] = ACTIONS(2492), + [anon_sym_STAR] = ACTIONS(4504), + [anon_sym_AMP] = ACTIONS(4504), + [anon_sym___extension__] = ACTIONS(2496), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(2492), + [anon_sym_compl] = ACTIONS(2492), + [anon_sym_DASH_DASH] = ACTIONS(4500), + [anon_sym_PLUS_PLUS] = ACTIONS(4500), + [anon_sym_sizeof] = ACTIONS(2500), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2502), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2504), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1565] = { - [sym_type_qualifier] = STATE(1569), - [sym_alignas_qualifier] = STATE(1622), - [sym_primitive_type] = STATE(2658), - [aux_sym__type_definition_type_repeat1] = STATE(1569), - [aux_sym_sized_type_specifier_repeat1] = STATE(1617), - [sym_identifier] = ACTIONS(5002), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4966), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4966), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym___extension__] = ACTIONS(5004), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5006), - [anon_sym_unsigned] = ACTIONS(5006), - [anon_sym_long] = ACTIONS(5006), - [anon_sym_short] = ACTIONS(5006), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(5004), - [anon_sym_constexpr] = ACTIONS(5004), - [anon_sym_volatile] = ACTIONS(5004), - [anon_sym_restrict] = ACTIONS(5004), - [anon_sym___restrict__] = ACTIONS(5004), - [anon_sym__Atomic] = ACTIONS(5004), - [anon_sym__Noreturn] = ACTIONS(5004), - [anon_sym_noreturn] = ACTIONS(5004), - [anon_sym__Nonnull] = ACTIONS(5004), - [anon_sym_mutable] = ACTIONS(5004), - [anon_sym_constinit] = ACTIONS(5004), - [anon_sym_consteval] = ACTIONS(5004), - [anon_sym_PROGMEM] = ACTIONS(5004), - [anon_sym_alignas] = ACTIONS(5008), - [anon_sym__Alignas] = ACTIONS(5008), - [aux_sym_primitive_type_token1] = ACTIONS(5010), - [anon_sym_byte] = ACTIONS(5010), - [anon_sym_word] = ACTIONS(5010), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_LT_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_GT_EQ] = ACTIONS(4966), - [anon_sym_AMP_EQ] = ACTIONS(4964), - [anon_sym_CARET_EQ] = ACTIONS(4964), - [anon_sym_PIPE_EQ] = ACTIONS(4964), - [anon_sym_and_eq] = ACTIONS(4966), - [anon_sym_or_eq] = ACTIONS(4966), - [anon_sym_xor_eq] = ACTIONS(4966), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), + [1475] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4525), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), - [anon_sym_GT2] = ACTIONS(4964), - }, - [1566] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [aux_sym_preproc_if_token2] = ACTIONS(4823), - [aux_sym_preproc_else_token1] = ACTIONS(4823), - [aux_sym_preproc_elif_token1] = ACTIONS(4821), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4823), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_RBRACK] = ACTIONS(4823), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [anon_sym_COLON] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4823), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_and_eq] = ACTIONS(4821), - [anon_sym_or_eq] = ACTIONS(4821), - [anon_sym_xor_eq] = ACTIONS(4821), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1567] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [aux_sym_preproc_if_token2] = ACTIONS(4819), - [aux_sym_preproc_else_token1] = ACTIONS(4819), - [aux_sym_preproc_elif_token1] = ACTIONS(4817), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4819), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_RBRACK] = ACTIONS(4819), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [anon_sym_COLON] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4819), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_and_eq] = ACTIONS(4817), - [anon_sym_or_eq] = ACTIONS(4817), - [anon_sym_xor_eq] = ACTIONS(4817), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), + [1476] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4504), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(4813), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1568] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [aux_sym_preproc_if_token2] = ACTIONS(4849), - [aux_sym_preproc_else_token1] = ACTIONS(4849), - [aux_sym_preproc_elif_token1] = ACTIONS(4847), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4849), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_RBRACK] = ACTIONS(4849), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [anon_sym_COLON] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4849), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_and_eq] = ACTIONS(4847), - [anon_sym_or_eq] = ACTIONS(4847), - [anon_sym_xor_eq] = ACTIONS(4847), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), + [1477] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4506), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1569] = { - [sym_type_qualifier] = STATE(1593), - [sym_alignas_qualifier] = STATE(1622), - [sym_primitive_type] = STATE(2642), - [aux_sym__type_definition_type_repeat1] = STATE(1593), - [aux_sym_sized_type_specifier_repeat1] = STATE(2641), - [sym_identifier] = ACTIONS(5012), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4938), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4938), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4938), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym___extension__] = ACTIONS(5004), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(5014), - [anon_sym_unsigned] = ACTIONS(5014), - [anon_sym_long] = ACTIONS(5014), - [anon_sym_short] = ACTIONS(5014), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_const] = ACTIONS(5004), - [anon_sym_constexpr] = ACTIONS(5004), - [anon_sym_volatile] = ACTIONS(5004), - [anon_sym_restrict] = ACTIONS(5004), - [anon_sym___restrict__] = ACTIONS(5004), - [anon_sym__Atomic] = ACTIONS(5004), - [anon_sym__Noreturn] = ACTIONS(5004), - [anon_sym_noreturn] = ACTIONS(5004), - [anon_sym__Nonnull] = ACTIONS(5004), - [anon_sym_mutable] = ACTIONS(5004), - [anon_sym_constinit] = ACTIONS(5004), - [anon_sym_consteval] = ACTIONS(5004), - [anon_sym_PROGMEM] = ACTIONS(5004), - [anon_sym_alignas] = ACTIONS(5008), - [anon_sym__Alignas] = ACTIONS(5008), - [aux_sym_primitive_type_token1] = ACTIONS(5010), - [anon_sym_byte] = ACTIONS(5010), - [anon_sym_word] = ACTIONS(5010), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_LT_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_GT_EQ] = ACTIONS(4938), - [anon_sym_AMP_EQ] = ACTIONS(4936), - [anon_sym_CARET_EQ] = ACTIONS(4936), - [anon_sym_PIPE_EQ] = ACTIONS(4936), - [anon_sym_and_eq] = ACTIONS(4938), - [anon_sym_or_eq] = ACTIONS(4938), - [anon_sym_xor_eq] = ACTIONS(4938), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - [anon_sym_GT2] = ACTIONS(4936), + [1478] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4507), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1570] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_RPAREN] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4996), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4996), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4996), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4996), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym_SEMI] = ACTIONS(4999), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_RBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(4924), - [anon_sym_unsigned] = ACTIONS(4924), - [anon_sym_long] = ACTIONS(4924), - [anon_sym_short] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_RBRACK] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_COLON] = ACTIONS(4999), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_STAR_EQ] = ACTIONS(4999), - [anon_sym_SLASH_EQ] = ACTIONS(4999), - [anon_sym_PERCENT_EQ] = ACTIONS(4999), - [anon_sym_PLUS_EQ] = ACTIONS(4999), - [anon_sym_DASH_EQ] = ACTIONS(4999), - [anon_sym_LT_LT_EQ] = ACTIONS(4999), - [anon_sym_GT_GT_EQ] = ACTIONS(4999), - [anon_sym_AMP_EQ] = ACTIONS(4999), - [anon_sym_CARET_EQ] = ACTIONS(4999), - [anon_sym_PIPE_EQ] = ACTIONS(4999), - [anon_sym_and_eq] = ACTIONS(4996), - [anon_sym_or_eq] = ACTIONS(4996), - [anon_sym_xor_eq] = ACTIONS(4996), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), + [1479] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4508), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1571] = { - [sym_function_definition] = STATE(747), - [sym_declaration] = STATE(747), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4697), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1838), - [sym_declaration_list] = STATE(747), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(5020), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1480] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4509), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1572] = { - [sym_function_definition] = STATE(381), - [sym_declaration] = STATE(381), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4743), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1836), - [sym_declaration_list] = STATE(381), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(5022), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1481] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4452), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1573] = { - [sym_function_definition] = STATE(540), - [sym_declaration] = STATE(540), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4728), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1846), - [sym_declaration_list] = STATE(540), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(5024), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1482] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4511), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1574] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4880), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4878), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4878), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4878), - [anon_sym_GT_GT] = ACTIONS(4878), - [anon_sym_SEMI] = ACTIONS(4880), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4880), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym___cdecl] = ACTIONS(4876), - [anon_sym___clrcall] = ACTIONS(4876), - [anon_sym___stdcall] = ACTIONS(4876), - [anon_sym___fastcall] = ACTIONS(4876), - [anon_sym___thiscall] = ACTIONS(4876), - [anon_sym___vectorcall] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_RBRACE] = ACTIONS(4878), - [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_RBRACK] = ACTIONS(4878), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4885), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4885), - [anon_sym_not_eq] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), + [1483] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4512), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_operator] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1575] = { - [sym_function_definition] = STATE(574), - [sym_declaration] = STATE(574), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4672), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1849), - [sym_declaration_list] = STATE(574), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1484] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4513), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1576] = { - [sym_type_qualifier] = STATE(1576), - [sym_alignas_qualifier] = STATE(1616), - [aux_sym__type_definition_type_repeat1] = STATE(1576), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4896), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4896), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4896), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4898), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4896), - [anon_sym_GT_GT] = ACTIONS(4896), - [anon_sym___extension__] = ACTIONS(5028), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4896), - [anon_sym_const] = ACTIONS(5028), - [anon_sym_constexpr] = ACTIONS(5028), - [anon_sym_volatile] = ACTIONS(5028), - [anon_sym_restrict] = ACTIONS(5028), - [anon_sym___restrict__] = ACTIONS(5028), - [anon_sym__Atomic] = ACTIONS(5028), - [anon_sym__Noreturn] = ACTIONS(5028), - [anon_sym_noreturn] = ACTIONS(5028), - [anon_sym__Nonnull] = ACTIONS(5028), - [anon_sym_mutable] = ACTIONS(5028), - [anon_sym_constinit] = ACTIONS(5028), - [anon_sym_consteval] = ACTIONS(5028), - [anon_sym_PROGMEM] = ACTIONS(5028), - [anon_sym_alignas] = ACTIONS(5031), - [anon_sym__Alignas] = ACTIONS(5031), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_STAR_EQ] = ACTIONS(4898), - [anon_sym_SLASH_EQ] = ACTIONS(4898), - [anon_sym_PERCENT_EQ] = ACTIONS(4898), - [anon_sym_PLUS_EQ] = ACTIONS(4898), - [anon_sym_DASH_EQ] = ACTIONS(4898), - [anon_sym_LT_LT_EQ] = ACTIONS(4898), - [anon_sym_GT_GT_EQ] = ACTIONS(4898), - [anon_sym_AMP_EQ] = ACTIONS(4898), - [anon_sym_CARET_EQ] = ACTIONS(4898), - [anon_sym_PIPE_EQ] = ACTIONS(4898), - [anon_sym_and_eq] = ACTIONS(4896), - [anon_sym_or_eq] = ACTIONS(4896), - [anon_sym_xor_eq] = ACTIONS(4896), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4896), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_DASH_GT_STAR] = ACTIONS(4898), + [1485] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4514), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1577] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4883), - [anon_sym_COMMA] = ACTIONS(4883), - [anon_sym_RPAREN] = ACTIONS(4883), - [anon_sym_LPAREN2] = ACTIONS(4883), - [anon_sym_TILDE] = ACTIONS(4883), - [anon_sym_STAR] = ACTIONS(4883), - [anon_sym_PIPE_PIPE] = ACTIONS(4883), - [anon_sym_AMP_AMP] = ACTIONS(4883), - [anon_sym_AMP] = ACTIONS(4876), - [anon_sym_SEMI] = ACTIONS(4883), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym_virtual] = ACTIONS(4876), - [anon_sym_extern] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), - [anon_sym___declspec] = ACTIONS(4876), - [anon_sym___based] = ACTIONS(4876), - [anon_sym___cdecl] = ACTIONS(4876), - [anon_sym___clrcall] = ACTIONS(4876), - [anon_sym___stdcall] = ACTIONS(4876), - [anon_sym___fastcall] = ACTIONS(4876), - [anon_sym___thiscall] = ACTIONS(4876), - [anon_sym___vectorcall] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_signed] = ACTIONS(4876), - [anon_sym_unsigned] = ACTIONS(4876), - [anon_sym_long] = ACTIONS(4876), - [anon_sym_short] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4883), - [anon_sym_register] = ACTIONS(4876), - [anon_sym_inline] = ACTIONS(4876), - [anon_sym___inline] = ACTIONS(4876), - [anon_sym___inline__] = ACTIONS(4876), - [anon_sym___forceinline] = ACTIONS(4876), - [anon_sym_thread_local] = ACTIONS(4876), - [anon_sym___thread] = ACTIONS(4876), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [aux_sym_primitive_type_token1] = ACTIONS(4876), - [anon_sym_byte] = ACTIONS(4876), - [anon_sym_word] = ACTIONS(4876), - [anon_sym_enum] = ACTIONS(4876), - [anon_sym_class] = ACTIONS(4876), - [anon_sym_struct] = ACTIONS(4876), - [anon_sym_union] = ACTIONS(4876), - [anon_sym_COLON] = ACTIONS(4876), - [anon_sym_or] = ACTIONS(4876), - [anon_sym_and] = ACTIONS(4876), - [anon_sym_asm] = ACTIONS(4876), - [anon_sym___asm__] = ACTIONS(4876), - [anon_sym___asm] = ACTIONS(4876), + [1486] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4515), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_final] = ACTIONS(4876), - [anon_sym_override] = ACTIONS(4876), - [anon_sym_explicit] = ACTIONS(4876), - [anon_sym_typename] = ACTIONS(4876), - [anon_sym_template] = ACTIONS(4876), - [anon_sym_GT2] = ACTIONS(4883), - [anon_sym_operator] = ACTIONS(4876), - [anon_sym_try] = ACTIONS(4876), - [anon_sym_friend] = ACTIONS(4876), - [anon_sym_using] = ACTIONS(4876), - [anon_sym_concept] = ACTIONS(4876), - [anon_sym_requires] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1578] = { - [sym_function_definition] = STATE(638), - [sym_declaration] = STATE(638), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4728), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1846), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7899), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1487] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4518), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5036), - [anon_sym_struct] = ACTIONS(5038), - [anon_sym_union] = ACTIONS(5040), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1579] = { - [sym_function_definition] = STATE(1892), - [sym_declaration] = STATE(1892), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4670), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1847), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7926), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1488] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4520), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5042), - [anon_sym_struct] = ACTIONS(5044), - [anon_sym_union] = ACTIONS(5046), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1580] = { - [sym_function_definition] = STATE(691), - [sym_declaration] = STATE(691), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4697), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1838), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8111), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1489] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3824), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5048), - [anon_sym_struct] = ACTIONS(5050), - [anon_sym_union] = ACTIONS(5052), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1581] = { - [sym_type_qualifier] = STATE(1588), - [sym_alignas_qualifier] = STATE(1635), - [sym_primitive_type] = STATE(2735), - [aux_sym__type_definition_type_repeat1] = STATE(1588), - [aux_sym_sized_type_specifier_repeat1] = STATE(1628), - [sym_identifier] = ACTIONS(5054), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_RPAREN] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4966), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym___extension__] = ACTIONS(5056), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5058), - [anon_sym_unsigned] = ACTIONS(5058), - [anon_sym_long] = ACTIONS(5058), - [anon_sym_short] = ACTIONS(5058), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(5056), - [anon_sym_constexpr] = ACTIONS(5056), - [anon_sym_volatile] = ACTIONS(5056), - [anon_sym_restrict] = ACTIONS(5056), - [anon_sym___restrict__] = ACTIONS(5056), - [anon_sym__Atomic] = ACTIONS(5056), - [anon_sym__Noreturn] = ACTIONS(5056), - [anon_sym_noreturn] = ACTIONS(5056), - [anon_sym__Nonnull] = ACTIONS(5056), - [anon_sym_mutable] = ACTIONS(5056), - [anon_sym_constinit] = ACTIONS(5056), - [anon_sym_consteval] = ACTIONS(5056), - [anon_sym_PROGMEM] = ACTIONS(5056), - [anon_sym_alignas] = ACTIONS(5060), - [anon_sym__Alignas] = ACTIONS(5060), - [aux_sym_primitive_type_token1] = ACTIONS(5062), - [anon_sym_byte] = ACTIONS(5062), - [anon_sym_word] = ACTIONS(5062), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_LT_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_GT_EQ] = ACTIONS(4964), - [anon_sym_AMP_EQ] = ACTIONS(4964), - [anon_sym_CARET_EQ] = ACTIONS(4964), - [anon_sym_PIPE_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4966), + [1490] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3786), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), - [anon_sym_DASH_GT_STAR] = ACTIONS(4964), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1582] = { - [sym_function_definition] = STATE(658), - [sym_declaration] = STATE(658), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4672), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1849), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8430), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1491] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3828), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5064), - [anon_sym_struct] = ACTIONS(5066), - [anon_sym_union] = ACTIONS(5068), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1583] = { - [sym_function_definition] = STATE(644), - [sym_declaration] = STATE(644), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4672), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1849), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8505), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1492] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4527), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(4815), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5070), - [anon_sym_struct] = ACTIONS(5072), - [anon_sym_union] = ACTIONS(5074), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1584] = { - [sym_function_definition] = STATE(700), - [sym_declaration] = STATE(700), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4697), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1838), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8061), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1493] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(3828), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3756), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3756), + [sym_call_expression] = STATE(3756), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3756), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3756), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3756), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3756), + [sym_identifier] = ACTIONS(3737), + [anon_sym_LPAREN2] = ACTIONS(3761), + [anon_sym_BANG] = ACTIONS(3741), + [anon_sym_TILDE] = ACTIONS(3741), + [anon_sym_DASH] = ACTIONS(3739), + [anon_sym_PLUS] = ACTIONS(3739), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(3743), + [anon_sym_COLON_COLON] = ACTIONS(3745), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5076), - [anon_sym_struct] = ACTIONS(5078), - [anon_sym_union] = ACTIONS(5080), + [anon_sym_not] = ACTIONS(3739), + [anon_sym_compl] = ACTIONS(3739), + [anon_sym_DASH_DASH] = ACTIONS(3765), + [anon_sym_PLUS_PLUS] = ACTIONS(3765), + [anon_sym_sizeof] = ACTIONS(3747), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(3749), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(3751), + [anon_sym_new] = ACTIONS(3735), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1585] = { - [sym_function_definition] = STATE(2005), - [sym_declaration] = STATE(2005), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4670), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1847), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7963), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1494] = { + [sym_primitive_type] = STATE(6897), + [sym_expression] = STATE(3276), + [sym__string] = STATE(3508), + [sym_conditional_expression] = STATE(3677), + [sym_assignment_expression] = STATE(3677), + [sym_pointer_expression] = STATE(3768), + [sym_unary_expression] = STATE(3677), + [sym_binary_expression] = STATE(3677), + [sym_update_expression] = STATE(3677), + [sym_cast_expression] = STATE(3677), + [sym_sizeof_expression] = STATE(3677), + [sym_alignof_expression] = STATE(3677), + [sym_offsetof_expression] = STATE(3677), + [sym_generic_expression] = STATE(3677), + [sym_subscript_expression] = STATE(3768), + [sym_call_expression] = STATE(3768), + [sym_gnu_asm_expression] = STATE(3677), + [sym_extension_expression] = STATE(3677), + [sym_field_expression] = STATE(3768), + [sym_compound_literal_expression] = STATE(3677), + [sym_parenthesized_expression] = STATE(3768), + [sym_number_literal] = STATE(3508), + [sym_char_literal] = STATE(3508), + [sym_concatenated_string] = STATE(3508), + [sym_string_literal] = STATE(2401), + [sym_null] = STATE(3677), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7700), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3677), + [sym_raw_string_literal] = STATE(2401), + [sym_co_await_expression] = STATE(3677), + [sym_new_expression] = STATE(3677), + [sym_delete_expression] = STATE(3677), + [sym_requires_clause] = STATE(3677), + [sym_requires_expression] = STATE(3677), + [sym_lambda_expression] = STATE(3677), + [sym_lambda_capture_specifier] = STATE(5933), + [sym_fold_expression] = STATE(3677), + [sym_parameter_pack_expansion] = STATE(3677), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5670), + [sym_qualified_identifier] = STATE(3768), + [sym_qualified_type_identifier] = STATE(7700), + [sym_user_defined_literal] = STATE(3768), + [sym_identifier] = ACTIONS(2510), + [anon_sym_LPAREN2] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_TILDE] = ACTIONS(2514), + [anon_sym_DASH] = ACTIONS(2512), + [anon_sym_PLUS] = ACTIONS(2512), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym___extension__] = ACTIONS(2516), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5082), - [anon_sym_struct] = ACTIONS(5084), - [anon_sym_union] = ACTIONS(5086), + [anon_sym_not] = ACTIONS(2512), + [anon_sym_compl] = ACTIONS(2512), + [anon_sym_DASH_DASH] = ACTIONS(4459), + [anon_sym_PLUS_PLUS] = ACTIONS(4459), + [anon_sym_sizeof] = ACTIONS(2522), + [anon_sym___alignof__] = ACTIONS(2524), + [anon_sym___alignof] = ACTIONS(2524), + [anon_sym__alignof] = ACTIONS(2524), + [anon_sym_alignof] = ACTIONS(2524), + [anon_sym__Alignof] = ACTIONS(2524), + [anon_sym_offsetof] = ACTIONS(2526), + [anon_sym__Generic] = ACTIONS(2528), + [anon_sym_asm] = ACTIONS(2530), + [anon_sym___asm__] = ACTIONS(2530), + [anon_sym___asm] = ACTIONS(2530), + [aux_sym_number_literal_token1] = ACTIONS(2532), + [aux_sym_number_literal_token2] = ACTIONS(2534), + [anon_sym_L_SQUOTE] = ACTIONS(2536), + [anon_sym_u_SQUOTE] = ACTIONS(2536), + [anon_sym_U_SQUOTE] = ACTIONS(2536), + [anon_sym_u8_SQUOTE] = ACTIONS(2536), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_L_DQUOTE] = ACTIONS(2538), + [anon_sym_u_DQUOTE] = ACTIONS(2538), + [anon_sym_U_DQUOTE] = ACTIONS(2538), + [anon_sym_u8_DQUOTE] = ACTIONS(2538), + [anon_sym_DQUOTE] = ACTIONS(2538), + [sym_true] = ACTIONS(2540), + [sym_false] = ACTIONS(2540), + [anon_sym_NULL] = ACTIONS(2542), + [anon_sym_nullptr] = ACTIONS(2542), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2544), + [anon_sym_R_DQUOTE] = ACTIONS(2546), + [anon_sym_LR_DQUOTE] = ACTIONS(2546), + [anon_sym_uR_DQUOTE] = ACTIONS(2546), + [anon_sym_UR_DQUOTE] = ACTIONS(2546), + [anon_sym_u8R_DQUOTE] = ACTIONS(2546), + [anon_sym_co_await] = ACTIONS(2548), + [anon_sym_new] = ACTIONS(2550), + [anon_sym_requires] = ACTIONS(2552), + [sym_this] = ACTIONS(2540), }, - [1586] = { - [sym_function_definition] = STATE(386), - [sym_declaration] = STATE(386), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4743), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1836), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8232), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1495] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2932), + [sym__string] = STATE(2974), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2974), + [sym_char_literal] = STATE(2974), + [sym_concatenated_string] = STATE(2974), + [sym_string_literal] = STATE(2132), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2132), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(1984), + [anon_sym_TILDE] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_PLUS] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1988), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5088), - [anon_sym_struct] = ACTIONS(5090), - [anon_sym_union] = ACTIONS(5092), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_compl] = ACTIONS(1982), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_sizeof] = ACTIONS(1990), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1992), + [aux_sym_number_literal_token2] = ACTIONS(1994), + [anon_sym_L_SQUOTE] = ACTIONS(1996), + [anon_sym_u_SQUOTE] = ACTIONS(1996), + [anon_sym_U_SQUOTE] = ACTIONS(1996), + [anon_sym_u8_SQUOTE] = ACTIONS(1996), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_L_DQUOTE] = ACTIONS(1998), + [anon_sym_u_DQUOTE] = ACTIONS(1998), + [anon_sym_U_DQUOTE] = ACTIONS(1998), + [anon_sym_u8_DQUOTE] = ACTIONS(1998), + [anon_sym_DQUOTE] = ACTIONS(1998), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(2000), + [anon_sym_R_DQUOTE] = ACTIONS(2002), + [anon_sym_LR_DQUOTE] = ACTIONS(2002), + [anon_sym_uR_DQUOTE] = ACTIONS(2002), + [anon_sym_UR_DQUOTE] = ACTIONS(2002), + [anon_sym_u8R_DQUOTE] = ACTIONS(2002), + [anon_sym_co_await] = ACTIONS(2004), + [anon_sym_new] = ACTIONS(2006), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1587] = { - [sym_function_definition] = STATE(1890), - [sym_declaration] = STATE(1890), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4708), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1850), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8120), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1496] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4762), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5094), - [anon_sym_struct] = ACTIONS(5096), - [anon_sym_union] = ACTIONS(5098), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - }, - [1588] = { - [sym_type_qualifier] = STATE(1619), - [sym_alignas_qualifier] = STATE(1635), - [sym_primitive_type] = STATE(2743), - [aux_sym__type_definition_type_repeat1] = STATE(1619), - [aux_sym_sized_type_specifier_repeat1] = STATE(2747), - [sym_identifier] = ACTIONS(5100), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4938), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4938), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym___extension__] = ACTIONS(5056), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(5102), - [anon_sym_unsigned] = ACTIONS(5102), - [anon_sym_long] = ACTIONS(5102), - [anon_sym_short] = ACTIONS(5102), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_const] = ACTIONS(5056), - [anon_sym_constexpr] = ACTIONS(5056), - [anon_sym_volatile] = ACTIONS(5056), - [anon_sym_restrict] = ACTIONS(5056), - [anon_sym___restrict__] = ACTIONS(5056), - [anon_sym__Atomic] = ACTIONS(5056), - [anon_sym__Noreturn] = ACTIONS(5056), - [anon_sym_noreturn] = ACTIONS(5056), - [anon_sym__Nonnull] = ACTIONS(5056), - [anon_sym_mutable] = ACTIONS(5056), - [anon_sym_constinit] = ACTIONS(5056), - [anon_sym_consteval] = ACTIONS(5056), - [anon_sym_PROGMEM] = ACTIONS(5056), - [anon_sym_alignas] = ACTIONS(5060), - [anon_sym__Alignas] = ACTIONS(5060), - [aux_sym_primitive_type_token1] = ACTIONS(5062), - [anon_sym_byte] = ACTIONS(5062), - [anon_sym_word] = ACTIONS(5062), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_LT_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_GT_EQ] = ACTIONS(4936), - [anon_sym_AMP_EQ] = ACTIONS(4936), - [anon_sym_CARET_EQ] = ACTIONS(4936), - [anon_sym_PIPE_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4938), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - [anon_sym_DASH_GT_STAR] = ACTIONS(4936), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1589] = { - [sym_function_definition] = STATE(354), - [sym_declaration] = STATE(354), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4743), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1836), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8218), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1497] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4763), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5104), - [anon_sym_struct] = ACTIONS(5106), - [anon_sym_union] = ACTIONS(5108), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1590] = { - [sym_function_definition] = STATE(1978), - [sym_declaration] = STATE(1978), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4708), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1850), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8435), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1498] = { + [sym_primitive_type] = STATE(6935), + [sym_expression] = STATE(4764), + [sym__string] = STATE(4256), + [sym_conditional_expression] = STATE(3858), + [sym_assignment_expression] = STATE(3858), + [sym_pointer_expression] = STATE(3430), + [sym_unary_expression] = STATE(3858), + [sym_binary_expression] = STATE(3858), + [sym_update_expression] = STATE(3858), + [sym_cast_expression] = STATE(3858), + [sym_sizeof_expression] = STATE(3858), + [sym_alignof_expression] = STATE(3858), + [sym_offsetof_expression] = STATE(3858), + [sym_generic_expression] = STATE(3858), + [sym_subscript_expression] = STATE(3430), + [sym_call_expression] = STATE(3430), + [sym_gnu_asm_expression] = STATE(3858), + [sym_extension_expression] = STATE(3858), + [sym_field_expression] = STATE(3430), + [sym_compound_literal_expression] = STATE(3858), + [sym_parenthesized_expression] = STATE(3430), + [sym_number_literal] = STATE(4256), + [sym_char_literal] = STATE(4256), + [sym_concatenated_string] = STATE(4256), + [sym_string_literal] = STATE(3239), + [sym_null] = STATE(3858), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7732), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(3858), + [sym_raw_string_literal] = STATE(3239), + [sym_co_await_expression] = STATE(3858), + [sym_new_expression] = STATE(3858), + [sym_delete_expression] = STATE(3858), + [sym_requires_clause] = STATE(3858), + [sym_requires_expression] = STATE(3858), + [sym_lambda_expression] = STATE(3858), + [sym_lambda_capture_specifier] = STATE(5916), + [sym_fold_expression] = STATE(3858), + [sym_parameter_pack_expansion] = STATE(3858), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(3430), + [sym_qualified_type_identifier] = STATE(7732), + [sym_user_defined_literal] = STATE(3430), + [sym_identifier] = ACTIONS(3529), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1227), + [anon_sym_AMP] = ACTIONS(1227), + [anon_sym___extension__] = ACTIONS(2036), + [anon_sym_COLON_COLON] = ACTIONS(45), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5110), - [anon_sym_struct] = ACTIONS(5112), - [anon_sym_union] = ACTIONS(5114), + [anon_sym_not] = ACTIONS(25), + [anon_sym_compl] = ACTIONS(25), + [anon_sym_DASH_DASH] = ACTIONS(101), + [anon_sym_PLUS_PLUS] = ACTIONS(101), + [anon_sym_sizeof] = ACTIONS(103), + [anon_sym___alignof__] = ACTIONS(105), + [anon_sym___alignof] = ACTIONS(105), + [anon_sym__alignof] = ACTIONS(105), + [anon_sym_alignof] = ACTIONS(105), + [anon_sym__Alignof] = ACTIONS(105), + [anon_sym_offsetof] = ACTIONS(107), + [anon_sym__Generic] = ACTIONS(109), + [anon_sym_asm] = ACTIONS(111), + [anon_sym___asm__] = ACTIONS(111), + [anon_sym___asm] = ACTIONS(111), + [aux_sym_number_literal_token1] = ACTIONS(113), + [aux_sym_number_literal_token2] = ACTIONS(115), + [anon_sym_L_SQUOTE] = ACTIONS(117), + [anon_sym_u_SQUOTE] = ACTIONS(117), + [anon_sym_U_SQUOTE] = ACTIONS(117), + [anon_sym_u8_SQUOTE] = ACTIONS(117), + [anon_sym_SQUOTE] = ACTIONS(117), + [anon_sym_L_DQUOTE] = ACTIONS(119), + [anon_sym_u_DQUOTE] = ACTIONS(119), + [anon_sym_U_DQUOTE] = ACTIONS(119), + [anon_sym_u8_DQUOTE] = ACTIONS(119), + [anon_sym_DQUOTE] = ACTIONS(119), + [sym_true] = ACTIONS(221), + [sym_false] = ACTIONS(221), + [anon_sym_NULL] = ACTIONS(123), + [anon_sym_nullptr] = ACTIONS(123), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(139), + [anon_sym_R_DQUOTE] = ACTIONS(155), + [anon_sym_LR_DQUOTE] = ACTIONS(155), + [anon_sym_uR_DQUOTE] = ACTIONS(155), + [anon_sym_UR_DQUOTE] = ACTIONS(155), + [anon_sym_u8R_DQUOTE] = ACTIONS(155), + [anon_sym_co_await] = ACTIONS(157), + [anon_sym_new] = ACTIONS(159), + [anon_sym_requires] = ACTIONS(161), + [sym_this] = ACTIONS(221), }, - [1591] = { - [sym_function_definition] = STATE(1696), - [sym_declaration] = STATE(1696), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4687), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1841), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8023), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), + [1499] = { + [sym_primitive_type] = STATE(6938), + [sym_expression] = STATE(2764), + [sym__string] = STATE(2907), + [sym_conditional_expression] = STATE(2455), + [sym_assignment_expression] = STATE(2455), + [sym_pointer_expression] = STATE(2468), + [sym_unary_expression] = STATE(2455), + [sym_binary_expression] = STATE(2455), + [sym_update_expression] = STATE(2455), + [sym_cast_expression] = STATE(2455), + [sym_sizeof_expression] = STATE(2455), + [sym_alignof_expression] = STATE(2455), + [sym_offsetof_expression] = STATE(2455), + [sym_generic_expression] = STATE(2455), + [sym_subscript_expression] = STATE(2468), + [sym_call_expression] = STATE(2468), + [sym_gnu_asm_expression] = STATE(2455), + [sym_extension_expression] = STATE(2455), + [sym_field_expression] = STATE(2468), + [sym_compound_literal_expression] = STATE(2455), + [sym_parenthesized_expression] = STATE(2468), + [sym_number_literal] = STATE(2907), + [sym_char_literal] = STATE(2907), + [sym_concatenated_string] = STATE(2907), + [sym_string_literal] = STATE(2100), + [sym_null] = STATE(2455), + [sym_decltype] = STATE(8077), + [sym__class_name] = STATE(7640), + [sym_template_type] = STATE(2134), + [sym_template_function] = STATE(2455), + [sym_raw_string_literal] = STATE(2100), + [sym_co_await_expression] = STATE(2455), + [sym_new_expression] = STATE(2455), + [sym_delete_expression] = STATE(2455), + [sym_requires_clause] = STATE(2455), + [sym_requires_expression] = STATE(2455), + [sym_lambda_expression] = STATE(2455), + [sym_lambda_capture_specifier] = STATE(5915), + [sym_fold_expression] = STATE(2455), + [sym_parameter_pack_expansion] = STATE(2455), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5644), + [sym_qualified_identifier] = STATE(2468), + [sym_qualified_type_identifier] = STATE(7640), + [sym_user_defined_literal] = STATE(2468), + [sym_identifier] = ACTIONS(1980), + [anon_sym_LPAREN2] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(1932), + [anon_sym_TILDE] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_PLUS] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(4510), + [anon_sym_AMP] = ACTIONS(4510), + [anon_sym___extension__] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1978), [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5116), - [anon_sym_struct] = ACTIONS(5118), - [anon_sym_union] = ACTIONS(5120), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_not] = ACTIONS(1930), + [anon_sym_compl] = ACTIONS(1930), + [anon_sym_DASH_DASH] = ACTIONS(4451), + [anon_sym_PLUS_PLUS] = ACTIONS(4451), + [anon_sym_sizeof] = ACTIONS(1940), + [anon_sym___alignof__] = ACTIONS(1942), + [anon_sym___alignof] = ACTIONS(1942), + [anon_sym__alignof] = ACTIONS(1942), + [anon_sym_alignof] = ACTIONS(1942), + [anon_sym__Alignof] = ACTIONS(1942), + [anon_sym_offsetof] = ACTIONS(1944), + [anon_sym__Generic] = ACTIONS(1946), + [anon_sym_asm] = ACTIONS(1948), + [anon_sym___asm__] = ACTIONS(1948), + [anon_sym___asm] = ACTIONS(1948), + [aux_sym_number_literal_token1] = ACTIONS(1950), + [aux_sym_number_literal_token2] = ACTIONS(1952), + [anon_sym_L_SQUOTE] = ACTIONS(1954), + [anon_sym_u_SQUOTE] = ACTIONS(1954), + [anon_sym_U_SQUOTE] = ACTIONS(1954), + [anon_sym_u8_SQUOTE] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1954), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [anon_sym_NULL] = ACTIONS(1960), + [anon_sym_nullptr] = ACTIONS(1960), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_delete] = ACTIONS(1964), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [anon_sym_co_await] = ACTIONS(1968), + [anon_sym_new] = ACTIONS(1970), + [anon_sym_requires] = ACTIONS(1972), + [sym_this] = ACTIONS(1958), }, - [1592] = { - [sym_function_definition] = STATE(1709), - [sym_declaration] = STATE(1709), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4687), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1841), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(8044), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), + [1500] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_ms_call_modifier] = STATE(6250), + [sym__abstract_declarator] = STATE(6814), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_abstract_function_declarator] = STATE(5978), + [sym_abstract_array_declarator] = STATE(5978), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_list] = STATE(2968), + [sym_parameter_declaration] = STATE(7199), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7199), + [sym_variadic_parameter_declaration] = STATE(7199), + [sym_abstract_reference_declarator] = STATE(5978), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(4155), + [anon_sym_LPAREN2] = ACTIONS(4819), + [anon_sym_STAR] = ACTIONS(4821), + [anon_sym_AMP_AMP] = ACTIONS(4823), + [anon_sym_AMP] = ACTIONS(4825), [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1862), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_COLON_COLON] = ACTIONS(4827), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym___cdecl] = ACTIONS(1790), + [anon_sym___clrcall] = ACTIONS(1790), + [anon_sym___stdcall] = ACTIONS(1790), + [anon_sym___fastcall] = ACTIONS(1790), + [anon_sym___thiscall] = ACTIONS(1790), + [anon_sym___vectorcall] = ACTIONS(1790), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(4829), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -242196,150 +233817,780 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5122), - [anon_sym_struct] = ACTIONS(5124), - [anon_sym_union] = ACTIONS(5126), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1593] = { - [sym_type_qualifier] = STATE(1593), - [sym_alignas_qualifier] = STATE(1622), - [aux_sym__type_definition_type_repeat1] = STATE(1593), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4896), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4896), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4896), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4896), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4896), - [anon_sym_GT_GT] = ACTIONS(4896), - [anon_sym___extension__] = ACTIONS(5128), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4896), - [anon_sym_const] = ACTIONS(5128), - [anon_sym_constexpr] = ACTIONS(5128), - [anon_sym_volatile] = ACTIONS(5128), - [anon_sym_restrict] = ACTIONS(5128), - [anon_sym___restrict__] = ACTIONS(5128), - [anon_sym__Atomic] = ACTIONS(5128), - [anon_sym__Noreturn] = ACTIONS(5128), - [anon_sym_noreturn] = ACTIONS(5128), - [anon_sym__Nonnull] = ACTIONS(5128), - [anon_sym_mutable] = ACTIONS(5128), - [anon_sym_constinit] = ACTIONS(5128), - [anon_sym_consteval] = ACTIONS(5128), - [anon_sym_PROGMEM] = ACTIONS(5128), - [anon_sym_alignas] = ACTIONS(5131), - [anon_sym__Alignas] = ACTIONS(5131), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_STAR_EQ] = ACTIONS(4898), - [anon_sym_SLASH_EQ] = ACTIONS(4898), - [anon_sym_PERCENT_EQ] = ACTIONS(4898), - [anon_sym_PLUS_EQ] = ACTIONS(4898), - [anon_sym_DASH_EQ] = ACTIONS(4898), - [anon_sym_LT_LT_EQ] = ACTIONS(4898), - [anon_sym_GT_GT_EQ] = ACTIONS(4896), - [anon_sym_AMP_EQ] = ACTIONS(4898), - [anon_sym_CARET_EQ] = ACTIONS(4898), - [anon_sym_PIPE_EQ] = ACTIONS(4898), - [anon_sym_and_eq] = ACTIONS(4896), - [anon_sym_or_eq] = ACTIONS(4896), - [anon_sym_xor_eq] = ACTIONS(4896), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4898), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_GT2] = ACTIONS(4898), + [1501] = { + [sym_template_argument_list] = STATE(1511), + [sym_identifier] = ACTIONS(4831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_COMMA] = ACTIONS(4833), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_TILDE] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4845), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym_SEMI] = ACTIONS(4835), + [anon_sym___extension__] = ACTIONS(4831), + [anon_sym_virtual] = ACTIONS(4831), + [anon_sym_extern] = ACTIONS(4831), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4835), + [anon_sym___declspec] = ACTIONS(4831), + [anon_sym___based] = ACTIONS(4831), + [anon_sym___cdecl] = ACTIONS(4831), + [anon_sym___clrcall] = ACTIONS(4831), + [anon_sym___stdcall] = ACTIONS(4831), + [anon_sym___fastcall] = ACTIONS(4831), + [anon_sym___thiscall] = ACTIONS(4831), + [anon_sym___vectorcall] = ACTIONS(4831), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_RBRACE] = ACTIONS(4833), + [anon_sym_LBRACK] = ACTIONS(4842), + [anon_sym_static] = ACTIONS(4831), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_register] = ACTIONS(4831), + [anon_sym_inline] = ACTIONS(4831), + [anon_sym___inline] = ACTIONS(4831), + [anon_sym___inline__] = ACTIONS(4831), + [anon_sym___forceinline] = ACTIONS(4831), + [anon_sym_thread_local] = ACTIONS(4831), + [anon_sym___thread] = ACTIONS(4831), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4831), + [anon_sym_volatile] = ACTIONS(4831), + [anon_sym_restrict] = ACTIONS(4831), + [anon_sym___restrict__] = ACTIONS(4831), + [anon_sym__Atomic] = ACTIONS(4831), + [anon_sym__Noreturn] = ACTIONS(4831), + [anon_sym_noreturn] = ACTIONS(4831), + [anon_sym__Nonnull] = ACTIONS(4831), + [anon_sym_mutable] = ACTIONS(4831), + [anon_sym_constinit] = ACTIONS(4831), + [anon_sym_consteval] = ACTIONS(4831), + [anon_sym_PROGMEM] = ACTIONS(4831), + [anon_sym_alignas] = ACTIONS(4831), + [anon_sym__Alignas] = ACTIONS(4831), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4840), + [anon_sym_or_eq] = ACTIONS(4840), + [anon_sym_xor_eq] = ACTIONS(4840), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4840), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4840), + [anon_sym_not_eq] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_template] = ACTIONS(4831), + [anon_sym_operator] = ACTIONS(4831), }, - [1594] = { - [sym_function_definition] = STATE(660), - [sym_declaration] = STATE(660), - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4728), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_ms_call_modifier] = STATE(1846), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym__class_name] = STATE(7874), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(3661), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(3666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5034), + [1502] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_TILDE] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym_virtual] = ACTIONS(4848), + [anon_sym_extern] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4850), + [anon_sym___declspec] = ACTIONS(4848), + [anon_sym___based] = ACTIONS(4848), + [anon_sym___cdecl] = ACTIONS(4848), + [anon_sym___clrcall] = ACTIONS(4848), + [anon_sym___stdcall] = ACTIONS(4848), + [anon_sym___fastcall] = ACTIONS(4848), + [anon_sym___thiscall] = ACTIONS(4848), + [anon_sym___vectorcall] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4848), + [anon_sym_static] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_register] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym___inline] = ACTIONS(4848), + [anon_sym___inline__] = ACTIONS(4848), + [anon_sym___forceinline] = ACTIONS(4848), + [anon_sym_thread_local] = ACTIONS(4848), + [anon_sym___thread] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4850), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_and_eq] = ACTIONS(4848), + [anon_sym_or_eq] = ACTIONS(4848), + [anon_sym_xor_eq] = ACTIONS(4848), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_template] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + }, + [1503] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_TILDE] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym_SEMI] = ACTIONS(4854), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym_virtual] = ACTIONS(4852), + [anon_sym_extern] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4854), + [anon_sym___declspec] = ACTIONS(4852), + [anon_sym___based] = ACTIONS(4852), + [anon_sym___cdecl] = ACTIONS(4852), + [anon_sym___clrcall] = ACTIONS(4852), + [anon_sym___stdcall] = ACTIONS(4852), + [anon_sym___fastcall] = ACTIONS(4852), + [anon_sym___thiscall] = ACTIONS(4852), + [anon_sym___vectorcall] = ACTIONS(4852), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_RBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4852), + [anon_sym_static] = ACTIONS(4852), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_register] = ACTIONS(4852), + [anon_sym_inline] = ACTIONS(4852), + [anon_sym___inline] = ACTIONS(4852), + [anon_sym___inline__] = ACTIONS(4852), + [anon_sym___forceinline] = ACTIONS(4852), + [anon_sym_thread_local] = ACTIONS(4852), + [anon_sym___thread] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4854), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_and_eq] = ACTIONS(4852), + [anon_sym_or_eq] = ACTIONS(4852), + [anon_sym_xor_eq] = ACTIONS(4852), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_template] = ACTIONS(4852), + [anon_sym_operator] = ACTIONS(4852), + }, + [1504] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_TILDE] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym_SEMI] = ACTIONS(4858), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym_virtual] = ACTIONS(4856), + [anon_sym_extern] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4858), + [anon_sym___declspec] = ACTIONS(4856), + [anon_sym___based] = ACTIONS(4856), + [anon_sym___cdecl] = ACTIONS(4856), + [anon_sym___clrcall] = ACTIONS(4856), + [anon_sym___stdcall] = ACTIONS(4856), + [anon_sym___fastcall] = ACTIONS(4856), + [anon_sym___thiscall] = ACTIONS(4856), + [anon_sym___vectorcall] = ACTIONS(4856), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_RBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_static] = ACTIONS(4856), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_register] = ACTIONS(4856), + [anon_sym_inline] = ACTIONS(4856), + [anon_sym___inline] = ACTIONS(4856), + [anon_sym___inline__] = ACTIONS(4856), + [anon_sym___forceinline] = ACTIONS(4856), + [anon_sym_thread_local] = ACTIONS(4856), + [anon_sym___thread] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4858), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_and_eq] = ACTIONS(4856), + [anon_sym_or_eq] = ACTIONS(4856), + [anon_sym_xor_eq] = ACTIONS(4856), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_template] = ACTIONS(4856), + [anon_sym_operator] = ACTIONS(4856), + }, + [1505] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_TILDE] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym_SEMI] = ACTIONS(4862), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym_virtual] = ACTIONS(4860), + [anon_sym_extern] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4862), + [anon_sym___declspec] = ACTIONS(4860), + [anon_sym___based] = ACTIONS(4860), + [anon_sym___cdecl] = ACTIONS(4860), + [anon_sym___clrcall] = ACTIONS(4860), + [anon_sym___stdcall] = ACTIONS(4860), + [anon_sym___fastcall] = ACTIONS(4860), + [anon_sym___thiscall] = ACTIONS(4860), + [anon_sym___vectorcall] = ACTIONS(4860), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_RBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_static] = ACTIONS(4860), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_register] = ACTIONS(4860), + [anon_sym_inline] = ACTIONS(4860), + [anon_sym___inline] = ACTIONS(4860), + [anon_sym___inline__] = ACTIONS(4860), + [anon_sym___forceinline] = ACTIONS(4860), + [anon_sym_thread_local] = ACTIONS(4860), + [anon_sym___thread] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4862), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_and_eq] = ACTIONS(4860), + [anon_sym_or_eq] = ACTIONS(4860), + [anon_sym_xor_eq] = ACTIONS(4860), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_template] = ACTIONS(4860), + [anon_sym_operator] = ACTIONS(4860), + }, + [1506] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_TILDE] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym_SEMI] = ACTIONS(4866), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym_virtual] = ACTIONS(4864), + [anon_sym_extern] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), + [anon_sym___declspec] = ACTIONS(4864), + [anon_sym___based] = ACTIONS(4864), + [anon_sym___cdecl] = ACTIONS(4864), + [anon_sym___clrcall] = ACTIONS(4864), + [anon_sym___stdcall] = ACTIONS(4864), + [anon_sym___fastcall] = ACTIONS(4864), + [anon_sym___thiscall] = ACTIONS(4864), + [anon_sym___vectorcall] = ACTIONS(4864), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_RBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_static] = ACTIONS(4864), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_register] = ACTIONS(4864), + [anon_sym_inline] = ACTIONS(4864), + [anon_sym___inline] = ACTIONS(4864), + [anon_sym___inline__] = ACTIONS(4864), + [anon_sym___forceinline] = ACTIONS(4864), + [anon_sym_thread_local] = ACTIONS(4864), + [anon_sym___thread] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4866), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_and_eq] = ACTIONS(4864), + [anon_sym_or_eq] = ACTIONS(4864), + [anon_sym_xor_eq] = ACTIONS(4864), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_template] = ACTIONS(4864), + [anon_sym_operator] = ACTIONS(4864), + }, + [1507] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_TILDE] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym_SEMI] = ACTIONS(4870), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym_virtual] = ACTIONS(4868), + [anon_sym_extern] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4870), + [anon_sym___declspec] = ACTIONS(4868), + [anon_sym___based] = ACTIONS(4868), + [anon_sym___cdecl] = ACTIONS(4868), + [anon_sym___clrcall] = ACTIONS(4868), + [anon_sym___stdcall] = ACTIONS(4868), + [anon_sym___fastcall] = ACTIONS(4868), + [anon_sym___thiscall] = ACTIONS(4868), + [anon_sym___vectorcall] = ACTIONS(4868), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_RBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_static] = ACTIONS(4868), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_register] = ACTIONS(4868), + [anon_sym_inline] = ACTIONS(4868), + [anon_sym___inline] = ACTIONS(4868), + [anon_sym___inline__] = ACTIONS(4868), + [anon_sym___forceinline] = ACTIONS(4868), + [anon_sym_thread_local] = ACTIONS(4868), + [anon_sym___thread] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4870), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_and_eq] = ACTIONS(4868), + [anon_sym_or_eq] = ACTIONS(4868), + [anon_sym_xor_eq] = ACTIONS(4868), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4868), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4870), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_template] = ACTIONS(4868), + [anon_sym_operator] = ACTIONS(4868), + }, + [1508] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_ms_call_modifier] = STATE(6257), + [sym__abstract_declarator] = STATE(6762), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_abstract_function_declarator] = STATE(5978), + [sym_abstract_array_declarator] = STATE(5978), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_list] = STATE(2968), + [sym_parameter_declaration] = STATE(7199), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7199), + [sym_variadic_parameter_declaration] = STATE(7199), + [sym_abstract_reference_declarator] = STATE(5978), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(4155), + [anon_sym_LPAREN2] = ACTIONS(4819), + [anon_sym_STAR] = ACTIONS(4821), + [anon_sym_AMP_AMP] = ACTIONS(4823), + [anon_sym_AMP] = ACTIONS(4825), [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), + [anon_sym_virtual] = ACTIONS(1862), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_COLON_COLON] = ACTIONS(4827), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), - [anon_sym___cdecl] = ACTIONS(53), - [anon_sym___clrcall] = ACTIONS(53), - [anon_sym___stdcall] = ACTIONS(53), - [anon_sym___fastcall] = ACTIONS(53), - [anon_sym___thiscall] = ACTIONS(53), - [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym___cdecl] = ACTIONS(1790), + [anon_sym___clrcall] = ACTIONS(1790), + [anon_sym___stdcall] = ACTIONS(1790), + [anon_sym___fastcall] = ACTIONS(1790), + [anon_sym___thiscall] = ACTIONS(1790), + [anon_sym___vectorcall] = ACTIONS(1790), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(4829), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -242366,1989 +234617,573 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(5134), - [anon_sym_struct] = ACTIONS(5136), - [anon_sym_union] = ACTIONS(5138), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), - }, - [1595] = { - [sym_identifier] = ACTIONS(5140), - [anon_sym_COMMA] = ACTIONS(5142), - [anon_sym_RPAREN] = ACTIONS(5142), - [anon_sym_LPAREN2] = ACTIONS(5142), - [anon_sym_TILDE] = ACTIONS(5142), - [anon_sym_STAR] = ACTIONS(5142), - [anon_sym_PIPE_PIPE] = ACTIONS(5142), - [anon_sym_AMP_AMP] = ACTIONS(5142), - [anon_sym_AMP] = ACTIONS(5140), - [anon_sym_SEMI] = ACTIONS(5142), - [anon_sym___extension__] = ACTIONS(5140), - [anon_sym_virtual] = ACTIONS(5140), - [anon_sym_extern] = ACTIONS(5140), - [anon_sym___attribute__] = ACTIONS(5140), - [anon_sym___attribute] = ACTIONS(5140), - [anon_sym_COLON_COLON] = ACTIONS(5142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5142), - [anon_sym___declspec] = ACTIONS(5140), - [anon_sym___based] = ACTIONS(5140), - [anon_sym___cdecl] = ACTIONS(5140), - [anon_sym___clrcall] = ACTIONS(5140), - [anon_sym___stdcall] = ACTIONS(5140), - [anon_sym___fastcall] = ACTIONS(5140), - [anon_sym___thiscall] = ACTIONS(5140), - [anon_sym___vectorcall] = ACTIONS(5140), - [anon_sym_LBRACE] = ACTIONS(5142), - [anon_sym_signed] = ACTIONS(5140), - [anon_sym_unsigned] = ACTIONS(5140), - [anon_sym_long] = ACTIONS(5140), - [anon_sym_short] = ACTIONS(5140), - [anon_sym_LBRACK] = ACTIONS(5140), - [anon_sym_static] = ACTIONS(5140), - [anon_sym_EQ] = ACTIONS(5142), - [anon_sym_register] = ACTIONS(5140), - [anon_sym_inline] = ACTIONS(5140), - [anon_sym___inline] = ACTIONS(5140), - [anon_sym___inline__] = ACTIONS(5140), - [anon_sym___forceinline] = ACTIONS(5140), - [anon_sym_thread_local] = ACTIONS(5140), - [anon_sym___thread] = ACTIONS(5140), - [anon_sym_const] = ACTIONS(5140), - [anon_sym_constexpr] = ACTIONS(5140), - [anon_sym_volatile] = ACTIONS(5140), - [anon_sym_restrict] = ACTIONS(5140), - [anon_sym___restrict__] = ACTIONS(5140), - [anon_sym__Atomic] = ACTIONS(5140), - [anon_sym__Noreturn] = ACTIONS(5140), - [anon_sym_noreturn] = ACTIONS(5140), - [anon_sym__Nonnull] = ACTIONS(5140), - [anon_sym_mutable] = ACTIONS(5140), - [anon_sym_constinit] = ACTIONS(5140), - [anon_sym_consteval] = ACTIONS(5140), - [anon_sym_PROGMEM] = ACTIONS(5140), - [anon_sym_alignas] = ACTIONS(5140), - [anon_sym__Alignas] = ACTIONS(5140), - [aux_sym_primitive_type_token1] = ACTIONS(5140), - [anon_sym_byte] = ACTIONS(5140), - [anon_sym_word] = ACTIONS(5140), - [anon_sym_enum] = ACTIONS(5140), - [anon_sym_class] = ACTIONS(5140), - [anon_sym_struct] = ACTIONS(5140), - [anon_sym_union] = ACTIONS(5140), - [anon_sym_or] = ACTIONS(5140), - [anon_sym_and] = ACTIONS(5140), - [anon_sym_asm] = ACTIONS(5140), - [anon_sym___asm__] = ACTIONS(5140), - [anon_sym___asm] = ACTIONS(5140), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5140), - [anon_sym_decltype] = ACTIONS(5140), - [anon_sym_final] = ACTIONS(5140), - [anon_sym_override] = ACTIONS(5140), - [anon_sym_explicit] = ACTIONS(5140), - [anon_sym_typename] = ACTIONS(5140), - [anon_sym_template] = ACTIONS(5140), - [anon_sym_GT2] = ACTIONS(5142), - [anon_sym_operator] = ACTIONS(5140), - [anon_sym_try] = ACTIONS(5140), - [anon_sym_friend] = ACTIONS(5140), - [anon_sym_using] = ACTIONS(5140), - [anon_sym_concept] = ACTIONS(5140), - [anon_sym_requires] = ACTIONS(5140), - }, - [1596] = { - [sym_type_qualifier] = STATE(1596), - [sym_alignas_qualifier] = STATE(1624), - [aux_sym__type_definition_type_repeat1] = STATE(1596), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_TILDE] = ACTIONS(4898), - [anon_sym_STAR] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_SEMI] = ACTIONS(4898), - [anon_sym___extension__] = ACTIONS(5144), - [anon_sym_virtual] = ACTIONS(4896), - [anon_sym_extern] = ACTIONS(4896), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_COLON_COLON] = ACTIONS(4898), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4898), - [anon_sym___declspec] = ACTIONS(4896), - [anon_sym___based] = ACTIONS(4896), - [anon_sym___cdecl] = ACTIONS(4896), - [anon_sym___clrcall] = ACTIONS(4896), - [anon_sym___stdcall] = ACTIONS(4896), - [anon_sym___fastcall] = ACTIONS(4896), - [anon_sym___thiscall] = ACTIONS(4896), - [anon_sym___vectorcall] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4896), - [anon_sym_static] = ACTIONS(4896), - [anon_sym_EQ] = ACTIONS(4898), - [anon_sym_register] = ACTIONS(4896), - [anon_sym_inline] = ACTIONS(4896), - [anon_sym___inline] = ACTIONS(4896), - [anon_sym___inline__] = ACTIONS(4896), - [anon_sym___forceinline] = ACTIONS(4896), - [anon_sym_thread_local] = ACTIONS(4896), - [anon_sym___thread] = ACTIONS(4896), - [anon_sym_const] = ACTIONS(5144), - [anon_sym_constexpr] = ACTIONS(5144), - [anon_sym_volatile] = ACTIONS(5144), - [anon_sym_restrict] = ACTIONS(5144), - [anon_sym___restrict__] = ACTIONS(5144), - [anon_sym__Atomic] = ACTIONS(5144), - [anon_sym__Noreturn] = ACTIONS(5144), - [anon_sym_noreturn] = ACTIONS(5144), - [anon_sym__Nonnull] = ACTIONS(5144), - [anon_sym_mutable] = ACTIONS(5144), - [anon_sym_constinit] = ACTIONS(5144), - [anon_sym_consteval] = ACTIONS(5144), - [anon_sym_PROGMEM] = ACTIONS(5144), - [anon_sym_alignas] = ACTIONS(5147), - [anon_sym__Alignas] = ACTIONS(5147), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_enum] = ACTIONS(4896), - [anon_sym_class] = ACTIONS(4896), - [anon_sym_struct] = ACTIONS(4896), - [anon_sym_union] = ACTIONS(4896), - [anon_sym_asm] = ACTIONS(4896), - [anon_sym___asm__] = ACTIONS(4896), - [anon_sym___asm] = ACTIONS(4896), - [anon_sym_DASH_GT] = ACTIONS(4898), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_final] = ACTIONS(4896), - [anon_sym_override] = ACTIONS(4896), - [anon_sym_typename] = ACTIONS(4896), - [anon_sym_template] = ACTIONS(4896), - [anon_sym_GT2] = ACTIONS(4898), - [anon_sym_operator] = ACTIONS(4896), - [anon_sym_try] = ACTIONS(4896), - [anon_sym_noexcept] = ACTIONS(4896), - [anon_sym_throw] = ACTIONS(4896), - [anon_sym_requires] = ACTIONS(4896), - }, - [1597] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1611), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_RPAREN] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4996), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4996), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4996), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4996), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5150), - [anon_sym_unsigned] = ACTIONS(5150), - [anon_sym_long] = ACTIONS(5150), - [anon_sym_short] = ACTIONS(5150), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_STAR_EQ] = ACTIONS(4999), - [anon_sym_SLASH_EQ] = ACTIONS(4999), - [anon_sym_PERCENT_EQ] = ACTIONS(4999), - [anon_sym_PLUS_EQ] = ACTIONS(4999), - [anon_sym_DASH_EQ] = ACTIONS(4999), - [anon_sym_LT_LT_EQ] = ACTIONS(4999), - [anon_sym_GT_GT_EQ] = ACTIONS(4999), - [anon_sym_AMP_EQ] = ACTIONS(4999), - [anon_sym_CARET_EQ] = ACTIONS(4999), - [anon_sym_PIPE_EQ] = ACTIONS(4999), - [anon_sym_and_eq] = ACTIONS(4996), - [anon_sym_or_eq] = ACTIONS(4996), - [anon_sym_xor_eq] = ACTIONS(4996), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4996), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), - [anon_sym_DASH_GT_STAR] = ACTIONS(4999), - }, - [1598] = { - [sym_identifier] = ACTIONS(5153), - [anon_sym_COMMA] = ACTIONS(5155), - [anon_sym_RPAREN] = ACTIONS(5155), - [anon_sym_LPAREN2] = ACTIONS(5155), - [anon_sym_TILDE] = ACTIONS(5155), - [anon_sym_STAR] = ACTIONS(5155), - [anon_sym_PIPE_PIPE] = ACTIONS(5155), - [anon_sym_AMP_AMP] = ACTIONS(5155), - [anon_sym_AMP] = ACTIONS(5153), - [anon_sym_SEMI] = ACTIONS(5155), - [anon_sym___extension__] = ACTIONS(5153), - [anon_sym_virtual] = ACTIONS(5153), - [anon_sym_extern] = ACTIONS(5153), - [anon_sym___attribute__] = ACTIONS(5153), - [anon_sym___attribute] = ACTIONS(5153), - [anon_sym_COLON_COLON] = ACTIONS(5155), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5155), - [anon_sym___declspec] = ACTIONS(5153), - [anon_sym___based] = ACTIONS(5153), - [anon_sym___cdecl] = ACTIONS(5153), - [anon_sym___clrcall] = ACTIONS(5153), - [anon_sym___stdcall] = ACTIONS(5153), - [anon_sym___fastcall] = ACTIONS(5153), - [anon_sym___thiscall] = ACTIONS(5153), - [anon_sym___vectorcall] = ACTIONS(5153), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_signed] = ACTIONS(5153), - [anon_sym_unsigned] = ACTIONS(5153), - [anon_sym_long] = ACTIONS(5153), - [anon_sym_short] = ACTIONS(5153), - [anon_sym_LBRACK] = ACTIONS(5153), - [anon_sym_static] = ACTIONS(5153), - [anon_sym_EQ] = ACTIONS(5155), - [anon_sym_register] = ACTIONS(5153), - [anon_sym_inline] = ACTIONS(5153), - [anon_sym___inline] = ACTIONS(5153), - [anon_sym___inline__] = ACTIONS(5153), - [anon_sym___forceinline] = ACTIONS(5153), - [anon_sym_thread_local] = ACTIONS(5153), - [anon_sym___thread] = ACTIONS(5153), - [anon_sym_const] = ACTIONS(5153), - [anon_sym_constexpr] = ACTIONS(5153), - [anon_sym_volatile] = ACTIONS(5153), - [anon_sym_restrict] = ACTIONS(5153), - [anon_sym___restrict__] = ACTIONS(5153), - [anon_sym__Atomic] = ACTIONS(5153), - [anon_sym__Noreturn] = ACTIONS(5153), - [anon_sym_noreturn] = ACTIONS(5153), - [anon_sym__Nonnull] = ACTIONS(5153), - [anon_sym_mutable] = ACTIONS(5153), - [anon_sym_constinit] = ACTIONS(5153), - [anon_sym_consteval] = ACTIONS(5153), - [anon_sym_PROGMEM] = ACTIONS(5153), - [anon_sym_alignas] = ACTIONS(5153), - [anon_sym__Alignas] = ACTIONS(5153), - [aux_sym_primitive_type_token1] = ACTIONS(5153), - [anon_sym_byte] = ACTIONS(5153), - [anon_sym_word] = ACTIONS(5153), - [anon_sym_enum] = ACTIONS(5153), - [anon_sym_class] = ACTIONS(5153), - [anon_sym_struct] = ACTIONS(5153), - [anon_sym_union] = ACTIONS(5153), - [anon_sym_or] = ACTIONS(5153), - [anon_sym_and] = ACTIONS(5153), - [anon_sym_asm] = ACTIONS(5153), - [anon_sym___asm__] = ACTIONS(5153), - [anon_sym___asm] = ACTIONS(5153), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5153), - [anon_sym_decltype] = ACTIONS(5153), - [anon_sym_final] = ACTIONS(5153), - [anon_sym_override] = ACTIONS(5153), - [anon_sym_explicit] = ACTIONS(5153), - [anon_sym_typename] = ACTIONS(5153), - [anon_sym_template] = ACTIONS(5153), - [anon_sym_GT2] = ACTIONS(5155), - [anon_sym_operator] = ACTIONS(5153), - [anon_sym_try] = ACTIONS(5153), - [anon_sym_friend] = ACTIONS(5153), - [anon_sym_using] = ACTIONS(5153), - [anon_sym_concept] = ACTIONS(5153), - [anon_sym_requires] = ACTIONS(5153), - }, - [1599] = { - [sym_identifier] = ACTIONS(5157), - [anon_sym_COMMA] = ACTIONS(5159), - [anon_sym_RPAREN] = ACTIONS(5159), - [anon_sym_LPAREN2] = ACTIONS(5159), - [anon_sym_TILDE] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5159), - [anon_sym_PIPE_PIPE] = ACTIONS(5159), - [anon_sym_AMP_AMP] = ACTIONS(5159), - [anon_sym_AMP] = ACTIONS(5157), - [anon_sym_SEMI] = ACTIONS(5159), - [anon_sym___extension__] = ACTIONS(5157), - [anon_sym_virtual] = ACTIONS(5157), - [anon_sym_extern] = ACTIONS(5157), - [anon_sym___attribute__] = ACTIONS(5157), - [anon_sym___attribute] = ACTIONS(5157), - [anon_sym_COLON_COLON] = ACTIONS(5159), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5159), - [anon_sym___declspec] = ACTIONS(5157), - [anon_sym___based] = ACTIONS(5157), - [anon_sym___cdecl] = ACTIONS(5157), - [anon_sym___clrcall] = ACTIONS(5157), - [anon_sym___stdcall] = ACTIONS(5157), - [anon_sym___fastcall] = ACTIONS(5157), - [anon_sym___thiscall] = ACTIONS(5157), - [anon_sym___vectorcall] = ACTIONS(5157), - [anon_sym_LBRACE] = ACTIONS(5159), - [anon_sym_signed] = ACTIONS(5157), - [anon_sym_unsigned] = ACTIONS(5157), - [anon_sym_long] = ACTIONS(5157), - [anon_sym_short] = ACTIONS(5157), - [anon_sym_LBRACK] = ACTIONS(5157), - [anon_sym_static] = ACTIONS(5157), - [anon_sym_EQ] = ACTIONS(5159), - [anon_sym_register] = ACTIONS(5157), - [anon_sym_inline] = ACTIONS(5157), - [anon_sym___inline] = ACTIONS(5157), - [anon_sym___inline__] = ACTIONS(5157), - [anon_sym___forceinline] = ACTIONS(5157), - [anon_sym_thread_local] = ACTIONS(5157), - [anon_sym___thread] = ACTIONS(5157), - [anon_sym_const] = ACTIONS(5157), - [anon_sym_constexpr] = ACTIONS(5157), - [anon_sym_volatile] = ACTIONS(5157), - [anon_sym_restrict] = ACTIONS(5157), - [anon_sym___restrict__] = ACTIONS(5157), - [anon_sym__Atomic] = ACTIONS(5157), - [anon_sym__Noreturn] = ACTIONS(5157), - [anon_sym_noreturn] = ACTIONS(5157), - [anon_sym__Nonnull] = ACTIONS(5157), - [anon_sym_mutable] = ACTIONS(5157), - [anon_sym_constinit] = ACTIONS(5157), - [anon_sym_consteval] = ACTIONS(5157), - [anon_sym_PROGMEM] = ACTIONS(5157), - [anon_sym_alignas] = ACTIONS(5157), - [anon_sym__Alignas] = ACTIONS(5157), - [aux_sym_primitive_type_token1] = ACTIONS(5157), - [anon_sym_byte] = ACTIONS(5157), - [anon_sym_word] = ACTIONS(5157), - [anon_sym_enum] = ACTIONS(5157), - [anon_sym_class] = ACTIONS(5157), - [anon_sym_struct] = ACTIONS(5157), - [anon_sym_union] = ACTIONS(5157), - [anon_sym_or] = ACTIONS(5157), - [anon_sym_and] = ACTIONS(5157), - [anon_sym_asm] = ACTIONS(5157), - [anon_sym___asm__] = ACTIONS(5157), - [anon_sym___asm] = ACTIONS(5157), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5157), - [anon_sym_decltype] = ACTIONS(5157), - [anon_sym_final] = ACTIONS(5157), - [anon_sym_override] = ACTIONS(5157), - [anon_sym_explicit] = ACTIONS(5157), - [anon_sym_typename] = ACTIONS(5157), - [anon_sym_template] = ACTIONS(5157), - [anon_sym_GT2] = ACTIONS(5159), - [anon_sym_operator] = ACTIONS(5157), - [anon_sym_try] = ACTIONS(5157), - [anon_sym_friend] = ACTIONS(5157), - [anon_sym_using] = ACTIONS(5157), - [anon_sym_concept] = ACTIONS(5157), - [anon_sym_requires] = ACTIONS(5157), - }, - [1600] = { - [sym_identifier] = ACTIONS(5161), - [anon_sym_COMMA] = ACTIONS(5163), - [anon_sym_RPAREN] = ACTIONS(5163), - [anon_sym_LPAREN2] = ACTIONS(5163), - [anon_sym_TILDE] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5163), - [anon_sym_PIPE_PIPE] = ACTIONS(5163), - [anon_sym_AMP_AMP] = ACTIONS(5163), - [anon_sym_AMP] = ACTIONS(5161), - [anon_sym_SEMI] = ACTIONS(5163), - [anon_sym___extension__] = ACTIONS(5161), - [anon_sym_virtual] = ACTIONS(5161), - [anon_sym_extern] = ACTIONS(5161), - [anon_sym___attribute__] = ACTIONS(5161), - [anon_sym___attribute] = ACTIONS(5161), - [anon_sym_COLON_COLON] = ACTIONS(5163), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5163), - [anon_sym___declspec] = ACTIONS(5161), - [anon_sym___based] = ACTIONS(5161), - [anon_sym___cdecl] = ACTIONS(5161), - [anon_sym___clrcall] = ACTIONS(5161), - [anon_sym___stdcall] = ACTIONS(5161), - [anon_sym___fastcall] = ACTIONS(5161), - [anon_sym___thiscall] = ACTIONS(5161), - [anon_sym___vectorcall] = ACTIONS(5161), - [anon_sym_LBRACE] = ACTIONS(5163), - [anon_sym_signed] = ACTIONS(5161), - [anon_sym_unsigned] = ACTIONS(5161), - [anon_sym_long] = ACTIONS(5161), - [anon_sym_short] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_static] = ACTIONS(5161), - [anon_sym_EQ] = ACTIONS(5163), - [anon_sym_register] = ACTIONS(5161), - [anon_sym_inline] = ACTIONS(5161), - [anon_sym___inline] = ACTIONS(5161), - [anon_sym___inline__] = ACTIONS(5161), - [anon_sym___forceinline] = ACTIONS(5161), - [anon_sym_thread_local] = ACTIONS(5161), - [anon_sym___thread] = ACTIONS(5161), - [anon_sym_const] = ACTIONS(5161), - [anon_sym_constexpr] = ACTIONS(5161), - [anon_sym_volatile] = ACTIONS(5161), - [anon_sym_restrict] = ACTIONS(5161), - [anon_sym___restrict__] = ACTIONS(5161), - [anon_sym__Atomic] = ACTIONS(5161), - [anon_sym__Noreturn] = ACTIONS(5161), - [anon_sym_noreturn] = ACTIONS(5161), - [anon_sym__Nonnull] = ACTIONS(5161), - [anon_sym_mutable] = ACTIONS(5161), - [anon_sym_constinit] = ACTIONS(5161), - [anon_sym_consteval] = ACTIONS(5161), - [anon_sym_PROGMEM] = ACTIONS(5161), - [anon_sym_alignas] = ACTIONS(5161), - [anon_sym__Alignas] = ACTIONS(5161), - [aux_sym_primitive_type_token1] = ACTIONS(5161), - [anon_sym_byte] = ACTIONS(5161), - [anon_sym_word] = ACTIONS(5161), - [anon_sym_enum] = ACTIONS(5161), - [anon_sym_class] = ACTIONS(5161), - [anon_sym_struct] = ACTIONS(5161), - [anon_sym_union] = ACTIONS(5161), - [anon_sym_or] = ACTIONS(5161), - [anon_sym_and] = ACTIONS(5161), - [anon_sym_asm] = ACTIONS(5161), - [anon_sym___asm__] = ACTIONS(5161), - [anon_sym___asm] = ACTIONS(5161), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5161), - [anon_sym_decltype] = ACTIONS(5161), - [anon_sym_final] = ACTIONS(5161), - [anon_sym_override] = ACTIONS(5161), - [anon_sym_explicit] = ACTIONS(5161), - [anon_sym_typename] = ACTIONS(5161), - [anon_sym_template] = ACTIONS(5161), - [anon_sym_GT2] = ACTIONS(5163), - [anon_sym_operator] = ACTIONS(5161), - [anon_sym_try] = ACTIONS(5161), - [anon_sym_friend] = ACTIONS(5161), - [anon_sym_using] = ACTIONS(5161), - [anon_sym_concept] = ACTIONS(5161), - [anon_sym_requires] = ACTIONS(5161), - }, - [1601] = { - [sym_identifier] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5167), - [anon_sym_RPAREN] = ACTIONS(5167), - [anon_sym_LPAREN2] = ACTIONS(5167), - [anon_sym_TILDE] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [anon_sym_PIPE_PIPE] = ACTIONS(5167), - [anon_sym_AMP_AMP] = ACTIONS(5167), - [anon_sym_AMP] = ACTIONS(5165), - [anon_sym_SEMI] = ACTIONS(5167), - [anon_sym___extension__] = ACTIONS(5165), - [anon_sym_virtual] = ACTIONS(5165), - [anon_sym_extern] = ACTIONS(5165), - [anon_sym___attribute__] = ACTIONS(5165), - [anon_sym___attribute] = ACTIONS(5165), - [anon_sym_COLON_COLON] = ACTIONS(5167), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5167), - [anon_sym___declspec] = ACTIONS(5165), - [anon_sym___based] = ACTIONS(5165), - [anon_sym___cdecl] = ACTIONS(5165), - [anon_sym___clrcall] = ACTIONS(5165), - [anon_sym___stdcall] = ACTIONS(5165), - [anon_sym___fastcall] = ACTIONS(5165), - [anon_sym___thiscall] = ACTIONS(5165), - [anon_sym___vectorcall] = ACTIONS(5165), - [anon_sym_LBRACE] = ACTIONS(5167), - [anon_sym_signed] = ACTIONS(5165), - [anon_sym_unsigned] = ACTIONS(5165), - [anon_sym_long] = ACTIONS(5165), - [anon_sym_short] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_static] = ACTIONS(5165), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_register] = ACTIONS(5165), - [anon_sym_inline] = ACTIONS(5165), - [anon_sym___inline] = ACTIONS(5165), - [anon_sym___inline__] = ACTIONS(5165), - [anon_sym___forceinline] = ACTIONS(5165), - [anon_sym_thread_local] = ACTIONS(5165), - [anon_sym___thread] = ACTIONS(5165), - [anon_sym_const] = ACTIONS(5165), - [anon_sym_constexpr] = ACTIONS(5165), - [anon_sym_volatile] = ACTIONS(5165), - [anon_sym_restrict] = ACTIONS(5165), - [anon_sym___restrict__] = ACTIONS(5165), - [anon_sym__Atomic] = ACTIONS(5165), - [anon_sym__Noreturn] = ACTIONS(5165), - [anon_sym_noreturn] = ACTIONS(5165), - [anon_sym__Nonnull] = ACTIONS(5165), - [anon_sym_mutable] = ACTIONS(5165), - [anon_sym_constinit] = ACTIONS(5165), - [anon_sym_consteval] = ACTIONS(5165), - [anon_sym_PROGMEM] = ACTIONS(5165), - [anon_sym_alignas] = ACTIONS(5165), - [anon_sym__Alignas] = ACTIONS(5165), - [aux_sym_primitive_type_token1] = ACTIONS(5165), - [anon_sym_byte] = ACTIONS(5165), - [anon_sym_word] = ACTIONS(5165), - [anon_sym_enum] = ACTIONS(5165), - [anon_sym_class] = ACTIONS(5165), - [anon_sym_struct] = ACTIONS(5165), - [anon_sym_union] = ACTIONS(5165), - [anon_sym_or] = ACTIONS(5165), - [anon_sym_and] = ACTIONS(5165), - [anon_sym_asm] = ACTIONS(5165), - [anon_sym___asm__] = ACTIONS(5165), - [anon_sym___asm] = ACTIONS(5165), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5165), - [anon_sym_decltype] = ACTIONS(5165), - [anon_sym_final] = ACTIONS(5165), - [anon_sym_override] = ACTIONS(5165), - [anon_sym_explicit] = ACTIONS(5165), - [anon_sym_typename] = ACTIONS(5165), - [anon_sym_template] = ACTIONS(5165), - [anon_sym_GT2] = ACTIONS(5167), - [anon_sym_operator] = ACTIONS(5165), - [anon_sym_try] = ACTIONS(5165), - [anon_sym_friend] = ACTIONS(5165), - [anon_sym_using] = ACTIONS(5165), - [anon_sym_concept] = ACTIONS(5165), - [anon_sym_requires] = ACTIONS(5165), - }, - [1602] = { - [sym_identifier] = ACTIONS(5169), - [anon_sym_COMMA] = ACTIONS(5171), - [anon_sym_RPAREN] = ACTIONS(5171), - [anon_sym_LPAREN2] = ACTIONS(5171), - [anon_sym_TILDE] = ACTIONS(5171), - [anon_sym_STAR] = ACTIONS(5171), - [anon_sym_PIPE_PIPE] = ACTIONS(5171), - [anon_sym_AMP_AMP] = ACTIONS(5171), - [anon_sym_AMP] = ACTIONS(5169), - [anon_sym_SEMI] = ACTIONS(5171), - [anon_sym___extension__] = ACTIONS(5169), - [anon_sym_virtual] = ACTIONS(5169), - [anon_sym_extern] = ACTIONS(5169), - [anon_sym___attribute__] = ACTIONS(5169), - [anon_sym___attribute] = ACTIONS(5169), - [anon_sym_COLON_COLON] = ACTIONS(5171), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5171), - [anon_sym___declspec] = ACTIONS(5169), - [anon_sym___based] = ACTIONS(5169), - [anon_sym___cdecl] = ACTIONS(5169), - [anon_sym___clrcall] = ACTIONS(5169), - [anon_sym___stdcall] = ACTIONS(5169), - [anon_sym___fastcall] = ACTIONS(5169), - [anon_sym___thiscall] = ACTIONS(5169), - [anon_sym___vectorcall] = ACTIONS(5169), - [anon_sym_LBRACE] = ACTIONS(5171), - [anon_sym_signed] = ACTIONS(5169), - [anon_sym_unsigned] = ACTIONS(5169), - [anon_sym_long] = ACTIONS(5169), - [anon_sym_short] = ACTIONS(5169), - [anon_sym_LBRACK] = ACTIONS(5169), - [anon_sym_static] = ACTIONS(5169), - [anon_sym_EQ] = ACTIONS(5171), - [anon_sym_register] = ACTIONS(5169), - [anon_sym_inline] = ACTIONS(5169), - [anon_sym___inline] = ACTIONS(5169), - [anon_sym___inline__] = ACTIONS(5169), - [anon_sym___forceinline] = ACTIONS(5169), - [anon_sym_thread_local] = ACTIONS(5169), - [anon_sym___thread] = ACTIONS(5169), - [anon_sym_const] = ACTIONS(5169), - [anon_sym_constexpr] = ACTIONS(5169), - [anon_sym_volatile] = ACTIONS(5169), - [anon_sym_restrict] = ACTIONS(5169), - [anon_sym___restrict__] = ACTIONS(5169), - [anon_sym__Atomic] = ACTIONS(5169), - [anon_sym__Noreturn] = ACTIONS(5169), - [anon_sym_noreturn] = ACTIONS(5169), - [anon_sym__Nonnull] = ACTIONS(5169), - [anon_sym_mutable] = ACTIONS(5169), - [anon_sym_constinit] = ACTIONS(5169), - [anon_sym_consteval] = ACTIONS(5169), - [anon_sym_PROGMEM] = ACTIONS(5169), - [anon_sym_alignas] = ACTIONS(5169), - [anon_sym__Alignas] = ACTIONS(5169), - [aux_sym_primitive_type_token1] = ACTIONS(5169), - [anon_sym_byte] = ACTIONS(5169), - [anon_sym_word] = ACTIONS(5169), - [anon_sym_enum] = ACTIONS(5169), - [anon_sym_class] = ACTIONS(5169), - [anon_sym_struct] = ACTIONS(5169), - [anon_sym_union] = ACTIONS(5169), - [anon_sym_or] = ACTIONS(5169), - [anon_sym_and] = ACTIONS(5169), - [anon_sym_asm] = ACTIONS(5169), - [anon_sym___asm__] = ACTIONS(5169), - [anon_sym___asm] = ACTIONS(5169), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5169), - [anon_sym_decltype] = ACTIONS(5169), - [anon_sym_final] = ACTIONS(5169), - [anon_sym_override] = ACTIONS(5169), - [anon_sym_explicit] = ACTIONS(5169), - [anon_sym_typename] = ACTIONS(5169), - [anon_sym_template] = ACTIONS(5169), - [anon_sym_GT2] = ACTIONS(5171), - [anon_sym_operator] = ACTIONS(5169), - [anon_sym_try] = ACTIONS(5169), - [anon_sym_friend] = ACTIONS(5169), - [anon_sym_using] = ACTIONS(5169), - [anon_sym_concept] = ACTIONS(5169), - [anon_sym_requires] = ACTIONS(5169), - }, - [1603] = { - [sym_identifier] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5167), - [anon_sym_RPAREN] = ACTIONS(5167), - [anon_sym_LPAREN2] = ACTIONS(5167), - [anon_sym_TILDE] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [anon_sym_PIPE_PIPE] = ACTIONS(5167), - [anon_sym_AMP_AMP] = ACTIONS(5167), - [anon_sym_AMP] = ACTIONS(5165), - [anon_sym_SEMI] = ACTIONS(5167), - [anon_sym___extension__] = ACTIONS(5165), - [anon_sym_virtual] = ACTIONS(5165), - [anon_sym_extern] = ACTIONS(5165), - [anon_sym___attribute__] = ACTIONS(5165), - [anon_sym___attribute] = ACTIONS(5165), - [anon_sym_COLON_COLON] = ACTIONS(5167), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5167), - [anon_sym___declspec] = ACTIONS(5165), - [anon_sym___based] = ACTIONS(5165), - [anon_sym___cdecl] = ACTIONS(5165), - [anon_sym___clrcall] = ACTIONS(5165), - [anon_sym___stdcall] = ACTIONS(5165), - [anon_sym___fastcall] = ACTIONS(5165), - [anon_sym___thiscall] = ACTIONS(5165), - [anon_sym___vectorcall] = ACTIONS(5165), - [anon_sym_LBRACE] = ACTIONS(5167), - [anon_sym_signed] = ACTIONS(5165), - [anon_sym_unsigned] = ACTIONS(5165), - [anon_sym_long] = ACTIONS(5165), - [anon_sym_short] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_static] = ACTIONS(5165), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_register] = ACTIONS(5165), - [anon_sym_inline] = ACTIONS(5165), - [anon_sym___inline] = ACTIONS(5165), - [anon_sym___inline__] = ACTIONS(5165), - [anon_sym___forceinline] = ACTIONS(5165), - [anon_sym_thread_local] = ACTIONS(5165), - [anon_sym___thread] = ACTIONS(5165), - [anon_sym_const] = ACTIONS(5165), - [anon_sym_constexpr] = ACTIONS(5165), - [anon_sym_volatile] = ACTIONS(5165), - [anon_sym_restrict] = ACTIONS(5165), - [anon_sym___restrict__] = ACTIONS(5165), - [anon_sym__Atomic] = ACTIONS(5165), - [anon_sym__Noreturn] = ACTIONS(5165), - [anon_sym_noreturn] = ACTIONS(5165), - [anon_sym__Nonnull] = ACTIONS(5165), - [anon_sym_mutable] = ACTIONS(5165), - [anon_sym_constinit] = ACTIONS(5165), - [anon_sym_consteval] = ACTIONS(5165), - [anon_sym_PROGMEM] = ACTIONS(5165), - [anon_sym_alignas] = ACTIONS(5165), - [anon_sym__Alignas] = ACTIONS(5165), - [aux_sym_primitive_type_token1] = ACTIONS(5165), - [anon_sym_byte] = ACTIONS(5165), - [anon_sym_word] = ACTIONS(5165), - [anon_sym_enum] = ACTIONS(5165), - [anon_sym_class] = ACTIONS(5165), - [anon_sym_struct] = ACTIONS(5165), - [anon_sym_union] = ACTIONS(5165), - [anon_sym_or] = ACTIONS(5165), - [anon_sym_and] = ACTIONS(5165), - [anon_sym_asm] = ACTIONS(5165), - [anon_sym___asm__] = ACTIONS(5165), - [anon_sym___asm] = ACTIONS(5165), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5165), - [anon_sym_decltype] = ACTIONS(5165), - [anon_sym_final] = ACTIONS(5165), - [anon_sym_override] = ACTIONS(5165), - [anon_sym_explicit] = ACTIONS(5165), - [anon_sym_typename] = ACTIONS(5165), - [anon_sym_template] = ACTIONS(5165), - [anon_sym_GT2] = ACTIONS(5167), - [anon_sym_operator] = ACTIONS(5165), - [anon_sym_try] = ACTIONS(5165), - [anon_sym_friend] = ACTIONS(5165), - [anon_sym_using] = ACTIONS(5165), - [anon_sym_concept] = ACTIONS(5165), - [anon_sym_requires] = ACTIONS(5165), - }, - [1604] = { - [sym_identifier] = ACTIONS(5173), - [anon_sym_COMMA] = ACTIONS(5175), - [anon_sym_RPAREN] = ACTIONS(5175), - [anon_sym_LPAREN2] = ACTIONS(5175), - [anon_sym_TILDE] = ACTIONS(5175), - [anon_sym_STAR] = ACTIONS(5175), - [anon_sym_PIPE_PIPE] = ACTIONS(5175), - [anon_sym_AMP_AMP] = ACTIONS(5175), - [anon_sym_AMP] = ACTIONS(5173), - [anon_sym_SEMI] = ACTIONS(5175), - [anon_sym___extension__] = ACTIONS(5173), - [anon_sym_virtual] = ACTIONS(5173), - [anon_sym_extern] = ACTIONS(5173), - [anon_sym___attribute__] = ACTIONS(5173), - [anon_sym___attribute] = ACTIONS(5173), - [anon_sym_COLON_COLON] = ACTIONS(5175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5175), - [anon_sym___declspec] = ACTIONS(5173), - [anon_sym___based] = ACTIONS(5173), - [anon_sym___cdecl] = ACTIONS(5173), - [anon_sym___clrcall] = ACTIONS(5173), - [anon_sym___stdcall] = ACTIONS(5173), - [anon_sym___fastcall] = ACTIONS(5173), - [anon_sym___thiscall] = ACTIONS(5173), - [anon_sym___vectorcall] = ACTIONS(5173), - [anon_sym_LBRACE] = ACTIONS(5175), - [anon_sym_signed] = ACTIONS(5173), - [anon_sym_unsigned] = ACTIONS(5173), - [anon_sym_long] = ACTIONS(5173), - [anon_sym_short] = ACTIONS(5173), - [anon_sym_LBRACK] = ACTIONS(5173), - [anon_sym_static] = ACTIONS(5173), - [anon_sym_EQ] = ACTIONS(5175), - [anon_sym_register] = ACTIONS(5173), - [anon_sym_inline] = ACTIONS(5173), - [anon_sym___inline] = ACTIONS(5173), - [anon_sym___inline__] = ACTIONS(5173), - [anon_sym___forceinline] = ACTIONS(5173), - [anon_sym_thread_local] = ACTIONS(5173), - [anon_sym___thread] = ACTIONS(5173), - [anon_sym_const] = ACTIONS(5173), - [anon_sym_constexpr] = ACTIONS(5173), - [anon_sym_volatile] = ACTIONS(5173), - [anon_sym_restrict] = ACTIONS(5173), - [anon_sym___restrict__] = ACTIONS(5173), - [anon_sym__Atomic] = ACTIONS(5173), - [anon_sym__Noreturn] = ACTIONS(5173), - [anon_sym_noreturn] = ACTIONS(5173), - [anon_sym__Nonnull] = ACTIONS(5173), - [anon_sym_mutable] = ACTIONS(5173), - [anon_sym_constinit] = ACTIONS(5173), - [anon_sym_consteval] = ACTIONS(5173), - [anon_sym_PROGMEM] = ACTIONS(5173), - [anon_sym_alignas] = ACTIONS(5173), - [anon_sym__Alignas] = ACTIONS(5173), - [aux_sym_primitive_type_token1] = ACTIONS(5173), - [anon_sym_byte] = ACTIONS(5173), - [anon_sym_word] = ACTIONS(5173), - [anon_sym_enum] = ACTIONS(5173), - [anon_sym_class] = ACTIONS(5173), - [anon_sym_struct] = ACTIONS(5173), - [anon_sym_union] = ACTIONS(5173), - [anon_sym_or] = ACTIONS(5173), - [anon_sym_and] = ACTIONS(5173), - [anon_sym_asm] = ACTIONS(5173), - [anon_sym___asm__] = ACTIONS(5173), - [anon_sym___asm] = ACTIONS(5173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5173), - [anon_sym_decltype] = ACTIONS(5173), - [anon_sym_final] = ACTIONS(5173), - [anon_sym_override] = ACTIONS(5173), - [anon_sym_explicit] = ACTIONS(5173), - [anon_sym_typename] = ACTIONS(5173), - [anon_sym_template] = ACTIONS(5173), - [anon_sym_GT2] = ACTIONS(5175), - [anon_sym_operator] = ACTIONS(5173), - [anon_sym_try] = ACTIONS(5173), - [anon_sym_friend] = ACTIONS(5173), - [anon_sym_using] = ACTIONS(5173), - [anon_sym_concept] = ACTIONS(5173), - [anon_sym_requires] = ACTIONS(5173), - }, - [1605] = { - [sym_identifier] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5167), - [anon_sym_RPAREN] = ACTIONS(5167), - [anon_sym_LPAREN2] = ACTIONS(5167), - [anon_sym_TILDE] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [anon_sym_PIPE_PIPE] = ACTIONS(5167), - [anon_sym_AMP_AMP] = ACTIONS(5167), - [anon_sym_AMP] = ACTIONS(5165), - [anon_sym_SEMI] = ACTIONS(5167), - [anon_sym___extension__] = ACTIONS(5165), - [anon_sym_virtual] = ACTIONS(5165), - [anon_sym_extern] = ACTIONS(5165), - [anon_sym___attribute__] = ACTIONS(5165), - [anon_sym___attribute] = ACTIONS(5165), - [anon_sym_COLON_COLON] = ACTIONS(5167), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5167), - [anon_sym___declspec] = ACTIONS(5165), - [anon_sym___based] = ACTIONS(5165), - [anon_sym___cdecl] = ACTIONS(5165), - [anon_sym___clrcall] = ACTIONS(5165), - [anon_sym___stdcall] = ACTIONS(5165), - [anon_sym___fastcall] = ACTIONS(5165), - [anon_sym___thiscall] = ACTIONS(5165), - [anon_sym___vectorcall] = ACTIONS(5165), - [anon_sym_LBRACE] = ACTIONS(5167), - [anon_sym_signed] = ACTIONS(5165), - [anon_sym_unsigned] = ACTIONS(5165), - [anon_sym_long] = ACTIONS(5165), - [anon_sym_short] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_static] = ACTIONS(5165), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_register] = ACTIONS(5165), - [anon_sym_inline] = ACTIONS(5165), - [anon_sym___inline] = ACTIONS(5165), - [anon_sym___inline__] = ACTIONS(5165), - [anon_sym___forceinline] = ACTIONS(5165), - [anon_sym_thread_local] = ACTIONS(5165), - [anon_sym___thread] = ACTIONS(5165), - [anon_sym_const] = ACTIONS(5165), - [anon_sym_constexpr] = ACTIONS(5165), - [anon_sym_volatile] = ACTIONS(5165), - [anon_sym_restrict] = ACTIONS(5165), - [anon_sym___restrict__] = ACTIONS(5165), - [anon_sym__Atomic] = ACTIONS(5165), - [anon_sym__Noreturn] = ACTIONS(5165), - [anon_sym_noreturn] = ACTIONS(5165), - [anon_sym__Nonnull] = ACTIONS(5165), - [anon_sym_mutable] = ACTIONS(5165), - [anon_sym_constinit] = ACTIONS(5165), - [anon_sym_consteval] = ACTIONS(5165), - [anon_sym_PROGMEM] = ACTIONS(5165), - [anon_sym_alignas] = ACTIONS(5165), - [anon_sym__Alignas] = ACTIONS(5165), - [aux_sym_primitive_type_token1] = ACTIONS(5165), - [anon_sym_byte] = ACTIONS(5165), - [anon_sym_word] = ACTIONS(5165), - [anon_sym_enum] = ACTIONS(5165), - [anon_sym_class] = ACTIONS(5165), - [anon_sym_struct] = ACTIONS(5165), - [anon_sym_union] = ACTIONS(5165), - [anon_sym_or] = ACTIONS(5165), - [anon_sym_and] = ACTIONS(5165), - [anon_sym_asm] = ACTIONS(5165), - [anon_sym___asm__] = ACTIONS(5165), - [anon_sym___asm] = ACTIONS(5165), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5165), - [anon_sym_decltype] = ACTIONS(5165), - [anon_sym_final] = ACTIONS(5165), - [anon_sym_override] = ACTIONS(5165), - [anon_sym_explicit] = ACTIONS(5165), - [anon_sym_typename] = ACTIONS(5165), - [anon_sym_template] = ACTIONS(5165), - [anon_sym_GT2] = ACTIONS(5167), - [anon_sym_operator] = ACTIONS(5165), - [anon_sym_try] = ACTIONS(5165), - [anon_sym_friend] = ACTIONS(5165), - [anon_sym_using] = ACTIONS(5165), - [anon_sym_concept] = ACTIONS(5165), - [anon_sym_requires] = ACTIONS(5165), - }, - [1606] = { - [sym_identifier] = ACTIONS(5177), - [anon_sym_COMMA] = ACTIONS(5179), - [anon_sym_RPAREN] = ACTIONS(5179), - [anon_sym_LPAREN2] = ACTIONS(5179), - [anon_sym_TILDE] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5179), - [anon_sym_PIPE_PIPE] = ACTIONS(5179), - [anon_sym_AMP_AMP] = ACTIONS(5179), - [anon_sym_AMP] = ACTIONS(5177), - [anon_sym_SEMI] = ACTIONS(5179), - [anon_sym___extension__] = ACTIONS(5177), - [anon_sym_virtual] = ACTIONS(5177), - [anon_sym_extern] = ACTIONS(5177), - [anon_sym___attribute__] = ACTIONS(5177), - [anon_sym___attribute] = ACTIONS(5177), - [anon_sym_COLON_COLON] = ACTIONS(5179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5179), - [anon_sym___declspec] = ACTIONS(5177), - [anon_sym___based] = ACTIONS(5177), - [anon_sym___cdecl] = ACTIONS(5177), - [anon_sym___clrcall] = ACTIONS(5177), - [anon_sym___stdcall] = ACTIONS(5177), - [anon_sym___fastcall] = ACTIONS(5177), - [anon_sym___thiscall] = ACTIONS(5177), - [anon_sym___vectorcall] = ACTIONS(5177), - [anon_sym_LBRACE] = ACTIONS(5179), - [anon_sym_signed] = ACTIONS(5177), - [anon_sym_unsigned] = ACTIONS(5177), - [anon_sym_long] = ACTIONS(5177), - [anon_sym_short] = ACTIONS(5177), - [anon_sym_LBRACK] = ACTIONS(5177), - [anon_sym_static] = ACTIONS(5177), - [anon_sym_EQ] = ACTIONS(5179), - [anon_sym_register] = ACTIONS(5177), - [anon_sym_inline] = ACTIONS(5177), - [anon_sym___inline] = ACTIONS(5177), - [anon_sym___inline__] = ACTIONS(5177), - [anon_sym___forceinline] = ACTIONS(5177), - [anon_sym_thread_local] = ACTIONS(5177), - [anon_sym___thread] = ACTIONS(5177), - [anon_sym_const] = ACTIONS(5177), - [anon_sym_constexpr] = ACTIONS(5177), - [anon_sym_volatile] = ACTIONS(5177), - [anon_sym_restrict] = ACTIONS(5177), - [anon_sym___restrict__] = ACTIONS(5177), - [anon_sym__Atomic] = ACTIONS(5177), - [anon_sym__Noreturn] = ACTIONS(5177), - [anon_sym_noreturn] = ACTIONS(5177), - [anon_sym__Nonnull] = ACTIONS(5177), - [anon_sym_mutable] = ACTIONS(5177), - [anon_sym_constinit] = ACTIONS(5177), - [anon_sym_consteval] = ACTIONS(5177), - [anon_sym_PROGMEM] = ACTIONS(5177), - [anon_sym_alignas] = ACTIONS(5177), - [anon_sym__Alignas] = ACTIONS(5177), - [aux_sym_primitive_type_token1] = ACTIONS(5177), - [anon_sym_byte] = ACTIONS(5177), - [anon_sym_word] = ACTIONS(5177), - [anon_sym_enum] = ACTIONS(5177), - [anon_sym_class] = ACTIONS(5177), - [anon_sym_struct] = ACTIONS(5177), - [anon_sym_union] = ACTIONS(5177), - [anon_sym_or] = ACTIONS(5177), - [anon_sym_and] = ACTIONS(5177), - [anon_sym_asm] = ACTIONS(5177), - [anon_sym___asm__] = ACTIONS(5177), - [anon_sym___asm] = ACTIONS(5177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5177), - [anon_sym_decltype] = ACTIONS(5177), - [anon_sym_final] = ACTIONS(5177), - [anon_sym_override] = ACTIONS(5177), - [anon_sym_explicit] = ACTIONS(5177), - [anon_sym_typename] = ACTIONS(5177), - [anon_sym_template] = ACTIONS(5177), - [anon_sym_GT2] = ACTIONS(5179), - [anon_sym_operator] = ACTIONS(5177), - [anon_sym_try] = ACTIONS(5177), - [anon_sym_friend] = ACTIONS(5177), - [anon_sym_using] = ACTIONS(5177), - [anon_sym_concept] = ACTIONS(5177), - [anon_sym_requires] = ACTIONS(5177), - }, - [1607] = { - [sym_identifier] = ACTIONS(5181), - [anon_sym_COMMA] = ACTIONS(5183), - [anon_sym_RPAREN] = ACTIONS(5183), - [anon_sym_LPAREN2] = ACTIONS(5183), - [anon_sym_TILDE] = ACTIONS(5183), - [anon_sym_STAR] = ACTIONS(5183), - [anon_sym_PIPE_PIPE] = ACTIONS(5183), - [anon_sym_AMP_AMP] = ACTIONS(5183), - [anon_sym_AMP] = ACTIONS(5181), - [anon_sym_SEMI] = ACTIONS(5183), - [anon_sym___extension__] = ACTIONS(5181), - [anon_sym_virtual] = ACTIONS(5181), - [anon_sym_extern] = ACTIONS(5181), - [anon_sym___attribute__] = ACTIONS(5181), - [anon_sym___attribute] = ACTIONS(5181), - [anon_sym_COLON_COLON] = ACTIONS(5183), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5183), - [anon_sym___declspec] = ACTIONS(5181), - [anon_sym___based] = ACTIONS(5181), - [anon_sym___cdecl] = ACTIONS(5181), - [anon_sym___clrcall] = ACTIONS(5181), - [anon_sym___stdcall] = ACTIONS(5181), - [anon_sym___fastcall] = ACTIONS(5181), - [anon_sym___thiscall] = ACTIONS(5181), - [anon_sym___vectorcall] = ACTIONS(5181), - [anon_sym_LBRACE] = ACTIONS(5183), - [anon_sym_signed] = ACTIONS(5181), - [anon_sym_unsigned] = ACTIONS(5181), - [anon_sym_long] = ACTIONS(5181), - [anon_sym_short] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_static] = ACTIONS(5181), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_register] = ACTIONS(5181), - [anon_sym_inline] = ACTIONS(5181), - [anon_sym___inline] = ACTIONS(5181), - [anon_sym___inline__] = ACTIONS(5181), - [anon_sym___forceinline] = ACTIONS(5181), - [anon_sym_thread_local] = ACTIONS(5181), - [anon_sym___thread] = ACTIONS(5181), - [anon_sym_const] = ACTIONS(5181), - [anon_sym_constexpr] = ACTIONS(5181), - [anon_sym_volatile] = ACTIONS(5181), - [anon_sym_restrict] = ACTIONS(5181), - [anon_sym___restrict__] = ACTIONS(5181), - [anon_sym__Atomic] = ACTIONS(5181), - [anon_sym__Noreturn] = ACTIONS(5181), - [anon_sym_noreturn] = ACTIONS(5181), - [anon_sym__Nonnull] = ACTIONS(5181), - [anon_sym_mutable] = ACTIONS(5181), - [anon_sym_constinit] = ACTIONS(5181), - [anon_sym_consteval] = ACTIONS(5181), - [anon_sym_PROGMEM] = ACTIONS(5181), - [anon_sym_alignas] = ACTIONS(5181), - [anon_sym__Alignas] = ACTIONS(5181), - [aux_sym_primitive_type_token1] = ACTIONS(5181), - [anon_sym_byte] = ACTIONS(5181), - [anon_sym_word] = ACTIONS(5181), - [anon_sym_enum] = ACTIONS(5181), - [anon_sym_class] = ACTIONS(5181), - [anon_sym_struct] = ACTIONS(5181), - [anon_sym_union] = ACTIONS(5181), - [anon_sym_or] = ACTIONS(5181), - [anon_sym_and] = ACTIONS(5181), - [anon_sym_asm] = ACTIONS(5181), - [anon_sym___asm__] = ACTIONS(5181), - [anon_sym___asm] = ACTIONS(5181), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5181), - [anon_sym_decltype] = ACTIONS(5181), - [anon_sym_final] = ACTIONS(5181), - [anon_sym_override] = ACTIONS(5181), - [anon_sym_explicit] = ACTIONS(5181), - [anon_sym_typename] = ACTIONS(5181), - [anon_sym_template] = ACTIONS(5181), - [anon_sym_GT2] = ACTIONS(5183), - [anon_sym_operator] = ACTIONS(5181), - [anon_sym_try] = ACTIONS(5181), - [anon_sym_friend] = ACTIONS(5181), - [anon_sym_using] = ACTIONS(5181), - [anon_sym_concept] = ACTIONS(5181), - [anon_sym_requires] = ACTIONS(5181), - }, - [1608] = { - [sym_identifier] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(5187), - [anon_sym_RPAREN] = ACTIONS(5187), - [anon_sym_LPAREN2] = ACTIONS(5187), - [anon_sym_TILDE] = ACTIONS(5187), - [anon_sym_STAR] = ACTIONS(5187), - [anon_sym_PIPE_PIPE] = ACTIONS(5187), - [anon_sym_AMP_AMP] = ACTIONS(5187), - [anon_sym_AMP] = ACTIONS(5185), - [anon_sym_SEMI] = ACTIONS(5187), - [anon_sym___extension__] = ACTIONS(5185), - [anon_sym_virtual] = ACTIONS(5185), - [anon_sym_extern] = ACTIONS(5185), - [anon_sym___attribute__] = ACTIONS(5185), - [anon_sym___attribute] = ACTIONS(5185), - [anon_sym_COLON_COLON] = ACTIONS(5187), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5187), - [anon_sym___declspec] = ACTIONS(5185), - [anon_sym___based] = ACTIONS(5185), - [anon_sym___cdecl] = ACTIONS(5185), - [anon_sym___clrcall] = ACTIONS(5185), - [anon_sym___stdcall] = ACTIONS(5185), - [anon_sym___fastcall] = ACTIONS(5185), - [anon_sym___thiscall] = ACTIONS(5185), - [anon_sym___vectorcall] = ACTIONS(5185), - [anon_sym_LBRACE] = ACTIONS(5187), - [anon_sym_signed] = ACTIONS(5185), - [anon_sym_unsigned] = ACTIONS(5185), - [anon_sym_long] = ACTIONS(5185), - [anon_sym_short] = ACTIONS(5185), - [anon_sym_LBRACK] = ACTIONS(5185), - [anon_sym_static] = ACTIONS(5185), - [anon_sym_EQ] = ACTIONS(5187), - [anon_sym_register] = ACTIONS(5185), - [anon_sym_inline] = ACTIONS(5185), - [anon_sym___inline] = ACTIONS(5185), - [anon_sym___inline__] = ACTIONS(5185), - [anon_sym___forceinline] = ACTIONS(5185), - [anon_sym_thread_local] = ACTIONS(5185), - [anon_sym___thread] = ACTIONS(5185), - [anon_sym_const] = ACTIONS(5185), - [anon_sym_constexpr] = ACTIONS(5185), - [anon_sym_volatile] = ACTIONS(5185), - [anon_sym_restrict] = ACTIONS(5185), - [anon_sym___restrict__] = ACTIONS(5185), - [anon_sym__Atomic] = ACTIONS(5185), - [anon_sym__Noreturn] = ACTIONS(5185), - [anon_sym_noreturn] = ACTIONS(5185), - [anon_sym__Nonnull] = ACTIONS(5185), - [anon_sym_mutable] = ACTIONS(5185), - [anon_sym_constinit] = ACTIONS(5185), - [anon_sym_consteval] = ACTIONS(5185), - [anon_sym_PROGMEM] = ACTIONS(5185), - [anon_sym_alignas] = ACTIONS(5185), - [anon_sym__Alignas] = ACTIONS(5185), - [aux_sym_primitive_type_token1] = ACTIONS(5185), - [anon_sym_byte] = ACTIONS(5185), - [anon_sym_word] = ACTIONS(5185), - [anon_sym_enum] = ACTIONS(5185), - [anon_sym_class] = ACTIONS(5185), - [anon_sym_struct] = ACTIONS(5185), - [anon_sym_union] = ACTIONS(5185), - [anon_sym_or] = ACTIONS(5185), - [anon_sym_and] = ACTIONS(5185), - [anon_sym_asm] = ACTIONS(5185), - [anon_sym___asm__] = ACTIONS(5185), - [anon_sym___asm] = ACTIONS(5185), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5185), - [anon_sym_decltype] = ACTIONS(5185), - [anon_sym_final] = ACTIONS(5185), - [anon_sym_override] = ACTIONS(5185), - [anon_sym_explicit] = ACTIONS(5185), - [anon_sym_typename] = ACTIONS(5185), - [anon_sym_template] = ACTIONS(5185), - [anon_sym_GT2] = ACTIONS(5187), - [anon_sym_operator] = ACTIONS(5185), - [anon_sym_try] = ACTIONS(5185), - [anon_sym_friend] = ACTIONS(5185), - [anon_sym_using] = ACTIONS(5185), - [anon_sym_concept] = ACTIONS(5185), - [anon_sym_requires] = ACTIONS(5185), - }, - [1609] = { - [sym_identifier] = ACTIONS(5189), - [anon_sym_COMMA] = ACTIONS(5191), - [anon_sym_RPAREN] = ACTIONS(5191), - [anon_sym_LPAREN2] = ACTIONS(5191), - [anon_sym_TILDE] = ACTIONS(5191), - [anon_sym_STAR] = ACTIONS(5191), - [anon_sym_PIPE_PIPE] = ACTIONS(5191), - [anon_sym_AMP_AMP] = ACTIONS(5191), - [anon_sym_AMP] = ACTIONS(5189), - [anon_sym_SEMI] = ACTIONS(5191), - [anon_sym___extension__] = ACTIONS(5189), - [anon_sym_virtual] = ACTIONS(5189), - [anon_sym_extern] = ACTIONS(5189), - [anon_sym___attribute__] = ACTIONS(5189), - [anon_sym___attribute] = ACTIONS(5189), - [anon_sym_COLON_COLON] = ACTIONS(5191), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5191), - [anon_sym___declspec] = ACTIONS(5189), - [anon_sym___based] = ACTIONS(5189), - [anon_sym___cdecl] = ACTIONS(5189), - [anon_sym___clrcall] = ACTIONS(5189), - [anon_sym___stdcall] = ACTIONS(5189), - [anon_sym___fastcall] = ACTIONS(5189), - [anon_sym___thiscall] = ACTIONS(5189), - [anon_sym___vectorcall] = ACTIONS(5189), - [anon_sym_LBRACE] = ACTIONS(5191), - [anon_sym_signed] = ACTIONS(5189), - [anon_sym_unsigned] = ACTIONS(5189), - [anon_sym_long] = ACTIONS(5189), - [anon_sym_short] = ACTIONS(5189), - [anon_sym_LBRACK] = ACTIONS(5189), - [anon_sym_static] = ACTIONS(5189), - [anon_sym_EQ] = ACTIONS(5191), - [anon_sym_register] = ACTIONS(5189), - [anon_sym_inline] = ACTIONS(5189), - [anon_sym___inline] = ACTIONS(5189), - [anon_sym___inline__] = ACTIONS(5189), - [anon_sym___forceinline] = ACTIONS(5189), - [anon_sym_thread_local] = ACTIONS(5189), - [anon_sym___thread] = ACTIONS(5189), - [anon_sym_const] = ACTIONS(5189), - [anon_sym_constexpr] = ACTIONS(5189), - [anon_sym_volatile] = ACTIONS(5189), - [anon_sym_restrict] = ACTIONS(5189), - [anon_sym___restrict__] = ACTIONS(5189), - [anon_sym__Atomic] = ACTIONS(5189), - [anon_sym__Noreturn] = ACTIONS(5189), - [anon_sym_noreturn] = ACTIONS(5189), - [anon_sym__Nonnull] = ACTIONS(5189), - [anon_sym_mutable] = ACTIONS(5189), - [anon_sym_constinit] = ACTIONS(5189), - [anon_sym_consteval] = ACTIONS(5189), - [anon_sym_PROGMEM] = ACTIONS(5189), - [anon_sym_alignas] = ACTIONS(5189), - [anon_sym__Alignas] = ACTIONS(5189), - [aux_sym_primitive_type_token1] = ACTIONS(5189), - [anon_sym_byte] = ACTIONS(5189), - [anon_sym_word] = ACTIONS(5189), - [anon_sym_enum] = ACTIONS(5189), - [anon_sym_class] = ACTIONS(5189), - [anon_sym_struct] = ACTIONS(5189), - [anon_sym_union] = ACTIONS(5189), - [anon_sym_or] = ACTIONS(5189), - [anon_sym_and] = ACTIONS(5189), - [anon_sym_asm] = ACTIONS(5189), - [anon_sym___asm__] = ACTIONS(5189), - [anon_sym___asm] = ACTIONS(5189), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5189), - [anon_sym_decltype] = ACTIONS(5189), - [anon_sym_final] = ACTIONS(5189), - [anon_sym_override] = ACTIONS(5189), - [anon_sym_explicit] = ACTIONS(5189), - [anon_sym_typename] = ACTIONS(5189), - [anon_sym_template] = ACTIONS(5189), - [anon_sym_GT2] = ACTIONS(5191), - [anon_sym_operator] = ACTIONS(5189), - [anon_sym_try] = ACTIONS(5189), - [anon_sym_friend] = ACTIONS(5189), - [anon_sym_using] = ACTIONS(5189), - [anon_sym_concept] = ACTIONS(5189), - [anon_sym_requires] = ACTIONS(5189), - }, - [1610] = { - [sym_identifier] = ACTIONS(5193), - [anon_sym_COMMA] = ACTIONS(5195), - [anon_sym_RPAREN] = ACTIONS(5195), - [anon_sym_LPAREN2] = ACTIONS(5195), - [anon_sym_TILDE] = ACTIONS(5195), - [anon_sym_STAR] = ACTIONS(5195), - [anon_sym_PIPE_PIPE] = ACTIONS(5195), - [anon_sym_AMP_AMP] = ACTIONS(5195), - [anon_sym_AMP] = ACTIONS(5193), - [anon_sym_SEMI] = ACTIONS(5195), - [anon_sym___extension__] = ACTIONS(5193), - [anon_sym_virtual] = ACTIONS(5193), - [anon_sym_extern] = ACTIONS(5193), - [anon_sym___attribute__] = ACTIONS(5193), - [anon_sym___attribute] = ACTIONS(5193), - [anon_sym_COLON_COLON] = ACTIONS(5195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5195), - [anon_sym___declspec] = ACTIONS(5193), - [anon_sym___based] = ACTIONS(5193), - [anon_sym___cdecl] = ACTIONS(5193), - [anon_sym___clrcall] = ACTIONS(5193), - [anon_sym___stdcall] = ACTIONS(5193), - [anon_sym___fastcall] = ACTIONS(5193), - [anon_sym___thiscall] = ACTIONS(5193), - [anon_sym___vectorcall] = ACTIONS(5193), - [anon_sym_LBRACE] = ACTIONS(5195), - [anon_sym_signed] = ACTIONS(5193), - [anon_sym_unsigned] = ACTIONS(5193), - [anon_sym_long] = ACTIONS(5193), - [anon_sym_short] = ACTIONS(5193), - [anon_sym_LBRACK] = ACTIONS(5193), - [anon_sym_static] = ACTIONS(5193), - [anon_sym_EQ] = ACTIONS(5195), - [anon_sym_register] = ACTIONS(5193), - [anon_sym_inline] = ACTIONS(5193), - [anon_sym___inline] = ACTIONS(5193), - [anon_sym___inline__] = ACTIONS(5193), - [anon_sym___forceinline] = ACTIONS(5193), - [anon_sym_thread_local] = ACTIONS(5193), - [anon_sym___thread] = ACTIONS(5193), - [anon_sym_const] = ACTIONS(5193), - [anon_sym_constexpr] = ACTIONS(5193), - [anon_sym_volatile] = ACTIONS(5193), - [anon_sym_restrict] = ACTIONS(5193), - [anon_sym___restrict__] = ACTIONS(5193), - [anon_sym__Atomic] = ACTIONS(5193), - [anon_sym__Noreturn] = ACTIONS(5193), - [anon_sym_noreturn] = ACTIONS(5193), - [anon_sym__Nonnull] = ACTIONS(5193), - [anon_sym_mutable] = ACTIONS(5193), - [anon_sym_constinit] = ACTIONS(5193), - [anon_sym_consteval] = ACTIONS(5193), - [anon_sym_PROGMEM] = ACTIONS(5193), - [anon_sym_alignas] = ACTIONS(5193), - [anon_sym__Alignas] = ACTIONS(5193), - [aux_sym_primitive_type_token1] = ACTIONS(5193), - [anon_sym_byte] = ACTIONS(5193), - [anon_sym_word] = ACTIONS(5193), - [anon_sym_enum] = ACTIONS(5193), - [anon_sym_class] = ACTIONS(5193), - [anon_sym_struct] = ACTIONS(5193), - [anon_sym_union] = ACTIONS(5193), - [anon_sym_or] = ACTIONS(5193), - [anon_sym_and] = ACTIONS(5193), - [anon_sym_asm] = ACTIONS(5193), - [anon_sym___asm__] = ACTIONS(5193), - [anon_sym___asm] = ACTIONS(5193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5193), - [anon_sym_decltype] = ACTIONS(5193), - [anon_sym_final] = ACTIONS(5193), - [anon_sym_override] = ACTIONS(5193), - [anon_sym_explicit] = ACTIONS(5193), - [anon_sym_typename] = ACTIONS(5193), - [anon_sym_template] = ACTIONS(5193), - [anon_sym_GT2] = ACTIONS(5195), - [anon_sym_operator] = ACTIONS(5193), - [anon_sym_try] = ACTIONS(5193), - [anon_sym_friend] = ACTIONS(5193), - [anon_sym_using] = ACTIONS(5193), - [anon_sym_concept] = ACTIONS(5193), - [anon_sym_requires] = ACTIONS(5193), - }, - [1611] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1611), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [anon_sym_RPAREN] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4920), - [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4920), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4922), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4920), - [anon_sym_GT_GT] = ACTIONS(4920), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5150), - [anon_sym_unsigned] = ACTIONS(5150), - [anon_sym_long] = ACTIONS(5150), - [anon_sym_short] = ACTIONS(5150), - [anon_sym_LBRACK] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4920), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_STAR_EQ] = ACTIONS(4922), - [anon_sym_SLASH_EQ] = ACTIONS(4922), - [anon_sym_PERCENT_EQ] = ACTIONS(4922), - [anon_sym_PLUS_EQ] = ACTIONS(4922), - [anon_sym_DASH_EQ] = ACTIONS(4922), - [anon_sym_LT_LT_EQ] = ACTIONS(4922), - [anon_sym_GT_GT_EQ] = ACTIONS(4922), - [anon_sym_AMP_EQ] = ACTIONS(4922), - [anon_sym_CARET_EQ] = ACTIONS(4922), - [anon_sym_PIPE_EQ] = ACTIONS(4922), - [anon_sym_and_eq] = ACTIONS(4920), - [anon_sym_or_eq] = ACTIONS(4920), - [anon_sym_xor_eq] = ACTIONS(4920), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4920), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - [anon_sym_DASH_GT_STAR] = ACTIONS(4922), - }, - [1612] = { - [sym_identifier] = ACTIONS(5197), - [anon_sym_COMMA] = ACTIONS(5199), - [anon_sym_RPAREN] = ACTIONS(5199), - [anon_sym_LPAREN2] = ACTIONS(5199), - [anon_sym_TILDE] = ACTIONS(5199), - [anon_sym_STAR] = ACTIONS(5199), - [anon_sym_PIPE_PIPE] = ACTIONS(5199), - [anon_sym_AMP_AMP] = ACTIONS(5199), - [anon_sym_AMP] = ACTIONS(5197), - [anon_sym_SEMI] = ACTIONS(5199), - [anon_sym___extension__] = ACTIONS(5197), - [anon_sym_virtual] = ACTIONS(5197), - [anon_sym_extern] = ACTIONS(5197), - [anon_sym___attribute__] = ACTIONS(5197), - [anon_sym___attribute] = ACTIONS(5197), - [anon_sym_COLON_COLON] = ACTIONS(5199), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5199), - [anon_sym___declspec] = ACTIONS(5197), - [anon_sym___based] = ACTIONS(5197), - [anon_sym___cdecl] = ACTIONS(5197), - [anon_sym___clrcall] = ACTIONS(5197), - [anon_sym___stdcall] = ACTIONS(5197), - [anon_sym___fastcall] = ACTIONS(5197), - [anon_sym___thiscall] = ACTIONS(5197), - [anon_sym___vectorcall] = ACTIONS(5197), - [anon_sym_LBRACE] = ACTIONS(5199), - [anon_sym_signed] = ACTIONS(5197), - [anon_sym_unsigned] = ACTIONS(5197), - [anon_sym_long] = ACTIONS(5197), - [anon_sym_short] = ACTIONS(5197), - [anon_sym_LBRACK] = ACTIONS(5197), - [anon_sym_static] = ACTIONS(5197), - [anon_sym_EQ] = ACTIONS(5199), - [anon_sym_register] = ACTIONS(5197), - [anon_sym_inline] = ACTIONS(5197), - [anon_sym___inline] = ACTIONS(5197), - [anon_sym___inline__] = ACTIONS(5197), - [anon_sym___forceinline] = ACTIONS(5197), - [anon_sym_thread_local] = ACTIONS(5197), - [anon_sym___thread] = ACTIONS(5197), - [anon_sym_const] = ACTIONS(5197), - [anon_sym_constexpr] = ACTIONS(5197), - [anon_sym_volatile] = ACTIONS(5197), - [anon_sym_restrict] = ACTIONS(5197), - [anon_sym___restrict__] = ACTIONS(5197), - [anon_sym__Atomic] = ACTIONS(5197), - [anon_sym__Noreturn] = ACTIONS(5197), - [anon_sym_noreturn] = ACTIONS(5197), - [anon_sym__Nonnull] = ACTIONS(5197), - [anon_sym_mutable] = ACTIONS(5197), - [anon_sym_constinit] = ACTIONS(5197), - [anon_sym_consteval] = ACTIONS(5197), - [anon_sym_PROGMEM] = ACTIONS(5197), - [anon_sym_alignas] = ACTIONS(5197), - [anon_sym__Alignas] = ACTIONS(5197), - [aux_sym_primitive_type_token1] = ACTIONS(5197), - [anon_sym_byte] = ACTIONS(5197), - [anon_sym_word] = ACTIONS(5197), - [anon_sym_enum] = ACTIONS(5197), - [anon_sym_class] = ACTIONS(5197), - [anon_sym_struct] = ACTIONS(5197), - [anon_sym_union] = ACTIONS(5197), - [anon_sym_or] = ACTIONS(5197), - [anon_sym_and] = ACTIONS(5197), - [anon_sym_asm] = ACTIONS(5197), - [anon_sym___asm__] = ACTIONS(5197), - [anon_sym___asm] = ACTIONS(5197), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5197), - [anon_sym_decltype] = ACTIONS(5197), - [anon_sym_final] = ACTIONS(5197), - [anon_sym_override] = ACTIONS(5197), - [anon_sym_explicit] = ACTIONS(5197), - [anon_sym_typename] = ACTIONS(5197), - [anon_sym_template] = ACTIONS(5197), - [anon_sym_GT2] = ACTIONS(5199), - [anon_sym_operator] = ACTIONS(5197), - [anon_sym_try] = ACTIONS(5197), - [anon_sym_friend] = ACTIONS(5197), - [anon_sym_using] = ACTIONS(5197), - [anon_sym_concept] = ACTIONS(5197), - [anon_sym_requires] = ACTIONS(5197), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1613] = { - [sym_type_qualifier] = STATE(1613), - [sym_alignas_qualifier] = STATE(1630), - [aux_sym__type_definition_type_repeat1] = STATE(1613), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [aux_sym_preproc_if_token2] = ACTIONS(4898), - [aux_sym_preproc_else_token1] = ACTIONS(4898), - [aux_sym_preproc_elif_token1] = ACTIONS(4896), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4898), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4898), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4898), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4898), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4898), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4898), - [anon_sym_GT_GT] = ACTIONS(4898), - [anon_sym_SEMI] = ACTIONS(4898), - [anon_sym___extension__] = ACTIONS(5201), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_RBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_RBRACK] = ACTIONS(4898), - [anon_sym_const] = ACTIONS(5201), - [anon_sym_constexpr] = ACTIONS(5201), - [anon_sym_volatile] = ACTIONS(5201), - [anon_sym_restrict] = ACTIONS(5201), - [anon_sym___restrict__] = ACTIONS(5201), - [anon_sym__Atomic] = ACTIONS(5201), - [anon_sym__Noreturn] = ACTIONS(5201), - [anon_sym_noreturn] = ACTIONS(5201), - [anon_sym__Nonnull] = ACTIONS(5201), - [anon_sym_mutable] = ACTIONS(5201), - [anon_sym_constinit] = ACTIONS(5201), - [anon_sym_consteval] = ACTIONS(5201), - [anon_sym_PROGMEM] = ACTIONS(5201), - [anon_sym_alignas] = ACTIONS(5204), - [anon_sym__Alignas] = ACTIONS(5204), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_COLON] = ACTIONS(4898), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4898), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_final] = ACTIONS(4896), - [anon_sym_override] = ACTIONS(4896), - [anon_sym_requires] = ACTIONS(4896), + [1509] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_TILDE] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym_SEMI] = ACTIONS(4874), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym_virtual] = ACTIONS(4872), + [anon_sym_extern] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4874), + [anon_sym___declspec] = ACTIONS(4872), + [anon_sym___based] = ACTIONS(4872), + [anon_sym___cdecl] = ACTIONS(4872), + [anon_sym___clrcall] = ACTIONS(4872), + [anon_sym___stdcall] = ACTIONS(4872), + [anon_sym___fastcall] = ACTIONS(4872), + [anon_sym___thiscall] = ACTIONS(4872), + [anon_sym___vectorcall] = ACTIONS(4872), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_RBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_static] = ACTIONS(4872), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_register] = ACTIONS(4872), + [anon_sym_inline] = ACTIONS(4872), + [anon_sym___inline] = ACTIONS(4872), + [anon_sym___inline__] = ACTIONS(4872), + [anon_sym___forceinline] = ACTIONS(4872), + [anon_sym_thread_local] = ACTIONS(4872), + [anon_sym___thread] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4874), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_and_eq] = ACTIONS(4872), + [anon_sym_or_eq] = ACTIONS(4872), + [anon_sym_xor_eq] = ACTIONS(4872), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4874), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_template] = ACTIONS(4872), + [anon_sym_operator] = ACTIONS(4872), }, - [1614] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1614), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4920), - [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4920), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4920), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4920), - [anon_sym_GT_GT] = ACTIONS(4920), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5207), - [anon_sym_unsigned] = ACTIONS(5207), - [anon_sym_long] = ACTIONS(5207), - [anon_sym_short] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4920), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_STAR_EQ] = ACTIONS(4922), - [anon_sym_SLASH_EQ] = ACTIONS(4922), - [anon_sym_PERCENT_EQ] = ACTIONS(4922), - [anon_sym_PLUS_EQ] = ACTIONS(4922), - [anon_sym_DASH_EQ] = ACTIONS(4922), - [anon_sym_LT_LT_EQ] = ACTIONS(4922), - [anon_sym_GT_GT_EQ] = ACTIONS(4920), - [anon_sym_AMP_EQ] = ACTIONS(4922), - [anon_sym_CARET_EQ] = ACTIONS(4922), - [anon_sym_PIPE_EQ] = ACTIONS(4922), - [anon_sym_and_eq] = ACTIONS(4920), - [anon_sym_or_eq] = ACTIONS(4920), - [anon_sym_xor_eq] = ACTIONS(4920), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4922), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - [anon_sym_GT2] = ACTIONS(4922), + [1510] = { + [sym_identifier] = ACTIONS(2695), + [anon_sym_LPAREN2] = ACTIONS(2700), + [anon_sym_BANG] = ACTIONS(2700), + [anon_sym_TILDE] = ACTIONS(2700), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_STAR] = ACTIONS(2700), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym___extension__] = ACTIONS(2695), + [anon_sym_virtual] = ACTIONS(2695), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym___attribute__] = ACTIONS(2695), + [anon_sym___attribute] = ACTIONS(2695), + [anon_sym_COLON_COLON] = ACTIONS(2700), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2700), + [anon_sym___declspec] = ACTIONS(2695), + [anon_sym_signed] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_inline] = ACTIONS(2695), + [anon_sym___inline] = ACTIONS(2695), + [anon_sym___inline__] = ACTIONS(2695), + [anon_sym___forceinline] = ACTIONS(2695), + [anon_sym_thread_local] = ACTIONS(2695), + [anon_sym___thread] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_constexpr] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym___restrict__] = ACTIONS(2695), + [anon_sym__Atomic] = ACTIONS(2695), + [anon_sym__Noreturn] = ACTIONS(2695), + [anon_sym_noreturn] = ACTIONS(2695), + [anon_sym__Nonnull] = ACTIONS(2695), + [anon_sym_mutable] = ACTIONS(2695), + [anon_sym_constinit] = ACTIONS(2695), + [anon_sym_consteval] = ACTIONS(2695), + [anon_sym_PROGMEM] = ACTIONS(2695), + [anon_sym_alignas] = ACTIONS(2695), + [anon_sym__Alignas] = ACTIONS(2695), + [aux_sym_primitive_type_token1] = ACTIONS(2695), + [anon_sym_byte] = ACTIONS(2695), + [anon_sym_word] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_class] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_not] = ACTIONS(2695), + [anon_sym_compl] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2700), + [anon_sym_PLUS_PLUS] = ACTIONS(2700), + [anon_sym_sizeof] = ACTIONS(2695), + [anon_sym___alignof__] = ACTIONS(2695), + [anon_sym___alignof] = ACTIONS(2695), + [anon_sym__alignof] = ACTIONS(2695), + [anon_sym_alignof] = ACTIONS(2695), + [anon_sym__Alignof] = ACTIONS(2695), + [anon_sym_offsetof] = ACTIONS(2695), + [anon_sym__Generic] = ACTIONS(2695), + [anon_sym_asm] = ACTIONS(2695), + [anon_sym___asm__] = ACTIONS(2695), + [anon_sym___asm] = ACTIONS(2695), + [aux_sym_number_literal_token1] = ACTIONS(2700), + [aux_sym_number_literal_token2] = ACTIONS(2695), + [anon_sym_L_SQUOTE] = ACTIONS(2700), + [anon_sym_u_SQUOTE] = ACTIONS(2700), + [anon_sym_U_SQUOTE] = ACTIONS(2700), + [anon_sym_u8_SQUOTE] = ACTIONS(2700), + [anon_sym_SQUOTE] = ACTIONS(2700), + [anon_sym_L_DQUOTE] = ACTIONS(2700), + [anon_sym_u_DQUOTE] = ACTIONS(2700), + [anon_sym_U_DQUOTE] = ACTIONS(2700), + [anon_sym_u8_DQUOTE] = ACTIONS(2700), + [anon_sym_DQUOTE] = ACTIONS(2700), + [sym_true] = ACTIONS(2695), + [sym_false] = ACTIONS(2695), + [anon_sym_NULL] = ACTIONS(2695), + [anon_sym_nullptr] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2695), + [anon_sym_decltype] = ACTIONS(2695), + [anon_sym_typename] = ACTIONS(2695), + [anon_sym_template] = ACTIONS(2695), + [anon_sym_delete] = ACTIONS(2695), + [anon_sym_R_DQUOTE] = ACTIONS(2700), + [anon_sym_LR_DQUOTE] = ACTIONS(2700), + [anon_sym_uR_DQUOTE] = ACTIONS(2700), + [anon_sym_UR_DQUOTE] = ACTIONS(2700), + [anon_sym_u8R_DQUOTE] = ACTIONS(2700), + [anon_sym_co_await] = ACTIONS(2695), + [anon_sym_new] = ACTIONS(2695), + [anon_sym_requires] = ACTIONS(2695), + [sym_this] = ACTIONS(2695), }, - [1615] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4930), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4930), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4930), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4930), - [anon_sym_GT_GT] = ACTIONS(4930), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_EQ] = ACTIONS(4930), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_STAR_EQ] = ACTIONS(4932), - [anon_sym_SLASH_EQ] = ACTIONS(4932), - [anon_sym_PERCENT_EQ] = ACTIONS(4932), - [anon_sym_PLUS_EQ] = ACTIONS(4932), - [anon_sym_DASH_EQ] = ACTIONS(4932), - [anon_sym_LT_LT_EQ] = ACTIONS(4932), - [anon_sym_GT_GT_EQ] = ACTIONS(4932), - [anon_sym_AMP_EQ] = ACTIONS(4932), - [anon_sym_CARET_EQ] = ACTIONS(4932), - [anon_sym_PIPE_EQ] = ACTIONS(4932), - [anon_sym_and_eq] = ACTIONS(4930), - [anon_sym_or_eq] = ACTIONS(4930), - [anon_sym_xor_eq] = ACTIONS(4930), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4930), + [1511] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4880), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym___cdecl] = ACTIONS(4876), + [anon_sym___clrcall] = ACTIONS(4876), + [anon_sym___stdcall] = ACTIONS(4876), + [anon_sym___fastcall] = ACTIONS(4876), + [anon_sym___thiscall] = ACTIONS(4876), + [anon_sym___vectorcall] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4878), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4885), + [anon_sym_or_eq] = ACTIONS(4885), + [anon_sym_xor_eq] = ACTIONS(4885), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4885), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_DASH_GT_STAR] = ACTIONS(4932), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), }, - [1616] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), - [anon_sym_COMMA] = ACTIONS(2465), - [anon_sym_RPAREN] = ACTIONS(2465), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_SLASH] = ACTIONS(2475), - [anon_sym_PERCENT] = ACTIONS(2475), - [anon_sym_PIPE_PIPE] = ACTIONS(2465), - [anon_sym_AMP_AMP] = ACTIONS(2465), - [anon_sym_PIPE] = ACTIONS(2475), - [anon_sym_CARET] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2475), - [anon_sym_EQ_EQ] = ACTIONS(2465), - [anon_sym_BANG_EQ] = ACTIONS(2465), - [anon_sym_GT] = ACTIONS(2475), - [anon_sym_GT_EQ] = ACTIONS(2465), - [anon_sym_LT_EQ] = ACTIONS(2475), - [anon_sym_LT] = ACTIONS(2475), - [anon_sym_LT_LT] = ACTIONS(2475), - [anon_sym_GT_GT] = ACTIONS(2475), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2465), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2465), - [anon_sym_EQ] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_QMARK] = ACTIONS(2465), - [anon_sym_STAR_EQ] = ACTIONS(2465), - [anon_sym_SLASH_EQ] = ACTIONS(2465), - [anon_sym_PERCENT_EQ] = ACTIONS(2465), - [anon_sym_PLUS_EQ] = ACTIONS(2465), - [anon_sym_DASH_EQ] = ACTIONS(2465), - [anon_sym_LT_LT_EQ] = ACTIONS(2465), - [anon_sym_GT_GT_EQ] = ACTIONS(2465), - [anon_sym_AMP_EQ] = ACTIONS(2465), - [anon_sym_CARET_EQ] = ACTIONS(2465), - [anon_sym_PIPE_EQ] = ACTIONS(2465), - [anon_sym_and_eq] = ACTIONS(2475), - [anon_sym_or_eq] = ACTIONS(2475), - [anon_sym_xor_eq] = ACTIONS(2475), - [anon_sym_LT_EQ_GT] = ACTIONS(2465), - [anon_sym_or] = ACTIONS(2475), - [anon_sym_and] = ACTIONS(2475), - [anon_sym_bitor] = ACTIONS(2475), - [anon_sym_xor] = ACTIONS(2475), - [anon_sym_bitand] = ACTIONS(2475), - [anon_sym_not_eq] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2465), - [anon_sym_DOT] = ACTIONS(2475), - [anon_sym_DOT_STAR] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2475), + [1512] = { + [sym_identifier] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_BANG] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_DASH] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3084), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [anon_sym_not] = ACTIONS(3084), + [anon_sym_compl] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3086), + [anon_sym_PLUS_PLUS] = ACTIONS(3086), + [anon_sym_sizeof] = ACTIONS(3084), + [anon_sym___alignof__] = ACTIONS(3084), + [anon_sym___alignof] = ACTIONS(3084), + [anon_sym__alignof] = ACTIONS(3084), + [anon_sym_alignof] = ACTIONS(3084), + [anon_sym__Alignof] = ACTIONS(3084), + [anon_sym_offsetof] = ACTIONS(3084), + [anon_sym__Generic] = ACTIONS(3084), + [anon_sym_asm] = ACTIONS(3084), + [anon_sym___asm__] = ACTIONS(3084), + [anon_sym___asm] = ACTIONS(3084), + [aux_sym_number_literal_token1] = ACTIONS(3086), + [aux_sym_number_literal_token2] = ACTIONS(3084), + [anon_sym_L_SQUOTE] = ACTIONS(3086), + [anon_sym_u_SQUOTE] = ACTIONS(3086), + [anon_sym_U_SQUOTE] = ACTIONS(3086), + [anon_sym_u8_SQUOTE] = ACTIONS(3086), + [anon_sym_SQUOTE] = ACTIONS(3086), + [anon_sym_L_DQUOTE] = ACTIONS(3086), + [anon_sym_u_DQUOTE] = ACTIONS(3086), + [anon_sym_U_DQUOTE] = ACTIONS(3086), + [anon_sym_u8_DQUOTE] = ACTIONS(3086), + [anon_sym_DQUOTE] = ACTIONS(3086), + [sym_true] = ACTIONS(3084), + [sym_false] = ACTIONS(3084), + [anon_sym_NULL] = ACTIONS(3084), + [anon_sym_nullptr] = ACTIONS(3084), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_DASH_GT_STAR] = ACTIONS(2465), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_delete] = ACTIONS(3084), + [anon_sym_R_DQUOTE] = ACTIONS(3086), + [anon_sym_LR_DQUOTE] = ACTIONS(3086), + [anon_sym_uR_DQUOTE] = ACTIONS(3086), + [anon_sym_UR_DQUOTE] = ACTIONS(3086), + [anon_sym_u8R_DQUOTE] = ACTIONS(3086), + [anon_sym_co_await] = ACTIONS(3084), + [anon_sym_new] = ACTIONS(3084), + [anon_sym_requires] = ACTIONS(3084), + [sym_this] = ACTIONS(3084), }, - [1617] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1614), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4996), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4996), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4996), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4996), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4996), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5207), - [anon_sym_unsigned] = ACTIONS(5207), - [anon_sym_long] = ACTIONS(5207), - [anon_sym_short] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_STAR_EQ] = ACTIONS(4999), - [anon_sym_SLASH_EQ] = ACTIONS(4999), - [anon_sym_PERCENT_EQ] = ACTIONS(4999), - [anon_sym_PLUS_EQ] = ACTIONS(4999), - [anon_sym_DASH_EQ] = ACTIONS(4999), - [anon_sym_LT_LT_EQ] = ACTIONS(4999), - [anon_sym_GT_GT_EQ] = ACTIONS(4996), - [anon_sym_AMP_EQ] = ACTIONS(4999), - [anon_sym_CARET_EQ] = ACTIONS(4999), - [anon_sym_PIPE_EQ] = ACTIONS(4999), - [anon_sym_and_eq] = ACTIONS(4996), - [anon_sym_or_eq] = ACTIONS(4996), - [anon_sym_xor_eq] = ACTIONS(4996), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), - [anon_sym_GT2] = ACTIONS(4999), + [1513] = { + [sym_identifier] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_BANG] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_DASH] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [anon_sym_not] = ACTIONS(3112), + [anon_sym_compl] = ACTIONS(3112), + [anon_sym_DASH_DASH] = ACTIONS(3114), + [anon_sym_PLUS_PLUS] = ACTIONS(3114), + [anon_sym_sizeof] = ACTIONS(3112), + [anon_sym___alignof__] = ACTIONS(3112), + [anon_sym___alignof] = ACTIONS(3112), + [anon_sym__alignof] = ACTIONS(3112), + [anon_sym_alignof] = ACTIONS(3112), + [anon_sym__Alignof] = ACTIONS(3112), + [anon_sym_offsetof] = ACTIONS(3112), + [anon_sym__Generic] = ACTIONS(3112), + [anon_sym_asm] = ACTIONS(3112), + [anon_sym___asm__] = ACTIONS(3112), + [anon_sym___asm] = ACTIONS(3112), + [aux_sym_number_literal_token1] = ACTIONS(3114), + [aux_sym_number_literal_token2] = ACTIONS(3112), + [anon_sym_L_SQUOTE] = ACTIONS(3114), + [anon_sym_u_SQUOTE] = ACTIONS(3114), + [anon_sym_U_SQUOTE] = ACTIONS(3114), + [anon_sym_u8_SQUOTE] = ACTIONS(3114), + [anon_sym_SQUOTE] = ACTIONS(3114), + [anon_sym_L_DQUOTE] = ACTIONS(3114), + [anon_sym_u_DQUOTE] = ACTIONS(3114), + [anon_sym_U_DQUOTE] = ACTIONS(3114), + [anon_sym_u8_DQUOTE] = ACTIONS(3114), + [anon_sym_DQUOTE] = ACTIONS(3114), + [sym_true] = ACTIONS(3112), + [sym_false] = ACTIONS(3112), + [anon_sym_NULL] = ACTIONS(3112), + [anon_sym_nullptr] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_delete] = ACTIONS(3112), + [anon_sym_R_DQUOTE] = ACTIONS(3114), + [anon_sym_LR_DQUOTE] = ACTIONS(3114), + [anon_sym_uR_DQUOTE] = ACTIONS(3114), + [anon_sym_UR_DQUOTE] = ACTIONS(3114), + [anon_sym_u8R_DQUOTE] = ACTIONS(3114), + [anon_sym_co_await] = ACTIONS(3112), + [anon_sym_new] = ACTIONS(3112), + [anon_sym_requires] = ACTIONS(3112), + [sym_this] = ACTIONS(3112), }, - [1618] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3992), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7279), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_type_parameter_declaration] = STATE(7279), - [sym_variadic_type_parameter_declaration] = STATE(7279), - [sym_optional_type_parameter_declaration] = STATE(7279), - [sym_template_template_parameter_declaration] = STATE(7279), - [sym_optional_parameter_declaration] = STATE(7279), - [sym_variadic_parameter_declaration] = STATE(7279), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), + [1514] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5224), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6569), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_parameter_list] = STATE(815), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(4159), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5711), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4890), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(4892), [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), + [anon_sym_COLON_COLON] = ACTIONS(4894), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -244375,146 +235210,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(5210), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(5212), - [anon_sym_template] = ACTIONS(5214), - [anon_sym_GT2] = ACTIONS(5216), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), }, - [1619] = { - [sym_type_qualifier] = STATE(1619), - [sym_alignas_qualifier] = STATE(1635), - [aux_sym__type_definition_type_repeat1] = STATE(1619), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4896), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4896), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4896), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4898), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4896), - [anon_sym_GT_GT] = ACTIONS(4896), - [anon_sym___extension__] = ACTIONS(5218), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4896), - [anon_sym_const] = ACTIONS(5218), - [anon_sym_constexpr] = ACTIONS(5218), - [anon_sym_volatile] = ACTIONS(5218), - [anon_sym_restrict] = ACTIONS(5218), - [anon_sym___restrict__] = ACTIONS(5218), - [anon_sym__Atomic] = ACTIONS(5218), - [anon_sym__Noreturn] = ACTIONS(5218), - [anon_sym_noreturn] = ACTIONS(5218), - [anon_sym__Nonnull] = ACTIONS(5218), - [anon_sym_mutable] = ACTIONS(5218), - [anon_sym_constinit] = ACTIONS(5218), - [anon_sym_consteval] = ACTIONS(5218), - [anon_sym_PROGMEM] = ACTIONS(5218), - [anon_sym_alignas] = ACTIONS(5221), - [anon_sym__Alignas] = ACTIONS(5221), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_STAR_EQ] = ACTIONS(4898), - [anon_sym_SLASH_EQ] = ACTIONS(4898), - [anon_sym_PERCENT_EQ] = ACTIONS(4898), - [anon_sym_PLUS_EQ] = ACTIONS(4898), - [anon_sym_DASH_EQ] = ACTIONS(4898), - [anon_sym_LT_LT_EQ] = ACTIONS(4898), - [anon_sym_GT_GT_EQ] = ACTIONS(4898), - [anon_sym_AMP_EQ] = ACTIONS(4898), - [anon_sym_CARET_EQ] = ACTIONS(4898), - [anon_sym_PIPE_EQ] = ACTIONS(4898), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4896), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_DASH_GT_STAR] = ACTIONS(4898), + [1515] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5227), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6583), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_parameter_list] = STATE(821), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(4159), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5711), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4890), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(4892), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4894), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), }, - [1620] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3992), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7384), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_type_parameter_declaration] = STATE(7384), - [sym_variadic_type_parameter_declaration] = STATE(7384), - [sym_optional_type_parameter_declaration] = STATE(7384), - [sym_template_template_parameter_declaration] = STATE(7384), - [sym_optional_parameter_declaration] = STATE(7384), - [sym_variadic_parameter_declaration] = STATE(7384), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), + [1516] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5253), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6568), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_parameter_list] = STATE(809), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(4159), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5711), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4890), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(4892), [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), + [anon_sym_COLON_COLON] = ACTIONS(4894), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -244541,63 +235406,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(5210), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(5212), - [anon_sym_template] = ACTIONS(5214), - [anon_sym_GT2] = ACTIONS(5224), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), }, - [1621] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3992), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7598), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_type_parameter_declaration] = STATE(7598), - [sym_variadic_type_parameter_declaration] = STATE(7598), - [sym_optional_type_parameter_declaration] = STATE(7598), - [sym_template_template_parameter_declaration] = STATE(7598), - [sym_optional_parameter_declaration] = STATE(7598), - [sym_variadic_parameter_declaration] = STATE(7598), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), + [1517] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5225), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6577), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(5997), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_parameter_list] = STATE(807), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(4159), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5711), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_type_identifier] = STATE(2949), + [sym_operator_name] = STATE(5997), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4890), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(4892), [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_virtual] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(61), [anon_sym___attribute__] = ACTIONS(43), [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), + [anon_sym_COLON_COLON] = ACTIONS(4894), [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), [anon_sym___declspec] = ACTIONS(49), + [anon_sym___based] = ACTIONS(51), [anon_sym_signed] = ACTIONS(57), [anon_sym_unsigned] = ACTIONS(57), [anon_sym_long] = ACTIONS(57), [anon_sym_short] = ACTIONS(57), + [anon_sym_LBRACK] = ACTIONS(3261), [anon_sym_static] = ACTIONS(61), [anon_sym_register] = ACTIONS(61), [anon_sym_inline] = ACTIONS(61), @@ -244624,427 +235504,1977 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(69), [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(5210), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(125), [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(5212), - [anon_sym_template] = ACTIONS(5214), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), }, - [1622] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), - [anon_sym_COMMA] = ACTIONS(2465), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2475), - [anon_sym_SLASH] = ACTIONS(2475), - [anon_sym_PERCENT] = ACTIONS(2475), - [anon_sym_PIPE_PIPE] = ACTIONS(2465), - [anon_sym_AMP_AMP] = ACTIONS(2465), - [anon_sym_PIPE] = ACTIONS(2475), - [anon_sym_CARET] = ACTIONS(2475), - [anon_sym_AMP] = ACTIONS(2475), - [anon_sym_EQ_EQ] = ACTIONS(2465), - [anon_sym_BANG_EQ] = ACTIONS(2465), - [anon_sym_GT] = ACTIONS(2475), - [anon_sym_GT_EQ] = ACTIONS(2475), - [anon_sym_LT_EQ] = ACTIONS(2475), - [anon_sym_LT] = ACTIONS(2475), - [anon_sym_LT_LT] = ACTIONS(2475), - [anon_sym_GT_GT] = ACTIONS(2475), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2465), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2465), - [anon_sym_EQ] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_QMARK] = ACTIONS(2465), - [anon_sym_STAR_EQ] = ACTIONS(2465), - [anon_sym_SLASH_EQ] = ACTIONS(2465), - [anon_sym_PERCENT_EQ] = ACTIONS(2465), - [anon_sym_PLUS_EQ] = ACTIONS(2465), - [anon_sym_DASH_EQ] = ACTIONS(2465), - [anon_sym_LT_LT_EQ] = ACTIONS(2465), - [anon_sym_GT_GT_EQ] = ACTIONS(2475), - [anon_sym_AMP_EQ] = ACTIONS(2465), - [anon_sym_CARET_EQ] = ACTIONS(2465), - [anon_sym_PIPE_EQ] = ACTIONS(2465), - [anon_sym_and_eq] = ACTIONS(2475), - [anon_sym_or_eq] = ACTIONS(2475), - [anon_sym_xor_eq] = ACTIONS(2475), - [anon_sym_LT_EQ_GT] = ACTIONS(2465), - [anon_sym_or] = ACTIONS(2475), - [anon_sym_and] = ACTIONS(2475), - [anon_sym_bitor] = ACTIONS(2475), - [anon_sym_xor] = ACTIONS(2475), - [anon_sym_bitand] = ACTIONS(2475), - [anon_sym_not_eq] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2465), - [anon_sym_DOT] = ACTIONS(2475), - [anon_sym_DOT_STAR] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2465), + [1518] = { + [sym_template_argument_list] = STATE(1521), + [sym_identifier] = ACTIONS(4831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_COMMA] = ACTIONS(4833), + [anon_sym_RPAREN] = ACTIONS(4833), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_TILDE] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4845), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym_SEMI] = ACTIONS(4833), + [anon_sym___extension__] = ACTIONS(4831), + [anon_sym_virtual] = ACTIONS(4831), + [anon_sym_extern] = ACTIONS(4831), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4838), + [anon_sym___declspec] = ACTIONS(4831), + [anon_sym___based] = ACTIONS(4831), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_RBRACE] = ACTIONS(4833), + [anon_sym_LBRACK] = ACTIONS(4842), + [anon_sym_static] = ACTIONS(4831), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_register] = ACTIONS(4831), + [anon_sym_inline] = ACTIONS(4831), + [anon_sym___inline] = ACTIONS(4831), + [anon_sym___inline__] = ACTIONS(4831), + [anon_sym___forceinline] = ACTIONS(4831), + [anon_sym_thread_local] = ACTIONS(4831), + [anon_sym___thread] = ACTIONS(4831), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4831), + [anon_sym_volatile] = ACTIONS(4831), + [anon_sym_restrict] = ACTIONS(4831), + [anon_sym___restrict__] = ACTIONS(4831), + [anon_sym__Atomic] = ACTIONS(4831), + [anon_sym__Noreturn] = ACTIONS(4831), + [anon_sym_noreturn] = ACTIONS(4831), + [anon_sym__Nonnull] = ACTIONS(4831), + [anon_sym_mutable] = ACTIONS(4831), + [anon_sym_constinit] = ACTIONS(4831), + [anon_sym_consteval] = ACTIONS(4831), + [anon_sym_PROGMEM] = ACTIONS(4831), + [anon_sym_alignas] = ACTIONS(4831), + [anon_sym__Alignas] = ACTIONS(4831), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4840), + [anon_sym_or_eq] = ACTIONS(4840), + [anon_sym_xor_eq] = ACTIONS(4840), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4840), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4840), + [anon_sym_not_eq] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_template] = ACTIONS(4831), + [anon_sym_operator] = ACTIONS(4831), + }, + [1519] = { + [sym_template_argument_list] = STATE(1535), + [sym_identifier] = ACTIONS(4831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4835), + [anon_sym_COMMA] = ACTIONS(4835), + [anon_sym_RPAREN] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_TILDE] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4896), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4831), + [anon_sym_virtual] = ACTIONS(4831), + [anon_sym_extern] = ACTIONS(4831), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4838), + [anon_sym___declspec] = ACTIONS(4831), + [anon_sym___based] = ACTIONS(4831), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4842), + [anon_sym_static] = ACTIONS(4831), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_register] = ACTIONS(4831), + [anon_sym_inline] = ACTIONS(4831), + [anon_sym___inline] = ACTIONS(4831), + [anon_sym___inline__] = ACTIONS(4831), + [anon_sym___forceinline] = ACTIONS(4831), + [anon_sym_thread_local] = ACTIONS(4831), + [anon_sym___thread] = ACTIONS(4831), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4831), + [anon_sym_volatile] = ACTIONS(4831), + [anon_sym_restrict] = ACTIONS(4831), + [anon_sym___restrict__] = ACTIONS(4831), + [anon_sym__Atomic] = ACTIONS(4831), + [anon_sym__Noreturn] = ACTIONS(4831), + [anon_sym_noreturn] = ACTIONS(4831), + [anon_sym__Nonnull] = ACTIONS(4831), + [anon_sym_mutable] = ACTIONS(4831), + [anon_sym_constinit] = ACTIONS(4831), + [anon_sym_consteval] = ACTIONS(4831), + [anon_sym_PROGMEM] = ACTIONS(4831), + [anon_sym_alignas] = ACTIONS(4831), + [anon_sym__Alignas] = ACTIONS(4831), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4840), + [anon_sym_or_eq] = ACTIONS(4840), + [anon_sym_xor_eq] = ACTIONS(4840), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4840), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4840), + [anon_sym_not_eq] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_template] = ACTIONS(4831), + [anon_sym_operator] = ACTIONS(4831), + [anon_sym_DASH_GT_STAR] = ACTIONS(4833), + }, + [1520] = { + [sym_type_qualifier] = STATE(1520), + [sym_alignas_qualifier] = STATE(1545), + [aux_sym__type_definition_type_repeat1] = STATE(1520), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_RPAREN] = ACTIONS(4901), + [aux_sym_preproc_if_token2] = ACTIONS(4901), + [aux_sym_preproc_else_token1] = ACTIONS(4901), + [aux_sym_preproc_elif_token1] = ACTIONS(4899), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4901), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4899), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4899), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4901), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4899), + [anon_sym_GT_GT] = ACTIONS(4899), + [anon_sym_SEMI] = ACTIONS(4901), + [anon_sym___extension__] = ACTIONS(4903), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_RBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_RBRACK] = ACTIONS(4901), + [anon_sym_EQ] = ACTIONS(4899), + [anon_sym_const] = ACTIONS(4903), + [anon_sym_constexpr] = ACTIONS(4903), + [anon_sym_volatile] = ACTIONS(4903), + [anon_sym_restrict] = ACTIONS(4903), + [anon_sym___restrict__] = ACTIONS(4903), + [anon_sym__Atomic] = ACTIONS(4903), + [anon_sym__Noreturn] = ACTIONS(4903), + [anon_sym_noreturn] = ACTIONS(4903), + [anon_sym__Nonnull] = ACTIONS(4903), + [anon_sym_mutable] = ACTIONS(4903), + [anon_sym_constinit] = ACTIONS(4903), + [anon_sym_consteval] = ACTIONS(4903), + [anon_sym_PROGMEM] = ACTIONS(4903), + [anon_sym_alignas] = ACTIONS(4906), + [anon_sym__Alignas] = ACTIONS(4906), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_COLON] = ACTIONS(4901), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_STAR_EQ] = ACTIONS(4901), + [anon_sym_SLASH_EQ] = ACTIONS(4901), + [anon_sym_PERCENT_EQ] = ACTIONS(4901), + [anon_sym_PLUS_EQ] = ACTIONS(4901), + [anon_sym_DASH_EQ] = ACTIONS(4901), + [anon_sym_LT_LT_EQ] = ACTIONS(4901), + [anon_sym_GT_GT_EQ] = ACTIONS(4901), + [anon_sym_AMP_EQ] = ACTIONS(4901), + [anon_sym_CARET_EQ] = ACTIONS(4901), + [anon_sym_PIPE_EQ] = ACTIONS(4901), + [anon_sym_and_eq] = ACTIONS(4899), + [anon_sym_or_eq] = ACTIONS(4899), + [anon_sym_xor_eq] = ACTIONS(4899), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4901), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + }, + [1521] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_RPAREN] = ACTIONS(4878), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4878), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4878), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4885), + [anon_sym_or_eq] = ACTIONS(4885), + [anon_sym_xor_eq] = ACTIONS(4885), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4885), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_GT2] = ACTIONS(2465), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), }, - [1623] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4930), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4930), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4930), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4930), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4930), - [anon_sym_GT_GT] = ACTIONS(4930), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_EQ] = ACTIONS(4930), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_STAR_EQ] = ACTIONS(4932), - [anon_sym_SLASH_EQ] = ACTIONS(4932), - [anon_sym_PERCENT_EQ] = ACTIONS(4932), - [anon_sym_PLUS_EQ] = ACTIONS(4932), - [anon_sym_DASH_EQ] = ACTIONS(4932), - [anon_sym_LT_LT_EQ] = ACTIONS(4932), - [anon_sym_GT_GT_EQ] = ACTIONS(4930), - [anon_sym_AMP_EQ] = ACTIONS(4932), - [anon_sym_CARET_EQ] = ACTIONS(4932), - [anon_sym_PIPE_EQ] = ACTIONS(4932), - [anon_sym_and_eq] = ACTIONS(4930), - [anon_sym_or_eq] = ACTIONS(4930), - [anon_sym_xor_eq] = ACTIONS(4930), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4932), + [1522] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_TILDE] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym_virtual] = ACTIONS(4848), + [anon_sym_extern] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4850), + [anon_sym___declspec] = ACTIONS(4848), + [anon_sym___based] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4848), + [anon_sym_static] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_register] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym___inline] = ACTIONS(4848), + [anon_sym___inline__] = ACTIONS(4848), + [anon_sym___forceinline] = ACTIONS(4848), + [anon_sym_thread_local] = ACTIONS(4848), + [anon_sym___thread] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4850), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_and_eq] = ACTIONS(4848), + [anon_sym_or_eq] = ACTIONS(4848), + [anon_sym_xor_eq] = ACTIONS(4848), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4848), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_template] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_DASH_GT_STAR] = ACTIONS(4850), + }, + [1523] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_TILDE] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym_virtual] = ACTIONS(4852), + [anon_sym_extern] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4854), + [anon_sym___declspec] = ACTIONS(4852), + [anon_sym___based] = ACTIONS(4852), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4852), + [anon_sym_static] = ACTIONS(4852), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_register] = ACTIONS(4852), + [anon_sym_inline] = ACTIONS(4852), + [anon_sym___inline] = ACTIONS(4852), + [anon_sym___inline__] = ACTIONS(4852), + [anon_sym___forceinline] = ACTIONS(4852), + [anon_sym_thread_local] = ACTIONS(4852), + [anon_sym___thread] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4854), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_and_eq] = ACTIONS(4852), + [anon_sym_or_eq] = ACTIONS(4852), + [anon_sym_xor_eq] = ACTIONS(4852), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4852), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_template] = ACTIONS(4852), + [anon_sym_operator] = ACTIONS(4852), + [anon_sym_DASH_GT_STAR] = ACTIONS(4854), + }, + [1524] = { + [sym_string_literal] = STATE(2155), + [sym_template_argument_list] = STATE(1831), + [sym_raw_string_literal] = STATE(2155), + [aux_sym_sized_type_specifier_repeat1] = STATE(2084), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4111), + [anon_sym_LPAREN2] = ACTIONS(4111), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4119), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4122), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4119), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4909), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym___extension__] = ACTIONS(4115), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_signed] = ACTIONS(4914), + [anon_sym_unsigned] = ACTIONS(4914), + [anon_sym_long] = ACTIONS(4914), + [anon_sym_short] = ACTIONS(4914), + [anon_sym_LBRACK] = ACTIONS(4137), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_const] = ACTIONS(4107), + [anon_sym_constexpr] = ACTIONS(4115), + [anon_sym_volatile] = ACTIONS(4115), + [anon_sym_restrict] = ACTIONS(4115), + [anon_sym___restrict__] = ACTIONS(4115), + [anon_sym__Atomic] = ACTIONS(4115), + [anon_sym__Noreturn] = ACTIONS(4115), + [anon_sym_noreturn] = ACTIONS(4115), + [anon_sym__Nonnull] = ACTIONS(4115), + [anon_sym_mutable] = ACTIONS(4115), + [anon_sym_constinit] = ACTIONS(4115), + [anon_sym_consteval] = ACTIONS(4115), + [anon_sym_PROGMEM] = ACTIONS(4115), + [anon_sym_alignas] = ACTIONS(4115), + [anon_sym__Alignas] = ACTIONS(4115), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_GT2] = ACTIONS(4932), + [sym_auto] = ACTIONS(4115), + [anon_sym_decltype] = ACTIONS(4115), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), }, - [1624] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), - [anon_sym_COMMA] = ACTIONS(2465), - [anon_sym_RPAREN] = ACTIONS(2465), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_TILDE] = ACTIONS(2465), - [anon_sym_STAR] = ACTIONS(2465), - [anon_sym_AMP_AMP] = ACTIONS(2465), - [anon_sym_AMP] = ACTIONS(2475), - [anon_sym_SEMI] = ACTIONS(2465), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym_virtual] = ACTIONS(2475), - [anon_sym_extern] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2465), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), - [anon_sym___declspec] = ACTIONS(2475), - [anon_sym___based] = ACTIONS(2475), - [anon_sym___cdecl] = ACTIONS(2475), - [anon_sym___clrcall] = ACTIONS(2475), - [anon_sym___stdcall] = ACTIONS(2475), - [anon_sym___fastcall] = ACTIONS(2475), - [anon_sym___thiscall] = ACTIONS(2475), - [anon_sym___vectorcall] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2465), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2475), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_EQ] = ACTIONS(2465), - [anon_sym_register] = ACTIONS(2475), - [anon_sym_inline] = ACTIONS(2475), - [anon_sym___inline] = ACTIONS(2475), - [anon_sym___inline__] = ACTIONS(2475), - [anon_sym___forceinline] = ACTIONS(2475), - [anon_sym_thread_local] = ACTIONS(2475), - [anon_sym___thread] = ACTIONS(2475), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_enum] = ACTIONS(2475), - [anon_sym_class] = ACTIONS(2475), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_union] = ACTIONS(2475), - [anon_sym_asm] = ACTIONS(2475), - [anon_sym___asm__] = ACTIONS(2475), - [anon_sym___asm] = ACTIONS(2475), - [anon_sym_DASH_GT] = ACTIONS(2465), + [1525] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_TILDE] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4858), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4858), + [anon_sym_GT_GT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4858), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym_virtual] = ACTIONS(4856), + [anon_sym_extern] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4858), + [anon_sym___declspec] = ACTIONS(4856), + [anon_sym___based] = ACTIONS(4856), + [anon_sym___cdecl] = ACTIONS(4856), + [anon_sym___clrcall] = ACTIONS(4856), + [anon_sym___stdcall] = ACTIONS(4856), + [anon_sym___fastcall] = ACTIONS(4856), + [anon_sym___thiscall] = ACTIONS(4856), + [anon_sym___vectorcall] = ACTIONS(4856), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_RBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_static] = ACTIONS(4856), + [anon_sym_RBRACK] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_register] = ACTIONS(4856), + [anon_sym_inline] = ACTIONS(4856), + [anon_sym___inline] = ACTIONS(4856), + [anon_sym___inline__] = ACTIONS(4856), + [anon_sym___forceinline] = ACTIONS(4856), + [anon_sym_thread_local] = ACTIONS(4856), + [anon_sym___thread] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [anon_sym_COLON] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_final] = ACTIONS(4856), + [anon_sym_override] = ACTIONS(4856), + [anon_sym_template] = ACTIONS(4856), + [anon_sym_operator] = ACTIONS(4856), + [anon_sym_try] = ACTIONS(4856), + [anon_sym_requires] = ACTIONS(4856), + }, + [1526] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_TILDE] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4850), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4850), + [anon_sym_GT_GT] = ACTIONS(4850), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym_virtual] = ACTIONS(4848), + [anon_sym_extern] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4850), + [anon_sym___declspec] = ACTIONS(4848), + [anon_sym___based] = ACTIONS(4848), + [anon_sym___cdecl] = ACTIONS(4848), + [anon_sym___clrcall] = ACTIONS(4848), + [anon_sym___stdcall] = ACTIONS(4848), + [anon_sym___fastcall] = ACTIONS(4848), + [anon_sym___thiscall] = ACTIONS(4848), + [anon_sym___vectorcall] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4848), + [anon_sym_static] = ACTIONS(4848), + [anon_sym_RBRACK] = ACTIONS(4850), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_register] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym___inline] = ACTIONS(4848), + [anon_sym___inline__] = ACTIONS(4848), + [anon_sym___forceinline] = ACTIONS(4848), + [anon_sym_thread_local] = ACTIONS(4848), + [anon_sym___thread] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [anon_sym_COLON] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_template] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_requires] = ACTIONS(4848), + }, + [1527] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_TILDE] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4870), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4870), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4870), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4870), + [anon_sym_GT_GT] = ACTIONS(4870), + [anon_sym_SEMI] = ACTIONS(4870), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym_virtual] = ACTIONS(4868), + [anon_sym_extern] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4870), + [anon_sym___declspec] = ACTIONS(4868), + [anon_sym___based] = ACTIONS(4868), + [anon_sym___cdecl] = ACTIONS(4868), + [anon_sym___clrcall] = ACTIONS(4868), + [anon_sym___stdcall] = ACTIONS(4868), + [anon_sym___fastcall] = ACTIONS(4868), + [anon_sym___thiscall] = ACTIONS(4868), + [anon_sym___vectorcall] = ACTIONS(4868), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_RBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_static] = ACTIONS(4868), + [anon_sym_RBRACK] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_register] = ACTIONS(4868), + [anon_sym_inline] = ACTIONS(4868), + [anon_sym___inline] = ACTIONS(4868), + [anon_sym___inline__] = ACTIONS(4868), + [anon_sym___forceinline] = ACTIONS(4868), + [anon_sym_thread_local] = ACTIONS(4868), + [anon_sym___thread] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [anon_sym_COLON] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4868), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4870), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_final] = ACTIONS(4868), + [anon_sym_override] = ACTIONS(4868), + [anon_sym_template] = ACTIONS(4868), + [anon_sym_operator] = ACTIONS(4868), + [anon_sym_try] = ACTIONS(4868), + [anon_sym_requires] = ACTIONS(4868), + }, + [1528] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_TILDE] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym_virtual] = ACTIONS(4868), + [anon_sym_extern] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4870), + [anon_sym___declspec] = ACTIONS(4868), + [anon_sym___based] = ACTIONS(4868), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_static] = ACTIONS(4868), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_register] = ACTIONS(4868), + [anon_sym_inline] = ACTIONS(4868), + [anon_sym___inline] = ACTIONS(4868), + [anon_sym___inline__] = ACTIONS(4868), + [anon_sym___forceinline] = ACTIONS(4868), + [anon_sym_thread_local] = ACTIONS(4868), + [anon_sym___thread] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4870), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_and_eq] = ACTIONS(4868), + [anon_sym_or_eq] = ACTIONS(4868), + [anon_sym_xor_eq] = ACTIONS(4868), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4868), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4868), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_final] = ACTIONS(2475), - [anon_sym_override] = ACTIONS(2475), - [anon_sym_explicit] = ACTIONS(2475), - [anon_sym_typename] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2475), - [anon_sym_GT2] = ACTIONS(2465), - [anon_sym_operator] = ACTIONS(2475), - [anon_sym_try] = ACTIONS(2475), - [anon_sym_noexcept] = ACTIONS(2475), - [anon_sym_throw] = ACTIONS(2475), - [anon_sym_requires] = ACTIONS(2475), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_template] = ACTIONS(4868), + [anon_sym_operator] = ACTIONS(4868), + [anon_sym_DASH_GT_STAR] = ACTIONS(4870), }, - [1625] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_TILDE] = ACTIONS(4932), - [anon_sym_STAR] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_SEMI] = ACTIONS(4932), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym_virtual] = ACTIONS(4930), - [anon_sym_extern] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_COLON_COLON] = ACTIONS(4932), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4932), - [anon_sym___declspec] = ACTIONS(4930), - [anon_sym___based] = ACTIONS(4930), - [anon_sym___cdecl] = ACTIONS(4930), - [anon_sym___clrcall] = ACTIONS(4930), - [anon_sym___stdcall] = ACTIONS(4930), - [anon_sym___fastcall] = ACTIONS(4930), - [anon_sym___thiscall] = ACTIONS(4930), - [anon_sym___vectorcall] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4930), - [anon_sym_static] = ACTIONS(4930), - [anon_sym_EQ] = ACTIONS(4932), - [anon_sym_register] = ACTIONS(4930), - [anon_sym_inline] = ACTIONS(4930), - [anon_sym___inline] = ACTIONS(4930), - [anon_sym___inline__] = ACTIONS(4930), - [anon_sym___forceinline] = ACTIONS(4930), - [anon_sym_thread_local] = ACTIONS(4930), - [anon_sym___thread] = ACTIONS(4930), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_enum] = ACTIONS(4930), - [anon_sym_class] = ACTIONS(4930), - [anon_sym_struct] = ACTIONS(4930), - [anon_sym_union] = ACTIONS(4930), - [anon_sym_asm] = ACTIONS(4930), - [anon_sym___asm__] = ACTIONS(4930), - [anon_sym___asm] = ACTIONS(4930), - [anon_sym_DASH_GT] = ACTIONS(4932), + [1529] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_TILDE] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4862), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4862), + [anon_sym_GT_GT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4862), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym_virtual] = ACTIONS(4860), + [anon_sym_extern] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4862), + [anon_sym___declspec] = ACTIONS(4860), + [anon_sym___based] = ACTIONS(4860), + [anon_sym___cdecl] = ACTIONS(4860), + [anon_sym___clrcall] = ACTIONS(4860), + [anon_sym___stdcall] = ACTIONS(4860), + [anon_sym___fastcall] = ACTIONS(4860), + [anon_sym___thiscall] = ACTIONS(4860), + [anon_sym___vectorcall] = ACTIONS(4860), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_RBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_static] = ACTIONS(4860), + [anon_sym_RBRACK] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_register] = ACTIONS(4860), + [anon_sym_inline] = ACTIONS(4860), + [anon_sym___inline] = ACTIONS(4860), + [anon_sym___inline__] = ACTIONS(4860), + [anon_sym___forceinline] = ACTIONS(4860), + [anon_sym_thread_local] = ACTIONS(4860), + [anon_sym___thread] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [anon_sym_COLON] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_final] = ACTIONS(4860), + [anon_sym_override] = ACTIONS(4860), + [anon_sym_template] = ACTIONS(4860), + [anon_sym_operator] = ACTIONS(4860), + [anon_sym_try] = ACTIONS(4860), + [anon_sym_requires] = ACTIONS(4860), + }, + [1530] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_TILDE] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4874), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4874), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4874), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4874), + [anon_sym_GT_GT] = ACTIONS(4874), + [anon_sym_SEMI] = ACTIONS(4874), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym_virtual] = ACTIONS(4872), + [anon_sym_extern] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4874), + [anon_sym___declspec] = ACTIONS(4872), + [anon_sym___based] = ACTIONS(4872), + [anon_sym___cdecl] = ACTIONS(4872), + [anon_sym___clrcall] = ACTIONS(4872), + [anon_sym___stdcall] = ACTIONS(4872), + [anon_sym___fastcall] = ACTIONS(4872), + [anon_sym___thiscall] = ACTIONS(4872), + [anon_sym___vectorcall] = ACTIONS(4872), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_RBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_static] = ACTIONS(4872), + [anon_sym_RBRACK] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_register] = ACTIONS(4872), + [anon_sym_inline] = ACTIONS(4872), + [anon_sym___inline] = ACTIONS(4872), + [anon_sym___inline__] = ACTIONS(4872), + [anon_sym___forceinline] = ACTIONS(4872), + [anon_sym_thread_local] = ACTIONS(4872), + [anon_sym___thread] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [anon_sym_COLON] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4874), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_final] = ACTIONS(4872), + [anon_sym_override] = ACTIONS(4872), + [anon_sym_template] = ACTIONS(4872), + [anon_sym_operator] = ACTIONS(4872), + [anon_sym_try] = ACTIONS(4872), + [anon_sym_requires] = ACTIONS(4872), + }, + [1531] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_TILDE] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym_virtual] = ACTIONS(4856), + [anon_sym_extern] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4858), + [anon_sym___declspec] = ACTIONS(4856), + [anon_sym___based] = ACTIONS(4856), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_static] = ACTIONS(4856), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_register] = ACTIONS(4856), + [anon_sym_inline] = ACTIONS(4856), + [anon_sym___inline] = ACTIONS(4856), + [anon_sym___inline__] = ACTIONS(4856), + [anon_sym___forceinline] = ACTIONS(4856), + [anon_sym_thread_local] = ACTIONS(4856), + [anon_sym___thread] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4858), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_and_eq] = ACTIONS(4856), + [anon_sym_or_eq] = ACTIONS(4856), + [anon_sym_xor_eq] = ACTIONS(4856), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4856), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_template] = ACTIONS(4856), + [anon_sym_operator] = ACTIONS(4856), + [anon_sym_DASH_GT_STAR] = ACTIONS(4858), + }, + [1532] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_TILDE] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym_virtual] = ACTIONS(4872), + [anon_sym_extern] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4874), + [anon_sym___declspec] = ACTIONS(4872), + [anon_sym___based] = ACTIONS(4872), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_static] = ACTIONS(4872), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_register] = ACTIONS(4872), + [anon_sym_inline] = ACTIONS(4872), + [anon_sym___inline] = ACTIONS(4872), + [anon_sym___inline__] = ACTIONS(4872), + [anon_sym___forceinline] = ACTIONS(4872), + [anon_sym_thread_local] = ACTIONS(4872), + [anon_sym___thread] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4874), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_and_eq] = ACTIONS(4872), + [anon_sym_or_eq] = ACTIONS(4872), + [anon_sym_xor_eq] = ACTIONS(4872), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_template] = ACTIONS(4872), + [anon_sym_operator] = ACTIONS(4872), + [anon_sym_DASH_GT_STAR] = ACTIONS(4874), + }, + [1533] = { + [sym_template_argument_list] = STATE(1541), + [sym_identifier] = ACTIONS(4831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4835), + [anon_sym_COMMA] = ACTIONS(4835), + [anon_sym_RPAREN] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_TILDE] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4845), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4831), + [anon_sym_virtual] = ACTIONS(4831), + [anon_sym_extern] = ACTIONS(4831), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4838), + [anon_sym___declspec] = ACTIONS(4831), + [anon_sym___based] = ACTIONS(4831), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4842), + [anon_sym_static] = ACTIONS(4831), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_register] = ACTIONS(4831), + [anon_sym_inline] = ACTIONS(4831), + [anon_sym___inline] = ACTIONS(4831), + [anon_sym___inline__] = ACTIONS(4831), + [anon_sym___forceinline] = ACTIONS(4831), + [anon_sym_thread_local] = ACTIONS(4831), + [anon_sym___thread] = ACTIONS(4831), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4831), + [anon_sym_volatile] = ACTIONS(4831), + [anon_sym_restrict] = ACTIONS(4831), + [anon_sym___restrict__] = ACTIONS(4831), + [anon_sym__Atomic] = ACTIONS(4831), + [anon_sym__Noreturn] = ACTIONS(4831), + [anon_sym_noreturn] = ACTIONS(4831), + [anon_sym__Nonnull] = ACTIONS(4831), + [anon_sym_mutable] = ACTIONS(4831), + [anon_sym_constinit] = ACTIONS(4831), + [anon_sym_consteval] = ACTIONS(4831), + [anon_sym_PROGMEM] = ACTIONS(4831), + [anon_sym_alignas] = ACTIONS(4831), + [anon_sym__Alignas] = ACTIONS(4831), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4840), + [anon_sym_or_eq] = ACTIONS(4840), + [anon_sym_xor_eq] = ACTIONS(4840), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4840), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4840), + [anon_sym_not_eq] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_template] = ACTIONS(4831), + [anon_sym_operator] = ACTIONS(4831), + }, + [1534] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_TILDE] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4866), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4866), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4866), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4866), + [anon_sym_GT_GT] = ACTIONS(4866), + [anon_sym_SEMI] = ACTIONS(4866), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym_virtual] = ACTIONS(4864), + [anon_sym_extern] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), + [anon_sym___declspec] = ACTIONS(4864), + [anon_sym___based] = ACTIONS(4864), + [anon_sym___cdecl] = ACTIONS(4864), + [anon_sym___clrcall] = ACTIONS(4864), + [anon_sym___stdcall] = ACTIONS(4864), + [anon_sym___fastcall] = ACTIONS(4864), + [anon_sym___thiscall] = ACTIONS(4864), + [anon_sym___vectorcall] = ACTIONS(4864), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_RBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_static] = ACTIONS(4864), + [anon_sym_RBRACK] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_register] = ACTIONS(4864), + [anon_sym_inline] = ACTIONS(4864), + [anon_sym___inline] = ACTIONS(4864), + [anon_sym___inline__] = ACTIONS(4864), + [anon_sym___forceinline] = ACTIONS(4864), + [anon_sym_thread_local] = ACTIONS(4864), + [anon_sym___thread] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [anon_sym_COLON] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4866), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_final] = ACTIONS(4930), - [anon_sym_override] = ACTIONS(4930), - [anon_sym_explicit] = ACTIONS(4930), - [anon_sym_typename] = ACTIONS(4930), - [anon_sym_template] = ACTIONS(4930), - [anon_sym_GT2] = ACTIONS(4932), - [anon_sym_operator] = ACTIONS(4930), - [anon_sym_try] = ACTIONS(4930), - [anon_sym_noexcept] = ACTIONS(4930), - [anon_sym_throw] = ACTIONS(4930), - [anon_sym_requires] = ACTIONS(4930), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_final] = ACTIONS(4864), + [anon_sym_override] = ACTIONS(4864), + [anon_sym_template] = ACTIONS(4864), + [anon_sym_operator] = ACTIONS(4864), + [anon_sym_try] = ACTIONS(4864), + [anon_sym_requires] = ACTIONS(4864), }, - [1626] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1626), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [anon_sym_RPAREN] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4920), - [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4920), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4922), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4920), - [anon_sym_GT_GT] = ACTIONS(4920), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5226), - [anon_sym_unsigned] = ACTIONS(5226), - [anon_sym_long] = ACTIONS(5226), - [anon_sym_short] = ACTIONS(5226), - [anon_sym_LBRACK] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4920), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_STAR_EQ] = ACTIONS(4922), - [anon_sym_SLASH_EQ] = ACTIONS(4922), - [anon_sym_PERCENT_EQ] = ACTIONS(4922), - [anon_sym_PLUS_EQ] = ACTIONS(4922), - [anon_sym_DASH_EQ] = ACTIONS(4922), - [anon_sym_LT_LT_EQ] = ACTIONS(4922), - [anon_sym_GT_GT_EQ] = ACTIONS(4922), - [anon_sym_AMP_EQ] = ACTIONS(4922), - [anon_sym_CARET_EQ] = ACTIONS(4922), - [anon_sym_PIPE_EQ] = ACTIONS(4922), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4920), + [1535] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_RPAREN] = ACTIONS(4880), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4887), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4885), + [anon_sym_or_eq] = ACTIONS(4885), + [anon_sym_xor_eq] = ACTIONS(4885), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4885), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4885), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - [anon_sym_DASH_GT_STAR] = ACTIONS(4922), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), + [anon_sym_DASH_GT_STAR] = ACTIONS(4878), }, - [1627] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), + [1536] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_TILDE] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4854), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4854), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4854), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4854), + [anon_sym_GT_GT] = ACTIONS(4854), + [anon_sym_SEMI] = ACTIONS(4854), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym_virtual] = ACTIONS(4852), + [anon_sym_extern] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4854), + [anon_sym___declspec] = ACTIONS(4852), + [anon_sym___based] = ACTIONS(4852), + [anon_sym___cdecl] = ACTIONS(4852), + [anon_sym___clrcall] = ACTIONS(4852), + [anon_sym___stdcall] = ACTIONS(4852), + [anon_sym___fastcall] = ACTIONS(4852), + [anon_sym___thiscall] = ACTIONS(4852), + [anon_sym___vectorcall] = ACTIONS(4852), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_RBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4852), + [anon_sym_static] = ACTIONS(4852), + [anon_sym_RBRACK] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_register] = ACTIONS(4852), + [anon_sym_inline] = ACTIONS(4852), + [anon_sym___inline] = ACTIONS(4852), + [anon_sym___inline__] = ACTIONS(4852), + [anon_sym___forceinline] = ACTIONS(4852), + [anon_sym_thread_local] = ACTIONS(4852), + [anon_sym___thread] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [anon_sym_COLON] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_final] = ACTIONS(4852), + [anon_sym_override] = ACTIONS(4852), + [anon_sym_template] = ACTIONS(4852), + [anon_sym_operator] = ACTIONS(4852), + [anon_sym_try] = ACTIONS(4852), + [anon_sym_requires] = ACTIONS(4852), + }, + [1537] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_TILDE] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym_virtual] = ACTIONS(4860), + [anon_sym_extern] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4862), + [anon_sym___declspec] = ACTIONS(4860), + [anon_sym___based] = ACTIONS(4860), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_static] = ACTIONS(4860), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_register] = ACTIONS(4860), + [anon_sym_inline] = ACTIONS(4860), + [anon_sym___inline] = ACTIONS(4860), + [anon_sym___inline__] = ACTIONS(4860), + [anon_sym___forceinline] = ACTIONS(4860), + [anon_sym_thread_local] = ACTIONS(4860), + [anon_sym___thread] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4862), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_and_eq] = ACTIONS(4860), + [anon_sym_or_eq] = ACTIONS(4860), + [anon_sym_xor_eq] = ACTIONS(4860), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4860), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_template] = ACTIONS(4860), + [anon_sym_operator] = ACTIONS(4860), + [anon_sym_DASH_GT_STAR] = ACTIONS(4862), + }, + [1538] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_TILDE] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym_virtual] = ACTIONS(4864), + [anon_sym_extern] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), + [anon_sym___declspec] = ACTIONS(4864), + [anon_sym___based] = ACTIONS(4864), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_static] = ACTIONS(4864), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_register] = ACTIONS(4864), + [anon_sym_inline] = ACTIONS(4864), + [anon_sym___inline] = ACTIONS(4864), + [anon_sym___inline__] = ACTIONS(4864), + [anon_sym___forceinline] = ACTIONS(4864), + [anon_sym_thread_local] = ACTIONS(4864), + [anon_sym___thread] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4866), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_and_eq] = ACTIONS(4864), + [anon_sym_or_eq] = ACTIONS(4864), + [anon_sym_xor_eq] = ACTIONS(4864), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4864), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_template] = ACTIONS(4864), + [anon_sym_operator] = ACTIONS(4864), + [anon_sym_DASH_GT_STAR] = ACTIONS(4866), + }, + [1539] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), [sym_identifier] = ACTIONS(4920), [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), [anon_sym_COMMA] = ACTIONS(4922), @@ -245057,13 +237487,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN2] = ACTIONS(4922), [anon_sym_DASH] = ACTIONS(4920), [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4922), + [anon_sym_STAR] = ACTIONS(4920), [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4922), + [anon_sym_PERCENT] = ACTIONS(4920), [anon_sym_PIPE_PIPE] = ACTIONS(4922), [anon_sym_AMP_AMP] = ACTIONS(4922), [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4922), + [anon_sym_CARET] = ACTIONS(4920), [anon_sym_AMP] = ACTIONS(4920), [anon_sym_EQ_EQ] = ACTIONS(4922), [anon_sym_BANG_EQ] = ACTIONS(4922), @@ -245071,20 +237501,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4922), [anon_sym_LT_EQ] = ACTIONS(4920), [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4922), - [anon_sym_GT_GT] = ACTIONS(4922), + [anon_sym_LT_LT] = ACTIONS(4920), + [anon_sym_GT_GT] = ACTIONS(4920), [anon_sym_SEMI] = ACTIONS(4922), [anon_sym___extension__] = ACTIONS(4920), [anon_sym___attribute__] = ACTIONS(4920), [anon_sym___attribute] = ACTIONS(4920), [anon_sym_LBRACE] = ACTIONS(4922), [anon_sym_RBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5229), - [anon_sym_unsigned] = ACTIONS(5229), - [anon_sym_long] = ACTIONS(5229), - [anon_sym_short] = ACTIONS(5229), + [anon_sym_signed] = ACTIONS(4924), + [anon_sym_unsigned] = ACTIONS(4924), + [anon_sym_long] = ACTIONS(4924), + [anon_sym_short] = ACTIONS(4924), [anon_sym_LBRACK] = ACTIONS(4922), [anon_sym_RBRACK] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4920), [anon_sym_const] = ACTIONS(4920), [anon_sym_constexpr] = ACTIONS(4920), [anon_sym_volatile] = ACTIONS(4920), @@ -245101,286 +237532,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(4920), [anon_sym__Alignas] = ACTIONS(4920), [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_COLON] = ACTIONS(4922), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4922), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - [anon_sym_final] = ACTIONS(4920), - [anon_sym_override] = ACTIONS(4920), - [anon_sym_requires] = ACTIONS(4920), - }, - [1628] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1626), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_RPAREN] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4996), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4996), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4996), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4996), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5226), - [anon_sym_unsigned] = ACTIONS(5226), - [anon_sym_long] = ACTIONS(5226), - [anon_sym_short] = ACTIONS(5226), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_STAR_EQ] = ACTIONS(4999), - [anon_sym_SLASH_EQ] = ACTIONS(4999), - [anon_sym_PERCENT_EQ] = ACTIONS(4999), - [anon_sym_PLUS_EQ] = ACTIONS(4999), - [anon_sym_DASH_EQ] = ACTIONS(4999), - [anon_sym_LT_LT_EQ] = ACTIONS(4999), - [anon_sym_GT_GT_EQ] = ACTIONS(4999), - [anon_sym_AMP_EQ] = ACTIONS(4999), - [anon_sym_CARET_EQ] = ACTIONS(4999), - [anon_sym_PIPE_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4996), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), - [anon_sym_DASH_GT_STAR] = ACTIONS(4999), - }, - [1629] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7391), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7391), - [sym_variadic_parameter_declaration] = STATE(7391), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5232), - [anon_sym_RPAREN] = ACTIONS(5234), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_COLON] = ACTIONS(4922), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_STAR_EQ] = ACTIONS(4922), + [anon_sym_SLASH_EQ] = ACTIONS(4922), + [anon_sym_PERCENT_EQ] = ACTIONS(4922), + [anon_sym_PLUS_EQ] = ACTIONS(4922), + [anon_sym_DASH_EQ] = ACTIONS(4922), + [anon_sym_LT_LT_EQ] = ACTIONS(4922), + [anon_sym_GT_GT_EQ] = ACTIONS(4922), + [anon_sym_AMP_EQ] = ACTIONS(4922), + [anon_sym_CARET_EQ] = ACTIONS(4922), + [anon_sym_PIPE_EQ] = ACTIONS(4922), + [anon_sym_and_eq] = ACTIONS(4920), + [anon_sym_or_eq] = ACTIONS(4920), + [anon_sym_xor_eq] = ACTIONS(4920), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4922), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), }, - [1630] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), - [anon_sym_COMMA] = ACTIONS(2465), - [anon_sym_RPAREN] = ACTIONS(2465), - [aux_sym_preproc_if_token2] = ACTIONS(2465), - [aux_sym_preproc_else_token1] = ACTIONS(2465), - [aux_sym_preproc_elif_token1] = ACTIONS(2475), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2465), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2465), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2465), - [anon_sym_SLASH] = ACTIONS(2475), - [anon_sym_PERCENT] = ACTIONS(2465), - [anon_sym_PIPE_PIPE] = ACTIONS(2465), - [anon_sym_AMP_AMP] = ACTIONS(2465), - [anon_sym_PIPE] = ACTIONS(2475), - [anon_sym_CARET] = ACTIONS(2465), - [anon_sym_AMP] = ACTIONS(2475), - [anon_sym_EQ_EQ] = ACTIONS(2465), - [anon_sym_BANG_EQ] = ACTIONS(2465), - [anon_sym_GT] = ACTIONS(2475), - [anon_sym_GT_EQ] = ACTIONS(2465), - [anon_sym_LT_EQ] = ACTIONS(2475), - [anon_sym_LT] = ACTIONS(2475), - [anon_sym_LT_LT] = ACTIONS(2465), - [anon_sym_GT_GT] = ACTIONS(2465), - [anon_sym_SEMI] = ACTIONS(2465), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym___attribute__] = ACTIONS(2475), - [anon_sym___attribute] = ACTIONS(2475), - [anon_sym_LBRACE] = ACTIONS(2465), - [anon_sym_RBRACE] = ACTIONS(2465), - [anon_sym_signed] = ACTIONS(2475), - [anon_sym_unsigned] = ACTIONS(2475), - [anon_sym_long] = ACTIONS(2475), - [anon_sym_short] = ACTIONS(2475), - [anon_sym_LBRACK] = ACTIONS(2465), - [anon_sym_RBRACK] = ACTIONS(2465), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_COLON] = ACTIONS(2465), - [anon_sym_QMARK] = ACTIONS(2465), - [anon_sym_LT_EQ_GT] = ACTIONS(2465), - [anon_sym_or] = ACTIONS(2475), - [anon_sym_and] = ACTIONS(2475), - [anon_sym_bitor] = ACTIONS(2475), - [anon_sym_xor] = ACTIONS(2475), - [anon_sym_bitand] = ACTIONS(2475), - [anon_sym_not_eq] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2465), - [anon_sym_DOT] = ACTIONS(2475), - [anon_sym_DOT_STAR] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2465), + [1540] = { + [sym_string_literal] = STATE(2155), + [sym_template_argument_list] = STATE(1876), + [sym_raw_string_literal] = STATE(2155), + [aux_sym_sized_type_specifier_repeat1] = STATE(2084), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4122), + [anon_sym_LPAREN2] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4119), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4122), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4119), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym___extension__] = ACTIONS(4115), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_signed] = ACTIONS(4914), + [anon_sym_unsigned] = ACTIONS(4914), + [anon_sym_long] = ACTIONS(4914), + [anon_sym_short] = ACTIONS(4914), + [anon_sym_LBRACK] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_const] = ACTIONS(4107), + [anon_sym_constexpr] = ACTIONS(4115), + [anon_sym_volatile] = ACTIONS(4115), + [anon_sym_restrict] = ACTIONS(4115), + [anon_sym___restrict__] = ACTIONS(4115), + [anon_sym__Atomic] = ACTIONS(4115), + [anon_sym__Noreturn] = ACTIONS(4115), + [anon_sym_noreturn] = ACTIONS(4115), + [anon_sym__Nonnull] = ACTIONS(4115), + [anon_sym_mutable] = ACTIONS(4115), + [anon_sym_constinit] = ACTIONS(4115), + [anon_sym_consteval] = ACTIONS(4115), + [anon_sym_PROGMEM] = ACTIONS(4115), + [anon_sym_alignas] = ACTIONS(4115), + [anon_sym__Alignas] = ACTIONS(4115), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2475), - [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_final] = ACTIONS(2475), - [anon_sym_override] = ACTIONS(2475), - [anon_sym_requires] = ACTIONS(2475), + [sym_auto] = ACTIONS(4115), + [anon_sym_decltype] = ACTIONS(4115), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), }, - [1631] = { + [1541] = { [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_RPAREN] = ACTIONS(4878), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_RPAREN] = ACTIONS(4880), [anon_sym_LPAREN2] = ACTIONS(4880), [anon_sym_TILDE] = ACTIONS(4883), [anon_sym_DASH] = ACTIONS(4885), [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4880), + [anon_sym_STAR] = ACTIONS(4887), [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4885), [anon_sym_PIPE_PIPE] = ACTIONS(4878), [anon_sym_AMP_AMP] = ACTIONS(4880), [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4878), + [anon_sym_CARET] = ACTIONS(4885), [anon_sym_AMP] = ACTIONS(4887), [anon_sym_EQ_EQ] = ACTIONS(4878), [anon_sym_BANG_EQ] = ACTIONS(4878), @@ -245388,9 +237680,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4878), [anon_sym_LT_EQ] = ACTIONS(4885), [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4878), - [anon_sym_GT_GT] = ACTIONS(4878), - [anon_sym_SEMI] = ACTIONS(4878), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), [anon_sym___extension__] = ACTIONS(4876), [anon_sym_virtual] = ACTIONS(4876), [anon_sym_extern] = ACTIONS(4876), @@ -245401,9 +237692,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___declspec] = ACTIONS(4876), [anon_sym___based] = ACTIONS(4876), [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_RBRACE] = ACTIONS(4878), [anon_sym_LBRACK] = ACTIONS(4887), [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4887), [anon_sym_register] = ACTIONS(4876), [anon_sym_inline] = ACTIONS(4876), [anon_sym___inline] = ACTIONS(4876), @@ -245427,6 +237718,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(4876), [anon_sym__Alignas] = ACTIONS(4876), [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4885), + [anon_sym_or_eq] = ACTIONS(4885), + [anon_sym_xor_eq] = ACTIONS(4885), [anon_sym_LT_EQ_GT] = ACTIONS(4878), [anon_sym_or] = ACTIONS(4885), [anon_sym_and] = ACTIONS(4885), @@ -245445,251 +237749,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4876), [anon_sym_operator] = ACTIONS(4876), }, - [1632] = { - [sym_type_qualifier] = STATE(1632), - [sym_alignas_qualifier] = STATE(1694), - [aux_sym_array_declarator_repeat1] = STATE(1632), - [sym_identifier] = ACTIONS(5236), - [anon_sym_LPAREN2] = ACTIONS(5238), - [anon_sym_BANG] = ACTIONS(5238), - [anon_sym_TILDE] = ACTIONS(5238), - [anon_sym_DASH] = ACTIONS(5236), - [anon_sym_PLUS] = ACTIONS(5236), - [anon_sym_STAR] = ACTIONS(5238), - [anon_sym_AMP] = ACTIONS(5238), - [anon_sym___extension__] = ACTIONS(5240), - [anon_sym_COLON_COLON] = ACTIONS(5238), - [anon_sym_LBRACK] = ACTIONS(5238), - [anon_sym_static] = ACTIONS(5243), - [anon_sym_RBRACK] = ACTIONS(5238), - [anon_sym_const] = ACTIONS(5240), - [anon_sym_constexpr] = ACTIONS(5240), - [anon_sym_volatile] = ACTIONS(5240), - [anon_sym_restrict] = ACTIONS(5240), - [anon_sym___restrict__] = ACTIONS(5240), - [anon_sym__Atomic] = ACTIONS(5240), - [anon_sym__Noreturn] = ACTIONS(5240), - [anon_sym_noreturn] = ACTIONS(5240), - [anon_sym__Nonnull] = ACTIONS(5240), - [anon_sym_mutable] = ACTIONS(5240), - [anon_sym_constinit] = ACTIONS(5240), - [anon_sym_consteval] = ACTIONS(5240), - [anon_sym_PROGMEM] = ACTIONS(5240), - [anon_sym_alignas] = ACTIONS(5246), - [anon_sym__Alignas] = ACTIONS(5246), - [aux_sym_primitive_type_token1] = ACTIONS(5236), - [anon_sym_byte] = ACTIONS(5236), - [anon_sym_word] = ACTIONS(5236), - [anon_sym_not] = ACTIONS(5236), - [anon_sym_compl] = ACTIONS(5236), - [anon_sym_DASH_DASH] = ACTIONS(5238), - [anon_sym_PLUS_PLUS] = ACTIONS(5238), - [anon_sym_sizeof] = ACTIONS(5236), - [anon_sym___alignof__] = ACTIONS(5236), - [anon_sym___alignof] = ACTIONS(5236), - [anon_sym__alignof] = ACTIONS(5236), - [anon_sym_alignof] = ACTIONS(5236), - [anon_sym__Alignof] = ACTIONS(5236), - [anon_sym_offsetof] = ACTIONS(5236), - [anon_sym__Generic] = ACTIONS(5236), - [anon_sym_asm] = ACTIONS(5236), - [anon_sym___asm__] = ACTIONS(5236), - [anon_sym___asm] = ACTIONS(5236), - [aux_sym_number_literal_token1] = ACTIONS(5238), - [aux_sym_number_literal_token2] = ACTIONS(5236), - [anon_sym_L_SQUOTE] = ACTIONS(5238), - [anon_sym_u_SQUOTE] = ACTIONS(5238), - [anon_sym_U_SQUOTE] = ACTIONS(5238), - [anon_sym_u8_SQUOTE] = ACTIONS(5238), - [anon_sym_SQUOTE] = ACTIONS(5238), - [anon_sym_L_DQUOTE] = ACTIONS(5238), - [anon_sym_u_DQUOTE] = ACTIONS(5238), - [anon_sym_U_DQUOTE] = ACTIONS(5238), - [anon_sym_u8_DQUOTE] = ACTIONS(5238), - [anon_sym_DQUOTE] = ACTIONS(5238), - [sym_true] = ACTIONS(5236), - [sym_false] = ACTIONS(5236), - [anon_sym_NULL] = ACTIONS(5236), - [anon_sym_nullptr] = ACTIONS(5236), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(5236), - [anon_sym_template] = ACTIONS(5236), - [anon_sym_delete] = ACTIONS(5236), - [anon_sym_R_DQUOTE] = ACTIONS(5238), - [anon_sym_LR_DQUOTE] = ACTIONS(5238), - [anon_sym_uR_DQUOTE] = ACTIONS(5238), - [anon_sym_UR_DQUOTE] = ACTIONS(5238), - [anon_sym_u8R_DQUOTE] = ACTIONS(5238), - [anon_sym_co_await] = ACTIONS(5236), - [anon_sym_new] = ACTIONS(5236), - [anon_sym_requires] = ACTIONS(5236), - [sym_this] = ACTIONS(5236), + [1542] = { + [sym_type_qualifier] = STATE(1546), + [sym_alignas_qualifier] = STATE(1545), + [sym_primitive_type] = STATE(2309), + [aux_sym__type_definition_type_repeat1] = STATE(1546), + [aux_sym_sized_type_specifier_repeat1] = STATE(1561), + [sym_identifier] = ACTIONS(4930), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4934), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4934), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4934), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4934), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym___extension__] = ACTIONS(4936), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(4938), + [anon_sym_unsigned] = ACTIONS(4938), + [anon_sym_long] = ACTIONS(4938), + [anon_sym_short] = ACTIONS(4938), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_EQ] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(4936), + [anon_sym_constexpr] = ACTIONS(4936), + [anon_sym_volatile] = ACTIONS(4936), + [anon_sym_restrict] = ACTIONS(4936), + [anon_sym___restrict__] = ACTIONS(4936), + [anon_sym__Atomic] = ACTIONS(4936), + [anon_sym__Noreturn] = ACTIONS(4936), + [anon_sym_noreturn] = ACTIONS(4936), + [anon_sym__Nonnull] = ACTIONS(4936), + [anon_sym_mutable] = ACTIONS(4936), + [anon_sym_constinit] = ACTIONS(4936), + [anon_sym_consteval] = ACTIONS(4936), + [anon_sym_PROGMEM] = ACTIONS(4936), + [anon_sym_alignas] = ACTIONS(4940), + [anon_sym__Alignas] = ACTIONS(4940), + [aux_sym_primitive_type_token1] = ACTIONS(4942), + [anon_sym_byte] = ACTIONS(4942), + [anon_sym_word] = ACTIONS(4942), + [anon_sym_COLON] = ACTIONS(4932), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_LT_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_GT_EQ] = ACTIONS(4932), + [anon_sym_AMP_EQ] = ACTIONS(4932), + [anon_sym_CARET_EQ] = ACTIONS(4932), + [anon_sym_PIPE_EQ] = ACTIONS(4932), + [anon_sym_and_eq] = ACTIONS(4934), + [anon_sym_or_eq] = ACTIONS(4934), + [anon_sym_xor_eq] = ACTIONS(4934), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), }, - [1633] = { - [sym_catch_clause] = STATE(1637), - [aux_sym_constructor_try_statement_repeat1] = STATE(1637), - [sym_identifier] = ACTIONS(2575), - [aux_sym_preproc_def_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token2] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), - [aux_sym_preproc_else_token1] = ACTIONS(2575), - [aux_sym_preproc_elif_token1] = ACTIONS(2575), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2575), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2575), - [sym_preproc_directive] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2577), - [anon_sym_TILDE] = ACTIONS(2577), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_AMP_AMP] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym___extension__] = ACTIONS(2575), - [anon_sym_typedef] = ACTIONS(2575), - [anon_sym_virtual] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym___attribute__] = ACTIONS(2575), - [anon_sym___attribute] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2575), - [anon_sym___based] = ACTIONS(2575), - [anon_sym_signed] = ACTIONS(2575), - [anon_sym_unsigned] = ACTIONS(2575), - [anon_sym_long] = ACTIONS(2575), - [anon_sym_short] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_register] = ACTIONS(2575), - [anon_sym_inline] = ACTIONS(2575), - [anon_sym___inline] = ACTIONS(2575), - [anon_sym___inline__] = ACTIONS(2575), - [anon_sym___forceinline] = ACTIONS(2575), - [anon_sym_thread_local] = ACTIONS(2575), - [anon_sym___thread] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_constexpr] = ACTIONS(2575), - [anon_sym_volatile] = ACTIONS(2575), - [anon_sym_restrict] = ACTIONS(2575), - [anon_sym___restrict__] = ACTIONS(2575), - [anon_sym__Atomic] = ACTIONS(2575), - [anon_sym__Noreturn] = ACTIONS(2575), - [anon_sym_noreturn] = ACTIONS(2575), - [anon_sym__Nonnull] = ACTIONS(2575), - [anon_sym_mutable] = ACTIONS(2575), - [anon_sym_constinit] = ACTIONS(2575), - [anon_sym_consteval] = ACTIONS(2575), - [anon_sym_PROGMEM] = ACTIONS(2575), - [anon_sym_alignas] = ACTIONS(2575), - [anon_sym__Alignas] = ACTIONS(2575), - [aux_sym_primitive_type_token1] = ACTIONS(2575), - [anon_sym_byte] = ACTIONS(2575), - [anon_sym_word] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_class] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), + [1543] = { + [sym_string_literal] = STATE(3488), + [sym_template_argument_list] = STATE(2848), + [sym_raw_string_literal] = STATE(3488), + [aux_sym_sized_type_specifier_repeat1] = STATE(2201), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4122), + [anon_sym_COMMA] = ACTIONS(4122), + [anon_sym_LPAREN2] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4119), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4122), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4119), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4117), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4944), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym___extension__] = ACTIONS(4115), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_signed] = ACTIONS(4947), + [anon_sym_unsigned] = ACTIONS(4947), + [anon_sym_long] = ACTIONS(4947), + [anon_sym_short] = ACTIONS(4947), + [anon_sym_LBRACK] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4949), + [anon_sym_const] = ACTIONS(4107), + [anon_sym_constexpr] = ACTIONS(4115), + [anon_sym_volatile] = ACTIONS(4115), + [anon_sym_restrict] = ACTIONS(4115), + [anon_sym___restrict__] = ACTIONS(4115), + [anon_sym__Atomic] = ACTIONS(4115), + [anon_sym__Noreturn] = ACTIONS(4115), + [anon_sym_noreturn] = ACTIONS(4115), + [anon_sym__Nonnull] = ACTIONS(4115), + [anon_sym_mutable] = ACTIONS(4115), + [anon_sym_constinit] = ACTIONS(4115), + [anon_sym_consteval] = ACTIONS(4115), + [anon_sym_PROGMEM] = ACTIONS(4115), + [anon_sym_alignas] = ACTIONS(4115), + [anon_sym__Alignas] = ACTIONS(4115), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4951), + [anon_sym_SLASH_EQ] = ACTIONS(4951), + [anon_sym_PERCENT_EQ] = ACTIONS(4951), + [anon_sym_PLUS_EQ] = ACTIONS(4951), + [anon_sym_DASH_EQ] = ACTIONS(4951), + [anon_sym_LT_LT_EQ] = ACTIONS(4951), + [anon_sym_GT_GT_EQ] = ACTIONS(4949), + [anon_sym_AMP_EQ] = ACTIONS(4951), + [anon_sym_CARET_EQ] = ACTIONS(4951), + [anon_sym_PIPE_EQ] = ACTIONS(4951), + [anon_sym_and_eq] = ACTIONS(4951), + [anon_sym_or_eq] = ACTIONS(4951), + [anon_sym_xor_eq] = ACTIONS(4951), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(4953), + [anon_sym_u_DQUOTE] = ACTIONS(4953), + [anon_sym_U_DQUOTE] = ACTIONS(4953), + [anon_sym_u8_DQUOTE] = ACTIONS(4953), + [anon_sym_DQUOTE] = ACTIONS(4953), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2575), - [anon_sym_decltype] = ACTIONS(2575), - [anon_sym_explicit] = ACTIONS(2575), - [anon_sym_typename] = ACTIONS(2575), - [anon_sym_template] = ACTIONS(2575), - [anon_sym_operator] = ACTIONS(2575), - [anon_sym_friend] = ACTIONS(2575), - [anon_sym_public] = ACTIONS(2575), - [anon_sym_private] = ACTIONS(2575), - [anon_sym_protected] = ACTIONS(2575), - [anon_sym_using] = ACTIONS(2575), - [anon_sym_static_assert] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(5249), + [sym_auto] = ACTIONS(4115), + [anon_sym_decltype] = ACTIONS(4115), + [anon_sym_GT2] = ACTIONS(4122), + [anon_sym_R_DQUOTE] = ACTIONS(4955), + [anon_sym_LR_DQUOTE] = ACTIONS(4955), + [anon_sym_uR_DQUOTE] = ACTIONS(4955), + [anon_sym_UR_DQUOTE] = ACTIONS(4955), + [anon_sym_u8R_DQUOTE] = ACTIONS(4955), }, - [1634] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7054), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7054), - [sym_variadic_parameter_declaration] = STATE(7054), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5251), - [anon_sym_RPAREN] = ACTIONS(5253), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [1544] = { + [sym_type_qualifier] = STATE(1548), + [sym_alignas_qualifier] = STATE(1545), + [sym_primitive_type] = STATE(2242), + [aux_sym__type_definition_type_repeat1] = STATE(1548), + [aux_sym_sized_type_specifier_repeat1] = STATE(1569), + [sym_identifier] = ACTIONS(4957), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [aux_sym_preproc_if_token2] = ACTIONS(4932), + [aux_sym_preproc_else_token1] = ACTIONS(4932), + [aux_sym_preproc_elif_token1] = ACTIONS(4934), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4932), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4934), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4934), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4934), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4934), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym___extension__] = ACTIONS(4936), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(4960), + [anon_sym_unsigned] = ACTIONS(4960), + [anon_sym_long] = ACTIONS(4960), + [anon_sym_short] = ACTIONS(4960), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_EQ] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(4936), + [anon_sym_constexpr] = ACTIONS(4936), + [anon_sym_volatile] = ACTIONS(4936), + [anon_sym_restrict] = ACTIONS(4936), + [anon_sym___restrict__] = ACTIONS(4936), + [anon_sym__Atomic] = ACTIONS(4936), + [anon_sym__Noreturn] = ACTIONS(4936), + [anon_sym_noreturn] = ACTIONS(4936), + [anon_sym__Nonnull] = ACTIONS(4936), + [anon_sym_mutable] = ACTIONS(4936), + [anon_sym_constinit] = ACTIONS(4936), + [anon_sym_consteval] = ACTIONS(4936), + [anon_sym_PROGMEM] = ACTIONS(4936), + [anon_sym_alignas] = ACTIONS(4940), + [anon_sym__Alignas] = ACTIONS(4940), + [aux_sym_primitive_type_token1] = ACTIONS(4942), + [anon_sym_byte] = ACTIONS(4942), + [anon_sym_word] = ACTIONS(4942), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_LT_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_GT_EQ] = ACTIONS(4932), + [anon_sym_AMP_EQ] = ACTIONS(4932), + [anon_sym_CARET_EQ] = ACTIONS(4932), + [anon_sym_PIPE_EQ] = ACTIONS(4932), + [anon_sym_and_eq] = ACTIONS(4934), + [anon_sym_or_eq] = ACTIONS(4934), + [anon_sym_xor_eq] = ACTIONS(4934), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), }, - [1635] = { + [1545] = { [sym_identifier] = ACTIONS(2475), [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), [anon_sym_COMMA] = ACTIONS(2465), [anon_sym_RPAREN] = ACTIONS(2465), + [aux_sym_preproc_if_token2] = ACTIONS(2465), + [aux_sym_preproc_else_token1] = ACTIONS(2465), + [aux_sym_preproc_elif_token1] = ACTIONS(2475), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2465), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2465), [anon_sym_LPAREN2] = ACTIONS(2465), [anon_sym_DASH] = ACTIONS(2475), [anon_sym_PLUS] = ACTIONS(2475), @@ -245709,15 +238051,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(2475), [anon_sym_LT_LT] = ACTIONS(2475), [anon_sym_GT_GT] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2465), [anon_sym___extension__] = ACTIONS(2475), [anon_sym___attribute__] = ACTIONS(2475), [anon_sym___attribute] = ACTIONS(2475), [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_RBRACE] = ACTIONS(2465), [anon_sym_signed] = ACTIONS(2475), [anon_sym_unsigned] = ACTIONS(2475), [anon_sym_long] = ACTIONS(2475), [anon_sym_short] = ACTIONS(2475), [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_RBRACK] = ACTIONS(2465), [anon_sym_EQ] = ACTIONS(2475), [anon_sym_const] = ACTIONS(2475), [anon_sym_constexpr] = ACTIONS(2475), @@ -245737,6 +238082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(2475), [anon_sym_byte] = ACTIONS(2475), [anon_sym_word] = ACTIONS(2475), + [anon_sym_COLON] = ACTIONS(2465), [anon_sym_QMARK] = ACTIONS(2465), [anon_sym_STAR_EQ] = ACTIONS(2465), [anon_sym_SLASH_EQ] = ACTIONS(2465), @@ -245748,6 +238094,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(2465), [anon_sym_CARET_EQ] = ACTIONS(2465), [anon_sym_PIPE_EQ] = ACTIONS(2465), + [anon_sym_and_eq] = ACTIONS(2475), + [anon_sym_or_eq] = ACTIONS(2475), + [anon_sym_xor_eq] = ACTIONS(2475), [anon_sym_LT_EQ_GT] = ACTIONS(2465), [anon_sym_or] = ACTIONS(2475), [anon_sym_and] = ACTIONS(2475), @@ -245759,1207 +238108,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(2465), [anon_sym_DOT] = ACTIONS(2475), [anon_sym_DOT_STAR] = ACTIONS(2465), - [anon_sym_DASH_GT] = ACTIONS(2475), + [anon_sym_DASH_GT] = ACTIONS(2465), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(2475), [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_DASH_GT_STAR] = ACTIONS(2465), - }, - [1636] = { - [sym_catch_clause] = STATE(1637), - [aux_sym_constructor_try_statement_repeat1] = STATE(1637), - [sym_identifier] = ACTIONS(2579), - [aux_sym_preproc_def_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token2] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), - [aux_sym_preproc_else_token1] = ACTIONS(2579), - [aux_sym_preproc_elif_token1] = ACTIONS(2579), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2579), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2579), - [sym_preproc_directive] = ACTIONS(2579), - [anon_sym_LPAREN2] = ACTIONS(2581), - [anon_sym_TILDE] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_AMP_AMP] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym___extension__] = ACTIONS(2579), - [anon_sym_typedef] = ACTIONS(2579), - [anon_sym_virtual] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym___attribute__] = ACTIONS(2579), - [anon_sym___attribute] = ACTIONS(2579), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2579), - [anon_sym___based] = ACTIONS(2579), - [anon_sym_signed] = ACTIONS(2579), - [anon_sym_unsigned] = ACTIONS(2579), - [anon_sym_long] = ACTIONS(2579), - [anon_sym_short] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_register] = ACTIONS(2579), - [anon_sym_inline] = ACTIONS(2579), - [anon_sym___inline] = ACTIONS(2579), - [anon_sym___inline__] = ACTIONS(2579), - [anon_sym___forceinline] = ACTIONS(2579), - [anon_sym_thread_local] = ACTIONS(2579), - [anon_sym___thread] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_constexpr] = ACTIONS(2579), - [anon_sym_volatile] = ACTIONS(2579), - [anon_sym_restrict] = ACTIONS(2579), - [anon_sym___restrict__] = ACTIONS(2579), - [anon_sym__Atomic] = ACTIONS(2579), - [anon_sym__Noreturn] = ACTIONS(2579), - [anon_sym_noreturn] = ACTIONS(2579), - [anon_sym__Nonnull] = ACTIONS(2579), - [anon_sym_mutable] = ACTIONS(2579), - [anon_sym_constinit] = ACTIONS(2579), - [anon_sym_consteval] = ACTIONS(2579), - [anon_sym_PROGMEM] = ACTIONS(2579), - [anon_sym_alignas] = ACTIONS(2579), - [anon_sym__Alignas] = ACTIONS(2579), - [aux_sym_primitive_type_token1] = ACTIONS(2579), - [anon_sym_byte] = ACTIONS(2579), - [anon_sym_word] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_class] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2579), - [anon_sym_decltype] = ACTIONS(2579), - [anon_sym_explicit] = ACTIONS(2579), - [anon_sym_typename] = ACTIONS(2579), - [anon_sym_template] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2579), - [anon_sym_friend] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2579), - [anon_sym_private] = ACTIONS(2579), - [anon_sym_protected] = ACTIONS(2579), - [anon_sym_using] = ACTIONS(2579), - [anon_sym_static_assert] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(5249), - }, - [1637] = { - [sym_catch_clause] = STATE(1637), - [aux_sym_constructor_try_statement_repeat1] = STATE(1637), - [sym_identifier] = ACTIONS(2562), - [aux_sym_preproc_def_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token2] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), - [aux_sym_preproc_else_token1] = ACTIONS(2562), - [aux_sym_preproc_elif_token1] = ACTIONS(2562), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2562), - [sym_preproc_directive] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP_AMP] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym___extension__] = ACTIONS(2562), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym___attribute] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym___based] = ACTIONS(2562), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym___inline] = ACTIONS(2562), - [anon_sym___inline__] = ACTIONS(2562), - [anon_sym___forceinline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym___thread] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym___restrict__] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym__Noreturn] = ACTIONS(2562), - [anon_sym_noreturn] = ACTIONS(2562), - [anon_sym__Nonnull] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_PROGMEM] = ACTIONS(2562), - [anon_sym_alignas] = ACTIONS(2562), - [anon_sym__Alignas] = ACTIONS(2562), - [aux_sym_primitive_type_token1] = ACTIONS(2562), - [anon_sym_byte] = ACTIONS(2562), - [anon_sym_word] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_explicit] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_operator] = ACTIONS(2562), - [anon_sym_friend] = ACTIONS(2562), - [anon_sym_public] = ACTIONS(2562), - [anon_sym_private] = ACTIONS(2562), - [anon_sym_protected] = ACTIONS(2562), - [anon_sym_using] = ACTIONS(2562), - [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(5255), - }, - [1638] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7174), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7174), - [sym_variadic_parameter_declaration] = STATE(7174), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5258), - [anon_sym_RPAREN] = ACTIONS(5260), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1639] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4930), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4930), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4930), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4930), - [anon_sym_GT_GT] = ACTIONS(4930), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_EQ] = ACTIONS(4930), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_STAR_EQ] = ACTIONS(4932), - [anon_sym_SLASH_EQ] = ACTIONS(4932), - [anon_sym_PERCENT_EQ] = ACTIONS(4932), - [anon_sym_PLUS_EQ] = ACTIONS(4932), - [anon_sym_DASH_EQ] = ACTIONS(4932), - [anon_sym_LT_LT_EQ] = ACTIONS(4932), - [anon_sym_GT_GT_EQ] = ACTIONS(4932), - [anon_sym_AMP_EQ] = ACTIONS(4932), - [anon_sym_CARET_EQ] = ACTIONS(4932), - [anon_sym_PIPE_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4930), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_DASH_GT_STAR] = ACTIONS(4932), - }, - [1640] = { - [sym_catch_clause] = STATE(1637), - [aux_sym_constructor_try_statement_repeat1] = STATE(1637), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token2] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [aux_sym_preproc_else_token1] = ACTIONS(2556), - [aux_sym_preproc_elif_token1] = ACTIONS(2556), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_friend] = ACTIONS(2556), - [anon_sym_public] = ACTIONS(2556), - [anon_sym_private] = ACTIONS(2556), - [anon_sym_protected] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(5249), - }, - [1641] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [aux_sym_preproc_if_token2] = ACTIONS(4932), - [aux_sym_preproc_else_token1] = ACTIONS(4932), - [aux_sym_preproc_elif_token1] = ACTIONS(4930), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4932), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4932), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4932), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4932), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4932), - [anon_sym_GT_GT] = ACTIONS(4932), - [anon_sym_SEMI] = ACTIONS(4932), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_RBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_RBRACK] = ACTIONS(4932), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_COLON] = ACTIONS(4932), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4932), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_final] = ACTIONS(4930), - [anon_sym_override] = ACTIONS(4930), - [anon_sym_requires] = ACTIONS(4930), }, - [1642] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7180), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7180), - [sym_variadic_parameter_declaration] = STATE(7180), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), - [anon_sym_RPAREN] = ACTIONS(4155), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [1546] = { + [sym_type_qualifier] = STATE(1520), + [sym_alignas_qualifier] = STATE(1545), + [sym_primitive_type] = STATE(2327), + [aux_sym__type_definition_type_repeat1] = STATE(1520), + [aux_sym_sized_type_specifier_repeat1] = STATE(2328), + [sym_identifier] = ACTIONS(4962), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_RPAREN] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4966), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4966), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4966), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4966), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym_SEMI] = ACTIONS(4964), + [anon_sym___extension__] = ACTIONS(4936), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_RBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(4968), + [anon_sym_unsigned] = ACTIONS(4968), + [anon_sym_long] = ACTIONS(4968), + [anon_sym_short] = ACTIONS(4968), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_RBRACK] = ACTIONS(4964), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_const] = ACTIONS(4936), + [anon_sym_constexpr] = ACTIONS(4936), + [anon_sym_volatile] = ACTIONS(4936), + [anon_sym_restrict] = ACTIONS(4936), + [anon_sym___restrict__] = ACTIONS(4936), + [anon_sym__Atomic] = ACTIONS(4936), + [anon_sym__Noreturn] = ACTIONS(4936), + [anon_sym_noreturn] = ACTIONS(4936), + [anon_sym__Nonnull] = ACTIONS(4936), + [anon_sym_mutable] = ACTIONS(4936), + [anon_sym_constinit] = ACTIONS(4936), + [anon_sym_consteval] = ACTIONS(4936), + [anon_sym_PROGMEM] = ACTIONS(4936), + [anon_sym_alignas] = ACTIONS(4940), + [anon_sym__Alignas] = ACTIONS(4940), + [aux_sym_primitive_type_token1] = ACTIONS(4942), + [anon_sym_byte] = ACTIONS(4942), + [anon_sym_word] = ACTIONS(4942), + [anon_sym_COLON] = ACTIONS(4964), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_LT_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_GT_EQ] = ACTIONS(4964), + [anon_sym_AMP_EQ] = ACTIONS(4964), + [anon_sym_CARET_EQ] = ACTIONS(4964), + [anon_sym_PIPE_EQ] = ACTIONS(4964), + [anon_sym_and_eq] = ACTIONS(4966), + [anon_sym_or_eq] = ACTIONS(4966), + [anon_sym_xor_eq] = ACTIONS(4966), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1643] = { - [sym_identifier] = ACTIONS(5262), - [anon_sym_LPAREN2] = ACTIONS(5264), - [anon_sym_BANG] = ACTIONS(5264), - [anon_sym_TILDE] = ACTIONS(5264), - [anon_sym_DASH] = ACTIONS(5262), - [anon_sym_PLUS] = ACTIONS(5262), - [anon_sym_STAR] = ACTIONS(5264), - [anon_sym_AMP] = ACTIONS(5264), - [anon_sym_SEMI] = ACTIONS(5264), - [anon_sym___extension__] = ACTIONS(5262), - [anon_sym_COLON_COLON] = ACTIONS(5264), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5264), - [anon_sym_LBRACE] = ACTIONS(5264), - [anon_sym_LBRACK] = ACTIONS(5262), - [aux_sym_primitive_type_token1] = ACTIONS(5262), - [anon_sym_byte] = ACTIONS(5262), - [anon_sym_word] = ACTIONS(5262), - [anon_sym_if] = ACTIONS(5262), - [anon_sym_switch] = ACTIONS(5262), - [anon_sym_case] = ACTIONS(5262), - [anon_sym_default] = ACTIONS(5262), - [anon_sym_while] = ACTIONS(5262), - [anon_sym_do] = ACTIONS(5262), - [anon_sym_for] = ACTIONS(5262), - [anon_sym_return] = ACTIONS(5262), - [anon_sym_break] = ACTIONS(5262), - [anon_sym_continue] = ACTIONS(5262), - [anon_sym_goto] = ACTIONS(5262), - [anon_sym___try] = ACTIONS(5262), - [anon_sym___leave] = ACTIONS(5262), - [anon_sym_not] = ACTIONS(5262), - [anon_sym_compl] = ACTIONS(5262), - [anon_sym_DASH_DASH] = ACTIONS(5264), - [anon_sym_PLUS_PLUS] = ACTIONS(5264), - [anon_sym_sizeof] = ACTIONS(5262), - [anon_sym___alignof__] = ACTIONS(5262), - [anon_sym___alignof] = ACTIONS(5262), - [anon_sym__alignof] = ACTIONS(5262), - [anon_sym_alignof] = ACTIONS(5262), - [anon_sym__Alignof] = ACTIONS(5262), - [anon_sym_offsetof] = ACTIONS(5262), - [anon_sym__Generic] = ACTIONS(5262), - [anon_sym_asm] = ACTIONS(5262), - [anon_sym___asm__] = ACTIONS(5262), - [anon_sym___asm] = ACTIONS(5262), - [aux_sym_number_literal_token1] = ACTIONS(5264), - [aux_sym_number_literal_token2] = ACTIONS(5262), - [anon_sym_L_SQUOTE] = ACTIONS(5264), - [anon_sym_u_SQUOTE] = ACTIONS(5264), - [anon_sym_U_SQUOTE] = ACTIONS(5264), - [anon_sym_u8_SQUOTE] = ACTIONS(5264), - [anon_sym_SQUOTE] = ACTIONS(5264), - [anon_sym_L_DQUOTE] = ACTIONS(5264), - [anon_sym_u_DQUOTE] = ACTIONS(5264), - [anon_sym_U_DQUOTE] = ACTIONS(5264), - [anon_sym_u8_DQUOTE] = ACTIONS(5264), - [anon_sym_DQUOTE] = ACTIONS(5264), - [sym_true] = ACTIONS(5262), - [sym_false] = ACTIONS(5262), - [anon_sym_NULL] = ACTIONS(5262), - [anon_sym_nullptr] = ACTIONS(5262), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(5262), - [anon_sym_template] = ACTIONS(5262), - [anon_sym_try] = ACTIONS(5262), - [anon_sym_delete] = ACTIONS(5262), - [anon_sym_throw] = ACTIONS(5262), - [anon_sym_co_return] = ACTIONS(5262), - [anon_sym_co_yield] = ACTIONS(5262), - [anon_sym_R_DQUOTE] = ACTIONS(5264), - [anon_sym_LR_DQUOTE] = ACTIONS(5264), - [anon_sym_uR_DQUOTE] = ACTIONS(5264), - [anon_sym_UR_DQUOTE] = ACTIONS(5264), - [anon_sym_u8R_DQUOTE] = ACTIONS(5264), - [anon_sym_co_await] = ACTIONS(5262), - [anon_sym_new] = ACTIONS(5262), - [anon_sym_requires] = ACTIONS(5262), - [sym_this] = ACTIONS(5262), - }, - [1644] = { - [sym_identifier] = ACTIONS(5266), - [anon_sym_LPAREN2] = ACTIONS(5268), - [anon_sym_BANG] = ACTIONS(5268), - [anon_sym_TILDE] = ACTIONS(5268), - [anon_sym_DASH] = ACTIONS(5266), - [anon_sym_PLUS] = ACTIONS(5266), - [anon_sym_STAR] = ACTIONS(5268), - [anon_sym_AMP] = ACTIONS(5268), - [anon_sym_SEMI] = ACTIONS(5268), - [anon_sym___extension__] = ACTIONS(5266), - [anon_sym_COLON_COLON] = ACTIONS(5268), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5268), - [anon_sym_LBRACE] = ACTIONS(5268), - [anon_sym_LBRACK] = ACTIONS(5266), - [aux_sym_primitive_type_token1] = ACTIONS(5266), - [anon_sym_byte] = ACTIONS(5266), - [anon_sym_word] = ACTIONS(5266), - [anon_sym_if] = ACTIONS(5266), - [anon_sym_switch] = ACTIONS(5266), - [anon_sym_case] = ACTIONS(5266), - [anon_sym_default] = ACTIONS(5266), - [anon_sym_while] = ACTIONS(5266), - [anon_sym_do] = ACTIONS(5266), - [anon_sym_for] = ACTIONS(5266), - [anon_sym_return] = ACTIONS(5266), - [anon_sym_break] = ACTIONS(5266), - [anon_sym_continue] = ACTIONS(5266), - [anon_sym_goto] = ACTIONS(5266), - [anon_sym___try] = ACTIONS(5266), - [anon_sym___leave] = ACTIONS(5266), - [anon_sym_not] = ACTIONS(5266), - [anon_sym_compl] = ACTIONS(5266), - [anon_sym_DASH_DASH] = ACTIONS(5268), - [anon_sym_PLUS_PLUS] = ACTIONS(5268), - [anon_sym_sizeof] = ACTIONS(5266), - [anon_sym___alignof__] = ACTIONS(5266), - [anon_sym___alignof] = ACTIONS(5266), - [anon_sym__alignof] = ACTIONS(5266), - [anon_sym_alignof] = ACTIONS(5266), - [anon_sym__Alignof] = ACTIONS(5266), - [anon_sym_offsetof] = ACTIONS(5266), - [anon_sym__Generic] = ACTIONS(5266), - [anon_sym_asm] = ACTIONS(5266), - [anon_sym___asm__] = ACTIONS(5266), - [anon_sym___asm] = ACTIONS(5266), - [aux_sym_number_literal_token1] = ACTIONS(5268), - [aux_sym_number_literal_token2] = ACTIONS(5266), - [anon_sym_L_SQUOTE] = ACTIONS(5268), - [anon_sym_u_SQUOTE] = ACTIONS(5268), - [anon_sym_U_SQUOTE] = ACTIONS(5268), - [anon_sym_u8_SQUOTE] = ACTIONS(5268), - [anon_sym_SQUOTE] = ACTIONS(5268), - [anon_sym_L_DQUOTE] = ACTIONS(5268), - [anon_sym_u_DQUOTE] = ACTIONS(5268), - [anon_sym_U_DQUOTE] = ACTIONS(5268), - [anon_sym_u8_DQUOTE] = ACTIONS(5268), - [anon_sym_DQUOTE] = ACTIONS(5268), - [sym_true] = ACTIONS(5266), - [sym_false] = ACTIONS(5266), - [anon_sym_NULL] = ACTIONS(5266), - [anon_sym_nullptr] = ACTIONS(5266), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(5266), - [anon_sym_template] = ACTIONS(5266), - [anon_sym_try] = ACTIONS(5266), - [anon_sym_delete] = ACTIONS(5266), - [anon_sym_throw] = ACTIONS(5266), - [anon_sym_co_return] = ACTIONS(5266), - [anon_sym_co_yield] = ACTIONS(5266), - [anon_sym_R_DQUOTE] = ACTIONS(5268), - [anon_sym_LR_DQUOTE] = ACTIONS(5268), - [anon_sym_uR_DQUOTE] = ACTIONS(5268), - [anon_sym_UR_DQUOTE] = ACTIONS(5268), - [anon_sym_u8R_DQUOTE] = ACTIONS(5268), - [anon_sym_co_await] = ACTIONS(5266), - [anon_sym_new] = ACTIONS(5266), - [anon_sym_requires] = ACTIONS(5266), - [sym_this] = ACTIONS(5266), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), }, - [1645] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym___extension__] = ACTIONS(4827), - [anon_sym___attribute__] = ACTIONS(4827), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4827), - [anon_sym_volatile] = ACTIONS(4827), - [anon_sym_restrict] = ACTIONS(4827), - [anon_sym___restrict__] = ACTIONS(4827), - [anon_sym__Atomic] = ACTIONS(4827), - [anon_sym__Noreturn] = ACTIONS(4827), - [anon_sym_noreturn] = ACTIONS(4827), - [anon_sym__Nonnull] = ACTIONS(4827), - [anon_sym_mutable] = ACTIONS(4827), - [anon_sym_constinit] = ACTIONS(4827), - [anon_sym_consteval] = ACTIONS(4827), - [anon_sym_PROGMEM] = ACTIONS(4827), - [anon_sym_alignas] = ACTIONS(4827), - [anon_sym__Alignas] = ACTIONS(4827), - [anon_sym_COLON] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4827), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_and_eq] = ACTIONS(4827), - [anon_sym_or_eq] = ACTIONS(4827), - [anon_sym_xor_eq] = ACTIONS(4827), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4827), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4827), - [anon_sym_not_eq] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4825), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4827), - [anon_sym_decltype] = ACTIONS(4827), - [anon_sym_final] = ACTIONS(4827), - [anon_sym_override] = ACTIONS(4827), - [anon_sym_DASH_GT_STAR] = ACTIONS(4827), + [1547] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [aux_sym_preproc_if_token2] = ACTIONS(4972), + [aux_sym_preproc_else_token1] = ACTIONS(4972), + [aux_sym_preproc_elif_token1] = ACTIONS(4970), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4972), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4970), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4970), + [anon_sym_GT_GT] = ACTIONS(4970), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_RBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_RBRACK] = ACTIONS(4972), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_COLON] = ACTIONS(4972), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_LT_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_GT_EQ] = ACTIONS(4972), + [anon_sym_AMP_EQ] = ACTIONS(4972), + [anon_sym_CARET_EQ] = ACTIONS(4972), + [anon_sym_PIPE_EQ] = ACTIONS(4972), + [anon_sym_and_eq] = ACTIONS(4970), + [anon_sym_or_eq] = ACTIONS(4970), + [anon_sym_xor_eq] = ACTIONS(4970), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), }, - [1646] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7622), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7622), - [sym_variadic_parameter_declaration] = STATE(7622), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5270), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), + [1548] = { + [sym_type_qualifier] = STATE(1520), + [sym_alignas_qualifier] = STATE(1545), + [sym_primitive_type] = STATE(2247), + [aux_sym__type_definition_type_repeat1] = STATE(1520), + [aux_sym_sized_type_specifier_repeat1] = STATE(2248), + [sym_identifier] = ACTIONS(4974), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [aux_sym_preproc_if_token2] = ACTIONS(4964), + [aux_sym_preproc_else_token1] = ACTIONS(4964), + [aux_sym_preproc_elif_token1] = ACTIONS(4966), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4964), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4966), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4966), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4966), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4966), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym___extension__] = ACTIONS(4936), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(4977), + [anon_sym_unsigned] = ACTIONS(4977), + [anon_sym_long] = ACTIONS(4977), + [anon_sym_short] = ACTIONS(4977), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_const] = ACTIONS(4936), + [anon_sym_constexpr] = ACTIONS(4936), + [anon_sym_volatile] = ACTIONS(4936), + [anon_sym_restrict] = ACTIONS(4936), + [anon_sym___restrict__] = ACTIONS(4936), + [anon_sym__Atomic] = ACTIONS(4936), + [anon_sym__Noreturn] = ACTIONS(4936), + [anon_sym_noreturn] = ACTIONS(4936), + [anon_sym__Nonnull] = ACTIONS(4936), + [anon_sym_mutable] = ACTIONS(4936), + [anon_sym_constinit] = ACTIONS(4936), + [anon_sym_consteval] = ACTIONS(4936), + [anon_sym_PROGMEM] = ACTIONS(4936), + [anon_sym_alignas] = ACTIONS(4940), + [anon_sym__Alignas] = ACTIONS(4940), + [aux_sym_primitive_type_token1] = ACTIONS(4942), + [anon_sym_byte] = ACTIONS(4942), + [anon_sym_word] = ACTIONS(4942), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_LT_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_GT_EQ] = ACTIONS(4964), + [anon_sym_AMP_EQ] = ACTIONS(4964), + [anon_sym_CARET_EQ] = ACTIONS(4964), + [anon_sym_PIPE_EQ] = ACTIONS(4964), + [anon_sym_and_eq] = ACTIONS(4966), + [anon_sym_or_eq] = ACTIONS(4966), + [anon_sym_xor_eq] = ACTIONS(4966), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1647] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym___extension__] = ACTIONS(4853), - [anon_sym___attribute__] = ACTIONS(4853), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4853), - [anon_sym_volatile] = ACTIONS(4853), - [anon_sym_restrict] = ACTIONS(4853), - [anon_sym___restrict__] = ACTIONS(4853), - [anon_sym__Atomic] = ACTIONS(4853), - [anon_sym__Noreturn] = ACTIONS(4853), - [anon_sym_noreturn] = ACTIONS(4853), - [anon_sym__Nonnull] = ACTIONS(4853), - [anon_sym_mutable] = ACTIONS(4853), - [anon_sym_constinit] = ACTIONS(4853), - [anon_sym_consteval] = ACTIONS(4853), - [anon_sym_PROGMEM] = ACTIONS(4853), - [anon_sym_alignas] = ACTIONS(4853), - [anon_sym__Alignas] = ACTIONS(4853), - [anon_sym_COLON] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4853), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_and_eq] = ACTIONS(4853), - [anon_sym_or_eq] = ACTIONS(4853), - [anon_sym_xor_eq] = ACTIONS(4853), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4853), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4853), - [anon_sym_not_eq] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4851), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4853), - [anon_sym_decltype] = ACTIONS(4853), - [anon_sym_final] = ACTIONS(4853), - [anon_sym_override] = ACTIONS(4853), - [anon_sym_DASH_GT_STAR] = ACTIONS(4853), - }, - [1648] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym___extension__] = ACTIONS(4845), - [anon_sym___attribute__] = ACTIONS(4845), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4845), - [anon_sym_volatile] = ACTIONS(4845), - [anon_sym_restrict] = ACTIONS(4845), - [anon_sym___restrict__] = ACTIONS(4845), - [anon_sym__Atomic] = ACTIONS(4845), - [anon_sym__Noreturn] = ACTIONS(4845), - [anon_sym_noreturn] = ACTIONS(4845), - [anon_sym__Nonnull] = ACTIONS(4845), - [anon_sym_mutable] = ACTIONS(4845), - [anon_sym_constinit] = ACTIONS(4845), - [anon_sym_consteval] = ACTIONS(4845), - [anon_sym_PROGMEM] = ACTIONS(4845), - [anon_sym_alignas] = ACTIONS(4845), - [anon_sym__Alignas] = ACTIONS(4845), - [anon_sym_COLON] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4845), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_and_eq] = ACTIONS(4845), - [anon_sym_or_eq] = ACTIONS(4845), - [anon_sym_xor_eq] = ACTIONS(4845), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4845), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4845), - [anon_sym_not_eq] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4845), - [anon_sym_decltype] = ACTIONS(4845), - [anon_sym_final] = ACTIONS(4845), - [anon_sym_override] = ACTIONS(4845), - [anon_sym_DASH_GT_STAR] = ACTIONS(4845), - }, - [1649] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym___extension__] = ACTIONS(4849), - [anon_sym___attribute__] = ACTIONS(4849), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4849), - [anon_sym_volatile] = ACTIONS(4849), - [anon_sym_restrict] = ACTIONS(4849), - [anon_sym___restrict__] = ACTIONS(4849), - [anon_sym__Atomic] = ACTIONS(4849), - [anon_sym__Noreturn] = ACTIONS(4849), - [anon_sym_noreturn] = ACTIONS(4849), - [anon_sym__Nonnull] = ACTIONS(4849), - [anon_sym_mutable] = ACTIONS(4849), - [anon_sym_constinit] = ACTIONS(4849), - [anon_sym_consteval] = ACTIONS(4849), - [anon_sym_PROGMEM] = ACTIONS(4849), - [anon_sym_alignas] = ACTIONS(4849), - [anon_sym__Alignas] = ACTIONS(4849), - [anon_sym_COLON] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4849), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_and_eq] = ACTIONS(4849), - [anon_sym_or_eq] = ACTIONS(4849), - [anon_sym_xor_eq] = ACTIONS(4849), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4849), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4849), - [anon_sym_not_eq] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4849), - [anon_sym_decltype] = ACTIONS(4849), - [anon_sym_final] = ACTIONS(4849), - [anon_sym_override] = ACTIONS(4849), - [anon_sym_DASH_GT_STAR] = ACTIONS(4849), - }, - [1650] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym___extension__] = ACTIONS(4819), - [anon_sym___attribute__] = ACTIONS(4819), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4819), - [anon_sym_volatile] = ACTIONS(4819), - [anon_sym_restrict] = ACTIONS(4819), - [anon_sym___restrict__] = ACTIONS(4819), - [anon_sym__Atomic] = ACTIONS(4819), - [anon_sym__Noreturn] = ACTIONS(4819), - [anon_sym_noreturn] = ACTIONS(4819), - [anon_sym__Nonnull] = ACTIONS(4819), - [anon_sym_mutable] = ACTIONS(4819), - [anon_sym_constinit] = ACTIONS(4819), - [anon_sym_consteval] = ACTIONS(4819), - [anon_sym_PROGMEM] = ACTIONS(4819), - [anon_sym_alignas] = ACTIONS(4819), - [anon_sym__Alignas] = ACTIONS(4819), - [anon_sym_COLON] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4819), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_and_eq] = ACTIONS(4819), - [anon_sym_or_eq] = ACTIONS(4819), - [anon_sym_xor_eq] = ACTIONS(4819), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4819), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4819), - [anon_sym_not_eq] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4817), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4819), - [anon_sym_decltype] = ACTIONS(4819), - [anon_sym_final] = ACTIONS(4819), - [anon_sym_override] = ACTIONS(4819), - [anon_sym_DASH_GT_STAR] = ACTIONS(4819), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), }, - [1651] = { + [1549] = { [sym_identifier] = ACTIONS(4876), [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), [anon_sym_COMMA] = ACTIONS(4880), @@ -246968,13 +238395,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(4883), [anon_sym_DASH] = ACTIONS(4885), [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4880), + [anon_sym_STAR] = ACTIONS(4887), [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4885), [anon_sym_PIPE_PIPE] = ACTIONS(4878), [anon_sym_AMP_AMP] = ACTIONS(4880), [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4878), + [anon_sym_CARET] = ACTIONS(4885), [anon_sym_AMP] = ACTIONS(4887), [anon_sym_EQ_EQ] = ACTIONS(4878), [anon_sym_BANG_EQ] = ACTIONS(4878), @@ -246982,8 +238409,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4878), [anon_sym_LT_EQ] = ACTIONS(4885), [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4878), - [anon_sym_GT_GT] = ACTIONS(4878), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), [anon_sym___extension__] = ACTIONS(4876), [anon_sym_virtual] = ACTIONS(4876), [anon_sym_extern] = ACTIONS(4876), @@ -246996,7 +238423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(4883), [anon_sym_LBRACK] = ACTIONS(4887), [anon_sym_static] = ACTIONS(4876), - [anon_sym_EQ] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4887), [anon_sym_register] = ACTIONS(4876), [anon_sym_inline] = ACTIONS(4876), [anon_sym___inline] = ACTIONS(4876), @@ -247020,6 +238447,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(4876), [anon_sym__Alignas] = ACTIONS(4876), [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), [anon_sym_LT_EQ_GT] = ACTIONS(4878), [anon_sym_or] = ACTIONS(4885), [anon_sym_and] = ACTIONS(4885), @@ -247031,2440 +238468,754 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4878), [anon_sym_DOT] = ACTIONS(4885), [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4885), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4876), [anon_sym_decltype] = ACTIONS(4876), [anon_sym_template] = ACTIONS(4876), [anon_sym_operator] = ACTIONS(4876), + [anon_sym_DASH_GT_STAR] = ACTIONS(4878), }, - [1652] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym___extension__] = ACTIONS(4823), - [anon_sym___attribute__] = ACTIONS(4823), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4823), - [anon_sym_volatile] = ACTIONS(4823), - [anon_sym_restrict] = ACTIONS(4823), - [anon_sym___restrict__] = ACTIONS(4823), - [anon_sym__Atomic] = ACTIONS(4823), - [anon_sym__Noreturn] = ACTIONS(4823), - [anon_sym_noreturn] = ACTIONS(4823), - [anon_sym__Nonnull] = ACTIONS(4823), - [anon_sym_mutable] = ACTIONS(4823), - [anon_sym_constinit] = ACTIONS(4823), - [anon_sym_consteval] = ACTIONS(4823), - [anon_sym_PROGMEM] = ACTIONS(4823), - [anon_sym_alignas] = ACTIONS(4823), - [anon_sym__Alignas] = ACTIONS(4823), - [anon_sym_COLON] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4823), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_and_eq] = ACTIONS(4823), - [anon_sym_or_eq] = ACTIONS(4823), - [anon_sym_xor_eq] = ACTIONS(4823), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4823), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4823), - [anon_sym_not_eq] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4821), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4823), - [anon_sym_decltype] = ACTIONS(4823), - [anon_sym_final] = ACTIONS(4823), - [anon_sym_override] = ACTIONS(4823), - [anon_sym_DASH_GT_STAR] = ACTIONS(4823), - }, - [1653] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7058), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7058), - [sym_variadic_parameter_declaration] = STATE(7058), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym_RPAREN] = ACTIONS(1850), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1654] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym___extension__] = ACTIONS(4857), - [anon_sym___attribute__] = ACTIONS(4857), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4857), - [anon_sym_volatile] = ACTIONS(4857), - [anon_sym_restrict] = ACTIONS(4857), - [anon_sym___restrict__] = ACTIONS(4857), - [anon_sym__Atomic] = ACTIONS(4857), - [anon_sym__Noreturn] = ACTIONS(4857), - [anon_sym_noreturn] = ACTIONS(4857), - [anon_sym__Nonnull] = ACTIONS(4857), - [anon_sym_mutable] = ACTIONS(4857), - [anon_sym_constinit] = ACTIONS(4857), - [anon_sym_consteval] = ACTIONS(4857), - [anon_sym_PROGMEM] = ACTIONS(4857), - [anon_sym_alignas] = ACTIONS(4857), - [anon_sym__Alignas] = ACTIONS(4857), - [anon_sym_COLON] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4857), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_and_eq] = ACTIONS(4857), - [anon_sym_or_eq] = ACTIONS(4857), - [anon_sym_xor_eq] = ACTIONS(4857), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4857), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4857), - [anon_sym_not_eq] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4855), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4857), - [anon_sym_decltype] = ACTIONS(4857), - [anon_sym_final] = ACTIONS(4857), - [anon_sym_override] = ACTIONS(4857), - [anon_sym_DASH_GT_STAR] = ACTIONS(4857), - }, - [1655] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4825), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4825), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4825), - [anon_sym_GT_GT] = ACTIONS(4825), - [anon_sym___extension__] = ACTIONS(4827), - [anon_sym___attribute__] = ACTIONS(4827), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4827), - [anon_sym_volatile] = ACTIONS(4827), - [anon_sym_restrict] = ACTIONS(4827), - [anon_sym___restrict__] = ACTIONS(4827), - [anon_sym__Atomic] = ACTIONS(4827), - [anon_sym__Noreturn] = ACTIONS(4827), - [anon_sym_noreturn] = ACTIONS(4827), - [anon_sym__Nonnull] = ACTIONS(4827), - [anon_sym_mutable] = ACTIONS(4827), - [anon_sym_constinit] = ACTIONS(4827), - [anon_sym_consteval] = ACTIONS(4827), - [anon_sym_PROGMEM] = ACTIONS(4827), - [anon_sym_alignas] = ACTIONS(4827), - [anon_sym__Alignas] = ACTIONS(4827), - [anon_sym_COLON] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_LT_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_GT_EQ] = ACTIONS(4825), - [anon_sym_AMP_EQ] = ACTIONS(4827), - [anon_sym_CARET_EQ] = ACTIONS(4827), - [anon_sym_PIPE_EQ] = ACTIONS(4827), - [anon_sym_and_eq] = ACTIONS(4827), - [anon_sym_or_eq] = ACTIONS(4827), - [anon_sym_xor_eq] = ACTIONS(4827), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4827), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4827), - [anon_sym_not_eq] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4827), - [anon_sym_decltype] = ACTIONS(4827), - [anon_sym_final] = ACTIONS(4827), - [anon_sym_override] = ACTIONS(4827), - [anon_sym_GT2] = ACTIONS(4827), - }, - [1656] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4855), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4855), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4855), - [anon_sym_GT_GT] = ACTIONS(4855), - [anon_sym___extension__] = ACTIONS(4857), - [anon_sym___attribute__] = ACTIONS(4857), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4857), - [anon_sym_volatile] = ACTIONS(4857), - [anon_sym_restrict] = ACTIONS(4857), - [anon_sym___restrict__] = ACTIONS(4857), - [anon_sym__Atomic] = ACTIONS(4857), - [anon_sym__Noreturn] = ACTIONS(4857), - [anon_sym_noreturn] = ACTIONS(4857), - [anon_sym__Nonnull] = ACTIONS(4857), - [anon_sym_mutable] = ACTIONS(4857), - [anon_sym_constinit] = ACTIONS(4857), - [anon_sym_consteval] = ACTIONS(4857), - [anon_sym_PROGMEM] = ACTIONS(4857), - [anon_sym_alignas] = ACTIONS(4857), - [anon_sym__Alignas] = ACTIONS(4857), - [anon_sym_COLON] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_LT_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_GT_EQ] = ACTIONS(4855), - [anon_sym_AMP_EQ] = ACTIONS(4857), - [anon_sym_CARET_EQ] = ACTIONS(4857), - [anon_sym_PIPE_EQ] = ACTIONS(4857), - [anon_sym_and_eq] = ACTIONS(4857), - [anon_sym_or_eq] = ACTIONS(4857), - [anon_sym_xor_eq] = ACTIONS(4857), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4857), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4857), - [anon_sym_not_eq] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4857), - [anon_sym_decltype] = ACTIONS(4857), - [anon_sym_final] = ACTIONS(4857), - [anon_sym_override] = ACTIONS(4857), - [anon_sym_GT2] = ACTIONS(4857), - }, - [1657] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4817), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4817), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4817), - [anon_sym_GT_GT] = ACTIONS(4817), - [anon_sym___extension__] = ACTIONS(4819), - [anon_sym___attribute__] = ACTIONS(4819), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4819), - [anon_sym_volatile] = ACTIONS(4819), - [anon_sym_restrict] = ACTIONS(4819), - [anon_sym___restrict__] = ACTIONS(4819), - [anon_sym__Atomic] = ACTIONS(4819), - [anon_sym__Noreturn] = ACTIONS(4819), - [anon_sym_noreturn] = ACTIONS(4819), - [anon_sym__Nonnull] = ACTIONS(4819), - [anon_sym_mutable] = ACTIONS(4819), - [anon_sym_constinit] = ACTIONS(4819), - [anon_sym_consteval] = ACTIONS(4819), - [anon_sym_PROGMEM] = ACTIONS(4819), - [anon_sym_alignas] = ACTIONS(4819), - [anon_sym__Alignas] = ACTIONS(4819), - [anon_sym_COLON] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_LT_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_GT_EQ] = ACTIONS(4817), - [anon_sym_AMP_EQ] = ACTIONS(4819), - [anon_sym_CARET_EQ] = ACTIONS(4819), - [anon_sym_PIPE_EQ] = ACTIONS(4819), - [anon_sym_and_eq] = ACTIONS(4819), - [anon_sym_or_eq] = ACTIONS(4819), - [anon_sym_xor_eq] = ACTIONS(4819), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4819), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4819), - [anon_sym_not_eq] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4819), - [anon_sym_decltype] = ACTIONS(4819), - [anon_sym_final] = ACTIONS(4819), - [anon_sym_override] = ACTIONS(4819), - [anon_sym_GT2] = ACTIONS(4819), - }, - [1658] = { - [sym__declaration_modifiers] = STATE(1866), - [sym__declaration_specifiers] = STATE(3965), - [sym_attribute_specifier] = STATE(1866), - [sym_attribute_declaration] = STATE(1866), - [sym_ms_declspec_modifier] = STATE(1866), - [sym_storage_class_specifier] = STATE(1866), - [sym_type_qualifier] = STATE(1866), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_parameter_declaration] = STATE(7603), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_optional_parameter_declaration] = STATE(7603), - [sym_variadic_parameter_declaration] = STATE(7603), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1866), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), - }, - [1659] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4847), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4847), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4847), - [anon_sym_GT_GT] = ACTIONS(4847), - [anon_sym___extension__] = ACTIONS(4849), - [anon_sym___attribute__] = ACTIONS(4849), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4849), - [anon_sym_volatile] = ACTIONS(4849), - [anon_sym_restrict] = ACTIONS(4849), - [anon_sym___restrict__] = ACTIONS(4849), - [anon_sym__Atomic] = ACTIONS(4849), - [anon_sym__Noreturn] = ACTIONS(4849), - [anon_sym_noreturn] = ACTIONS(4849), - [anon_sym__Nonnull] = ACTIONS(4849), - [anon_sym_mutable] = ACTIONS(4849), - [anon_sym_constinit] = ACTIONS(4849), - [anon_sym_consteval] = ACTIONS(4849), - [anon_sym_PROGMEM] = ACTIONS(4849), - [anon_sym_alignas] = ACTIONS(4849), - [anon_sym__Alignas] = ACTIONS(4849), - [anon_sym_COLON] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_LT_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_GT_EQ] = ACTIONS(4847), - [anon_sym_AMP_EQ] = ACTIONS(4849), - [anon_sym_CARET_EQ] = ACTIONS(4849), - [anon_sym_PIPE_EQ] = ACTIONS(4849), - [anon_sym_and_eq] = ACTIONS(4849), - [anon_sym_or_eq] = ACTIONS(4849), - [anon_sym_xor_eq] = ACTIONS(4849), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4849), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4849), - [anon_sym_not_eq] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4849), - [anon_sym_decltype] = ACTIONS(4849), - [anon_sym_final] = ACTIONS(4849), - [anon_sym_override] = ACTIONS(4849), - [anon_sym_GT2] = ACTIONS(4849), + [1550] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_TILDE] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym_virtual] = ACTIONS(4856), + [anon_sym_extern] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4858), + [anon_sym___declspec] = ACTIONS(4856), + [anon_sym___based] = ACTIONS(4856), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_static] = ACTIONS(4856), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_register] = ACTIONS(4856), + [anon_sym_inline] = ACTIONS(4856), + [anon_sym___inline] = ACTIONS(4856), + [anon_sym___inline__] = ACTIONS(4856), + [anon_sym___forceinline] = ACTIONS(4856), + [anon_sym_thread_local] = ACTIONS(4856), + [anon_sym___thread] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4858), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4856), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_template] = ACTIONS(4856), + [anon_sym_operator] = ACTIONS(4856), + [anon_sym_DASH_GT_STAR] = ACTIONS(4858), }, - [1660] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4851), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4851), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4851), - [anon_sym_GT_GT] = ACTIONS(4851), - [anon_sym___extension__] = ACTIONS(4853), - [anon_sym___attribute__] = ACTIONS(4853), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4853), - [anon_sym_volatile] = ACTIONS(4853), - [anon_sym_restrict] = ACTIONS(4853), - [anon_sym___restrict__] = ACTIONS(4853), - [anon_sym__Atomic] = ACTIONS(4853), - [anon_sym__Noreturn] = ACTIONS(4853), - [anon_sym_noreturn] = ACTIONS(4853), - [anon_sym__Nonnull] = ACTIONS(4853), - [anon_sym_mutable] = ACTIONS(4853), - [anon_sym_constinit] = ACTIONS(4853), - [anon_sym_consteval] = ACTIONS(4853), - [anon_sym_PROGMEM] = ACTIONS(4853), - [anon_sym_alignas] = ACTIONS(4853), - [anon_sym__Alignas] = ACTIONS(4853), - [anon_sym_COLON] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_LT_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_GT_EQ] = ACTIONS(4851), - [anon_sym_AMP_EQ] = ACTIONS(4853), - [anon_sym_CARET_EQ] = ACTIONS(4853), - [anon_sym_PIPE_EQ] = ACTIONS(4853), - [anon_sym_and_eq] = ACTIONS(4853), - [anon_sym_or_eq] = ACTIONS(4853), - [anon_sym_xor_eq] = ACTIONS(4853), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4853), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4853), - [anon_sym_not_eq] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4853), - [anon_sym_decltype] = ACTIONS(4853), - [anon_sym_final] = ACTIONS(4853), - [anon_sym_override] = ACTIONS(4853), - [anon_sym_GT2] = ACTIONS(4853), + [1551] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_TILDE] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym_virtual] = ACTIONS(4872), + [anon_sym_extern] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4874), + [anon_sym___declspec] = ACTIONS(4872), + [anon_sym___based] = ACTIONS(4872), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_static] = ACTIONS(4872), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_register] = ACTIONS(4872), + [anon_sym_inline] = ACTIONS(4872), + [anon_sym___inline] = ACTIONS(4872), + [anon_sym___inline__] = ACTIONS(4872), + [anon_sym___forceinline] = ACTIONS(4872), + [anon_sym_thread_local] = ACTIONS(4872), + [anon_sym___thread] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4874), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_template] = ACTIONS(4872), + [anon_sym_operator] = ACTIONS(4872), + [anon_sym_DASH_GT_STAR] = ACTIONS(4874), }, - [1661] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(5272), - [anon_sym___attribute] = ACTIONS(5272), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), + [1552] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_TILDE] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym_virtual] = ACTIONS(4860), + [anon_sym_extern] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4862), + [anon_sym___declspec] = ACTIONS(4860), + [anon_sym___based] = ACTIONS(4860), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_static] = ACTIONS(4860), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_register] = ACTIONS(4860), + [anon_sym_inline] = ACTIONS(4860), + [anon_sym___inline] = ACTIONS(4860), + [anon_sym___inline__] = ACTIONS(4860), + [anon_sym___forceinline] = ACTIONS(4860), + [anon_sym_thread_local] = ACTIONS(4860), + [anon_sym___thread] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4862), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4860), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_template] = ACTIONS(4860), + [anon_sym_operator] = ACTIONS(4860), + [anon_sym_DASH_GT_STAR] = ACTIONS(4862), }, - [1662] = { - [sym_string_literal] = STATE(1679), - [sym_template_argument_list] = STATE(2306), - [sym_raw_string_literal] = STATE(1679), - [sym_identifier] = ACTIONS(4117), + [1553] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(2943), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_sized_type_specifier_repeat1] = STATE(2084), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), - [aux_sym_preproc_if_token2] = ACTIONS(4109), - [aux_sym_preproc_else_token1] = ACTIONS(4109), - [aux_sym_preproc_elif_token1] = ACTIONS(4117), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4109), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4122), + [anon_sym_LPAREN2] = ACTIONS(4122), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4119), [anon_sym_SLASH] = ACTIONS(4117), [anon_sym_PERCENT] = ACTIONS(4117), [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4122), [anon_sym_PIPE] = ACTIONS(4117), [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4119), [anon_sym_EQ_EQ] = ACTIONS(4109), [anon_sym_BANG_EQ] = ACTIONS(4109), [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym___extension__] = ACTIONS(4115), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4117), - [anon_sym_COLON] = ACTIONS(4117), + [anon_sym_signed] = ACTIONS(4914), + [anon_sym_unsigned] = ACTIONS(4914), + [anon_sym_long] = ACTIONS(4914), + [anon_sym_short] = ACTIONS(4914), + [anon_sym_LBRACK] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_const] = ACTIONS(4107), + [anon_sym_constexpr] = ACTIONS(4115), + [anon_sym_volatile] = ACTIONS(4115), + [anon_sym_restrict] = ACTIONS(4115), + [anon_sym___restrict__] = ACTIONS(4115), + [anon_sym__Atomic] = ACTIONS(4115), + [anon_sym__Noreturn] = ACTIONS(4115), + [anon_sym_noreturn] = ACTIONS(4115), + [anon_sym__Nonnull] = ACTIONS(4115), + [anon_sym_mutable] = ACTIONS(4115), + [anon_sym_constinit] = ACTIONS(4115), + [anon_sym_consteval] = ACTIONS(4115), + [anon_sym_PROGMEM] = ACTIONS(4115), + [anon_sym_alignas] = ACTIONS(4115), + [anon_sym__Alignas] = ACTIONS(4115), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4117), - [anon_sym_or_eq] = ACTIONS(4117), - [anon_sym_xor_eq] = ACTIONS(4117), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4117), - [anon_sym_not_eq] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), [anon_sym_DASH_DASH] = ACTIONS(4109), [anon_sym_PLUS_PLUS] = ACTIONS(4109), [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - }, - [1663] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), - }, - [1664] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [aux_sym_preproc_else_token1] = ACTIONS(1972), - [aux_sym_preproc_elif_token1] = ACTIONS(1972), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), - }, - [1665] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [aux_sym_preproc_else_token1] = ACTIONS(1968), - [aux_sym_preproc_elif_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - }, - [1666] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4843), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4843), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4843), - [anon_sym_GT_GT] = ACTIONS(4843), - [anon_sym___extension__] = ACTIONS(4845), - [anon_sym___attribute__] = ACTIONS(4845), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4845), - [anon_sym_volatile] = ACTIONS(4845), - [anon_sym_restrict] = ACTIONS(4845), - [anon_sym___restrict__] = ACTIONS(4845), - [anon_sym__Atomic] = ACTIONS(4845), - [anon_sym__Noreturn] = ACTIONS(4845), - [anon_sym_noreturn] = ACTIONS(4845), - [anon_sym__Nonnull] = ACTIONS(4845), - [anon_sym_mutable] = ACTIONS(4845), - [anon_sym_constinit] = ACTIONS(4845), - [anon_sym_consteval] = ACTIONS(4845), - [anon_sym_PROGMEM] = ACTIONS(4845), - [anon_sym_alignas] = ACTIONS(4845), - [anon_sym__Alignas] = ACTIONS(4845), - [anon_sym_COLON] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_LT_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_GT_EQ] = ACTIONS(4843), - [anon_sym_AMP_EQ] = ACTIONS(4845), - [anon_sym_CARET_EQ] = ACTIONS(4845), - [anon_sym_PIPE_EQ] = ACTIONS(4845), - [anon_sym_and_eq] = ACTIONS(4845), - [anon_sym_or_eq] = ACTIONS(4845), - [anon_sym_xor_eq] = ACTIONS(4845), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4845), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4845), - [anon_sym_not_eq] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4845), - [anon_sym_decltype] = ACTIONS(4845), - [anon_sym_final] = ACTIONS(4845), - [anon_sym_override] = ACTIONS(4845), - [anon_sym_GT2] = ACTIONS(4845), - }, - [1667] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token2] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [aux_sym_preproc_else_token1] = ACTIONS(2667), - [aux_sym_preproc_elif_token1] = ACTIONS(2667), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_friend] = ACTIONS(2667), - [anon_sym_public] = ACTIONS(2667), - [anon_sym_private] = ACTIONS(2667), - [anon_sym_protected] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), - }, - [1668] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4821), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4821), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4821), - [anon_sym_GT_GT] = ACTIONS(4821), - [anon_sym___extension__] = ACTIONS(4823), - [anon_sym___attribute__] = ACTIONS(4823), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4823), - [anon_sym_volatile] = ACTIONS(4823), - [anon_sym_restrict] = ACTIONS(4823), - [anon_sym___restrict__] = ACTIONS(4823), - [anon_sym__Atomic] = ACTIONS(4823), - [anon_sym__Noreturn] = ACTIONS(4823), - [anon_sym_noreturn] = ACTIONS(4823), - [anon_sym__Nonnull] = ACTIONS(4823), - [anon_sym_mutable] = ACTIONS(4823), - [anon_sym_constinit] = ACTIONS(4823), - [anon_sym_consteval] = ACTIONS(4823), - [anon_sym_PROGMEM] = ACTIONS(4823), - [anon_sym_alignas] = ACTIONS(4823), - [anon_sym__Alignas] = ACTIONS(4823), - [anon_sym_COLON] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_LT_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_GT_EQ] = ACTIONS(4821), - [anon_sym_AMP_EQ] = ACTIONS(4823), - [anon_sym_CARET_EQ] = ACTIONS(4823), - [anon_sym_PIPE_EQ] = ACTIONS(4823), - [anon_sym_and_eq] = ACTIONS(4823), - [anon_sym_or_eq] = ACTIONS(4823), - [anon_sym_xor_eq] = ACTIONS(4823), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4823), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4823), - [anon_sym_not_eq] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4823), - [anon_sym_decltype] = ACTIONS(4823), - [anon_sym_final] = ACTIONS(4823), - [anon_sym_override] = ACTIONS(4823), - [anon_sym_GT2] = ACTIONS(4823), - }, - [1669] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token2] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [aux_sym_preproc_else_token1] = ACTIONS(3033), - [aux_sym_preproc_elif_token1] = ACTIONS(3033), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_friend] = ACTIONS(3033), - [anon_sym_public] = ACTIONS(3033), - [anon_sym_private] = ACTIONS(3033), - [anon_sym_protected] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), - }, - [1670] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token2] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [aux_sym_preproc_else_token1] = ACTIONS(5277), - [aux_sym_preproc_elif_token1] = ACTIONS(5277), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), - }, - [1671] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [aux_sym_preproc_else_token1] = ACTIONS(5281), - [aux_sym_preproc_elif_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [1672] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token2] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [aux_sym_preproc_else_token1] = ACTIONS(5277), - [aux_sym_preproc_elif_token1] = ACTIONS(5277), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), - }, - [1673] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token2] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [aux_sym_preproc_else_token1] = ACTIONS(5285), - [aux_sym_preproc_elif_token1] = ACTIONS(5285), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), - }, - [1674] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token2] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [aux_sym_preproc_else_token1] = ACTIONS(3106), - [aux_sym_preproc_elif_token1] = ACTIONS(3106), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_friend] = ACTIONS(3106), - [anon_sym_public] = ACTIONS(3106), - [anon_sym_private] = ACTIONS(3106), - [anon_sym_protected] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), - }, - [1675] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token2] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [aux_sym_preproc_else_token1] = ACTIONS(3122), - [aux_sym_preproc_elif_token1] = ACTIONS(3122), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_friend] = ACTIONS(3122), - [anon_sym_public] = ACTIONS(3122), - [anon_sym_private] = ACTIONS(3122), - [anon_sym_protected] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - }, - [1676] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token2] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [aux_sym_preproc_else_token1] = ACTIONS(5285), - [aux_sym_preproc_elif_token1] = ACTIONS(5285), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), - }, - [1677] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5291), - [anon_sym_GT_GT] = ACTIONS(5291), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym___based] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), - [anon_sym_signed] = ACTIONS(5289), - [anon_sym_unsigned] = ACTIONS(5289), - [anon_sym_long] = ACTIONS(5289), - [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [aux_sym_primitive_type_token1] = ACTIONS(5289), - [anon_sym_byte] = ACTIONS(5289), - [anon_sym_word] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), - }, - [1678] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token2] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [aux_sym_preproc_else_token1] = ACTIONS(5295), - [aux_sym_preproc_elif_token1] = ACTIONS(5295), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), + [sym_auto] = ACTIONS(4115), + [anon_sym_decltype] = ACTIONS(4115), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [1679] = { - [sym_string_literal] = STATE(1751), - [sym_raw_string_literal] = STATE(1751), - [aux_sym_concatenated_string_repeat1] = STATE(1751), - [sym_identifier] = ACTIONS(5299), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5301), - [anon_sym_COMMA] = ACTIONS(5301), - [anon_sym_RPAREN] = ACTIONS(5301), - [aux_sym_preproc_if_token2] = ACTIONS(5301), - [aux_sym_preproc_else_token1] = ACTIONS(5301), - [aux_sym_preproc_elif_token1] = ACTIONS(5303), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5301), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5301), - [anon_sym_LPAREN2] = ACTIONS(5301), - [anon_sym_DASH] = ACTIONS(5303), - [anon_sym_PLUS] = ACTIONS(5303), - [anon_sym_STAR] = ACTIONS(5303), - [anon_sym_SLASH] = ACTIONS(5303), - [anon_sym_PERCENT] = ACTIONS(5303), - [anon_sym_PIPE_PIPE] = ACTIONS(5301), - [anon_sym_AMP_AMP] = ACTIONS(5301), - [anon_sym_PIPE] = ACTIONS(5303), - [anon_sym_CARET] = ACTIONS(5303), - [anon_sym_AMP] = ACTIONS(5303), - [anon_sym_EQ_EQ] = ACTIONS(5301), - [anon_sym_BANG_EQ] = ACTIONS(5301), - [anon_sym_GT] = ACTIONS(5303), - [anon_sym_GT_EQ] = ACTIONS(5301), - [anon_sym_LT_EQ] = ACTIONS(5303), - [anon_sym_LT] = ACTIONS(5303), - [anon_sym_LT_LT] = ACTIONS(5303), - [anon_sym_GT_GT] = ACTIONS(5303), - [anon_sym_SEMI] = ACTIONS(5301), - [anon_sym_RBRACE] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(5301), - [anon_sym_RBRACK] = ACTIONS(5301), - [anon_sym_EQ] = ACTIONS(5303), - [anon_sym_COLON] = ACTIONS(5301), - [anon_sym_QMARK] = ACTIONS(5301), - [anon_sym_STAR_EQ] = ACTIONS(5301), - [anon_sym_SLASH_EQ] = ACTIONS(5301), - [anon_sym_PERCENT_EQ] = ACTIONS(5301), - [anon_sym_PLUS_EQ] = ACTIONS(5301), - [anon_sym_DASH_EQ] = ACTIONS(5301), - [anon_sym_LT_LT_EQ] = ACTIONS(5301), - [anon_sym_GT_GT_EQ] = ACTIONS(5301), - [anon_sym_AMP_EQ] = ACTIONS(5301), - [anon_sym_CARET_EQ] = ACTIONS(5301), - [anon_sym_PIPE_EQ] = ACTIONS(5301), - [anon_sym_and_eq] = ACTIONS(5303), - [anon_sym_or_eq] = ACTIONS(5303), - [anon_sym_xor_eq] = ACTIONS(5303), - [anon_sym_LT_EQ_GT] = ACTIONS(5301), - [anon_sym_or] = ACTIONS(5303), - [anon_sym_and] = ACTIONS(5303), - [anon_sym_bitor] = ACTIONS(5303), - [anon_sym_xor] = ACTIONS(5303), - [anon_sym_bitand] = ACTIONS(5303), - [anon_sym_not_eq] = ACTIONS(5303), - [anon_sym_DASH_DASH] = ACTIONS(5301), - [anon_sym_PLUS_PLUS] = ACTIONS(5301), - [anon_sym_DOT] = ACTIONS(5303), - [anon_sym_DOT_STAR] = ACTIONS(5301), - [anon_sym_DASH_GT] = ACTIONS(5301), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [sym_literal_suffix] = ACTIONS(5303), + [1554] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_TILDE] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym_virtual] = ACTIONS(4848), + [anon_sym_extern] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4850), + [anon_sym___declspec] = ACTIONS(4848), + [anon_sym___based] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4848), + [anon_sym_static] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_register] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym___inline] = ACTIONS(4848), + [anon_sym___inline__] = ACTIONS(4848), + [anon_sym___forceinline] = ACTIONS(4848), + [anon_sym_thread_local] = ACTIONS(4848), + [anon_sym___thread] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4850), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4848), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_template] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_DASH_GT_STAR] = ACTIONS(4850), }, - [1680] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token2] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [aux_sym_preproc_else_token1] = ACTIONS(5295), - [aux_sym_preproc_elif_token1] = ACTIONS(5295), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), + [1555] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_TILDE] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym_virtual] = ACTIONS(4864), + [anon_sym_extern] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), + [anon_sym___declspec] = ACTIONS(4864), + [anon_sym___based] = ACTIONS(4864), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_static] = ACTIONS(4864), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_register] = ACTIONS(4864), + [anon_sym_inline] = ACTIONS(4864), + [anon_sym___inline] = ACTIONS(4864), + [anon_sym___inline__] = ACTIONS(4864), + [anon_sym___forceinline] = ACTIONS(4864), + [anon_sym_thread_local] = ACTIONS(4864), + [anon_sym___thread] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4866), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4864), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_template] = ACTIONS(4864), + [anon_sym_operator] = ACTIONS(4864), + [anon_sym_DASH_GT_STAR] = ACTIONS(4866), }, - [1681] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4857), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE] = ACTIONS(4855), - [anon_sym_CARET] = ACTIONS(4857), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym_EQ_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4857), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4855), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_LT_LT] = ACTIONS(4857), - [anon_sym_GT_GT] = ACTIONS(4857), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym___based] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_signed] = ACTIONS(4855), - [anon_sym_unsigned] = ACTIONS(4855), - [anon_sym_long] = ACTIONS(4855), - [anon_sym_short] = ACTIONS(4855), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_RBRACK] = ACTIONS(4857), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [aux_sym_primitive_type_token1] = ACTIONS(4855), - [anon_sym_byte] = ACTIONS(4855), - [anon_sym_word] = ACTIONS(4855), - [anon_sym_COLON] = ACTIONS(4855), - [anon_sym_QMARK] = ACTIONS(4857), - [anon_sym_LT_EQ_GT] = ACTIONS(4857), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [anon_sym_bitor] = ACTIONS(4855), - [anon_sym_xor] = ACTIONS(4855), - [anon_sym_bitand] = ACTIONS(4855), - [anon_sym_not_eq] = ACTIONS(4855), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_DOT_STAR] = ACTIONS(4857), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), - [anon_sym_requires] = ACTIONS(4855), + [1556] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_TILDE] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym_virtual] = ACTIONS(4868), + [anon_sym_extern] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4870), + [anon_sym___declspec] = ACTIONS(4868), + [anon_sym___based] = ACTIONS(4868), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_static] = ACTIONS(4868), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_register] = ACTIONS(4868), + [anon_sym_inline] = ACTIONS(4868), + [anon_sym___inline] = ACTIONS(4868), + [anon_sym___inline__] = ACTIONS(4868), + [anon_sym___forceinline] = ACTIONS(4868), + [anon_sym_thread_local] = ACTIONS(4868), + [anon_sym___thread] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4870), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4868), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4868), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_template] = ACTIONS(4868), + [anon_sym_operator] = ACTIONS(4868), + [anon_sym_DASH_GT_STAR] = ACTIONS(4870), }, - [1682] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token2] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [aux_sym_preproc_else_token1] = ACTIONS(2986), - [aux_sym_preproc_elif_token1] = ACTIONS(2986), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_friend] = ACTIONS(2986), - [anon_sym_public] = ACTIONS(2986), - [anon_sym_private] = ACTIONS(2986), - [anon_sym_protected] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), + [1557] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_TILDE] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym_virtual] = ACTIONS(4852), + [anon_sym_extern] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4854), + [anon_sym___declspec] = ACTIONS(4852), + [anon_sym___based] = ACTIONS(4852), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4852), + [anon_sym_static] = ACTIONS(4852), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_register] = ACTIONS(4852), + [anon_sym_inline] = ACTIONS(4852), + [anon_sym___inline] = ACTIONS(4852), + [anon_sym___inline__] = ACTIONS(4852), + [anon_sym___forceinline] = ACTIONS(4852), + [anon_sym_thread_local] = ACTIONS(4852), + [anon_sym___thread] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4854), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4852), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_template] = ACTIONS(4852), + [anon_sym_operator] = ACTIONS(4852), + [anon_sym_DASH_GT_STAR] = ACTIONS(4854), }, - [1683] = { - [sym_type_qualifier] = STATE(1711), - [sym_alignas_qualifier] = STATE(1630), - [sym_primitive_type] = STATE(2076), - [aux_sym__type_definition_type_repeat1] = STATE(1711), - [aux_sym_sized_type_specifier_repeat1] = STATE(2049), - [sym_identifier] = ACTIONS(5305), + [1558] = { + [sym_type_qualifier] = STATE(1575), + [sym_alignas_qualifier] = STATE(1617), + [sym_primitive_type] = STATE(2575), + [aux_sym__type_definition_type_repeat1] = STATE(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(2579), + [sym_identifier] = ACTIONS(4982), [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), [anon_sym_COMMA] = ACTIONS(4964), [anon_sym_RPAREN] = ACTIONS(4964), [anon_sym_LPAREN2] = ACTIONS(4964), [anon_sym_DASH] = ACTIONS(4966), [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_STAR] = ACTIONS(4966), [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4964), + [anon_sym_PERCENT] = ACTIONS(4966), [anon_sym_PIPE_PIPE] = ACTIONS(4964), [anon_sym_AMP_AMP] = ACTIONS(4964), [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4964), + [anon_sym_CARET] = ACTIONS(4966), [anon_sym_AMP] = ACTIONS(4966), [anon_sym_EQ_EQ] = ACTIONS(4964), [anon_sym_BANG_EQ] = ACTIONS(4964), @@ -249472,40 +239223,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4964), [anon_sym_LT_EQ] = ACTIONS(4966), [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4964), - [anon_sym_GT_GT] = ACTIONS(4964), - [anon_sym_SEMI] = ACTIONS(4964), - [anon_sym___extension__] = ACTIONS(5307), + [anon_sym_LT_LT] = ACTIONS(4966), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym___extension__] = ACTIONS(4984), [anon_sym___attribute__] = ACTIONS(4966), [anon_sym___attribute] = ACTIONS(4966), [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_RBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5309), - [anon_sym_unsigned] = ACTIONS(5309), - [anon_sym_long] = ACTIONS(5309), - [anon_sym_short] = ACTIONS(5309), + [anon_sym_signed] = ACTIONS(4986), + [anon_sym_unsigned] = ACTIONS(4986), + [anon_sym_long] = ACTIONS(4986), + [anon_sym_short] = ACTIONS(4986), [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_RBRACK] = ACTIONS(4964), - [anon_sym_const] = ACTIONS(5307), - [anon_sym_constexpr] = ACTIONS(5307), - [anon_sym_volatile] = ACTIONS(5307), - [anon_sym_restrict] = ACTIONS(5307), - [anon_sym___restrict__] = ACTIONS(5307), - [anon_sym__Atomic] = ACTIONS(5307), - [anon_sym__Noreturn] = ACTIONS(5307), - [anon_sym_noreturn] = ACTIONS(5307), - [anon_sym__Nonnull] = ACTIONS(5307), - [anon_sym_mutable] = ACTIONS(5307), - [anon_sym_constinit] = ACTIONS(5307), - [anon_sym_consteval] = ACTIONS(5307), - [anon_sym_PROGMEM] = ACTIONS(5307), - [anon_sym_alignas] = ACTIONS(5311), - [anon_sym__Alignas] = ACTIONS(5311), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_COLON] = ACTIONS(4964), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_const] = ACTIONS(4984), + [anon_sym_constexpr] = ACTIONS(4984), + [anon_sym_volatile] = ACTIONS(4984), + [anon_sym_restrict] = ACTIONS(4984), + [anon_sym___restrict__] = ACTIONS(4984), + [anon_sym__Atomic] = ACTIONS(4984), + [anon_sym__Noreturn] = ACTIONS(4984), + [anon_sym_noreturn] = ACTIONS(4984), + [anon_sym__Nonnull] = ACTIONS(4984), + [anon_sym_mutable] = ACTIONS(4984), + [anon_sym_constinit] = ACTIONS(4984), + [anon_sym_consteval] = ACTIONS(4984), + [anon_sym_PROGMEM] = ACTIONS(4984), + [anon_sym_alignas] = ACTIONS(4988), + [anon_sym__Alignas] = ACTIONS(4988), + [aux_sym_primitive_type_token1] = ACTIONS(4990), + [anon_sym_byte] = ACTIONS(4990), + [anon_sym_word] = ACTIONS(4990), [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_LT_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_GT_EQ] = ACTIONS(4964), + [anon_sym_AMP_EQ] = ACTIONS(4964), + [anon_sym_CARET_EQ] = ACTIONS(4964), + [anon_sym_PIPE_EQ] = ACTIONS(4964), + [anon_sym_and_eq] = ACTIONS(4966), + [anon_sym_or_eq] = ACTIONS(4966), + [anon_sym_xor_eq] = ACTIONS(4966), [anon_sym_LT_EQ_GT] = ACTIONS(4964), [anon_sym_or] = ACTIONS(4966), [anon_sym_and] = ACTIONS(4966), @@ -249517,4501 +239278,1764 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4964), [anon_sym_DOT] = ACTIONS(4966), [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4966), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4966), [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_DASH_GT_STAR] = ACTIONS(4964), }, - [1684] = { - [sym_identifier] = ACTIONS(5313), - [aux_sym_preproc_def_token1] = ACTIONS(5313), - [aux_sym_preproc_if_token1] = ACTIONS(5313), - [aux_sym_preproc_if_token2] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5313), - [aux_sym_preproc_else_token1] = ACTIONS(5313), - [aux_sym_preproc_elif_token1] = ACTIONS(5313), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5313), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5313), - [sym_preproc_directive] = ACTIONS(5313), - [anon_sym_LPAREN2] = ACTIONS(5315), - [anon_sym_TILDE] = ACTIONS(5315), - [anon_sym_STAR] = ACTIONS(5315), - [anon_sym_AMP_AMP] = ACTIONS(5315), - [anon_sym_AMP] = ACTIONS(5313), - [anon_sym_SEMI] = ACTIONS(5315), - [anon_sym___extension__] = ACTIONS(5313), - [anon_sym_typedef] = ACTIONS(5313), - [anon_sym_virtual] = ACTIONS(5313), - [anon_sym_extern] = ACTIONS(5313), - [anon_sym___attribute__] = ACTIONS(5313), - [anon_sym___attribute] = ACTIONS(5313), - [anon_sym_COLON_COLON] = ACTIONS(5315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5315), - [anon_sym___declspec] = ACTIONS(5313), - [anon_sym___based] = ACTIONS(5313), - [anon_sym_signed] = ACTIONS(5313), - [anon_sym_unsigned] = ACTIONS(5313), - [anon_sym_long] = ACTIONS(5313), - [anon_sym_short] = ACTIONS(5313), - [anon_sym_LBRACK] = ACTIONS(5313), - [anon_sym_static] = ACTIONS(5313), - [anon_sym_register] = ACTIONS(5313), - [anon_sym_inline] = ACTIONS(5313), - [anon_sym___inline] = ACTIONS(5313), - [anon_sym___inline__] = ACTIONS(5313), - [anon_sym___forceinline] = ACTIONS(5313), - [anon_sym_thread_local] = ACTIONS(5313), - [anon_sym___thread] = ACTIONS(5313), - [anon_sym_const] = ACTIONS(5313), - [anon_sym_constexpr] = ACTIONS(5313), - [anon_sym_volatile] = ACTIONS(5313), - [anon_sym_restrict] = ACTIONS(5313), - [anon_sym___restrict__] = ACTIONS(5313), - [anon_sym__Atomic] = ACTIONS(5313), - [anon_sym__Noreturn] = ACTIONS(5313), - [anon_sym_noreturn] = ACTIONS(5313), - [anon_sym__Nonnull] = ACTIONS(5313), - [anon_sym_mutable] = ACTIONS(5313), - [anon_sym_constinit] = ACTIONS(5313), - [anon_sym_consteval] = ACTIONS(5313), - [anon_sym_PROGMEM] = ACTIONS(5313), - [anon_sym_alignas] = ACTIONS(5313), - [anon_sym__Alignas] = ACTIONS(5313), - [aux_sym_primitive_type_token1] = ACTIONS(5313), - [anon_sym_byte] = ACTIONS(5313), - [anon_sym_word] = ACTIONS(5313), - [anon_sym_enum] = ACTIONS(5313), - [anon_sym_class] = ACTIONS(5313), - [anon_sym_struct] = ACTIONS(5313), - [anon_sym_union] = ACTIONS(5313), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5313), - [anon_sym_decltype] = ACTIONS(5313), - [anon_sym_explicit] = ACTIONS(5313), - [anon_sym_typename] = ACTIONS(5313), - [anon_sym_template] = ACTIONS(5313), - [anon_sym_operator] = ACTIONS(5313), - [anon_sym_friend] = ACTIONS(5313), - [anon_sym_public] = ACTIONS(5313), - [anon_sym_private] = ACTIONS(5313), - [anon_sym_protected] = ACTIONS(5313), - [anon_sym_using] = ACTIONS(5313), - [anon_sym_static_assert] = ACTIONS(5313), - }, - [1685] = { - [sym_identifier] = ACTIONS(5317), - [aux_sym_preproc_def_token1] = ACTIONS(5317), - [aux_sym_preproc_if_token1] = ACTIONS(5317), - [aux_sym_preproc_if_token2] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5317), - [aux_sym_preproc_else_token1] = ACTIONS(5317), - [aux_sym_preproc_elif_token1] = ACTIONS(5317), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5317), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5317), - [sym_preproc_directive] = ACTIONS(5317), - [anon_sym_LPAREN2] = ACTIONS(5319), - [anon_sym_TILDE] = ACTIONS(5319), - [anon_sym_STAR] = ACTIONS(5319), - [anon_sym_AMP_AMP] = ACTIONS(5319), - [anon_sym_AMP] = ACTIONS(5317), - [anon_sym_SEMI] = ACTIONS(5319), - [anon_sym___extension__] = ACTIONS(5317), - [anon_sym_typedef] = ACTIONS(5317), - [anon_sym_virtual] = ACTIONS(5317), - [anon_sym_extern] = ACTIONS(5317), - [anon_sym___attribute__] = ACTIONS(5317), - [anon_sym___attribute] = ACTIONS(5317), - [anon_sym_COLON_COLON] = ACTIONS(5319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5319), - [anon_sym___declspec] = ACTIONS(5317), - [anon_sym___based] = ACTIONS(5317), - [anon_sym_signed] = ACTIONS(5317), - [anon_sym_unsigned] = ACTIONS(5317), - [anon_sym_long] = ACTIONS(5317), - [anon_sym_short] = ACTIONS(5317), - [anon_sym_LBRACK] = ACTIONS(5317), - [anon_sym_static] = ACTIONS(5317), - [anon_sym_register] = ACTIONS(5317), - [anon_sym_inline] = ACTIONS(5317), - [anon_sym___inline] = ACTIONS(5317), - [anon_sym___inline__] = ACTIONS(5317), - [anon_sym___forceinline] = ACTIONS(5317), - [anon_sym_thread_local] = ACTIONS(5317), - [anon_sym___thread] = ACTIONS(5317), - [anon_sym_const] = ACTIONS(5317), - [anon_sym_constexpr] = ACTIONS(5317), - [anon_sym_volatile] = ACTIONS(5317), - [anon_sym_restrict] = ACTIONS(5317), - [anon_sym___restrict__] = ACTIONS(5317), - [anon_sym__Atomic] = ACTIONS(5317), - [anon_sym__Noreturn] = ACTIONS(5317), - [anon_sym_noreturn] = ACTIONS(5317), - [anon_sym__Nonnull] = ACTIONS(5317), - [anon_sym_mutable] = ACTIONS(5317), - [anon_sym_constinit] = ACTIONS(5317), - [anon_sym_consteval] = ACTIONS(5317), - [anon_sym_PROGMEM] = ACTIONS(5317), - [anon_sym_alignas] = ACTIONS(5317), - [anon_sym__Alignas] = ACTIONS(5317), - [aux_sym_primitive_type_token1] = ACTIONS(5317), - [anon_sym_byte] = ACTIONS(5317), - [anon_sym_word] = ACTIONS(5317), - [anon_sym_enum] = ACTIONS(5317), - [anon_sym_class] = ACTIONS(5317), - [anon_sym_struct] = ACTIONS(5317), - [anon_sym_union] = ACTIONS(5317), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5317), - [anon_sym_decltype] = ACTIONS(5317), - [anon_sym_explicit] = ACTIONS(5317), - [anon_sym_typename] = ACTIONS(5317), - [anon_sym_template] = ACTIONS(5317), - [anon_sym_operator] = ACTIONS(5317), - [anon_sym_friend] = ACTIONS(5317), - [anon_sym_public] = ACTIONS(5317), - [anon_sym_private] = ACTIONS(5317), - [anon_sym_protected] = ACTIONS(5317), - [anon_sym_using] = ACTIONS(5317), - [anon_sym_static_assert] = ACTIONS(5317), - }, - [1686] = { - [sym_identifier] = ACTIONS(3076), - [aux_sym_preproc_def_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token2] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), - [aux_sym_preproc_else_token1] = ACTIONS(3076), - [aux_sym_preproc_elif_token1] = ACTIONS(3076), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3076), - [sym_preproc_directive] = ACTIONS(3076), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym___extension__] = ACTIONS(3076), - [anon_sym_typedef] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym___attribute] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym_signed] = ACTIONS(3076), - [anon_sym_unsigned] = ACTIONS(3076), - [anon_sym_long] = ACTIONS(3076), - [anon_sym_short] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym___inline] = ACTIONS(3076), - [anon_sym___inline__] = ACTIONS(3076), - [anon_sym___forceinline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym___thread] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym___restrict__] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym__Noreturn] = ACTIONS(3076), - [anon_sym_noreturn] = ACTIONS(3076), - [anon_sym__Nonnull] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constinit] = ACTIONS(3076), - [anon_sym_consteval] = ACTIONS(3076), - [anon_sym_PROGMEM] = ACTIONS(3076), - [anon_sym_alignas] = ACTIONS(3076), - [anon_sym__Alignas] = ACTIONS(3076), - [aux_sym_primitive_type_token1] = ACTIONS(3076), - [anon_sym_byte] = ACTIONS(3076), - [anon_sym_word] = ACTIONS(3076), - [anon_sym_enum] = ACTIONS(3076), - [anon_sym_class] = ACTIONS(3076), - [anon_sym_struct] = ACTIONS(3076), - [anon_sym_union] = ACTIONS(3076), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3076), - [anon_sym_decltype] = ACTIONS(3076), - [anon_sym_explicit] = ACTIONS(3076), - [anon_sym_typename] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_friend] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_using] = ACTIONS(3076), - [anon_sym_static_assert] = ACTIONS(3076), - }, - [1687] = { - [sym_identifier] = ACTIONS(5321), - [aux_sym_preproc_def_token1] = ACTIONS(5321), - [aux_sym_preproc_if_token1] = ACTIONS(5321), - [aux_sym_preproc_if_token2] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5321), - [aux_sym_preproc_else_token1] = ACTIONS(5321), - [aux_sym_preproc_elif_token1] = ACTIONS(5321), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5321), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5321), - [sym_preproc_directive] = ACTIONS(5321), - [anon_sym_LPAREN2] = ACTIONS(5323), - [anon_sym_TILDE] = ACTIONS(5323), - [anon_sym_STAR] = ACTIONS(5323), - [anon_sym_AMP_AMP] = ACTIONS(5323), - [anon_sym_AMP] = ACTIONS(5321), - [anon_sym_SEMI] = ACTIONS(5323), - [anon_sym___extension__] = ACTIONS(5321), - [anon_sym_typedef] = ACTIONS(5321), - [anon_sym_virtual] = ACTIONS(5321), - [anon_sym_extern] = ACTIONS(5321), - [anon_sym___attribute__] = ACTIONS(5321), - [anon_sym___attribute] = ACTIONS(5321), - [anon_sym_COLON_COLON] = ACTIONS(5323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5323), - [anon_sym___declspec] = ACTIONS(5321), - [anon_sym___based] = ACTIONS(5321), - [anon_sym_signed] = ACTIONS(5321), - [anon_sym_unsigned] = ACTIONS(5321), - [anon_sym_long] = ACTIONS(5321), - [anon_sym_short] = ACTIONS(5321), - [anon_sym_LBRACK] = ACTIONS(5321), - [anon_sym_static] = ACTIONS(5321), - [anon_sym_register] = ACTIONS(5321), - [anon_sym_inline] = ACTIONS(5321), - [anon_sym___inline] = ACTIONS(5321), - [anon_sym___inline__] = ACTIONS(5321), - [anon_sym___forceinline] = ACTIONS(5321), - [anon_sym_thread_local] = ACTIONS(5321), - [anon_sym___thread] = ACTIONS(5321), - [anon_sym_const] = ACTIONS(5321), - [anon_sym_constexpr] = ACTIONS(5321), - [anon_sym_volatile] = ACTIONS(5321), - [anon_sym_restrict] = ACTIONS(5321), - [anon_sym___restrict__] = ACTIONS(5321), - [anon_sym__Atomic] = ACTIONS(5321), - [anon_sym__Noreturn] = ACTIONS(5321), - [anon_sym_noreturn] = ACTIONS(5321), - [anon_sym__Nonnull] = ACTIONS(5321), - [anon_sym_mutable] = ACTIONS(5321), - [anon_sym_constinit] = ACTIONS(5321), - [anon_sym_consteval] = ACTIONS(5321), - [anon_sym_PROGMEM] = ACTIONS(5321), - [anon_sym_alignas] = ACTIONS(5321), - [anon_sym__Alignas] = ACTIONS(5321), - [aux_sym_primitive_type_token1] = ACTIONS(5321), - [anon_sym_byte] = ACTIONS(5321), - [anon_sym_word] = ACTIONS(5321), - [anon_sym_enum] = ACTIONS(5321), - [anon_sym_class] = ACTIONS(5321), - [anon_sym_struct] = ACTIONS(5321), - [anon_sym_union] = ACTIONS(5321), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5321), - [anon_sym_decltype] = ACTIONS(5321), - [anon_sym_explicit] = ACTIONS(5321), - [anon_sym_typename] = ACTIONS(5321), - [anon_sym_template] = ACTIONS(5321), - [anon_sym_operator] = ACTIONS(5321), - [anon_sym_friend] = ACTIONS(5321), - [anon_sym_public] = ACTIONS(5321), - [anon_sym_private] = ACTIONS(5321), - [anon_sym_protected] = ACTIONS(5321), - [anon_sym_using] = ACTIONS(5321), - [anon_sym_static_assert] = ACTIONS(5321), - }, - [1688] = { - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token2] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [aux_sym_preproc_else_token1] = ACTIONS(2909), - [aux_sym_preproc_elif_token1] = ACTIONS(2909), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_explicit] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_operator] = ACTIONS(2909), - [anon_sym_friend] = ACTIONS(2909), - [anon_sym_public] = ACTIONS(2909), - [anon_sym_private] = ACTIONS(2909), - [anon_sym_protected] = ACTIONS(2909), - [anon_sym_using] = ACTIONS(2909), - [anon_sym_static_assert] = ACTIONS(2909), - }, - [1689] = { - [sym_identifier] = ACTIONS(5325), - [aux_sym_preproc_def_token1] = ACTIONS(5325), - [aux_sym_preproc_if_token1] = ACTIONS(5325), - [aux_sym_preproc_if_token2] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5325), - [aux_sym_preproc_else_token1] = ACTIONS(5325), - [aux_sym_preproc_elif_token1] = ACTIONS(5325), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5325), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5325), - [sym_preproc_directive] = ACTIONS(5325), - [anon_sym_LPAREN2] = ACTIONS(5327), - [anon_sym_TILDE] = ACTIONS(5327), - [anon_sym_STAR] = ACTIONS(5327), - [anon_sym_AMP_AMP] = ACTIONS(5327), - [anon_sym_AMP] = ACTIONS(5325), - [anon_sym_SEMI] = ACTIONS(5327), - [anon_sym___extension__] = ACTIONS(5325), - [anon_sym_typedef] = ACTIONS(5325), - [anon_sym_virtual] = ACTIONS(5325), - [anon_sym_extern] = ACTIONS(5325), - [anon_sym___attribute__] = ACTIONS(5325), - [anon_sym___attribute] = ACTIONS(5325), - [anon_sym_COLON_COLON] = ACTIONS(5327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5327), - [anon_sym___declspec] = ACTIONS(5325), - [anon_sym___based] = ACTIONS(5325), - [anon_sym_signed] = ACTIONS(5325), - [anon_sym_unsigned] = ACTIONS(5325), - [anon_sym_long] = ACTIONS(5325), - [anon_sym_short] = ACTIONS(5325), - [anon_sym_LBRACK] = ACTIONS(5325), - [anon_sym_static] = ACTIONS(5325), - [anon_sym_register] = ACTIONS(5325), - [anon_sym_inline] = ACTIONS(5325), - [anon_sym___inline] = ACTIONS(5325), - [anon_sym___inline__] = ACTIONS(5325), - [anon_sym___forceinline] = ACTIONS(5325), - [anon_sym_thread_local] = ACTIONS(5325), - [anon_sym___thread] = ACTIONS(5325), - [anon_sym_const] = ACTIONS(5325), - [anon_sym_constexpr] = ACTIONS(5325), - [anon_sym_volatile] = ACTIONS(5325), - [anon_sym_restrict] = ACTIONS(5325), - [anon_sym___restrict__] = ACTIONS(5325), - [anon_sym__Atomic] = ACTIONS(5325), - [anon_sym__Noreturn] = ACTIONS(5325), - [anon_sym_noreturn] = ACTIONS(5325), - [anon_sym__Nonnull] = ACTIONS(5325), - [anon_sym_mutable] = ACTIONS(5325), - [anon_sym_constinit] = ACTIONS(5325), - [anon_sym_consteval] = ACTIONS(5325), - [anon_sym_PROGMEM] = ACTIONS(5325), - [anon_sym_alignas] = ACTIONS(5325), - [anon_sym__Alignas] = ACTIONS(5325), - [aux_sym_primitive_type_token1] = ACTIONS(5325), - [anon_sym_byte] = ACTIONS(5325), - [anon_sym_word] = ACTIONS(5325), - [anon_sym_enum] = ACTIONS(5325), - [anon_sym_class] = ACTIONS(5325), - [anon_sym_struct] = ACTIONS(5325), - [anon_sym_union] = ACTIONS(5325), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5325), - [anon_sym_decltype] = ACTIONS(5325), - [anon_sym_explicit] = ACTIONS(5325), - [anon_sym_typename] = ACTIONS(5325), - [anon_sym_template] = ACTIONS(5325), - [anon_sym_operator] = ACTIONS(5325), - [anon_sym_friend] = ACTIONS(5325), - [anon_sym_public] = ACTIONS(5325), - [anon_sym_private] = ACTIONS(5325), - [anon_sym_protected] = ACTIONS(5325), - [anon_sym_using] = ACTIONS(5325), - [anon_sym_static_assert] = ACTIONS(5325), - }, - [1690] = { - [sym_identifier] = ACTIONS(5329), - [aux_sym_preproc_def_token1] = ACTIONS(5329), - [aux_sym_preproc_if_token1] = ACTIONS(5329), - [aux_sym_preproc_if_token2] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5329), - [aux_sym_preproc_else_token1] = ACTIONS(5329), - [aux_sym_preproc_elif_token1] = ACTIONS(5329), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5329), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5329), - [sym_preproc_directive] = ACTIONS(5329), - [anon_sym_LPAREN2] = ACTIONS(5331), - [anon_sym_TILDE] = ACTIONS(5331), - [anon_sym_STAR] = ACTIONS(5331), - [anon_sym_AMP_AMP] = ACTIONS(5331), - [anon_sym_AMP] = ACTIONS(5329), - [anon_sym_SEMI] = ACTIONS(5331), - [anon_sym___extension__] = ACTIONS(5329), - [anon_sym_typedef] = ACTIONS(5329), - [anon_sym_virtual] = ACTIONS(5329), - [anon_sym_extern] = ACTIONS(5329), - [anon_sym___attribute__] = ACTIONS(5329), - [anon_sym___attribute] = ACTIONS(5329), - [anon_sym_COLON_COLON] = ACTIONS(5331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5331), - [anon_sym___declspec] = ACTIONS(5329), - [anon_sym___based] = ACTIONS(5329), - [anon_sym_signed] = ACTIONS(5329), - [anon_sym_unsigned] = ACTIONS(5329), - [anon_sym_long] = ACTIONS(5329), - [anon_sym_short] = ACTIONS(5329), - [anon_sym_LBRACK] = ACTIONS(5329), - [anon_sym_static] = ACTIONS(5329), - [anon_sym_register] = ACTIONS(5329), - [anon_sym_inline] = ACTIONS(5329), - [anon_sym___inline] = ACTIONS(5329), - [anon_sym___inline__] = ACTIONS(5329), - [anon_sym___forceinline] = ACTIONS(5329), - [anon_sym_thread_local] = ACTIONS(5329), - [anon_sym___thread] = ACTIONS(5329), - [anon_sym_const] = ACTIONS(5329), - [anon_sym_constexpr] = ACTIONS(5329), - [anon_sym_volatile] = ACTIONS(5329), - [anon_sym_restrict] = ACTIONS(5329), - [anon_sym___restrict__] = ACTIONS(5329), - [anon_sym__Atomic] = ACTIONS(5329), - [anon_sym__Noreturn] = ACTIONS(5329), - [anon_sym_noreturn] = ACTIONS(5329), - [anon_sym__Nonnull] = ACTIONS(5329), - [anon_sym_mutable] = ACTIONS(5329), - [anon_sym_constinit] = ACTIONS(5329), - [anon_sym_consteval] = ACTIONS(5329), - [anon_sym_PROGMEM] = ACTIONS(5329), - [anon_sym_alignas] = ACTIONS(5329), - [anon_sym__Alignas] = ACTIONS(5329), - [aux_sym_primitive_type_token1] = ACTIONS(5329), - [anon_sym_byte] = ACTIONS(5329), - [anon_sym_word] = ACTIONS(5329), - [anon_sym_enum] = ACTIONS(5329), - [anon_sym_class] = ACTIONS(5329), - [anon_sym_struct] = ACTIONS(5329), - [anon_sym_union] = ACTIONS(5329), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5329), - [anon_sym_decltype] = ACTIONS(5329), - [anon_sym_explicit] = ACTIONS(5329), - [anon_sym_typename] = ACTIONS(5329), - [anon_sym_template] = ACTIONS(5329), - [anon_sym_operator] = ACTIONS(5329), - [anon_sym_friend] = ACTIONS(5329), - [anon_sym_public] = ACTIONS(5329), - [anon_sym_private] = ACTIONS(5329), - [anon_sym_protected] = ACTIONS(5329), - [anon_sym_using] = ACTIONS(5329), - [anon_sym_static_assert] = ACTIONS(5329), - }, - [1691] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token2] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [aux_sym_preproc_else_token1] = ACTIONS(2998), - [aux_sym_preproc_elif_token1] = ACTIONS(2998), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_friend] = ACTIONS(2998), - [anon_sym_public] = ACTIONS(2998), - [anon_sym_private] = ACTIONS(2998), - [anon_sym_protected] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - }, - [1692] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE] = ACTIONS(4825), - [anon_sym_CARET] = ACTIONS(4827), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym_EQ_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4827), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4825), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_LT_LT] = ACTIONS(4827), - [anon_sym_GT_GT] = ACTIONS(4827), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym___based] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_signed] = ACTIONS(4825), - [anon_sym_unsigned] = ACTIONS(4825), - [anon_sym_long] = ACTIONS(4825), - [anon_sym_short] = ACTIONS(4825), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_RBRACK] = ACTIONS(4827), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [aux_sym_primitive_type_token1] = ACTIONS(4825), - [anon_sym_byte] = ACTIONS(4825), - [anon_sym_word] = ACTIONS(4825), - [anon_sym_COLON] = ACTIONS(4825), - [anon_sym_QMARK] = ACTIONS(4827), - [anon_sym_LT_EQ_GT] = ACTIONS(4827), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [anon_sym_bitor] = ACTIONS(4825), - [anon_sym_xor] = ACTIONS(4825), - [anon_sym_bitand] = ACTIONS(4825), - [anon_sym_not_eq] = ACTIONS(4825), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_DOT_STAR] = ACTIONS(4827), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), - [anon_sym_requires] = ACTIONS(4825), - }, - [1693] = { - [sym_identifier] = ACTIONS(5333), - [aux_sym_preproc_def_token1] = ACTIONS(5333), - [aux_sym_preproc_if_token1] = ACTIONS(5333), - [aux_sym_preproc_if_token2] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5333), - [aux_sym_preproc_else_token1] = ACTIONS(5333), - [aux_sym_preproc_elif_token1] = ACTIONS(5333), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5333), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5333), - [sym_preproc_directive] = ACTIONS(5333), - [anon_sym_LPAREN2] = ACTIONS(5335), - [anon_sym_TILDE] = ACTIONS(5335), - [anon_sym_STAR] = ACTIONS(5335), - [anon_sym_AMP_AMP] = ACTIONS(5335), - [anon_sym_AMP] = ACTIONS(5333), - [anon_sym_SEMI] = ACTIONS(5335), - [anon_sym___extension__] = ACTIONS(5333), - [anon_sym_typedef] = ACTIONS(5333), - [anon_sym_virtual] = ACTIONS(5333), - [anon_sym_extern] = ACTIONS(5333), - [anon_sym___attribute__] = ACTIONS(5333), - [anon_sym___attribute] = ACTIONS(5333), - [anon_sym_COLON_COLON] = ACTIONS(5335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5335), - [anon_sym___declspec] = ACTIONS(5333), - [anon_sym___based] = ACTIONS(5333), - [anon_sym_signed] = ACTIONS(5333), - [anon_sym_unsigned] = ACTIONS(5333), - [anon_sym_long] = ACTIONS(5333), - [anon_sym_short] = ACTIONS(5333), - [anon_sym_LBRACK] = ACTIONS(5333), - [anon_sym_static] = ACTIONS(5333), - [anon_sym_register] = ACTIONS(5333), - [anon_sym_inline] = ACTIONS(5333), - [anon_sym___inline] = ACTIONS(5333), - [anon_sym___inline__] = ACTIONS(5333), - [anon_sym___forceinline] = ACTIONS(5333), - [anon_sym_thread_local] = ACTIONS(5333), - [anon_sym___thread] = ACTIONS(5333), - [anon_sym_const] = ACTIONS(5333), - [anon_sym_constexpr] = ACTIONS(5333), - [anon_sym_volatile] = ACTIONS(5333), - [anon_sym_restrict] = ACTIONS(5333), - [anon_sym___restrict__] = ACTIONS(5333), - [anon_sym__Atomic] = ACTIONS(5333), - [anon_sym__Noreturn] = ACTIONS(5333), - [anon_sym_noreturn] = ACTIONS(5333), - [anon_sym__Nonnull] = ACTIONS(5333), - [anon_sym_mutable] = ACTIONS(5333), - [anon_sym_constinit] = ACTIONS(5333), - [anon_sym_consteval] = ACTIONS(5333), - [anon_sym_PROGMEM] = ACTIONS(5333), - [anon_sym_alignas] = ACTIONS(5333), - [anon_sym__Alignas] = ACTIONS(5333), - [aux_sym_primitive_type_token1] = ACTIONS(5333), - [anon_sym_byte] = ACTIONS(5333), - [anon_sym_word] = ACTIONS(5333), - [anon_sym_enum] = ACTIONS(5333), - [anon_sym_class] = ACTIONS(5333), - [anon_sym_struct] = ACTIONS(5333), - [anon_sym_union] = ACTIONS(5333), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5333), - [anon_sym_decltype] = ACTIONS(5333), - [anon_sym_explicit] = ACTIONS(5333), - [anon_sym_typename] = ACTIONS(5333), - [anon_sym_template] = ACTIONS(5333), - [anon_sym_operator] = ACTIONS(5333), - [anon_sym_friend] = ACTIONS(5333), - [anon_sym_public] = ACTIONS(5333), - [anon_sym_private] = ACTIONS(5333), - [anon_sym_protected] = ACTIONS(5333), - [anon_sym_using] = ACTIONS(5333), - [anon_sym_static_assert] = ACTIONS(5333), - }, - [1694] = { - [sym_identifier] = ACTIONS(2475), - [anon_sym_LPAREN2] = ACTIONS(2465), - [anon_sym_BANG] = ACTIONS(2465), - [anon_sym_TILDE] = ACTIONS(2465), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_STAR] = ACTIONS(2465), - [anon_sym_AMP] = ACTIONS(2465), - [anon_sym___extension__] = ACTIONS(2475), - [anon_sym_COLON_COLON] = ACTIONS(2465), - [anon_sym_LBRACK] = ACTIONS(2465), - [anon_sym_static] = ACTIONS(2475), - [anon_sym_RBRACK] = ACTIONS(2465), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_constexpr] = ACTIONS(2475), - [anon_sym_volatile] = ACTIONS(2475), - [anon_sym_restrict] = ACTIONS(2475), - [anon_sym___restrict__] = ACTIONS(2475), - [anon_sym__Atomic] = ACTIONS(2475), - [anon_sym__Noreturn] = ACTIONS(2475), - [anon_sym_noreturn] = ACTIONS(2475), - [anon_sym__Nonnull] = ACTIONS(2475), - [anon_sym_mutable] = ACTIONS(2475), - [anon_sym_constinit] = ACTIONS(2475), - [anon_sym_consteval] = ACTIONS(2475), - [anon_sym_PROGMEM] = ACTIONS(2475), - [anon_sym_alignas] = ACTIONS(2475), - [anon_sym__Alignas] = ACTIONS(2475), - [aux_sym_primitive_type_token1] = ACTIONS(2475), - [anon_sym_byte] = ACTIONS(2475), - [anon_sym_word] = ACTIONS(2475), - [anon_sym_not] = ACTIONS(2475), - [anon_sym_compl] = ACTIONS(2475), - [anon_sym_DASH_DASH] = ACTIONS(2465), - [anon_sym_PLUS_PLUS] = ACTIONS(2465), - [anon_sym_sizeof] = ACTIONS(2475), - [anon_sym___alignof__] = ACTIONS(2475), - [anon_sym___alignof] = ACTIONS(2475), - [anon_sym__alignof] = ACTIONS(2475), - [anon_sym_alignof] = ACTIONS(2475), - [anon_sym__Alignof] = ACTIONS(2475), - [anon_sym_offsetof] = ACTIONS(2475), - [anon_sym__Generic] = ACTIONS(2475), - [anon_sym_asm] = ACTIONS(2475), - [anon_sym___asm__] = ACTIONS(2475), - [anon_sym___asm] = ACTIONS(2475), - [aux_sym_number_literal_token1] = ACTIONS(2465), - [aux_sym_number_literal_token2] = ACTIONS(2475), - [anon_sym_L_SQUOTE] = ACTIONS(2465), - [anon_sym_u_SQUOTE] = ACTIONS(2465), - [anon_sym_U_SQUOTE] = ACTIONS(2465), - [anon_sym_u8_SQUOTE] = ACTIONS(2465), - [anon_sym_SQUOTE] = ACTIONS(2465), - [anon_sym_L_DQUOTE] = ACTIONS(2465), - [anon_sym_u_DQUOTE] = ACTIONS(2465), - [anon_sym_U_DQUOTE] = ACTIONS(2465), - [anon_sym_u8_DQUOTE] = ACTIONS(2465), - [anon_sym_DQUOTE] = ACTIONS(2465), - [sym_true] = ACTIONS(2475), - [sym_false] = ACTIONS(2475), - [anon_sym_NULL] = ACTIONS(2475), - [anon_sym_nullptr] = ACTIONS(2475), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2475), - [anon_sym_template] = ACTIONS(2475), - [anon_sym_delete] = ACTIONS(2475), - [anon_sym_R_DQUOTE] = ACTIONS(2465), - [anon_sym_LR_DQUOTE] = ACTIONS(2465), - [anon_sym_uR_DQUOTE] = ACTIONS(2465), - [anon_sym_UR_DQUOTE] = ACTIONS(2465), - [anon_sym_u8R_DQUOTE] = ACTIONS(2465), - [anon_sym_co_await] = ACTIONS(2475), - [anon_sym_new] = ACTIONS(2475), - [anon_sym_requires] = ACTIONS(2475), - [sym_this] = ACTIONS(2475), - }, - [1695] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token2] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [aux_sym_preproc_else_token1] = ACTIONS(5337), - [aux_sym_preproc_elif_token1] = ACTIONS(5337), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), - }, - [1696] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token2] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [aux_sym_preproc_else_token1] = ACTIONS(3098), - [aux_sym_preproc_elif_token1] = ACTIONS(3098), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_friend] = ACTIONS(3098), - [anon_sym_public] = ACTIONS(3098), - [anon_sym_private] = ACTIONS(3098), - [anon_sym_protected] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - }, - [1697] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token2] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [aux_sym_preproc_else_token1] = ACTIONS(3094), - [aux_sym_preproc_elif_token1] = ACTIONS(3094), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_friend] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - }, - [1698] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token2] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [aux_sym_preproc_else_token1] = ACTIONS(5341), - [aux_sym_preproc_elif_token1] = ACTIONS(5341), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), - }, - [1699] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token2] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [aux_sym_preproc_else_token1] = ACTIONS(5337), - [aux_sym_preproc_elif_token1] = ACTIONS(5337), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), - }, - [1700] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token2] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [aux_sym_preproc_else_token1] = ACTIONS(5341), - [aux_sym_preproc_elif_token1] = ACTIONS(5341), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), - }, - [1701] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token2] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [aux_sym_preproc_else_token1] = ACTIONS(3134), - [aux_sym_preproc_elif_token1] = ACTIONS(3134), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_friend] = ACTIONS(3134), - [anon_sym_public] = ACTIONS(3134), - [anon_sym_private] = ACTIONS(3134), - [anon_sym_protected] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - }, - [1702] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token2] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [aux_sym_preproc_else_token1] = ACTIONS(3158), - [aux_sym_preproc_elif_token1] = ACTIONS(3158), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_friend] = ACTIONS(3158), - [anon_sym_public] = ACTIONS(3158), - [anon_sym_private] = ACTIONS(3158), - [anon_sym_protected] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), - }, - [1703] = { - [sym_identifier] = ACTIONS(5345), - [aux_sym_preproc_def_token1] = ACTIONS(5345), - [aux_sym_preproc_if_token1] = ACTIONS(5345), - [aux_sym_preproc_if_token2] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5345), - [aux_sym_preproc_else_token1] = ACTIONS(5345), - [aux_sym_preproc_elif_token1] = ACTIONS(5345), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5345), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5345), - [sym_preproc_directive] = ACTIONS(5345), - [anon_sym_LPAREN2] = ACTIONS(5347), - [anon_sym_TILDE] = ACTIONS(5347), - [anon_sym_STAR] = ACTIONS(5347), - [anon_sym_AMP_AMP] = ACTIONS(5347), - [anon_sym_AMP] = ACTIONS(5345), - [anon_sym_SEMI] = ACTIONS(5347), - [anon_sym___extension__] = ACTIONS(5345), - [anon_sym_typedef] = ACTIONS(5345), - [anon_sym_virtual] = ACTIONS(5345), - [anon_sym_extern] = ACTIONS(5345), - [anon_sym___attribute__] = ACTIONS(5345), - [anon_sym___attribute] = ACTIONS(5345), - [anon_sym_COLON_COLON] = ACTIONS(5347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5347), - [anon_sym___declspec] = ACTIONS(5345), - [anon_sym___based] = ACTIONS(5345), - [anon_sym_signed] = ACTIONS(5345), - [anon_sym_unsigned] = ACTIONS(5345), - [anon_sym_long] = ACTIONS(5345), - [anon_sym_short] = ACTIONS(5345), - [anon_sym_LBRACK] = ACTIONS(5345), - [anon_sym_static] = ACTIONS(5345), - [anon_sym_register] = ACTIONS(5345), - [anon_sym_inline] = ACTIONS(5345), - [anon_sym___inline] = ACTIONS(5345), - [anon_sym___inline__] = ACTIONS(5345), - [anon_sym___forceinline] = ACTIONS(5345), - [anon_sym_thread_local] = ACTIONS(5345), - [anon_sym___thread] = ACTIONS(5345), - [anon_sym_const] = ACTIONS(5345), - [anon_sym_constexpr] = ACTIONS(5345), - [anon_sym_volatile] = ACTIONS(5345), - [anon_sym_restrict] = ACTIONS(5345), - [anon_sym___restrict__] = ACTIONS(5345), - [anon_sym__Atomic] = ACTIONS(5345), - [anon_sym__Noreturn] = ACTIONS(5345), - [anon_sym_noreturn] = ACTIONS(5345), - [anon_sym__Nonnull] = ACTIONS(5345), - [anon_sym_mutable] = ACTIONS(5345), - [anon_sym_constinit] = ACTIONS(5345), - [anon_sym_consteval] = ACTIONS(5345), - [anon_sym_PROGMEM] = ACTIONS(5345), - [anon_sym_alignas] = ACTIONS(5345), - [anon_sym__Alignas] = ACTIONS(5345), - [aux_sym_primitive_type_token1] = ACTIONS(5345), - [anon_sym_byte] = ACTIONS(5345), - [anon_sym_word] = ACTIONS(5345), - [anon_sym_enum] = ACTIONS(5345), - [anon_sym_class] = ACTIONS(5345), - [anon_sym_struct] = ACTIONS(5345), - [anon_sym_union] = ACTIONS(5345), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5345), - [anon_sym_decltype] = ACTIONS(5345), - [anon_sym_explicit] = ACTIONS(5345), - [anon_sym_typename] = ACTIONS(5345), - [anon_sym_template] = ACTIONS(5345), - [anon_sym_operator] = ACTIONS(5345), - [anon_sym_friend] = ACTIONS(5345), - [anon_sym_public] = ACTIONS(5345), - [anon_sym_private] = ACTIONS(5345), - [anon_sym_protected] = ACTIONS(5345), - [anon_sym_using] = ACTIONS(5345), - [anon_sym_static_assert] = ACTIONS(5345), - }, - [1704] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token2] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [aux_sym_preproc_else_token1] = ACTIONS(3002), - [aux_sym_preproc_elif_token1] = ACTIONS(3002), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_friend] = ACTIONS(3002), - [anon_sym_public] = ACTIONS(3002), - [anon_sym_private] = ACTIONS(3002), - [anon_sym_protected] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), - }, - [1705] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token2] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [aux_sym_preproc_else_token1] = ACTIONS(3010), - [aux_sym_preproc_elif_token1] = ACTIONS(3010), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_friend] = ACTIONS(3010), - [anon_sym_public] = ACTIONS(3010), - [anon_sym_private] = ACTIONS(3010), - [anon_sym_protected] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), - }, - [1706] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [aux_sym_preproc_else_token1] = ACTIONS(3025), - [aux_sym_preproc_elif_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - }, - [1707] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token2] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [aux_sym_preproc_else_token1] = ACTIONS(2972), - [aux_sym_preproc_elif_token1] = ACTIONS(2972), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_friend] = ACTIONS(2972), - [anon_sym_public] = ACTIONS(2972), - [anon_sym_private] = ACTIONS(2972), - [anon_sym_protected] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), - }, - [1708] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token2] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [aux_sym_preproc_else_token1] = ACTIONS(3205), - [aux_sym_preproc_elif_token1] = ACTIONS(3205), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_friend] = ACTIONS(3205), - [anon_sym_public] = ACTIONS(3205), - [anon_sym_private] = ACTIONS(3205), - [anon_sym_protected] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), - }, - [1709] = { - [sym_identifier] = ACTIONS(3215), - [aux_sym_preproc_def_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token2] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), - [aux_sym_preproc_else_token1] = ACTIONS(3215), - [aux_sym_preproc_elif_token1] = ACTIONS(3215), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3215), - [sym_preproc_directive] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3217), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_SEMI] = ACTIONS(3217), - [anon_sym___extension__] = ACTIONS(3215), - [anon_sym_typedef] = ACTIONS(3215), - [anon_sym_virtual] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3215), - [anon_sym___attribute__] = ACTIONS(3215), - [anon_sym___attribute] = ACTIONS(3215), - [anon_sym_COLON_COLON] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), - [anon_sym___declspec] = ACTIONS(3215), - [anon_sym___based] = ACTIONS(3215), - [anon_sym_signed] = ACTIONS(3215), - [anon_sym_unsigned] = ACTIONS(3215), - [anon_sym_long] = ACTIONS(3215), - [anon_sym_short] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3215), - [anon_sym_register] = ACTIONS(3215), - [anon_sym_inline] = ACTIONS(3215), - [anon_sym___inline] = ACTIONS(3215), - [anon_sym___inline__] = ACTIONS(3215), - [anon_sym___forceinline] = ACTIONS(3215), - [anon_sym_thread_local] = ACTIONS(3215), - [anon_sym___thread] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_constexpr] = ACTIONS(3215), - [anon_sym_volatile] = ACTIONS(3215), - [anon_sym_restrict] = ACTIONS(3215), - [anon_sym___restrict__] = ACTIONS(3215), - [anon_sym__Atomic] = ACTIONS(3215), - [anon_sym__Noreturn] = ACTIONS(3215), - [anon_sym_noreturn] = ACTIONS(3215), - [anon_sym__Nonnull] = ACTIONS(3215), - [anon_sym_mutable] = ACTIONS(3215), - [anon_sym_constinit] = ACTIONS(3215), - [anon_sym_consteval] = ACTIONS(3215), - [anon_sym_PROGMEM] = ACTIONS(3215), - [anon_sym_alignas] = ACTIONS(3215), - [anon_sym__Alignas] = ACTIONS(3215), - [aux_sym_primitive_type_token1] = ACTIONS(3215), - [anon_sym_byte] = ACTIONS(3215), - [anon_sym_word] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_class] = ACTIONS(3215), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3215), - [anon_sym_decltype] = ACTIONS(3215), - [anon_sym_explicit] = ACTIONS(3215), - [anon_sym_typename] = ACTIONS(3215), - [anon_sym_template] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3215), - [anon_sym_friend] = ACTIONS(3215), - [anon_sym_public] = ACTIONS(3215), - [anon_sym_private] = ACTIONS(3215), - [anon_sym_protected] = ACTIONS(3215), - [anon_sym_using] = ACTIONS(3215), - [anon_sym_static_assert] = ACTIONS(3215), - }, - [1710] = { - [sym_identifier] = ACTIONS(4930), + [1559] = { + [sym_type_qualifier] = STATE(1558), + [sym_alignas_qualifier] = STATE(1617), + [sym_primitive_type] = STATE(2577), + [aux_sym__type_definition_type_repeat1] = STATE(1558), + [aux_sym_sized_type_specifier_repeat1] = STATE(1612), + [sym_identifier] = ACTIONS(4992), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_BANG] = ACTIONS(4932), - [anon_sym_TILDE] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4932), - [anon_sym_AMP] = ACTIONS(4932), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4934), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4934), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4934), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4934), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym___extension__] = ACTIONS(4984), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(4994), + [anon_sym_unsigned] = ACTIONS(4994), + [anon_sym_long] = ACTIONS(4994), + [anon_sym_short] = ACTIONS(4994), [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_static] = ACTIONS(4930), - [anon_sym_RBRACK] = ACTIONS(4932), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_not] = ACTIONS(4930), - [anon_sym_compl] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_sizeof] = ACTIONS(4930), - [anon_sym___alignof__] = ACTIONS(4930), - [anon_sym___alignof] = ACTIONS(4930), - [anon_sym__alignof] = ACTIONS(4930), - [anon_sym_alignof] = ACTIONS(4930), - [anon_sym__Alignof] = ACTIONS(4930), - [anon_sym_offsetof] = ACTIONS(4930), - [anon_sym__Generic] = ACTIONS(4930), - [anon_sym_asm] = ACTIONS(4930), - [anon_sym___asm__] = ACTIONS(4930), - [anon_sym___asm] = ACTIONS(4930), - [aux_sym_number_literal_token1] = ACTIONS(4932), - [aux_sym_number_literal_token2] = ACTIONS(4930), - [anon_sym_L_SQUOTE] = ACTIONS(4932), - [anon_sym_u_SQUOTE] = ACTIONS(4932), - [anon_sym_U_SQUOTE] = ACTIONS(4932), - [anon_sym_u8_SQUOTE] = ACTIONS(4932), - [anon_sym_SQUOTE] = ACTIONS(4932), - [anon_sym_L_DQUOTE] = ACTIONS(4932), - [anon_sym_u_DQUOTE] = ACTIONS(4932), - [anon_sym_U_DQUOTE] = ACTIONS(4932), - [anon_sym_u8_DQUOTE] = ACTIONS(4932), - [anon_sym_DQUOTE] = ACTIONS(4932), - [sym_true] = ACTIONS(4930), - [sym_false] = ACTIONS(4930), - [anon_sym_NULL] = ACTIONS(4930), - [anon_sym_nullptr] = ACTIONS(4930), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_template] = ACTIONS(4930), - [anon_sym_delete] = ACTIONS(4930), - [anon_sym_R_DQUOTE] = ACTIONS(4932), - [anon_sym_LR_DQUOTE] = ACTIONS(4932), - [anon_sym_uR_DQUOTE] = ACTIONS(4932), - [anon_sym_UR_DQUOTE] = ACTIONS(4932), - [anon_sym_u8R_DQUOTE] = ACTIONS(4932), - [anon_sym_co_await] = ACTIONS(4930), - [anon_sym_new] = ACTIONS(4930), - [anon_sym_requires] = ACTIONS(4930), - [sym_this] = ACTIONS(4930), - }, - [1711] = { - [sym_type_qualifier] = STATE(1613), - [sym_alignas_qualifier] = STATE(1630), - [sym_primitive_type] = STATE(2084), - [aux_sym__type_definition_type_repeat1] = STATE(1613), - [aux_sym_sized_type_specifier_repeat1] = STATE(2081), - [sym_identifier] = ACTIONS(5349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4936), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4936), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4936), - [anon_sym_GT_GT] = ACTIONS(4936), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym___extension__] = ACTIONS(5307), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(5351), - [anon_sym_unsigned] = ACTIONS(5351), - [anon_sym_long] = ACTIONS(5351), - [anon_sym_short] = ACTIONS(5351), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_RBRACK] = ACTIONS(4936), - [anon_sym_const] = ACTIONS(5307), - [anon_sym_constexpr] = ACTIONS(5307), - [anon_sym_volatile] = ACTIONS(5307), - [anon_sym_restrict] = ACTIONS(5307), - [anon_sym___restrict__] = ACTIONS(5307), - [anon_sym__Atomic] = ACTIONS(5307), - [anon_sym__Noreturn] = ACTIONS(5307), - [anon_sym_noreturn] = ACTIONS(5307), - [anon_sym__Nonnull] = ACTIONS(5307), - [anon_sym_mutable] = ACTIONS(5307), - [anon_sym_constinit] = ACTIONS(5307), - [anon_sym_consteval] = ACTIONS(5307), - [anon_sym_PROGMEM] = ACTIONS(5307), - [anon_sym_alignas] = ACTIONS(5311), - [anon_sym__Alignas] = ACTIONS(5311), - [aux_sym_primitive_type_token1] = ACTIONS(1796), - [anon_sym_byte] = ACTIONS(1796), - [anon_sym_word] = ACTIONS(1796), - [anon_sym_COLON] = ACTIONS(4936), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - }, - [1712] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token2] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [aux_sym_preproc_else_token1] = ACTIONS(3130), - [aux_sym_preproc_elif_token1] = ACTIONS(3130), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_friend] = ACTIONS(3130), - [anon_sym_public] = ACTIONS(3130), - [anon_sym_private] = ACTIONS(3130), - [anon_sym_protected] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - }, - [1713] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4823), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE] = ACTIONS(4821), - [anon_sym_CARET] = ACTIONS(4823), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym_EQ_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4823), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4821), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_LT_LT] = ACTIONS(4823), - [anon_sym_GT_GT] = ACTIONS(4823), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym___based] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_signed] = ACTIONS(4821), - [anon_sym_unsigned] = ACTIONS(4821), - [anon_sym_long] = ACTIONS(4821), - [anon_sym_short] = ACTIONS(4821), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_RBRACK] = ACTIONS(4823), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [aux_sym_primitive_type_token1] = ACTIONS(4821), - [anon_sym_byte] = ACTIONS(4821), - [anon_sym_word] = ACTIONS(4821), - [anon_sym_COLON] = ACTIONS(4821), - [anon_sym_QMARK] = ACTIONS(4823), - [anon_sym_LT_EQ_GT] = ACTIONS(4823), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [anon_sym_bitor] = ACTIONS(4821), - [anon_sym_xor] = ACTIONS(4821), - [anon_sym_bitand] = ACTIONS(4821), - [anon_sym_not_eq] = ACTIONS(4821), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_DOT_STAR] = ACTIONS(4823), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), - [anon_sym_requires] = ACTIONS(4821), - }, - [1714] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4845), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4843), - [anon_sym_CARET] = ACTIONS(4845), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym_EQ_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4845), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4843), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_LT_LT] = ACTIONS(4845), - [anon_sym_GT_GT] = ACTIONS(4845), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym___based] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_signed] = ACTIONS(4843), - [anon_sym_unsigned] = ACTIONS(4843), - [anon_sym_long] = ACTIONS(4843), - [anon_sym_short] = ACTIONS(4843), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_RBRACK] = ACTIONS(4845), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [aux_sym_primitive_type_token1] = ACTIONS(4843), - [anon_sym_byte] = ACTIONS(4843), - [anon_sym_word] = ACTIONS(4843), - [anon_sym_COLON] = ACTIONS(4843), - [anon_sym_QMARK] = ACTIONS(4845), - [anon_sym_LT_EQ_GT] = ACTIONS(4845), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [anon_sym_bitor] = ACTIONS(4843), - [anon_sym_xor] = ACTIONS(4843), - [anon_sym_bitand] = ACTIONS(4843), - [anon_sym_not_eq] = ACTIONS(4843), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_DOT_STAR] = ACTIONS(4845), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), - [anon_sym_requires] = ACTIONS(4843), - }, - [1715] = { - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token2] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [aux_sym_preproc_else_token1] = ACTIONS(3060), - [aux_sym_preproc_elif_token1] = ACTIONS(3060), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), + [anon_sym_EQ] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(4984), + [anon_sym_constexpr] = ACTIONS(4984), + [anon_sym_volatile] = ACTIONS(4984), + [anon_sym_restrict] = ACTIONS(4984), + [anon_sym___restrict__] = ACTIONS(4984), + [anon_sym__Atomic] = ACTIONS(4984), + [anon_sym__Noreturn] = ACTIONS(4984), + [anon_sym_noreturn] = ACTIONS(4984), + [anon_sym__Nonnull] = ACTIONS(4984), + [anon_sym_mutable] = ACTIONS(4984), + [anon_sym_constinit] = ACTIONS(4984), + [anon_sym_consteval] = ACTIONS(4984), + [anon_sym_PROGMEM] = ACTIONS(4984), + [anon_sym_alignas] = ACTIONS(4988), + [anon_sym__Alignas] = ACTIONS(4988), + [aux_sym_primitive_type_token1] = ACTIONS(4990), + [anon_sym_byte] = ACTIONS(4990), + [anon_sym_word] = ACTIONS(4990), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_LT_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_GT_EQ] = ACTIONS(4932), + [anon_sym_AMP_EQ] = ACTIONS(4932), + [anon_sym_CARET_EQ] = ACTIONS(4932), + [anon_sym_PIPE_EQ] = ACTIONS(4932), + [anon_sym_and_eq] = ACTIONS(4934), + [anon_sym_or_eq] = ACTIONS(4934), + [anon_sym_xor_eq] = ACTIONS(4934), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4934), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_friend] = ACTIONS(3060), - [anon_sym_public] = ACTIONS(3060), - [anon_sym_private] = ACTIONS(3060), - [anon_sym_protected] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), - }, - [1716] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4849), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE] = ACTIONS(4847), - [anon_sym_CARET] = ACTIONS(4849), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym_EQ_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4849), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4847), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_LT_LT] = ACTIONS(4849), - [anon_sym_GT_GT] = ACTIONS(4849), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym___based] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_signed] = ACTIONS(4847), - [anon_sym_unsigned] = ACTIONS(4847), - [anon_sym_long] = ACTIONS(4847), - [anon_sym_short] = ACTIONS(4847), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_RBRACK] = ACTIONS(4849), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [aux_sym_primitive_type_token1] = ACTIONS(4847), - [anon_sym_byte] = ACTIONS(4847), - [anon_sym_word] = ACTIONS(4847), - [anon_sym_COLON] = ACTIONS(4847), - [anon_sym_QMARK] = ACTIONS(4849), - [anon_sym_LT_EQ_GT] = ACTIONS(4849), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [anon_sym_bitor] = ACTIONS(4847), - [anon_sym_xor] = ACTIONS(4847), - [anon_sym_bitand] = ACTIONS(4847), - [anon_sym_not_eq] = ACTIONS(4847), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_DOT_STAR] = ACTIONS(4849), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), - [anon_sym_requires] = ACTIONS(4847), - }, - [1717] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [aux_sym_preproc_else_token1] = ACTIONS(3025), - [aux_sym_preproc_elif_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), - }, - [1718] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token2] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [aux_sym_preproc_else_token1] = ACTIONS(3173), - [aux_sym_preproc_elif_token1] = ACTIONS(3173), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_friend] = ACTIONS(3173), - [anon_sym_public] = ACTIONS(3173), - [anon_sym_private] = ACTIONS(3173), - [anon_sym_protected] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), - }, - [1719] = { - [sym_identifier] = ACTIONS(5353), - [aux_sym_preproc_def_token1] = ACTIONS(5353), - [aux_sym_preproc_if_token1] = ACTIONS(5353), - [aux_sym_preproc_if_token2] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5353), - [aux_sym_preproc_else_token1] = ACTIONS(5353), - [aux_sym_preproc_elif_token1] = ACTIONS(5353), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5353), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5353), - [sym_preproc_directive] = ACTIONS(5353), - [anon_sym_LPAREN2] = ACTIONS(5355), - [anon_sym_TILDE] = ACTIONS(5355), - [anon_sym_STAR] = ACTIONS(5355), - [anon_sym_AMP_AMP] = ACTIONS(5355), - [anon_sym_AMP] = ACTIONS(5353), - [anon_sym_SEMI] = ACTIONS(5355), - [anon_sym___extension__] = ACTIONS(5353), - [anon_sym_typedef] = ACTIONS(5353), - [anon_sym_virtual] = ACTIONS(5353), - [anon_sym_extern] = ACTIONS(5353), - [anon_sym___attribute__] = ACTIONS(5353), - [anon_sym___attribute] = ACTIONS(5353), - [anon_sym_COLON_COLON] = ACTIONS(5355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5355), - [anon_sym___declspec] = ACTIONS(5353), - [anon_sym___based] = ACTIONS(5353), - [anon_sym_signed] = ACTIONS(5353), - [anon_sym_unsigned] = ACTIONS(5353), - [anon_sym_long] = ACTIONS(5353), - [anon_sym_short] = ACTIONS(5353), - [anon_sym_LBRACK] = ACTIONS(5353), - [anon_sym_static] = ACTIONS(5353), - [anon_sym_register] = ACTIONS(5353), - [anon_sym_inline] = ACTIONS(5353), - [anon_sym___inline] = ACTIONS(5353), - [anon_sym___inline__] = ACTIONS(5353), - [anon_sym___forceinline] = ACTIONS(5353), - [anon_sym_thread_local] = ACTIONS(5353), - [anon_sym___thread] = ACTIONS(5353), - [anon_sym_const] = ACTIONS(5353), - [anon_sym_constexpr] = ACTIONS(5353), - [anon_sym_volatile] = ACTIONS(5353), - [anon_sym_restrict] = ACTIONS(5353), - [anon_sym___restrict__] = ACTIONS(5353), - [anon_sym__Atomic] = ACTIONS(5353), - [anon_sym__Noreturn] = ACTIONS(5353), - [anon_sym_noreturn] = ACTIONS(5353), - [anon_sym__Nonnull] = ACTIONS(5353), - [anon_sym_mutable] = ACTIONS(5353), - [anon_sym_constinit] = ACTIONS(5353), - [anon_sym_consteval] = ACTIONS(5353), - [anon_sym_PROGMEM] = ACTIONS(5353), - [anon_sym_alignas] = ACTIONS(5353), - [anon_sym__Alignas] = ACTIONS(5353), - [aux_sym_primitive_type_token1] = ACTIONS(5353), - [anon_sym_byte] = ACTIONS(5353), - [anon_sym_word] = ACTIONS(5353), - [anon_sym_enum] = ACTIONS(5353), - [anon_sym_class] = ACTIONS(5353), - [anon_sym_struct] = ACTIONS(5353), - [anon_sym_union] = ACTIONS(5353), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5353), - [anon_sym_decltype] = ACTIONS(5353), - [anon_sym_explicit] = ACTIONS(5353), - [anon_sym_typename] = ACTIONS(5353), - [anon_sym_template] = ACTIONS(5353), - [anon_sym_operator] = ACTIONS(5353), - [anon_sym_friend] = ACTIONS(5353), - [anon_sym_public] = ACTIONS(5353), - [anon_sym_private] = ACTIONS(5353), - [anon_sym_protected] = ACTIONS(5353), - [anon_sym_using] = ACTIONS(5353), - [anon_sym_static_assert] = ACTIONS(5353), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), + [anon_sym_DASH_GT_STAR] = ACTIONS(4932), }, - [1720] = { - [sym_decltype_auto] = STATE(1825), - [sym_identifier] = ACTIONS(5357), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5359), - [anon_sym_COMMA] = ACTIONS(5359), - [anon_sym_RPAREN] = ACTIONS(5359), - [anon_sym_LPAREN2] = ACTIONS(5359), - [anon_sym_DASH] = ACTIONS(5357), - [anon_sym_PLUS] = ACTIONS(5357), - [anon_sym_STAR] = ACTIONS(5359), - [anon_sym_SLASH] = ACTIONS(5357), - [anon_sym_PERCENT] = ACTIONS(5359), - [anon_sym_PIPE_PIPE] = ACTIONS(5359), - [anon_sym_AMP_AMP] = ACTIONS(5359), - [anon_sym_PIPE] = ACTIONS(5357), - [anon_sym_CARET] = ACTIONS(5359), - [anon_sym_AMP] = ACTIONS(5357), - [anon_sym_EQ_EQ] = ACTIONS(5359), - [anon_sym_BANG_EQ] = ACTIONS(5359), - [anon_sym_GT] = ACTIONS(5357), - [anon_sym_GT_EQ] = ACTIONS(5359), - [anon_sym_LT_EQ] = ACTIONS(5357), - [anon_sym_LT] = ACTIONS(5357), - [anon_sym_LT_LT] = ACTIONS(5359), - [anon_sym_GT_GT] = ACTIONS(5359), - [anon_sym_SEMI] = ACTIONS(5359), - [anon_sym___extension__] = ACTIONS(5357), - [anon_sym___attribute__] = ACTIONS(5357), - [anon_sym___attribute] = ACTIONS(5357), - [anon_sym___based] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(5359), - [anon_sym_signed] = ACTIONS(5357), - [anon_sym_unsigned] = ACTIONS(5357), - [anon_sym_long] = ACTIONS(5357), - [anon_sym_short] = ACTIONS(5357), - [anon_sym_LBRACK] = ACTIONS(5359), - [anon_sym_RBRACK] = ACTIONS(5359), - [anon_sym_const] = ACTIONS(5357), - [anon_sym_constexpr] = ACTIONS(5357), - [anon_sym_volatile] = ACTIONS(5357), - [anon_sym_restrict] = ACTIONS(5357), - [anon_sym___restrict__] = ACTIONS(5357), - [anon_sym__Atomic] = ACTIONS(5357), - [anon_sym__Noreturn] = ACTIONS(5357), - [anon_sym_noreturn] = ACTIONS(5357), - [anon_sym__Nonnull] = ACTIONS(5357), - [anon_sym_mutable] = ACTIONS(5357), - [anon_sym_constinit] = ACTIONS(5357), - [anon_sym_consteval] = ACTIONS(5357), - [anon_sym_PROGMEM] = ACTIONS(5357), - [anon_sym_alignas] = ACTIONS(5357), - [anon_sym__Alignas] = ACTIONS(5357), - [aux_sym_primitive_type_token1] = ACTIONS(5357), - [anon_sym_byte] = ACTIONS(5357), - [anon_sym_word] = ACTIONS(5357), - [anon_sym_COLON] = ACTIONS(5359), - [anon_sym_QMARK] = ACTIONS(5359), - [anon_sym_LT_EQ_GT] = ACTIONS(5359), - [anon_sym_or] = ACTIONS(5357), - [anon_sym_and] = ACTIONS(5357), - [anon_sym_bitor] = ACTIONS(5357), - [anon_sym_xor] = ACTIONS(5357), - [anon_sym_bitand] = ACTIONS(5357), - [anon_sym_not_eq] = ACTIONS(5357), - [anon_sym_DASH_DASH] = ACTIONS(5359), - [anon_sym_PLUS_PLUS] = ACTIONS(5359), - [anon_sym_DOT] = ACTIONS(5357), - [anon_sym_DOT_STAR] = ACTIONS(5359), - [anon_sym_DASH_GT] = ACTIONS(5359), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5361), - [anon_sym_decltype] = ACTIONS(5363), - [anon_sym_final] = ACTIONS(5357), - [anon_sym_override] = ACTIONS(5357), - [anon_sym_requires] = ACTIONS(5357), + [1560] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [aux_sym_preproc_if_token2] = ACTIONS(4866), + [aux_sym_preproc_else_token1] = ACTIONS(4866), + [aux_sym_preproc_elif_token1] = ACTIONS(4864), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4866), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym_SEMI] = ACTIONS(4866), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_RBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4866), + [anon_sym_RBRACK] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [anon_sym_COLON] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4866), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_and_eq] = ACTIONS(4864), + [anon_sym_or_eq] = ACTIONS(4864), + [anon_sym_xor_eq] = ACTIONS(4864), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_final] = ACTIONS(4864), + [anon_sym_override] = ACTIONS(4864), }, - [1721] = { - [sym_identifier] = ACTIONS(5365), - [aux_sym_preproc_def_token1] = ACTIONS(5365), - [aux_sym_preproc_if_token1] = ACTIONS(5365), - [aux_sym_preproc_if_token2] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5365), - [aux_sym_preproc_else_token1] = ACTIONS(5365), - [aux_sym_preproc_elif_token1] = ACTIONS(5365), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5365), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5365), - [sym_preproc_directive] = ACTIONS(5365), - [anon_sym_LPAREN2] = ACTIONS(5367), - [anon_sym_TILDE] = ACTIONS(5367), - [anon_sym_STAR] = ACTIONS(5367), - [anon_sym_AMP_AMP] = ACTIONS(5367), - [anon_sym_AMP] = ACTIONS(5365), - [anon_sym_SEMI] = ACTIONS(5367), - [anon_sym___extension__] = ACTIONS(5365), - [anon_sym_typedef] = ACTIONS(5365), - [anon_sym_virtual] = ACTIONS(5365), - [anon_sym_extern] = ACTIONS(5365), - [anon_sym___attribute__] = ACTIONS(5365), - [anon_sym___attribute] = ACTIONS(5365), - [anon_sym_COLON_COLON] = ACTIONS(5367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5367), - [anon_sym___declspec] = ACTIONS(5365), - [anon_sym___based] = ACTIONS(5365), - [anon_sym_signed] = ACTIONS(5365), - [anon_sym_unsigned] = ACTIONS(5365), - [anon_sym_long] = ACTIONS(5365), - [anon_sym_short] = ACTIONS(5365), - [anon_sym_LBRACK] = ACTIONS(5365), - [anon_sym_static] = ACTIONS(5365), - [anon_sym_register] = ACTIONS(5365), - [anon_sym_inline] = ACTIONS(5365), - [anon_sym___inline] = ACTIONS(5365), - [anon_sym___inline__] = ACTIONS(5365), - [anon_sym___forceinline] = ACTIONS(5365), - [anon_sym_thread_local] = ACTIONS(5365), - [anon_sym___thread] = ACTIONS(5365), - [anon_sym_const] = ACTIONS(5365), - [anon_sym_constexpr] = ACTIONS(5365), - [anon_sym_volatile] = ACTIONS(5365), - [anon_sym_restrict] = ACTIONS(5365), - [anon_sym___restrict__] = ACTIONS(5365), - [anon_sym__Atomic] = ACTIONS(5365), - [anon_sym__Noreturn] = ACTIONS(5365), - [anon_sym_noreturn] = ACTIONS(5365), - [anon_sym__Nonnull] = ACTIONS(5365), - [anon_sym_mutable] = ACTIONS(5365), - [anon_sym_constinit] = ACTIONS(5365), - [anon_sym_consteval] = ACTIONS(5365), - [anon_sym_PROGMEM] = ACTIONS(5365), - [anon_sym_alignas] = ACTIONS(5365), - [anon_sym__Alignas] = ACTIONS(5365), - [aux_sym_primitive_type_token1] = ACTIONS(5365), - [anon_sym_byte] = ACTIONS(5365), - [anon_sym_word] = ACTIONS(5365), - [anon_sym_enum] = ACTIONS(5365), - [anon_sym_class] = ACTIONS(5365), - [anon_sym_struct] = ACTIONS(5365), - [anon_sym_union] = ACTIONS(5365), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5365), - [anon_sym_decltype] = ACTIONS(5365), - [anon_sym_explicit] = ACTIONS(5365), - [anon_sym_typename] = ACTIONS(5365), - [anon_sym_template] = ACTIONS(5365), - [anon_sym_operator] = ACTIONS(5365), - [anon_sym_friend] = ACTIONS(5365), - [anon_sym_public] = ACTIONS(5365), - [anon_sym_private] = ACTIONS(5365), - [anon_sym_protected] = ACTIONS(5365), - [anon_sym_using] = ACTIONS(5365), - [anon_sym_static_assert] = ACTIONS(5365), + [1561] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_RPAREN] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4999), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4999), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4999), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym_SEMI] = ACTIONS(4996), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_RBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(4924), + [anon_sym_unsigned] = ACTIONS(4924), + [anon_sym_long] = ACTIONS(4924), + [anon_sym_short] = ACTIONS(4924), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_RBRACK] = ACTIONS(4996), + [anon_sym_EQ] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_COLON] = ACTIONS(4996), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_STAR_EQ] = ACTIONS(4996), + [anon_sym_SLASH_EQ] = ACTIONS(4996), + [anon_sym_PERCENT_EQ] = ACTIONS(4996), + [anon_sym_PLUS_EQ] = ACTIONS(4996), + [anon_sym_DASH_EQ] = ACTIONS(4996), + [anon_sym_LT_LT_EQ] = ACTIONS(4996), + [anon_sym_GT_GT_EQ] = ACTIONS(4996), + [anon_sym_AMP_EQ] = ACTIONS(4996), + [anon_sym_CARET_EQ] = ACTIONS(4996), + [anon_sym_PIPE_EQ] = ACTIONS(4996), + [anon_sym_and_eq] = ACTIONS(4999), + [anon_sym_or_eq] = ACTIONS(4999), + [anon_sym_xor_eq] = ACTIONS(4999), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), }, - [1722] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token2] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [aux_sym_preproc_else_token1] = ACTIONS(2815), - [aux_sym_preproc_elif_token1] = ACTIONS(2815), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_friend] = ACTIONS(2815), - [anon_sym_public] = ACTIONS(2815), - [anon_sym_private] = ACTIONS(2815), - [anon_sym_protected] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), + [1562] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [aux_sym_preproc_if_token2] = ACTIONS(4862), + [aux_sym_preproc_else_token1] = ACTIONS(4862), + [aux_sym_preproc_elif_token1] = ACTIONS(4860), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4862), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym_SEMI] = ACTIONS(4862), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_RBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4862), + [anon_sym_RBRACK] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [anon_sym_COLON] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4862), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_and_eq] = ACTIONS(4860), + [anon_sym_or_eq] = ACTIONS(4860), + [anon_sym_xor_eq] = ACTIONS(4860), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_final] = ACTIONS(4860), + [anon_sym_override] = ACTIONS(4860), }, - [1723] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token2] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [aux_sym_preproc_else_token1] = ACTIONS(3029), - [aux_sym_preproc_elif_token1] = ACTIONS(3029), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_friend] = ACTIONS(3029), - [anon_sym_public] = ACTIONS(3029), - [anon_sym_private] = ACTIONS(3029), - [anon_sym_protected] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), + [1563] = { + [sym_type_qualifier] = STATE(1583), + [sym_alignas_qualifier] = STATE(1624), + [sym_primitive_type] = STATE(2661), + [aux_sym__type_definition_type_repeat1] = STATE(1583), + [aux_sym_sized_type_specifier_repeat1] = STATE(2665), + [sym_identifier] = ACTIONS(5002), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4966), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4966), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4966), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4966), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4966), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym___extension__] = ACTIONS(5004), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(5006), + [anon_sym_unsigned] = ACTIONS(5006), + [anon_sym_long] = ACTIONS(5006), + [anon_sym_short] = ACTIONS(5006), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_const] = ACTIONS(5004), + [anon_sym_constexpr] = ACTIONS(5004), + [anon_sym_volatile] = ACTIONS(5004), + [anon_sym_restrict] = ACTIONS(5004), + [anon_sym___restrict__] = ACTIONS(5004), + [anon_sym__Atomic] = ACTIONS(5004), + [anon_sym__Noreturn] = ACTIONS(5004), + [anon_sym_noreturn] = ACTIONS(5004), + [anon_sym__Nonnull] = ACTIONS(5004), + [anon_sym_mutable] = ACTIONS(5004), + [anon_sym_constinit] = ACTIONS(5004), + [anon_sym_consteval] = ACTIONS(5004), + [anon_sym_PROGMEM] = ACTIONS(5004), + [anon_sym_alignas] = ACTIONS(5008), + [anon_sym__Alignas] = ACTIONS(5008), + [aux_sym_primitive_type_token1] = ACTIONS(5010), + [anon_sym_byte] = ACTIONS(5010), + [anon_sym_word] = ACTIONS(5010), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_LT_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_GT_EQ] = ACTIONS(4966), + [anon_sym_AMP_EQ] = ACTIONS(4964), + [anon_sym_CARET_EQ] = ACTIONS(4964), + [anon_sym_PIPE_EQ] = ACTIONS(4964), + [anon_sym_and_eq] = ACTIONS(4966), + [anon_sym_or_eq] = ACTIONS(4966), + [anon_sym_xor_eq] = ACTIONS(4966), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_GT2] = ACTIONS(4964), }, - [1724] = { - [sym_identifier] = ACTIONS(5369), - [aux_sym_preproc_def_token1] = ACTIONS(5369), - [aux_sym_preproc_if_token1] = ACTIONS(5369), - [aux_sym_preproc_if_token2] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5369), - [aux_sym_preproc_else_token1] = ACTIONS(5369), - [aux_sym_preproc_elif_token1] = ACTIONS(5369), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5369), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5369), - [sym_preproc_directive] = ACTIONS(5369), - [anon_sym_LPAREN2] = ACTIONS(5371), - [anon_sym_TILDE] = ACTIONS(5371), - [anon_sym_STAR] = ACTIONS(5371), - [anon_sym_AMP_AMP] = ACTIONS(5371), - [anon_sym_AMP] = ACTIONS(5369), - [anon_sym_SEMI] = ACTIONS(5371), - [anon_sym___extension__] = ACTIONS(5369), - [anon_sym_typedef] = ACTIONS(5369), - [anon_sym_virtual] = ACTIONS(5369), - [anon_sym_extern] = ACTIONS(5369), - [anon_sym___attribute__] = ACTIONS(5369), - [anon_sym___attribute] = ACTIONS(5369), - [anon_sym_COLON_COLON] = ACTIONS(5371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5371), - [anon_sym___declspec] = ACTIONS(5369), - [anon_sym___based] = ACTIONS(5369), - [anon_sym_signed] = ACTIONS(5369), - [anon_sym_unsigned] = ACTIONS(5369), - [anon_sym_long] = ACTIONS(5369), - [anon_sym_short] = ACTIONS(5369), - [anon_sym_LBRACK] = ACTIONS(5369), - [anon_sym_static] = ACTIONS(5369), - [anon_sym_register] = ACTIONS(5369), - [anon_sym_inline] = ACTIONS(5369), - [anon_sym___inline] = ACTIONS(5369), - [anon_sym___inline__] = ACTIONS(5369), - [anon_sym___forceinline] = ACTIONS(5369), - [anon_sym_thread_local] = ACTIONS(5369), - [anon_sym___thread] = ACTIONS(5369), - [anon_sym_const] = ACTIONS(5369), - [anon_sym_constexpr] = ACTIONS(5369), - [anon_sym_volatile] = ACTIONS(5369), - [anon_sym_restrict] = ACTIONS(5369), - [anon_sym___restrict__] = ACTIONS(5369), - [anon_sym__Atomic] = ACTIONS(5369), - [anon_sym__Noreturn] = ACTIONS(5369), - [anon_sym_noreturn] = ACTIONS(5369), - [anon_sym__Nonnull] = ACTIONS(5369), - [anon_sym_mutable] = ACTIONS(5369), - [anon_sym_constinit] = ACTIONS(5369), - [anon_sym_consteval] = ACTIONS(5369), - [anon_sym_PROGMEM] = ACTIONS(5369), - [anon_sym_alignas] = ACTIONS(5369), - [anon_sym__Alignas] = ACTIONS(5369), - [aux_sym_primitive_type_token1] = ACTIONS(5369), - [anon_sym_byte] = ACTIONS(5369), - [anon_sym_word] = ACTIONS(5369), - [anon_sym_enum] = ACTIONS(5369), - [anon_sym_class] = ACTIONS(5369), - [anon_sym_struct] = ACTIONS(5369), - [anon_sym_union] = ACTIONS(5369), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5369), - [anon_sym_decltype] = ACTIONS(5369), - [anon_sym_explicit] = ACTIONS(5369), - [anon_sym_typename] = ACTIONS(5369), - [anon_sym_template] = ACTIONS(5369), - [anon_sym_operator] = ACTIONS(5369), - [anon_sym_friend] = ACTIONS(5369), - [anon_sym_public] = ACTIONS(5369), - [anon_sym_private] = ACTIONS(5369), - [anon_sym_protected] = ACTIONS(5369), - [anon_sym_using] = ACTIONS(5369), - [anon_sym_static_assert] = ACTIONS(5369), + [1564] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [aux_sym_preproc_if_token2] = ACTIONS(4854), + [aux_sym_preproc_else_token1] = ACTIONS(4854), + [aux_sym_preproc_elif_token1] = ACTIONS(4852), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4854), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym_SEMI] = ACTIONS(4854), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_RBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4854), + [anon_sym_RBRACK] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [anon_sym_COLON] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4854), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_and_eq] = ACTIONS(4852), + [anon_sym_or_eq] = ACTIONS(4852), + [anon_sym_xor_eq] = ACTIONS(4852), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_final] = ACTIONS(4852), + [anon_sym_override] = ACTIONS(4852), }, - [1725] = { - [sym_identifier] = ACTIONS(5373), - [aux_sym_preproc_def_token1] = ACTIONS(5373), - [aux_sym_preproc_if_token1] = ACTIONS(5373), - [aux_sym_preproc_if_token2] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5373), - [aux_sym_preproc_else_token1] = ACTIONS(5373), - [aux_sym_preproc_elif_token1] = ACTIONS(5373), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5373), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5373), - [sym_preproc_directive] = ACTIONS(5373), - [anon_sym_LPAREN2] = ACTIONS(5375), - [anon_sym_TILDE] = ACTIONS(5375), - [anon_sym_STAR] = ACTIONS(5375), - [anon_sym_AMP_AMP] = ACTIONS(5375), - [anon_sym_AMP] = ACTIONS(5373), - [anon_sym_SEMI] = ACTIONS(5375), - [anon_sym___extension__] = ACTIONS(5373), - [anon_sym_typedef] = ACTIONS(5373), - [anon_sym_virtual] = ACTIONS(5373), - [anon_sym_extern] = ACTIONS(5373), - [anon_sym___attribute__] = ACTIONS(5373), - [anon_sym___attribute] = ACTIONS(5373), - [anon_sym_COLON_COLON] = ACTIONS(5375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5375), - [anon_sym___declspec] = ACTIONS(5373), - [anon_sym___based] = ACTIONS(5373), - [anon_sym_signed] = ACTIONS(5373), - [anon_sym_unsigned] = ACTIONS(5373), - [anon_sym_long] = ACTIONS(5373), - [anon_sym_short] = ACTIONS(5373), - [anon_sym_LBRACK] = ACTIONS(5373), - [anon_sym_static] = ACTIONS(5373), - [anon_sym_register] = ACTIONS(5373), - [anon_sym_inline] = ACTIONS(5373), - [anon_sym___inline] = ACTIONS(5373), - [anon_sym___inline__] = ACTIONS(5373), - [anon_sym___forceinline] = ACTIONS(5373), - [anon_sym_thread_local] = ACTIONS(5373), - [anon_sym___thread] = ACTIONS(5373), - [anon_sym_const] = ACTIONS(5373), - [anon_sym_constexpr] = ACTIONS(5373), - [anon_sym_volatile] = ACTIONS(5373), - [anon_sym_restrict] = ACTIONS(5373), - [anon_sym___restrict__] = ACTIONS(5373), - [anon_sym__Atomic] = ACTIONS(5373), - [anon_sym__Noreturn] = ACTIONS(5373), - [anon_sym_noreturn] = ACTIONS(5373), - [anon_sym__Nonnull] = ACTIONS(5373), - [anon_sym_mutable] = ACTIONS(5373), - [anon_sym_constinit] = ACTIONS(5373), - [anon_sym_consteval] = ACTIONS(5373), - [anon_sym_PROGMEM] = ACTIONS(5373), - [anon_sym_alignas] = ACTIONS(5373), - [anon_sym__Alignas] = ACTIONS(5373), - [aux_sym_primitive_type_token1] = ACTIONS(5373), - [anon_sym_byte] = ACTIONS(5373), - [anon_sym_word] = ACTIONS(5373), - [anon_sym_enum] = ACTIONS(5373), - [anon_sym_class] = ACTIONS(5373), - [anon_sym_struct] = ACTIONS(5373), - [anon_sym_union] = ACTIONS(5373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5373), - [anon_sym_decltype] = ACTIONS(5373), - [anon_sym_explicit] = ACTIONS(5373), - [anon_sym_typename] = ACTIONS(5373), - [anon_sym_template] = ACTIONS(5373), - [anon_sym_operator] = ACTIONS(5373), - [anon_sym_friend] = ACTIONS(5373), - [anon_sym_public] = ACTIONS(5373), - [anon_sym_private] = ACTIONS(5373), - [anon_sym_protected] = ACTIONS(5373), - [anon_sym_using] = ACTIONS(5373), - [anon_sym_static_assert] = ACTIONS(5373), + [1565] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [aux_sym_preproc_if_token2] = ACTIONS(4850), + [aux_sym_preproc_else_token1] = ACTIONS(4850), + [aux_sym_preproc_elif_token1] = ACTIONS(4848), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4850), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_RBRACK] = ACTIONS(4850), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [anon_sym_COLON] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4850), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_and_eq] = ACTIONS(4848), + [anon_sym_or_eq] = ACTIONS(4848), + [anon_sym_xor_eq] = ACTIONS(4848), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), }, - [1726] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4819), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE] = ACTIONS(4817), - [anon_sym_CARET] = ACTIONS(4819), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym_EQ_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4819), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4817), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_LT_LT] = ACTIONS(4819), - [anon_sym_GT_GT] = ACTIONS(4819), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym___based] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_signed] = ACTIONS(4817), - [anon_sym_unsigned] = ACTIONS(4817), - [anon_sym_long] = ACTIONS(4817), - [anon_sym_short] = ACTIONS(4817), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_RBRACK] = ACTIONS(4819), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [aux_sym_primitive_type_token1] = ACTIONS(4817), - [anon_sym_byte] = ACTIONS(4817), - [anon_sym_word] = ACTIONS(4817), - [anon_sym_COLON] = ACTIONS(4817), - [anon_sym_QMARK] = ACTIONS(4819), - [anon_sym_LT_EQ_GT] = ACTIONS(4819), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [anon_sym_bitor] = ACTIONS(4817), - [anon_sym_xor] = ACTIONS(4817), - [anon_sym_bitand] = ACTIONS(4817), - [anon_sym_not_eq] = ACTIONS(4817), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_DOT_STAR] = ACTIONS(4819), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), - [anon_sym_requires] = ACTIONS(4817), + [1566] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [aux_sym_preproc_if_token2] = ACTIONS(4858), + [aux_sym_preproc_else_token1] = ACTIONS(4858), + [aux_sym_preproc_elif_token1] = ACTIONS(4856), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4858), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym_SEMI] = ACTIONS(4858), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_RBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4858), + [anon_sym_RBRACK] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [anon_sym_COLON] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4858), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_and_eq] = ACTIONS(4856), + [anon_sym_or_eq] = ACTIONS(4856), + [anon_sym_xor_eq] = ACTIONS(4856), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_final] = ACTIONS(4856), + [anon_sym_override] = ACTIONS(4856), }, - [1727] = { - [sym_identifier] = ACTIONS(5377), - [aux_sym_preproc_def_token1] = ACTIONS(5377), - [aux_sym_preproc_if_token1] = ACTIONS(5377), - [aux_sym_preproc_if_token2] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5377), - [aux_sym_preproc_else_token1] = ACTIONS(5377), - [aux_sym_preproc_elif_token1] = ACTIONS(5377), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5377), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5377), - [sym_preproc_directive] = ACTIONS(5377), - [anon_sym_LPAREN2] = ACTIONS(5379), - [anon_sym_TILDE] = ACTIONS(5379), - [anon_sym_STAR] = ACTIONS(5379), - [anon_sym_AMP_AMP] = ACTIONS(5379), - [anon_sym_AMP] = ACTIONS(5377), - [anon_sym_SEMI] = ACTIONS(5379), - [anon_sym___extension__] = ACTIONS(5377), - [anon_sym_typedef] = ACTIONS(5377), - [anon_sym_virtual] = ACTIONS(5377), - [anon_sym_extern] = ACTIONS(5377), - [anon_sym___attribute__] = ACTIONS(5377), - [anon_sym___attribute] = ACTIONS(5377), - [anon_sym_COLON_COLON] = ACTIONS(5379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5379), - [anon_sym___declspec] = ACTIONS(5377), - [anon_sym___based] = ACTIONS(5377), - [anon_sym_signed] = ACTIONS(5377), - [anon_sym_unsigned] = ACTIONS(5377), - [anon_sym_long] = ACTIONS(5377), - [anon_sym_short] = ACTIONS(5377), - [anon_sym_LBRACK] = ACTIONS(5377), - [anon_sym_static] = ACTIONS(5377), - [anon_sym_register] = ACTIONS(5377), - [anon_sym_inline] = ACTIONS(5377), - [anon_sym___inline] = ACTIONS(5377), - [anon_sym___inline__] = ACTIONS(5377), - [anon_sym___forceinline] = ACTIONS(5377), - [anon_sym_thread_local] = ACTIONS(5377), - [anon_sym___thread] = ACTIONS(5377), - [anon_sym_const] = ACTIONS(5377), - [anon_sym_constexpr] = ACTIONS(5377), - [anon_sym_volatile] = ACTIONS(5377), - [anon_sym_restrict] = ACTIONS(5377), - [anon_sym___restrict__] = ACTIONS(5377), - [anon_sym__Atomic] = ACTIONS(5377), - [anon_sym__Noreturn] = ACTIONS(5377), - [anon_sym_noreturn] = ACTIONS(5377), - [anon_sym__Nonnull] = ACTIONS(5377), - [anon_sym_mutable] = ACTIONS(5377), - [anon_sym_constinit] = ACTIONS(5377), - [anon_sym_consteval] = ACTIONS(5377), - [anon_sym_PROGMEM] = ACTIONS(5377), - [anon_sym_alignas] = ACTIONS(5377), - [anon_sym__Alignas] = ACTIONS(5377), - [aux_sym_primitive_type_token1] = ACTIONS(5377), - [anon_sym_byte] = ACTIONS(5377), - [anon_sym_word] = ACTIONS(5377), - [anon_sym_enum] = ACTIONS(5377), - [anon_sym_class] = ACTIONS(5377), - [anon_sym_struct] = ACTIONS(5377), - [anon_sym_union] = ACTIONS(5377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5377), - [anon_sym_decltype] = ACTIONS(5377), - [anon_sym_explicit] = ACTIONS(5377), - [anon_sym_typename] = ACTIONS(5377), - [anon_sym_template] = ACTIONS(5377), - [anon_sym_operator] = ACTIONS(5377), - [anon_sym_friend] = ACTIONS(5377), - [anon_sym_public] = ACTIONS(5377), - [anon_sym_private] = ACTIONS(5377), - [anon_sym_protected] = ACTIONS(5377), - [anon_sym_using] = ACTIONS(5377), - [anon_sym_static_assert] = ACTIONS(5377), + [1567] = { + [sym_type_qualifier] = STATE(1563), + [sym_alignas_qualifier] = STATE(1624), + [sym_primitive_type] = STATE(2649), + [aux_sym__type_definition_type_repeat1] = STATE(1563), + [aux_sym_sized_type_specifier_repeat1] = STATE(1616), + [sym_identifier] = ACTIONS(5012), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4934), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4934), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4934), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4934), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4934), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym___extension__] = ACTIONS(5004), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5014), + [anon_sym_unsigned] = ACTIONS(5014), + [anon_sym_long] = ACTIONS(5014), + [anon_sym_short] = ACTIONS(5014), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_EQ] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(5004), + [anon_sym_constexpr] = ACTIONS(5004), + [anon_sym_volatile] = ACTIONS(5004), + [anon_sym_restrict] = ACTIONS(5004), + [anon_sym___restrict__] = ACTIONS(5004), + [anon_sym__Atomic] = ACTIONS(5004), + [anon_sym__Noreturn] = ACTIONS(5004), + [anon_sym_noreturn] = ACTIONS(5004), + [anon_sym__Nonnull] = ACTIONS(5004), + [anon_sym_mutable] = ACTIONS(5004), + [anon_sym_constinit] = ACTIONS(5004), + [anon_sym_consteval] = ACTIONS(5004), + [anon_sym_PROGMEM] = ACTIONS(5004), + [anon_sym_alignas] = ACTIONS(5008), + [anon_sym__Alignas] = ACTIONS(5008), + [aux_sym_primitive_type_token1] = ACTIONS(5010), + [anon_sym_byte] = ACTIONS(5010), + [anon_sym_word] = ACTIONS(5010), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_LT_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_GT_EQ] = ACTIONS(4934), + [anon_sym_AMP_EQ] = ACTIONS(4932), + [anon_sym_CARET_EQ] = ACTIONS(4932), + [anon_sym_PIPE_EQ] = ACTIONS(4932), + [anon_sym_and_eq] = ACTIONS(4934), + [anon_sym_or_eq] = ACTIONS(4934), + [anon_sym_xor_eq] = ACTIONS(4934), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), + [anon_sym_GT2] = ACTIONS(4932), }, - [1728] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [aux_sym_preproc_else_token1] = ACTIONS(2929), - [aux_sym_preproc_elif_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1568] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [aux_sym_preproc_if_token2] = ACTIONS(4870), + [aux_sym_preproc_else_token1] = ACTIONS(4870), + [aux_sym_preproc_elif_token1] = ACTIONS(4868), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4870), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym_SEMI] = ACTIONS(4870), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_RBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4870), + [anon_sym_RBRACK] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [anon_sym_COLON] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4870), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_and_eq] = ACTIONS(4868), + [anon_sym_or_eq] = ACTIONS(4868), + [anon_sym_xor_eq] = ACTIONS(4868), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4868), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4870), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_final] = ACTIONS(4868), + [anon_sym_override] = ACTIONS(4868), }, - [1729] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [aux_sym_preproc_else_token1] = ACTIONS(2929), - [aux_sym_preproc_elif_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1569] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [sym_identifier] = ACTIONS(4999), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [aux_sym_preproc_if_token2] = ACTIONS(4996), + [aux_sym_preproc_else_token1] = ACTIONS(4996), + [aux_sym_preproc_elif_token1] = ACTIONS(4999), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4999), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4999), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4999), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(4924), + [anon_sym_unsigned] = ACTIONS(4924), + [anon_sym_long] = ACTIONS(4924), + [anon_sym_short] = ACTIONS(4924), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_EQ] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_STAR_EQ] = ACTIONS(4996), + [anon_sym_SLASH_EQ] = ACTIONS(4996), + [anon_sym_PERCENT_EQ] = ACTIONS(4996), + [anon_sym_PLUS_EQ] = ACTIONS(4996), + [anon_sym_DASH_EQ] = ACTIONS(4996), + [anon_sym_LT_LT_EQ] = ACTIONS(4996), + [anon_sym_GT_GT_EQ] = ACTIONS(4996), + [anon_sym_AMP_EQ] = ACTIONS(4996), + [anon_sym_CARET_EQ] = ACTIONS(4996), + [anon_sym_PIPE_EQ] = ACTIONS(4996), + [anon_sym_and_eq] = ACTIONS(4999), + [anon_sym_or_eq] = ACTIONS(4999), + [anon_sym_xor_eq] = ACTIONS(4999), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), }, - [1730] = { - [sym_string_literal] = STATE(1730), - [sym_raw_string_literal] = STATE(1730), - [aux_sym_concatenated_string_repeat1] = STATE(1730), - [sym_identifier] = ACTIONS(5381), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5384), - [anon_sym_COMMA] = ACTIONS(5384), - [anon_sym_RPAREN] = ACTIONS(5384), - [aux_sym_preproc_if_token2] = ACTIONS(5384), - [aux_sym_preproc_else_token1] = ACTIONS(5384), - [aux_sym_preproc_elif_token1] = ACTIONS(5386), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5384), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5384), - [anon_sym_LPAREN2] = ACTIONS(5384), - [anon_sym_DASH] = ACTIONS(5386), - [anon_sym_PLUS] = ACTIONS(5386), - [anon_sym_STAR] = ACTIONS(5386), - [anon_sym_SLASH] = ACTIONS(5386), - [anon_sym_PERCENT] = ACTIONS(5386), - [anon_sym_PIPE_PIPE] = ACTIONS(5384), - [anon_sym_AMP_AMP] = ACTIONS(5384), - [anon_sym_PIPE] = ACTIONS(5386), - [anon_sym_CARET] = ACTIONS(5386), - [anon_sym_AMP] = ACTIONS(5386), - [anon_sym_EQ_EQ] = ACTIONS(5384), - [anon_sym_BANG_EQ] = ACTIONS(5384), - [anon_sym_GT] = ACTIONS(5386), - [anon_sym_GT_EQ] = ACTIONS(5384), - [anon_sym_LT_EQ] = ACTIONS(5386), - [anon_sym_LT] = ACTIONS(5386), - [anon_sym_LT_LT] = ACTIONS(5386), - [anon_sym_GT_GT] = ACTIONS(5386), - [anon_sym_SEMI] = ACTIONS(5384), - [anon_sym_RBRACE] = ACTIONS(5384), - [anon_sym_LBRACK] = ACTIONS(5384), - [anon_sym_RBRACK] = ACTIONS(5384), - [anon_sym_EQ] = ACTIONS(5386), - [anon_sym_COLON] = ACTIONS(5384), - [anon_sym_QMARK] = ACTIONS(5384), - [anon_sym_STAR_EQ] = ACTIONS(5384), - [anon_sym_SLASH_EQ] = ACTIONS(5384), - [anon_sym_PERCENT_EQ] = ACTIONS(5384), - [anon_sym_PLUS_EQ] = ACTIONS(5384), - [anon_sym_DASH_EQ] = ACTIONS(5384), - [anon_sym_LT_LT_EQ] = ACTIONS(5384), - [anon_sym_GT_GT_EQ] = ACTIONS(5384), - [anon_sym_AMP_EQ] = ACTIONS(5384), - [anon_sym_CARET_EQ] = ACTIONS(5384), - [anon_sym_PIPE_EQ] = ACTIONS(5384), - [anon_sym_and_eq] = ACTIONS(5386), - [anon_sym_or_eq] = ACTIONS(5386), - [anon_sym_xor_eq] = ACTIONS(5386), - [anon_sym_LT_EQ_GT] = ACTIONS(5384), - [anon_sym_or] = ACTIONS(5386), - [anon_sym_and] = ACTIONS(5386), - [anon_sym_bitor] = ACTIONS(5386), - [anon_sym_xor] = ACTIONS(5386), - [anon_sym_bitand] = ACTIONS(5386), - [anon_sym_not_eq] = ACTIONS(5386), - [anon_sym_DASH_DASH] = ACTIONS(5384), - [anon_sym_PLUS_PLUS] = ACTIONS(5384), - [anon_sym_DOT] = ACTIONS(5386), - [anon_sym_DOT_STAR] = ACTIONS(5384), - [anon_sym_DASH_GT] = ACTIONS(5384), - [anon_sym_L_DQUOTE] = ACTIONS(5388), - [anon_sym_u_DQUOTE] = ACTIONS(5388), - [anon_sym_U_DQUOTE] = ACTIONS(5388), - [anon_sym_u8_DQUOTE] = ACTIONS(5388), - [anon_sym_DQUOTE] = ACTIONS(5388), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5391), - [anon_sym_LR_DQUOTE] = ACTIONS(5391), - [anon_sym_uR_DQUOTE] = ACTIONS(5391), - [anon_sym_UR_DQUOTE] = ACTIONS(5391), - [anon_sym_u8R_DQUOTE] = ACTIONS(5391), - [sym_literal_suffix] = ACTIONS(5386), + [1570] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [aux_sym_preproc_if_token2] = ACTIONS(4874), + [aux_sym_preproc_else_token1] = ACTIONS(4874), + [aux_sym_preproc_elif_token1] = ACTIONS(4872), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4874), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym_SEMI] = ACTIONS(4874), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_RBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4874), + [anon_sym_RBRACK] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [anon_sym_COLON] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4874), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_and_eq] = ACTIONS(4872), + [anon_sym_or_eq] = ACTIONS(4872), + [anon_sym_xor_eq] = ACTIONS(4872), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4874), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_final] = ACTIONS(4872), + [anon_sym_override] = ACTIONS(4872), }, - [1731] = { - [sym_identifier] = ACTIONS(2917), - [aux_sym_preproc_def_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token2] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), - [aux_sym_preproc_else_token1] = ACTIONS(2917), - [aux_sym_preproc_elif_token1] = ACTIONS(2917), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2917), - [sym_preproc_directive] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym___based] = ACTIONS(2917), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), + [1571] = { + [sym_function_definition] = STATE(588), + [sym_declaration] = STATE(588), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4744), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1848), + [sym_declaration_list] = STATE(588), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(5020), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_explicit] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_operator] = ACTIONS(2917), - [anon_sym_friend] = ACTIONS(2917), - [anon_sym_public] = ACTIONS(2917), - [anon_sym_private] = ACTIONS(2917), - [anon_sym_protected] = ACTIONS(2917), - [anon_sym_using] = ACTIONS(2917), - [anon_sym_static_assert] = ACTIONS(2917), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1732] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token2] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [aux_sym_preproc_else_token1] = ACTIONS(3018), - [aux_sym_preproc_elif_token1] = ACTIONS(3018), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_friend] = ACTIONS(3018), - [anon_sym_public] = ACTIONS(3018), - [anon_sym_private] = ACTIONS(3018), - [anon_sym_protected] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), + [1572] = { + [sym_function_definition] = STATE(716), + [sym_declaration] = STATE(716), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4637), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1833), + [sym_declaration_list] = STATE(716), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(5022), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1733] = { - [sym_identifier] = ACTIONS(2921), - [aux_sym_preproc_def_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token2] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), - [aux_sym_preproc_else_token1] = ACTIONS(2921), - [aux_sym_preproc_elif_token1] = ACTIONS(2921), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2921), - [sym_preproc_directive] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym___extension__] = ACTIONS(2921), - [anon_sym_typedef] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___attribute] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym___inline] = ACTIONS(2921), - [anon_sym___inline__] = ACTIONS(2921), - [anon_sym___forceinline] = ACTIONS(2921), - [anon_sym_thread_local] = ACTIONS(2921), - [anon_sym___thread] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym___restrict__] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym__Noreturn] = ACTIONS(2921), - [anon_sym_noreturn] = ACTIONS(2921), - [anon_sym__Nonnull] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constinit] = ACTIONS(2921), - [anon_sym_consteval] = ACTIONS(2921), - [anon_sym_PROGMEM] = ACTIONS(2921), - [anon_sym_alignas] = ACTIONS(2921), - [anon_sym__Alignas] = ACTIONS(2921), - [aux_sym_primitive_type_token1] = ACTIONS(2921), - [anon_sym_byte] = ACTIONS(2921), - [anon_sym_word] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), + [1573] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4880), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4878), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4878), + [anon_sym_GT_GT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4880), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym___cdecl] = ACTIONS(4876), + [anon_sym___clrcall] = ACTIONS(4876), + [anon_sym___stdcall] = ACTIONS(4876), + [anon_sym___fastcall] = ACTIONS(4876), + [anon_sym___thiscall] = ACTIONS(4876), + [anon_sym___vectorcall] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4878), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_RBRACK] = ACTIONS(4878), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4885), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2921), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_friend] = ACTIONS(2921), - [anon_sym_public] = ACTIONS(2921), - [anon_sym_private] = ACTIONS(2921), - [anon_sym_protected] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_static_assert] = ACTIONS(2921), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), }, - [1734] = { - [sym_identifier] = ACTIONS(3211), - [aux_sym_preproc_def_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token2] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), - [aux_sym_preproc_else_token1] = ACTIONS(3211), - [aux_sym_preproc_elif_token1] = ACTIONS(3211), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3211), - [sym_preproc_directive] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_SEMI] = ACTIONS(3213), - [anon_sym___extension__] = ACTIONS(3211), - [anon_sym_typedef] = ACTIONS(3211), - [anon_sym_virtual] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3211), - [anon_sym___attribute__] = ACTIONS(3211), - [anon_sym___attribute] = ACTIONS(3211), - [anon_sym_COLON_COLON] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), - [anon_sym___declspec] = ACTIONS(3211), - [anon_sym___based] = ACTIONS(3211), - [anon_sym_signed] = ACTIONS(3211), - [anon_sym_unsigned] = ACTIONS(3211), - [anon_sym_long] = ACTIONS(3211), - [anon_sym_short] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3211), - [anon_sym_register] = ACTIONS(3211), - [anon_sym_inline] = ACTIONS(3211), - [anon_sym___inline] = ACTIONS(3211), - [anon_sym___inline__] = ACTIONS(3211), - [anon_sym___forceinline] = ACTIONS(3211), - [anon_sym_thread_local] = ACTIONS(3211), - [anon_sym___thread] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_constexpr] = ACTIONS(3211), - [anon_sym_volatile] = ACTIONS(3211), - [anon_sym_restrict] = ACTIONS(3211), - [anon_sym___restrict__] = ACTIONS(3211), - [anon_sym__Atomic] = ACTIONS(3211), - [anon_sym__Noreturn] = ACTIONS(3211), - [anon_sym_noreturn] = ACTIONS(3211), - [anon_sym__Nonnull] = ACTIONS(3211), - [anon_sym_mutable] = ACTIONS(3211), - [anon_sym_constinit] = ACTIONS(3211), - [anon_sym_consteval] = ACTIONS(3211), - [anon_sym_PROGMEM] = ACTIONS(3211), - [anon_sym_alignas] = ACTIONS(3211), - [anon_sym__Alignas] = ACTIONS(3211), - [aux_sym_primitive_type_token1] = ACTIONS(3211), - [anon_sym_byte] = ACTIONS(3211), - [anon_sym_word] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_class] = ACTIONS(3211), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), + [1574] = { + [sym_function_definition] = STATE(316), + [sym_declaration] = STATE(316), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4749), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1849), + [sym_declaration_list] = STATE(316), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3211), - [anon_sym_decltype] = ACTIONS(3211), - [anon_sym_explicit] = ACTIONS(3211), - [anon_sym_typename] = ACTIONS(3211), - [anon_sym_template] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3211), - [anon_sym_friend] = ACTIONS(3211), - [anon_sym_public] = ACTIONS(3211), - [anon_sym_private] = ACTIONS(3211), - [anon_sym_protected] = ACTIONS(3211), - [anon_sym_using] = ACTIONS(3211), - [anon_sym_static_assert] = ACTIONS(3211), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1735] = { - [sym_identifier] = ACTIONS(5394), - [aux_sym_preproc_def_token1] = ACTIONS(5394), - [aux_sym_preproc_if_token1] = ACTIONS(5394), - [aux_sym_preproc_if_token2] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5394), - [aux_sym_preproc_else_token1] = ACTIONS(5394), - [aux_sym_preproc_elif_token1] = ACTIONS(5394), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5394), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5394), - [sym_preproc_directive] = ACTIONS(5394), - [anon_sym_LPAREN2] = ACTIONS(5396), - [anon_sym_TILDE] = ACTIONS(5396), - [anon_sym_STAR] = ACTIONS(5396), - [anon_sym_AMP_AMP] = ACTIONS(5396), - [anon_sym_AMP] = ACTIONS(5394), - [anon_sym_SEMI] = ACTIONS(5396), - [anon_sym___extension__] = ACTIONS(5394), - [anon_sym_typedef] = ACTIONS(5394), - [anon_sym_virtual] = ACTIONS(5394), - [anon_sym_extern] = ACTIONS(5394), - [anon_sym___attribute__] = ACTIONS(5394), - [anon_sym___attribute] = ACTIONS(5394), - [anon_sym_COLON_COLON] = ACTIONS(5396), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5396), - [anon_sym___declspec] = ACTIONS(5394), - [anon_sym___based] = ACTIONS(5394), - [anon_sym_signed] = ACTIONS(5394), - [anon_sym_unsigned] = ACTIONS(5394), - [anon_sym_long] = ACTIONS(5394), - [anon_sym_short] = ACTIONS(5394), - [anon_sym_LBRACK] = ACTIONS(5394), - [anon_sym_static] = ACTIONS(5394), - [anon_sym_register] = ACTIONS(5394), - [anon_sym_inline] = ACTIONS(5394), - [anon_sym___inline] = ACTIONS(5394), - [anon_sym___inline__] = ACTIONS(5394), - [anon_sym___forceinline] = ACTIONS(5394), - [anon_sym_thread_local] = ACTIONS(5394), - [anon_sym___thread] = ACTIONS(5394), - [anon_sym_const] = ACTIONS(5394), - [anon_sym_constexpr] = ACTIONS(5394), - [anon_sym_volatile] = ACTIONS(5394), - [anon_sym_restrict] = ACTIONS(5394), - [anon_sym___restrict__] = ACTIONS(5394), - [anon_sym__Atomic] = ACTIONS(5394), - [anon_sym__Noreturn] = ACTIONS(5394), - [anon_sym_noreturn] = ACTIONS(5394), - [anon_sym__Nonnull] = ACTIONS(5394), - [anon_sym_mutable] = ACTIONS(5394), - [anon_sym_constinit] = ACTIONS(5394), - [anon_sym_consteval] = ACTIONS(5394), - [anon_sym_PROGMEM] = ACTIONS(5394), - [anon_sym_alignas] = ACTIONS(5394), - [anon_sym__Alignas] = ACTIONS(5394), - [aux_sym_primitive_type_token1] = ACTIONS(5394), - [anon_sym_byte] = ACTIONS(5394), - [anon_sym_word] = ACTIONS(5394), - [anon_sym_enum] = ACTIONS(5394), - [anon_sym_class] = ACTIONS(5394), - [anon_sym_struct] = ACTIONS(5394), - [anon_sym_union] = ACTIONS(5394), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5394), - [anon_sym_decltype] = ACTIONS(5394), - [anon_sym_explicit] = ACTIONS(5394), - [anon_sym_typename] = ACTIONS(5394), - [anon_sym_template] = ACTIONS(5394), - [anon_sym_operator] = ACTIONS(5394), - [anon_sym_friend] = ACTIONS(5394), - [anon_sym_public] = ACTIONS(5394), - [anon_sym_private] = ACTIONS(5394), - [anon_sym_protected] = ACTIONS(5394), - [anon_sym_using] = ACTIONS(5394), - [anon_sym_static_assert] = ACTIONS(5394), + [1575] = { + [sym_type_qualifier] = STATE(1575), + [sym_alignas_qualifier] = STATE(1617), + [aux_sym__type_definition_type_repeat1] = STATE(1575), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_RPAREN] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4899), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4899), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4901), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4899), + [anon_sym_GT_GT] = ACTIONS(4899), + [anon_sym___extension__] = ACTIONS(5026), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_EQ] = ACTIONS(4899), + [anon_sym_const] = ACTIONS(5026), + [anon_sym_constexpr] = ACTIONS(5026), + [anon_sym_volatile] = ACTIONS(5026), + [anon_sym_restrict] = ACTIONS(5026), + [anon_sym___restrict__] = ACTIONS(5026), + [anon_sym__Atomic] = ACTIONS(5026), + [anon_sym__Noreturn] = ACTIONS(5026), + [anon_sym_noreturn] = ACTIONS(5026), + [anon_sym__Nonnull] = ACTIONS(5026), + [anon_sym_mutable] = ACTIONS(5026), + [anon_sym_constinit] = ACTIONS(5026), + [anon_sym_consteval] = ACTIONS(5026), + [anon_sym_PROGMEM] = ACTIONS(5026), + [anon_sym_alignas] = ACTIONS(5029), + [anon_sym__Alignas] = ACTIONS(5029), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_STAR_EQ] = ACTIONS(4901), + [anon_sym_SLASH_EQ] = ACTIONS(4901), + [anon_sym_PERCENT_EQ] = ACTIONS(4901), + [anon_sym_PLUS_EQ] = ACTIONS(4901), + [anon_sym_DASH_EQ] = ACTIONS(4901), + [anon_sym_LT_LT_EQ] = ACTIONS(4901), + [anon_sym_GT_GT_EQ] = ACTIONS(4901), + [anon_sym_AMP_EQ] = ACTIONS(4901), + [anon_sym_CARET_EQ] = ACTIONS(4901), + [anon_sym_PIPE_EQ] = ACTIONS(4901), + [anon_sym_and_eq] = ACTIONS(4899), + [anon_sym_or_eq] = ACTIONS(4899), + [anon_sym_xor_eq] = ACTIONS(4899), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4899), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_DASH_GT_STAR] = ACTIONS(4901), }, - [1736] = { - [sym_identifier] = ACTIONS(3052), - [aux_sym_preproc_def_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token2] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), - [aux_sym_preproc_else_token1] = ACTIONS(3052), - [aux_sym_preproc_elif_token1] = ACTIONS(3052), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3052), - [sym_preproc_directive] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym___extension__] = ACTIONS(3052), - [anon_sym_typedef] = ACTIONS(3052), - [anon_sym_virtual] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym___attribute__] = ACTIONS(3052), - [anon_sym___attribute] = ACTIONS(3052), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3052), - [anon_sym___based] = ACTIONS(3052), - [anon_sym_signed] = ACTIONS(3052), - [anon_sym_unsigned] = ACTIONS(3052), - [anon_sym_long] = ACTIONS(3052), - [anon_sym_short] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_register] = ACTIONS(3052), - [anon_sym_inline] = ACTIONS(3052), - [anon_sym___inline] = ACTIONS(3052), - [anon_sym___inline__] = ACTIONS(3052), - [anon_sym___forceinline] = ACTIONS(3052), - [anon_sym_thread_local] = ACTIONS(3052), - [anon_sym___thread] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_constexpr] = ACTIONS(3052), - [anon_sym_volatile] = ACTIONS(3052), - [anon_sym_restrict] = ACTIONS(3052), - [anon_sym___restrict__] = ACTIONS(3052), - [anon_sym__Atomic] = ACTIONS(3052), - [anon_sym__Noreturn] = ACTIONS(3052), - [anon_sym_noreturn] = ACTIONS(3052), - [anon_sym__Nonnull] = ACTIONS(3052), - [anon_sym_mutable] = ACTIONS(3052), - [anon_sym_constinit] = ACTIONS(3052), - [anon_sym_consteval] = ACTIONS(3052), - [anon_sym_PROGMEM] = ACTIONS(3052), - [anon_sym_alignas] = ACTIONS(3052), - [anon_sym__Alignas] = ACTIONS(3052), - [aux_sym_primitive_type_token1] = ACTIONS(3052), - [anon_sym_byte] = ACTIONS(3052), - [anon_sym_word] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_class] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), + [1576] = { + [sym_function_definition] = STATE(562), + [sym_declaration] = STATE(562), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4750), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1850), + [sym_declaration_list] = STATE(562), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(5032), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3052), - [anon_sym_decltype] = ACTIONS(3052), - [anon_sym_explicit] = ACTIONS(3052), - [anon_sym_typename] = ACTIONS(3052), - [anon_sym_template] = ACTIONS(3052), - [anon_sym_operator] = ACTIONS(3052), - [anon_sym_friend] = ACTIONS(3052), - [anon_sym_public] = ACTIONS(3052), - [anon_sym_private] = ACTIONS(3052), - [anon_sym_protected] = ACTIONS(3052), - [anon_sym_using] = ACTIONS(3052), - [anon_sym_static_assert] = ACTIONS(3052), - }, - [1737] = { - [sym_identifier] = ACTIONS(5398), - [aux_sym_preproc_def_token1] = ACTIONS(5398), - [aux_sym_preproc_if_token1] = ACTIONS(5398), - [aux_sym_preproc_if_token2] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5398), - [aux_sym_preproc_else_token1] = ACTIONS(5398), - [aux_sym_preproc_elif_token1] = ACTIONS(5398), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5398), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5398), - [sym_preproc_directive] = ACTIONS(5398), - [anon_sym_LPAREN2] = ACTIONS(5400), - [anon_sym_TILDE] = ACTIONS(5400), - [anon_sym_STAR] = ACTIONS(5400), - [anon_sym_AMP_AMP] = ACTIONS(5400), - [anon_sym_AMP] = ACTIONS(5398), - [anon_sym_SEMI] = ACTIONS(5400), - [anon_sym___extension__] = ACTIONS(5398), - [anon_sym_typedef] = ACTIONS(5398), - [anon_sym_virtual] = ACTIONS(5398), - [anon_sym_extern] = ACTIONS(5398), - [anon_sym___attribute__] = ACTIONS(5398), - [anon_sym___attribute] = ACTIONS(5398), - [anon_sym_COLON_COLON] = ACTIONS(5400), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5400), - [anon_sym___declspec] = ACTIONS(5398), - [anon_sym___based] = ACTIONS(5398), - [anon_sym_signed] = ACTIONS(5398), - [anon_sym_unsigned] = ACTIONS(5398), - [anon_sym_long] = ACTIONS(5398), - [anon_sym_short] = ACTIONS(5398), - [anon_sym_LBRACK] = ACTIONS(5398), - [anon_sym_static] = ACTIONS(5398), - [anon_sym_register] = ACTIONS(5398), - [anon_sym_inline] = ACTIONS(5398), - [anon_sym___inline] = ACTIONS(5398), - [anon_sym___inline__] = ACTIONS(5398), - [anon_sym___forceinline] = ACTIONS(5398), - [anon_sym_thread_local] = ACTIONS(5398), - [anon_sym___thread] = ACTIONS(5398), - [anon_sym_const] = ACTIONS(5398), - [anon_sym_constexpr] = ACTIONS(5398), - [anon_sym_volatile] = ACTIONS(5398), - [anon_sym_restrict] = ACTIONS(5398), - [anon_sym___restrict__] = ACTIONS(5398), - [anon_sym__Atomic] = ACTIONS(5398), - [anon_sym__Noreturn] = ACTIONS(5398), - [anon_sym_noreturn] = ACTIONS(5398), - [anon_sym__Nonnull] = ACTIONS(5398), - [anon_sym_mutable] = ACTIONS(5398), - [anon_sym_constinit] = ACTIONS(5398), - [anon_sym_consteval] = ACTIONS(5398), - [anon_sym_PROGMEM] = ACTIONS(5398), - [anon_sym_alignas] = ACTIONS(5398), - [anon_sym__Alignas] = ACTIONS(5398), - [aux_sym_primitive_type_token1] = ACTIONS(5398), - [anon_sym_byte] = ACTIONS(5398), - [anon_sym_word] = ACTIONS(5398), - [anon_sym_enum] = ACTIONS(5398), - [anon_sym_class] = ACTIONS(5398), - [anon_sym_struct] = ACTIONS(5398), - [anon_sym_union] = ACTIONS(5398), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5398), - [anon_sym_decltype] = ACTIONS(5398), - [anon_sym_explicit] = ACTIONS(5398), - [anon_sym_typename] = ACTIONS(5398), - [anon_sym_template] = ACTIONS(5398), - [anon_sym_operator] = ACTIONS(5398), - [anon_sym_friend] = ACTIONS(5398), - [anon_sym_public] = ACTIONS(5398), - [anon_sym_private] = ACTIONS(5398), - [anon_sym_protected] = ACTIONS(5398), - [anon_sym_using] = ACTIONS(5398), - [anon_sym_static_assert] = ACTIONS(5398), - }, - [1738] = { - [sym_identifier] = ACTIONS(5402), - [aux_sym_preproc_def_token1] = ACTIONS(5402), - [aux_sym_preproc_if_token1] = ACTIONS(5402), - [aux_sym_preproc_if_token2] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5402), - [aux_sym_preproc_else_token1] = ACTIONS(5402), - [aux_sym_preproc_elif_token1] = ACTIONS(5402), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5402), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5402), - [sym_preproc_directive] = ACTIONS(5402), - [anon_sym_LPAREN2] = ACTIONS(5404), - [anon_sym_TILDE] = ACTIONS(5404), - [anon_sym_STAR] = ACTIONS(5404), - [anon_sym_AMP_AMP] = ACTIONS(5404), - [anon_sym_AMP] = ACTIONS(5402), - [anon_sym_SEMI] = ACTIONS(5404), - [anon_sym___extension__] = ACTIONS(5402), - [anon_sym_typedef] = ACTIONS(5402), - [anon_sym_virtual] = ACTIONS(5402), - [anon_sym_extern] = ACTIONS(5402), - [anon_sym___attribute__] = ACTIONS(5402), - [anon_sym___attribute] = ACTIONS(5402), - [anon_sym_COLON_COLON] = ACTIONS(5404), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5404), - [anon_sym___declspec] = ACTIONS(5402), - [anon_sym___based] = ACTIONS(5402), - [anon_sym_signed] = ACTIONS(5402), - [anon_sym_unsigned] = ACTIONS(5402), - [anon_sym_long] = ACTIONS(5402), - [anon_sym_short] = ACTIONS(5402), - [anon_sym_LBRACK] = ACTIONS(5402), - [anon_sym_static] = ACTIONS(5402), - [anon_sym_register] = ACTIONS(5402), - [anon_sym_inline] = ACTIONS(5402), - [anon_sym___inline] = ACTIONS(5402), - [anon_sym___inline__] = ACTIONS(5402), - [anon_sym___forceinline] = ACTIONS(5402), - [anon_sym_thread_local] = ACTIONS(5402), - [anon_sym___thread] = ACTIONS(5402), - [anon_sym_const] = ACTIONS(5402), - [anon_sym_constexpr] = ACTIONS(5402), - [anon_sym_volatile] = ACTIONS(5402), - [anon_sym_restrict] = ACTIONS(5402), - [anon_sym___restrict__] = ACTIONS(5402), - [anon_sym__Atomic] = ACTIONS(5402), - [anon_sym__Noreturn] = ACTIONS(5402), - [anon_sym_noreturn] = ACTIONS(5402), - [anon_sym__Nonnull] = ACTIONS(5402), - [anon_sym_mutable] = ACTIONS(5402), - [anon_sym_constinit] = ACTIONS(5402), - [anon_sym_consteval] = ACTIONS(5402), - [anon_sym_PROGMEM] = ACTIONS(5402), - [anon_sym_alignas] = ACTIONS(5402), - [anon_sym__Alignas] = ACTIONS(5402), - [aux_sym_primitive_type_token1] = ACTIONS(5402), - [anon_sym_byte] = ACTIONS(5402), - [anon_sym_word] = ACTIONS(5402), - [anon_sym_enum] = ACTIONS(5402), - [anon_sym_class] = ACTIONS(5402), - [anon_sym_struct] = ACTIONS(5402), - [anon_sym_union] = ACTIONS(5402), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5402), - [anon_sym_decltype] = ACTIONS(5402), - [anon_sym_explicit] = ACTIONS(5402), - [anon_sym_typename] = ACTIONS(5402), - [anon_sym_template] = ACTIONS(5402), - [anon_sym_operator] = ACTIONS(5402), - [anon_sym_friend] = ACTIONS(5402), - [anon_sym_public] = ACTIONS(5402), - [anon_sym_private] = ACTIONS(5402), - [anon_sym_protected] = ACTIONS(5402), - [anon_sym_using] = ACTIONS(5402), - [anon_sym_static_assert] = ACTIONS(5402), - }, - [1739] = { - [sym_identifier] = ACTIONS(5406), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5408), - [anon_sym_COMMA] = ACTIONS(5408), - [anon_sym_RPAREN] = ACTIONS(5408), - [anon_sym_LPAREN2] = ACTIONS(5408), - [anon_sym_DASH] = ACTIONS(5406), - [anon_sym_PLUS] = ACTIONS(5406), - [anon_sym_STAR] = ACTIONS(5408), - [anon_sym_SLASH] = ACTIONS(5406), - [anon_sym_PERCENT] = ACTIONS(5408), - [anon_sym_PIPE_PIPE] = ACTIONS(5408), - [anon_sym_AMP_AMP] = ACTIONS(5408), - [anon_sym_PIPE] = ACTIONS(5406), - [anon_sym_CARET] = ACTIONS(5408), - [anon_sym_AMP] = ACTIONS(5406), - [anon_sym_EQ_EQ] = ACTIONS(5408), - [anon_sym_BANG_EQ] = ACTIONS(5408), - [anon_sym_GT] = ACTIONS(5406), - [anon_sym_GT_EQ] = ACTIONS(5408), - [anon_sym_LT_EQ] = ACTIONS(5406), - [anon_sym_LT] = ACTIONS(5406), - [anon_sym_LT_LT] = ACTIONS(5408), - [anon_sym_GT_GT] = ACTIONS(5408), - [anon_sym_SEMI] = ACTIONS(5408), - [anon_sym___extension__] = ACTIONS(5406), - [anon_sym___attribute__] = ACTIONS(5406), - [anon_sym___attribute] = ACTIONS(5406), - [anon_sym_COLON_COLON] = ACTIONS(5408), - [anon_sym___based] = ACTIONS(5406), - [anon_sym_LBRACE] = ACTIONS(5408), - [anon_sym_RBRACE] = ACTIONS(5408), - [anon_sym_signed] = ACTIONS(5406), - [anon_sym_unsigned] = ACTIONS(5406), - [anon_sym_long] = ACTIONS(5406), - [anon_sym_short] = ACTIONS(5406), - [anon_sym_LBRACK] = ACTIONS(5408), - [anon_sym_RBRACK] = ACTIONS(5408), - [anon_sym_const] = ACTIONS(5406), - [anon_sym_constexpr] = ACTIONS(5406), - [anon_sym_volatile] = ACTIONS(5406), - [anon_sym_restrict] = ACTIONS(5406), - [anon_sym___restrict__] = ACTIONS(5406), - [anon_sym__Atomic] = ACTIONS(5406), - [anon_sym__Noreturn] = ACTIONS(5406), - [anon_sym_noreturn] = ACTIONS(5406), - [anon_sym__Nonnull] = ACTIONS(5406), - [anon_sym_mutable] = ACTIONS(5406), - [anon_sym_constinit] = ACTIONS(5406), - [anon_sym_consteval] = ACTIONS(5406), - [anon_sym_PROGMEM] = ACTIONS(5406), - [anon_sym_alignas] = ACTIONS(5406), - [anon_sym__Alignas] = ACTIONS(5406), - [aux_sym_primitive_type_token1] = ACTIONS(5406), - [anon_sym_byte] = ACTIONS(5406), - [anon_sym_word] = ACTIONS(5406), - [anon_sym_COLON] = ACTIONS(5406), - [anon_sym_QMARK] = ACTIONS(5408), - [anon_sym_LT_EQ_GT] = ACTIONS(5408), - [anon_sym_or] = ACTIONS(5406), - [anon_sym_and] = ACTIONS(5406), - [anon_sym_bitor] = ACTIONS(5406), - [anon_sym_xor] = ACTIONS(5406), - [anon_sym_bitand] = ACTIONS(5406), - [anon_sym_not_eq] = ACTIONS(5406), - [anon_sym_DASH_DASH] = ACTIONS(5408), - [anon_sym_PLUS_PLUS] = ACTIONS(5408), - [anon_sym_DOT] = ACTIONS(5406), - [anon_sym_DOT_STAR] = ACTIONS(5408), - [anon_sym_DASH_GT] = ACTIONS(5408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5406), - [anon_sym_decltype] = ACTIONS(5406), - [anon_sym_final] = ACTIONS(5406), - [anon_sym_override] = ACTIONS(5406), - [anon_sym_requires] = ACTIONS(5406), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1740] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token2] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [aux_sym_preproc_else_token1] = ACTIONS(3006), - [aux_sym_preproc_elif_token1] = ACTIONS(3006), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_friend] = ACTIONS(3006), - [anon_sym_public] = ACTIONS(3006), - [anon_sym_private] = ACTIONS(3006), - [anon_sym_protected] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), + [1577] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_RPAREN] = ACTIONS(4883), + [anon_sym_LPAREN2] = ACTIONS(4883), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_STAR] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_AMP] = ACTIONS(4876), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym___cdecl] = ACTIONS(4876), + [anon_sym___clrcall] = ACTIONS(4876), + [anon_sym___stdcall] = ACTIONS(4876), + [anon_sym___fastcall] = ACTIONS(4876), + [anon_sym___thiscall] = ACTIONS(4876), + [anon_sym___vectorcall] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_signed] = ACTIONS(4876), + [anon_sym_unsigned] = ACTIONS(4876), + [anon_sym_long] = ACTIONS(4876), + [anon_sym_short] = ACTIONS(4876), + [anon_sym_LBRACK] = ACTIONS(4876), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4883), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [aux_sym_primitive_type_token1] = ACTIONS(4876), + [anon_sym_byte] = ACTIONS(4876), + [anon_sym_word] = ACTIONS(4876), + [anon_sym_enum] = ACTIONS(4876), + [anon_sym_class] = ACTIONS(4876), + [anon_sym_struct] = ACTIONS(4876), + [anon_sym_union] = ACTIONS(4876), + [anon_sym_COLON] = ACTIONS(4876), + [anon_sym_or] = ACTIONS(4876), + [anon_sym_and] = ACTIONS(4876), + [anon_sym_asm] = ACTIONS(4876), + [anon_sym___asm__] = ACTIONS(4876), + [anon_sym___asm] = ACTIONS(4876), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_final] = ACTIONS(4876), + [anon_sym_override] = ACTIONS(4876), + [anon_sym_explicit] = ACTIONS(4876), + [anon_sym_typename] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_GT2] = ACTIONS(4883), + [anon_sym_operator] = ACTIONS(4876), + [anon_sym_try] = ACTIONS(4876), + [anon_sym_friend] = ACTIONS(4876), + [anon_sym_using] = ACTIONS(4876), + [anon_sym_concept] = ACTIONS(4876), + [anon_sym_requires] = ACTIONS(4876), }, - [1741] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4853), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE] = ACTIONS(4851), - [anon_sym_CARET] = ACTIONS(4853), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym_EQ_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4853), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4851), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_LT_LT] = ACTIONS(4853), - [anon_sym_GT_GT] = ACTIONS(4853), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym___based] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_signed] = ACTIONS(4851), - [anon_sym_unsigned] = ACTIONS(4851), - [anon_sym_long] = ACTIONS(4851), - [anon_sym_short] = ACTIONS(4851), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_RBRACK] = ACTIONS(4853), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [aux_sym_primitive_type_token1] = ACTIONS(4851), - [anon_sym_byte] = ACTIONS(4851), - [anon_sym_word] = ACTIONS(4851), - [anon_sym_COLON] = ACTIONS(4851), - [anon_sym_QMARK] = ACTIONS(4853), - [anon_sym_LT_EQ_GT] = ACTIONS(4853), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [anon_sym_bitor] = ACTIONS(4851), - [anon_sym_xor] = ACTIONS(4851), - [anon_sym_bitand] = ACTIONS(4851), - [anon_sym_not_eq] = ACTIONS(4851), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_DOT_STAR] = ACTIONS(4853), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), - [anon_sym_requires] = ACTIONS(4851), + [1578] = { + [sym_function_definition] = STATE(553), + [sym_declaration] = STATE(553), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4750), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1850), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7977), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5036), + [anon_sym_struct] = ACTIONS(5038), + [anon_sym_union] = ACTIONS(5040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1742] = { - [sym_type_qualifier] = STATE(1766), - [sym_alignas_qualifier] = STATE(1630), - [sym_primitive_type] = STATE(3490), - [aux_sym__type_definition_type_repeat1] = STATE(1766), - [aux_sym_sized_type_specifier_repeat1] = STATE(2045), - [sym_identifier] = ACTIONS(5410), + [1579] = { + [sym_type_qualifier] = STATE(1614), + [sym_alignas_qualifier] = STATE(1642), + [sym_primitive_type] = STATE(2720), + [aux_sym__type_definition_type_repeat1] = STATE(1614), + [aux_sym_sized_type_specifier_repeat1] = STATE(2714), + [sym_identifier] = ACTIONS(5042), [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), [anon_sym_COMMA] = ACTIONS(4964), - [aux_sym_preproc_if_token2] = ACTIONS(4964), - [aux_sym_preproc_else_token1] = ACTIONS(4964), - [aux_sym_preproc_elif_token1] = ACTIONS(4966), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4964), + [anon_sym_RPAREN] = ACTIONS(4964), [anon_sym_LPAREN2] = ACTIONS(4964), [anon_sym_DASH] = ACTIONS(4966), [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_STAR] = ACTIONS(4966), [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4964), + [anon_sym_PERCENT] = ACTIONS(4966), [anon_sym_PIPE_PIPE] = ACTIONS(4964), [anon_sym_AMP_AMP] = ACTIONS(4964), [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4964), + [anon_sym_CARET] = ACTIONS(4966), [anon_sym_AMP] = ACTIONS(4966), [anon_sym_EQ_EQ] = ACTIONS(4964), [anon_sym_BANG_EQ] = ACTIONS(4964), @@ -254019,36 +241043,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4964), [anon_sym_LT_EQ] = ACTIONS(4966), [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4964), - [anon_sym_GT_GT] = ACTIONS(4964), - [anon_sym___extension__] = ACTIONS(5307), + [anon_sym_LT_LT] = ACTIONS(4966), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym___extension__] = ACTIONS(5044), [anon_sym___attribute__] = ACTIONS(4966), [anon_sym___attribute] = ACTIONS(4966), [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5413), - [anon_sym_unsigned] = ACTIONS(5413), - [anon_sym_long] = ACTIONS(5413), - [anon_sym_short] = ACTIONS(5413), + [anon_sym_signed] = ACTIONS(5046), + [anon_sym_unsigned] = ACTIONS(5046), + [anon_sym_long] = ACTIONS(5046), + [anon_sym_short] = ACTIONS(5046), [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_const] = ACTIONS(5307), - [anon_sym_constexpr] = ACTIONS(5307), - [anon_sym_volatile] = ACTIONS(5307), - [anon_sym_restrict] = ACTIONS(5307), - [anon_sym___restrict__] = ACTIONS(5307), - [anon_sym__Atomic] = ACTIONS(5307), - [anon_sym__Noreturn] = ACTIONS(5307), - [anon_sym_noreturn] = ACTIONS(5307), - [anon_sym__Nonnull] = ACTIONS(5307), - [anon_sym_mutable] = ACTIONS(5307), - [anon_sym_constinit] = ACTIONS(5307), - [anon_sym_consteval] = ACTIONS(5307), - [anon_sym_PROGMEM] = ACTIONS(5307), - [anon_sym_alignas] = ACTIONS(5311), - [anon_sym__Alignas] = ACTIONS(5311), - [aux_sym_primitive_type_token1] = ACTIONS(5415), - [anon_sym_byte] = ACTIONS(5415), - [anon_sym_word] = ACTIONS(5415), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_const] = ACTIONS(5044), + [anon_sym_constexpr] = ACTIONS(5044), + [anon_sym_volatile] = ACTIONS(5044), + [anon_sym_restrict] = ACTIONS(5044), + [anon_sym___restrict__] = ACTIONS(5044), + [anon_sym__Atomic] = ACTIONS(5044), + [anon_sym__Noreturn] = ACTIONS(5044), + [anon_sym_noreturn] = ACTIONS(5044), + [anon_sym__Nonnull] = ACTIONS(5044), + [anon_sym_mutable] = ACTIONS(5044), + [anon_sym_constinit] = ACTIONS(5044), + [anon_sym_consteval] = ACTIONS(5044), + [anon_sym_PROGMEM] = ACTIONS(5044), + [anon_sym_alignas] = ACTIONS(5048), + [anon_sym__Alignas] = ACTIONS(5048), + [aux_sym_primitive_type_token1] = ACTIONS(5050), + [anon_sym_byte] = ACTIONS(5050), + [anon_sym_word] = ACTIONS(5050), [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_LT_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_GT_EQ] = ACTIONS(4964), + [anon_sym_AMP_EQ] = ACTIONS(4964), + [anon_sym_CARET_EQ] = ACTIONS(4964), + [anon_sym_PIPE_EQ] = ACTIONS(4964), [anon_sym_LT_EQ_GT] = ACTIONS(4964), [anon_sym_or] = ACTIONS(4966), [anon_sym_and] = ACTIONS(4966), @@ -254060,4239 +241095,4209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4964), [anon_sym_DOT] = ACTIONS(4966), [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4966), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(4966), [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_DASH_GT_STAR] = ACTIONS(4964), }, - [1743] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [aux_sym_preproc_else_token1] = ACTIONS(5281), - [aux_sym_preproc_elif_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [1744] = { - [sym_identifier] = ACTIONS(2933), - [aux_sym_preproc_def_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token2] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), - [aux_sym_preproc_else_token1] = ACTIONS(2933), - [aux_sym_preproc_elif_token1] = ACTIONS(2933), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2933), - [sym_preproc_directive] = ACTIONS(2933), - [anon_sym_LPAREN2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym___extension__] = ACTIONS(2933), - [anon_sym_typedef] = ACTIONS(2933), - [anon_sym_virtual] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym___attribute__] = ACTIONS(2933), - [anon_sym___attribute] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2935), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), - [anon_sym___declspec] = ACTIONS(2933), - [anon_sym___based] = ACTIONS(2933), - [anon_sym_signed] = ACTIONS(2933), - [anon_sym_unsigned] = ACTIONS(2933), - [anon_sym_long] = ACTIONS(2933), - [anon_sym_short] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_static] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_inline] = ACTIONS(2933), - [anon_sym___inline] = ACTIONS(2933), - [anon_sym___inline__] = ACTIONS(2933), - [anon_sym___forceinline] = ACTIONS(2933), - [anon_sym_thread_local] = ACTIONS(2933), - [anon_sym___thread] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_constexpr] = ACTIONS(2933), - [anon_sym_volatile] = ACTIONS(2933), - [anon_sym_restrict] = ACTIONS(2933), - [anon_sym___restrict__] = ACTIONS(2933), - [anon_sym__Atomic] = ACTIONS(2933), - [anon_sym__Noreturn] = ACTIONS(2933), - [anon_sym_noreturn] = ACTIONS(2933), - [anon_sym__Nonnull] = ACTIONS(2933), - [anon_sym_mutable] = ACTIONS(2933), - [anon_sym_constinit] = ACTIONS(2933), - [anon_sym_consteval] = ACTIONS(2933), - [anon_sym_PROGMEM] = ACTIONS(2933), - [anon_sym_alignas] = ACTIONS(2933), - [anon_sym__Alignas] = ACTIONS(2933), - [aux_sym_primitive_type_token1] = ACTIONS(2933), - [anon_sym_byte] = ACTIONS(2933), - [anon_sym_word] = ACTIONS(2933), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2933), - [anon_sym_union] = ACTIONS(2933), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2933), - [anon_sym_decltype] = ACTIONS(2933), - [anon_sym_explicit] = ACTIONS(2933), - [anon_sym_typename] = ACTIONS(2933), - [anon_sym_template] = ACTIONS(2933), - [anon_sym_operator] = ACTIONS(2933), - [anon_sym_friend] = ACTIONS(2933), - [anon_sym_public] = ACTIONS(2933), - [anon_sym_private] = ACTIONS(2933), - [anon_sym_protected] = ACTIONS(2933), - [anon_sym_using] = ACTIONS(2933), - [anon_sym_static_assert] = ACTIONS(2933), - }, - [1745] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token2] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [aux_sym_preproc_else_token1] = ACTIONS(3150), - [aux_sym_preproc_elif_token1] = ACTIONS(3150), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_friend] = ACTIONS(3150), - [anon_sym_public] = ACTIONS(3150), - [anon_sym_private] = ACTIONS(3150), - [anon_sym_protected] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), - }, - [1746] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token2] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [aux_sym_preproc_else_token1] = ACTIONS(3041), - [aux_sym_preproc_elif_token1] = ACTIONS(3041), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_friend] = ACTIONS(3041), - [anon_sym_public] = ACTIONS(3041), - [anon_sym_private] = ACTIONS(3041), - [anon_sym_protected] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), - }, - [1747] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token2] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [aux_sym_preproc_else_token1] = ACTIONS(2959), - [aux_sym_preproc_elif_token1] = ACTIONS(2959), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_friend] = ACTIONS(2959), - [anon_sym_public] = ACTIONS(2959), - [anon_sym_private] = ACTIONS(2959), - [anon_sym_protected] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), - }, - [1748] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token2] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [aux_sym_preproc_else_token1] = ACTIONS(5417), - [aux_sym_preproc_elif_token1] = ACTIONS(5417), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), - }, - [1749] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token2] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [aux_sym_preproc_else_token1] = ACTIONS(5417), - [aux_sym_preproc_elif_token1] = ACTIONS(5417), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), - }, - [1750] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [aux_sym_preproc_else_token1] = ACTIONS(3037), - [aux_sym_preproc_elif_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), - }, - [1751] = { - [sym_string_literal] = STATE(1730), - [sym_raw_string_literal] = STATE(1730), - [aux_sym_concatenated_string_repeat1] = STATE(1730), - [sym_identifier] = ACTIONS(5421), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5423), - [anon_sym_COMMA] = ACTIONS(5423), - [anon_sym_RPAREN] = ACTIONS(5423), - [aux_sym_preproc_if_token2] = ACTIONS(5423), - [aux_sym_preproc_else_token1] = ACTIONS(5423), - [aux_sym_preproc_elif_token1] = ACTIONS(5425), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5423), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5423), - [anon_sym_LPAREN2] = ACTIONS(5423), - [anon_sym_DASH] = ACTIONS(5425), - [anon_sym_PLUS] = ACTIONS(5425), - [anon_sym_STAR] = ACTIONS(5425), - [anon_sym_SLASH] = ACTIONS(5425), - [anon_sym_PERCENT] = ACTIONS(5425), - [anon_sym_PIPE_PIPE] = ACTIONS(5423), - [anon_sym_AMP_AMP] = ACTIONS(5423), - [anon_sym_PIPE] = ACTIONS(5425), - [anon_sym_CARET] = ACTIONS(5425), - [anon_sym_AMP] = ACTIONS(5425), - [anon_sym_EQ_EQ] = ACTIONS(5423), - [anon_sym_BANG_EQ] = ACTIONS(5423), - [anon_sym_GT] = ACTIONS(5425), - [anon_sym_GT_EQ] = ACTIONS(5423), - [anon_sym_LT_EQ] = ACTIONS(5425), - [anon_sym_LT] = ACTIONS(5425), - [anon_sym_LT_LT] = ACTIONS(5425), - [anon_sym_GT_GT] = ACTIONS(5425), - [anon_sym_SEMI] = ACTIONS(5423), - [anon_sym_RBRACE] = ACTIONS(5423), - [anon_sym_LBRACK] = ACTIONS(5423), - [anon_sym_RBRACK] = ACTIONS(5423), - [anon_sym_EQ] = ACTIONS(5425), - [anon_sym_COLON] = ACTIONS(5423), - [anon_sym_QMARK] = ACTIONS(5423), - [anon_sym_STAR_EQ] = ACTIONS(5423), - [anon_sym_SLASH_EQ] = ACTIONS(5423), - [anon_sym_PERCENT_EQ] = ACTIONS(5423), - [anon_sym_PLUS_EQ] = ACTIONS(5423), - [anon_sym_DASH_EQ] = ACTIONS(5423), - [anon_sym_LT_LT_EQ] = ACTIONS(5423), - [anon_sym_GT_GT_EQ] = ACTIONS(5423), - [anon_sym_AMP_EQ] = ACTIONS(5423), - [anon_sym_CARET_EQ] = ACTIONS(5423), - [anon_sym_PIPE_EQ] = ACTIONS(5423), - [anon_sym_and_eq] = ACTIONS(5425), - [anon_sym_or_eq] = ACTIONS(5425), - [anon_sym_xor_eq] = ACTIONS(5425), - [anon_sym_LT_EQ_GT] = ACTIONS(5423), - [anon_sym_or] = ACTIONS(5425), - [anon_sym_and] = ACTIONS(5425), - [anon_sym_bitor] = ACTIONS(5425), - [anon_sym_xor] = ACTIONS(5425), - [anon_sym_bitand] = ACTIONS(5425), - [anon_sym_not_eq] = ACTIONS(5425), - [anon_sym_DASH_DASH] = ACTIONS(5423), - [anon_sym_PLUS_PLUS] = ACTIONS(5423), - [anon_sym_DOT] = ACTIONS(5425), - [anon_sym_DOT_STAR] = ACTIONS(5423), - [anon_sym_DASH_GT] = ACTIONS(5423), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [sym_literal_suffix] = ACTIONS(5425), - }, - [1752] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token2] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [aux_sym_preproc_else_token1] = ACTIONS(3177), - [aux_sym_preproc_elif_token1] = ACTIONS(3177), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_friend] = ACTIONS(3177), - [anon_sym_public] = ACTIONS(3177), - [anon_sym_private] = ACTIONS(3177), - [anon_sym_protected] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), - }, - [1753] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token2] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [aux_sym_preproc_else_token1] = ACTIONS(3138), - [aux_sym_preproc_elif_token1] = ACTIONS(3138), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_friend] = ACTIONS(3138), - [anon_sym_public] = ACTIONS(3138), - [anon_sym_private] = ACTIONS(3138), - [anon_sym_protected] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - }, - [1754] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [aux_sym_preproc_else_token1] = ACTIONS(2823), - [aux_sym_preproc_elif_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - }, - [1755] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token2] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [aux_sym_preproc_else_token1] = ACTIONS(3142), - [aux_sym_preproc_elif_token1] = ACTIONS(3142), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_friend] = ACTIONS(3142), - [anon_sym_public] = ACTIONS(3142), - [anon_sym_private] = ACTIONS(3142), - [anon_sym_protected] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), - }, - [1756] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token2] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [aux_sym_preproc_else_token1] = ACTIONS(3146), - [aux_sym_preproc_elif_token1] = ACTIONS(3146), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_friend] = ACTIONS(3146), - [anon_sym_public] = ACTIONS(3146), - [anon_sym_private] = ACTIONS(3146), - [anon_sym_protected] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - }, - [1757] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [aux_sym_preproc_else_token1] = ACTIONS(2823), - [aux_sym_preproc_elif_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - }, - [1758] = { - [sym_identifier] = ACTIONS(5427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5429), - [anon_sym_COMMA] = ACTIONS(5429), - [anon_sym_RPAREN] = ACTIONS(5429), - [anon_sym_LPAREN2] = ACTIONS(5429), - [anon_sym_DASH] = ACTIONS(5427), - [anon_sym_PLUS] = ACTIONS(5427), - [anon_sym_STAR] = ACTIONS(5429), - [anon_sym_SLASH] = ACTIONS(5427), - [anon_sym_PERCENT] = ACTIONS(5429), - [anon_sym_PIPE_PIPE] = ACTIONS(5429), - [anon_sym_AMP_AMP] = ACTIONS(5429), - [anon_sym_PIPE] = ACTIONS(5427), - [anon_sym_CARET] = ACTIONS(5429), - [anon_sym_AMP] = ACTIONS(5427), - [anon_sym_EQ_EQ] = ACTIONS(5429), - [anon_sym_BANG_EQ] = ACTIONS(5429), - [anon_sym_GT] = ACTIONS(5427), - [anon_sym_GT_EQ] = ACTIONS(5429), - [anon_sym_LT_EQ] = ACTIONS(5427), - [anon_sym_LT] = ACTIONS(5427), - [anon_sym_LT_LT] = ACTIONS(5429), - [anon_sym_GT_GT] = ACTIONS(5429), - [anon_sym_SEMI] = ACTIONS(5429), - [anon_sym___extension__] = ACTIONS(5427), - [anon_sym___attribute__] = ACTIONS(5427), - [anon_sym___attribute] = ACTIONS(5427), - [anon_sym_COLON_COLON] = ACTIONS(5429), - [anon_sym___based] = ACTIONS(5427), - [anon_sym_LBRACE] = ACTIONS(5429), - [anon_sym_RBRACE] = ACTIONS(5429), - [anon_sym_signed] = ACTIONS(5427), - [anon_sym_unsigned] = ACTIONS(5427), - [anon_sym_long] = ACTIONS(5427), - [anon_sym_short] = ACTIONS(5427), - [anon_sym_LBRACK] = ACTIONS(5429), - [anon_sym_RBRACK] = ACTIONS(5429), - [anon_sym_const] = ACTIONS(5427), - [anon_sym_constexpr] = ACTIONS(5427), - [anon_sym_volatile] = ACTIONS(5427), - [anon_sym_restrict] = ACTIONS(5427), - [anon_sym___restrict__] = ACTIONS(5427), - [anon_sym__Atomic] = ACTIONS(5427), - [anon_sym__Noreturn] = ACTIONS(5427), - [anon_sym_noreturn] = ACTIONS(5427), - [anon_sym__Nonnull] = ACTIONS(5427), - [anon_sym_mutable] = ACTIONS(5427), - [anon_sym_constinit] = ACTIONS(5427), - [anon_sym_consteval] = ACTIONS(5427), - [anon_sym_PROGMEM] = ACTIONS(5427), - [anon_sym_alignas] = ACTIONS(5427), - [anon_sym__Alignas] = ACTIONS(5427), - [aux_sym_primitive_type_token1] = ACTIONS(5427), - [anon_sym_byte] = ACTIONS(5427), - [anon_sym_word] = ACTIONS(5427), - [anon_sym_COLON] = ACTIONS(5427), - [anon_sym_QMARK] = ACTIONS(5429), - [anon_sym_LT_EQ_GT] = ACTIONS(5429), - [anon_sym_or] = ACTIONS(5427), - [anon_sym_and] = ACTIONS(5427), - [anon_sym_bitor] = ACTIONS(5427), - [anon_sym_xor] = ACTIONS(5427), - [anon_sym_bitand] = ACTIONS(5427), - [anon_sym_not_eq] = ACTIONS(5427), - [anon_sym_DASH_DASH] = ACTIONS(5429), - [anon_sym_PLUS_PLUS] = ACTIONS(5429), - [anon_sym_DOT] = ACTIONS(5427), - [anon_sym_DOT_STAR] = ACTIONS(5429), - [anon_sym_DASH_GT] = ACTIONS(5429), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5427), - [anon_sym_decltype] = ACTIONS(5427), - [anon_sym_final] = ACTIONS(5427), - [anon_sym_override] = ACTIONS(5427), - [anon_sym_requires] = ACTIONS(5427), - }, - [1759] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [aux_sym_preproc_else_token1] = ACTIONS(5281), - [aux_sym_preproc_elif_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [1760] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token2] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [aux_sym_preproc_else_token1] = ACTIONS(3193), - [aux_sym_preproc_elif_token1] = ACTIONS(3193), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_friend] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), - }, - [1761] = { - [sym_identifier] = ACTIONS(2801), - [aux_sym_preproc_def_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token2] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), - [aux_sym_preproc_else_token1] = ACTIONS(2801), - [aux_sym_preproc_elif_token1] = ACTIONS(2801), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2801), - [sym_preproc_directive] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_explicit] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_operator] = ACTIONS(2801), - [anon_sym_friend] = ACTIONS(2801), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_using] = ACTIONS(2801), - [anon_sym_static_assert] = ACTIONS(2801), - }, - [1762] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [aux_sym_preproc_else_token1] = ACTIONS(2781), - [aux_sym_preproc_elif_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - }, - [1763] = { - [sym_identifier] = ACTIONS(5431), - [aux_sym_preproc_def_token1] = ACTIONS(5431), - [aux_sym_preproc_if_token1] = ACTIONS(5431), - [aux_sym_preproc_if_token2] = ACTIONS(5431), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5431), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5431), - [aux_sym_preproc_else_token1] = ACTIONS(5431), - [aux_sym_preproc_elif_token1] = ACTIONS(5431), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5431), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5431), - [sym_preproc_directive] = ACTIONS(5431), - [anon_sym_LPAREN2] = ACTIONS(5433), - [anon_sym_TILDE] = ACTIONS(5433), - [anon_sym_STAR] = ACTIONS(5433), - [anon_sym_AMP_AMP] = ACTIONS(5433), - [anon_sym_AMP] = ACTIONS(5431), - [anon_sym_SEMI] = ACTIONS(5433), - [anon_sym___extension__] = ACTIONS(5431), - [anon_sym_typedef] = ACTIONS(5431), - [anon_sym_virtual] = ACTIONS(5431), - [anon_sym_extern] = ACTIONS(5431), - [anon_sym___attribute__] = ACTIONS(5431), - [anon_sym___attribute] = ACTIONS(5431), - [anon_sym_COLON_COLON] = ACTIONS(5433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5433), - [anon_sym___declspec] = ACTIONS(5431), - [anon_sym___based] = ACTIONS(5431), - [anon_sym_signed] = ACTIONS(5431), - [anon_sym_unsigned] = ACTIONS(5431), - [anon_sym_long] = ACTIONS(5431), - [anon_sym_short] = ACTIONS(5431), - [anon_sym_LBRACK] = ACTIONS(5431), - [anon_sym_static] = ACTIONS(5431), - [anon_sym_register] = ACTIONS(5431), - [anon_sym_inline] = ACTIONS(5431), - [anon_sym___inline] = ACTIONS(5431), - [anon_sym___inline__] = ACTIONS(5431), - [anon_sym___forceinline] = ACTIONS(5431), - [anon_sym_thread_local] = ACTIONS(5431), - [anon_sym___thread] = ACTIONS(5431), - [anon_sym_const] = ACTIONS(5431), - [anon_sym_constexpr] = ACTIONS(5431), - [anon_sym_volatile] = ACTIONS(5431), - [anon_sym_restrict] = ACTIONS(5431), - [anon_sym___restrict__] = ACTIONS(5431), - [anon_sym__Atomic] = ACTIONS(5431), - [anon_sym__Noreturn] = ACTIONS(5431), - [anon_sym_noreturn] = ACTIONS(5431), - [anon_sym__Nonnull] = ACTIONS(5431), - [anon_sym_mutable] = ACTIONS(5431), - [anon_sym_constinit] = ACTIONS(5431), - [anon_sym_consteval] = ACTIONS(5431), - [anon_sym_PROGMEM] = ACTIONS(5431), - [anon_sym_alignas] = ACTIONS(5431), - [anon_sym__Alignas] = ACTIONS(5431), - [aux_sym_primitive_type_token1] = ACTIONS(5431), - [anon_sym_byte] = ACTIONS(5431), - [anon_sym_word] = ACTIONS(5431), - [anon_sym_enum] = ACTIONS(5431), - [anon_sym_class] = ACTIONS(5431), - [anon_sym_struct] = ACTIONS(5431), - [anon_sym_union] = ACTIONS(5431), + [1580] = { + [sym_function_definition] = STATE(1943), + [sym_declaration] = STATE(1943), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4753), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1852), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8304), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5052), + [anon_sym_struct] = ACTIONS(5054), + [anon_sym_union] = ACTIONS(5056), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5431), - [anon_sym_decltype] = ACTIONS(5431), - [anon_sym_explicit] = ACTIONS(5431), - [anon_sym_typename] = ACTIONS(5431), - [anon_sym_template] = ACTIONS(5431), - [anon_sym_operator] = ACTIONS(5431), - [anon_sym_friend] = ACTIONS(5431), - [anon_sym_public] = ACTIONS(5431), - [anon_sym_private] = ACTIONS(5431), - [anon_sym_protected] = ACTIONS(5431), - [anon_sym_using] = ACTIONS(5431), - [anon_sym_static_assert] = ACTIONS(5431), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1764] = { - [sym_identifier] = ACTIONS(5435), - [aux_sym_preproc_def_token1] = ACTIONS(5435), - [aux_sym_preproc_if_token1] = ACTIONS(5435), - [aux_sym_preproc_if_token2] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), - [aux_sym_preproc_else_token1] = ACTIONS(5435), - [aux_sym_preproc_elif_token1] = ACTIONS(5435), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5435), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5435), - [sym_preproc_directive] = ACTIONS(5435), - [anon_sym_LPAREN2] = ACTIONS(5437), - [anon_sym_TILDE] = ACTIONS(5437), - [anon_sym_STAR] = ACTIONS(5437), - [anon_sym_AMP_AMP] = ACTIONS(5437), - [anon_sym_AMP] = ACTIONS(5435), - [anon_sym_SEMI] = ACTIONS(5437), - [anon_sym___extension__] = ACTIONS(5435), - [anon_sym_typedef] = ACTIONS(5435), - [anon_sym_virtual] = ACTIONS(5435), - [anon_sym_extern] = ACTIONS(5435), - [anon_sym___attribute__] = ACTIONS(5435), - [anon_sym___attribute] = ACTIONS(5435), - [anon_sym_COLON_COLON] = ACTIONS(5437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), - [anon_sym___declspec] = ACTIONS(5435), - [anon_sym___based] = ACTIONS(5435), - [anon_sym_signed] = ACTIONS(5435), - [anon_sym_unsigned] = ACTIONS(5435), - [anon_sym_long] = ACTIONS(5435), - [anon_sym_short] = ACTIONS(5435), - [anon_sym_LBRACK] = ACTIONS(5435), - [anon_sym_static] = ACTIONS(5435), - [anon_sym_register] = ACTIONS(5435), - [anon_sym_inline] = ACTIONS(5435), - [anon_sym___inline] = ACTIONS(5435), - [anon_sym___inline__] = ACTIONS(5435), - [anon_sym___forceinline] = ACTIONS(5435), - [anon_sym_thread_local] = ACTIONS(5435), - [anon_sym___thread] = ACTIONS(5435), - [anon_sym_const] = ACTIONS(5435), - [anon_sym_constexpr] = ACTIONS(5435), - [anon_sym_volatile] = ACTIONS(5435), - [anon_sym_restrict] = ACTIONS(5435), - [anon_sym___restrict__] = ACTIONS(5435), - [anon_sym__Atomic] = ACTIONS(5435), - [anon_sym__Noreturn] = ACTIONS(5435), - [anon_sym_noreturn] = ACTIONS(5435), - [anon_sym__Nonnull] = ACTIONS(5435), - [anon_sym_mutable] = ACTIONS(5435), - [anon_sym_constinit] = ACTIONS(5435), - [anon_sym_consteval] = ACTIONS(5435), - [anon_sym_PROGMEM] = ACTIONS(5435), - [anon_sym_alignas] = ACTIONS(5435), - [anon_sym__Alignas] = ACTIONS(5435), - [aux_sym_primitive_type_token1] = ACTIONS(5435), - [anon_sym_byte] = ACTIONS(5435), - [anon_sym_word] = ACTIONS(5435), - [anon_sym_enum] = ACTIONS(5435), - [anon_sym_class] = ACTIONS(5435), - [anon_sym_struct] = ACTIONS(5435), - [anon_sym_union] = ACTIONS(5435), + [1581] = { + [sym_function_definition] = STATE(1679), + [sym_declaration] = STATE(1679), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4752), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1834), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8387), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5058), + [anon_sym_struct] = ACTIONS(5060), + [anon_sym_union] = ACTIONS(5062), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5435), - [anon_sym_decltype] = ACTIONS(5435), - [anon_sym_explicit] = ACTIONS(5435), - [anon_sym_typename] = ACTIONS(5435), - [anon_sym_template] = ACTIONS(5435), - [anon_sym_operator] = ACTIONS(5435), - [anon_sym_friend] = ACTIONS(5435), - [anon_sym_public] = ACTIONS(5435), - [anon_sym_private] = ACTIONS(5435), - [anon_sym_protected] = ACTIONS(5435), - [anon_sym_using] = ACTIONS(5435), - [anon_sym_static_assert] = ACTIONS(5435), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1765] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5441), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5441), - [anon_sym_GT_GT] = ACTIONS(5441), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___extension__] = ACTIONS(5439), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym___based] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_signed] = ACTIONS(5439), - [anon_sym_unsigned] = ACTIONS(5439), - [anon_sym_long] = ACTIONS(5439), - [anon_sym_short] = ACTIONS(5439), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5439), - [anon_sym_volatile] = ACTIONS(5439), - [anon_sym_restrict] = ACTIONS(5439), - [anon_sym___restrict__] = ACTIONS(5439), - [anon_sym__Atomic] = ACTIONS(5439), - [anon_sym__Noreturn] = ACTIONS(5439), - [anon_sym_noreturn] = ACTIONS(5439), - [anon_sym__Nonnull] = ACTIONS(5439), - [anon_sym_mutable] = ACTIONS(5439), - [anon_sym_constinit] = ACTIONS(5439), - [anon_sym_consteval] = ACTIONS(5439), - [anon_sym_PROGMEM] = ACTIONS(5439), - [anon_sym_alignas] = ACTIONS(5439), - [anon_sym__Alignas] = ACTIONS(5439), - [aux_sym_primitive_type_token1] = ACTIONS(5439), - [anon_sym_byte] = ACTIONS(5439), - [anon_sym_word] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5439), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), + [1582] = { + [sym_function_definition] = STATE(1929), + [sym_declaration] = STATE(1929), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4753), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1852), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8279), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5064), + [anon_sym_struct] = ACTIONS(5066), + [anon_sym_union] = ACTIONS(5068), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - [anon_sym_final] = ACTIONS(5439), - [anon_sym_override] = ACTIONS(5439), - [anon_sym_requires] = ACTIONS(5439), - }, - [1766] = { - [sym_type_qualifier] = STATE(1613), - [sym_alignas_qualifier] = STATE(1630), - [sym_primitive_type] = STATE(3501), - [aux_sym__type_definition_type_repeat1] = STATE(1613), - [aux_sym_sized_type_specifier_repeat1] = STATE(3506), - [sym_identifier] = ACTIONS(5443), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [aux_sym_preproc_if_token2] = ACTIONS(4936), - [aux_sym_preproc_else_token1] = ACTIONS(4936), - [aux_sym_preproc_elif_token1] = ACTIONS(4938), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4936), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4936), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4936), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4936), - [anon_sym_GT_GT] = ACTIONS(4936), - [anon_sym___extension__] = ACTIONS(5307), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(5446), - [anon_sym_unsigned] = ACTIONS(5446), - [anon_sym_long] = ACTIONS(5446), - [anon_sym_short] = ACTIONS(5446), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_const] = ACTIONS(5307), - [anon_sym_constexpr] = ACTIONS(5307), - [anon_sym_volatile] = ACTIONS(5307), - [anon_sym_restrict] = ACTIONS(5307), - [anon_sym___restrict__] = ACTIONS(5307), - [anon_sym__Atomic] = ACTIONS(5307), - [anon_sym__Noreturn] = ACTIONS(5307), - [anon_sym_noreturn] = ACTIONS(5307), - [anon_sym__Nonnull] = ACTIONS(5307), - [anon_sym_mutable] = ACTIONS(5307), - [anon_sym_constinit] = ACTIONS(5307), - [anon_sym_consteval] = ACTIONS(5307), - [anon_sym_PROGMEM] = ACTIONS(5307), - [anon_sym_alignas] = ACTIONS(5311), - [anon_sym__Alignas] = ACTIONS(5311), - [aux_sym_primitive_type_token1] = ACTIONS(5415), - [anon_sym_byte] = ACTIONS(5415), - [anon_sym_word] = ACTIONS(5415), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1767] = { - [sym_identifier] = ACTIONS(5448), - [aux_sym_preproc_def_token1] = ACTIONS(5448), - [aux_sym_preproc_if_token1] = ACTIONS(5448), - [aux_sym_preproc_if_token2] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5448), - [aux_sym_preproc_else_token1] = ACTIONS(5448), - [aux_sym_preproc_elif_token1] = ACTIONS(5448), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5448), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5448), - [sym_preproc_directive] = ACTIONS(5448), - [anon_sym_LPAREN2] = ACTIONS(5450), - [anon_sym_TILDE] = ACTIONS(5450), - [anon_sym_STAR] = ACTIONS(5450), - [anon_sym_AMP_AMP] = ACTIONS(5450), - [anon_sym_AMP] = ACTIONS(5448), - [anon_sym_SEMI] = ACTIONS(5450), - [anon_sym___extension__] = ACTIONS(5448), - [anon_sym_typedef] = ACTIONS(5448), - [anon_sym_virtual] = ACTIONS(5448), - [anon_sym_extern] = ACTIONS(5448), - [anon_sym___attribute__] = ACTIONS(5448), - [anon_sym___attribute] = ACTIONS(5448), - [anon_sym_COLON_COLON] = ACTIONS(5450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5450), - [anon_sym___declspec] = ACTIONS(5448), - [anon_sym___based] = ACTIONS(5448), - [anon_sym_signed] = ACTIONS(5448), - [anon_sym_unsigned] = ACTIONS(5448), - [anon_sym_long] = ACTIONS(5448), - [anon_sym_short] = ACTIONS(5448), - [anon_sym_LBRACK] = ACTIONS(5448), - [anon_sym_static] = ACTIONS(5448), - [anon_sym_register] = ACTIONS(5448), - [anon_sym_inline] = ACTIONS(5448), - [anon_sym___inline] = ACTIONS(5448), - [anon_sym___inline__] = ACTIONS(5448), - [anon_sym___forceinline] = ACTIONS(5448), - [anon_sym_thread_local] = ACTIONS(5448), - [anon_sym___thread] = ACTIONS(5448), - [anon_sym_const] = ACTIONS(5448), - [anon_sym_constexpr] = ACTIONS(5448), - [anon_sym_volatile] = ACTIONS(5448), - [anon_sym_restrict] = ACTIONS(5448), - [anon_sym___restrict__] = ACTIONS(5448), - [anon_sym__Atomic] = ACTIONS(5448), - [anon_sym__Noreturn] = ACTIONS(5448), - [anon_sym_noreturn] = ACTIONS(5448), - [anon_sym__Nonnull] = ACTIONS(5448), - [anon_sym_mutable] = ACTIONS(5448), - [anon_sym_constinit] = ACTIONS(5448), - [anon_sym_consteval] = ACTIONS(5448), - [anon_sym_PROGMEM] = ACTIONS(5448), - [anon_sym_alignas] = ACTIONS(5448), - [anon_sym__Alignas] = ACTIONS(5448), - [aux_sym_primitive_type_token1] = ACTIONS(5448), - [anon_sym_byte] = ACTIONS(5448), - [anon_sym_word] = ACTIONS(5448), - [anon_sym_enum] = ACTIONS(5448), - [anon_sym_class] = ACTIONS(5448), - [anon_sym_struct] = ACTIONS(5448), - [anon_sym_union] = ACTIONS(5448), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5448), - [anon_sym_decltype] = ACTIONS(5448), - [anon_sym_explicit] = ACTIONS(5448), - [anon_sym_typename] = ACTIONS(5448), - [anon_sym_template] = ACTIONS(5448), - [anon_sym_operator] = ACTIONS(5448), - [anon_sym_friend] = ACTIONS(5448), - [anon_sym_public] = ACTIONS(5448), - [anon_sym_private] = ACTIONS(5448), - [anon_sym_protected] = ACTIONS(5448), - [anon_sym_using] = ACTIONS(5448), - [anon_sym_static_assert] = ACTIONS(5448), + [1583] = { + [sym_type_qualifier] = STATE(1583), + [sym_alignas_qualifier] = STATE(1624), + [aux_sym__type_definition_type_repeat1] = STATE(1583), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4899), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4899), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4899), + [anon_sym_GT_GT] = ACTIONS(4899), + [anon_sym___extension__] = ACTIONS(5070), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_EQ] = ACTIONS(4899), + [anon_sym_const] = ACTIONS(5070), + [anon_sym_constexpr] = ACTIONS(5070), + [anon_sym_volatile] = ACTIONS(5070), + [anon_sym_restrict] = ACTIONS(5070), + [anon_sym___restrict__] = ACTIONS(5070), + [anon_sym__Atomic] = ACTIONS(5070), + [anon_sym__Noreturn] = ACTIONS(5070), + [anon_sym_noreturn] = ACTIONS(5070), + [anon_sym__Nonnull] = ACTIONS(5070), + [anon_sym_mutable] = ACTIONS(5070), + [anon_sym_constinit] = ACTIONS(5070), + [anon_sym_consteval] = ACTIONS(5070), + [anon_sym_PROGMEM] = ACTIONS(5070), + [anon_sym_alignas] = ACTIONS(5073), + [anon_sym__Alignas] = ACTIONS(5073), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_STAR_EQ] = ACTIONS(4901), + [anon_sym_SLASH_EQ] = ACTIONS(4901), + [anon_sym_PERCENT_EQ] = ACTIONS(4901), + [anon_sym_PLUS_EQ] = ACTIONS(4901), + [anon_sym_DASH_EQ] = ACTIONS(4901), + [anon_sym_LT_LT_EQ] = ACTIONS(4901), + [anon_sym_GT_GT_EQ] = ACTIONS(4899), + [anon_sym_AMP_EQ] = ACTIONS(4901), + [anon_sym_CARET_EQ] = ACTIONS(4901), + [anon_sym_PIPE_EQ] = ACTIONS(4901), + [anon_sym_and_eq] = ACTIONS(4899), + [anon_sym_or_eq] = ACTIONS(4899), + [anon_sym_xor_eq] = ACTIONS(4899), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4901), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_GT2] = ACTIONS(4901), }, - [1768] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [aux_sym_preproc_else_token1] = ACTIONS(2781), - [aux_sym_preproc_elif_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), + [1584] = { + [sym_function_definition] = STATE(556), + [sym_declaration] = STATE(556), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4750), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1850), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8027), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5076), + [anon_sym_struct] = ACTIONS(5078), + [anon_sym_union] = ACTIONS(5080), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - }, - [1769] = { - [sym_identifier] = ACTIONS(5452), - [aux_sym_preproc_def_token1] = ACTIONS(5452), - [aux_sym_preproc_if_token1] = ACTIONS(5452), - [aux_sym_preproc_if_token2] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5452), - [aux_sym_preproc_else_token1] = ACTIONS(5452), - [aux_sym_preproc_elif_token1] = ACTIONS(5452), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5452), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5452), - [sym_preproc_directive] = ACTIONS(5452), - [anon_sym_LPAREN2] = ACTIONS(5454), - [anon_sym_TILDE] = ACTIONS(5454), - [anon_sym_STAR] = ACTIONS(5454), - [anon_sym_AMP_AMP] = ACTIONS(5454), - [anon_sym_AMP] = ACTIONS(5452), - [anon_sym_SEMI] = ACTIONS(5454), - [anon_sym___extension__] = ACTIONS(5452), - [anon_sym_typedef] = ACTIONS(5452), - [anon_sym_virtual] = ACTIONS(5452), - [anon_sym_extern] = ACTIONS(5452), - [anon_sym___attribute__] = ACTIONS(5452), - [anon_sym___attribute] = ACTIONS(5452), - [anon_sym_COLON_COLON] = ACTIONS(5454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5454), - [anon_sym___declspec] = ACTIONS(5452), - [anon_sym___based] = ACTIONS(5452), - [anon_sym_signed] = ACTIONS(5452), - [anon_sym_unsigned] = ACTIONS(5452), - [anon_sym_long] = ACTIONS(5452), - [anon_sym_short] = ACTIONS(5452), - [anon_sym_LBRACK] = ACTIONS(5452), - [anon_sym_static] = ACTIONS(5452), - [anon_sym_register] = ACTIONS(5452), - [anon_sym_inline] = ACTIONS(5452), - [anon_sym___inline] = ACTIONS(5452), - [anon_sym___inline__] = ACTIONS(5452), - [anon_sym___forceinline] = ACTIONS(5452), - [anon_sym_thread_local] = ACTIONS(5452), - [anon_sym___thread] = ACTIONS(5452), - [anon_sym_const] = ACTIONS(5452), - [anon_sym_constexpr] = ACTIONS(5452), - [anon_sym_volatile] = ACTIONS(5452), - [anon_sym_restrict] = ACTIONS(5452), - [anon_sym___restrict__] = ACTIONS(5452), - [anon_sym__Atomic] = ACTIONS(5452), - [anon_sym__Noreturn] = ACTIONS(5452), - [anon_sym_noreturn] = ACTIONS(5452), - [anon_sym__Nonnull] = ACTIONS(5452), - [anon_sym_mutable] = ACTIONS(5452), - [anon_sym_constinit] = ACTIONS(5452), - [anon_sym_consteval] = ACTIONS(5452), - [anon_sym_PROGMEM] = ACTIONS(5452), - [anon_sym_alignas] = ACTIONS(5452), - [anon_sym__Alignas] = ACTIONS(5452), - [aux_sym_primitive_type_token1] = ACTIONS(5452), - [anon_sym_byte] = ACTIONS(5452), - [anon_sym_word] = ACTIONS(5452), - [anon_sym_enum] = ACTIONS(5452), - [anon_sym_class] = ACTIONS(5452), - [anon_sym_struct] = ACTIONS(5452), - [anon_sym_union] = ACTIONS(5452), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5452), - [anon_sym_decltype] = ACTIONS(5452), - [anon_sym_explicit] = ACTIONS(5452), - [anon_sym_typename] = ACTIONS(5452), - [anon_sym_template] = ACTIONS(5452), - [anon_sym_operator] = ACTIONS(5452), - [anon_sym_friend] = ACTIONS(5452), - [anon_sym_public] = ACTIONS(5452), - [anon_sym_private] = ACTIONS(5452), - [anon_sym_protected] = ACTIONS(5452), - [anon_sym_using] = ACTIONS(5452), - [anon_sym_static_assert] = ACTIONS(5452), - }, - [1770] = { - [sym_identifier] = ACTIONS(5456), - [aux_sym_preproc_def_token1] = ACTIONS(5456), - [aux_sym_preproc_if_token1] = ACTIONS(5456), - [aux_sym_preproc_if_token2] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5456), - [aux_sym_preproc_else_token1] = ACTIONS(5456), - [aux_sym_preproc_elif_token1] = ACTIONS(5456), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5456), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5456), - [sym_preproc_directive] = ACTIONS(5456), - [anon_sym_LPAREN2] = ACTIONS(5458), - [anon_sym_TILDE] = ACTIONS(5458), - [anon_sym_STAR] = ACTIONS(5458), - [anon_sym_AMP_AMP] = ACTIONS(5458), - [anon_sym_AMP] = ACTIONS(5456), - [anon_sym_SEMI] = ACTIONS(5458), - [anon_sym___extension__] = ACTIONS(5456), - [anon_sym_typedef] = ACTIONS(5456), - [anon_sym_virtual] = ACTIONS(5456), - [anon_sym_extern] = ACTIONS(5456), - [anon_sym___attribute__] = ACTIONS(5456), - [anon_sym___attribute] = ACTIONS(5456), - [anon_sym_COLON_COLON] = ACTIONS(5458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5458), - [anon_sym___declspec] = ACTIONS(5456), - [anon_sym___based] = ACTIONS(5456), - [anon_sym_signed] = ACTIONS(5456), - [anon_sym_unsigned] = ACTIONS(5456), - [anon_sym_long] = ACTIONS(5456), - [anon_sym_short] = ACTIONS(5456), - [anon_sym_LBRACK] = ACTIONS(5456), - [anon_sym_static] = ACTIONS(5456), - [anon_sym_register] = ACTIONS(5456), - [anon_sym_inline] = ACTIONS(5456), - [anon_sym___inline] = ACTIONS(5456), - [anon_sym___inline__] = ACTIONS(5456), - [anon_sym___forceinline] = ACTIONS(5456), - [anon_sym_thread_local] = ACTIONS(5456), - [anon_sym___thread] = ACTIONS(5456), - [anon_sym_const] = ACTIONS(5456), - [anon_sym_constexpr] = ACTIONS(5456), - [anon_sym_volatile] = ACTIONS(5456), - [anon_sym_restrict] = ACTIONS(5456), - [anon_sym___restrict__] = ACTIONS(5456), - [anon_sym__Atomic] = ACTIONS(5456), - [anon_sym__Noreturn] = ACTIONS(5456), - [anon_sym_noreturn] = ACTIONS(5456), - [anon_sym__Nonnull] = ACTIONS(5456), - [anon_sym_mutable] = ACTIONS(5456), - [anon_sym_constinit] = ACTIONS(5456), - [anon_sym_consteval] = ACTIONS(5456), - [anon_sym_PROGMEM] = ACTIONS(5456), - [anon_sym_alignas] = ACTIONS(5456), - [anon_sym__Alignas] = ACTIONS(5456), - [aux_sym_primitive_type_token1] = ACTIONS(5456), - [anon_sym_byte] = ACTIONS(5456), - [anon_sym_word] = ACTIONS(5456), - [anon_sym_enum] = ACTIONS(5456), - [anon_sym_class] = ACTIONS(5456), - [anon_sym_struct] = ACTIONS(5456), - [anon_sym_union] = ACTIONS(5456), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5456), - [anon_sym_decltype] = ACTIONS(5456), - [anon_sym_explicit] = ACTIONS(5456), - [anon_sym_typename] = ACTIONS(5456), - [anon_sym_template] = ACTIONS(5456), - [anon_sym_operator] = ACTIONS(5456), - [anon_sym_friend] = ACTIONS(5456), - [anon_sym_public] = ACTIONS(5456), - [anon_sym_private] = ACTIONS(5456), - [anon_sym_protected] = ACTIONS(5456), - [anon_sym_using] = ACTIONS(5456), - [anon_sym_static_assert] = ACTIONS(5456), - }, - [1771] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [aux_sym_preproc_else_token1] = ACTIONS(2777), - [aux_sym_preproc_elif_token1] = ACTIONS(2777), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), - }, - [1772] = { - [sym_identifier] = ACTIONS(5460), - [aux_sym_preproc_def_token1] = ACTIONS(5460), - [aux_sym_preproc_if_token1] = ACTIONS(5460), - [aux_sym_preproc_if_token2] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5460), - [aux_sym_preproc_else_token1] = ACTIONS(5460), - [aux_sym_preproc_elif_token1] = ACTIONS(5460), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5460), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5460), - [sym_preproc_directive] = ACTIONS(5460), - [anon_sym_LPAREN2] = ACTIONS(5462), - [anon_sym_TILDE] = ACTIONS(5462), - [anon_sym_STAR] = ACTIONS(5462), - [anon_sym_AMP_AMP] = ACTIONS(5462), - [anon_sym_AMP] = ACTIONS(5460), - [anon_sym_SEMI] = ACTIONS(5462), - [anon_sym___extension__] = ACTIONS(5460), - [anon_sym_typedef] = ACTIONS(5460), - [anon_sym_virtual] = ACTIONS(5460), - [anon_sym_extern] = ACTIONS(5460), - [anon_sym___attribute__] = ACTIONS(5460), - [anon_sym___attribute] = ACTIONS(5460), - [anon_sym_COLON_COLON] = ACTIONS(5462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5462), - [anon_sym___declspec] = ACTIONS(5460), - [anon_sym___based] = ACTIONS(5460), - [anon_sym_signed] = ACTIONS(5460), - [anon_sym_unsigned] = ACTIONS(5460), - [anon_sym_long] = ACTIONS(5460), - [anon_sym_short] = ACTIONS(5460), - [anon_sym_LBRACK] = ACTIONS(5460), - [anon_sym_static] = ACTIONS(5460), - [anon_sym_register] = ACTIONS(5460), - [anon_sym_inline] = ACTIONS(5460), - [anon_sym___inline] = ACTIONS(5460), - [anon_sym___inline__] = ACTIONS(5460), - [anon_sym___forceinline] = ACTIONS(5460), - [anon_sym_thread_local] = ACTIONS(5460), - [anon_sym___thread] = ACTIONS(5460), - [anon_sym_const] = ACTIONS(5460), - [anon_sym_constexpr] = ACTIONS(5460), - [anon_sym_volatile] = ACTIONS(5460), - [anon_sym_restrict] = ACTIONS(5460), - [anon_sym___restrict__] = ACTIONS(5460), - [anon_sym__Atomic] = ACTIONS(5460), - [anon_sym__Noreturn] = ACTIONS(5460), - [anon_sym_noreturn] = ACTIONS(5460), - [anon_sym__Nonnull] = ACTIONS(5460), - [anon_sym_mutable] = ACTIONS(5460), - [anon_sym_constinit] = ACTIONS(5460), - [anon_sym_consteval] = ACTIONS(5460), - [anon_sym_PROGMEM] = ACTIONS(5460), - [anon_sym_alignas] = ACTIONS(5460), - [anon_sym__Alignas] = ACTIONS(5460), - [aux_sym_primitive_type_token1] = ACTIONS(5460), - [anon_sym_byte] = ACTIONS(5460), - [anon_sym_word] = ACTIONS(5460), - [anon_sym_enum] = ACTIONS(5460), - [anon_sym_class] = ACTIONS(5460), - [anon_sym_struct] = ACTIONS(5460), - [anon_sym_union] = ACTIONS(5460), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5460), - [anon_sym_decltype] = ACTIONS(5460), - [anon_sym_explicit] = ACTIONS(5460), - [anon_sym_typename] = ACTIONS(5460), - [anon_sym_template] = ACTIONS(5460), - [anon_sym_operator] = ACTIONS(5460), - [anon_sym_friend] = ACTIONS(5460), - [anon_sym_public] = ACTIONS(5460), - [anon_sym_private] = ACTIONS(5460), - [anon_sym_protected] = ACTIONS(5460), - [anon_sym_using] = ACTIONS(5460), - [anon_sym_static_assert] = ACTIONS(5460), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1773] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [aux_sym_preproc_else_token1] = ACTIONS(3037), - [aux_sym_preproc_elif_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), + [1585] = { + [sym_function_definition] = STATE(1978), + [sym_declaration] = STATE(1978), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4751), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1851), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8254), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5082), + [anon_sym_struct] = ACTIONS(5084), + [anon_sym_union] = ACTIONS(5086), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1774] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [aux_sym_preproc_else_token1] = ACTIONS(3154), - [aux_sym_preproc_elif_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), + [1586] = { + [sym_function_definition] = STATE(730), + [sym_declaration] = STATE(730), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4637), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1833), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8653), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5088), + [anon_sym_struct] = ACTIONS(5090), + [anon_sym_union] = ACTIONS(5092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1775] = { - [sym_identifier] = ACTIONS(3080), - [aux_sym_preproc_def_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token2] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3080), - [aux_sym_preproc_else_token1] = ACTIONS(3080), - [aux_sym_preproc_elif_token1] = ACTIONS(3080), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3080), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3080), - [sym_preproc_directive] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_SEMI] = ACTIONS(3082), - [anon_sym___extension__] = ACTIONS(3080), - [anon_sym_typedef] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym___attribute] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_signed] = ACTIONS(3080), - [anon_sym_unsigned] = ACTIONS(3080), - [anon_sym_long] = ACTIONS(3080), - [anon_sym_short] = ACTIONS(3080), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym___inline] = ACTIONS(3080), - [anon_sym___inline__] = ACTIONS(3080), - [anon_sym___forceinline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym___thread] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym___restrict__] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym__Noreturn] = ACTIONS(3080), - [anon_sym_noreturn] = ACTIONS(3080), - [anon_sym__Nonnull] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constinit] = ACTIONS(3080), - [anon_sym_consteval] = ACTIONS(3080), - [anon_sym_PROGMEM] = ACTIONS(3080), - [anon_sym_alignas] = ACTIONS(3080), - [anon_sym__Alignas] = ACTIONS(3080), - [aux_sym_primitive_type_token1] = ACTIONS(3080), - [anon_sym_byte] = ACTIONS(3080), - [anon_sym_word] = ACTIONS(3080), - [anon_sym_enum] = ACTIONS(3080), - [anon_sym_class] = ACTIONS(3080), - [anon_sym_struct] = ACTIONS(3080), - [anon_sym_union] = ACTIONS(3080), + [1587] = { + [sym_function_definition] = STATE(1888), + [sym_declaration] = STATE(1888), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4751), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1851), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7970), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5094), + [anon_sym_struct] = ACTIONS(5096), + [anon_sym_union] = ACTIONS(5098), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3080), - [anon_sym_decltype] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [anon_sym_typename] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_friend] = ACTIONS(3080), - [anon_sym_public] = ACTIONS(3080), - [anon_sym_private] = ACTIONS(3080), - [anon_sym_protected] = ACTIONS(3080), - [anon_sym_using] = ACTIONS(3080), - [anon_sym_static_assert] = ACTIONS(3080), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1776] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token2] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [aux_sym_preproc_else_token1] = ACTIONS(3126), - [aux_sym_preproc_elif_token1] = ACTIONS(3126), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_friend] = ACTIONS(3126), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), + [1588] = { + [sym_function_definition] = STATE(713), + [sym_declaration] = STATE(713), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4637), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1833), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8553), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5100), + [anon_sym_struct] = ACTIONS(5102), + [anon_sym_union] = ACTIONS(5104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1777] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [aux_sym_preproc_else_token1] = ACTIONS(3154), - [aux_sym_preproc_elif_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), + [1589] = { + [sym_function_definition] = STATE(354), + [sym_declaration] = STATE(354), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4749), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1849), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7807), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5106), + [anon_sym_struct] = ACTIONS(5108), + [anon_sym_union] = ACTIONS(5110), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1778] = { - [sym_identifier] = ACTIONS(3084), - [aux_sym_preproc_def_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token2] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), - [aux_sym_preproc_else_token1] = ACTIONS(3084), - [aux_sym_preproc_elif_token1] = ACTIONS(3084), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3084), - [sym_preproc_directive] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym___extension__] = ACTIONS(3084), - [anon_sym_typedef] = ACTIONS(3084), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym___attribute] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_signed] = ACTIONS(3084), - [anon_sym_unsigned] = ACTIONS(3084), - [anon_sym_long] = ACTIONS(3084), - [anon_sym_short] = ACTIONS(3084), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym___inline] = ACTIONS(3084), - [anon_sym___inline__] = ACTIONS(3084), - [anon_sym___forceinline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym___thread] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym___restrict__] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym__Noreturn] = ACTIONS(3084), - [anon_sym_noreturn] = ACTIONS(3084), - [anon_sym__Nonnull] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constinit] = ACTIONS(3084), - [anon_sym_consteval] = ACTIONS(3084), - [anon_sym_PROGMEM] = ACTIONS(3084), - [anon_sym_alignas] = ACTIONS(3084), - [anon_sym__Alignas] = ACTIONS(3084), - [aux_sym_primitive_type_token1] = ACTIONS(3084), - [anon_sym_byte] = ACTIONS(3084), - [anon_sym_word] = ACTIONS(3084), - [anon_sym_enum] = ACTIONS(3084), - [anon_sym_class] = ACTIONS(3084), - [anon_sym_struct] = ACTIONS(3084), - [anon_sym_union] = ACTIONS(3084), + [1590] = { + [sym_function_definition] = STATE(595), + [sym_declaration] = STATE(595), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4744), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1848), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(7890), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5112), + [anon_sym_struct] = ACTIONS(5114), + [anon_sym_union] = ACTIONS(5116), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3084), - [anon_sym_decltype] = ACTIONS(3084), - [anon_sym_explicit] = ACTIONS(3084), - [anon_sym_typename] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_friend] = ACTIONS(3084), - [anon_sym_public] = ACTIONS(3084), - [anon_sym_private] = ACTIONS(3084), - [anon_sym_protected] = ACTIONS(3084), - [anon_sym_using] = ACTIONS(3084), - [anon_sym_static_assert] = ACTIONS(3084), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1779] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token2] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [aux_sym_preproc_else_token1] = ACTIONS(3162), - [aux_sym_preproc_elif_token1] = ACTIONS(3162), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_friend] = ACTIONS(3162), - [anon_sym_public] = ACTIONS(3162), - [anon_sym_private] = ACTIONS(3162), - [anon_sym_protected] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), + [1591] = { + [sym_function_definition] = STATE(1703), + [sym_declaration] = STATE(1703), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4752), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1834), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8285), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5118), + [anon_sym_struct] = ACTIONS(5120), + [anon_sym_union] = ACTIONS(5122), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1780] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5291), - [anon_sym_GT_GT] = ACTIONS(5291), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym___based] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), - [anon_sym_signed] = ACTIONS(5289), - [anon_sym_unsigned] = ACTIONS(5289), - [anon_sym_long] = ACTIONS(5289), - [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [aux_sym_primitive_type_token1] = ACTIONS(5289), - [anon_sym_byte] = ACTIONS(5289), - [anon_sym_word] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), + [1592] = { + [sym_function_definition] = STATE(357), + [sym_declaration] = STATE(357), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4749), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1849), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8236), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5124), + [anon_sym_struct] = ACTIONS(5126), + [anon_sym_union] = ACTIONS(5128), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1781] = { - [sym_identifier] = ACTIONS(5464), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5466), - [anon_sym_COMMA] = ACTIONS(5466), - [anon_sym_RPAREN] = ACTIONS(5466), - [anon_sym_LPAREN2] = ACTIONS(5466), - [anon_sym_DASH] = ACTIONS(5464), - [anon_sym_PLUS] = ACTIONS(5464), - [anon_sym_STAR] = ACTIONS(5466), - [anon_sym_SLASH] = ACTIONS(5464), - [anon_sym_PERCENT] = ACTIONS(5466), - [anon_sym_PIPE_PIPE] = ACTIONS(5466), - [anon_sym_AMP_AMP] = ACTIONS(5466), - [anon_sym_PIPE] = ACTIONS(5464), - [anon_sym_CARET] = ACTIONS(5466), - [anon_sym_AMP] = ACTIONS(5464), - [anon_sym_EQ_EQ] = ACTIONS(5466), - [anon_sym_BANG_EQ] = ACTIONS(5466), - [anon_sym_GT] = ACTIONS(5464), - [anon_sym_GT_EQ] = ACTIONS(5466), - [anon_sym_LT_EQ] = ACTIONS(5464), - [anon_sym_LT] = ACTIONS(5464), - [anon_sym_LT_LT] = ACTIONS(5466), - [anon_sym_GT_GT] = ACTIONS(5466), - [anon_sym_SEMI] = ACTIONS(5466), - [anon_sym___extension__] = ACTIONS(5464), - [anon_sym___attribute__] = ACTIONS(5464), - [anon_sym___attribute] = ACTIONS(5464), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym___based] = ACTIONS(5464), - [anon_sym_LBRACE] = ACTIONS(5466), - [anon_sym_RBRACE] = ACTIONS(5466), - [anon_sym_signed] = ACTIONS(5464), - [anon_sym_unsigned] = ACTIONS(5464), - [anon_sym_long] = ACTIONS(5464), - [anon_sym_short] = ACTIONS(5464), - [anon_sym_LBRACK] = ACTIONS(5466), - [anon_sym_RBRACK] = ACTIONS(5466), - [anon_sym_const] = ACTIONS(5464), - [anon_sym_constexpr] = ACTIONS(5464), - [anon_sym_volatile] = ACTIONS(5464), - [anon_sym_restrict] = ACTIONS(5464), - [anon_sym___restrict__] = ACTIONS(5464), - [anon_sym__Atomic] = ACTIONS(5464), - [anon_sym__Noreturn] = ACTIONS(5464), - [anon_sym_noreturn] = ACTIONS(5464), - [anon_sym__Nonnull] = ACTIONS(5464), - [anon_sym_mutable] = ACTIONS(5464), - [anon_sym_constinit] = ACTIONS(5464), - [anon_sym_consteval] = ACTIONS(5464), - [anon_sym_PROGMEM] = ACTIONS(5464), - [anon_sym_alignas] = ACTIONS(5464), - [anon_sym__Alignas] = ACTIONS(5464), - [aux_sym_primitive_type_token1] = ACTIONS(5464), - [anon_sym_byte] = ACTIONS(5464), - [anon_sym_word] = ACTIONS(5464), - [anon_sym_COLON] = ACTIONS(5464), - [anon_sym_QMARK] = ACTIONS(5466), - [anon_sym_LT_EQ_GT] = ACTIONS(5466), - [anon_sym_or] = ACTIONS(5464), - [anon_sym_and] = ACTIONS(5464), - [anon_sym_bitor] = ACTIONS(5464), - [anon_sym_xor] = ACTIONS(5464), - [anon_sym_bitand] = ACTIONS(5464), - [anon_sym_not_eq] = ACTIONS(5464), - [anon_sym_DASH_DASH] = ACTIONS(5466), - [anon_sym_PLUS_PLUS] = ACTIONS(5466), - [anon_sym_DOT] = ACTIONS(5464), - [anon_sym_DOT_STAR] = ACTIONS(5466), - [anon_sym_DASH_GT] = ACTIONS(5466), + [1593] = { + [sym_function_definition] = STATE(564), + [sym_declaration] = STATE(564), + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4744), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_ms_call_modifier] = STATE(1848), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym__class_name] = STATE(8598), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(3648), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(3650), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5034), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym___cdecl] = ACTIONS(53), + [anon_sym___clrcall] = ACTIONS(53), + [anon_sym___stdcall] = ACTIONS(53), + [anon_sym___fastcall] = ACTIONS(53), + [anon_sym___thiscall] = ACTIONS(53), + [anon_sym___vectorcall] = ACTIONS(53), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(5130), + [anon_sym_struct] = ACTIONS(5132), + [anon_sym_union] = ACTIONS(5134), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5464), - [anon_sym_decltype] = ACTIONS(5464), - [anon_sym_final] = ACTIONS(5464), - [anon_sym_override] = ACTIONS(5464), - [anon_sym_requires] = ACTIONS(5464), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1782] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token2] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [aux_sym_preproc_else_token1] = ACTIONS(3014), - [aux_sym_preproc_elif_token1] = ACTIONS(3014), - [aux_sym_preproc_elifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_elifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_friend] = ACTIONS(3014), - [anon_sym_public] = ACTIONS(3014), - [anon_sym_private] = ACTIONS(3014), - [anon_sym_protected] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), + [1594] = { + [sym_type_qualifier] = STATE(1579), + [sym_alignas_qualifier] = STATE(1642), + [sym_primitive_type] = STATE(2742), + [aux_sym__type_definition_type_repeat1] = STATE(1579), + [aux_sym_sized_type_specifier_repeat1] = STATE(1626), + [sym_identifier] = ACTIONS(5136), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4934), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4934), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4934), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4934), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym___extension__] = ACTIONS(5044), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5138), + [anon_sym_unsigned] = ACTIONS(5138), + [anon_sym_long] = ACTIONS(5138), + [anon_sym_short] = ACTIONS(5138), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_EQ] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(5044), + [anon_sym_constexpr] = ACTIONS(5044), + [anon_sym_volatile] = ACTIONS(5044), + [anon_sym_restrict] = ACTIONS(5044), + [anon_sym___restrict__] = ACTIONS(5044), + [anon_sym__Atomic] = ACTIONS(5044), + [anon_sym__Noreturn] = ACTIONS(5044), + [anon_sym_noreturn] = ACTIONS(5044), + [anon_sym__Nonnull] = ACTIONS(5044), + [anon_sym_mutable] = ACTIONS(5044), + [anon_sym_constinit] = ACTIONS(5044), + [anon_sym_consteval] = ACTIONS(5044), + [anon_sym_PROGMEM] = ACTIONS(5044), + [anon_sym_alignas] = ACTIONS(5048), + [anon_sym__Alignas] = ACTIONS(5048), + [aux_sym_primitive_type_token1] = ACTIONS(5050), + [anon_sym_byte] = ACTIONS(5050), + [anon_sym_word] = ACTIONS(5050), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_LT_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_GT_EQ] = ACTIONS(4932), + [anon_sym_AMP_EQ] = ACTIONS(4932), + [anon_sym_CARET_EQ] = ACTIONS(4932), + [anon_sym_PIPE_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4934), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), + [anon_sym_DASH_GT_STAR] = ACTIONS(4932), }, - [1783] = { - [sym_identifier] = ACTIONS(5468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5470), - [anon_sym_COMMA] = ACTIONS(5470), - [anon_sym_RPAREN] = ACTIONS(5470), - [anon_sym_LPAREN2] = ACTIONS(5470), - [anon_sym_DASH] = ACTIONS(5468), - [anon_sym_PLUS] = ACTIONS(5468), - [anon_sym_STAR] = ACTIONS(5470), - [anon_sym_SLASH] = ACTIONS(5468), - [anon_sym_PERCENT] = ACTIONS(5470), - [anon_sym_PIPE_PIPE] = ACTIONS(5470), - [anon_sym_AMP_AMP] = ACTIONS(5470), - [anon_sym_PIPE] = ACTIONS(5468), - [anon_sym_CARET] = ACTIONS(5470), - [anon_sym_AMP] = ACTIONS(5468), - [anon_sym_EQ_EQ] = ACTIONS(5470), - [anon_sym_BANG_EQ] = ACTIONS(5470), - [anon_sym_GT] = ACTIONS(5468), - [anon_sym_GT_EQ] = ACTIONS(5470), - [anon_sym_LT_EQ] = ACTIONS(5468), - [anon_sym_LT] = ACTIONS(5468), - [anon_sym_LT_LT] = ACTIONS(5470), - [anon_sym_GT_GT] = ACTIONS(5470), - [anon_sym_SEMI] = ACTIONS(5470), - [anon_sym___extension__] = ACTIONS(5468), - [anon_sym___attribute__] = ACTIONS(5468), - [anon_sym___attribute] = ACTIONS(5468), - [anon_sym___based] = ACTIONS(5468), - [anon_sym_LBRACE] = ACTIONS(5470), - [anon_sym_RBRACE] = ACTIONS(5470), - [anon_sym_signed] = ACTIONS(5468), - [anon_sym_unsigned] = ACTIONS(5468), - [anon_sym_long] = ACTIONS(5468), - [anon_sym_short] = ACTIONS(5468), - [anon_sym_LBRACK] = ACTIONS(5470), - [anon_sym_RBRACK] = ACTIONS(5470), - [anon_sym_const] = ACTIONS(5468), - [anon_sym_constexpr] = ACTIONS(5468), - [anon_sym_volatile] = ACTIONS(5468), - [anon_sym_restrict] = ACTIONS(5468), - [anon_sym___restrict__] = ACTIONS(5468), - [anon_sym__Atomic] = ACTIONS(5468), - [anon_sym__Noreturn] = ACTIONS(5468), - [anon_sym_noreturn] = ACTIONS(5468), - [anon_sym__Nonnull] = ACTIONS(5468), - [anon_sym_mutable] = ACTIONS(5468), - [anon_sym_constinit] = ACTIONS(5468), - [anon_sym_consteval] = ACTIONS(5468), - [anon_sym_PROGMEM] = ACTIONS(5468), - [anon_sym_alignas] = ACTIONS(5468), - [anon_sym__Alignas] = ACTIONS(5468), - [aux_sym_primitive_type_token1] = ACTIONS(5468), - [anon_sym_byte] = ACTIONS(5468), - [anon_sym_word] = ACTIONS(5468), - [anon_sym_COLON] = ACTIONS(5470), - [anon_sym_QMARK] = ACTIONS(5470), - [anon_sym_LT_EQ_GT] = ACTIONS(5470), - [anon_sym_or] = ACTIONS(5468), - [anon_sym_and] = ACTIONS(5468), - [anon_sym_bitor] = ACTIONS(5468), - [anon_sym_xor] = ACTIONS(5468), - [anon_sym_bitand] = ACTIONS(5468), - [anon_sym_not_eq] = ACTIONS(5468), - [anon_sym_DASH_DASH] = ACTIONS(5470), - [anon_sym_PLUS_PLUS] = ACTIONS(5470), - [anon_sym_DOT] = ACTIONS(5468), - [anon_sym_DOT_STAR] = ACTIONS(5470), - [anon_sym_DASH_GT] = ACTIONS(5470), + [1595] = { + [sym_identifier] = ACTIONS(5140), + [anon_sym_COMMA] = ACTIONS(5142), + [anon_sym_RPAREN] = ACTIONS(5142), + [anon_sym_LPAREN2] = ACTIONS(5142), + [anon_sym_TILDE] = ACTIONS(5142), + [anon_sym_STAR] = ACTIONS(5142), + [anon_sym_PIPE_PIPE] = ACTIONS(5142), + [anon_sym_AMP_AMP] = ACTIONS(5142), + [anon_sym_AMP] = ACTIONS(5140), + [anon_sym_SEMI] = ACTIONS(5142), + [anon_sym___extension__] = ACTIONS(5140), + [anon_sym_virtual] = ACTIONS(5140), + [anon_sym_extern] = ACTIONS(5140), + [anon_sym___attribute__] = ACTIONS(5140), + [anon_sym___attribute] = ACTIONS(5140), + [anon_sym_COLON_COLON] = ACTIONS(5142), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5142), + [anon_sym___declspec] = ACTIONS(5140), + [anon_sym___based] = ACTIONS(5140), + [anon_sym___cdecl] = ACTIONS(5140), + [anon_sym___clrcall] = ACTIONS(5140), + [anon_sym___stdcall] = ACTIONS(5140), + [anon_sym___fastcall] = ACTIONS(5140), + [anon_sym___thiscall] = ACTIONS(5140), + [anon_sym___vectorcall] = ACTIONS(5140), + [anon_sym_LBRACE] = ACTIONS(5142), + [anon_sym_signed] = ACTIONS(5140), + [anon_sym_unsigned] = ACTIONS(5140), + [anon_sym_long] = ACTIONS(5140), + [anon_sym_short] = ACTIONS(5140), + [anon_sym_LBRACK] = ACTIONS(5140), + [anon_sym_static] = ACTIONS(5140), + [anon_sym_EQ] = ACTIONS(5142), + [anon_sym_register] = ACTIONS(5140), + [anon_sym_inline] = ACTIONS(5140), + [anon_sym___inline] = ACTIONS(5140), + [anon_sym___inline__] = ACTIONS(5140), + [anon_sym___forceinline] = ACTIONS(5140), + [anon_sym_thread_local] = ACTIONS(5140), + [anon_sym___thread] = ACTIONS(5140), + [anon_sym_const] = ACTIONS(5140), + [anon_sym_constexpr] = ACTIONS(5140), + [anon_sym_volatile] = ACTIONS(5140), + [anon_sym_restrict] = ACTIONS(5140), + [anon_sym___restrict__] = ACTIONS(5140), + [anon_sym__Atomic] = ACTIONS(5140), + [anon_sym__Noreturn] = ACTIONS(5140), + [anon_sym_noreturn] = ACTIONS(5140), + [anon_sym__Nonnull] = ACTIONS(5140), + [anon_sym_mutable] = ACTIONS(5140), + [anon_sym_constinit] = ACTIONS(5140), + [anon_sym_consteval] = ACTIONS(5140), + [anon_sym_PROGMEM] = ACTIONS(5140), + [anon_sym_alignas] = ACTIONS(5140), + [anon_sym__Alignas] = ACTIONS(5140), + [aux_sym_primitive_type_token1] = ACTIONS(5140), + [anon_sym_byte] = ACTIONS(5140), + [anon_sym_word] = ACTIONS(5140), + [anon_sym_enum] = ACTIONS(5140), + [anon_sym_class] = ACTIONS(5140), + [anon_sym_struct] = ACTIONS(5140), + [anon_sym_union] = ACTIONS(5140), + [anon_sym_or] = ACTIONS(5140), + [anon_sym_and] = ACTIONS(5140), + [anon_sym_asm] = ACTIONS(5140), + [anon_sym___asm__] = ACTIONS(5140), + [anon_sym___asm] = ACTIONS(5140), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5468), - [anon_sym_decltype] = ACTIONS(5468), - [anon_sym_final] = ACTIONS(5468), - [anon_sym_override] = ACTIONS(5468), - [anon_sym_requires] = ACTIONS(5468), + [sym_auto] = ACTIONS(5140), + [anon_sym_decltype] = ACTIONS(5140), + [anon_sym_final] = ACTIONS(5140), + [anon_sym_override] = ACTIONS(5140), + [anon_sym_explicit] = ACTIONS(5140), + [anon_sym_typename] = ACTIONS(5140), + [anon_sym_template] = ACTIONS(5140), + [anon_sym_GT2] = ACTIONS(5142), + [anon_sym_operator] = ACTIONS(5140), + [anon_sym_try] = ACTIONS(5140), + [anon_sym_friend] = ACTIONS(5140), + [anon_sym_using] = ACTIONS(5140), + [anon_sym_concept] = ACTIONS(5140), + [anon_sym_requires] = ACTIONS(5140), }, - [1784] = { - [sym_identifier] = ACTIONS(5472), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), - [anon_sym_COMMA] = ACTIONS(5474), - [anon_sym_RPAREN] = ACTIONS(5474), - [anon_sym_LPAREN2] = ACTIONS(5474), - [anon_sym_DASH] = ACTIONS(5472), - [anon_sym_PLUS] = ACTIONS(5472), - [anon_sym_STAR] = ACTIONS(5474), - [anon_sym_SLASH] = ACTIONS(5472), - [anon_sym_PERCENT] = ACTIONS(5474), - [anon_sym_PIPE_PIPE] = ACTIONS(5474), - [anon_sym_AMP_AMP] = ACTIONS(5474), - [anon_sym_PIPE] = ACTIONS(5472), - [anon_sym_CARET] = ACTIONS(5474), - [anon_sym_AMP] = ACTIONS(5472), - [anon_sym_EQ_EQ] = ACTIONS(5474), - [anon_sym_BANG_EQ] = ACTIONS(5474), - [anon_sym_GT] = ACTIONS(5472), - [anon_sym_GT_EQ] = ACTIONS(5474), - [anon_sym_LT_EQ] = ACTIONS(5472), - [anon_sym_LT] = ACTIONS(5472), - [anon_sym_LT_LT] = ACTIONS(5474), - [anon_sym_GT_GT] = ACTIONS(5474), - [anon_sym_SEMI] = ACTIONS(5474), - [anon_sym___extension__] = ACTIONS(5472), - [anon_sym___attribute__] = ACTIONS(5472), - [anon_sym___attribute] = ACTIONS(5472), - [anon_sym___based] = ACTIONS(5472), - [anon_sym_LBRACE] = ACTIONS(5474), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_signed] = ACTIONS(5472), - [anon_sym_unsigned] = ACTIONS(5472), - [anon_sym_long] = ACTIONS(5472), - [anon_sym_short] = ACTIONS(5472), - [anon_sym_LBRACK] = ACTIONS(5474), - [anon_sym_RBRACK] = ACTIONS(5474), - [anon_sym_const] = ACTIONS(5472), - [anon_sym_constexpr] = ACTIONS(5472), - [anon_sym_volatile] = ACTIONS(5472), - [anon_sym_restrict] = ACTIONS(5472), - [anon_sym___restrict__] = ACTIONS(5472), - [anon_sym__Atomic] = ACTIONS(5472), - [anon_sym__Noreturn] = ACTIONS(5472), - [anon_sym_noreturn] = ACTIONS(5472), - [anon_sym__Nonnull] = ACTIONS(5472), - [anon_sym_mutable] = ACTIONS(5472), - [anon_sym_constinit] = ACTIONS(5472), - [anon_sym_consteval] = ACTIONS(5472), - [anon_sym_PROGMEM] = ACTIONS(5472), - [anon_sym_alignas] = ACTIONS(5472), - [anon_sym__Alignas] = ACTIONS(5472), - [aux_sym_primitive_type_token1] = ACTIONS(5472), - [anon_sym_byte] = ACTIONS(5472), - [anon_sym_word] = ACTIONS(5472), - [anon_sym_COLON] = ACTIONS(5474), - [anon_sym_QMARK] = ACTIONS(5474), - [anon_sym_LT_EQ_GT] = ACTIONS(5474), - [anon_sym_or] = ACTIONS(5472), - [anon_sym_and] = ACTIONS(5472), - [anon_sym_bitor] = ACTIONS(5472), - [anon_sym_xor] = ACTIONS(5472), - [anon_sym_bitand] = ACTIONS(5472), - [anon_sym_not_eq] = ACTIONS(5472), - [anon_sym_DASH_DASH] = ACTIONS(5474), - [anon_sym_PLUS_PLUS] = ACTIONS(5474), - [anon_sym_DOT] = ACTIONS(5472), - [anon_sym_DOT_STAR] = ACTIONS(5474), - [anon_sym_DASH_GT] = ACTIONS(5474), + [1596] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1596), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [anon_sym_RPAREN] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4920), + [anon_sym_STAR] = ACTIONS(4920), + [anon_sym_SLASH] = ACTIONS(4920), + [anon_sym_PERCENT] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_PIPE] = ACTIONS(4920), + [anon_sym_CARET] = ACTIONS(4920), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4922), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4920), + [anon_sym_LT_LT] = ACTIONS(4920), + [anon_sym_GT_GT] = ACTIONS(4920), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(5144), + [anon_sym_unsigned] = ACTIONS(5144), + [anon_sym_long] = ACTIONS(5144), + [anon_sym_short] = ACTIONS(5144), + [anon_sym_LBRACK] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4920), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_STAR_EQ] = ACTIONS(4922), + [anon_sym_SLASH_EQ] = ACTIONS(4922), + [anon_sym_PERCENT_EQ] = ACTIONS(4922), + [anon_sym_PLUS_EQ] = ACTIONS(4922), + [anon_sym_DASH_EQ] = ACTIONS(4922), + [anon_sym_LT_LT_EQ] = ACTIONS(4922), + [anon_sym_GT_GT_EQ] = ACTIONS(4922), + [anon_sym_AMP_EQ] = ACTIONS(4922), + [anon_sym_CARET_EQ] = ACTIONS(4922), + [anon_sym_PIPE_EQ] = ACTIONS(4922), + [anon_sym_and_eq] = ACTIONS(4920), + [anon_sym_or_eq] = ACTIONS(4920), + [anon_sym_xor_eq] = ACTIONS(4920), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4920), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5472), - [anon_sym_decltype] = ACTIONS(5472), - [anon_sym_final] = ACTIONS(5472), - [anon_sym_override] = ACTIONS(5472), - [anon_sym_requires] = ACTIONS(5472), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_DASH_GT_STAR] = ACTIONS(4922), }, - [1785] = { - [sym_identifier] = ACTIONS(5472), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), - [anon_sym_COMMA] = ACTIONS(5474), - [anon_sym_RPAREN] = ACTIONS(5474), - [anon_sym_LPAREN2] = ACTIONS(5474), - [anon_sym_DASH] = ACTIONS(5472), - [anon_sym_PLUS] = ACTIONS(5472), - [anon_sym_STAR] = ACTIONS(5474), - [anon_sym_SLASH] = ACTIONS(5472), - [anon_sym_PERCENT] = ACTIONS(5474), - [anon_sym_PIPE_PIPE] = ACTIONS(5474), - [anon_sym_AMP_AMP] = ACTIONS(5474), - [anon_sym_PIPE] = ACTIONS(5472), - [anon_sym_CARET] = ACTIONS(5474), - [anon_sym_AMP] = ACTIONS(5472), - [anon_sym_EQ_EQ] = ACTIONS(5474), - [anon_sym_BANG_EQ] = ACTIONS(5474), - [anon_sym_GT] = ACTIONS(5472), - [anon_sym_GT_EQ] = ACTIONS(5474), - [anon_sym_LT_EQ] = ACTIONS(5472), - [anon_sym_LT] = ACTIONS(5472), - [anon_sym_LT_LT] = ACTIONS(5474), - [anon_sym_GT_GT] = ACTIONS(5474), - [anon_sym_SEMI] = ACTIONS(5474), - [anon_sym___extension__] = ACTIONS(5472), - [anon_sym___attribute__] = ACTIONS(5472), - [anon_sym___attribute] = ACTIONS(5472), - [anon_sym___based] = ACTIONS(5472), - [anon_sym_LBRACE] = ACTIONS(5474), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_signed] = ACTIONS(5472), - [anon_sym_unsigned] = ACTIONS(5472), - [anon_sym_long] = ACTIONS(5472), - [anon_sym_short] = ACTIONS(5472), - [anon_sym_LBRACK] = ACTIONS(5474), - [anon_sym_RBRACK] = ACTIONS(5474), - [anon_sym_const] = ACTIONS(5472), - [anon_sym_constexpr] = ACTIONS(5472), - [anon_sym_volatile] = ACTIONS(5472), - [anon_sym_restrict] = ACTIONS(5472), - [anon_sym___restrict__] = ACTIONS(5472), - [anon_sym__Atomic] = ACTIONS(5472), - [anon_sym__Noreturn] = ACTIONS(5472), - [anon_sym_noreturn] = ACTIONS(5472), - [anon_sym__Nonnull] = ACTIONS(5472), - [anon_sym_mutable] = ACTIONS(5472), - [anon_sym_constinit] = ACTIONS(5472), - [anon_sym_consteval] = ACTIONS(5472), - [anon_sym_PROGMEM] = ACTIONS(5472), - [anon_sym_alignas] = ACTIONS(5472), - [anon_sym__Alignas] = ACTIONS(5472), - [aux_sym_primitive_type_token1] = ACTIONS(5472), - [anon_sym_byte] = ACTIONS(5472), - [anon_sym_word] = ACTIONS(5472), - [anon_sym_COLON] = ACTIONS(5474), - [anon_sym_QMARK] = ACTIONS(5474), - [anon_sym_LT_EQ_GT] = ACTIONS(5474), - [anon_sym_or] = ACTIONS(5472), - [anon_sym_and] = ACTIONS(5472), - [anon_sym_bitor] = ACTIONS(5472), - [anon_sym_xor] = ACTIONS(5472), - [anon_sym_bitand] = ACTIONS(5472), - [anon_sym_not_eq] = ACTIONS(5472), - [anon_sym_DASH_DASH] = ACTIONS(5474), - [anon_sym_PLUS_PLUS] = ACTIONS(5474), - [anon_sym_DOT] = ACTIONS(5472), - [anon_sym_DOT_STAR] = ACTIONS(5474), - [anon_sym_DASH_GT] = ACTIONS(5474), + [1597] = { + [sym_identifier] = ACTIONS(5147), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_RPAREN] = ACTIONS(5149), + [anon_sym_LPAREN2] = ACTIONS(5149), + [anon_sym_TILDE] = ACTIONS(5149), + [anon_sym_STAR] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_AMP] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym___extension__] = ACTIONS(5147), + [anon_sym_virtual] = ACTIONS(5147), + [anon_sym_extern] = ACTIONS(5147), + [anon_sym___attribute__] = ACTIONS(5147), + [anon_sym___attribute] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5149), + [anon_sym___declspec] = ACTIONS(5147), + [anon_sym___based] = ACTIONS(5147), + [anon_sym___cdecl] = ACTIONS(5147), + [anon_sym___clrcall] = ACTIONS(5147), + [anon_sym___stdcall] = ACTIONS(5147), + [anon_sym___fastcall] = ACTIONS(5147), + [anon_sym___thiscall] = ACTIONS(5147), + [anon_sym___vectorcall] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_signed] = ACTIONS(5147), + [anon_sym_unsigned] = ACTIONS(5147), + [anon_sym_long] = ACTIONS(5147), + [anon_sym_short] = ACTIONS(5147), + [anon_sym_LBRACK] = ACTIONS(5147), + [anon_sym_static] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_register] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym___inline] = ACTIONS(5147), + [anon_sym___inline__] = ACTIONS(5147), + [anon_sym___forceinline] = ACTIONS(5147), + [anon_sym_thread_local] = ACTIONS(5147), + [anon_sym___thread] = ACTIONS(5147), + [anon_sym_const] = ACTIONS(5147), + [anon_sym_constexpr] = ACTIONS(5147), + [anon_sym_volatile] = ACTIONS(5147), + [anon_sym_restrict] = ACTIONS(5147), + [anon_sym___restrict__] = ACTIONS(5147), + [anon_sym__Atomic] = ACTIONS(5147), + [anon_sym__Noreturn] = ACTIONS(5147), + [anon_sym_noreturn] = ACTIONS(5147), + [anon_sym__Nonnull] = ACTIONS(5147), + [anon_sym_mutable] = ACTIONS(5147), + [anon_sym_constinit] = ACTIONS(5147), + [anon_sym_consteval] = ACTIONS(5147), + [anon_sym_PROGMEM] = ACTIONS(5147), + [anon_sym_alignas] = ACTIONS(5147), + [anon_sym__Alignas] = ACTIONS(5147), + [aux_sym_primitive_type_token1] = ACTIONS(5147), + [anon_sym_byte] = ACTIONS(5147), + [anon_sym_word] = ACTIONS(5147), + [anon_sym_enum] = ACTIONS(5147), + [anon_sym_class] = ACTIONS(5147), + [anon_sym_struct] = ACTIONS(5147), + [anon_sym_union] = ACTIONS(5147), + [anon_sym_or] = ACTIONS(5147), + [anon_sym_and] = ACTIONS(5147), + [anon_sym_asm] = ACTIONS(5147), + [anon_sym___asm__] = ACTIONS(5147), + [anon_sym___asm] = ACTIONS(5147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5147), + [anon_sym_decltype] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_explicit] = ACTIONS(5147), + [anon_sym_typename] = ACTIONS(5147), + [anon_sym_template] = ACTIONS(5147), + [anon_sym_GT2] = ACTIONS(5149), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_try] = ACTIONS(5147), + [anon_sym_friend] = ACTIONS(5147), + [anon_sym_using] = ACTIONS(5147), + [anon_sym_concept] = ACTIONS(5147), + [anon_sym_requires] = ACTIONS(5147), + }, + [1598] = { + [sym_identifier] = ACTIONS(5147), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_RPAREN] = ACTIONS(5149), + [anon_sym_LPAREN2] = ACTIONS(5149), + [anon_sym_TILDE] = ACTIONS(5149), + [anon_sym_STAR] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_AMP] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym___extension__] = ACTIONS(5147), + [anon_sym_virtual] = ACTIONS(5147), + [anon_sym_extern] = ACTIONS(5147), + [anon_sym___attribute__] = ACTIONS(5147), + [anon_sym___attribute] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5149), + [anon_sym___declspec] = ACTIONS(5147), + [anon_sym___based] = ACTIONS(5147), + [anon_sym___cdecl] = ACTIONS(5147), + [anon_sym___clrcall] = ACTIONS(5147), + [anon_sym___stdcall] = ACTIONS(5147), + [anon_sym___fastcall] = ACTIONS(5147), + [anon_sym___thiscall] = ACTIONS(5147), + [anon_sym___vectorcall] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_signed] = ACTIONS(5147), + [anon_sym_unsigned] = ACTIONS(5147), + [anon_sym_long] = ACTIONS(5147), + [anon_sym_short] = ACTIONS(5147), + [anon_sym_LBRACK] = ACTIONS(5147), + [anon_sym_static] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_register] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym___inline] = ACTIONS(5147), + [anon_sym___inline__] = ACTIONS(5147), + [anon_sym___forceinline] = ACTIONS(5147), + [anon_sym_thread_local] = ACTIONS(5147), + [anon_sym___thread] = ACTIONS(5147), + [anon_sym_const] = ACTIONS(5147), + [anon_sym_constexpr] = ACTIONS(5147), + [anon_sym_volatile] = ACTIONS(5147), + [anon_sym_restrict] = ACTIONS(5147), + [anon_sym___restrict__] = ACTIONS(5147), + [anon_sym__Atomic] = ACTIONS(5147), + [anon_sym__Noreturn] = ACTIONS(5147), + [anon_sym_noreturn] = ACTIONS(5147), + [anon_sym__Nonnull] = ACTIONS(5147), + [anon_sym_mutable] = ACTIONS(5147), + [anon_sym_constinit] = ACTIONS(5147), + [anon_sym_consteval] = ACTIONS(5147), + [anon_sym_PROGMEM] = ACTIONS(5147), + [anon_sym_alignas] = ACTIONS(5147), + [anon_sym__Alignas] = ACTIONS(5147), + [aux_sym_primitive_type_token1] = ACTIONS(5147), + [anon_sym_byte] = ACTIONS(5147), + [anon_sym_word] = ACTIONS(5147), + [anon_sym_enum] = ACTIONS(5147), + [anon_sym_class] = ACTIONS(5147), + [anon_sym_struct] = ACTIONS(5147), + [anon_sym_union] = ACTIONS(5147), + [anon_sym_or] = ACTIONS(5147), + [anon_sym_and] = ACTIONS(5147), + [anon_sym_asm] = ACTIONS(5147), + [anon_sym___asm__] = ACTIONS(5147), + [anon_sym___asm] = ACTIONS(5147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5147), + [anon_sym_decltype] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_explicit] = ACTIONS(5147), + [anon_sym_typename] = ACTIONS(5147), + [anon_sym_template] = ACTIONS(5147), + [anon_sym_GT2] = ACTIONS(5149), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_try] = ACTIONS(5147), + [anon_sym_friend] = ACTIONS(5147), + [anon_sym_using] = ACTIONS(5147), + [anon_sym_concept] = ACTIONS(5147), + [anon_sym_requires] = ACTIONS(5147), + }, + [1599] = { + [sym_identifier] = ACTIONS(5147), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_RPAREN] = ACTIONS(5149), + [anon_sym_LPAREN2] = ACTIONS(5149), + [anon_sym_TILDE] = ACTIONS(5149), + [anon_sym_STAR] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_AMP] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym___extension__] = ACTIONS(5147), + [anon_sym_virtual] = ACTIONS(5147), + [anon_sym_extern] = ACTIONS(5147), + [anon_sym___attribute__] = ACTIONS(5147), + [anon_sym___attribute] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5149), + [anon_sym___declspec] = ACTIONS(5147), + [anon_sym___based] = ACTIONS(5147), + [anon_sym___cdecl] = ACTIONS(5147), + [anon_sym___clrcall] = ACTIONS(5147), + [anon_sym___stdcall] = ACTIONS(5147), + [anon_sym___fastcall] = ACTIONS(5147), + [anon_sym___thiscall] = ACTIONS(5147), + [anon_sym___vectorcall] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_signed] = ACTIONS(5147), + [anon_sym_unsigned] = ACTIONS(5147), + [anon_sym_long] = ACTIONS(5147), + [anon_sym_short] = ACTIONS(5147), + [anon_sym_LBRACK] = ACTIONS(5147), + [anon_sym_static] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_register] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym___inline] = ACTIONS(5147), + [anon_sym___inline__] = ACTIONS(5147), + [anon_sym___forceinline] = ACTIONS(5147), + [anon_sym_thread_local] = ACTIONS(5147), + [anon_sym___thread] = ACTIONS(5147), + [anon_sym_const] = ACTIONS(5147), + [anon_sym_constexpr] = ACTIONS(5147), + [anon_sym_volatile] = ACTIONS(5147), + [anon_sym_restrict] = ACTIONS(5147), + [anon_sym___restrict__] = ACTIONS(5147), + [anon_sym__Atomic] = ACTIONS(5147), + [anon_sym__Noreturn] = ACTIONS(5147), + [anon_sym_noreturn] = ACTIONS(5147), + [anon_sym__Nonnull] = ACTIONS(5147), + [anon_sym_mutable] = ACTIONS(5147), + [anon_sym_constinit] = ACTIONS(5147), + [anon_sym_consteval] = ACTIONS(5147), + [anon_sym_PROGMEM] = ACTIONS(5147), + [anon_sym_alignas] = ACTIONS(5147), + [anon_sym__Alignas] = ACTIONS(5147), + [aux_sym_primitive_type_token1] = ACTIONS(5147), + [anon_sym_byte] = ACTIONS(5147), + [anon_sym_word] = ACTIONS(5147), + [anon_sym_enum] = ACTIONS(5147), + [anon_sym_class] = ACTIONS(5147), + [anon_sym_struct] = ACTIONS(5147), + [anon_sym_union] = ACTIONS(5147), + [anon_sym_or] = ACTIONS(5147), + [anon_sym_and] = ACTIONS(5147), + [anon_sym_asm] = ACTIONS(5147), + [anon_sym___asm__] = ACTIONS(5147), + [anon_sym___asm] = ACTIONS(5147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5147), + [anon_sym_decltype] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_explicit] = ACTIONS(5147), + [anon_sym_typename] = ACTIONS(5147), + [anon_sym_template] = ACTIONS(5147), + [anon_sym_GT2] = ACTIONS(5149), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_try] = ACTIONS(5147), + [anon_sym_friend] = ACTIONS(5147), + [anon_sym_using] = ACTIONS(5147), + [anon_sym_concept] = ACTIONS(5147), + [anon_sym_requires] = ACTIONS(5147), + }, + [1600] = { + [sym_identifier] = ACTIONS(5151), + [anon_sym_COMMA] = ACTIONS(5153), + [anon_sym_RPAREN] = ACTIONS(5153), + [anon_sym_LPAREN2] = ACTIONS(5153), + [anon_sym_TILDE] = ACTIONS(5153), + [anon_sym_STAR] = ACTIONS(5153), + [anon_sym_PIPE_PIPE] = ACTIONS(5153), + [anon_sym_AMP_AMP] = ACTIONS(5153), + [anon_sym_AMP] = ACTIONS(5151), + [anon_sym_SEMI] = ACTIONS(5153), + [anon_sym___extension__] = ACTIONS(5151), + [anon_sym_virtual] = ACTIONS(5151), + [anon_sym_extern] = ACTIONS(5151), + [anon_sym___attribute__] = ACTIONS(5151), + [anon_sym___attribute] = ACTIONS(5151), + [anon_sym_COLON_COLON] = ACTIONS(5153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5153), + [anon_sym___declspec] = ACTIONS(5151), + [anon_sym___based] = ACTIONS(5151), + [anon_sym___cdecl] = ACTIONS(5151), + [anon_sym___clrcall] = ACTIONS(5151), + [anon_sym___stdcall] = ACTIONS(5151), + [anon_sym___fastcall] = ACTIONS(5151), + [anon_sym___thiscall] = ACTIONS(5151), + [anon_sym___vectorcall] = ACTIONS(5151), + [anon_sym_LBRACE] = ACTIONS(5153), + [anon_sym_signed] = ACTIONS(5151), + [anon_sym_unsigned] = ACTIONS(5151), + [anon_sym_long] = ACTIONS(5151), + [anon_sym_short] = ACTIONS(5151), + [anon_sym_LBRACK] = ACTIONS(5151), + [anon_sym_static] = ACTIONS(5151), + [anon_sym_EQ] = ACTIONS(5153), + [anon_sym_register] = ACTIONS(5151), + [anon_sym_inline] = ACTIONS(5151), + [anon_sym___inline] = ACTIONS(5151), + [anon_sym___inline__] = ACTIONS(5151), + [anon_sym___forceinline] = ACTIONS(5151), + [anon_sym_thread_local] = ACTIONS(5151), + [anon_sym___thread] = ACTIONS(5151), + [anon_sym_const] = ACTIONS(5151), + [anon_sym_constexpr] = ACTIONS(5151), + [anon_sym_volatile] = ACTIONS(5151), + [anon_sym_restrict] = ACTIONS(5151), + [anon_sym___restrict__] = ACTIONS(5151), + [anon_sym__Atomic] = ACTIONS(5151), + [anon_sym__Noreturn] = ACTIONS(5151), + [anon_sym_noreturn] = ACTIONS(5151), + [anon_sym__Nonnull] = ACTIONS(5151), + [anon_sym_mutable] = ACTIONS(5151), + [anon_sym_constinit] = ACTIONS(5151), + [anon_sym_consteval] = ACTIONS(5151), + [anon_sym_PROGMEM] = ACTIONS(5151), + [anon_sym_alignas] = ACTIONS(5151), + [anon_sym__Alignas] = ACTIONS(5151), + [aux_sym_primitive_type_token1] = ACTIONS(5151), + [anon_sym_byte] = ACTIONS(5151), + [anon_sym_word] = ACTIONS(5151), + [anon_sym_enum] = ACTIONS(5151), + [anon_sym_class] = ACTIONS(5151), + [anon_sym_struct] = ACTIONS(5151), + [anon_sym_union] = ACTIONS(5151), + [anon_sym_or] = ACTIONS(5151), + [anon_sym_and] = ACTIONS(5151), + [anon_sym_asm] = ACTIONS(5151), + [anon_sym___asm__] = ACTIONS(5151), + [anon_sym___asm] = ACTIONS(5151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5151), + [anon_sym_decltype] = ACTIONS(5151), + [anon_sym_final] = ACTIONS(5151), + [anon_sym_override] = ACTIONS(5151), + [anon_sym_explicit] = ACTIONS(5151), + [anon_sym_typename] = ACTIONS(5151), + [anon_sym_template] = ACTIONS(5151), + [anon_sym_GT2] = ACTIONS(5153), + [anon_sym_operator] = ACTIONS(5151), + [anon_sym_try] = ACTIONS(5151), + [anon_sym_friend] = ACTIONS(5151), + [anon_sym_using] = ACTIONS(5151), + [anon_sym_concept] = ACTIONS(5151), + [anon_sym_requires] = ACTIONS(5151), + }, + [1601] = { + [sym_identifier] = ACTIONS(5155), + [anon_sym_COMMA] = ACTIONS(5157), + [anon_sym_RPAREN] = ACTIONS(5157), + [anon_sym_LPAREN2] = ACTIONS(5157), + [anon_sym_TILDE] = ACTIONS(5157), + [anon_sym_STAR] = ACTIONS(5157), + [anon_sym_PIPE_PIPE] = ACTIONS(5157), + [anon_sym_AMP_AMP] = ACTIONS(5157), + [anon_sym_AMP] = ACTIONS(5155), + [anon_sym_SEMI] = ACTIONS(5157), + [anon_sym___extension__] = ACTIONS(5155), + [anon_sym_virtual] = ACTIONS(5155), + [anon_sym_extern] = ACTIONS(5155), + [anon_sym___attribute__] = ACTIONS(5155), + [anon_sym___attribute] = ACTIONS(5155), + [anon_sym_COLON_COLON] = ACTIONS(5157), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5157), + [anon_sym___declspec] = ACTIONS(5155), + [anon_sym___based] = ACTIONS(5155), + [anon_sym___cdecl] = ACTIONS(5155), + [anon_sym___clrcall] = ACTIONS(5155), + [anon_sym___stdcall] = ACTIONS(5155), + [anon_sym___fastcall] = ACTIONS(5155), + [anon_sym___thiscall] = ACTIONS(5155), + [anon_sym___vectorcall] = ACTIONS(5155), + [anon_sym_LBRACE] = ACTIONS(5157), + [anon_sym_signed] = ACTIONS(5155), + [anon_sym_unsigned] = ACTIONS(5155), + [anon_sym_long] = ACTIONS(5155), + [anon_sym_short] = ACTIONS(5155), + [anon_sym_LBRACK] = ACTIONS(5155), + [anon_sym_static] = ACTIONS(5155), + [anon_sym_EQ] = ACTIONS(5157), + [anon_sym_register] = ACTIONS(5155), + [anon_sym_inline] = ACTIONS(5155), + [anon_sym___inline] = ACTIONS(5155), + [anon_sym___inline__] = ACTIONS(5155), + [anon_sym___forceinline] = ACTIONS(5155), + [anon_sym_thread_local] = ACTIONS(5155), + [anon_sym___thread] = ACTIONS(5155), + [anon_sym_const] = ACTIONS(5155), + [anon_sym_constexpr] = ACTIONS(5155), + [anon_sym_volatile] = ACTIONS(5155), + [anon_sym_restrict] = ACTIONS(5155), + [anon_sym___restrict__] = ACTIONS(5155), + [anon_sym__Atomic] = ACTIONS(5155), + [anon_sym__Noreturn] = ACTIONS(5155), + [anon_sym_noreturn] = ACTIONS(5155), + [anon_sym__Nonnull] = ACTIONS(5155), + [anon_sym_mutable] = ACTIONS(5155), + [anon_sym_constinit] = ACTIONS(5155), + [anon_sym_consteval] = ACTIONS(5155), + [anon_sym_PROGMEM] = ACTIONS(5155), + [anon_sym_alignas] = ACTIONS(5155), + [anon_sym__Alignas] = ACTIONS(5155), + [aux_sym_primitive_type_token1] = ACTIONS(5155), + [anon_sym_byte] = ACTIONS(5155), + [anon_sym_word] = ACTIONS(5155), + [anon_sym_enum] = ACTIONS(5155), + [anon_sym_class] = ACTIONS(5155), + [anon_sym_struct] = ACTIONS(5155), + [anon_sym_union] = ACTIONS(5155), + [anon_sym_or] = ACTIONS(5155), + [anon_sym_and] = ACTIONS(5155), + [anon_sym_asm] = ACTIONS(5155), + [anon_sym___asm__] = ACTIONS(5155), + [anon_sym___asm] = ACTIONS(5155), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5155), + [anon_sym_decltype] = ACTIONS(5155), + [anon_sym_final] = ACTIONS(5155), + [anon_sym_override] = ACTIONS(5155), + [anon_sym_explicit] = ACTIONS(5155), + [anon_sym_typename] = ACTIONS(5155), + [anon_sym_template] = ACTIONS(5155), + [anon_sym_GT2] = ACTIONS(5157), + [anon_sym_operator] = ACTIONS(5155), + [anon_sym_try] = ACTIONS(5155), + [anon_sym_friend] = ACTIONS(5155), + [anon_sym_using] = ACTIONS(5155), + [anon_sym_concept] = ACTIONS(5155), + [anon_sym_requires] = ACTIONS(5155), + }, + [1602] = { + [sym_identifier] = ACTIONS(5159), + [anon_sym_COMMA] = ACTIONS(5161), + [anon_sym_RPAREN] = ACTIONS(5161), + [anon_sym_LPAREN2] = ACTIONS(5161), + [anon_sym_TILDE] = ACTIONS(5161), + [anon_sym_STAR] = ACTIONS(5161), + [anon_sym_PIPE_PIPE] = ACTIONS(5161), + [anon_sym_AMP_AMP] = ACTIONS(5161), + [anon_sym_AMP] = ACTIONS(5159), + [anon_sym_SEMI] = ACTIONS(5161), + [anon_sym___extension__] = ACTIONS(5159), + [anon_sym_virtual] = ACTIONS(5159), + [anon_sym_extern] = ACTIONS(5159), + [anon_sym___attribute__] = ACTIONS(5159), + [anon_sym___attribute] = ACTIONS(5159), + [anon_sym_COLON_COLON] = ACTIONS(5161), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5161), + [anon_sym___declspec] = ACTIONS(5159), + [anon_sym___based] = ACTIONS(5159), + [anon_sym___cdecl] = ACTIONS(5159), + [anon_sym___clrcall] = ACTIONS(5159), + [anon_sym___stdcall] = ACTIONS(5159), + [anon_sym___fastcall] = ACTIONS(5159), + [anon_sym___thiscall] = ACTIONS(5159), + [anon_sym___vectorcall] = ACTIONS(5159), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_signed] = ACTIONS(5159), + [anon_sym_unsigned] = ACTIONS(5159), + [anon_sym_long] = ACTIONS(5159), + [anon_sym_short] = ACTIONS(5159), + [anon_sym_LBRACK] = ACTIONS(5159), + [anon_sym_static] = ACTIONS(5159), + [anon_sym_EQ] = ACTIONS(5161), + [anon_sym_register] = ACTIONS(5159), + [anon_sym_inline] = ACTIONS(5159), + [anon_sym___inline] = ACTIONS(5159), + [anon_sym___inline__] = ACTIONS(5159), + [anon_sym___forceinline] = ACTIONS(5159), + [anon_sym_thread_local] = ACTIONS(5159), + [anon_sym___thread] = ACTIONS(5159), + [anon_sym_const] = ACTIONS(5159), + [anon_sym_constexpr] = ACTIONS(5159), + [anon_sym_volatile] = ACTIONS(5159), + [anon_sym_restrict] = ACTIONS(5159), + [anon_sym___restrict__] = ACTIONS(5159), + [anon_sym__Atomic] = ACTIONS(5159), + [anon_sym__Noreturn] = ACTIONS(5159), + [anon_sym_noreturn] = ACTIONS(5159), + [anon_sym__Nonnull] = ACTIONS(5159), + [anon_sym_mutable] = ACTIONS(5159), + [anon_sym_constinit] = ACTIONS(5159), + [anon_sym_consteval] = ACTIONS(5159), + [anon_sym_PROGMEM] = ACTIONS(5159), + [anon_sym_alignas] = ACTIONS(5159), + [anon_sym__Alignas] = ACTIONS(5159), + [aux_sym_primitive_type_token1] = ACTIONS(5159), + [anon_sym_byte] = ACTIONS(5159), + [anon_sym_word] = ACTIONS(5159), + [anon_sym_enum] = ACTIONS(5159), + [anon_sym_class] = ACTIONS(5159), + [anon_sym_struct] = ACTIONS(5159), + [anon_sym_union] = ACTIONS(5159), + [anon_sym_or] = ACTIONS(5159), + [anon_sym_and] = ACTIONS(5159), + [anon_sym_asm] = ACTIONS(5159), + [anon_sym___asm__] = ACTIONS(5159), + [anon_sym___asm] = ACTIONS(5159), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5159), + [anon_sym_decltype] = ACTIONS(5159), + [anon_sym_final] = ACTIONS(5159), + [anon_sym_override] = ACTIONS(5159), + [anon_sym_explicit] = ACTIONS(5159), + [anon_sym_typename] = ACTIONS(5159), + [anon_sym_template] = ACTIONS(5159), + [anon_sym_GT2] = ACTIONS(5161), + [anon_sym_operator] = ACTIONS(5159), + [anon_sym_try] = ACTIONS(5159), + [anon_sym_friend] = ACTIONS(5159), + [anon_sym_using] = ACTIONS(5159), + [anon_sym_concept] = ACTIONS(5159), + [anon_sym_requires] = ACTIONS(5159), + }, + [1603] = { + [sym_identifier] = ACTIONS(5163), + [anon_sym_COMMA] = ACTIONS(5165), + [anon_sym_RPAREN] = ACTIONS(5165), + [anon_sym_LPAREN2] = ACTIONS(5165), + [anon_sym_TILDE] = ACTIONS(5165), + [anon_sym_STAR] = ACTIONS(5165), + [anon_sym_PIPE_PIPE] = ACTIONS(5165), + [anon_sym_AMP_AMP] = ACTIONS(5165), + [anon_sym_AMP] = ACTIONS(5163), + [anon_sym_SEMI] = ACTIONS(5165), + [anon_sym___extension__] = ACTIONS(5163), + [anon_sym_virtual] = ACTIONS(5163), + [anon_sym_extern] = ACTIONS(5163), + [anon_sym___attribute__] = ACTIONS(5163), + [anon_sym___attribute] = ACTIONS(5163), + [anon_sym_COLON_COLON] = ACTIONS(5165), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5165), + [anon_sym___declspec] = ACTIONS(5163), + [anon_sym___based] = ACTIONS(5163), + [anon_sym___cdecl] = ACTIONS(5163), + [anon_sym___clrcall] = ACTIONS(5163), + [anon_sym___stdcall] = ACTIONS(5163), + [anon_sym___fastcall] = ACTIONS(5163), + [anon_sym___thiscall] = ACTIONS(5163), + [anon_sym___vectorcall] = ACTIONS(5163), + [anon_sym_LBRACE] = ACTIONS(5165), + [anon_sym_signed] = ACTIONS(5163), + [anon_sym_unsigned] = ACTIONS(5163), + [anon_sym_long] = ACTIONS(5163), + [anon_sym_short] = ACTIONS(5163), + [anon_sym_LBRACK] = ACTIONS(5163), + [anon_sym_static] = ACTIONS(5163), + [anon_sym_EQ] = ACTIONS(5165), + [anon_sym_register] = ACTIONS(5163), + [anon_sym_inline] = ACTIONS(5163), + [anon_sym___inline] = ACTIONS(5163), + [anon_sym___inline__] = ACTIONS(5163), + [anon_sym___forceinline] = ACTIONS(5163), + [anon_sym_thread_local] = ACTIONS(5163), + [anon_sym___thread] = ACTIONS(5163), + [anon_sym_const] = ACTIONS(5163), + [anon_sym_constexpr] = ACTIONS(5163), + [anon_sym_volatile] = ACTIONS(5163), + [anon_sym_restrict] = ACTIONS(5163), + [anon_sym___restrict__] = ACTIONS(5163), + [anon_sym__Atomic] = ACTIONS(5163), + [anon_sym__Noreturn] = ACTIONS(5163), + [anon_sym_noreturn] = ACTIONS(5163), + [anon_sym__Nonnull] = ACTIONS(5163), + [anon_sym_mutable] = ACTIONS(5163), + [anon_sym_constinit] = ACTIONS(5163), + [anon_sym_consteval] = ACTIONS(5163), + [anon_sym_PROGMEM] = ACTIONS(5163), + [anon_sym_alignas] = ACTIONS(5163), + [anon_sym__Alignas] = ACTIONS(5163), + [aux_sym_primitive_type_token1] = ACTIONS(5163), + [anon_sym_byte] = ACTIONS(5163), + [anon_sym_word] = ACTIONS(5163), + [anon_sym_enum] = ACTIONS(5163), + [anon_sym_class] = ACTIONS(5163), + [anon_sym_struct] = ACTIONS(5163), + [anon_sym_union] = ACTIONS(5163), + [anon_sym_or] = ACTIONS(5163), + [anon_sym_and] = ACTIONS(5163), + [anon_sym_asm] = ACTIONS(5163), + [anon_sym___asm__] = ACTIONS(5163), + [anon_sym___asm] = ACTIONS(5163), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5163), + [anon_sym_decltype] = ACTIONS(5163), + [anon_sym_final] = ACTIONS(5163), + [anon_sym_override] = ACTIONS(5163), + [anon_sym_explicit] = ACTIONS(5163), + [anon_sym_typename] = ACTIONS(5163), + [anon_sym_template] = ACTIONS(5163), + [anon_sym_GT2] = ACTIONS(5165), + [anon_sym_operator] = ACTIONS(5163), + [anon_sym_try] = ACTIONS(5163), + [anon_sym_friend] = ACTIONS(5163), + [anon_sym_using] = ACTIONS(5163), + [anon_sym_concept] = ACTIONS(5163), + [anon_sym_requires] = ACTIONS(5163), + }, + [1604] = { + [sym_identifier] = ACTIONS(5167), + [anon_sym_COMMA] = ACTIONS(5169), + [anon_sym_RPAREN] = ACTIONS(5169), + [anon_sym_LPAREN2] = ACTIONS(5169), + [anon_sym_TILDE] = ACTIONS(5169), + [anon_sym_STAR] = ACTIONS(5169), + [anon_sym_PIPE_PIPE] = ACTIONS(5169), + [anon_sym_AMP_AMP] = ACTIONS(5169), + [anon_sym_AMP] = ACTIONS(5167), + [anon_sym_SEMI] = ACTIONS(5169), + [anon_sym___extension__] = ACTIONS(5167), + [anon_sym_virtual] = ACTIONS(5167), + [anon_sym_extern] = ACTIONS(5167), + [anon_sym___attribute__] = ACTIONS(5167), + [anon_sym___attribute] = ACTIONS(5167), + [anon_sym_COLON_COLON] = ACTIONS(5169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5169), + [anon_sym___declspec] = ACTIONS(5167), + [anon_sym___based] = ACTIONS(5167), + [anon_sym___cdecl] = ACTIONS(5167), + [anon_sym___clrcall] = ACTIONS(5167), + [anon_sym___stdcall] = ACTIONS(5167), + [anon_sym___fastcall] = ACTIONS(5167), + [anon_sym___thiscall] = ACTIONS(5167), + [anon_sym___vectorcall] = ACTIONS(5167), + [anon_sym_LBRACE] = ACTIONS(5169), + [anon_sym_signed] = ACTIONS(5167), + [anon_sym_unsigned] = ACTIONS(5167), + [anon_sym_long] = ACTIONS(5167), + [anon_sym_short] = ACTIONS(5167), + [anon_sym_LBRACK] = ACTIONS(5167), + [anon_sym_static] = ACTIONS(5167), + [anon_sym_EQ] = ACTIONS(5169), + [anon_sym_register] = ACTIONS(5167), + [anon_sym_inline] = ACTIONS(5167), + [anon_sym___inline] = ACTIONS(5167), + [anon_sym___inline__] = ACTIONS(5167), + [anon_sym___forceinline] = ACTIONS(5167), + [anon_sym_thread_local] = ACTIONS(5167), + [anon_sym___thread] = ACTIONS(5167), + [anon_sym_const] = ACTIONS(5167), + [anon_sym_constexpr] = ACTIONS(5167), + [anon_sym_volatile] = ACTIONS(5167), + [anon_sym_restrict] = ACTIONS(5167), + [anon_sym___restrict__] = ACTIONS(5167), + [anon_sym__Atomic] = ACTIONS(5167), + [anon_sym__Noreturn] = ACTIONS(5167), + [anon_sym_noreturn] = ACTIONS(5167), + [anon_sym__Nonnull] = ACTIONS(5167), + [anon_sym_mutable] = ACTIONS(5167), + [anon_sym_constinit] = ACTIONS(5167), + [anon_sym_consteval] = ACTIONS(5167), + [anon_sym_PROGMEM] = ACTIONS(5167), + [anon_sym_alignas] = ACTIONS(5167), + [anon_sym__Alignas] = ACTIONS(5167), + [aux_sym_primitive_type_token1] = ACTIONS(5167), + [anon_sym_byte] = ACTIONS(5167), + [anon_sym_word] = ACTIONS(5167), + [anon_sym_enum] = ACTIONS(5167), + [anon_sym_class] = ACTIONS(5167), + [anon_sym_struct] = ACTIONS(5167), + [anon_sym_union] = ACTIONS(5167), + [anon_sym_or] = ACTIONS(5167), + [anon_sym_and] = ACTIONS(5167), + [anon_sym_asm] = ACTIONS(5167), + [anon_sym___asm__] = ACTIONS(5167), + [anon_sym___asm] = ACTIONS(5167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5167), + [anon_sym_decltype] = ACTIONS(5167), + [anon_sym_final] = ACTIONS(5167), + [anon_sym_override] = ACTIONS(5167), + [anon_sym_explicit] = ACTIONS(5167), + [anon_sym_typename] = ACTIONS(5167), + [anon_sym_template] = ACTIONS(5167), + [anon_sym_GT2] = ACTIONS(5169), + [anon_sym_operator] = ACTIONS(5167), + [anon_sym_try] = ACTIONS(5167), + [anon_sym_friend] = ACTIONS(5167), + [anon_sym_using] = ACTIONS(5167), + [anon_sym_concept] = ACTIONS(5167), + [anon_sym_requires] = ACTIONS(5167), + }, + [1605] = { + [sym_identifier] = ACTIONS(5171), + [anon_sym_COMMA] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(5173), + [anon_sym_LPAREN2] = ACTIONS(5173), + [anon_sym_TILDE] = ACTIONS(5173), + [anon_sym_STAR] = ACTIONS(5173), + [anon_sym_PIPE_PIPE] = ACTIONS(5173), + [anon_sym_AMP_AMP] = ACTIONS(5173), + [anon_sym_AMP] = ACTIONS(5171), + [anon_sym_SEMI] = ACTIONS(5173), + [anon_sym___extension__] = ACTIONS(5171), + [anon_sym_virtual] = ACTIONS(5171), + [anon_sym_extern] = ACTIONS(5171), + [anon_sym___attribute__] = ACTIONS(5171), + [anon_sym___attribute] = ACTIONS(5171), + [anon_sym_COLON_COLON] = ACTIONS(5173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5173), + [anon_sym___declspec] = ACTIONS(5171), + [anon_sym___based] = ACTIONS(5171), + [anon_sym___cdecl] = ACTIONS(5171), + [anon_sym___clrcall] = ACTIONS(5171), + [anon_sym___stdcall] = ACTIONS(5171), + [anon_sym___fastcall] = ACTIONS(5171), + [anon_sym___thiscall] = ACTIONS(5171), + [anon_sym___vectorcall] = ACTIONS(5171), + [anon_sym_LBRACE] = ACTIONS(5173), + [anon_sym_signed] = ACTIONS(5171), + [anon_sym_unsigned] = ACTIONS(5171), + [anon_sym_long] = ACTIONS(5171), + [anon_sym_short] = ACTIONS(5171), + [anon_sym_LBRACK] = ACTIONS(5171), + [anon_sym_static] = ACTIONS(5171), + [anon_sym_EQ] = ACTIONS(5173), + [anon_sym_register] = ACTIONS(5171), + [anon_sym_inline] = ACTIONS(5171), + [anon_sym___inline] = ACTIONS(5171), + [anon_sym___inline__] = ACTIONS(5171), + [anon_sym___forceinline] = ACTIONS(5171), + [anon_sym_thread_local] = ACTIONS(5171), + [anon_sym___thread] = ACTIONS(5171), + [anon_sym_const] = ACTIONS(5171), + [anon_sym_constexpr] = ACTIONS(5171), + [anon_sym_volatile] = ACTIONS(5171), + [anon_sym_restrict] = ACTIONS(5171), + [anon_sym___restrict__] = ACTIONS(5171), + [anon_sym__Atomic] = ACTIONS(5171), + [anon_sym__Noreturn] = ACTIONS(5171), + [anon_sym_noreturn] = ACTIONS(5171), + [anon_sym__Nonnull] = ACTIONS(5171), + [anon_sym_mutable] = ACTIONS(5171), + [anon_sym_constinit] = ACTIONS(5171), + [anon_sym_consteval] = ACTIONS(5171), + [anon_sym_PROGMEM] = ACTIONS(5171), + [anon_sym_alignas] = ACTIONS(5171), + [anon_sym__Alignas] = ACTIONS(5171), + [aux_sym_primitive_type_token1] = ACTIONS(5171), + [anon_sym_byte] = ACTIONS(5171), + [anon_sym_word] = ACTIONS(5171), + [anon_sym_enum] = ACTIONS(5171), + [anon_sym_class] = ACTIONS(5171), + [anon_sym_struct] = ACTIONS(5171), + [anon_sym_union] = ACTIONS(5171), + [anon_sym_or] = ACTIONS(5171), + [anon_sym_and] = ACTIONS(5171), + [anon_sym_asm] = ACTIONS(5171), + [anon_sym___asm__] = ACTIONS(5171), + [anon_sym___asm] = ACTIONS(5171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5171), + [anon_sym_decltype] = ACTIONS(5171), + [anon_sym_final] = ACTIONS(5171), + [anon_sym_override] = ACTIONS(5171), + [anon_sym_explicit] = ACTIONS(5171), + [anon_sym_typename] = ACTIONS(5171), + [anon_sym_template] = ACTIONS(5171), + [anon_sym_GT2] = ACTIONS(5173), + [anon_sym_operator] = ACTIONS(5171), + [anon_sym_try] = ACTIONS(5171), + [anon_sym_friend] = ACTIONS(5171), + [anon_sym_using] = ACTIONS(5171), + [anon_sym_concept] = ACTIONS(5171), + [anon_sym_requires] = ACTIONS(5171), + }, + [1606] = { + [sym_identifier] = ACTIONS(5175), + [anon_sym_COMMA] = ACTIONS(5177), + [anon_sym_RPAREN] = ACTIONS(5177), + [anon_sym_LPAREN2] = ACTIONS(5177), + [anon_sym_TILDE] = ACTIONS(5177), + [anon_sym_STAR] = ACTIONS(5177), + [anon_sym_PIPE_PIPE] = ACTIONS(5177), + [anon_sym_AMP_AMP] = ACTIONS(5177), + [anon_sym_AMP] = ACTIONS(5175), + [anon_sym_SEMI] = ACTIONS(5177), + [anon_sym___extension__] = ACTIONS(5175), + [anon_sym_virtual] = ACTIONS(5175), + [anon_sym_extern] = ACTIONS(5175), + [anon_sym___attribute__] = ACTIONS(5175), + [anon_sym___attribute] = ACTIONS(5175), + [anon_sym_COLON_COLON] = ACTIONS(5177), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5177), + [anon_sym___declspec] = ACTIONS(5175), + [anon_sym___based] = ACTIONS(5175), + [anon_sym___cdecl] = ACTIONS(5175), + [anon_sym___clrcall] = ACTIONS(5175), + [anon_sym___stdcall] = ACTIONS(5175), + [anon_sym___fastcall] = ACTIONS(5175), + [anon_sym___thiscall] = ACTIONS(5175), + [anon_sym___vectorcall] = ACTIONS(5175), + [anon_sym_LBRACE] = ACTIONS(5177), + [anon_sym_signed] = ACTIONS(5175), + [anon_sym_unsigned] = ACTIONS(5175), + [anon_sym_long] = ACTIONS(5175), + [anon_sym_short] = ACTIONS(5175), + [anon_sym_LBRACK] = ACTIONS(5175), + [anon_sym_static] = ACTIONS(5175), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_register] = ACTIONS(5175), + [anon_sym_inline] = ACTIONS(5175), + [anon_sym___inline] = ACTIONS(5175), + [anon_sym___inline__] = ACTIONS(5175), + [anon_sym___forceinline] = ACTIONS(5175), + [anon_sym_thread_local] = ACTIONS(5175), + [anon_sym___thread] = ACTIONS(5175), + [anon_sym_const] = ACTIONS(5175), + [anon_sym_constexpr] = ACTIONS(5175), + [anon_sym_volatile] = ACTIONS(5175), + [anon_sym_restrict] = ACTIONS(5175), + [anon_sym___restrict__] = ACTIONS(5175), + [anon_sym__Atomic] = ACTIONS(5175), + [anon_sym__Noreturn] = ACTIONS(5175), + [anon_sym_noreturn] = ACTIONS(5175), + [anon_sym__Nonnull] = ACTIONS(5175), + [anon_sym_mutable] = ACTIONS(5175), + [anon_sym_constinit] = ACTIONS(5175), + [anon_sym_consteval] = ACTIONS(5175), + [anon_sym_PROGMEM] = ACTIONS(5175), + [anon_sym_alignas] = ACTIONS(5175), + [anon_sym__Alignas] = ACTIONS(5175), + [aux_sym_primitive_type_token1] = ACTIONS(5175), + [anon_sym_byte] = ACTIONS(5175), + [anon_sym_word] = ACTIONS(5175), + [anon_sym_enum] = ACTIONS(5175), + [anon_sym_class] = ACTIONS(5175), + [anon_sym_struct] = ACTIONS(5175), + [anon_sym_union] = ACTIONS(5175), + [anon_sym_or] = ACTIONS(5175), + [anon_sym_and] = ACTIONS(5175), + [anon_sym_asm] = ACTIONS(5175), + [anon_sym___asm__] = ACTIONS(5175), + [anon_sym___asm] = ACTIONS(5175), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5175), + [anon_sym_decltype] = ACTIONS(5175), + [anon_sym_final] = ACTIONS(5175), + [anon_sym_override] = ACTIONS(5175), + [anon_sym_explicit] = ACTIONS(5175), + [anon_sym_typename] = ACTIONS(5175), + [anon_sym_template] = ACTIONS(5175), + [anon_sym_GT2] = ACTIONS(5177), + [anon_sym_operator] = ACTIONS(5175), + [anon_sym_try] = ACTIONS(5175), + [anon_sym_friend] = ACTIONS(5175), + [anon_sym_using] = ACTIONS(5175), + [anon_sym_concept] = ACTIONS(5175), + [anon_sym_requires] = ACTIONS(5175), + }, + [1607] = { + [sym_identifier] = ACTIONS(5179), + [anon_sym_COMMA] = ACTIONS(5181), + [anon_sym_RPAREN] = ACTIONS(5181), + [anon_sym_LPAREN2] = ACTIONS(5181), + [anon_sym_TILDE] = ACTIONS(5181), + [anon_sym_STAR] = ACTIONS(5181), + [anon_sym_PIPE_PIPE] = ACTIONS(5181), + [anon_sym_AMP_AMP] = ACTIONS(5181), + [anon_sym_AMP] = ACTIONS(5179), + [anon_sym_SEMI] = ACTIONS(5181), + [anon_sym___extension__] = ACTIONS(5179), + [anon_sym_virtual] = ACTIONS(5179), + [anon_sym_extern] = ACTIONS(5179), + [anon_sym___attribute__] = ACTIONS(5179), + [anon_sym___attribute] = ACTIONS(5179), + [anon_sym_COLON_COLON] = ACTIONS(5181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5181), + [anon_sym___declspec] = ACTIONS(5179), + [anon_sym___based] = ACTIONS(5179), + [anon_sym___cdecl] = ACTIONS(5179), + [anon_sym___clrcall] = ACTIONS(5179), + [anon_sym___stdcall] = ACTIONS(5179), + [anon_sym___fastcall] = ACTIONS(5179), + [anon_sym___thiscall] = ACTIONS(5179), + [anon_sym___vectorcall] = ACTIONS(5179), + [anon_sym_LBRACE] = ACTIONS(5181), + [anon_sym_signed] = ACTIONS(5179), + [anon_sym_unsigned] = ACTIONS(5179), + [anon_sym_long] = ACTIONS(5179), + [anon_sym_short] = ACTIONS(5179), + [anon_sym_LBRACK] = ACTIONS(5179), + [anon_sym_static] = ACTIONS(5179), + [anon_sym_EQ] = ACTIONS(5181), + [anon_sym_register] = ACTIONS(5179), + [anon_sym_inline] = ACTIONS(5179), + [anon_sym___inline] = ACTIONS(5179), + [anon_sym___inline__] = ACTIONS(5179), + [anon_sym___forceinline] = ACTIONS(5179), + [anon_sym_thread_local] = ACTIONS(5179), + [anon_sym___thread] = ACTIONS(5179), + [anon_sym_const] = ACTIONS(5179), + [anon_sym_constexpr] = ACTIONS(5179), + [anon_sym_volatile] = ACTIONS(5179), + [anon_sym_restrict] = ACTIONS(5179), + [anon_sym___restrict__] = ACTIONS(5179), + [anon_sym__Atomic] = ACTIONS(5179), + [anon_sym__Noreturn] = ACTIONS(5179), + [anon_sym_noreturn] = ACTIONS(5179), + [anon_sym__Nonnull] = ACTIONS(5179), + [anon_sym_mutable] = ACTIONS(5179), + [anon_sym_constinit] = ACTIONS(5179), + [anon_sym_consteval] = ACTIONS(5179), + [anon_sym_PROGMEM] = ACTIONS(5179), + [anon_sym_alignas] = ACTIONS(5179), + [anon_sym__Alignas] = ACTIONS(5179), + [aux_sym_primitive_type_token1] = ACTIONS(5179), + [anon_sym_byte] = ACTIONS(5179), + [anon_sym_word] = ACTIONS(5179), + [anon_sym_enum] = ACTIONS(5179), + [anon_sym_class] = ACTIONS(5179), + [anon_sym_struct] = ACTIONS(5179), + [anon_sym_union] = ACTIONS(5179), + [anon_sym_or] = ACTIONS(5179), + [anon_sym_and] = ACTIONS(5179), + [anon_sym_asm] = ACTIONS(5179), + [anon_sym___asm__] = ACTIONS(5179), + [anon_sym___asm] = ACTIONS(5179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5179), + [anon_sym_decltype] = ACTIONS(5179), + [anon_sym_final] = ACTIONS(5179), + [anon_sym_override] = ACTIONS(5179), + [anon_sym_explicit] = ACTIONS(5179), + [anon_sym_typename] = ACTIONS(5179), + [anon_sym_template] = ACTIONS(5179), + [anon_sym_GT2] = ACTIONS(5181), + [anon_sym_operator] = ACTIONS(5179), + [anon_sym_try] = ACTIONS(5179), + [anon_sym_friend] = ACTIONS(5179), + [anon_sym_using] = ACTIONS(5179), + [anon_sym_concept] = ACTIONS(5179), + [anon_sym_requires] = ACTIONS(5179), + }, + [1608] = { + [sym_identifier] = ACTIONS(5183), + [anon_sym_COMMA] = ACTIONS(5185), + [anon_sym_RPAREN] = ACTIONS(5185), + [anon_sym_LPAREN2] = ACTIONS(5185), + [anon_sym_TILDE] = ACTIONS(5185), + [anon_sym_STAR] = ACTIONS(5185), + [anon_sym_PIPE_PIPE] = ACTIONS(5185), + [anon_sym_AMP_AMP] = ACTIONS(5185), + [anon_sym_AMP] = ACTIONS(5183), + [anon_sym_SEMI] = ACTIONS(5185), + [anon_sym___extension__] = ACTIONS(5183), + [anon_sym_virtual] = ACTIONS(5183), + [anon_sym_extern] = ACTIONS(5183), + [anon_sym___attribute__] = ACTIONS(5183), + [anon_sym___attribute] = ACTIONS(5183), + [anon_sym_COLON_COLON] = ACTIONS(5185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5185), + [anon_sym___declspec] = ACTIONS(5183), + [anon_sym___based] = ACTIONS(5183), + [anon_sym___cdecl] = ACTIONS(5183), + [anon_sym___clrcall] = ACTIONS(5183), + [anon_sym___stdcall] = ACTIONS(5183), + [anon_sym___fastcall] = ACTIONS(5183), + [anon_sym___thiscall] = ACTIONS(5183), + [anon_sym___vectorcall] = ACTIONS(5183), + [anon_sym_LBRACE] = ACTIONS(5185), + [anon_sym_signed] = ACTIONS(5183), + [anon_sym_unsigned] = ACTIONS(5183), + [anon_sym_long] = ACTIONS(5183), + [anon_sym_short] = ACTIONS(5183), + [anon_sym_LBRACK] = ACTIONS(5183), + [anon_sym_static] = ACTIONS(5183), + [anon_sym_EQ] = ACTIONS(5185), + [anon_sym_register] = ACTIONS(5183), + [anon_sym_inline] = ACTIONS(5183), + [anon_sym___inline] = ACTIONS(5183), + [anon_sym___inline__] = ACTIONS(5183), + [anon_sym___forceinline] = ACTIONS(5183), + [anon_sym_thread_local] = ACTIONS(5183), + [anon_sym___thread] = ACTIONS(5183), + [anon_sym_const] = ACTIONS(5183), + [anon_sym_constexpr] = ACTIONS(5183), + [anon_sym_volatile] = ACTIONS(5183), + [anon_sym_restrict] = ACTIONS(5183), + [anon_sym___restrict__] = ACTIONS(5183), + [anon_sym__Atomic] = ACTIONS(5183), + [anon_sym__Noreturn] = ACTIONS(5183), + [anon_sym_noreturn] = ACTIONS(5183), + [anon_sym__Nonnull] = ACTIONS(5183), + [anon_sym_mutable] = ACTIONS(5183), + [anon_sym_constinit] = ACTIONS(5183), + [anon_sym_consteval] = ACTIONS(5183), + [anon_sym_PROGMEM] = ACTIONS(5183), + [anon_sym_alignas] = ACTIONS(5183), + [anon_sym__Alignas] = ACTIONS(5183), + [aux_sym_primitive_type_token1] = ACTIONS(5183), + [anon_sym_byte] = ACTIONS(5183), + [anon_sym_word] = ACTIONS(5183), + [anon_sym_enum] = ACTIONS(5183), + [anon_sym_class] = ACTIONS(5183), + [anon_sym_struct] = ACTIONS(5183), + [anon_sym_union] = ACTIONS(5183), + [anon_sym_or] = ACTIONS(5183), + [anon_sym_and] = ACTIONS(5183), + [anon_sym_asm] = ACTIONS(5183), + [anon_sym___asm__] = ACTIONS(5183), + [anon_sym___asm] = ACTIONS(5183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5183), + [anon_sym_decltype] = ACTIONS(5183), + [anon_sym_final] = ACTIONS(5183), + [anon_sym_override] = ACTIONS(5183), + [anon_sym_explicit] = ACTIONS(5183), + [anon_sym_typename] = ACTIONS(5183), + [anon_sym_template] = ACTIONS(5183), + [anon_sym_GT2] = ACTIONS(5185), + [anon_sym_operator] = ACTIONS(5183), + [anon_sym_try] = ACTIONS(5183), + [anon_sym_friend] = ACTIONS(5183), + [anon_sym_using] = ACTIONS(5183), + [anon_sym_concept] = ACTIONS(5183), + [anon_sym_requires] = ACTIONS(5183), + }, + [1609] = { + [sym_identifier] = ACTIONS(5187), + [anon_sym_COMMA] = ACTIONS(5189), + [anon_sym_RPAREN] = ACTIONS(5189), + [anon_sym_LPAREN2] = ACTIONS(5189), + [anon_sym_TILDE] = ACTIONS(5189), + [anon_sym_STAR] = ACTIONS(5189), + [anon_sym_PIPE_PIPE] = ACTIONS(5189), + [anon_sym_AMP_AMP] = ACTIONS(5189), + [anon_sym_AMP] = ACTIONS(5187), + [anon_sym_SEMI] = ACTIONS(5189), + [anon_sym___extension__] = ACTIONS(5187), + [anon_sym_virtual] = ACTIONS(5187), + [anon_sym_extern] = ACTIONS(5187), + [anon_sym___attribute__] = ACTIONS(5187), + [anon_sym___attribute] = ACTIONS(5187), + [anon_sym_COLON_COLON] = ACTIONS(5189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5189), + [anon_sym___declspec] = ACTIONS(5187), + [anon_sym___based] = ACTIONS(5187), + [anon_sym___cdecl] = ACTIONS(5187), + [anon_sym___clrcall] = ACTIONS(5187), + [anon_sym___stdcall] = ACTIONS(5187), + [anon_sym___fastcall] = ACTIONS(5187), + [anon_sym___thiscall] = ACTIONS(5187), + [anon_sym___vectorcall] = ACTIONS(5187), + [anon_sym_LBRACE] = ACTIONS(5189), + [anon_sym_signed] = ACTIONS(5187), + [anon_sym_unsigned] = ACTIONS(5187), + [anon_sym_long] = ACTIONS(5187), + [anon_sym_short] = ACTIONS(5187), + [anon_sym_LBRACK] = ACTIONS(5187), + [anon_sym_static] = ACTIONS(5187), + [anon_sym_EQ] = ACTIONS(5189), + [anon_sym_register] = ACTIONS(5187), + [anon_sym_inline] = ACTIONS(5187), + [anon_sym___inline] = ACTIONS(5187), + [anon_sym___inline__] = ACTIONS(5187), + [anon_sym___forceinline] = ACTIONS(5187), + [anon_sym_thread_local] = ACTIONS(5187), + [anon_sym___thread] = ACTIONS(5187), + [anon_sym_const] = ACTIONS(5187), + [anon_sym_constexpr] = ACTIONS(5187), + [anon_sym_volatile] = ACTIONS(5187), + [anon_sym_restrict] = ACTIONS(5187), + [anon_sym___restrict__] = ACTIONS(5187), + [anon_sym__Atomic] = ACTIONS(5187), + [anon_sym__Noreturn] = ACTIONS(5187), + [anon_sym_noreturn] = ACTIONS(5187), + [anon_sym__Nonnull] = ACTIONS(5187), + [anon_sym_mutable] = ACTIONS(5187), + [anon_sym_constinit] = ACTIONS(5187), + [anon_sym_consteval] = ACTIONS(5187), + [anon_sym_PROGMEM] = ACTIONS(5187), + [anon_sym_alignas] = ACTIONS(5187), + [anon_sym__Alignas] = ACTIONS(5187), + [aux_sym_primitive_type_token1] = ACTIONS(5187), + [anon_sym_byte] = ACTIONS(5187), + [anon_sym_word] = ACTIONS(5187), + [anon_sym_enum] = ACTIONS(5187), + [anon_sym_class] = ACTIONS(5187), + [anon_sym_struct] = ACTIONS(5187), + [anon_sym_union] = ACTIONS(5187), + [anon_sym_or] = ACTIONS(5187), + [anon_sym_and] = ACTIONS(5187), + [anon_sym_asm] = ACTIONS(5187), + [anon_sym___asm__] = ACTIONS(5187), + [anon_sym___asm] = ACTIONS(5187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5187), + [anon_sym_decltype] = ACTIONS(5187), + [anon_sym_final] = ACTIONS(5187), + [anon_sym_override] = ACTIONS(5187), + [anon_sym_explicit] = ACTIONS(5187), + [anon_sym_typename] = ACTIONS(5187), + [anon_sym_template] = ACTIONS(5187), + [anon_sym_GT2] = ACTIONS(5189), + [anon_sym_operator] = ACTIONS(5187), + [anon_sym_try] = ACTIONS(5187), + [anon_sym_friend] = ACTIONS(5187), + [anon_sym_using] = ACTIONS(5187), + [anon_sym_concept] = ACTIONS(5187), + [anon_sym_requires] = ACTIONS(5187), + }, + [1610] = { + [sym_identifier] = ACTIONS(5191), + [anon_sym_COMMA] = ACTIONS(5193), + [anon_sym_RPAREN] = ACTIONS(5193), + [anon_sym_LPAREN2] = ACTIONS(5193), + [anon_sym_TILDE] = ACTIONS(5193), + [anon_sym_STAR] = ACTIONS(5193), + [anon_sym_PIPE_PIPE] = ACTIONS(5193), + [anon_sym_AMP_AMP] = ACTIONS(5193), + [anon_sym_AMP] = ACTIONS(5191), + [anon_sym_SEMI] = ACTIONS(5193), + [anon_sym___extension__] = ACTIONS(5191), + [anon_sym_virtual] = ACTIONS(5191), + [anon_sym_extern] = ACTIONS(5191), + [anon_sym___attribute__] = ACTIONS(5191), + [anon_sym___attribute] = ACTIONS(5191), + [anon_sym_COLON_COLON] = ACTIONS(5193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5193), + [anon_sym___declspec] = ACTIONS(5191), + [anon_sym___based] = ACTIONS(5191), + [anon_sym___cdecl] = ACTIONS(5191), + [anon_sym___clrcall] = ACTIONS(5191), + [anon_sym___stdcall] = ACTIONS(5191), + [anon_sym___fastcall] = ACTIONS(5191), + [anon_sym___thiscall] = ACTIONS(5191), + [anon_sym___vectorcall] = ACTIONS(5191), + [anon_sym_LBRACE] = ACTIONS(5193), + [anon_sym_signed] = ACTIONS(5191), + [anon_sym_unsigned] = ACTIONS(5191), + [anon_sym_long] = ACTIONS(5191), + [anon_sym_short] = ACTIONS(5191), + [anon_sym_LBRACK] = ACTIONS(5191), + [anon_sym_static] = ACTIONS(5191), + [anon_sym_EQ] = ACTIONS(5193), + [anon_sym_register] = ACTIONS(5191), + [anon_sym_inline] = ACTIONS(5191), + [anon_sym___inline] = ACTIONS(5191), + [anon_sym___inline__] = ACTIONS(5191), + [anon_sym___forceinline] = ACTIONS(5191), + [anon_sym_thread_local] = ACTIONS(5191), + [anon_sym___thread] = ACTIONS(5191), + [anon_sym_const] = ACTIONS(5191), + [anon_sym_constexpr] = ACTIONS(5191), + [anon_sym_volatile] = ACTIONS(5191), + [anon_sym_restrict] = ACTIONS(5191), + [anon_sym___restrict__] = ACTIONS(5191), + [anon_sym__Atomic] = ACTIONS(5191), + [anon_sym__Noreturn] = ACTIONS(5191), + [anon_sym_noreturn] = ACTIONS(5191), + [anon_sym__Nonnull] = ACTIONS(5191), + [anon_sym_mutable] = ACTIONS(5191), + [anon_sym_constinit] = ACTIONS(5191), + [anon_sym_consteval] = ACTIONS(5191), + [anon_sym_PROGMEM] = ACTIONS(5191), + [anon_sym_alignas] = ACTIONS(5191), + [anon_sym__Alignas] = ACTIONS(5191), + [aux_sym_primitive_type_token1] = ACTIONS(5191), + [anon_sym_byte] = ACTIONS(5191), + [anon_sym_word] = ACTIONS(5191), + [anon_sym_enum] = ACTIONS(5191), + [anon_sym_class] = ACTIONS(5191), + [anon_sym_struct] = ACTIONS(5191), + [anon_sym_union] = ACTIONS(5191), + [anon_sym_or] = ACTIONS(5191), + [anon_sym_and] = ACTIONS(5191), + [anon_sym_asm] = ACTIONS(5191), + [anon_sym___asm__] = ACTIONS(5191), + [anon_sym___asm] = ACTIONS(5191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5191), + [anon_sym_decltype] = ACTIONS(5191), + [anon_sym_final] = ACTIONS(5191), + [anon_sym_override] = ACTIONS(5191), + [anon_sym_explicit] = ACTIONS(5191), + [anon_sym_typename] = ACTIONS(5191), + [anon_sym_template] = ACTIONS(5191), + [anon_sym_GT2] = ACTIONS(5193), + [anon_sym_operator] = ACTIONS(5191), + [anon_sym_try] = ACTIONS(5191), + [anon_sym_friend] = ACTIONS(5191), + [anon_sym_using] = ACTIONS(5191), + [anon_sym_concept] = ACTIONS(5191), + [anon_sym_requires] = ACTIONS(5191), + }, + [1611] = { + [sym_type_qualifier] = STATE(1611), + [sym_alignas_qualifier] = STATE(1625), + [aux_sym__type_definition_type_repeat1] = STATE(1611), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_RPAREN] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_TILDE] = ACTIONS(4901), + [anon_sym_STAR] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_SEMI] = ACTIONS(4901), + [anon_sym___extension__] = ACTIONS(5195), + [anon_sym_virtual] = ACTIONS(4899), + [anon_sym_extern] = ACTIONS(4899), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_COLON_COLON] = ACTIONS(4901), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4901), + [anon_sym___declspec] = ACTIONS(4899), + [anon_sym___based] = ACTIONS(4899), + [anon_sym___cdecl] = ACTIONS(4899), + [anon_sym___clrcall] = ACTIONS(4899), + [anon_sym___stdcall] = ACTIONS(4899), + [anon_sym___fastcall] = ACTIONS(4899), + [anon_sym___thiscall] = ACTIONS(4899), + [anon_sym___vectorcall] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4899), + [anon_sym_static] = ACTIONS(4899), + [anon_sym_EQ] = ACTIONS(4901), + [anon_sym_register] = ACTIONS(4899), + [anon_sym_inline] = ACTIONS(4899), + [anon_sym___inline] = ACTIONS(4899), + [anon_sym___inline__] = ACTIONS(4899), + [anon_sym___forceinline] = ACTIONS(4899), + [anon_sym_thread_local] = ACTIONS(4899), + [anon_sym___thread] = ACTIONS(4899), + [anon_sym_const] = ACTIONS(5195), + [anon_sym_constexpr] = ACTIONS(5195), + [anon_sym_volatile] = ACTIONS(5195), + [anon_sym_restrict] = ACTIONS(5195), + [anon_sym___restrict__] = ACTIONS(5195), + [anon_sym__Atomic] = ACTIONS(5195), + [anon_sym__Noreturn] = ACTIONS(5195), + [anon_sym_noreturn] = ACTIONS(5195), + [anon_sym__Nonnull] = ACTIONS(5195), + [anon_sym_mutable] = ACTIONS(5195), + [anon_sym_constinit] = ACTIONS(5195), + [anon_sym_consteval] = ACTIONS(5195), + [anon_sym_PROGMEM] = ACTIONS(5195), + [anon_sym_alignas] = ACTIONS(5198), + [anon_sym__Alignas] = ACTIONS(5198), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_enum] = ACTIONS(4899), + [anon_sym_class] = ACTIONS(4899), + [anon_sym_struct] = ACTIONS(4899), + [anon_sym_union] = ACTIONS(4899), + [anon_sym_asm] = ACTIONS(4899), + [anon_sym___asm__] = ACTIONS(4899), + [anon_sym___asm] = ACTIONS(4899), + [anon_sym_DASH_GT] = ACTIONS(4901), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_final] = ACTIONS(4899), + [anon_sym_override] = ACTIONS(4899), + [anon_sym_typename] = ACTIONS(4899), + [anon_sym_template] = ACTIONS(4899), + [anon_sym_GT2] = ACTIONS(4901), + [anon_sym_operator] = ACTIONS(4899), + [anon_sym_try] = ACTIONS(4899), + [anon_sym_noexcept] = ACTIONS(4899), + [anon_sym_throw] = ACTIONS(4899), + [anon_sym_requires] = ACTIONS(4899), + }, + [1612] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1596), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_RPAREN] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4999), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4999), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4999), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5144), + [anon_sym_unsigned] = ACTIONS(5144), + [anon_sym_long] = ACTIONS(5144), + [anon_sym_short] = ACTIONS(5144), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_EQ] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_STAR_EQ] = ACTIONS(4996), + [anon_sym_SLASH_EQ] = ACTIONS(4996), + [anon_sym_PERCENT_EQ] = ACTIONS(4996), + [anon_sym_PLUS_EQ] = ACTIONS(4996), + [anon_sym_DASH_EQ] = ACTIONS(4996), + [anon_sym_LT_LT_EQ] = ACTIONS(4996), + [anon_sym_GT_GT_EQ] = ACTIONS(4996), + [anon_sym_AMP_EQ] = ACTIONS(4996), + [anon_sym_CARET_EQ] = ACTIONS(4996), + [anon_sym_PIPE_EQ] = ACTIONS(4996), + [anon_sym_and_eq] = ACTIONS(4999), + [anon_sym_or_eq] = ACTIONS(4999), + [anon_sym_xor_eq] = ACTIONS(4999), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4999), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5472), - [anon_sym_decltype] = ACTIONS(5472), - [anon_sym_final] = ACTIONS(5472), - [anon_sym_override] = ACTIONS(5472), - [anon_sym_requires] = ACTIONS(5472), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), + [anon_sym_DASH_GT_STAR] = ACTIONS(4996), }, - [1786] = { - [sym_identifier] = ACTIONS(5476), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5478), - [anon_sym_COMMA] = ACTIONS(5478), - [anon_sym_RPAREN] = ACTIONS(5478), - [anon_sym_LPAREN2] = ACTIONS(5478), - [anon_sym_DASH] = ACTIONS(5476), - [anon_sym_PLUS] = ACTIONS(5476), - [anon_sym_STAR] = ACTIONS(5478), - [anon_sym_SLASH] = ACTIONS(5476), - [anon_sym_PERCENT] = ACTIONS(5478), - [anon_sym_PIPE_PIPE] = ACTIONS(5478), - [anon_sym_AMP_AMP] = ACTIONS(5478), - [anon_sym_PIPE] = ACTIONS(5476), - [anon_sym_CARET] = ACTIONS(5478), - [anon_sym_AMP] = ACTIONS(5476), - [anon_sym_EQ_EQ] = ACTIONS(5478), - [anon_sym_BANG_EQ] = ACTIONS(5478), - [anon_sym_GT] = ACTIONS(5476), - [anon_sym_GT_EQ] = ACTIONS(5478), - [anon_sym_LT_EQ] = ACTIONS(5476), - [anon_sym_LT] = ACTIONS(5476), - [anon_sym_LT_LT] = ACTIONS(5478), - [anon_sym_GT_GT] = ACTIONS(5478), - [anon_sym_SEMI] = ACTIONS(5478), - [anon_sym___extension__] = ACTIONS(5476), - [anon_sym___attribute__] = ACTIONS(5476), - [anon_sym___attribute] = ACTIONS(5476), - [anon_sym___based] = ACTIONS(5476), - [anon_sym_LBRACE] = ACTIONS(5478), - [anon_sym_RBRACE] = ACTIONS(5478), - [anon_sym_signed] = ACTIONS(5476), - [anon_sym_unsigned] = ACTIONS(5476), - [anon_sym_long] = ACTIONS(5476), - [anon_sym_short] = ACTIONS(5476), - [anon_sym_LBRACK] = ACTIONS(5478), - [anon_sym_RBRACK] = ACTIONS(5478), - [anon_sym_const] = ACTIONS(5476), - [anon_sym_constexpr] = ACTIONS(5476), - [anon_sym_volatile] = ACTIONS(5476), - [anon_sym_restrict] = ACTIONS(5476), - [anon_sym___restrict__] = ACTIONS(5476), - [anon_sym__Atomic] = ACTIONS(5476), - [anon_sym__Noreturn] = ACTIONS(5476), - [anon_sym_noreturn] = ACTIONS(5476), - [anon_sym__Nonnull] = ACTIONS(5476), - [anon_sym_mutable] = ACTIONS(5476), - [anon_sym_constinit] = ACTIONS(5476), - [anon_sym_consteval] = ACTIONS(5476), - [anon_sym_PROGMEM] = ACTIONS(5476), - [anon_sym_alignas] = ACTIONS(5476), - [anon_sym__Alignas] = ACTIONS(5476), - [aux_sym_primitive_type_token1] = ACTIONS(5476), - [anon_sym_byte] = ACTIONS(5476), - [anon_sym_word] = ACTIONS(5476), - [anon_sym_COLON] = ACTIONS(5478), - [anon_sym_QMARK] = ACTIONS(5478), - [anon_sym_LT_EQ_GT] = ACTIONS(5478), - [anon_sym_or] = ACTIONS(5476), - [anon_sym_and] = ACTIONS(5476), - [anon_sym_bitor] = ACTIONS(5476), - [anon_sym_xor] = ACTIONS(5476), - [anon_sym_bitand] = ACTIONS(5476), - [anon_sym_not_eq] = ACTIONS(5476), - [anon_sym_DASH_DASH] = ACTIONS(5478), - [anon_sym_PLUS_PLUS] = ACTIONS(5478), - [anon_sym_DOT] = ACTIONS(5476), - [anon_sym_DOT_STAR] = ACTIONS(5478), - [anon_sym_DASH_GT] = ACTIONS(5478), + [1613] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3978), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7262), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_type_parameter_declaration] = STATE(7262), + [sym_variadic_type_parameter_declaration] = STATE(7262), + [sym_optional_type_parameter_declaration] = STATE(7262), + [sym_template_template_parameter_declaration] = STATE(7262), + [sym_optional_parameter_declaration] = STATE(7262), + [sym_variadic_parameter_declaration] = STATE(7262), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(5201), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5476), - [anon_sym_decltype] = ACTIONS(5476), - [anon_sym_final] = ACTIONS(5476), - [anon_sym_override] = ACTIONS(5476), - [anon_sym_requires] = ACTIONS(5476), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(5203), + [anon_sym_template] = ACTIONS(5205), + [anon_sym_GT2] = ACTIONS(5207), }, - [1787] = { - [sym_identifier] = ACTIONS(5472), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), - [anon_sym_COMMA] = ACTIONS(5474), - [anon_sym_RPAREN] = ACTIONS(5474), - [anon_sym_LPAREN2] = ACTIONS(5474), - [anon_sym_DASH] = ACTIONS(5472), - [anon_sym_PLUS] = ACTIONS(5472), - [anon_sym_STAR] = ACTIONS(5474), - [anon_sym_SLASH] = ACTIONS(5472), - [anon_sym_PERCENT] = ACTIONS(5474), - [anon_sym_PIPE_PIPE] = ACTIONS(5474), - [anon_sym_AMP_AMP] = ACTIONS(5474), - [anon_sym_PIPE] = ACTIONS(5472), - [anon_sym_CARET] = ACTIONS(5474), - [anon_sym_AMP] = ACTIONS(5472), - [anon_sym_EQ_EQ] = ACTIONS(5474), - [anon_sym_BANG_EQ] = ACTIONS(5474), - [anon_sym_GT] = ACTIONS(5472), - [anon_sym_GT_EQ] = ACTIONS(5474), - [anon_sym_LT_EQ] = ACTIONS(5472), - [anon_sym_LT] = ACTIONS(5472), - [anon_sym_LT_LT] = ACTIONS(5474), - [anon_sym_GT_GT] = ACTIONS(5474), - [anon_sym_SEMI] = ACTIONS(5474), - [anon_sym___extension__] = ACTIONS(5472), - [anon_sym___attribute__] = ACTIONS(5472), - [anon_sym___attribute] = ACTIONS(5472), - [anon_sym___based] = ACTIONS(5472), - [anon_sym_LBRACE] = ACTIONS(5474), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_signed] = ACTIONS(5472), - [anon_sym_unsigned] = ACTIONS(5472), - [anon_sym_long] = ACTIONS(5472), - [anon_sym_short] = ACTIONS(5472), - [anon_sym_LBRACK] = ACTIONS(5474), - [anon_sym_RBRACK] = ACTIONS(5474), - [anon_sym_const] = ACTIONS(5472), - [anon_sym_constexpr] = ACTIONS(5472), - [anon_sym_volatile] = ACTIONS(5472), - [anon_sym_restrict] = ACTIONS(5472), - [anon_sym___restrict__] = ACTIONS(5472), - [anon_sym__Atomic] = ACTIONS(5472), - [anon_sym__Noreturn] = ACTIONS(5472), - [anon_sym_noreturn] = ACTIONS(5472), - [anon_sym__Nonnull] = ACTIONS(5472), - [anon_sym_mutable] = ACTIONS(5472), - [anon_sym_constinit] = ACTIONS(5472), - [anon_sym_consteval] = ACTIONS(5472), - [anon_sym_PROGMEM] = ACTIONS(5472), - [anon_sym_alignas] = ACTIONS(5472), - [anon_sym__Alignas] = ACTIONS(5472), - [aux_sym_primitive_type_token1] = ACTIONS(5472), - [anon_sym_byte] = ACTIONS(5472), - [anon_sym_word] = ACTIONS(5472), - [anon_sym_COLON] = ACTIONS(5474), - [anon_sym_QMARK] = ACTIONS(5474), - [anon_sym_LT_EQ_GT] = ACTIONS(5474), - [anon_sym_or] = ACTIONS(5472), - [anon_sym_and] = ACTIONS(5472), - [anon_sym_bitor] = ACTIONS(5472), - [anon_sym_xor] = ACTIONS(5472), - [anon_sym_bitand] = ACTIONS(5472), - [anon_sym_not_eq] = ACTIONS(5472), - [anon_sym_DASH_DASH] = ACTIONS(5474), - [anon_sym_PLUS_PLUS] = ACTIONS(5474), - [anon_sym_DOT] = ACTIONS(5472), - [anon_sym_DOT_STAR] = ACTIONS(5474), - [anon_sym_DASH_GT] = ACTIONS(5474), + [1614] = { + [sym_type_qualifier] = STATE(1614), + [sym_alignas_qualifier] = STATE(1642), + [aux_sym__type_definition_type_repeat1] = STATE(1614), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_RPAREN] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4899), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4899), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4901), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4899), + [anon_sym_GT_GT] = ACTIONS(4899), + [anon_sym___extension__] = ACTIONS(5209), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_EQ] = ACTIONS(4899), + [anon_sym_const] = ACTIONS(5209), + [anon_sym_constexpr] = ACTIONS(5209), + [anon_sym_volatile] = ACTIONS(5209), + [anon_sym_restrict] = ACTIONS(5209), + [anon_sym___restrict__] = ACTIONS(5209), + [anon_sym__Atomic] = ACTIONS(5209), + [anon_sym__Noreturn] = ACTIONS(5209), + [anon_sym_noreturn] = ACTIONS(5209), + [anon_sym__Nonnull] = ACTIONS(5209), + [anon_sym_mutable] = ACTIONS(5209), + [anon_sym_constinit] = ACTIONS(5209), + [anon_sym_consteval] = ACTIONS(5209), + [anon_sym_PROGMEM] = ACTIONS(5209), + [anon_sym_alignas] = ACTIONS(5212), + [anon_sym__Alignas] = ACTIONS(5212), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_STAR_EQ] = ACTIONS(4901), + [anon_sym_SLASH_EQ] = ACTIONS(4901), + [anon_sym_PERCENT_EQ] = ACTIONS(4901), + [anon_sym_PLUS_EQ] = ACTIONS(4901), + [anon_sym_DASH_EQ] = ACTIONS(4901), + [anon_sym_LT_LT_EQ] = ACTIONS(4901), + [anon_sym_GT_GT_EQ] = ACTIONS(4901), + [anon_sym_AMP_EQ] = ACTIONS(4901), + [anon_sym_CARET_EQ] = ACTIONS(4901), + [anon_sym_PIPE_EQ] = ACTIONS(4901), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4899), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_DASH_GT_STAR] = ACTIONS(4901), + }, + [1615] = { + [sym_type_qualifier] = STATE(1615), + [sym_alignas_qualifier] = STATE(1633), + [aux_sym__type_definition_type_repeat1] = STATE(1615), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_RPAREN] = ACTIONS(4901), + [aux_sym_preproc_if_token2] = ACTIONS(4901), + [aux_sym_preproc_else_token1] = ACTIONS(4901), + [aux_sym_preproc_elif_token1] = ACTIONS(4899), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4901), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4901), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4901), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4901), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4901), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4901), + [anon_sym_GT_GT] = ACTIONS(4901), + [anon_sym_SEMI] = ACTIONS(4901), + [anon_sym___extension__] = ACTIONS(5215), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_RBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_RBRACK] = ACTIONS(4901), + [anon_sym_const] = ACTIONS(5215), + [anon_sym_constexpr] = ACTIONS(5215), + [anon_sym_volatile] = ACTIONS(5215), + [anon_sym_restrict] = ACTIONS(5215), + [anon_sym___restrict__] = ACTIONS(5215), + [anon_sym__Atomic] = ACTIONS(5215), + [anon_sym__Noreturn] = ACTIONS(5215), + [anon_sym_noreturn] = ACTIONS(5215), + [anon_sym__Nonnull] = ACTIONS(5215), + [anon_sym_mutable] = ACTIONS(5215), + [anon_sym_constinit] = ACTIONS(5215), + [anon_sym_consteval] = ACTIONS(5215), + [anon_sym_PROGMEM] = ACTIONS(5215), + [anon_sym_alignas] = ACTIONS(5218), + [anon_sym__Alignas] = ACTIONS(5218), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_COLON] = ACTIONS(4901), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4901), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_final] = ACTIONS(4899), + [anon_sym_override] = ACTIONS(4899), + [anon_sym_requires] = ACTIONS(4899), + }, + [1616] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4999), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4999), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4999), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5221), + [anon_sym_unsigned] = ACTIONS(5221), + [anon_sym_long] = ACTIONS(5221), + [anon_sym_short] = ACTIONS(5221), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_EQ] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_STAR_EQ] = ACTIONS(4996), + [anon_sym_SLASH_EQ] = ACTIONS(4996), + [anon_sym_PERCENT_EQ] = ACTIONS(4996), + [anon_sym_PLUS_EQ] = ACTIONS(4996), + [anon_sym_DASH_EQ] = ACTIONS(4996), + [anon_sym_LT_LT_EQ] = ACTIONS(4996), + [anon_sym_GT_GT_EQ] = ACTIONS(4999), + [anon_sym_AMP_EQ] = ACTIONS(4996), + [anon_sym_CARET_EQ] = ACTIONS(4996), + [anon_sym_PIPE_EQ] = ACTIONS(4996), + [anon_sym_and_eq] = ACTIONS(4999), + [anon_sym_or_eq] = ACTIONS(4999), + [anon_sym_xor_eq] = ACTIONS(4999), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5472), - [anon_sym_decltype] = ACTIONS(5472), - [anon_sym_final] = ACTIONS(5472), - [anon_sym_override] = ACTIONS(5472), - [anon_sym_requires] = ACTIONS(5472), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), + [anon_sym_GT2] = ACTIONS(4996), }, - [1788] = { - [sym_identifier] = ACTIONS(5480), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), - [anon_sym_COMMA] = ACTIONS(5482), - [anon_sym_RPAREN] = ACTIONS(5482), - [anon_sym_LPAREN2] = ACTIONS(5482), - [anon_sym_DASH] = ACTIONS(5480), - [anon_sym_PLUS] = ACTIONS(5480), - [anon_sym_STAR] = ACTIONS(5482), - [anon_sym_SLASH] = ACTIONS(5480), - [anon_sym_PERCENT] = ACTIONS(5482), - [anon_sym_PIPE_PIPE] = ACTIONS(5482), - [anon_sym_AMP_AMP] = ACTIONS(5482), - [anon_sym_PIPE] = ACTIONS(5480), - [anon_sym_CARET] = ACTIONS(5482), - [anon_sym_AMP] = ACTIONS(5480), - [anon_sym_EQ_EQ] = ACTIONS(5482), - [anon_sym_BANG_EQ] = ACTIONS(5482), - [anon_sym_GT] = ACTIONS(5480), - [anon_sym_GT_EQ] = ACTIONS(5482), - [anon_sym_LT_EQ] = ACTIONS(5480), - [anon_sym_LT] = ACTIONS(5480), - [anon_sym_LT_LT] = ACTIONS(5482), - [anon_sym_GT_GT] = ACTIONS(5482), - [anon_sym_SEMI] = ACTIONS(5482), - [anon_sym___extension__] = ACTIONS(5480), - [anon_sym___attribute__] = ACTIONS(5480), - [anon_sym___attribute] = ACTIONS(5480), - [anon_sym___based] = ACTIONS(5480), - [anon_sym_LBRACE] = ACTIONS(5482), - [anon_sym_RBRACE] = ACTIONS(5482), - [anon_sym_signed] = ACTIONS(5480), - [anon_sym_unsigned] = ACTIONS(5480), - [anon_sym_long] = ACTIONS(5480), - [anon_sym_short] = ACTIONS(5480), - [anon_sym_LBRACK] = ACTIONS(5482), - [anon_sym_RBRACK] = ACTIONS(5482), - [anon_sym_const] = ACTIONS(5480), - [anon_sym_constexpr] = ACTIONS(5480), - [anon_sym_volatile] = ACTIONS(5480), - [anon_sym_restrict] = ACTIONS(5480), - [anon_sym___restrict__] = ACTIONS(5480), - [anon_sym__Atomic] = ACTIONS(5480), - [anon_sym__Noreturn] = ACTIONS(5480), - [anon_sym_noreturn] = ACTIONS(5480), - [anon_sym__Nonnull] = ACTIONS(5480), - [anon_sym_mutable] = ACTIONS(5480), - [anon_sym_constinit] = ACTIONS(5480), - [anon_sym_consteval] = ACTIONS(5480), - [anon_sym_PROGMEM] = ACTIONS(5480), - [anon_sym_alignas] = ACTIONS(5480), - [anon_sym__Alignas] = ACTIONS(5480), - [aux_sym_primitive_type_token1] = ACTIONS(5480), - [anon_sym_byte] = ACTIONS(5480), - [anon_sym_word] = ACTIONS(5480), - [anon_sym_COLON] = ACTIONS(5482), - [anon_sym_QMARK] = ACTIONS(5482), - [anon_sym_LT_EQ_GT] = ACTIONS(5482), - [anon_sym_or] = ACTIONS(5480), - [anon_sym_and] = ACTIONS(5480), - [anon_sym_bitor] = ACTIONS(5480), - [anon_sym_xor] = ACTIONS(5480), - [anon_sym_bitand] = ACTIONS(5480), - [anon_sym_not_eq] = ACTIONS(5480), - [anon_sym_DASH_DASH] = ACTIONS(5482), - [anon_sym_PLUS_PLUS] = ACTIONS(5482), - [anon_sym_DOT] = ACTIONS(5480), - [anon_sym_DOT_STAR] = ACTIONS(5482), - [anon_sym_DASH_GT] = ACTIONS(5482), + [1617] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RPAREN] = ACTIONS(2465), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PIPE_PIPE] = ACTIONS(2465), + [anon_sym_AMP_AMP] = ACTIONS(2465), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_EQ_EQ] = ACTIONS(2465), + [anon_sym_BANG_EQ] = ACTIONS(2465), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_GT_EQ] = ACTIONS(2465), + [anon_sym_LT_EQ] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2475), + [anon_sym_GT_GT] = ACTIONS(2475), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_EQ] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_QMARK] = ACTIONS(2465), + [anon_sym_STAR_EQ] = ACTIONS(2465), + [anon_sym_SLASH_EQ] = ACTIONS(2465), + [anon_sym_PERCENT_EQ] = ACTIONS(2465), + [anon_sym_PLUS_EQ] = ACTIONS(2465), + [anon_sym_DASH_EQ] = ACTIONS(2465), + [anon_sym_LT_LT_EQ] = ACTIONS(2465), + [anon_sym_GT_GT_EQ] = ACTIONS(2465), + [anon_sym_AMP_EQ] = ACTIONS(2465), + [anon_sym_CARET_EQ] = ACTIONS(2465), + [anon_sym_PIPE_EQ] = ACTIONS(2465), + [anon_sym_and_eq] = ACTIONS(2475), + [anon_sym_or_eq] = ACTIONS(2475), + [anon_sym_xor_eq] = ACTIONS(2475), + [anon_sym_LT_EQ_GT] = ACTIONS(2465), + [anon_sym_or] = ACTIONS(2475), + [anon_sym_and] = ACTIONS(2475), + [anon_sym_bitor] = ACTIONS(2475), + [anon_sym_xor] = ACTIONS(2475), + [anon_sym_bitand] = ACTIONS(2475), + [anon_sym_not_eq] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_PLUS_PLUS] = ACTIONS(2465), + [anon_sym_DOT] = ACTIONS(2475), + [anon_sym_DOT_STAR] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2475), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5480), - [anon_sym_decltype] = ACTIONS(5480), - [anon_sym_final] = ACTIONS(5480), - [anon_sym_override] = ACTIONS(5480), - [anon_sym_requires] = ACTIONS(5480), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_DASH_GT_STAR] = ACTIONS(2465), }, - [1789] = { - [sym_identifier] = ACTIONS(5484), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5486), - [anon_sym_COMMA] = ACTIONS(5486), - [anon_sym_RPAREN] = ACTIONS(5486), - [anon_sym_LPAREN2] = ACTIONS(5486), - [anon_sym_DASH] = ACTIONS(5484), - [anon_sym_PLUS] = ACTIONS(5484), - [anon_sym_STAR] = ACTIONS(5486), - [anon_sym_SLASH] = ACTIONS(5484), - [anon_sym_PERCENT] = ACTIONS(5486), - [anon_sym_PIPE_PIPE] = ACTIONS(5486), - [anon_sym_AMP_AMP] = ACTIONS(5486), - [anon_sym_PIPE] = ACTIONS(5484), - [anon_sym_CARET] = ACTIONS(5486), - [anon_sym_AMP] = ACTIONS(5484), - [anon_sym_EQ_EQ] = ACTIONS(5486), - [anon_sym_BANG_EQ] = ACTIONS(5486), - [anon_sym_GT] = ACTIONS(5484), - [anon_sym_GT_EQ] = ACTIONS(5486), - [anon_sym_LT_EQ] = ACTIONS(5484), - [anon_sym_LT] = ACTIONS(5484), - [anon_sym_LT_LT] = ACTIONS(5486), - [anon_sym_GT_GT] = ACTIONS(5486), - [anon_sym_SEMI] = ACTIONS(5486), - [anon_sym___extension__] = ACTIONS(5484), - [anon_sym___attribute__] = ACTIONS(5484), - [anon_sym___attribute] = ACTIONS(5484), - [anon_sym___based] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(5486), - [anon_sym_signed] = ACTIONS(5484), - [anon_sym_unsigned] = ACTIONS(5484), - [anon_sym_long] = ACTIONS(5484), - [anon_sym_short] = ACTIONS(5484), - [anon_sym_LBRACK] = ACTIONS(5486), - [anon_sym_RBRACK] = ACTIONS(5486), - [anon_sym_const] = ACTIONS(5484), - [anon_sym_constexpr] = ACTIONS(5484), - [anon_sym_volatile] = ACTIONS(5484), - [anon_sym_restrict] = ACTIONS(5484), - [anon_sym___restrict__] = ACTIONS(5484), - [anon_sym__Atomic] = ACTIONS(5484), - [anon_sym__Noreturn] = ACTIONS(5484), - [anon_sym_noreturn] = ACTIONS(5484), - [anon_sym__Nonnull] = ACTIONS(5484), - [anon_sym_mutable] = ACTIONS(5484), - [anon_sym_constinit] = ACTIONS(5484), - [anon_sym_consteval] = ACTIONS(5484), - [anon_sym_PROGMEM] = ACTIONS(5484), - [anon_sym_alignas] = ACTIONS(5484), - [anon_sym__Alignas] = ACTIONS(5484), - [aux_sym_primitive_type_token1] = ACTIONS(5484), - [anon_sym_byte] = ACTIONS(5484), - [anon_sym_word] = ACTIONS(5484), - [anon_sym_COLON] = ACTIONS(5486), - [anon_sym_QMARK] = ACTIONS(5486), - [anon_sym_LT_EQ_GT] = ACTIONS(5486), - [anon_sym_or] = ACTIONS(5484), - [anon_sym_and] = ACTIONS(5484), - [anon_sym_bitor] = ACTIONS(5484), - [anon_sym_xor] = ACTIONS(5484), - [anon_sym_bitand] = ACTIONS(5484), - [anon_sym_not_eq] = ACTIONS(5484), - [anon_sym_DASH_DASH] = ACTIONS(5486), - [anon_sym_PLUS_PLUS] = ACTIONS(5486), - [anon_sym_DOT] = ACTIONS(5484), - [anon_sym_DOT_STAR] = ACTIONS(5486), - [anon_sym_DASH_GT] = ACTIONS(5486), + [1618] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3978), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7309), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_type_parameter_declaration] = STATE(7309), + [sym_variadic_type_parameter_declaration] = STATE(7309), + [sym_optional_type_parameter_declaration] = STATE(7309), + [sym_template_template_parameter_declaration] = STATE(7309), + [sym_optional_parameter_declaration] = STATE(7309), + [sym_variadic_parameter_declaration] = STATE(7309), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(5201), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5484), - [anon_sym_decltype] = ACTIONS(5484), - [anon_sym_final] = ACTIONS(5484), - [anon_sym_override] = ACTIONS(5484), - [anon_sym_requires] = ACTIONS(5484), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(5203), + [anon_sym_template] = ACTIONS(5205), + [anon_sym_GT2] = ACTIONS(5224), }, - [1790] = { - [sym_identifier] = ACTIONS(5488), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5490), - [anon_sym_COMMA] = ACTIONS(5490), - [anon_sym_RPAREN] = ACTIONS(5490), - [anon_sym_LPAREN2] = ACTIONS(5490), - [anon_sym_DASH] = ACTIONS(5488), - [anon_sym_PLUS] = ACTIONS(5488), - [anon_sym_STAR] = ACTIONS(5490), - [anon_sym_SLASH] = ACTIONS(5488), - [anon_sym_PERCENT] = ACTIONS(5490), - [anon_sym_PIPE_PIPE] = ACTIONS(5490), - [anon_sym_AMP_AMP] = ACTIONS(5490), - [anon_sym_PIPE] = ACTIONS(5488), - [anon_sym_CARET] = ACTIONS(5490), - [anon_sym_AMP] = ACTIONS(5488), - [anon_sym_EQ_EQ] = ACTIONS(5490), - [anon_sym_BANG_EQ] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(5488), - [anon_sym_GT_EQ] = ACTIONS(5490), - [anon_sym_LT_EQ] = ACTIONS(5488), - [anon_sym_LT] = ACTIONS(5488), - [anon_sym_LT_LT] = ACTIONS(5490), - [anon_sym_GT_GT] = ACTIONS(5490), - [anon_sym_SEMI] = ACTIONS(5490), - [anon_sym___extension__] = ACTIONS(5488), - [anon_sym___attribute__] = ACTIONS(5488), - [anon_sym___attribute] = ACTIONS(5488), - [anon_sym___based] = ACTIONS(5488), - [anon_sym_LBRACE] = ACTIONS(5490), - [anon_sym_RBRACE] = ACTIONS(5490), - [anon_sym_signed] = ACTIONS(5488), - [anon_sym_unsigned] = ACTIONS(5488), - [anon_sym_long] = ACTIONS(5488), - [anon_sym_short] = ACTIONS(5488), - [anon_sym_LBRACK] = ACTIONS(5490), - [anon_sym_RBRACK] = ACTIONS(5490), - [anon_sym_const] = ACTIONS(5488), - [anon_sym_constexpr] = ACTIONS(5488), - [anon_sym_volatile] = ACTIONS(5488), - [anon_sym_restrict] = ACTIONS(5488), - [anon_sym___restrict__] = ACTIONS(5488), - [anon_sym__Atomic] = ACTIONS(5488), - [anon_sym__Noreturn] = ACTIONS(5488), - [anon_sym_noreturn] = ACTIONS(5488), - [anon_sym__Nonnull] = ACTIONS(5488), - [anon_sym_mutable] = ACTIONS(5488), - [anon_sym_constinit] = ACTIONS(5488), - [anon_sym_consteval] = ACTIONS(5488), - [anon_sym_PROGMEM] = ACTIONS(5488), - [anon_sym_alignas] = ACTIONS(5488), - [anon_sym__Alignas] = ACTIONS(5488), - [aux_sym_primitive_type_token1] = ACTIONS(5488), - [anon_sym_byte] = ACTIONS(5488), - [anon_sym_word] = ACTIONS(5488), - [anon_sym_COLON] = ACTIONS(5490), - [anon_sym_QMARK] = ACTIONS(5490), - [anon_sym_LT_EQ_GT] = ACTIONS(5490), - [anon_sym_or] = ACTIONS(5488), - [anon_sym_and] = ACTIONS(5488), - [anon_sym_bitor] = ACTIONS(5488), - [anon_sym_xor] = ACTIONS(5488), - [anon_sym_bitand] = ACTIONS(5488), - [anon_sym_not_eq] = ACTIONS(5488), - [anon_sym_DASH_DASH] = ACTIONS(5490), - [anon_sym_PLUS_PLUS] = ACTIONS(5490), - [anon_sym_DOT] = ACTIONS(5488), - [anon_sym_DOT_STAR] = ACTIONS(5490), - [anon_sym_DASH_GT] = ACTIONS(5490), + [1619] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4970), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4970), + [anon_sym_GT_GT] = ACTIONS(4970), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_LT_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_GT_EQ] = ACTIONS(4972), + [anon_sym_AMP_EQ] = ACTIONS(4972), + [anon_sym_CARET_EQ] = ACTIONS(4972), + [anon_sym_PIPE_EQ] = ACTIONS(4972), + [anon_sym_and_eq] = ACTIONS(4970), + [anon_sym_or_eq] = ACTIONS(4970), + [anon_sym_xor_eq] = ACTIONS(4970), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_DASH_GT_STAR] = ACTIONS(4972), + }, + [1620] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1620), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4920), + [anon_sym_STAR] = ACTIONS(4920), + [anon_sym_SLASH] = ACTIONS(4920), + [anon_sym_PERCENT] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_PIPE] = ACTIONS(4920), + [anon_sym_CARET] = ACTIONS(4920), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4920), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4920), + [anon_sym_LT_LT] = ACTIONS(4920), + [anon_sym_GT_GT] = ACTIONS(4920), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(5221), + [anon_sym_unsigned] = ACTIONS(5221), + [anon_sym_long] = ACTIONS(5221), + [anon_sym_short] = ACTIONS(5221), + [anon_sym_LBRACK] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4920), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_STAR_EQ] = ACTIONS(4922), + [anon_sym_SLASH_EQ] = ACTIONS(4922), + [anon_sym_PERCENT_EQ] = ACTIONS(4922), + [anon_sym_PLUS_EQ] = ACTIONS(4922), + [anon_sym_DASH_EQ] = ACTIONS(4922), + [anon_sym_LT_LT_EQ] = ACTIONS(4922), + [anon_sym_GT_GT_EQ] = ACTIONS(4920), + [anon_sym_AMP_EQ] = ACTIONS(4922), + [anon_sym_CARET_EQ] = ACTIONS(4922), + [anon_sym_PIPE_EQ] = ACTIONS(4922), + [anon_sym_and_eq] = ACTIONS(4920), + [anon_sym_or_eq] = ACTIONS(4920), + [anon_sym_xor_eq] = ACTIONS(4920), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4922), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5488), - [anon_sym_decltype] = ACTIONS(5488), - [anon_sym_final] = ACTIONS(5488), - [anon_sym_override] = ACTIONS(5488), - [anon_sym_requires] = ACTIONS(5488), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_GT2] = ACTIONS(4922), }, - [1791] = { - [sym_identifier] = ACTIONS(5492), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), - [anon_sym_COMMA] = ACTIONS(5494), - [anon_sym_RPAREN] = ACTIONS(5494), - [anon_sym_LPAREN2] = ACTIONS(5494), - [anon_sym_DASH] = ACTIONS(5492), - [anon_sym_PLUS] = ACTIONS(5492), - [anon_sym_STAR] = ACTIONS(5494), - [anon_sym_SLASH] = ACTIONS(5492), - [anon_sym_PERCENT] = ACTIONS(5494), - [anon_sym_PIPE_PIPE] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5494), - [anon_sym_PIPE] = ACTIONS(5492), - [anon_sym_CARET] = ACTIONS(5494), - [anon_sym_AMP] = ACTIONS(5492), - [anon_sym_EQ_EQ] = ACTIONS(5494), - [anon_sym_BANG_EQ] = ACTIONS(5494), - [anon_sym_GT] = ACTIONS(5492), - [anon_sym_GT_EQ] = ACTIONS(5494), - [anon_sym_LT_EQ] = ACTIONS(5492), - [anon_sym_LT] = ACTIONS(5492), - [anon_sym_LT_LT] = ACTIONS(5494), - [anon_sym_GT_GT] = ACTIONS(5494), - [anon_sym_SEMI] = ACTIONS(5494), - [anon_sym___extension__] = ACTIONS(5492), - [anon_sym___attribute__] = ACTIONS(5492), - [anon_sym___attribute] = ACTIONS(5492), - [anon_sym___based] = ACTIONS(5492), - [anon_sym_LBRACE] = ACTIONS(5494), - [anon_sym_RBRACE] = ACTIONS(5494), - [anon_sym_signed] = ACTIONS(5492), - [anon_sym_unsigned] = ACTIONS(5492), - [anon_sym_long] = ACTIONS(5492), - [anon_sym_short] = ACTIONS(5492), - [anon_sym_LBRACK] = ACTIONS(5494), - [anon_sym_RBRACK] = ACTIONS(5494), - [anon_sym_const] = ACTIONS(5492), - [anon_sym_constexpr] = ACTIONS(5492), - [anon_sym_volatile] = ACTIONS(5492), - [anon_sym_restrict] = ACTIONS(5492), - [anon_sym___restrict__] = ACTIONS(5492), - [anon_sym__Atomic] = ACTIONS(5492), - [anon_sym__Noreturn] = ACTIONS(5492), - [anon_sym_noreturn] = ACTIONS(5492), - [anon_sym__Nonnull] = ACTIONS(5492), - [anon_sym_mutable] = ACTIONS(5492), - [anon_sym_constinit] = ACTIONS(5492), - [anon_sym_consteval] = ACTIONS(5492), - [anon_sym_PROGMEM] = ACTIONS(5492), - [anon_sym_alignas] = ACTIONS(5492), - [anon_sym__Alignas] = ACTIONS(5492), - [aux_sym_primitive_type_token1] = ACTIONS(5492), - [anon_sym_byte] = ACTIONS(5492), - [anon_sym_word] = ACTIONS(5492), - [anon_sym_COLON] = ACTIONS(5494), - [anon_sym_QMARK] = ACTIONS(5494), - [anon_sym_LT_EQ_GT] = ACTIONS(5494), - [anon_sym_or] = ACTIONS(5492), - [anon_sym_and] = ACTIONS(5492), - [anon_sym_bitor] = ACTIONS(5492), - [anon_sym_xor] = ACTIONS(5492), - [anon_sym_bitand] = ACTIONS(5492), - [anon_sym_not_eq] = ACTIONS(5492), - [anon_sym_DASH_DASH] = ACTIONS(5494), - [anon_sym_PLUS_PLUS] = ACTIONS(5494), - [anon_sym_DOT] = ACTIONS(5492), - [anon_sym_DOT_STAR] = ACTIONS(5494), - [anon_sym_DASH_GT] = ACTIONS(5494), + [1621] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4970), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4970), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4970), + [anon_sym_GT_GT] = ACTIONS(4970), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_LT_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_GT_EQ] = ACTIONS(4970), + [anon_sym_AMP_EQ] = ACTIONS(4972), + [anon_sym_CARET_EQ] = ACTIONS(4972), + [anon_sym_PIPE_EQ] = ACTIONS(4972), + [anon_sym_and_eq] = ACTIONS(4970), + [anon_sym_or_eq] = ACTIONS(4970), + [anon_sym_xor_eq] = ACTIONS(4970), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_GT2] = ACTIONS(4972), + }, + [1622] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3978), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7664), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_type_parameter_declaration] = STATE(7664), + [sym_variadic_type_parameter_declaration] = STATE(7664), + [sym_optional_type_parameter_declaration] = STATE(7664), + [sym_template_template_parameter_declaration] = STATE(7664), + [sym_optional_parameter_declaration] = STATE(7664), + [sym_variadic_parameter_declaration] = STATE(7664), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(5201), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5492), - [anon_sym_decltype] = ACTIONS(5492), - [anon_sym_final] = ACTIONS(5492), - [anon_sym_override] = ACTIONS(5492), - [anon_sym_requires] = ACTIONS(5492), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(5203), + [anon_sym_template] = ACTIONS(5205), }, - [1792] = { - [sym_catch_clause] = STATE(1830), - [aux_sym_constructor_try_statement_repeat1] = STATE(1830), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym_RBRACE] = ACTIONS(2558), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), + [1623] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_TILDE] = ACTIONS(4972), + [anon_sym_STAR] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym_virtual] = ACTIONS(4970), + [anon_sym_extern] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4972), + [anon_sym___declspec] = ACTIONS(4970), + [anon_sym___based] = ACTIONS(4970), + [anon_sym___cdecl] = ACTIONS(4970), + [anon_sym___clrcall] = ACTIONS(4970), + [anon_sym___stdcall] = ACTIONS(4970), + [anon_sym___fastcall] = ACTIONS(4970), + [anon_sym___thiscall] = ACTIONS(4970), + [anon_sym___vectorcall] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4970), + [anon_sym_static] = ACTIONS(4970), + [anon_sym_EQ] = ACTIONS(4972), + [anon_sym_register] = ACTIONS(4970), + [anon_sym_inline] = ACTIONS(4970), + [anon_sym___inline] = ACTIONS(4970), + [anon_sym___inline__] = ACTIONS(4970), + [anon_sym___forceinline] = ACTIONS(4970), + [anon_sym_thread_local] = ACTIONS(4970), + [anon_sym___thread] = ACTIONS(4970), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_enum] = ACTIONS(4970), + [anon_sym_class] = ACTIONS(4970), + [anon_sym_struct] = ACTIONS(4970), + [anon_sym_union] = ACTIONS(4970), + [anon_sym_asm] = ACTIONS(4970), + [anon_sym___asm__] = ACTIONS(4970), + [anon_sym___asm] = ACTIONS(4970), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_explicit] = ACTIONS(4970), + [anon_sym_typename] = ACTIONS(4970), + [anon_sym_template] = ACTIONS(4970), + [anon_sym_GT2] = ACTIONS(4972), + [anon_sym_operator] = ACTIONS(4970), + [anon_sym_try] = ACTIONS(4970), + [anon_sym_noexcept] = ACTIONS(4970), + [anon_sym_throw] = ACTIONS(4970), + [anon_sym_requires] = ACTIONS(4970), + }, + [1624] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PIPE_PIPE] = ACTIONS(2465), + [anon_sym_AMP_AMP] = ACTIONS(2465), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_EQ_EQ] = ACTIONS(2465), + [anon_sym_BANG_EQ] = ACTIONS(2465), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_GT_EQ] = ACTIONS(2475), + [anon_sym_LT_EQ] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2475), + [anon_sym_GT_GT] = ACTIONS(2475), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_EQ] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_QMARK] = ACTIONS(2465), + [anon_sym_STAR_EQ] = ACTIONS(2465), + [anon_sym_SLASH_EQ] = ACTIONS(2465), + [anon_sym_PERCENT_EQ] = ACTIONS(2465), + [anon_sym_PLUS_EQ] = ACTIONS(2465), + [anon_sym_DASH_EQ] = ACTIONS(2465), + [anon_sym_LT_LT_EQ] = ACTIONS(2465), + [anon_sym_GT_GT_EQ] = ACTIONS(2475), + [anon_sym_AMP_EQ] = ACTIONS(2465), + [anon_sym_CARET_EQ] = ACTIONS(2465), + [anon_sym_PIPE_EQ] = ACTIONS(2465), + [anon_sym_and_eq] = ACTIONS(2475), + [anon_sym_or_eq] = ACTIONS(2475), + [anon_sym_xor_eq] = ACTIONS(2475), + [anon_sym_LT_EQ_GT] = ACTIONS(2465), + [anon_sym_or] = ACTIONS(2475), + [anon_sym_and] = ACTIONS(2475), + [anon_sym_bitor] = ACTIONS(2475), + [anon_sym_xor] = ACTIONS(2475), + [anon_sym_bitand] = ACTIONS(2475), + [anon_sym_not_eq] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_PLUS_PLUS] = ACTIONS(2465), + [anon_sym_DOT] = ACTIONS(2475), + [anon_sym_DOT_STAR] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2465), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_friend] = ACTIONS(2556), - [anon_sym_public] = ACTIONS(2556), - [anon_sym_private] = ACTIONS(2556), - [anon_sym_protected] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(5496), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_GT2] = ACTIONS(2465), }, - [1793] = { - [sym_identifier] = ACTIONS(5498), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5500), - [anon_sym_COMMA] = ACTIONS(5500), - [anon_sym_RPAREN] = ACTIONS(5500), - [anon_sym_LPAREN2] = ACTIONS(5500), - [anon_sym_DASH] = ACTIONS(5498), - [anon_sym_PLUS] = ACTIONS(5498), - [anon_sym_STAR] = ACTIONS(5500), - [anon_sym_SLASH] = ACTIONS(5498), - [anon_sym_PERCENT] = ACTIONS(5500), - [anon_sym_PIPE_PIPE] = ACTIONS(5500), - [anon_sym_AMP_AMP] = ACTIONS(5500), - [anon_sym_PIPE] = ACTIONS(5498), - [anon_sym_CARET] = ACTIONS(5500), - [anon_sym_AMP] = ACTIONS(5498), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_GT] = ACTIONS(5498), - [anon_sym_GT_EQ] = ACTIONS(5500), - [anon_sym_LT_EQ] = ACTIONS(5498), - [anon_sym_LT] = ACTIONS(5498), - [anon_sym_LT_LT] = ACTIONS(5500), - [anon_sym_GT_GT] = ACTIONS(5500), - [anon_sym_SEMI] = ACTIONS(5500), - [anon_sym___extension__] = ACTIONS(5498), - [anon_sym___attribute__] = ACTIONS(5498), - [anon_sym___attribute] = ACTIONS(5498), - [anon_sym___based] = ACTIONS(5498), - [anon_sym_LBRACE] = ACTIONS(5500), - [anon_sym_RBRACE] = ACTIONS(5500), - [anon_sym_signed] = ACTIONS(5498), - [anon_sym_unsigned] = ACTIONS(5498), - [anon_sym_long] = ACTIONS(5498), - [anon_sym_short] = ACTIONS(5498), - [anon_sym_LBRACK] = ACTIONS(5500), - [anon_sym_RBRACK] = ACTIONS(5500), - [anon_sym_const] = ACTIONS(5498), - [anon_sym_constexpr] = ACTIONS(5498), - [anon_sym_volatile] = ACTIONS(5498), - [anon_sym_restrict] = ACTIONS(5498), - [anon_sym___restrict__] = ACTIONS(5498), - [anon_sym__Atomic] = ACTIONS(5498), - [anon_sym__Noreturn] = ACTIONS(5498), - [anon_sym_noreturn] = ACTIONS(5498), - [anon_sym__Nonnull] = ACTIONS(5498), - [anon_sym_mutable] = ACTIONS(5498), - [anon_sym_constinit] = ACTIONS(5498), - [anon_sym_consteval] = ACTIONS(5498), - [anon_sym_PROGMEM] = ACTIONS(5498), - [anon_sym_alignas] = ACTIONS(5498), - [anon_sym__Alignas] = ACTIONS(5498), - [aux_sym_primitive_type_token1] = ACTIONS(5498), - [anon_sym_byte] = ACTIONS(5498), - [anon_sym_word] = ACTIONS(5498), - [anon_sym_COLON] = ACTIONS(5500), - [anon_sym_QMARK] = ACTIONS(5500), - [anon_sym_LT_EQ_GT] = ACTIONS(5500), - [anon_sym_or] = ACTIONS(5498), - [anon_sym_and] = ACTIONS(5498), - [anon_sym_bitor] = ACTIONS(5498), - [anon_sym_xor] = ACTIONS(5498), - [anon_sym_bitand] = ACTIONS(5498), - [anon_sym_not_eq] = ACTIONS(5498), - [anon_sym_DASH_DASH] = ACTIONS(5500), - [anon_sym_PLUS_PLUS] = ACTIONS(5500), - [anon_sym_DOT] = ACTIONS(5498), - [anon_sym_DOT_STAR] = ACTIONS(5500), - [anon_sym_DASH_GT] = ACTIONS(5500), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5498), - [anon_sym_decltype] = ACTIONS(5498), - [anon_sym_final] = ACTIONS(5498), - [anon_sym_override] = ACTIONS(5498), - [anon_sym_requires] = ACTIONS(5498), + [1625] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RPAREN] = ACTIONS(2465), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_TILDE] = ACTIONS(2465), + [anon_sym_STAR] = ACTIONS(2465), + [anon_sym_AMP_AMP] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_SEMI] = ACTIONS(2465), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym_virtual] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2465), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2465), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym___based] = ACTIONS(2475), + [anon_sym___cdecl] = ACTIONS(2475), + [anon_sym___clrcall] = ACTIONS(2475), + [anon_sym___stdcall] = ACTIONS(2475), + [anon_sym___fastcall] = ACTIONS(2475), + [anon_sym___thiscall] = ACTIONS(2475), + [anon_sym___vectorcall] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_EQ] = ACTIONS(2465), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_class] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [anon_sym_asm] = ACTIONS(2475), + [anon_sym___asm__] = ACTIONS(2475), + [anon_sym___asm] = ACTIONS(2475), + [anon_sym_DASH_GT] = ACTIONS(2465), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_final] = ACTIONS(2475), + [anon_sym_override] = ACTIONS(2475), + [anon_sym_explicit] = ACTIONS(2475), + [anon_sym_typename] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2475), + [anon_sym_GT2] = ACTIONS(2465), + [anon_sym_operator] = ACTIONS(2475), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_noexcept] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2475), + [anon_sym_requires] = ACTIONS(2475), }, - [1794] = { - [sym_identifier] = ACTIONS(5502), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5504), - [anon_sym_COMMA] = ACTIONS(5504), - [anon_sym_RPAREN] = ACTIONS(5504), - [anon_sym_LPAREN2] = ACTIONS(5504), - [anon_sym_DASH] = ACTIONS(5502), - [anon_sym_PLUS] = ACTIONS(5502), - [anon_sym_STAR] = ACTIONS(5504), - [anon_sym_SLASH] = ACTIONS(5502), - [anon_sym_PERCENT] = ACTIONS(5504), - [anon_sym_PIPE_PIPE] = ACTIONS(5504), - [anon_sym_AMP_AMP] = ACTIONS(5504), - [anon_sym_PIPE] = ACTIONS(5502), - [anon_sym_CARET] = ACTIONS(5504), - [anon_sym_AMP] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5504), - [anon_sym_BANG_EQ] = ACTIONS(5504), - [anon_sym_GT] = ACTIONS(5502), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_LT_EQ] = ACTIONS(5502), - [anon_sym_LT] = ACTIONS(5502), - [anon_sym_LT_LT] = ACTIONS(5504), - [anon_sym_GT_GT] = ACTIONS(5504), - [anon_sym_SEMI] = ACTIONS(5504), - [anon_sym___extension__] = ACTIONS(5502), - [anon_sym___attribute__] = ACTIONS(5502), - [anon_sym___attribute] = ACTIONS(5502), - [anon_sym___based] = ACTIONS(5502), - [anon_sym_LBRACE] = ACTIONS(5504), - [anon_sym_RBRACE] = ACTIONS(5504), - [anon_sym_signed] = ACTIONS(5502), - [anon_sym_unsigned] = ACTIONS(5502), - [anon_sym_long] = ACTIONS(5502), - [anon_sym_short] = ACTIONS(5502), - [anon_sym_LBRACK] = ACTIONS(5504), - [anon_sym_RBRACK] = ACTIONS(5504), - [anon_sym_const] = ACTIONS(5502), - [anon_sym_constexpr] = ACTIONS(5502), - [anon_sym_volatile] = ACTIONS(5502), - [anon_sym_restrict] = ACTIONS(5502), - [anon_sym___restrict__] = ACTIONS(5502), - [anon_sym__Atomic] = ACTIONS(5502), - [anon_sym__Noreturn] = ACTIONS(5502), - [anon_sym_noreturn] = ACTIONS(5502), - [anon_sym__Nonnull] = ACTIONS(5502), - [anon_sym_mutable] = ACTIONS(5502), - [anon_sym_constinit] = ACTIONS(5502), - [anon_sym_consteval] = ACTIONS(5502), - [anon_sym_PROGMEM] = ACTIONS(5502), - [anon_sym_alignas] = ACTIONS(5502), - [anon_sym__Alignas] = ACTIONS(5502), - [aux_sym_primitive_type_token1] = ACTIONS(5502), - [anon_sym_byte] = ACTIONS(5502), - [anon_sym_word] = ACTIONS(5502), - [anon_sym_COLON] = ACTIONS(5504), - [anon_sym_QMARK] = ACTIONS(5504), - [anon_sym_LT_EQ_GT] = ACTIONS(5504), - [anon_sym_or] = ACTIONS(5502), - [anon_sym_and] = ACTIONS(5502), - [anon_sym_bitor] = ACTIONS(5502), - [anon_sym_xor] = ACTIONS(5502), - [anon_sym_bitand] = ACTIONS(5502), - [anon_sym_not_eq] = ACTIONS(5502), - [anon_sym_DASH_DASH] = ACTIONS(5504), - [anon_sym_PLUS_PLUS] = ACTIONS(5504), - [anon_sym_DOT] = ACTIONS(5502), - [anon_sym_DOT_STAR] = ACTIONS(5504), - [anon_sym_DASH_GT] = ACTIONS(5504), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5502), - [anon_sym_decltype] = ACTIONS(5502), - [anon_sym_final] = ACTIONS(5502), - [anon_sym_override] = ACTIONS(5502), - [anon_sym_requires] = ACTIONS(5502), + [1626] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1627), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_RPAREN] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4999), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4999), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4999), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5226), + [anon_sym_unsigned] = ACTIONS(5226), + [anon_sym_long] = ACTIONS(5226), + [anon_sym_short] = ACTIONS(5226), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_EQ] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_STAR_EQ] = ACTIONS(4996), + [anon_sym_SLASH_EQ] = ACTIONS(4996), + [anon_sym_PERCENT_EQ] = ACTIONS(4996), + [anon_sym_PLUS_EQ] = ACTIONS(4996), + [anon_sym_DASH_EQ] = ACTIONS(4996), + [anon_sym_LT_LT_EQ] = ACTIONS(4996), + [anon_sym_GT_GT_EQ] = ACTIONS(4996), + [anon_sym_AMP_EQ] = ACTIONS(4996), + [anon_sym_CARET_EQ] = ACTIONS(4996), + [anon_sym_PIPE_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4999), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), + [anon_sym_DASH_GT_STAR] = ACTIONS(4996), }, - [1795] = { - [sym_identifier] = ACTIONS(5506), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5508), - [anon_sym_COMMA] = ACTIONS(5508), - [anon_sym_RPAREN] = ACTIONS(5508), - [anon_sym_LPAREN2] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5506), - [anon_sym_PLUS] = ACTIONS(5506), - [anon_sym_STAR] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5506), - [anon_sym_PERCENT] = ACTIONS(5508), - [anon_sym_PIPE_PIPE] = ACTIONS(5508), - [anon_sym_AMP_AMP] = ACTIONS(5508), - [anon_sym_PIPE] = ACTIONS(5506), - [anon_sym_CARET] = ACTIONS(5508), - [anon_sym_AMP] = ACTIONS(5506), - [anon_sym_EQ_EQ] = ACTIONS(5508), - [anon_sym_BANG_EQ] = ACTIONS(5508), - [anon_sym_GT] = ACTIONS(5506), - [anon_sym_GT_EQ] = ACTIONS(5508), - [anon_sym_LT_EQ] = ACTIONS(5506), - [anon_sym_LT] = ACTIONS(5506), - [anon_sym_LT_LT] = ACTIONS(5508), - [anon_sym_GT_GT] = ACTIONS(5508), - [anon_sym_SEMI] = ACTIONS(5508), - [anon_sym___extension__] = ACTIONS(5506), - [anon_sym___attribute__] = ACTIONS(5506), - [anon_sym___attribute] = ACTIONS(5506), - [anon_sym___based] = ACTIONS(5506), - [anon_sym_LBRACE] = ACTIONS(5508), - [anon_sym_RBRACE] = ACTIONS(5508), - [anon_sym_signed] = ACTIONS(5506), - [anon_sym_unsigned] = ACTIONS(5506), - [anon_sym_long] = ACTIONS(5506), - [anon_sym_short] = ACTIONS(5506), - [anon_sym_LBRACK] = ACTIONS(5508), - [anon_sym_RBRACK] = ACTIONS(5508), - [anon_sym_const] = ACTIONS(5506), - [anon_sym_constexpr] = ACTIONS(5506), - [anon_sym_volatile] = ACTIONS(5506), - [anon_sym_restrict] = ACTIONS(5506), - [anon_sym___restrict__] = ACTIONS(5506), - [anon_sym__Atomic] = ACTIONS(5506), - [anon_sym__Noreturn] = ACTIONS(5506), - [anon_sym_noreturn] = ACTIONS(5506), - [anon_sym__Nonnull] = ACTIONS(5506), - [anon_sym_mutable] = ACTIONS(5506), - [anon_sym_constinit] = ACTIONS(5506), - [anon_sym_consteval] = ACTIONS(5506), - [anon_sym_PROGMEM] = ACTIONS(5506), - [anon_sym_alignas] = ACTIONS(5506), - [anon_sym__Alignas] = ACTIONS(5506), - [aux_sym_primitive_type_token1] = ACTIONS(5506), - [anon_sym_byte] = ACTIONS(5506), - [anon_sym_word] = ACTIONS(5506), - [anon_sym_COLON] = ACTIONS(5508), - [anon_sym_QMARK] = ACTIONS(5508), - [anon_sym_LT_EQ_GT] = ACTIONS(5508), - [anon_sym_or] = ACTIONS(5506), - [anon_sym_and] = ACTIONS(5506), - [anon_sym_bitor] = ACTIONS(5506), - [anon_sym_xor] = ACTIONS(5506), - [anon_sym_bitand] = ACTIONS(5506), - [anon_sym_not_eq] = ACTIONS(5506), - [anon_sym_DASH_DASH] = ACTIONS(5508), - [anon_sym_PLUS_PLUS] = ACTIONS(5508), - [anon_sym_DOT] = ACTIONS(5506), - [anon_sym_DOT_STAR] = ACTIONS(5508), - [anon_sym_DASH_GT] = ACTIONS(5508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5506), - [anon_sym_decltype] = ACTIONS(5506), - [anon_sym_final] = ACTIONS(5506), - [anon_sym_override] = ACTIONS(5506), - [anon_sym_requires] = ACTIONS(5506), + [1627] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1627), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [anon_sym_RPAREN] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4920), + [anon_sym_STAR] = ACTIONS(4920), + [anon_sym_SLASH] = ACTIONS(4920), + [anon_sym_PERCENT] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_PIPE] = ACTIONS(4920), + [anon_sym_CARET] = ACTIONS(4920), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4922), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4920), + [anon_sym_LT_LT] = ACTIONS(4920), + [anon_sym_GT_GT] = ACTIONS(4920), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(5226), + [anon_sym_unsigned] = ACTIONS(5226), + [anon_sym_long] = ACTIONS(5226), + [anon_sym_short] = ACTIONS(5226), + [anon_sym_LBRACK] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4920), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_STAR_EQ] = ACTIONS(4922), + [anon_sym_SLASH_EQ] = ACTIONS(4922), + [anon_sym_PERCENT_EQ] = ACTIONS(4922), + [anon_sym_PLUS_EQ] = ACTIONS(4922), + [anon_sym_DASH_EQ] = ACTIONS(4922), + [anon_sym_LT_LT_EQ] = ACTIONS(4922), + [anon_sym_GT_GT_EQ] = ACTIONS(4922), + [anon_sym_AMP_EQ] = ACTIONS(4922), + [anon_sym_CARET_EQ] = ACTIONS(4922), + [anon_sym_PIPE_EQ] = ACTIONS(4922), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_DASH_GT_STAR] = ACTIONS(4922), }, - [1796] = { - [sym_identifier] = ACTIONS(5510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5512), - [anon_sym_COMMA] = ACTIONS(5512), - [anon_sym_RPAREN] = ACTIONS(5512), - [anon_sym_LPAREN2] = ACTIONS(5512), - [anon_sym_DASH] = ACTIONS(5510), - [anon_sym_PLUS] = ACTIONS(5510), - [anon_sym_STAR] = ACTIONS(5512), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5512), - [anon_sym_PIPE_PIPE] = ACTIONS(5512), - [anon_sym_AMP_AMP] = ACTIONS(5512), - [anon_sym_PIPE] = ACTIONS(5510), - [anon_sym_CARET] = ACTIONS(5512), - [anon_sym_AMP] = ACTIONS(5510), - [anon_sym_EQ_EQ] = ACTIONS(5512), - [anon_sym_BANG_EQ] = ACTIONS(5512), - [anon_sym_GT] = ACTIONS(5510), - [anon_sym_GT_EQ] = ACTIONS(5512), - [anon_sym_LT_EQ] = ACTIONS(5510), - [anon_sym_LT] = ACTIONS(5510), - [anon_sym_LT_LT] = ACTIONS(5512), - [anon_sym_GT_GT] = ACTIONS(5512), - [anon_sym_SEMI] = ACTIONS(5512), - [anon_sym___extension__] = ACTIONS(5510), - [anon_sym___attribute__] = ACTIONS(5510), - [anon_sym___attribute] = ACTIONS(5510), - [anon_sym___based] = ACTIONS(5510), - [anon_sym_LBRACE] = ACTIONS(5512), - [anon_sym_RBRACE] = ACTIONS(5512), - [anon_sym_signed] = ACTIONS(5510), - [anon_sym_unsigned] = ACTIONS(5510), - [anon_sym_long] = ACTIONS(5510), - [anon_sym_short] = ACTIONS(5510), - [anon_sym_LBRACK] = ACTIONS(5512), - [anon_sym_RBRACK] = ACTIONS(5512), - [anon_sym_const] = ACTIONS(5510), - [anon_sym_constexpr] = ACTIONS(5510), - [anon_sym_volatile] = ACTIONS(5510), - [anon_sym_restrict] = ACTIONS(5510), - [anon_sym___restrict__] = ACTIONS(5510), - [anon_sym__Atomic] = ACTIONS(5510), - [anon_sym__Noreturn] = ACTIONS(5510), - [anon_sym_noreturn] = ACTIONS(5510), - [anon_sym__Nonnull] = ACTIONS(5510), - [anon_sym_mutable] = ACTIONS(5510), - [anon_sym_constinit] = ACTIONS(5510), - [anon_sym_consteval] = ACTIONS(5510), - [anon_sym_PROGMEM] = ACTIONS(5510), - [anon_sym_alignas] = ACTIONS(5510), - [anon_sym__Alignas] = ACTIONS(5510), - [aux_sym_primitive_type_token1] = ACTIONS(5510), - [anon_sym_byte] = ACTIONS(5510), - [anon_sym_word] = ACTIONS(5510), - [anon_sym_COLON] = ACTIONS(5512), - [anon_sym_QMARK] = ACTIONS(5512), - [anon_sym_LT_EQ_GT] = ACTIONS(5512), - [anon_sym_or] = ACTIONS(5510), - [anon_sym_and] = ACTIONS(5510), - [anon_sym_bitor] = ACTIONS(5510), - [anon_sym_xor] = ACTIONS(5510), - [anon_sym_bitand] = ACTIONS(5510), - [anon_sym_not_eq] = ACTIONS(5510), - [anon_sym_DASH_DASH] = ACTIONS(5512), - [anon_sym_PLUS_PLUS] = ACTIONS(5512), - [anon_sym_DOT] = ACTIONS(5510), - [anon_sym_DOT_STAR] = ACTIONS(5512), - [anon_sym_DASH_GT] = ACTIONS(5512), + [1628] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [anon_sym_RPAREN] = ACTIONS(4922), + [aux_sym_preproc_if_token2] = ACTIONS(4922), + [aux_sym_preproc_else_token1] = ACTIONS(4922), + [aux_sym_preproc_elif_token1] = ACTIONS(4920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4922), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4920), + [anon_sym_STAR] = ACTIONS(4922), + [anon_sym_SLASH] = ACTIONS(4920), + [anon_sym_PERCENT] = ACTIONS(4922), + [anon_sym_PIPE_PIPE] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_PIPE] = ACTIONS(4920), + [anon_sym_CARET] = ACTIONS(4922), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4922), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4920), + [anon_sym_LT_LT] = ACTIONS(4922), + [anon_sym_GT_GT] = ACTIONS(4922), + [anon_sym_SEMI] = ACTIONS(4922), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_RBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(5229), + [anon_sym_unsigned] = ACTIONS(5229), + [anon_sym_long] = ACTIONS(5229), + [anon_sym_short] = ACTIONS(5229), + [anon_sym_LBRACK] = ACTIONS(4922), + [anon_sym_RBRACK] = ACTIONS(4922), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_COLON] = ACTIONS(4922), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4922), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5510), - [anon_sym_decltype] = ACTIONS(5510), - [anon_sym_final] = ACTIONS(5510), - [anon_sym_override] = ACTIONS(5510), - [anon_sym_requires] = ACTIONS(5510), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_final] = ACTIONS(4920), + [anon_sym_override] = ACTIONS(4920), + [anon_sym_requires] = ACTIONS(4920), }, - [1797] = { - [sym_identifier] = ACTIONS(5514), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5516), - [anon_sym_COMMA] = ACTIONS(5516), - [anon_sym_RPAREN] = ACTIONS(5516), - [anon_sym_LPAREN2] = ACTIONS(5516), - [anon_sym_DASH] = ACTIONS(5514), - [anon_sym_PLUS] = ACTIONS(5514), - [anon_sym_STAR] = ACTIONS(5516), - [anon_sym_SLASH] = ACTIONS(5514), - [anon_sym_PERCENT] = ACTIONS(5516), - [anon_sym_PIPE_PIPE] = ACTIONS(5516), - [anon_sym_AMP_AMP] = ACTIONS(5516), - [anon_sym_PIPE] = ACTIONS(5514), - [anon_sym_CARET] = ACTIONS(5516), - [anon_sym_AMP] = ACTIONS(5514), - [anon_sym_EQ_EQ] = ACTIONS(5516), - [anon_sym_BANG_EQ] = ACTIONS(5516), - [anon_sym_GT] = ACTIONS(5514), - [anon_sym_GT_EQ] = ACTIONS(5516), - [anon_sym_LT_EQ] = ACTIONS(5514), - [anon_sym_LT] = ACTIONS(5514), - [anon_sym_LT_LT] = ACTIONS(5516), - [anon_sym_GT_GT] = ACTIONS(5516), - [anon_sym_SEMI] = ACTIONS(5516), - [anon_sym___extension__] = ACTIONS(5514), - [anon_sym___attribute__] = ACTIONS(5514), - [anon_sym___attribute] = ACTIONS(5514), - [anon_sym___based] = ACTIONS(5514), - [anon_sym_LBRACE] = ACTIONS(5516), - [anon_sym_RBRACE] = ACTIONS(5516), - [anon_sym_signed] = ACTIONS(5514), - [anon_sym_unsigned] = ACTIONS(5514), - [anon_sym_long] = ACTIONS(5514), - [anon_sym_short] = ACTIONS(5514), - [anon_sym_LBRACK] = ACTIONS(5516), - [anon_sym_RBRACK] = ACTIONS(5516), - [anon_sym_const] = ACTIONS(5514), - [anon_sym_constexpr] = ACTIONS(5514), - [anon_sym_volatile] = ACTIONS(5514), - [anon_sym_restrict] = ACTIONS(5514), - [anon_sym___restrict__] = ACTIONS(5514), - [anon_sym__Atomic] = ACTIONS(5514), - [anon_sym__Noreturn] = ACTIONS(5514), - [anon_sym_noreturn] = ACTIONS(5514), - [anon_sym__Nonnull] = ACTIONS(5514), - [anon_sym_mutable] = ACTIONS(5514), - [anon_sym_constinit] = ACTIONS(5514), - [anon_sym_consteval] = ACTIONS(5514), - [anon_sym_PROGMEM] = ACTIONS(5514), - [anon_sym_alignas] = ACTIONS(5514), - [anon_sym__Alignas] = ACTIONS(5514), - [aux_sym_primitive_type_token1] = ACTIONS(5514), - [anon_sym_byte] = ACTIONS(5514), - [anon_sym_word] = ACTIONS(5514), - [anon_sym_COLON] = ACTIONS(5516), - [anon_sym_QMARK] = ACTIONS(5516), - [anon_sym_LT_EQ_GT] = ACTIONS(5516), - [anon_sym_or] = ACTIONS(5514), - [anon_sym_and] = ACTIONS(5514), - [anon_sym_bitor] = ACTIONS(5514), - [anon_sym_xor] = ACTIONS(5514), - [anon_sym_bitand] = ACTIONS(5514), - [anon_sym_not_eq] = ACTIONS(5514), - [anon_sym_DASH_DASH] = ACTIONS(5516), - [anon_sym_PLUS_PLUS] = ACTIONS(5516), - [anon_sym_DOT] = ACTIONS(5514), - [anon_sym_DOT_STAR] = ACTIONS(5516), - [anon_sym_DASH_GT] = ACTIONS(5516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5514), - [anon_sym_decltype] = ACTIONS(5514), - [anon_sym_final] = ACTIONS(5514), - [anon_sym_override] = ACTIONS(5514), - [anon_sym_requires] = ACTIONS(5514), + [1629] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4970), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4970), + [anon_sym_GT_GT] = ACTIONS(4970), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_LT_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_GT_EQ] = ACTIONS(4972), + [anon_sym_AMP_EQ] = ACTIONS(4972), + [anon_sym_CARET_EQ] = ACTIONS(4972), + [anon_sym_PIPE_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_DASH_GT_STAR] = ACTIONS(4972), }, - [1798] = { - [sym_catch_clause] = STATE(1830), - [aux_sym_constructor_try_statement_repeat1] = STATE(1830), + [1630] = { + [sym_catch_clause] = STATE(1632), + [aux_sym_constructor_try_statement_repeat1] = STATE(1632), [sym_identifier] = ACTIONS(2575), [aux_sym_preproc_def_token1] = ACTIONS(2575), [aux_sym_preproc_if_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token2] = ACTIONS(2575), [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), + [aux_sym_preproc_else_token1] = ACTIONS(2575), + [aux_sym_preproc_elif_token1] = ACTIONS(2575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2575), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2575), [sym_preproc_directive] = ACTIONS(2575), [anon_sym_LPAREN2] = ACTIONS(2577), [anon_sym_TILDE] = ACTIONS(2577), @@ -258310,7 +245315,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), [anon_sym___declspec] = ACTIONS(2575), [anon_sym___based] = ACTIONS(2575), - [anon_sym_RBRACE] = ACTIONS(2577), [anon_sym_signed] = ACTIONS(2575), [anon_sym_unsigned] = ACTIONS(2575), [anon_sym_long] = ACTIONS(2575), @@ -258359,777 +245363,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2575), [anon_sym_using] = ACTIONS(2575), [anon_sym_static_assert] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(5496), - }, - [1799] = { - [sym_identifier] = ACTIONS(5518), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5520), - [anon_sym_COMMA] = ACTIONS(5520), - [anon_sym_RPAREN] = ACTIONS(5520), - [anon_sym_LPAREN2] = ACTIONS(5520), - [anon_sym_DASH] = ACTIONS(5518), - [anon_sym_PLUS] = ACTIONS(5518), - [anon_sym_STAR] = ACTIONS(5520), - [anon_sym_SLASH] = ACTIONS(5518), - [anon_sym_PERCENT] = ACTIONS(5520), - [anon_sym_PIPE_PIPE] = ACTIONS(5520), - [anon_sym_AMP_AMP] = ACTIONS(5520), - [anon_sym_PIPE] = ACTIONS(5518), - [anon_sym_CARET] = ACTIONS(5520), - [anon_sym_AMP] = ACTIONS(5518), - [anon_sym_EQ_EQ] = ACTIONS(5520), - [anon_sym_BANG_EQ] = ACTIONS(5520), - [anon_sym_GT] = ACTIONS(5518), - [anon_sym_GT_EQ] = ACTIONS(5520), - [anon_sym_LT_EQ] = ACTIONS(5518), - [anon_sym_LT] = ACTIONS(5518), - [anon_sym_LT_LT] = ACTIONS(5520), - [anon_sym_GT_GT] = ACTIONS(5520), - [anon_sym_SEMI] = ACTIONS(5520), - [anon_sym___extension__] = ACTIONS(5518), - [anon_sym___attribute__] = ACTIONS(5518), - [anon_sym___attribute] = ACTIONS(5518), - [anon_sym___based] = ACTIONS(5518), - [anon_sym_LBRACE] = ACTIONS(5520), - [anon_sym_RBRACE] = ACTIONS(5520), - [anon_sym_signed] = ACTIONS(5518), - [anon_sym_unsigned] = ACTIONS(5518), - [anon_sym_long] = ACTIONS(5518), - [anon_sym_short] = ACTIONS(5518), - [anon_sym_LBRACK] = ACTIONS(5520), - [anon_sym_RBRACK] = ACTIONS(5520), - [anon_sym_const] = ACTIONS(5518), - [anon_sym_constexpr] = ACTIONS(5518), - [anon_sym_volatile] = ACTIONS(5518), - [anon_sym_restrict] = ACTIONS(5518), - [anon_sym___restrict__] = ACTIONS(5518), - [anon_sym__Atomic] = ACTIONS(5518), - [anon_sym__Noreturn] = ACTIONS(5518), - [anon_sym_noreturn] = ACTIONS(5518), - [anon_sym__Nonnull] = ACTIONS(5518), - [anon_sym_mutable] = ACTIONS(5518), - [anon_sym_constinit] = ACTIONS(5518), - [anon_sym_consteval] = ACTIONS(5518), - [anon_sym_PROGMEM] = ACTIONS(5518), - [anon_sym_alignas] = ACTIONS(5518), - [anon_sym__Alignas] = ACTIONS(5518), - [aux_sym_primitive_type_token1] = ACTIONS(5518), - [anon_sym_byte] = ACTIONS(5518), - [anon_sym_word] = ACTIONS(5518), - [anon_sym_COLON] = ACTIONS(5520), - [anon_sym_QMARK] = ACTIONS(5520), - [anon_sym_LT_EQ_GT] = ACTIONS(5520), - [anon_sym_or] = ACTIONS(5518), - [anon_sym_and] = ACTIONS(5518), - [anon_sym_bitor] = ACTIONS(5518), - [anon_sym_xor] = ACTIONS(5518), - [anon_sym_bitand] = ACTIONS(5518), - [anon_sym_not_eq] = ACTIONS(5518), - [anon_sym_DASH_DASH] = ACTIONS(5520), - [anon_sym_PLUS_PLUS] = ACTIONS(5520), - [anon_sym_DOT] = ACTIONS(5518), - [anon_sym_DOT_STAR] = ACTIONS(5520), - [anon_sym_DASH_GT] = ACTIONS(5520), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5518), - [anon_sym_decltype] = ACTIONS(5518), - [anon_sym_final] = ACTIONS(5518), - [anon_sym_override] = ACTIONS(5518), - [anon_sym_requires] = ACTIONS(5518), - }, - [1800] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5441), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5441), - [anon_sym_GT_GT] = ACTIONS(5441), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___extension__] = ACTIONS(5439), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym___based] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_signed] = ACTIONS(5439), - [anon_sym_unsigned] = ACTIONS(5439), - [anon_sym_long] = ACTIONS(5439), - [anon_sym_short] = ACTIONS(5439), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5439), - [anon_sym_volatile] = ACTIONS(5439), - [anon_sym_restrict] = ACTIONS(5439), - [anon_sym___restrict__] = ACTIONS(5439), - [anon_sym__Atomic] = ACTIONS(5439), - [anon_sym__Noreturn] = ACTIONS(5439), - [anon_sym_noreturn] = ACTIONS(5439), - [anon_sym__Nonnull] = ACTIONS(5439), - [anon_sym_mutable] = ACTIONS(5439), - [anon_sym_constinit] = ACTIONS(5439), - [anon_sym_consteval] = ACTIONS(5439), - [anon_sym_PROGMEM] = ACTIONS(5439), - [anon_sym_alignas] = ACTIONS(5439), - [anon_sym__Alignas] = ACTIONS(5439), - [aux_sym_primitive_type_token1] = ACTIONS(5439), - [anon_sym_byte] = ACTIONS(5439), - [anon_sym_word] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - [anon_sym_final] = ACTIONS(5439), - [anon_sym_override] = ACTIONS(5439), - [anon_sym_requires] = ACTIONS(5439), - }, - [1801] = { - [sym_identifier] = ACTIONS(5522), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5524), - [anon_sym_COMMA] = ACTIONS(5524), - [anon_sym_RPAREN] = ACTIONS(5524), - [anon_sym_LPAREN2] = ACTIONS(5524), - [anon_sym_DASH] = ACTIONS(5522), - [anon_sym_PLUS] = ACTIONS(5522), - [anon_sym_STAR] = ACTIONS(5524), - [anon_sym_SLASH] = ACTIONS(5522), - [anon_sym_PERCENT] = ACTIONS(5524), - [anon_sym_PIPE_PIPE] = ACTIONS(5524), - [anon_sym_AMP_AMP] = ACTIONS(5524), - [anon_sym_PIPE] = ACTIONS(5522), - [anon_sym_CARET] = ACTIONS(5524), - [anon_sym_AMP] = ACTIONS(5522), - [anon_sym_EQ_EQ] = ACTIONS(5524), - [anon_sym_BANG_EQ] = ACTIONS(5524), - [anon_sym_GT] = ACTIONS(5522), - [anon_sym_GT_EQ] = ACTIONS(5524), - [anon_sym_LT_EQ] = ACTIONS(5522), - [anon_sym_LT] = ACTIONS(5522), - [anon_sym_LT_LT] = ACTIONS(5524), - [anon_sym_GT_GT] = ACTIONS(5524), - [anon_sym_SEMI] = ACTIONS(5524), - [anon_sym___extension__] = ACTIONS(5522), - [anon_sym___attribute__] = ACTIONS(5522), - [anon_sym___attribute] = ACTIONS(5522), - [anon_sym___based] = ACTIONS(5522), - [anon_sym_LBRACE] = ACTIONS(5524), - [anon_sym_RBRACE] = ACTIONS(5524), - [anon_sym_signed] = ACTIONS(5522), - [anon_sym_unsigned] = ACTIONS(5522), - [anon_sym_long] = ACTIONS(5522), - [anon_sym_short] = ACTIONS(5522), - [anon_sym_LBRACK] = ACTIONS(5524), - [anon_sym_RBRACK] = ACTIONS(5524), - [anon_sym_const] = ACTIONS(5522), - [anon_sym_constexpr] = ACTIONS(5522), - [anon_sym_volatile] = ACTIONS(5522), - [anon_sym_restrict] = ACTIONS(5522), - [anon_sym___restrict__] = ACTIONS(5522), - [anon_sym__Atomic] = ACTIONS(5522), - [anon_sym__Noreturn] = ACTIONS(5522), - [anon_sym_noreturn] = ACTIONS(5522), - [anon_sym__Nonnull] = ACTIONS(5522), - [anon_sym_mutable] = ACTIONS(5522), - [anon_sym_constinit] = ACTIONS(5522), - [anon_sym_consteval] = ACTIONS(5522), - [anon_sym_PROGMEM] = ACTIONS(5522), - [anon_sym_alignas] = ACTIONS(5522), - [anon_sym__Alignas] = ACTIONS(5522), - [aux_sym_primitive_type_token1] = ACTIONS(5522), - [anon_sym_byte] = ACTIONS(5522), - [anon_sym_word] = ACTIONS(5522), - [anon_sym_COLON] = ACTIONS(5524), - [anon_sym_QMARK] = ACTIONS(5524), - [anon_sym_LT_EQ_GT] = ACTIONS(5524), - [anon_sym_or] = ACTIONS(5522), - [anon_sym_and] = ACTIONS(5522), - [anon_sym_bitor] = ACTIONS(5522), - [anon_sym_xor] = ACTIONS(5522), - [anon_sym_bitand] = ACTIONS(5522), - [anon_sym_not_eq] = ACTIONS(5522), - [anon_sym_DASH_DASH] = ACTIONS(5524), - [anon_sym_PLUS_PLUS] = ACTIONS(5524), - [anon_sym_DOT] = ACTIONS(5522), - [anon_sym_DOT_STAR] = ACTIONS(5524), - [anon_sym_DASH_GT] = ACTIONS(5524), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5522), - [anon_sym_decltype] = ACTIONS(5522), - [anon_sym_final] = ACTIONS(5522), - [anon_sym_override] = ACTIONS(5522), - [anon_sym_requires] = ACTIONS(5522), - }, - [1802] = { - [sym_identifier] = ACTIONS(5526), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5528), - [anon_sym_COMMA] = ACTIONS(5528), - [anon_sym_RPAREN] = ACTIONS(5528), - [anon_sym_LPAREN2] = ACTIONS(5528), - [anon_sym_DASH] = ACTIONS(5526), - [anon_sym_PLUS] = ACTIONS(5526), - [anon_sym_STAR] = ACTIONS(5528), - [anon_sym_SLASH] = ACTIONS(5526), - [anon_sym_PERCENT] = ACTIONS(5528), - [anon_sym_PIPE_PIPE] = ACTIONS(5528), - [anon_sym_AMP_AMP] = ACTIONS(5528), - [anon_sym_PIPE] = ACTIONS(5526), - [anon_sym_CARET] = ACTIONS(5528), - [anon_sym_AMP] = ACTIONS(5526), - [anon_sym_EQ_EQ] = ACTIONS(5528), - [anon_sym_BANG_EQ] = ACTIONS(5528), - [anon_sym_GT] = ACTIONS(5526), - [anon_sym_GT_EQ] = ACTIONS(5528), - [anon_sym_LT_EQ] = ACTIONS(5526), - [anon_sym_LT] = ACTIONS(5526), - [anon_sym_LT_LT] = ACTIONS(5528), - [anon_sym_GT_GT] = ACTIONS(5528), - [anon_sym_SEMI] = ACTIONS(5528), - [anon_sym___extension__] = ACTIONS(5526), - [anon_sym___attribute__] = ACTIONS(5526), - [anon_sym___attribute] = ACTIONS(5526), - [anon_sym___based] = ACTIONS(5526), - [anon_sym_LBRACE] = ACTIONS(5528), - [anon_sym_RBRACE] = ACTIONS(5528), - [anon_sym_signed] = ACTIONS(5526), - [anon_sym_unsigned] = ACTIONS(5526), - [anon_sym_long] = ACTIONS(5526), - [anon_sym_short] = ACTIONS(5526), - [anon_sym_LBRACK] = ACTIONS(5528), - [anon_sym_RBRACK] = ACTIONS(5528), - [anon_sym_const] = ACTIONS(5526), - [anon_sym_constexpr] = ACTIONS(5526), - [anon_sym_volatile] = ACTIONS(5526), - [anon_sym_restrict] = ACTIONS(5526), - [anon_sym___restrict__] = ACTIONS(5526), - [anon_sym__Atomic] = ACTIONS(5526), - [anon_sym__Noreturn] = ACTIONS(5526), - [anon_sym_noreturn] = ACTIONS(5526), - [anon_sym__Nonnull] = ACTIONS(5526), - [anon_sym_mutable] = ACTIONS(5526), - [anon_sym_constinit] = ACTIONS(5526), - [anon_sym_consteval] = ACTIONS(5526), - [anon_sym_PROGMEM] = ACTIONS(5526), - [anon_sym_alignas] = ACTIONS(5526), - [anon_sym__Alignas] = ACTIONS(5526), - [aux_sym_primitive_type_token1] = ACTIONS(5526), - [anon_sym_byte] = ACTIONS(5526), - [anon_sym_word] = ACTIONS(5526), - [anon_sym_COLON] = ACTIONS(5528), - [anon_sym_QMARK] = ACTIONS(5528), - [anon_sym_LT_EQ_GT] = ACTIONS(5528), - [anon_sym_or] = ACTIONS(5526), - [anon_sym_and] = ACTIONS(5526), - [anon_sym_bitor] = ACTIONS(5526), - [anon_sym_xor] = ACTIONS(5526), - [anon_sym_bitand] = ACTIONS(5526), - [anon_sym_not_eq] = ACTIONS(5526), - [anon_sym_DASH_DASH] = ACTIONS(5528), - [anon_sym_PLUS_PLUS] = ACTIONS(5528), - [anon_sym_DOT] = ACTIONS(5526), - [anon_sym_DOT_STAR] = ACTIONS(5528), - [anon_sym_DASH_GT] = ACTIONS(5528), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5526), - [anon_sym_decltype] = ACTIONS(5526), - [anon_sym_final] = ACTIONS(5526), - [anon_sym_override] = ACTIONS(5526), - [anon_sym_requires] = ACTIONS(5526), - }, - [1803] = { - [sym_identifier] = ACTIONS(5530), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5532), - [anon_sym_COMMA] = ACTIONS(5532), - [anon_sym_RPAREN] = ACTIONS(5532), - [anon_sym_LPAREN2] = ACTIONS(5532), - [anon_sym_DASH] = ACTIONS(5530), - [anon_sym_PLUS] = ACTIONS(5530), - [anon_sym_STAR] = ACTIONS(5532), - [anon_sym_SLASH] = ACTIONS(5530), - [anon_sym_PERCENT] = ACTIONS(5532), - [anon_sym_PIPE_PIPE] = ACTIONS(5532), - [anon_sym_AMP_AMP] = ACTIONS(5532), - [anon_sym_PIPE] = ACTIONS(5530), - [anon_sym_CARET] = ACTIONS(5532), - [anon_sym_AMP] = ACTIONS(5530), - [anon_sym_EQ_EQ] = ACTIONS(5532), - [anon_sym_BANG_EQ] = ACTIONS(5532), - [anon_sym_GT] = ACTIONS(5530), - [anon_sym_GT_EQ] = ACTIONS(5532), - [anon_sym_LT_EQ] = ACTIONS(5530), - [anon_sym_LT] = ACTIONS(5530), - [anon_sym_LT_LT] = ACTIONS(5532), - [anon_sym_GT_GT] = ACTIONS(5532), - [anon_sym_SEMI] = ACTIONS(5532), - [anon_sym___extension__] = ACTIONS(5530), - [anon_sym___attribute__] = ACTIONS(5530), - [anon_sym___attribute] = ACTIONS(5530), - [anon_sym___based] = ACTIONS(5530), - [anon_sym_LBRACE] = ACTIONS(5532), - [anon_sym_RBRACE] = ACTIONS(5532), - [anon_sym_signed] = ACTIONS(5530), - [anon_sym_unsigned] = ACTIONS(5530), - [anon_sym_long] = ACTIONS(5530), - [anon_sym_short] = ACTIONS(5530), - [anon_sym_LBRACK] = ACTIONS(5532), - [anon_sym_RBRACK] = ACTIONS(5532), - [anon_sym_const] = ACTIONS(5530), - [anon_sym_constexpr] = ACTIONS(5530), - [anon_sym_volatile] = ACTIONS(5530), - [anon_sym_restrict] = ACTIONS(5530), - [anon_sym___restrict__] = ACTIONS(5530), - [anon_sym__Atomic] = ACTIONS(5530), - [anon_sym__Noreturn] = ACTIONS(5530), - [anon_sym_noreturn] = ACTIONS(5530), - [anon_sym__Nonnull] = ACTIONS(5530), - [anon_sym_mutable] = ACTIONS(5530), - [anon_sym_constinit] = ACTIONS(5530), - [anon_sym_consteval] = ACTIONS(5530), - [anon_sym_PROGMEM] = ACTIONS(5530), - [anon_sym_alignas] = ACTIONS(5530), - [anon_sym__Alignas] = ACTIONS(5530), - [aux_sym_primitive_type_token1] = ACTIONS(5530), - [anon_sym_byte] = ACTIONS(5530), - [anon_sym_word] = ACTIONS(5530), - [anon_sym_COLON] = ACTIONS(5532), - [anon_sym_QMARK] = ACTIONS(5532), - [anon_sym_LT_EQ_GT] = ACTIONS(5532), - [anon_sym_or] = ACTIONS(5530), - [anon_sym_and] = ACTIONS(5530), - [anon_sym_bitor] = ACTIONS(5530), - [anon_sym_xor] = ACTIONS(5530), - [anon_sym_bitand] = ACTIONS(5530), - [anon_sym_not_eq] = ACTIONS(5530), - [anon_sym_DASH_DASH] = ACTIONS(5532), - [anon_sym_PLUS_PLUS] = ACTIONS(5532), - [anon_sym_DOT] = ACTIONS(5530), - [anon_sym_DOT_STAR] = ACTIONS(5532), - [anon_sym_DASH_GT] = ACTIONS(5532), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5530), - [anon_sym_decltype] = ACTIONS(5530), - [anon_sym_final] = ACTIONS(5530), - [anon_sym_override] = ACTIONS(5530), - [anon_sym_requires] = ACTIONS(5530), - }, - [1804] = { - [sym_identifier] = ACTIONS(5534), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5536), - [anon_sym_COMMA] = ACTIONS(5536), - [anon_sym_RPAREN] = ACTIONS(5536), - [anon_sym_LPAREN2] = ACTIONS(5536), - [anon_sym_DASH] = ACTIONS(5534), - [anon_sym_PLUS] = ACTIONS(5534), - [anon_sym_STAR] = ACTIONS(5536), - [anon_sym_SLASH] = ACTIONS(5534), - [anon_sym_PERCENT] = ACTIONS(5536), - [anon_sym_PIPE_PIPE] = ACTIONS(5536), - [anon_sym_AMP_AMP] = ACTIONS(5536), - [anon_sym_PIPE] = ACTIONS(5534), - [anon_sym_CARET] = ACTIONS(5536), - [anon_sym_AMP] = ACTIONS(5534), - [anon_sym_EQ_EQ] = ACTIONS(5536), - [anon_sym_BANG_EQ] = ACTIONS(5536), - [anon_sym_GT] = ACTIONS(5534), - [anon_sym_GT_EQ] = ACTIONS(5536), - [anon_sym_LT_EQ] = ACTIONS(5534), - [anon_sym_LT] = ACTIONS(5534), - [anon_sym_LT_LT] = ACTIONS(5536), - [anon_sym_GT_GT] = ACTIONS(5536), - [anon_sym_SEMI] = ACTIONS(5536), - [anon_sym___extension__] = ACTIONS(5534), - [anon_sym___attribute__] = ACTIONS(5534), - [anon_sym___attribute] = ACTIONS(5534), - [anon_sym___based] = ACTIONS(5534), - [anon_sym_LBRACE] = ACTIONS(5536), - [anon_sym_RBRACE] = ACTIONS(5536), - [anon_sym_signed] = ACTIONS(5534), - [anon_sym_unsigned] = ACTIONS(5534), - [anon_sym_long] = ACTIONS(5534), - [anon_sym_short] = ACTIONS(5534), - [anon_sym_LBRACK] = ACTIONS(5536), - [anon_sym_RBRACK] = ACTIONS(5536), - [anon_sym_const] = ACTIONS(5534), - [anon_sym_constexpr] = ACTIONS(5534), - [anon_sym_volatile] = ACTIONS(5534), - [anon_sym_restrict] = ACTIONS(5534), - [anon_sym___restrict__] = ACTIONS(5534), - [anon_sym__Atomic] = ACTIONS(5534), - [anon_sym__Noreturn] = ACTIONS(5534), - [anon_sym_noreturn] = ACTIONS(5534), - [anon_sym__Nonnull] = ACTIONS(5534), - [anon_sym_mutable] = ACTIONS(5534), - [anon_sym_constinit] = ACTIONS(5534), - [anon_sym_consteval] = ACTIONS(5534), - [anon_sym_PROGMEM] = ACTIONS(5534), - [anon_sym_alignas] = ACTIONS(5534), - [anon_sym__Alignas] = ACTIONS(5534), - [aux_sym_primitive_type_token1] = ACTIONS(5534), - [anon_sym_byte] = ACTIONS(5534), - [anon_sym_word] = ACTIONS(5534), - [anon_sym_COLON] = ACTIONS(5536), - [anon_sym_QMARK] = ACTIONS(5536), - [anon_sym_LT_EQ_GT] = ACTIONS(5536), - [anon_sym_or] = ACTIONS(5534), - [anon_sym_and] = ACTIONS(5534), - [anon_sym_bitor] = ACTIONS(5534), - [anon_sym_xor] = ACTIONS(5534), - [anon_sym_bitand] = ACTIONS(5534), - [anon_sym_not_eq] = ACTIONS(5534), - [anon_sym_DASH_DASH] = ACTIONS(5536), - [anon_sym_PLUS_PLUS] = ACTIONS(5536), - [anon_sym_DOT] = ACTIONS(5534), - [anon_sym_DOT_STAR] = ACTIONS(5536), - [anon_sym_DASH_GT] = ACTIONS(5536), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5534), - [anon_sym_decltype] = ACTIONS(5534), - [anon_sym_final] = ACTIONS(5534), - [anon_sym_override] = ACTIONS(5534), - [anon_sym_requires] = ACTIONS(5534), - }, - [1805] = { - [sym_identifier] = ACTIONS(5538), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5540), - [anon_sym_COMMA] = ACTIONS(5540), - [anon_sym_RPAREN] = ACTIONS(5540), - [anon_sym_LPAREN2] = ACTIONS(5540), - [anon_sym_DASH] = ACTIONS(5538), - [anon_sym_PLUS] = ACTIONS(5538), - [anon_sym_STAR] = ACTIONS(5540), - [anon_sym_SLASH] = ACTIONS(5538), - [anon_sym_PERCENT] = ACTIONS(5540), - [anon_sym_PIPE_PIPE] = ACTIONS(5540), - [anon_sym_AMP_AMP] = ACTIONS(5540), - [anon_sym_PIPE] = ACTIONS(5538), - [anon_sym_CARET] = ACTIONS(5540), - [anon_sym_AMP] = ACTIONS(5538), - [anon_sym_EQ_EQ] = ACTIONS(5540), - [anon_sym_BANG_EQ] = ACTIONS(5540), - [anon_sym_GT] = ACTIONS(5538), - [anon_sym_GT_EQ] = ACTIONS(5540), - [anon_sym_LT_EQ] = ACTIONS(5538), - [anon_sym_LT] = ACTIONS(5538), - [anon_sym_LT_LT] = ACTIONS(5540), - [anon_sym_GT_GT] = ACTIONS(5540), - [anon_sym_SEMI] = ACTIONS(5540), - [anon_sym___extension__] = ACTIONS(5538), - [anon_sym___attribute__] = ACTIONS(5538), - [anon_sym___attribute] = ACTIONS(5538), - [anon_sym___based] = ACTIONS(5538), - [anon_sym_LBRACE] = ACTIONS(5540), - [anon_sym_RBRACE] = ACTIONS(5540), - [anon_sym_signed] = ACTIONS(5538), - [anon_sym_unsigned] = ACTIONS(5538), - [anon_sym_long] = ACTIONS(5538), - [anon_sym_short] = ACTIONS(5538), - [anon_sym_LBRACK] = ACTIONS(5540), - [anon_sym_RBRACK] = ACTIONS(5540), - [anon_sym_const] = ACTIONS(5538), - [anon_sym_constexpr] = ACTIONS(5538), - [anon_sym_volatile] = ACTIONS(5538), - [anon_sym_restrict] = ACTIONS(5538), - [anon_sym___restrict__] = ACTIONS(5538), - [anon_sym__Atomic] = ACTIONS(5538), - [anon_sym__Noreturn] = ACTIONS(5538), - [anon_sym_noreturn] = ACTIONS(5538), - [anon_sym__Nonnull] = ACTIONS(5538), - [anon_sym_mutable] = ACTIONS(5538), - [anon_sym_constinit] = ACTIONS(5538), - [anon_sym_consteval] = ACTIONS(5538), - [anon_sym_PROGMEM] = ACTIONS(5538), - [anon_sym_alignas] = ACTIONS(5538), - [anon_sym__Alignas] = ACTIONS(5538), - [aux_sym_primitive_type_token1] = ACTIONS(5538), - [anon_sym_byte] = ACTIONS(5538), - [anon_sym_word] = ACTIONS(5538), - [anon_sym_COLON] = ACTIONS(5540), - [anon_sym_QMARK] = ACTIONS(5540), - [anon_sym_LT_EQ_GT] = ACTIONS(5540), - [anon_sym_or] = ACTIONS(5538), - [anon_sym_and] = ACTIONS(5538), - [anon_sym_bitor] = ACTIONS(5538), - [anon_sym_xor] = ACTIONS(5538), - [anon_sym_bitand] = ACTIONS(5538), - [anon_sym_not_eq] = ACTIONS(5538), - [anon_sym_DASH_DASH] = ACTIONS(5540), - [anon_sym_PLUS_PLUS] = ACTIONS(5540), - [anon_sym_DOT] = ACTIONS(5538), - [anon_sym_DOT_STAR] = ACTIONS(5540), - [anon_sym_DASH_GT] = ACTIONS(5540), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5538), - [anon_sym_decltype] = ACTIONS(5538), - [anon_sym_final] = ACTIONS(5538), - [anon_sym_override] = ACTIONS(5538), - [anon_sym_requires] = ACTIONS(5538), - }, - [1806] = { - [sym_identifier] = ACTIONS(5542), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5544), - [anon_sym_COMMA] = ACTIONS(5544), - [anon_sym_RPAREN] = ACTIONS(5544), - [anon_sym_LPAREN2] = ACTIONS(5544), - [anon_sym_DASH] = ACTIONS(5542), - [anon_sym_PLUS] = ACTIONS(5542), - [anon_sym_STAR] = ACTIONS(5544), - [anon_sym_SLASH] = ACTIONS(5542), - [anon_sym_PERCENT] = ACTIONS(5544), - [anon_sym_PIPE_PIPE] = ACTIONS(5544), - [anon_sym_AMP_AMP] = ACTIONS(5544), - [anon_sym_PIPE] = ACTIONS(5542), - [anon_sym_CARET] = ACTIONS(5544), - [anon_sym_AMP] = ACTIONS(5542), - [anon_sym_EQ_EQ] = ACTIONS(5544), - [anon_sym_BANG_EQ] = ACTIONS(5544), - [anon_sym_GT] = ACTIONS(5542), - [anon_sym_GT_EQ] = ACTIONS(5544), - [anon_sym_LT_EQ] = ACTIONS(5542), - [anon_sym_LT] = ACTIONS(5542), - [anon_sym_LT_LT] = ACTIONS(5544), - [anon_sym_GT_GT] = ACTIONS(5544), - [anon_sym_SEMI] = ACTIONS(5544), - [anon_sym___extension__] = ACTIONS(5542), - [anon_sym___attribute__] = ACTIONS(5542), - [anon_sym___attribute] = ACTIONS(5542), - [anon_sym___based] = ACTIONS(5542), - [anon_sym_LBRACE] = ACTIONS(5544), - [anon_sym_RBRACE] = ACTIONS(5544), - [anon_sym_signed] = ACTIONS(5542), - [anon_sym_unsigned] = ACTIONS(5542), - [anon_sym_long] = ACTIONS(5542), - [anon_sym_short] = ACTIONS(5542), - [anon_sym_LBRACK] = ACTIONS(5544), - [anon_sym_RBRACK] = ACTIONS(5544), - [anon_sym_const] = ACTIONS(5542), - [anon_sym_constexpr] = ACTIONS(5542), - [anon_sym_volatile] = ACTIONS(5542), - [anon_sym_restrict] = ACTIONS(5542), - [anon_sym___restrict__] = ACTIONS(5542), - [anon_sym__Atomic] = ACTIONS(5542), - [anon_sym__Noreturn] = ACTIONS(5542), - [anon_sym_noreturn] = ACTIONS(5542), - [anon_sym__Nonnull] = ACTIONS(5542), - [anon_sym_mutable] = ACTIONS(5542), - [anon_sym_constinit] = ACTIONS(5542), - [anon_sym_consteval] = ACTIONS(5542), - [anon_sym_PROGMEM] = ACTIONS(5542), - [anon_sym_alignas] = ACTIONS(5542), - [anon_sym__Alignas] = ACTIONS(5542), - [aux_sym_primitive_type_token1] = ACTIONS(5542), - [anon_sym_byte] = ACTIONS(5542), - [anon_sym_word] = ACTIONS(5542), - [anon_sym_COLON] = ACTIONS(5544), - [anon_sym_QMARK] = ACTIONS(5544), - [anon_sym_LT_EQ_GT] = ACTIONS(5544), - [anon_sym_or] = ACTIONS(5542), - [anon_sym_and] = ACTIONS(5542), - [anon_sym_bitor] = ACTIONS(5542), - [anon_sym_xor] = ACTIONS(5542), - [anon_sym_bitand] = ACTIONS(5542), - [anon_sym_not_eq] = ACTIONS(5542), - [anon_sym_DASH_DASH] = ACTIONS(5544), - [anon_sym_PLUS_PLUS] = ACTIONS(5544), - [anon_sym_DOT] = ACTIONS(5542), - [anon_sym_DOT_STAR] = ACTIONS(5544), - [anon_sym_DASH_GT] = ACTIONS(5544), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5542), - [anon_sym_decltype] = ACTIONS(5542), - [anon_sym_final] = ACTIONS(5542), - [anon_sym_override] = ACTIONS(5542), - [anon_sym_requires] = ACTIONS(5542), - }, - [1807] = { - [sym_identifier] = ACTIONS(5546), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5548), - [anon_sym_COMMA] = ACTIONS(5548), - [anon_sym_RPAREN] = ACTIONS(5548), - [anon_sym_LPAREN2] = ACTIONS(5548), - [anon_sym_DASH] = ACTIONS(5546), - [anon_sym_PLUS] = ACTIONS(5546), - [anon_sym_STAR] = ACTIONS(5548), - [anon_sym_SLASH] = ACTIONS(5546), - [anon_sym_PERCENT] = ACTIONS(5548), - [anon_sym_PIPE_PIPE] = ACTIONS(5548), - [anon_sym_AMP_AMP] = ACTIONS(5548), - [anon_sym_PIPE] = ACTIONS(5546), - [anon_sym_CARET] = ACTIONS(5548), - [anon_sym_AMP] = ACTIONS(5546), - [anon_sym_EQ_EQ] = ACTIONS(5548), - [anon_sym_BANG_EQ] = ACTIONS(5548), - [anon_sym_GT] = ACTIONS(5546), - [anon_sym_GT_EQ] = ACTIONS(5548), - [anon_sym_LT_EQ] = ACTIONS(5546), - [anon_sym_LT] = ACTIONS(5546), - [anon_sym_LT_LT] = ACTIONS(5548), - [anon_sym_GT_GT] = ACTIONS(5548), - [anon_sym_SEMI] = ACTIONS(5548), - [anon_sym___extension__] = ACTIONS(5546), - [anon_sym___attribute__] = ACTIONS(5546), - [anon_sym___attribute] = ACTIONS(5546), - [anon_sym___based] = ACTIONS(5546), - [anon_sym_LBRACE] = ACTIONS(5548), - [anon_sym_RBRACE] = ACTIONS(5548), - [anon_sym_signed] = ACTIONS(5546), - [anon_sym_unsigned] = ACTIONS(5546), - [anon_sym_long] = ACTIONS(5546), - [anon_sym_short] = ACTIONS(5546), - [anon_sym_LBRACK] = ACTIONS(5548), - [anon_sym_RBRACK] = ACTIONS(5548), - [anon_sym_const] = ACTIONS(5546), - [anon_sym_constexpr] = ACTIONS(5546), - [anon_sym_volatile] = ACTIONS(5546), - [anon_sym_restrict] = ACTIONS(5546), - [anon_sym___restrict__] = ACTIONS(5546), - [anon_sym__Atomic] = ACTIONS(5546), - [anon_sym__Noreturn] = ACTIONS(5546), - [anon_sym_noreturn] = ACTIONS(5546), - [anon_sym__Nonnull] = ACTIONS(5546), - [anon_sym_mutable] = ACTIONS(5546), - [anon_sym_constinit] = ACTIONS(5546), - [anon_sym_consteval] = ACTIONS(5546), - [anon_sym_PROGMEM] = ACTIONS(5546), - [anon_sym_alignas] = ACTIONS(5546), - [anon_sym__Alignas] = ACTIONS(5546), - [aux_sym_primitive_type_token1] = ACTIONS(5546), - [anon_sym_byte] = ACTIONS(5546), - [anon_sym_word] = ACTIONS(5546), - [anon_sym_COLON] = ACTIONS(5548), - [anon_sym_QMARK] = ACTIONS(5548), - [anon_sym_LT_EQ_GT] = ACTIONS(5548), - [anon_sym_or] = ACTIONS(5546), - [anon_sym_and] = ACTIONS(5546), - [anon_sym_bitor] = ACTIONS(5546), - [anon_sym_xor] = ACTIONS(5546), - [anon_sym_bitand] = ACTIONS(5546), - [anon_sym_not_eq] = ACTIONS(5546), - [anon_sym_DASH_DASH] = ACTIONS(5548), - [anon_sym_PLUS_PLUS] = ACTIONS(5548), - [anon_sym_DOT] = ACTIONS(5546), - [anon_sym_DOT_STAR] = ACTIONS(5548), - [anon_sym_DASH_GT] = ACTIONS(5548), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5546), - [anon_sym_decltype] = ACTIONS(5546), - [anon_sym_final] = ACTIONS(5546), - [anon_sym_override] = ACTIONS(5546), - [anon_sym_requires] = ACTIONS(5546), + [anon_sym_catch] = ACTIONS(5232), }, - [1808] = { - [sym_identifier] = ACTIONS(5550), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5552), - [anon_sym_COMMA] = ACTIONS(5552), - [anon_sym_RPAREN] = ACTIONS(5552), - [anon_sym_LPAREN2] = ACTIONS(5552), - [anon_sym_DASH] = ACTIONS(5550), - [anon_sym_PLUS] = ACTIONS(5550), - [anon_sym_STAR] = ACTIONS(5552), - [anon_sym_SLASH] = ACTIONS(5550), - [anon_sym_PERCENT] = ACTIONS(5552), - [anon_sym_PIPE_PIPE] = ACTIONS(5552), - [anon_sym_AMP_AMP] = ACTIONS(5552), - [anon_sym_PIPE] = ACTIONS(5550), - [anon_sym_CARET] = ACTIONS(5552), - [anon_sym_AMP] = ACTIONS(5550), - [anon_sym_EQ_EQ] = ACTIONS(5552), - [anon_sym_BANG_EQ] = ACTIONS(5552), - [anon_sym_GT] = ACTIONS(5550), - [anon_sym_GT_EQ] = ACTIONS(5552), - [anon_sym_LT_EQ] = ACTIONS(5550), - [anon_sym_LT] = ACTIONS(5550), - [anon_sym_LT_LT] = ACTIONS(5552), - [anon_sym_GT_GT] = ACTIONS(5552), - [anon_sym_SEMI] = ACTIONS(5552), - [anon_sym___extension__] = ACTIONS(5550), - [anon_sym___attribute__] = ACTIONS(5550), - [anon_sym___attribute] = ACTIONS(5550), - [anon_sym___based] = ACTIONS(5550), - [anon_sym_LBRACE] = ACTIONS(5552), - [anon_sym_RBRACE] = ACTIONS(5552), - [anon_sym_signed] = ACTIONS(5550), - [anon_sym_unsigned] = ACTIONS(5550), - [anon_sym_long] = ACTIONS(5550), - [anon_sym_short] = ACTIONS(5550), - [anon_sym_LBRACK] = ACTIONS(5552), - [anon_sym_RBRACK] = ACTIONS(5552), - [anon_sym_const] = ACTIONS(5550), - [anon_sym_constexpr] = ACTIONS(5550), - [anon_sym_volatile] = ACTIONS(5550), - [anon_sym_restrict] = ACTIONS(5550), - [anon_sym___restrict__] = ACTIONS(5550), - [anon_sym__Atomic] = ACTIONS(5550), - [anon_sym__Noreturn] = ACTIONS(5550), - [anon_sym_noreturn] = ACTIONS(5550), - [anon_sym__Nonnull] = ACTIONS(5550), - [anon_sym_mutable] = ACTIONS(5550), - [anon_sym_constinit] = ACTIONS(5550), - [anon_sym_consteval] = ACTIONS(5550), - [anon_sym_PROGMEM] = ACTIONS(5550), - [anon_sym_alignas] = ACTIONS(5550), - [anon_sym__Alignas] = ACTIONS(5550), - [aux_sym_primitive_type_token1] = ACTIONS(5550), - [anon_sym_byte] = ACTIONS(5550), - [anon_sym_word] = ACTIONS(5550), - [anon_sym_COLON] = ACTIONS(5552), - [anon_sym_QMARK] = ACTIONS(5552), - [anon_sym_LT_EQ_GT] = ACTIONS(5552), - [anon_sym_or] = ACTIONS(5550), - [anon_sym_and] = ACTIONS(5550), - [anon_sym_bitor] = ACTIONS(5550), - [anon_sym_xor] = ACTIONS(5550), - [anon_sym_bitand] = ACTIONS(5550), - [anon_sym_not_eq] = ACTIONS(5550), - [anon_sym_DASH_DASH] = ACTIONS(5552), - [anon_sym_PLUS_PLUS] = ACTIONS(5552), - [anon_sym_DOT] = ACTIONS(5550), - [anon_sym_DOT_STAR] = ACTIONS(5552), - [anon_sym_DASH_GT] = ACTIONS(5552), + [1631] = { + [sym_catch_clause] = STATE(1632), + [aux_sym_constructor_try_statement_repeat1] = STATE(1632), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token2] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [aux_sym_preproc_else_token1] = ACTIONS(2556), + [aux_sym_preproc_elif_token1] = ACTIONS(2556), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5550), - [anon_sym_decltype] = ACTIONS(5550), - [anon_sym_final] = ACTIONS(5550), - [anon_sym_override] = ACTIONS(5550), - [anon_sym_requires] = ACTIONS(5550), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_explicit] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_operator] = ACTIONS(2556), + [anon_sym_friend] = ACTIONS(2556), + [anon_sym_public] = ACTIONS(2556), + [anon_sym_private] = ACTIONS(2556), + [anon_sym_protected] = ACTIONS(2556), + [anon_sym_using] = ACTIONS(2556), + [anon_sym_static_assert] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(5232), }, - [1809] = { - [sym_catch_clause] = STATE(1809), - [aux_sym_constructor_try_statement_repeat1] = STATE(1809), + [1632] = { + [sym_catch_clause] = STATE(1632), + [aux_sym_constructor_try_statement_repeat1] = STATE(1632), [sym_identifier] = ACTIONS(2562), [aux_sym_preproc_def_token1] = ACTIONS(2562), [aux_sym_preproc_if_token1] = ACTIONS(2562), [aux_sym_preproc_if_token2] = ACTIONS(2562), [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [aux_sym_preproc_else_token1] = ACTIONS(2562), + [aux_sym_preproc_elif_token1] = ACTIONS(2562), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2562), [sym_preproc_directive] = ACTIONS(2562), [anon_sym_LPAREN2] = ACTIONS(2564), [anon_sym_TILDE] = ACTIONS(2564), @@ -259195,396 +245523,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2562), [anon_sym_using] = ACTIONS(2562), [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(5554), + [anon_sym_catch] = ACTIONS(5234), }, - [1810] = { - [sym_identifier] = ACTIONS(5557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5559), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_RPAREN] = ACTIONS(5559), - [anon_sym_LPAREN2] = ACTIONS(5559), - [anon_sym_DASH] = ACTIONS(5557), - [anon_sym_PLUS] = ACTIONS(5557), - [anon_sym_STAR] = ACTIONS(5559), - [anon_sym_SLASH] = ACTIONS(5557), - [anon_sym_PERCENT] = ACTIONS(5559), - [anon_sym_PIPE_PIPE] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_PIPE] = ACTIONS(5557), - [anon_sym_CARET] = ACTIONS(5559), - [anon_sym_AMP] = ACTIONS(5557), - [anon_sym_EQ_EQ] = ACTIONS(5559), - [anon_sym_BANG_EQ] = ACTIONS(5559), - [anon_sym_GT] = ACTIONS(5557), - [anon_sym_GT_EQ] = ACTIONS(5559), - [anon_sym_LT_EQ] = ACTIONS(5557), - [anon_sym_LT] = ACTIONS(5557), - [anon_sym_LT_LT] = ACTIONS(5559), - [anon_sym_GT_GT] = ACTIONS(5559), - [anon_sym_SEMI] = ACTIONS(5559), - [anon_sym___extension__] = ACTIONS(5557), - [anon_sym___attribute__] = ACTIONS(5557), - [anon_sym___attribute] = ACTIONS(5557), - [anon_sym___based] = ACTIONS(5557), - [anon_sym_LBRACE] = ACTIONS(5559), - [anon_sym_RBRACE] = ACTIONS(5559), - [anon_sym_signed] = ACTIONS(5557), - [anon_sym_unsigned] = ACTIONS(5557), - [anon_sym_long] = ACTIONS(5557), - [anon_sym_short] = ACTIONS(5557), - [anon_sym_LBRACK] = ACTIONS(5559), - [anon_sym_RBRACK] = ACTIONS(5559), - [anon_sym_const] = ACTIONS(5557), - [anon_sym_constexpr] = ACTIONS(5557), - [anon_sym_volatile] = ACTIONS(5557), - [anon_sym_restrict] = ACTIONS(5557), - [anon_sym___restrict__] = ACTIONS(5557), - [anon_sym__Atomic] = ACTIONS(5557), - [anon_sym__Noreturn] = ACTIONS(5557), - [anon_sym_noreturn] = ACTIONS(5557), - [anon_sym__Nonnull] = ACTIONS(5557), - [anon_sym_mutable] = ACTIONS(5557), - [anon_sym_constinit] = ACTIONS(5557), - [anon_sym_consteval] = ACTIONS(5557), - [anon_sym_PROGMEM] = ACTIONS(5557), - [anon_sym_alignas] = ACTIONS(5557), - [anon_sym__Alignas] = ACTIONS(5557), - [aux_sym_primitive_type_token1] = ACTIONS(5557), - [anon_sym_byte] = ACTIONS(5557), - [anon_sym_word] = ACTIONS(5557), - [anon_sym_COLON] = ACTIONS(5559), - [anon_sym_QMARK] = ACTIONS(5559), - [anon_sym_LT_EQ_GT] = ACTIONS(5559), - [anon_sym_or] = ACTIONS(5557), - [anon_sym_and] = ACTIONS(5557), - [anon_sym_bitor] = ACTIONS(5557), - [anon_sym_xor] = ACTIONS(5557), - [anon_sym_bitand] = ACTIONS(5557), - [anon_sym_not_eq] = ACTIONS(5557), - [anon_sym_DASH_DASH] = ACTIONS(5559), - [anon_sym_PLUS_PLUS] = ACTIONS(5559), - [anon_sym_DOT] = ACTIONS(5557), - [anon_sym_DOT_STAR] = ACTIONS(5559), - [anon_sym_DASH_GT] = ACTIONS(5559), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5557), - [anon_sym_decltype] = ACTIONS(5557), - [anon_sym_final] = ACTIONS(5557), - [anon_sym_override] = ACTIONS(5557), - [anon_sym_requires] = ACTIONS(5557), + [1633] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RPAREN] = ACTIONS(2465), + [aux_sym_preproc_if_token2] = ACTIONS(2465), + [aux_sym_preproc_else_token1] = ACTIONS(2465), + [aux_sym_preproc_elif_token1] = ACTIONS(2475), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2465), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2465), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2465), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2465), + [anon_sym_PIPE_PIPE] = ACTIONS(2465), + [anon_sym_AMP_AMP] = ACTIONS(2465), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_CARET] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_EQ_EQ] = ACTIONS(2465), + [anon_sym_BANG_EQ] = ACTIONS(2465), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_GT_EQ] = ACTIONS(2465), + [anon_sym_LT_EQ] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2465), + [anon_sym_GT_GT] = ACTIONS(2465), + [anon_sym_SEMI] = ACTIONS(2465), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_RBRACE] = ACTIONS(2465), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_RBRACK] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_COLON] = ACTIONS(2465), + [anon_sym_QMARK] = ACTIONS(2465), + [anon_sym_LT_EQ_GT] = ACTIONS(2465), + [anon_sym_or] = ACTIONS(2475), + [anon_sym_and] = ACTIONS(2475), + [anon_sym_bitor] = ACTIONS(2475), + [anon_sym_xor] = ACTIONS(2475), + [anon_sym_bitand] = ACTIONS(2475), + [anon_sym_not_eq] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_PLUS_PLUS] = ACTIONS(2465), + [anon_sym_DOT] = ACTIONS(2475), + [anon_sym_DOT_STAR] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2465), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_final] = ACTIONS(2475), + [anon_sym_override] = ACTIONS(2475), + [anon_sym_requires] = ACTIONS(2475), }, - [1811] = { - [sym_identifier] = ACTIONS(5561), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5563), - [anon_sym_COMMA] = ACTIONS(5563), - [anon_sym_RPAREN] = ACTIONS(5563), - [anon_sym_LPAREN2] = ACTIONS(5563), - [anon_sym_DASH] = ACTIONS(5561), - [anon_sym_PLUS] = ACTIONS(5561), - [anon_sym_STAR] = ACTIONS(5563), - [anon_sym_SLASH] = ACTIONS(5561), - [anon_sym_PERCENT] = ACTIONS(5563), - [anon_sym_PIPE_PIPE] = ACTIONS(5563), - [anon_sym_AMP_AMP] = ACTIONS(5563), - [anon_sym_PIPE] = ACTIONS(5561), - [anon_sym_CARET] = ACTIONS(5563), - [anon_sym_AMP] = ACTIONS(5561), - [anon_sym_EQ_EQ] = ACTIONS(5563), - [anon_sym_BANG_EQ] = ACTIONS(5563), - [anon_sym_GT] = ACTIONS(5561), - [anon_sym_GT_EQ] = ACTIONS(5563), - [anon_sym_LT_EQ] = ACTIONS(5561), - [anon_sym_LT] = ACTIONS(5561), - [anon_sym_LT_LT] = ACTIONS(5563), - [anon_sym_GT_GT] = ACTIONS(5563), - [anon_sym_SEMI] = ACTIONS(5563), - [anon_sym___extension__] = ACTIONS(5561), - [anon_sym___attribute__] = ACTIONS(5561), - [anon_sym___attribute] = ACTIONS(5561), - [anon_sym___based] = ACTIONS(5561), - [anon_sym_LBRACE] = ACTIONS(5563), - [anon_sym_RBRACE] = ACTIONS(5563), - [anon_sym_signed] = ACTIONS(5561), - [anon_sym_unsigned] = ACTIONS(5561), - [anon_sym_long] = ACTIONS(5561), - [anon_sym_short] = ACTIONS(5561), - [anon_sym_LBRACK] = ACTIONS(5563), - [anon_sym_RBRACK] = ACTIONS(5563), - [anon_sym_const] = ACTIONS(5561), - [anon_sym_constexpr] = ACTIONS(5561), - [anon_sym_volatile] = ACTIONS(5561), - [anon_sym_restrict] = ACTIONS(5561), - [anon_sym___restrict__] = ACTIONS(5561), - [anon_sym__Atomic] = ACTIONS(5561), - [anon_sym__Noreturn] = ACTIONS(5561), - [anon_sym_noreturn] = ACTIONS(5561), - [anon_sym__Nonnull] = ACTIONS(5561), - [anon_sym_mutable] = ACTIONS(5561), - [anon_sym_constinit] = ACTIONS(5561), - [anon_sym_consteval] = ACTIONS(5561), - [anon_sym_PROGMEM] = ACTIONS(5561), - [anon_sym_alignas] = ACTIONS(5561), - [anon_sym__Alignas] = ACTIONS(5561), - [aux_sym_primitive_type_token1] = ACTIONS(5561), - [anon_sym_byte] = ACTIONS(5561), - [anon_sym_word] = ACTIONS(5561), - [anon_sym_COLON] = ACTIONS(5563), - [anon_sym_QMARK] = ACTIONS(5563), - [anon_sym_LT_EQ_GT] = ACTIONS(5563), - [anon_sym_or] = ACTIONS(5561), - [anon_sym_and] = ACTIONS(5561), - [anon_sym_bitor] = ACTIONS(5561), - [anon_sym_xor] = ACTIONS(5561), - [anon_sym_bitand] = ACTIONS(5561), - [anon_sym_not_eq] = ACTIONS(5561), - [anon_sym_DASH_DASH] = ACTIONS(5563), - [anon_sym_PLUS_PLUS] = ACTIONS(5563), - [anon_sym_DOT] = ACTIONS(5561), - [anon_sym_DOT_STAR] = ACTIONS(5563), - [anon_sym_DASH_GT] = ACTIONS(5563), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5561), - [anon_sym_decltype] = ACTIONS(5561), - [anon_sym_final] = ACTIONS(5561), - [anon_sym_override] = ACTIONS(5561), - [anon_sym_requires] = ACTIONS(5561), + [1634] = { + [sym_type_qualifier] = STATE(1634), + [sym_alignas_qualifier] = STATE(1730), + [aux_sym_array_declarator_repeat1] = STATE(1634), + [sym_identifier] = ACTIONS(5237), + [anon_sym_LPAREN2] = ACTIONS(5239), + [anon_sym_BANG] = ACTIONS(5239), + [anon_sym_TILDE] = ACTIONS(5239), + [anon_sym_DASH] = ACTIONS(5237), + [anon_sym_PLUS] = ACTIONS(5237), + [anon_sym_STAR] = ACTIONS(5239), + [anon_sym_AMP] = ACTIONS(5239), + [anon_sym___extension__] = ACTIONS(5241), + [anon_sym_COLON_COLON] = ACTIONS(5239), + [anon_sym_LBRACK] = ACTIONS(5239), + [anon_sym_static] = ACTIONS(5244), + [anon_sym_RBRACK] = ACTIONS(5239), + [anon_sym_const] = ACTIONS(5241), + [anon_sym_constexpr] = ACTIONS(5241), + [anon_sym_volatile] = ACTIONS(5241), + [anon_sym_restrict] = ACTIONS(5241), + [anon_sym___restrict__] = ACTIONS(5241), + [anon_sym__Atomic] = ACTIONS(5241), + [anon_sym__Noreturn] = ACTIONS(5241), + [anon_sym_noreturn] = ACTIONS(5241), + [anon_sym__Nonnull] = ACTIONS(5241), + [anon_sym_mutable] = ACTIONS(5241), + [anon_sym_constinit] = ACTIONS(5241), + [anon_sym_consteval] = ACTIONS(5241), + [anon_sym_PROGMEM] = ACTIONS(5241), + [anon_sym_alignas] = ACTIONS(5247), + [anon_sym__Alignas] = ACTIONS(5247), + [aux_sym_primitive_type_token1] = ACTIONS(5237), + [anon_sym_byte] = ACTIONS(5237), + [anon_sym_word] = ACTIONS(5237), + [anon_sym_not] = ACTIONS(5237), + [anon_sym_compl] = ACTIONS(5237), + [anon_sym_DASH_DASH] = ACTIONS(5239), + [anon_sym_PLUS_PLUS] = ACTIONS(5239), + [anon_sym_sizeof] = ACTIONS(5237), + [anon_sym___alignof__] = ACTIONS(5237), + [anon_sym___alignof] = ACTIONS(5237), + [anon_sym__alignof] = ACTIONS(5237), + [anon_sym_alignof] = ACTIONS(5237), + [anon_sym__Alignof] = ACTIONS(5237), + [anon_sym_offsetof] = ACTIONS(5237), + [anon_sym__Generic] = ACTIONS(5237), + [anon_sym_asm] = ACTIONS(5237), + [anon_sym___asm__] = ACTIONS(5237), + [anon_sym___asm] = ACTIONS(5237), + [aux_sym_number_literal_token1] = ACTIONS(5239), + [aux_sym_number_literal_token2] = ACTIONS(5237), + [anon_sym_L_SQUOTE] = ACTIONS(5239), + [anon_sym_u_SQUOTE] = ACTIONS(5239), + [anon_sym_U_SQUOTE] = ACTIONS(5239), + [anon_sym_u8_SQUOTE] = ACTIONS(5239), + [anon_sym_SQUOTE] = ACTIONS(5239), + [anon_sym_L_DQUOTE] = ACTIONS(5239), + [anon_sym_u_DQUOTE] = ACTIONS(5239), + [anon_sym_U_DQUOTE] = ACTIONS(5239), + [anon_sym_u8_DQUOTE] = ACTIONS(5239), + [anon_sym_DQUOTE] = ACTIONS(5239), + [sym_true] = ACTIONS(5237), + [sym_false] = ACTIONS(5237), + [anon_sym_NULL] = ACTIONS(5237), + [anon_sym_nullptr] = ACTIONS(5237), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(5237), + [anon_sym_template] = ACTIONS(5237), + [anon_sym_delete] = ACTIONS(5237), + [anon_sym_R_DQUOTE] = ACTIONS(5239), + [anon_sym_LR_DQUOTE] = ACTIONS(5239), + [anon_sym_uR_DQUOTE] = ACTIONS(5239), + [anon_sym_UR_DQUOTE] = ACTIONS(5239), + [anon_sym_u8R_DQUOTE] = ACTIONS(5239), + [anon_sym_co_await] = ACTIONS(5237), + [anon_sym_new] = ACTIONS(5237), + [anon_sym_requires] = ACTIONS(5237), + [sym_this] = ACTIONS(5237), }, - [1812] = { - [sym_template_argument_list] = STATE(1820), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4906), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4861), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4866), - [anon_sym_volatile] = ACTIONS(4866), - [anon_sym_restrict] = ACTIONS(4866), - [anon_sym___restrict__] = ACTIONS(4866), - [anon_sym__Atomic] = ACTIONS(4866), - [anon_sym__Noreturn] = ACTIONS(4866), - [anon_sym_noreturn] = ACTIONS(4866), - [anon_sym__Nonnull] = ACTIONS(4866), - [anon_sym_mutable] = ACTIONS(4866), - [anon_sym_constinit] = ACTIONS(4866), - [anon_sym_consteval] = ACTIONS(4866), - [anon_sym_PROGMEM] = ACTIONS(4866), - [anon_sym_alignas] = ACTIONS(4866), - [anon_sym__Alignas] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4861), - [anon_sym_or_eq] = ACTIONS(4861), - [anon_sym_xor_eq] = ACTIONS(4861), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4861), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4861), - [anon_sym_not_eq] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4868), + [1635] = { + [sym_identifier] = ACTIONS(5250), + [anon_sym_LPAREN2] = ACTIONS(5252), + [anon_sym_BANG] = ACTIONS(5252), + [anon_sym_TILDE] = ACTIONS(5252), + [anon_sym_DASH] = ACTIONS(5250), + [anon_sym_PLUS] = ACTIONS(5250), + [anon_sym_STAR] = ACTIONS(5252), + [anon_sym_AMP] = ACTIONS(5252), + [anon_sym_SEMI] = ACTIONS(5252), + [anon_sym___extension__] = ACTIONS(5250), + [anon_sym_COLON_COLON] = ACTIONS(5252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5252), + [anon_sym_LBRACE] = ACTIONS(5252), + [anon_sym_LBRACK] = ACTIONS(5250), + [aux_sym_primitive_type_token1] = ACTIONS(5250), + [anon_sym_byte] = ACTIONS(5250), + [anon_sym_word] = ACTIONS(5250), + [anon_sym_if] = ACTIONS(5250), + [anon_sym_switch] = ACTIONS(5250), + [anon_sym_case] = ACTIONS(5250), + [anon_sym_default] = ACTIONS(5250), + [anon_sym_while] = ACTIONS(5250), + [anon_sym_do] = ACTIONS(5250), + [anon_sym_for] = ACTIONS(5250), + [anon_sym_return] = ACTIONS(5250), + [anon_sym_break] = ACTIONS(5250), + [anon_sym_continue] = ACTIONS(5250), + [anon_sym_goto] = ACTIONS(5250), + [anon_sym___try] = ACTIONS(5250), + [anon_sym___leave] = ACTIONS(5250), + [anon_sym_not] = ACTIONS(5250), + [anon_sym_compl] = ACTIONS(5250), + [anon_sym_DASH_DASH] = ACTIONS(5252), + [anon_sym_PLUS_PLUS] = ACTIONS(5252), + [anon_sym_sizeof] = ACTIONS(5250), + [anon_sym___alignof__] = ACTIONS(5250), + [anon_sym___alignof] = ACTIONS(5250), + [anon_sym__alignof] = ACTIONS(5250), + [anon_sym_alignof] = ACTIONS(5250), + [anon_sym__Alignof] = ACTIONS(5250), + [anon_sym_offsetof] = ACTIONS(5250), + [anon_sym__Generic] = ACTIONS(5250), + [anon_sym_asm] = ACTIONS(5250), + [anon_sym___asm__] = ACTIONS(5250), + [anon_sym___asm] = ACTIONS(5250), + [aux_sym_number_literal_token1] = ACTIONS(5252), + [aux_sym_number_literal_token2] = ACTIONS(5250), + [anon_sym_L_SQUOTE] = ACTIONS(5252), + [anon_sym_u_SQUOTE] = ACTIONS(5252), + [anon_sym_U_SQUOTE] = ACTIONS(5252), + [anon_sym_u8_SQUOTE] = ACTIONS(5252), + [anon_sym_SQUOTE] = ACTIONS(5252), + [anon_sym_L_DQUOTE] = ACTIONS(5252), + [anon_sym_u_DQUOTE] = ACTIONS(5252), + [anon_sym_U_DQUOTE] = ACTIONS(5252), + [anon_sym_u8_DQUOTE] = ACTIONS(5252), + [anon_sym_DQUOTE] = ACTIONS(5252), + [sym_true] = ACTIONS(5250), + [sym_false] = ACTIONS(5250), + [anon_sym_NULL] = ACTIONS(5250), + [anon_sym_nullptr] = ACTIONS(5250), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(5250), + [anon_sym_template] = ACTIONS(5250), + [anon_sym_try] = ACTIONS(5250), + [anon_sym_delete] = ACTIONS(5250), + [anon_sym_throw] = ACTIONS(5250), + [anon_sym_co_return] = ACTIONS(5250), + [anon_sym_co_yield] = ACTIONS(5250), + [anon_sym_R_DQUOTE] = ACTIONS(5252), + [anon_sym_LR_DQUOTE] = ACTIONS(5252), + [anon_sym_uR_DQUOTE] = ACTIONS(5252), + [anon_sym_UR_DQUOTE] = ACTIONS(5252), + [anon_sym_u8R_DQUOTE] = ACTIONS(5252), + [anon_sym_co_await] = ACTIONS(5250), + [anon_sym_new] = ACTIONS(5250), + [anon_sym_requires] = ACTIONS(5250), + [sym_this] = ACTIONS(5250), + }, + [1636] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_RPAREN] = ACTIONS(4878), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4880), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4878), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4878), + [anon_sym_GT_GT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4878), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4878), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4885), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4866), - [anon_sym_decltype] = ACTIONS(4866), - [anon_sym_DASH_GT_STAR] = ACTIONS(4861), - }, - [1813] = { - [sym_identifier] = ACTIONS(5565), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5567), - [anon_sym_COMMA] = ACTIONS(5567), - [anon_sym_RPAREN] = ACTIONS(5567), - [anon_sym_LPAREN2] = ACTIONS(5567), - [anon_sym_DASH] = ACTIONS(5565), - [anon_sym_PLUS] = ACTIONS(5565), - [anon_sym_STAR] = ACTIONS(5567), - [anon_sym_SLASH] = ACTIONS(5565), - [anon_sym_PERCENT] = ACTIONS(5567), - [anon_sym_PIPE_PIPE] = ACTIONS(5567), - [anon_sym_AMP_AMP] = ACTIONS(5567), - [anon_sym_PIPE] = ACTIONS(5565), - [anon_sym_CARET] = ACTIONS(5567), - [anon_sym_AMP] = ACTIONS(5565), - [anon_sym_EQ_EQ] = ACTIONS(5567), - [anon_sym_BANG_EQ] = ACTIONS(5567), - [anon_sym_GT] = ACTIONS(5565), - [anon_sym_GT_EQ] = ACTIONS(5567), - [anon_sym_LT_EQ] = ACTIONS(5565), - [anon_sym_LT] = ACTIONS(5565), - [anon_sym_LT_LT] = ACTIONS(5567), - [anon_sym_GT_GT] = ACTIONS(5567), - [anon_sym_SEMI] = ACTIONS(5567), - [anon_sym___extension__] = ACTIONS(5565), - [anon_sym___attribute__] = ACTIONS(5565), - [anon_sym___attribute] = ACTIONS(5565), - [anon_sym___based] = ACTIONS(5565), - [anon_sym_LBRACE] = ACTIONS(5567), - [anon_sym_RBRACE] = ACTIONS(5567), - [anon_sym_signed] = ACTIONS(5565), - [anon_sym_unsigned] = ACTIONS(5565), - [anon_sym_long] = ACTIONS(5565), - [anon_sym_short] = ACTIONS(5565), - [anon_sym_LBRACK] = ACTIONS(5567), - [anon_sym_RBRACK] = ACTIONS(5567), - [anon_sym_const] = ACTIONS(5565), - [anon_sym_constexpr] = ACTIONS(5565), - [anon_sym_volatile] = ACTIONS(5565), - [anon_sym_restrict] = ACTIONS(5565), - [anon_sym___restrict__] = ACTIONS(5565), - [anon_sym__Atomic] = ACTIONS(5565), - [anon_sym__Noreturn] = ACTIONS(5565), - [anon_sym_noreturn] = ACTIONS(5565), - [anon_sym__Nonnull] = ACTIONS(5565), - [anon_sym_mutable] = ACTIONS(5565), - [anon_sym_constinit] = ACTIONS(5565), - [anon_sym_consteval] = ACTIONS(5565), - [anon_sym_PROGMEM] = ACTIONS(5565), - [anon_sym_alignas] = ACTIONS(5565), - [anon_sym__Alignas] = ACTIONS(5565), - [aux_sym_primitive_type_token1] = ACTIONS(5565), - [anon_sym_byte] = ACTIONS(5565), - [anon_sym_word] = ACTIONS(5565), - [anon_sym_COLON] = ACTIONS(5567), - [anon_sym_QMARK] = ACTIONS(5567), - [anon_sym_LT_EQ_GT] = ACTIONS(5567), - [anon_sym_or] = ACTIONS(5565), - [anon_sym_and] = ACTIONS(5565), - [anon_sym_bitor] = ACTIONS(5565), - [anon_sym_xor] = ACTIONS(5565), - [anon_sym_bitand] = ACTIONS(5565), - [anon_sym_not_eq] = ACTIONS(5565), - [anon_sym_DASH_DASH] = ACTIONS(5567), - [anon_sym_PLUS_PLUS] = ACTIONS(5567), - [anon_sym_DOT] = ACTIONS(5565), - [anon_sym_DOT_STAR] = ACTIONS(5567), - [anon_sym_DASH_GT] = ACTIONS(5567), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5565), - [anon_sym_decltype] = ACTIONS(5565), - [anon_sym_final] = ACTIONS(5565), - [anon_sym_override] = ACTIONS(5565), - [anon_sym_requires] = ACTIONS(5565), - }, - [1814] = { - [sym_identifier] = ACTIONS(5514), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5516), - [anon_sym_COMMA] = ACTIONS(5516), - [anon_sym_RPAREN] = ACTIONS(5516), - [anon_sym_LPAREN2] = ACTIONS(5516), - [anon_sym_DASH] = ACTIONS(5514), - [anon_sym_PLUS] = ACTIONS(5514), - [anon_sym_STAR] = ACTIONS(5516), - [anon_sym_SLASH] = ACTIONS(5514), - [anon_sym_PERCENT] = ACTIONS(5516), - [anon_sym_PIPE_PIPE] = ACTIONS(5516), - [anon_sym_AMP_AMP] = ACTIONS(5516), - [anon_sym_PIPE] = ACTIONS(5514), - [anon_sym_CARET] = ACTIONS(5516), - [anon_sym_AMP] = ACTIONS(5514), - [anon_sym_EQ_EQ] = ACTIONS(5516), - [anon_sym_BANG_EQ] = ACTIONS(5516), - [anon_sym_GT] = ACTIONS(5514), - [anon_sym_GT_EQ] = ACTIONS(5516), - [anon_sym_LT_EQ] = ACTIONS(5514), - [anon_sym_LT] = ACTIONS(5514), - [anon_sym_LT_LT] = ACTIONS(5516), - [anon_sym_GT_GT] = ACTIONS(5516), - [anon_sym_SEMI] = ACTIONS(5516), - [anon_sym___extension__] = ACTIONS(5514), - [anon_sym___attribute__] = ACTIONS(5514), - [anon_sym___attribute] = ACTIONS(5514), - [anon_sym___based] = ACTIONS(5514), - [anon_sym_LBRACE] = ACTIONS(5516), - [anon_sym_RBRACE] = ACTIONS(5516), - [anon_sym_signed] = ACTIONS(5514), - [anon_sym_unsigned] = ACTIONS(5514), - [anon_sym_long] = ACTIONS(5514), - [anon_sym_short] = ACTIONS(5514), - [anon_sym_LBRACK] = ACTIONS(5516), - [anon_sym_RBRACK] = ACTIONS(5516), - [anon_sym_const] = ACTIONS(5514), - [anon_sym_constexpr] = ACTIONS(5514), - [anon_sym_volatile] = ACTIONS(5514), - [anon_sym_restrict] = ACTIONS(5514), - [anon_sym___restrict__] = ACTIONS(5514), - [anon_sym__Atomic] = ACTIONS(5514), - [anon_sym__Noreturn] = ACTIONS(5514), - [anon_sym_noreturn] = ACTIONS(5514), - [anon_sym__Nonnull] = ACTIONS(5514), - [anon_sym_mutable] = ACTIONS(5514), - [anon_sym_constinit] = ACTIONS(5514), - [anon_sym_consteval] = ACTIONS(5514), - [anon_sym_PROGMEM] = ACTIONS(5514), - [anon_sym_alignas] = ACTIONS(5514), - [anon_sym__Alignas] = ACTIONS(5514), - [aux_sym_primitive_type_token1] = ACTIONS(5514), - [anon_sym_byte] = ACTIONS(5514), - [anon_sym_word] = ACTIONS(5514), - [anon_sym_COLON] = ACTIONS(5516), - [anon_sym_QMARK] = ACTIONS(5516), - [anon_sym_LT_EQ_GT] = ACTIONS(5516), - [anon_sym_or] = ACTIONS(5514), - [anon_sym_and] = ACTIONS(5514), - [anon_sym_bitor] = ACTIONS(5514), - [anon_sym_xor] = ACTIONS(5514), - [anon_sym_bitand] = ACTIONS(5514), - [anon_sym_not_eq] = ACTIONS(5514), - [anon_sym_DASH_DASH] = ACTIONS(5516), - [anon_sym_PLUS_PLUS] = ACTIONS(5516), - [anon_sym_DOT] = ACTIONS(5514), - [anon_sym_DOT_STAR] = ACTIONS(5516), - [anon_sym_DASH_GT] = ACTIONS(5516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5514), - [anon_sym_decltype] = ACTIONS(5514), - [anon_sym_final] = ACTIONS(5514), - [anon_sym_override] = ACTIONS(5514), - [anon_sym_requires] = ACTIONS(5514), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), }, - [1815] = { - [sym_catch_clause] = STATE(1830), - [aux_sym_constructor_try_statement_repeat1] = STATE(1830), + [1637] = { + [sym_catch_clause] = STATE(1632), + [aux_sym_constructor_try_statement_repeat1] = STATE(1632), [sym_identifier] = ACTIONS(2579), [aux_sym_preproc_def_token1] = ACTIONS(2579), [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token2] = ACTIONS(2579), [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), + [aux_sym_preproc_else_token1] = ACTIONS(2579), + [aux_sym_preproc_elif_token1] = ACTIONS(2579), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2579), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2579), [sym_preproc_directive] = ACTIONS(2579), [anon_sym_LPAREN2] = ACTIONS(2581), [anon_sym_TILDE] = ACTIONS(2581), @@ -259602,7 +245875,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), [anon_sym___declspec] = ACTIONS(2579), [anon_sym___based] = ACTIONS(2579), - [anon_sym_RBRACE] = ACTIONS(2581), [anon_sym_signed] = ACTIONS(2579), [anon_sym_unsigned] = ACTIONS(2579), [anon_sym_long] = ACTIONS(2579), @@ -259651,326 +245923,584 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2579), [anon_sym_using] = ACTIONS(2579), [anon_sym_static_assert] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(5496), + [anon_sym_catch] = ACTIONS(5232), }, - [1816] = { - [sym_identifier] = ACTIONS(5569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5571), - [anon_sym_COMMA] = ACTIONS(5571), - [anon_sym_RPAREN] = ACTIONS(5571), - [anon_sym_LPAREN2] = ACTIONS(5571), - [anon_sym_DASH] = ACTIONS(5569), - [anon_sym_PLUS] = ACTIONS(5569), - [anon_sym_STAR] = ACTIONS(5571), - [anon_sym_SLASH] = ACTIONS(5569), - [anon_sym_PERCENT] = ACTIONS(5571), - [anon_sym_PIPE_PIPE] = ACTIONS(5571), - [anon_sym_AMP_AMP] = ACTIONS(5571), - [anon_sym_PIPE] = ACTIONS(5569), - [anon_sym_CARET] = ACTIONS(5571), - [anon_sym_AMP] = ACTIONS(5569), - [anon_sym_EQ_EQ] = ACTIONS(5571), - [anon_sym_BANG_EQ] = ACTIONS(5571), - [anon_sym_GT] = ACTIONS(5569), - [anon_sym_GT_EQ] = ACTIONS(5571), - [anon_sym_LT_EQ] = ACTIONS(5569), - [anon_sym_LT] = ACTIONS(5569), - [anon_sym_LT_LT] = ACTIONS(5571), - [anon_sym_GT_GT] = ACTIONS(5571), - [anon_sym_SEMI] = ACTIONS(5571), - [anon_sym___extension__] = ACTIONS(5569), - [anon_sym___attribute__] = ACTIONS(5569), - [anon_sym___attribute] = ACTIONS(5569), - [anon_sym___based] = ACTIONS(5569), - [anon_sym_LBRACE] = ACTIONS(5571), - [anon_sym_RBRACE] = ACTIONS(5571), - [anon_sym_signed] = ACTIONS(5569), - [anon_sym_unsigned] = ACTIONS(5569), - [anon_sym_long] = ACTIONS(5569), - [anon_sym_short] = ACTIONS(5569), - [anon_sym_LBRACK] = ACTIONS(5571), - [anon_sym_RBRACK] = ACTIONS(5571), - [anon_sym_const] = ACTIONS(5569), - [anon_sym_constexpr] = ACTIONS(5569), - [anon_sym_volatile] = ACTIONS(5569), - [anon_sym_restrict] = ACTIONS(5569), - [anon_sym___restrict__] = ACTIONS(5569), - [anon_sym__Atomic] = ACTIONS(5569), - [anon_sym__Noreturn] = ACTIONS(5569), - [anon_sym_noreturn] = ACTIONS(5569), - [anon_sym__Nonnull] = ACTIONS(5569), - [anon_sym_mutable] = ACTIONS(5569), - [anon_sym_constinit] = ACTIONS(5569), - [anon_sym_consteval] = ACTIONS(5569), - [anon_sym_PROGMEM] = ACTIONS(5569), - [anon_sym_alignas] = ACTIONS(5569), - [anon_sym__Alignas] = ACTIONS(5569), - [aux_sym_primitive_type_token1] = ACTIONS(5569), - [anon_sym_byte] = ACTIONS(5569), - [anon_sym_word] = ACTIONS(5569), - [anon_sym_COLON] = ACTIONS(5571), - [anon_sym_QMARK] = ACTIONS(5571), - [anon_sym_LT_EQ_GT] = ACTIONS(5571), - [anon_sym_or] = ACTIONS(5569), - [anon_sym_and] = ACTIONS(5569), - [anon_sym_bitor] = ACTIONS(5569), - [anon_sym_xor] = ACTIONS(5569), - [anon_sym_bitand] = ACTIONS(5569), - [anon_sym_not_eq] = ACTIONS(5569), - [anon_sym_DASH_DASH] = ACTIONS(5571), - [anon_sym_PLUS_PLUS] = ACTIONS(5571), - [anon_sym_DOT] = ACTIONS(5569), - [anon_sym_DOT_STAR] = ACTIONS(5571), - [anon_sym_DASH_GT] = ACTIONS(5571), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5569), - [anon_sym_decltype] = ACTIONS(5569), - [anon_sym_final] = ACTIONS(5569), - [anon_sym_override] = ACTIONS(5569), - [anon_sym_requires] = ACTIONS(5569), + [1638] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [aux_sym_preproc_if_token2] = ACTIONS(4972), + [aux_sym_preproc_else_token1] = ACTIONS(4972), + [aux_sym_preproc_elif_token1] = ACTIONS(4970), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4972), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4972), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4972), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4972), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4972), + [anon_sym_GT_GT] = ACTIONS(4972), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_RBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_RBRACK] = ACTIONS(4972), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_COLON] = ACTIONS(4972), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_requires] = ACTIONS(4970), }, - [1817] = { - [sym_identifier] = ACTIONS(5573), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5575), - [anon_sym_COMMA] = ACTIONS(5575), - [anon_sym_RPAREN] = ACTIONS(5575), - [anon_sym_LPAREN2] = ACTIONS(5575), - [anon_sym_DASH] = ACTIONS(5573), - [anon_sym_PLUS] = ACTIONS(5573), - [anon_sym_STAR] = ACTIONS(5575), - [anon_sym_SLASH] = ACTIONS(5573), - [anon_sym_PERCENT] = ACTIONS(5575), - [anon_sym_PIPE_PIPE] = ACTIONS(5575), - [anon_sym_AMP_AMP] = ACTIONS(5575), - [anon_sym_PIPE] = ACTIONS(5573), - [anon_sym_CARET] = ACTIONS(5575), - [anon_sym_AMP] = ACTIONS(5573), - [anon_sym_EQ_EQ] = ACTIONS(5575), - [anon_sym_BANG_EQ] = ACTIONS(5575), - [anon_sym_GT] = ACTIONS(5573), - [anon_sym_GT_EQ] = ACTIONS(5575), - [anon_sym_LT_EQ] = ACTIONS(5573), - [anon_sym_LT] = ACTIONS(5573), - [anon_sym_LT_LT] = ACTIONS(5575), - [anon_sym_GT_GT] = ACTIONS(5575), - [anon_sym_SEMI] = ACTIONS(5575), - [anon_sym___extension__] = ACTIONS(5573), - [anon_sym___attribute__] = ACTIONS(5573), - [anon_sym___attribute] = ACTIONS(5573), - [anon_sym___based] = ACTIONS(5573), - [anon_sym_LBRACE] = ACTIONS(5575), - [anon_sym_RBRACE] = ACTIONS(5575), - [anon_sym_signed] = ACTIONS(5573), - [anon_sym_unsigned] = ACTIONS(5573), - [anon_sym_long] = ACTIONS(5573), - [anon_sym_short] = ACTIONS(5573), - [anon_sym_LBRACK] = ACTIONS(5575), - [anon_sym_RBRACK] = ACTIONS(5575), - [anon_sym_const] = ACTIONS(5573), - [anon_sym_constexpr] = ACTIONS(5573), - [anon_sym_volatile] = ACTIONS(5573), - [anon_sym_restrict] = ACTIONS(5573), - [anon_sym___restrict__] = ACTIONS(5573), - [anon_sym__Atomic] = ACTIONS(5573), - [anon_sym__Noreturn] = ACTIONS(5573), - [anon_sym_noreturn] = ACTIONS(5573), - [anon_sym__Nonnull] = ACTIONS(5573), - [anon_sym_mutable] = ACTIONS(5573), - [anon_sym_constinit] = ACTIONS(5573), - [anon_sym_consteval] = ACTIONS(5573), - [anon_sym_PROGMEM] = ACTIONS(5573), - [anon_sym_alignas] = ACTIONS(5573), - [anon_sym__Alignas] = ACTIONS(5573), - [aux_sym_primitive_type_token1] = ACTIONS(5573), - [anon_sym_byte] = ACTIONS(5573), - [anon_sym_word] = ACTIONS(5573), - [anon_sym_COLON] = ACTIONS(5575), - [anon_sym_QMARK] = ACTIONS(5575), - [anon_sym_LT_EQ_GT] = ACTIONS(5575), - [anon_sym_or] = ACTIONS(5573), - [anon_sym_and] = ACTIONS(5573), - [anon_sym_bitor] = ACTIONS(5573), - [anon_sym_xor] = ACTIONS(5573), - [anon_sym_bitand] = ACTIONS(5573), - [anon_sym_not_eq] = ACTIONS(5573), - [anon_sym_DASH_DASH] = ACTIONS(5575), - [anon_sym_PLUS_PLUS] = ACTIONS(5575), - [anon_sym_DOT] = ACTIONS(5573), - [anon_sym_DOT_STAR] = ACTIONS(5575), - [anon_sym_DASH_GT] = ACTIONS(5575), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5573), - [anon_sym_decltype] = ACTIONS(5573), - [anon_sym_final] = ACTIONS(5573), - [anon_sym_override] = ACTIONS(5573), - [anon_sym_requires] = ACTIONS(5573), + [1639] = { + [sym_identifier] = ACTIONS(5254), + [anon_sym_LPAREN2] = ACTIONS(5256), + [anon_sym_BANG] = ACTIONS(5256), + [anon_sym_TILDE] = ACTIONS(5256), + [anon_sym_DASH] = ACTIONS(5254), + [anon_sym_PLUS] = ACTIONS(5254), + [anon_sym_STAR] = ACTIONS(5256), + [anon_sym_AMP] = ACTIONS(5256), + [anon_sym_SEMI] = ACTIONS(5256), + [anon_sym___extension__] = ACTIONS(5254), + [anon_sym_COLON_COLON] = ACTIONS(5256), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5256), + [anon_sym_LBRACE] = ACTIONS(5256), + [anon_sym_LBRACK] = ACTIONS(5254), + [aux_sym_primitive_type_token1] = ACTIONS(5254), + [anon_sym_byte] = ACTIONS(5254), + [anon_sym_word] = ACTIONS(5254), + [anon_sym_if] = ACTIONS(5254), + [anon_sym_switch] = ACTIONS(5254), + [anon_sym_case] = ACTIONS(5254), + [anon_sym_default] = ACTIONS(5254), + [anon_sym_while] = ACTIONS(5254), + [anon_sym_do] = ACTIONS(5254), + [anon_sym_for] = ACTIONS(5254), + [anon_sym_return] = ACTIONS(5254), + [anon_sym_break] = ACTIONS(5254), + [anon_sym_continue] = ACTIONS(5254), + [anon_sym_goto] = ACTIONS(5254), + [anon_sym___try] = ACTIONS(5254), + [anon_sym___leave] = ACTIONS(5254), + [anon_sym_not] = ACTIONS(5254), + [anon_sym_compl] = ACTIONS(5254), + [anon_sym_DASH_DASH] = ACTIONS(5256), + [anon_sym_PLUS_PLUS] = ACTIONS(5256), + [anon_sym_sizeof] = ACTIONS(5254), + [anon_sym___alignof__] = ACTIONS(5254), + [anon_sym___alignof] = ACTIONS(5254), + [anon_sym__alignof] = ACTIONS(5254), + [anon_sym_alignof] = ACTIONS(5254), + [anon_sym__Alignof] = ACTIONS(5254), + [anon_sym_offsetof] = ACTIONS(5254), + [anon_sym__Generic] = ACTIONS(5254), + [anon_sym_asm] = ACTIONS(5254), + [anon_sym___asm__] = ACTIONS(5254), + [anon_sym___asm] = ACTIONS(5254), + [aux_sym_number_literal_token1] = ACTIONS(5256), + [aux_sym_number_literal_token2] = ACTIONS(5254), + [anon_sym_L_SQUOTE] = ACTIONS(5256), + [anon_sym_u_SQUOTE] = ACTIONS(5256), + [anon_sym_U_SQUOTE] = ACTIONS(5256), + [anon_sym_u8_SQUOTE] = ACTIONS(5256), + [anon_sym_SQUOTE] = ACTIONS(5256), + [anon_sym_L_DQUOTE] = ACTIONS(5256), + [anon_sym_u_DQUOTE] = ACTIONS(5256), + [anon_sym_U_DQUOTE] = ACTIONS(5256), + [anon_sym_u8_DQUOTE] = ACTIONS(5256), + [anon_sym_DQUOTE] = ACTIONS(5256), + [sym_true] = ACTIONS(5254), + [sym_false] = ACTIONS(5254), + [anon_sym_NULL] = ACTIONS(5254), + [anon_sym_nullptr] = ACTIONS(5254), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(5254), + [anon_sym_template] = ACTIONS(5254), + [anon_sym_try] = ACTIONS(5254), + [anon_sym_delete] = ACTIONS(5254), + [anon_sym_throw] = ACTIONS(5254), + [anon_sym_co_return] = ACTIONS(5254), + [anon_sym_co_yield] = ACTIONS(5254), + [anon_sym_R_DQUOTE] = ACTIONS(5256), + [anon_sym_LR_DQUOTE] = ACTIONS(5256), + [anon_sym_uR_DQUOTE] = ACTIONS(5256), + [anon_sym_UR_DQUOTE] = ACTIONS(5256), + [anon_sym_u8R_DQUOTE] = ACTIONS(5256), + [anon_sym_co_await] = ACTIONS(5254), + [anon_sym_new] = ACTIONS(5254), + [anon_sym_requires] = ACTIONS(5254), + [sym_this] = ACTIONS(5254), }, - [1818] = { - [sym_identifier] = ACTIONS(5577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5579), - [anon_sym_COMMA] = ACTIONS(5579), - [anon_sym_RPAREN] = ACTIONS(5579), - [anon_sym_LPAREN2] = ACTIONS(5579), - [anon_sym_DASH] = ACTIONS(5577), - [anon_sym_PLUS] = ACTIONS(5577), - [anon_sym_STAR] = ACTIONS(5579), - [anon_sym_SLASH] = ACTIONS(5577), - [anon_sym_PERCENT] = ACTIONS(5579), - [anon_sym_PIPE_PIPE] = ACTIONS(5579), - [anon_sym_AMP_AMP] = ACTIONS(5579), - [anon_sym_PIPE] = ACTIONS(5577), - [anon_sym_CARET] = ACTIONS(5579), - [anon_sym_AMP] = ACTIONS(5577), - [anon_sym_EQ_EQ] = ACTIONS(5579), - [anon_sym_BANG_EQ] = ACTIONS(5579), - [anon_sym_GT] = ACTIONS(5577), - [anon_sym_GT_EQ] = ACTIONS(5579), - [anon_sym_LT_EQ] = ACTIONS(5577), - [anon_sym_LT] = ACTIONS(5577), - [anon_sym_LT_LT] = ACTIONS(5579), - [anon_sym_GT_GT] = ACTIONS(5579), - [anon_sym_SEMI] = ACTIONS(5579), - [anon_sym___extension__] = ACTIONS(5577), - [anon_sym___attribute__] = ACTIONS(5577), - [anon_sym___attribute] = ACTIONS(5577), - [anon_sym___based] = ACTIONS(5577), - [anon_sym_LBRACE] = ACTIONS(5579), - [anon_sym_RBRACE] = ACTIONS(5579), - [anon_sym_signed] = ACTIONS(5577), - [anon_sym_unsigned] = ACTIONS(5577), - [anon_sym_long] = ACTIONS(5577), - [anon_sym_short] = ACTIONS(5577), - [anon_sym_LBRACK] = ACTIONS(5579), - [anon_sym_RBRACK] = ACTIONS(5579), - [anon_sym_const] = ACTIONS(5577), - [anon_sym_constexpr] = ACTIONS(5577), - [anon_sym_volatile] = ACTIONS(5577), - [anon_sym_restrict] = ACTIONS(5577), - [anon_sym___restrict__] = ACTIONS(5577), - [anon_sym__Atomic] = ACTIONS(5577), - [anon_sym__Noreturn] = ACTIONS(5577), - [anon_sym_noreturn] = ACTIONS(5577), - [anon_sym__Nonnull] = ACTIONS(5577), - [anon_sym_mutable] = ACTIONS(5577), - [anon_sym_constinit] = ACTIONS(5577), - [anon_sym_consteval] = ACTIONS(5577), - [anon_sym_PROGMEM] = ACTIONS(5577), - [anon_sym_alignas] = ACTIONS(5577), - [anon_sym__Alignas] = ACTIONS(5577), - [aux_sym_primitive_type_token1] = ACTIONS(5577), - [anon_sym_byte] = ACTIONS(5577), - [anon_sym_word] = ACTIONS(5577), - [anon_sym_COLON] = ACTIONS(5579), - [anon_sym_QMARK] = ACTIONS(5579), - [anon_sym_LT_EQ_GT] = ACTIONS(5579), - [anon_sym_or] = ACTIONS(5577), - [anon_sym_and] = ACTIONS(5577), - [anon_sym_bitor] = ACTIONS(5577), - [anon_sym_xor] = ACTIONS(5577), - [anon_sym_bitand] = ACTIONS(5577), - [anon_sym_not_eq] = ACTIONS(5577), - [anon_sym_DASH_DASH] = ACTIONS(5579), - [anon_sym_PLUS_PLUS] = ACTIONS(5579), - [anon_sym_DOT] = ACTIONS(5577), - [anon_sym_DOT_STAR] = ACTIONS(5579), - [anon_sym_DASH_GT] = ACTIONS(5579), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5577), - [anon_sym_decltype] = ACTIONS(5577), - [anon_sym_final] = ACTIONS(5577), - [anon_sym_override] = ACTIONS(5577), - [anon_sym_requires] = ACTIONS(5577), + [1640] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7352), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7352), + [sym_variadic_parameter_declaration] = STATE(7352), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5258), + [anon_sym_RPAREN] = ACTIONS(5260), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1819] = { - [sym_identifier] = ACTIONS(5581), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5583), - [anon_sym_COMMA] = ACTIONS(5583), - [anon_sym_RPAREN] = ACTIONS(5583), - [anon_sym_LPAREN2] = ACTIONS(5583), - [anon_sym_DASH] = ACTIONS(5581), - [anon_sym_PLUS] = ACTIONS(5581), - [anon_sym_STAR] = ACTIONS(5583), - [anon_sym_SLASH] = ACTIONS(5581), - [anon_sym_PERCENT] = ACTIONS(5583), - [anon_sym_PIPE_PIPE] = ACTIONS(5583), - [anon_sym_AMP_AMP] = ACTIONS(5583), - [anon_sym_PIPE] = ACTIONS(5581), - [anon_sym_CARET] = ACTIONS(5583), - [anon_sym_AMP] = ACTIONS(5581), - [anon_sym_EQ_EQ] = ACTIONS(5583), - [anon_sym_BANG_EQ] = ACTIONS(5583), - [anon_sym_GT] = ACTIONS(5581), - [anon_sym_GT_EQ] = ACTIONS(5583), - [anon_sym_LT_EQ] = ACTIONS(5581), - [anon_sym_LT] = ACTIONS(5581), - [anon_sym_LT_LT] = ACTIONS(5583), - [anon_sym_GT_GT] = ACTIONS(5583), - [anon_sym_SEMI] = ACTIONS(5583), - [anon_sym___extension__] = ACTIONS(5581), - [anon_sym___attribute__] = ACTIONS(5581), - [anon_sym___attribute] = ACTIONS(5581), - [anon_sym___based] = ACTIONS(5581), - [anon_sym_LBRACE] = ACTIONS(5583), - [anon_sym_RBRACE] = ACTIONS(5583), - [anon_sym_signed] = ACTIONS(5581), - [anon_sym_unsigned] = ACTIONS(5581), - [anon_sym_long] = ACTIONS(5581), - [anon_sym_short] = ACTIONS(5581), - [anon_sym_LBRACK] = ACTIONS(5583), - [anon_sym_RBRACK] = ACTIONS(5583), - [anon_sym_const] = ACTIONS(5581), - [anon_sym_constexpr] = ACTIONS(5581), - [anon_sym_volatile] = ACTIONS(5581), - [anon_sym_restrict] = ACTIONS(5581), - [anon_sym___restrict__] = ACTIONS(5581), - [anon_sym__Atomic] = ACTIONS(5581), - [anon_sym__Noreturn] = ACTIONS(5581), - [anon_sym_noreturn] = ACTIONS(5581), - [anon_sym__Nonnull] = ACTIONS(5581), - [anon_sym_mutable] = ACTIONS(5581), - [anon_sym_constinit] = ACTIONS(5581), - [anon_sym_consteval] = ACTIONS(5581), - [anon_sym_PROGMEM] = ACTIONS(5581), - [anon_sym_alignas] = ACTIONS(5581), - [anon_sym__Alignas] = ACTIONS(5581), - [aux_sym_primitive_type_token1] = ACTIONS(5581), - [anon_sym_byte] = ACTIONS(5581), - [anon_sym_word] = ACTIONS(5581), - [anon_sym_COLON] = ACTIONS(5583), - [anon_sym_QMARK] = ACTIONS(5583), - [anon_sym_LT_EQ_GT] = ACTIONS(5583), - [anon_sym_or] = ACTIONS(5581), - [anon_sym_and] = ACTIONS(5581), - [anon_sym_bitor] = ACTIONS(5581), - [anon_sym_xor] = ACTIONS(5581), - [anon_sym_bitand] = ACTIONS(5581), - [anon_sym_not_eq] = ACTIONS(5581), - [anon_sym_DASH_DASH] = ACTIONS(5583), - [anon_sym_PLUS_PLUS] = ACTIONS(5583), - [anon_sym_DOT] = ACTIONS(5581), - [anon_sym_DOT_STAR] = ACTIONS(5583), - [anon_sym_DASH_GT] = ACTIONS(5583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5581), - [anon_sym_decltype] = ACTIONS(5581), - [anon_sym_final] = ACTIONS(5581), - [anon_sym_override] = ACTIONS(5581), - [anon_sym_requires] = ACTIONS(5581), + [1641] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7199), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7199), + [sym_variadic_parameter_declaration] = STATE(7199), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(4155), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1820] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), + [1642] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RPAREN] = ACTIONS(2465), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_SLASH] = ACTIONS(2475), + [anon_sym_PERCENT] = ACTIONS(2475), + [anon_sym_PIPE_PIPE] = ACTIONS(2465), + [anon_sym_AMP_AMP] = ACTIONS(2465), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_CARET] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_EQ_EQ] = ACTIONS(2465), + [anon_sym_BANG_EQ] = ACTIONS(2465), + [anon_sym_GT] = ACTIONS(2475), + [anon_sym_GT_EQ] = ACTIONS(2465), + [anon_sym_LT_EQ] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_LT_LT] = ACTIONS(2475), + [anon_sym_GT_GT] = ACTIONS(2475), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym___attribute] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2465), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_EQ] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_QMARK] = ACTIONS(2465), + [anon_sym_STAR_EQ] = ACTIONS(2465), + [anon_sym_SLASH_EQ] = ACTIONS(2465), + [anon_sym_PERCENT_EQ] = ACTIONS(2465), + [anon_sym_PLUS_EQ] = ACTIONS(2465), + [anon_sym_DASH_EQ] = ACTIONS(2465), + [anon_sym_LT_LT_EQ] = ACTIONS(2465), + [anon_sym_GT_GT_EQ] = ACTIONS(2465), + [anon_sym_AMP_EQ] = ACTIONS(2465), + [anon_sym_CARET_EQ] = ACTIONS(2465), + [anon_sym_PIPE_EQ] = ACTIONS(2465), + [anon_sym_LT_EQ_GT] = ACTIONS(2465), + [anon_sym_or] = ACTIONS(2475), + [anon_sym_and] = ACTIONS(2475), + [anon_sym_bitor] = ACTIONS(2475), + [anon_sym_xor] = ACTIONS(2475), + [anon_sym_bitand] = ACTIONS(2475), + [anon_sym_not_eq] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_PLUS_PLUS] = ACTIONS(2465), + [anon_sym_DOT] = ACTIONS(2475), + [anon_sym_DOT_STAR] = ACTIONS(2465), + [anon_sym_DASH_GT] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2475), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_DASH_GT_STAR] = ACTIONS(2465), + }, + [1643] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7230), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7230), + [sym_variadic_parameter_declaration] = STATE(7230), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5262), + [anon_sym_RPAREN] = ACTIONS(5264), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), + }, + [1644] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7095), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7095), + [sym_variadic_parameter_declaration] = STATE(7095), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5266), + [anon_sym_RPAREN] = ACTIONS(5268), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), + }, + [1645] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), [anon_sym_RPAREN] = ACTIONS(4880), [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_TILDE] = ACTIONS(4883), [anon_sym_DASH] = ACTIONS(4885), [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_STAR] = ACTIONS(4880), [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4878), [anon_sym_PIPE_PIPE] = ACTIONS(4878), [anon_sym_AMP_AMP] = ACTIONS(4880), [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4878), [anon_sym_AMP] = ACTIONS(4887), [anon_sym_EQ_EQ] = ACTIONS(4878), [anon_sym_BANG_EQ] = ACTIONS(4878), @@ -259978,706 +246508,2214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(4878), [anon_sym_LT_EQ] = ACTIONS(4885), [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym_SEMI] = ACTIONS(4878), - [anon_sym___extension__] = ACTIONS(4883), + [anon_sym_LT_LT] = ACTIONS(4878), + [anon_sym_GT_GT] = ACTIONS(4878), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym_virtual] = ACTIONS(4876), + [anon_sym_extern] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4878), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4883), + [anon_sym___declspec] = ACTIONS(4876), + [anon_sym___based] = ACTIONS(4876), [anon_sym_LBRACE] = ACTIONS(4883), [anon_sym_LBRACK] = ACTIONS(4887), - [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_static] = ACTIONS(4876), + [anon_sym_EQ] = ACTIONS(4876), + [anon_sym_register] = ACTIONS(4876), + [anon_sym_inline] = ACTIONS(4876), + [anon_sym___inline] = ACTIONS(4876), + [anon_sym___inline__] = ACTIONS(4876), + [anon_sym___forceinline] = ACTIONS(4876), + [anon_sym_thread_local] = ACTIONS(4876), + [anon_sym___thread] = ACTIONS(4876), [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4883), - [anon_sym_volatile] = ACTIONS(4883), - [anon_sym_restrict] = ACTIONS(4883), - [anon_sym___restrict__] = ACTIONS(4883), - [anon_sym__Atomic] = ACTIONS(4883), - [anon_sym__Noreturn] = ACTIONS(4883), - [anon_sym_noreturn] = ACTIONS(4883), - [anon_sym__Nonnull] = ACTIONS(4883), - [anon_sym_mutable] = ACTIONS(4883), - [anon_sym_constinit] = ACTIONS(4883), - [anon_sym_consteval] = ACTIONS(4883), - [anon_sym_PROGMEM] = ACTIONS(4883), - [anon_sym_alignas] = ACTIONS(4883), - [anon_sym__Alignas] = ACTIONS(4883), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4878), - [anon_sym_or_eq] = ACTIONS(4878), - [anon_sym_xor_eq] = ACTIONS(4878), [anon_sym_LT_EQ_GT] = ACTIONS(4878), [anon_sym_or] = ACTIONS(4885), [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4878), + [anon_sym_bitor] = ACTIONS(4885), [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4878), - [anon_sym_not_eq] = ACTIONS(4878), + [anon_sym_bitand] = ACTIONS(4885), + [anon_sym_not_eq] = ACTIONS(4885), [anon_sym_DASH_DASH] = ACTIONS(4878), [anon_sym_PLUS_PLUS] = ACTIONS(4878), [anon_sym_DOT] = ACTIONS(4885), [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4885), + [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4883), - [anon_sym_decltype] = ACTIONS(4883), - [anon_sym_DASH_GT_STAR] = ACTIONS(4878), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_template] = ACTIONS(4876), + [anon_sym_operator] = ACTIONS(4876), }, - [1821] = { - [sym_catch_clause] = STATE(1809), - [aux_sym_constructor_try_statement_repeat1] = STATE(1809), - [sym_identifier] = ACTIONS(2556), - [aux_sym_preproc_def_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token1] = ACTIONS(2556), - [aux_sym_preproc_if_token2] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_LPAREN2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_AMP_AMP] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym___extension__] = ACTIONS(2556), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_virtual] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym___attribute__] = ACTIONS(2556), - [anon_sym___attribute] = ACTIONS(2556), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2556), - [anon_sym___based] = ACTIONS(2556), - [anon_sym_signed] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [anon_sym_LBRACK] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym___inline] = ACTIONS(2556), - [anon_sym___inline__] = ACTIONS(2556), - [anon_sym___forceinline] = ACTIONS(2556), - [anon_sym_thread_local] = ACTIONS(2556), - [anon_sym___thread] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_constexpr] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym___restrict__] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym__Noreturn] = ACTIONS(2556), - [anon_sym_noreturn] = ACTIONS(2556), - [anon_sym__Nonnull] = ACTIONS(2556), - [anon_sym_mutable] = ACTIONS(2556), - [anon_sym_constinit] = ACTIONS(2556), - [anon_sym_consteval] = ACTIONS(2556), - [anon_sym_PROGMEM] = ACTIONS(2556), - [anon_sym_alignas] = ACTIONS(2556), - [anon_sym__Alignas] = ACTIONS(2556), - [aux_sym_primitive_type_token1] = ACTIONS(2556), - [anon_sym_byte] = ACTIONS(2556), - [anon_sym_word] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_class] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), + [1646] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym___extension__] = ACTIONS(4854), + [anon_sym___attribute__] = ACTIONS(4854), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4854), + [anon_sym_volatile] = ACTIONS(4854), + [anon_sym_restrict] = ACTIONS(4854), + [anon_sym___restrict__] = ACTIONS(4854), + [anon_sym__Atomic] = ACTIONS(4854), + [anon_sym__Noreturn] = ACTIONS(4854), + [anon_sym_noreturn] = ACTIONS(4854), + [anon_sym__Nonnull] = ACTIONS(4854), + [anon_sym_mutable] = ACTIONS(4854), + [anon_sym_constinit] = ACTIONS(4854), + [anon_sym_consteval] = ACTIONS(4854), + [anon_sym_PROGMEM] = ACTIONS(4854), + [anon_sym_alignas] = ACTIONS(4854), + [anon_sym__Alignas] = ACTIONS(4854), + [anon_sym_COLON] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4854), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_and_eq] = ACTIONS(4854), + [anon_sym_or_eq] = ACTIONS(4854), + [anon_sym_xor_eq] = ACTIONS(4854), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4854), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4854), + [anon_sym_not_eq] = ACTIONS(4854), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4852), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4854), + [anon_sym_decltype] = ACTIONS(4854), + [anon_sym_final] = ACTIONS(4854), + [anon_sym_override] = ACTIONS(4854), + [anon_sym_DASH_GT_STAR] = ACTIONS(4854), + }, + [1647] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym___extension__] = ACTIONS(4858), + [anon_sym___attribute__] = ACTIONS(4858), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4858), + [anon_sym_volatile] = ACTIONS(4858), + [anon_sym_restrict] = ACTIONS(4858), + [anon_sym___restrict__] = ACTIONS(4858), + [anon_sym__Atomic] = ACTIONS(4858), + [anon_sym__Noreturn] = ACTIONS(4858), + [anon_sym_noreturn] = ACTIONS(4858), + [anon_sym__Nonnull] = ACTIONS(4858), + [anon_sym_mutable] = ACTIONS(4858), + [anon_sym_constinit] = ACTIONS(4858), + [anon_sym_consteval] = ACTIONS(4858), + [anon_sym_PROGMEM] = ACTIONS(4858), + [anon_sym_alignas] = ACTIONS(4858), + [anon_sym__Alignas] = ACTIONS(4858), + [anon_sym_COLON] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4858), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_and_eq] = ACTIONS(4858), + [anon_sym_or_eq] = ACTIONS(4858), + [anon_sym_xor_eq] = ACTIONS(4858), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4858), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4858), + [anon_sym_not_eq] = ACTIONS(4858), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4856), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4858), + [anon_sym_decltype] = ACTIONS(4858), + [anon_sym_final] = ACTIONS(4858), + [anon_sym_override] = ACTIONS(4858), + [anon_sym_DASH_GT_STAR] = ACTIONS(4858), + }, + [1648] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7751), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7751), + [sym_variadic_parameter_declaration] = STATE(7751), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5270), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2556), - [anon_sym_decltype] = ACTIONS(2556), - [anon_sym_explicit] = ACTIONS(2556), - [anon_sym_typename] = ACTIONS(2556), - [anon_sym_template] = ACTIONS(2556), - [anon_sym_operator] = ACTIONS(2556), - [anon_sym_friend] = ACTIONS(2556), - [anon_sym_public] = ACTIONS(2556), - [anon_sym_private] = ACTIONS(2556), - [anon_sym_protected] = ACTIONS(2556), - [anon_sym_using] = ACTIONS(2556), - [anon_sym_static_assert] = ACTIONS(2556), - [anon_sym_catch] = ACTIONS(5585), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1822] = { - [sym_identifier] = ACTIONS(5587), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5589), - [anon_sym_COMMA] = ACTIONS(5589), - [anon_sym_RPAREN] = ACTIONS(5589), - [anon_sym_LPAREN2] = ACTIONS(5589), - [anon_sym_DASH] = ACTIONS(5587), - [anon_sym_PLUS] = ACTIONS(5587), - [anon_sym_STAR] = ACTIONS(5589), - [anon_sym_SLASH] = ACTIONS(5587), - [anon_sym_PERCENT] = ACTIONS(5589), - [anon_sym_PIPE_PIPE] = ACTIONS(5589), - [anon_sym_AMP_AMP] = ACTIONS(5589), - [anon_sym_PIPE] = ACTIONS(5587), - [anon_sym_CARET] = ACTIONS(5589), - [anon_sym_AMP] = ACTIONS(5587), - [anon_sym_EQ_EQ] = ACTIONS(5589), - [anon_sym_BANG_EQ] = ACTIONS(5589), - [anon_sym_GT] = ACTIONS(5587), - [anon_sym_GT_EQ] = ACTIONS(5589), - [anon_sym_LT_EQ] = ACTIONS(5587), - [anon_sym_LT] = ACTIONS(5587), - [anon_sym_LT_LT] = ACTIONS(5589), - [anon_sym_GT_GT] = ACTIONS(5589), - [anon_sym_SEMI] = ACTIONS(5589), - [anon_sym___extension__] = ACTIONS(5587), - [anon_sym___attribute__] = ACTIONS(5587), - [anon_sym___attribute] = ACTIONS(5587), - [anon_sym___based] = ACTIONS(5587), - [anon_sym_LBRACE] = ACTIONS(5589), - [anon_sym_RBRACE] = ACTIONS(5589), - [anon_sym_signed] = ACTIONS(5587), - [anon_sym_unsigned] = ACTIONS(5587), - [anon_sym_long] = ACTIONS(5587), - [anon_sym_short] = ACTIONS(5587), - [anon_sym_LBRACK] = ACTIONS(5589), - [anon_sym_RBRACK] = ACTIONS(5589), - [anon_sym_const] = ACTIONS(5587), - [anon_sym_constexpr] = ACTIONS(5587), - [anon_sym_volatile] = ACTIONS(5587), - [anon_sym_restrict] = ACTIONS(5587), - [anon_sym___restrict__] = ACTIONS(5587), - [anon_sym__Atomic] = ACTIONS(5587), - [anon_sym__Noreturn] = ACTIONS(5587), - [anon_sym_noreturn] = ACTIONS(5587), - [anon_sym__Nonnull] = ACTIONS(5587), - [anon_sym_mutable] = ACTIONS(5587), - [anon_sym_constinit] = ACTIONS(5587), - [anon_sym_consteval] = ACTIONS(5587), - [anon_sym_PROGMEM] = ACTIONS(5587), - [anon_sym_alignas] = ACTIONS(5587), - [anon_sym__Alignas] = ACTIONS(5587), - [aux_sym_primitive_type_token1] = ACTIONS(5587), - [anon_sym_byte] = ACTIONS(5587), - [anon_sym_word] = ACTIONS(5587), - [anon_sym_COLON] = ACTIONS(5589), - [anon_sym_QMARK] = ACTIONS(5589), - [anon_sym_LT_EQ_GT] = ACTIONS(5589), - [anon_sym_or] = ACTIONS(5587), - [anon_sym_and] = ACTIONS(5587), - [anon_sym_bitor] = ACTIONS(5587), - [anon_sym_xor] = ACTIONS(5587), - [anon_sym_bitand] = ACTIONS(5587), - [anon_sym_not_eq] = ACTIONS(5587), - [anon_sym_DASH_DASH] = ACTIONS(5589), - [anon_sym_PLUS_PLUS] = ACTIONS(5589), - [anon_sym_DOT] = ACTIONS(5587), - [anon_sym_DOT_STAR] = ACTIONS(5589), - [anon_sym_DASH_GT] = ACTIONS(5589), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5587), - [anon_sym_decltype] = ACTIONS(5587), - [anon_sym_final] = ACTIONS(5587), - [anon_sym_override] = ACTIONS(5587), - [anon_sym_requires] = ACTIONS(5587), + [1649] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym___extension__] = ACTIONS(4862), + [anon_sym___attribute__] = ACTIONS(4862), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4862), + [anon_sym_volatile] = ACTIONS(4862), + [anon_sym_restrict] = ACTIONS(4862), + [anon_sym___restrict__] = ACTIONS(4862), + [anon_sym__Atomic] = ACTIONS(4862), + [anon_sym__Noreturn] = ACTIONS(4862), + [anon_sym_noreturn] = ACTIONS(4862), + [anon_sym__Nonnull] = ACTIONS(4862), + [anon_sym_mutable] = ACTIONS(4862), + [anon_sym_constinit] = ACTIONS(4862), + [anon_sym_consteval] = ACTIONS(4862), + [anon_sym_PROGMEM] = ACTIONS(4862), + [anon_sym_alignas] = ACTIONS(4862), + [anon_sym__Alignas] = ACTIONS(4862), + [anon_sym_COLON] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4862), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_and_eq] = ACTIONS(4862), + [anon_sym_or_eq] = ACTIONS(4862), + [anon_sym_xor_eq] = ACTIONS(4862), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4862), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4862), + [anon_sym_not_eq] = ACTIONS(4862), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4860), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4862), + [anon_sym_decltype] = ACTIONS(4862), + [anon_sym_final] = ACTIONS(4862), + [anon_sym_override] = ACTIONS(4862), + [anon_sym_DASH_GT_STAR] = ACTIONS(4862), }, - [1823] = { - [sym_identifier] = ACTIONS(5591), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [anon_sym_RPAREN] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5593), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5593), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5593), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5593), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5593), - [anon_sym_GT_GT] = ACTIONS(5593), - [anon_sym_SEMI] = ACTIONS(5593), - [anon_sym___extension__] = ACTIONS(5591), - [anon_sym___attribute__] = ACTIONS(5591), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym___based] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_RBRACE] = ACTIONS(5593), - [anon_sym_signed] = ACTIONS(5591), - [anon_sym_unsigned] = ACTIONS(5591), - [anon_sym_long] = ACTIONS(5591), - [anon_sym_short] = ACTIONS(5591), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_RBRACK] = ACTIONS(5593), - [anon_sym_const] = ACTIONS(5591), - [anon_sym_constexpr] = ACTIONS(5591), - [anon_sym_volatile] = ACTIONS(5591), - [anon_sym_restrict] = ACTIONS(5591), - [anon_sym___restrict__] = ACTIONS(5591), - [anon_sym__Atomic] = ACTIONS(5591), - [anon_sym__Noreturn] = ACTIONS(5591), - [anon_sym_noreturn] = ACTIONS(5591), - [anon_sym__Nonnull] = ACTIONS(5591), - [anon_sym_mutable] = ACTIONS(5591), - [anon_sym_constinit] = ACTIONS(5591), - [anon_sym_consteval] = ACTIONS(5591), - [anon_sym_PROGMEM] = ACTIONS(5591), - [anon_sym_alignas] = ACTIONS(5591), - [anon_sym__Alignas] = ACTIONS(5591), - [aux_sym_primitive_type_token1] = ACTIONS(5591), - [anon_sym_byte] = ACTIONS(5591), - [anon_sym_word] = ACTIONS(5591), - [anon_sym_COLON] = ACTIONS(5593), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5591), - [anon_sym_and] = ACTIONS(5591), - [anon_sym_bitor] = ACTIONS(5591), - [anon_sym_xor] = ACTIONS(5591), - [anon_sym_bitand] = ACTIONS(5591), - [anon_sym_not_eq] = ACTIONS(5591), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5591), - [anon_sym_decltype] = ACTIONS(5591), - [anon_sym_final] = ACTIONS(5591), - [anon_sym_override] = ACTIONS(5591), - [anon_sym_requires] = ACTIONS(5591), + [1650] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7422), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7422), + [sym_variadic_parameter_declaration] = STATE(7422), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym_RPAREN] = ACTIONS(1850), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1824] = { - [sym_identifier] = ACTIONS(5595), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5597), - [anon_sym_COMMA] = ACTIONS(5597), - [anon_sym_RPAREN] = ACTIONS(5597), - [anon_sym_LPAREN2] = ACTIONS(5597), - [anon_sym_TILDE] = ACTIONS(5597), - [anon_sym_STAR] = ACTIONS(5597), - [anon_sym_AMP_AMP] = ACTIONS(5597), - [anon_sym_AMP] = ACTIONS(5595), - [anon_sym_SEMI] = ACTIONS(5597), - [anon_sym___extension__] = ACTIONS(5595), - [anon_sym_virtual] = ACTIONS(5595), - [anon_sym_extern] = ACTIONS(5595), - [anon_sym___attribute__] = ACTIONS(5595), - [anon_sym___attribute] = ACTIONS(5595), - [anon_sym_COLON_COLON] = ACTIONS(5597), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5597), - [anon_sym___declspec] = ACTIONS(5595), - [anon_sym___based] = ACTIONS(5595), - [anon_sym_LBRACE] = ACTIONS(5597), - [anon_sym_signed] = ACTIONS(5595), - [anon_sym_unsigned] = ACTIONS(5595), - [anon_sym_long] = ACTIONS(5595), - [anon_sym_short] = ACTIONS(5595), - [anon_sym_LBRACK] = ACTIONS(5595), - [anon_sym_static] = ACTIONS(5595), - [anon_sym_EQ] = ACTIONS(5597), - [anon_sym_register] = ACTIONS(5595), - [anon_sym_inline] = ACTIONS(5595), - [anon_sym___inline] = ACTIONS(5595), - [anon_sym___inline__] = ACTIONS(5595), - [anon_sym___forceinline] = ACTIONS(5595), - [anon_sym_thread_local] = ACTIONS(5595), - [anon_sym___thread] = ACTIONS(5595), - [anon_sym_const] = ACTIONS(5595), - [anon_sym_constexpr] = ACTIONS(5595), - [anon_sym_volatile] = ACTIONS(5595), - [anon_sym_restrict] = ACTIONS(5595), - [anon_sym___restrict__] = ACTIONS(5595), - [anon_sym__Atomic] = ACTIONS(5595), - [anon_sym__Noreturn] = ACTIONS(5595), - [anon_sym_noreturn] = ACTIONS(5595), - [anon_sym__Nonnull] = ACTIONS(5595), - [anon_sym_mutable] = ACTIONS(5595), - [anon_sym_constinit] = ACTIONS(5595), - [anon_sym_consteval] = ACTIONS(5595), - [anon_sym_PROGMEM] = ACTIONS(5595), - [anon_sym_alignas] = ACTIONS(5595), - [anon_sym__Alignas] = ACTIONS(5595), - [aux_sym_primitive_type_token1] = ACTIONS(5595), - [anon_sym_byte] = ACTIONS(5595), - [anon_sym_word] = ACTIONS(5595), - [anon_sym_enum] = ACTIONS(5595), - [anon_sym_class] = ACTIONS(5595), - [anon_sym_struct] = ACTIONS(5595), - [anon_sym_union] = ACTIONS(5595), - [anon_sym_asm] = ACTIONS(5595), - [anon_sym___asm__] = ACTIONS(5595), - [anon_sym___asm] = ACTIONS(5595), - [anon_sym_DASH_GT] = ACTIONS(5597), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5595), - [anon_sym_decltype] = ACTIONS(5595), - [anon_sym_final] = ACTIONS(5595), - [anon_sym_override] = ACTIONS(5595), - [anon_sym_explicit] = ACTIONS(5595), - [anon_sym_typename] = ACTIONS(5595), - [anon_sym_template] = ACTIONS(5595), - [anon_sym_GT2] = ACTIONS(5597), - [anon_sym_operator] = ACTIONS(5595), - [anon_sym_try] = ACTIONS(5595), - [anon_sym_noexcept] = ACTIONS(5595), - [anon_sym_throw] = ACTIONS(5595), - [anon_sym_requires] = ACTIONS(5595), + [1651] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym___extension__] = ACTIONS(4870), + [anon_sym___attribute__] = ACTIONS(4870), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4870), + [anon_sym_volatile] = ACTIONS(4870), + [anon_sym_restrict] = ACTIONS(4870), + [anon_sym___restrict__] = ACTIONS(4870), + [anon_sym__Atomic] = ACTIONS(4870), + [anon_sym__Noreturn] = ACTIONS(4870), + [anon_sym_noreturn] = ACTIONS(4870), + [anon_sym__Nonnull] = ACTIONS(4870), + [anon_sym_mutable] = ACTIONS(4870), + [anon_sym_constinit] = ACTIONS(4870), + [anon_sym_consteval] = ACTIONS(4870), + [anon_sym_PROGMEM] = ACTIONS(4870), + [anon_sym_alignas] = ACTIONS(4870), + [anon_sym__Alignas] = ACTIONS(4870), + [anon_sym_COLON] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4870), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_and_eq] = ACTIONS(4870), + [anon_sym_or_eq] = ACTIONS(4870), + [anon_sym_xor_eq] = ACTIONS(4870), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4870), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4870), + [anon_sym_not_eq] = ACTIONS(4870), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4868), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4870), + [anon_sym_decltype] = ACTIONS(4870), + [anon_sym_final] = ACTIONS(4870), + [anon_sym_override] = ACTIONS(4870), + [anon_sym_DASH_GT_STAR] = ACTIONS(4870), }, - [1825] = { - [sym_identifier] = ACTIONS(5599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5601), - [anon_sym_COMMA] = ACTIONS(5601), - [anon_sym_RPAREN] = ACTIONS(5601), - [anon_sym_LPAREN2] = ACTIONS(5601), - [anon_sym_DASH] = ACTIONS(5599), - [anon_sym_PLUS] = ACTIONS(5599), - [anon_sym_STAR] = ACTIONS(5601), - [anon_sym_SLASH] = ACTIONS(5599), - [anon_sym_PERCENT] = ACTIONS(5601), - [anon_sym_PIPE_PIPE] = ACTIONS(5601), - [anon_sym_AMP_AMP] = ACTIONS(5601), - [anon_sym_PIPE] = ACTIONS(5599), - [anon_sym_CARET] = ACTIONS(5601), - [anon_sym_AMP] = ACTIONS(5599), - [anon_sym_EQ_EQ] = ACTIONS(5601), - [anon_sym_BANG_EQ] = ACTIONS(5601), - [anon_sym_GT] = ACTIONS(5599), - [anon_sym_GT_EQ] = ACTIONS(5601), - [anon_sym_LT_EQ] = ACTIONS(5599), - [anon_sym_LT] = ACTIONS(5599), - [anon_sym_LT_LT] = ACTIONS(5601), - [anon_sym_GT_GT] = ACTIONS(5601), - [anon_sym_SEMI] = ACTIONS(5601), - [anon_sym___extension__] = ACTIONS(5599), - [anon_sym___attribute__] = ACTIONS(5599), - [anon_sym___attribute] = ACTIONS(5599), - [anon_sym___based] = ACTIONS(5599), - [anon_sym_LBRACE] = ACTIONS(5601), - [anon_sym_RBRACE] = ACTIONS(5601), - [anon_sym_signed] = ACTIONS(5599), - [anon_sym_unsigned] = ACTIONS(5599), - [anon_sym_long] = ACTIONS(5599), - [anon_sym_short] = ACTIONS(5599), - [anon_sym_LBRACK] = ACTIONS(5601), - [anon_sym_RBRACK] = ACTIONS(5601), - [anon_sym_const] = ACTIONS(5599), - [anon_sym_constexpr] = ACTIONS(5599), - [anon_sym_volatile] = ACTIONS(5599), - [anon_sym_restrict] = ACTIONS(5599), - [anon_sym___restrict__] = ACTIONS(5599), - [anon_sym__Atomic] = ACTIONS(5599), - [anon_sym__Noreturn] = ACTIONS(5599), - [anon_sym_noreturn] = ACTIONS(5599), - [anon_sym__Nonnull] = ACTIONS(5599), - [anon_sym_mutable] = ACTIONS(5599), - [anon_sym_constinit] = ACTIONS(5599), - [anon_sym_consteval] = ACTIONS(5599), - [anon_sym_PROGMEM] = ACTIONS(5599), - [anon_sym_alignas] = ACTIONS(5599), - [anon_sym__Alignas] = ACTIONS(5599), - [aux_sym_primitive_type_token1] = ACTIONS(5599), - [anon_sym_byte] = ACTIONS(5599), - [anon_sym_word] = ACTIONS(5599), - [anon_sym_COLON] = ACTIONS(5601), - [anon_sym_QMARK] = ACTIONS(5601), - [anon_sym_LT_EQ_GT] = ACTIONS(5601), - [anon_sym_or] = ACTIONS(5599), - [anon_sym_and] = ACTIONS(5599), - [anon_sym_bitor] = ACTIONS(5599), - [anon_sym_xor] = ACTIONS(5599), - [anon_sym_bitand] = ACTIONS(5599), - [anon_sym_not_eq] = ACTIONS(5599), - [anon_sym_DASH_DASH] = ACTIONS(5601), - [anon_sym_PLUS_PLUS] = ACTIONS(5601), - [anon_sym_DOT] = ACTIONS(5599), - [anon_sym_DOT_STAR] = ACTIONS(5601), - [anon_sym_DASH_GT] = ACTIONS(5601), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5599), - [anon_sym_decltype] = ACTIONS(5599), - [anon_sym_final] = ACTIONS(5599), - [anon_sym_override] = ACTIONS(5599), - [anon_sym_requires] = ACTIONS(5599), + [1652] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym___extension__] = ACTIONS(4866), + [anon_sym___attribute__] = ACTIONS(4866), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4866), + [anon_sym_volatile] = ACTIONS(4866), + [anon_sym_restrict] = ACTIONS(4866), + [anon_sym___restrict__] = ACTIONS(4866), + [anon_sym__Atomic] = ACTIONS(4866), + [anon_sym__Noreturn] = ACTIONS(4866), + [anon_sym_noreturn] = ACTIONS(4866), + [anon_sym__Nonnull] = ACTIONS(4866), + [anon_sym_mutable] = ACTIONS(4866), + [anon_sym_constinit] = ACTIONS(4866), + [anon_sym_consteval] = ACTIONS(4866), + [anon_sym_PROGMEM] = ACTIONS(4866), + [anon_sym_alignas] = ACTIONS(4866), + [anon_sym__Alignas] = ACTIONS(4866), + [anon_sym_COLON] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4866), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_and_eq] = ACTIONS(4866), + [anon_sym_or_eq] = ACTIONS(4866), + [anon_sym_xor_eq] = ACTIONS(4866), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4866), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4866), + [anon_sym_not_eq] = ACTIONS(4866), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4864), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4866), + [anon_sym_decltype] = ACTIONS(4866), + [anon_sym_final] = ACTIONS(4866), + [anon_sym_override] = ACTIONS(4866), + [anon_sym_DASH_GT_STAR] = ACTIONS(4866), }, - [1826] = { - [sym_identifier] = ACTIONS(5603), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5605), - [anon_sym_COMMA] = ACTIONS(5605), - [anon_sym_RPAREN] = ACTIONS(5605), - [anon_sym_LPAREN2] = ACTIONS(5605), - [anon_sym_DASH] = ACTIONS(5603), - [anon_sym_PLUS] = ACTIONS(5603), - [anon_sym_STAR] = ACTIONS(5605), - [anon_sym_SLASH] = ACTIONS(5603), - [anon_sym_PERCENT] = ACTIONS(5605), - [anon_sym_PIPE_PIPE] = ACTIONS(5605), - [anon_sym_AMP_AMP] = ACTIONS(5605), - [anon_sym_PIPE] = ACTIONS(5603), - [anon_sym_CARET] = ACTIONS(5605), - [anon_sym_AMP] = ACTIONS(5603), - [anon_sym_EQ_EQ] = ACTIONS(5605), - [anon_sym_BANG_EQ] = ACTIONS(5605), - [anon_sym_GT] = ACTIONS(5603), - [anon_sym_GT_EQ] = ACTIONS(5605), - [anon_sym_LT_EQ] = ACTIONS(5603), - [anon_sym_LT] = ACTIONS(5603), - [anon_sym_LT_LT] = ACTIONS(5605), - [anon_sym_GT_GT] = ACTIONS(5605), - [anon_sym_SEMI] = ACTIONS(5605), - [anon_sym___extension__] = ACTIONS(5603), - [anon_sym___attribute__] = ACTIONS(5603), - [anon_sym___attribute] = ACTIONS(5603), - [anon_sym___based] = ACTIONS(5603), - [anon_sym_LBRACE] = ACTIONS(5605), - [anon_sym_RBRACE] = ACTIONS(5605), - [anon_sym_signed] = ACTIONS(5603), - [anon_sym_unsigned] = ACTIONS(5603), - [anon_sym_long] = ACTIONS(5603), - [anon_sym_short] = ACTIONS(5603), - [anon_sym_LBRACK] = ACTIONS(5605), - [anon_sym_RBRACK] = ACTIONS(5605), - [anon_sym_const] = ACTIONS(5603), - [anon_sym_constexpr] = ACTIONS(5603), - [anon_sym_volatile] = ACTIONS(5603), - [anon_sym_restrict] = ACTIONS(5603), - [anon_sym___restrict__] = ACTIONS(5603), - [anon_sym__Atomic] = ACTIONS(5603), - [anon_sym__Noreturn] = ACTIONS(5603), - [anon_sym_noreturn] = ACTIONS(5603), - [anon_sym__Nonnull] = ACTIONS(5603), - [anon_sym_mutable] = ACTIONS(5603), - [anon_sym_constinit] = ACTIONS(5603), - [anon_sym_consteval] = ACTIONS(5603), - [anon_sym_PROGMEM] = ACTIONS(5603), - [anon_sym_alignas] = ACTIONS(5603), - [anon_sym__Alignas] = ACTIONS(5603), - [aux_sym_primitive_type_token1] = ACTIONS(5603), - [anon_sym_byte] = ACTIONS(5603), - [anon_sym_word] = ACTIONS(5603), - [anon_sym_COLON] = ACTIONS(5605), - [anon_sym_QMARK] = ACTIONS(5605), - [anon_sym_LT_EQ_GT] = ACTIONS(5605), - [anon_sym_or] = ACTIONS(5603), - [anon_sym_and] = ACTIONS(5603), - [anon_sym_bitor] = ACTIONS(5603), - [anon_sym_xor] = ACTIONS(5603), - [anon_sym_bitand] = ACTIONS(5603), - [anon_sym_not_eq] = ACTIONS(5603), - [anon_sym_DASH_DASH] = ACTIONS(5605), - [anon_sym_PLUS_PLUS] = ACTIONS(5605), - [anon_sym_DOT] = ACTIONS(5603), - [anon_sym_DOT_STAR] = ACTIONS(5605), - [anon_sym_DASH_GT] = ACTIONS(5605), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5603), - [anon_sym_decltype] = ACTIONS(5603), - [anon_sym_final] = ACTIONS(5603), - [anon_sym_override] = ACTIONS(5603), - [anon_sym_requires] = ACTIONS(5603), + [1653] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym___extension__] = ACTIONS(4874), + [anon_sym___attribute__] = ACTIONS(4874), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4874), + [anon_sym_volatile] = ACTIONS(4874), + [anon_sym_restrict] = ACTIONS(4874), + [anon_sym___restrict__] = ACTIONS(4874), + [anon_sym__Atomic] = ACTIONS(4874), + [anon_sym__Noreturn] = ACTIONS(4874), + [anon_sym_noreturn] = ACTIONS(4874), + [anon_sym__Nonnull] = ACTIONS(4874), + [anon_sym_mutable] = ACTIONS(4874), + [anon_sym_constinit] = ACTIONS(4874), + [anon_sym_consteval] = ACTIONS(4874), + [anon_sym_PROGMEM] = ACTIONS(4874), + [anon_sym_alignas] = ACTIONS(4874), + [anon_sym__Alignas] = ACTIONS(4874), + [anon_sym_COLON] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4874), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_and_eq] = ACTIONS(4874), + [anon_sym_or_eq] = ACTIONS(4874), + [anon_sym_xor_eq] = ACTIONS(4874), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4874), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4874), + [anon_sym_not_eq] = ACTIONS(4874), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4874), + [anon_sym_decltype] = ACTIONS(4874), + [anon_sym_final] = ACTIONS(4874), + [anon_sym_override] = ACTIONS(4874), + [anon_sym_DASH_GT_STAR] = ACTIONS(4874), }, - [1827] = { - [sym_catch_clause] = STATE(1809), - [aux_sym_constructor_try_statement_repeat1] = STATE(1809), - [sym_identifier] = ACTIONS(2575), - [aux_sym_preproc_def_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token1] = ACTIONS(2575), - [aux_sym_preproc_if_token2] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), - [sym_preproc_directive] = ACTIONS(2575), - [anon_sym_LPAREN2] = ACTIONS(2577), - [anon_sym_TILDE] = ACTIONS(2577), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_AMP_AMP] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym___extension__] = ACTIONS(2575), - [anon_sym_typedef] = ACTIONS(2575), - [anon_sym_virtual] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym___attribute__] = ACTIONS(2575), - [anon_sym___attribute] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), - [anon_sym___declspec] = ACTIONS(2575), - [anon_sym___based] = ACTIONS(2575), - [anon_sym_signed] = ACTIONS(2575), - [anon_sym_unsigned] = ACTIONS(2575), - [anon_sym_long] = ACTIONS(2575), - [anon_sym_short] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_register] = ACTIONS(2575), - [anon_sym_inline] = ACTIONS(2575), - [anon_sym___inline] = ACTIONS(2575), - [anon_sym___inline__] = ACTIONS(2575), - [anon_sym___forceinline] = ACTIONS(2575), - [anon_sym_thread_local] = ACTIONS(2575), - [anon_sym___thread] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_constexpr] = ACTIONS(2575), - [anon_sym_volatile] = ACTIONS(2575), - [anon_sym_restrict] = ACTIONS(2575), - [anon_sym___restrict__] = ACTIONS(2575), - [anon_sym__Atomic] = ACTIONS(2575), - [anon_sym__Noreturn] = ACTIONS(2575), - [anon_sym_noreturn] = ACTIONS(2575), - [anon_sym__Nonnull] = ACTIONS(2575), - [anon_sym_mutable] = ACTIONS(2575), - [anon_sym_constinit] = ACTIONS(2575), - [anon_sym_consteval] = ACTIONS(2575), - [anon_sym_PROGMEM] = ACTIONS(2575), - [anon_sym_alignas] = ACTIONS(2575), - [anon_sym__Alignas] = ACTIONS(2575), - [aux_sym_primitive_type_token1] = ACTIONS(2575), - [anon_sym_byte] = ACTIONS(2575), - [anon_sym_word] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_class] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), + [1654] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym___extension__] = ACTIONS(4850), + [anon_sym___attribute__] = ACTIONS(4850), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4850), + [anon_sym_volatile] = ACTIONS(4850), + [anon_sym_restrict] = ACTIONS(4850), + [anon_sym___restrict__] = ACTIONS(4850), + [anon_sym__Atomic] = ACTIONS(4850), + [anon_sym__Noreturn] = ACTIONS(4850), + [anon_sym_noreturn] = ACTIONS(4850), + [anon_sym__Nonnull] = ACTIONS(4850), + [anon_sym_mutable] = ACTIONS(4850), + [anon_sym_constinit] = ACTIONS(4850), + [anon_sym_consteval] = ACTIONS(4850), + [anon_sym_PROGMEM] = ACTIONS(4850), + [anon_sym_alignas] = ACTIONS(4850), + [anon_sym__Alignas] = ACTIONS(4850), + [anon_sym_COLON] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4850), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_and_eq] = ACTIONS(4850), + [anon_sym_or_eq] = ACTIONS(4850), + [anon_sym_xor_eq] = ACTIONS(4850), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4850), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4850), + [anon_sym_not_eq] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4848), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4850), + [anon_sym_decltype] = ACTIONS(4850), + [anon_sym_final] = ACTIONS(4850), + [anon_sym_override] = ACTIONS(4850), + [anon_sym_DASH_GT_STAR] = ACTIONS(4850), + }, + [1655] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [aux_sym_preproc_else_token1] = ACTIONS(1920), + [aux_sym_preproc_elif_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), + }, + [1656] = { + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token2] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [aux_sym_preproc_else_token1] = ACTIONS(2653), + [aux_sym_preproc_elif_token1] = ACTIONS(2653), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_friend] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_protected] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), + }, + [1657] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4860), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4860), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4860), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4860), + [anon_sym_GT_GT] = ACTIONS(4860), + [anon_sym___extension__] = ACTIONS(4862), + [anon_sym___attribute__] = ACTIONS(4862), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_LBRACK] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4862), + [anon_sym_volatile] = ACTIONS(4862), + [anon_sym_restrict] = ACTIONS(4862), + [anon_sym___restrict__] = ACTIONS(4862), + [anon_sym__Atomic] = ACTIONS(4862), + [anon_sym__Noreturn] = ACTIONS(4862), + [anon_sym_noreturn] = ACTIONS(4862), + [anon_sym__Nonnull] = ACTIONS(4862), + [anon_sym_mutable] = ACTIONS(4862), + [anon_sym_constinit] = ACTIONS(4862), + [anon_sym_consteval] = ACTIONS(4862), + [anon_sym_PROGMEM] = ACTIONS(4862), + [anon_sym_alignas] = ACTIONS(4862), + [anon_sym__Alignas] = ACTIONS(4862), + [anon_sym_COLON] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_STAR_EQ] = ACTIONS(4862), + [anon_sym_SLASH_EQ] = ACTIONS(4862), + [anon_sym_PERCENT_EQ] = ACTIONS(4862), + [anon_sym_PLUS_EQ] = ACTIONS(4862), + [anon_sym_DASH_EQ] = ACTIONS(4862), + [anon_sym_LT_LT_EQ] = ACTIONS(4862), + [anon_sym_GT_GT_EQ] = ACTIONS(4860), + [anon_sym_AMP_EQ] = ACTIONS(4862), + [anon_sym_CARET_EQ] = ACTIONS(4862), + [anon_sym_PIPE_EQ] = ACTIONS(4862), + [anon_sym_and_eq] = ACTIONS(4862), + [anon_sym_or_eq] = ACTIONS(4862), + [anon_sym_xor_eq] = ACTIONS(4862), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4862), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4862), + [anon_sym_not_eq] = ACTIONS(4862), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4862), + [anon_sym_decltype] = ACTIONS(4862), + [anon_sym_final] = ACTIONS(4862), + [anon_sym_override] = ACTIONS(4862), + [anon_sym_GT2] = ACTIONS(4862), + }, + [1658] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4864), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4864), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4864), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4864), + [anon_sym_GT_GT] = ACTIONS(4864), + [anon_sym___extension__] = ACTIONS(4866), + [anon_sym___attribute__] = ACTIONS(4866), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_LBRACK] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4866), + [anon_sym_volatile] = ACTIONS(4866), + [anon_sym_restrict] = ACTIONS(4866), + [anon_sym___restrict__] = ACTIONS(4866), + [anon_sym__Atomic] = ACTIONS(4866), + [anon_sym__Noreturn] = ACTIONS(4866), + [anon_sym_noreturn] = ACTIONS(4866), + [anon_sym__Nonnull] = ACTIONS(4866), + [anon_sym_mutable] = ACTIONS(4866), + [anon_sym_constinit] = ACTIONS(4866), + [anon_sym_consteval] = ACTIONS(4866), + [anon_sym_PROGMEM] = ACTIONS(4866), + [anon_sym_alignas] = ACTIONS(4866), + [anon_sym__Alignas] = ACTIONS(4866), + [anon_sym_COLON] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_STAR_EQ] = ACTIONS(4866), + [anon_sym_SLASH_EQ] = ACTIONS(4866), + [anon_sym_PERCENT_EQ] = ACTIONS(4866), + [anon_sym_PLUS_EQ] = ACTIONS(4866), + [anon_sym_DASH_EQ] = ACTIONS(4866), + [anon_sym_LT_LT_EQ] = ACTIONS(4866), + [anon_sym_GT_GT_EQ] = ACTIONS(4864), + [anon_sym_AMP_EQ] = ACTIONS(4866), + [anon_sym_CARET_EQ] = ACTIONS(4866), + [anon_sym_PIPE_EQ] = ACTIONS(4866), + [anon_sym_and_eq] = ACTIONS(4866), + [anon_sym_or_eq] = ACTIONS(4866), + [anon_sym_xor_eq] = ACTIONS(4866), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4866), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4866), + [anon_sym_not_eq] = ACTIONS(4866), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4866), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2575), - [anon_sym_decltype] = ACTIONS(2575), - [anon_sym_explicit] = ACTIONS(2575), - [anon_sym_typename] = ACTIONS(2575), - [anon_sym_template] = ACTIONS(2575), - [anon_sym_operator] = ACTIONS(2575), - [anon_sym_friend] = ACTIONS(2575), - [anon_sym_public] = ACTIONS(2575), - [anon_sym_private] = ACTIONS(2575), - [anon_sym_protected] = ACTIONS(2575), - [anon_sym_using] = ACTIONS(2575), - [anon_sym_static_assert] = ACTIONS(2575), - [anon_sym_catch] = ACTIONS(5585), + [sym_auto] = ACTIONS(4866), + [anon_sym_decltype] = ACTIONS(4866), + [anon_sym_final] = ACTIONS(4866), + [anon_sym_override] = ACTIONS(4866), + [anon_sym_GT2] = ACTIONS(4866), }, - [1828] = { - [sym_catch_clause] = STATE(1809), - [aux_sym_constructor_try_statement_repeat1] = STATE(1809), - [sym_identifier] = ACTIONS(2579), - [aux_sym_preproc_def_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token1] = ACTIONS(2579), - [aux_sym_preproc_if_token2] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), - [sym_preproc_directive] = ACTIONS(2579), - [anon_sym_LPAREN2] = ACTIONS(2581), - [anon_sym_TILDE] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_AMP_AMP] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym___extension__] = ACTIONS(2579), - [anon_sym_typedef] = ACTIONS(2579), - [anon_sym_virtual] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym___attribute__] = ACTIONS(2579), - [anon_sym___attribute] = ACTIONS(2579), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), - [anon_sym___declspec] = ACTIONS(2579), - [anon_sym___based] = ACTIONS(2579), - [anon_sym_signed] = ACTIONS(2579), - [anon_sym_unsigned] = ACTIONS(2579), - [anon_sym_long] = ACTIONS(2579), - [anon_sym_short] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_register] = ACTIONS(2579), - [anon_sym_inline] = ACTIONS(2579), - [anon_sym___inline] = ACTIONS(2579), - [anon_sym___inline__] = ACTIONS(2579), - [anon_sym___forceinline] = ACTIONS(2579), - [anon_sym_thread_local] = ACTIONS(2579), - [anon_sym___thread] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_constexpr] = ACTIONS(2579), - [anon_sym_volatile] = ACTIONS(2579), - [anon_sym_restrict] = ACTIONS(2579), - [anon_sym___restrict__] = ACTIONS(2579), - [anon_sym__Atomic] = ACTIONS(2579), - [anon_sym__Noreturn] = ACTIONS(2579), - [anon_sym_noreturn] = ACTIONS(2579), - [anon_sym__Nonnull] = ACTIONS(2579), - [anon_sym_mutable] = ACTIONS(2579), - [anon_sym_constinit] = ACTIONS(2579), - [anon_sym_consteval] = ACTIONS(2579), - [anon_sym_PROGMEM] = ACTIONS(2579), - [anon_sym_alignas] = ACTIONS(2579), - [anon_sym__Alignas] = ACTIONS(2579), - [aux_sym_primitive_type_token1] = ACTIONS(2579), - [anon_sym_byte] = ACTIONS(2579), - [anon_sym_word] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_class] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), + [1659] = { + [sym__declaration_modifiers] = STATE(1863), + [sym__declaration_specifiers] = STATE(3989), + [sym_attribute_specifier] = STATE(1863), + [sym_attribute_declaration] = STATE(1863), + [sym_ms_declspec_modifier] = STATE(1863), + [sym_storage_class_specifier] = STATE(1863), + [sym_type_qualifier] = STATE(1863), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_parameter_declaration] = STATE(7731), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_optional_parameter_declaration] = STATE(7731), + [sym_variadic_parameter_declaration] = STATE(7731), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1863), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1862), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), + }, + [1660] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4856), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4856), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4856), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4856), + [anon_sym_GT_GT] = ACTIONS(4856), + [anon_sym___extension__] = ACTIONS(4858), + [anon_sym___attribute__] = ACTIONS(4858), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_LBRACK] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4858), + [anon_sym_volatile] = ACTIONS(4858), + [anon_sym_restrict] = ACTIONS(4858), + [anon_sym___restrict__] = ACTIONS(4858), + [anon_sym__Atomic] = ACTIONS(4858), + [anon_sym__Noreturn] = ACTIONS(4858), + [anon_sym_noreturn] = ACTIONS(4858), + [anon_sym__Nonnull] = ACTIONS(4858), + [anon_sym_mutable] = ACTIONS(4858), + [anon_sym_constinit] = ACTIONS(4858), + [anon_sym_consteval] = ACTIONS(4858), + [anon_sym_PROGMEM] = ACTIONS(4858), + [anon_sym_alignas] = ACTIONS(4858), + [anon_sym__Alignas] = ACTIONS(4858), + [anon_sym_COLON] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_STAR_EQ] = ACTIONS(4858), + [anon_sym_SLASH_EQ] = ACTIONS(4858), + [anon_sym_PERCENT_EQ] = ACTIONS(4858), + [anon_sym_PLUS_EQ] = ACTIONS(4858), + [anon_sym_DASH_EQ] = ACTIONS(4858), + [anon_sym_LT_LT_EQ] = ACTIONS(4858), + [anon_sym_GT_GT_EQ] = ACTIONS(4856), + [anon_sym_AMP_EQ] = ACTIONS(4858), + [anon_sym_CARET_EQ] = ACTIONS(4858), + [anon_sym_PIPE_EQ] = ACTIONS(4858), + [anon_sym_and_eq] = ACTIONS(4858), + [anon_sym_or_eq] = ACTIONS(4858), + [anon_sym_xor_eq] = ACTIONS(4858), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4858), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4858), + [anon_sym_not_eq] = ACTIONS(4858), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4858), + [anon_sym_decltype] = ACTIONS(4858), + [anon_sym_final] = ACTIONS(4858), + [anon_sym_override] = ACTIONS(4858), + [anon_sym_GT2] = ACTIONS(4858), + }, + [1661] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [aux_sym_preproc_else_token1] = ACTIONS(1920), + [aux_sym_preproc_elif_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(5272), + [anon_sym___attribute] = ACTIONS(5272), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + }, + [1662] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4872), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4872), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4872), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4872), + [anon_sym_GT_GT] = ACTIONS(4872), + [anon_sym___extension__] = ACTIONS(4874), + [anon_sym___attribute__] = ACTIONS(4874), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_LBRACK] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4874), + [anon_sym_volatile] = ACTIONS(4874), + [anon_sym_restrict] = ACTIONS(4874), + [anon_sym___restrict__] = ACTIONS(4874), + [anon_sym__Atomic] = ACTIONS(4874), + [anon_sym__Noreturn] = ACTIONS(4874), + [anon_sym_noreturn] = ACTIONS(4874), + [anon_sym__Nonnull] = ACTIONS(4874), + [anon_sym_mutable] = ACTIONS(4874), + [anon_sym_constinit] = ACTIONS(4874), + [anon_sym_consteval] = ACTIONS(4874), + [anon_sym_PROGMEM] = ACTIONS(4874), + [anon_sym_alignas] = ACTIONS(4874), + [anon_sym__Alignas] = ACTIONS(4874), + [anon_sym_COLON] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_STAR_EQ] = ACTIONS(4874), + [anon_sym_SLASH_EQ] = ACTIONS(4874), + [anon_sym_PERCENT_EQ] = ACTIONS(4874), + [anon_sym_PLUS_EQ] = ACTIONS(4874), + [anon_sym_DASH_EQ] = ACTIONS(4874), + [anon_sym_LT_LT_EQ] = ACTIONS(4874), + [anon_sym_GT_GT_EQ] = ACTIONS(4872), + [anon_sym_AMP_EQ] = ACTIONS(4874), + [anon_sym_CARET_EQ] = ACTIONS(4874), + [anon_sym_PIPE_EQ] = ACTIONS(4874), + [anon_sym_and_eq] = ACTIONS(4874), + [anon_sym_or_eq] = ACTIONS(4874), + [anon_sym_xor_eq] = ACTIONS(4874), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4874), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4874), + [anon_sym_not_eq] = ACTIONS(4874), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4874), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4874), + [anon_sym_decltype] = ACTIONS(4874), + [anon_sym_final] = ACTIONS(4874), + [anon_sym_override] = ACTIONS(4874), + [anon_sym_GT2] = ACTIONS(4874), + }, + [1663] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [aux_sym_preproc_else_token1] = ACTIONS(1920), + [aux_sym_preproc_elif_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + }, + [1664] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token2] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [aux_sym_preproc_else_token1] = ACTIONS(1924), + [aux_sym_preproc_elif_token1] = ACTIONS(1924), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_friend] = ACTIONS(1924), + [anon_sym_public] = ACTIONS(1924), + [anon_sym_private] = ACTIONS(1924), + [anon_sym_protected] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), + }, + [1665] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4868), + [anon_sym_STAR] = ACTIONS(4868), + [anon_sym_SLASH] = ACTIONS(4868), + [anon_sym_PERCENT] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_PIPE] = ACTIONS(4868), + [anon_sym_CARET] = ACTIONS(4868), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4868), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4868), + [anon_sym_GT_GT] = ACTIONS(4868), + [anon_sym___extension__] = ACTIONS(4870), + [anon_sym___attribute__] = ACTIONS(4870), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_LBRACK] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4870), + [anon_sym_volatile] = ACTIONS(4870), + [anon_sym_restrict] = ACTIONS(4870), + [anon_sym___restrict__] = ACTIONS(4870), + [anon_sym__Atomic] = ACTIONS(4870), + [anon_sym__Noreturn] = ACTIONS(4870), + [anon_sym_noreturn] = ACTIONS(4870), + [anon_sym__Nonnull] = ACTIONS(4870), + [anon_sym_mutable] = ACTIONS(4870), + [anon_sym_constinit] = ACTIONS(4870), + [anon_sym_consteval] = ACTIONS(4870), + [anon_sym_PROGMEM] = ACTIONS(4870), + [anon_sym_alignas] = ACTIONS(4870), + [anon_sym__Alignas] = ACTIONS(4870), + [anon_sym_COLON] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_STAR_EQ] = ACTIONS(4870), + [anon_sym_SLASH_EQ] = ACTIONS(4870), + [anon_sym_PERCENT_EQ] = ACTIONS(4870), + [anon_sym_PLUS_EQ] = ACTIONS(4870), + [anon_sym_DASH_EQ] = ACTIONS(4870), + [anon_sym_LT_LT_EQ] = ACTIONS(4870), + [anon_sym_GT_GT_EQ] = ACTIONS(4868), + [anon_sym_AMP_EQ] = ACTIONS(4870), + [anon_sym_CARET_EQ] = ACTIONS(4870), + [anon_sym_PIPE_EQ] = ACTIONS(4870), + [anon_sym_and_eq] = ACTIONS(4870), + [anon_sym_or_eq] = ACTIONS(4870), + [anon_sym_xor_eq] = ACTIONS(4870), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), + [anon_sym_bitor] = ACTIONS(4870), + [anon_sym_xor] = ACTIONS(4868), + [anon_sym_bitand] = ACTIONS(4870), + [anon_sym_not_eq] = ACTIONS(4870), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4868), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4870), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4870), + [anon_sym_decltype] = ACTIONS(4870), + [anon_sym_final] = ACTIONS(4870), + [anon_sym_override] = ACTIONS(4870), + [anon_sym_GT2] = ACTIONS(4870), + }, + [1666] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4848), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4848), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4848), + [anon_sym_GT_GT] = ACTIONS(4848), + [anon_sym___extension__] = ACTIONS(4850), + [anon_sym___attribute__] = ACTIONS(4850), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4850), + [anon_sym_volatile] = ACTIONS(4850), + [anon_sym_restrict] = ACTIONS(4850), + [anon_sym___restrict__] = ACTIONS(4850), + [anon_sym__Atomic] = ACTIONS(4850), + [anon_sym__Noreturn] = ACTIONS(4850), + [anon_sym_noreturn] = ACTIONS(4850), + [anon_sym__Nonnull] = ACTIONS(4850), + [anon_sym_mutable] = ACTIONS(4850), + [anon_sym_constinit] = ACTIONS(4850), + [anon_sym_consteval] = ACTIONS(4850), + [anon_sym_PROGMEM] = ACTIONS(4850), + [anon_sym_alignas] = ACTIONS(4850), + [anon_sym__Alignas] = ACTIONS(4850), + [anon_sym_COLON] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_LT_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_GT_EQ] = ACTIONS(4848), + [anon_sym_AMP_EQ] = ACTIONS(4850), + [anon_sym_CARET_EQ] = ACTIONS(4850), + [anon_sym_PIPE_EQ] = ACTIONS(4850), + [anon_sym_and_eq] = ACTIONS(4850), + [anon_sym_or_eq] = ACTIONS(4850), + [anon_sym_xor_eq] = ACTIONS(4850), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4850), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4850), + [anon_sym_not_eq] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4850), + [anon_sym_decltype] = ACTIONS(4850), + [anon_sym_final] = ACTIONS(4850), + [anon_sym_override] = ACTIONS(4850), + [anon_sym_GT2] = ACTIONS(4850), + }, + [1667] = { + [sym_string_literal] = STATE(1671), + [sym_template_argument_list] = STATE(2310), + [sym_raw_string_literal] = STATE(1671), + [sym_identifier] = ACTIONS(4117), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), + [aux_sym_preproc_if_token2] = ACTIONS(4109), + [aux_sym_preproc_else_token1] = ACTIONS(4109), + [aux_sym_preproc_elif_token1] = ACTIONS(4117), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4109), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_RBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_COLON] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4117), + [anon_sym_or_eq] = ACTIONS(4117), + [anon_sym_xor_eq] = ACTIONS(4117), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4117), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4117), + [anon_sym_not_eq] = ACTIONS(4117), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2579), - [anon_sym_decltype] = ACTIONS(2579), - [anon_sym_explicit] = ACTIONS(2579), - [anon_sym_typename] = ACTIONS(2579), - [anon_sym_template] = ACTIONS(2579), - [anon_sym_operator] = ACTIONS(2579), - [anon_sym_friend] = ACTIONS(2579), - [anon_sym_public] = ACTIONS(2579), - [anon_sym_private] = ACTIONS(2579), - [anon_sym_protected] = ACTIONS(2579), - [anon_sym_using] = ACTIONS(2579), - [anon_sym_static_assert] = ACTIONS(2579), - [anon_sym_catch] = ACTIONS(5585), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), }, - [1829] = { + [1668] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4852), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4852), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4852), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4852), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4852), + [anon_sym_GT_GT] = ACTIONS(4852), + [anon_sym___extension__] = ACTIONS(4854), + [anon_sym___attribute__] = ACTIONS(4854), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_LBRACK] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4854), + [anon_sym_volatile] = ACTIONS(4854), + [anon_sym_restrict] = ACTIONS(4854), + [anon_sym___restrict__] = ACTIONS(4854), + [anon_sym__Atomic] = ACTIONS(4854), + [anon_sym__Noreturn] = ACTIONS(4854), + [anon_sym_noreturn] = ACTIONS(4854), + [anon_sym__Nonnull] = ACTIONS(4854), + [anon_sym_mutable] = ACTIONS(4854), + [anon_sym_constinit] = ACTIONS(4854), + [anon_sym_consteval] = ACTIONS(4854), + [anon_sym_PROGMEM] = ACTIONS(4854), + [anon_sym_alignas] = ACTIONS(4854), + [anon_sym__Alignas] = ACTIONS(4854), + [anon_sym_COLON] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_STAR_EQ] = ACTIONS(4854), + [anon_sym_SLASH_EQ] = ACTIONS(4854), + [anon_sym_PERCENT_EQ] = ACTIONS(4854), + [anon_sym_PLUS_EQ] = ACTIONS(4854), + [anon_sym_DASH_EQ] = ACTIONS(4854), + [anon_sym_LT_LT_EQ] = ACTIONS(4854), + [anon_sym_GT_GT_EQ] = ACTIONS(4852), + [anon_sym_AMP_EQ] = ACTIONS(4854), + [anon_sym_CARET_EQ] = ACTIONS(4854), + [anon_sym_PIPE_EQ] = ACTIONS(4854), + [anon_sym_and_eq] = ACTIONS(4854), + [anon_sym_or_eq] = ACTIONS(4854), + [anon_sym_xor_eq] = ACTIONS(4854), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4854), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4854), + [anon_sym_not_eq] = ACTIONS(4854), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4854), + [anon_sym_decltype] = ACTIONS(4854), + [anon_sym_final] = ACTIONS(4854), + [anon_sym_override] = ACTIONS(4854), + [anon_sym_GT2] = ACTIONS(4854), + }, + [1669] = { + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token2] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [aux_sym_preproc_else_token1] = ACTIONS(3151), + [aux_sym_preproc_elif_token1] = ACTIONS(3151), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_friend] = ACTIONS(3151), + [anon_sym_public] = ACTIONS(3151), + [anon_sym_private] = ACTIONS(3151), + [anon_sym_protected] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + }, + [1670] = { + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token2] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [aux_sym_preproc_else_token1] = ACTIONS(3020), + [aux_sym_preproc_elif_token1] = ACTIONS(3020), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_friend] = ACTIONS(3020), + [anon_sym_public] = ACTIONS(3020), + [anon_sym_private] = ACTIONS(3020), + [anon_sym_protected] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + }, + [1671] = { + [sym_string_literal] = STATE(1683), + [sym_raw_string_literal] = STATE(1683), + [aux_sym_concatenated_string_repeat1] = STATE(1683), + [sym_identifier] = ACTIONS(5277), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5279), + [anon_sym_COMMA] = ACTIONS(5279), + [anon_sym_RPAREN] = ACTIONS(5279), + [aux_sym_preproc_if_token2] = ACTIONS(5279), + [aux_sym_preproc_else_token1] = ACTIONS(5279), + [aux_sym_preproc_elif_token1] = ACTIONS(5281), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5279), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5279), + [anon_sym_LPAREN2] = ACTIONS(5279), + [anon_sym_DASH] = ACTIONS(5281), + [anon_sym_PLUS] = ACTIONS(5281), + [anon_sym_STAR] = ACTIONS(5281), + [anon_sym_SLASH] = ACTIONS(5281), + [anon_sym_PERCENT] = ACTIONS(5281), + [anon_sym_PIPE_PIPE] = ACTIONS(5279), + [anon_sym_AMP_AMP] = ACTIONS(5279), + [anon_sym_PIPE] = ACTIONS(5281), + [anon_sym_CARET] = ACTIONS(5281), + [anon_sym_AMP] = ACTIONS(5281), + [anon_sym_EQ_EQ] = ACTIONS(5279), + [anon_sym_BANG_EQ] = ACTIONS(5279), + [anon_sym_GT] = ACTIONS(5281), + [anon_sym_GT_EQ] = ACTIONS(5279), + [anon_sym_LT_EQ] = ACTIONS(5281), + [anon_sym_LT] = ACTIONS(5281), + [anon_sym_LT_LT] = ACTIONS(5281), + [anon_sym_GT_GT] = ACTIONS(5281), + [anon_sym_SEMI] = ACTIONS(5279), + [anon_sym_RBRACE] = ACTIONS(5279), + [anon_sym_LBRACK] = ACTIONS(5279), + [anon_sym_RBRACK] = ACTIONS(5279), + [anon_sym_EQ] = ACTIONS(5281), + [anon_sym_COLON] = ACTIONS(5279), + [anon_sym_QMARK] = ACTIONS(5279), + [anon_sym_STAR_EQ] = ACTIONS(5279), + [anon_sym_SLASH_EQ] = ACTIONS(5279), + [anon_sym_PERCENT_EQ] = ACTIONS(5279), + [anon_sym_PLUS_EQ] = ACTIONS(5279), + [anon_sym_DASH_EQ] = ACTIONS(5279), + [anon_sym_LT_LT_EQ] = ACTIONS(5279), + [anon_sym_GT_GT_EQ] = ACTIONS(5279), + [anon_sym_AMP_EQ] = ACTIONS(5279), + [anon_sym_CARET_EQ] = ACTIONS(5279), + [anon_sym_PIPE_EQ] = ACTIONS(5279), + [anon_sym_and_eq] = ACTIONS(5281), + [anon_sym_or_eq] = ACTIONS(5281), + [anon_sym_xor_eq] = ACTIONS(5281), + [anon_sym_LT_EQ_GT] = ACTIONS(5279), + [anon_sym_or] = ACTIONS(5281), + [anon_sym_and] = ACTIONS(5281), + [anon_sym_bitor] = ACTIONS(5281), + [anon_sym_xor] = ACTIONS(5281), + [anon_sym_bitand] = ACTIONS(5281), + [anon_sym_not_eq] = ACTIONS(5281), + [anon_sym_DASH_DASH] = ACTIONS(5279), + [anon_sym_PLUS_PLUS] = ACTIONS(5279), + [anon_sym_DOT] = ACTIONS(5281), + [anon_sym_DOT_STAR] = ACTIONS(5279), + [anon_sym_DASH_GT] = ACTIONS(5279), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [sym_literal_suffix] = ACTIONS(5281), + }, + [1672] = { + [sym_identifier] = ACTIONS(5283), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5285), + [anon_sym_COMMA] = ACTIONS(5285), + [anon_sym_RPAREN] = ACTIONS(5285), + [anon_sym_LPAREN2] = ACTIONS(5285), + [anon_sym_DASH] = ACTIONS(5283), + [anon_sym_PLUS] = ACTIONS(5283), + [anon_sym_STAR] = ACTIONS(5285), + [anon_sym_SLASH] = ACTIONS(5283), + [anon_sym_PERCENT] = ACTIONS(5285), + [anon_sym_PIPE_PIPE] = ACTIONS(5285), + [anon_sym_AMP_AMP] = ACTIONS(5285), + [anon_sym_PIPE] = ACTIONS(5283), + [anon_sym_CARET] = ACTIONS(5285), + [anon_sym_AMP] = ACTIONS(5283), + [anon_sym_EQ_EQ] = ACTIONS(5285), + [anon_sym_BANG_EQ] = ACTIONS(5285), + [anon_sym_GT] = ACTIONS(5283), + [anon_sym_GT_EQ] = ACTIONS(5285), + [anon_sym_LT_EQ] = ACTIONS(5283), + [anon_sym_LT] = ACTIONS(5283), + [anon_sym_LT_LT] = ACTIONS(5285), + [anon_sym_GT_GT] = ACTIONS(5285), + [anon_sym_SEMI] = ACTIONS(5285), + [anon_sym___extension__] = ACTIONS(5283), + [anon_sym___attribute__] = ACTIONS(5283), + [anon_sym___attribute] = ACTIONS(5283), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym___based] = ACTIONS(5283), + [anon_sym_LBRACE] = ACTIONS(5285), + [anon_sym_RBRACE] = ACTIONS(5285), + [anon_sym_signed] = ACTIONS(5283), + [anon_sym_unsigned] = ACTIONS(5283), + [anon_sym_long] = ACTIONS(5283), + [anon_sym_short] = ACTIONS(5283), + [anon_sym_LBRACK] = ACTIONS(5285), + [anon_sym_RBRACK] = ACTIONS(5285), + [anon_sym_const] = ACTIONS(5283), + [anon_sym_constexpr] = ACTIONS(5283), + [anon_sym_volatile] = ACTIONS(5283), + [anon_sym_restrict] = ACTIONS(5283), + [anon_sym___restrict__] = ACTIONS(5283), + [anon_sym__Atomic] = ACTIONS(5283), + [anon_sym__Noreturn] = ACTIONS(5283), + [anon_sym_noreturn] = ACTIONS(5283), + [anon_sym__Nonnull] = ACTIONS(5283), + [anon_sym_mutable] = ACTIONS(5283), + [anon_sym_constinit] = ACTIONS(5283), + [anon_sym_consteval] = ACTIONS(5283), + [anon_sym_PROGMEM] = ACTIONS(5283), + [anon_sym_alignas] = ACTIONS(5283), + [anon_sym__Alignas] = ACTIONS(5283), + [aux_sym_primitive_type_token1] = ACTIONS(5283), + [anon_sym_byte] = ACTIONS(5283), + [anon_sym_word] = ACTIONS(5283), + [anon_sym_COLON] = ACTIONS(5283), + [anon_sym_QMARK] = ACTIONS(5285), + [anon_sym_LT_EQ_GT] = ACTIONS(5285), + [anon_sym_or] = ACTIONS(5283), + [anon_sym_and] = ACTIONS(5283), + [anon_sym_bitor] = ACTIONS(5283), + [anon_sym_xor] = ACTIONS(5283), + [anon_sym_bitand] = ACTIONS(5283), + [anon_sym_not_eq] = ACTIONS(5283), + [anon_sym_DASH_DASH] = ACTIONS(5285), + [anon_sym_PLUS_PLUS] = ACTIONS(5285), + [anon_sym_DOT] = ACTIONS(5283), + [anon_sym_DOT_STAR] = ACTIONS(5285), + [anon_sym_DASH_GT] = ACTIONS(5285), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5283), + [anon_sym_decltype] = ACTIONS(5283), + [anon_sym_final] = ACTIONS(5283), + [anon_sym_override] = ACTIONS(5283), + [anon_sym_requires] = ACTIONS(5283), + }, + [1673] = { [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token2] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [aux_sym_preproc_else_token1] = ACTIONS(5289), + [aux_sym_preproc_elif_token1] = ACTIONS(5289), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), + [anon_sym_TILDE] = ACTIONS(5291), [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5291), [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5291), - [anon_sym_GT_GT] = ACTIONS(5291), [anon_sym_SEMI] = ACTIONS(5291), [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), [anon_sym___attribute__] = ACTIONS(5289), [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), [anon_sym___based] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), [anon_sym_signed] = ACTIONS(5289), [anon_sym_unsigned] = ACTIONS(5289), [anon_sym_long] = ACTIONS(5289), [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), [anon_sym_const] = ACTIONS(5289), [anon_sym_constexpr] = ACTIONS(5289), [anon_sym_volatile] = ACTIONS(5289), @@ -260696,10394 +248734,15567 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(5289), [anon_sym_byte] = ACTIONS(5289), [anon_sym_word] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5291), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), [sym_comment] = ACTIONS(3), [sym_auto] = ACTIONS(5289), [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), }, - [1830] = { - [sym_catch_clause] = STATE(1830), - [aux_sym_constructor_try_statement_repeat1] = STATE(1830), - [sym_identifier] = ACTIONS(2562), - [aux_sym_preproc_def_token1] = ACTIONS(2562), - [aux_sym_preproc_if_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), - [sym_preproc_directive] = ACTIONS(2562), - [anon_sym_LPAREN2] = ACTIONS(2564), - [anon_sym_TILDE] = ACTIONS(2564), - [anon_sym_STAR] = ACTIONS(2564), - [anon_sym_AMP_AMP] = ACTIONS(2564), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_SEMI] = ACTIONS(2564), - [anon_sym___extension__] = ACTIONS(2562), - [anon_sym_typedef] = ACTIONS(2562), - [anon_sym_virtual] = ACTIONS(2562), - [anon_sym_extern] = ACTIONS(2562), - [anon_sym___attribute__] = ACTIONS(2562), - [anon_sym___attribute] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), - [anon_sym___declspec] = ACTIONS(2562), - [anon_sym___based] = ACTIONS(2562), - [anon_sym_RBRACE] = ACTIONS(2564), - [anon_sym_signed] = ACTIONS(2562), - [anon_sym_unsigned] = ACTIONS(2562), - [anon_sym_long] = ACTIONS(2562), - [anon_sym_short] = ACTIONS(2562), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_static] = ACTIONS(2562), - [anon_sym_register] = ACTIONS(2562), - [anon_sym_inline] = ACTIONS(2562), - [anon_sym___inline] = ACTIONS(2562), - [anon_sym___inline__] = ACTIONS(2562), - [anon_sym___forceinline] = ACTIONS(2562), - [anon_sym_thread_local] = ACTIONS(2562), - [anon_sym___thread] = ACTIONS(2562), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym___restrict__] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym__Noreturn] = ACTIONS(2562), - [anon_sym_noreturn] = ACTIONS(2562), - [anon_sym__Nonnull] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constinit] = ACTIONS(2562), - [anon_sym_consteval] = ACTIONS(2562), - [anon_sym_PROGMEM] = ACTIONS(2562), - [anon_sym_alignas] = ACTIONS(2562), - [anon_sym__Alignas] = ACTIONS(2562), - [aux_sym_primitive_type_token1] = ACTIONS(2562), - [anon_sym_byte] = ACTIONS(2562), - [anon_sym_word] = ACTIONS(2562), - [anon_sym_enum] = ACTIONS(2562), - [anon_sym_class] = ACTIONS(2562), - [anon_sym_struct] = ACTIONS(2562), - [anon_sym_union] = ACTIONS(2562), + [1674] = { + [sym_identifier] = ACTIONS(3088), + [aux_sym_preproc_def_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token2] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), + [aux_sym_preproc_else_token1] = ACTIONS(3088), + [aux_sym_preproc_elif_token1] = ACTIONS(3088), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3088), + [sym_preproc_directive] = ACTIONS(3088), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym___extension__] = ACTIONS(3088), + [anon_sym_typedef] = ACTIONS(3088), + [anon_sym_virtual] = ACTIONS(3088), + [anon_sym_extern] = ACTIONS(3088), + [anon_sym___attribute__] = ACTIONS(3088), + [anon_sym___attribute] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), + [anon_sym___declspec] = ACTIONS(3088), + [anon_sym___based] = ACTIONS(3088), + [anon_sym_signed] = ACTIONS(3088), + [anon_sym_unsigned] = ACTIONS(3088), + [anon_sym_long] = ACTIONS(3088), + [anon_sym_short] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_static] = ACTIONS(3088), + [anon_sym_register] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym___inline] = ACTIONS(3088), + [anon_sym___inline__] = ACTIONS(3088), + [anon_sym___forceinline] = ACTIONS(3088), + [anon_sym_thread_local] = ACTIONS(3088), + [anon_sym___thread] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_constexpr] = ACTIONS(3088), + [anon_sym_volatile] = ACTIONS(3088), + [anon_sym_restrict] = ACTIONS(3088), + [anon_sym___restrict__] = ACTIONS(3088), + [anon_sym__Atomic] = ACTIONS(3088), + [anon_sym__Noreturn] = ACTIONS(3088), + [anon_sym_noreturn] = ACTIONS(3088), + [anon_sym__Nonnull] = ACTIONS(3088), + [anon_sym_mutable] = ACTIONS(3088), + [anon_sym_constinit] = ACTIONS(3088), + [anon_sym_consteval] = ACTIONS(3088), + [anon_sym_PROGMEM] = ACTIONS(3088), + [anon_sym_alignas] = ACTIONS(3088), + [anon_sym__Alignas] = ACTIONS(3088), + [aux_sym_primitive_type_token1] = ACTIONS(3088), + [anon_sym_byte] = ACTIONS(3088), + [anon_sym_word] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_class] = ACTIONS(3088), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2562), - [anon_sym_decltype] = ACTIONS(2562), - [anon_sym_explicit] = ACTIONS(2562), - [anon_sym_typename] = ACTIONS(2562), - [anon_sym_template] = ACTIONS(2562), - [anon_sym_operator] = ACTIONS(2562), - [anon_sym_friend] = ACTIONS(2562), - [anon_sym_public] = ACTIONS(2562), - [anon_sym_private] = ACTIONS(2562), - [anon_sym_protected] = ACTIONS(2562), - [anon_sym_using] = ACTIONS(2562), - [anon_sym_static_assert] = ACTIONS(2562), - [anon_sym_catch] = ACTIONS(5607), + [sym_auto] = ACTIONS(3088), + [anon_sym_decltype] = ACTIONS(3088), + [anon_sym_explicit] = ACTIONS(3088), + [anon_sym_typename] = ACTIONS(3088), + [anon_sym_template] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_friend] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_using] = ACTIONS(3088), + [anon_sym_static_assert] = ACTIONS(3088), }, - [1831] = { - [sym_identifier] = ACTIONS(5610), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5612), - [anon_sym_COMMA] = ACTIONS(5612), - [anon_sym_RPAREN] = ACTIONS(5612), - [anon_sym_LPAREN2] = ACTIONS(5612), - [anon_sym_DASH] = ACTIONS(5610), - [anon_sym_PLUS] = ACTIONS(5610), - [anon_sym_STAR] = ACTIONS(5612), - [anon_sym_SLASH] = ACTIONS(5610), - [anon_sym_PERCENT] = ACTIONS(5612), - [anon_sym_PIPE_PIPE] = ACTIONS(5612), - [anon_sym_AMP_AMP] = ACTIONS(5612), - [anon_sym_PIPE] = ACTIONS(5610), - [anon_sym_CARET] = ACTIONS(5612), - [anon_sym_AMP] = ACTIONS(5610), - [anon_sym_EQ_EQ] = ACTIONS(5612), - [anon_sym_BANG_EQ] = ACTIONS(5612), - [anon_sym_GT] = ACTIONS(5610), - [anon_sym_GT_EQ] = ACTIONS(5612), - [anon_sym_LT_EQ] = ACTIONS(5610), - [anon_sym_LT] = ACTIONS(5610), - [anon_sym_LT_LT] = ACTIONS(5612), - [anon_sym_GT_GT] = ACTIONS(5612), - [anon_sym_SEMI] = ACTIONS(5612), - [anon_sym___extension__] = ACTIONS(5610), - [anon_sym___attribute__] = ACTIONS(5610), - [anon_sym___attribute] = ACTIONS(5610), - [anon_sym___based] = ACTIONS(5610), - [anon_sym_LBRACE] = ACTIONS(5612), - [anon_sym_RBRACE] = ACTIONS(5612), - [anon_sym_signed] = ACTIONS(5610), - [anon_sym_unsigned] = ACTIONS(5610), - [anon_sym_long] = ACTIONS(5610), - [anon_sym_short] = ACTIONS(5610), - [anon_sym_LBRACK] = ACTIONS(5612), - [anon_sym_RBRACK] = ACTIONS(5612), - [anon_sym_const] = ACTIONS(5610), - [anon_sym_constexpr] = ACTIONS(5610), - [anon_sym_volatile] = ACTIONS(5610), - [anon_sym_restrict] = ACTIONS(5610), - [anon_sym___restrict__] = ACTIONS(5610), - [anon_sym__Atomic] = ACTIONS(5610), - [anon_sym__Noreturn] = ACTIONS(5610), - [anon_sym_noreturn] = ACTIONS(5610), - [anon_sym__Nonnull] = ACTIONS(5610), - [anon_sym_mutable] = ACTIONS(5610), - [anon_sym_constinit] = ACTIONS(5610), - [anon_sym_consteval] = ACTIONS(5610), - [anon_sym_PROGMEM] = ACTIONS(5610), - [anon_sym_alignas] = ACTIONS(5610), - [anon_sym__Alignas] = ACTIONS(5610), - [aux_sym_primitive_type_token1] = ACTIONS(5610), - [anon_sym_byte] = ACTIONS(5610), - [anon_sym_word] = ACTIONS(5610), - [anon_sym_COLON] = ACTIONS(5612), - [anon_sym_QMARK] = ACTIONS(5612), - [anon_sym_LT_EQ_GT] = ACTIONS(5612), - [anon_sym_or] = ACTIONS(5610), - [anon_sym_and] = ACTIONS(5610), - [anon_sym_bitor] = ACTIONS(5610), - [anon_sym_xor] = ACTIONS(5610), - [anon_sym_bitand] = ACTIONS(5610), - [anon_sym_not_eq] = ACTIONS(5610), - [anon_sym_DASH_DASH] = ACTIONS(5612), - [anon_sym_PLUS_PLUS] = ACTIONS(5612), - [anon_sym_DOT] = ACTIONS(5610), - [anon_sym_DOT_STAR] = ACTIONS(5612), - [anon_sym_DASH_GT] = ACTIONS(5612), + [1675] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token2] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [aux_sym_preproc_else_token1] = ACTIONS(3092), + [aux_sym_preproc_elif_token1] = ACTIONS(3092), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_friend] = ACTIONS(3092), + [anon_sym_public] = ACTIONS(3092), + [anon_sym_private] = ACTIONS(3092), + [anon_sym_protected] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + }, + [1676] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [aux_sym_preproc_else_token1] = ACTIONS(5293), + [aux_sym_preproc_elif_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [1677] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [aux_sym_preproc_else_token1] = ACTIONS(3100), + [aux_sym_preproc_elif_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + }, + [1678] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4874), + [anon_sym_COMMA] = ACTIONS(4874), + [anon_sym_RPAREN] = ACTIONS(4874), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4872), + [anon_sym_STAR] = ACTIONS(4874), + [anon_sym_SLASH] = ACTIONS(4872), + [anon_sym_PERCENT] = ACTIONS(4874), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_PIPE] = ACTIONS(4872), + [anon_sym_CARET] = ACTIONS(4874), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4874), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4872), + [anon_sym_LT_LT] = ACTIONS(4874), + [anon_sym_GT_GT] = ACTIONS(4874), + [anon_sym_SEMI] = ACTIONS(4874), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym___based] = ACTIONS(4872), + [anon_sym_LBRACE] = ACTIONS(4874), + [anon_sym_RBRACE] = ACTIONS(4874), + [anon_sym_signed] = ACTIONS(4872), + [anon_sym_unsigned] = ACTIONS(4872), + [anon_sym_long] = ACTIONS(4872), + [anon_sym_short] = ACTIONS(4872), + [anon_sym_LBRACK] = ACTIONS(4874), + [anon_sym_RBRACK] = ACTIONS(4874), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [aux_sym_primitive_type_token1] = ACTIONS(4872), + [anon_sym_byte] = ACTIONS(4872), + [anon_sym_word] = ACTIONS(4872), + [anon_sym_COLON] = ACTIONS(4872), + [anon_sym_QMARK] = ACTIONS(4874), + [anon_sym_LT_EQ_GT] = ACTIONS(4874), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [anon_sym_bitor] = ACTIONS(4872), + [anon_sym_xor] = ACTIONS(4872), + [anon_sym_bitand] = ACTIONS(4872), + [anon_sym_not_eq] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4874), + [anon_sym_PLUS_PLUS] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4872), + [anon_sym_DOT_STAR] = ACTIONS(4874), + [anon_sym_DASH_GT] = ACTIONS(4874), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_final] = ACTIONS(4872), + [anon_sym_override] = ACTIONS(4872), + [anon_sym_requires] = ACTIONS(4872), + }, + [1679] = { + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token2] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [aux_sym_preproc_else_token1] = ACTIONS(3139), + [aux_sym_preproc_elif_token1] = ACTIONS(3139), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_friend] = ACTIONS(3139), + [anon_sym_public] = ACTIONS(3139), + [anon_sym_private] = ACTIONS(3139), + [anon_sym_protected] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + }, + [1680] = { + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token2] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [aux_sym_preproc_else_token1] = ACTIONS(3143), + [aux_sym_preproc_elif_token1] = ACTIONS(3143), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_friend] = ACTIONS(3143), + [anon_sym_public] = ACTIONS(3143), + [anon_sym_private] = ACTIONS(3143), + [anon_sym_protected] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + }, + [1681] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [aux_sym_preproc_else_token1] = ACTIONS(2829), + [aux_sym_preproc_elif_token1] = ACTIONS(2829), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + }, + [1682] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + }, + [1683] = { + [sym_string_literal] = STATE(1752), + [sym_raw_string_literal] = STATE(1752), + [aux_sym_concatenated_string_repeat1] = STATE(1752), + [sym_identifier] = ACTIONS(5297), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5299), + [anon_sym_COMMA] = ACTIONS(5299), + [anon_sym_RPAREN] = ACTIONS(5299), + [aux_sym_preproc_if_token2] = ACTIONS(5299), + [aux_sym_preproc_else_token1] = ACTIONS(5299), + [aux_sym_preproc_elif_token1] = ACTIONS(5301), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5299), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5299), + [anon_sym_LPAREN2] = ACTIONS(5299), + [anon_sym_DASH] = ACTIONS(5301), + [anon_sym_PLUS] = ACTIONS(5301), + [anon_sym_STAR] = ACTIONS(5301), + [anon_sym_SLASH] = ACTIONS(5301), + [anon_sym_PERCENT] = ACTIONS(5301), + [anon_sym_PIPE_PIPE] = ACTIONS(5299), + [anon_sym_AMP_AMP] = ACTIONS(5299), + [anon_sym_PIPE] = ACTIONS(5301), + [anon_sym_CARET] = ACTIONS(5301), + [anon_sym_AMP] = ACTIONS(5301), + [anon_sym_EQ_EQ] = ACTIONS(5299), + [anon_sym_BANG_EQ] = ACTIONS(5299), + [anon_sym_GT] = ACTIONS(5301), + [anon_sym_GT_EQ] = ACTIONS(5299), + [anon_sym_LT_EQ] = ACTIONS(5301), + [anon_sym_LT] = ACTIONS(5301), + [anon_sym_LT_LT] = ACTIONS(5301), + [anon_sym_GT_GT] = ACTIONS(5301), + [anon_sym_SEMI] = ACTIONS(5299), + [anon_sym_RBRACE] = ACTIONS(5299), + [anon_sym_LBRACK] = ACTIONS(5299), + [anon_sym_RBRACK] = ACTIONS(5299), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_COLON] = ACTIONS(5299), + [anon_sym_QMARK] = ACTIONS(5299), + [anon_sym_STAR_EQ] = ACTIONS(5299), + [anon_sym_SLASH_EQ] = ACTIONS(5299), + [anon_sym_PERCENT_EQ] = ACTIONS(5299), + [anon_sym_PLUS_EQ] = ACTIONS(5299), + [anon_sym_DASH_EQ] = ACTIONS(5299), + [anon_sym_LT_LT_EQ] = ACTIONS(5299), + [anon_sym_GT_GT_EQ] = ACTIONS(5299), + [anon_sym_AMP_EQ] = ACTIONS(5299), + [anon_sym_CARET_EQ] = ACTIONS(5299), + [anon_sym_PIPE_EQ] = ACTIONS(5299), + [anon_sym_and_eq] = ACTIONS(5301), + [anon_sym_or_eq] = ACTIONS(5301), + [anon_sym_xor_eq] = ACTIONS(5301), + [anon_sym_LT_EQ_GT] = ACTIONS(5299), + [anon_sym_or] = ACTIONS(5301), + [anon_sym_and] = ACTIONS(5301), + [anon_sym_bitor] = ACTIONS(5301), + [anon_sym_xor] = ACTIONS(5301), + [anon_sym_bitand] = ACTIONS(5301), + [anon_sym_not_eq] = ACTIONS(5301), + [anon_sym_DASH_DASH] = ACTIONS(5299), + [anon_sym_PLUS_PLUS] = ACTIONS(5299), + [anon_sym_DOT] = ACTIONS(5301), + [anon_sym_DOT_STAR] = ACTIONS(5299), + [anon_sym_DASH_GT] = ACTIONS(5299), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5610), - [anon_sym_decltype] = ACTIONS(5610), - [anon_sym_final] = ACTIONS(5610), - [anon_sym_override] = ACTIONS(5610), - [anon_sym_requires] = ACTIONS(5610), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [sym_literal_suffix] = ACTIONS(5301), }, - [1832] = { - [sym_identifier] = ACTIONS(5614), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5616), - [anon_sym_COMMA] = ACTIONS(5616), - [anon_sym_RPAREN] = ACTIONS(5616), - [anon_sym_LPAREN2] = ACTIONS(5616), - [anon_sym_DASH] = ACTIONS(5614), - [anon_sym_PLUS] = ACTIONS(5614), - [anon_sym_STAR] = ACTIONS(5616), - [anon_sym_SLASH] = ACTIONS(5614), - [anon_sym_PERCENT] = ACTIONS(5616), - [anon_sym_PIPE_PIPE] = ACTIONS(5616), - [anon_sym_AMP_AMP] = ACTIONS(5616), - [anon_sym_PIPE] = ACTIONS(5614), - [anon_sym_CARET] = ACTIONS(5616), - [anon_sym_AMP] = ACTIONS(5614), - [anon_sym_EQ_EQ] = ACTIONS(5616), - [anon_sym_BANG_EQ] = ACTIONS(5616), - [anon_sym_GT] = ACTIONS(5614), - [anon_sym_GT_EQ] = ACTIONS(5616), - [anon_sym_LT_EQ] = ACTIONS(5614), - [anon_sym_LT] = ACTIONS(5614), - [anon_sym_LT_LT] = ACTIONS(5616), - [anon_sym_GT_GT] = ACTIONS(5616), - [anon_sym_SEMI] = ACTIONS(5616), - [anon_sym___extension__] = ACTIONS(5614), - [anon_sym___attribute__] = ACTIONS(5614), - [anon_sym___attribute] = ACTIONS(5614), - [anon_sym___based] = ACTIONS(5614), - [anon_sym_LBRACE] = ACTIONS(5616), - [anon_sym_RBRACE] = ACTIONS(5616), - [anon_sym_signed] = ACTIONS(5614), - [anon_sym_unsigned] = ACTIONS(5614), - [anon_sym_long] = ACTIONS(5614), - [anon_sym_short] = ACTIONS(5614), - [anon_sym_LBRACK] = ACTIONS(5616), - [anon_sym_RBRACK] = ACTIONS(5616), - [anon_sym_const] = ACTIONS(5614), - [anon_sym_constexpr] = ACTIONS(5614), - [anon_sym_volatile] = ACTIONS(5614), - [anon_sym_restrict] = ACTIONS(5614), - [anon_sym___restrict__] = ACTIONS(5614), - [anon_sym__Atomic] = ACTIONS(5614), - [anon_sym__Noreturn] = ACTIONS(5614), - [anon_sym_noreturn] = ACTIONS(5614), - [anon_sym__Nonnull] = ACTIONS(5614), - [anon_sym_mutable] = ACTIONS(5614), - [anon_sym_constinit] = ACTIONS(5614), - [anon_sym_consteval] = ACTIONS(5614), - [anon_sym_PROGMEM] = ACTIONS(5614), - [anon_sym_alignas] = ACTIONS(5614), - [anon_sym__Alignas] = ACTIONS(5614), - [aux_sym_primitive_type_token1] = ACTIONS(5614), - [anon_sym_byte] = ACTIONS(5614), - [anon_sym_word] = ACTIONS(5614), - [anon_sym_COLON] = ACTIONS(5616), - [anon_sym_QMARK] = ACTIONS(5616), - [anon_sym_LT_EQ_GT] = ACTIONS(5616), - [anon_sym_or] = ACTIONS(5614), - [anon_sym_and] = ACTIONS(5614), - [anon_sym_bitor] = ACTIONS(5614), - [anon_sym_xor] = ACTIONS(5614), - [anon_sym_bitand] = ACTIONS(5614), - [anon_sym_not_eq] = ACTIONS(5614), - [anon_sym_DASH_DASH] = ACTIONS(5616), - [anon_sym_PLUS_PLUS] = ACTIONS(5616), - [anon_sym_DOT] = ACTIONS(5614), - [anon_sym_DOT_STAR] = ACTIONS(5616), - [anon_sym_DASH_GT] = ACTIONS(5616), + [1684] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [aux_sym_preproc_else_token1] = ACTIONS(2833), + [aux_sym_preproc_elif_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + }, + [1685] = { + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token2] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [aux_sym_preproc_else_token1] = ACTIONS(3024), + [aux_sym_preproc_elif_token1] = ACTIONS(3024), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_friend] = ACTIONS(3024), + [anon_sym_public] = ACTIONS(3024), + [anon_sym_private] = ACTIONS(3024), + [anon_sym_protected] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + }, + [1686] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [aux_sym_preproc_else_token1] = ACTIONS(3100), + [aux_sym_preproc_elif_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + }, + [1687] = { + [sym_identifier] = ACTIONS(5303), + [aux_sym_preproc_def_token1] = ACTIONS(5303), + [aux_sym_preproc_if_token1] = ACTIONS(5303), + [aux_sym_preproc_if_token2] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5303), + [aux_sym_preproc_else_token1] = ACTIONS(5303), + [aux_sym_preproc_elif_token1] = ACTIONS(5303), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5303), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5303), + [sym_preproc_directive] = ACTIONS(5303), + [anon_sym_LPAREN2] = ACTIONS(5305), + [anon_sym_TILDE] = ACTIONS(5305), + [anon_sym_STAR] = ACTIONS(5305), + [anon_sym_AMP_AMP] = ACTIONS(5305), + [anon_sym_AMP] = ACTIONS(5303), + [anon_sym_SEMI] = ACTIONS(5305), + [anon_sym___extension__] = ACTIONS(5303), + [anon_sym_typedef] = ACTIONS(5303), + [anon_sym_virtual] = ACTIONS(5303), + [anon_sym_extern] = ACTIONS(5303), + [anon_sym___attribute__] = ACTIONS(5303), + [anon_sym___attribute] = ACTIONS(5303), + [anon_sym_COLON_COLON] = ACTIONS(5305), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5305), + [anon_sym___declspec] = ACTIONS(5303), + [anon_sym___based] = ACTIONS(5303), + [anon_sym_signed] = ACTIONS(5303), + [anon_sym_unsigned] = ACTIONS(5303), + [anon_sym_long] = ACTIONS(5303), + [anon_sym_short] = ACTIONS(5303), + [anon_sym_LBRACK] = ACTIONS(5303), + [anon_sym_static] = ACTIONS(5303), + [anon_sym_register] = ACTIONS(5303), + [anon_sym_inline] = ACTIONS(5303), + [anon_sym___inline] = ACTIONS(5303), + [anon_sym___inline__] = ACTIONS(5303), + [anon_sym___forceinline] = ACTIONS(5303), + [anon_sym_thread_local] = ACTIONS(5303), + [anon_sym___thread] = ACTIONS(5303), + [anon_sym_const] = ACTIONS(5303), + [anon_sym_constexpr] = ACTIONS(5303), + [anon_sym_volatile] = ACTIONS(5303), + [anon_sym_restrict] = ACTIONS(5303), + [anon_sym___restrict__] = ACTIONS(5303), + [anon_sym__Atomic] = ACTIONS(5303), + [anon_sym__Noreturn] = ACTIONS(5303), + [anon_sym_noreturn] = ACTIONS(5303), + [anon_sym__Nonnull] = ACTIONS(5303), + [anon_sym_mutable] = ACTIONS(5303), + [anon_sym_constinit] = ACTIONS(5303), + [anon_sym_consteval] = ACTIONS(5303), + [anon_sym_PROGMEM] = ACTIONS(5303), + [anon_sym_alignas] = ACTIONS(5303), + [anon_sym__Alignas] = ACTIONS(5303), + [aux_sym_primitive_type_token1] = ACTIONS(5303), + [anon_sym_byte] = ACTIONS(5303), + [anon_sym_word] = ACTIONS(5303), + [anon_sym_enum] = ACTIONS(5303), + [anon_sym_class] = ACTIONS(5303), + [anon_sym_struct] = ACTIONS(5303), + [anon_sym_union] = ACTIONS(5303), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5303), + [anon_sym_decltype] = ACTIONS(5303), + [anon_sym_explicit] = ACTIONS(5303), + [anon_sym_typename] = ACTIONS(5303), + [anon_sym_template] = ACTIONS(5303), + [anon_sym_operator] = ACTIONS(5303), + [anon_sym_friend] = ACTIONS(5303), + [anon_sym_public] = ACTIONS(5303), + [anon_sym_private] = ACTIONS(5303), + [anon_sym_protected] = ACTIONS(5303), + [anon_sym_using] = ACTIONS(5303), + [anon_sym_static_assert] = ACTIONS(5303), + }, + [1688] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token2] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [aux_sym_preproc_else_token1] = ACTIONS(3104), + [aux_sym_preproc_elif_token1] = ACTIONS(3104), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_friend] = ACTIONS(3104), + [anon_sym_public] = ACTIONS(3104), + [anon_sym_private] = ACTIONS(3104), + [anon_sym_protected] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + }, + [1689] = { + [sym_identifier] = ACTIONS(5307), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5309), + [anon_sym_COMMA] = ACTIONS(5309), + [anon_sym_RPAREN] = ACTIONS(5309), + [anon_sym_LPAREN2] = ACTIONS(5309), + [anon_sym_DASH] = ACTIONS(5307), + [anon_sym_PLUS] = ACTIONS(5307), + [anon_sym_STAR] = ACTIONS(5309), + [anon_sym_SLASH] = ACTIONS(5307), + [anon_sym_PERCENT] = ACTIONS(5309), + [anon_sym_PIPE_PIPE] = ACTIONS(5309), + [anon_sym_AMP_AMP] = ACTIONS(5309), + [anon_sym_PIPE] = ACTIONS(5307), + [anon_sym_CARET] = ACTIONS(5309), + [anon_sym_AMP] = ACTIONS(5307), + [anon_sym_EQ_EQ] = ACTIONS(5309), + [anon_sym_BANG_EQ] = ACTIONS(5309), + [anon_sym_GT] = ACTIONS(5307), + [anon_sym_GT_EQ] = ACTIONS(5309), + [anon_sym_LT_EQ] = ACTIONS(5307), + [anon_sym_LT] = ACTIONS(5307), + [anon_sym_LT_LT] = ACTIONS(5309), + [anon_sym_GT_GT] = ACTIONS(5309), + [anon_sym_SEMI] = ACTIONS(5309), + [anon_sym___extension__] = ACTIONS(5307), + [anon_sym___attribute__] = ACTIONS(5307), + [anon_sym___attribute] = ACTIONS(5307), + [anon_sym_COLON_COLON] = ACTIONS(5309), + [anon_sym___based] = ACTIONS(5307), + [anon_sym_LBRACE] = ACTIONS(5309), + [anon_sym_RBRACE] = ACTIONS(5309), + [anon_sym_signed] = ACTIONS(5307), + [anon_sym_unsigned] = ACTIONS(5307), + [anon_sym_long] = ACTIONS(5307), + [anon_sym_short] = ACTIONS(5307), + [anon_sym_LBRACK] = ACTIONS(5309), + [anon_sym_RBRACK] = ACTIONS(5309), + [anon_sym_const] = ACTIONS(5307), + [anon_sym_constexpr] = ACTIONS(5307), + [anon_sym_volatile] = ACTIONS(5307), + [anon_sym_restrict] = ACTIONS(5307), + [anon_sym___restrict__] = ACTIONS(5307), + [anon_sym__Atomic] = ACTIONS(5307), + [anon_sym__Noreturn] = ACTIONS(5307), + [anon_sym_noreturn] = ACTIONS(5307), + [anon_sym__Nonnull] = ACTIONS(5307), + [anon_sym_mutable] = ACTIONS(5307), + [anon_sym_constinit] = ACTIONS(5307), + [anon_sym_consteval] = ACTIONS(5307), + [anon_sym_PROGMEM] = ACTIONS(5307), + [anon_sym_alignas] = ACTIONS(5307), + [anon_sym__Alignas] = ACTIONS(5307), + [aux_sym_primitive_type_token1] = ACTIONS(5307), + [anon_sym_byte] = ACTIONS(5307), + [anon_sym_word] = ACTIONS(5307), + [anon_sym_COLON] = ACTIONS(5307), + [anon_sym_QMARK] = ACTIONS(5309), + [anon_sym_LT_EQ_GT] = ACTIONS(5309), + [anon_sym_or] = ACTIONS(5307), + [anon_sym_and] = ACTIONS(5307), + [anon_sym_bitor] = ACTIONS(5307), + [anon_sym_xor] = ACTIONS(5307), + [anon_sym_bitand] = ACTIONS(5307), + [anon_sym_not_eq] = ACTIONS(5307), + [anon_sym_DASH_DASH] = ACTIONS(5309), + [anon_sym_PLUS_PLUS] = ACTIONS(5309), + [anon_sym_DOT] = ACTIONS(5307), + [anon_sym_DOT_STAR] = ACTIONS(5309), + [anon_sym_DASH_GT] = ACTIONS(5309), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5307), + [anon_sym_decltype] = ACTIONS(5307), + [anon_sym_final] = ACTIONS(5307), + [anon_sym_override] = ACTIONS(5307), + [anon_sym_requires] = ACTIONS(5307), + }, + [1690] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [aux_sym_preproc_else_token1] = ACTIONS(2970), + [aux_sym_preproc_elif_token1] = ACTIONS(2970), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + }, + [1691] = { + [sym_decltype_auto] = STATE(1824), + [sym_identifier] = ACTIONS(5311), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5313), + [anon_sym_COMMA] = ACTIONS(5313), + [anon_sym_RPAREN] = ACTIONS(5313), + [anon_sym_LPAREN2] = ACTIONS(5313), + [anon_sym_DASH] = ACTIONS(5311), + [anon_sym_PLUS] = ACTIONS(5311), + [anon_sym_STAR] = ACTIONS(5313), + [anon_sym_SLASH] = ACTIONS(5311), + [anon_sym_PERCENT] = ACTIONS(5313), + [anon_sym_PIPE_PIPE] = ACTIONS(5313), + [anon_sym_AMP_AMP] = ACTIONS(5313), + [anon_sym_PIPE] = ACTIONS(5311), + [anon_sym_CARET] = ACTIONS(5313), + [anon_sym_AMP] = ACTIONS(5311), + [anon_sym_EQ_EQ] = ACTIONS(5313), + [anon_sym_BANG_EQ] = ACTIONS(5313), + [anon_sym_GT] = ACTIONS(5311), + [anon_sym_GT_EQ] = ACTIONS(5313), + [anon_sym_LT_EQ] = ACTIONS(5311), + [anon_sym_LT] = ACTIONS(5311), + [anon_sym_LT_LT] = ACTIONS(5313), + [anon_sym_GT_GT] = ACTIONS(5313), + [anon_sym_SEMI] = ACTIONS(5313), + [anon_sym___extension__] = ACTIONS(5311), + [anon_sym___attribute__] = ACTIONS(5311), + [anon_sym___attribute] = ACTIONS(5311), + [anon_sym___based] = ACTIONS(5311), + [anon_sym_LBRACE] = ACTIONS(5313), + [anon_sym_RBRACE] = ACTIONS(5313), + [anon_sym_signed] = ACTIONS(5311), + [anon_sym_unsigned] = ACTIONS(5311), + [anon_sym_long] = ACTIONS(5311), + [anon_sym_short] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(5313), + [anon_sym_RBRACK] = ACTIONS(5313), + [anon_sym_const] = ACTIONS(5311), + [anon_sym_constexpr] = ACTIONS(5311), + [anon_sym_volatile] = ACTIONS(5311), + [anon_sym_restrict] = ACTIONS(5311), + [anon_sym___restrict__] = ACTIONS(5311), + [anon_sym__Atomic] = ACTIONS(5311), + [anon_sym__Noreturn] = ACTIONS(5311), + [anon_sym_noreturn] = ACTIONS(5311), + [anon_sym__Nonnull] = ACTIONS(5311), + [anon_sym_mutable] = ACTIONS(5311), + [anon_sym_constinit] = ACTIONS(5311), + [anon_sym_consteval] = ACTIONS(5311), + [anon_sym_PROGMEM] = ACTIONS(5311), + [anon_sym_alignas] = ACTIONS(5311), + [anon_sym__Alignas] = ACTIONS(5311), + [aux_sym_primitive_type_token1] = ACTIONS(5311), + [anon_sym_byte] = ACTIONS(5311), + [anon_sym_word] = ACTIONS(5311), + [anon_sym_COLON] = ACTIONS(5313), + [anon_sym_QMARK] = ACTIONS(5313), + [anon_sym_LT_EQ_GT] = ACTIONS(5313), + [anon_sym_or] = ACTIONS(5311), + [anon_sym_and] = ACTIONS(5311), + [anon_sym_bitor] = ACTIONS(5311), + [anon_sym_xor] = ACTIONS(5311), + [anon_sym_bitand] = ACTIONS(5311), + [anon_sym_not_eq] = ACTIONS(5311), + [anon_sym_DASH_DASH] = ACTIONS(5313), + [anon_sym_PLUS_PLUS] = ACTIONS(5313), + [anon_sym_DOT] = ACTIONS(5311), + [anon_sym_DOT_STAR] = ACTIONS(5313), + [anon_sym_DASH_GT] = ACTIONS(5313), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5315), + [anon_sym_decltype] = ACTIONS(5317), + [anon_sym_final] = ACTIONS(5311), + [anon_sym_override] = ACTIONS(5311), + [anon_sym_requires] = ACTIONS(5311), + }, + [1692] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [aux_sym_preproc_else_token1] = ACTIONS(5293), + [aux_sym_preproc_elif_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [1693] = { + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token2] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [aux_sym_preproc_else_token1] = ACTIONS(3116), + [aux_sym_preproc_elif_token1] = ACTIONS(3116), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_friend] = ACTIONS(3116), + [anon_sym_public] = ACTIONS(3116), + [anon_sym_private] = ACTIONS(3116), + [anon_sym_protected] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + }, + [1694] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5321), + [anon_sym_GT_GT] = ACTIONS(5321), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym___based] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), + }, + [1695] = { + [sym_identifier] = ACTIONS(5323), + [aux_sym_preproc_def_token1] = ACTIONS(5323), + [aux_sym_preproc_if_token1] = ACTIONS(5323), + [aux_sym_preproc_if_token2] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5323), + [aux_sym_preproc_else_token1] = ACTIONS(5323), + [aux_sym_preproc_elif_token1] = ACTIONS(5323), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5323), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5323), + [sym_preproc_directive] = ACTIONS(5323), + [anon_sym_LPAREN2] = ACTIONS(5325), + [anon_sym_TILDE] = ACTIONS(5325), + [anon_sym_STAR] = ACTIONS(5325), + [anon_sym_AMP_AMP] = ACTIONS(5325), + [anon_sym_AMP] = ACTIONS(5323), + [anon_sym_SEMI] = ACTIONS(5325), + [anon_sym___extension__] = ACTIONS(5323), + [anon_sym_typedef] = ACTIONS(5323), + [anon_sym_virtual] = ACTIONS(5323), + [anon_sym_extern] = ACTIONS(5323), + [anon_sym___attribute__] = ACTIONS(5323), + [anon_sym___attribute] = ACTIONS(5323), + [anon_sym_COLON_COLON] = ACTIONS(5325), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5325), + [anon_sym___declspec] = ACTIONS(5323), + [anon_sym___based] = ACTIONS(5323), + [anon_sym_signed] = ACTIONS(5323), + [anon_sym_unsigned] = ACTIONS(5323), + [anon_sym_long] = ACTIONS(5323), + [anon_sym_short] = ACTIONS(5323), + [anon_sym_LBRACK] = ACTIONS(5323), + [anon_sym_static] = ACTIONS(5323), + [anon_sym_register] = ACTIONS(5323), + [anon_sym_inline] = ACTIONS(5323), + [anon_sym___inline] = ACTIONS(5323), + [anon_sym___inline__] = ACTIONS(5323), + [anon_sym___forceinline] = ACTIONS(5323), + [anon_sym_thread_local] = ACTIONS(5323), + [anon_sym___thread] = ACTIONS(5323), + [anon_sym_const] = ACTIONS(5323), + [anon_sym_constexpr] = ACTIONS(5323), + [anon_sym_volatile] = ACTIONS(5323), + [anon_sym_restrict] = ACTIONS(5323), + [anon_sym___restrict__] = ACTIONS(5323), + [anon_sym__Atomic] = ACTIONS(5323), + [anon_sym__Noreturn] = ACTIONS(5323), + [anon_sym_noreturn] = ACTIONS(5323), + [anon_sym__Nonnull] = ACTIONS(5323), + [anon_sym_mutable] = ACTIONS(5323), + [anon_sym_constinit] = ACTIONS(5323), + [anon_sym_consteval] = ACTIONS(5323), + [anon_sym_PROGMEM] = ACTIONS(5323), + [anon_sym_alignas] = ACTIONS(5323), + [anon_sym__Alignas] = ACTIONS(5323), + [aux_sym_primitive_type_token1] = ACTIONS(5323), + [anon_sym_byte] = ACTIONS(5323), + [anon_sym_word] = ACTIONS(5323), + [anon_sym_enum] = ACTIONS(5323), + [anon_sym_class] = ACTIONS(5323), + [anon_sym_struct] = ACTIONS(5323), + [anon_sym_union] = ACTIONS(5323), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5323), + [anon_sym_decltype] = ACTIONS(5323), + [anon_sym_explicit] = ACTIONS(5323), + [anon_sym_typename] = ACTIONS(5323), + [anon_sym_template] = ACTIONS(5323), + [anon_sym_operator] = ACTIONS(5323), + [anon_sym_friend] = ACTIONS(5323), + [anon_sym_public] = ACTIONS(5323), + [anon_sym_private] = ACTIONS(5323), + [anon_sym_protected] = ACTIONS(5323), + [anon_sym_using] = ACTIONS(5323), + [anon_sym_static_assert] = ACTIONS(5323), + }, + [1696] = { + [sym_identifier] = ACTIONS(5327), + [aux_sym_preproc_def_token1] = ACTIONS(5327), + [aux_sym_preproc_if_token1] = ACTIONS(5327), + [aux_sym_preproc_if_token2] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5327), + [aux_sym_preproc_else_token1] = ACTIONS(5327), + [aux_sym_preproc_elif_token1] = ACTIONS(5327), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5327), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5327), + [sym_preproc_directive] = ACTIONS(5327), + [anon_sym_LPAREN2] = ACTIONS(5329), + [anon_sym_TILDE] = ACTIONS(5329), + [anon_sym_STAR] = ACTIONS(5329), + [anon_sym_AMP_AMP] = ACTIONS(5329), + [anon_sym_AMP] = ACTIONS(5327), + [anon_sym_SEMI] = ACTIONS(5329), + [anon_sym___extension__] = ACTIONS(5327), + [anon_sym_typedef] = ACTIONS(5327), + [anon_sym_virtual] = ACTIONS(5327), + [anon_sym_extern] = ACTIONS(5327), + [anon_sym___attribute__] = ACTIONS(5327), + [anon_sym___attribute] = ACTIONS(5327), + [anon_sym_COLON_COLON] = ACTIONS(5329), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5329), + [anon_sym___declspec] = ACTIONS(5327), + [anon_sym___based] = ACTIONS(5327), + [anon_sym_signed] = ACTIONS(5327), + [anon_sym_unsigned] = ACTIONS(5327), + [anon_sym_long] = ACTIONS(5327), + [anon_sym_short] = ACTIONS(5327), + [anon_sym_LBRACK] = ACTIONS(5327), + [anon_sym_static] = ACTIONS(5327), + [anon_sym_register] = ACTIONS(5327), + [anon_sym_inline] = ACTIONS(5327), + [anon_sym___inline] = ACTIONS(5327), + [anon_sym___inline__] = ACTIONS(5327), + [anon_sym___forceinline] = ACTIONS(5327), + [anon_sym_thread_local] = ACTIONS(5327), + [anon_sym___thread] = ACTIONS(5327), + [anon_sym_const] = ACTIONS(5327), + [anon_sym_constexpr] = ACTIONS(5327), + [anon_sym_volatile] = ACTIONS(5327), + [anon_sym_restrict] = ACTIONS(5327), + [anon_sym___restrict__] = ACTIONS(5327), + [anon_sym__Atomic] = ACTIONS(5327), + [anon_sym__Noreturn] = ACTIONS(5327), + [anon_sym_noreturn] = ACTIONS(5327), + [anon_sym__Nonnull] = ACTIONS(5327), + [anon_sym_mutable] = ACTIONS(5327), + [anon_sym_constinit] = ACTIONS(5327), + [anon_sym_consteval] = ACTIONS(5327), + [anon_sym_PROGMEM] = ACTIONS(5327), + [anon_sym_alignas] = ACTIONS(5327), + [anon_sym__Alignas] = ACTIONS(5327), + [aux_sym_primitive_type_token1] = ACTIONS(5327), + [anon_sym_byte] = ACTIONS(5327), + [anon_sym_word] = ACTIONS(5327), + [anon_sym_enum] = ACTIONS(5327), + [anon_sym_class] = ACTIONS(5327), + [anon_sym_struct] = ACTIONS(5327), + [anon_sym_union] = ACTIONS(5327), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5327), + [anon_sym_decltype] = ACTIONS(5327), + [anon_sym_explicit] = ACTIONS(5327), + [anon_sym_typename] = ACTIONS(5327), + [anon_sym_template] = ACTIONS(5327), + [anon_sym_operator] = ACTIONS(5327), + [anon_sym_friend] = ACTIONS(5327), + [anon_sym_public] = ACTIONS(5327), + [anon_sym_private] = ACTIONS(5327), + [anon_sym_protected] = ACTIONS(5327), + [anon_sym_using] = ACTIONS(5327), + [anon_sym_static_assert] = ACTIONS(5327), + }, + [1697] = { + [sym_identifier] = ACTIONS(5331), + [aux_sym_preproc_def_token1] = ACTIONS(5331), + [aux_sym_preproc_if_token1] = ACTIONS(5331), + [aux_sym_preproc_if_token2] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5331), + [aux_sym_preproc_else_token1] = ACTIONS(5331), + [aux_sym_preproc_elif_token1] = ACTIONS(5331), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5331), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5331), + [sym_preproc_directive] = ACTIONS(5331), + [anon_sym_LPAREN2] = ACTIONS(5333), + [anon_sym_TILDE] = ACTIONS(5333), + [anon_sym_STAR] = ACTIONS(5333), + [anon_sym_AMP_AMP] = ACTIONS(5333), + [anon_sym_AMP] = ACTIONS(5331), + [anon_sym_SEMI] = ACTIONS(5333), + [anon_sym___extension__] = ACTIONS(5331), + [anon_sym_typedef] = ACTIONS(5331), + [anon_sym_virtual] = ACTIONS(5331), + [anon_sym_extern] = ACTIONS(5331), + [anon_sym___attribute__] = ACTIONS(5331), + [anon_sym___attribute] = ACTIONS(5331), + [anon_sym_COLON_COLON] = ACTIONS(5333), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5333), + [anon_sym___declspec] = ACTIONS(5331), + [anon_sym___based] = ACTIONS(5331), + [anon_sym_signed] = ACTIONS(5331), + [anon_sym_unsigned] = ACTIONS(5331), + [anon_sym_long] = ACTIONS(5331), + [anon_sym_short] = ACTIONS(5331), + [anon_sym_LBRACK] = ACTIONS(5331), + [anon_sym_static] = ACTIONS(5331), + [anon_sym_register] = ACTIONS(5331), + [anon_sym_inline] = ACTIONS(5331), + [anon_sym___inline] = ACTIONS(5331), + [anon_sym___inline__] = ACTIONS(5331), + [anon_sym___forceinline] = ACTIONS(5331), + [anon_sym_thread_local] = ACTIONS(5331), + [anon_sym___thread] = ACTIONS(5331), + [anon_sym_const] = ACTIONS(5331), + [anon_sym_constexpr] = ACTIONS(5331), + [anon_sym_volatile] = ACTIONS(5331), + [anon_sym_restrict] = ACTIONS(5331), + [anon_sym___restrict__] = ACTIONS(5331), + [anon_sym__Atomic] = ACTIONS(5331), + [anon_sym__Noreturn] = ACTIONS(5331), + [anon_sym_noreturn] = ACTIONS(5331), + [anon_sym__Nonnull] = ACTIONS(5331), + [anon_sym_mutable] = ACTIONS(5331), + [anon_sym_constinit] = ACTIONS(5331), + [anon_sym_consteval] = ACTIONS(5331), + [anon_sym_PROGMEM] = ACTIONS(5331), + [anon_sym_alignas] = ACTIONS(5331), + [anon_sym__Alignas] = ACTIONS(5331), + [aux_sym_primitive_type_token1] = ACTIONS(5331), + [anon_sym_byte] = ACTIONS(5331), + [anon_sym_word] = ACTIONS(5331), + [anon_sym_enum] = ACTIONS(5331), + [anon_sym_class] = ACTIONS(5331), + [anon_sym_struct] = ACTIONS(5331), + [anon_sym_union] = ACTIONS(5331), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5331), + [anon_sym_decltype] = ACTIONS(5331), + [anon_sym_explicit] = ACTIONS(5331), + [anon_sym_typename] = ACTIONS(5331), + [anon_sym_template] = ACTIONS(5331), + [anon_sym_operator] = ACTIONS(5331), + [anon_sym_friend] = ACTIONS(5331), + [anon_sym_public] = ACTIONS(5331), + [anon_sym_private] = ACTIONS(5331), + [anon_sym_protected] = ACTIONS(5331), + [anon_sym_using] = ACTIONS(5331), + [anon_sym_static_assert] = ACTIONS(5331), + }, + [1698] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_BANG] = ACTIONS(4972), + [anon_sym_TILDE] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4972), + [anon_sym_AMP] = ACTIONS(4972), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_static] = ACTIONS(4970), + [anon_sym_RBRACK] = ACTIONS(4972), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_not] = ACTIONS(4970), + [anon_sym_compl] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_sizeof] = ACTIONS(4970), + [anon_sym___alignof__] = ACTIONS(4970), + [anon_sym___alignof] = ACTIONS(4970), + [anon_sym__alignof] = ACTIONS(4970), + [anon_sym_alignof] = ACTIONS(4970), + [anon_sym__Alignof] = ACTIONS(4970), + [anon_sym_offsetof] = ACTIONS(4970), + [anon_sym__Generic] = ACTIONS(4970), + [anon_sym_asm] = ACTIONS(4970), + [anon_sym___asm__] = ACTIONS(4970), + [anon_sym___asm] = ACTIONS(4970), + [aux_sym_number_literal_token1] = ACTIONS(4972), + [aux_sym_number_literal_token2] = ACTIONS(4970), + [anon_sym_L_SQUOTE] = ACTIONS(4972), + [anon_sym_u_SQUOTE] = ACTIONS(4972), + [anon_sym_U_SQUOTE] = ACTIONS(4972), + [anon_sym_u8_SQUOTE] = ACTIONS(4972), + [anon_sym_SQUOTE] = ACTIONS(4972), + [anon_sym_L_DQUOTE] = ACTIONS(4972), + [anon_sym_u_DQUOTE] = ACTIONS(4972), + [anon_sym_U_DQUOTE] = ACTIONS(4972), + [anon_sym_u8_DQUOTE] = ACTIONS(4972), + [anon_sym_DQUOTE] = ACTIONS(4972), + [sym_true] = ACTIONS(4970), + [sym_false] = ACTIONS(4970), + [anon_sym_NULL] = ACTIONS(4970), + [anon_sym_nullptr] = ACTIONS(4970), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_template] = ACTIONS(4970), + [anon_sym_delete] = ACTIONS(4970), + [anon_sym_R_DQUOTE] = ACTIONS(4972), + [anon_sym_LR_DQUOTE] = ACTIONS(4972), + [anon_sym_uR_DQUOTE] = ACTIONS(4972), + [anon_sym_UR_DQUOTE] = ACTIONS(4972), + [anon_sym_u8R_DQUOTE] = ACTIONS(4972), + [anon_sym_co_await] = ACTIONS(4970), + [anon_sym_new] = ACTIONS(4970), + [anon_sym_requires] = ACTIONS(4970), + [sym_this] = ACTIONS(4970), + }, + [1699] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token2] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [aux_sym_preproc_else_token1] = ACTIONS(5335), + [aux_sym_preproc_elif_token1] = ACTIONS(5335), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [1700] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token2] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [aux_sym_preproc_else_token1] = ACTIONS(5335), + [aux_sym_preproc_elif_token1] = ACTIONS(5335), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [1701] = { + [sym_identifier] = ACTIONS(5339), + [aux_sym_preproc_def_token1] = ACTIONS(5339), + [aux_sym_preproc_if_token1] = ACTIONS(5339), + [aux_sym_preproc_if_token2] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5339), + [aux_sym_preproc_else_token1] = ACTIONS(5339), + [aux_sym_preproc_elif_token1] = ACTIONS(5339), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5339), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5339), + [sym_preproc_directive] = ACTIONS(5339), + [anon_sym_LPAREN2] = ACTIONS(5341), + [anon_sym_TILDE] = ACTIONS(5341), + [anon_sym_STAR] = ACTIONS(5341), + [anon_sym_AMP_AMP] = ACTIONS(5341), + [anon_sym_AMP] = ACTIONS(5339), + [anon_sym_SEMI] = ACTIONS(5341), + [anon_sym___extension__] = ACTIONS(5339), + [anon_sym_typedef] = ACTIONS(5339), + [anon_sym_virtual] = ACTIONS(5339), + [anon_sym_extern] = ACTIONS(5339), + [anon_sym___attribute__] = ACTIONS(5339), + [anon_sym___attribute] = ACTIONS(5339), + [anon_sym_COLON_COLON] = ACTIONS(5341), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5341), + [anon_sym___declspec] = ACTIONS(5339), + [anon_sym___based] = ACTIONS(5339), + [anon_sym_signed] = ACTIONS(5339), + [anon_sym_unsigned] = ACTIONS(5339), + [anon_sym_long] = ACTIONS(5339), + [anon_sym_short] = ACTIONS(5339), + [anon_sym_LBRACK] = ACTIONS(5339), + [anon_sym_static] = ACTIONS(5339), + [anon_sym_register] = ACTIONS(5339), + [anon_sym_inline] = ACTIONS(5339), + [anon_sym___inline] = ACTIONS(5339), + [anon_sym___inline__] = ACTIONS(5339), + [anon_sym___forceinline] = ACTIONS(5339), + [anon_sym_thread_local] = ACTIONS(5339), + [anon_sym___thread] = ACTIONS(5339), + [anon_sym_const] = ACTIONS(5339), + [anon_sym_constexpr] = ACTIONS(5339), + [anon_sym_volatile] = ACTIONS(5339), + [anon_sym_restrict] = ACTIONS(5339), + [anon_sym___restrict__] = ACTIONS(5339), + [anon_sym__Atomic] = ACTIONS(5339), + [anon_sym__Noreturn] = ACTIONS(5339), + [anon_sym_noreturn] = ACTIONS(5339), + [anon_sym__Nonnull] = ACTIONS(5339), + [anon_sym_mutable] = ACTIONS(5339), + [anon_sym_constinit] = ACTIONS(5339), + [anon_sym_consteval] = ACTIONS(5339), + [anon_sym_PROGMEM] = ACTIONS(5339), + [anon_sym_alignas] = ACTIONS(5339), + [anon_sym__Alignas] = ACTIONS(5339), + [aux_sym_primitive_type_token1] = ACTIONS(5339), + [anon_sym_byte] = ACTIONS(5339), + [anon_sym_word] = ACTIONS(5339), + [anon_sym_enum] = ACTIONS(5339), + [anon_sym_class] = ACTIONS(5339), + [anon_sym_struct] = ACTIONS(5339), + [anon_sym_union] = ACTIONS(5339), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5339), + [anon_sym_decltype] = ACTIONS(5339), + [anon_sym_explicit] = ACTIONS(5339), + [anon_sym_typename] = ACTIONS(5339), + [anon_sym_template] = ACTIONS(5339), + [anon_sym_operator] = ACTIONS(5339), + [anon_sym_friend] = ACTIONS(5339), + [anon_sym_public] = ACTIONS(5339), + [anon_sym_private] = ACTIONS(5339), + [anon_sym_protected] = ACTIONS(5339), + [anon_sym_using] = ACTIONS(5339), + [anon_sym_static_assert] = ACTIONS(5339), + }, + [1702] = { + [sym_identifier] = ACTIONS(5343), + [aux_sym_preproc_def_token1] = ACTIONS(5343), + [aux_sym_preproc_if_token1] = ACTIONS(5343), + [aux_sym_preproc_if_token2] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5343), + [aux_sym_preproc_else_token1] = ACTIONS(5343), + [aux_sym_preproc_elif_token1] = ACTIONS(5343), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5343), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5343), + [sym_preproc_directive] = ACTIONS(5343), + [anon_sym_LPAREN2] = ACTIONS(5345), + [anon_sym_TILDE] = ACTIONS(5345), + [anon_sym_STAR] = ACTIONS(5345), + [anon_sym_AMP_AMP] = ACTIONS(5345), + [anon_sym_AMP] = ACTIONS(5343), + [anon_sym_SEMI] = ACTIONS(5345), + [anon_sym___extension__] = ACTIONS(5343), + [anon_sym_typedef] = ACTIONS(5343), + [anon_sym_virtual] = ACTIONS(5343), + [anon_sym_extern] = ACTIONS(5343), + [anon_sym___attribute__] = ACTIONS(5343), + [anon_sym___attribute] = ACTIONS(5343), + [anon_sym_COLON_COLON] = ACTIONS(5345), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5345), + [anon_sym___declspec] = ACTIONS(5343), + [anon_sym___based] = ACTIONS(5343), + [anon_sym_signed] = ACTIONS(5343), + [anon_sym_unsigned] = ACTIONS(5343), + [anon_sym_long] = ACTIONS(5343), + [anon_sym_short] = ACTIONS(5343), + [anon_sym_LBRACK] = ACTIONS(5343), + [anon_sym_static] = ACTIONS(5343), + [anon_sym_register] = ACTIONS(5343), + [anon_sym_inline] = ACTIONS(5343), + [anon_sym___inline] = ACTIONS(5343), + [anon_sym___inline__] = ACTIONS(5343), + [anon_sym___forceinline] = ACTIONS(5343), + [anon_sym_thread_local] = ACTIONS(5343), + [anon_sym___thread] = ACTIONS(5343), + [anon_sym_const] = ACTIONS(5343), + [anon_sym_constexpr] = ACTIONS(5343), + [anon_sym_volatile] = ACTIONS(5343), + [anon_sym_restrict] = ACTIONS(5343), + [anon_sym___restrict__] = ACTIONS(5343), + [anon_sym__Atomic] = ACTIONS(5343), + [anon_sym__Noreturn] = ACTIONS(5343), + [anon_sym_noreturn] = ACTIONS(5343), + [anon_sym__Nonnull] = ACTIONS(5343), + [anon_sym_mutable] = ACTIONS(5343), + [anon_sym_constinit] = ACTIONS(5343), + [anon_sym_consteval] = ACTIONS(5343), + [anon_sym_PROGMEM] = ACTIONS(5343), + [anon_sym_alignas] = ACTIONS(5343), + [anon_sym__Alignas] = ACTIONS(5343), + [aux_sym_primitive_type_token1] = ACTIONS(5343), + [anon_sym_byte] = ACTIONS(5343), + [anon_sym_word] = ACTIONS(5343), + [anon_sym_enum] = ACTIONS(5343), + [anon_sym_class] = ACTIONS(5343), + [anon_sym_struct] = ACTIONS(5343), + [anon_sym_union] = ACTIONS(5343), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5343), + [anon_sym_decltype] = ACTIONS(5343), + [anon_sym_explicit] = ACTIONS(5343), + [anon_sym_typename] = ACTIONS(5343), + [anon_sym_template] = ACTIONS(5343), + [anon_sym_operator] = ACTIONS(5343), + [anon_sym_friend] = ACTIONS(5343), + [anon_sym_public] = ACTIONS(5343), + [anon_sym_private] = ACTIONS(5343), + [anon_sym_protected] = ACTIONS(5343), + [anon_sym_using] = ACTIONS(5343), + [anon_sym_static_assert] = ACTIONS(5343), + }, + [1703] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token2] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [aux_sym_preproc_else_token1] = ACTIONS(3128), + [aux_sym_preproc_elif_token1] = ACTIONS(3128), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_friend] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + }, + [1704] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token2] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [aux_sym_preproc_else_token1] = ACTIONS(2865), + [aux_sym_preproc_elif_token1] = ACTIONS(2865), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_friend] = ACTIONS(2865), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + }, + [1705] = { + [sym_identifier] = ACTIONS(5347), + [aux_sym_preproc_def_token1] = ACTIONS(5347), + [aux_sym_preproc_if_token1] = ACTIONS(5347), + [aux_sym_preproc_if_token2] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5347), + [aux_sym_preproc_else_token1] = ACTIONS(5347), + [aux_sym_preproc_elif_token1] = ACTIONS(5347), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5347), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5347), + [sym_preproc_directive] = ACTIONS(5347), + [anon_sym_LPAREN2] = ACTIONS(5349), + [anon_sym_TILDE] = ACTIONS(5349), + [anon_sym_STAR] = ACTIONS(5349), + [anon_sym_AMP_AMP] = ACTIONS(5349), + [anon_sym_AMP] = ACTIONS(5347), + [anon_sym_SEMI] = ACTIONS(5349), + [anon_sym___extension__] = ACTIONS(5347), + [anon_sym_typedef] = ACTIONS(5347), + [anon_sym_virtual] = ACTIONS(5347), + [anon_sym_extern] = ACTIONS(5347), + [anon_sym___attribute__] = ACTIONS(5347), + [anon_sym___attribute] = ACTIONS(5347), + [anon_sym_COLON_COLON] = ACTIONS(5349), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5349), + [anon_sym___declspec] = ACTIONS(5347), + [anon_sym___based] = ACTIONS(5347), + [anon_sym_signed] = ACTIONS(5347), + [anon_sym_unsigned] = ACTIONS(5347), + [anon_sym_long] = ACTIONS(5347), + [anon_sym_short] = ACTIONS(5347), + [anon_sym_LBRACK] = ACTIONS(5347), + [anon_sym_static] = ACTIONS(5347), + [anon_sym_register] = ACTIONS(5347), + [anon_sym_inline] = ACTIONS(5347), + [anon_sym___inline] = ACTIONS(5347), + [anon_sym___inline__] = ACTIONS(5347), + [anon_sym___forceinline] = ACTIONS(5347), + [anon_sym_thread_local] = ACTIONS(5347), + [anon_sym___thread] = ACTIONS(5347), + [anon_sym_const] = ACTIONS(5347), + [anon_sym_constexpr] = ACTIONS(5347), + [anon_sym_volatile] = ACTIONS(5347), + [anon_sym_restrict] = ACTIONS(5347), + [anon_sym___restrict__] = ACTIONS(5347), + [anon_sym__Atomic] = ACTIONS(5347), + [anon_sym__Noreturn] = ACTIONS(5347), + [anon_sym_noreturn] = ACTIONS(5347), + [anon_sym__Nonnull] = ACTIONS(5347), + [anon_sym_mutable] = ACTIONS(5347), + [anon_sym_constinit] = ACTIONS(5347), + [anon_sym_consteval] = ACTIONS(5347), + [anon_sym_PROGMEM] = ACTIONS(5347), + [anon_sym_alignas] = ACTIONS(5347), + [anon_sym__Alignas] = ACTIONS(5347), + [aux_sym_primitive_type_token1] = ACTIONS(5347), + [anon_sym_byte] = ACTIONS(5347), + [anon_sym_word] = ACTIONS(5347), + [anon_sym_enum] = ACTIONS(5347), + [anon_sym_class] = ACTIONS(5347), + [anon_sym_struct] = ACTIONS(5347), + [anon_sym_union] = ACTIONS(5347), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5347), + [anon_sym_decltype] = ACTIONS(5347), + [anon_sym_explicit] = ACTIONS(5347), + [anon_sym_typename] = ACTIONS(5347), + [anon_sym_template] = ACTIONS(5347), + [anon_sym_operator] = ACTIONS(5347), + [anon_sym_friend] = ACTIONS(5347), + [anon_sym_public] = ACTIONS(5347), + [anon_sym_private] = ACTIONS(5347), + [anon_sym_protected] = ACTIONS(5347), + [anon_sym_using] = ACTIONS(5347), + [anon_sym_static_assert] = ACTIONS(5347), + }, + [1706] = { + [sym_identifier] = ACTIONS(5351), + [aux_sym_preproc_def_token1] = ACTIONS(5351), + [aux_sym_preproc_if_token1] = ACTIONS(5351), + [aux_sym_preproc_if_token2] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5351), + [aux_sym_preproc_else_token1] = ACTIONS(5351), + [aux_sym_preproc_elif_token1] = ACTIONS(5351), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5351), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5351), + [sym_preproc_directive] = ACTIONS(5351), + [anon_sym_LPAREN2] = ACTIONS(5353), + [anon_sym_TILDE] = ACTIONS(5353), + [anon_sym_STAR] = ACTIONS(5353), + [anon_sym_AMP_AMP] = ACTIONS(5353), + [anon_sym_AMP] = ACTIONS(5351), + [anon_sym_SEMI] = ACTIONS(5353), + [anon_sym___extension__] = ACTIONS(5351), + [anon_sym_typedef] = ACTIONS(5351), + [anon_sym_virtual] = ACTIONS(5351), + [anon_sym_extern] = ACTIONS(5351), + [anon_sym___attribute__] = ACTIONS(5351), + [anon_sym___attribute] = ACTIONS(5351), + [anon_sym_COLON_COLON] = ACTIONS(5353), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5353), + [anon_sym___declspec] = ACTIONS(5351), + [anon_sym___based] = ACTIONS(5351), + [anon_sym_signed] = ACTIONS(5351), + [anon_sym_unsigned] = ACTIONS(5351), + [anon_sym_long] = ACTIONS(5351), + [anon_sym_short] = ACTIONS(5351), + [anon_sym_LBRACK] = ACTIONS(5351), + [anon_sym_static] = ACTIONS(5351), + [anon_sym_register] = ACTIONS(5351), + [anon_sym_inline] = ACTIONS(5351), + [anon_sym___inline] = ACTIONS(5351), + [anon_sym___inline__] = ACTIONS(5351), + [anon_sym___forceinline] = ACTIONS(5351), + [anon_sym_thread_local] = ACTIONS(5351), + [anon_sym___thread] = ACTIONS(5351), + [anon_sym_const] = ACTIONS(5351), + [anon_sym_constexpr] = ACTIONS(5351), + [anon_sym_volatile] = ACTIONS(5351), + [anon_sym_restrict] = ACTIONS(5351), + [anon_sym___restrict__] = ACTIONS(5351), + [anon_sym__Atomic] = ACTIONS(5351), + [anon_sym__Noreturn] = ACTIONS(5351), + [anon_sym_noreturn] = ACTIONS(5351), + [anon_sym__Nonnull] = ACTIONS(5351), + [anon_sym_mutable] = ACTIONS(5351), + [anon_sym_constinit] = ACTIONS(5351), + [anon_sym_consteval] = ACTIONS(5351), + [anon_sym_PROGMEM] = ACTIONS(5351), + [anon_sym_alignas] = ACTIONS(5351), + [anon_sym__Alignas] = ACTIONS(5351), + [aux_sym_primitive_type_token1] = ACTIONS(5351), + [anon_sym_byte] = ACTIONS(5351), + [anon_sym_word] = ACTIONS(5351), + [anon_sym_enum] = ACTIONS(5351), + [anon_sym_class] = ACTIONS(5351), + [anon_sym_struct] = ACTIONS(5351), + [anon_sym_union] = ACTIONS(5351), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5351), + [anon_sym_decltype] = ACTIONS(5351), + [anon_sym_explicit] = ACTIONS(5351), + [anon_sym_typename] = ACTIONS(5351), + [anon_sym_template] = ACTIONS(5351), + [anon_sym_operator] = ACTIONS(5351), + [anon_sym_friend] = ACTIONS(5351), + [anon_sym_public] = ACTIONS(5351), + [anon_sym_private] = ACTIONS(5351), + [anon_sym_protected] = ACTIONS(5351), + [anon_sym_using] = ACTIONS(5351), + [anon_sym_static_assert] = ACTIONS(5351), + }, + [1707] = { + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token2] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [aux_sym_preproc_else_token1] = ACTIONS(3147), + [aux_sym_preproc_elif_token1] = ACTIONS(3147), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_friend] = ACTIONS(3147), + [anon_sym_public] = ACTIONS(3147), + [anon_sym_private] = ACTIONS(3147), + [anon_sym_protected] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + }, + [1708] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token2] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [aux_sym_preproc_else_token1] = ACTIONS(3132), + [aux_sym_preproc_elif_token1] = ACTIONS(3132), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_friend] = ACTIONS(3132), + [anon_sym_public] = ACTIONS(3132), + [anon_sym_private] = ACTIONS(3132), + [anon_sym_protected] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + }, + [1709] = { + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token2] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [aux_sym_preproc_else_token1] = ACTIONS(2980), + [aux_sym_preproc_elif_token1] = ACTIONS(2980), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_friend] = ACTIONS(2980), + [anon_sym_public] = ACTIONS(2980), + [anon_sym_private] = ACTIONS(2980), + [anon_sym_protected] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + }, + [1710] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [aux_sym_preproc_else_token1] = ACTIONS(2984), + [aux_sym_preproc_elif_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + }, + [1711] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [aux_sym_preproc_else_token1] = ACTIONS(2984), + [aux_sym_preproc_elif_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + }, + [1712] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token2] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [aux_sym_preproc_else_token1] = ACTIONS(2817), + [aux_sym_preproc_elif_token1] = ACTIONS(2817), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_friend] = ACTIONS(2817), + [anon_sym_public] = ACTIONS(2817), + [anon_sym_private] = ACTIONS(2817), + [anon_sym_protected] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + }, + [1713] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [aux_sym_preproc_else_token1] = ACTIONS(5293), + [aux_sym_preproc_elif_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [1714] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [aux_sym_preproc_else_token1] = ACTIONS(2996), + [aux_sym_preproc_elif_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + }, + [1715] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [aux_sym_preproc_else_token1] = ACTIONS(2996), + [aux_sym_preproc_elif_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + }, + [1716] = { + [sym_identifier] = ACTIONS(5355), + [aux_sym_preproc_def_token1] = ACTIONS(5355), + [aux_sym_preproc_if_token1] = ACTIONS(5355), + [aux_sym_preproc_if_token2] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5355), + [aux_sym_preproc_else_token1] = ACTIONS(5355), + [aux_sym_preproc_elif_token1] = ACTIONS(5355), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5355), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5355), + [sym_preproc_directive] = ACTIONS(5355), + [anon_sym_LPAREN2] = ACTIONS(5357), + [anon_sym_TILDE] = ACTIONS(5357), + [anon_sym_STAR] = ACTIONS(5357), + [anon_sym_AMP_AMP] = ACTIONS(5357), + [anon_sym_AMP] = ACTIONS(5355), + [anon_sym_SEMI] = ACTIONS(5357), + [anon_sym___extension__] = ACTIONS(5355), + [anon_sym_typedef] = ACTIONS(5355), + [anon_sym_virtual] = ACTIONS(5355), + [anon_sym_extern] = ACTIONS(5355), + [anon_sym___attribute__] = ACTIONS(5355), + [anon_sym___attribute] = ACTIONS(5355), + [anon_sym_COLON_COLON] = ACTIONS(5357), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5357), + [anon_sym___declspec] = ACTIONS(5355), + [anon_sym___based] = ACTIONS(5355), + [anon_sym_signed] = ACTIONS(5355), + [anon_sym_unsigned] = ACTIONS(5355), + [anon_sym_long] = ACTIONS(5355), + [anon_sym_short] = ACTIONS(5355), + [anon_sym_LBRACK] = ACTIONS(5355), + [anon_sym_static] = ACTIONS(5355), + [anon_sym_register] = ACTIONS(5355), + [anon_sym_inline] = ACTIONS(5355), + [anon_sym___inline] = ACTIONS(5355), + [anon_sym___inline__] = ACTIONS(5355), + [anon_sym___forceinline] = ACTIONS(5355), + [anon_sym_thread_local] = ACTIONS(5355), + [anon_sym___thread] = ACTIONS(5355), + [anon_sym_const] = ACTIONS(5355), + [anon_sym_constexpr] = ACTIONS(5355), + [anon_sym_volatile] = ACTIONS(5355), + [anon_sym_restrict] = ACTIONS(5355), + [anon_sym___restrict__] = ACTIONS(5355), + [anon_sym__Atomic] = ACTIONS(5355), + [anon_sym__Noreturn] = ACTIONS(5355), + [anon_sym_noreturn] = ACTIONS(5355), + [anon_sym__Nonnull] = ACTIONS(5355), + [anon_sym_mutable] = ACTIONS(5355), + [anon_sym_constinit] = ACTIONS(5355), + [anon_sym_consteval] = ACTIONS(5355), + [anon_sym_PROGMEM] = ACTIONS(5355), + [anon_sym_alignas] = ACTIONS(5355), + [anon_sym__Alignas] = ACTIONS(5355), + [aux_sym_primitive_type_token1] = ACTIONS(5355), + [anon_sym_byte] = ACTIONS(5355), + [anon_sym_word] = ACTIONS(5355), + [anon_sym_enum] = ACTIONS(5355), + [anon_sym_class] = ACTIONS(5355), + [anon_sym_struct] = ACTIONS(5355), + [anon_sym_union] = ACTIONS(5355), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5355), + [anon_sym_decltype] = ACTIONS(5355), + [anon_sym_explicit] = ACTIONS(5355), + [anon_sym_typename] = ACTIONS(5355), + [anon_sym_template] = ACTIONS(5355), + [anon_sym_operator] = ACTIONS(5355), + [anon_sym_friend] = ACTIONS(5355), + [anon_sym_public] = ACTIONS(5355), + [anon_sym_private] = ACTIONS(5355), + [anon_sym_protected] = ACTIONS(5355), + [anon_sym_using] = ACTIONS(5355), + [anon_sym_static_assert] = ACTIONS(5355), + }, + [1717] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token2] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [aux_sym_preproc_else_token1] = ACTIONS(3167), + [aux_sym_preproc_elif_token1] = ACTIONS(3167), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_friend] = ACTIONS(3167), + [anon_sym_public] = ACTIONS(3167), + [anon_sym_private] = ACTIONS(3167), + [anon_sym_protected] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + }, + [1718] = { + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token2] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [aux_sym_preproc_else_token1] = ACTIONS(2925), + [aux_sym_preproc_elif_token1] = ACTIONS(2925), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5614), - [anon_sym_decltype] = ACTIONS(5614), - [anon_sym_final] = ACTIONS(5614), - [anon_sym_override] = ACTIONS(5614), - [anon_sym_requires] = ACTIONS(5614), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_friend] = ACTIONS(2925), + [anon_sym_public] = ACTIONS(2925), + [anon_sym_private] = ACTIONS(2925), + [anon_sym_protected] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), }, - [1833] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6160), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6738), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6738), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), + [1719] = { + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token2] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [aux_sym_preproc_else_token1] = ACTIONS(2837), + [aux_sym_preproc_elif_token1] = ACTIONS(2837), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_friend] = ACTIONS(2837), + [anon_sym_public] = ACTIONS(2837), + [anon_sym_private] = ACTIONS(2837), + [anon_sym_protected] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + }, + [1720] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token2] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [aux_sym_preproc_else_token1] = ACTIONS(5359), + [aux_sym_preproc_elif_token1] = ACTIONS(5359), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [1721] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token2] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [aux_sym_preproc_else_token1] = ACTIONS(5359), + [aux_sym_preproc_elif_token1] = ACTIONS(5359), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [1722] = { + [sym_identifier] = ACTIONS(5363), + [aux_sym_preproc_def_token1] = ACTIONS(5363), + [aux_sym_preproc_if_token1] = ACTIONS(5363), + [aux_sym_preproc_if_token2] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5363), + [aux_sym_preproc_else_token1] = ACTIONS(5363), + [aux_sym_preproc_elif_token1] = ACTIONS(5363), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5363), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5363), + [sym_preproc_directive] = ACTIONS(5363), + [anon_sym_LPAREN2] = ACTIONS(5365), + [anon_sym_TILDE] = ACTIONS(5365), + [anon_sym_STAR] = ACTIONS(5365), + [anon_sym_AMP_AMP] = ACTIONS(5365), + [anon_sym_AMP] = ACTIONS(5363), + [anon_sym_SEMI] = ACTIONS(5365), + [anon_sym___extension__] = ACTIONS(5363), + [anon_sym_typedef] = ACTIONS(5363), + [anon_sym_virtual] = ACTIONS(5363), + [anon_sym_extern] = ACTIONS(5363), + [anon_sym___attribute__] = ACTIONS(5363), + [anon_sym___attribute] = ACTIONS(5363), + [anon_sym_COLON_COLON] = ACTIONS(5365), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5365), + [anon_sym___declspec] = ACTIONS(5363), + [anon_sym___based] = ACTIONS(5363), + [anon_sym_signed] = ACTIONS(5363), + [anon_sym_unsigned] = ACTIONS(5363), + [anon_sym_long] = ACTIONS(5363), + [anon_sym_short] = ACTIONS(5363), + [anon_sym_LBRACK] = ACTIONS(5363), + [anon_sym_static] = ACTIONS(5363), + [anon_sym_register] = ACTIONS(5363), + [anon_sym_inline] = ACTIONS(5363), + [anon_sym___inline] = ACTIONS(5363), + [anon_sym___inline__] = ACTIONS(5363), + [anon_sym___forceinline] = ACTIONS(5363), + [anon_sym_thread_local] = ACTIONS(5363), + [anon_sym___thread] = ACTIONS(5363), + [anon_sym_const] = ACTIONS(5363), + [anon_sym_constexpr] = ACTIONS(5363), + [anon_sym_volatile] = ACTIONS(5363), + [anon_sym_restrict] = ACTIONS(5363), + [anon_sym___restrict__] = ACTIONS(5363), + [anon_sym__Atomic] = ACTIONS(5363), + [anon_sym__Noreturn] = ACTIONS(5363), + [anon_sym_noreturn] = ACTIONS(5363), + [anon_sym__Nonnull] = ACTIONS(5363), + [anon_sym_mutable] = ACTIONS(5363), + [anon_sym_constinit] = ACTIONS(5363), + [anon_sym_consteval] = ACTIONS(5363), + [anon_sym_PROGMEM] = ACTIONS(5363), + [anon_sym_alignas] = ACTIONS(5363), + [anon_sym__Alignas] = ACTIONS(5363), + [aux_sym_primitive_type_token1] = ACTIONS(5363), + [anon_sym_byte] = ACTIONS(5363), + [anon_sym_word] = ACTIONS(5363), + [anon_sym_enum] = ACTIONS(5363), + [anon_sym_class] = ACTIONS(5363), + [anon_sym_struct] = ACTIONS(5363), + [anon_sym_union] = ACTIONS(5363), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5363), + [anon_sym_decltype] = ACTIONS(5363), + [anon_sym_explicit] = ACTIONS(5363), + [anon_sym_typename] = ACTIONS(5363), + [anon_sym_template] = ACTIONS(5363), + [anon_sym_operator] = ACTIONS(5363), + [anon_sym_friend] = ACTIONS(5363), + [anon_sym_public] = ACTIONS(5363), + [anon_sym_private] = ACTIONS(5363), + [anon_sym_protected] = ACTIONS(5363), + [anon_sym_using] = ACTIONS(5363), + [anon_sym_static_assert] = ACTIONS(5363), + }, + [1723] = { + [sym_identifier] = ACTIONS(5367), + [aux_sym_preproc_def_token1] = ACTIONS(5367), + [aux_sym_preproc_if_token1] = ACTIONS(5367), + [aux_sym_preproc_if_token2] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5367), + [aux_sym_preproc_else_token1] = ACTIONS(5367), + [aux_sym_preproc_elif_token1] = ACTIONS(5367), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5367), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5367), + [sym_preproc_directive] = ACTIONS(5367), + [anon_sym_LPAREN2] = ACTIONS(5369), + [anon_sym_TILDE] = ACTIONS(5369), + [anon_sym_STAR] = ACTIONS(5369), + [anon_sym_AMP_AMP] = ACTIONS(5369), + [anon_sym_AMP] = ACTIONS(5367), + [anon_sym_SEMI] = ACTIONS(5369), + [anon_sym___extension__] = ACTIONS(5367), + [anon_sym_typedef] = ACTIONS(5367), + [anon_sym_virtual] = ACTIONS(5367), + [anon_sym_extern] = ACTIONS(5367), + [anon_sym___attribute__] = ACTIONS(5367), + [anon_sym___attribute] = ACTIONS(5367), + [anon_sym_COLON_COLON] = ACTIONS(5369), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5369), + [anon_sym___declspec] = ACTIONS(5367), + [anon_sym___based] = ACTIONS(5367), + [anon_sym_signed] = ACTIONS(5367), + [anon_sym_unsigned] = ACTIONS(5367), + [anon_sym_long] = ACTIONS(5367), + [anon_sym_short] = ACTIONS(5367), + [anon_sym_LBRACK] = ACTIONS(5367), + [anon_sym_static] = ACTIONS(5367), + [anon_sym_register] = ACTIONS(5367), + [anon_sym_inline] = ACTIONS(5367), + [anon_sym___inline] = ACTIONS(5367), + [anon_sym___inline__] = ACTIONS(5367), + [anon_sym___forceinline] = ACTIONS(5367), + [anon_sym_thread_local] = ACTIONS(5367), + [anon_sym___thread] = ACTIONS(5367), + [anon_sym_const] = ACTIONS(5367), + [anon_sym_constexpr] = ACTIONS(5367), + [anon_sym_volatile] = ACTIONS(5367), + [anon_sym_restrict] = ACTIONS(5367), + [anon_sym___restrict__] = ACTIONS(5367), + [anon_sym__Atomic] = ACTIONS(5367), + [anon_sym__Noreturn] = ACTIONS(5367), + [anon_sym_noreturn] = ACTIONS(5367), + [anon_sym__Nonnull] = ACTIONS(5367), + [anon_sym_mutable] = ACTIONS(5367), + [anon_sym_constinit] = ACTIONS(5367), + [anon_sym_consteval] = ACTIONS(5367), + [anon_sym_PROGMEM] = ACTIONS(5367), + [anon_sym_alignas] = ACTIONS(5367), + [anon_sym__Alignas] = ACTIONS(5367), + [aux_sym_primitive_type_token1] = ACTIONS(5367), + [anon_sym_byte] = ACTIONS(5367), + [anon_sym_word] = ACTIONS(5367), + [anon_sym_enum] = ACTIONS(5367), + [anon_sym_class] = ACTIONS(5367), + [anon_sym_struct] = ACTIONS(5367), + [anon_sym_union] = ACTIONS(5367), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5367), + [anon_sym_decltype] = ACTIONS(5367), + [anon_sym_explicit] = ACTIONS(5367), + [anon_sym_typename] = ACTIONS(5367), + [anon_sym_template] = ACTIONS(5367), + [anon_sym_operator] = ACTIONS(5367), + [anon_sym_friend] = ACTIONS(5367), + [anon_sym_public] = ACTIONS(5367), + [anon_sym_private] = ACTIONS(5367), + [anon_sym_protected] = ACTIONS(5367), + [anon_sym_using] = ACTIONS(5367), + [anon_sym_static_assert] = ACTIONS(5367), + }, + [1724] = { + [sym_identifier] = ACTIONS(3211), + [aux_sym_preproc_def_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token2] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), + [aux_sym_preproc_else_token1] = ACTIONS(3211), + [aux_sym_preproc_elif_token1] = ACTIONS(3211), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3211), + [sym_preproc_directive] = ACTIONS(3211), + [anon_sym_LPAREN2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym___extension__] = ACTIONS(3211), + [anon_sym_typedef] = ACTIONS(3211), + [anon_sym_virtual] = ACTIONS(3211), + [anon_sym_extern] = ACTIONS(3211), + [anon_sym___attribute__] = ACTIONS(3211), + [anon_sym___attribute] = ACTIONS(3211), + [anon_sym_COLON_COLON] = ACTIONS(3213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), + [anon_sym___declspec] = ACTIONS(3211), + [anon_sym___based] = ACTIONS(3211), + [anon_sym_signed] = ACTIONS(3211), + [anon_sym_unsigned] = ACTIONS(3211), + [anon_sym_long] = ACTIONS(3211), + [anon_sym_short] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_static] = ACTIONS(3211), + [anon_sym_register] = ACTIONS(3211), + [anon_sym_inline] = ACTIONS(3211), + [anon_sym___inline] = ACTIONS(3211), + [anon_sym___inline__] = ACTIONS(3211), + [anon_sym___forceinline] = ACTIONS(3211), + [anon_sym_thread_local] = ACTIONS(3211), + [anon_sym___thread] = ACTIONS(3211), + [anon_sym_const] = ACTIONS(3211), + [anon_sym_constexpr] = ACTIONS(3211), + [anon_sym_volatile] = ACTIONS(3211), + [anon_sym_restrict] = ACTIONS(3211), + [anon_sym___restrict__] = ACTIONS(3211), + [anon_sym__Atomic] = ACTIONS(3211), + [anon_sym__Noreturn] = ACTIONS(3211), + [anon_sym_noreturn] = ACTIONS(3211), + [anon_sym__Nonnull] = ACTIONS(3211), + [anon_sym_mutable] = ACTIONS(3211), + [anon_sym_constinit] = ACTIONS(3211), + [anon_sym_consteval] = ACTIONS(3211), + [anon_sym_PROGMEM] = ACTIONS(3211), + [anon_sym_alignas] = ACTIONS(3211), + [anon_sym__Alignas] = ACTIONS(3211), + [aux_sym_primitive_type_token1] = ACTIONS(3211), + [anon_sym_byte] = ACTIONS(3211), + [anon_sym_word] = ACTIONS(3211), + [anon_sym_enum] = ACTIONS(3211), + [anon_sym_class] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3211), + [anon_sym_union] = ACTIONS(3211), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3211), + [anon_sym_decltype] = ACTIONS(3211), + [anon_sym_explicit] = ACTIONS(3211), + [anon_sym_typename] = ACTIONS(3211), + [anon_sym_template] = ACTIONS(3211), + [anon_sym_operator] = ACTIONS(3211), + [anon_sym_friend] = ACTIONS(3211), + [anon_sym_public] = ACTIONS(3211), + [anon_sym_private] = ACTIONS(3211), + [anon_sym_protected] = ACTIONS(3211), + [anon_sym_using] = ACTIONS(3211), + [anon_sym_static_assert] = ACTIONS(3211), + }, + [1725] = { + [sym_identifier] = ACTIONS(3215), + [aux_sym_preproc_def_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token2] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), + [aux_sym_preproc_else_token1] = ACTIONS(3215), + [aux_sym_preproc_elif_token1] = ACTIONS(3215), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3215), + [sym_preproc_directive] = ACTIONS(3215), + [anon_sym_LPAREN2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym___extension__] = ACTIONS(3215), + [anon_sym_typedef] = ACTIONS(3215), + [anon_sym_virtual] = ACTIONS(3215), + [anon_sym_extern] = ACTIONS(3215), + [anon_sym___attribute__] = ACTIONS(3215), + [anon_sym___attribute] = ACTIONS(3215), + [anon_sym_COLON_COLON] = ACTIONS(3217), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3215), + [anon_sym___based] = ACTIONS(3215), + [anon_sym_signed] = ACTIONS(3215), + [anon_sym_unsigned] = ACTIONS(3215), + [anon_sym_long] = ACTIONS(3215), + [anon_sym_short] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_static] = ACTIONS(3215), + [anon_sym_register] = ACTIONS(3215), + [anon_sym_inline] = ACTIONS(3215), + [anon_sym___inline] = ACTIONS(3215), + [anon_sym___inline__] = ACTIONS(3215), + [anon_sym___forceinline] = ACTIONS(3215), + [anon_sym_thread_local] = ACTIONS(3215), + [anon_sym___thread] = ACTIONS(3215), + [anon_sym_const] = ACTIONS(3215), + [anon_sym_constexpr] = ACTIONS(3215), + [anon_sym_volatile] = ACTIONS(3215), + [anon_sym_restrict] = ACTIONS(3215), + [anon_sym___restrict__] = ACTIONS(3215), + [anon_sym__Atomic] = ACTIONS(3215), + [anon_sym__Noreturn] = ACTIONS(3215), + [anon_sym_noreturn] = ACTIONS(3215), + [anon_sym__Nonnull] = ACTIONS(3215), + [anon_sym_mutable] = ACTIONS(3215), + [anon_sym_constinit] = ACTIONS(3215), + [anon_sym_consteval] = ACTIONS(3215), + [anon_sym_PROGMEM] = ACTIONS(3215), + [anon_sym_alignas] = ACTIONS(3215), + [anon_sym__Alignas] = ACTIONS(3215), + [aux_sym_primitive_type_token1] = ACTIONS(3215), + [anon_sym_byte] = ACTIONS(3215), + [anon_sym_word] = ACTIONS(3215), + [anon_sym_enum] = ACTIONS(3215), + [anon_sym_class] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3215), + [anon_sym_union] = ACTIONS(3215), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3215), + [anon_sym_decltype] = ACTIONS(3215), + [anon_sym_explicit] = ACTIONS(3215), + [anon_sym_typename] = ACTIONS(3215), + [anon_sym_template] = ACTIONS(3215), + [anon_sym_operator] = ACTIONS(3215), + [anon_sym_friend] = ACTIONS(3215), + [anon_sym_public] = ACTIONS(3215), + [anon_sym_private] = ACTIONS(3215), + [anon_sym_protected] = ACTIONS(3215), + [anon_sym_using] = ACTIONS(3215), + [anon_sym_static_assert] = ACTIONS(3215), + }, + [1726] = { + [sym_identifier] = ACTIONS(2933), + [aux_sym_preproc_def_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token2] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), + [aux_sym_preproc_else_token1] = ACTIONS(2933), + [aux_sym_preproc_elif_token1] = ACTIONS(2933), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2933), + [sym_preproc_directive] = ACTIONS(2933), + [anon_sym_LPAREN2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2933), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym___extension__] = ACTIONS(2933), + [anon_sym_typedef] = ACTIONS(2933), + [anon_sym_virtual] = ACTIONS(2933), + [anon_sym_extern] = ACTIONS(2933), + [anon_sym___attribute__] = ACTIONS(2933), + [anon_sym___attribute] = ACTIONS(2933), + [anon_sym_COLON_COLON] = ACTIONS(2935), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), + [anon_sym___declspec] = ACTIONS(2933), + [anon_sym___based] = ACTIONS(2933), + [anon_sym_signed] = ACTIONS(2933), + [anon_sym_unsigned] = ACTIONS(2933), + [anon_sym_long] = ACTIONS(2933), + [anon_sym_short] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_register] = ACTIONS(2933), + [anon_sym_inline] = ACTIONS(2933), + [anon_sym___inline] = ACTIONS(2933), + [anon_sym___inline__] = ACTIONS(2933), + [anon_sym___forceinline] = ACTIONS(2933), + [anon_sym_thread_local] = ACTIONS(2933), + [anon_sym___thread] = ACTIONS(2933), + [anon_sym_const] = ACTIONS(2933), + [anon_sym_constexpr] = ACTIONS(2933), + [anon_sym_volatile] = ACTIONS(2933), + [anon_sym_restrict] = ACTIONS(2933), + [anon_sym___restrict__] = ACTIONS(2933), + [anon_sym__Atomic] = ACTIONS(2933), + [anon_sym__Noreturn] = ACTIONS(2933), + [anon_sym_noreturn] = ACTIONS(2933), + [anon_sym__Nonnull] = ACTIONS(2933), + [anon_sym_mutable] = ACTIONS(2933), + [anon_sym_constinit] = ACTIONS(2933), + [anon_sym_consteval] = ACTIONS(2933), + [anon_sym_PROGMEM] = ACTIONS(2933), + [anon_sym_alignas] = ACTIONS(2933), + [anon_sym__Alignas] = ACTIONS(2933), + [aux_sym_primitive_type_token1] = ACTIONS(2933), + [anon_sym_byte] = ACTIONS(2933), + [anon_sym_word] = ACTIONS(2933), + [anon_sym_enum] = ACTIONS(2933), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2933), + [anon_sym_union] = ACTIONS(2933), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(2933), + [anon_sym_explicit] = ACTIONS(2933), + [anon_sym_typename] = ACTIONS(2933), + [anon_sym_template] = ACTIONS(2933), + [anon_sym_operator] = ACTIONS(2933), + [anon_sym_friend] = ACTIONS(2933), + [anon_sym_public] = ACTIONS(2933), + [anon_sym_private] = ACTIONS(2933), + [anon_sym_protected] = ACTIONS(2933), + [anon_sym_using] = ACTIONS(2933), + [anon_sym_static_assert] = ACTIONS(2933), + }, + [1727] = { + [sym_identifier] = ACTIONS(5371), + [aux_sym_preproc_def_token1] = ACTIONS(5371), + [aux_sym_preproc_if_token1] = ACTIONS(5371), + [aux_sym_preproc_if_token2] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5371), + [aux_sym_preproc_else_token1] = ACTIONS(5371), + [aux_sym_preproc_elif_token1] = ACTIONS(5371), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5371), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5371), + [sym_preproc_directive] = ACTIONS(5371), + [anon_sym_LPAREN2] = ACTIONS(5373), + [anon_sym_TILDE] = ACTIONS(5373), + [anon_sym_STAR] = ACTIONS(5373), + [anon_sym_AMP_AMP] = ACTIONS(5373), + [anon_sym_AMP] = ACTIONS(5371), + [anon_sym_SEMI] = ACTIONS(5373), + [anon_sym___extension__] = ACTIONS(5371), + [anon_sym_typedef] = ACTIONS(5371), + [anon_sym_virtual] = ACTIONS(5371), + [anon_sym_extern] = ACTIONS(5371), + [anon_sym___attribute__] = ACTIONS(5371), + [anon_sym___attribute] = ACTIONS(5371), + [anon_sym_COLON_COLON] = ACTIONS(5373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5373), + [anon_sym___declspec] = ACTIONS(5371), + [anon_sym___based] = ACTIONS(5371), + [anon_sym_signed] = ACTIONS(5371), + [anon_sym_unsigned] = ACTIONS(5371), + [anon_sym_long] = ACTIONS(5371), + [anon_sym_short] = ACTIONS(5371), + [anon_sym_LBRACK] = ACTIONS(5371), + [anon_sym_static] = ACTIONS(5371), + [anon_sym_register] = ACTIONS(5371), + [anon_sym_inline] = ACTIONS(5371), + [anon_sym___inline] = ACTIONS(5371), + [anon_sym___inline__] = ACTIONS(5371), + [anon_sym___forceinline] = ACTIONS(5371), + [anon_sym_thread_local] = ACTIONS(5371), + [anon_sym___thread] = ACTIONS(5371), + [anon_sym_const] = ACTIONS(5371), + [anon_sym_constexpr] = ACTIONS(5371), + [anon_sym_volatile] = ACTIONS(5371), + [anon_sym_restrict] = ACTIONS(5371), + [anon_sym___restrict__] = ACTIONS(5371), + [anon_sym__Atomic] = ACTIONS(5371), + [anon_sym__Noreturn] = ACTIONS(5371), + [anon_sym_noreturn] = ACTIONS(5371), + [anon_sym__Nonnull] = ACTIONS(5371), + [anon_sym_mutable] = ACTIONS(5371), + [anon_sym_constinit] = ACTIONS(5371), + [anon_sym_consteval] = ACTIONS(5371), + [anon_sym_PROGMEM] = ACTIONS(5371), + [anon_sym_alignas] = ACTIONS(5371), + [anon_sym__Alignas] = ACTIONS(5371), + [aux_sym_primitive_type_token1] = ACTIONS(5371), + [anon_sym_byte] = ACTIONS(5371), + [anon_sym_word] = ACTIONS(5371), + [anon_sym_enum] = ACTIONS(5371), + [anon_sym_class] = ACTIONS(5371), + [anon_sym_struct] = ACTIONS(5371), + [anon_sym_union] = ACTIONS(5371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5371), + [anon_sym_decltype] = ACTIONS(5371), + [anon_sym_explicit] = ACTIONS(5371), + [anon_sym_typename] = ACTIONS(5371), + [anon_sym_template] = ACTIONS(5371), + [anon_sym_operator] = ACTIONS(5371), + [anon_sym_friend] = ACTIONS(5371), + [anon_sym_public] = ACTIONS(5371), + [anon_sym_private] = ACTIONS(5371), + [anon_sym_protected] = ACTIONS(5371), + [anon_sym_using] = ACTIONS(5371), + [anon_sym_static_assert] = ACTIONS(5371), + }, + [1728] = { + [sym_identifier] = ACTIONS(5375), + [aux_sym_preproc_def_token1] = ACTIONS(5375), + [aux_sym_preproc_if_token1] = ACTIONS(5375), + [aux_sym_preproc_if_token2] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5375), + [aux_sym_preproc_else_token1] = ACTIONS(5375), + [aux_sym_preproc_elif_token1] = ACTIONS(5375), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5375), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5375), + [sym_preproc_directive] = ACTIONS(5375), + [anon_sym_LPAREN2] = ACTIONS(5377), + [anon_sym_TILDE] = ACTIONS(5377), + [anon_sym_STAR] = ACTIONS(5377), + [anon_sym_AMP_AMP] = ACTIONS(5377), + [anon_sym_AMP] = ACTIONS(5375), + [anon_sym_SEMI] = ACTIONS(5377), + [anon_sym___extension__] = ACTIONS(5375), + [anon_sym_typedef] = ACTIONS(5375), + [anon_sym_virtual] = ACTIONS(5375), + [anon_sym_extern] = ACTIONS(5375), + [anon_sym___attribute__] = ACTIONS(5375), + [anon_sym___attribute] = ACTIONS(5375), + [anon_sym_COLON_COLON] = ACTIONS(5377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5377), + [anon_sym___declspec] = ACTIONS(5375), + [anon_sym___based] = ACTIONS(5375), + [anon_sym_signed] = ACTIONS(5375), + [anon_sym_unsigned] = ACTIONS(5375), + [anon_sym_long] = ACTIONS(5375), + [anon_sym_short] = ACTIONS(5375), + [anon_sym_LBRACK] = ACTIONS(5375), + [anon_sym_static] = ACTIONS(5375), + [anon_sym_register] = ACTIONS(5375), + [anon_sym_inline] = ACTIONS(5375), + [anon_sym___inline] = ACTIONS(5375), + [anon_sym___inline__] = ACTIONS(5375), + [anon_sym___forceinline] = ACTIONS(5375), + [anon_sym_thread_local] = ACTIONS(5375), + [anon_sym___thread] = ACTIONS(5375), + [anon_sym_const] = ACTIONS(5375), + [anon_sym_constexpr] = ACTIONS(5375), + [anon_sym_volatile] = ACTIONS(5375), + [anon_sym_restrict] = ACTIONS(5375), + [anon_sym___restrict__] = ACTIONS(5375), + [anon_sym__Atomic] = ACTIONS(5375), + [anon_sym__Noreturn] = ACTIONS(5375), + [anon_sym_noreturn] = ACTIONS(5375), + [anon_sym__Nonnull] = ACTIONS(5375), + [anon_sym_mutable] = ACTIONS(5375), + [anon_sym_constinit] = ACTIONS(5375), + [anon_sym_consteval] = ACTIONS(5375), + [anon_sym_PROGMEM] = ACTIONS(5375), + [anon_sym_alignas] = ACTIONS(5375), + [anon_sym__Alignas] = ACTIONS(5375), + [aux_sym_primitive_type_token1] = ACTIONS(5375), + [anon_sym_byte] = ACTIONS(5375), + [anon_sym_word] = ACTIONS(5375), + [anon_sym_enum] = ACTIONS(5375), + [anon_sym_class] = ACTIONS(5375), + [anon_sym_struct] = ACTIONS(5375), + [anon_sym_union] = ACTIONS(5375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5375), + [anon_sym_decltype] = ACTIONS(5375), + [anon_sym_explicit] = ACTIONS(5375), + [anon_sym_typename] = ACTIONS(5375), + [anon_sym_template] = ACTIONS(5375), + [anon_sym_operator] = ACTIONS(5375), + [anon_sym_friend] = ACTIONS(5375), + [anon_sym_public] = ACTIONS(5375), + [anon_sym_private] = ACTIONS(5375), + [anon_sym_protected] = ACTIONS(5375), + [anon_sym_using] = ACTIONS(5375), + [anon_sym_static_assert] = ACTIONS(5375), + }, + [1729] = { + [sym_identifier] = ACTIONS(5379), + [aux_sym_preproc_def_token1] = ACTIONS(5379), + [aux_sym_preproc_if_token1] = ACTIONS(5379), + [aux_sym_preproc_if_token2] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5379), + [aux_sym_preproc_else_token1] = ACTIONS(5379), + [aux_sym_preproc_elif_token1] = ACTIONS(5379), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5379), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5379), + [sym_preproc_directive] = ACTIONS(5379), + [anon_sym_LPAREN2] = ACTIONS(5381), + [anon_sym_TILDE] = ACTIONS(5381), + [anon_sym_STAR] = ACTIONS(5381), + [anon_sym_AMP_AMP] = ACTIONS(5381), + [anon_sym_AMP] = ACTIONS(5379), + [anon_sym_SEMI] = ACTIONS(5381), + [anon_sym___extension__] = ACTIONS(5379), + [anon_sym_typedef] = ACTIONS(5379), + [anon_sym_virtual] = ACTIONS(5379), + [anon_sym_extern] = ACTIONS(5379), + [anon_sym___attribute__] = ACTIONS(5379), + [anon_sym___attribute] = ACTIONS(5379), + [anon_sym_COLON_COLON] = ACTIONS(5381), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5381), + [anon_sym___declspec] = ACTIONS(5379), + [anon_sym___based] = ACTIONS(5379), + [anon_sym_signed] = ACTIONS(5379), + [anon_sym_unsigned] = ACTIONS(5379), + [anon_sym_long] = ACTIONS(5379), + [anon_sym_short] = ACTIONS(5379), + [anon_sym_LBRACK] = ACTIONS(5379), + [anon_sym_static] = ACTIONS(5379), + [anon_sym_register] = ACTIONS(5379), + [anon_sym_inline] = ACTIONS(5379), + [anon_sym___inline] = ACTIONS(5379), + [anon_sym___inline__] = ACTIONS(5379), + [anon_sym___forceinline] = ACTIONS(5379), + [anon_sym_thread_local] = ACTIONS(5379), + [anon_sym___thread] = ACTIONS(5379), + [anon_sym_const] = ACTIONS(5379), + [anon_sym_constexpr] = ACTIONS(5379), + [anon_sym_volatile] = ACTIONS(5379), + [anon_sym_restrict] = ACTIONS(5379), + [anon_sym___restrict__] = ACTIONS(5379), + [anon_sym__Atomic] = ACTIONS(5379), + [anon_sym__Noreturn] = ACTIONS(5379), + [anon_sym_noreturn] = ACTIONS(5379), + [anon_sym__Nonnull] = ACTIONS(5379), + [anon_sym_mutable] = ACTIONS(5379), + [anon_sym_constinit] = ACTIONS(5379), + [anon_sym_consteval] = ACTIONS(5379), + [anon_sym_PROGMEM] = ACTIONS(5379), + [anon_sym_alignas] = ACTIONS(5379), + [anon_sym__Alignas] = ACTIONS(5379), + [aux_sym_primitive_type_token1] = ACTIONS(5379), + [anon_sym_byte] = ACTIONS(5379), + [anon_sym_word] = ACTIONS(5379), + [anon_sym_enum] = ACTIONS(5379), + [anon_sym_class] = ACTIONS(5379), + [anon_sym_struct] = ACTIONS(5379), + [anon_sym_union] = ACTIONS(5379), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5379), + [anon_sym_decltype] = ACTIONS(5379), + [anon_sym_explicit] = ACTIONS(5379), + [anon_sym_typename] = ACTIONS(5379), + [anon_sym_template] = ACTIONS(5379), + [anon_sym_operator] = ACTIONS(5379), + [anon_sym_friend] = ACTIONS(5379), + [anon_sym_public] = ACTIONS(5379), + [anon_sym_private] = ACTIONS(5379), + [anon_sym_protected] = ACTIONS(5379), + [anon_sym_using] = ACTIONS(5379), + [anon_sym_static_assert] = ACTIONS(5379), + }, + [1730] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_LPAREN2] = ACTIONS(2465), + [anon_sym_BANG] = ACTIONS(2465), + [anon_sym_TILDE] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_PLUS] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2465), + [anon_sym_AMP] = ACTIONS(2465), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2465), + [anon_sym_LBRACK] = ACTIONS(2465), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_RBRACK] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_mutable] = ACTIONS(2475), + [anon_sym_constinit] = ACTIONS(2475), + [anon_sym_consteval] = ACTIONS(2475), + [anon_sym_PROGMEM] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [aux_sym_primitive_type_token1] = ACTIONS(2475), + [anon_sym_byte] = ACTIONS(2475), + [anon_sym_word] = ACTIONS(2475), + [anon_sym_not] = ACTIONS(2475), + [anon_sym_compl] = ACTIONS(2475), + [anon_sym_DASH_DASH] = ACTIONS(2465), + [anon_sym_PLUS_PLUS] = ACTIONS(2465), + [anon_sym_sizeof] = ACTIONS(2475), + [anon_sym___alignof__] = ACTIONS(2475), + [anon_sym___alignof] = ACTIONS(2475), + [anon_sym__alignof] = ACTIONS(2475), + [anon_sym_alignof] = ACTIONS(2475), + [anon_sym__Alignof] = ACTIONS(2475), + [anon_sym_offsetof] = ACTIONS(2475), + [anon_sym__Generic] = ACTIONS(2475), + [anon_sym_asm] = ACTIONS(2475), + [anon_sym___asm__] = ACTIONS(2475), + [anon_sym___asm] = ACTIONS(2475), + [aux_sym_number_literal_token1] = ACTIONS(2465), + [aux_sym_number_literal_token2] = ACTIONS(2475), + [anon_sym_L_SQUOTE] = ACTIONS(2465), + [anon_sym_u_SQUOTE] = ACTIONS(2465), + [anon_sym_U_SQUOTE] = ACTIONS(2465), + [anon_sym_u8_SQUOTE] = ACTIONS(2465), + [anon_sym_SQUOTE] = ACTIONS(2465), + [anon_sym_L_DQUOTE] = ACTIONS(2465), + [anon_sym_u_DQUOTE] = ACTIONS(2465), + [anon_sym_U_DQUOTE] = ACTIONS(2465), + [anon_sym_u8_DQUOTE] = ACTIONS(2465), + [anon_sym_DQUOTE] = ACTIONS(2465), + [sym_true] = ACTIONS(2475), + [sym_false] = ACTIONS(2475), + [anon_sym_NULL] = ACTIONS(2475), + [anon_sym_nullptr] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(2475), + [anon_sym_template] = ACTIONS(2475), + [anon_sym_delete] = ACTIONS(2475), + [anon_sym_R_DQUOTE] = ACTIONS(2465), + [anon_sym_LR_DQUOTE] = ACTIONS(2465), + [anon_sym_uR_DQUOTE] = ACTIONS(2465), + [anon_sym_UR_DQUOTE] = ACTIONS(2465), + [anon_sym_u8R_DQUOTE] = ACTIONS(2465), + [anon_sym_co_await] = ACTIONS(2475), + [anon_sym_new] = ACTIONS(2475), + [anon_sym_requires] = ACTIONS(2475), + [sym_this] = ACTIONS(2475), + }, + [1731] = { + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token2] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [aux_sym_preproc_else_token1] = ACTIONS(3040), + [aux_sym_preproc_elif_token1] = ACTIONS(3040), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_friend] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + }, + [1732] = { + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token2] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [aux_sym_preproc_else_token1] = ACTIONS(2937), + [aux_sym_preproc_elif_token1] = ACTIONS(2937), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_friend] = ACTIONS(2937), + [anon_sym_public] = ACTIONS(2937), + [anon_sym_private] = ACTIONS(2937), + [anon_sym_protected] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), + }, + [1733] = { + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token2] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [aux_sym_preproc_else_token1] = ACTIONS(2869), + [aux_sym_preproc_elif_token1] = ACTIONS(2869), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_friend] = ACTIONS(2869), + [anon_sym_public] = ACTIONS(2869), + [anon_sym_private] = ACTIONS(2869), + [anon_sym_protected] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), }, - [1834] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6249), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6718), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6718), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), + [1734] = { + [sym_type_qualifier] = STATE(1768), + [sym_alignas_qualifier] = STATE(1633), + [sym_primitive_type] = STATE(2085), + [aux_sym__type_definition_type_repeat1] = STATE(1768), + [aux_sym_sized_type_specifier_repeat1] = STATE(1885), + [sym_identifier] = ACTIONS(5383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4932), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4932), + [anon_sym_GT_GT] = ACTIONS(4932), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym___extension__] = ACTIONS(5385), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5387), + [anon_sym_unsigned] = ACTIONS(5387), + [anon_sym_long] = ACTIONS(5387), + [anon_sym_short] = ACTIONS(5387), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_const] = ACTIONS(5385), + [anon_sym_constexpr] = ACTIONS(5385), + [anon_sym_volatile] = ACTIONS(5385), + [anon_sym_restrict] = ACTIONS(5385), + [anon_sym___restrict__] = ACTIONS(5385), + [anon_sym__Atomic] = ACTIONS(5385), + [anon_sym__Noreturn] = ACTIONS(5385), + [anon_sym_noreturn] = ACTIONS(5385), + [anon_sym__Nonnull] = ACTIONS(5385), + [anon_sym_mutable] = ACTIONS(5385), + [anon_sym_constinit] = ACTIONS(5385), + [anon_sym_consteval] = ACTIONS(5385), + [anon_sym_PROGMEM] = ACTIONS(5385), + [anon_sym_alignas] = ACTIONS(5389), + [anon_sym__Alignas] = ACTIONS(5389), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_COLON] = ACTIONS(4932), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), }, - [1835] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6156), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6737), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6737), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), + [1735] = { + [sym_identifier] = ACTIONS(5289), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token2] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [aux_sym_preproc_else_token1] = ACTIONS(5289), + [aux_sym_preproc_elif_token1] = ACTIONS(5289), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), + [anon_sym_LPAREN2] = ACTIONS(5291), + [anon_sym_TILDE] = ACTIONS(5291), + [anon_sym_STAR] = ACTIONS(5291), + [anon_sym_AMP_AMP] = ACTIONS(5291), + [anon_sym_AMP] = ACTIONS(5289), + [anon_sym_SEMI] = ACTIONS(5291), + [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), + [anon_sym___attribute__] = ACTIONS(5289), + [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), + [anon_sym___based] = ACTIONS(5289), + [anon_sym_signed] = ACTIONS(5289), + [anon_sym_unsigned] = ACTIONS(5289), + [anon_sym_long] = ACTIONS(5289), + [anon_sym_short] = ACTIONS(5289), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), + [anon_sym_const] = ACTIONS(5289), + [anon_sym_constexpr] = ACTIONS(5289), + [anon_sym_volatile] = ACTIONS(5289), + [anon_sym_restrict] = ACTIONS(5289), + [anon_sym___restrict__] = ACTIONS(5289), + [anon_sym__Atomic] = ACTIONS(5289), + [anon_sym__Noreturn] = ACTIONS(5289), + [anon_sym_noreturn] = ACTIONS(5289), + [anon_sym__Nonnull] = ACTIONS(5289), + [anon_sym_mutable] = ACTIONS(5289), + [anon_sym_constinit] = ACTIONS(5289), + [anon_sym_consteval] = ACTIONS(5289), + [anon_sym_PROGMEM] = ACTIONS(5289), + [anon_sym_alignas] = ACTIONS(5289), + [anon_sym__Alignas] = ACTIONS(5289), + [aux_sym_primitive_type_token1] = ACTIONS(5289), + [anon_sym_byte] = ACTIONS(5289), + [anon_sym_word] = ACTIONS(5289), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [sym_auto] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), }, - [1836] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4836), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1736] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token2] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [aux_sym_preproc_else_token1] = ACTIONS(3112), + [aux_sym_preproc_elif_token1] = ACTIONS(3112), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_friend] = ACTIONS(3112), + [anon_sym_public] = ACTIONS(3112), + [anon_sym_private] = ACTIONS(3112), + [anon_sym_protected] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), }, - [1837] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(5215), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1737] = { + [sym_identifier] = ACTIONS(5391), + [aux_sym_preproc_def_token1] = ACTIONS(5391), + [aux_sym_preproc_if_token1] = ACTIONS(5391), + [aux_sym_preproc_if_token2] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5391), + [aux_sym_preproc_else_token1] = ACTIONS(5391), + [aux_sym_preproc_elif_token1] = ACTIONS(5391), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5391), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5391), + [sym_preproc_directive] = ACTIONS(5391), + [anon_sym_LPAREN2] = ACTIONS(5393), + [anon_sym_TILDE] = ACTIONS(5393), + [anon_sym_STAR] = ACTIONS(5393), + [anon_sym_AMP_AMP] = ACTIONS(5393), + [anon_sym_AMP] = ACTIONS(5391), + [anon_sym_SEMI] = ACTIONS(5393), + [anon_sym___extension__] = ACTIONS(5391), + [anon_sym_typedef] = ACTIONS(5391), + [anon_sym_virtual] = ACTIONS(5391), + [anon_sym_extern] = ACTIONS(5391), + [anon_sym___attribute__] = ACTIONS(5391), + [anon_sym___attribute] = ACTIONS(5391), + [anon_sym_COLON_COLON] = ACTIONS(5393), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5393), + [anon_sym___declspec] = ACTIONS(5391), + [anon_sym___based] = ACTIONS(5391), + [anon_sym_signed] = ACTIONS(5391), + [anon_sym_unsigned] = ACTIONS(5391), + [anon_sym_long] = ACTIONS(5391), + [anon_sym_short] = ACTIONS(5391), + [anon_sym_LBRACK] = ACTIONS(5391), + [anon_sym_static] = ACTIONS(5391), + [anon_sym_register] = ACTIONS(5391), + [anon_sym_inline] = ACTIONS(5391), + [anon_sym___inline] = ACTIONS(5391), + [anon_sym___inline__] = ACTIONS(5391), + [anon_sym___forceinline] = ACTIONS(5391), + [anon_sym_thread_local] = ACTIONS(5391), + [anon_sym___thread] = ACTIONS(5391), + [anon_sym_const] = ACTIONS(5391), + [anon_sym_constexpr] = ACTIONS(5391), + [anon_sym_volatile] = ACTIONS(5391), + [anon_sym_restrict] = ACTIONS(5391), + [anon_sym___restrict__] = ACTIONS(5391), + [anon_sym__Atomic] = ACTIONS(5391), + [anon_sym__Noreturn] = ACTIONS(5391), + [anon_sym_noreturn] = ACTIONS(5391), + [anon_sym__Nonnull] = ACTIONS(5391), + [anon_sym_mutable] = ACTIONS(5391), + [anon_sym_constinit] = ACTIONS(5391), + [anon_sym_consteval] = ACTIONS(5391), + [anon_sym_PROGMEM] = ACTIONS(5391), + [anon_sym_alignas] = ACTIONS(5391), + [anon_sym__Alignas] = ACTIONS(5391), + [aux_sym_primitive_type_token1] = ACTIONS(5391), + [anon_sym_byte] = ACTIONS(5391), + [anon_sym_word] = ACTIONS(5391), + [anon_sym_enum] = ACTIONS(5391), + [anon_sym_class] = ACTIONS(5391), + [anon_sym_struct] = ACTIONS(5391), + [anon_sym_union] = ACTIONS(5391), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5391), + [anon_sym_decltype] = ACTIONS(5391), + [anon_sym_explicit] = ACTIONS(5391), + [anon_sym_typename] = ACTIONS(5391), + [anon_sym_template] = ACTIONS(5391), + [anon_sym_operator] = ACTIONS(5391), + [anon_sym_friend] = ACTIONS(5391), + [anon_sym_public] = ACTIONS(5391), + [anon_sym_private] = ACTIONS(5391), + [anon_sym_protected] = ACTIONS(5391), + [anon_sym_using] = ACTIONS(5391), + [anon_sym_static_assert] = ACTIONS(5391), }, - [1838] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4825), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1738] = { + [sym_identifier] = ACTIONS(5395), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5397), + [anon_sym_COMMA] = ACTIONS(5397), + [anon_sym_RPAREN] = ACTIONS(5397), + [anon_sym_LPAREN2] = ACTIONS(5397), + [anon_sym_DASH] = ACTIONS(5395), + [anon_sym_PLUS] = ACTIONS(5395), + [anon_sym_STAR] = ACTIONS(5397), + [anon_sym_SLASH] = ACTIONS(5395), + [anon_sym_PERCENT] = ACTIONS(5397), + [anon_sym_PIPE_PIPE] = ACTIONS(5397), + [anon_sym_AMP_AMP] = ACTIONS(5397), + [anon_sym_PIPE] = ACTIONS(5395), + [anon_sym_CARET] = ACTIONS(5397), + [anon_sym_AMP] = ACTIONS(5395), + [anon_sym_EQ_EQ] = ACTIONS(5397), + [anon_sym_BANG_EQ] = ACTIONS(5397), + [anon_sym_GT] = ACTIONS(5395), + [anon_sym_GT_EQ] = ACTIONS(5397), + [anon_sym_LT_EQ] = ACTIONS(5395), + [anon_sym_LT] = ACTIONS(5395), + [anon_sym_LT_LT] = ACTIONS(5397), + [anon_sym_GT_GT] = ACTIONS(5397), + [anon_sym_SEMI] = ACTIONS(5397), + [anon_sym___extension__] = ACTIONS(5395), + [anon_sym___attribute__] = ACTIONS(5395), + [anon_sym___attribute] = ACTIONS(5395), + [anon_sym_COLON_COLON] = ACTIONS(5397), + [anon_sym___based] = ACTIONS(5395), + [anon_sym_LBRACE] = ACTIONS(5397), + [anon_sym_RBRACE] = ACTIONS(5397), + [anon_sym_signed] = ACTIONS(5395), + [anon_sym_unsigned] = ACTIONS(5395), + [anon_sym_long] = ACTIONS(5395), + [anon_sym_short] = ACTIONS(5395), + [anon_sym_LBRACK] = ACTIONS(5397), + [anon_sym_RBRACK] = ACTIONS(5397), + [anon_sym_const] = ACTIONS(5395), + [anon_sym_constexpr] = ACTIONS(5395), + [anon_sym_volatile] = ACTIONS(5395), + [anon_sym_restrict] = ACTIONS(5395), + [anon_sym___restrict__] = ACTIONS(5395), + [anon_sym__Atomic] = ACTIONS(5395), + [anon_sym__Noreturn] = ACTIONS(5395), + [anon_sym_noreturn] = ACTIONS(5395), + [anon_sym__Nonnull] = ACTIONS(5395), + [anon_sym_mutable] = ACTIONS(5395), + [anon_sym_constinit] = ACTIONS(5395), + [anon_sym_consteval] = ACTIONS(5395), + [anon_sym_PROGMEM] = ACTIONS(5395), + [anon_sym_alignas] = ACTIONS(5395), + [anon_sym__Alignas] = ACTIONS(5395), + [aux_sym_primitive_type_token1] = ACTIONS(5395), + [anon_sym_byte] = ACTIONS(5395), + [anon_sym_word] = ACTIONS(5395), + [anon_sym_COLON] = ACTIONS(5395), + [anon_sym_QMARK] = ACTIONS(5397), + [anon_sym_LT_EQ_GT] = ACTIONS(5397), + [anon_sym_or] = ACTIONS(5395), + [anon_sym_and] = ACTIONS(5395), + [anon_sym_bitor] = ACTIONS(5395), + [anon_sym_xor] = ACTIONS(5395), + [anon_sym_bitand] = ACTIONS(5395), + [anon_sym_not_eq] = ACTIONS(5395), + [anon_sym_DASH_DASH] = ACTIONS(5397), + [anon_sym_PLUS_PLUS] = ACTIONS(5397), + [anon_sym_DOT] = ACTIONS(5395), + [anon_sym_DOT_STAR] = ACTIONS(5397), + [anon_sym_DASH_GT] = ACTIONS(5397), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5395), + [anon_sym_decltype] = ACTIONS(5395), + [anon_sym_final] = ACTIONS(5395), + [anon_sym_override] = ACTIONS(5395), + [anon_sym_requires] = ACTIONS(5395), }, - [1839] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6225), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6733), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6733), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1739] = { + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token2] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [aux_sym_preproc_else_token1] = ACTIONS(3012), + [aux_sym_preproc_elif_token1] = ACTIONS(3012), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_friend] = ACTIONS(3012), + [anon_sym_public] = ACTIONS(3012), + [anon_sym_private] = ACTIONS(3012), + [anon_sym_protected] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), }, - [1840] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6243), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6738), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6738), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1740] = { + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token2] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [aux_sym_preproc_else_token1] = ACTIONS(2941), + [aux_sym_preproc_elif_token1] = ACTIONS(2941), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_friend] = ACTIONS(2941), + [anon_sym_public] = ACTIONS(2941), + [anon_sym_private] = ACTIONS(2941), + [anon_sym_protected] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), }, - [1841] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4795), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1741] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [aux_sym_preproc_else_token1] = ACTIONS(2813), + [aux_sym_preproc_elif_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), }, - [1842] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6248), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6703), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6703), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1742] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token2] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [aux_sym_preproc_else_token1] = ACTIONS(5399), + [aux_sym_preproc_elif_token1] = ACTIONS(5399), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), }, - [1843] = { - [sym_template_argument_list] = STATE(1873), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(5636), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4866), - [anon_sym_volatile] = ACTIONS(4866), - [anon_sym_restrict] = ACTIONS(4866), - [anon_sym___restrict__] = ACTIONS(4866), - [anon_sym__Atomic] = ACTIONS(4866), - [anon_sym__Noreturn] = ACTIONS(4866), - [anon_sym_noreturn] = ACTIONS(4866), - [anon_sym__Nonnull] = ACTIONS(4866), - [anon_sym_mutable] = ACTIONS(4866), - [anon_sym_constinit] = ACTIONS(4866), - [anon_sym_consteval] = ACTIONS(4866), - [anon_sym_PROGMEM] = ACTIONS(4866), - [anon_sym_alignas] = ACTIONS(4866), - [anon_sym__Alignas] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4861), - [anon_sym_or_eq] = ACTIONS(4861), - [anon_sym_xor_eq] = ACTIONS(4861), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4861), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4861), - [anon_sym_not_eq] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4868), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4866), - [anon_sym_decltype] = ACTIONS(4866), - [anon_sym_DASH_GT_STAR] = ACTIONS(4861), + [1743] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token2] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [aux_sym_preproc_else_token1] = ACTIONS(5403), + [aux_sym_preproc_elif_token1] = ACTIONS(5403), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), }, - [1844] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6295), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6737), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6737), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1744] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4850), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE] = ACTIONS(4848), + [anon_sym_CARET] = ACTIONS(4850), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym_EQ_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4850), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4848), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_LT_LT] = ACTIONS(4850), + [anon_sym_GT_GT] = ACTIONS(4850), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym___based] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_signed] = ACTIONS(4848), + [anon_sym_unsigned] = ACTIONS(4848), + [anon_sym_long] = ACTIONS(4848), + [anon_sym_short] = ACTIONS(4848), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_RBRACK] = ACTIONS(4850), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [aux_sym_primitive_type_token1] = ACTIONS(4848), + [anon_sym_byte] = ACTIONS(4848), + [anon_sym_word] = ACTIONS(4848), + [anon_sym_COLON] = ACTIONS(4848), + [anon_sym_QMARK] = ACTIONS(4850), + [anon_sym_LT_EQ_GT] = ACTIONS(4850), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [anon_sym_bitor] = ACTIONS(4848), + [anon_sym_xor] = ACTIONS(4848), + [anon_sym_bitand] = ACTIONS(4848), + [anon_sym_not_eq] = ACTIONS(4848), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_DOT_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_requires] = ACTIONS(4848), }, - [1845] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6168), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6729), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6729), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), + [1745] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4854), + [anon_sym_COMMA] = ACTIONS(4854), + [anon_sym_RPAREN] = ACTIONS(4854), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4852), + [anon_sym_PLUS] = ACTIONS(4852), + [anon_sym_STAR] = ACTIONS(4854), + [anon_sym_SLASH] = ACTIONS(4852), + [anon_sym_PERCENT] = ACTIONS(4854), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_PIPE] = ACTIONS(4852), + [anon_sym_CARET] = ACTIONS(4854), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4852), + [anon_sym_GT_EQ] = ACTIONS(4854), + [anon_sym_LT_EQ] = ACTIONS(4852), + [anon_sym_LT] = ACTIONS(4852), + [anon_sym_LT_LT] = ACTIONS(4854), + [anon_sym_GT_GT] = ACTIONS(4854), + [anon_sym_SEMI] = ACTIONS(4854), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym___based] = ACTIONS(4852), + [anon_sym_LBRACE] = ACTIONS(4854), + [anon_sym_RBRACE] = ACTIONS(4854), + [anon_sym_signed] = ACTIONS(4852), + [anon_sym_unsigned] = ACTIONS(4852), + [anon_sym_long] = ACTIONS(4852), + [anon_sym_short] = ACTIONS(4852), + [anon_sym_LBRACK] = ACTIONS(4854), + [anon_sym_RBRACK] = ACTIONS(4854), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [aux_sym_primitive_type_token1] = ACTIONS(4852), + [anon_sym_byte] = ACTIONS(4852), + [anon_sym_word] = ACTIONS(4852), + [anon_sym_COLON] = ACTIONS(4852), + [anon_sym_QMARK] = ACTIONS(4854), + [anon_sym_LT_EQ_GT] = ACTIONS(4854), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [anon_sym_bitor] = ACTIONS(4852), + [anon_sym_xor] = ACTIONS(4852), + [anon_sym_bitand] = ACTIONS(4852), + [anon_sym_not_eq] = ACTIONS(4852), + [anon_sym_DASH_DASH] = ACTIONS(4854), + [anon_sym_PLUS_PLUS] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4852), + [anon_sym_DOT_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4854), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_final] = ACTIONS(4852), + [anon_sym_override] = ACTIONS(4852), + [anon_sym_requires] = ACTIONS(4852), + }, + [1746] = { + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token2] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [aux_sym_preproc_else_token1] = ACTIONS(3000), + [aux_sym_preproc_elif_token1] = ACTIONS(3000), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_friend] = ACTIONS(3000), + [anon_sym_public] = ACTIONS(3000), + [anon_sym_private] = ACTIONS(3000), + [anon_sym_protected] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + }, + [1747] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [aux_sym_preproc_else_token1] = ACTIONS(2813), + [aux_sym_preproc_elif_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + }, + [1748] = { + [sym_type_qualifier] = STATE(1780), + [sym_alignas_qualifier] = STATE(1633), + [sym_primitive_type] = STATE(3595), + [aux_sym__type_definition_type_repeat1] = STATE(1780), + [aux_sym_sized_type_specifier_repeat1] = STATE(1975), + [sym_identifier] = ACTIONS(5407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [aux_sym_preproc_if_token2] = ACTIONS(4932), + [aux_sym_preproc_else_token1] = ACTIONS(4932), + [aux_sym_preproc_elif_token1] = ACTIONS(4934), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4932), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4932), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4932), + [anon_sym_GT_GT] = ACTIONS(4932), + [anon_sym___extension__] = ACTIONS(5385), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5410), + [anon_sym_unsigned] = ACTIONS(5410), + [anon_sym_long] = ACTIONS(5410), + [anon_sym_short] = ACTIONS(5410), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_const] = ACTIONS(5385), + [anon_sym_constexpr] = ACTIONS(5385), + [anon_sym_volatile] = ACTIONS(5385), + [anon_sym_restrict] = ACTIONS(5385), + [anon_sym___restrict__] = ACTIONS(5385), + [anon_sym__Atomic] = ACTIONS(5385), + [anon_sym__Noreturn] = ACTIONS(5385), + [anon_sym_noreturn] = ACTIONS(5385), + [anon_sym__Nonnull] = ACTIONS(5385), + [anon_sym_mutable] = ACTIONS(5385), + [anon_sym_constinit] = ACTIONS(5385), + [anon_sym_consteval] = ACTIONS(5385), + [anon_sym_PROGMEM] = ACTIONS(5385), + [anon_sym_alignas] = ACTIONS(5389), + [anon_sym__Alignas] = ACTIONS(5389), + [aux_sym_primitive_type_token1] = ACTIONS(5412), + [anon_sym_byte] = ACTIONS(5412), + [anon_sym_word] = ACTIONS(5412), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), }, - [1846] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4860), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [1749] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4858), + [anon_sym_COMMA] = ACTIONS(4858), + [anon_sym_RPAREN] = ACTIONS(4858), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4856), + [anon_sym_STAR] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4856), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_PIPE] = ACTIONS(4856), + [anon_sym_CARET] = ACTIONS(4858), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4858), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4856), + [anon_sym_LT_LT] = ACTIONS(4858), + [anon_sym_GT_GT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4858), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym___based] = ACTIONS(4856), + [anon_sym_LBRACE] = ACTIONS(4858), + [anon_sym_RBRACE] = ACTIONS(4858), + [anon_sym_signed] = ACTIONS(4856), + [anon_sym_unsigned] = ACTIONS(4856), + [anon_sym_long] = ACTIONS(4856), + [anon_sym_short] = ACTIONS(4856), + [anon_sym_LBRACK] = ACTIONS(4858), + [anon_sym_RBRACK] = ACTIONS(4858), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [aux_sym_primitive_type_token1] = ACTIONS(4856), + [anon_sym_byte] = ACTIONS(4856), + [anon_sym_word] = ACTIONS(4856), + [anon_sym_COLON] = ACTIONS(4856), + [anon_sym_QMARK] = ACTIONS(4858), + [anon_sym_LT_EQ_GT] = ACTIONS(4858), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [anon_sym_bitor] = ACTIONS(4856), + [anon_sym_xor] = ACTIONS(4856), + [anon_sym_bitand] = ACTIONS(4856), + [anon_sym_not_eq] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4858), + [anon_sym_PLUS_PLUS] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4856), + [anon_sym_DOT_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4858), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_final] = ACTIONS(4856), + [anon_sym_override] = ACTIONS(4856), + [anon_sym_requires] = ACTIONS(4856), + }, + [1750] = { + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token2] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [aux_sym_preproc_else_token1] = ACTIONS(3004), + [aux_sym_preproc_elif_token1] = ACTIONS(3004), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_friend] = ACTIONS(3004), + [anon_sym_public] = ACTIONS(3004), + [anon_sym_private] = ACTIONS(3004), + [anon_sym_protected] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + }, + [1751] = { + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token2] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [aux_sym_preproc_else_token1] = ACTIONS(3008), + [aux_sym_preproc_elif_token1] = ACTIONS(3008), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_friend] = ACTIONS(3008), + [anon_sym_public] = ACTIONS(3008), + [anon_sym_private] = ACTIONS(3008), + [anon_sym_protected] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + }, + [1752] = { + [sym_string_literal] = STATE(1752), + [sym_raw_string_literal] = STATE(1752), + [aux_sym_concatenated_string_repeat1] = STATE(1752), + [sym_identifier] = ACTIONS(5414), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5417), + [anon_sym_COMMA] = ACTIONS(5417), + [anon_sym_RPAREN] = ACTIONS(5417), + [aux_sym_preproc_if_token2] = ACTIONS(5417), + [aux_sym_preproc_else_token1] = ACTIONS(5417), + [aux_sym_preproc_elif_token1] = ACTIONS(5419), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5417), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5417), + [anon_sym_LPAREN2] = ACTIONS(5417), + [anon_sym_DASH] = ACTIONS(5419), + [anon_sym_PLUS] = ACTIONS(5419), + [anon_sym_STAR] = ACTIONS(5419), + [anon_sym_SLASH] = ACTIONS(5419), + [anon_sym_PERCENT] = ACTIONS(5419), + [anon_sym_PIPE_PIPE] = ACTIONS(5417), + [anon_sym_AMP_AMP] = ACTIONS(5417), + [anon_sym_PIPE] = ACTIONS(5419), + [anon_sym_CARET] = ACTIONS(5419), + [anon_sym_AMP] = ACTIONS(5419), + [anon_sym_EQ_EQ] = ACTIONS(5417), + [anon_sym_BANG_EQ] = ACTIONS(5417), + [anon_sym_GT] = ACTIONS(5419), + [anon_sym_GT_EQ] = ACTIONS(5417), + [anon_sym_LT_EQ] = ACTIONS(5419), + [anon_sym_LT] = ACTIONS(5419), + [anon_sym_LT_LT] = ACTIONS(5419), + [anon_sym_GT_GT] = ACTIONS(5419), + [anon_sym_SEMI] = ACTIONS(5417), + [anon_sym_RBRACE] = ACTIONS(5417), + [anon_sym_LBRACK] = ACTIONS(5417), + [anon_sym_RBRACK] = ACTIONS(5417), + [anon_sym_EQ] = ACTIONS(5419), + [anon_sym_COLON] = ACTIONS(5417), + [anon_sym_QMARK] = ACTIONS(5417), + [anon_sym_STAR_EQ] = ACTIONS(5417), + [anon_sym_SLASH_EQ] = ACTIONS(5417), + [anon_sym_PERCENT_EQ] = ACTIONS(5417), + [anon_sym_PLUS_EQ] = ACTIONS(5417), + [anon_sym_DASH_EQ] = ACTIONS(5417), + [anon_sym_LT_LT_EQ] = ACTIONS(5417), + [anon_sym_GT_GT_EQ] = ACTIONS(5417), + [anon_sym_AMP_EQ] = ACTIONS(5417), + [anon_sym_CARET_EQ] = ACTIONS(5417), + [anon_sym_PIPE_EQ] = ACTIONS(5417), + [anon_sym_and_eq] = ACTIONS(5419), + [anon_sym_or_eq] = ACTIONS(5419), + [anon_sym_xor_eq] = ACTIONS(5419), + [anon_sym_LT_EQ_GT] = ACTIONS(5417), + [anon_sym_or] = ACTIONS(5419), + [anon_sym_and] = ACTIONS(5419), + [anon_sym_bitor] = ACTIONS(5419), + [anon_sym_xor] = ACTIONS(5419), + [anon_sym_bitand] = ACTIONS(5419), + [anon_sym_not_eq] = ACTIONS(5419), + [anon_sym_DASH_DASH] = ACTIONS(5417), + [anon_sym_PLUS_PLUS] = ACTIONS(5417), + [anon_sym_DOT] = ACTIONS(5419), + [anon_sym_DOT_STAR] = ACTIONS(5417), + [anon_sym_DASH_GT] = ACTIONS(5417), + [anon_sym_L_DQUOTE] = ACTIONS(5421), + [anon_sym_u_DQUOTE] = ACTIONS(5421), + [anon_sym_U_DQUOTE] = ACTIONS(5421), + [anon_sym_u8_DQUOTE] = ACTIONS(5421), + [anon_sym_DQUOTE] = ACTIONS(5421), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5424), + [anon_sym_LR_DQUOTE] = ACTIONS(5424), + [anon_sym_uR_DQUOTE] = ACTIONS(5424), + [anon_sym_UR_DQUOTE] = ACTIONS(5424), + [anon_sym_u8R_DQUOTE] = ACTIONS(5424), + [sym_literal_suffix] = ACTIONS(5419), + }, + [1753] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token2] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [aux_sym_preproc_else_token1] = ACTIONS(5399), + [aux_sym_preproc_elif_token1] = ACTIONS(5399), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), + }, + [1754] = { + [sym_identifier] = ACTIONS(5427), + [aux_sym_preproc_def_token1] = ACTIONS(5427), + [aux_sym_preproc_if_token1] = ACTIONS(5427), + [aux_sym_preproc_if_token2] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5427), + [aux_sym_preproc_else_token1] = ACTIONS(5427), + [aux_sym_preproc_elif_token1] = ACTIONS(5427), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5427), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5427), + [sym_preproc_directive] = ACTIONS(5427), + [anon_sym_LPAREN2] = ACTIONS(5429), + [anon_sym_TILDE] = ACTIONS(5429), + [anon_sym_STAR] = ACTIONS(5429), + [anon_sym_AMP_AMP] = ACTIONS(5429), + [anon_sym_AMP] = ACTIONS(5427), + [anon_sym_SEMI] = ACTIONS(5429), + [anon_sym___extension__] = ACTIONS(5427), + [anon_sym_typedef] = ACTIONS(5427), + [anon_sym_virtual] = ACTIONS(5427), + [anon_sym_extern] = ACTIONS(5427), + [anon_sym___attribute__] = ACTIONS(5427), + [anon_sym___attribute] = ACTIONS(5427), + [anon_sym_COLON_COLON] = ACTIONS(5429), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5429), + [anon_sym___declspec] = ACTIONS(5427), + [anon_sym___based] = ACTIONS(5427), + [anon_sym_signed] = ACTIONS(5427), + [anon_sym_unsigned] = ACTIONS(5427), + [anon_sym_long] = ACTIONS(5427), + [anon_sym_short] = ACTIONS(5427), + [anon_sym_LBRACK] = ACTIONS(5427), + [anon_sym_static] = ACTIONS(5427), + [anon_sym_register] = ACTIONS(5427), + [anon_sym_inline] = ACTIONS(5427), + [anon_sym___inline] = ACTIONS(5427), + [anon_sym___inline__] = ACTIONS(5427), + [anon_sym___forceinline] = ACTIONS(5427), + [anon_sym_thread_local] = ACTIONS(5427), + [anon_sym___thread] = ACTIONS(5427), + [anon_sym_const] = ACTIONS(5427), + [anon_sym_constexpr] = ACTIONS(5427), + [anon_sym_volatile] = ACTIONS(5427), + [anon_sym_restrict] = ACTIONS(5427), + [anon_sym___restrict__] = ACTIONS(5427), + [anon_sym__Atomic] = ACTIONS(5427), + [anon_sym__Noreturn] = ACTIONS(5427), + [anon_sym_noreturn] = ACTIONS(5427), + [anon_sym__Nonnull] = ACTIONS(5427), + [anon_sym_mutable] = ACTIONS(5427), + [anon_sym_constinit] = ACTIONS(5427), + [anon_sym_consteval] = ACTIONS(5427), + [anon_sym_PROGMEM] = ACTIONS(5427), + [anon_sym_alignas] = ACTIONS(5427), + [anon_sym__Alignas] = ACTIONS(5427), + [aux_sym_primitive_type_token1] = ACTIONS(5427), + [anon_sym_byte] = ACTIONS(5427), + [anon_sym_word] = ACTIONS(5427), + [anon_sym_enum] = ACTIONS(5427), + [anon_sym_class] = ACTIONS(5427), + [anon_sym_struct] = ACTIONS(5427), + [anon_sym_union] = ACTIONS(5427), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(5427), + [anon_sym_decltype] = ACTIONS(5427), + [anon_sym_explicit] = ACTIONS(5427), + [anon_sym_typename] = ACTIONS(5427), + [anon_sym_template] = ACTIONS(5427), + [anon_sym_operator] = ACTIONS(5427), + [anon_sym_friend] = ACTIONS(5427), + [anon_sym_public] = ACTIONS(5427), + [anon_sym_private] = ACTIONS(5427), + [anon_sym_protected] = ACTIONS(5427), + [anon_sym_using] = ACTIONS(5427), + [anon_sym_static_assert] = ACTIONS(5427), }, - [1847] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4779), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [1755] = { + [sym_identifier] = ACTIONS(5431), + [aux_sym_preproc_def_token1] = ACTIONS(5431), + [aux_sym_preproc_if_token1] = ACTIONS(5431), + [aux_sym_preproc_if_token2] = ACTIONS(5431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5431), + [aux_sym_preproc_else_token1] = ACTIONS(5431), + [aux_sym_preproc_elif_token1] = ACTIONS(5431), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5431), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5431), + [sym_preproc_directive] = ACTIONS(5431), + [anon_sym_LPAREN2] = ACTIONS(5433), + [anon_sym_TILDE] = ACTIONS(5433), + [anon_sym_STAR] = ACTIONS(5433), + [anon_sym_AMP_AMP] = ACTIONS(5433), + [anon_sym_AMP] = ACTIONS(5431), + [anon_sym_SEMI] = ACTIONS(5433), + [anon_sym___extension__] = ACTIONS(5431), + [anon_sym_typedef] = ACTIONS(5431), + [anon_sym_virtual] = ACTIONS(5431), + [anon_sym_extern] = ACTIONS(5431), + [anon_sym___attribute__] = ACTIONS(5431), + [anon_sym___attribute] = ACTIONS(5431), + [anon_sym_COLON_COLON] = ACTIONS(5433), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5433), + [anon_sym___declspec] = ACTIONS(5431), + [anon_sym___based] = ACTIONS(5431), + [anon_sym_signed] = ACTIONS(5431), + [anon_sym_unsigned] = ACTIONS(5431), + [anon_sym_long] = ACTIONS(5431), + [anon_sym_short] = ACTIONS(5431), + [anon_sym_LBRACK] = ACTIONS(5431), + [anon_sym_static] = ACTIONS(5431), + [anon_sym_register] = ACTIONS(5431), + [anon_sym_inline] = ACTIONS(5431), + [anon_sym___inline] = ACTIONS(5431), + [anon_sym___inline__] = ACTIONS(5431), + [anon_sym___forceinline] = ACTIONS(5431), + [anon_sym_thread_local] = ACTIONS(5431), + [anon_sym___thread] = ACTIONS(5431), + [anon_sym_const] = ACTIONS(5431), + [anon_sym_constexpr] = ACTIONS(5431), + [anon_sym_volatile] = ACTIONS(5431), + [anon_sym_restrict] = ACTIONS(5431), + [anon_sym___restrict__] = ACTIONS(5431), + [anon_sym__Atomic] = ACTIONS(5431), + [anon_sym__Noreturn] = ACTIONS(5431), + [anon_sym_noreturn] = ACTIONS(5431), + [anon_sym__Nonnull] = ACTIONS(5431), + [anon_sym_mutable] = ACTIONS(5431), + [anon_sym_constinit] = ACTIONS(5431), + [anon_sym_consteval] = ACTIONS(5431), + [anon_sym_PROGMEM] = ACTIONS(5431), + [anon_sym_alignas] = ACTIONS(5431), + [anon_sym__Alignas] = ACTIONS(5431), + [aux_sym_primitive_type_token1] = ACTIONS(5431), + [anon_sym_byte] = ACTIONS(5431), + [anon_sym_word] = ACTIONS(5431), + [anon_sym_enum] = ACTIONS(5431), + [anon_sym_class] = ACTIONS(5431), + [anon_sym_struct] = ACTIONS(5431), + [anon_sym_union] = ACTIONS(5431), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(5431), + [anon_sym_decltype] = ACTIONS(5431), + [anon_sym_explicit] = ACTIONS(5431), + [anon_sym_typename] = ACTIONS(5431), + [anon_sym_template] = ACTIONS(5431), + [anon_sym_operator] = ACTIONS(5431), + [anon_sym_friend] = ACTIONS(5431), + [anon_sym_public] = ACTIONS(5431), + [anon_sym_private] = ACTIONS(5431), + [anon_sym_protected] = ACTIONS(5431), + [anon_sym_using] = ACTIONS(5431), + [anon_sym_static_assert] = ACTIONS(5431), }, - [1848] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6175), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6703), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6703), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), + [1756] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token2] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [aux_sym_preproc_else_token1] = ACTIONS(5403), + [aux_sym_preproc_elif_token1] = ACTIONS(5403), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), + }, + [1757] = { + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token2] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [aux_sym_preproc_else_token1] = ACTIONS(3048), + [aux_sym_preproc_elif_token1] = ACTIONS(3048), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_friend] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + }, + [1758] = { + [sym_identifier] = ACTIONS(5435), + [aux_sym_preproc_def_token1] = ACTIONS(5435), + [aux_sym_preproc_if_token1] = ACTIONS(5435), + [aux_sym_preproc_if_token2] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), + [aux_sym_preproc_else_token1] = ACTIONS(5435), + [aux_sym_preproc_elif_token1] = ACTIONS(5435), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5435), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5435), + [sym_preproc_directive] = ACTIONS(5435), + [anon_sym_LPAREN2] = ACTIONS(5437), + [anon_sym_TILDE] = ACTIONS(5437), + [anon_sym_STAR] = ACTIONS(5437), + [anon_sym_AMP_AMP] = ACTIONS(5437), + [anon_sym_AMP] = ACTIONS(5435), + [anon_sym_SEMI] = ACTIONS(5437), + [anon_sym___extension__] = ACTIONS(5435), + [anon_sym_typedef] = ACTIONS(5435), + [anon_sym_virtual] = ACTIONS(5435), + [anon_sym_extern] = ACTIONS(5435), + [anon_sym___attribute__] = ACTIONS(5435), + [anon_sym___attribute] = ACTIONS(5435), + [anon_sym_COLON_COLON] = ACTIONS(5437), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), + [anon_sym___declspec] = ACTIONS(5435), + [anon_sym___based] = ACTIONS(5435), + [anon_sym_signed] = ACTIONS(5435), + [anon_sym_unsigned] = ACTIONS(5435), + [anon_sym_long] = ACTIONS(5435), + [anon_sym_short] = ACTIONS(5435), + [anon_sym_LBRACK] = ACTIONS(5435), + [anon_sym_static] = ACTIONS(5435), + [anon_sym_register] = ACTIONS(5435), + [anon_sym_inline] = ACTIONS(5435), + [anon_sym___inline] = ACTIONS(5435), + [anon_sym___inline__] = ACTIONS(5435), + [anon_sym___forceinline] = ACTIONS(5435), + [anon_sym_thread_local] = ACTIONS(5435), + [anon_sym___thread] = ACTIONS(5435), + [anon_sym_const] = ACTIONS(5435), + [anon_sym_constexpr] = ACTIONS(5435), + [anon_sym_volatile] = ACTIONS(5435), + [anon_sym_restrict] = ACTIONS(5435), + [anon_sym___restrict__] = ACTIONS(5435), + [anon_sym__Atomic] = ACTIONS(5435), + [anon_sym__Noreturn] = ACTIONS(5435), + [anon_sym_noreturn] = ACTIONS(5435), + [anon_sym__Nonnull] = ACTIONS(5435), + [anon_sym_mutable] = ACTIONS(5435), + [anon_sym_constinit] = ACTIONS(5435), + [anon_sym_consteval] = ACTIONS(5435), + [anon_sym_PROGMEM] = ACTIONS(5435), + [anon_sym_alignas] = ACTIONS(5435), + [anon_sym__Alignas] = ACTIONS(5435), + [aux_sym_primitive_type_token1] = ACTIONS(5435), + [anon_sym_byte] = ACTIONS(5435), + [anon_sym_word] = ACTIONS(5435), + [anon_sym_enum] = ACTIONS(5435), + [anon_sym_class] = ACTIONS(5435), + [anon_sym_struct] = ACTIONS(5435), + [anon_sym_union] = ACTIONS(5435), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [sym_auto] = ACTIONS(5435), + [anon_sym_decltype] = ACTIONS(5435), + [anon_sym_explicit] = ACTIONS(5435), + [anon_sym_typename] = ACTIONS(5435), + [anon_sym_template] = ACTIONS(5435), + [anon_sym_operator] = ACTIONS(5435), + [anon_sym_friend] = ACTIONS(5435), + [anon_sym_public] = ACTIONS(5435), + [anon_sym_private] = ACTIONS(5435), + [anon_sym_protected] = ACTIONS(5435), + [anon_sym_using] = ACTIONS(5435), + [anon_sym_static_assert] = ACTIONS(5435), }, - [1849] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4769), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), + [1759] = { + [sym_identifier] = ACTIONS(5439), + [aux_sym_preproc_def_token1] = ACTIONS(5439), + [aux_sym_preproc_if_token1] = ACTIONS(5439), + [aux_sym_preproc_if_token2] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5439), + [aux_sym_preproc_else_token1] = ACTIONS(5439), + [aux_sym_preproc_elif_token1] = ACTIONS(5439), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5439), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5439), + [sym_preproc_directive] = ACTIONS(5439), + [anon_sym_LPAREN2] = ACTIONS(5441), + [anon_sym_TILDE] = ACTIONS(5441), + [anon_sym_STAR] = ACTIONS(5441), + [anon_sym_AMP_AMP] = ACTIONS(5441), + [anon_sym_AMP] = ACTIONS(5439), + [anon_sym_SEMI] = ACTIONS(5441), + [anon_sym___extension__] = ACTIONS(5439), + [anon_sym_typedef] = ACTIONS(5439), + [anon_sym_virtual] = ACTIONS(5439), + [anon_sym_extern] = ACTIONS(5439), + [anon_sym___attribute__] = ACTIONS(5439), + [anon_sym___attribute] = ACTIONS(5439), + [anon_sym_COLON_COLON] = ACTIONS(5441), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5441), + [anon_sym___declspec] = ACTIONS(5439), + [anon_sym___based] = ACTIONS(5439), + [anon_sym_signed] = ACTIONS(5439), + [anon_sym_unsigned] = ACTIONS(5439), + [anon_sym_long] = ACTIONS(5439), + [anon_sym_short] = ACTIONS(5439), + [anon_sym_LBRACK] = ACTIONS(5439), + [anon_sym_static] = ACTIONS(5439), + [anon_sym_register] = ACTIONS(5439), + [anon_sym_inline] = ACTIONS(5439), + [anon_sym___inline] = ACTIONS(5439), + [anon_sym___inline__] = ACTIONS(5439), + [anon_sym___forceinline] = ACTIONS(5439), + [anon_sym_thread_local] = ACTIONS(5439), + [anon_sym___thread] = ACTIONS(5439), + [anon_sym_const] = ACTIONS(5439), + [anon_sym_constexpr] = ACTIONS(5439), + [anon_sym_volatile] = ACTIONS(5439), + [anon_sym_restrict] = ACTIONS(5439), + [anon_sym___restrict__] = ACTIONS(5439), + [anon_sym__Atomic] = ACTIONS(5439), + [anon_sym__Noreturn] = ACTIONS(5439), + [anon_sym_noreturn] = ACTIONS(5439), + [anon_sym__Nonnull] = ACTIONS(5439), + [anon_sym_mutable] = ACTIONS(5439), + [anon_sym_constinit] = ACTIONS(5439), + [anon_sym_consteval] = ACTIONS(5439), + [anon_sym_PROGMEM] = ACTIONS(5439), + [anon_sym_alignas] = ACTIONS(5439), + [anon_sym__Alignas] = ACTIONS(5439), + [aux_sym_primitive_type_token1] = ACTIONS(5439), + [anon_sym_byte] = ACTIONS(5439), + [anon_sym_word] = ACTIONS(5439), + [anon_sym_enum] = ACTIONS(5439), + [anon_sym_class] = ACTIONS(5439), + [anon_sym_struct] = ACTIONS(5439), + [anon_sym_union] = ACTIONS(5439), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(5439), + [anon_sym_decltype] = ACTIONS(5439), + [anon_sym_explicit] = ACTIONS(5439), + [anon_sym_typename] = ACTIONS(5439), + [anon_sym_template] = ACTIONS(5439), + [anon_sym_operator] = ACTIONS(5439), + [anon_sym_friend] = ACTIONS(5439), + [anon_sym_public] = ACTIONS(5439), + [anon_sym_private] = ACTIONS(5439), + [anon_sym_protected] = ACTIONS(5439), + [anon_sym_using] = ACTIONS(5439), + [anon_sym_static_assert] = ACTIONS(5439), }, - [1850] = { - [sym__declaration_modifiers] = STATE(1855), - [sym__declaration_specifiers] = STATE(4833), - [sym_attribute_specifier] = STATE(1855), - [sym_attribute_declaration] = STATE(1855), - [sym_ms_declspec_modifier] = STATE(1855), - [sym_storage_class_specifier] = STATE(1855), - [sym_type_qualifier] = STATE(1855), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2305), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(1855), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(1422), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1760] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token2] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [aux_sym_preproc_else_token1] = ACTIONS(3096), + [aux_sym_preproc_elif_token1] = ACTIONS(3096), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_friend] = ACTIONS(3096), + [anon_sym_public] = ACTIONS(3096), + [anon_sym_private] = ACTIONS(3096), + [anon_sym_protected] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), }, - [1851] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6200), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6727), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6727), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1761] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token2] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [aux_sym_preproc_else_token1] = ACTIONS(5443), + [aux_sym_preproc_elif_token1] = ACTIONS(5443), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), }, - [1852] = { - [sym__declaration_modifiers] = STATE(3234), - [sym_attribute_specifier] = STATE(3234), - [sym_attribute_declaration] = STATE(3234), - [sym_ms_declspec_modifier] = STATE(3234), - [sym_ms_based_modifier] = STATE(8547), - [sym__declarator] = STATE(6630), - [sym_parenthesized_declarator] = STATE(5989), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_function_declarator] = STATE(6172), - [sym_array_declarator] = STATE(5989), - [sym_storage_class_specifier] = STATE(3234), - [sym_type_qualifier] = STATE(3234), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype] = STATE(8540), - [sym_explicit_function_specifier] = STATE(3234), - [sym_operator_cast] = STATE(6718), - [sym__constructor_specifiers] = STATE(3234), - [sym_reference_declarator] = STATE(5989), - [sym_structured_binding_declarator] = STATE(5989), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5631), - [sym_qualified_identifier] = STATE(5989), - [sym_qualified_operator_cast_identifier] = STATE(6718), - [sym_operator_name] = STATE(5989), - [aux_sym_operator_cast_definition_repeat1] = STATE(3234), - [sym_identifier] = ACTIONS(5618), - [anon_sym_LPAREN2] = ACTIONS(3245), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(3249), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(5622), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(5628), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(3261), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_explicit] = ACTIONS(129), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(135), + [1762] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token2] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [aux_sym_preproc_else_token1] = ACTIONS(5443), + [aux_sym_preproc_elif_token1] = ACTIONS(5443), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), }, - [1853] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym_RBRACE] = ACTIONS(2669), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_friend] = ACTIONS(2667), - [anon_sym_public] = ACTIONS(2667), - [anon_sym_private] = ACTIONS(2667), - [anon_sym_protected] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), + [1763] = { + [sym_identifier] = ACTIONS(5447), + [aux_sym_preproc_def_token1] = ACTIONS(5447), + [aux_sym_preproc_if_token1] = ACTIONS(5447), + [aux_sym_preproc_if_token2] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5447), + [aux_sym_preproc_else_token1] = ACTIONS(5447), + [aux_sym_preproc_elif_token1] = ACTIONS(5447), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5447), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5447), + [sym_preproc_directive] = ACTIONS(5447), + [anon_sym_LPAREN2] = ACTIONS(5449), + [anon_sym_TILDE] = ACTIONS(5449), + [anon_sym_STAR] = ACTIONS(5449), + [anon_sym_AMP_AMP] = ACTIONS(5449), + [anon_sym_AMP] = ACTIONS(5447), + [anon_sym_SEMI] = ACTIONS(5449), + [anon_sym___extension__] = ACTIONS(5447), + [anon_sym_typedef] = ACTIONS(5447), + [anon_sym_virtual] = ACTIONS(5447), + [anon_sym_extern] = ACTIONS(5447), + [anon_sym___attribute__] = ACTIONS(5447), + [anon_sym___attribute] = ACTIONS(5447), + [anon_sym_COLON_COLON] = ACTIONS(5449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5449), + [anon_sym___declspec] = ACTIONS(5447), + [anon_sym___based] = ACTIONS(5447), + [anon_sym_signed] = ACTIONS(5447), + [anon_sym_unsigned] = ACTIONS(5447), + [anon_sym_long] = ACTIONS(5447), + [anon_sym_short] = ACTIONS(5447), + [anon_sym_LBRACK] = ACTIONS(5447), + [anon_sym_static] = ACTIONS(5447), + [anon_sym_register] = ACTIONS(5447), + [anon_sym_inline] = ACTIONS(5447), + [anon_sym___inline] = ACTIONS(5447), + [anon_sym___inline__] = ACTIONS(5447), + [anon_sym___forceinline] = ACTIONS(5447), + [anon_sym_thread_local] = ACTIONS(5447), + [anon_sym___thread] = ACTIONS(5447), + [anon_sym_const] = ACTIONS(5447), + [anon_sym_constexpr] = ACTIONS(5447), + [anon_sym_volatile] = ACTIONS(5447), + [anon_sym_restrict] = ACTIONS(5447), + [anon_sym___restrict__] = ACTIONS(5447), + [anon_sym__Atomic] = ACTIONS(5447), + [anon_sym__Noreturn] = ACTIONS(5447), + [anon_sym_noreturn] = ACTIONS(5447), + [anon_sym__Nonnull] = ACTIONS(5447), + [anon_sym_mutable] = ACTIONS(5447), + [anon_sym_constinit] = ACTIONS(5447), + [anon_sym_consteval] = ACTIONS(5447), + [anon_sym_PROGMEM] = ACTIONS(5447), + [anon_sym_alignas] = ACTIONS(5447), + [anon_sym__Alignas] = ACTIONS(5447), + [aux_sym_primitive_type_token1] = ACTIONS(5447), + [anon_sym_byte] = ACTIONS(5447), + [anon_sym_word] = ACTIONS(5447), + [anon_sym_enum] = ACTIONS(5447), + [anon_sym_class] = ACTIONS(5447), + [anon_sym_struct] = ACTIONS(5447), + [anon_sym_union] = ACTIONS(5447), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5447), + [anon_sym_decltype] = ACTIONS(5447), + [anon_sym_explicit] = ACTIONS(5447), + [anon_sym_typename] = ACTIONS(5447), + [anon_sym_template] = ACTIONS(5447), + [anon_sym_operator] = ACTIONS(5447), + [anon_sym_friend] = ACTIONS(5447), + [anon_sym_public] = ACTIONS(5447), + [anon_sym_private] = ACTIONS(5447), + [anon_sym_protected] = ACTIONS(5447), + [anon_sym_using] = ACTIONS(5447), + [anon_sym_static_assert] = ACTIONS(5447), }, - [1854] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(5272), - [anon_sym___attribute] = ACTIONS(5272), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), + [1764] = { + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token2] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [aux_sym_preproc_else_token1] = ACTIONS(3016), + [aux_sym_preproc_elif_token1] = ACTIONS(3016), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_friend] = ACTIONS(3016), + [anon_sym_public] = ACTIONS(3016), + [anon_sym_private] = ACTIONS(3016), + [anon_sym_protected] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), }, - [1855] = { - [sym__declaration_modifiers] = STATE(2943), - [sym_attribute_specifier] = STATE(2943), - [sym_attribute_declaration] = STATE(2943), - [sym_ms_declspec_modifier] = STATE(2943), - [sym_storage_class_specifier] = STATE(2943), - [sym_type_qualifier] = STATE(2943), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2321), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(2943), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(5639), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_class] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(77), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(131), - [anon_sym_template] = ACTIONS(1428), + [1765] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4862), + [anon_sym_COMMA] = ACTIONS(4862), + [anon_sym_RPAREN] = ACTIONS(4862), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4860), + [anon_sym_STAR] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4860), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_PIPE] = ACTIONS(4860), + [anon_sym_CARET] = ACTIONS(4862), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4862), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4860), + [anon_sym_LT_LT] = ACTIONS(4862), + [anon_sym_GT_GT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4862), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym___based] = ACTIONS(4860), + [anon_sym_LBRACE] = ACTIONS(4862), + [anon_sym_RBRACE] = ACTIONS(4862), + [anon_sym_signed] = ACTIONS(4860), + [anon_sym_unsigned] = ACTIONS(4860), + [anon_sym_long] = ACTIONS(4860), + [anon_sym_short] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4862), + [anon_sym_RBRACK] = ACTIONS(4862), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [aux_sym_primitive_type_token1] = ACTIONS(4860), + [anon_sym_byte] = ACTIONS(4860), + [anon_sym_word] = ACTIONS(4860), + [anon_sym_COLON] = ACTIONS(4860), + [anon_sym_QMARK] = ACTIONS(4862), + [anon_sym_LT_EQ_GT] = ACTIONS(4862), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [anon_sym_bitor] = ACTIONS(4860), + [anon_sym_xor] = ACTIONS(4860), + [anon_sym_bitand] = ACTIONS(4860), + [anon_sym_not_eq] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4862), + [anon_sym_PLUS_PLUS] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4860), + [anon_sym_DOT_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4862), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_final] = ACTIONS(4860), + [anon_sym_override] = ACTIONS(4860), + [anon_sym_requires] = ACTIONS(4860), }, - [1856] = { - [sym_identifier] = ACTIONS(2667), - [aux_sym_preproc_def_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token1] = ACTIONS(2667), - [aux_sym_preproc_if_token2] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2667), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2667), - [sym_preproc_directive] = ACTIONS(2667), - [anon_sym_LPAREN2] = ACTIONS(2669), - [anon_sym_TILDE] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_AMP_AMP] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym___extension__] = ACTIONS(2667), - [anon_sym_typedef] = ACTIONS(2667), - [anon_sym_virtual] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym___attribute__] = ACTIONS(2667), - [anon_sym___attribute] = ACTIONS(2667), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2669), - [anon_sym___declspec] = ACTIONS(2667), - [anon_sym___based] = ACTIONS(2667), - [anon_sym_signed] = ACTIONS(2667), - [anon_sym_unsigned] = ACTIONS(2667), - [anon_sym_long] = ACTIONS(2667), - [anon_sym_short] = ACTIONS(2667), - [anon_sym_LBRACK] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_register] = ACTIONS(2667), - [anon_sym_inline] = ACTIONS(2667), - [anon_sym___inline] = ACTIONS(2667), - [anon_sym___inline__] = ACTIONS(2667), - [anon_sym___forceinline] = ACTIONS(2667), - [anon_sym_thread_local] = ACTIONS(2667), - [anon_sym___thread] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_constexpr] = ACTIONS(2667), - [anon_sym_volatile] = ACTIONS(2667), - [anon_sym_restrict] = ACTIONS(2667), - [anon_sym___restrict__] = ACTIONS(2667), - [anon_sym__Atomic] = ACTIONS(2667), - [anon_sym__Noreturn] = ACTIONS(2667), - [anon_sym_noreturn] = ACTIONS(2667), - [anon_sym__Nonnull] = ACTIONS(2667), - [anon_sym_mutable] = ACTIONS(2667), - [anon_sym_constinit] = ACTIONS(2667), - [anon_sym_consteval] = ACTIONS(2667), - [anon_sym_PROGMEM] = ACTIONS(2667), - [anon_sym_alignas] = ACTIONS(2667), - [anon_sym__Alignas] = ACTIONS(2667), - [aux_sym_primitive_type_token1] = ACTIONS(2667), - [anon_sym_byte] = ACTIONS(2667), - [anon_sym_word] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_class] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2667), - [anon_sym_decltype] = ACTIONS(2667), - [anon_sym_explicit] = ACTIONS(2667), - [anon_sym_typename] = ACTIONS(2667), - [anon_sym_template] = ACTIONS(2667), - [anon_sym_operator] = ACTIONS(2667), - [anon_sym_friend] = ACTIONS(2667), - [anon_sym_public] = ACTIONS(2667), - [anon_sym_private] = ACTIONS(2667), - [anon_sym_protected] = ACTIONS(2667), - [anon_sym_using] = ACTIONS(2667), - [anon_sym_static_assert] = ACTIONS(2667), - [anon_sym_catch] = ACTIONS(2667), + [1766] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), + [anon_sym_COMMA] = ACTIONS(4866), + [anon_sym_RPAREN] = ACTIONS(4866), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4864), + [anon_sym_STAR] = ACTIONS(4866), + [anon_sym_SLASH] = ACTIONS(4864), + [anon_sym_PERCENT] = ACTIONS(4866), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_PIPE] = ACTIONS(4864), + [anon_sym_CARET] = ACTIONS(4866), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4866), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4864), + [anon_sym_LT_LT] = ACTIONS(4866), + [anon_sym_GT_GT] = ACTIONS(4866), + [anon_sym_SEMI] = ACTIONS(4866), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym___based] = ACTIONS(4864), + [anon_sym_LBRACE] = ACTIONS(4866), + [anon_sym_RBRACE] = ACTIONS(4866), + [anon_sym_signed] = ACTIONS(4864), + [anon_sym_unsigned] = ACTIONS(4864), + [anon_sym_long] = ACTIONS(4864), + [anon_sym_short] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4866), + [anon_sym_RBRACK] = ACTIONS(4866), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [aux_sym_primitive_type_token1] = ACTIONS(4864), + [anon_sym_byte] = ACTIONS(4864), + [anon_sym_word] = ACTIONS(4864), + [anon_sym_COLON] = ACTIONS(4864), + [anon_sym_QMARK] = ACTIONS(4866), + [anon_sym_LT_EQ_GT] = ACTIONS(4866), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [anon_sym_bitor] = ACTIONS(4864), + [anon_sym_xor] = ACTIONS(4864), + [anon_sym_bitand] = ACTIONS(4864), + [anon_sym_not_eq] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4866), + [anon_sym_PLUS_PLUS] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4864), + [anon_sym_DOT_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4866), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_final] = ACTIONS(4864), + [anon_sym_override] = ACTIONS(4864), + [anon_sym_requires] = ACTIONS(4864), }, - [1857] = { - [sym_template_argument_list] = STATE(1878), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4863), - [anon_sym_COMMA] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), + [1767] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4870), + [anon_sym_COMMA] = ACTIONS(4870), + [anon_sym_RPAREN] = ACTIONS(4870), + [anon_sym_LPAREN2] = ACTIONS(4870), [anon_sym_DASH] = ACTIONS(4868), [anon_sym_PLUS] = ACTIONS(4868), [anon_sym_STAR] = ACTIONS(4870), [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), + [anon_sym_PERCENT] = ACTIONS(4870), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), + [anon_sym_CARET] = ACTIONS(4870), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ] = ACTIONS(4870), [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4870), [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(5641), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4866), - [anon_sym_volatile] = ACTIONS(4866), - [anon_sym_restrict] = ACTIONS(4866), - [anon_sym___restrict__] = ACTIONS(4866), - [anon_sym__Atomic] = ACTIONS(4866), - [anon_sym__Noreturn] = ACTIONS(4866), - [anon_sym_noreturn] = ACTIONS(4866), - [anon_sym__Nonnull] = ACTIONS(4866), - [anon_sym_mutable] = ACTIONS(4866), - [anon_sym_constinit] = ACTIONS(4866), - [anon_sym_consteval] = ACTIONS(4866), - [anon_sym_PROGMEM] = ACTIONS(4866), - [anon_sym_alignas] = ACTIONS(4866), - [anon_sym__Alignas] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4868), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4861), - [anon_sym_or_eq] = ACTIONS(4861), - [anon_sym_xor_eq] = ACTIONS(4861), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), + [anon_sym_LT] = ACTIONS(4868), + [anon_sym_LT_LT] = ACTIONS(4870), + [anon_sym_GT_GT] = ACTIONS(4870), + [anon_sym_SEMI] = ACTIONS(4870), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym___based] = ACTIONS(4868), + [anon_sym_LBRACE] = ACTIONS(4870), + [anon_sym_RBRACE] = ACTIONS(4870), + [anon_sym_signed] = ACTIONS(4868), + [anon_sym_unsigned] = ACTIONS(4868), + [anon_sym_long] = ACTIONS(4868), + [anon_sym_short] = ACTIONS(4868), + [anon_sym_LBRACK] = ACTIONS(4870), + [anon_sym_RBRACK] = ACTIONS(4870), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [aux_sym_primitive_type_token1] = ACTIONS(4868), + [anon_sym_byte] = ACTIONS(4868), + [anon_sym_word] = ACTIONS(4868), + [anon_sym_COLON] = ACTIONS(4868), + [anon_sym_QMARK] = ACTIONS(4870), + [anon_sym_LT_EQ_GT] = ACTIONS(4870), [anon_sym_or] = ACTIONS(4868), [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4861), + [anon_sym_bitor] = ACTIONS(4868), [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4861), - [anon_sym_not_eq] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), + [anon_sym_bitand] = ACTIONS(4868), + [anon_sym_not_eq] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4870), + [anon_sym_PLUS_PLUS] = ACTIONS(4870), [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), + [anon_sym_DOT_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4870), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4866), - [anon_sym_decltype] = ACTIONS(4866), - [anon_sym_GT2] = ACTIONS(4863), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_final] = ACTIONS(4868), + [anon_sym_override] = ACTIONS(4868), + [anon_sym_requires] = ACTIONS(4868), }, - [1858] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), + [1768] = { + [sym_type_qualifier] = STATE(1615), + [sym_alignas_qualifier] = STATE(1633), + [sym_primitive_type] = STATE(2079), + [aux_sym__type_definition_type_repeat1] = STATE(1615), + [aux_sym_sized_type_specifier_repeat1] = STATE(2081), + [sym_identifier] = ACTIONS(5451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_RPAREN] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4964), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4964), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4964), + [anon_sym_GT_GT] = ACTIONS(4964), + [anon_sym_SEMI] = ACTIONS(4964), + [anon_sym___extension__] = ACTIONS(5385), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_RBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(5453), + [anon_sym_unsigned] = ACTIONS(5453), + [anon_sym_long] = ACTIONS(5453), + [anon_sym_short] = ACTIONS(5453), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_RBRACK] = ACTIONS(4964), + [anon_sym_const] = ACTIONS(5385), + [anon_sym_constexpr] = ACTIONS(5385), + [anon_sym_volatile] = ACTIONS(5385), + [anon_sym_restrict] = ACTIONS(5385), + [anon_sym___restrict__] = ACTIONS(5385), + [anon_sym__Atomic] = ACTIONS(5385), + [anon_sym__Noreturn] = ACTIONS(5385), + [anon_sym_noreturn] = ACTIONS(5385), + [anon_sym__Nonnull] = ACTIONS(5385), + [anon_sym_mutable] = ACTIONS(5385), + [anon_sym_constinit] = ACTIONS(5385), + [anon_sym_consteval] = ACTIONS(5385), + [anon_sym_PROGMEM] = ACTIONS(5385), + [anon_sym_alignas] = ACTIONS(5389), + [anon_sym__Alignas] = ACTIONS(5389), + [aux_sym_primitive_type_token1] = ACTIONS(1796), + [anon_sym_byte] = ACTIONS(1796), + [anon_sym_word] = ACTIONS(1796), + [anon_sym_COLON] = ACTIONS(4964), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), }, - [1859] = { - [sym_type_qualifier] = STATE(1859), - [sym_alignas_qualifier] = STATE(2106), - [aux_sym__type_definition_type_repeat1] = STATE(1859), - [sym_identifier] = ACTIONS(4896), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4898), - [anon_sym_COMMA] = ACTIONS(4898), - [anon_sym_LPAREN2] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4896), - [anon_sym_PLUS] = ACTIONS(4896), - [anon_sym_STAR] = ACTIONS(4898), - [anon_sym_SLASH] = ACTIONS(4896), - [anon_sym_PERCENT] = ACTIONS(4898), - [anon_sym_PIPE_PIPE] = ACTIONS(4898), - [anon_sym_AMP_AMP] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4896), - [anon_sym_CARET] = ACTIONS(4898), - [anon_sym_AMP] = ACTIONS(4896), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4896), - [anon_sym_GT_EQ] = ACTIONS(4896), - [anon_sym_LT_EQ] = ACTIONS(4896), - [anon_sym_LT] = ACTIONS(4896), - [anon_sym_LT_LT] = ACTIONS(4898), - [anon_sym_GT_GT] = ACTIONS(4896), - [anon_sym___extension__] = ACTIONS(5644), - [anon_sym___attribute__] = ACTIONS(4896), - [anon_sym___attribute] = ACTIONS(4896), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_signed] = ACTIONS(4896), - [anon_sym_unsigned] = ACTIONS(4896), - [anon_sym_long] = ACTIONS(4896), - [anon_sym_short] = ACTIONS(4896), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_const] = ACTIONS(5644), - [anon_sym_constexpr] = ACTIONS(5644), - [anon_sym_volatile] = ACTIONS(5644), - [anon_sym_restrict] = ACTIONS(5644), - [anon_sym___restrict__] = ACTIONS(5644), - [anon_sym__Atomic] = ACTIONS(5644), - [anon_sym__Noreturn] = ACTIONS(5644), - [anon_sym_noreturn] = ACTIONS(5644), - [anon_sym__Nonnull] = ACTIONS(5644), - [anon_sym_mutable] = ACTIONS(5644), - [anon_sym_constinit] = ACTIONS(5644), - [anon_sym_consteval] = ACTIONS(5644), - [anon_sym_PROGMEM] = ACTIONS(5644), - [anon_sym_alignas] = ACTIONS(5647), - [anon_sym__Alignas] = ACTIONS(5647), - [aux_sym_primitive_type_token1] = ACTIONS(4896), - [anon_sym_byte] = ACTIONS(4896), - [anon_sym_word] = ACTIONS(4896), - [anon_sym_QMARK] = ACTIONS(4898), - [anon_sym_LT_EQ_GT] = ACTIONS(4898), - [anon_sym_or] = ACTIONS(4896), - [anon_sym_and] = ACTIONS(4896), - [anon_sym_bitor] = ACTIONS(4896), - [anon_sym_xor] = ACTIONS(4896), - [anon_sym_bitand] = ACTIONS(4896), - [anon_sym_not_eq] = ACTIONS(4896), - [anon_sym_DASH_DASH] = ACTIONS(4898), - [anon_sym_PLUS_PLUS] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4896), - [anon_sym_DOT_STAR] = ACTIONS(4898), - [anon_sym_DASH_GT] = ACTIONS(4898), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4896), - [anon_sym_decltype] = ACTIONS(4896), - [anon_sym_final] = ACTIONS(4896), - [anon_sym_override] = ACTIONS(4896), - [anon_sym_GT2] = ACTIONS(4898), - [anon_sym_requires] = ACTIONS(4896), + [1769] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [aux_sym_preproc_else_token1] = ACTIONS(3171), + [aux_sym_preproc_elif_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), }, - [1860] = { - [sym_attribute_specifier] = STATE(2216), - [sym_field_declaration_list] = STATE(2176), - [sym_virtual_specifier] = STATE(7036), - [sym_base_class_clause] = STATE(7584), - [sym_identifier] = ACTIONS(5650), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5652), - [anon_sym_COMMA] = ACTIONS(5652), - [anon_sym_RPAREN] = ACTIONS(5652), - [aux_sym_preproc_if_token2] = ACTIONS(5652), - [aux_sym_preproc_else_token1] = ACTIONS(5652), - [aux_sym_preproc_elif_token1] = ACTIONS(5650), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5652), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5652), - [anon_sym_LPAREN2] = ACTIONS(5652), - [anon_sym_DASH] = ACTIONS(5650), - [anon_sym_PLUS] = ACTIONS(5650), - [anon_sym_STAR] = ACTIONS(5650), - [anon_sym_SLASH] = ACTIONS(5650), - [anon_sym_PERCENT] = ACTIONS(5650), - [anon_sym_PIPE_PIPE] = ACTIONS(5652), - [anon_sym_AMP_AMP] = ACTIONS(5652), - [anon_sym_PIPE] = ACTIONS(5650), - [anon_sym_CARET] = ACTIONS(5650), - [anon_sym_AMP] = ACTIONS(5650), - [anon_sym_EQ_EQ] = ACTIONS(5652), - [anon_sym_BANG_EQ] = ACTIONS(5652), - [anon_sym_GT] = ACTIONS(5650), - [anon_sym_GT_EQ] = ACTIONS(5652), - [anon_sym_LT_EQ] = ACTIONS(5650), - [anon_sym_LT] = ACTIONS(5650), - [anon_sym_LT_LT] = ACTIONS(5650), - [anon_sym_GT_GT] = ACTIONS(5650), - [anon_sym_SEMI] = ACTIONS(5652), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5656), - [anon_sym_RBRACE] = ACTIONS(5652), - [anon_sym_LBRACK] = ACTIONS(5652), - [anon_sym_RBRACK] = ACTIONS(5652), - [anon_sym_EQ] = ACTIONS(5650), - [anon_sym_COLON] = ACTIONS(5658), - [anon_sym_QMARK] = ACTIONS(5652), - [anon_sym_STAR_EQ] = ACTIONS(5652), - [anon_sym_SLASH_EQ] = ACTIONS(5652), - [anon_sym_PERCENT_EQ] = ACTIONS(5652), - [anon_sym_PLUS_EQ] = ACTIONS(5652), - [anon_sym_DASH_EQ] = ACTIONS(5652), - [anon_sym_LT_LT_EQ] = ACTIONS(5652), - [anon_sym_GT_GT_EQ] = ACTIONS(5652), - [anon_sym_AMP_EQ] = ACTIONS(5652), - [anon_sym_CARET_EQ] = ACTIONS(5652), - [anon_sym_PIPE_EQ] = ACTIONS(5652), - [anon_sym_and_eq] = ACTIONS(5650), - [anon_sym_or_eq] = ACTIONS(5650), - [anon_sym_xor_eq] = ACTIONS(5650), - [anon_sym_LT_EQ_GT] = ACTIONS(5652), - [anon_sym_or] = ACTIONS(5650), - [anon_sym_and] = ACTIONS(5650), - [anon_sym_bitor] = ACTIONS(5650), - [anon_sym_xor] = ACTIONS(5650), - [anon_sym_bitand] = ACTIONS(5650), - [anon_sym_not_eq] = ACTIONS(5650), - [anon_sym_DASH_DASH] = ACTIONS(5652), - [anon_sym_PLUS_PLUS] = ACTIONS(5652), - [anon_sym_DOT] = ACTIONS(5650), - [anon_sym_DOT_STAR] = ACTIONS(5652), - [anon_sym_DASH_GT] = ACTIONS(5652), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5650), - [anon_sym_decltype] = ACTIONS(5650), - [anon_sym_final] = ACTIONS(5660), - [anon_sym_override] = ACTIONS(5660), + [1770] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5457), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5457), + [anon_sym_GT_GT] = ACTIONS(5457), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___extension__] = ACTIONS(5455), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym___based] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_signed] = ACTIONS(5455), + [anon_sym_unsigned] = ACTIONS(5455), + [anon_sym_long] = ACTIONS(5455), + [anon_sym_short] = ACTIONS(5455), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5455), + [anon_sym_volatile] = ACTIONS(5455), + [anon_sym_restrict] = ACTIONS(5455), + [anon_sym___restrict__] = ACTIONS(5455), + [anon_sym__Atomic] = ACTIONS(5455), + [anon_sym__Noreturn] = ACTIONS(5455), + [anon_sym_noreturn] = ACTIONS(5455), + [anon_sym__Nonnull] = ACTIONS(5455), + [anon_sym_mutable] = ACTIONS(5455), + [anon_sym_constinit] = ACTIONS(5455), + [anon_sym_consteval] = ACTIONS(5455), + [anon_sym_PROGMEM] = ACTIONS(5455), + [anon_sym_alignas] = ACTIONS(5455), + [anon_sym__Alignas] = ACTIONS(5455), + [aux_sym_primitive_type_token1] = ACTIONS(5455), + [anon_sym_byte] = ACTIONS(5455), + [anon_sym_word] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5455), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), + [anon_sym_final] = ACTIONS(5455), + [anon_sym_override] = ACTIONS(5455), + [anon_sym_requires] = ACTIONS(5455), }, - [1861] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(5272), - [anon_sym___attribute] = ACTIONS(5272), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), + [1771] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [aux_sym_preproc_else_token1] = ACTIONS(3171), + [aux_sym_preproc_elif_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), }, - [1862] = { - [sym_identifier] = ACTIONS(5662), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5664), - [anon_sym_COMMA] = ACTIONS(5664), - [anon_sym_RPAREN] = ACTIONS(5664), - [aux_sym_preproc_if_token2] = ACTIONS(5664), - [aux_sym_preproc_else_token1] = ACTIONS(5664), - [aux_sym_preproc_elif_token1] = ACTIONS(5662), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5664), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5664), - [anon_sym_LPAREN2] = ACTIONS(5664), - [anon_sym_DASH] = ACTIONS(5662), - [anon_sym_PLUS] = ACTIONS(5662), - [anon_sym_STAR] = ACTIONS(5662), - [anon_sym_SLASH] = ACTIONS(5662), - [anon_sym_PERCENT] = ACTIONS(5662), - [anon_sym_PIPE_PIPE] = ACTIONS(5664), - [anon_sym_AMP_AMP] = ACTIONS(5664), - [anon_sym_PIPE] = ACTIONS(5662), - [anon_sym_CARET] = ACTIONS(5662), - [anon_sym_AMP] = ACTIONS(5662), - [anon_sym_EQ_EQ] = ACTIONS(5664), - [anon_sym_BANG_EQ] = ACTIONS(5664), - [anon_sym_GT] = ACTIONS(5662), - [anon_sym_GT_EQ] = ACTIONS(5664), - [anon_sym_LT_EQ] = ACTIONS(5662), - [anon_sym_LT] = ACTIONS(5662), - [anon_sym_LT_LT] = ACTIONS(5662), - [anon_sym_GT_GT] = ACTIONS(5662), - [anon_sym_SEMI] = ACTIONS(5664), - [anon_sym_RBRACE] = ACTIONS(5664), - [anon_sym_LBRACK] = ACTIONS(5664), - [anon_sym_RBRACK] = ACTIONS(5664), - [anon_sym_EQ] = ACTIONS(5662), - [anon_sym_COLON] = ACTIONS(5664), - [anon_sym_QMARK] = ACTIONS(5664), - [anon_sym_STAR_EQ] = ACTIONS(5664), - [anon_sym_SLASH_EQ] = ACTIONS(5664), - [anon_sym_PERCENT_EQ] = ACTIONS(5664), - [anon_sym_PLUS_EQ] = ACTIONS(5664), - [anon_sym_DASH_EQ] = ACTIONS(5664), - [anon_sym_LT_LT_EQ] = ACTIONS(5664), - [anon_sym_GT_GT_EQ] = ACTIONS(5664), - [anon_sym_AMP_EQ] = ACTIONS(5664), - [anon_sym_CARET_EQ] = ACTIONS(5664), - [anon_sym_PIPE_EQ] = ACTIONS(5664), - [anon_sym_and_eq] = ACTIONS(5662), - [anon_sym_or_eq] = ACTIONS(5662), - [anon_sym_xor_eq] = ACTIONS(5662), - [anon_sym_LT_EQ_GT] = ACTIONS(5664), - [anon_sym_or] = ACTIONS(5662), - [anon_sym_and] = ACTIONS(5662), - [anon_sym_bitor] = ACTIONS(5662), - [anon_sym_xor] = ACTIONS(5662), - [anon_sym_bitand] = ACTIONS(5662), - [anon_sym_not_eq] = ACTIONS(5662), - [anon_sym_DASH_DASH] = ACTIONS(5664), - [anon_sym_PLUS_PLUS] = ACTIONS(5664), - [anon_sym_DOT] = ACTIONS(5662), - [anon_sym_DOT_STAR] = ACTIONS(5664), - [anon_sym_DASH_GT] = ACTIONS(5664), - [anon_sym_L_DQUOTE] = ACTIONS(5664), - [anon_sym_u_DQUOTE] = ACTIONS(5664), - [anon_sym_U_DQUOTE] = ACTIONS(5664), - [anon_sym_u8_DQUOTE] = ACTIONS(5664), - [anon_sym_DQUOTE] = ACTIONS(5664), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5664), - [anon_sym_LR_DQUOTE] = ACTIONS(5664), - [anon_sym_uR_DQUOTE] = ACTIONS(5664), - [anon_sym_UR_DQUOTE] = ACTIONS(5664), - [anon_sym_u8R_DQUOTE] = ACTIONS(5664), - [sym_literal_suffix] = ACTIONS(5662), + [1772] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5321), + [anon_sym_GT_GT] = ACTIONS(5321), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym___based] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), }, - [1863] = { - [sym_identifier] = ACTIONS(5666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5668), - [anon_sym_COMMA] = ACTIONS(5668), - [anon_sym_RPAREN] = ACTIONS(5668), - [aux_sym_preproc_if_token2] = ACTIONS(5668), - [aux_sym_preproc_else_token1] = ACTIONS(5668), - [aux_sym_preproc_elif_token1] = ACTIONS(5666), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5668), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5668), - [anon_sym_LPAREN2] = ACTIONS(5668), - [anon_sym_DASH] = ACTIONS(5666), - [anon_sym_PLUS] = ACTIONS(5666), - [anon_sym_STAR] = ACTIONS(5666), - [anon_sym_SLASH] = ACTIONS(5666), - [anon_sym_PERCENT] = ACTIONS(5666), - [anon_sym_PIPE_PIPE] = ACTIONS(5668), - [anon_sym_AMP_AMP] = ACTIONS(5668), - [anon_sym_PIPE] = ACTIONS(5666), - [anon_sym_CARET] = ACTIONS(5666), - [anon_sym_AMP] = ACTIONS(5666), - [anon_sym_EQ_EQ] = ACTIONS(5668), - [anon_sym_BANG_EQ] = ACTIONS(5668), - [anon_sym_GT] = ACTIONS(5666), - [anon_sym_GT_EQ] = ACTIONS(5668), - [anon_sym_LT_EQ] = ACTIONS(5666), - [anon_sym_LT] = ACTIONS(5666), - [anon_sym_LT_LT] = ACTIONS(5666), - [anon_sym_GT_GT] = ACTIONS(5666), - [anon_sym_SEMI] = ACTIONS(5668), - [anon_sym_RBRACE] = ACTIONS(5668), - [anon_sym_LBRACK] = ACTIONS(5668), - [anon_sym_RBRACK] = ACTIONS(5668), - [anon_sym_EQ] = ACTIONS(5666), - [anon_sym_COLON] = ACTIONS(5668), - [anon_sym_QMARK] = ACTIONS(5668), - [anon_sym_STAR_EQ] = ACTIONS(5668), - [anon_sym_SLASH_EQ] = ACTIONS(5668), - [anon_sym_PERCENT_EQ] = ACTIONS(5668), - [anon_sym_PLUS_EQ] = ACTIONS(5668), - [anon_sym_DASH_EQ] = ACTIONS(5668), - [anon_sym_LT_LT_EQ] = ACTIONS(5668), - [anon_sym_GT_GT_EQ] = ACTIONS(5668), - [anon_sym_AMP_EQ] = ACTIONS(5668), - [anon_sym_CARET_EQ] = ACTIONS(5668), - [anon_sym_PIPE_EQ] = ACTIONS(5668), - [anon_sym_and_eq] = ACTIONS(5666), - [anon_sym_or_eq] = ACTIONS(5666), - [anon_sym_xor_eq] = ACTIONS(5666), - [anon_sym_LT_EQ_GT] = ACTIONS(5668), - [anon_sym_or] = ACTIONS(5666), - [anon_sym_and] = ACTIONS(5666), - [anon_sym_bitor] = ACTIONS(5666), - [anon_sym_xor] = ACTIONS(5666), - [anon_sym_bitand] = ACTIONS(5666), - [anon_sym_not_eq] = ACTIONS(5666), - [anon_sym_DASH_DASH] = ACTIONS(5668), - [anon_sym_PLUS_PLUS] = ACTIONS(5668), - [anon_sym_DOT] = ACTIONS(5666), - [anon_sym_DOT_STAR] = ACTIONS(5668), - [anon_sym_DASH_GT] = ACTIONS(5668), - [anon_sym_L_DQUOTE] = ACTIONS(5668), - [anon_sym_u_DQUOTE] = ACTIONS(5668), - [anon_sym_U_DQUOTE] = ACTIONS(5668), - [anon_sym_u8_DQUOTE] = ACTIONS(5668), - [anon_sym_DQUOTE] = ACTIONS(5668), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5668), - [anon_sym_LR_DQUOTE] = ACTIONS(5668), - [anon_sym_uR_DQUOTE] = ACTIONS(5668), - [anon_sym_UR_DQUOTE] = ACTIONS(5668), - [anon_sym_u8R_DQUOTE] = ACTIONS(5668), - [sym_literal_suffix] = ACTIONS(5666), + [1773] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token2] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [aux_sym_preproc_else_token1] = ACTIONS(3179), + [aux_sym_preproc_elif_token1] = ACTIONS(3179), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_friend] = ACTIONS(3179), + [anon_sym_public] = ACTIONS(3179), + [anon_sym_private] = ACTIONS(3179), + [anon_sym_protected] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), }, - [1864] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [anon_sym_COMMA] = ACTIONS(2807), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(2807), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), + [1774] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token2] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [aux_sym_preproc_else_token1] = ACTIONS(3183), + [aux_sym_preproc_elif_token1] = ACTIONS(3183), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_friend] = ACTIONS(3183), + [anon_sym_public] = ACTIONS(3183), + [anon_sym_private] = ACTIONS(3183), + [anon_sym_protected] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), }, - [1865] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_RBRACE] = ACTIONS(1970), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), + [1775] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token2] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [aux_sym_preproc_else_token1] = ACTIONS(3187), + [aux_sym_preproc_elif_token1] = ACTIONS(3187), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_friend] = ACTIONS(3187), + [anon_sym_public] = ACTIONS(3187), + [anon_sym_private] = ACTIONS(3187), + [anon_sym_protected] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), }, - [1866] = { - [sym__declaration_modifiers] = STATE(2943), - [sym_attribute_specifier] = STATE(2943), - [sym_attribute_declaration] = STATE(2943), - [sym_ms_declspec_modifier] = STATE(2943), - [sym_storage_class_specifier] = STATE(2943), - [sym_type_qualifier] = STATE(2943), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2321), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6512), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(2943), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(4829), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(5639), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(4839), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1868), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1872), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1428), + [1776] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token2] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [aux_sym_preproc_else_token1] = ACTIONS(3191), + [aux_sym_preproc_elif_token1] = ACTIONS(3191), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_friend] = ACTIONS(3191), + [anon_sym_public] = ACTIONS(3191), + [anon_sym_private] = ACTIONS(3191), + [anon_sym_protected] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), }, - [1867] = { - [sym_identifier] = ACTIONS(4876), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4883), - [anon_sym_COMMA] = ACTIONS(4883), - [anon_sym_RPAREN] = ACTIONS(4883), - [aux_sym_preproc_if_token2] = ACTIONS(4883), - [aux_sym_preproc_else_token1] = ACTIONS(4883), - [aux_sym_preproc_elif_token1] = ACTIONS(4876), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4883), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4883), - [anon_sym_LPAREN2] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4876), - [anon_sym_STAR] = ACTIONS(4883), - [anon_sym_SLASH] = ACTIONS(4876), - [anon_sym_PERCENT] = ACTIONS(4883), - [anon_sym_PIPE_PIPE] = ACTIONS(4883), - [anon_sym_AMP_AMP] = ACTIONS(4883), - [anon_sym_PIPE] = ACTIONS(4876), - [anon_sym_CARET] = ACTIONS(4883), - [anon_sym_AMP] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4883), - [anon_sym_BANG_EQ] = ACTIONS(4883), - [anon_sym_GT] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4883), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4876), - [anon_sym_LT_LT] = ACTIONS(4883), - [anon_sym_GT_GT] = ACTIONS(4883), - [anon_sym_SEMI] = ACTIONS(4883), - [anon_sym___extension__] = ACTIONS(4876), - [anon_sym___attribute__] = ACTIONS(4876), - [anon_sym___attribute] = ACTIONS(4876), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_RBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4883), - [anon_sym_RBRACK] = ACTIONS(4883), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4876), - [anon_sym_volatile] = ACTIONS(4876), - [anon_sym_restrict] = ACTIONS(4876), - [anon_sym___restrict__] = ACTIONS(4876), - [anon_sym__Atomic] = ACTIONS(4876), - [anon_sym__Noreturn] = ACTIONS(4876), - [anon_sym_noreturn] = ACTIONS(4876), - [anon_sym__Nonnull] = ACTIONS(4876), - [anon_sym_mutable] = ACTIONS(4876), - [anon_sym_constinit] = ACTIONS(4876), - [anon_sym_consteval] = ACTIONS(4876), - [anon_sym_PROGMEM] = ACTIONS(4876), - [anon_sym_alignas] = ACTIONS(4876), - [anon_sym__Alignas] = ACTIONS(4876), - [anon_sym_COLON] = ACTIONS(4876), - [anon_sym_QMARK] = ACTIONS(4883), - [anon_sym_LT_EQ_GT] = ACTIONS(4883), - [anon_sym_or] = ACTIONS(4876), - [anon_sym_and] = ACTIONS(4876), - [anon_sym_bitor] = ACTIONS(4876), - [anon_sym_xor] = ACTIONS(4876), - [anon_sym_bitand] = ACTIONS(4876), - [anon_sym_not_eq] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4883), - [anon_sym_PLUS_PLUS] = ACTIONS(4883), - [anon_sym_DOT] = ACTIONS(4876), - [anon_sym_DOT_STAR] = ACTIONS(4883), - [anon_sym_DASH_GT] = ACTIONS(4883), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4876), - [anon_sym_decltype] = ACTIONS(4876), - [anon_sym_final] = ACTIONS(4876), - [anon_sym_override] = ACTIONS(4876), - [anon_sym_requires] = ACTIONS(4876), + [1777] = { + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token2] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [aux_sym_preproc_else_token1] = ACTIONS(3195), + [aux_sym_preproc_elif_token1] = ACTIONS(3195), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_friend] = ACTIONS(3195), + [anon_sym_public] = ACTIONS(3195), + [anon_sym_private] = ACTIONS(3195), + [anon_sym_protected] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), }, - [1868] = { - [sym__declaration_modifiers] = STATE(2943), - [sym_attribute_specifier] = STATE(2943), - [sym_attribute_declaration] = STATE(2943), - [sym_ms_declspec_modifier] = STATE(2943), - [sym_storage_class_specifier] = STATE(2943), - [sym_type_qualifier] = STATE(2943), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(2321), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2669), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6556), - [sym_qualified_type_identifier] = STATE(2993), - [aux_sym__declaration_specifiers_repeat1] = STATE(2943), - [aux_sym_sized_type_specifier_repeat1] = STATE(2104), - [sym_identifier] = ACTIONS(5016), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(5639), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(5018), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(57), - [anon_sym_long] = ACTIONS(57), - [anon_sym_short] = ACTIONS(57), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3265), - [anon_sym_class] = ACTIONS(3267), - [anon_sym_struct] = ACTIONS(3269), - [anon_sym_union] = ACTIONS(3271), + [1778] = { + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token2] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [aux_sym_preproc_else_token1] = ACTIONS(3203), + [aux_sym_preproc_elif_token1] = ACTIONS(3203), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_friend] = ACTIONS(3203), + [anon_sym_public] = ACTIONS(3203), + [anon_sym_private] = ACTIONS(3203), + [anon_sym_protected] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + }, + [1779] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token2] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [aux_sym_preproc_else_token1] = ACTIONS(3207), + [aux_sym_preproc_elif_token1] = ACTIONS(3207), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_friend] = ACTIONS(3207), + [anon_sym_public] = ACTIONS(3207), + [anon_sym_private] = ACTIONS(3207), + [anon_sym_protected] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + }, + [1780] = { + [sym_type_qualifier] = STATE(1615), + [sym_alignas_qualifier] = STATE(1633), + [sym_primitive_type] = STATE(3605), + [aux_sym__type_definition_type_repeat1] = STATE(1615), + [aux_sym_sized_type_specifier_repeat1] = STATE(3606), + [sym_identifier] = ACTIONS(5459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [aux_sym_preproc_if_token2] = ACTIONS(4964), + [aux_sym_preproc_else_token1] = ACTIONS(4964), + [aux_sym_preproc_elif_token1] = ACTIONS(4966), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4964), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4964), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4964), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4964), + [anon_sym_GT_GT] = ACTIONS(4964), + [anon_sym___extension__] = ACTIONS(5385), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(5462), + [anon_sym_unsigned] = ACTIONS(5462), + [anon_sym_long] = ACTIONS(5462), + [anon_sym_short] = ACTIONS(5462), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_const] = ACTIONS(5385), + [anon_sym_constexpr] = ACTIONS(5385), + [anon_sym_volatile] = ACTIONS(5385), + [anon_sym_restrict] = ACTIONS(5385), + [anon_sym___restrict__] = ACTIONS(5385), + [anon_sym__Atomic] = ACTIONS(5385), + [anon_sym__Noreturn] = ACTIONS(5385), + [anon_sym_noreturn] = ACTIONS(5385), + [anon_sym__Nonnull] = ACTIONS(5385), + [anon_sym_mutable] = ACTIONS(5385), + [anon_sym_constinit] = ACTIONS(5385), + [anon_sym_consteval] = ACTIONS(5385), + [anon_sym_PROGMEM] = ACTIONS(5385), + [anon_sym_alignas] = ACTIONS(5389), + [anon_sym__Alignas] = ACTIONS(5389), + [aux_sym_primitive_type_token1] = ACTIONS(5412), + [anon_sym_byte] = ACTIONS(5412), + [anon_sym_word] = ACTIONS(5412), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), }, - [1869] = { - [sym_identifier] = ACTIONS(5670), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5672), - [anon_sym_COMMA] = ACTIONS(5672), - [anon_sym_RPAREN] = ACTIONS(5672), - [aux_sym_preproc_if_token2] = ACTIONS(5672), - [aux_sym_preproc_else_token1] = ACTIONS(5672), - [aux_sym_preproc_elif_token1] = ACTIONS(5670), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5672), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5672), - [anon_sym_LPAREN2] = ACTIONS(5672), - [anon_sym_DASH] = ACTIONS(5670), - [anon_sym_PLUS] = ACTIONS(5670), - [anon_sym_STAR] = ACTIONS(5670), - [anon_sym_SLASH] = ACTIONS(5670), - [anon_sym_PERCENT] = ACTIONS(5670), - [anon_sym_PIPE_PIPE] = ACTIONS(5672), - [anon_sym_AMP_AMP] = ACTIONS(5672), - [anon_sym_PIPE] = ACTIONS(5670), - [anon_sym_CARET] = ACTIONS(5670), - [anon_sym_AMP] = ACTIONS(5670), - [anon_sym_EQ_EQ] = ACTIONS(5672), - [anon_sym_BANG_EQ] = ACTIONS(5672), - [anon_sym_GT] = ACTIONS(5670), - [anon_sym_GT_EQ] = ACTIONS(5672), - [anon_sym_LT_EQ] = ACTIONS(5670), - [anon_sym_LT] = ACTIONS(5670), - [anon_sym_LT_LT] = ACTIONS(5670), - [anon_sym_GT_GT] = ACTIONS(5670), - [anon_sym_SEMI] = ACTIONS(5672), - [anon_sym_RBRACE] = ACTIONS(5672), - [anon_sym_LBRACK] = ACTIONS(5672), - [anon_sym_RBRACK] = ACTIONS(5672), - [anon_sym_EQ] = ACTIONS(5670), - [anon_sym_COLON] = ACTIONS(5672), - [anon_sym_QMARK] = ACTIONS(5672), - [anon_sym_STAR_EQ] = ACTIONS(5672), - [anon_sym_SLASH_EQ] = ACTIONS(5672), - [anon_sym_PERCENT_EQ] = ACTIONS(5672), - [anon_sym_PLUS_EQ] = ACTIONS(5672), - [anon_sym_DASH_EQ] = ACTIONS(5672), - [anon_sym_LT_LT_EQ] = ACTIONS(5672), - [anon_sym_GT_GT_EQ] = ACTIONS(5672), - [anon_sym_AMP_EQ] = ACTIONS(5672), - [anon_sym_CARET_EQ] = ACTIONS(5672), - [anon_sym_PIPE_EQ] = ACTIONS(5672), - [anon_sym_and_eq] = ACTIONS(5670), - [anon_sym_or_eq] = ACTIONS(5670), - [anon_sym_xor_eq] = ACTIONS(5670), - [anon_sym_LT_EQ_GT] = ACTIONS(5672), - [anon_sym_or] = ACTIONS(5670), - [anon_sym_and] = ACTIONS(5670), - [anon_sym_bitor] = ACTIONS(5670), - [anon_sym_xor] = ACTIONS(5670), - [anon_sym_bitand] = ACTIONS(5670), - [anon_sym_not_eq] = ACTIONS(5670), - [anon_sym_DASH_DASH] = ACTIONS(5672), - [anon_sym_PLUS_PLUS] = ACTIONS(5672), - [anon_sym_DOT] = ACTIONS(5670), - [anon_sym_DOT_STAR] = ACTIONS(5672), - [anon_sym_DASH_GT] = ACTIONS(5672), - [anon_sym_L_DQUOTE] = ACTIONS(5672), - [anon_sym_u_DQUOTE] = ACTIONS(5672), - [anon_sym_U_DQUOTE] = ACTIONS(5672), - [anon_sym_u8_DQUOTE] = ACTIONS(5672), - [anon_sym_DQUOTE] = ACTIONS(5672), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5672), - [anon_sym_LR_DQUOTE] = ACTIONS(5672), - [anon_sym_uR_DQUOTE] = ACTIONS(5672), - [anon_sym_UR_DQUOTE] = ACTIONS(5672), - [anon_sym_u8R_DQUOTE] = ACTIONS(5672), - [sym_literal_suffix] = ACTIONS(5670), + [1781] = { + [sym_identifier] = ACTIONS(5464), + [aux_sym_preproc_def_token1] = ACTIONS(5464), + [aux_sym_preproc_if_token1] = ACTIONS(5464), + [aux_sym_preproc_if_token2] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5464), + [aux_sym_preproc_else_token1] = ACTIONS(5464), + [aux_sym_preproc_elif_token1] = ACTIONS(5464), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5464), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5464), + [sym_preproc_directive] = ACTIONS(5464), + [anon_sym_LPAREN2] = ACTIONS(5466), + [anon_sym_TILDE] = ACTIONS(5466), + [anon_sym_STAR] = ACTIONS(5466), + [anon_sym_AMP_AMP] = ACTIONS(5466), + [anon_sym_AMP] = ACTIONS(5464), + [anon_sym_SEMI] = ACTIONS(5466), + [anon_sym___extension__] = ACTIONS(5464), + [anon_sym_typedef] = ACTIONS(5464), + [anon_sym_virtual] = ACTIONS(5464), + [anon_sym_extern] = ACTIONS(5464), + [anon_sym___attribute__] = ACTIONS(5464), + [anon_sym___attribute] = ACTIONS(5464), + [anon_sym_COLON_COLON] = ACTIONS(5466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5466), + [anon_sym___declspec] = ACTIONS(5464), + [anon_sym___based] = ACTIONS(5464), + [anon_sym_signed] = ACTIONS(5464), + [anon_sym_unsigned] = ACTIONS(5464), + [anon_sym_long] = ACTIONS(5464), + [anon_sym_short] = ACTIONS(5464), + [anon_sym_LBRACK] = ACTIONS(5464), + [anon_sym_static] = ACTIONS(5464), + [anon_sym_register] = ACTIONS(5464), + [anon_sym_inline] = ACTIONS(5464), + [anon_sym___inline] = ACTIONS(5464), + [anon_sym___inline__] = ACTIONS(5464), + [anon_sym___forceinline] = ACTIONS(5464), + [anon_sym_thread_local] = ACTIONS(5464), + [anon_sym___thread] = ACTIONS(5464), + [anon_sym_const] = ACTIONS(5464), + [anon_sym_constexpr] = ACTIONS(5464), + [anon_sym_volatile] = ACTIONS(5464), + [anon_sym_restrict] = ACTIONS(5464), + [anon_sym___restrict__] = ACTIONS(5464), + [anon_sym__Atomic] = ACTIONS(5464), + [anon_sym__Noreturn] = ACTIONS(5464), + [anon_sym_noreturn] = ACTIONS(5464), + [anon_sym__Nonnull] = ACTIONS(5464), + [anon_sym_mutable] = ACTIONS(5464), + [anon_sym_constinit] = ACTIONS(5464), + [anon_sym_consteval] = ACTIONS(5464), + [anon_sym_PROGMEM] = ACTIONS(5464), + [anon_sym_alignas] = ACTIONS(5464), + [anon_sym__Alignas] = ACTIONS(5464), + [aux_sym_primitive_type_token1] = ACTIONS(5464), + [anon_sym_byte] = ACTIONS(5464), + [anon_sym_word] = ACTIONS(5464), + [anon_sym_enum] = ACTIONS(5464), + [anon_sym_class] = ACTIONS(5464), + [anon_sym_struct] = ACTIONS(5464), + [anon_sym_union] = ACTIONS(5464), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5464), + [anon_sym_decltype] = ACTIONS(5464), + [anon_sym_explicit] = ACTIONS(5464), + [anon_sym_typename] = ACTIONS(5464), + [anon_sym_template] = ACTIONS(5464), + [anon_sym_operator] = ACTIONS(5464), + [anon_sym_friend] = ACTIONS(5464), + [anon_sym_public] = ACTIONS(5464), + [anon_sym_private] = ACTIONS(5464), + [anon_sym_protected] = ACTIONS(5464), + [anon_sym_using] = ACTIONS(5464), + [anon_sym_static_assert] = ACTIONS(5464), }, - [1870] = { - [sym_identifier] = ACTIONS(5674), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5676), - [anon_sym_COMMA] = ACTIONS(5676), - [anon_sym_RPAREN] = ACTIONS(5676), - [aux_sym_preproc_if_token2] = ACTIONS(5676), - [aux_sym_preproc_else_token1] = ACTIONS(5676), - [aux_sym_preproc_elif_token1] = ACTIONS(5674), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5676), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5676), - [anon_sym_LPAREN2] = ACTIONS(5676), - [anon_sym_DASH] = ACTIONS(5674), - [anon_sym_PLUS] = ACTIONS(5674), - [anon_sym_STAR] = ACTIONS(5674), - [anon_sym_SLASH] = ACTIONS(5674), - [anon_sym_PERCENT] = ACTIONS(5674), - [anon_sym_PIPE_PIPE] = ACTIONS(5676), - [anon_sym_AMP_AMP] = ACTIONS(5676), - [anon_sym_PIPE] = ACTIONS(5674), - [anon_sym_CARET] = ACTIONS(5674), - [anon_sym_AMP] = ACTIONS(5674), - [anon_sym_EQ_EQ] = ACTIONS(5676), - [anon_sym_BANG_EQ] = ACTIONS(5676), - [anon_sym_GT] = ACTIONS(5674), - [anon_sym_GT_EQ] = ACTIONS(5676), - [anon_sym_LT_EQ] = ACTIONS(5674), - [anon_sym_LT] = ACTIONS(5674), - [anon_sym_LT_LT] = ACTIONS(5674), - [anon_sym_GT_GT] = ACTIONS(5674), - [anon_sym_SEMI] = ACTIONS(5676), - [anon_sym_RBRACE] = ACTIONS(5676), - [anon_sym_LBRACK] = ACTIONS(5676), - [anon_sym_RBRACK] = ACTIONS(5676), - [anon_sym_EQ] = ACTIONS(5674), - [anon_sym_COLON] = ACTIONS(5676), - [anon_sym_QMARK] = ACTIONS(5676), - [anon_sym_STAR_EQ] = ACTIONS(5676), - [anon_sym_SLASH_EQ] = ACTIONS(5676), - [anon_sym_PERCENT_EQ] = ACTIONS(5676), - [anon_sym_PLUS_EQ] = ACTIONS(5676), - [anon_sym_DASH_EQ] = ACTIONS(5676), - [anon_sym_LT_LT_EQ] = ACTIONS(5676), - [anon_sym_GT_GT_EQ] = ACTIONS(5676), - [anon_sym_AMP_EQ] = ACTIONS(5676), - [anon_sym_CARET_EQ] = ACTIONS(5676), - [anon_sym_PIPE_EQ] = ACTIONS(5676), - [anon_sym_and_eq] = ACTIONS(5674), - [anon_sym_or_eq] = ACTIONS(5674), - [anon_sym_xor_eq] = ACTIONS(5674), - [anon_sym_LT_EQ_GT] = ACTIONS(5676), - [anon_sym_or] = ACTIONS(5674), - [anon_sym_and] = ACTIONS(5674), - [anon_sym_bitor] = ACTIONS(5674), - [anon_sym_xor] = ACTIONS(5674), - [anon_sym_bitand] = ACTIONS(5674), - [anon_sym_not_eq] = ACTIONS(5674), - [anon_sym_DASH_DASH] = ACTIONS(5676), - [anon_sym_PLUS_PLUS] = ACTIONS(5676), - [anon_sym_DOT] = ACTIONS(5674), - [anon_sym_DOT_STAR] = ACTIONS(5676), - [anon_sym_DASH_GT] = ACTIONS(5676), - [anon_sym_L_DQUOTE] = ACTIONS(5676), - [anon_sym_u_DQUOTE] = ACTIONS(5676), - [anon_sym_U_DQUOTE] = ACTIONS(5676), - [anon_sym_u8_DQUOTE] = ACTIONS(5676), - [anon_sym_DQUOTE] = ACTIONS(5676), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5676), - [anon_sym_LR_DQUOTE] = ACTIONS(5676), - [anon_sym_uR_DQUOTE] = ACTIONS(5676), - [anon_sym_UR_DQUOTE] = ACTIONS(5676), - [anon_sym_u8R_DQUOTE] = ACTIONS(5676), - [sym_literal_suffix] = ACTIONS(5674), + [1782] = { + [sym_identifier] = ACTIONS(3084), + [aux_sym_preproc_def_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token2] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), + [aux_sym_preproc_else_token1] = ACTIONS(3084), + [aux_sym_preproc_elif_token1] = ACTIONS(3084), + [aux_sym_preproc_elifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_elifdef_token2] = ACTIONS(3084), + [sym_preproc_directive] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP_AMP] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3084), + [anon_sym_SEMI] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_typedef] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym___based] = ACTIONS(3084), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_explicit] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_operator] = ACTIONS(3084), + [anon_sym_friend] = ACTIONS(3084), + [anon_sym_public] = ACTIONS(3084), + [anon_sym_private] = ACTIONS(3084), + [anon_sym_protected] = ACTIONS(3084), + [anon_sym_using] = ACTIONS(3084), + [anon_sym_static_assert] = ACTIONS(3084), }, - [1871] = { - [sym_identifier] = ACTIONS(1972), - [aux_sym_preproc_def_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token1] = ACTIONS(1972), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1972), - [sym_preproc_directive] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1970), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_typedef] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_public] = ACTIONS(1972), - [anon_sym_private] = ACTIONS(1972), - [anon_sym_protected] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_static_assert] = ACTIONS(1972), - [anon_sym_catch] = ACTIONS(1972), + [1783] = { + [sym_identifier] = ACTIONS(5468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5470), + [anon_sym_COMMA] = ACTIONS(5470), + [anon_sym_RPAREN] = ACTIONS(5470), + [anon_sym_LPAREN2] = ACTIONS(5470), + [anon_sym_DASH] = ACTIONS(5468), + [anon_sym_PLUS] = ACTIONS(5468), + [anon_sym_STAR] = ACTIONS(5470), + [anon_sym_SLASH] = ACTIONS(5468), + [anon_sym_PERCENT] = ACTIONS(5470), + [anon_sym_PIPE_PIPE] = ACTIONS(5470), + [anon_sym_AMP_AMP] = ACTIONS(5470), + [anon_sym_PIPE] = ACTIONS(5468), + [anon_sym_CARET] = ACTIONS(5470), + [anon_sym_AMP] = ACTIONS(5468), + [anon_sym_EQ_EQ] = ACTIONS(5470), + [anon_sym_BANG_EQ] = ACTIONS(5470), + [anon_sym_GT] = ACTIONS(5468), + [anon_sym_GT_EQ] = ACTIONS(5470), + [anon_sym_LT_EQ] = ACTIONS(5468), + [anon_sym_LT] = ACTIONS(5468), + [anon_sym_LT_LT] = ACTIONS(5470), + [anon_sym_GT_GT] = ACTIONS(5470), + [anon_sym_SEMI] = ACTIONS(5470), + [anon_sym___extension__] = ACTIONS(5468), + [anon_sym___attribute__] = ACTIONS(5468), + [anon_sym___attribute] = ACTIONS(5468), + [anon_sym___based] = ACTIONS(5468), + [anon_sym_LBRACE] = ACTIONS(5470), + [anon_sym_RBRACE] = ACTIONS(5470), + [anon_sym_signed] = ACTIONS(5468), + [anon_sym_unsigned] = ACTIONS(5468), + [anon_sym_long] = ACTIONS(5468), + [anon_sym_short] = ACTIONS(5468), + [anon_sym_LBRACK] = ACTIONS(5470), + [anon_sym_RBRACK] = ACTIONS(5470), + [anon_sym_const] = ACTIONS(5468), + [anon_sym_constexpr] = ACTIONS(5468), + [anon_sym_volatile] = ACTIONS(5468), + [anon_sym_restrict] = ACTIONS(5468), + [anon_sym___restrict__] = ACTIONS(5468), + [anon_sym__Atomic] = ACTIONS(5468), + [anon_sym__Noreturn] = ACTIONS(5468), + [anon_sym_noreturn] = ACTIONS(5468), + [anon_sym__Nonnull] = ACTIONS(5468), + [anon_sym_mutable] = ACTIONS(5468), + [anon_sym_constinit] = ACTIONS(5468), + [anon_sym_consteval] = ACTIONS(5468), + [anon_sym_PROGMEM] = ACTIONS(5468), + [anon_sym_alignas] = ACTIONS(5468), + [anon_sym__Alignas] = ACTIONS(5468), + [aux_sym_primitive_type_token1] = ACTIONS(5468), + [anon_sym_byte] = ACTIONS(5468), + [anon_sym_word] = ACTIONS(5468), + [anon_sym_COLON] = ACTIONS(5470), + [anon_sym_QMARK] = ACTIONS(5470), + [anon_sym_LT_EQ_GT] = ACTIONS(5470), + [anon_sym_or] = ACTIONS(5468), + [anon_sym_and] = ACTIONS(5468), + [anon_sym_bitor] = ACTIONS(5468), + [anon_sym_xor] = ACTIONS(5468), + [anon_sym_bitand] = ACTIONS(5468), + [anon_sym_not_eq] = ACTIONS(5468), + [anon_sym_DASH_DASH] = ACTIONS(5470), + [anon_sym_PLUS_PLUS] = ACTIONS(5470), + [anon_sym_DOT] = ACTIONS(5468), + [anon_sym_DOT_STAR] = ACTIONS(5470), + [anon_sym_DASH_GT] = ACTIONS(5470), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5468), + [anon_sym_decltype] = ACTIONS(5468), + [anon_sym_final] = ACTIONS(5468), + [anon_sym_override] = ACTIONS(5468), + [anon_sym_requires] = ACTIONS(5468), }, - [1872] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1872), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [anon_sym_RPAREN] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_TILDE] = ACTIONS(4922), - [anon_sym_STAR] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_SEMI] = ACTIONS(4922), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym_virtual] = ACTIONS(4920), - [anon_sym_extern] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_COLON_COLON] = ACTIONS(4922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4922), - [anon_sym___declspec] = ACTIONS(4920), - [anon_sym___based] = ACTIONS(4920), - [anon_sym___cdecl] = ACTIONS(4920), - [anon_sym___clrcall] = ACTIONS(4920), - [anon_sym___stdcall] = ACTIONS(4920), - [anon_sym___fastcall] = ACTIONS(4920), - [anon_sym___thiscall] = ACTIONS(4920), - [anon_sym___vectorcall] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5678), - [anon_sym_unsigned] = ACTIONS(5678), - [anon_sym_long] = ACTIONS(5678), - [anon_sym_short] = ACTIONS(5678), - [anon_sym_LBRACK] = ACTIONS(4920), - [anon_sym_static] = ACTIONS(4920), - [anon_sym_EQ] = ACTIONS(4922), - [anon_sym_register] = ACTIONS(4920), - [anon_sym_inline] = ACTIONS(4920), - [anon_sym___inline] = ACTIONS(4920), - [anon_sym___inline__] = ACTIONS(4920), - [anon_sym___forceinline] = ACTIONS(4920), - [anon_sym_thread_local] = ACTIONS(4920), - [anon_sym___thread] = ACTIONS(4920), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_asm] = ACTIONS(4920), - [anon_sym___asm__] = ACTIONS(4920), - [anon_sym___asm] = ACTIONS(4920), + [1784] = { + [sym_identifier] = ACTIONS(5472), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), + [anon_sym_COMMA] = ACTIONS(5474), + [anon_sym_RPAREN] = ACTIONS(5474), + [anon_sym_LPAREN2] = ACTIONS(5474), + [anon_sym_DASH] = ACTIONS(5472), + [anon_sym_PLUS] = ACTIONS(5472), + [anon_sym_STAR] = ACTIONS(5474), + [anon_sym_SLASH] = ACTIONS(5472), + [anon_sym_PERCENT] = ACTIONS(5474), + [anon_sym_PIPE_PIPE] = ACTIONS(5474), + [anon_sym_AMP_AMP] = ACTIONS(5474), + [anon_sym_PIPE] = ACTIONS(5472), + [anon_sym_CARET] = ACTIONS(5474), + [anon_sym_AMP] = ACTIONS(5472), + [anon_sym_EQ_EQ] = ACTIONS(5474), + [anon_sym_BANG_EQ] = ACTIONS(5474), + [anon_sym_GT] = ACTIONS(5472), + [anon_sym_GT_EQ] = ACTIONS(5474), + [anon_sym_LT_EQ] = ACTIONS(5472), + [anon_sym_LT] = ACTIONS(5472), + [anon_sym_LT_LT] = ACTIONS(5474), + [anon_sym_GT_GT] = ACTIONS(5474), + [anon_sym_SEMI] = ACTIONS(5474), + [anon_sym___extension__] = ACTIONS(5472), + [anon_sym___attribute__] = ACTIONS(5472), + [anon_sym___attribute] = ACTIONS(5472), + [anon_sym___based] = ACTIONS(5472), + [anon_sym_LBRACE] = ACTIONS(5474), + [anon_sym_RBRACE] = ACTIONS(5474), + [anon_sym_signed] = ACTIONS(5472), + [anon_sym_unsigned] = ACTIONS(5472), + [anon_sym_long] = ACTIONS(5472), + [anon_sym_short] = ACTIONS(5472), + [anon_sym_LBRACK] = ACTIONS(5474), + [anon_sym_RBRACK] = ACTIONS(5474), + [anon_sym_const] = ACTIONS(5472), + [anon_sym_constexpr] = ACTIONS(5472), + [anon_sym_volatile] = ACTIONS(5472), + [anon_sym_restrict] = ACTIONS(5472), + [anon_sym___restrict__] = ACTIONS(5472), + [anon_sym__Atomic] = ACTIONS(5472), + [anon_sym__Noreturn] = ACTIONS(5472), + [anon_sym_noreturn] = ACTIONS(5472), + [anon_sym__Nonnull] = ACTIONS(5472), + [anon_sym_mutable] = ACTIONS(5472), + [anon_sym_constinit] = ACTIONS(5472), + [anon_sym_consteval] = ACTIONS(5472), + [anon_sym_PROGMEM] = ACTIONS(5472), + [anon_sym_alignas] = ACTIONS(5472), + [anon_sym__Alignas] = ACTIONS(5472), + [aux_sym_primitive_type_token1] = ACTIONS(5472), + [anon_sym_byte] = ACTIONS(5472), + [anon_sym_word] = ACTIONS(5472), + [anon_sym_COLON] = ACTIONS(5474), + [anon_sym_QMARK] = ACTIONS(5474), + [anon_sym_LT_EQ_GT] = ACTIONS(5474), + [anon_sym_or] = ACTIONS(5472), + [anon_sym_and] = ACTIONS(5472), + [anon_sym_bitor] = ACTIONS(5472), + [anon_sym_xor] = ACTIONS(5472), + [anon_sym_bitand] = ACTIONS(5472), + [anon_sym_not_eq] = ACTIONS(5472), + [anon_sym_DASH_DASH] = ACTIONS(5474), + [anon_sym_PLUS_PLUS] = ACTIONS(5474), + [anon_sym_DOT] = ACTIONS(5472), + [anon_sym_DOT_STAR] = ACTIONS(5474), + [anon_sym_DASH_GT] = ACTIONS(5474), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - [anon_sym_final] = ACTIONS(4920), - [anon_sym_override] = ACTIONS(4920), - [anon_sym_template] = ACTIONS(4920), - [anon_sym_GT2] = ACTIONS(4922), - [anon_sym_operator] = ACTIONS(4920), - [anon_sym_try] = ACTIONS(4920), - [anon_sym_requires] = ACTIONS(4920), + [sym_auto] = ACTIONS(5472), + [anon_sym_decltype] = ACTIONS(5472), + [anon_sym_final] = ACTIONS(5472), + [anon_sym_override] = ACTIONS(5472), + [anon_sym_requires] = ACTIONS(5472), }, - [1873] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_RPAREN] = ACTIONS(4880), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4878), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym___extension__] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4885), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4883), - [anon_sym_volatile] = ACTIONS(4883), - [anon_sym_restrict] = ACTIONS(4883), - [anon_sym___restrict__] = ACTIONS(4883), - [anon_sym__Atomic] = ACTIONS(4883), - [anon_sym__Noreturn] = ACTIONS(4883), - [anon_sym_noreturn] = ACTIONS(4883), - [anon_sym__Nonnull] = ACTIONS(4883), - [anon_sym_mutable] = ACTIONS(4883), - [anon_sym_constinit] = ACTIONS(4883), - [anon_sym_consteval] = ACTIONS(4883), - [anon_sym_PROGMEM] = ACTIONS(4883), - [anon_sym_alignas] = ACTIONS(4883), - [anon_sym__Alignas] = ACTIONS(4883), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4878), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4878), - [anon_sym_or_eq] = ACTIONS(4878), - [anon_sym_xor_eq] = ACTIONS(4878), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4878), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4878), - [anon_sym_not_eq] = ACTIONS(4878), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4885), + [1785] = { + [sym_identifier] = ACTIONS(5476), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5478), + [anon_sym_COMMA] = ACTIONS(5478), + [anon_sym_RPAREN] = ACTIONS(5478), + [anon_sym_LPAREN2] = ACTIONS(5478), + [anon_sym_DASH] = ACTIONS(5476), + [anon_sym_PLUS] = ACTIONS(5476), + [anon_sym_STAR] = ACTIONS(5478), + [anon_sym_SLASH] = ACTIONS(5476), + [anon_sym_PERCENT] = ACTIONS(5478), + [anon_sym_PIPE_PIPE] = ACTIONS(5478), + [anon_sym_AMP_AMP] = ACTIONS(5478), + [anon_sym_PIPE] = ACTIONS(5476), + [anon_sym_CARET] = ACTIONS(5478), + [anon_sym_AMP] = ACTIONS(5476), + [anon_sym_EQ_EQ] = ACTIONS(5478), + [anon_sym_BANG_EQ] = ACTIONS(5478), + [anon_sym_GT] = ACTIONS(5476), + [anon_sym_GT_EQ] = ACTIONS(5478), + [anon_sym_LT_EQ] = ACTIONS(5476), + [anon_sym_LT] = ACTIONS(5476), + [anon_sym_LT_LT] = ACTIONS(5478), + [anon_sym_GT_GT] = ACTIONS(5478), + [anon_sym_SEMI] = ACTIONS(5478), + [anon_sym___extension__] = ACTIONS(5476), + [anon_sym___attribute__] = ACTIONS(5476), + [anon_sym___attribute] = ACTIONS(5476), + [anon_sym___based] = ACTIONS(5476), + [anon_sym_LBRACE] = ACTIONS(5478), + [anon_sym_RBRACE] = ACTIONS(5478), + [anon_sym_signed] = ACTIONS(5476), + [anon_sym_unsigned] = ACTIONS(5476), + [anon_sym_long] = ACTIONS(5476), + [anon_sym_short] = ACTIONS(5476), + [anon_sym_LBRACK] = ACTIONS(5478), + [anon_sym_RBRACK] = ACTIONS(5478), + [anon_sym_const] = ACTIONS(5476), + [anon_sym_constexpr] = ACTIONS(5476), + [anon_sym_volatile] = ACTIONS(5476), + [anon_sym_restrict] = ACTIONS(5476), + [anon_sym___restrict__] = ACTIONS(5476), + [anon_sym__Atomic] = ACTIONS(5476), + [anon_sym__Noreturn] = ACTIONS(5476), + [anon_sym_noreturn] = ACTIONS(5476), + [anon_sym__Nonnull] = ACTIONS(5476), + [anon_sym_mutable] = ACTIONS(5476), + [anon_sym_constinit] = ACTIONS(5476), + [anon_sym_consteval] = ACTIONS(5476), + [anon_sym_PROGMEM] = ACTIONS(5476), + [anon_sym_alignas] = ACTIONS(5476), + [anon_sym__Alignas] = ACTIONS(5476), + [aux_sym_primitive_type_token1] = ACTIONS(5476), + [anon_sym_byte] = ACTIONS(5476), + [anon_sym_word] = ACTIONS(5476), + [anon_sym_COLON] = ACTIONS(5478), + [anon_sym_QMARK] = ACTIONS(5478), + [anon_sym_LT_EQ_GT] = ACTIONS(5478), + [anon_sym_or] = ACTIONS(5476), + [anon_sym_and] = ACTIONS(5476), + [anon_sym_bitor] = ACTIONS(5476), + [anon_sym_xor] = ACTIONS(5476), + [anon_sym_bitand] = ACTIONS(5476), + [anon_sym_not_eq] = ACTIONS(5476), + [anon_sym_DASH_DASH] = ACTIONS(5478), + [anon_sym_PLUS_PLUS] = ACTIONS(5478), + [anon_sym_DOT] = ACTIONS(5476), + [anon_sym_DOT_STAR] = ACTIONS(5478), + [anon_sym_DASH_GT] = ACTIONS(5478), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4883), - [anon_sym_decltype] = ACTIONS(4883), - [anon_sym_DASH_GT_STAR] = ACTIONS(4878), - }, - [1874] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_RBRACE] = ACTIONS(1966), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), + [sym_auto] = ACTIONS(5476), + [anon_sym_decltype] = ACTIONS(5476), + [anon_sym_final] = ACTIONS(5476), + [anon_sym_override] = ACTIONS(5476), + [anon_sym_requires] = ACTIONS(5476), }, - [1875] = { - [sym__declaration_modifiers] = STATE(2943), - [sym_attribute_specifier] = STATE(2943), - [sym_attribute_declaration] = STATE(2943), - [sym_ms_declspec_modifier] = STATE(2943), - [sym_storage_class_specifier] = STATE(2943), - [sym_type_qualifier] = STATE(2943), - [sym_alignas_qualifier] = STATE(1624), - [sym_type_specifier] = STATE(4009), - [sym_sized_type_specifier] = STATE(2364), - [sym_primitive_type] = STATE(2970), - [sym_enum_specifier] = STATE(2364), - [sym_struct_specifier] = STATE(2364), - [sym_union_specifier] = STATE(2364), - [sym_placeholder_type_specifier] = STATE(2364), - [sym_decltype_auto] = STATE(2372), - [sym_decltype] = STATE(2322), - [sym_class_specifier] = STATE(2364), - [sym_dependent_type] = STATE(2364), - [sym_template_type] = STATE(2322), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(6544), - [sym_qualified_type_identifier] = STATE(2674), - [aux_sym__declaration_specifiers_repeat1] = STATE(2943), - [aux_sym_sized_type_specifier_repeat1] = STATE(2391), - [sym_identifier] = ACTIONS(3785), - [anon_sym___extension__] = ACTIONS(65), - [anon_sym_virtual] = ACTIONS(5639), - [anon_sym_extern] = ACTIONS(61), - [anon_sym___attribute__] = ACTIONS(43), - [anon_sym___attribute] = ACTIONS(43), - [anon_sym_COLON_COLON] = ACTIONS(3793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(49), - [anon_sym_signed] = ACTIONS(3795), - [anon_sym_unsigned] = ACTIONS(3795), - [anon_sym_long] = ACTIONS(3795), - [anon_sym_short] = ACTIONS(3795), - [anon_sym_static] = ACTIONS(61), - [anon_sym_register] = ACTIONS(61), - [anon_sym_inline] = ACTIONS(61), - [anon_sym___inline] = ACTIONS(61), - [anon_sym___inline__] = ACTIONS(61), - [anon_sym___forceinline] = ACTIONS(61), - [anon_sym_thread_local] = ACTIONS(61), - [anon_sym___thread] = ACTIONS(61), - [anon_sym_const] = ACTIONS(65), - [anon_sym_constexpr] = ACTIONS(65), - [anon_sym_volatile] = ACTIONS(65), - [anon_sym_restrict] = ACTIONS(65), - [anon_sym___restrict__] = ACTIONS(65), - [anon_sym__Atomic] = ACTIONS(65), - [anon_sym__Noreturn] = ACTIONS(65), - [anon_sym_noreturn] = ACTIONS(65), - [anon_sym__Nonnull] = ACTIONS(65), - [anon_sym_mutable] = ACTIONS(65), - [anon_sym_constinit] = ACTIONS(65), - [anon_sym_consteval] = ACTIONS(65), - [anon_sym_PROGMEM] = ACTIONS(65), - [anon_sym_alignas] = ACTIONS(67), - [anon_sym__Alignas] = ACTIONS(67), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [anon_sym_enum] = ACTIONS(3797), - [anon_sym_class] = ACTIONS(3799), - [anon_sym_struct] = ACTIONS(3801), - [anon_sym_union] = ACTIONS(3803), + [1786] = { + [sym_identifier] = ACTIONS(5480), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), + [anon_sym_COMMA] = ACTIONS(5482), + [anon_sym_RPAREN] = ACTIONS(5482), + [anon_sym_LPAREN2] = ACTIONS(5482), + [anon_sym_DASH] = ACTIONS(5480), + [anon_sym_PLUS] = ACTIONS(5480), + [anon_sym_STAR] = ACTIONS(5482), + [anon_sym_SLASH] = ACTIONS(5480), + [anon_sym_PERCENT] = ACTIONS(5482), + [anon_sym_PIPE_PIPE] = ACTIONS(5482), + [anon_sym_AMP_AMP] = ACTIONS(5482), + [anon_sym_PIPE] = ACTIONS(5480), + [anon_sym_CARET] = ACTIONS(5482), + [anon_sym_AMP] = ACTIONS(5480), + [anon_sym_EQ_EQ] = ACTIONS(5482), + [anon_sym_BANG_EQ] = ACTIONS(5482), + [anon_sym_GT] = ACTIONS(5480), + [anon_sym_GT_EQ] = ACTIONS(5482), + [anon_sym_LT_EQ] = ACTIONS(5480), + [anon_sym_LT] = ACTIONS(5480), + [anon_sym_LT_LT] = ACTIONS(5482), + [anon_sym_GT_GT] = ACTIONS(5482), + [anon_sym_SEMI] = ACTIONS(5482), + [anon_sym___extension__] = ACTIONS(5480), + [anon_sym___attribute__] = ACTIONS(5480), + [anon_sym___attribute] = ACTIONS(5480), + [anon_sym___based] = ACTIONS(5480), + [anon_sym_LBRACE] = ACTIONS(5482), + [anon_sym_RBRACE] = ACTIONS(5482), + [anon_sym_signed] = ACTIONS(5480), + [anon_sym_unsigned] = ACTIONS(5480), + [anon_sym_long] = ACTIONS(5480), + [anon_sym_short] = ACTIONS(5480), + [anon_sym_LBRACK] = ACTIONS(5482), + [anon_sym_RBRACK] = ACTIONS(5482), + [anon_sym_const] = ACTIONS(5480), + [anon_sym_constexpr] = ACTIONS(5480), + [anon_sym_volatile] = ACTIONS(5480), + [anon_sym_restrict] = ACTIONS(5480), + [anon_sym___restrict__] = ACTIONS(5480), + [anon_sym__Atomic] = ACTIONS(5480), + [anon_sym__Noreturn] = ACTIONS(5480), + [anon_sym_noreturn] = ACTIONS(5480), + [anon_sym__Nonnull] = ACTIONS(5480), + [anon_sym_mutable] = ACTIONS(5480), + [anon_sym_constinit] = ACTIONS(5480), + [anon_sym_consteval] = ACTIONS(5480), + [anon_sym_PROGMEM] = ACTIONS(5480), + [anon_sym_alignas] = ACTIONS(5480), + [anon_sym__Alignas] = ACTIONS(5480), + [aux_sym_primitive_type_token1] = ACTIONS(5480), + [anon_sym_byte] = ACTIONS(5480), + [anon_sym_word] = ACTIONS(5480), + [anon_sym_COLON] = ACTIONS(5482), + [anon_sym_QMARK] = ACTIONS(5482), + [anon_sym_LT_EQ_GT] = ACTIONS(5482), + [anon_sym_or] = ACTIONS(5480), + [anon_sym_and] = ACTIONS(5480), + [anon_sym_bitor] = ACTIONS(5480), + [anon_sym_xor] = ACTIONS(5480), + [anon_sym_bitand] = ACTIONS(5480), + [anon_sym_not_eq] = ACTIONS(5480), + [anon_sym_DASH_DASH] = ACTIONS(5482), + [anon_sym_PLUS_PLUS] = ACTIONS(5482), + [anon_sym_DOT] = ACTIONS(5480), + [anon_sym_DOT_STAR] = ACTIONS(5482), + [anon_sym_DASH_GT] = ACTIONS(5482), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(125), - [anon_sym_decltype] = ACTIONS(127), - [anon_sym_typename] = ACTIONS(3805), - [anon_sym_template] = ACTIONS(1428), + [sym_auto] = ACTIONS(5480), + [anon_sym_decltype] = ACTIONS(5480), + [anon_sym_final] = ACTIONS(5480), + [anon_sym_override] = ACTIONS(5480), + [anon_sym_requires] = ACTIONS(5480), }, - [1876] = { - [sym_identifier] = ACTIONS(1968), - [aux_sym_preproc_def_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token1] = ACTIONS(1968), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1968), - [sym_preproc_directive] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_typedef] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_public] = ACTIONS(1968), - [anon_sym_private] = ACTIONS(1968), - [anon_sym_protected] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_static_assert] = ACTIONS(1968), - [anon_sym_catch] = ACTIONS(1968), + [1787] = { + [sym_identifier] = ACTIONS(5484), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5486), + [anon_sym_COMMA] = ACTIONS(5486), + [anon_sym_RPAREN] = ACTIONS(5486), + [anon_sym_LPAREN2] = ACTIONS(5486), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_STAR] = ACTIONS(5486), + [anon_sym_SLASH] = ACTIONS(5484), + [anon_sym_PERCENT] = ACTIONS(5486), + [anon_sym_PIPE_PIPE] = ACTIONS(5486), + [anon_sym_AMP_AMP] = ACTIONS(5486), + [anon_sym_PIPE] = ACTIONS(5484), + [anon_sym_CARET] = ACTIONS(5486), + [anon_sym_AMP] = ACTIONS(5484), + [anon_sym_EQ_EQ] = ACTIONS(5486), + [anon_sym_BANG_EQ] = ACTIONS(5486), + [anon_sym_GT] = ACTIONS(5484), + [anon_sym_GT_EQ] = ACTIONS(5486), + [anon_sym_LT_EQ] = ACTIONS(5484), + [anon_sym_LT] = ACTIONS(5484), + [anon_sym_LT_LT] = ACTIONS(5486), + [anon_sym_GT_GT] = ACTIONS(5486), + [anon_sym_SEMI] = ACTIONS(5486), + [anon_sym___extension__] = ACTIONS(5484), + [anon_sym___attribute__] = ACTIONS(5484), + [anon_sym___attribute] = ACTIONS(5484), + [anon_sym___based] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(5486), + [anon_sym_signed] = ACTIONS(5484), + [anon_sym_unsigned] = ACTIONS(5484), + [anon_sym_long] = ACTIONS(5484), + [anon_sym_short] = ACTIONS(5484), + [anon_sym_LBRACK] = ACTIONS(5486), + [anon_sym_RBRACK] = ACTIONS(5486), + [anon_sym_const] = ACTIONS(5484), + [anon_sym_constexpr] = ACTIONS(5484), + [anon_sym_volatile] = ACTIONS(5484), + [anon_sym_restrict] = ACTIONS(5484), + [anon_sym___restrict__] = ACTIONS(5484), + [anon_sym__Atomic] = ACTIONS(5484), + [anon_sym__Noreturn] = ACTIONS(5484), + [anon_sym_noreturn] = ACTIONS(5484), + [anon_sym__Nonnull] = ACTIONS(5484), + [anon_sym_mutable] = ACTIONS(5484), + [anon_sym_constinit] = ACTIONS(5484), + [anon_sym_consteval] = ACTIONS(5484), + [anon_sym_PROGMEM] = ACTIONS(5484), + [anon_sym_alignas] = ACTIONS(5484), + [anon_sym__Alignas] = ACTIONS(5484), + [aux_sym_primitive_type_token1] = ACTIONS(5484), + [anon_sym_byte] = ACTIONS(5484), + [anon_sym_word] = ACTIONS(5484), + [anon_sym_COLON] = ACTIONS(5486), + [anon_sym_QMARK] = ACTIONS(5486), + [anon_sym_LT_EQ_GT] = ACTIONS(5486), + [anon_sym_or] = ACTIONS(5484), + [anon_sym_and] = ACTIONS(5484), + [anon_sym_bitor] = ACTIONS(5484), + [anon_sym_xor] = ACTIONS(5484), + [anon_sym_bitand] = ACTIONS(5484), + [anon_sym_not_eq] = ACTIONS(5484), + [anon_sym_DASH_DASH] = ACTIONS(5486), + [anon_sym_PLUS_PLUS] = ACTIONS(5486), + [anon_sym_DOT] = ACTIONS(5484), + [anon_sym_DOT_STAR] = ACTIONS(5486), + [anon_sym_DASH_GT] = ACTIONS(5486), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5484), + [anon_sym_decltype] = ACTIONS(5484), + [anon_sym_final] = ACTIONS(5484), + [anon_sym_override] = ACTIONS(5484), + [anon_sym_requires] = ACTIONS(5484), }, - [1877] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym_RBRACE] = ACTIONS(3136), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_friend] = ACTIONS(3134), - [anon_sym_public] = ACTIONS(3134), - [anon_sym_private] = ACTIONS(3134), - [anon_sym_protected] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), + [1788] = { + [sym_identifier] = ACTIONS(5488), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5490), + [anon_sym_COMMA] = ACTIONS(5490), + [anon_sym_RPAREN] = ACTIONS(5490), + [anon_sym_LPAREN2] = ACTIONS(5490), + [anon_sym_DASH] = ACTIONS(5488), + [anon_sym_PLUS] = ACTIONS(5488), + [anon_sym_STAR] = ACTIONS(5490), + [anon_sym_SLASH] = ACTIONS(5488), + [anon_sym_PERCENT] = ACTIONS(5490), + [anon_sym_PIPE_PIPE] = ACTIONS(5490), + [anon_sym_AMP_AMP] = ACTIONS(5490), + [anon_sym_PIPE] = ACTIONS(5488), + [anon_sym_CARET] = ACTIONS(5490), + [anon_sym_AMP] = ACTIONS(5488), + [anon_sym_EQ_EQ] = ACTIONS(5490), + [anon_sym_BANG_EQ] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_GT_EQ] = ACTIONS(5490), + [anon_sym_LT_EQ] = ACTIONS(5488), + [anon_sym_LT] = ACTIONS(5488), + [anon_sym_LT_LT] = ACTIONS(5490), + [anon_sym_GT_GT] = ACTIONS(5490), + [anon_sym_SEMI] = ACTIONS(5490), + [anon_sym___extension__] = ACTIONS(5488), + [anon_sym___attribute__] = ACTIONS(5488), + [anon_sym___attribute] = ACTIONS(5488), + [anon_sym___based] = ACTIONS(5488), + [anon_sym_LBRACE] = ACTIONS(5490), + [anon_sym_RBRACE] = ACTIONS(5490), + [anon_sym_signed] = ACTIONS(5488), + [anon_sym_unsigned] = ACTIONS(5488), + [anon_sym_long] = ACTIONS(5488), + [anon_sym_short] = ACTIONS(5488), + [anon_sym_LBRACK] = ACTIONS(5490), + [anon_sym_RBRACK] = ACTIONS(5490), + [anon_sym_const] = ACTIONS(5488), + [anon_sym_constexpr] = ACTIONS(5488), + [anon_sym_volatile] = ACTIONS(5488), + [anon_sym_restrict] = ACTIONS(5488), + [anon_sym___restrict__] = ACTIONS(5488), + [anon_sym__Atomic] = ACTIONS(5488), + [anon_sym__Noreturn] = ACTIONS(5488), + [anon_sym_noreturn] = ACTIONS(5488), + [anon_sym__Nonnull] = ACTIONS(5488), + [anon_sym_mutable] = ACTIONS(5488), + [anon_sym_constinit] = ACTIONS(5488), + [anon_sym_consteval] = ACTIONS(5488), + [anon_sym_PROGMEM] = ACTIONS(5488), + [anon_sym_alignas] = ACTIONS(5488), + [anon_sym__Alignas] = ACTIONS(5488), + [aux_sym_primitive_type_token1] = ACTIONS(5488), + [anon_sym_byte] = ACTIONS(5488), + [anon_sym_word] = ACTIONS(5488), + [anon_sym_COLON] = ACTIONS(5490), + [anon_sym_QMARK] = ACTIONS(5490), + [anon_sym_LT_EQ_GT] = ACTIONS(5490), + [anon_sym_or] = ACTIONS(5488), + [anon_sym_and] = ACTIONS(5488), + [anon_sym_bitor] = ACTIONS(5488), + [anon_sym_xor] = ACTIONS(5488), + [anon_sym_bitand] = ACTIONS(5488), + [anon_sym_not_eq] = ACTIONS(5488), + [anon_sym_DASH_DASH] = ACTIONS(5490), + [anon_sym_PLUS_PLUS] = ACTIONS(5490), + [anon_sym_DOT] = ACTIONS(5488), + [anon_sym_DOT_STAR] = ACTIONS(5490), + [anon_sym_DASH_GT] = ACTIONS(5490), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5488), + [anon_sym_decltype] = ACTIONS(5488), + [anon_sym_final] = ACTIONS(5488), + [anon_sym_override] = ACTIONS(5488), + [anon_sym_requires] = ACTIONS(5488), }, - [1878] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), - [anon_sym_COMMA] = ACTIONS(4880), - [anon_sym_LPAREN2] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4885), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4885), - [anon_sym_PERCENT] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4878), - [anon_sym_AMP_AMP] = ACTIONS(4880), - [anon_sym_PIPE] = ACTIONS(4885), - [anon_sym_CARET] = ACTIONS(4885), - [anon_sym_AMP] = ACTIONS(4887), - [anon_sym_EQ_EQ] = ACTIONS(4878), - [anon_sym_BANG_EQ] = ACTIONS(4878), - [anon_sym_GT] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4885), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4885), - [anon_sym_LT_LT] = ACTIONS(4885), - [anon_sym_GT_GT] = ACTIONS(4885), - [anon_sym___extension__] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4883), - [anon_sym_LBRACK] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4885), - [anon_sym_const] = ACTIONS(4876), - [anon_sym_constexpr] = ACTIONS(4883), - [anon_sym_volatile] = ACTIONS(4883), - [anon_sym_restrict] = ACTIONS(4883), - [anon_sym___restrict__] = ACTIONS(4883), - [anon_sym__Atomic] = ACTIONS(4883), - [anon_sym__Noreturn] = ACTIONS(4883), - [anon_sym_noreturn] = ACTIONS(4883), - [anon_sym__Nonnull] = ACTIONS(4883), - [anon_sym_mutable] = ACTIONS(4883), - [anon_sym_constinit] = ACTIONS(4883), - [anon_sym_consteval] = ACTIONS(4883), - [anon_sym_PROGMEM] = ACTIONS(4883), - [anon_sym_alignas] = ACTIONS(4883), - [anon_sym__Alignas] = ACTIONS(4883), - [anon_sym_QMARK] = ACTIONS(4878), - [anon_sym_STAR_EQ] = ACTIONS(4878), - [anon_sym_SLASH_EQ] = ACTIONS(4878), - [anon_sym_PERCENT_EQ] = ACTIONS(4878), - [anon_sym_PLUS_EQ] = ACTIONS(4878), - [anon_sym_DASH_EQ] = ACTIONS(4878), - [anon_sym_LT_LT_EQ] = ACTIONS(4878), - [anon_sym_GT_GT_EQ] = ACTIONS(4885), - [anon_sym_AMP_EQ] = ACTIONS(4878), - [anon_sym_CARET_EQ] = ACTIONS(4878), - [anon_sym_PIPE_EQ] = ACTIONS(4878), - [anon_sym_and_eq] = ACTIONS(4878), - [anon_sym_or_eq] = ACTIONS(4878), - [anon_sym_xor_eq] = ACTIONS(4878), - [anon_sym_LT_EQ_GT] = ACTIONS(4878), - [anon_sym_or] = ACTIONS(4885), - [anon_sym_and] = ACTIONS(4885), - [anon_sym_bitor] = ACTIONS(4878), - [anon_sym_xor] = ACTIONS(4885), - [anon_sym_bitand] = ACTIONS(4878), - [anon_sym_not_eq] = ACTIONS(4878), - [anon_sym_DASH_DASH] = ACTIONS(4878), - [anon_sym_PLUS_PLUS] = ACTIONS(4878), - [anon_sym_DOT] = ACTIONS(4885), - [anon_sym_DOT_STAR] = ACTIONS(4878), - [anon_sym_DASH_GT] = ACTIONS(4878), + [1789] = { + [sym_identifier] = ACTIONS(5492), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), + [anon_sym_COMMA] = ACTIONS(5494), + [anon_sym_RPAREN] = ACTIONS(5494), + [anon_sym_LPAREN2] = ACTIONS(5494), + [anon_sym_DASH] = ACTIONS(5492), + [anon_sym_PLUS] = ACTIONS(5492), + [anon_sym_STAR] = ACTIONS(5494), + [anon_sym_SLASH] = ACTIONS(5492), + [anon_sym_PERCENT] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5494), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE] = ACTIONS(5492), + [anon_sym_CARET] = ACTIONS(5494), + [anon_sym_AMP] = ACTIONS(5492), + [anon_sym_EQ_EQ] = ACTIONS(5494), + [anon_sym_BANG_EQ] = ACTIONS(5494), + [anon_sym_GT] = ACTIONS(5492), + [anon_sym_GT_EQ] = ACTIONS(5494), + [anon_sym_LT_EQ] = ACTIONS(5492), + [anon_sym_LT] = ACTIONS(5492), + [anon_sym_LT_LT] = ACTIONS(5494), + [anon_sym_GT_GT] = ACTIONS(5494), + [anon_sym_SEMI] = ACTIONS(5494), + [anon_sym___extension__] = ACTIONS(5492), + [anon_sym___attribute__] = ACTIONS(5492), + [anon_sym___attribute] = ACTIONS(5492), + [anon_sym___based] = ACTIONS(5492), + [anon_sym_LBRACE] = ACTIONS(5494), + [anon_sym_RBRACE] = ACTIONS(5494), + [anon_sym_signed] = ACTIONS(5492), + [anon_sym_unsigned] = ACTIONS(5492), + [anon_sym_long] = ACTIONS(5492), + [anon_sym_short] = ACTIONS(5492), + [anon_sym_LBRACK] = ACTIONS(5494), + [anon_sym_RBRACK] = ACTIONS(5494), + [anon_sym_const] = ACTIONS(5492), + [anon_sym_constexpr] = ACTIONS(5492), + [anon_sym_volatile] = ACTIONS(5492), + [anon_sym_restrict] = ACTIONS(5492), + [anon_sym___restrict__] = ACTIONS(5492), + [anon_sym__Atomic] = ACTIONS(5492), + [anon_sym__Noreturn] = ACTIONS(5492), + [anon_sym_noreturn] = ACTIONS(5492), + [anon_sym__Nonnull] = ACTIONS(5492), + [anon_sym_mutable] = ACTIONS(5492), + [anon_sym_constinit] = ACTIONS(5492), + [anon_sym_consteval] = ACTIONS(5492), + [anon_sym_PROGMEM] = ACTIONS(5492), + [anon_sym_alignas] = ACTIONS(5492), + [anon_sym__Alignas] = ACTIONS(5492), + [aux_sym_primitive_type_token1] = ACTIONS(5492), + [anon_sym_byte] = ACTIONS(5492), + [anon_sym_word] = ACTIONS(5492), + [anon_sym_COLON] = ACTIONS(5494), + [anon_sym_QMARK] = ACTIONS(5494), + [anon_sym_LT_EQ_GT] = ACTIONS(5494), + [anon_sym_or] = ACTIONS(5492), + [anon_sym_and] = ACTIONS(5492), + [anon_sym_bitor] = ACTIONS(5492), + [anon_sym_xor] = ACTIONS(5492), + [anon_sym_bitand] = ACTIONS(5492), + [anon_sym_not_eq] = ACTIONS(5492), + [anon_sym_DASH_DASH] = ACTIONS(5494), + [anon_sym_PLUS_PLUS] = ACTIONS(5494), + [anon_sym_DOT] = ACTIONS(5492), + [anon_sym_DOT_STAR] = ACTIONS(5494), + [anon_sym_DASH_GT] = ACTIONS(5494), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4883), - [anon_sym_decltype] = ACTIONS(4883), - [anon_sym_GT2] = ACTIONS(4880), + [sym_auto] = ACTIONS(5492), + [anon_sym_decltype] = ACTIONS(5492), + [anon_sym_final] = ACTIONS(5492), + [anon_sym_override] = ACTIONS(5492), + [anon_sym_requires] = ACTIONS(5492), }, - [1879] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym_RBRACE] = ACTIONS(3000), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_friend] = ACTIONS(2998), - [anon_sym_public] = ACTIONS(2998), - [anon_sym_private] = ACTIONS(2998), - [anon_sym_protected] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), + [1790] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5457), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5457), + [anon_sym_GT_GT] = ACTIONS(5457), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___extension__] = ACTIONS(5455), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym___based] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_signed] = ACTIONS(5455), + [anon_sym_unsigned] = ACTIONS(5455), + [anon_sym_long] = ACTIONS(5455), + [anon_sym_short] = ACTIONS(5455), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5455), + [anon_sym_volatile] = ACTIONS(5455), + [anon_sym_restrict] = ACTIONS(5455), + [anon_sym___restrict__] = ACTIONS(5455), + [anon_sym__Atomic] = ACTIONS(5455), + [anon_sym__Noreturn] = ACTIONS(5455), + [anon_sym_noreturn] = ACTIONS(5455), + [anon_sym__Nonnull] = ACTIONS(5455), + [anon_sym_mutable] = ACTIONS(5455), + [anon_sym_constinit] = ACTIONS(5455), + [anon_sym_consteval] = ACTIONS(5455), + [anon_sym_PROGMEM] = ACTIONS(5455), + [anon_sym_alignas] = ACTIONS(5455), + [anon_sym__Alignas] = ACTIONS(5455), + [aux_sym_primitive_type_token1] = ACTIONS(5455), + [anon_sym_byte] = ACTIONS(5455), + [anon_sym_word] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), + [anon_sym_final] = ACTIONS(5455), + [anon_sym_override] = ACTIONS(5455), + [anon_sym_requires] = ACTIONS(5455), }, - [1880] = { - [sym_identifier] = ACTIONS(2801), - [aux_sym_preproc_def_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token2] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), - [sym_preproc_directive] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_explicit] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_operator] = ACTIONS(2801), - [anon_sym_friend] = ACTIONS(2801), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_using] = ACTIONS(2801), - [anon_sym_static_assert] = ACTIONS(2801), + [1791] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5321), + [anon_sym_GT_GT] = ACTIONS(5321), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5321), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), }, - [1881] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym_RBRACE] = ACTIONS(3004), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_friend] = ACTIONS(3002), - [anon_sym_public] = ACTIONS(3002), - [anon_sym_private] = ACTIONS(3002), - [anon_sym_protected] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), + [1792] = { + [sym_identifier] = ACTIONS(5496), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5498), + [anon_sym_COMMA] = ACTIONS(5498), + [anon_sym_RPAREN] = ACTIONS(5498), + [anon_sym_LPAREN2] = ACTIONS(5498), + [anon_sym_DASH] = ACTIONS(5496), + [anon_sym_PLUS] = ACTIONS(5496), + [anon_sym_STAR] = ACTIONS(5498), + [anon_sym_SLASH] = ACTIONS(5496), + [anon_sym_PERCENT] = ACTIONS(5498), + [anon_sym_PIPE_PIPE] = ACTIONS(5498), + [anon_sym_AMP_AMP] = ACTIONS(5498), + [anon_sym_PIPE] = ACTIONS(5496), + [anon_sym_CARET] = ACTIONS(5498), + [anon_sym_AMP] = ACTIONS(5496), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_GT] = ACTIONS(5496), + [anon_sym_GT_EQ] = ACTIONS(5498), + [anon_sym_LT_EQ] = ACTIONS(5496), + [anon_sym_LT] = ACTIONS(5496), + [anon_sym_LT_LT] = ACTIONS(5498), + [anon_sym_GT_GT] = ACTIONS(5498), + [anon_sym_SEMI] = ACTIONS(5498), + [anon_sym___extension__] = ACTIONS(5496), + [anon_sym___attribute__] = ACTIONS(5496), + [anon_sym___attribute] = ACTIONS(5496), + [anon_sym___based] = ACTIONS(5496), + [anon_sym_LBRACE] = ACTIONS(5498), + [anon_sym_RBRACE] = ACTIONS(5498), + [anon_sym_signed] = ACTIONS(5496), + [anon_sym_unsigned] = ACTIONS(5496), + [anon_sym_long] = ACTIONS(5496), + [anon_sym_short] = ACTIONS(5496), + [anon_sym_LBRACK] = ACTIONS(5498), + [anon_sym_RBRACK] = ACTIONS(5498), + [anon_sym_const] = ACTIONS(5496), + [anon_sym_constexpr] = ACTIONS(5496), + [anon_sym_volatile] = ACTIONS(5496), + [anon_sym_restrict] = ACTIONS(5496), + [anon_sym___restrict__] = ACTIONS(5496), + [anon_sym__Atomic] = ACTIONS(5496), + [anon_sym__Noreturn] = ACTIONS(5496), + [anon_sym_noreturn] = ACTIONS(5496), + [anon_sym__Nonnull] = ACTIONS(5496), + [anon_sym_mutable] = ACTIONS(5496), + [anon_sym_constinit] = ACTIONS(5496), + [anon_sym_consteval] = ACTIONS(5496), + [anon_sym_PROGMEM] = ACTIONS(5496), + [anon_sym_alignas] = ACTIONS(5496), + [anon_sym__Alignas] = ACTIONS(5496), + [aux_sym_primitive_type_token1] = ACTIONS(5496), + [anon_sym_byte] = ACTIONS(5496), + [anon_sym_word] = ACTIONS(5496), + [anon_sym_COLON] = ACTIONS(5498), + [anon_sym_QMARK] = ACTIONS(5498), + [anon_sym_LT_EQ_GT] = ACTIONS(5498), + [anon_sym_or] = ACTIONS(5496), + [anon_sym_and] = ACTIONS(5496), + [anon_sym_bitor] = ACTIONS(5496), + [anon_sym_xor] = ACTIONS(5496), + [anon_sym_bitand] = ACTIONS(5496), + [anon_sym_not_eq] = ACTIONS(5496), + [anon_sym_DASH_DASH] = ACTIONS(5498), + [anon_sym_PLUS_PLUS] = ACTIONS(5498), + [anon_sym_DOT] = ACTIONS(5496), + [anon_sym_DOT_STAR] = ACTIONS(5498), + [anon_sym_DASH_GT] = ACTIONS(5498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5496), + [anon_sym_decltype] = ACTIONS(5496), + [anon_sym_final] = ACTIONS(5496), + [anon_sym_override] = ACTIONS(5496), + [anon_sym_requires] = ACTIONS(5496), }, - [1882] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym_RBRACE] = ACTIONS(3012), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_friend] = ACTIONS(3010), - [anon_sym_public] = ACTIONS(3010), - [anon_sym_private] = ACTIONS(3010), - [anon_sym_protected] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), + [1793] = { + [sym_identifier] = ACTIONS(5500), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5502), + [anon_sym_COMMA] = ACTIONS(5502), + [anon_sym_RPAREN] = ACTIONS(5502), + [anon_sym_LPAREN2] = ACTIONS(5502), + [anon_sym_DASH] = ACTIONS(5500), + [anon_sym_PLUS] = ACTIONS(5500), + [anon_sym_STAR] = ACTIONS(5502), + [anon_sym_SLASH] = ACTIONS(5500), + [anon_sym_PERCENT] = ACTIONS(5502), + [anon_sym_PIPE_PIPE] = ACTIONS(5502), + [anon_sym_AMP_AMP] = ACTIONS(5502), + [anon_sym_PIPE] = ACTIONS(5500), + [anon_sym_CARET] = ACTIONS(5502), + [anon_sym_AMP] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5502), + [anon_sym_BANG_EQ] = ACTIONS(5502), + [anon_sym_GT] = ACTIONS(5500), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_LT_EQ] = ACTIONS(5500), + [anon_sym_LT] = ACTIONS(5500), + [anon_sym_LT_LT] = ACTIONS(5502), + [anon_sym_GT_GT] = ACTIONS(5502), + [anon_sym_SEMI] = ACTIONS(5502), + [anon_sym___extension__] = ACTIONS(5500), + [anon_sym___attribute__] = ACTIONS(5500), + [anon_sym___attribute] = ACTIONS(5500), + [anon_sym___based] = ACTIONS(5500), + [anon_sym_LBRACE] = ACTIONS(5502), + [anon_sym_RBRACE] = ACTIONS(5502), + [anon_sym_signed] = ACTIONS(5500), + [anon_sym_unsigned] = ACTIONS(5500), + [anon_sym_long] = ACTIONS(5500), + [anon_sym_short] = ACTIONS(5500), + [anon_sym_LBRACK] = ACTIONS(5502), + [anon_sym_RBRACK] = ACTIONS(5502), + [anon_sym_const] = ACTIONS(5500), + [anon_sym_constexpr] = ACTIONS(5500), + [anon_sym_volatile] = ACTIONS(5500), + [anon_sym_restrict] = ACTIONS(5500), + [anon_sym___restrict__] = ACTIONS(5500), + [anon_sym__Atomic] = ACTIONS(5500), + [anon_sym__Noreturn] = ACTIONS(5500), + [anon_sym_noreturn] = ACTIONS(5500), + [anon_sym__Nonnull] = ACTIONS(5500), + [anon_sym_mutable] = ACTIONS(5500), + [anon_sym_constinit] = ACTIONS(5500), + [anon_sym_consteval] = ACTIONS(5500), + [anon_sym_PROGMEM] = ACTIONS(5500), + [anon_sym_alignas] = ACTIONS(5500), + [anon_sym__Alignas] = ACTIONS(5500), + [aux_sym_primitive_type_token1] = ACTIONS(5500), + [anon_sym_byte] = ACTIONS(5500), + [anon_sym_word] = ACTIONS(5500), + [anon_sym_COLON] = ACTIONS(5502), + [anon_sym_QMARK] = ACTIONS(5502), + [anon_sym_LT_EQ_GT] = ACTIONS(5502), + [anon_sym_or] = ACTIONS(5500), + [anon_sym_and] = ACTIONS(5500), + [anon_sym_bitor] = ACTIONS(5500), + [anon_sym_xor] = ACTIONS(5500), + [anon_sym_bitand] = ACTIONS(5500), + [anon_sym_not_eq] = ACTIONS(5500), + [anon_sym_DASH_DASH] = ACTIONS(5502), + [anon_sym_PLUS_PLUS] = ACTIONS(5502), + [anon_sym_DOT] = ACTIONS(5500), + [anon_sym_DOT_STAR] = ACTIONS(5502), + [anon_sym_DASH_GT] = ACTIONS(5502), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5500), + [anon_sym_decltype] = ACTIONS(5500), + [anon_sym_final] = ACTIONS(5500), + [anon_sym_override] = ACTIONS(5500), + [anon_sym_requires] = ACTIONS(5500), }, - [1883] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token2] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), + [1794] = { + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5506), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5506), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5506), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5506), + [anon_sym_GT_GT] = ACTIONS(5506), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___extension__] = ACTIONS(5504), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym___based] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_signed] = ACTIONS(5504), + [anon_sym_unsigned] = ACTIONS(5504), + [anon_sym_long] = ACTIONS(5504), + [anon_sym_short] = ACTIONS(5504), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_const] = ACTIONS(5504), + [anon_sym_constexpr] = ACTIONS(5504), + [anon_sym_volatile] = ACTIONS(5504), + [anon_sym_restrict] = ACTIONS(5504), + [anon_sym___restrict__] = ACTIONS(5504), + [anon_sym__Atomic] = ACTIONS(5504), + [anon_sym__Noreturn] = ACTIONS(5504), + [anon_sym_noreturn] = ACTIONS(5504), + [anon_sym__Nonnull] = ACTIONS(5504), + [anon_sym_mutable] = ACTIONS(5504), + [anon_sym_constinit] = ACTIONS(5504), + [anon_sym_consteval] = ACTIONS(5504), + [anon_sym_PROGMEM] = ACTIONS(5504), + [anon_sym_alignas] = ACTIONS(5504), + [anon_sym__Alignas] = ACTIONS(5504), + [aux_sym_primitive_type_token1] = ACTIONS(5504), + [anon_sym_byte] = ACTIONS(5504), + [anon_sym_word] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), + [anon_sym_final] = ACTIONS(5504), + [anon_sym_override] = ACTIONS(5504), + [anon_sym_requires] = ACTIONS(5504), }, - [1884] = { - [sym_identifier] = ACTIONS(2921), - [aux_sym_preproc_def_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), - [sym_preproc_directive] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym___extension__] = ACTIONS(2921), - [anon_sym_typedef] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___attribute] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym_RBRACE] = ACTIONS(2923), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym___inline] = ACTIONS(2921), - [anon_sym___inline__] = ACTIONS(2921), - [anon_sym___forceinline] = ACTIONS(2921), - [anon_sym_thread_local] = ACTIONS(2921), - [anon_sym___thread] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym___restrict__] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym__Noreturn] = ACTIONS(2921), - [anon_sym_noreturn] = ACTIONS(2921), - [anon_sym__Nonnull] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constinit] = ACTIONS(2921), - [anon_sym_consteval] = ACTIONS(2921), - [anon_sym_PROGMEM] = ACTIONS(2921), - [anon_sym_alignas] = ACTIONS(2921), - [anon_sym__Alignas] = ACTIONS(2921), - [aux_sym_primitive_type_token1] = ACTIONS(2921), - [anon_sym_byte] = ACTIONS(2921), - [anon_sym_word] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), + [1795] = { + [sym_catch_clause] = STATE(1806), + [aux_sym_constructor_try_statement_repeat1] = STATE(1806), + [sym_identifier] = ACTIONS(2575), + [aux_sym_preproc_def_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), + [sym_preproc_directive] = ACTIONS(2575), + [anon_sym_LPAREN2] = ACTIONS(2577), + [anon_sym_TILDE] = ACTIONS(2577), + [anon_sym_STAR] = ACTIONS(2577), + [anon_sym_AMP_AMP] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2575), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym___extension__] = ACTIONS(2575), + [anon_sym_typedef] = ACTIONS(2575), + [anon_sym_virtual] = ACTIONS(2575), + [anon_sym_extern] = ACTIONS(2575), + [anon_sym___attribute__] = ACTIONS(2575), + [anon_sym___attribute] = ACTIONS(2575), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2575), + [anon_sym___based] = ACTIONS(2575), + [anon_sym_RBRACE] = ACTIONS(2577), + [anon_sym_signed] = ACTIONS(2575), + [anon_sym_unsigned] = ACTIONS(2575), + [anon_sym_long] = ACTIONS(2575), + [anon_sym_short] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2575), + [anon_sym_static] = ACTIONS(2575), + [anon_sym_register] = ACTIONS(2575), + [anon_sym_inline] = ACTIONS(2575), + [anon_sym___inline] = ACTIONS(2575), + [anon_sym___inline__] = ACTIONS(2575), + [anon_sym___forceinline] = ACTIONS(2575), + [anon_sym_thread_local] = ACTIONS(2575), + [anon_sym___thread] = ACTIONS(2575), + [anon_sym_const] = ACTIONS(2575), + [anon_sym_constexpr] = ACTIONS(2575), + [anon_sym_volatile] = ACTIONS(2575), + [anon_sym_restrict] = ACTIONS(2575), + [anon_sym___restrict__] = ACTIONS(2575), + [anon_sym__Atomic] = ACTIONS(2575), + [anon_sym__Noreturn] = ACTIONS(2575), + [anon_sym_noreturn] = ACTIONS(2575), + [anon_sym__Nonnull] = ACTIONS(2575), + [anon_sym_mutable] = ACTIONS(2575), + [anon_sym_constinit] = ACTIONS(2575), + [anon_sym_consteval] = ACTIONS(2575), + [anon_sym_PROGMEM] = ACTIONS(2575), + [anon_sym_alignas] = ACTIONS(2575), + [anon_sym__Alignas] = ACTIONS(2575), + [aux_sym_primitive_type_token1] = ACTIONS(2575), + [anon_sym_byte] = ACTIONS(2575), + [anon_sym_word] = ACTIONS(2575), + [anon_sym_enum] = ACTIONS(2575), + [anon_sym_class] = ACTIONS(2575), + [anon_sym_struct] = ACTIONS(2575), + [anon_sym_union] = ACTIONS(2575), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2921), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_friend] = ACTIONS(2921), - [anon_sym_public] = ACTIONS(2921), - [anon_sym_private] = ACTIONS(2921), - [anon_sym_protected] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_static_assert] = ACTIONS(2921), + [sym_auto] = ACTIONS(2575), + [anon_sym_decltype] = ACTIONS(2575), + [anon_sym_explicit] = ACTIONS(2575), + [anon_sym_typename] = ACTIONS(2575), + [anon_sym_template] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2575), + [anon_sym_friend] = ACTIONS(2575), + [anon_sym_public] = ACTIONS(2575), + [anon_sym_private] = ACTIONS(2575), + [anon_sym_protected] = ACTIONS(2575), + [anon_sym_using] = ACTIONS(2575), + [anon_sym_static_assert] = ACTIONS(2575), + [anon_sym_catch] = ACTIONS(5508), }, - [1885] = { - [sym_identifier] = ACTIONS(2917), - [aux_sym_preproc_def_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), - [sym_preproc_directive] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym___based] = ACTIONS(2917), - [anon_sym_RBRACE] = ACTIONS(2919), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), + [1796] = { + [sym_identifier] = ACTIONS(5510), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5512), + [anon_sym_COMMA] = ACTIONS(5512), + [anon_sym_RPAREN] = ACTIONS(5512), + [anon_sym_LPAREN2] = ACTIONS(5512), + [anon_sym_DASH] = ACTIONS(5510), + [anon_sym_PLUS] = ACTIONS(5510), + [anon_sym_STAR] = ACTIONS(5512), + [anon_sym_SLASH] = ACTIONS(5510), + [anon_sym_PERCENT] = ACTIONS(5512), + [anon_sym_PIPE_PIPE] = ACTIONS(5512), + [anon_sym_AMP_AMP] = ACTIONS(5512), + [anon_sym_PIPE] = ACTIONS(5510), + [anon_sym_CARET] = ACTIONS(5512), + [anon_sym_AMP] = ACTIONS(5510), + [anon_sym_EQ_EQ] = ACTIONS(5512), + [anon_sym_BANG_EQ] = ACTIONS(5512), + [anon_sym_GT] = ACTIONS(5510), + [anon_sym_GT_EQ] = ACTIONS(5512), + [anon_sym_LT_EQ] = ACTIONS(5510), + [anon_sym_LT] = ACTIONS(5510), + [anon_sym_LT_LT] = ACTIONS(5512), + [anon_sym_GT_GT] = ACTIONS(5512), + [anon_sym_SEMI] = ACTIONS(5512), + [anon_sym___extension__] = ACTIONS(5510), + [anon_sym___attribute__] = ACTIONS(5510), + [anon_sym___attribute] = ACTIONS(5510), + [anon_sym___based] = ACTIONS(5510), + [anon_sym_LBRACE] = ACTIONS(5512), + [anon_sym_RBRACE] = ACTIONS(5512), + [anon_sym_signed] = ACTIONS(5510), + [anon_sym_unsigned] = ACTIONS(5510), + [anon_sym_long] = ACTIONS(5510), + [anon_sym_short] = ACTIONS(5510), + [anon_sym_LBRACK] = ACTIONS(5512), + [anon_sym_RBRACK] = ACTIONS(5512), + [anon_sym_const] = ACTIONS(5510), + [anon_sym_constexpr] = ACTIONS(5510), + [anon_sym_volatile] = ACTIONS(5510), + [anon_sym_restrict] = ACTIONS(5510), + [anon_sym___restrict__] = ACTIONS(5510), + [anon_sym__Atomic] = ACTIONS(5510), + [anon_sym__Noreturn] = ACTIONS(5510), + [anon_sym_noreturn] = ACTIONS(5510), + [anon_sym__Nonnull] = ACTIONS(5510), + [anon_sym_mutable] = ACTIONS(5510), + [anon_sym_constinit] = ACTIONS(5510), + [anon_sym_consteval] = ACTIONS(5510), + [anon_sym_PROGMEM] = ACTIONS(5510), + [anon_sym_alignas] = ACTIONS(5510), + [anon_sym__Alignas] = ACTIONS(5510), + [aux_sym_primitive_type_token1] = ACTIONS(5510), + [anon_sym_byte] = ACTIONS(5510), + [anon_sym_word] = ACTIONS(5510), + [anon_sym_COLON] = ACTIONS(5512), + [anon_sym_QMARK] = ACTIONS(5512), + [anon_sym_LT_EQ_GT] = ACTIONS(5512), + [anon_sym_or] = ACTIONS(5510), + [anon_sym_and] = ACTIONS(5510), + [anon_sym_bitor] = ACTIONS(5510), + [anon_sym_xor] = ACTIONS(5510), + [anon_sym_bitand] = ACTIONS(5510), + [anon_sym_not_eq] = ACTIONS(5510), + [anon_sym_DASH_DASH] = ACTIONS(5512), + [anon_sym_PLUS_PLUS] = ACTIONS(5512), + [anon_sym_DOT] = ACTIONS(5510), + [anon_sym_DOT_STAR] = ACTIONS(5512), + [anon_sym_DASH_GT] = ACTIONS(5512), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_explicit] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_operator] = ACTIONS(2917), - [anon_sym_friend] = ACTIONS(2917), - [anon_sym_public] = ACTIONS(2917), - [anon_sym_private] = ACTIONS(2917), - [anon_sym_protected] = ACTIONS(2917), - [anon_sym_using] = ACTIONS(2917), - [anon_sym_static_assert] = ACTIONS(2917), + [sym_auto] = ACTIONS(5510), + [anon_sym_decltype] = ACTIONS(5510), + [anon_sym_final] = ACTIONS(5510), + [anon_sym_override] = ACTIONS(5510), + [anon_sym_requires] = ACTIONS(5510), + }, + [1797] = { + [sym_catch_clause] = STATE(1805), + [aux_sym_constructor_try_statement_repeat1] = STATE(1805), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token2] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_explicit] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_operator] = ACTIONS(2556), + [anon_sym_friend] = ACTIONS(2556), + [anon_sym_public] = ACTIONS(2556), + [anon_sym_private] = ACTIONS(2556), + [anon_sym_protected] = ACTIONS(2556), + [anon_sym_using] = ACTIONS(2556), + [anon_sym_static_assert] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(5514), }, - [1886] = { - [sym_identifier] = ACTIONS(5402), - [aux_sym_preproc_def_token1] = ACTIONS(5402), - [aux_sym_preproc_if_token1] = ACTIONS(5402), - [aux_sym_preproc_if_token2] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5402), - [sym_preproc_directive] = ACTIONS(5402), - [anon_sym_LPAREN2] = ACTIONS(5404), - [anon_sym_TILDE] = ACTIONS(5404), - [anon_sym_STAR] = ACTIONS(5404), - [anon_sym_AMP_AMP] = ACTIONS(5404), - [anon_sym_AMP] = ACTIONS(5402), - [anon_sym_SEMI] = ACTIONS(5404), - [anon_sym___extension__] = ACTIONS(5402), - [anon_sym_typedef] = ACTIONS(5402), - [anon_sym_virtual] = ACTIONS(5402), - [anon_sym_extern] = ACTIONS(5402), - [anon_sym___attribute__] = ACTIONS(5402), - [anon_sym___attribute] = ACTIONS(5402), - [anon_sym_COLON_COLON] = ACTIONS(5404), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5404), - [anon_sym___declspec] = ACTIONS(5402), - [anon_sym___based] = ACTIONS(5402), - [anon_sym_signed] = ACTIONS(5402), - [anon_sym_unsigned] = ACTIONS(5402), - [anon_sym_long] = ACTIONS(5402), - [anon_sym_short] = ACTIONS(5402), - [anon_sym_LBRACK] = ACTIONS(5402), - [anon_sym_static] = ACTIONS(5402), - [anon_sym_register] = ACTIONS(5402), - [anon_sym_inline] = ACTIONS(5402), - [anon_sym___inline] = ACTIONS(5402), - [anon_sym___inline__] = ACTIONS(5402), - [anon_sym___forceinline] = ACTIONS(5402), - [anon_sym_thread_local] = ACTIONS(5402), - [anon_sym___thread] = ACTIONS(5402), - [anon_sym_const] = ACTIONS(5402), - [anon_sym_constexpr] = ACTIONS(5402), - [anon_sym_volatile] = ACTIONS(5402), - [anon_sym_restrict] = ACTIONS(5402), - [anon_sym___restrict__] = ACTIONS(5402), - [anon_sym__Atomic] = ACTIONS(5402), - [anon_sym__Noreturn] = ACTIONS(5402), - [anon_sym_noreturn] = ACTIONS(5402), - [anon_sym__Nonnull] = ACTIONS(5402), - [anon_sym_mutable] = ACTIONS(5402), - [anon_sym_constinit] = ACTIONS(5402), - [anon_sym_consteval] = ACTIONS(5402), - [anon_sym_PROGMEM] = ACTIONS(5402), - [anon_sym_alignas] = ACTIONS(5402), - [anon_sym__Alignas] = ACTIONS(5402), - [aux_sym_primitive_type_token1] = ACTIONS(5402), - [anon_sym_byte] = ACTIONS(5402), - [anon_sym_word] = ACTIONS(5402), - [anon_sym_enum] = ACTIONS(5402), - [anon_sym_class] = ACTIONS(5402), - [anon_sym_struct] = ACTIONS(5402), - [anon_sym_union] = ACTIONS(5402), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5402), - [anon_sym_decltype] = ACTIONS(5402), - [anon_sym_explicit] = ACTIONS(5402), - [anon_sym_typename] = ACTIONS(5402), - [anon_sym_template] = ACTIONS(5402), - [anon_sym_operator] = ACTIONS(5402), - [anon_sym_friend] = ACTIONS(5402), - [anon_sym_public] = ACTIONS(5402), - [anon_sym_private] = ACTIONS(5402), - [anon_sym_protected] = ACTIONS(5402), - [anon_sym_using] = ACTIONS(5402), - [anon_sym_static_assert] = ACTIONS(5402), + [1798] = { + [sym_identifier] = ACTIONS(5516), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5518), + [anon_sym_COMMA] = ACTIONS(5518), + [anon_sym_RPAREN] = ACTIONS(5518), + [anon_sym_LPAREN2] = ACTIONS(5518), + [anon_sym_TILDE] = ACTIONS(5518), + [anon_sym_STAR] = ACTIONS(5518), + [anon_sym_AMP_AMP] = ACTIONS(5518), + [anon_sym_AMP] = ACTIONS(5516), + [anon_sym_SEMI] = ACTIONS(5518), + [anon_sym___extension__] = ACTIONS(5516), + [anon_sym_virtual] = ACTIONS(5516), + [anon_sym_extern] = ACTIONS(5516), + [anon_sym___attribute__] = ACTIONS(5516), + [anon_sym___attribute] = ACTIONS(5516), + [anon_sym_COLON_COLON] = ACTIONS(5518), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5518), + [anon_sym___declspec] = ACTIONS(5516), + [anon_sym___based] = ACTIONS(5516), + [anon_sym_LBRACE] = ACTIONS(5518), + [anon_sym_signed] = ACTIONS(5516), + [anon_sym_unsigned] = ACTIONS(5516), + [anon_sym_long] = ACTIONS(5516), + [anon_sym_short] = ACTIONS(5516), + [anon_sym_LBRACK] = ACTIONS(5516), + [anon_sym_static] = ACTIONS(5516), + [anon_sym_EQ] = ACTIONS(5518), + [anon_sym_register] = ACTIONS(5516), + [anon_sym_inline] = ACTIONS(5516), + [anon_sym___inline] = ACTIONS(5516), + [anon_sym___inline__] = ACTIONS(5516), + [anon_sym___forceinline] = ACTIONS(5516), + [anon_sym_thread_local] = ACTIONS(5516), + [anon_sym___thread] = ACTIONS(5516), + [anon_sym_const] = ACTIONS(5516), + [anon_sym_constexpr] = ACTIONS(5516), + [anon_sym_volatile] = ACTIONS(5516), + [anon_sym_restrict] = ACTIONS(5516), + [anon_sym___restrict__] = ACTIONS(5516), + [anon_sym__Atomic] = ACTIONS(5516), + [anon_sym__Noreturn] = ACTIONS(5516), + [anon_sym_noreturn] = ACTIONS(5516), + [anon_sym__Nonnull] = ACTIONS(5516), + [anon_sym_mutable] = ACTIONS(5516), + [anon_sym_constinit] = ACTIONS(5516), + [anon_sym_consteval] = ACTIONS(5516), + [anon_sym_PROGMEM] = ACTIONS(5516), + [anon_sym_alignas] = ACTIONS(5516), + [anon_sym__Alignas] = ACTIONS(5516), + [aux_sym_primitive_type_token1] = ACTIONS(5516), + [anon_sym_byte] = ACTIONS(5516), + [anon_sym_word] = ACTIONS(5516), + [anon_sym_enum] = ACTIONS(5516), + [anon_sym_class] = ACTIONS(5516), + [anon_sym_struct] = ACTIONS(5516), + [anon_sym_union] = ACTIONS(5516), + [anon_sym_asm] = ACTIONS(5516), + [anon_sym___asm__] = ACTIONS(5516), + [anon_sym___asm] = ACTIONS(5516), + [anon_sym_DASH_GT] = ACTIONS(5518), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5516), + [anon_sym_decltype] = ACTIONS(5516), + [anon_sym_final] = ACTIONS(5516), + [anon_sym_override] = ACTIONS(5516), + [anon_sym_explicit] = ACTIONS(5516), + [anon_sym_typename] = ACTIONS(5516), + [anon_sym_template] = ACTIONS(5516), + [anon_sym_GT2] = ACTIONS(5518), + [anon_sym_operator] = ACTIONS(5516), + [anon_sym_try] = ACTIONS(5516), + [anon_sym_noexcept] = ACTIONS(5516), + [anon_sym_throw] = ACTIONS(5516), + [anon_sym_requires] = ACTIONS(5516), }, - [1887] = { - [sym_identifier] = ACTIONS(5345), - [aux_sym_preproc_def_token1] = ACTIONS(5345), - [aux_sym_preproc_if_token1] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5345), - [sym_preproc_directive] = ACTIONS(5345), - [anon_sym_LPAREN2] = ACTIONS(5347), - [anon_sym_TILDE] = ACTIONS(5347), - [anon_sym_STAR] = ACTIONS(5347), - [anon_sym_AMP_AMP] = ACTIONS(5347), - [anon_sym_AMP] = ACTIONS(5345), - [anon_sym_SEMI] = ACTIONS(5347), - [anon_sym___extension__] = ACTIONS(5345), - [anon_sym_typedef] = ACTIONS(5345), - [anon_sym_virtual] = ACTIONS(5345), - [anon_sym_extern] = ACTIONS(5345), - [anon_sym___attribute__] = ACTIONS(5345), - [anon_sym___attribute] = ACTIONS(5345), - [anon_sym_COLON_COLON] = ACTIONS(5347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5347), - [anon_sym___declspec] = ACTIONS(5345), - [anon_sym___based] = ACTIONS(5345), - [anon_sym_RBRACE] = ACTIONS(5347), - [anon_sym_signed] = ACTIONS(5345), - [anon_sym_unsigned] = ACTIONS(5345), - [anon_sym_long] = ACTIONS(5345), - [anon_sym_short] = ACTIONS(5345), - [anon_sym_LBRACK] = ACTIONS(5345), - [anon_sym_static] = ACTIONS(5345), - [anon_sym_register] = ACTIONS(5345), - [anon_sym_inline] = ACTIONS(5345), - [anon_sym___inline] = ACTIONS(5345), - [anon_sym___inline__] = ACTIONS(5345), - [anon_sym___forceinline] = ACTIONS(5345), - [anon_sym_thread_local] = ACTIONS(5345), - [anon_sym___thread] = ACTIONS(5345), - [anon_sym_const] = ACTIONS(5345), - [anon_sym_constexpr] = ACTIONS(5345), - [anon_sym_volatile] = ACTIONS(5345), - [anon_sym_restrict] = ACTIONS(5345), - [anon_sym___restrict__] = ACTIONS(5345), - [anon_sym__Atomic] = ACTIONS(5345), - [anon_sym__Noreturn] = ACTIONS(5345), - [anon_sym_noreturn] = ACTIONS(5345), - [anon_sym__Nonnull] = ACTIONS(5345), - [anon_sym_mutable] = ACTIONS(5345), - [anon_sym_constinit] = ACTIONS(5345), - [anon_sym_consteval] = ACTIONS(5345), - [anon_sym_PROGMEM] = ACTIONS(5345), - [anon_sym_alignas] = ACTIONS(5345), - [anon_sym__Alignas] = ACTIONS(5345), - [aux_sym_primitive_type_token1] = ACTIONS(5345), - [anon_sym_byte] = ACTIONS(5345), - [anon_sym_word] = ACTIONS(5345), - [anon_sym_enum] = ACTIONS(5345), - [anon_sym_class] = ACTIONS(5345), - [anon_sym_struct] = ACTIONS(5345), - [anon_sym_union] = ACTIONS(5345), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5345), - [anon_sym_decltype] = ACTIONS(5345), - [anon_sym_explicit] = ACTIONS(5345), - [anon_sym_typename] = ACTIONS(5345), - [anon_sym_template] = ACTIONS(5345), - [anon_sym_operator] = ACTIONS(5345), - [anon_sym_friend] = ACTIONS(5345), - [anon_sym_public] = ACTIONS(5345), - [anon_sym_private] = ACTIONS(5345), - [anon_sym_protected] = ACTIONS(5345), - [anon_sym_using] = ACTIONS(5345), - [anon_sym_static_assert] = ACTIONS(5345), + [1799] = { + [sym_identifier] = ACTIONS(5520), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5522), + [anon_sym_COMMA] = ACTIONS(5522), + [anon_sym_RPAREN] = ACTIONS(5522), + [anon_sym_LPAREN2] = ACTIONS(5522), + [anon_sym_DASH] = ACTIONS(5520), + [anon_sym_PLUS] = ACTIONS(5520), + [anon_sym_STAR] = ACTIONS(5522), + [anon_sym_SLASH] = ACTIONS(5520), + [anon_sym_PERCENT] = ACTIONS(5522), + [anon_sym_PIPE_PIPE] = ACTIONS(5522), + [anon_sym_AMP_AMP] = ACTIONS(5522), + [anon_sym_PIPE] = ACTIONS(5520), + [anon_sym_CARET] = ACTIONS(5522), + [anon_sym_AMP] = ACTIONS(5520), + [anon_sym_EQ_EQ] = ACTIONS(5522), + [anon_sym_BANG_EQ] = ACTIONS(5522), + [anon_sym_GT] = ACTIONS(5520), + [anon_sym_GT_EQ] = ACTIONS(5522), + [anon_sym_LT_EQ] = ACTIONS(5520), + [anon_sym_LT] = ACTIONS(5520), + [anon_sym_LT_LT] = ACTIONS(5522), + [anon_sym_GT_GT] = ACTIONS(5522), + [anon_sym_SEMI] = ACTIONS(5522), + [anon_sym___extension__] = ACTIONS(5520), + [anon_sym___attribute__] = ACTIONS(5520), + [anon_sym___attribute] = ACTIONS(5520), + [anon_sym___based] = ACTIONS(5520), + [anon_sym_LBRACE] = ACTIONS(5522), + [anon_sym_RBRACE] = ACTIONS(5522), + [anon_sym_signed] = ACTIONS(5520), + [anon_sym_unsigned] = ACTIONS(5520), + [anon_sym_long] = ACTIONS(5520), + [anon_sym_short] = ACTIONS(5520), + [anon_sym_LBRACK] = ACTIONS(5522), + [anon_sym_RBRACK] = ACTIONS(5522), + [anon_sym_const] = ACTIONS(5520), + [anon_sym_constexpr] = ACTIONS(5520), + [anon_sym_volatile] = ACTIONS(5520), + [anon_sym_restrict] = ACTIONS(5520), + [anon_sym___restrict__] = ACTIONS(5520), + [anon_sym__Atomic] = ACTIONS(5520), + [anon_sym__Noreturn] = ACTIONS(5520), + [anon_sym_noreturn] = ACTIONS(5520), + [anon_sym__Nonnull] = ACTIONS(5520), + [anon_sym_mutable] = ACTIONS(5520), + [anon_sym_constinit] = ACTIONS(5520), + [anon_sym_consteval] = ACTIONS(5520), + [anon_sym_PROGMEM] = ACTIONS(5520), + [anon_sym_alignas] = ACTIONS(5520), + [anon_sym__Alignas] = ACTIONS(5520), + [aux_sym_primitive_type_token1] = ACTIONS(5520), + [anon_sym_byte] = ACTIONS(5520), + [anon_sym_word] = ACTIONS(5520), + [anon_sym_COLON] = ACTIONS(5522), + [anon_sym_QMARK] = ACTIONS(5522), + [anon_sym_LT_EQ_GT] = ACTIONS(5522), + [anon_sym_or] = ACTIONS(5520), + [anon_sym_and] = ACTIONS(5520), + [anon_sym_bitor] = ACTIONS(5520), + [anon_sym_xor] = ACTIONS(5520), + [anon_sym_bitand] = ACTIONS(5520), + [anon_sym_not_eq] = ACTIONS(5520), + [anon_sym_DASH_DASH] = ACTIONS(5522), + [anon_sym_PLUS_PLUS] = ACTIONS(5522), + [anon_sym_DOT] = ACTIONS(5520), + [anon_sym_DOT_STAR] = ACTIONS(5522), + [anon_sym_DASH_GT] = ACTIONS(5522), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5520), + [anon_sym_decltype] = ACTIONS(5520), + [anon_sym_final] = ACTIONS(5520), + [anon_sym_override] = ACTIONS(5520), + [anon_sym_requires] = ACTIONS(5520), }, - [1888] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), + [1800] = { + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5506), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5506), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5506), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5506), + [anon_sym_GT_GT] = ACTIONS(5506), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___extension__] = ACTIONS(5504), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym___based] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_signed] = ACTIONS(5504), + [anon_sym_unsigned] = ACTIONS(5504), + [anon_sym_long] = ACTIONS(5504), + [anon_sym_short] = ACTIONS(5504), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_const] = ACTIONS(5504), + [anon_sym_constexpr] = ACTIONS(5504), + [anon_sym_volatile] = ACTIONS(5504), + [anon_sym_restrict] = ACTIONS(5504), + [anon_sym___restrict__] = ACTIONS(5504), + [anon_sym__Atomic] = ACTIONS(5504), + [anon_sym__Noreturn] = ACTIONS(5504), + [anon_sym_noreturn] = ACTIONS(5504), + [anon_sym__Nonnull] = ACTIONS(5504), + [anon_sym_mutable] = ACTIONS(5504), + [anon_sym_constinit] = ACTIONS(5504), + [anon_sym_consteval] = ACTIONS(5504), + [anon_sym_PROGMEM] = ACTIONS(5504), + [anon_sym_alignas] = ACTIONS(5504), + [anon_sym__Alignas] = ACTIONS(5504), + [aux_sym_primitive_type_token1] = ACTIONS(5504), + [anon_sym_byte] = ACTIONS(5504), + [anon_sym_word] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), + [anon_sym_final] = ACTIONS(5504), + [anon_sym_override] = ACTIONS(5504), + [anon_sym_requires] = ACTIONS(5504), }, - [1889] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token2] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), + [1801] = { + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5506), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5506), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5506), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5506), + [anon_sym_GT_GT] = ACTIONS(5506), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___extension__] = ACTIONS(5504), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym___based] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_signed] = ACTIONS(5504), + [anon_sym_unsigned] = ACTIONS(5504), + [anon_sym_long] = ACTIONS(5504), + [anon_sym_short] = ACTIONS(5504), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_const] = ACTIONS(5504), + [anon_sym_constexpr] = ACTIONS(5504), + [anon_sym_volatile] = ACTIONS(5504), + [anon_sym_restrict] = ACTIONS(5504), + [anon_sym___restrict__] = ACTIONS(5504), + [anon_sym__Atomic] = ACTIONS(5504), + [anon_sym__Noreturn] = ACTIONS(5504), + [anon_sym_noreturn] = ACTIONS(5504), + [anon_sym__Nonnull] = ACTIONS(5504), + [anon_sym_mutable] = ACTIONS(5504), + [anon_sym_constinit] = ACTIONS(5504), + [anon_sym_consteval] = ACTIONS(5504), + [anon_sym_PROGMEM] = ACTIONS(5504), + [anon_sym_alignas] = ACTIONS(5504), + [anon_sym__Alignas] = ACTIONS(5504), + [aux_sym_primitive_type_token1] = ACTIONS(5504), + [anon_sym_byte] = ACTIONS(5504), + [anon_sym_word] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), + [anon_sym_final] = ACTIONS(5504), + [anon_sym_override] = ACTIONS(5504), + [anon_sym_requires] = ACTIONS(5504), }, - [1890] = { - [sym_identifier] = ACTIONS(3215), - [aux_sym_preproc_def_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), - [sym_preproc_directive] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3217), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_SEMI] = ACTIONS(3217), - [anon_sym___extension__] = ACTIONS(3215), - [anon_sym_typedef] = ACTIONS(3215), - [anon_sym_virtual] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3215), - [anon_sym___attribute__] = ACTIONS(3215), - [anon_sym___attribute] = ACTIONS(3215), - [anon_sym_COLON_COLON] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), - [anon_sym___declspec] = ACTIONS(3215), - [anon_sym___based] = ACTIONS(3215), - [anon_sym_RBRACE] = ACTIONS(3217), - [anon_sym_signed] = ACTIONS(3215), - [anon_sym_unsigned] = ACTIONS(3215), - [anon_sym_long] = ACTIONS(3215), - [anon_sym_short] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3215), - [anon_sym_register] = ACTIONS(3215), - [anon_sym_inline] = ACTIONS(3215), - [anon_sym___inline] = ACTIONS(3215), - [anon_sym___inline__] = ACTIONS(3215), - [anon_sym___forceinline] = ACTIONS(3215), - [anon_sym_thread_local] = ACTIONS(3215), - [anon_sym___thread] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_constexpr] = ACTIONS(3215), - [anon_sym_volatile] = ACTIONS(3215), - [anon_sym_restrict] = ACTIONS(3215), - [anon_sym___restrict__] = ACTIONS(3215), - [anon_sym__Atomic] = ACTIONS(3215), - [anon_sym__Noreturn] = ACTIONS(3215), - [anon_sym_noreturn] = ACTIONS(3215), - [anon_sym__Nonnull] = ACTIONS(3215), - [anon_sym_mutable] = ACTIONS(3215), - [anon_sym_constinit] = ACTIONS(3215), - [anon_sym_consteval] = ACTIONS(3215), - [anon_sym_PROGMEM] = ACTIONS(3215), - [anon_sym_alignas] = ACTIONS(3215), - [anon_sym__Alignas] = ACTIONS(3215), - [aux_sym_primitive_type_token1] = ACTIONS(3215), - [anon_sym_byte] = ACTIONS(3215), - [anon_sym_word] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_class] = ACTIONS(3215), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3215), - [anon_sym_decltype] = ACTIONS(3215), - [anon_sym_explicit] = ACTIONS(3215), - [anon_sym_typename] = ACTIONS(3215), - [anon_sym_template] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3215), - [anon_sym_friend] = ACTIONS(3215), - [anon_sym_public] = ACTIONS(3215), - [anon_sym_private] = ACTIONS(3215), - [anon_sym_protected] = ACTIONS(3215), - [anon_sym_using] = ACTIONS(3215), - [anon_sym_static_assert] = ACTIONS(3215), + [1802] = { + [sym_identifier] = ACTIONS(5524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5526), + [anon_sym_COMMA] = ACTIONS(5526), + [anon_sym_RPAREN] = ACTIONS(5526), + [anon_sym_LPAREN2] = ACTIONS(5526), + [anon_sym_DASH] = ACTIONS(5524), + [anon_sym_PLUS] = ACTIONS(5524), + [anon_sym_STAR] = ACTIONS(5526), + [anon_sym_SLASH] = ACTIONS(5524), + [anon_sym_PERCENT] = ACTIONS(5526), + [anon_sym_PIPE_PIPE] = ACTIONS(5526), + [anon_sym_AMP_AMP] = ACTIONS(5526), + [anon_sym_PIPE] = ACTIONS(5524), + [anon_sym_CARET] = ACTIONS(5526), + [anon_sym_AMP] = ACTIONS(5524), + [anon_sym_EQ_EQ] = ACTIONS(5526), + [anon_sym_BANG_EQ] = ACTIONS(5526), + [anon_sym_GT] = ACTIONS(5524), + [anon_sym_GT_EQ] = ACTIONS(5526), + [anon_sym_LT_EQ] = ACTIONS(5524), + [anon_sym_LT] = ACTIONS(5524), + [anon_sym_LT_LT] = ACTIONS(5526), + [anon_sym_GT_GT] = ACTIONS(5526), + [anon_sym_SEMI] = ACTIONS(5526), + [anon_sym___extension__] = ACTIONS(5524), + [anon_sym___attribute__] = ACTIONS(5524), + [anon_sym___attribute] = ACTIONS(5524), + [anon_sym___based] = ACTIONS(5524), + [anon_sym_LBRACE] = ACTIONS(5526), + [anon_sym_RBRACE] = ACTIONS(5526), + [anon_sym_signed] = ACTIONS(5524), + [anon_sym_unsigned] = ACTIONS(5524), + [anon_sym_long] = ACTIONS(5524), + [anon_sym_short] = ACTIONS(5524), + [anon_sym_LBRACK] = ACTIONS(5526), + [anon_sym_RBRACK] = ACTIONS(5526), + [anon_sym_const] = ACTIONS(5524), + [anon_sym_constexpr] = ACTIONS(5524), + [anon_sym_volatile] = ACTIONS(5524), + [anon_sym_restrict] = ACTIONS(5524), + [anon_sym___restrict__] = ACTIONS(5524), + [anon_sym__Atomic] = ACTIONS(5524), + [anon_sym__Noreturn] = ACTIONS(5524), + [anon_sym_noreturn] = ACTIONS(5524), + [anon_sym__Nonnull] = ACTIONS(5524), + [anon_sym_mutable] = ACTIONS(5524), + [anon_sym_constinit] = ACTIONS(5524), + [anon_sym_consteval] = ACTIONS(5524), + [anon_sym_PROGMEM] = ACTIONS(5524), + [anon_sym_alignas] = ACTIONS(5524), + [anon_sym__Alignas] = ACTIONS(5524), + [aux_sym_primitive_type_token1] = ACTIONS(5524), + [anon_sym_byte] = ACTIONS(5524), + [anon_sym_word] = ACTIONS(5524), + [anon_sym_COLON] = ACTIONS(5526), + [anon_sym_QMARK] = ACTIONS(5526), + [anon_sym_LT_EQ_GT] = ACTIONS(5526), + [anon_sym_or] = ACTIONS(5524), + [anon_sym_and] = ACTIONS(5524), + [anon_sym_bitor] = ACTIONS(5524), + [anon_sym_xor] = ACTIONS(5524), + [anon_sym_bitand] = ACTIONS(5524), + [anon_sym_not_eq] = ACTIONS(5524), + [anon_sym_DASH_DASH] = ACTIONS(5526), + [anon_sym_PLUS_PLUS] = ACTIONS(5526), + [anon_sym_DOT] = ACTIONS(5524), + [anon_sym_DOT_STAR] = ACTIONS(5526), + [anon_sym_DASH_GT] = ACTIONS(5526), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5524), + [anon_sym_decltype] = ACTIONS(5524), + [anon_sym_final] = ACTIONS(5524), + [anon_sym_override] = ACTIONS(5524), + [anon_sym_requires] = ACTIONS(5524), }, - [1891] = { - [sym_identifier] = ACTIONS(5313), - [aux_sym_preproc_def_token1] = ACTIONS(5313), - [aux_sym_preproc_if_token1] = ACTIONS(5313), - [aux_sym_preproc_if_token2] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5313), - [sym_preproc_directive] = ACTIONS(5313), - [anon_sym_LPAREN2] = ACTIONS(5315), - [anon_sym_TILDE] = ACTIONS(5315), - [anon_sym_STAR] = ACTIONS(5315), - [anon_sym_AMP_AMP] = ACTIONS(5315), - [anon_sym_AMP] = ACTIONS(5313), - [anon_sym_SEMI] = ACTIONS(5315), - [anon_sym___extension__] = ACTIONS(5313), - [anon_sym_typedef] = ACTIONS(5313), - [anon_sym_virtual] = ACTIONS(5313), - [anon_sym_extern] = ACTIONS(5313), - [anon_sym___attribute__] = ACTIONS(5313), - [anon_sym___attribute] = ACTIONS(5313), - [anon_sym_COLON_COLON] = ACTIONS(5315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5315), - [anon_sym___declspec] = ACTIONS(5313), - [anon_sym___based] = ACTIONS(5313), - [anon_sym_signed] = ACTIONS(5313), - [anon_sym_unsigned] = ACTIONS(5313), - [anon_sym_long] = ACTIONS(5313), - [anon_sym_short] = ACTIONS(5313), - [anon_sym_LBRACK] = ACTIONS(5313), - [anon_sym_static] = ACTIONS(5313), - [anon_sym_register] = ACTIONS(5313), - [anon_sym_inline] = ACTIONS(5313), - [anon_sym___inline] = ACTIONS(5313), - [anon_sym___inline__] = ACTIONS(5313), - [anon_sym___forceinline] = ACTIONS(5313), - [anon_sym_thread_local] = ACTIONS(5313), - [anon_sym___thread] = ACTIONS(5313), - [anon_sym_const] = ACTIONS(5313), - [anon_sym_constexpr] = ACTIONS(5313), - [anon_sym_volatile] = ACTIONS(5313), - [anon_sym_restrict] = ACTIONS(5313), - [anon_sym___restrict__] = ACTIONS(5313), - [anon_sym__Atomic] = ACTIONS(5313), - [anon_sym__Noreturn] = ACTIONS(5313), - [anon_sym_noreturn] = ACTIONS(5313), - [anon_sym__Nonnull] = ACTIONS(5313), - [anon_sym_mutable] = ACTIONS(5313), - [anon_sym_constinit] = ACTIONS(5313), - [anon_sym_consteval] = ACTIONS(5313), - [anon_sym_PROGMEM] = ACTIONS(5313), - [anon_sym_alignas] = ACTIONS(5313), - [anon_sym__Alignas] = ACTIONS(5313), - [aux_sym_primitive_type_token1] = ACTIONS(5313), - [anon_sym_byte] = ACTIONS(5313), - [anon_sym_word] = ACTIONS(5313), - [anon_sym_enum] = ACTIONS(5313), - [anon_sym_class] = ACTIONS(5313), - [anon_sym_struct] = ACTIONS(5313), - [anon_sym_union] = ACTIONS(5313), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5313), - [anon_sym_decltype] = ACTIONS(5313), - [anon_sym_explicit] = ACTIONS(5313), - [anon_sym_typename] = ACTIONS(5313), - [anon_sym_template] = ACTIONS(5313), - [anon_sym_operator] = ACTIONS(5313), - [anon_sym_friend] = ACTIONS(5313), - [anon_sym_public] = ACTIONS(5313), - [anon_sym_private] = ACTIONS(5313), - [anon_sym_protected] = ACTIONS(5313), - [anon_sym_using] = ACTIONS(5313), - [anon_sym_static_assert] = ACTIONS(5313), + [1803] = { + [sym_identifier] = ACTIONS(5528), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5530), + [anon_sym_COMMA] = ACTIONS(5530), + [anon_sym_RPAREN] = ACTIONS(5530), + [anon_sym_LPAREN2] = ACTIONS(5530), + [anon_sym_DASH] = ACTIONS(5528), + [anon_sym_PLUS] = ACTIONS(5528), + [anon_sym_STAR] = ACTIONS(5530), + [anon_sym_SLASH] = ACTIONS(5528), + [anon_sym_PERCENT] = ACTIONS(5530), + [anon_sym_PIPE_PIPE] = ACTIONS(5530), + [anon_sym_AMP_AMP] = ACTIONS(5530), + [anon_sym_PIPE] = ACTIONS(5528), + [anon_sym_CARET] = ACTIONS(5530), + [anon_sym_AMP] = ACTIONS(5528), + [anon_sym_EQ_EQ] = ACTIONS(5530), + [anon_sym_BANG_EQ] = ACTIONS(5530), + [anon_sym_GT] = ACTIONS(5528), + [anon_sym_GT_EQ] = ACTIONS(5530), + [anon_sym_LT_EQ] = ACTIONS(5528), + [anon_sym_LT] = ACTIONS(5528), + [anon_sym_LT_LT] = ACTIONS(5530), + [anon_sym_GT_GT] = ACTIONS(5530), + [anon_sym_SEMI] = ACTIONS(5530), + [anon_sym___extension__] = ACTIONS(5528), + [anon_sym___attribute__] = ACTIONS(5528), + [anon_sym___attribute] = ACTIONS(5528), + [anon_sym___based] = ACTIONS(5528), + [anon_sym_LBRACE] = ACTIONS(5530), + [anon_sym_RBRACE] = ACTIONS(5530), + [anon_sym_signed] = ACTIONS(5528), + [anon_sym_unsigned] = ACTIONS(5528), + [anon_sym_long] = ACTIONS(5528), + [anon_sym_short] = ACTIONS(5528), + [anon_sym_LBRACK] = ACTIONS(5530), + [anon_sym_RBRACK] = ACTIONS(5530), + [anon_sym_const] = ACTIONS(5528), + [anon_sym_constexpr] = ACTIONS(5528), + [anon_sym_volatile] = ACTIONS(5528), + [anon_sym_restrict] = ACTIONS(5528), + [anon_sym___restrict__] = ACTIONS(5528), + [anon_sym__Atomic] = ACTIONS(5528), + [anon_sym__Noreturn] = ACTIONS(5528), + [anon_sym_noreturn] = ACTIONS(5528), + [anon_sym__Nonnull] = ACTIONS(5528), + [anon_sym_mutable] = ACTIONS(5528), + [anon_sym_constinit] = ACTIONS(5528), + [anon_sym_consteval] = ACTIONS(5528), + [anon_sym_PROGMEM] = ACTIONS(5528), + [anon_sym_alignas] = ACTIONS(5528), + [anon_sym__Alignas] = ACTIONS(5528), + [aux_sym_primitive_type_token1] = ACTIONS(5528), + [anon_sym_byte] = ACTIONS(5528), + [anon_sym_word] = ACTIONS(5528), + [anon_sym_COLON] = ACTIONS(5530), + [anon_sym_QMARK] = ACTIONS(5530), + [anon_sym_LT_EQ_GT] = ACTIONS(5530), + [anon_sym_or] = ACTIONS(5528), + [anon_sym_and] = ACTIONS(5528), + [anon_sym_bitor] = ACTIONS(5528), + [anon_sym_xor] = ACTIONS(5528), + [anon_sym_bitand] = ACTIONS(5528), + [anon_sym_not_eq] = ACTIONS(5528), + [anon_sym_DASH_DASH] = ACTIONS(5530), + [anon_sym_PLUS_PLUS] = ACTIONS(5530), + [anon_sym_DOT] = ACTIONS(5528), + [anon_sym_DOT_STAR] = ACTIONS(5530), + [anon_sym_DASH_GT] = ACTIONS(5530), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5528), + [anon_sym_decltype] = ACTIONS(5528), + [anon_sym_final] = ACTIONS(5528), + [anon_sym_override] = ACTIONS(5528), + [anon_sym_requires] = ACTIONS(5528), }, - [1892] = { - [sym_identifier] = ACTIONS(3215), - [aux_sym_preproc_def_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token1] = ACTIONS(3215), - [aux_sym_preproc_if_token2] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), - [sym_preproc_directive] = ACTIONS(3215), - [anon_sym_LPAREN2] = ACTIONS(3217), - [anon_sym_TILDE] = ACTIONS(3217), - [anon_sym_STAR] = ACTIONS(3217), - [anon_sym_AMP_AMP] = ACTIONS(3217), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_SEMI] = ACTIONS(3217), - [anon_sym___extension__] = ACTIONS(3215), - [anon_sym_typedef] = ACTIONS(3215), - [anon_sym_virtual] = ACTIONS(3215), - [anon_sym_extern] = ACTIONS(3215), - [anon_sym___attribute__] = ACTIONS(3215), - [anon_sym___attribute] = ACTIONS(3215), - [anon_sym_COLON_COLON] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), - [anon_sym___declspec] = ACTIONS(3215), - [anon_sym___based] = ACTIONS(3215), - [anon_sym_signed] = ACTIONS(3215), - [anon_sym_unsigned] = ACTIONS(3215), - [anon_sym_long] = ACTIONS(3215), - [anon_sym_short] = ACTIONS(3215), - [anon_sym_LBRACK] = ACTIONS(3215), - [anon_sym_static] = ACTIONS(3215), - [anon_sym_register] = ACTIONS(3215), - [anon_sym_inline] = ACTIONS(3215), - [anon_sym___inline] = ACTIONS(3215), - [anon_sym___inline__] = ACTIONS(3215), - [anon_sym___forceinline] = ACTIONS(3215), - [anon_sym_thread_local] = ACTIONS(3215), - [anon_sym___thread] = ACTIONS(3215), - [anon_sym_const] = ACTIONS(3215), - [anon_sym_constexpr] = ACTIONS(3215), - [anon_sym_volatile] = ACTIONS(3215), - [anon_sym_restrict] = ACTIONS(3215), - [anon_sym___restrict__] = ACTIONS(3215), - [anon_sym__Atomic] = ACTIONS(3215), - [anon_sym__Noreturn] = ACTIONS(3215), - [anon_sym_noreturn] = ACTIONS(3215), - [anon_sym__Nonnull] = ACTIONS(3215), - [anon_sym_mutable] = ACTIONS(3215), - [anon_sym_constinit] = ACTIONS(3215), - [anon_sym_consteval] = ACTIONS(3215), - [anon_sym_PROGMEM] = ACTIONS(3215), - [anon_sym_alignas] = ACTIONS(3215), - [anon_sym__Alignas] = ACTIONS(3215), - [aux_sym_primitive_type_token1] = ACTIONS(3215), - [anon_sym_byte] = ACTIONS(3215), - [anon_sym_word] = ACTIONS(3215), - [anon_sym_enum] = ACTIONS(3215), - [anon_sym_class] = ACTIONS(3215), - [anon_sym_struct] = ACTIONS(3215), - [anon_sym_union] = ACTIONS(3215), + [1804] = { + [sym_catch_clause] = STATE(1805), + [aux_sym_constructor_try_statement_repeat1] = STATE(1805), + [sym_identifier] = ACTIONS(2575), + [aux_sym_preproc_def_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token1] = ACTIONS(2575), + [aux_sym_preproc_if_token2] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2575), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2575), + [sym_preproc_directive] = ACTIONS(2575), + [anon_sym_LPAREN2] = ACTIONS(2577), + [anon_sym_TILDE] = ACTIONS(2577), + [anon_sym_STAR] = ACTIONS(2577), + [anon_sym_AMP_AMP] = ACTIONS(2577), + [anon_sym_AMP] = ACTIONS(2575), + [anon_sym_SEMI] = ACTIONS(2577), + [anon_sym___extension__] = ACTIONS(2575), + [anon_sym_typedef] = ACTIONS(2575), + [anon_sym_virtual] = ACTIONS(2575), + [anon_sym_extern] = ACTIONS(2575), + [anon_sym___attribute__] = ACTIONS(2575), + [anon_sym___attribute] = ACTIONS(2575), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2577), + [anon_sym___declspec] = ACTIONS(2575), + [anon_sym___based] = ACTIONS(2575), + [anon_sym_signed] = ACTIONS(2575), + [anon_sym_unsigned] = ACTIONS(2575), + [anon_sym_long] = ACTIONS(2575), + [anon_sym_short] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2575), + [anon_sym_static] = ACTIONS(2575), + [anon_sym_register] = ACTIONS(2575), + [anon_sym_inline] = ACTIONS(2575), + [anon_sym___inline] = ACTIONS(2575), + [anon_sym___inline__] = ACTIONS(2575), + [anon_sym___forceinline] = ACTIONS(2575), + [anon_sym_thread_local] = ACTIONS(2575), + [anon_sym___thread] = ACTIONS(2575), + [anon_sym_const] = ACTIONS(2575), + [anon_sym_constexpr] = ACTIONS(2575), + [anon_sym_volatile] = ACTIONS(2575), + [anon_sym_restrict] = ACTIONS(2575), + [anon_sym___restrict__] = ACTIONS(2575), + [anon_sym__Atomic] = ACTIONS(2575), + [anon_sym__Noreturn] = ACTIONS(2575), + [anon_sym_noreturn] = ACTIONS(2575), + [anon_sym__Nonnull] = ACTIONS(2575), + [anon_sym_mutable] = ACTIONS(2575), + [anon_sym_constinit] = ACTIONS(2575), + [anon_sym_consteval] = ACTIONS(2575), + [anon_sym_PROGMEM] = ACTIONS(2575), + [anon_sym_alignas] = ACTIONS(2575), + [anon_sym__Alignas] = ACTIONS(2575), + [aux_sym_primitive_type_token1] = ACTIONS(2575), + [anon_sym_byte] = ACTIONS(2575), + [anon_sym_word] = ACTIONS(2575), + [anon_sym_enum] = ACTIONS(2575), + [anon_sym_class] = ACTIONS(2575), + [anon_sym_struct] = ACTIONS(2575), + [anon_sym_union] = ACTIONS(2575), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3215), - [anon_sym_decltype] = ACTIONS(3215), - [anon_sym_explicit] = ACTIONS(3215), - [anon_sym_typename] = ACTIONS(3215), - [anon_sym_template] = ACTIONS(3215), - [anon_sym_operator] = ACTIONS(3215), - [anon_sym_friend] = ACTIONS(3215), - [anon_sym_public] = ACTIONS(3215), - [anon_sym_private] = ACTIONS(3215), - [anon_sym_protected] = ACTIONS(3215), - [anon_sym_using] = ACTIONS(3215), - [anon_sym_static_assert] = ACTIONS(3215), - }, - [1893] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token2] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_friend] = ACTIONS(3205), - [anon_sym_public] = ACTIONS(3205), - [anon_sym_private] = ACTIONS(3205), - [anon_sym_protected] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), + [sym_auto] = ACTIONS(2575), + [anon_sym_decltype] = ACTIONS(2575), + [anon_sym_explicit] = ACTIONS(2575), + [anon_sym_typename] = ACTIONS(2575), + [anon_sym_template] = ACTIONS(2575), + [anon_sym_operator] = ACTIONS(2575), + [anon_sym_friend] = ACTIONS(2575), + [anon_sym_public] = ACTIONS(2575), + [anon_sym_private] = ACTIONS(2575), + [anon_sym_protected] = ACTIONS(2575), + [anon_sym_using] = ACTIONS(2575), + [anon_sym_static_assert] = ACTIONS(2575), + [anon_sym_catch] = ACTIONS(5514), }, - [1894] = { - [sym_identifier] = ACTIONS(2917), - [aux_sym_preproc_def_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token1] = ACTIONS(2917), - [aux_sym_preproc_if_token2] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2917), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2917), - [sym_preproc_directive] = ACTIONS(2917), - [anon_sym_LPAREN2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym___extension__] = ACTIONS(2917), - [anon_sym_typedef] = ACTIONS(2917), - [anon_sym_virtual] = ACTIONS(2917), - [anon_sym_extern] = ACTIONS(2917), - [anon_sym___attribute__] = ACTIONS(2917), - [anon_sym___attribute] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2919), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2919), - [anon_sym___declspec] = ACTIONS(2917), - [anon_sym___based] = ACTIONS(2917), - [anon_sym_signed] = ACTIONS(2917), - [anon_sym_unsigned] = ACTIONS(2917), - [anon_sym_long] = ACTIONS(2917), - [anon_sym_short] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_static] = ACTIONS(2917), - [anon_sym_register] = ACTIONS(2917), - [anon_sym_inline] = ACTIONS(2917), - [anon_sym___inline] = ACTIONS(2917), - [anon_sym___inline__] = ACTIONS(2917), - [anon_sym___forceinline] = ACTIONS(2917), - [anon_sym_thread_local] = ACTIONS(2917), - [anon_sym___thread] = ACTIONS(2917), - [anon_sym_const] = ACTIONS(2917), - [anon_sym_constexpr] = ACTIONS(2917), - [anon_sym_volatile] = ACTIONS(2917), - [anon_sym_restrict] = ACTIONS(2917), - [anon_sym___restrict__] = ACTIONS(2917), - [anon_sym__Atomic] = ACTIONS(2917), - [anon_sym__Noreturn] = ACTIONS(2917), - [anon_sym_noreturn] = ACTIONS(2917), - [anon_sym__Nonnull] = ACTIONS(2917), - [anon_sym_mutable] = ACTIONS(2917), - [anon_sym_constinit] = ACTIONS(2917), - [anon_sym_consteval] = ACTIONS(2917), - [anon_sym_PROGMEM] = ACTIONS(2917), - [anon_sym_alignas] = ACTIONS(2917), - [anon_sym__Alignas] = ACTIONS(2917), - [aux_sym_primitive_type_token1] = ACTIONS(2917), - [anon_sym_byte] = ACTIONS(2917), - [anon_sym_word] = ACTIONS(2917), - [anon_sym_enum] = ACTIONS(2917), - [anon_sym_class] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2917), - [anon_sym_union] = ACTIONS(2917), + [1805] = { + [sym_catch_clause] = STATE(1805), + [aux_sym_constructor_try_statement_repeat1] = STATE(1805), + [sym_identifier] = ACTIONS(2562), + [aux_sym_preproc_def_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token2] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [sym_preproc_directive] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP_AMP] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym___extension__] = ACTIONS(2562), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym___attribute] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym___based] = ACTIONS(2562), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym___inline] = ACTIONS(2562), + [anon_sym___inline__] = ACTIONS(2562), + [anon_sym___forceinline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym___thread] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym___restrict__] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym__Noreturn] = ACTIONS(2562), + [anon_sym_noreturn] = ACTIONS(2562), + [anon_sym__Nonnull] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_PROGMEM] = ACTIONS(2562), + [anon_sym_alignas] = ACTIONS(2562), + [anon_sym__Alignas] = ACTIONS(2562), + [aux_sym_primitive_type_token1] = ACTIONS(2562), + [anon_sym_byte] = ACTIONS(2562), + [anon_sym_word] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2917), - [anon_sym_decltype] = ACTIONS(2917), - [anon_sym_explicit] = ACTIONS(2917), - [anon_sym_typename] = ACTIONS(2917), - [anon_sym_template] = ACTIONS(2917), - [anon_sym_operator] = ACTIONS(2917), - [anon_sym_friend] = ACTIONS(2917), - [anon_sym_public] = ACTIONS(2917), - [anon_sym_private] = ACTIONS(2917), - [anon_sym_protected] = ACTIONS(2917), - [anon_sym_using] = ACTIONS(2917), - [anon_sym_static_assert] = ACTIONS(2917), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_explicit] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_operator] = ACTIONS(2562), + [anon_sym_friend] = ACTIONS(2562), + [anon_sym_public] = ACTIONS(2562), + [anon_sym_private] = ACTIONS(2562), + [anon_sym_protected] = ACTIONS(2562), + [anon_sym_using] = ACTIONS(2562), + [anon_sym_static_assert] = ACTIONS(2562), + [anon_sym_catch] = ACTIONS(5532), }, - [1895] = { - [sym_identifier] = ACTIONS(2921), - [aux_sym_preproc_def_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token1] = ACTIONS(2921), - [aux_sym_preproc_if_token2] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2921), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2921), - [sym_preproc_directive] = ACTIONS(2921), - [anon_sym_LPAREN2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym___extension__] = ACTIONS(2921), - [anon_sym_typedef] = ACTIONS(2921), - [anon_sym_virtual] = ACTIONS(2921), - [anon_sym_extern] = ACTIONS(2921), - [anon_sym___attribute__] = ACTIONS(2921), - [anon_sym___attribute] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2923), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2923), - [anon_sym___declspec] = ACTIONS(2921), - [anon_sym___based] = ACTIONS(2921), - [anon_sym_signed] = ACTIONS(2921), - [anon_sym_unsigned] = ACTIONS(2921), - [anon_sym_long] = ACTIONS(2921), - [anon_sym_short] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_static] = ACTIONS(2921), - [anon_sym_register] = ACTIONS(2921), - [anon_sym_inline] = ACTIONS(2921), - [anon_sym___inline] = ACTIONS(2921), - [anon_sym___inline__] = ACTIONS(2921), - [anon_sym___forceinline] = ACTIONS(2921), - [anon_sym_thread_local] = ACTIONS(2921), - [anon_sym___thread] = ACTIONS(2921), - [anon_sym_const] = ACTIONS(2921), - [anon_sym_constexpr] = ACTIONS(2921), - [anon_sym_volatile] = ACTIONS(2921), - [anon_sym_restrict] = ACTIONS(2921), - [anon_sym___restrict__] = ACTIONS(2921), - [anon_sym__Atomic] = ACTIONS(2921), - [anon_sym__Noreturn] = ACTIONS(2921), - [anon_sym_noreturn] = ACTIONS(2921), - [anon_sym__Nonnull] = ACTIONS(2921), - [anon_sym_mutable] = ACTIONS(2921), - [anon_sym_constinit] = ACTIONS(2921), - [anon_sym_consteval] = ACTIONS(2921), - [anon_sym_PROGMEM] = ACTIONS(2921), - [anon_sym_alignas] = ACTIONS(2921), - [anon_sym__Alignas] = ACTIONS(2921), - [aux_sym_primitive_type_token1] = ACTIONS(2921), - [anon_sym_byte] = ACTIONS(2921), - [anon_sym_word] = ACTIONS(2921), - [anon_sym_enum] = ACTIONS(2921), - [anon_sym_class] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2921), - [anon_sym_union] = ACTIONS(2921), + [1806] = { + [sym_catch_clause] = STATE(1806), + [aux_sym_constructor_try_statement_repeat1] = STATE(1806), + [sym_identifier] = ACTIONS(2562), + [aux_sym_preproc_def_token1] = ACTIONS(2562), + [aux_sym_preproc_if_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2562), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2562), + [sym_preproc_directive] = ACTIONS(2562), + [anon_sym_LPAREN2] = ACTIONS(2564), + [anon_sym_TILDE] = ACTIONS(2564), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_AMP_AMP] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym___extension__] = ACTIONS(2562), + [anon_sym_typedef] = ACTIONS(2562), + [anon_sym_virtual] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym___attribute__] = ACTIONS(2562), + [anon_sym___attribute] = ACTIONS(2562), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2564), + [anon_sym___declspec] = ACTIONS(2562), + [anon_sym___based] = ACTIONS(2562), + [anon_sym_RBRACE] = ACTIONS(2564), + [anon_sym_signed] = ACTIONS(2562), + [anon_sym_unsigned] = ACTIONS(2562), + [anon_sym_long] = ACTIONS(2562), + [anon_sym_short] = ACTIONS(2562), + [anon_sym_LBRACK] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_register] = ACTIONS(2562), + [anon_sym_inline] = ACTIONS(2562), + [anon_sym___inline] = ACTIONS(2562), + [anon_sym___inline__] = ACTIONS(2562), + [anon_sym___forceinline] = ACTIONS(2562), + [anon_sym_thread_local] = ACTIONS(2562), + [anon_sym___thread] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_constexpr] = ACTIONS(2562), + [anon_sym_volatile] = ACTIONS(2562), + [anon_sym_restrict] = ACTIONS(2562), + [anon_sym___restrict__] = ACTIONS(2562), + [anon_sym__Atomic] = ACTIONS(2562), + [anon_sym__Noreturn] = ACTIONS(2562), + [anon_sym_noreturn] = ACTIONS(2562), + [anon_sym__Nonnull] = ACTIONS(2562), + [anon_sym_mutable] = ACTIONS(2562), + [anon_sym_constinit] = ACTIONS(2562), + [anon_sym_consteval] = ACTIONS(2562), + [anon_sym_PROGMEM] = ACTIONS(2562), + [anon_sym_alignas] = ACTIONS(2562), + [anon_sym__Alignas] = ACTIONS(2562), + [aux_sym_primitive_type_token1] = ACTIONS(2562), + [anon_sym_byte] = ACTIONS(2562), + [anon_sym_word] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_class] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2921), - [anon_sym_decltype] = ACTIONS(2921), - [anon_sym_explicit] = ACTIONS(2921), - [anon_sym_typename] = ACTIONS(2921), - [anon_sym_template] = ACTIONS(2921), - [anon_sym_operator] = ACTIONS(2921), - [anon_sym_friend] = ACTIONS(2921), - [anon_sym_public] = ACTIONS(2921), - [anon_sym_private] = ACTIONS(2921), - [anon_sym_protected] = ACTIONS(2921), - [anon_sym_using] = ACTIONS(2921), - [anon_sym_static_assert] = ACTIONS(2921), - }, - [1896] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym_RBRACE] = ACTIONS(2974), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_friend] = ACTIONS(2972), - [anon_sym_public] = ACTIONS(2972), - [anon_sym_private] = ACTIONS(2972), - [anon_sym_protected] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), + [sym_auto] = ACTIONS(2562), + [anon_sym_decltype] = ACTIONS(2562), + [anon_sym_explicit] = ACTIONS(2562), + [anon_sym_typename] = ACTIONS(2562), + [anon_sym_template] = ACTIONS(2562), + [anon_sym_operator] = ACTIONS(2562), + [anon_sym_friend] = ACTIONS(2562), + [anon_sym_public] = ACTIONS(2562), + [anon_sym_private] = ACTIONS(2562), + [anon_sym_protected] = ACTIONS(2562), + [anon_sym_using] = ACTIONS(2562), + [anon_sym_static_assert] = ACTIONS(2562), + [anon_sym_catch] = ACTIONS(5535), }, - [1897] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1807] = { + [sym_identifier] = ACTIONS(5538), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5540), + [anon_sym_COMMA] = ACTIONS(5540), + [anon_sym_RPAREN] = ACTIONS(5540), + [anon_sym_LPAREN2] = ACTIONS(5540), + [anon_sym_DASH] = ACTIONS(5538), + [anon_sym_PLUS] = ACTIONS(5538), + [anon_sym_STAR] = ACTIONS(5540), + [anon_sym_SLASH] = ACTIONS(5538), + [anon_sym_PERCENT] = ACTIONS(5540), + [anon_sym_PIPE_PIPE] = ACTIONS(5540), + [anon_sym_AMP_AMP] = ACTIONS(5540), + [anon_sym_PIPE] = ACTIONS(5538), + [anon_sym_CARET] = ACTIONS(5540), + [anon_sym_AMP] = ACTIONS(5538), + [anon_sym_EQ_EQ] = ACTIONS(5540), + [anon_sym_BANG_EQ] = ACTIONS(5540), + [anon_sym_GT] = ACTIONS(5538), + [anon_sym_GT_EQ] = ACTIONS(5540), + [anon_sym_LT_EQ] = ACTIONS(5538), + [anon_sym_LT] = ACTIONS(5538), + [anon_sym_LT_LT] = ACTIONS(5540), + [anon_sym_GT_GT] = ACTIONS(5540), + [anon_sym_SEMI] = ACTIONS(5540), + [anon_sym___extension__] = ACTIONS(5538), + [anon_sym___attribute__] = ACTIONS(5538), + [anon_sym___attribute] = ACTIONS(5538), + [anon_sym___based] = ACTIONS(5538), + [anon_sym_LBRACE] = ACTIONS(5540), + [anon_sym_RBRACE] = ACTIONS(5540), + [anon_sym_signed] = ACTIONS(5538), + [anon_sym_unsigned] = ACTIONS(5538), + [anon_sym_long] = ACTIONS(5538), + [anon_sym_short] = ACTIONS(5538), + [anon_sym_LBRACK] = ACTIONS(5540), + [anon_sym_RBRACK] = ACTIONS(5540), + [anon_sym_const] = ACTIONS(5538), + [anon_sym_constexpr] = ACTIONS(5538), + [anon_sym_volatile] = ACTIONS(5538), + [anon_sym_restrict] = ACTIONS(5538), + [anon_sym___restrict__] = ACTIONS(5538), + [anon_sym__Atomic] = ACTIONS(5538), + [anon_sym__Noreturn] = ACTIONS(5538), + [anon_sym_noreturn] = ACTIONS(5538), + [anon_sym__Nonnull] = ACTIONS(5538), + [anon_sym_mutable] = ACTIONS(5538), + [anon_sym_constinit] = ACTIONS(5538), + [anon_sym_consteval] = ACTIONS(5538), + [anon_sym_PROGMEM] = ACTIONS(5538), + [anon_sym_alignas] = ACTIONS(5538), + [anon_sym__Alignas] = ACTIONS(5538), + [aux_sym_primitive_type_token1] = ACTIONS(5538), + [anon_sym_byte] = ACTIONS(5538), + [anon_sym_word] = ACTIONS(5538), + [anon_sym_COLON] = ACTIONS(5540), + [anon_sym_QMARK] = ACTIONS(5540), + [anon_sym_LT_EQ_GT] = ACTIONS(5540), + [anon_sym_or] = ACTIONS(5538), + [anon_sym_and] = ACTIONS(5538), + [anon_sym_bitor] = ACTIONS(5538), + [anon_sym_xor] = ACTIONS(5538), + [anon_sym_bitand] = ACTIONS(5538), + [anon_sym_not_eq] = ACTIONS(5538), + [anon_sym_DASH_DASH] = ACTIONS(5540), + [anon_sym_PLUS_PLUS] = ACTIONS(5540), + [anon_sym_DOT] = ACTIONS(5538), + [anon_sym_DOT_STAR] = ACTIONS(5540), + [anon_sym_DASH_GT] = ACTIONS(5540), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), - }, - [1898] = { - [sym_identifier] = ACTIONS(5398), - [aux_sym_preproc_def_token1] = ACTIONS(5398), - [aux_sym_preproc_if_token1] = ACTIONS(5398), - [aux_sym_preproc_if_token2] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5398), - [sym_preproc_directive] = ACTIONS(5398), - [anon_sym_LPAREN2] = ACTIONS(5400), - [anon_sym_TILDE] = ACTIONS(5400), - [anon_sym_STAR] = ACTIONS(5400), - [anon_sym_AMP_AMP] = ACTIONS(5400), - [anon_sym_AMP] = ACTIONS(5398), - [anon_sym_SEMI] = ACTIONS(5400), - [anon_sym___extension__] = ACTIONS(5398), - [anon_sym_typedef] = ACTIONS(5398), - [anon_sym_virtual] = ACTIONS(5398), - [anon_sym_extern] = ACTIONS(5398), - [anon_sym___attribute__] = ACTIONS(5398), - [anon_sym___attribute] = ACTIONS(5398), - [anon_sym_COLON_COLON] = ACTIONS(5400), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5400), - [anon_sym___declspec] = ACTIONS(5398), - [anon_sym___based] = ACTIONS(5398), - [anon_sym_signed] = ACTIONS(5398), - [anon_sym_unsigned] = ACTIONS(5398), - [anon_sym_long] = ACTIONS(5398), - [anon_sym_short] = ACTIONS(5398), - [anon_sym_LBRACK] = ACTIONS(5398), - [anon_sym_static] = ACTIONS(5398), - [anon_sym_register] = ACTIONS(5398), - [anon_sym_inline] = ACTIONS(5398), - [anon_sym___inline] = ACTIONS(5398), - [anon_sym___inline__] = ACTIONS(5398), - [anon_sym___forceinline] = ACTIONS(5398), - [anon_sym_thread_local] = ACTIONS(5398), - [anon_sym___thread] = ACTIONS(5398), - [anon_sym_const] = ACTIONS(5398), - [anon_sym_constexpr] = ACTIONS(5398), - [anon_sym_volatile] = ACTIONS(5398), - [anon_sym_restrict] = ACTIONS(5398), - [anon_sym___restrict__] = ACTIONS(5398), - [anon_sym__Atomic] = ACTIONS(5398), - [anon_sym__Noreturn] = ACTIONS(5398), - [anon_sym_noreturn] = ACTIONS(5398), - [anon_sym__Nonnull] = ACTIONS(5398), - [anon_sym_mutable] = ACTIONS(5398), - [anon_sym_constinit] = ACTIONS(5398), - [anon_sym_consteval] = ACTIONS(5398), - [anon_sym_PROGMEM] = ACTIONS(5398), - [anon_sym_alignas] = ACTIONS(5398), - [anon_sym__Alignas] = ACTIONS(5398), - [aux_sym_primitive_type_token1] = ACTIONS(5398), - [anon_sym_byte] = ACTIONS(5398), - [anon_sym_word] = ACTIONS(5398), - [anon_sym_enum] = ACTIONS(5398), - [anon_sym_class] = ACTIONS(5398), - [anon_sym_struct] = ACTIONS(5398), - [anon_sym_union] = ACTIONS(5398), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5398), - [anon_sym_decltype] = ACTIONS(5398), - [anon_sym_explicit] = ACTIONS(5398), - [anon_sym_typename] = ACTIONS(5398), - [anon_sym_template] = ACTIONS(5398), - [anon_sym_operator] = ACTIONS(5398), - [anon_sym_friend] = ACTIONS(5398), - [anon_sym_public] = ACTIONS(5398), - [anon_sym_private] = ACTIONS(5398), - [anon_sym_protected] = ACTIONS(5398), - [anon_sym_using] = ACTIONS(5398), - [anon_sym_static_assert] = ACTIONS(5398), + [sym_auto] = ACTIONS(5538), + [anon_sym_decltype] = ACTIONS(5538), + [anon_sym_final] = ACTIONS(5538), + [anon_sym_override] = ACTIONS(5538), + [anon_sym_requires] = ACTIONS(5538), }, - [1899] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), + [1808] = { + [sym_identifier] = ACTIONS(5542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5544), + [anon_sym_COMMA] = ACTIONS(5544), + [anon_sym_RPAREN] = ACTIONS(5544), + [anon_sym_LPAREN2] = ACTIONS(5544), + [anon_sym_DASH] = ACTIONS(5542), + [anon_sym_PLUS] = ACTIONS(5542), + [anon_sym_STAR] = ACTIONS(5544), + [anon_sym_SLASH] = ACTIONS(5542), + [anon_sym_PERCENT] = ACTIONS(5544), + [anon_sym_PIPE_PIPE] = ACTIONS(5544), + [anon_sym_AMP_AMP] = ACTIONS(5544), + [anon_sym_PIPE] = ACTIONS(5542), + [anon_sym_CARET] = ACTIONS(5544), + [anon_sym_AMP] = ACTIONS(5542), + [anon_sym_EQ_EQ] = ACTIONS(5544), + [anon_sym_BANG_EQ] = ACTIONS(5544), + [anon_sym_GT] = ACTIONS(5542), + [anon_sym_GT_EQ] = ACTIONS(5544), + [anon_sym_LT_EQ] = ACTIONS(5542), + [anon_sym_LT] = ACTIONS(5542), + [anon_sym_LT_LT] = ACTIONS(5544), + [anon_sym_GT_GT] = ACTIONS(5544), + [anon_sym_SEMI] = ACTIONS(5544), + [anon_sym___extension__] = ACTIONS(5542), + [anon_sym___attribute__] = ACTIONS(5542), + [anon_sym___attribute] = ACTIONS(5542), + [anon_sym___based] = ACTIONS(5542), + [anon_sym_LBRACE] = ACTIONS(5544), + [anon_sym_RBRACE] = ACTIONS(5544), + [anon_sym_signed] = ACTIONS(5542), + [anon_sym_unsigned] = ACTIONS(5542), + [anon_sym_long] = ACTIONS(5542), + [anon_sym_short] = ACTIONS(5542), + [anon_sym_LBRACK] = ACTIONS(5544), + [anon_sym_RBRACK] = ACTIONS(5544), + [anon_sym_const] = ACTIONS(5542), + [anon_sym_constexpr] = ACTIONS(5542), + [anon_sym_volatile] = ACTIONS(5542), + [anon_sym_restrict] = ACTIONS(5542), + [anon_sym___restrict__] = ACTIONS(5542), + [anon_sym__Atomic] = ACTIONS(5542), + [anon_sym__Noreturn] = ACTIONS(5542), + [anon_sym_noreturn] = ACTIONS(5542), + [anon_sym__Nonnull] = ACTIONS(5542), + [anon_sym_mutable] = ACTIONS(5542), + [anon_sym_constinit] = ACTIONS(5542), + [anon_sym_consteval] = ACTIONS(5542), + [anon_sym_PROGMEM] = ACTIONS(5542), + [anon_sym_alignas] = ACTIONS(5542), + [anon_sym__Alignas] = ACTIONS(5542), + [aux_sym_primitive_type_token1] = ACTIONS(5542), + [anon_sym_byte] = ACTIONS(5542), + [anon_sym_word] = ACTIONS(5542), + [anon_sym_COLON] = ACTIONS(5544), + [anon_sym_QMARK] = ACTIONS(5544), + [anon_sym_LT_EQ_GT] = ACTIONS(5544), + [anon_sym_or] = ACTIONS(5542), + [anon_sym_and] = ACTIONS(5542), + [anon_sym_bitor] = ACTIONS(5542), + [anon_sym_xor] = ACTIONS(5542), + [anon_sym_bitand] = ACTIONS(5542), + [anon_sym_not_eq] = ACTIONS(5542), + [anon_sym_DASH_DASH] = ACTIONS(5544), + [anon_sym_PLUS_PLUS] = ACTIONS(5544), + [anon_sym_DOT] = ACTIONS(5542), + [anon_sym_DOT_STAR] = ACTIONS(5544), + [anon_sym_DASH_GT] = ACTIONS(5544), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5542), + [anon_sym_decltype] = ACTIONS(5542), + [anon_sym_final] = ACTIONS(5542), + [anon_sym_override] = ACTIONS(5542), + [anon_sym_requires] = ACTIONS(5542), }, - [1900] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token2] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1809] = { + [sym_identifier] = ACTIONS(5546), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5548), + [anon_sym_COMMA] = ACTIONS(5548), + [anon_sym_RPAREN] = ACTIONS(5548), + [anon_sym_LPAREN2] = ACTIONS(5548), + [anon_sym_DASH] = ACTIONS(5546), + [anon_sym_PLUS] = ACTIONS(5546), + [anon_sym_STAR] = ACTIONS(5548), + [anon_sym_SLASH] = ACTIONS(5546), + [anon_sym_PERCENT] = ACTIONS(5548), + [anon_sym_PIPE_PIPE] = ACTIONS(5548), + [anon_sym_AMP_AMP] = ACTIONS(5548), + [anon_sym_PIPE] = ACTIONS(5546), + [anon_sym_CARET] = ACTIONS(5548), + [anon_sym_AMP] = ACTIONS(5546), + [anon_sym_EQ_EQ] = ACTIONS(5548), + [anon_sym_BANG_EQ] = ACTIONS(5548), + [anon_sym_GT] = ACTIONS(5546), + [anon_sym_GT_EQ] = ACTIONS(5548), + [anon_sym_LT_EQ] = ACTIONS(5546), + [anon_sym_LT] = ACTIONS(5546), + [anon_sym_LT_LT] = ACTIONS(5548), + [anon_sym_GT_GT] = ACTIONS(5548), + [anon_sym_SEMI] = ACTIONS(5548), + [anon_sym___extension__] = ACTIONS(5546), + [anon_sym___attribute__] = ACTIONS(5546), + [anon_sym___attribute] = ACTIONS(5546), + [anon_sym___based] = ACTIONS(5546), + [anon_sym_LBRACE] = ACTIONS(5548), + [anon_sym_RBRACE] = ACTIONS(5548), + [anon_sym_signed] = ACTIONS(5546), + [anon_sym_unsigned] = ACTIONS(5546), + [anon_sym_long] = ACTIONS(5546), + [anon_sym_short] = ACTIONS(5546), + [anon_sym_LBRACK] = ACTIONS(5548), + [anon_sym_RBRACK] = ACTIONS(5548), + [anon_sym_const] = ACTIONS(5546), + [anon_sym_constexpr] = ACTIONS(5546), + [anon_sym_volatile] = ACTIONS(5546), + [anon_sym_restrict] = ACTIONS(5546), + [anon_sym___restrict__] = ACTIONS(5546), + [anon_sym__Atomic] = ACTIONS(5546), + [anon_sym__Noreturn] = ACTIONS(5546), + [anon_sym_noreturn] = ACTIONS(5546), + [anon_sym__Nonnull] = ACTIONS(5546), + [anon_sym_mutable] = ACTIONS(5546), + [anon_sym_constinit] = ACTIONS(5546), + [anon_sym_consteval] = ACTIONS(5546), + [anon_sym_PROGMEM] = ACTIONS(5546), + [anon_sym_alignas] = ACTIONS(5546), + [anon_sym__Alignas] = ACTIONS(5546), + [aux_sym_primitive_type_token1] = ACTIONS(5546), + [anon_sym_byte] = ACTIONS(5546), + [anon_sym_word] = ACTIONS(5546), + [anon_sym_COLON] = ACTIONS(5548), + [anon_sym_QMARK] = ACTIONS(5548), + [anon_sym_LT_EQ_GT] = ACTIONS(5548), + [anon_sym_or] = ACTIONS(5546), + [anon_sym_and] = ACTIONS(5546), + [anon_sym_bitor] = ACTIONS(5546), + [anon_sym_xor] = ACTIONS(5546), + [anon_sym_bitand] = ACTIONS(5546), + [anon_sym_not_eq] = ACTIONS(5546), + [anon_sym_DASH_DASH] = ACTIONS(5548), + [anon_sym_PLUS_PLUS] = ACTIONS(5548), + [anon_sym_DOT] = ACTIONS(5546), + [anon_sym_DOT_STAR] = ACTIONS(5548), + [anon_sym_DASH_GT] = ACTIONS(5548), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), + [sym_auto] = ACTIONS(5546), + [anon_sym_decltype] = ACTIONS(5546), + [anon_sym_final] = ACTIONS(5546), + [anon_sym_override] = ACTIONS(5546), + [anon_sym_requires] = ACTIONS(5546), }, - [1901] = { - [sym_identifier] = ACTIONS(3076), - [aux_sym_preproc_def_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token2] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), - [sym_preproc_directive] = ACTIONS(3076), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym___extension__] = ACTIONS(3076), - [anon_sym_typedef] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym___attribute] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym_signed] = ACTIONS(3076), - [anon_sym_unsigned] = ACTIONS(3076), - [anon_sym_long] = ACTIONS(3076), - [anon_sym_short] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym___inline] = ACTIONS(3076), - [anon_sym___inline__] = ACTIONS(3076), - [anon_sym___forceinline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym___thread] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym___restrict__] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym__Noreturn] = ACTIONS(3076), - [anon_sym_noreturn] = ACTIONS(3076), - [anon_sym__Nonnull] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constinit] = ACTIONS(3076), - [anon_sym_consteval] = ACTIONS(3076), - [anon_sym_PROGMEM] = ACTIONS(3076), - [anon_sym_alignas] = ACTIONS(3076), - [anon_sym__Alignas] = ACTIONS(3076), - [aux_sym_primitive_type_token1] = ACTIONS(3076), - [anon_sym_byte] = ACTIONS(3076), - [anon_sym_word] = ACTIONS(3076), - [anon_sym_enum] = ACTIONS(3076), - [anon_sym_class] = ACTIONS(3076), - [anon_sym_struct] = ACTIONS(3076), - [anon_sym_union] = ACTIONS(3076), + [1810] = { + [sym_template_argument_list] = STATE(1831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_COMMA] = ACTIONS(4833), + [anon_sym_RPAREN] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4896), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4833), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4838), + [anon_sym_volatile] = ACTIONS(4838), + [anon_sym_restrict] = ACTIONS(4838), + [anon_sym___restrict__] = ACTIONS(4838), + [anon_sym__Atomic] = ACTIONS(4838), + [anon_sym__Noreturn] = ACTIONS(4838), + [anon_sym_noreturn] = ACTIONS(4838), + [anon_sym__Nonnull] = ACTIONS(4838), + [anon_sym_mutable] = ACTIONS(4838), + [anon_sym_constinit] = ACTIONS(4838), + [anon_sym_consteval] = ACTIONS(4838), + [anon_sym_PROGMEM] = ACTIONS(4838), + [anon_sym_alignas] = ACTIONS(4838), + [anon_sym__Alignas] = ACTIONS(4838), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4833), + [anon_sym_or_eq] = ACTIONS(4833), + [anon_sym_xor_eq] = ACTIONS(4833), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4833), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4833), + [anon_sym_not_eq] = ACTIONS(4833), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4838), + [anon_sym_decltype] = ACTIONS(4838), + [anon_sym_DASH_GT_STAR] = ACTIONS(4833), + }, + [1811] = { + [sym_identifier] = ACTIONS(5550), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5552), + [anon_sym_COMMA] = ACTIONS(5552), + [anon_sym_RPAREN] = ACTIONS(5552), + [anon_sym_LPAREN2] = ACTIONS(5552), + [anon_sym_DASH] = ACTIONS(5550), + [anon_sym_PLUS] = ACTIONS(5550), + [anon_sym_STAR] = ACTIONS(5552), + [anon_sym_SLASH] = ACTIONS(5550), + [anon_sym_PERCENT] = ACTIONS(5552), + [anon_sym_PIPE_PIPE] = ACTIONS(5552), + [anon_sym_AMP_AMP] = ACTIONS(5552), + [anon_sym_PIPE] = ACTIONS(5550), + [anon_sym_CARET] = ACTIONS(5552), + [anon_sym_AMP] = ACTIONS(5550), + [anon_sym_EQ_EQ] = ACTIONS(5552), + [anon_sym_BANG_EQ] = ACTIONS(5552), + [anon_sym_GT] = ACTIONS(5550), + [anon_sym_GT_EQ] = ACTIONS(5552), + [anon_sym_LT_EQ] = ACTIONS(5550), + [anon_sym_LT] = ACTIONS(5550), + [anon_sym_LT_LT] = ACTIONS(5552), + [anon_sym_GT_GT] = ACTIONS(5552), + [anon_sym_SEMI] = ACTIONS(5552), + [anon_sym___extension__] = ACTIONS(5550), + [anon_sym___attribute__] = ACTIONS(5550), + [anon_sym___attribute] = ACTIONS(5550), + [anon_sym___based] = ACTIONS(5550), + [anon_sym_LBRACE] = ACTIONS(5552), + [anon_sym_RBRACE] = ACTIONS(5552), + [anon_sym_signed] = ACTIONS(5550), + [anon_sym_unsigned] = ACTIONS(5550), + [anon_sym_long] = ACTIONS(5550), + [anon_sym_short] = ACTIONS(5550), + [anon_sym_LBRACK] = ACTIONS(5552), + [anon_sym_RBRACK] = ACTIONS(5552), + [anon_sym_const] = ACTIONS(5550), + [anon_sym_constexpr] = ACTIONS(5550), + [anon_sym_volatile] = ACTIONS(5550), + [anon_sym_restrict] = ACTIONS(5550), + [anon_sym___restrict__] = ACTIONS(5550), + [anon_sym__Atomic] = ACTIONS(5550), + [anon_sym__Noreturn] = ACTIONS(5550), + [anon_sym_noreturn] = ACTIONS(5550), + [anon_sym__Nonnull] = ACTIONS(5550), + [anon_sym_mutable] = ACTIONS(5550), + [anon_sym_constinit] = ACTIONS(5550), + [anon_sym_consteval] = ACTIONS(5550), + [anon_sym_PROGMEM] = ACTIONS(5550), + [anon_sym_alignas] = ACTIONS(5550), + [anon_sym__Alignas] = ACTIONS(5550), + [aux_sym_primitive_type_token1] = ACTIONS(5550), + [anon_sym_byte] = ACTIONS(5550), + [anon_sym_word] = ACTIONS(5550), + [anon_sym_COLON] = ACTIONS(5552), + [anon_sym_QMARK] = ACTIONS(5552), + [anon_sym_LT_EQ_GT] = ACTIONS(5552), + [anon_sym_or] = ACTIONS(5550), + [anon_sym_and] = ACTIONS(5550), + [anon_sym_bitor] = ACTIONS(5550), + [anon_sym_xor] = ACTIONS(5550), + [anon_sym_bitand] = ACTIONS(5550), + [anon_sym_not_eq] = ACTIONS(5550), + [anon_sym_DASH_DASH] = ACTIONS(5552), + [anon_sym_PLUS_PLUS] = ACTIONS(5552), + [anon_sym_DOT] = ACTIONS(5550), + [anon_sym_DOT_STAR] = ACTIONS(5552), + [anon_sym_DASH_GT] = ACTIONS(5552), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3076), - [anon_sym_decltype] = ACTIONS(3076), - [anon_sym_explicit] = ACTIONS(3076), - [anon_sym_typename] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_friend] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_using] = ACTIONS(3076), - [anon_sym_static_assert] = ACTIONS(3076), + [sym_auto] = ACTIONS(5550), + [anon_sym_decltype] = ACTIONS(5550), + [anon_sym_final] = ACTIONS(5550), + [anon_sym_override] = ACTIONS(5550), + [anon_sym_requires] = ACTIONS(5550), }, - [1902] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token2] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_friend] = ACTIONS(2815), - [anon_sym_public] = ACTIONS(2815), - [anon_sym_private] = ACTIONS(2815), - [anon_sym_protected] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), + [1812] = { + [sym_catch_clause] = STATE(1806), + [aux_sym_constructor_try_statement_repeat1] = STATE(1806), + [sym_identifier] = ACTIONS(2556), + [aux_sym_preproc_def_token1] = ACTIONS(2556), + [aux_sym_preproc_if_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2556), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2556), + [sym_preproc_directive] = ACTIONS(2556), + [anon_sym_LPAREN2] = ACTIONS(2558), + [anon_sym_TILDE] = ACTIONS(2558), + [anon_sym_STAR] = ACTIONS(2558), + [anon_sym_AMP_AMP] = ACTIONS(2558), + [anon_sym_AMP] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2558), + [anon_sym___extension__] = ACTIONS(2556), + [anon_sym_typedef] = ACTIONS(2556), + [anon_sym_virtual] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym___attribute__] = ACTIONS(2556), + [anon_sym___attribute] = ACTIONS(2556), + [anon_sym_COLON_COLON] = ACTIONS(2558), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), + [anon_sym___declspec] = ACTIONS(2556), + [anon_sym___based] = ACTIONS(2556), + [anon_sym_RBRACE] = ACTIONS(2558), + [anon_sym_signed] = ACTIONS(2556), + [anon_sym_unsigned] = ACTIONS(2556), + [anon_sym_long] = ACTIONS(2556), + [anon_sym_short] = ACTIONS(2556), + [anon_sym_LBRACK] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_register] = ACTIONS(2556), + [anon_sym_inline] = ACTIONS(2556), + [anon_sym___inline] = ACTIONS(2556), + [anon_sym___inline__] = ACTIONS(2556), + [anon_sym___forceinline] = ACTIONS(2556), + [anon_sym_thread_local] = ACTIONS(2556), + [anon_sym___thread] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_constexpr] = ACTIONS(2556), + [anon_sym_volatile] = ACTIONS(2556), + [anon_sym_restrict] = ACTIONS(2556), + [anon_sym___restrict__] = ACTIONS(2556), + [anon_sym__Atomic] = ACTIONS(2556), + [anon_sym__Noreturn] = ACTIONS(2556), + [anon_sym_noreturn] = ACTIONS(2556), + [anon_sym__Nonnull] = ACTIONS(2556), + [anon_sym_mutable] = ACTIONS(2556), + [anon_sym_constinit] = ACTIONS(2556), + [anon_sym_consteval] = ACTIONS(2556), + [anon_sym_PROGMEM] = ACTIONS(2556), + [anon_sym_alignas] = ACTIONS(2556), + [anon_sym__Alignas] = ACTIONS(2556), + [aux_sym_primitive_type_token1] = ACTIONS(2556), + [anon_sym_byte] = ACTIONS(2556), + [anon_sym_word] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_class] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2556), + [anon_sym_decltype] = ACTIONS(2556), + [anon_sym_explicit] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2556), + [anon_sym_template] = ACTIONS(2556), + [anon_sym_operator] = ACTIONS(2556), + [anon_sym_friend] = ACTIONS(2556), + [anon_sym_public] = ACTIONS(2556), + [anon_sym_private] = ACTIONS(2556), + [anon_sym_protected] = ACTIONS(2556), + [anon_sym_using] = ACTIONS(2556), + [anon_sym_static_assert] = ACTIONS(2556), + [anon_sym_catch] = ACTIONS(5508), }, - [1903] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token2] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), + [1813] = { + [sym_identifier] = ACTIONS(5554), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5556), + [anon_sym_COMMA] = ACTIONS(5556), + [anon_sym_RPAREN] = ACTIONS(5556), + [anon_sym_LPAREN2] = ACTIONS(5556), + [anon_sym_DASH] = ACTIONS(5554), + [anon_sym_PLUS] = ACTIONS(5554), + [anon_sym_STAR] = ACTIONS(5556), + [anon_sym_SLASH] = ACTIONS(5554), + [anon_sym_PERCENT] = ACTIONS(5556), + [anon_sym_PIPE_PIPE] = ACTIONS(5556), + [anon_sym_AMP_AMP] = ACTIONS(5556), + [anon_sym_PIPE] = ACTIONS(5554), + [anon_sym_CARET] = ACTIONS(5556), + [anon_sym_AMP] = ACTIONS(5554), + [anon_sym_EQ_EQ] = ACTIONS(5556), + [anon_sym_BANG_EQ] = ACTIONS(5556), + [anon_sym_GT] = ACTIONS(5554), + [anon_sym_GT_EQ] = ACTIONS(5556), + [anon_sym_LT_EQ] = ACTIONS(5554), + [anon_sym_LT] = ACTIONS(5554), + [anon_sym_LT_LT] = ACTIONS(5556), + [anon_sym_GT_GT] = ACTIONS(5556), + [anon_sym_SEMI] = ACTIONS(5556), + [anon_sym___extension__] = ACTIONS(5554), + [anon_sym___attribute__] = ACTIONS(5554), + [anon_sym___attribute] = ACTIONS(5554), + [anon_sym___based] = ACTIONS(5554), + [anon_sym_LBRACE] = ACTIONS(5556), + [anon_sym_RBRACE] = ACTIONS(5556), + [anon_sym_signed] = ACTIONS(5554), + [anon_sym_unsigned] = ACTIONS(5554), + [anon_sym_long] = ACTIONS(5554), + [anon_sym_short] = ACTIONS(5554), + [anon_sym_LBRACK] = ACTIONS(5556), + [anon_sym_RBRACK] = ACTIONS(5556), + [anon_sym_const] = ACTIONS(5554), + [anon_sym_constexpr] = ACTIONS(5554), + [anon_sym_volatile] = ACTIONS(5554), + [anon_sym_restrict] = ACTIONS(5554), + [anon_sym___restrict__] = ACTIONS(5554), + [anon_sym__Atomic] = ACTIONS(5554), + [anon_sym__Noreturn] = ACTIONS(5554), + [anon_sym_noreturn] = ACTIONS(5554), + [anon_sym__Nonnull] = ACTIONS(5554), + [anon_sym_mutable] = ACTIONS(5554), + [anon_sym_constinit] = ACTIONS(5554), + [anon_sym_consteval] = ACTIONS(5554), + [anon_sym_PROGMEM] = ACTIONS(5554), + [anon_sym_alignas] = ACTIONS(5554), + [anon_sym__Alignas] = ACTIONS(5554), + [aux_sym_primitive_type_token1] = ACTIONS(5554), + [anon_sym_byte] = ACTIONS(5554), + [anon_sym_word] = ACTIONS(5554), + [anon_sym_COLON] = ACTIONS(5556), + [anon_sym_QMARK] = ACTIONS(5556), + [anon_sym_LT_EQ_GT] = ACTIONS(5556), + [anon_sym_or] = ACTIONS(5554), + [anon_sym_and] = ACTIONS(5554), + [anon_sym_bitor] = ACTIONS(5554), + [anon_sym_xor] = ACTIONS(5554), + [anon_sym_bitand] = ACTIONS(5554), + [anon_sym_not_eq] = ACTIONS(5554), + [anon_sym_DASH_DASH] = ACTIONS(5556), + [anon_sym_PLUS_PLUS] = ACTIONS(5556), + [anon_sym_DOT] = ACTIONS(5554), + [anon_sym_DOT_STAR] = ACTIONS(5556), + [anon_sym_DASH_GT] = ACTIONS(5556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5554), + [anon_sym_decltype] = ACTIONS(5554), + [anon_sym_final] = ACTIONS(5554), + [anon_sym_override] = ACTIONS(5554), + [anon_sym_requires] = ACTIONS(5554), }, - [1904] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token2] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_friend] = ACTIONS(3018), - [anon_sym_public] = ACTIONS(3018), - [anon_sym_private] = ACTIONS(3018), - [anon_sym_protected] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), + [1814] = { + [sym_identifier] = ACTIONS(5558), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5560), + [anon_sym_COMMA] = ACTIONS(5560), + [anon_sym_RPAREN] = ACTIONS(5560), + [anon_sym_LPAREN2] = ACTIONS(5560), + [anon_sym_DASH] = ACTIONS(5558), + [anon_sym_PLUS] = ACTIONS(5558), + [anon_sym_STAR] = ACTIONS(5560), + [anon_sym_SLASH] = ACTIONS(5558), + [anon_sym_PERCENT] = ACTIONS(5560), + [anon_sym_PIPE_PIPE] = ACTIONS(5560), + [anon_sym_AMP_AMP] = ACTIONS(5560), + [anon_sym_PIPE] = ACTIONS(5558), + [anon_sym_CARET] = ACTIONS(5560), + [anon_sym_AMP] = ACTIONS(5558), + [anon_sym_EQ_EQ] = ACTIONS(5560), + [anon_sym_BANG_EQ] = ACTIONS(5560), + [anon_sym_GT] = ACTIONS(5558), + [anon_sym_GT_EQ] = ACTIONS(5560), + [anon_sym_LT_EQ] = ACTIONS(5558), + [anon_sym_LT] = ACTIONS(5558), + [anon_sym_LT_LT] = ACTIONS(5560), + [anon_sym_GT_GT] = ACTIONS(5560), + [anon_sym_SEMI] = ACTIONS(5560), + [anon_sym___extension__] = ACTIONS(5558), + [anon_sym___attribute__] = ACTIONS(5558), + [anon_sym___attribute] = ACTIONS(5558), + [anon_sym___based] = ACTIONS(5558), + [anon_sym_LBRACE] = ACTIONS(5560), + [anon_sym_RBRACE] = ACTIONS(5560), + [anon_sym_signed] = ACTIONS(5558), + [anon_sym_unsigned] = ACTIONS(5558), + [anon_sym_long] = ACTIONS(5558), + [anon_sym_short] = ACTIONS(5558), + [anon_sym_LBRACK] = ACTIONS(5560), + [anon_sym_RBRACK] = ACTIONS(5560), + [anon_sym_const] = ACTIONS(5558), + [anon_sym_constexpr] = ACTIONS(5558), + [anon_sym_volatile] = ACTIONS(5558), + [anon_sym_restrict] = ACTIONS(5558), + [anon_sym___restrict__] = ACTIONS(5558), + [anon_sym__Atomic] = ACTIONS(5558), + [anon_sym__Noreturn] = ACTIONS(5558), + [anon_sym_noreturn] = ACTIONS(5558), + [anon_sym__Nonnull] = ACTIONS(5558), + [anon_sym_mutable] = ACTIONS(5558), + [anon_sym_constinit] = ACTIONS(5558), + [anon_sym_consteval] = ACTIONS(5558), + [anon_sym_PROGMEM] = ACTIONS(5558), + [anon_sym_alignas] = ACTIONS(5558), + [anon_sym__Alignas] = ACTIONS(5558), + [aux_sym_primitive_type_token1] = ACTIONS(5558), + [anon_sym_byte] = ACTIONS(5558), + [anon_sym_word] = ACTIONS(5558), + [anon_sym_COLON] = ACTIONS(5560), + [anon_sym_QMARK] = ACTIONS(5560), + [anon_sym_LT_EQ_GT] = ACTIONS(5560), + [anon_sym_or] = ACTIONS(5558), + [anon_sym_and] = ACTIONS(5558), + [anon_sym_bitor] = ACTIONS(5558), + [anon_sym_xor] = ACTIONS(5558), + [anon_sym_bitand] = ACTIONS(5558), + [anon_sym_not_eq] = ACTIONS(5558), + [anon_sym_DASH_DASH] = ACTIONS(5560), + [anon_sym_PLUS_PLUS] = ACTIONS(5560), + [anon_sym_DOT] = ACTIONS(5558), + [anon_sym_DOT_STAR] = ACTIONS(5560), + [anon_sym_DASH_GT] = ACTIONS(5560), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5558), + [anon_sym_decltype] = ACTIONS(5558), + [anon_sym_final] = ACTIONS(5558), + [anon_sym_override] = ACTIONS(5558), + [anon_sym_requires] = ACTIONS(5558), }, - [1905] = { - [sym_identifier] = ACTIONS(5394), - [aux_sym_preproc_def_token1] = ACTIONS(5394), - [aux_sym_preproc_if_token1] = ACTIONS(5394), - [aux_sym_preproc_if_token2] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5394), - [sym_preproc_directive] = ACTIONS(5394), - [anon_sym_LPAREN2] = ACTIONS(5396), - [anon_sym_TILDE] = ACTIONS(5396), - [anon_sym_STAR] = ACTIONS(5396), - [anon_sym_AMP_AMP] = ACTIONS(5396), - [anon_sym_AMP] = ACTIONS(5394), - [anon_sym_SEMI] = ACTIONS(5396), - [anon_sym___extension__] = ACTIONS(5394), - [anon_sym_typedef] = ACTIONS(5394), - [anon_sym_virtual] = ACTIONS(5394), - [anon_sym_extern] = ACTIONS(5394), - [anon_sym___attribute__] = ACTIONS(5394), - [anon_sym___attribute] = ACTIONS(5394), - [anon_sym_COLON_COLON] = ACTIONS(5396), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5396), - [anon_sym___declspec] = ACTIONS(5394), - [anon_sym___based] = ACTIONS(5394), - [anon_sym_signed] = ACTIONS(5394), - [anon_sym_unsigned] = ACTIONS(5394), - [anon_sym_long] = ACTIONS(5394), - [anon_sym_short] = ACTIONS(5394), - [anon_sym_LBRACK] = ACTIONS(5394), - [anon_sym_static] = ACTIONS(5394), - [anon_sym_register] = ACTIONS(5394), - [anon_sym_inline] = ACTIONS(5394), - [anon_sym___inline] = ACTIONS(5394), - [anon_sym___inline__] = ACTIONS(5394), - [anon_sym___forceinline] = ACTIONS(5394), - [anon_sym_thread_local] = ACTIONS(5394), - [anon_sym___thread] = ACTIONS(5394), - [anon_sym_const] = ACTIONS(5394), - [anon_sym_constexpr] = ACTIONS(5394), - [anon_sym_volatile] = ACTIONS(5394), - [anon_sym_restrict] = ACTIONS(5394), - [anon_sym___restrict__] = ACTIONS(5394), - [anon_sym__Atomic] = ACTIONS(5394), - [anon_sym__Noreturn] = ACTIONS(5394), - [anon_sym_noreturn] = ACTIONS(5394), - [anon_sym__Nonnull] = ACTIONS(5394), - [anon_sym_mutable] = ACTIONS(5394), - [anon_sym_constinit] = ACTIONS(5394), - [anon_sym_consteval] = ACTIONS(5394), - [anon_sym_PROGMEM] = ACTIONS(5394), - [anon_sym_alignas] = ACTIONS(5394), - [anon_sym__Alignas] = ACTIONS(5394), - [aux_sym_primitive_type_token1] = ACTIONS(5394), - [anon_sym_byte] = ACTIONS(5394), - [anon_sym_word] = ACTIONS(5394), - [anon_sym_enum] = ACTIONS(5394), - [anon_sym_class] = ACTIONS(5394), - [anon_sym_struct] = ACTIONS(5394), - [anon_sym_union] = ACTIONS(5394), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5394), - [anon_sym_decltype] = ACTIONS(5394), - [anon_sym_explicit] = ACTIONS(5394), - [anon_sym_typename] = ACTIONS(5394), - [anon_sym_template] = ACTIONS(5394), - [anon_sym_operator] = ACTIONS(5394), - [anon_sym_friend] = ACTIONS(5394), - [anon_sym_public] = ACTIONS(5394), - [anon_sym_private] = ACTIONS(5394), - [anon_sym_protected] = ACTIONS(5394), - [anon_sym_using] = ACTIONS(5394), - [anon_sym_static_assert] = ACTIONS(5394), + [1815] = { + [sym_identifier] = ACTIONS(5562), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5564), + [anon_sym_COMMA] = ACTIONS(5564), + [anon_sym_RPAREN] = ACTIONS(5564), + [anon_sym_LPAREN2] = ACTIONS(5564), + [anon_sym_DASH] = ACTIONS(5562), + [anon_sym_PLUS] = ACTIONS(5562), + [anon_sym_STAR] = ACTIONS(5564), + [anon_sym_SLASH] = ACTIONS(5562), + [anon_sym_PERCENT] = ACTIONS(5564), + [anon_sym_PIPE_PIPE] = ACTIONS(5564), + [anon_sym_AMP_AMP] = ACTIONS(5564), + [anon_sym_PIPE] = ACTIONS(5562), + [anon_sym_CARET] = ACTIONS(5564), + [anon_sym_AMP] = ACTIONS(5562), + [anon_sym_EQ_EQ] = ACTIONS(5564), + [anon_sym_BANG_EQ] = ACTIONS(5564), + [anon_sym_GT] = ACTIONS(5562), + [anon_sym_GT_EQ] = ACTIONS(5564), + [anon_sym_LT_EQ] = ACTIONS(5562), + [anon_sym_LT] = ACTIONS(5562), + [anon_sym_LT_LT] = ACTIONS(5564), + [anon_sym_GT_GT] = ACTIONS(5564), + [anon_sym_SEMI] = ACTIONS(5564), + [anon_sym___extension__] = ACTIONS(5562), + [anon_sym___attribute__] = ACTIONS(5562), + [anon_sym___attribute] = ACTIONS(5562), + [anon_sym___based] = ACTIONS(5562), + [anon_sym_LBRACE] = ACTIONS(5564), + [anon_sym_RBRACE] = ACTIONS(5564), + [anon_sym_signed] = ACTIONS(5562), + [anon_sym_unsigned] = ACTIONS(5562), + [anon_sym_long] = ACTIONS(5562), + [anon_sym_short] = ACTIONS(5562), + [anon_sym_LBRACK] = ACTIONS(5564), + [anon_sym_RBRACK] = ACTIONS(5564), + [anon_sym_const] = ACTIONS(5562), + [anon_sym_constexpr] = ACTIONS(5562), + [anon_sym_volatile] = ACTIONS(5562), + [anon_sym_restrict] = ACTIONS(5562), + [anon_sym___restrict__] = ACTIONS(5562), + [anon_sym__Atomic] = ACTIONS(5562), + [anon_sym__Noreturn] = ACTIONS(5562), + [anon_sym_noreturn] = ACTIONS(5562), + [anon_sym__Nonnull] = ACTIONS(5562), + [anon_sym_mutable] = ACTIONS(5562), + [anon_sym_constinit] = ACTIONS(5562), + [anon_sym_consteval] = ACTIONS(5562), + [anon_sym_PROGMEM] = ACTIONS(5562), + [anon_sym_alignas] = ACTIONS(5562), + [anon_sym__Alignas] = ACTIONS(5562), + [aux_sym_primitive_type_token1] = ACTIONS(5562), + [anon_sym_byte] = ACTIONS(5562), + [anon_sym_word] = ACTIONS(5562), + [anon_sym_COLON] = ACTIONS(5564), + [anon_sym_QMARK] = ACTIONS(5564), + [anon_sym_LT_EQ_GT] = ACTIONS(5564), + [anon_sym_or] = ACTIONS(5562), + [anon_sym_and] = ACTIONS(5562), + [anon_sym_bitor] = ACTIONS(5562), + [anon_sym_xor] = ACTIONS(5562), + [anon_sym_bitand] = ACTIONS(5562), + [anon_sym_not_eq] = ACTIONS(5562), + [anon_sym_DASH_DASH] = ACTIONS(5564), + [anon_sym_PLUS_PLUS] = ACTIONS(5564), + [anon_sym_DOT] = ACTIONS(5562), + [anon_sym_DOT_STAR] = ACTIONS(5564), + [anon_sym_DASH_GT] = ACTIONS(5564), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5562), + [anon_sym_decltype] = ACTIONS(5562), + [anon_sym_final] = ACTIONS(5562), + [anon_sym_override] = ACTIONS(5562), + [anon_sym_requires] = ACTIONS(5562), }, - [1906] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_RBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1816] = { + [sym_identifier] = ACTIONS(5566), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5568), + [anon_sym_COMMA] = ACTIONS(5568), + [anon_sym_RPAREN] = ACTIONS(5568), + [anon_sym_LPAREN2] = ACTIONS(5568), + [anon_sym_DASH] = ACTIONS(5566), + [anon_sym_PLUS] = ACTIONS(5566), + [anon_sym_STAR] = ACTIONS(5568), + [anon_sym_SLASH] = ACTIONS(5566), + [anon_sym_PERCENT] = ACTIONS(5568), + [anon_sym_PIPE_PIPE] = ACTIONS(5568), + [anon_sym_AMP_AMP] = ACTIONS(5568), + [anon_sym_PIPE] = ACTIONS(5566), + [anon_sym_CARET] = ACTIONS(5568), + [anon_sym_AMP] = ACTIONS(5566), + [anon_sym_EQ_EQ] = ACTIONS(5568), + [anon_sym_BANG_EQ] = ACTIONS(5568), + [anon_sym_GT] = ACTIONS(5566), + [anon_sym_GT_EQ] = ACTIONS(5568), + [anon_sym_LT_EQ] = ACTIONS(5566), + [anon_sym_LT] = ACTIONS(5566), + [anon_sym_LT_LT] = ACTIONS(5568), + [anon_sym_GT_GT] = ACTIONS(5568), + [anon_sym_SEMI] = ACTIONS(5568), + [anon_sym___extension__] = ACTIONS(5566), + [anon_sym___attribute__] = ACTIONS(5566), + [anon_sym___attribute] = ACTIONS(5566), + [anon_sym___based] = ACTIONS(5566), + [anon_sym_LBRACE] = ACTIONS(5568), + [anon_sym_RBRACE] = ACTIONS(5568), + [anon_sym_signed] = ACTIONS(5566), + [anon_sym_unsigned] = ACTIONS(5566), + [anon_sym_long] = ACTIONS(5566), + [anon_sym_short] = ACTIONS(5566), + [anon_sym_LBRACK] = ACTIONS(5568), + [anon_sym_RBRACK] = ACTIONS(5568), + [anon_sym_const] = ACTIONS(5566), + [anon_sym_constexpr] = ACTIONS(5566), + [anon_sym_volatile] = ACTIONS(5566), + [anon_sym_restrict] = ACTIONS(5566), + [anon_sym___restrict__] = ACTIONS(5566), + [anon_sym__Atomic] = ACTIONS(5566), + [anon_sym__Noreturn] = ACTIONS(5566), + [anon_sym_noreturn] = ACTIONS(5566), + [anon_sym__Nonnull] = ACTIONS(5566), + [anon_sym_mutable] = ACTIONS(5566), + [anon_sym_constinit] = ACTIONS(5566), + [anon_sym_consteval] = ACTIONS(5566), + [anon_sym_PROGMEM] = ACTIONS(5566), + [anon_sym_alignas] = ACTIONS(5566), + [anon_sym__Alignas] = ACTIONS(5566), + [aux_sym_primitive_type_token1] = ACTIONS(5566), + [anon_sym_byte] = ACTIONS(5566), + [anon_sym_word] = ACTIONS(5566), + [anon_sym_COLON] = ACTIONS(5568), + [anon_sym_QMARK] = ACTIONS(5568), + [anon_sym_LT_EQ_GT] = ACTIONS(5568), + [anon_sym_or] = ACTIONS(5566), + [anon_sym_and] = ACTIONS(5566), + [anon_sym_bitor] = ACTIONS(5566), + [anon_sym_xor] = ACTIONS(5566), + [anon_sym_bitand] = ACTIONS(5566), + [anon_sym_not_eq] = ACTIONS(5566), + [anon_sym_DASH_DASH] = ACTIONS(5568), + [anon_sym_PLUS_PLUS] = ACTIONS(5568), + [anon_sym_DOT] = ACTIONS(5566), + [anon_sym_DOT_STAR] = ACTIONS(5568), + [anon_sym_DASH_GT] = ACTIONS(5568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5566), + [anon_sym_decltype] = ACTIONS(5566), + [anon_sym_final] = ACTIONS(5566), + [anon_sym_override] = ACTIONS(5566), + [anon_sym_requires] = ACTIONS(5566), + }, + [1817] = { + [sym_catch_clause] = STATE(1805), + [aux_sym_constructor_try_statement_repeat1] = STATE(1805), + [sym_identifier] = ACTIONS(2579), + [aux_sym_preproc_def_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token2] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), + [sym_preproc_directive] = ACTIONS(2579), + [anon_sym_LPAREN2] = ACTIONS(2581), + [anon_sym_TILDE] = ACTIONS(2581), + [anon_sym_STAR] = ACTIONS(2581), + [anon_sym_AMP_AMP] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2579), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym___extension__] = ACTIONS(2579), + [anon_sym_typedef] = ACTIONS(2579), + [anon_sym_virtual] = ACTIONS(2579), + [anon_sym_extern] = ACTIONS(2579), + [anon_sym___attribute__] = ACTIONS(2579), + [anon_sym___attribute] = ACTIONS(2579), + [anon_sym_COLON_COLON] = ACTIONS(2581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2579), + [anon_sym___based] = ACTIONS(2579), + [anon_sym_signed] = ACTIONS(2579), + [anon_sym_unsigned] = ACTIONS(2579), + [anon_sym_long] = ACTIONS(2579), + [anon_sym_short] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_static] = ACTIONS(2579), + [anon_sym_register] = ACTIONS(2579), + [anon_sym_inline] = ACTIONS(2579), + [anon_sym___inline] = ACTIONS(2579), + [anon_sym___inline__] = ACTIONS(2579), + [anon_sym___forceinline] = ACTIONS(2579), + [anon_sym_thread_local] = ACTIONS(2579), + [anon_sym___thread] = ACTIONS(2579), + [anon_sym_const] = ACTIONS(2579), + [anon_sym_constexpr] = ACTIONS(2579), + [anon_sym_volatile] = ACTIONS(2579), + [anon_sym_restrict] = ACTIONS(2579), + [anon_sym___restrict__] = ACTIONS(2579), + [anon_sym__Atomic] = ACTIONS(2579), + [anon_sym__Noreturn] = ACTIONS(2579), + [anon_sym_noreturn] = ACTIONS(2579), + [anon_sym__Nonnull] = ACTIONS(2579), + [anon_sym_mutable] = ACTIONS(2579), + [anon_sym_constinit] = ACTIONS(2579), + [anon_sym_consteval] = ACTIONS(2579), + [anon_sym_PROGMEM] = ACTIONS(2579), + [anon_sym_alignas] = ACTIONS(2579), + [anon_sym__Alignas] = ACTIONS(2579), + [aux_sym_primitive_type_token1] = ACTIONS(2579), + [anon_sym_byte] = ACTIONS(2579), + [anon_sym_word] = ACTIONS(2579), + [anon_sym_enum] = ACTIONS(2579), + [anon_sym_class] = ACTIONS(2579), + [anon_sym_struct] = ACTIONS(2579), + [anon_sym_union] = ACTIONS(2579), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), + [sym_auto] = ACTIONS(2579), + [anon_sym_decltype] = ACTIONS(2579), + [anon_sym_explicit] = ACTIONS(2579), + [anon_sym_typename] = ACTIONS(2579), + [anon_sym_template] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2579), + [anon_sym_friend] = ACTIONS(2579), + [anon_sym_public] = ACTIONS(2579), + [anon_sym_private] = ACTIONS(2579), + [anon_sym_protected] = ACTIONS(2579), + [anon_sym_using] = ACTIONS(2579), + [anon_sym_static_assert] = ACTIONS(2579), + [anon_sym_catch] = ACTIONS(5514), }, - [1907] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_RBRACE] = ACTIONS(5279), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), + [1818] = { + [sym_identifier] = ACTIONS(5570), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5572), + [anon_sym_COMMA] = ACTIONS(5572), + [anon_sym_RPAREN] = ACTIONS(5572), + [anon_sym_LPAREN2] = ACTIONS(5572), + [anon_sym_DASH] = ACTIONS(5570), + [anon_sym_PLUS] = ACTIONS(5570), + [anon_sym_STAR] = ACTIONS(5572), + [anon_sym_SLASH] = ACTIONS(5570), + [anon_sym_PERCENT] = ACTIONS(5572), + [anon_sym_PIPE_PIPE] = ACTIONS(5572), + [anon_sym_AMP_AMP] = ACTIONS(5572), + [anon_sym_PIPE] = ACTIONS(5570), + [anon_sym_CARET] = ACTIONS(5572), + [anon_sym_AMP] = ACTIONS(5570), + [anon_sym_EQ_EQ] = ACTIONS(5572), + [anon_sym_BANG_EQ] = ACTIONS(5572), + [anon_sym_GT] = ACTIONS(5570), + [anon_sym_GT_EQ] = ACTIONS(5572), + [anon_sym_LT_EQ] = ACTIONS(5570), + [anon_sym_LT] = ACTIONS(5570), + [anon_sym_LT_LT] = ACTIONS(5572), + [anon_sym_GT_GT] = ACTIONS(5572), + [anon_sym_SEMI] = ACTIONS(5572), + [anon_sym___extension__] = ACTIONS(5570), + [anon_sym___attribute__] = ACTIONS(5570), + [anon_sym___attribute] = ACTIONS(5570), + [anon_sym___based] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(5572), + [anon_sym_signed] = ACTIONS(5570), + [anon_sym_unsigned] = ACTIONS(5570), + [anon_sym_long] = ACTIONS(5570), + [anon_sym_short] = ACTIONS(5570), + [anon_sym_LBRACK] = ACTIONS(5572), + [anon_sym_RBRACK] = ACTIONS(5572), + [anon_sym_const] = ACTIONS(5570), + [anon_sym_constexpr] = ACTIONS(5570), + [anon_sym_volatile] = ACTIONS(5570), + [anon_sym_restrict] = ACTIONS(5570), + [anon_sym___restrict__] = ACTIONS(5570), + [anon_sym__Atomic] = ACTIONS(5570), + [anon_sym__Noreturn] = ACTIONS(5570), + [anon_sym_noreturn] = ACTIONS(5570), + [anon_sym__Nonnull] = ACTIONS(5570), + [anon_sym_mutable] = ACTIONS(5570), + [anon_sym_constinit] = ACTIONS(5570), + [anon_sym_consteval] = ACTIONS(5570), + [anon_sym_PROGMEM] = ACTIONS(5570), + [anon_sym_alignas] = ACTIONS(5570), + [anon_sym__Alignas] = ACTIONS(5570), + [aux_sym_primitive_type_token1] = ACTIONS(5570), + [anon_sym_byte] = ACTIONS(5570), + [anon_sym_word] = ACTIONS(5570), + [anon_sym_COLON] = ACTIONS(5572), + [anon_sym_QMARK] = ACTIONS(5572), + [anon_sym_LT_EQ_GT] = ACTIONS(5572), + [anon_sym_or] = ACTIONS(5570), + [anon_sym_and] = ACTIONS(5570), + [anon_sym_bitor] = ACTIONS(5570), + [anon_sym_xor] = ACTIONS(5570), + [anon_sym_bitand] = ACTIONS(5570), + [anon_sym_not_eq] = ACTIONS(5570), + [anon_sym_DASH_DASH] = ACTIONS(5572), + [anon_sym_PLUS_PLUS] = ACTIONS(5572), + [anon_sym_DOT] = ACTIONS(5570), + [anon_sym_DOT_STAR] = ACTIONS(5572), + [anon_sym_DASH_GT] = ACTIONS(5572), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5570), + [anon_sym_decltype] = ACTIONS(5570), + [anon_sym_final] = ACTIONS(5570), + [anon_sym_override] = ACTIONS(5570), + [anon_sym_requires] = ACTIONS(5570), }, - [1908] = { - [sym_identifier] = ACTIONS(5377), - [aux_sym_preproc_def_token1] = ACTIONS(5377), - [aux_sym_preproc_if_token1] = ACTIONS(5377), - [aux_sym_preproc_if_token2] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5377), - [sym_preproc_directive] = ACTIONS(5377), - [anon_sym_LPAREN2] = ACTIONS(5379), - [anon_sym_TILDE] = ACTIONS(5379), - [anon_sym_STAR] = ACTIONS(5379), - [anon_sym_AMP_AMP] = ACTIONS(5379), - [anon_sym_AMP] = ACTIONS(5377), - [anon_sym_SEMI] = ACTIONS(5379), - [anon_sym___extension__] = ACTIONS(5377), - [anon_sym_typedef] = ACTIONS(5377), - [anon_sym_virtual] = ACTIONS(5377), - [anon_sym_extern] = ACTIONS(5377), - [anon_sym___attribute__] = ACTIONS(5377), - [anon_sym___attribute] = ACTIONS(5377), - [anon_sym_COLON_COLON] = ACTIONS(5379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5379), - [anon_sym___declspec] = ACTIONS(5377), - [anon_sym___based] = ACTIONS(5377), - [anon_sym_signed] = ACTIONS(5377), - [anon_sym_unsigned] = ACTIONS(5377), - [anon_sym_long] = ACTIONS(5377), - [anon_sym_short] = ACTIONS(5377), - [anon_sym_LBRACK] = ACTIONS(5377), - [anon_sym_static] = ACTIONS(5377), - [anon_sym_register] = ACTIONS(5377), - [anon_sym_inline] = ACTIONS(5377), - [anon_sym___inline] = ACTIONS(5377), - [anon_sym___inline__] = ACTIONS(5377), - [anon_sym___forceinline] = ACTIONS(5377), - [anon_sym_thread_local] = ACTIONS(5377), - [anon_sym___thread] = ACTIONS(5377), - [anon_sym_const] = ACTIONS(5377), - [anon_sym_constexpr] = ACTIONS(5377), - [anon_sym_volatile] = ACTIONS(5377), - [anon_sym_restrict] = ACTIONS(5377), - [anon_sym___restrict__] = ACTIONS(5377), - [anon_sym__Atomic] = ACTIONS(5377), - [anon_sym__Noreturn] = ACTIONS(5377), - [anon_sym_noreturn] = ACTIONS(5377), - [anon_sym__Nonnull] = ACTIONS(5377), - [anon_sym_mutable] = ACTIONS(5377), - [anon_sym_constinit] = ACTIONS(5377), - [anon_sym_consteval] = ACTIONS(5377), - [anon_sym_PROGMEM] = ACTIONS(5377), - [anon_sym_alignas] = ACTIONS(5377), - [anon_sym__Alignas] = ACTIONS(5377), - [aux_sym_primitive_type_token1] = ACTIONS(5377), - [anon_sym_byte] = ACTIONS(5377), - [anon_sym_word] = ACTIONS(5377), - [anon_sym_enum] = ACTIONS(5377), - [anon_sym_class] = ACTIONS(5377), - [anon_sym_struct] = ACTIONS(5377), - [anon_sym_union] = ACTIONS(5377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5377), - [anon_sym_decltype] = ACTIONS(5377), - [anon_sym_explicit] = ACTIONS(5377), - [anon_sym_typename] = ACTIONS(5377), - [anon_sym_template] = ACTIONS(5377), - [anon_sym_operator] = ACTIONS(5377), - [anon_sym_friend] = ACTIONS(5377), - [anon_sym_public] = ACTIONS(5377), - [anon_sym_private] = ACTIONS(5377), - [anon_sym_protected] = ACTIONS(5377), - [anon_sym_using] = ACTIONS(5377), - [anon_sym_static_assert] = ACTIONS(5377), + [1819] = { + [sym_identifier] = ACTIONS(5574), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5576), + [anon_sym_COMMA] = ACTIONS(5576), + [anon_sym_RPAREN] = ACTIONS(5576), + [anon_sym_LPAREN2] = ACTIONS(5576), + [anon_sym_DASH] = ACTIONS(5574), + [anon_sym_PLUS] = ACTIONS(5574), + [anon_sym_STAR] = ACTIONS(5576), + [anon_sym_SLASH] = ACTIONS(5574), + [anon_sym_PERCENT] = ACTIONS(5576), + [anon_sym_PIPE_PIPE] = ACTIONS(5576), + [anon_sym_AMP_AMP] = ACTIONS(5576), + [anon_sym_PIPE] = ACTIONS(5574), + [anon_sym_CARET] = ACTIONS(5576), + [anon_sym_AMP] = ACTIONS(5574), + [anon_sym_EQ_EQ] = ACTIONS(5576), + [anon_sym_BANG_EQ] = ACTIONS(5576), + [anon_sym_GT] = ACTIONS(5574), + [anon_sym_GT_EQ] = ACTIONS(5576), + [anon_sym_LT_EQ] = ACTIONS(5574), + [anon_sym_LT] = ACTIONS(5574), + [anon_sym_LT_LT] = ACTIONS(5576), + [anon_sym_GT_GT] = ACTIONS(5576), + [anon_sym_SEMI] = ACTIONS(5576), + [anon_sym___extension__] = ACTIONS(5574), + [anon_sym___attribute__] = ACTIONS(5574), + [anon_sym___attribute] = ACTIONS(5574), + [anon_sym___based] = ACTIONS(5574), + [anon_sym_LBRACE] = ACTIONS(5576), + [anon_sym_RBRACE] = ACTIONS(5576), + [anon_sym_signed] = ACTIONS(5574), + [anon_sym_unsigned] = ACTIONS(5574), + [anon_sym_long] = ACTIONS(5574), + [anon_sym_short] = ACTIONS(5574), + [anon_sym_LBRACK] = ACTIONS(5576), + [anon_sym_RBRACK] = ACTIONS(5576), + [anon_sym_const] = ACTIONS(5574), + [anon_sym_constexpr] = ACTIONS(5574), + [anon_sym_volatile] = ACTIONS(5574), + [anon_sym_restrict] = ACTIONS(5574), + [anon_sym___restrict__] = ACTIONS(5574), + [anon_sym__Atomic] = ACTIONS(5574), + [anon_sym__Noreturn] = ACTIONS(5574), + [anon_sym_noreturn] = ACTIONS(5574), + [anon_sym__Nonnull] = ACTIONS(5574), + [anon_sym_mutable] = ACTIONS(5574), + [anon_sym_constinit] = ACTIONS(5574), + [anon_sym_consteval] = ACTIONS(5574), + [anon_sym_PROGMEM] = ACTIONS(5574), + [anon_sym_alignas] = ACTIONS(5574), + [anon_sym__Alignas] = ACTIONS(5574), + [aux_sym_primitive_type_token1] = ACTIONS(5574), + [anon_sym_byte] = ACTIONS(5574), + [anon_sym_word] = ACTIONS(5574), + [anon_sym_COLON] = ACTIONS(5576), + [anon_sym_QMARK] = ACTIONS(5576), + [anon_sym_LT_EQ_GT] = ACTIONS(5576), + [anon_sym_or] = ACTIONS(5574), + [anon_sym_and] = ACTIONS(5574), + [anon_sym_bitor] = ACTIONS(5574), + [anon_sym_xor] = ACTIONS(5574), + [anon_sym_bitand] = ACTIONS(5574), + [anon_sym_not_eq] = ACTIONS(5574), + [anon_sym_DASH_DASH] = ACTIONS(5576), + [anon_sym_PLUS_PLUS] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(5574), + [anon_sym_DOT_STAR] = ACTIONS(5576), + [anon_sym_DASH_GT] = ACTIONS(5576), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5574), + [anon_sym_decltype] = ACTIONS(5574), + [anon_sym_final] = ACTIONS(5574), + [anon_sym_override] = ACTIONS(5574), + [anon_sym_requires] = ACTIONS(5574), }, - [1909] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token2] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_friend] = ACTIONS(3162), - [anon_sym_public] = ACTIONS(3162), - [anon_sym_private] = ACTIONS(3162), - [anon_sym_protected] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), + [1820] = { + [sym_identifier] = ACTIONS(5578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5580), + [anon_sym_COMMA] = ACTIONS(5580), + [anon_sym_RPAREN] = ACTIONS(5580), + [anon_sym_LPAREN2] = ACTIONS(5580), + [anon_sym_DASH] = ACTIONS(5578), + [anon_sym_PLUS] = ACTIONS(5578), + [anon_sym_STAR] = ACTIONS(5580), + [anon_sym_SLASH] = ACTIONS(5578), + [anon_sym_PERCENT] = ACTIONS(5580), + [anon_sym_PIPE_PIPE] = ACTIONS(5580), + [anon_sym_AMP_AMP] = ACTIONS(5580), + [anon_sym_PIPE] = ACTIONS(5578), + [anon_sym_CARET] = ACTIONS(5580), + [anon_sym_AMP] = ACTIONS(5578), + [anon_sym_EQ_EQ] = ACTIONS(5580), + [anon_sym_BANG_EQ] = ACTIONS(5580), + [anon_sym_GT] = ACTIONS(5578), + [anon_sym_GT_EQ] = ACTIONS(5580), + [anon_sym_LT_EQ] = ACTIONS(5578), + [anon_sym_LT] = ACTIONS(5578), + [anon_sym_LT_LT] = ACTIONS(5580), + [anon_sym_GT_GT] = ACTIONS(5580), + [anon_sym_SEMI] = ACTIONS(5580), + [anon_sym___extension__] = ACTIONS(5578), + [anon_sym___attribute__] = ACTIONS(5578), + [anon_sym___attribute] = ACTIONS(5578), + [anon_sym___based] = ACTIONS(5578), + [anon_sym_LBRACE] = ACTIONS(5580), + [anon_sym_RBRACE] = ACTIONS(5580), + [anon_sym_signed] = ACTIONS(5578), + [anon_sym_unsigned] = ACTIONS(5578), + [anon_sym_long] = ACTIONS(5578), + [anon_sym_short] = ACTIONS(5578), + [anon_sym_LBRACK] = ACTIONS(5580), + [anon_sym_RBRACK] = ACTIONS(5580), + [anon_sym_const] = ACTIONS(5578), + [anon_sym_constexpr] = ACTIONS(5578), + [anon_sym_volatile] = ACTIONS(5578), + [anon_sym_restrict] = ACTIONS(5578), + [anon_sym___restrict__] = ACTIONS(5578), + [anon_sym__Atomic] = ACTIONS(5578), + [anon_sym__Noreturn] = ACTIONS(5578), + [anon_sym_noreturn] = ACTIONS(5578), + [anon_sym__Nonnull] = ACTIONS(5578), + [anon_sym_mutable] = ACTIONS(5578), + [anon_sym_constinit] = ACTIONS(5578), + [anon_sym_consteval] = ACTIONS(5578), + [anon_sym_PROGMEM] = ACTIONS(5578), + [anon_sym_alignas] = ACTIONS(5578), + [anon_sym__Alignas] = ACTIONS(5578), + [aux_sym_primitive_type_token1] = ACTIONS(5578), + [anon_sym_byte] = ACTIONS(5578), + [anon_sym_word] = ACTIONS(5578), + [anon_sym_COLON] = ACTIONS(5580), + [anon_sym_QMARK] = ACTIONS(5580), + [anon_sym_LT_EQ_GT] = ACTIONS(5580), + [anon_sym_or] = ACTIONS(5578), + [anon_sym_and] = ACTIONS(5578), + [anon_sym_bitor] = ACTIONS(5578), + [anon_sym_xor] = ACTIONS(5578), + [anon_sym_bitand] = ACTIONS(5578), + [anon_sym_not_eq] = ACTIONS(5578), + [anon_sym_DASH_DASH] = ACTIONS(5580), + [anon_sym_PLUS_PLUS] = ACTIONS(5580), + [anon_sym_DOT] = ACTIONS(5578), + [anon_sym_DOT_STAR] = ACTIONS(5580), + [anon_sym_DASH_GT] = ACTIONS(5580), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5578), + [anon_sym_decltype] = ACTIONS(5578), + [anon_sym_final] = ACTIONS(5578), + [anon_sym_override] = ACTIONS(5578), + [anon_sym_requires] = ACTIONS(5578), }, - [1910] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token2] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_friend] = ACTIONS(3014), - [anon_sym_public] = ACTIONS(3014), - [anon_sym_private] = ACTIONS(3014), - [anon_sym_protected] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), + [1821] = { + [sym_catch_clause] = STATE(1806), + [aux_sym_constructor_try_statement_repeat1] = STATE(1806), + [sym_identifier] = ACTIONS(2579), + [aux_sym_preproc_def_token1] = ACTIONS(2579), + [aux_sym_preproc_if_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2579), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2579), + [sym_preproc_directive] = ACTIONS(2579), + [anon_sym_LPAREN2] = ACTIONS(2581), + [anon_sym_TILDE] = ACTIONS(2581), + [anon_sym_STAR] = ACTIONS(2581), + [anon_sym_AMP_AMP] = ACTIONS(2581), + [anon_sym_AMP] = ACTIONS(2579), + [anon_sym_SEMI] = ACTIONS(2581), + [anon_sym___extension__] = ACTIONS(2579), + [anon_sym_typedef] = ACTIONS(2579), + [anon_sym_virtual] = ACTIONS(2579), + [anon_sym_extern] = ACTIONS(2579), + [anon_sym___attribute__] = ACTIONS(2579), + [anon_sym___attribute] = ACTIONS(2579), + [anon_sym_COLON_COLON] = ACTIONS(2581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2581), + [anon_sym___declspec] = ACTIONS(2579), + [anon_sym___based] = ACTIONS(2579), + [anon_sym_RBRACE] = ACTIONS(2581), + [anon_sym_signed] = ACTIONS(2579), + [anon_sym_unsigned] = ACTIONS(2579), + [anon_sym_long] = ACTIONS(2579), + [anon_sym_short] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_static] = ACTIONS(2579), + [anon_sym_register] = ACTIONS(2579), + [anon_sym_inline] = ACTIONS(2579), + [anon_sym___inline] = ACTIONS(2579), + [anon_sym___inline__] = ACTIONS(2579), + [anon_sym___forceinline] = ACTIONS(2579), + [anon_sym_thread_local] = ACTIONS(2579), + [anon_sym___thread] = ACTIONS(2579), + [anon_sym_const] = ACTIONS(2579), + [anon_sym_constexpr] = ACTIONS(2579), + [anon_sym_volatile] = ACTIONS(2579), + [anon_sym_restrict] = ACTIONS(2579), + [anon_sym___restrict__] = ACTIONS(2579), + [anon_sym__Atomic] = ACTIONS(2579), + [anon_sym__Noreturn] = ACTIONS(2579), + [anon_sym_noreturn] = ACTIONS(2579), + [anon_sym__Nonnull] = ACTIONS(2579), + [anon_sym_mutable] = ACTIONS(2579), + [anon_sym_constinit] = ACTIONS(2579), + [anon_sym_consteval] = ACTIONS(2579), + [anon_sym_PROGMEM] = ACTIONS(2579), + [anon_sym_alignas] = ACTIONS(2579), + [anon_sym__Alignas] = ACTIONS(2579), + [aux_sym_primitive_type_token1] = ACTIONS(2579), + [anon_sym_byte] = ACTIONS(2579), + [anon_sym_word] = ACTIONS(2579), + [anon_sym_enum] = ACTIONS(2579), + [anon_sym_class] = ACTIONS(2579), + [anon_sym_struct] = ACTIONS(2579), + [anon_sym_union] = ACTIONS(2579), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2579), + [anon_sym_decltype] = ACTIONS(2579), + [anon_sym_explicit] = ACTIONS(2579), + [anon_sym_typename] = ACTIONS(2579), + [anon_sym_template] = ACTIONS(2579), + [anon_sym_operator] = ACTIONS(2579), + [anon_sym_friend] = ACTIONS(2579), + [anon_sym_public] = ACTIONS(2579), + [anon_sym_private] = ACTIONS(2579), + [anon_sym_protected] = ACTIONS(2579), + [anon_sym_using] = ACTIONS(2579), + [anon_sym_static_assert] = ACTIONS(2579), + [anon_sym_catch] = ACTIONS(5508), }, - [1911] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token2] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), + [1822] = { + [sym_identifier] = ACTIONS(5582), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5584), + [anon_sym_COMMA] = ACTIONS(5584), + [anon_sym_RPAREN] = ACTIONS(5584), + [anon_sym_LPAREN2] = ACTIONS(5584), + [anon_sym_DASH] = ACTIONS(5582), + [anon_sym_PLUS] = ACTIONS(5582), + [anon_sym_STAR] = ACTIONS(5584), + [anon_sym_SLASH] = ACTIONS(5582), + [anon_sym_PERCENT] = ACTIONS(5584), + [anon_sym_PIPE_PIPE] = ACTIONS(5584), + [anon_sym_AMP_AMP] = ACTIONS(5584), + [anon_sym_PIPE] = ACTIONS(5582), + [anon_sym_CARET] = ACTIONS(5584), + [anon_sym_AMP] = ACTIONS(5582), + [anon_sym_EQ_EQ] = ACTIONS(5584), + [anon_sym_BANG_EQ] = ACTIONS(5584), + [anon_sym_GT] = ACTIONS(5582), + [anon_sym_GT_EQ] = ACTIONS(5584), + [anon_sym_LT_EQ] = ACTIONS(5582), + [anon_sym_LT] = ACTIONS(5582), + [anon_sym_LT_LT] = ACTIONS(5584), + [anon_sym_GT_GT] = ACTIONS(5584), + [anon_sym_SEMI] = ACTIONS(5584), + [anon_sym___extension__] = ACTIONS(5582), + [anon_sym___attribute__] = ACTIONS(5582), + [anon_sym___attribute] = ACTIONS(5582), + [anon_sym___based] = ACTIONS(5582), + [anon_sym_LBRACE] = ACTIONS(5584), + [anon_sym_RBRACE] = ACTIONS(5584), + [anon_sym_signed] = ACTIONS(5582), + [anon_sym_unsigned] = ACTIONS(5582), + [anon_sym_long] = ACTIONS(5582), + [anon_sym_short] = ACTIONS(5582), + [anon_sym_LBRACK] = ACTIONS(5584), + [anon_sym_RBRACK] = ACTIONS(5584), + [anon_sym_const] = ACTIONS(5582), + [anon_sym_constexpr] = ACTIONS(5582), + [anon_sym_volatile] = ACTIONS(5582), + [anon_sym_restrict] = ACTIONS(5582), + [anon_sym___restrict__] = ACTIONS(5582), + [anon_sym__Atomic] = ACTIONS(5582), + [anon_sym__Noreturn] = ACTIONS(5582), + [anon_sym_noreturn] = ACTIONS(5582), + [anon_sym__Nonnull] = ACTIONS(5582), + [anon_sym_mutable] = ACTIONS(5582), + [anon_sym_constinit] = ACTIONS(5582), + [anon_sym_consteval] = ACTIONS(5582), + [anon_sym_PROGMEM] = ACTIONS(5582), + [anon_sym_alignas] = ACTIONS(5582), + [anon_sym__Alignas] = ACTIONS(5582), + [aux_sym_primitive_type_token1] = ACTIONS(5582), + [anon_sym_byte] = ACTIONS(5582), + [anon_sym_word] = ACTIONS(5582), + [anon_sym_COLON] = ACTIONS(5584), + [anon_sym_QMARK] = ACTIONS(5584), + [anon_sym_LT_EQ_GT] = ACTIONS(5584), + [anon_sym_or] = ACTIONS(5582), + [anon_sym_and] = ACTIONS(5582), + [anon_sym_bitor] = ACTIONS(5582), + [anon_sym_xor] = ACTIONS(5582), + [anon_sym_bitand] = ACTIONS(5582), + [anon_sym_not_eq] = ACTIONS(5582), + [anon_sym_DASH_DASH] = ACTIONS(5584), + [anon_sym_PLUS_PLUS] = ACTIONS(5584), + [anon_sym_DOT] = ACTIONS(5582), + [anon_sym_DOT_STAR] = ACTIONS(5584), + [anon_sym_DASH_GT] = ACTIONS(5584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5582), + [anon_sym_decltype] = ACTIONS(5582), + [anon_sym_final] = ACTIONS(5582), + [anon_sym_override] = ACTIONS(5582), + [anon_sym_requires] = ACTIONS(5582), }, - [1912] = { - [sym_type_qualifier] = STATE(2027), - [sym_alignas_qualifier] = STATE(2106), - [sym_primitive_type] = STATE(2202), - [aux_sym__type_definition_type_repeat1] = STATE(2027), - [aux_sym_sized_type_specifier_repeat1] = STATE(2189), - [sym_identifier] = ACTIONS(5681), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4964), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4964), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE] = ACTIONS(4966), - [anon_sym_CARET] = ACTIONS(4964), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_EQ_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4964), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_GT_EQ] = ACTIONS(4966), - [anon_sym_LT_EQ] = ACTIONS(4966), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_LT_LT] = ACTIONS(4964), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym___extension__] = ACTIONS(5683), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5685), - [anon_sym_unsigned] = ACTIONS(5685), - [anon_sym_long] = ACTIONS(5685), - [anon_sym_short] = ACTIONS(5685), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_const] = ACTIONS(5683), - [anon_sym_constexpr] = ACTIONS(5683), - [anon_sym_volatile] = ACTIONS(5683), - [anon_sym_restrict] = ACTIONS(5683), - [anon_sym___restrict__] = ACTIONS(5683), - [anon_sym__Atomic] = ACTIONS(5683), - [anon_sym__Noreturn] = ACTIONS(5683), - [anon_sym_noreturn] = ACTIONS(5683), - [anon_sym__Nonnull] = ACTIONS(5683), - [anon_sym_mutable] = ACTIONS(5683), - [anon_sym_constinit] = ACTIONS(5683), - [anon_sym_consteval] = ACTIONS(5683), - [anon_sym_PROGMEM] = ACTIONS(5683), - [anon_sym_alignas] = ACTIONS(5687), - [anon_sym__Alignas] = ACTIONS(5687), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_QMARK] = ACTIONS(4964), - [anon_sym_LT_EQ_GT] = ACTIONS(4964), - [anon_sym_or] = ACTIONS(4966), - [anon_sym_and] = ACTIONS(4966), - [anon_sym_bitor] = ACTIONS(4966), - [anon_sym_xor] = ACTIONS(4966), - [anon_sym_bitand] = ACTIONS(4966), - [anon_sym_not_eq] = ACTIONS(4966), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_DOT_STAR] = ACTIONS(4964), - [anon_sym_DASH_GT] = ACTIONS(4964), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), - [anon_sym_GT2] = ACTIONS(4964), + [1823] = { + [sym_identifier] = ACTIONS(5586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5588), + [anon_sym_COMMA] = ACTIONS(5588), + [anon_sym_RPAREN] = ACTIONS(5588), + [anon_sym_LPAREN2] = ACTIONS(5588), + [anon_sym_DASH] = ACTIONS(5586), + [anon_sym_PLUS] = ACTIONS(5586), + [anon_sym_STAR] = ACTIONS(5588), + [anon_sym_SLASH] = ACTIONS(5586), + [anon_sym_PERCENT] = ACTIONS(5588), + [anon_sym_PIPE_PIPE] = ACTIONS(5588), + [anon_sym_AMP_AMP] = ACTIONS(5588), + [anon_sym_PIPE] = ACTIONS(5586), + [anon_sym_CARET] = ACTIONS(5588), + [anon_sym_AMP] = ACTIONS(5586), + [anon_sym_EQ_EQ] = ACTIONS(5588), + [anon_sym_BANG_EQ] = ACTIONS(5588), + [anon_sym_GT] = ACTIONS(5586), + [anon_sym_GT_EQ] = ACTIONS(5588), + [anon_sym_LT_EQ] = ACTIONS(5586), + [anon_sym_LT] = ACTIONS(5586), + [anon_sym_LT_LT] = ACTIONS(5588), + [anon_sym_GT_GT] = ACTIONS(5588), + [anon_sym_SEMI] = ACTIONS(5588), + [anon_sym___extension__] = ACTIONS(5586), + [anon_sym___attribute__] = ACTIONS(5586), + [anon_sym___attribute] = ACTIONS(5586), + [anon_sym___based] = ACTIONS(5586), + [anon_sym_LBRACE] = ACTIONS(5588), + [anon_sym_RBRACE] = ACTIONS(5588), + [anon_sym_signed] = ACTIONS(5586), + [anon_sym_unsigned] = ACTIONS(5586), + [anon_sym_long] = ACTIONS(5586), + [anon_sym_short] = ACTIONS(5586), + [anon_sym_LBRACK] = ACTIONS(5588), + [anon_sym_RBRACK] = ACTIONS(5588), + [anon_sym_const] = ACTIONS(5586), + [anon_sym_constexpr] = ACTIONS(5586), + [anon_sym_volatile] = ACTIONS(5586), + [anon_sym_restrict] = ACTIONS(5586), + [anon_sym___restrict__] = ACTIONS(5586), + [anon_sym__Atomic] = ACTIONS(5586), + [anon_sym__Noreturn] = ACTIONS(5586), + [anon_sym_noreturn] = ACTIONS(5586), + [anon_sym__Nonnull] = ACTIONS(5586), + [anon_sym_mutable] = ACTIONS(5586), + [anon_sym_constinit] = ACTIONS(5586), + [anon_sym_consteval] = ACTIONS(5586), + [anon_sym_PROGMEM] = ACTIONS(5586), + [anon_sym_alignas] = ACTIONS(5586), + [anon_sym__Alignas] = ACTIONS(5586), + [aux_sym_primitive_type_token1] = ACTIONS(5586), + [anon_sym_byte] = ACTIONS(5586), + [anon_sym_word] = ACTIONS(5586), + [anon_sym_COLON] = ACTIONS(5588), + [anon_sym_QMARK] = ACTIONS(5588), + [anon_sym_LT_EQ_GT] = ACTIONS(5588), + [anon_sym_or] = ACTIONS(5586), + [anon_sym_and] = ACTIONS(5586), + [anon_sym_bitor] = ACTIONS(5586), + [anon_sym_xor] = ACTIONS(5586), + [anon_sym_bitand] = ACTIONS(5586), + [anon_sym_not_eq] = ACTIONS(5586), + [anon_sym_DASH_DASH] = ACTIONS(5588), + [anon_sym_PLUS_PLUS] = ACTIONS(5588), + [anon_sym_DOT] = ACTIONS(5586), + [anon_sym_DOT_STAR] = ACTIONS(5588), + [anon_sym_DASH_GT] = ACTIONS(5588), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5586), + [anon_sym_decltype] = ACTIONS(5586), + [anon_sym_final] = ACTIONS(5586), + [anon_sym_override] = ACTIONS(5586), + [anon_sym_requires] = ACTIONS(5586), }, - [1913] = { - [sym_identifier] = ACTIONS(3010), - [aux_sym_preproc_def_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token1] = ACTIONS(3010), - [aux_sym_preproc_if_token2] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3010), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3010), - [sym_preproc_directive] = ACTIONS(3010), - [anon_sym_LPAREN2] = ACTIONS(3012), - [anon_sym_TILDE] = ACTIONS(3012), - [anon_sym_STAR] = ACTIONS(3012), - [anon_sym_AMP_AMP] = ACTIONS(3012), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3012), - [anon_sym___extension__] = ACTIONS(3010), - [anon_sym_typedef] = ACTIONS(3010), - [anon_sym_virtual] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym___attribute__] = ACTIONS(3010), - [anon_sym___attribute] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3012), - [anon_sym___declspec] = ACTIONS(3010), - [anon_sym___based] = ACTIONS(3010), - [anon_sym_signed] = ACTIONS(3010), - [anon_sym_unsigned] = ACTIONS(3010), - [anon_sym_long] = ACTIONS(3010), - [anon_sym_short] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_static] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_inline] = ACTIONS(3010), - [anon_sym___inline] = ACTIONS(3010), - [anon_sym___inline__] = ACTIONS(3010), - [anon_sym___forceinline] = ACTIONS(3010), - [anon_sym_thread_local] = ACTIONS(3010), - [anon_sym___thread] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_constexpr] = ACTIONS(3010), - [anon_sym_volatile] = ACTIONS(3010), - [anon_sym_restrict] = ACTIONS(3010), - [anon_sym___restrict__] = ACTIONS(3010), - [anon_sym__Atomic] = ACTIONS(3010), - [anon_sym__Noreturn] = ACTIONS(3010), - [anon_sym_noreturn] = ACTIONS(3010), - [anon_sym__Nonnull] = ACTIONS(3010), - [anon_sym_mutable] = ACTIONS(3010), - [anon_sym_constinit] = ACTIONS(3010), - [anon_sym_consteval] = ACTIONS(3010), - [anon_sym_PROGMEM] = ACTIONS(3010), - [anon_sym_alignas] = ACTIONS(3010), - [anon_sym__Alignas] = ACTIONS(3010), - [aux_sym_primitive_type_token1] = ACTIONS(3010), - [anon_sym_byte] = ACTIONS(3010), - [anon_sym_word] = ACTIONS(3010), - [anon_sym_enum] = ACTIONS(3010), - [anon_sym_class] = ACTIONS(3010), - [anon_sym_struct] = ACTIONS(3010), - [anon_sym_union] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3010), - [anon_sym_decltype] = ACTIONS(3010), - [anon_sym_explicit] = ACTIONS(3010), - [anon_sym_typename] = ACTIONS(3010), - [anon_sym_template] = ACTIONS(3010), - [anon_sym_operator] = ACTIONS(3010), - [anon_sym_friend] = ACTIONS(3010), - [anon_sym_public] = ACTIONS(3010), - [anon_sym_private] = ACTIONS(3010), - [anon_sym_protected] = ACTIONS(3010), - [anon_sym_using] = ACTIONS(3010), - [anon_sym_static_assert] = ACTIONS(3010), + [1824] = { + [sym_identifier] = ACTIONS(5590), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5592), + [anon_sym_COMMA] = ACTIONS(5592), + [anon_sym_RPAREN] = ACTIONS(5592), + [anon_sym_LPAREN2] = ACTIONS(5592), + [anon_sym_DASH] = ACTIONS(5590), + [anon_sym_PLUS] = ACTIONS(5590), + [anon_sym_STAR] = ACTIONS(5592), + [anon_sym_SLASH] = ACTIONS(5590), + [anon_sym_PERCENT] = ACTIONS(5592), + [anon_sym_PIPE_PIPE] = ACTIONS(5592), + [anon_sym_AMP_AMP] = ACTIONS(5592), + [anon_sym_PIPE] = ACTIONS(5590), + [anon_sym_CARET] = ACTIONS(5592), + [anon_sym_AMP] = ACTIONS(5590), + [anon_sym_EQ_EQ] = ACTIONS(5592), + [anon_sym_BANG_EQ] = ACTIONS(5592), + [anon_sym_GT] = ACTIONS(5590), + [anon_sym_GT_EQ] = ACTIONS(5592), + [anon_sym_LT_EQ] = ACTIONS(5590), + [anon_sym_LT] = ACTIONS(5590), + [anon_sym_LT_LT] = ACTIONS(5592), + [anon_sym_GT_GT] = ACTIONS(5592), + [anon_sym_SEMI] = ACTIONS(5592), + [anon_sym___extension__] = ACTIONS(5590), + [anon_sym___attribute__] = ACTIONS(5590), + [anon_sym___attribute] = ACTIONS(5590), + [anon_sym___based] = ACTIONS(5590), + [anon_sym_LBRACE] = ACTIONS(5592), + [anon_sym_RBRACE] = ACTIONS(5592), + [anon_sym_signed] = ACTIONS(5590), + [anon_sym_unsigned] = ACTIONS(5590), + [anon_sym_long] = ACTIONS(5590), + [anon_sym_short] = ACTIONS(5590), + [anon_sym_LBRACK] = ACTIONS(5592), + [anon_sym_RBRACK] = ACTIONS(5592), + [anon_sym_const] = ACTIONS(5590), + [anon_sym_constexpr] = ACTIONS(5590), + [anon_sym_volatile] = ACTIONS(5590), + [anon_sym_restrict] = ACTIONS(5590), + [anon_sym___restrict__] = ACTIONS(5590), + [anon_sym__Atomic] = ACTIONS(5590), + [anon_sym__Noreturn] = ACTIONS(5590), + [anon_sym_noreturn] = ACTIONS(5590), + [anon_sym__Nonnull] = ACTIONS(5590), + [anon_sym_mutable] = ACTIONS(5590), + [anon_sym_constinit] = ACTIONS(5590), + [anon_sym_consteval] = ACTIONS(5590), + [anon_sym_PROGMEM] = ACTIONS(5590), + [anon_sym_alignas] = ACTIONS(5590), + [anon_sym__Alignas] = ACTIONS(5590), + [aux_sym_primitive_type_token1] = ACTIONS(5590), + [anon_sym_byte] = ACTIONS(5590), + [anon_sym_word] = ACTIONS(5590), + [anon_sym_COLON] = ACTIONS(5592), + [anon_sym_QMARK] = ACTIONS(5592), + [anon_sym_LT_EQ_GT] = ACTIONS(5592), + [anon_sym_or] = ACTIONS(5590), + [anon_sym_and] = ACTIONS(5590), + [anon_sym_bitor] = ACTIONS(5590), + [anon_sym_xor] = ACTIONS(5590), + [anon_sym_bitand] = ACTIONS(5590), + [anon_sym_not_eq] = ACTIONS(5590), + [anon_sym_DASH_DASH] = ACTIONS(5592), + [anon_sym_PLUS_PLUS] = ACTIONS(5592), + [anon_sym_DOT] = ACTIONS(5590), + [anon_sym_DOT_STAR] = ACTIONS(5592), + [anon_sym_DASH_GT] = ACTIONS(5592), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5590), + [anon_sym_decltype] = ACTIONS(5590), + [anon_sym_final] = ACTIONS(5590), + [anon_sym_override] = ACTIONS(5590), + [anon_sym_requires] = ACTIONS(5590), }, - [1914] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token2] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), + [1825] = { + [sym_identifier] = ACTIONS(5594), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5596), + [anon_sym_COMMA] = ACTIONS(5596), + [anon_sym_RPAREN] = ACTIONS(5596), + [anon_sym_LPAREN2] = ACTIONS(5596), + [anon_sym_DASH] = ACTIONS(5594), + [anon_sym_PLUS] = ACTIONS(5594), + [anon_sym_STAR] = ACTIONS(5596), + [anon_sym_SLASH] = ACTIONS(5594), + [anon_sym_PERCENT] = ACTIONS(5596), + [anon_sym_PIPE_PIPE] = ACTIONS(5596), + [anon_sym_AMP_AMP] = ACTIONS(5596), + [anon_sym_PIPE] = ACTIONS(5594), + [anon_sym_CARET] = ACTIONS(5596), + [anon_sym_AMP] = ACTIONS(5594), + [anon_sym_EQ_EQ] = ACTIONS(5596), + [anon_sym_BANG_EQ] = ACTIONS(5596), + [anon_sym_GT] = ACTIONS(5594), + [anon_sym_GT_EQ] = ACTIONS(5596), + [anon_sym_LT_EQ] = ACTIONS(5594), + [anon_sym_LT] = ACTIONS(5594), + [anon_sym_LT_LT] = ACTIONS(5596), + [anon_sym_GT_GT] = ACTIONS(5596), + [anon_sym_SEMI] = ACTIONS(5596), + [anon_sym___extension__] = ACTIONS(5594), + [anon_sym___attribute__] = ACTIONS(5594), + [anon_sym___attribute] = ACTIONS(5594), + [anon_sym___based] = ACTIONS(5594), + [anon_sym_LBRACE] = ACTIONS(5596), + [anon_sym_RBRACE] = ACTIONS(5596), + [anon_sym_signed] = ACTIONS(5594), + [anon_sym_unsigned] = ACTIONS(5594), + [anon_sym_long] = ACTIONS(5594), + [anon_sym_short] = ACTIONS(5594), + [anon_sym_LBRACK] = ACTIONS(5596), + [anon_sym_RBRACK] = ACTIONS(5596), + [anon_sym_const] = ACTIONS(5594), + [anon_sym_constexpr] = ACTIONS(5594), + [anon_sym_volatile] = ACTIONS(5594), + [anon_sym_restrict] = ACTIONS(5594), + [anon_sym___restrict__] = ACTIONS(5594), + [anon_sym__Atomic] = ACTIONS(5594), + [anon_sym__Noreturn] = ACTIONS(5594), + [anon_sym_noreturn] = ACTIONS(5594), + [anon_sym__Nonnull] = ACTIONS(5594), + [anon_sym_mutable] = ACTIONS(5594), + [anon_sym_constinit] = ACTIONS(5594), + [anon_sym_consteval] = ACTIONS(5594), + [anon_sym_PROGMEM] = ACTIONS(5594), + [anon_sym_alignas] = ACTIONS(5594), + [anon_sym__Alignas] = ACTIONS(5594), + [aux_sym_primitive_type_token1] = ACTIONS(5594), + [anon_sym_byte] = ACTIONS(5594), + [anon_sym_word] = ACTIONS(5594), + [anon_sym_COLON] = ACTIONS(5596), + [anon_sym_QMARK] = ACTIONS(5596), + [anon_sym_LT_EQ_GT] = ACTIONS(5596), + [anon_sym_or] = ACTIONS(5594), + [anon_sym_and] = ACTIONS(5594), + [anon_sym_bitor] = ACTIONS(5594), + [anon_sym_xor] = ACTIONS(5594), + [anon_sym_bitand] = ACTIONS(5594), + [anon_sym_not_eq] = ACTIONS(5594), + [anon_sym_DASH_DASH] = ACTIONS(5596), + [anon_sym_PLUS_PLUS] = ACTIONS(5596), + [anon_sym_DOT] = ACTIONS(5594), + [anon_sym_DOT_STAR] = ACTIONS(5596), + [anon_sym_DASH_GT] = ACTIONS(5596), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5594), + [anon_sym_decltype] = ACTIONS(5594), + [anon_sym_final] = ACTIONS(5594), + [anon_sym_override] = ACTIONS(5594), + [anon_sym_requires] = ACTIONS(5594), }, - [1915] = { - [sym_identifier] = ACTIONS(2933), - [aux_sym_preproc_def_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token2] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), - [sym_preproc_directive] = ACTIONS(2933), - [anon_sym_LPAREN2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym___extension__] = ACTIONS(2933), - [anon_sym_typedef] = ACTIONS(2933), - [anon_sym_virtual] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym___attribute__] = ACTIONS(2933), - [anon_sym___attribute] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2935), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), - [anon_sym___declspec] = ACTIONS(2933), - [anon_sym___based] = ACTIONS(2933), - [anon_sym_signed] = ACTIONS(2933), - [anon_sym_unsigned] = ACTIONS(2933), - [anon_sym_long] = ACTIONS(2933), - [anon_sym_short] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_static] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_inline] = ACTIONS(2933), - [anon_sym___inline] = ACTIONS(2933), - [anon_sym___inline__] = ACTIONS(2933), - [anon_sym___forceinline] = ACTIONS(2933), - [anon_sym_thread_local] = ACTIONS(2933), - [anon_sym___thread] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_constexpr] = ACTIONS(2933), - [anon_sym_volatile] = ACTIONS(2933), - [anon_sym_restrict] = ACTIONS(2933), - [anon_sym___restrict__] = ACTIONS(2933), - [anon_sym__Atomic] = ACTIONS(2933), - [anon_sym__Noreturn] = ACTIONS(2933), - [anon_sym_noreturn] = ACTIONS(2933), - [anon_sym__Nonnull] = ACTIONS(2933), - [anon_sym_mutable] = ACTIONS(2933), - [anon_sym_constinit] = ACTIONS(2933), - [anon_sym_consteval] = ACTIONS(2933), - [anon_sym_PROGMEM] = ACTIONS(2933), - [anon_sym_alignas] = ACTIONS(2933), - [anon_sym__Alignas] = ACTIONS(2933), - [aux_sym_primitive_type_token1] = ACTIONS(2933), - [anon_sym_byte] = ACTIONS(2933), - [anon_sym_word] = ACTIONS(2933), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2933), - [anon_sym_union] = ACTIONS(2933), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2933), - [anon_sym_decltype] = ACTIONS(2933), - [anon_sym_explicit] = ACTIONS(2933), - [anon_sym_typename] = ACTIONS(2933), - [anon_sym_template] = ACTIONS(2933), - [anon_sym_operator] = ACTIONS(2933), - [anon_sym_friend] = ACTIONS(2933), - [anon_sym_public] = ACTIONS(2933), - [anon_sym_private] = ACTIONS(2933), - [anon_sym_protected] = ACTIONS(2933), - [anon_sym_using] = ACTIONS(2933), - [anon_sym_static_assert] = ACTIONS(2933), + [1826] = { + [sym_identifier] = ACTIONS(5598), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5600), + [anon_sym_COMMA] = ACTIONS(5600), + [anon_sym_RPAREN] = ACTIONS(5600), + [anon_sym_LPAREN2] = ACTIONS(5600), + [anon_sym_DASH] = ACTIONS(5598), + [anon_sym_PLUS] = ACTIONS(5598), + [anon_sym_STAR] = ACTIONS(5600), + [anon_sym_SLASH] = ACTIONS(5598), + [anon_sym_PERCENT] = ACTIONS(5600), + [anon_sym_PIPE_PIPE] = ACTIONS(5600), + [anon_sym_AMP_AMP] = ACTIONS(5600), + [anon_sym_PIPE] = ACTIONS(5598), + [anon_sym_CARET] = ACTIONS(5600), + [anon_sym_AMP] = ACTIONS(5598), + [anon_sym_EQ_EQ] = ACTIONS(5600), + [anon_sym_BANG_EQ] = ACTIONS(5600), + [anon_sym_GT] = ACTIONS(5598), + [anon_sym_GT_EQ] = ACTIONS(5600), + [anon_sym_LT_EQ] = ACTIONS(5598), + [anon_sym_LT] = ACTIONS(5598), + [anon_sym_LT_LT] = ACTIONS(5600), + [anon_sym_GT_GT] = ACTIONS(5600), + [anon_sym_SEMI] = ACTIONS(5600), + [anon_sym___extension__] = ACTIONS(5598), + [anon_sym___attribute__] = ACTIONS(5598), + [anon_sym___attribute] = ACTIONS(5598), + [anon_sym___based] = ACTIONS(5598), + [anon_sym_LBRACE] = ACTIONS(5600), + [anon_sym_RBRACE] = ACTIONS(5600), + [anon_sym_signed] = ACTIONS(5598), + [anon_sym_unsigned] = ACTIONS(5598), + [anon_sym_long] = ACTIONS(5598), + [anon_sym_short] = ACTIONS(5598), + [anon_sym_LBRACK] = ACTIONS(5600), + [anon_sym_RBRACK] = ACTIONS(5600), + [anon_sym_const] = ACTIONS(5598), + [anon_sym_constexpr] = ACTIONS(5598), + [anon_sym_volatile] = ACTIONS(5598), + [anon_sym_restrict] = ACTIONS(5598), + [anon_sym___restrict__] = ACTIONS(5598), + [anon_sym__Atomic] = ACTIONS(5598), + [anon_sym__Noreturn] = ACTIONS(5598), + [anon_sym_noreturn] = ACTIONS(5598), + [anon_sym__Nonnull] = ACTIONS(5598), + [anon_sym_mutable] = ACTIONS(5598), + [anon_sym_constinit] = ACTIONS(5598), + [anon_sym_consteval] = ACTIONS(5598), + [anon_sym_PROGMEM] = ACTIONS(5598), + [anon_sym_alignas] = ACTIONS(5598), + [anon_sym__Alignas] = ACTIONS(5598), + [aux_sym_primitive_type_token1] = ACTIONS(5598), + [anon_sym_byte] = ACTIONS(5598), + [anon_sym_word] = ACTIONS(5598), + [anon_sym_COLON] = ACTIONS(5600), + [anon_sym_QMARK] = ACTIONS(5600), + [anon_sym_LT_EQ_GT] = ACTIONS(5600), + [anon_sym_or] = ACTIONS(5598), + [anon_sym_and] = ACTIONS(5598), + [anon_sym_bitor] = ACTIONS(5598), + [anon_sym_xor] = ACTIONS(5598), + [anon_sym_bitand] = ACTIONS(5598), + [anon_sym_not_eq] = ACTIONS(5598), + [anon_sym_DASH_DASH] = ACTIONS(5600), + [anon_sym_PLUS_PLUS] = ACTIONS(5600), + [anon_sym_DOT] = ACTIONS(5598), + [anon_sym_DOT_STAR] = ACTIONS(5600), + [anon_sym_DASH_GT] = ACTIONS(5600), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5598), + [anon_sym_decltype] = ACTIONS(5598), + [anon_sym_final] = ACTIONS(5598), + [anon_sym_override] = ACTIONS(5598), + [anon_sym_requires] = ACTIONS(5598), }, - [1916] = { - [sym_identifier] = ACTIONS(5460), - [aux_sym_preproc_def_token1] = ACTIONS(5460), - [aux_sym_preproc_if_token1] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5460), - [sym_preproc_directive] = ACTIONS(5460), - [anon_sym_LPAREN2] = ACTIONS(5462), - [anon_sym_TILDE] = ACTIONS(5462), - [anon_sym_STAR] = ACTIONS(5462), - [anon_sym_AMP_AMP] = ACTIONS(5462), - [anon_sym_AMP] = ACTIONS(5460), - [anon_sym_SEMI] = ACTIONS(5462), - [anon_sym___extension__] = ACTIONS(5460), - [anon_sym_typedef] = ACTIONS(5460), - [anon_sym_virtual] = ACTIONS(5460), - [anon_sym_extern] = ACTIONS(5460), - [anon_sym___attribute__] = ACTIONS(5460), - [anon_sym___attribute] = ACTIONS(5460), - [anon_sym_COLON_COLON] = ACTIONS(5462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5462), - [anon_sym___declspec] = ACTIONS(5460), - [anon_sym___based] = ACTIONS(5460), - [anon_sym_RBRACE] = ACTIONS(5462), - [anon_sym_signed] = ACTIONS(5460), - [anon_sym_unsigned] = ACTIONS(5460), - [anon_sym_long] = ACTIONS(5460), - [anon_sym_short] = ACTIONS(5460), - [anon_sym_LBRACK] = ACTIONS(5460), - [anon_sym_static] = ACTIONS(5460), - [anon_sym_register] = ACTIONS(5460), - [anon_sym_inline] = ACTIONS(5460), - [anon_sym___inline] = ACTIONS(5460), - [anon_sym___inline__] = ACTIONS(5460), - [anon_sym___forceinline] = ACTIONS(5460), - [anon_sym_thread_local] = ACTIONS(5460), - [anon_sym___thread] = ACTIONS(5460), - [anon_sym_const] = ACTIONS(5460), - [anon_sym_constexpr] = ACTIONS(5460), - [anon_sym_volatile] = ACTIONS(5460), - [anon_sym_restrict] = ACTIONS(5460), - [anon_sym___restrict__] = ACTIONS(5460), - [anon_sym__Atomic] = ACTIONS(5460), - [anon_sym__Noreturn] = ACTIONS(5460), - [anon_sym_noreturn] = ACTIONS(5460), - [anon_sym__Nonnull] = ACTIONS(5460), - [anon_sym_mutable] = ACTIONS(5460), - [anon_sym_constinit] = ACTIONS(5460), - [anon_sym_consteval] = ACTIONS(5460), - [anon_sym_PROGMEM] = ACTIONS(5460), - [anon_sym_alignas] = ACTIONS(5460), - [anon_sym__Alignas] = ACTIONS(5460), - [aux_sym_primitive_type_token1] = ACTIONS(5460), - [anon_sym_byte] = ACTIONS(5460), - [anon_sym_word] = ACTIONS(5460), - [anon_sym_enum] = ACTIONS(5460), - [anon_sym_class] = ACTIONS(5460), - [anon_sym_struct] = ACTIONS(5460), - [anon_sym_union] = ACTIONS(5460), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5460), - [anon_sym_decltype] = ACTIONS(5460), - [anon_sym_explicit] = ACTIONS(5460), - [anon_sym_typename] = ACTIONS(5460), - [anon_sym_template] = ACTIONS(5460), - [anon_sym_operator] = ACTIONS(5460), - [anon_sym_friend] = ACTIONS(5460), - [anon_sym_public] = ACTIONS(5460), - [anon_sym_private] = ACTIONS(5460), - [anon_sym_protected] = ACTIONS(5460), - [anon_sym_using] = ACTIONS(5460), - [anon_sym_static_assert] = ACTIONS(5460), + [1827] = { + [sym_identifier] = ACTIONS(5602), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [anon_sym_RPAREN] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5604), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5604), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5604), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5604), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5604), + [anon_sym_GT_GT] = ACTIONS(5604), + [anon_sym_SEMI] = ACTIONS(5604), + [anon_sym___extension__] = ACTIONS(5602), + [anon_sym___attribute__] = ACTIONS(5602), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym___based] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_RBRACE] = ACTIONS(5604), + [anon_sym_signed] = ACTIONS(5602), + [anon_sym_unsigned] = ACTIONS(5602), + [anon_sym_long] = ACTIONS(5602), + [anon_sym_short] = ACTIONS(5602), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_RBRACK] = ACTIONS(5604), + [anon_sym_const] = ACTIONS(5602), + [anon_sym_constexpr] = ACTIONS(5602), + [anon_sym_volatile] = ACTIONS(5602), + [anon_sym_restrict] = ACTIONS(5602), + [anon_sym___restrict__] = ACTIONS(5602), + [anon_sym__Atomic] = ACTIONS(5602), + [anon_sym__Noreturn] = ACTIONS(5602), + [anon_sym_noreturn] = ACTIONS(5602), + [anon_sym__Nonnull] = ACTIONS(5602), + [anon_sym_mutable] = ACTIONS(5602), + [anon_sym_constinit] = ACTIONS(5602), + [anon_sym_consteval] = ACTIONS(5602), + [anon_sym_PROGMEM] = ACTIONS(5602), + [anon_sym_alignas] = ACTIONS(5602), + [anon_sym__Alignas] = ACTIONS(5602), + [aux_sym_primitive_type_token1] = ACTIONS(5602), + [anon_sym_byte] = ACTIONS(5602), + [anon_sym_word] = ACTIONS(5602), + [anon_sym_COLON] = ACTIONS(5604), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5602), + [anon_sym_and] = ACTIONS(5602), + [anon_sym_bitor] = ACTIONS(5602), + [anon_sym_xor] = ACTIONS(5602), + [anon_sym_bitand] = ACTIONS(5602), + [anon_sym_not_eq] = ACTIONS(5602), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5602), + [anon_sym_decltype] = ACTIONS(5602), + [anon_sym_final] = ACTIONS(5602), + [anon_sym_override] = ACTIONS(5602), + [anon_sym_requires] = ACTIONS(5602), }, - [1917] = { - [sym_identifier] = ACTIONS(5373), - [aux_sym_preproc_def_token1] = ACTIONS(5373), - [aux_sym_preproc_if_token1] = ACTIONS(5373), - [aux_sym_preproc_if_token2] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5373), - [sym_preproc_directive] = ACTIONS(5373), - [anon_sym_LPAREN2] = ACTIONS(5375), - [anon_sym_TILDE] = ACTIONS(5375), - [anon_sym_STAR] = ACTIONS(5375), - [anon_sym_AMP_AMP] = ACTIONS(5375), - [anon_sym_AMP] = ACTIONS(5373), - [anon_sym_SEMI] = ACTIONS(5375), - [anon_sym___extension__] = ACTIONS(5373), - [anon_sym_typedef] = ACTIONS(5373), - [anon_sym_virtual] = ACTIONS(5373), - [anon_sym_extern] = ACTIONS(5373), - [anon_sym___attribute__] = ACTIONS(5373), - [anon_sym___attribute] = ACTIONS(5373), - [anon_sym_COLON_COLON] = ACTIONS(5375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5375), - [anon_sym___declspec] = ACTIONS(5373), - [anon_sym___based] = ACTIONS(5373), - [anon_sym_signed] = ACTIONS(5373), - [anon_sym_unsigned] = ACTIONS(5373), - [anon_sym_long] = ACTIONS(5373), - [anon_sym_short] = ACTIONS(5373), - [anon_sym_LBRACK] = ACTIONS(5373), - [anon_sym_static] = ACTIONS(5373), - [anon_sym_register] = ACTIONS(5373), - [anon_sym_inline] = ACTIONS(5373), - [anon_sym___inline] = ACTIONS(5373), - [anon_sym___inline__] = ACTIONS(5373), - [anon_sym___forceinline] = ACTIONS(5373), - [anon_sym_thread_local] = ACTIONS(5373), - [anon_sym___thread] = ACTIONS(5373), - [anon_sym_const] = ACTIONS(5373), - [anon_sym_constexpr] = ACTIONS(5373), - [anon_sym_volatile] = ACTIONS(5373), - [anon_sym_restrict] = ACTIONS(5373), - [anon_sym___restrict__] = ACTIONS(5373), - [anon_sym__Atomic] = ACTIONS(5373), - [anon_sym__Noreturn] = ACTIONS(5373), - [anon_sym_noreturn] = ACTIONS(5373), - [anon_sym__Nonnull] = ACTIONS(5373), - [anon_sym_mutable] = ACTIONS(5373), - [anon_sym_constinit] = ACTIONS(5373), - [anon_sym_consteval] = ACTIONS(5373), - [anon_sym_PROGMEM] = ACTIONS(5373), - [anon_sym_alignas] = ACTIONS(5373), - [anon_sym__Alignas] = ACTIONS(5373), - [aux_sym_primitive_type_token1] = ACTIONS(5373), - [anon_sym_byte] = ACTIONS(5373), - [anon_sym_word] = ACTIONS(5373), - [anon_sym_enum] = ACTIONS(5373), - [anon_sym_class] = ACTIONS(5373), - [anon_sym_struct] = ACTIONS(5373), - [anon_sym_union] = ACTIONS(5373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5373), - [anon_sym_decltype] = ACTIONS(5373), - [anon_sym_explicit] = ACTIONS(5373), - [anon_sym_typename] = ACTIONS(5373), - [anon_sym_template] = ACTIONS(5373), - [anon_sym_operator] = ACTIONS(5373), - [anon_sym_friend] = ACTIONS(5373), - [anon_sym_public] = ACTIONS(5373), - [anon_sym_private] = ACTIONS(5373), - [anon_sym_protected] = ACTIONS(5373), - [anon_sym_using] = ACTIONS(5373), - [anon_sym_static_assert] = ACTIONS(5373), + [1828] = { + [sym_identifier] = ACTIONS(5606), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5608), + [anon_sym_COMMA] = ACTIONS(5608), + [anon_sym_RPAREN] = ACTIONS(5608), + [anon_sym_LPAREN2] = ACTIONS(5608), + [anon_sym_DASH] = ACTIONS(5606), + [anon_sym_PLUS] = ACTIONS(5606), + [anon_sym_STAR] = ACTIONS(5608), + [anon_sym_SLASH] = ACTIONS(5606), + [anon_sym_PERCENT] = ACTIONS(5608), + [anon_sym_PIPE_PIPE] = ACTIONS(5608), + [anon_sym_AMP_AMP] = ACTIONS(5608), + [anon_sym_PIPE] = ACTIONS(5606), + [anon_sym_CARET] = ACTIONS(5608), + [anon_sym_AMP] = ACTIONS(5606), + [anon_sym_EQ_EQ] = ACTIONS(5608), + [anon_sym_BANG_EQ] = ACTIONS(5608), + [anon_sym_GT] = ACTIONS(5606), + [anon_sym_GT_EQ] = ACTIONS(5608), + [anon_sym_LT_EQ] = ACTIONS(5606), + [anon_sym_LT] = ACTIONS(5606), + [anon_sym_LT_LT] = ACTIONS(5608), + [anon_sym_GT_GT] = ACTIONS(5608), + [anon_sym_SEMI] = ACTIONS(5608), + [anon_sym___extension__] = ACTIONS(5606), + [anon_sym___attribute__] = ACTIONS(5606), + [anon_sym___attribute] = ACTIONS(5606), + [anon_sym___based] = ACTIONS(5606), + [anon_sym_LBRACE] = ACTIONS(5608), + [anon_sym_RBRACE] = ACTIONS(5608), + [anon_sym_signed] = ACTIONS(5606), + [anon_sym_unsigned] = ACTIONS(5606), + [anon_sym_long] = ACTIONS(5606), + [anon_sym_short] = ACTIONS(5606), + [anon_sym_LBRACK] = ACTIONS(5608), + [anon_sym_RBRACK] = ACTIONS(5608), + [anon_sym_const] = ACTIONS(5606), + [anon_sym_constexpr] = ACTIONS(5606), + [anon_sym_volatile] = ACTIONS(5606), + [anon_sym_restrict] = ACTIONS(5606), + [anon_sym___restrict__] = ACTIONS(5606), + [anon_sym__Atomic] = ACTIONS(5606), + [anon_sym__Noreturn] = ACTIONS(5606), + [anon_sym_noreturn] = ACTIONS(5606), + [anon_sym__Nonnull] = ACTIONS(5606), + [anon_sym_mutable] = ACTIONS(5606), + [anon_sym_constinit] = ACTIONS(5606), + [anon_sym_consteval] = ACTIONS(5606), + [anon_sym_PROGMEM] = ACTIONS(5606), + [anon_sym_alignas] = ACTIONS(5606), + [anon_sym__Alignas] = ACTIONS(5606), + [aux_sym_primitive_type_token1] = ACTIONS(5606), + [anon_sym_byte] = ACTIONS(5606), + [anon_sym_word] = ACTIONS(5606), + [anon_sym_COLON] = ACTIONS(5608), + [anon_sym_QMARK] = ACTIONS(5608), + [anon_sym_LT_EQ_GT] = ACTIONS(5608), + [anon_sym_or] = ACTIONS(5606), + [anon_sym_and] = ACTIONS(5606), + [anon_sym_bitor] = ACTIONS(5606), + [anon_sym_xor] = ACTIONS(5606), + [anon_sym_bitand] = ACTIONS(5606), + [anon_sym_not_eq] = ACTIONS(5606), + [anon_sym_DASH_DASH] = ACTIONS(5608), + [anon_sym_PLUS_PLUS] = ACTIONS(5608), + [anon_sym_DOT] = ACTIONS(5606), + [anon_sym_DOT_STAR] = ACTIONS(5608), + [anon_sym_DASH_GT] = ACTIONS(5608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5606), + [anon_sym_decltype] = ACTIONS(5606), + [anon_sym_final] = ACTIONS(5606), + [anon_sym_override] = ACTIONS(5606), + [anon_sym_requires] = ACTIONS(5606), }, - [1918] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token2] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), + [1829] = { + [sym_identifier] = ACTIONS(5492), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), + [anon_sym_COMMA] = ACTIONS(5494), + [anon_sym_RPAREN] = ACTIONS(5494), + [anon_sym_LPAREN2] = ACTIONS(5494), + [anon_sym_DASH] = ACTIONS(5492), + [anon_sym_PLUS] = ACTIONS(5492), + [anon_sym_STAR] = ACTIONS(5494), + [anon_sym_SLASH] = ACTIONS(5492), + [anon_sym_PERCENT] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5494), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE] = ACTIONS(5492), + [anon_sym_CARET] = ACTIONS(5494), + [anon_sym_AMP] = ACTIONS(5492), + [anon_sym_EQ_EQ] = ACTIONS(5494), + [anon_sym_BANG_EQ] = ACTIONS(5494), + [anon_sym_GT] = ACTIONS(5492), + [anon_sym_GT_EQ] = ACTIONS(5494), + [anon_sym_LT_EQ] = ACTIONS(5492), + [anon_sym_LT] = ACTIONS(5492), + [anon_sym_LT_LT] = ACTIONS(5494), + [anon_sym_GT_GT] = ACTIONS(5494), + [anon_sym_SEMI] = ACTIONS(5494), + [anon_sym___extension__] = ACTIONS(5492), + [anon_sym___attribute__] = ACTIONS(5492), + [anon_sym___attribute] = ACTIONS(5492), + [anon_sym___based] = ACTIONS(5492), + [anon_sym_LBRACE] = ACTIONS(5494), + [anon_sym_RBRACE] = ACTIONS(5494), + [anon_sym_signed] = ACTIONS(5492), + [anon_sym_unsigned] = ACTIONS(5492), + [anon_sym_long] = ACTIONS(5492), + [anon_sym_short] = ACTIONS(5492), + [anon_sym_LBRACK] = ACTIONS(5494), + [anon_sym_RBRACK] = ACTIONS(5494), + [anon_sym_const] = ACTIONS(5492), + [anon_sym_constexpr] = ACTIONS(5492), + [anon_sym_volatile] = ACTIONS(5492), + [anon_sym_restrict] = ACTIONS(5492), + [anon_sym___restrict__] = ACTIONS(5492), + [anon_sym__Atomic] = ACTIONS(5492), + [anon_sym__Noreturn] = ACTIONS(5492), + [anon_sym_noreturn] = ACTIONS(5492), + [anon_sym__Nonnull] = ACTIONS(5492), + [anon_sym_mutable] = ACTIONS(5492), + [anon_sym_constinit] = ACTIONS(5492), + [anon_sym_consteval] = ACTIONS(5492), + [anon_sym_PROGMEM] = ACTIONS(5492), + [anon_sym_alignas] = ACTIONS(5492), + [anon_sym__Alignas] = ACTIONS(5492), + [aux_sym_primitive_type_token1] = ACTIONS(5492), + [anon_sym_byte] = ACTIONS(5492), + [anon_sym_word] = ACTIONS(5492), + [anon_sym_COLON] = ACTIONS(5494), + [anon_sym_QMARK] = ACTIONS(5494), + [anon_sym_LT_EQ_GT] = ACTIONS(5494), + [anon_sym_or] = ACTIONS(5492), + [anon_sym_and] = ACTIONS(5492), + [anon_sym_bitor] = ACTIONS(5492), + [anon_sym_xor] = ACTIONS(5492), + [anon_sym_bitand] = ACTIONS(5492), + [anon_sym_not_eq] = ACTIONS(5492), + [anon_sym_DASH_DASH] = ACTIONS(5494), + [anon_sym_PLUS_PLUS] = ACTIONS(5494), + [anon_sym_DOT] = ACTIONS(5492), + [anon_sym_DOT_STAR] = ACTIONS(5494), + [anon_sym_DASH_GT] = ACTIONS(5494), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5492), + [anon_sym_decltype] = ACTIONS(5492), + [anon_sym_final] = ACTIONS(5492), + [anon_sym_override] = ACTIONS(5492), + [anon_sym_requires] = ACTIONS(5492), }, - [1919] = { - [sym_identifier] = ACTIONS(5345), - [aux_sym_preproc_def_token1] = ACTIONS(5345), - [aux_sym_preproc_if_token1] = ACTIONS(5345), - [aux_sym_preproc_if_token2] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5345), - [sym_preproc_directive] = ACTIONS(5345), - [anon_sym_LPAREN2] = ACTIONS(5347), - [anon_sym_TILDE] = ACTIONS(5347), - [anon_sym_STAR] = ACTIONS(5347), - [anon_sym_AMP_AMP] = ACTIONS(5347), - [anon_sym_AMP] = ACTIONS(5345), - [anon_sym_SEMI] = ACTIONS(5347), - [anon_sym___extension__] = ACTIONS(5345), - [anon_sym_typedef] = ACTIONS(5345), - [anon_sym_virtual] = ACTIONS(5345), - [anon_sym_extern] = ACTIONS(5345), - [anon_sym___attribute__] = ACTIONS(5345), - [anon_sym___attribute] = ACTIONS(5345), - [anon_sym_COLON_COLON] = ACTIONS(5347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5347), - [anon_sym___declspec] = ACTIONS(5345), - [anon_sym___based] = ACTIONS(5345), - [anon_sym_signed] = ACTIONS(5345), - [anon_sym_unsigned] = ACTIONS(5345), - [anon_sym_long] = ACTIONS(5345), - [anon_sym_short] = ACTIONS(5345), - [anon_sym_LBRACK] = ACTIONS(5345), - [anon_sym_static] = ACTIONS(5345), - [anon_sym_register] = ACTIONS(5345), - [anon_sym_inline] = ACTIONS(5345), - [anon_sym___inline] = ACTIONS(5345), - [anon_sym___inline__] = ACTIONS(5345), - [anon_sym___forceinline] = ACTIONS(5345), - [anon_sym_thread_local] = ACTIONS(5345), - [anon_sym___thread] = ACTIONS(5345), - [anon_sym_const] = ACTIONS(5345), - [anon_sym_constexpr] = ACTIONS(5345), - [anon_sym_volatile] = ACTIONS(5345), - [anon_sym_restrict] = ACTIONS(5345), - [anon_sym___restrict__] = ACTIONS(5345), - [anon_sym__Atomic] = ACTIONS(5345), - [anon_sym__Noreturn] = ACTIONS(5345), - [anon_sym_noreturn] = ACTIONS(5345), - [anon_sym__Nonnull] = ACTIONS(5345), - [anon_sym_mutable] = ACTIONS(5345), - [anon_sym_constinit] = ACTIONS(5345), - [anon_sym_consteval] = ACTIONS(5345), - [anon_sym_PROGMEM] = ACTIONS(5345), - [anon_sym_alignas] = ACTIONS(5345), - [anon_sym__Alignas] = ACTIONS(5345), - [aux_sym_primitive_type_token1] = ACTIONS(5345), - [anon_sym_byte] = ACTIONS(5345), - [anon_sym_word] = ACTIONS(5345), - [anon_sym_enum] = ACTIONS(5345), - [anon_sym_class] = ACTIONS(5345), - [anon_sym_struct] = ACTIONS(5345), - [anon_sym_union] = ACTIONS(5345), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5345), - [anon_sym_decltype] = ACTIONS(5345), - [anon_sym_explicit] = ACTIONS(5345), - [anon_sym_typename] = ACTIONS(5345), - [anon_sym_template] = ACTIONS(5345), - [anon_sym_operator] = ACTIONS(5345), - [anon_sym_friend] = ACTIONS(5345), - [anon_sym_public] = ACTIONS(5345), - [anon_sym_private] = ACTIONS(5345), - [anon_sym_protected] = ACTIONS(5345), - [anon_sym_using] = ACTIONS(5345), - [anon_sym_static_assert] = ACTIONS(5345), + [1830] = { + [sym_identifier] = ACTIONS(5610), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5612), + [anon_sym_COMMA] = ACTIONS(5612), + [anon_sym_RPAREN] = ACTIONS(5612), + [anon_sym_LPAREN2] = ACTIONS(5612), + [anon_sym_DASH] = ACTIONS(5610), + [anon_sym_PLUS] = ACTIONS(5610), + [anon_sym_STAR] = ACTIONS(5612), + [anon_sym_SLASH] = ACTIONS(5610), + [anon_sym_PERCENT] = ACTIONS(5612), + [anon_sym_PIPE_PIPE] = ACTIONS(5612), + [anon_sym_AMP_AMP] = ACTIONS(5612), + [anon_sym_PIPE] = ACTIONS(5610), + [anon_sym_CARET] = ACTIONS(5612), + [anon_sym_AMP] = ACTIONS(5610), + [anon_sym_EQ_EQ] = ACTIONS(5612), + [anon_sym_BANG_EQ] = ACTIONS(5612), + [anon_sym_GT] = ACTIONS(5610), + [anon_sym_GT_EQ] = ACTIONS(5612), + [anon_sym_LT_EQ] = ACTIONS(5610), + [anon_sym_LT] = ACTIONS(5610), + [anon_sym_LT_LT] = ACTIONS(5612), + [anon_sym_GT_GT] = ACTIONS(5612), + [anon_sym_SEMI] = ACTIONS(5612), + [anon_sym___extension__] = ACTIONS(5610), + [anon_sym___attribute__] = ACTIONS(5610), + [anon_sym___attribute] = ACTIONS(5610), + [anon_sym___based] = ACTIONS(5610), + [anon_sym_LBRACE] = ACTIONS(5612), + [anon_sym_RBRACE] = ACTIONS(5612), + [anon_sym_signed] = ACTIONS(5610), + [anon_sym_unsigned] = ACTIONS(5610), + [anon_sym_long] = ACTIONS(5610), + [anon_sym_short] = ACTIONS(5610), + [anon_sym_LBRACK] = ACTIONS(5612), + [anon_sym_RBRACK] = ACTIONS(5612), + [anon_sym_const] = ACTIONS(5610), + [anon_sym_constexpr] = ACTIONS(5610), + [anon_sym_volatile] = ACTIONS(5610), + [anon_sym_restrict] = ACTIONS(5610), + [anon_sym___restrict__] = ACTIONS(5610), + [anon_sym__Atomic] = ACTIONS(5610), + [anon_sym__Noreturn] = ACTIONS(5610), + [anon_sym_noreturn] = ACTIONS(5610), + [anon_sym__Nonnull] = ACTIONS(5610), + [anon_sym_mutable] = ACTIONS(5610), + [anon_sym_constinit] = ACTIONS(5610), + [anon_sym_consteval] = ACTIONS(5610), + [anon_sym_PROGMEM] = ACTIONS(5610), + [anon_sym_alignas] = ACTIONS(5610), + [anon_sym__Alignas] = ACTIONS(5610), + [aux_sym_primitive_type_token1] = ACTIONS(5610), + [anon_sym_byte] = ACTIONS(5610), + [anon_sym_word] = ACTIONS(5610), + [anon_sym_COLON] = ACTIONS(5612), + [anon_sym_QMARK] = ACTIONS(5612), + [anon_sym_LT_EQ_GT] = ACTIONS(5612), + [anon_sym_or] = ACTIONS(5610), + [anon_sym_and] = ACTIONS(5610), + [anon_sym_bitor] = ACTIONS(5610), + [anon_sym_xor] = ACTIONS(5610), + [anon_sym_bitand] = ACTIONS(5610), + [anon_sym_not_eq] = ACTIONS(5610), + [anon_sym_DASH_DASH] = ACTIONS(5612), + [anon_sym_PLUS_PLUS] = ACTIONS(5612), + [anon_sym_DOT] = ACTIONS(5610), + [anon_sym_DOT_STAR] = ACTIONS(5612), + [anon_sym_DASH_GT] = ACTIONS(5612), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5610), + [anon_sym_decltype] = ACTIONS(5610), + [anon_sym_final] = ACTIONS(5610), + [anon_sym_override] = ACTIONS(5610), + [anon_sym_requires] = ACTIONS(5610), }, - [1920] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_RBRACE] = ACTIONS(3043), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_friend] = ACTIONS(3041), - [anon_sym_public] = ACTIONS(3041), - [anon_sym_private] = ACTIONS(3041), - [anon_sym_protected] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), + [1831] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_RPAREN] = ACTIONS(4880), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4878), + [anon_sym___extension__] = ACTIONS(4883), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4878), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4883), + [anon_sym_volatile] = ACTIONS(4883), + [anon_sym_restrict] = ACTIONS(4883), + [anon_sym___restrict__] = ACTIONS(4883), + [anon_sym__Atomic] = ACTIONS(4883), + [anon_sym__Noreturn] = ACTIONS(4883), + [anon_sym_noreturn] = ACTIONS(4883), + [anon_sym__Nonnull] = ACTIONS(4883), + [anon_sym_mutable] = ACTIONS(4883), + [anon_sym_constinit] = ACTIONS(4883), + [anon_sym_consteval] = ACTIONS(4883), + [anon_sym_PROGMEM] = ACTIONS(4883), + [anon_sym_alignas] = ACTIONS(4883), + [anon_sym__Alignas] = ACTIONS(4883), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4878), + [anon_sym_or_eq] = ACTIONS(4878), + [anon_sym_xor_eq] = ACTIONS(4878), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4878), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4878), + [anon_sym_not_eq] = ACTIONS(4878), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4885), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4883), + [anon_sym_decltype] = ACTIONS(4883), + [anon_sym_DASH_GT_STAR] = ACTIONS(4878), }, - [1921] = { - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token2] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), + [1832] = { + [sym_identifier] = ACTIONS(5614), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5616), + [anon_sym_COMMA] = ACTIONS(5616), + [anon_sym_RPAREN] = ACTIONS(5616), + [anon_sym_LPAREN2] = ACTIONS(5616), + [anon_sym_DASH] = ACTIONS(5614), + [anon_sym_PLUS] = ACTIONS(5614), + [anon_sym_STAR] = ACTIONS(5616), + [anon_sym_SLASH] = ACTIONS(5614), + [anon_sym_PERCENT] = ACTIONS(5616), + [anon_sym_PIPE_PIPE] = ACTIONS(5616), + [anon_sym_AMP_AMP] = ACTIONS(5616), + [anon_sym_PIPE] = ACTIONS(5614), + [anon_sym_CARET] = ACTIONS(5616), + [anon_sym_AMP] = ACTIONS(5614), + [anon_sym_EQ_EQ] = ACTIONS(5616), + [anon_sym_BANG_EQ] = ACTIONS(5616), + [anon_sym_GT] = ACTIONS(5614), + [anon_sym_GT_EQ] = ACTIONS(5616), + [anon_sym_LT_EQ] = ACTIONS(5614), + [anon_sym_LT] = ACTIONS(5614), + [anon_sym_LT_LT] = ACTIONS(5616), + [anon_sym_GT_GT] = ACTIONS(5616), + [anon_sym_SEMI] = ACTIONS(5616), + [anon_sym___extension__] = ACTIONS(5614), + [anon_sym___attribute__] = ACTIONS(5614), + [anon_sym___attribute] = ACTIONS(5614), + [anon_sym___based] = ACTIONS(5614), + [anon_sym_LBRACE] = ACTIONS(5616), + [anon_sym_RBRACE] = ACTIONS(5616), + [anon_sym_signed] = ACTIONS(5614), + [anon_sym_unsigned] = ACTIONS(5614), + [anon_sym_long] = ACTIONS(5614), + [anon_sym_short] = ACTIONS(5614), + [anon_sym_LBRACK] = ACTIONS(5616), + [anon_sym_RBRACK] = ACTIONS(5616), + [anon_sym_const] = ACTIONS(5614), + [anon_sym_constexpr] = ACTIONS(5614), + [anon_sym_volatile] = ACTIONS(5614), + [anon_sym_restrict] = ACTIONS(5614), + [anon_sym___restrict__] = ACTIONS(5614), + [anon_sym__Atomic] = ACTIONS(5614), + [anon_sym__Noreturn] = ACTIONS(5614), + [anon_sym_noreturn] = ACTIONS(5614), + [anon_sym__Nonnull] = ACTIONS(5614), + [anon_sym_mutable] = ACTIONS(5614), + [anon_sym_constinit] = ACTIONS(5614), + [anon_sym_consteval] = ACTIONS(5614), + [anon_sym_PROGMEM] = ACTIONS(5614), + [anon_sym_alignas] = ACTIONS(5614), + [anon_sym__Alignas] = ACTIONS(5614), + [aux_sym_primitive_type_token1] = ACTIONS(5614), + [anon_sym_byte] = ACTIONS(5614), + [anon_sym_word] = ACTIONS(5614), + [anon_sym_COLON] = ACTIONS(5616), + [anon_sym_QMARK] = ACTIONS(5616), + [anon_sym_LT_EQ_GT] = ACTIONS(5616), + [anon_sym_or] = ACTIONS(5614), + [anon_sym_and] = ACTIONS(5614), + [anon_sym_bitor] = ACTIONS(5614), + [anon_sym_xor] = ACTIONS(5614), + [anon_sym_bitand] = ACTIONS(5614), + [anon_sym_not_eq] = ACTIONS(5614), + [anon_sym_DASH_DASH] = ACTIONS(5616), + [anon_sym_PLUS_PLUS] = ACTIONS(5616), + [anon_sym_DOT] = ACTIONS(5614), + [anon_sym_DOT_STAR] = ACTIONS(5616), + [anon_sym_DASH_GT] = ACTIONS(5616), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_friend] = ACTIONS(3060), - [anon_sym_public] = ACTIONS(3060), - [anon_sym_private] = ACTIONS(3060), - [anon_sym_protected] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), + [sym_auto] = ACTIONS(5614), + [anon_sym_decltype] = ACTIONS(5614), + [anon_sym_final] = ACTIONS(5614), + [anon_sym_override] = ACTIONS(5614), + [anon_sym_requires] = ACTIONS(5614), }, - [1922] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token2] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_friend] = ACTIONS(2959), - [anon_sym_public] = ACTIONS(2959), - [anon_sym_private] = ACTIONS(2959), - [anon_sym_protected] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), + [1833] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4769), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1923] = { - [sym_identifier] = ACTIONS(5325), - [aux_sym_preproc_def_token1] = ACTIONS(5325), - [aux_sym_preproc_if_token1] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5325), - [sym_preproc_directive] = ACTIONS(5325), - [anon_sym_LPAREN2] = ACTIONS(5327), - [anon_sym_TILDE] = ACTIONS(5327), - [anon_sym_STAR] = ACTIONS(5327), - [anon_sym_AMP_AMP] = ACTIONS(5327), - [anon_sym_AMP] = ACTIONS(5325), - [anon_sym_SEMI] = ACTIONS(5327), - [anon_sym___extension__] = ACTIONS(5325), - [anon_sym_typedef] = ACTIONS(5325), - [anon_sym_virtual] = ACTIONS(5325), - [anon_sym_extern] = ACTIONS(5325), - [anon_sym___attribute__] = ACTIONS(5325), - [anon_sym___attribute] = ACTIONS(5325), - [anon_sym_COLON_COLON] = ACTIONS(5327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5327), - [anon_sym___declspec] = ACTIONS(5325), - [anon_sym___based] = ACTIONS(5325), - [anon_sym_RBRACE] = ACTIONS(5327), - [anon_sym_signed] = ACTIONS(5325), - [anon_sym_unsigned] = ACTIONS(5325), - [anon_sym_long] = ACTIONS(5325), - [anon_sym_short] = ACTIONS(5325), - [anon_sym_LBRACK] = ACTIONS(5325), - [anon_sym_static] = ACTIONS(5325), - [anon_sym_register] = ACTIONS(5325), - [anon_sym_inline] = ACTIONS(5325), - [anon_sym___inline] = ACTIONS(5325), - [anon_sym___inline__] = ACTIONS(5325), - [anon_sym___forceinline] = ACTIONS(5325), - [anon_sym_thread_local] = ACTIONS(5325), - [anon_sym___thread] = ACTIONS(5325), - [anon_sym_const] = ACTIONS(5325), - [anon_sym_constexpr] = ACTIONS(5325), - [anon_sym_volatile] = ACTIONS(5325), - [anon_sym_restrict] = ACTIONS(5325), - [anon_sym___restrict__] = ACTIONS(5325), - [anon_sym__Atomic] = ACTIONS(5325), - [anon_sym__Noreturn] = ACTIONS(5325), - [anon_sym_noreturn] = ACTIONS(5325), - [anon_sym__Nonnull] = ACTIONS(5325), - [anon_sym_mutable] = ACTIONS(5325), - [anon_sym_constinit] = ACTIONS(5325), - [anon_sym_consteval] = ACTIONS(5325), - [anon_sym_PROGMEM] = ACTIONS(5325), - [anon_sym_alignas] = ACTIONS(5325), - [anon_sym__Alignas] = ACTIONS(5325), - [aux_sym_primitive_type_token1] = ACTIONS(5325), - [anon_sym_byte] = ACTIONS(5325), - [anon_sym_word] = ACTIONS(5325), - [anon_sym_enum] = ACTIONS(5325), - [anon_sym_class] = ACTIONS(5325), - [anon_sym_struct] = ACTIONS(5325), - [anon_sym_union] = ACTIONS(5325), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5325), - [anon_sym_decltype] = ACTIONS(5325), - [anon_sym_explicit] = ACTIONS(5325), - [anon_sym_typename] = ACTIONS(5325), - [anon_sym_template] = ACTIONS(5325), - [anon_sym_operator] = ACTIONS(5325), - [anon_sym_friend] = ACTIONS(5325), - [anon_sym_public] = ACTIONS(5325), - [anon_sym_private] = ACTIONS(5325), - [anon_sym_protected] = ACTIONS(5325), - [anon_sym_using] = ACTIONS(5325), - [anon_sym_static_assert] = ACTIONS(5325), + [1834] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4814), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1924] = { - [sym_identifier] = ACTIONS(3052), - [aux_sym_preproc_def_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), - [sym_preproc_directive] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym___extension__] = ACTIONS(3052), - [anon_sym_typedef] = ACTIONS(3052), - [anon_sym_virtual] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym___attribute__] = ACTIONS(3052), - [anon_sym___attribute] = ACTIONS(3052), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3052), - [anon_sym___based] = ACTIONS(3052), - [anon_sym_RBRACE] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3052), - [anon_sym_unsigned] = ACTIONS(3052), - [anon_sym_long] = ACTIONS(3052), - [anon_sym_short] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_register] = ACTIONS(3052), - [anon_sym_inline] = ACTIONS(3052), - [anon_sym___inline] = ACTIONS(3052), - [anon_sym___inline__] = ACTIONS(3052), - [anon_sym___forceinline] = ACTIONS(3052), - [anon_sym_thread_local] = ACTIONS(3052), - [anon_sym___thread] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_constexpr] = ACTIONS(3052), - [anon_sym_volatile] = ACTIONS(3052), - [anon_sym_restrict] = ACTIONS(3052), - [anon_sym___restrict__] = ACTIONS(3052), - [anon_sym__Atomic] = ACTIONS(3052), - [anon_sym__Noreturn] = ACTIONS(3052), - [anon_sym_noreturn] = ACTIONS(3052), - [anon_sym__Nonnull] = ACTIONS(3052), - [anon_sym_mutable] = ACTIONS(3052), - [anon_sym_constinit] = ACTIONS(3052), - [anon_sym_consteval] = ACTIONS(3052), - [anon_sym_PROGMEM] = ACTIONS(3052), - [anon_sym_alignas] = ACTIONS(3052), - [anon_sym__Alignas] = ACTIONS(3052), - [aux_sym_primitive_type_token1] = ACTIONS(3052), - [anon_sym_byte] = ACTIONS(3052), - [anon_sym_word] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_class] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), + [1835] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6280), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6723), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6723), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3052), - [anon_sym_decltype] = ACTIONS(3052), - [anon_sym_explicit] = ACTIONS(3052), - [anon_sym_typename] = ACTIONS(3052), - [anon_sym_template] = ACTIONS(3052), - [anon_sym_operator] = ACTIONS(3052), - [anon_sym_friend] = ACTIONS(3052), - [anon_sym_public] = ACTIONS(3052), - [anon_sym_private] = ACTIONS(3052), - [anon_sym_protected] = ACTIONS(3052), - [anon_sym_using] = ACTIONS(3052), - [anon_sym_static_assert] = ACTIONS(3052), - }, - [1925] = { - [sym_identifier] = ACTIONS(5353), - [aux_sym_preproc_def_token1] = ACTIONS(5353), - [aux_sym_preproc_if_token1] = ACTIONS(5353), - [aux_sym_preproc_if_token2] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5353), - [sym_preproc_directive] = ACTIONS(5353), - [anon_sym_LPAREN2] = ACTIONS(5355), - [anon_sym_TILDE] = ACTIONS(5355), - [anon_sym_STAR] = ACTIONS(5355), - [anon_sym_AMP_AMP] = ACTIONS(5355), - [anon_sym_AMP] = ACTIONS(5353), - [anon_sym_SEMI] = ACTIONS(5355), - [anon_sym___extension__] = ACTIONS(5353), - [anon_sym_typedef] = ACTIONS(5353), - [anon_sym_virtual] = ACTIONS(5353), - [anon_sym_extern] = ACTIONS(5353), - [anon_sym___attribute__] = ACTIONS(5353), - [anon_sym___attribute] = ACTIONS(5353), - [anon_sym_COLON_COLON] = ACTIONS(5355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5355), - [anon_sym___declspec] = ACTIONS(5353), - [anon_sym___based] = ACTIONS(5353), - [anon_sym_signed] = ACTIONS(5353), - [anon_sym_unsigned] = ACTIONS(5353), - [anon_sym_long] = ACTIONS(5353), - [anon_sym_short] = ACTIONS(5353), - [anon_sym_LBRACK] = ACTIONS(5353), - [anon_sym_static] = ACTIONS(5353), - [anon_sym_register] = ACTIONS(5353), - [anon_sym_inline] = ACTIONS(5353), - [anon_sym___inline] = ACTIONS(5353), - [anon_sym___inline__] = ACTIONS(5353), - [anon_sym___forceinline] = ACTIONS(5353), - [anon_sym_thread_local] = ACTIONS(5353), - [anon_sym___thread] = ACTIONS(5353), - [anon_sym_const] = ACTIONS(5353), - [anon_sym_constexpr] = ACTIONS(5353), - [anon_sym_volatile] = ACTIONS(5353), - [anon_sym_restrict] = ACTIONS(5353), - [anon_sym___restrict__] = ACTIONS(5353), - [anon_sym__Atomic] = ACTIONS(5353), - [anon_sym__Noreturn] = ACTIONS(5353), - [anon_sym_noreturn] = ACTIONS(5353), - [anon_sym__Nonnull] = ACTIONS(5353), - [anon_sym_mutable] = ACTIONS(5353), - [anon_sym_constinit] = ACTIONS(5353), - [anon_sym_consteval] = ACTIONS(5353), - [anon_sym_PROGMEM] = ACTIONS(5353), - [anon_sym_alignas] = ACTIONS(5353), - [anon_sym__Alignas] = ACTIONS(5353), - [aux_sym_primitive_type_token1] = ACTIONS(5353), - [anon_sym_byte] = ACTIONS(5353), - [anon_sym_word] = ACTIONS(5353), - [anon_sym_enum] = ACTIONS(5353), - [anon_sym_class] = ACTIONS(5353), - [anon_sym_struct] = ACTIONS(5353), - [anon_sym_union] = ACTIONS(5353), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5353), - [anon_sym_decltype] = ACTIONS(5353), - [anon_sym_explicit] = ACTIONS(5353), - [anon_sym_typename] = ACTIONS(5353), - [anon_sym_template] = ACTIONS(5353), - [anon_sym_operator] = ACTIONS(5353), - [anon_sym_friend] = ACTIONS(5353), - [anon_sym_public] = ACTIONS(5353), - [anon_sym_private] = ACTIONS(5353), - [anon_sym_protected] = ACTIONS(5353), - [anon_sym_using] = ACTIONS(5353), - [anon_sym_static_assert] = ACTIONS(5353), - }, - [1926] = { - [sym_identifier] = ACTIONS(5452), - [aux_sym_preproc_def_token1] = ACTIONS(5452), - [aux_sym_preproc_if_token1] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5452), - [sym_preproc_directive] = ACTIONS(5452), - [anon_sym_LPAREN2] = ACTIONS(5454), - [anon_sym_TILDE] = ACTIONS(5454), - [anon_sym_STAR] = ACTIONS(5454), - [anon_sym_AMP_AMP] = ACTIONS(5454), - [anon_sym_AMP] = ACTIONS(5452), - [anon_sym_SEMI] = ACTIONS(5454), - [anon_sym___extension__] = ACTIONS(5452), - [anon_sym_typedef] = ACTIONS(5452), - [anon_sym_virtual] = ACTIONS(5452), - [anon_sym_extern] = ACTIONS(5452), - [anon_sym___attribute__] = ACTIONS(5452), - [anon_sym___attribute] = ACTIONS(5452), - [anon_sym_COLON_COLON] = ACTIONS(5454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5454), - [anon_sym___declspec] = ACTIONS(5452), - [anon_sym___based] = ACTIONS(5452), - [anon_sym_RBRACE] = ACTIONS(5454), - [anon_sym_signed] = ACTIONS(5452), - [anon_sym_unsigned] = ACTIONS(5452), - [anon_sym_long] = ACTIONS(5452), - [anon_sym_short] = ACTIONS(5452), - [anon_sym_LBRACK] = ACTIONS(5452), - [anon_sym_static] = ACTIONS(5452), - [anon_sym_register] = ACTIONS(5452), - [anon_sym_inline] = ACTIONS(5452), - [anon_sym___inline] = ACTIONS(5452), - [anon_sym___inline__] = ACTIONS(5452), - [anon_sym___forceinline] = ACTIONS(5452), - [anon_sym_thread_local] = ACTIONS(5452), - [anon_sym___thread] = ACTIONS(5452), - [anon_sym_const] = ACTIONS(5452), - [anon_sym_constexpr] = ACTIONS(5452), - [anon_sym_volatile] = ACTIONS(5452), - [anon_sym_restrict] = ACTIONS(5452), - [anon_sym___restrict__] = ACTIONS(5452), - [anon_sym__Atomic] = ACTIONS(5452), - [anon_sym__Noreturn] = ACTIONS(5452), - [anon_sym_noreturn] = ACTIONS(5452), - [anon_sym__Nonnull] = ACTIONS(5452), - [anon_sym_mutable] = ACTIONS(5452), - [anon_sym_constinit] = ACTIONS(5452), - [anon_sym_consteval] = ACTIONS(5452), - [anon_sym_PROGMEM] = ACTIONS(5452), - [anon_sym_alignas] = ACTIONS(5452), - [anon_sym__Alignas] = ACTIONS(5452), - [aux_sym_primitive_type_token1] = ACTIONS(5452), - [anon_sym_byte] = ACTIONS(5452), - [anon_sym_word] = ACTIONS(5452), - [anon_sym_enum] = ACTIONS(5452), - [anon_sym_class] = ACTIONS(5452), - [anon_sym_struct] = ACTIONS(5452), - [anon_sym_union] = ACTIONS(5452), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5452), - [anon_sym_decltype] = ACTIONS(5452), - [anon_sym_explicit] = ACTIONS(5452), - [anon_sym_typename] = ACTIONS(5452), - [anon_sym_template] = ACTIONS(5452), - [anon_sym_operator] = ACTIONS(5452), - [anon_sym_friend] = ACTIONS(5452), - [anon_sym_public] = ACTIONS(5452), - [anon_sym_private] = ACTIONS(5452), - [anon_sym_protected] = ACTIONS(5452), - [anon_sym_using] = ACTIONS(5452), - [anon_sym_static_assert] = ACTIONS(5452), - }, - [1927] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_RBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - }, - [1928] = { - [sym_identifier] = ACTIONS(5448), - [aux_sym_preproc_def_token1] = ACTIONS(5448), - [aux_sym_preproc_if_token1] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5448), - [sym_preproc_directive] = ACTIONS(5448), - [anon_sym_LPAREN2] = ACTIONS(5450), - [anon_sym_TILDE] = ACTIONS(5450), - [anon_sym_STAR] = ACTIONS(5450), - [anon_sym_AMP_AMP] = ACTIONS(5450), - [anon_sym_AMP] = ACTIONS(5448), - [anon_sym_SEMI] = ACTIONS(5450), - [anon_sym___extension__] = ACTIONS(5448), - [anon_sym_typedef] = ACTIONS(5448), - [anon_sym_virtual] = ACTIONS(5448), - [anon_sym_extern] = ACTIONS(5448), - [anon_sym___attribute__] = ACTIONS(5448), - [anon_sym___attribute] = ACTIONS(5448), - [anon_sym_COLON_COLON] = ACTIONS(5450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5450), - [anon_sym___declspec] = ACTIONS(5448), - [anon_sym___based] = ACTIONS(5448), - [anon_sym_RBRACE] = ACTIONS(5450), - [anon_sym_signed] = ACTIONS(5448), - [anon_sym_unsigned] = ACTIONS(5448), - [anon_sym_long] = ACTIONS(5448), - [anon_sym_short] = ACTIONS(5448), - [anon_sym_LBRACK] = ACTIONS(5448), - [anon_sym_static] = ACTIONS(5448), - [anon_sym_register] = ACTIONS(5448), - [anon_sym_inline] = ACTIONS(5448), - [anon_sym___inline] = ACTIONS(5448), - [anon_sym___inline__] = ACTIONS(5448), - [anon_sym___forceinline] = ACTIONS(5448), - [anon_sym_thread_local] = ACTIONS(5448), - [anon_sym___thread] = ACTIONS(5448), - [anon_sym_const] = ACTIONS(5448), - [anon_sym_constexpr] = ACTIONS(5448), - [anon_sym_volatile] = ACTIONS(5448), - [anon_sym_restrict] = ACTIONS(5448), - [anon_sym___restrict__] = ACTIONS(5448), - [anon_sym__Atomic] = ACTIONS(5448), - [anon_sym__Noreturn] = ACTIONS(5448), - [anon_sym_noreturn] = ACTIONS(5448), - [anon_sym__Nonnull] = ACTIONS(5448), - [anon_sym_mutable] = ACTIONS(5448), - [anon_sym_constinit] = ACTIONS(5448), - [anon_sym_consteval] = ACTIONS(5448), - [anon_sym_PROGMEM] = ACTIONS(5448), - [anon_sym_alignas] = ACTIONS(5448), - [anon_sym__Alignas] = ACTIONS(5448), - [aux_sym_primitive_type_token1] = ACTIONS(5448), - [anon_sym_byte] = ACTIONS(5448), - [anon_sym_word] = ACTIONS(5448), - [anon_sym_enum] = ACTIONS(5448), - [anon_sym_class] = ACTIONS(5448), - [anon_sym_struct] = ACTIONS(5448), - [anon_sym_union] = ACTIONS(5448), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5448), - [anon_sym_decltype] = ACTIONS(5448), - [anon_sym_explicit] = ACTIONS(5448), - [anon_sym_typename] = ACTIONS(5448), - [anon_sym_template] = ACTIONS(5448), - [anon_sym_operator] = ACTIONS(5448), - [anon_sym_friend] = ACTIONS(5448), - [anon_sym_public] = ACTIONS(5448), - [anon_sym_private] = ACTIONS(5448), - [anon_sym_protected] = ACTIONS(5448), - [anon_sym_using] = ACTIONS(5448), - [anon_sym_static_assert] = ACTIONS(5448), - }, - [1929] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_RBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1930] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_friend] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), + [1836] = { + [sym_template_argument_list] = STATE(1876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_COMMA] = ACTIONS(4833), + [anon_sym_RPAREN] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(5636), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4835), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4838), + [anon_sym_volatile] = ACTIONS(4838), + [anon_sym_restrict] = ACTIONS(4838), + [anon_sym___restrict__] = ACTIONS(4838), + [anon_sym__Atomic] = ACTIONS(4838), + [anon_sym__Noreturn] = ACTIONS(4838), + [anon_sym_noreturn] = ACTIONS(4838), + [anon_sym__Nonnull] = ACTIONS(4838), + [anon_sym_mutable] = ACTIONS(4838), + [anon_sym_constinit] = ACTIONS(4838), + [anon_sym_consteval] = ACTIONS(4838), + [anon_sym_PROGMEM] = ACTIONS(4838), + [anon_sym_alignas] = ACTIONS(4838), + [anon_sym__Alignas] = ACTIONS(4838), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4833), + [anon_sym_or_eq] = ACTIONS(4833), + [anon_sym_xor_eq] = ACTIONS(4833), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4833), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4833), + [anon_sym_not_eq] = ACTIONS(4833), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4840), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4838), + [anon_sym_decltype] = ACTIONS(4838), + [anon_sym_DASH_GT_STAR] = ACTIONS(4833), }, - [1931] = { - [sym_identifier] = ACTIONS(3076), - [aux_sym_preproc_def_token1] = ACTIONS(3076), - [aux_sym_preproc_if_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3076), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3076), - [sym_preproc_directive] = ACTIONS(3076), - [anon_sym_LPAREN2] = ACTIONS(3078), - [anon_sym_TILDE] = ACTIONS(3078), - [anon_sym_STAR] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_AMP] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym___extension__] = ACTIONS(3076), - [anon_sym_typedef] = ACTIONS(3076), - [anon_sym_virtual] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym___attribute__] = ACTIONS(3076), - [anon_sym___attribute] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3078), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3078), - [anon_sym___declspec] = ACTIONS(3076), - [anon_sym___based] = ACTIONS(3076), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_signed] = ACTIONS(3076), - [anon_sym_unsigned] = ACTIONS(3076), - [anon_sym_long] = ACTIONS(3076), - [anon_sym_short] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_static] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym___inline] = ACTIONS(3076), - [anon_sym___inline__] = ACTIONS(3076), - [anon_sym___forceinline] = ACTIONS(3076), - [anon_sym_thread_local] = ACTIONS(3076), - [anon_sym___thread] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_constexpr] = ACTIONS(3076), - [anon_sym_volatile] = ACTIONS(3076), - [anon_sym_restrict] = ACTIONS(3076), - [anon_sym___restrict__] = ACTIONS(3076), - [anon_sym__Atomic] = ACTIONS(3076), - [anon_sym__Noreturn] = ACTIONS(3076), - [anon_sym_noreturn] = ACTIONS(3076), - [anon_sym__Nonnull] = ACTIONS(3076), - [anon_sym_mutable] = ACTIONS(3076), - [anon_sym_constinit] = ACTIONS(3076), - [anon_sym_consteval] = ACTIONS(3076), - [anon_sym_PROGMEM] = ACTIONS(3076), - [anon_sym_alignas] = ACTIONS(3076), - [anon_sym__Alignas] = ACTIONS(3076), - [aux_sym_primitive_type_token1] = ACTIONS(3076), - [anon_sym_byte] = ACTIONS(3076), - [anon_sym_word] = ACTIONS(3076), - [anon_sym_enum] = ACTIONS(3076), - [anon_sym_class] = ACTIONS(3076), - [anon_sym_struct] = ACTIONS(3076), - [anon_sym_union] = ACTIONS(3076), + [1837] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6206), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6698), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6698), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3076), - [anon_sym_decltype] = ACTIONS(3076), - [anon_sym_explicit] = ACTIONS(3076), - [anon_sym_typename] = ACTIONS(3076), - [anon_sym_template] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_friend] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_using] = ACTIONS(3076), - [anon_sym_static_assert] = ACTIONS(3076), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1932] = { - [sym_identifier] = ACTIONS(5365), - [aux_sym_preproc_def_token1] = ACTIONS(5365), - [aux_sym_preproc_if_token1] = ACTIONS(5365), - [aux_sym_preproc_if_token2] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5365), - [sym_preproc_directive] = ACTIONS(5365), - [anon_sym_LPAREN2] = ACTIONS(5367), - [anon_sym_TILDE] = ACTIONS(5367), - [anon_sym_STAR] = ACTIONS(5367), - [anon_sym_AMP_AMP] = ACTIONS(5367), - [anon_sym_AMP] = ACTIONS(5365), - [anon_sym_SEMI] = ACTIONS(5367), - [anon_sym___extension__] = ACTIONS(5365), - [anon_sym_typedef] = ACTIONS(5365), - [anon_sym_virtual] = ACTIONS(5365), - [anon_sym_extern] = ACTIONS(5365), - [anon_sym___attribute__] = ACTIONS(5365), - [anon_sym___attribute] = ACTIONS(5365), - [anon_sym_COLON_COLON] = ACTIONS(5367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5367), - [anon_sym___declspec] = ACTIONS(5365), - [anon_sym___based] = ACTIONS(5365), - [anon_sym_signed] = ACTIONS(5365), - [anon_sym_unsigned] = ACTIONS(5365), - [anon_sym_long] = ACTIONS(5365), - [anon_sym_short] = ACTIONS(5365), - [anon_sym_LBRACK] = ACTIONS(5365), - [anon_sym_static] = ACTIONS(5365), - [anon_sym_register] = ACTIONS(5365), - [anon_sym_inline] = ACTIONS(5365), - [anon_sym___inline] = ACTIONS(5365), - [anon_sym___inline__] = ACTIONS(5365), - [anon_sym___forceinline] = ACTIONS(5365), - [anon_sym_thread_local] = ACTIONS(5365), - [anon_sym___thread] = ACTIONS(5365), - [anon_sym_const] = ACTIONS(5365), - [anon_sym_constexpr] = ACTIONS(5365), - [anon_sym_volatile] = ACTIONS(5365), - [anon_sym_restrict] = ACTIONS(5365), - [anon_sym___restrict__] = ACTIONS(5365), - [anon_sym__Atomic] = ACTIONS(5365), - [anon_sym__Noreturn] = ACTIONS(5365), - [anon_sym_noreturn] = ACTIONS(5365), - [anon_sym__Nonnull] = ACTIONS(5365), - [anon_sym_mutable] = ACTIONS(5365), - [anon_sym_constinit] = ACTIONS(5365), - [anon_sym_consteval] = ACTIONS(5365), - [anon_sym_PROGMEM] = ACTIONS(5365), - [anon_sym_alignas] = ACTIONS(5365), - [anon_sym__Alignas] = ACTIONS(5365), - [aux_sym_primitive_type_token1] = ACTIONS(5365), - [anon_sym_byte] = ACTIONS(5365), - [anon_sym_word] = ACTIONS(5365), - [anon_sym_enum] = ACTIONS(5365), - [anon_sym_class] = ACTIONS(5365), - [anon_sym_struct] = ACTIONS(5365), - [anon_sym_union] = ACTIONS(5365), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5365), - [anon_sym_decltype] = ACTIONS(5365), - [anon_sym_explicit] = ACTIONS(5365), - [anon_sym_typename] = ACTIONS(5365), - [anon_sym_template] = ACTIONS(5365), - [anon_sym_operator] = ACTIONS(5365), - [anon_sym_friend] = ACTIONS(5365), - [anon_sym_public] = ACTIONS(5365), - [anon_sym_private] = ACTIONS(5365), - [anon_sym_protected] = ACTIONS(5365), - [anon_sym_using] = ACTIONS(5365), - [anon_sym_static_assert] = ACTIONS(5365), + [1838] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6209), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6723), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6723), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1933] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token2] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), + [1839] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(5237), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1934] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_friend] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), + [1840] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6268), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6722), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6722), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1935] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token2] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), + [1841] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6170), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6722), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6722), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1936] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), + [1842] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6251), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6710), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6710), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1937] = { - [sym_identifier] = ACTIONS(2933), - [aux_sym_preproc_def_token1] = ACTIONS(2933), - [aux_sym_preproc_if_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), - [sym_preproc_directive] = ACTIONS(2933), - [anon_sym_LPAREN2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym___extension__] = ACTIONS(2933), - [anon_sym_typedef] = ACTIONS(2933), - [anon_sym_virtual] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym___attribute__] = ACTIONS(2933), - [anon_sym___attribute] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2935), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), - [anon_sym___declspec] = ACTIONS(2933), - [anon_sym___based] = ACTIONS(2933), - [anon_sym_RBRACE] = ACTIONS(2935), - [anon_sym_signed] = ACTIONS(2933), - [anon_sym_unsigned] = ACTIONS(2933), - [anon_sym_long] = ACTIONS(2933), - [anon_sym_short] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_static] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_inline] = ACTIONS(2933), - [anon_sym___inline] = ACTIONS(2933), - [anon_sym___inline__] = ACTIONS(2933), - [anon_sym___forceinline] = ACTIONS(2933), - [anon_sym_thread_local] = ACTIONS(2933), - [anon_sym___thread] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_constexpr] = ACTIONS(2933), - [anon_sym_volatile] = ACTIONS(2933), - [anon_sym_restrict] = ACTIONS(2933), - [anon_sym___restrict__] = ACTIONS(2933), - [anon_sym__Atomic] = ACTIONS(2933), - [anon_sym__Noreturn] = ACTIONS(2933), - [anon_sym_noreturn] = ACTIONS(2933), - [anon_sym__Nonnull] = ACTIONS(2933), - [anon_sym_mutable] = ACTIONS(2933), - [anon_sym_constinit] = ACTIONS(2933), - [anon_sym_consteval] = ACTIONS(2933), - [anon_sym_PROGMEM] = ACTIONS(2933), - [anon_sym_alignas] = ACTIONS(2933), - [anon_sym__Alignas] = ACTIONS(2933), - [aux_sym_primitive_type_token1] = ACTIONS(2933), - [anon_sym_byte] = ACTIONS(2933), - [anon_sym_word] = ACTIONS(2933), - [anon_sym_enum] = ACTIONS(2933), - [anon_sym_class] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2933), - [anon_sym_union] = ACTIONS(2933), + [1843] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6219), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6710), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6710), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2933), - [anon_sym_decltype] = ACTIONS(2933), - [anon_sym_explicit] = ACTIONS(2933), - [anon_sym_typename] = ACTIONS(2933), - [anon_sym_template] = ACTIONS(2933), - [anon_sym_operator] = ACTIONS(2933), - [anon_sym_friend] = ACTIONS(2933), - [anon_sym_public] = ACTIONS(2933), - [anon_sym_private] = ACTIONS(2933), - [anon_sym_protected] = ACTIONS(2933), - [anon_sym_using] = ACTIONS(2933), - [anon_sym_static_assert] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1938] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token2] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), + [1844] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6281), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6707), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6707), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1939] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym_RBRACE] = ACTIONS(3175), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_friend] = ACTIONS(3173), - [anon_sym_public] = ACTIONS(3173), - [anon_sym_private] = ACTIONS(3173), - [anon_sym_protected] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), + [1845] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6125), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6725), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6725), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1940] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_RBRACE] = ACTIONS(3156), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), + [1846] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6141), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6707), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6707), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1941] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_friend] = ACTIONS(3106), - [anon_sym_public] = ACTIONS(3106), - [anon_sym_private] = ACTIONS(3106), - [anon_sym_protected] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), + [1847] = { + [sym__declaration_modifiers] = STATE(3257), + [sym_attribute_specifier] = STATE(3257), + [sym_attribute_declaration] = STATE(3257), + [sym_ms_declspec_modifier] = STATE(3257), + [sym_ms_based_modifier] = STATE(7995), + [sym__declarator] = STATE(6629), + [sym_parenthesized_declarator] = STATE(5997), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_function_declarator] = STATE(6183), + [sym_array_declarator] = STATE(5997), + [sym_storage_class_specifier] = STATE(3257), + [sym_type_qualifier] = STATE(3257), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype] = STATE(8077), + [sym_explicit_function_specifier] = STATE(3257), + [sym_operator_cast] = STATE(6746), + [sym__constructor_specifiers] = STATE(3257), + [sym_reference_declarator] = STATE(5997), + [sym_structured_binding_declarator] = STATE(5997), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5580), + [sym_qualified_identifier] = STATE(5997), + [sym_qualified_operator_cast_identifier] = STATE(6746), + [sym_operator_name] = STATE(5997), + [aux_sym_operator_cast_definition_repeat1] = STATE(3257), + [sym_identifier] = ACTIONS(5618), + [anon_sym_LPAREN2] = ACTIONS(3245), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3249), + [anon_sym_AMP_AMP] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(5622), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(5628), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(51), + [anon_sym_LBRACK] = ACTIONS(3261), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_explicit] = ACTIONS(129), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(135), }, - [1942] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_RBRACE] = ACTIONS(5283), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), + [1848] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4800), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1943] = { - [sym_identifier] = ACTIONS(3025), - [aux_sym_preproc_def_token1] = ACTIONS(3025), - [aux_sym_preproc_if_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3025), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3025), - [sym_preproc_directive] = ACTIONS(3025), - [anon_sym_LPAREN2] = ACTIONS(3027), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3027), - [anon_sym___extension__] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym___attribute__] = ACTIONS(3025), - [anon_sym___attribute] = ACTIONS(3025), - [anon_sym_COLON_COLON] = ACTIONS(3027), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3027), - [anon_sym___declspec] = ACTIONS(3025), - [anon_sym___based] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3027), - [anon_sym_signed] = ACTIONS(3025), - [anon_sym_unsigned] = ACTIONS(3025), - [anon_sym_long] = ACTIONS(3025), - [anon_sym_short] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_inline] = ACTIONS(3025), - [anon_sym___inline] = ACTIONS(3025), - [anon_sym___inline__] = ACTIONS(3025), - [anon_sym___forceinline] = ACTIONS(3025), - [anon_sym_thread_local] = ACTIONS(3025), - [anon_sym___thread] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_constexpr] = ACTIONS(3025), - [anon_sym_volatile] = ACTIONS(3025), - [anon_sym_restrict] = ACTIONS(3025), - [anon_sym___restrict__] = ACTIONS(3025), - [anon_sym__Atomic] = ACTIONS(3025), - [anon_sym__Noreturn] = ACTIONS(3025), - [anon_sym_noreturn] = ACTIONS(3025), - [anon_sym__Nonnull] = ACTIONS(3025), - [anon_sym_mutable] = ACTIONS(3025), - [anon_sym_constinit] = ACTIONS(3025), - [anon_sym_consteval] = ACTIONS(3025), - [anon_sym_PROGMEM] = ACTIONS(3025), - [anon_sym_alignas] = ACTIONS(3025), - [anon_sym__Alignas] = ACTIONS(3025), - [aux_sym_primitive_type_token1] = ACTIONS(3025), - [anon_sym_byte] = ACTIONS(3025), - [anon_sym_word] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_class] = ACTIONS(3025), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3025), - [anon_sym_decltype] = ACTIONS(3025), - [anon_sym_explicit] = ACTIONS(3025), - [anon_sym_typename] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(3025), - [anon_sym_operator] = ACTIONS(3025), - [anon_sym_friend] = ACTIONS(3025), - [anon_sym_public] = ACTIONS(3025), - [anon_sym_private] = ACTIONS(3025), - [anon_sym_protected] = ACTIONS(3025), - [anon_sym_using] = ACTIONS(3025), - [anon_sym_static_assert] = ACTIONS(3025), + [1849] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4806), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1944] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_RBRACE] = ACTIONS(5339), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), + [1850] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4809), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1945] = { - [sym_identifier] = ACTIONS(2929), - [aux_sym_preproc_def_token1] = ACTIONS(2929), - [aux_sym_preproc_if_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2929), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2929), - [sym_preproc_directive] = ACTIONS(2929), - [anon_sym_LPAREN2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_SEMI] = ACTIONS(2931), - [anon_sym___extension__] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2929), - [anon_sym_virtual] = ACTIONS(2929), - [anon_sym_extern] = ACTIONS(2929), - [anon_sym___attribute__] = ACTIONS(2929), - [anon_sym___attribute] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2931), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2931), - [anon_sym___declspec] = ACTIONS(2929), - [anon_sym___based] = ACTIONS(2929), - [anon_sym_RBRACE] = ACTIONS(2931), - [anon_sym_signed] = ACTIONS(2929), - [anon_sym_unsigned] = ACTIONS(2929), - [anon_sym_long] = ACTIONS(2929), - [anon_sym_short] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_static] = ACTIONS(2929), - [anon_sym_register] = ACTIONS(2929), - [anon_sym_inline] = ACTIONS(2929), - [anon_sym___inline] = ACTIONS(2929), - [anon_sym___inline__] = ACTIONS(2929), - [anon_sym___forceinline] = ACTIONS(2929), - [anon_sym_thread_local] = ACTIONS(2929), - [anon_sym___thread] = ACTIONS(2929), - [anon_sym_const] = ACTIONS(2929), - [anon_sym_constexpr] = ACTIONS(2929), - [anon_sym_volatile] = ACTIONS(2929), - [anon_sym_restrict] = ACTIONS(2929), - [anon_sym___restrict__] = ACTIONS(2929), - [anon_sym__Atomic] = ACTIONS(2929), - [anon_sym__Noreturn] = ACTIONS(2929), - [anon_sym_noreturn] = ACTIONS(2929), - [anon_sym__Nonnull] = ACTIONS(2929), - [anon_sym_mutable] = ACTIONS(2929), - [anon_sym_constinit] = ACTIONS(2929), - [anon_sym_consteval] = ACTIONS(2929), - [anon_sym_PROGMEM] = ACTIONS(2929), - [anon_sym_alignas] = ACTIONS(2929), - [anon_sym__Alignas] = ACTIONS(2929), - [aux_sym_primitive_type_token1] = ACTIONS(2929), - [anon_sym_byte] = ACTIONS(2929), - [anon_sym_word] = ACTIONS(2929), - [anon_sym_enum] = ACTIONS(2929), - [anon_sym_class] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2929), - [anon_sym_union] = ACTIONS(2929), + [1851] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4811), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2929), - [anon_sym_decltype] = ACTIONS(2929), - [anon_sym_explicit] = ACTIONS(2929), - [anon_sym_typename] = ACTIONS(2929), - [anon_sym_template] = ACTIONS(2929), - [anon_sym_operator] = ACTIONS(2929), - [anon_sym_friend] = ACTIONS(2929), - [anon_sym_public] = ACTIONS(2929), - [anon_sym_private] = ACTIONS(2929), - [anon_sym_protected] = ACTIONS(2929), - [anon_sym_using] = ACTIONS(2929), - [anon_sym_static_assert] = ACTIONS(2929), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1946] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), + [1852] = { + [sym__declaration_modifiers] = STATE(1853), + [sym__declaration_specifiers] = STATE(4816), + [sym_attribute_specifier] = STATE(1853), + [sym_attribute_declaration] = STATE(1853), + [sym_ms_declspec_modifier] = STATE(1853), + [sym_storage_class_specifier] = STATE(1853), + [sym_type_qualifier] = STATE(1853), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2330), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(1853), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - }, - [1947] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_RBRACE] = ACTIONS(5283), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1948] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token2] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), + [1853] = { + [sym__declaration_modifiers] = STATE(2928), + [sym_attribute_specifier] = STATE(2928), + [sym_attribute_declaration] = STATE(2928), + [sym_ms_declspec_modifier] = STATE(2928), + [sym_storage_class_specifier] = STATE(2928), + [sym_type_qualifier] = STATE(2928), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2322), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(2928), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(5639), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(71), + [anon_sym_class] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_union] = ACTIONS(77), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), - }, - [1949] = { - [sym_identifier] = ACTIONS(5369), - [aux_sym_preproc_def_token1] = ACTIONS(5369), - [aux_sym_preproc_if_token1] = ACTIONS(5369), - [aux_sym_preproc_if_token2] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5369), - [sym_preproc_directive] = ACTIONS(5369), - [anon_sym_LPAREN2] = ACTIONS(5371), - [anon_sym_TILDE] = ACTIONS(5371), - [anon_sym_STAR] = ACTIONS(5371), - [anon_sym_AMP_AMP] = ACTIONS(5371), - [anon_sym_AMP] = ACTIONS(5369), - [anon_sym_SEMI] = ACTIONS(5371), - [anon_sym___extension__] = ACTIONS(5369), - [anon_sym_typedef] = ACTIONS(5369), - [anon_sym_virtual] = ACTIONS(5369), - [anon_sym_extern] = ACTIONS(5369), - [anon_sym___attribute__] = ACTIONS(5369), - [anon_sym___attribute] = ACTIONS(5369), - [anon_sym_COLON_COLON] = ACTIONS(5371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5371), - [anon_sym___declspec] = ACTIONS(5369), - [anon_sym___based] = ACTIONS(5369), - [anon_sym_signed] = ACTIONS(5369), - [anon_sym_unsigned] = ACTIONS(5369), - [anon_sym_long] = ACTIONS(5369), - [anon_sym_short] = ACTIONS(5369), - [anon_sym_LBRACK] = ACTIONS(5369), - [anon_sym_static] = ACTIONS(5369), - [anon_sym_register] = ACTIONS(5369), - [anon_sym_inline] = ACTIONS(5369), - [anon_sym___inline] = ACTIONS(5369), - [anon_sym___inline__] = ACTIONS(5369), - [anon_sym___forceinline] = ACTIONS(5369), - [anon_sym_thread_local] = ACTIONS(5369), - [anon_sym___thread] = ACTIONS(5369), - [anon_sym_const] = ACTIONS(5369), - [anon_sym_constexpr] = ACTIONS(5369), - [anon_sym_volatile] = ACTIONS(5369), - [anon_sym_restrict] = ACTIONS(5369), - [anon_sym___restrict__] = ACTIONS(5369), - [anon_sym__Atomic] = ACTIONS(5369), - [anon_sym__Noreturn] = ACTIONS(5369), - [anon_sym_noreturn] = ACTIONS(5369), - [anon_sym__Nonnull] = ACTIONS(5369), - [anon_sym_mutable] = ACTIONS(5369), - [anon_sym_constinit] = ACTIONS(5369), - [anon_sym_consteval] = ACTIONS(5369), - [anon_sym_PROGMEM] = ACTIONS(5369), - [anon_sym_alignas] = ACTIONS(5369), - [anon_sym__Alignas] = ACTIONS(5369), - [aux_sym_primitive_type_token1] = ACTIONS(5369), - [anon_sym_byte] = ACTIONS(5369), - [anon_sym_word] = ACTIONS(5369), - [anon_sym_enum] = ACTIONS(5369), - [anon_sym_class] = ACTIONS(5369), - [anon_sym_struct] = ACTIONS(5369), - [anon_sym_union] = ACTIONS(5369), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5369), - [anon_sym_decltype] = ACTIONS(5369), - [anon_sym_explicit] = ACTIONS(5369), - [anon_sym_typename] = ACTIONS(5369), - [anon_sym_template] = ACTIONS(5369), - [anon_sym_operator] = ACTIONS(5369), - [anon_sym_friend] = ACTIONS(5369), - [anon_sym_public] = ACTIONS(5369), - [anon_sym_private] = ACTIONS(5369), - [anon_sym_protected] = ACTIONS(5369), - [anon_sym_using] = ACTIONS(5369), - [anon_sym_static_assert] = ACTIONS(5369), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(131), + [anon_sym_template] = ACTIONS(1241), }, - [1950] = { - [sym_identifier] = ACTIONS(5333), - [aux_sym_preproc_def_token1] = ACTIONS(5333), - [aux_sym_preproc_if_token1] = ACTIONS(5333), - [aux_sym_preproc_if_token2] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5333), - [sym_preproc_directive] = ACTIONS(5333), - [anon_sym_LPAREN2] = ACTIONS(5335), - [anon_sym_TILDE] = ACTIONS(5335), - [anon_sym_STAR] = ACTIONS(5335), - [anon_sym_AMP_AMP] = ACTIONS(5335), - [anon_sym_AMP] = ACTIONS(5333), - [anon_sym_SEMI] = ACTIONS(5335), - [anon_sym___extension__] = ACTIONS(5333), - [anon_sym_typedef] = ACTIONS(5333), - [anon_sym_virtual] = ACTIONS(5333), - [anon_sym_extern] = ACTIONS(5333), - [anon_sym___attribute__] = ACTIONS(5333), - [anon_sym___attribute] = ACTIONS(5333), - [anon_sym_COLON_COLON] = ACTIONS(5335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5335), - [anon_sym___declspec] = ACTIONS(5333), - [anon_sym___based] = ACTIONS(5333), - [anon_sym_signed] = ACTIONS(5333), - [anon_sym_unsigned] = ACTIONS(5333), - [anon_sym_long] = ACTIONS(5333), - [anon_sym_short] = ACTIONS(5333), - [anon_sym_LBRACK] = ACTIONS(5333), - [anon_sym_static] = ACTIONS(5333), - [anon_sym_register] = ACTIONS(5333), - [anon_sym_inline] = ACTIONS(5333), - [anon_sym___inline] = ACTIONS(5333), - [anon_sym___inline__] = ACTIONS(5333), - [anon_sym___forceinline] = ACTIONS(5333), - [anon_sym_thread_local] = ACTIONS(5333), - [anon_sym___thread] = ACTIONS(5333), - [anon_sym_const] = ACTIONS(5333), - [anon_sym_constexpr] = ACTIONS(5333), - [anon_sym_volatile] = ACTIONS(5333), - [anon_sym_restrict] = ACTIONS(5333), - [anon_sym___restrict__] = ACTIONS(5333), - [anon_sym__Atomic] = ACTIONS(5333), - [anon_sym__Noreturn] = ACTIONS(5333), - [anon_sym_noreturn] = ACTIONS(5333), - [anon_sym__Nonnull] = ACTIONS(5333), - [anon_sym_mutable] = ACTIONS(5333), - [anon_sym_constinit] = ACTIONS(5333), - [anon_sym_consteval] = ACTIONS(5333), - [anon_sym_PROGMEM] = ACTIONS(5333), - [anon_sym_alignas] = ACTIONS(5333), - [anon_sym__Alignas] = ACTIONS(5333), - [aux_sym_primitive_type_token1] = ACTIONS(5333), - [anon_sym_byte] = ACTIONS(5333), - [anon_sym_word] = ACTIONS(5333), - [anon_sym_enum] = ACTIONS(5333), - [anon_sym_class] = ACTIONS(5333), - [anon_sym_struct] = ACTIONS(5333), - [anon_sym_union] = ACTIONS(5333), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5333), - [anon_sym_decltype] = ACTIONS(5333), - [anon_sym_explicit] = ACTIONS(5333), - [anon_sym_typename] = ACTIONS(5333), - [anon_sym_template] = ACTIONS(5333), - [anon_sym_operator] = ACTIONS(5333), - [anon_sym_friend] = ACTIONS(5333), - [anon_sym_public] = ACTIONS(5333), - [anon_sym_private] = ACTIONS(5333), - [anon_sym_protected] = ACTIONS(5333), - [anon_sym_using] = ACTIONS(5333), - [anon_sym_static_assert] = ACTIONS(5333), + [1854] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), }, - [1951] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token2] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), + [1855] = { + [sym_template_argument_list] = STATE(1976), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4835), + [anon_sym_COMMA] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(5641), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4835), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4838), + [anon_sym_volatile] = ACTIONS(4838), + [anon_sym_restrict] = ACTIONS(4838), + [anon_sym___restrict__] = ACTIONS(4838), + [anon_sym__Atomic] = ACTIONS(4838), + [anon_sym__Noreturn] = ACTIONS(4838), + [anon_sym_noreturn] = ACTIONS(4838), + [anon_sym__Nonnull] = ACTIONS(4838), + [anon_sym_mutable] = ACTIONS(4838), + [anon_sym_constinit] = ACTIONS(4838), + [anon_sym_consteval] = ACTIONS(4838), + [anon_sym_PROGMEM] = ACTIONS(4838), + [anon_sym_alignas] = ACTIONS(4838), + [anon_sym__Alignas] = ACTIONS(4838), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4840), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4833), + [anon_sym_or_eq] = ACTIONS(4833), + [anon_sym_xor_eq] = ACTIONS(4833), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4833), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4833), + [anon_sym_not_eq] = ACTIONS(4833), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4838), + [anon_sym_decltype] = ACTIONS(4838), + [anon_sym_GT2] = ACTIONS(4835), }, - [1952] = { - [sym_identifier] = ACTIONS(3162), - [aux_sym_preproc_def_token1] = ACTIONS(3162), - [aux_sym_preproc_if_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3162), - [sym_preproc_directive] = ACTIONS(3162), - [anon_sym_LPAREN2] = ACTIONS(3164), - [anon_sym_TILDE] = ACTIONS(3164), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(3162), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym___extension__] = ACTIONS(3162), - [anon_sym_typedef] = ACTIONS(3162), - [anon_sym_virtual] = ACTIONS(3162), - [anon_sym_extern] = ACTIONS(3162), - [anon_sym___attribute__] = ACTIONS(3162), - [anon_sym___attribute] = ACTIONS(3162), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3164), - [anon_sym___declspec] = ACTIONS(3162), - [anon_sym___based] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_signed] = ACTIONS(3162), - [anon_sym_unsigned] = ACTIONS(3162), - [anon_sym_long] = ACTIONS(3162), - [anon_sym_short] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_static] = ACTIONS(3162), - [anon_sym_register] = ACTIONS(3162), - [anon_sym_inline] = ACTIONS(3162), - [anon_sym___inline] = ACTIONS(3162), - [anon_sym___inline__] = ACTIONS(3162), - [anon_sym___forceinline] = ACTIONS(3162), - [anon_sym_thread_local] = ACTIONS(3162), - [anon_sym___thread] = ACTIONS(3162), - [anon_sym_const] = ACTIONS(3162), - [anon_sym_constexpr] = ACTIONS(3162), - [anon_sym_volatile] = ACTIONS(3162), - [anon_sym_restrict] = ACTIONS(3162), - [anon_sym___restrict__] = ACTIONS(3162), - [anon_sym__Atomic] = ACTIONS(3162), - [anon_sym__Noreturn] = ACTIONS(3162), - [anon_sym_noreturn] = ACTIONS(3162), - [anon_sym__Nonnull] = ACTIONS(3162), - [anon_sym_mutable] = ACTIONS(3162), - [anon_sym_constinit] = ACTIONS(3162), - [anon_sym_consteval] = ACTIONS(3162), - [anon_sym_PROGMEM] = ACTIONS(3162), - [anon_sym_alignas] = ACTIONS(3162), - [anon_sym__Alignas] = ACTIONS(3162), - [aux_sym_primitive_type_token1] = ACTIONS(3162), - [anon_sym_byte] = ACTIONS(3162), - [anon_sym_word] = ACTIONS(3162), - [anon_sym_enum] = ACTIONS(3162), - [anon_sym_class] = ACTIONS(3162), - [anon_sym_struct] = ACTIONS(3162), - [anon_sym_union] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3162), - [anon_sym_decltype] = ACTIONS(3162), - [anon_sym_explicit] = ACTIONS(3162), - [anon_sym_typename] = ACTIONS(3162), - [anon_sym_template] = ACTIONS(3162), - [anon_sym_operator] = ACTIONS(3162), - [anon_sym_friend] = ACTIONS(3162), - [anon_sym_public] = ACTIONS(3162), - [anon_sym_private] = ACTIONS(3162), - [anon_sym_protected] = ACTIONS(3162), - [anon_sym_using] = ACTIONS(3162), - [anon_sym_static_assert] = ACTIONS(3162), + [1856] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), }, - [1953] = { - [sym_identifier] = ACTIONS(3193), - [aux_sym_preproc_def_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token1] = ACTIONS(3193), - [aux_sym_preproc_if_token2] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3193), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3193), - [sym_preproc_directive] = ACTIONS(3193), - [anon_sym_LPAREN2] = ACTIONS(3195), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym___extension__] = ACTIONS(3193), - [anon_sym_typedef] = ACTIONS(3193), - [anon_sym_virtual] = ACTIONS(3193), - [anon_sym_extern] = ACTIONS(3193), - [anon_sym___attribute__] = ACTIONS(3193), - [anon_sym___attribute] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3195), - [anon_sym___declspec] = ACTIONS(3193), - [anon_sym___based] = ACTIONS(3193), - [anon_sym_signed] = ACTIONS(3193), - [anon_sym_unsigned] = ACTIONS(3193), - [anon_sym_long] = ACTIONS(3193), - [anon_sym_short] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3193), - [anon_sym_static] = ACTIONS(3193), - [anon_sym_register] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym___inline] = ACTIONS(3193), - [anon_sym___inline__] = ACTIONS(3193), - [anon_sym___forceinline] = ACTIONS(3193), - [anon_sym_thread_local] = ACTIONS(3193), - [anon_sym___thread] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_constexpr] = ACTIONS(3193), - [anon_sym_volatile] = ACTIONS(3193), - [anon_sym_restrict] = ACTIONS(3193), - [anon_sym___restrict__] = ACTIONS(3193), - [anon_sym__Atomic] = ACTIONS(3193), - [anon_sym__Noreturn] = ACTIONS(3193), - [anon_sym_noreturn] = ACTIONS(3193), - [anon_sym__Nonnull] = ACTIONS(3193), - [anon_sym_mutable] = ACTIONS(3193), - [anon_sym_constinit] = ACTIONS(3193), - [anon_sym_consteval] = ACTIONS(3193), - [anon_sym_PROGMEM] = ACTIONS(3193), - [anon_sym_alignas] = ACTIONS(3193), - [anon_sym__Alignas] = ACTIONS(3193), - [aux_sym_primitive_type_token1] = ACTIONS(3193), - [anon_sym_byte] = ACTIONS(3193), - [anon_sym_word] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_class] = ACTIONS(3193), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3193), - [anon_sym_decltype] = ACTIONS(3193), - [anon_sym_explicit] = ACTIONS(3193), - [anon_sym_typename] = ACTIONS(3193), - [anon_sym_template] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_friend] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_using] = ACTIONS(3193), - [anon_sym_static_assert] = ACTIONS(3193), + [1857] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token2] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_friend] = ACTIONS(1924), + [anon_sym_public] = ACTIONS(1924), + [anon_sym_private] = ACTIONS(1924), + [anon_sym_protected] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), }, - [1954] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_RBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), + [1858] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(5272), + [anon_sym___attribute] = ACTIONS(5272), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), }, - [1955] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_RBRACE] = ACTIONS(5279), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), + [1859] = { + [sym__declaration_modifiers] = STATE(2928), + [sym_attribute_specifier] = STATE(2928), + [sym_attribute_declaration] = STATE(2928), + [sym_ms_declspec_modifier] = STATE(2928), + [sym_storage_class_specifier] = STATE(2928), + [sym_type_qualifier] = STATE(2928), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(4011), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2980), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6520), + [sym_qualified_type_identifier] = STATE(2643), + [aux_sym__declaration_specifiers_repeat1] = STATE(2928), + [aux_sym_sized_type_specifier_repeat1] = STATE(2407), + [sym_identifier] = ACTIONS(3785), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(5639), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(3793), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(3795), + [anon_sym_unsigned] = ACTIONS(3795), + [anon_sym_long] = ACTIONS(3795), + [anon_sym_short] = ACTIONS(3795), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3797), + [anon_sym_class] = ACTIONS(3799), + [anon_sym_struct] = ACTIONS(3801), + [anon_sym_union] = ACTIONS(3803), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(3805), + [anon_sym_template] = ACTIONS(1241), }, - [1956] = { - [sym_identifier] = ACTIONS(5329), - [aux_sym_preproc_def_token1] = ACTIONS(5329), - [aux_sym_preproc_if_token1] = ACTIONS(5329), - [aux_sym_preproc_if_token2] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5329), - [sym_preproc_directive] = ACTIONS(5329), - [anon_sym_LPAREN2] = ACTIONS(5331), - [anon_sym_TILDE] = ACTIONS(5331), - [anon_sym_STAR] = ACTIONS(5331), - [anon_sym_AMP_AMP] = ACTIONS(5331), - [anon_sym_AMP] = ACTIONS(5329), - [anon_sym_SEMI] = ACTIONS(5331), - [anon_sym___extension__] = ACTIONS(5329), - [anon_sym_typedef] = ACTIONS(5329), - [anon_sym_virtual] = ACTIONS(5329), - [anon_sym_extern] = ACTIONS(5329), - [anon_sym___attribute__] = ACTIONS(5329), - [anon_sym___attribute] = ACTIONS(5329), - [anon_sym_COLON_COLON] = ACTIONS(5331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5331), - [anon_sym___declspec] = ACTIONS(5329), - [anon_sym___based] = ACTIONS(5329), - [anon_sym_signed] = ACTIONS(5329), - [anon_sym_unsigned] = ACTIONS(5329), - [anon_sym_long] = ACTIONS(5329), - [anon_sym_short] = ACTIONS(5329), - [anon_sym_LBRACK] = ACTIONS(5329), - [anon_sym_static] = ACTIONS(5329), - [anon_sym_register] = ACTIONS(5329), - [anon_sym_inline] = ACTIONS(5329), - [anon_sym___inline] = ACTIONS(5329), - [anon_sym___inline__] = ACTIONS(5329), - [anon_sym___forceinline] = ACTIONS(5329), - [anon_sym_thread_local] = ACTIONS(5329), - [anon_sym___thread] = ACTIONS(5329), - [anon_sym_const] = ACTIONS(5329), - [anon_sym_constexpr] = ACTIONS(5329), - [anon_sym_volatile] = ACTIONS(5329), - [anon_sym_restrict] = ACTIONS(5329), - [anon_sym___restrict__] = ACTIONS(5329), - [anon_sym__Atomic] = ACTIONS(5329), - [anon_sym__Noreturn] = ACTIONS(5329), - [anon_sym_noreturn] = ACTIONS(5329), - [anon_sym__Nonnull] = ACTIONS(5329), - [anon_sym_mutable] = ACTIONS(5329), - [anon_sym_constinit] = ACTIONS(5329), - [anon_sym_consteval] = ACTIONS(5329), - [anon_sym_PROGMEM] = ACTIONS(5329), - [anon_sym_alignas] = ACTIONS(5329), - [anon_sym__Alignas] = ACTIONS(5329), - [aux_sym_primitive_type_token1] = ACTIONS(5329), - [anon_sym_byte] = ACTIONS(5329), - [anon_sym_word] = ACTIONS(5329), - [anon_sym_enum] = ACTIONS(5329), - [anon_sym_class] = ACTIONS(5329), - [anon_sym_struct] = ACTIONS(5329), - [anon_sym_union] = ACTIONS(5329), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5329), - [anon_sym_decltype] = ACTIONS(5329), - [anon_sym_explicit] = ACTIONS(5329), - [anon_sym_typename] = ACTIONS(5329), - [anon_sym_template] = ACTIONS(5329), - [anon_sym_operator] = ACTIONS(5329), - [anon_sym_friend] = ACTIONS(5329), - [anon_sym_public] = ACTIONS(5329), - [anon_sym_private] = ACTIONS(5329), - [anon_sym_protected] = ACTIONS(5329), - [anon_sym_using] = ACTIONS(5329), - [anon_sym_static_assert] = ACTIONS(5329), + [1860] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [anon_sym_RPAREN] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_TILDE] = ACTIONS(4922), + [anon_sym_STAR] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_SEMI] = ACTIONS(4922), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym_virtual] = ACTIONS(4920), + [anon_sym_extern] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_COLON_COLON] = ACTIONS(4922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4922), + [anon_sym___declspec] = ACTIONS(4920), + [anon_sym___based] = ACTIONS(4920), + [anon_sym___cdecl] = ACTIONS(4920), + [anon_sym___clrcall] = ACTIONS(4920), + [anon_sym___stdcall] = ACTIONS(4920), + [anon_sym___fastcall] = ACTIONS(4920), + [anon_sym___thiscall] = ACTIONS(4920), + [anon_sym___vectorcall] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(5644), + [anon_sym_unsigned] = ACTIONS(5644), + [anon_sym_long] = ACTIONS(5644), + [anon_sym_short] = ACTIONS(5644), + [anon_sym_LBRACK] = ACTIONS(4920), + [anon_sym_static] = ACTIONS(4920), + [anon_sym_EQ] = ACTIONS(4922), + [anon_sym_register] = ACTIONS(4920), + [anon_sym_inline] = ACTIONS(4920), + [anon_sym___inline] = ACTIONS(4920), + [anon_sym___inline__] = ACTIONS(4920), + [anon_sym___forceinline] = ACTIONS(4920), + [anon_sym_thread_local] = ACTIONS(4920), + [anon_sym___thread] = ACTIONS(4920), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_asm] = ACTIONS(4920), + [anon_sym___asm__] = ACTIONS(4920), + [anon_sym___asm] = ACTIONS(4920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + [anon_sym_final] = ACTIONS(4920), + [anon_sym_override] = ACTIONS(4920), + [anon_sym_template] = ACTIONS(4920), + [anon_sym_GT2] = ACTIONS(4922), + [anon_sym_operator] = ACTIONS(4920), + [anon_sym_try] = ACTIONS(4920), + [anon_sym_requires] = ACTIONS(4920), }, - [1957] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_RBRACE] = ACTIONS(5419), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), + [1861] = { + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym_RBRACE] = ACTIONS(2655), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_friend] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_protected] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), }, - [1958] = { - [sym_identifier] = ACTIONS(3002), - [aux_sym_preproc_def_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token1] = ACTIONS(3002), - [aux_sym_preproc_if_token2] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3002), - [sym_preproc_directive] = ACTIONS(3002), - [anon_sym_LPAREN2] = ACTIONS(3004), - [anon_sym_TILDE] = ACTIONS(3004), - [anon_sym_STAR] = ACTIONS(3004), - [anon_sym_AMP_AMP] = ACTIONS(3004), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3004), - [anon_sym___extension__] = ACTIONS(3002), - [anon_sym_typedef] = ACTIONS(3002), - [anon_sym_virtual] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym___attribute__] = ACTIONS(3002), - [anon_sym___attribute] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3004), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3004), - [anon_sym___declspec] = ACTIONS(3002), - [anon_sym___based] = ACTIONS(3002), - [anon_sym_signed] = ACTIONS(3002), - [anon_sym_unsigned] = ACTIONS(3002), - [anon_sym_long] = ACTIONS(3002), - [anon_sym_short] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_static] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_inline] = ACTIONS(3002), - [anon_sym___inline] = ACTIONS(3002), - [anon_sym___inline__] = ACTIONS(3002), - [anon_sym___forceinline] = ACTIONS(3002), - [anon_sym_thread_local] = ACTIONS(3002), - [anon_sym___thread] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_constexpr] = ACTIONS(3002), - [anon_sym_volatile] = ACTIONS(3002), - [anon_sym_restrict] = ACTIONS(3002), - [anon_sym___restrict__] = ACTIONS(3002), - [anon_sym__Atomic] = ACTIONS(3002), - [anon_sym__Noreturn] = ACTIONS(3002), - [anon_sym_noreturn] = ACTIONS(3002), - [anon_sym__Nonnull] = ACTIONS(3002), - [anon_sym_mutable] = ACTIONS(3002), - [anon_sym_constinit] = ACTIONS(3002), - [anon_sym_consteval] = ACTIONS(3002), - [anon_sym_PROGMEM] = ACTIONS(3002), - [anon_sym_alignas] = ACTIONS(3002), - [anon_sym__Alignas] = ACTIONS(3002), - [aux_sym_primitive_type_token1] = ACTIONS(3002), - [anon_sym_byte] = ACTIONS(3002), - [anon_sym_word] = ACTIONS(3002), - [anon_sym_enum] = ACTIONS(3002), - [anon_sym_class] = ACTIONS(3002), - [anon_sym_struct] = ACTIONS(3002), - [anon_sym_union] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3002), - [anon_sym_decltype] = ACTIONS(3002), - [anon_sym_explicit] = ACTIONS(3002), - [anon_sym_typename] = ACTIONS(3002), - [anon_sym_template] = ACTIONS(3002), - [anon_sym_operator] = ACTIONS(3002), - [anon_sym_friend] = ACTIONS(3002), - [anon_sym_public] = ACTIONS(3002), - [anon_sym_private] = ACTIONS(3002), - [anon_sym_protected] = ACTIONS(3002), - [anon_sym_using] = ACTIONS(3002), - [anon_sym_static_assert] = ACTIONS(3002), + [1862] = { + [sym__declaration_modifiers] = STATE(2928), + [sym_attribute_specifier] = STATE(2928), + [sym_attribute_declaration] = STATE(2928), + [sym_ms_declspec_modifier] = STATE(2928), + [sym_storage_class_specifier] = STATE(2928), + [sym_type_qualifier] = STATE(2928), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2322), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6540), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(2928), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(5016), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(5639), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(5018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(3265), + [anon_sym_class] = ACTIONS(3267), + [anon_sym_struct] = ACTIONS(3269), + [anon_sym_union] = ACTIONS(3271), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(3273), + [anon_sym_template] = ACTIONS(1241), }, - [1959] = { - [sym_identifier] = ACTIONS(5431), - [aux_sym_preproc_def_token1] = ACTIONS(5431), - [aux_sym_preproc_if_token1] = ACTIONS(5431), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5431), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5431), - [sym_preproc_directive] = ACTIONS(5431), - [anon_sym_LPAREN2] = ACTIONS(5433), - [anon_sym_TILDE] = ACTIONS(5433), - [anon_sym_STAR] = ACTIONS(5433), - [anon_sym_AMP_AMP] = ACTIONS(5433), - [anon_sym_AMP] = ACTIONS(5431), - [anon_sym_SEMI] = ACTIONS(5433), - [anon_sym___extension__] = ACTIONS(5431), - [anon_sym_typedef] = ACTIONS(5431), - [anon_sym_virtual] = ACTIONS(5431), - [anon_sym_extern] = ACTIONS(5431), - [anon_sym___attribute__] = ACTIONS(5431), - [anon_sym___attribute] = ACTIONS(5431), - [anon_sym_COLON_COLON] = ACTIONS(5433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5433), - [anon_sym___declspec] = ACTIONS(5431), - [anon_sym___based] = ACTIONS(5431), - [anon_sym_RBRACE] = ACTIONS(5433), - [anon_sym_signed] = ACTIONS(5431), - [anon_sym_unsigned] = ACTIONS(5431), - [anon_sym_long] = ACTIONS(5431), - [anon_sym_short] = ACTIONS(5431), - [anon_sym_LBRACK] = ACTIONS(5431), - [anon_sym_static] = ACTIONS(5431), - [anon_sym_register] = ACTIONS(5431), - [anon_sym_inline] = ACTIONS(5431), - [anon_sym___inline] = ACTIONS(5431), - [anon_sym___inline__] = ACTIONS(5431), - [anon_sym___forceinline] = ACTIONS(5431), - [anon_sym_thread_local] = ACTIONS(5431), - [anon_sym___thread] = ACTIONS(5431), - [anon_sym_const] = ACTIONS(5431), - [anon_sym_constexpr] = ACTIONS(5431), - [anon_sym_volatile] = ACTIONS(5431), - [anon_sym_restrict] = ACTIONS(5431), - [anon_sym___restrict__] = ACTIONS(5431), - [anon_sym__Atomic] = ACTIONS(5431), - [anon_sym__Noreturn] = ACTIONS(5431), - [anon_sym_noreturn] = ACTIONS(5431), - [anon_sym__Nonnull] = ACTIONS(5431), - [anon_sym_mutable] = ACTIONS(5431), - [anon_sym_constinit] = ACTIONS(5431), - [anon_sym_consteval] = ACTIONS(5431), - [anon_sym_PROGMEM] = ACTIONS(5431), - [anon_sym_alignas] = ACTIONS(5431), - [anon_sym__Alignas] = ACTIONS(5431), - [aux_sym_primitive_type_token1] = ACTIONS(5431), - [anon_sym_byte] = ACTIONS(5431), - [anon_sym_word] = ACTIONS(5431), - [anon_sym_enum] = ACTIONS(5431), - [anon_sym_class] = ACTIONS(5431), - [anon_sym_struct] = ACTIONS(5431), - [anon_sym_union] = ACTIONS(5431), + [1863] = { + [sym__declaration_modifiers] = STATE(2928), + [sym_attribute_specifier] = STATE(2928), + [sym_attribute_declaration] = STATE(2928), + [sym_ms_declspec_modifier] = STATE(2928), + [sym_storage_class_specifier] = STATE(2928), + [sym_type_qualifier] = STATE(2928), + [sym_alignas_qualifier] = STATE(1625), + [sym_type_specifier] = STATE(2322), + [sym_sized_type_specifier] = STATE(2367), + [sym_primitive_type] = STATE(2637), + [sym_enum_specifier] = STATE(2367), + [sym_struct_specifier] = STATE(2367), + [sym_union_specifier] = STATE(2367), + [sym_placeholder_type_specifier] = STATE(2367), + [sym_decltype_auto] = STATE(2412), + [sym_decltype] = STATE(2319), + [sym_class_specifier] = STATE(2367), + [sym_dependent_type] = STATE(2367), + [sym_template_type] = STATE(2319), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(6531), + [sym_qualified_type_identifier] = STATE(2949), + [aux_sym__declaration_specifiers_repeat1] = STATE(2928), + [aux_sym_sized_type_specifier_repeat1] = STATE(2121), + [sym_identifier] = ACTIONS(4817), + [anon_sym___extension__] = ACTIONS(65), + [anon_sym_virtual] = ACTIONS(5639), + [anon_sym_extern] = ACTIONS(61), + [anon_sym___attribute__] = ACTIONS(43), + [anon_sym___attribute] = ACTIONS(43), + [anon_sym_COLON_COLON] = ACTIONS(4827), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), + [anon_sym___declspec] = ACTIONS(49), + [anon_sym_signed] = ACTIONS(57), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [anon_sym_static] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym___inline] = ACTIONS(61), + [anon_sym___inline__] = ACTIONS(61), + [anon_sym___forceinline] = ACTIONS(61), + [anon_sym_thread_local] = ACTIONS(61), + [anon_sym___thread] = ACTIONS(61), + [anon_sym_const] = ACTIONS(65), + [anon_sym_constexpr] = ACTIONS(65), + [anon_sym_volatile] = ACTIONS(65), + [anon_sym_restrict] = ACTIONS(65), + [anon_sym___restrict__] = ACTIONS(65), + [anon_sym__Atomic] = ACTIONS(65), + [anon_sym__Noreturn] = ACTIONS(65), + [anon_sym_noreturn] = ACTIONS(65), + [anon_sym__Nonnull] = ACTIONS(65), + [anon_sym_mutable] = ACTIONS(65), + [anon_sym_constinit] = ACTIONS(65), + [anon_sym_consteval] = ACTIONS(65), + [anon_sym_PROGMEM] = ACTIONS(65), + [anon_sym_alignas] = ACTIONS(67), + [anon_sym__Alignas] = ACTIONS(67), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1866), + [anon_sym_class] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1870), + [anon_sym_union] = ACTIONS(1872), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5431), - [anon_sym_decltype] = ACTIONS(5431), - [anon_sym_explicit] = ACTIONS(5431), - [anon_sym_typename] = ACTIONS(5431), - [anon_sym_template] = ACTIONS(5431), - [anon_sym_operator] = ACTIONS(5431), - [anon_sym_friend] = ACTIONS(5431), - [anon_sym_public] = ACTIONS(5431), - [anon_sym_private] = ACTIONS(5431), - [anon_sym_protected] = ACTIONS(5431), - [anon_sym_using] = ACTIONS(5431), - [anon_sym_static_assert] = ACTIONS(5431), + [sym_auto] = ACTIONS(125), + [anon_sym_decltype] = ACTIONS(127), + [anon_sym_typename] = ACTIONS(1898), + [anon_sym_template] = ACTIONS(1241), }, - [1960] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_RBRACE] = ACTIONS(5419), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), + [1864] = { + [sym_identifier] = ACTIONS(5647), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5649), + [anon_sym_COMMA] = ACTIONS(5649), + [anon_sym_RPAREN] = ACTIONS(5649), + [aux_sym_preproc_if_token2] = ACTIONS(5649), + [aux_sym_preproc_else_token1] = ACTIONS(5649), + [aux_sym_preproc_elif_token1] = ACTIONS(5647), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5649), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5649), + [anon_sym_LPAREN2] = ACTIONS(5649), + [anon_sym_DASH] = ACTIONS(5647), + [anon_sym_PLUS] = ACTIONS(5647), + [anon_sym_STAR] = ACTIONS(5647), + [anon_sym_SLASH] = ACTIONS(5647), + [anon_sym_PERCENT] = ACTIONS(5647), + [anon_sym_PIPE_PIPE] = ACTIONS(5649), + [anon_sym_AMP_AMP] = ACTIONS(5649), + [anon_sym_PIPE] = ACTIONS(5647), + [anon_sym_CARET] = ACTIONS(5647), + [anon_sym_AMP] = ACTIONS(5647), + [anon_sym_EQ_EQ] = ACTIONS(5649), + [anon_sym_BANG_EQ] = ACTIONS(5649), + [anon_sym_GT] = ACTIONS(5647), + [anon_sym_GT_EQ] = ACTIONS(5649), + [anon_sym_LT_EQ] = ACTIONS(5647), + [anon_sym_LT] = ACTIONS(5647), + [anon_sym_LT_LT] = ACTIONS(5647), + [anon_sym_GT_GT] = ACTIONS(5647), + [anon_sym_SEMI] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(5649), + [anon_sym_LBRACK] = ACTIONS(5649), + [anon_sym_RBRACK] = ACTIONS(5649), + [anon_sym_EQ] = ACTIONS(5647), + [anon_sym_COLON] = ACTIONS(5649), + [anon_sym_QMARK] = ACTIONS(5649), + [anon_sym_STAR_EQ] = ACTIONS(5649), + [anon_sym_SLASH_EQ] = ACTIONS(5649), + [anon_sym_PERCENT_EQ] = ACTIONS(5649), + [anon_sym_PLUS_EQ] = ACTIONS(5649), + [anon_sym_DASH_EQ] = ACTIONS(5649), + [anon_sym_LT_LT_EQ] = ACTIONS(5649), + [anon_sym_GT_GT_EQ] = ACTIONS(5649), + [anon_sym_AMP_EQ] = ACTIONS(5649), + [anon_sym_CARET_EQ] = ACTIONS(5649), + [anon_sym_PIPE_EQ] = ACTIONS(5649), + [anon_sym_and_eq] = ACTIONS(5647), + [anon_sym_or_eq] = ACTIONS(5647), + [anon_sym_xor_eq] = ACTIONS(5647), + [anon_sym_LT_EQ_GT] = ACTIONS(5649), + [anon_sym_or] = ACTIONS(5647), + [anon_sym_and] = ACTIONS(5647), + [anon_sym_bitor] = ACTIONS(5647), + [anon_sym_xor] = ACTIONS(5647), + [anon_sym_bitand] = ACTIONS(5647), + [anon_sym_not_eq] = ACTIONS(5647), + [anon_sym_DASH_DASH] = ACTIONS(5649), + [anon_sym_PLUS_PLUS] = ACTIONS(5649), + [anon_sym_DOT] = ACTIONS(5647), + [anon_sym_DOT_STAR] = ACTIONS(5649), + [anon_sym_DASH_GT] = ACTIONS(5649), + [anon_sym_L_DQUOTE] = ACTIONS(5649), + [anon_sym_u_DQUOTE] = ACTIONS(5649), + [anon_sym_U_DQUOTE] = ACTIONS(5649), + [anon_sym_u8_DQUOTE] = ACTIONS(5649), + [anon_sym_DQUOTE] = ACTIONS(5649), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5649), + [anon_sym_LR_DQUOTE] = ACTIONS(5649), + [anon_sym_uR_DQUOTE] = ACTIONS(5649), + [anon_sym_UR_DQUOTE] = ACTIONS(5649), + [anon_sym_u8R_DQUOTE] = ACTIONS(5649), + [sym_literal_suffix] = ACTIONS(5647), }, - [1961] = { - [sym_identifier] = ACTIONS(3037), - [aux_sym_preproc_def_token1] = ACTIONS(3037), - [aux_sym_preproc_if_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3037), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3037), - [sym_preproc_directive] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3039), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_SEMI] = ACTIONS(3039), - [anon_sym___extension__] = ACTIONS(3037), - [anon_sym_typedef] = ACTIONS(3037), - [anon_sym_virtual] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3037), - [anon_sym___attribute__] = ACTIONS(3037), - [anon_sym___attribute] = ACTIONS(3037), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3039), - [anon_sym___declspec] = ACTIONS(3037), - [anon_sym___based] = ACTIONS(3037), - [anon_sym_RBRACE] = ACTIONS(3039), - [anon_sym_signed] = ACTIONS(3037), - [anon_sym_unsigned] = ACTIONS(3037), - [anon_sym_long] = ACTIONS(3037), - [anon_sym_short] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3037), - [anon_sym_static] = ACTIONS(3037), - [anon_sym_register] = ACTIONS(3037), - [anon_sym_inline] = ACTIONS(3037), - [anon_sym___inline] = ACTIONS(3037), - [anon_sym___inline__] = ACTIONS(3037), - [anon_sym___forceinline] = ACTIONS(3037), - [anon_sym_thread_local] = ACTIONS(3037), - [anon_sym___thread] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_constexpr] = ACTIONS(3037), - [anon_sym_volatile] = ACTIONS(3037), - [anon_sym_restrict] = ACTIONS(3037), - [anon_sym___restrict__] = ACTIONS(3037), - [anon_sym__Atomic] = ACTIONS(3037), - [anon_sym__Noreturn] = ACTIONS(3037), - [anon_sym_noreturn] = ACTIONS(3037), - [anon_sym__Nonnull] = ACTIONS(3037), - [anon_sym_mutable] = ACTIONS(3037), - [anon_sym_constinit] = ACTIONS(3037), - [anon_sym_consteval] = ACTIONS(3037), - [anon_sym_PROGMEM] = ACTIONS(3037), - [anon_sym_alignas] = ACTIONS(3037), - [anon_sym__Alignas] = ACTIONS(3037), - [aux_sym_primitive_type_token1] = ACTIONS(3037), - [anon_sym_byte] = ACTIONS(3037), - [anon_sym_word] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_class] = ACTIONS(3037), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3037), - [anon_sym_decltype] = ACTIONS(3037), - [anon_sym_explicit] = ACTIONS(3037), - [anon_sym_typename] = ACTIONS(3037), - [anon_sym_template] = ACTIONS(3037), - [anon_sym_operator] = ACTIONS(3037), - [anon_sym_friend] = ACTIONS(3037), - [anon_sym_public] = ACTIONS(3037), - [anon_sym_private] = ACTIONS(3037), - [anon_sym_protected] = ACTIONS(3037), - [anon_sym_using] = ACTIONS(3037), - [anon_sym_static_assert] = ACTIONS(3037), + [1865] = { + [sym_identifier] = ACTIONS(5651), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5653), + [anon_sym_COMMA] = ACTIONS(5653), + [anon_sym_RPAREN] = ACTIONS(5653), + [aux_sym_preproc_if_token2] = ACTIONS(5653), + [aux_sym_preproc_else_token1] = ACTIONS(5653), + [aux_sym_preproc_elif_token1] = ACTIONS(5651), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5653), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5653), + [anon_sym_LPAREN2] = ACTIONS(5653), + [anon_sym_DASH] = ACTIONS(5651), + [anon_sym_PLUS] = ACTIONS(5651), + [anon_sym_STAR] = ACTIONS(5651), + [anon_sym_SLASH] = ACTIONS(5651), + [anon_sym_PERCENT] = ACTIONS(5651), + [anon_sym_PIPE_PIPE] = ACTIONS(5653), + [anon_sym_AMP_AMP] = ACTIONS(5653), + [anon_sym_PIPE] = ACTIONS(5651), + [anon_sym_CARET] = ACTIONS(5651), + [anon_sym_AMP] = ACTIONS(5651), + [anon_sym_EQ_EQ] = ACTIONS(5653), + [anon_sym_BANG_EQ] = ACTIONS(5653), + [anon_sym_GT] = ACTIONS(5651), + [anon_sym_GT_EQ] = ACTIONS(5653), + [anon_sym_LT_EQ] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5651), + [anon_sym_LT_LT] = ACTIONS(5651), + [anon_sym_GT_GT] = ACTIONS(5651), + [anon_sym_SEMI] = ACTIONS(5653), + [anon_sym_RBRACE] = ACTIONS(5653), + [anon_sym_LBRACK] = ACTIONS(5653), + [anon_sym_RBRACK] = ACTIONS(5653), + [anon_sym_EQ] = ACTIONS(5651), + [anon_sym_COLON] = ACTIONS(5653), + [anon_sym_QMARK] = ACTIONS(5653), + [anon_sym_STAR_EQ] = ACTIONS(5653), + [anon_sym_SLASH_EQ] = ACTIONS(5653), + [anon_sym_PERCENT_EQ] = ACTIONS(5653), + [anon_sym_PLUS_EQ] = ACTIONS(5653), + [anon_sym_DASH_EQ] = ACTIONS(5653), + [anon_sym_LT_LT_EQ] = ACTIONS(5653), + [anon_sym_GT_GT_EQ] = ACTIONS(5653), + [anon_sym_AMP_EQ] = ACTIONS(5653), + [anon_sym_CARET_EQ] = ACTIONS(5653), + [anon_sym_PIPE_EQ] = ACTIONS(5653), + [anon_sym_and_eq] = ACTIONS(5651), + [anon_sym_or_eq] = ACTIONS(5651), + [anon_sym_xor_eq] = ACTIONS(5651), + [anon_sym_LT_EQ_GT] = ACTIONS(5653), + [anon_sym_or] = ACTIONS(5651), + [anon_sym_and] = ACTIONS(5651), + [anon_sym_bitor] = ACTIONS(5651), + [anon_sym_xor] = ACTIONS(5651), + [anon_sym_bitand] = ACTIONS(5651), + [anon_sym_not_eq] = ACTIONS(5651), + [anon_sym_DASH_DASH] = ACTIONS(5653), + [anon_sym_PLUS_PLUS] = ACTIONS(5653), + [anon_sym_DOT] = ACTIONS(5651), + [anon_sym_DOT_STAR] = ACTIONS(5653), + [anon_sym_DASH_GT] = ACTIONS(5653), + [anon_sym_L_DQUOTE] = ACTIONS(5653), + [anon_sym_u_DQUOTE] = ACTIONS(5653), + [anon_sym_U_DQUOTE] = ACTIONS(5653), + [anon_sym_u8_DQUOTE] = ACTIONS(5653), + [anon_sym_DQUOTE] = ACTIONS(5653), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5653), + [anon_sym_LR_DQUOTE] = ACTIONS(5653), + [anon_sym_uR_DQUOTE] = ACTIONS(5653), + [anon_sym_UR_DQUOTE] = ACTIONS(5653), + [anon_sym_u8R_DQUOTE] = ACTIONS(5653), + [sym_literal_suffix] = ACTIONS(5651), }, - [1962] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token2] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_friend] = ACTIONS(3142), - [anon_sym_public] = ACTIONS(3142), - [anon_sym_private] = ACTIONS(3142), - [anon_sym_protected] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), + [1866] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), }, - [1963] = { - [sym_identifier] = ACTIONS(5435), - [aux_sym_preproc_def_token1] = ACTIONS(5435), - [aux_sym_preproc_if_token1] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), - [sym_preproc_directive] = ACTIONS(5435), - [anon_sym_LPAREN2] = ACTIONS(5437), - [anon_sym_TILDE] = ACTIONS(5437), - [anon_sym_STAR] = ACTIONS(5437), - [anon_sym_AMP_AMP] = ACTIONS(5437), - [anon_sym_AMP] = ACTIONS(5435), - [anon_sym_SEMI] = ACTIONS(5437), - [anon_sym___extension__] = ACTIONS(5435), - [anon_sym_typedef] = ACTIONS(5435), - [anon_sym_virtual] = ACTIONS(5435), - [anon_sym_extern] = ACTIONS(5435), - [anon_sym___attribute__] = ACTIONS(5435), - [anon_sym___attribute] = ACTIONS(5435), - [anon_sym_COLON_COLON] = ACTIONS(5437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), - [anon_sym___declspec] = ACTIONS(5435), - [anon_sym___based] = ACTIONS(5435), - [anon_sym_RBRACE] = ACTIONS(5437), - [anon_sym_signed] = ACTIONS(5435), - [anon_sym_unsigned] = ACTIONS(5435), - [anon_sym_long] = ACTIONS(5435), - [anon_sym_short] = ACTIONS(5435), - [anon_sym_LBRACK] = ACTIONS(5435), - [anon_sym_static] = ACTIONS(5435), - [anon_sym_register] = ACTIONS(5435), - [anon_sym_inline] = ACTIONS(5435), - [anon_sym___inline] = ACTIONS(5435), - [anon_sym___inline__] = ACTIONS(5435), - [anon_sym___forceinline] = ACTIONS(5435), - [anon_sym_thread_local] = ACTIONS(5435), - [anon_sym___thread] = ACTIONS(5435), - [anon_sym_const] = ACTIONS(5435), - [anon_sym_constexpr] = ACTIONS(5435), - [anon_sym_volatile] = ACTIONS(5435), - [anon_sym_restrict] = ACTIONS(5435), - [anon_sym___restrict__] = ACTIONS(5435), - [anon_sym__Atomic] = ACTIONS(5435), - [anon_sym__Noreturn] = ACTIONS(5435), - [anon_sym_noreturn] = ACTIONS(5435), - [anon_sym__Nonnull] = ACTIONS(5435), - [anon_sym_mutable] = ACTIONS(5435), - [anon_sym_constinit] = ACTIONS(5435), - [anon_sym_consteval] = ACTIONS(5435), - [anon_sym_PROGMEM] = ACTIONS(5435), - [anon_sym_alignas] = ACTIONS(5435), - [anon_sym__Alignas] = ACTIONS(5435), - [aux_sym_primitive_type_token1] = ACTIONS(5435), - [anon_sym_byte] = ACTIONS(5435), - [anon_sym_word] = ACTIONS(5435), - [anon_sym_enum] = ACTIONS(5435), - [anon_sym_class] = ACTIONS(5435), - [anon_sym_struct] = ACTIONS(5435), - [anon_sym_union] = ACTIONS(5435), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5435), - [anon_sym_decltype] = ACTIONS(5435), - [anon_sym_explicit] = ACTIONS(5435), - [anon_sym_typename] = ACTIONS(5435), - [anon_sym_template] = ACTIONS(5435), - [anon_sym_operator] = ACTIONS(5435), - [anon_sym_friend] = ACTIONS(5435), - [anon_sym_public] = ACTIONS(5435), - [anon_sym_private] = ACTIONS(5435), - [anon_sym_protected] = ACTIONS(5435), - [anon_sym_using] = ACTIONS(5435), - [anon_sym_static_assert] = ACTIONS(5435), + [1867] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + [anon_sym_catch] = ACTIONS(1920), }, - [1964] = { - [sym_identifier] = ACTIONS(5402), - [aux_sym_preproc_def_token1] = ACTIONS(5402), - [aux_sym_preproc_if_token1] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5402), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5402), - [sym_preproc_directive] = ACTIONS(5402), - [anon_sym_LPAREN2] = ACTIONS(5404), - [anon_sym_TILDE] = ACTIONS(5404), - [anon_sym_STAR] = ACTIONS(5404), - [anon_sym_AMP_AMP] = ACTIONS(5404), - [anon_sym_AMP] = ACTIONS(5402), - [anon_sym_SEMI] = ACTIONS(5404), - [anon_sym___extension__] = ACTIONS(5402), - [anon_sym_typedef] = ACTIONS(5402), - [anon_sym_virtual] = ACTIONS(5402), - [anon_sym_extern] = ACTIONS(5402), - [anon_sym___attribute__] = ACTIONS(5402), - [anon_sym___attribute] = ACTIONS(5402), - [anon_sym_COLON_COLON] = ACTIONS(5404), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5404), - [anon_sym___declspec] = ACTIONS(5402), - [anon_sym___based] = ACTIONS(5402), - [anon_sym_RBRACE] = ACTIONS(5404), - [anon_sym_signed] = ACTIONS(5402), - [anon_sym_unsigned] = ACTIONS(5402), - [anon_sym_long] = ACTIONS(5402), - [anon_sym_short] = ACTIONS(5402), - [anon_sym_LBRACK] = ACTIONS(5402), - [anon_sym_static] = ACTIONS(5402), - [anon_sym_register] = ACTIONS(5402), - [anon_sym_inline] = ACTIONS(5402), - [anon_sym___inline] = ACTIONS(5402), - [anon_sym___inline__] = ACTIONS(5402), - [anon_sym___forceinline] = ACTIONS(5402), - [anon_sym_thread_local] = ACTIONS(5402), - [anon_sym___thread] = ACTIONS(5402), - [anon_sym_const] = ACTIONS(5402), - [anon_sym_constexpr] = ACTIONS(5402), - [anon_sym_volatile] = ACTIONS(5402), - [anon_sym_restrict] = ACTIONS(5402), - [anon_sym___restrict__] = ACTIONS(5402), - [anon_sym__Atomic] = ACTIONS(5402), - [anon_sym__Noreturn] = ACTIONS(5402), - [anon_sym_noreturn] = ACTIONS(5402), - [anon_sym__Nonnull] = ACTIONS(5402), - [anon_sym_mutable] = ACTIONS(5402), - [anon_sym_constinit] = ACTIONS(5402), - [anon_sym_consteval] = ACTIONS(5402), - [anon_sym_PROGMEM] = ACTIONS(5402), - [anon_sym_alignas] = ACTIONS(5402), - [anon_sym__Alignas] = ACTIONS(5402), - [aux_sym_primitive_type_token1] = ACTIONS(5402), - [anon_sym_byte] = ACTIONS(5402), - [anon_sym_word] = ACTIONS(5402), - [anon_sym_enum] = ACTIONS(5402), - [anon_sym_class] = ACTIONS(5402), - [anon_sym_struct] = ACTIONS(5402), - [anon_sym_union] = ACTIONS(5402), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5402), - [anon_sym_decltype] = ACTIONS(5402), - [anon_sym_explicit] = ACTIONS(5402), - [anon_sym_typename] = ACTIONS(5402), - [anon_sym_template] = ACTIONS(5402), - [anon_sym_operator] = ACTIONS(5402), - [anon_sym_friend] = ACTIONS(5402), - [anon_sym_public] = ACTIONS(5402), - [anon_sym_private] = ACTIONS(5402), - [anon_sym_protected] = ACTIONS(5402), - [anon_sym_using] = ACTIONS(5402), - [anon_sym_static_assert] = ACTIONS(5402), + [1868] = { + [sym_identifier] = ACTIONS(5655), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5657), + [anon_sym_COMMA] = ACTIONS(5657), + [anon_sym_RPAREN] = ACTIONS(5657), + [aux_sym_preproc_if_token2] = ACTIONS(5657), + [aux_sym_preproc_else_token1] = ACTIONS(5657), + [aux_sym_preproc_elif_token1] = ACTIONS(5655), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5657), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5657), + [anon_sym_LPAREN2] = ACTIONS(5657), + [anon_sym_DASH] = ACTIONS(5655), + [anon_sym_PLUS] = ACTIONS(5655), + [anon_sym_STAR] = ACTIONS(5655), + [anon_sym_SLASH] = ACTIONS(5655), + [anon_sym_PERCENT] = ACTIONS(5655), + [anon_sym_PIPE_PIPE] = ACTIONS(5657), + [anon_sym_AMP_AMP] = ACTIONS(5657), + [anon_sym_PIPE] = ACTIONS(5655), + [anon_sym_CARET] = ACTIONS(5655), + [anon_sym_AMP] = ACTIONS(5655), + [anon_sym_EQ_EQ] = ACTIONS(5657), + [anon_sym_BANG_EQ] = ACTIONS(5657), + [anon_sym_GT] = ACTIONS(5655), + [anon_sym_GT_EQ] = ACTIONS(5657), + [anon_sym_LT_EQ] = ACTIONS(5655), + [anon_sym_LT] = ACTIONS(5655), + [anon_sym_LT_LT] = ACTIONS(5655), + [anon_sym_GT_GT] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(5657), + [anon_sym_RBRACE] = ACTIONS(5657), + [anon_sym_LBRACK] = ACTIONS(5657), + [anon_sym_RBRACK] = ACTIONS(5657), + [anon_sym_EQ] = ACTIONS(5655), + [anon_sym_COLON] = ACTIONS(5657), + [anon_sym_QMARK] = ACTIONS(5657), + [anon_sym_STAR_EQ] = ACTIONS(5657), + [anon_sym_SLASH_EQ] = ACTIONS(5657), + [anon_sym_PERCENT_EQ] = ACTIONS(5657), + [anon_sym_PLUS_EQ] = ACTIONS(5657), + [anon_sym_DASH_EQ] = ACTIONS(5657), + [anon_sym_LT_LT_EQ] = ACTIONS(5657), + [anon_sym_GT_GT_EQ] = ACTIONS(5657), + [anon_sym_AMP_EQ] = ACTIONS(5657), + [anon_sym_CARET_EQ] = ACTIONS(5657), + [anon_sym_PIPE_EQ] = ACTIONS(5657), + [anon_sym_and_eq] = ACTIONS(5655), + [anon_sym_or_eq] = ACTIONS(5655), + [anon_sym_xor_eq] = ACTIONS(5655), + [anon_sym_LT_EQ_GT] = ACTIONS(5657), + [anon_sym_or] = ACTIONS(5655), + [anon_sym_and] = ACTIONS(5655), + [anon_sym_bitor] = ACTIONS(5655), + [anon_sym_xor] = ACTIONS(5655), + [anon_sym_bitand] = ACTIONS(5655), + [anon_sym_not_eq] = ACTIONS(5655), + [anon_sym_DASH_DASH] = ACTIONS(5657), + [anon_sym_PLUS_PLUS] = ACTIONS(5657), + [anon_sym_DOT] = ACTIONS(5655), + [anon_sym_DOT_STAR] = ACTIONS(5657), + [anon_sym_DASH_GT] = ACTIONS(5657), + [anon_sym_L_DQUOTE] = ACTIONS(5657), + [anon_sym_u_DQUOTE] = ACTIONS(5657), + [anon_sym_U_DQUOTE] = ACTIONS(5657), + [anon_sym_u8_DQUOTE] = ACTIONS(5657), + [anon_sym_DQUOTE] = ACTIONS(5657), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5657), + [anon_sym_LR_DQUOTE] = ACTIONS(5657), + [anon_sym_uR_DQUOTE] = ACTIONS(5657), + [anon_sym_UR_DQUOTE] = ACTIONS(5657), + [anon_sym_u8R_DQUOTE] = ACTIONS(5657), + [sym_literal_suffix] = ACTIONS(5655), }, - [1965] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), + [1869] = { + [sym_attribute_specifier] = STATE(2192), + [sym_field_declaration_list] = STATE(2174), + [sym_virtual_specifier] = STATE(6862), + [sym_base_class_clause] = STATE(7656), + [sym_identifier] = ACTIONS(5659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5661), + [anon_sym_COMMA] = ACTIONS(5661), + [anon_sym_RPAREN] = ACTIONS(5661), + [aux_sym_preproc_if_token2] = ACTIONS(5661), + [aux_sym_preproc_else_token1] = ACTIONS(5661), + [aux_sym_preproc_elif_token1] = ACTIONS(5659), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5661), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5661), + [anon_sym_LPAREN2] = ACTIONS(5661), + [anon_sym_DASH] = ACTIONS(5659), + [anon_sym_PLUS] = ACTIONS(5659), + [anon_sym_STAR] = ACTIONS(5659), + [anon_sym_SLASH] = ACTIONS(5659), + [anon_sym_PERCENT] = ACTIONS(5659), + [anon_sym_PIPE_PIPE] = ACTIONS(5661), + [anon_sym_AMP_AMP] = ACTIONS(5661), + [anon_sym_PIPE] = ACTIONS(5659), + [anon_sym_CARET] = ACTIONS(5659), + [anon_sym_AMP] = ACTIONS(5659), + [anon_sym_EQ_EQ] = ACTIONS(5661), + [anon_sym_BANG_EQ] = ACTIONS(5661), + [anon_sym_GT] = ACTIONS(5659), + [anon_sym_GT_EQ] = ACTIONS(5661), + [anon_sym_LT_EQ] = ACTIONS(5659), + [anon_sym_LT] = ACTIONS(5659), + [anon_sym_LT_LT] = ACTIONS(5659), + [anon_sym_GT_GT] = ACTIONS(5659), + [anon_sym_SEMI] = ACTIONS(5661), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5665), + [anon_sym_RBRACE] = ACTIONS(5661), + [anon_sym_LBRACK] = ACTIONS(5661), + [anon_sym_RBRACK] = ACTIONS(5661), + [anon_sym_EQ] = ACTIONS(5659), + [anon_sym_COLON] = ACTIONS(5667), + [anon_sym_QMARK] = ACTIONS(5661), + [anon_sym_STAR_EQ] = ACTIONS(5661), + [anon_sym_SLASH_EQ] = ACTIONS(5661), + [anon_sym_PERCENT_EQ] = ACTIONS(5661), + [anon_sym_PLUS_EQ] = ACTIONS(5661), + [anon_sym_DASH_EQ] = ACTIONS(5661), + [anon_sym_LT_LT_EQ] = ACTIONS(5661), + [anon_sym_GT_GT_EQ] = ACTIONS(5661), + [anon_sym_AMP_EQ] = ACTIONS(5661), + [anon_sym_CARET_EQ] = ACTIONS(5661), + [anon_sym_PIPE_EQ] = ACTIONS(5661), + [anon_sym_and_eq] = ACTIONS(5659), + [anon_sym_or_eq] = ACTIONS(5659), + [anon_sym_xor_eq] = ACTIONS(5659), + [anon_sym_LT_EQ_GT] = ACTIONS(5661), + [anon_sym_or] = ACTIONS(5659), + [anon_sym_and] = ACTIONS(5659), + [anon_sym_bitor] = ACTIONS(5659), + [anon_sym_xor] = ACTIONS(5659), + [anon_sym_bitand] = ACTIONS(5659), + [anon_sym_not_eq] = ACTIONS(5659), + [anon_sym_DASH_DASH] = ACTIONS(5661), + [anon_sym_PLUS_PLUS] = ACTIONS(5661), + [anon_sym_DOT] = ACTIONS(5659), + [anon_sym_DOT_STAR] = ACTIONS(5661), + [anon_sym_DASH_GT] = ACTIONS(5661), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5659), + [anon_sym_decltype] = ACTIONS(5659), + [anon_sym_final] = ACTIONS(5669), + [anon_sym_override] = ACTIONS(5669), }, - [1966] = { - [sym_identifier] = ACTIONS(2781), - [aux_sym_preproc_def_token1] = ACTIONS(2781), - [aux_sym_preproc_if_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2781), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2781), - [sym_preproc_directive] = ACTIONS(2781), - [anon_sym_LPAREN2] = ACTIONS(2783), - [anon_sym_TILDE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_AMP_AMP] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym___extension__] = ACTIONS(2781), - [anon_sym_typedef] = ACTIONS(2781), - [anon_sym_virtual] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym___attribute__] = ACTIONS(2781), - [anon_sym___attribute] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2783), - [anon_sym___declspec] = ACTIONS(2781), - [anon_sym___based] = ACTIONS(2781), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_signed] = ACTIONS(2781), - [anon_sym_unsigned] = ACTIONS(2781), - [anon_sym_long] = ACTIONS(2781), - [anon_sym_short] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_register] = ACTIONS(2781), - [anon_sym_inline] = ACTIONS(2781), - [anon_sym___inline] = ACTIONS(2781), - [anon_sym___inline__] = ACTIONS(2781), - [anon_sym___forceinline] = ACTIONS(2781), - [anon_sym_thread_local] = ACTIONS(2781), - [anon_sym___thread] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_constexpr] = ACTIONS(2781), - [anon_sym_volatile] = ACTIONS(2781), - [anon_sym_restrict] = ACTIONS(2781), - [anon_sym___restrict__] = ACTIONS(2781), - [anon_sym__Atomic] = ACTIONS(2781), - [anon_sym__Noreturn] = ACTIONS(2781), - [anon_sym_noreturn] = ACTIONS(2781), - [anon_sym__Nonnull] = ACTIONS(2781), - [anon_sym_mutable] = ACTIONS(2781), - [anon_sym_constinit] = ACTIONS(2781), - [anon_sym_consteval] = ACTIONS(2781), - [anon_sym_PROGMEM] = ACTIONS(2781), - [anon_sym_alignas] = ACTIONS(2781), - [anon_sym__Alignas] = ACTIONS(2781), - [aux_sym_primitive_type_token1] = ACTIONS(2781), - [anon_sym_byte] = ACTIONS(2781), - [anon_sym_word] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_class] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), + [1870] = { + [sym_identifier] = ACTIONS(4876), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_RPAREN] = ACTIONS(4883), + [aux_sym_preproc_if_token2] = ACTIONS(4883), + [aux_sym_preproc_else_token1] = ACTIONS(4883), + [aux_sym_preproc_elif_token1] = ACTIONS(4876), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4883), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4883), + [anon_sym_LPAREN2] = ACTIONS(4883), + [anon_sym_DASH] = ACTIONS(4876), + [anon_sym_PLUS] = ACTIONS(4876), + [anon_sym_STAR] = ACTIONS(4883), + [anon_sym_SLASH] = ACTIONS(4876), + [anon_sym_PERCENT] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_PIPE] = ACTIONS(4876), + [anon_sym_CARET] = ACTIONS(4883), + [anon_sym_AMP] = ACTIONS(4876), + [anon_sym_EQ_EQ] = ACTIONS(4883), + [anon_sym_BANG_EQ] = ACTIONS(4883), + [anon_sym_GT] = ACTIONS(4876), + [anon_sym_GT_EQ] = ACTIONS(4883), + [anon_sym_LT_EQ] = ACTIONS(4876), + [anon_sym_LT] = ACTIONS(4876), + [anon_sym_LT_LT] = ACTIONS(4883), + [anon_sym_GT_GT] = ACTIONS(4883), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym___extension__] = ACTIONS(4876), + [anon_sym___attribute__] = ACTIONS(4876), + [anon_sym___attribute] = ACTIONS(4876), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4883), + [anon_sym_RBRACK] = ACTIONS(4883), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4876), + [anon_sym_volatile] = ACTIONS(4876), + [anon_sym_restrict] = ACTIONS(4876), + [anon_sym___restrict__] = ACTIONS(4876), + [anon_sym__Atomic] = ACTIONS(4876), + [anon_sym__Noreturn] = ACTIONS(4876), + [anon_sym_noreturn] = ACTIONS(4876), + [anon_sym__Nonnull] = ACTIONS(4876), + [anon_sym_mutable] = ACTIONS(4876), + [anon_sym_constinit] = ACTIONS(4876), + [anon_sym_consteval] = ACTIONS(4876), + [anon_sym_PROGMEM] = ACTIONS(4876), + [anon_sym_alignas] = ACTIONS(4876), + [anon_sym__Alignas] = ACTIONS(4876), + [anon_sym_COLON] = ACTIONS(4876), + [anon_sym_QMARK] = ACTIONS(4883), + [anon_sym_LT_EQ_GT] = ACTIONS(4883), + [anon_sym_or] = ACTIONS(4876), + [anon_sym_and] = ACTIONS(4876), + [anon_sym_bitor] = ACTIONS(4876), + [anon_sym_xor] = ACTIONS(4876), + [anon_sym_bitand] = ACTIONS(4876), + [anon_sym_not_eq] = ACTIONS(4876), + [anon_sym_DASH_DASH] = ACTIONS(4883), + [anon_sym_PLUS_PLUS] = ACTIONS(4883), + [anon_sym_DOT] = ACTIONS(4876), + [anon_sym_DOT_STAR] = ACTIONS(4883), + [anon_sym_DASH_GT] = ACTIONS(4883), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2781), - [anon_sym_decltype] = ACTIONS(2781), - [anon_sym_explicit] = ACTIONS(2781), - [anon_sym_typename] = ACTIONS(2781), - [anon_sym_template] = ACTIONS(2781), - [anon_sym_operator] = ACTIONS(2781), - [anon_sym_friend] = ACTIONS(2781), - [anon_sym_public] = ACTIONS(2781), - [anon_sym_private] = ACTIONS(2781), - [anon_sym_protected] = ACTIONS(2781), - [anon_sym_using] = ACTIONS(2781), - [anon_sym_static_assert] = ACTIONS(2781), + [sym_auto] = ACTIONS(4876), + [anon_sym_decltype] = ACTIONS(4876), + [anon_sym_final] = ACTIONS(4876), + [anon_sym_override] = ACTIONS(4876), + [anon_sym_requires] = ACTIONS(4876), }, - [1967] = { - [sym_identifier] = ACTIONS(3052), - [aux_sym_preproc_def_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token1] = ACTIONS(3052), - [aux_sym_preproc_if_token2] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3052), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3052), - [sym_preproc_directive] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3054), - [anon_sym_TILDE] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_AMP_AMP] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym___extension__] = ACTIONS(3052), - [anon_sym_typedef] = ACTIONS(3052), - [anon_sym_virtual] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym___attribute__] = ACTIONS(3052), - [anon_sym___attribute] = ACTIONS(3052), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3054), - [anon_sym___declspec] = ACTIONS(3052), - [anon_sym___based] = ACTIONS(3052), - [anon_sym_signed] = ACTIONS(3052), - [anon_sym_unsigned] = ACTIONS(3052), - [anon_sym_long] = ACTIONS(3052), - [anon_sym_short] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_register] = ACTIONS(3052), - [anon_sym_inline] = ACTIONS(3052), - [anon_sym___inline] = ACTIONS(3052), - [anon_sym___inline__] = ACTIONS(3052), - [anon_sym___forceinline] = ACTIONS(3052), - [anon_sym_thread_local] = ACTIONS(3052), - [anon_sym___thread] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_constexpr] = ACTIONS(3052), - [anon_sym_volatile] = ACTIONS(3052), - [anon_sym_restrict] = ACTIONS(3052), - [anon_sym___restrict__] = ACTIONS(3052), - [anon_sym__Atomic] = ACTIONS(3052), - [anon_sym__Noreturn] = ACTIONS(3052), - [anon_sym_noreturn] = ACTIONS(3052), - [anon_sym__Nonnull] = ACTIONS(3052), - [anon_sym_mutable] = ACTIONS(3052), - [anon_sym_constinit] = ACTIONS(3052), - [anon_sym_consteval] = ACTIONS(3052), - [anon_sym_PROGMEM] = ACTIONS(3052), - [anon_sym_alignas] = ACTIONS(3052), - [anon_sym__Alignas] = ACTIONS(3052), - [aux_sym_primitive_type_token1] = ACTIONS(3052), - [anon_sym_byte] = ACTIONS(3052), - [anon_sym_word] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_class] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3052), - [anon_sym_decltype] = ACTIONS(3052), - [anon_sym_explicit] = ACTIONS(3052), - [anon_sym_typename] = ACTIONS(3052), - [anon_sym_template] = ACTIONS(3052), - [anon_sym_operator] = ACTIONS(3052), - [anon_sym_friend] = ACTIONS(3052), - [anon_sym_public] = ACTIONS(3052), - [anon_sym_private] = ACTIONS(3052), - [anon_sym_protected] = ACTIONS(3052), - [anon_sym_using] = ACTIONS(3052), - [anon_sym_static_assert] = ACTIONS(3052), + [1871] = { + [sym_identifier] = ACTIONS(1924), + [aux_sym_preproc_def_token1] = ACTIONS(1924), + [aux_sym_preproc_if_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1924), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1924), + [sym_preproc_directive] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_typedef] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym_RBRACE] = ACTIONS(1922), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_friend] = ACTIONS(1924), + [anon_sym_public] = ACTIONS(1924), + [anon_sym_private] = ACTIONS(1924), + [anon_sym_protected] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_static_assert] = ACTIONS(1924), + [anon_sym_catch] = ACTIONS(1924), }, - [1968] = { - [sym_identifier] = ACTIONS(2777), - [aux_sym_preproc_def_token1] = ACTIONS(2777), - [aux_sym_preproc_if_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2777), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2777), - [sym_preproc_directive] = ACTIONS(2777), - [anon_sym_LPAREN2] = ACTIONS(2779), - [anon_sym_TILDE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_AMP_AMP] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym___extension__] = ACTIONS(2777), - [anon_sym_typedef] = ACTIONS(2777), - [anon_sym_virtual] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym___attribute__] = ACTIONS(2777), - [anon_sym___attribute] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2779), - [anon_sym___declspec] = ACTIONS(2777), - [anon_sym___based] = ACTIONS(2777), - [anon_sym_RBRACE] = ACTIONS(2779), - [anon_sym_signed] = ACTIONS(2777), - [anon_sym_unsigned] = ACTIONS(2777), - [anon_sym_long] = ACTIONS(2777), - [anon_sym_short] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_register] = ACTIONS(2777), - [anon_sym_inline] = ACTIONS(2777), - [anon_sym___inline] = ACTIONS(2777), - [anon_sym___inline__] = ACTIONS(2777), - [anon_sym___forceinline] = ACTIONS(2777), - [anon_sym_thread_local] = ACTIONS(2777), - [anon_sym___thread] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_constexpr] = ACTIONS(2777), - [anon_sym_volatile] = ACTIONS(2777), - [anon_sym_restrict] = ACTIONS(2777), - [anon_sym___restrict__] = ACTIONS(2777), - [anon_sym__Atomic] = ACTIONS(2777), - [anon_sym__Noreturn] = ACTIONS(2777), - [anon_sym_noreturn] = ACTIONS(2777), - [anon_sym__Nonnull] = ACTIONS(2777), - [anon_sym_mutable] = ACTIONS(2777), - [anon_sym_constinit] = ACTIONS(2777), - [anon_sym_consteval] = ACTIONS(2777), - [anon_sym_PROGMEM] = ACTIONS(2777), - [anon_sym_alignas] = ACTIONS(2777), - [anon_sym__Alignas] = ACTIONS(2777), - [aux_sym_primitive_type_token1] = ACTIONS(2777), - [anon_sym_byte] = ACTIONS(2777), - [anon_sym_word] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_class] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2777), - [anon_sym_decltype] = ACTIONS(2777), - [anon_sym_explicit] = ACTIONS(2777), - [anon_sym_typename] = ACTIONS(2777), - [anon_sym_template] = ACTIONS(2777), - [anon_sym_operator] = ACTIONS(2777), - [anon_sym_friend] = ACTIONS(2777), - [anon_sym_public] = ACTIONS(2777), - [anon_sym_private] = ACTIONS(2777), - [anon_sym_protected] = ACTIONS(2777), - [anon_sym_using] = ACTIONS(2777), - [anon_sym_static_assert] = ACTIONS(2777), + [1872] = { + [sym_identifier] = ACTIONS(5671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5673), + [anon_sym_COMMA] = ACTIONS(5673), + [anon_sym_RPAREN] = ACTIONS(5673), + [aux_sym_preproc_if_token2] = ACTIONS(5673), + [aux_sym_preproc_else_token1] = ACTIONS(5673), + [aux_sym_preproc_elif_token1] = ACTIONS(5671), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5673), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5673), + [anon_sym_LPAREN2] = ACTIONS(5673), + [anon_sym_DASH] = ACTIONS(5671), + [anon_sym_PLUS] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(5671), + [anon_sym_SLASH] = ACTIONS(5671), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_PIPE_PIPE] = ACTIONS(5673), + [anon_sym_AMP_AMP] = ACTIONS(5673), + [anon_sym_PIPE] = ACTIONS(5671), + [anon_sym_CARET] = ACTIONS(5671), + [anon_sym_AMP] = ACTIONS(5671), + [anon_sym_EQ_EQ] = ACTIONS(5673), + [anon_sym_BANG_EQ] = ACTIONS(5673), + [anon_sym_GT] = ACTIONS(5671), + [anon_sym_GT_EQ] = ACTIONS(5673), + [anon_sym_LT_EQ] = ACTIONS(5671), + [anon_sym_LT] = ACTIONS(5671), + [anon_sym_LT_LT] = ACTIONS(5671), + [anon_sym_GT_GT] = ACTIONS(5671), + [anon_sym_SEMI] = ACTIONS(5673), + [anon_sym_RBRACE] = ACTIONS(5673), + [anon_sym_LBRACK] = ACTIONS(5673), + [anon_sym_RBRACK] = ACTIONS(5673), + [anon_sym_EQ] = ACTIONS(5671), + [anon_sym_COLON] = ACTIONS(5673), + [anon_sym_QMARK] = ACTIONS(5673), + [anon_sym_STAR_EQ] = ACTIONS(5673), + [anon_sym_SLASH_EQ] = ACTIONS(5673), + [anon_sym_PERCENT_EQ] = ACTIONS(5673), + [anon_sym_PLUS_EQ] = ACTIONS(5673), + [anon_sym_DASH_EQ] = ACTIONS(5673), + [anon_sym_LT_LT_EQ] = ACTIONS(5673), + [anon_sym_GT_GT_EQ] = ACTIONS(5673), + [anon_sym_AMP_EQ] = ACTIONS(5673), + [anon_sym_CARET_EQ] = ACTIONS(5673), + [anon_sym_PIPE_EQ] = ACTIONS(5673), + [anon_sym_and_eq] = ACTIONS(5671), + [anon_sym_or_eq] = ACTIONS(5671), + [anon_sym_xor_eq] = ACTIONS(5671), + [anon_sym_LT_EQ_GT] = ACTIONS(5673), + [anon_sym_or] = ACTIONS(5671), + [anon_sym_and] = ACTIONS(5671), + [anon_sym_bitor] = ACTIONS(5671), + [anon_sym_xor] = ACTIONS(5671), + [anon_sym_bitand] = ACTIONS(5671), + [anon_sym_not_eq] = ACTIONS(5671), + [anon_sym_DASH_DASH] = ACTIONS(5673), + [anon_sym_PLUS_PLUS] = ACTIONS(5673), + [anon_sym_DOT] = ACTIONS(5671), + [anon_sym_DOT_STAR] = ACTIONS(5673), + [anon_sym_DASH_GT] = ACTIONS(5673), + [anon_sym_L_DQUOTE] = ACTIONS(5673), + [anon_sym_u_DQUOTE] = ACTIONS(5673), + [anon_sym_U_DQUOTE] = ACTIONS(5673), + [anon_sym_u8_DQUOTE] = ACTIONS(5673), + [anon_sym_DQUOTE] = ACTIONS(5673), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5673), + [anon_sym_LR_DQUOTE] = ACTIONS(5673), + [anon_sym_uR_DQUOTE] = ACTIONS(5673), + [anon_sym_UR_DQUOTE] = ACTIONS(5673), + [anon_sym_u8R_DQUOTE] = ACTIONS(5673), + [sym_literal_suffix] = ACTIONS(5671), }, - [1969] = { - [sym_identifier] = ACTIONS(5398), - [aux_sym_preproc_def_token1] = ACTIONS(5398), - [aux_sym_preproc_if_token1] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5398), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5398), - [sym_preproc_directive] = ACTIONS(5398), - [anon_sym_LPAREN2] = ACTIONS(5400), - [anon_sym_TILDE] = ACTIONS(5400), - [anon_sym_STAR] = ACTIONS(5400), - [anon_sym_AMP_AMP] = ACTIONS(5400), - [anon_sym_AMP] = ACTIONS(5398), - [anon_sym_SEMI] = ACTIONS(5400), - [anon_sym___extension__] = ACTIONS(5398), - [anon_sym_typedef] = ACTIONS(5398), - [anon_sym_virtual] = ACTIONS(5398), - [anon_sym_extern] = ACTIONS(5398), - [anon_sym___attribute__] = ACTIONS(5398), - [anon_sym___attribute] = ACTIONS(5398), - [anon_sym_COLON_COLON] = ACTIONS(5400), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5400), - [anon_sym___declspec] = ACTIONS(5398), - [anon_sym___based] = ACTIONS(5398), - [anon_sym_RBRACE] = ACTIONS(5400), - [anon_sym_signed] = ACTIONS(5398), - [anon_sym_unsigned] = ACTIONS(5398), - [anon_sym_long] = ACTIONS(5398), - [anon_sym_short] = ACTIONS(5398), - [anon_sym_LBRACK] = ACTIONS(5398), - [anon_sym_static] = ACTIONS(5398), - [anon_sym_register] = ACTIONS(5398), - [anon_sym_inline] = ACTIONS(5398), - [anon_sym___inline] = ACTIONS(5398), - [anon_sym___inline__] = ACTIONS(5398), - [anon_sym___forceinline] = ACTIONS(5398), - [anon_sym_thread_local] = ACTIONS(5398), - [anon_sym___thread] = ACTIONS(5398), - [anon_sym_const] = ACTIONS(5398), - [anon_sym_constexpr] = ACTIONS(5398), - [anon_sym_volatile] = ACTIONS(5398), - [anon_sym_restrict] = ACTIONS(5398), - [anon_sym___restrict__] = ACTIONS(5398), - [anon_sym__Atomic] = ACTIONS(5398), - [anon_sym__Noreturn] = ACTIONS(5398), - [anon_sym_noreturn] = ACTIONS(5398), - [anon_sym__Nonnull] = ACTIONS(5398), - [anon_sym_mutable] = ACTIONS(5398), - [anon_sym_constinit] = ACTIONS(5398), - [anon_sym_consteval] = ACTIONS(5398), - [anon_sym_PROGMEM] = ACTIONS(5398), - [anon_sym_alignas] = ACTIONS(5398), - [anon_sym__Alignas] = ACTIONS(5398), - [aux_sym_primitive_type_token1] = ACTIONS(5398), - [anon_sym_byte] = ACTIONS(5398), - [anon_sym_word] = ACTIONS(5398), - [anon_sym_enum] = ACTIONS(5398), - [anon_sym_class] = ACTIONS(5398), - [anon_sym_struct] = ACTIONS(5398), - [anon_sym_union] = ACTIONS(5398), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5398), - [anon_sym_decltype] = ACTIONS(5398), - [anon_sym_explicit] = ACTIONS(5398), - [anon_sym_typename] = ACTIONS(5398), - [anon_sym_template] = ACTIONS(5398), - [anon_sym_operator] = ACTIONS(5398), - [anon_sym_friend] = ACTIONS(5398), - [anon_sym_public] = ACTIONS(5398), - [anon_sym_private] = ACTIONS(5398), - [anon_sym_protected] = ACTIONS(5398), - [anon_sym_using] = ACTIONS(5398), - [anon_sym_static_assert] = ACTIONS(5398), + [1873] = { + [sym_identifier] = ACTIONS(2653), + [aux_sym_preproc_def_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token1] = ACTIONS(2653), + [aux_sym_preproc_if_token2] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2653), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2653), + [sym_preproc_directive] = ACTIONS(2653), + [anon_sym_LPAREN2] = ACTIONS(2655), + [anon_sym_TILDE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_AMP_AMP] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym___extension__] = ACTIONS(2653), + [anon_sym_typedef] = ACTIONS(2653), + [anon_sym_virtual] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym___attribute__] = ACTIONS(2653), + [anon_sym___attribute] = ACTIONS(2653), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2655), + [anon_sym___declspec] = ACTIONS(2653), + [anon_sym___based] = ACTIONS(2653), + [anon_sym_signed] = ACTIONS(2653), + [anon_sym_unsigned] = ACTIONS(2653), + [anon_sym_long] = ACTIONS(2653), + [anon_sym_short] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_register] = ACTIONS(2653), + [anon_sym_inline] = ACTIONS(2653), + [anon_sym___inline] = ACTIONS(2653), + [anon_sym___inline__] = ACTIONS(2653), + [anon_sym___forceinline] = ACTIONS(2653), + [anon_sym_thread_local] = ACTIONS(2653), + [anon_sym___thread] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_constexpr] = ACTIONS(2653), + [anon_sym_volatile] = ACTIONS(2653), + [anon_sym_restrict] = ACTIONS(2653), + [anon_sym___restrict__] = ACTIONS(2653), + [anon_sym__Atomic] = ACTIONS(2653), + [anon_sym__Noreturn] = ACTIONS(2653), + [anon_sym_noreturn] = ACTIONS(2653), + [anon_sym__Nonnull] = ACTIONS(2653), + [anon_sym_mutable] = ACTIONS(2653), + [anon_sym_constinit] = ACTIONS(2653), + [anon_sym_consteval] = ACTIONS(2653), + [anon_sym_PROGMEM] = ACTIONS(2653), + [anon_sym_alignas] = ACTIONS(2653), + [anon_sym__Alignas] = ACTIONS(2653), + [aux_sym_primitive_type_token1] = ACTIONS(2653), + [anon_sym_byte] = ACTIONS(2653), + [anon_sym_word] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_class] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2653), + [anon_sym_decltype] = ACTIONS(2653), + [anon_sym_explicit] = ACTIONS(2653), + [anon_sym_typename] = ACTIONS(2653), + [anon_sym_template] = ACTIONS(2653), + [anon_sym_operator] = ACTIONS(2653), + [anon_sym_friend] = ACTIONS(2653), + [anon_sym_public] = ACTIONS(2653), + [anon_sym_private] = ACTIONS(2653), + [anon_sym_protected] = ACTIONS(2653), + [anon_sym_using] = ACTIONS(2653), + [anon_sym_static_assert] = ACTIONS(2653), + [anon_sym_catch] = ACTIONS(2653), }, - [1970] = { - [sym_template_argument_list] = STATE(1577), - [sym_identifier] = ACTIONS(5689), - [anon_sym_LPAREN2] = ACTIONS(4133), - [anon_sym_TILDE] = ACTIONS(4133), - [anon_sym_STAR] = ACTIONS(4133), - [anon_sym_PIPE_PIPE] = ACTIONS(4133), - [anon_sym_AMP_AMP] = ACTIONS(4133), - [anon_sym_AMP] = ACTIONS(5689), - [anon_sym_LT] = ACTIONS(5691), - [anon_sym___extension__] = ACTIONS(5689), - [anon_sym_virtual] = ACTIONS(5689), - [anon_sym_extern] = ACTIONS(5689), - [anon_sym___attribute__] = ACTIONS(5689), - [anon_sym___attribute] = ACTIONS(5689), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4133), - [anon_sym___declspec] = ACTIONS(5689), - [anon_sym___based] = ACTIONS(5689), - [anon_sym___cdecl] = ACTIONS(5689), - [anon_sym___clrcall] = ACTIONS(5689), - [anon_sym___stdcall] = ACTIONS(5689), - [anon_sym___fastcall] = ACTIONS(5689), - [anon_sym___thiscall] = ACTIONS(5689), - [anon_sym___vectorcall] = ACTIONS(5689), - [anon_sym_signed] = ACTIONS(5689), - [anon_sym_unsigned] = ACTIONS(5689), - [anon_sym_long] = ACTIONS(5689), - [anon_sym_short] = ACTIONS(5689), - [anon_sym_LBRACK] = ACTIONS(5689), - [anon_sym_static] = ACTIONS(5689), - [anon_sym_register] = ACTIONS(5689), - [anon_sym_inline] = ACTIONS(5689), - [anon_sym___inline] = ACTIONS(5689), - [anon_sym___inline__] = ACTIONS(5689), - [anon_sym___forceinline] = ACTIONS(5689), - [anon_sym_thread_local] = ACTIONS(5689), - [anon_sym___thread] = ACTIONS(5689), - [anon_sym_const] = ACTIONS(5689), - [anon_sym_constexpr] = ACTIONS(5689), - [anon_sym_volatile] = ACTIONS(5689), - [anon_sym_restrict] = ACTIONS(5689), - [anon_sym___restrict__] = ACTIONS(5689), - [anon_sym__Atomic] = ACTIONS(5689), - [anon_sym__Noreturn] = ACTIONS(5689), - [anon_sym_noreturn] = ACTIONS(5689), - [anon_sym__Nonnull] = ACTIONS(5689), - [anon_sym_mutable] = ACTIONS(5689), - [anon_sym_constinit] = ACTIONS(5689), - [anon_sym_consteval] = ACTIONS(5689), - [anon_sym_PROGMEM] = ACTIONS(5689), - [anon_sym_alignas] = ACTIONS(5689), - [anon_sym__Alignas] = ACTIONS(5689), - [aux_sym_primitive_type_token1] = ACTIONS(5689), - [anon_sym_byte] = ACTIONS(5689), - [anon_sym_word] = ACTIONS(5689), - [anon_sym_enum] = ACTIONS(5689), - [anon_sym_class] = ACTIONS(5689), - [anon_sym_struct] = ACTIONS(5689), - [anon_sym_union] = ACTIONS(5689), - [anon_sym_or] = ACTIONS(5689), - [anon_sym_and] = ACTIONS(5689), + [1874] = { + [sym_type_qualifier] = STATE(1874), + [sym_alignas_qualifier] = STATE(2102), + [aux_sym__type_definition_type_repeat1] = STATE(1874), + [sym_identifier] = ACTIONS(4899), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4901), + [anon_sym_COMMA] = ACTIONS(4901), + [anon_sym_LPAREN2] = ACTIONS(4901), + [anon_sym_DASH] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4899), + [anon_sym_STAR] = ACTIONS(4901), + [anon_sym_SLASH] = ACTIONS(4899), + [anon_sym_PERCENT] = ACTIONS(4901), + [anon_sym_PIPE_PIPE] = ACTIONS(4901), + [anon_sym_AMP_AMP] = ACTIONS(4901), + [anon_sym_PIPE] = ACTIONS(4899), + [anon_sym_CARET] = ACTIONS(4901), + [anon_sym_AMP] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4901), + [anon_sym_BANG_EQ] = ACTIONS(4901), + [anon_sym_GT] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4899), + [anon_sym_LT_LT] = ACTIONS(4901), + [anon_sym_GT_GT] = ACTIONS(4899), + [anon_sym___extension__] = ACTIONS(5675), + [anon_sym___attribute__] = ACTIONS(4899), + [anon_sym___attribute] = ACTIONS(4899), + [anon_sym_LBRACE] = ACTIONS(4901), + [anon_sym_signed] = ACTIONS(4899), + [anon_sym_unsigned] = ACTIONS(4899), + [anon_sym_long] = ACTIONS(4899), + [anon_sym_short] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4901), + [anon_sym_const] = ACTIONS(5675), + [anon_sym_constexpr] = ACTIONS(5675), + [anon_sym_volatile] = ACTIONS(5675), + [anon_sym_restrict] = ACTIONS(5675), + [anon_sym___restrict__] = ACTIONS(5675), + [anon_sym__Atomic] = ACTIONS(5675), + [anon_sym__Noreturn] = ACTIONS(5675), + [anon_sym_noreturn] = ACTIONS(5675), + [anon_sym__Nonnull] = ACTIONS(5675), + [anon_sym_mutable] = ACTIONS(5675), + [anon_sym_constinit] = ACTIONS(5675), + [anon_sym_consteval] = ACTIONS(5675), + [anon_sym_PROGMEM] = ACTIONS(5675), + [anon_sym_alignas] = ACTIONS(5678), + [anon_sym__Alignas] = ACTIONS(5678), + [aux_sym_primitive_type_token1] = ACTIONS(4899), + [anon_sym_byte] = ACTIONS(4899), + [anon_sym_word] = ACTIONS(4899), + [anon_sym_QMARK] = ACTIONS(4901), + [anon_sym_LT_EQ_GT] = ACTIONS(4901), + [anon_sym_or] = ACTIONS(4899), + [anon_sym_and] = ACTIONS(4899), + [anon_sym_bitor] = ACTIONS(4899), + [anon_sym_xor] = ACTIONS(4899), + [anon_sym_bitand] = ACTIONS(4899), + [anon_sym_not_eq] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4901), + [anon_sym_PLUS_PLUS] = ACTIONS(4901), + [anon_sym_DOT] = ACTIONS(4899), + [anon_sym_DOT_STAR] = ACTIONS(4901), + [anon_sym_DASH_GT] = ACTIONS(4901), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4899), + [anon_sym_decltype] = ACTIONS(4899), + [anon_sym_final] = ACTIONS(4899), + [anon_sym_override] = ACTIONS(4899), + [anon_sym_GT2] = ACTIONS(4901), + [anon_sym_requires] = ACTIONS(4899), + }, + [1875] = { + [sym_identifier] = ACTIONS(1920), + [aux_sym_preproc_def_token1] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(2877), + [aux_sym_preproc_if_token1] = ACTIONS(1920), + [aux_sym_preproc_if_token2] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1920), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1920), + [sym_preproc_directive] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(2877), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_typedef] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(5272), + [anon_sym___attribute] = ACTIONS(5272), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_public] = ACTIONS(1920), + [anon_sym_private] = ACTIONS(1920), + [anon_sym_protected] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_static_assert] = ACTIONS(1920), + }, + [1876] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), + [anon_sym_COMMA] = ACTIONS(4878), + [anon_sym_RPAREN] = ACTIONS(4880), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4878), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym___extension__] = ACTIONS(4883), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4883), + [anon_sym_volatile] = ACTIONS(4883), + [anon_sym_restrict] = ACTIONS(4883), + [anon_sym___restrict__] = ACTIONS(4883), + [anon_sym__Atomic] = ACTIONS(4883), + [anon_sym__Noreturn] = ACTIONS(4883), + [anon_sym_noreturn] = ACTIONS(4883), + [anon_sym__Nonnull] = ACTIONS(4883), + [anon_sym_mutable] = ACTIONS(4883), + [anon_sym_constinit] = ACTIONS(4883), + [anon_sym_consteval] = ACTIONS(4883), + [anon_sym_PROGMEM] = ACTIONS(4883), + [anon_sym_alignas] = ACTIONS(4883), + [anon_sym__Alignas] = ACTIONS(4883), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4878), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4878), + [anon_sym_or_eq] = ACTIONS(4878), + [anon_sym_xor_eq] = ACTIONS(4878), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4878), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4878), + [anon_sym_not_eq] = ACTIONS(4878), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4885), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4883), + [anon_sym_decltype] = ACTIONS(4883), + [anon_sym_DASH_GT_STAR] = ACTIONS(4878), + }, + [1877] = { + [sym_type_qualifier] = STATE(1874), + [sym_alignas_qualifier] = STATE(2102), + [sym_primitive_type] = STATE(2223), + [aux_sym__type_definition_type_repeat1] = STATE(1874), + [aux_sym_sized_type_specifier_repeat1] = STATE(2224), + [sym_identifier] = ACTIONS(5681), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4964), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE] = ACTIONS(4966), + [anon_sym_CARET] = ACTIONS(4964), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_EQ_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4964), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_GT_EQ] = ACTIONS(4966), + [anon_sym_LT_EQ] = ACTIONS(4966), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_LT_LT] = ACTIONS(4964), + [anon_sym_GT_GT] = ACTIONS(4966), + [anon_sym___extension__] = ACTIONS(5683), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_signed] = ACTIONS(5685), + [anon_sym_unsigned] = ACTIONS(5685), + [anon_sym_long] = ACTIONS(5685), + [anon_sym_short] = ACTIONS(5685), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_const] = ACTIONS(5683), + [anon_sym_constexpr] = ACTIONS(5683), + [anon_sym_volatile] = ACTIONS(5683), + [anon_sym_restrict] = ACTIONS(5683), + [anon_sym___restrict__] = ACTIONS(5683), + [anon_sym__Atomic] = ACTIONS(5683), + [anon_sym__Noreturn] = ACTIONS(5683), + [anon_sym_noreturn] = ACTIONS(5683), + [anon_sym__Nonnull] = ACTIONS(5683), + [anon_sym_mutable] = ACTIONS(5683), + [anon_sym_constinit] = ACTIONS(5683), + [anon_sym_consteval] = ACTIONS(5683), + [anon_sym_PROGMEM] = ACTIONS(5683), + [anon_sym_alignas] = ACTIONS(5687), + [anon_sym__Alignas] = ACTIONS(5687), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_QMARK] = ACTIONS(4964), + [anon_sym_LT_EQ_GT] = ACTIONS(4964), + [anon_sym_or] = ACTIONS(4966), + [anon_sym_and] = ACTIONS(4966), + [anon_sym_bitor] = ACTIONS(4966), + [anon_sym_xor] = ACTIONS(4966), + [anon_sym_bitand] = ACTIONS(4966), + [anon_sym_not_eq] = ACTIONS(4966), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_DOT_STAR] = ACTIONS(4964), + [anon_sym_DASH_GT] = ACTIONS(4964), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5689), - [anon_sym_decltype] = ACTIONS(5689), - [anon_sym_explicit] = ACTIONS(5689), - [anon_sym_typename] = ACTIONS(5689), - [anon_sym_template] = ACTIONS(5689), - [anon_sym_operator] = ACTIONS(5689), - [anon_sym_friend] = ACTIONS(5689), - [anon_sym_using] = ACTIONS(5689), - [anon_sym_concept] = ACTIONS(5689), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_GT2] = ACTIONS(4964), }, - [1971] = { + [1878] = { [sym_identifier] = ACTIONS(3084), [aux_sym_preproc_def_token1] = ACTIONS(3084), [aux_sym_preproc_if_token1] = ACTIONS(3084), @@ -271156,4679 +264367,2270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3084), [anon_sym_static_assert] = ACTIONS(3084), }, - [1972] = { - [sym_identifier] = ACTIONS(5394), - [aux_sym_preproc_def_token1] = ACTIONS(5394), - [aux_sym_preproc_if_token1] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5394), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5394), - [sym_preproc_directive] = ACTIONS(5394), - [anon_sym_LPAREN2] = ACTIONS(5396), - [anon_sym_TILDE] = ACTIONS(5396), - [anon_sym_STAR] = ACTIONS(5396), - [anon_sym_AMP_AMP] = ACTIONS(5396), - [anon_sym_AMP] = ACTIONS(5394), - [anon_sym_SEMI] = ACTIONS(5396), - [anon_sym___extension__] = ACTIONS(5394), - [anon_sym_typedef] = ACTIONS(5394), - [anon_sym_virtual] = ACTIONS(5394), - [anon_sym_extern] = ACTIONS(5394), - [anon_sym___attribute__] = ACTIONS(5394), - [anon_sym___attribute] = ACTIONS(5394), - [anon_sym_COLON_COLON] = ACTIONS(5396), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5396), - [anon_sym___declspec] = ACTIONS(5394), - [anon_sym___based] = ACTIONS(5394), - [anon_sym_RBRACE] = ACTIONS(5396), - [anon_sym_signed] = ACTIONS(5394), - [anon_sym_unsigned] = ACTIONS(5394), - [anon_sym_long] = ACTIONS(5394), - [anon_sym_short] = ACTIONS(5394), - [anon_sym_LBRACK] = ACTIONS(5394), - [anon_sym_static] = ACTIONS(5394), - [anon_sym_register] = ACTIONS(5394), - [anon_sym_inline] = ACTIONS(5394), - [anon_sym___inline] = ACTIONS(5394), - [anon_sym___inline__] = ACTIONS(5394), - [anon_sym___forceinline] = ACTIONS(5394), - [anon_sym_thread_local] = ACTIONS(5394), - [anon_sym___thread] = ACTIONS(5394), - [anon_sym_const] = ACTIONS(5394), - [anon_sym_constexpr] = ACTIONS(5394), - [anon_sym_volatile] = ACTIONS(5394), - [anon_sym_restrict] = ACTIONS(5394), - [anon_sym___restrict__] = ACTIONS(5394), - [anon_sym__Atomic] = ACTIONS(5394), - [anon_sym__Noreturn] = ACTIONS(5394), - [anon_sym_noreturn] = ACTIONS(5394), - [anon_sym__Nonnull] = ACTIONS(5394), - [anon_sym_mutable] = ACTIONS(5394), - [anon_sym_constinit] = ACTIONS(5394), - [anon_sym_consteval] = ACTIONS(5394), - [anon_sym_PROGMEM] = ACTIONS(5394), - [anon_sym_alignas] = ACTIONS(5394), - [anon_sym__Alignas] = ACTIONS(5394), - [aux_sym_primitive_type_token1] = ACTIONS(5394), - [anon_sym_byte] = ACTIONS(5394), - [anon_sym_word] = ACTIONS(5394), - [anon_sym_enum] = ACTIONS(5394), - [anon_sym_class] = ACTIONS(5394), - [anon_sym_struct] = ACTIONS(5394), - [anon_sym_union] = ACTIONS(5394), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5394), - [anon_sym_decltype] = ACTIONS(5394), - [anon_sym_explicit] = ACTIONS(5394), - [anon_sym_typename] = ACTIONS(5394), - [anon_sym_template] = ACTIONS(5394), - [anon_sym_operator] = ACTIONS(5394), - [anon_sym_friend] = ACTIONS(5394), - [anon_sym_public] = ACTIONS(5394), - [anon_sym_private] = ACTIONS(5394), - [anon_sym_protected] = ACTIONS(5394), - [anon_sym_using] = ACTIONS(5394), - [anon_sym_static_assert] = ACTIONS(5394), - }, - [1973] = { - [sym_identifier] = ACTIONS(5377), - [aux_sym_preproc_def_token1] = ACTIONS(5377), - [aux_sym_preproc_if_token1] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5377), - [sym_preproc_directive] = ACTIONS(5377), - [anon_sym_LPAREN2] = ACTIONS(5379), - [anon_sym_TILDE] = ACTIONS(5379), - [anon_sym_STAR] = ACTIONS(5379), - [anon_sym_AMP_AMP] = ACTIONS(5379), - [anon_sym_AMP] = ACTIONS(5377), - [anon_sym_SEMI] = ACTIONS(5379), - [anon_sym___extension__] = ACTIONS(5377), - [anon_sym_typedef] = ACTIONS(5377), - [anon_sym_virtual] = ACTIONS(5377), - [anon_sym_extern] = ACTIONS(5377), - [anon_sym___attribute__] = ACTIONS(5377), - [anon_sym___attribute] = ACTIONS(5377), - [anon_sym_COLON_COLON] = ACTIONS(5379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5379), - [anon_sym___declspec] = ACTIONS(5377), - [anon_sym___based] = ACTIONS(5377), - [anon_sym_RBRACE] = ACTIONS(5379), - [anon_sym_signed] = ACTIONS(5377), - [anon_sym_unsigned] = ACTIONS(5377), - [anon_sym_long] = ACTIONS(5377), - [anon_sym_short] = ACTIONS(5377), - [anon_sym_LBRACK] = ACTIONS(5377), - [anon_sym_static] = ACTIONS(5377), - [anon_sym_register] = ACTIONS(5377), - [anon_sym_inline] = ACTIONS(5377), - [anon_sym___inline] = ACTIONS(5377), - [anon_sym___inline__] = ACTIONS(5377), - [anon_sym___forceinline] = ACTIONS(5377), - [anon_sym_thread_local] = ACTIONS(5377), - [anon_sym___thread] = ACTIONS(5377), - [anon_sym_const] = ACTIONS(5377), - [anon_sym_constexpr] = ACTIONS(5377), - [anon_sym_volatile] = ACTIONS(5377), - [anon_sym_restrict] = ACTIONS(5377), - [anon_sym___restrict__] = ACTIONS(5377), - [anon_sym__Atomic] = ACTIONS(5377), - [anon_sym__Noreturn] = ACTIONS(5377), - [anon_sym_noreturn] = ACTIONS(5377), - [anon_sym__Nonnull] = ACTIONS(5377), - [anon_sym_mutable] = ACTIONS(5377), - [anon_sym_constinit] = ACTIONS(5377), - [anon_sym_consteval] = ACTIONS(5377), - [anon_sym_PROGMEM] = ACTIONS(5377), - [anon_sym_alignas] = ACTIONS(5377), - [anon_sym__Alignas] = ACTIONS(5377), - [aux_sym_primitive_type_token1] = ACTIONS(5377), - [anon_sym_byte] = ACTIONS(5377), - [anon_sym_word] = ACTIONS(5377), - [anon_sym_enum] = ACTIONS(5377), - [anon_sym_class] = ACTIONS(5377), - [anon_sym_struct] = ACTIONS(5377), - [anon_sym_union] = ACTIONS(5377), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5377), - [anon_sym_decltype] = ACTIONS(5377), - [anon_sym_explicit] = ACTIONS(5377), - [anon_sym_typename] = ACTIONS(5377), - [anon_sym_template] = ACTIONS(5377), - [anon_sym_operator] = ACTIONS(5377), - [anon_sym_friend] = ACTIONS(5377), - [anon_sym_public] = ACTIONS(5377), - [anon_sym_private] = ACTIONS(5377), - [anon_sym_protected] = ACTIONS(5377), - [anon_sym_using] = ACTIONS(5377), - [anon_sym_static_assert] = ACTIONS(5377), - }, - [1974] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token2] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_friend] = ACTIONS(3138), - [anon_sym_public] = ACTIONS(3138), - [anon_sym_private] = ACTIONS(3138), - [anon_sym_protected] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), - }, - [1975] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(3809), - [sym__declarator] = STATE(6232), - [sym__abstract_declarator] = STATE(6499), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2511), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(2918), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2511), - [aux_sym_pointer_declarator_repeat1] = STATE(3809), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5695), - [anon_sym_RPAREN] = ACTIONS(5695), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5697), - [anon_sym_AMP_AMP] = ACTIONS(5699), - [anon_sym_AMP] = ACTIONS(5701), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5703), - [anon_sym___attribute] = ACTIONS(5703), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_EQ] = ACTIONS(5695), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), + [1879] = { + [sym_identifier] = ACTIONS(3088), + [aux_sym_preproc_def_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), + [sym_preproc_directive] = ACTIONS(3088), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym___extension__] = ACTIONS(3088), + [anon_sym_typedef] = ACTIONS(3088), + [anon_sym_virtual] = ACTIONS(3088), + [anon_sym_extern] = ACTIONS(3088), + [anon_sym___attribute__] = ACTIONS(3088), + [anon_sym___attribute] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), + [anon_sym___declspec] = ACTIONS(3088), + [anon_sym___based] = ACTIONS(3088), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_signed] = ACTIONS(3088), + [anon_sym_unsigned] = ACTIONS(3088), + [anon_sym_long] = ACTIONS(3088), + [anon_sym_short] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_static] = ACTIONS(3088), + [anon_sym_register] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym___inline] = ACTIONS(3088), + [anon_sym___inline__] = ACTIONS(3088), + [anon_sym___forceinline] = ACTIONS(3088), + [anon_sym_thread_local] = ACTIONS(3088), + [anon_sym___thread] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_constexpr] = ACTIONS(3088), + [anon_sym_volatile] = ACTIONS(3088), + [anon_sym_restrict] = ACTIONS(3088), + [anon_sym___restrict__] = ACTIONS(3088), + [anon_sym__Atomic] = ACTIONS(3088), + [anon_sym__Noreturn] = ACTIONS(3088), + [anon_sym_noreturn] = ACTIONS(3088), + [anon_sym__Nonnull] = ACTIONS(3088), + [anon_sym_mutable] = ACTIONS(3088), + [anon_sym_constinit] = ACTIONS(3088), + [anon_sym_consteval] = ACTIONS(3088), + [anon_sym_PROGMEM] = ACTIONS(3088), + [anon_sym_alignas] = ACTIONS(3088), + [anon_sym__Alignas] = ACTIONS(3088), + [aux_sym_primitive_type_token1] = ACTIONS(3088), + [anon_sym_byte] = ACTIONS(3088), + [anon_sym_word] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_class] = ACTIONS(3088), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(5695), - [anon_sym_operator] = ACTIONS(1836), - }, - [1976] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_RBRACE] = ACTIONS(2825), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), - }, - [1977] = { - [sym_identifier] = ACTIONS(3134), - [aux_sym_preproc_def_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token1] = ACTIONS(3134), - [aux_sym_preproc_if_token2] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3134), - [sym_preproc_directive] = ACTIONS(3134), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym___extension__] = ACTIONS(3134), - [anon_sym_typedef] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym___attribute] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym_signed] = ACTIONS(3134), - [anon_sym_unsigned] = ACTIONS(3134), - [anon_sym_long] = ACTIONS(3134), - [anon_sym_short] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym___inline] = ACTIONS(3134), - [anon_sym___inline__] = ACTIONS(3134), - [anon_sym___forceinline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym___thread] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym___restrict__] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym__Noreturn] = ACTIONS(3134), - [anon_sym_noreturn] = ACTIONS(3134), - [anon_sym__Nonnull] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constinit] = ACTIONS(3134), - [anon_sym_consteval] = ACTIONS(3134), - [anon_sym_PROGMEM] = ACTIONS(3134), - [anon_sym_alignas] = ACTIONS(3134), - [anon_sym__Alignas] = ACTIONS(3134), - [aux_sym_primitive_type_token1] = ACTIONS(3134), - [anon_sym_byte] = ACTIONS(3134), - [anon_sym_word] = ACTIONS(3134), - [anon_sym_enum] = ACTIONS(3134), - [anon_sym_class] = ACTIONS(3134), - [anon_sym_struct] = ACTIONS(3134), - [anon_sym_union] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3134), - [anon_sym_decltype] = ACTIONS(3134), - [anon_sym_explicit] = ACTIONS(3134), - [anon_sym_typename] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_operator] = ACTIONS(3134), - [anon_sym_friend] = ACTIONS(3134), - [anon_sym_public] = ACTIONS(3134), - [anon_sym_private] = ACTIONS(3134), - [anon_sym_protected] = ACTIONS(3134), - [anon_sym_using] = ACTIONS(3134), - [anon_sym_static_assert] = ACTIONS(3134), - }, - [1978] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym_RBRACE] = ACTIONS(3100), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_friend] = ACTIONS(3098), - [anon_sym_public] = ACTIONS(3098), - [anon_sym_private] = ACTIONS(3098), - [anon_sym_protected] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - }, - [1979] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token2] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), - }, - [1980] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token2] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_friend] = ACTIONS(3130), - [anon_sym_public] = ACTIONS(3130), - [anon_sym_private] = ACTIONS(3130), - [anon_sym_protected] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), - }, - [1981] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - }, - [1982] = { - [sym_identifier] = ACTIONS(5373), - [aux_sym_preproc_def_token1] = ACTIONS(5373), - [aux_sym_preproc_if_token1] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5373), - [sym_preproc_directive] = ACTIONS(5373), - [anon_sym_LPAREN2] = ACTIONS(5375), - [anon_sym_TILDE] = ACTIONS(5375), - [anon_sym_STAR] = ACTIONS(5375), - [anon_sym_AMP_AMP] = ACTIONS(5375), - [anon_sym_AMP] = ACTIONS(5373), - [anon_sym_SEMI] = ACTIONS(5375), - [anon_sym___extension__] = ACTIONS(5373), - [anon_sym_typedef] = ACTIONS(5373), - [anon_sym_virtual] = ACTIONS(5373), - [anon_sym_extern] = ACTIONS(5373), - [anon_sym___attribute__] = ACTIONS(5373), - [anon_sym___attribute] = ACTIONS(5373), - [anon_sym_COLON_COLON] = ACTIONS(5375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5375), - [anon_sym___declspec] = ACTIONS(5373), - [anon_sym___based] = ACTIONS(5373), - [anon_sym_RBRACE] = ACTIONS(5375), - [anon_sym_signed] = ACTIONS(5373), - [anon_sym_unsigned] = ACTIONS(5373), - [anon_sym_long] = ACTIONS(5373), - [anon_sym_short] = ACTIONS(5373), - [anon_sym_LBRACK] = ACTIONS(5373), - [anon_sym_static] = ACTIONS(5373), - [anon_sym_register] = ACTIONS(5373), - [anon_sym_inline] = ACTIONS(5373), - [anon_sym___inline] = ACTIONS(5373), - [anon_sym___inline__] = ACTIONS(5373), - [anon_sym___forceinline] = ACTIONS(5373), - [anon_sym_thread_local] = ACTIONS(5373), - [anon_sym___thread] = ACTIONS(5373), - [anon_sym_const] = ACTIONS(5373), - [anon_sym_constexpr] = ACTIONS(5373), - [anon_sym_volatile] = ACTIONS(5373), - [anon_sym_restrict] = ACTIONS(5373), - [anon_sym___restrict__] = ACTIONS(5373), - [anon_sym__Atomic] = ACTIONS(5373), - [anon_sym__Noreturn] = ACTIONS(5373), - [anon_sym_noreturn] = ACTIONS(5373), - [anon_sym__Nonnull] = ACTIONS(5373), - [anon_sym_mutable] = ACTIONS(5373), - [anon_sym_constinit] = ACTIONS(5373), - [anon_sym_consteval] = ACTIONS(5373), - [anon_sym_PROGMEM] = ACTIONS(5373), - [anon_sym_alignas] = ACTIONS(5373), - [anon_sym__Alignas] = ACTIONS(5373), - [aux_sym_primitive_type_token1] = ACTIONS(5373), - [anon_sym_byte] = ACTIONS(5373), - [anon_sym_word] = ACTIONS(5373), - [anon_sym_enum] = ACTIONS(5373), - [anon_sym_class] = ACTIONS(5373), - [anon_sym_struct] = ACTIONS(5373), - [anon_sym_union] = ACTIONS(5373), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5373), - [anon_sym_decltype] = ACTIONS(5373), - [anon_sym_explicit] = ACTIONS(5373), - [anon_sym_typename] = ACTIONS(5373), - [anon_sym_template] = ACTIONS(5373), - [anon_sym_operator] = ACTIONS(5373), - [anon_sym_friend] = ACTIONS(5373), - [anon_sym_public] = ACTIONS(5373), - [anon_sym_private] = ACTIONS(5373), - [anon_sym_protected] = ACTIONS(5373), - [anon_sym_using] = ACTIONS(5373), - [anon_sym_static_assert] = ACTIONS(5373), - }, - [1983] = { - [sym_identifier] = ACTIONS(3154), - [aux_sym_preproc_def_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token1] = ACTIONS(3154), - [aux_sym_preproc_if_token2] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3154), - [sym_preproc_directive] = ACTIONS(3154), - [anon_sym_LPAREN2] = ACTIONS(3156), - [anon_sym_TILDE] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(3156), - [anon_sym_AMP_AMP] = ACTIONS(3156), - [anon_sym_AMP] = ACTIONS(3154), - [anon_sym_SEMI] = ACTIONS(3156), - [anon_sym___extension__] = ACTIONS(3154), - [anon_sym_typedef] = ACTIONS(3154), - [anon_sym_virtual] = ACTIONS(3154), - [anon_sym_extern] = ACTIONS(3154), - [anon_sym___attribute__] = ACTIONS(3154), - [anon_sym___attribute] = ACTIONS(3154), - [anon_sym_COLON_COLON] = ACTIONS(3156), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3156), - [anon_sym___declspec] = ACTIONS(3154), - [anon_sym___based] = ACTIONS(3154), - [anon_sym_signed] = ACTIONS(3154), - [anon_sym_unsigned] = ACTIONS(3154), - [anon_sym_long] = ACTIONS(3154), - [anon_sym_short] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3154), - [anon_sym_static] = ACTIONS(3154), - [anon_sym_register] = ACTIONS(3154), - [anon_sym_inline] = ACTIONS(3154), - [anon_sym___inline] = ACTIONS(3154), - [anon_sym___inline__] = ACTIONS(3154), - [anon_sym___forceinline] = ACTIONS(3154), - [anon_sym_thread_local] = ACTIONS(3154), - [anon_sym___thread] = ACTIONS(3154), - [anon_sym_const] = ACTIONS(3154), - [anon_sym_constexpr] = ACTIONS(3154), - [anon_sym_volatile] = ACTIONS(3154), - [anon_sym_restrict] = ACTIONS(3154), - [anon_sym___restrict__] = ACTIONS(3154), - [anon_sym__Atomic] = ACTIONS(3154), - [anon_sym__Noreturn] = ACTIONS(3154), - [anon_sym_noreturn] = ACTIONS(3154), - [anon_sym__Nonnull] = ACTIONS(3154), - [anon_sym_mutable] = ACTIONS(3154), - [anon_sym_constinit] = ACTIONS(3154), - [anon_sym_consteval] = ACTIONS(3154), - [anon_sym_PROGMEM] = ACTIONS(3154), - [anon_sym_alignas] = ACTIONS(3154), - [anon_sym__Alignas] = ACTIONS(3154), - [aux_sym_primitive_type_token1] = ACTIONS(3154), - [anon_sym_byte] = ACTIONS(3154), - [anon_sym_word] = ACTIONS(3154), - [anon_sym_enum] = ACTIONS(3154), - [anon_sym_class] = ACTIONS(3154), - [anon_sym_struct] = ACTIONS(3154), - [anon_sym_union] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3154), - [anon_sym_decltype] = ACTIONS(3154), - [anon_sym_explicit] = ACTIONS(3154), - [anon_sym_typename] = ACTIONS(3154), - [anon_sym_template] = ACTIONS(3154), - [anon_sym_operator] = ACTIONS(3154), - [anon_sym_friend] = ACTIONS(3154), - [anon_sym_public] = ACTIONS(3154), - [anon_sym_private] = ACTIONS(3154), - [anon_sym_protected] = ACTIONS(3154), - [anon_sym_using] = ACTIONS(3154), - [anon_sym_static_assert] = ACTIONS(3154), - }, - [1984] = { - [sym_identifier] = ACTIONS(5452), - [aux_sym_preproc_def_token1] = ACTIONS(5452), - [aux_sym_preproc_if_token1] = ACTIONS(5452), - [aux_sym_preproc_if_token2] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5452), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5452), - [sym_preproc_directive] = ACTIONS(5452), - [anon_sym_LPAREN2] = ACTIONS(5454), - [anon_sym_TILDE] = ACTIONS(5454), - [anon_sym_STAR] = ACTIONS(5454), - [anon_sym_AMP_AMP] = ACTIONS(5454), - [anon_sym_AMP] = ACTIONS(5452), - [anon_sym_SEMI] = ACTIONS(5454), - [anon_sym___extension__] = ACTIONS(5452), - [anon_sym_typedef] = ACTIONS(5452), - [anon_sym_virtual] = ACTIONS(5452), - [anon_sym_extern] = ACTIONS(5452), - [anon_sym___attribute__] = ACTIONS(5452), - [anon_sym___attribute] = ACTIONS(5452), - [anon_sym_COLON_COLON] = ACTIONS(5454), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5454), - [anon_sym___declspec] = ACTIONS(5452), - [anon_sym___based] = ACTIONS(5452), - [anon_sym_signed] = ACTIONS(5452), - [anon_sym_unsigned] = ACTIONS(5452), - [anon_sym_long] = ACTIONS(5452), - [anon_sym_short] = ACTIONS(5452), - [anon_sym_LBRACK] = ACTIONS(5452), - [anon_sym_static] = ACTIONS(5452), - [anon_sym_register] = ACTIONS(5452), - [anon_sym_inline] = ACTIONS(5452), - [anon_sym___inline] = ACTIONS(5452), - [anon_sym___inline__] = ACTIONS(5452), - [anon_sym___forceinline] = ACTIONS(5452), - [anon_sym_thread_local] = ACTIONS(5452), - [anon_sym___thread] = ACTIONS(5452), - [anon_sym_const] = ACTIONS(5452), - [anon_sym_constexpr] = ACTIONS(5452), - [anon_sym_volatile] = ACTIONS(5452), - [anon_sym_restrict] = ACTIONS(5452), - [anon_sym___restrict__] = ACTIONS(5452), - [anon_sym__Atomic] = ACTIONS(5452), - [anon_sym__Noreturn] = ACTIONS(5452), - [anon_sym_noreturn] = ACTIONS(5452), - [anon_sym__Nonnull] = ACTIONS(5452), - [anon_sym_mutable] = ACTIONS(5452), - [anon_sym_constinit] = ACTIONS(5452), - [anon_sym_consteval] = ACTIONS(5452), - [anon_sym_PROGMEM] = ACTIONS(5452), - [anon_sym_alignas] = ACTIONS(5452), - [anon_sym__Alignas] = ACTIONS(5452), - [aux_sym_primitive_type_token1] = ACTIONS(5452), - [anon_sym_byte] = ACTIONS(5452), - [anon_sym_word] = ACTIONS(5452), - [anon_sym_enum] = ACTIONS(5452), - [anon_sym_class] = ACTIONS(5452), - [anon_sym_struct] = ACTIONS(5452), - [anon_sym_union] = ACTIONS(5452), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5452), - [anon_sym_decltype] = ACTIONS(5452), - [anon_sym_explicit] = ACTIONS(5452), - [anon_sym_typename] = ACTIONS(5452), - [anon_sym_template] = ACTIONS(5452), - [anon_sym_operator] = ACTIONS(5452), - [anon_sym_friend] = ACTIONS(5452), - [anon_sym_public] = ACTIONS(5452), - [anon_sym_private] = ACTIONS(5452), - [anon_sym_protected] = ACTIONS(5452), - [anon_sym_using] = ACTIONS(5452), - [anon_sym_static_assert] = ACTIONS(5452), - }, - [1985] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token2] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_friend] = ACTIONS(3126), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), - }, - [1986] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym_RBRACE] = ACTIONS(3008), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_friend] = ACTIONS(3006), - [anon_sym_public] = ACTIONS(3006), - [anon_sym_private] = ACTIONS(3006), - [anon_sym_protected] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), + [sym_auto] = ACTIONS(3088), + [anon_sym_decltype] = ACTIONS(3088), + [anon_sym_explicit] = ACTIONS(3088), + [anon_sym_typename] = ACTIONS(3088), + [anon_sym_template] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_friend] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_using] = ACTIONS(3088), + [anon_sym_static_assert] = ACTIONS(3088), }, - [1987] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token2] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_friend] = ACTIONS(3033), - [anon_sym_public] = ACTIONS(3033), - [anon_sym_private] = ACTIONS(3033), - [anon_sym_protected] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), + [1880] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym_RBRACE] = ACTIONS(3106), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_friend] = ACTIONS(3104), + [anon_sym_public] = ACTIONS(3104), + [anon_sym_private] = ACTIONS(3104), + [anon_sym_protected] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), }, - [1988] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [aux_sym_preproc_if_token2] = ACTIONS(5441), - [aux_sym_preproc_else_token1] = ACTIONS(5441), - [aux_sym_preproc_elif_token1] = ACTIONS(5439), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5441), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5441), - [anon_sym_GT_GT] = ACTIONS(5441), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___extension__] = ACTIONS(5439), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5439), - [anon_sym_volatile] = ACTIONS(5439), - [anon_sym_restrict] = ACTIONS(5439), - [anon_sym___restrict__] = ACTIONS(5439), - [anon_sym__Atomic] = ACTIONS(5439), - [anon_sym__Noreturn] = ACTIONS(5439), - [anon_sym_noreturn] = ACTIONS(5439), - [anon_sym__Nonnull] = ACTIONS(5439), - [anon_sym_mutable] = ACTIONS(5439), - [anon_sym_constinit] = ACTIONS(5439), - [anon_sym_consteval] = ACTIONS(5439), - [anon_sym_PROGMEM] = ACTIONS(5439), - [anon_sym_alignas] = ACTIONS(5439), - [anon_sym__Alignas] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), + [1881] = { + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - [anon_sym_final] = ACTIONS(5439), - [anon_sym_override] = ACTIONS(5439), - [anon_sym_requires] = ACTIONS(5439), - }, - [1989] = { - [sym_identifier] = ACTIONS(2998), - [aux_sym_preproc_def_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token1] = ACTIONS(2998), - [aux_sym_preproc_if_token2] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2998), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2998), - [sym_preproc_directive] = ACTIONS(2998), - [anon_sym_LPAREN2] = ACTIONS(3000), - [anon_sym_TILDE] = ACTIONS(3000), - [anon_sym_STAR] = ACTIONS(3000), - [anon_sym_AMP_AMP] = ACTIONS(3000), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_SEMI] = ACTIONS(3000), - [anon_sym___extension__] = ACTIONS(2998), - [anon_sym_typedef] = ACTIONS(2998), - [anon_sym_virtual] = ACTIONS(2998), - [anon_sym_extern] = ACTIONS(2998), - [anon_sym___attribute__] = ACTIONS(2998), - [anon_sym___attribute] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(3000), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3000), - [anon_sym___declspec] = ACTIONS(2998), - [anon_sym___based] = ACTIONS(2998), - [anon_sym_signed] = ACTIONS(2998), - [anon_sym_unsigned] = ACTIONS(2998), - [anon_sym_long] = ACTIONS(2998), - [anon_sym_short] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_static] = ACTIONS(2998), - [anon_sym_register] = ACTIONS(2998), - [anon_sym_inline] = ACTIONS(2998), - [anon_sym___inline] = ACTIONS(2998), - [anon_sym___inline__] = ACTIONS(2998), - [anon_sym___forceinline] = ACTIONS(2998), - [anon_sym_thread_local] = ACTIONS(2998), - [anon_sym___thread] = ACTIONS(2998), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym___restrict__] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym__Noreturn] = ACTIONS(2998), - [anon_sym_noreturn] = ACTIONS(2998), - [anon_sym__Nonnull] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constinit] = ACTIONS(2998), - [anon_sym_consteval] = ACTIONS(2998), - [anon_sym_PROGMEM] = ACTIONS(2998), - [anon_sym_alignas] = ACTIONS(2998), - [anon_sym__Alignas] = ACTIONS(2998), - [aux_sym_primitive_type_token1] = ACTIONS(2998), - [anon_sym_byte] = ACTIONS(2998), - [anon_sym_word] = ACTIONS(2998), - [anon_sym_enum] = ACTIONS(2998), - [anon_sym_class] = ACTIONS(2998), - [anon_sym_struct] = ACTIONS(2998), - [anon_sym_union] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2998), - [anon_sym_decltype] = ACTIONS(2998), - [anon_sym_explicit] = ACTIONS(2998), - [anon_sym_typename] = ACTIONS(2998), - [anon_sym_template] = ACTIONS(2998), - [anon_sym_operator] = ACTIONS(2998), - [anon_sym_friend] = ACTIONS(2998), - [anon_sym_public] = ACTIONS(2998), - [anon_sym_private] = ACTIONS(2998), - [anon_sym_protected] = ACTIONS(2998), - [anon_sym_using] = ACTIONS(2998), - [anon_sym_static_assert] = ACTIONS(2998), - }, - [1990] = { - [sym_identifier] = ACTIONS(3014), - [aux_sym_preproc_def_token1] = ACTIONS(3014), - [aux_sym_preproc_if_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3014), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3014), - [sym_preproc_directive] = ACTIONS(3014), - [anon_sym_LPAREN2] = ACTIONS(3016), - [anon_sym_TILDE] = ACTIONS(3016), - [anon_sym_STAR] = ACTIONS(3016), - [anon_sym_AMP_AMP] = ACTIONS(3016), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_SEMI] = ACTIONS(3016), - [anon_sym___extension__] = ACTIONS(3014), - [anon_sym_typedef] = ACTIONS(3014), - [anon_sym_virtual] = ACTIONS(3014), - [anon_sym_extern] = ACTIONS(3014), - [anon_sym___attribute__] = ACTIONS(3014), - [anon_sym___attribute] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3016), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3016), - [anon_sym___declspec] = ACTIONS(3014), - [anon_sym___based] = ACTIONS(3014), - [anon_sym_RBRACE] = ACTIONS(3016), - [anon_sym_signed] = ACTIONS(3014), - [anon_sym_unsigned] = ACTIONS(3014), - [anon_sym_long] = ACTIONS(3014), - [anon_sym_short] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_static] = ACTIONS(3014), - [anon_sym_register] = ACTIONS(3014), - [anon_sym_inline] = ACTIONS(3014), - [anon_sym___inline] = ACTIONS(3014), - [anon_sym___inline__] = ACTIONS(3014), - [anon_sym___forceinline] = ACTIONS(3014), - [anon_sym_thread_local] = ACTIONS(3014), - [anon_sym___thread] = ACTIONS(3014), - [anon_sym_const] = ACTIONS(3014), - [anon_sym_constexpr] = ACTIONS(3014), - [anon_sym_volatile] = ACTIONS(3014), - [anon_sym_restrict] = ACTIONS(3014), - [anon_sym___restrict__] = ACTIONS(3014), - [anon_sym__Atomic] = ACTIONS(3014), - [anon_sym__Noreturn] = ACTIONS(3014), - [anon_sym_noreturn] = ACTIONS(3014), - [anon_sym__Nonnull] = ACTIONS(3014), - [anon_sym_mutable] = ACTIONS(3014), - [anon_sym_constinit] = ACTIONS(3014), - [anon_sym_consteval] = ACTIONS(3014), - [anon_sym_PROGMEM] = ACTIONS(3014), - [anon_sym_alignas] = ACTIONS(3014), - [anon_sym__Alignas] = ACTIONS(3014), - [aux_sym_primitive_type_token1] = ACTIONS(3014), - [anon_sym_byte] = ACTIONS(3014), - [anon_sym_word] = ACTIONS(3014), - [anon_sym_enum] = ACTIONS(3014), - [anon_sym_class] = ACTIONS(3014), - [anon_sym_struct] = ACTIONS(3014), - [anon_sym_union] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3014), - [anon_sym_decltype] = ACTIONS(3014), - [anon_sym_explicit] = ACTIONS(3014), - [anon_sym_typename] = ACTIONS(3014), - [anon_sym_template] = ACTIONS(3014), - [anon_sym_operator] = ACTIONS(3014), - [anon_sym_friend] = ACTIONS(3014), - [anon_sym_public] = ACTIONS(3014), - [anon_sym_private] = ACTIONS(3014), - [anon_sym_protected] = ACTIONS(3014), - [anon_sym_using] = ACTIONS(3014), - [anon_sym_static_assert] = ACTIONS(3014), - }, - [1991] = { - [sym_identifier] = ACTIONS(5456), - [aux_sym_preproc_def_token1] = ACTIONS(5456), - [aux_sym_preproc_if_token1] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5456), - [sym_preproc_directive] = ACTIONS(5456), - [anon_sym_LPAREN2] = ACTIONS(5458), - [anon_sym_TILDE] = ACTIONS(5458), - [anon_sym_STAR] = ACTIONS(5458), - [anon_sym_AMP_AMP] = ACTIONS(5458), - [anon_sym_AMP] = ACTIONS(5456), - [anon_sym_SEMI] = ACTIONS(5458), - [anon_sym___extension__] = ACTIONS(5456), - [anon_sym_typedef] = ACTIONS(5456), - [anon_sym_virtual] = ACTIONS(5456), - [anon_sym_extern] = ACTIONS(5456), - [anon_sym___attribute__] = ACTIONS(5456), - [anon_sym___attribute] = ACTIONS(5456), - [anon_sym_COLON_COLON] = ACTIONS(5458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5458), - [anon_sym___declspec] = ACTIONS(5456), - [anon_sym___based] = ACTIONS(5456), - [anon_sym_RBRACE] = ACTIONS(5458), - [anon_sym_signed] = ACTIONS(5456), - [anon_sym_unsigned] = ACTIONS(5456), - [anon_sym_long] = ACTIONS(5456), - [anon_sym_short] = ACTIONS(5456), - [anon_sym_LBRACK] = ACTIONS(5456), - [anon_sym_static] = ACTIONS(5456), - [anon_sym_register] = ACTIONS(5456), - [anon_sym_inline] = ACTIONS(5456), - [anon_sym___inline] = ACTIONS(5456), - [anon_sym___inline__] = ACTIONS(5456), - [anon_sym___forceinline] = ACTIONS(5456), - [anon_sym_thread_local] = ACTIONS(5456), - [anon_sym___thread] = ACTIONS(5456), - [anon_sym_const] = ACTIONS(5456), - [anon_sym_constexpr] = ACTIONS(5456), - [anon_sym_volatile] = ACTIONS(5456), - [anon_sym_restrict] = ACTIONS(5456), - [anon_sym___restrict__] = ACTIONS(5456), - [anon_sym__Atomic] = ACTIONS(5456), - [anon_sym__Noreturn] = ACTIONS(5456), - [anon_sym_noreturn] = ACTIONS(5456), - [anon_sym__Nonnull] = ACTIONS(5456), - [anon_sym_mutable] = ACTIONS(5456), - [anon_sym_constinit] = ACTIONS(5456), - [anon_sym_consteval] = ACTIONS(5456), - [anon_sym_PROGMEM] = ACTIONS(5456), - [anon_sym_alignas] = ACTIONS(5456), - [anon_sym__Alignas] = ACTIONS(5456), - [aux_sym_primitive_type_token1] = ACTIONS(5456), - [anon_sym_byte] = ACTIONS(5456), - [anon_sym_word] = ACTIONS(5456), - [anon_sym_enum] = ACTIONS(5456), - [anon_sym_class] = ACTIONS(5456), - [anon_sym_struct] = ACTIONS(5456), - [anon_sym_union] = ACTIONS(5456), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5456), - [anon_sym_decltype] = ACTIONS(5456), - [anon_sym_explicit] = ACTIONS(5456), - [anon_sym_typename] = ACTIONS(5456), - [anon_sym_template] = ACTIONS(5456), - [anon_sym_operator] = ACTIONS(5456), - [anon_sym_friend] = ACTIONS(5456), - [anon_sym_public] = ACTIONS(5456), - [anon_sym_private] = ACTIONS(5456), - [anon_sym_protected] = ACTIONS(5456), - [anon_sym_using] = ACTIONS(5456), - [anon_sym_static_assert] = ACTIONS(5456), - }, - [1992] = { - [sym_identifier] = ACTIONS(5317), - [aux_sym_preproc_def_token1] = ACTIONS(5317), - [aux_sym_preproc_if_token1] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5317), - [sym_preproc_directive] = ACTIONS(5317), - [anon_sym_LPAREN2] = ACTIONS(5319), - [anon_sym_TILDE] = ACTIONS(5319), - [anon_sym_STAR] = ACTIONS(5319), - [anon_sym_AMP_AMP] = ACTIONS(5319), - [anon_sym_AMP] = ACTIONS(5317), - [anon_sym_SEMI] = ACTIONS(5319), - [anon_sym___extension__] = ACTIONS(5317), - [anon_sym_typedef] = ACTIONS(5317), - [anon_sym_virtual] = ACTIONS(5317), - [anon_sym_extern] = ACTIONS(5317), - [anon_sym___attribute__] = ACTIONS(5317), - [anon_sym___attribute] = ACTIONS(5317), - [anon_sym_COLON_COLON] = ACTIONS(5319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5319), - [anon_sym___declspec] = ACTIONS(5317), - [anon_sym___based] = ACTIONS(5317), - [anon_sym_RBRACE] = ACTIONS(5319), - [anon_sym_signed] = ACTIONS(5317), - [anon_sym_unsigned] = ACTIONS(5317), - [anon_sym_long] = ACTIONS(5317), - [anon_sym_short] = ACTIONS(5317), - [anon_sym_LBRACK] = ACTIONS(5317), - [anon_sym_static] = ACTIONS(5317), - [anon_sym_register] = ACTIONS(5317), - [anon_sym_inline] = ACTIONS(5317), - [anon_sym___inline] = ACTIONS(5317), - [anon_sym___inline__] = ACTIONS(5317), - [anon_sym___forceinline] = ACTIONS(5317), - [anon_sym_thread_local] = ACTIONS(5317), - [anon_sym___thread] = ACTIONS(5317), - [anon_sym_const] = ACTIONS(5317), - [anon_sym_constexpr] = ACTIONS(5317), - [anon_sym_volatile] = ACTIONS(5317), - [anon_sym_restrict] = ACTIONS(5317), - [anon_sym___restrict__] = ACTIONS(5317), - [anon_sym__Atomic] = ACTIONS(5317), - [anon_sym__Noreturn] = ACTIONS(5317), - [anon_sym_noreturn] = ACTIONS(5317), - [anon_sym__Nonnull] = ACTIONS(5317), - [anon_sym_mutable] = ACTIONS(5317), - [anon_sym_constinit] = ACTIONS(5317), - [anon_sym_consteval] = ACTIONS(5317), - [anon_sym_PROGMEM] = ACTIONS(5317), - [anon_sym_alignas] = ACTIONS(5317), - [anon_sym__Alignas] = ACTIONS(5317), - [aux_sym_primitive_type_token1] = ACTIONS(5317), - [anon_sym_byte] = ACTIONS(5317), - [anon_sym_word] = ACTIONS(5317), - [anon_sym_enum] = ACTIONS(5317), - [anon_sym_class] = ACTIONS(5317), - [anon_sym_struct] = ACTIONS(5317), - [anon_sym_union] = ACTIONS(5317), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5317), - [anon_sym_decltype] = ACTIONS(5317), - [anon_sym_explicit] = ACTIONS(5317), - [anon_sym_typename] = ACTIONS(5317), - [anon_sym_template] = ACTIONS(5317), - [anon_sym_operator] = ACTIONS(5317), - [anon_sym_friend] = ACTIONS(5317), - [anon_sym_public] = ACTIONS(5317), - [anon_sym_private] = ACTIONS(5317), - [anon_sym_protected] = ACTIONS(5317), - [anon_sym_using] = ACTIONS(5317), - [anon_sym_static_assert] = ACTIONS(5317), - }, - [1993] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token2] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_friend] = ACTIONS(3158), - [anon_sym_public] = ACTIONS(3158), - [anon_sym_private] = ACTIONS(3158), - [anon_sym_protected] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_friend] = ACTIONS(2869), + [anon_sym_public] = ACTIONS(2869), + [anon_sym_private] = ACTIONS(2869), + [anon_sym_protected] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), }, - [1994] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token2] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_friend] = ACTIONS(3150), - [anon_sym_public] = ACTIONS(3150), - [anon_sym_private] = ACTIONS(3150), - [anon_sym_protected] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), + [1882] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3114), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_friend] = ACTIONS(3112), + [anon_sym_public] = ACTIONS(3112), + [anon_sym_private] = ACTIONS(3112), + [anon_sym_protected] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), }, - [1995] = { - [sym_identifier] = ACTIONS(3106), - [aux_sym_preproc_def_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token1] = ACTIONS(3106), - [aux_sym_preproc_if_token2] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3106), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_LPAREN2] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_AMP] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym___extension__] = ACTIONS(3106), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_virtual] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym___attribute__] = ACTIONS(3106), - [anon_sym___attribute] = ACTIONS(3106), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3108), - [anon_sym___declspec] = ACTIONS(3106), - [anon_sym___based] = ACTIONS(3106), - [anon_sym_signed] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [anon_sym_LBRACK] = ACTIONS(3106), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym___inline] = ACTIONS(3106), - [anon_sym___inline__] = ACTIONS(3106), - [anon_sym___forceinline] = ACTIONS(3106), - [anon_sym_thread_local] = ACTIONS(3106), - [anon_sym___thread] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_constexpr] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym___restrict__] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym__Noreturn] = ACTIONS(3106), - [anon_sym_noreturn] = ACTIONS(3106), - [anon_sym__Nonnull] = ACTIONS(3106), - [anon_sym_mutable] = ACTIONS(3106), - [anon_sym_constinit] = ACTIONS(3106), - [anon_sym_consteval] = ACTIONS(3106), - [anon_sym_PROGMEM] = ACTIONS(3106), - [anon_sym_alignas] = ACTIONS(3106), - [anon_sym__Alignas] = ACTIONS(3106), - [aux_sym_primitive_type_token1] = ACTIONS(3106), - [anon_sym_byte] = ACTIONS(3106), - [anon_sym_word] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_class] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3106), - [anon_sym_decltype] = ACTIONS(3106), - [anon_sym_explicit] = ACTIONS(3106), - [anon_sym_typename] = ACTIONS(3106), - [anon_sym_template] = ACTIONS(3106), - [anon_sym_operator] = ACTIONS(3106), - [anon_sym_friend] = ACTIONS(3106), - [anon_sym_public] = ACTIONS(3106), - [anon_sym_private] = ACTIONS(3106), - [anon_sym_protected] = ACTIONS(3106), - [anon_sym_using] = ACTIONS(3106), - [anon_sym_static_assert] = ACTIONS(3106), + [1883] = { + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym_RBRACE] = ACTIONS(3118), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_friend] = ACTIONS(3116), + [anon_sym_public] = ACTIONS(3116), + [anon_sym_private] = ACTIONS(3116), + [anon_sym_protected] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), }, - [1996] = { - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token2] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), + [1884] = { + [sym_identifier] = ACTIONS(2933), + [aux_sym_preproc_def_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), + [sym_preproc_directive] = ACTIONS(2933), + [anon_sym_LPAREN2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2933), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym___extension__] = ACTIONS(2933), + [anon_sym_typedef] = ACTIONS(2933), + [anon_sym_virtual] = ACTIONS(2933), + [anon_sym_extern] = ACTIONS(2933), + [anon_sym___attribute__] = ACTIONS(2933), + [anon_sym___attribute] = ACTIONS(2933), + [anon_sym_COLON_COLON] = ACTIONS(2935), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), + [anon_sym___declspec] = ACTIONS(2933), + [anon_sym___based] = ACTIONS(2933), + [anon_sym_RBRACE] = ACTIONS(2935), + [anon_sym_signed] = ACTIONS(2933), + [anon_sym_unsigned] = ACTIONS(2933), + [anon_sym_long] = ACTIONS(2933), + [anon_sym_short] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_register] = ACTIONS(2933), + [anon_sym_inline] = ACTIONS(2933), + [anon_sym___inline] = ACTIONS(2933), + [anon_sym___inline__] = ACTIONS(2933), + [anon_sym___forceinline] = ACTIONS(2933), + [anon_sym_thread_local] = ACTIONS(2933), + [anon_sym___thread] = ACTIONS(2933), + [anon_sym_const] = ACTIONS(2933), + [anon_sym_constexpr] = ACTIONS(2933), + [anon_sym_volatile] = ACTIONS(2933), + [anon_sym_restrict] = ACTIONS(2933), + [anon_sym___restrict__] = ACTIONS(2933), + [anon_sym__Atomic] = ACTIONS(2933), + [anon_sym__Noreturn] = ACTIONS(2933), + [anon_sym_noreturn] = ACTIONS(2933), + [anon_sym__Nonnull] = ACTIONS(2933), + [anon_sym_mutable] = ACTIONS(2933), + [anon_sym_constinit] = ACTIONS(2933), + [anon_sym_consteval] = ACTIONS(2933), + [anon_sym_PROGMEM] = ACTIONS(2933), + [anon_sym_alignas] = ACTIONS(2933), + [anon_sym__Alignas] = ACTIONS(2933), + [aux_sym_primitive_type_token1] = ACTIONS(2933), + [anon_sym_byte] = ACTIONS(2933), + [anon_sym_word] = ACTIONS(2933), + [anon_sym_enum] = ACTIONS(2933), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2933), + [anon_sym_union] = ACTIONS(2933), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_explicit] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_operator] = ACTIONS(2909), - [anon_sym_friend] = ACTIONS(2909), - [anon_sym_public] = ACTIONS(2909), - [anon_sym_private] = ACTIONS(2909), - [anon_sym_protected] = ACTIONS(2909), - [anon_sym_using] = ACTIONS(2909), - [anon_sym_static_assert] = ACTIONS(2909), - }, - [1997] = { - [sym_identifier] = ACTIONS(5313), - [aux_sym_preproc_def_token1] = ACTIONS(5313), - [aux_sym_preproc_if_token1] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5313), - [sym_preproc_directive] = ACTIONS(5313), - [anon_sym_LPAREN2] = ACTIONS(5315), - [anon_sym_TILDE] = ACTIONS(5315), - [anon_sym_STAR] = ACTIONS(5315), - [anon_sym_AMP_AMP] = ACTIONS(5315), - [anon_sym_AMP] = ACTIONS(5313), - [anon_sym_SEMI] = ACTIONS(5315), - [anon_sym___extension__] = ACTIONS(5313), - [anon_sym_typedef] = ACTIONS(5313), - [anon_sym_virtual] = ACTIONS(5313), - [anon_sym_extern] = ACTIONS(5313), - [anon_sym___attribute__] = ACTIONS(5313), - [anon_sym___attribute] = ACTIONS(5313), - [anon_sym_COLON_COLON] = ACTIONS(5315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5315), - [anon_sym___declspec] = ACTIONS(5313), - [anon_sym___based] = ACTIONS(5313), - [anon_sym_RBRACE] = ACTIONS(5315), - [anon_sym_signed] = ACTIONS(5313), - [anon_sym_unsigned] = ACTIONS(5313), - [anon_sym_long] = ACTIONS(5313), - [anon_sym_short] = ACTIONS(5313), - [anon_sym_LBRACK] = ACTIONS(5313), - [anon_sym_static] = ACTIONS(5313), - [anon_sym_register] = ACTIONS(5313), - [anon_sym_inline] = ACTIONS(5313), - [anon_sym___inline] = ACTIONS(5313), - [anon_sym___inline__] = ACTIONS(5313), - [anon_sym___forceinline] = ACTIONS(5313), - [anon_sym_thread_local] = ACTIONS(5313), - [anon_sym___thread] = ACTIONS(5313), - [anon_sym_const] = ACTIONS(5313), - [anon_sym_constexpr] = ACTIONS(5313), - [anon_sym_volatile] = ACTIONS(5313), - [anon_sym_restrict] = ACTIONS(5313), - [anon_sym___restrict__] = ACTIONS(5313), - [anon_sym__Atomic] = ACTIONS(5313), - [anon_sym__Noreturn] = ACTIONS(5313), - [anon_sym_noreturn] = ACTIONS(5313), - [anon_sym__Nonnull] = ACTIONS(5313), - [anon_sym_mutable] = ACTIONS(5313), - [anon_sym_constinit] = ACTIONS(5313), - [anon_sym_consteval] = ACTIONS(5313), - [anon_sym_PROGMEM] = ACTIONS(5313), - [anon_sym_alignas] = ACTIONS(5313), - [anon_sym__Alignas] = ACTIONS(5313), - [aux_sym_primitive_type_token1] = ACTIONS(5313), - [anon_sym_byte] = ACTIONS(5313), - [anon_sym_word] = ACTIONS(5313), - [anon_sym_enum] = ACTIONS(5313), - [anon_sym_class] = ACTIONS(5313), - [anon_sym_struct] = ACTIONS(5313), - [anon_sym_union] = ACTIONS(5313), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5313), - [anon_sym_decltype] = ACTIONS(5313), - [anon_sym_explicit] = ACTIONS(5313), - [anon_sym_typename] = ACTIONS(5313), - [anon_sym_template] = ACTIONS(5313), - [anon_sym_operator] = ACTIONS(5313), - [anon_sym_friend] = ACTIONS(5313), - [anon_sym_public] = ACTIONS(5313), - [anon_sym_private] = ACTIONS(5313), - [anon_sym_protected] = ACTIONS(5313), - [anon_sym_using] = ACTIONS(5313), - [anon_sym_static_assert] = ACTIONS(5313), - }, - [1998] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_RBRACE] = ACTIONS(5297), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), - }, - [1999] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token2] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_friend] = ACTIONS(3122), - [anon_sym_public] = ACTIONS(3122), - [anon_sym_private] = ACTIONS(3122), - [anon_sym_protected] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - }, - [2000] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3031), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_friend] = ACTIONS(3029), - [anon_sym_public] = ACTIONS(3029), - [anon_sym_private] = ACTIONS(3029), - [anon_sym_protected] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), - }, - [2001] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token2] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), + [sym_auto] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(2933), + [anon_sym_explicit] = ACTIONS(2933), + [anon_sym_typename] = ACTIONS(2933), + [anon_sym_template] = ACTIONS(2933), + [anon_sym_operator] = ACTIONS(2933), + [anon_sym_friend] = ACTIONS(2933), + [anon_sym_public] = ACTIONS(2933), + [anon_sym_private] = ACTIONS(2933), + [anon_sym_protected] = ACTIONS(2933), + [anon_sym_using] = ACTIONS(2933), + [anon_sym_static_assert] = ACTIONS(2933), }, - [2002] = { - [sym_identifier] = ACTIONS(2801), - [aux_sym_preproc_def_token1] = ACTIONS(2801), - [aux_sym_preproc_if_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2801), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2801), - [sym_preproc_directive] = ACTIONS(2801), - [anon_sym_LPAREN2] = ACTIONS(2803), - [anon_sym_TILDE] = ACTIONS(2803), - [anon_sym_STAR] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2803), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_SEMI] = ACTIONS(2803), - [anon_sym___extension__] = ACTIONS(2801), - [anon_sym_typedef] = ACTIONS(2801), - [anon_sym_virtual] = ACTIONS(2801), - [anon_sym_extern] = ACTIONS(2801), - [anon_sym___attribute__] = ACTIONS(2801), - [anon_sym___attribute] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2803), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2803), - [anon_sym___declspec] = ACTIONS(2801), - [anon_sym___based] = ACTIONS(2801), - [anon_sym_RBRACE] = ACTIONS(2803), - [anon_sym_signed] = ACTIONS(2801), - [anon_sym_unsigned] = ACTIONS(2801), - [anon_sym_long] = ACTIONS(2801), - [anon_sym_short] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_static] = ACTIONS(2801), - [anon_sym_register] = ACTIONS(2801), - [anon_sym_inline] = ACTIONS(2801), - [anon_sym___inline] = ACTIONS(2801), - [anon_sym___inline__] = ACTIONS(2801), - [anon_sym___forceinline] = ACTIONS(2801), - [anon_sym_thread_local] = ACTIONS(2801), - [anon_sym___thread] = ACTIONS(2801), - [anon_sym_const] = ACTIONS(2801), - [anon_sym_constexpr] = ACTIONS(2801), - [anon_sym_volatile] = ACTIONS(2801), - [anon_sym_restrict] = ACTIONS(2801), - [anon_sym___restrict__] = ACTIONS(2801), - [anon_sym__Atomic] = ACTIONS(2801), - [anon_sym__Noreturn] = ACTIONS(2801), - [anon_sym_noreturn] = ACTIONS(2801), - [anon_sym__Nonnull] = ACTIONS(2801), - [anon_sym_mutable] = ACTIONS(2801), - [anon_sym_constinit] = ACTIONS(2801), - [anon_sym_consteval] = ACTIONS(2801), - [anon_sym_PROGMEM] = ACTIONS(2801), - [anon_sym_alignas] = ACTIONS(2801), - [anon_sym__Alignas] = ACTIONS(2801), - [aux_sym_primitive_type_token1] = ACTIONS(2801), - [anon_sym_byte] = ACTIONS(2801), - [anon_sym_word] = ACTIONS(2801), - [anon_sym_enum] = ACTIONS(2801), - [anon_sym_class] = ACTIONS(2801), - [anon_sym_struct] = ACTIONS(2801), - [anon_sym_union] = ACTIONS(2801), + [1885] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_RPAREN] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4996), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4996), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4996), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4996), + [anon_sym_GT_GT] = ACTIONS(4996), + [anon_sym_SEMI] = ACTIONS(4996), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_RBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5229), + [anon_sym_unsigned] = ACTIONS(5229), + [anon_sym_long] = ACTIONS(5229), + [anon_sym_short] = ACTIONS(5229), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_RBRACK] = ACTIONS(4996), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_COLON] = ACTIONS(4996), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2801), - [anon_sym_decltype] = ACTIONS(2801), - [anon_sym_explicit] = ACTIONS(2801), - [anon_sym_typename] = ACTIONS(2801), - [anon_sym_template] = ACTIONS(2801), - [anon_sym_operator] = ACTIONS(2801), - [anon_sym_friend] = ACTIONS(2801), - [anon_sym_public] = ACTIONS(2801), - [anon_sym_private] = ACTIONS(2801), - [anon_sym_protected] = ACTIONS(2801), - [anon_sym_using] = ACTIONS(2801), - [anon_sym_static_assert] = ACTIONS(2801), - }, - [2003] = { - [sym_identifier] = ACTIONS(5295), - [aux_sym_preproc_def_token1] = ACTIONS(5295), - [aux_sym_preproc_if_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5295), - [sym_preproc_directive] = ACTIONS(5295), - [anon_sym_LPAREN2] = ACTIONS(5297), - [anon_sym_TILDE] = ACTIONS(5297), - [anon_sym_STAR] = ACTIONS(5297), - [anon_sym_AMP_AMP] = ACTIONS(5297), - [anon_sym_AMP] = ACTIONS(5295), - [anon_sym_SEMI] = ACTIONS(5297), - [anon_sym___extension__] = ACTIONS(5295), - [anon_sym_typedef] = ACTIONS(5295), - [anon_sym_virtual] = ACTIONS(5295), - [anon_sym_extern] = ACTIONS(5295), - [anon_sym___attribute__] = ACTIONS(5295), - [anon_sym___attribute] = ACTIONS(5295), - [anon_sym_COLON_COLON] = ACTIONS(5297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5297), - [anon_sym___declspec] = ACTIONS(5295), - [anon_sym___based] = ACTIONS(5295), - [anon_sym_RBRACE] = ACTIONS(5297), - [anon_sym_signed] = ACTIONS(5295), - [anon_sym_unsigned] = ACTIONS(5295), - [anon_sym_long] = ACTIONS(5295), - [anon_sym_short] = ACTIONS(5295), - [anon_sym_LBRACK] = ACTIONS(5295), - [anon_sym_static] = ACTIONS(5295), - [anon_sym_register] = ACTIONS(5295), - [anon_sym_inline] = ACTIONS(5295), - [anon_sym___inline] = ACTIONS(5295), - [anon_sym___inline__] = ACTIONS(5295), - [anon_sym___forceinline] = ACTIONS(5295), - [anon_sym_thread_local] = ACTIONS(5295), - [anon_sym___thread] = ACTIONS(5295), - [anon_sym_const] = ACTIONS(5295), - [anon_sym_constexpr] = ACTIONS(5295), - [anon_sym_volatile] = ACTIONS(5295), - [anon_sym_restrict] = ACTIONS(5295), - [anon_sym___restrict__] = ACTIONS(5295), - [anon_sym__Atomic] = ACTIONS(5295), - [anon_sym__Noreturn] = ACTIONS(5295), - [anon_sym_noreturn] = ACTIONS(5295), - [anon_sym__Nonnull] = ACTIONS(5295), - [anon_sym_mutable] = ACTIONS(5295), - [anon_sym_constinit] = ACTIONS(5295), - [anon_sym_consteval] = ACTIONS(5295), - [anon_sym_PROGMEM] = ACTIONS(5295), - [anon_sym_alignas] = ACTIONS(5295), - [anon_sym__Alignas] = ACTIONS(5295), - [aux_sym_primitive_type_token1] = ACTIONS(5295), - [anon_sym_byte] = ACTIONS(5295), - [anon_sym_word] = ACTIONS(5295), - [anon_sym_enum] = ACTIONS(5295), - [anon_sym_class] = ACTIONS(5295), - [anon_sym_struct] = ACTIONS(5295), - [anon_sym_union] = ACTIONS(5295), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5295), - [anon_sym_decltype] = ACTIONS(5295), - [anon_sym_explicit] = ACTIONS(5295), - [anon_sym_typename] = ACTIONS(5295), - [anon_sym_template] = ACTIONS(5295), - [anon_sym_operator] = ACTIONS(5295), - [anon_sym_friend] = ACTIONS(5295), - [anon_sym_public] = ACTIONS(5295), - [anon_sym_private] = ACTIONS(5295), - [anon_sym_protected] = ACTIONS(5295), - [anon_sym_using] = ACTIONS(5295), - [anon_sym_static_assert] = ACTIONS(5295), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), }, - [2004] = { - [sym_identifier] = ACTIONS(3094), - [aux_sym_preproc_def_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token1] = ACTIONS(3094), - [aux_sym_preproc_if_token2] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3094), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3094), - [sym_preproc_directive] = ACTIONS(3094), - [anon_sym_LPAREN2] = ACTIONS(3096), - [anon_sym_TILDE] = ACTIONS(3096), - [anon_sym_STAR] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_AMP] = ACTIONS(3094), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym___extension__] = ACTIONS(3094), - [anon_sym_typedef] = ACTIONS(3094), - [anon_sym_virtual] = ACTIONS(3094), - [anon_sym_extern] = ACTIONS(3094), - [anon_sym___attribute__] = ACTIONS(3094), - [anon_sym___attribute] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3096), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3096), - [anon_sym___declspec] = ACTIONS(3094), - [anon_sym___based] = ACTIONS(3094), - [anon_sym_signed] = ACTIONS(3094), - [anon_sym_unsigned] = ACTIONS(3094), - [anon_sym_long] = ACTIONS(3094), - [anon_sym_short] = ACTIONS(3094), - [anon_sym_LBRACK] = ACTIONS(3094), - [anon_sym_static] = ACTIONS(3094), - [anon_sym_register] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym___inline] = ACTIONS(3094), - [anon_sym___inline__] = ACTIONS(3094), - [anon_sym___forceinline] = ACTIONS(3094), - [anon_sym_thread_local] = ACTIONS(3094), - [anon_sym___thread] = ACTIONS(3094), - [anon_sym_const] = ACTIONS(3094), - [anon_sym_constexpr] = ACTIONS(3094), - [anon_sym_volatile] = ACTIONS(3094), - [anon_sym_restrict] = ACTIONS(3094), - [anon_sym___restrict__] = ACTIONS(3094), - [anon_sym__Atomic] = ACTIONS(3094), - [anon_sym__Noreturn] = ACTIONS(3094), - [anon_sym_noreturn] = ACTIONS(3094), - [anon_sym__Nonnull] = ACTIONS(3094), - [anon_sym_mutable] = ACTIONS(3094), - [anon_sym_constinit] = ACTIONS(3094), - [anon_sym_consteval] = ACTIONS(3094), - [anon_sym_PROGMEM] = ACTIONS(3094), - [anon_sym_alignas] = ACTIONS(3094), - [anon_sym__Alignas] = ACTIONS(3094), - [aux_sym_primitive_type_token1] = ACTIONS(3094), - [anon_sym_byte] = ACTIONS(3094), - [anon_sym_word] = ACTIONS(3094), - [anon_sym_enum] = ACTIONS(3094), - [anon_sym_class] = ACTIONS(3094), - [anon_sym_struct] = ACTIONS(3094), - [anon_sym_union] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3094), - [anon_sym_decltype] = ACTIONS(3094), - [anon_sym_explicit] = ACTIONS(3094), - [anon_sym_typename] = ACTIONS(3094), - [anon_sym_template] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_friend] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_using] = ACTIONS(3094), - [anon_sym_static_assert] = ACTIONS(3094), - }, - [2005] = { - [sym_identifier] = ACTIONS(3098), - [aux_sym_preproc_def_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token1] = ACTIONS(3098), - [aux_sym_preproc_if_token2] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3098), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3098), - [sym_preproc_directive] = ACTIONS(3098), - [anon_sym_LPAREN2] = ACTIONS(3100), - [anon_sym_TILDE] = ACTIONS(3100), - [anon_sym_STAR] = ACTIONS(3100), - [anon_sym_AMP_AMP] = ACTIONS(3100), - [anon_sym_AMP] = ACTIONS(3098), - [anon_sym_SEMI] = ACTIONS(3100), - [anon_sym___extension__] = ACTIONS(3098), - [anon_sym_typedef] = ACTIONS(3098), - [anon_sym_virtual] = ACTIONS(3098), - [anon_sym_extern] = ACTIONS(3098), - [anon_sym___attribute__] = ACTIONS(3098), - [anon_sym___attribute] = ACTIONS(3098), - [anon_sym_COLON_COLON] = ACTIONS(3100), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3100), - [anon_sym___declspec] = ACTIONS(3098), - [anon_sym___based] = ACTIONS(3098), - [anon_sym_signed] = ACTIONS(3098), - [anon_sym_unsigned] = ACTIONS(3098), - [anon_sym_long] = ACTIONS(3098), - [anon_sym_short] = ACTIONS(3098), - [anon_sym_LBRACK] = ACTIONS(3098), - [anon_sym_static] = ACTIONS(3098), - [anon_sym_register] = ACTIONS(3098), - [anon_sym_inline] = ACTIONS(3098), - [anon_sym___inline] = ACTIONS(3098), - [anon_sym___inline__] = ACTIONS(3098), - [anon_sym___forceinline] = ACTIONS(3098), - [anon_sym_thread_local] = ACTIONS(3098), - [anon_sym___thread] = ACTIONS(3098), - [anon_sym_const] = ACTIONS(3098), - [anon_sym_constexpr] = ACTIONS(3098), - [anon_sym_volatile] = ACTIONS(3098), - [anon_sym_restrict] = ACTIONS(3098), - [anon_sym___restrict__] = ACTIONS(3098), - [anon_sym__Atomic] = ACTIONS(3098), - [anon_sym__Noreturn] = ACTIONS(3098), - [anon_sym_noreturn] = ACTIONS(3098), - [anon_sym__Nonnull] = ACTIONS(3098), - [anon_sym_mutable] = ACTIONS(3098), - [anon_sym_constinit] = ACTIONS(3098), - [anon_sym_consteval] = ACTIONS(3098), - [anon_sym_PROGMEM] = ACTIONS(3098), - [anon_sym_alignas] = ACTIONS(3098), - [anon_sym__Alignas] = ACTIONS(3098), - [aux_sym_primitive_type_token1] = ACTIONS(3098), - [anon_sym_byte] = ACTIONS(3098), - [anon_sym_word] = ACTIONS(3098), - [anon_sym_enum] = ACTIONS(3098), - [anon_sym_class] = ACTIONS(3098), - [anon_sym_struct] = ACTIONS(3098), - [anon_sym_union] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3098), - [anon_sym_decltype] = ACTIONS(3098), - [anon_sym_explicit] = ACTIONS(3098), - [anon_sym_typename] = ACTIONS(3098), - [anon_sym_template] = ACTIONS(3098), - [anon_sym_operator] = ACTIONS(3098), - [anon_sym_friend] = ACTIONS(3098), - [anon_sym_public] = ACTIONS(3098), - [anon_sym_private] = ACTIONS(3098), - [anon_sym_protected] = ACTIONS(3098), - [anon_sym_using] = ACTIONS(3098), - [anon_sym_static_assert] = ACTIONS(3098), - }, - [2006] = { - [sym_identifier] = ACTIONS(3006), - [aux_sym_preproc_def_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token1] = ACTIONS(3006), - [aux_sym_preproc_if_token2] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3006), - [sym_preproc_directive] = ACTIONS(3006), - [anon_sym_LPAREN2] = ACTIONS(3008), - [anon_sym_TILDE] = ACTIONS(3008), - [anon_sym_STAR] = ACTIONS(3008), - [anon_sym_AMP_AMP] = ACTIONS(3008), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_SEMI] = ACTIONS(3008), - [anon_sym___extension__] = ACTIONS(3006), - [anon_sym_typedef] = ACTIONS(3006), - [anon_sym_virtual] = ACTIONS(3006), - [anon_sym_extern] = ACTIONS(3006), - [anon_sym___attribute__] = ACTIONS(3006), - [anon_sym___attribute] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3008), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3008), - [anon_sym___declspec] = ACTIONS(3006), - [anon_sym___based] = ACTIONS(3006), - [anon_sym_signed] = ACTIONS(3006), - [anon_sym_unsigned] = ACTIONS(3006), - [anon_sym_long] = ACTIONS(3006), - [anon_sym_short] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_static] = ACTIONS(3006), - [anon_sym_register] = ACTIONS(3006), - [anon_sym_inline] = ACTIONS(3006), - [anon_sym___inline] = ACTIONS(3006), - [anon_sym___inline__] = ACTIONS(3006), - [anon_sym___forceinline] = ACTIONS(3006), - [anon_sym_thread_local] = ACTIONS(3006), - [anon_sym___thread] = ACTIONS(3006), - [anon_sym_const] = ACTIONS(3006), - [anon_sym_constexpr] = ACTIONS(3006), - [anon_sym_volatile] = ACTIONS(3006), - [anon_sym_restrict] = ACTIONS(3006), - [anon_sym___restrict__] = ACTIONS(3006), - [anon_sym__Atomic] = ACTIONS(3006), - [anon_sym__Noreturn] = ACTIONS(3006), - [anon_sym_noreturn] = ACTIONS(3006), - [anon_sym__Nonnull] = ACTIONS(3006), - [anon_sym_mutable] = ACTIONS(3006), - [anon_sym_constinit] = ACTIONS(3006), - [anon_sym_consteval] = ACTIONS(3006), - [anon_sym_PROGMEM] = ACTIONS(3006), - [anon_sym_alignas] = ACTIONS(3006), - [anon_sym__Alignas] = ACTIONS(3006), - [aux_sym_primitive_type_token1] = ACTIONS(3006), - [anon_sym_byte] = ACTIONS(3006), - [anon_sym_word] = ACTIONS(3006), - [anon_sym_enum] = ACTIONS(3006), - [anon_sym_class] = ACTIONS(3006), - [anon_sym_struct] = ACTIONS(3006), - [anon_sym_union] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3006), - [anon_sym_decltype] = ACTIONS(3006), - [anon_sym_explicit] = ACTIONS(3006), - [anon_sym_typename] = ACTIONS(3006), - [anon_sym_template] = ACTIONS(3006), - [anon_sym_operator] = ACTIONS(3006), - [anon_sym_friend] = ACTIONS(3006), - [anon_sym_public] = ACTIONS(3006), - [anon_sym_private] = ACTIONS(3006), - [anon_sym_protected] = ACTIONS(3006), - [anon_sym_using] = ACTIONS(3006), - [anon_sym_static_assert] = ACTIONS(3006), - }, - [2007] = { - [sym_identifier] = ACTIONS(2815), - [aux_sym_preproc_def_token1] = ACTIONS(2815), - [aux_sym_preproc_if_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2815), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2815), - [sym_preproc_directive] = ACTIONS(2815), - [anon_sym_LPAREN2] = ACTIONS(2817), - [anon_sym_TILDE] = ACTIONS(2817), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2817), - [anon_sym___extension__] = ACTIONS(2815), - [anon_sym_typedef] = ACTIONS(2815), - [anon_sym_virtual] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym___attribute__] = ACTIONS(2815), - [anon_sym___attribute] = ACTIONS(2815), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2817), - [anon_sym___declspec] = ACTIONS(2815), - [anon_sym___based] = ACTIONS(2815), - [anon_sym_RBRACE] = ACTIONS(2817), - [anon_sym_signed] = ACTIONS(2815), - [anon_sym_unsigned] = ACTIONS(2815), - [anon_sym_long] = ACTIONS(2815), - [anon_sym_short] = ACTIONS(2815), - [anon_sym_LBRACK] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_register] = ACTIONS(2815), - [anon_sym_inline] = ACTIONS(2815), - [anon_sym___inline] = ACTIONS(2815), - [anon_sym___inline__] = ACTIONS(2815), - [anon_sym___forceinline] = ACTIONS(2815), - [anon_sym_thread_local] = ACTIONS(2815), - [anon_sym___thread] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_constexpr] = ACTIONS(2815), - [anon_sym_volatile] = ACTIONS(2815), - [anon_sym_restrict] = ACTIONS(2815), - [anon_sym___restrict__] = ACTIONS(2815), - [anon_sym__Atomic] = ACTIONS(2815), - [anon_sym__Noreturn] = ACTIONS(2815), - [anon_sym_noreturn] = ACTIONS(2815), - [anon_sym__Nonnull] = ACTIONS(2815), - [anon_sym_mutable] = ACTIONS(2815), - [anon_sym_constinit] = ACTIONS(2815), - [anon_sym_consteval] = ACTIONS(2815), - [anon_sym_PROGMEM] = ACTIONS(2815), - [anon_sym_alignas] = ACTIONS(2815), - [anon_sym__Alignas] = ACTIONS(2815), - [aux_sym_primitive_type_token1] = ACTIONS(2815), - [anon_sym_byte] = ACTIONS(2815), - [anon_sym_word] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_class] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2815), - [anon_sym_decltype] = ACTIONS(2815), - [anon_sym_explicit] = ACTIONS(2815), - [anon_sym_typename] = ACTIONS(2815), - [anon_sym_template] = ACTIONS(2815), - [anon_sym_operator] = ACTIONS(2815), - [anon_sym_friend] = ACTIONS(2815), - [anon_sym_public] = ACTIONS(2815), - [anon_sym_private] = ACTIONS(2815), - [anon_sym_protected] = ACTIONS(2815), - [anon_sym_using] = ACTIONS(2815), - [anon_sym_static_assert] = ACTIONS(2815), - }, - [2008] = { - [sym_identifier] = ACTIONS(5417), - [aux_sym_preproc_def_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token1] = ACTIONS(5417), - [aux_sym_preproc_if_token2] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5417), - [sym_preproc_directive] = ACTIONS(5417), - [anon_sym_LPAREN2] = ACTIONS(5419), - [anon_sym_TILDE] = ACTIONS(5419), - [anon_sym_STAR] = ACTIONS(5419), - [anon_sym_AMP_AMP] = ACTIONS(5419), - [anon_sym_AMP] = ACTIONS(5417), - [anon_sym_SEMI] = ACTIONS(5419), - [anon_sym___extension__] = ACTIONS(5417), - [anon_sym_typedef] = ACTIONS(5417), - [anon_sym_virtual] = ACTIONS(5417), - [anon_sym_extern] = ACTIONS(5417), - [anon_sym___attribute__] = ACTIONS(5417), - [anon_sym___attribute] = ACTIONS(5417), - [anon_sym_COLON_COLON] = ACTIONS(5419), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5419), - [anon_sym___declspec] = ACTIONS(5417), - [anon_sym___based] = ACTIONS(5417), - [anon_sym_signed] = ACTIONS(5417), - [anon_sym_unsigned] = ACTIONS(5417), - [anon_sym_long] = ACTIONS(5417), - [anon_sym_short] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(5417), - [anon_sym_static] = ACTIONS(5417), - [anon_sym_register] = ACTIONS(5417), - [anon_sym_inline] = ACTIONS(5417), - [anon_sym___inline] = ACTIONS(5417), - [anon_sym___inline__] = ACTIONS(5417), - [anon_sym___forceinline] = ACTIONS(5417), - [anon_sym_thread_local] = ACTIONS(5417), - [anon_sym___thread] = ACTIONS(5417), - [anon_sym_const] = ACTIONS(5417), - [anon_sym_constexpr] = ACTIONS(5417), - [anon_sym_volatile] = ACTIONS(5417), - [anon_sym_restrict] = ACTIONS(5417), - [anon_sym___restrict__] = ACTIONS(5417), - [anon_sym__Atomic] = ACTIONS(5417), - [anon_sym__Noreturn] = ACTIONS(5417), - [anon_sym_noreturn] = ACTIONS(5417), - [anon_sym__Nonnull] = ACTIONS(5417), - [anon_sym_mutable] = ACTIONS(5417), - [anon_sym_constinit] = ACTIONS(5417), - [anon_sym_consteval] = ACTIONS(5417), - [anon_sym_PROGMEM] = ACTIONS(5417), - [anon_sym_alignas] = ACTIONS(5417), - [anon_sym__Alignas] = ACTIONS(5417), - [aux_sym_primitive_type_token1] = ACTIONS(5417), - [anon_sym_byte] = ACTIONS(5417), - [anon_sym_word] = ACTIONS(5417), - [anon_sym_enum] = ACTIONS(5417), - [anon_sym_class] = ACTIONS(5417), - [anon_sym_struct] = ACTIONS(5417), - [anon_sym_union] = ACTIONS(5417), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5417), - [anon_sym_decltype] = ACTIONS(5417), - [anon_sym_explicit] = ACTIONS(5417), - [anon_sym_typename] = ACTIONS(5417), - [anon_sym_template] = ACTIONS(5417), - [anon_sym_operator] = ACTIONS(5417), - [anon_sym_friend] = ACTIONS(5417), - [anon_sym_public] = ACTIONS(5417), - [anon_sym_private] = ACTIONS(5417), - [anon_sym_protected] = ACTIONS(5417), - [anon_sym_using] = ACTIONS(5417), - [anon_sym_static_assert] = ACTIONS(5417), - }, - [2009] = { - [sym_identifier] = ACTIONS(3205), - [aux_sym_preproc_def_token1] = ACTIONS(3205), - [aux_sym_preproc_if_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3205), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3205), - [sym_preproc_directive] = ACTIONS(3205), - [anon_sym_LPAREN2] = ACTIONS(3207), - [anon_sym_TILDE] = ACTIONS(3207), - [anon_sym_STAR] = ACTIONS(3207), - [anon_sym_AMP_AMP] = ACTIONS(3207), - [anon_sym_AMP] = ACTIONS(3205), - [anon_sym_SEMI] = ACTIONS(3207), - [anon_sym___extension__] = ACTIONS(3205), - [anon_sym_typedef] = ACTIONS(3205), - [anon_sym_virtual] = ACTIONS(3205), - [anon_sym_extern] = ACTIONS(3205), - [anon_sym___attribute__] = ACTIONS(3205), - [anon_sym___attribute] = ACTIONS(3205), - [anon_sym_COLON_COLON] = ACTIONS(3207), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3207), - [anon_sym___declspec] = ACTIONS(3205), - [anon_sym___based] = ACTIONS(3205), - [anon_sym_RBRACE] = ACTIONS(3207), - [anon_sym_signed] = ACTIONS(3205), - [anon_sym_unsigned] = ACTIONS(3205), - [anon_sym_long] = ACTIONS(3205), - [anon_sym_short] = ACTIONS(3205), - [anon_sym_LBRACK] = ACTIONS(3205), - [anon_sym_static] = ACTIONS(3205), - [anon_sym_register] = ACTIONS(3205), - [anon_sym_inline] = ACTIONS(3205), - [anon_sym___inline] = ACTIONS(3205), - [anon_sym___inline__] = ACTIONS(3205), - [anon_sym___forceinline] = ACTIONS(3205), - [anon_sym_thread_local] = ACTIONS(3205), - [anon_sym___thread] = ACTIONS(3205), - [anon_sym_const] = ACTIONS(3205), - [anon_sym_constexpr] = ACTIONS(3205), - [anon_sym_volatile] = ACTIONS(3205), - [anon_sym_restrict] = ACTIONS(3205), - [anon_sym___restrict__] = ACTIONS(3205), - [anon_sym__Atomic] = ACTIONS(3205), - [anon_sym__Noreturn] = ACTIONS(3205), - [anon_sym_noreturn] = ACTIONS(3205), - [anon_sym__Nonnull] = ACTIONS(3205), - [anon_sym_mutable] = ACTIONS(3205), - [anon_sym_constinit] = ACTIONS(3205), - [anon_sym_consteval] = ACTIONS(3205), - [anon_sym_PROGMEM] = ACTIONS(3205), - [anon_sym_alignas] = ACTIONS(3205), - [anon_sym__Alignas] = ACTIONS(3205), - [aux_sym_primitive_type_token1] = ACTIONS(3205), - [anon_sym_byte] = ACTIONS(3205), - [anon_sym_word] = ACTIONS(3205), - [anon_sym_enum] = ACTIONS(3205), - [anon_sym_class] = ACTIONS(3205), - [anon_sym_struct] = ACTIONS(3205), - [anon_sym_union] = ACTIONS(3205), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3205), - [anon_sym_decltype] = ACTIONS(3205), - [anon_sym_explicit] = ACTIONS(3205), - [anon_sym_typename] = ACTIONS(3205), - [anon_sym_template] = ACTIONS(3205), - [anon_sym_operator] = ACTIONS(3205), - [anon_sym_friend] = ACTIONS(3205), - [anon_sym_public] = ACTIONS(3205), - [anon_sym_private] = ACTIONS(3205), - [anon_sym_protected] = ACTIONS(3205), - [anon_sym_using] = ACTIONS(3205), - [anon_sym_static_assert] = ACTIONS(3205), + [1886] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), }, - [2010] = { - [sym_identifier] = ACTIONS(5595), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5597), - [anon_sym_COMMA] = ACTIONS(5597), - [anon_sym_RPAREN] = ACTIONS(5597), - [aux_sym_preproc_if_token2] = ACTIONS(5597), - [aux_sym_preproc_else_token1] = ACTIONS(5597), - [aux_sym_preproc_elif_token1] = ACTIONS(5595), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5597), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5597), - [anon_sym_LPAREN2] = ACTIONS(5597), - [anon_sym_DASH] = ACTIONS(5595), - [anon_sym_PLUS] = ACTIONS(5595), - [anon_sym_STAR] = ACTIONS(5597), - [anon_sym_SLASH] = ACTIONS(5595), - [anon_sym_PERCENT] = ACTIONS(5597), - [anon_sym_PIPE_PIPE] = ACTIONS(5597), - [anon_sym_AMP_AMP] = ACTIONS(5597), - [anon_sym_PIPE] = ACTIONS(5595), - [anon_sym_CARET] = ACTIONS(5597), - [anon_sym_AMP] = ACTIONS(5595), - [anon_sym_EQ_EQ] = ACTIONS(5597), - [anon_sym_BANG_EQ] = ACTIONS(5597), - [anon_sym_GT] = ACTIONS(5595), - [anon_sym_GT_EQ] = ACTIONS(5597), - [anon_sym_LT_EQ] = ACTIONS(5595), - [anon_sym_LT] = ACTIONS(5595), - [anon_sym_LT_LT] = ACTIONS(5597), - [anon_sym_GT_GT] = ACTIONS(5597), - [anon_sym_SEMI] = ACTIONS(5597), - [anon_sym___extension__] = ACTIONS(5595), - [anon_sym___attribute__] = ACTIONS(5595), - [anon_sym___attribute] = ACTIONS(5595), - [anon_sym_LBRACE] = ACTIONS(5597), - [anon_sym_RBRACE] = ACTIONS(5597), - [anon_sym_LBRACK] = ACTIONS(5597), - [anon_sym_RBRACK] = ACTIONS(5597), - [anon_sym_const] = ACTIONS(5595), - [anon_sym_constexpr] = ACTIONS(5595), - [anon_sym_volatile] = ACTIONS(5595), - [anon_sym_restrict] = ACTIONS(5595), - [anon_sym___restrict__] = ACTIONS(5595), - [anon_sym__Atomic] = ACTIONS(5595), - [anon_sym__Noreturn] = ACTIONS(5595), - [anon_sym_noreturn] = ACTIONS(5595), - [anon_sym__Nonnull] = ACTIONS(5595), - [anon_sym_mutable] = ACTIONS(5595), - [anon_sym_constinit] = ACTIONS(5595), - [anon_sym_consteval] = ACTIONS(5595), - [anon_sym_PROGMEM] = ACTIONS(5595), - [anon_sym_alignas] = ACTIONS(5595), - [anon_sym__Alignas] = ACTIONS(5595), - [anon_sym_COLON] = ACTIONS(5597), - [anon_sym_QMARK] = ACTIONS(5597), - [anon_sym_LT_EQ_GT] = ACTIONS(5597), - [anon_sym_or] = ACTIONS(5595), - [anon_sym_and] = ACTIONS(5595), - [anon_sym_bitor] = ACTIONS(5595), - [anon_sym_xor] = ACTIONS(5595), - [anon_sym_bitand] = ACTIONS(5595), - [anon_sym_not_eq] = ACTIONS(5595), - [anon_sym_DASH_DASH] = ACTIONS(5597), - [anon_sym_PLUS_PLUS] = ACTIONS(5597), - [anon_sym_DOT] = ACTIONS(5595), - [anon_sym_DOT_STAR] = ACTIONS(5597), - [anon_sym_DASH_GT] = ACTIONS(5597), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5595), - [anon_sym_decltype] = ACTIONS(5595), - [anon_sym_final] = ACTIONS(5595), - [anon_sym_override] = ACTIONS(5595), - [anon_sym_requires] = ACTIONS(5595), + [1887] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), }, - [2011] = { - [sym_identifier] = ACTIONS(2909), - [aux_sym_preproc_def_token1] = ACTIONS(2909), - [aux_sym_preproc_if_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2909), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2909), - [sym_preproc_directive] = ACTIONS(2909), - [anon_sym_LPAREN2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym___extension__] = ACTIONS(2909), - [anon_sym_typedef] = ACTIONS(2909), - [anon_sym_virtual] = ACTIONS(2909), - [anon_sym_extern] = ACTIONS(2909), - [anon_sym___attribute__] = ACTIONS(2909), - [anon_sym___attribute] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2911), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2911), - [anon_sym___declspec] = ACTIONS(2909), - [anon_sym___based] = ACTIONS(2909), - [anon_sym_RBRACE] = ACTIONS(2911), - [anon_sym_signed] = ACTIONS(2909), - [anon_sym_unsigned] = ACTIONS(2909), - [anon_sym_long] = ACTIONS(2909), - [anon_sym_short] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_static] = ACTIONS(2909), - [anon_sym_register] = ACTIONS(2909), - [anon_sym_inline] = ACTIONS(2909), - [anon_sym___inline] = ACTIONS(2909), - [anon_sym___inline__] = ACTIONS(2909), - [anon_sym___forceinline] = ACTIONS(2909), - [anon_sym_thread_local] = ACTIONS(2909), - [anon_sym___thread] = ACTIONS(2909), - [anon_sym_const] = ACTIONS(2909), - [anon_sym_constexpr] = ACTIONS(2909), - [anon_sym_volatile] = ACTIONS(2909), - [anon_sym_restrict] = ACTIONS(2909), - [anon_sym___restrict__] = ACTIONS(2909), - [anon_sym__Atomic] = ACTIONS(2909), - [anon_sym__Noreturn] = ACTIONS(2909), - [anon_sym_noreturn] = ACTIONS(2909), - [anon_sym__Nonnull] = ACTIONS(2909), - [anon_sym_mutable] = ACTIONS(2909), - [anon_sym_constinit] = ACTIONS(2909), - [anon_sym_consteval] = ACTIONS(2909), - [anon_sym_PROGMEM] = ACTIONS(2909), - [anon_sym_alignas] = ACTIONS(2909), - [anon_sym__Alignas] = ACTIONS(2909), - [aux_sym_primitive_type_token1] = ACTIONS(2909), - [anon_sym_byte] = ACTIONS(2909), - [anon_sym_word] = ACTIONS(2909), - [anon_sym_enum] = ACTIONS(2909), - [anon_sym_class] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2909), - [anon_sym_union] = ACTIONS(2909), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2909), - [anon_sym_decltype] = ACTIONS(2909), - [anon_sym_explicit] = ACTIONS(2909), - [anon_sym_typename] = ACTIONS(2909), - [anon_sym_template] = ACTIONS(2909), - [anon_sym_operator] = ACTIONS(2909), - [anon_sym_friend] = ACTIONS(2909), - [anon_sym_public] = ACTIONS(2909), - [anon_sym_private] = ACTIONS(2909), - [anon_sym_protected] = ACTIONS(2909), - [anon_sym_using] = ACTIONS(2909), - [anon_sym_static_assert] = ACTIONS(2909), + [1888] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_friend] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), }, - [2012] = { - [sym_identifier] = ACTIONS(3211), - [aux_sym_preproc_def_token1] = ACTIONS(3211), - [aux_sym_preproc_if_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), - [sym_preproc_directive] = ACTIONS(3211), - [anon_sym_LPAREN2] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(3213), - [anon_sym_STAR] = ACTIONS(3213), - [anon_sym_AMP_AMP] = ACTIONS(3213), - [anon_sym_AMP] = ACTIONS(3211), - [anon_sym_SEMI] = ACTIONS(3213), - [anon_sym___extension__] = ACTIONS(3211), - [anon_sym_typedef] = ACTIONS(3211), - [anon_sym_virtual] = ACTIONS(3211), - [anon_sym_extern] = ACTIONS(3211), - [anon_sym___attribute__] = ACTIONS(3211), - [anon_sym___attribute] = ACTIONS(3211), - [anon_sym_COLON_COLON] = ACTIONS(3213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), - [anon_sym___declspec] = ACTIONS(3211), - [anon_sym___based] = ACTIONS(3211), - [anon_sym_RBRACE] = ACTIONS(3213), - [anon_sym_signed] = ACTIONS(3211), - [anon_sym_unsigned] = ACTIONS(3211), - [anon_sym_long] = ACTIONS(3211), - [anon_sym_short] = ACTIONS(3211), - [anon_sym_LBRACK] = ACTIONS(3211), - [anon_sym_static] = ACTIONS(3211), - [anon_sym_register] = ACTIONS(3211), - [anon_sym_inline] = ACTIONS(3211), - [anon_sym___inline] = ACTIONS(3211), - [anon_sym___inline__] = ACTIONS(3211), - [anon_sym___forceinline] = ACTIONS(3211), - [anon_sym_thread_local] = ACTIONS(3211), - [anon_sym___thread] = ACTIONS(3211), - [anon_sym_const] = ACTIONS(3211), - [anon_sym_constexpr] = ACTIONS(3211), - [anon_sym_volatile] = ACTIONS(3211), - [anon_sym_restrict] = ACTIONS(3211), - [anon_sym___restrict__] = ACTIONS(3211), - [anon_sym__Atomic] = ACTIONS(3211), - [anon_sym__Noreturn] = ACTIONS(3211), - [anon_sym_noreturn] = ACTIONS(3211), - [anon_sym__Nonnull] = ACTIONS(3211), - [anon_sym_mutable] = ACTIONS(3211), - [anon_sym_constinit] = ACTIONS(3211), - [anon_sym_consteval] = ACTIONS(3211), - [anon_sym_PROGMEM] = ACTIONS(3211), - [anon_sym_alignas] = ACTIONS(3211), - [anon_sym__Alignas] = ACTIONS(3211), - [aux_sym_primitive_type_token1] = ACTIONS(3211), - [anon_sym_byte] = ACTIONS(3211), - [anon_sym_word] = ACTIONS(3211), - [anon_sym_enum] = ACTIONS(3211), - [anon_sym_class] = ACTIONS(3211), - [anon_sym_struct] = ACTIONS(3211), - [anon_sym_union] = ACTIONS(3211), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3211), - [anon_sym_decltype] = ACTIONS(3211), - [anon_sym_explicit] = ACTIONS(3211), - [anon_sym_typename] = ACTIONS(3211), - [anon_sym_template] = ACTIONS(3211), - [anon_sym_operator] = ACTIONS(3211), - [anon_sym_friend] = ACTIONS(3211), - [anon_sym_public] = ACTIONS(3211), - [anon_sym_private] = ACTIONS(3211), - [anon_sym_protected] = ACTIONS(3211), - [anon_sym_using] = ACTIONS(3211), - [anon_sym_static_assert] = ACTIONS(3211), + [1889] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), }, - [2013] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_RBRACE] = ACTIONS(5287), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), + [1890] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), }, - [2014] = { - [sym_identifier] = ACTIONS(5285), - [aux_sym_preproc_def_token1] = ACTIONS(5285), - [aux_sym_preproc_if_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5285), - [sym_preproc_directive] = ACTIONS(5285), - [anon_sym_LPAREN2] = ACTIONS(5287), - [anon_sym_TILDE] = ACTIONS(5287), - [anon_sym_STAR] = ACTIONS(5287), - [anon_sym_AMP_AMP] = ACTIONS(5287), - [anon_sym_AMP] = ACTIONS(5285), - [anon_sym_SEMI] = ACTIONS(5287), - [anon_sym___extension__] = ACTIONS(5285), - [anon_sym_typedef] = ACTIONS(5285), - [anon_sym_virtual] = ACTIONS(5285), - [anon_sym_extern] = ACTIONS(5285), - [anon_sym___attribute__] = ACTIONS(5285), - [anon_sym___attribute] = ACTIONS(5285), - [anon_sym_COLON_COLON] = ACTIONS(5287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5287), - [anon_sym___declspec] = ACTIONS(5285), - [anon_sym___based] = ACTIONS(5285), - [anon_sym_RBRACE] = ACTIONS(5287), - [anon_sym_signed] = ACTIONS(5285), - [anon_sym_unsigned] = ACTIONS(5285), - [anon_sym_long] = ACTIONS(5285), - [anon_sym_short] = ACTIONS(5285), - [anon_sym_LBRACK] = ACTIONS(5285), - [anon_sym_static] = ACTIONS(5285), - [anon_sym_register] = ACTIONS(5285), - [anon_sym_inline] = ACTIONS(5285), - [anon_sym___inline] = ACTIONS(5285), - [anon_sym___inline__] = ACTIONS(5285), - [anon_sym___forceinline] = ACTIONS(5285), - [anon_sym_thread_local] = ACTIONS(5285), - [anon_sym___thread] = ACTIONS(5285), - [anon_sym_const] = ACTIONS(5285), - [anon_sym_constexpr] = ACTIONS(5285), - [anon_sym_volatile] = ACTIONS(5285), - [anon_sym_restrict] = ACTIONS(5285), - [anon_sym___restrict__] = ACTIONS(5285), - [anon_sym__Atomic] = ACTIONS(5285), - [anon_sym__Noreturn] = ACTIONS(5285), - [anon_sym_noreturn] = ACTIONS(5285), - [anon_sym__Nonnull] = ACTIONS(5285), - [anon_sym_mutable] = ACTIONS(5285), - [anon_sym_constinit] = ACTIONS(5285), - [anon_sym_consteval] = ACTIONS(5285), - [anon_sym_PROGMEM] = ACTIONS(5285), - [anon_sym_alignas] = ACTIONS(5285), - [anon_sym__Alignas] = ACTIONS(5285), - [aux_sym_primitive_type_token1] = ACTIONS(5285), - [anon_sym_byte] = ACTIONS(5285), - [anon_sym_word] = ACTIONS(5285), - [anon_sym_enum] = ACTIONS(5285), - [anon_sym_class] = ACTIONS(5285), - [anon_sym_struct] = ACTIONS(5285), - [anon_sym_union] = ACTIONS(5285), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5285), - [anon_sym_decltype] = ACTIONS(5285), - [anon_sym_explicit] = ACTIONS(5285), - [anon_sym_typename] = ACTIONS(5285), - [anon_sym_template] = ACTIONS(5285), - [anon_sym_operator] = ACTIONS(5285), - [anon_sym_friend] = ACTIONS(5285), - [anon_sym_public] = ACTIONS(5285), - [anon_sym_private] = ACTIONS(5285), - [anon_sym_protected] = ACTIONS(5285), - [anon_sym_using] = ACTIONS(5285), - [anon_sym_static_assert] = ACTIONS(5285), + [1891] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_RBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), }, - [2015] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(1975), - [sym__declarator] = STATE(6291), - [sym__abstract_declarator] = STATE(6459), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2510), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(2918), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2510), - [aux_sym_pointer_declarator_repeat1] = STATE(1975), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5709), - [anon_sym_RPAREN] = ACTIONS(5709), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5697), - [anon_sym_AMP_AMP] = ACTIONS(5699), - [anon_sym_AMP] = ACTIONS(5701), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5711), - [anon_sym___attribute] = ACTIONS(5711), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_EQ] = ACTIONS(5709), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(5709), - [anon_sym_operator] = ACTIONS(1836), + [1892] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_RBRACE] = ACTIONS(2998), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), }, - [2016] = { - [sym_identifier] = ACTIONS(5321), - [aux_sym_preproc_def_token1] = ACTIONS(5321), - [aux_sym_preproc_if_token1] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5321), - [sym_preproc_directive] = ACTIONS(5321), - [anon_sym_LPAREN2] = ACTIONS(5323), - [anon_sym_TILDE] = ACTIONS(5323), - [anon_sym_STAR] = ACTIONS(5323), - [anon_sym_AMP_AMP] = ACTIONS(5323), - [anon_sym_AMP] = ACTIONS(5321), - [anon_sym_SEMI] = ACTIONS(5323), - [anon_sym___extension__] = ACTIONS(5321), - [anon_sym_typedef] = ACTIONS(5321), - [anon_sym_virtual] = ACTIONS(5321), - [anon_sym_extern] = ACTIONS(5321), - [anon_sym___attribute__] = ACTIONS(5321), - [anon_sym___attribute] = ACTIONS(5321), - [anon_sym_COLON_COLON] = ACTIONS(5323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5323), - [anon_sym___declspec] = ACTIONS(5321), - [anon_sym___based] = ACTIONS(5321), - [anon_sym_RBRACE] = ACTIONS(5323), - [anon_sym_signed] = ACTIONS(5321), - [anon_sym_unsigned] = ACTIONS(5321), - [anon_sym_long] = ACTIONS(5321), - [anon_sym_short] = ACTIONS(5321), - [anon_sym_LBRACK] = ACTIONS(5321), - [anon_sym_static] = ACTIONS(5321), - [anon_sym_register] = ACTIONS(5321), - [anon_sym_inline] = ACTIONS(5321), - [anon_sym___inline] = ACTIONS(5321), - [anon_sym___inline__] = ACTIONS(5321), - [anon_sym___forceinline] = ACTIONS(5321), - [anon_sym_thread_local] = ACTIONS(5321), - [anon_sym___thread] = ACTIONS(5321), - [anon_sym_const] = ACTIONS(5321), - [anon_sym_constexpr] = ACTIONS(5321), - [anon_sym_volatile] = ACTIONS(5321), - [anon_sym_restrict] = ACTIONS(5321), - [anon_sym___restrict__] = ACTIONS(5321), - [anon_sym__Atomic] = ACTIONS(5321), - [anon_sym__Noreturn] = ACTIONS(5321), - [anon_sym_noreturn] = ACTIONS(5321), - [anon_sym__Nonnull] = ACTIONS(5321), - [anon_sym_mutable] = ACTIONS(5321), - [anon_sym_constinit] = ACTIONS(5321), - [anon_sym_consteval] = ACTIONS(5321), - [anon_sym_PROGMEM] = ACTIONS(5321), - [anon_sym_alignas] = ACTIONS(5321), - [anon_sym__Alignas] = ACTIONS(5321), - [aux_sym_primitive_type_token1] = ACTIONS(5321), - [anon_sym_byte] = ACTIONS(5321), - [anon_sym_word] = ACTIONS(5321), - [anon_sym_enum] = ACTIONS(5321), - [anon_sym_class] = ACTIONS(5321), - [anon_sym_struct] = ACTIONS(5321), - [anon_sym_union] = ACTIONS(5321), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5321), - [anon_sym_decltype] = ACTIONS(5321), - [anon_sym_explicit] = ACTIONS(5321), - [anon_sym_typename] = ACTIONS(5321), - [anon_sym_template] = ACTIONS(5321), - [anon_sym_operator] = ACTIONS(5321), - [anon_sym_friend] = ACTIONS(5321), - [anon_sym_public] = ACTIONS(5321), - [anon_sym_private] = ACTIONS(5321), - [anon_sym_protected] = ACTIONS(5321), - [anon_sym_using] = ACTIONS(5321), - [anon_sym_static_assert] = ACTIONS(5321), + [1893] = { + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_friend] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), }, - [2017] = { - [sym_template_argument_list] = STATE(2093), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4863), - [anon_sym_LPAREN2] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4863), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4870), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(5713), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym___extension__] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4866), - [anon_sym_volatile] = ACTIONS(4866), - [anon_sym_restrict] = ACTIONS(4866), - [anon_sym___restrict__] = ACTIONS(4866), - [anon_sym__Atomic] = ACTIONS(4866), - [anon_sym__Noreturn] = ACTIONS(4866), - [anon_sym_noreturn] = ACTIONS(4866), - [anon_sym__Nonnull] = ACTIONS(4866), - [anon_sym_mutable] = ACTIONS(4866), - [anon_sym_constinit] = ACTIONS(4866), - [anon_sym_consteval] = ACTIONS(4866), - [anon_sym_PROGMEM] = ACTIONS(4866), - [anon_sym_alignas] = ACTIONS(4866), - [anon_sym__Alignas] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4861), - [anon_sym_or_eq] = ACTIONS(4861), - [anon_sym_xor_eq] = ACTIONS(4861), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4861), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4861), - [anon_sym_not_eq] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), + [1894] = { + [sym_identifier] = ACTIONS(5431), + [aux_sym_preproc_def_token1] = ACTIONS(5431), + [aux_sym_preproc_if_token1] = ACTIONS(5431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5431), + [sym_preproc_directive] = ACTIONS(5431), + [anon_sym_LPAREN2] = ACTIONS(5433), + [anon_sym_TILDE] = ACTIONS(5433), + [anon_sym_STAR] = ACTIONS(5433), + [anon_sym_AMP_AMP] = ACTIONS(5433), + [anon_sym_AMP] = ACTIONS(5431), + [anon_sym_SEMI] = ACTIONS(5433), + [anon_sym___extension__] = ACTIONS(5431), + [anon_sym_typedef] = ACTIONS(5431), + [anon_sym_virtual] = ACTIONS(5431), + [anon_sym_extern] = ACTIONS(5431), + [anon_sym___attribute__] = ACTIONS(5431), + [anon_sym___attribute] = ACTIONS(5431), + [anon_sym_COLON_COLON] = ACTIONS(5433), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5433), + [anon_sym___declspec] = ACTIONS(5431), + [anon_sym___based] = ACTIONS(5431), + [anon_sym_RBRACE] = ACTIONS(5433), + [anon_sym_signed] = ACTIONS(5431), + [anon_sym_unsigned] = ACTIONS(5431), + [anon_sym_long] = ACTIONS(5431), + [anon_sym_short] = ACTIONS(5431), + [anon_sym_LBRACK] = ACTIONS(5431), + [anon_sym_static] = ACTIONS(5431), + [anon_sym_register] = ACTIONS(5431), + [anon_sym_inline] = ACTIONS(5431), + [anon_sym___inline] = ACTIONS(5431), + [anon_sym___inline__] = ACTIONS(5431), + [anon_sym___forceinline] = ACTIONS(5431), + [anon_sym_thread_local] = ACTIONS(5431), + [anon_sym___thread] = ACTIONS(5431), + [anon_sym_const] = ACTIONS(5431), + [anon_sym_constexpr] = ACTIONS(5431), + [anon_sym_volatile] = ACTIONS(5431), + [anon_sym_restrict] = ACTIONS(5431), + [anon_sym___restrict__] = ACTIONS(5431), + [anon_sym__Atomic] = ACTIONS(5431), + [anon_sym__Noreturn] = ACTIONS(5431), + [anon_sym_noreturn] = ACTIONS(5431), + [anon_sym__Nonnull] = ACTIONS(5431), + [anon_sym_mutable] = ACTIONS(5431), + [anon_sym_constinit] = ACTIONS(5431), + [anon_sym_consteval] = ACTIONS(5431), + [anon_sym_PROGMEM] = ACTIONS(5431), + [anon_sym_alignas] = ACTIONS(5431), + [anon_sym__Alignas] = ACTIONS(5431), + [aux_sym_primitive_type_token1] = ACTIONS(5431), + [anon_sym_byte] = ACTIONS(5431), + [anon_sym_word] = ACTIONS(5431), + [anon_sym_enum] = ACTIONS(5431), + [anon_sym_class] = ACTIONS(5431), + [anon_sym_struct] = ACTIONS(5431), + [anon_sym_union] = ACTIONS(5431), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4866), - [anon_sym_decltype] = ACTIONS(4866), - }, - [2018] = { - [sym_identifier] = ACTIONS(3122), - [aux_sym_preproc_def_token1] = ACTIONS(3122), - [aux_sym_preproc_if_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3122), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_LPAREN2] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_AMP_AMP] = ACTIONS(3124), - [anon_sym_AMP] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym___extension__] = ACTIONS(3122), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_virtual] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym___attribute__] = ACTIONS(3122), - [anon_sym___attribute] = ACTIONS(3122), - [anon_sym_COLON_COLON] = ACTIONS(3124), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3124), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym___based] = ACTIONS(3122), - [anon_sym_RBRACE] = ACTIONS(3124), - [anon_sym_signed] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [anon_sym_LBRACK] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym___inline] = ACTIONS(3122), - [anon_sym___inline__] = ACTIONS(3122), - [anon_sym___forceinline] = ACTIONS(3122), - [anon_sym_thread_local] = ACTIONS(3122), - [anon_sym___thread] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_constexpr] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym___restrict__] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym__Noreturn] = ACTIONS(3122), - [anon_sym_noreturn] = ACTIONS(3122), - [anon_sym__Nonnull] = ACTIONS(3122), - [anon_sym_mutable] = ACTIONS(3122), - [anon_sym_constinit] = ACTIONS(3122), - [anon_sym_consteval] = ACTIONS(3122), - [anon_sym_PROGMEM] = ACTIONS(3122), - [anon_sym_alignas] = ACTIONS(3122), - [anon_sym__Alignas] = ACTIONS(3122), - [aux_sym_primitive_type_token1] = ACTIONS(3122), - [anon_sym_byte] = ACTIONS(3122), - [anon_sym_word] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_class] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3122), - [anon_sym_decltype] = ACTIONS(3122), - [anon_sym_explicit] = ACTIONS(3122), - [anon_sym_typename] = ACTIONS(3122), - [anon_sym_template] = ACTIONS(3122), - [anon_sym_operator] = ACTIONS(3122), - [anon_sym_friend] = ACTIONS(3122), - [anon_sym_public] = ACTIONS(3122), - [anon_sym_private] = ACTIONS(3122), - [anon_sym_protected] = ACTIONS(3122), - [anon_sym_using] = ACTIONS(3122), - [anon_sym_static_assert] = ACTIONS(3122), - }, - [2019] = { - [sym_identifier] = ACTIONS(3126), - [aux_sym_preproc_def_token1] = ACTIONS(3126), - [aux_sym_preproc_if_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3126), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_LPAREN2] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_AMP_AMP] = ACTIONS(3128), - [anon_sym_AMP] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym___extension__] = ACTIONS(3126), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_virtual] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym___attribute__] = ACTIONS(3126), - [anon_sym___attribute] = ACTIONS(3126), - [anon_sym_COLON_COLON] = ACTIONS(3128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3128), - [anon_sym___declspec] = ACTIONS(3126), - [anon_sym___based] = ACTIONS(3126), - [anon_sym_RBRACE] = ACTIONS(3128), - [anon_sym_signed] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [anon_sym_LBRACK] = ACTIONS(3126), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym___inline] = ACTIONS(3126), - [anon_sym___inline__] = ACTIONS(3126), - [anon_sym___forceinline] = ACTIONS(3126), - [anon_sym_thread_local] = ACTIONS(3126), - [anon_sym___thread] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_constexpr] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym___restrict__] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym__Noreturn] = ACTIONS(3126), - [anon_sym_noreturn] = ACTIONS(3126), - [anon_sym__Nonnull] = ACTIONS(3126), - [anon_sym_mutable] = ACTIONS(3126), - [anon_sym_constinit] = ACTIONS(3126), - [anon_sym_consteval] = ACTIONS(3126), - [anon_sym_PROGMEM] = ACTIONS(3126), - [anon_sym_alignas] = ACTIONS(3126), - [anon_sym__Alignas] = ACTIONS(3126), - [aux_sym_primitive_type_token1] = ACTIONS(3126), - [anon_sym_byte] = ACTIONS(3126), - [anon_sym_word] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_class] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3126), - [anon_sym_decltype] = ACTIONS(3126), - [anon_sym_explicit] = ACTIONS(3126), - [anon_sym_typename] = ACTIONS(3126), - [anon_sym_template] = ACTIONS(3126), - [anon_sym_operator] = ACTIONS(3126), - [anon_sym_friend] = ACTIONS(3126), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_using] = ACTIONS(3126), - [anon_sym_static_assert] = ACTIONS(3126), + [sym_auto] = ACTIONS(5431), + [anon_sym_decltype] = ACTIONS(5431), + [anon_sym_explicit] = ACTIONS(5431), + [anon_sym_typename] = ACTIONS(5431), + [anon_sym_template] = ACTIONS(5431), + [anon_sym_operator] = ACTIONS(5431), + [anon_sym_friend] = ACTIONS(5431), + [anon_sym_public] = ACTIONS(5431), + [anon_sym_private] = ACTIONS(5431), + [anon_sym_protected] = ACTIONS(5431), + [anon_sym_using] = ACTIONS(5431), + [anon_sym_static_assert] = ACTIONS(5431), }, - [2020] = { - [sym_identifier] = ACTIONS(3130), - [aux_sym_preproc_def_token1] = ACTIONS(3130), - [aux_sym_preproc_if_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3130), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3130), - [sym_preproc_directive] = ACTIONS(3130), - [anon_sym_LPAREN2] = ACTIONS(3132), - [anon_sym_TILDE] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(3132), - [anon_sym_AMP_AMP] = ACTIONS(3132), - [anon_sym_AMP] = ACTIONS(3130), - [anon_sym_SEMI] = ACTIONS(3132), - [anon_sym___extension__] = ACTIONS(3130), - [anon_sym_typedef] = ACTIONS(3130), - [anon_sym_virtual] = ACTIONS(3130), - [anon_sym_extern] = ACTIONS(3130), - [anon_sym___attribute__] = ACTIONS(3130), - [anon_sym___attribute] = ACTIONS(3130), - [anon_sym_COLON_COLON] = ACTIONS(3132), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3132), - [anon_sym___declspec] = ACTIONS(3130), - [anon_sym___based] = ACTIONS(3130), - [anon_sym_RBRACE] = ACTIONS(3132), - [anon_sym_signed] = ACTIONS(3130), - [anon_sym_unsigned] = ACTIONS(3130), - [anon_sym_long] = ACTIONS(3130), - [anon_sym_short] = ACTIONS(3130), - [anon_sym_LBRACK] = ACTIONS(3130), - [anon_sym_static] = ACTIONS(3130), - [anon_sym_register] = ACTIONS(3130), - [anon_sym_inline] = ACTIONS(3130), - [anon_sym___inline] = ACTIONS(3130), - [anon_sym___inline__] = ACTIONS(3130), - [anon_sym___forceinline] = ACTIONS(3130), - [anon_sym_thread_local] = ACTIONS(3130), - [anon_sym___thread] = ACTIONS(3130), - [anon_sym_const] = ACTIONS(3130), - [anon_sym_constexpr] = ACTIONS(3130), - [anon_sym_volatile] = ACTIONS(3130), - [anon_sym_restrict] = ACTIONS(3130), - [anon_sym___restrict__] = ACTIONS(3130), - [anon_sym__Atomic] = ACTIONS(3130), - [anon_sym__Noreturn] = ACTIONS(3130), - [anon_sym_noreturn] = ACTIONS(3130), - [anon_sym__Nonnull] = ACTIONS(3130), - [anon_sym_mutable] = ACTIONS(3130), - [anon_sym_constinit] = ACTIONS(3130), - [anon_sym_consteval] = ACTIONS(3130), - [anon_sym_PROGMEM] = ACTIONS(3130), - [anon_sym_alignas] = ACTIONS(3130), - [anon_sym__Alignas] = ACTIONS(3130), - [aux_sym_primitive_type_token1] = ACTIONS(3130), - [anon_sym_byte] = ACTIONS(3130), - [anon_sym_word] = ACTIONS(3130), - [anon_sym_enum] = ACTIONS(3130), - [anon_sym_class] = ACTIONS(3130), - [anon_sym_struct] = ACTIONS(3130), - [anon_sym_union] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3130), - [anon_sym_decltype] = ACTIONS(3130), - [anon_sym_explicit] = ACTIONS(3130), - [anon_sym_typename] = ACTIONS(3130), - [anon_sym_template] = ACTIONS(3130), - [anon_sym_operator] = ACTIONS(3130), - [anon_sym_friend] = ACTIONS(3130), - [anon_sym_public] = ACTIONS(3130), - [anon_sym_private] = ACTIONS(3130), - [anon_sym_protected] = ACTIONS(3130), - [anon_sym_using] = ACTIONS(3130), - [anon_sym_static_assert] = ACTIONS(3130), + [1895] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_friend] = ACTIONS(3132), + [anon_sym_public] = ACTIONS(3132), + [anon_sym_private] = ACTIONS(3132), + [anon_sym_protected] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), }, - [2021] = { - [sym_identifier] = ACTIONS(3173), - [aux_sym_preproc_def_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token1] = ACTIONS(3173), - [aux_sym_preproc_if_token2] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3173), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3173), - [sym_preproc_directive] = ACTIONS(3173), - [anon_sym_LPAREN2] = ACTIONS(3175), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_SEMI] = ACTIONS(3175), - [anon_sym___extension__] = ACTIONS(3173), - [anon_sym_typedef] = ACTIONS(3173), - [anon_sym_virtual] = ACTIONS(3173), - [anon_sym_extern] = ACTIONS(3173), - [anon_sym___attribute__] = ACTIONS(3173), - [anon_sym___attribute] = ACTIONS(3173), - [anon_sym_COLON_COLON] = ACTIONS(3175), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3175), - [anon_sym___declspec] = ACTIONS(3173), - [anon_sym___based] = ACTIONS(3173), - [anon_sym_signed] = ACTIONS(3173), - [anon_sym_unsigned] = ACTIONS(3173), - [anon_sym_long] = ACTIONS(3173), - [anon_sym_short] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3173), - [anon_sym_static] = ACTIONS(3173), - [anon_sym_register] = ACTIONS(3173), - [anon_sym_inline] = ACTIONS(3173), - [anon_sym___inline] = ACTIONS(3173), - [anon_sym___inline__] = ACTIONS(3173), - [anon_sym___forceinline] = ACTIONS(3173), - [anon_sym_thread_local] = ACTIONS(3173), - [anon_sym___thread] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_constexpr] = ACTIONS(3173), - [anon_sym_volatile] = ACTIONS(3173), - [anon_sym_restrict] = ACTIONS(3173), - [anon_sym___restrict__] = ACTIONS(3173), - [anon_sym__Atomic] = ACTIONS(3173), - [anon_sym__Noreturn] = ACTIONS(3173), - [anon_sym_noreturn] = ACTIONS(3173), - [anon_sym__Nonnull] = ACTIONS(3173), - [anon_sym_mutable] = ACTIONS(3173), - [anon_sym_constinit] = ACTIONS(3173), - [anon_sym_consteval] = ACTIONS(3173), - [anon_sym_PROGMEM] = ACTIONS(3173), - [anon_sym_alignas] = ACTIONS(3173), - [anon_sym__Alignas] = ACTIONS(3173), - [aux_sym_primitive_type_token1] = ACTIONS(3173), - [anon_sym_byte] = ACTIONS(3173), - [anon_sym_word] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_class] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3173), - [anon_sym_decltype] = ACTIONS(3173), - [anon_sym_explicit] = ACTIONS(3173), - [anon_sym_typename] = ACTIONS(3173), - [anon_sym_template] = ACTIONS(3173), - [anon_sym_operator] = ACTIONS(3173), - [anon_sym_friend] = ACTIONS(3173), - [anon_sym_public] = ACTIONS(3173), - [anon_sym_private] = ACTIONS(3173), - [anon_sym_protected] = ACTIONS(3173), - [anon_sym_using] = ACTIONS(3173), - [anon_sym_static_assert] = ACTIONS(3173), + [1896] = { + [sym_identifier] = ACTIONS(5447), + [aux_sym_preproc_def_token1] = ACTIONS(5447), + [aux_sym_preproc_if_token1] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5447), + [sym_preproc_directive] = ACTIONS(5447), + [anon_sym_LPAREN2] = ACTIONS(5449), + [anon_sym_TILDE] = ACTIONS(5449), + [anon_sym_STAR] = ACTIONS(5449), + [anon_sym_AMP_AMP] = ACTIONS(5449), + [anon_sym_AMP] = ACTIONS(5447), + [anon_sym_SEMI] = ACTIONS(5449), + [anon_sym___extension__] = ACTIONS(5447), + [anon_sym_typedef] = ACTIONS(5447), + [anon_sym_virtual] = ACTIONS(5447), + [anon_sym_extern] = ACTIONS(5447), + [anon_sym___attribute__] = ACTIONS(5447), + [anon_sym___attribute] = ACTIONS(5447), + [anon_sym_COLON_COLON] = ACTIONS(5449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5449), + [anon_sym___declspec] = ACTIONS(5447), + [anon_sym___based] = ACTIONS(5447), + [anon_sym_RBRACE] = ACTIONS(5449), + [anon_sym_signed] = ACTIONS(5447), + [anon_sym_unsigned] = ACTIONS(5447), + [anon_sym_long] = ACTIONS(5447), + [anon_sym_short] = ACTIONS(5447), + [anon_sym_LBRACK] = ACTIONS(5447), + [anon_sym_static] = ACTIONS(5447), + [anon_sym_register] = ACTIONS(5447), + [anon_sym_inline] = ACTIONS(5447), + [anon_sym___inline] = ACTIONS(5447), + [anon_sym___inline__] = ACTIONS(5447), + [anon_sym___forceinline] = ACTIONS(5447), + [anon_sym_thread_local] = ACTIONS(5447), + [anon_sym___thread] = ACTIONS(5447), + [anon_sym_const] = ACTIONS(5447), + [anon_sym_constexpr] = ACTIONS(5447), + [anon_sym_volatile] = ACTIONS(5447), + [anon_sym_restrict] = ACTIONS(5447), + [anon_sym___restrict__] = ACTIONS(5447), + [anon_sym__Atomic] = ACTIONS(5447), + [anon_sym__Noreturn] = ACTIONS(5447), + [anon_sym_noreturn] = ACTIONS(5447), + [anon_sym__Nonnull] = ACTIONS(5447), + [anon_sym_mutable] = ACTIONS(5447), + [anon_sym_constinit] = ACTIONS(5447), + [anon_sym_consteval] = ACTIONS(5447), + [anon_sym_PROGMEM] = ACTIONS(5447), + [anon_sym_alignas] = ACTIONS(5447), + [anon_sym__Alignas] = ACTIONS(5447), + [aux_sym_primitive_type_token1] = ACTIONS(5447), + [anon_sym_byte] = ACTIONS(5447), + [anon_sym_word] = ACTIONS(5447), + [anon_sym_enum] = ACTIONS(5447), + [anon_sym_class] = ACTIONS(5447), + [anon_sym_struct] = ACTIONS(5447), + [anon_sym_union] = ACTIONS(5447), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5447), + [anon_sym_decltype] = ACTIONS(5447), + [anon_sym_explicit] = ACTIONS(5447), + [anon_sym_typename] = ACTIONS(5447), + [anon_sym_template] = ACTIONS(5447), + [anon_sym_operator] = ACTIONS(5447), + [anon_sym_friend] = ACTIONS(5447), + [anon_sym_public] = ACTIONS(5447), + [anon_sym_private] = ACTIONS(5447), + [anon_sym_protected] = ACTIONS(5447), + [anon_sym_using] = ACTIONS(5447), + [anon_sym_static_assert] = ACTIONS(5447), }, - [2022] = { - [sym_identifier] = ACTIONS(5317), - [aux_sym_preproc_def_token1] = ACTIONS(5317), - [aux_sym_preproc_if_token1] = ACTIONS(5317), - [aux_sym_preproc_if_token2] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5317), - [sym_preproc_directive] = ACTIONS(5317), - [anon_sym_LPAREN2] = ACTIONS(5319), - [anon_sym_TILDE] = ACTIONS(5319), - [anon_sym_STAR] = ACTIONS(5319), - [anon_sym_AMP_AMP] = ACTIONS(5319), - [anon_sym_AMP] = ACTIONS(5317), - [anon_sym_SEMI] = ACTIONS(5319), - [anon_sym___extension__] = ACTIONS(5317), - [anon_sym_typedef] = ACTIONS(5317), - [anon_sym_virtual] = ACTIONS(5317), - [anon_sym_extern] = ACTIONS(5317), - [anon_sym___attribute__] = ACTIONS(5317), - [anon_sym___attribute] = ACTIONS(5317), - [anon_sym_COLON_COLON] = ACTIONS(5319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5319), - [anon_sym___declspec] = ACTIONS(5317), - [anon_sym___based] = ACTIONS(5317), - [anon_sym_signed] = ACTIONS(5317), - [anon_sym_unsigned] = ACTIONS(5317), - [anon_sym_long] = ACTIONS(5317), - [anon_sym_short] = ACTIONS(5317), - [anon_sym_LBRACK] = ACTIONS(5317), - [anon_sym_static] = ACTIONS(5317), - [anon_sym_register] = ACTIONS(5317), - [anon_sym_inline] = ACTIONS(5317), - [anon_sym___inline] = ACTIONS(5317), - [anon_sym___inline__] = ACTIONS(5317), - [anon_sym___forceinline] = ACTIONS(5317), - [anon_sym_thread_local] = ACTIONS(5317), - [anon_sym___thread] = ACTIONS(5317), - [anon_sym_const] = ACTIONS(5317), - [anon_sym_constexpr] = ACTIONS(5317), - [anon_sym_volatile] = ACTIONS(5317), - [anon_sym_restrict] = ACTIONS(5317), - [anon_sym___restrict__] = ACTIONS(5317), - [anon_sym__Atomic] = ACTIONS(5317), - [anon_sym__Noreturn] = ACTIONS(5317), - [anon_sym_noreturn] = ACTIONS(5317), - [anon_sym__Nonnull] = ACTIONS(5317), - [anon_sym_mutable] = ACTIONS(5317), - [anon_sym_constinit] = ACTIONS(5317), - [anon_sym_consteval] = ACTIONS(5317), - [anon_sym_PROGMEM] = ACTIONS(5317), - [anon_sym_alignas] = ACTIONS(5317), - [anon_sym__Alignas] = ACTIONS(5317), - [aux_sym_primitive_type_token1] = ACTIONS(5317), - [anon_sym_byte] = ACTIONS(5317), - [anon_sym_word] = ACTIONS(5317), - [anon_sym_enum] = ACTIONS(5317), - [anon_sym_class] = ACTIONS(5317), - [anon_sym_struct] = ACTIONS(5317), - [anon_sym_union] = ACTIONS(5317), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5317), - [anon_sym_decltype] = ACTIONS(5317), - [anon_sym_explicit] = ACTIONS(5317), - [anon_sym_typename] = ACTIONS(5317), - [anon_sym_template] = ACTIONS(5317), - [anon_sym_operator] = ACTIONS(5317), - [anon_sym_friend] = ACTIONS(5317), - [anon_sym_public] = ACTIONS(5317), - [anon_sym_private] = ACTIONS(5317), - [anon_sym_protected] = ACTIONS(5317), - [anon_sym_using] = ACTIONS(5317), - [anon_sym_static_assert] = ACTIONS(5317), + [1897] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym_RBRACE] = ACTIONS(3098), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_friend] = ACTIONS(3096), + [anon_sym_public] = ACTIONS(3096), + [anon_sym_private] = ACTIONS(3096), + [anon_sym_protected] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), }, - [2023] = { - [sym_identifier] = ACTIONS(3138), - [aux_sym_preproc_def_token1] = ACTIONS(3138), - [aux_sym_preproc_if_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3138), - [sym_preproc_directive] = ACTIONS(3138), - [anon_sym_LPAREN2] = ACTIONS(3140), - [anon_sym_TILDE] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_AMP] = ACTIONS(3138), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym___extension__] = ACTIONS(3138), - [anon_sym_typedef] = ACTIONS(3138), - [anon_sym_virtual] = ACTIONS(3138), - [anon_sym_extern] = ACTIONS(3138), - [anon_sym___attribute__] = ACTIONS(3138), - [anon_sym___attribute] = ACTIONS(3138), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3140), - [anon_sym___declspec] = ACTIONS(3138), - [anon_sym___based] = ACTIONS(3138), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(3138), - [anon_sym_static] = ACTIONS(3138), - [anon_sym_register] = ACTIONS(3138), - [anon_sym_inline] = ACTIONS(3138), - [anon_sym___inline] = ACTIONS(3138), - [anon_sym___inline__] = ACTIONS(3138), - [anon_sym___forceinline] = ACTIONS(3138), - [anon_sym_thread_local] = ACTIONS(3138), - [anon_sym___thread] = ACTIONS(3138), - [anon_sym_const] = ACTIONS(3138), - [anon_sym_constexpr] = ACTIONS(3138), - [anon_sym_volatile] = ACTIONS(3138), - [anon_sym_restrict] = ACTIONS(3138), - [anon_sym___restrict__] = ACTIONS(3138), - [anon_sym__Atomic] = ACTIONS(3138), - [anon_sym__Noreturn] = ACTIONS(3138), - [anon_sym_noreturn] = ACTIONS(3138), - [anon_sym__Nonnull] = ACTIONS(3138), - [anon_sym_mutable] = ACTIONS(3138), - [anon_sym_constinit] = ACTIONS(3138), - [anon_sym_consteval] = ACTIONS(3138), - [anon_sym_PROGMEM] = ACTIONS(3138), - [anon_sym_alignas] = ACTIONS(3138), - [anon_sym__Alignas] = ACTIONS(3138), - [aux_sym_primitive_type_token1] = ACTIONS(3138), - [anon_sym_byte] = ACTIONS(3138), - [anon_sym_word] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3138), - [anon_sym_class] = ACTIONS(3138), - [anon_sym_struct] = ACTIONS(3138), - [anon_sym_union] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3138), - [anon_sym_decltype] = ACTIONS(3138), - [anon_sym_explicit] = ACTIONS(3138), - [anon_sym_typename] = ACTIONS(3138), - [anon_sym_template] = ACTIONS(3138), - [anon_sym_operator] = ACTIONS(3138), - [anon_sym_friend] = ACTIONS(3138), - [anon_sym_public] = ACTIONS(3138), - [anon_sym_private] = ACTIONS(3138), - [anon_sym_protected] = ACTIONS(3138), - [anon_sym_using] = ACTIONS(3138), - [anon_sym_static_assert] = ACTIONS(3138), + [1898] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3094), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_friend] = ACTIONS(3092), + [anon_sym_public] = ACTIONS(3092), + [anon_sym_private] = ACTIONS(3092), + [anon_sym_protected] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), }, - [2024] = { - [sym_identifier] = ACTIONS(3142), - [aux_sym_preproc_def_token1] = ACTIONS(3142), - [aux_sym_preproc_if_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3142), - [sym_preproc_directive] = ACTIONS(3142), - [anon_sym_LPAREN2] = ACTIONS(3144), - [anon_sym_TILDE] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(3144), - [anon_sym_AMP_AMP] = ACTIONS(3144), - [anon_sym_AMP] = ACTIONS(3142), - [anon_sym_SEMI] = ACTIONS(3144), - [anon_sym___extension__] = ACTIONS(3142), - [anon_sym_typedef] = ACTIONS(3142), - [anon_sym_virtual] = ACTIONS(3142), - [anon_sym_extern] = ACTIONS(3142), - [anon_sym___attribute__] = ACTIONS(3142), - [anon_sym___attribute] = ACTIONS(3142), - [anon_sym_COLON_COLON] = ACTIONS(3144), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3144), - [anon_sym___declspec] = ACTIONS(3142), - [anon_sym___based] = ACTIONS(3142), - [anon_sym_RBRACE] = ACTIONS(3144), - [anon_sym_signed] = ACTIONS(3142), - [anon_sym_unsigned] = ACTIONS(3142), - [anon_sym_long] = ACTIONS(3142), - [anon_sym_short] = ACTIONS(3142), - [anon_sym_LBRACK] = ACTIONS(3142), - [anon_sym_static] = ACTIONS(3142), - [anon_sym_register] = ACTIONS(3142), - [anon_sym_inline] = ACTIONS(3142), - [anon_sym___inline] = ACTIONS(3142), - [anon_sym___inline__] = ACTIONS(3142), - [anon_sym___forceinline] = ACTIONS(3142), - [anon_sym_thread_local] = ACTIONS(3142), - [anon_sym___thread] = ACTIONS(3142), - [anon_sym_const] = ACTIONS(3142), - [anon_sym_constexpr] = ACTIONS(3142), - [anon_sym_volatile] = ACTIONS(3142), - [anon_sym_restrict] = ACTIONS(3142), - [anon_sym___restrict__] = ACTIONS(3142), - [anon_sym__Atomic] = ACTIONS(3142), - [anon_sym__Noreturn] = ACTIONS(3142), - [anon_sym_noreturn] = ACTIONS(3142), - [anon_sym__Nonnull] = ACTIONS(3142), - [anon_sym_mutable] = ACTIONS(3142), - [anon_sym_constinit] = ACTIONS(3142), - [anon_sym_consteval] = ACTIONS(3142), - [anon_sym_PROGMEM] = ACTIONS(3142), - [anon_sym_alignas] = ACTIONS(3142), - [anon_sym__Alignas] = ACTIONS(3142), - [aux_sym_primitive_type_token1] = ACTIONS(3142), - [anon_sym_byte] = ACTIONS(3142), - [anon_sym_word] = ACTIONS(3142), - [anon_sym_enum] = ACTIONS(3142), - [anon_sym_class] = ACTIONS(3142), - [anon_sym_struct] = ACTIONS(3142), - [anon_sym_union] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3142), - [anon_sym_decltype] = ACTIONS(3142), - [anon_sym_explicit] = ACTIONS(3142), - [anon_sym_typename] = ACTIONS(3142), - [anon_sym_template] = ACTIONS(3142), - [anon_sym_operator] = ACTIONS(3142), - [anon_sym_friend] = ACTIONS(3142), - [anon_sym_public] = ACTIONS(3142), - [anon_sym_private] = ACTIONS(3142), - [anon_sym_protected] = ACTIONS(3142), - [anon_sym_using] = ACTIONS(3142), - [anon_sym_static_assert] = ACTIONS(3142), + [1899] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_RBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), }, - [2025] = { - [sym_identifier] = ACTIONS(3158), - [aux_sym_preproc_def_token1] = ACTIONS(3158), - [aux_sym_preproc_if_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3158), - [sym_preproc_directive] = ACTIONS(3158), - [anon_sym_LPAREN2] = ACTIONS(3160), - [anon_sym_TILDE] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_AMP_AMP] = ACTIONS(3160), - [anon_sym_AMP] = ACTIONS(3158), - [anon_sym_SEMI] = ACTIONS(3160), - [anon_sym___extension__] = ACTIONS(3158), - [anon_sym_typedef] = ACTIONS(3158), - [anon_sym_virtual] = ACTIONS(3158), - [anon_sym_extern] = ACTIONS(3158), - [anon_sym___attribute__] = ACTIONS(3158), - [anon_sym___attribute] = ACTIONS(3158), - [anon_sym_COLON_COLON] = ACTIONS(3160), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3160), - [anon_sym___declspec] = ACTIONS(3158), - [anon_sym___based] = ACTIONS(3158), - [anon_sym_RBRACE] = ACTIONS(3160), - [anon_sym_signed] = ACTIONS(3158), - [anon_sym_unsigned] = ACTIONS(3158), - [anon_sym_long] = ACTIONS(3158), - [anon_sym_short] = ACTIONS(3158), - [anon_sym_LBRACK] = ACTIONS(3158), - [anon_sym_static] = ACTIONS(3158), - [anon_sym_register] = ACTIONS(3158), - [anon_sym_inline] = ACTIONS(3158), - [anon_sym___inline] = ACTIONS(3158), - [anon_sym___inline__] = ACTIONS(3158), - [anon_sym___forceinline] = ACTIONS(3158), - [anon_sym_thread_local] = ACTIONS(3158), - [anon_sym___thread] = ACTIONS(3158), - [anon_sym_const] = ACTIONS(3158), - [anon_sym_constexpr] = ACTIONS(3158), - [anon_sym_volatile] = ACTIONS(3158), - [anon_sym_restrict] = ACTIONS(3158), - [anon_sym___restrict__] = ACTIONS(3158), - [anon_sym__Atomic] = ACTIONS(3158), - [anon_sym__Noreturn] = ACTIONS(3158), - [anon_sym_noreturn] = ACTIONS(3158), - [anon_sym__Nonnull] = ACTIONS(3158), - [anon_sym_mutable] = ACTIONS(3158), - [anon_sym_constinit] = ACTIONS(3158), - [anon_sym_consteval] = ACTIONS(3158), - [anon_sym_PROGMEM] = ACTIONS(3158), - [anon_sym_alignas] = ACTIONS(3158), - [anon_sym__Alignas] = ACTIONS(3158), - [aux_sym_primitive_type_token1] = ACTIONS(3158), - [anon_sym_byte] = ACTIONS(3158), - [anon_sym_word] = ACTIONS(3158), - [anon_sym_enum] = ACTIONS(3158), - [anon_sym_class] = ACTIONS(3158), - [anon_sym_struct] = ACTIONS(3158), - [anon_sym_union] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3158), - [anon_sym_decltype] = ACTIONS(3158), - [anon_sym_explicit] = ACTIONS(3158), - [anon_sym_typename] = ACTIONS(3158), - [anon_sym_template] = ACTIONS(3158), - [anon_sym_operator] = ACTIONS(3158), - [anon_sym_friend] = ACTIONS(3158), - [anon_sym_public] = ACTIONS(3158), - [anon_sym_private] = ACTIONS(3158), - [anon_sym_protected] = ACTIONS(3158), - [anon_sym_using] = ACTIONS(3158), - [anon_sym_static_assert] = ACTIONS(3158), + [1900] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_RBRACE] = ACTIONS(3102), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), }, - [2026] = { - [sym_identifier] = ACTIONS(3029), - [aux_sym_preproc_def_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token1] = ACTIONS(3029), - [aux_sym_preproc_if_token2] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3029), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3029), - [sym_preproc_directive] = ACTIONS(3029), - [anon_sym_LPAREN2] = ACTIONS(3031), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym___extension__] = ACTIONS(3029), - [anon_sym_typedef] = ACTIONS(3029), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_extern] = ACTIONS(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym___attribute] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(3031), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3031), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym___based] = ACTIONS(3029), - [anon_sym_signed] = ACTIONS(3029), - [anon_sym_unsigned] = ACTIONS(3029), - [anon_sym_long] = ACTIONS(3029), - [anon_sym_short] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym___inline] = ACTIONS(3029), - [anon_sym___inline__] = ACTIONS(3029), - [anon_sym___forceinline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym___thread] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym___restrict__] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym__Noreturn] = ACTIONS(3029), - [anon_sym_noreturn] = ACTIONS(3029), - [anon_sym__Nonnull] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constinit] = ACTIONS(3029), - [anon_sym_consteval] = ACTIONS(3029), - [anon_sym_PROGMEM] = ACTIONS(3029), - [anon_sym_alignas] = ACTIONS(3029), - [anon_sym__Alignas] = ACTIONS(3029), - [aux_sym_primitive_type_token1] = ACTIONS(3029), - [anon_sym_byte] = ACTIONS(3029), - [anon_sym_word] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_class] = ACTIONS(3029), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3029), - [anon_sym_decltype] = ACTIONS(3029), - [anon_sym_explicit] = ACTIONS(3029), - [anon_sym_typename] = ACTIONS(3029), - [anon_sym_template] = ACTIONS(3029), - [anon_sym_operator] = ACTIONS(3029), - [anon_sym_friend] = ACTIONS(3029), - [anon_sym_public] = ACTIONS(3029), - [anon_sym_private] = ACTIONS(3029), - [anon_sym_protected] = ACTIONS(3029), - [anon_sym_using] = ACTIONS(3029), - [anon_sym_static_assert] = ACTIONS(3029), + [1901] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), }, - [2027] = { - [sym_type_qualifier] = STATE(1859), - [sym_alignas_qualifier] = STATE(2106), - [sym_primitive_type] = STATE(2271), - [aux_sym__type_definition_type_repeat1] = STATE(1859), - [aux_sym_sized_type_specifier_repeat1] = STATE(2260), - [sym_identifier] = ACTIONS(5716), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4936), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE] = ACTIONS(4938), - [anon_sym_CARET] = ACTIONS(4936), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_EQ_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4936), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_GT_EQ] = ACTIONS(4938), - [anon_sym_LT_EQ] = ACTIONS(4938), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_LT_LT] = ACTIONS(4936), - [anon_sym_GT_GT] = ACTIONS(4938), - [anon_sym___extension__] = ACTIONS(5683), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_signed] = ACTIONS(5718), - [anon_sym_unsigned] = ACTIONS(5718), - [anon_sym_long] = ACTIONS(5718), - [anon_sym_short] = ACTIONS(5718), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_const] = ACTIONS(5683), - [anon_sym_constexpr] = ACTIONS(5683), - [anon_sym_volatile] = ACTIONS(5683), - [anon_sym_restrict] = ACTIONS(5683), - [anon_sym___restrict__] = ACTIONS(5683), - [anon_sym__Atomic] = ACTIONS(5683), - [anon_sym__Noreturn] = ACTIONS(5683), - [anon_sym_noreturn] = ACTIONS(5683), - [anon_sym__Nonnull] = ACTIONS(5683), - [anon_sym_mutable] = ACTIONS(5683), - [anon_sym_constinit] = ACTIONS(5683), - [anon_sym_consteval] = ACTIONS(5683), - [anon_sym_PROGMEM] = ACTIONS(5683), - [anon_sym_alignas] = ACTIONS(5687), - [anon_sym__Alignas] = ACTIONS(5687), - [aux_sym_primitive_type_token1] = ACTIONS(2605), - [anon_sym_byte] = ACTIONS(2605), - [anon_sym_word] = ACTIONS(2605), - [anon_sym_QMARK] = ACTIONS(4936), - [anon_sym_LT_EQ_GT] = ACTIONS(4936), - [anon_sym_or] = ACTIONS(4938), - [anon_sym_and] = ACTIONS(4938), - [anon_sym_bitor] = ACTIONS(4938), - [anon_sym_xor] = ACTIONS(4938), - [anon_sym_bitand] = ACTIONS(4938), - [anon_sym_not_eq] = ACTIONS(4938), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_DOT_STAR] = ACTIONS(4936), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - [anon_sym_GT2] = ACTIONS(4936), + [1902] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), }, - [2028] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token2] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_friend] = ACTIONS(3177), - [anon_sym_public] = ACTIONS(3177), - [anon_sym_private] = ACTIONS(3177), - [anon_sym_protected] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), + [1903] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_RBRACE] = ACTIONS(2831), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), }, - [2029] = { - [sym_identifier] = ACTIONS(3150), - [aux_sym_preproc_def_token1] = ACTIONS(3150), - [aux_sym_preproc_if_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3150), - [sym_preproc_directive] = ACTIONS(3150), - [anon_sym_LPAREN2] = ACTIONS(3152), - [anon_sym_TILDE] = ACTIONS(3152), - [anon_sym_STAR] = ACTIONS(3152), - [anon_sym_AMP_AMP] = ACTIONS(3152), - [anon_sym_AMP] = ACTIONS(3150), - [anon_sym_SEMI] = ACTIONS(3152), - [anon_sym___extension__] = ACTIONS(3150), - [anon_sym_typedef] = ACTIONS(3150), - [anon_sym_virtual] = ACTIONS(3150), - [anon_sym_extern] = ACTIONS(3150), - [anon_sym___attribute__] = ACTIONS(3150), - [anon_sym___attribute] = ACTIONS(3150), - [anon_sym_COLON_COLON] = ACTIONS(3152), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3152), - [anon_sym___declspec] = ACTIONS(3150), - [anon_sym___based] = ACTIONS(3150), - [anon_sym_RBRACE] = ACTIONS(3152), - [anon_sym_signed] = ACTIONS(3150), - [anon_sym_unsigned] = ACTIONS(3150), - [anon_sym_long] = ACTIONS(3150), - [anon_sym_short] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3150), - [anon_sym_static] = ACTIONS(3150), - [anon_sym_register] = ACTIONS(3150), - [anon_sym_inline] = ACTIONS(3150), - [anon_sym___inline] = ACTIONS(3150), - [anon_sym___inline__] = ACTIONS(3150), - [anon_sym___forceinline] = ACTIONS(3150), - [anon_sym_thread_local] = ACTIONS(3150), - [anon_sym___thread] = ACTIONS(3150), - [anon_sym_const] = ACTIONS(3150), - [anon_sym_constexpr] = ACTIONS(3150), - [anon_sym_volatile] = ACTIONS(3150), - [anon_sym_restrict] = ACTIONS(3150), - [anon_sym___restrict__] = ACTIONS(3150), - [anon_sym__Atomic] = ACTIONS(3150), - [anon_sym__Noreturn] = ACTIONS(3150), - [anon_sym_noreturn] = ACTIONS(3150), - [anon_sym__Nonnull] = ACTIONS(3150), - [anon_sym_mutable] = ACTIONS(3150), - [anon_sym_constinit] = ACTIONS(3150), - [anon_sym_consteval] = ACTIONS(3150), - [anon_sym_PROGMEM] = ACTIONS(3150), - [anon_sym_alignas] = ACTIONS(3150), - [anon_sym__Alignas] = ACTIONS(3150), - [aux_sym_primitive_type_token1] = ACTIONS(3150), - [anon_sym_byte] = ACTIONS(3150), - [anon_sym_word] = ACTIONS(3150), - [anon_sym_enum] = ACTIONS(3150), - [anon_sym_class] = ACTIONS(3150), - [anon_sym_struct] = ACTIONS(3150), - [anon_sym_union] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3150), - [anon_sym_decltype] = ACTIONS(3150), - [anon_sym_explicit] = ACTIONS(3150), - [anon_sym_typename] = ACTIONS(3150), - [anon_sym_template] = ACTIONS(3150), - [anon_sym_operator] = ACTIONS(3150), - [anon_sym_friend] = ACTIONS(3150), - [anon_sym_public] = ACTIONS(3150), - [anon_sym_private] = ACTIONS(3150), - [anon_sym_protected] = ACTIONS(3150), - [anon_sym_using] = ACTIONS(3150), - [anon_sym_static_assert] = ACTIONS(3150), + [1904] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_RBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), }, - [2030] = { - [sym_identifier] = ACTIONS(3060), - [aux_sym_preproc_def_token1] = ACTIONS(3060), - [aux_sym_preproc_if_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3060), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3060), - [sym_preproc_directive] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym___extension__] = ACTIONS(3060), - [anon_sym_typedef] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym___attribute] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym_RBRACE] = ACTIONS(3062), - [anon_sym_signed] = ACTIONS(3060), - [anon_sym_unsigned] = ACTIONS(3060), - [anon_sym_long] = ACTIONS(3060), - [anon_sym_short] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym___inline] = ACTIONS(3060), - [anon_sym___inline__] = ACTIONS(3060), - [anon_sym___forceinline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym___thread] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym___restrict__] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym__Noreturn] = ACTIONS(3060), - [anon_sym_noreturn] = ACTIONS(3060), - [anon_sym__Nonnull] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constinit] = ACTIONS(3060), - [anon_sym_consteval] = ACTIONS(3060), - [anon_sym_PROGMEM] = ACTIONS(3060), - [anon_sym_alignas] = ACTIONS(3060), - [anon_sym__Alignas] = ACTIONS(3060), - [aux_sym_primitive_type_token1] = ACTIONS(3060), - [anon_sym_byte] = ACTIONS(3060), - [anon_sym_word] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_class] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3060), - [anon_sym_decltype] = ACTIONS(3060), - [anon_sym_explicit] = ACTIONS(3060), - [anon_sym_typename] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_operator] = ACTIONS(3060), - [anon_sym_friend] = ACTIONS(3060), - [anon_sym_public] = ACTIONS(3060), - [anon_sym_private] = ACTIONS(3060), - [anon_sym_protected] = ACTIONS(3060), - [anon_sym_using] = ACTIONS(3060), - [anon_sym_static_assert] = ACTIONS(3060), + [1905] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_RBRACE] = ACTIONS(2835), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), }, - [2031] = { - [sym_identifier] = ACTIONS(5460), - [aux_sym_preproc_def_token1] = ACTIONS(5460), - [aux_sym_preproc_if_token1] = ACTIONS(5460), - [aux_sym_preproc_if_token2] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5460), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5460), - [sym_preproc_directive] = ACTIONS(5460), - [anon_sym_LPAREN2] = ACTIONS(5462), - [anon_sym_TILDE] = ACTIONS(5462), - [anon_sym_STAR] = ACTIONS(5462), - [anon_sym_AMP_AMP] = ACTIONS(5462), - [anon_sym_AMP] = ACTIONS(5460), - [anon_sym_SEMI] = ACTIONS(5462), - [anon_sym___extension__] = ACTIONS(5460), - [anon_sym_typedef] = ACTIONS(5460), - [anon_sym_virtual] = ACTIONS(5460), - [anon_sym_extern] = ACTIONS(5460), - [anon_sym___attribute__] = ACTIONS(5460), - [anon_sym___attribute] = ACTIONS(5460), - [anon_sym_COLON_COLON] = ACTIONS(5462), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5462), - [anon_sym___declspec] = ACTIONS(5460), - [anon_sym___based] = ACTIONS(5460), - [anon_sym_signed] = ACTIONS(5460), - [anon_sym_unsigned] = ACTIONS(5460), - [anon_sym_long] = ACTIONS(5460), - [anon_sym_short] = ACTIONS(5460), - [anon_sym_LBRACK] = ACTIONS(5460), - [anon_sym_static] = ACTIONS(5460), - [anon_sym_register] = ACTIONS(5460), - [anon_sym_inline] = ACTIONS(5460), - [anon_sym___inline] = ACTIONS(5460), - [anon_sym___inline__] = ACTIONS(5460), - [anon_sym___forceinline] = ACTIONS(5460), - [anon_sym_thread_local] = ACTIONS(5460), - [anon_sym___thread] = ACTIONS(5460), - [anon_sym_const] = ACTIONS(5460), - [anon_sym_constexpr] = ACTIONS(5460), - [anon_sym_volatile] = ACTIONS(5460), - [anon_sym_restrict] = ACTIONS(5460), - [anon_sym___restrict__] = ACTIONS(5460), - [anon_sym__Atomic] = ACTIONS(5460), - [anon_sym__Noreturn] = ACTIONS(5460), - [anon_sym_noreturn] = ACTIONS(5460), - [anon_sym__Nonnull] = ACTIONS(5460), - [anon_sym_mutable] = ACTIONS(5460), - [anon_sym_constinit] = ACTIONS(5460), - [anon_sym_consteval] = ACTIONS(5460), - [anon_sym_PROGMEM] = ACTIONS(5460), - [anon_sym_alignas] = ACTIONS(5460), - [anon_sym__Alignas] = ACTIONS(5460), - [aux_sym_primitive_type_token1] = ACTIONS(5460), - [anon_sym_byte] = ACTIONS(5460), - [anon_sym_word] = ACTIONS(5460), - [anon_sym_enum] = ACTIONS(5460), - [anon_sym_class] = ACTIONS(5460), - [anon_sym_struct] = ACTIONS(5460), - [anon_sym_union] = ACTIONS(5460), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5460), - [anon_sym_decltype] = ACTIONS(5460), - [anon_sym_explicit] = ACTIONS(5460), - [anon_sym_typename] = ACTIONS(5460), - [anon_sym_template] = ACTIONS(5460), - [anon_sym_operator] = ACTIONS(5460), - [anon_sym_friend] = ACTIONS(5460), - [anon_sym_public] = ACTIONS(5460), - [anon_sym_private] = ACTIONS(5460), - [anon_sym_protected] = ACTIONS(5460), - [anon_sym_using] = ACTIONS(5460), - [anon_sym_static_assert] = ACTIONS(5460), + [1906] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym_RBRACE] = ACTIONS(2867), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_friend] = ACTIONS(2865), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), }, - [2032] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym_RBRACE] = ACTIONS(2988), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_friend] = ACTIONS(2986), - [anon_sym_public] = ACTIONS(2986), - [anon_sym_private] = ACTIONS(2986), - [anon_sym_protected] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), + [1907] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token2] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_friend] = ACTIONS(3167), + [anon_sym_public] = ACTIONS(3167), + [anon_sym_private] = ACTIONS(3167), + [anon_sym_protected] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), }, - [2033] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_RBRACE] = ACTIONS(5283), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), + [1908] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [aux_sym_preproc_if_token2] = ACTIONS(5457), + [aux_sym_preproc_else_token1] = ACTIONS(5457), + [aux_sym_preproc_elif_token1] = ACTIONS(5455), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5457), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5457), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5457), + [anon_sym_GT_GT] = ACTIONS(5457), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___extension__] = ACTIONS(5455), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5455), + [anon_sym_volatile] = ACTIONS(5455), + [anon_sym_restrict] = ACTIONS(5455), + [anon_sym___restrict__] = ACTIONS(5455), + [anon_sym__Atomic] = ACTIONS(5455), + [anon_sym__Noreturn] = ACTIONS(5455), + [anon_sym_noreturn] = ACTIONS(5455), + [anon_sym__Nonnull] = ACTIONS(5455), + [anon_sym_mutable] = ACTIONS(5455), + [anon_sym_constinit] = ACTIONS(5455), + [anon_sym_consteval] = ACTIONS(5455), + [anon_sym_PROGMEM] = ACTIONS(5455), + [anon_sym_alignas] = ACTIONS(5455), + [anon_sym__Alignas] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), + [anon_sym_final] = ACTIONS(5455), + [anon_sym_override] = ACTIONS(5455), + [anon_sym_requires] = ACTIONS(5455), }, - [2034] = { - [sym_identifier] = ACTIONS(3080), - [aux_sym_preproc_def_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token1] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3080), - [sym_preproc_directive] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_SEMI] = ACTIONS(3082), - [anon_sym___extension__] = ACTIONS(3080), - [anon_sym_typedef] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym___attribute] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_RBRACE] = ACTIONS(3082), - [anon_sym_signed] = ACTIONS(3080), - [anon_sym_unsigned] = ACTIONS(3080), - [anon_sym_long] = ACTIONS(3080), - [anon_sym_short] = ACTIONS(3080), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym___inline] = ACTIONS(3080), - [anon_sym___inline__] = ACTIONS(3080), - [anon_sym___forceinline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym___thread] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym___restrict__] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym__Noreturn] = ACTIONS(3080), - [anon_sym_noreturn] = ACTIONS(3080), - [anon_sym__Nonnull] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constinit] = ACTIONS(3080), - [anon_sym_consteval] = ACTIONS(3080), - [anon_sym_PROGMEM] = ACTIONS(3080), - [anon_sym_alignas] = ACTIONS(3080), - [anon_sym__Alignas] = ACTIONS(3080), - [aux_sym_primitive_type_token1] = ACTIONS(3080), - [anon_sym_byte] = ACTIONS(3080), - [anon_sym_word] = ACTIONS(3080), - [anon_sym_enum] = ACTIONS(3080), - [anon_sym_class] = ACTIONS(3080), - [anon_sym_struct] = ACTIONS(3080), - [anon_sym_union] = ACTIONS(3080), + [1909] = { + [sym_template_argument_list] = STATE(1577), + [sym_identifier] = ACTIONS(5689), + [anon_sym_LPAREN2] = ACTIONS(4133), + [anon_sym_TILDE] = ACTIONS(4133), + [anon_sym_STAR] = ACTIONS(4133), + [anon_sym_PIPE_PIPE] = ACTIONS(4133), + [anon_sym_AMP_AMP] = ACTIONS(4133), + [anon_sym_AMP] = ACTIONS(5689), + [anon_sym_LT] = ACTIONS(5691), + [anon_sym___extension__] = ACTIONS(5689), + [anon_sym_virtual] = ACTIONS(5689), + [anon_sym_extern] = ACTIONS(5689), + [anon_sym___attribute__] = ACTIONS(5689), + [anon_sym___attribute] = ACTIONS(5689), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4133), + [anon_sym___declspec] = ACTIONS(5689), + [anon_sym___based] = ACTIONS(5689), + [anon_sym___cdecl] = ACTIONS(5689), + [anon_sym___clrcall] = ACTIONS(5689), + [anon_sym___stdcall] = ACTIONS(5689), + [anon_sym___fastcall] = ACTIONS(5689), + [anon_sym___thiscall] = ACTIONS(5689), + [anon_sym___vectorcall] = ACTIONS(5689), + [anon_sym_signed] = ACTIONS(5689), + [anon_sym_unsigned] = ACTIONS(5689), + [anon_sym_long] = ACTIONS(5689), + [anon_sym_short] = ACTIONS(5689), + [anon_sym_LBRACK] = ACTIONS(5689), + [anon_sym_static] = ACTIONS(5689), + [anon_sym_register] = ACTIONS(5689), + [anon_sym_inline] = ACTIONS(5689), + [anon_sym___inline] = ACTIONS(5689), + [anon_sym___inline__] = ACTIONS(5689), + [anon_sym___forceinline] = ACTIONS(5689), + [anon_sym_thread_local] = ACTIONS(5689), + [anon_sym___thread] = ACTIONS(5689), + [anon_sym_const] = ACTIONS(5689), + [anon_sym_constexpr] = ACTIONS(5689), + [anon_sym_volatile] = ACTIONS(5689), + [anon_sym_restrict] = ACTIONS(5689), + [anon_sym___restrict__] = ACTIONS(5689), + [anon_sym__Atomic] = ACTIONS(5689), + [anon_sym__Noreturn] = ACTIONS(5689), + [anon_sym_noreturn] = ACTIONS(5689), + [anon_sym__Nonnull] = ACTIONS(5689), + [anon_sym_mutable] = ACTIONS(5689), + [anon_sym_constinit] = ACTIONS(5689), + [anon_sym_consteval] = ACTIONS(5689), + [anon_sym_PROGMEM] = ACTIONS(5689), + [anon_sym_alignas] = ACTIONS(5689), + [anon_sym__Alignas] = ACTIONS(5689), + [aux_sym_primitive_type_token1] = ACTIONS(5689), + [anon_sym_byte] = ACTIONS(5689), + [anon_sym_word] = ACTIONS(5689), + [anon_sym_enum] = ACTIONS(5689), + [anon_sym_class] = ACTIONS(5689), + [anon_sym_struct] = ACTIONS(5689), + [anon_sym_union] = ACTIONS(5689), + [anon_sym_or] = ACTIONS(5689), + [anon_sym_and] = ACTIONS(5689), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3080), - [anon_sym_decltype] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [anon_sym_typename] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_friend] = ACTIONS(3080), - [anon_sym_public] = ACTIONS(3080), - [anon_sym_private] = ACTIONS(3080), - [anon_sym_protected] = ACTIONS(3080), - [anon_sym_using] = ACTIONS(3080), - [anon_sym_static_assert] = ACTIONS(3080), - }, - [2035] = { - [sym_identifier] = ACTIONS(5353), - [aux_sym_preproc_def_token1] = ACTIONS(5353), - [aux_sym_preproc_if_token1] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5353), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5353), - [sym_preproc_directive] = ACTIONS(5353), - [anon_sym_LPAREN2] = ACTIONS(5355), - [anon_sym_TILDE] = ACTIONS(5355), - [anon_sym_STAR] = ACTIONS(5355), - [anon_sym_AMP_AMP] = ACTIONS(5355), - [anon_sym_AMP] = ACTIONS(5353), - [anon_sym_SEMI] = ACTIONS(5355), - [anon_sym___extension__] = ACTIONS(5353), - [anon_sym_typedef] = ACTIONS(5353), - [anon_sym_virtual] = ACTIONS(5353), - [anon_sym_extern] = ACTIONS(5353), - [anon_sym___attribute__] = ACTIONS(5353), - [anon_sym___attribute] = ACTIONS(5353), - [anon_sym_COLON_COLON] = ACTIONS(5355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5355), - [anon_sym___declspec] = ACTIONS(5353), - [anon_sym___based] = ACTIONS(5353), - [anon_sym_RBRACE] = ACTIONS(5355), - [anon_sym_signed] = ACTIONS(5353), - [anon_sym_unsigned] = ACTIONS(5353), - [anon_sym_long] = ACTIONS(5353), - [anon_sym_short] = ACTIONS(5353), - [anon_sym_LBRACK] = ACTIONS(5353), - [anon_sym_static] = ACTIONS(5353), - [anon_sym_register] = ACTIONS(5353), - [anon_sym_inline] = ACTIONS(5353), - [anon_sym___inline] = ACTIONS(5353), - [anon_sym___inline__] = ACTIONS(5353), - [anon_sym___forceinline] = ACTIONS(5353), - [anon_sym_thread_local] = ACTIONS(5353), - [anon_sym___thread] = ACTIONS(5353), - [anon_sym_const] = ACTIONS(5353), - [anon_sym_constexpr] = ACTIONS(5353), - [anon_sym_volatile] = ACTIONS(5353), - [anon_sym_restrict] = ACTIONS(5353), - [anon_sym___restrict__] = ACTIONS(5353), - [anon_sym__Atomic] = ACTIONS(5353), - [anon_sym__Noreturn] = ACTIONS(5353), - [anon_sym_noreturn] = ACTIONS(5353), - [anon_sym__Nonnull] = ACTIONS(5353), - [anon_sym_mutable] = ACTIONS(5353), - [anon_sym_constinit] = ACTIONS(5353), - [anon_sym_consteval] = ACTIONS(5353), - [anon_sym_PROGMEM] = ACTIONS(5353), - [anon_sym_alignas] = ACTIONS(5353), - [anon_sym__Alignas] = ACTIONS(5353), - [aux_sym_primitive_type_token1] = ACTIONS(5353), - [anon_sym_byte] = ACTIONS(5353), - [anon_sym_word] = ACTIONS(5353), - [anon_sym_enum] = ACTIONS(5353), - [anon_sym_class] = ACTIONS(5353), - [anon_sym_struct] = ACTIONS(5353), - [anon_sym_union] = ACTIONS(5353), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5353), - [anon_sym_decltype] = ACTIONS(5353), - [anon_sym_explicit] = ACTIONS(5353), - [anon_sym_typename] = ACTIONS(5353), - [anon_sym_template] = ACTIONS(5353), - [anon_sym_operator] = ACTIONS(5353), - [anon_sym_friend] = ACTIONS(5353), - [anon_sym_public] = ACTIONS(5353), - [anon_sym_private] = ACTIONS(5353), - [anon_sym_protected] = ACTIONS(5353), - [anon_sym_using] = ACTIONS(5353), - [anon_sym_static_assert] = ACTIONS(5353), + [sym_auto] = ACTIONS(5689), + [anon_sym_decltype] = ACTIONS(5689), + [anon_sym_explicit] = ACTIONS(5689), + [anon_sym_typename] = ACTIONS(5689), + [anon_sym_template] = ACTIONS(5689), + [anon_sym_operator] = ACTIONS(5689), + [anon_sym_friend] = ACTIONS(5689), + [anon_sym_using] = ACTIONS(5689), + [anon_sym_concept] = ACTIONS(5689), }, - [2036] = { + [1910] = { [sym_identifier] = ACTIONS(3211), [aux_sym_preproc_def_token1] = ACTIONS(3211), [aux_sym_preproc_if_token1] = ACTIONS(3211), @@ -275901,919 +266703,4716 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_using] = ACTIONS(3211), [anon_sym_static_assert] = ACTIONS(3211), }, - [2037] = { - [sym_identifier] = ACTIONS(3033), - [aux_sym_preproc_def_token1] = ACTIONS(3033), - [aux_sym_preproc_if_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3033), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3033), - [sym_preproc_directive] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3035), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym___extension__] = ACTIONS(3033), - [anon_sym_typedef] = ACTIONS(3033), - [anon_sym_virtual] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3033), - [anon_sym___attribute__] = ACTIONS(3033), - [anon_sym___attribute] = ACTIONS(3033), - [anon_sym_COLON_COLON] = ACTIONS(3035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3035), - [anon_sym___declspec] = ACTIONS(3033), - [anon_sym___based] = ACTIONS(3033), - [anon_sym_RBRACE] = ACTIONS(3035), - [anon_sym_signed] = ACTIONS(3033), - [anon_sym_unsigned] = ACTIONS(3033), - [anon_sym_long] = ACTIONS(3033), - [anon_sym_short] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3033), - [anon_sym_register] = ACTIONS(3033), - [anon_sym_inline] = ACTIONS(3033), - [anon_sym___inline] = ACTIONS(3033), - [anon_sym___inline__] = ACTIONS(3033), - [anon_sym___forceinline] = ACTIONS(3033), - [anon_sym_thread_local] = ACTIONS(3033), - [anon_sym___thread] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_constexpr] = ACTIONS(3033), - [anon_sym_volatile] = ACTIONS(3033), - [anon_sym_restrict] = ACTIONS(3033), - [anon_sym___restrict__] = ACTIONS(3033), - [anon_sym__Atomic] = ACTIONS(3033), - [anon_sym__Noreturn] = ACTIONS(3033), - [anon_sym_noreturn] = ACTIONS(3033), - [anon_sym__Nonnull] = ACTIONS(3033), - [anon_sym_mutable] = ACTIONS(3033), - [anon_sym_constinit] = ACTIONS(3033), - [anon_sym_consteval] = ACTIONS(3033), - [anon_sym_PROGMEM] = ACTIONS(3033), - [anon_sym_alignas] = ACTIONS(3033), - [anon_sym__Alignas] = ACTIONS(3033), - [aux_sym_primitive_type_token1] = ACTIONS(3033), - [anon_sym_byte] = ACTIONS(3033), - [anon_sym_word] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_class] = ACTIONS(3033), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3033), - [anon_sym_decltype] = ACTIONS(3033), - [anon_sym_explicit] = ACTIONS(3033), - [anon_sym_typename] = ACTIONS(3033), - [anon_sym_template] = ACTIONS(3033), - [anon_sym_operator] = ACTIONS(3033), - [anon_sym_friend] = ACTIONS(3033), - [anon_sym_public] = ACTIONS(3033), - [anon_sym_private] = ACTIONS(3033), - [anon_sym_protected] = ACTIONS(3033), - [anon_sym_using] = ACTIONS(3033), - [anon_sym_static_assert] = ACTIONS(3033), + [1911] = { + [sym_identifier] = ACTIONS(3215), + [aux_sym_preproc_def_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token2] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), + [sym_preproc_directive] = ACTIONS(3215), + [anon_sym_LPAREN2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym___extension__] = ACTIONS(3215), + [anon_sym_typedef] = ACTIONS(3215), + [anon_sym_virtual] = ACTIONS(3215), + [anon_sym_extern] = ACTIONS(3215), + [anon_sym___attribute__] = ACTIONS(3215), + [anon_sym___attribute] = ACTIONS(3215), + [anon_sym_COLON_COLON] = ACTIONS(3217), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3215), + [anon_sym___based] = ACTIONS(3215), + [anon_sym_signed] = ACTIONS(3215), + [anon_sym_unsigned] = ACTIONS(3215), + [anon_sym_long] = ACTIONS(3215), + [anon_sym_short] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_static] = ACTIONS(3215), + [anon_sym_register] = ACTIONS(3215), + [anon_sym_inline] = ACTIONS(3215), + [anon_sym___inline] = ACTIONS(3215), + [anon_sym___inline__] = ACTIONS(3215), + [anon_sym___forceinline] = ACTIONS(3215), + [anon_sym_thread_local] = ACTIONS(3215), + [anon_sym___thread] = ACTIONS(3215), + [anon_sym_const] = ACTIONS(3215), + [anon_sym_constexpr] = ACTIONS(3215), + [anon_sym_volatile] = ACTIONS(3215), + [anon_sym_restrict] = ACTIONS(3215), + [anon_sym___restrict__] = ACTIONS(3215), + [anon_sym__Atomic] = ACTIONS(3215), + [anon_sym__Noreturn] = ACTIONS(3215), + [anon_sym_noreturn] = ACTIONS(3215), + [anon_sym__Nonnull] = ACTIONS(3215), + [anon_sym_mutable] = ACTIONS(3215), + [anon_sym_constinit] = ACTIONS(3215), + [anon_sym_consteval] = ACTIONS(3215), + [anon_sym_PROGMEM] = ACTIONS(3215), + [anon_sym_alignas] = ACTIONS(3215), + [anon_sym__Alignas] = ACTIONS(3215), + [aux_sym_primitive_type_token1] = ACTIONS(3215), + [anon_sym_byte] = ACTIONS(3215), + [anon_sym_word] = ACTIONS(3215), + [anon_sym_enum] = ACTIONS(3215), + [anon_sym_class] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3215), + [anon_sym_union] = ACTIONS(3215), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3215), + [anon_sym_decltype] = ACTIONS(3215), + [anon_sym_explicit] = ACTIONS(3215), + [anon_sym_typename] = ACTIONS(3215), + [anon_sym_template] = ACTIONS(3215), + [anon_sym_operator] = ACTIONS(3215), + [anon_sym_friend] = ACTIONS(3215), + [anon_sym_public] = ACTIONS(3215), + [anon_sym_private] = ACTIONS(3215), + [anon_sym_protected] = ACTIONS(3215), + [anon_sym_using] = ACTIONS(3215), + [anon_sym_static_assert] = ACTIONS(3215), }, - [2038] = { - [sym_identifier] = ACTIONS(3041), - [aux_sym_preproc_def_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token1] = ACTIONS(3041), - [aux_sym_preproc_if_token2] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3041), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3041), - [sym_preproc_directive] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym___extension__] = ACTIONS(3041), - [anon_sym_typedef] = ACTIONS(3041), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym___attribute] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_signed] = ACTIONS(3041), - [anon_sym_unsigned] = ACTIONS(3041), - [anon_sym_long] = ACTIONS(3041), - [anon_sym_short] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym___inline] = ACTIONS(3041), - [anon_sym___inline__] = ACTIONS(3041), - [anon_sym___forceinline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym___thread] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym___restrict__] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym__Noreturn] = ACTIONS(3041), - [anon_sym_noreturn] = ACTIONS(3041), - [anon_sym__Nonnull] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constinit] = ACTIONS(3041), - [anon_sym_consteval] = ACTIONS(3041), - [anon_sym_PROGMEM] = ACTIONS(3041), - [anon_sym_alignas] = ACTIONS(3041), - [anon_sym__Alignas] = ACTIONS(3041), - [aux_sym_primitive_type_token1] = ACTIONS(3041), - [anon_sym_byte] = ACTIONS(3041), - [anon_sym_word] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_class] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3041), - [anon_sym_decltype] = ACTIONS(3041), - [anon_sym_explicit] = ACTIONS(3041), - [anon_sym_typename] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_operator] = ACTIONS(3041), - [anon_sym_friend] = ACTIONS(3041), - [anon_sym_public] = ACTIONS(3041), - [anon_sym_private] = ACTIONS(3041), - [anon_sym_protected] = ACTIONS(3041), - [anon_sym_using] = ACTIONS(3041), - [anon_sym_static_assert] = ACTIONS(3041), + [1912] = { + [sym_identifier] = ACTIONS(2933), + [aux_sym_preproc_def_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token1] = ACTIONS(2933), + [aux_sym_preproc_if_token2] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2933), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2933), + [sym_preproc_directive] = ACTIONS(2933), + [anon_sym_LPAREN2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2933), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym___extension__] = ACTIONS(2933), + [anon_sym_typedef] = ACTIONS(2933), + [anon_sym_virtual] = ACTIONS(2933), + [anon_sym_extern] = ACTIONS(2933), + [anon_sym___attribute__] = ACTIONS(2933), + [anon_sym___attribute] = ACTIONS(2933), + [anon_sym_COLON_COLON] = ACTIONS(2935), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2935), + [anon_sym___declspec] = ACTIONS(2933), + [anon_sym___based] = ACTIONS(2933), + [anon_sym_signed] = ACTIONS(2933), + [anon_sym_unsigned] = ACTIONS(2933), + [anon_sym_long] = ACTIONS(2933), + [anon_sym_short] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_static] = ACTIONS(2933), + [anon_sym_register] = ACTIONS(2933), + [anon_sym_inline] = ACTIONS(2933), + [anon_sym___inline] = ACTIONS(2933), + [anon_sym___inline__] = ACTIONS(2933), + [anon_sym___forceinline] = ACTIONS(2933), + [anon_sym_thread_local] = ACTIONS(2933), + [anon_sym___thread] = ACTIONS(2933), + [anon_sym_const] = ACTIONS(2933), + [anon_sym_constexpr] = ACTIONS(2933), + [anon_sym_volatile] = ACTIONS(2933), + [anon_sym_restrict] = ACTIONS(2933), + [anon_sym___restrict__] = ACTIONS(2933), + [anon_sym__Atomic] = ACTIONS(2933), + [anon_sym__Noreturn] = ACTIONS(2933), + [anon_sym_noreturn] = ACTIONS(2933), + [anon_sym__Nonnull] = ACTIONS(2933), + [anon_sym_mutable] = ACTIONS(2933), + [anon_sym_constinit] = ACTIONS(2933), + [anon_sym_consteval] = ACTIONS(2933), + [anon_sym_PROGMEM] = ACTIONS(2933), + [anon_sym_alignas] = ACTIONS(2933), + [anon_sym__Alignas] = ACTIONS(2933), + [aux_sym_primitive_type_token1] = ACTIONS(2933), + [anon_sym_byte] = ACTIONS(2933), + [anon_sym_word] = ACTIONS(2933), + [anon_sym_enum] = ACTIONS(2933), + [anon_sym_class] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2933), + [anon_sym_union] = ACTIONS(2933), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2933), + [anon_sym_decltype] = ACTIONS(2933), + [anon_sym_explicit] = ACTIONS(2933), + [anon_sym_typename] = ACTIONS(2933), + [anon_sym_template] = ACTIONS(2933), + [anon_sym_operator] = ACTIONS(2933), + [anon_sym_friend] = ACTIONS(2933), + [anon_sym_public] = ACTIONS(2933), + [anon_sym_private] = ACTIONS(2933), + [anon_sym_protected] = ACTIONS(2933), + [anon_sym_using] = ACTIONS(2933), + [anon_sym_static_assert] = ACTIONS(2933), }, - [2039] = { - [sym_identifier] = ACTIONS(2959), - [aux_sym_preproc_def_token1] = ACTIONS(2959), - [aux_sym_preproc_if_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2959), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2959), - [sym_preproc_directive] = ACTIONS(2959), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym___extension__] = ACTIONS(2959), - [anon_sym_typedef] = ACTIONS(2959), - [anon_sym_virtual] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym___attribute__] = ACTIONS(2959), - [anon_sym___attribute] = ACTIONS(2959), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2961), - [anon_sym___declspec] = ACTIONS(2959), - [anon_sym___based] = ACTIONS(2959), - [anon_sym_RBRACE] = ACTIONS(2961), - [anon_sym_signed] = ACTIONS(2959), - [anon_sym_unsigned] = ACTIONS(2959), - [anon_sym_long] = ACTIONS(2959), - [anon_sym_short] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_register] = ACTIONS(2959), - [anon_sym_inline] = ACTIONS(2959), - [anon_sym___inline] = ACTIONS(2959), - [anon_sym___inline__] = ACTIONS(2959), - [anon_sym___forceinline] = ACTIONS(2959), - [anon_sym_thread_local] = ACTIONS(2959), - [anon_sym___thread] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_constexpr] = ACTIONS(2959), - [anon_sym_volatile] = ACTIONS(2959), - [anon_sym_restrict] = ACTIONS(2959), - [anon_sym___restrict__] = ACTIONS(2959), - [anon_sym__Atomic] = ACTIONS(2959), - [anon_sym__Noreturn] = ACTIONS(2959), - [anon_sym_noreturn] = ACTIONS(2959), - [anon_sym__Nonnull] = ACTIONS(2959), - [anon_sym_mutable] = ACTIONS(2959), - [anon_sym_constinit] = ACTIONS(2959), - [anon_sym_consteval] = ACTIONS(2959), - [anon_sym_PROGMEM] = ACTIONS(2959), - [anon_sym_alignas] = ACTIONS(2959), - [anon_sym__Alignas] = ACTIONS(2959), - [aux_sym_primitive_type_token1] = ACTIONS(2959), - [anon_sym_byte] = ACTIONS(2959), - [anon_sym_word] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_class] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2959), - [anon_sym_decltype] = ACTIONS(2959), - [anon_sym_explicit] = ACTIONS(2959), - [anon_sym_typename] = ACTIONS(2959), - [anon_sym_template] = ACTIONS(2959), - [anon_sym_operator] = ACTIONS(2959), - [anon_sym_friend] = ACTIONS(2959), - [anon_sym_public] = ACTIONS(2959), - [anon_sym_private] = ACTIONS(2959), - [anon_sym_protected] = ACTIONS(2959), - [anon_sym_using] = ACTIONS(2959), - [anon_sym_static_assert] = ACTIONS(2959), + [1913] = { + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token2] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_friend] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), }, - [2040] = { - [sym_identifier] = ACTIONS(3018), - [aux_sym_preproc_def_token1] = ACTIONS(3018), - [aux_sym_preproc_if_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3018), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3018), - [sym_preproc_directive] = ACTIONS(3018), - [anon_sym_LPAREN2] = ACTIONS(3020), - [anon_sym_TILDE] = ACTIONS(3020), - [anon_sym_STAR] = ACTIONS(3020), - [anon_sym_AMP_AMP] = ACTIONS(3020), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_SEMI] = ACTIONS(3020), - [anon_sym___extension__] = ACTIONS(3018), - [anon_sym_typedef] = ACTIONS(3018), - [anon_sym_virtual] = ACTIONS(3018), - [anon_sym_extern] = ACTIONS(3018), - [anon_sym___attribute__] = ACTIONS(3018), - [anon_sym___attribute] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3020), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3020), - [anon_sym___declspec] = ACTIONS(3018), - [anon_sym___based] = ACTIONS(3018), - [anon_sym_RBRACE] = ACTIONS(3020), - [anon_sym_signed] = ACTIONS(3018), - [anon_sym_unsigned] = ACTIONS(3018), - [anon_sym_long] = ACTIONS(3018), - [anon_sym_short] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_static] = ACTIONS(3018), - [anon_sym_register] = ACTIONS(3018), - [anon_sym_inline] = ACTIONS(3018), - [anon_sym___inline] = ACTIONS(3018), - [anon_sym___inline__] = ACTIONS(3018), - [anon_sym___forceinline] = ACTIONS(3018), - [anon_sym_thread_local] = ACTIONS(3018), - [anon_sym___thread] = ACTIONS(3018), - [anon_sym_const] = ACTIONS(3018), - [anon_sym_constexpr] = ACTIONS(3018), - [anon_sym_volatile] = ACTIONS(3018), - [anon_sym_restrict] = ACTIONS(3018), - [anon_sym___restrict__] = ACTIONS(3018), - [anon_sym__Atomic] = ACTIONS(3018), - [anon_sym__Noreturn] = ACTIONS(3018), - [anon_sym_noreturn] = ACTIONS(3018), - [anon_sym__Nonnull] = ACTIONS(3018), - [anon_sym_mutable] = ACTIONS(3018), - [anon_sym_constinit] = ACTIONS(3018), - [anon_sym_consteval] = ACTIONS(3018), - [anon_sym_PROGMEM] = ACTIONS(3018), - [anon_sym_alignas] = ACTIONS(3018), - [anon_sym__Alignas] = ACTIONS(3018), - [aux_sym_primitive_type_token1] = ACTIONS(3018), - [anon_sym_byte] = ACTIONS(3018), - [anon_sym_word] = ACTIONS(3018), - [anon_sym_enum] = ACTIONS(3018), - [anon_sym_class] = ACTIONS(3018), - [anon_sym_struct] = ACTIONS(3018), - [anon_sym_union] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3018), - [anon_sym_decltype] = ACTIONS(3018), - [anon_sym_explicit] = ACTIONS(3018), - [anon_sym_typename] = ACTIONS(3018), - [anon_sym_template] = ACTIONS(3018), - [anon_sym_operator] = ACTIONS(3018), - [anon_sym_friend] = ACTIONS(3018), - [anon_sym_public] = ACTIONS(3018), - [anon_sym_private] = ACTIONS(3018), - [anon_sym_protected] = ACTIONS(3018), - [anon_sym_using] = ACTIONS(3018), - [anon_sym_static_assert] = ACTIONS(3018), + [1914] = { + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token2] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_friend] = ACTIONS(2937), + [anon_sym_public] = ACTIONS(2937), + [anon_sym_private] = ACTIONS(2937), + [anon_sym_protected] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), }, - [2041] = { - [sym_identifier] = ACTIONS(5369), - [aux_sym_preproc_def_token1] = ACTIONS(5369), - [aux_sym_preproc_if_token1] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5369), - [sym_preproc_directive] = ACTIONS(5369), - [anon_sym_LPAREN2] = ACTIONS(5371), - [anon_sym_TILDE] = ACTIONS(5371), - [anon_sym_STAR] = ACTIONS(5371), - [anon_sym_AMP_AMP] = ACTIONS(5371), - [anon_sym_AMP] = ACTIONS(5369), - [anon_sym_SEMI] = ACTIONS(5371), - [anon_sym___extension__] = ACTIONS(5369), - [anon_sym_typedef] = ACTIONS(5369), - [anon_sym_virtual] = ACTIONS(5369), - [anon_sym_extern] = ACTIONS(5369), - [anon_sym___attribute__] = ACTIONS(5369), - [anon_sym___attribute] = ACTIONS(5369), - [anon_sym_COLON_COLON] = ACTIONS(5371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5371), - [anon_sym___declspec] = ACTIONS(5369), - [anon_sym___based] = ACTIONS(5369), - [anon_sym_RBRACE] = ACTIONS(5371), - [anon_sym_signed] = ACTIONS(5369), - [anon_sym_unsigned] = ACTIONS(5369), - [anon_sym_long] = ACTIONS(5369), - [anon_sym_short] = ACTIONS(5369), - [anon_sym_LBRACK] = ACTIONS(5369), - [anon_sym_static] = ACTIONS(5369), - [anon_sym_register] = ACTIONS(5369), - [anon_sym_inline] = ACTIONS(5369), - [anon_sym___inline] = ACTIONS(5369), - [anon_sym___inline__] = ACTIONS(5369), - [anon_sym___forceinline] = ACTIONS(5369), - [anon_sym_thread_local] = ACTIONS(5369), - [anon_sym___thread] = ACTIONS(5369), - [anon_sym_const] = ACTIONS(5369), - [anon_sym_constexpr] = ACTIONS(5369), - [anon_sym_volatile] = ACTIONS(5369), - [anon_sym_restrict] = ACTIONS(5369), - [anon_sym___restrict__] = ACTIONS(5369), - [anon_sym__Atomic] = ACTIONS(5369), - [anon_sym__Noreturn] = ACTIONS(5369), - [anon_sym_noreturn] = ACTIONS(5369), - [anon_sym__Nonnull] = ACTIONS(5369), - [anon_sym_mutable] = ACTIONS(5369), - [anon_sym_constinit] = ACTIONS(5369), - [anon_sym_consteval] = ACTIONS(5369), - [anon_sym_PROGMEM] = ACTIONS(5369), - [anon_sym_alignas] = ACTIONS(5369), - [anon_sym__Alignas] = ACTIONS(5369), - [aux_sym_primitive_type_token1] = ACTIONS(5369), - [anon_sym_byte] = ACTIONS(5369), - [anon_sym_word] = ACTIONS(5369), - [anon_sym_enum] = ACTIONS(5369), - [anon_sym_class] = ACTIONS(5369), - [anon_sym_struct] = ACTIONS(5369), - [anon_sym_union] = ACTIONS(5369), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5369), - [anon_sym_decltype] = ACTIONS(5369), - [anon_sym_explicit] = ACTIONS(5369), - [anon_sym_typename] = ACTIONS(5369), - [anon_sym_template] = ACTIONS(5369), - [anon_sym_operator] = ACTIONS(5369), - [anon_sym_friend] = ACTIONS(5369), - [anon_sym_public] = ACTIONS(5369), - [anon_sym_private] = ACTIONS(5369), - [anon_sym_protected] = ACTIONS(5369), - [anon_sym_using] = ACTIONS(5369), - [anon_sym_static_assert] = ACTIONS(5369), + [1915] = { + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token2] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_friend] = ACTIONS(3012), + [anon_sym_public] = ACTIONS(3012), + [anon_sym_private] = ACTIONS(3012), + [anon_sym_protected] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), }, - [2042] = { - [sym_identifier] = ACTIONS(3177), - [aux_sym_preproc_def_token1] = ACTIONS(3177), - [aux_sym_preproc_if_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3177), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3177), - [sym_preproc_directive] = ACTIONS(3177), - [anon_sym_LPAREN2] = ACTIONS(3179), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_SEMI] = ACTIONS(3179), - [anon_sym___extension__] = ACTIONS(3177), - [anon_sym_typedef] = ACTIONS(3177), - [anon_sym_virtual] = ACTIONS(3177), - [anon_sym_extern] = ACTIONS(3177), - [anon_sym___attribute__] = ACTIONS(3177), - [anon_sym___attribute] = ACTIONS(3177), - [anon_sym_COLON_COLON] = ACTIONS(3179), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3179), - [anon_sym___declspec] = ACTIONS(3177), - [anon_sym___based] = ACTIONS(3177), - [anon_sym_RBRACE] = ACTIONS(3179), - [anon_sym_signed] = ACTIONS(3177), - [anon_sym_unsigned] = ACTIONS(3177), - [anon_sym_long] = ACTIONS(3177), - [anon_sym_short] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3177), - [anon_sym_static] = ACTIONS(3177), - [anon_sym_register] = ACTIONS(3177), - [anon_sym_inline] = ACTIONS(3177), - [anon_sym___inline] = ACTIONS(3177), - [anon_sym___inline__] = ACTIONS(3177), - [anon_sym___forceinline] = ACTIONS(3177), - [anon_sym_thread_local] = ACTIONS(3177), - [anon_sym___thread] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_constexpr] = ACTIONS(3177), - [anon_sym_volatile] = ACTIONS(3177), - [anon_sym_restrict] = ACTIONS(3177), - [anon_sym___restrict__] = ACTIONS(3177), - [anon_sym__Atomic] = ACTIONS(3177), - [anon_sym__Noreturn] = ACTIONS(3177), - [anon_sym_noreturn] = ACTIONS(3177), - [anon_sym__Nonnull] = ACTIONS(3177), - [anon_sym_mutable] = ACTIONS(3177), - [anon_sym_constinit] = ACTIONS(3177), - [anon_sym_consteval] = ACTIONS(3177), - [anon_sym_PROGMEM] = ACTIONS(3177), - [anon_sym_alignas] = ACTIONS(3177), - [anon_sym__Alignas] = ACTIONS(3177), - [aux_sym_primitive_type_token1] = ACTIONS(3177), - [anon_sym_byte] = ACTIONS(3177), - [anon_sym_word] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_class] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3177), - [anon_sym_decltype] = ACTIONS(3177), - [anon_sym_explicit] = ACTIONS(3177), - [anon_sym_typename] = ACTIONS(3177), - [anon_sym_template] = ACTIONS(3177), - [anon_sym_operator] = ACTIONS(3177), - [anon_sym_friend] = ACTIONS(3177), - [anon_sym_public] = ACTIONS(3177), - [anon_sym_private] = ACTIONS(3177), - [anon_sym_protected] = ACTIONS(3177), - [anon_sym_using] = ACTIONS(3177), - [anon_sym_static_assert] = ACTIONS(3177), + [1916] = { + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token2] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_friend] = ACTIONS(2941), + [anon_sym_public] = ACTIONS(2941), + [anon_sym_private] = ACTIONS(2941), + [anon_sym_protected] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), }, - [2043] = { - [sym_template_argument_list] = STATE(1577), - [sym_identifier] = ACTIONS(4859), - [anon_sym_LPAREN2] = ACTIONS(4866), - [anon_sym_TILDE] = ACTIONS(4866), - [anon_sym_STAR] = ACTIONS(4866), - [anon_sym_PIPE_PIPE] = ACTIONS(4866), - [anon_sym_AMP_AMP] = ACTIONS(4866), - [anon_sym_AMP] = ACTIONS(4859), - [anon_sym_LT] = ACTIONS(5691), - [anon_sym___extension__] = ACTIONS(4859), - [anon_sym_virtual] = ACTIONS(4859), - [anon_sym_extern] = ACTIONS(4859), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), + [1917] = { + [sym_identifier] = ACTIONS(3048), + [aux_sym_preproc_def_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token1] = ACTIONS(3048), + [aux_sym_preproc_if_token2] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3048), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3048), + [sym_preproc_directive] = ACTIONS(3048), + [anon_sym_LPAREN2] = ACTIONS(3050), + [anon_sym_TILDE] = ACTIONS(3050), + [anon_sym_STAR] = ACTIONS(3050), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_AMP] = ACTIONS(3048), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym___extension__] = ACTIONS(3048), + [anon_sym_typedef] = ACTIONS(3048), + [anon_sym_virtual] = ACTIONS(3048), + [anon_sym_extern] = ACTIONS(3048), + [anon_sym___attribute__] = ACTIONS(3048), + [anon_sym___attribute] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3050), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3050), + [anon_sym___declspec] = ACTIONS(3048), + [anon_sym___based] = ACTIONS(3048), + [anon_sym_signed] = ACTIONS(3048), + [anon_sym_unsigned] = ACTIONS(3048), + [anon_sym_long] = ACTIONS(3048), + [anon_sym_short] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(3048), + [anon_sym_static] = ACTIONS(3048), + [anon_sym_register] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym___inline] = ACTIONS(3048), + [anon_sym___inline__] = ACTIONS(3048), + [anon_sym___forceinline] = ACTIONS(3048), + [anon_sym_thread_local] = ACTIONS(3048), + [anon_sym___thread] = ACTIONS(3048), + [anon_sym_const] = ACTIONS(3048), + [anon_sym_constexpr] = ACTIONS(3048), + [anon_sym_volatile] = ACTIONS(3048), + [anon_sym_restrict] = ACTIONS(3048), + [anon_sym___restrict__] = ACTIONS(3048), + [anon_sym__Atomic] = ACTIONS(3048), + [anon_sym__Noreturn] = ACTIONS(3048), + [anon_sym_noreturn] = ACTIONS(3048), + [anon_sym__Nonnull] = ACTIONS(3048), + [anon_sym_mutable] = ACTIONS(3048), + [anon_sym_constinit] = ACTIONS(3048), + [anon_sym_consteval] = ACTIONS(3048), + [anon_sym_PROGMEM] = ACTIONS(3048), + [anon_sym_alignas] = ACTIONS(3048), + [anon_sym__Alignas] = ACTIONS(3048), + [aux_sym_primitive_type_token1] = ACTIONS(3048), + [anon_sym_byte] = ACTIONS(3048), + [anon_sym_word] = ACTIONS(3048), + [anon_sym_enum] = ACTIONS(3048), + [anon_sym_class] = ACTIONS(3048), + [anon_sym_struct] = ACTIONS(3048), + [anon_sym_union] = ACTIONS(3048), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3048), + [anon_sym_decltype] = ACTIONS(3048), + [anon_sym_explicit] = ACTIONS(3048), + [anon_sym_typename] = ACTIONS(3048), + [anon_sym_template] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_friend] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_using] = ACTIONS(3048), + [anon_sym_static_assert] = ACTIONS(3048), + }, + [1918] = { + [sym_identifier] = ACTIONS(3096), + [aux_sym_preproc_def_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token1] = ACTIONS(3096), + [aux_sym_preproc_if_token2] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3096), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3096), + [sym_preproc_directive] = ACTIONS(3096), + [anon_sym_LPAREN2] = ACTIONS(3098), + [anon_sym_TILDE] = ACTIONS(3098), + [anon_sym_STAR] = ACTIONS(3098), + [anon_sym_AMP_AMP] = ACTIONS(3098), + [anon_sym_AMP] = ACTIONS(3096), + [anon_sym_SEMI] = ACTIONS(3098), + [anon_sym___extension__] = ACTIONS(3096), + [anon_sym_typedef] = ACTIONS(3096), + [anon_sym_virtual] = ACTIONS(3096), + [anon_sym_extern] = ACTIONS(3096), + [anon_sym___attribute__] = ACTIONS(3096), + [anon_sym___attribute] = ACTIONS(3096), + [anon_sym_COLON_COLON] = ACTIONS(3098), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3098), + [anon_sym___declspec] = ACTIONS(3096), + [anon_sym___based] = ACTIONS(3096), + [anon_sym_signed] = ACTIONS(3096), + [anon_sym_unsigned] = ACTIONS(3096), + [anon_sym_long] = ACTIONS(3096), + [anon_sym_short] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3096), + [anon_sym_static] = ACTIONS(3096), + [anon_sym_register] = ACTIONS(3096), + [anon_sym_inline] = ACTIONS(3096), + [anon_sym___inline] = ACTIONS(3096), + [anon_sym___inline__] = ACTIONS(3096), + [anon_sym___forceinline] = ACTIONS(3096), + [anon_sym_thread_local] = ACTIONS(3096), + [anon_sym___thread] = ACTIONS(3096), + [anon_sym_const] = ACTIONS(3096), + [anon_sym_constexpr] = ACTIONS(3096), + [anon_sym_volatile] = ACTIONS(3096), + [anon_sym_restrict] = ACTIONS(3096), + [anon_sym___restrict__] = ACTIONS(3096), + [anon_sym__Atomic] = ACTIONS(3096), + [anon_sym__Noreturn] = ACTIONS(3096), + [anon_sym_noreturn] = ACTIONS(3096), + [anon_sym__Nonnull] = ACTIONS(3096), + [anon_sym_mutable] = ACTIONS(3096), + [anon_sym_constinit] = ACTIONS(3096), + [anon_sym_consteval] = ACTIONS(3096), + [anon_sym_PROGMEM] = ACTIONS(3096), + [anon_sym_alignas] = ACTIONS(3096), + [anon_sym__Alignas] = ACTIONS(3096), + [aux_sym_primitive_type_token1] = ACTIONS(3096), + [anon_sym_byte] = ACTIONS(3096), + [anon_sym_word] = ACTIONS(3096), + [anon_sym_enum] = ACTIONS(3096), + [anon_sym_class] = ACTIONS(3096), + [anon_sym_struct] = ACTIONS(3096), + [anon_sym_union] = ACTIONS(3096), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3096), + [anon_sym_decltype] = ACTIONS(3096), + [anon_sym_explicit] = ACTIONS(3096), + [anon_sym_typename] = ACTIONS(3096), + [anon_sym_template] = ACTIONS(3096), + [anon_sym_operator] = ACTIONS(3096), + [anon_sym_friend] = ACTIONS(3096), + [anon_sym_public] = ACTIONS(3096), + [anon_sym_private] = ACTIONS(3096), + [anon_sym_protected] = ACTIONS(3096), + [anon_sym_using] = ACTIONS(3096), + [anon_sym_static_assert] = ACTIONS(3096), + }, + [1919] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + }, + [1920] = { + [sym_identifier] = ACTIONS(3171), + [aux_sym_preproc_def_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token1] = ACTIONS(3171), + [aux_sym_preproc_if_token2] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3171), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3171), + [sym_preproc_directive] = ACTIONS(3171), + [anon_sym_LPAREN2] = ACTIONS(3173), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3173), + [anon_sym___extension__] = ACTIONS(3171), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_virtual] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(3171), + [anon_sym___attribute__] = ACTIONS(3171), + [anon_sym___attribute] = ACTIONS(3171), + [anon_sym_COLON_COLON] = ACTIONS(3173), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3173), + [anon_sym___declspec] = ACTIONS(3171), + [anon_sym___based] = ACTIONS(3171), + [anon_sym_signed] = ACTIONS(3171), + [anon_sym_unsigned] = ACTIONS(3171), + [anon_sym_long] = ACTIONS(3171), + [anon_sym_short] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_static] = ACTIONS(3171), + [anon_sym_register] = ACTIONS(3171), + [anon_sym_inline] = ACTIONS(3171), + [anon_sym___inline] = ACTIONS(3171), + [anon_sym___inline__] = ACTIONS(3171), + [anon_sym___forceinline] = ACTIONS(3171), + [anon_sym_thread_local] = ACTIONS(3171), + [anon_sym___thread] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_constexpr] = ACTIONS(3171), + [anon_sym_volatile] = ACTIONS(3171), + [anon_sym_restrict] = ACTIONS(3171), + [anon_sym___restrict__] = ACTIONS(3171), + [anon_sym__Atomic] = ACTIONS(3171), + [anon_sym__Noreturn] = ACTIONS(3171), + [anon_sym_noreturn] = ACTIONS(3171), + [anon_sym__Nonnull] = ACTIONS(3171), + [anon_sym_mutable] = ACTIONS(3171), + [anon_sym_constinit] = ACTIONS(3171), + [anon_sym_consteval] = ACTIONS(3171), + [anon_sym_PROGMEM] = ACTIONS(3171), + [anon_sym_alignas] = ACTIONS(3171), + [anon_sym__Alignas] = ACTIONS(3171), + [aux_sym_primitive_type_token1] = ACTIONS(3171), + [anon_sym_byte] = ACTIONS(3171), + [anon_sym_word] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_class] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3171), + [anon_sym_decltype] = ACTIONS(3171), + [anon_sym_explicit] = ACTIONS(3171), + [anon_sym_typename] = ACTIONS(3171), + [anon_sym_template] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3171), + [anon_sym_friend] = ACTIONS(3171), + [anon_sym_public] = ACTIONS(3171), + [anon_sym_private] = ACTIONS(3171), + [anon_sym_protected] = ACTIONS(3171), + [anon_sym_using] = ACTIONS(3171), + [anon_sym_static_assert] = ACTIONS(3171), + }, + [1921] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token2] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_friend] = ACTIONS(3179), + [anon_sym_public] = ACTIONS(3179), + [anon_sym_private] = ACTIONS(3179), + [anon_sym_protected] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + }, + [1922] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token2] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_friend] = ACTIONS(3183), + [anon_sym_public] = ACTIONS(3183), + [anon_sym_private] = ACTIONS(3183), + [anon_sym_protected] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + }, + [1923] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token2] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_friend] = ACTIONS(3187), + [anon_sym_public] = ACTIONS(3187), + [anon_sym_private] = ACTIONS(3187), + [anon_sym_protected] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + }, + [1924] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token2] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_friend] = ACTIONS(3191), + [anon_sym_public] = ACTIONS(3191), + [anon_sym_private] = ACTIONS(3191), + [anon_sym_protected] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + }, + [1925] = { + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token2] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_friend] = ACTIONS(3195), + [anon_sym_public] = ACTIONS(3195), + [anon_sym_private] = ACTIONS(3195), + [anon_sym_protected] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + }, + [1926] = { + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token2] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_friend] = ACTIONS(3203), + [anon_sym_public] = ACTIONS(3203), + [anon_sym_private] = ACTIONS(3203), + [anon_sym_protected] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + }, + [1927] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token2] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_friend] = ACTIONS(3207), + [anon_sym_public] = ACTIONS(3207), + [anon_sym_private] = ACTIONS(3207), + [anon_sym_protected] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + }, + [1928] = { + [sym_identifier] = ACTIONS(3179), + [aux_sym_preproc_def_token1] = ACTIONS(3179), + [aux_sym_preproc_if_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3179), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3179), + [sym_preproc_directive] = ACTIONS(3179), + [anon_sym_LPAREN2] = ACTIONS(3181), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_SEMI] = ACTIONS(3181), + [anon_sym___extension__] = ACTIONS(3179), + [anon_sym_typedef] = ACTIONS(3179), + [anon_sym_virtual] = ACTIONS(3179), + [anon_sym_extern] = ACTIONS(3179), + [anon_sym___attribute__] = ACTIONS(3179), + [anon_sym___attribute] = ACTIONS(3179), + [anon_sym_COLON_COLON] = ACTIONS(3181), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3181), + [anon_sym___declspec] = ACTIONS(3179), + [anon_sym___based] = ACTIONS(3179), + [anon_sym_RBRACE] = ACTIONS(3181), + [anon_sym_signed] = ACTIONS(3179), + [anon_sym_unsigned] = ACTIONS(3179), + [anon_sym_long] = ACTIONS(3179), + [anon_sym_short] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3179), + [anon_sym_static] = ACTIONS(3179), + [anon_sym_register] = ACTIONS(3179), + [anon_sym_inline] = ACTIONS(3179), + [anon_sym___inline] = ACTIONS(3179), + [anon_sym___inline__] = ACTIONS(3179), + [anon_sym___forceinline] = ACTIONS(3179), + [anon_sym_thread_local] = ACTIONS(3179), + [anon_sym___thread] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_constexpr] = ACTIONS(3179), + [anon_sym_volatile] = ACTIONS(3179), + [anon_sym_restrict] = ACTIONS(3179), + [anon_sym___restrict__] = ACTIONS(3179), + [anon_sym__Atomic] = ACTIONS(3179), + [anon_sym__Noreturn] = ACTIONS(3179), + [anon_sym_noreturn] = ACTIONS(3179), + [anon_sym__Nonnull] = ACTIONS(3179), + [anon_sym_mutable] = ACTIONS(3179), + [anon_sym_constinit] = ACTIONS(3179), + [anon_sym_consteval] = ACTIONS(3179), + [anon_sym_PROGMEM] = ACTIONS(3179), + [anon_sym_alignas] = ACTIONS(3179), + [anon_sym__Alignas] = ACTIONS(3179), + [aux_sym_primitive_type_token1] = ACTIONS(3179), + [anon_sym_byte] = ACTIONS(3179), + [anon_sym_word] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_class] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3179), + [anon_sym_decltype] = ACTIONS(3179), + [anon_sym_explicit] = ACTIONS(3179), + [anon_sym_typename] = ACTIONS(3179), + [anon_sym_template] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3179), + [anon_sym_friend] = ACTIONS(3179), + [anon_sym_public] = ACTIONS(3179), + [anon_sym_private] = ACTIONS(3179), + [anon_sym_protected] = ACTIONS(3179), + [anon_sym_using] = ACTIONS(3179), + [anon_sym_static_assert] = ACTIONS(3179), + }, + [1929] = { + [sym_identifier] = ACTIONS(3128), + [aux_sym_preproc_def_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token1] = ACTIONS(3128), + [aux_sym_preproc_if_token2] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3128), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3128), + [sym_preproc_directive] = ACTIONS(3128), + [anon_sym_LPAREN2] = ACTIONS(3130), + [anon_sym_TILDE] = ACTIONS(3130), + [anon_sym_STAR] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_AMP] = ACTIONS(3128), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym___extension__] = ACTIONS(3128), + [anon_sym_typedef] = ACTIONS(3128), + [anon_sym_virtual] = ACTIONS(3128), + [anon_sym_extern] = ACTIONS(3128), + [anon_sym___attribute__] = ACTIONS(3128), + [anon_sym___attribute] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3130), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3130), + [anon_sym___declspec] = ACTIONS(3128), + [anon_sym___based] = ACTIONS(3128), + [anon_sym_signed] = ACTIONS(3128), + [anon_sym_unsigned] = ACTIONS(3128), + [anon_sym_long] = ACTIONS(3128), + [anon_sym_short] = ACTIONS(3128), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_static] = ACTIONS(3128), + [anon_sym_register] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym___inline] = ACTIONS(3128), + [anon_sym___inline__] = ACTIONS(3128), + [anon_sym___forceinline] = ACTIONS(3128), + [anon_sym_thread_local] = ACTIONS(3128), + [anon_sym___thread] = ACTIONS(3128), + [anon_sym_const] = ACTIONS(3128), + [anon_sym_constexpr] = ACTIONS(3128), + [anon_sym_volatile] = ACTIONS(3128), + [anon_sym_restrict] = ACTIONS(3128), + [anon_sym___restrict__] = ACTIONS(3128), + [anon_sym__Atomic] = ACTIONS(3128), + [anon_sym__Noreturn] = ACTIONS(3128), + [anon_sym_noreturn] = ACTIONS(3128), + [anon_sym__Nonnull] = ACTIONS(3128), + [anon_sym_mutable] = ACTIONS(3128), + [anon_sym_constinit] = ACTIONS(3128), + [anon_sym_consteval] = ACTIONS(3128), + [anon_sym_PROGMEM] = ACTIONS(3128), + [anon_sym_alignas] = ACTIONS(3128), + [anon_sym__Alignas] = ACTIONS(3128), + [aux_sym_primitive_type_token1] = ACTIONS(3128), + [anon_sym_byte] = ACTIONS(3128), + [anon_sym_word] = ACTIONS(3128), + [anon_sym_enum] = ACTIONS(3128), + [anon_sym_class] = ACTIONS(3128), + [anon_sym_struct] = ACTIONS(3128), + [anon_sym_union] = ACTIONS(3128), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3128), + [anon_sym_decltype] = ACTIONS(3128), + [anon_sym_explicit] = ACTIONS(3128), + [anon_sym_typename] = ACTIONS(3128), + [anon_sym_template] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_friend] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_using] = ACTIONS(3128), + [anon_sym_static_assert] = ACTIONS(3128), + }, + [1930] = { + [sym_identifier] = ACTIONS(3132), + [aux_sym_preproc_def_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token1] = ACTIONS(3132), + [aux_sym_preproc_if_token2] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3132), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3132), + [sym_preproc_directive] = ACTIONS(3132), + [anon_sym_LPAREN2] = ACTIONS(3134), + [anon_sym_TILDE] = ACTIONS(3134), + [anon_sym_STAR] = ACTIONS(3134), + [anon_sym_AMP_AMP] = ACTIONS(3134), + [anon_sym_AMP] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3134), + [anon_sym___extension__] = ACTIONS(3132), + [anon_sym_typedef] = ACTIONS(3132), + [anon_sym_virtual] = ACTIONS(3132), + [anon_sym_extern] = ACTIONS(3132), + [anon_sym___attribute__] = ACTIONS(3132), + [anon_sym___attribute] = ACTIONS(3132), + [anon_sym_COLON_COLON] = ACTIONS(3134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3134), + [anon_sym___declspec] = ACTIONS(3132), + [anon_sym___based] = ACTIONS(3132), + [anon_sym_signed] = ACTIONS(3132), + [anon_sym_unsigned] = ACTIONS(3132), + [anon_sym_long] = ACTIONS(3132), + [anon_sym_short] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(3132), + [anon_sym_static] = ACTIONS(3132), + [anon_sym_register] = ACTIONS(3132), + [anon_sym_inline] = ACTIONS(3132), + [anon_sym___inline] = ACTIONS(3132), + [anon_sym___inline__] = ACTIONS(3132), + [anon_sym___forceinline] = ACTIONS(3132), + [anon_sym_thread_local] = ACTIONS(3132), + [anon_sym___thread] = ACTIONS(3132), + [anon_sym_const] = ACTIONS(3132), + [anon_sym_constexpr] = ACTIONS(3132), + [anon_sym_volatile] = ACTIONS(3132), + [anon_sym_restrict] = ACTIONS(3132), + [anon_sym___restrict__] = ACTIONS(3132), + [anon_sym__Atomic] = ACTIONS(3132), + [anon_sym__Noreturn] = ACTIONS(3132), + [anon_sym_noreturn] = ACTIONS(3132), + [anon_sym__Nonnull] = ACTIONS(3132), + [anon_sym_mutable] = ACTIONS(3132), + [anon_sym_constinit] = ACTIONS(3132), + [anon_sym_consteval] = ACTIONS(3132), + [anon_sym_PROGMEM] = ACTIONS(3132), + [anon_sym_alignas] = ACTIONS(3132), + [anon_sym__Alignas] = ACTIONS(3132), + [aux_sym_primitive_type_token1] = ACTIONS(3132), + [anon_sym_byte] = ACTIONS(3132), + [anon_sym_word] = ACTIONS(3132), + [anon_sym_enum] = ACTIONS(3132), + [anon_sym_class] = ACTIONS(3132), + [anon_sym_struct] = ACTIONS(3132), + [anon_sym_union] = ACTIONS(3132), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3132), + [anon_sym_decltype] = ACTIONS(3132), + [anon_sym_explicit] = ACTIONS(3132), + [anon_sym_typename] = ACTIONS(3132), + [anon_sym_template] = ACTIONS(3132), + [anon_sym_operator] = ACTIONS(3132), + [anon_sym_friend] = ACTIONS(3132), + [anon_sym_public] = ACTIONS(3132), + [anon_sym_private] = ACTIONS(3132), + [anon_sym_protected] = ACTIONS(3132), + [anon_sym_using] = ACTIONS(3132), + [anon_sym_static_assert] = ACTIONS(3132), + }, + [1931] = { + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token2] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), + }, + [1932] = { + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token2] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_friend] = ACTIONS(2980), + [anon_sym_public] = ACTIONS(2980), + [anon_sym_private] = ACTIONS(2980), + [anon_sym_protected] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + }, + [1933] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + }, + [1934] = { + [sym_identifier] = ACTIONS(2984), + [aux_sym_preproc_def_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token1] = ACTIONS(2984), + [aux_sym_preproc_if_token2] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2984), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2984), + [sym_preproc_directive] = ACTIONS(2984), + [anon_sym_LPAREN2] = ACTIONS(2986), + [anon_sym_TILDE] = ACTIONS(2986), + [anon_sym_STAR] = ACTIONS(2986), + [anon_sym_AMP_AMP] = ACTIONS(2986), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2986), + [anon_sym___extension__] = ACTIONS(2984), + [anon_sym_typedef] = ACTIONS(2984), + [anon_sym_virtual] = ACTIONS(2984), + [anon_sym_extern] = ACTIONS(2984), + [anon_sym___attribute__] = ACTIONS(2984), + [anon_sym___attribute] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2986), + [anon_sym___declspec] = ACTIONS(2984), + [anon_sym___based] = ACTIONS(2984), + [anon_sym_signed] = ACTIONS(2984), + [anon_sym_unsigned] = ACTIONS(2984), + [anon_sym_long] = ACTIONS(2984), + [anon_sym_short] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_static] = ACTIONS(2984), + [anon_sym_register] = ACTIONS(2984), + [anon_sym_inline] = ACTIONS(2984), + [anon_sym___inline] = ACTIONS(2984), + [anon_sym___inline__] = ACTIONS(2984), + [anon_sym___forceinline] = ACTIONS(2984), + [anon_sym_thread_local] = ACTIONS(2984), + [anon_sym___thread] = ACTIONS(2984), + [anon_sym_const] = ACTIONS(2984), + [anon_sym_constexpr] = ACTIONS(2984), + [anon_sym_volatile] = ACTIONS(2984), + [anon_sym_restrict] = ACTIONS(2984), + [anon_sym___restrict__] = ACTIONS(2984), + [anon_sym__Atomic] = ACTIONS(2984), + [anon_sym__Noreturn] = ACTIONS(2984), + [anon_sym_noreturn] = ACTIONS(2984), + [anon_sym__Nonnull] = ACTIONS(2984), + [anon_sym_mutable] = ACTIONS(2984), + [anon_sym_constinit] = ACTIONS(2984), + [anon_sym_consteval] = ACTIONS(2984), + [anon_sym_PROGMEM] = ACTIONS(2984), + [anon_sym_alignas] = ACTIONS(2984), + [anon_sym__Alignas] = ACTIONS(2984), + [aux_sym_primitive_type_token1] = ACTIONS(2984), + [anon_sym_byte] = ACTIONS(2984), + [anon_sym_word] = ACTIONS(2984), + [anon_sym_enum] = ACTIONS(2984), + [anon_sym_class] = ACTIONS(2984), + [anon_sym_struct] = ACTIONS(2984), + [anon_sym_union] = ACTIONS(2984), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2984), + [anon_sym_decltype] = ACTIONS(2984), + [anon_sym_explicit] = ACTIONS(2984), + [anon_sym_typename] = ACTIONS(2984), + [anon_sym_template] = ACTIONS(2984), + [anon_sym_operator] = ACTIONS(2984), + [anon_sym_friend] = ACTIONS(2984), + [anon_sym_public] = ACTIONS(2984), + [anon_sym_private] = ACTIONS(2984), + [anon_sym_protected] = ACTIONS(2984), + [anon_sym_using] = ACTIONS(2984), + [anon_sym_static_assert] = ACTIONS(2984), + }, + [1935] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + }, + [1936] = { + [sym_identifier] = ACTIONS(2996), + [aux_sym_preproc_def_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token1] = ACTIONS(2996), + [aux_sym_preproc_if_token2] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2996), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2996), + [sym_preproc_directive] = ACTIONS(2996), + [anon_sym_LPAREN2] = ACTIONS(2998), + [anon_sym_TILDE] = ACTIONS(2998), + [anon_sym_STAR] = ACTIONS(2998), + [anon_sym_AMP_AMP] = ACTIONS(2998), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_SEMI] = ACTIONS(2998), + [anon_sym___extension__] = ACTIONS(2996), + [anon_sym_typedef] = ACTIONS(2996), + [anon_sym_virtual] = ACTIONS(2996), + [anon_sym_extern] = ACTIONS(2996), + [anon_sym___attribute__] = ACTIONS(2996), + [anon_sym___attribute] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2998), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2998), + [anon_sym___declspec] = ACTIONS(2996), + [anon_sym___based] = ACTIONS(2996), + [anon_sym_signed] = ACTIONS(2996), + [anon_sym_unsigned] = ACTIONS(2996), + [anon_sym_long] = ACTIONS(2996), + [anon_sym_short] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_static] = ACTIONS(2996), + [anon_sym_register] = ACTIONS(2996), + [anon_sym_inline] = ACTIONS(2996), + [anon_sym___inline] = ACTIONS(2996), + [anon_sym___inline__] = ACTIONS(2996), + [anon_sym___forceinline] = ACTIONS(2996), + [anon_sym_thread_local] = ACTIONS(2996), + [anon_sym___thread] = ACTIONS(2996), + [anon_sym_const] = ACTIONS(2996), + [anon_sym_constexpr] = ACTIONS(2996), + [anon_sym_volatile] = ACTIONS(2996), + [anon_sym_restrict] = ACTIONS(2996), + [anon_sym___restrict__] = ACTIONS(2996), + [anon_sym__Atomic] = ACTIONS(2996), + [anon_sym__Noreturn] = ACTIONS(2996), + [anon_sym_noreturn] = ACTIONS(2996), + [anon_sym__Nonnull] = ACTIONS(2996), + [anon_sym_mutable] = ACTIONS(2996), + [anon_sym_constinit] = ACTIONS(2996), + [anon_sym_consteval] = ACTIONS(2996), + [anon_sym_PROGMEM] = ACTIONS(2996), + [anon_sym_alignas] = ACTIONS(2996), + [anon_sym__Alignas] = ACTIONS(2996), + [aux_sym_primitive_type_token1] = ACTIONS(2996), + [anon_sym_byte] = ACTIONS(2996), + [anon_sym_word] = ACTIONS(2996), + [anon_sym_enum] = ACTIONS(2996), + [anon_sym_class] = ACTIONS(2996), + [anon_sym_struct] = ACTIONS(2996), + [anon_sym_union] = ACTIONS(2996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2996), + [anon_sym_decltype] = ACTIONS(2996), + [anon_sym_explicit] = ACTIONS(2996), + [anon_sym_typename] = ACTIONS(2996), + [anon_sym_template] = ACTIONS(2996), + [anon_sym_operator] = ACTIONS(2996), + [anon_sym_friend] = ACTIONS(2996), + [anon_sym_public] = ACTIONS(2996), + [anon_sym_private] = ACTIONS(2996), + [anon_sym_protected] = ACTIONS(2996), + [anon_sym_using] = ACTIONS(2996), + [anon_sym_static_assert] = ACTIONS(2996), + }, + [1937] = { + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token2] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_friend] = ACTIONS(3000), + [anon_sym_public] = ACTIONS(3000), + [anon_sym_private] = ACTIONS(3000), + [anon_sym_protected] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + }, + [1938] = { + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token2] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_friend] = ACTIONS(3004), + [anon_sym_public] = ACTIONS(3004), + [anon_sym_private] = ACTIONS(3004), + [anon_sym_protected] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + }, + [1939] = { + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token2] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_friend] = ACTIONS(3008), + [anon_sym_public] = ACTIONS(3008), + [anon_sym_private] = ACTIONS(3008), + [anon_sym_protected] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + }, + [1940] = { + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token2] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_friend] = ACTIONS(3016), + [anon_sym_public] = ACTIONS(3016), + [anon_sym_private] = ACTIONS(3016), + [anon_sym_protected] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + }, + [1941] = { + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token2] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_friend] = ACTIONS(3020), + [anon_sym_public] = ACTIONS(3020), + [anon_sym_private] = ACTIONS(3020), + [anon_sym_protected] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + }, + [1942] = { + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token2] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_friend] = ACTIONS(3024), + [anon_sym_public] = ACTIONS(3024), + [anon_sym_private] = ACTIONS(3024), + [anon_sym_protected] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + }, + [1943] = { + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token2] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_friend] = ACTIONS(3139), + [anon_sym_public] = ACTIONS(3139), + [anon_sym_private] = ACTIONS(3139), + [anon_sym_protected] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), + }, + [1944] = { + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token2] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_friend] = ACTIONS(3143), + [anon_sym_public] = ACTIONS(3143), + [anon_sym_private] = ACTIONS(3143), + [anon_sym_protected] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), + }, + [1945] = { + [sym_identifier] = ACTIONS(3088), + [aux_sym_preproc_def_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token1] = ACTIONS(3088), + [aux_sym_preproc_if_token2] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3088), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3088), + [sym_preproc_directive] = ACTIONS(3088), + [anon_sym_LPAREN2] = ACTIONS(3090), + [anon_sym_TILDE] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym___extension__] = ACTIONS(3088), + [anon_sym_typedef] = ACTIONS(3088), + [anon_sym_virtual] = ACTIONS(3088), + [anon_sym_extern] = ACTIONS(3088), + [anon_sym___attribute__] = ACTIONS(3088), + [anon_sym___attribute] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3090), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3090), + [anon_sym___declspec] = ACTIONS(3088), + [anon_sym___based] = ACTIONS(3088), + [anon_sym_signed] = ACTIONS(3088), + [anon_sym_unsigned] = ACTIONS(3088), + [anon_sym_long] = ACTIONS(3088), + [anon_sym_short] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3088), + [anon_sym_static] = ACTIONS(3088), + [anon_sym_register] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym___inline] = ACTIONS(3088), + [anon_sym___inline__] = ACTIONS(3088), + [anon_sym___forceinline] = ACTIONS(3088), + [anon_sym_thread_local] = ACTIONS(3088), + [anon_sym___thread] = ACTIONS(3088), + [anon_sym_const] = ACTIONS(3088), + [anon_sym_constexpr] = ACTIONS(3088), + [anon_sym_volatile] = ACTIONS(3088), + [anon_sym_restrict] = ACTIONS(3088), + [anon_sym___restrict__] = ACTIONS(3088), + [anon_sym__Atomic] = ACTIONS(3088), + [anon_sym__Noreturn] = ACTIONS(3088), + [anon_sym_noreturn] = ACTIONS(3088), + [anon_sym__Nonnull] = ACTIONS(3088), + [anon_sym_mutable] = ACTIONS(3088), + [anon_sym_constinit] = ACTIONS(3088), + [anon_sym_consteval] = ACTIONS(3088), + [anon_sym_PROGMEM] = ACTIONS(3088), + [anon_sym_alignas] = ACTIONS(3088), + [anon_sym__Alignas] = ACTIONS(3088), + [aux_sym_primitive_type_token1] = ACTIONS(3088), + [anon_sym_byte] = ACTIONS(3088), + [anon_sym_word] = ACTIONS(3088), + [anon_sym_enum] = ACTIONS(3088), + [anon_sym_class] = ACTIONS(3088), + [anon_sym_struct] = ACTIONS(3088), + [anon_sym_union] = ACTIONS(3088), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3088), + [anon_sym_decltype] = ACTIONS(3088), + [anon_sym_explicit] = ACTIONS(3088), + [anon_sym_typename] = ACTIONS(3088), + [anon_sym_template] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_friend] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_using] = ACTIONS(3088), + [anon_sym_static_assert] = ACTIONS(3088), + }, + [1946] = { + [sym_identifier] = ACTIONS(3092), + [aux_sym_preproc_def_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token1] = ACTIONS(3092), + [aux_sym_preproc_if_token2] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3092), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3092), + [sym_preproc_directive] = ACTIONS(3092), + [anon_sym_LPAREN2] = ACTIONS(3094), + [anon_sym_TILDE] = ACTIONS(3094), + [anon_sym_STAR] = ACTIONS(3094), + [anon_sym_AMP_AMP] = ACTIONS(3094), + [anon_sym_AMP] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3094), + [anon_sym___extension__] = ACTIONS(3092), + [anon_sym_typedef] = ACTIONS(3092), + [anon_sym_virtual] = ACTIONS(3092), + [anon_sym_extern] = ACTIONS(3092), + [anon_sym___attribute__] = ACTIONS(3092), + [anon_sym___attribute] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(3094), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3094), + [anon_sym___declspec] = ACTIONS(3092), + [anon_sym___based] = ACTIONS(3092), + [anon_sym_signed] = ACTIONS(3092), + [anon_sym_unsigned] = ACTIONS(3092), + [anon_sym_long] = ACTIONS(3092), + [anon_sym_short] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3092), + [anon_sym_static] = ACTIONS(3092), + [anon_sym_register] = ACTIONS(3092), + [anon_sym_inline] = ACTIONS(3092), + [anon_sym___inline] = ACTIONS(3092), + [anon_sym___inline__] = ACTIONS(3092), + [anon_sym___forceinline] = ACTIONS(3092), + [anon_sym_thread_local] = ACTIONS(3092), + [anon_sym___thread] = ACTIONS(3092), + [anon_sym_const] = ACTIONS(3092), + [anon_sym_constexpr] = ACTIONS(3092), + [anon_sym_volatile] = ACTIONS(3092), + [anon_sym_restrict] = ACTIONS(3092), + [anon_sym___restrict__] = ACTIONS(3092), + [anon_sym__Atomic] = ACTIONS(3092), + [anon_sym__Noreturn] = ACTIONS(3092), + [anon_sym_noreturn] = ACTIONS(3092), + [anon_sym__Nonnull] = ACTIONS(3092), + [anon_sym_mutable] = ACTIONS(3092), + [anon_sym_constinit] = ACTIONS(3092), + [anon_sym_consteval] = ACTIONS(3092), + [anon_sym_PROGMEM] = ACTIONS(3092), + [anon_sym_alignas] = ACTIONS(3092), + [anon_sym__Alignas] = ACTIONS(3092), + [aux_sym_primitive_type_token1] = ACTIONS(3092), + [anon_sym_byte] = ACTIONS(3092), + [anon_sym_word] = ACTIONS(3092), + [anon_sym_enum] = ACTIONS(3092), + [anon_sym_class] = ACTIONS(3092), + [anon_sym_struct] = ACTIONS(3092), + [anon_sym_union] = ACTIONS(3092), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3092), + [anon_sym_decltype] = ACTIONS(3092), + [anon_sym_explicit] = ACTIONS(3092), + [anon_sym_typename] = ACTIONS(3092), + [anon_sym_template] = ACTIONS(3092), + [anon_sym_operator] = ACTIONS(3092), + [anon_sym_friend] = ACTIONS(3092), + [anon_sym_public] = ACTIONS(3092), + [anon_sym_private] = ACTIONS(3092), + [anon_sym_protected] = ACTIONS(3092), + [anon_sym_using] = ACTIONS(3092), + [anon_sym_static_assert] = ACTIONS(3092), + }, + [1947] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + }, + [1948] = { + [sym_identifier] = ACTIONS(3100), + [aux_sym_preproc_def_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token1] = ACTIONS(3100), + [aux_sym_preproc_if_token2] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3100), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3100), + [sym_preproc_directive] = ACTIONS(3100), + [anon_sym_LPAREN2] = ACTIONS(3102), + [anon_sym_TILDE] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_AMP_AMP] = ACTIONS(3102), + [anon_sym_AMP] = ACTIONS(3100), + [anon_sym_SEMI] = ACTIONS(3102), + [anon_sym___extension__] = ACTIONS(3100), + [anon_sym_typedef] = ACTIONS(3100), + [anon_sym_virtual] = ACTIONS(3100), + [anon_sym_extern] = ACTIONS(3100), + [anon_sym___attribute__] = ACTIONS(3100), + [anon_sym___attribute] = ACTIONS(3100), + [anon_sym_COLON_COLON] = ACTIONS(3102), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3102), + [anon_sym___declspec] = ACTIONS(3100), + [anon_sym___based] = ACTIONS(3100), + [anon_sym_signed] = ACTIONS(3100), + [anon_sym_unsigned] = ACTIONS(3100), + [anon_sym_long] = ACTIONS(3100), + [anon_sym_short] = ACTIONS(3100), + [anon_sym_LBRACK] = ACTIONS(3100), + [anon_sym_static] = ACTIONS(3100), + [anon_sym_register] = ACTIONS(3100), + [anon_sym_inline] = ACTIONS(3100), + [anon_sym___inline] = ACTIONS(3100), + [anon_sym___inline__] = ACTIONS(3100), + [anon_sym___forceinline] = ACTIONS(3100), + [anon_sym_thread_local] = ACTIONS(3100), + [anon_sym___thread] = ACTIONS(3100), + [anon_sym_const] = ACTIONS(3100), + [anon_sym_constexpr] = ACTIONS(3100), + [anon_sym_volatile] = ACTIONS(3100), + [anon_sym_restrict] = ACTIONS(3100), + [anon_sym___restrict__] = ACTIONS(3100), + [anon_sym__Atomic] = ACTIONS(3100), + [anon_sym__Noreturn] = ACTIONS(3100), + [anon_sym_noreturn] = ACTIONS(3100), + [anon_sym__Nonnull] = ACTIONS(3100), + [anon_sym_mutable] = ACTIONS(3100), + [anon_sym_constinit] = ACTIONS(3100), + [anon_sym_consteval] = ACTIONS(3100), + [anon_sym_PROGMEM] = ACTIONS(3100), + [anon_sym_alignas] = ACTIONS(3100), + [anon_sym__Alignas] = ACTIONS(3100), + [aux_sym_primitive_type_token1] = ACTIONS(3100), + [anon_sym_byte] = ACTIONS(3100), + [anon_sym_word] = ACTIONS(3100), + [anon_sym_enum] = ACTIONS(3100), + [anon_sym_class] = ACTIONS(3100), + [anon_sym_struct] = ACTIONS(3100), + [anon_sym_union] = ACTIONS(3100), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3100), + [anon_sym_decltype] = ACTIONS(3100), + [anon_sym_explicit] = ACTIONS(3100), + [anon_sym_typename] = ACTIONS(3100), + [anon_sym_template] = ACTIONS(3100), + [anon_sym_operator] = ACTIONS(3100), + [anon_sym_friend] = ACTIONS(3100), + [anon_sym_public] = ACTIONS(3100), + [anon_sym_private] = ACTIONS(3100), + [anon_sym_protected] = ACTIONS(3100), + [anon_sym_using] = ACTIONS(3100), + [anon_sym_static_assert] = ACTIONS(3100), + }, + [1949] = { + [sym_identifier] = ACTIONS(3104), + [aux_sym_preproc_def_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token1] = ACTIONS(3104), + [aux_sym_preproc_if_token2] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3104), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3104), + [sym_preproc_directive] = ACTIONS(3104), + [anon_sym_LPAREN2] = ACTIONS(3106), + [anon_sym_TILDE] = ACTIONS(3106), + [anon_sym_STAR] = ACTIONS(3106), + [anon_sym_AMP_AMP] = ACTIONS(3106), + [anon_sym_AMP] = ACTIONS(3104), + [anon_sym_SEMI] = ACTIONS(3106), + [anon_sym___extension__] = ACTIONS(3104), + [anon_sym_typedef] = ACTIONS(3104), + [anon_sym_virtual] = ACTIONS(3104), + [anon_sym_extern] = ACTIONS(3104), + [anon_sym___attribute__] = ACTIONS(3104), + [anon_sym___attribute] = ACTIONS(3104), + [anon_sym_COLON_COLON] = ACTIONS(3106), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3106), + [anon_sym___declspec] = ACTIONS(3104), + [anon_sym___based] = ACTIONS(3104), + [anon_sym_signed] = ACTIONS(3104), + [anon_sym_unsigned] = ACTIONS(3104), + [anon_sym_long] = ACTIONS(3104), + [anon_sym_short] = ACTIONS(3104), + [anon_sym_LBRACK] = ACTIONS(3104), + [anon_sym_static] = ACTIONS(3104), + [anon_sym_register] = ACTIONS(3104), + [anon_sym_inline] = ACTIONS(3104), + [anon_sym___inline] = ACTIONS(3104), + [anon_sym___inline__] = ACTIONS(3104), + [anon_sym___forceinline] = ACTIONS(3104), + [anon_sym_thread_local] = ACTIONS(3104), + [anon_sym___thread] = ACTIONS(3104), + [anon_sym_const] = ACTIONS(3104), + [anon_sym_constexpr] = ACTIONS(3104), + [anon_sym_volatile] = ACTIONS(3104), + [anon_sym_restrict] = ACTIONS(3104), + [anon_sym___restrict__] = ACTIONS(3104), + [anon_sym__Atomic] = ACTIONS(3104), + [anon_sym__Noreturn] = ACTIONS(3104), + [anon_sym_noreturn] = ACTIONS(3104), + [anon_sym__Nonnull] = ACTIONS(3104), + [anon_sym_mutable] = ACTIONS(3104), + [anon_sym_constinit] = ACTIONS(3104), + [anon_sym_consteval] = ACTIONS(3104), + [anon_sym_PROGMEM] = ACTIONS(3104), + [anon_sym_alignas] = ACTIONS(3104), + [anon_sym__Alignas] = ACTIONS(3104), + [aux_sym_primitive_type_token1] = ACTIONS(3104), + [anon_sym_byte] = ACTIONS(3104), + [anon_sym_word] = ACTIONS(3104), + [anon_sym_enum] = ACTIONS(3104), + [anon_sym_class] = ACTIONS(3104), + [anon_sym_struct] = ACTIONS(3104), + [anon_sym_union] = ACTIONS(3104), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3104), + [anon_sym_decltype] = ACTIONS(3104), + [anon_sym_explicit] = ACTIONS(3104), + [anon_sym_typename] = ACTIONS(3104), + [anon_sym_template] = ACTIONS(3104), + [anon_sym_operator] = ACTIONS(3104), + [anon_sym_friend] = ACTIONS(3104), + [anon_sym_public] = ACTIONS(3104), + [anon_sym_private] = ACTIONS(3104), + [anon_sym_protected] = ACTIONS(3104), + [anon_sym_using] = ACTIONS(3104), + [anon_sym_static_assert] = ACTIONS(3104), + }, + [1950] = { + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token2] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_friend] = ACTIONS(3147), + [anon_sym_public] = ACTIONS(3147), + [anon_sym_private] = ACTIONS(3147), + [anon_sym_protected] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), + }, + [1951] = { + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token2] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_friend] = ACTIONS(3151), + [anon_sym_public] = ACTIONS(3151), + [anon_sym_private] = ACTIONS(3151), + [anon_sym_protected] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + }, + [1952] = { + [sym_identifier] = ACTIONS(3116), + [aux_sym_preproc_def_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token1] = ACTIONS(3116), + [aux_sym_preproc_if_token2] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3116), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3116), + [sym_preproc_directive] = ACTIONS(3116), + [anon_sym_LPAREN2] = ACTIONS(3118), + [anon_sym_TILDE] = ACTIONS(3118), + [anon_sym_STAR] = ACTIONS(3118), + [anon_sym_AMP_AMP] = ACTIONS(3118), + [anon_sym_AMP] = ACTIONS(3116), + [anon_sym_SEMI] = ACTIONS(3118), + [anon_sym___extension__] = ACTIONS(3116), + [anon_sym_typedef] = ACTIONS(3116), + [anon_sym_virtual] = ACTIONS(3116), + [anon_sym_extern] = ACTIONS(3116), + [anon_sym___attribute__] = ACTIONS(3116), + [anon_sym___attribute] = ACTIONS(3116), + [anon_sym_COLON_COLON] = ACTIONS(3118), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3118), + [anon_sym___declspec] = ACTIONS(3116), + [anon_sym___based] = ACTIONS(3116), + [anon_sym_signed] = ACTIONS(3116), + [anon_sym_unsigned] = ACTIONS(3116), + [anon_sym_long] = ACTIONS(3116), + [anon_sym_short] = ACTIONS(3116), + [anon_sym_LBRACK] = ACTIONS(3116), + [anon_sym_static] = ACTIONS(3116), + [anon_sym_register] = ACTIONS(3116), + [anon_sym_inline] = ACTIONS(3116), + [anon_sym___inline] = ACTIONS(3116), + [anon_sym___inline__] = ACTIONS(3116), + [anon_sym___forceinline] = ACTIONS(3116), + [anon_sym_thread_local] = ACTIONS(3116), + [anon_sym___thread] = ACTIONS(3116), + [anon_sym_const] = ACTIONS(3116), + [anon_sym_constexpr] = ACTIONS(3116), + [anon_sym_volatile] = ACTIONS(3116), + [anon_sym_restrict] = ACTIONS(3116), + [anon_sym___restrict__] = ACTIONS(3116), + [anon_sym__Atomic] = ACTIONS(3116), + [anon_sym__Noreturn] = ACTIONS(3116), + [anon_sym_noreturn] = ACTIONS(3116), + [anon_sym__Nonnull] = ACTIONS(3116), + [anon_sym_mutable] = ACTIONS(3116), + [anon_sym_constinit] = ACTIONS(3116), + [anon_sym_consteval] = ACTIONS(3116), + [anon_sym_PROGMEM] = ACTIONS(3116), + [anon_sym_alignas] = ACTIONS(3116), + [anon_sym__Alignas] = ACTIONS(3116), + [aux_sym_primitive_type_token1] = ACTIONS(3116), + [anon_sym_byte] = ACTIONS(3116), + [anon_sym_word] = ACTIONS(3116), + [anon_sym_enum] = ACTIONS(3116), + [anon_sym_class] = ACTIONS(3116), + [anon_sym_struct] = ACTIONS(3116), + [anon_sym_union] = ACTIONS(3116), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3116), + [anon_sym_decltype] = ACTIONS(3116), + [anon_sym_explicit] = ACTIONS(3116), + [anon_sym_typename] = ACTIONS(3116), + [anon_sym_template] = ACTIONS(3116), + [anon_sym_operator] = ACTIONS(3116), + [anon_sym_friend] = ACTIONS(3116), + [anon_sym_public] = ACTIONS(3116), + [anon_sym_private] = ACTIONS(3116), + [anon_sym_protected] = ACTIONS(3116), + [anon_sym_using] = ACTIONS(3116), + [anon_sym_static_assert] = ACTIONS(3116), + }, + [1953] = { + [sym_identifier] = ACTIONS(3183), + [aux_sym_preproc_def_token1] = ACTIONS(3183), + [aux_sym_preproc_if_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3183), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3183), + [sym_preproc_directive] = ACTIONS(3183), + [anon_sym_LPAREN2] = ACTIONS(3185), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_SEMI] = ACTIONS(3185), + [anon_sym___extension__] = ACTIONS(3183), + [anon_sym_typedef] = ACTIONS(3183), + [anon_sym_virtual] = ACTIONS(3183), + [anon_sym_extern] = ACTIONS(3183), + [anon_sym___attribute__] = ACTIONS(3183), + [anon_sym___attribute] = ACTIONS(3183), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3185), + [anon_sym___declspec] = ACTIONS(3183), + [anon_sym___based] = ACTIONS(3183), + [anon_sym_RBRACE] = ACTIONS(3185), + [anon_sym_signed] = ACTIONS(3183), + [anon_sym_unsigned] = ACTIONS(3183), + [anon_sym_long] = ACTIONS(3183), + [anon_sym_short] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_static] = ACTIONS(3183), + [anon_sym_register] = ACTIONS(3183), + [anon_sym_inline] = ACTIONS(3183), + [anon_sym___inline] = ACTIONS(3183), + [anon_sym___inline__] = ACTIONS(3183), + [anon_sym___forceinline] = ACTIONS(3183), + [anon_sym_thread_local] = ACTIONS(3183), + [anon_sym___thread] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_constexpr] = ACTIONS(3183), + [anon_sym_volatile] = ACTIONS(3183), + [anon_sym_restrict] = ACTIONS(3183), + [anon_sym___restrict__] = ACTIONS(3183), + [anon_sym__Atomic] = ACTIONS(3183), + [anon_sym__Noreturn] = ACTIONS(3183), + [anon_sym_noreturn] = ACTIONS(3183), + [anon_sym__Nonnull] = ACTIONS(3183), + [anon_sym_mutable] = ACTIONS(3183), + [anon_sym_constinit] = ACTIONS(3183), + [anon_sym_consteval] = ACTIONS(3183), + [anon_sym_PROGMEM] = ACTIONS(3183), + [anon_sym_alignas] = ACTIONS(3183), + [anon_sym__Alignas] = ACTIONS(3183), + [aux_sym_primitive_type_token1] = ACTIONS(3183), + [anon_sym_byte] = ACTIONS(3183), + [anon_sym_word] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_class] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3183), + [anon_sym_decltype] = ACTIONS(3183), + [anon_sym_explicit] = ACTIONS(3183), + [anon_sym_typename] = ACTIONS(3183), + [anon_sym_template] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3183), + [anon_sym_friend] = ACTIONS(3183), + [anon_sym_public] = ACTIONS(3183), + [anon_sym_private] = ACTIONS(3183), + [anon_sym_protected] = ACTIONS(3183), + [anon_sym_using] = ACTIONS(3183), + [anon_sym_static_assert] = ACTIONS(3183), + }, + [1954] = { + [sym_identifier] = ACTIONS(3187), + [aux_sym_preproc_def_token1] = ACTIONS(3187), + [aux_sym_preproc_if_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3187), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3187), + [sym_preproc_directive] = ACTIONS(3187), + [anon_sym_LPAREN2] = ACTIONS(3189), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_SEMI] = ACTIONS(3189), + [anon_sym___extension__] = ACTIONS(3187), + [anon_sym_typedef] = ACTIONS(3187), + [anon_sym_virtual] = ACTIONS(3187), + [anon_sym_extern] = ACTIONS(3187), + [anon_sym___attribute__] = ACTIONS(3187), + [anon_sym___attribute] = ACTIONS(3187), + [anon_sym_COLON_COLON] = ACTIONS(3189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3189), + [anon_sym___declspec] = ACTIONS(3187), + [anon_sym___based] = ACTIONS(3187), + [anon_sym_RBRACE] = ACTIONS(3189), + [anon_sym_signed] = ACTIONS(3187), + [anon_sym_unsigned] = ACTIONS(3187), + [anon_sym_long] = ACTIONS(3187), + [anon_sym_short] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3187), + [anon_sym_static] = ACTIONS(3187), + [anon_sym_register] = ACTIONS(3187), + [anon_sym_inline] = ACTIONS(3187), + [anon_sym___inline] = ACTIONS(3187), + [anon_sym___inline__] = ACTIONS(3187), + [anon_sym___forceinline] = ACTIONS(3187), + [anon_sym_thread_local] = ACTIONS(3187), + [anon_sym___thread] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_constexpr] = ACTIONS(3187), + [anon_sym_volatile] = ACTIONS(3187), + [anon_sym_restrict] = ACTIONS(3187), + [anon_sym___restrict__] = ACTIONS(3187), + [anon_sym__Atomic] = ACTIONS(3187), + [anon_sym__Noreturn] = ACTIONS(3187), + [anon_sym_noreturn] = ACTIONS(3187), + [anon_sym__Nonnull] = ACTIONS(3187), + [anon_sym_mutable] = ACTIONS(3187), + [anon_sym_constinit] = ACTIONS(3187), + [anon_sym_consteval] = ACTIONS(3187), + [anon_sym_PROGMEM] = ACTIONS(3187), + [anon_sym_alignas] = ACTIONS(3187), + [anon_sym__Alignas] = ACTIONS(3187), + [aux_sym_primitive_type_token1] = ACTIONS(3187), + [anon_sym_byte] = ACTIONS(3187), + [anon_sym_word] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_class] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3187), + [anon_sym_decltype] = ACTIONS(3187), + [anon_sym_explicit] = ACTIONS(3187), + [anon_sym_typename] = ACTIONS(3187), + [anon_sym_template] = ACTIONS(3187), + [anon_sym_operator] = ACTIONS(3187), + [anon_sym_friend] = ACTIONS(3187), + [anon_sym_public] = ACTIONS(3187), + [anon_sym_private] = ACTIONS(3187), + [anon_sym_protected] = ACTIONS(3187), + [anon_sym_using] = ACTIONS(3187), + [anon_sym_static_assert] = ACTIONS(3187), + }, + [1955] = { + [sym_identifier] = ACTIONS(3191), + [aux_sym_preproc_def_token1] = ACTIONS(3191), + [aux_sym_preproc_if_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3191), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3191), + [sym_preproc_directive] = ACTIONS(3191), + [anon_sym_LPAREN2] = ACTIONS(3193), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_SEMI] = ACTIONS(3193), + [anon_sym___extension__] = ACTIONS(3191), + [anon_sym_typedef] = ACTIONS(3191), + [anon_sym_virtual] = ACTIONS(3191), + [anon_sym_extern] = ACTIONS(3191), + [anon_sym___attribute__] = ACTIONS(3191), + [anon_sym___attribute] = ACTIONS(3191), + [anon_sym_COLON_COLON] = ACTIONS(3193), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3193), + [anon_sym___declspec] = ACTIONS(3191), + [anon_sym___based] = ACTIONS(3191), + [anon_sym_RBRACE] = ACTIONS(3193), + [anon_sym_signed] = ACTIONS(3191), + [anon_sym_unsigned] = ACTIONS(3191), + [anon_sym_long] = ACTIONS(3191), + [anon_sym_short] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3191), + [anon_sym_static] = ACTIONS(3191), + [anon_sym_register] = ACTIONS(3191), + [anon_sym_inline] = ACTIONS(3191), + [anon_sym___inline] = ACTIONS(3191), + [anon_sym___inline__] = ACTIONS(3191), + [anon_sym___forceinline] = ACTIONS(3191), + [anon_sym_thread_local] = ACTIONS(3191), + [anon_sym___thread] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_constexpr] = ACTIONS(3191), + [anon_sym_volatile] = ACTIONS(3191), + [anon_sym_restrict] = ACTIONS(3191), + [anon_sym___restrict__] = ACTIONS(3191), + [anon_sym__Atomic] = ACTIONS(3191), + [anon_sym__Noreturn] = ACTIONS(3191), + [anon_sym_noreturn] = ACTIONS(3191), + [anon_sym__Nonnull] = ACTIONS(3191), + [anon_sym_mutable] = ACTIONS(3191), + [anon_sym_constinit] = ACTIONS(3191), + [anon_sym_consteval] = ACTIONS(3191), + [anon_sym_PROGMEM] = ACTIONS(3191), + [anon_sym_alignas] = ACTIONS(3191), + [anon_sym__Alignas] = ACTIONS(3191), + [aux_sym_primitive_type_token1] = ACTIONS(3191), + [anon_sym_byte] = ACTIONS(3191), + [anon_sym_word] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_class] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3191), + [anon_sym_decltype] = ACTIONS(3191), + [anon_sym_explicit] = ACTIONS(3191), + [anon_sym_typename] = ACTIONS(3191), + [anon_sym_template] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3191), + [anon_sym_friend] = ACTIONS(3191), + [anon_sym_public] = ACTIONS(3191), + [anon_sym_private] = ACTIONS(3191), + [anon_sym_protected] = ACTIONS(3191), + [anon_sym_using] = ACTIONS(3191), + [anon_sym_static_assert] = ACTIONS(3191), + }, + [1956] = { + [sym_identifier] = ACTIONS(3195), + [aux_sym_preproc_def_token1] = ACTIONS(3195), + [aux_sym_preproc_if_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3195), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3195), + [sym_preproc_directive] = ACTIONS(3195), + [anon_sym_LPAREN2] = ACTIONS(3197), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_SEMI] = ACTIONS(3197), + [anon_sym___extension__] = ACTIONS(3195), + [anon_sym_typedef] = ACTIONS(3195), + [anon_sym_virtual] = ACTIONS(3195), + [anon_sym_extern] = ACTIONS(3195), + [anon_sym___attribute__] = ACTIONS(3195), + [anon_sym___attribute] = ACTIONS(3195), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3197), + [anon_sym___declspec] = ACTIONS(3195), + [anon_sym___based] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3197), + [anon_sym_signed] = ACTIONS(3195), + [anon_sym_unsigned] = ACTIONS(3195), + [anon_sym_long] = ACTIONS(3195), + [anon_sym_short] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3195), + [anon_sym_static] = ACTIONS(3195), + [anon_sym_register] = ACTIONS(3195), + [anon_sym_inline] = ACTIONS(3195), + [anon_sym___inline] = ACTIONS(3195), + [anon_sym___inline__] = ACTIONS(3195), + [anon_sym___forceinline] = ACTIONS(3195), + [anon_sym_thread_local] = ACTIONS(3195), + [anon_sym___thread] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_constexpr] = ACTIONS(3195), + [anon_sym_volatile] = ACTIONS(3195), + [anon_sym_restrict] = ACTIONS(3195), + [anon_sym___restrict__] = ACTIONS(3195), + [anon_sym__Atomic] = ACTIONS(3195), + [anon_sym__Noreturn] = ACTIONS(3195), + [anon_sym_noreturn] = ACTIONS(3195), + [anon_sym__Nonnull] = ACTIONS(3195), + [anon_sym_mutable] = ACTIONS(3195), + [anon_sym_constinit] = ACTIONS(3195), + [anon_sym_consteval] = ACTIONS(3195), + [anon_sym_PROGMEM] = ACTIONS(3195), + [anon_sym_alignas] = ACTIONS(3195), + [anon_sym__Alignas] = ACTIONS(3195), + [aux_sym_primitive_type_token1] = ACTIONS(3195), + [anon_sym_byte] = ACTIONS(3195), + [anon_sym_word] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_class] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3195), + [anon_sym_decltype] = ACTIONS(3195), + [anon_sym_explicit] = ACTIONS(3195), + [anon_sym_typename] = ACTIONS(3195), + [anon_sym_template] = ACTIONS(3195), + [anon_sym_operator] = ACTIONS(3195), + [anon_sym_friend] = ACTIONS(3195), + [anon_sym_public] = ACTIONS(3195), + [anon_sym_private] = ACTIONS(3195), + [anon_sym_protected] = ACTIONS(3195), + [anon_sym_using] = ACTIONS(3195), + [anon_sym_static_assert] = ACTIONS(3195), + }, + [1957] = { + [sym_identifier] = ACTIONS(3203), + [aux_sym_preproc_def_token1] = ACTIONS(3203), + [aux_sym_preproc_if_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3203), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3203), + [sym_preproc_directive] = ACTIONS(3203), + [anon_sym_LPAREN2] = ACTIONS(3205), + [anon_sym_TILDE] = ACTIONS(3205), + [anon_sym_STAR] = ACTIONS(3205), + [anon_sym_AMP_AMP] = ACTIONS(3205), + [anon_sym_AMP] = ACTIONS(3203), + [anon_sym_SEMI] = ACTIONS(3205), + [anon_sym___extension__] = ACTIONS(3203), + [anon_sym_typedef] = ACTIONS(3203), + [anon_sym_virtual] = ACTIONS(3203), + [anon_sym_extern] = ACTIONS(3203), + [anon_sym___attribute__] = ACTIONS(3203), + [anon_sym___attribute] = ACTIONS(3203), + [anon_sym_COLON_COLON] = ACTIONS(3205), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3205), + [anon_sym___declspec] = ACTIONS(3203), + [anon_sym___based] = ACTIONS(3203), + [anon_sym_RBRACE] = ACTIONS(3205), + [anon_sym_signed] = ACTIONS(3203), + [anon_sym_unsigned] = ACTIONS(3203), + [anon_sym_long] = ACTIONS(3203), + [anon_sym_short] = ACTIONS(3203), + [anon_sym_LBRACK] = ACTIONS(3203), + [anon_sym_static] = ACTIONS(3203), + [anon_sym_register] = ACTIONS(3203), + [anon_sym_inline] = ACTIONS(3203), + [anon_sym___inline] = ACTIONS(3203), + [anon_sym___inline__] = ACTIONS(3203), + [anon_sym___forceinline] = ACTIONS(3203), + [anon_sym_thread_local] = ACTIONS(3203), + [anon_sym___thread] = ACTIONS(3203), + [anon_sym_const] = ACTIONS(3203), + [anon_sym_constexpr] = ACTIONS(3203), + [anon_sym_volatile] = ACTIONS(3203), + [anon_sym_restrict] = ACTIONS(3203), + [anon_sym___restrict__] = ACTIONS(3203), + [anon_sym__Atomic] = ACTIONS(3203), + [anon_sym__Noreturn] = ACTIONS(3203), + [anon_sym_noreturn] = ACTIONS(3203), + [anon_sym__Nonnull] = ACTIONS(3203), + [anon_sym_mutable] = ACTIONS(3203), + [anon_sym_constinit] = ACTIONS(3203), + [anon_sym_consteval] = ACTIONS(3203), + [anon_sym_PROGMEM] = ACTIONS(3203), + [anon_sym_alignas] = ACTIONS(3203), + [anon_sym__Alignas] = ACTIONS(3203), + [aux_sym_primitive_type_token1] = ACTIONS(3203), + [anon_sym_byte] = ACTIONS(3203), + [anon_sym_word] = ACTIONS(3203), + [anon_sym_enum] = ACTIONS(3203), + [anon_sym_class] = ACTIONS(3203), + [anon_sym_struct] = ACTIONS(3203), + [anon_sym_union] = ACTIONS(3203), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3203), + [anon_sym_decltype] = ACTIONS(3203), + [anon_sym_explicit] = ACTIONS(3203), + [anon_sym_typename] = ACTIONS(3203), + [anon_sym_template] = ACTIONS(3203), + [anon_sym_operator] = ACTIONS(3203), + [anon_sym_friend] = ACTIONS(3203), + [anon_sym_public] = ACTIONS(3203), + [anon_sym_private] = ACTIONS(3203), + [anon_sym_protected] = ACTIONS(3203), + [anon_sym_using] = ACTIONS(3203), + [anon_sym_static_assert] = ACTIONS(3203), + }, + [1958] = { + [sym_identifier] = ACTIONS(3207), + [aux_sym_preproc_def_token1] = ACTIONS(3207), + [aux_sym_preproc_if_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3207), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3207), + [sym_preproc_directive] = ACTIONS(3207), + [anon_sym_LPAREN2] = ACTIONS(3209), + [anon_sym_TILDE] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3209), + [anon_sym_AMP_AMP] = ACTIONS(3209), + [anon_sym_AMP] = ACTIONS(3207), + [anon_sym_SEMI] = ACTIONS(3209), + [anon_sym___extension__] = ACTIONS(3207), + [anon_sym_typedef] = ACTIONS(3207), + [anon_sym_virtual] = ACTIONS(3207), + [anon_sym_extern] = ACTIONS(3207), + [anon_sym___attribute__] = ACTIONS(3207), + [anon_sym___attribute] = ACTIONS(3207), + [anon_sym_COLON_COLON] = ACTIONS(3209), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3209), + [anon_sym___declspec] = ACTIONS(3207), + [anon_sym___based] = ACTIONS(3207), + [anon_sym_RBRACE] = ACTIONS(3209), + [anon_sym_signed] = ACTIONS(3207), + [anon_sym_unsigned] = ACTIONS(3207), + [anon_sym_long] = ACTIONS(3207), + [anon_sym_short] = ACTIONS(3207), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_static] = ACTIONS(3207), + [anon_sym_register] = ACTIONS(3207), + [anon_sym_inline] = ACTIONS(3207), + [anon_sym___inline] = ACTIONS(3207), + [anon_sym___inline__] = ACTIONS(3207), + [anon_sym___forceinline] = ACTIONS(3207), + [anon_sym_thread_local] = ACTIONS(3207), + [anon_sym___thread] = ACTIONS(3207), + [anon_sym_const] = ACTIONS(3207), + [anon_sym_constexpr] = ACTIONS(3207), + [anon_sym_volatile] = ACTIONS(3207), + [anon_sym_restrict] = ACTIONS(3207), + [anon_sym___restrict__] = ACTIONS(3207), + [anon_sym__Atomic] = ACTIONS(3207), + [anon_sym__Noreturn] = ACTIONS(3207), + [anon_sym_noreturn] = ACTIONS(3207), + [anon_sym__Nonnull] = ACTIONS(3207), + [anon_sym_mutable] = ACTIONS(3207), + [anon_sym_constinit] = ACTIONS(3207), + [anon_sym_consteval] = ACTIONS(3207), + [anon_sym_PROGMEM] = ACTIONS(3207), + [anon_sym_alignas] = ACTIONS(3207), + [anon_sym__Alignas] = ACTIONS(3207), + [aux_sym_primitive_type_token1] = ACTIONS(3207), + [anon_sym_byte] = ACTIONS(3207), + [anon_sym_word] = ACTIONS(3207), + [anon_sym_enum] = ACTIONS(3207), + [anon_sym_class] = ACTIONS(3207), + [anon_sym_struct] = ACTIONS(3207), + [anon_sym_union] = ACTIONS(3207), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3207), + [anon_sym_decltype] = ACTIONS(3207), + [anon_sym_explicit] = ACTIONS(3207), + [anon_sym_typename] = ACTIONS(3207), + [anon_sym_template] = ACTIONS(3207), + [anon_sym_operator] = ACTIONS(3207), + [anon_sym_friend] = ACTIONS(3207), + [anon_sym_public] = ACTIONS(3207), + [anon_sym_private] = ACTIONS(3207), + [anon_sym_protected] = ACTIONS(3207), + [anon_sym_using] = ACTIONS(3207), + [anon_sym_static_assert] = ACTIONS(3207), + }, + [1959] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + }, + [1960] = { + [sym_identifier] = ACTIONS(2813), + [aux_sym_preproc_def_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token1] = ACTIONS(2813), + [aux_sym_preproc_if_token2] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2813), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2813), + [sym_preproc_directive] = ACTIONS(2813), + [anon_sym_LPAREN2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2813), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym___extension__] = ACTIONS(2813), + [anon_sym_typedef] = ACTIONS(2813), + [anon_sym_virtual] = ACTIONS(2813), + [anon_sym_extern] = ACTIONS(2813), + [anon_sym___attribute__] = ACTIONS(2813), + [anon_sym___attribute] = ACTIONS(2813), + [anon_sym_COLON_COLON] = ACTIONS(2815), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2815), + [anon_sym___declspec] = ACTIONS(2813), + [anon_sym___based] = ACTIONS(2813), + [anon_sym_signed] = ACTIONS(2813), + [anon_sym_unsigned] = ACTIONS(2813), + [anon_sym_long] = ACTIONS(2813), + [anon_sym_short] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_static] = ACTIONS(2813), + [anon_sym_register] = ACTIONS(2813), + [anon_sym_inline] = ACTIONS(2813), + [anon_sym___inline] = ACTIONS(2813), + [anon_sym___inline__] = ACTIONS(2813), + [anon_sym___forceinline] = ACTIONS(2813), + [anon_sym_thread_local] = ACTIONS(2813), + [anon_sym___thread] = ACTIONS(2813), + [anon_sym_const] = ACTIONS(2813), + [anon_sym_constexpr] = ACTIONS(2813), + [anon_sym_volatile] = ACTIONS(2813), + [anon_sym_restrict] = ACTIONS(2813), + [anon_sym___restrict__] = ACTIONS(2813), + [anon_sym__Atomic] = ACTIONS(2813), + [anon_sym__Noreturn] = ACTIONS(2813), + [anon_sym_noreturn] = ACTIONS(2813), + [anon_sym__Nonnull] = ACTIONS(2813), + [anon_sym_mutable] = ACTIONS(2813), + [anon_sym_constinit] = ACTIONS(2813), + [anon_sym_consteval] = ACTIONS(2813), + [anon_sym_PROGMEM] = ACTIONS(2813), + [anon_sym_alignas] = ACTIONS(2813), + [anon_sym__Alignas] = ACTIONS(2813), + [aux_sym_primitive_type_token1] = ACTIONS(2813), + [anon_sym_byte] = ACTIONS(2813), + [anon_sym_word] = ACTIONS(2813), + [anon_sym_enum] = ACTIONS(2813), + [anon_sym_class] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2813), + [anon_sym_union] = ACTIONS(2813), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2813), + [anon_sym_decltype] = ACTIONS(2813), + [anon_sym_explicit] = ACTIONS(2813), + [anon_sym_typename] = ACTIONS(2813), + [anon_sym_template] = ACTIONS(2813), + [anon_sym_operator] = ACTIONS(2813), + [anon_sym_friend] = ACTIONS(2813), + [anon_sym_public] = ACTIONS(2813), + [anon_sym_private] = ACTIONS(2813), + [anon_sym_protected] = ACTIONS(2813), + [anon_sym_using] = ACTIONS(2813), + [anon_sym_static_assert] = ACTIONS(2813), + }, + [1961] = { + [sym_identifier] = ACTIONS(2829), + [aux_sym_preproc_def_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token1] = ACTIONS(2829), + [aux_sym_preproc_if_token2] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2829), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2829), + [sym_preproc_directive] = ACTIONS(2829), + [anon_sym_LPAREN2] = ACTIONS(2831), + [anon_sym_TILDE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(2831), + [anon_sym_AMP_AMP] = ACTIONS(2831), + [anon_sym_AMP] = ACTIONS(2829), + [anon_sym_SEMI] = ACTIONS(2831), + [anon_sym___extension__] = ACTIONS(2829), + [anon_sym_typedef] = ACTIONS(2829), + [anon_sym_virtual] = ACTIONS(2829), + [anon_sym_extern] = ACTIONS(2829), + [anon_sym___attribute__] = ACTIONS(2829), + [anon_sym___attribute] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2831), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2831), + [anon_sym___declspec] = ACTIONS(2829), + [anon_sym___based] = ACTIONS(2829), + [anon_sym_signed] = ACTIONS(2829), + [anon_sym_unsigned] = ACTIONS(2829), + [anon_sym_long] = ACTIONS(2829), + [anon_sym_short] = ACTIONS(2829), + [anon_sym_LBRACK] = ACTIONS(2829), + [anon_sym_static] = ACTIONS(2829), + [anon_sym_register] = ACTIONS(2829), + [anon_sym_inline] = ACTIONS(2829), + [anon_sym___inline] = ACTIONS(2829), + [anon_sym___inline__] = ACTIONS(2829), + [anon_sym___forceinline] = ACTIONS(2829), + [anon_sym_thread_local] = ACTIONS(2829), + [anon_sym___thread] = ACTIONS(2829), + [anon_sym_const] = ACTIONS(2829), + [anon_sym_constexpr] = ACTIONS(2829), + [anon_sym_volatile] = ACTIONS(2829), + [anon_sym_restrict] = ACTIONS(2829), + [anon_sym___restrict__] = ACTIONS(2829), + [anon_sym__Atomic] = ACTIONS(2829), + [anon_sym__Noreturn] = ACTIONS(2829), + [anon_sym_noreturn] = ACTIONS(2829), + [anon_sym__Nonnull] = ACTIONS(2829), + [anon_sym_mutable] = ACTIONS(2829), + [anon_sym_constinit] = ACTIONS(2829), + [anon_sym_consteval] = ACTIONS(2829), + [anon_sym_PROGMEM] = ACTIONS(2829), + [anon_sym_alignas] = ACTIONS(2829), + [anon_sym__Alignas] = ACTIONS(2829), + [aux_sym_primitive_type_token1] = ACTIONS(2829), + [anon_sym_byte] = ACTIONS(2829), + [anon_sym_word] = ACTIONS(2829), + [anon_sym_enum] = ACTIONS(2829), + [anon_sym_class] = ACTIONS(2829), + [anon_sym_struct] = ACTIONS(2829), + [anon_sym_union] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2829), + [anon_sym_decltype] = ACTIONS(2829), + [anon_sym_explicit] = ACTIONS(2829), + [anon_sym_typename] = ACTIONS(2829), + [anon_sym_template] = ACTIONS(2829), + [anon_sym_operator] = ACTIONS(2829), + [anon_sym_friend] = ACTIONS(2829), + [anon_sym_public] = ACTIONS(2829), + [anon_sym_private] = ACTIONS(2829), + [anon_sym_protected] = ACTIONS(2829), + [anon_sym_using] = ACTIONS(2829), + [anon_sym_static_assert] = ACTIONS(2829), + }, + [1962] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + }, + [1963] = { + [sym_identifier] = ACTIONS(2833), + [aux_sym_preproc_def_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token1] = ACTIONS(2833), + [aux_sym_preproc_if_token2] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2833), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2833), + [sym_preproc_directive] = ACTIONS(2833), + [anon_sym_LPAREN2] = ACTIONS(2835), + [anon_sym_TILDE] = ACTIONS(2835), + [anon_sym_STAR] = ACTIONS(2835), + [anon_sym_AMP_AMP] = ACTIONS(2835), + [anon_sym_AMP] = ACTIONS(2833), + [anon_sym_SEMI] = ACTIONS(2835), + [anon_sym___extension__] = ACTIONS(2833), + [anon_sym_typedef] = ACTIONS(2833), + [anon_sym_virtual] = ACTIONS(2833), + [anon_sym_extern] = ACTIONS(2833), + [anon_sym___attribute__] = ACTIONS(2833), + [anon_sym___attribute] = ACTIONS(2833), + [anon_sym_COLON_COLON] = ACTIONS(2835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2835), + [anon_sym___declspec] = ACTIONS(2833), + [anon_sym___based] = ACTIONS(2833), + [anon_sym_signed] = ACTIONS(2833), + [anon_sym_unsigned] = ACTIONS(2833), + [anon_sym_long] = ACTIONS(2833), + [anon_sym_short] = ACTIONS(2833), + [anon_sym_LBRACK] = ACTIONS(2833), + [anon_sym_static] = ACTIONS(2833), + [anon_sym_register] = ACTIONS(2833), + [anon_sym_inline] = ACTIONS(2833), + [anon_sym___inline] = ACTIONS(2833), + [anon_sym___inline__] = ACTIONS(2833), + [anon_sym___forceinline] = ACTIONS(2833), + [anon_sym_thread_local] = ACTIONS(2833), + [anon_sym___thread] = ACTIONS(2833), + [anon_sym_const] = ACTIONS(2833), + [anon_sym_constexpr] = ACTIONS(2833), + [anon_sym_volatile] = ACTIONS(2833), + [anon_sym_restrict] = ACTIONS(2833), + [anon_sym___restrict__] = ACTIONS(2833), + [anon_sym__Atomic] = ACTIONS(2833), + [anon_sym__Noreturn] = ACTIONS(2833), + [anon_sym_noreturn] = ACTIONS(2833), + [anon_sym__Nonnull] = ACTIONS(2833), + [anon_sym_mutable] = ACTIONS(2833), + [anon_sym_constinit] = ACTIONS(2833), + [anon_sym_consteval] = ACTIONS(2833), + [anon_sym_PROGMEM] = ACTIONS(2833), + [anon_sym_alignas] = ACTIONS(2833), + [anon_sym__Alignas] = ACTIONS(2833), + [aux_sym_primitive_type_token1] = ACTIONS(2833), + [anon_sym_byte] = ACTIONS(2833), + [anon_sym_word] = ACTIONS(2833), + [anon_sym_enum] = ACTIONS(2833), + [anon_sym_class] = ACTIONS(2833), + [anon_sym_struct] = ACTIONS(2833), + [anon_sym_union] = ACTIONS(2833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2833), + [anon_sym_decltype] = ACTIONS(2833), + [anon_sym_explicit] = ACTIONS(2833), + [anon_sym_typename] = ACTIONS(2833), + [anon_sym_template] = ACTIONS(2833), + [anon_sym_operator] = ACTIONS(2833), + [anon_sym_friend] = ACTIONS(2833), + [anon_sym_public] = ACTIONS(2833), + [anon_sym_private] = ACTIONS(2833), + [anon_sym_protected] = ACTIONS(2833), + [anon_sym_using] = ACTIONS(2833), + [anon_sym_static_assert] = ACTIONS(2833), + }, + [1964] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_friend] = ACTIONS(2817), + [anon_sym_public] = ACTIONS(2817), + [anon_sym_private] = ACTIONS(2817), + [anon_sym_protected] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + }, + [1965] = { + [sym_identifier] = ACTIONS(2865), + [aux_sym_preproc_def_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token1] = ACTIONS(2865), + [aux_sym_preproc_if_token2] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2865), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2865), + [sym_preproc_directive] = ACTIONS(2865), + [anon_sym_LPAREN2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2865), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym___extension__] = ACTIONS(2865), + [anon_sym_typedef] = ACTIONS(2865), + [anon_sym_virtual] = ACTIONS(2865), + [anon_sym_extern] = ACTIONS(2865), + [anon_sym___attribute__] = ACTIONS(2865), + [anon_sym___attribute] = ACTIONS(2865), + [anon_sym_COLON_COLON] = ACTIONS(2867), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2867), + [anon_sym___declspec] = ACTIONS(2865), + [anon_sym___based] = ACTIONS(2865), + [anon_sym_signed] = ACTIONS(2865), + [anon_sym_unsigned] = ACTIONS(2865), + [anon_sym_long] = ACTIONS(2865), + [anon_sym_short] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_static] = ACTIONS(2865), + [anon_sym_register] = ACTIONS(2865), + [anon_sym_inline] = ACTIONS(2865), + [anon_sym___inline] = ACTIONS(2865), + [anon_sym___inline__] = ACTIONS(2865), + [anon_sym___forceinline] = ACTIONS(2865), + [anon_sym_thread_local] = ACTIONS(2865), + [anon_sym___thread] = ACTIONS(2865), + [anon_sym_const] = ACTIONS(2865), + [anon_sym_constexpr] = ACTIONS(2865), + [anon_sym_volatile] = ACTIONS(2865), + [anon_sym_restrict] = ACTIONS(2865), + [anon_sym___restrict__] = ACTIONS(2865), + [anon_sym__Atomic] = ACTIONS(2865), + [anon_sym__Noreturn] = ACTIONS(2865), + [anon_sym_noreturn] = ACTIONS(2865), + [anon_sym__Nonnull] = ACTIONS(2865), + [anon_sym_mutable] = ACTIONS(2865), + [anon_sym_constinit] = ACTIONS(2865), + [anon_sym_consteval] = ACTIONS(2865), + [anon_sym_PROGMEM] = ACTIONS(2865), + [anon_sym_alignas] = ACTIONS(2865), + [anon_sym__Alignas] = ACTIONS(2865), + [aux_sym_primitive_type_token1] = ACTIONS(2865), + [anon_sym_byte] = ACTIONS(2865), + [anon_sym_word] = ACTIONS(2865), + [anon_sym_enum] = ACTIONS(2865), + [anon_sym_class] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2865), + [anon_sym_union] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2865), + [anon_sym_decltype] = ACTIONS(2865), + [anon_sym_explicit] = ACTIONS(2865), + [anon_sym_typename] = ACTIONS(2865), + [anon_sym_template] = ACTIONS(2865), + [anon_sym_operator] = ACTIONS(2865), + [anon_sym_friend] = ACTIONS(2865), + [anon_sym_public] = ACTIONS(2865), + [anon_sym_private] = ACTIONS(2865), + [anon_sym_protected] = ACTIONS(2865), + [anon_sym_using] = ACTIONS(2865), + [anon_sym_static_assert] = ACTIONS(2865), + }, + [1966] = { + [sym_type_qualifier] = STATE(1877), + [sym_alignas_qualifier] = STATE(2102), + [sym_primitive_type] = STATE(2207), + [aux_sym__type_definition_type_repeat1] = STATE(1877), + [aux_sym_sized_type_specifier_repeat1] = STATE(2188), + [sym_identifier] = ACTIONS(5693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_DASH] = ACTIONS(4934), + [anon_sym_PLUS] = ACTIONS(4934), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_SLASH] = ACTIONS(4934), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_CARET] = ACTIONS(4932), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_EQ_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4932), + [anon_sym_GT] = ACTIONS(4934), + [anon_sym_GT_EQ] = ACTIONS(4934), + [anon_sym_LT_EQ] = ACTIONS(4934), + [anon_sym_LT] = ACTIONS(4934), + [anon_sym_LT_LT] = ACTIONS(4932), + [anon_sym_GT_GT] = ACTIONS(4934), + [anon_sym___extension__] = ACTIONS(5683), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5695), + [anon_sym_unsigned] = ACTIONS(5695), + [anon_sym_long] = ACTIONS(5695), + [anon_sym_short] = ACTIONS(5695), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_const] = ACTIONS(5683), + [anon_sym_constexpr] = ACTIONS(5683), + [anon_sym_volatile] = ACTIONS(5683), + [anon_sym_restrict] = ACTIONS(5683), + [anon_sym___restrict__] = ACTIONS(5683), + [anon_sym__Atomic] = ACTIONS(5683), + [anon_sym__Noreturn] = ACTIONS(5683), + [anon_sym_noreturn] = ACTIONS(5683), + [anon_sym__Nonnull] = ACTIONS(5683), + [anon_sym_mutable] = ACTIONS(5683), + [anon_sym_constinit] = ACTIONS(5683), + [anon_sym_consteval] = ACTIONS(5683), + [anon_sym_PROGMEM] = ACTIONS(5683), + [anon_sym_alignas] = ACTIONS(5687), + [anon_sym__Alignas] = ACTIONS(5687), + [aux_sym_primitive_type_token1] = ACTIONS(2599), + [anon_sym_byte] = ACTIONS(2599), + [anon_sym_word] = ACTIONS(2599), + [anon_sym_QMARK] = ACTIONS(4932), + [anon_sym_LT_EQ_GT] = ACTIONS(4932), + [anon_sym_or] = ACTIONS(4934), + [anon_sym_and] = ACTIONS(4934), + [anon_sym_bitor] = ACTIONS(4934), + [anon_sym_xor] = ACTIONS(4934), + [anon_sym_bitand] = ACTIONS(4934), + [anon_sym_not_eq] = ACTIONS(4934), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DOT] = ACTIONS(4934), + [anon_sym_DOT_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), + [anon_sym_GT2] = ACTIONS(4932), + }, + [1967] = { + [sym_template_argument_list] = STATE(2088), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_RPAREN] = ACTIONS(4835), + [anon_sym_LPAREN2] = ACTIONS(4835), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4835), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4842), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(5697), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym___extension__] = ACTIONS(4838), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), - [anon_sym___declspec] = ACTIONS(4859), - [anon_sym___based] = ACTIONS(4859), - [anon_sym___cdecl] = ACTIONS(4859), - [anon_sym___clrcall] = ACTIONS(4859), - [anon_sym___stdcall] = ACTIONS(4859), - [anon_sym___fastcall] = ACTIONS(4859), - [anon_sym___thiscall] = ACTIONS(4859), - [anon_sym___vectorcall] = ACTIONS(4859), - [anon_sym_signed] = ACTIONS(4859), - [anon_sym_unsigned] = ACTIONS(4859), - [anon_sym_long] = ACTIONS(4859), - [anon_sym_short] = ACTIONS(4859), - [anon_sym_LBRACK] = ACTIONS(4859), - [anon_sym_static] = ACTIONS(4859), - [anon_sym_register] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym___inline] = ACTIONS(4859), - [anon_sym___inline__] = ACTIONS(4859), - [anon_sym___forceinline] = ACTIONS(4859), - [anon_sym_thread_local] = ACTIONS(4859), - [anon_sym___thread] = ACTIONS(4859), - [anon_sym_const] = ACTIONS(4859), - [anon_sym_constexpr] = ACTIONS(4859), - [anon_sym_volatile] = ACTIONS(4859), - [anon_sym_restrict] = ACTIONS(4859), - [anon_sym___restrict__] = ACTIONS(4859), - [anon_sym__Atomic] = ACTIONS(4859), - [anon_sym__Noreturn] = ACTIONS(4859), - [anon_sym_noreturn] = ACTIONS(4859), - [anon_sym__Nonnull] = ACTIONS(4859), - [anon_sym_mutable] = ACTIONS(4859), - [anon_sym_constinit] = ACTIONS(4859), - [anon_sym_consteval] = ACTIONS(4859), - [anon_sym_PROGMEM] = ACTIONS(4859), - [anon_sym_alignas] = ACTIONS(4859), - [anon_sym__Alignas] = ACTIONS(4859), - [aux_sym_primitive_type_token1] = ACTIONS(4859), - [anon_sym_byte] = ACTIONS(4859), - [anon_sym_word] = ACTIONS(4859), - [anon_sym_enum] = ACTIONS(4859), - [anon_sym_class] = ACTIONS(4859), - [anon_sym_struct] = ACTIONS(4859), - [anon_sym_union] = ACTIONS(4859), - [anon_sym_or] = ACTIONS(4859), - [anon_sym_and] = ACTIONS(4859), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_explicit] = ACTIONS(4859), - [anon_sym_typename] = ACTIONS(4859), - [anon_sym_template] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - [anon_sym_friend] = ACTIONS(4859), - [anon_sym_using] = ACTIONS(4859), - [anon_sym_concept] = ACTIONS(4859), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4835), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4838), + [anon_sym_volatile] = ACTIONS(4838), + [anon_sym_restrict] = ACTIONS(4838), + [anon_sym___restrict__] = ACTIONS(4838), + [anon_sym__Atomic] = ACTIONS(4838), + [anon_sym__Noreturn] = ACTIONS(4838), + [anon_sym_noreturn] = ACTIONS(4838), + [anon_sym__Nonnull] = ACTIONS(4838), + [anon_sym_mutable] = ACTIONS(4838), + [anon_sym_constinit] = ACTIONS(4838), + [anon_sym_consteval] = ACTIONS(4838), + [anon_sym_PROGMEM] = ACTIONS(4838), + [anon_sym_alignas] = ACTIONS(4838), + [anon_sym__Alignas] = ACTIONS(4838), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4833), + [anon_sym_or_eq] = ACTIONS(4833), + [anon_sym_xor_eq] = ACTIONS(4833), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4833), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4833), + [anon_sym_not_eq] = ACTIONS(4833), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4838), + [anon_sym_decltype] = ACTIONS(4838), }, - [2044] = { - [sym_identifier] = ACTIONS(5365), - [aux_sym_preproc_def_token1] = ACTIONS(5365), - [aux_sym_preproc_if_token1] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5365), - [sym_preproc_directive] = ACTIONS(5365), - [anon_sym_LPAREN2] = ACTIONS(5367), - [anon_sym_TILDE] = ACTIONS(5367), - [anon_sym_STAR] = ACTIONS(5367), - [anon_sym_AMP_AMP] = ACTIONS(5367), - [anon_sym_AMP] = ACTIONS(5365), - [anon_sym_SEMI] = ACTIONS(5367), - [anon_sym___extension__] = ACTIONS(5365), - [anon_sym_typedef] = ACTIONS(5365), - [anon_sym_virtual] = ACTIONS(5365), - [anon_sym_extern] = ACTIONS(5365), - [anon_sym___attribute__] = ACTIONS(5365), - [anon_sym___attribute] = ACTIONS(5365), - [anon_sym_COLON_COLON] = ACTIONS(5367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5367), - [anon_sym___declspec] = ACTIONS(5365), - [anon_sym___based] = ACTIONS(5365), - [anon_sym_RBRACE] = ACTIONS(5367), - [anon_sym_signed] = ACTIONS(5365), - [anon_sym_unsigned] = ACTIONS(5365), - [anon_sym_long] = ACTIONS(5365), - [anon_sym_short] = ACTIONS(5365), - [anon_sym_LBRACK] = ACTIONS(5365), - [anon_sym_static] = ACTIONS(5365), - [anon_sym_register] = ACTIONS(5365), - [anon_sym_inline] = ACTIONS(5365), - [anon_sym___inline] = ACTIONS(5365), - [anon_sym___inline__] = ACTIONS(5365), - [anon_sym___forceinline] = ACTIONS(5365), - [anon_sym_thread_local] = ACTIONS(5365), - [anon_sym___thread] = ACTIONS(5365), - [anon_sym_const] = ACTIONS(5365), - [anon_sym_constexpr] = ACTIONS(5365), - [anon_sym_volatile] = ACTIONS(5365), - [anon_sym_restrict] = ACTIONS(5365), - [anon_sym___restrict__] = ACTIONS(5365), - [anon_sym__Atomic] = ACTIONS(5365), - [anon_sym__Noreturn] = ACTIONS(5365), - [anon_sym_noreturn] = ACTIONS(5365), - [anon_sym__Nonnull] = ACTIONS(5365), - [anon_sym_mutable] = ACTIONS(5365), - [anon_sym_constinit] = ACTIONS(5365), - [anon_sym_consteval] = ACTIONS(5365), - [anon_sym_PROGMEM] = ACTIONS(5365), - [anon_sym_alignas] = ACTIONS(5365), - [anon_sym__Alignas] = ACTIONS(5365), - [aux_sym_primitive_type_token1] = ACTIONS(5365), - [anon_sym_byte] = ACTIONS(5365), - [anon_sym_word] = ACTIONS(5365), - [anon_sym_enum] = ACTIONS(5365), - [anon_sym_class] = ACTIONS(5365), - [anon_sym_struct] = ACTIONS(5365), - [anon_sym_union] = ACTIONS(5365), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5365), - [anon_sym_decltype] = ACTIONS(5365), - [anon_sym_explicit] = ACTIONS(5365), - [anon_sym_typename] = ACTIONS(5365), - [anon_sym_template] = ACTIONS(5365), - [anon_sym_operator] = ACTIONS(5365), - [anon_sym_friend] = ACTIONS(5365), - [anon_sym_public] = ACTIONS(5365), - [anon_sym_private] = ACTIONS(5365), - [anon_sym_protected] = ACTIONS(5365), - [anon_sym_using] = ACTIONS(5365), - [anon_sym_static_assert] = ACTIONS(5365), + [1968] = { + [sym_identifier] = ACTIONS(5516), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5518), + [anon_sym_COMMA] = ACTIONS(5518), + [anon_sym_RPAREN] = ACTIONS(5518), + [aux_sym_preproc_if_token2] = ACTIONS(5518), + [aux_sym_preproc_else_token1] = ACTIONS(5518), + [aux_sym_preproc_elif_token1] = ACTIONS(5516), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5518), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5518), + [anon_sym_LPAREN2] = ACTIONS(5518), + [anon_sym_DASH] = ACTIONS(5516), + [anon_sym_PLUS] = ACTIONS(5516), + [anon_sym_STAR] = ACTIONS(5518), + [anon_sym_SLASH] = ACTIONS(5516), + [anon_sym_PERCENT] = ACTIONS(5518), + [anon_sym_PIPE_PIPE] = ACTIONS(5518), + [anon_sym_AMP_AMP] = ACTIONS(5518), + [anon_sym_PIPE] = ACTIONS(5516), + [anon_sym_CARET] = ACTIONS(5518), + [anon_sym_AMP] = ACTIONS(5516), + [anon_sym_EQ_EQ] = ACTIONS(5518), + [anon_sym_BANG_EQ] = ACTIONS(5518), + [anon_sym_GT] = ACTIONS(5516), + [anon_sym_GT_EQ] = ACTIONS(5518), + [anon_sym_LT_EQ] = ACTIONS(5516), + [anon_sym_LT] = ACTIONS(5516), + [anon_sym_LT_LT] = ACTIONS(5518), + [anon_sym_GT_GT] = ACTIONS(5518), + [anon_sym_SEMI] = ACTIONS(5518), + [anon_sym___extension__] = ACTIONS(5516), + [anon_sym___attribute__] = ACTIONS(5516), + [anon_sym___attribute] = ACTIONS(5516), + [anon_sym_LBRACE] = ACTIONS(5518), + [anon_sym_RBRACE] = ACTIONS(5518), + [anon_sym_LBRACK] = ACTIONS(5518), + [anon_sym_RBRACK] = ACTIONS(5518), + [anon_sym_const] = ACTIONS(5516), + [anon_sym_constexpr] = ACTIONS(5516), + [anon_sym_volatile] = ACTIONS(5516), + [anon_sym_restrict] = ACTIONS(5516), + [anon_sym___restrict__] = ACTIONS(5516), + [anon_sym__Atomic] = ACTIONS(5516), + [anon_sym__Noreturn] = ACTIONS(5516), + [anon_sym_noreturn] = ACTIONS(5516), + [anon_sym__Nonnull] = ACTIONS(5516), + [anon_sym_mutable] = ACTIONS(5516), + [anon_sym_constinit] = ACTIONS(5516), + [anon_sym_consteval] = ACTIONS(5516), + [anon_sym_PROGMEM] = ACTIONS(5516), + [anon_sym_alignas] = ACTIONS(5516), + [anon_sym__Alignas] = ACTIONS(5516), + [anon_sym_COLON] = ACTIONS(5518), + [anon_sym_QMARK] = ACTIONS(5518), + [anon_sym_LT_EQ_GT] = ACTIONS(5518), + [anon_sym_or] = ACTIONS(5516), + [anon_sym_and] = ACTIONS(5516), + [anon_sym_bitor] = ACTIONS(5516), + [anon_sym_xor] = ACTIONS(5516), + [anon_sym_bitand] = ACTIONS(5516), + [anon_sym_not_eq] = ACTIONS(5516), + [anon_sym_DASH_DASH] = ACTIONS(5518), + [anon_sym_PLUS_PLUS] = ACTIONS(5518), + [anon_sym_DOT] = ACTIONS(5516), + [anon_sym_DOT_STAR] = ACTIONS(5518), + [anon_sym_DASH_GT] = ACTIONS(5518), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5516), + [anon_sym_decltype] = ACTIONS(5516), + [anon_sym_final] = ACTIONS(5516), + [anon_sym_override] = ACTIONS(5516), + [anon_sym_requires] = ACTIONS(5516), }, - [2045] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [sym_identifier] = ACTIONS(4996), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [aux_sym_preproc_if_token2] = ACTIONS(4999), - [aux_sym_preproc_else_token1] = ACTIONS(4999), - [aux_sym_preproc_elif_token1] = ACTIONS(4996), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4999), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4999), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4999), - [anon_sym_GT_GT] = ACTIONS(4999), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5229), - [anon_sym_unsigned] = ACTIONS(5229), - [anon_sym_long] = ACTIONS(5229), - [anon_sym_short] = ACTIONS(5229), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), + [1969] = { + [sym_identifier] = ACTIONS(2817), + [aux_sym_preproc_def_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token1] = ACTIONS(2817), + [aux_sym_preproc_if_token2] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2817), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2817), + [sym_preproc_directive] = ACTIONS(2817), + [anon_sym_LPAREN2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2817), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym___extension__] = ACTIONS(2817), + [anon_sym_typedef] = ACTIONS(2817), + [anon_sym_virtual] = ACTIONS(2817), + [anon_sym_extern] = ACTIONS(2817), + [anon_sym___attribute__] = ACTIONS(2817), + [anon_sym___attribute] = ACTIONS(2817), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2819), + [anon_sym___declspec] = ACTIONS(2817), + [anon_sym___based] = ACTIONS(2817), + [anon_sym_signed] = ACTIONS(2817), + [anon_sym_unsigned] = ACTIONS(2817), + [anon_sym_long] = ACTIONS(2817), + [anon_sym_short] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_static] = ACTIONS(2817), + [anon_sym_register] = ACTIONS(2817), + [anon_sym_inline] = ACTIONS(2817), + [anon_sym___inline] = ACTIONS(2817), + [anon_sym___inline__] = ACTIONS(2817), + [anon_sym___forceinline] = ACTIONS(2817), + [anon_sym_thread_local] = ACTIONS(2817), + [anon_sym___thread] = ACTIONS(2817), + [anon_sym_const] = ACTIONS(2817), + [anon_sym_constexpr] = ACTIONS(2817), + [anon_sym_volatile] = ACTIONS(2817), + [anon_sym_restrict] = ACTIONS(2817), + [anon_sym___restrict__] = ACTIONS(2817), + [anon_sym__Atomic] = ACTIONS(2817), + [anon_sym__Noreturn] = ACTIONS(2817), + [anon_sym_noreturn] = ACTIONS(2817), + [anon_sym__Nonnull] = ACTIONS(2817), + [anon_sym_mutable] = ACTIONS(2817), + [anon_sym_constinit] = ACTIONS(2817), + [anon_sym_consteval] = ACTIONS(2817), + [anon_sym_PROGMEM] = ACTIONS(2817), + [anon_sym_alignas] = ACTIONS(2817), + [anon_sym__Alignas] = ACTIONS(2817), + [aux_sym_primitive_type_token1] = ACTIONS(2817), + [anon_sym_byte] = ACTIONS(2817), + [anon_sym_word] = ACTIONS(2817), + [anon_sym_enum] = ACTIONS(2817), + [anon_sym_class] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2817), + [anon_sym_union] = ACTIONS(2817), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2817), + [anon_sym_decltype] = ACTIONS(2817), + [anon_sym_explicit] = ACTIONS(2817), + [anon_sym_typename] = ACTIONS(2817), + [anon_sym_template] = ACTIONS(2817), + [anon_sym_operator] = ACTIONS(2817), + [anon_sym_friend] = ACTIONS(2817), + [anon_sym_public] = ACTIONS(2817), + [anon_sym_private] = ACTIONS(2817), + [anon_sym_protected] = ACTIONS(2817), + [anon_sym_using] = ACTIONS(2817), + [anon_sym_static_assert] = ACTIONS(2817), + }, + [1970] = { + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token2] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_friend] = ACTIONS(2925), + [anon_sym_public] = ACTIONS(2925), + [anon_sym_private] = ACTIONS(2925), + [anon_sym_protected] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), }, - [2046] = { - [sym_identifier] = ACTIONS(5329), - [aux_sym_preproc_def_token1] = ACTIONS(5329), - [aux_sym_preproc_if_token1] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5329), - [sym_preproc_directive] = ACTIONS(5329), - [anon_sym_LPAREN2] = ACTIONS(5331), - [anon_sym_TILDE] = ACTIONS(5331), - [anon_sym_STAR] = ACTIONS(5331), - [anon_sym_AMP_AMP] = ACTIONS(5331), - [anon_sym_AMP] = ACTIONS(5329), - [anon_sym_SEMI] = ACTIONS(5331), - [anon_sym___extension__] = ACTIONS(5329), - [anon_sym_typedef] = ACTIONS(5329), - [anon_sym_virtual] = ACTIONS(5329), - [anon_sym_extern] = ACTIONS(5329), - [anon_sym___attribute__] = ACTIONS(5329), - [anon_sym___attribute] = ACTIONS(5329), - [anon_sym_COLON_COLON] = ACTIONS(5331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5331), - [anon_sym___declspec] = ACTIONS(5329), - [anon_sym___based] = ACTIONS(5329), - [anon_sym_RBRACE] = ACTIONS(5331), - [anon_sym_signed] = ACTIONS(5329), - [anon_sym_unsigned] = ACTIONS(5329), - [anon_sym_long] = ACTIONS(5329), - [anon_sym_short] = ACTIONS(5329), - [anon_sym_LBRACK] = ACTIONS(5329), - [anon_sym_static] = ACTIONS(5329), - [anon_sym_register] = ACTIONS(5329), - [anon_sym_inline] = ACTIONS(5329), - [anon_sym___inline] = ACTIONS(5329), - [anon_sym___inline__] = ACTIONS(5329), - [anon_sym___forceinline] = ACTIONS(5329), - [anon_sym_thread_local] = ACTIONS(5329), - [anon_sym___thread] = ACTIONS(5329), - [anon_sym_const] = ACTIONS(5329), - [anon_sym_constexpr] = ACTIONS(5329), - [anon_sym_volatile] = ACTIONS(5329), - [anon_sym_restrict] = ACTIONS(5329), - [anon_sym___restrict__] = ACTIONS(5329), - [anon_sym__Atomic] = ACTIONS(5329), - [anon_sym__Noreturn] = ACTIONS(5329), - [anon_sym_noreturn] = ACTIONS(5329), - [anon_sym__Nonnull] = ACTIONS(5329), - [anon_sym_mutable] = ACTIONS(5329), - [anon_sym_constinit] = ACTIONS(5329), - [anon_sym_consteval] = ACTIONS(5329), - [anon_sym_PROGMEM] = ACTIONS(5329), - [anon_sym_alignas] = ACTIONS(5329), - [anon_sym__Alignas] = ACTIONS(5329), - [aux_sym_primitive_type_token1] = ACTIONS(5329), - [anon_sym_byte] = ACTIONS(5329), - [anon_sym_word] = ACTIONS(5329), - [anon_sym_enum] = ACTIONS(5329), - [anon_sym_class] = ACTIONS(5329), - [anon_sym_struct] = ACTIONS(5329), - [anon_sym_union] = ACTIONS(5329), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5329), - [anon_sym_decltype] = ACTIONS(5329), - [anon_sym_explicit] = ACTIONS(5329), - [anon_sym_typename] = ACTIONS(5329), - [anon_sym_template] = ACTIONS(5329), - [anon_sym_operator] = ACTIONS(5329), - [anon_sym_friend] = ACTIONS(5329), - [anon_sym_public] = ACTIONS(5329), - [anon_sym_private] = ACTIONS(5329), - [anon_sym_protected] = ACTIONS(5329), - [anon_sym_using] = ACTIONS(5329), - [anon_sym_static_assert] = ACTIONS(5329), + [1971] = { + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token2] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_friend] = ACTIONS(2837), + [anon_sym_public] = ACTIONS(2837), + [anon_sym_private] = ACTIONS(2837), + [anon_sym_protected] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), }, - [2047] = { - [sym_identifier] = ACTIONS(5333), - [aux_sym_preproc_def_token1] = ACTIONS(5333), - [aux_sym_preproc_if_token1] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5333), - [sym_preproc_directive] = ACTIONS(5333), - [anon_sym_LPAREN2] = ACTIONS(5335), - [anon_sym_TILDE] = ACTIONS(5335), - [anon_sym_STAR] = ACTIONS(5335), - [anon_sym_AMP_AMP] = ACTIONS(5335), - [anon_sym_AMP] = ACTIONS(5333), - [anon_sym_SEMI] = ACTIONS(5335), - [anon_sym___extension__] = ACTIONS(5333), - [anon_sym_typedef] = ACTIONS(5333), - [anon_sym_virtual] = ACTIONS(5333), - [anon_sym_extern] = ACTIONS(5333), - [anon_sym___attribute__] = ACTIONS(5333), - [anon_sym___attribute] = ACTIONS(5333), - [anon_sym_COLON_COLON] = ACTIONS(5335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5335), - [anon_sym___declspec] = ACTIONS(5333), - [anon_sym___based] = ACTIONS(5333), - [anon_sym_RBRACE] = ACTIONS(5335), - [anon_sym_signed] = ACTIONS(5333), - [anon_sym_unsigned] = ACTIONS(5333), - [anon_sym_long] = ACTIONS(5333), - [anon_sym_short] = ACTIONS(5333), - [anon_sym_LBRACK] = ACTIONS(5333), - [anon_sym_static] = ACTIONS(5333), - [anon_sym_register] = ACTIONS(5333), - [anon_sym_inline] = ACTIONS(5333), - [anon_sym___inline] = ACTIONS(5333), - [anon_sym___inline__] = ACTIONS(5333), - [anon_sym___forceinline] = ACTIONS(5333), - [anon_sym_thread_local] = ACTIONS(5333), - [anon_sym___thread] = ACTIONS(5333), - [anon_sym_const] = ACTIONS(5333), - [anon_sym_constexpr] = ACTIONS(5333), - [anon_sym_volatile] = ACTIONS(5333), - [anon_sym_restrict] = ACTIONS(5333), - [anon_sym___restrict__] = ACTIONS(5333), - [anon_sym__Atomic] = ACTIONS(5333), - [anon_sym__Noreturn] = ACTIONS(5333), - [anon_sym_noreturn] = ACTIONS(5333), - [anon_sym__Nonnull] = ACTIONS(5333), - [anon_sym_mutable] = ACTIONS(5333), - [anon_sym_constinit] = ACTIONS(5333), - [anon_sym_consteval] = ACTIONS(5333), - [anon_sym_PROGMEM] = ACTIONS(5333), - [anon_sym_alignas] = ACTIONS(5333), - [anon_sym__Alignas] = ACTIONS(5333), - [aux_sym_primitive_type_token1] = ACTIONS(5333), - [anon_sym_byte] = ACTIONS(5333), - [anon_sym_word] = ACTIONS(5333), - [anon_sym_enum] = ACTIONS(5333), - [anon_sym_class] = ACTIONS(5333), - [anon_sym_struct] = ACTIONS(5333), - [anon_sym_union] = ACTIONS(5333), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5333), - [anon_sym_decltype] = ACTIONS(5333), - [anon_sym_explicit] = ACTIONS(5333), - [anon_sym_typename] = ACTIONS(5333), - [anon_sym_template] = ACTIONS(5333), - [anon_sym_operator] = ACTIONS(5333), - [anon_sym_friend] = ACTIONS(5333), - [anon_sym_public] = ACTIONS(5333), - [anon_sym_private] = ACTIONS(5333), - [anon_sym_protected] = ACTIONS(5333), - [anon_sym_using] = ACTIONS(5333), - [anon_sym_static_assert] = ACTIONS(5333), + [1972] = { + [sym_identifier] = ACTIONS(3084), + [aux_sym_preproc_def_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token1] = ACTIONS(3084), + [aux_sym_preproc_if_token2] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), + [sym_preproc_directive] = ACTIONS(3084), + [anon_sym_LPAREN2] = ACTIONS(3086), + [anon_sym_TILDE] = ACTIONS(3086), + [anon_sym_STAR] = ACTIONS(3086), + [anon_sym_AMP_AMP] = ACTIONS(3086), + [anon_sym_AMP] = ACTIONS(3084), + [anon_sym_SEMI] = ACTIONS(3086), + [anon_sym___extension__] = ACTIONS(3084), + [anon_sym_typedef] = ACTIONS(3084), + [anon_sym_virtual] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3084), + [anon_sym___attribute__] = ACTIONS(3084), + [anon_sym___attribute] = ACTIONS(3084), + [anon_sym_COLON_COLON] = ACTIONS(3086), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), + [anon_sym___declspec] = ACTIONS(3084), + [anon_sym___based] = ACTIONS(3084), + [anon_sym_signed] = ACTIONS(3084), + [anon_sym_unsigned] = ACTIONS(3084), + [anon_sym_long] = ACTIONS(3084), + [anon_sym_short] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3084), + [anon_sym_register] = ACTIONS(3084), + [anon_sym_inline] = ACTIONS(3084), + [anon_sym___inline] = ACTIONS(3084), + [anon_sym___inline__] = ACTIONS(3084), + [anon_sym___forceinline] = ACTIONS(3084), + [anon_sym_thread_local] = ACTIONS(3084), + [anon_sym___thread] = ACTIONS(3084), + [anon_sym_const] = ACTIONS(3084), + [anon_sym_constexpr] = ACTIONS(3084), + [anon_sym_volatile] = ACTIONS(3084), + [anon_sym_restrict] = ACTIONS(3084), + [anon_sym___restrict__] = ACTIONS(3084), + [anon_sym__Atomic] = ACTIONS(3084), + [anon_sym__Noreturn] = ACTIONS(3084), + [anon_sym_noreturn] = ACTIONS(3084), + [anon_sym__Nonnull] = ACTIONS(3084), + [anon_sym_mutable] = ACTIONS(3084), + [anon_sym_constinit] = ACTIONS(3084), + [anon_sym_consteval] = ACTIONS(3084), + [anon_sym_PROGMEM] = ACTIONS(3084), + [anon_sym_alignas] = ACTIONS(3084), + [anon_sym__Alignas] = ACTIONS(3084), + [aux_sym_primitive_type_token1] = ACTIONS(3084), + [anon_sym_byte] = ACTIONS(3084), + [anon_sym_word] = ACTIONS(3084), + [anon_sym_enum] = ACTIONS(3084), + [anon_sym_class] = ACTIONS(3084), + [anon_sym_struct] = ACTIONS(3084), + [anon_sym_union] = ACTIONS(3084), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3084), + [anon_sym_decltype] = ACTIONS(3084), + [anon_sym_explicit] = ACTIONS(3084), + [anon_sym_typename] = ACTIONS(3084), + [anon_sym_template] = ACTIONS(3084), + [anon_sym_operator] = ACTIONS(3084), + [anon_sym_friend] = ACTIONS(3084), + [anon_sym_public] = ACTIONS(3084), + [anon_sym_private] = ACTIONS(3084), + [anon_sym_protected] = ACTIONS(3084), + [anon_sym_using] = ACTIONS(3084), + [anon_sym_static_assert] = ACTIONS(3084), }, - [2048] = { - [sym_identifier] = ACTIONS(3080), - [aux_sym_preproc_def_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token1] = ACTIONS(3080), - [aux_sym_preproc_if_token2] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3080), - [sym_preproc_directive] = ACTIONS(3080), - [anon_sym_LPAREN2] = ACTIONS(3082), - [anon_sym_TILDE] = ACTIONS(3082), - [anon_sym_STAR] = ACTIONS(3082), - [anon_sym_AMP_AMP] = ACTIONS(3082), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_SEMI] = ACTIONS(3082), - [anon_sym___extension__] = ACTIONS(3080), - [anon_sym_typedef] = ACTIONS(3080), - [anon_sym_virtual] = ACTIONS(3080), - [anon_sym_extern] = ACTIONS(3080), - [anon_sym___attribute__] = ACTIONS(3080), - [anon_sym___attribute] = ACTIONS(3080), - [anon_sym_COLON_COLON] = ACTIONS(3082), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3082), - [anon_sym___declspec] = ACTIONS(3080), - [anon_sym___based] = ACTIONS(3080), - [anon_sym_signed] = ACTIONS(3080), - [anon_sym_unsigned] = ACTIONS(3080), - [anon_sym_long] = ACTIONS(3080), - [anon_sym_short] = ACTIONS(3080), - [anon_sym_LBRACK] = ACTIONS(3080), - [anon_sym_static] = ACTIONS(3080), - [anon_sym_register] = ACTIONS(3080), - [anon_sym_inline] = ACTIONS(3080), - [anon_sym___inline] = ACTIONS(3080), - [anon_sym___inline__] = ACTIONS(3080), - [anon_sym___forceinline] = ACTIONS(3080), - [anon_sym_thread_local] = ACTIONS(3080), - [anon_sym___thread] = ACTIONS(3080), - [anon_sym_const] = ACTIONS(3080), - [anon_sym_constexpr] = ACTIONS(3080), - [anon_sym_volatile] = ACTIONS(3080), - [anon_sym_restrict] = ACTIONS(3080), - [anon_sym___restrict__] = ACTIONS(3080), - [anon_sym__Atomic] = ACTIONS(3080), - [anon_sym__Noreturn] = ACTIONS(3080), - [anon_sym_noreturn] = ACTIONS(3080), - [anon_sym__Nonnull] = ACTIONS(3080), - [anon_sym_mutable] = ACTIONS(3080), - [anon_sym_constinit] = ACTIONS(3080), - [anon_sym_consteval] = ACTIONS(3080), - [anon_sym_PROGMEM] = ACTIONS(3080), - [anon_sym_alignas] = ACTIONS(3080), - [anon_sym__Alignas] = ACTIONS(3080), - [aux_sym_primitive_type_token1] = ACTIONS(3080), - [anon_sym_byte] = ACTIONS(3080), - [anon_sym_word] = ACTIONS(3080), - [anon_sym_enum] = ACTIONS(3080), - [anon_sym_class] = ACTIONS(3080), - [anon_sym_struct] = ACTIONS(3080), - [anon_sym_union] = ACTIONS(3080), + [1973] = { + [sym_identifier] = ACTIONS(2869), + [aux_sym_preproc_def_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token1] = ACTIONS(2869), + [aux_sym_preproc_if_token2] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2869), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2869), + [sym_preproc_directive] = ACTIONS(2869), + [anon_sym_LPAREN2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2869), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym___extension__] = ACTIONS(2869), + [anon_sym_typedef] = ACTIONS(2869), + [anon_sym_virtual] = ACTIONS(2869), + [anon_sym_extern] = ACTIONS(2869), + [anon_sym___attribute__] = ACTIONS(2869), + [anon_sym___attribute] = ACTIONS(2869), + [anon_sym_COLON_COLON] = ACTIONS(2871), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2871), + [anon_sym___declspec] = ACTIONS(2869), + [anon_sym___based] = ACTIONS(2869), + [anon_sym_signed] = ACTIONS(2869), + [anon_sym_unsigned] = ACTIONS(2869), + [anon_sym_long] = ACTIONS(2869), + [anon_sym_short] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_static] = ACTIONS(2869), + [anon_sym_register] = ACTIONS(2869), + [anon_sym_inline] = ACTIONS(2869), + [anon_sym___inline] = ACTIONS(2869), + [anon_sym___inline__] = ACTIONS(2869), + [anon_sym___forceinline] = ACTIONS(2869), + [anon_sym_thread_local] = ACTIONS(2869), + [anon_sym___thread] = ACTIONS(2869), + [anon_sym_const] = ACTIONS(2869), + [anon_sym_constexpr] = ACTIONS(2869), + [anon_sym_volatile] = ACTIONS(2869), + [anon_sym_restrict] = ACTIONS(2869), + [anon_sym___restrict__] = ACTIONS(2869), + [anon_sym__Atomic] = ACTIONS(2869), + [anon_sym__Noreturn] = ACTIONS(2869), + [anon_sym_noreturn] = ACTIONS(2869), + [anon_sym__Nonnull] = ACTIONS(2869), + [anon_sym_mutable] = ACTIONS(2869), + [anon_sym_constinit] = ACTIONS(2869), + [anon_sym_consteval] = ACTIONS(2869), + [anon_sym_PROGMEM] = ACTIONS(2869), + [anon_sym_alignas] = ACTIONS(2869), + [anon_sym__Alignas] = ACTIONS(2869), + [aux_sym_primitive_type_token1] = ACTIONS(2869), + [anon_sym_byte] = ACTIONS(2869), + [anon_sym_word] = ACTIONS(2869), + [anon_sym_enum] = ACTIONS(2869), + [anon_sym_class] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2869), + [anon_sym_union] = ACTIONS(2869), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3080), - [anon_sym_decltype] = ACTIONS(3080), - [anon_sym_explicit] = ACTIONS(3080), - [anon_sym_typename] = ACTIONS(3080), - [anon_sym_template] = ACTIONS(3080), - [anon_sym_operator] = ACTIONS(3080), - [anon_sym_friend] = ACTIONS(3080), - [anon_sym_public] = ACTIONS(3080), - [anon_sym_private] = ACTIONS(3080), - [anon_sym_protected] = ACTIONS(3080), - [anon_sym_using] = ACTIONS(3080), - [anon_sym_static_assert] = ACTIONS(3080), + [sym_auto] = ACTIONS(2869), + [anon_sym_decltype] = ACTIONS(2869), + [anon_sym_explicit] = ACTIONS(2869), + [anon_sym_typename] = ACTIONS(2869), + [anon_sym_template] = ACTIONS(2869), + [anon_sym_operator] = ACTIONS(2869), + [anon_sym_friend] = ACTIONS(2869), + [anon_sym_public] = ACTIONS(2869), + [anon_sym_private] = ACTIONS(2869), + [anon_sym_protected] = ACTIONS(2869), + [anon_sym_using] = ACTIONS(2869), + [anon_sym_static_assert] = ACTIONS(2869), }, - [2049] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_RPAREN] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4999), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4999), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4999), - [anon_sym_GT_GT] = ACTIONS(4999), - [anon_sym_SEMI] = ACTIONS(4999), + [1974] = { + [sym_identifier] = ACTIONS(3112), + [aux_sym_preproc_def_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token1] = ACTIONS(3112), + [aux_sym_preproc_if_token2] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3112), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3112), + [sym_preproc_directive] = ACTIONS(3112), + [anon_sym_LPAREN2] = ACTIONS(3114), + [anon_sym_TILDE] = ACTIONS(3114), + [anon_sym_STAR] = ACTIONS(3114), + [anon_sym_AMP_AMP] = ACTIONS(3114), + [anon_sym_AMP] = ACTIONS(3112), + [anon_sym_SEMI] = ACTIONS(3114), + [anon_sym___extension__] = ACTIONS(3112), + [anon_sym_typedef] = ACTIONS(3112), + [anon_sym_virtual] = ACTIONS(3112), + [anon_sym_extern] = ACTIONS(3112), + [anon_sym___attribute__] = ACTIONS(3112), + [anon_sym___attribute] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(3114), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3114), + [anon_sym___declspec] = ACTIONS(3112), + [anon_sym___based] = ACTIONS(3112), + [anon_sym_signed] = ACTIONS(3112), + [anon_sym_unsigned] = ACTIONS(3112), + [anon_sym_long] = ACTIONS(3112), + [anon_sym_short] = ACTIONS(3112), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_static] = ACTIONS(3112), + [anon_sym_register] = ACTIONS(3112), + [anon_sym_inline] = ACTIONS(3112), + [anon_sym___inline] = ACTIONS(3112), + [anon_sym___inline__] = ACTIONS(3112), + [anon_sym___forceinline] = ACTIONS(3112), + [anon_sym_thread_local] = ACTIONS(3112), + [anon_sym___thread] = ACTIONS(3112), + [anon_sym_const] = ACTIONS(3112), + [anon_sym_constexpr] = ACTIONS(3112), + [anon_sym_volatile] = ACTIONS(3112), + [anon_sym_restrict] = ACTIONS(3112), + [anon_sym___restrict__] = ACTIONS(3112), + [anon_sym__Atomic] = ACTIONS(3112), + [anon_sym__Noreturn] = ACTIONS(3112), + [anon_sym_noreturn] = ACTIONS(3112), + [anon_sym__Nonnull] = ACTIONS(3112), + [anon_sym_mutable] = ACTIONS(3112), + [anon_sym_constinit] = ACTIONS(3112), + [anon_sym_consteval] = ACTIONS(3112), + [anon_sym_PROGMEM] = ACTIONS(3112), + [anon_sym_alignas] = ACTIONS(3112), + [anon_sym__Alignas] = ACTIONS(3112), + [aux_sym_primitive_type_token1] = ACTIONS(3112), + [anon_sym_byte] = ACTIONS(3112), + [anon_sym_word] = ACTIONS(3112), + [anon_sym_enum] = ACTIONS(3112), + [anon_sym_class] = ACTIONS(3112), + [anon_sym_struct] = ACTIONS(3112), + [anon_sym_union] = ACTIONS(3112), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3112), + [anon_sym_decltype] = ACTIONS(3112), + [anon_sym_explicit] = ACTIONS(3112), + [anon_sym_typename] = ACTIONS(3112), + [anon_sym_template] = ACTIONS(3112), + [anon_sym_operator] = ACTIONS(3112), + [anon_sym_friend] = ACTIONS(3112), + [anon_sym_public] = ACTIONS(3112), + [anon_sym_private] = ACTIONS(3112), + [anon_sym_protected] = ACTIONS(3112), + [anon_sym_using] = ACTIONS(3112), + [anon_sym_static_assert] = ACTIONS(3112), + }, + [1975] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [sym_identifier] = ACTIONS(4999), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [aux_sym_preproc_if_token2] = ACTIONS(4996), + [aux_sym_preproc_else_token1] = ACTIONS(4996), + [aux_sym_preproc_elif_token1] = ACTIONS(4999), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4996), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4996), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4996), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4996), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4996), + [anon_sym_GT_GT] = ACTIONS(4996), [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_RBRACE] = ACTIONS(4999), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), [anon_sym_signed] = ACTIONS(5229), [anon_sym_unsigned] = ACTIONS(5229), [anon_sym_long] = ACTIONS(5229), [anon_sym_short] = ACTIONS(5229), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_RBRACK] = ACTIONS(4999), + [anon_sym_LBRACK] = ACTIONS(4996), [anon_sym_const] = ACTIONS(4920), [anon_sym_constexpr] = ACTIONS(4920), [anon_sym_volatile] = ACTIONS(4920), @@ -276832,466 +271431,903 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_primitive_type_token1] = ACTIONS(4920), [anon_sym_byte] = ACTIONS(4920), [anon_sym_word] = ACTIONS(4920), - [anon_sym_COLON] = ACTIONS(4999), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), }, - [2050] = { - [sym_identifier] = ACTIONS(5337), - [aux_sym_preproc_def_token1] = ACTIONS(5337), - [aux_sym_preproc_if_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5337), - [sym_preproc_directive] = ACTIONS(5337), - [anon_sym_LPAREN2] = ACTIONS(5339), - [anon_sym_TILDE] = ACTIONS(5339), - [anon_sym_STAR] = ACTIONS(5339), - [anon_sym_AMP_AMP] = ACTIONS(5339), - [anon_sym_AMP] = ACTIONS(5337), - [anon_sym_SEMI] = ACTIONS(5339), - [anon_sym___extension__] = ACTIONS(5337), - [anon_sym_typedef] = ACTIONS(5337), - [anon_sym_virtual] = ACTIONS(5337), - [anon_sym_extern] = ACTIONS(5337), - [anon_sym___attribute__] = ACTIONS(5337), - [anon_sym___attribute] = ACTIONS(5337), - [anon_sym_COLON_COLON] = ACTIONS(5339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5339), - [anon_sym___declspec] = ACTIONS(5337), - [anon_sym___based] = ACTIONS(5337), - [anon_sym_RBRACE] = ACTIONS(5339), - [anon_sym_signed] = ACTIONS(5337), - [anon_sym_unsigned] = ACTIONS(5337), - [anon_sym_long] = ACTIONS(5337), - [anon_sym_short] = ACTIONS(5337), - [anon_sym_LBRACK] = ACTIONS(5337), - [anon_sym_static] = ACTIONS(5337), - [anon_sym_register] = ACTIONS(5337), - [anon_sym_inline] = ACTIONS(5337), - [anon_sym___inline] = ACTIONS(5337), - [anon_sym___inline__] = ACTIONS(5337), - [anon_sym___forceinline] = ACTIONS(5337), - [anon_sym_thread_local] = ACTIONS(5337), - [anon_sym___thread] = ACTIONS(5337), - [anon_sym_const] = ACTIONS(5337), - [anon_sym_constexpr] = ACTIONS(5337), - [anon_sym_volatile] = ACTIONS(5337), - [anon_sym_restrict] = ACTIONS(5337), - [anon_sym___restrict__] = ACTIONS(5337), - [anon_sym__Atomic] = ACTIONS(5337), - [anon_sym__Noreturn] = ACTIONS(5337), - [anon_sym_noreturn] = ACTIONS(5337), - [anon_sym__Nonnull] = ACTIONS(5337), - [anon_sym_mutable] = ACTIONS(5337), - [anon_sym_constinit] = ACTIONS(5337), - [anon_sym_consteval] = ACTIONS(5337), - [anon_sym_PROGMEM] = ACTIONS(5337), - [anon_sym_alignas] = ACTIONS(5337), - [anon_sym__Alignas] = ACTIONS(5337), - [aux_sym_primitive_type_token1] = ACTIONS(5337), - [anon_sym_byte] = ACTIONS(5337), - [anon_sym_word] = ACTIONS(5337), - [anon_sym_enum] = ACTIONS(5337), - [anon_sym_class] = ACTIONS(5337), - [anon_sym_struct] = ACTIONS(5337), - [anon_sym_union] = ACTIONS(5337), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5337), - [anon_sym_decltype] = ACTIONS(5337), - [anon_sym_explicit] = ACTIONS(5337), - [anon_sym_typename] = ACTIONS(5337), - [anon_sym_template] = ACTIONS(5337), - [anon_sym_operator] = ACTIONS(5337), - [anon_sym_friend] = ACTIONS(5337), - [anon_sym_public] = ACTIONS(5337), - [anon_sym_private] = ACTIONS(5337), - [anon_sym_protected] = ACTIONS(5337), - [anon_sym_using] = ACTIONS(5337), - [anon_sym_static_assert] = ACTIONS(5337), + [1976] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_LPAREN2] = ACTIONS(4880), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_PIPE_PIPE] = ACTIONS(4878), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE] = ACTIONS(4885), + [anon_sym_CARET] = ACTIONS(4885), + [anon_sym_AMP] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_GT_EQ] = ACTIONS(4885), + [anon_sym_LT_EQ] = ACTIONS(4885), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_LT_LT] = ACTIONS(4885), + [anon_sym_GT_GT] = ACTIONS(4885), + [anon_sym___extension__] = ACTIONS(4883), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_const] = ACTIONS(4876), + [anon_sym_constexpr] = ACTIONS(4883), + [anon_sym_volatile] = ACTIONS(4883), + [anon_sym_restrict] = ACTIONS(4883), + [anon_sym___restrict__] = ACTIONS(4883), + [anon_sym__Atomic] = ACTIONS(4883), + [anon_sym__Noreturn] = ACTIONS(4883), + [anon_sym_noreturn] = ACTIONS(4883), + [anon_sym__Nonnull] = ACTIONS(4883), + [anon_sym_mutable] = ACTIONS(4883), + [anon_sym_constinit] = ACTIONS(4883), + [anon_sym_consteval] = ACTIONS(4883), + [anon_sym_PROGMEM] = ACTIONS(4883), + [anon_sym_alignas] = ACTIONS(4883), + [anon_sym__Alignas] = ACTIONS(4883), + [anon_sym_QMARK] = ACTIONS(4878), + [anon_sym_STAR_EQ] = ACTIONS(4878), + [anon_sym_SLASH_EQ] = ACTIONS(4878), + [anon_sym_PERCENT_EQ] = ACTIONS(4878), + [anon_sym_PLUS_EQ] = ACTIONS(4878), + [anon_sym_DASH_EQ] = ACTIONS(4878), + [anon_sym_LT_LT_EQ] = ACTIONS(4878), + [anon_sym_GT_GT_EQ] = ACTIONS(4885), + [anon_sym_AMP_EQ] = ACTIONS(4878), + [anon_sym_CARET_EQ] = ACTIONS(4878), + [anon_sym_PIPE_EQ] = ACTIONS(4878), + [anon_sym_and_eq] = ACTIONS(4878), + [anon_sym_or_eq] = ACTIONS(4878), + [anon_sym_xor_eq] = ACTIONS(4878), + [anon_sym_LT_EQ_GT] = ACTIONS(4878), + [anon_sym_or] = ACTIONS(4885), + [anon_sym_and] = ACTIONS(4885), + [anon_sym_bitor] = ACTIONS(4878), + [anon_sym_xor] = ACTIONS(4885), + [anon_sym_bitand] = ACTIONS(4878), + [anon_sym_not_eq] = ACTIONS(4878), + [anon_sym_DASH_DASH] = ACTIONS(4878), + [anon_sym_PLUS_PLUS] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_DOT_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4878), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4883), + [anon_sym_decltype] = ACTIONS(4883), + [anon_sym_GT2] = ACTIONS(4880), }, - [2051] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym_RBRACE] = ACTIONS(3148), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_friend] = ACTIONS(3146), - [anon_sym_public] = ACTIONS(3146), - [anon_sym_private] = ACTIONS(3146), - [anon_sym_protected] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), + [1977] = { + [sym_identifier] = ACTIONS(5464), + [aux_sym_preproc_def_token1] = ACTIONS(5464), + [aux_sym_preproc_if_token1] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5464), + [sym_preproc_directive] = ACTIONS(5464), + [anon_sym_LPAREN2] = ACTIONS(5466), + [anon_sym_TILDE] = ACTIONS(5466), + [anon_sym_STAR] = ACTIONS(5466), + [anon_sym_AMP_AMP] = ACTIONS(5466), + [anon_sym_AMP] = ACTIONS(5464), + [anon_sym_SEMI] = ACTIONS(5466), + [anon_sym___extension__] = ACTIONS(5464), + [anon_sym_typedef] = ACTIONS(5464), + [anon_sym_virtual] = ACTIONS(5464), + [anon_sym_extern] = ACTIONS(5464), + [anon_sym___attribute__] = ACTIONS(5464), + [anon_sym___attribute] = ACTIONS(5464), + [anon_sym_COLON_COLON] = ACTIONS(5466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5466), + [anon_sym___declspec] = ACTIONS(5464), + [anon_sym___based] = ACTIONS(5464), + [anon_sym_RBRACE] = ACTIONS(5466), + [anon_sym_signed] = ACTIONS(5464), + [anon_sym_unsigned] = ACTIONS(5464), + [anon_sym_long] = ACTIONS(5464), + [anon_sym_short] = ACTIONS(5464), + [anon_sym_LBRACK] = ACTIONS(5464), + [anon_sym_static] = ACTIONS(5464), + [anon_sym_register] = ACTIONS(5464), + [anon_sym_inline] = ACTIONS(5464), + [anon_sym___inline] = ACTIONS(5464), + [anon_sym___inline__] = ACTIONS(5464), + [anon_sym___forceinline] = ACTIONS(5464), + [anon_sym_thread_local] = ACTIONS(5464), + [anon_sym___thread] = ACTIONS(5464), + [anon_sym_const] = ACTIONS(5464), + [anon_sym_constexpr] = ACTIONS(5464), + [anon_sym_volatile] = ACTIONS(5464), + [anon_sym_restrict] = ACTIONS(5464), + [anon_sym___restrict__] = ACTIONS(5464), + [anon_sym__Atomic] = ACTIONS(5464), + [anon_sym__Noreturn] = ACTIONS(5464), + [anon_sym_noreturn] = ACTIONS(5464), + [anon_sym__Nonnull] = ACTIONS(5464), + [anon_sym_mutable] = ACTIONS(5464), + [anon_sym_constinit] = ACTIONS(5464), + [anon_sym_consteval] = ACTIONS(5464), + [anon_sym_PROGMEM] = ACTIONS(5464), + [anon_sym_alignas] = ACTIONS(5464), + [anon_sym__Alignas] = ACTIONS(5464), + [aux_sym_primitive_type_token1] = ACTIONS(5464), + [anon_sym_byte] = ACTIONS(5464), + [anon_sym_word] = ACTIONS(5464), + [anon_sym_enum] = ACTIONS(5464), + [anon_sym_class] = ACTIONS(5464), + [anon_sym_struct] = ACTIONS(5464), + [anon_sym_union] = ACTIONS(5464), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5464), + [anon_sym_decltype] = ACTIONS(5464), + [anon_sym_explicit] = ACTIONS(5464), + [anon_sym_typename] = ACTIONS(5464), + [anon_sym_template] = ACTIONS(5464), + [anon_sym_operator] = ACTIONS(5464), + [anon_sym_friend] = ACTIONS(5464), + [anon_sym_public] = ACTIONS(5464), + [anon_sym_private] = ACTIONS(5464), + [anon_sym_protected] = ACTIONS(5464), + [anon_sym_using] = ACTIONS(5464), + [anon_sym_static_assert] = ACTIONS(5464), }, - [2052] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_RBRACE] = ACTIONS(5343), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), + [1978] = { + [sym_identifier] = ACTIONS(3139), + [aux_sym_preproc_def_token1] = ACTIONS(3139), + [aux_sym_preproc_if_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3139), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3139), + [sym_preproc_directive] = ACTIONS(3139), + [anon_sym_LPAREN2] = ACTIONS(3141), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_SEMI] = ACTIONS(3141), + [anon_sym___extension__] = ACTIONS(3139), + [anon_sym_typedef] = ACTIONS(3139), + [anon_sym_virtual] = ACTIONS(3139), + [anon_sym_extern] = ACTIONS(3139), + [anon_sym___attribute__] = ACTIONS(3139), + [anon_sym___attribute] = ACTIONS(3139), + [anon_sym_COLON_COLON] = ACTIONS(3141), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3141), + [anon_sym___declspec] = ACTIONS(3139), + [anon_sym___based] = ACTIONS(3139), + [anon_sym_RBRACE] = ACTIONS(3141), + [anon_sym_signed] = ACTIONS(3139), + [anon_sym_unsigned] = ACTIONS(3139), + [anon_sym_long] = ACTIONS(3139), + [anon_sym_short] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_static] = ACTIONS(3139), + [anon_sym_register] = ACTIONS(3139), + [anon_sym_inline] = ACTIONS(3139), + [anon_sym___inline] = ACTIONS(3139), + [anon_sym___inline__] = ACTIONS(3139), + [anon_sym___forceinline] = ACTIONS(3139), + [anon_sym_thread_local] = ACTIONS(3139), + [anon_sym___thread] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_constexpr] = ACTIONS(3139), + [anon_sym_volatile] = ACTIONS(3139), + [anon_sym_restrict] = ACTIONS(3139), + [anon_sym___restrict__] = ACTIONS(3139), + [anon_sym__Atomic] = ACTIONS(3139), + [anon_sym__Noreturn] = ACTIONS(3139), + [anon_sym_noreturn] = ACTIONS(3139), + [anon_sym__Nonnull] = ACTIONS(3139), + [anon_sym_mutable] = ACTIONS(3139), + [anon_sym_constinit] = ACTIONS(3139), + [anon_sym_consteval] = ACTIONS(3139), + [anon_sym_PROGMEM] = ACTIONS(3139), + [anon_sym_alignas] = ACTIONS(3139), + [anon_sym__Alignas] = ACTIONS(3139), + [aux_sym_primitive_type_token1] = ACTIONS(3139), + [anon_sym_byte] = ACTIONS(3139), + [anon_sym_word] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_class] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3139), + [anon_sym_decltype] = ACTIONS(3139), + [anon_sym_explicit] = ACTIONS(3139), + [anon_sym_typename] = ACTIONS(3139), + [anon_sym_template] = ACTIONS(3139), + [anon_sym_operator] = ACTIONS(3139), + [anon_sym_friend] = ACTIONS(3139), + [anon_sym_public] = ACTIONS(3139), + [anon_sym_private] = ACTIONS(3139), + [anon_sym_protected] = ACTIONS(3139), + [anon_sym_using] = ACTIONS(3139), + [anon_sym_static_assert] = ACTIONS(3139), }, - [2053] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), + [1979] = { + [sym_identifier] = ACTIONS(5303), + [aux_sym_preproc_def_token1] = ACTIONS(5303), + [aux_sym_preproc_if_token1] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5303), + [sym_preproc_directive] = ACTIONS(5303), + [anon_sym_LPAREN2] = ACTIONS(5305), + [anon_sym_TILDE] = ACTIONS(5305), + [anon_sym_STAR] = ACTIONS(5305), + [anon_sym_AMP_AMP] = ACTIONS(5305), + [anon_sym_AMP] = ACTIONS(5303), + [anon_sym_SEMI] = ACTIONS(5305), + [anon_sym___extension__] = ACTIONS(5303), + [anon_sym_typedef] = ACTIONS(5303), + [anon_sym_virtual] = ACTIONS(5303), + [anon_sym_extern] = ACTIONS(5303), + [anon_sym___attribute__] = ACTIONS(5303), + [anon_sym___attribute] = ACTIONS(5303), + [anon_sym_COLON_COLON] = ACTIONS(5305), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5305), + [anon_sym___declspec] = ACTIONS(5303), + [anon_sym___based] = ACTIONS(5303), + [anon_sym_RBRACE] = ACTIONS(5305), + [anon_sym_signed] = ACTIONS(5303), + [anon_sym_unsigned] = ACTIONS(5303), + [anon_sym_long] = ACTIONS(5303), + [anon_sym_short] = ACTIONS(5303), + [anon_sym_LBRACK] = ACTIONS(5303), + [anon_sym_static] = ACTIONS(5303), + [anon_sym_register] = ACTIONS(5303), + [anon_sym_inline] = ACTIONS(5303), + [anon_sym___inline] = ACTIONS(5303), + [anon_sym___inline__] = ACTIONS(5303), + [anon_sym___forceinline] = ACTIONS(5303), + [anon_sym_thread_local] = ACTIONS(5303), + [anon_sym___thread] = ACTIONS(5303), + [anon_sym_const] = ACTIONS(5303), + [anon_sym_constexpr] = ACTIONS(5303), + [anon_sym_volatile] = ACTIONS(5303), + [anon_sym_restrict] = ACTIONS(5303), + [anon_sym___restrict__] = ACTIONS(5303), + [anon_sym__Atomic] = ACTIONS(5303), + [anon_sym__Noreturn] = ACTIONS(5303), + [anon_sym_noreturn] = ACTIONS(5303), + [anon_sym__Nonnull] = ACTIONS(5303), + [anon_sym_mutable] = ACTIONS(5303), + [anon_sym_constinit] = ACTIONS(5303), + [anon_sym_consteval] = ACTIONS(5303), + [anon_sym_PROGMEM] = ACTIONS(5303), + [anon_sym_alignas] = ACTIONS(5303), + [anon_sym__Alignas] = ACTIONS(5303), + [aux_sym_primitive_type_token1] = ACTIONS(5303), + [anon_sym_byte] = ACTIONS(5303), + [anon_sym_word] = ACTIONS(5303), + [anon_sym_enum] = ACTIONS(5303), + [anon_sym_class] = ACTIONS(5303), + [anon_sym_struct] = ACTIONS(5303), + [anon_sym_union] = ACTIONS(5303), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5303), + [anon_sym_decltype] = ACTIONS(5303), + [anon_sym_explicit] = ACTIONS(5303), + [anon_sym_typename] = ACTIONS(5303), + [anon_sym_template] = ACTIONS(5303), + [anon_sym_operator] = ACTIONS(5303), + [anon_sym_friend] = ACTIONS(5303), + [anon_sym_public] = ACTIONS(5303), + [anon_sym_private] = ACTIONS(5303), + [anon_sym_protected] = ACTIONS(5303), + [anon_sym_using] = ACTIONS(5303), + [anon_sym_static_assert] = ACTIONS(5303), + }, + [1980] = { + [sym_identifier] = ACTIONS(5427), + [aux_sym_preproc_def_token1] = ACTIONS(5427), + [aux_sym_preproc_if_token1] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5427), + [sym_preproc_directive] = ACTIONS(5427), + [anon_sym_LPAREN2] = ACTIONS(5429), + [anon_sym_TILDE] = ACTIONS(5429), + [anon_sym_STAR] = ACTIONS(5429), + [anon_sym_AMP_AMP] = ACTIONS(5429), + [anon_sym_AMP] = ACTIONS(5427), + [anon_sym_SEMI] = ACTIONS(5429), + [anon_sym___extension__] = ACTIONS(5427), + [anon_sym_typedef] = ACTIONS(5427), + [anon_sym_virtual] = ACTIONS(5427), + [anon_sym_extern] = ACTIONS(5427), + [anon_sym___attribute__] = ACTIONS(5427), + [anon_sym___attribute] = ACTIONS(5427), + [anon_sym_COLON_COLON] = ACTIONS(5429), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5429), + [anon_sym___declspec] = ACTIONS(5427), + [anon_sym___based] = ACTIONS(5427), + [anon_sym_RBRACE] = ACTIONS(5429), + [anon_sym_signed] = ACTIONS(5427), + [anon_sym_unsigned] = ACTIONS(5427), + [anon_sym_long] = ACTIONS(5427), + [anon_sym_short] = ACTIONS(5427), + [anon_sym_LBRACK] = ACTIONS(5427), + [anon_sym_static] = ACTIONS(5427), + [anon_sym_register] = ACTIONS(5427), + [anon_sym_inline] = ACTIONS(5427), + [anon_sym___inline] = ACTIONS(5427), + [anon_sym___inline__] = ACTIONS(5427), + [anon_sym___forceinline] = ACTIONS(5427), + [anon_sym_thread_local] = ACTIONS(5427), + [anon_sym___thread] = ACTIONS(5427), + [anon_sym_const] = ACTIONS(5427), + [anon_sym_constexpr] = ACTIONS(5427), + [anon_sym_volatile] = ACTIONS(5427), + [anon_sym_restrict] = ACTIONS(5427), + [anon_sym___restrict__] = ACTIONS(5427), + [anon_sym__Atomic] = ACTIONS(5427), + [anon_sym__Noreturn] = ACTIONS(5427), + [anon_sym_noreturn] = ACTIONS(5427), + [anon_sym__Nonnull] = ACTIONS(5427), + [anon_sym_mutable] = ACTIONS(5427), + [anon_sym_constinit] = ACTIONS(5427), + [anon_sym_consteval] = ACTIONS(5427), + [anon_sym_PROGMEM] = ACTIONS(5427), + [anon_sym_alignas] = ACTIONS(5427), + [anon_sym__Alignas] = ACTIONS(5427), + [aux_sym_primitive_type_token1] = ACTIONS(5427), + [anon_sym_byte] = ACTIONS(5427), + [anon_sym_word] = ACTIONS(5427), + [anon_sym_enum] = ACTIONS(5427), + [anon_sym_class] = ACTIONS(5427), + [anon_sym_struct] = ACTIONS(5427), + [anon_sym_union] = ACTIONS(5427), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5427), + [anon_sym_decltype] = ACTIONS(5427), + [anon_sym_explicit] = ACTIONS(5427), + [anon_sym_typename] = ACTIONS(5427), + [anon_sym_template] = ACTIONS(5427), + [anon_sym_operator] = ACTIONS(5427), + [anon_sym_friend] = ACTIONS(5427), + [anon_sym_public] = ACTIONS(5427), + [anon_sym_private] = ACTIONS(5427), + [anon_sym_protected] = ACTIONS(5427), + [anon_sym_using] = ACTIONS(5427), + [anon_sym_static_assert] = ACTIONS(5427), + }, + [1981] = { + [sym_identifier] = ACTIONS(2980), + [aux_sym_preproc_def_token1] = ACTIONS(2980), + [aux_sym_preproc_if_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2980), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2980), + [sym_preproc_directive] = ACTIONS(2980), + [anon_sym_LPAREN2] = ACTIONS(2982), + [anon_sym_TILDE] = ACTIONS(2982), + [anon_sym_STAR] = ACTIONS(2982), + [anon_sym_AMP_AMP] = ACTIONS(2982), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_SEMI] = ACTIONS(2982), + [anon_sym___extension__] = ACTIONS(2980), + [anon_sym_typedef] = ACTIONS(2980), + [anon_sym_virtual] = ACTIONS(2980), + [anon_sym_extern] = ACTIONS(2980), + [anon_sym___attribute__] = ACTIONS(2980), + [anon_sym___attribute] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2982), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2982), + [anon_sym___declspec] = ACTIONS(2980), + [anon_sym___based] = ACTIONS(2980), + [anon_sym_RBRACE] = ACTIONS(2982), + [anon_sym_signed] = ACTIONS(2980), + [anon_sym_unsigned] = ACTIONS(2980), + [anon_sym_long] = ACTIONS(2980), + [anon_sym_short] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_static] = ACTIONS(2980), + [anon_sym_register] = ACTIONS(2980), + [anon_sym_inline] = ACTIONS(2980), + [anon_sym___inline] = ACTIONS(2980), + [anon_sym___inline__] = ACTIONS(2980), + [anon_sym___forceinline] = ACTIONS(2980), + [anon_sym_thread_local] = ACTIONS(2980), + [anon_sym___thread] = ACTIONS(2980), + [anon_sym_const] = ACTIONS(2980), + [anon_sym_constexpr] = ACTIONS(2980), + [anon_sym_volatile] = ACTIONS(2980), + [anon_sym_restrict] = ACTIONS(2980), + [anon_sym___restrict__] = ACTIONS(2980), + [anon_sym__Atomic] = ACTIONS(2980), + [anon_sym__Noreturn] = ACTIONS(2980), + [anon_sym_noreturn] = ACTIONS(2980), + [anon_sym__Nonnull] = ACTIONS(2980), + [anon_sym_mutable] = ACTIONS(2980), + [anon_sym_constinit] = ACTIONS(2980), + [anon_sym_consteval] = ACTIONS(2980), + [anon_sym_PROGMEM] = ACTIONS(2980), + [anon_sym_alignas] = ACTIONS(2980), + [anon_sym__Alignas] = ACTIONS(2980), + [aux_sym_primitive_type_token1] = ACTIONS(2980), + [anon_sym_byte] = ACTIONS(2980), + [anon_sym_word] = ACTIONS(2980), + [anon_sym_enum] = ACTIONS(2980), + [anon_sym_class] = ACTIONS(2980), + [anon_sym_struct] = ACTIONS(2980), + [anon_sym_union] = ACTIONS(2980), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2980), + [anon_sym_decltype] = ACTIONS(2980), + [anon_sym_explicit] = ACTIONS(2980), + [anon_sym_typename] = ACTIONS(2980), + [anon_sym_template] = ACTIONS(2980), + [anon_sym_operator] = ACTIONS(2980), + [anon_sym_friend] = ACTIONS(2980), + [anon_sym_public] = ACTIONS(2980), + [anon_sym_private] = ACTIONS(2980), + [anon_sym_protected] = ACTIONS(2980), + [anon_sym_using] = ACTIONS(2980), + [anon_sym_static_assert] = ACTIONS(2980), + }, + [1982] = { + [sym_identifier] = ACTIONS(5289), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), + [anon_sym_LPAREN2] = ACTIONS(5291), + [anon_sym_TILDE] = ACTIONS(5291), + [anon_sym_STAR] = ACTIONS(5291), + [anon_sym_AMP_AMP] = ACTIONS(5291), + [anon_sym_AMP] = ACTIONS(5289), + [anon_sym_SEMI] = ACTIONS(5291), + [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), + [anon_sym___attribute__] = ACTIONS(5289), + [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), + [anon_sym___based] = ACTIONS(5289), + [anon_sym_RBRACE] = ACTIONS(5291), + [anon_sym_signed] = ACTIONS(5289), + [anon_sym_unsigned] = ACTIONS(5289), + [anon_sym_long] = ACTIONS(5289), + [anon_sym_short] = ACTIONS(5289), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), + [anon_sym_const] = ACTIONS(5289), + [anon_sym_constexpr] = ACTIONS(5289), + [anon_sym_volatile] = ACTIONS(5289), + [anon_sym_restrict] = ACTIONS(5289), + [anon_sym___restrict__] = ACTIONS(5289), + [anon_sym__Atomic] = ACTIONS(5289), + [anon_sym__Noreturn] = ACTIONS(5289), + [anon_sym_noreturn] = ACTIONS(5289), + [anon_sym__Nonnull] = ACTIONS(5289), + [anon_sym_mutable] = ACTIONS(5289), + [anon_sym_constinit] = ACTIONS(5289), + [anon_sym_consteval] = ACTIONS(5289), + [anon_sym_PROGMEM] = ACTIONS(5289), + [anon_sym_alignas] = ACTIONS(5289), + [anon_sym__Alignas] = ACTIONS(5289), + [aux_sym_primitive_type_token1] = ACTIONS(5289), + [anon_sym_byte] = ACTIONS(5289), + [anon_sym_word] = ACTIONS(5289), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), + }, + [1983] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_RBRACE] = ACTIONS(5295), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [1984] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_RBRACE] = ACTIONS(5295), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [1985] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_RBRACE] = ACTIONS(5295), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), }, - [2054] = { - [sym_identifier] = ACTIONS(3084), - [aux_sym_preproc_def_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token1] = ACTIONS(3084), - [aux_sym_preproc_if_token2] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3084), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3084), - [sym_preproc_directive] = ACTIONS(3084), - [anon_sym_LPAREN2] = ACTIONS(3086), - [anon_sym_TILDE] = ACTIONS(3086), - [anon_sym_STAR] = ACTIONS(3086), - [anon_sym_AMP_AMP] = ACTIONS(3086), - [anon_sym_AMP] = ACTIONS(3084), - [anon_sym_SEMI] = ACTIONS(3086), - [anon_sym___extension__] = ACTIONS(3084), - [anon_sym_typedef] = ACTIONS(3084), - [anon_sym_virtual] = ACTIONS(3084), - [anon_sym_extern] = ACTIONS(3084), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym___attribute] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3086), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3086), - [anon_sym___declspec] = ACTIONS(3084), - [anon_sym___based] = ACTIONS(3084), - [anon_sym_signed] = ACTIONS(3084), - [anon_sym_unsigned] = ACTIONS(3084), - [anon_sym_long] = ACTIONS(3084), - [anon_sym_short] = ACTIONS(3084), - [anon_sym_LBRACK] = ACTIONS(3084), - [anon_sym_static] = ACTIONS(3084), - [anon_sym_register] = ACTIONS(3084), - [anon_sym_inline] = ACTIONS(3084), - [anon_sym___inline] = ACTIONS(3084), - [anon_sym___inline__] = ACTIONS(3084), - [anon_sym___forceinline] = ACTIONS(3084), - [anon_sym_thread_local] = ACTIONS(3084), - [anon_sym___thread] = ACTIONS(3084), - [anon_sym_const] = ACTIONS(3084), - [anon_sym_constexpr] = ACTIONS(3084), - [anon_sym_volatile] = ACTIONS(3084), - [anon_sym_restrict] = ACTIONS(3084), - [anon_sym___restrict__] = ACTIONS(3084), - [anon_sym__Atomic] = ACTIONS(3084), - [anon_sym__Noreturn] = ACTIONS(3084), - [anon_sym_noreturn] = ACTIONS(3084), - [anon_sym__Nonnull] = ACTIONS(3084), - [anon_sym_mutable] = ACTIONS(3084), - [anon_sym_constinit] = ACTIONS(3084), - [anon_sym_consteval] = ACTIONS(3084), - [anon_sym_PROGMEM] = ACTIONS(3084), - [anon_sym_alignas] = ACTIONS(3084), - [anon_sym__Alignas] = ACTIONS(3084), - [aux_sym_primitive_type_token1] = ACTIONS(3084), - [anon_sym_byte] = ACTIONS(3084), - [anon_sym_word] = ACTIONS(3084), - [anon_sym_enum] = ACTIONS(3084), - [anon_sym_class] = ACTIONS(3084), - [anon_sym_struct] = ACTIONS(3084), - [anon_sym_union] = ACTIONS(3084), + [1986] = { + [sym_identifier] = ACTIONS(5289), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), + [anon_sym_LPAREN2] = ACTIONS(5291), + [anon_sym_TILDE] = ACTIONS(5291), + [anon_sym_STAR] = ACTIONS(5291), + [anon_sym_AMP_AMP] = ACTIONS(5291), + [anon_sym_AMP] = ACTIONS(5289), + [anon_sym_SEMI] = ACTIONS(5291), + [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), + [anon_sym___attribute__] = ACTIONS(5289), + [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), + [anon_sym___based] = ACTIONS(5289), + [anon_sym_RBRACE] = ACTIONS(5291), + [anon_sym_signed] = ACTIONS(5289), + [anon_sym_unsigned] = ACTIONS(5289), + [anon_sym_long] = ACTIONS(5289), + [anon_sym_short] = ACTIONS(5289), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), + [anon_sym_const] = ACTIONS(5289), + [anon_sym_constexpr] = ACTIONS(5289), + [anon_sym_volatile] = ACTIONS(5289), + [anon_sym_restrict] = ACTIONS(5289), + [anon_sym___restrict__] = ACTIONS(5289), + [anon_sym__Atomic] = ACTIONS(5289), + [anon_sym__Noreturn] = ACTIONS(5289), + [anon_sym_noreturn] = ACTIONS(5289), + [anon_sym__Nonnull] = ACTIONS(5289), + [anon_sym_mutable] = ACTIONS(5289), + [anon_sym_constinit] = ACTIONS(5289), + [anon_sym_consteval] = ACTIONS(5289), + [anon_sym_PROGMEM] = ACTIONS(5289), + [anon_sym_alignas] = ACTIONS(5289), + [anon_sym__Alignas] = ACTIONS(5289), + [aux_sym_primitive_type_token1] = ACTIONS(5289), + [anon_sym_byte] = ACTIONS(5289), + [anon_sym_word] = ACTIONS(5289), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3084), - [anon_sym_decltype] = ACTIONS(3084), - [anon_sym_explicit] = ACTIONS(3084), - [anon_sym_typename] = ACTIONS(3084), - [anon_sym_template] = ACTIONS(3084), - [anon_sym_operator] = ACTIONS(3084), - [anon_sym_friend] = ACTIONS(3084), - [anon_sym_public] = ACTIONS(3084), - [anon_sym_private] = ACTIONS(3084), - [anon_sym_protected] = ACTIONS(3084), - [anon_sym_using] = ACTIONS(3084), - [anon_sym_static_assert] = ACTIONS(3084), + [sym_auto] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), }, - [2055] = { - [sym_identifier] = ACTIONS(5321), - [aux_sym_preproc_def_token1] = ACTIONS(5321), - [aux_sym_preproc_if_token1] = ACTIONS(5321), - [aux_sym_preproc_if_token2] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5321), - [sym_preproc_directive] = ACTIONS(5321), - [anon_sym_LPAREN2] = ACTIONS(5323), - [anon_sym_TILDE] = ACTIONS(5323), - [anon_sym_STAR] = ACTIONS(5323), - [anon_sym_AMP_AMP] = ACTIONS(5323), - [anon_sym_AMP] = ACTIONS(5321), - [anon_sym_SEMI] = ACTIONS(5323), - [anon_sym___extension__] = ACTIONS(5321), - [anon_sym_typedef] = ACTIONS(5321), - [anon_sym_virtual] = ACTIONS(5321), - [anon_sym_extern] = ACTIONS(5321), - [anon_sym___attribute__] = ACTIONS(5321), - [anon_sym___attribute] = ACTIONS(5321), - [anon_sym_COLON_COLON] = ACTIONS(5323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5323), - [anon_sym___declspec] = ACTIONS(5321), - [anon_sym___based] = ACTIONS(5321), - [anon_sym_signed] = ACTIONS(5321), - [anon_sym_unsigned] = ACTIONS(5321), - [anon_sym_long] = ACTIONS(5321), - [anon_sym_short] = ACTIONS(5321), - [anon_sym_LBRACK] = ACTIONS(5321), - [anon_sym_static] = ACTIONS(5321), - [anon_sym_register] = ACTIONS(5321), - [anon_sym_inline] = ACTIONS(5321), - [anon_sym___inline] = ACTIONS(5321), - [anon_sym___inline__] = ACTIONS(5321), - [anon_sym___forceinline] = ACTIONS(5321), - [anon_sym_thread_local] = ACTIONS(5321), - [anon_sym___thread] = ACTIONS(5321), - [anon_sym_const] = ACTIONS(5321), - [anon_sym_constexpr] = ACTIONS(5321), - [anon_sym_volatile] = ACTIONS(5321), - [anon_sym_restrict] = ACTIONS(5321), - [anon_sym___restrict__] = ACTIONS(5321), - [anon_sym__Atomic] = ACTIONS(5321), - [anon_sym__Noreturn] = ACTIONS(5321), - [anon_sym_noreturn] = ACTIONS(5321), - [anon_sym__Nonnull] = ACTIONS(5321), - [anon_sym_mutable] = ACTIONS(5321), - [anon_sym_constinit] = ACTIONS(5321), - [anon_sym_consteval] = ACTIONS(5321), - [anon_sym_PROGMEM] = ACTIONS(5321), - [anon_sym_alignas] = ACTIONS(5321), - [anon_sym__Alignas] = ACTIONS(5321), - [aux_sym_primitive_type_token1] = ACTIONS(5321), - [anon_sym_byte] = ACTIONS(5321), - [anon_sym_word] = ACTIONS(5321), - [anon_sym_enum] = ACTIONS(5321), - [anon_sym_class] = ACTIONS(5321), - [anon_sym_struct] = ACTIONS(5321), - [anon_sym_union] = ACTIONS(5321), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5321), - [anon_sym_decltype] = ACTIONS(5321), - [anon_sym_explicit] = ACTIONS(5321), - [anon_sym_typename] = ACTIONS(5321), - [anon_sym_template] = ACTIONS(5321), - [anon_sym_operator] = ACTIONS(5321), - [anon_sym_friend] = ACTIONS(5321), - [anon_sym_public] = ACTIONS(5321), - [anon_sym_private] = ACTIONS(5321), - [anon_sym_protected] = ACTIONS(5321), - [anon_sym_using] = ACTIONS(5321), - [anon_sym_static_assert] = ACTIONS(5321), + [1987] = { + [sym_identifier] = ACTIONS(3143), + [aux_sym_preproc_def_token1] = ACTIONS(3143), + [aux_sym_preproc_if_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3143), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3143), + [sym_preproc_directive] = ACTIONS(3143), + [anon_sym_LPAREN2] = ACTIONS(3145), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_SEMI] = ACTIONS(3145), + [anon_sym___extension__] = ACTIONS(3143), + [anon_sym_typedef] = ACTIONS(3143), + [anon_sym_virtual] = ACTIONS(3143), + [anon_sym_extern] = ACTIONS(3143), + [anon_sym___attribute__] = ACTIONS(3143), + [anon_sym___attribute] = ACTIONS(3143), + [anon_sym_COLON_COLON] = ACTIONS(3145), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3145), + [anon_sym___declspec] = ACTIONS(3143), + [anon_sym___based] = ACTIONS(3143), + [anon_sym_RBRACE] = ACTIONS(3145), + [anon_sym_signed] = ACTIONS(3143), + [anon_sym_unsigned] = ACTIONS(3143), + [anon_sym_long] = ACTIONS(3143), + [anon_sym_short] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3143), + [anon_sym_static] = ACTIONS(3143), + [anon_sym_register] = ACTIONS(3143), + [anon_sym_inline] = ACTIONS(3143), + [anon_sym___inline] = ACTIONS(3143), + [anon_sym___inline__] = ACTIONS(3143), + [anon_sym___forceinline] = ACTIONS(3143), + [anon_sym_thread_local] = ACTIONS(3143), + [anon_sym___thread] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_constexpr] = ACTIONS(3143), + [anon_sym_volatile] = ACTIONS(3143), + [anon_sym_restrict] = ACTIONS(3143), + [anon_sym___restrict__] = ACTIONS(3143), + [anon_sym__Atomic] = ACTIONS(3143), + [anon_sym__Noreturn] = ACTIONS(3143), + [anon_sym_noreturn] = ACTIONS(3143), + [anon_sym__Nonnull] = ACTIONS(3143), + [anon_sym_mutable] = ACTIONS(3143), + [anon_sym_constinit] = ACTIONS(3143), + [anon_sym_consteval] = ACTIONS(3143), + [anon_sym_PROGMEM] = ACTIONS(3143), + [anon_sym_alignas] = ACTIONS(3143), + [anon_sym__Alignas] = ACTIONS(3143), + [aux_sym_primitive_type_token1] = ACTIONS(3143), + [anon_sym_byte] = ACTIONS(3143), + [anon_sym_word] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_class] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3143), + [anon_sym_decltype] = ACTIONS(3143), + [anon_sym_explicit] = ACTIONS(3143), + [anon_sym_typename] = ACTIONS(3143), + [anon_sym_template] = ACTIONS(3143), + [anon_sym_operator] = ACTIONS(3143), + [anon_sym_friend] = ACTIONS(3143), + [anon_sym_public] = ACTIONS(3143), + [anon_sym_private] = ACTIONS(3143), + [anon_sym_protected] = ACTIONS(3143), + [anon_sym_using] = ACTIONS(3143), + [anon_sym_static_assert] = ACTIONS(3143), }, - [2056] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), + [1988] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [sym_identifier] = ACTIONS(4117), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), @@ -277316,27 +272352,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(5720), + [anon_sym_LT] = ACTIONS(5700), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(5723), + [anon_sym_EQ] = ACTIONS(5703), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5725), - [anon_sym_SLASH_EQ] = ACTIONS(5725), - [anon_sym_PERCENT_EQ] = ACTIONS(5725), - [anon_sym_PLUS_EQ] = ACTIONS(5725), - [anon_sym_DASH_EQ] = ACTIONS(5725), - [anon_sym_LT_LT_EQ] = ACTIONS(5725), - [anon_sym_GT_GT_EQ] = ACTIONS(5725), - [anon_sym_AMP_EQ] = ACTIONS(5725), - [anon_sym_CARET_EQ] = ACTIONS(5725), - [anon_sym_PIPE_EQ] = ACTIONS(5725), - [anon_sym_and_eq] = ACTIONS(5723), - [anon_sym_or_eq] = ACTIONS(5723), - [anon_sym_xor_eq] = ACTIONS(5723), + [anon_sym_STAR_EQ] = ACTIONS(5705), + [anon_sym_SLASH_EQ] = ACTIONS(5705), + [anon_sym_PERCENT_EQ] = ACTIONS(5705), + [anon_sym_PLUS_EQ] = ACTIONS(5705), + [anon_sym_DASH_EQ] = ACTIONS(5705), + [anon_sym_LT_LT_EQ] = ACTIONS(5705), + [anon_sym_GT_GT_EQ] = ACTIONS(5705), + [anon_sym_AMP_EQ] = ACTIONS(5705), + [anon_sym_CARET_EQ] = ACTIONS(5705), + [anon_sym_PIPE_EQ] = ACTIONS(5705), + [anon_sym_and_eq] = ACTIONS(5703), + [anon_sym_or_eq] = ACTIONS(5703), + [anon_sym_xor_eq] = ACTIONS(5703), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -277361,810 +272397,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3481), [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2057] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [2058] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token2] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), - }, - [2059] = { - [sym_identifier] = ACTIONS(5325), - [aux_sym_preproc_def_token1] = ACTIONS(5325), - [aux_sym_preproc_if_token1] = ACTIONS(5325), - [aux_sym_preproc_if_token2] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5325), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5325), - [sym_preproc_directive] = ACTIONS(5325), - [anon_sym_LPAREN2] = ACTIONS(5327), - [anon_sym_TILDE] = ACTIONS(5327), - [anon_sym_STAR] = ACTIONS(5327), - [anon_sym_AMP_AMP] = ACTIONS(5327), - [anon_sym_AMP] = ACTIONS(5325), - [anon_sym_SEMI] = ACTIONS(5327), - [anon_sym___extension__] = ACTIONS(5325), - [anon_sym_typedef] = ACTIONS(5325), - [anon_sym_virtual] = ACTIONS(5325), - [anon_sym_extern] = ACTIONS(5325), - [anon_sym___attribute__] = ACTIONS(5325), - [anon_sym___attribute] = ACTIONS(5325), - [anon_sym_COLON_COLON] = ACTIONS(5327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5327), - [anon_sym___declspec] = ACTIONS(5325), - [anon_sym___based] = ACTIONS(5325), - [anon_sym_signed] = ACTIONS(5325), - [anon_sym_unsigned] = ACTIONS(5325), - [anon_sym_long] = ACTIONS(5325), - [anon_sym_short] = ACTIONS(5325), - [anon_sym_LBRACK] = ACTIONS(5325), - [anon_sym_static] = ACTIONS(5325), - [anon_sym_register] = ACTIONS(5325), - [anon_sym_inline] = ACTIONS(5325), - [anon_sym___inline] = ACTIONS(5325), - [anon_sym___inline__] = ACTIONS(5325), - [anon_sym___forceinline] = ACTIONS(5325), - [anon_sym_thread_local] = ACTIONS(5325), - [anon_sym___thread] = ACTIONS(5325), - [anon_sym_const] = ACTIONS(5325), - [anon_sym_constexpr] = ACTIONS(5325), - [anon_sym_volatile] = ACTIONS(5325), - [anon_sym_restrict] = ACTIONS(5325), - [anon_sym___restrict__] = ACTIONS(5325), - [anon_sym__Atomic] = ACTIONS(5325), - [anon_sym__Noreturn] = ACTIONS(5325), - [anon_sym_noreturn] = ACTIONS(5325), - [anon_sym__Nonnull] = ACTIONS(5325), - [anon_sym_mutable] = ACTIONS(5325), - [anon_sym_constinit] = ACTIONS(5325), - [anon_sym_consteval] = ACTIONS(5325), - [anon_sym_PROGMEM] = ACTIONS(5325), - [anon_sym_alignas] = ACTIONS(5325), - [anon_sym__Alignas] = ACTIONS(5325), - [aux_sym_primitive_type_token1] = ACTIONS(5325), - [anon_sym_byte] = ACTIONS(5325), - [anon_sym_word] = ACTIONS(5325), - [anon_sym_enum] = ACTIONS(5325), - [anon_sym_class] = ACTIONS(5325), - [anon_sym_struct] = ACTIONS(5325), - [anon_sym_union] = ACTIONS(5325), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5325), - [anon_sym_decltype] = ACTIONS(5325), - [anon_sym_explicit] = ACTIONS(5325), - [anon_sym_typename] = ACTIONS(5325), - [anon_sym_template] = ACTIONS(5325), - [anon_sym_operator] = ACTIONS(5325), - [anon_sym_friend] = ACTIONS(5325), - [anon_sym_public] = ACTIONS(5325), - [anon_sym_private] = ACTIONS(5325), - [anon_sym_protected] = ACTIONS(5325), - [anon_sym_using] = ACTIONS(5325), - [anon_sym_static_assert] = ACTIONS(5325), - }, - [2060] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [2061] = { - [sym_identifier] = ACTIONS(5281), - [aux_sym_preproc_def_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token1] = ACTIONS(5281), - [aux_sym_preproc_if_token2] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5281), - [sym_preproc_directive] = ACTIONS(5281), - [anon_sym_LPAREN2] = ACTIONS(5283), - [anon_sym_TILDE] = ACTIONS(5283), - [anon_sym_STAR] = ACTIONS(5283), - [anon_sym_AMP_AMP] = ACTIONS(5283), - [anon_sym_AMP] = ACTIONS(5281), - [anon_sym_SEMI] = ACTIONS(5283), - [anon_sym___extension__] = ACTIONS(5281), - [anon_sym_typedef] = ACTIONS(5281), - [anon_sym_virtual] = ACTIONS(5281), - [anon_sym_extern] = ACTIONS(5281), - [anon_sym___attribute__] = ACTIONS(5281), - [anon_sym___attribute] = ACTIONS(5281), - [anon_sym_COLON_COLON] = ACTIONS(5283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5283), - [anon_sym___declspec] = ACTIONS(5281), - [anon_sym___based] = ACTIONS(5281), - [anon_sym_signed] = ACTIONS(5281), - [anon_sym_unsigned] = ACTIONS(5281), - [anon_sym_long] = ACTIONS(5281), - [anon_sym_short] = ACTIONS(5281), - [anon_sym_LBRACK] = ACTIONS(5281), - [anon_sym_static] = ACTIONS(5281), - [anon_sym_register] = ACTIONS(5281), - [anon_sym_inline] = ACTIONS(5281), - [anon_sym___inline] = ACTIONS(5281), - [anon_sym___inline__] = ACTIONS(5281), - [anon_sym___forceinline] = ACTIONS(5281), - [anon_sym_thread_local] = ACTIONS(5281), - [anon_sym___thread] = ACTIONS(5281), - [anon_sym_const] = ACTIONS(5281), - [anon_sym_constexpr] = ACTIONS(5281), - [anon_sym_volatile] = ACTIONS(5281), - [anon_sym_restrict] = ACTIONS(5281), - [anon_sym___restrict__] = ACTIONS(5281), - [anon_sym__Atomic] = ACTIONS(5281), - [anon_sym__Noreturn] = ACTIONS(5281), - [anon_sym_noreturn] = ACTIONS(5281), - [anon_sym__Nonnull] = ACTIONS(5281), - [anon_sym_mutable] = ACTIONS(5281), - [anon_sym_constinit] = ACTIONS(5281), - [anon_sym_consteval] = ACTIONS(5281), - [anon_sym_PROGMEM] = ACTIONS(5281), - [anon_sym_alignas] = ACTIONS(5281), - [anon_sym__Alignas] = ACTIONS(5281), - [aux_sym_primitive_type_token1] = ACTIONS(5281), - [anon_sym_byte] = ACTIONS(5281), - [anon_sym_word] = ACTIONS(5281), - [anon_sym_enum] = ACTIONS(5281), - [anon_sym_class] = ACTIONS(5281), - [anon_sym_struct] = ACTIONS(5281), - [anon_sym_union] = ACTIONS(5281), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5281), - [anon_sym_decltype] = ACTIONS(5281), - [anon_sym_explicit] = ACTIONS(5281), - [anon_sym_typename] = ACTIONS(5281), - [anon_sym_template] = ACTIONS(5281), - [anon_sym_operator] = ACTIONS(5281), - [anon_sym_friend] = ACTIONS(5281), - [anon_sym_public] = ACTIONS(5281), - [anon_sym_private] = ACTIONS(5281), - [anon_sym_protected] = ACTIONS(5281), - [anon_sym_using] = ACTIONS(5281), - [anon_sym_static_assert] = ACTIONS(5281), - }, - [2062] = { - [sym_identifier] = ACTIONS(3146), - [aux_sym_preproc_def_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token1] = ACTIONS(3146), - [aux_sym_preproc_if_token2] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(3146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(3146), - [sym_preproc_directive] = ACTIONS(3146), - [anon_sym_LPAREN2] = ACTIONS(3148), - [anon_sym_TILDE] = ACTIONS(3148), - [anon_sym_STAR] = ACTIONS(3148), - [anon_sym_AMP_AMP] = ACTIONS(3148), - [anon_sym_AMP] = ACTIONS(3146), - [anon_sym_SEMI] = ACTIONS(3148), - [anon_sym___extension__] = ACTIONS(3146), - [anon_sym_typedef] = ACTIONS(3146), - [anon_sym_virtual] = ACTIONS(3146), - [anon_sym_extern] = ACTIONS(3146), - [anon_sym___attribute__] = ACTIONS(3146), - [anon_sym___attribute] = ACTIONS(3146), - [anon_sym_COLON_COLON] = ACTIONS(3148), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3148), - [anon_sym___declspec] = ACTIONS(3146), - [anon_sym___based] = ACTIONS(3146), - [anon_sym_signed] = ACTIONS(3146), - [anon_sym_unsigned] = ACTIONS(3146), - [anon_sym_long] = ACTIONS(3146), - [anon_sym_short] = ACTIONS(3146), - [anon_sym_LBRACK] = ACTIONS(3146), - [anon_sym_static] = ACTIONS(3146), - [anon_sym_register] = ACTIONS(3146), - [anon_sym_inline] = ACTIONS(3146), - [anon_sym___inline] = ACTIONS(3146), - [anon_sym___inline__] = ACTIONS(3146), - [anon_sym___forceinline] = ACTIONS(3146), - [anon_sym_thread_local] = ACTIONS(3146), - [anon_sym___thread] = ACTIONS(3146), - [anon_sym_const] = ACTIONS(3146), - [anon_sym_constexpr] = ACTIONS(3146), - [anon_sym_volatile] = ACTIONS(3146), - [anon_sym_restrict] = ACTIONS(3146), - [anon_sym___restrict__] = ACTIONS(3146), - [anon_sym__Atomic] = ACTIONS(3146), - [anon_sym__Noreturn] = ACTIONS(3146), - [anon_sym_noreturn] = ACTIONS(3146), - [anon_sym__Nonnull] = ACTIONS(3146), - [anon_sym_mutable] = ACTIONS(3146), - [anon_sym_constinit] = ACTIONS(3146), - [anon_sym_consteval] = ACTIONS(3146), - [anon_sym_PROGMEM] = ACTIONS(3146), - [anon_sym_alignas] = ACTIONS(3146), - [anon_sym__Alignas] = ACTIONS(3146), - [aux_sym_primitive_type_token1] = ACTIONS(3146), - [anon_sym_byte] = ACTIONS(3146), - [anon_sym_word] = ACTIONS(3146), - [anon_sym_enum] = ACTIONS(3146), - [anon_sym_class] = ACTIONS(3146), - [anon_sym_struct] = ACTIONS(3146), - [anon_sym_union] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(3146), - [anon_sym_decltype] = ACTIONS(3146), - [anon_sym_explicit] = ACTIONS(3146), - [anon_sym_typename] = ACTIONS(3146), - [anon_sym_template] = ACTIONS(3146), - [anon_sym_operator] = ACTIONS(3146), - [anon_sym_friend] = ACTIONS(3146), - [anon_sym_public] = ACTIONS(3146), - [anon_sym_private] = ACTIONS(3146), - [anon_sym_protected] = ACTIONS(3146), - [anon_sym_using] = ACTIONS(3146), - [anon_sym_static_assert] = ACTIONS(3146), - }, - [2063] = { - [sym_identifier] = ACTIONS(5448), - [aux_sym_preproc_def_token1] = ACTIONS(5448), - [aux_sym_preproc_if_token1] = ACTIONS(5448), - [aux_sym_preproc_if_token2] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5448), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5448), - [sym_preproc_directive] = ACTIONS(5448), - [anon_sym_LPAREN2] = ACTIONS(5450), - [anon_sym_TILDE] = ACTIONS(5450), - [anon_sym_STAR] = ACTIONS(5450), - [anon_sym_AMP_AMP] = ACTIONS(5450), - [anon_sym_AMP] = ACTIONS(5448), - [anon_sym_SEMI] = ACTIONS(5450), - [anon_sym___extension__] = ACTIONS(5448), - [anon_sym_typedef] = ACTIONS(5448), - [anon_sym_virtual] = ACTIONS(5448), - [anon_sym_extern] = ACTIONS(5448), - [anon_sym___attribute__] = ACTIONS(5448), - [anon_sym___attribute] = ACTIONS(5448), - [anon_sym_COLON_COLON] = ACTIONS(5450), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5450), - [anon_sym___declspec] = ACTIONS(5448), - [anon_sym___based] = ACTIONS(5448), - [anon_sym_signed] = ACTIONS(5448), - [anon_sym_unsigned] = ACTIONS(5448), - [anon_sym_long] = ACTIONS(5448), - [anon_sym_short] = ACTIONS(5448), - [anon_sym_LBRACK] = ACTIONS(5448), - [anon_sym_static] = ACTIONS(5448), - [anon_sym_register] = ACTIONS(5448), - [anon_sym_inline] = ACTIONS(5448), - [anon_sym___inline] = ACTIONS(5448), - [anon_sym___inline__] = ACTIONS(5448), - [anon_sym___forceinline] = ACTIONS(5448), - [anon_sym_thread_local] = ACTIONS(5448), - [anon_sym___thread] = ACTIONS(5448), - [anon_sym_const] = ACTIONS(5448), - [anon_sym_constexpr] = ACTIONS(5448), - [anon_sym_volatile] = ACTIONS(5448), - [anon_sym_restrict] = ACTIONS(5448), - [anon_sym___restrict__] = ACTIONS(5448), - [anon_sym__Atomic] = ACTIONS(5448), - [anon_sym__Noreturn] = ACTIONS(5448), - [anon_sym_noreturn] = ACTIONS(5448), - [anon_sym__Nonnull] = ACTIONS(5448), - [anon_sym_mutable] = ACTIONS(5448), - [anon_sym_constinit] = ACTIONS(5448), - [anon_sym_consteval] = ACTIONS(5448), - [anon_sym_PROGMEM] = ACTIONS(5448), - [anon_sym_alignas] = ACTIONS(5448), - [anon_sym__Alignas] = ACTIONS(5448), - [aux_sym_primitive_type_token1] = ACTIONS(5448), - [anon_sym_byte] = ACTIONS(5448), - [anon_sym_word] = ACTIONS(5448), - [anon_sym_enum] = ACTIONS(5448), - [anon_sym_class] = ACTIONS(5448), - [anon_sym_struct] = ACTIONS(5448), - [anon_sym_union] = ACTIONS(5448), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5448), - [anon_sym_decltype] = ACTIONS(5448), - [anon_sym_explicit] = ACTIONS(5448), - [anon_sym_typename] = ACTIONS(5448), - [anon_sym_template] = ACTIONS(5448), - [anon_sym_operator] = ACTIONS(5448), - [anon_sym_friend] = ACTIONS(5448), - [anon_sym_public] = ACTIONS(5448), - [anon_sym_private] = ACTIONS(5448), - [anon_sym_protected] = ACTIONS(5448), - [anon_sym_using] = ACTIONS(5448), - [anon_sym_static_assert] = ACTIONS(5448), - }, - [2064] = { - [sym_identifier] = ACTIONS(5341), - [aux_sym_preproc_def_token1] = ACTIONS(5341), - [aux_sym_preproc_if_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5341), - [sym_preproc_directive] = ACTIONS(5341), - [anon_sym_LPAREN2] = ACTIONS(5343), - [anon_sym_TILDE] = ACTIONS(5343), - [anon_sym_STAR] = ACTIONS(5343), - [anon_sym_AMP_AMP] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5341), - [anon_sym_SEMI] = ACTIONS(5343), - [anon_sym___extension__] = ACTIONS(5341), - [anon_sym_typedef] = ACTIONS(5341), - [anon_sym_virtual] = ACTIONS(5341), - [anon_sym_extern] = ACTIONS(5341), - [anon_sym___attribute__] = ACTIONS(5341), - [anon_sym___attribute] = ACTIONS(5341), - [anon_sym_COLON_COLON] = ACTIONS(5343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5343), - [anon_sym___declspec] = ACTIONS(5341), - [anon_sym___based] = ACTIONS(5341), - [anon_sym_RBRACE] = ACTIONS(5343), - [anon_sym_signed] = ACTIONS(5341), - [anon_sym_unsigned] = ACTIONS(5341), - [anon_sym_long] = ACTIONS(5341), - [anon_sym_short] = ACTIONS(5341), - [anon_sym_LBRACK] = ACTIONS(5341), - [anon_sym_static] = ACTIONS(5341), - [anon_sym_register] = ACTIONS(5341), - [anon_sym_inline] = ACTIONS(5341), - [anon_sym___inline] = ACTIONS(5341), - [anon_sym___inline__] = ACTIONS(5341), - [anon_sym___forceinline] = ACTIONS(5341), - [anon_sym_thread_local] = ACTIONS(5341), - [anon_sym___thread] = ACTIONS(5341), - [anon_sym_const] = ACTIONS(5341), - [anon_sym_constexpr] = ACTIONS(5341), - [anon_sym_volatile] = ACTIONS(5341), - [anon_sym_restrict] = ACTIONS(5341), - [anon_sym___restrict__] = ACTIONS(5341), - [anon_sym__Atomic] = ACTIONS(5341), - [anon_sym__Noreturn] = ACTIONS(5341), - [anon_sym_noreturn] = ACTIONS(5341), - [anon_sym__Nonnull] = ACTIONS(5341), - [anon_sym_mutable] = ACTIONS(5341), - [anon_sym_constinit] = ACTIONS(5341), - [anon_sym_consteval] = ACTIONS(5341), - [anon_sym_PROGMEM] = ACTIONS(5341), - [anon_sym_alignas] = ACTIONS(5341), - [anon_sym__Alignas] = ACTIONS(5341), - [aux_sym_primitive_type_token1] = ACTIONS(5341), - [anon_sym_byte] = ACTIONS(5341), - [anon_sym_word] = ACTIONS(5341), - [anon_sym_enum] = ACTIONS(5341), - [anon_sym_class] = ACTIONS(5341), - [anon_sym_struct] = ACTIONS(5341), - [anon_sym_union] = ACTIONS(5341), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5341), - [anon_sym_decltype] = ACTIONS(5341), - [anon_sym_explicit] = ACTIONS(5341), - [anon_sym_typename] = ACTIONS(5341), - [anon_sym_template] = ACTIONS(5341), - [anon_sym_operator] = ACTIONS(5341), - [anon_sym_friend] = ACTIONS(5341), - [anon_sym_public] = ACTIONS(5341), - [anon_sym_private] = ACTIONS(5341), - [anon_sym_protected] = ACTIONS(5341), - [anon_sym_using] = ACTIONS(5341), - [anon_sym_static_assert] = ACTIONS(5341), + [1989] = { + [sym_identifier] = ACTIONS(5323), + [aux_sym_preproc_def_token1] = ACTIONS(5323), + [aux_sym_preproc_if_token1] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5323), + [sym_preproc_directive] = ACTIONS(5323), + [anon_sym_LPAREN2] = ACTIONS(5325), + [anon_sym_TILDE] = ACTIONS(5325), + [anon_sym_STAR] = ACTIONS(5325), + [anon_sym_AMP_AMP] = ACTIONS(5325), + [anon_sym_AMP] = ACTIONS(5323), + [anon_sym_SEMI] = ACTIONS(5325), + [anon_sym___extension__] = ACTIONS(5323), + [anon_sym_typedef] = ACTIONS(5323), + [anon_sym_virtual] = ACTIONS(5323), + [anon_sym_extern] = ACTIONS(5323), + [anon_sym___attribute__] = ACTIONS(5323), + [anon_sym___attribute] = ACTIONS(5323), + [anon_sym_COLON_COLON] = ACTIONS(5325), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5325), + [anon_sym___declspec] = ACTIONS(5323), + [anon_sym___based] = ACTIONS(5323), + [anon_sym_RBRACE] = ACTIONS(5325), + [anon_sym_signed] = ACTIONS(5323), + [anon_sym_unsigned] = ACTIONS(5323), + [anon_sym_long] = ACTIONS(5323), + [anon_sym_short] = ACTIONS(5323), + [anon_sym_LBRACK] = ACTIONS(5323), + [anon_sym_static] = ACTIONS(5323), + [anon_sym_register] = ACTIONS(5323), + [anon_sym_inline] = ACTIONS(5323), + [anon_sym___inline] = ACTIONS(5323), + [anon_sym___inline__] = ACTIONS(5323), + [anon_sym___forceinline] = ACTIONS(5323), + [anon_sym_thread_local] = ACTIONS(5323), + [anon_sym___thread] = ACTIONS(5323), + [anon_sym_const] = ACTIONS(5323), + [anon_sym_constexpr] = ACTIONS(5323), + [anon_sym_volatile] = ACTIONS(5323), + [anon_sym_restrict] = ACTIONS(5323), + [anon_sym___restrict__] = ACTIONS(5323), + [anon_sym__Atomic] = ACTIONS(5323), + [anon_sym__Noreturn] = ACTIONS(5323), + [anon_sym_noreturn] = ACTIONS(5323), + [anon_sym__Nonnull] = ACTIONS(5323), + [anon_sym_mutable] = ACTIONS(5323), + [anon_sym_constinit] = ACTIONS(5323), + [anon_sym_consteval] = ACTIONS(5323), + [anon_sym_PROGMEM] = ACTIONS(5323), + [anon_sym_alignas] = ACTIONS(5323), + [anon_sym__Alignas] = ACTIONS(5323), + [aux_sym_primitive_type_token1] = ACTIONS(5323), + [anon_sym_byte] = ACTIONS(5323), + [anon_sym_word] = ACTIONS(5323), + [anon_sym_enum] = ACTIONS(5323), + [anon_sym_class] = ACTIONS(5323), + [anon_sym_struct] = ACTIONS(5323), + [anon_sym_union] = ACTIONS(5323), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5323), + [anon_sym_decltype] = ACTIONS(5323), + [anon_sym_explicit] = ACTIONS(5323), + [anon_sym_typename] = ACTIONS(5323), + [anon_sym_template] = ACTIONS(5323), + [anon_sym_operator] = ACTIONS(5323), + [anon_sym_friend] = ACTIONS(5323), + [anon_sym_public] = ACTIONS(5323), + [anon_sym_private] = ACTIONS(5323), + [anon_sym_protected] = ACTIONS(5323), + [anon_sym_using] = ACTIONS(5323), + [anon_sym_static_assert] = ACTIONS(5323), }, - [2065] = { - [sym_identifier] = ACTIONS(5456), - [aux_sym_preproc_def_token1] = ACTIONS(5456), - [aux_sym_preproc_if_token1] = ACTIONS(5456), - [aux_sym_preproc_if_token2] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5456), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5456), - [sym_preproc_directive] = ACTIONS(5456), - [anon_sym_LPAREN2] = ACTIONS(5458), - [anon_sym_TILDE] = ACTIONS(5458), - [anon_sym_STAR] = ACTIONS(5458), - [anon_sym_AMP_AMP] = ACTIONS(5458), - [anon_sym_AMP] = ACTIONS(5456), - [anon_sym_SEMI] = ACTIONS(5458), - [anon_sym___extension__] = ACTIONS(5456), - [anon_sym_typedef] = ACTIONS(5456), - [anon_sym_virtual] = ACTIONS(5456), - [anon_sym_extern] = ACTIONS(5456), - [anon_sym___attribute__] = ACTIONS(5456), - [anon_sym___attribute] = ACTIONS(5456), - [anon_sym_COLON_COLON] = ACTIONS(5458), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5458), - [anon_sym___declspec] = ACTIONS(5456), - [anon_sym___based] = ACTIONS(5456), - [anon_sym_signed] = ACTIONS(5456), - [anon_sym_unsigned] = ACTIONS(5456), - [anon_sym_long] = ACTIONS(5456), - [anon_sym_short] = ACTIONS(5456), - [anon_sym_LBRACK] = ACTIONS(5456), - [anon_sym_static] = ACTIONS(5456), - [anon_sym_register] = ACTIONS(5456), - [anon_sym_inline] = ACTIONS(5456), - [anon_sym___inline] = ACTIONS(5456), - [anon_sym___inline__] = ACTIONS(5456), - [anon_sym___forceinline] = ACTIONS(5456), - [anon_sym_thread_local] = ACTIONS(5456), - [anon_sym___thread] = ACTIONS(5456), - [anon_sym_const] = ACTIONS(5456), - [anon_sym_constexpr] = ACTIONS(5456), - [anon_sym_volatile] = ACTIONS(5456), - [anon_sym_restrict] = ACTIONS(5456), - [anon_sym___restrict__] = ACTIONS(5456), - [anon_sym__Atomic] = ACTIONS(5456), - [anon_sym__Noreturn] = ACTIONS(5456), - [anon_sym_noreturn] = ACTIONS(5456), - [anon_sym__Nonnull] = ACTIONS(5456), - [anon_sym_mutable] = ACTIONS(5456), - [anon_sym_constinit] = ACTIONS(5456), - [anon_sym_consteval] = ACTIONS(5456), - [anon_sym_PROGMEM] = ACTIONS(5456), - [anon_sym_alignas] = ACTIONS(5456), - [anon_sym__Alignas] = ACTIONS(5456), - [aux_sym_primitive_type_token1] = ACTIONS(5456), - [anon_sym_byte] = ACTIONS(5456), - [anon_sym_word] = ACTIONS(5456), - [anon_sym_enum] = ACTIONS(5456), - [anon_sym_class] = ACTIONS(5456), - [anon_sym_struct] = ACTIONS(5456), - [anon_sym_union] = ACTIONS(5456), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5456), - [anon_sym_decltype] = ACTIONS(5456), - [anon_sym_explicit] = ACTIONS(5456), - [anon_sym_typename] = ACTIONS(5456), - [anon_sym_template] = ACTIONS(5456), - [anon_sym_operator] = ACTIONS(5456), - [anon_sym_friend] = ACTIONS(5456), - [anon_sym_public] = ACTIONS(5456), - [anon_sym_private] = ACTIONS(5456), - [anon_sym_protected] = ACTIONS(5456), - [anon_sym_using] = ACTIONS(5456), - [anon_sym_static_assert] = ACTIONS(5456), + [1990] = { + [sym_identifier] = ACTIONS(5327), + [aux_sym_preproc_def_token1] = ACTIONS(5327), + [aux_sym_preproc_if_token1] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5327), + [sym_preproc_directive] = ACTIONS(5327), + [anon_sym_LPAREN2] = ACTIONS(5329), + [anon_sym_TILDE] = ACTIONS(5329), + [anon_sym_STAR] = ACTIONS(5329), + [anon_sym_AMP_AMP] = ACTIONS(5329), + [anon_sym_AMP] = ACTIONS(5327), + [anon_sym_SEMI] = ACTIONS(5329), + [anon_sym___extension__] = ACTIONS(5327), + [anon_sym_typedef] = ACTIONS(5327), + [anon_sym_virtual] = ACTIONS(5327), + [anon_sym_extern] = ACTIONS(5327), + [anon_sym___attribute__] = ACTIONS(5327), + [anon_sym___attribute] = ACTIONS(5327), + [anon_sym_COLON_COLON] = ACTIONS(5329), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5329), + [anon_sym___declspec] = ACTIONS(5327), + [anon_sym___based] = ACTIONS(5327), + [anon_sym_RBRACE] = ACTIONS(5329), + [anon_sym_signed] = ACTIONS(5327), + [anon_sym_unsigned] = ACTIONS(5327), + [anon_sym_long] = ACTIONS(5327), + [anon_sym_short] = ACTIONS(5327), + [anon_sym_LBRACK] = ACTIONS(5327), + [anon_sym_static] = ACTIONS(5327), + [anon_sym_register] = ACTIONS(5327), + [anon_sym_inline] = ACTIONS(5327), + [anon_sym___inline] = ACTIONS(5327), + [anon_sym___inline__] = ACTIONS(5327), + [anon_sym___forceinline] = ACTIONS(5327), + [anon_sym_thread_local] = ACTIONS(5327), + [anon_sym___thread] = ACTIONS(5327), + [anon_sym_const] = ACTIONS(5327), + [anon_sym_constexpr] = ACTIONS(5327), + [anon_sym_volatile] = ACTIONS(5327), + [anon_sym_restrict] = ACTIONS(5327), + [anon_sym___restrict__] = ACTIONS(5327), + [anon_sym__Atomic] = ACTIONS(5327), + [anon_sym__Noreturn] = ACTIONS(5327), + [anon_sym_noreturn] = ACTIONS(5327), + [anon_sym__Nonnull] = ACTIONS(5327), + [anon_sym_mutable] = ACTIONS(5327), + [anon_sym_constinit] = ACTIONS(5327), + [anon_sym_consteval] = ACTIONS(5327), + [anon_sym_PROGMEM] = ACTIONS(5327), + [anon_sym_alignas] = ACTIONS(5327), + [anon_sym__Alignas] = ACTIONS(5327), + [aux_sym_primitive_type_token1] = ACTIONS(5327), + [anon_sym_byte] = ACTIONS(5327), + [anon_sym_word] = ACTIONS(5327), + [anon_sym_enum] = ACTIONS(5327), + [anon_sym_class] = ACTIONS(5327), + [anon_sym_struct] = ACTIONS(5327), + [anon_sym_union] = ACTIONS(5327), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5327), + [anon_sym_decltype] = ACTIONS(5327), + [anon_sym_explicit] = ACTIONS(5327), + [anon_sym_typename] = ACTIONS(5327), + [anon_sym_template] = ACTIONS(5327), + [anon_sym_operator] = ACTIONS(5327), + [anon_sym_friend] = ACTIONS(5327), + [anon_sym_public] = ACTIONS(5327), + [anon_sym_private] = ACTIONS(5327), + [anon_sym_protected] = ACTIONS(5327), + [anon_sym_using] = ACTIONS(5327), + [anon_sym_static_assert] = ACTIONS(5327), }, - [2066] = { - [sym_identifier] = ACTIONS(2823), - [aux_sym_preproc_def_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token1] = ACTIONS(2823), - [aux_sym_preproc_if_token2] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2823), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2823), - [sym_preproc_directive] = ACTIONS(2823), - [anon_sym_LPAREN2] = ACTIONS(2825), - [anon_sym_TILDE] = ACTIONS(2825), - [anon_sym_STAR] = ACTIONS(2825), - [anon_sym_AMP_AMP] = ACTIONS(2825), - [anon_sym_AMP] = ACTIONS(2823), - [anon_sym_SEMI] = ACTIONS(2825), - [anon_sym___extension__] = ACTIONS(2823), - [anon_sym_typedef] = ACTIONS(2823), - [anon_sym_virtual] = ACTIONS(2823), - [anon_sym_extern] = ACTIONS(2823), - [anon_sym___attribute__] = ACTIONS(2823), - [anon_sym___attribute] = ACTIONS(2823), - [anon_sym_COLON_COLON] = ACTIONS(2825), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2825), - [anon_sym___declspec] = ACTIONS(2823), - [anon_sym___based] = ACTIONS(2823), - [anon_sym_signed] = ACTIONS(2823), - [anon_sym_unsigned] = ACTIONS(2823), - [anon_sym_long] = ACTIONS(2823), - [anon_sym_short] = ACTIONS(2823), - [anon_sym_LBRACK] = ACTIONS(2823), - [anon_sym_static] = ACTIONS(2823), - [anon_sym_register] = ACTIONS(2823), - [anon_sym_inline] = ACTIONS(2823), - [anon_sym___inline] = ACTIONS(2823), - [anon_sym___inline__] = ACTIONS(2823), - [anon_sym___forceinline] = ACTIONS(2823), - [anon_sym_thread_local] = ACTIONS(2823), - [anon_sym___thread] = ACTIONS(2823), - [anon_sym_const] = ACTIONS(2823), - [anon_sym_constexpr] = ACTIONS(2823), - [anon_sym_volatile] = ACTIONS(2823), - [anon_sym_restrict] = ACTIONS(2823), - [anon_sym___restrict__] = ACTIONS(2823), - [anon_sym__Atomic] = ACTIONS(2823), - [anon_sym__Noreturn] = ACTIONS(2823), - [anon_sym_noreturn] = ACTIONS(2823), - [anon_sym__Nonnull] = ACTIONS(2823), - [anon_sym_mutable] = ACTIONS(2823), - [anon_sym_constinit] = ACTIONS(2823), - [anon_sym_consteval] = ACTIONS(2823), - [anon_sym_PROGMEM] = ACTIONS(2823), - [anon_sym_alignas] = ACTIONS(2823), - [anon_sym__Alignas] = ACTIONS(2823), - [aux_sym_primitive_type_token1] = ACTIONS(2823), - [anon_sym_byte] = ACTIONS(2823), - [anon_sym_word] = ACTIONS(2823), - [anon_sym_enum] = ACTIONS(2823), - [anon_sym_class] = ACTIONS(2823), - [anon_sym_struct] = ACTIONS(2823), - [anon_sym_union] = ACTIONS(2823), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2823), - [anon_sym_decltype] = ACTIONS(2823), - [anon_sym_explicit] = ACTIONS(2823), - [anon_sym_typename] = ACTIONS(2823), - [anon_sym_template] = ACTIONS(2823), - [anon_sym_operator] = ACTIONS(2823), - [anon_sym_friend] = ACTIONS(2823), - [anon_sym_public] = ACTIONS(2823), - [anon_sym_private] = ACTIONS(2823), - [anon_sym_protected] = ACTIONS(2823), - [anon_sym_using] = ACTIONS(2823), - [anon_sym_static_assert] = ACTIONS(2823), + [1991] = { + [sym_identifier] = ACTIONS(5331), + [aux_sym_preproc_def_token1] = ACTIONS(5331), + [aux_sym_preproc_if_token1] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5331), + [sym_preproc_directive] = ACTIONS(5331), + [anon_sym_LPAREN2] = ACTIONS(5333), + [anon_sym_TILDE] = ACTIONS(5333), + [anon_sym_STAR] = ACTIONS(5333), + [anon_sym_AMP_AMP] = ACTIONS(5333), + [anon_sym_AMP] = ACTIONS(5331), + [anon_sym_SEMI] = ACTIONS(5333), + [anon_sym___extension__] = ACTIONS(5331), + [anon_sym_typedef] = ACTIONS(5331), + [anon_sym_virtual] = ACTIONS(5331), + [anon_sym_extern] = ACTIONS(5331), + [anon_sym___attribute__] = ACTIONS(5331), + [anon_sym___attribute] = ACTIONS(5331), + [anon_sym_COLON_COLON] = ACTIONS(5333), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5333), + [anon_sym___declspec] = ACTIONS(5331), + [anon_sym___based] = ACTIONS(5331), + [anon_sym_RBRACE] = ACTIONS(5333), + [anon_sym_signed] = ACTIONS(5331), + [anon_sym_unsigned] = ACTIONS(5331), + [anon_sym_long] = ACTIONS(5331), + [anon_sym_short] = ACTIONS(5331), + [anon_sym_LBRACK] = ACTIONS(5331), + [anon_sym_static] = ACTIONS(5331), + [anon_sym_register] = ACTIONS(5331), + [anon_sym_inline] = ACTIONS(5331), + [anon_sym___inline] = ACTIONS(5331), + [anon_sym___inline__] = ACTIONS(5331), + [anon_sym___forceinline] = ACTIONS(5331), + [anon_sym_thread_local] = ACTIONS(5331), + [anon_sym___thread] = ACTIONS(5331), + [anon_sym_const] = ACTIONS(5331), + [anon_sym_constexpr] = ACTIONS(5331), + [anon_sym_volatile] = ACTIONS(5331), + [anon_sym_restrict] = ACTIONS(5331), + [anon_sym___restrict__] = ACTIONS(5331), + [anon_sym__Atomic] = ACTIONS(5331), + [anon_sym__Noreturn] = ACTIONS(5331), + [anon_sym_noreturn] = ACTIONS(5331), + [anon_sym__Nonnull] = ACTIONS(5331), + [anon_sym_mutable] = ACTIONS(5331), + [anon_sym_constinit] = ACTIONS(5331), + [anon_sym_consteval] = ACTIONS(5331), + [anon_sym_PROGMEM] = ACTIONS(5331), + [anon_sym_alignas] = ACTIONS(5331), + [anon_sym__Alignas] = ACTIONS(5331), + [aux_sym_primitive_type_token1] = ACTIONS(5331), + [anon_sym_byte] = ACTIONS(5331), + [anon_sym_word] = ACTIONS(5331), + [anon_sym_enum] = ACTIONS(5331), + [anon_sym_class] = ACTIONS(5331), + [anon_sym_struct] = ACTIONS(5331), + [anon_sym_union] = ACTIONS(5331), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5331), + [anon_sym_decltype] = ACTIONS(5331), + [anon_sym_explicit] = ACTIONS(5331), + [anon_sym_typename] = ACTIONS(5331), + [anon_sym_template] = ACTIONS(5331), + [anon_sym_operator] = ACTIONS(5331), + [anon_sym_friend] = ACTIONS(5331), + [anon_sym_public] = ACTIONS(5331), + [anon_sym_private] = ACTIONS(5331), + [anon_sym_protected] = ACTIONS(5331), + [anon_sym_using] = ACTIONS(5331), + [anon_sym_static_assert] = ACTIONS(5331), }, - [2067] = { - [sym_identifier] = ACTIONS(5277), - [aux_sym_preproc_def_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token1] = ACTIONS(5277), - [aux_sym_preproc_if_token2] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5277), - [sym_preproc_directive] = ACTIONS(5277), - [anon_sym_LPAREN2] = ACTIONS(5279), - [anon_sym_TILDE] = ACTIONS(5279), - [anon_sym_STAR] = ACTIONS(5279), - [anon_sym_AMP_AMP] = ACTIONS(5279), - [anon_sym_AMP] = ACTIONS(5277), - [anon_sym_SEMI] = ACTIONS(5279), - [anon_sym___extension__] = ACTIONS(5277), - [anon_sym_typedef] = ACTIONS(5277), - [anon_sym_virtual] = ACTIONS(5277), - [anon_sym_extern] = ACTIONS(5277), - [anon_sym___attribute__] = ACTIONS(5277), - [anon_sym___attribute] = ACTIONS(5277), - [anon_sym_COLON_COLON] = ACTIONS(5279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5279), - [anon_sym___declspec] = ACTIONS(5277), - [anon_sym___based] = ACTIONS(5277), - [anon_sym_signed] = ACTIONS(5277), - [anon_sym_unsigned] = ACTIONS(5277), - [anon_sym_long] = ACTIONS(5277), - [anon_sym_short] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(5277), - [anon_sym_static] = ACTIONS(5277), - [anon_sym_register] = ACTIONS(5277), - [anon_sym_inline] = ACTIONS(5277), - [anon_sym___inline] = ACTIONS(5277), - [anon_sym___inline__] = ACTIONS(5277), - [anon_sym___forceinline] = ACTIONS(5277), - [anon_sym_thread_local] = ACTIONS(5277), - [anon_sym___thread] = ACTIONS(5277), - [anon_sym_const] = ACTIONS(5277), - [anon_sym_constexpr] = ACTIONS(5277), - [anon_sym_volatile] = ACTIONS(5277), - [anon_sym_restrict] = ACTIONS(5277), - [anon_sym___restrict__] = ACTIONS(5277), - [anon_sym__Atomic] = ACTIONS(5277), - [anon_sym__Noreturn] = ACTIONS(5277), - [anon_sym_noreturn] = ACTIONS(5277), - [anon_sym__Nonnull] = ACTIONS(5277), - [anon_sym_mutable] = ACTIONS(5277), - [anon_sym_constinit] = ACTIONS(5277), - [anon_sym_consteval] = ACTIONS(5277), - [anon_sym_PROGMEM] = ACTIONS(5277), - [anon_sym_alignas] = ACTIONS(5277), - [anon_sym__Alignas] = ACTIONS(5277), - [aux_sym_primitive_type_token1] = ACTIONS(5277), - [anon_sym_byte] = ACTIONS(5277), - [anon_sym_word] = ACTIONS(5277), - [anon_sym_enum] = ACTIONS(5277), - [anon_sym_class] = ACTIONS(5277), - [anon_sym_struct] = ACTIONS(5277), - [anon_sym_union] = ACTIONS(5277), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5277), - [anon_sym_decltype] = ACTIONS(5277), - [anon_sym_explicit] = ACTIONS(5277), - [anon_sym_typename] = ACTIONS(5277), - [anon_sym_template] = ACTIONS(5277), - [anon_sym_operator] = ACTIONS(5277), - [anon_sym_friend] = ACTIONS(5277), - [anon_sym_public] = ACTIONS(5277), - [anon_sym_private] = ACTIONS(5277), - [anon_sym_protected] = ACTIONS(5277), - [anon_sym_using] = ACTIONS(5277), - [anon_sym_static_assert] = ACTIONS(5277), + [1992] = { + [sym_identifier] = ACTIONS(3147), + [aux_sym_preproc_def_token1] = ACTIONS(3147), + [aux_sym_preproc_if_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3147), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3147), + [sym_preproc_directive] = ACTIONS(3147), + [anon_sym_LPAREN2] = ACTIONS(3149), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_SEMI] = ACTIONS(3149), + [anon_sym___extension__] = ACTIONS(3147), + [anon_sym_typedef] = ACTIONS(3147), + [anon_sym_virtual] = ACTIONS(3147), + [anon_sym_extern] = ACTIONS(3147), + [anon_sym___attribute__] = ACTIONS(3147), + [anon_sym___attribute] = ACTIONS(3147), + [anon_sym_COLON_COLON] = ACTIONS(3149), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3149), + [anon_sym___declspec] = ACTIONS(3147), + [anon_sym___based] = ACTIONS(3147), + [anon_sym_RBRACE] = ACTIONS(3149), + [anon_sym_signed] = ACTIONS(3147), + [anon_sym_unsigned] = ACTIONS(3147), + [anon_sym_long] = ACTIONS(3147), + [anon_sym_short] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3147), + [anon_sym_static] = ACTIONS(3147), + [anon_sym_register] = ACTIONS(3147), + [anon_sym_inline] = ACTIONS(3147), + [anon_sym___inline] = ACTIONS(3147), + [anon_sym___inline__] = ACTIONS(3147), + [anon_sym___forceinline] = ACTIONS(3147), + [anon_sym_thread_local] = ACTIONS(3147), + [anon_sym___thread] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_constexpr] = ACTIONS(3147), + [anon_sym_volatile] = ACTIONS(3147), + [anon_sym_restrict] = ACTIONS(3147), + [anon_sym___restrict__] = ACTIONS(3147), + [anon_sym__Atomic] = ACTIONS(3147), + [anon_sym__Noreturn] = ACTIONS(3147), + [anon_sym_noreturn] = ACTIONS(3147), + [anon_sym__Nonnull] = ACTIONS(3147), + [anon_sym_mutable] = ACTIONS(3147), + [anon_sym_constinit] = ACTIONS(3147), + [anon_sym_consteval] = ACTIONS(3147), + [anon_sym_PROGMEM] = ACTIONS(3147), + [anon_sym_alignas] = ACTIONS(3147), + [anon_sym__Alignas] = ACTIONS(3147), + [aux_sym_primitive_type_token1] = ACTIONS(3147), + [anon_sym_byte] = ACTIONS(3147), + [anon_sym_word] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_class] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3147), + [anon_sym_decltype] = ACTIONS(3147), + [anon_sym_explicit] = ACTIONS(3147), + [anon_sym_typename] = ACTIONS(3147), + [anon_sym_template] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3147), + [anon_sym_friend] = ACTIONS(3147), + [anon_sym_public] = ACTIONS(3147), + [anon_sym_private] = ACTIONS(3147), + [anon_sym_protected] = ACTIONS(3147), + [anon_sym_using] = ACTIONS(3147), + [anon_sym_static_assert] = ACTIONS(3147), }, - [2068] = { + [1993] = { [sym_identifier] = ACTIONS(5431), [aux_sym_preproc_def_token1] = ACTIONS(5431), [aux_sym_preproc_if_token1] = ACTIONS(5431), @@ -278224,240 +272749,5931 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(5431), [anon_sym_union] = ACTIONS(5431), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5431), - [anon_sym_decltype] = ACTIONS(5431), - [anon_sym_explicit] = ACTIONS(5431), - [anon_sym_typename] = ACTIONS(5431), - [anon_sym_template] = ACTIONS(5431), - [anon_sym_operator] = ACTIONS(5431), - [anon_sym_friend] = ACTIONS(5431), - [anon_sym_public] = ACTIONS(5431), - [anon_sym_private] = ACTIONS(5431), - [anon_sym_protected] = ACTIONS(5431), - [anon_sym_using] = ACTIONS(5431), - [anon_sym_static_assert] = ACTIONS(5431), + [sym_auto] = ACTIONS(5431), + [anon_sym_decltype] = ACTIONS(5431), + [anon_sym_explicit] = ACTIONS(5431), + [anon_sym_typename] = ACTIONS(5431), + [anon_sym_template] = ACTIONS(5431), + [anon_sym_operator] = ACTIONS(5431), + [anon_sym_friend] = ACTIONS(5431), + [anon_sym_public] = ACTIONS(5431), + [anon_sym_private] = ACTIONS(5431), + [anon_sym_protected] = ACTIONS(5431), + [anon_sym_using] = ACTIONS(5431), + [anon_sym_static_assert] = ACTIONS(5431), + }, + [1994] = { + [sym_identifier] = ACTIONS(5447), + [aux_sym_preproc_def_token1] = ACTIONS(5447), + [aux_sym_preproc_if_token1] = ACTIONS(5447), + [aux_sym_preproc_if_token2] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5447), + [sym_preproc_directive] = ACTIONS(5447), + [anon_sym_LPAREN2] = ACTIONS(5449), + [anon_sym_TILDE] = ACTIONS(5449), + [anon_sym_STAR] = ACTIONS(5449), + [anon_sym_AMP_AMP] = ACTIONS(5449), + [anon_sym_AMP] = ACTIONS(5447), + [anon_sym_SEMI] = ACTIONS(5449), + [anon_sym___extension__] = ACTIONS(5447), + [anon_sym_typedef] = ACTIONS(5447), + [anon_sym_virtual] = ACTIONS(5447), + [anon_sym_extern] = ACTIONS(5447), + [anon_sym___attribute__] = ACTIONS(5447), + [anon_sym___attribute] = ACTIONS(5447), + [anon_sym_COLON_COLON] = ACTIONS(5449), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5449), + [anon_sym___declspec] = ACTIONS(5447), + [anon_sym___based] = ACTIONS(5447), + [anon_sym_signed] = ACTIONS(5447), + [anon_sym_unsigned] = ACTIONS(5447), + [anon_sym_long] = ACTIONS(5447), + [anon_sym_short] = ACTIONS(5447), + [anon_sym_LBRACK] = ACTIONS(5447), + [anon_sym_static] = ACTIONS(5447), + [anon_sym_register] = ACTIONS(5447), + [anon_sym_inline] = ACTIONS(5447), + [anon_sym___inline] = ACTIONS(5447), + [anon_sym___inline__] = ACTIONS(5447), + [anon_sym___forceinline] = ACTIONS(5447), + [anon_sym_thread_local] = ACTIONS(5447), + [anon_sym___thread] = ACTIONS(5447), + [anon_sym_const] = ACTIONS(5447), + [anon_sym_constexpr] = ACTIONS(5447), + [anon_sym_volatile] = ACTIONS(5447), + [anon_sym_restrict] = ACTIONS(5447), + [anon_sym___restrict__] = ACTIONS(5447), + [anon_sym__Atomic] = ACTIONS(5447), + [anon_sym__Noreturn] = ACTIONS(5447), + [anon_sym_noreturn] = ACTIONS(5447), + [anon_sym__Nonnull] = ACTIONS(5447), + [anon_sym_mutable] = ACTIONS(5447), + [anon_sym_constinit] = ACTIONS(5447), + [anon_sym_consteval] = ACTIONS(5447), + [anon_sym_PROGMEM] = ACTIONS(5447), + [anon_sym_alignas] = ACTIONS(5447), + [anon_sym__Alignas] = ACTIONS(5447), + [aux_sym_primitive_type_token1] = ACTIONS(5447), + [anon_sym_byte] = ACTIONS(5447), + [anon_sym_word] = ACTIONS(5447), + [anon_sym_enum] = ACTIONS(5447), + [anon_sym_class] = ACTIONS(5447), + [anon_sym_struct] = ACTIONS(5447), + [anon_sym_union] = ACTIONS(5447), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5447), + [anon_sym_decltype] = ACTIONS(5447), + [anon_sym_explicit] = ACTIONS(5447), + [anon_sym_typename] = ACTIONS(5447), + [anon_sym_template] = ACTIONS(5447), + [anon_sym_operator] = ACTIONS(5447), + [anon_sym_friend] = ACTIONS(5447), + [anon_sym_public] = ACTIONS(5447), + [anon_sym_private] = ACTIONS(5447), + [anon_sym_protected] = ACTIONS(5447), + [anon_sym_using] = ACTIONS(5447), + [anon_sym_static_assert] = ACTIONS(5447), + }, + [1995] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_RBRACE] = ACTIONS(5337), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [1996] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_RBRACE] = ACTIONS(5337), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [1997] = { + [sym_identifier] = ACTIONS(5339), + [aux_sym_preproc_def_token1] = ACTIONS(5339), + [aux_sym_preproc_if_token1] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5339), + [sym_preproc_directive] = ACTIONS(5339), + [anon_sym_LPAREN2] = ACTIONS(5341), + [anon_sym_TILDE] = ACTIONS(5341), + [anon_sym_STAR] = ACTIONS(5341), + [anon_sym_AMP_AMP] = ACTIONS(5341), + [anon_sym_AMP] = ACTIONS(5339), + [anon_sym_SEMI] = ACTIONS(5341), + [anon_sym___extension__] = ACTIONS(5339), + [anon_sym_typedef] = ACTIONS(5339), + [anon_sym_virtual] = ACTIONS(5339), + [anon_sym_extern] = ACTIONS(5339), + [anon_sym___attribute__] = ACTIONS(5339), + [anon_sym___attribute] = ACTIONS(5339), + [anon_sym_COLON_COLON] = ACTIONS(5341), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5341), + [anon_sym___declspec] = ACTIONS(5339), + [anon_sym___based] = ACTIONS(5339), + [anon_sym_RBRACE] = ACTIONS(5341), + [anon_sym_signed] = ACTIONS(5339), + [anon_sym_unsigned] = ACTIONS(5339), + [anon_sym_long] = ACTIONS(5339), + [anon_sym_short] = ACTIONS(5339), + [anon_sym_LBRACK] = ACTIONS(5339), + [anon_sym_static] = ACTIONS(5339), + [anon_sym_register] = ACTIONS(5339), + [anon_sym_inline] = ACTIONS(5339), + [anon_sym___inline] = ACTIONS(5339), + [anon_sym___inline__] = ACTIONS(5339), + [anon_sym___forceinline] = ACTIONS(5339), + [anon_sym_thread_local] = ACTIONS(5339), + [anon_sym___thread] = ACTIONS(5339), + [anon_sym_const] = ACTIONS(5339), + [anon_sym_constexpr] = ACTIONS(5339), + [anon_sym_volatile] = ACTIONS(5339), + [anon_sym_restrict] = ACTIONS(5339), + [anon_sym___restrict__] = ACTIONS(5339), + [anon_sym__Atomic] = ACTIONS(5339), + [anon_sym__Noreturn] = ACTIONS(5339), + [anon_sym_noreturn] = ACTIONS(5339), + [anon_sym__Nonnull] = ACTIONS(5339), + [anon_sym_mutable] = ACTIONS(5339), + [anon_sym_constinit] = ACTIONS(5339), + [anon_sym_consteval] = ACTIONS(5339), + [anon_sym_PROGMEM] = ACTIONS(5339), + [anon_sym_alignas] = ACTIONS(5339), + [anon_sym__Alignas] = ACTIONS(5339), + [aux_sym_primitive_type_token1] = ACTIONS(5339), + [anon_sym_byte] = ACTIONS(5339), + [anon_sym_word] = ACTIONS(5339), + [anon_sym_enum] = ACTIONS(5339), + [anon_sym_class] = ACTIONS(5339), + [anon_sym_struct] = ACTIONS(5339), + [anon_sym_union] = ACTIONS(5339), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5339), + [anon_sym_decltype] = ACTIONS(5339), + [anon_sym_explicit] = ACTIONS(5339), + [anon_sym_typename] = ACTIONS(5339), + [anon_sym_template] = ACTIONS(5339), + [anon_sym_operator] = ACTIONS(5339), + [anon_sym_friend] = ACTIONS(5339), + [anon_sym_public] = ACTIONS(5339), + [anon_sym_private] = ACTIONS(5339), + [anon_sym_protected] = ACTIONS(5339), + [anon_sym_using] = ACTIONS(5339), + [anon_sym_static_assert] = ACTIONS(5339), + }, + [1998] = { + [sym_identifier] = ACTIONS(5343), + [aux_sym_preproc_def_token1] = ACTIONS(5343), + [aux_sym_preproc_if_token1] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5343), + [sym_preproc_directive] = ACTIONS(5343), + [anon_sym_LPAREN2] = ACTIONS(5345), + [anon_sym_TILDE] = ACTIONS(5345), + [anon_sym_STAR] = ACTIONS(5345), + [anon_sym_AMP_AMP] = ACTIONS(5345), + [anon_sym_AMP] = ACTIONS(5343), + [anon_sym_SEMI] = ACTIONS(5345), + [anon_sym___extension__] = ACTIONS(5343), + [anon_sym_typedef] = ACTIONS(5343), + [anon_sym_virtual] = ACTIONS(5343), + [anon_sym_extern] = ACTIONS(5343), + [anon_sym___attribute__] = ACTIONS(5343), + [anon_sym___attribute] = ACTIONS(5343), + [anon_sym_COLON_COLON] = ACTIONS(5345), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5345), + [anon_sym___declspec] = ACTIONS(5343), + [anon_sym___based] = ACTIONS(5343), + [anon_sym_RBRACE] = ACTIONS(5345), + [anon_sym_signed] = ACTIONS(5343), + [anon_sym_unsigned] = ACTIONS(5343), + [anon_sym_long] = ACTIONS(5343), + [anon_sym_short] = ACTIONS(5343), + [anon_sym_LBRACK] = ACTIONS(5343), + [anon_sym_static] = ACTIONS(5343), + [anon_sym_register] = ACTIONS(5343), + [anon_sym_inline] = ACTIONS(5343), + [anon_sym___inline] = ACTIONS(5343), + [anon_sym___inline__] = ACTIONS(5343), + [anon_sym___forceinline] = ACTIONS(5343), + [anon_sym_thread_local] = ACTIONS(5343), + [anon_sym___thread] = ACTIONS(5343), + [anon_sym_const] = ACTIONS(5343), + [anon_sym_constexpr] = ACTIONS(5343), + [anon_sym_volatile] = ACTIONS(5343), + [anon_sym_restrict] = ACTIONS(5343), + [anon_sym___restrict__] = ACTIONS(5343), + [anon_sym__Atomic] = ACTIONS(5343), + [anon_sym__Noreturn] = ACTIONS(5343), + [anon_sym_noreturn] = ACTIONS(5343), + [anon_sym__Nonnull] = ACTIONS(5343), + [anon_sym_mutable] = ACTIONS(5343), + [anon_sym_constinit] = ACTIONS(5343), + [anon_sym_consteval] = ACTIONS(5343), + [anon_sym_PROGMEM] = ACTIONS(5343), + [anon_sym_alignas] = ACTIONS(5343), + [anon_sym__Alignas] = ACTIONS(5343), + [aux_sym_primitive_type_token1] = ACTIONS(5343), + [anon_sym_byte] = ACTIONS(5343), + [anon_sym_word] = ACTIONS(5343), + [anon_sym_enum] = ACTIONS(5343), + [anon_sym_class] = ACTIONS(5343), + [anon_sym_struct] = ACTIONS(5343), + [anon_sym_union] = ACTIONS(5343), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5343), + [anon_sym_decltype] = ACTIONS(5343), + [anon_sym_explicit] = ACTIONS(5343), + [anon_sym_typename] = ACTIONS(5343), + [anon_sym_template] = ACTIONS(5343), + [anon_sym_operator] = ACTIONS(5343), + [anon_sym_friend] = ACTIONS(5343), + [anon_sym_public] = ACTIONS(5343), + [anon_sym_private] = ACTIONS(5343), + [anon_sym_protected] = ACTIONS(5343), + [anon_sym_using] = ACTIONS(5343), + [anon_sym_static_assert] = ACTIONS(5343), + }, + [1999] = { + [sym_identifier] = ACTIONS(5347), + [aux_sym_preproc_def_token1] = ACTIONS(5347), + [aux_sym_preproc_if_token1] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5347), + [sym_preproc_directive] = ACTIONS(5347), + [anon_sym_LPAREN2] = ACTIONS(5349), + [anon_sym_TILDE] = ACTIONS(5349), + [anon_sym_STAR] = ACTIONS(5349), + [anon_sym_AMP_AMP] = ACTIONS(5349), + [anon_sym_AMP] = ACTIONS(5347), + [anon_sym_SEMI] = ACTIONS(5349), + [anon_sym___extension__] = ACTIONS(5347), + [anon_sym_typedef] = ACTIONS(5347), + [anon_sym_virtual] = ACTIONS(5347), + [anon_sym_extern] = ACTIONS(5347), + [anon_sym___attribute__] = ACTIONS(5347), + [anon_sym___attribute] = ACTIONS(5347), + [anon_sym_COLON_COLON] = ACTIONS(5349), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5349), + [anon_sym___declspec] = ACTIONS(5347), + [anon_sym___based] = ACTIONS(5347), + [anon_sym_RBRACE] = ACTIONS(5349), + [anon_sym_signed] = ACTIONS(5347), + [anon_sym_unsigned] = ACTIONS(5347), + [anon_sym_long] = ACTIONS(5347), + [anon_sym_short] = ACTIONS(5347), + [anon_sym_LBRACK] = ACTIONS(5347), + [anon_sym_static] = ACTIONS(5347), + [anon_sym_register] = ACTIONS(5347), + [anon_sym_inline] = ACTIONS(5347), + [anon_sym___inline] = ACTIONS(5347), + [anon_sym___inline__] = ACTIONS(5347), + [anon_sym___forceinline] = ACTIONS(5347), + [anon_sym_thread_local] = ACTIONS(5347), + [anon_sym___thread] = ACTIONS(5347), + [anon_sym_const] = ACTIONS(5347), + [anon_sym_constexpr] = ACTIONS(5347), + [anon_sym_volatile] = ACTIONS(5347), + [anon_sym_restrict] = ACTIONS(5347), + [anon_sym___restrict__] = ACTIONS(5347), + [anon_sym__Atomic] = ACTIONS(5347), + [anon_sym__Noreturn] = ACTIONS(5347), + [anon_sym_noreturn] = ACTIONS(5347), + [anon_sym__Nonnull] = ACTIONS(5347), + [anon_sym_mutable] = ACTIONS(5347), + [anon_sym_constinit] = ACTIONS(5347), + [anon_sym_consteval] = ACTIONS(5347), + [anon_sym_PROGMEM] = ACTIONS(5347), + [anon_sym_alignas] = ACTIONS(5347), + [anon_sym__Alignas] = ACTIONS(5347), + [aux_sym_primitive_type_token1] = ACTIONS(5347), + [anon_sym_byte] = ACTIONS(5347), + [anon_sym_word] = ACTIONS(5347), + [anon_sym_enum] = ACTIONS(5347), + [anon_sym_class] = ACTIONS(5347), + [anon_sym_struct] = ACTIONS(5347), + [anon_sym_union] = ACTIONS(5347), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5347), + [anon_sym_decltype] = ACTIONS(5347), + [anon_sym_explicit] = ACTIONS(5347), + [anon_sym_typename] = ACTIONS(5347), + [anon_sym_template] = ACTIONS(5347), + [anon_sym_operator] = ACTIONS(5347), + [anon_sym_friend] = ACTIONS(5347), + [anon_sym_public] = ACTIONS(5347), + [anon_sym_private] = ACTIONS(5347), + [anon_sym_protected] = ACTIONS(5347), + [anon_sym_using] = ACTIONS(5347), + [anon_sym_static_assert] = ACTIONS(5347), + }, + [2000] = { + [sym_identifier] = ACTIONS(5351), + [aux_sym_preproc_def_token1] = ACTIONS(5351), + [aux_sym_preproc_if_token1] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5351), + [sym_preproc_directive] = ACTIONS(5351), + [anon_sym_LPAREN2] = ACTIONS(5353), + [anon_sym_TILDE] = ACTIONS(5353), + [anon_sym_STAR] = ACTIONS(5353), + [anon_sym_AMP_AMP] = ACTIONS(5353), + [anon_sym_AMP] = ACTIONS(5351), + [anon_sym_SEMI] = ACTIONS(5353), + [anon_sym___extension__] = ACTIONS(5351), + [anon_sym_typedef] = ACTIONS(5351), + [anon_sym_virtual] = ACTIONS(5351), + [anon_sym_extern] = ACTIONS(5351), + [anon_sym___attribute__] = ACTIONS(5351), + [anon_sym___attribute] = ACTIONS(5351), + [anon_sym_COLON_COLON] = ACTIONS(5353), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5353), + [anon_sym___declspec] = ACTIONS(5351), + [anon_sym___based] = ACTIONS(5351), + [anon_sym_RBRACE] = ACTIONS(5353), + [anon_sym_signed] = ACTIONS(5351), + [anon_sym_unsigned] = ACTIONS(5351), + [anon_sym_long] = ACTIONS(5351), + [anon_sym_short] = ACTIONS(5351), + [anon_sym_LBRACK] = ACTIONS(5351), + [anon_sym_static] = ACTIONS(5351), + [anon_sym_register] = ACTIONS(5351), + [anon_sym_inline] = ACTIONS(5351), + [anon_sym___inline] = ACTIONS(5351), + [anon_sym___inline__] = ACTIONS(5351), + [anon_sym___forceinline] = ACTIONS(5351), + [anon_sym_thread_local] = ACTIONS(5351), + [anon_sym___thread] = ACTIONS(5351), + [anon_sym_const] = ACTIONS(5351), + [anon_sym_constexpr] = ACTIONS(5351), + [anon_sym_volatile] = ACTIONS(5351), + [anon_sym_restrict] = ACTIONS(5351), + [anon_sym___restrict__] = ACTIONS(5351), + [anon_sym__Atomic] = ACTIONS(5351), + [anon_sym__Noreturn] = ACTIONS(5351), + [anon_sym_noreturn] = ACTIONS(5351), + [anon_sym__Nonnull] = ACTIONS(5351), + [anon_sym_mutable] = ACTIONS(5351), + [anon_sym_constinit] = ACTIONS(5351), + [anon_sym_consteval] = ACTIONS(5351), + [anon_sym_PROGMEM] = ACTIONS(5351), + [anon_sym_alignas] = ACTIONS(5351), + [anon_sym__Alignas] = ACTIONS(5351), + [aux_sym_primitive_type_token1] = ACTIONS(5351), + [anon_sym_byte] = ACTIONS(5351), + [anon_sym_word] = ACTIONS(5351), + [anon_sym_enum] = ACTIONS(5351), + [anon_sym_class] = ACTIONS(5351), + [anon_sym_struct] = ACTIONS(5351), + [anon_sym_union] = ACTIONS(5351), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5351), + [anon_sym_decltype] = ACTIONS(5351), + [anon_sym_explicit] = ACTIONS(5351), + [anon_sym_typename] = ACTIONS(5351), + [anon_sym_template] = ACTIONS(5351), + [anon_sym_operator] = ACTIONS(5351), + [anon_sym_friend] = ACTIONS(5351), + [anon_sym_public] = ACTIONS(5351), + [anon_sym_private] = ACTIONS(5351), + [anon_sym_protected] = ACTIONS(5351), + [anon_sym_using] = ACTIONS(5351), + [anon_sym_static_assert] = ACTIONS(5351), + }, + [2001] = { + [sym_identifier] = ACTIONS(5355), + [aux_sym_preproc_def_token1] = ACTIONS(5355), + [aux_sym_preproc_if_token1] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5355), + [sym_preproc_directive] = ACTIONS(5355), + [anon_sym_LPAREN2] = ACTIONS(5357), + [anon_sym_TILDE] = ACTIONS(5357), + [anon_sym_STAR] = ACTIONS(5357), + [anon_sym_AMP_AMP] = ACTIONS(5357), + [anon_sym_AMP] = ACTIONS(5355), + [anon_sym_SEMI] = ACTIONS(5357), + [anon_sym___extension__] = ACTIONS(5355), + [anon_sym_typedef] = ACTIONS(5355), + [anon_sym_virtual] = ACTIONS(5355), + [anon_sym_extern] = ACTIONS(5355), + [anon_sym___attribute__] = ACTIONS(5355), + [anon_sym___attribute] = ACTIONS(5355), + [anon_sym_COLON_COLON] = ACTIONS(5357), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5357), + [anon_sym___declspec] = ACTIONS(5355), + [anon_sym___based] = ACTIONS(5355), + [anon_sym_RBRACE] = ACTIONS(5357), + [anon_sym_signed] = ACTIONS(5355), + [anon_sym_unsigned] = ACTIONS(5355), + [anon_sym_long] = ACTIONS(5355), + [anon_sym_short] = ACTIONS(5355), + [anon_sym_LBRACK] = ACTIONS(5355), + [anon_sym_static] = ACTIONS(5355), + [anon_sym_register] = ACTIONS(5355), + [anon_sym_inline] = ACTIONS(5355), + [anon_sym___inline] = ACTIONS(5355), + [anon_sym___inline__] = ACTIONS(5355), + [anon_sym___forceinline] = ACTIONS(5355), + [anon_sym_thread_local] = ACTIONS(5355), + [anon_sym___thread] = ACTIONS(5355), + [anon_sym_const] = ACTIONS(5355), + [anon_sym_constexpr] = ACTIONS(5355), + [anon_sym_volatile] = ACTIONS(5355), + [anon_sym_restrict] = ACTIONS(5355), + [anon_sym___restrict__] = ACTIONS(5355), + [anon_sym__Atomic] = ACTIONS(5355), + [anon_sym__Noreturn] = ACTIONS(5355), + [anon_sym_noreturn] = ACTIONS(5355), + [anon_sym__Nonnull] = ACTIONS(5355), + [anon_sym_mutable] = ACTIONS(5355), + [anon_sym_constinit] = ACTIONS(5355), + [anon_sym_consteval] = ACTIONS(5355), + [anon_sym_PROGMEM] = ACTIONS(5355), + [anon_sym_alignas] = ACTIONS(5355), + [anon_sym__Alignas] = ACTIONS(5355), + [aux_sym_primitive_type_token1] = ACTIONS(5355), + [anon_sym_byte] = ACTIONS(5355), + [anon_sym_word] = ACTIONS(5355), + [anon_sym_enum] = ACTIONS(5355), + [anon_sym_class] = ACTIONS(5355), + [anon_sym_struct] = ACTIONS(5355), + [anon_sym_union] = ACTIONS(5355), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5355), + [anon_sym_decltype] = ACTIONS(5355), + [anon_sym_explicit] = ACTIONS(5355), + [anon_sym_typename] = ACTIONS(5355), + [anon_sym_template] = ACTIONS(5355), + [anon_sym_operator] = ACTIONS(5355), + [anon_sym_friend] = ACTIONS(5355), + [anon_sym_public] = ACTIONS(5355), + [anon_sym_private] = ACTIONS(5355), + [anon_sym_protected] = ACTIONS(5355), + [anon_sym_using] = ACTIONS(5355), + [anon_sym_static_assert] = ACTIONS(5355), + }, + [2002] = { + [sym_identifier] = ACTIONS(3151), + [aux_sym_preproc_def_token1] = ACTIONS(3151), + [aux_sym_preproc_if_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3151), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3151), + [sym_preproc_directive] = ACTIONS(3151), + [anon_sym_LPAREN2] = ACTIONS(3153), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_SEMI] = ACTIONS(3153), + [anon_sym___extension__] = ACTIONS(3151), + [anon_sym_typedef] = ACTIONS(3151), + [anon_sym_virtual] = ACTIONS(3151), + [anon_sym_extern] = ACTIONS(3151), + [anon_sym___attribute__] = ACTIONS(3151), + [anon_sym___attribute] = ACTIONS(3151), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3153), + [anon_sym___declspec] = ACTIONS(3151), + [anon_sym___based] = ACTIONS(3151), + [anon_sym_RBRACE] = ACTIONS(3153), + [anon_sym_signed] = ACTIONS(3151), + [anon_sym_unsigned] = ACTIONS(3151), + [anon_sym_long] = ACTIONS(3151), + [anon_sym_short] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3151), + [anon_sym_static] = ACTIONS(3151), + [anon_sym_register] = ACTIONS(3151), + [anon_sym_inline] = ACTIONS(3151), + [anon_sym___inline] = ACTIONS(3151), + [anon_sym___inline__] = ACTIONS(3151), + [anon_sym___forceinline] = ACTIONS(3151), + [anon_sym_thread_local] = ACTIONS(3151), + [anon_sym___thread] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_constexpr] = ACTIONS(3151), + [anon_sym_volatile] = ACTIONS(3151), + [anon_sym_restrict] = ACTIONS(3151), + [anon_sym___restrict__] = ACTIONS(3151), + [anon_sym__Atomic] = ACTIONS(3151), + [anon_sym__Noreturn] = ACTIONS(3151), + [anon_sym_noreturn] = ACTIONS(3151), + [anon_sym__Nonnull] = ACTIONS(3151), + [anon_sym_mutable] = ACTIONS(3151), + [anon_sym_constinit] = ACTIONS(3151), + [anon_sym_consteval] = ACTIONS(3151), + [anon_sym_PROGMEM] = ACTIONS(3151), + [anon_sym_alignas] = ACTIONS(3151), + [anon_sym__Alignas] = ACTIONS(3151), + [aux_sym_primitive_type_token1] = ACTIONS(3151), + [anon_sym_byte] = ACTIONS(3151), + [anon_sym_word] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_class] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3151), + [anon_sym_decltype] = ACTIONS(3151), + [anon_sym_explicit] = ACTIONS(3151), + [anon_sym_typename] = ACTIONS(3151), + [anon_sym_template] = ACTIONS(3151), + [anon_sym_operator] = ACTIONS(3151), + [anon_sym_friend] = ACTIONS(3151), + [anon_sym_public] = ACTIONS(3151), + [anon_sym_private] = ACTIONS(3151), + [anon_sym_protected] = ACTIONS(3151), + [anon_sym_using] = ACTIONS(3151), + [anon_sym_static_assert] = ACTIONS(3151), + }, + [2003] = { + [sym_identifier] = ACTIONS(5464), + [aux_sym_preproc_def_token1] = ACTIONS(5464), + [aux_sym_preproc_if_token1] = ACTIONS(5464), + [aux_sym_preproc_if_token2] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5464), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5464), + [sym_preproc_directive] = ACTIONS(5464), + [anon_sym_LPAREN2] = ACTIONS(5466), + [anon_sym_TILDE] = ACTIONS(5466), + [anon_sym_STAR] = ACTIONS(5466), + [anon_sym_AMP_AMP] = ACTIONS(5466), + [anon_sym_AMP] = ACTIONS(5464), + [anon_sym_SEMI] = ACTIONS(5466), + [anon_sym___extension__] = ACTIONS(5464), + [anon_sym_typedef] = ACTIONS(5464), + [anon_sym_virtual] = ACTIONS(5464), + [anon_sym_extern] = ACTIONS(5464), + [anon_sym___attribute__] = ACTIONS(5464), + [anon_sym___attribute] = ACTIONS(5464), + [anon_sym_COLON_COLON] = ACTIONS(5466), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5466), + [anon_sym___declspec] = ACTIONS(5464), + [anon_sym___based] = ACTIONS(5464), + [anon_sym_signed] = ACTIONS(5464), + [anon_sym_unsigned] = ACTIONS(5464), + [anon_sym_long] = ACTIONS(5464), + [anon_sym_short] = ACTIONS(5464), + [anon_sym_LBRACK] = ACTIONS(5464), + [anon_sym_static] = ACTIONS(5464), + [anon_sym_register] = ACTIONS(5464), + [anon_sym_inline] = ACTIONS(5464), + [anon_sym___inline] = ACTIONS(5464), + [anon_sym___inline__] = ACTIONS(5464), + [anon_sym___forceinline] = ACTIONS(5464), + [anon_sym_thread_local] = ACTIONS(5464), + [anon_sym___thread] = ACTIONS(5464), + [anon_sym_const] = ACTIONS(5464), + [anon_sym_constexpr] = ACTIONS(5464), + [anon_sym_volatile] = ACTIONS(5464), + [anon_sym_restrict] = ACTIONS(5464), + [anon_sym___restrict__] = ACTIONS(5464), + [anon_sym__Atomic] = ACTIONS(5464), + [anon_sym__Noreturn] = ACTIONS(5464), + [anon_sym_noreturn] = ACTIONS(5464), + [anon_sym__Nonnull] = ACTIONS(5464), + [anon_sym_mutable] = ACTIONS(5464), + [anon_sym_constinit] = ACTIONS(5464), + [anon_sym_consteval] = ACTIONS(5464), + [anon_sym_PROGMEM] = ACTIONS(5464), + [anon_sym_alignas] = ACTIONS(5464), + [anon_sym__Alignas] = ACTIONS(5464), + [aux_sym_primitive_type_token1] = ACTIONS(5464), + [anon_sym_byte] = ACTIONS(5464), + [anon_sym_word] = ACTIONS(5464), + [anon_sym_enum] = ACTIONS(5464), + [anon_sym_class] = ACTIONS(5464), + [anon_sym_struct] = ACTIONS(5464), + [anon_sym_union] = ACTIONS(5464), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5464), + [anon_sym_decltype] = ACTIONS(5464), + [anon_sym_explicit] = ACTIONS(5464), + [anon_sym_typename] = ACTIONS(5464), + [anon_sym_template] = ACTIONS(5464), + [anon_sym_operator] = ACTIONS(5464), + [anon_sym_friend] = ACTIONS(5464), + [anon_sym_public] = ACTIONS(5464), + [anon_sym_private] = ACTIONS(5464), + [anon_sym_protected] = ACTIONS(5464), + [anon_sym_using] = ACTIONS(5464), + [anon_sym_static_assert] = ACTIONS(5464), + }, + [2004] = { + [sym_identifier] = ACTIONS(5303), + [aux_sym_preproc_def_token1] = ACTIONS(5303), + [aux_sym_preproc_if_token1] = ACTIONS(5303), + [aux_sym_preproc_if_token2] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5303), + [sym_preproc_directive] = ACTIONS(5303), + [anon_sym_LPAREN2] = ACTIONS(5305), + [anon_sym_TILDE] = ACTIONS(5305), + [anon_sym_STAR] = ACTIONS(5305), + [anon_sym_AMP_AMP] = ACTIONS(5305), + [anon_sym_AMP] = ACTIONS(5303), + [anon_sym_SEMI] = ACTIONS(5305), + [anon_sym___extension__] = ACTIONS(5303), + [anon_sym_typedef] = ACTIONS(5303), + [anon_sym_virtual] = ACTIONS(5303), + [anon_sym_extern] = ACTIONS(5303), + [anon_sym___attribute__] = ACTIONS(5303), + [anon_sym___attribute] = ACTIONS(5303), + [anon_sym_COLON_COLON] = ACTIONS(5305), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5305), + [anon_sym___declspec] = ACTIONS(5303), + [anon_sym___based] = ACTIONS(5303), + [anon_sym_signed] = ACTIONS(5303), + [anon_sym_unsigned] = ACTIONS(5303), + [anon_sym_long] = ACTIONS(5303), + [anon_sym_short] = ACTIONS(5303), + [anon_sym_LBRACK] = ACTIONS(5303), + [anon_sym_static] = ACTIONS(5303), + [anon_sym_register] = ACTIONS(5303), + [anon_sym_inline] = ACTIONS(5303), + [anon_sym___inline] = ACTIONS(5303), + [anon_sym___inline__] = ACTIONS(5303), + [anon_sym___forceinline] = ACTIONS(5303), + [anon_sym_thread_local] = ACTIONS(5303), + [anon_sym___thread] = ACTIONS(5303), + [anon_sym_const] = ACTIONS(5303), + [anon_sym_constexpr] = ACTIONS(5303), + [anon_sym_volatile] = ACTIONS(5303), + [anon_sym_restrict] = ACTIONS(5303), + [anon_sym___restrict__] = ACTIONS(5303), + [anon_sym__Atomic] = ACTIONS(5303), + [anon_sym__Noreturn] = ACTIONS(5303), + [anon_sym_noreturn] = ACTIONS(5303), + [anon_sym__Nonnull] = ACTIONS(5303), + [anon_sym_mutable] = ACTIONS(5303), + [anon_sym_constinit] = ACTIONS(5303), + [anon_sym_consteval] = ACTIONS(5303), + [anon_sym_PROGMEM] = ACTIONS(5303), + [anon_sym_alignas] = ACTIONS(5303), + [anon_sym__Alignas] = ACTIONS(5303), + [aux_sym_primitive_type_token1] = ACTIONS(5303), + [anon_sym_byte] = ACTIONS(5303), + [anon_sym_word] = ACTIONS(5303), + [anon_sym_enum] = ACTIONS(5303), + [anon_sym_class] = ACTIONS(5303), + [anon_sym_struct] = ACTIONS(5303), + [anon_sym_union] = ACTIONS(5303), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5303), + [anon_sym_decltype] = ACTIONS(5303), + [anon_sym_explicit] = ACTIONS(5303), + [anon_sym_typename] = ACTIONS(5303), + [anon_sym_template] = ACTIONS(5303), + [anon_sym_operator] = ACTIONS(5303), + [anon_sym_friend] = ACTIONS(5303), + [anon_sym_public] = ACTIONS(5303), + [anon_sym_private] = ACTIONS(5303), + [anon_sym_protected] = ACTIONS(5303), + [anon_sym_using] = ACTIONS(5303), + [anon_sym_static_assert] = ACTIONS(5303), + }, + [2005] = { + [sym_identifier] = ACTIONS(5427), + [aux_sym_preproc_def_token1] = ACTIONS(5427), + [aux_sym_preproc_if_token1] = ACTIONS(5427), + [aux_sym_preproc_if_token2] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5427), + [sym_preproc_directive] = ACTIONS(5427), + [anon_sym_LPAREN2] = ACTIONS(5429), + [anon_sym_TILDE] = ACTIONS(5429), + [anon_sym_STAR] = ACTIONS(5429), + [anon_sym_AMP_AMP] = ACTIONS(5429), + [anon_sym_AMP] = ACTIONS(5427), + [anon_sym_SEMI] = ACTIONS(5429), + [anon_sym___extension__] = ACTIONS(5427), + [anon_sym_typedef] = ACTIONS(5427), + [anon_sym_virtual] = ACTIONS(5427), + [anon_sym_extern] = ACTIONS(5427), + [anon_sym___attribute__] = ACTIONS(5427), + [anon_sym___attribute] = ACTIONS(5427), + [anon_sym_COLON_COLON] = ACTIONS(5429), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5429), + [anon_sym___declspec] = ACTIONS(5427), + [anon_sym___based] = ACTIONS(5427), + [anon_sym_signed] = ACTIONS(5427), + [anon_sym_unsigned] = ACTIONS(5427), + [anon_sym_long] = ACTIONS(5427), + [anon_sym_short] = ACTIONS(5427), + [anon_sym_LBRACK] = ACTIONS(5427), + [anon_sym_static] = ACTIONS(5427), + [anon_sym_register] = ACTIONS(5427), + [anon_sym_inline] = ACTIONS(5427), + [anon_sym___inline] = ACTIONS(5427), + [anon_sym___inline__] = ACTIONS(5427), + [anon_sym___forceinline] = ACTIONS(5427), + [anon_sym_thread_local] = ACTIONS(5427), + [anon_sym___thread] = ACTIONS(5427), + [anon_sym_const] = ACTIONS(5427), + [anon_sym_constexpr] = ACTIONS(5427), + [anon_sym_volatile] = ACTIONS(5427), + [anon_sym_restrict] = ACTIONS(5427), + [anon_sym___restrict__] = ACTIONS(5427), + [anon_sym__Atomic] = ACTIONS(5427), + [anon_sym__Noreturn] = ACTIONS(5427), + [anon_sym_noreturn] = ACTIONS(5427), + [anon_sym__Nonnull] = ACTIONS(5427), + [anon_sym_mutable] = ACTIONS(5427), + [anon_sym_constinit] = ACTIONS(5427), + [anon_sym_consteval] = ACTIONS(5427), + [anon_sym_PROGMEM] = ACTIONS(5427), + [anon_sym_alignas] = ACTIONS(5427), + [anon_sym__Alignas] = ACTIONS(5427), + [aux_sym_primitive_type_token1] = ACTIONS(5427), + [anon_sym_byte] = ACTIONS(5427), + [anon_sym_word] = ACTIONS(5427), + [anon_sym_enum] = ACTIONS(5427), + [anon_sym_class] = ACTIONS(5427), + [anon_sym_struct] = ACTIONS(5427), + [anon_sym_union] = ACTIONS(5427), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5427), + [anon_sym_decltype] = ACTIONS(5427), + [anon_sym_explicit] = ACTIONS(5427), + [anon_sym_typename] = ACTIONS(5427), + [anon_sym_template] = ACTIONS(5427), + [anon_sym_operator] = ACTIONS(5427), + [anon_sym_friend] = ACTIONS(5427), + [anon_sym_public] = ACTIONS(5427), + [anon_sym_private] = ACTIONS(5427), + [anon_sym_protected] = ACTIONS(5427), + [anon_sym_using] = ACTIONS(5427), + [anon_sym_static_assert] = ACTIONS(5427), + }, + [2006] = { + [sym_identifier] = ACTIONS(5289), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token2] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), + [anon_sym_LPAREN2] = ACTIONS(5291), + [anon_sym_TILDE] = ACTIONS(5291), + [anon_sym_STAR] = ACTIONS(5291), + [anon_sym_AMP_AMP] = ACTIONS(5291), + [anon_sym_AMP] = ACTIONS(5289), + [anon_sym_SEMI] = ACTIONS(5291), + [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), + [anon_sym___attribute__] = ACTIONS(5289), + [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), + [anon_sym___based] = ACTIONS(5289), + [anon_sym_signed] = ACTIONS(5289), + [anon_sym_unsigned] = ACTIONS(5289), + [anon_sym_long] = ACTIONS(5289), + [anon_sym_short] = ACTIONS(5289), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), + [anon_sym_const] = ACTIONS(5289), + [anon_sym_constexpr] = ACTIONS(5289), + [anon_sym_volatile] = ACTIONS(5289), + [anon_sym_restrict] = ACTIONS(5289), + [anon_sym___restrict__] = ACTIONS(5289), + [anon_sym__Atomic] = ACTIONS(5289), + [anon_sym__Noreturn] = ACTIONS(5289), + [anon_sym_noreturn] = ACTIONS(5289), + [anon_sym__Nonnull] = ACTIONS(5289), + [anon_sym_mutable] = ACTIONS(5289), + [anon_sym_constinit] = ACTIONS(5289), + [anon_sym_consteval] = ACTIONS(5289), + [anon_sym_PROGMEM] = ACTIONS(5289), + [anon_sym_alignas] = ACTIONS(5289), + [anon_sym__Alignas] = ACTIONS(5289), + [aux_sym_primitive_type_token1] = ACTIONS(5289), + [anon_sym_byte] = ACTIONS(5289), + [anon_sym_word] = ACTIONS(5289), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), + }, + [2007] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [2008] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [2009] = { + [sym_identifier] = ACTIONS(5293), + [aux_sym_preproc_def_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token1] = ACTIONS(5293), + [aux_sym_preproc_if_token2] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5293), + [sym_preproc_directive] = ACTIONS(5293), + [anon_sym_LPAREN2] = ACTIONS(5295), + [anon_sym_TILDE] = ACTIONS(5295), + [anon_sym_STAR] = ACTIONS(5295), + [anon_sym_AMP_AMP] = ACTIONS(5295), + [anon_sym_AMP] = ACTIONS(5293), + [anon_sym_SEMI] = ACTIONS(5295), + [anon_sym___extension__] = ACTIONS(5293), + [anon_sym_typedef] = ACTIONS(5293), + [anon_sym_virtual] = ACTIONS(5293), + [anon_sym_extern] = ACTIONS(5293), + [anon_sym___attribute__] = ACTIONS(5293), + [anon_sym___attribute] = ACTIONS(5293), + [anon_sym_COLON_COLON] = ACTIONS(5295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5295), + [anon_sym___declspec] = ACTIONS(5293), + [anon_sym___based] = ACTIONS(5293), + [anon_sym_signed] = ACTIONS(5293), + [anon_sym_unsigned] = ACTIONS(5293), + [anon_sym_long] = ACTIONS(5293), + [anon_sym_short] = ACTIONS(5293), + [anon_sym_LBRACK] = ACTIONS(5293), + [anon_sym_static] = ACTIONS(5293), + [anon_sym_register] = ACTIONS(5293), + [anon_sym_inline] = ACTIONS(5293), + [anon_sym___inline] = ACTIONS(5293), + [anon_sym___inline__] = ACTIONS(5293), + [anon_sym___forceinline] = ACTIONS(5293), + [anon_sym_thread_local] = ACTIONS(5293), + [anon_sym___thread] = ACTIONS(5293), + [anon_sym_const] = ACTIONS(5293), + [anon_sym_constexpr] = ACTIONS(5293), + [anon_sym_volatile] = ACTIONS(5293), + [anon_sym_restrict] = ACTIONS(5293), + [anon_sym___restrict__] = ACTIONS(5293), + [anon_sym__Atomic] = ACTIONS(5293), + [anon_sym__Noreturn] = ACTIONS(5293), + [anon_sym_noreturn] = ACTIONS(5293), + [anon_sym__Nonnull] = ACTIONS(5293), + [anon_sym_mutable] = ACTIONS(5293), + [anon_sym_constinit] = ACTIONS(5293), + [anon_sym_consteval] = ACTIONS(5293), + [anon_sym_PROGMEM] = ACTIONS(5293), + [anon_sym_alignas] = ACTIONS(5293), + [anon_sym__Alignas] = ACTIONS(5293), + [aux_sym_primitive_type_token1] = ACTIONS(5293), + [anon_sym_byte] = ACTIONS(5293), + [anon_sym_word] = ACTIONS(5293), + [anon_sym_enum] = ACTIONS(5293), + [anon_sym_class] = ACTIONS(5293), + [anon_sym_struct] = ACTIONS(5293), + [anon_sym_union] = ACTIONS(5293), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5293), + [anon_sym_decltype] = ACTIONS(5293), + [anon_sym_explicit] = ACTIONS(5293), + [anon_sym_typename] = ACTIONS(5293), + [anon_sym_template] = ACTIONS(5293), + [anon_sym_operator] = ACTIONS(5293), + [anon_sym_friend] = ACTIONS(5293), + [anon_sym_public] = ACTIONS(5293), + [anon_sym_private] = ACTIONS(5293), + [anon_sym_protected] = ACTIONS(5293), + [anon_sym_using] = ACTIONS(5293), + [anon_sym_static_assert] = ACTIONS(5293), + }, + [2010] = { + [sym_identifier] = ACTIONS(5289), + [aux_sym_preproc_def_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token1] = ACTIONS(5289), + [aux_sym_preproc_if_token2] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5289), + [sym_preproc_directive] = ACTIONS(5289), + [anon_sym_LPAREN2] = ACTIONS(5291), + [anon_sym_TILDE] = ACTIONS(5291), + [anon_sym_STAR] = ACTIONS(5291), + [anon_sym_AMP_AMP] = ACTIONS(5291), + [anon_sym_AMP] = ACTIONS(5289), + [anon_sym_SEMI] = ACTIONS(5291), + [anon_sym___extension__] = ACTIONS(5289), + [anon_sym_typedef] = ACTIONS(5289), + [anon_sym_virtual] = ACTIONS(5289), + [anon_sym_extern] = ACTIONS(5289), + [anon_sym___attribute__] = ACTIONS(5289), + [anon_sym___attribute] = ACTIONS(5289), + [anon_sym_COLON_COLON] = ACTIONS(5291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), + [anon_sym___declspec] = ACTIONS(5289), + [anon_sym___based] = ACTIONS(5289), + [anon_sym_signed] = ACTIONS(5289), + [anon_sym_unsigned] = ACTIONS(5289), + [anon_sym_long] = ACTIONS(5289), + [anon_sym_short] = ACTIONS(5289), + [anon_sym_LBRACK] = ACTIONS(5289), + [anon_sym_static] = ACTIONS(5289), + [anon_sym_register] = ACTIONS(5289), + [anon_sym_inline] = ACTIONS(5289), + [anon_sym___inline] = ACTIONS(5289), + [anon_sym___inline__] = ACTIONS(5289), + [anon_sym___forceinline] = ACTIONS(5289), + [anon_sym_thread_local] = ACTIONS(5289), + [anon_sym___thread] = ACTIONS(5289), + [anon_sym_const] = ACTIONS(5289), + [anon_sym_constexpr] = ACTIONS(5289), + [anon_sym_volatile] = ACTIONS(5289), + [anon_sym_restrict] = ACTIONS(5289), + [anon_sym___restrict__] = ACTIONS(5289), + [anon_sym__Atomic] = ACTIONS(5289), + [anon_sym__Noreturn] = ACTIONS(5289), + [anon_sym_noreturn] = ACTIONS(5289), + [anon_sym__Nonnull] = ACTIONS(5289), + [anon_sym_mutable] = ACTIONS(5289), + [anon_sym_constinit] = ACTIONS(5289), + [anon_sym_consteval] = ACTIONS(5289), + [anon_sym_PROGMEM] = ACTIONS(5289), + [anon_sym_alignas] = ACTIONS(5289), + [anon_sym__Alignas] = ACTIONS(5289), + [aux_sym_primitive_type_token1] = ACTIONS(5289), + [anon_sym_byte] = ACTIONS(5289), + [anon_sym_word] = ACTIONS(5289), + [anon_sym_enum] = ACTIONS(5289), + [anon_sym_class] = ACTIONS(5289), + [anon_sym_struct] = ACTIONS(5289), + [anon_sym_union] = ACTIONS(5289), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(5289), + [anon_sym_explicit] = ACTIONS(5289), + [anon_sym_typename] = ACTIONS(5289), + [anon_sym_template] = ACTIONS(5289), + [anon_sym_operator] = ACTIONS(5289), + [anon_sym_friend] = ACTIONS(5289), + [anon_sym_public] = ACTIONS(5289), + [anon_sym_private] = ACTIONS(5289), + [anon_sym_protected] = ACTIONS(5289), + [anon_sym_using] = ACTIONS(5289), + [anon_sym_static_assert] = ACTIONS(5289), + }, + [2011] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_RBRACE] = ACTIONS(5361), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [2012] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_RBRACE] = ACTIONS(5361), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [2013] = { + [sym_identifier] = ACTIONS(5363), + [aux_sym_preproc_def_token1] = ACTIONS(5363), + [aux_sym_preproc_if_token1] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5363), + [sym_preproc_directive] = ACTIONS(5363), + [anon_sym_LPAREN2] = ACTIONS(5365), + [anon_sym_TILDE] = ACTIONS(5365), + [anon_sym_STAR] = ACTIONS(5365), + [anon_sym_AMP_AMP] = ACTIONS(5365), + [anon_sym_AMP] = ACTIONS(5363), + [anon_sym_SEMI] = ACTIONS(5365), + [anon_sym___extension__] = ACTIONS(5363), + [anon_sym_typedef] = ACTIONS(5363), + [anon_sym_virtual] = ACTIONS(5363), + [anon_sym_extern] = ACTIONS(5363), + [anon_sym___attribute__] = ACTIONS(5363), + [anon_sym___attribute] = ACTIONS(5363), + [anon_sym_COLON_COLON] = ACTIONS(5365), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5365), + [anon_sym___declspec] = ACTIONS(5363), + [anon_sym___based] = ACTIONS(5363), + [anon_sym_RBRACE] = ACTIONS(5365), + [anon_sym_signed] = ACTIONS(5363), + [anon_sym_unsigned] = ACTIONS(5363), + [anon_sym_long] = ACTIONS(5363), + [anon_sym_short] = ACTIONS(5363), + [anon_sym_LBRACK] = ACTIONS(5363), + [anon_sym_static] = ACTIONS(5363), + [anon_sym_register] = ACTIONS(5363), + [anon_sym_inline] = ACTIONS(5363), + [anon_sym___inline] = ACTIONS(5363), + [anon_sym___inline__] = ACTIONS(5363), + [anon_sym___forceinline] = ACTIONS(5363), + [anon_sym_thread_local] = ACTIONS(5363), + [anon_sym___thread] = ACTIONS(5363), + [anon_sym_const] = ACTIONS(5363), + [anon_sym_constexpr] = ACTIONS(5363), + [anon_sym_volatile] = ACTIONS(5363), + [anon_sym_restrict] = ACTIONS(5363), + [anon_sym___restrict__] = ACTIONS(5363), + [anon_sym__Atomic] = ACTIONS(5363), + [anon_sym__Noreturn] = ACTIONS(5363), + [anon_sym_noreturn] = ACTIONS(5363), + [anon_sym__Nonnull] = ACTIONS(5363), + [anon_sym_mutable] = ACTIONS(5363), + [anon_sym_constinit] = ACTIONS(5363), + [anon_sym_consteval] = ACTIONS(5363), + [anon_sym_PROGMEM] = ACTIONS(5363), + [anon_sym_alignas] = ACTIONS(5363), + [anon_sym__Alignas] = ACTIONS(5363), + [aux_sym_primitive_type_token1] = ACTIONS(5363), + [anon_sym_byte] = ACTIONS(5363), + [anon_sym_word] = ACTIONS(5363), + [anon_sym_enum] = ACTIONS(5363), + [anon_sym_class] = ACTIONS(5363), + [anon_sym_struct] = ACTIONS(5363), + [anon_sym_union] = ACTIONS(5363), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5363), + [anon_sym_decltype] = ACTIONS(5363), + [anon_sym_explicit] = ACTIONS(5363), + [anon_sym_typename] = ACTIONS(5363), + [anon_sym_template] = ACTIONS(5363), + [anon_sym_operator] = ACTIONS(5363), + [anon_sym_friend] = ACTIONS(5363), + [anon_sym_public] = ACTIONS(5363), + [anon_sym_private] = ACTIONS(5363), + [anon_sym_protected] = ACTIONS(5363), + [anon_sym_using] = ACTIONS(5363), + [anon_sym_static_assert] = ACTIONS(5363), + }, + [2014] = { + [sym_identifier] = ACTIONS(5367), + [aux_sym_preproc_def_token1] = ACTIONS(5367), + [aux_sym_preproc_if_token1] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5367), + [sym_preproc_directive] = ACTIONS(5367), + [anon_sym_LPAREN2] = ACTIONS(5369), + [anon_sym_TILDE] = ACTIONS(5369), + [anon_sym_STAR] = ACTIONS(5369), + [anon_sym_AMP_AMP] = ACTIONS(5369), + [anon_sym_AMP] = ACTIONS(5367), + [anon_sym_SEMI] = ACTIONS(5369), + [anon_sym___extension__] = ACTIONS(5367), + [anon_sym_typedef] = ACTIONS(5367), + [anon_sym_virtual] = ACTIONS(5367), + [anon_sym_extern] = ACTIONS(5367), + [anon_sym___attribute__] = ACTIONS(5367), + [anon_sym___attribute] = ACTIONS(5367), + [anon_sym_COLON_COLON] = ACTIONS(5369), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5369), + [anon_sym___declspec] = ACTIONS(5367), + [anon_sym___based] = ACTIONS(5367), + [anon_sym_RBRACE] = ACTIONS(5369), + [anon_sym_signed] = ACTIONS(5367), + [anon_sym_unsigned] = ACTIONS(5367), + [anon_sym_long] = ACTIONS(5367), + [anon_sym_short] = ACTIONS(5367), + [anon_sym_LBRACK] = ACTIONS(5367), + [anon_sym_static] = ACTIONS(5367), + [anon_sym_register] = ACTIONS(5367), + [anon_sym_inline] = ACTIONS(5367), + [anon_sym___inline] = ACTIONS(5367), + [anon_sym___inline__] = ACTIONS(5367), + [anon_sym___forceinline] = ACTIONS(5367), + [anon_sym_thread_local] = ACTIONS(5367), + [anon_sym___thread] = ACTIONS(5367), + [anon_sym_const] = ACTIONS(5367), + [anon_sym_constexpr] = ACTIONS(5367), + [anon_sym_volatile] = ACTIONS(5367), + [anon_sym_restrict] = ACTIONS(5367), + [anon_sym___restrict__] = ACTIONS(5367), + [anon_sym__Atomic] = ACTIONS(5367), + [anon_sym__Noreturn] = ACTIONS(5367), + [anon_sym_noreturn] = ACTIONS(5367), + [anon_sym__Nonnull] = ACTIONS(5367), + [anon_sym_mutable] = ACTIONS(5367), + [anon_sym_constinit] = ACTIONS(5367), + [anon_sym_consteval] = ACTIONS(5367), + [anon_sym_PROGMEM] = ACTIONS(5367), + [anon_sym_alignas] = ACTIONS(5367), + [anon_sym__Alignas] = ACTIONS(5367), + [aux_sym_primitive_type_token1] = ACTIONS(5367), + [anon_sym_byte] = ACTIONS(5367), + [anon_sym_word] = ACTIONS(5367), + [anon_sym_enum] = ACTIONS(5367), + [anon_sym_class] = ACTIONS(5367), + [anon_sym_struct] = ACTIONS(5367), + [anon_sym_union] = ACTIONS(5367), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5367), + [anon_sym_decltype] = ACTIONS(5367), + [anon_sym_explicit] = ACTIONS(5367), + [anon_sym_typename] = ACTIONS(5367), + [anon_sym_template] = ACTIONS(5367), + [anon_sym_operator] = ACTIONS(5367), + [anon_sym_friend] = ACTIONS(5367), + [anon_sym_public] = ACTIONS(5367), + [anon_sym_private] = ACTIONS(5367), + [anon_sym_protected] = ACTIONS(5367), + [anon_sym_using] = ACTIONS(5367), + [anon_sym_static_assert] = ACTIONS(5367), + }, + [2015] = { + [sym_identifier] = ACTIONS(3000), + [aux_sym_preproc_def_token1] = ACTIONS(3000), + [aux_sym_preproc_if_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3000), + [sym_preproc_directive] = ACTIONS(3000), + [anon_sym_LPAREN2] = ACTIONS(3002), + [anon_sym_TILDE] = ACTIONS(3002), + [anon_sym_STAR] = ACTIONS(3002), + [anon_sym_AMP_AMP] = ACTIONS(3002), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_SEMI] = ACTIONS(3002), + [anon_sym___extension__] = ACTIONS(3000), + [anon_sym_typedef] = ACTIONS(3000), + [anon_sym_virtual] = ACTIONS(3000), + [anon_sym_extern] = ACTIONS(3000), + [anon_sym___attribute__] = ACTIONS(3000), + [anon_sym___attribute] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3002), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3002), + [anon_sym___declspec] = ACTIONS(3000), + [anon_sym___based] = ACTIONS(3000), + [anon_sym_RBRACE] = ACTIONS(3002), + [anon_sym_signed] = ACTIONS(3000), + [anon_sym_unsigned] = ACTIONS(3000), + [anon_sym_long] = ACTIONS(3000), + [anon_sym_short] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_static] = ACTIONS(3000), + [anon_sym_register] = ACTIONS(3000), + [anon_sym_inline] = ACTIONS(3000), + [anon_sym___inline] = ACTIONS(3000), + [anon_sym___inline__] = ACTIONS(3000), + [anon_sym___forceinline] = ACTIONS(3000), + [anon_sym_thread_local] = ACTIONS(3000), + [anon_sym___thread] = ACTIONS(3000), + [anon_sym_const] = ACTIONS(3000), + [anon_sym_constexpr] = ACTIONS(3000), + [anon_sym_volatile] = ACTIONS(3000), + [anon_sym_restrict] = ACTIONS(3000), + [anon_sym___restrict__] = ACTIONS(3000), + [anon_sym__Atomic] = ACTIONS(3000), + [anon_sym__Noreturn] = ACTIONS(3000), + [anon_sym_noreturn] = ACTIONS(3000), + [anon_sym__Nonnull] = ACTIONS(3000), + [anon_sym_mutable] = ACTIONS(3000), + [anon_sym_constinit] = ACTIONS(3000), + [anon_sym_consteval] = ACTIONS(3000), + [anon_sym_PROGMEM] = ACTIONS(3000), + [anon_sym_alignas] = ACTIONS(3000), + [anon_sym__Alignas] = ACTIONS(3000), + [aux_sym_primitive_type_token1] = ACTIONS(3000), + [anon_sym_byte] = ACTIONS(3000), + [anon_sym_word] = ACTIONS(3000), + [anon_sym_enum] = ACTIONS(3000), + [anon_sym_class] = ACTIONS(3000), + [anon_sym_struct] = ACTIONS(3000), + [anon_sym_union] = ACTIONS(3000), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3000), + [anon_sym_decltype] = ACTIONS(3000), + [anon_sym_explicit] = ACTIONS(3000), + [anon_sym_typename] = ACTIONS(3000), + [anon_sym_template] = ACTIONS(3000), + [anon_sym_operator] = ACTIONS(3000), + [anon_sym_friend] = ACTIONS(3000), + [anon_sym_public] = ACTIONS(3000), + [anon_sym_private] = ACTIONS(3000), + [anon_sym_protected] = ACTIONS(3000), + [anon_sym_using] = ACTIONS(3000), + [anon_sym_static_assert] = ACTIONS(3000), + }, + [2016] = { + [sym_identifier] = ACTIONS(3004), + [aux_sym_preproc_def_token1] = ACTIONS(3004), + [aux_sym_preproc_if_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3004), + [sym_preproc_directive] = ACTIONS(3004), + [anon_sym_LPAREN2] = ACTIONS(3006), + [anon_sym_TILDE] = ACTIONS(3006), + [anon_sym_STAR] = ACTIONS(3006), + [anon_sym_AMP_AMP] = ACTIONS(3006), + [anon_sym_AMP] = ACTIONS(3004), + [anon_sym_SEMI] = ACTIONS(3006), + [anon_sym___extension__] = ACTIONS(3004), + [anon_sym_typedef] = ACTIONS(3004), + [anon_sym_virtual] = ACTIONS(3004), + [anon_sym_extern] = ACTIONS(3004), + [anon_sym___attribute__] = ACTIONS(3004), + [anon_sym___attribute] = ACTIONS(3004), + [anon_sym_COLON_COLON] = ACTIONS(3006), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3006), + [anon_sym___declspec] = ACTIONS(3004), + [anon_sym___based] = ACTIONS(3004), + [anon_sym_RBRACE] = ACTIONS(3006), + [anon_sym_signed] = ACTIONS(3004), + [anon_sym_unsigned] = ACTIONS(3004), + [anon_sym_long] = ACTIONS(3004), + [anon_sym_short] = ACTIONS(3004), + [anon_sym_LBRACK] = ACTIONS(3004), + [anon_sym_static] = ACTIONS(3004), + [anon_sym_register] = ACTIONS(3004), + [anon_sym_inline] = ACTIONS(3004), + [anon_sym___inline] = ACTIONS(3004), + [anon_sym___inline__] = ACTIONS(3004), + [anon_sym___forceinline] = ACTIONS(3004), + [anon_sym_thread_local] = ACTIONS(3004), + [anon_sym___thread] = ACTIONS(3004), + [anon_sym_const] = ACTIONS(3004), + [anon_sym_constexpr] = ACTIONS(3004), + [anon_sym_volatile] = ACTIONS(3004), + [anon_sym_restrict] = ACTIONS(3004), + [anon_sym___restrict__] = ACTIONS(3004), + [anon_sym__Atomic] = ACTIONS(3004), + [anon_sym__Noreturn] = ACTIONS(3004), + [anon_sym_noreturn] = ACTIONS(3004), + [anon_sym__Nonnull] = ACTIONS(3004), + [anon_sym_mutable] = ACTIONS(3004), + [anon_sym_constinit] = ACTIONS(3004), + [anon_sym_consteval] = ACTIONS(3004), + [anon_sym_PROGMEM] = ACTIONS(3004), + [anon_sym_alignas] = ACTIONS(3004), + [anon_sym__Alignas] = ACTIONS(3004), + [aux_sym_primitive_type_token1] = ACTIONS(3004), + [anon_sym_byte] = ACTIONS(3004), + [anon_sym_word] = ACTIONS(3004), + [anon_sym_enum] = ACTIONS(3004), + [anon_sym_class] = ACTIONS(3004), + [anon_sym_struct] = ACTIONS(3004), + [anon_sym_union] = ACTIONS(3004), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3004), + [anon_sym_decltype] = ACTIONS(3004), + [anon_sym_explicit] = ACTIONS(3004), + [anon_sym_typename] = ACTIONS(3004), + [anon_sym_template] = ACTIONS(3004), + [anon_sym_operator] = ACTIONS(3004), + [anon_sym_friend] = ACTIONS(3004), + [anon_sym_public] = ACTIONS(3004), + [anon_sym_private] = ACTIONS(3004), + [anon_sym_protected] = ACTIONS(3004), + [anon_sym_using] = ACTIONS(3004), + [anon_sym_static_assert] = ACTIONS(3004), + }, + [2017] = { + [sym_identifier] = ACTIONS(5371), + [aux_sym_preproc_def_token1] = ACTIONS(5371), + [aux_sym_preproc_if_token1] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5371), + [sym_preproc_directive] = ACTIONS(5371), + [anon_sym_LPAREN2] = ACTIONS(5373), + [anon_sym_TILDE] = ACTIONS(5373), + [anon_sym_STAR] = ACTIONS(5373), + [anon_sym_AMP_AMP] = ACTIONS(5373), + [anon_sym_AMP] = ACTIONS(5371), + [anon_sym_SEMI] = ACTIONS(5373), + [anon_sym___extension__] = ACTIONS(5371), + [anon_sym_typedef] = ACTIONS(5371), + [anon_sym_virtual] = ACTIONS(5371), + [anon_sym_extern] = ACTIONS(5371), + [anon_sym___attribute__] = ACTIONS(5371), + [anon_sym___attribute] = ACTIONS(5371), + [anon_sym_COLON_COLON] = ACTIONS(5373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5373), + [anon_sym___declspec] = ACTIONS(5371), + [anon_sym___based] = ACTIONS(5371), + [anon_sym_RBRACE] = ACTIONS(5373), + [anon_sym_signed] = ACTIONS(5371), + [anon_sym_unsigned] = ACTIONS(5371), + [anon_sym_long] = ACTIONS(5371), + [anon_sym_short] = ACTIONS(5371), + [anon_sym_LBRACK] = ACTIONS(5371), + [anon_sym_static] = ACTIONS(5371), + [anon_sym_register] = ACTIONS(5371), + [anon_sym_inline] = ACTIONS(5371), + [anon_sym___inline] = ACTIONS(5371), + [anon_sym___inline__] = ACTIONS(5371), + [anon_sym___forceinline] = ACTIONS(5371), + [anon_sym_thread_local] = ACTIONS(5371), + [anon_sym___thread] = ACTIONS(5371), + [anon_sym_const] = ACTIONS(5371), + [anon_sym_constexpr] = ACTIONS(5371), + [anon_sym_volatile] = ACTIONS(5371), + [anon_sym_restrict] = ACTIONS(5371), + [anon_sym___restrict__] = ACTIONS(5371), + [anon_sym__Atomic] = ACTIONS(5371), + [anon_sym__Noreturn] = ACTIONS(5371), + [anon_sym_noreturn] = ACTIONS(5371), + [anon_sym__Nonnull] = ACTIONS(5371), + [anon_sym_mutable] = ACTIONS(5371), + [anon_sym_constinit] = ACTIONS(5371), + [anon_sym_consteval] = ACTIONS(5371), + [anon_sym_PROGMEM] = ACTIONS(5371), + [anon_sym_alignas] = ACTIONS(5371), + [anon_sym__Alignas] = ACTIONS(5371), + [aux_sym_primitive_type_token1] = ACTIONS(5371), + [anon_sym_byte] = ACTIONS(5371), + [anon_sym_word] = ACTIONS(5371), + [anon_sym_enum] = ACTIONS(5371), + [anon_sym_class] = ACTIONS(5371), + [anon_sym_struct] = ACTIONS(5371), + [anon_sym_union] = ACTIONS(5371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5371), + [anon_sym_decltype] = ACTIONS(5371), + [anon_sym_explicit] = ACTIONS(5371), + [anon_sym_typename] = ACTIONS(5371), + [anon_sym_template] = ACTIONS(5371), + [anon_sym_operator] = ACTIONS(5371), + [anon_sym_friend] = ACTIONS(5371), + [anon_sym_public] = ACTIONS(5371), + [anon_sym_private] = ACTIONS(5371), + [anon_sym_protected] = ACTIONS(5371), + [anon_sym_using] = ACTIONS(5371), + [anon_sym_static_assert] = ACTIONS(5371), + }, + [2018] = { + [sym_identifier] = ACTIONS(5375), + [aux_sym_preproc_def_token1] = ACTIONS(5375), + [aux_sym_preproc_if_token1] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5375), + [sym_preproc_directive] = ACTIONS(5375), + [anon_sym_LPAREN2] = ACTIONS(5377), + [anon_sym_TILDE] = ACTIONS(5377), + [anon_sym_STAR] = ACTIONS(5377), + [anon_sym_AMP_AMP] = ACTIONS(5377), + [anon_sym_AMP] = ACTIONS(5375), + [anon_sym_SEMI] = ACTIONS(5377), + [anon_sym___extension__] = ACTIONS(5375), + [anon_sym_typedef] = ACTIONS(5375), + [anon_sym_virtual] = ACTIONS(5375), + [anon_sym_extern] = ACTIONS(5375), + [anon_sym___attribute__] = ACTIONS(5375), + [anon_sym___attribute] = ACTIONS(5375), + [anon_sym_COLON_COLON] = ACTIONS(5377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5377), + [anon_sym___declspec] = ACTIONS(5375), + [anon_sym___based] = ACTIONS(5375), + [anon_sym_RBRACE] = ACTIONS(5377), + [anon_sym_signed] = ACTIONS(5375), + [anon_sym_unsigned] = ACTIONS(5375), + [anon_sym_long] = ACTIONS(5375), + [anon_sym_short] = ACTIONS(5375), + [anon_sym_LBRACK] = ACTIONS(5375), + [anon_sym_static] = ACTIONS(5375), + [anon_sym_register] = ACTIONS(5375), + [anon_sym_inline] = ACTIONS(5375), + [anon_sym___inline] = ACTIONS(5375), + [anon_sym___inline__] = ACTIONS(5375), + [anon_sym___forceinline] = ACTIONS(5375), + [anon_sym_thread_local] = ACTIONS(5375), + [anon_sym___thread] = ACTIONS(5375), + [anon_sym_const] = ACTIONS(5375), + [anon_sym_constexpr] = ACTIONS(5375), + [anon_sym_volatile] = ACTIONS(5375), + [anon_sym_restrict] = ACTIONS(5375), + [anon_sym___restrict__] = ACTIONS(5375), + [anon_sym__Atomic] = ACTIONS(5375), + [anon_sym__Noreturn] = ACTIONS(5375), + [anon_sym_noreturn] = ACTIONS(5375), + [anon_sym__Nonnull] = ACTIONS(5375), + [anon_sym_mutable] = ACTIONS(5375), + [anon_sym_constinit] = ACTIONS(5375), + [anon_sym_consteval] = ACTIONS(5375), + [anon_sym_PROGMEM] = ACTIONS(5375), + [anon_sym_alignas] = ACTIONS(5375), + [anon_sym__Alignas] = ACTIONS(5375), + [aux_sym_primitive_type_token1] = ACTIONS(5375), + [anon_sym_byte] = ACTIONS(5375), + [anon_sym_word] = ACTIONS(5375), + [anon_sym_enum] = ACTIONS(5375), + [anon_sym_class] = ACTIONS(5375), + [anon_sym_struct] = ACTIONS(5375), + [anon_sym_union] = ACTIONS(5375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5375), + [anon_sym_decltype] = ACTIONS(5375), + [anon_sym_explicit] = ACTIONS(5375), + [anon_sym_typename] = ACTIONS(5375), + [anon_sym_template] = ACTIONS(5375), + [anon_sym_operator] = ACTIONS(5375), + [anon_sym_friend] = ACTIONS(5375), + [anon_sym_public] = ACTIONS(5375), + [anon_sym_private] = ACTIONS(5375), + [anon_sym_protected] = ACTIONS(5375), + [anon_sym_using] = ACTIONS(5375), + [anon_sym_static_assert] = ACTIONS(5375), + }, + [2019] = { + [sym_identifier] = ACTIONS(5379), + [aux_sym_preproc_def_token1] = ACTIONS(5379), + [aux_sym_preproc_if_token1] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5379), + [sym_preproc_directive] = ACTIONS(5379), + [anon_sym_LPAREN2] = ACTIONS(5381), + [anon_sym_TILDE] = ACTIONS(5381), + [anon_sym_STAR] = ACTIONS(5381), + [anon_sym_AMP_AMP] = ACTIONS(5381), + [anon_sym_AMP] = ACTIONS(5379), + [anon_sym_SEMI] = ACTIONS(5381), + [anon_sym___extension__] = ACTIONS(5379), + [anon_sym_typedef] = ACTIONS(5379), + [anon_sym_virtual] = ACTIONS(5379), + [anon_sym_extern] = ACTIONS(5379), + [anon_sym___attribute__] = ACTIONS(5379), + [anon_sym___attribute] = ACTIONS(5379), + [anon_sym_COLON_COLON] = ACTIONS(5381), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5381), + [anon_sym___declspec] = ACTIONS(5379), + [anon_sym___based] = ACTIONS(5379), + [anon_sym_RBRACE] = ACTIONS(5381), + [anon_sym_signed] = ACTIONS(5379), + [anon_sym_unsigned] = ACTIONS(5379), + [anon_sym_long] = ACTIONS(5379), + [anon_sym_short] = ACTIONS(5379), + [anon_sym_LBRACK] = ACTIONS(5379), + [anon_sym_static] = ACTIONS(5379), + [anon_sym_register] = ACTIONS(5379), + [anon_sym_inline] = ACTIONS(5379), + [anon_sym___inline] = ACTIONS(5379), + [anon_sym___inline__] = ACTIONS(5379), + [anon_sym___forceinline] = ACTIONS(5379), + [anon_sym_thread_local] = ACTIONS(5379), + [anon_sym___thread] = ACTIONS(5379), + [anon_sym_const] = ACTIONS(5379), + [anon_sym_constexpr] = ACTIONS(5379), + [anon_sym_volatile] = ACTIONS(5379), + [anon_sym_restrict] = ACTIONS(5379), + [anon_sym___restrict__] = ACTIONS(5379), + [anon_sym__Atomic] = ACTIONS(5379), + [anon_sym__Noreturn] = ACTIONS(5379), + [anon_sym_noreturn] = ACTIONS(5379), + [anon_sym__Nonnull] = ACTIONS(5379), + [anon_sym_mutable] = ACTIONS(5379), + [anon_sym_constinit] = ACTIONS(5379), + [anon_sym_consteval] = ACTIONS(5379), + [anon_sym_PROGMEM] = ACTIONS(5379), + [anon_sym_alignas] = ACTIONS(5379), + [anon_sym__Alignas] = ACTIONS(5379), + [aux_sym_primitive_type_token1] = ACTIONS(5379), + [anon_sym_byte] = ACTIONS(5379), + [anon_sym_word] = ACTIONS(5379), + [anon_sym_enum] = ACTIONS(5379), + [anon_sym_class] = ACTIONS(5379), + [anon_sym_struct] = ACTIONS(5379), + [anon_sym_union] = ACTIONS(5379), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5379), + [anon_sym_decltype] = ACTIONS(5379), + [anon_sym_explicit] = ACTIONS(5379), + [anon_sym_typename] = ACTIONS(5379), + [anon_sym_template] = ACTIONS(5379), + [anon_sym_operator] = ACTIONS(5379), + [anon_sym_friend] = ACTIONS(5379), + [anon_sym_public] = ACTIONS(5379), + [anon_sym_private] = ACTIONS(5379), + [anon_sym_protected] = ACTIONS(5379), + [anon_sym_using] = ACTIONS(5379), + [anon_sym_static_assert] = ACTIONS(5379), + }, + [2020] = { + [sym_identifier] = ACTIONS(5391), + [aux_sym_preproc_def_token1] = ACTIONS(5391), + [aux_sym_preproc_if_token1] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5391), + [sym_preproc_directive] = ACTIONS(5391), + [anon_sym_LPAREN2] = ACTIONS(5393), + [anon_sym_TILDE] = ACTIONS(5393), + [anon_sym_STAR] = ACTIONS(5393), + [anon_sym_AMP_AMP] = ACTIONS(5393), + [anon_sym_AMP] = ACTIONS(5391), + [anon_sym_SEMI] = ACTIONS(5393), + [anon_sym___extension__] = ACTIONS(5391), + [anon_sym_typedef] = ACTIONS(5391), + [anon_sym_virtual] = ACTIONS(5391), + [anon_sym_extern] = ACTIONS(5391), + [anon_sym___attribute__] = ACTIONS(5391), + [anon_sym___attribute] = ACTIONS(5391), + [anon_sym_COLON_COLON] = ACTIONS(5393), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5393), + [anon_sym___declspec] = ACTIONS(5391), + [anon_sym___based] = ACTIONS(5391), + [anon_sym_RBRACE] = ACTIONS(5393), + [anon_sym_signed] = ACTIONS(5391), + [anon_sym_unsigned] = ACTIONS(5391), + [anon_sym_long] = ACTIONS(5391), + [anon_sym_short] = ACTIONS(5391), + [anon_sym_LBRACK] = ACTIONS(5391), + [anon_sym_static] = ACTIONS(5391), + [anon_sym_register] = ACTIONS(5391), + [anon_sym_inline] = ACTIONS(5391), + [anon_sym___inline] = ACTIONS(5391), + [anon_sym___inline__] = ACTIONS(5391), + [anon_sym___forceinline] = ACTIONS(5391), + [anon_sym_thread_local] = ACTIONS(5391), + [anon_sym___thread] = ACTIONS(5391), + [anon_sym_const] = ACTIONS(5391), + [anon_sym_constexpr] = ACTIONS(5391), + [anon_sym_volatile] = ACTIONS(5391), + [anon_sym_restrict] = ACTIONS(5391), + [anon_sym___restrict__] = ACTIONS(5391), + [anon_sym__Atomic] = ACTIONS(5391), + [anon_sym__Noreturn] = ACTIONS(5391), + [anon_sym_noreturn] = ACTIONS(5391), + [anon_sym__Nonnull] = ACTIONS(5391), + [anon_sym_mutable] = ACTIONS(5391), + [anon_sym_constinit] = ACTIONS(5391), + [anon_sym_consteval] = ACTIONS(5391), + [anon_sym_PROGMEM] = ACTIONS(5391), + [anon_sym_alignas] = ACTIONS(5391), + [anon_sym__Alignas] = ACTIONS(5391), + [aux_sym_primitive_type_token1] = ACTIONS(5391), + [anon_sym_byte] = ACTIONS(5391), + [anon_sym_word] = ACTIONS(5391), + [anon_sym_enum] = ACTIONS(5391), + [anon_sym_class] = ACTIONS(5391), + [anon_sym_struct] = ACTIONS(5391), + [anon_sym_union] = ACTIONS(5391), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5391), + [anon_sym_decltype] = ACTIONS(5391), + [anon_sym_explicit] = ACTIONS(5391), + [anon_sym_typename] = ACTIONS(5391), + [anon_sym_template] = ACTIONS(5391), + [anon_sym_operator] = ACTIONS(5391), + [anon_sym_friend] = ACTIONS(5391), + [anon_sym_public] = ACTIONS(5391), + [anon_sym_private] = ACTIONS(5391), + [anon_sym_protected] = ACTIONS(5391), + [anon_sym_using] = ACTIONS(5391), + [anon_sym_static_assert] = ACTIONS(5391), + }, + [2021] = { + [sym_template_argument_list] = STATE(1577), + [sym_identifier] = ACTIONS(4831), + [anon_sym_LPAREN2] = ACTIONS(4838), + [anon_sym_TILDE] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [anon_sym_PIPE_PIPE] = ACTIONS(4838), + [anon_sym_AMP_AMP] = ACTIONS(4838), + [anon_sym_AMP] = ACTIONS(4831), + [anon_sym_LT] = ACTIONS(5691), + [anon_sym___extension__] = ACTIONS(4831), + [anon_sym_virtual] = ACTIONS(4831), + [anon_sym_extern] = ACTIONS(4831), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4838), + [anon_sym___declspec] = ACTIONS(4831), + [anon_sym___based] = ACTIONS(4831), + [anon_sym___cdecl] = ACTIONS(4831), + [anon_sym___clrcall] = ACTIONS(4831), + [anon_sym___stdcall] = ACTIONS(4831), + [anon_sym___fastcall] = ACTIONS(4831), + [anon_sym___thiscall] = ACTIONS(4831), + [anon_sym___vectorcall] = ACTIONS(4831), + [anon_sym_signed] = ACTIONS(4831), + [anon_sym_unsigned] = ACTIONS(4831), + [anon_sym_long] = ACTIONS(4831), + [anon_sym_short] = ACTIONS(4831), + [anon_sym_LBRACK] = ACTIONS(4831), + [anon_sym_static] = ACTIONS(4831), + [anon_sym_register] = ACTIONS(4831), + [anon_sym_inline] = ACTIONS(4831), + [anon_sym___inline] = ACTIONS(4831), + [anon_sym___inline__] = ACTIONS(4831), + [anon_sym___forceinline] = ACTIONS(4831), + [anon_sym_thread_local] = ACTIONS(4831), + [anon_sym___thread] = ACTIONS(4831), + [anon_sym_const] = ACTIONS(4831), + [anon_sym_constexpr] = ACTIONS(4831), + [anon_sym_volatile] = ACTIONS(4831), + [anon_sym_restrict] = ACTIONS(4831), + [anon_sym___restrict__] = ACTIONS(4831), + [anon_sym__Atomic] = ACTIONS(4831), + [anon_sym__Noreturn] = ACTIONS(4831), + [anon_sym_noreturn] = ACTIONS(4831), + [anon_sym__Nonnull] = ACTIONS(4831), + [anon_sym_mutable] = ACTIONS(4831), + [anon_sym_constinit] = ACTIONS(4831), + [anon_sym_consteval] = ACTIONS(4831), + [anon_sym_PROGMEM] = ACTIONS(4831), + [anon_sym_alignas] = ACTIONS(4831), + [anon_sym__Alignas] = ACTIONS(4831), + [aux_sym_primitive_type_token1] = ACTIONS(4831), + [anon_sym_byte] = ACTIONS(4831), + [anon_sym_word] = ACTIONS(4831), + [anon_sym_enum] = ACTIONS(4831), + [anon_sym_class] = ACTIONS(4831), + [anon_sym_struct] = ACTIONS(4831), + [anon_sym_union] = ACTIONS(4831), + [anon_sym_or] = ACTIONS(4831), + [anon_sym_and] = ACTIONS(4831), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_explicit] = ACTIONS(4831), + [anon_sym_typename] = ACTIONS(4831), + [anon_sym_template] = ACTIONS(4831), + [anon_sym_operator] = ACTIONS(4831), + [anon_sym_friend] = ACTIONS(4831), + [anon_sym_using] = ACTIONS(4831), + [anon_sym_concept] = ACTIONS(4831), + }, + [2022] = { + [sym_identifier] = ACTIONS(3008), + [aux_sym_preproc_def_token1] = ACTIONS(3008), + [aux_sym_preproc_if_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3008), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3008), + [sym_preproc_directive] = ACTIONS(3008), + [anon_sym_LPAREN2] = ACTIONS(3010), + [anon_sym_TILDE] = ACTIONS(3010), + [anon_sym_STAR] = ACTIONS(3010), + [anon_sym_AMP_AMP] = ACTIONS(3010), + [anon_sym_AMP] = ACTIONS(3008), + [anon_sym_SEMI] = ACTIONS(3010), + [anon_sym___extension__] = ACTIONS(3008), + [anon_sym_typedef] = ACTIONS(3008), + [anon_sym_virtual] = ACTIONS(3008), + [anon_sym_extern] = ACTIONS(3008), + [anon_sym___attribute__] = ACTIONS(3008), + [anon_sym___attribute] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(3010), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3010), + [anon_sym___declspec] = ACTIONS(3008), + [anon_sym___based] = ACTIONS(3008), + [anon_sym_RBRACE] = ACTIONS(3010), + [anon_sym_signed] = ACTIONS(3008), + [anon_sym_unsigned] = ACTIONS(3008), + [anon_sym_long] = ACTIONS(3008), + [anon_sym_short] = ACTIONS(3008), + [anon_sym_LBRACK] = ACTIONS(3008), + [anon_sym_static] = ACTIONS(3008), + [anon_sym_register] = ACTIONS(3008), + [anon_sym_inline] = ACTIONS(3008), + [anon_sym___inline] = ACTIONS(3008), + [anon_sym___inline__] = ACTIONS(3008), + [anon_sym___forceinline] = ACTIONS(3008), + [anon_sym_thread_local] = ACTIONS(3008), + [anon_sym___thread] = ACTIONS(3008), + [anon_sym_const] = ACTIONS(3008), + [anon_sym_constexpr] = ACTIONS(3008), + [anon_sym_volatile] = ACTIONS(3008), + [anon_sym_restrict] = ACTIONS(3008), + [anon_sym___restrict__] = ACTIONS(3008), + [anon_sym__Atomic] = ACTIONS(3008), + [anon_sym__Noreturn] = ACTIONS(3008), + [anon_sym_noreturn] = ACTIONS(3008), + [anon_sym__Nonnull] = ACTIONS(3008), + [anon_sym_mutable] = ACTIONS(3008), + [anon_sym_constinit] = ACTIONS(3008), + [anon_sym_consteval] = ACTIONS(3008), + [anon_sym_PROGMEM] = ACTIONS(3008), + [anon_sym_alignas] = ACTIONS(3008), + [anon_sym__Alignas] = ACTIONS(3008), + [aux_sym_primitive_type_token1] = ACTIONS(3008), + [anon_sym_byte] = ACTIONS(3008), + [anon_sym_word] = ACTIONS(3008), + [anon_sym_enum] = ACTIONS(3008), + [anon_sym_class] = ACTIONS(3008), + [anon_sym_struct] = ACTIONS(3008), + [anon_sym_union] = ACTIONS(3008), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3008), + [anon_sym_decltype] = ACTIONS(3008), + [anon_sym_explicit] = ACTIONS(3008), + [anon_sym_typename] = ACTIONS(3008), + [anon_sym_template] = ACTIONS(3008), + [anon_sym_operator] = ACTIONS(3008), + [anon_sym_friend] = ACTIONS(3008), + [anon_sym_public] = ACTIONS(3008), + [anon_sym_private] = ACTIONS(3008), + [anon_sym_protected] = ACTIONS(3008), + [anon_sym_using] = ACTIONS(3008), + [anon_sym_static_assert] = ACTIONS(3008), + }, + [2023] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_RBRACE] = ACTIONS(5401), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), + }, + [2024] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_RBRACE] = ACTIONS(5405), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), + }, + [2025] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_RBRACE] = ACTIONS(5401), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), + }, + [2026] = { + [sym_identifier] = ACTIONS(5323), + [aux_sym_preproc_def_token1] = ACTIONS(5323), + [aux_sym_preproc_if_token1] = ACTIONS(5323), + [aux_sym_preproc_if_token2] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5323), + [sym_preproc_directive] = ACTIONS(5323), + [anon_sym_LPAREN2] = ACTIONS(5325), + [anon_sym_TILDE] = ACTIONS(5325), + [anon_sym_STAR] = ACTIONS(5325), + [anon_sym_AMP_AMP] = ACTIONS(5325), + [anon_sym_AMP] = ACTIONS(5323), + [anon_sym_SEMI] = ACTIONS(5325), + [anon_sym___extension__] = ACTIONS(5323), + [anon_sym_typedef] = ACTIONS(5323), + [anon_sym_virtual] = ACTIONS(5323), + [anon_sym_extern] = ACTIONS(5323), + [anon_sym___attribute__] = ACTIONS(5323), + [anon_sym___attribute] = ACTIONS(5323), + [anon_sym_COLON_COLON] = ACTIONS(5325), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5325), + [anon_sym___declspec] = ACTIONS(5323), + [anon_sym___based] = ACTIONS(5323), + [anon_sym_signed] = ACTIONS(5323), + [anon_sym_unsigned] = ACTIONS(5323), + [anon_sym_long] = ACTIONS(5323), + [anon_sym_short] = ACTIONS(5323), + [anon_sym_LBRACK] = ACTIONS(5323), + [anon_sym_static] = ACTIONS(5323), + [anon_sym_register] = ACTIONS(5323), + [anon_sym_inline] = ACTIONS(5323), + [anon_sym___inline] = ACTIONS(5323), + [anon_sym___inline__] = ACTIONS(5323), + [anon_sym___forceinline] = ACTIONS(5323), + [anon_sym_thread_local] = ACTIONS(5323), + [anon_sym___thread] = ACTIONS(5323), + [anon_sym_const] = ACTIONS(5323), + [anon_sym_constexpr] = ACTIONS(5323), + [anon_sym_volatile] = ACTIONS(5323), + [anon_sym_restrict] = ACTIONS(5323), + [anon_sym___restrict__] = ACTIONS(5323), + [anon_sym__Atomic] = ACTIONS(5323), + [anon_sym__Noreturn] = ACTIONS(5323), + [anon_sym_noreturn] = ACTIONS(5323), + [anon_sym__Nonnull] = ACTIONS(5323), + [anon_sym_mutable] = ACTIONS(5323), + [anon_sym_constinit] = ACTIONS(5323), + [anon_sym_consteval] = ACTIONS(5323), + [anon_sym_PROGMEM] = ACTIONS(5323), + [anon_sym_alignas] = ACTIONS(5323), + [anon_sym__Alignas] = ACTIONS(5323), + [aux_sym_primitive_type_token1] = ACTIONS(5323), + [anon_sym_byte] = ACTIONS(5323), + [anon_sym_word] = ACTIONS(5323), + [anon_sym_enum] = ACTIONS(5323), + [anon_sym_class] = ACTIONS(5323), + [anon_sym_struct] = ACTIONS(5323), + [anon_sym_union] = ACTIONS(5323), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5323), + [anon_sym_decltype] = ACTIONS(5323), + [anon_sym_explicit] = ACTIONS(5323), + [anon_sym_typename] = ACTIONS(5323), + [anon_sym_template] = ACTIONS(5323), + [anon_sym_operator] = ACTIONS(5323), + [anon_sym_friend] = ACTIONS(5323), + [anon_sym_public] = ACTIONS(5323), + [anon_sym_private] = ACTIONS(5323), + [anon_sym_protected] = ACTIONS(5323), + [anon_sym_using] = ACTIONS(5323), + [anon_sym_static_assert] = ACTIONS(5323), + }, + [2027] = { + [sym_identifier] = ACTIONS(5327), + [aux_sym_preproc_def_token1] = ACTIONS(5327), + [aux_sym_preproc_if_token1] = ACTIONS(5327), + [aux_sym_preproc_if_token2] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5327), + [sym_preproc_directive] = ACTIONS(5327), + [anon_sym_LPAREN2] = ACTIONS(5329), + [anon_sym_TILDE] = ACTIONS(5329), + [anon_sym_STAR] = ACTIONS(5329), + [anon_sym_AMP_AMP] = ACTIONS(5329), + [anon_sym_AMP] = ACTIONS(5327), + [anon_sym_SEMI] = ACTIONS(5329), + [anon_sym___extension__] = ACTIONS(5327), + [anon_sym_typedef] = ACTIONS(5327), + [anon_sym_virtual] = ACTIONS(5327), + [anon_sym_extern] = ACTIONS(5327), + [anon_sym___attribute__] = ACTIONS(5327), + [anon_sym___attribute] = ACTIONS(5327), + [anon_sym_COLON_COLON] = ACTIONS(5329), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5329), + [anon_sym___declspec] = ACTIONS(5327), + [anon_sym___based] = ACTIONS(5327), + [anon_sym_signed] = ACTIONS(5327), + [anon_sym_unsigned] = ACTIONS(5327), + [anon_sym_long] = ACTIONS(5327), + [anon_sym_short] = ACTIONS(5327), + [anon_sym_LBRACK] = ACTIONS(5327), + [anon_sym_static] = ACTIONS(5327), + [anon_sym_register] = ACTIONS(5327), + [anon_sym_inline] = ACTIONS(5327), + [anon_sym___inline] = ACTIONS(5327), + [anon_sym___inline__] = ACTIONS(5327), + [anon_sym___forceinline] = ACTIONS(5327), + [anon_sym_thread_local] = ACTIONS(5327), + [anon_sym___thread] = ACTIONS(5327), + [anon_sym_const] = ACTIONS(5327), + [anon_sym_constexpr] = ACTIONS(5327), + [anon_sym_volatile] = ACTIONS(5327), + [anon_sym_restrict] = ACTIONS(5327), + [anon_sym___restrict__] = ACTIONS(5327), + [anon_sym__Atomic] = ACTIONS(5327), + [anon_sym__Noreturn] = ACTIONS(5327), + [anon_sym_noreturn] = ACTIONS(5327), + [anon_sym__Nonnull] = ACTIONS(5327), + [anon_sym_mutable] = ACTIONS(5327), + [anon_sym_constinit] = ACTIONS(5327), + [anon_sym_consteval] = ACTIONS(5327), + [anon_sym_PROGMEM] = ACTIONS(5327), + [anon_sym_alignas] = ACTIONS(5327), + [anon_sym__Alignas] = ACTIONS(5327), + [aux_sym_primitive_type_token1] = ACTIONS(5327), + [anon_sym_byte] = ACTIONS(5327), + [anon_sym_word] = ACTIONS(5327), + [anon_sym_enum] = ACTIONS(5327), + [anon_sym_class] = ACTIONS(5327), + [anon_sym_struct] = ACTIONS(5327), + [anon_sym_union] = ACTIONS(5327), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5327), + [anon_sym_decltype] = ACTIONS(5327), + [anon_sym_explicit] = ACTIONS(5327), + [anon_sym_typename] = ACTIONS(5327), + [anon_sym_template] = ACTIONS(5327), + [anon_sym_operator] = ACTIONS(5327), + [anon_sym_friend] = ACTIONS(5327), + [anon_sym_public] = ACTIONS(5327), + [anon_sym_private] = ACTIONS(5327), + [anon_sym_protected] = ACTIONS(5327), + [anon_sym_using] = ACTIONS(5327), + [anon_sym_static_assert] = ACTIONS(5327), + }, + [2028] = { + [sym_identifier] = ACTIONS(5331), + [aux_sym_preproc_def_token1] = ACTIONS(5331), + [aux_sym_preproc_if_token1] = ACTIONS(5331), + [aux_sym_preproc_if_token2] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5331), + [sym_preproc_directive] = ACTIONS(5331), + [anon_sym_LPAREN2] = ACTIONS(5333), + [anon_sym_TILDE] = ACTIONS(5333), + [anon_sym_STAR] = ACTIONS(5333), + [anon_sym_AMP_AMP] = ACTIONS(5333), + [anon_sym_AMP] = ACTIONS(5331), + [anon_sym_SEMI] = ACTIONS(5333), + [anon_sym___extension__] = ACTIONS(5331), + [anon_sym_typedef] = ACTIONS(5331), + [anon_sym_virtual] = ACTIONS(5331), + [anon_sym_extern] = ACTIONS(5331), + [anon_sym___attribute__] = ACTIONS(5331), + [anon_sym___attribute] = ACTIONS(5331), + [anon_sym_COLON_COLON] = ACTIONS(5333), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5333), + [anon_sym___declspec] = ACTIONS(5331), + [anon_sym___based] = ACTIONS(5331), + [anon_sym_signed] = ACTIONS(5331), + [anon_sym_unsigned] = ACTIONS(5331), + [anon_sym_long] = ACTIONS(5331), + [anon_sym_short] = ACTIONS(5331), + [anon_sym_LBRACK] = ACTIONS(5331), + [anon_sym_static] = ACTIONS(5331), + [anon_sym_register] = ACTIONS(5331), + [anon_sym_inline] = ACTIONS(5331), + [anon_sym___inline] = ACTIONS(5331), + [anon_sym___inline__] = ACTIONS(5331), + [anon_sym___forceinline] = ACTIONS(5331), + [anon_sym_thread_local] = ACTIONS(5331), + [anon_sym___thread] = ACTIONS(5331), + [anon_sym_const] = ACTIONS(5331), + [anon_sym_constexpr] = ACTIONS(5331), + [anon_sym_volatile] = ACTIONS(5331), + [anon_sym_restrict] = ACTIONS(5331), + [anon_sym___restrict__] = ACTIONS(5331), + [anon_sym__Atomic] = ACTIONS(5331), + [anon_sym__Noreturn] = ACTIONS(5331), + [anon_sym_noreturn] = ACTIONS(5331), + [anon_sym__Nonnull] = ACTIONS(5331), + [anon_sym_mutable] = ACTIONS(5331), + [anon_sym_constinit] = ACTIONS(5331), + [anon_sym_consteval] = ACTIONS(5331), + [anon_sym_PROGMEM] = ACTIONS(5331), + [anon_sym_alignas] = ACTIONS(5331), + [anon_sym__Alignas] = ACTIONS(5331), + [aux_sym_primitive_type_token1] = ACTIONS(5331), + [anon_sym_byte] = ACTIONS(5331), + [anon_sym_word] = ACTIONS(5331), + [anon_sym_enum] = ACTIONS(5331), + [anon_sym_class] = ACTIONS(5331), + [anon_sym_struct] = ACTIONS(5331), + [anon_sym_union] = ACTIONS(5331), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5331), + [anon_sym_decltype] = ACTIONS(5331), + [anon_sym_explicit] = ACTIONS(5331), + [anon_sym_typename] = ACTIONS(5331), + [anon_sym_template] = ACTIONS(5331), + [anon_sym_operator] = ACTIONS(5331), + [anon_sym_friend] = ACTIONS(5331), + [anon_sym_public] = ACTIONS(5331), + [anon_sym_private] = ACTIONS(5331), + [anon_sym_protected] = ACTIONS(5331), + [anon_sym_using] = ACTIONS(5331), + [anon_sym_static_assert] = ACTIONS(5331), + }, + [2029] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_RBRACE] = ACTIONS(5405), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), + }, + [2030] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token2] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [2031] = { + [sym_identifier] = ACTIONS(5335), + [aux_sym_preproc_def_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token1] = ACTIONS(5335), + [aux_sym_preproc_if_token2] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5335), + [sym_preproc_directive] = ACTIONS(5335), + [anon_sym_LPAREN2] = ACTIONS(5337), + [anon_sym_TILDE] = ACTIONS(5337), + [anon_sym_STAR] = ACTIONS(5337), + [anon_sym_AMP_AMP] = ACTIONS(5337), + [anon_sym_AMP] = ACTIONS(5335), + [anon_sym_SEMI] = ACTIONS(5337), + [anon_sym___extension__] = ACTIONS(5335), + [anon_sym_typedef] = ACTIONS(5335), + [anon_sym_virtual] = ACTIONS(5335), + [anon_sym_extern] = ACTIONS(5335), + [anon_sym___attribute__] = ACTIONS(5335), + [anon_sym___attribute] = ACTIONS(5335), + [anon_sym_COLON_COLON] = ACTIONS(5337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5337), + [anon_sym___declspec] = ACTIONS(5335), + [anon_sym___based] = ACTIONS(5335), + [anon_sym_signed] = ACTIONS(5335), + [anon_sym_unsigned] = ACTIONS(5335), + [anon_sym_long] = ACTIONS(5335), + [anon_sym_short] = ACTIONS(5335), + [anon_sym_LBRACK] = ACTIONS(5335), + [anon_sym_static] = ACTIONS(5335), + [anon_sym_register] = ACTIONS(5335), + [anon_sym_inline] = ACTIONS(5335), + [anon_sym___inline] = ACTIONS(5335), + [anon_sym___inline__] = ACTIONS(5335), + [anon_sym___forceinline] = ACTIONS(5335), + [anon_sym_thread_local] = ACTIONS(5335), + [anon_sym___thread] = ACTIONS(5335), + [anon_sym_const] = ACTIONS(5335), + [anon_sym_constexpr] = ACTIONS(5335), + [anon_sym_volatile] = ACTIONS(5335), + [anon_sym_restrict] = ACTIONS(5335), + [anon_sym___restrict__] = ACTIONS(5335), + [anon_sym__Atomic] = ACTIONS(5335), + [anon_sym__Noreturn] = ACTIONS(5335), + [anon_sym_noreturn] = ACTIONS(5335), + [anon_sym__Nonnull] = ACTIONS(5335), + [anon_sym_mutable] = ACTIONS(5335), + [anon_sym_constinit] = ACTIONS(5335), + [anon_sym_consteval] = ACTIONS(5335), + [anon_sym_PROGMEM] = ACTIONS(5335), + [anon_sym_alignas] = ACTIONS(5335), + [anon_sym__Alignas] = ACTIONS(5335), + [aux_sym_primitive_type_token1] = ACTIONS(5335), + [anon_sym_byte] = ACTIONS(5335), + [anon_sym_word] = ACTIONS(5335), + [anon_sym_enum] = ACTIONS(5335), + [anon_sym_class] = ACTIONS(5335), + [anon_sym_struct] = ACTIONS(5335), + [anon_sym_union] = ACTIONS(5335), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5335), + [anon_sym_decltype] = ACTIONS(5335), + [anon_sym_explicit] = ACTIONS(5335), + [anon_sym_typename] = ACTIONS(5335), + [anon_sym_template] = ACTIONS(5335), + [anon_sym_operator] = ACTIONS(5335), + [anon_sym_friend] = ACTIONS(5335), + [anon_sym_public] = ACTIONS(5335), + [anon_sym_private] = ACTIONS(5335), + [anon_sym_protected] = ACTIONS(5335), + [anon_sym_using] = ACTIONS(5335), + [anon_sym_static_assert] = ACTIONS(5335), + }, + [2032] = { + [sym_identifier] = ACTIONS(5339), + [aux_sym_preproc_def_token1] = ACTIONS(5339), + [aux_sym_preproc_if_token1] = ACTIONS(5339), + [aux_sym_preproc_if_token2] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5339), + [sym_preproc_directive] = ACTIONS(5339), + [anon_sym_LPAREN2] = ACTIONS(5341), + [anon_sym_TILDE] = ACTIONS(5341), + [anon_sym_STAR] = ACTIONS(5341), + [anon_sym_AMP_AMP] = ACTIONS(5341), + [anon_sym_AMP] = ACTIONS(5339), + [anon_sym_SEMI] = ACTIONS(5341), + [anon_sym___extension__] = ACTIONS(5339), + [anon_sym_typedef] = ACTIONS(5339), + [anon_sym_virtual] = ACTIONS(5339), + [anon_sym_extern] = ACTIONS(5339), + [anon_sym___attribute__] = ACTIONS(5339), + [anon_sym___attribute] = ACTIONS(5339), + [anon_sym_COLON_COLON] = ACTIONS(5341), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5341), + [anon_sym___declspec] = ACTIONS(5339), + [anon_sym___based] = ACTIONS(5339), + [anon_sym_signed] = ACTIONS(5339), + [anon_sym_unsigned] = ACTIONS(5339), + [anon_sym_long] = ACTIONS(5339), + [anon_sym_short] = ACTIONS(5339), + [anon_sym_LBRACK] = ACTIONS(5339), + [anon_sym_static] = ACTIONS(5339), + [anon_sym_register] = ACTIONS(5339), + [anon_sym_inline] = ACTIONS(5339), + [anon_sym___inline] = ACTIONS(5339), + [anon_sym___inline__] = ACTIONS(5339), + [anon_sym___forceinline] = ACTIONS(5339), + [anon_sym_thread_local] = ACTIONS(5339), + [anon_sym___thread] = ACTIONS(5339), + [anon_sym_const] = ACTIONS(5339), + [anon_sym_constexpr] = ACTIONS(5339), + [anon_sym_volatile] = ACTIONS(5339), + [anon_sym_restrict] = ACTIONS(5339), + [anon_sym___restrict__] = ACTIONS(5339), + [anon_sym__Atomic] = ACTIONS(5339), + [anon_sym__Noreturn] = ACTIONS(5339), + [anon_sym_noreturn] = ACTIONS(5339), + [anon_sym__Nonnull] = ACTIONS(5339), + [anon_sym_mutable] = ACTIONS(5339), + [anon_sym_constinit] = ACTIONS(5339), + [anon_sym_consteval] = ACTIONS(5339), + [anon_sym_PROGMEM] = ACTIONS(5339), + [anon_sym_alignas] = ACTIONS(5339), + [anon_sym__Alignas] = ACTIONS(5339), + [aux_sym_primitive_type_token1] = ACTIONS(5339), + [anon_sym_byte] = ACTIONS(5339), + [anon_sym_word] = ACTIONS(5339), + [anon_sym_enum] = ACTIONS(5339), + [anon_sym_class] = ACTIONS(5339), + [anon_sym_struct] = ACTIONS(5339), + [anon_sym_union] = ACTIONS(5339), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5339), + [anon_sym_decltype] = ACTIONS(5339), + [anon_sym_explicit] = ACTIONS(5339), + [anon_sym_typename] = ACTIONS(5339), + [anon_sym_template] = ACTIONS(5339), + [anon_sym_operator] = ACTIONS(5339), + [anon_sym_friend] = ACTIONS(5339), + [anon_sym_public] = ACTIONS(5339), + [anon_sym_private] = ACTIONS(5339), + [anon_sym_protected] = ACTIONS(5339), + [anon_sym_using] = ACTIONS(5339), + [anon_sym_static_assert] = ACTIONS(5339), + }, + [2033] = { + [sym_identifier] = ACTIONS(5343), + [aux_sym_preproc_def_token1] = ACTIONS(5343), + [aux_sym_preproc_if_token1] = ACTIONS(5343), + [aux_sym_preproc_if_token2] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5343), + [sym_preproc_directive] = ACTIONS(5343), + [anon_sym_LPAREN2] = ACTIONS(5345), + [anon_sym_TILDE] = ACTIONS(5345), + [anon_sym_STAR] = ACTIONS(5345), + [anon_sym_AMP_AMP] = ACTIONS(5345), + [anon_sym_AMP] = ACTIONS(5343), + [anon_sym_SEMI] = ACTIONS(5345), + [anon_sym___extension__] = ACTIONS(5343), + [anon_sym_typedef] = ACTIONS(5343), + [anon_sym_virtual] = ACTIONS(5343), + [anon_sym_extern] = ACTIONS(5343), + [anon_sym___attribute__] = ACTIONS(5343), + [anon_sym___attribute] = ACTIONS(5343), + [anon_sym_COLON_COLON] = ACTIONS(5345), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5345), + [anon_sym___declspec] = ACTIONS(5343), + [anon_sym___based] = ACTIONS(5343), + [anon_sym_signed] = ACTIONS(5343), + [anon_sym_unsigned] = ACTIONS(5343), + [anon_sym_long] = ACTIONS(5343), + [anon_sym_short] = ACTIONS(5343), + [anon_sym_LBRACK] = ACTIONS(5343), + [anon_sym_static] = ACTIONS(5343), + [anon_sym_register] = ACTIONS(5343), + [anon_sym_inline] = ACTIONS(5343), + [anon_sym___inline] = ACTIONS(5343), + [anon_sym___inline__] = ACTIONS(5343), + [anon_sym___forceinline] = ACTIONS(5343), + [anon_sym_thread_local] = ACTIONS(5343), + [anon_sym___thread] = ACTIONS(5343), + [anon_sym_const] = ACTIONS(5343), + [anon_sym_constexpr] = ACTIONS(5343), + [anon_sym_volatile] = ACTIONS(5343), + [anon_sym_restrict] = ACTIONS(5343), + [anon_sym___restrict__] = ACTIONS(5343), + [anon_sym__Atomic] = ACTIONS(5343), + [anon_sym__Noreturn] = ACTIONS(5343), + [anon_sym_noreturn] = ACTIONS(5343), + [anon_sym__Nonnull] = ACTIONS(5343), + [anon_sym_mutable] = ACTIONS(5343), + [anon_sym_constinit] = ACTIONS(5343), + [anon_sym_consteval] = ACTIONS(5343), + [anon_sym_PROGMEM] = ACTIONS(5343), + [anon_sym_alignas] = ACTIONS(5343), + [anon_sym__Alignas] = ACTIONS(5343), + [aux_sym_primitive_type_token1] = ACTIONS(5343), + [anon_sym_byte] = ACTIONS(5343), + [anon_sym_word] = ACTIONS(5343), + [anon_sym_enum] = ACTIONS(5343), + [anon_sym_class] = ACTIONS(5343), + [anon_sym_struct] = ACTIONS(5343), + [anon_sym_union] = ACTIONS(5343), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5343), + [anon_sym_decltype] = ACTIONS(5343), + [anon_sym_explicit] = ACTIONS(5343), + [anon_sym_typename] = ACTIONS(5343), + [anon_sym_template] = ACTIONS(5343), + [anon_sym_operator] = ACTIONS(5343), + [anon_sym_friend] = ACTIONS(5343), + [anon_sym_public] = ACTIONS(5343), + [anon_sym_private] = ACTIONS(5343), + [anon_sym_protected] = ACTIONS(5343), + [anon_sym_using] = ACTIONS(5343), + [anon_sym_static_assert] = ACTIONS(5343), + }, + [2034] = { + [sym_identifier] = ACTIONS(3016), + [aux_sym_preproc_def_token1] = ACTIONS(3016), + [aux_sym_preproc_if_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3016), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3016), + [sym_preproc_directive] = ACTIONS(3016), + [anon_sym_LPAREN2] = ACTIONS(3018), + [anon_sym_TILDE] = ACTIONS(3018), + [anon_sym_STAR] = ACTIONS(3018), + [anon_sym_AMP_AMP] = ACTIONS(3018), + [anon_sym_AMP] = ACTIONS(3016), + [anon_sym_SEMI] = ACTIONS(3018), + [anon_sym___extension__] = ACTIONS(3016), + [anon_sym_typedef] = ACTIONS(3016), + [anon_sym_virtual] = ACTIONS(3016), + [anon_sym_extern] = ACTIONS(3016), + [anon_sym___attribute__] = ACTIONS(3016), + [anon_sym___attribute] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(3018), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3018), + [anon_sym___declspec] = ACTIONS(3016), + [anon_sym___based] = ACTIONS(3016), + [anon_sym_RBRACE] = ACTIONS(3018), + [anon_sym_signed] = ACTIONS(3016), + [anon_sym_unsigned] = ACTIONS(3016), + [anon_sym_long] = ACTIONS(3016), + [anon_sym_short] = ACTIONS(3016), + [anon_sym_LBRACK] = ACTIONS(3016), + [anon_sym_static] = ACTIONS(3016), + [anon_sym_register] = ACTIONS(3016), + [anon_sym_inline] = ACTIONS(3016), + [anon_sym___inline] = ACTIONS(3016), + [anon_sym___inline__] = ACTIONS(3016), + [anon_sym___forceinline] = ACTIONS(3016), + [anon_sym_thread_local] = ACTIONS(3016), + [anon_sym___thread] = ACTIONS(3016), + [anon_sym_const] = ACTIONS(3016), + [anon_sym_constexpr] = ACTIONS(3016), + [anon_sym_volatile] = ACTIONS(3016), + [anon_sym_restrict] = ACTIONS(3016), + [anon_sym___restrict__] = ACTIONS(3016), + [anon_sym__Atomic] = ACTIONS(3016), + [anon_sym__Noreturn] = ACTIONS(3016), + [anon_sym_noreturn] = ACTIONS(3016), + [anon_sym__Nonnull] = ACTIONS(3016), + [anon_sym_mutable] = ACTIONS(3016), + [anon_sym_constinit] = ACTIONS(3016), + [anon_sym_consteval] = ACTIONS(3016), + [anon_sym_PROGMEM] = ACTIONS(3016), + [anon_sym_alignas] = ACTIONS(3016), + [anon_sym__Alignas] = ACTIONS(3016), + [aux_sym_primitive_type_token1] = ACTIONS(3016), + [anon_sym_byte] = ACTIONS(3016), + [anon_sym_word] = ACTIONS(3016), + [anon_sym_enum] = ACTIONS(3016), + [anon_sym_class] = ACTIONS(3016), + [anon_sym_struct] = ACTIONS(3016), + [anon_sym_union] = ACTIONS(3016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3016), + [anon_sym_decltype] = ACTIONS(3016), + [anon_sym_explicit] = ACTIONS(3016), + [anon_sym_typename] = ACTIONS(3016), + [anon_sym_template] = ACTIONS(3016), + [anon_sym_operator] = ACTIONS(3016), + [anon_sym_friend] = ACTIONS(3016), + [anon_sym_public] = ACTIONS(3016), + [anon_sym_private] = ACTIONS(3016), + [anon_sym_protected] = ACTIONS(3016), + [anon_sym_using] = ACTIONS(3016), + [anon_sym_static_assert] = ACTIONS(3016), + }, + [2035] = { + [sym_identifier] = ACTIONS(5435), + [aux_sym_preproc_def_token1] = ACTIONS(5435), + [aux_sym_preproc_if_token1] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), + [sym_preproc_directive] = ACTIONS(5435), + [anon_sym_LPAREN2] = ACTIONS(5437), + [anon_sym_TILDE] = ACTIONS(5437), + [anon_sym_STAR] = ACTIONS(5437), + [anon_sym_AMP_AMP] = ACTIONS(5437), + [anon_sym_AMP] = ACTIONS(5435), + [anon_sym_SEMI] = ACTIONS(5437), + [anon_sym___extension__] = ACTIONS(5435), + [anon_sym_typedef] = ACTIONS(5435), + [anon_sym_virtual] = ACTIONS(5435), + [anon_sym_extern] = ACTIONS(5435), + [anon_sym___attribute__] = ACTIONS(5435), + [anon_sym___attribute] = ACTIONS(5435), + [anon_sym_COLON_COLON] = ACTIONS(5437), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), + [anon_sym___declspec] = ACTIONS(5435), + [anon_sym___based] = ACTIONS(5435), + [anon_sym_RBRACE] = ACTIONS(5437), + [anon_sym_signed] = ACTIONS(5435), + [anon_sym_unsigned] = ACTIONS(5435), + [anon_sym_long] = ACTIONS(5435), + [anon_sym_short] = ACTIONS(5435), + [anon_sym_LBRACK] = ACTIONS(5435), + [anon_sym_static] = ACTIONS(5435), + [anon_sym_register] = ACTIONS(5435), + [anon_sym_inline] = ACTIONS(5435), + [anon_sym___inline] = ACTIONS(5435), + [anon_sym___inline__] = ACTIONS(5435), + [anon_sym___forceinline] = ACTIONS(5435), + [anon_sym_thread_local] = ACTIONS(5435), + [anon_sym___thread] = ACTIONS(5435), + [anon_sym_const] = ACTIONS(5435), + [anon_sym_constexpr] = ACTIONS(5435), + [anon_sym_volatile] = ACTIONS(5435), + [anon_sym_restrict] = ACTIONS(5435), + [anon_sym___restrict__] = ACTIONS(5435), + [anon_sym__Atomic] = ACTIONS(5435), + [anon_sym__Noreturn] = ACTIONS(5435), + [anon_sym_noreturn] = ACTIONS(5435), + [anon_sym__Nonnull] = ACTIONS(5435), + [anon_sym_mutable] = ACTIONS(5435), + [anon_sym_constinit] = ACTIONS(5435), + [anon_sym_consteval] = ACTIONS(5435), + [anon_sym_PROGMEM] = ACTIONS(5435), + [anon_sym_alignas] = ACTIONS(5435), + [anon_sym__Alignas] = ACTIONS(5435), + [aux_sym_primitive_type_token1] = ACTIONS(5435), + [anon_sym_byte] = ACTIONS(5435), + [anon_sym_word] = ACTIONS(5435), + [anon_sym_enum] = ACTIONS(5435), + [anon_sym_class] = ACTIONS(5435), + [anon_sym_struct] = ACTIONS(5435), + [anon_sym_union] = ACTIONS(5435), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5435), + [anon_sym_decltype] = ACTIONS(5435), + [anon_sym_explicit] = ACTIONS(5435), + [anon_sym_typename] = ACTIONS(5435), + [anon_sym_template] = ACTIONS(5435), + [anon_sym_operator] = ACTIONS(5435), + [anon_sym_friend] = ACTIONS(5435), + [anon_sym_public] = ACTIONS(5435), + [anon_sym_private] = ACTIONS(5435), + [anon_sym_protected] = ACTIONS(5435), + [anon_sym_using] = ACTIONS(5435), + [anon_sym_static_assert] = ACTIONS(5435), + }, + [2036] = { + [sym_identifier] = ACTIONS(5347), + [aux_sym_preproc_def_token1] = ACTIONS(5347), + [aux_sym_preproc_if_token1] = ACTIONS(5347), + [aux_sym_preproc_if_token2] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5347), + [sym_preproc_directive] = ACTIONS(5347), + [anon_sym_LPAREN2] = ACTIONS(5349), + [anon_sym_TILDE] = ACTIONS(5349), + [anon_sym_STAR] = ACTIONS(5349), + [anon_sym_AMP_AMP] = ACTIONS(5349), + [anon_sym_AMP] = ACTIONS(5347), + [anon_sym_SEMI] = ACTIONS(5349), + [anon_sym___extension__] = ACTIONS(5347), + [anon_sym_typedef] = ACTIONS(5347), + [anon_sym_virtual] = ACTIONS(5347), + [anon_sym_extern] = ACTIONS(5347), + [anon_sym___attribute__] = ACTIONS(5347), + [anon_sym___attribute] = ACTIONS(5347), + [anon_sym_COLON_COLON] = ACTIONS(5349), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5349), + [anon_sym___declspec] = ACTIONS(5347), + [anon_sym___based] = ACTIONS(5347), + [anon_sym_signed] = ACTIONS(5347), + [anon_sym_unsigned] = ACTIONS(5347), + [anon_sym_long] = ACTIONS(5347), + [anon_sym_short] = ACTIONS(5347), + [anon_sym_LBRACK] = ACTIONS(5347), + [anon_sym_static] = ACTIONS(5347), + [anon_sym_register] = ACTIONS(5347), + [anon_sym_inline] = ACTIONS(5347), + [anon_sym___inline] = ACTIONS(5347), + [anon_sym___inline__] = ACTIONS(5347), + [anon_sym___forceinline] = ACTIONS(5347), + [anon_sym_thread_local] = ACTIONS(5347), + [anon_sym___thread] = ACTIONS(5347), + [anon_sym_const] = ACTIONS(5347), + [anon_sym_constexpr] = ACTIONS(5347), + [anon_sym_volatile] = ACTIONS(5347), + [anon_sym_restrict] = ACTIONS(5347), + [anon_sym___restrict__] = ACTIONS(5347), + [anon_sym__Atomic] = ACTIONS(5347), + [anon_sym__Noreturn] = ACTIONS(5347), + [anon_sym_noreturn] = ACTIONS(5347), + [anon_sym__Nonnull] = ACTIONS(5347), + [anon_sym_mutable] = ACTIONS(5347), + [anon_sym_constinit] = ACTIONS(5347), + [anon_sym_consteval] = ACTIONS(5347), + [anon_sym_PROGMEM] = ACTIONS(5347), + [anon_sym_alignas] = ACTIONS(5347), + [anon_sym__Alignas] = ACTIONS(5347), + [aux_sym_primitive_type_token1] = ACTIONS(5347), + [anon_sym_byte] = ACTIONS(5347), + [anon_sym_word] = ACTIONS(5347), + [anon_sym_enum] = ACTIONS(5347), + [anon_sym_class] = ACTIONS(5347), + [anon_sym_struct] = ACTIONS(5347), + [anon_sym_union] = ACTIONS(5347), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5347), + [anon_sym_decltype] = ACTIONS(5347), + [anon_sym_explicit] = ACTIONS(5347), + [anon_sym_typename] = ACTIONS(5347), + [anon_sym_template] = ACTIONS(5347), + [anon_sym_operator] = ACTIONS(5347), + [anon_sym_friend] = ACTIONS(5347), + [anon_sym_public] = ACTIONS(5347), + [anon_sym_private] = ACTIONS(5347), + [anon_sym_protected] = ACTIONS(5347), + [anon_sym_using] = ACTIONS(5347), + [anon_sym_static_assert] = ACTIONS(5347), + }, + [2037] = { + [sym_identifier] = ACTIONS(5351), + [aux_sym_preproc_def_token1] = ACTIONS(5351), + [aux_sym_preproc_if_token1] = ACTIONS(5351), + [aux_sym_preproc_if_token2] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5351), + [sym_preproc_directive] = ACTIONS(5351), + [anon_sym_LPAREN2] = ACTIONS(5353), + [anon_sym_TILDE] = ACTIONS(5353), + [anon_sym_STAR] = ACTIONS(5353), + [anon_sym_AMP_AMP] = ACTIONS(5353), + [anon_sym_AMP] = ACTIONS(5351), + [anon_sym_SEMI] = ACTIONS(5353), + [anon_sym___extension__] = ACTIONS(5351), + [anon_sym_typedef] = ACTIONS(5351), + [anon_sym_virtual] = ACTIONS(5351), + [anon_sym_extern] = ACTIONS(5351), + [anon_sym___attribute__] = ACTIONS(5351), + [anon_sym___attribute] = ACTIONS(5351), + [anon_sym_COLON_COLON] = ACTIONS(5353), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5353), + [anon_sym___declspec] = ACTIONS(5351), + [anon_sym___based] = ACTIONS(5351), + [anon_sym_signed] = ACTIONS(5351), + [anon_sym_unsigned] = ACTIONS(5351), + [anon_sym_long] = ACTIONS(5351), + [anon_sym_short] = ACTIONS(5351), + [anon_sym_LBRACK] = ACTIONS(5351), + [anon_sym_static] = ACTIONS(5351), + [anon_sym_register] = ACTIONS(5351), + [anon_sym_inline] = ACTIONS(5351), + [anon_sym___inline] = ACTIONS(5351), + [anon_sym___inline__] = ACTIONS(5351), + [anon_sym___forceinline] = ACTIONS(5351), + [anon_sym_thread_local] = ACTIONS(5351), + [anon_sym___thread] = ACTIONS(5351), + [anon_sym_const] = ACTIONS(5351), + [anon_sym_constexpr] = ACTIONS(5351), + [anon_sym_volatile] = ACTIONS(5351), + [anon_sym_restrict] = ACTIONS(5351), + [anon_sym___restrict__] = ACTIONS(5351), + [anon_sym__Atomic] = ACTIONS(5351), + [anon_sym__Noreturn] = ACTIONS(5351), + [anon_sym_noreturn] = ACTIONS(5351), + [anon_sym__Nonnull] = ACTIONS(5351), + [anon_sym_mutable] = ACTIONS(5351), + [anon_sym_constinit] = ACTIONS(5351), + [anon_sym_consteval] = ACTIONS(5351), + [anon_sym_PROGMEM] = ACTIONS(5351), + [anon_sym_alignas] = ACTIONS(5351), + [anon_sym__Alignas] = ACTIONS(5351), + [aux_sym_primitive_type_token1] = ACTIONS(5351), + [anon_sym_byte] = ACTIONS(5351), + [anon_sym_word] = ACTIONS(5351), + [anon_sym_enum] = ACTIONS(5351), + [anon_sym_class] = ACTIONS(5351), + [anon_sym_struct] = ACTIONS(5351), + [anon_sym_union] = ACTIONS(5351), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5351), + [anon_sym_decltype] = ACTIONS(5351), + [anon_sym_explicit] = ACTIONS(5351), + [anon_sym_typename] = ACTIONS(5351), + [anon_sym_template] = ACTIONS(5351), + [anon_sym_operator] = ACTIONS(5351), + [anon_sym_friend] = ACTIONS(5351), + [anon_sym_public] = ACTIONS(5351), + [anon_sym_private] = ACTIONS(5351), + [anon_sym_protected] = ACTIONS(5351), + [anon_sym_using] = ACTIONS(5351), + [anon_sym_static_assert] = ACTIONS(5351), + }, + [2038] = { + [sym_identifier] = ACTIONS(5355), + [aux_sym_preproc_def_token1] = ACTIONS(5355), + [aux_sym_preproc_if_token1] = ACTIONS(5355), + [aux_sym_preproc_if_token2] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5355), + [sym_preproc_directive] = ACTIONS(5355), + [anon_sym_LPAREN2] = ACTIONS(5357), + [anon_sym_TILDE] = ACTIONS(5357), + [anon_sym_STAR] = ACTIONS(5357), + [anon_sym_AMP_AMP] = ACTIONS(5357), + [anon_sym_AMP] = ACTIONS(5355), + [anon_sym_SEMI] = ACTIONS(5357), + [anon_sym___extension__] = ACTIONS(5355), + [anon_sym_typedef] = ACTIONS(5355), + [anon_sym_virtual] = ACTIONS(5355), + [anon_sym_extern] = ACTIONS(5355), + [anon_sym___attribute__] = ACTIONS(5355), + [anon_sym___attribute] = ACTIONS(5355), + [anon_sym_COLON_COLON] = ACTIONS(5357), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5357), + [anon_sym___declspec] = ACTIONS(5355), + [anon_sym___based] = ACTIONS(5355), + [anon_sym_signed] = ACTIONS(5355), + [anon_sym_unsigned] = ACTIONS(5355), + [anon_sym_long] = ACTIONS(5355), + [anon_sym_short] = ACTIONS(5355), + [anon_sym_LBRACK] = ACTIONS(5355), + [anon_sym_static] = ACTIONS(5355), + [anon_sym_register] = ACTIONS(5355), + [anon_sym_inline] = ACTIONS(5355), + [anon_sym___inline] = ACTIONS(5355), + [anon_sym___inline__] = ACTIONS(5355), + [anon_sym___forceinline] = ACTIONS(5355), + [anon_sym_thread_local] = ACTIONS(5355), + [anon_sym___thread] = ACTIONS(5355), + [anon_sym_const] = ACTIONS(5355), + [anon_sym_constexpr] = ACTIONS(5355), + [anon_sym_volatile] = ACTIONS(5355), + [anon_sym_restrict] = ACTIONS(5355), + [anon_sym___restrict__] = ACTIONS(5355), + [anon_sym__Atomic] = ACTIONS(5355), + [anon_sym__Noreturn] = ACTIONS(5355), + [anon_sym_noreturn] = ACTIONS(5355), + [anon_sym__Nonnull] = ACTIONS(5355), + [anon_sym_mutable] = ACTIONS(5355), + [anon_sym_constinit] = ACTIONS(5355), + [anon_sym_consteval] = ACTIONS(5355), + [anon_sym_PROGMEM] = ACTIONS(5355), + [anon_sym_alignas] = ACTIONS(5355), + [anon_sym__Alignas] = ACTIONS(5355), + [aux_sym_primitive_type_token1] = ACTIONS(5355), + [anon_sym_byte] = ACTIONS(5355), + [anon_sym_word] = ACTIONS(5355), + [anon_sym_enum] = ACTIONS(5355), + [anon_sym_class] = ACTIONS(5355), + [anon_sym_struct] = ACTIONS(5355), + [anon_sym_union] = ACTIONS(5355), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5355), + [anon_sym_decltype] = ACTIONS(5355), + [anon_sym_explicit] = ACTIONS(5355), + [anon_sym_typename] = ACTIONS(5355), + [anon_sym_template] = ACTIONS(5355), + [anon_sym_operator] = ACTIONS(5355), + [anon_sym_friend] = ACTIONS(5355), + [anon_sym_public] = ACTIONS(5355), + [anon_sym_private] = ACTIONS(5355), + [anon_sym_protected] = ACTIONS(5355), + [anon_sym_using] = ACTIONS(5355), + [anon_sym_static_assert] = ACTIONS(5355), + }, + [2039] = { + [sym_identifier] = ACTIONS(5439), + [aux_sym_preproc_def_token1] = ACTIONS(5439), + [aux_sym_preproc_if_token1] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5439), + [sym_preproc_directive] = ACTIONS(5439), + [anon_sym_LPAREN2] = ACTIONS(5441), + [anon_sym_TILDE] = ACTIONS(5441), + [anon_sym_STAR] = ACTIONS(5441), + [anon_sym_AMP_AMP] = ACTIONS(5441), + [anon_sym_AMP] = ACTIONS(5439), + [anon_sym_SEMI] = ACTIONS(5441), + [anon_sym___extension__] = ACTIONS(5439), + [anon_sym_typedef] = ACTIONS(5439), + [anon_sym_virtual] = ACTIONS(5439), + [anon_sym_extern] = ACTIONS(5439), + [anon_sym___attribute__] = ACTIONS(5439), + [anon_sym___attribute] = ACTIONS(5439), + [anon_sym_COLON_COLON] = ACTIONS(5441), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5441), + [anon_sym___declspec] = ACTIONS(5439), + [anon_sym___based] = ACTIONS(5439), + [anon_sym_RBRACE] = ACTIONS(5441), + [anon_sym_signed] = ACTIONS(5439), + [anon_sym_unsigned] = ACTIONS(5439), + [anon_sym_long] = ACTIONS(5439), + [anon_sym_short] = ACTIONS(5439), + [anon_sym_LBRACK] = ACTIONS(5439), + [anon_sym_static] = ACTIONS(5439), + [anon_sym_register] = ACTIONS(5439), + [anon_sym_inline] = ACTIONS(5439), + [anon_sym___inline] = ACTIONS(5439), + [anon_sym___inline__] = ACTIONS(5439), + [anon_sym___forceinline] = ACTIONS(5439), + [anon_sym_thread_local] = ACTIONS(5439), + [anon_sym___thread] = ACTIONS(5439), + [anon_sym_const] = ACTIONS(5439), + [anon_sym_constexpr] = ACTIONS(5439), + [anon_sym_volatile] = ACTIONS(5439), + [anon_sym_restrict] = ACTIONS(5439), + [anon_sym___restrict__] = ACTIONS(5439), + [anon_sym__Atomic] = ACTIONS(5439), + [anon_sym__Noreturn] = ACTIONS(5439), + [anon_sym_noreturn] = ACTIONS(5439), + [anon_sym__Nonnull] = ACTIONS(5439), + [anon_sym_mutable] = ACTIONS(5439), + [anon_sym_constinit] = ACTIONS(5439), + [anon_sym_consteval] = ACTIONS(5439), + [anon_sym_PROGMEM] = ACTIONS(5439), + [anon_sym_alignas] = ACTIONS(5439), + [anon_sym__Alignas] = ACTIONS(5439), + [aux_sym_primitive_type_token1] = ACTIONS(5439), + [anon_sym_byte] = ACTIONS(5439), + [anon_sym_word] = ACTIONS(5439), + [anon_sym_enum] = ACTIONS(5439), + [anon_sym_class] = ACTIONS(5439), + [anon_sym_struct] = ACTIONS(5439), + [anon_sym_union] = ACTIONS(5439), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5439), + [anon_sym_decltype] = ACTIONS(5439), + [anon_sym_explicit] = ACTIONS(5439), + [anon_sym_typename] = ACTIONS(5439), + [anon_sym_template] = ACTIONS(5439), + [anon_sym_operator] = ACTIONS(5439), + [anon_sym_friend] = ACTIONS(5439), + [anon_sym_public] = ACTIONS(5439), + [anon_sym_private] = ACTIONS(5439), + [anon_sym_protected] = ACTIONS(5439), + [anon_sym_using] = ACTIONS(5439), + [anon_sym_static_assert] = ACTIONS(5439), + }, + [2040] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token2] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [2041] = { + [sym_identifier] = ACTIONS(5359), + [aux_sym_preproc_def_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token1] = ACTIONS(5359), + [aux_sym_preproc_if_token2] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5359), + [sym_preproc_directive] = ACTIONS(5359), + [anon_sym_LPAREN2] = ACTIONS(5361), + [anon_sym_TILDE] = ACTIONS(5361), + [anon_sym_STAR] = ACTIONS(5361), + [anon_sym_AMP_AMP] = ACTIONS(5361), + [anon_sym_AMP] = ACTIONS(5359), + [anon_sym_SEMI] = ACTIONS(5361), + [anon_sym___extension__] = ACTIONS(5359), + [anon_sym_typedef] = ACTIONS(5359), + [anon_sym_virtual] = ACTIONS(5359), + [anon_sym_extern] = ACTIONS(5359), + [anon_sym___attribute__] = ACTIONS(5359), + [anon_sym___attribute] = ACTIONS(5359), + [anon_sym_COLON_COLON] = ACTIONS(5361), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5361), + [anon_sym___declspec] = ACTIONS(5359), + [anon_sym___based] = ACTIONS(5359), + [anon_sym_signed] = ACTIONS(5359), + [anon_sym_unsigned] = ACTIONS(5359), + [anon_sym_long] = ACTIONS(5359), + [anon_sym_short] = ACTIONS(5359), + [anon_sym_LBRACK] = ACTIONS(5359), + [anon_sym_static] = ACTIONS(5359), + [anon_sym_register] = ACTIONS(5359), + [anon_sym_inline] = ACTIONS(5359), + [anon_sym___inline] = ACTIONS(5359), + [anon_sym___inline__] = ACTIONS(5359), + [anon_sym___forceinline] = ACTIONS(5359), + [anon_sym_thread_local] = ACTIONS(5359), + [anon_sym___thread] = ACTIONS(5359), + [anon_sym_const] = ACTIONS(5359), + [anon_sym_constexpr] = ACTIONS(5359), + [anon_sym_volatile] = ACTIONS(5359), + [anon_sym_restrict] = ACTIONS(5359), + [anon_sym___restrict__] = ACTIONS(5359), + [anon_sym__Atomic] = ACTIONS(5359), + [anon_sym__Noreturn] = ACTIONS(5359), + [anon_sym_noreturn] = ACTIONS(5359), + [anon_sym__Nonnull] = ACTIONS(5359), + [anon_sym_mutable] = ACTIONS(5359), + [anon_sym_constinit] = ACTIONS(5359), + [anon_sym_consteval] = ACTIONS(5359), + [anon_sym_PROGMEM] = ACTIONS(5359), + [anon_sym_alignas] = ACTIONS(5359), + [anon_sym__Alignas] = ACTIONS(5359), + [aux_sym_primitive_type_token1] = ACTIONS(5359), + [anon_sym_byte] = ACTIONS(5359), + [anon_sym_word] = ACTIONS(5359), + [anon_sym_enum] = ACTIONS(5359), + [anon_sym_class] = ACTIONS(5359), + [anon_sym_struct] = ACTIONS(5359), + [anon_sym_union] = ACTIONS(5359), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5359), + [anon_sym_decltype] = ACTIONS(5359), + [anon_sym_explicit] = ACTIONS(5359), + [anon_sym_typename] = ACTIONS(5359), + [anon_sym_template] = ACTIONS(5359), + [anon_sym_operator] = ACTIONS(5359), + [anon_sym_friend] = ACTIONS(5359), + [anon_sym_public] = ACTIONS(5359), + [anon_sym_private] = ACTIONS(5359), + [anon_sym_protected] = ACTIONS(5359), + [anon_sym_using] = ACTIONS(5359), + [anon_sym_static_assert] = ACTIONS(5359), + }, + [2042] = { + [sym_identifier] = ACTIONS(5363), + [aux_sym_preproc_def_token1] = ACTIONS(5363), + [aux_sym_preproc_if_token1] = ACTIONS(5363), + [aux_sym_preproc_if_token2] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5363), + [sym_preproc_directive] = ACTIONS(5363), + [anon_sym_LPAREN2] = ACTIONS(5365), + [anon_sym_TILDE] = ACTIONS(5365), + [anon_sym_STAR] = ACTIONS(5365), + [anon_sym_AMP_AMP] = ACTIONS(5365), + [anon_sym_AMP] = ACTIONS(5363), + [anon_sym_SEMI] = ACTIONS(5365), + [anon_sym___extension__] = ACTIONS(5363), + [anon_sym_typedef] = ACTIONS(5363), + [anon_sym_virtual] = ACTIONS(5363), + [anon_sym_extern] = ACTIONS(5363), + [anon_sym___attribute__] = ACTIONS(5363), + [anon_sym___attribute] = ACTIONS(5363), + [anon_sym_COLON_COLON] = ACTIONS(5365), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5365), + [anon_sym___declspec] = ACTIONS(5363), + [anon_sym___based] = ACTIONS(5363), + [anon_sym_signed] = ACTIONS(5363), + [anon_sym_unsigned] = ACTIONS(5363), + [anon_sym_long] = ACTIONS(5363), + [anon_sym_short] = ACTIONS(5363), + [anon_sym_LBRACK] = ACTIONS(5363), + [anon_sym_static] = ACTIONS(5363), + [anon_sym_register] = ACTIONS(5363), + [anon_sym_inline] = ACTIONS(5363), + [anon_sym___inline] = ACTIONS(5363), + [anon_sym___inline__] = ACTIONS(5363), + [anon_sym___forceinline] = ACTIONS(5363), + [anon_sym_thread_local] = ACTIONS(5363), + [anon_sym___thread] = ACTIONS(5363), + [anon_sym_const] = ACTIONS(5363), + [anon_sym_constexpr] = ACTIONS(5363), + [anon_sym_volatile] = ACTIONS(5363), + [anon_sym_restrict] = ACTIONS(5363), + [anon_sym___restrict__] = ACTIONS(5363), + [anon_sym__Atomic] = ACTIONS(5363), + [anon_sym__Noreturn] = ACTIONS(5363), + [anon_sym_noreturn] = ACTIONS(5363), + [anon_sym__Nonnull] = ACTIONS(5363), + [anon_sym_mutable] = ACTIONS(5363), + [anon_sym_constinit] = ACTIONS(5363), + [anon_sym_consteval] = ACTIONS(5363), + [anon_sym_PROGMEM] = ACTIONS(5363), + [anon_sym_alignas] = ACTIONS(5363), + [anon_sym__Alignas] = ACTIONS(5363), + [aux_sym_primitive_type_token1] = ACTIONS(5363), + [anon_sym_byte] = ACTIONS(5363), + [anon_sym_word] = ACTIONS(5363), + [anon_sym_enum] = ACTIONS(5363), + [anon_sym_class] = ACTIONS(5363), + [anon_sym_struct] = ACTIONS(5363), + [anon_sym_union] = ACTIONS(5363), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5363), + [anon_sym_decltype] = ACTIONS(5363), + [anon_sym_explicit] = ACTIONS(5363), + [anon_sym_typename] = ACTIONS(5363), + [anon_sym_template] = ACTIONS(5363), + [anon_sym_operator] = ACTIONS(5363), + [anon_sym_friend] = ACTIONS(5363), + [anon_sym_public] = ACTIONS(5363), + [anon_sym_private] = ACTIONS(5363), + [anon_sym_protected] = ACTIONS(5363), + [anon_sym_using] = ACTIONS(5363), + [anon_sym_static_assert] = ACTIONS(5363), + }, + [2043] = { + [sym_identifier] = ACTIONS(5367), + [aux_sym_preproc_def_token1] = ACTIONS(5367), + [aux_sym_preproc_if_token1] = ACTIONS(5367), + [aux_sym_preproc_if_token2] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5367), + [sym_preproc_directive] = ACTIONS(5367), + [anon_sym_LPAREN2] = ACTIONS(5369), + [anon_sym_TILDE] = ACTIONS(5369), + [anon_sym_STAR] = ACTIONS(5369), + [anon_sym_AMP_AMP] = ACTIONS(5369), + [anon_sym_AMP] = ACTIONS(5367), + [anon_sym_SEMI] = ACTIONS(5369), + [anon_sym___extension__] = ACTIONS(5367), + [anon_sym_typedef] = ACTIONS(5367), + [anon_sym_virtual] = ACTIONS(5367), + [anon_sym_extern] = ACTIONS(5367), + [anon_sym___attribute__] = ACTIONS(5367), + [anon_sym___attribute] = ACTIONS(5367), + [anon_sym_COLON_COLON] = ACTIONS(5369), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5369), + [anon_sym___declspec] = ACTIONS(5367), + [anon_sym___based] = ACTIONS(5367), + [anon_sym_signed] = ACTIONS(5367), + [anon_sym_unsigned] = ACTIONS(5367), + [anon_sym_long] = ACTIONS(5367), + [anon_sym_short] = ACTIONS(5367), + [anon_sym_LBRACK] = ACTIONS(5367), + [anon_sym_static] = ACTIONS(5367), + [anon_sym_register] = ACTIONS(5367), + [anon_sym_inline] = ACTIONS(5367), + [anon_sym___inline] = ACTIONS(5367), + [anon_sym___inline__] = ACTIONS(5367), + [anon_sym___forceinline] = ACTIONS(5367), + [anon_sym_thread_local] = ACTIONS(5367), + [anon_sym___thread] = ACTIONS(5367), + [anon_sym_const] = ACTIONS(5367), + [anon_sym_constexpr] = ACTIONS(5367), + [anon_sym_volatile] = ACTIONS(5367), + [anon_sym_restrict] = ACTIONS(5367), + [anon_sym___restrict__] = ACTIONS(5367), + [anon_sym__Atomic] = ACTIONS(5367), + [anon_sym__Noreturn] = ACTIONS(5367), + [anon_sym_noreturn] = ACTIONS(5367), + [anon_sym__Nonnull] = ACTIONS(5367), + [anon_sym_mutable] = ACTIONS(5367), + [anon_sym_constinit] = ACTIONS(5367), + [anon_sym_consteval] = ACTIONS(5367), + [anon_sym_PROGMEM] = ACTIONS(5367), + [anon_sym_alignas] = ACTIONS(5367), + [anon_sym__Alignas] = ACTIONS(5367), + [aux_sym_primitive_type_token1] = ACTIONS(5367), + [anon_sym_byte] = ACTIONS(5367), + [anon_sym_word] = ACTIONS(5367), + [anon_sym_enum] = ACTIONS(5367), + [anon_sym_class] = ACTIONS(5367), + [anon_sym_struct] = ACTIONS(5367), + [anon_sym_union] = ACTIONS(5367), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5367), + [anon_sym_decltype] = ACTIONS(5367), + [anon_sym_explicit] = ACTIONS(5367), + [anon_sym_typename] = ACTIONS(5367), + [anon_sym_template] = ACTIONS(5367), + [anon_sym_operator] = ACTIONS(5367), + [anon_sym_friend] = ACTIONS(5367), + [anon_sym_public] = ACTIONS(5367), + [anon_sym_private] = ACTIONS(5367), + [anon_sym_protected] = ACTIONS(5367), + [anon_sym_using] = ACTIONS(5367), + [anon_sym_static_assert] = ACTIONS(5367), + }, + [2044] = { + [sym_identifier] = ACTIONS(3020), + [aux_sym_preproc_def_token1] = ACTIONS(3020), + [aux_sym_preproc_if_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3020), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3020), + [sym_preproc_directive] = ACTIONS(3020), + [anon_sym_LPAREN2] = ACTIONS(3022), + [anon_sym_TILDE] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3022), + [anon_sym_AMP_AMP] = ACTIONS(3022), + [anon_sym_AMP] = ACTIONS(3020), + [anon_sym_SEMI] = ACTIONS(3022), + [anon_sym___extension__] = ACTIONS(3020), + [anon_sym_typedef] = ACTIONS(3020), + [anon_sym_virtual] = ACTIONS(3020), + [anon_sym_extern] = ACTIONS(3020), + [anon_sym___attribute__] = ACTIONS(3020), + [anon_sym___attribute] = ACTIONS(3020), + [anon_sym_COLON_COLON] = ACTIONS(3022), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3022), + [anon_sym___declspec] = ACTIONS(3020), + [anon_sym___based] = ACTIONS(3020), + [anon_sym_RBRACE] = ACTIONS(3022), + [anon_sym_signed] = ACTIONS(3020), + [anon_sym_unsigned] = ACTIONS(3020), + [anon_sym_long] = ACTIONS(3020), + [anon_sym_short] = ACTIONS(3020), + [anon_sym_LBRACK] = ACTIONS(3020), + [anon_sym_static] = ACTIONS(3020), + [anon_sym_register] = ACTIONS(3020), + [anon_sym_inline] = ACTIONS(3020), + [anon_sym___inline] = ACTIONS(3020), + [anon_sym___inline__] = ACTIONS(3020), + [anon_sym___forceinline] = ACTIONS(3020), + [anon_sym_thread_local] = ACTIONS(3020), + [anon_sym___thread] = ACTIONS(3020), + [anon_sym_const] = ACTIONS(3020), + [anon_sym_constexpr] = ACTIONS(3020), + [anon_sym_volatile] = ACTIONS(3020), + [anon_sym_restrict] = ACTIONS(3020), + [anon_sym___restrict__] = ACTIONS(3020), + [anon_sym__Atomic] = ACTIONS(3020), + [anon_sym__Noreturn] = ACTIONS(3020), + [anon_sym_noreturn] = ACTIONS(3020), + [anon_sym__Nonnull] = ACTIONS(3020), + [anon_sym_mutable] = ACTIONS(3020), + [anon_sym_constinit] = ACTIONS(3020), + [anon_sym_consteval] = ACTIONS(3020), + [anon_sym_PROGMEM] = ACTIONS(3020), + [anon_sym_alignas] = ACTIONS(3020), + [anon_sym__Alignas] = ACTIONS(3020), + [aux_sym_primitive_type_token1] = ACTIONS(3020), + [anon_sym_byte] = ACTIONS(3020), + [anon_sym_word] = ACTIONS(3020), + [anon_sym_enum] = ACTIONS(3020), + [anon_sym_class] = ACTIONS(3020), + [anon_sym_struct] = ACTIONS(3020), + [anon_sym_union] = ACTIONS(3020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3020), + [anon_sym_decltype] = ACTIONS(3020), + [anon_sym_explicit] = ACTIONS(3020), + [anon_sym_typename] = ACTIONS(3020), + [anon_sym_template] = ACTIONS(3020), + [anon_sym_operator] = ACTIONS(3020), + [anon_sym_friend] = ACTIONS(3020), + [anon_sym_public] = ACTIONS(3020), + [anon_sym_private] = ACTIONS(3020), + [anon_sym_protected] = ACTIONS(3020), + [anon_sym_using] = ACTIONS(3020), + [anon_sym_static_assert] = ACTIONS(3020), + }, + [2045] = { + [sym_identifier] = ACTIONS(5371), + [aux_sym_preproc_def_token1] = ACTIONS(5371), + [aux_sym_preproc_if_token1] = ACTIONS(5371), + [aux_sym_preproc_if_token2] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5371), + [sym_preproc_directive] = ACTIONS(5371), + [anon_sym_LPAREN2] = ACTIONS(5373), + [anon_sym_TILDE] = ACTIONS(5373), + [anon_sym_STAR] = ACTIONS(5373), + [anon_sym_AMP_AMP] = ACTIONS(5373), + [anon_sym_AMP] = ACTIONS(5371), + [anon_sym_SEMI] = ACTIONS(5373), + [anon_sym___extension__] = ACTIONS(5371), + [anon_sym_typedef] = ACTIONS(5371), + [anon_sym_virtual] = ACTIONS(5371), + [anon_sym_extern] = ACTIONS(5371), + [anon_sym___attribute__] = ACTIONS(5371), + [anon_sym___attribute] = ACTIONS(5371), + [anon_sym_COLON_COLON] = ACTIONS(5373), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5373), + [anon_sym___declspec] = ACTIONS(5371), + [anon_sym___based] = ACTIONS(5371), + [anon_sym_signed] = ACTIONS(5371), + [anon_sym_unsigned] = ACTIONS(5371), + [anon_sym_long] = ACTIONS(5371), + [anon_sym_short] = ACTIONS(5371), + [anon_sym_LBRACK] = ACTIONS(5371), + [anon_sym_static] = ACTIONS(5371), + [anon_sym_register] = ACTIONS(5371), + [anon_sym_inline] = ACTIONS(5371), + [anon_sym___inline] = ACTIONS(5371), + [anon_sym___inline__] = ACTIONS(5371), + [anon_sym___forceinline] = ACTIONS(5371), + [anon_sym_thread_local] = ACTIONS(5371), + [anon_sym___thread] = ACTIONS(5371), + [anon_sym_const] = ACTIONS(5371), + [anon_sym_constexpr] = ACTIONS(5371), + [anon_sym_volatile] = ACTIONS(5371), + [anon_sym_restrict] = ACTIONS(5371), + [anon_sym___restrict__] = ACTIONS(5371), + [anon_sym__Atomic] = ACTIONS(5371), + [anon_sym__Noreturn] = ACTIONS(5371), + [anon_sym_noreturn] = ACTIONS(5371), + [anon_sym__Nonnull] = ACTIONS(5371), + [anon_sym_mutable] = ACTIONS(5371), + [anon_sym_constinit] = ACTIONS(5371), + [anon_sym_consteval] = ACTIONS(5371), + [anon_sym_PROGMEM] = ACTIONS(5371), + [anon_sym_alignas] = ACTIONS(5371), + [anon_sym__Alignas] = ACTIONS(5371), + [aux_sym_primitive_type_token1] = ACTIONS(5371), + [anon_sym_byte] = ACTIONS(5371), + [anon_sym_word] = ACTIONS(5371), + [anon_sym_enum] = ACTIONS(5371), + [anon_sym_class] = ACTIONS(5371), + [anon_sym_struct] = ACTIONS(5371), + [anon_sym_union] = ACTIONS(5371), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5371), + [anon_sym_decltype] = ACTIONS(5371), + [anon_sym_explicit] = ACTIONS(5371), + [anon_sym_typename] = ACTIONS(5371), + [anon_sym_template] = ACTIONS(5371), + [anon_sym_operator] = ACTIONS(5371), + [anon_sym_friend] = ACTIONS(5371), + [anon_sym_public] = ACTIONS(5371), + [anon_sym_private] = ACTIONS(5371), + [anon_sym_protected] = ACTIONS(5371), + [anon_sym_using] = ACTIONS(5371), + [anon_sym_static_assert] = ACTIONS(5371), + }, + [2046] = { + [sym_identifier] = ACTIONS(5375), + [aux_sym_preproc_def_token1] = ACTIONS(5375), + [aux_sym_preproc_if_token1] = ACTIONS(5375), + [aux_sym_preproc_if_token2] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5375), + [sym_preproc_directive] = ACTIONS(5375), + [anon_sym_LPAREN2] = ACTIONS(5377), + [anon_sym_TILDE] = ACTIONS(5377), + [anon_sym_STAR] = ACTIONS(5377), + [anon_sym_AMP_AMP] = ACTIONS(5377), + [anon_sym_AMP] = ACTIONS(5375), + [anon_sym_SEMI] = ACTIONS(5377), + [anon_sym___extension__] = ACTIONS(5375), + [anon_sym_typedef] = ACTIONS(5375), + [anon_sym_virtual] = ACTIONS(5375), + [anon_sym_extern] = ACTIONS(5375), + [anon_sym___attribute__] = ACTIONS(5375), + [anon_sym___attribute] = ACTIONS(5375), + [anon_sym_COLON_COLON] = ACTIONS(5377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5377), + [anon_sym___declspec] = ACTIONS(5375), + [anon_sym___based] = ACTIONS(5375), + [anon_sym_signed] = ACTIONS(5375), + [anon_sym_unsigned] = ACTIONS(5375), + [anon_sym_long] = ACTIONS(5375), + [anon_sym_short] = ACTIONS(5375), + [anon_sym_LBRACK] = ACTIONS(5375), + [anon_sym_static] = ACTIONS(5375), + [anon_sym_register] = ACTIONS(5375), + [anon_sym_inline] = ACTIONS(5375), + [anon_sym___inline] = ACTIONS(5375), + [anon_sym___inline__] = ACTIONS(5375), + [anon_sym___forceinline] = ACTIONS(5375), + [anon_sym_thread_local] = ACTIONS(5375), + [anon_sym___thread] = ACTIONS(5375), + [anon_sym_const] = ACTIONS(5375), + [anon_sym_constexpr] = ACTIONS(5375), + [anon_sym_volatile] = ACTIONS(5375), + [anon_sym_restrict] = ACTIONS(5375), + [anon_sym___restrict__] = ACTIONS(5375), + [anon_sym__Atomic] = ACTIONS(5375), + [anon_sym__Noreturn] = ACTIONS(5375), + [anon_sym_noreturn] = ACTIONS(5375), + [anon_sym__Nonnull] = ACTIONS(5375), + [anon_sym_mutable] = ACTIONS(5375), + [anon_sym_constinit] = ACTIONS(5375), + [anon_sym_consteval] = ACTIONS(5375), + [anon_sym_PROGMEM] = ACTIONS(5375), + [anon_sym_alignas] = ACTIONS(5375), + [anon_sym__Alignas] = ACTIONS(5375), + [aux_sym_primitive_type_token1] = ACTIONS(5375), + [anon_sym_byte] = ACTIONS(5375), + [anon_sym_word] = ACTIONS(5375), + [anon_sym_enum] = ACTIONS(5375), + [anon_sym_class] = ACTIONS(5375), + [anon_sym_struct] = ACTIONS(5375), + [anon_sym_union] = ACTIONS(5375), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5375), + [anon_sym_decltype] = ACTIONS(5375), + [anon_sym_explicit] = ACTIONS(5375), + [anon_sym_typename] = ACTIONS(5375), + [anon_sym_template] = ACTIONS(5375), + [anon_sym_operator] = ACTIONS(5375), + [anon_sym_friend] = ACTIONS(5375), + [anon_sym_public] = ACTIONS(5375), + [anon_sym_private] = ACTIONS(5375), + [anon_sym_protected] = ACTIONS(5375), + [anon_sym_using] = ACTIONS(5375), + [anon_sym_static_assert] = ACTIONS(5375), + }, + [2047] = { + [sym_identifier] = ACTIONS(5379), + [aux_sym_preproc_def_token1] = ACTIONS(5379), + [aux_sym_preproc_if_token1] = ACTIONS(5379), + [aux_sym_preproc_if_token2] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5379), + [sym_preproc_directive] = ACTIONS(5379), + [anon_sym_LPAREN2] = ACTIONS(5381), + [anon_sym_TILDE] = ACTIONS(5381), + [anon_sym_STAR] = ACTIONS(5381), + [anon_sym_AMP_AMP] = ACTIONS(5381), + [anon_sym_AMP] = ACTIONS(5379), + [anon_sym_SEMI] = ACTIONS(5381), + [anon_sym___extension__] = ACTIONS(5379), + [anon_sym_typedef] = ACTIONS(5379), + [anon_sym_virtual] = ACTIONS(5379), + [anon_sym_extern] = ACTIONS(5379), + [anon_sym___attribute__] = ACTIONS(5379), + [anon_sym___attribute] = ACTIONS(5379), + [anon_sym_COLON_COLON] = ACTIONS(5381), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5381), + [anon_sym___declspec] = ACTIONS(5379), + [anon_sym___based] = ACTIONS(5379), + [anon_sym_signed] = ACTIONS(5379), + [anon_sym_unsigned] = ACTIONS(5379), + [anon_sym_long] = ACTIONS(5379), + [anon_sym_short] = ACTIONS(5379), + [anon_sym_LBRACK] = ACTIONS(5379), + [anon_sym_static] = ACTIONS(5379), + [anon_sym_register] = ACTIONS(5379), + [anon_sym_inline] = ACTIONS(5379), + [anon_sym___inline] = ACTIONS(5379), + [anon_sym___inline__] = ACTIONS(5379), + [anon_sym___forceinline] = ACTIONS(5379), + [anon_sym_thread_local] = ACTIONS(5379), + [anon_sym___thread] = ACTIONS(5379), + [anon_sym_const] = ACTIONS(5379), + [anon_sym_constexpr] = ACTIONS(5379), + [anon_sym_volatile] = ACTIONS(5379), + [anon_sym_restrict] = ACTIONS(5379), + [anon_sym___restrict__] = ACTIONS(5379), + [anon_sym__Atomic] = ACTIONS(5379), + [anon_sym__Noreturn] = ACTIONS(5379), + [anon_sym_noreturn] = ACTIONS(5379), + [anon_sym__Nonnull] = ACTIONS(5379), + [anon_sym_mutable] = ACTIONS(5379), + [anon_sym_constinit] = ACTIONS(5379), + [anon_sym_consteval] = ACTIONS(5379), + [anon_sym_PROGMEM] = ACTIONS(5379), + [anon_sym_alignas] = ACTIONS(5379), + [anon_sym__Alignas] = ACTIONS(5379), + [aux_sym_primitive_type_token1] = ACTIONS(5379), + [anon_sym_byte] = ACTIONS(5379), + [anon_sym_word] = ACTIONS(5379), + [anon_sym_enum] = ACTIONS(5379), + [anon_sym_class] = ACTIONS(5379), + [anon_sym_struct] = ACTIONS(5379), + [anon_sym_union] = ACTIONS(5379), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5379), + [anon_sym_decltype] = ACTIONS(5379), + [anon_sym_explicit] = ACTIONS(5379), + [anon_sym_typename] = ACTIONS(5379), + [anon_sym_template] = ACTIONS(5379), + [anon_sym_operator] = ACTIONS(5379), + [anon_sym_friend] = ACTIONS(5379), + [anon_sym_public] = ACTIONS(5379), + [anon_sym_private] = ACTIONS(5379), + [anon_sym_protected] = ACTIONS(5379), + [anon_sym_using] = ACTIONS(5379), + [anon_sym_static_assert] = ACTIONS(5379), + }, + [2048] = { + [sym_identifier] = ACTIONS(3024), + [aux_sym_preproc_def_token1] = ACTIONS(3024), + [aux_sym_preproc_if_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3024), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3024), + [sym_preproc_directive] = ACTIONS(3024), + [anon_sym_LPAREN2] = ACTIONS(3026), + [anon_sym_TILDE] = ACTIONS(3026), + [anon_sym_STAR] = ACTIONS(3026), + [anon_sym_AMP_AMP] = ACTIONS(3026), + [anon_sym_AMP] = ACTIONS(3024), + [anon_sym_SEMI] = ACTIONS(3026), + [anon_sym___extension__] = ACTIONS(3024), + [anon_sym_typedef] = ACTIONS(3024), + [anon_sym_virtual] = ACTIONS(3024), + [anon_sym_extern] = ACTIONS(3024), + [anon_sym___attribute__] = ACTIONS(3024), + [anon_sym___attribute] = ACTIONS(3024), + [anon_sym_COLON_COLON] = ACTIONS(3026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3026), + [anon_sym___declspec] = ACTIONS(3024), + [anon_sym___based] = ACTIONS(3024), + [anon_sym_RBRACE] = ACTIONS(3026), + [anon_sym_signed] = ACTIONS(3024), + [anon_sym_unsigned] = ACTIONS(3024), + [anon_sym_long] = ACTIONS(3024), + [anon_sym_short] = ACTIONS(3024), + [anon_sym_LBRACK] = ACTIONS(3024), + [anon_sym_static] = ACTIONS(3024), + [anon_sym_register] = ACTIONS(3024), + [anon_sym_inline] = ACTIONS(3024), + [anon_sym___inline] = ACTIONS(3024), + [anon_sym___inline__] = ACTIONS(3024), + [anon_sym___forceinline] = ACTIONS(3024), + [anon_sym_thread_local] = ACTIONS(3024), + [anon_sym___thread] = ACTIONS(3024), + [anon_sym_const] = ACTIONS(3024), + [anon_sym_constexpr] = ACTIONS(3024), + [anon_sym_volatile] = ACTIONS(3024), + [anon_sym_restrict] = ACTIONS(3024), + [anon_sym___restrict__] = ACTIONS(3024), + [anon_sym__Atomic] = ACTIONS(3024), + [anon_sym__Noreturn] = ACTIONS(3024), + [anon_sym_noreturn] = ACTIONS(3024), + [anon_sym__Nonnull] = ACTIONS(3024), + [anon_sym_mutable] = ACTIONS(3024), + [anon_sym_constinit] = ACTIONS(3024), + [anon_sym_consteval] = ACTIONS(3024), + [anon_sym_PROGMEM] = ACTIONS(3024), + [anon_sym_alignas] = ACTIONS(3024), + [anon_sym__Alignas] = ACTIONS(3024), + [aux_sym_primitive_type_token1] = ACTIONS(3024), + [anon_sym_byte] = ACTIONS(3024), + [anon_sym_word] = ACTIONS(3024), + [anon_sym_enum] = ACTIONS(3024), + [anon_sym_class] = ACTIONS(3024), + [anon_sym_struct] = ACTIONS(3024), + [anon_sym_union] = ACTIONS(3024), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3024), + [anon_sym_decltype] = ACTIONS(3024), + [anon_sym_explicit] = ACTIONS(3024), + [anon_sym_typename] = ACTIONS(3024), + [anon_sym_template] = ACTIONS(3024), + [anon_sym_operator] = ACTIONS(3024), + [anon_sym_friend] = ACTIONS(3024), + [anon_sym_public] = ACTIONS(3024), + [anon_sym_private] = ACTIONS(3024), + [anon_sym_protected] = ACTIONS(3024), + [anon_sym_using] = ACTIONS(3024), + [anon_sym_static_assert] = ACTIONS(3024), + }, + [2049] = { + [sym_identifier] = ACTIONS(5391), + [aux_sym_preproc_def_token1] = ACTIONS(5391), + [aux_sym_preproc_if_token1] = ACTIONS(5391), + [aux_sym_preproc_if_token2] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5391), + [sym_preproc_directive] = ACTIONS(5391), + [anon_sym_LPAREN2] = ACTIONS(5393), + [anon_sym_TILDE] = ACTIONS(5393), + [anon_sym_STAR] = ACTIONS(5393), + [anon_sym_AMP_AMP] = ACTIONS(5393), + [anon_sym_AMP] = ACTIONS(5391), + [anon_sym_SEMI] = ACTIONS(5393), + [anon_sym___extension__] = ACTIONS(5391), + [anon_sym_typedef] = ACTIONS(5391), + [anon_sym_virtual] = ACTIONS(5391), + [anon_sym_extern] = ACTIONS(5391), + [anon_sym___attribute__] = ACTIONS(5391), + [anon_sym___attribute] = ACTIONS(5391), + [anon_sym_COLON_COLON] = ACTIONS(5393), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5393), + [anon_sym___declspec] = ACTIONS(5391), + [anon_sym___based] = ACTIONS(5391), + [anon_sym_signed] = ACTIONS(5391), + [anon_sym_unsigned] = ACTIONS(5391), + [anon_sym_long] = ACTIONS(5391), + [anon_sym_short] = ACTIONS(5391), + [anon_sym_LBRACK] = ACTIONS(5391), + [anon_sym_static] = ACTIONS(5391), + [anon_sym_register] = ACTIONS(5391), + [anon_sym_inline] = ACTIONS(5391), + [anon_sym___inline] = ACTIONS(5391), + [anon_sym___inline__] = ACTIONS(5391), + [anon_sym___forceinline] = ACTIONS(5391), + [anon_sym_thread_local] = ACTIONS(5391), + [anon_sym___thread] = ACTIONS(5391), + [anon_sym_const] = ACTIONS(5391), + [anon_sym_constexpr] = ACTIONS(5391), + [anon_sym_volatile] = ACTIONS(5391), + [anon_sym_restrict] = ACTIONS(5391), + [anon_sym___restrict__] = ACTIONS(5391), + [anon_sym__Atomic] = ACTIONS(5391), + [anon_sym__Noreturn] = ACTIONS(5391), + [anon_sym_noreturn] = ACTIONS(5391), + [anon_sym__Nonnull] = ACTIONS(5391), + [anon_sym_mutable] = ACTIONS(5391), + [anon_sym_constinit] = ACTIONS(5391), + [anon_sym_consteval] = ACTIONS(5391), + [anon_sym_PROGMEM] = ACTIONS(5391), + [anon_sym_alignas] = ACTIONS(5391), + [anon_sym__Alignas] = ACTIONS(5391), + [aux_sym_primitive_type_token1] = ACTIONS(5391), + [anon_sym_byte] = ACTIONS(5391), + [anon_sym_word] = ACTIONS(5391), + [anon_sym_enum] = ACTIONS(5391), + [anon_sym_class] = ACTIONS(5391), + [anon_sym_struct] = ACTIONS(5391), + [anon_sym_union] = ACTIONS(5391), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5391), + [anon_sym_decltype] = ACTIONS(5391), + [anon_sym_explicit] = ACTIONS(5391), + [anon_sym_typename] = ACTIONS(5391), + [anon_sym_template] = ACTIONS(5391), + [anon_sym_operator] = ACTIONS(5391), + [anon_sym_friend] = ACTIONS(5391), + [anon_sym_public] = ACTIONS(5391), + [anon_sym_private] = ACTIONS(5391), + [anon_sym_protected] = ACTIONS(5391), + [anon_sym_using] = ACTIONS(5391), + [anon_sym_static_assert] = ACTIONS(5391), + }, + [2050] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token2] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), + }, + [2051] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token2] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), + }, + [2052] = { + [sym_identifier] = ACTIONS(5399), + [aux_sym_preproc_def_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token1] = ACTIONS(5399), + [aux_sym_preproc_if_token2] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5399), + [sym_preproc_directive] = ACTIONS(5399), + [anon_sym_LPAREN2] = ACTIONS(5401), + [anon_sym_TILDE] = ACTIONS(5401), + [anon_sym_STAR] = ACTIONS(5401), + [anon_sym_AMP_AMP] = ACTIONS(5401), + [anon_sym_AMP] = ACTIONS(5399), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym___extension__] = ACTIONS(5399), + [anon_sym_typedef] = ACTIONS(5399), + [anon_sym_virtual] = ACTIONS(5399), + [anon_sym_extern] = ACTIONS(5399), + [anon_sym___attribute__] = ACTIONS(5399), + [anon_sym___attribute] = ACTIONS(5399), + [anon_sym_COLON_COLON] = ACTIONS(5401), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5401), + [anon_sym___declspec] = ACTIONS(5399), + [anon_sym___based] = ACTIONS(5399), + [anon_sym_signed] = ACTIONS(5399), + [anon_sym_unsigned] = ACTIONS(5399), + [anon_sym_long] = ACTIONS(5399), + [anon_sym_short] = ACTIONS(5399), + [anon_sym_LBRACK] = ACTIONS(5399), + [anon_sym_static] = ACTIONS(5399), + [anon_sym_register] = ACTIONS(5399), + [anon_sym_inline] = ACTIONS(5399), + [anon_sym___inline] = ACTIONS(5399), + [anon_sym___inline__] = ACTIONS(5399), + [anon_sym___forceinline] = ACTIONS(5399), + [anon_sym_thread_local] = ACTIONS(5399), + [anon_sym___thread] = ACTIONS(5399), + [anon_sym_const] = ACTIONS(5399), + [anon_sym_constexpr] = ACTIONS(5399), + [anon_sym_volatile] = ACTIONS(5399), + [anon_sym_restrict] = ACTIONS(5399), + [anon_sym___restrict__] = ACTIONS(5399), + [anon_sym__Atomic] = ACTIONS(5399), + [anon_sym__Noreturn] = ACTIONS(5399), + [anon_sym_noreturn] = ACTIONS(5399), + [anon_sym__Nonnull] = ACTIONS(5399), + [anon_sym_mutable] = ACTIONS(5399), + [anon_sym_constinit] = ACTIONS(5399), + [anon_sym_consteval] = ACTIONS(5399), + [anon_sym_PROGMEM] = ACTIONS(5399), + [anon_sym_alignas] = ACTIONS(5399), + [anon_sym__Alignas] = ACTIONS(5399), + [aux_sym_primitive_type_token1] = ACTIONS(5399), + [anon_sym_byte] = ACTIONS(5399), + [anon_sym_word] = ACTIONS(5399), + [anon_sym_enum] = ACTIONS(5399), + [anon_sym_class] = ACTIONS(5399), + [anon_sym_struct] = ACTIONS(5399), + [anon_sym_union] = ACTIONS(5399), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5399), + [anon_sym_decltype] = ACTIONS(5399), + [anon_sym_explicit] = ACTIONS(5399), + [anon_sym_typename] = ACTIONS(5399), + [anon_sym_template] = ACTIONS(5399), + [anon_sym_operator] = ACTIONS(5399), + [anon_sym_friend] = ACTIONS(5399), + [anon_sym_public] = ACTIONS(5399), + [anon_sym_private] = ACTIONS(5399), + [anon_sym_protected] = ACTIONS(5399), + [anon_sym_using] = ACTIONS(5399), + [anon_sym_static_assert] = ACTIONS(5399), + }, + [2053] = { + [sym_identifier] = ACTIONS(5403), + [aux_sym_preproc_def_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token1] = ACTIONS(5403), + [aux_sym_preproc_if_token2] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5403), + [sym_preproc_directive] = ACTIONS(5403), + [anon_sym_LPAREN2] = ACTIONS(5405), + [anon_sym_TILDE] = ACTIONS(5405), + [anon_sym_STAR] = ACTIONS(5405), + [anon_sym_AMP_AMP] = ACTIONS(5405), + [anon_sym_AMP] = ACTIONS(5403), + [anon_sym_SEMI] = ACTIONS(5405), + [anon_sym___extension__] = ACTIONS(5403), + [anon_sym_typedef] = ACTIONS(5403), + [anon_sym_virtual] = ACTIONS(5403), + [anon_sym_extern] = ACTIONS(5403), + [anon_sym___attribute__] = ACTIONS(5403), + [anon_sym___attribute] = ACTIONS(5403), + [anon_sym_COLON_COLON] = ACTIONS(5405), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5405), + [anon_sym___declspec] = ACTIONS(5403), + [anon_sym___based] = ACTIONS(5403), + [anon_sym_signed] = ACTIONS(5403), + [anon_sym_unsigned] = ACTIONS(5403), + [anon_sym_long] = ACTIONS(5403), + [anon_sym_short] = ACTIONS(5403), + [anon_sym_LBRACK] = ACTIONS(5403), + [anon_sym_static] = ACTIONS(5403), + [anon_sym_register] = ACTIONS(5403), + [anon_sym_inline] = ACTIONS(5403), + [anon_sym___inline] = ACTIONS(5403), + [anon_sym___inline__] = ACTIONS(5403), + [anon_sym___forceinline] = ACTIONS(5403), + [anon_sym_thread_local] = ACTIONS(5403), + [anon_sym___thread] = ACTIONS(5403), + [anon_sym_const] = ACTIONS(5403), + [anon_sym_constexpr] = ACTIONS(5403), + [anon_sym_volatile] = ACTIONS(5403), + [anon_sym_restrict] = ACTIONS(5403), + [anon_sym___restrict__] = ACTIONS(5403), + [anon_sym__Atomic] = ACTIONS(5403), + [anon_sym__Noreturn] = ACTIONS(5403), + [anon_sym_noreturn] = ACTIONS(5403), + [anon_sym__Nonnull] = ACTIONS(5403), + [anon_sym_mutable] = ACTIONS(5403), + [anon_sym_constinit] = ACTIONS(5403), + [anon_sym_consteval] = ACTIONS(5403), + [anon_sym_PROGMEM] = ACTIONS(5403), + [anon_sym_alignas] = ACTIONS(5403), + [anon_sym__Alignas] = ACTIONS(5403), + [aux_sym_primitive_type_token1] = ACTIONS(5403), + [anon_sym_byte] = ACTIONS(5403), + [anon_sym_word] = ACTIONS(5403), + [anon_sym_enum] = ACTIONS(5403), + [anon_sym_class] = ACTIONS(5403), + [anon_sym_struct] = ACTIONS(5403), + [anon_sym_union] = ACTIONS(5403), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5403), + [anon_sym_decltype] = ACTIONS(5403), + [anon_sym_explicit] = ACTIONS(5403), + [anon_sym_typename] = ACTIONS(5403), + [anon_sym_template] = ACTIONS(5403), + [anon_sym_operator] = ACTIONS(5403), + [anon_sym_friend] = ACTIONS(5403), + [anon_sym_public] = ACTIONS(5403), + [anon_sym_private] = ACTIONS(5403), + [anon_sym_protected] = ACTIONS(5403), + [anon_sym_using] = ACTIONS(5403), + [anon_sym_static_assert] = ACTIONS(5403), + }, + [2054] = { + [sym_identifier] = ACTIONS(5435), + [aux_sym_preproc_def_token1] = ACTIONS(5435), + [aux_sym_preproc_if_token1] = ACTIONS(5435), + [aux_sym_preproc_if_token2] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), + [sym_preproc_directive] = ACTIONS(5435), + [anon_sym_LPAREN2] = ACTIONS(5437), + [anon_sym_TILDE] = ACTIONS(5437), + [anon_sym_STAR] = ACTIONS(5437), + [anon_sym_AMP_AMP] = ACTIONS(5437), + [anon_sym_AMP] = ACTIONS(5435), + [anon_sym_SEMI] = ACTIONS(5437), + [anon_sym___extension__] = ACTIONS(5435), + [anon_sym_typedef] = ACTIONS(5435), + [anon_sym_virtual] = ACTIONS(5435), + [anon_sym_extern] = ACTIONS(5435), + [anon_sym___attribute__] = ACTIONS(5435), + [anon_sym___attribute] = ACTIONS(5435), + [anon_sym_COLON_COLON] = ACTIONS(5437), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), + [anon_sym___declspec] = ACTIONS(5435), + [anon_sym___based] = ACTIONS(5435), + [anon_sym_signed] = ACTIONS(5435), + [anon_sym_unsigned] = ACTIONS(5435), + [anon_sym_long] = ACTIONS(5435), + [anon_sym_short] = ACTIONS(5435), + [anon_sym_LBRACK] = ACTIONS(5435), + [anon_sym_static] = ACTIONS(5435), + [anon_sym_register] = ACTIONS(5435), + [anon_sym_inline] = ACTIONS(5435), + [anon_sym___inline] = ACTIONS(5435), + [anon_sym___inline__] = ACTIONS(5435), + [anon_sym___forceinline] = ACTIONS(5435), + [anon_sym_thread_local] = ACTIONS(5435), + [anon_sym___thread] = ACTIONS(5435), + [anon_sym_const] = ACTIONS(5435), + [anon_sym_constexpr] = ACTIONS(5435), + [anon_sym_volatile] = ACTIONS(5435), + [anon_sym_restrict] = ACTIONS(5435), + [anon_sym___restrict__] = ACTIONS(5435), + [anon_sym__Atomic] = ACTIONS(5435), + [anon_sym__Noreturn] = ACTIONS(5435), + [anon_sym_noreturn] = ACTIONS(5435), + [anon_sym__Nonnull] = ACTIONS(5435), + [anon_sym_mutable] = ACTIONS(5435), + [anon_sym_constinit] = ACTIONS(5435), + [anon_sym_consteval] = ACTIONS(5435), + [anon_sym_PROGMEM] = ACTIONS(5435), + [anon_sym_alignas] = ACTIONS(5435), + [anon_sym__Alignas] = ACTIONS(5435), + [aux_sym_primitive_type_token1] = ACTIONS(5435), + [anon_sym_byte] = ACTIONS(5435), + [anon_sym_word] = ACTIONS(5435), + [anon_sym_enum] = ACTIONS(5435), + [anon_sym_class] = ACTIONS(5435), + [anon_sym_struct] = ACTIONS(5435), + [anon_sym_union] = ACTIONS(5435), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5435), + [anon_sym_decltype] = ACTIONS(5435), + [anon_sym_explicit] = ACTIONS(5435), + [anon_sym_typename] = ACTIONS(5435), + [anon_sym_template] = ACTIONS(5435), + [anon_sym_operator] = ACTIONS(5435), + [anon_sym_friend] = ACTIONS(5435), + [anon_sym_public] = ACTIONS(5435), + [anon_sym_private] = ACTIONS(5435), + [anon_sym_protected] = ACTIONS(5435), + [anon_sym_using] = ACTIONS(5435), + [anon_sym_static_assert] = ACTIONS(5435), + }, + [2055] = { + [sym_identifier] = ACTIONS(5439), + [aux_sym_preproc_def_token1] = ACTIONS(5439), + [aux_sym_preproc_if_token1] = ACTIONS(5439), + [aux_sym_preproc_if_token2] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5439), + [sym_preproc_directive] = ACTIONS(5439), + [anon_sym_LPAREN2] = ACTIONS(5441), + [anon_sym_TILDE] = ACTIONS(5441), + [anon_sym_STAR] = ACTIONS(5441), + [anon_sym_AMP_AMP] = ACTIONS(5441), + [anon_sym_AMP] = ACTIONS(5439), + [anon_sym_SEMI] = ACTIONS(5441), + [anon_sym___extension__] = ACTIONS(5439), + [anon_sym_typedef] = ACTIONS(5439), + [anon_sym_virtual] = ACTIONS(5439), + [anon_sym_extern] = ACTIONS(5439), + [anon_sym___attribute__] = ACTIONS(5439), + [anon_sym___attribute] = ACTIONS(5439), + [anon_sym_COLON_COLON] = ACTIONS(5441), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5441), + [anon_sym___declspec] = ACTIONS(5439), + [anon_sym___based] = ACTIONS(5439), + [anon_sym_signed] = ACTIONS(5439), + [anon_sym_unsigned] = ACTIONS(5439), + [anon_sym_long] = ACTIONS(5439), + [anon_sym_short] = ACTIONS(5439), + [anon_sym_LBRACK] = ACTIONS(5439), + [anon_sym_static] = ACTIONS(5439), + [anon_sym_register] = ACTIONS(5439), + [anon_sym_inline] = ACTIONS(5439), + [anon_sym___inline] = ACTIONS(5439), + [anon_sym___inline__] = ACTIONS(5439), + [anon_sym___forceinline] = ACTIONS(5439), + [anon_sym_thread_local] = ACTIONS(5439), + [anon_sym___thread] = ACTIONS(5439), + [anon_sym_const] = ACTIONS(5439), + [anon_sym_constexpr] = ACTIONS(5439), + [anon_sym_volatile] = ACTIONS(5439), + [anon_sym_restrict] = ACTIONS(5439), + [anon_sym___restrict__] = ACTIONS(5439), + [anon_sym__Atomic] = ACTIONS(5439), + [anon_sym__Noreturn] = ACTIONS(5439), + [anon_sym_noreturn] = ACTIONS(5439), + [anon_sym__Nonnull] = ACTIONS(5439), + [anon_sym_mutable] = ACTIONS(5439), + [anon_sym_constinit] = ACTIONS(5439), + [anon_sym_consteval] = ACTIONS(5439), + [anon_sym_PROGMEM] = ACTIONS(5439), + [anon_sym_alignas] = ACTIONS(5439), + [anon_sym__Alignas] = ACTIONS(5439), + [aux_sym_primitive_type_token1] = ACTIONS(5439), + [anon_sym_byte] = ACTIONS(5439), + [anon_sym_word] = ACTIONS(5439), + [anon_sym_enum] = ACTIONS(5439), + [anon_sym_class] = ACTIONS(5439), + [anon_sym_struct] = ACTIONS(5439), + [anon_sym_union] = ACTIONS(5439), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5439), + [anon_sym_decltype] = ACTIONS(5439), + [anon_sym_explicit] = ACTIONS(5439), + [anon_sym_typename] = ACTIONS(5439), + [anon_sym_template] = ACTIONS(5439), + [anon_sym_operator] = ACTIONS(5439), + [anon_sym_friend] = ACTIONS(5439), + [anon_sym_public] = ACTIONS(5439), + [anon_sym_private] = ACTIONS(5439), + [anon_sym_protected] = ACTIONS(5439), + [anon_sym_using] = ACTIONS(5439), + [anon_sym_static_assert] = ACTIONS(5439), + }, + [2056] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token2] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), + }, + [2057] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token2] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), + }, + [2058] = { + [sym_identifier] = ACTIONS(2925), + [aux_sym_preproc_def_token1] = ACTIONS(2925), + [aux_sym_preproc_if_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2925), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2925), + [sym_preproc_directive] = ACTIONS(2925), + [anon_sym_LPAREN2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2925), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym___extension__] = ACTIONS(2925), + [anon_sym_typedef] = ACTIONS(2925), + [anon_sym_virtual] = ACTIONS(2925), + [anon_sym_extern] = ACTIONS(2925), + [anon_sym___attribute__] = ACTIONS(2925), + [anon_sym___attribute] = ACTIONS(2925), + [anon_sym_COLON_COLON] = ACTIONS(2927), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2927), + [anon_sym___declspec] = ACTIONS(2925), + [anon_sym___based] = ACTIONS(2925), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_signed] = ACTIONS(2925), + [anon_sym_unsigned] = ACTIONS(2925), + [anon_sym_long] = ACTIONS(2925), + [anon_sym_short] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_static] = ACTIONS(2925), + [anon_sym_register] = ACTIONS(2925), + [anon_sym_inline] = ACTIONS(2925), + [anon_sym___inline] = ACTIONS(2925), + [anon_sym___inline__] = ACTIONS(2925), + [anon_sym___forceinline] = ACTIONS(2925), + [anon_sym_thread_local] = ACTIONS(2925), + [anon_sym___thread] = ACTIONS(2925), + [anon_sym_const] = ACTIONS(2925), + [anon_sym_constexpr] = ACTIONS(2925), + [anon_sym_volatile] = ACTIONS(2925), + [anon_sym_restrict] = ACTIONS(2925), + [anon_sym___restrict__] = ACTIONS(2925), + [anon_sym__Atomic] = ACTIONS(2925), + [anon_sym__Noreturn] = ACTIONS(2925), + [anon_sym_noreturn] = ACTIONS(2925), + [anon_sym__Nonnull] = ACTIONS(2925), + [anon_sym_mutable] = ACTIONS(2925), + [anon_sym_constinit] = ACTIONS(2925), + [anon_sym_consteval] = ACTIONS(2925), + [anon_sym_PROGMEM] = ACTIONS(2925), + [anon_sym_alignas] = ACTIONS(2925), + [anon_sym__Alignas] = ACTIONS(2925), + [aux_sym_primitive_type_token1] = ACTIONS(2925), + [anon_sym_byte] = ACTIONS(2925), + [anon_sym_word] = ACTIONS(2925), + [anon_sym_enum] = ACTIONS(2925), + [anon_sym_class] = ACTIONS(2925), + [anon_sym_struct] = ACTIONS(2925), + [anon_sym_union] = ACTIONS(2925), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2925), + [anon_sym_decltype] = ACTIONS(2925), + [anon_sym_explicit] = ACTIONS(2925), + [anon_sym_typename] = ACTIONS(2925), + [anon_sym_template] = ACTIONS(2925), + [anon_sym_operator] = ACTIONS(2925), + [anon_sym_friend] = ACTIONS(2925), + [anon_sym_public] = ACTIONS(2925), + [anon_sym_private] = ACTIONS(2925), + [anon_sym_protected] = ACTIONS(2925), + [anon_sym_using] = ACTIONS(2925), + [anon_sym_static_assert] = ACTIONS(2925), + }, + [2059] = { + [sym_identifier] = ACTIONS(3167), + [aux_sym_preproc_def_token1] = ACTIONS(3167), + [aux_sym_preproc_if_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3167), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3167), + [sym_preproc_directive] = ACTIONS(3167), + [anon_sym_LPAREN2] = ACTIONS(3169), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3169), + [anon_sym___extension__] = ACTIONS(3167), + [anon_sym_typedef] = ACTIONS(3167), + [anon_sym_virtual] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym___attribute__] = ACTIONS(3167), + [anon_sym___attribute] = ACTIONS(3167), + [anon_sym_COLON_COLON] = ACTIONS(3169), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3169), + [anon_sym___declspec] = ACTIONS(3167), + [anon_sym___based] = ACTIONS(3167), + [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_signed] = ACTIONS(3167), + [anon_sym_unsigned] = ACTIONS(3167), + [anon_sym_long] = ACTIONS(3167), + [anon_sym_short] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_static] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_inline] = ACTIONS(3167), + [anon_sym___inline] = ACTIONS(3167), + [anon_sym___inline__] = ACTIONS(3167), + [anon_sym___forceinline] = ACTIONS(3167), + [anon_sym_thread_local] = ACTIONS(3167), + [anon_sym___thread] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_constexpr] = ACTIONS(3167), + [anon_sym_volatile] = ACTIONS(3167), + [anon_sym_restrict] = ACTIONS(3167), + [anon_sym___restrict__] = ACTIONS(3167), + [anon_sym__Atomic] = ACTIONS(3167), + [anon_sym__Noreturn] = ACTIONS(3167), + [anon_sym_noreturn] = ACTIONS(3167), + [anon_sym__Nonnull] = ACTIONS(3167), + [anon_sym_mutable] = ACTIONS(3167), + [anon_sym_constinit] = ACTIONS(3167), + [anon_sym_consteval] = ACTIONS(3167), + [anon_sym_PROGMEM] = ACTIONS(3167), + [anon_sym_alignas] = ACTIONS(3167), + [anon_sym__Alignas] = ACTIONS(3167), + [aux_sym_primitive_type_token1] = ACTIONS(3167), + [anon_sym_byte] = ACTIONS(3167), + [anon_sym_word] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_class] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3167), + [anon_sym_decltype] = ACTIONS(3167), + [anon_sym_explicit] = ACTIONS(3167), + [anon_sym_typename] = ACTIONS(3167), + [anon_sym_template] = ACTIONS(3167), + [anon_sym_operator] = ACTIONS(3167), + [anon_sym_friend] = ACTIONS(3167), + [anon_sym_public] = ACTIONS(3167), + [anon_sym_private] = ACTIONS(3167), + [anon_sym_protected] = ACTIONS(3167), + [anon_sym_using] = ACTIONS(3167), + [anon_sym_static_assert] = ACTIONS(3167), + }, + [2060] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_RBRACE] = ACTIONS(5445), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), + }, + [2061] = { + [sym_identifier] = ACTIONS(5443), + [aux_sym_preproc_def_token1] = ACTIONS(5443), + [aux_sym_preproc_if_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(5443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(5443), + [sym_preproc_directive] = ACTIONS(5443), + [anon_sym_LPAREN2] = ACTIONS(5445), + [anon_sym_TILDE] = ACTIONS(5445), + [anon_sym_STAR] = ACTIONS(5445), + [anon_sym_AMP_AMP] = ACTIONS(5445), + [anon_sym_AMP] = ACTIONS(5443), + [anon_sym_SEMI] = ACTIONS(5445), + [anon_sym___extension__] = ACTIONS(5443), + [anon_sym_typedef] = ACTIONS(5443), + [anon_sym_virtual] = ACTIONS(5443), + [anon_sym_extern] = ACTIONS(5443), + [anon_sym___attribute__] = ACTIONS(5443), + [anon_sym___attribute] = ACTIONS(5443), + [anon_sym_COLON_COLON] = ACTIONS(5445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5445), + [anon_sym___declspec] = ACTIONS(5443), + [anon_sym___based] = ACTIONS(5443), + [anon_sym_RBRACE] = ACTIONS(5445), + [anon_sym_signed] = ACTIONS(5443), + [anon_sym_unsigned] = ACTIONS(5443), + [anon_sym_long] = ACTIONS(5443), + [anon_sym_short] = ACTIONS(5443), + [anon_sym_LBRACK] = ACTIONS(5443), + [anon_sym_static] = ACTIONS(5443), + [anon_sym_register] = ACTIONS(5443), + [anon_sym_inline] = ACTIONS(5443), + [anon_sym___inline] = ACTIONS(5443), + [anon_sym___inline__] = ACTIONS(5443), + [anon_sym___forceinline] = ACTIONS(5443), + [anon_sym_thread_local] = ACTIONS(5443), + [anon_sym___thread] = ACTIONS(5443), + [anon_sym_const] = ACTIONS(5443), + [anon_sym_constexpr] = ACTIONS(5443), + [anon_sym_volatile] = ACTIONS(5443), + [anon_sym_restrict] = ACTIONS(5443), + [anon_sym___restrict__] = ACTIONS(5443), + [anon_sym__Atomic] = ACTIONS(5443), + [anon_sym__Noreturn] = ACTIONS(5443), + [anon_sym_noreturn] = ACTIONS(5443), + [anon_sym__Nonnull] = ACTIONS(5443), + [anon_sym_mutable] = ACTIONS(5443), + [anon_sym_constinit] = ACTIONS(5443), + [anon_sym_consteval] = ACTIONS(5443), + [anon_sym_PROGMEM] = ACTIONS(5443), + [anon_sym_alignas] = ACTIONS(5443), + [anon_sym__Alignas] = ACTIONS(5443), + [aux_sym_primitive_type_token1] = ACTIONS(5443), + [anon_sym_byte] = ACTIONS(5443), + [anon_sym_word] = ACTIONS(5443), + [anon_sym_enum] = ACTIONS(5443), + [anon_sym_class] = ACTIONS(5443), + [anon_sym_struct] = ACTIONS(5443), + [anon_sym_union] = ACTIONS(5443), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5443), + [anon_sym_decltype] = ACTIONS(5443), + [anon_sym_explicit] = ACTIONS(5443), + [anon_sym_typename] = ACTIONS(5443), + [anon_sym_template] = ACTIONS(5443), + [anon_sym_operator] = ACTIONS(5443), + [anon_sym_friend] = ACTIONS(5443), + [anon_sym_public] = ACTIONS(5443), + [anon_sym_private] = ACTIONS(5443), + [anon_sym_protected] = ACTIONS(5443), + [anon_sym_using] = ACTIONS(5443), + [anon_sym_static_assert] = ACTIONS(5443), + }, + [2062] = { + [sym_identifier] = ACTIONS(2837), + [aux_sym_preproc_def_token1] = ACTIONS(2837), + [aux_sym_preproc_if_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2837), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2837), + [sym_preproc_directive] = ACTIONS(2837), + [anon_sym_LPAREN2] = ACTIONS(2839), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2837), + [anon_sym_SEMI] = ACTIONS(2839), + [anon_sym___extension__] = ACTIONS(2837), + [anon_sym_typedef] = ACTIONS(2837), + [anon_sym_virtual] = ACTIONS(2837), + [anon_sym_extern] = ACTIONS(2837), + [anon_sym___attribute__] = ACTIONS(2837), + [anon_sym___attribute] = ACTIONS(2837), + [anon_sym_COLON_COLON] = ACTIONS(2839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2839), + [anon_sym___declspec] = ACTIONS(2837), + [anon_sym___based] = ACTIONS(2837), + [anon_sym_RBRACE] = ACTIONS(2839), + [anon_sym_signed] = ACTIONS(2837), + [anon_sym_unsigned] = ACTIONS(2837), + [anon_sym_long] = ACTIONS(2837), + [anon_sym_short] = ACTIONS(2837), + [anon_sym_LBRACK] = ACTIONS(2837), + [anon_sym_static] = ACTIONS(2837), + [anon_sym_register] = ACTIONS(2837), + [anon_sym_inline] = ACTIONS(2837), + [anon_sym___inline] = ACTIONS(2837), + [anon_sym___inline__] = ACTIONS(2837), + [anon_sym___forceinline] = ACTIONS(2837), + [anon_sym_thread_local] = ACTIONS(2837), + [anon_sym___thread] = ACTIONS(2837), + [anon_sym_const] = ACTIONS(2837), + [anon_sym_constexpr] = ACTIONS(2837), + [anon_sym_volatile] = ACTIONS(2837), + [anon_sym_restrict] = ACTIONS(2837), + [anon_sym___restrict__] = ACTIONS(2837), + [anon_sym__Atomic] = ACTIONS(2837), + [anon_sym__Noreturn] = ACTIONS(2837), + [anon_sym_noreturn] = ACTIONS(2837), + [anon_sym__Nonnull] = ACTIONS(2837), + [anon_sym_mutable] = ACTIONS(2837), + [anon_sym_constinit] = ACTIONS(2837), + [anon_sym_consteval] = ACTIONS(2837), + [anon_sym_PROGMEM] = ACTIONS(2837), + [anon_sym_alignas] = ACTIONS(2837), + [anon_sym__Alignas] = ACTIONS(2837), + [aux_sym_primitive_type_token1] = ACTIONS(2837), + [anon_sym_byte] = ACTIONS(2837), + [anon_sym_word] = ACTIONS(2837), + [anon_sym_enum] = ACTIONS(2837), + [anon_sym_class] = ACTIONS(2837), + [anon_sym_struct] = ACTIONS(2837), + [anon_sym_union] = ACTIONS(2837), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2837), + [anon_sym_decltype] = ACTIONS(2837), + [anon_sym_explicit] = ACTIONS(2837), + [anon_sym_typename] = ACTIONS(2837), + [anon_sym_template] = ACTIONS(2837), + [anon_sym_operator] = ACTIONS(2837), + [anon_sym_friend] = ACTIONS(2837), + [anon_sym_public] = ACTIONS(2837), + [anon_sym_private] = ACTIONS(2837), + [anon_sym_protected] = ACTIONS(2837), + [anon_sym_using] = ACTIONS(2837), + [anon_sym_static_assert] = ACTIONS(2837), + }, + [2063] = { + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2064), + [sym__declarator] = STATE(6275), + [sym__abstract_declarator] = STATE(6463), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2515), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(2920), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2515), + [aux_sym_pointer_declarator_repeat1] = STATE(2064), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5709), + [anon_sym_RPAREN] = ACTIONS(5709), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5711), + [anon_sym_AMP_AMP] = ACTIONS(5713), + [anon_sym_AMP] = ACTIONS(5715), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5717), + [anon_sym___attribute] = ACTIONS(5717), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_EQ] = ACTIONS(5709), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(5709), + [anon_sym_operator] = ACTIONS(1836), + }, + [2064] = { + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(3787), + [sym__declarator] = STATE(6283), + [sym__abstract_declarator] = STATE(6465), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2516), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(2920), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2516), + [aux_sym_pointer_declarator_repeat1] = STATE(3787), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5723), + [anon_sym_RPAREN] = ACTIONS(5723), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5711), + [anon_sym_AMP_AMP] = ACTIONS(5713), + [anon_sym_AMP] = ACTIONS(5715), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5725), + [anon_sym___attribute] = ACTIONS(5725), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_EQ] = ACTIONS(5723), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(5723), + [anon_sym_operator] = ACTIONS(1836), + }, + [2065] = { + [sym_identifier] = ACTIONS(3211), + [aux_sym_preproc_def_token1] = ACTIONS(3211), + [aux_sym_preproc_if_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3211), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3211), + [sym_preproc_directive] = ACTIONS(3211), + [anon_sym_LPAREN2] = ACTIONS(3213), + [anon_sym_TILDE] = ACTIONS(3213), + [anon_sym_STAR] = ACTIONS(3213), + [anon_sym_AMP_AMP] = ACTIONS(3213), + [anon_sym_AMP] = ACTIONS(3211), + [anon_sym_SEMI] = ACTIONS(3213), + [anon_sym___extension__] = ACTIONS(3211), + [anon_sym_typedef] = ACTIONS(3211), + [anon_sym_virtual] = ACTIONS(3211), + [anon_sym_extern] = ACTIONS(3211), + [anon_sym___attribute__] = ACTIONS(3211), + [anon_sym___attribute] = ACTIONS(3211), + [anon_sym_COLON_COLON] = ACTIONS(3213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3213), + [anon_sym___declspec] = ACTIONS(3211), + [anon_sym___based] = ACTIONS(3211), + [anon_sym_RBRACE] = ACTIONS(3213), + [anon_sym_signed] = ACTIONS(3211), + [anon_sym_unsigned] = ACTIONS(3211), + [anon_sym_long] = ACTIONS(3211), + [anon_sym_short] = ACTIONS(3211), + [anon_sym_LBRACK] = ACTIONS(3211), + [anon_sym_static] = ACTIONS(3211), + [anon_sym_register] = ACTIONS(3211), + [anon_sym_inline] = ACTIONS(3211), + [anon_sym___inline] = ACTIONS(3211), + [anon_sym___inline__] = ACTIONS(3211), + [anon_sym___forceinline] = ACTIONS(3211), + [anon_sym_thread_local] = ACTIONS(3211), + [anon_sym___thread] = ACTIONS(3211), + [anon_sym_const] = ACTIONS(3211), + [anon_sym_constexpr] = ACTIONS(3211), + [anon_sym_volatile] = ACTIONS(3211), + [anon_sym_restrict] = ACTIONS(3211), + [anon_sym___restrict__] = ACTIONS(3211), + [anon_sym__Atomic] = ACTIONS(3211), + [anon_sym__Noreturn] = ACTIONS(3211), + [anon_sym_noreturn] = ACTIONS(3211), + [anon_sym__Nonnull] = ACTIONS(3211), + [anon_sym_mutable] = ACTIONS(3211), + [anon_sym_constinit] = ACTIONS(3211), + [anon_sym_consteval] = ACTIONS(3211), + [anon_sym_PROGMEM] = ACTIONS(3211), + [anon_sym_alignas] = ACTIONS(3211), + [anon_sym__Alignas] = ACTIONS(3211), + [aux_sym_primitive_type_token1] = ACTIONS(3211), + [anon_sym_byte] = ACTIONS(3211), + [anon_sym_word] = ACTIONS(3211), + [anon_sym_enum] = ACTIONS(3211), + [anon_sym_class] = ACTIONS(3211), + [anon_sym_struct] = ACTIONS(3211), + [anon_sym_union] = ACTIONS(3211), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3211), + [anon_sym_decltype] = ACTIONS(3211), + [anon_sym_explicit] = ACTIONS(3211), + [anon_sym_typename] = ACTIONS(3211), + [anon_sym_template] = ACTIONS(3211), + [anon_sym_operator] = ACTIONS(3211), + [anon_sym_friend] = ACTIONS(3211), + [anon_sym_public] = ACTIONS(3211), + [anon_sym_private] = ACTIONS(3211), + [anon_sym_protected] = ACTIONS(3211), + [anon_sym_using] = ACTIONS(3211), + [anon_sym_static_assert] = ACTIONS(3211), + }, + [2066] = { + [sym_identifier] = ACTIONS(3215), + [aux_sym_preproc_def_token1] = ACTIONS(3215), + [aux_sym_preproc_if_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3215), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3215), + [sym_preproc_directive] = ACTIONS(3215), + [anon_sym_LPAREN2] = ACTIONS(3217), + [anon_sym_TILDE] = ACTIONS(3217), + [anon_sym_STAR] = ACTIONS(3217), + [anon_sym_AMP_AMP] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3215), + [anon_sym_SEMI] = ACTIONS(3217), + [anon_sym___extension__] = ACTIONS(3215), + [anon_sym_typedef] = ACTIONS(3215), + [anon_sym_virtual] = ACTIONS(3215), + [anon_sym_extern] = ACTIONS(3215), + [anon_sym___attribute__] = ACTIONS(3215), + [anon_sym___attribute] = ACTIONS(3215), + [anon_sym_COLON_COLON] = ACTIONS(3217), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3217), + [anon_sym___declspec] = ACTIONS(3215), + [anon_sym___based] = ACTIONS(3215), + [anon_sym_RBRACE] = ACTIONS(3217), + [anon_sym_signed] = ACTIONS(3215), + [anon_sym_unsigned] = ACTIONS(3215), + [anon_sym_long] = ACTIONS(3215), + [anon_sym_short] = ACTIONS(3215), + [anon_sym_LBRACK] = ACTIONS(3215), + [anon_sym_static] = ACTIONS(3215), + [anon_sym_register] = ACTIONS(3215), + [anon_sym_inline] = ACTIONS(3215), + [anon_sym___inline] = ACTIONS(3215), + [anon_sym___inline__] = ACTIONS(3215), + [anon_sym___forceinline] = ACTIONS(3215), + [anon_sym_thread_local] = ACTIONS(3215), + [anon_sym___thread] = ACTIONS(3215), + [anon_sym_const] = ACTIONS(3215), + [anon_sym_constexpr] = ACTIONS(3215), + [anon_sym_volatile] = ACTIONS(3215), + [anon_sym_restrict] = ACTIONS(3215), + [anon_sym___restrict__] = ACTIONS(3215), + [anon_sym__Atomic] = ACTIONS(3215), + [anon_sym__Noreturn] = ACTIONS(3215), + [anon_sym_noreturn] = ACTIONS(3215), + [anon_sym__Nonnull] = ACTIONS(3215), + [anon_sym_mutable] = ACTIONS(3215), + [anon_sym_constinit] = ACTIONS(3215), + [anon_sym_consteval] = ACTIONS(3215), + [anon_sym_PROGMEM] = ACTIONS(3215), + [anon_sym_alignas] = ACTIONS(3215), + [anon_sym__Alignas] = ACTIONS(3215), + [aux_sym_primitive_type_token1] = ACTIONS(3215), + [anon_sym_byte] = ACTIONS(3215), + [anon_sym_word] = ACTIONS(3215), + [anon_sym_enum] = ACTIONS(3215), + [anon_sym_class] = ACTIONS(3215), + [anon_sym_struct] = ACTIONS(3215), + [anon_sym_union] = ACTIONS(3215), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3215), + [anon_sym_decltype] = ACTIONS(3215), + [anon_sym_explicit] = ACTIONS(3215), + [anon_sym_typename] = ACTIONS(3215), + [anon_sym_template] = ACTIONS(3215), + [anon_sym_operator] = ACTIONS(3215), + [anon_sym_friend] = ACTIONS(3215), + [anon_sym_public] = ACTIONS(3215), + [anon_sym_private] = ACTIONS(3215), + [anon_sym_protected] = ACTIONS(3215), + [anon_sym_using] = ACTIONS(3215), + [anon_sym_static_assert] = ACTIONS(3215), + }, + [2067] = { + [sym_identifier] = ACTIONS(3040), + [aux_sym_preproc_def_token1] = ACTIONS(3040), + [aux_sym_preproc_if_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3040), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3040), + [sym_preproc_directive] = ACTIONS(3040), + [anon_sym_LPAREN2] = ACTIONS(3042), + [anon_sym_TILDE] = ACTIONS(3042), + [anon_sym_STAR] = ACTIONS(3042), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_AMP] = ACTIONS(3040), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym___extension__] = ACTIONS(3040), + [anon_sym_typedef] = ACTIONS(3040), + [anon_sym_virtual] = ACTIONS(3040), + [anon_sym_extern] = ACTIONS(3040), + [anon_sym___attribute__] = ACTIONS(3040), + [anon_sym___attribute] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3042), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3042), + [anon_sym___declspec] = ACTIONS(3040), + [anon_sym___based] = ACTIONS(3040), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_signed] = ACTIONS(3040), + [anon_sym_unsigned] = ACTIONS(3040), + [anon_sym_long] = ACTIONS(3040), + [anon_sym_short] = ACTIONS(3040), + [anon_sym_LBRACK] = ACTIONS(3040), + [anon_sym_static] = ACTIONS(3040), + [anon_sym_register] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym___inline] = ACTIONS(3040), + [anon_sym___inline__] = ACTIONS(3040), + [anon_sym___forceinline] = ACTIONS(3040), + [anon_sym_thread_local] = ACTIONS(3040), + [anon_sym___thread] = ACTIONS(3040), + [anon_sym_const] = ACTIONS(3040), + [anon_sym_constexpr] = ACTIONS(3040), + [anon_sym_volatile] = ACTIONS(3040), + [anon_sym_restrict] = ACTIONS(3040), + [anon_sym___restrict__] = ACTIONS(3040), + [anon_sym__Atomic] = ACTIONS(3040), + [anon_sym__Noreturn] = ACTIONS(3040), + [anon_sym_noreturn] = ACTIONS(3040), + [anon_sym__Nonnull] = ACTIONS(3040), + [anon_sym_mutable] = ACTIONS(3040), + [anon_sym_constinit] = ACTIONS(3040), + [anon_sym_consteval] = ACTIONS(3040), + [anon_sym_PROGMEM] = ACTIONS(3040), + [anon_sym_alignas] = ACTIONS(3040), + [anon_sym__Alignas] = ACTIONS(3040), + [aux_sym_primitive_type_token1] = ACTIONS(3040), + [anon_sym_byte] = ACTIONS(3040), + [anon_sym_word] = ACTIONS(3040), + [anon_sym_enum] = ACTIONS(3040), + [anon_sym_class] = ACTIONS(3040), + [anon_sym_struct] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(3040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3040), + [anon_sym_decltype] = ACTIONS(3040), + [anon_sym_explicit] = ACTIONS(3040), + [anon_sym_typename] = ACTIONS(3040), + [anon_sym_template] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_friend] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_using] = ACTIONS(3040), + [anon_sym_static_assert] = ACTIONS(3040), + }, + [2068] = { + [sym_identifier] = ACTIONS(2937), + [aux_sym_preproc_def_token1] = ACTIONS(2937), + [aux_sym_preproc_if_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2937), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2937), + [sym_preproc_directive] = ACTIONS(2937), + [anon_sym_LPAREN2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2937), + [anon_sym_SEMI] = ACTIONS(2939), + [anon_sym___extension__] = ACTIONS(2937), + [anon_sym_typedef] = ACTIONS(2937), + [anon_sym_virtual] = ACTIONS(2937), + [anon_sym_extern] = ACTIONS(2937), + [anon_sym___attribute__] = ACTIONS(2937), + [anon_sym___attribute] = ACTIONS(2937), + [anon_sym_COLON_COLON] = ACTIONS(2939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2939), + [anon_sym___declspec] = ACTIONS(2937), + [anon_sym___based] = ACTIONS(2937), + [anon_sym_RBRACE] = ACTIONS(2939), + [anon_sym_signed] = ACTIONS(2937), + [anon_sym_unsigned] = ACTIONS(2937), + [anon_sym_long] = ACTIONS(2937), + [anon_sym_short] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_static] = ACTIONS(2937), + [anon_sym_register] = ACTIONS(2937), + [anon_sym_inline] = ACTIONS(2937), + [anon_sym___inline] = ACTIONS(2937), + [anon_sym___inline__] = ACTIONS(2937), + [anon_sym___forceinline] = ACTIONS(2937), + [anon_sym_thread_local] = ACTIONS(2937), + [anon_sym___thread] = ACTIONS(2937), + [anon_sym_const] = ACTIONS(2937), + [anon_sym_constexpr] = ACTIONS(2937), + [anon_sym_volatile] = ACTIONS(2937), + [anon_sym_restrict] = ACTIONS(2937), + [anon_sym___restrict__] = ACTIONS(2937), + [anon_sym__Atomic] = ACTIONS(2937), + [anon_sym__Noreturn] = ACTIONS(2937), + [anon_sym_noreturn] = ACTIONS(2937), + [anon_sym__Nonnull] = ACTIONS(2937), + [anon_sym_mutable] = ACTIONS(2937), + [anon_sym_constinit] = ACTIONS(2937), + [anon_sym_consteval] = ACTIONS(2937), + [anon_sym_PROGMEM] = ACTIONS(2937), + [anon_sym_alignas] = ACTIONS(2937), + [anon_sym__Alignas] = ACTIONS(2937), + [aux_sym_primitive_type_token1] = ACTIONS(2937), + [anon_sym_byte] = ACTIONS(2937), + [anon_sym_word] = ACTIONS(2937), + [anon_sym_enum] = ACTIONS(2937), + [anon_sym_class] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2937), + [anon_sym_union] = ACTIONS(2937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2937), + [anon_sym_decltype] = ACTIONS(2937), + [anon_sym_explicit] = ACTIONS(2937), + [anon_sym_typename] = ACTIONS(2937), + [anon_sym_template] = ACTIONS(2937), + [anon_sym_operator] = ACTIONS(2937), + [anon_sym_friend] = ACTIONS(2937), + [anon_sym_public] = ACTIONS(2937), + [anon_sym_private] = ACTIONS(2937), + [anon_sym_protected] = ACTIONS(2937), + [anon_sym_using] = ACTIONS(2937), + [anon_sym_static_assert] = ACTIONS(2937), }, [2069] = { - [sym_identifier] = ACTIONS(5435), - [aux_sym_preproc_def_token1] = ACTIONS(5435), - [aux_sym_preproc_if_token1] = ACTIONS(5435), - [aux_sym_preproc_if_token2] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token1] = ACTIONS(5435), - [aux_sym_preproc_ifdef_token2] = ACTIONS(5435), - [sym_preproc_directive] = ACTIONS(5435), - [anon_sym_LPAREN2] = ACTIONS(5437), - [anon_sym_TILDE] = ACTIONS(5437), - [anon_sym_STAR] = ACTIONS(5437), - [anon_sym_AMP_AMP] = ACTIONS(5437), - [anon_sym_AMP] = ACTIONS(5435), - [anon_sym_SEMI] = ACTIONS(5437), - [anon_sym___extension__] = ACTIONS(5435), - [anon_sym_typedef] = ACTIONS(5435), - [anon_sym_virtual] = ACTIONS(5435), - [anon_sym_extern] = ACTIONS(5435), - [anon_sym___attribute__] = ACTIONS(5435), - [anon_sym___attribute] = ACTIONS(5435), - [anon_sym_COLON_COLON] = ACTIONS(5437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5437), - [anon_sym___declspec] = ACTIONS(5435), - [anon_sym___based] = ACTIONS(5435), - [anon_sym_signed] = ACTIONS(5435), - [anon_sym_unsigned] = ACTIONS(5435), - [anon_sym_long] = ACTIONS(5435), - [anon_sym_short] = ACTIONS(5435), - [anon_sym_LBRACK] = ACTIONS(5435), - [anon_sym_static] = ACTIONS(5435), - [anon_sym_register] = ACTIONS(5435), - [anon_sym_inline] = ACTIONS(5435), - [anon_sym___inline] = ACTIONS(5435), - [anon_sym___inline__] = ACTIONS(5435), - [anon_sym___forceinline] = ACTIONS(5435), - [anon_sym_thread_local] = ACTIONS(5435), - [anon_sym___thread] = ACTIONS(5435), - [anon_sym_const] = ACTIONS(5435), - [anon_sym_constexpr] = ACTIONS(5435), - [anon_sym_volatile] = ACTIONS(5435), - [anon_sym_restrict] = ACTIONS(5435), - [anon_sym___restrict__] = ACTIONS(5435), - [anon_sym__Atomic] = ACTIONS(5435), - [anon_sym__Noreturn] = ACTIONS(5435), - [anon_sym_noreturn] = ACTIONS(5435), - [anon_sym__Nonnull] = ACTIONS(5435), - [anon_sym_mutable] = ACTIONS(5435), - [anon_sym_constinit] = ACTIONS(5435), - [anon_sym_consteval] = ACTIONS(5435), - [anon_sym_PROGMEM] = ACTIONS(5435), - [anon_sym_alignas] = ACTIONS(5435), - [anon_sym__Alignas] = ACTIONS(5435), - [aux_sym_primitive_type_token1] = ACTIONS(5435), - [anon_sym_byte] = ACTIONS(5435), - [anon_sym_word] = ACTIONS(5435), - [anon_sym_enum] = ACTIONS(5435), - [anon_sym_class] = ACTIONS(5435), - [anon_sym_struct] = ACTIONS(5435), - [anon_sym_union] = ACTIONS(5435), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5435), - [anon_sym_decltype] = ACTIONS(5435), - [anon_sym_explicit] = ACTIONS(5435), - [anon_sym_typename] = ACTIONS(5435), - [anon_sym_template] = ACTIONS(5435), - [anon_sym_operator] = ACTIONS(5435), - [anon_sym_friend] = ACTIONS(5435), - [anon_sym_public] = ACTIONS(5435), - [anon_sym_private] = ACTIONS(5435), - [anon_sym_protected] = ACTIONS(5435), - [anon_sym_using] = ACTIONS(5435), - [anon_sym_static_assert] = ACTIONS(5435), + [sym_identifier] = ACTIONS(3012), + [aux_sym_preproc_def_token1] = ACTIONS(3012), + [aux_sym_preproc_if_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token1] = ACTIONS(3012), + [aux_sym_preproc_ifdef_token2] = ACTIONS(3012), + [sym_preproc_directive] = ACTIONS(3012), + [anon_sym_LPAREN2] = ACTIONS(3014), + [anon_sym_TILDE] = ACTIONS(3014), + [anon_sym_STAR] = ACTIONS(3014), + [anon_sym_AMP_AMP] = ACTIONS(3014), + [anon_sym_AMP] = ACTIONS(3012), + [anon_sym_SEMI] = ACTIONS(3014), + [anon_sym___extension__] = ACTIONS(3012), + [anon_sym_typedef] = ACTIONS(3012), + [anon_sym_virtual] = ACTIONS(3012), + [anon_sym_extern] = ACTIONS(3012), + [anon_sym___attribute__] = ACTIONS(3012), + [anon_sym___attribute] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(3014), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3014), + [anon_sym___declspec] = ACTIONS(3012), + [anon_sym___based] = ACTIONS(3012), + [anon_sym_RBRACE] = ACTIONS(3014), + [anon_sym_signed] = ACTIONS(3012), + [anon_sym_unsigned] = ACTIONS(3012), + [anon_sym_long] = ACTIONS(3012), + [anon_sym_short] = ACTIONS(3012), + [anon_sym_LBRACK] = ACTIONS(3012), + [anon_sym_static] = ACTIONS(3012), + [anon_sym_register] = ACTIONS(3012), + [anon_sym_inline] = ACTIONS(3012), + [anon_sym___inline] = ACTIONS(3012), + [anon_sym___inline__] = ACTIONS(3012), + [anon_sym___forceinline] = ACTIONS(3012), + [anon_sym_thread_local] = ACTIONS(3012), + [anon_sym___thread] = ACTIONS(3012), + [anon_sym_const] = ACTIONS(3012), + [anon_sym_constexpr] = ACTIONS(3012), + [anon_sym_volatile] = ACTIONS(3012), + [anon_sym_restrict] = ACTIONS(3012), + [anon_sym___restrict__] = ACTIONS(3012), + [anon_sym__Atomic] = ACTIONS(3012), + [anon_sym__Noreturn] = ACTIONS(3012), + [anon_sym_noreturn] = ACTIONS(3012), + [anon_sym__Nonnull] = ACTIONS(3012), + [anon_sym_mutable] = ACTIONS(3012), + [anon_sym_constinit] = ACTIONS(3012), + [anon_sym_consteval] = ACTIONS(3012), + [anon_sym_PROGMEM] = ACTIONS(3012), + [anon_sym_alignas] = ACTIONS(3012), + [anon_sym__Alignas] = ACTIONS(3012), + [aux_sym_primitive_type_token1] = ACTIONS(3012), + [anon_sym_byte] = ACTIONS(3012), + [anon_sym_word] = ACTIONS(3012), + [anon_sym_enum] = ACTIONS(3012), + [anon_sym_class] = ACTIONS(3012), + [anon_sym_struct] = ACTIONS(3012), + [anon_sym_union] = ACTIONS(3012), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(3012), + [anon_sym_decltype] = ACTIONS(3012), + [anon_sym_explicit] = ACTIONS(3012), + [anon_sym_typename] = ACTIONS(3012), + [anon_sym_template] = ACTIONS(3012), + [anon_sym_operator] = ACTIONS(3012), + [anon_sym_friend] = ACTIONS(3012), + [anon_sym_public] = ACTIONS(3012), + [anon_sym_private] = ACTIONS(3012), + [anon_sym_protected] = ACTIONS(3012), + [anon_sym_using] = ACTIONS(3012), + [anon_sym_static_assert] = ACTIONS(3012), }, [2070] = { - [sym_identifier] = ACTIONS(2986), - [aux_sym_preproc_def_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token1] = ACTIONS(2986), - [aux_sym_preproc_if_token2] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2986), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2986), - [sym_preproc_directive] = ACTIONS(2986), - [anon_sym_LPAREN2] = ACTIONS(2988), - [anon_sym_TILDE] = ACTIONS(2988), - [anon_sym_STAR] = ACTIONS(2988), - [anon_sym_AMP_AMP] = ACTIONS(2988), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_SEMI] = ACTIONS(2988), - [anon_sym___extension__] = ACTIONS(2986), - [anon_sym_typedef] = ACTIONS(2986), - [anon_sym_virtual] = ACTIONS(2986), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2986), - [anon_sym___attribute] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2988), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2988), - [anon_sym___declspec] = ACTIONS(2986), - [anon_sym___based] = ACTIONS(2986), - [anon_sym_signed] = ACTIONS(2986), - [anon_sym_unsigned] = ACTIONS(2986), - [anon_sym_long] = ACTIONS(2986), - [anon_sym_short] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym___inline] = ACTIONS(2986), - [anon_sym___inline__] = ACTIONS(2986), - [anon_sym___forceinline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym___thread] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2986), - [anon_sym_constexpr] = ACTIONS(2986), - [anon_sym_volatile] = ACTIONS(2986), - [anon_sym_restrict] = ACTIONS(2986), - [anon_sym___restrict__] = ACTIONS(2986), - [anon_sym__Atomic] = ACTIONS(2986), - [anon_sym__Noreturn] = ACTIONS(2986), - [anon_sym_noreturn] = ACTIONS(2986), - [anon_sym__Nonnull] = ACTIONS(2986), - [anon_sym_mutable] = ACTIONS(2986), - [anon_sym_constinit] = ACTIONS(2986), - [anon_sym_consteval] = ACTIONS(2986), - [anon_sym_PROGMEM] = ACTIONS(2986), - [anon_sym_alignas] = ACTIONS(2986), - [anon_sym__Alignas] = ACTIONS(2986), - [aux_sym_primitive_type_token1] = ACTIONS(2986), - [anon_sym_byte] = ACTIONS(2986), - [anon_sym_word] = ACTIONS(2986), - [anon_sym_enum] = ACTIONS(2986), - [anon_sym_class] = ACTIONS(2986), - [anon_sym_struct] = ACTIONS(2986), - [anon_sym_union] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2986), - [anon_sym_decltype] = ACTIONS(2986), - [anon_sym_explicit] = ACTIONS(2986), - [anon_sym_typename] = ACTIONS(2986), - [anon_sym_template] = ACTIONS(2986), - [anon_sym_operator] = ACTIONS(2986), - [anon_sym_friend] = ACTIONS(2986), - [anon_sym_public] = ACTIONS(2986), - [anon_sym_private] = ACTIONS(2986), - [anon_sym_protected] = ACTIONS(2986), - [anon_sym_using] = ACTIONS(2986), - [anon_sym_static_assert] = ACTIONS(2986), + [sym_identifier] = ACTIONS(2941), + [aux_sym_preproc_def_token1] = ACTIONS(2941), + [aux_sym_preproc_if_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2941), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2941), + [sym_preproc_directive] = ACTIONS(2941), + [anon_sym_LPAREN2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2941), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym___extension__] = ACTIONS(2941), + [anon_sym_typedef] = ACTIONS(2941), + [anon_sym_virtual] = ACTIONS(2941), + [anon_sym_extern] = ACTIONS(2941), + [anon_sym___attribute__] = ACTIONS(2941), + [anon_sym___attribute] = ACTIONS(2941), + [anon_sym_COLON_COLON] = ACTIONS(2943), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2943), + [anon_sym___declspec] = ACTIONS(2941), + [anon_sym___based] = ACTIONS(2941), + [anon_sym_RBRACE] = ACTIONS(2943), + [anon_sym_signed] = ACTIONS(2941), + [anon_sym_unsigned] = ACTIONS(2941), + [anon_sym_long] = ACTIONS(2941), + [anon_sym_short] = ACTIONS(2941), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_static] = ACTIONS(2941), + [anon_sym_register] = ACTIONS(2941), + [anon_sym_inline] = ACTIONS(2941), + [anon_sym___inline] = ACTIONS(2941), + [anon_sym___inline__] = ACTIONS(2941), + [anon_sym___forceinline] = ACTIONS(2941), + [anon_sym_thread_local] = ACTIONS(2941), + [anon_sym___thread] = ACTIONS(2941), + [anon_sym_const] = ACTIONS(2941), + [anon_sym_constexpr] = ACTIONS(2941), + [anon_sym_volatile] = ACTIONS(2941), + [anon_sym_restrict] = ACTIONS(2941), + [anon_sym___restrict__] = ACTIONS(2941), + [anon_sym__Atomic] = ACTIONS(2941), + [anon_sym__Noreturn] = ACTIONS(2941), + [anon_sym_noreturn] = ACTIONS(2941), + [anon_sym__Nonnull] = ACTIONS(2941), + [anon_sym_mutable] = ACTIONS(2941), + [anon_sym_constinit] = ACTIONS(2941), + [anon_sym_consteval] = ACTIONS(2941), + [anon_sym_PROGMEM] = ACTIONS(2941), + [anon_sym_alignas] = ACTIONS(2941), + [anon_sym__Alignas] = ACTIONS(2941), + [aux_sym_primitive_type_token1] = ACTIONS(2941), + [anon_sym_byte] = ACTIONS(2941), + [anon_sym_word] = ACTIONS(2941), + [anon_sym_enum] = ACTIONS(2941), + [anon_sym_class] = ACTIONS(2941), + [anon_sym_struct] = ACTIONS(2941), + [anon_sym_union] = ACTIONS(2941), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2941), + [anon_sym_decltype] = ACTIONS(2941), + [anon_sym_explicit] = ACTIONS(2941), + [anon_sym_typename] = ACTIONS(2941), + [anon_sym_template] = ACTIONS(2941), + [anon_sym_operator] = ACTIONS(2941), + [anon_sym_friend] = ACTIONS(2941), + [anon_sym_public] = ACTIONS(2941), + [anon_sym_private] = ACTIONS(2941), + [anon_sym_protected] = ACTIONS(2941), + [anon_sym_using] = ACTIONS(2941), + [anon_sym_static_assert] = ACTIONS(2941), }, [2071] = { - [sym_identifier] = ACTIONS(2972), - [aux_sym_preproc_def_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token1] = ACTIONS(2972), - [aux_sym_preproc_if_token2] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2972), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2972), - [sym_preproc_directive] = ACTIONS(2972), - [anon_sym_LPAREN2] = ACTIONS(2974), - [anon_sym_TILDE] = ACTIONS(2974), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_AMP_AMP] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym___extension__] = ACTIONS(2972), - [anon_sym_typedef] = ACTIONS(2972), - [anon_sym_virtual] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym___attribute__] = ACTIONS(2972), - [anon_sym___attribute] = ACTIONS(2972), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2974), - [anon_sym___declspec] = ACTIONS(2972), - [anon_sym___based] = ACTIONS(2972), - [anon_sym_signed] = ACTIONS(2972), - [anon_sym_unsigned] = ACTIONS(2972), - [anon_sym_long] = ACTIONS(2972), - [anon_sym_short] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_register] = ACTIONS(2972), - [anon_sym_inline] = ACTIONS(2972), - [anon_sym___inline] = ACTIONS(2972), - [anon_sym___inline__] = ACTIONS(2972), - [anon_sym___forceinline] = ACTIONS(2972), - [anon_sym_thread_local] = ACTIONS(2972), - [anon_sym___thread] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_constexpr] = ACTIONS(2972), - [anon_sym_volatile] = ACTIONS(2972), - [anon_sym_restrict] = ACTIONS(2972), - [anon_sym___restrict__] = ACTIONS(2972), - [anon_sym__Atomic] = ACTIONS(2972), - [anon_sym__Noreturn] = ACTIONS(2972), - [anon_sym_noreturn] = ACTIONS(2972), - [anon_sym__Nonnull] = ACTIONS(2972), - [anon_sym_mutable] = ACTIONS(2972), - [anon_sym_constinit] = ACTIONS(2972), - [anon_sym_consteval] = ACTIONS(2972), - [anon_sym_PROGMEM] = ACTIONS(2972), - [anon_sym_alignas] = ACTIONS(2972), - [anon_sym__Alignas] = ACTIONS(2972), - [aux_sym_primitive_type_token1] = ACTIONS(2972), - [anon_sym_byte] = ACTIONS(2972), - [anon_sym_word] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_class] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(2972), - [anon_sym_decltype] = ACTIONS(2972), - [anon_sym_explicit] = ACTIONS(2972), - [anon_sym_typename] = ACTIONS(2972), - [anon_sym_template] = ACTIONS(2972), - [anon_sym_operator] = ACTIONS(2972), - [anon_sym_friend] = ACTIONS(2972), - [anon_sym_public] = ACTIONS(2972), - [anon_sym_private] = ACTIONS(2972), - [anon_sym_protected] = ACTIONS(2972), - [anon_sym_using] = ACTIONS(2972), - [anon_sym_static_assert] = ACTIONS(2972), + [sym_identifier] = ACTIONS(2970), + [aux_sym_preproc_def_token1] = ACTIONS(2970), + [aux_sym_preproc_if_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2970), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2970), + [sym_preproc_directive] = ACTIONS(2970), + [anon_sym_LPAREN2] = ACTIONS(2972), + [anon_sym_TILDE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_AMP_AMP] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym___extension__] = ACTIONS(2970), + [anon_sym_typedef] = ACTIONS(2970), + [anon_sym_virtual] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym___attribute__] = ACTIONS(2970), + [anon_sym___attribute] = ACTIONS(2970), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2972), + [anon_sym___declspec] = ACTIONS(2970), + [anon_sym___based] = ACTIONS(2970), + [anon_sym_RBRACE] = ACTIONS(2972), + [anon_sym_signed] = ACTIONS(2970), + [anon_sym_unsigned] = ACTIONS(2970), + [anon_sym_long] = ACTIONS(2970), + [anon_sym_short] = ACTIONS(2970), + [anon_sym_LBRACK] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_register] = ACTIONS(2970), + [anon_sym_inline] = ACTIONS(2970), + [anon_sym___inline] = ACTIONS(2970), + [anon_sym___inline__] = ACTIONS(2970), + [anon_sym___forceinline] = ACTIONS(2970), + [anon_sym_thread_local] = ACTIONS(2970), + [anon_sym___thread] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_constexpr] = ACTIONS(2970), + [anon_sym_volatile] = ACTIONS(2970), + [anon_sym_restrict] = ACTIONS(2970), + [anon_sym___restrict__] = ACTIONS(2970), + [anon_sym__Atomic] = ACTIONS(2970), + [anon_sym__Noreturn] = ACTIONS(2970), + [anon_sym_noreturn] = ACTIONS(2970), + [anon_sym__Nonnull] = ACTIONS(2970), + [anon_sym_mutable] = ACTIONS(2970), + [anon_sym_constinit] = ACTIONS(2970), + [anon_sym_consteval] = ACTIONS(2970), + [anon_sym_PROGMEM] = ACTIONS(2970), + [anon_sym_alignas] = ACTIONS(2970), + [anon_sym__Alignas] = ACTIONS(2970), + [aux_sym_primitive_type_token1] = ACTIONS(2970), + [anon_sym_byte] = ACTIONS(2970), + [anon_sym_word] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_class] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(2970), + [anon_sym_decltype] = ACTIONS(2970), + [anon_sym_explicit] = ACTIONS(2970), + [anon_sym_typename] = ACTIONS(2970), + [anon_sym_template] = ACTIONS(2970), + [anon_sym_operator] = ACTIONS(2970), + [anon_sym_friend] = ACTIONS(2970), + [anon_sym_public] = ACTIONS(2970), + [anon_sym_private] = ACTIONS(2970), + [anon_sym_protected] = ACTIONS(2970), + [anon_sym_using] = ACTIONS(2970), + [anon_sym_static_assert] = ACTIONS(2970), }, [2072] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), + [sym_argument_list] = STATE(2432), + [sym_initializer_list] = STATE(2432), + [sym_decltype_auto] = STATE(2301), + [sym_new_declarator] = STATE(2270), + [sym_identifier] = ACTIONS(5727), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5729), + [anon_sym_COMMA] = ACTIONS(5729), + [anon_sym_RPAREN] = ACTIONS(5729), + [aux_sym_preproc_if_token2] = ACTIONS(5729), + [aux_sym_preproc_else_token1] = ACTIONS(5729), + [aux_sym_preproc_elif_token1] = ACTIONS(5727), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5729), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5729), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(5727), + [anon_sym_PLUS] = ACTIONS(5727), + [anon_sym_STAR] = ACTIONS(5727), + [anon_sym_SLASH] = ACTIONS(5727), + [anon_sym_PERCENT] = ACTIONS(5727), + [anon_sym_PIPE_PIPE] = ACTIONS(5729), + [anon_sym_AMP_AMP] = ACTIONS(5729), + [anon_sym_PIPE] = ACTIONS(5727), + [anon_sym_CARET] = ACTIONS(5727), + [anon_sym_AMP] = ACTIONS(5727), + [anon_sym_EQ_EQ] = ACTIONS(5729), + [anon_sym_BANG_EQ] = ACTIONS(5729), + [anon_sym_GT] = ACTIONS(5727), + [anon_sym_GT_EQ] = ACTIONS(5729), + [anon_sym_LT_EQ] = ACTIONS(5727), + [anon_sym_LT] = ACTIONS(5727), + [anon_sym_LT_LT] = ACTIONS(5727), + [anon_sym_GT_GT] = ACTIONS(5727), + [anon_sym_SEMI] = ACTIONS(5729), + [anon_sym___attribute__] = ACTIONS(5727), + [anon_sym___attribute] = ACTIONS(5727), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(5729), + [anon_sym_LBRACK] = ACTIONS(5733), + [anon_sym_RBRACK] = ACTIONS(5729), + [anon_sym_EQ] = ACTIONS(5727), + [anon_sym_COLON] = ACTIONS(5729), + [anon_sym_QMARK] = ACTIONS(5729), + [anon_sym_STAR_EQ] = ACTIONS(5729), + [anon_sym_SLASH_EQ] = ACTIONS(5729), + [anon_sym_PERCENT_EQ] = ACTIONS(5729), + [anon_sym_PLUS_EQ] = ACTIONS(5729), + [anon_sym_DASH_EQ] = ACTIONS(5729), + [anon_sym_LT_LT_EQ] = ACTIONS(5729), + [anon_sym_GT_GT_EQ] = ACTIONS(5729), + [anon_sym_AMP_EQ] = ACTIONS(5729), + [anon_sym_CARET_EQ] = ACTIONS(5729), + [anon_sym_PIPE_EQ] = ACTIONS(5729), + [anon_sym_and_eq] = ACTIONS(5727), + [anon_sym_or_eq] = ACTIONS(5727), + [anon_sym_xor_eq] = ACTIONS(5727), + [anon_sym_LT_EQ_GT] = ACTIONS(5729), + [anon_sym_or] = ACTIONS(5727), + [anon_sym_and] = ACTIONS(5727), + [anon_sym_bitor] = ACTIONS(5727), + [anon_sym_xor] = ACTIONS(5727), + [anon_sym_bitand] = ACTIONS(5727), + [anon_sym_not_eq] = ACTIONS(5727), + [anon_sym_DASH_DASH] = ACTIONS(5729), + [anon_sym_PLUS_PLUS] = ACTIONS(5729), + [anon_sym_DOT] = ACTIONS(5727), + [anon_sym_DOT_STAR] = ACTIONS(5729), + [anon_sym_DASH_GT] = ACTIONS(5729), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5735), + [anon_sym_decltype] = ACTIONS(5737), + }, + [2073] = { + [sym_argument_list] = STATE(2458), + [sym_initializer_list] = STATE(2458), + [sym_decltype_auto] = STATE(2301), + [sym_new_declarator] = STATE(2280), + [sym_identifier] = ACTIONS(5739), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5741), + [anon_sym_COMMA] = ACTIONS(5741), + [anon_sym_RPAREN] = ACTIONS(5741), + [aux_sym_preproc_if_token2] = ACTIONS(5741), + [aux_sym_preproc_else_token1] = ACTIONS(5741), + [aux_sym_preproc_elif_token1] = ACTIONS(5739), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5741), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5741), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(5739), + [anon_sym_PLUS] = ACTIONS(5739), + [anon_sym_STAR] = ACTIONS(5739), + [anon_sym_SLASH] = ACTIONS(5739), + [anon_sym_PERCENT] = ACTIONS(5739), + [anon_sym_PIPE_PIPE] = ACTIONS(5741), + [anon_sym_AMP_AMP] = ACTIONS(5741), + [anon_sym_PIPE] = ACTIONS(5739), + [anon_sym_CARET] = ACTIONS(5739), + [anon_sym_AMP] = ACTIONS(5739), + [anon_sym_EQ_EQ] = ACTIONS(5741), + [anon_sym_BANG_EQ] = ACTIONS(5741), + [anon_sym_GT] = ACTIONS(5739), + [anon_sym_GT_EQ] = ACTIONS(5741), + [anon_sym_LT_EQ] = ACTIONS(5739), + [anon_sym_LT] = ACTIONS(5739), + [anon_sym_LT_LT] = ACTIONS(5739), + [anon_sym_GT_GT] = ACTIONS(5739), + [anon_sym_SEMI] = ACTIONS(5741), + [anon_sym___attribute__] = ACTIONS(5739), + [anon_sym___attribute] = ACTIONS(5739), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(5741), + [anon_sym_LBRACK] = ACTIONS(5733), + [anon_sym_RBRACK] = ACTIONS(5741), + [anon_sym_EQ] = ACTIONS(5739), + [anon_sym_COLON] = ACTIONS(5741), + [anon_sym_QMARK] = ACTIONS(5741), + [anon_sym_STAR_EQ] = ACTIONS(5741), + [anon_sym_SLASH_EQ] = ACTIONS(5741), + [anon_sym_PERCENT_EQ] = ACTIONS(5741), + [anon_sym_PLUS_EQ] = ACTIONS(5741), + [anon_sym_DASH_EQ] = ACTIONS(5741), + [anon_sym_LT_LT_EQ] = ACTIONS(5741), + [anon_sym_GT_GT_EQ] = ACTIONS(5741), + [anon_sym_AMP_EQ] = ACTIONS(5741), + [anon_sym_CARET_EQ] = ACTIONS(5741), + [anon_sym_PIPE_EQ] = ACTIONS(5741), + [anon_sym_and_eq] = ACTIONS(5739), + [anon_sym_or_eq] = ACTIONS(5739), + [anon_sym_xor_eq] = ACTIONS(5739), + [anon_sym_LT_EQ_GT] = ACTIONS(5741), + [anon_sym_or] = ACTIONS(5739), + [anon_sym_and] = ACTIONS(5739), + [anon_sym_bitor] = ACTIONS(5739), + [anon_sym_xor] = ACTIONS(5739), + [anon_sym_bitand] = ACTIONS(5739), + [anon_sym_not_eq] = ACTIONS(5739), + [anon_sym_DASH_DASH] = ACTIONS(5741), + [anon_sym_PLUS_PLUS] = ACTIONS(5741), + [anon_sym_DOT] = ACTIONS(5739), + [anon_sym_DOT_STAR] = ACTIONS(5741), + [anon_sym_DASH_GT] = ACTIONS(5741), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5735), + [anon_sym_decltype] = ACTIONS(5737), + }, + [2074] = { + [sym_argument_list] = STATE(2470), + [sym_initializer_list] = STATE(2470), + [sym_decltype_auto] = STATE(2301), + [sym_new_declarator] = STATE(2282), + [sym_identifier] = ACTIONS(5743), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5745), + [anon_sym_COMMA] = ACTIONS(5745), + [anon_sym_RPAREN] = ACTIONS(5745), + [aux_sym_preproc_if_token2] = ACTIONS(5745), + [aux_sym_preproc_else_token1] = ACTIONS(5745), + [aux_sym_preproc_elif_token1] = ACTIONS(5743), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5745), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5745), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(5743), + [anon_sym_PLUS] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(5743), + [anon_sym_SLASH] = ACTIONS(5743), + [anon_sym_PERCENT] = ACTIONS(5743), + [anon_sym_PIPE_PIPE] = ACTIONS(5745), + [anon_sym_AMP_AMP] = ACTIONS(5745), + [anon_sym_PIPE] = ACTIONS(5743), + [anon_sym_CARET] = ACTIONS(5743), + [anon_sym_AMP] = ACTIONS(5743), + [anon_sym_EQ_EQ] = ACTIONS(5745), + [anon_sym_BANG_EQ] = ACTIONS(5745), + [anon_sym_GT] = ACTIONS(5743), + [anon_sym_GT_EQ] = ACTIONS(5745), + [anon_sym_LT_EQ] = ACTIONS(5743), + [anon_sym_LT] = ACTIONS(5743), + [anon_sym_LT_LT] = ACTIONS(5743), + [anon_sym_GT_GT] = ACTIONS(5743), + [anon_sym_SEMI] = ACTIONS(5745), + [anon_sym___attribute__] = ACTIONS(5743), + [anon_sym___attribute] = ACTIONS(5743), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(5745), + [anon_sym_LBRACK] = ACTIONS(5733), + [anon_sym_RBRACK] = ACTIONS(5745), + [anon_sym_EQ] = ACTIONS(5743), + [anon_sym_COLON] = ACTIONS(5745), + [anon_sym_QMARK] = ACTIONS(5745), + [anon_sym_STAR_EQ] = ACTIONS(5745), + [anon_sym_SLASH_EQ] = ACTIONS(5745), + [anon_sym_PERCENT_EQ] = ACTIONS(5745), + [anon_sym_PLUS_EQ] = ACTIONS(5745), + [anon_sym_DASH_EQ] = ACTIONS(5745), + [anon_sym_LT_LT_EQ] = ACTIONS(5745), + [anon_sym_GT_GT_EQ] = ACTIONS(5745), + [anon_sym_AMP_EQ] = ACTIONS(5745), + [anon_sym_CARET_EQ] = ACTIONS(5745), + [anon_sym_PIPE_EQ] = ACTIONS(5745), + [anon_sym_and_eq] = ACTIONS(5743), + [anon_sym_or_eq] = ACTIONS(5743), + [anon_sym_xor_eq] = ACTIONS(5743), + [anon_sym_LT_EQ_GT] = ACTIONS(5745), + [anon_sym_or] = ACTIONS(5743), + [anon_sym_and] = ACTIONS(5743), + [anon_sym_bitor] = ACTIONS(5743), + [anon_sym_xor] = ACTIONS(5743), + [anon_sym_bitand] = ACTIONS(5743), + [anon_sym_not_eq] = ACTIONS(5743), + [anon_sym_DASH_DASH] = ACTIONS(5745), + [anon_sym_PLUS_PLUS] = ACTIONS(5745), + [anon_sym_DOT] = ACTIONS(5743), + [anon_sym_DOT_STAR] = ACTIONS(5745), + [anon_sym_DASH_GT] = ACTIONS(5745), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5735), + [anon_sym_decltype] = ACTIONS(5737), + }, + [2075] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), [sym_identifier] = ACTIONS(4920), [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), [anon_sym_COMMA] = ACTIONS(4922), @@ -278484,10 +278700,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(4920), [anon_sym___attribute] = ACTIONS(4920), [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(5727), - [anon_sym_unsigned] = ACTIONS(5727), - [anon_sym_long] = ACTIONS(5727), - [anon_sym_short] = ACTIONS(5727), + [anon_sym_signed] = ACTIONS(5747), + [anon_sym_unsigned] = ACTIONS(5747), + [anon_sym_long] = ACTIONS(5747), + [anon_sym_short] = ACTIONS(5747), [anon_sym_LBRACK] = ACTIONS(4922), [anon_sym_const] = ACTIONS(4920), [anon_sym_constexpr] = ACTIONS(4920), @@ -278528,872 +278744,584 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(4922), [anon_sym_requires] = ACTIONS(4920), }, - [2073] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2088), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), - [anon_sym_COMMA] = ACTIONS(5730), - [anon_sym_RPAREN] = ACTIONS(5730), - [anon_sym_LPAREN2] = ACTIONS(5730), - [anon_sym_DASH] = ACTIONS(5732), - [anon_sym_PLUS] = ACTIONS(5732), - [anon_sym_STAR] = ACTIONS(5730), - [anon_sym_SLASH] = ACTIONS(5732), - [anon_sym_PERCENT] = ACTIONS(5730), - [anon_sym_PIPE_PIPE] = ACTIONS(5730), - [anon_sym_AMP_AMP] = ACTIONS(5730), - [anon_sym_PIPE] = ACTIONS(5732), - [anon_sym_CARET] = ACTIONS(5730), - [anon_sym_AMP] = ACTIONS(5732), - [anon_sym_EQ_EQ] = ACTIONS(5730), - [anon_sym_BANG_EQ] = ACTIONS(5730), - [anon_sym_GT] = ACTIONS(5732), - [anon_sym_GT_EQ] = ACTIONS(5730), - [anon_sym_LT_EQ] = ACTIONS(5732), - [anon_sym_LT] = ACTIONS(5732), - [anon_sym_LT_LT] = ACTIONS(5730), - [anon_sym_GT_GT] = ACTIONS(5730), - [anon_sym_SEMI] = ACTIONS(5730), - [anon_sym___extension__] = ACTIONS(5730), - [anon_sym___attribute__] = ACTIONS(5730), - [anon_sym___attribute] = ACTIONS(5732), - [anon_sym_LBRACE] = ACTIONS(5730), - [anon_sym_RBRACE] = ACTIONS(5730), - [anon_sym_signed] = ACTIONS(5734), - [anon_sym_unsigned] = ACTIONS(5734), - [anon_sym_long] = ACTIONS(5734), - [anon_sym_short] = ACTIONS(5734), - [anon_sym_LBRACK] = ACTIONS(5730), - [anon_sym_RBRACK] = ACTIONS(5730), - [anon_sym_const] = ACTIONS(5732), - [anon_sym_constexpr] = ACTIONS(5730), - [anon_sym_volatile] = ACTIONS(5730), - [anon_sym_restrict] = ACTIONS(5730), - [anon_sym___restrict__] = ACTIONS(5730), - [anon_sym__Atomic] = ACTIONS(5730), - [anon_sym__Noreturn] = ACTIONS(5730), - [anon_sym_noreturn] = ACTIONS(5730), - [anon_sym__Nonnull] = ACTIONS(5730), - [anon_sym_mutable] = ACTIONS(5730), - [anon_sym_constinit] = ACTIONS(5730), - [anon_sym_consteval] = ACTIONS(5730), - [anon_sym_PROGMEM] = ACTIONS(5730), - [anon_sym_alignas] = ACTIONS(5730), - [anon_sym__Alignas] = ACTIONS(5730), - [anon_sym_COLON] = ACTIONS(5730), - [anon_sym_QMARK] = ACTIONS(5730), - [anon_sym_LT_EQ_GT] = ACTIONS(5730), - [anon_sym_or] = ACTIONS(5730), - [anon_sym_and] = ACTIONS(5730), - [anon_sym_bitor] = ACTIONS(5730), - [anon_sym_xor] = ACTIONS(5730), - [anon_sym_bitand] = ACTIONS(5730), - [anon_sym_not_eq] = ACTIONS(5730), - [anon_sym_DASH_DASH] = ACTIONS(5730), - [anon_sym_PLUS_PLUS] = ACTIONS(5730), - [anon_sym_DOT] = ACTIONS(5732), - [anon_sym_DOT_STAR] = ACTIONS(5730), - [anon_sym_DASH_GT] = ACTIONS(5730), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5730), - [anon_sym_decltype] = ACTIONS(5730), - [anon_sym_final] = ACTIONS(5730), - [anon_sym_override] = ACTIONS(5730), - [anon_sym_requires] = ACTIONS(5730), - }, - [2074] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5736), - [anon_sym_COMMA] = ACTIONS(5736), - [anon_sym_RPAREN] = ACTIONS(5736), - [anon_sym_LPAREN2] = ACTIONS(5736), - [anon_sym_DASH] = ACTIONS(5738), - [anon_sym_PLUS] = ACTIONS(5738), - [anon_sym_STAR] = ACTIONS(5736), - [anon_sym_SLASH] = ACTIONS(5738), - [anon_sym_PERCENT] = ACTIONS(5736), - [anon_sym_PIPE_PIPE] = ACTIONS(5736), - [anon_sym_AMP_AMP] = ACTIONS(5736), - [anon_sym_PIPE] = ACTIONS(5738), - [anon_sym_CARET] = ACTIONS(5736), - [anon_sym_AMP] = ACTIONS(5738), - [anon_sym_EQ_EQ] = ACTIONS(5736), - [anon_sym_BANG_EQ] = ACTIONS(5736), - [anon_sym_GT] = ACTIONS(5738), - [anon_sym_GT_EQ] = ACTIONS(5736), - [anon_sym_LT_EQ] = ACTIONS(5738), - [anon_sym_LT] = ACTIONS(5738), - [anon_sym_LT_LT] = ACTIONS(5736), - [anon_sym_GT_GT] = ACTIONS(5736), - [anon_sym_SEMI] = ACTIONS(5736), - [anon_sym___extension__] = ACTIONS(5736), - [anon_sym___attribute__] = ACTIONS(5736), - [anon_sym___attribute] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(5736), - [anon_sym_RBRACE] = ACTIONS(5736), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5736), - [anon_sym_RBRACK] = ACTIONS(5736), - [anon_sym_const] = ACTIONS(5738), - [anon_sym_constexpr] = ACTIONS(5736), - [anon_sym_volatile] = ACTIONS(5736), - [anon_sym_restrict] = ACTIONS(5736), - [anon_sym___restrict__] = ACTIONS(5736), - [anon_sym__Atomic] = ACTIONS(5736), - [anon_sym__Noreturn] = ACTIONS(5736), - [anon_sym_noreturn] = ACTIONS(5736), - [anon_sym__Nonnull] = ACTIONS(5736), - [anon_sym_mutable] = ACTIONS(5736), - [anon_sym_constinit] = ACTIONS(5736), - [anon_sym_consteval] = ACTIONS(5736), - [anon_sym_PROGMEM] = ACTIONS(5736), - [anon_sym_alignas] = ACTIONS(5736), - [anon_sym__Alignas] = ACTIONS(5736), - [anon_sym_COLON] = ACTIONS(5736), - [anon_sym_QMARK] = ACTIONS(5736), - [anon_sym_LT_EQ_GT] = ACTIONS(5736), - [anon_sym_or] = ACTIONS(5736), - [anon_sym_and] = ACTIONS(5736), - [anon_sym_bitor] = ACTIONS(5736), - [anon_sym_xor] = ACTIONS(5736), - [anon_sym_bitand] = ACTIONS(5736), - [anon_sym_not_eq] = ACTIONS(5736), - [anon_sym_DASH_DASH] = ACTIONS(5736), - [anon_sym_PLUS_PLUS] = ACTIONS(5736), - [anon_sym_DOT] = ACTIONS(5738), - [anon_sym_DOT_STAR] = ACTIONS(5736), - [anon_sym_DASH_GT] = ACTIONS(5736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5736), - [anon_sym_decltype] = ACTIONS(5736), - [anon_sym_final] = ACTIONS(5736), - [anon_sym_override] = ACTIONS(5736), - [anon_sym_requires] = ACTIONS(5736), - }, - [2075] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), - [anon_sym_COMMA] = ACTIONS(5742), - [anon_sym_RPAREN] = ACTIONS(5742), - [anon_sym_LPAREN2] = ACTIONS(5742), - [anon_sym_DASH] = ACTIONS(5744), - [anon_sym_PLUS] = ACTIONS(5744), - [anon_sym_STAR] = ACTIONS(5742), - [anon_sym_SLASH] = ACTIONS(5744), - [anon_sym_PERCENT] = ACTIONS(5742), - [anon_sym_PIPE_PIPE] = ACTIONS(5742), - [anon_sym_AMP_AMP] = ACTIONS(5742), - [anon_sym_PIPE] = ACTIONS(5744), - [anon_sym_CARET] = ACTIONS(5742), - [anon_sym_AMP] = ACTIONS(5744), - [anon_sym_EQ_EQ] = ACTIONS(5742), - [anon_sym_BANG_EQ] = ACTIONS(5742), - [anon_sym_GT] = ACTIONS(5744), - [anon_sym_GT_EQ] = ACTIONS(5742), - [anon_sym_LT_EQ] = ACTIONS(5744), - [anon_sym_LT] = ACTIONS(5744), - [anon_sym_LT_LT] = ACTIONS(5742), - [anon_sym_GT_GT] = ACTIONS(5742), - [anon_sym_SEMI] = ACTIONS(5742), - [anon_sym___extension__] = ACTIONS(5742), - [anon_sym___attribute__] = ACTIONS(5742), - [anon_sym___attribute] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(5742), - [anon_sym_RBRACE] = ACTIONS(5742), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5742), - [anon_sym_RBRACK] = ACTIONS(5742), - [anon_sym_const] = ACTIONS(5744), - [anon_sym_constexpr] = ACTIONS(5742), - [anon_sym_volatile] = ACTIONS(5742), - [anon_sym_restrict] = ACTIONS(5742), - [anon_sym___restrict__] = ACTIONS(5742), - [anon_sym__Atomic] = ACTIONS(5742), - [anon_sym__Noreturn] = ACTIONS(5742), - [anon_sym_noreturn] = ACTIONS(5742), - [anon_sym__Nonnull] = ACTIONS(5742), - [anon_sym_mutable] = ACTIONS(5742), - [anon_sym_constinit] = ACTIONS(5742), - [anon_sym_consteval] = ACTIONS(5742), - [anon_sym_PROGMEM] = ACTIONS(5742), - [anon_sym_alignas] = ACTIONS(5742), - [anon_sym__Alignas] = ACTIONS(5742), - [anon_sym_COLON] = ACTIONS(5742), - [anon_sym_QMARK] = ACTIONS(5742), - [anon_sym_LT_EQ_GT] = ACTIONS(5742), - [anon_sym_or] = ACTIONS(5742), - [anon_sym_and] = ACTIONS(5742), - [anon_sym_bitor] = ACTIONS(5742), - [anon_sym_xor] = ACTIONS(5742), - [anon_sym_bitand] = ACTIONS(5742), - [anon_sym_not_eq] = ACTIONS(5742), - [anon_sym_DASH_DASH] = ACTIONS(5742), - [anon_sym_PLUS_PLUS] = ACTIONS(5742), - [anon_sym_DOT] = ACTIONS(5744), - [anon_sym_DOT_STAR] = ACTIONS(5742), - [anon_sym_DASH_GT] = ACTIONS(5742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5742), - [anon_sym_decltype] = ACTIONS(5742), - [anon_sym_final] = ACTIONS(5742), - [anon_sym_override] = ACTIONS(5742), - [anon_sym_requires] = ACTIONS(5742), - }, [2076] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2087), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5746), - [anon_sym_COMMA] = ACTIONS(5746), - [anon_sym_RPAREN] = ACTIONS(5746), - [anon_sym_LPAREN2] = ACTIONS(5746), - [anon_sym_DASH] = ACTIONS(5748), - [anon_sym_PLUS] = ACTIONS(5748), - [anon_sym_STAR] = ACTIONS(5746), - [anon_sym_SLASH] = ACTIONS(5748), - [anon_sym_PERCENT] = ACTIONS(5746), - [anon_sym_PIPE_PIPE] = ACTIONS(5746), - [anon_sym_AMP_AMP] = ACTIONS(5746), - [anon_sym_PIPE] = ACTIONS(5748), - [anon_sym_CARET] = ACTIONS(5746), - [anon_sym_AMP] = ACTIONS(5748), - [anon_sym_EQ_EQ] = ACTIONS(5746), - [anon_sym_BANG_EQ] = ACTIONS(5746), - [anon_sym_GT] = ACTIONS(5748), - [anon_sym_GT_EQ] = ACTIONS(5746), - [anon_sym_LT_EQ] = ACTIONS(5748), - [anon_sym_LT] = ACTIONS(5748), - [anon_sym_LT_LT] = ACTIONS(5746), - [anon_sym_GT_GT] = ACTIONS(5746), - [anon_sym_SEMI] = ACTIONS(5746), - [anon_sym___extension__] = ACTIONS(5746), - [anon_sym___attribute__] = ACTIONS(5746), - [anon_sym___attribute] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(5746), - [anon_sym_RBRACE] = ACTIONS(5746), - [anon_sym_signed] = ACTIONS(5750), - [anon_sym_unsigned] = ACTIONS(5750), - [anon_sym_long] = ACTIONS(5750), - [anon_sym_short] = ACTIONS(5750), - [anon_sym_LBRACK] = ACTIONS(5746), - [anon_sym_RBRACK] = ACTIONS(5746), - [anon_sym_const] = ACTIONS(5748), - [anon_sym_constexpr] = ACTIONS(5746), - [anon_sym_volatile] = ACTIONS(5746), - [anon_sym_restrict] = ACTIONS(5746), - [anon_sym___restrict__] = ACTIONS(5746), - [anon_sym__Atomic] = ACTIONS(5746), - [anon_sym__Noreturn] = ACTIONS(5746), - [anon_sym_noreturn] = ACTIONS(5746), - [anon_sym__Nonnull] = ACTIONS(5746), - [anon_sym_mutable] = ACTIONS(5746), - [anon_sym_constinit] = ACTIONS(5746), - [anon_sym_consteval] = ACTIONS(5746), - [anon_sym_PROGMEM] = ACTIONS(5746), - [anon_sym_alignas] = ACTIONS(5746), - [anon_sym__Alignas] = ACTIONS(5746), - [anon_sym_COLON] = ACTIONS(5746), - [anon_sym_QMARK] = ACTIONS(5746), - [anon_sym_LT_EQ_GT] = ACTIONS(5746), - [anon_sym_or] = ACTIONS(5746), - [anon_sym_and] = ACTIONS(5746), - [anon_sym_bitor] = ACTIONS(5746), - [anon_sym_xor] = ACTIONS(5746), - [anon_sym_bitand] = ACTIONS(5746), - [anon_sym_not_eq] = ACTIONS(5746), - [anon_sym_DASH_DASH] = ACTIONS(5746), - [anon_sym_PLUS_PLUS] = ACTIONS(5746), - [anon_sym_DOT] = ACTIONS(5748), - [anon_sym_DOT_STAR] = ACTIONS(5746), - [anon_sym_DASH_GT] = ACTIONS(5746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5746), - [anon_sym_decltype] = ACTIONS(5746), - [anon_sym_final] = ACTIONS(5746), - [anon_sym_override] = ACTIONS(5746), - [anon_sym_requires] = ACTIONS(5746), + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5750), + [anon_sym_COMMA] = ACTIONS(5750), + [anon_sym_RPAREN] = ACTIONS(5750), + [anon_sym_LPAREN2] = ACTIONS(5750), + [anon_sym_DASH] = ACTIONS(5752), + [anon_sym_PLUS] = ACTIONS(5752), + [anon_sym_STAR] = ACTIONS(5750), + [anon_sym_SLASH] = ACTIONS(5752), + [anon_sym_PERCENT] = ACTIONS(5750), + [anon_sym_PIPE_PIPE] = ACTIONS(5750), + [anon_sym_AMP_AMP] = ACTIONS(5750), + [anon_sym_PIPE] = ACTIONS(5752), + [anon_sym_CARET] = ACTIONS(5750), + [anon_sym_AMP] = ACTIONS(5752), + [anon_sym_EQ_EQ] = ACTIONS(5750), + [anon_sym_BANG_EQ] = ACTIONS(5750), + [anon_sym_GT] = ACTIONS(5752), + [anon_sym_GT_EQ] = ACTIONS(5750), + [anon_sym_LT_EQ] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5752), + [anon_sym_LT_LT] = ACTIONS(5750), + [anon_sym_GT_GT] = ACTIONS(5750), + [anon_sym_SEMI] = ACTIONS(5750), + [anon_sym___extension__] = ACTIONS(5750), + [anon_sym___attribute__] = ACTIONS(5750), + [anon_sym___attribute] = ACTIONS(5752), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(5750), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(5750), + [anon_sym_RBRACK] = ACTIONS(5750), + [anon_sym_const] = ACTIONS(5752), + [anon_sym_constexpr] = ACTIONS(5750), + [anon_sym_volatile] = ACTIONS(5750), + [anon_sym_restrict] = ACTIONS(5750), + [anon_sym___restrict__] = ACTIONS(5750), + [anon_sym__Atomic] = ACTIONS(5750), + [anon_sym__Noreturn] = ACTIONS(5750), + [anon_sym_noreturn] = ACTIONS(5750), + [anon_sym__Nonnull] = ACTIONS(5750), + [anon_sym_mutable] = ACTIONS(5750), + [anon_sym_constinit] = ACTIONS(5750), + [anon_sym_consteval] = ACTIONS(5750), + [anon_sym_PROGMEM] = ACTIONS(5750), + [anon_sym_alignas] = ACTIONS(5750), + [anon_sym__Alignas] = ACTIONS(5750), + [anon_sym_COLON] = ACTIONS(5750), + [anon_sym_QMARK] = ACTIONS(5750), + [anon_sym_LT_EQ_GT] = ACTIONS(5750), + [anon_sym_or] = ACTIONS(5750), + [anon_sym_and] = ACTIONS(5750), + [anon_sym_bitor] = ACTIONS(5750), + [anon_sym_xor] = ACTIONS(5750), + [anon_sym_bitand] = ACTIONS(5750), + [anon_sym_not_eq] = ACTIONS(5750), + [anon_sym_DASH_DASH] = ACTIONS(5750), + [anon_sym_PLUS_PLUS] = ACTIONS(5750), + [anon_sym_DOT] = ACTIONS(5752), + [anon_sym_DOT_STAR] = ACTIONS(5750), + [anon_sym_DASH_GT] = ACTIONS(5750), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5750), + [anon_sym_decltype] = ACTIONS(5750), + [anon_sym_final] = ACTIONS(5750), + [anon_sym_override] = ACTIONS(5750), + [anon_sym_requires] = ACTIONS(5750), }, [2077] = { - [sym_template_argument_list] = STATE(2094), - [sym_identifier] = ACTIONS(5689), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4133), - [anon_sym_COMMA] = ACTIONS(4133), - [anon_sym_RPAREN] = ACTIONS(4133), - [aux_sym_preproc_if_token2] = ACTIONS(4133), - [aux_sym_preproc_else_token1] = ACTIONS(4133), - [aux_sym_preproc_elif_token1] = ACTIONS(5689), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4133), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4133), - [anon_sym_LPAREN2] = ACTIONS(4133), - [anon_sym_DASH] = ACTIONS(5689), - [anon_sym_PLUS] = ACTIONS(5689), - [anon_sym_STAR] = ACTIONS(5689), - [anon_sym_SLASH] = ACTIONS(5689), - [anon_sym_PERCENT] = ACTIONS(5689), - [anon_sym_PIPE_PIPE] = ACTIONS(4133), - [anon_sym_AMP_AMP] = ACTIONS(4133), - [anon_sym_PIPE] = ACTIONS(5689), - [anon_sym_CARET] = ACTIONS(5689), - [anon_sym_AMP] = ACTIONS(5689), - [anon_sym_EQ_EQ] = ACTIONS(4133), - [anon_sym_BANG_EQ] = ACTIONS(4133), - [anon_sym_GT] = ACTIONS(5689), - [anon_sym_GT_EQ] = ACTIONS(4133), - [anon_sym_LT_EQ] = ACTIONS(5689), - [anon_sym_LT] = ACTIONS(5752), - [anon_sym_LT_LT] = ACTIONS(5689), - [anon_sym_GT_GT] = ACTIONS(5689), - [anon_sym_SEMI] = ACTIONS(4133), - [anon_sym___attribute__] = ACTIONS(5689), - [anon_sym___attribute] = ACTIONS(5689), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4133), - [anon_sym_RBRACK] = ACTIONS(4133), - [anon_sym_EQ] = ACTIONS(5689), - [anon_sym_COLON] = ACTIONS(5689), - [anon_sym_QMARK] = ACTIONS(4133), - [anon_sym_STAR_EQ] = ACTIONS(4133), - [anon_sym_SLASH_EQ] = ACTIONS(4133), - [anon_sym_PERCENT_EQ] = ACTIONS(4133), - [anon_sym_PLUS_EQ] = ACTIONS(4133), - [anon_sym_DASH_EQ] = ACTIONS(4133), - [anon_sym_LT_LT_EQ] = ACTIONS(4133), - [anon_sym_GT_GT_EQ] = ACTIONS(4133), - [anon_sym_AMP_EQ] = ACTIONS(4133), - [anon_sym_CARET_EQ] = ACTIONS(4133), - [anon_sym_PIPE_EQ] = ACTIONS(4133), - [anon_sym_and_eq] = ACTIONS(5689), - [anon_sym_or_eq] = ACTIONS(5689), - [anon_sym_xor_eq] = ACTIONS(5689), - [anon_sym_LT_EQ_GT] = ACTIONS(4133), - [anon_sym_or] = ACTIONS(5689), - [anon_sym_and] = ACTIONS(5689), - [anon_sym_bitor] = ACTIONS(5689), - [anon_sym_xor] = ACTIONS(5689), - [anon_sym_bitand] = ACTIONS(5689), - [anon_sym_not_eq] = ACTIONS(5689), - [anon_sym_DASH_DASH] = ACTIONS(4133), - [anon_sym_PLUS_PLUS] = ACTIONS(4133), - [anon_sym_DOT] = ACTIONS(5689), - [anon_sym_DOT_STAR] = ACTIONS(4133), - [anon_sym_DASH_GT] = ACTIONS(4133), + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), + [anon_sym_COMMA] = ACTIONS(5756), + [anon_sym_RPAREN] = ACTIONS(5756), + [anon_sym_LPAREN2] = ACTIONS(5756), + [anon_sym_DASH] = ACTIONS(5758), + [anon_sym_PLUS] = ACTIONS(5758), + [anon_sym_STAR] = ACTIONS(5756), + [anon_sym_SLASH] = ACTIONS(5758), + [anon_sym_PERCENT] = ACTIONS(5756), + [anon_sym_PIPE_PIPE] = ACTIONS(5756), + [anon_sym_AMP_AMP] = ACTIONS(5756), + [anon_sym_PIPE] = ACTIONS(5758), + [anon_sym_CARET] = ACTIONS(5756), + [anon_sym_AMP] = ACTIONS(5758), + [anon_sym_EQ_EQ] = ACTIONS(5756), + [anon_sym_BANG_EQ] = ACTIONS(5756), + [anon_sym_GT] = ACTIONS(5758), + [anon_sym_GT_EQ] = ACTIONS(5756), + [anon_sym_LT_EQ] = ACTIONS(5758), + [anon_sym_LT] = ACTIONS(5758), + [anon_sym_LT_LT] = ACTIONS(5756), + [anon_sym_GT_GT] = ACTIONS(5756), + [anon_sym_SEMI] = ACTIONS(5756), + [anon_sym___extension__] = ACTIONS(5756), + [anon_sym___attribute__] = ACTIONS(5756), + [anon_sym___attribute] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(5756), + [anon_sym_RBRACE] = ACTIONS(5756), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(5756), + [anon_sym_RBRACK] = ACTIONS(5756), + [anon_sym_const] = ACTIONS(5758), + [anon_sym_constexpr] = ACTIONS(5756), + [anon_sym_volatile] = ACTIONS(5756), + [anon_sym_restrict] = ACTIONS(5756), + [anon_sym___restrict__] = ACTIONS(5756), + [anon_sym__Atomic] = ACTIONS(5756), + [anon_sym__Noreturn] = ACTIONS(5756), + [anon_sym_noreturn] = ACTIONS(5756), + [anon_sym__Nonnull] = ACTIONS(5756), + [anon_sym_mutable] = ACTIONS(5756), + [anon_sym_constinit] = ACTIONS(5756), + [anon_sym_consteval] = ACTIONS(5756), + [anon_sym_PROGMEM] = ACTIONS(5756), + [anon_sym_alignas] = ACTIONS(5756), + [anon_sym__Alignas] = ACTIONS(5756), + [anon_sym_COLON] = ACTIONS(5756), + [anon_sym_QMARK] = ACTIONS(5756), + [anon_sym_LT_EQ_GT] = ACTIONS(5756), + [anon_sym_or] = ACTIONS(5756), + [anon_sym_and] = ACTIONS(5756), + [anon_sym_bitor] = ACTIONS(5756), + [anon_sym_xor] = ACTIONS(5756), + [anon_sym_bitand] = ACTIONS(5756), + [anon_sym_not_eq] = ACTIONS(5756), + [anon_sym_DASH_DASH] = ACTIONS(5756), + [anon_sym_PLUS_PLUS] = ACTIONS(5756), + [anon_sym_DOT] = ACTIONS(5758), + [anon_sym_DOT_STAR] = ACTIONS(5756), + [anon_sym_DASH_GT] = ACTIONS(5756), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5689), - [anon_sym_decltype] = ACTIONS(5689), - [anon_sym_final] = ACTIONS(5689), - [anon_sym_override] = ACTIONS(5689), + [sym_auto] = ACTIONS(5756), + [anon_sym_decltype] = ACTIONS(5756), + [anon_sym_final] = ACTIONS(5756), + [anon_sym_override] = ACTIONS(5756), + [anon_sym_requires] = ACTIONS(5756), }, [2078] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5754), - [anon_sym_COMMA] = ACTIONS(5754), - [anon_sym_RPAREN] = ACTIONS(5754), - [anon_sym_LPAREN2] = ACTIONS(5754), - [anon_sym_DASH] = ACTIONS(5756), - [anon_sym_PLUS] = ACTIONS(5756), - [anon_sym_STAR] = ACTIONS(5754), - [anon_sym_SLASH] = ACTIONS(5756), - [anon_sym_PERCENT] = ACTIONS(5754), - [anon_sym_PIPE_PIPE] = ACTIONS(5754), - [anon_sym_AMP_AMP] = ACTIONS(5754), - [anon_sym_PIPE] = ACTIONS(5756), - [anon_sym_CARET] = ACTIONS(5754), - [anon_sym_AMP] = ACTIONS(5756), - [anon_sym_EQ_EQ] = ACTIONS(5754), - [anon_sym_BANG_EQ] = ACTIONS(5754), - [anon_sym_GT] = ACTIONS(5756), - [anon_sym_GT_EQ] = ACTIONS(5754), - [anon_sym_LT_EQ] = ACTIONS(5756), - [anon_sym_LT] = ACTIONS(5756), - [anon_sym_LT_LT] = ACTIONS(5754), - [anon_sym_GT_GT] = ACTIONS(5754), - [anon_sym_SEMI] = ACTIONS(5754), - [anon_sym___extension__] = ACTIONS(5754), - [anon_sym___attribute__] = ACTIONS(5754), - [anon_sym___attribute] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5754), - [anon_sym_RBRACE] = ACTIONS(5754), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5754), - [anon_sym_RBRACK] = ACTIONS(5754), - [anon_sym_const] = ACTIONS(5756), - [anon_sym_constexpr] = ACTIONS(5754), - [anon_sym_volatile] = ACTIONS(5754), - [anon_sym_restrict] = ACTIONS(5754), - [anon_sym___restrict__] = ACTIONS(5754), - [anon_sym__Atomic] = ACTIONS(5754), - [anon_sym__Noreturn] = ACTIONS(5754), - [anon_sym_noreturn] = ACTIONS(5754), - [anon_sym__Nonnull] = ACTIONS(5754), - [anon_sym_mutable] = ACTIONS(5754), - [anon_sym_constinit] = ACTIONS(5754), - [anon_sym_consteval] = ACTIONS(5754), - [anon_sym_PROGMEM] = ACTIONS(5754), - [anon_sym_alignas] = ACTIONS(5754), - [anon_sym__Alignas] = ACTIONS(5754), - [anon_sym_COLON] = ACTIONS(5754), - [anon_sym_QMARK] = ACTIONS(5754), - [anon_sym_LT_EQ_GT] = ACTIONS(5754), - [anon_sym_or] = ACTIONS(5754), - [anon_sym_and] = ACTIONS(5754), - [anon_sym_bitor] = ACTIONS(5754), - [anon_sym_xor] = ACTIONS(5754), - [anon_sym_bitand] = ACTIONS(5754), - [anon_sym_not_eq] = ACTIONS(5754), - [anon_sym_DASH_DASH] = ACTIONS(5754), - [anon_sym_PLUS_PLUS] = ACTIONS(5754), - [anon_sym_DOT] = ACTIONS(5756), - [anon_sym_DOT_STAR] = ACTIONS(5754), - [anon_sym_DASH_GT] = ACTIONS(5754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5754), - [anon_sym_decltype] = ACTIONS(5754), - [anon_sym_final] = ACTIONS(5754), - [anon_sym_override] = ACTIONS(5754), - [anon_sym_requires] = ACTIONS(5754), - }, - [2079] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5758), - [anon_sym_COMMA] = ACTIONS(5758), - [anon_sym_RPAREN] = ACTIONS(5758), - [anon_sym_LPAREN2] = ACTIONS(5758), - [anon_sym_DASH] = ACTIONS(5760), - [anon_sym_PLUS] = ACTIONS(5760), - [anon_sym_STAR] = ACTIONS(5758), - [anon_sym_SLASH] = ACTIONS(5760), - [anon_sym_PERCENT] = ACTIONS(5758), - [anon_sym_PIPE_PIPE] = ACTIONS(5758), - [anon_sym_AMP_AMP] = ACTIONS(5758), - [anon_sym_PIPE] = ACTIONS(5760), - [anon_sym_CARET] = ACTIONS(5758), - [anon_sym_AMP] = ACTIONS(5760), - [anon_sym_EQ_EQ] = ACTIONS(5758), - [anon_sym_BANG_EQ] = ACTIONS(5758), - [anon_sym_GT] = ACTIONS(5760), - [anon_sym_GT_EQ] = ACTIONS(5758), - [anon_sym_LT_EQ] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5760), - [anon_sym_LT_LT] = ACTIONS(5758), - [anon_sym_GT_GT] = ACTIONS(5758), - [anon_sym_SEMI] = ACTIONS(5758), - [anon_sym___extension__] = ACTIONS(5758), - [anon_sym___attribute__] = ACTIONS(5758), - [anon_sym___attribute] = ACTIONS(5760), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(5758), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5758), - [anon_sym_RBRACK] = ACTIONS(5758), - [anon_sym_const] = ACTIONS(5760), - [anon_sym_constexpr] = ACTIONS(5758), - [anon_sym_volatile] = ACTIONS(5758), - [anon_sym_restrict] = ACTIONS(5758), - [anon_sym___restrict__] = ACTIONS(5758), - [anon_sym__Atomic] = ACTIONS(5758), - [anon_sym__Noreturn] = ACTIONS(5758), - [anon_sym_noreturn] = ACTIONS(5758), - [anon_sym__Nonnull] = ACTIONS(5758), - [anon_sym_mutable] = ACTIONS(5758), - [anon_sym_constinit] = ACTIONS(5758), - [anon_sym_consteval] = ACTIONS(5758), - [anon_sym_PROGMEM] = ACTIONS(5758), - [anon_sym_alignas] = ACTIONS(5758), - [anon_sym__Alignas] = ACTIONS(5758), - [anon_sym_COLON] = ACTIONS(5758), - [anon_sym_QMARK] = ACTIONS(5758), - [anon_sym_LT_EQ_GT] = ACTIONS(5758), - [anon_sym_or] = ACTIONS(5758), - [anon_sym_and] = ACTIONS(5758), - [anon_sym_bitor] = ACTIONS(5758), - [anon_sym_xor] = ACTIONS(5758), - [anon_sym_bitand] = ACTIONS(5758), - [anon_sym_not_eq] = ACTIONS(5758), - [anon_sym_DASH_DASH] = ACTIONS(5758), - [anon_sym_PLUS_PLUS] = ACTIONS(5758), - [anon_sym_DOT] = ACTIONS(5760), - [anon_sym_DOT_STAR] = ACTIONS(5758), - [anon_sym_DASH_GT] = ACTIONS(5758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5758), - [anon_sym_decltype] = ACTIONS(5758), - [anon_sym_final] = ACTIONS(5758), - [anon_sym_override] = ACTIONS(5758), - [anon_sym_requires] = ACTIONS(5758), - }, - [2080] = { - [sym_argument_list] = STATE(2435), - [sym_initializer_list] = STATE(2435), - [sym_decltype_auto] = STATE(2294), - [sym_new_declarator] = STATE(2207), - [sym_identifier] = ACTIONS(5762), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5764), - [anon_sym_COMMA] = ACTIONS(5764), - [anon_sym_RPAREN] = ACTIONS(5764), - [aux_sym_preproc_if_token2] = ACTIONS(5764), - [aux_sym_preproc_else_token1] = ACTIONS(5764), - [aux_sym_preproc_elif_token1] = ACTIONS(5762), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5764), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5764), - [anon_sym_LPAREN2] = ACTIONS(5766), + [aux_sym_sized_type_specifier_repeat1] = STATE(2082), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), + [anon_sym_COMMA] = ACTIONS(5760), + [anon_sym_RPAREN] = ACTIONS(5760), + [anon_sym_LPAREN2] = ACTIONS(5760), [anon_sym_DASH] = ACTIONS(5762), [anon_sym_PLUS] = ACTIONS(5762), - [anon_sym_STAR] = ACTIONS(5762), + [anon_sym_STAR] = ACTIONS(5760), [anon_sym_SLASH] = ACTIONS(5762), - [anon_sym_PERCENT] = ACTIONS(5762), - [anon_sym_PIPE_PIPE] = ACTIONS(5764), - [anon_sym_AMP_AMP] = ACTIONS(5764), + [anon_sym_PERCENT] = ACTIONS(5760), + [anon_sym_PIPE_PIPE] = ACTIONS(5760), + [anon_sym_AMP_AMP] = ACTIONS(5760), [anon_sym_PIPE] = ACTIONS(5762), - [anon_sym_CARET] = ACTIONS(5762), + [anon_sym_CARET] = ACTIONS(5760), [anon_sym_AMP] = ACTIONS(5762), - [anon_sym_EQ_EQ] = ACTIONS(5764), - [anon_sym_BANG_EQ] = ACTIONS(5764), + [anon_sym_EQ_EQ] = ACTIONS(5760), + [anon_sym_BANG_EQ] = ACTIONS(5760), [anon_sym_GT] = ACTIONS(5762), - [anon_sym_GT_EQ] = ACTIONS(5764), + [anon_sym_GT_EQ] = ACTIONS(5760), [anon_sym_LT_EQ] = ACTIONS(5762), [anon_sym_LT] = ACTIONS(5762), - [anon_sym_LT_LT] = ACTIONS(5762), - [anon_sym_GT_GT] = ACTIONS(5762), - [anon_sym_SEMI] = ACTIONS(5764), - [anon_sym___attribute__] = ACTIONS(5762), + [anon_sym_LT_LT] = ACTIONS(5760), + [anon_sym_GT_GT] = ACTIONS(5760), + [anon_sym_SEMI] = ACTIONS(5760), + [anon_sym___extension__] = ACTIONS(5760), + [anon_sym___attribute__] = ACTIONS(5760), [anon_sym___attribute] = ACTIONS(5762), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(5764), - [anon_sym_LBRACK] = ACTIONS(5768), - [anon_sym_RBRACK] = ACTIONS(5764), - [anon_sym_EQ] = ACTIONS(5762), - [anon_sym_COLON] = ACTIONS(5764), - [anon_sym_QMARK] = ACTIONS(5764), - [anon_sym_STAR_EQ] = ACTIONS(5764), - [anon_sym_SLASH_EQ] = ACTIONS(5764), - [anon_sym_PERCENT_EQ] = ACTIONS(5764), - [anon_sym_PLUS_EQ] = ACTIONS(5764), - [anon_sym_DASH_EQ] = ACTIONS(5764), - [anon_sym_LT_LT_EQ] = ACTIONS(5764), - [anon_sym_GT_GT_EQ] = ACTIONS(5764), - [anon_sym_AMP_EQ] = ACTIONS(5764), - [anon_sym_CARET_EQ] = ACTIONS(5764), - [anon_sym_PIPE_EQ] = ACTIONS(5764), - [anon_sym_and_eq] = ACTIONS(5762), - [anon_sym_or_eq] = ACTIONS(5762), - [anon_sym_xor_eq] = ACTIONS(5762), - [anon_sym_LT_EQ_GT] = ACTIONS(5764), - [anon_sym_or] = ACTIONS(5762), - [anon_sym_and] = ACTIONS(5762), - [anon_sym_bitor] = ACTIONS(5762), - [anon_sym_xor] = ACTIONS(5762), - [anon_sym_bitand] = ACTIONS(5762), - [anon_sym_not_eq] = ACTIONS(5762), - [anon_sym_DASH_DASH] = ACTIONS(5764), - [anon_sym_PLUS_PLUS] = ACTIONS(5764), + [anon_sym_LBRACE] = ACTIONS(5760), + [anon_sym_RBRACE] = ACTIONS(5760), + [anon_sym_signed] = ACTIONS(5764), + [anon_sym_unsigned] = ACTIONS(5764), + [anon_sym_long] = ACTIONS(5764), + [anon_sym_short] = ACTIONS(5764), + [anon_sym_LBRACK] = ACTIONS(5760), + [anon_sym_RBRACK] = ACTIONS(5760), + [anon_sym_const] = ACTIONS(5762), + [anon_sym_constexpr] = ACTIONS(5760), + [anon_sym_volatile] = ACTIONS(5760), + [anon_sym_restrict] = ACTIONS(5760), + [anon_sym___restrict__] = ACTIONS(5760), + [anon_sym__Atomic] = ACTIONS(5760), + [anon_sym__Noreturn] = ACTIONS(5760), + [anon_sym_noreturn] = ACTIONS(5760), + [anon_sym__Nonnull] = ACTIONS(5760), + [anon_sym_mutable] = ACTIONS(5760), + [anon_sym_constinit] = ACTIONS(5760), + [anon_sym_consteval] = ACTIONS(5760), + [anon_sym_PROGMEM] = ACTIONS(5760), + [anon_sym_alignas] = ACTIONS(5760), + [anon_sym__Alignas] = ACTIONS(5760), + [anon_sym_COLON] = ACTIONS(5760), + [anon_sym_QMARK] = ACTIONS(5760), + [anon_sym_LT_EQ_GT] = ACTIONS(5760), + [anon_sym_or] = ACTIONS(5760), + [anon_sym_and] = ACTIONS(5760), + [anon_sym_bitor] = ACTIONS(5760), + [anon_sym_xor] = ACTIONS(5760), + [anon_sym_bitand] = ACTIONS(5760), + [anon_sym_not_eq] = ACTIONS(5760), + [anon_sym_DASH_DASH] = ACTIONS(5760), + [anon_sym_PLUS_PLUS] = ACTIONS(5760), [anon_sym_DOT] = ACTIONS(5762), - [anon_sym_DOT_STAR] = ACTIONS(5764), - [anon_sym_DASH_GT] = ACTIONS(5764), + [anon_sym_DOT_STAR] = ACTIONS(5760), + [anon_sym_DASH_GT] = ACTIONS(5760), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5770), + [sym_auto] = ACTIONS(5760), + [anon_sym_decltype] = ACTIONS(5760), + [anon_sym_final] = ACTIONS(5760), + [anon_sym_override] = ACTIONS(5760), + [anon_sym_requires] = ACTIONS(5760), + }, + [2079] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2083), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5766), + [anon_sym_COMMA] = ACTIONS(5766), + [anon_sym_RPAREN] = ACTIONS(5766), + [anon_sym_LPAREN2] = ACTIONS(5766), + [anon_sym_DASH] = ACTIONS(5768), + [anon_sym_PLUS] = ACTIONS(5768), + [anon_sym_STAR] = ACTIONS(5766), + [anon_sym_SLASH] = ACTIONS(5768), + [anon_sym_PERCENT] = ACTIONS(5766), + [anon_sym_PIPE_PIPE] = ACTIONS(5766), + [anon_sym_AMP_AMP] = ACTIONS(5766), + [anon_sym_PIPE] = ACTIONS(5768), + [anon_sym_CARET] = ACTIONS(5766), + [anon_sym_AMP] = ACTIONS(5768), + [anon_sym_EQ_EQ] = ACTIONS(5766), + [anon_sym_BANG_EQ] = ACTIONS(5766), + [anon_sym_GT] = ACTIONS(5768), + [anon_sym_GT_EQ] = ACTIONS(5766), + [anon_sym_LT_EQ] = ACTIONS(5768), + [anon_sym_LT] = ACTIONS(5768), + [anon_sym_LT_LT] = ACTIONS(5766), + [anon_sym_GT_GT] = ACTIONS(5766), + [anon_sym_SEMI] = ACTIONS(5766), + [anon_sym___extension__] = ACTIONS(5766), + [anon_sym___attribute__] = ACTIONS(5766), + [anon_sym___attribute] = ACTIONS(5768), + [anon_sym_LBRACE] = ACTIONS(5766), + [anon_sym_RBRACE] = ACTIONS(5766), + [anon_sym_signed] = ACTIONS(5770), + [anon_sym_unsigned] = ACTIONS(5770), + [anon_sym_long] = ACTIONS(5770), + [anon_sym_short] = ACTIONS(5770), + [anon_sym_LBRACK] = ACTIONS(5766), + [anon_sym_RBRACK] = ACTIONS(5766), + [anon_sym_const] = ACTIONS(5768), + [anon_sym_constexpr] = ACTIONS(5766), + [anon_sym_volatile] = ACTIONS(5766), + [anon_sym_restrict] = ACTIONS(5766), + [anon_sym___restrict__] = ACTIONS(5766), + [anon_sym__Atomic] = ACTIONS(5766), + [anon_sym__Noreturn] = ACTIONS(5766), + [anon_sym_noreturn] = ACTIONS(5766), + [anon_sym__Nonnull] = ACTIONS(5766), + [anon_sym_mutable] = ACTIONS(5766), + [anon_sym_constinit] = ACTIONS(5766), + [anon_sym_consteval] = ACTIONS(5766), + [anon_sym_PROGMEM] = ACTIONS(5766), + [anon_sym_alignas] = ACTIONS(5766), + [anon_sym__Alignas] = ACTIONS(5766), + [anon_sym_COLON] = ACTIONS(5766), + [anon_sym_QMARK] = ACTIONS(5766), + [anon_sym_LT_EQ_GT] = ACTIONS(5766), + [anon_sym_or] = ACTIONS(5766), + [anon_sym_and] = ACTIONS(5766), + [anon_sym_bitor] = ACTIONS(5766), + [anon_sym_xor] = ACTIONS(5766), + [anon_sym_bitand] = ACTIONS(5766), + [anon_sym_not_eq] = ACTIONS(5766), + [anon_sym_DASH_DASH] = ACTIONS(5766), + [anon_sym_PLUS_PLUS] = ACTIONS(5766), + [anon_sym_DOT] = ACTIONS(5768), + [anon_sym_DOT_STAR] = ACTIONS(5766), + [anon_sym_DASH_GT] = ACTIONS(5766), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5766), + [anon_sym_decltype] = ACTIONS(5766), + [anon_sym_final] = ACTIONS(5766), + [anon_sym_override] = ACTIONS(5766), + [anon_sym_requires] = ACTIONS(5766), + }, + [2080] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2076), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), + [anon_sym_COMMA] = ACTIONS(5772), + [anon_sym_RPAREN] = ACTIONS(5772), + [anon_sym_LPAREN2] = ACTIONS(5772), + [anon_sym_DASH] = ACTIONS(5774), + [anon_sym_PLUS] = ACTIONS(5774), + [anon_sym_STAR] = ACTIONS(5772), + [anon_sym_SLASH] = ACTIONS(5774), + [anon_sym_PERCENT] = ACTIONS(5772), + [anon_sym_PIPE_PIPE] = ACTIONS(5772), + [anon_sym_AMP_AMP] = ACTIONS(5772), + [anon_sym_PIPE] = ACTIONS(5774), + [anon_sym_CARET] = ACTIONS(5772), + [anon_sym_AMP] = ACTIONS(5774), + [anon_sym_EQ_EQ] = ACTIONS(5772), + [anon_sym_BANG_EQ] = ACTIONS(5772), + [anon_sym_GT] = ACTIONS(5774), + [anon_sym_GT_EQ] = ACTIONS(5772), + [anon_sym_LT_EQ] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT_LT] = ACTIONS(5772), + [anon_sym_GT_GT] = ACTIONS(5772), + [anon_sym_SEMI] = ACTIONS(5772), + [anon_sym___extension__] = ACTIONS(5772), + [anon_sym___attribute__] = ACTIONS(5772), + [anon_sym___attribute] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(5772), + [anon_sym_RBRACE] = ACTIONS(5772), + [anon_sym_signed] = ACTIONS(5776), + [anon_sym_unsigned] = ACTIONS(5776), + [anon_sym_long] = ACTIONS(5776), + [anon_sym_short] = ACTIONS(5776), + [anon_sym_LBRACK] = ACTIONS(5772), + [anon_sym_RBRACK] = ACTIONS(5772), + [anon_sym_const] = ACTIONS(5774), + [anon_sym_constexpr] = ACTIONS(5772), + [anon_sym_volatile] = ACTIONS(5772), + [anon_sym_restrict] = ACTIONS(5772), + [anon_sym___restrict__] = ACTIONS(5772), + [anon_sym__Atomic] = ACTIONS(5772), + [anon_sym__Noreturn] = ACTIONS(5772), + [anon_sym_noreturn] = ACTIONS(5772), + [anon_sym__Nonnull] = ACTIONS(5772), + [anon_sym_mutable] = ACTIONS(5772), + [anon_sym_constinit] = ACTIONS(5772), + [anon_sym_consteval] = ACTIONS(5772), + [anon_sym_PROGMEM] = ACTIONS(5772), + [anon_sym_alignas] = ACTIONS(5772), + [anon_sym__Alignas] = ACTIONS(5772), + [anon_sym_COLON] = ACTIONS(5772), + [anon_sym_QMARK] = ACTIONS(5772), + [anon_sym_LT_EQ_GT] = ACTIONS(5772), + [anon_sym_or] = ACTIONS(5772), + [anon_sym_and] = ACTIONS(5772), + [anon_sym_bitor] = ACTIONS(5772), + [anon_sym_xor] = ACTIONS(5772), + [anon_sym_bitand] = ACTIONS(5772), + [anon_sym_not_eq] = ACTIONS(5772), + [anon_sym_DASH_DASH] = ACTIONS(5772), + [anon_sym_PLUS_PLUS] = ACTIONS(5772), + [anon_sym_DOT] = ACTIONS(5774), + [anon_sym_DOT_STAR] = ACTIONS(5772), + [anon_sym_DASH_GT] = ACTIONS(5772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5772), [anon_sym_decltype] = ACTIONS(5772), + [anon_sym_final] = ACTIONS(5772), + [anon_sym_override] = ACTIONS(5772), + [anon_sym_requires] = ACTIONS(5772), }, [2081] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5774), - [anon_sym_COMMA] = ACTIONS(5774), - [anon_sym_RPAREN] = ACTIONS(5774), - [anon_sym_LPAREN2] = ACTIONS(5774), - [anon_sym_DASH] = ACTIONS(5776), - [anon_sym_PLUS] = ACTIONS(5776), - [anon_sym_STAR] = ACTIONS(5774), - [anon_sym_SLASH] = ACTIONS(5776), - [anon_sym_PERCENT] = ACTIONS(5774), - [anon_sym_PIPE_PIPE] = ACTIONS(5774), - [anon_sym_AMP_AMP] = ACTIONS(5774), - [anon_sym_PIPE] = ACTIONS(5776), - [anon_sym_CARET] = ACTIONS(5774), - [anon_sym_AMP] = ACTIONS(5776), - [anon_sym_EQ_EQ] = ACTIONS(5774), - [anon_sym_BANG_EQ] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(5776), - [anon_sym_GT_EQ] = ACTIONS(5774), - [anon_sym_LT_EQ] = ACTIONS(5776), - [anon_sym_LT] = ACTIONS(5776), - [anon_sym_LT_LT] = ACTIONS(5774), - [anon_sym_GT_GT] = ACTIONS(5774), - [anon_sym_SEMI] = ACTIONS(5774), - [anon_sym___extension__] = ACTIONS(5774), - [anon_sym___attribute__] = ACTIONS(5774), - [anon_sym___attribute] = ACTIONS(5776), - [anon_sym_LBRACE] = ACTIONS(5774), - [anon_sym_RBRACE] = ACTIONS(5774), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5774), - [anon_sym_RBRACK] = ACTIONS(5774), - [anon_sym_const] = ACTIONS(5776), - [anon_sym_constexpr] = ACTIONS(5774), - [anon_sym_volatile] = ACTIONS(5774), - [anon_sym_restrict] = ACTIONS(5774), - [anon_sym___restrict__] = ACTIONS(5774), - [anon_sym__Atomic] = ACTIONS(5774), - [anon_sym__Noreturn] = ACTIONS(5774), - [anon_sym_noreturn] = ACTIONS(5774), - [anon_sym__Nonnull] = ACTIONS(5774), - [anon_sym_mutable] = ACTIONS(5774), - [anon_sym_constinit] = ACTIONS(5774), - [anon_sym_consteval] = ACTIONS(5774), - [anon_sym_PROGMEM] = ACTIONS(5774), - [anon_sym_alignas] = ACTIONS(5774), - [anon_sym__Alignas] = ACTIONS(5774), - [anon_sym_COLON] = ACTIONS(5774), - [anon_sym_QMARK] = ACTIONS(5774), - [anon_sym_LT_EQ_GT] = ACTIONS(5774), - [anon_sym_or] = ACTIONS(5774), - [anon_sym_and] = ACTIONS(5774), - [anon_sym_bitor] = ACTIONS(5774), - [anon_sym_xor] = ACTIONS(5774), - [anon_sym_bitand] = ACTIONS(5774), - [anon_sym_not_eq] = ACTIONS(5774), - [anon_sym_DASH_DASH] = ACTIONS(5774), - [anon_sym_PLUS_PLUS] = ACTIONS(5774), - [anon_sym_DOT] = ACTIONS(5776), - [anon_sym_DOT_STAR] = ACTIONS(5774), - [anon_sym_DASH_GT] = ACTIONS(5774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5774), - [anon_sym_decltype] = ACTIONS(5774), - [anon_sym_final] = ACTIONS(5774), - [anon_sym_override] = ACTIONS(5774), - [anon_sym_requires] = ACTIONS(5774), - }, - [2082] = { - [sym_argument_list] = STATE(2428), - [sym_initializer_list] = STATE(2428), - [sym_decltype_auto] = STATE(2294), - [sym_new_declarator] = STATE(2204), - [sym_identifier] = ACTIONS(5778), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5780), - [anon_sym_COMMA] = ACTIONS(5780), - [anon_sym_RPAREN] = ACTIONS(5780), - [aux_sym_preproc_if_token2] = ACTIONS(5780), - [aux_sym_preproc_else_token1] = ACTIONS(5780), - [aux_sym_preproc_elif_token1] = ACTIONS(5778), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5780), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5780), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(5778), - [anon_sym_PLUS] = ACTIONS(5778), + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5778), + [anon_sym_COMMA] = ACTIONS(5778), + [anon_sym_RPAREN] = ACTIONS(5778), + [anon_sym_LPAREN2] = ACTIONS(5778), + [anon_sym_DASH] = ACTIONS(5780), + [anon_sym_PLUS] = ACTIONS(5780), [anon_sym_STAR] = ACTIONS(5778), - [anon_sym_SLASH] = ACTIONS(5778), + [anon_sym_SLASH] = ACTIONS(5780), [anon_sym_PERCENT] = ACTIONS(5778), - [anon_sym_PIPE_PIPE] = ACTIONS(5780), - [anon_sym_AMP_AMP] = ACTIONS(5780), - [anon_sym_PIPE] = ACTIONS(5778), + [anon_sym_PIPE_PIPE] = ACTIONS(5778), + [anon_sym_AMP_AMP] = ACTIONS(5778), + [anon_sym_PIPE] = ACTIONS(5780), [anon_sym_CARET] = ACTIONS(5778), - [anon_sym_AMP] = ACTIONS(5778), - [anon_sym_EQ_EQ] = ACTIONS(5780), - [anon_sym_BANG_EQ] = ACTIONS(5780), - [anon_sym_GT] = ACTIONS(5778), - [anon_sym_GT_EQ] = ACTIONS(5780), - [anon_sym_LT_EQ] = ACTIONS(5778), - [anon_sym_LT] = ACTIONS(5778), + [anon_sym_AMP] = ACTIONS(5780), + [anon_sym_EQ_EQ] = ACTIONS(5778), + [anon_sym_BANG_EQ] = ACTIONS(5778), + [anon_sym_GT] = ACTIONS(5780), + [anon_sym_GT_EQ] = ACTIONS(5778), + [anon_sym_LT_EQ] = ACTIONS(5780), + [anon_sym_LT] = ACTIONS(5780), [anon_sym_LT_LT] = ACTIONS(5778), [anon_sym_GT_GT] = ACTIONS(5778), - [anon_sym_SEMI] = ACTIONS(5780), + [anon_sym_SEMI] = ACTIONS(5778), + [anon_sym___extension__] = ACTIONS(5778), [anon_sym___attribute__] = ACTIONS(5778), - [anon_sym___attribute] = ACTIONS(5778), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(5780), - [anon_sym_LBRACK] = ACTIONS(5768), - [anon_sym_RBRACK] = ACTIONS(5780), - [anon_sym_EQ] = ACTIONS(5778), - [anon_sym_COLON] = ACTIONS(5780), - [anon_sym_QMARK] = ACTIONS(5780), - [anon_sym_STAR_EQ] = ACTIONS(5780), - [anon_sym_SLASH_EQ] = ACTIONS(5780), - [anon_sym_PERCENT_EQ] = ACTIONS(5780), - [anon_sym_PLUS_EQ] = ACTIONS(5780), - [anon_sym_DASH_EQ] = ACTIONS(5780), - [anon_sym_LT_LT_EQ] = ACTIONS(5780), - [anon_sym_GT_GT_EQ] = ACTIONS(5780), - [anon_sym_AMP_EQ] = ACTIONS(5780), - [anon_sym_CARET_EQ] = ACTIONS(5780), - [anon_sym_PIPE_EQ] = ACTIONS(5780), - [anon_sym_and_eq] = ACTIONS(5778), - [anon_sym_or_eq] = ACTIONS(5778), - [anon_sym_xor_eq] = ACTIONS(5778), - [anon_sym_LT_EQ_GT] = ACTIONS(5780), + [anon_sym___attribute] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5778), + [anon_sym_RBRACE] = ACTIONS(5778), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(5778), + [anon_sym_RBRACK] = ACTIONS(5778), + [anon_sym_const] = ACTIONS(5780), + [anon_sym_constexpr] = ACTIONS(5778), + [anon_sym_volatile] = ACTIONS(5778), + [anon_sym_restrict] = ACTIONS(5778), + [anon_sym___restrict__] = ACTIONS(5778), + [anon_sym__Atomic] = ACTIONS(5778), + [anon_sym__Noreturn] = ACTIONS(5778), + [anon_sym_noreturn] = ACTIONS(5778), + [anon_sym__Nonnull] = ACTIONS(5778), + [anon_sym_mutable] = ACTIONS(5778), + [anon_sym_constinit] = ACTIONS(5778), + [anon_sym_consteval] = ACTIONS(5778), + [anon_sym_PROGMEM] = ACTIONS(5778), + [anon_sym_alignas] = ACTIONS(5778), + [anon_sym__Alignas] = ACTIONS(5778), + [anon_sym_COLON] = ACTIONS(5778), + [anon_sym_QMARK] = ACTIONS(5778), + [anon_sym_LT_EQ_GT] = ACTIONS(5778), [anon_sym_or] = ACTIONS(5778), [anon_sym_and] = ACTIONS(5778), [anon_sym_bitor] = ACTIONS(5778), [anon_sym_xor] = ACTIONS(5778), [anon_sym_bitand] = ACTIONS(5778), [anon_sym_not_eq] = ACTIONS(5778), - [anon_sym_DASH_DASH] = ACTIONS(5780), - [anon_sym_PLUS_PLUS] = ACTIONS(5780), - [anon_sym_DOT] = ACTIONS(5778), - [anon_sym_DOT_STAR] = ACTIONS(5780), - [anon_sym_DASH_GT] = ACTIONS(5780), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5770), - [anon_sym_decltype] = ACTIONS(5772), + [anon_sym_DASH_DASH] = ACTIONS(5778), + [anon_sym_PLUS_PLUS] = ACTIONS(5778), + [anon_sym_DOT] = ACTIONS(5780), + [anon_sym_DOT_STAR] = ACTIONS(5778), + [anon_sym_DASH_GT] = ACTIONS(5778), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5778), + [anon_sym_decltype] = ACTIONS(5778), + [anon_sym_final] = ACTIONS(5778), + [anon_sym_override] = ACTIONS(5778), + [anon_sym_requires] = ACTIONS(5778), }, - [2083] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2079), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5441), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5441), - [anon_sym_GT_GT] = ACTIONS(5441), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___extension__] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5441), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_signed] = ACTIONS(5782), - [anon_sym_unsigned] = ACTIONS(5782), - [anon_sym_long] = ACTIONS(5782), - [anon_sym_short] = ACTIONS(5782), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5441), - [anon_sym_volatile] = ACTIONS(5441), - [anon_sym_restrict] = ACTIONS(5441), - [anon_sym___restrict__] = ACTIONS(5441), - [anon_sym__Atomic] = ACTIONS(5441), - [anon_sym__Noreturn] = ACTIONS(5441), - [anon_sym_noreturn] = ACTIONS(5441), - [anon_sym__Nonnull] = ACTIONS(5441), - [anon_sym_mutable] = ACTIONS(5441), - [anon_sym_constinit] = ACTIONS(5441), - [anon_sym_consteval] = ACTIONS(5441), - [anon_sym_PROGMEM] = ACTIONS(5441), - [anon_sym_alignas] = ACTIONS(5441), - [anon_sym__Alignas] = ACTIONS(5441), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5441), - [anon_sym_and] = ACTIONS(5441), - [anon_sym_bitor] = ACTIONS(5441), - [anon_sym_xor] = ACTIONS(5441), - [anon_sym_bitand] = ACTIONS(5441), - [anon_sym_not_eq] = ACTIONS(5441), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5441), - [anon_sym_decltype] = ACTIONS(5441), - [anon_sym_final] = ACTIONS(5441), - [anon_sym_override] = ACTIONS(5441), - [anon_sym_requires] = ACTIONS(5441), + [2082] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5782), + [anon_sym_COMMA] = ACTIONS(5782), + [anon_sym_RPAREN] = ACTIONS(5782), + [anon_sym_LPAREN2] = ACTIONS(5782), + [anon_sym_DASH] = ACTIONS(5784), + [anon_sym_PLUS] = ACTIONS(5784), + [anon_sym_STAR] = ACTIONS(5782), + [anon_sym_SLASH] = ACTIONS(5784), + [anon_sym_PERCENT] = ACTIONS(5782), + [anon_sym_PIPE_PIPE] = ACTIONS(5782), + [anon_sym_AMP_AMP] = ACTIONS(5782), + [anon_sym_PIPE] = ACTIONS(5784), + [anon_sym_CARET] = ACTIONS(5782), + [anon_sym_AMP] = ACTIONS(5784), + [anon_sym_EQ_EQ] = ACTIONS(5782), + [anon_sym_BANG_EQ] = ACTIONS(5782), + [anon_sym_GT] = ACTIONS(5784), + [anon_sym_GT_EQ] = ACTIONS(5782), + [anon_sym_LT_EQ] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5784), + [anon_sym_LT_LT] = ACTIONS(5782), + [anon_sym_GT_GT] = ACTIONS(5782), + [anon_sym_SEMI] = ACTIONS(5782), + [anon_sym___extension__] = ACTIONS(5782), + [anon_sym___attribute__] = ACTIONS(5782), + [anon_sym___attribute] = ACTIONS(5784), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(5782), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(5782), + [anon_sym_RBRACK] = ACTIONS(5782), + [anon_sym_const] = ACTIONS(5784), + [anon_sym_constexpr] = ACTIONS(5782), + [anon_sym_volatile] = ACTIONS(5782), + [anon_sym_restrict] = ACTIONS(5782), + [anon_sym___restrict__] = ACTIONS(5782), + [anon_sym__Atomic] = ACTIONS(5782), + [anon_sym__Noreturn] = ACTIONS(5782), + [anon_sym_noreturn] = ACTIONS(5782), + [anon_sym__Nonnull] = ACTIONS(5782), + [anon_sym_mutable] = ACTIONS(5782), + [anon_sym_constinit] = ACTIONS(5782), + [anon_sym_consteval] = ACTIONS(5782), + [anon_sym_PROGMEM] = ACTIONS(5782), + [anon_sym_alignas] = ACTIONS(5782), + [anon_sym__Alignas] = ACTIONS(5782), + [anon_sym_COLON] = ACTIONS(5782), + [anon_sym_QMARK] = ACTIONS(5782), + [anon_sym_LT_EQ_GT] = ACTIONS(5782), + [anon_sym_or] = ACTIONS(5782), + [anon_sym_and] = ACTIONS(5782), + [anon_sym_bitor] = ACTIONS(5782), + [anon_sym_xor] = ACTIONS(5782), + [anon_sym_bitand] = ACTIONS(5782), + [anon_sym_not_eq] = ACTIONS(5782), + [anon_sym_DASH_DASH] = ACTIONS(5782), + [anon_sym_PLUS_PLUS] = ACTIONS(5782), + [anon_sym_DOT] = ACTIONS(5784), + [anon_sym_DOT_STAR] = ACTIONS(5782), + [anon_sym_DASH_GT] = ACTIONS(5782), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5782), + [anon_sym_decltype] = ACTIONS(5782), + [anon_sym_final] = ACTIONS(5782), + [anon_sym_override] = ACTIONS(5782), + [anon_sym_requires] = ACTIONS(5782), }, - [2084] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2074), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), - [anon_sym_COMMA] = ACTIONS(5784), - [anon_sym_RPAREN] = ACTIONS(5784), - [anon_sym_LPAREN2] = ACTIONS(5784), - [anon_sym_DASH] = ACTIONS(5786), - [anon_sym_PLUS] = ACTIONS(5786), - [anon_sym_STAR] = ACTIONS(5784), - [anon_sym_SLASH] = ACTIONS(5786), - [anon_sym_PERCENT] = ACTIONS(5784), - [anon_sym_PIPE_PIPE] = ACTIONS(5784), - [anon_sym_AMP_AMP] = ACTIONS(5784), - [anon_sym_PIPE] = ACTIONS(5786), - [anon_sym_CARET] = ACTIONS(5784), - [anon_sym_AMP] = ACTIONS(5786), - [anon_sym_EQ_EQ] = ACTIONS(5784), - [anon_sym_BANG_EQ] = ACTIONS(5784), - [anon_sym_GT] = ACTIONS(5786), - [anon_sym_GT_EQ] = ACTIONS(5784), - [anon_sym_LT_EQ] = ACTIONS(5786), - [anon_sym_LT] = ACTIONS(5786), - [anon_sym_LT_LT] = ACTIONS(5784), - [anon_sym_GT_GT] = ACTIONS(5784), - [anon_sym_SEMI] = ACTIONS(5784), - [anon_sym___extension__] = ACTIONS(5784), - [anon_sym___attribute__] = ACTIONS(5784), - [anon_sym___attribute] = ACTIONS(5786), - [anon_sym_LBRACE] = ACTIONS(5784), - [anon_sym_RBRACE] = ACTIONS(5784), - [anon_sym_signed] = ACTIONS(5788), - [anon_sym_unsigned] = ACTIONS(5788), - [anon_sym_long] = ACTIONS(5788), - [anon_sym_short] = ACTIONS(5788), - [anon_sym_LBRACK] = ACTIONS(5784), - [anon_sym_RBRACK] = ACTIONS(5784), - [anon_sym_const] = ACTIONS(5786), - [anon_sym_constexpr] = ACTIONS(5784), - [anon_sym_volatile] = ACTIONS(5784), - [anon_sym_restrict] = ACTIONS(5784), - [anon_sym___restrict__] = ACTIONS(5784), - [anon_sym__Atomic] = ACTIONS(5784), - [anon_sym__Noreturn] = ACTIONS(5784), - [anon_sym_noreturn] = ACTIONS(5784), - [anon_sym__Nonnull] = ACTIONS(5784), - [anon_sym_mutable] = ACTIONS(5784), - [anon_sym_constinit] = ACTIONS(5784), - [anon_sym_consteval] = ACTIONS(5784), - [anon_sym_PROGMEM] = ACTIONS(5784), - [anon_sym_alignas] = ACTIONS(5784), - [anon_sym__Alignas] = ACTIONS(5784), - [anon_sym_COLON] = ACTIONS(5784), - [anon_sym_QMARK] = ACTIONS(5784), - [anon_sym_LT_EQ_GT] = ACTIONS(5784), - [anon_sym_or] = ACTIONS(5784), - [anon_sym_and] = ACTIONS(5784), - [anon_sym_bitor] = ACTIONS(5784), - [anon_sym_xor] = ACTIONS(5784), - [anon_sym_bitand] = ACTIONS(5784), - [anon_sym_not_eq] = ACTIONS(5784), - [anon_sym_DASH_DASH] = ACTIONS(5784), - [anon_sym_PLUS_PLUS] = ACTIONS(5784), - [anon_sym_DOT] = ACTIONS(5786), - [anon_sym_DOT_STAR] = ACTIONS(5784), - [anon_sym_DASH_GT] = ACTIONS(5784), + [2083] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5786), + [anon_sym_COMMA] = ACTIONS(5786), + [anon_sym_RPAREN] = ACTIONS(5786), + [anon_sym_LPAREN2] = ACTIONS(5786), + [anon_sym_DASH] = ACTIONS(5788), + [anon_sym_PLUS] = ACTIONS(5788), + [anon_sym_STAR] = ACTIONS(5786), + [anon_sym_SLASH] = ACTIONS(5788), + [anon_sym_PERCENT] = ACTIONS(5786), + [anon_sym_PIPE_PIPE] = ACTIONS(5786), + [anon_sym_AMP_AMP] = ACTIONS(5786), + [anon_sym_PIPE] = ACTIONS(5788), + [anon_sym_CARET] = ACTIONS(5786), + [anon_sym_AMP] = ACTIONS(5788), + [anon_sym_EQ_EQ] = ACTIONS(5786), + [anon_sym_BANG_EQ] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(5788), + [anon_sym_GT_EQ] = ACTIONS(5786), + [anon_sym_LT_EQ] = ACTIONS(5788), + [anon_sym_LT] = ACTIONS(5788), + [anon_sym_LT_LT] = ACTIONS(5786), + [anon_sym_GT_GT] = ACTIONS(5786), + [anon_sym_SEMI] = ACTIONS(5786), + [anon_sym___extension__] = ACTIONS(5786), + [anon_sym___attribute__] = ACTIONS(5786), + [anon_sym___attribute] = ACTIONS(5788), + [anon_sym_LBRACE] = ACTIONS(5786), + [anon_sym_RBRACE] = ACTIONS(5786), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(5786), + [anon_sym_RBRACK] = ACTIONS(5786), + [anon_sym_const] = ACTIONS(5788), + [anon_sym_constexpr] = ACTIONS(5786), + [anon_sym_volatile] = ACTIONS(5786), + [anon_sym_restrict] = ACTIONS(5786), + [anon_sym___restrict__] = ACTIONS(5786), + [anon_sym__Atomic] = ACTIONS(5786), + [anon_sym__Noreturn] = ACTIONS(5786), + [anon_sym_noreturn] = ACTIONS(5786), + [anon_sym__Nonnull] = ACTIONS(5786), + [anon_sym_mutable] = ACTIONS(5786), + [anon_sym_constinit] = ACTIONS(5786), + [anon_sym_consteval] = ACTIONS(5786), + [anon_sym_PROGMEM] = ACTIONS(5786), + [anon_sym_alignas] = ACTIONS(5786), + [anon_sym__Alignas] = ACTIONS(5786), + [anon_sym_COLON] = ACTIONS(5786), + [anon_sym_QMARK] = ACTIONS(5786), + [anon_sym_LT_EQ_GT] = ACTIONS(5786), + [anon_sym_or] = ACTIONS(5786), + [anon_sym_and] = ACTIONS(5786), + [anon_sym_bitor] = ACTIONS(5786), + [anon_sym_xor] = ACTIONS(5786), + [anon_sym_bitand] = ACTIONS(5786), + [anon_sym_not_eq] = ACTIONS(5786), + [anon_sym_DASH_DASH] = ACTIONS(5786), + [anon_sym_PLUS_PLUS] = ACTIONS(5786), + [anon_sym_DOT] = ACTIONS(5788), + [anon_sym_DOT_STAR] = ACTIONS(5786), + [anon_sym_DASH_GT] = ACTIONS(5786), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5784), - [anon_sym_decltype] = ACTIONS(5784), - [anon_sym_final] = ACTIONS(5784), - [anon_sym_override] = ACTIONS(5784), - [anon_sym_requires] = ACTIONS(5784), + [sym_auto] = ACTIONS(5786), + [anon_sym_decltype] = ACTIONS(5786), + [anon_sym_final] = ACTIONS(5786), + [anon_sym_override] = ACTIONS(5786), + [anon_sym_requires] = ACTIONS(5786), }, - [2085] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [2084] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), [anon_sym_COMMA] = ACTIONS(5790), [anon_sym_RPAREN] = ACTIONS(5790), @@ -279422,10 +279350,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(5792), [anon_sym_LBRACE] = ACTIONS(5790), [anon_sym_RBRACE] = ACTIONS(5790), - [anon_sym_signed] = ACTIONS(5794), - [anon_sym_unsigned] = ACTIONS(5794), - [anon_sym_long] = ACTIONS(5794), - [anon_sym_short] = ACTIONS(5794), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), [anon_sym_LBRACK] = ACTIONS(5790), [anon_sym_RBRACK] = ACTIONS(5790), [anon_sym_const] = ACTIONS(5792), @@ -279464,80 +279392,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5790), [anon_sym_requires] = ACTIONS(5790), }, - [2086] = { - [sym_argument_list] = STATE(2524), - [sym_initializer_list] = STATE(2524), - [sym_decltype_auto] = STATE(2294), - [sym_new_declarator] = STATE(2195), - [sym_identifier] = ACTIONS(5796), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5798), - [anon_sym_COMMA] = ACTIONS(5798), - [anon_sym_RPAREN] = ACTIONS(5798), - [aux_sym_preproc_if_token2] = ACTIONS(5798), - [aux_sym_preproc_else_token1] = ACTIONS(5798), - [aux_sym_preproc_elif_token1] = ACTIONS(5796), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5798), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5798), - [anon_sym_LPAREN2] = ACTIONS(5766), + [2085] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2077), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5794), + [anon_sym_COMMA] = ACTIONS(5794), + [anon_sym_RPAREN] = ACTIONS(5794), + [anon_sym_LPAREN2] = ACTIONS(5794), [anon_sym_DASH] = ACTIONS(5796), [anon_sym_PLUS] = ACTIONS(5796), - [anon_sym_STAR] = ACTIONS(5796), + [anon_sym_STAR] = ACTIONS(5794), [anon_sym_SLASH] = ACTIONS(5796), - [anon_sym_PERCENT] = ACTIONS(5796), - [anon_sym_PIPE_PIPE] = ACTIONS(5798), - [anon_sym_AMP_AMP] = ACTIONS(5798), + [anon_sym_PERCENT] = ACTIONS(5794), + [anon_sym_PIPE_PIPE] = ACTIONS(5794), + [anon_sym_AMP_AMP] = ACTIONS(5794), [anon_sym_PIPE] = ACTIONS(5796), - [anon_sym_CARET] = ACTIONS(5796), + [anon_sym_CARET] = ACTIONS(5794), [anon_sym_AMP] = ACTIONS(5796), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ] = ACTIONS(5798), + [anon_sym_EQ_EQ] = ACTIONS(5794), + [anon_sym_BANG_EQ] = ACTIONS(5794), [anon_sym_GT] = ACTIONS(5796), - [anon_sym_GT_EQ] = ACTIONS(5798), + [anon_sym_GT_EQ] = ACTIONS(5794), [anon_sym_LT_EQ] = ACTIONS(5796), [anon_sym_LT] = ACTIONS(5796), - [anon_sym_LT_LT] = ACTIONS(5796), - [anon_sym_GT_GT] = ACTIONS(5796), - [anon_sym_SEMI] = ACTIONS(5798), - [anon_sym___attribute__] = ACTIONS(5796), + [anon_sym_LT_LT] = ACTIONS(5794), + [anon_sym_GT_GT] = ACTIONS(5794), + [anon_sym_SEMI] = ACTIONS(5794), + [anon_sym___extension__] = ACTIONS(5794), + [anon_sym___attribute__] = ACTIONS(5794), [anon_sym___attribute] = ACTIONS(5796), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(5798), - [anon_sym_LBRACK] = ACTIONS(5768), - [anon_sym_RBRACK] = ACTIONS(5798), - [anon_sym_EQ] = ACTIONS(5796), - [anon_sym_COLON] = ACTIONS(5798), - [anon_sym_QMARK] = ACTIONS(5798), - [anon_sym_STAR_EQ] = ACTIONS(5798), - [anon_sym_SLASH_EQ] = ACTIONS(5798), - [anon_sym_PERCENT_EQ] = ACTIONS(5798), - [anon_sym_PLUS_EQ] = ACTIONS(5798), - [anon_sym_DASH_EQ] = ACTIONS(5798), - [anon_sym_LT_LT_EQ] = ACTIONS(5798), - [anon_sym_GT_GT_EQ] = ACTIONS(5798), - [anon_sym_AMP_EQ] = ACTIONS(5798), - [anon_sym_CARET_EQ] = ACTIONS(5798), - [anon_sym_PIPE_EQ] = ACTIONS(5798), - [anon_sym_and_eq] = ACTIONS(5796), - [anon_sym_or_eq] = ACTIONS(5796), - [anon_sym_xor_eq] = ACTIONS(5796), - [anon_sym_LT_EQ_GT] = ACTIONS(5798), - [anon_sym_or] = ACTIONS(5796), - [anon_sym_and] = ACTIONS(5796), - [anon_sym_bitor] = ACTIONS(5796), - [anon_sym_xor] = ACTIONS(5796), - [anon_sym_bitand] = ACTIONS(5796), - [anon_sym_not_eq] = ACTIONS(5796), - [anon_sym_DASH_DASH] = ACTIONS(5798), - [anon_sym_PLUS_PLUS] = ACTIONS(5798), + [anon_sym_LBRACE] = ACTIONS(5794), + [anon_sym_RBRACE] = ACTIONS(5794), + [anon_sym_signed] = ACTIONS(5798), + [anon_sym_unsigned] = ACTIONS(5798), + [anon_sym_long] = ACTIONS(5798), + [anon_sym_short] = ACTIONS(5798), + [anon_sym_LBRACK] = ACTIONS(5794), + [anon_sym_RBRACK] = ACTIONS(5794), + [anon_sym_const] = ACTIONS(5796), + [anon_sym_constexpr] = ACTIONS(5794), + [anon_sym_volatile] = ACTIONS(5794), + [anon_sym_restrict] = ACTIONS(5794), + [anon_sym___restrict__] = ACTIONS(5794), + [anon_sym__Atomic] = ACTIONS(5794), + [anon_sym__Noreturn] = ACTIONS(5794), + [anon_sym_noreturn] = ACTIONS(5794), + [anon_sym__Nonnull] = ACTIONS(5794), + [anon_sym_mutable] = ACTIONS(5794), + [anon_sym_constinit] = ACTIONS(5794), + [anon_sym_consteval] = ACTIONS(5794), + [anon_sym_PROGMEM] = ACTIONS(5794), + [anon_sym_alignas] = ACTIONS(5794), + [anon_sym__Alignas] = ACTIONS(5794), + [anon_sym_COLON] = ACTIONS(5794), + [anon_sym_QMARK] = ACTIONS(5794), + [anon_sym_LT_EQ_GT] = ACTIONS(5794), + [anon_sym_or] = ACTIONS(5794), + [anon_sym_and] = ACTIONS(5794), + [anon_sym_bitor] = ACTIONS(5794), + [anon_sym_xor] = ACTIONS(5794), + [anon_sym_bitand] = ACTIONS(5794), + [anon_sym_not_eq] = ACTIONS(5794), + [anon_sym_DASH_DASH] = ACTIONS(5794), + [anon_sym_PLUS_PLUS] = ACTIONS(5794), [anon_sym_DOT] = ACTIONS(5796), - [anon_sym_DOT_STAR] = ACTIONS(5798), - [anon_sym_DASH_GT] = ACTIONS(5798), + [anon_sym_DOT_STAR] = ACTIONS(5794), + [anon_sym_DASH_GT] = ACTIONS(5794), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5770), - [anon_sym_decltype] = ACTIONS(5772), + [sym_auto] = ACTIONS(5794), + [anon_sym_decltype] = ACTIONS(5794), + [anon_sym_final] = ACTIONS(5794), + [anon_sym_override] = ACTIONS(5794), + [anon_sym_requires] = ACTIONS(5794), }, - [2087] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), + [2086] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1628), [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), [anon_sym_COMMA] = ACTIONS(5800), [anon_sym_RPAREN] = ACTIONS(5800), @@ -279566,10 +279494,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(5802), [anon_sym_LBRACE] = ACTIONS(5800), [anon_sym_RBRACE] = ACTIONS(5800), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), + [anon_sym_signed] = ACTIONS(5754), + [anon_sym_unsigned] = ACTIONS(5754), + [anon_sym_long] = ACTIONS(5754), + [anon_sym_short] = ACTIONS(5754), [anon_sym_LBRACK] = ACTIONS(5800), [anon_sym_RBRACK] = ACTIONS(5800), [anon_sym_const] = ACTIONS(5802), @@ -279608,367 +279536,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5800), [anon_sym_requires] = ACTIONS(5800), }, - [2088] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), - [anon_sym_COMMA] = ACTIONS(5804), - [anon_sym_RPAREN] = ACTIONS(5804), - [anon_sym_LPAREN2] = ACTIONS(5804), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_PLUS] = ACTIONS(5806), + [2087] = { + [sym_argument_list] = STATE(2446), + [sym_initializer_list] = STATE(2446), + [sym_decltype_auto] = STATE(2301), + [sym_new_declarator] = STATE(2277), + [sym_identifier] = ACTIONS(5804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5806), + [anon_sym_COMMA] = ACTIONS(5806), + [anon_sym_RPAREN] = ACTIONS(5806), + [aux_sym_preproc_if_token2] = ACTIONS(5806), + [aux_sym_preproc_else_token1] = ACTIONS(5806), + [aux_sym_preproc_elif_token1] = ACTIONS(5804), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5806), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5806), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(5804), + [anon_sym_PLUS] = ACTIONS(5804), [anon_sym_STAR] = ACTIONS(5804), - [anon_sym_SLASH] = ACTIONS(5806), + [anon_sym_SLASH] = ACTIONS(5804), [anon_sym_PERCENT] = ACTIONS(5804), - [anon_sym_PIPE_PIPE] = ACTIONS(5804), - [anon_sym_AMP_AMP] = ACTIONS(5804), - [anon_sym_PIPE] = ACTIONS(5806), + [anon_sym_PIPE_PIPE] = ACTIONS(5806), + [anon_sym_AMP_AMP] = ACTIONS(5806), + [anon_sym_PIPE] = ACTIONS(5804), [anon_sym_CARET] = ACTIONS(5804), - [anon_sym_AMP] = ACTIONS(5806), - [anon_sym_EQ_EQ] = ACTIONS(5804), - [anon_sym_BANG_EQ] = ACTIONS(5804), - [anon_sym_GT] = ACTIONS(5806), - [anon_sym_GT_EQ] = ACTIONS(5804), - [anon_sym_LT_EQ] = ACTIONS(5806), - [anon_sym_LT] = ACTIONS(5806), + [anon_sym_AMP] = ACTIONS(5804), + [anon_sym_EQ_EQ] = ACTIONS(5806), + [anon_sym_BANG_EQ] = ACTIONS(5806), + [anon_sym_GT] = ACTIONS(5804), + [anon_sym_GT_EQ] = ACTIONS(5806), + [anon_sym_LT_EQ] = ACTIONS(5804), + [anon_sym_LT] = ACTIONS(5804), [anon_sym_LT_LT] = ACTIONS(5804), [anon_sym_GT_GT] = ACTIONS(5804), - [anon_sym_SEMI] = ACTIONS(5804), - [anon_sym___extension__] = ACTIONS(5804), + [anon_sym_SEMI] = ACTIONS(5806), [anon_sym___attribute__] = ACTIONS(5804), - [anon_sym___attribute] = ACTIONS(5806), - [anon_sym_LBRACE] = ACTIONS(5804), - [anon_sym_RBRACE] = ACTIONS(5804), - [anon_sym_signed] = ACTIONS(5740), - [anon_sym_unsigned] = ACTIONS(5740), - [anon_sym_long] = ACTIONS(5740), - [anon_sym_short] = ACTIONS(5740), - [anon_sym_LBRACK] = ACTIONS(5804), - [anon_sym_RBRACK] = ACTIONS(5804), - [anon_sym_const] = ACTIONS(5806), - [anon_sym_constexpr] = ACTIONS(5804), - [anon_sym_volatile] = ACTIONS(5804), - [anon_sym_restrict] = ACTIONS(5804), - [anon_sym___restrict__] = ACTIONS(5804), - [anon_sym__Atomic] = ACTIONS(5804), - [anon_sym__Noreturn] = ACTIONS(5804), - [anon_sym_noreturn] = ACTIONS(5804), - [anon_sym__Nonnull] = ACTIONS(5804), - [anon_sym_mutable] = ACTIONS(5804), - [anon_sym_constinit] = ACTIONS(5804), - [anon_sym_consteval] = ACTIONS(5804), - [anon_sym_PROGMEM] = ACTIONS(5804), - [anon_sym_alignas] = ACTIONS(5804), - [anon_sym__Alignas] = ACTIONS(5804), - [anon_sym_COLON] = ACTIONS(5804), - [anon_sym_QMARK] = ACTIONS(5804), - [anon_sym_LT_EQ_GT] = ACTIONS(5804), + [anon_sym___attribute] = ACTIONS(5804), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(5806), + [anon_sym_LBRACK] = ACTIONS(5733), + [anon_sym_RBRACK] = ACTIONS(5806), + [anon_sym_EQ] = ACTIONS(5804), + [anon_sym_COLON] = ACTIONS(5806), + [anon_sym_QMARK] = ACTIONS(5806), + [anon_sym_STAR_EQ] = ACTIONS(5806), + [anon_sym_SLASH_EQ] = ACTIONS(5806), + [anon_sym_PERCENT_EQ] = ACTIONS(5806), + [anon_sym_PLUS_EQ] = ACTIONS(5806), + [anon_sym_DASH_EQ] = ACTIONS(5806), + [anon_sym_LT_LT_EQ] = ACTIONS(5806), + [anon_sym_GT_GT_EQ] = ACTIONS(5806), + [anon_sym_AMP_EQ] = ACTIONS(5806), + [anon_sym_CARET_EQ] = ACTIONS(5806), + [anon_sym_PIPE_EQ] = ACTIONS(5806), + [anon_sym_and_eq] = ACTIONS(5804), + [anon_sym_or_eq] = ACTIONS(5804), + [anon_sym_xor_eq] = ACTIONS(5804), + [anon_sym_LT_EQ_GT] = ACTIONS(5806), [anon_sym_or] = ACTIONS(5804), [anon_sym_and] = ACTIONS(5804), [anon_sym_bitor] = ACTIONS(5804), [anon_sym_xor] = ACTIONS(5804), [anon_sym_bitand] = ACTIONS(5804), [anon_sym_not_eq] = ACTIONS(5804), - [anon_sym_DASH_DASH] = ACTIONS(5804), - [anon_sym_PLUS_PLUS] = ACTIONS(5804), - [anon_sym_DOT] = ACTIONS(5806), - [anon_sym_DOT_STAR] = ACTIONS(5804), - [anon_sym_DASH_GT] = ACTIONS(5804), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5804), - [anon_sym_decltype] = ACTIONS(5804), - [anon_sym_final] = ACTIONS(5804), - [anon_sym_override] = ACTIONS(5804), - [anon_sym_requires] = ACTIONS(5804), - }, - [2089] = { - [sym_template_argument_list] = STATE(2094), - [sym_identifier] = ACTIONS(4859), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4866), - [anon_sym_COMMA] = ACTIONS(4866), - [anon_sym_RPAREN] = ACTIONS(4866), - [aux_sym_preproc_if_token2] = ACTIONS(4866), - [aux_sym_preproc_else_token1] = ACTIONS(4866), - [aux_sym_preproc_elif_token1] = ACTIONS(4859), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4866), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4866), - [anon_sym_LPAREN2] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4859), - [anon_sym_PLUS] = ACTIONS(4859), - [anon_sym_STAR] = ACTIONS(4859), - [anon_sym_SLASH] = ACTIONS(4859), - [anon_sym_PERCENT] = ACTIONS(4859), - [anon_sym_PIPE_PIPE] = ACTIONS(4866), - [anon_sym_AMP_AMP] = ACTIONS(4866), - [anon_sym_PIPE] = ACTIONS(4859), - [anon_sym_CARET] = ACTIONS(4859), - [anon_sym_AMP] = ACTIONS(4859), - [anon_sym_EQ_EQ] = ACTIONS(4866), - [anon_sym_BANG_EQ] = ACTIONS(4866), - [anon_sym_GT] = ACTIONS(4859), - [anon_sym_GT_EQ] = ACTIONS(4866), - [anon_sym_LT_EQ] = ACTIONS(4859), - [anon_sym_LT] = ACTIONS(5808), - [anon_sym_LT_LT] = ACTIONS(4859), - [anon_sym_GT_GT] = ACTIONS(4859), - [anon_sym_SEMI] = ACTIONS(4866), - [anon_sym___attribute__] = ACTIONS(4859), - [anon_sym___attribute] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_RBRACE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4866), - [anon_sym_RBRACK] = ACTIONS(4866), - [anon_sym_EQ] = ACTIONS(4859), - [anon_sym_COLON] = ACTIONS(4859), - [anon_sym_QMARK] = ACTIONS(4866), - [anon_sym_STAR_EQ] = ACTIONS(4866), - [anon_sym_SLASH_EQ] = ACTIONS(4866), - [anon_sym_PERCENT_EQ] = ACTIONS(4866), - [anon_sym_PLUS_EQ] = ACTIONS(4866), - [anon_sym_DASH_EQ] = ACTIONS(4866), - [anon_sym_LT_LT_EQ] = ACTIONS(4866), - [anon_sym_GT_GT_EQ] = ACTIONS(4866), - [anon_sym_AMP_EQ] = ACTIONS(4866), - [anon_sym_CARET_EQ] = ACTIONS(4866), - [anon_sym_PIPE_EQ] = ACTIONS(4866), - [anon_sym_and_eq] = ACTIONS(4859), - [anon_sym_or_eq] = ACTIONS(4859), - [anon_sym_xor_eq] = ACTIONS(4859), - [anon_sym_LT_EQ_GT] = ACTIONS(4866), - [anon_sym_or] = ACTIONS(4859), - [anon_sym_and] = ACTIONS(4859), - [anon_sym_bitor] = ACTIONS(4859), - [anon_sym_xor] = ACTIONS(4859), - [anon_sym_bitand] = ACTIONS(4859), - [anon_sym_not_eq] = ACTIONS(4859), - [anon_sym_DASH_DASH] = ACTIONS(4866), - [anon_sym_PLUS_PLUS] = ACTIONS(4866), - [anon_sym_DOT] = ACTIONS(4859), - [anon_sym_DOT_STAR] = ACTIONS(4866), - [anon_sym_DASH_GT] = ACTIONS(4866), + [anon_sym_DASH_DASH] = ACTIONS(5806), + [anon_sym_PLUS_PLUS] = ACTIONS(5806), + [anon_sym_DOT] = ACTIONS(5804), + [anon_sym_DOT_STAR] = ACTIONS(5806), + [anon_sym_DASH_GT] = ACTIONS(5806), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4859), - [anon_sym_decltype] = ACTIONS(4859), - [anon_sym_final] = ACTIONS(4859), - [anon_sym_override] = ACTIONS(4859), - }, - [2090] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2079), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [anon_sym_RPAREN] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5593), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5593), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5593), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5593), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5593), - [anon_sym_GT_GT] = ACTIONS(5593), - [anon_sym_SEMI] = ACTIONS(5593), - [anon_sym___extension__] = ACTIONS(5593), - [anon_sym___attribute__] = ACTIONS(5593), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_RBRACE] = ACTIONS(5593), - [anon_sym_signed] = ACTIONS(5782), - [anon_sym_unsigned] = ACTIONS(5782), - [anon_sym_long] = ACTIONS(5782), - [anon_sym_short] = ACTIONS(5782), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_RBRACK] = ACTIONS(5593), - [anon_sym_const] = ACTIONS(5591), - [anon_sym_constexpr] = ACTIONS(5593), - [anon_sym_volatile] = ACTIONS(5593), - [anon_sym_restrict] = ACTIONS(5593), - [anon_sym___restrict__] = ACTIONS(5593), - [anon_sym__Atomic] = ACTIONS(5593), - [anon_sym__Noreturn] = ACTIONS(5593), - [anon_sym_noreturn] = ACTIONS(5593), - [anon_sym__Nonnull] = ACTIONS(5593), - [anon_sym_mutable] = ACTIONS(5593), - [anon_sym_constinit] = ACTIONS(5593), - [anon_sym_consteval] = ACTIONS(5593), - [anon_sym_PROGMEM] = ACTIONS(5593), - [anon_sym_alignas] = ACTIONS(5593), - [anon_sym__Alignas] = ACTIONS(5593), - [anon_sym_COLON] = ACTIONS(5593), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5593), - [anon_sym_and] = ACTIONS(5593), - [anon_sym_bitor] = ACTIONS(5593), - [anon_sym_xor] = ACTIONS(5593), - [anon_sym_bitand] = ACTIONS(5593), - [anon_sym_not_eq] = ACTIONS(5593), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5593), - [anon_sym_decltype] = ACTIONS(5593), - [anon_sym_final] = ACTIONS(5593), - [anon_sym_override] = ACTIONS(5593), - [anon_sym_requires] = ACTIONS(5593), - }, - [2091] = { - [sym_argument_list] = STATE(2488), - [sym_initializer_list] = STATE(2488), - [sym_decltype_auto] = STATE(2294), - [sym_new_declarator] = STATE(2293), - [sym_identifier] = ACTIONS(5811), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5813), - [anon_sym_COMMA] = ACTIONS(5813), - [anon_sym_RPAREN] = ACTIONS(5813), - [aux_sym_preproc_if_token2] = ACTIONS(5813), - [aux_sym_preproc_else_token1] = ACTIONS(5813), - [aux_sym_preproc_elif_token1] = ACTIONS(5811), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5813), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5813), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(5811), - [anon_sym_PLUS] = ACTIONS(5811), - [anon_sym_STAR] = ACTIONS(5811), - [anon_sym_SLASH] = ACTIONS(5811), - [anon_sym_PERCENT] = ACTIONS(5811), - [anon_sym_PIPE_PIPE] = ACTIONS(5813), - [anon_sym_AMP_AMP] = ACTIONS(5813), - [anon_sym_PIPE] = ACTIONS(5811), - [anon_sym_CARET] = ACTIONS(5811), - [anon_sym_AMP] = ACTIONS(5811), - [anon_sym_EQ_EQ] = ACTIONS(5813), - [anon_sym_BANG_EQ] = ACTIONS(5813), - [anon_sym_GT] = ACTIONS(5811), - [anon_sym_GT_EQ] = ACTIONS(5813), - [anon_sym_LT_EQ] = ACTIONS(5811), - [anon_sym_LT] = ACTIONS(5811), - [anon_sym_LT_LT] = ACTIONS(5811), - [anon_sym_GT_GT] = ACTIONS(5811), - [anon_sym_SEMI] = ACTIONS(5813), - [anon_sym___attribute__] = ACTIONS(5811), - [anon_sym___attribute] = ACTIONS(5811), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(5813), - [anon_sym_LBRACK] = ACTIONS(5768), - [anon_sym_RBRACK] = ACTIONS(5813), - [anon_sym_EQ] = ACTIONS(5811), - [anon_sym_COLON] = ACTIONS(5813), - [anon_sym_QMARK] = ACTIONS(5813), - [anon_sym_STAR_EQ] = ACTIONS(5813), - [anon_sym_SLASH_EQ] = ACTIONS(5813), - [anon_sym_PERCENT_EQ] = ACTIONS(5813), - [anon_sym_PLUS_EQ] = ACTIONS(5813), - [anon_sym_DASH_EQ] = ACTIONS(5813), - [anon_sym_LT_LT_EQ] = ACTIONS(5813), - [anon_sym_GT_GT_EQ] = ACTIONS(5813), - [anon_sym_AMP_EQ] = ACTIONS(5813), - [anon_sym_CARET_EQ] = ACTIONS(5813), - [anon_sym_PIPE_EQ] = ACTIONS(5813), - [anon_sym_and_eq] = ACTIONS(5811), - [anon_sym_or_eq] = ACTIONS(5811), - [anon_sym_xor_eq] = ACTIONS(5811), - [anon_sym_LT_EQ_GT] = ACTIONS(5813), - [anon_sym_or] = ACTIONS(5811), - [anon_sym_and] = ACTIONS(5811), - [anon_sym_bitor] = ACTIONS(5811), - [anon_sym_xor] = ACTIONS(5811), - [anon_sym_bitand] = ACTIONS(5811), - [anon_sym_not_eq] = ACTIONS(5811), - [anon_sym_DASH_DASH] = ACTIONS(5813), - [anon_sym_PLUS_PLUS] = ACTIONS(5813), - [anon_sym_DOT] = ACTIONS(5811), - [anon_sym_DOT_STAR] = ACTIONS(5813), - [anon_sym_DASH_GT] = ACTIONS(5813), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5770), - [anon_sym_decltype] = ACTIONS(5772), - }, - [2092] = { - [sym_identifier] = ACTIONS(5557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5559), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_RPAREN] = ACTIONS(5559), - [aux_sym_preproc_if_token2] = ACTIONS(5559), - [aux_sym_preproc_else_token1] = ACTIONS(5559), - [aux_sym_preproc_elif_token1] = ACTIONS(5557), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5559), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5559), - [anon_sym_LPAREN2] = ACTIONS(5559), - [anon_sym_DASH] = ACTIONS(5557), - [anon_sym_PLUS] = ACTIONS(5557), - [anon_sym_STAR] = ACTIONS(5557), - [anon_sym_SLASH] = ACTIONS(5557), - [anon_sym_PERCENT] = ACTIONS(5557), - [anon_sym_PIPE_PIPE] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_PIPE] = ACTIONS(5557), - [anon_sym_CARET] = ACTIONS(5557), - [anon_sym_AMP] = ACTIONS(5557), - [anon_sym_EQ_EQ] = ACTIONS(5559), - [anon_sym_BANG_EQ] = ACTIONS(5559), - [anon_sym_GT] = ACTIONS(5557), - [anon_sym_GT_EQ] = ACTIONS(5559), - [anon_sym_LT_EQ] = ACTIONS(5557), - [anon_sym_LT] = ACTIONS(5557), - [anon_sym_LT_LT] = ACTIONS(5557), - [anon_sym_GT_GT] = ACTIONS(5557), - [anon_sym_SEMI] = ACTIONS(5559), - [anon_sym___attribute__] = ACTIONS(5557), - [anon_sym___attribute] = ACTIONS(5557), - [anon_sym_LBRACE] = ACTIONS(5559), - [anon_sym_RBRACE] = ACTIONS(5559), - [anon_sym_signed] = ACTIONS(5557), - [anon_sym_unsigned] = ACTIONS(5557), - [anon_sym_long] = ACTIONS(5557), - [anon_sym_short] = ACTIONS(5557), - [anon_sym_LBRACK] = ACTIONS(5559), - [anon_sym_RBRACK] = ACTIONS(5559), - [anon_sym_EQ] = ACTIONS(5557), - [anon_sym_COLON] = ACTIONS(5559), - [anon_sym_QMARK] = ACTIONS(5559), - [anon_sym_STAR_EQ] = ACTIONS(5559), - [anon_sym_SLASH_EQ] = ACTIONS(5559), - [anon_sym_PERCENT_EQ] = ACTIONS(5559), - [anon_sym_PLUS_EQ] = ACTIONS(5559), - [anon_sym_DASH_EQ] = ACTIONS(5559), - [anon_sym_LT_LT_EQ] = ACTIONS(5559), - [anon_sym_GT_GT_EQ] = ACTIONS(5559), - [anon_sym_AMP_EQ] = ACTIONS(5559), - [anon_sym_CARET_EQ] = ACTIONS(5559), - [anon_sym_PIPE_EQ] = ACTIONS(5559), - [anon_sym_and_eq] = ACTIONS(5557), - [anon_sym_or_eq] = ACTIONS(5557), - [anon_sym_xor_eq] = ACTIONS(5557), - [anon_sym_LT_EQ_GT] = ACTIONS(5559), - [anon_sym_or] = ACTIONS(5557), - [anon_sym_and] = ACTIONS(5557), - [anon_sym_bitor] = ACTIONS(5557), - [anon_sym_xor] = ACTIONS(5557), - [anon_sym_bitand] = ACTIONS(5557), - [anon_sym_not_eq] = ACTIONS(5557), - [anon_sym_DASH_DASH] = ACTIONS(5559), - [anon_sym_PLUS_PLUS] = ACTIONS(5559), - [anon_sym_DOT] = ACTIONS(5557), - [anon_sym_DOT_STAR] = ACTIONS(5559), - [anon_sym_DASH_GT] = ACTIONS(5559), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5557), - [anon_sym_decltype] = ACTIONS(5557), + [sym_auto] = ACTIONS(5735), + [anon_sym_decltype] = ACTIONS(5737), }, - [2093] = { + [2088] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), [anon_sym_RPAREN] = ACTIONS(4880), [anon_sym_LPAREN2] = ACTIONS(4880), @@ -280040,7 +279680,438 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(4883), [anon_sym_decltype] = ACTIONS(4883), }, + [2089] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2086), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [anon_sym_RPAREN] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5604), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5604), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5604), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5604), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5604), + [anon_sym_GT_GT] = ACTIONS(5604), + [anon_sym_SEMI] = ACTIONS(5604), + [anon_sym___extension__] = ACTIONS(5604), + [anon_sym___attribute__] = ACTIONS(5604), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_RBRACE] = ACTIONS(5604), + [anon_sym_signed] = ACTIONS(5808), + [anon_sym_unsigned] = ACTIONS(5808), + [anon_sym_long] = ACTIONS(5808), + [anon_sym_short] = ACTIONS(5808), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_RBRACK] = ACTIONS(5604), + [anon_sym_const] = ACTIONS(5602), + [anon_sym_constexpr] = ACTIONS(5604), + [anon_sym_volatile] = ACTIONS(5604), + [anon_sym_restrict] = ACTIONS(5604), + [anon_sym___restrict__] = ACTIONS(5604), + [anon_sym__Atomic] = ACTIONS(5604), + [anon_sym__Noreturn] = ACTIONS(5604), + [anon_sym_noreturn] = ACTIONS(5604), + [anon_sym__Nonnull] = ACTIONS(5604), + [anon_sym_mutable] = ACTIONS(5604), + [anon_sym_constinit] = ACTIONS(5604), + [anon_sym_consteval] = ACTIONS(5604), + [anon_sym_PROGMEM] = ACTIONS(5604), + [anon_sym_alignas] = ACTIONS(5604), + [anon_sym__Alignas] = ACTIONS(5604), + [anon_sym_COLON] = ACTIONS(5604), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5604), + [anon_sym_and] = ACTIONS(5604), + [anon_sym_bitor] = ACTIONS(5604), + [anon_sym_xor] = ACTIONS(5604), + [anon_sym_bitand] = ACTIONS(5604), + [anon_sym_not_eq] = ACTIONS(5604), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5604), + [anon_sym_decltype] = ACTIONS(5604), + [anon_sym_final] = ACTIONS(5604), + [anon_sym_override] = ACTIONS(5604), + [anon_sym_requires] = ACTIONS(5604), + }, + [2090] = { + [sym_template_argument_list] = STATE(2095), + [sym_identifier] = ACTIONS(4831), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4838), + [anon_sym_COMMA] = ACTIONS(4838), + [anon_sym_RPAREN] = ACTIONS(4838), + [aux_sym_preproc_if_token2] = ACTIONS(4838), + [aux_sym_preproc_else_token1] = ACTIONS(4838), + [aux_sym_preproc_elif_token1] = ACTIONS(4831), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4838), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4838), + [anon_sym_LPAREN2] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4831), + [anon_sym_PLUS] = ACTIONS(4831), + [anon_sym_STAR] = ACTIONS(4831), + [anon_sym_SLASH] = ACTIONS(4831), + [anon_sym_PERCENT] = ACTIONS(4831), + [anon_sym_PIPE_PIPE] = ACTIONS(4838), + [anon_sym_AMP_AMP] = ACTIONS(4838), + [anon_sym_PIPE] = ACTIONS(4831), + [anon_sym_CARET] = ACTIONS(4831), + [anon_sym_AMP] = ACTIONS(4831), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4831), + [anon_sym_GT_EQ] = ACTIONS(4838), + [anon_sym_LT_EQ] = ACTIONS(4831), + [anon_sym_LT] = ACTIONS(5810), + [anon_sym_LT_LT] = ACTIONS(4831), + [anon_sym_GT_GT] = ACTIONS(4831), + [anon_sym_SEMI] = ACTIONS(4838), + [anon_sym___attribute__] = ACTIONS(4831), + [anon_sym___attribute] = ACTIONS(4831), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_RBRACE] = ACTIONS(4838), + [anon_sym_LBRACK] = ACTIONS(4838), + [anon_sym_RBRACK] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4831), + [anon_sym_COLON] = ACTIONS(4831), + [anon_sym_QMARK] = ACTIONS(4838), + [anon_sym_STAR_EQ] = ACTIONS(4838), + [anon_sym_SLASH_EQ] = ACTIONS(4838), + [anon_sym_PERCENT_EQ] = ACTIONS(4838), + [anon_sym_PLUS_EQ] = ACTIONS(4838), + [anon_sym_DASH_EQ] = ACTIONS(4838), + [anon_sym_LT_LT_EQ] = ACTIONS(4838), + [anon_sym_GT_GT_EQ] = ACTIONS(4838), + [anon_sym_AMP_EQ] = ACTIONS(4838), + [anon_sym_CARET_EQ] = ACTIONS(4838), + [anon_sym_PIPE_EQ] = ACTIONS(4838), + [anon_sym_and_eq] = ACTIONS(4831), + [anon_sym_or_eq] = ACTIONS(4831), + [anon_sym_xor_eq] = ACTIONS(4831), + [anon_sym_LT_EQ_GT] = ACTIONS(4838), + [anon_sym_or] = ACTIONS(4831), + [anon_sym_and] = ACTIONS(4831), + [anon_sym_bitor] = ACTIONS(4831), + [anon_sym_xor] = ACTIONS(4831), + [anon_sym_bitand] = ACTIONS(4831), + [anon_sym_not_eq] = ACTIONS(4831), + [anon_sym_DASH_DASH] = ACTIONS(4838), + [anon_sym_PLUS_PLUS] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4831), + [anon_sym_DOT_STAR] = ACTIONS(4838), + [anon_sym_DASH_GT] = ACTIONS(4838), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4831), + [anon_sym_decltype] = ACTIONS(4831), + [anon_sym_final] = ACTIONS(4831), + [anon_sym_override] = ACTIONS(4831), + }, + [2091] = { + [sym_template_argument_list] = STATE(2095), + [sym_identifier] = ACTIONS(5689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4133), + [anon_sym_COMMA] = ACTIONS(4133), + [anon_sym_RPAREN] = ACTIONS(4133), + [aux_sym_preproc_if_token2] = ACTIONS(4133), + [aux_sym_preproc_else_token1] = ACTIONS(4133), + [aux_sym_preproc_elif_token1] = ACTIONS(5689), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4133), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4133), + [anon_sym_LPAREN2] = ACTIONS(4133), + [anon_sym_DASH] = ACTIONS(5689), + [anon_sym_PLUS] = ACTIONS(5689), + [anon_sym_STAR] = ACTIONS(5689), + [anon_sym_SLASH] = ACTIONS(5689), + [anon_sym_PERCENT] = ACTIONS(5689), + [anon_sym_PIPE_PIPE] = ACTIONS(4133), + [anon_sym_AMP_AMP] = ACTIONS(4133), + [anon_sym_PIPE] = ACTIONS(5689), + [anon_sym_CARET] = ACTIONS(5689), + [anon_sym_AMP] = ACTIONS(5689), + [anon_sym_EQ_EQ] = ACTIONS(4133), + [anon_sym_BANG_EQ] = ACTIONS(4133), + [anon_sym_GT] = ACTIONS(5689), + [anon_sym_GT_EQ] = ACTIONS(4133), + [anon_sym_LT_EQ] = ACTIONS(5689), + [anon_sym_LT] = ACTIONS(5813), + [anon_sym_LT_LT] = ACTIONS(5689), + [anon_sym_GT_GT] = ACTIONS(5689), + [anon_sym_SEMI] = ACTIONS(4133), + [anon_sym___attribute__] = ACTIONS(5689), + [anon_sym___attribute] = ACTIONS(5689), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4133), + [anon_sym_RBRACK] = ACTIONS(4133), + [anon_sym_EQ] = ACTIONS(5689), + [anon_sym_COLON] = ACTIONS(5689), + [anon_sym_QMARK] = ACTIONS(4133), + [anon_sym_STAR_EQ] = ACTIONS(4133), + [anon_sym_SLASH_EQ] = ACTIONS(4133), + [anon_sym_PERCENT_EQ] = ACTIONS(4133), + [anon_sym_PLUS_EQ] = ACTIONS(4133), + [anon_sym_DASH_EQ] = ACTIONS(4133), + [anon_sym_LT_LT_EQ] = ACTIONS(4133), + [anon_sym_GT_GT_EQ] = ACTIONS(4133), + [anon_sym_AMP_EQ] = ACTIONS(4133), + [anon_sym_CARET_EQ] = ACTIONS(4133), + [anon_sym_PIPE_EQ] = ACTIONS(4133), + [anon_sym_and_eq] = ACTIONS(5689), + [anon_sym_or_eq] = ACTIONS(5689), + [anon_sym_xor_eq] = ACTIONS(5689), + [anon_sym_LT_EQ_GT] = ACTIONS(4133), + [anon_sym_or] = ACTIONS(5689), + [anon_sym_and] = ACTIONS(5689), + [anon_sym_bitor] = ACTIONS(5689), + [anon_sym_xor] = ACTIONS(5689), + [anon_sym_bitand] = ACTIONS(5689), + [anon_sym_not_eq] = ACTIONS(5689), + [anon_sym_DASH_DASH] = ACTIONS(4133), + [anon_sym_PLUS_PLUS] = ACTIONS(4133), + [anon_sym_DOT] = ACTIONS(5689), + [anon_sym_DOT_STAR] = ACTIONS(4133), + [anon_sym_DASH_GT] = ACTIONS(4133), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5689), + [anon_sym_decltype] = ACTIONS(5689), + [anon_sym_final] = ACTIONS(5689), + [anon_sym_override] = ACTIONS(5689), + }, + [2092] = { + [sym_identifier] = ACTIONS(5480), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), + [anon_sym_COMMA] = ACTIONS(5482), + [anon_sym_RPAREN] = ACTIONS(5482), + [aux_sym_preproc_if_token2] = ACTIONS(5482), + [aux_sym_preproc_else_token1] = ACTIONS(5482), + [aux_sym_preproc_elif_token1] = ACTIONS(5480), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5482), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5482), + [anon_sym_LPAREN2] = ACTIONS(5482), + [anon_sym_DASH] = ACTIONS(5480), + [anon_sym_PLUS] = ACTIONS(5480), + [anon_sym_STAR] = ACTIONS(5480), + [anon_sym_SLASH] = ACTIONS(5480), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_PIPE_PIPE] = ACTIONS(5482), + [anon_sym_AMP_AMP] = ACTIONS(5482), + [anon_sym_PIPE] = ACTIONS(5480), + [anon_sym_CARET] = ACTIONS(5480), + [anon_sym_AMP] = ACTIONS(5480), + [anon_sym_EQ_EQ] = ACTIONS(5482), + [anon_sym_BANG_EQ] = ACTIONS(5482), + [anon_sym_GT] = ACTIONS(5480), + [anon_sym_GT_EQ] = ACTIONS(5482), + [anon_sym_LT_EQ] = ACTIONS(5480), + [anon_sym_LT] = ACTIONS(5480), + [anon_sym_LT_LT] = ACTIONS(5480), + [anon_sym_GT_GT] = ACTIONS(5480), + [anon_sym_SEMI] = ACTIONS(5482), + [anon_sym___attribute__] = ACTIONS(5480), + [anon_sym___attribute] = ACTIONS(5480), + [anon_sym_LBRACE] = ACTIONS(5482), + [anon_sym_RBRACE] = ACTIONS(5482), + [anon_sym_signed] = ACTIONS(5480), + [anon_sym_unsigned] = ACTIONS(5480), + [anon_sym_long] = ACTIONS(5480), + [anon_sym_short] = ACTIONS(5480), + [anon_sym_LBRACK] = ACTIONS(5482), + [anon_sym_RBRACK] = ACTIONS(5482), + [anon_sym_EQ] = ACTIONS(5480), + [anon_sym_COLON] = ACTIONS(5482), + [anon_sym_QMARK] = ACTIONS(5482), + [anon_sym_STAR_EQ] = ACTIONS(5482), + [anon_sym_SLASH_EQ] = ACTIONS(5482), + [anon_sym_PERCENT_EQ] = ACTIONS(5482), + [anon_sym_PLUS_EQ] = ACTIONS(5482), + [anon_sym_DASH_EQ] = ACTIONS(5482), + [anon_sym_LT_LT_EQ] = ACTIONS(5482), + [anon_sym_GT_GT_EQ] = ACTIONS(5482), + [anon_sym_AMP_EQ] = ACTIONS(5482), + [anon_sym_CARET_EQ] = ACTIONS(5482), + [anon_sym_PIPE_EQ] = ACTIONS(5482), + [anon_sym_and_eq] = ACTIONS(5480), + [anon_sym_or_eq] = ACTIONS(5480), + [anon_sym_xor_eq] = ACTIONS(5480), + [anon_sym_LT_EQ_GT] = ACTIONS(5482), + [anon_sym_or] = ACTIONS(5480), + [anon_sym_and] = ACTIONS(5480), + [anon_sym_bitor] = ACTIONS(5480), + [anon_sym_xor] = ACTIONS(5480), + [anon_sym_bitand] = ACTIONS(5480), + [anon_sym_not_eq] = ACTIONS(5480), + [anon_sym_DASH_DASH] = ACTIONS(5482), + [anon_sym_PLUS_PLUS] = ACTIONS(5482), + [anon_sym_DOT] = ACTIONS(5480), + [anon_sym_DOT_STAR] = ACTIONS(5482), + [anon_sym_DASH_GT] = ACTIONS(5482), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5480), + [anon_sym_decltype] = ACTIONS(5480), + }, + [2093] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2086), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5457), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5457), + [anon_sym_GT_GT] = ACTIONS(5457), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___extension__] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5457), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_signed] = ACTIONS(5808), + [anon_sym_unsigned] = ACTIONS(5808), + [anon_sym_long] = ACTIONS(5808), + [anon_sym_short] = ACTIONS(5808), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5457), + [anon_sym_volatile] = ACTIONS(5457), + [anon_sym_restrict] = ACTIONS(5457), + [anon_sym___restrict__] = ACTIONS(5457), + [anon_sym__Atomic] = ACTIONS(5457), + [anon_sym__Noreturn] = ACTIONS(5457), + [anon_sym_noreturn] = ACTIONS(5457), + [anon_sym__Nonnull] = ACTIONS(5457), + [anon_sym_mutable] = ACTIONS(5457), + [anon_sym_constinit] = ACTIONS(5457), + [anon_sym_consteval] = ACTIONS(5457), + [anon_sym_PROGMEM] = ACTIONS(5457), + [anon_sym_alignas] = ACTIONS(5457), + [anon_sym__Alignas] = ACTIONS(5457), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5457), + [anon_sym_and] = ACTIONS(5457), + [anon_sym_bitor] = ACTIONS(5457), + [anon_sym_xor] = ACTIONS(5457), + [anon_sym_bitand] = ACTIONS(5457), + [anon_sym_not_eq] = ACTIONS(5457), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5457), + [anon_sym_decltype] = ACTIONS(5457), + [anon_sym_final] = ACTIONS(5457), + [anon_sym_override] = ACTIONS(5457), + [anon_sym_requires] = ACTIONS(5457), + }, [2094] = { + [sym_identifier] = ACTIONS(4852), + [anon_sym_LPAREN2] = ACTIONS(4854), + [anon_sym_TILDE] = ACTIONS(4854), + [anon_sym_STAR] = ACTIONS(4854), + [anon_sym_PIPE_PIPE] = ACTIONS(4854), + [anon_sym_AMP_AMP] = ACTIONS(4854), + [anon_sym_AMP] = ACTIONS(4852), + [anon_sym___extension__] = ACTIONS(4852), + [anon_sym_virtual] = ACTIONS(4852), + [anon_sym_extern] = ACTIONS(4852), + [anon_sym___attribute__] = ACTIONS(4852), + [anon_sym___attribute] = ACTIONS(4852), + [anon_sym_COLON_COLON] = ACTIONS(4854), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4854), + [anon_sym___declspec] = ACTIONS(4852), + [anon_sym___based] = ACTIONS(4852), + [anon_sym___cdecl] = ACTIONS(4852), + [anon_sym___clrcall] = ACTIONS(4852), + [anon_sym___stdcall] = ACTIONS(4852), + [anon_sym___fastcall] = ACTIONS(4852), + [anon_sym___thiscall] = ACTIONS(4852), + [anon_sym___vectorcall] = ACTIONS(4852), + [anon_sym_signed] = ACTIONS(4852), + [anon_sym_unsigned] = ACTIONS(4852), + [anon_sym_long] = ACTIONS(4852), + [anon_sym_short] = ACTIONS(4852), + [anon_sym_LBRACK] = ACTIONS(4852), + [anon_sym_static] = ACTIONS(4852), + [anon_sym_register] = ACTIONS(4852), + [anon_sym_inline] = ACTIONS(4852), + [anon_sym___inline] = ACTIONS(4852), + [anon_sym___inline__] = ACTIONS(4852), + [anon_sym___forceinline] = ACTIONS(4852), + [anon_sym_thread_local] = ACTIONS(4852), + [anon_sym___thread] = ACTIONS(4852), + [anon_sym_const] = ACTIONS(4852), + [anon_sym_constexpr] = ACTIONS(4852), + [anon_sym_volatile] = ACTIONS(4852), + [anon_sym_restrict] = ACTIONS(4852), + [anon_sym___restrict__] = ACTIONS(4852), + [anon_sym__Atomic] = ACTIONS(4852), + [anon_sym__Noreturn] = ACTIONS(4852), + [anon_sym_noreturn] = ACTIONS(4852), + [anon_sym__Nonnull] = ACTIONS(4852), + [anon_sym_mutable] = ACTIONS(4852), + [anon_sym_constinit] = ACTIONS(4852), + [anon_sym_consteval] = ACTIONS(4852), + [anon_sym_PROGMEM] = ACTIONS(4852), + [anon_sym_alignas] = ACTIONS(4852), + [anon_sym__Alignas] = ACTIONS(4852), + [aux_sym_primitive_type_token1] = ACTIONS(4852), + [anon_sym_byte] = ACTIONS(4852), + [anon_sym_word] = ACTIONS(4852), + [anon_sym_enum] = ACTIONS(4852), + [anon_sym_class] = ACTIONS(4852), + [anon_sym_struct] = ACTIONS(4852), + [anon_sym_union] = ACTIONS(4852), + [anon_sym_or] = ACTIONS(4852), + [anon_sym_and] = ACTIONS(4852), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4852), + [anon_sym_decltype] = ACTIONS(4852), + [anon_sym_explicit] = ACTIONS(4852), + [anon_sym_typename] = ACTIONS(4852), + [anon_sym_template] = ACTIONS(4852), + [anon_sym_operator] = ACTIONS(4852), + [anon_sym_friend] = ACTIONS(4852), + [anon_sym_using] = ACTIONS(4852), + [anon_sym_concept] = ACTIONS(4852), + }, + [2095] = { [sym_identifier] = ACTIONS(4876), [anon_sym_DOT_DOT_DOT] = ACTIONS(4883), [anon_sym_COMMA] = ACTIONS(4883), @@ -280111,788 +280182,433 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4876), [anon_sym_override] = ACTIONS(4876), }, - [2095] = { - [sym_identifier] = ACTIONS(4855), - [anon_sym_LPAREN2] = ACTIONS(4857), - [anon_sym_TILDE] = ACTIONS(4857), - [anon_sym_STAR] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_AMP] = ACTIONS(4855), - [anon_sym___extension__] = ACTIONS(4855), - [anon_sym_virtual] = ACTIONS(4855), - [anon_sym_extern] = ACTIONS(4855), - [anon_sym___attribute__] = ACTIONS(4855), - [anon_sym___attribute] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4857), - [anon_sym___declspec] = ACTIONS(4855), - [anon_sym___based] = ACTIONS(4855), - [anon_sym___cdecl] = ACTIONS(4855), - [anon_sym___clrcall] = ACTIONS(4855), - [anon_sym___stdcall] = ACTIONS(4855), - [anon_sym___fastcall] = ACTIONS(4855), - [anon_sym___thiscall] = ACTIONS(4855), - [anon_sym___vectorcall] = ACTIONS(4855), - [anon_sym_signed] = ACTIONS(4855), - [anon_sym_unsigned] = ACTIONS(4855), - [anon_sym_long] = ACTIONS(4855), - [anon_sym_short] = ACTIONS(4855), - [anon_sym_LBRACK] = ACTIONS(4855), - [anon_sym_static] = ACTIONS(4855), - [anon_sym_register] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym___inline] = ACTIONS(4855), - [anon_sym___inline__] = ACTIONS(4855), - [anon_sym___forceinline] = ACTIONS(4855), - [anon_sym_thread_local] = ACTIONS(4855), - [anon_sym___thread] = ACTIONS(4855), - [anon_sym_const] = ACTIONS(4855), - [anon_sym_constexpr] = ACTIONS(4855), - [anon_sym_volatile] = ACTIONS(4855), - [anon_sym_restrict] = ACTIONS(4855), - [anon_sym___restrict__] = ACTIONS(4855), - [anon_sym__Atomic] = ACTIONS(4855), - [anon_sym__Noreturn] = ACTIONS(4855), - [anon_sym_noreturn] = ACTIONS(4855), - [anon_sym__Nonnull] = ACTIONS(4855), - [anon_sym_mutable] = ACTIONS(4855), - [anon_sym_constinit] = ACTIONS(4855), - [anon_sym_consteval] = ACTIONS(4855), - [anon_sym_PROGMEM] = ACTIONS(4855), - [anon_sym_alignas] = ACTIONS(4855), - [anon_sym__Alignas] = ACTIONS(4855), - [aux_sym_primitive_type_token1] = ACTIONS(4855), - [anon_sym_byte] = ACTIONS(4855), - [anon_sym_word] = ACTIONS(4855), - [anon_sym_enum] = ACTIONS(4855), - [anon_sym_class] = ACTIONS(4855), - [anon_sym_struct] = ACTIONS(4855), - [anon_sym_union] = ACTIONS(4855), - [anon_sym_or] = ACTIONS(4855), - [anon_sym_and] = ACTIONS(4855), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4855), - [anon_sym_decltype] = ACTIONS(4855), - [anon_sym_explicit] = ACTIONS(4855), - [anon_sym_typename] = ACTIONS(4855), - [anon_sym_template] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_friend] = ACTIONS(4855), - [anon_sym_using] = ACTIONS(4855), - [anon_sym_concept] = ACTIONS(4855), - }, [2096] = { - [sym_identifier] = ACTIONS(4851), - [anon_sym_LPAREN2] = ACTIONS(4853), - [anon_sym_TILDE] = ACTIONS(4853), - [anon_sym_STAR] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_AMP] = ACTIONS(4851), - [anon_sym___extension__] = ACTIONS(4851), - [anon_sym_virtual] = ACTIONS(4851), - [anon_sym_extern] = ACTIONS(4851), - [anon_sym___attribute__] = ACTIONS(4851), - [anon_sym___attribute] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4853), - [anon_sym___declspec] = ACTIONS(4851), - [anon_sym___based] = ACTIONS(4851), - [anon_sym___cdecl] = ACTIONS(4851), - [anon_sym___clrcall] = ACTIONS(4851), - [anon_sym___stdcall] = ACTIONS(4851), - [anon_sym___fastcall] = ACTIONS(4851), - [anon_sym___thiscall] = ACTIONS(4851), - [anon_sym___vectorcall] = ACTIONS(4851), - [anon_sym_signed] = ACTIONS(4851), - [anon_sym_unsigned] = ACTIONS(4851), - [anon_sym_long] = ACTIONS(4851), - [anon_sym_short] = ACTIONS(4851), - [anon_sym_LBRACK] = ACTIONS(4851), - [anon_sym_static] = ACTIONS(4851), - [anon_sym_register] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym___inline] = ACTIONS(4851), - [anon_sym___inline__] = ACTIONS(4851), - [anon_sym___forceinline] = ACTIONS(4851), - [anon_sym_thread_local] = ACTIONS(4851), - [anon_sym___thread] = ACTIONS(4851), - [anon_sym_const] = ACTIONS(4851), - [anon_sym_constexpr] = ACTIONS(4851), - [anon_sym_volatile] = ACTIONS(4851), - [anon_sym_restrict] = ACTIONS(4851), - [anon_sym___restrict__] = ACTIONS(4851), - [anon_sym__Atomic] = ACTIONS(4851), - [anon_sym__Noreturn] = ACTIONS(4851), - [anon_sym_noreturn] = ACTIONS(4851), - [anon_sym__Nonnull] = ACTIONS(4851), - [anon_sym_mutable] = ACTIONS(4851), - [anon_sym_constinit] = ACTIONS(4851), - [anon_sym_consteval] = ACTIONS(4851), - [anon_sym_PROGMEM] = ACTIONS(4851), - [anon_sym_alignas] = ACTIONS(4851), - [anon_sym__Alignas] = ACTIONS(4851), - [aux_sym_primitive_type_token1] = ACTIONS(4851), - [anon_sym_byte] = ACTIONS(4851), - [anon_sym_word] = ACTIONS(4851), - [anon_sym_enum] = ACTIONS(4851), - [anon_sym_class] = ACTIONS(4851), - [anon_sym_struct] = ACTIONS(4851), - [anon_sym_union] = ACTIONS(4851), - [anon_sym_or] = ACTIONS(4851), - [anon_sym_and] = ACTIONS(4851), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4851), - [anon_sym_decltype] = ACTIONS(4851), - [anon_sym_explicit] = ACTIONS(4851), - [anon_sym_typename] = ACTIONS(4851), - [anon_sym_template] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_friend] = ACTIONS(4851), - [anon_sym_using] = ACTIONS(4851), - [anon_sym_concept] = ACTIONS(4851), + [sym_identifier] = ACTIONS(5319), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_enum] = ACTIONS(5319), + [anon_sym_class] = ACTIONS(5319), + [anon_sym_struct] = ACTIONS(5319), + [anon_sym_union] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_explicit] = ACTIONS(5319), + [anon_sym_typename] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_friend] = ACTIONS(5319), + [anon_sym_using] = ACTIONS(5319), + [anon_sym_concept] = ACTIONS(5319), }, [2097] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_signed] = ACTIONS(5289), - [anon_sym_unsigned] = ACTIONS(5289), - [anon_sym_long] = ACTIONS(5289), - [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [aux_sym_primitive_type_token1] = ACTIONS(5289), - [anon_sym_byte] = ACTIONS(5289), - [anon_sym_word] = ACTIONS(5289), - [anon_sym_enum] = ACTIONS(5289), - [anon_sym_class] = ACTIONS(5289), - [anon_sym_struct] = ACTIONS(5289), - [anon_sym_union] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_explicit] = ACTIONS(5289), - [anon_sym_typename] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_friend] = ACTIONS(5289), - [anon_sym_using] = ACTIONS(5289), - [anon_sym_concept] = ACTIONS(5289), + [sym_identifier] = ACTIONS(5319), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_enum] = ACTIONS(5319), + [anon_sym_class] = ACTIONS(5319), + [anon_sym_struct] = ACTIONS(5319), + [anon_sym_union] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_explicit] = ACTIONS(5319), + [anon_sym_typename] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_friend] = ACTIONS(5319), + [anon_sym_using] = ACTIONS(5319), + [anon_sym_concept] = ACTIONS(5319), }, [2098] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_signed] = ACTIONS(5289), - [anon_sym_unsigned] = ACTIONS(5289), - [anon_sym_long] = ACTIONS(5289), - [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [aux_sym_primitive_type_token1] = ACTIONS(5289), - [anon_sym_byte] = ACTIONS(5289), - [anon_sym_word] = ACTIONS(5289), - [anon_sym_enum] = ACTIONS(5289), - [anon_sym_class] = ACTIONS(5289), - [anon_sym_struct] = ACTIONS(5289), - [anon_sym_union] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), + [sym_identifier] = ACTIONS(3819), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3821), + [anon_sym_COMMA] = ACTIONS(3821), + [anon_sym_RPAREN] = ACTIONS(3821), + [anon_sym_LPAREN2] = ACTIONS(3821), + [anon_sym_TILDE] = ACTIONS(3821), + [anon_sym_STAR] = ACTIONS(3821), + [anon_sym_AMP_AMP] = ACTIONS(3821), + [anon_sym_AMP] = ACTIONS(3819), + [anon_sym_SEMI] = ACTIONS(3821), + [anon_sym___extension__] = ACTIONS(3819), + [anon_sym_virtual] = ACTIONS(3819), + [anon_sym_extern] = ACTIONS(3819), + [anon_sym___attribute__] = ACTIONS(3819), + [anon_sym___attribute] = ACTIONS(3819), + [anon_sym_COLON_COLON] = ACTIONS(3821), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3821), + [anon_sym___declspec] = ACTIONS(3819), + [anon_sym___based] = ACTIONS(3819), + [anon_sym___cdecl] = ACTIONS(3819), + [anon_sym___clrcall] = ACTIONS(3819), + [anon_sym___stdcall] = ACTIONS(3819), + [anon_sym___fastcall] = ACTIONS(3819), + [anon_sym___thiscall] = ACTIONS(3819), + [anon_sym___vectorcall] = ACTIONS(3819), + [anon_sym_LBRACE] = ACTIONS(3821), + [anon_sym_LBRACK] = ACTIONS(3819), + [anon_sym_static] = ACTIONS(3819), + [anon_sym_EQ] = ACTIONS(3821), + [anon_sym_register] = ACTIONS(3819), + [anon_sym_inline] = ACTIONS(3819), + [anon_sym___inline] = ACTIONS(3819), + [anon_sym___inline__] = ACTIONS(3819), + [anon_sym___forceinline] = ACTIONS(3819), + [anon_sym_thread_local] = ACTIONS(3819), + [anon_sym___thread] = ACTIONS(3819), + [anon_sym_const] = ACTIONS(3819), + [anon_sym_constexpr] = ACTIONS(3819), + [anon_sym_volatile] = ACTIONS(3819), + [anon_sym_restrict] = ACTIONS(3819), + [anon_sym___restrict__] = ACTIONS(3819), + [anon_sym__Atomic] = ACTIONS(3819), + [anon_sym__Noreturn] = ACTIONS(3819), + [anon_sym_noreturn] = ACTIONS(3819), + [anon_sym__Nonnull] = ACTIONS(3819), + [anon_sym_mutable] = ACTIONS(3819), + [anon_sym_constinit] = ACTIONS(3819), + [anon_sym_consteval] = ACTIONS(3819), + [anon_sym_PROGMEM] = ACTIONS(3819), + [anon_sym_alignas] = ACTIONS(3819), + [anon_sym__Alignas] = ACTIONS(3819), + [anon_sym_COLON] = ACTIONS(3819), + [anon_sym_asm] = ACTIONS(3819), + [anon_sym___asm__] = ACTIONS(3819), + [anon_sym___asm] = ACTIONS(3819), + [anon_sym_DASH_GT] = ACTIONS(3821), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_explicit] = ACTIONS(5289), - [anon_sym_typename] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_friend] = ACTIONS(5289), - [anon_sym_using] = ACTIONS(5289), - [anon_sym_concept] = ACTIONS(5289), + [anon_sym_decltype] = ACTIONS(3819), + [anon_sym_final] = ACTIONS(3819), + [anon_sym_override] = ACTIONS(3819), + [anon_sym_explicit] = ACTIONS(3819), + [anon_sym_template] = ACTIONS(3819), + [anon_sym_GT2] = ACTIONS(3821), + [anon_sym_operator] = ACTIONS(3819), + [anon_sym_try] = ACTIONS(3819), + [anon_sym_public] = ACTIONS(3819), + [anon_sym_private] = ACTIONS(3819), + [anon_sym_protected] = ACTIONS(3819), + [anon_sym_requires] = ACTIONS(3819), }, [2099] = { - [sym_identifier] = ACTIONS(4817), - [anon_sym_LPAREN2] = ACTIONS(4819), - [anon_sym_TILDE] = ACTIONS(4819), - [anon_sym_STAR] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_AMP] = ACTIONS(4817), - [anon_sym___extension__] = ACTIONS(4817), - [anon_sym_virtual] = ACTIONS(4817), - [anon_sym_extern] = ACTIONS(4817), - [anon_sym___attribute__] = ACTIONS(4817), - [anon_sym___attribute] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4819), - [anon_sym___declspec] = ACTIONS(4817), - [anon_sym___based] = ACTIONS(4817), - [anon_sym___cdecl] = ACTIONS(4817), - [anon_sym___clrcall] = ACTIONS(4817), - [anon_sym___stdcall] = ACTIONS(4817), - [anon_sym___fastcall] = ACTIONS(4817), - [anon_sym___thiscall] = ACTIONS(4817), - [anon_sym___vectorcall] = ACTIONS(4817), - [anon_sym_signed] = ACTIONS(4817), - [anon_sym_unsigned] = ACTIONS(4817), - [anon_sym_long] = ACTIONS(4817), - [anon_sym_short] = ACTIONS(4817), - [anon_sym_LBRACK] = ACTIONS(4817), - [anon_sym_static] = ACTIONS(4817), - [anon_sym_register] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym___inline] = ACTIONS(4817), - [anon_sym___inline__] = ACTIONS(4817), - [anon_sym___forceinline] = ACTIONS(4817), - [anon_sym_thread_local] = ACTIONS(4817), - [anon_sym___thread] = ACTIONS(4817), - [anon_sym_const] = ACTIONS(4817), - [anon_sym_constexpr] = ACTIONS(4817), - [anon_sym_volatile] = ACTIONS(4817), - [anon_sym_restrict] = ACTIONS(4817), - [anon_sym___restrict__] = ACTIONS(4817), - [anon_sym__Atomic] = ACTIONS(4817), - [anon_sym__Noreturn] = ACTIONS(4817), - [anon_sym_noreturn] = ACTIONS(4817), - [anon_sym__Nonnull] = ACTIONS(4817), - [anon_sym_mutable] = ACTIONS(4817), - [anon_sym_constinit] = ACTIONS(4817), - [anon_sym_consteval] = ACTIONS(4817), - [anon_sym_PROGMEM] = ACTIONS(4817), - [anon_sym_alignas] = ACTIONS(4817), - [anon_sym__Alignas] = ACTIONS(4817), - [aux_sym_primitive_type_token1] = ACTIONS(4817), - [anon_sym_byte] = ACTIONS(4817), - [anon_sym_word] = ACTIONS(4817), - [anon_sym_enum] = ACTIONS(4817), - [anon_sym_class] = ACTIONS(4817), - [anon_sym_struct] = ACTIONS(4817), - [anon_sym_union] = ACTIONS(4817), - [anon_sym_or] = ACTIONS(4817), - [anon_sym_and] = ACTIONS(4817), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4817), - [anon_sym_decltype] = ACTIONS(4817), - [anon_sym_explicit] = ACTIONS(4817), - [anon_sym_typename] = ACTIONS(4817), - [anon_sym_template] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_friend] = ACTIONS(4817), - [anon_sym_using] = ACTIONS(4817), - [anon_sym_concept] = ACTIONS(4817), + [sym_attribute_specifier] = STATE(1796), + [sym_field_declaration_list] = STATE(2258), + [sym_virtual_specifier] = STATE(7046), + [sym_base_class_clause] = STATE(7702), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5661), + [anon_sym_COMMA] = ACTIONS(5661), + [anon_sym_RPAREN] = ACTIONS(5661), + [anon_sym_LPAREN2] = ACTIONS(5661), + [anon_sym_DASH] = ACTIONS(5659), + [anon_sym_PLUS] = ACTIONS(5659), + [anon_sym_STAR] = ACTIONS(5661), + [anon_sym_SLASH] = ACTIONS(5659), + [anon_sym_PERCENT] = ACTIONS(5661), + [anon_sym_PIPE_PIPE] = ACTIONS(5661), + [anon_sym_AMP_AMP] = ACTIONS(5661), + [anon_sym_PIPE] = ACTIONS(5659), + [anon_sym_CARET] = ACTIONS(5661), + [anon_sym_AMP] = ACTIONS(5659), + [anon_sym_EQ_EQ] = ACTIONS(5661), + [anon_sym_BANG_EQ] = ACTIONS(5661), + [anon_sym_GT] = ACTIONS(5659), + [anon_sym_GT_EQ] = ACTIONS(5661), + [anon_sym_LT_EQ] = ACTIONS(5659), + [anon_sym_LT] = ACTIONS(5659), + [anon_sym_LT_LT] = ACTIONS(5661), + [anon_sym_GT_GT] = ACTIONS(5661), + [anon_sym_SEMI] = ACTIONS(5661), + [anon_sym___extension__] = ACTIONS(5661), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5819), + [anon_sym_RBRACE] = ACTIONS(5661), + [anon_sym_LBRACK] = ACTIONS(5661), + [anon_sym_RBRACK] = ACTIONS(5661), + [anon_sym_const] = ACTIONS(5659), + [anon_sym_constexpr] = ACTIONS(5661), + [anon_sym_volatile] = ACTIONS(5661), + [anon_sym_restrict] = ACTIONS(5661), + [anon_sym___restrict__] = ACTIONS(5661), + [anon_sym__Atomic] = ACTIONS(5661), + [anon_sym__Noreturn] = ACTIONS(5661), + [anon_sym_noreturn] = ACTIONS(5661), + [anon_sym__Nonnull] = ACTIONS(5661), + [anon_sym_mutable] = ACTIONS(5661), + [anon_sym_constinit] = ACTIONS(5661), + [anon_sym_consteval] = ACTIONS(5661), + [anon_sym_PROGMEM] = ACTIONS(5661), + [anon_sym_alignas] = ACTIONS(5661), + [anon_sym__Alignas] = ACTIONS(5661), + [anon_sym_COLON] = ACTIONS(5667), + [anon_sym_QMARK] = ACTIONS(5661), + [anon_sym_LT_EQ_GT] = ACTIONS(5661), + [anon_sym_or] = ACTIONS(5661), + [anon_sym_and] = ACTIONS(5661), + [anon_sym_bitor] = ACTIONS(5661), + [anon_sym_xor] = ACTIONS(5661), + [anon_sym_bitand] = ACTIONS(5661), + [anon_sym_not_eq] = ACTIONS(5661), + [anon_sym_DASH_DASH] = ACTIONS(5661), + [anon_sym_PLUS_PLUS] = ACTIONS(5661), + [anon_sym_DOT] = ACTIONS(5659), + [anon_sym_DOT_STAR] = ACTIONS(5661), + [anon_sym_DASH_GT] = ACTIONS(5661), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5661), + [anon_sym_decltype] = ACTIONS(5661), + [anon_sym_final] = ACTIONS(5821), + [anon_sym_override] = ACTIONS(5821), + [anon_sym_requires] = ACTIONS(5661), }, [2100] = { - [sym_identifier] = ACTIONS(5464), - [anon_sym_LPAREN2] = ACTIONS(5466), - [anon_sym_TILDE] = ACTIONS(5466), - [anon_sym_STAR] = ACTIONS(5466), - [anon_sym_PIPE_PIPE] = ACTIONS(5466), - [anon_sym_AMP_AMP] = ACTIONS(5466), - [anon_sym_AMP] = ACTIONS(5464), - [anon_sym___extension__] = ACTIONS(5464), - [anon_sym_virtual] = ACTIONS(5464), - [anon_sym_extern] = ACTIONS(5464), - [anon_sym___attribute__] = ACTIONS(5464), - [anon_sym___attribute] = ACTIONS(5464), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5466), - [anon_sym___declspec] = ACTIONS(5464), - [anon_sym___based] = ACTIONS(5464), - [anon_sym___cdecl] = ACTIONS(5464), - [anon_sym___clrcall] = ACTIONS(5464), - [anon_sym___stdcall] = ACTIONS(5464), - [anon_sym___fastcall] = ACTIONS(5464), - [anon_sym___thiscall] = ACTIONS(5464), - [anon_sym___vectorcall] = ACTIONS(5464), - [anon_sym_signed] = ACTIONS(5464), - [anon_sym_unsigned] = ACTIONS(5464), - [anon_sym_long] = ACTIONS(5464), - [anon_sym_short] = ACTIONS(5464), - [anon_sym_LBRACK] = ACTIONS(5464), - [anon_sym_static] = ACTIONS(5464), - [anon_sym_register] = ACTIONS(5464), - [anon_sym_inline] = ACTIONS(5464), - [anon_sym___inline] = ACTIONS(5464), - [anon_sym___inline__] = ACTIONS(5464), - [anon_sym___forceinline] = ACTIONS(5464), - [anon_sym_thread_local] = ACTIONS(5464), - [anon_sym___thread] = ACTIONS(5464), - [anon_sym_const] = ACTIONS(5464), - [anon_sym_constexpr] = ACTIONS(5464), - [anon_sym_volatile] = ACTIONS(5464), - [anon_sym_restrict] = ACTIONS(5464), - [anon_sym___restrict__] = ACTIONS(5464), - [anon_sym__Atomic] = ACTIONS(5464), - [anon_sym__Noreturn] = ACTIONS(5464), - [anon_sym_noreturn] = ACTIONS(5464), - [anon_sym__Nonnull] = ACTIONS(5464), - [anon_sym_mutable] = ACTIONS(5464), - [anon_sym_constinit] = ACTIONS(5464), - [anon_sym_consteval] = ACTIONS(5464), - [anon_sym_PROGMEM] = ACTIONS(5464), - [anon_sym_alignas] = ACTIONS(5464), - [anon_sym__Alignas] = ACTIONS(5464), - [aux_sym_primitive_type_token1] = ACTIONS(5464), - [anon_sym_byte] = ACTIONS(5464), - [anon_sym_word] = ACTIONS(5464), - [anon_sym_enum] = ACTIONS(5464), - [anon_sym_class] = ACTIONS(5464), - [anon_sym_struct] = ACTIONS(5464), - [anon_sym_union] = ACTIONS(5464), - [anon_sym_or] = ACTIONS(5464), - [anon_sym_and] = ACTIONS(5464), + [sym_string_literal] = STATE(1671), + [sym_raw_string_literal] = STATE(1671), + [sym_identifier] = ACTIONS(5823), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5825), + [anon_sym_COMMA] = ACTIONS(5825), + [aux_sym_preproc_if_token2] = ACTIONS(5825), + [aux_sym_preproc_else_token1] = ACTIONS(5825), + [aux_sym_preproc_elif_token1] = ACTIONS(5823), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5825), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5825), + [anon_sym_LPAREN2] = ACTIONS(5825), + [anon_sym_DASH] = ACTIONS(5823), + [anon_sym_PLUS] = ACTIONS(5823), + [anon_sym_STAR] = ACTIONS(5823), + [anon_sym_SLASH] = ACTIONS(5823), + [anon_sym_PERCENT] = ACTIONS(5823), + [anon_sym_PIPE_PIPE] = ACTIONS(5825), + [anon_sym_AMP_AMP] = ACTIONS(5825), + [anon_sym_PIPE] = ACTIONS(5823), + [anon_sym_CARET] = ACTIONS(5823), + [anon_sym_AMP] = ACTIONS(5823), + [anon_sym_EQ_EQ] = ACTIONS(5825), + [anon_sym_BANG_EQ] = ACTIONS(5825), + [anon_sym_GT] = ACTIONS(5823), + [anon_sym_GT_EQ] = ACTIONS(5825), + [anon_sym_LT_EQ] = ACTIONS(5823), + [anon_sym_LT] = ACTIONS(5823), + [anon_sym_LT_LT] = ACTIONS(5823), + [anon_sym_GT_GT] = ACTIONS(5823), + [anon_sym_LBRACK] = ACTIONS(5825), + [anon_sym_EQ] = ACTIONS(5823), + [anon_sym_QMARK] = ACTIONS(5825), + [anon_sym_STAR_EQ] = ACTIONS(5825), + [anon_sym_SLASH_EQ] = ACTIONS(5825), + [anon_sym_PERCENT_EQ] = ACTIONS(5825), + [anon_sym_PLUS_EQ] = ACTIONS(5825), + [anon_sym_DASH_EQ] = ACTIONS(5825), + [anon_sym_LT_LT_EQ] = ACTIONS(5825), + [anon_sym_GT_GT_EQ] = ACTIONS(5825), + [anon_sym_AMP_EQ] = ACTIONS(5825), + [anon_sym_CARET_EQ] = ACTIONS(5825), + [anon_sym_PIPE_EQ] = ACTIONS(5825), + [anon_sym_and_eq] = ACTIONS(5823), + [anon_sym_or_eq] = ACTIONS(5823), + [anon_sym_xor_eq] = ACTIONS(5823), + [anon_sym_LT_EQ_GT] = ACTIONS(5825), + [anon_sym_or] = ACTIONS(5823), + [anon_sym_and] = ACTIONS(5823), + [anon_sym_bitor] = ACTIONS(5823), + [anon_sym_xor] = ACTIONS(5823), + [anon_sym_bitand] = ACTIONS(5823), + [anon_sym_not_eq] = ACTIONS(5823), + [anon_sym_DASH_DASH] = ACTIONS(5825), + [anon_sym_PLUS_PLUS] = ACTIONS(5825), + [anon_sym_DOT] = ACTIONS(5823), + [anon_sym_DOT_STAR] = ACTIONS(5825), + [anon_sym_DASH_GT] = ACTIONS(5825), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5464), - [anon_sym_decltype] = ACTIONS(5464), - [anon_sym_explicit] = ACTIONS(5464), - [anon_sym_typename] = ACTIONS(5464), - [anon_sym_template] = ACTIONS(5464), - [anon_sym_operator] = ACTIONS(5464), - [anon_sym_friend] = ACTIONS(5464), - [anon_sym_using] = ACTIONS(5464), - [anon_sym_concept] = ACTIONS(5464), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [sym_literal_suffix] = ACTIONS(5823), }, [2101] = { - [sym_identifier] = ACTIONS(4821), - [anon_sym_LPAREN2] = ACTIONS(4823), - [anon_sym_TILDE] = ACTIONS(4823), - [anon_sym_STAR] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_AMP] = ACTIONS(4821), - [anon_sym___extension__] = ACTIONS(4821), - [anon_sym_virtual] = ACTIONS(4821), - [anon_sym_extern] = ACTIONS(4821), - [anon_sym___attribute__] = ACTIONS(4821), - [anon_sym___attribute] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4823), - [anon_sym___declspec] = ACTIONS(4821), - [anon_sym___based] = ACTIONS(4821), - [anon_sym___cdecl] = ACTIONS(4821), - [anon_sym___clrcall] = ACTIONS(4821), - [anon_sym___stdcall] = ACTIONS(4821), - [anon_sym___fastcall] = ACTIONS(4821), - [anon_sym___thiscall] = ACTIONS(4821), - [anon_sym___vectorcall] = ACTIONS(4821), - [anon_sym_signed] = ACTIONS(4821), - [anon_sym_unsigned] = ACTIONS(4821), - [anon_sym_long] = ACTIONS(4821), - [anon_sym_short] = ACTIONS(4821), - [anon_sym_LBRACK] = ACTIONS(4821), - [anon_sym_static] = ACTIONS(4821), - [anon_sym_register] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym___inline] = ACTIONS(4821), - [anon_sym___inline__] = ACTIONS(4821), - [anon_sym___forceinline] = ACTIONS(4821), - [anon_sym_thread_local] = ACTIONS(4821), - [anon_sym___thread] = ACTIONS(4821), - [anon_sym_const] = ACTIONS(4821), - [anon_sym_constexpr] = ACTIONS(4821), - [anon_sym_volatile] = ACTIONS(4821), - [anon_sym_restrict] = ACTIONS(4821), - [anon_sym___restrict__] = ACTIONS(4821), - [anon_sym__Atomic] = ACTIONS(4821), - [anon_sym__Noreturn] = ACTIONS(4821), - [anon_sym_noreturn] = ACTIONS(4821), - [anon_sym__Nonnull] = ACTIONS(4821), - [anon_sym_mutable] = ACTIONS(4821), - [anon_sym_constinit] = ACTIONS(4821), - [anon_sym_consteval] = ACTIONS(4821), - [anon_sym_PROGMEM] = ACTIONS(4821), - [anon_sym_alignas] = ACTIONS(4821), - [anon_sym__Alignas] = ACTIONS(4821), - [aux_sym_primitive_type_token1] = ACTIONS(4821), - [anon_sym_byte] = ACTIONS(4821), - [anon_sym_word] = ACTIONS(4821), - [anon_sym_enum] = ACTIONS(4821), - [anon_sym_class] = ACTIONS(4821), - [anon_sym_struct] = ACTIONS(4821), - [anon_sym_union] = ACTIONS(4821), - [anon_sym_or] = ACTIONS(4821), - [anon_sym_and] = ACTIONS(4821), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4821), - [anon_sym_decltype] = ACTIONS(4821), - [anon_sym_explicit] = ACTIONS(4821), - [anon_sym_typename] = ACTIONS(4821), - [anon_sym_template] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_friend] = ACTIONS(4821), - [anon_sym_using] = ACTIONS(4821), - [anon_sym_concept] = ACTIONS(4821), + [sym_identifier] = ACTIONS(5319), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5321), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_signed] = ACTIONS(5319), + [anon_sym_unsigned] = ACTIONS(5319), + [anon_sym_long] = ACTIONS(5319), + [anon_sym_short] = ACTIONS(5319), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [aux_sym_primitive_type_token1] = ACTIONS(5319), + [anon_sym_byte] = ACTIONS(5319), + [anon_sym_word] = ACTIONS(5319), + [anon_sym_enum] = ACTIONS(5319), + [anon_sym_class] = ACTIONS(5319), + [anon_sym_struct] = ACTIONS(5319), + [anon_sym_union] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_explicit] = ACTIONS(5319), + [anon_sym_typename] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_friend] = ACTIONS(5319), + [anon_sym_using] = ACTIONS(5319), + [anon_sym_concept] = ACTIONS(5319), }, [2102] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(2115), - [sym__declarator] = STATE(6291), - [sym__abstract_declarator] = STATE(6575), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2611), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(3231), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2611), - [aux_sym_pointer_declarator_repeat1] = STATE(2115), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5709), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5815), - [anon_sym_AMP_AMP] = ACTIONS(5817), - [anon_sym_AMP] = ACTIONS(5819), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5711), - [anon_sym___attribute] = ACTIONS(5711), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(5709), - [anon_sym_operator] = ACTIONS(1836), - }, - [2103] = { - [sym_identifier] = ACTIONS(1968), - [anon_sym_LPAREN2] = ACTIONS(1966), - [anon_sym_TILDE] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1966), - [anon_sym_PIPE_PIPE] = ACTIONS(1966), - [anon_sym_AMP_AMP] = ACTIONS(1966), - [anon_sym_AMP] = ACTIONS(1968), - [anon_sym___extension__] = ACTIONS(1968), - [anon_sym_virtual] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym___attribute] = ACTIONS(1968), - [anon_sym_COLON_COLON] = ACTIONS(1966), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1966), - [anon_sym___declspec] = ACTIONS(1968), - [anon_sym___based] = ACTIONS(1968), - [anon_sym___cdecl] = ACTIONS(1968), - [anon_sym___clrcall] = ACTIONS(1968), - [anon_sym___stdcall] = ACTIONS(1968), - [anon_sym___fastcall] = ACTIONS(1968), - [anon_sym___thiscall] = ACTIONS(1968), - [anon_sym___vectorcall] = ACTIONS(1968), - [anon_sym_signed] = ACTIONS(1968), - [anon_sym_unsigned] = ACTIONS(1968), - [anon_sym_long] = ACTIONS(1968), - [anon_sym_short] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_static] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_inline] = ACTIONS(1968), - [anon_sym___inline] = ACTIONS(1968), - [anon_sym___inline__] = ACTIONS(1968), - [anon_sym___forceinline] = ACTIONS(1968), - [anon_sym_thread_local] = ACTIONS(1968), - [anon_sym___thread] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [anon_sym_constexpr] = ACTIONS(1968), - [anon_sym_volatile] = ACTIONS(1968), - [anon_sym_restrict] = ACTIONS(1968), - [anon_sym___restrict__] = ACTIONS(1968), - [anon_sym__Atomic] = ACTIONS(1968), - [anon_sym__Noreturn] = ACTIONS(1968), - [anon_sym_noreturn] = ACTIONS(1968), - [anon_sym__Nonnull] = ACTIONS(1968), - [anon_sym_mutable] = ACTIONS(1968), - [anon_sym_constinit] = ACTIONS(1968), - [anon_sym_consteval] = ACTIONS(1968), - [anon_sym_PROGMEM] = ACTIONS(1968), - [anon_sym_alignas] = ACTIONS(1968), - [anon_sym__Alignas] = ACTIONS(1968), - [aux_sym_primitive_type_token1] = ACTIONS(1968), - [anon_sym_byte] = ACTIONS(1968), - [anon_sym_word] = ACTIONS(1968), - [anon_sym_enum] = ACTIONS(1968), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1968), - [anon_sym_union] = ACTIONS(1968), - [anon_sym_or] = ACTIONS(1968), - [anon_sym_and] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1968), - [anon_sym_decltype] = ACTIONS(1968), - [anon_sym_explicit] = ACTIONS(1968), - [anon_sym_typename] = ACTIONS(1968), - [anon_sym_template] = ACTIONS(1968), - [anon_sym_operator] = ACTIONS(1968), - [anon_sym_friend] = ACTIONS(1968), - [anon_sym_using] = ACTIONS(1968), - [anon_sym_concept] = ACTIONS(1968), - }, - [2104] = { - [sym_type_qualifier] = STATE(2123), - [sym_alignas_qualifier] = STATE(1624), - [sym_primitive_type] = STATE(2546), - [aux_sym__type_definition_type_repeat1] = STATE(2123), - [aux_sym_sized_type_specifier_repeat1] = STATE(2335), - [sym_identifier] = ACTIONS(5821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_RPAREN] = ACTIONS(4964), - [anon_sym_LPAREN2] = ACTIONS(4964), - [anon_sym_TILDE] = ACTIONS(4964), - [anon_sym_STAR] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_AMP] = ACTIONS(4966), - [anon_sym_SEMI] = ACTIONS(4964), - [anon_sym___extension__] = ACTIONS(5824), - [anon_sym_virtual] = ACTIONS(4966), - [anon_sym_extern] = ACTIONS(4966), - [anon_sym___attribute__] = ACTIONS(4966), - [anon_sym___attribute] = ACTIONS(4966), - [anon_sym_COLON_COLON] = ACTIONS(4964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4964), - [anon_sym___declspec] = ACTIONS(4966), - [anon_sym___based] = ACTIONS(4966), - [anon_sym___cdecl] = ACTIONS(4966), - [anon_sym___clrcall] = ACTIONS(4966), - [anon_sym___stdcall] = ACTIONS(4966), - [anon_sym___fastcall] = ACTIONS(4966), - [anon_sym___thiscall] = ACTIONS(4966), - [anon_sym___vectorcall] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_signed] = ACTIONS(5827), - [anon_sym_unsigned] = ACTIONS(5827), - [anon_sym_long] = ACTIONS(5827), - [anon_sym_short] = ACTIONS(5827), - [anon_sym_LBRACK] = ACTIONS(4966), - [anon_sym_static] = ACTIONS(4966), - [anon_sym_EQ] = ACTIONS(4964), - [anon_sym_register] = ACTIONS(4966), - [anon_sym_inline] = ACTIONS(4966), - [anon_sym___inline] = ACTIONS(4966), - [anon_sym___inline__] = ACTIONS(4966), - [anon_sym___forceinline] = ACTIONS(4966), - [anon_sym_thread_local] = ACTIONS(4966), - [anon_sym___thread] = ACTIONS(4966), - [anon_sym_const] = ACTIONS(5824), - [anon_sym_constexpr] = ACTIONS(5824), - [anon_sym_volatile] = ACTIONS(5824), - [anon_sym_restrict] = ACTIONS(5824), - [anon_sym___restrict__] = ACTIONS(5824), - [anon_sym__Atomic] = ACTIONS(5824), - [anon_sym__Noreturn] = ACTIONS(5824), - [anon_sym_noreturn] = ACTIONS(5824), - [anon_sym__Nonnull] = ACTIONS(5824), - [anon_sym_mutable] = ACTIONS(5824), - [anon_sym_constinit] = ACTIONS(5824), - [anon_sym_consteval] = ACTIONS(5824), - [anon_sym_PROGMEM] = ACTIONS(5824), - [anon_sym_alignas] = ACTIONS(5829), - [anon_sym__Alignas] = ACTIONS(5829), - [aux_sym_primitive_type_token1] = ACTIONS(69), - [anon_sym_byte] = ACTIONS(69), - [anon_sym_word] = ACTIONS(69), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4966), - [anon_sym_decltype] = ACTIONS(4966), - [anon_sym_template] = ACTIONS(4966), - [anon_sym_GT2] = ACTIONS(4964), - [anon_sym_operator] = ACTIONS(4966), - }, - [2105] = { - [sym_string_literal] = STATE(1679), - [sym_raw_string_literal] = STATE(1679), - [sym_identifier] = ACTIONS(5832), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5834), - [anon_sym_COMMA] = ACTIONS(5834), - [aux_sym_preproc_if_token2] = ACTIONS(5834), - [aux_sym_preproc_else_token1] = ACTIONS(5834), - [aux_sym_preproc_elif_token1] = ACTIONS(5832), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5834), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5834), - [anon_sym_LPAREN2] = ACTIONS(5834), - [anon_sym_DASH] = ACTIONS(5832), - [anon_sym_PLUS] = ACTIONS(5832), - [anon_sym_STAR] = ACTIONS(5832), - [anon_sym_SLASH] = ACTIONS(5832), - [anon_sym_PERCENT] = ACTIONS(5832), - [anon_sym_PIPE_PIPE] = ACTIONS(5834), - [anon_sym_AMP_AMP] = ACTIONS(5834), - [anon_sym_PIPE] = ACTIONS(5832), - [anon_sym_CARET] = ACTIONS(5832), - [anon_sym_AMP] = ACTIONS(5832), - [anon_sym_EQ_EQ] = ACTIONS(5834), - [anon_sym_BANG_EQ] = ACTIONS(5834), - [anon_sym_GT] = ACTIONS(5832), - [anon_sym_GT_EQ] = ACTIONS(5834), - [anon_sym_LT_EQ] = ACTIONS(5832), - [anon_sym_LT] = ACTIONS(5832), - [anon_sym_LT_LT] = ACTIONS(5832), - [anon_sym_GT_GT] = ACTIONS(5832), - [anon_sym_LBRACK] = ACTIONS(5834), - [anon_sym_EQ] = ACTIONS(5832), - [anon_sym_QMARK] = ACTIONS(5834), - [anon_sym_STAR_EQ] = ACTIONS(5834), - [anon_sym_SLASH_EQ] = ACTIONS(5834), - [anon_sym_PERCENT_EQ] = ACTIONS(5834), - [anon_sym_PLUS_EQ] = ACTIONS(5834), - [anon_sym_DASH_EQ] = ACTIONS(5834), - [anon_sym_LT_LT_EQ] = ACTIONS(5834), - [anon_sym_GT_GT_EQ] = ACTIONS(5834), - [anon_sym_AMP_EQ] = ACTIONS(5834), - [anon_sym_CARET_EQ] = ACTIONS(5834), - [anon_sym_PIPE_EQ] = ACTIONS(5834), - [anon_sym_and_eq] = ACTIONS(5832), - [anon_sym_or_eq] = ACTIONS(5832), - [anon_sym_xor_eq] = ACTIONS(5832), - [anon_sym_LT_EQ_GT] = ACTIONS(5834), - [anon_sym_or] = ACTIONS(5832), - [anon_sym_and] = ACTIONS(5832), - [anon_sym_bitor] = ACTIONS(5832), - [anon_sym_xor] = ACTIONS(5832), - [anon_sym_bitand] = ACTIONS(5832), - [anon_sym_not_eq] = ACTIONS(5832), - [anon_sym_DASH_DASH] = ACTIONS(5834), - [anon_sym_PLUS_PLUS] = ACTIONS(5834), - [anon_sym_DOT] = ACTIONS(5832), - [anon_sym_DOT_STAR] = ACTIONS(5834), - [anon_sym_DASH_GT] = ACTIONS(5834), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [sym_literal_suffix] = ACTIONS(5832), - }, - [2106] = { [sym_identifier] = ACTIONS(2475), [anon_sym_DOT_DOT_DOT] = ACTIONS(2465), [anon_sym_COMMA] = ACTIONS(2465), @@ -280963,1072 +280679,788 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(2465), [anon_sym_requires] = ACTIONS(2475), }, - [2107] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(3809), - [sym__declarator] = STATE(6232), - [sym__abstract_declarator] = STATE(6594), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2679), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(3121), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2679), - [aux_sym_pointer_declarator_repeat1] = STATE(3809), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5695), - [anon_sym_RPAREN] = ACTIONS(5695), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5836), - [anon_sym_AMP_AMP] = ACTIONS(5838), - [anon_sym_AMP] = ACTIONS(5840), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5703), - [anon_sym___attribute] = ACTIONS(5703), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - }, - [2108] = { - [sym_identifier] = ACTIONS(5406), - [anon_sym_LPAREN2] = ACTIONS(5408), - [anon_sym_TILDE] = ACTIONS(5408), - [anon_sym_STAR] = ACTIONS(5408), - [anon_sym_PIPE_PIPE] = ACTIONS(5408), - [anon_sym_AMP_AMP] = ACTIONS(5408), - [anon_sym_AMP] = ACTIONS(5406), - [anon_sym___extension__] = ACTIONS(5406), - [anon_sym_virtual] = ACTIONS(5406), - [anon_sym_extern] = ACTIONS(5406), - [anon_sym___attribute__] = ACTIONS(5406), - [anon_sym___attribute] = ACTIONS(5406), - [anon_sym_COLON_COLON] = ACTIONS(5408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5408), - [anon_sym___declspec] = ACTIONS(5406), - [anon_sym___based] = ACTIONS(5406), - [anon_sym___cdecl] = ACTIONS(5406), - [anon_sym___clrcall] = ACTIONS(5406), - [anon_sym___stdcall] = ACTIONS(5406), - [anon_sym___fastcall] = ACTIONS(5406), - [anon_sym___thiscall] = ACTIONS(5406), - [anon_sym___vectorcall] = ACTIONS(5406), - [anon_sym_signed] = ACTIONS(5406), - [anon_sym_unsigned] = ACTIONS(5406), - [anon_sym_long] = ACTIONS(5406), - [anon_sym_short] = ACTIONS(5406), - [anon_sym_LBRACK] = ACTIONS(5406), - [anon_sym_static] = ACTIONS(5406), - [anon_sym_register] = ACTIONS(5406), - [anon_sym_inline] = ACTIONS(5406), - [anon_sym___inline] = ACTIONS(5406), - [anon_sym___inline__] = ACTIONS(5406), - [anon_sym___forceinline] = ACTIONS(5406), - [anon_sym_thread_local] = ACTIONS(5406), - [anon_sym___thread] = ACTIONS(5406), - [anon_sym_const] = ACTIONS(5406), - [anon_sym_constexpr] = ACTIONS(5406), - [anon_sym_volatile] = ACTIONS(5406), - [anon_sym_restrict] = ACTIONS(5406), - [anon_sym___restrict__] = ACTIONS(5406), - [anon_sym__Atomic] = ACTIONS(5406), - [anon_sym__Noreturn] = ACTIONS(5406), - [anon_sym_noreturn] = ACTIONS(5406), - [anon_sym__Nonnull] = ACTIONS(5406), - [anon_sym_mutable] = ACTIONS(5406), - [anon_sym_constinit] = ACTIONS(5406), - [anon_sym_consteval] = ACTIONS(5406), - [anon_sym_PROGMEM] = ACTIONS(5406), - [anon_sym_alignas] = ACTIONS(5406), - [anon_sym__Alignas] = ACTIONS(5406), - [aux_sym_primitive_type_token1] = ACTIONS(5406), - [anon_sym_byte] = ACTIONS(5406), - [anon_sym_word] = ACTIONS(5406), - [anon_sym_enum] = ACTIONS(5406), - [anon_sym_class] = ACTIONS(5406), - [anon_sym_struct] = ACTIONS(5406), - [anon_sym_union] = ACTIONS(5406), - [anon_sym_or] = ACTIONS(5406), - [anon_sym_and] = ACTIONS(5406), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5406), - [anon_sym_decltype] = ACTIONS(5406), - [anon_sym_explicit] = ACTIONS(5406), - [anon_sym_typename] = ACTIONS(5406), - [anon_sym_template] = ACTIONS(5406), - [anon_sym_operator] = ACTIONS(5406), - [anon_sym_friend] = ACTIONS(5406), - [anon_sym_using] = ACTIONS(5406), - [anon_sym_concept] = ACTIONS(5406), - }, - [2109] = { - [sym_identifier] = ACTIONS(4825), - [anon_sym_LPAREN2] = ACTIONS(4827), - [anon_sym_TILDE] = ACTIONS(4827), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_AMP] = ACTIONS(4825), - [anon_sym___extension__] = ACTIONS(4825), - [anon_sym_virtual] = ACTIONS(4825), - [anon_sym_extern] = ACTIONS(4825), - [anon_sym___attribute__] = ACTIONS(4825), - [anon_sym___attribute] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4827), - [anon_sym___declspec] = ACTIONS(4825), - [anon_sym___based] = ACTIONS(4825), - [anon_sym___cdecl] = ACTIONS(4825), - [anon_sym___clrcall] = ACTIONS(4825), - [anon_sym___stdcall] = ACTIONS(4825), - [anon_sym___fastcall] = ACTIONS(4825), - [anon_sym___thiscall] = ACTIONS(4825), - [anon_sym___vectorcall] = ACTIONS(4825), - [anon_sym_signed] = ACTIONS(4825), - [anon_sym_unsigned] = ACTIONS(4825), - [anon_sym_long] = ACTIONS(4825), - [anon_sym_short] = ACTIONS(4825), - [anon_sym_LBRACK] = ACTIONS(4825), - [anon_sym_static] = ACTIONS(4825), - [anon_sym_register] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym___inline] = ACTIONS(4825), - [anon_sym___inline__] = ACTIONS(4825), - [anon_sym___forceinline] = ACTIONS(4825), - [anon_sym_thread_local] = ACTIONS(4825), - [anon_sym___thread] = ACTIONS(4825), - [anon_sym_const] = ACTIONS(4825), - [anon_sym_constexpr] = ACTIONS(4825), - [anon_sym_volatile] = ACTIONS(4825), - [anon_sym_restrict] = ACTIONS(4825), - [anon_sym___restrict__] = ACTIONS(4825), - [anon_sym__Atomic] = ACTIONS(4825), - [anon_sym__Noreturn] = ACTIONS(4825), - [anon_sym_noreturn] = ACTIONS(4825), - [anon_sym__Nonnull] = ACTIONS(4825), - [anon_sym_mutable] = ACTIONS(4825), - [anon_sym_constinit] = ACTIONS(4825), - [anon_sym_consteval] = ACTIONS(4825), - [anon_sym_PROGMEM] = ACTIONS(4825), - [anon_sym_alignas] = ACTIONS(4825), - [anon_sym__Alignas] = ACTIONS(4825), - [aux_sym_primitive_type_token1] = ACTIONS(4825), - [anon_sym_byte] = ACTIONS(4825), - [anon_sym_word] = ACTIONS(4825), - [anon_sym_enum] = ACTIONS(4825), - [anon_sym_class] = ACTIONS(4825), - [anon_sym_struct] = ACTIONS(4825), - [anon_sym_union] = ACTIONS(4825), - [anon_sym_or] = ACTIONS(4825), - [anon_sym_and] = ACTIONS(4825), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4825), - [anon_sym_decltype] = ACTIONS(4825), - [anon_sym_explicit] = ACTIONS(4825), - [anon_sym_typename] = ACTIONS(4825), - [anon_sym_template] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_friend] = ACTIONS(4825), - [anon_sym_using] = ACTIONS(4825), - [anon_sym_concept] = ACTIONS(4825), - }, - [2110] = { - [sym_identifier] = ACTIONS(4847), - [anon_sym_LPAREN2] = ACTIONS(4849), - [anon_sym_TILDE] = ACTIONS(4849), - [anon_sym_STAR] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_AMP] = ACTIONS(4847), - [anon_sym___extension__] = ACTIONS(4847), - [anon_sym_virtual] = ACTIONS(4847), - [anon_sym_extern] = ACTIONS(4847), - [anon_sym___attribute__] = ACTIONS(4847), - [anon_sym___attribute] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4849), - [anon_sym___declspec] = ACTIONS(4847), - [anon_sym___based] = ACTIONS(4847), - [anon_sym___cdecl] = ACTIONS(4847), - [anon_sym___clrcall] = ACTIONS(4847), - [anon_sym___stdcall] = ACTIONS(4847), - [anon_sym___fastcall] = ACTIONS(4847), - [anon_sym___thiscall] = ACTIONS(4847), - [anon_sym___vectorcall] = ACTIONS(4847), - [anon_sym_signed] = ACTIONS(4847), - [anon_sym_unsigned] = ACTIONS(4847), - [anon_sym_long] = ACTIONS(4847), - [anon_sym_short] = ACTIONS(4847), - [anon_sym_LBRACK] = ACTIONS(4847), - [anon_sym_static] = ACTIONS(4847), - [anon_sym_register] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym___inline] = ACTIONS(4847), - [anon_sym___inline__] = ACTIONS(4847), - [anon_sym___forceinline] = ACTIONS(4847), - [anon_sym_thread_local] = ACTIONS(4847), - [anon_sym___thread] = ACTIONS(4847), - [anon_sym_const] = ACTIONS(4847), - [anon_sym_constexpr] = ACTIONS(4847), - [anon_sym_volatile] = ACTIONS(4847), - [anon_sym_restrict] = ACTIONS(4847), - [anon_sym___restrict__] = ACTIONS(4847), - [anon_sym__Atomic] = ACTIONS(4847), - [anon_sym__Noreturn] = ACTIONS(4847), - [anon_sym_noreturn] = ACTIONS(4847), - [anon_sym__Nonnull] = ACTIONS(4847), - [anon_sym_mutable] = ACTIONS(4847), - [anon_sym_constinit] = ACTIONS(4847), - [anon_sym_consteval] = ACTIONS(4847), - [anon_sym_PROGMEM] = ACTIONS(4847), - [anon_sym_alignas] = ACTIONS(4847), - [anon_sym__Alignas] = ACTIONS(4847), - [aux_sym_primitive_type_token1] = ACTIONS(4847), - [anon_sym_byte] = ACTIONS(4847), - [anon_sym_word] = ACTIONS(4847), - [anon_sym_enum] = ACTIONS(4847), - [anon_sym_class] = ACTIONS(4847), - [anon_sym_struct] = ACTIONS(4847), - [anon_sym_union] = ACTIONS(4847), - [anon_sym_or] = ACTIONS(4847), - [anon_sym_and] = ACTIONS(4847), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4847), - [anon_sym_decltype] = ACTIONS(4847), - [anon_sym_explicit] = ACTIONS(4847), - [anon_sym_typename] = ACTIONS(4847), - [anon_sym_template] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_friend] = ACTIONS(4847), - [anon_sym_using] = ACTIONS(4847), - [anon_sym_concept] = ACTIONS(4847), - }, - [2111] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(2107), - [sym__declarator] = STATE(6291), - [sym__abstract_declarator] = STATE(6590), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2631), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(3121), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2631), - [aux_sym_pointer_declarator_repeat1] = STATE(2107), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5709), - [anon_sym_RPAREN] = ACTIONS(5709), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5836), - [anon_sym_AMP_AMP] = ACTIONS(5838), - [anon_sym_AMP] = ACTIONS(5840), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5711), - [anon_sym___attribute] = ACTIONS(5711), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), - }, - [2112] = { - [sym_identifier] = ACTIONS(3819), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3821), - [anon_sym_COMMA] = ACTIONS(3821), - [anon_sym_RPAREN] = ACTIONS(3821), - [anon_sym_LPAREN2] = ACTIONS(3821), - [anon_sym_TILDE] = ACTIONS(3821), - [anon_sym_STAR] = ACTIONS(3821), - [anon_sym_AMP_AMP] = ACTIONS(3821), - [anon_sym_AMP] = ACTIONS(3819), - [anon_sym_SEMI] = ACTIONS(3821), - [anon_sym___extension__] = ACTIONS(3819), - [anon_sym_virtual] = ACTIONS(3819), - [anon_sym_extern] = ACTIONS(3819), - [anon_sym___attribute__] = ACTIONS(3819), - [anon_sym___attribute] = ACTIONS(3819), - [anon_sym_COLON_COLON] = ACTIONS(3821), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3821), - [anon_sym___declspec] = ACTIONS(3819), - [anon_sym___based] = ACTIONS(3819), - [anon_sym___cdecl] = ACTIONS(3819), - [anon_sym___clrcall] = ACTIONS(3819), - [anon_sym___stdcall] = ACTIONS(3819), - [anon_sym___fastcall] = ACTIONS(3819), - [anon_sym___thiscall] = ACTIONS(3819), - [anon_sym___vectorcall] = ACTIONS(3819), - [anon_sym_LBRACE] = ACTIONS(3821), - [anon_sym_LBRACK] = ACTIONS(3819), - [anon_sym_static] = ACTIONS(3819), - [anon_sym_EQ] = ACTIONS(3821), - [anon_sym_register] = ACTIONS(3819), - [anon_sym_inline] = ACTIONS(3819), - [anon_sym___inline] = ACTIONS(3819), - [anon_sym___inline__] = ACTIONS(3819), - [anon_sym___forceinline] = ACTIONS(3819), - [anon_sym_thread_local] = ACTIONS(3819), - [anon_sym___thread] = ACTIONS(3819), - [anon_sym_const] = ACTIONS(3819), - [anon_sym_constexpr] = ACTIONS(3819), - [anon_sym_volatile] = ACTIONS(3819), - [anon_sym_restrict] = ACTIONS(3819), - [anon_sym___restrict__] = ACTIONS(3819), - [anon_sym__Atomic] = ACTIONS(3819), - [anon_sym__Noreturn] = ACTIONS(3819), - [anon_sym_noreturn] = ACTIONS(3819), - [anon_sym__Nonnull] = ACTIONS(3819), - [anon_sym_mutable] = ACTIONS(3819), - [anon_sym_constinit] = ACTIONS(3819), - [anon_sym_consteval] = ACTIONS(3819), - [anon_sym_PROGMEM] = ACTIONS(3819), - [anon_sym_alignas] = ACTIONS(3819), - [anon_sym__Alignas] = ACTIONS(3819), - [anon_sym_COLON] = ACTIONS(3819), - [anon_sym_asm] = ACTIONS(3819), - [anon_sym___asm__] = ACTIONS(3819), - [anon_sym___asm] = ACTIONS(3819), - [anon_sym_DASH_GT] = ACTIONS(3821), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3819), - [anon_sym_final] = ACTIONS(3819), - [anon_sym_override] = ACTIONS(3819), - [anon_sym_explicit] = ACTIONS(3819), - [anon_sym_template] = ACTIONS(3819), - [anon_sym_GT2] = ACTIONS(3821), - [anon_sym_operator] = ACTIONS(3819), - [anon_sym_try] = ACTIONS(3819), - [anon_sym_public] = ACTIONS(3819), - [anon_sym_private] = ACTIONS(3819), - [anon_sym_protected] = ACTIONS(3819), - [anon_sym_requires] = ACTIONS(3819), + [2103] = { + [sym_identifier] = ACTIONS(4970), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_LPAREN2] = ACTIONS(4972), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4972), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4972), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE] = ACTIONS(4970), + [anon_sym_CARET] = ACTIONS(4972), + [anon_sym_AMP] = ACTIONS(4970), + [anon_sym_EQ_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4972), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_GT_EQ] = ACTIONS(4970), + [anon_sym_LT_EQ] = ACTIONS(4970), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_LT_LT] = ACTIONS(4972), + [anon_sym_GT_GT] = ACTIONS(4970), + [anon_sym___extension__] = ACTIONS(4970), + [anon_sym___attribute__] = ACTIONS(4970), + [anon_sym___attribute] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_signed] = ACTIONS(4970), + [anon_sym_unsigned] = ACTIONS(4970), + [anon_sym_long] = ACTIONS(4970), + [anon_sym_short] = ACTIONS(4970), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_const] = ACTIONS(4970), + [anon_sym_constexpr] = ACTIONS(4970), + [anon_sym_volatile] = ACTIONS(4970), + [anon_sym_restrict] = ACTIONS(4970), + [anon_sym___restrict__] = ACTIONS(4970), + [anon_sym__Atomic] = ACTIONS(4970), + [anon_sym__Noreturn] = ACTIONS(4970), + [anon_sym_noreturn] = ACTIONS(4970), + [anon_sym__Nonnull] = ACTIONS(4970), + [anon_sym_mutable] = ACTIONS(4970), + [anon_sym_constinit] = ACTIONS(4970), + [anon_sym_consteval] = ACTIONS(4970), + [anon_sym_PROGMEM] = ACTIONS(4970), + [anon_sym_alignas] = ACTIONS(4970), + [anon_sym__Alignas] = ACTIONS(4970), + [aux_sym_primitive_type_token1] = ACTIONS(4970), + [anon_sym_byte] = ACTIONS(4970), + [anon_sym_word] = ACTIONS(4970), + [anon_sym_QMARK] = ACTIONS(4972), + [anon_sym_LT_EQ_GT] = ACTIONS(4972), + [anon_sym_or] = ACTIONS(4970), + [anon_sym_and] = ACTIONS(4970), + [anon_sym_bitor] = ACTIONS(4970), + [anon_sym_xor] = ACTIONS(4970), + [anon_sym_bitand] = ACTIONS(4970), + [anon_sym_not_eq] = ACTIONS(4970), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_DOT_STAR] = ACTIONS(4972), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4970), + [anon_sym_decltype] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_GT2] = ACTIONS(4972), + [anon_sym_requires] = ACTIONS(4970), }, - [2113] = { - [sym_identifier] = ACTIONS(5557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5559), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_RPAREN] = ACTIONS(5559), - [anon_sym_LPAREN2] = ACTIONS(5559), - [anon_sym_TILDE] = ACTIONS(5559), - [anon_sym_STAR] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_AMP] = ACTIONS(5557), - [anon_sym_SEMI] = ACTIONS(5559), - [anon_sym___extension__] = ACTIONS(5557), - [anon_sym_virtual] = ACTIONS(5557), - [anon_sym_extern] = ACTIONS(5557), - [anon_sym___attribute__] = ACTIONS(5557), - [anon_sym___attribute] = ACTIONS(5557), - [anon_sym_COLON_COLON] = ACTIONS(5559), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5559), - [anon_sym___declspec] = ACTIONS(5557), - [anon_sym___based] = ACTIONS(5557), - [anon_sym___cdecl] = ACTIONS(5557), - [anon_sym___clrcall] = ACTIONS(5557), - [anon_sym___stdcall] = ACTIONS(5557), - [anon_sym___fastcall] = ACTIONS(5557), - [anon_sym___thiscall] = ACTIONS(5557), - [anon_sym___vectorcall] = ACTIONS(5557), - [anon_sym_LBRACE] = ACTIONS(5559), - [anon_sym_signed] = ACTIONS(5557), - [anon_sym_unsigned] = ACTIONS(5557), - [anon_sym_long] = ACTIONS(5557), - [anon_sym_short] = ACTIONS(5557), - [anon_sym_LBRACK] = ACTIONS(5557), - [anon_sym_static] = ACTIONS(5557), - [anon_sym_RBRACK] = ACTIONS(5559), - [anon_sym_EQ] = ACTIONS(5559), - [anon_sym_register] = ACTIONS(5557), - [anon_sym_inline] = ACTIONS(5557), - [anon_sym___inline] = ACTIONS(5557), - [anon_sym___inline__] = ACTIONS(5557), - [anon_sym___forceinline] = ACTIONS(5557), - [anon_sym_thread_local] = ACTIONS(5557), - [anon_sym___thread] = ACTIONS(5557), - [anon_sym_const] = ACTIONS(5557), - [anon_sym_constexpr] = ACTIONS(5557), - [anon_sym_volatile] = ACTIONS(5557), - [anon_sym_restrict] = ACTIONS(5557), - [anon_sym___restrict__] = ACTIONS(5557), - [anon_sym__Atomic] = ACTIONS(5557), - [anon_sym__Noreturn] = ACTIONS(5557), - [anon_sym_noreturn] = ACTIONS(5557), - [anon_sym__Nonnull] = ACTIONS(5557), - [anon_sym_mutable] = ACTIONS(5557), - [anon_sym_constinit] = ACTIONS(5557), - [anon_sym_consteval] = ACTIONS(5557), - [anon_sym_PROGMEM] = ACTIONS(5557), - [anon_sym_alignas] = ACTIONS(5557), - [anon_sym__Alignas] = ACTIONS(5557), - [anon_sym_asm] = ACTIONS(5557), - [anon_sym___asm__] = ACTIONS(5557), - [anon_sym___asm] = ACTIONS(5557), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5557), - [anon_sym_decltype] = ACTIONS(5557), - [anon_sym_final] = ACTIONS(5557), - [anon_sym_override] = ACTIONS(5557), - [anon_sym_template] = ACTIONS(5557), - [anon_sym_GT2] = ACTIONS(5559), - [anon_sym_operator] = ACTIONS(5557), - [anon_sym_try] = ACTIONS(5557), - [anon_sym_requires] = ACTIONS(5557), + [2104] = { + [sym_identifier] = ACTIONS(1920), + [anon_sym_LPAREN2] = ACTIONS(1918), + [anon_sym_TILDE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_PIPE_PIPE] = ACTIONS(1918), + [anon_sym_AMP_AMP] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1920), + [anon_sym___extension__] = ACTIONS(1920), + [anon_sym_virtual] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym___attribute__] = ACTIONS(1920), + [anon_sym___attribute] = ACTIONS(1920), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1918), + [anon_sym___declspec] = ACTIONS(1920), + [anon_sym___based] = ACTIONS(1920), + [anon_sym___cdecl] = ACTIONS(1920), + [anon_sym___clrcall] = ACTIONS(1920), + [anon_sym___stdcall] = ACTIONS(1920), + [anon_sym___fastcall] = ACTIONS(1920), + [anon_sym___thiscall] = ACTIONS(1920), + [anon_sym___vectorcall] = ACTIONS(1920), + [anon_sym_signed] = ACTIONS(1920), + [anon_sym_unsigned] = ACTIONS(1920), + [anon_sym_long] = ACTIONS(1920), + [anon_sym_short] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_inline] = ACTIONS(1920), + [anon_sym___inline] = ACTIONS(1920), + [anon_sym___inline__] = ACTIONS(1920), + [anon_sym___forceinline] = ACTIONS(1920), + [anon_sym_thread_local] = ACTIONS(1920), + [anon_sym___thread] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_constexpr] = ACTIONS(1920), + [anon_sym_volatile] = ACTIONS(1920), + [anon_sym_restrict] = ACTIONS(1920), + [anon_sym___restrict__] = ACTIONS(1920), + [anon_sym__Atomic] = ACTIONS(1920), + [anon_sym__Noreturn] = ACTIONS(1920), + [anon_sym_noreturn] = ACTIONS(1920), + [anon_sym__Nonnull] = ACTIONS(1920), + [anon_sym_mutable] = ACTIONS(1920), + [anon_sym_constinit] = ACTIONS(1920), + [anon_sym_consteval] = ACTIONS(1920), + [anon_sym_PROGMEM] = ACTIONS(1920), + [anon_sym_alignas] = ACTIONS(1920), + [anon_sym__Alignas] = ACTIONS(1920), + [aux_sym_primitive_type_token1] = ACTIONS(1920), + [anon_sym_byte] = ACTIONS(1920), + [anon_sym_word] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_class] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_or] = ACTIONS(1920), + [anon_sym_and] = ACTIONS(1920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1920), + [anon_sym_decltype] = ACTIONS(1920), + [anon_sym_explicit] = ACTIONS(1920), + [anon_sym_typename] = ACTIONS(1920), + [anon_sym_template] = ACTIONS(1920), + [anon_sym_operator] = ACTIONS(1920), + [anon_sym_friend] = ACTIONS(1920), + [anon_sym_using] = ACTIONS(1920), + [anon_sym_concept] = ACTIONS(1920), }, - [2114] = { - [sym_identifier] = ACTIONS(5842), - [anon_sym_LPAREN2] = ACTIONS(5844), - [anon_sym_TILDE] = ACTIONS(5844), - [anon_sym_STAR] = ACTIONS(5844), - [anon_sym_PIPE_PIPE] = ACTIONS(5846), - [anon_sym_AMP_AMP] = ACTIONS(5848), - [anon_sym_AMP] = ACTIONS(5842), - [anon_sym___extension__] = ACTIONS(5842), - [anon_sym_virtual] = ACTIONS(5842), - [anon_sym_extern] = ACTIONS(5842), - [anon_sym___attribute__] = ACTIONS(5842), - [anon_sym___attribute] = ACTIONS(5842), - [anon_sym_COLON_COLON] = ACTIONS(5844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5844), - [anon_sym___declspec] = ACTIONS(5842), - [anon_sym___based] = ACTIONS(5842), - [anon_sym___cdecl] = ACTIONS(5842), - [anon_sym___clrcall] = ACTIONS(5842), - [anon_sym___stdcall] = ACTIONS(5842), - [anon_sym___fastcall] = ACTIONS(5842), - [anon_sym___thiscall] = ACTIONS(5842), - [anon_sym___vectorcall] = ACTIONS(5842), - [anon_sym_signed] = ACTIONS(5842), - [anon_sym_unsigned] = ACTIONS(5842), - [anon_sym_long] = ACTIONS(5842), - [anon_sym_short] = ACTIONS(5842), - [anon_sym_LBRACK] = ACTIONS(5842), - [anon_sym_static] = ACTIONS(5842), - [anon_sym_register] = ACTIONS(5842), - [anon_sym_inline] = ACTIONS(5842), - [anon_sym___inline] = ACTIONS(5842), - [anon_sym___inline__] = ACTIONS(5842), - [anon_sym___forceinline] = ACTIONS(5842), - [anon_sym_thread_local] = ACTIONS(5842), - [anon_sym___thread] = ACTIONS(5842), - [anon_sym_const] = ACTIONS(5842), - [anon_sym_constexpr] = ACTIONS(5842), - [anon_sym_volatile] = ACTIONS(5842), - [anon_sym_restrict] = ACTIONS(5842), - [anon_sym___restrict__] = ACTIONS(5842), - [anon_sym__Atomic] = ACTIONS(5842), - [anon_sym__Noreturn] = ACTIONS(5842), - [anon_sym_noreturn] = ACTIONS(5842), - [anon_sym__Nonnull] = ACTIONS(5842), - [anon_sym_mutable] = ACTIONS(5842), - [anon_sym_constinit] = ACTIONS(5842), - [anon_sym_consteval] = ACTIONS(5842), - [anon_sym_PROGMEM] = ACTIONS(5842), - [anon_sym_alignas] = ACTIONS(5842), - [anon_sym__Alignas] = ACTIONS(5842), - [aux_sym_primitive_type_token1] = ACTIONS(5842), - [anon_sym_byte] = ACTIONS(5842), - [anon_sym_word] = ACTIONS(5842), - [anon_sym_enum] = ACTIONS(5842), - [anon_sym_class] = ACTIONS(5842), - [anon_sym_struct] = ACTIONS(5842), - [anon_sym_union] = ACTIONS(5842), - [anon_sym_or] = ACTIONS(5850), - [anon_sym_and] = ACTIONS(5852), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5842), - [anon_sym_decltype] = ACTIONS(5842), - [anon_sym_explicit] = ACTIONS(5842), - [anon_sym_typename] = ACTIONS(5842), - [anon_sym_template] = ACTIONS(5842), - [anon_sym_operator] = ACTIONS(5842), - [anon_sym_friend] = ACTIONS(5842), - [anon_sym_using] = ACTIONS(5842), - [anon_sym_concept] = ACTIONS(5842), + [2105] = { + [sym_identifier] = ACTIONS(1924), + [anon_sym_LPAREN2] = ACTIONS(1922), + [anon_sym_TILDE] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_PIPE_PIPE] = ACTIONS(1922), + [anon_sym_AMP_AMP] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1924), + [anon_sym___extension__] = ACTIONS(1924), + [anon_sym_virtual] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym___attribute__] = ACTIONS(1924), + [anon_sym___attribute] = ACTIONS(1924), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1922), + [anon_sym___declspec] = ACTIONS(1924), + [anon_sym___based] = ACTIONS(1924), + [anon_sym___cdecl] = ACTIONS(1924), + [anon_sym___clrcall] = ACTIONS(1924), + [anon_sym___stdcall] = ACTIONS(1924), + [anon_sym___fastcall] = ACTIONS(1924), + [anon_sym___thiscall] = ACTIONS(1924), + [anon_sym___vectorcall] = ACTIONS(1924), + [anon_sym_signed] = ACTIONS(1924), + [anon_sym_unsigned] = ACTIONS(1924), + [anon_sym_long] = ACTIONS(1924), + [anon_sym_short] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_inline] = ACTIONS(1924), + [anon_sym___inline] = ACTIONS(1924), + [anon_sym___inline__] = ACTIONS(1924), + [anon_sym___forceinline] = ACTIONS(1924), + [anon_sym_thread_local] = ACTIONS(1924), + [anon_sym___thread] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_constexpr] = ACTIONS(1924), + [anon_sym_volatile] = ACTIONS(1924), + [anon_sym_restrict] = ACTIONS(1924), + [anon_sym___restrict__] = ACTIONS(1924), + [anon_sym__Atomic] = ACTIONS(1924), + [anon_sym__Noreturn] = ACTIONS(1924), + [anon_sym_noreturn] = ACTIONS(1924), + [anon_sym__Nonnull] = ACTIONS(1924), + [anon_sym_mutable] = ACTIONS(1924), + [anon_sym_constinit] = ACTIONS(1924), + [anon_sym_consteval] = ACTIONS(1924), + [anon_sym_PROGMEM] = ACTIONS(1924), + [anon_sym_alignas] = ACTIONS(1924), + [anon_sym__Alignas] = ACTIONS(1924), + [aux_sym_primitive_type_token1] = ACTIONS(1924), + [anon_sym_byte] = ACTIONS(1924), + [anon_sym_word] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_class] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_or] = ACTIONS(1924), + [anon_sym_and] = ACTIONS(1924), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(1924), + [anon_sym_decltype] = ACTIONS(1924), + [anon_sym_explicit] = ACTIONS(1924), + [anon_sym_typename] = ACTIONS(1924), + [anon_sym_template] = ACTIONS(1924), + [anon_sym_operator] = ACTIONS(1924), + [anon_sym_friend] = ACTIONS(1924), + [anon_sym_using] = ACTIONS(1924), + [anon_sym_concept] = ACTIONS(1924), }, - [2115] = { - [sym_ms_based_modifier] = STATE(7942), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(3809), - [sym__declarator] = STATE(6232), - [sym__abstract_declarator] = STATE(6558), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2647), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(3231), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5739), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2647), - [aux_sym_pointer_declarator_repeat1] = STATE(3809), - [sym_identifier] = ACTIONS(5693), - [anon_sym_COMMA] = ACTIONS(5695), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(5815), - [anon_sym_AMP_AMP] = ACTIONS(5817), - [anon_sym_AMP] = ACTIONS(5819), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym___attribute__] = ACTIONS(5703), - [anon_sym___attribute] = ACTIONS(5703), - [anon_sym_COLON_COLON] = ACTIONS(5705), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_GT2] = ACTIONS(5695), - [anon_sym_operator] = ACTIONS(1836), + [2106] = { + [sym_identifier] = ACTIONS(4872), + [anon_sym_LPAREN2] = ACTIONS(4874), + [anon_sym_TILDE] = ACTIONS(4874), + [anon_sym_STAR] = ACTIONS(4874), + [anon_sym_PIPE_PIPE] = ACTIONS(4874), + [anon_sym_AMP_AMP] = ACTIONS(4874), + [anon_sym_AMP] = ACTIONS(4872), + [anon_sym___extension__] = ACTIONS(4872), + [anon_sym_virtual] = ACTIONS(4872), + [anon_sym_extern] = ACTIONS(4872), + [anon_sym___attribute__] = ACTIONS(4872), + [anon_sym___attribute] = ACTIONS(4872), + [anon_sym_COLON_COLON] = ACTIONS(4874), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4874), + [anon_sym___declspec] = ACTIONS(4872), + [anon_sym___based] = ACTIONS(4872), + [anon_sym___cdecl] = ACTIONS(4872), + [anon_sym___clrcall] = ACTIONS(4872), + [anon_sym___stdcall] = ACTIONS(4872), + [anon_sym___fastcall] = ACTIONS(4872), + [anon_sym___thiscall] = ACTIONS(4872), + [anon_sym___vectorcall] = ACTIONS(4872), + [anon_sym_signed] = ACTIONS(4872), + [anon_sym_unsigned] = ACTIONS(4872), + [anon_sym_long] = ACTIONS(4872), + [anon_sym_short] = ACTIONS(4872), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_static] = ACTIONS(4872), + [anon_sym_register] = ACTIONS(4872), + [anon_sym_inline] = ACTIONS(4872), + [anon_sym___inline] = ACTIONS(4872), + [anon_sym___inline__] = ACTIONS(4872), + [anon_sym___forceinline] = ACTIONS(4872), + [anon_sym_thread_local] = ACTIONS(4872), + [anon_sym___thread] = ACTIONS(4872), + [anon_sym_const] = ACTIONS(4872), + [anon_sym_constexpr] = ACTIONS(4872), + [anon_sym_volatile] = ACTIONS(4872), + [anon_sym_restrict] = ACTIONS(4872), + [anon_sym___restrict__] = ACTIONS(4872), + [anon_sym__Atomic] = ACTIONS(4872), + [anon_sym__Noreturn] = ACTIONS(4872), + [anon_sym_noreturn] = ACTIONS(4872), + [anon_sym__Nonnull] = ACTIONS(4872), + [anon_sym_mutable] = ACTIONS(4872), + [anon_sym_constinit] = ACTIONS(4872), + [anon_sym_consteval] = ACTIONS(4872), + [anon_sym_PROGMEM] = ACTIONS(4872), + [anon_sym_alignas] = ACTIONS(4872), + [anon_sym__Alignas] = ACTIONS(4872), + [aux_sym_primitive_type_token1] = ACTIONS(4872), + [anon_sym_byte] = ACTIONS(4872), + [anon_sym_word] = ACTIONS(4872), + [anon_sym_enum] = ACTIONS(4872), + [anon_sym_class] = ACTIONS(4872), + [anon_sym_struct] = ACTIONS(4872), + [anon_sym_union] = ACTIONS(4872), + [anon_sym_or] = ACTIONS(4872), + [anon_sym_and] = ACTIONS(4872), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4872), + [anon_sym_decltype] = ACTIONS(4872), + [anon_sym_explicit] = ACTIONS(4872), + [anon_sym_typename] = ACTIONS(4872), + [anon_sym_template] = ACTIONS(4872), + [anon_sym_operator] = ACTIONS(4872), + [anon_sym_friend] = ACTIONS(4872), + [anon_sym_using] = ACTIONS(4872), + [anon_sym_concept] = ACTIONS(4872), }, - [2116] = { - [sym_identifier] = ACTIONS(1972), - [anon_sym_LPAREN2] = ACTIONS(1970), - [anon_sym_TILDE] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1970), - [anon_sym_PIPE_PIPE] = ACTIONS(1970), - [anon_sym_AMP_AMP] = ACTIONS(1970), - [anon_sym_AMP] = ACTIONS(1972), - [anon_sym___extension__] = ACTIONS(1972), - [anon_sym_virtual] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym___attribute__] = ACTIONS(1972), - [anon_sym___attribute] = ACTIONS(1972), - [anon_sym_COLON_COLON] = ACTIONS(1970), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1970), - [anon_sym___declspec] = ACTIONS(1972), - [anon_sym___based] = ACTIONS(1972), - [anon_sym___cdecl] = ACTIONS(1972), - [anon_sym___clrcall] = ACTIONS(1972), - [anon_sym___stdcall] = ACTIONS(1972), - [anon_sym___fastcall] = ACTIONS(1972), - [anon_sym___thiscall] = ACTIONS(1972), - [anon_sym___vectorcall] = ACTIONS(1972), - [anon_sym_signed] = ACTIONS(1972), - [anon_sym_unsigned] = ACTIONS(1972), - [anon_sym_long] = ACTIONS(1972), - [anon_sym_short] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_static] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_inline] = ACTIONS(1972), - [anon_sym___inline] = ACTIONS(1972), - [anon_sym___inline__] = ACTIONS(1972), - [anon_sym___forceinline] = ACTIONS(1972), - [anon_sym_thread_local] = ACTIONS(1972), - [anon_sym___thread] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [anon_sym_constexpr] = ACTIONS(1972), - [anon_sym_volatile] = ACTIONS(1972), - [anon_sym_restrict] = ACTIONS(1972), - [anon_sym___restrict__] = ACTIONS(1972), - [anon_sym__Atomic] = ACTIONS(1972), - [anon_sym__Noreturn] = ACTIONS(1972), - [anon_sym_noreturn] = ACTIONS(1972), - [anon_sym__Nonnull] = ACTIONS(1972), - [anon_sym_mutable] = ACTIONS(1972), - [anon_sym_constinit] = ACTIONS(1972), - [anon_sym_consteval] = ACTIONS(1972), - [anon_sym_PROGMEM] = ACTIONS(1972), - [anon_sym_alignas] = ACTIONS(1972), - [anon_sym__Alignas] = ACTIONS(1972), - [aux_sym_primitive_type_token1] = ACTIONS(1972), - [anon_sym_byte] = ACTIONS(1972), - [anon_sym_word] = ACTIONS(1972), - [anon_sym_enum] = ACTIONS(1972), - [anon_sym_class] = ACTIONS(1972), - [anon_sym_struct] = ACTIONS(1972), - [anon_sym_union] = ACTIONS(1972), - [anon_sym_or] = ACTIONS(1972), - [anon_sym_and] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(1972), - [anon_sym_decltype] = ACTIONS(1972), - [anon_sym_explicit] = ACTIONS(1972), - [anon_sym_typename] = ACTIONS(1972), - [anon_sym_template] = ACTIONS(1972), - [anon_sym_operator] = ACTIONS(1972), - [anon_sym_friend] = ACTIONS(1972), - [anon_sym_using] = ACTIONS(1972), - [anon_sym_concept] = ACTIONS(1972), + [2107] = { + [sym_identifier] = ACTIONS(4848), + [anon_sym_LPAREN2] = ACTIONS(4850), + [anon_sym_TILDE] = ACTIONS(4850), + [anon_sym_STAR] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_AMP] = ACTIONS(4848), + [anon_sym___extension__] = ACTIONS(4848), + [anon_sym_virtual] = ACTIONS(4848), + [anon_sym_extern] = ACTIONS(4848), + [anon_sym___attribute__] = ACTIONS(4848), + [anon_sym___attribute] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4850), + [anon_sym___declspec] = ACTIONS(4848), + [anon_sym___based] = ACTIONS(4848), + [anon_sym___cdecl] = ACTIONS(4848), + [anon_sym___clrcall] = ACTIONS(4848), + [anon_sym___stdcall] = ACTIONS(4848), + [anon_sym___fastcall] = ACTIONS(4848), + [anon_sym___thiscall] = ACTIONS(4848), + [anon_sym___vectorcall] = ACTIONS(4848), + [anon_sym_signed] = ACTIONS(4848), + [anon_sym_unsigned] = ACTIONS(4848), + [anon_sym_long] = ACTIONS(4848), + [anon_sym_short] = ACTIONS(4848), + [anon_sym_LBRACK] = ACTIONS(4848), + [anon_sym_static] = ACTIONS(4848), + [anon_sym_register] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym___inline] = ACTIONS(4848), + [anon_sym___inline__] = ACTIONS(4848), + [anon_sym___forceinline] = ACTIONS(4848), + [anon_sym_thread_local] = ACTIONS(4848), + [anon_sym___thread] = ACTIONS(4848), + [anon_sym_const] = ACTIONS(4848), + [anon_sym_constexpr] = ACTIONS(4848), + [anon_sym_volatile] = ACTIONS(4848), + [anon_sym_restrict] = ACTIONS(4848), + [anon_sym___restrict__] = ACTIONS(4848), + [anon_sym__Atomic] = ACTIONS(4848), + [anon_sym__Noreturn] = ACTIONS(4848), + [anon_sym_noreturn] = ACTIONS(4848), + [anon_sym__Nonnull] = ACTIONS(4848), + [anon_sym_mutable] = ACTIONS(4848), + [anon_sym_constinit] = ACTIONS(4848), + [anon_sym_consteval] = ACTIONS(4848), + [anon_sym_PROGMEM] = ACTIONS(4848), + [anon_sym_alignas] = ACTIONS(4848), + [anon_sym__Alignas] = ACTIONS(4848), + [aux_sym_primitive_type_token1] = ACTIONS(4848), + [anon_sym_byte] = ACTIONS(4848), + [anon_sym_word] = ACTIONS(4848), + [anon_sym_enum] = ACTIONS(4848), + [anon_sym_class] = ACTIONS(4848), + [anon_sym_struct] = ACTIONS(4848), + [anon_sym_union] = ACTIONS(4848), + [anon_sym_or] = ACTIONS(4848), + [anon_sym_and] = ACTIONS(4848), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4848), + [anon_sym_decltype] = ACTIONS(4848), + [anon_sym_explicit] = ACTIONS(4848), + [anon_sym_typename] = ACTIONS(4848), + [anon_sym_template] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_friend] = ACTIONS(4848), + [anon_sym_using] = ACTIONS(4848), + [anon_sym_concept] = ACTIONS(4848), }, - [2117] = { - [sym_identifier] = ACTIONS(4843), - [anon_sym_LPAREN2] = ACTIONS(4845), - [anon_sym_TILDE] = ACTIONS(4845), - [anon_sym_STAR] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_AMP] = ACTIONS(4843), - [anon_sym___extension__] = ACTIONS(4843), - [anon_sym_virtual] = ACTIONS(4843), - [anon_sym_extern] = ACTIONS(4843), - [anon_sym___attribute__] = ACTIONS(4843), - [anon_sym___attribute] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4845), - [anon_sym___declspec] = ACTIONS(4843), - [anon_sym___based] = ACTIONS(4843), - [anon_sym___cdecl] = ACTIONS(4843), - [anon_sym___clrcall] = ACTIONS(4843), - [anon_sym___stdcall] = ACTIONS(4843), - [anon_sym___fastcall] = ACTIONS(4843), - [anon_sym___thiscall] = ACTIONS(4843), - [anon_sym___vectorcall] = ACTIONS(4843), - [anon_sym_signed] = ACTIONS(4843), - [anon_sym_unsigned] = ACTIONS(4843), - [anon_sym_long] = ACTIONS(4843), - [anon_sym_short] = ACTIONS(4843), - [anon_sym_LBRACK] = ACTIONS(4843), - [anon_sym_static] = ACTIONS(4843), - [anon_sym_register] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym___inline] = ACTIONS(4843), - [anon_sym___inline__] = ACTIONS(4843), - [anon_sym___forceinline] = ACTIONS(4843), - [anon_sym_thread_local] = ACTIONS(4843), - [anon_sym___thread] = ACTIONS(4843), - [anon_sym_const] = ACTIONS(4843), - [anon_sym_constexpr] = ACTIONS(4843), - [anon_sym_volatile] = ACTIONS(4843), - [anon_sym_restrict] = ACTIONS(4843), - [anon_sym___restrict__] = ACTIONS(4843), - [anon_sym__Atomic] = ACTIONS(4843), - [anon_sym__Noreturn] = ACTIONS(4843), - [anon_sym_noreturn] = ACTIONS(4843), - [anon_sym__Nonnull] = ACTIONS(4843), - [anon_sym_mutable] = ACTIONS(4843), - [anon_sym_constinit] = ACTIONS(4843), - [anon_sym_consteval] = ACTIONS(4843), - [anon_sym_PROGMEM] = ACTIONS(4843), - [anon_sym_alignas] = ACTIONS(4843), - [anon_sym__Alignas] = ACTIONS(4843), - [aux_sym_primitive_type_token1] = ACTIONS(4843), - [anon_sym_byte] = ACTIONS(4843), - [anon_sym_word] = ACTIONS(4843), - [anon_sym_enum] = ACTIONS(4843), - [anon_sym_class] = ACTIONS(4843), - [anon_sym_struct] = ACTIONS(4843), - [anon_sym_union] = ACTIONS(4843), - [anon_sym_or] = ACTIONS(4843), - [anon_sym_and] = ACTIONS(4843), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4843), - [anon_sym_decltype] = ACTIONS(4843), - [anon_sym_explicit] = ACTIONS(4843), - [anon_sym_typename] = ACTIONS(4843), - [anon_sym_template] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_friend] = ACTIONS(4843), - [anon_sym_using] = ACTIONS(4843), - [anon_sym_concept] = ACTIONS(4843), + [2108] = { + [sym_identifier] = ACTIONS(4856), + [anon_sym_LPAREN2] = ACTIONS(4858), + [anon_sym_TILDE] = ACTIONS(4858), + [anon_sym_STAR] = ACTIONS(4858), + [anon_sym_PIPE_PIPE] = ACTIONS(4858), + [anon_sym_AMP_AMP] = ACTIONS(4858), + [anon_sym_AMP] = ACTIONS(4856), + [anon_sym___extension__] = ACTIONS(4856), + [anon_sym_virtual] = ACTIONS(4856), + [anon_sym_extern] = ACTIONS(4856), + [anon_sym___attribute__] = ACTIONS(4856), + [anon_sym___attribute] = ACTIONS(4856), + [anon_sym_COLON_COLON] = ACTIONS(4858), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4858), + [anon_sym___declspec] = ACTIONS(4856), + [anon_sym___based] = ACTIONS(4856), + [anon_sym___cdecl] = ACTIONS(4856), + [anon_sym___clrcall] = ACTIONS(4856), + [anon_sym___stdcall] = ACTIONS(4856), + [anon_sym___fastcall] = ACTIONS(4856), + [anon_sym___thiscall] = ACTIONS(4856), + [anon_sym___vectorcall] = ACTIONS(4856), + [anon_sym_signed] = ACTIONS(4856), + [anon_sym_unsigned] = ACTIONS(4856), + [anon_sym_long] = ACTIONS(4856), + [anon_sym_short] = ACTIONS(4856), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_static] = ACTIONS(4856), + [anon_sym_register] = ACTIONS(4856), + [anon_sym_inline] = ACTIONS(4856), + [anon_sym___inline] = ACTIONS(4856), + [anon_sym___inline__] = ACTIONS(4856), + [anon_sym___forceinline] = ACTIONS(4856), + [anon_sym_thread_local] = ACTIONS(4856), + [anon_sym___thread] = ACTIONS(4856), + [anon_sym_const] = ACTIONS(4856), + [anon_sym_constexpr] = ACTIONS(4856), + [anon_sym_volatile] = ACTIONS(4856), + [anon_sym_restrict] = ACTIONS(4856), + [anon_sym___restrict__] = ACTIONS(4856), + [anon_sym__Atomic] = ACTIONS(4856), + [anon_sym__Noreturn] = ACTIONS(4856), + [anon_sym_noreturn] = ACTIONS(4856), + [anon_sym__Nonnull] = ACTIONS(4856), + [anon_sym_mutable] = ACTIONS(4856), + [anon_sym_constinit] = ACTIONS(4856), + [anon_sym_consteval] = ACTIONS(4856), + [anon_sym_PROGMEM] = ACTIONS(4856), + [anon_sym_alignas] = ACTIONS(4856), + [anon_sym__Alignas] = ACTIONS(4856), + [aux_sym_primitive_type_token1] = ACTIONS(4856), + [anon_sym_byte] = ACTIONS(4856), + [anon_sym_word] = ACTIONS(4856), + [anon_sym_enum] = ACTIONS(4856), + [anon_sym_class] = ACTIONS(4856), + [anon_sym_struct] = ACTIONS(4856), + [anon_sym_union] = ACTIONS(4856), + [anon_sym_or] = ACTIONS(4856), + [anon_sym_and] = ACTIONS(4856), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4856), + [anon_sym_decltype] = ACTIONS(4856), + [anon_sym_explicit] = ACTIONS(4856), + [anon_sym_typename] = ACTIONS(4856), + [anon_sym_template] = ACTIONS(4856), + [anon_sym_operator] = ACTIONS(4856), + [anon_sym_friend] = ACTIONS(4856), + [anon_sym_using] = ACTIONS(4856), + [anon_sym_concept] = ACTIONS(4856), }, - [2118] = { - [sym_identifier] = ACTIONS(5406), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5408), - [anon_sym_COMMA] = ACTIONS(5408), - [anon_sym_RPAREN] = ACTIONS(5408), - [aux_sym_preproc_if_token2] = ACTIONS(5408), - [aux_sym_preproc_else_token1] = ACTIONS(5408), - [aux_sym_preproc_elif_token1] = ACTIONS(5406), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5408), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5408), - [anon_sym_LPAREN2] = ACTIONS(5408), - [anon_sym_DASH] = ACTIONS(5406), - [anon_sym_PLUS] = ACTIONS(5406), - [anon_sym_STAR] = ACTIONS(5406), - [anon_sym_SLASH] = ACTIONS(5406), - [anon_sym_PERCENT] = ACTIONS(5406), - [anon_sym_PIPE_PIPE] = ACTIONS(5408), - [anon_sym_AMP_AMP] = ACTIONS(5408), - [anon_sym_PIPE] = ACTIONS(5406), - [anon_sym_CARET] = ACTIONS(5406), - [anon_sym_AMP] = ACTIONS(5406), - [anon_sym_EQ_EQ] = ACTIONS(5408), - [anon_sym_BANG_EQ] = ACTIONS(5408), - [anon_sym_GT] = ACTIONS(5406), - [anon_sym_GT_EQ] = ACTIONS(5408), - [anon_sym_LT_EQ] = ACTIONS(5406), - [anon_sym_LT] = ACTIONS(5406), - [anon_sym_LT_LT] = ACTIONS(5406), - [anon_sym_GT_GT] = ACTIONS(5406), - [anon_sym_SEMI] = ACTIONS(5408), - [anon_sym___attribute__] = ACTIONS(5406), - [anon_sym___attribute] = ACTIONS(5406), - [anon_sym_COLON_COLON] = ACTIONS(5408), - [anon_sym_LBRACE] = ACTIONS(5408), - [anon_sym_RBRACE] = ACTIONS(5408), - [anon_sym_LBRACK] = ACTIONS(5408), - [anon_sym_RBRACK] = ACTIONS(5408), - [anon_sym_EQ] = ACTIONS(5406), - [anon_sym_COLON] = ACTIONS(5406), - [anon_sym_QMARK] = ACTIONS(5408), - [anon_sym_STAR_EQ] = ACTIONS(5408), - [anon_sym_SLASH_EQ] = ACTIONS(5408), - [anon_sym_PERCENT_EQ] = ACTIONS(5408), - [anon_sym_PLUS_EQ] = ACTIONS(5408), - [anon_sym_DASH_EQ] = ACTIONS(5408), - [anon_sym_LT_LT_EQ] = ACTIONS(5408), - [anon_sym_GT_GT_EQ] = ACTIONS(5408), - [anon_sym_AMP_EQ] = ACTIONS(5408), - [anon_sym_CARET_EQ] = ACTIONS(5408), - [anon_sym_PIPE_EQ] = ACTIONS(5408), - [anon_sym_and_eq] = ACTIONS(5406), - [anon_sym_or_eq] = ACTIONS(5406), - [anon_sym_xor_eq] = ACTIONS(5406), - [anon_sym_LT_EQ_GT] = ACTIONS(5408), - [anon_sym_or] = ACTIONS(5406), - [anon_sym_and] = ACTIONS(5406), - [anon_sym_bitor] = ACTIONS(5406), - [anon_sym_xor] = ACTIONS(5406), - [anon_sym_bitand] = ACTIONS(5406), - [anon_sym_not_eq] = ACTIONS(5406), - [anon_sym_DASH_DASH] = ACTIONS(5408), - [anon_sym_PLUS_PLUS] = ACTIONS(5408), - [anon_sym_DOT] = ACTIONS(5406), - [anon_sym_DOT_STAR] = ACTIONS(5408), - [anon_sym_DASH_GT] = ACTIONS(5408), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5406), - [anon_sym_decltype] = ACTIONS(5406), - [anon_sym_final] = ACTIONS(5406), - [anon_sym_override] = ACTIONS(5406), + [2109] = { + [sym_identifier] = ACTIONS(4860), + [anon_sym_LPAREN2] = ACTIONS(4862), + [anon_sym_TILDE] = ACTIONS(4862), + [anon_sym_STAR] = ACTIONS(4862), + [anon_sym_PIPE_PIPE] = ACTIONS(4862), + [anon_sym_AMP_AMP] = ACTIONS(4862), + [anon_sym_AMP] = ACTIONS(4860), + [anon_sym___extension__] = ACTIONS(4860), + [anon_sym_virtual] = ACTIONS(4860), + [anon_sym_extern] = ACTIONS(4860), + [anon_sym___attribute__] = ACTIONS(4860), + [anon_sym___attribute] = ACTIONS(4860), + [anon_sym_COLON_COLON] = ACTIONS(4862), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4862), + [anon_sym___declspec] = ACTIONS(4860), + [anon_sym___based] = ACTIONS(4860), + [anon_sym___cdecl] = ACTIONS(4860), + [anon_sym___clrcall] = ACTIONS(4860), + [anon_sym___stdcall] = ACTIONS(4860), + [anon_sym___fastcall] = ACTIONS(4860), + [anon_sym___thiscall] = ACTIONS(4860), + [anon_sym___vectorcall] = ACTIONS(4860), + [anon_sym_signed] = ACTIONS(4860), + [anon_sym_unsigned] = ACTIONS(4860), + [anon_sym_long] = ACTIONS(4860), + [anon_sym_short] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_static] = ACTIONS(4860), + [anon_sym_register] = ACTIONS(4860), + [anon_sym_inline] = ACTIONS(4860), + [anon_sym___inline] = ACTIONS(4860), + [anon_sym___inline__] = ACTIONS(4860), + [anon_sym___forceinline] = ACTIONS(4860), + [anon_sym_thread_local] = ACTIONS(4860), + [anon_sym___thread] = ACTIONS(4860), + [anon_sym_const] = ACTIONS(4860), + [anon_sym_constexpr] = ACTIONS(4860), + [anon_sym_volatile] = ACTIONS(4860), + [anon_sym_restrict] = ACTIONS(4860), + [anon_sym___restrict__] = ACTIONS(4860), + [anon_sym__Atomic] = ACTIONS(4860), + [anon_sym__Noreturn] = ACTIONS(4860), + [anon_sym_noreturn] = ACTIONS(4860), + [anon_sym__Nonnull] = ACTIONS(4860), + [anon_sym_mutable] = ACTIONS(4860), + [anon_sym_constinit] = ACTIONS(4860), + [anon_sym_consteval] = ACTIONS(4860), + [anon_sym_PROGMEM] = ACTIONS(4860), + [anon_sym_alignas] = ACTIONS(4860), + [anon_sym__Alignas] = ACTIONS(4860), + [aux_sym_primitive_type_token1] = ACTIONS(4860), + [anon_sym_byte] = ACTIONS(4860), + [anon_sym_word] = ACTIONS(4860), + [anon_sym_enum] = ACTIONS(4860), + [anon_sym_class] = ACTIONS(4860), + [anon_sym_struct] = ACTIONS(4860), + [anon_sym_union] = ACTIONS(4860), + [anon_sym_or] = ACTIONS(4860), + [anon_sym_and] = ACTIONS(4860), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4860), + [anon_sym_decltype] = ACTIONS(4860), + [anon_sym_explicit] = ACTIONS(4860), + [anon_sym_typename] = ACTIONS(4860), + [anon_sym_template] = ACTIONS(4860), + [anon_sym_operator] = ACTIONS(4860), + [anon_sym_friend] = ACTIONS(4860), + [anon_sym_using] = ACTIONS(4860), + [anon_sym_concept] = ACTIONS(4860), }, - [2119] = { - [sym_attribute_specifier] = STATE(1788), - [sym_field_declaration_list] = STATE(2274), - [sym_virtual_specifier] = STATE(6862), - [sym_base_class_clause] = STATE(7533), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5652), - [anon_sym_COMMA] = ACTIONS(5652), - [anon_sym_RPAREN] = ACTIONS(5652), - [anon_sym_LPAREN2] = ACTIONS(5652), - [anon_sym_DASH] = ACTIONS(5650), - [anon_sym_PLUS] = ACTIONS(5650), - [anon_sym_STAR] = ACTIONS(5652), - [anon_sym_SLASH] = ACTIONS(5650), - [anon_sym_PERCENT] = ACTIONS(5652), - [anon_sym_PIPE_PIPE] = ACTIONS(5652), - [anon_sym_AMP_AMP] = ACTIONS(5652), - [anon_sym_PIPE] = ACTIONS(5650), - [anon_sym_CARET] = ACTIONS(5652), - [anon_sym_AMP] = ACTIONS(5650), - [anon_sym_EQ_EQ] = ACTIONS(5652), - [anon_sym_BANG_EQ] = ACTIONS(5652), - [anon_sym_GT] = ACTIONS(5650), - [anon_sym_GT_EQ] = ACTIONS(5652), - [anon_sym_LT_EQ] = ACTIONS(5650), - [anon_sym_LT] = ACTIONS(5650), - [anon_sym_LT_LT] = ACTIONS(5652), - [anon_sym_GT_GT] = ACTIONS(5652), - [anon_sym_SEMI] = ACTIONS(5652), - [anon_sym___extension__] = ACTIONS(5652), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5858), - [anon_sym_RBRACE] = ACTIONS(5652), - [anon_sym_LBRACK] = ACTIONS(5652), - [anon_sym_RBRACK] = ACTIONS(5652), - [anon_sym_const] = ACTIONS(5650), - [anon_sym_constexpr] = ACTIONS(5652), - [anon_sym_volatile] = ACTIONS(5652), - [anon_sym_restrict] = ACTIONS(5652), - [anon_sym___restrict__] = ACTIONS(5652), - [anon_sym__Atomic] = ACTIONS(5652), - [anon_sym__Noreturn] = ACTIONS(5652), - [anon_sym_noreturn] = ACTIONS(5652), - [anon_sym__Nonnull] = ACTIONS(5652), - [anon_sym_mutable] = ACTIONS(5652), - [anon_sym_constinit] = ACTIONS(5652), - [anon_sym_consteval] = ACTIONS(5652), - [anon_sym_PROGMEM] = ACTIONS(5652), - [anon_sym_alignas] = ACTIONS(5652), - [anon_sym__Alignas] = ACTIONS(5652), - [anon_sym_COLON] = ACTIONS(5658), - [anon_sym_QMARK] = ACTIONS(5652), - [anon_sym_LT_EQ_GT] = ACTIONS(5652), - [anon_sym_or] = ACTIONS(5652), - [anon_sym_and] = ACTIONS(5652), - [anon_sym_bitor] = ACTIONS(5652), - [anon_sym_xor] = ACTIONS(5652), - [anon_sym_bitand] = ACTIONS(5652), - [anon_sym_not_eq] = ACTIONS(5652), - [anon_sym_DASH_DASH] = ACTIONS(5652), - [anon_sym_PLUS_PLUS] = ACTIONS(5652), - [anon_sym_DOT] = ACTIONS(5650), - [anon_sym_DOT_STAR] = ACTIONS(5652), - [anon_sym_DASH_GT] = ACTIONS(5652), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5652), - [anon_sym_decltype] = ACTIONS(5652), - [anon_sym_final] = ACTIONS(5860), - [anon_sym_override] = ACTIONS(5860), - [anon_sym_requires] = ACTIONS(5652), + [2110] = { + [sym_identifier] = ACTIONS(4864), + [anon_sym_LPAREN2] = ACTIONS(4866), + [anon_sym_TILDE] = ACTIONS(4866), + [anon_sym_STAR] = ACTIONS(4866), + [anon_sym_PIPE_PIPE] = ACTIONS(4866), + [anon_sym_AMP_AMP] = ACTIONS(4866), + [anon_sym_AMP] = ACTIONS(4864), + [anon_sym___extension__] = ACTIONS(4864), + [anon_sym_virtual] = ACTIONS(4864), + [anon_sym_extern] = ACTIONS(4864), + [anon_sym___attribute__] = ACTIONS(4864), + [anon_sym___attribute] = ACTIONS(4864), + [anon_sym_COLON_COLON] = ACTIONS(4866), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4866), + [anon_sym___declspec] = ACTIONS(4864), + [anon_sym___based] = ACTIONS(4864), + [anon_sym___cdecl] = ACTIONS(4864), + [anon_sym___clrcall] = ACTIONS(4864), + [anon_sym___stdcall] = ACTIONS(4864), + [anon_sym___fastcall] = ACTIONS(4864), + [anon_sym___thiscall] = ACTIONS(4864), + [anon_sym___vectorcall] = ACTIONS(4864), + [anon_sym_signed] = ACTIONS(4864), + [anon_sym_unsigned] = ACTIONS(4864), + [anon_sym_long] = ACTIONS(4864), + [anon_sym_short] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_static] = ACTIONS(4864), + [anon_sym_register] = ACTIONS(4864), + [anon_sym_inline] = ACTIONS(4864), + [anon_sym___inline] = ACTIONS(4864), + [anon_sym___inline__] = ACTIONS(4864), + [anon_sym___forceinline] = ACTIONS(4864), + [anon_sym_thread_local] = ACTIONS(4864), + [anon_sym___thread] = ACTIONS(4864), + [anon_sym_const] = ACTIONS(4864), + [anon_sym_constexpr] = ACTIONS(4864), + [anon_sym_volatile] = ACTIONS(4864), + [anon_sym_restrict] = ACTIONS(4864), + [anon_sym___restrict__] = ACTIONS(4864), + [anon_sym__Atomic] = ACTIONS(4864), + [anon_sym__Noreturn] = ACTIONS(4864), + [anon_sym_noreturn] = ACTIONS(4864), + [anon_sym__Nonnull] = ACTIONS(4864), + [anon_sym_mutable] = ACTIONS(4864), + [anon_sym_constinit] = ACTIONS(4864), + [anon_sym_consteval] = ACTIONS(4864), + [anon_sym_PROGMEM] = ACTIONS(4864), + [anon_sym_alignas] = ACTIONS(4864), + [anon_sym__Alignas] = ACTIONS(4864), + [aux_sym_primitive_type_token1] = ACTIONS(4864), + [anon_sym_byte] = ACTIONS(4864), + [anon_sym_word] = ACTIONS(4864), + [anon_sym_enum] = ACTIONS(4864), + [anon_sym_class] = ACTIONS(4864), + [anon_sym_struct] = ACTIONS(4864), + [anon_sym_union] = ACTIONS(4864), + [anon_sym_or] = ACTIONS(4864), + [anon_sym_and] = ACTIONS(4864), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4864), + [anon_sym_decltype] = ACTIONS(4864), + [anon_sym_explicit] = ACTIONS(4864), + [anon_sym_typename] = ACTIONS(4864), + [anon_sym_template] = ACTIONS(4864), + [anon_sym_operator] = ACTIONS(4864), + [anon_sym_friend] = ACTIONS(4864), + [anon_sym_using] = ACTIONS(4864), + [anon_sym_concept] = ACTIONS(4864), }, - [2120] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [aux_sym_preproc_if_token2] = ACTIONS(5291), - [aux_sym_preproc_else_token1] = ACTIONS(5291), - [aux_sym_preproc_elif_token1] = ACTIONS(5289), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5291), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_STAR] = ACTIONS(5289), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5289), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5289), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5289), - [anon_sym_GT_GT] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), - [anon_sym_EQ] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_STAR_EQ] = ACTIONS(5291), - [anon_sym_SLASH_EQ] = ACTIONS(5291), - [anon_sym_PERCENT_EQ] = ACTIONS(5291), - [anon_sym_PLUS_EQ] = ACTIONS(5291), - [anon_sym_DASH_EQ] = ACTIONS(5291), - [anon_sym_LT_LT_EQ] = ACTIONS(5291), - [anon_sym_GT_GT_EQ] = ACTIONS(5291), - [anon_sym_AMP_EQ] = ACTIONS(5291), - [anon_sym_CARET_EQ] = ACTIONS(5291), - [anon_sym_PIPE_EQ] = ACTIONS(5291), - [anon_sym_and_eq] = ACTIONS(5289), - [anon_sym_or_eq] = ACTIONS(5289), - [anon_sym_xor_eq] = ACTIONS(5289), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), + [2111] = { + [sym_identifier] = ACTIONS(4868), + [anon_sym_LPAREN2] = ACTIONS(4870), + [anon_sym_TILDE] = ACTIONS(4870), + [anon_sym_STAR] = ACTIONS(4870), + [anon_sym_PIPE_PIPE] = ACTIONS(4870), + [anon_sym_AMP_AMP] = ACTIONS(4870), + [anon_sym_AMP] = ACTIONS(4868), + [anon_sym___extension__] = ACTIONS(4868), + [anon_sym_virtual] = ACTIONS(4868), + [anon_sym_extern] = ACTIONS(4868), + [anon_sym___attribute__] = ACTIONS(4868), + [anon_sym___attribute] = ACTIONS(4868), + [anon_sym_COLON_COLON] = ACTIONS(4870), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4870), + [anon_sym___declspec] = ACTIONS(4868), + [anon_sym___based] = ACTIONS(4868), + [anon_sym___cdecl] = ACTIONS(4868), + [anon_sym___clrcall] = ACTIONS(4868), + [anon_sym___stdcall] = ACTIONS(4868), + [anon_sym___fastcall] = ACTIONS(4868), + [anon_sym___thiscall] = ACTIONS(4868), + [anon_sym___vectorcall] = ACTIONS(4868), + [anon_sym_signed] = ACTIONS(4868), + [anon_sym_unsigned] = ACTIONS(4868), + [anon_sym_long] = ACTIONS(4868), + [anon_sym_short] = ACTIONS(4868), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_static] = ACTIONS(4868), + [anon_sym_register] = ACTIONS(4868), + [anon_sym_inline] = ACTIONS(4868), + [anon_sym___inline] = ACTIONS(4868), + [anon_sym___inline__] = ACTIONS(4868), + [anon_sym___forceinline] = ACTIONS(4868), + [anon_sym_thread_local] = ACTIONS(4868), + [anon_sym___thread] = ACTIONS(4868), + [anon_sym_const] = ACTIONS(4868), + [anon_sym_constexpr] = ACTIONS(4868), + [anon_sym_volatile] = ACTIONS(4868), + [anon_sym_restrict] = ACTIONS(4868), + [anon_sym___restrict__] = ACTIONS(4868), + [anon_sym__Atomic] = ACTIONS(4868), + [anon_sym__Noreturn] = ACTIONS(4868), + [anon_sym_noreturn] = ACTIONS(4868), + [anon_sym__Nonnull] = ACTIONS(4868), + [anon_sym_mutable] = ACTIONS(4868), + [anon_sym_constinit] = ACTIONS(4868), + [anon_sym_consteval] = ACTIONS(4868), + [anon_sym_PROGMEM] = ACTIONS(4868), + [anon_sym_alignas] = ACTIONS(4868), + [anon_sym__Alignas] = ACTIONS(4868), + [aux_sym_primitive_type_token1] = ACTIONS(4868), + [anon_sym_byte] = ACTIONS(4868), + [anon_sym_word] = ACTIONS(4868), + [anon_sym_enum] = ACTIONS(4868), + [anon_sym_class] = ACTIONS(4868), + [anon_sym_struct] = ACTIONS(4868), + [anon_sym_union] = ACTIONS(4868), + [anon_sym_or] = ACTIONS(4868), + [anon_sym_and] = ACTIONS(4868), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), + [sym_auto] = ACTIONS(4868), + [anon_sym_decltype] = ACTIONS(4868), + [anon_sym_explicit] = ACTIONS(4868), + [anon_sym_typename] = ACTIONS(4868), + [anon_sym_template] = ACTIONS(4868), + [anon_sym_operator] = ACTIONS(4868), + [anon_sym_friend] = ACTIONS(4868), + [anon_sym_using] = ACTIONS(4868), + [anon_sym_concept] = ACTIONS(4868), }, - [2121] = { - [sym_identifier] = ACTIONS(5862), - [anon_sym_LPAREN2] = ACTIONS(5864), - [anon_sym_TILDE] = ACTIONS(5864), - [anon_sym_STAR] = ACTIONS(5864), - [anon_sym_PIPE_PIPE] = ACTIONS(5864), - [anon_sym_AMP_AMP] = ACTIONS(5848), - [anon_sym_AMP] = ACTIONS(5862), - [anon_sym___extension__] = ACTIONS(5862), - [anon_sym_virtual] = ACTIONS(5862), - [anon_sym_extern] = ACTIONS(5862), - [anon_sym___attribute__] = ACTIONS(5862), - [anon_sym___attribute] = ACTIONS(5862), - [anon_sym_COLON_COLON] = ACTIONS(5864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5864), - [anon_sym___declspec] = ACTIONS(5862), - [anon_sym___based] = ACTIONS(5862), - [anon_sym___cdecl] = ACTIONS(5862), - [anon_sym___clrcall] = ACTIONS(5862), - [anon_sym___stdcall] = ACTIONS(5862), - [anon_sym___fastcall] = ACTIONS(5862), - [anon_sym___thiscall] = ACTIONS(5862), - [anon_sym___vectorcall] = ACTIONS(5862), - [anon_sym_signed] = ACTIONS(5862), - [anon_sym_unsigned] = ACTIONS(5862), - [anon_sym_long] = ACTIONS(5862), - [anon_sym_short] = ACTIONS(5862), - [anon_sym_LBRACK] = ACTIONS(5862), - [anon_sym_static] = ACTIONS(5862), - [anon_sym_register] = ACTIONS(5862), - [anon_sym_inline] = ACTIONS(5862), - [anon_sym___inline] = ACTIONS(5862), - [anon_sym___inline__] = ACTIONS(5862), - [anon_sym___forceinline] = ACTIONS(5862), - [anon_sym_thread_local] = ACTIONS(5862), - [anon_sym___thread] = ACTIONS(5862), - [anon_sym_const] = ACTIONS(5862), - [anon_sym_constexpr] = ACTIONS(5862), - [anon_sym_volatile] = ACTIONS(5862), - [anon_sym_restrict] = ACTIONS(5862), - [anon_sym___restrict__] = ACTIONS(5862), - [anon_sym__Atomic] = ACTIONS(5862), - [anon_sym__Noreturn] = ACTIONS(5862), - [anon_sym_noreturn] = ACTIONS(5862), - [anon_sym__Nonnull] = ACTIONS(5862), - [anon_sym_mutable] = ACTIONS(5862), - [anon_sym_constinit] = ACTIONS(5862), - [anon_sym_consteval] = ACTIONS(5862), - [anon_sym_PROGMEM] = ACTIONS(5862), - [anon_sym_alignas] = ACTIONS(5862), - [anon_sym__Alignas] = ACTIONS(5862), - [aux_sym_primitive_type_token1] = ACTIONS(5862), - [anon_sym_byte] = ACTIONS(5862), - [anon_sym_word] = ACTIONS(5862), - [anon_sym_enum] = ACTIONS(5862), - [anon_sym_class] = ACTIONS(5862), - [anon_sym_struct] = ACTIONS(5862), - [anon_sym_union] = ACTIONS(5862), - [anon_sym_or] = ACTIONS(5862), - [anon_sym_and] = ACTIONS(5852), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5862), - [anon_sym_decltype] = ACTIONS(5862), - [anon_sym_explicit] = ACTIONS(5862), - [anon_sym_typename] = ACTIONS(5862), - [anon_sym_template] = ACTIONS(5862), - [anon_sym_operator] = ACTIONS(5862), - [anon_sym_friend] = ACTIONS(5862), - [anon_sym_using] = ACTIONS(5862), - [anon_sym_concept] = ACTIONS(5862), + [2112] = { + [sym_identifier] = ACTIONS(5480), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), + [anon_sym_COMMA] = ACTIONS(5482), + [anon_sym_RPAREN] = ACTIONS(5482), + [anon_sym_LPAREN2] = ACTIONS(5482), + [anon_sym_TILDE] = ACTIONS(5482), + [anon_sym_STAR] = ACTIONS(5482), + [anon_sym_AMP_AMP] = ACTIONS(5482), + [anon_sym_AMP] = ACTIONS(5480), + [anon_sym_SEMI] = ACTIONS(5482), + [anon_sym___extension__] = ACTIONS(5480), + [anon_sym_virtual] = ACTIONS(5480), + [anon_sym_extern] = ACTIONS(5480), + [anon_sym___attribute__] = ACTIONS(5480), + [anon_sym___attribute] = ACTIONS(5480), + [anon_sym_COLON_COLON] = ACTIONS(5482), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5482), + [anon_sym___declspec] = ACTIONS(5480), + [anon_sym___based] = ACTIONS(5480), + [anon_sym___cdecl] = ACTIONS(5480), + [anon_sym___clrcall] = ACTIONS(5480), + [anon_sym___stdcall] = ACTIONS(5480), + [anon_sym___fastcall] = ACTIONS(5480), + [anon_sym___thiscall] = ACTIONS(5480), + [anon_sym___vectorcall] = ACTIONS(5480), + [anon_sym_LBRACE] = ACTIONS(5482), + [anon_sym_signed] = ACTIONS(5480), + [anon_sym_unsigned] = ACTIONS(5480), + [anon_sym_long] = ACTIONS(5480), + [anon_sym_short] = ACTIONS(5480), + [anon_sym_LBRACK] = ACTIONS(5480), + [anon_sym_static] = ACTIONS(5480), + [anon_sym_RBRACK] = ACTIONS(5482), + [anon_sym_EQ] = ACTIONS(5482), + [anon_sym_register] = ACTIONS(5480), + [anon_sym_inline] = ACTIONS(5480), + [anon_sym___inline] = ACTIONS(5480), + [anon_sym___inline__] = ACTIONS(5480), + [anon_sym___forceinline] = ACTIONS(5480), + [anon_sym_thread_local] = ACTIONS(5480), + [anon_sym___thread] = ACTIONS(5480), + [anon_sym_const] = ACTIONS(5480), + [anon_sym_constexpr] = ACTIONS(5480), + [anon_sym_volatile] = ACTIONS(5480), + [anon_sym_restrict] = ACTIONS(5480), + [anon_sym___restrict__] = ACTIONS(5480), + [anon_sym__Atomic] = ACTIONS(5480), + [anon_sym__Noreturn] = ACTIONS(5480), + [anon_sym_noreturn] = ACTIONS(5480), + [anon_sym__Nonnull] = ACTIONS(5480), + [anon_sym_mutable] = ACTIONS(5480), + [anon_sym_constinit] = ACTIONS(5480), + [anon_sym_consteval] = ACTIONS(5480), + [anon_sym_PROGMEM] = ACTIONS(5480), + [anon_sym_alignas] = ACTIONS(5480), + [anon_sym__Alignas] = ACTIONS(5480), + [anon_sym_asm] = ACTIONS(5480), + [anon_sym___asm__] = ACTIONS(5480), + [anon_sym___asm] = ACTIONS(5480), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5480), + [anon_sym_decltype] = ACTIONS(5480), + [anon_sym_final] = ACTIONS(5480), + [anon_sym_override] = ACTIONS(5480), + [anon_sym_template] = ACTIONS(5480), + [anon_sym_GT2] = ACTIONS(5482), + [anon_sym_operator] = ACTIONS(5480), + [anon_sym_try] = ACTIONS(5480), + [anon_sym_requires] = ACTIONS(5480), }, - [2122] = { + [2113] = { + [sym_identifier] = ACTIONS(5307), + [anon_sym_LPAREN2] = ACTIONS(5309), + [anon_sym_TILDE] = ACTIONS(5309), + [anon_sym_STAR] = ACTIONS(5309), + [anon_sym_PIPE_PIPE] = ACTIONS(5309), + [anon_sym_AMP_AMP] = ACTIONS(5309), + [anon_sym_AMP] = ACTIONS(5307), + [anon_sym___extension__] = ACTIONS(5307), + [anon_sym_virtual] = ACTIONS(5307), + [anon_sym_extern] = ACTIONS(5307), + [anon_sym___attribute__] = ACTIONS(5307), + [anon_sym___attribute] = ACTIONS(5307), + [anon_sym_COLON_COLON] = ACTIONS(5309), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5309), + [anon_sym___declspec] = ACTIONS(5307), + [anon_sym___based] = ACTIONS(5307), + [anon_sym___cdecl] = ACTIONS(5307), + [anon_sym___clrcall] = ACTIONS(5307), + [anon_sym___stdcall] = ACTIONS(5307), + [anon_sym___fastcall] = ACTIONS(5307), + [anon_sym___thiscall] = ACTIONS(5307), + [anon_sym___vectorcall] = ACTIONS(5307), + [anon_sym_signed] = ACTIONS(5307), + [anon_sym_unsigned] = ACTIONS(5307), + [anon_sym_long] = ACTIONS(5307), + [anon_sym_short] = ACTIONS(5307), + [anon_sym_LBRACK] = ACTIONS(5307), + [anon_sym_static] = ACTIONS(5307), + [anon_sym_register] = ACTIONS(5307), + [anon_sym_inline] = ACTIONS(5307), + [anon_sym___inline] = ACTIONS(5307), + [anon_sym___inline__] = ACTIONS(5307), + [anon_sym___forceinline] = ACTIONS(5307), + [anon_sym_thread_local] = ACTIONS(5307), + [anon_sym___thread] = ACTIONS(5307), + [anon_sym_const] = ACTIONS(5307), + [anon_sym_constexpr] = ACTIONS(5307), + [anon_sym_volatile] = ACTIONS(5307), + [anon_sym_restrict] = ACTIONS(5307), + [anon_sym___restrict__] = ACTIONS(5307), + [anon_sym__Atomic] = ACTIONS(5307), + [anon_sym__Noreturn] = ACTIONS(5307), + [anon_sym_noreturn] = ACTIONS(5307), + [anon_sym__Nonnull] = ACTIONS(5307), + [anon_sym_mutable] = ACTIONS(5307), + [anon_sym_constinit] = ACTIONS(5307), + [anon_sym_consteval] = ACTIONS(5307), + [anon_sym_PROGMEM] = ACTIONS(5307), + [anon_sym_alignas] = ACTIONS(5307), + [anon_sym__Alignas] = ACTIONS(5307), + [aux_sym_primitive_type_token1] = ACTIONS(5307), + [anon_sym_byte] = ACTIONS(5307), + [anon_sym_word] = ACTIONS(5307), + [anon_sym_enum] = ACTIONS(5307), + [anon_sym_class] = ACTIONS(5307), + [anon_sym_struct] = ACTIONS(5307), + [anon_sym_union] = ACTIONS(5307), + [anon_sym_or] = ACTIONS(5307), + [anon_sym_and] = ACTIONS(5307), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5307), + [anon_sym_decltype] = ACTIONS(5307), + [anon_sym_explicit] = ACTIONS(5307), + [anon_sym_typename] = ACTIONS(5307), + [anon_sym_template] = ACTIONS(5307), + [anon_sym_operator] = ACTIONS(5307), + [anon_sym_friend] = ACTIONS(5307), + [anon_sym_using] = ACTIONS(5307), + [anon_sym_concept] = ACTIONS(5307), + }, + [2114] = { [sym_identifier] = ACTIONS(3823), [anon_sym_DOT_DOT_DOT] = ACTIONS(3825), [anon_sym_COMMA] = ACTIONS(3825), @@ -282099,52 +281531,549 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3823), [anon_sym_requires] = ACTIONS(3823), }, - [2123] = { - [sym_type_qualifier] = STATE(1596), - [sym_alignas_qualifier] = STATE(1624), - [sym_primitive_type] = STATE(2558), - [aux_sym__type_definition_type_repeat1] = STATE(1596), - [aux_sym_sized_type_specifier_repeat1] = STATE(2559), + [2115] = { + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2127), + [sym__declarator] = STATE(6275), + [sym__abstract_declarator] = STATE(6571), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2623), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(3108), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2623), + [aux_sym_pointer_declarator_repeat1] = STATE(2127), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5709), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5827), + [anon_sym_AMP_AMP] = ACTIONS(5829), + [anon_sym_AMP] = ACTIONS(5831), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5717), + [anon_sym___attribute] = ACTIONS(5717), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(5709), + [anon_sym_operator] = ACTIONS(1836), + }, + [2116] = { + [sym_identifier] = ACTIONS(5833), + [anon_sym_LPAREN2] = ACTIONS(5835), + [anon_sym_TILDE] = ACTIONS(5835), + [anon_sym_STAR] = ACTIONS(5835), + [anon_sym_PIPE_PIPE] = ACTIONS(5835), + [anon_sym_AMP_AMP] = ACTIONS(5837), + [anon_sym_AMP] = ACTIONS(5833), + [anon_sym___extension__] = ACTIONS(5833), + [anon_sym_virtual] = ACTIONS(5833), + [anon_sym_extern] = ACTIONS(5833), + [anon_sym___attribute__] = ACTIONS(5833), + [anon_sym___attribute] = ACTIONS(5833), + [anon_sym_COLON_COLON] = ACTIONS(5835), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5835), + [anon_sym___declspec] = ACTIONS(5833), + [anon_sym___based] = ACTIONS(5833), + [anon_sym___cdecl] = ACTIONS(5833), + [anon_sym___clrcall] = ACTIONS(5833), + [anon_sym___stdcall] = ACTIONS(5833), + [anon_sym___fastcall] = ACTIONS(5833), + [anon_sym___thiscall] = ACTIONS(5833), + [anon_sym___vectorcall] = ACTIONS(5833), + [anon_sym_signed] = ACTIONS(5833), + [anon_sym_unsigned] = ACTIONS(5833), + [anon_sym_long] = ACTIONS(5833), + [anon_sym_short] = ACTIONS(5833), + [anon_sym_LBRACK] = ACTIONS(5833), + [anon_sym_static] = ACTIONS(5833), + [anon_sym_register] = ACTIONS(5833), + [anon_sym_inline] = ACTIONS(5833), + [anon_sym___inline] = ACTIONS(5833), + [anon_sym___inline__] = ACTIONS(5833), + [anon_sym___forceinline] = ACTIONS(5833), + [anon_sym_thread_local] = ACTIONS(5833), + [anon_sym___thread] = ACTIONS(5833), + [anon_sym_const] = ACTIONS(5833), + [anon_sym_constexpr] = ACTIONS(5833), + [anon_sym_volatile] = ACTIONS(5833), + [anon_sym_restrict] = ACTIONS(5833), + [anon_sym___restrict__] = ACTIONS(5833), + [anon_sym__Atomic] = ACTIONS(5833), + [anon_sym__Noreturn] = ACTIONS(5833), + [anon_sym_noreturn] = ACTIONS(5833), + [anon_sym__Nonnull] = ACTIONS(5833), + [anon_sym_mutable] = ACTIONS(5833), + [anon_sym_constinit] = ACTIONS(5833), + [anon_sym_consteval] = ACTIONS(5833), + [anon_sym_PROGMEM] = ACTIONS(5833), + [anon_sym_alignas] = ACTIONS(5833), + [anon_sym__Alignas] = ACTIONS(5833), + [aux_sym_primitive_type_token1] = ACTIONS(5833), + [anon_sym_byte] = ACTIONS(5833), + [anon_sym_word] = ACTIONS(5833), + [anon_sym_enum] = ACTIONS(5833), + [anon_sym_class] = ACTIONS(5833), + [anon_sym_struct] = ACTIONS(5833), + [anon_sym_union] = ACTIONS(5833), + [anon_sym_or] = ACTIONS(5833), + [anon_sym_and] = ACTIONS(5839), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5833), + [anon_sym_decltype] = ACTIONS(5833), + [anon_sym_explicit] = ACTIONS(5833), + [anon_sym_typename] = ACTIONS(5833), + [anon_sym_template] = ACTIONS(5833), + [anon_sym_operator] = ACTIONS(5833), + [anon_sym_friend] = ACTIONS(5833), + [anon_sym_using] = ACTIONS(5833), + [anon_sym_concept] = ACTIONS(5833), + }, + [2117] = { + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2118), + [sym__declarator] = STATE(6275), + [sym__abstract_declarator] = STATE(6598), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2656), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(3092), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2656), + [aux_sym_pointer_declarator_repeat1] = STATE(2118), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5709), + [anon_sym_RPAREN] = ACTIONS(5709), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5841), + [anon_sym_AMP_AMP] = ACTIONS(5843), + [anon_sym_AMP] = ACTIONS(5845), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5717), + [anon_sym___attribute] = ACTIONS(5717), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), + }, + [2118] = { + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(3787), + [sym__declarator] = STATE(6283), + [sym__abstract_declarator] = STATE(6603), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2664), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(3092), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2664), + [aux_sym_pointer_declarator_repeat1] = STATE(3787), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5723), + [anon_sym_RPAREN] = ACTIONS(5723), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5841), + [anon_sym_AMP_AMP] = ACTIONS(5843), + [anon_sym_AMP] = ACTIONS(5845), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5725), + [anon_sym___attribute] = ACTIONS(5725), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), + }, + [2119] = { + [sym_identifier] = ACTIONS(5283), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5285), + [anon_sym_COMMA] = ACTIONS(5285), + [anon_sym_RPAREN] = ACTIONS(5285), + [aux_sym_preproc_if_token2] = ACTIONS(5285), + [aux_sym_preproc_else_token1] = ACTIONS(5285), + [aux_sym_preproc_elif_token1] = ACTIONS(5283), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5285), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5285), + [anon_sym_LPAREN2] = ACTIONS(5285), + [anon_sym_DASH] = ACTIONS(5283), + [anon_sym_PLUS] = ACTIONS(5283), + [anon_sym_STAR] = ACTIONS(5283), + [anon_sym_SLASH] = ACTIONS(5283), + [anon_sym_PERCENT] = ACTIONS(5283), + [anon_sym_PIPE_PIPE] = ACTIONS(5285), + [anon_sym_AMP_AMP] = ACTIONS(5285), + [anon_sym_PIPE] = ACTIONS(5283), + [anon_sym_CARET] = ACTIONS(5283), + [anon_sym_AMP] = ACTIONS(5283), + [anon_sym_EQ_EQ] = ACTIONS(5285), + [anon_sym_BANG_EQ] = ACTIONS(5285), + [anon_sym_GT] = ACTIONS(5283), + [anon_sym_GT_EQ] = ACTIONS(5285), + [anon_sym_LT_EQ] = ACTIONS(5283), + [anon_sym_LT] = ACTIONS(5283), + [anon_sym_LT_LT] = ACTIONS(5283), + [anon_sym_GT_GT] = ACTIONS(5283), + [anon_sym_SEMI] = ACTIONS(5285), + [anon_sym___attribute__] = ACTIONS(5283), + [anon_sym___attribute] = ACTIONS(5283), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(5285), + [anon_sym_RBRACE] = ACTIONS(5285), + [anon_sym_LBRACK] = ACTIONS(5285), + [anon_sym_RBRACK] = ACTIONS(5285), + [anon_sym_EQ] = ACTIONS(5283), + [anon_sym_COLON] = ACTIONS(5283), + [anon_sym_QMARK] = ACTIONS(5285), + [anon_sym_STAR_EQ] = ACTIONS(5285), + [anon_sym_SLASH_EQ] = ACTIONS(5285), + [anon_sym_PERCENT_EQ] = ACTIONS(5285), + [anon_sym_PLUS_EQ] = ACTIONS(5285), + [anon_sym_DASH_EQ] = ACTIONS(5285), + [anon_sym_LT_LT_EQ] = ACTIONS(5285), + [anon_sym_GT_GT_EQ] = ACTIONS(5285), + [anon_sym_AMP_EQ] = ACTIONS(5285), + [anon_sym_CARET_EQ] = ACTIONS(5285), + [anon_sym_PIPE_EQ] = ACTIONS(5285), + [anon_sym_and_eq] = ACTIONS(5283), + [anon_sym_or_eq] = ACTIONS(5283), + [anon_sym_xor_eq] = ACTIONS(5283), + [anon_sym_LT_EQ_GT] = ACTIONS(5285), + [anon_sym_or] = ACTIONS(5283), + [anon_sym_and] = ACTIONS(5283), + [anon_sym_bitor] = ACTIONS(5283), + [anon_sym_xor] = ACTIONS(5283), + [anon_sym_bitand] = ACTIONS(5283), + [anon_sym_not_eq] = ACTIONS(5283), + [anon_sym_DASH_DASH] = ACTIONS(5285), + [anon_sym_PLUS_PLUS] = ACTIONS(5285), + [anon_sym_DOT] = ACTIONS(5283), + [anon_sym_DOT_STAR] = ACTIONS(5285), + [anon_sym_DASH_GT] = ACTIONS(5285), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5283), + [anon_sym_decltype] = ACTIONS(5283), + [anon_sym_final] = ACTIONS(5283), + [anon_sym_override] = ACTIONS(5283), + }, + [2120] = { + [sym_identifier] = ACTIONS(5847), + [anon_sym_LPAREN2] = ACTIONS(5849), + [anon_sym_TILDE] = ACTIONS(5849), + [anon_sym_STAR] = ACTIONS(5849), + [anon_sym_PIPE_PIPE] = ACTIONS(5851), + [anon_sym_AMP_AMP] = ACTIONS(5837), + [anon_sym_AMP] = ACTIONS(5847), + [anon_sym___extension__] = ACTIONS(5847), + [anon_sym_virtual] = ACTIONS(5847), + [anon_sym_extern] = ACTIONS(5847), + [anon_sym___attribute__] = ACTIONS(5847), + [anon_sym___attribute] = ACTIONS(5847), + [anon_sym_COLON_COLON] = ACTIONS(5849), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5849), + [anon_sym___declspec] = ACTIONS(5847), + [anon_sym___based] = ACTIONS(5847), + [anon_sym___cdecl] = ACTIONS(5847), + [anon_sym___clrcall] = ACTIONS(5847), + [anon_sym___stdcall] = ACTIONS(5847), + [anon_sym___fastcall] = ACTIONS(5847), + [anon_sym___thiscall] = ACTIONS(5847), + [anon_sym___vectorcall] = ACTIONS(5847), + [anon_sym_signed] = ACTIONS(5847), + [anon_sym_unsigned] = ACTIONS(5847), + [anon_sym_long] = ACTIONS(5847), + [anon_sym_short] = ACTIONS(5847), + [anon_sym_LBRACK] = ACTIONS(5847), + [anon_sym_static] = ACTIONS(5847), + [anon_sym_register] = ACTIONS(5847), + [anon_sym_inline] = ACTIONS(5847), + [anon_sym___inline] = ACTIONS(5847), + [anon_sym___inline__] = ACTIONS(5847), + [anon_sym___forceinline] = ACTIONS(5847), + [anon_sym_thread_local] = ACTIONS(5847), + [anon_sym___thread] = ACTIONS(5847), + [anon_sym_const] = ACTIONS(5847), + [anon_sym_constexpr] = ACTIONS(5847), + [anon_sym_volatile] = ACTIONS(5847), + [anon_sym_restrict] = ACTIONS(5847), + [anon_sym___restrict__] = ACTIONS(5847), + [anon_sym__Atomic] = ACTIONS(5847), + [anon_sym__Noreturn] = ACTIONS(5847), + [anon_sym_noreturn] = ACTIONS(5847), + [anon_sym__Nonnull] = ACTIONS(5847), + [anon_sym_mutable] = ACTIONS(5847), + [anon_sym_constinit] = ACTIONS(5847), + [anon_sym_consteval] = ACTIONS(5847), + [anon_sym_PROGMEM] = ACTIONS(5847), + [anon_sym_alignas] = ACTIONS(5847), + [anon_sym__Alignas] = ACTIONS(5847), + [aux_sym_primitive_type_token1] = ACTIONS(5847), + [anon_sym_byte] = ACTIONS(5847), + [anon_sym_word] = ACTIONS(5847), + [anon_sym_enum] = ACTIONS(5847), + [anon_sym_class] = ACTIONS(5847), + [anon_sym_struct] = ACTIONS(5847), + [anon_sym_union] = ACTIONS(5847), + [anon_sym_or] = ACTIONS(5853), + [anon_sym_and] = ACTIONS(5839), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5847), + [anon_sym_decltype] = ACTIONS(5847), + [anon_sym_explicit] = ACTIONS(5847), + [anon_sym_typename] = ACTIONS(5847), + [anon_sym_template] = ACTIONS(5847), + [anon_sym_operator] = ACTIONS(5847), + [anon_sym_friend] = ACTIONS(5847), + [anon_sym_using] = ACTIONS(5847), + [anon_sym_concept] = ACTIONS(5847), + }, + [2121] = { + [sym_type_qualifier] = STATE(2122), + [sym_alignas_qualifier] = STATE(1625), + [sym_primitive_type] = STATE(2570), + [aux_sym__type_definition_type_repeat1] = STATE(2122), + [aux_sym_sized_type_specifier_repeat1] = STATE(2318), + [sym_identifier] = ACTIONS(5855), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4932), + [anon_sym_TILDE] = ACTIONS(4932), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_AMP] = ACTIONS(4934), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym___extension__] = ACTIONS(5858), + [anon_sym_virtual] = ACTIONS(4934), + [anon_sym_extern] = ACTIONS(4934), + [anon_sym___attribute__] = ACTIONS(4934), + [anon_sym___attribute] = ACTIONS(4934), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4932), + [anon_sym___declspec] = ACTIONS(4934), + [anon_sym___based] = ACTIONS(4934), + [anon_sym___cdecl] = ACTIONS(4934), + [anon_sym___clrcall] = ACTIONS(4934), + [anon_sym___stdcall] = ACTIONS(4934), + [anon_sym___fastcall] = ACTIONS(4934), + [anon_sym___thiscall] = ACTIONS(4934), + [anon_sym___vectorcall] = ACTIONS(4934), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_signed] = ACTIONS(5861), + [anon_sym_unsigned] = ACTIONS(5861), + [anon_sym_long] = ACTIONS(5861), + [anon_sym_short] = ACTIONS(5861), + [anon_sym_LBRACK] = ACTIONS(4934), + [anon_sym_static] = ACTIONS(4934), + [anon_sym_EQ] = ACTIONS(4932), + [anon_sym_register] = ACTIONS(4934), + [anon_sym_inline] = ACTIONS(4934), + [anon_sym___inline] = ACTIONS(4934), + [anon_sym___inline__] = ACTIONS(4934), + [anon_sym___forceinline] = ACTIONS(4934), + [anon_sym_thread_local] = ACTIONS(4934), + [anon_sym___thread] = ACTIONS(4934), + [anon_sym_const] = ACTIONS(5858), + [anon_sym_constexpr] = ACTIONS(5858), + [anon_sym_volatile] = ACTIONS(5858), + [anon_sym_restrict] = ACTIONS(5858), + [anon_sym___restrict__] = ACTIONS(5858), + [anon_sym__Atomic] = ACTIONS(5858), + [anon_sym__Noreturn] = ACTIONS(5858), + [anon_sym_noreturn] = ACTIONS(5858), + [anon_sym__Nonnull] = ACTIONS(5858), + [anon_sym_mutable] = ACTIONS(5858), + [anon_sym_constinit] = ACTIONS(5858), + [anon_sym_consteval] = ACTIONS(5858), + [anon_sym_PROGMEM] = ACTIONS(5858), + [anon_sym_alignas] = ACTIONS(5863), + [anon_sym__Alignas] = ACTIONS(5863), + [aux_sym_primitive_type_token1] = ACTIONS(69), + [anon_sym_byte] = ACTIONS(69), + [anon_sym_word] = ACTIONS(69), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4934), + [anon_sym_decltype] = ACTIONS(4934), + [anon_sym_template] = ACTIONS(4934), + [anon_sym_GT2] = ACTIONS(4932), + [anon_sym_operator] = ACTIONS(4934), + }, + [2122] = { + [sym_type_qualifier] = STATE(1611), + [sym_alignas_qualifier] = STATE(1625), + [sym_primitive_type] = STATE(2586), + [aux_sym__type_definition_type_repeat1] = STATE(1611), + [aux_sym_sized_type_specifier_repeat1] = STATE(2587), [sym_identifier] = ACTIONS(5866), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LPAREN2] = ACTIONS(4936), - [anon_sym_TILDE] = ACTIONS(4936), - [anon_sym_STAR] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_AMP] = ACTIONS(4938), - [anon_sym_SEMI] = ACTIONS(4936), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_RPAREN] = ACTIONS(4964), + [anon_sym_LPAREN2] = ACTIONS(4964), + [anon_sym_TILDE] = ACTIONS(4964), + [anon_sym_STAR] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_AMP] = ACTIONS(4966), + [anon_sym_SEMI] = ACTIONS(4964), [anon_sym___extension__] = ACTIONS(5869), - [anon_sym_virtual] = ACTIONS(4938), - [anon_sym_extern] = ACTIONS(4938), - [anon_sym___attribute__] = ACTIONS(4938), - [anon_sym___attribute] = ACTIONS(4938), - [anon_sym_COLON_COLON] = ACTIONS(4936), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4936), - [anon_sym___declspec] = ACTIONS(4938), - [anon_sym___based] = ACTIONS(4938), - [anon_sym___cdecl] = ACTIONS(4938), - [anon_sym___clrcall] = ACTIONS(4938), - [anon_sym___stdcall] = ACTIONS(4938), - [anon_sym___fastcall] = ACTIONS(4938), - [anon_sym___thiscall] = ACTIONS(4938), - [anon_sym___vectorcall] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4936), + [anon_sym_virtual] = ACTIONS(4966), + [anon_sym_extern] = ACTIONS(4966), + [anon_sym___attribute__] = ACTIONS(4966), + [anon_sym___attribute] = ACTIONS(4966), + [anon_sym_COLON_COLON] = ACTIONS(4964), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4964), + [anon_sym___declspec] = ACTIONS(4966), + [anon_sym___based] = ACTIONS(4966), + [anon_sym___cdecl] = ACTIONS(4966), + [anon_sym___clrcall] = ACTIONS(4966), + [anon_sym___stdcall] = ACTIONS(4966), + [anon_sym___fastcall] = ACTIONS(4966), + [anon_sym___thiscall] = ACTIONS(4966), + [anon_sym___vectorcall] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4964), [anon_sym_signed] = ACTIONS(5872), [anon_sym_unsigned] = ACTIONS(5872), [anon_sym_long] = ACTIONS(5872), [anon_sym_short] = ACTIONS(5872), - [anon_sym_LBRACK] = ACTIONS(4938), - [anon_sym_static] = ACTIONS(4938), - [anon_sym_EQ] = ACTIONS(4936), - [anon_sym_register] = ACTIONS(4938), - [anon_sym_inline] = ACTIONS(4938), - [anon_sym___inline] = ACTIONS(4938), - [anon_sym___inline__] = ACTIONS(4938), - [anon_sym___forceinline] = ACTIONS(4938), - [anon_sym_thread_local] = ACTIONS(4938), - [anon_sym___thread] = ACTIONS(4938), + [anon_sym_LBRACK] = ACTIONS(4966), + [anon_sym_static] = ACTIONS(4966), + [anon_sym_EQ] = ACTIONS(4964), + [anon_sym_register] = ACTIONS(4966), + [anon_sym_inline] = ACTIONS(4966), + [anon_sym___inline] = ACTIONS(4966), + [anon_sym___inline__] = ACTIONS(4966), + [anon_sym___forceinline] = ACTIONS(4966), + [anon_sym_thread_local] = ACTIONS(4966), + [anon_sym___thread] = ACTIONS(4966), [anon_sym_const] = ACTIONS(5869), [anon_sym_constexpr] = ACTIONS(5869), [anon_sym_volatile] = ACTIONS(5869), @@ -282164,303 +282093,2190 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_byte] = ACTIONS(69), [anon_sym_word] = ACTIONS(69), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4938), - [anon_sym_decltype] = ACTIONS(4938), - [anon_sym_template] = ACTIONS(4938), - [anon_sym_GT2] = ACTIONS(4936), - [anon_sym_operator] = ACTIONS(4938), + [sym_auto] = ACTIONS(4966), + [anon_sym_decltype] = ACTIONS(4966), + [anon_sym_template] = ACTIONS(4966), + [anon_sym_GT2] = ACTIONS(4964), + [anon_sym_operator] = ACTIONS(4966), + }, + [2123] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [aux_sym_preproc_if_token2] = ACTIONS(5321), + [aux_sym_preproc_else_token1] = ACTIONS(5321), + [aux_sym_preproc_elif_token1] = ACTIONS(5319), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5321), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5319), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5319), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5319), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5319), + [anon_sym_GT_GT] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_EQ] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_STAR_EQ] = ACTIONS(5321), + [anon_sym_SLASH_EQ] = ACTIONS(5321), + [anon_sym_PERCENT_EQ] = ACTIONS(5321), + [anon_sym_PLUS_EQ] = ACTIONS(5321), + [anon_sym_DASH_EQ] = ACTIONS(5321), + [anon_sym_LT_LT_EQ] = ACTIONS(5321), + [anon_sym_GT_GT_EQ] = ACTIONS(5321), + [anon_sym_AMP_EQ] = ACTIONS(5321), + [anon_sym_CARET_EQ] = ACTIONS(5321), + [anon_sym_PIPE_EQ] = ACTIONS(5321), + [anon_sym_and_eq] = ACTIONS(5319), + [anon_sym_or_eq] = ACTIONS(5319), + [anon_sym_xor_eq] = ACTIONS(5319), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), }, [2124] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_signed] = ACTIONS(5289), - [anon_sym_unsigned] = ACTIONS(5289), - [anon_sym_long] = ACTIONS(5289), - [anon_sym_short] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [aux_sym_primitive_type_token1] = ACTIONS(5289), - [anon_sym_byte] = ACTIONS(5289), - [anon_sym_word] = ACTIONS(5289), - [anon_sym_enum] = ACTIONS(5289), - [anon_sym_class] = ACTIONS(5289), - [anon_sym_struct] = ACTIONS(5289), - [anon_sym_union] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_explicit] = ACTIONS(5289), - [anon_sym_typename] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_friend] = ACTIONS(5289), - [anon_sym_using] = ACTIONS(5289), - [anon_sym_concept] = ACTIONS(5289), + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [aux_sym_preproc_if_token2] = ACTIONS(5321), + [aux_sym_preproc_else_token1] = ACTIONS(5321), + [aux_sym_preproc_elif_token1] = ACTIONS(5319), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5321), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5319), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5319), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5319), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5319), + [anon_sym_GT_GT] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_EQ] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_STAR_EQ] = ACTIONS(5321), + [anon_sym_SLASH_EQ] = ACTIONS(5321), + [anon_sym_PERCENT_EQ] = ACTIONS(5321), + [anon_sym_PLUS_EQ] = ACTIONS(5321), + [anon_sym_DASH_EQ] = ACTIONS(5321), + [anon_sym_LT_LT_EQ] = ACTIONS(5321), + [anon_sym_GT_GT_EQ] = ACTIONS(5321), + [anon_sym_AMP_EQ] = ACTIONS(5321), + [anon_sym_CARET_EQ] = ACTIONS(5321), + [anon_sym_PIPE_EQ] = ACTIONS(5321), + [anon_sym_and_eq] = ACTIONS(5319), + [anon_sym_or_eq] = ACTIONS(5319), + [anon_sym_xor_eq] = ACTIONS(5319), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), }, [2125] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [aux_sym_preproc_if_token2] = ACTIONS(5291), - [aux_sym_preproc_else_token1] = ACTIONS(5291), - [aux_sym_preproc_elif_token1] = ACTIONS(5289), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5291), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_STAR] = ACTIONS(5289), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5289), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5289), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5289), - [anon_sym_GT_GT] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), - [anon_sym_EQ] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_STAR_EQ] = ACTIONS(5291), - [anon_sym_SLASH_EQ] = ACTIONS(5291), - [anon_sym_PERCENT_EQ] = ACTIONS(5291), - [anon_sym_PLUS_EQ] = ACTIONS(5291), - [anon_sym_DASH_EQ] = ACTIONS(5291), - [anon_sym_LT_LT_EQ] = ACTIONS(5291), - [anon_sym_GT_GT_EQ] = ACTIONS(5291), - [anon_sym_AMP_EQ] = ACTIONS(5291), - [anon_sym_CARET_EQ] = ACTIONS(5291), - [anon_sym_PIPE_EQ] = ACTIONS(5291), - [anon_sym_and_eq] = ACTIONS(5289), - [anon_sym_or_eq] = ACTIONS(5289), - [anon_sym_xor_eq] = ACTIONS(5289), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), + [sym_identifier] = ACTIONS(5283), + [anon_sym_LPAREN2] = ACTIONS(5285), + [anon_sym_TILDE] = ACTIONS(5285), + [anon_sym_STAR] = ACTIONS(5285), + [anon_sym_PIPE_PIPE] = ACTIONS(5285), + [anon_sym_AMP_AMP] = ACTIONS(5285), + [anon_sym_AMP] = ACTIONS(5283), + [anon_sym___extension__] = ACTIONS(5283), + [anon_sym_virtual] = ACTIONS(5283), + [anon_sym_extern] = ACTIONS(5283), + [anon_sym___attribute__] = ACTIONS(5283), + [anon_sym___attribute] = ACTIONS(5283), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5285), + [anon_sym___declspec] = ACTIONS(5283), + [anon_sym___based] = ACTIONS(5283), + [anon_sym___cdecl] = ACTIONS(5283), + [anon_sym___clrcall] = ACTIONS(5283), + [anon_sym___stdcall] = ACTIONS(5283), + [anon_sym___fastcall] = ACTIONS(5283), + [anon_sym___thiscall] = ACTIONS(5283), + [anon_sym___vectorcall] = ACTIONS(5283), + [anon_sym_signed] = ACTIONS(5283), + [anon_sym_unsigned] = ACTIONS(5283), + [anon_sym_long] = ACTIONS(5283), + [anon_sym_short] = ACTIONS(5283), + [anon_sym_LBRACK] = ACTIONS(5283), + [anon_sym_static] = ACTIONS(5283), + [anon_sym_register] = ACTIONS(5283), + [anon_sym_inline] = ACTIONS(5283), + [anon_sym___inline] = ACTIONS(5283), + [anon_sym___inline__] = ACTIONS(5283), + [anon_sym___forceinline] = ACTIONS(5283), + [anon_sym_thread_local] = ACTIONS(5283), + [anon_sym___thread] = ACTIONS(5283), + [anon_sym_const] = ACTIONS(5283), + [anon_sym_constexpr] = ACTIONS(5283), + [anon_sym_volatile] = ACTIONS(5283), + [anon_sym_restrict] = ACTIONS(5283), + [anon_sym___restrict__] = ACTIONS(5283), + [anon_sym__Atomic] = ACTIONS(5283), + [anon_sym__Noreturn] = ACTIONS(5283), + [anon_sym_noreturn] = ACTIONS(5283), + [anon_sym__Nonnull] = ACTIONS(5283), + [anon_sym_mutable] = ACTIONS(5283), + [anon_sym_constinit] = ACTIONS(5283), + [anon_sym_consteval] = ACTIONS(5283), + [anon_sym_PROGMEM] = ACTIONS(5283), + [anon_sym_alignas] = ACTIONS(5283), + [anon_sym__Alignas] = ACTIONS(5283), + [aux_sym_primitive_type_token1] = ACTIONS(5283), + [anon_sym_byte] = ACTIONS(5283), + [anon_sym_word] = ACTIONS(5283), + [anon_sym_enum] = ACTIONS(5283), + [anon_sym_class] = ACTIONS(5283), + [anon_sym_struct] = ACTIONS(5283), + [anon_sym_union] = ACTIONS(5283), + [anon_sym_or] = ACTIONS(5283), + [anon_sym_and] = ACTIONS(5283), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5283), + [anon_sym_decltype] = ACTIONS(5283), + [anon_sym_explicit] = ACTIONS(5283), + [anon_sym_typename] = ACTIONS(5283), + [anon_sym_template] = ACTIONS(5283), + [anon_sym_operator] = ACTIONS(5283), + [anon_sym_friend] = ACTIONS(5283), + [anon_sym_using] = ACTIONS(5283), + [anon_sym_concept] = ACTIONS(5283), }, [2126] = { - [sym_identifier] = ACTIONS(4930), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_LPAREN2] = ACTIONS(4932), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4932), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4932), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE] = ACTIONS(4930), - [anon_sym_CARET] = ACTIONS(4932), - [anon_sym_AMP] = ACTIONS(4930), - [anon_sym_EQ_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4932), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_GT_EQ] = ACTIONS(4930), - [anon_sym_LT_EQ] = ACTIONS(4930), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_LT_LT] = ACTIONS(4932), - [anon_sym_GT_GT] = ACTIONS(4930), - [anon_sym___extension__] = ACTIONS(4930), - [anon_sym___attribute__] = ACTIONS(4930), - [anon_sym___attribute] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_signed] = ACTIONS(4930), - [anon_sym_unsigned] = ACTIONS(4930), - [anon_sym_long] = ACTIONS(4930), - [anon_sym_short] = ACTIONS(4930), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_const] = ACTIONS(4930), - [anon_sym_constexpr] = ACTIONS(4930), - [anon_sym_volatile] = ACTIONS(4930), - [anon_sym_restrict] = ACTIONS(4930), - [anon_sym___restrict__] = ACTIONS(4930), - [anon_sym__Atomic] = ACTIONS(4930), - [anon_sym__Noreturn] = ACTIONS(4930), - [anon_sym_noreturn] = ACTIONS(4930), - [anon_sym__Nonnull] = ACTIONS(4930), - [anon_sym_mutable] = ACTIONS(4930), - [anon_sym_constinit] = ACTIONS(4930), - [anon_sym_consteval] = ACTIONS(4930), - [anon_sym_PROGMEM] = ACTIONS(4930), - [anon_sym_alignas] = ACTIONS(4930), - [anon_sym__Alignas] = ACTIONS(4930), - [aux_sym_primitive_type_token1] = ACTIONS(4930), - [anon_sym_byte] = ACTIONS(4930), - [anon_sym_word] = ACTIONS(4930), - [anon_sym_QMARK] = ACTIONS(4932), - [anon_sym_LT_EQ_GT] = ACTIONS(4932), - [anon_sym_or] = ACTIONS(4930), - [anon_sym_and] = ACTIONS(4930), - [anon_sym_bitor] = ACTIONS(4930), - [anon_sym_xor] = ACTIONS(4930), - [anon_sym_bitand] = ACTIONS(4930), - [anon_sym_not_eq] = ACTIONS(4930), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_DOT_STAR] = ACTIONS(4932), - [anon_sym_DASH_GT] = ACTIONS(4932), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4930), - [anon_sym_decltype] = ACTIONS(4930), - [anon_sym_final] = ACTIONS(4930), - [anon_sym_override] = ACTIONS(4930), - [anon_sym_GT2] = ACTIONS(4932), - [anon_sym_requires] = ACTIONS(4930), + [sym_identifier] = ACTIONS(5307), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5309), + [anon_sym_COMMA] = ACTIONS(5309), + [anon_sym_RPAREN] = ACTIONS(5309), + [aux_sym_preproc_if_token2] = ACTIONS(5309), + [aux_sym_preproc_else_token1] = ACTIONS(5309), + [aux_sym_preproc_elif_token1] = ACTIONS(5307), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5309), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5309), + [anon_sym_LPAREN2] = ACTIONS(5309), + [anon_sym_DASH] = ACTIONS(5307), + [anon_sym_PLUS] = ACTIONS(5307), + [anon_sym_STAR] = ACTIONS(5307), + [anon_sym_SLASH] = ACTIONS(5307), + [anon_sym_PERCENT] = ACTIONS(5307), + [anon_sym_PIPE_PIPE] = ACTIONS(5309), + [anon_sym_AMP_AMP] = ACTIONS(5309), + [anon_sym_PIPE] = ACTIONS(5307), + [anon_sym_CARET] = ACTIONS(5307), + [anon_sym_AMP] = ACTIONS(5307), + [anon_sym_EQ_EQ] = ACTIONS(5309), + [anon_sym_BANG_EQ] = ACTIONS(5309), + [anon_sym_GT] = ACTIONS(5307), + [anon_sym_GT_EQ] = ACTIONS(5309), + [anon_sym_LT_EQ] = ACTIONS(5307), + [anon_sym_LT] = ACTIONS(5307), + [anon_sym_LT_LT] = ACTIONS(5307), + [anon_sym_GT_GT] = ACTIONS(5307), + [anon_sym_SEMI] = ACTIONS(5309), + [anon_sym___attribute__] = ACTIONS(5307), + [anon_sym___attribute] = ACTIONS(5307), + [anon_sym_COLON_COLON] = ACTIONS(5309), + [anon_sym_LBRACE] = ACTIONS(5309), + [anon_sym_RBRACE] = ACTIONS(5309), + [anon_sym_LBRACK] = ACTIONS(5309), + [anon_sym_RBRACK] = ACTIONS(5309), + [anon_sym_EQ] = ACTIONS(5307), + [anon_sym_COLON] = ACTIONS(5307), + [anon_sym_QMARK] = ACTIONS(5309), + [anon_sym_STAR_EQ] = ACTIONS(5309), + [anon_sym_SLASH_EQ] = ACTIONS(5309), + [anon_sym_PERCENT_EQ] = ACTIONS(5309), + [anon_sym_PLUS_EQ] = ACTIONS(5309), + [anon_sym_DASH_EQ] = ACTIONS(5309), + [anon_sym_LT_LT_EQ] = ACTIONS(5309), + [anon_sym_GT_GT_EQ] = ACTIONS(5309), + [anon_sym_AMP_EQ] = ACTIONS(5309), + [anon_sym_CARET_EQ] = ACTIONS(5309), + [anon_sym_PIPE_EQ] = ACTIONS(5309), + [anon_sym_and_eq] = ACTIONS(5307), + [anon_sym_or_eq] = ACTIONS(5307), + [anon_sym_xor_eq] = ACTIONS(5307), + [anon_sym_LT_EQ_GT] = ACTIONS(5309), + [anon_sym_or] = ACTIONS(5307), + [anon_sym_and] = ACTIONS(5307), + [anon_sym_bitor] = ACTIONS(5307), + [anon_sym_xor] = ACTIONS(5307), + [anon_sym_bitand] = ACTIONS(5307), + [anon_sym_not_eq] = ACTIONS(5307), + [anon_sym_DASH_DASH] = ACTIONS(5309), + [anon_sym_PLUS_PLUS] = ACTIONS(5309), + [anon_sym_DOT] = ACTIONS(5307), + [anon_sym_DOT_STAR] = ACTIONS(5309), + [anon_sym_DASH_GT] = ACTIONS(5309), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5307), + [anon_sym_decltype] = ACTIONS(5307), + [anon_sym_final] = ACTIONS(5307), + [anon_sym_override] = ACTIONS(5307), }, [2127] = { - [sym_identifier] = ACTIONS(5464), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5466), - [anon_sym_COMMA] = ACTIONS(5466), - [anon_sym_RPAREN] = ACTIONS(5466), - [aux_sym_preproc_if_token2] = ACTIONS(5466), - [aux_sym_preproc_else_token1] = ACTIONS(5466), - [aux_sym_preproc_elif_token1] = ACTIONS(5464), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5466), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5466), - [anon_sym_LPAREN2] = ACTIONS(5466), - [anon_sym_DASH] = ACTIONS(5464), - [anon_sym_PLUS] = ACTIONS(5464), - [anon_sym_STAR] = ACTIONS(5464), - [anon_sym_SLASH] = ACTIONS(5464), - [anon_sym_PERCENT] = ACTIONS(5464), - [anon_sym_PIPE_PIPE] = ACTIONS(5466), - [anon_sym_AMP_AMP] = ACTIONS(5466), - [anon_sym_PIPE] = ACTIONS(5464), - [anon_sym_CARET] = ACTIONS(5464), - [anon_sym_AMP] = ACTIONS(5464), - [anon_sym_EQ_EQ] = ACTIONS(5466), - [anon_sym_BANG_EQ] = ACTIONS(5466), - [anon_sym_GT] = ACTIONS(5464), - [anon_sym_GT_EQ] = ACTIONS(5466), - [anon_sym_LT_EQ] = ACTIONS(5464), - [anon_sym_LT] = ACTIONS(5464), - [anon_sym_LT_LT] = ACTIONS(5464), - [anon_sym_GT_GT] = ACTIONS(5464), - [anon_sym_SEMI] = ACTIONS(5466), - [anon_sym___attribute__] = ACTIONS(5464), - [anon_sym___attribute] = ACTIONS(5464), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACE] = ACTIONS(5466), - [anon_sym_RBRACE] = ACTIONS(5466), - [anon_sym_LBRACK] = ACTIONS(5466), - [anon_sym_RBRACK] = ACTIONS(5466), - [anon_sym_EQ] = ACTIONS(5464), - [anon_sym_COLON] = ACTIONS(5464), - [anon_sym_QMARK] = ACTIONS(5466), - [anon_sym_STAR_EQ] = ACTIONS(5466), - [anon_sym_SLASH_EQ] = ACTIONS(5466), - [anon_sym_PERCENT_EQ] = ACTIONS(5466), - [anon_sym_PLUS_EQ] = ACTIONS(5466), - [anon_sym_DASH_EQ] = ACTIONS(5466), - [anon_sym_LT_LT_EQ] = ACTIONS(5466), - [anon_sym_GT_GT_EQ] = ACTIONS(5466), - [anon_sym_AMP_EQ] = ACTIONS(5466), - [anon_sym_CARET_EQ] = ACTIONS(5466), - [anon_sym_PIPE_EQ] = ACTIONS(5466), - [anon_sym_and_eq] = ACTIONS(5464), - [anon_sym_or_eq] = ACTIONS(5464), - [anon_sym_xor_eq] = ACTIONS(5464), - [anon_sym_LT_EQ_GT] = ACTIONS(5466), - [anon_sym_or] = ACTIONS(5464), - [anon_sym_and] = ACTIONS(5464), - [anon_sym_bitor] = ACTIONS(5464), - [anon_sym_xor] = ACTIONS(5464), - [anon_sym_bitand] = ACTIONS(5464), - [anon_sym_not_eq] = ACTIONS(5464), - [anon_sym_DASH_DASH] = ACTIONS(5466), - [anon_sym_PLUS_PLUS] = ACTIONS(5466), - [anon_sym_DOT] = ACTIONS(5464), - [anon_sym_DOT_STAR] = ACTIONS(5466), - [anon_sym_DASH_GT] = ACTIONS(5466), + [sym_ms_based_modifier] = STATE(7941), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(3787), + [sym__declarator] = STATE(6283), + [sym__abstract_declarator] = STATE(6579), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2619), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(3108), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5761), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2619), + [aux_sym_pointer_declarator_repeat1] = STATE(3787), + [sym_identifier] = ACTIONS(5707), + [anon_sym_COMMA] = ACTIONS(5723), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(5827), + [anon_sym_AMP_AMP] = ACTIONS(5829), + [anon_sym_AMP] = ACTIONS(5831), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym___attribute__] = ACTIONS(5725), + [anon_sym___attribute] = ACTIONS(5725), + [anon_sym_COLON_COLON] = ACTIONS(5719), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5464), - [anon_sym_decltype] = ACTIONS(5464), - [anon_sym_final] = ACTIONS(5464), - [anon_sym_override] = ACTIONS(5464), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_GT2] = ACTIONS(5723), + [anon_sym_operator] = ACTIONS(1836), + }, + [2128] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(5877), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5877), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(5879), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + }, + [2129] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5321), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_EQ] = ACTIONS(5321), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_asm] = ACTIONS(5319), + [anon_sym___asm__] = ACTIONS(5319), + [anon_sym___asm] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_GT2] = ACTIONS(5321), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_try] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), + }, + [2130] = { + [sym_string_literal] = STATE(2147), + [sym_raw_string_literal] = STATE(2147), + [aux_sym_concatenated_string_repeat1] = STATE(2147), + [sym_identifier] = ACTIONS(5881), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5279), + [anon_sym_COMMA] = ACTIONS(5279), + [anon_sym_LPAREN2] = ACTIONS(5279), + [anon_sym_DASH] = ACTIONS(5281), + [anon_sym_PLUS] = ACTIONS(5281), + [anon_sym_STAR] = ACTIONS(5281), + [anon_sym_SLASH] = ACTIONS(5281), + [anon_sym_PERCENT] = ACTIONS(5281), + [anon_sym_PIPE_PIPE] = ACTIONS(5279), + [anon_sym_AMP_AMP] = ACTIONS(5279), + [anon_sym_PIPE] = ACTIONS(5281), + [anon_sym_CARET] = ACTIONS(5281), + [anon_sym_AMP] = ACTIONS(5281), + [anon_sym_EQ_EQ] = ACTIONS(5279), + [anon_sym_BANG_EQ] = ACTIONS(5279), + [anon_sym_GT] = ACTIONS(5281), + [anon_sym_GT_EQ] = ACTIONS(5279), + [anon_sym_LT_EQ] = ACTIONS(5281), + [anon_sym_LT] = ACTIONS(5281), + [anon_sym_LT_LT] = ACTIONS(5281), + [anon_sym_GT_GT] = ACTIONS(5281), + [anon_sym_SEMI] = ACTIONS(5279), + [anon_sym___attribute__] = ACTIONS(5281), + [anon_sym___attribute] = ACTIONS(5281), + [anon_sym_LBRACK] = ACTIONS(5279), + [anon_sym_EQ] = ACTIONS(5281), + [anon_sym_QMARK] = ACTIONS(5279), + [anon_sym_STAR_EQ] = ACTIONS(5279), + [anon_sym_SLASH_EQ] = ACTIONS(5279), + [anon_sym_PERCENT_EQ] = ACTIONS(5279), + [anon_sym_PLUS_EQ] = ACTIONS(5279), + [anon_sym_DASH_EQ] = ACTIONS(5279), + [anon_sym_LT_LT_EQ] = ACTIONS(5279), + [anon_sym_GT_GT_EQ] = ACTIONS(5279), + [anon_sym_AMP_EQ] = ACTIONS(5279), + [anon_sym_CARET_EQ] = ACTIONS(5279), + [anon_sym_PIPE_EQ] = ACTIONS(5279), + [anon_sym_and_eq] = ACTIONS(5281), + [anon_sym_or_eq] = ACTIONS(5281), + [anon_sym_xor_eq] = ACTIONS(5281), + [anon_sym_LT_EQ_GT] = ACTIONS(5279), + [anon_sym_or] = ACTIONS(5281), + [anon_sym_and] = ACTIONS(5281), + [anon_sym_bitor] = ACTIONS(5281), + [anon_sym_xor] = ACTIONS(5281), + [anon_sym_bitand] = ACTIONS(5281), + [anon_sym_not_eq] = ACTIONS(5281), + [anon_sym_DASH_DASH] = ACTIONS(5279), + [anon_sym_PLUS_PLUS] = ACTIONS(5279), + [anon_sym_DOT] = ACTIONS(5281), + [anon_sym_DOT_STAR] = ACTIONS(5279), + [anon_sym_DASH_GT] = ACTIONS(5279), + [anon_sym_L_DQUOTE] = ACTIONS(5883), + [anon_sym_u_DQUOTE] = ACTIONS(5883), + [anon_sym_U_DQUOTE] = ACTIONS(5883), + [anon_sym_u8_DQUOTE] = ACTIONS(5883), + [anon_sym_DQUOTE] = ACTIONS(5883), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5885), + [anon_sym_LR_DQUOTE] = ACTIONS(5885), + [anon_sym_uR_DQUOTE] = ACTIONS(5885), + [anon_sym_UR_DQUOTE] = ACTIONS(5885), + [anon_sym_u8R_DQUOTE] = ACTIONS(5885), + [sym_literal_suffix] = ACTIONS(5281), + }, + [2131] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_EQ] = ACTIONS(5321), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_asm] = ACTIONS(5319), + [anon_sym___asm__] = ACTIONS(5319), + [anon_sym___asm] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_GT2] = ACTIONS(5321), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_try] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), + }, + [2132] = { + [sym_string_literal] = STATE(1671), + [sym_raw_string_literal] = STATE(1671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5825), + [anon_sym_COMMA] = ACTIONS(5825), + [anon_sym_RPAREN] = ACTIONS(5825), + [anon_sym_LPAREN2] = ACTIONS(5825), + [anon_sym_DASH] = ACTIONS(5823), + [anon_sym_PLUS] = ACTIONS(5823), + [anon_sym_STAR] = ACTIONS(5823), + [anon_sym_SLASH] = ACTIONS(5823), + [anon_sym_PERCENT] = ACTIONS(5823), + [anon_sym_PIPE_PIPE] = ACTIONS(5825), + [anon_sym_AMP_AMP] = ACTIONS(5825), + [anon_sym_PIPE] = ACTIONS(5823), + [anon_sym_CARET] = ACTIONS(5823), + [anon_sym_AMP] = ACTIONS(5823), + [anon_sym_EQ_EQ] = ACTIONS(5825), + [anon_sym_BANG_EQ] = ACTIONS(5825), + [anon_sym_GT] = ACTIONS(5823), + [anon_sym_GT_EQ] = ACTIONS(5825), + [anon_sym_LT_EQ] = ACTIONS(5823), + [anon_sym_LT] = ACTIONS(5823), + [anon_sym_LT_LT] = ACTIONS(5823), + [anon_sym_GT_GT] = ACTIONS(5823), + [anon_sym_SEMI] = ACTIONS(5825), + [anon_sym_RBRACE] = ACTIONS(5825), + [anon_sym_LBRACK] = ACTIONS(5825), + [anon_sym_RBRACK] = ACTIONS(5825), + [anon_sym_EQ] = ACTIONS(5823), + [anon_sym_COLON] = ACTIONS(5825), + [anon_sym_QMARK] = ACTIONS(5825), + [anon_sym_STAR_EQ] = ACTIONS(5825), + [anon_sym_SLASH_EQ] = ACTIONS(5825), + [anon_sym_PERCENT_EQ] = ACTIONS(5825), + [anon_sym_PLUS_EQ] = ACTIONS(5825), + [anon_sym_DASH_EQ] = ACTIONS(5825), + [anon_sym_LT_LT_EQ] = ACTIONS(5825), + [anon_sym_GT_GT_EQ] = ACTIONS(5825), + [anon_sym_AMP_EQ] = ACTIONS(5825), + [anon_sym_CARET_EQ] = ACTIONS(5825), + [anon_sym_PIPE_EQ] = ACTIONS(5825), + [anon_sym_and_eq] = ACTIONS(5823), + [anon_sym_or_eq] = ACTIONS(5823), + [anon_sym_xor_eq] = ACTIONS(5823), + [anon_sym_LT_EQ_GT] = ACTIONS(5825), + [anon_sym_or] = ACTIONS(5823), + [anon_sym_and] = ACTIONS(5823), + [anon_sym_bitor] = ACTIONS(5823), + [anon_sym_xor] = ACTIONS(5823), + [anon_sym_bitand] = ACTIONS(5823), + [anon_sym_not_eq] = ACTIONS(5823), + [anon_sym_DASH_DASH] = ACTIONS(5825), + [anon_sym_PLUS_PLUS] = ACTIONS(5825), + [anon_sym_DOT] = ACTIONS(5823), + [anon_sym_DOT_STAR] = ACTIONS(5825), + [anon_sym_DASH_GT] = ACTIONS(5825), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + [sym_literal_suffix] = ACTIONS(5823), + }, + [2133] = { + [sym_attribute_specifier] = STATE(2210), + [sym_enumerator_list] = STATE(2175), + [sym_identifier] = ACTIONS(5887), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5889), + [anon_sym_COMMA] = ACTIONS(5889), + [anon_sym_RPAREN] = ACTIONS(5889), + [aux_sym_preproc_if_token2] = ACTIONS(5889), + [aux_sym_preproc_else_token1] = ACTIONS(5889), + [aux_sym_preproc_elif_token1] = ACTIONS(5887), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5889), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5889), + [anon_sym_LPAREN2] = ACTIONS(5889), + [anon_sym_DASH] = ACTIONS(5887), + [anon_sym_PLUS] = ACTIONS(5887), + [anon_sym_STAR] = ACTIONS(5887), + [anon_sym_SLASH] = ACTIONS(5887), + [anon_sym_PERCENT] = ACTIONS(5887), + [anon_sym_PIPE_PIPE] = ACTIONS(5889), + [anon_sym_AMP_AMP] = ACTIONS(5889), + [anon_sym_PIPE] = ACTIONS(5887), + [anon_sym_CARET] = ACTIONS(5887), + [anon_sym_AMP] = ACTIONS(5887), + [anon_sym_EQ_EQ] = ACTIONS(5889), + [anon_sym_BANG_EQ] = ACTIONS(5889), + [anon_sym_GT] = ACTIONS(5887), + [anon_sym_GT_EQ] = ACTIONS(5889), + [anon_sym_LT_EQ] = ACTIONS(5887), + [anon_sym_LT] = ACTIONS(5887), + [anon_sym_LT_LT] = ACTIONS(5887), + [anon_sym_GT_GT] = ACTIONS(5887), + [anon_sym_SEMI] = ACTIONS(5889), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5891), + [anon_sym_RBRACE] = ACTIONS(5889), + [anon_sym_LBRACK] = ACTIONS(5889), + [anon_sym_RBRACK] = ACTIONS(5889), + [anon_sym_EQ] = ACTIONS(5887), + [anon_sym_COLON] = ACTIONS(5889), + [anon_sym_QMARK] = ACTIONS(5889), + [anon_sym_STAR_EQ] = ACTIONS(5889), + [anon_sym_SLASH_EQ] = ACTIONS(5889), + [anon_sym_PERCENT_EQ] = ACTIONS(5889), + [anon_sym_PLUS_EQ] = ACTIONS(5889), + [anon_sym_DASH_EQ] = ACTIONS(5889), + [anon_sym_LT_LT_EQ] = ACTIONS(5889), + [anon_sym_GT_GT_EQ] = ACTIONS(5889), + [anon_sym_AMP_EQ] = ACTIONS(5889), + [anon_sym_CARET_EQ] = ACTIONS(5889), + [anon_sym_PIPE_EQ] = ACTIONS(5889), + [anon_sym_and_eq] = ACTIONS(5887), + [anon_sym_or_eq] = ACTIONS(5887), + [anon_sym_xor_eq] = ACTIONS(5887), + [anon_sym_LT_EQ_GT] = ACTIONS(5889), + [anon_sym_or] = ACTIONS(5887), + [anon_sym_and] = ACTIONS(5887), + [anon_sym_bitor] = ACTIONS(5887), + [anon_sym_xor] = ACTIONS(5887), + [anon_sym_bitand] = ACTIONS(5887), + [anon_sym_not_eq] = ACTIONS(5887), + [anon_sym_DASH_DASH] = ACTIONS(5889), + [anon_sym_PLUS_PLUS] = ACTIONS(5889), + [anon_sym_DOT] = ACTIONS(5887), + [anon_sym_DOT_STAR] = ACTIONS(5889), + [anon_sym_DASH_GT] = ACTIONS(5889), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5887), + [anon_sym_decltype] = ACTIONS(5887), + }, + [2134] = { + [sym_identifier] = ACTIONS(5283), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5285), + [anon_sym_COMMA] = ACTIONS(5285), + [anon_sym_RPAREN] = ACTIONS(5285), + [anon_sym_LPAREN2] = ACTIONS(5285), + [anon_sym_TILDE] = ACTIONS(5285), + [anon_sym_STAR] = ACTIONS(5285), + [anon_sym_PIPE_PIPE] = ACTIONS(5285), + [anon_sym_AMP_AMP] = ACTIONS(5285), + [anon_sym_AMP] = ACTIONS(5283), + [anon_sym_SEMI] = ACTIONS(5285), + [anon_sym___extension__] = ACTIONS(5283), + [anon_sym_virtual] = ACTIONS(5283), + [anon_sym_extern] = ACTIONS(5283), + [anon_sym___attribute__] = ACTIONS(5283), + [anon_sym___attribute] = ACTIONS(5283), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5285), + [anon_sym___declspec] = ACTIONS(5283), + [anon_sym___based] = ACTIONS(5283), + [anon_sym___cdecl] = ACTIONS(5283), + [anon_sym___clrcall] = ACTIONS(5283), + [anon_sym___stdcall] = ACTIONS(5283), + [anon_sym___fastcall] = ACTIONS(5283), + [anon_sym___thiscall] = ACTIONS(5283), + [anon_sym___vectorcall] = ACTIONS(5283), + [anon_sym_LBRACE] = ACTIONS(5285), + [anon_sym_LBRACK] = ACTIONS(5283), + [anon_sym_static] = ACTIONS(5283), + [anon_sym_EQ] = ACTIONS(5285), + [anon_sym_register] = ACTIONS(5283), + [anon_sym_inline] = ACTIONS(5283), + [anon_sym___inline] = ACTIONS(5283), + [anon_sym___inline__] = ACTIONS(5283), + [anon_sym___forceinline] = ACTIONS(5283), + [anon_sym_thread_local] = ACTIONS(5283), + [anon_sym___thread] = ACTIONS(5283), + [anon_sym_const] = ACTIONS(5283), + [anon_sym_constexpr] = ACTIONS(5283), + [anon_sym_volatile] = ACTIONS(5283), + [anon_sym_restrict] = ACTIONS(5283), + [anon_sym___restrict__] = ACTIONS(5283), + [anon_sym__Atomic] = ACTIONS(5283), + [anon_sym__Noreturn] = ACTIONS(5283), + [anon_sym_noreturn] = ACTIONS(5283), + [anon_sym__Nonnull] = ACTIONS(5283), + [anon_sym_mutable] = ACTIONS(5283), + [anon_sym_constinit] = ACTIONS(5283), + [anon_sym_consteval] = ACTIONS(5283), + [anon_sym_PROGMEM] = ACTIONS(5283), + [anon_sym_alignas] = ACTIONS(5283), + [anon_sym__Alignas] = ACTIONS(5283), + [anon_sym_COLON] = ACTIONS(5283), + [anon_sym_or] = ACTIONS(5283), + [anon_sym_and] = ACTIONS(5283), + [anon_sym_asm] = ACTIONS(5283), + [anon_sym___asm__] = ACTIONS(5283), + [anon_sym___asm] = ACTIONS(5283), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5283), + [anon_sym_decltype] = ACTIONS(5283), + [anon_sym_final] = ACTIONS(5283), + [anon_sym_override] = ACTIONS(5283), + [anon_sym_template] = ACTIONS(5283), + [anon_sym_GT2] = ACTIONS(5285), + [anon_sym_operator] = ACTIONS(5283), + [anon_sym_try] = ACTIONS(5283), + [anon_sym_requires] = ACTIONS(5283), + }, + [2135] = { + [sym_string_literal] = STATE(2155), + [sym_template_argument_list] = STATE(3022), + [sym_raw_string_literal] = STATE(2155), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(5893), + [anon_sym_LPAREN2] = ACTIONS(5893), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4909), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(5896), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + }, + [2136] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + }, + [2137] = { + [sym_string_literal] = STATE(1671), + [sym_template_argument_list] = STATE(2310), + [sym_raw_string_literal] = STATE(1671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(5877), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5877), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(5879), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + }, + [2138] = { + [sym_string_literal] = STATE(2155), + [sym_template_argument_list] = STATE(3135), + [sym_raw_string_literal] = STATE(2155), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(5877), + [anon_sym_LPAREN2] = ACTIONS(5877), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5877), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(5879), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + }, + [2139] = { + [sym_string_literal] = STATE(3130), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(3130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym___attribute__] = ACTIONS(4109), + [anon_sym___attribute] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(5899), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(5901), + [anon_sym_SLASH_EQ] = ACTIONS(5901), + [anon_sym_PERCENT_EQ] = ACTIONS(5901), + [anon_sym_PLUS_EQ] = ACTIONS(5901), + [anon_sym_DASH_EQ] = ACTIONS(5901), + [anon_sym_LT_LT_EQ] = ACTIONS(5901), + [anon_sym_GT_GT_EQ] = ACTIONS(5901), + [anon_sym_AMP_EQ] = ACTIONS(5901), + [anon_sym_CARET_EQ] = ACTIONS(5901), + [anon_sym_PIPE_EQ] = ACTIONS(5901), + [anon_sym_and_eq] = ACTIONS(5901), + [anon_sym_or_eq] = ACTIONS(5901), + [anon_sym_xor_eq] = ACTIONS(5901), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(5903), + [anon_sym_u_DQUOTE] = ACTIONS(5903), + [anon_sym_U_DQUOTE] = ACTIONS(5903), + [anon_sym_u8_DQUOTE] = ACTIONS(5903), + [anon_sym_DQUOTE] = ACTIONS(5903), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5905), + [anon_sym_LR_DQUOTE] = ACTIONS(5905), + [anon_sym_uR_DQUOTE] = ACTIONS(5905), + [anon_sym_UR_DQUOTE] = ACTIONS(5905), + [anon_sym_u8R_DQUOTE] = ACTIONS(5905), + }, + [2140] = { + [sym_string_literal] = STATE(2130), + [sym_template_argument_list] = STATE(2310), + [sym_raw_string_literal] = STATE(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym___attribute__] = ACTIONS(4109), + [anon_sym___attribute] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(5883), + [anon_sym_u_DQUOTE] = ACTIONS(5883), + [anon_sym_U_DQUOTE] = ACTIONS(5883), + [anon_sym_u8_DQUOTE] = ACTIONS(5883), + [anon_sym_DQUOTE] = ACTIONS(5883), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5885), + [anon_sym_LR_DQUOTE] = ACTIONS(5885), + [anon_sym_uR_DQUOTE] = ACTIONS(5885), + [anon_sym_UR_DQUOTE] = ACTIONS(5885), + [anon_sym_u8R_DQUOTE] = ACTIONS(5885), + }, + [2141] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(5907), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + }, + [2142] = { + [sym_string_literal] = STATE(2142), + [sym_raw_string_literal] = STATE(2142), + [aux_sym_concatenated_string_repeat1] = STATE(2142), + [sym_identifier] = ACTIONS(5909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5417), + [anon_sym_COMMA] = ACTIONS(5417), + [anon_sym_LPAREN2] = ACTIONS(5417), + [anon_sym_DASH] = ACTIONS(5419), + [anon_sym_PLUS] = ACTIONS(5419), + [anon_sym_STAR] = ACTIONS(5419), + [anon_sym_SLASH] = ACTIONS(5419), + [anon_sym_PERCENT] = ACTIONS(5419), + [anon_sym_PIPE_PIPE] = ACTIONS(5417), + [anon_sym_AMP_AMP] = ACTIONS(5417), + [anon_sym_PIPE] = ACTIONS(5419), + [anon_sym_CARET] = ACTIONS(5419), + [anon_sym_AMP] = ACTIONS(5419), + [anon_sym_EQ_EQ] = ACTIONS(5417), + [anon_sym_BANG_EQ] = ACTIONS(5417), + [anon_sym_GT] = ACTIONS(5419), + [anon_sym_GT_EQ] = ACTIONS(5417), + [anon_sym_LT_EQ] = ACTIONS(5419), + [anon_sym_LT] = ACTIONS(5419), + [anon_sym_LT_LT] = ACTIONS(5419), + [anon_sym_GT_GT] = ACTIONS(5419), + [anon_sym_SEMI] = ACTIONS(5417), + [anon_sym___attribute__] = ACTIONS(5419), + [anon_sym___attribute] = ACTIONS(5419), + [anon_sym_LBRACK] = ACTIONS(5417), + [anon_sym_EQ] = ACTIONS(5419), + [anon_sym_QMARK] = ACTIONS(5417), + [anon_sym_STAR_EQ] = ACTIONS(5417), + [anon_sym_SLASH_EQ] = ACTIONS(5417), + [anon_sym_PERCENT_EQ] = ACTIONS(5417), + [anon_sym_PLUS_EQ] = ACTIONS(5417), + [anon_sym_DASH_EQ] = ACTIONS(5417), + [anon_sym_LT_LT_EQ] = ACTIONS(5417), + [anon_sym_GT_GT_EQ] = ACTIONS(5417), + [anon_sym_AMP_EQ] = ACTIONS(5417), + [anon_sym_CARET_EQ] = ACTIONS(5417), + [anon_sym_PIPE_EQ] = ACTIONS(5417), + [anon_sym_and_eq] = ACTIONS(5419), + [anon_sym_or_eq] = ACTIONS(5419), + [anon_sym_xor_eq] = ACTIONS(5419), + [anon_sym_LT_EQ_GT] = ACTIONS(5417), + [anon_sym_or] = ACTIONS(5419), + [anon_sym_and] = ACTIONS(5419), + [anon_sym_bitor] = ACTIONS(5419), + [anon_sym_xor] = ACTIONS(5419), + [anon_sym_bitand] = ACTIONS(5419), + [anon_sym_not_eq] = ACTIONS(5419), + [anon_sym_DASH_DASH] = ACTIONS(5417), + [anon_sym_PLUS_PLUS] = ACTIONS(5417), + [anon_sym_DOT] = ACTIONS(5419), + [anon_sym_DOT_STAR] = ACTIONS(5417), + [anon_sym_DASH_GT] = ACTIONS(5417), + [anon_sym_L_DQUOTE] = ACTIONS(5912), + [anon_sym_u_DQUOTE] = ACTIONS(5912), + [anon_sym_U_DQUOTE] = ACTIONS(5912), + [anon_sym_u8_DQUOTE] = ACTIONS(5912), + [anon_sym_DQUOTE] = ACTIONS(5912), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5915), + [anon_sym_LR_DQUOTE] = ACTIONS(5915), + [anon_sym_uR_DQUOTE] = ACTIONS(5915), + [anon_sym_UR_DQUOTE] = ACTIONS(5915), + [anon_sym_u8R_DQUOTE] = ACTIONS(5915), + [sym_literal_suffix] = ACTIONS(5419), + }, + [2143] = { + [sym_attribute_specifier] = STATE(2269), + [sym_enumerator_list] = STATE(2156), + [sym_identifier] = ACTIONS(5918), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), + [anon_sym_COMMA] = ACTIONS(5920), + [anon_sym_RPAREN] = ACTIONS(5920), + [aux_sym_preproc_if_token2] = ACTIONS(5920), + [aux_sym_preproc_else_token1] = ACTIONS(5920), + [aux_sym_preproc_elif_token1] = ACTIONS(5918), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5920), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5920), + [anon_sym_LPAREN2] = ACTIONS(5920), + [anon_sym_DASH] = ACTIONS(5918), + [anon_sym_PLUS] = ACTIONS(5918), + [anon_sym_STAR] = ACTIONS(5918), + [anon_sym_SLASH] = ACTIONS(5918), + [anon_sym_PERCENT] = ACTIONS(5918), + [anon_sym_PIPE_PIPE] = ACTIONS(5920), + [anon_sym_AMP_AMP] = ACTIONS(5920), + [anon_sym_PIPE] = ACTIONS(5918), + [anon_sym_CARET] = ACTIONS(5918), + [anon_sym_AMP] = ACTIONS(5918), + [anon_sym_EQ_EQ] = ACTIONS(5920), + [anon_sym_BANG_EQ] = ACTIONS(5920), + [anon_sym_GT] = ACTIONS(5918), + [anon_sym_GT_EQ] = ACTIONS(5920), + [anon_sym_LT_EQ] = ACTIONS(5918), + [anon_sym_LT] = ACTIONS(5918), + [anon_sym_LT_LT] = ACTIONS(5918), + [anon_sym_GT_GT] = ACTIONS(5918), + [anon_sym_SEMI] = ACTIONS(5920), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5891), + [anon_sym_RBRACE] = ACTIONS(5920), + [anon_sym_LBRACK] = ACTIONS(5920), + [anon_sym_RBRACK] = ACTIONS(5920), + [anon_sym_EQ] = ACTIONS(5918), + [anon_sym_COLON] = ACTIONS(5920), + [anon_sym_QMARK] = ACTIONS(5920), + [anon_sym_STAR_EQ] = ACTIONS(5920), + [anon_sym_SLASH_EQ] = ACTIONS(5920), + [anon_sym_PERCENT_EQ] = ACTIONS(5920), + [anon_sym_PLUS_EQ] = ACTIONS(5920), + [anon_sym_DASH_EQ] = ACTIONS(5920), + [anon_sym_LT_LT_EQ] = ACTIONS(5920), + [anon_sym_GT_GT_EQ] = ACTIONS(5920), + [anon_sym_AMP_EQ] = ACTIONS(5920), + [anon_sym_CARET_EQ] = ACTIONS(5920), + [anon_sym_PIPE_EQ] = ACTIONS(5920), + [anon_sym_and_eq] = ACTIONS(5918), + [anon_sym_or_eq] = ACTIONS(5918), + [anon_sym_xor_eq] = ACTIONS(5918), + [anon_sym_LT_EQ_GT] = ACTIONS(5920), + [anon_sym_or] = ACTIONS(5918), + [anon_sym_and] = ACTIONS(5918), + [anon_sym_bitor] = ACTIONS(5918), + [anon_sym_xor] = ACTIONS(5918), + [anon_sym_bitand] = ACTIONS(5918), + [anon_sym_not_eq] = ACTIONS(5918), + [anon_sym_DASH_DASH] = ACTIONS(5920), + [anon_sym_PLUS_PLUS] = ACTIONS(5920), + [anon_sym_DOT] = ACTIONS(5918), + [anon_sym_DOT_STAR] = ACTIONS(5920), + [anon_sym_DASH_GT] = ACTIONS(5920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5918), + [anon_sym_decltype] = ACTIONS(5918), + }, + [2144] = { + [sym_string_literal] = STATE(1671), + [sym_template_argument_list] = STATE(2910), + [sym_raw_string_literal] = STATE(1671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(5893), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(5922), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LBRACK] = ACTIONS(5896), + [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_LT_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_AMP_EQ] = ACTIONS(4109), + [anon_sym_CARET_EQ] = ACTIONS(4109), + [anon_sym_PIPE_EQ] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), + }, + [2145] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_TILDE] = ACTIONS(5321), + [anon_sym_STAR] = ACTIONS(5321), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___extension__] = ACTIONS(5319), + [anon_sym_virtual] = ACTIONS(5319), + [anon_sym_extern] = ACTIONS(5319), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5321), + [anon_sym___declspec] = ACTIONS(5319), + [anon_sym___based] = ACTIONS(5319), + [anon_sym___cdecl] = ACTIONS(5319), + [anon_sym___clrcall] = ACTIONS(5319), + [anon_sym___stdcall] = ACTIONS(5319), + [anon_sym___fastcall] = ACTIONS(5319), + [anon_sym___thiscall] = ACTIONS(5319), + [anon_sym___vectorcall] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5319), + [anon_sym_static] = ACTIONS(5319), + [anon_sym_EQ] = ACTIONS(5321), + [anon_sym_register] = ACTIONS(5319), + [anon_sym_inline] = ACTIONS(5319), + [anon_sym___inline] = ACTIONS(5319), + [anon_sym___inline__] = ACTIONS(5319), + [anon_sym___forceinline] = ACTIONS(5319), + [anon_sym_thread_local] = ACTIONS(5319), + [anon_sym___thread] = ACTIONS(5319), + [anon_sym_const] = ACTIONS(5319), + [anon_sym_constexpr] = ACTIONS(5319), + [anon_sym_volatile] = ACTIONS(5319), + [anon_sym_restrict] = ACTIONS(5319), + [anon_sym___restrict__] = ACTIONS(5319), + [anon_sym__Atomic] = ACTIONS(5319), + [anon_sym__Noreturn] = ACTIONS(5319), + [anon_sym_noreturn] = ACTIONS(5319), + [anon_sym__Nonnull] = ACTIONS(5319), + [anon_sym_mutable] = ACTIONS(5319), + [anon_sym_constinit] = ACTIONS(5319), + [anon_sym_consteval] = ACTIONS(5319), + [anon_sym_PROGMEM] = ACTIONS(5319), + [anon_sym_alignas] = ACTIONS(5319), + [anon_sym__Alignas] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5319), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_asm] = ACTIONS(5319), + [anon_sym___asm__] = ACTIONS(5319), + [anon_sym___asm] = ACTIONS(5319), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + [anon_sym_template] = ACTIONS(5319), + [anon_sym_GT2] = ACTIONS(5321), + [anon_sym_operator] = ACTIONS(5319), + [anon_sym_try] = ACTIONS(5319), + [anon_sym_requires] = ACTIONS(5319), + }, + [2146] = { + [sym_identifier] = ACTIONS(5319), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5321), + [anon_sym_COMMA] = ACTIONS(5321), + [anon_sym_RPAREN] = ACTIONS(5321), + [aux_sym_preproc_if_token2] = ACTIONS(5321), + [aux_sym_preproc_else_token1] = ACTIONS(5321), + [aux_sym_preproc_elif_token1] = ACTIONS(5319), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5321), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5321), + [anon_sym_LPAREN2] = ACTIONS(5321), + [anon_sym_DASH] = ACTIONS(5319), + [anon_sym_PLUS] = ACTIONS(5319), + [anon_sym_STAR] = ACTIONS(5319), + [anon_sym_SLASH] = ACTIONS(5319), + [anon_sym_PERCENT] = ACTIONS(5319), + [anon_sym_PIPE_PIPE] = ACTIONS(5321), + [anon_sym_AMP_AMP] = ACTIONS(5321), + [anon_sym_PIPE] = ACTIONS(5319), + [anon_sym_CARET] = ACTIONS(5319), + [anon_sym_AMP] = ACTIONS(5319), + [anon_sym_EQ_EQ] = ACTIONS(5321), + [anon_sym_BANG_EQ] = ACTIONS(5321), + [anon_sym_GT] = ACTIONS(5319), + [anon_sym_GT_EQ] = ACTIONS(5321), + [anon_sym_LT_EQ] = ACTIONS(5319), + [anon_sym_LT] = ACTIONS(5319), + [anon_sym_LT_LT] = ACTIONS(5319), + [anon_sym_GT_GT] = ACTIONS(5319), + [anon_sym_SEMI] = ACTIONS(5321), + [anon_sym___attribute__] = ACTIONS(5319), + [anon_sym___attribute] = ACTIONS(5319), + [anon_sym_LBRACE] = ACTIONS(5321), + [anon_sym_RBRACE] = ACTIONS(5321), + [anon_sym_LBRACK] = ACTIONS(5321), + [anon_sym_RBRACK] = ACTIONS(5321), + [anon_sym_EQ] = ACTIONS(5319), + [anon_sym_COLON] = ACTIONS(5321), + [anon_sym_QMARK] = ACTIONS(5321), + [anon_sym_STAR_EQ] = ACTIONS(5321), + [anon_sym_SLASH_EQ] = ACTIONS(5321), + [anon_sym_PERCENT_EQ] = ACTIONS(5321), + [anon_sym_PLUS_EQ] = ACTIONS(5321), + [anon_sym_DASH_EQ] = ACTIONS(5321), + [anon_sym_LT_LT_EQ] = ACTIONS(5321), + [anon_sym_GT_GT_EQ] = ACTIONS(5321), + [anon_sym_AMP_EQ] = ACTIONS(5321), + [anon_sym_CARET_EQ] = ACTIONS(5321), + [anon_sym_PIPE_EQ] = ACTIONS(5321), + [anon_sym_and_eq] = ACTIONS(5319), + [anon_sym_or_eq] = ACTIONS(5319), + [anon_sym_xor_eq] = ACTIONS(5319), + [anon_sym_LT_EQ_GT] = ACTIONS(5321), + [anon_sym_or] = ACTIONS(5319), + [anon_sym_and] = ACTIONS(5319), + [anon_sym_bitor] = ACTIONS(5319), + [anon_sym_xor] = ACTIONS(5319), + [anon_sym_bitand] = ACTIONS(5319), + [anon_sym_not_eq] = ACTIONS(5319), + [anon_sym_DASH_DASH] = ACTIONS(5321), + [anon_sym_PLUS_PLUS] = ACTIONS(5321), + [anon_sym_DOT] = ACTIONS(5319), + [anon_sym_DOT_STAR] = ACTIONS(5321), + [anon_sym_DASH_GT] = ACTIONS(5321), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5319), + [anon_sym_decltype] = ACTIONS(5319), + [anon_sym_final] = ACTIONS(5319), + [anon_sym_override] = ACTIONS(5319), + }, + [2147] = { + [sym_string_literal] = STATE(2142), + [sym_raw_string_literal] = STATE(2142), + [aux_sym_concatenated_string_repeat1] = STATE(2142), + [sym_identifier] = ACTIONS(5925), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5299), + [anon_sym_COMMA] = ACTIONS(5299), + [anon_sym_LPAREN2] = ACTIONS(5299), + [anon_sym_DASH] = ACTIONS(5301), + [anon_sym_PLUS] = ACTIONS(5301), + [anon_sym_STAR] = ACTIONS(5301), + [anon_sym_SLASH] = ACTIONS(5301), + [anon_sym_PERCENT] = ACTIONS(5301), + [anon_sym_PIPE_PIPE] = ACTIONS(5299), + [anon_sym_AMP_AMP] = ACTIONS(5299), + [anon_sym_PIPE] = ACTIONS(5301), + [anon_sym_CARET] = ACTIONS(5301), + [anon_sym_AMP] = ACTIONS(5301), + [anon_sym_EQ_EQ] = ACTIONS(5299), + [anon_sym_BANG_EQ] = ACTIONS(5299), + [anon_sym_GT] = ACTIONS(5301), + [anon_sym_GT_EQ] = ACTIONS(5299), + [anon_sym_LT_EQ] = ACTIONS(5301), + [anon_sym_LT] = ACTIONS(5301), + [anon_sym_LT_LT] = ACTIONS(5301), + [anon_sym_GT_GT] = ACTIONS(5301), + [anon_sym_SEMI] = ACTIONS(5299), + [anon_sym___attribute__] = ACTIONS(5301), + [anon_sym___attribute] = ACTIONS(5301), + [anon_sym_LBRACK] = ACTIONS(5299), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_QMARK] = ACTIONS(5299), + [anon_sym_STAR_EQ] = ACTIONS(5299), + [anon_sym_SLASH_EQ] = ACTIONS(5299), + [anon_sym_PERCENT_EQ] = ACTIONS(5299), + [anon_sym_PLUS_EQ] = ACTIONS(5299), + [anon_sym_DASH_EQ] = ACTIONS(5299), + [anon_sym_LT_LT_EQ] = ACTIONS(5299), + [anon_sym_GT_GT_EQ] = ACTIONS(5299), + [anon_sym_AMP_EQ] = ACTIONS(5299), + [anon_sym_CARET_EQ] = ACTIONS(5299), + [anon_sym_PIPE_EQ] = ACTIONS(5299), + [anon_sym_and_eq] = ACTIONS(5301), + [anon_sym_or_eq] = ACTIONS(5301), + [anon_sym_xor_eq] = ACTIONS(5301), + [anon_sym_LT_EQ_GT] = ACTIONS(5299), + [anon_sym_or] = ACTIONS(5301), + [anon_sym_and] = ACTIONS(5301), + [anon_sym_bitor] = ACTIONS(5301), + [anon_sym_xor] = ACTIONS(5301), + [anon_sym_bitand] = ACTIONS(5301), + [anon_sym_not_eq] = ACTIONS(5301), + [anon_sym_DASH_DASH] = ACTIONS(5299), + [anon_sym_PLUS_PLUS] = ACTIONS(5299), + [anon_sym_DOT] = ACTIONS(5301), + [anon_sym_DOT_STAR] = ACTIONS(5299), + [anon_sym_DASH_GT] = ACTIONS(5299), + [anon_sym_L_DQUOTE] = ACTIONS(5883), + [anon_sym_u_DQUOTE] = ACTIONS(5883), + [anon_sym_U_DQUOTE] = ACTIONS(5883), + [anon_sym_u8_DQUOTE] = ACTIONS(5883), + [anon_sym_DQUOTE] = ACTIONS(5883), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5885), + [anon_sym_LR_DQUOTE] = ACTIONS(5885), + [anon_sym_uR_DQUOTE] = ACTIONS(5885), + [anon_sym_UR_DQUOTE] = ACTIONS(5885), + [anon_sym_u8R_DQUOTE] = ACTIONS(5885), + [sym_literal_suffix] = ACTIONS(5301), + }, + [2148] = { + [sym_identifier] = ACTIONS(5307), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5309), + [anon_sym_COMMA] = ACTIONS(5309), + [anon_sym_RPAREN] = ACTIONS(5309), + [anon_sym_LPAREN2] = ACTIONS(5309), + [anon_sym_TILDE] = ACTIONS(5309), + [anon_sym_STAR] = ACTIONS(5309), + [anon_sym_PIPE_PIPE] = ACTIONS(5309), + [anon_sym_AMP_AMP] = ACTIONS(5309), + [anon_sym_AMP] = ACTIONS(5307), + [anon_sym_SEMI] = ACTIONS(5309), + [anon_sym___extension__] = ACTIONS(5307), + [anon_sym_virtual] = ACTIONS(5307), + [anon_sym_extern] = ACTIONS(5307), + [anon_sym___attribute__] = ACTIONS(5307), + [anon_sym___attribute] = ACTIONS(5307), + [anon_sym_COLON_COLON] = ACTIONS(5309), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5309), + [anon_sym___declspec] = ACTIONS(5307), + [anon_sym___based] = ACTIONS(5307), + [anon_sym___cdecl] = ACTIONS(5307), + [anon_sym___clrcall] = ACTIONS(5307), + [anon_sym___stdcall] = ACTIONS(5307), + [anon_sym___fastcall] = ACTIONS(5307), + [anon_sym___thiscall] = ACTIONS(5307), + [anon_sym___vectorcall] = ACTIONS(5307), + [anon_sym_LBRACE] = ACTIONS(5309), + [anon_sym_LBRACK] = ACTIONS(5307), + [anon_sym_static] = ACTIONS(5307), + [anon_sym_EQ] = ACTIONS(5309), + [anon_sym_register] = ACTIONS(5307), + [anon_sym_inline] = ACTIONS(5307), + [anon_sym___inline] = ACTIONS(5307), + [anon_sym___inline__] = ACTIONS(5307), + [anon_sym___forceinline] = ACTIONS(5307), + [anon_sym_thread_local] = ACTIONS(5307), + [anon_sym___thread] = ACTIONS(5307), + [anon_sym_const] = ACTIONS(5307), + [anon_sym_constexpr] = ACTIONS(5307), + [anon_sym_volatile] = ACTIONS(5307), + [anon_sym_restrict] = ACTIONS(5307), + [anon_sym___restrict__] = ACTIONS(5307), + [anon_sym__Atomic] = ACTIONS(5307), + [anon_sym__Noreturn] = ACTIONS(5307), + [anon_sym_noreturn] = ACTIONS(5307), + [anon_sym__Nonnull] = ACTIONS(5307), + [anon_sym_mutable] = ACTIONS(5307), + [anon_sym_constinit] = ACTIONS(5307), + [anon_sym_consteval] = ACTIONS(5307), + [anon_sym_PROGMEM] = ACTIONS(5307), + [anon_sym_alignas] = ACTIONS(5307), + [anon_sym__Alignas] = ACTIONS(5307), + [anon_sym_COLON] = ACTIONS(5307), + [anon_sym_or] = ACTIONS(5307), + [anon_sym_and] = ACTIONS(5307), + [anon_sym_asm] = ACTIONS(5307), + [anon_sym___asm__] = ACTIONS(5307), + [anon_sym___asm] = ACTIONS(5307), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5307), + [anon_sym_decltype] = ACTIONS(5307), + [anon_sym_final] = ACTIONS(5307), + [anon_sym_override] = ACTIONS(5307), + [anon_sym_template] = ACTIONS(5307), + [anon_sym_GT2] = ACTIONS(5309), + [anon_sym_operator] = ACTIONS(5307), + [anon_sym_try] = ACTIONS(5307), + [anon_sym_requires] = ACTIONS(5307), + }, + [2149] = { + [sym_template_argument_list] = STATE(1577), + [aux_sym_sized_type_specifier_repeat1] = STATE(2238), + [sym_identifier] = ACTIONS(5927), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5929), + [anon_sym_COMMA] = ACTIONS(5929), + [aux_sym_preproc_if_token2] = ACTIONS(5929), + [aux_sym_preproc_else_token1] = ACTIONS(5929), + [aux_sym_preproc_elif_token1] = ACTIONS(5927), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5929), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5929), + [anon_sym_LPAREN2] = ACTIONS(5929), + [anon_sym_DASH] = ACTIONS(5927), + [anon_sym_PLUS] = ACTIONS(5927), + [anon_sym_STAR] = ACTIONS(5927), + [anon_sym_SLASH] = ACTIONS(5927), + [anon_sym_PERCENT] = ACTIONS(5927), + [anon_sym_PIPE_PIPE] = ACTIONS(5929), + [anon_sym_AMP_AMP] = ACTIONS(5929), + [anon_sym_PIPE] = ACTIONS(5927), + [anon_sym_CARET] = ACTIONS(5927), + [anon_sym_AMP] = ACTIONS(5927), + [anon_sym_EQ_EQ] = ACTIONS(5929), + [anon_sym_BANG_EQ] = ACTIONS(5929), + [anon_sym_GT] = ACTIONS(5927), + [anon_sym_GT_EQ] = ACTIONS(5929), + [anon_sym_LT_EQ] = ACTIONS(5927), + [anon_sym_LT] = ACTIONS(5927), + [anon_sym_LT_LT] = ACTIONS(5927), + [anon_sym_GT_GT] = ACTIONS(5927), + [anon_sym___attribute__] = ACTIONS(5927), + [anon_sym___attribute] = ACTIONS(5927), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(5929), + [anon_sym_signed] = ACTIONS(5931), + [anon_sym_unsigned] = ACTIONS(5931), + [anon_sym_long] = ACTIONS(5931), + [anon_sym_short] = ACTIONS(5931), + [anon_sym_LBRACK] = ACTIONS(5929), + [anon_sym_EQ] = ACTIONS(5927), + [anon_sym_QMARK] = ACTIONS(5929), + [anon_sym_STAR_EQ] = ACTIONS(5929), + [anon_sym_SLASH_EQ] = ACTIONS(5929), + [anon_sym_PERCENT_EQ] = ACTIONS(5929), + [anon_sym_PLUS_EQ] = ACTIONS(5929), + [anon_sym_DASH_EQ] = ACTIONS(5929), + [anon_sym_LT_LT_EQ] = ACTIONS(5929), + [anon_sym_GT_GT_EQ] = ACTIONS(5929), + [anon_sym_AMP_EQ] = ACTIONS(5929), + [anon_sym_CARET_EQ] = ACTIONS(5929), + [anon_sym_PIPE_EQ] = ACTIONS(5929), + [anon_sym_and_eq] = ACTIONS(5927), + [anon_sym_or_eq] = ACTIONS(5927), + [anon_sym_xor_eq] = ACTIONS(5927), + [anon_sym_LT_EQ_GT] = ACTIONS(5929), + [anon_sym_or] = ACTIONS(5927), + [anon_sym_and] = ACTIONS(5927), + [anon_sym_bitor] = ACTIONS(5927), + [anon_sym_xor] = ACTIONS(5927), + [anon_sym_bitand] = ACTIONS(5927), + [anon_sym_not_eq] = ACTIONS(5927), + [anon_sym_DASH_DASH] = ACTIONS(5929), + [anon_sym_PLUS_PLUS] = ACTIONS(5929), + [anon_sym_DOT] = ACTIONS(5927), + [anon_sym_DOT_STAR] = ACTIONS(5929), + [anon_sym_DASH_GT] = ACTIONS(5929), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5927), + [anon_sym_decltype] = ACTIONS(5927), + }, + [2150] = { + [sym_attribute_specifier] = STATE(2227), + [sym_identifier] = ACTIONS(5933), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5935), + [anon_sym_COMMA] = ACTIONS(5935), + [anon_sym_RPAREN] = ACTIONS(5935), + [aux_sym_preproc_if_token2] = ACTIONS(5935), + [aux_sym_preproc_else_token1] = ACTIONS(5935), + [aux_sym_preproc_elif_token1] = ACTIONS(5933), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5935), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5935), + [anon_sym_LPAREN2] = ACTIONS(5935), + [anon_sym_DASH] = ACTIONS(5933), + [anon_sym_PLUS] = ACTIONS(5933), + [anon_sym_STAR] = ACTIONS(5933), + [anon_sym_SLASH] = ACTIONS(5933), + [anon_sym_PERCENT] = ACTIONS(5933), + [anon_sym_PIPE_PIPE] = ACTIONS(5935), + [anon_sym_AMP_AMP] = ACTIONS(5935), + [anon_sym_PIPE] = ACTIONS(5933), + [anon_sym_CARET] = ACTIONS(5933), + [anon_sym_AMP] = ACTIONS(5933), + [anon_sym_EQ_EQ] = ACTIONS(5935), + [anon_sym_BANG_EQ] = ACTIONS(5935), + [anon_sym_GT] = ACTIONS(5933), + [anon_sym_GT_EQ] = ACTIONS(5935), + [anon_sym_LT_EQ] = ACTIONS(5933), + [anon_sym_LT] = ACTIONS(5933), + [anon_sym_LT_LT] = ACTIONS(5933), + [anon_sym_GT_GT] = ACTIONS(5933), + [anon_sym_SEMI] = ACTIONS(5935), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5935), + [anon_sym_RBRACE] = ACTIONS(5935), + [anon_sym_LBRACK] = ACTIONS(5935), + [anon_sym_RBRACK] = ACTIONS(5935), + [anon_sym_EQ] = ACTIONS(5933), + [anon_sym_COLON] = ACTIONS(5935), + [anon_sym_QMARK] = ACTIONS(5935), + [anon_sym_STAR_EQ] = ACTIONS(5935), + [anon_sym_SLASH_EQ] = ACTIONS(5935), + [anon_sym_PERCENT_EQ] = ACTIONS(5935), + [anon_sym_PLUS_EQ] = ACTIONS(5935), + [anon_sym_DASH_EQ] = ACTIONS(5935), + [anon_sym_LT_LT_EQ] = ACTIONS(5935), + [anon_sym_GT_GT_EQ] = ACTIONS(5935), + [anon_sym_AMP_EQ] = ACTIONS(5935), + [anon_sym_CARET_EQ] = ACTIONS(5935), + [anon_sym_PIPE_EQ] = ACTIONS(5935), + [anon_sym_and_eq] = ACTIONS(5933), + [anon_sym_or_eq] = ACTIONS(5933), + [anon_sym_xor_eq] = ACTIONS(5933), + [anon_sym_LT_EQ_GT] = ACTIONS(5935), + [anon_sym_or] = ACTIONS(5933), + [anon_sym_and] = ACTIONS(5933), + [anon_sym_bitor] = ACTIONS(5933), + [anon_sym_xor] = ACTIONS(5933), + [anon_sym_bitand] = ACTIONS(5933), + [anon_sym_not_eq] = ACTIONS(5933), + [anon_sym_DASH_DASH] = ACTIONS(5935), + [anon_sym_PLUS_PLUS] = ACTIONS(5935), + [anon_sym_DOT] = ACTIONS(5933), + [anon_sym_DOT_STAR] = ACTIONS(5935), + [anon_sym_DASH_GT] = ACTIONS(5935), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5933), + [anon_sym_decltype] = ACTIONS(5933), + }, + [2151] = { + [sym_identifier] = ACTIONS(5937), + [anon_sym_LPAREN2] = ACTIONS(5939), + [anon_sym_TILDE] = ACTIONS(5939), + [anon_sym_STAR] = ACTIONS(5939), + [anon_sym_AMP_AMP] = ACTIONS(5939), + [anon_sym_AMP] = ACTIONS(5937), + [anon_sym___extension__] = ACTIONS(5937), + [anon_sym_virtual] = ACTIONS(5937), + [anon_sym_extern] = ACTIONS(5937), + [anon_sym___attribute__] = ACTIONS(5937), + [anon_sym___attribute] = ACTIONS(5937), + [anon_sym_COLON_COLON] = ACTIONS(5939), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5939), + [anon_sym___declspec] = ACTIONS(5937), + [anon_sym___based] = ACTIONS(5937), + [anon_sym___cdecl] = ACTIONS(5937), + [anon_sym___clrcall] = ACTIONS(5937), + [anon_sym___stdcall] = ACTIONS(5937), + [anon_sym___fastcall] = ACTIONS(5937), + [anon_sym___thiscall] = ACTIONS(5937), + [anon_sym___vectorcall] = ACTIONS(5937), + [anon_sym_signed] = ACTIONS(5937), + [anon_sym_unsigned] = ACTIONS(5937), + [anon_sym_long] = ACTIONS(5937), + [anon_sym_short] = ACTIONS(5937), + [anon_sym_LBRACK] = ACTIONS(5937), + [anon_sym_static] = ACTIONS(5937), + [anon_sym_register] = ACTIONS(5937), + [anon_sym_inline] = ACTIONS(5937), + [anon_sym___inline] = ACTIONS(5937), + [anon_sym___inline__] = ACTIONS(5937), + [anon_sym___forceinline] = ACTIONS(5937), + [anon_sym_thread_local] = ACTIONS(5937), + [anon_sym___thread] = ACTIONS(5937), + [anon_sym_const] = ACTIONS(5937), + [anon_sym_constexpr] = ACTIONS(5937), + [anon_sym_volatile] = ACTIONS(5937), + [anon_sym_restrict] = ACTIONS(5937), + [anon_sym___restrict__] = ACTIONS(5937), + [anon_sym__Atomic] = ACTIONS(5937), + [anon_sym__Noreturn] = ACTIONS(5937), + [anon_sym_noreturn] = ACTIONS(5937), + [anon_sym__Nonnull] = ACTIONS(5937), + [anon_sym_mutable] = ACTIONS(5937), + [anon_sym_constinit] = ACTIONS(5937), + [anon_sym_consteval] = ACTIONS(5937), + [anon_sym_PROGMEM] = ACTIONS(5937), + [anon_sym_alignas] = ACTIONS(5937), + [anon_sym__Alignas] = ACTIONS(5937), + [aux_sym_primitive_type_token1] = ACTIONS(5937), + [anon_sym_byte] = ACTIONS(5937), + [anon_sym_word] = ACTIONS(5937), + [anon_sym_enum] = ACTIONS(5937), + [anon_sym_class] = ACTIONS(5937), + [anon_sym_struct] = ACTIONS(5937), + [anon_sym_union] = ACTIONS(5937), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5937), + [anon_sym_decltype] = ACTIONS(5937), + [anon_sym_explicit] = ACTIONS(5937), + [anon_sym_typename] = ACTIONS(5937), + [anon_sym_template] = ACTIONS(5937), + [anon_sym_operator] = ACTIONS(5937), + [anon_sym_friend] = ACTIONS(5937), + [anon_sym_using] = ACTIONS(5937), + [anon_sym_concept] = ACTIONS(5937), + [anon_sym_requires] = ACTIONS(5937), + }, + [2152] = { + [sym_attribute_declaration] = STATE(2261), + [sym_parameter_list] = STATE(2225), + [aux_sym_attributed_declarator_repeat1] = STATE(2261), + [sym_identifier] = ACTIONS(5941), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5943), + [anon_sym_COMMA] = ACTIONS(5943), + [anon_sym_RPAREN] = ACTIONS(5943), + [aux_sym_preproc_if_token2] = ACTIONS(5943), + [aux_sym_preproc_else_token1] = ACTIONS(5943), + [aux_sym_preproc_elif_token1] = ACTIONS(5941), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5943), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5943), + [anon_sym_LPAREN2] = ACTIONS(5945), + [anon_sym_DASH] = ACTIONS(5941), + [anon_sym_PLUS] = ACTIONS(5941), + [anon_sym_STAR] = ACTIONS(5941), + [anon_sym_SLASH] = ACTIONS(5941), + [anon_sym_PERCENT] = ACTIONS(5941), + [anon_sym_PIPE_PIPE] = ACTIONS(5943), + [anon_sym_AMP_AMP] = ACTIONS(5943), + [anon_sym_PIPE] = ACTIONS(5941), + [anon_sym_CARET] = ACTIONS(5941), + [anon_sym_AMP] = ACTIONS(5941), + [anon_sym_EQ_EQ] = ACTIONS(5943), + [anon_sym_BANG_EQ] = ACTIONS(5943), + [anon_sym_GT] = ACTIONS(5941), + [anon_sym_GT_EQ] = ACTIONS(5943), + [anon_sym_LT_EQ] = ACTIONS(5941), + [anon_sym_LT] = ACTIONS(5941), + [anon_sym_LT_LT] = ACTIONS(5941), + [anon_sym_GT_GT] = ACTIONS(5941), + [anon_sym_SEMI] = ACTIONS(5943), + [anon_sym___attribute__] = ACTIONS(5941), + [anon_sym___attribute] = ACTIONS(5941), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(5943), + [anon_sym_LBRACK] = ACTIONS(5949), + [anon_sym_RBRACK] = ACTIONS(5943), + [anon_sym_EQ] = ACTIONS(5941), + [anon_sym_COLON] = ACTIONS(5943), + [anon_sym_QMARK] = ACTIONS(5943), + [anon_sym_STAR_EQ] = ACTIONS(5943), + [anon_sym_SLASH_EQ] = ACTIONS(5943), + [anon_sym_PERCENT_EQ] = ACTIONS(5943), + [anon_sym_PLUS_EQ] = ACTIONS(5943), + [anon_sym_DASH_EQ] = ACTIONS(5943), + [anon_sym_LT_LT_EQ] = ACTIONS(5943), + [anon_sym_GT_GT_EQ] = ACTIONS(5943), + [anon_sym_AMP_EQ] = ACTIONS(5943), + [anon_sym_CARET_EQ] = ACTIONS(5943), + [anon_sym_PIPE_EQ] = ACTIONS(5943), + [anon_sym_and_eq] = ACTIONS(5941), + [anon_sym_or_eq] = ACTIONS(5941), + [anon_sym_xor_eq] = ACTIONS(5941), + [anon_sym_LT_EQ_GT] = ACTIONS(5943), + [anon_sym_or] = ACTIONS(5941), + [anon_sym_and] = ACTIONS(5941), + [anon_sym_bitor] = ACTIONS(5941), + [anon_sym_xor] = ACTIONS(5941), + [anon_sym_bitand] = ACTIONS(5941), + [anon_sym_not_eq] = ACTIONS(5941), + [anon_sym_DASH_DASH] = ACTIONS(5943), + [anon_sym_PLUS_PLUS] = ACTIONS(5943), + [anon_sym_DOT] = ACTIONS(5941), + [anon_sym_DOT_STAR] = ACTIONS(5943), + [anon_sym_DASH_GT] = ACTIONS(5943), + [sym_comment] = ACTIONS(3), + }, + [2153] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4151), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2128] = { - [sym_string_literal] = STATE(1679), - [sym_template_argument_list] = STATE(2848), - [sym_raw_string_literal] = STATE(1679), + [2154] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(5877), + [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), [anon_sym_STAR] = ACTIONS(4117), @@ -282476,30 +284292,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(5880), + [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(5883), - [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4387), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -282512,234 +284327,646 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2129] = { - [sym_string_literal] = STATE(2139), - [sym_raw_string_literal] = STATE(2139), - [aux_sym_concatenated_string_repeat1] = STATE(2139), - [sym_identifier] = ACTIONS(5886), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5301), - [anon_sym_COMMA] = ACTIONS(5301), - [anon_sym_LPAREN2] = ACTIONS(5301), - [anon_sym_DASH] = ACTIONS(5303), - [anon_sym_PLUS] = ACTIONS(5303), - [anon_sym_STAR] = ACTIONS(5303), - [anon_sym_SLASH] = ACTIONS(5303), - [anon_sym_PERCENT] = ACTIONS(5303), - [anon_sym_PIPE_PIPE] = ACTIONS(5301), - [anon_sym_AMP_AMP] = ACTIONS(5301), - [anon_sym_PIPE] = ACTIONS(5303), - [anon_sym_CARET] = ACTIONS(5303), - [anon_sym_AMP] = ACTIONS(5303), - [anon_sym_EQ_EQ] = ACTIONS(5301), - [anon_sym_BANG_EQ] = ACTIONS(5301), - [anon_sym_GT] = ACTIONS(5303), - [anon_sym_GT_EQ] = ACTIONS(5301), - [anon_sym_LT_EQ] = ACTIONS(5303), - [anon_sym_LT] = ACTIONS(5303), - [anon_sym_LT_LT] = ACTIONS(5303), - [anon_sym_GT_GT] = ACTIONS(5303), - [anon_sym_SEMI] = ACTIONS(5301), - [anon_sym___attribute__] = ACTIONS(5303), - [anon_sym___attribute] = ACTIONS(5303), - [anon_sym_LBRACK] = ACTIONS(5301), - [anon_sym_EQ] = ACTIONS(5303), - [anon_sym_QMARK] = ACTIONS(5301), - [anon_sym_STAR_EQ] = ACTIONS(5301), - [anon_sym_SLASH_EQ] = ACTIONS(5301), - [anon_sym_PERCENT_EQ] = ACTIONS(5301), - [anon_sym_PLUS_EQ] = ACTIONS(5301), - [anon_sym_DASH_EQ] = ACTIONS(5301), - [anon_sym_LT_LT_EQ] = ACTIONS(5301), - [anon_sym_GT_GT_EQ] = ACTIONS(5301), - [anon_sym_AMP_EQ] = ACTIONS(5301), - [anon_sym_CARET_EQ] = ACTIONS(5301), - [anon_sym_PIPE_EQ] = ACTIONS(5301), - [anon_sym_and_eq] = ACTIONS(5303), - [anon_sym_or_eq] = ACTIONS(5303), - [anon_sym_xor_eq] = ACTIONS(5303), - [anon_sym_LT_EQ_GT] = ACTIONS(5301), - [anon_sym_or] = ACTIONS(5303), - [anon_sym_and] = ACTIONS(5303), - [anon_sym_bitor] = ACTIONS(5303), - [anon_sym_xor] = ACTIONS(5303), - [anon_sym_bitand] = ACTIONS(5303), - [anon_sym_not_eq] = ACTIONS(5303), - [anon_sym_DASH_DASH] = ACTIONS(5301), - [anon_sym_PLUS_PLUS] = ACTIONS(5301), - [anon_sym_DOT] = ACTIONS(5303), - [anon_sym_DOT_STAR] = ACTIONS(5301), - [anon_sym_DASH_GT] = ACTIONS(5301), - [anon_sym_L_DQUOTE] = ACTIONS(5888), - [anon_sym_u_DQUOTE] = ACTIONS(5888), - [anon_sym_U_DQUOTE] = ACTIONS(5888), - [anon_sym_u8_DQUOTE] = ACTIONS(5888), - [anon_sym_DQUOTE] = ACTIONS(5888), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5890), - [anon_sym_LR_DQUOTE] = ACTIONS(5890), - [anon_sym_uR_DQUOTE] = ACTIONS(5890), - [anon_sym_UR_DQUOTE] = ACTIONS(5890), - [anon_sym_u8R_DQUOTE] = ACTIONS(5890), - [sym_literal_suffix] = ACTIONS(5303), + [2155] = { + [sym_string_literal] = STATE(2163), + [sym_raw_string_literal] = STATE(2163), + [aux_sym_concatenated_string_repeat1] = STATE(2163), + [sym_identifier] = ACTIONS(5951), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5279), + [anon_sym_COMMA] = ACTIONS(5279), + [anon_sym_RPAREN] = ACTIONS(5279), + [anon_sym_LPAREN2] = ACTIONS(5279), + [anon_sym_DASH] = ACTIONS(5281), + [anon_sym_PLUS] = ACTIONS(5281), + [anon_sym_STAR] = ACTIONS(5281), + [anon_sym_SLASH] = ACTIONS(5281), + [anon_sym_PERCENT] = ACTIONS(5281), + [anon_sym_PIPE_PIPE] = ACTIONS(5279), + [anon_sym_AMP_AMP] = ACTIONS(5279), + [anon_sym_PIPE] = ACTIONS(5281), + [anon_sym_CARET] = ACTIONS(5281), + [anon_sym_AMP] = ACTIONS(5281), + [anon_sym_EQ_EQ] = ACTIONS(5279), + [anon_sym_BANG_EQ] = ACTIONS(5279), + [anon_sym_GT] = ACTIONS(5281), + [anon_sym_GT_EQ] = ACTIONS(5279), + [anon_sym_LT_EQ] = ACTIONS(5281), + [anon_sym_LT] = ACTIONS(5281), + [anon_sym_LT_LT] = ACTIONS(5281), + [anon_sym_GT_GT] = ACTIONS(5281), + [anon_sym_LBRACK] = ACTIONS(5279), + [anon_sym_EQ] = ACTIONS(5281), + [anon_sym_QMARK] = ACTIONS(5279), + [anon_sym_STAR_EQ] = ACTIONS(5279), + [anon_sym_SLASH_EQ] = ACTIONS(5279), + [anon_sym_PERCENT_EQ] = ACTIONS(5279), + [anon_sym_PLUS_EQ] = ACTIONS(5279), + [anon_sym_DASH_EQ] = ACTIONS(5279), + [anon_sym_LT_LT_EQ] = ACTIONS(5279), + [anon_sym_GT_GT_EQ] = ACTIONS(5279), + [anon_sym_AMP_EQ] = ACTIONS(5279), + [anon_sym_CARET_EQ] = ACTIONS(5279), + [anon_sym_PIPE_EQ] = ACTIONS(5279), + [anon_sym_and_eq] = ACTIONS(5281), + [anon_sym_or_eq] = ACTIONS(5281), + [anon_sym_xor_eq] = ACTIONS(5281), + [anon_sym_LT_EQ_GT] = ACTIONS(5279), + [anon_sym_or] = ACTIONS(5281), + [anon_sym_and] = ACTIONS(5281), + [anon_sym_bitor] = ACTIONS(5281), + [anon_sym_xor] = ACTIONS(5281), + [anon_sym_bitand] = ACTIONS(5281), + [anon_sym_not_eq] = ACTIONS(5281), + [anon_sym_DASH_DASH] = ACTIONS(5279), + [anon_sym_PLUS_PLUS] = ACTIONS(5279), + [anon_sym_DOT] = ACTIONS(5281), + [anon_sym_DOT_STAR] = ACTIONS(5279), + [anon_sym_DASH_GT] = ACTIONS(5281), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(5279), + [sym_literal_suffix] = ACTIONS(5281), }, - [2130] = { - [sym_identifier] = ACTIONS(5406), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5408), - [anon_sym_COMMA] = ACTIONS(5408), - [anon_sym_RPAREN] = ACTIONS(5408), - [anon_sym_LPAREN2] = ACTIONS(5408), - [anon_sym_TILDE] = ACTIONS(5408), - [anon_sym_STAR] = ACTIONS(5408), - [anon_sym_PIPE_PIPE] = ACTIONS(5408), - [anon_sym_AMP_AMP] = ACTIONS(5408), - [anon_sym_AMP] = ACTIONS(5406), - [anon_sym_SEMI] = ACTIONS(5408), - [anon_sym___extension__] = ACTIONS(5406), - [anon_sym_virtual] = ACTIONS(5406), - [anon_sym_extern] = ACTIONS(5406), - [anon_sym___attribute__] = ACTIONS(5406), - [anon_sym___attribute] = ACTIONS(5406), - [anon_sym_COLON_COLON] = ACTIONS(5408), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5408), - [anon_sym___declspec] = ACTIONS(5406), - [anon_sym___based] = ACTIONS(5406), - [anon_sym___cdecl] = ACTIONS(5406), - [anon_sym___clrcall] = ACTIONS(5406), - [anon_sym___stdcall] = ACTIONS(5406), - [anon_sym___fastcall] = ACTIONS(5406), - [anon_sym___thiscall] = ACTIONS(5406), - [anon_sym___vectorcall] = ACTIONS(5406), - [anon_sym_LBRACE] = ACTIONS(5408), - [anon_sym_LBRACK] = ACTIONS(5406), - [anon_sym_static] = ACTIONS(5406), - [anon_sym_EQ] = ACTIONS(5408), - [anon_sym_register] = ACTIONS(5406), - [anon_sym_inline] = ACTIONS(5406), - [anon_sym___inline] = ACTIONS(5406), - [anon_sym___inline__] = ACTIONS(5406), - [anon_sym___forceinline] = ACTIONS(5406), - [anon_sym_thread_local] = ACTIONS(5406), - [anon_sym___thread] = ACTIONS(5406), - [anon_sym_const] = ACTIONS(5406), - [anon_sym_constexpr] = ACTIONS(5406), - [anon_sym_volatile] = ACTIONS(5406), - [anon_sym_restrict] = ACTIONS(5406), - [anon_sym___restrict__] = ACTIONS(5406), - [anon_sym__Atomic] = ACTIONS(5406), - [anon_sym__Noreturn] = ACTIONS(5406), - [anon_sym_noreturn] = ACTIONS(5406), - [anon_sym__Nonnull] = ACTIONS(5406), - [anon_sym_mutable] = ACTIONS(5406), - [anon_sym_constinit] = ACTIONS(5406), - [anon_sym_consteval] = ACTIONS(5406), - [anon_sym_PROGMEM] = ACTIONS(5406), - [anon_sym_alignas] = ACTIONS(5406), - [anon_sym__Alignas] = ACTIONS(5406), - [anon_sym_COLON] = ACTIONS(5406), - [anon_sym_or] = ACTIONS(5406), - [anon_sym_and] = ACTIONS(5406), - [anon_sym_asm] = ACTIONS(5406), - [anon_sym___asm__] = ACTIONS(5406), - [anon_sym___asm] = ACTIONS(5406), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5406), - [anon_sym_decltype] = ACTIONS(5406), - [anon_sym_final] = ACTIONS(5406), - [anon_sym_override] = ACTIONS(5406), - [anon_sym_template] = ACTIONS(5406), - [anon_sym_GT2] = ACTIONS(5408), - [anon_sym_operator] = ACTIONS(5406), - [anon_sym_try] = ACTIONS(5406), - [anon_sym_requires] = ACTIONS(5406), + [2156] = { + [sym_attribute_specifier] = STATE(2211), + [sym_identifier] = ACTIONS(5953), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5955), + [anon_sym_COMMA] = ACTIONS(5955), + [anon_sym_RPAREN] = ACTIONS(5955), + [aux_sym_preproc_if_token2] = ACTIONS(5955), + [aux_sym_preproc_else_token1] = ACTIONS(5955), + [aux_sym_preproc_elif_token1] = ACTIONS(5953), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5955), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5955), + [anon_sym_LPAREN2] = ACTIONS(5955), + [anon_sym_DASH] = ACTIONS(5953), + [anon_sym_PLUS] = ACTIONS(5953), + [anon_sym_STAR] = ACTIONS(5953), + [anon_sym_SLASH] = ACTIONS(5953), + [anon_sym_PERCENT] = ACTIONS(5953), + [anon_sym_PIPE_PIPE] = ACTIONS(5955), + [anon_sym_AMP_AMP] = ACTIONS(5955), + [anon_sym_PIPE] = ACTIONS(5953), + [anon_sym_CARET] = ACTIONS(5953), + [anon_sym_AMP] = ACTIONS(5953), + [anon_sym_EQ_EQ] = ACTIONS(5955), + [anon_sym_BANG_EQ] = ACTIONS(5955), + [anon_sym_GT] = ACTIONS(5953), + [anon_sym_GT_EQ] = ACTIONS(5955), + [anon_sym_LT_EQ] = ACTIONS(5953), + [anon_sym_LT] = ACTIONS(5953), + [anon_sym_LT_LT] = ACTIONS(5953), + [anon_sym_GT_GT] = ACTIONS(5953), + [anon_sym_SEMI] = ACTIONS(5955), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5955), + [anon_sym_RBRACE] = ACTIONS(5955), + [anon_sym_LBRACK] = ACTIONS(5955), + [anon_sym_RBRACK] = ACTIONS(5955), + [anon_sym_EQ] = ACTIONS(5953), + [anon_sym_COLON] = ACTIONS(5955), + [anon_sym_QMARK] = ACTIONS(5955), + [anon_sym_STAR_EQ] = ACTIONS(5955), + [anon_sym_SLASH_EQ] = ACTIONS(5955), + [anon_sym_PERCENT_EQ] = ACTIONS(5955), + [anon_sym_PLUS_EQ] = ACTIONS(5955), + [anon_sym_DASH_EQ] = ACTIONS(5955), + [anon_sym_LT_LT_EQ] = ACTIONS(5955), + [anon_sym_GT_GT_EQ] = ACTIONS(5955), + [anon_sym_AMP_EQ] = ACTIONS(5955), + [anon_sym_CARET_EQ] = ACTIONS(5955), + [anon_sym_PIPE_EQ] = ACTIONS(5955), + [anon_sym_and_eq] = ACTIONS(5953), + [anon_sym_or_eq] = ACTIONS(5953), + [anon_sym_xor_eq] = ACTIONS(5953), + [anon_sym_LT_EQ_GT] = ACTIONS(5955), + [anon_sym_or] = ACTIONS(5953), + [anon_sym_and] = ACTIONS(5953), + [anon_sym_bitor] = ACTIONS(5953), + [anon_sym_xor] = ACTIONS(5953), + [anon_sym_bitand] = ACTIONS(5953), + [anon_sym_not_eq] = ACTIONS(5953), + [anon_sym_DASH_DASH] = ACTIONS(5955), + [anon_sym_PLUS_PLUS] = ACTIONS(5955), + [anon_sym_DOT] = ACTIONS(5953), + [anon_sym_DOT_STAR] = ACTIONS(5955), + [anon_sym_DASH_GT] = ACTIONS(5955), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5953), + [anon_sym_decltype] = ACTIONS(5953), }, - [2131] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_EQ] = ACTIONS(5291), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_asm] = ACTIONS(5289), - [anon_sym___asm__] = ACTIONS(5289), - [anon_sym___asm] = ACTIONS(5289), + [2157] = { + [sym_attribute_specifier] = STATE(2278), + [sym_identifier] = ACTIONS(5957), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5959), + [anon_sym_COMMA] = ACTIONS(5959), + [anon_sym_RPAREN] = ACTIONS(5959), + [aux_sym_preproc_if_token2] = ACTIONS(5959), + [aux_sym_preproc_else_token1] = ACTIONS(5959), + [aux_sym_preproc_elif_token1] = ACTIONS(5957), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5959), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5959), + [anon_sym_LPAREN2] = ACTIONS(5959), + [anon_sym_DASH] = ACTIONS(5957), + [anon_sym_PLUS] = ACTIONS(5957), + [anon_sym_STAR] = ACTIONS(5957), + [anon_sym_SLASH] = ACTIONS(5957), + [anon_sym_PERCENT] = ACTIONS(5957), + [anon_sym_PIPE_PIPE] = ACTIONS(5959), + [anon_sym_AMP_AMP] = ACTIONS(5959), + [anon_sym_PIPE] = ACTIONS(5957), + [anon_sym_CARET] = ACTIONS(5957), + [anon_sym_AMP] = ACTIONS(5957), + [anon_sym_EQ_EQ] = ACTIONS(5959), + [anon_sym_BANG_EQ] = ACTIONS(5959), + [anon_sym_GT] = ACTIONS(5957), + [anon_sym_GT_EQ] = ACTIONS(5959), + [anon_sym_LT_EQ] = ACTIONS(5957), + [anon_sym_LT] = ACTIONS(5957), + [anon_sym_LT_LT] = ACTIONS(5957), + [anon_sym_GT_GT] = ACTIONS(5957), + [anon_sym_SEMI] = ACTIONS(5959), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5959), + [anon_sym_RBRACE] = ACTIONS(5959), + [anon_sym_LBRACK] = ACTIONS(5959), + [anon_sym_RBRACK] = ACTIONS(5959), + [anon_sym_EQ] = ACTIONS(5957), + [anon_sym_COLON] = ACTIONS(5959), + [anon_sym_QMARK] = ACTIONS(5959), + [anon_sym_STAR_EQ] = ACTIONS(5959), + [anon_sym_SLASH_EQ] = ACTIONS(5959), + [anon_sym_PERCENT_EQ] = ACTIONS(5959), + [anon_sym_PLUS_EQ] = ACTIONS(5959), + [anon_sym_DASH_EQ] = ACTIONS(5959), + [anon_sym_LT_LT_EQ] = ACTIONS(5959), + [anon_sym_GT_GT_EQ] = ACTIONS(5959), + [anon_sym_AMP_EQ] = ACTIONS(5959), + [anon_sym_CARET_EQ] = ACTIONS(5959), + [anon_sym_PIPE_EQ] = ACTIONS(5959), + [anon_sym_and_eq] = ACTIONS(5957), + [anon_sym_or_eq] = ACTIONS(5957), + [anon_sym_xor_eq] = ACTIONS(5957), + [anon_sym_LT_EQ_GT] = ACTIONS(5959), + [anon_sym_or] = ACTIONS(5957), + [anon_sym_and] = ACTIONS(5957), + [anon_sym_bitor] = ACTIONS(5957), + [anon_sym_xor] = ACTIONS(5957), + [anon_sym_bitand] = ACTIONS(5957), + [anon_sym_not_eq] = ACTIONS(5957), + [anon_sym_DASH_DASH] = ACTIONS(5959), + [anon_sym_PLUS_PLUS] = ACTIONS(5959), + [anon_sym_DOT] = ACTIONS(5957), + [anon_sym_DOT_STAR] = ACTIONS(5959), + [anon_sym_DASH_GT] = ACTIONS(5959), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5957), + [anon_sym_decltype] = ACTIONS(5957), + }, + [2158] = { + [sym_attribute_specifier] = STATE(1784), + [sym_enumerator_list] = STATE(2196), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), + [anon_sym_COMMA] = ACTIONS(5920), + [anon_sym_RPAREN] = ACTIONS(5920), + [anon_sym_LPAREN2] = ACTIONS(5920), + [anon_sym_DASH] = ACTIONS(5918), + [anon_sym_PLUS] = ACTIONS(5918), + [anon_sym_STAR] = ACTIONS(5920), + [anon_sym_SLASH] = ACTIONS(5918), + [anon_sym_PERCENT] = ACTIONS(5920), + [anon_sym_PIPE_PIPE] = ACTIONS(5920), + [anon_sym_AMP_AMP] = ACTIONS(5920), + [anon_sym_PIPE] = ACTIONS(5918), + [anon_sym_CARET] = ACTIONS(5920), + [anon_sym_AMP] = ACTIONS(5918), + [anon_sym_EQ_EQ] = ACTIONS(5920), + [anon_sym_BANG_EQ] = ACTIONS(5920), + [anon_sym_GT] = ACTIONS(5918), + [anon_sym_GT_EQ] = ACTIONS(5920), + [anon_sym_LT_EQ] = ACTIONS(5918), + [anon_sym_LT] = ACTIONS(5918), + [anon_sym_LT_LT] = ACTIONS(5920), + [anon_sym_GT_GT] = ACTIONS(5920), + [anon_sym_SEMI] = ACTIONS(5920), + [anon_sym___extension__] = ACTIONS(5920), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5961), + [anon_sym_RBRACE] = ACTIONS(5920), + [anon_sym_LBRACK] = ACTIONS(5920), + [anon_sym_RBRACK] = ACTIONS(5920), + [anon_sym_const] = ACTIONS(5918), + [anon_sym_constexpr] = ACTIONS(5920), + [anon_sym_volatile] = ACTIONS(5920), + [anon_sym_restrict] = ACTIONS(5920), + [anon_sym___restrict__] = ACTIONS(5920), + [anon_sym__Atomic] = ACTIONS(5920), + [anon_sym__Noreturn] = ACTIONS(5920), + [anon_sym_noreturn] = ACTIONS(5920), + [anon_sym__Nonnull] = ACTIONS(5920), + [anon_sym_mutable] = ACTIONS(5920), + [anon_sym_constinit] = ACTIONS(5920), + [anon_sym_consteval] = ACTIONS(5920), + [anon_sym_PROGMEM] = ACTIONS(5920), + [anon_sym_alignas] = ACTIONS(5920), + [anon_sym__Alignas] = ACTIONS(5920), + [anon_sym_COLON] = ACTIONS(5920), + [anon_sym_QMARK] = ACTIONS(5920), + [anon_sym_LT_EQ_GT] = ACTIONS(5920), + [anon_sym_or] = ACTIONS(5920), + [anon_sym_and] = ACTIONS(5920), + [anon_sym_bitor] = ACTIONS(5920), + [anon_sym_xor] = ACTIONS(5920), + [anon_sym_bitand] = ACTIONS(5920), + [anon_sym_not_eq] = ACTIONS(5920), + [anon_sym_DASH_DASH] = ACTIONS(5920), + [anon_sym_PLUS_PLUS] = ACTIONS(5920), + [anon_sym_DOT] = ACTIONS(5918), + [anon_sym_DOT_STAR] = ACTIONS(5920), + [anon_sym_DASH_GT] = ACTIONS(5920), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5920), + [anon_sym_decltype] = ACTIONS(5920), + [anon_sym_final] = ACTIONS(5920), + [anon_sym_override] = ACTIONS(5920), + [anon_sym_requires] = ACTIONS(5920), + }, + [2159] = { + [sym_attribute_declaration] = STATE(2261), + [sym_parameter_list] = STATE(2225), + [aux_sym_attributed_declarator_repeat1] = STATE(2261), + [sym_identifier] = ACTIONS(5963), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5965), + [anon_sym_COMMA] = ACTIONS(5965), + [anon_sym_RPAREN] = ACTIONS(5965), + [aux_sym_preproc_if_token2] = ACTIONS(5965), + [aux_sym_preproc_else_token1] = ACTIONS(5965), + [aux_sym_preproc_elif_token1] = ACTIONS(5963), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5965), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5965), + [anon_sym_LPAREN2] = ACTIONS(5945), + [anon_sym_DASH] = ACTIONS(5963), + [anon_sym_PLUS] = ACTIONS(5963), + [anon_sym_STAR] = ACTIONS(5963), + [anon_sym_SLASH] = ACTIONS(5963), + [anon_sym_PERCENT] = ACTIONS(5963), + [anon_sym_PIPE_PIPE] = ACTIONS(5965), + [anon_sym_AMP_AMP] = ACTIONS(5965), + [anon_sym_PIPE] = ACTIONS(5963), + [anon_sym_CARET] = ACTIONS(5963), + [anon_sym_AMP] = ACTIONS(5963), + [anon_sym_EQ_EQ] = ACTIONS(5965), + [anon_sym_BANG_EQ] = ACTIONS(5965), + [anon_sym_GT] = ACTIONS(5963), + [anon_sym_GT_EQ] = ACTIONS(5965), + [anon_sym_LT_EQ] = ACTIONS(5963), + [anon_sym_LT] = ACTIONS(5963), + [anon_sym_LT_LT] = ACTIONS(5963), + [anon_sym_GT_GT] = ACTIONS(5963), + [anon_sym_SEMI] = ACTIONS(5965), + [anon_sym___attribute__] = ACTIONS(5963), + [anon_sym___attribute] = ACTIONS(5963), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(5965), + [anon_sym_LBRACK] = ACTIONS(5949), + [anon_sym_RBRACK] = ACTIONS(5965), + [anon_sym_EQ] = ACTIONS(5963), + [anon_sym_COLON] = ACTIONS(5965), + [anon_sym_QMARK] = ACTIONS(5965), + [anon_sym_STAR_EQ] = ACTIONS(5965), + [anon_sym_SLASH_EQ] = ACTIONS(5965), + [anon_sym_PERCENT_EQ] = ACTIONS(5965), + [anon_sym_PLUS_EQ] = ACTIONS(5965), + [anon_sym_DASH_EQ] = ACTIONS(5965), + [anon_sym_LT_LT_EQ] = ACTIONS(5965), + [anon_sym_GT_GT_EQ] = ACTIONS(5965), + [anon_sym_AMP_EQ] = ACTIONS(5965), + [anon_sym_CARET_EQ] = ACTIONS(5965), + [anon_sym_PIPE_EQ] = ACTIONS(5965), + [anon_sym_and_eq] = ACTIONS(5963), + [anon_sym_or_eq] = ACTIONS(5963), + [anon_sym_xor_eq] = ACTIONS(5963), + [anon_sym_LT_EQ_GT] = ACTIONS(5965), + [anon_sym_or] = ACTIONS(5963), + [anon_sym_and] = ACTIONS(5963), + [anon_sym_bitor] = ACTIONS(5963), + [anon_sym_xor] = ACTIONS(5963), + [anon_sym_bitand] = ACTIONS(5963), + [anon_sym_not_eq] = ACTIONS(5963), + [anon_sym_DASH_DASH] = ACTIONS(5965), + [anon_sym_PLUS_PLUS] = ACTIONS(5965), + [anon_sym_DOT] = ACTIONS(5963), + [anon_sym_DOT_STAR] = ACTIONS(5965), + [anon_sym_DASH_GT] = ACTIONS(5965), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_GT2] = ACTIONS(5291), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_try] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), }, - [2132] = { - [sym_string_literal] = STATE(3213), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(3213), + [2160] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [aux_sym_preproc_if_token2] = ACTIONS(5457), + [aux_sym_preproc_else_token1] = ACTIONS(5457), + [aux_sym_preproc_elif_token1] = ACTIONS(5455), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5457), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5455), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5455), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5455), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5455), + [anon_sym_GT_GT] = ACTIONS(5455), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_EQ] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5455), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_STAR_EQ] = ACTIONS(5457), + [anon_sym_SLASH_EQ] = ACTIONS(5457), + [anon_sym_PERCENT_EQ] = ACTIONS(5457), + [anon_sym_PLUS_EQ] = ACTIONS(5457), + [anon_sym_DASH_EQ] = ACTIONS(5457), + [anon_sym_LT_LT_EQ] = ACTIONS(5457), + [anon_sym_GT_GT_EQ] = ACTIONS(5457), + [anon_sym_AMP_EQ] = ACTIONS(5457), + [anon_sym_CARET_EQ] = ACTIONS(5457), + [anon_sym_PIPE_EQ] = ACTIONS(5457), + [anon_sym_and_eq] = ACTIONS(5455), + [anon_sym_or_eq] = ACTIONS(5455), + [anon_sym_xor_eq] = ACTIONS(5455), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), + }, + [2161] = { + [sym_attribute_specifier] = STATE(2215), + [sym_identifier] = ACTIONS(5967), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5969), + [anon_sym_COMMA] = ACTIONS(5969), + [anon_sym_RPAREN] = ACTIONS(5969), + [aux_sym_preproc_if_token2] = ACTIONS(5969), + [aux_sym_preproc_else_token1] = ACTIONS(5969), + [aux_sym_preproc_elif_token1] = ACTIONS(5967), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5969), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5969), + [anon_sym_LPAREN2] = ACTIONS(5969), + [anon_sym_DASH] = ACTIONS(5967), + [anon_sym_PLUS] = ACTIONS(5967), + [anon_sym_STAR] = ACTIONS(5967), + [anon_sym_SLASH] = ACTIONS(5967), + [anon_sym_PERCENT] = ACTIONS(5967), + [anon_sym_PIPE_PIPE] = ACTIONS(5969), + [anon_sym_AMP_AMP] = ACTIONS(5969), + [anon_sym_PIPE] = ACTIONS(5967), + [anon_sym_CARET] = ACTIONS(5967), + [anon_sym_AMP] = ACTIONS(5967), + [anon_sym_EQ_EQ] = ACTIONS(5969), + [anon_sym_BANG_EQ] = ACTIONS(5969), + [anon_sym_GT] = ACTIONS(5967), + [anon_sym_GT_EQ] = ACTIONS(5969), + [anon_sym_LT_EQ] = ACTIONS(5967), + [anon_sym_LT] = ACTIONS(5967), + [anon_sym_LT_LT] = ACTIONS(5967), + [anon_sym_GT_GT] = ACTIONS(5967), + [anon_sym_SEMI] = ACTIONS(5969), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5969), + [anon_sym_RBRACE] = ACTIONS(5969), + [anon_sym_LBRACK] = ACTIONS(5969), + [anon_sym_RBRACK] = ACTIONS(5969), + [anon_sym_EQ] = ACTIONS(5967), + [anon_sym_COLON] = ACTIONS(5969), + [anon_sym_QMARK] = ACTIONS(5969), + [anon_sym_STAR_EQ] = ACTIONS(5969), + [anon_sym_SLASH_EQ] = ACTIONS(5969), + [anon_sym_PERCENT_EQ] = ACTIONS(5969), + [anon_sym_PLUS_EQ] = ACTIONS(5969), + [anon_sym_DASH_EQ] = ACTIONS(5969), + [anon_sym_LT_LT_EQ] = ACTIONS(5969), + [anon_sym_GT_GT_EQ] = ACTIONS(5969), + [anon_sym_AMP_EQ] = ACTIONS(5969), + [anon_sym_CARET_EQ] = ACTIONS(5969), + [anon_sym_PIPE_EQ] = ACTIONS(5969), + [anon_sym_and_eq] = ACTIONS(5967), + [anon_sym_or_eq] = ACTIONS(5967), + [anon_sym_xor_eq] = ACTIONS(5967), + [anon_sym_LT_EQ_GT] = ACTIONS(5969), + [anon_sym_or] = ACTIONS(5967), + [anon_sym_and] = ACTIONS(5967), + [anon_sym_bitor] = ACTIONS(5967), + [anon_sym_xor] = ACTIONS(5967), + [anon_sym_bitand] = ACTIONS(5967), + [anon_sym_not_eq] = ACTIONS(5967), + [anon_sym_DASH_DASH] = ACTIONS(5969), + [anon_sym_PLUS_PLUS] = ACTIONS(5969), + [anon_sym_DOT] = ACTIONS(5967), + [anon_sym_DOT_STAR] = ACTIONS(5969), + [anon_sym_DASH_GT] = ACTIONS(5969), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5967), + [anon_sym_decltype] = ACTIONS(5967), + }, + [2162] = { + [sym_identifier] = ACTIONS(5971), + [anon_sym_LPAREN2] = ACTIONS(5973), + [anon_sym_TILDE] = ACTIONS(5973), + [anon_sym_STAR] = ACTIONS(5973), + [anon_sym_AMP_AMP] = ACTIONS(5973), + [anon_sym_AMP] = ACTIONS(5971), + [anon_sym___extension__] = ACTIONS(5971), + [anon_sym_virtual] = ACTIONS(5971), + [anon_sym_extern] = ACTIONS(5971), + [anon_sym___attribute__] = ACTIONS(5971), + [anon_sym___attribute] = ACTIONS(5971), + [anon_sym_COLON_COLON] = ACTIONS(5973), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5973), + [anon_sym___declspec] = ACTIONS(5971), + [anon_sym___based] = ACTIONS(5971), + [anon_sym___cdecl] = ACTIONS(5971), + [anon_sym___clrcall] = ACTIONS(5971), + [anon_sym___stdcall] = ACTIONS(5971), + [anon_sym___fastcall] = ACTIONS(5971), + [anon_sym___thiscall] = ACTIONS(5971), + [anon_sym___vectorcall] = ACTIONS(5971), + [anon_sym_signed] = ACTIONS(5971), + [anon_sym_unsigned] = ACTIONS(5971), + [anon_sym_long] = ACTIONS(5971), + [anon_sym_short] = ACTIONS(5971), + [anon_sym_LBRACK] = ACTIONS(5971), + [anon_sym_static] = ACTIONS(5971), + [anon_sym_register] = ACTIONS(5971), + [anon_sym_inline] = ACTIONS(5971), + [anon_sym___inline] = ACTIONS(5971), + [anon_sym___inline__] = ACTIONS(5971), + [anon_sym___forceinline] = ACTIONS(5971), + [anon_sym_thread_local] = ACTIONS(5971), + [anon_sym___thread] = ACTIONS(5971), + [anon_sym_const] = ACTIONS(5971), + [anon_sym_constexpr] = ACTIONS(5971), + [anon_sym_volatile] = ACTIONS(5971), + [anon_sym_restrict] = ACTIONS(5971), + [anon_sym___restrict__] = ACTIONS(5971), + [anon_sym__Atomic] = ACTIONS(5971), + [anon_sym__Noreturn] = ACTIONS(5971), + [anon_sym_noreturn] = ACTIONS(5971), + [anon_sym__Nonnull] = ACTIONS(5971), + [anon_sym_mutable] = ACTIONS(5971), + [anon_sym_constinit] = ACTIONS(5971), + [anon_sym_consteval] = ACTIONS(5971), + [anon_sym_PROGMEM] = ACTIONS(5971), + [anon_sym_alignas] = ACTIONS(5971), + [anon_sym__Alignas] = ACTIONS(5971), + [aux_sym_primitive_type_token1] = ACTIONS(5971), + [anon_sym_byte] = ACTIONS(5971), + [anon_sym_word] = ACTIONS(5971), + [anon_sym_enum] = ACTIONS(5971), + [anon_sym_class] = ACTIONS(5971), + [anon_sym_struct] = ACTIONS(5971), + [anon_sym_union] = ACTIONS(5971), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5971), + [anon_sym_decltype] = ACTIONS(5971), + [anon_sym_explicit] = ACTIONS(5971), + [anon_sym_typename] = ACTIONS(5971), + [anon_sym_template] = ACTIONS(5971), + [anon_sym_operator] = ACTIONS(5971), + [anon_sym_friend] = ACTIONS(5971), + [anon_sym_using] = ACTIONS(5971), + [anon_sym_concept] = ACTIONS(5971), + [anon_sym_requires] = ACTIONS(5971), + }, + [2163] = { + [sym_string_literal] = STATE(2170), + [sym_raw_string_literal] = STATE(2170), + [aux_sym_concatenated_string_repeat1] = STATE(2170), + [sym_identifier] = ACTIONS(5975), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5299), + [anon_sym_COMMA] = ACTIONS(5299), + [anon_sym_RPAREN] = ACTIONS(5299), + [anon_sym_LPAREN2] = ACTIONS(5299), + [anon_sym_DASH] = ACTIONS(5301), + [anon_sym_PLUS] = ACTIONS(5301), + [anon_sym_STAR] = ACTIONS(5301), + [anon_sym_SLASH] = ACTIONS(5301), + [anon_sym_PERCENT] = ACTIONS(5301), + [anon_sym_PIPE_PIPE] = ACTIONS(5299), + [anon_sym_AMP_AMP] = ACTIONS(5299), + [anon_sym_PIPE] = ACTIONS(5301), + [anon_sym_CARET] = ACTIONS(5301), + [anon_sym_AMP] = ACTIONS(5301), + [anon_sym_EQ_EQ] = ACTIONS(5299), + [anon_sym_BANG_EQ] = ACTIONS(5299), + [anon_sym_GT] = ACTIONS(5301), + [anon_sym_GT_EQ] = ACTIONS(5299), + [anon_sym_LT_EQ] = ACTIONS(5301), + [anon_sym_LT] = ACTIONS(5301), + [anon_sym_LT_LT] = ACTIONS(5301), + [anon_sym_GT_GT] = ACTIONS(5301), + [anon_sym_LBRACK] = ACTIONS(5299), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_QMARK] = ACTIONS(5299), + [anon_sym_STAR_EQ] = ACTIONS(5299), + [anon_sym_SLASH_EQ] = ACTIONS(5299), + [anon_sym_PERCENT_EQ] = ACTIONS(5299), + [anon_sym_PLUS_EQ] = ACTIONS(5299), + [anon_sym_DASH_EQ] = ACTIONS(5299), + [anon_sym_LT_LT_EQ] = ACTIONS(5299), + [anon_sym_GT_GT_EQ] = ACTIONS(5299), + [anon_sym_AMP_EQ] = ACTIONS(5299), + [anon_sym_CARET_EQ] = ACTIONS(5299), + [anon_sym_PIPE_EQ] = ACTIONS(5299), + [anon_sym_and_eq] = ACTIONS(5301), + [anon_sym_or_eq] = ACTIONS(5301), + [anon_sym_xor_eq] = ACTIONS(5301), + [anon_sym_LT_EQ_GT] = ACTIONS(5299), + [anon_sym_or] = ACTIONS(5301), + [anon_sym_and] = ACTIONS(5301), + [anon_sym_bitor] = ACTIONS(5301), + [anon_sym_xor] = ACTIONS(5301), + [anon_sym_bitand] = ACTIONS(5301), + [anon_sym_not_eq] = ACTIONS(5301), + [anon_sym_DASH_DASH] = ACTIONS(5299), + [anon_sym_PLUS_PLUS] = ACTIONS(5299), + [anon_sym_DOT] = ACTIONS(5301), + [anon_sym_DOT_STAR] = ACTIONS(5299), + [anon_sym_DASH_GT] = ACTIONS(5301), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(5299), + [sym_literal_suffix] = ACTIONS(5301), + }, + [2164] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_structured_binding_declarator_repeat1] = STATE(7445), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(5977), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -282759,27 +284986,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym___attribute__] = ACTIONS(4109), - [anon_sym___attribute] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(5892), + [anon_sym_RBRACK] = ACTIONS(5979), + [anon_sym_EQ] = ACTIONS(5982), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5894), - [anon_sym_SLASH_EQ] = ACTIONS(5894), - [anon_sym_PERCENT_EQ] = ACTIONS(5894), - [anon_sym_PLUS_EQ] = ACTIONS(5894), - [anon_sym_DASH_EQ] = ACTIONS(5894), - [anon_sym_LT_LT_EQ] = ACTIONS(5894), - [anon_sym_GT_GT_EQ] = ACTIONS(5894), - [anon_sym_AMP_EQ] = ACTIONS(5894), - [anon_sym_CARET_EQ] = ACTIONS(5894), - [anon_sym_PIPE_EQ] = ACTIONS(5894), - [anon_sym_and_eq] = ACTIONS(5894), - [anon_sym_or_eq] = ACTIONS(5894), - [anon_sym_xor_eq] = ACTIONS(5894), + [anon_sym_STAR_EQ] = ACTIONS(5984), + [anon_sym_SLASH_EQ] = ACTIONS(5984), + [anon_sym_PERCENT_EQ] = ACTIONS(5984), + [anon_sym_PLUS_EQ] = ACTIONS(5984), + [anon_sym_DASH_EQ] = ACTIONS(5984), + [anon_sym_LT_LT_EQ] = ACTIONS(5984), + [anon_sym_GT_GT_EQ] = ACTIONS(5984), + [anon_sym_AMP_EQ] = ACTIONS(5984), + [anon_sym_CARET_EQ] = ACTIONS(5984), + [anon_sym_PIPE_EQ] = ACTIONS(5984), + [anon_sym_and_eq] = ACTIONS(5984), + [anon_sym_or_eq] = ACTIONS(5984), + [anon_sym_xor_eq] = ACTIONS(5984), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -282792,95 +285017,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(5896), - [anon_sym_u_DQUOTE] = ACTIONS(5896), - [anon_sym_U_DQUOTE] = ACTIONS(5896), - [anon_sym_u8_DQUOTE] = ACTIONS(5896), - [anon_sym_DQUOTE] = ACTIONS(5896), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5898), - [anon_sym_LR_DQUOTE] = ACTIONS(5898), - [anon_sym_uR_DQUOTE] = ACTIONS(5898), - [anon_sym_UR_DQUOTE] = ACTIONS(5898), - [anon_sym_u8R_DQUOTE] = ACTIONS(5898), - }, - [2133] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_EQ] = ACTIONS(5291), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_asm] = ACTIONS(5289), - [anon_sym___asm__] = ACTIONS(5289), - [anon_sym___asm] = ACTIONS(5289), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_GT2] = ACTIONS(5291), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_try] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2134] = { - [sym_string_literal] = STATE(1679), - [sym_template_argument_list] = STATE(2306), - [sym_raw_string_literal] = STATE(1679), + [2165] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(5900), + [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), [anon_sym_STAR] = ACTIONS(4117), @@ -282896,30 +285051,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5900), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(5902), - [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4147), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -282932,26 +285086,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2135] = { - [sym_string_literal] = STATE(2169), - [sym_template_argument_list] = STATE(3216), - [sym_raw_string_literal] = STATE(2169), + [2166] = { + [sym_attribute_declaration] = STATE(2261), + [sym_parameter_list] = STATE(2225), + [aux_sym_attributed_declarator_repeat1] = STATE(2261), + [sym_identifier] = ACTIONS(5986), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5988), + [anon_sym_COMMA] = ACTIONS(5988), + [anon_sym_RPAREN] = ACTIONS(5988), + [aux_sym_preproc_if_token2] = ACTIONS(5988), + [aux_sym_preproc_else_token1] = ACTIONS(5988), + [aux_sym_preproc_elif_token1] = ACTIONS(5986), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5988), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5988), + [anon_sym_LPAREN2] = ACTIONS(5945), + [anon_sym_DASH] = ACTIONS(5986), + [anon_sym_PLUS] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(5986), + [anon_sym_SLASH] = ACTIONS(5986), + [anon_sym_PERCENT] = ACTIONS(5986), + [anon_sym_PIPE_PIPE] = ACTIONS(5988), + [anon_sym_AMP_AMP] = ACTIONS(5988), + [anon_sym_PIPE] = ACTIONS(5986), + [anon_sym_CARET] = ACTIONS(5986), + [anon_sym_AMP] = ACTIONS(5986), + [anon_sym_EQ_EQ] = ACTIONS(5988), + [anon_sym_BANG_EQ] = ACTIONS(5988), + [anon_sym_GT] = ACTIONS(5986), + [anon_sym_GT_EQ] = ACTIONS(5988), + [anon_sym_LT_EQ] = ACTIONS(5986), + [anon_sym_LT] = ACTIONS(5986), + [anon_sym_LT_LT] = ACTIONS(5986), + [anon_sym_GT_GT] = ACTIONS(5986), + [anon_sym_SEMI] = ACTIONS(5988), + [anon_sym___attribute__] = ACTIONS(5986), + [anon_sym___attribute] = ACTIONS(5986), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(5988), + [anon_sym_LBRACK] = ACTIONS(5949), + [anon_sym_RBRACK] = ACTIONS(5988), + [anon_sym_EQ] = ACTIONS(5986), + [anon_sym_COLON] = ACTIONS(5988), + [anon_sym_QMARK] = ACTIONS(5988), + [anon_sym_STAR_EQ] = ACTIONS(5988), + [anon_sym_SLASH_EQ] = ACTIONS(5988), + [anon_sym_PERCENT_EQ] = ACTIONS(5988), + [anon_sym_PLUS_EQ] = ACTIONS(5988), + [anon_sym_DASH_EQ] = ACTIONS(5988), + [anon_sym_LT_LT_EQ] = ACTIONS(5988), + [anon_sym_GT_GT_EQ] = ACTIONS(5988), + [anon_sym_AMP_EQ] = ACTIONS(5988), + [anon_sym_CARET_EQ] = ACTIONS(5988), + [anon_sym_PIPE_EQ] = ACTIONS(5988), + [anon_sym_and_eq] = ACTIONS(5986), + [anon_sym_or_eq] = ACTIONS(5986), + [anon_sym_xor_eq] = ACTIONS(5986), + [anon_sym_LT_EQ_GT] = ACTIONS(5988), + [anon_sym_or] = ACTIONS(5986), + [anon_sym_and] = ACTIONS(5986), + [anon_sym_bitor] = ACTIONS(5986), + [anon_sym_xor] = ACTIONS(5986), + [anon_sym_bitand] = ACTIONS(5986), + [anon_sym_not_eq] = ACTIONS(5986), + [anon_sym_DASH_DASH] = ACTIONS(5988), + [anon_sym_PLUS_PLUS] = ACTIONS(5988), + [anon_sym_DOT] = ACTIONS(5986), + [anon_sym_DOT_STAR] = ACTIONS(5988), + [anon_sym_DASH_GT] = ACTIONS(5988), + [sym_comment] = ACTIONS(3), + }, + [2167] = { + [sym_attribute_specifier] = STATE(2219), + [sym_identifier] = ACTIONS(5990), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5992), + [anon_sym_COMMA] = ACTIONS(5992), + [anon_sym_RPAREN] = ACTIONS(5992), + [aux_sym_preproc_if_token2] = ACTIONS(5992), + [aux_sym_preproc_else_token1] = ACTIONS(5992), + [aux_sym_preproc_elif_token1] = ACTIONS(5990), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5992), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5992), + [anon_sym_LPAREN2] = ACTIONS(5992), + [anon_sym_DASH] = ACTIONS(5990), + [anon_sym_PLUS] = ACTIONS(5990), + [anon_sym_STAR] = ACTIONS(5990), + [anon_sym_SLASH] = ACTIONS(5990), + [anon_sym_PERCENT] = ACTIONS(5990), + [anon_sym_PIPE_PIPE] = ACTIONS(5992), + [anon_sym_AMP_AMP] = ACTIONS(5992), + [anon_sym_PIPE] = ACTIONS(5990), + [anon_sym_CARET] = ACTIONS(5990), + [anon_sym_AMP] = ACTIONS(5990), + [anon_sym_EQ_EQ] = ACTIONS(5992), + [anon_sym_BANG_EQ] = ACTIONS(5992), + [anon_sym_GT] = ACTIONS(5990), + [anon_sym_GT_EQ] = ACTIONS(5992), + [anon_sym_LT_EQ] = ACTIONS(5990), + [anon_sym_LT] = ACTIONS(5990), + [anon_sym_LT_LT] = ACTIONS(5990), + [anon_sym_GT_GT] = ACTIONS(5990), + [anon_sym_SEMI] = ACTIONS(5992), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5992), + [anon_sym_RBRACE] = ACTIONS(5992), + [anon_sym_LBRACK] = ACTIONS(5992), + [anon_sym_RBRACK] = ACTIONS(5992), + [anon_sym_EQ] = ACTIONS(5990), + [anon_sym_COLON] = ACTIONS(5992), + [anon_sym_QMARK] = ACTIONS(5992), + [anon_sym_STAR_EQ] = ACTIONS(5992), + [anon_sym_SLASH_EQ] = ACTIONS(5992), + [anon_sym_PERCENT_EQ] = ACTIONS(5992), + [anon_sym_PLUS_EQ] = ACTIONS(5992), + [anon_sym_DASH_EQ] = ACTIONS(5992), + [anon_sym_LT_LT_EQ] = ACTIONS(5992), + [anon_sym_GT_GT_EQ] = ACTIONS(5992), + [anon_sym_AMP_EQ] = ACTIONS(5992), + [anon_sym_CARET_EQ] = ACTIONS(5992), + [anon_sym_PIPE_EQ] = ACTIONS(5992), + [anon_sym_and_eq] = ACTIONS(5990), + [anon_sym_or_eq] = ACTIONS(5990), + [anon_sym_xor_eq] = ACTIONS(5990), + [anon_sym_LT_EQ_GT] = ACTIONS(5992), + [anon_sym_or] = ACTIONS(5990), + [anon_sym_and] = ACTIONS(5990), + [anon_sym_bitor] = ACTIONS(5990), + [anon_sym_xor] = ACTIONS(5990), + [anon_sym_bitand] = ACTIONS(5990), + [anon_sym_not_eq] = ACTIONS(5990), + [anon_sym_DASH_DASH] = ACTIONS(5992), + [anon_sym_PLUS_PLUS] = ACTIONS(5992), + [anon_sym_DOT] = ACTIONS(5990), + [anon_sym_DOT_STAR] = ACTIONS(5992), + [anon_sym_DASH_GT] = ACTIONS(5992), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5990), + [anon_sym_decltype] = ACTIONS(5990), + }, + [2168] = { + [sym_attribute_specifier] = STATE(2260), + [sym_identifier] = ACTIONS(5994), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5996), + [anon_sym_COMMA] = ACTIONS(5996), + [anon_sym_RPAREN] = ACTIONS(5996), + [aux_sym_preproc_if_token2] = ACTIONS(5996), + [aux_sym_preproc_else_token1] = ACTIONS(5996), + [aux_sym_preproc_elif_token1] = ACTIONS(5994), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5996), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5996), + [anon_sym_LPAREN2] = ACTIONS(5996), + [anon_sym_DASH] = ACTIONS(5994), + [anon_sym_PLUS] = ACTIONS(5994), + [anon_sym_STAR] = ACTIONS(5994), + [anon_sym_SLASH] = ACTIONS(5994), + [anon_sym_PERCENT] = ACTIONS(5994), + [anon_sym_PIPE_PIPE] = ACTIONS(5996), + [anon_sym_AMP_AMP] = ACTIONS(5996), + [anon_sym_PIPE] = ACTIONS(5994), + [anon_sym_CARET] = ACTIONS(5994), + [anon_sym_AMP] = ACTIONS(5994), + [anon_sym_EQ_EQ] = ACTIONS(5996), + [anon_sym_BANG_EQ] = ACTIONS(5996), + [anon_sym_GT] = ACTIONS(5994), + [anon_sym_GT_EQ] = ACTIONS(5996), + [anon_sym_LT_EQ] = ACTIONS(5994), + [anon_sym_LT] = ACTIONS(5994), + [anon_sym_LT_LT] = ACTIONS(5994), + [anon_sym_GT_GT] = ACTIONS(5994), + [anon_sym_SEMI] = ACTIONS(5996), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5996), + [anon_sym_RBRACE] = ACTIONS(5996), + [anon_sym_LBRACK] = ACTIONS(5996), + [anon_sym_RBRACK] = ACTIONS(5996), + [anon_sym_EQ] = ACTIONS(5994), + [anon_sym_COLON] = ACTIONS(5996), + [anon_sym_QMARK] = ACTIONS(5996), + [anon_sym_STAR_EQ] = ACTIONS(5996), + [anon_sym_SLASH_EQ] = ACTIONS(5996), + [anon_sym_PERCENT_EQ] = ACTIONS(5996), + [anon_sym_PLUS_EQ] = ACTIONS(5996), + [anon_sym_DASH_EQ] = ACTIONS(5996), + [anon_sym_LT_LT_EQ] = ACTIONS(5996), + [anon_sym_GT_GT_EQ] = ACTIONS(5996), + [anon_sym_AMP_EQ] = ACTIONS(5996), + [anon_sym_CARET_EQ] = ACTIONS(5996), + [anon_sym_PIPE_EQ] = ACTIONS(5996), + [anon_sym_and_eq] = ACTIONS(5994), + [anon_sym_or_eq] = ACTIONS(5994), + [anon_sym_xor_eq] = ACTIONS(5994), + [anon_sym_LT_EQ_GT] = ACTIONS(5996), + [anon_sym_or] = ACTIONS(5994), + [anon_sym_and] = ACTIONS(5994), + [anon_sym_bitor] = ACTIONS(5994), + [anon_sym_xor] = ACTIONS(5994), + [anon_sym_bitand] = ACTIONS(5994), + [anon_sym_not_eq] = ACTIONS(5994), + [anon_sym_DASH_DASH] = ACTIONS(5996), + [anon_sym_PLUS_PLUS] = ACTIONS(5996), + [anon_sym_DOT] = ACTIONS(5994), + [anon_sym_DOT_STAR] = ACTIONS(5996), + [anon_sym_DASH_GT] = ACTIONS(5996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5994), + [anon_sym_decltype] = ACTIONS(5994), + }, + [2169] = { + [sym_string_literal] = STATE(2402), + [sym_template_argument_list] = STATE(3712), + [sym_raw_string_literal] = STATE(2402), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(5900), - [anon_sym_LPAREN2] = ACTIONS(5900), + [anon_sym_RPAREN] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), [anon_sym_STAR] = ACTIONS(4117), @@ -282967,13 +285328,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4927), + [anon_sym_LT] = ACTIONS(5998), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5900), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(5902), + [anon_sym_LBRACK] = ACTIONS(4109), [anon_sym_EQ] = ACTIONS(4117), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4109), @@ -282986,9 +285346,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_EQ] = ACTIONS(4109), [anon_sym_CARET_EQ] = ACTIONS(4109), [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_and_eq] = ACTIONS(6001), + [anon_sym_or_eq] = ACTIONS(6001), + [anon_sym_xor_eq] = ACTIONS(6001), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -283001,27 +285361,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_L_DQUOTE] = ACTIONS(4381), + [anon_sym_u_DQUOTE] = ACTIONS(4381), + [anon_sym_U_DQUOTE] = ACTIONS(4381), + [anon_sym_u8_DQUOTE] = ACTIONS(4381), + [anon_sym_DQUOTE] = ACTIONS(4381), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4383), + [anon_sym_LR_DQUOTE] = ACTIONS(4383), + [anon_sym_uR_DQUOTE] = ACTIONS(4383), + [anon_sym_UR_DQUOTE] = ACTIONS(4383), + [anon_sym_u8R_DQUOTE] = ACTIONS(4383), [anon_sym_DASH_GT_STAR] = ACTIONS(4109), }, - [2136] = { - [sym_string_literal] = STATE(2169), - [sym_template_argument_list] = STATE(3058), - [sym_raw_string_literal] = STATE(2169), + [2170] = { + [sym_string_literal] = STATE(2170), + [sym_raw_string_literal] = STATE(2170), + [aux_sym_concatenated_string_repeat1] = STATE(2170), + [sym_identifier] = ACTIONS(6003), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5417), + [anon_sym_COMMA] = ACTIONS(5417), + [anon_sym_RPAREN] = ACTIONS(5417), + [anon_sym_LPAREN2] = ACTIONS(5417), + [anon_sym_DASH] = ACTIONS(5419), + [anon_sym_PLUS] = ACTIONS(5419), + [anon_sym_STAR] = ACTIONS(5419), + [anon_sym_SLASH] = ACTIONS(5419), + [anon_sym_PERCENT] = ACTIONS(5419), + [anon_sym_PIPE_PIPE] = ACTIONS(5417), + [anon_sym_AMP_AMP] = ACTIONS(5417), + [anon_sym_PIPE] = ACTIONS(5419), + [anon_sym_CARET] = ACTIONS(5419), + [anon_sym_AMP] = ACTIONS(5419), + [anon_sym_EQ_EQ] = ACTIONS(5417), + [anon_sym_BANG_EQ] = ACTIONS(5417), + [anon_sym_GT] = ACTIONS(5419), + [anon_sym_GT_EQ] = ACTIONS(5417), + [anon_sym_LT_EQ] = ACTIONS(5419), + [anon_sym_LT] = ACTIONS(5419), + [anon_sym_LT_LT] = ACTIONS(5419), + [anon_sym_GT_GT] = ACTIONS(5419), + [anon_sym_LBRACK] = ACTIONS(5417), + [anon_sym_EQ] = ACTIONS(5419), + [anon_sym_QMARK] = ACTIONS(5417), + [anon_sym_STAR_EQ] = ACTIONS(5417), + [anon_sym_SLASH_EQ] = ACTIONS(5417), + [anon_sym_PERCENT_EQ] = ACTIONS(5417), + [anon_sym_PLUS_EQ] = ACTIONS(5417), + [anon_sym_DASH_EQ] = ACTIONS(5417), + [anon_sym_LT_LT_EQ] = ACTIONS(5417), + [anon_sym_GT_GT_EQ] = ACTIONS(5417), + [anon_sym_AMP_EQ] = ACTIONS(5417), + [anon_sym_CARET_EQ] = ACTIONS(5417), + [anon_sym_PIPE_EQ] = ACTIONS(5417), + [anon_sym_and_eq] = ACTIONS(5419), + [anon_sym_or_eq] = ACTIONS(5419), + [anon_sym_xor_eq] = ACTIONS(5419), + [anon_sym_LT_EQ_GT] = ACTIONS(5417), + [anon_sym_or] = ACTIONS(5419), + [anon_sym_and] = ACTIONS(5419), + [anon_sym_bitor] = ACTIONS(5419), + [anon_sym_xor] = ACTIONS(5419), + [anon_sym_bitand] = ACTIONS(5419), + [anon_sym_not_eq] = ACTIONS(5419), + [anon_sym_DASH_DASH] = ACTIONS(5417), + [anon_sym_PLUS_PLUS] = ACTIONS(5417), + [anon_sym_DOT] = ACTIONS(5419), + [anon_sym_DOT_STAR] = ACTIONS(5417), + [anon_sym_DASH_GT] = ACTIONS(5419), + [anon_sym_L_DQUOTE] = ACTIONS(6006), + [anon_sym_u_DQUOTE] = ACTIONS(6006), + [anon_sym_U_DQUOTE] = ACTIONS(6006), + [anon_sym_u8_DQUOTE] = ACTIONS(6006), + [anon_sym_DQUOTE] = ACTIONS(6006), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(6009), + [anon_sym_LR_DQUOTE] = ACTIONS(6009), + [anon_sym_uR_DQUOTE] = ACTIONS(6009), + [anon_sym_UR_DQUOTE] = ACTIONS(6009), + [anon_sym_u8R_DQUOTE] = ACTIONS(6009), + [anon_sym_DASH_GT_STAR] = ACTIONS(5417), + [sym_literal_suffix] = ACTIONS(5419), + }, + [2171] = { + [sym_template_argument_list] = STATE(1577), + [aux_sym_sized_type_specifier_repeat1] = STATE(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5929), + [anon_sym_COMMA] = ACTIONS(5929), + [anon_sym_RPAREN] = ACTIONS(5929), + [anon_sym_LPAREN2] = ACTIONS(5929), + [anon_sym_DASH] = ACTIONS(5927), + [anon_sym_PLUS] = ACTIONS(5927), + [anon_sym_STAR] = ACTIONS(5927), + [anon_sym_SLASH] = ACTIONS(5927), + [anon_sym_PERCENT] = ACTIONS(5927), + [anon_sym_PIPE_PIPE] = ACTIONS(5929), + [anon_sym_AMP_AMP] = ACTIONS(5929), + [anon_sym_PIPE] = ACTIONS(5927), + [anon_sym_CARET] = ACTIONS(5927), + [anon_sym_AMP] = ACTIONS(5927), + [anon_sym_EQ_EQ] = ACTIONS(5929), + [anon_sym_BANG_EQ] = ACTIONS(5929), + [anon_sym_GT] = ACTIONS(5927), + [anon_sym_GT_EQ] = ACTIONS(5929), + [anon_sym_LT_EQ] = ACTIONS(5927), + [anon_sym_LT] = ACTIONS(5927), + [anon_sym_LT_LT] = ACTIONS(5927), + [anon_sym_GT_GT] = ACTIONS(5927), + [anon_sym_SEMI] = ACTIONS(5929), + [anon_sym___attribute__] = ACTIONS(5929), + [anon_sym___attribute] = ACTIONS(5927), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(5929), + [anon_sym_RBRACE] = ACTIONS(5929), + [anon_sym_signed] = ACTIONS(6012), + [anon_sym_unsigned] = ACTIONS(6012), + [anon_sym_long] = ACTIONS(6012), + [anon_sym_short] = ACTIONS(6012), + [anon_sym_LBRACK] = ACTIONS(5929), + [anon_sym_RBRACK] = ACTIONS(5929), + [anon_sym_EQ] = ACTIONS(5927), + [anon_sym_COLON] = ACTIONS(5927), + [anon_sym_QMARK] = ACTIONS(5929), + [anon_sym_STAR_EQ] = ACTIONS(5929), + [anon_sym_SLASH_EQ] = ACTIONS(5929), + [anon_sym_PERCENT_EQ] = ACTIONS(5929), + [anon_sym_PLUS_EQ] = ACTIONS(5929), + [anon_sym_DASH_EQ] = ACTIONS(5929), + [anon_sym_LT_LT_EQ] = ACTIONS(5929), + [anon_sym_GT_GT_EQ] = ACTIONS(5929), + [anon_sym_AMP_EQ] = ACTIONS(5929), + [anon_sym_CARET_EQ] = ACTIONS(5929), + [anon_sym_PIPE_EQ] = ACTIONS(5929), + [anon_sym_and_eq] = ACTIONS(5929), + [anon_sym_or_eq] = ACTIONS(5929), + [anon_sym_xor_eq] = ACTIONS(5929), + [anon_sym_LT_EQ_GT] = ACTIONS(5929), + [anon_sym_or] = ACTIONS(5927), + [anon_sym_and] = ACTIONS(5927), + [anon_sym_bitor] = ACTIONS(5929), + [anon_sym_xor] = ACTIONS(5927), + [anon_sym_bitand] = ACTIONS(5929), + [anon_sym_not_eq] = ACTIONS(5929), + [anon_sym_DASH_DASH] = ACTIONS(5929), + [anon_sym_PLUS_PLUS] = ACTIONS(5929), + [anon_sym_DOT] = ACTIONS(5927), + [anon_sym_DOT_STAR] = ACTIONS(5929), + [anon_sym_DASH_GT] = ACTIONS(5929), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5929), + [anon_sym_decltype] = ACTIONS(5929), + }, + [2172] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(5877), - [anon_sym_LPAREN2] = ACTIONS(5877), + [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), [anon_sym_STAR] = ACTIONS(4117), @@ -283037,28 +285534,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4909), + [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4912), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(5883), - [anon_sym_EQ] = ACTIONS(4117), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4385), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_LT_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_GT_EQ] = ACTIONS(4145), + [anon_sym_AMP_EQ] = ACTIONS(4145), + [anon_sym_CARET_EQ] = ACTIONS(4145), + [anon_sym_PIPE_EQ] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4145), + [anon_sym_or_eq] = ACTIONS(4145), + [anon_sym_xor_eq] = ACTIONS(4145), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -283070,24 +285568,713 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4109), [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2137] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), + [2173] = { + [sym_template_argument_list] = STATE(2095), + [aux_sym_sized_type_specifier_repeat1] = STATE(2306), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_RPAREN] = ACTIONS(4115), + [anon_sym_LPAREN2] = ACTIONS(4115), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE] = ACTIONS(4107), + [anon_sym_CARET] = ACTIONS(4107), + [anon_sym_AMP] = ACTIONS(4107), + [anon_sym_EQ_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4115), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(5813), + [anon_sym_LT_LT] = ACTIONS(4107), + [anon_sym_GT_GT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym___attribute__] = ACTIONS(4115), + [anon_sym___attribute] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_signed] = ACTIONS(6012), + [anon_sym_unsigned] = ACTIONS(6012), + [anon_sym_long] = ACTIONS(6012), + [anon_sym_short] = ACTIONS(6012), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_RBRACK] = ACTIONS(4115), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_COLON] = ACTIONS(4107), + [anon_sym_QMARK] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_LT_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_GT_EQ] = ACTIONS(4115), + [anon_sym_AMP_EQ] = ACTIONS(4115), + [anon_sym_CARET_EQ] = ACTIONS(4115), + [anon_sym_PIPE_EQ] = ACTIONS(4115), + [anon_sym_and_eq] = ACTIONS(4115), + [anon_sym_or_eq] = ACTIONS(4115), + [anon_sym_xor_eq] = ACTIONS(4115), + [anon_sym_LT_EQ_GT] = ACTIONS(4115), + [anon_sym_or] = ACTIONS(4107), + [anon_sym_and] = ACTIONS(4107), + [anon_sym_bitor] = ACTIONS(4115), + [anon_sym_xor] = ACTIONS(4107), + [anon_sym_bitand] = ACTIONS(4115), + [anon_sym_not_eq] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_DOT_STAR] = ACTIONS(4115), + [anon_sym_DASH_GT] = ACTIONS(4115), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4115), + [anon_sym_decltype] = ACTIONS(4115), + }, + [2174] = { + [sym_attribute_specifier] = STATE(2275), + [sym_identifier] = ACTIONS(6014), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6016), + [anon_sym_COMMA] = ACTIONS(6016), + [anon_sym_RPAREN] = ACTIONS(6016), + [aux_sym_preproc_if_token2] = ACTIONS(6016), + [aux_sym_preproc_else_token1] = ACTIONS(6016), + [aux_sym_preproc_elif_token1] = ACTIONS(6014), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6016), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6016), + [anon_sym_LPAREN2] = ACTIONS(6016), + [anon_sym_DASH] = ACTIONS(6014), + [anon_sym_PLUS] = ACTIONS(6014), + [anon_sym_STAR] = ACTIONS(6014), + [anon_sym_SLASH] = ACTIONS(6014), + [anon_sym_PERCENT] = ACTIONS(6014), + [anon_sym_PIPE_PIPE] = ACTIONS(6016), + [anon_sym_AMP_AMP] = ACTIONS(6016), + [anon_sym_PIPE] = ACTIONS(6014), + [anon_sym_CARET] = ACTIONS(6014), + [anon_sym_AMP] = ACTIONS(6014), + [anon_sym_EQ_EQ] = ACTIONS(6016), + [anon_sym_BANG_EQ] = ACTIONS(6016), + [anon_sym_GT] = ACTIONS(6014), + [anon_sym_GT_EQ] = ACTIONS(6016), + [anon_sym_LT_EQ] = ACTIONS(6014), + [anon_sym_LT] = ACTIONS(6014), + [anon_sym_LT_LT] = ACTIONS(6014), + [anon_sym_GT_GT] = ACTIONS(6014), + [anon_sym_SEMI] = ACTIONS(6016), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6016), + [anon_sym_RBRACE] = ACTIONS(6016), + [anon_sym_LBRACK] = ACTIONS(6016), + [anon_sym_RBRACK] = ACTIONS(6016), + [anon_sym_EQ] = ACTIONS(6014), + [anon_sym_COLON] = ACTIONS(6016), + [anon_sym_QMARK] = ACTIONS(6016), + [anon_sym_STAR_EQ] = ACTIONS(6016), + [anon_sym_SLASH_EQ] = ACTIONS(6016), + [anon_sym_PERCENT_EQ] = ACTIONS(6016), + [anon_sym_PLUS_EQ] = ACTIONS(6016), + [anon_sym_DASH_EQ] = ACTIONS(6016), + [anon_sym_LT_LT_EQ] = ACTIONS(6016), + [anon_sym_GT_GT_EQ] = ACTIONS(6016), + [anon_sym_AMP_EQ] = ACTIONS(6016), + [anon_sym_CARET_EQ] = ACTIONS(6016), + [anon_sym_PIPE_EQ] = ACTIONS(6016), + [anon_sym_and_eq] = ACTIONS(6014), + [anon_sym_or_eq] = ACTIONS(6014), + [anon_sym_xor_eq] = ACTIONS(6014), + [anon_sym_LT_EQ_GT] = ACTIONS(6016), + [anon_sym_or] = ACTIONS(6014), + [anon_sym_and] = ACTIONS(6014), + [anon_sym_bitor] = ACTIONS(6014), + [anon_sym_xor] = ACTIONS(6014), + [anon_sym_bitand] = ACTIONS(6014), + [anon_sym_not_eq] = ACTIONS(6014), + [anon_sym_DASH_DASH] = ACTIONS(6016), + [anon_sym_PLUS_PLUS] = ACTIONS(6016), + [anon_sym_DOT] = ACTIONS(6014), + [anon_sym_DOT_STAR] = ACTIONS(6016), + [anon_sym_DASH_GT] = ACTIONS(6016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6014), + [anon_sym_decltype] = ACTIONS(6014), + }, + [2175] = { + [sym_attribute_specifier] = STATE(2226), + [sym_identifier] = ACTIONS(6018), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6020), + [anon_sym_COMMA] = ACTIONS(6020), + [anon_sym_RPAREN] = ACTIONS(6020), + [aux_sym_preproc_if_token2] = ACTIONS(6020), + [aux_sym_preproc_else_token1] = ACTIONS(6020), + [aux_sym_preproc_elif_token1] = ACTIONS(6018), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6020), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6020), + [anon_sym_LPAREN2] = ACTIONS(6020), + [anon_sym_DASH] = ACTIONS(6018), + [anon_sym_PLUS] = ACTIONS(6018), + [anon_sym_STAR] = ACTIONS(6018), + [anon_sym_SLASH] = ACTIONS(6018), + [anon_sym_PERCENT] = ACTIONS(6018), + [anon_sym_PIPE_PIPE] = ACTIONS(6020), + [anon_sym_AMP_AMP] = ACTIONS(6020), + [anon_sym_PIPE] = ACTIONS(6018), + [anon_sym_CARET] = ACTIONS(6018), + [anon_sym_AMP] = ACTIONS(6018), + [anon_sym_EQ_EQ] = ACTIONS(6020), + [anon_sym_BANG_EQ] = ACTIONS(6020), + [anon_sym_GT] = ACTIONS(6018), + [anon_sym_GT_EQ] = ACTIONS(6020), + [anon_sym_LT_EQ] = ACTIONS(6018), + [anon_sym_LT] = ACTIONS(6018), + [anon_sym_LT_LT] = ACTIONS(6018), + [anon_sym_GT_GT] = ACTIONS(6018), + [anon_sym_SEMI] = ACTIONS(6020), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6020), + [anon_sym_RBRACE] = ACTIONS(6020), + [anon_sym_LBRACK] = ACTIONS(6020), + [anon_sym_RBRACK] = ACTIONS(6020), + [anon_sym_EQ] = ACTIONS(6018), + [anon_sym_COLON] = ACTIONS(6020), + [anon_sym_QMARK] = ACTIONS(6020), + [anon_sym_STAR_EQ] = ACTIONS(6020), + [anon_sym_SLASH_EQ] = ACTIONS(6020), + [anon_sym_PERCENT_EQ] = ACTIONS(6020), + [anon_sym_PLUS_EQ] = ACTIONS(6020), + [anon_sym_DASH_EQ] = ACTIONS(6020), + [anon_sym_LT_LT_EQ] = ACTIONS(6020), + [anon_sym_GT_GT_EQ] = ACTIONS(6020), + [anon_sym_AMP_EQ] = ACTIONS(6020), + [anon_sym_CARET_EQ] = ACTIONS(6020), + [anon_sym_PIPE_EQ] = ACTIONS(6020), + [anon_sym_and_eq] = ACTIONS(6018), + [anon_sym_or_eq] = ACTIONS(6018), + [anon_sym_xor_eq] = ACTIONS(6018), + [anon_sym_LT_EQ_GT] = ACTIONS(6020), + [anon_sym_or] = ACTIONS(6018), + [anon_sym_and] = ACTIONS(6018), + [anon_sym_bitor] = ACTIONS(6018), + [anon_sym_xor] = ACTIONS(6018), + [anon_sym_bitand] = ACTIONS(6018), + [anon_sym_not_eq] = ACTIONS(6018), + [anon_sym_DASH_DASH] = ACTIONS(6020), + [anon_sym_PLUS_PLUS] = ACTIONS(6020), + [anon_sym_DOT] = ACTIONS(6018), + [anon_sym_DOT_STAR] = ACTIONS(6020), + [anon_sym_DASH_GT] = ACTIONS(6020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6018), + [anon_sym_decltype] = ACTIONS(6018), + }, + [2176] = { + [sym_identifier] = ACTIONS(6022), + [anon_sym_LPAREN2] = ACTIONS(6024), + [anon_sym_TILDE] = ACTIONS(6024), + [anon_sym_STAR] = ACTIONS(6024), + [anon_sym_AMP_AMP] = ACTIONS(6024), + [anon_sym_AMP] = ACTIONS(6022), + [anon_sym___extension__] = ACTIONS(6022), + [anon_sym_virtual] = ACTIONS(6022), + [anon_sym_extern] = ACTIONS(6022), + [anon_sym___attribute__] = ACTIONS(6022), + [anon_sym___attribute] = ACTIONS(6022), + [anon_sym_COLON_COLON] = ACTIONS(6024), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6024), + [anon_sym___declspec] = ACTIONS(6022), + [anon_sym___based] = ACTIONS(6022), + [anon_sym___cdecl] = ACTIONS(6022), + [anon_sym___clrcall] = ACTIONS(6022), + [anon_sym___stdcall] = ACTIONS(6022), + [anon_sym___fastcall] = ACTIONS(6022), + [anon_sym___thiscall] = ACTIONS(6022), + [anon_sym___vectorcall] = ACTIONS(6022), + [anon_sym_signed] = ACTIONS(6022), + [anon_sym_unsigned] = ACTIONS(6022), + [anon_sym_long] = ACTIONS(6022), + [anon_sym_short] = ACTIONS(6022), + [anon_sym_LBRACK] = ACTIONS(6022), + [anon_sym_static] = ACTIONS(6022), + [anon_sym_register] = ACTIONS(6022), + [anon_sym_inline] = ACTIONS(6022), + [anon_sym___inline] = ACTIONS(6022), + [anon_sym___inline__] = ACTIONS(6022), + [anon_sym___forceinline] = ACTIONS(6022), + [anon_sym_thread_local] = ACTIONS(6022), + [anon_sym___thread] = ACTIONS(6022), + [anon_sym_const] = ACTIONS(6022), + [anon_sym_constexpr] = ACTIONS(6022), + [anon_sym_volatile] = ACTIONS(6022), + [anon_sym_restrict] = ACTIONS(6022), + [anon_sym___restrict__] = ACTIONS(6022), + [anon_sym__Atomic] = ACTIONS(6022), + [anon_sym__Noreturn] = ACTIONS(6022), + [anon_sym_noreturn] = ACTIONS(6022), + [anon_sym__Nonnull] = ACTIONS(6022), + [anon_sym_mutable] = ACTIONS(6022), + [anon_sym_constinit] = ACTIONS(6022), + [anon_sym_consteval] = ACTIONS(6022), + [anon_sym_PROGMEM] = ACTIONS(6022), + [anon_sym_alignas] = ACTIONS(6022), + [anon_sym__Alignas] = ACTIONS(6022), + [aux_sym_primitive_type_token1] = ACTIONS(6022), + [anon_sym_byte] = ACTIONS(6022), + [anon_sym_word] = ACTIONS(6022), + [anon_sym_enum] = ACTIONS(6022), + [anon_sym_class] = ACTIONS(6022), + [anon_sym_struct] = ACTIONS(6022), + [anon_sym_union] = ACTIONS(6022), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6022), + [anon_sym_decltype] = ACTIONS(6022), + [anon_sym_explicit] = ACTIONS(6022), + [anon_sym_typename] = ACTIONS(6022), + [anon_sym_template] = ACTIONS(6022), + [anon_sym_operator] = ACTIONS(6022), + [anon_sym_friend] = ACTIONS(6022), + [anon_sym_using] = ACTIONS(6022), + [anon_sym_concept] = ACTIONS(6022), + [anon_sym_requires] = ACTIONS(6022), + }, + [2177] = { + [sym_decltype_auto] = STATE(2301), + [sym_identifier] = ACTIONS(5311), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5313), + [anon_sym_COMMA] = ACTIONS(5313), + [anon_sym_RPAREN] = ACTIONS(5313), + [aux_sym_preproc_if_token2] = ACTIONS(5313), + [aux_sym_preproc_else_token1] = ACTIONS(5313), + [aux_sym_preproc_elif_token1] = ACTIONS(5311), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5313), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5313), + [anon_sym_LPAREN2] = ACTIONS(5313), + [anon_sym_DASH] = ACTIONS(5311), + [anon_sym_PLUS] = ACTIONS(5311), + [anon_sym_STAR] = ACTIONS(5311), + [anon_sym_SLASH] = ACTIONS(5311), + [anon_sym_PERCENT] = ACTIONS(5311), + [anon_sym_PIPE_PIPE] = ACTIONS(5313), + [anon_sym_AMP_AMP] = ACTIONS(5313), + [anon_sym_PIPE] = ACTIONS(5311), + [anon_sym_CARET] = ACTIONS(5311), + [anon_sym_AMP] = ACTIONS(5311), + [anon_sym_EQ_EQ] = ACTIONS(5313), + [anon_sym_BANG_EQ] = ACTIONS(5313), + [anon_sym_GT] = ACTIONS(5311), + [anon_sym_GT_EQ] = ACTIONS(5313), + [anon_sym_LT_EQ] = ACTIONS(5311), + [anon_sym_LT] = ACTIONS(5311), + [anon_sym_LT_LT] = ACTIONS(5311), + [anon_sym_GT_GT] = ACTIONS(5311), + [anon_sym_SEMI] = ACTIONS(5313), + [anon_sym___attribute__] = ACTIONS(5311), + [anon_sym___attribute] = ACTIONS(5311), + [anon_sym_LBRACE] = ACTIONS(5313), + [anon_sym_RBRACE] = ACTIONS(5313), + [anon_sym_LBRACK] = ACTIONS(5313), + [anon_sym_RBRACK] = ACTIONS(5313), + [anon_sym_EQ] = ACTIONS(5311), + [anon_sym_COLON] = ACTIONS(5313), + [anon_sym_QMARK] = ACTIONS(5313), + [anon_sym_STAR_EQ] = ACTIONS(5313), + [anon_sym_SLASH_EQ] = ACTIONS(5313), + [anon_sym_PERCENT_EQ] = ACTIONS(5313), + [anon_sym_PLUS_EQ] = ACTIONS(5313), + [anon_sym_DASH_EQ] = ACTIONS(5313), + [anon_sym_LT_LT_EQ] = ACTIONS(5313), + [anon_sym_GT_GT_EQ] = ACTIONS(5313), + [anon_sym_AMP_EQ] = ACTIONS(5313), + [anon_sym_CARET_EQ] = ACTIONS(5313), + [anon_sym_PIPE_EQ] = ACTIONS(5313), + [anon_sym_and_eq] = ACTIONS(5311), + [anon_sym_or_eq] = ACTIONS(5311), + [anon_sym_xor_eq] = ACTIONS(5311), + [anon_sym_LT_EQ_GT] = ACTIONS(5313), + [anon_sym_or] = ACTIONS(5311), + [anon_sym_and] = ACTIONS(5311), + [anon_sym_bitor] = ACTIONS(5311), + [anon_sym_xor] = ACTIONS(5311), + [anon_sym_bitand] = ACTIONS(5311), + [anon_sym_not_eq] = ACTIONS(5311), + [anon_sym_DASH_DASH] = ACTIONS(5313), + [anon_sym_PLUS_PLUS] = ACTIONS(5313), + [anon_sym_DOT] = ACTIONS(5311), + [anon_sym_DOT_STAR] = ACTIONS(5313), + [anon_sym_DASH_GT] = ACTIONS(5313), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5735), + [anon_sym_decltype] = ACTIONS(5737), + }, + [2178] = { + [sym_attribute_declaration] = STATE(2261), + [sym_parameter_list] = STATE(2225), + [aux_sym_attributed_declarator_repeat1] = STATE(2261), + [sym_identifier] = ACTIONS(6026), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6028), + [anon_sym_COMMA] = ACTIONS(6028), + [anon_sym_RPAREN] = ACTIONS(6028), + [aux_sym_preproc_if_token2] = ACTIONS(6028), + [aux_sym_preproc_else_token1] = ACTIONS(6028), + [aux_sym_preproc_elif_token1] = ACTIONS(6026), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6028), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6028), + [anon_sym_LPAREN2] = ACTIONS(5945), + [anon_sym_DASH] = ACTIONS(6026), + [anon_sym_PLUS] = ACTIONS(6026), + [anon_sym_STAR] = ACTIONS(6026), + [anon_sym_SLASH] = ACTIONS(6026), + [anon_sym_PERCENT] = ACTIONS(6026), + [anon_sym_PIPE_PIPE] = ACTIONS(6028), + [anon_sym_AMP_AMP] = ACTIONS(6028), + [anon_sym_PIPE] = ACTIONS(6026), + [anon_sym_CARET] = ACTIONS(6026), + [anon_sym_AMP] = ACTIONS(6026), + [anon_sym_EQ_EQ] = ACTIONS(6028), + [anon_sym_BANG_EQ] = ACTIONS(6028), + [anon_sym_GT] = ACTIONS(6026), + [anon_sym_GT_EQ] = ACTIONS(6028), + [anon_sym_LT_EQ] = ACTIONS(6026), + [anon_sym_LT] = ACTIONS(6026), + [anon_sym_LT_LT] = ACTIONS(6026), + [anon_sym_GT_GT] = ACTIONS(6026), + [anon_sym_SEMI] = ACTIONS(6028), + [anon_sym___attribute__] = ACTIONS(6026), + [anon_sym___attribute] = ACTIONS(6026), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(6028), + [anon_sym_LBRACK] = ACTIONS(5949), + [anon_sym_RBRACK] = ACTIONS(6028), + [anon_sym_EQ] = ACTIONS(6026), + [anon_sym_COLON] = ACTIONS(6028), + [anon_sym_QMARK] = ACTIONS(6028), + [anon_sym_STAR_EQ] = ACTIONS(6028), + [anon_sym_SLASH_EQ] = ACTIONS(6028), + [anon_sym_PERCENT_EQ] = ACTIONS(6028), + [anon_sym_PLUS_EQ] = ACTIONS(6028), + [anon_sym_DASH_EQ] = ACTIONS(6028), + [anon_sym_LT_LT_EQ] = ACTIONS(6028), + [anon_sym_GT_GT_EQ] = ACTIONS(6028), + [anon_sym_AMP_EQ] = ACTIONS(6028), + [anon_sym_CARET_EQ] = ACTIONS(6028), + [anon_sym_PIPE_EQ] = ACTIONS(6028), + [anon_sym_and_eq] = ACTIONS(6026), + [anon_sym_or_eq] = ACTIONS(6026), + [anon_sym_xor_eq] = ACTIONS(6026), + [anon_sym_LT_EQ_GT] = ACTIONS(6028), + [anon_sym_or] = ACTIONS(6026), + [anon_sym_and] = ACTIONS(6026), + [anon_sym_bitor] = ACTIONS(6026), + [anon_sym_xor] = ACTIONS(6026), + [anon_sym_bitand] = ACTIONS(6026), + [anon_sym_not_eq] = ACTIONS(6026), + [anon_sym_DASH_DASH] = ACTIONS(6028), + [anon_sym_PLUS_PLUS] = ACTIONS(6028), + [anon_sym_DOT] = ACTIONS(6026), + [anon_sym_DOT_STAR] = ACTIONS(6028), + [anon_sym_DASH_GT] = ACTIONS(6028), + [sym_comment] = ACTIONS(3), + }, + [2179] = { + [sym_attribute_specifier] = STATE(2240), + [sym_identifier] = ACTIONS(6030), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6032), + [anon_sym_COMMA] = ACTIONS(6032), + [anon_sym_RPAREN] = ACTIONS(6032), + [aux_sym_preproc_if_token2] = ACTIONS(6032), + [aux_sym_preproc_else_token1] = ACTIONS(6032), + [aux_sym_preproc_elif_token1] = ACTIONS(6030), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6032), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6032), + [anon_sym_LPAREN2] = ACTIONS(6032), + [anon_sym_DASH] = ACTIONS(6030), + [anon_sym_PLUS] = ACTIONS(6030), + [anon_sym_STAR] = ACTIONS(6030), + [anon_sym_SLASH] = ACTIONS(6030), + [anon_sym_PERCENT] = ACTIONS(6030), + [anon_sym_PIPE_PIPE] = ACTIONS(6032), + [anon_sym_AMP_AMP] = ACTIONS(6032), + [anon_sym_PIPE] = ACTIONS(6030), + [anon_sym_CARET] = ACTIONS(6030), + [anon_sym_AMP] = ACTIONS(6030), + [anon_sym_EQ_EQ] = ACTIONS(6032), + [anon_sym_BANG_EQ] = ACTIONS(6032), + [anon_sym_GT] = ACTIONS(6030), + [anon_sym_GT_EQ] = ACTIONS(6032), + [anon_sym_LT_EQ] = ACTIONS(6030), + [anon_sym_LT] = ACTIONS(6030), + [anon_sym_LT_LT] = ACTIONS(6030), + [anon_sym_GT_GT] = ACTIONS(6030), + [anon_sym_SEMI] = ACTIONS(6032), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6032), + [anon_sym_RBRACE] = ACTIONS(6032), + [anon_sym_LBRACK] = ACTIONS(6032), + [anon_sym_RBRACK] = ACTIONS(6032), + [anon_sym_EQ] = ACTIONS(6030), + [anon_sym_COLON] = ACTIONS(6032), + [anon_sym_QMARK] = ACTIONS(6032), + [anon_sym_STAR_EQ] = ACTIONS(6032), + [anon_sym_SLASH_EQ] = ACTIONS(6032), + [anon_sym_PERCENT_EQ] = ACTIONS(6032), + [anon_sym_PLUS_EQ] = ACTIONS(6032), + [anon_sym_DASH_EQ] = ACTIONS(6032), + [anon_sym_LT_LT_EQ] = ACTIONS(6032), + [anon_sym_GT_GT_EQ] = ACTIONS(6032), + [anon_sym_AMP_EQ] = ACTIONS(6032), + [anon_sym_CARET_EQ] = ACTIONS(6032), + [anon_sym_PIPE_EQ] = ACTIONS(6032), + [anon_sym_and_eq] = ACTIONS(6030), + [anon_sym_or_eq] = ACTIONS(6030), + [anon_sym_xor_eq] = ACTIONS(6030), + [anon_sym_LT_EQ_GT] = ACTIONS(6032), + [anon_sym_or] = ACTIONS(6030), + [anon_sym_and] = ACTIONS(6030), + [anon_sym_bitor] = ACTIONS(6030), + [anon_sym_xor] = ACTIONS(6030), + [anon_sym_bitand] = ACTIONS(6030), + [anon_sym_not_eq] = ACTIONS(6030), + [anon_sym_DASH_DASH] = ACTIONS(6032), + [anon_sym_PLUS_PLUS] = ACTIONS(6032), + [anon_sym_DOT] = ACTIONS(6030), + [anon_sym_DOT_STAR] = ACTIONS(6032), + [anon_sym_DASH_GT] = ACTIONS(6032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6030), + [anon_sym_decltype] = ACTIONS(6030), + }, + [2180] = { + [sym_attribute_specifier] = STATE(2217), + [sym_identifier] = ACTIONS(6034), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6036), + [anon_sym_COMMA] = ACTIONS(6036), + [anon_sym_RPAREN] = ACTIONS(6036), + [aux_sym_preproc_if_token2] = ACTIONS(6036), + [aux_sym_preproc_else_token1] = ACTIONS(6036), + [aux_sym_preproc_elif_token1] = ACTIONS(6034), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6036), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6036), + [anon_sym_LPAREN2] = ACTIONS(6036), + [anon_sym_DASH] = ACTIONS(6034), + [anon_sym_PLUS] = ACTIONS(6034), + [anon_sym_STAR] = ACTIONS(6034), + [anon_sym_SLASH] = ACTIONS(6034), + [anon_sym_PERCENT] = ACTIONS(6034), + [anon_sym_PIPE_PIPE] = ACTIONS(6036), + [anon_sym_AMP_AMP] = ACTIONS(6036), + [anon_sym_PIPE] = ACTIONS(6034), + [anon_sym_CARET] = ACTIONS(6034), + [anon_sym_AMP] = ACTIONS(6034), + [anon_sym_EQ_EQ] = ACTIONS(6036), + [anon_sym_BANG_EQ] = ACTIONS(6036), + [anon_sym_GT] = ACTIONS(6034), + [anon_sym_GT_EQ] = ACTIONS(6036), + [anon_sym_LT_EQ] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(6034), + [anon_sym_LT_LT] = ACTIONS(6034), + [anon_sym_GT_GT] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(6036), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6036), + [anon_sym_RBRACE] = ACTIONS(6036), + [anon_sym_LBRACK] = ACTIONS(6036), + [anon_sym_RBRACK] = ACTIONS(6036), + [anon_sym_EQ] = ACTIONS(6034), + [anon_sym_COLON] = ACTIONS(6036), + [anon_sym_QMARK] = ACTIONS(6036), + [anon_sym_STAR_EQ] = ACTIONS(6036), + [anon_sym_SLASH_EQ] = ACTIONS(6036), + [anon_sym_PERCENT_EQ] = ACTIONS(6036), + [anon_sym_PLUS_EQ] = ACTIONS(6036), + [anon_sym_DASH_EQ] = ACTIONS(6036), + [anon_sym_LT_LT_EQ] = ACTIONS(6036), + [anon_sym_GT_GT_EQ] = ACTIONS(6036), + [anon_sym_AMP_EQ] = ACTIONS(6036), + [anon_sym_CARET_EQ] = ACTIONS(6036), + [anon_sym_PIPE_EQ] = ACTIONS(6036), + [anon_sym_and_eq] = ACTIONS(6034), + [anon_sym_or_eq] = ACTIONS(6034), + [anon_sym_xor_eq] = ACTIONS(6034), + [anon_sym_LT_EQ_GT] = ACTIONS(6036), + [anon_sym_or] = ACTIONS(6034), + [anon_sym_and] = ACTIONS(6034), + [anon_sym_bitor] = ACTIONS(6034), + [anon_sym_xor] = ACTIONS(6034), + [anon_sym_bitand] = ACTIONS(6034), + [anon_sym_not_eq] = ACTIONS(6034), + [anon_sym_DASH_DASH] = ACTIONS(6036), + [anon_sym_PLUS_PLUS] = ACTIONS(6036), + [anon_sym_DOT] = ACTIONS(6034), + [anon_sym_DOT_STAR] = ACTIONS(6036), + [anon_sym_DASH_GT] = ACTIONS(6036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6034), + [anon_sym_decltype] = ACTIONS(6034), + }, + [2181] = { + [sym_identifier] = ACTIONS(5395), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5397), + [anon_sym_COMMA] = ACTIONS(5397), + [anon_sym_RPAREN] = ACTIONS(5397), + [aux_sym_preproc_if_token2] = ACTIONS(5397), + [aux_sym_preproc_else_token1] = ACTIONS(5397), + [aux_sym_preproc_elif_token1] = ACTIONS(5395), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5397), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5397), + [anon_sym_LPAREN2] = ACTIONS(5397), + [anon_sym_DASH] = ACTIONS(5395), + [anon_sym_PLUS] = ACTIONS(5395), + [anon_sym_STAR] = ACTIONS(5395), + [anon_sym_SLASH] = ACTIONS(5395), + [anon_sym_PERCENT] = ACTIONS(5395), + [anon_sym_PIPE_PIPE] = ACTIONS(5397), + [anon_sym_AMP_AMP] = ACTIONS(5397), + [anon_sym_PIPE] = ACTIONS(5395), + [anon_sym_CARET] = ACTIONS(5395), + [anon_sym_AMP] = ACTIONS(5395), + [anon_sym_EQ_EQ] = ACTIONS(5397), + [anon_sym_BANG_EQ] = ACTIONS(5397), + [anon_sym_GT] = ACTIONS(5395), + [anon_sym_GT_EQ] = ACTIONS(5397), + [anon_sym_LT_EQ] = ACTIONS(5395), + [anon_sym_LT] = ACTIONS(5395), + [anon_sym_LT_LT] = ACTIONS(5395), + [anon_sym_GT_GT] = ACTIONS(5395), + [anon_sym_SEMI] = ACTIONS(5397), + [anon_sym___attribute__] = ACTIONS(5395), + [anon_sym___attribute] = ACTIONS(5395), + [anon_sym_COLON_COLON] = ACTIONS(5397), + [anon_sym_LBRACE] = ACTIONS(5397), + [anon_sym_RBRACE] = ACTIONS(5397), + [anon_sym_LBRACK] = ACTIONS(5397), + [anon_sym_RBRACK] = ACTIONS(5397), + [anon_sym_EQ] = ACTIONS(5395), + [anon_sym_COLON] = ACTIONS(5395), + [anon_sym_QMARK] = ACTIONS(5397), + [anon_sym_STAR_EQ] = ACTIONS(5397), + [anon_sym_SLASH_EQ] = ACTIONS(5397), + [anon_sym_PERCENT_EQ] = ACTIONS(5397), + [anon_sym_PLUS_EQ] = ACTIONS(5397), + [anon_sym_DASH_EQ] = ACTIONS(5397), + [anon_sym_LT_LT_EQ] = ACTIONS(5397), + [anon_sym_GT_GT_EQ] = ACTIONS(5397), + [anon_sym_AMP_EQ] = ACTIONS(5397), + [anon_sym_CARET_EQ] = ACTIONS(5397), + [anon_sym_PIPE_EQ] = ACTIONS(5397), + [anon_sym_and_eq] = ACTIONS(5395), + [anon_sym_or_eq] = ACTIONS(5395), + [anon_sym_xor_eq] = ACTIONS(5395), + [anon_sym_LT_EQ_GT] = ACTIONS(5397), + [anon_sym_or] = ACTIONS(5395), + [anon_sym_and] = ACTIONS(5395), + [anon_sym_bitor] = ACTIONS(5395), + [anon_sym_xor] = ACTIONS(5395), + [anon_sym_bitand] = ACTIONS(5395), + [anon_sym_not_eq] = ACTIONS(5395), + [anon_sym_DASH_DASH] = ACTIONS(5397), + [anon_sym_PLUS_PLUS] = ACTIONS(5397), + [anon_sym_DOT] = ACTIONS(5395), + [anon_sym_DOT_STAR] = ACTIONS(5397), + [anon_sym_DASH_GT] = ACTIONS(5397), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5395), + [anon_sym_decltype] = ACTIONS(5395), + }, + [2182] = { + [sym_attribute_specifier] = STATE(2205), + [sym_identifier] = ACTIONS(6038), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6040), + [anon_sym_COMMA] = ACTIONS(6040), + [anon_sym_RPAREN] = ACTIONS(6040), + [aux_sym_preproc_if_token2] = ACTIONS(6040), + [aux_sym_preproc_else_token1] = ACTIONS(6040), + [aux_sym_preproc_elif_token1] = ACTIONS(6038), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6040), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6040), + [anon_sym_LPAREN2] = ACTIONS(6040), + [anon_sym_DASH] = ACTIONS(6038), + [anon_sym_PLUS] = ACTIONS(6038), + [anon_sym_STAR] = ACTIONS(6038), + [anon_sym_SLASH] = ACTIONS(6038), + [anon_sym_PERCENT] = ACTIONS(6038), + [anon_sym_PIPE_PIPE] = ACTIONS(6040), + [anon_sym_AMP_AMP] = ACTIONS(6040), + [anon_sym_PIPE] = ACTIONS(6038), + [anon_sym_CARET] = ACTIONS(6038), + [anon_sym_AMP] = ACTIONS(6038), + [anon_sym_EQ_EQ] = ACTIONS(6040), + [anon_sym_BANG_EQ] = ACTIONS(6040), + [anon_sym_GT] = ACTIONS(6038), + [anon_sym_GT_EQ] = ACTIONS(6040), + [anon_sym_LT_EQ] = ACTIONS(6038), + [anon_sym_LT] = ACTIONS(6038), + [anon_sym_LT_LT] = ACTIONS(6038), + [anon_sym_GT_GT] = ACTIONS(6038), + [anon_sym_SEMI] = ACTIONS(6040), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6040), + [anon_sym_RBRACE] = ACTIONS(6040), + [anon_sym_LBRACK] = ACTIONS(6040), + [anon_sym_RBRACK] = ACTIONS(6040), + [anon_sym_EQ] = ACTIONS(6038), + [anon_sym_COLON] = ACTIONS(6040), + [anon_sym_QMARK] = ACTIONS(6040), + [anon_sym_STAR_EQ] = ACTIONS(6040), + [anon_sym_SLASH_EQ] = ACTIONS(6040), + [anon_sym_PERCENT_EQ] = ACTIONS(6040), + [anon_sym_PLUS_EQ] = ACTIONS(6040), + [anon_sym_DASH_EQ] = ACTIONS(6040), + [anon_sym_LT_LT_EQ] = ACTIONS(6040), + [anon_sym_GT_GT_EQ] = ACTIONS(6040), + [anon_sym_AMP_EQ] = ACTIONS(6040), + [anon_sym_CARET_EQ] = ACTIONS(6040), + [anon_sym_PIPE_EQ] = ACTIONS(6040), + [anon_sym_and_eq] = ACTIONS(6038), + [anon_sym_or_eq] = ACTIONS(6038), + [anon_sym_xor_eq] = ACTIONS(6038), + [anon_sym_LT_EQ_GT] = ACTIONS(6040), + [anon_sym_or] = ACTIONS(6038), + [anon_sym_and] = ACTIONS(6038), + [anon_sym_bitor] = ACTIONS(6038), + [anon_sym_xor] = ACTIONS(6038), + [anon_sym_bitand] = ACTIONS(6038), + [anon_sym_not_eq] = ACTIONS(6038), + [anon_sym_DASH_DASH] = ACTIONS(6040), + [anon_sym_PLUS_PLUS] = ACTIONS(6040), + [anon_sym_DOT] = ACTIONS(6038), + [anon_sym_DOT_STAR] = ACTIONS(6040), + [anon_sym_DASH_GT] = ACTIONS(6040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6038), + [anon_sym_decltype] = ACTIONS(6038), + }, + [2183] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4109), @@ -283112,10 +286299,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), [anon_sym_LBRACK] = ACTIONS(4109), [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(5904), + [anon_sym_COLON] = ACTIONS(4171), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -283154,223 +286340,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3481), [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2138] = { - [sym_identifier] = ACTIONS(5464), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5466), - [anon_sym_COMMA] = ACTIONS(5466), - [anon_sym_RPAREN] = ACTIONS(5466), - [anon_sym_LPAREN2] = ACTIONS(5466), - [anon_sym_TILDE] = ACTIONS(5466), - [anon_sym_STAR] = ACTIONS(5466), - [anon_sym_PIPE_PIPE] = ACTIONS(5466), - [anon_sym_AMP_AMP] = ACTIONS(5466), - [anon_sym_AMP] = ACTIONS(5464), - [anon_sym_SEMI] = ACTIONS(5466), - [anon_sym___extension__] = ACTIONS(5464), - [anon_sym_virtual] = ACTIONS(5464), - [anon_sym_extern] = ACTIONS(5464), - [anon_sym___attribute__] = ACTIONS(5464), - [anon_sym___attribute] = ACTIONS(5464), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5466), - [anon_sym___declspec] = ACTIONS(5464), - [anon_sym___based] = ACTIONS(5464), - [anon_sym___cdecl] = ACTIONS(5464), - [anon_sym___clrcall] = ACTIONS(5464), - [anon_sym___stdcall] = ACTIONS(5464), - [anon_sym___fastcall] = ACTIONS(5464), - [anon_sym___thiscall] = ACTIONS(5464), - [anon_sym___vectorcall] = ACTIONS(5464), - [anon_sym_LBRACE] = ACTIONS(5466), - [anon_sym_LBRACK] = ACTIONS(5464), - [anon_sym_static] = ACTIONS(5464), - [anon_sym_EQ] = ACTIONS(5466), - [anon_sym_register] = ACTIONS(5464), - [anon_sym_inline] = ACTIONS(5464), - [anon_sym___inline] = ACTIONS(5464), - [anon_sym___inline__] = ACTIONS(5464), - [anon_sym___forceinline] = ACTIONS(5464), - [anon_sym_thread_local] = ACTIONS(5464), - [anon_sym___thread] = ACTIONS(5464), - [anon_sym_const] = ACTIONS(5464), - [anon_sym_constexpr] = ACTIONS(5464), - [anon_sym_volatile] = ACTIONS(5464), - [anon_sym_restrict] = ACTIONS(5464), - [anon_sym___restrict__] = ACTIONS(5464), - [anon_sym__Atomic] = ACTIONS(5464), - [anon_sym__Noreturn] = ACTIONS(5464), - [anon_sym_noreturn] = ACTIONS(5464), - [anon_sym__Nonnull] = ACTIONS(5464), - [anon_sym_mutable] = ACTIONS(5464), - [anon_sym_constinit] = ACTIONS(5464), - [anon_sym_consteval] = ACTIONS(5464), - [anon_sym_PROGMEM] = ACTIONS(5464), - [anon_sym_alignas] = ACTIONS(5464), - [anon_sym__Alignas] = ACTIONS(5464), - [anon_sym_COLON] = ACTIONS(5464), - [anon_sym_or] = ACTIONS(5464), - [anon_sym_and] = ACTIONS(5464), - [anon_sym_asm] = ACTIONS(5464), - [anon_sym___asm__] = ACTIONS(5464), - [anon_sym___asm] = ACTIONS(5464), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5464), - [anon_sym_decltype] = ACTIONS(5464), - [anon_sym_final] = ACTIONS(5464), - [anon_sym_override] = ACTIONS(5464), - [anon_sym_template] = ACTIONS(5464), - [anon_sym_GT2] = ACTIONS(5466), - [anon_sym_operator] = ACTIONS(5464), - [anon_sym_try] = ACTIONS(5464), - [anon_sym_requires] = ACTIONS(5464), - }, - [2139] = { - [sym_string_literal] = STATE(2145), - [sym_raw_string_literal] = STATE(2145), - [aux_sym_concatenated_string_repeat1] = STATE(2145), - [sym_identifier] = ACTIONS(5906), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5423), - [anon_sym_COMMA] = ACTIONS(5423), - [anon_sym_LPAREN2] = ACTIONS(5423), - [anon_sym_DASH] = ACTIONS(5425), - [anon_sym_PLUS] = ACTIONS(5425), - [anon_sym_STAR] = ACTIONS(5425), - [anon_sym_SLASH] = ACTIONS(5425), - [anon_sym_PERCENT] = ACTIONS(5425), - [anon_sym_PIPE_PIPE] = ACTIONS(5423), - [anon_sym_AMP_AMP] = ACTIONS(5423), - [anon_sym_PIPE] = ACTIONS(5425), - [anon_sym_CARET] = ACTIONS(5425), - [anon_sym_AMP] = ACTIONS(5425), - [anon_sym_EQ_EQ] = ACTIONS(5423), - [anon_sym_BANG_EQ] = ACTIONS(5423), - [anon_sym_GT] = ACTIONS(5425), - [anon_sym_GT_EQ] = ACTIONS(5423), - [anon_sym_LT_EQ] = ACTIONS(5425), - [anon_sym_LT] = ACTIONS(5425), - [anon_sym_LT_LT] = ACTIONS(5425), - [anon_sym_GT_GT] = ACTIONS(5425), - [anon_sym_SEMI] = ACTIONS(5423), - [anon_sym___attribute__] = ACTIONS(5425), - [anon_sym___attribute] = ACTIONS(5425), - [anon_sym_LBRACK] = ACTIONS(5423), - [anon_sym_EQ] = ACTIONS(5425), - [anon_sym_QMARK] = ACTIONS(5423), - [anon_sym_STAR_EQ] = ACTIONS(5423), - [anon_sym_SLASH_EQ] = ACTIONS(5423), - [anon_sym_PERCENT_EQ] = ACTIONS(5423), - [anon_sym_PLUS_EQ] = ACTIONS(5423), - [anon_sym_DASH_EQ] = ACTIONS(5423), - [anon_sym_LT_LT_EQ] = ACTIONS(5423), - [anon_sym_GT_GT_EQ] = ACTIONS(5423), - [anon_sym_AMP_EQ] = ACTIONS(5423), - [anon_sym_CARET_EQ] = ACTIONS(5423), - [anon_sym_PIPE_EQ] = ACTIONS(5423), - [anon_sym_and_eq] = ACTIONS(5425), - [anon_sym_or_eq] = ACTIONS(5425), - [anon_sym_xor_eq] = ACTIONS(5425), - [anon_sym_LT_EQ_GT] = ACTIONS(5423), - [anon_sym_or] = ACTIONS(5425), - [anon_sym_and] = ACTIONS(5425), - [anon_sym_bitor] = ACTIONS(5425), - [anon_sym_xor] = ACTIONS(5425), - [anon_sym_bitand] = ACTIONS(5425), - [anon_sym_not_eq] = ACTIONS(5425), - [anon_sym_DASH_DASH] = ACTIONS(5423), - [anon_sym_PLUS_PLUS] = ACTIONS(5423), - [anon_sym_DOT] = ACTIONS(5425), - [anon_sym_DOT_STAR] = ACTIONS(5423), - [anon_sym_DASH_GT] = ACTIONS(5423), - [anon_sym_L_DQUOTE] = ACTIONS(5888), - [anon_sym_u_DQUOTE] = ACTIONS(5888), - [anon_sym_U_DQUOTE] = ACTIONS(5888), - [anon_sym_u8_DQUOTE] = ACTIONS(5888), - [anon_sym_DQUOTE] = ACTIONS(5888), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5890), - [anon_sym_LR_DQUOTE] = ACTIONS(5890), - [anon_sym_uR_DQUOTE] = ACTIONS(5890), - [anon_sym_UR_DQUOTE] = ACTIONS(5890), - [anon_sym_u8R_DQUOTE] = ACTIONS(5890), - [sym_literal_suffix] = ACTIONS(5425), - }, - [2140] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [aux_sym_preproc_if_token2] = ACTIONS(5291), - [aux_sym_preproc_else_token1] = ACTIONS(5291), - [aux_sym_preproc_elif_token1] = ACTIONS(5289), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5291), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_STAR] = ACTIONS(5289), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5289), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_PIPE] = ACTIONS(5289), - [anon_sym_CARET] = ACTIONS(5289), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_EQ_EQ] = ACTIONS(5291), - [anon_sym_BANG_EQ] = ACTIONS(5291), - [anon_sym_GT] = ACTIONS(5289), - [anon_sym_GT_EQ] = ACTIONS(5291), - [anon_sym_LT_EQ] = ACTIONS(5289), - [anon_sym_LT] = ACTIONS(5289), - [anon_sym_LT_LT] = ACTIONS(5289), - [anon_sym_GT_GT] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_RBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5291), - [anon_sym_RBRACK] = ACTIONS(5291), - [anon_sym_EQ] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5291), - [anon_sym_QMARK] = ACTIONS(5291), - [anon_sym_STAR_EQ] = ACTIONS(5291), - [anon_sym_SLASH_EQ] = ACTIONS(5291), - [anon_sym_PERCENT_EQ] = ACTIONS(5291), - [anon_sym_PLUS_EQ] = ACTIONS(5291), - [anon_sym_DASH_EQ] = ACTIONS(5291), - [anon_sym_LT_LT_EQ] = ACTIONS(5291), - [anon_sym_GT_GT_EQ] = ACTIONS(5291), - [anon_sym_AMP_EQ] = ACTIONS(5291), - [anon_sym_CARET_EQ] = ACTIONS(5291), - [anon_sym_PIPE_EQ] = ACTIONS(5291), - [anon_sym_and_eq] = ACTIONS(5289), - [anon_sym_or_eq] = ACTIONS(5289), - [anon_sym_xor_eq] = ACTIONS(5289), - [anon_sym_LT_EQ_GT] = ACTIONS(5291), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_bitor] = ACTIONS(5289), - [anon_sym_xor] = ACTIONS(5289), - [anon_sym_bitand] = ACTIONS(5289), - [anon_sym_not_eq] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5291), - [anon_sym_PLUS_PLUS] = ACTIONS(5291), - [anon_sym_DOT] = ACTIONS(5289), - [anon_sym_DOT_STAR] = ACTIONS(5291), - [anon_sym_DASH_GT] = ACTIONS(5291), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - }, - [2141] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(5900), + [2184] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [aux_sym_structured_binding_declarator_repeat1] = STATE(7445), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6042), + [anon_sym_COMMA] = ACTIONS(6045), + [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), [anon_sym_STAR] = ACTIONS(4117), @@ -283389,27 +286366,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(4979), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5900), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(5902), - [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_RBRACK] = ACTIONS(6048), + [anon_sym_EQ] = ACTIONS(6052), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(5984), + [anon_sym_SLASH_EQ] = ACTIONS(5984), + [anon_sym_PERCENT_EQ] = ACTIONS(5984), + [anon_sym_PLUS_EQ] = ACTIONS(5984), + [anon_sym_DASH_EQ] = ACTIONS(5984), + [anon_sym_LT_LT_EQ] = ACTIONS(5984), + [anon_sym_GT_GT_EQ] = ACTIONS(5984), + [anon_sym_AMP_EQ] = ACTIONS(5984), + [anon_sym_CARET_EQ] = ACTIONS(5984), + [anon_sym_PIPE_EQ] = ACTIONS(5984), + [anon_sym_and_eq] = ACTIONS(5984), + [anon_sym_or_eq] = ACTIONS(5984), + [anon_sym_xor_eq] = ACTIONS(5984), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -283434,153 +286409,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3481), [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2142] = { - [sym_template_argument_list] = STATE(1577), - [aux_sym_sized_type_specifier_repeat1] = STATE(2278), - [sym_identifier] = ACTIONS(5908), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5910), - [anon_sym_COMMA] = ACTIONS(5910), - [aux_sym_preproc_if_token2] = ACTIONS(5910), - [aux_sym_preproc_else_token1] = ACTIONS(5910), - [aux_sym_preproc_elif_token1] = ACTIONS(5908), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5910), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5910), - [anon_sym_LPAREN2] = ACTIONS(5910), - [anon_sym_DASH] = ACTIONS(5908), - [anon_sym_PLUS] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(5908), - [anon_sym_SLASH] = ACTIONS(5908), - [anon_sym_PERCENT] = ACTIONS(5908), - [anon_sym_PIPE_PIPE] = ACTIONS(5910), - [anon_sym_AMP_AMP] = ACTIONS(5910), - [anon_sym_PIPE] = ACTIONS(5908), - [anon_sym_CARET] = ACTIONS(5908), - [anon_sym_AMP] = ACTIONS(5908), - [anon_sym_EQ_EQ] = ACTIONS(5910), - [anon_sym_BANG_EQ] = ACTIONS(5910), - [anon_sym_GT] = ACTIONS(5908), - [anon_sym_GT_EQ] = ACTIONS(5910), - [anon_sym_LT_EQ] = ACTIONS(5908), - [anon_sym_LT] = ACTIONS(5908), - [anon_sym_LT_LT] = ACTIONS(5908), - [anon_sym_GT_GT] = ACTIONS(5908), - [anon_sym___attribute__] = ACTIONS(5908), - [anon_sym___attribute] = ACTIONS(5908), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(5910), - [anon_sym_signed] = ACTIONS(5912), - [anon_sym_unsigned] = ACTIONS(5912), - [anon_sym_long] = ACTIONS(5912), - [anon_sym_short] = ACTIONS(5912), - [anon_sym_LBRACK] = ACTIONS(5910), - [anon_sym_EQ] = ACTIONS(5908), - [anon_sym_QMARK] = ACTIONS(5910), - [anon_sym_STAR_EQ] = ACTIONS(5910), - [anon_sym_SLASH_EQ] = ACTIONS(5910), - [anon_sym_PERCENT_EQ] = ACTIONS(5910), - [anon_sym_PLUS_EQ] = ACTIONS(5910), - [anon_sym_DASH_EQ] = ACTIONS(5910), - [anon_sym_LT_LT_EQ] = ACTIONS(5910), - [anon_sym_GT_GT_EQ] = ACTIONS(5910), - [anon_sym_AMP_EQ] = ACTIONS(5910), - [anon_sym_CARET_EQ] = ACTIONS(5910), - [anon_sym_PIPE_EQ] = ACTIONS(5910), - [anon_sym_and_eq] = ACTIONS(5908), - [anon_sym_or_eq] = ACTIONS(5908), - [anon_sym_xor_eq] = ACTIONS(5908), - [anon_sym_LT_EQ_GT] = ACTIONS(5910), - [anon_sym_or] = ACTIONS(5908), - [anon_sym_and] = ACTIONS(5908), - [anon_sym_bitor] = ACTIONS(5908), - [anon_sym_xor] = ACTIONS(5908), - [anon_sym_bitand] = ACTIONS(5908), - [anon_sym_not_eq] = ACTIONS(5908), - [anon_sym_DASH_DASH] = ACTIONS(5910), - [anon_sym_PLUS_PLUS] = ACTIONS(5910), - [anon_sym_DOT] = ACTIONS(5908), - [anon_sym_DOT_STAR] = ACTIONS(5910), - [anon_sym_DASH_GT] = ACTIONS(5910), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5908), - [anon_sym_decltype] = ACTIONS(5908), - }, - [2143] = { - [sym_string_literal] = STATE(1679), - [sym_raw_string_literal] = STATE(1679), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5834), - [anon_sym_COMMA] = ACTIONS(5834), - [anon_sym_RPAREN] = ACTIONS(5834), - [anon_sym_LPAREN2] = ACTIONS(5834), - [anon_sym_DASH] = ACTIONS(5832), - [anon_sym_PLUS] = ACTIONS(5832), - [anon_sym_STAR] = ACTIONS(5832), - [anon_sym_SLASH] = ACTIONS(5832), - [anon_sym_PERCENT] = ACTIONS(5832), - [anon_sym_PIPE_PIPE] = ACTIONS(5834), - [anon_sym_AMP_AMP] = ACTIONS(5834), - [anon_sym_PIPE] = ACTIONS(5832), - [anon_sym_CARET] = ACTIONS(5832), - [anon_sym_AMP] = ACTIONS(5832), - [anon_sym_EQ_EQ] = ACTIONS(5834), - [anon_sym_BANG_EQ] = ACTIONS(5834), - [anon_sym_GT] = ACTIONS(5832), - [anon_sym_GT_EQ] = ACTIONS(5834), - [anon_sym_LT_EQ] = ACTIONS(5832), - [anon_sym_LT] = ACTIONS(5832), - [anon_sym_LT_LT] = ACTIONS(5832), - [anon_sym_GT_GT] = ACTIONS(5832), - [anon_sym_SEMI] = ACTIONS(5834), - [anon_sym_RBRACE] = ACTIONS(5834), - [anon_sym_LBRACK] = ACTIONS(5834), - [anon_sym_RBRACK] = ACTIONS(5834), - [anon_sym_EQ] = ACTIONS(5832), - [anon_sym_COLON] = ACTIONS(5834), - [anon_sym_QMARK] = ACTIONS(5834), - [anon_sym_STAR_EQ] = ACTIONS(5834), - [anon_sym_SLASH_EQ] = ACTIONS(5834), - [anon_sym_PERCENT_EQ] = ACTIONS(5834), - [anon_sym_PLUS_EQ] = ACTIONS(5834), - [anon_sym_DASH_EQ] = ACTIONS(5834), - [anon_sym_LT_LT_EQ] = ACTIONS(5834), - [anon_sym_GT_GT_EQ] = ACTIONS(5834), - [anon_sym_AMP_EQ] = ACTIONS(5834), - [anon_sym_CARET_EQ] = ACTIONS(5834), - [anon_sym_PIPE_EQ] = ACTIONS(5834), - [anon_sym_and_eq] = ACTIONS(5832), - [anon_sym_or_eq] = ACTIONS(5832), - [anon_sym_xor_eq] = ACTIONS(5832), - [anon_sym_LT_EQ_GT] = ACTIONS(5834), - [anon_sym_or] = ACTIONS(5832), - [anon_sym_and] = ACTIONS(5832), - [anon_sym_bitor] = ACTIONS(5832), - [anon_sym_xor] = ACTIONS(5832), - [anon_sym_bitand] = ACTIONS(5832), - [anon_sym_not_eq] = ACTIONS(5832), - [anon_sym_DASH_DASH] = ACTIONS(5834), - [anon_sym_PLUS_PLUS] = ACTIONS(5834), - [anon_sym_DOT] = ACTIONS(5832), - [anon_sym_DOT_STAR] = ACTIONS(5834), - [anon_sym_DASH_GT] = ACTIONS(5834), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), - [sym_literal_suffix] = ACTIONS(5832), + [2185] = { + [sym_attribute_declaration] = STATE(2261), + [sym_parameter_list] = STATE(2225), + [aux_sym_attributed_declarator_repeat1] = STATE(2261), + [sym_identifier] = ACTIONS(6054), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6056), + [anon_sym_COMMA] = ACTIONS(6056), + [anon_sym_RPAREN] = ACTIONS(6056), + [aux_sym_preproc_if_token2] = ACTIONS(6056), + [aux_sym_preproc_else_token1] = ACTIONS(6056), + [aux_sym_preproc_elif_token1] = ACTIONS(6054), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6056), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6056), + [anon_sym_LPAREN2] = ACTIONS(5945), + [anon_sym_DASH] = ACTIONS(6054), + [anon_sym_PLUS] = ACTIONS(6054), + [anon_sym_STAR] = ACTIONS(6054), + [anon_sym_SLASH] = ACTIONS(6054), + [anon_sym_PERCENT] = ACTIONS(6054), + [anon_sym_PIPE_PIPE] = ACTIONS(6056), + [anon_sym_AMP_AMP] = ACTIONS(6056), + [anon_sym_PIPE] = ACTIONS(6054), + [anon_sym_CARET] = ACTIONS(6054), + [anon_sym_AMP] = ACTIONS(6054), + [anon_sym_EQ_EQ] = ACTIONS(6056), + [anon_sym_BANG_EQ] = ACTIONS(6056), + [anon_sym_GT] = ACTIONS(6054), + [anon_sym_GT_EQ] = ACTIONS(6056), + [anon_sym_LT_EQ] = ACTIONS(6054), + [anon_sym_LT] = ACTIONS(6054), + [anon_sym_LT_LT] = ACTIONS(6054), + [anon_sym_GT_GT] = ACTIONS(6054), + [anon_sym_SEMI] = ACTIONS(6056), + [anon_sym___attribute__] = ACTIONS(6054), + [anon_sym___attribute] = ACTIONS(6054), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(6056), + [anon_sym_LBRACK] = ACTIONS(5949), + [anon_sym_RBRACK] = ACTIONS(6056), + [anon_sym_EQ] = ACTIONS(6054), + [anon_sym_COLON] = ACTIONS(6056), + [anon_sym_QMARK] = ACTIONS(6056), + [anon_sym_STAR_EQ] = ACTIONS(6056), + [anon_sym_SLASH_EQ] = ACTIONS(6056), + [anon_sym_PERCENT_EQ] = ACTIONS(6056), + [anon_sym_PLUS_EQ] = ACTIONS(6056), + [anon_sym_DASH_EQ] = ACTIONS(6056), + [anon_sym_LT_LT_EQ] = ACTIONS(6056), + [anon_sym_GT_GT_EQ] = ACTIONS(6056), + [anon_sym_AMP_EQ] = ACTIONS(6056), + [anon_sym_CARET_EQ] = ACTIONS(6056), + [anon_sym_PIPE_EQ] = ACTIONS(6056), + [anon_sym_and_eq] = ACTIONS(6054), + [anon_sym_or_eq] = ACTIONS(6054), + [anon_sym_xor_eq] = ACTIONS(6054), + [anon_sym_LT_EQ_GT] = ACTIONS(6056), + [anon_sym_or] = ACTIONS(6054), + [anon_sym_and] = ACTIONS(6054), + [anon_sym_bitor] = ACTIONS(6054), + [anon_sym_xor] = ACTIONS(6054), + [anon_sym_bitand] = ACTIONS(6054), + [anon_sym_not_eq] = ACTIONS(6054), + [anon_sym_DASH_DASH] = ACTIONS(6056), + [anon_sym_PLUS_PLUS] = ACTIONS(6056), + [anon_sym_DOT] = ACTIONS(6054), + [anon_sym_DOT_STAR] = ACTIONS(6056), + [anon_sym_DASH_GT] = ACTIONS(6056), + [sym_comment] = ACTIONS(3), }, - [2144] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), + [2186] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -283603,9 +286506,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(4109), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_RBRACE] = ACTIONS(4109), [anon_sym_LBRACK] = ACTIONS(4109), [anon_sym_EQ] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4149), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4145), [anon_sym_SLASH_EQ] = ACTIONS(4145), @@ -283644,82 +286547,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3481), [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2145] = { - [sym_string_literal] = STATE(2145), - [sym_raw_string_literal] = STATE(2145), - [aux_sym_concatenated_string_repeat1] = STATE(2145), - [sym_identifier] = ACTIONS(5914), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5384), - [anon_sym_COMMA] = ACTIONS(5384), - [anon_sym_LPAREN2] = ACTIONS(5384), - [anon_sym_DASH] = ACTIONS(5386), - [anon_sym_PLUS] = ACTIONS(5386), - [anon_sym_STAR] = ACTIONS(5386), - [anon_sym_SLASH] = ACTIONS(5386), - [anon_sym_PERCENT] = ACTIONS(5386), - [anon_sym_PIPE_PIPE] = ACTIONS(5384), - [anon_sym_AMP_AMP] = ACTIONS(5384), - [anon_sym_PIPE] = ACTIONS(5386), - [anon_sym_CARET] = ACTIONS(5386), - [anon_sym_AMP] = ACTIONS(5386), - [anon_sym_EQ_EQ] = ACTIONS(5384), - [anon_sym_BANG_EQ] = ACTIONS(5384), - [anon_sym_GT] = ACTIONS(5386), - [anon_sym_GT_EQ] = ACTIONS(5384), - [anon_sym_LT_EQ] = ACTIONS(5386), - [anon_sym_LT] = ACTIONS(5386), - [anon_sym_LT_LT] = ACTIONS(5386), - [anon_sym_GT_GT] = ACTIONS(5386), - [anon_sym_SEMI] = ACTIONS(5384), - [anon_sym___attribute__] = ACTIONS(5386), - [anon_sym___attribute] = ACTIONS(5386), - [anon_sym_LBRACK] = ACTIONS(5384), - [anon_sym_EQ] = ACTIONS(5386), - [anon_sym_QMARK] = ACTIONS(5384), - [anon_sym_STAR_EQ] = ACTIONS(5384), - [anon_sym_SLASH_EQ] = ACTIONS(5384), - [anon_sym_PERCENT_EQ] = ACTIONS(5384), - [anon_sym_PLUS_EQ] = ACTIONS(5384), - [anon_sym_DASH_EQ] = ACTIONS(5384), - [anon_sym_LT_LT_EQ] = ACTIONS(5384), - [anon_sym_GT_GT_EQ] = ACTIONS(5384), - [anon_sym_AMP_EQ] = ACTIONS(5384), - [anon_sym_CARET_EQ] = ACTIONS(5384), - [anon_sym_PIPE_EQ] = ACTIONS(5384), - [anon_sym_and_eq] = ACTIONS(5386), - [anon_sym_or_eq] = ACTIONS(5386), - [anon_sym_xor_eq] = ACTIONS(5386), - [anon_sym_LT_EQ_GT] = ACTIONS(5384), - [anon_sym_or] = ACTIONS(5386), - [anon_sym_and] = ACTIONS(5386), - [anon_sym_bitor] = ACTIONS(5386), - [anon_sym_xor] = ACTIONS(5386), - [anon_sym_bitand] = ACTIONS(5386), - [anon_sym_not_eq] = ACTIONS(5386), - [anon_sym_DASH_DASH] = ACTIONS(5384), - [anon_sym_PLUS_PLUS] = ACTIONS(5384), - [anon_sym_DOT] = ACTIONS(5386), - [anon_sym_DOT_STAR] = ACTIONS(5384), - [anon_sym_DASH_GT] = ACTIONS(5384), - [anon_sym_L_DQUOTE] = ACTIONS(5917), - [anon_sym_u_DQUOTE] = ACTIONS(5917), - [anon_sym_U_DQUOTE] = ACTIONS(5917), - [anon_sym_u8_DQUOTE] = ACTIONS(5917), - [anon_sym_DQUOTE] = ACTIONS(5917), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5920), - [anon_sym_LR_DQUOTE] = ACTIONS(5920), - [anon_sym_uR_DQUOTE] = ACTIONS(5920), - [anon_sym_UR_DQUOTE] = ACTIONS(5920), - [anon_sym_u8R_DQUOTE] = ACTIONS(5920), - [sym_literal_suffix] = ACTIONS(5386), + [2187] = { + [sym_attribute_specifier] = STATE(2268), + [sym_identifier] = ACTIONS(6058), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6060), + [anon_sym_COMMA] = ACTIONS(6060), + [anon_sym_RPAREN] = ACTIONS(6060), + [aux_sym_preproc_if_token2] = ACTIONS(6060), + [aux_sym_preproc_else_token1] = ACTIONS(6060), + [aux_sym_preproc_elif_token1] = ACTIONS(6058), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6060), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6060), + [anon_sym_LPAREN2] = ACTIONS(6060), + [anon_sym_DASH] = ACTIONS(6058), + [anon_sym_PLUS] = ACTIONS(6058), + [anon_sym_STAR] = ACTIONS(6058), + [anon_sym_SLASH] = ACTIONS(6058), + [anon_sym_PERCENT] = ACTIONS(6058), + [anon_sym_PIPE_PIPE] = ACTIONS(6060), + [anon_sym_AMP_AMP] = ACTIONS(6060), + [anon_sym_PIPE] = ACTIONS(6058), + [anon_sym_CARET] = ACTIONS(6058), + [anon_sym_AMP] = ACTIONS(6058), + [anon_sym_EQ_EQ] = ACTIONS(6060), + [anon_sym_BANG_EQ] = ACTIONS(6060), + [anon_sym_GT] = ACTIONS(6058), + [anon_sym_GT_EQ] = ACTIONS(6060), + [anon_sym_LT_EQ] = ACTIONS(6058), + [anon_sym_LT] = ACTIONS(6058), + [anon_sym_LT_LT] = ACTIONS(6058), + [anon_sym_GT_GT] = ACTIONS(6058), + [anon_sym_SEMI] = ACTIONS(6060), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(6060), + [anon_sym_RBRACE] = ACTIONS(6060), + [anon_sym_LBRACK] = ACTIONS(6060), + [anon_sym_RBRACK] = ACTIONS(6060), + [anon_sym_EQ] = ACTIONS(6058), + [anon_sym_COLON] = ACTIONS(6060), + [anon_sym_QMARK] = ACTIONS(6060), + [anon_sym_STAR_EQ] = ACTIONS(6060), + [anon_sym_SLASH_EQ] = ACTIONS(6060), + [anon_sym_PERCENT_EQ] = ACTIONS(6060), + [anon_sym_PLUS_EQ] = ACTIONS(6060), + [anon_sym_DASH_EQ] = ACTIONS(6060), + [anon_sym_LT_LT_EQ] = ACTIONS(6060), + [anon_sym_GT_GT_EQ] = ACTIONS(6060), + [anon_sym_AMP_EQ] = ACTIONS(6060), + [anon_sym_CARET_EQ] = ACTIONS(6060), + [anon_sym_PIPE_EQ] = ACTIONS(6060), + [anon_sym_and_eq] = ACTIONS(6058), + [anon_sym_or_eq] = ACTIONS(6058), + [anon_sym_xor_eq] = ACTIONS(6058), + [anon_sym_LT_EQ_GT] = ACTIONS(6060), + [anon_sym_or] = ACTIONS(6058), + [anon_sym_and] = ACTIONS(6058), + [anon_sym_bitor] = ACTIONS(6058), + [anon_sym_xor] = ACTIONS(6058), + [anon_sym_bitand] = ACTIONS(6058), + [anon_sym_not_eq] = ACTIONS(6058), + [anon_sym_DASH_DASH] = ACTIONS(6060), + [anon_sym_PLUS_PLUS] = ACTIONS(6060), + [anon_sym_DOT] = ACTIONS(6058), + [anon_sym_DOT_STAR] = ACTIONS(6060), + [anon_sym_DASH_GT] = ACTIONS(6060), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6058), + [anon_sym_decltype] = ACTIONS(6058), }, - [2146] = { - [sym_string_literal] = STATE(2129), - [sym_template_argument_list] = STATE(2306), - [sym_raw_string_literal] = STATE(2129), + [2188] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_DASH] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4999), + [anon_sym_STAR] = ACTIONS(4996), + [anon_sym_SLASH] = ACTIONS(4999), + [anon_sym_PERCENT] = ACTIONS(4996), + [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_PIPE] = ACTIONS(4999), + [anon_sym_CARET] = ACTIONS(4996), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4996), + [anon_sym_BANG_EQ] = ACTIONS(4996), + [anon_sym_GT] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4999), + [anon_sym_LT_LT] = ACTIONS(4996), + [anon_sym_GT_GT] = ACTIONS(4999), + [anon_sym___extension__] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5747), + [anon_sym_unsigned] = ACTIONS(5747), + [anon_sym_long] = ACTIONS(5747), + [anon_sym_short] = ACTIONS(5747), + [anon_sym_LBRACK] = ACTIONS(4996), + [anon_sym_const] = ACTIONS(4920), + [anon_sym_constexpr] = ACTIONS(4920), + [anon_sym_volatile] = ACTIONS(4920), + [anon_sym_restrict] = ACTIONS(4920), + [anon_sym___restrict__] = ACTIONS(4920), + [anon_sym__Atomic] = ACTIONS(4920), + [anon_sym__Noreturn] = ACTIONS(4920), + [anon_sym_noreturn] = ACTIONS(4920), + [anon_sym__Nonnull] = ACTIONS(4920), + [anon_sym_mutable] = ACTIONS(4920), + [anon_sym_constinit] = ACTIONS(4920), + [anon_sym_consteval] = ACTIONS(4920), + [anon_sym_PROGMEM] = ACTIONS(4920), + [anon_sym_alignas] = ACTIONS(4920), + [anon_sym__Alignas] = ACTIONS(4920), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4996), + [anon_sym_LT_EQ_GT] = ACTIONS(4996), + [anon_sym_or] = ACTIONS(4999), + [anon_sym_and] = ACTIONS(4999), + [anon_sym_bitor] = ACTIONS(4999), + [anon_sym_xor] = ACTIONS(4999), + [anon_sym_bitand] = ACTIONS(4999), + [anon_sym_not_eq] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4996), + [anon_sym_PLUS_PLUS] = ACTIONS(4996), + [anon_sym_DOT] = ACTIONS(4999), + [anon_sym_DOT_STAR] = ACTIONS(4996), + [anon_sym_DASH_GT] = ACTIONS(4996), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), + [anon_sym_GT2] = ACTIONS(4996), + }, + [2189] = { + [sym_string_literal] = STATE(2155), + [sym_template_argument_list] = STATE(3135), + [sym_raw_string_literal] = STATE(2155), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -283736,12 +286708,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(4117), [anon_sym_GT_EQ] = ACTIONS(4109), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(5274), + [anon_sym_LT] = ACTIONS(4927), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym___attribute__] = ACTIONS(4109), - [anon_sym___attribute] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), @@ -283771,236 +286740,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(4109), [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(5888), - [anon_sym_u_DQUOTE] = ACTIONS(5888), - [anon_sym_U_DQUOTE] = ACTIONS(5888), - [anon_sym_u8_DQUOTE] = ACTIONS(5888), - [anon_sym_DQUOTE] = ACTIONS(5888), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5890), - [anon_sym_LR_DQUOTE] = ACTIONS(5890), - [anon_sym_uR_DQUOTE] = ACTIONS(5890), - [anon_sym_UR_DQUOTE] = ACTIONS(5890), - [anon_sym_u8R_DQUOTE] = ACTIONS(5890), + [anon_sym_DASH_GT] = ACTIONS(4117), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(4109), }, - [2147] = { - [sym_identifier] = ACTIONS(5289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5291), - [anon_sym_COMMA] = ACTIONS(5291), - [anon_sym_RPAREN] = ACTIONS(5291), - [anon_sym_LPAREN2] = ACTIONS(5291), - [anon_sym_TILDE] = ACTIONS(5291), - [anon_sym_STAR] = ACTIONS(5291), - [anon_sym_PIPE_PIPE] = ACTIONS(5291), - [anon_sym_AMP_AMP] = ACTIONS(5291), - [anon_sym_AMP] = ACTIONS(5289), - [anon_sym_SEMI] = ACTIONS(5291), - [anon_sym___extension__] = ACTIONS(5289), - [anon_sym_virtual] = ACTIONS(5289), - [anon_sym_extern] = ACTIONS(5289), - [anon_sym___attribute__] = ACTIONS(5289), - [anon_sym___attribute] = ACTIONS(5289), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5291), - [anon_sym___declspec] = ACTIONS(5289), - [anon_sym___based] = ACTIONS(5289), - [anon_sym___cdecl] = ACTIONS(5289), - [anon_sym___clrcall] = ACTIONS(5289), - [anon_sym___stdcall] = ACTIONS(5289), - [anon_sym___fastcall] = ACTIONS(5289), - [anon_sym___thiscall] = ACTIONS(5289), - [anon_sym___vectorcall] = ACTIONS(5289), - [anon_sym_LBRACE] = ACTIONS(5291), - [anon_sym_LBRACK] = ACTIONS(5289), - [anon_sym_static] = ACTIONS(5289), - [anon_sym_EQ] = ACTIONS(5291), - [anon_sym_register] = ACTIONS(5289), - [anon_sym_inline] = ACTIONS(5289), - [anon_sym___inline] = ACTIONS(5289), - [anon_sym___inline__] = ACTIONS(5289), - [anon_sym___forceinline] = ACTIONS(5289), - [anon_sym_thread_local] = ACTIONS(5289), - [anon_sym___thread] = ACTIONS(5289), - [anon_sym_const] = ACTIONS(5289), - [anon_sym_constexpr] = ACTIONS(5289), - [anon_sym_volatile] = ACTIONS(5289), - [anon_sym_restrict] = ACTIONS(5289), - [anon_sym___restrict__] = ACTIONS(5289), - [anon_sym__Atomic] = ACTIONS(5289), - [anon_sym__Noreturn] = ACTIONS(5289), - [anon_sym_noreturn] = ACTIONS(5289), - [anon_sym__Nonnull] = ACTIONS(5289), - [anon_sym_mutable] = ACTIONS(5289), - [anon_sym_constinit] = ACTIONS(5289), - [anon_sym_consteval] = ACTIONS(5289), - [anon_sym_PROGMEM] = ACTIONS(5289), - [anon_sym_alignas] = ACTIONS(5289), - [anon_sym__Alignas] = ACTIONS(5289), - [anon_sym_COLON] = ACTIONS(5289), - [anon_sym_or] = ACTIONS(5289), - [anon_sym_and] = ACTIONS(5289), - [anon_sym_asm] = ACTIONS(5289), - [anon_sym___asm__] = ACTIONS(5289), - [anon_sym___asm] = ACTIONS(5289), + [2190] = { + [sym_attribute_specifier] = STATE(1815), + [sym_enumerator_list] = STATE(2243), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5889), + [anon_sym_COMMA] = ACTIONS(5889), + [anon_sym_RPAREN] = ACTIONS(5889), + [anon_sym_LPAREN2] = ACTIONS(5889), + [anon_sym_DASH] = ACTIONS(5887), + [anon_sym_PLUS] = ACTIONS(5887), + [anon_sym_STAR] = ACTIONS(5889), + [anon_sym_SLASH] = ACTIONS(5887), + [anon_sym_PERCENT] = ACTIONS(5889), + [anon_sym_PIPE_PIPE] = ACTIONS(5889), + [anon_sym_AMP_AMP] = ACTIONS(5889), + [anon_sym_PIPE] = ACTIONS(5887), + [anon_sym_CARET] = ACTIONS(5889), + [anon_sym_AMP] = ACTIONS(5887), + [anon_sym_EQ_EQ] = ACTIONS(5889), + [anon_sym_BANG_EQ] = ACTIONS(5889), + [anon_sym_GT] = ACTIONS(5887), + [anon_sym_GT_EQ] = ACTIONS(5889), + [anon_sym_LT_EQ] = ACTIONS(5887), + [anon_sym_LT] = ACTIONS(5887), + [anon_sym_LT_LT] = ACTIONS(5889), + [anon_sym_GT_GT] = ACTIONS(5889), + [anon_sym_SEMI] = ACTIONS(5889), + [anon_sym___extension__] = ACTIONS(5889), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5961), + [anon_sym_RBRACE] = ACTIONS(5889), + [anon_sym_LBRACK] = ACTIONS(5889), + [anon_sym_RBRACK] = ACTIONS(5889), + [anon_sym_const] = ACTIONS(5887), + [anon_sym_constexpr] = ACTIONS(5889), + [anon_sym_volatile] = ACTIONS(5889), + [anon_sym_restrict] = ACTIONS(5889), + [anon_sym___restrict__] = ACTIONS(5889), + [anon_sym__Atomic] = ACTIONS(5889), + [anon_sym__Noreturn] = ACTIONS(5889), + [anon_sym_noreturn] = ACTIONS(5889), + [anon_sym__Nonnull] = ACTIONS(5889), + [anon_sym_mutable] = ACTIONS(5889), + [anon_sym_constinit] = ACTIONS(5889), + [anon_sym_consteval] = ACTIONS(5889), + [anon_sym_PROGMEM] = ACTIONS(5889), + [anon_sym_alignas] = ACTIONS(5889), + [anon_sym__Alignas] = ACTIONS(5889), + [anon_sym_COLON] = ACTIONS(5889), + [anon_sym_QMARK] = ACTIONS(5889), + [anon_sym_LT_EQ_GT] = ACTIONS(5889), + [anon_sym_or] = ACTIONS(5889), + [anon_sym_and] = ACTIONS(5889), + [anon_sym_bitor] = ACTIONS(5889), + [anon_sym_xor] = ACTIONS(5889), + [anon_sym_bitand] = ACTIONS(5889), + [anon_sym_not_eq] = ACTIONS(5889), + [anon_sym_DASH_DASH] = ACTIONS(5889), + [anon_sym_PLUS_PLUS] = ACTIONS(5889), + [anon_sym_DOT] = ACTIONS(5887), + [anon_sym_DOT_STAR] = ACTIONS(5889), + [anon_sym_DASH_GT] = ACTIONS(5889), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5889), + [anon_sym_decltype] = ACTIONS(5889), + [anon_sym_final] = ACTIONS(5889), + [anon_sym_override] = ACTIONS(5889), + [anon_sym_requires] = ACTIONS(5889), + }, + [2191] = { + [sym_identifier] = ACTIONS(5546), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5548), + [anon_sym_COMMA] = ACTIONS(5548), + [anon_sym_RPAREN] = ACTIONS(5548), + [aux_sym_preproc_if_token2] = ACTIONS(5548), + [aux_sym_preproc_else_token1] = ACTIONS(5548), + [aux_sym_preproc_elif_token1] = ACTIONS(5546), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5548), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5548), + [anon_sym_LPAREN2] = ACTIONS(5548), + [anon_sym_DASH] = ACTIONS(5546), + [anon_sym_PLUS] = ACTIONS(5546), + [anon_sym_STAR] = ACTIONS(5546), + [anon_sym_SLASH] = ACTIONS(5546), + [anon_sym_PERCENT] = ACTIONS(5546), + [anon_sym_PIPE_PIPE] = ACTIONS(5548), + [anon_sym_AMP_AMP] = ACTIONS(5548), + [anon_sym_PIPE] = ACTIONS(5546), + [anon_sym_CARET] = ACTIONS(5546), + [anon_sym_AMP] = ACTIONS(5546), + [anon_sym_EQ_EQ] = ACTIONS(5548), + [anon_sym_BANG_EQ] = ACTIONS(5548), + [anon_sym_GT] = ACTIONS(5546), + [anon_sym_GT_EQ] = ACTIONS(5548), + [anon_sym_LT_EQ] = ACTIONS(5546), + [anon_sym_LT] = ACTIONS(5546), + [anon_sym_LT_LT] = ACTIONS(5546), + [anon_sym_GT_GT] = ACTIONS(5546), + [anon_sym_SEMI] = ACTIONS(5548), + [anon_sym___attribute__] = ACTIONS(5546), + [anon_sym___attribute] = ACTIONS(5546), + [anon_sym_LBRACE] = ACTIONS(5548), + [anon_sym_RBRACE] = ACTIONS(5548), + [anon_sym_LBRACK] = ACTIONS(5548), + [anon_sym_RBRACK] = ACTIONS(5548), + [anon_sym_EQ] = ACTIONS(5546), + [anon_sym_COLON] = ACTIONS(5548), + [anon_sym_QMARK] = ACTIONS(5548), + [anon_sym_STAR_EQ] = ACTIONS(5548), + [anon_sym_SLASH_EQ] = ACTIONS(5548), + [anon_sym_PERCENT_EQ] = ACTIONS(5548), + [anon_sym_PLUS_EQ] = ACTIONS(5548), + [anon_sym_DASH_EQ] = ACTIONS(5548), + [anon_sym_LT_LT_EQ] = ACTIONS(5548), + [anon_sym_GT_GT_EQ] = ACTIONS(5548), + [anon_sym_AMP_EQ] = ACTIONS(5548), + [anon_sym_CARET_EQ] = ACTIONS(5548), + [anon_sym_PIPE_EQ] = ACTIONS(5548), + [anon_sym_and_eq] = ACTIONS(5546), + [anon_sym_or_eq] = ACTIONS(5546), + [anon_sym_xor_eq] = ACTIONS(5546), + [anon_sym_LT_EQ_GT] = ACTIONS(5548), + [anon_sym_or] = ACTIONS(5546), + [anon_sym_and] = ACTIONS(5546), + [anon_sym_bitor] = ACTIONS(5546), + [anon_sym_xor] = ACTIONS(5546), + [anon_sym_bitand] = ACTIONS(5546), + [anon_sym_not_eq] = ACTIONS(5546), + [anon_sym_DASH_DASH] = ACTIONS(5548), + [anon_sym_PLUS_PLUS] = ACTIONS(5548), + [anon_sym_DOT] = ACTIONS(5546), + [anon_sym_DOT_STAR] = ACTIONS(5548), + [anon_sym_DASH_GT] = ACTIONS(5548), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5289), - [anon_sym_decltype] = ACTIONS(5289), - [anon_sym_final] = ACTIONS(5289), - [anon_sym_override] = ACTIONS(5289), - [anon_sym_template] = ACTIONS(5289), - [anon_sym_GT2] = ACTIONS(5291), - [anon_sym_operator] = ACTIONS(5289), - [anon_sym_try] = ACTIONS(5289), - [anon_sym_requires] = ACTIONS(5289), + [sym_auto] = ACTIONS(5546), + [anon_sym_decltype] = ACTIONS(5546), }, - [2148] = { - [sym_attribute_specifier] = STATE(2258), - [sym_enumerator_list] = STATE(2155), - [sym_identifier] = ACTIONS(5923), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5925), - [anon_sym_COMMA] = ACTIONS(5925), - [anon_sym_RPAREN] = ACTIONS(5925), - [aux_sym_preproc_if_token2] = ACTIONS(5925), - [aux_sym_preproc_else_token1] = ACTIONS(5925), - [aux_sym_preproc_elif_token1] = ACTIONS(5923), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5925), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5925), - [anon_sym_LPAREN2] = ACTIONS(5925), - [anon_sym_DASH] = ACTIONS(5923), - [anon_sym_PLUS] = ACTIONS(5923), - [anon_sym_STAR] = ACTIONS(5923), - [anon_sym_SLASH] = ACTIONS(5923), - [anon_sym_PERCENT] = ACTIONS(5923), - [anon_sym_PIPE_PIPE] = ACTIONS(5925), - [anon_sym_AMP_AMP] = ACTIONS(5925), - [anon_sym_PIPE] = ACTIONS(5923), - [anon_sym_CARET] = ACTIONS(5923), - [anon_sym_AMP] = ACTIONS(5923), - [anon_sym_EQ_EQ] = ACTIONS(5925), - [anon_sym_BANG_EQ] = ACTIONS(5925), - [anon_sym_GT] = ACTIONS(5923), - [anon_sym_GT_EQ] = ACTIONS(5925), - [anon_sym_LT_EQ] = ACTIONS(5923), - [anon_sym_LT] = ACTIONS(5923), - [anon_sym_LT_LT] = ACTIONS(5923), - [anon_sym_GT_GT] = ACTIONS(5923), - [anon_sym_SEMI] = ACTIONS(5925), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5927), - [anon_sym_RBRACE] = ACTIONS(5925), - [anon_sym_LBRACK] = ACTIONS(5925), - [anon_sym_RBRACK] = ACTIONS(5925), - [anon_sym_EQ] = ACTIONS(5923), - [anon_sym_COLON] = ACTIONS(5925), - [anon_sym_QMARK] = ACTIONS(5925), - [anon_sym_STAR_EQ] = ACTIONS(5925), - [anon_sym_SLASH_EQ] = ACTIONS(5925), - [anon_sym_PERCENT_EQ] = ACTIONS(5925), - [anon_sym_PLUS_EQ] = ACTIONS(5925), - [anon_sym_DASH_EQ] = ACTIONS(5925), - [anon_sym_LT_LT_EQ] = ACTIONS(5925), - [anon_sym_GT_GT_EQ] = ACTIONS(5925), - [anon_sym_AMP_EQ] = ACTIONS(5925), - [anon_sym_CARET_EQ] = ACTIONS(5925), - [anon_sym_PIPE_EQ] = ACTIONS(5925), - [anon_sym_and_eq] = ACTIONS(5923), - [anon_sym_or_eq] = ACTIONS(5923), - [anon_sym_xor_eq] = ACTIONS(5923), - [anon_sym_LT_EQ_GT] = ACTIONS(5925), - [anon_sym_or] = ACTIONS(5923), - [anon_sym_and] = ACTIONS(5923), - [anon_sym_bitor] = ACTIONS(5923), - [anon_sym_xor] = ACTIONS(5923), - [anon_sym_bitand] = ACTIONS(5923), - [anon_sym_not_eq] = ACTIONS(5923), - [anon_sym_DASH_DASH] = ACTIONS(5925), - [anon_sym_PLUS_PLUS] = ACTIONS(5925), - [anon_sym_DOT] = ACTIONS(5923), - [anon_sym_DOT_STAR] = ACTIONS(5925), - [anon_sym_DASH_GT] = ACTIONS(5925), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5923), - [anon_sym_decltype] = ACTIONS(5923), + [2192] = { + [sym_identifier] = ACTIONS(5510), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5512), + [anon_sym_COMMA] = ACTIONS(5512), + [anon_sym_RPAREN] = ACTIONS(5512), + [aux_sym_preproc_if_token2] = ACTIONS(5512), + [aux_sym_preproc_else_token1] = ACTIONS(5512), + [aux_sym_preproc_elif_token1] = ACTIONS(5510), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5512), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5512), + [anon_sym_LPAREN2] = ACTIONS(5512), + [anon_sym_DASH] = ACTIONS(5510), + [anon_sym_PLUS] = ACTIONS(5510), + [anon_sym_STAR] = ACTIONS(5510), + [anon_sym_SLASH] = ACTIONS(5510), + [anon_sym_PERCENT] = ACTIONS(5510), + [anon_sym_PIPE_PIPE] = ACTIONS(5512), + [anon_sym_AMP_AMP] = ACTIONS(5512), + [anon_sym_PIPE] = ACTIONS(5510), + [anon_sym_CARET] = ACTIONS(5510), + [anon_sym_AMP] = ACTIONS(5510), + [anon_sym_EQ_EQ] = ACTIONS(5512), + [anon_sym_BANG_EQ] = ACTIONS(5512), + [anon_sym_GT] = ACTIONS(5510), + [anon_sym_GT_EQ] = ACTIONS(5512), + [anon_sym_LT_EQ] = ACTIONS(5510), + [anon_sym_LT] = ACTIONS(5510), + [anon_sym_LT_LT] = ACTIONS(5510), + [anon_sym_GT_GT] = ACTIONS(5510), + [anon_sym_SEMI] = ACTIONS(5512), + [anon_sym___attribute__] = ACTIONS(5510), + [anon_sym___attribute] = ACTIONS(5510), + [anon_sym_LBRACE] = ACTIONS(5512), + [anon_sym_RBRACE] = ACTIONS(5512), + [anon_sym_LBRACK] = ACTIONS(5512), + [anon_sym_RBRACK] = ACTIONS(5512), + [anon_sym_EQ] = ACTIONS(5510), + [anon_sym_COLON] = ACTIONS(5512), + [anon_sym_QMARK] = ACTIONS(5512), + [anon_sym_STAR_EQ] = ACTIONS(5512), + [anon_sym_SLASH_EQ] = ACTIONS(5512), + [anon_sym_PERCENT_EQ] = ACTIONS(5512), + [anon_sym_PLUS_EQ] = ACTIONS(5512), + [anon_sym_DASH_EQ] = ACTIONS(5512), + [anon_sym_LT_LT_EQ] = ACTIONS(5512), + [anon_sym_GT_GT_EQ] = ACTIONS(5512), + [anon_sym_AMP_EQ] = ACTIONS(5512), + [anon_sym_CARET_EQ] = ACTIONS(5512), + [anon_sym_PIPE_EQ] = ACTIONS(5512), + [anon_sym_and_eq] = ACTIONS(5510), + [anon_sym_or_eq] = ACTIONS(5510), + [anon_sym_xor_eq] = ACTIONS(5510), + [anon_sym_LT_EQ_GT] = ACTIONS(5512), + [anon_sym_or] = ACTIONS(5510), + [anon_sym_and] = ACTIONS(5510), + [anon_sym_bitor] = ACTIONS(5510), + [anon_sym_xor] = ACTIONS(5510), + [anon_sym_bitand] = ACTIONS(5510), + [anon_sym_not_eq] = ACTIONS(5510), + [anon_sym_DASH_DASH] = ACTIONS(5512), + [anon_sym_PLUS_PLUS] = ACTIONS(5512), + [anon_sym_DOT] = ACTIONS(5510), + [anon_sym_DOT_STAR] = ACTIONS(5512), + [anon_sym_DASH_GT] = ACTIONS(5512), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5510), + [anon_sym_decltype] = ACTIONS(5510), }, - [2149] = { - [sym_attribute_specifier] = STATE(2302), - [sym_enumerator_list] = STATE(2164), - [sym_identifier] = ACTIONS(5929), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5931), - [anon_sym_COMMA] = ACTIONS(5931), - [anon_sym_RPAREN] = ACTIONS(5931), - [aux_sym_preproc_if_token2] = ACTIONS(5931), - [aux_sym_preproc_else_token1] = ACTIONS(5931), - [aux_sym_preproc_elif_token1] = ACTIONS(5929), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5931), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5931), - [anon_sym_LPAREN2] = ACTIONS(5931), - [anon_sym_DASH] = ACTIONS(5929), - [anon_sym_PLUS] = ACTIONS(5929), - [anon_sym_STAR] = ACTIONS(5929), - [anon_sym_SLASH] = ACTIONS(5929), - [anon_sym_PERCENT] = ACTIONS(5929), - [anon_sym_PIPE_PIPE] = ACTIONS(5931), - [anon_sym_AMP_AMP] = ACTIONS(5931), - [anon_sym_PIPE] = ACTIONS(5929), - [anon_sym_CARET] = ACTIONS(5929), - [anon_sym_AMP] = ACTIONS(5929), - [anon_sym_EQ_EQ] = ACTIONS(5931), - [anon_sym_BANG_EQ] = ACTIONS(5931), - [anon_sym_GT] = ACTIONS(5929), - [anon_sym_GT_EQ] = ACTIONS(5931), - [anon_sym_LT_EQ] = ACTIONS(5929), - [anon_sym_LT] = ACTIONS(5929), - [anon_sym_LT_LT] = ACTIONS(5929), - [anon_sym_GT_GT] = ACTIONS(5929), - [anon_sym_SEMI] = ACTIONS(5931), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5927), - [anon_sym_RBRACE] = ACTIONS(5931), - [anon_sym_LBRACK] = ACTIONS(5931), - [anon_sym_RBRACK] = ACTIONS(5931), - [anon_sym_EQ] = ACTIONS(5929), - [anon_sym_COLON] = ACTIONS(5931), - [anon_sym_QMARK] = ACTIONS(5931), - [anon_sym_STAR_EQ] = ACTIONS(5931), - [anon_sym_SLASH_EQ] = ACTIONS(5931), - [anon_sym_PERCENT_EQ] = ACTIONS(5931), - [anon_sym_PLUS_EQ] = ACTIONS(5931), - [anon_sym_DASH_EQ] = ACTIONS(5931), - [anon_sym_LT_LT_EQ] = ACTIONS(5931), - [anon_sym_GT_GT_EQ] = ACTIONS(5931), - [anon_sym_AMP_EQ] = ACTIONS(5931), - [anon_sym_CARET_EQ] = ACTIONS(5931), - [anon_sym_PIPE_EQ] = ACTIONS(5931), - [anon_sym_and_eq] = ACTIONS(5929), - [anon_sym_or_eq] = ACTIONS(5929), - [anon_sym_xor_eq] = ACTIONS(5929), - [anon_sym_LT_EQ_GT] = ACTIONS(5931), - [anon_sym_or] = ACTIONS(5929), - [anon_sym_and] = ACTIONS(5929), - [anon_sym_bitor] = ACTIONS(5929), - [anon_sym_xor] = ACTIONS(5929), - [anon_sym_bitand] = ACTIONS(5929), - [anon_sym_not_eq] = ACTIONS(5929), - [anon_sym_DASH_DASH] = ACTIONS(5931), - [anon_sym_PLUS_PLUS] = ACTIONS(5931), - [anon_sym_DOT] = ACTIONS(5929), - [anon_sym_DOT_STAR] = ACTIONS(5931), - [anon_sym_DASH_GT] = ACTIONS(5931), + [2193] = { + [sym_identifier] = ACTIONS(5488), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5490), + [anon_sym_COMMA] = ACTIONS(5490), + [anon_sym_RPAREN] = ACTIONS(5490), + [aux_sym_preproc_if_token2] = ACTIONS(5490), + [aux_sym_preproc_else_token1] = ACTIONS(5490), + [aux_sym_preproc_elif_token1] = ACTIONS(5488), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5490), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5490), + [anon_sym_LPAREN2] = ACTIONS(5490), + [anon_sym_DASH] = ACTIONS(5488), + [anon_sym_PLUS] = ACTIONS(5488), + [anon_sym_STAR] = ACTIONS(5488), + [anon_sym_SLASH] = ACTIONS(5488), + [anon_sym_PERCENT] = ACTIONS(5488), + [anon_sym_PIPE_PIPE] = ACTIONS(5490), + [anon_sym_AMP_AMP] = ACTIONS(5490), + [anon_sym_PIPE] = ACTIONS(5488), + [anon_sym_CARET] = ACTIONS(5488), + [anon_sym_AMP] = ACTIONS(5488), + [anon_sym_EQ_EQ] = ACTIONS(5490), + [anon_sym_BANG_EQ] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_GT_EQ] = ACTIONS(5490), + [anon_sym_LT_EQ] = ACTIONS(5488), + [anon_sym_LT] = ACTIONS(5488), + [anon_sym_LT_LT] = ACTIONS(5488), + [anon_sym_GT_GT] = ACTIONS(5488), + [anon_sym_SEMI] = ACTIONS(5490), + [anon_sym___attribute__] = ACTIONS(5488), + [anon_sym___attribute] = ACTIONS(5488), + [anon_sym_LBRACE] = ACTIONS(5490), + [anon_sym_RBRACE] = ACTIONS(5490), + [anon_sym_LBRACK] = ACTIONS(5490), + [anon_sym_RBRACK] = ACTIONS(5490), + [anon_sym_EQ] = ACTIONS(5488), + [anon_sym_COLON] = ACTIONS(5490), + [anon_sym_QMARK] = ACTIONS(5490), + [anon_sym_STAR_EQ] = ACTIONS(5490), + [anon_sym_SLASH_EQ] = ACTIONS(5490), + [anon_sym_PERCENT_EQ] = ACTIONS(5490), + [anon_sym_PLUS_EQ] = ACTIONS(5490), + [anon_sym_DASH_EQ] = ACTIONS(5490), + [anon_sym_LT_LT_EQ] = ACTIONS(5490), + [anon_sym_GT_GT_EQ] = ACTIONS(5490), + [anon_sym_AMP_EQ] = ACTIONS(5490), + [anon_sym_CARET_EQ] = ACTIONS(5490), + [anon_sym_PIPE_EQ] = ACTIONS(5490), + [anon_sym_and_eq] = ACTIONS(5488), + [anon_sym_or_eq] = ACTIONS(5488), + [anon_sym_xor_eq] = ACTIONS(5488), + [anon_sym_LT_EQ_GT] = ACTIONS(5490), + [anon_sym_or] = ACTIONS(5488), + [anon_sym_and] = ACTIONS(5488), + [anon_sym_bitor] = ACTIONS(5488), + [anon_sym_xor] = ACTIONS(5488), + [anon_sym_bitand] = ACTIONS(5488), + [anon_sym_not_eq] = ACTIONS(5488), + [anon_sym_DASH_DASH] = ACTIONS(5490), + [anon_sym_PLUS_PLUS] = ACTIONS(5490), + [anon_sym_DOT] = ACTIONS(5488), + [anon_sym_DOT_STAR] = ACTIONS(5490), + [anon_sym_DASH_GT] = ACTIONS(5490), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5929), - [anon_sym_decltype] = ACTIONS(5929), + [sym_auto] = ACTIONS(5488), + [anon_sym_decltype] = ACTIONS(5488), }, - [2150] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_structured_binding_declarator_repeat1] = STATE(7231), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(5933), + [2194] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6042), + [anon_sym_COMMA] = ACTIONS(6062), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -284023,22 +287055,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(5935), - [anon_sym_EQ] = ACTIONS(5938), + [anon_sym_RBRACK] = ACTIONS(6064), + [anon_sym_EQ] = ACTIONS(6052), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5940), - [anon_sym_SLASH_EQ] = ACTIONS(5940), - [anon_sym_PERCENT_EQ] = ACTIONS(5940), - [anon_sym_PLUS_EQ] = ACTIONS(5940), - [anon_sym_DASH_EQ] = ACTIONS(5940), - [anon_sym_LT_LT_EQ] = ACTIONS(5940), - [anon_sym_GT_GT_EQ] = ACTIONS(5940), - [anon_sym_AMP_EQ] = ACTIONS(5940), - [anon_sym_CARET_EQ] = ACTIONS(5940), - [anon_sym_PIPE_EQ] = ACTIONS(5940), - [anon_sym_and_eq] = ACTIONS(5940), - [anon_sym_or_eq] = ACTIONS(5940), - [anon_sym_xor_eq] = ACTIONS(5940), + [anon_sym_STAR_EQ] = ACTIONS(5984), + [anon_sym_SLASH_EQ] = ACTIONS(5984), + [anon_sym_PERCENT_EQ] = ACTIONS(5984), + [anon_sym_PLUS_EQ] = ACTIONS(5984), + [anon_sym_DASH_EQ] = ACTIONS(5984), + [anon_sym_LT_LT_EQ] = ACTIONS(5984), + [anon_sym_GT_GT_EQ] = ACTIONS(5984), + [anon_sym_AMP_EQ] = ACTIONS(5984), + [anon_sym_CARET_EQ] = ACTIONS(5984), + [anon_sym_PIPE_EQ] = ACTIONS(5984), + [anon_sym_and_eq] = ACTIONS(5984), + [anon_sym_or_eq] = ACTIONS(5984), + [anon_sym_xor_eq] = ACTIONS(5984), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -284063,1462 +287095,2392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3481), [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, - [2151] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4147), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [2195] = { + [sym_attribute_specifier] = STATE(1814), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6040), + [anon_sym_COMMA] = ACTIONS(6040), + [anon_sym_RPAREN] = ACTIONS(6040), + [anon_sym_LPAREN2] = ACTIONS(6040), + [anon_sym_DASH] = ACTIONS(6038), + [anon_sym_PLUS] = ACTIONS(6038), + [anon_sym_STAR] = ACTIONS(6040), + [anon_sym_SLASH] = ACTIONS(6038), + [anon_sym_PERCENT] = ACTIONS(6040), + [anon_sym_PIPE_PIPE] = ACTIONS(6040), + [anon_sym_AMP_AMP] = ACTIONS(6040), + [anon_sym_PIPE] = ACTIONS(6038), + [anon_sym_CARET] = ACTIONS(6040), + [anon_sym_AMP] = ACTIONS(6038), + [anon_sym_EQ_EQ] = ACTIONS(6040), + [anon_sym_BANG_EQ] = ACTIONS(6040), + [anon_sym_GT] = ACTIONS(6038), + [anon_sym_GT_EQ] = ACTIONS(6040), + [anon_sym_LT_EQ] = ACTIONS(6038), + [anon_sym_LT] = ACTIONS(6038), + [anon_sym_LT_LT] = ACTIONS(6040), + [anon_sym_GT_GT] = ACTIONS(6040), + [anon_sym_SEMI] = ACTIONS(6040), + [anon_sym___extension__] = ACTIONS(6040), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6040), + [anon_sym_RBRACE] = ACTIONS(6040), + [anon_sym_LBRACK] = ACTIONS(6040), + [anon_sym_RBRACK] = ACTIONS(6040), + [anon_sym_const] = ACTIONS(6038), + [anon_sym_constexpr] = ACTIONS(6040), + [anon_sym_volatile] = ACTIONS(6040), + [anon_sym_restrict] = ACTIONS(6040), + [anon_sym___restrict__] = ACTIONS(6040), + [anon_sym__Atomic] = ACTIONS(6040), + [anon_sym__Noreturn] = ACTIONS(6040), + [anon_sym_noreturn] = ACTIONS(6040), + [anon_sym__Nonnull] = ACTIONS(6040), + [anon_sym_mutable] = ACTIONS(6040), + [anon_sym_constinit] = ACTIONS(6040), + [anon_sym_consteval] = ACTIONS(6040), + [anon_sym_PROGMEM] = ACTIONS(6040), + [anon_sym_alignas] = ACTIONS(6040), + [anon_sym__Alignas] = ACTIONS(6040), + [anon_sym_COLON] = ACTIONS(6040), + [anon_sym_QMARK] = ACTIONS(6040), + [anon_sym_LT_EQ_GT] = ACTIONS(6040), + [anon_sym_or] = ACTIONS(6040), + [anon_sym_and] = ACTIONS(6040), + [anon_sym_bitor] = ACTIONS(6040), + [anon_sym_xor] = ACTIONS(6040), + [anon_sym_bitand] = ACTIONS(6040), + [anon_sym_not_eq] = ACTIONS(6040), + [anon_sym_DASH_DASH] = ACTIONS(6040), + [anon_sym_PLUS_PLUS] = ACTIONS(6040), + [anon_sym_DOT] = ACTIONS(6038), + [anon_sym_DOT_STAR] = ACTIONS(6040), + [anon_sym_DASH_GT] = ACTIONS(6040), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6040), + [anon_sym_decltype] = ACTIONS(6040), + [anon_sym_final] = ACTIONS(6040), + [anon_sym_override] = ACTIONS(6040), + [anon_sym_requires] = ACTIONS(6040), }, - [2152] = { - [sym_attribute_declaration] = STATE(2261), - [sym_parameter_list] = STATE(2242), - [aux_sym_attributed_declarator_repeat1] = STATE(2261), - [sym_identifier] = ACTIONS(5942), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5944), - [anon_sym_COMMA] = ACTIONS(5944), - [anon_sym_RPAREN] = ACTIONS(5944), - [aux_sym_preproc_if_token2] = ACTIONS(5944), - [aux_sym_preproc_else_token1] = ACTIONS(5944), - [aux_sym_preproc_elif_token1] = ACTIONS(5942), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5944), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5944), - [anon_sym_LPAREN2] = ACTIONS(5946), - [anon_sym_DASH] = ACTIONS(5942), - [anon_sym_PLUS] = ACTIONS(5942), - [anon_sym_STAR] = ACTIONS(5942), - [anon_sym_SLASH] = ACTIONS(5942), - [anon_sym_PERCENT] = ACTIONS(5942), - [anon_sym_PIPE_PIPE] = ACTIONS(5944), - [anon_sym_AMP_AMP] = ACTIONS(5944), - [anon_sym_PIPE] = ACTIONS(5942), - [anon_sym_CARET] = ACTIONS(5942), - [anon_sym_AMP] = ACTIONS(5942), - [anon_sym_EQ_EQ] = ACTIONS(5944), - [anon_sym_BANG_EQ] = ACTIONS(5944), - [anon_sym_GT] = ACTIONS(5942), - [anon_sym_GT_EQ] = ACTIONS(5944), - [anon_sym_LT_EQ] = ACTIONS(5942), - [anon_sym_LT] = ACTIONS(5942), - [anon_sym_LT_LT] = ACTIONS(5942), - [anon_sym_GT_GT] = ACTIONS(5942), - [anon_sym_SEMI] = ACTIONS(5944), - [anon_sym___attribute__] = ACTIONS(5942), - [anon_sym___attribute] = ACTIONS(5942), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(5944), - [anon_sym_LBRACK] = ACTIONS(5950), - [anon_sym_RBRACK] = ACTIONS(5944), - [anon_sym_EQ] = ACTIONS(5942), - [anon_sym_COLON] = ACTIONS(5944), - [anon_sym_QMARK] = ACTIONS(5944), - [anon_sym_STAR_EQ] = ACTIONS(5944), - [anon_sym_SLASH_EQ] = ACTIONS(5944), - [anon_sym_PERCENT_EQ] = ACTIONS(5944), - [anon_sym_PLUS_EQ] = ACTIONS(5944), - [anon_sym_DASH_EQ] = ACTIONS(5944), - [anon_sym_LT_LT_EQ] = ACTIONS(5944), - [anon_sym_GT_GT_EQ] = ACTIONS(5944), - [anon_sym_AMP_EQ] = ACTIONS(5944), - [anon_sym_CARET_EQ] = ACTIONS(5944), - [anon_sym_PIPE_EQ] = ACTIONS(5944), - [anon_sym_and_eq] = ACTIONS(5942), - [anon_sym_or_eq] = ACTIONS(5942), - [anon_sym_xor_eq] = ACTIONS(5942), - [anon_sym_LT_EQ_GT] = ACTIONS(5944), - [anon_sym_or] = ACTIONS(5942), - [anon_sym_and] = ACTIONS(5942), - [anon_sym_bitor] = ACTIONS(5942), - [anon_sym_xor] = ACTIONS(5942), - [anon_sym_bitand] = ACTIONS(5942), - [anon_sym_not_eq] = ACTIONS(5942), - [anon_sym_DASH_DASH] = ACTIONS(5944), - [anon_sym_PLUS_PLUS] = ACTIONS(5944), - [anon_sym_DOT] = ACTIONS(5942), - [anon_sym_DOT_STAR] = ACTIONS(5944), - [anon_sym_DASH_GT] = ACTIONS(5944), - [sym_comment] = ACTIONS(3), + [2196] = { + [sym_attribute_specifier] = STATE(1818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5955), + [anon_sym_COMMA] = ACTIONS(5955), + [anon_sym_RPAREN] = ACTIONS(5955), + [anon_sym_LPAREN2] = ACTIONS(5955), + [anon_sym_DASH] = ACTIONS(5953), + [anon_sym_PLUS] = ACTIONS(5953), + [anon_sym_STAR] = ACTIONS(5955), + [anon_sym_SLASH] = ACTIONS(5953), + [anon_sym_PERCENT] = ACTIONS(5955), + [anon_sym_PIPE_PIPE] = ACTIONS(5955), + [anon_sym_AMP_AMP] = ACTIONS(5955), + [anon_sym_PIPE] = ACTIONS(5953), + [anon_sym_CARET] = ACTIONS(5955), + [anon_sym_AMP] = ACTIONS(5953), + [anon_sym_EQ_EQ] = ACTIONS(5955), + [anon_sym_BANG_EQ] = ACTIONS(5955), + [anon_sym_GT] = ACTIONS(5953), + [anon_sym_GT_EQ] = ACTIONS(5955), + [anon_sym_LT_EQ] = ACTIONS(5953), + [anon_sym_LT] = ACTIONS(5953), + [anon_sym_LT_LT] = ACTIONS(5955), + [anon_sym_GT_GT] = ACTIONS(5955), + [anon_sym_SEMI] = ACTIONS(5955), + [anon_sym___extension__] = ACTIONS(5955), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5955), + [anon_sym_RBRACE] = ACTIONS(5955), + [anon_sym_LBRACK] = ACTIONS(5955), + [anon_sym_RBRACK] = ACTIONS(5955), + [anon_sym_const] = ACTIONS(5953), + [anon_sym_constexpr] = ACTIONS(5955), + [anon_sym_volatile] = ACTIONS(5955), + [anon_sym_restrict] = ACTIONS(5955), + [anon_sym___restrict__] = ACTIONS(5955), + [anon_sym__Atomic] = ACTIONS(5955), + [anon_sym__Noreturn] = ACTIONS(5955), + [anon_sym_noreturn] = ACTIONS(5955), + [anon_sym__Nonnull] = ACTIONS(5955), + [anon_sym_mutable] = ACTIONS(5955), + [anon_sym_constinit] = ACTIONS(5955), + [anon_sym_consteval] = ACTIONS(5955), + [anon_sym_PROGMEM] = ACTIONS(5955), + [anon_sym_alignas] = ACTIONS(5955), + [anon_sym__Alignas] = ACTIONS(5955), + [anon_sym_COLON] = ACTIONS(5955), + [anon_sym_QMARK] = ACTIONS(5955), + [anon_sym_LT_EQ_GT] = ACTIONS(5955), + [anon_sym_or] = ACTIONS(5955), + [anon_sym_and] = ACTIONS(5955), + [anon_sym_bitor] = ACTIONS(5955), + [anon_sym_xor] = ACTIONS(5955), + [anon_sym_bitand] = ACTIONS(5955), + [anon_sym_not_eq] = ACTIONS(5955), + [anon_sym_DASH_DASH] = ACTIONS(5955), + [anon_sym_PLUS_PLUS] = ACTIONS(5955), + [anon_sym_DOT] = ACTIONS(5953), + [anon_sym_DOT_STAR] = ACTIONS(5955), + [anon_sym_DASH_GT] = ACTIONS(5955), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5955), + [anon_sym_decltype] = ACTIONS(5955), + [anon_sym_final] = ACTIONS(5955), + [anon_sym_override] = ACTIONS(5955), + [anon_sym_requires] = ACTIONS(5955), }, - [2153] = { - [sym_attribute_specifier] = STATE(2191), - [sym_identifier] = ACTIONS(5952), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5954), - [anon_sym_COMMA] = ACTIONS(5954), - [anon_sym_RPAREN] = ACTIONS(5954), - [aux_sym_preproc_if_token2] = ACTIONS(5954), - [aux_sym_preproc_else_token1] = ACTIONS(5954), - [aux_sym_preproc_elif_token1] = ACTIONS(5952), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5954), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5954), - [anon_sym_LPAREN2] = ACTIONS(5954), - [anon_sym_DASH] = ACTIONS(5952), - [anon_sym_PLUS] = ACTIONS(5952), - [anon_sym_STAR] = ACTIONS(5952), - [anon_sym_SLASH] = ACTIONS(5952), - [anon_sym_PERCENT] = ACTIONS(5952), - [anon_sym_PIPE_PIPE] = ACTIONS(5954), - [anon_sym_AMP_AMP] = ACTIONS(5954), - [anon_sym_PIPE] = ACTIONS(5952), - [anon_sym_CARET] = ACTIONS(5952), - [anon_sym_AMP] = ACTIONS(5952), - [anon_sym_EQ_EQ] = ACTIONS(5954), - [anon_sym_BANG_EQ] = ACTIONS(5954), - [anon_sym_GT] = ACTIONS(5952), - [anon_sym_GT_EQ] = ACTIONS(5954), - [anon_sym_LT_EQ] = ACTIONS(5952), - [anon_sym_LT] = ACTIONS(5952), - [anon_sym_LT_LT] = ACTIONS(5952), - [anon_sym_GT_GT] = ACTIONS(5952), - [anon_sym_SEMI] = ACTIONS(5954), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5954), - [anon_sym_RBRACE] = ACTIONS(5954), - [anon_sym_LBRACK] = ACTIONS(5954), - [anon_sym_RBRACK] = ACTIONS(5954), - [anon_sym_EQ] = ACTIONS(5952), - [anon_sym_COLON] = ACTIONS(5954), - [anon_sym_QMARK] = ACTIONS(5954), - [anon_sym_STAR_EQ] = ACTIONS(5954), - [anon_sym_SLASH_EQ] = ACTIONS(5954), - [anon_sym_PERCENT_EQ] = ACTIONS(5954), - [anon_sym_PLUS_EQ] = ACTIONS(5954), - [anon_sym_DASH_EQ] = ACTIONS(5954), - [anon_sym_LT_LT_EQ] = ACTIONS(5954), - [anon_sym_GT_GT_EQ] = ACTIONS(5954), - [anon_sym_AMP_EQ] = ACTIONS(5954), - [anon_sym_CARET_EQ] = ACTIONS(5954), - [anon_sym_PIPE_EQ] = ACTIONS(5954), - [anon_sym_and_eq] = ACTIONS(5952), - [anon_sym_or_eq] = ACTIONS(5952), - [anon_sym_xor_eq] = ACTIONS(5952), - [anon_sym_LT_EQ_GT] = ACTIONS(5954), - [anon_sym_or] = ACTIONS(5952), - [anon_sym_and] = ACTIONS(5952), - [anon_sym_bitor] = ACTIONS(5952), - [anon_sym_xor] = ACTIONS(5952), - [anon_sym_bitand] = ACTIONS(5952), - [anon_sym_not_eq] = ACTIONS(5952), - [anon_sym_DASH_DASH] = ACTIONS(5954), - [anon_sym_PLUS_PLUS] = ACTIONS(5954), - [anon_sym_DOT] = ACTIONS(5952), - [anon_sym_DOT_STAR] = ACTIONS(5954), - [anon_sym_DASH_GT] = ACTIONS(5954), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5952), - [anon_sym_decltype] = ACTIONS(5952), + [2197] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5457), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5455), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5457), + [anon_sym_GT_GT] = ACTIONS(5455), + [anon_sym___extension__] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5457), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_signed] = ACTIONS(6067), + [anon_sym_unsigned] = ACTIONS(6067), + [anon_sym_long] = ACTIONS(6067), + [anon_sym_short] = ACTIONS(6067), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5457), + [anon_sym_volatile] = ACTIONS(5457), + [anon_sym_restrict] = ACTIONS(5457), + [anon_sym___restrict__] = ACTIONS(5457), + [anon_sym__Atomic] = ACTIONS(5457), + [anon_sym__Noreturn] = ACTIONS(5457), + [anon_sym_noreturn] = ACTIONS(5457), + [anon_sym__Nonnull] = ACTIONS(5457), + [anon_sym_mutable] = ACTIONS(5457), + [anon_sym_constinit] = ACTIONS(5457), + [anon_sym_consteval] = ACTIONS(5457), + [anon_sym_PROGMEM] = ACTIONS(5457), + [anon_sym_alignas] = ACTIONS(5457), + [anon_sym__Alignas] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5457), + [anon_sym_and] = ACTIONS(5457), + [anon_sym_bitor] = ACTIONS(5457), + [anon_sym_xor] = ACTIONS(5457), + [anon_sym_bitand] = ACTIONS(5457), + [anon_sym_not_eq] = ACTIONS(5457), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5457), + [anon_sym_decltype] = ACTIONS(5457), + [anon_sym_final] = ACTIONS(5457), + [anon_sym_override] = ACTIONS(5457), + [anon_sym_GT2] = ACTIONS(5457), + [anon_sym_requires] = ACTIONS(5457), }, - [2154] = { - [sym_string_literal] = STATE(2188), - [sym_raw_string_literal] = STATE(2188), - [aux_sym_concatenated_string_repeat1] = STATE(2188), - [sym_identifier] = ACTIONS(5956), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5423), - [anon_sym_COMMA] = ACTIONS(5423), - [anon_sym_RPAREN] = ACTIONS(5423), - [anon_sym_LPAREN2] = ACTIONS(5423), - [anon_sym_DASH] = ACTIONS(5425), - [anon_sym_PLUS] = ACTIONS(5425), - [anon_sym_STAR] = ACTIONS(5425), - [anon_sym_SLASH] = ACTIONS(5425), - [anon_sym_PERCENT] = ACTIONS(5425), - [anon_sym_PIPE_PIPE] = ACTIONS(5423), - [anon_sym_AMP_AMP] = ACTIONS(5423), - [anon_sym_PIPE] = ACTIONS(5425), - [anon_sym_CARET] = ACTIONS(5425), - [anon_sym_AMP] = ACTIONS(5425), - [anon_sym_EQ_EQ] = ACTIONS(5423), - [anon_sym_BANG_EQ] = ACTIONS(5423), - [anon_sym_GT] = ACTIONS(5425), - [anon_sym_GT_EQ] = ACTIONS(5423), - [anon_sym_LT_EQ] = ACTIONS(5425), - [anon_sym_LT] = ACTIONS(5425), - [anon_sym_LT_LT] = ACTIONS(5425), - [anon_sym_GT_GT] = ACTIONS(5425), - [anon_sym_LBRACK] = ACTIONS(5423), - [anon_sym_EQ] = ACTIONS(5425), - [anon_sym_QMARK] = ACTIONS(5423), - [anon_sym_STAR_EQ] = ACTIONS(5423), - [anon_sym_SLASH_EQ] = ACTIONS(5423), - [anon_sym_PERCENT_EQ] = ACTIONS(5423), - [anon_sym_PLUS_EQ] = ACTIONS(5423), - [anon_sym_DASH_EQ] = ACTIONS(5423), - [anon_sym_LT_LT_EQ] = ACTIONS(5423), - [anon_sym_GT_GT_EQ] = ACTIONS(5423), - [anon_sym_AMP_EQ] = ACTIONS(5423), - [anon_sym_CARET_EQ] = ACTIONS(5423), - [anon_sym_PIPE_EQ] = ACTIONS(5423), - [anon_sym_and_eq] = ACTIONS(5425), - [anon_sym_or_eq] = ACTIONS(5425), - [anon_sym_xor_eq] = ACTIONS(5425), - [anon_sym_LT_EQ_GT] = ACTIONS(5423), - [anon_sym_or] = ACTIONS(5425), - [anon_sym_and] = ACTIONS(5425), - [anon_sym_bitor] = ACTIONS(5425), - [anon_sym_xor] = ACTIONS(5425), - [anon_sym_bitand] = ACTIONS(5425), - [anon_sym_not_eq] = ACTIONS(5425), - [anon_sym_DASH_DASH] = ACTIONS(5423), - [anon_sym_PLUS_PLUS] = ACTIONS(5423), - [anon_sym_DOT] = ACTIONS(5425), - [anon_sym_DOT_STAR] = ACTIONS(5423), - [anon_sym_DASH_GT] = ACTIONS(5425), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [2198] = { + [sym_attribute_specifier] = STATE(1799), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5969), + [anon_sym_COMMA] = ACTIONS(5969), + [anon_sym_RPAREN] = ACTIONS(5969), + [anon_sym_LPAREN2] = ACTIONS(5969), + [anon_sym_DASH] = ACTIONS(5967), + [anon_sym_PLUS] = ACTIONS(5967), + [anon_sym_STAR] = ACTIONS(5969), + [anon_sym_SLASH] = ACTIONS(5967), + [anon_sym_PERCENT] = ACTIONS(5969), + [anon_sym_PIPE_PIPE] = ACTIONS(5969), + [anon_sym_AMP_AMP] = ACTIONS(5969), + [anon_sym_PIPE] = ACTIONS(5967), + [anon_sym_CARET] = ACTIONS(5969), + [anon_sym_AMP] = ACTIONS(5967), + [anon_sym_EQ_EQ] = ACTIONS(5969), + [anon_sym_BANG_EQ] = ACTIONS(5969), + [anon_sym_GT] = ACTIONS(5967), + [anon_sym_GT_EQ] = ACTIONS(5969), + [anon_sym_LT_EQ] = ACTIONS(5967), + [anon_sym_LT] = ACTIONS(5967), + [anon_sym_LT_LT] = ACTIONS(5969), + [anon_sym_GT_GT] = ACTIONS(5969), + [anon_sym_SEMI] = ACTIONS(5969), + [anon_sym___extension__] = ACTIONS(5969), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5969), + [anon_sym_RBRACE] = ACTIONS(5969), + [anon_sym_LBRACK] = ACTIONS(5969), + [anon_sym_RBRACK] = ACTIONS(5969), + [anon_sym_const] = ACTIONS(5967), + [anon_sym_constexpr] = ACTIONS(5969), + [anon_sym_volatile] = ACTIONS(5969), + [anon_sym_restrict] = ACTIONS(5969), + [anon_sym___restrict__] = ACTIONS(5969), + [anon_sym__Atomic] = ACTIONS(5969), + [anon_sym__Noreturn] = ACTIONS(5969), + [anon_sym_noreturn] = ACTIONS(5969), + [anon_sym__Nonnull] = ACTIONS(5969), + [anon_sym_mutable] = ACTIONS(5969), + [anon_sym_constinit] = ACTIONS(5969), + [anon_sym_consteval] = ACTIONS(5969), + [anon_sym_PROGMEM] = ACTIONS(5969), + [anon_sym_alignas] = ACTIONS(5969), + [anon_sym__Alignas] = ACTIONS(5969), + [anon_sym_COLON] = ACTIONS(5969), + [anon_sym_QMARK] = ACTIONS(5969), + [anon_sym_LT_EQ_GT] = ACTIONS(5969), + [anon_sym_or] = ACTIONS(5969), + [anon_sym_and] = ACTIONS(5969), + [anon_sym_bitor] = ACTIONS(5969), + [anon_sym_xor] = ACTIONS(5969), + [anon_sym_bitand] = ACTIONS(5969), + [anon_sym_not_eq] = ACTIONS(5969), + [anon_sym_DASH_DASH] = ACTIONS(5969), + [anon_sym_PLUS_PLUS] = ACTIONS(5969), + [anon_sym_DOT] = ACTIONS(5967), + [anon_sym_DOT_STAR] = ACTIONS(5969), + [anon_sym_DASH_GT] = ACTIONS(5969), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5969), + [anon_sym_decltype] = ACTIONS(5969), + [anon_sym_final] = ACTIONS(5969), + [anon_sym_override] = ACTIONS(5969), + [anon_sym_requires] = ACTIONS(5969), + }, + [2199] = { + [sym_attribute_specifier] = STATE(1808), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6036), + [anon_sym_COMMA] = ACTIONS(6036), + [anon_sym_RPAREN] = ACTIONS(6036), + [anon_sym_LPAREN2] = ACTIONS(6036), + [anon_sym_DASH] = ACTIONS(6034), + [anon_sym_PLUS] = ACTIONS(6034), + [anon_sym_STAR] = ACTIONS(6036), + [anon_sym_SLASH] = ACTIONS(6034), + [anon_sym_PERCENT] = ACTIONS(6036), + [anon_sym_PIPE_PIPE] = ACTIONS(6036), + [anon_sym_AMP_AMP] = ACTIONS(6036), + [anon_sym_PIPE] = ACTIONS(6034), + [anon_sym_CARET] = ACTIONS(6036), + [anon_sym_AMP] = ACTIONS(6034), + [anon_sym_EQ_EQ] = ACTIONS(6036), + [anon_sym_BANG_EQ] = ACTIONS(6036), + [anon_sym_GT] = ACTIONS(6034), + [anon_sym_GT_EQ] = ACTIONS(6036), + [anon_sym_LT_EQ] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(6034), + [anon_sym_LT_LT] = ACTIONS(6036), + [anon_sym_GT_GT] = ACTIONS(6036), + [anon_sym_SEMI] = ACTIONS(6036), + [anon_sym___extension__] = ACTIONS(6036), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6036), + [anon_sym_RBRACE] = ACTIONS(6036), + [anon_sym_LBRACK] = ACTIONS(6036), + [anon_sym_RBRACK] = ACTIONS(6036), + [anon_sym_const] = ACTIONS(6034), + [anon_sym_constexpr] = ACTIONS(6036), + [anon_sym_volatile] = ACTIONS(6036), + [anon_sym_restrict] = ACTIONS(6036), + [anon_sym___restrict__] = ACTIONS(6036), + [anon_sym__Atomic] = ACTIONS(6036), + [anon_sym__Noreturn] = ACTIONS(6036), + [anon_sym_noreturn] = ACTIONS(6036), + [anon_sym__Nonnull] = ACTIONS(6036), + [anon_sym_mutable] = ACTIONS(6036), + [anon_sym_constinit] = ACTIONS(6036), + [anon_sym_consteval] = ACTIONS(6036), + [anon_sym_PROGMEM] = ACTIONS(6036), + [anon_sym_alignas] = ACTIONS(6036), + [anon_sym__Alignas] = ACTIONS(6036), + [anon_sym_COLON] = ACTIONS(6036), + [anon_sym_QMARK] = ACTIONS(6036), + [anon_sym_LT_EQ_GT] = ACTIONS(6036), + [anon_sym_or] = ACTIONS(6036), + [anon_sym_and] = ACTIONS(6036), + [anon_sym_bitor] = ACTIONS(6036), + [anon_sym_xor] = ACTIONS(6036), + [anon_sym_bitand] = ACTIONS(6036), + [anon_sym_not_eq] = ACTIONS(6036), + [anon_sym_DASH_DASH] = ACTIONS(6036), + [anon_sym_PLUS_PLUS] = ACTIONS(6036), + [anon_sym_DOT] = ACTIONS(6034), + [anon_sym_DOT_STAR] = ACTIONS(6036), + [anon_sym_DASH_GT] = ACTIONS(6036), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6036), + [anon_sym_decltype] = ACTIONS(6036), + [anon_sym_final] = ACTIONS(6036), + [anon_sym_override] = ACTIONS(6036), + [anon_sym_requires] = ACTIONS(6036), + }, + [2200] = { + [sym_string_literal] = STATE(2214), + [sym_raw_string_literal] = STATE(2214), + [aux_sym_concatenated_string_repeat1] = STATE(2214), + [sym_identifier] = ACTIONS(6069), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5279), + [anon_sym_COMMA] = ACTIONS(5279), + [anon_sym_LPAREN2] = ACTIONS(5279), + [anon_sym_DASH] = ACTIONS(5281), + [anon_sym_PLUS] = ACTIONS(5281), + [anon_sym_STAR] = ACTIONS(5281), + [anon_sym_SLASH] = ACTIONS(5281), + [anon_sym_PERCENT] = ACTIONS(5281), + [anon_sym_PIPE_PIPE] = ACTIONS(5279), + [anon_sym_AMP_AMP] = ACTIONS(5279), + [anon_sym_PIPE] = ACTIONS(5281), + [anon_sym_CARET] = ACTIONS(5281), + [anon_sym_AMP] = ACTIONS(5281), + [anon_sym_EQ_EQ] = ACTIONS(5279), + [anon_sym_BANG_EQ] = ACTIONS(5279), + [anon_sym_GT] = ACTIONS(5281), + [anon_sym_GT_EQ] = ACTIONS(5281), + [anon_sym_LT_EQ] = ACTIONS(5281), + [anon_sym_LT] = ACTIONS(5281), + [anon_sym_LT_LT] = ACTIONS(5281), + [anon_sym_GT_GT] = ACTIONS(5281), + [anon_sym_LBRACK] = ACTIONS(5279), + [anon_sym_EQ] = ACTIONS(5281), + [anon_sym_QMARK] = ACTIONS(5279), + [anon_sym_STAR_EQ] = ACTIONS(5279), + [anon_sym_SLASH_EQ] = ACTIONS(5279), + [anon_sym_PERCENT_EQ] = ACTIONS(5279), + [anon_sym_PLUS_EQ] = ACTIONS(5279), + [anon_sym_DASH_EQ] = ACTIONS(5279), + [anon_sym_LT_LT_EQ] = ACTIONS(5279), + [anon_sym_GT_GT_EQ] = ACTIONS(5281), + [anon_sym_AMP_EQ] = ACTIONS(5279), + [anon_sym_CARET_EQ] = ACTIONS(5279), + [anon_sym_PIPE_EQ] = ACTIONS(5279), + [anon_sym_and_eq] = ACTIONS(5281), + [anon_sym_or_eq] = ACTIONS(5281), + [anon_sym_xor_eq] = ACTIONS(5281), + [anon_sym_LT_EQ_GT] = ACTIONS(5279), + [anon_sym_or] = ACTIONS(5281), + [anon_sym_and] = ACTIONS(5281), + [anon_sym_bitor] = ACTIONS(5281), + [anon_sym_xor] = ACTIONS(5281), + [anon_sym_bitand] = ACTIONS(5281), + [anon_sym_not_eq] = ACTIONS(5281), + [anon_sym_DASH_DASH] = ACTIONS(5279), + [anon_sym_PLUS_PLUS] = ACTIONS(5279), + [anon_sym_DOT] = ACTIONS(5281), + [anon_sym_DOT_STAR] = ACTIONS(5279), + [anon_sym_DASH_GT] = ACTIONS(5279), + [anon_sym_L_DQUOTE] = ACTIONS(6071), + [anon_sym_u_DQUOTE] = ACTIONS(6071), + [anon_sym_U_DQUOTE] = ACTIONS(6071), + [anon_sym_u8_DQUOTE] = ACTIONS(6071), + [anon_sym_DQUOTE] = ACTIONS(6071), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(5279), + [anon_sym_R_DQUOTE] = ACTIONS(6073), + [anon_sym_LR_DQUOTE] = ACTIONS(6073), + [anon_sym_uR_DQUOTE] = ACTIONS(6073), + [anon_sym_UR_DQUOTE] = ACTIONS(6073), + [anon_sym_u8R_DQUOTE] = ACTIONS(6073), + [sym_literal_suffix] = ACTIONS(5281), + }, + [2201] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), + [anon_sym_COMMA] = ACTIONS(5790), + [anon_sym_LPAREN2] = ACTIONS(5790), + [anon_sym_DASH] = ACTIONS(5792), + [anon_sym_PLUS] = ACTIONS(5792), + [anon_sym_STAR] = ACTIONS(5790), + [anon_sym_SLASH] = ACTIONS(5792), + [anon_sym_PERCENT] = ACTIONS(5790), + [anon_sym_PIPE_PIPE] = ACTIONS(5790), + [anon_sym_AMP_AMP] = ACTIONS(5790), + [anon_sym_PIPE] = ACTIONS(5792), + [anon_sym_CARET] = ACTIONS(5790), + [anon_sym_AMP] = ACTIONS(5792), + [anon_sym_EQ_EQ] = ACTIONS(5790), + [anon_sym_BANG_EQ] = ACTIONS(5790), + [anon_sym_GT] = ACTIONS(5792), + [anon_sym_GT_EQ] = ACTIONS(5792), + [anon_sym_LT_EQ] = ACTIONS(5792), + [anon_sym_LT] = ACTIONS(5792), + [anon_sym_LT_LT] = ACTIONS(5790), + [anon_sym_GT_GT] = ACTIONS(5792), + [anon_sym___extension__] = ACTIONS(5790), + [anon_sym___attribute__] = ACTIONS(5790), + [anon_sym___attribute] = ACTIONS(5792), + [anon_sym_LBRACE] = ACTIONS(5790), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5790), + [anon_sym_const] = ACTIONS(5792), + [anon_sym_constexpr] = ACTIONS(5790), + [anon_sym_volatile] = ACTIONS(5790), + [anon_sym_restrict] = ACTIONS(5790), + [anon_sym___restrict__] = ACTIONS(5790), + [anon_sym__Atomic] = ACTIONS(5790), + [anon_sym__Noreturn] = ACTIONS(5790), + [anon_sym_noreturn] = ACTIONS(5790), + [anon_sym__Nonnull] = ACTIONS(5790), + [anon_sym_mutable] = ACTIONS(5790), + [anon_sym_constinit] = ACTIONS(5790), + [anon_sym_consteval] = ACTIONS(5790), + [anon_sym_PROGMEM] = ACTIONS(5790), + [anon_sym_alignas] = ACTIONS(5790), + [anon_sym__Alignas] = ACTIONS(5790), + [anon_sym_QMARK] = ACTIONS(5790), + [anon_sym_LT_EQ_GT] = ACTIONS(5790), + [anon_sym_or] = ACTIONS(5790), + [anon_sym_and] = ACTIONS(5790), + [anon_sym_bitor] = ACTIONS(5790), + [anon_sym_xor] = ACTIONS(5790), + [anon_sym_bitand] = ACTIONS(5790), + [anon_sym_not_eq] = ACTIONS(5790), + [anon_sym_DASH_DASH] = ACTIONS(5790), + [anon_sym_PLUS_PLUS] = ACTIONS(5790), + [anon_sym_DOT] = ACTIONS(5792), + [anon_sym_DOT_STAR] = ACTIONS(5790), + [anon_sym_DASH_GT] = ACTIONS(5790), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(5423), - [sym_literal_suffix] = ACTIONS(5425), + [sym_auto] = ACTIONS(5790), + [anon_sym_decltype] = ACTIONS(5790), + [anon_sym_final] = ACTIONS(5790), + [anon_sym_override] = ACTIONS(5790), + [anon_sym_GT2] = ACTIONS(5790), + [anon_sym_requires] = ACTIONS(5790), }, - [2155] = { - [sym_attribute_specifier] = STATE(2303), - [sym_identifier] = ACTIONS(5958), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5960), - [anon_sym_COMMA] = ACTIONS(5960), - [anon_sym_RPAREN] = ACTIONS(5960), - [aux_sym_preproc_if_token2] = ACTIONS(5960), - [aux_sym_preproc_else_token1] = ACTIONS(5960), - [aux_sym_preproc_elif_token1] = ACTIONS(5958), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5960), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5960), - [anon_sym_LPAREN2] = ACTIONS(5960), - [anon_sym_DASH] = ACTIONS(5958), - [anon_sym_PLUS] = ACTIONS(5958), - [anon_sym_STAR] = ACTIONS(5958), - [anon_sym_SLASH] = ACTIONS(5958), - [anon_sym_PERCENT] = ACTIONS(5958), - [anon_sym_PIPE_PIPE] = ACTIONS(5960), - [anon_sym_AMP_AMP] = ACTIONS(5960), - [anon_sym_PIPE] = ACTIONS(5958), - [anon_sym_CARET] = ACTIONS(5958), - [anon_sym_AMP] = ACTIONS(5958), - [anon_sym_EQ_EQ] = ACTIONS(5960), - [anon_sym_BANG_EQ] = ACTIONS(5960), - [anon_sym_GT] = ACTIONS(5958), - [anon_sym_GT_EQ] = ACTIONS(5960), - [anon_sym_LT_EQ] = ACTIONS(5958), - [anon_sym_LT] = ACTIONS(5958), - [anon_sym_LT_LT] = ACTIONS(5958), - [anon_sym_GT_GT] = ACTIONS(5958), - [anon_sym_SEMI] = ACTIONS(5960), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5960), - [anon_sym_RBRACE] = ACTIONS(5960), - [anon_sym_LBRACK] = ACTIONS(5960), - [anon_sym_RBRACK] = ACTIONS(5960), - [anon_sym_EQ] = ACTIONS(5958), - [anon_sym_COLON] = ACTIONS(5960), - [anon_sym_QMARK] = ACTIONS(5960), - [anon_sym_STAR_EQ] = ACTIONS(5960), - [anon_sym_SLASH_EQ] = ACTIONS(5960), - [anon_sym_PERCENT_EQ] = ACTIONS(5960), - [anon_sym_PLUS_EQ] = ACTIONS(5960), - [anon_sym_DASH_EQ] = ACTIONS(5960), - [anon_sym_LT_LT_EQ] = ACTIONS(5960), - [anon_sym_GT_GT_EQ] = ACTIONS(5960), - [anon_sym_AMP_EQ] = ACTIONS(5960), - [anon_sym_CARET_EQ] = ACTIONS(5960), - [anon_sym_PIPE_EQ] = ACTIONS(5960), - [anon_sym_and_eq] = ACTIONS(5958), - [anon_sym_or_eq] = ACTIONS(5958), - [anon_sym_xor_eq] = ACTIONS(5958), - [anon_sym_LT_EQ_GT] = ACTIONS(5960), - [anon_sym_or] = ACTIONS(5958), - [anon_sym_and] = ACTIONS(5958), - [anon_sym_bitor] = ACTIONS(5958), - [anon_sym_xor] = ACTIONS(5958), - [anon_sym_bitand] = ACTIONS(5958), - [anon_sym_not_eq] = ACTIONS(5958), - [anon_sym_DASH_DASH] = ACTIONS(5960), - [anon_sym_PLUS_PLUS] = ACTIONS(5960), - [anon_sym_DOT] = ACTIONS(5958), - [anon_sym_DOT_STAR] = ACTIONS(5960), - [anon_sym_DASH_GT] = ACTIONS(5960), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5958), - [anon_sym_decltype] = ACTIONS(5958), + [2202] = { + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [aux_sym_preproc_if_token2] = ACTIONS(5506), + [aux_sym_preproc_else_token1] = ACTIONS(5506), + [aux_sym_preproc_elif_token1] = ACTIONS(5504), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5506), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5504), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5504), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5504), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5504), + [anon_sym_GT_GT] = ACTIONS(5504), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_EQ] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_STAR_EQ] = ACTIONS(5506), + [anon_sym_SLASH_EQ] = ACTIONS(5506), + [anon_sym_PERCENT_EQ] = ACTIONS(5506), + [anon_sym_PLUS_EQ] = ACTIONS(5506), + [anon_sym_DASH_EQ] = ACTIONS(5506), + [anon_sym_LT_LT_EQ] = ACTIONS(5506), + [anon_sym_GT_GT_EQ] = ACTIONS(5506), + [anon_sym_AMP_EQ] = ACTIONS(5506), + [anon_sym_CARET_EQ] = ACTIONS(5506), + [anon_sym_PIPE_EQ] = ACTIONS(5506), + [anon_sym_and_eq] = ACTIONS(5504), + [anon_sym_or_eq] = ACTIONS(5504), + [anon_sym_xor_eq] = ACTIONS(5504), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), }, - [2156] = { - [sym_identifier] = ACTIONS(5427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5429), - [anon_sym_COMMA] = ACTIONS(5429), - [anon_sym_RPAREN] = ACTIONS(5429), - [aux_sym_preproc_if_token2] = ACTIONS(5429), - [aux_sym_preproc_else_token1] = ACTIONS(5429), - [aux_sym_preproc_elif_token1] = ACTIONS(5427), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5429), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5429), - [anon_sym_LPAREN2] = ACTIONS(5429), - [anon_sym_DASH] = ACTIONS(5427), - [anon_sym_PLUS] = ACTIONS(5427), - [anon_sym_STAR] = ACTIONS(5427), - [anon_sym_SLASH] = ACTIONS(5427), - [anon_sym_PERCENT] = ACTIONS(5427), - [anon_sym_PIPE_PIPE] = ACTIONS(5429), - [anon_sym_AMP_AMP] = ACTIONS(5429), - [anon_sym_PIPE] = ACTIONS(5427), - [anon_sym_CARET] = ACTIONS(5427), - [anon_sym_AMP] = ACTIONS(5427), - [anon_sym_EQ_EQ] = ACTIONS(5429), - [anon_sym_BANG_EQ] = ACTIONS(5429), - [anon_sym_GT] = ACTIONS(5427), - [anon_sym_GT_EQ] = ACTIONS(5429), - [anon_sym_LT_EQ] = ACTIONS(5427), - [anon_sym_LT] = ACTIONS(5427), - [anon_sym_LT_LT] = ACTIONS(5427), - [anon_sym_GT_GT] = ACTIONS(5427), - [anon_sym_SEMI] = ACTIONS(5429), - [anon_sym___attribute__] = ACTIONS(5427), - [anon_sym___attribute] = ACTIONS(5427), - [anon_sym_COLON_COLON] = ACTIONS(5429), - [anon_sym_LBRACE] = ACTIONS(5429), - [anon_sym_RBRACE] = ACTIONS(5429), - [anon_sym_LBRACK] = ACTIONS(5429), - [anon_sym_RBRACK] = ACTIONS(5429), - [anon_sym_EQ] = ACTIONS(5427), - [anon_sym_COLON] = ACTIONS(5427), - [anon_sym_QMARK] = ACTIONS(5429), - [anon_sym_STAR_EQ] = ACTIONS(5429), - [anon_sym_SLASH_EQ] = ACTIONS(5429), - [anon_sym_PERCENT_EQ] = ACTIONS(5429), - [anon_sym_PLUS_EQ] = ACTIONS(5429), - [anon_sym_DASH_EQ] = ACTIONS(5429), - [anon_sym_LT_LT_EQ] = ACTIONS(5429), - [anon_sym_GT_GT_EQ] = ACTIONS(5429), - [anon_sym_AMP_EQ] = ACTIONS(5429), - [anon_sym_CARET_EQ] = ACTIONS(5429), - [anon_sym_PIPE_EQ] = ACTIONS(5429), - [anon_sym_and_eq] = ACTIONS(5427), - [anon_sym_or_eq] = ACTIONS(5427), - [anon_sym_xor_eq] = ACTIONS(5427), - [anon_sym_LT_EQ_GT] = ACTIONS(5429), - [anon_sym_or] = ACTIONS(5427), - [anon_sym_and] = ACTIONS(5427), - [anon_sym_bitor] = ACTIONS(5427), - [anon_sym_xor] = ACTIONS(5427), - [anon_sym_bitand] = ACTIONS(5427), - [anon_sym_not_eq] = ACTIONS(5427), - [anon_sym_DASH_DASH] = ACTIONS(5429), - [anon_sym_PLUS_PLUS] = ACTIONS(5429), - [anon_sym_DOT] = ACTIONS(5427), - [anon_sym_DOT_STAR] = ACTIONS(5429), - [anon_sym_DASH_GT] = ACTIONS(5429), + [2203] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), + [anon_sym_COMMA] = ACTIONS(5800), + [anon_sym_LPAREN2] = ACTIONS(5800), + [anon_sym_DASH] = ACTIONS(5802), + [anon_sym_PLUS] = ACTIONS(5802), + [anon_sym_STAR] = ACTIONS(5800), + [anon_sym_SLASH] = ACTIONS(5802), + [anon_sym_PERCENT] = ACTIONS(5800), + [anon_sym_PIPE_PIPE] = ACTIONS(5800), + [anon_sym_AMP_AMP] = ACTIONS(5800), + [anon_sym_PIPE] = ACTIONS(5802), + [anon_sym_CARET] = ACTIONS(5800), + [anon_sym_AMP] = ACTIONS(5802), + [anon_sym_EQ_EQ] = ACTIONS(5800), + [anon_sym_BANG_EQ] = ACTIONS(5800), + [anon_sym_GT] = ACTIONS(5802), + [anon_sym_GT_EQ] = ACTIONS(5802), + [anon_sym_LT_EQ] = ACTIONS(5802), + [anon_sym_LT] = ACTIONS(5802), + [anon_sym_LT_LT] = ACTIONS(5800), + [anon_sym_GT_GT] = ACTIONS(5802), + [anon_sym___extension__] = ACTIONS(5800), + [anon_sym___attribute__] = ACTIONS(5800), + [anon_sym___attribute] = ACTIONS(5802), + [anon_sym_LBRACE] = ACTIONS(5800), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5800), + [anon_sym_const] = ACTIONS(5802), + [anon_sym_constexpr] = ACTIONS(5800), + [anon_sym_volatile] = ACTIONS(5800), + [anon_sym_restrict] = ACTIONS(5800), + [anon_sym___restrict__] = ACTIONS(5800), + [anon_sym__Atomic] = ACTIONS(5800), + [anon_sym__Noreturn] = ACTIONS(5800), + [anon_sym_noreturn] = ACTIONS(5800), + [anon_sym__Nonnull] = ACTIONS(5800), + [anon_sym_mutable] = ACTIONS(5800), + [anon_sym_constinit] = ACTIONS(5800), + [anon_sym_consteval] = ACTIONS(5800), + [anon_sym_PROGMEM] = ACTIONS(5800), + [anon_sym_alignas] = ACTIONS(5800), + [anon_sym__Alignas] = ACTIONS(5800), + [anon_sym_QMARK] = ACTIONS(5800), + [anon_sym_LT_EQ_GT] = ACTIONS(5800), + [anon_sym_or] = ACTIONS(5800), + [anon_sym_and] = ACTIONS(5800), + [anon_sym_bitor] = ACTIONS(5800), + [anon_sym_xor] = ACTIONS(5800), + [anon_sym_bitand] = ACTIONS(5800), + [anon_sym_not_eq] = ACTIONS(5800), + [anon_sym_DASH_DASH] = ACTIONS(5800), + [anon_sym_PLUS_PLUS] = ACTIONS(5800), + [anon_sym_DOT] = ACTIONS(5802), + [anon_sym_DOT_STAR] = ACTIONS(5800), + [anon_sym_DASH_GT] = ACTIONS(5800), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5427), - [anon_sym_decltype] = ACTIONS(5427), + [sym_auto] = ACTIONS(5800), + [anon_sym_decltype] = ACTIONS(5800), + [anon_sym_final] = ACTIONS(5800), + [anon_sym_override] = ACTIONS(5800), + [anon_sym_GT2] = ACTIONS(5800), + [anon_sym_requires] = ACTIONS(5800), }, - [2157] = { - [sym_identifier] = ACTIONS(5962), - [anon_sym_LPAREN2] = ACTIONS(5964), - [anon_sym_TILDE] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(5964), - [anon_sym_AMP_AMP] = ACTIONS(5964), - [anon_sym_AMP] = ACTIONS(5962), - [anon_sym___extension__] = ACTIONS(5962), - [anon_sym_virtual] = ACTIONS(5962), - [anon_sym_extern] = ACTIONS(5962), - [anon_sym___attribute__] = ACTIONS(5962), - [anon_sym___attribute] = ACTIONS(5962), - [anon_sym_COLON_COLON] = ACTIONS(5964), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5964), - [anon_sym___declspec] = ACTIONS(5962), - [anon_sym___based] = ACTIONS(5962), - [anon_sym___cdecl] = ACTIONS(5962), - [anon_sym___clrcall] = ACTIONS(5962), - [anon_sym___stdcall] = ACTIONS(5962), - [anon_sym___fastcall] = ACTIONS(5962), - [anon_sym___thiscall] = ACTIONS(5962), - [anon_sym___vectorcall] = ACTIONS(5962), - [anon_sym_signed] = ACTIONS(5962), - [anon_sym_unsigned] = ACTIONS(5962), - [anon_sym_long] = ACTIONS(5962), - [anon_sym_short] = ACTIONS(5962), - [anon_sym_LBRACK] = ACTIONS(5962), - [anon_sym_static] = ACTIONS(5962), - [anon_sym_register] = ACTIONS(5962), - [anon_sym_inline] = ACTIONS(5962), - [anon_sym___inline] = ACTIONS(5962), - [anon_sym___inline__] = ACTIONS(5962), - [anon_sym___forceinline] = ACTIONS(5962), - [anon_sym_thread_local] = ACTIONS(5962), - [anon_sym___thread] = ACTIONS(5962), - [anon_sym_const] = ACTIONS(5962), - [anon_sym_constexpr] = ACTIONS(5962), - [anon_sym_volatile] = ACTIONS(5962), - [anon_sym_restrict] = ACTIONS(5962), - [anon_sym___restrict__] = ACTIONS(5962), - [anon_sym__Atomic] = ACTIONS(5962), - [anon_sym__Noreturn] = ACTIONS(5962), - [anon_sym_noreturn] = ACTIONS(5962), - [anon_sym__Nonnull] = ACTIONS(5962), - [anon_sym_mutable] = ACTIONS(5962), - [anon_sym_constinit] = ACTIONS(5962), - [anon_sym_consteval] = ACTIONS(5962), - [anon_sym_PROGMEM] = ACTIONS(5962), - [anon_sym_alignas] = ACTIONS(5962), - [anon_sym__Alignas] = ACTIONS(5962), - [aux_sym_primitive_type_token1] = ACTIONS(5962), - [anon_sym_byte] = ACTIONS(5962), - [anon_sym_word] = ACTIONS(5962), - [anon_sym_enum] = ACTIONS(5962), - [anon_sym_class] = ACTIONS(5962), - [anon_sym_struct] = ACTIONS(5962), - [anon_sym_union] = ACTIONS(5962), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5962), - [anon_sym_decltype] = ACTIONS(5962), - [anon_sym_explicit] = ACTIONS(5962), - [anon_sym_typename] = ACTIONS(5962), - [anon_sym_template] = ACTIONS(5962), - [anon_sym_operator] = ACTIONS(5962), - [anon_sym_friend] = ACTIONS(5962), - [anon_sym_using] = ACTIONS(5962), - [anon_sym_concept] = ACTIONS(5962), - [anon_sym_requires] = ACTIONS(5962), + [2204] = { + [sym_identifier] = ACTIONS(5554), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5556), + [anon_sym_COMMA] = ACTIONS(5556), + [anon_sym_RPAREN] = ACTIONS(5556), + [aux_sym_preproc_if_token2] = ACTIONS(5556), + [aux_sym_preproc_else_token1] = ACTIONS(5556), + [aux_sym_preproc_elif_token1] = ACTIONS(5554), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5556), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5556), + [anon_sym_LPAREN2] = ACTIONS(5556), + [anon_sym_DASH] = ACTIONS(5554), + [anon_sym_PLUS] = ACTIONS(5554), + [anon_sym_STAR] = ACTIONS(5554), + [anon_sym_SLASH] = ACTIONS(5554), + [anon_sym_PERCENT] = ACTIONS(5554), + [anon_sym_PIPE_PIPE] = ACTIONS(5556), + [anon_sym_AMP_AMP] = ACTIONS(5556), + [anon_sym_PIPE] = ACTIONS(5554), + [anon_sym_CARET] = ACTIONS(5554), + [anon_sym_AMP] = ACTIONS(5554), + [anon_sym_EQ_EQ] = ACTIONS(5556), + [anon_sym_BANG_EQ] = ACTIONS(5556), + [anon_sym_GT] = ACTIONS(5554), + [anon_sym_GT_EQ] = ACTIONS(5556), + [anon_sym_LT_EQ] = ACTIONS(5554), + [anon_sym_LT] = ACTIONS(5554), + [anon_sym_LT_LT] = ACTIONS(5554), + [anon_sym_GT_GT] = ACTIONS(5554), + [anon_sym_SEMI] = ACTIONS(5556), + [anon_sym___attribute__] = ACTIONS(5554), + [anon_sym___attribute] = ACTIONS(5554), + [anon_sym_LBRACE] = ACTIONS(5556), + [anon_sym_RBRACE] = ACTIONS(5556), + [anon_sym_LBRACK] = ACTIONS(5556), + [anon_sym_RBRACK] = ACTIONS(5556), + [anon_sym_EQ] = ACTIONS(5554), + [anon_sym_COLON] = ACTIONS(5556), + [anon_sym_QMARK] = ACTIONS(5556), + [anon_sym_STAR_EQ] = ACTIONS(5556), + [anon_sym_SLASH_EQ] = ACTIONS(5556), + [anon_sym_PERCENT_EQ] = ACTIONS(5556), + [anon_sym_PLUS_EQ] = ACTIONS(5556), + [anon_sym_DASH_EQ] = ACTIONS(5556), + [anon_sym_LT_LT_EQ] = ACTIONS(5556), + [anon_sym_GT_GT_EQ] = ACTIONS(5556), + [anon_sym_AMP_EQ] = ACTIONS(5556), + [anon_sym_CARET_EQ] = ACTIONS(5556), + [anon_sym_PIPE_EQ] = ACTIONS(5556), + [anon_sym_and_eq] = ACTIONS(5554), + [anon_sym_or_eq] = ACTIONS(5554), + [anon_sym_xor_eq] = ACTIONS(5554), + [anon_sym_LT_EQ_GT] = ACTIONS(5556), + [anon_sym_or] = ACTIONS(5554), + [anon_sym_and] = ACTIONS(5554), + [anon_sym_bitor] = ACTIONS(5554), + [anon_sym_xor] = ACTIONS(5554), + [anon_sym_bitand] = ACTIONS(5554), + [anon_sym_not_eq] = ACTIONS(5554), + [anon_sym_DASH_DASH] = ACTIONS(5556), + [anon_sym_PLUS_PLUS] = ACTIONS(5556), + [anon_sym_DOT] = ACTIONS(5554), + [anon_sym_DOT_STAR] = ACTIONS(5556), + [anon_sym_DASH_GT] = ACTIONS(5556), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5554), + [anon_sym_decltype] = ACTIONS(5554), }, - [2158] = { - [sym_attribute_specifier] = STATE(2301), - [sym_identifier] = ACTIONS(5966), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5968), - [anon_sym_COMMA] = ACTIONS(5968), - [anon_sym_RPAREN] = ACTIONS(5968), - [aux_sym_preproc_if_token2] = ACTIONS(5968), - [aux_sym_preproc_else_token1] = ACTIONS(5968), - [aux_sym_preproc_elif_token1] = ACTIONS(5966), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5968), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5968), - [anon_sym_LPAREN2] = ACTIONS(5968), - [anon_sym_DASH] = ACTIONS(5966), - [anon_sym_PLUS] = ACTIONS(5966), - [anon_sym_STAR] = ACTIONS(5966), - [anon_sym_SLASH] = ACTIONS(5966), - [anon_sym_PERCENT] = ACTIONS(5966), - [anon_sym_PIPE_PIPE] = ACTIONS(5968), - [anon_sym_AMP_AMP] = ACTIONS(5968), - [anon_sym_PIPE] = ACTIONS(5966), - [anon_sym_CARET] = ACTIONS(5966), - [anon_sym_AMP] = ACTIONS(5966), - [anon_sym_EQ_EQ] = ACTIONS(5968), - [anon_sym_BANG_EQ] = ACTIONS(5968), - [anon_sym_GT] = ACTIONS(5966), - [anon_sym_GT_EQ] = ACTIONS(5968), - [anon_sym_LT_EQ] = ACTIONS(5966), - [anon_sym_LT] = ACTIONS(5966), - [anon_sym_LT_LT] = ACTIONS(5966), - [anon_sym_GT_GT] = ACTIONS(5966), - [anon_sym_SEMI] = ACTIONS(5968), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5968), - [anon_sym_RBRACE] = ACTIONS(5968), - [anon_sym_LBRACK] = ACTIONS(5968), - [anon_sym_RBRACK] = ACTIONS(5968), - [anon_sym_EQ] = ACTIONS(5966), - [anon_sym_COLON] = ACTIONS(5968), - [anon_sym_QMARK] = ACTIONS(5968), - [anon_sym_STAR_EQ] = ACTIONS(5968), - [anon_sym_SLASH_EQ] = ACTIONS(5968), - [anon_sym_PERCENT_EQ] = ACTIONS(5968), - [anon_sym_PLUS_EQ] = ACTIONS(5968), - [anon_sym_DASH_EQ] = ACTIONS(5968), - [anon_sym_LT_LT_EQ] = ACTIONS(5968), - [anon_sym_GT_GT_EQ] = ACTIONS(5968), - [anon_sym_AMP_EQ] = ACTIONS(5968), - [anon_sym_CARET_EQ] = ACTIONS(5968), - [anon_sym_PIPE_EQ] = ACTIONS(5968), - [anon_sym_and_eq] = ACTIONS(5966), - [anon_sym_or_eq] = ACTIONS(5966), - [anon_sym_xor_eq] = ACTIONS(5966), - [anon_sym_LT_EQ_GT] = ACTIONS(5968), - [anon_sym_or] = ACTIONS(5966), - [anon_sym_and] = ACTIONS(5966), - [anon_sym_bitor] = ACTIONS(5966), - [anon_sym_xor] = ACTIONS(5966), - [anon_sym_bitand] = ACTIONS(5966), - [anon_sym_not_eq] = ACTIONS(5966), - [anon_sym_DASH_DASH] = ACTIONS(5968), - [anon_sym_PLUS_PLUS] = ACTIONS(5968), - [anon_sym_DOT] = ACTIONS(5966), - [anon_sym_DOT_STAR] = ACTIONS(5968), - [anon_sym_DASH_GT] = ACTIONS(5968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5966), - [anon_sym_decltype] = ACTIONS(5966), + [2205] = { + [sym_identifier] = ACTIONS(5558), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5560), + [anon_sym_COMMA] = ACTIONS(5560), + [anon_sym_RPAREN] = ACTIONS(5560), + [aux_sym_preproc_if_token2] = ACTIONS(5560), + [aux_sym_preproc_else_token1] = ACTIONS(5560), + [aux_sym_preproc_elif_token1] = ACTIONS(5558), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5560), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5560), + [anon_sym_LPAREN2] = ACTIONS(5560), + [anon_sym_DASH] = ACTIONS(5558), + [anon_sym_PLUS] = ACTIONS(5558), + [anon_sym_STAR] = ACTIONS(5558), + [anon_sym_SLASH] = ACTIONS(5558), + [anon_sym_PERCENT] = ACTIONS(5558), + [anon_sym_PIPE_PIPE] = ACTIONS(5560), + [anon_sym_AMP_AMP] = ACTIONS(5560), + [anon_sym_PIPE] = ACTIONS(5558), + [anon_sym_CARET] = ACTIONS(5558), + [anon_sym_AMP] = ACTIONS(5558), + [anon_sym_EQ_EQ] = ACTIONS(5560), + [anon_sym_BANG_EQ] = ACTIONS(5560), + [anon_sym_GT] = ACTIONS(5558), + [anon_sym_GT_EQ] = ACTIONS(5560), + [anon_sym_LT_EQ] = ACTIONS(5558), + [anon_sym_LT] = ACTIONS(5558), + [anon_sym_LT_LT] = ACTIONS(5558), + [anon_sym_GT_GT] = ACTIONS(5558), + [anon_sym_SEMI] = ACTIONS(5560), + [anon_sym___attribute__] = ACTIONS(5558), + [anon_sym___attribute] = ACTIONS(5558), + [anon_sym_LBRACE] = ACTIONS(5560), + [anon_sym_RBRACE] = ACTIONS(5560), + [anon_sym_LBRACK] = ACTIONS(5560), + [anon_sym_RBRACK] = ACTIONS(5560), + [anon_sym_EQ] = ACTIONS(5558), + [anon_sym_COLON] = ACTIONS(5560), + [anon_sym_QMARK] = ACTIONS(5560), + [anon_sym_STAR_EQ] = ACTIONS(5560), + [anon_sym_SLASH_EQ] = ACTIONS(5560), + [anon_sym_PERCENT_EQ] = ACTIONS(5560), + [anon_sym_PLUS_EQ] = ACTIONS(5560), + [anon_sym_DASH_EQ] = ACTIONS(5560), + [anon_sym_LT_LT_EQ] = ACTIONS(5560), + [anon_sym_GT_GT_EQ] = ACTIONS(5560), + [anon_sym_AMP_EQ] = ACTIONS(5560), + [anon_sym_CARET_EQ] = ACTIONS(5560), + [anon_sym_PIPE_EQ] = ACTIONS(5560), + [anon_sym_and_eq] = ACTIONS(5558), + [anon_sym_or_eq] = ACTIONS(5558), + [anon_sym_xor_eq] = ACTIONS(5558), + [anon_sym_LT_EQ_GT] = ACTIONS(5560), + [anon_sym_or] = ACTIONS(5558), + [anon_sym_and] = ACTIONS(5558), + [anon_sym_bitor] = ACTIONS(5558), + [anon_sym_xor] = ACTIONS(5558), + [anon_sym_bitand] = ACTIONS(5558), + [anon_sym_not_eq] = ACTIONS(5558), + [anon_sym_DASH_DASH] = ACTIONS(5560), + [anon_sym_PLUS_PLUS] = ACTIONS(5560), + [anon_sym_DOT] = ACTIONS(5558), + [anon_sym_DOT_STAR] = ACTIONS(5560), + [anon_sym_DASH_GT] = ACTIONS(5560), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5558), + [anon_sym_decltype] = ACTIONS(5558), }, - [2159] = { - [sym_template_argument_list] = STATE(2094), - [aux_sym_sized_type_specifier_repeat1] = STATE(2315), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4115), - [anon_sym_COMMA] = ACTIONS(4115), - [anon_sym_RPAREN] = ACTIONS(4115), - [anon_sym_LPAREN2] = ACTIONS(4115), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_PIPE_PIPE] = ACTIONS(4115), - [anon_sym_AMP_AMP] = ACTIONS(4115), - [anon_sym_PIPE] = ACTIONS(4107), - [anon_sym_CARET] = ACTIONS(4107), - [anon_sym_AMP] = ACTIONS(4107), - [anon_sym_EQ_EQ] = ACTIONS(4115), - [anon_sym_BANG_EQ] = ACTIONS(4115), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_GT_EQ] = ACTIONS(4115), - [anon_sym_LT_EQ] = ACTIONS(4107), - [anon_sym_LT] = ACTIONS(5752), - [anon_sym_LT_LT] = ACTIONS(4107), - [anon_sym_GT_GT] = ACTIONS(4107), - [anon_sym_SEMI] = ACTIONS(4115), - [anon_sym___attribute__] = ACTIONS(4115), - [anon_sym___attribute] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4115), - [anon_sym_RBRACE] = ACTIONS(4115), - [anon_sym_signed] = ACTIONS(5970), - [anon_sym_unsigned] = ACTIONS(5970), - [anon_sym_long] = ACTIONS(5970), - [anon_sym_short] = ACTIONS(5970), - [anon_sym_LBRACK] = ACTIONS(4115), - [anon_sym_RBRACK] = ACTIONS(4115), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_COLON] = ACTIONS(4107), - [anon_sym_QMARK] = ACTIONS(4115), - [anon_sym_STAR_EQ] = ACTIONS(4115), - [anon_sym_SLASH_EQ] = ACTIONS(4115), - [anon_sym_PERCENT_EQ] = ACTIONS(4115), - [anon_sym_PLUS_EQ] = ACTIONS(4115), - [anon_sym_DASH_EQ] = ACTIONS(4115), - [anon_sym_LT_LT_EQ] = ACTIONS(4115), - [anon_sym_GT_GT_EQ] = ACTIONS(4115), - [anon_sym_AMP_EQ] = ACTIONS(4115), - [anon_sym_CARET_EQ] = ACTIONS(4115), - [anon_sym_PIPE_EQ] = ACTIONS(4115), - [anon_sym_and_eq] = ACTIONS(4115), - [anon_sym_or_eq] = ACTIONS(4115), - [anon_sym_xor_eq] = ACTIONS(4115), - [anon_sym_LT_EQ_GT] = ACTIONS(4115), - [anon_sym_or] = ACTIONS(4107), - [anon_sym_and] = ACTIONS(4107), - [anon_sym_bitor] = ACTIONS(4115), - [anon_sym_xor] = ACTIONS(4107), - [anon_sym_bitand] = ACTIONS(4115), - [anon_sym_not_eq] = ACTIONS(4115), - [anon_sym_DASH_DASH] = ACTIONS(4115), - [anon_sym_PLUS_PLUS] = ACTIONS(4115), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_DOT_STAR] = ACTIONS(4115), - [anon_sym_DASH_GT] = ACTIONS(4115), + [2206] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2220), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), + [anon_sym_COMMA] = ACTIONS(5772), + [anon_sym_LPAREN2] = ACTIONS(5772), + [anon_sym_DASH] = ACTIONS(5774), + [anon_sym_PLUS] = ACTIONS(5774), + [anon_sym_STAR] = ACTIONS(5772), + [anon_sym_SLASH] = ACTIONS(5774), + [anon_sym_PERCENT] = ACTIONS(5772), + [anon_sym_PIPE_PIPE] = ACTIONS(5772), + [anon_sym_AMP_AMP] = ACTIONS(5772), + [anon_sym_PIPE] = ACTIONS(5774), + [anon_sym_CARET] = ACTIONS(5772), + [anon_sym_AMP] = ACTIONS(5774), + [anon_sym_EQ_EQ] = ACTIONS(5772), + [anon_sym_BANG_EQ] = ACTIONS(5772), + [anon_sym_GT] = ACTIONS(5774), + [anon_sym_GT_EQ] = ACTIONS(5774), + [anon_sym_LT_EQ] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT_LT] = ACTIONS(5772), + [anon_sym_GT_GT] = ACTIONS(5774), + [anon_sym___extension__] = ACTIONS(5772), + [anon_sym___attribute__] = ACTIONS(5772), + [anon_sym___attribute] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(5772), + [anon_sym_signed] = ACTIONS(6077), + [anon_sym_unsigned] = ACTIONS(6077), + [anon_sym_long] = ACTIONS(6077), + [anon_sym_short] = ACTIONS(6077), + [anon_sym_LBRACK] = ACTIONS(5772), + [anon_sym_const] = ACTIONS(5774), + [anon_sym_constexpr] = ACTIONS(5772), + [anon_sym_volatile] = ACTIONS(5772), + [anon_sym_restrict] = ACTIONS(5772), + [anon_sym___restrict__] = ACTIONS(5772), + [anon_sym__Atomic] = ACTIONS(5772), + [anon_sym__Noreturn] = ACTIONS(5772), + [anon_sym_noreturn] = ACTIONS(5772), + [anon_sym__Nonnull] = ACTIONS(5772), + [anon_sym_mutable] = ACTIONS(5772), + [anon_sym_constinit] = ACTIONS(5772), + [anon_sym_consteval] = ACTIONS(5772), + [anon_sym_PROGMEM] = ACTIONS(5772), + [anon_sym_alignas] = ACTIONS(5772), + [anon_sym__Alignas] = ACTIONS(5772), + [anon_sym_QMARK] = ACTIONS(5772), + [anon_sym_LT_EQ_GT] = ACTIONS(5772), + [anon_sym_or] = ACTIONS(5772), + [anon_sym_and] = ACTIONS(5772), + [anon_sym_bitor] = ACTIONS(5772), + [anon_sym_xor] = ACTIONS(5772), + [anon_sym_bitand] = ACTIONS(5772), + [anon_sym_not_eq] = ACTIONS(5772), + [anon_sym_DASH_DASH] = ACTIONS(5772), + [anon_sym_PLUS_PLUS] = ACTIONS(5772), + [anon_sym_DOT] = ACTIONS(5774), + [anon_sym_DOT_STAR] = ACTIONS(5772), + [anon_sym_DASH_GT] = ACTIONS(5772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5772), + [anon_sym_decltype] = ACTIONS(5772), + [anon_sym_final] = ACTIONS(5772), + [anon_sym_override] = ACTIONS(5772), + [anon_sym_GT2] = ACTIONS(5772), + [anon_sym_requires] = ACTIONS(5772), + }, + [2207] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2221), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5794), + [anon_sym_COMMA] = ACTIONS(5794), + [anon_sym_LPAREN2] = ACTIONS(5794), + [anon_sym_DASH] = ACTIONS(5796), + [anon_sym_PLUS] = ACTIONS(5796), + [anon_sym_STAR] = ACTIONS(5794), + [anon_sym_SLASH] = ACTIONS(5796), + [anon_sym_PERCENT] = ACTIONS(5794), + [anon_sym_PIPE_PIPE] = ACTIONS(5794), + [anon_sym_AMP_AMP] = ACTIONS(5794), + [anon_sym_PIPE] = ACTIONS(5796), + [anon_sym_CARET] = ACTIONS(5794), + [anon_sym_AMP] = ACTIONS(5796), + [anon_sym_EQ_EQ] = ACTIONS(5794), + [anon_sym_BANG_EQ] = ACTIONS(5794), + [anon_sym_GT] = ACTIONS(5796), + [anon_sym_GT_EQ] = ACTIONS(5796), + [anon_sym_LT_EQ] = ACTIONS(5796), + [anon_sym_LT] = ACTIONS(5796), + [anon_sym_LT_LT] = ACTIONS(5794), + [anon_sym_GT_GT] = ACTIONS(5796), + [anon_sym___extension__] = ACTIONS(5794), + [anon_sym___attribute__] = ACTIONS(5794), + [anon_sym___attribute] = ACTIONS(5796), + [anon_sym_LBRACE] = ACTIONS(5794), + [anon_sym_signed] = ACTIONS(6079), + [anon_sym_unsigned] = ACTIONS(6079), + [anon_sym_long] = ACTIONS(6079), + [anon_sym_short] = ACTIONS(6079), + [anon_sym_LBRACK] = ACTIONS(5794), + [anon_sym_const] = ACTIONS(5796), + [anon_sym_constexpr] = ACTIONS(5794), + [anon_sym_volatile] = ACTIONS(5794), + [anon_sym_restrict] = ACTIONS(5794), + [anon_sym___restrict__] = ACTIONS(5794), + [anon_sym__Atomic] = ACTIONS(5794), + [anon_sym__Noreturn] = ACTIONS(5794), + [anon_sym_noreturn] = ACTIONS(5794), + [anon_sym__Nonnull] = ACTIONS(5794), + [anon_sym_mutable] = ACTIONS(5794), + [anon_sym_constinit] = ACTIONS(5794), + [anon_sym_consteval] = ACTIONS(5794), + [anon_sym_PROGMEM] = ACTIONS(5794), + [anon_sym_alignas] = ACTIONS(5794), + [anon_sym__Alignas] = ACTIONS(5794), + [anon_sym_QMARK] = ACTIONS(5794), + [anon_sym_LT_EQ_GT] = ACTIONS(5794), + [anon_sym_or] = ACTIONS(5794), + [anon_sym_and] = ACTIONS(5794), + [anon_sym_bitor] = ACTIONS(5794), + [anon_sym_xor] = ACTIONS(5794), + [anon_sym_bitand] = ACTIONS(5794), + [anon_sym_not_eq] = ACTIONS(5794), + [anon_sym_DASH_DASH] = ACTIONS(5794), + [anon_sym_PLUS_PLUS] = ACTIONS(5794), + [anon_sym_DOT] = ACTIONS(5796), + [anon_sym_DOT_STAR] = ACTIONS(5794), + [anon_sym_DASH_GT] = ACTIONS(5794), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4115), - [anon_sym_decltype] = ACTIONS(4115), + [sym_auto] = ACTIONS(5794), + [anon_sym_decltype] = ACTIONS(5794), + [anon_sym_final] = ACTIONS(5794), + [anon_sym_override] = ACTIONS(5794), + [anon_sym_GT2] = ACTIONS(5794), + [anon_sym_requires] = ACTIONS(5794), }, - [2160] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [aux_sym_preproc_if_token2] = ACTIONS(5441), - [aux_sym_preproc_else_token1] = ACTIONS(5441), - [aux_sym_preproc_elif_token1] = ACTIONS(5439), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5439), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5439), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5439), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5439), - [anon_sym_GT_GT] = ACTIONS(5439), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_EQ] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5439), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_STAR_EQ] = ACTIONS(5441), - [anon_sym_SLASH_EQ] = ACTIONS(5441), - [anon_sym_PERCENT_EQ] = ACTIONS(5441), - [anon_sym_PLUS_EQ] = ACTIONS(5441), - [anon_sym_DASH_EQ] = ACTIONS(5441), - [anon_sym_LT_LT_EQ] = ACTIONS(5441), - [anon_sym_GT_GT_EQ] = ACTIONS(5441), - [anon_sym_AMP_EQ] = ACTIONS(5441), - [anon_sym_CARET_EQ] = ACTIONS(5441), - [anon_sym_PIPE_EQ] = ACTIONS(5441), - [anon_sym_and_eq] = ACTIONS(5439), - [anon_sym_or_eq] = ACTIONS(5439), - [anon_sym_xor_eq] = ACTIONS(5439), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), + [2208] = { + [sym_identifier] = ACTIONS(6081), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6083), + [anon_sym_COMMA] = ACTIONS(6083), + [anon_sym_RPAREN] = ACTIONS(6083), + [aux_sym_preproc_if_token2] = ACTIONS(6083), + [aux_sym_preproc_else_token1] = ACTIONS(6083), + [aux_sym_preproc_elif_token1] = ACTIONS(6081), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6083), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6083), + [anon_sym_LPAREN2] = ACTIONS(6083), + [anon_sym_DASH] = ACTIONS(6081), + [anon_sym_PLUS] = ACTIONS(6081), + [anon_sym_STAR] = ACTIONS(6081), + [anon_sym_SLASH] = ACTIONS(6081), + [anon_sym_PERCENT] = ACTIONS(6081), + [anon_sym_PIPE_PIPE] = ACTIONS(6083), + [anon_sym_AMP_AMP] = ACTIONS(6083), + [anon_sym_PIPE] = ACTIONS(6081), + [anon_sym_CARET] = ACTIONS(6081), + [anon_sym_AMP] = ACTIONS(6081), + [anon_sym_EQ_EQ] = ACTIONS(6083), + [anon_sym_BANG_EQ] = ACTIONS(6083), + [anon_sym_GT] = ACTIONS(6081), + [anon_sym_GT_EQ] = ACTIONS(6083), + [anon_sym_LT_EQ] = ACTIONS(6081), + [anon_sym_LT] = ACTIONS(6081), + [anon_sym_LT_LT] = ACTIONS(6081), + [anon_sym_GT_GT] = ACTIONS(6081), + [anon_sym_SEMI] = ACTIONS(6083), + [anon_sym___attribute__] = ACTIONS(6081), + [anon_sym___attribute] = ACTIONS(6081), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6083), + [anon_sym_LBRACE] = ACTIONS(6083), + [anon_sym_RBRACE] = ACTIONS(6083), + [anon_sym_LBRACK] = ACTIONS(6081), + [anon_sym_RBRACK] = ACTIONS(6083), + [anon_sym_EQ] = ACTIONS(6081), + [anon_sym_COLON] = ACTIONS(6083), + [anon_sym_QMARK] = ACTIONS(6083), + [anon_sym_STAR_EQ] = ACTIONS(6083), + [anon_sym_SLASH_EQ] = ACTIONS(6083), + [anon_sym_PERCENT_EQ] = ACTIONS(6083), + [anon_sym_PLUS_EQ] = ACTIONS(6083), + [anon_sym_DASH_EQ] = ACTIONS(6083), + [anon_sym_LT_LT_EQ] = ACTIONS(6083), + [anon_sym_GT_GT_EQ] = ACTIONS(6083), + [anon_sym_AMP_EQ] = ACTIONS(6083), + [anon_sym_CARET_EQ] = ACTIONS(6083), + [anon_sym_PIPE_EQ] = ACTIONS(6083), + [anon_sym_and_eq] = ACTIONS(6081), + [anon_sym_or_eq] = ACTIONS(6081), + [anon_sym_xor_eq] = ACTIONS(6081), + [anon_sym_LT_EQ_GT] = ACTIONS(6083), + [anon_sym_or] = ACTIONS(6081), + [anon_sym_and] = ACTIONS(6081), + [anon_sym_bitor] = ACTIONS(6081), + [anon_sym_xor] = ACTIONS(6081), + [anon_sym_bitand] = ACTIONS(6081), + [anon_sym_not_eq] = ACTIONS(6081), + [anon_sym_DASH_DASH] = ACTIONS(6083), + [anon_sym_PLUS_PLUS] = ACTIONS(6083), + [anon_sym_DOT] = ACTIONS(6081), + [anon_sym_DOT_STAR] = ACTIONS(6083), + [anon_sym_DASH_GT] = ACTIONS(6083), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6081), + }, + [2209] = { + [sym_identifier] = ACTIONS(6085), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6087), + [anon_sym_COMMA] = ACTIONS(6087), + [anon_sym_RPAREN] = ACTIONS(6087), + [aux_sym_preproc_if_token2] = ACTIONS(6087), + [aux_sym_preproc_else_token1] = ACTIONS(6087), + [aux_sym_preproc_elif_token1] = ACTIONS(6085), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6087), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6087), + [anon_sym_LPAREN2] = ACTIONS(6087), + [anon_sym_DASH] = ACTIONS(6085), + [anon_sym_PLUS] = ACTIONS(6085), + [anon_sym_STAR] = ACTIONS(6085), + [anon_sym_SLASH] = ACTIONS(6085), + [anon_sym_PERCENT] = ACTIONS(6085), + [anon_sym_PIPE_PIPE] = ACTIONS(6087), + [anon_sym_AMP_AMP] = ACTIONS(6087), + [anon_sym_PIPE] = ACTIONS(6085), + [anon_sym_CARET] = ACTIONS(6085), + [anon_sym_AMP] = ACTIONS(6085), + [anon_sym_EQ_EQ] = ACTIONS(6087), + [anon_sym_BANG_EQ] = ACTIONS(6087), + [anon_sym_GT] = ACTIONS(6085), + [anon_sym_GT_EQ] = ACTIONS(6087), + [anon_sym_LT_EQ] = ACTIONS(6085), + [anon_sym_LT] = ACTIONS(6085), + [anon_sym_LT_LT] = ACTIONS(6085), + [anon_sym_GT_GT] = ACTIONS(6085), + [anon_sym_SEMI] = ACTIONS(6087), + [anon_sym___attribute__] = ACTIONS(6085), + [anon_sym___attribute] = ACTIONS(6085), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6087), + [anon_sym_LBRACE] = ACTIONS(6087), + [anon_sym_RBRACE] = ACTIONS(6087), + [anon_sym_LBRACK] = ACTIONS(6085), + [anon_sym_RBRACK] = ACTIONS(6087), + [anon_sym_EQ] = ACTIONS(6085), + [anon_sym_COLON] = ACTIONS(6087), + [anon_sym_QMARK] = ACTIONS(6087), + [anon_sym_STAR_EQ] = ACTIONS(6087), + [anon_sym_SLASH_EQ] = ACTIONS(6087), + [anon_sym_PERCENT_EQ] = ACTIONS(6087), + [anon_sym_PLUS_EQ] = ACTIONS(6087), + [anon_sym_DASH_EQ] = ACTIONS(6087), + [anon_sym_LT_LT_EQ] = ACTIONS(6087), + [anon_sym_GT_GT_EQ] = ACTIONS(6087), + [anon_sym_AMP_EQ] = ACTIONS(6087), + [anon_sym_CARET_EQ] = ACTIONS(6087), + [anon_sym_PIPE_EQ] = ACTIONS(6087), + [anon_sym_and_eq] = ACTIONS(6085), + [anon_sym_or_eq] = ACTIONS(6085), + [anon_sym_xor_eq] = ACTIONS(6085), + [anon_sym_LT_EQ_GT] = ACTIONS(6087), + [anon_sym_or] = ACTIONS(6085), + [anon_sym_and] = ACTIONS(6085), + [anon_sym_bitor] = ACTIONS(6085), + [anon_sym_xor] = ACTIONS(6085), + [anon_sym_bitand] = ACTIONS(6085), + [anon_sym_not_eq] = ACTIONS(6085), + [anon_sym_DASH_DASH] = ACTIONS(6087), + [anon_sym_PLUS_PLUS] = ACTIONS(6087), + [anon_sym_DOT] = ACTIONS(6085), + [anon_sym_DOT_STAR] = ACTIONS(6087), + [anon_sym_DASH_GT] = ACTIONS(6087), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), + [anon_sym_try] = ACTIONS(6085), }, - [2161] = { - [sym_attribute_specifier] = STATE(2297), - [sym_identifier] = ACTIONS(5972), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5974), - [anon_sym_COMMA] = ACTIONS(5974), - [anon_sym_RPAREN] = ACTIONS(5974), - [aux_sym_preproc_if_token2] = ACTIONS(5974), - [aux_sym_preproc_else_token1] = ACTIONS(5974), - [aux_sym_preproc_elif_token1] = ACTIONS(5972), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5974), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5974), - [anon_sym_LPAREN2] = ACTIONS(5974), - [anon_sym_DASH] = ACTIONS(5972), - [anon_sym_PLUS] = ACTIONS(5972), - [anon_sym_STAR] = ACTIONS(5972), - [anon_sym_SLASH] = ACTIONS(5972), - [anon_sym_PERCENT] = ACTIONS(5972), - [anon_sym_PIPE_PIPE] = ACTIONS(5974), - [anon_sym_AMP_AMP] = ACTIONS(5974), - [anon_sym_PIPE] = ACTIONS(5972), - [anon_sym_CARET] = ACTIONS(5972), - [anon_sym_AMP] = ACTIONS(5972), - [anon_sym_EQ_EQ] = ACTIONS(5974), - [anon_sym_BANG_EQ] = ACTIONS(5974), - [anon_sym_GT] = ACTIONS(5972), - [anon_sym_GT_EQ] = ACTIONS(5974), - [anon_sym_LT_EQ] = ACTIONS(5972), - [anon_sym_LT] = ACTIONS(5972), - [anon_sym_LT_LT] = ACTIONS(5972), - [anon_sym_GT_GT] = ACTIONS(5972), - [anon_sym_SEMI] = ACTIONS(5974), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5974), - [anon_sym_RBRACE] = ACTIONS(5974), - [anon_sym_LBRACK] = ACTIONS(5974), - [anon_sym_RBRACK] = ACTIONS(5974), - [anon_sym_EQ] = ACTIONS(5972), - [anon_sym_COLON] = ACTIONS(5974), - [anon_sym_QMARK] = ACTIONS(5974), - [anon_sym_STAR_EQ] = ACTIONS(5974), - [anon_sym_SLASH_EQ] = ACTIONS(5974), - [anon_sym_PERCENT_EQ] = ACTIONS(5974), - [anon_sym_PLUS_EQ] = ACTIONS(5974), - [anon_sym_DASH_EQ] = ACTIONS(5974), - [anon_sym_LT_LT_EQ] = ACTIONS(5974), - [anon_sym_GT_GT_EQ] = ACTIONS(5974), - [anon_sym_AMP_EQ] = ACTIONS(5974), - [anon_sym_CARET_EQ] = ACTIONS(5974), - [anon_sym_PIPE_EQ] = ACTIONS(5974), - [anon_sym_and_eq] = ACTIONS(5972), - [anon_sym_or_eq] = ACTIONS(5972), - [anon_sym_xor_eq] = ACTIONS(5972), - [anon_sym_LT_EQ_GT] = ACTIONS(5974), - [anon_sym_or] = ACTIONS(5972), - [anon_sym_and] = ACTIONS(5972), - [anon_sym_bitor] = ACTIONS(5972), - [anon_sym_xor] = ACTIONS(5972), - [anon_sym_bitand] = ACTIONS(5972), - [anon_sym_not_eq] = ACTIONS(5972), - [anon_sym_DASH_DASH] = ACTIONS(5974), - [anon_sym_PLUS_PLUS] = ACTIONS(5974), - [anon_sym_DOT] = ACTIONS(5972), - [anon_sym_DOT_STAR] = ACTIONS(5974), - [anon_sym_DASH_GT] = ACTIONS(5974), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5972), - [anon_sym_decltype] = ACTIONS(5972), + [2210] = { + [sym_identifier] = ACTIONS(5562), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5564), + [anon_sym_COMMA] = ACTIONS(5564), + [anon_sym_RPAREN] = ACTIONS(5564), + [aux_sym_preproc_if_token2] = ACTIONS(5564), + [aux_sym_preproc_else_token1] = ACTIONS(5564), + [aux_sym_preproc_elif_token1] = ACTIONS(5562), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5564), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5564), + [anon_sym_LPAREN2] = ACTIONS(5564), + [anon_sym_DASH] = ACTIONS(5562), + [anon_sym_PLUS] = ACTIONS(5562), + [anon_sym_STAR] = ACTIONS(5562), + [anon_sym_SLASH] = ACTIONS(5562), + [anon_sym_PERCENT] = ACTIONS(5562), + [anon_sym_PIPE_PIPE] = ACTIONS(5564), + [anon_sym_AMP_AMP] = ACTIONS(5564), + [anon_sym_PIPE] = ACTIONS(5562), + [anon_sym_CARET] = ACTIONS(5562), + [anon_sym_AMP] = ACTIONS(5562), + [anon_sym_EQ_EQ] = ACTIONS(5564), + [anon_sym_BANG_EQ] = ACTIONS(5564), + [anon_sym_GT] = ACTIONS(5562), + [anon_sym_GT_EQ] = ACTIONS(5564), + [anon_sym_LT_EQ] = ACTIONS(5562), + [anon_sym_LT] = ACTIONS(5562), + [anon_sym_LT_LT] = ACTIONS(5562), + [anon_sym_GT_GT] = ACTIONS(5562), + [anon_sym_SEMI] = ACTIONS(5564), + [anon_sym___attribute__] = ACTIONS(5562), + [anon_sym___attribute] = ACTIONS(5562), + [anon_sym_LBRACE] = ACTIONS(5564), + [anon_sym_RBRACE] = ACTIONS(5564), + [anon_sym_LBRACK] = ACTIONS(5564), + [anon_sym_RBRACK] = ACTIONS(5564), + [anon_sym_EQ] = ACTIONS(5562), + [anon_sym_COLON] = ACTIONS(5564), + [anon_sym_QMARK] = ACTIONS(5564), + [anon_sym_STAR_EQ] = ACTIONS(5564), + [anon_sym_SLASH_EQ] = ACTIONS(5564), + [anon_sym_PERCENT_EQ] = ACTIONS(5564), + [anon_sym_PLUS_EQ] = ACTIONS(5564), + [anon_sym_DASH_EQ] = ACTIONS(5564), + [anon_sym_LT_LT_EQ] = ACTIONS(5564), + [anon_sym_GT_GT_EQ] = ACTIONS(5564), + [anon_sym_AMP_EQ] = ACTIONS(5564), + [anon_sym_CARET_EQ] = ACTIONS(5564), + [anon_sym_PIPE_EQ] = ACTIONS(5564), + [anon_sym_and_eq] = ACTIONS(5562), + [anon_sym_or_eq] = ACTIONS(5562), + [anon_sym_xor_eq] = ACTIONS(5562), + [anon_sym_LT_EQ_GT] = ACTIONS(5564), + [anon_sym_or] = ACTIONS(5562), + [anon_sym_and] = ACTIONS(5562), + [anon_sym_bitor] = ACTIONS(5562), + [anon_sym_xor] = ACTIONS(5562), + [anon_sym_bitand] = ACTIONS(5562), + [anon_sym_not_eq] = ACTIONS(5562), + [anon_sym_DASH_DASH] = ACTIONS(5564), + [anon_sym_PLUS_PLUS] = ACTIONS(5564), + [anon_sym_DOT] = ACTIONS(5562), + [anon_sym_DOT_STAR] = ACTIONS(5564), + [anon_sym_DASH_GT] = ACTIONS(5564), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5562), + [anon_sym_decltype] = ACTIONS(5562), }, - [2162] = { - [sym_identifier] = ACTIONS(5976), - [anon_sym_LPAREN2] = ACTIONS(5978), - [anon_sym_TILDE] = ACTIONS(5978), - [anon_sym_STAR] = ACTIONS(5978), - [anon_sym_AMP_AMP] = ACTIONS(5978), - [anon_sym_AMP] = ACTIONS(5976), - [anon_sym___extension__] = ACTIONS(5976), - [anon_sym_virtual] = ACTIONS(5976), - [anon_sym_extern] = ACTIONS(5976), - [anon_sym___attribute__] = ACTIONS(5976), - [anon_sym___attribute] = ACTIONS(5976), - [anon_sym_COLON_COLON] = ACTIONS(5978), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5978), - [anon_sym___declspec] = ACTIONS(5976), - [anon_sym___based] = ACTIONS(5976), - [anon_sym___cdecl] = ACTIONS(5976), - [anon_sym___clrcall] = ACTIONS(5976), - [anon_sym___stdcall] = ACTIONS(5976), - [anon_sym___fastcall] = ACTIONS(5976), - [anon_sym___thiscall] = ACTIONS(5976), - [anon_sym___vectorcall] = ACTIONS(5976), - [anon_sym_signed] = ACTIONS(5976), - [anon_sym_unsigned] = ACTIONS(5976), - [anon_sym_long] = ACTIONS(5976), - [anon_sym_short] = ACTIONS(5976), - [anon_sym_LBRACK] = ACTIONS(5976), - [anon_sym_static] = ACTIONS(5976), - [anon_sym_register] = ACTIONS(5976), - [anon_sym_inline] = ACTIONS(5976), - [anon_sym___inline] = ACTIONS(5976), - [anon_sym___inline__] = ACTIONS(5976), - [anon_sym___forceinline] = ACTIONS(5976), - [anon_sym_thread_local] = ACTIONS(5976), - [anon_sym___thread] = ACTIONS(5976), - [anon_sym_const] = ACTIONS(5976), - [anon_sym_constexpr] = ACTIONS(5976), - [anon_sym_volatile] = ACTIONS(5976), - [anon_sym_restrict] = ACTIONS(5976), - [anon_sym___restrict__] = ACTIONS(5976), - [anon_sym__Atomic] = ACTIONS(5976), - [anon_sym__Noreturn] = ACTIONS(5976), - [anon_sym_noreturn] = ACTIONS(5976), - [anon_sym__Nonnull] = ACTIONS(5976), - [anon_sym_mutable] = ACTIONS(5976), - [anon_sym_constinit] = ACTIONS(5976), - [anon_sym_consteval] = ACTIONS(5976), - [anon_sym_PROGMEM] = ACTIONS(5976), - [anon_sym_alignas] = ACTIONS(5976), - [anon_sym__Alignas] = ACTIONS(5976), - [aux_sym_primitive_type_token1] = ACTIONS(5976), - [anon_sym_byte] = ACTIONS(5976), - [anon_sym_word] = ACTIONS(5976), - [anon_sym_enum] = ACTIONS(5976), - [anon_sym_class] = ACTIONS(5976), - [anon_sym_struct] = ACTIONS(5976), - [anon_sym_union] = ACTIONS(5976), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5976), - [anon_sym_decltype] = ACTIONS(5976), - [anon_sym_explicit] = ACTIONS(5976), - [anon_sym_typename] = ACTIONS(5976), - [anon_sym_template] = ACTIONS(5976), - [anon_sym_operator] = ACTIONS(5976), - [anon_sym_friend] = ACTIONS(5976), - [anon_sym_using] = ACTIONS(5976), - [anon_sym_concept] = ACTIONS(5976), - [anon_sym_requires] = ACTIONS(5976), + [2211] = { + [sym_identifier] = ACTIONS(5570), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5572), + [anon_sym_COMMA] = ACTIONS(5572), + [anon_sym_RPAREN] = ACTIONS(5572), + [aux_sym_preproc_if_token2] = ACTIONS(5572), + [aux_sym_preproc_else_token1] = ACTIONS(5572), + [aux_sym_preproc_elif_token1] = ACTIONS(5570), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5572), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5572), + [anon_sym_LPAREN2] = ACTIONS(5572), + [anon_sym_DASH] = ACTIONS(5570), + [anon_sym_PLUS] = ACTIONS(5570), + [anon_sym_STAR] = ACTIONS(5570), + [anon_sym_SLASH] = ACTIONS(5570), + [anon_sym_PERCENT] = ACTIONS(5570), + [anon_sym_PIPE_PIPE] = ACTIONS(5572), + [anon_sym_AMP_AMP] = ACTIONS(5572), + [anon_sym_PIPE] = ACTIONS(5570), + [anon_sym_CARET] = ACTIONS(5570), + [anon_sym_AMP] = ACTIONS(5570), + [anon_sym_EQ_EQ] = ACTIONS(5572), + [anon_sym_BANG_EQ] = ACTIONS(5572), + [anon_sym_GT] = ACTIONS(5570), + [anon_sym_GT_EQ] = ACTIONS(5572), + [anon_sym_LT_EQ] = ACTIONS(5570), + [anon_sym_LT] = ACTIONS(5570), + [anon_sym_LT_LT] = ACTIONS(5570), + [anon_sym_GT_GT] = ACTIONS(5570), + [anon_sym_SEMI] = ACTIONS(5572), + [anon_sym___attribute__] = ACTIONS(5570), + [anon_sym___attribute] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(5572), + [anon_sym_LBRACK] = ACTIONS(5572), + [anon_sym_RBRACK] = ACTIONS(5572), + [anon_sym_EQ] = ACTIONS(5570), + [anon_sym_COLON] = ACTIONS(5572), + [anon_sym_QMARK] = ACTIONS(5572), + [anon_sym_STAR_EQ] = ACTIONS(5572), + [anon_sym_SLASH_EQ] = ACTIONS(5572), + [anon_sym_PERCENT_EQ] = ACTIONS(5572), + [anon_sym_PLUS_EQ] = ACTIONS(5572), + [anon_sym_DASH_EQ] = ACTIONS(5572), + [anon_sym_LT_LT_EQ] = ACTIONS(5572), + [anon_sym_GT_GT_EQ] = ACTIONS(5572), + [anon_sym_AMP_EQ] = ACTIONS(5572), + [anon_sym_CARET_EQ] = ACTIONS(5572), + [anon_sym_PIPE_EQ] = ACTIONS(5572), + [anon_sym_and_eq] = ACTIONS(5570), + [anon_sym_or_eq] = ACTIONS(5570), + [anon_sym_xor_eq] = ACTIONS(5570), + [anon_sym_LT_EQ_GT] = ACTIONS(5572), + [anon_sym_or] = ACTIONS(5570), + [anon_sym_and] = ACTIONS(5570), + [anon_sym_bitor] = ACTIONS(5570), + [anon_sym_xor] = ACTIONS(5570), + [anon_sym_bitand] = ACTIONS(5570), + [anon_sym_not_eq] = ACTIONS(5570), + [anon_sym_DASH_DASH] = ACTIONS(5572), + [anon_sym_PLUS_PLUS] = ACTIONS(5572), + [anon_sym_DOT] = ACTIONS(5570), + [anon_sym_DOT_STAR] = ACTIONS(5572), + [anon_sym_DASH_GT] = ACTIONS(5572), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5570), + [anon_sym_decltype] = ACTIONS(5570), }, - [2163] = { - [sym_attribute_specifier] = STATE(1819), - [sym_enumerator_list] = STATE(2231), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5925), - [anon_sym_COMMA] = ACTIONS(5925), - [anon_sym_RPAREN] = ACTIONS(5925), - [anon_sym_LPAREN2] = ACTIONS(5925), - [anon_sym_DASH] = ACTIONS(5923), - [anon_sym_PLUS] = ACTIONS(5923), - [anon_sym_STAR] = ACTIONS(5925), - [anon_sym_SLASH] = ACTIONS(5923), - [anon_sym_PERCENT] = ACTIONS(5925), - [anon_sym_PIPE_PIPE] = ACTIONS(5925), - [anon_sym_AMP_AMP] = ACTIONS(5925), - [anon_sym_PIPE] = ACTIONS(5923), - [anon_sym_CARET] = ACTIONS(5925), - [anon_sym_AMP] = ACTIONS(5923), - [anon_sym_EQ_EQ] = ACTIONS(5925), - [anon_sym_BANG_EQ] = ACTIONS(5925), - [anon_sym_GT] = ACTIONS(5923), - [anon_sym_GT_EQ] = ACTIONS(5925), - [anon_sym_LT_EQ] = ACTIONS(5923), - [anon_sym_LT] = ACTIONS(5923), - [anon_sym_LT_LT] = ACTIONS(5925), - [anon_sym_GT_GT] = ACTIONS(5925), - [anon_sym_SEMI] = ACTIONS(5925), - [anon_sym___extension__] = ACTIONS(5925), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5980), - [anon_sym_RBRACE] = ACTIONS(5925), - [anon_sym_LBRACK] = ACTIONS(5925), - [anon_sym_RBRACK] = ACTIONS(5925), - [anon_sym_const] = ACTIONS(5923), - [anon_sym_constexpr] = ACTIONS(5925), - [anon_sym_volatile] = ACTIONS(5925), - [anon_sym_restrict] = ACTIONS(5925), - [anon_sym___restrict__] = ACTIONS(5925), - [anon_sym__Atomic] = ACTIONS(5925), - [anon_sym__Noreturn] = ACTIONS(5925), - [anon_sym_noreturn] = ACTIONS(5925), - [anon_sym__Nonnull] = ACTIONS(5925), - [anon_sym_mutable] = ACTIONS(5925), - [anon_sym_constinit] = ACTIONS(5925), - [anon_sym_consteval] = ACTIONS(5925), - [anon_sym_PROGMEM] = ACTIONS(5925), - [anon_sym_alignas] = ACTIONS(5925), - [anon_sym__Alignas] = ACTIONS(5925), - [anon_sym_COLON] = ACTIONS(5925), - [anon_sym_QMARK] = ACTIONS(5925), - [anon_sym_LT_EQ_GT] = ACTIONS(5925), - [anon_sym_or] = ACTIONS(5925), - [anon_sym_and] = ACTIONS(5925), - [anon_sym_bitor] = ACTIONS(5925), - [anon_sym_xor] = ACTIONS(5925), - [anon_sym_bitand] = ACTIONS(5925), - [anon_sym_not_eq] = ACTIONS(5925), - [anon_sym_DASH_DASH] = ACTIONS(5925), - [anon_sym_PLUS_PLUS] = ACTIONS(5925), - [anon_sym_DOT] = ACTIONS(5923), - [anon_sym_DOT_STAR] = ACTIONS(5925), - [anon_sym_DASH_GT] = ACTIONS(5925), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5925), - [anon_sym_decltype] = ACTIONS(5925), - [anon_sym_final] = ACTIONS(5925), - [anon_sym_override] = ACTIONS(5925), - [anon_sym_requires] = ACTIONS(5925), + [2212] = { + [sym_identifier] = ACTIONS(6089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6091), + [anon_sym_COMMA] = ACTIONS(6091), + [anon_sym_RPAREN] = ACTIONS(6091), + [aux_sym_preproc_if_token2] = ACTIONS(6091), + [aux_sym_preproc_else_token1] = ACTIONS(6091), + [aux_sym_preproc_elif_token1] = ACTIONS(6089), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6091), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6091), + [anon_sym_LPAREN2] = ACTIONS(6091), + [anon_sym_DASH] = ACTIONS(6089), + [anon_sym_PLUS] = ACTIONS(6089), + [anon_sym_STAR] = ACTIONS(6089), + [anon_sym_SLASH] = ACTIONS(6089), + [anon_sym_PERCENT] = ACTIONS(6089), + [anon_sym_PIPE_PIPE] = ACTIONS(6091), + [anon_sym_AMP_AMP] = ACTIONS(6091), + [anon_sym_PIPE] = ACTIONS(6089), + [anon_sym_CARET] = ACTIONS(6089), + [anon_sym_AMP] = ACTIONS(6089), + [anon_sym_EQ_EQ] = ACTIONS(6091), + [anon_sym_BANG_EQ] = ACTIONS(6091), + [anon_sym_GT] = ACTIONS(6089), + [anon_sym_GT_EQ] = ACTIONS(6091), + [anon_sym_LT_EQ] = ACTIONS(6089), + [anon_sym_LT] = ACTIONS(6089), + [anon_sym_LT_LT] = ACTIONS(6089), + [anon_sym_GT_GT] = ACTIONS(6089), + [anon_sym_SEMI] = ACTIONS(6091), + [anon_sym___attribute__] = ACTIONS(6089), + [anon_sym___attribute] = ACTIONS(6089), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6091), + [anon_sym_LBRACE] = ACTIONS(6091), + [anon_sym_RBRACE] = ACTIONS(6091), + [anon_sym_LBRACK] = ACTIONS(6089), + [anon_sym_RBRACK] = ACTIONS(6091), + [anon_sym_EQ] = ACTIONS(6089), + [anon_sym_COLON] = ACTIONS(6091), + [anon_sym_QMARK] = ACTIONS(6091), + [anon_sym_STAR_EQ] = ACTIONS(6091), + [anon_sym_SLASH_EQ] = ACTIONS(6091), + [anon_sym_PERCENT_EQ] = ACTIONS(6091), + [anon_sym_PLUS_EQ] = ACTIONS(6091), + [anon_sym_DASH_EQ] = ACTIONS(6091), + [anon_sym_LT_LT_EQ] = ACTIONS(6091), + [anon_sym_GT_GT_EQ] = ACTIONS(6091), + [anon_sym_AMP_EQ] = ACTIONS(6091), + [anon_sym_CARET_EQ] = ACTIONS(6091), + [anon_sym_PIPE_EQ] = ACTIONS(6091), + [anon_sym_and_eq] = ACTIONS(6089), + [anon_sym_or_eq] = ACTIONS(6089), + [anon_sym_xor_eq] = ACTIONS(6089), + [anon_sym_LT_EQ_GT] = ACTIONS(6091), + [anon_sym_or] = ACTIONS(6089), + [anon_sym_and] = ACTIONS(6089), + [anon_sym_bitor] = ACTIONS(6089), + [anon_sym_xor] = ACTIONS(6089), + [anon_sym_bitand] = ACTIONS(6089), + [anon_sym_not_eq] = ACTIONS(6089), + [anon_sym_DASH_DASH] = ACTIONS(6091), + [anon_sym_PLUS_PLUS] = ACTIONS(6091), + [anon_sym_DOT] = ACTIONS(6089), + [anon_sym_DOT_STAR] = ACTIONS(6091), + [anon_sym_DASH_GT] = ACTIONS(6091), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6089), }, - [2164] = { - [sym_attribute_specifier] = STATE(2285), - [sym_identifier] = ACTIONS(5982), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5984), - [anon_sym_COMMA] = ACTIONS(5984), - [anon_sym_RPAREN] = ACTIONS(5984), - [aux_sym_preproc_if_token2] = ACTIONS(5984), - [aux_sym_preproc_else_token1] = ACTIONS(5984), - [aux_sym_preproc_elif_token1] = ACTIONS(5982), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5984), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5984), - [anon_sym_LPAREN2] = ACTIONS(5984), - [anon_sym_DASH] = ACTIONS(5982), - [anon_sym_PLUS] = ACTIONS(5982), - [anon_sym_STAR] = ACTIONS(5982), - [anon_sym_SLASH] = ACTIONS(5982), - [anon_sym_PERCENT] = ACTIONS(5982), - [anon_sym_PIPE_PIPE] = ACTIONS(5984), - [anon_sym_AMP_AMP] = ACTIONS(5984), - [anon_sym_PIPE] = ACTIONS(5982), - [anon_sym_CARET] = ACTIONS(5982), - [anon_sym_AMP] = ACTIONS(5982), - [anon_sym_EQ_EQ] = ACTIONS(5984), - [anon_sym_BANG_EQ] = ACTIONS(5984), - [anon_sym_GT] = ACTIONS(5982), - [anon_sym_GT_EQ] = ACTIONS(5984), - [anon_sym_LT_EQ] = ACTIONS(5982), - [anon_sym_LT] = ACTIONS(5982), - [anon_sym_LT_LT] = ACTIONS(5982), - [anon_sym_GT_GT] = ACTIONS(5982), - [anon_sym_SEMI] = ACTIONS(5984), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5984), - [anon_sym_RBRACE] = ACTIONS(5984), - [anon_sym_LBRACK] = ACTIONS(5984), - [anon_sym_RBRACK] = ACTIONS(5984), - [anon_sym_EQ] = ACTIONS(5982), - [anon_sym_COLON] = ACTIONS(5984), - [anon_sym_QMARK] = ACTIONS(5984), - [anon_sym_STAR_EQ] = ACTIONS(5984), - [anon_sym_SLASH_EQ] = ACTIONS(5984), - [anon_sym_PERCENT_EQ] = ACTIONS(5984), - [anon_sym_PLUS_EQ] = ACTIONS(5984), - [anon_sym_DASH_EQ] = ACTIONS(5984), - [anon_sym_LT_LT_EQ] = ACTIONS(5984), - [anon_sym_GT_GT_EQ] = ACTIONS(5984), - [anon_sym_AMP_EQ] = ACTIONS(5984), - [anon_sym_CARET_EQ] = ACTIONS(5984), - [anon_sym_PIPE_EQ] = ACTIONS(5984), - [anon_sym_and_eq] = ACTIONS(5982), - [anon_sym_or_eq] = ACTIONS(5982), - [anon_sym_xor_eq] = ACTIONS(5982), - [anon_sym_LT_EQ_GT] = ACTIONS(5984), - [anon_sym_or] = ACTIONS(5982), - [anon_sym_and] = ACTIONS(5982), - [anon_sym_bitor] = ACTIONS(5982), - [anon_sym_xor] = ACTIONS(5982), - [anon_sym_bitand] = ACTIONS(5982), - [anon_sym_not_eq] = ACTIONS(5982), - [anon_sym_DASH_DASH] = ACTIONS(5984), - [anon_sym_PLUS_PLUS] = ACTIONS(5984), - [anon_sym_DOT] = ACTIONS(5982), - [anon_sym_DOT_STAR] = ACTIONS(5984), - [anon_sym_DASH_GT] = ACTIONS(5984), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5982), - [anon_sym_decltype] = ACTIONS(5982), + [2213] = { + [sym_identifier] = ACTIONS(6093), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6095), + [anon_sym_COMMA] = ACTIONS(6095), + [anon_sym_RPAREN] = ACTIONS(6095), + [aux_sym_preproc_if_token2] = ACTIONS(6095), + [aux_sym_preproc_else_token1] = ACTIONS(6095), + [aux_sym_preproc_elif_token1] = ACTIONS(6093), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6095), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6095), + [anon_sym_LPAREN2] = ACTIONS(6095), + [anon_sym_DASH] = ACTIONS(6093), + [anon_sym_PLUS] = ACTIONS(6093), + [anon_sym_STAR] = ACTIONS(6093), + [anon_sym_SLASH] = ACTIONS(6093), + [anon_sym_PERCENT] = ACTIONS(6093), + [anon_sym_PIPE_PIPE] = ACTIONS(6095), + [anon_sym_AMP_AMP] = ACTIONS(6095), + [anon_sym_PIPE] = ACTIONS(6093), + [anon_sym_CARET] = ACTIONS(6093), + [anon_sym_AMP] = ACTIONS(6093), + [anon_sym_EQ_EQ] = ACTIONS(6095), + [anon_sym_BANG_EQ] = ACTIONS(6095), + [anon_sym_GT] = ACTIONS(6093), + [anon_sym_GT_EQ] = ACTIONS(6095), + [anon_sym_LT_EQ] = ACTIONS(6093), + [anon_sym_LT] = ACTIONS(6093), + [anon_sym_LT_LT] = ACTIONS(6093), + [anon_sym_GT_GT] = ACTIONS(6093), + [anon_sym_SEMI] = ACTIONS(6095), + [anon_sym___attribute__] = ACTIONS(6093), + [anon_sym___attribute] = ACTIONS(6093), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6095), + [anon_sym_LBRACE] = ACTIONS(6095), + [anon_sym_RBRACE] = ACTIONS(6095), + [anon_sym_LBRACK] = ACTIONS(6093), + [anon_sym_RBRACK] = ACTIONS(6095), + [anon_sym_EQ] = ACTIONS(6093), + [anon_sym_COLON] = ACTIONS(6095), + [anon_sym_QMARK] = ACTIONS(6095), + [anon_sym_STAR_EQ] = ACTIONS(6095), + [anon_sym_SLASH_EQ] = ACTIONS(6095), + [anon_sym_PERCENT_EQ] = ACTIONS(6095), + [anon_sym_PLUS_EQ] = ACTIONS(6095), + [anon_sym_DASH_EQ] = ACTIONS(6095), + [anon_sym_LT_LT_EQ] = ACTIONS(6095), + [anon_sym_GT_GT_EQ] = ACTIONS(6095), + [anon_sym_AMP_EQ] = ACTIONS(6095), + [anon_sym_CARET_EQ] = ACTIONS(6095), + [anon_sym_PIPE_EQ] = ACTIONS(6095), + [anon_sym_and_eq] = ACTIONS(6093), + [anon_sym_or_eq] = ACTIONS(6093), + [anon_sym_xor_eq] = ACTIONS(6093), + [anon_sym_LT_EQ_GT] = ACTIONS(6095), + [anon_sym_or] = ACTIONS(6093), + [anon_sym_and] = ACTIONS(6093), + [anon_sym_bitor] = ACTIONS(6093), + [anon_sym_xor] = ACTIONS(6093), + [anon_sym_bitand] = ACTIONS(6093), + [anon_sym_not_eq] = ACTIONS(6093), + [anon_sym_DASH_DASH] = ACTIONS(6095), + [anon_sym_PLUS_PLUS] = ACTIONS(6095), + [anon_sym_DOT] = ACTIONS(6093), + [anon_sym_DOT_STAR] = ACTIONS(6095), + [anon_sym_DASH_GT] = ACTIONS(6095), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6093), }, - [2165] = { - [sym_attribute_specifier] = STATE(2199), - [sym_identifier] = ACTIONS(5986), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5988), - [anon_sym_COMMA] = ACTIONS(5988), - [anon_sym_RPAREN] = ACTIONS(5988), - [aux_sym_preproc_if_token2] = ACTIONS(5988), - [aux_sym_preproc_else_token1] = ACTIONS(5988), - [aux_sym_preproc_elif_token1] = ACTIONS(5986), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5988), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5988), - [anon_sym_LPAREN2] = ACTIONS(5988), - [anon_sym_DASH] = ACTIONS(5986), - [anon_sym_PLUS] = ACTIONS(5986), - [anon_sym_STAR] = ACTIONS(5986), - [anon_sym_SLASH] = ACTIONS(5986), - [anon_sym_PERCENT] = ACTIONS(5986), - [anon_sym_PIPE_PIPE] = ACTIONS(5988), - [anon_sym_AMP_AMP] = ACTIONS(5988), - [anon_sym_PIPE] = ACTIONS(5986), - [anon_sym_CARET] = ACTIONS(5986), - [anon_sym_AMP] = ACTIONS(5986), - [anon_sym_EQ_EQ] = ACTIONS(5988), - [anon_sym_BANG_EQ] = ACTIONS(5988), - [anon_sym_GT] = ACTIONS(5986), - [anon_sym_GT_EQ] = ACTIONS(5988), - [anon_sym_LT_EQ] = ACTIONS(5986), - [anon_sym_LT] = ACTIONS(5986), - [anon_sym_LT_LT] = ACTIONS(5986), - [anon_sym_GT_GT] = ACTIONS(5986), - [anon_sym_SEMI] = ACTIONS(5988), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5988), - [anon_sym_RBRACE] = ACTIONS(5988), - [anon_sym_LBRACK] = ACTIONS(5988), - [anon_sym_RBRACK] = ACTIONS(5988), - [anon_sym_EQ] = ACTIONS(5986), - [anon_sym_COLON] = ACTIONS(5988), - [anon_sym_QMARK] = ACTIONS(5988), - [anon_sym_STAR_EQ] = ACTIONS(5988), - [anon_sym_SLASH_EQ] = ACTIONS(5988), - [anon_sym_PERCENT_EQ] = ACTIONS(5988), - [anon_sym_PLUS_EQ] = ACTIONS(5988), - [anon_sym_DASH_EQ] = ACTIONS(5988), - [anon_sym_LT_LT_EQ] = ACTIONS(5988), - [anon_sym_GT_GT_EQ] = ACTIONS(5988), - [anon_sym_AMP_EQ] = ACTIONS(5988), - [anon_sym_CARET_EQ] = ACTIONS(5988), - [anon_sym_PIPE_EQ] = ACTIONS(5988), - [anon_sym_and_eq] = ACTIONS(5986), - [anon_sym_or_eq] = ACTIONS(5986), - [anon_sym_xor_eq] = ACTIONS(5986), - [anon_sym_LT_EQ_GT] = ACTIONS(5988), - [anon_sym_or] = ACTIONS(5986), - [anon_sym_and] = ACTIONS(5986), - [anon_sym_bitor] = ACTIONS(5986), - [anon_sym_xor] = ACTIONS(5986), - [anon_sym_bitand] = ACTIONS(5986), - [anon_sym_not_eq] = ACTIONS(5986), - [anon_sym_DASH_DASH] = ACTIONS(5988), - [anon_sym_PLUS_PLUS] = ACTIONS(5988), - [anon_sym_DOT] = ACTIONS(5986), - [anon_sym_DOT_STAR] = ACTIONS(5988), - [anon_sym_DASH_GT] = ACTIONS(5988), + [2214] = { + [sym_string_literal] = STATE(2229), + [sym_raw_string_literal] = STATE(2229), + [aux_sym_concatenated_string_repeat1] = STATE(2229), + [sym_identifier] = ACTIONS(6097), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5299), + [anon_sym_COMMA] = ACTIONS(5299), + [anon_sym_LPAREN2] = ACTIONS(5299), + [anon_sym_DASH] = ACTIONS(5301), + [anon_sym_PLUS] = ACTIONS(5301), + [anon_sym_STAR] = ACTIONS(5301), + [anon_sym_SLASH] = ACTIONS(5301), + [anon_sym_PERCENT] = ACTIONS(5301), + [anon_sym_PIPE_PIPE] = ACTIONS(5299), + [anon_sym_AMP_AMP] = ACTIONS(5299), + [anon_sym_PIPE] = ACTIONS(5301), + [anon_sym_CARET] = ACTIONS(5301), + [anon_sym_AMP] = ACTIONS(5301), + [anon_sym_EQ_EQ] = ACTIONS(5299), + [anon_sym_BANG_EQ] = ACTIONS(5299), + [anon_sym_GT] = ACTIONS(5301), + [anon_sym_GT_EQ] = ACTIONS(5301), + [anon_sym_LT_EQ] = ACTIONS(5301), + [anon_sym_LT] = ACTIONS(5301), + [anon_sym_LT_LT] = ACTIONS(5301), + [anon_sym_GT_GT] = ACTIONS(5301), + [anon_sym_LBRACK] = ACTIONS(5299), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_QMARK] = ACTIONS(5299), + [anon_sym_STAR_EQ] = ACTIONS(5299), + [anon_sym_SLASH_EQ] = ACTIONS(5299), + [anon_sym_PERCENT_EQ] = ACTIONS(5299), + [anon_sym_PLUS_EQ] = ACTIONS(5299), + [anon_sym_DASH_EQ] = ACTIONS(5299), + [anon_sym_LT_LT_EQ] = ACTIONS(5299), + [anon_sym_GT_GT_EQ] = ACTIONS(5301), + [anon_sym_AMP_EQ] = ACTIONS(5299), + [anon_sym_CARET_EQ] = ACTIONS(5299), + [anon_sym_PIPE_EQ] = ACTIONS(5299), + [anon_sym_and_eq] = ACTIONS(5301), + [anon_sym_or_eq] = ACTIONS(5301), + [anon_sym_xor_eq] = ACTIONS(5301), + [anon_sym_LT_EQ_GT] = ACTIONS(5299), + [anon_sym_or] = ACTIONS(5301), + [anon_sym_and] = ACTIONS(5301), + [anon_sym_bitor] = ACTIONS(5301), + [anon_sym_xor] = ACTIONS(5301), + [anon_sym_bitand] = ACTIONS(5301), + [anon_sym_not_eq] = ACTIONS(5301), + [anon_sym_DASH_DASH] = ACTIONS(5299), + [anon_sym_PLUS_PLUS] = ACTIONS(5299), + [anon_sym_DOT] = ACTIONS(5301), + [anon_sym_DOT_STAR] = ACTIONS(5299), + [anon_sym_DASH_GT] = ACTIONS(5299), + [anon_sym_L_DQUOTE] = ACTIONS(6071), + [anon_sym_u_DQUOTE] = ACTIONS(6071), + [anon_sym_U_DQUOTE] = ACTIONS(6071), + [anon_sym_u8_DQUOTE] = ACTIONS(6071), + [anon_sym_DQUOTE] = ACTIONS(6071), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(5299), + [anon_sym_R_DQUOTE] = ACTIONS(6073), + [anon_sym_LR_DQUOTE] = ACTIONS(6073), + [anon_sym_uR_DQUOTE] = ACTIONS(6073), + [anon_sym_UR_DQUOTE] = ACTIONS(6073), + [anon_sym_u8R_DQUOTE] = ACTIONS(6073), + [sym_literal_suffix] = ACTIONS(5301), + }, + [2215] = { + [sym_identifier] = ACTIONS(5520), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5522), + [anon_sym_COMMA] = ACTIONS(5522), + [anon_sym_RPAREN] = ACTIONS(5522), + [aux_sym_preproc_if_token2] = ACTIONS(5522), + [aux_sym_preproc_else_token1] = ACTIONS(5522), + [aux_sym_preproc_elif_token1] = ACTIONS(5520), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5522), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5522), + [anon_sym_LPAREN2] = ACTIONS(5522), + [anon_sym_DASH] = ACTIONS(5520), + [anon_sym_PLUS] = ACTIONS(5520), + [anon_sym_STAR] = ACTIONS(5520), + [anon_sym_SLASH] = ACTIONS(5520), + [anon_sym_PERCENT] = ACTIONS(5520), + [anon_sym_PIPE_PIPE] = ACTIONS(5522), + [anon_sym_AMP_AMP] = ACTIONS(5522), + [anon_sym_PIPE] = ACTIONS(5520), + [anon_sym_CARET] = ACTIONS(5520), + [anon_sym_AMP] = ACTIONS(5520), + [anon_sym_EQ_EQ] = ACTIONS(5522), + [anon_sym_BANG_EQ] = ACTIONS(5522), + [anon_sym_GT] = ACTIONS(5520), + [anon_sym_GT_EQ] = ACTIONS(5522), + [anon_sym_LT_EQ] = ACTIONS(5520), + [anon_sym_LT] = ACTIONS(5520), + [anon_sym_LT_LT] = ACTIONS(5520), + [anon_sym_GT_GT] = ACTIONS(5520), + [anon_sym_SEMI] = ACTIONS(5522), + [anon_sym___attribute__] = ACTIONS(5520), + [anon_sym___attribute] = ACTIONS(5520), + [anon_sym_LBRACE] = ACTIONS(5522), + [anon_sym_RBRACE] = ACTIONS(5522), + [anon_sym_LBRACK] = ACTIONS(5522), + [anon_sym_RBRACK] = ACTIONS(5522), + [anon_sym_EQ] = ACTIONS(5520), + [anon_sym_COLON] = ACTIONS(5522), + [anon_sym_QMARK] = ACTIONS(5522), + [anon_sym_STAR_EQ] = ACTIONS(5522), + [anon_sym_SLASH_EQ] = ACTIONS(5522), + [anon_sym_PERCENT_EQ] = ACTIONS(5522), + [anon_sym_PLUS_EQ] = ACTIONS(5522), + [anon_sym_DASH_EQ] = ACTIONS(5522), + [anon_sym_LT_LT_EQ] = ACTIONS(5522), + [anon_sym_GT_GT_EQ] = ACTIONS(5522), + [anon_sym_AMP_EQ] = ACTIONS(5522), + [anon_sym_CARET_EQ] = ACTIONS(5522), + [anon_sym_PIPE_EQ] = ACTIONS(5522), + [anon_sym_and_eq] = ACTIONS(5520), + [anon_sym_or_eq] = ACTIONS(5520), + [anon_sym_xor_eq] = ACTIONS(5520), + [anon_sym_LT_EQ_GT] = ACTIONS(5522), + [anon_sym_or] = ACTIONS(5520), + [anon_sym_and] = ACTIONS(5520), + [anon_sym_bitor] = ACTIONS(5520), + [anon_sym_xor] = ACTIONS(5520), + [anon_sym_bitand] = ACTIONS(5520), + [anon_sym_not_eq] = ACTIONS(5520), + [anon_sym_DASH_DASH] = ACTIONS(5522), + [anon_sym_PLUS_PLUS] = ACTIONS(5522), + [anon_sym_DOT] = ACTIONS(5520), + [anon_sym_DOT_STAR] = ACTIONS(5522), + [anon_sym_DASH_GT] = ACTIONS(5522), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5520), + [anon_sym_decltype] = ACTIONS(5520), + }, + [2216] = { + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [aux_sym_preproc_if_token2] = ACTIONS(5506), + [aux_sym_preproc_else_token1] = ACTIONS(5506), + [aux_sym_preproc_elif_token1] = ACTIONS(5504), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5506), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5504), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5504), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5504), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5504), + [anon_sym_GT_GT] = ACTIONS(5504), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_EQ] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_STAR_EQ] = ACTIONS(5506), + [anon_sym_SLASH_EQ] = ACTIONS(5506), + [anon_sym_PERCENT_EQ] = ACTIONS(5506), + [anon_sym_PLUS_EQ] = ACTIONS(5506), + [anon_sym_DASH_EQ] = ACTIONS(5506), + [anon_sym_LT_LT_EQ] = ACTIONS(5506), + [anon_sym_GT_GT_EQ] = ACTIONS(5506), + [anon_sym_AMP_EQ] = ACTIONS(5506), + [anon_sym_CARET_EQ] = ACTIONS(5506), + [anon_sym_PIPE_EQ] = ACTIONS(5506), + [anon_sym_and_eq] = ACTIONS(5504), + [anon_sym_or_eq] = ACTIONS(5504), + [anon_sym_xor_eq] = ACTIONS(5504), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), + }, + [2217] = { + [sym_identifier] = ACTIONS(5542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5544), + [anon_sym_COMMA] = ACTIONS(5544), + [anon_sym_RPAREN] = ACTIONS(5544), + [aux_sym_preproc_if_token2] = ACTIONS(5544), + [aux_sym_preproc_else_token1] = ACTIONS(5544), + [aux_sym_preproc_elif_token1] = ACTIONS(5542), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5544), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5544), + [anon_sym_LPAREN2] = ACTIONS(5544), + [anon_sym_DASH] = ACTIONS(5542), + [anon_sym_PLUS] = ACTIONS(5542), + [anon_sym_STAR] = ACTIONS(5542), + [anon_sym_SLASH] = ACTIONS(5542), + [anon_sym_PERCENT] = ACTIONS(5542), + [anon_sym_PIPE_PIPE] = ACTIONS(5544), + [anon_sym_AMP_AMP] = ACTIONS(5544), + [anon_sym_PIPE] = ACTIONS(5542), + [anon_sym_CARET] = ACTIONS(5542), + [anon_sym_AMP] = ACTIONS(5542), + [anon_sym_EQ_EQ] = ACTIONS(5544), + [anon_sym_BANG_EQ] = ACTIONS(5544), + [anon_sym_GT] = ACTIONS(5542), + [anon_sym_GT_EQ] = ACTIONS(5544), + [anon_sym_LT_EQ] = ACTIONS(5542), + [anon_sym_LT] = ACTIONS(5542), + [anon_sym_LT_LT] = ACTIONS(5542), + [anon_sym_GT_GT] = ACTIONS(5542), + [anon_sym_SEMI] = ACTIONS(5544), + [anon_sym___attribute__] = ACTIONS(5542), + [anon_sym___attribute] = ACTIONS(5542), + [anon_sym_LBRACE] = ACTIONS(5544), + [anon_sym_RBRACE] = ACTIONS(5544), + [anon_sym_LBRACK] = ACTIONS(5544), + [anon_sym_RBRACK] = ACTIONS(5544), + [anon_sym_EQ] = ACTIONS(5542), + [anon_sym_COLON] = ACTIONS(5544), + [anon_sym_QMARK] = ACTIONS(5544), + [anon_sym_STAR_EQ] = ACTIONS(5544), + [anon_sym_SLASH_EQ] = ACTIONS(5544), + [anon_sym_PERCENT_EQ] = ACTIONS(5544), + [anon_sym_PLUS_EQ] = ACTIONS(5544), + [anon_sym_DASH_EQ] = ACTIONS(5544), + [anon_sym_LT_LT_EQ] = ACTIONS(5544), + [anon_sym_GT_GT_EQ] = ACTIONS(5544), + [anon_sym_AMP_EQ] = ACTIONS(5544), + [anon_sym_CARET_EQ] = ACTIONS(5544), + [anon_sym_PIPE_EQ] = ACTIONS(5544), + [anon_sym_and_eq] = ACTIONS(5542), + [anon_sym_or_eq] = ACTIONS(5542), + [anon_sym_xor_eq] = ACTIONS(5542), + [anon_sym_LT_EQ_GT] = ACTIONS(5544), + [anon_sym_or] = ACTIONS(5542), + [anon_sym_and] = ACTIONS(5542), + [anon_sym_bitor] = ACTIONS(5542), + [anon_sym_xor] = ACTIONS(5542), + [anon_sym_bitand] = ACTIONS(5542), + [anon_sym_not_eq] = ACTIONS(5542), + [anon_sym_DASH_DASH] = ACTIONS(5544), + [anon_sym_PLUS_PLUS] = ACTIONS(5544), + [anon_sym_DOT] = ACTIONS(5542), + [anon_sym_DOT_STAR] = ACTIONS(5544), + [anon_sym_DASH_GT] = ACTIONS(5544), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5986), - [anon_sym_decltype] = ACTIONS(5986), + [sym_auto] = ACTIONS(5542), + [anon_sym_decltype] = ACTIONS(5542), }, - [2166] = { - [sym_attribute_declaration] = STATE(2261), - [sym_parameter_list] = STATE(2242), - [aux_sym_attributed_declarator_repeat1] = STATE(2261), - [sym_identifier] = ACTIONS(5990), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5992), - [anon_sym_COMMA] = ACTIONS(5992), - [anon_sym_RPAREN] = ACTIONS(5992), - [aux_sym_preproc_if_token2] = ACTIONS(5992), - [aux_sym_preproc_else_token1] = ACTIONS(5992), - [aux_sym_preproc_elif_token1] = ACTIONS(5990), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5992), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5992), - [anon_sym_LPAREN2] = ACTIONS(5946), - [anon_sym_DASH] = ACTIONS(5990), - [anon_sym_PLUS] = ACTIONS(5990), - [anon_sym_STAR] = ACTIONS(5990), - [anon_sym_SLASH] = ACTIONS(5990), - [anon_sym_PERCENT] = ACTIONS(5990), - [anon_sym_PIPE_PIPE] = ACTIONS(5992), - [anon_sym_AMP_AMP] = ACTIONS(5992), - [anon_sym_PIPE] = ACTIONS(5990), - [anon_sym_CARET] = ACTIONS(5990), - [anon_sym_AMP] = ACTIONS(5990), - [anon_sym_EQ_EQ] = ACTIONS(5992), - [anon_sym_BANG_EQ] = ACTIONS(5992), - [anon_sym_GT] = ACTIONS(5990), - [anon_sym_GT_EQ] = ACTIONS(5992), - [anon_sym_LT_EQ] = ACTIONS(5990), - [anon_sym_LT] = ACTIONS(5990), - [anon_sym_LT_LT] = ACTIONS(5990), - [anon_sym_GT_GT] = ACTIONS(5990), - [anon_sym_SEMI] = ACTIONS(5992), - [anon_sym___attribute__] = ACTIONS(5990), - [anon_sym___attribute] = ACTIONS(5990), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(5992), - [anon_sym_LBRACK] = ACTIONS(5950), - [anon_sym_RBRACK] = ACTIONS(5992), - [anon_sym_EQ] = ACTIONS(5990), - [anon_sym_COLON] = ACTIONS(5992), - [anon_sym_QMARK] = ACTIONS(5992), - [anon_sym_STAR_EQ] = ACTIONS(5992), - [anon_sym_SLASH_EQ] = ACTIONS(5992), - [anon_sym_PERCENT_EQ] = ACTIONS(5992), - [anon_sym_PLUS_EQ] = ACTIONS(5992), - [anon_sym_DASH_EQ] = ACTIONS(5992), - [anon_sym_LT_LT_EQ] = ACTIONS(5992), - [anon_sym_GT_GT_EQ] = ACTIONS(5992), - [anon_sym_AMP_EQ] = ACTIONS(5992), - [anon_sym_CARET_EQ] = ACTIONS(5992), - [anon_sym_PIPE_EQ] = ACTIONS(5992), - [anon_sym_and_eq] = ACTIONS(5990), - [anon_sym_or_eq] = ACTIONS(5990), - [anon_sym_xor_eq] = ACTIONS(5990), - [anon_sym_LT_EQ_GT] = ACTIONS(5992), - [anon_sym_or] = ACTIONS(5990), - [anon_sym_and] = ACTIONS(5990), - [anon_sym_bitor] = ACTIONS(5990), - [anon_sym_xor] = ACTIONS(5990), - [anon_sym_bitand] = ACTIONS(5990), - [anon_sym_not_eq] = ACTIONS(5990), - [anon_sym_DASH_DASH] = ACTIONS(5992), - [anon_sym_PLUS_PLUS] = ACTIONS(5992), - [anon_sym_DOT] = ACTIONS(5990), - [anon_sym_DOT_STAR] = ACTIONS(5992), - [anon_sym_DASH_GT] = ACTIONS(5992), + [2218] = { + [sym_identifier] = ACTIONS(5586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5588), + [anon_sym_COMMA] = ACTIONS(5588), + [anon_sym_RPAREN] = ACTIONS(5588), + [aux_sym_preproc_if_token2] = ACTIONS(5588), + [aux_sym_preproc_else_token1] = ACTIONS(5588), + [aux_sym_preproc_elif_token1] = ACTIONS(5586), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5588), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5588), + [anon_sym_LPAREN2] = ACTIONS(5588), + [anon_sym_DASH] = ACTIONS(5586), + [anon_sym_PLUS] = ACTIONS(5586), + [anon_sym_STAR] = ACTIONS(5586), + [anon_sym_SLASH] = ACTIONS(5586), + [anon_sym_PERCENT] = ACTIONS(5586), + [anon_sym_PIPE_PIPE] = ACTIONS(5588), + [anon_sym_AMP_AMP] = ACTIONS(5588), + [anon_sym_PIPE] = ACTIONS(5586), + [anon_sym_CARET] = ACTIONS(5586), + [anon_sym_AMP] = ACTIONS(5586), + [anon_sym_EQ_EQ] = ACTIONS(5588), + [anon_sym_BANG_EQ] = ACTIONS(5588), + [anon_sym_GT] = ACTIONS(5586), + [anon_sym_GT_EQ] = ACTIONS(5588), + [anon_sym_LT_EQ] = ACTIONS(5586), + [anon_sym_LT] = ACTIONS(5586), + [anon_sym_LT_LT] = ACTIONS(5586), + [anon_sym_GT_GT] = ACTIONS(5586), + [anon_sym_SEMI] = ACTIONS(5588), + [anon_sym___attribute__] = ACTIONS(5586), + [anon_sym___attribute] = ACTIONS(5586), + [anon_sym_LBRACE] = ACTIONS(5588), + [anon_sym_RBRACE] = ACTIONS(5588), + [anon_sym_LBRACK] = ACTIONS(5588), + [anon_sym_RBRACK] = ACTIONS(5588), + [anon_sym_EQ] = ACTIONS(5586), + [anon_sym_COLON] = ACTIONS(5588), + [anon_sym_QMARK] = ACTIONS(5588), + [anon_sym_STAR_EQ] = ACTIONS(5588), + [anon_sym_SLASH_EQ] = ACTIONS(5588), + [anon_sym_PERCENT_EQ] = ACTIONS(5588), + [anon_sym_PLUS_EQ] = ACTIONS(5588), + [anon_sym_DASH_EQ] = ACTIONS(5588), + [anon_sym_LT_LT_EQ] = ACTIONS(5588), + [anon_sym_GT_GT_EQ] = ACTIONS(5588), + [anon_sym_AMP_EQ] = ACTIONS(5588), + [anon_sym_CARET_EQ] = ACTIONS(5588), + [anon_sym_PIPE_EQ] = ACTIONS(5588), + [anon_sym_and_eq] = ACTIONS(5586), + [anon_sym_or_eq] = ACTIONS(5586), + [anon_sym_xor_eq] = ACTIONS(5586), + [anon_sym_LT_EQ_GT] = ACTIONS(5588), + [anon_sym_or] = ACTIONS(5586), + [anon_sym_and] = ACTIONS(5586), + [anon_sym_bitor] = ACTIONS(5586), + [anon_sym_xor] = ACTIONS(5586), + [anon_sym_bitand] = ACTIONS(5586), + [anon_sym_not_eq] = ACTIONS(5586), + [anon_sym_DASH_DASH] = ACTIONS(5588), + [anon_sym_PLUS_PLUS] = ACTIONS(5588), + [anon_sym_DOT] = ACTIONS(5586), + [anon_sym_DOT_STAR] = ACTIONS(5588), + [anon_sym_DASH_GT] = ACTIONS(5588), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5586), + [anon_sym_decltype] = ACTIONS(5586), + }, + [2219] = { + [sym_identifier] = ACTIONS(5484), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5486), + [anon_sym_COMMA] = ACTIONS(5486), + [anon_sym_RPAREN] = ACTIONS(5486), + [aux_sym_preproc_if_token2] = ACTIONS(5486), + [aux_sym_preproc_else_token1] = ACTIONS(5486), + [aux_sym_preproc_elif_token1] = ACTIONS(5484), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5486), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5486), + [anon_sym_LPAREN2] = ACTIONS(5486), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_STAR] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5484), + [anon_sym_PERCENT] = ACTIONS(5484), + [anon_sym_PIPE_PIPE] = ACTIONS(5486), + [anon_sym_AMP_AMP] = ACTIONS(5486), + [anon_sym_PIPE] = ACTIONS(5484), + [anon_sym_CARET] = ACTIONS(5484), + [anon_sym_AMP] = ACTIONS(5484), + [anon_sym_EQ_EQ] = ACTIONS(5486), + [anon_sym_BANG_EQ] = ACTIONS(5486), + [anon_sym_GT] = ACTIONS(5484), + [anon_sym_GT_EQ] = ACTIONS(5486), + [anon_sym_LT_EQ] = ACTIONS(5484), + [anon_sym_LT] = ACTIONS(5484), + [anon_sym_LT_LT] = ACTIONS(5484), + [anon_sym_GT_GT] = ACTIONS(5484), + [anon_sym_SEMI] = ACTIONS(5486), + [anon_sym___attribute__] = ACTIONS(5484), + [anon_sym___attribute] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(5486), + [anon_sym_LBRACK] = ACTIONS(5486), + [anon_sym_RBRACK] = ACTIONS(5486), + [anon_sym_EQ] = ACTIONS(5484), + [anon_sym_COLON] = ACTIONS(5486), + [anon_sym_QMARK] = ACTIONS(5486), + [anon_sym_STAR_EQ] = ACTIONS(5486), + [anon_sym_SLASH_EQ] = ACTIONS(5486), + [anon_sym_PERCENT_EQ] = ACTIONS(5486), + [anon_sym_PLUS_EQ] = ACTIONS(5486), + [anon_sym_DASH_EQ] = ACTIONS(5486), + [anon_sym_LT_LT_EQ] = ACTIONS(5486), + [anon_sym_GT_GT_EQ] = ACTIONS(5486), + [anon_sym_AMP_EQ] = ACTIONS(5486), + [anon_sym_CARET_EQ] = ACTIONS(5486), + [anon_sym_PIPE_EQ] = ACTIONS(5486), + [anon_sym_and_eq] = ACTIONS(5484), + [anon_sym_or_eq] = ACTIONS(5484), + [anon_sym_xor_eq] = ACTIONS(5484), + [anon_sym_LT_EQ_GT] = ACTIONS(5486), + [anon_sym_or] = ACTIONS(5484), + [anon_sym_and] = ACTIONS(5484), + [anon_sym_bitor] = ACTIONS(5484), + [anon_sym_xor] = ACTIONS(5484), + [anon_sym_bitand] = ACTIONS(5484), + [anon_sym_not_eq] = ACTIONS(5484), + [anon_sym_DASH_DASH] = ACTIONS(5486), + [anon_sym_PLUS_PLUS] = ACTIONS(5486), + [anon_sym_DOT] = ACTIONS(5484), + [anon_sym_DOT_STAR] = ACTIONS(5486), + [anon_sym_DASH_GT] = ACTIONS(5486), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5484), + [anon_sym_decltype] = ACTIONS(5484), }, - [2167] = { - [sym_decltype_auto] = STATE(2294), - [sym_identifier] = ACTIONS(5357), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5359), - [anon_sym_COMMA] = ACTIONS(5359), - [anon_sym_RPAREN] = ACTIONS(5359), - [aux_sym_preproc_if_token2] = ACTIONS(5359), - [aux_sym_preproc_else_token1] = ACTIONS(5359), - [aux_sym_preproc_elif_token1] = ACTIONS(5357), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5359), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5359), - [anon_sym_LPAREN2] = ACTIONS(5359), - [anon_sym_DASH] = ACTIONS(5357), - [anon_sym_PLUS] = ACTIONS(5357), - [anon_sym_STAR] = ACTIONS(5357), - [anon_sym_SLASH] = ACTIONS(5357), - [anon_sym_PERCENT] = ACTIONS(5357), - [anon_sym_PIPE_PIPE] = ACTIONS(5359), - [anon_sym_AMP_AMP] = ACTIONS(5359), - [anon_sym_PIPE] = ACTIONS(5357), - [anon_sym_CARET] = ACTIONS(5357), - [anon_sym_AMP] = ACTIONS(5357), - [anon_sym_EQ_EQ] = ACTIONS(5359), - [anon_sym_BANG_EQ] = ACTIONS(5359), - [anon_sym_GT] = ACTIONS(5357), - [anon_sym_GT_EQ] = ACTIONS(5359), - [anon_sym_LT_EQ] = ACTIONS(5357), - [anon_sym_LT] = ACTIONS(5357), - [anon_sym_LT_LT] = ACTIONS(5357), - [anon_sym_GT_GT] = ACTIONS(5357), - [anon_sym_SEMI] = ACTIONS(5359), - [anon_sym___attribute__] = ACTIONS(5357), - [anon_sym___attribute] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(5359), - [anon_sym_LBRACK] = ACTIONS(5359), - [anon_sym_RBRACK] = ACTIONS(5359), - [anon_sym_EQ] = ACTIONS(5357), - [anon_sym_COLON] = ACTIONS(5359), - [anon_sym_QMARK] = ACTIONS(5359), - [anon_sym_STAR_EQ] = ACTIONS(5359), - [anon_sym_SLASH_EQ] = ACTIONS(5359), - [anon_sym_PERCENT_EQ] = ACTIONS(5359), - [anon_sym_PLUS_EQ] = ACTIONS(5359), - [anon_sym_DASH_EQ] = ACTIONS(5359), - [anon_sym_LT_LT_EQ] = ACTIONS(5359), - [anon_sym_GT_GT_EQ] = ACTIONS(5359), - [anon_sym_AMP_EQ] = ACTIONS(5359), - [anon_sym_CARET_EQ] = ACTIONS(5359), - [anon_sym_PIPE_EQ] = ACTIONS(5359), - [anon_sym_and_eq] = ACTIONS(5357), - [anon_sym_or_eq] = ACTIONS(5357), - [anon_sym_xor_eq] = ACTIONS(5357), - [anon_sym_LT_EQ_GT] = ACTIONS(5359), - [anon_sym_or] = ACTIONS(5357), - [anon_sym_and] = ACTIONS(5357), - [anon_sym_bitor] = ACTIONS(5357), - [anon_sym_xor] = ACTIONS(5357), - [anon_sym_bitand] = ACTIONS(5357), - [anon_sym_not_eq] = ACTIONS(5357), - [anon_sym_DASH_DASH] = ACTIONS(5359), - [anon_sym_PLUS_PLUS] = ACTIONS(5359), - [anon_sym_DOT] = ACTIONS(5357), - [anon_sym_DOT_STAR] = ACTIONS(5359), - [anon_sym_DASH_GT] = ACTIONS(5359), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5770), - [anon_sym_decltype] = ACTIONS(5772), + [2220] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5750), + [anon_sym_COMMA] = ACTIONS(5750), + [anon_sym_LPAREN2] = ACTIONS(5750), + [anon_sym_DASH] = ACTIONS(5752), + [anon_sym_PLUS] = ACTIONS(5752), + [anon_sym_STAR] = ACTIONS(5750), + [anon_sym_SLASH] = ACTIONS(5752), + [anon_sym_PERCENT] = ACTIONS(5750), + [anon_sym_PIPE_PIPE] = ACTIONS(5750), + [anon_sym_AMP_AMP] = ACTIONS(5750), + [anon_sym_PIPE] = ACTIONS(5752), + [anon_sym_CARET] = ACTIONS(5750), + [anon_sym_AMP] = ACTIONS(5752), + [anon_sym_EQ_EQ] = ACTIONS(5750), + [anon_sym_BANG_EQ] = ACTIONS(5750), + [anon_sym_GT] = ACTIONS(5752), + [anon_sym_GT_EQ] = ACTIONS(5752), + [anon_sym_LT_EQ] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5752), + [anon_sym_LT_LT] = ACTIONS(5750), + [anon_sym_GT_GT] = ACTIONS(5752), + [anon_sym___extension__] = ACTIONS(5750), + [anon_sym___attribute__] = ACTIONS(5750), + [anon_sym___attribute] = ACTIONS(5752), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5750), + [anon_sym_const] = ACTIONS(5752), + [anon_sym_constexpr] = ACTIONS(5750), + [anon_sym_volatile] = ACTIONS(5750), + [anon_sym_restrict] = ACTIONS(5750), + [anon_sym___restrict__] = ACTIONS(5750), + [anon_sym__Atomic] = ACTIONS(5750), + [anon_sym__Noreturn] = ACTIONS(5750), + [anon_sym_noreturn] = ACTIONS(5750), + [anon_sym__Nonnull] = ACTIONS(5750), + [anon_sym_mutable] = ACTIONS(5750), + [anon_sym_constinit] = ACTIONS(5750), + [anon_sym_consteval] = ACTIONS(5750), + [anon_sym_PROGMEM] = ACTIONS(5750), + [anon_sym_alignas] = ACTIONS(5750), + [anon_sym__Alignas] = ACTIONS(5750), + [anon_sym_QMARK] = ACTIONS(5750), + [anon_sym_LT_EQ_GT] = ACTIONS(5750), + [anon_sym_or] = ACTIONS(5750), + [anon_sym_and] = ACTIONS(5750), + [anon_sym_bitor] = ACTIONS(5750), + [anon_sym_xor] = ACTIONS(5750), + [anon_sym_bitand] = ACTIONS(5750), + [anon_sym_not_eq] = ACTIONS(5750), + [anon_sym_DASH_DASH] = ACTIONS(5750), + [anon_sym_PLUS_PLUS] = ACTIONS(5750), + [anon_sym_DOT] = ACTIONS(5752), + [anon_sym_DOT_STAR] = ACTIONS(5750), + [anon_sym_DASH_GT] = ACTIONS(5750), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5750), + [anon_sym_decltype] = ACTIONS(5750), + [anon_sym_final] = ACTIONS(5750), + [anon_sym_override] = ACTIONS(5750), + [anon_sym_GT2] = ACTIONS(5750), + [anon_sym_requires] = ACTIONS(5750), }, - [2168] = { - [sym_attribute_specifier] = STATE(2214), - [sym_identifier] = ACTIONS(5994), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5996), - [anon_sym_COMMA] = ACTIONS(5996), - [anon_sym_RPAREN] = ACTIONS(5996), - [aux_sym_preproc_if_token2] = ACTIONS(5996), - [aux_sym_preproc_else_token1] = ACTIONS(5996), - [aux_sym_preproc_elif_token1] = ACTIONS(5994), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5996), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5996), - [anon_sym_LPAREN2] = ACTIONS(5996), - [anon_sym_DASH] = ACTIONS(5994), - [anon_sym_PLUS] = ACTIONS(5994), - [anon_sym_STAR] = ACTIONS(5994), - [anon_sym_SLASH] = ACTIONS(5994), - [anon_sym_PERCENT] = ACTIONS(5994), - [anon_sym_PIPE_PIPE] = ACTIONS(5996), - [anon_sym_AMP_AMP] = ACTIONS(5996), - [anon_sym_PIPE] = ACTIONS(5994), - [anon_sym_CARET] = ACTIONS(5994), - [anon_sym_AMP] = ACTIONS(5994), - [anon_sym_EQ_EQ] = ACTIONS(5996), - [anon_sym_BANG_EQ] = ACTIONS(5996), - [anon_sym_GT] = ACTIONS(5994), - [anon_sym_GT_EQ] = ACTIONS(5996), - [anon_sym_LT_EQ] = ACTIONS(5994), - [anon_sym_LT] = ACTIONS(5994), - [anon_sym_LT_LT] = ACTIONS(5994), - [anon_sym_GT_GT] = ACTIONS(5994), - [anon_sym_SEMI] = ACTIONS(5996), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5996), - [anon_sym_RBRACE] = ACTIONS(5996), - [anon_sym_LBRACK] = ACTIONS(5996), - [anon_sym_RBRACK] = ACTIONS(5996), - [anon_sym_EQ] = ACTIONS(5994), - [anon_sym_COLON] = ACTIONS(5996), - [anon_sym_QMARK] = ACTIONS(5996), - [anon_sym_STAR_EQ] = ACTIONS(5996), - [anon_sym_SLASH_EQ] = ACTIONS(5996), - [anon_sym_PERCENT_EQ] = ACTIONS(5996), - [anon_sym_PLUS_EQ] = ACTIONS(5996), - [anon_sym_DASH_EQ] = ACTIONS(5996), - [anon_sym_LT_LT_EQ] = ACTIONS(5996), - [anon_sym_GT_GT_EQ] = ACTIONS(5996), - [anon_sym_AMP_EQ] = ACTIONS(5996), - [anon_sym_CARET_EQ] = ACTIONS(5996), - [anon_sym_PIPE_EQ] = ACTIONS(5996), - [anon_sym_and_eq] = ACTIONS(5994), - [anon_sym_or_eq] = ACTIONS(5994), - [anon_sym_xor_eq] = ACTIONS(5994), - [anon_sym_LT_EQ_GT] = ACTIONS(5996), - [anon_sym_or] = ACTIONS(5994), - [anon_sym_and] = ACTIONS(5994), - [anon_sym_bitor] = ACTIONS(5994), - [anon_sym_xor] = ACTIONS(5994), - [anon_sym_bitand] = ACTIONS(5994), - [anon_sym_not_eq] = ACTIONS(5994), - [anon_sym_DASH_DASH] = ACTIONS(5996), - [anon_sym_PLUS_PLUS] = ACTIONS(5996), - [anon_sym_DOT] = ACTIONS(5994), - [anon_sym_DOT_STAR] = ACTIONS(5996), - [anon_sym_DASH_GT] = ACTIONS(5996), + [2221] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), + [anon_sym_COMMA] = ACTIONS(5756), + [anon_sym_LPAREN2] = ACTIONS(5756), + [anon_sym_DASH] = ACTIONS(5758), + [anon_sym_PLUS] = ACTIONS(5758), + [anon_sym_STAR] = ACTIONS(5756), + [anon_sym_SLASH] = ACTIONS(5758), + [anon_sym_PERCENT] = ACTIONS(5756), + [anon_sym_PIPE_PIPE] = ACTIONS(5756), + [anon_sym_AMP_AMP] = ACTIONS(5756), + [anon_sym_PIPE] = ACTIONS(5758), + [anon_sym_CARET] = ACTIONS(5756), + [anon_sym_AMP] = ACTIONS(5758), + [anon_sym_EQ_EQ] = ACTIONS(5756), + [anon_sym_BANG_EQ] = ACTIONS(5756), + [anon_sym_GT] = ACTIONS(5758), + [anon_sym_GT_EQ] = ACTIONS(5758), + [anon_sym_LT_EQ] = ACTIONS(5758), + [anon_sym_LT] = ACTIONS(5758), + [anon_sym_LT_LT] = ACTIONS(5756), + [anon_sym_GT_GT] = ACTIONS(5758), + [anon_sym___extension__] = ACTIONS(5756), + [anon_sym___attribute__] = ACTIONS(5756), + [anon_sym___attribute] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(5756), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5756), + [anon_sym_const] = ACTIONS(5758), + [anon_sym_constexpr] = ACTIONS(5756), + [anon_sym_volatile] = ACTIONS(5756), + [anon_sym_restrict] = ACTIONS(5756), + [anon_sym___restrict__] = ACTIONS(5756), + [anon_sym__Atomic] = ACTIONS(5756), + [anon_sym__Noreturn] = ACTIONS(5756), + [anon_sym_noreturn] = ACTIONS(5756), + [anon_sym__Nonnull] = ACTIONS(5756), + [anon_sym_mutable] = ACTIONS(5756), + [anon_sym_constinit] = ACTIONS(5756), + [anon_sym_consteval] = ACTIONS(5756), + [anon_sym_PROGMEM] = ACTIONS(5756), + [anon_sym_alignas] = ACTIONS(5756), + [anon_sym__Alignas] = ACTIONS(5756), + [anon_sym_QMARK] = ACTIONS(5756), + [anon_sym_LT_EQ_GT] = ACTIONS(5756), + [anon_sym_or] = ACTIONS(5756), + [anon_sym_and] = ACTIONS(5756), + [anon_sym_bitor] = ACTIONS(5756), + [anon_sym_xor] = ACTIONS(5756), + [anon_sym_bitand] = ACTIONS(5756), + [anon_sym_not_eq] = ACTIONS(5756), + [anon_sym_DASH_DASH] = ACTIONS(5756), + [anon_sym_PLUS_PLUS] = ACTIONS(5756), + [anon_sym_DOT] = ACTIONS(5758), + [anon_sym_DOT_STAR] = ACTIONS(5756), + [anon_sym_DASH_GT] = ACTIONS(5756), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5994), - [anon_sym_decltype] = ACTIONS(5994), + [sym_auto] = ACTIONS(5756), + [anon_sym_decltype] = ACTIONS(5756), + [anon_sym_final] = ACTIONS(5756), + [anon_sym_override] = ACTIONS(5756), + [anon_sym_GT2] = ACTIONS(5756), + [anon_sym_requires] = ACTIONS(5756), }, - [2169] = { - [sym_string_literal] = STATE(2154), - [sym_raw_string_literal] = STATE(2154), - [aux_sym_concatenated_string_repeat1] = STATE(2154), - [sym_identifier] = ACTIONS(5998), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5301), - [anon_sym_COMMA] = ACTIONS(5301), - [anon_sym_RPAREN] = ACTIONS(5301), - [anon_sym_LPAREN2] = ACTIONS(5301), - [anon_sym_DASH] = ACTIONS(5303), - [anon_sym_PLUS] = ACTIONS(5303), - [anon_sym_STAR] = ACTIONS(5303), - [anon_sym_SLASH] = ACTIONS(5303), - [anon_sym_PERCENT] = ACTIONS(5303), - [anon_sym_PIPE_PIPE] = ACTIONS(5301), - [anon_sym_AMP_AMP] = ACTIONS(5301), - [anon_sym_PIPE] = ACTIONS(5303), - [anon_sym_CARET] = ACTIONS(5303), - [anon_sym_AMP] = ACTIONS(5303), - [anon_sym_EQ_EQ] = ACTIONS(5301), - [anon_sym_BANG_EQ] = ACTIONS(5301), - [anon_sym_GT] = ACTIONS(5303), - [anon_sym_GT_EQ] = ACTIONS(5301), - [anon_sym_LT_EQ] = ACTIONS(5303), - [anon_sym_LT] = ACTIONS(5303), - [anon_sym_LT_LT] = ACTIONS(5303), - [anon_sym_GT_GT] = ACTIONS(5303), - [anon_sym_LBRACK] = ACTIONS(5301), - [anon_sym_EQ] = ACTIONS(5303), - [anon_sym_QMARK] = ACTIONS(5301), - [anon_sym_STAR_EQ] = ACTIONS(5301), - [anon_sym_SLASH_EQ] = ACTIONS(5301), - [anon_sym_PERCENT_EQ] = ACTIONS(5301), - [anon_sym_PLUS_EQ] = ACTIONS(5301), - [anon_sym_DASH_EQ] = ACTIONS(5301), - [anon_sym_LT_LT_EQ] = ACTIONS(5301), - [anon_sym_GT_GT_EQ] = ACTIONS(5301), - [anon_sym_AMP_EQ] = ACTIONS(5301), - [anon_sym_CARET_EQ] = ACTIONS(5301), - [anon_sym_PIPE_EQ] = ACTIONS(5301), - [anon_sym_and_eq] = ACTIONS(5303), - [anon_sym_or_eq] = ACTIONS(5303), - [anon_sym_xor_eq] = ACTIONS(5303), - [anon_sym_LT_EQ_GT] = ACTIONS(5301), - [anon_sym_or] = ACTIONS(5303), - [anon_sym_and] = ACTIONS(5303), - [anon_sym_bitor] = ACTIONS(5303), - [anon_sym_xor] = ACTIONS(5303), - [anon_sym_bitand] = ACTIONS(5303), - [anon_sym_not_eq] = ACTIONS(5303), - [anon_sym_DASH_DASH] = ACTIONS(5301), - [anon_sym_PLUS_PLUS] = ACTIONS(5301), - [anon_sym_DOT] = ACTIONS(5303), - [anon_sym_DOT_STAR] = ACTIONS(5301), - [anon_sym_DASH_GT] = ACTIONS(5303), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [2222] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), + [anon_sym_COMMA] = ACTIONS(5760), + [anon_sym_LPAREN2] = ACTIONS(5760), + [anon_sym_DASH] = ACTIONS(5762), + [anon_sym_PLUS] = ACTIONS(5762), + [anon_sym_STAR] = ACTIONS(5760), + [anon_sym_SLASH] = ACTIONS(5762), + [anon_sym_PERCENT] = ACTIONS(5760), + [anon_sym_PIPE_PIPE] = ACTIONS(5760), + [anon_sym_AMP_AMP] = ACTIONS(5760), + [anon_sym_PIPE] = ACTIONS(5762), + [anon_sym_CARET] = ACTIONS(5760), + [anon_sym_AMP] = ACTIONS(5762), + [anon_sym_EQ_EQ] = ACTIONS(5760), + [anon_sym_BANG_EQ] = ACTIONS(5760), + [anon_sym_GT] = ACTIONS(5762), + [anon_sym_GT_EQ] = ACTIONS(5762), + [anon_sym_LT_EQ] = ACTIONS(5762), + [anon_sym_LT] = ACTIONS(5762), + [anon_sym_LT_LT] = ACTIONS(5760), + [anon_sym_GT_GT] = ACTIONS(5762), + [anon_sym___extension__] = ACTIONS(5760), + [anon_sym___attribute__] = ACTIONS(5760), + [anon_sym___attribute] = ACTIONS(5762), + [anon_sym_LBRACE] = ACTIONS(5760), + [anon_sym_signed] = ACTIONS(6099), + [anon_sym_unsigned] = ACTIONS(6099), + [anon_sym_long] = ACTIONS(6099), + [anon_sym_short] = ACTIONS(6099), + [anon_sym_LBRACK] = ACTIONS(5760), + [anon_sym_const] = ACTIONS(5762), + [anon_sym_constexpr] = ACTIONS(5760), + [anon_sym_volatile] = ACTIONS(5760), + [anon_sym_restrict] = ACTIONS(5760), + [anon_sym___restrict__] = ACTIONS(5760), + [anon_sym__Atomic] = ACTIONS(5760), + [anon_sym__Noreturn] = ACTIONS(5760), + [anon_sym_noreturn] = ACTIONS(5760), + [anon_sym__Nonnull] = ACTIONS(5760), + [anon_sym_mutable] = ACTIONS(5760), + [anon_sym_constinit] = ACTIONS(5760), + [anon_sym_consteval] = ACTIONS(5760), + [anon_sym_PROGMEM] = ACTIONS(5760), + [anon_sym_alignas] = ACTIONS(5760), + [anon_sym__Alignas] = ACTIONS(5760), + [anon_sym_QMARK] = ACTIONS(5760), + [anon_sym_LT_EQ_GT] = ACTIONS(5760), + [anon_sym_or] = ACTIONS(5760), + [anon_sym_and] = ACTIONS(5760), + [anon_sym_bitor] = ACTIONS(5760), + [anon_sym_xor] = ACTIONS(5760), + [anon_sym_bitand] = ACTIONS(5760), + [anon_sym_not_eq] = ACTIONS(5760), + [anon_sym_DASH_DASH] = ACTIONS(5760), + [anon_sym_PLUS_PLUS] = ACTIONS(5760), + [anon_sym_DOT] = ACTIONS(5762), + [anon_sym_DOT_STAR] = ACTIONS(5760), + [anon_sym_DASH_GT] = ACTIONS(5760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5760), + [anon_sym_decltype] = ACTIONS(5760), + [anon_sym_final] = ACTIONS(5760), + [anon_sym_override] = ACTIONS(5760), + [anon_sym_GT2] = ACTIONS(5760), + [anon_sym_requires] = ACTIONS(5760), + }, + [2223] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2232), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5766), + [anon_sym_COMMA] = ACTIONS(5766), + [anon_sym_LPAREN2] = ACTIONS(5766), + [anon_sym_DASH] = ACTIONS(5768), + [anon_sym_PLUS] = ACTIONS(5768), + [anon_sym_STAR] = ACTIONS(5766), + [anon_sym_SLASH] = ACTIONS(5768), + [anon_sym_PERCENT] = ACTIONS(5766), + [anon_sym_PIPE_PIPE] = ACTIONS(5766), + [anon_sym_AMP_AMP] = ACTIONS(5766), + [anon_sym_PIPE] = ACTIONS(5768), + [anon_sym_CARET] = ACTIONS(5766), + [anon_sym_AMP] = ACTIONS(5768), + [anon_sym_EQ_EQ] = ACTIONS(5766), + [anon_sym_BANG_EQ] = ACTIONS(5766), + [anon_sym_GT] = ACTIONS(5768), + [anon_sym_GT_EQ] = ACTIONS(5768), + [anon_sym_LT_EQ] = ACTIONS(5768), + [anon_sym_LT] = ACTIONS(5768), + [anon_sym_LT_LT] = ACTIONS(5766), + [anon_sym_GT_GT] = ACTIONS(5768), + [anon_sym___extension__] = ACTIONS(5766), + [anon_sym___attribute__] = ACTIONS(5766), + [anon_sym___attribute] = ACTIONS(5768), + [anon_sym_LBRACE] = ACTIONS(5766), + [anon_sym_signed] = ACTIONS(6101), + [anon_sym_unsigned] = ACTIONS(6101), + [anon_sym_long] = ACTIONS(6101), + [anon_sym_short] = ACTIONS(6101), + [anon_sym_LBRACK] = ACTIONS(5766), + [anon_sym_const] = ACTIONS(5768), + [anon_sym_constexpr] = ACTIONS(5766), + [anon_sym_volatile] = ACTIONS(5766), + [anon_sym_restrict] = ACTIONS(5766), + [anon_sym___restrict__] = ACTIONS(5766), + [anon_sym__Atomic] = ACTIONS(5766), + [anon_sym__Noreturn] = ACTIONS(5766), + [anon_sym_noreturn] = ACTIONS(5766), + [anon_sym__Nonnull] = ACTIONS(5766), + [anon_sym_mutable] = ACTIONS(5766), + [anon_sym_constinit] = ACTIONS(5766), + [anon_sym_consteval] = ACTIONS(5766), + [anon_sym_PROGMEM] = ACTIONS(5766), + [anon_sym_alignas] = ACTIONS(5766), + [anon_sym__Alignas] = ACTIONS(5766), + [anon_sym_QMARK] = ACTIONS(5766), + [anon_sym_LT_EQ_GT] = ACTIONS(5766), + [anon_sym_or] = ACTIONS(5766), + [anon_sym_and] = ACTIONS(5766), + [anon_sym_bitor] = ACTIONS(5766), + [anon_sym_xor] = ACTIONS(5766), + [anon_sym_bitand] = ACTIONS(5766), + [anon_sym_not_eq] = ACTIONS(5766), + [anon_sym_DASH_DASH] = ACTIONS(5766), + [anon_sym_PLUS_PLUS] = ACTIONS(5766), + [anon_sym_DOT] = ACTIONS(5768), + [anon_sym_DOT_STAR] = ACTIONS(5766), + [anon_sym_DASH_GT] = ACTIONS(5766), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5766), + [anon_sym_decltype] = ACTIONS(5766), + [anon_sym_final] = ACTIONS(5766), + [anon_sym_override] = ACTIONS(5766), + [anon_sym_GT2] = ACTIONS(5766), + [anon_sym_requires] = ACTIONS(5766), + }, + [2224] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5778), + [anon_sym_COMMA] = ACTIONS(5778), + [anon_sym_LPAREN2] = ACTIONS(5778), + [anon_sym_DASH] = ACTIONS(5780), + [anon_sym_PLUS] = ACTIONS(5780), + [anon_sym_STAR] = ACTIONS(5778), + [anon_sym_SLASH] = ACTIONS(5780), + [anon_sym_PERCENT] = ACTIONS(5778), + [anon_sym_PIPE_PIPE] = ACTIONS(5778), + [anon_sym_AMP_AMP] = ACTIONS(5778), + [anon_sym_PIPE] = ACTIONS(5780), + [anon_sym_CARET] = ACTIONS(5778), + [anon_sym_AMP] = ACTIONS(5780), + [anon_sym_EQ_EQ] = ACTIONS(5778), + [anon_sym_BANG_EQ] = ACTIONS(5778), + [anon_sym_GT] = ACTIONS(5780), + [anon_sym_GT_EQ] = ACTIONS(5780), + [anon_sym_LT_EQ] = ACTIONS(5780), + [anon_sym_LT] = ACTIONS(5780), + [anon_sym_LT_LT] = ACTIONS(5778), + [anon_sym_GT_GT] = ACTIONS(5780), + [anon_sym___extension__] = ACTIONS(5778), + [anon_sym___attribute__] = ACTIONS(5778), + [anon_sym___attribute] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5778), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5778), + [anon_sym_const] = ACTIONS(5780), + [anon_sym_constexpr] = ACTIONS(5778), + [anon_sym_volatile] = ACTIONS(5778), + [anon_sym_restrict] = ACTIONS(5778), + [anon_sym___restrict__] = ACTIONS(5778), + [anon_sym__Atomic] = ACTIONS(5778), + [anon_sym__Noreturn] = ACTIONS(5778), + [anon_sym_noreturn] = ACTIONS(5778), + [anon_sym__Nonnull] = ACTIONS(5778), + [anon_sym_mutable] = ACTIONS(5778), + [anon_sym_constinit] = ACTIONS(5778), + [anon_sym_consteval] = ACTIONS(5778), + [anon_sym_PROGMEM] = ACTIONS(5778), + [anon_sym_alignas] = ACTIONS(5778), + [anon_sym__Alignas] = ACTIONS(5778), + [anon_sym_QMARK] = ACTIONS(5778), + [anon_sym_LT_EQ_GT] = ACTIONS(5778), + [anon_sym_or] = ACTIONS(5778), + [anon_sym_and] = ACTIONS(5778), + [anon_sym_bitor] = ACTIONS(5778), + [anon_sym_xor] = ACTIONS(5778), + [anon_sym_bitand] = ACTIONS(5778), + [anon_sym_not_eq] = ACTIONS(5778), + [anon_sym_DASH_DASH] = ACTIONS(5778), + [anon_sym_PLUS_PLUS] = ACTIONS(5778), + [anon_sym_DOT] = ACTIONS(5780), + [anon_sym_DOT_STAR] = ACTIONS(5778), + [anon_sym_DASH_GT] = ACTIONS(5778), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5778), + [anon_sym_decltype] = ACTIONS(5778), + [anon_sym_final] = ACTIONS(5778), + [anon_sym_override] = ACTIONS(5778), + [anon_sym_GT2] = ACTIONS(5778), + [anon_sym_requires] = ACTIONS(5778), + }, + [2225] = { + [sym_identifier] = ACTIONS(6103), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6105), + [anon_sym_COMMA] = ACTIONS(6105), + [anon_sym_RPAREN] = ACTIONS(6105), + [aux_sym_preproc_if_token2] = ACTIONS(6105), + [aux_sym_preproc_else_token1] = ACTIONS(6105), + [aux_sym_preproc_elif_token1] = ACTIONS(6103), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6105), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6105), + [anon_sym_LPAREN2] = ACTIONS(6105), + [anon_sym_DASH] = ACTIONS(6103), + [anon_sym_PLUS] = ACTIONS(6103), + [anon_sym_STAR] = ACTIONS(6103), + [anon_sym_SLASH] = ACTIONS(6103), + [anon_sym_PERCENT] = ACTIONS(6103), + [anon_sym_PIPE_PIPE] = ACTIONS(6105), + [anon_sym_AMP_AMP] = ACTIONS(6105), + [anon_sym_PIPE] = ACTIONS(6103), + [anon_sym_CARET] = ACTIONS(6103), + [anon_sym_AMP] = ACTIONS(6103), + [anon_sym_EQ_EQ] = ACTIONS(6105), + [anon_sym_BANG_EQ] = ACTIONS(6105), + [anon_sym_GT] = ACTIONS(6103), + [anon_sym_GT_EQ] = ACTIONS(6105), + [anon_sym_LT_EQ] = ACTIONS(6103), + [anon_sym_LT] = ACTIONS(6103), + [anon_sym_LT_LT] = ACTIONS(6103), + [anon_sym_GT_GT] = ACTIONS(6103), + [anon_sym_SEMI] = ACTIONS(6105), + [anon_sym___attribute__] = ACTIONS(6103), + [anon_sym___attribute] = ACTIONS(6103), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6105), + [anon_sym_LBRACE] = ACTIONS(6105), + [anon_sym_RBRACE] = ACTIONS(6105), + [anon_sym_LBRACK] = ACTIONS(6103), + [anon_sym_RBRACK] = ACTIONS(6105), + [anon_sym_EQ] = ACTIONS(6103), + [anon_sym_COLON] = ACTIONS(6105), + [anon_sym_QMARK] = ACTIONS(6105), + [anon_sym_STAR_EQ] = ACTIONS(6105), + [anon_sym_SLASH_EQ] = ACTIONS(6105), + [anon_sym_PERCENT_EQ] = ACTIONS(6105), + [anon_sym_PLUS_EQ] = ACTIONS(6105), + [anon_sym_DASH_EQ] = ACTIONS(6105), + [anon_sym_LT_LT_EQ] = ACTIONS(6105), + [anon_sym_GT_GT_EQ] = ACTIONS(6105), + [anon_sym_AMP_EQ] = ACTIONS(6105), + [anon_sym_CARET_EQ] = ACTIONS(6105), + [anon_sym_PIPE_EQ] = ACTIONS(6105), + [anon_sym_and_eq] = ACTIONS(6103), + [anon_sym_or_eq] = ACTIONS(6103), + [anon_sym_xor_eq] = ACTIONS(6103), + [anon_sym_LT_EQ_GT] = ACTIONS(6105), + [anon_sym_or] = ACTIONS(6103), + [anon_sym_and] = ACTIONS(6103), + [anon_sym_bitor] = ACTIONS(6103), + [anon_sym_xor] = ACTIONS(6103), + [anon_sym_bitand] = ACTIONS(6103), + [anon_sym_not_eq] = ACTIONS(6103), + [anon_sym_DASH_DASH] = ACTIONS(6105), + [anon_sym_PLUS_PLUS] = ACTIONS(6105), + [anon_sym_DOT] = ACTIONS(6103), + [anon_sym_DOT_STAR] = ACTIONS(6105), + [anon_sym_DASH_GT] = ACTIONS(6105), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6103), + }, + [2226] = { + [sym_identifier] = ACTIONS(5594), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5596), + [anon_sym_COMMA] = ACTIONS(5596), + [anon_sym_RPAREN] = ACTIONS(5596), + [aux_sym_preproc_if_token2] = ACTIONS(5596), + [aux_sym_preproc_else_token1] = ACTIONS(5596), + [aux_sym_preproc_elif_token1] = ACTIONS(5594), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5596), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5596), + [anon_sym_LPAREN2] = ACTIONS(5596), + [anon_sym_DASH] = ACTIONS(5594), + [anon_sym_PLUS] = ACTIONS(5594), + [anon_sym_STAR] = ACTIONS(5594), + [anon_sym_SLASH] = ACTIONS(5594), + [anon_sym_PERCENT] = ACTIONS(5594), + [anon_sym_PIPE_PIPE] = ACTIONS(5596), + [anon_sym_AMP_AMP] = ACTIONS(5596), + [anon_sym_PIPE] = ACTIONS(5594), + [anon_sym_CARET] = ACTIONS(5594), + [anon_sym_AMP] = ACTIONS(5594), + [anon_sym_EQ_EQ] = ACTIONS(5596), + [anon_sym_BANG_EQ] = ACTIONS(5596), + [anon_sym_GT] = ACTIONS(5594), + [anon_sym_GT_EQ] = ACTIONS(5596), + [anon_sym_LT_EQ] = ACTIONS(5594), + [anon_sym_LT] = ACTIONS(5594), + [anon_sym_LT_LT] = ACTIONS(5594), + [anon_sym_GT_GT] = ACTIONS(5594), + [anon_sym_SEMI] = ACTIONS(5596), + [anon_sym___attribute__] = ACTIONS(5594), + [anon_sym___attribute] = ACTIONS(5594), + [anon_sym_LBRACE] = ACTIONS(5596), + [anon_sym_RBRACE] = ACTIONS(5596), + [anon_sym_LBRACK] = ACTIONS(5596), + [anon_sym_RBRACK] = ACTIONS(5596), + [anon_sym_EQ] = ACTIONS(5594), + [anon_sym_COLON] = ACTIONS(5596), + [anon_sym_QMARK] = ACTIONS(5596), + [anon_sym_STAR_EQ] = ACTIONS(5596), + [anon_sym_SLASH_EQ] = ACTIONS(5596), + [anon_sym_PERCENT_EQ] = ACTIONS(5596), + [anon_sym_PLUS_EQ] = ACTIONS(5596), + [anon_sym_DASH_EQ] = ACTIONS(5596), + [anon_sym_LT_LT_EQ] = ACTIONS(5596), + [anon_sym_GT_GT_EQ] = ACTIONS(5596), + [anon_sym_AMP_EQ] = ACTIONS(5596), + [anon_sym_CARET_EQ] = ACTIONS(5596), + [anon_sym_PIPE_EQ] = ACTIONS(5596), + [anon_sym_and_eq] = ACTIONS(5594), + [anon_sym_or_eq] = ACTIONS(5594), + [anon_sym_xor_eq] = ACTIONS(5594), + [anon_sym_LT_EQ_GT] = ACTIONS(5596), + [anon_sym_or] = ACTIONS(5594), + [anon_sym_and] = ACTIONS(5594), + [anon_sym_bitor] = ACTIONS(5594), + [anon_sym_xor] = ACTIONS(5594), + [anon_sym_bitand] = ACTIONS(5594), + [anon_sym_not_eq] = ACTIONS(5594), + [anon_sym_DASH_DASH] = ACTIONS(5596), + [anon_sym_PLUS_PLUS] = ACTIONS(5596), + [anon_sym_DOT] = ACTIONS(5594), + [anon_sym_DOT_STAR] = ACTIONS(5596), + [anon_sym_DASH_GT] = ACTIONS(5596), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5594), + [anon_sym_decltype] = ACTIONS(5594), + }, + [2227] = { + [sym_identifier] = ACTIONS(5468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5470), + [anon_sym_COMMA] = ACTIONS(5470), + [anon_sym_RPAREN] = ACTIONS(5470), + [aux_sym_preproc_if_token2] = ACTIONS(5470), + [aux_sym_preproc_else_token1] = ACTIONS(5470), + [aux_sym_preproc_elif_token1] = ACTIONS(5468), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5470), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5470), + [anon_sym_LPAREN2] = ACTIONS(5470), + [anon_sym_DASH] = ACTIONS(5468), + [anon_sym_PLUS] = ACTIONS(5468), + [anon_sym_STAR] = ACTIONS(5468), + [anon_sym_SLASH] = ACTIONS(5468), + [anon_sym_PERCENT] = ACTIONS(5468), + [anon_sym_PIPE_PIPE] = ACTIONS(5470), + [anon_sym_AMP_AMP] = ACTIONS(5470), + [anon_sym_PIPE] = ACTIONS(5468), + [anon_sym_CARET] = ACTIONS(5468), + [anon_sym_AMP] = ACTIONS(5468), + [anon_sym_EQ_EQ] = ACTIONS(5470), + [anon_sym_BANG_EQ] = ACTIONS(5470), + [anon_sym_GT] = ACTIONS(5468), + [anon_sym_GT_EQ] = ACTIONS(5470), + [anon_sym_LT_EQ] = ACTIONS(5468), + [anon_sym_LT] = ACTIONS(5468), + [anon_sym_LT_LT] = ACTIONS(5468), + [anon_sym_GT_GT] = ACTIONS(5468), + [anon_sym_SEMI] = ACTIONS(5470), + [anon_sym___attribute__] = ACTIONS(5468), + [anon_sym___attribute] = ACTIONS(5468), + [anon_sym_LBRACE] = ACTIONS(5470), + [anon_sym_RBRACE] = ACTIONS(5470), + [anon_sym_LBRACK] = ACTIONS(5470), + [anon_sym_RBRACK] = ACTIONS(5470), + [anon_sym_EQ] = ACTIONS(5468), + [anon_sym_COLON] = ACTIONS(5470), + [anon_sym_QMARK] = ACTIONS(5470), + [anon_sym_STAR_EQ] = ACTIONS(5470), + [anon_sym_SLASH_EQ] = ACTIONS(5470), + [anon_sym_PERCENT_EQ] = ACTIONS(5470), + [anon_sym_PLUS_EQ] = ACTIONS(5470), + [anon_sym_DASH_EQ] = ACTIONS(5470), + [anon_sym_LT_LT_EQ] = ACTIONS(5470), + [anon_sym_GT_GT_EQ] = ACTIONS(5470), + [anon_sym_AMP_EQ] = ACTIONS(5470), + [anon_sym_CARET_EQ] = ACTIONS(5470), + [anon_sym_PIPE_EQ] = ACTIONS(5470), + [anon_sym_and_eq] = ACTIONS(5468), + [anon_sym_or_eq] = ACTIONS(5468), + [anon_sym_xor_eq] = ACTIONS(5468), + [anon_sym_LT_EQ_GT] = ACTIONS(5470), + [anon_sym_or] = ACTIONS(5468), + [anon_sym_and] = ACTIONS(5468), + [anon_sym_bitor] = ACTIONS(5468), + [anon_sym_xor] = ACTIONS(5468), + [anon_sym_bitand] = ACTIONS(5468), + [anon_sym_not_eq] = ACTIONS(5468), + [anon_sym_DASH_DASH] = ACTIONS(5470), + [anon_sym_PLUS_PLUS] = ACTIONS(5470), + [anon_sym_DOT] = ACTIONS(5468), + [anon_sym_DOT_STAR] = ACTIONS(5470), + [anon_sym_DASH_GT] = ACTIONS(5470), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(5301), - [sym_literal_suffix] = ACTIONS(5303), + [sym_auto] = ACTIONS(5468), + [anon_sym_decltype] = ACTIONS(5468), }, - [2170] = { - [sym_attribute_specifier] = STATE(2251), - [sym_identifier] = ACTIONS(6000), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6002), - [anon_sym_COMMA] = ACTIONS(6002), - [anon_sym_RPAREN] = ACTIONS(6002), - [aux_sym_preproc_if_token2] = ACTIONS(6002), - [aux_sym_preproc_else_token1] = ACTIONS(6002), - [aux_sym_preproc_elif_token1] = ACTIONS(6000), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6002), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6002), - [anon_sym_LPAREN2] = ACTIONS(6002), - [anon_sym_DASH] = ACTIONS(6000), - [anon_sym_PLUS] = ACTIONS(6000), - [anon_sym_STAR] = ACTIONS(6000), - [anon_sym_SLASH] = ACTIONS(6000), - [anon_sym_PERCENT] = ACTIONS(6000), - [anon_sym_PIPE_PIPE] = ACTIONS(6002), - [anon_sym_AMP_AMP] = ACTIONS(6002), - [anon_sym_PIPE] = ACTIONS(6000), - [anon_sym_CARET] = ACTIONS(6000), - [anon_sym_AMP] = ACTIONS(6000), - [anon_sym_EQ_EQ] = ACTIONS(6002), - [anon_sym_BANG_EQ] = ACTIONS(6002), - [anon_sym_GT] = ACTIONS(6000), - [anon_sym_GT_EQ] = ACTIONS(6002), - [anon_sym_LT_EQ] = ACTIONS(6000), - [anon_sym_LT] = ACTIONS(6000), - [anon_sym_LT_LT] = ACTIONS(6000), - [anon_sym_GT_GT] = ACTIONS(6000), - [anon_sym_SEMI] = ACTIONS(6002), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(6002), - [anon_sym_RBRACE] = ACTIONS(6002), - [anon_sym_LBRACK] = ACTIONS(6002), - [anon_sym_RBRACK] = ACTIONS(6002), - [anon_sym_EQ] = ACTIONS(6000), - [anon_sym_COLON] = ACTIONS(6002), - [anon_sym_QMARK] = ACTIONS(6002), - [anon_sym_STAR_EQ] = ACTIONS(6002), - [anon_sym_SLASH_EQ] = ACTIONS(6002), - [anon_sym_PERCENT_EQ] = ACTIONS(6002), - [anon_sym_PLUS_EQ] = ACTIONS(6002), - [anon_sym_DASH_EQ] = ACTIONS(6002), - [anon_sym_LT_LT_EQ] = ACTIONS(6002), - [anon_sym_GT_GT_EQ] = ACTIONS(6002), - [anon_sym_AMP_EQ] = ACTIONS(6002), - [anon_sym_CARET_EQ] = ACTIONS(6002), - [anon_sym_PIPE_EQ] = ACTIONS(6002), - [anon_sym_and_eq] = ACTIONS(6000), - [anon_sym_or_eq] = ACTIONS(6000), - [anon_sym_xor_eq] = ACTIONS(6000), - [anon_sym_LT_EQ_GT] = ACTIONS(6002), - [anon_sym_or] = ACTIONS(6000), - [anon_sym_and] = ACTIONS(6000), - [anon_sym_bitor] = ACTIONS(6000), - [anon_sym_xor] = ACTIONS(6000), - [anon_sym_bitand] = ACTIONS(6000), - [anon_sym_not_eq] = ACTIONS(6000), - [anon_sym_DASH_DASH] = ACTIONS(6002), - [anon_sym_PLUS_PLUS] = ACTIONS(6002), - [anon_sym_DOT] = ACTIONS(6000), - [anon_sym_DOT_STAR] = ACTIONS(6002), - [anon_sym_DASH_GT] = ACTIONS(6002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6000), - [anon_sym_decltype] = ACTIONS(6000), + [2228] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2203), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5604), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5604), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5604), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5602), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5604), + [anon_sym_GT_GT] = ACTIONS(5602), + [anon_sym___extension__] = ACTIONS(5604), + [anon_sym___attribute__] = ACTIONS(5604), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_signed] = ACTIONS(6067), + [anon_sym_unsigned] = ACTIONS(6067), + [anon_sym_long] = ACTIONS(6067), + [anon_sym_short] = ACTIONS(6067), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_const] = ACTIONS(5602), + [anon_sym_constexpr] = ACTIONS(5604), + [anon_sym_volatile] = ACTIONS(5604), + [anon_sym_restrict] = ACTIONS(5604), + [anon_sym___restrict__] = ACTIONS(5604), + [anon_sym__Atomic] = ACTIONS(5604), + [anon_sym__Noreturn] = ACTIONS(5604), + [anon_sym_noreturn] = ACTIONS(5604), + [anon_sym__Nonnull] = ACTIONS(5604), + [anon_sym_mutable] = ACTIONS(5604), + [anon_sym_constinit] = ACTIONS(5604), + [anon_sym_consteval] = ACTIONS(5604), + [anon_sym_PROGMEM] = ACTIONS(5604), + [anon_sym_alignas] = ACTIONS(5604), + [anon_sym__Alignas] = ACTIONS(5604), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5604), + [anon_sym_and] = ACTIONS(5604), + [anon_sym_bitor] = ACTIONS(5604), + [anon_sym_xor] = ACTIONS(5604), + [anon_sym_bitand] = ACTIONS(5604), + [anon_sym_not_eq] = ACTIONS(5604), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5604), + [anon_sym_decltype] = ACTIONS(5604), + [anon_sym_final] = ACTIONS(5604), + [anon_sym_override] = ACTIONS(5604), + [anon_sym_GT2] = ACTIONS(5604), + [anon_sym_requires] = ACTIONS(5604), }, - [2171] = { - [sym_attribute_specifier] = STATE(2256), - [sym_identifier] = ACTIONS(6004), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6006), - [anon_sym_COMMA] = ACTIONS(6006), - [anon_sym_RPAREN] = ACTIONS(6006), - [aux_sym_preproc_if_token2] = ACTIONS(6006), - [aux_sym_preproc_else_token1] = ACTIONS(6006), - [aux_sym_preproc_elif_token1] = ACTIONS(6004), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6006), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6006), - [anon_sym_LPAREN2] = ACTIONS(6006), - [anon_sym_DASH] = ACTIONS(6004), - [anon_sym_PLUS] = ACTIONS(6004), - [anon_sym_STAR] = ACTIONS(6004), - [anon_sym_SLASH] = ACTIONS(6004), - [anon_sym_PERCENT] = ACTIONS(6004), - [anon_sym_PIPE_PIPE] = ACTIONS(6006), - [anon_sym_AMP_AMP] = ACTIONS(6006), - [anon_sym_PIPE] = ACTIONS(6004), - [anon_sym_CARET] = ACTIONS(6004), - [anon_sym_AMP] = ACTIONS(6004), - [anon_sym_EQ_EQ] = ACTIONS(6006), - [anon_sym_BANG_EQ] = ACTIONS(6006), - [anon_sym_GT] = ACTIONS(6004), - [anon_sym_GT_EQ] = ACTIONS(6006), - [anon_sym_LT_EQ] = ACTIONS(6004), - [anon_sym_LT] = ACTIONS(6004), - [anon_sym_LT_LT] = ACTIONS(6004), - [anon_sym_GT_GT] = ACTIONS(6004), - [anon_sym_SEMI] = ACTIONS(6006), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(6006), - [anon_sym_RBRACE] = ACTIONS(6006), - [anon_sym_LBRACK] = ACTIONS(6006), - [anon_sym_RBRACK] = ACTIONS(6006), - [anon_sym_EQ] = ACTIONS(6004), - [anon_sym_COLON] = ACTIONS(6006), - [anon_sym_QMARK] = ACTIONS(6006), - [anon_sym_STAR_EQ] = ACTIONS(6006), - [anon_sym_SLASH_EQ] = ACTIONS(6006), - [anon_sym_PERCENT_EQ] = ACTIONS(6006), - [anon_sym_PLUS_EQ] = ACTIONS(6006), - [anon_sym_DASH_EQ] = ACTIONS(6006), - [anon_sym_LT_LT_EQ] = ACTIONS(6006), - [anon_sym_GT_GT_EQ] = ACTIONS(6006), - [anon_sym_AMP_EQ] = ACTIONS(6006), - [anon_sym_CARET_EQ] = ACTIONS(6006), - [anon_sym_PIPE_EQ] = ACTIONS(6006), - [anon_sym_and_eq] = ACTIONS(6004), - [anon_sym_or_eq] = ACTIONS(6004), - [anon_sym_xor_eq] = ACTIONS(6004), - [anon_sym_LT_EQ_GT] = ACTIONS(6006), - [anon_sym_or] = ACTIONS(6004), - [anon_sym_and] = ACTIONS(6004), - [anon_sym_bitor] = ACTIONS(6004), - [anon_sym_xor] = ACTIONS(6004), - [anon_sym_bitand] = ACTIONS(6004), - [anon_sym_not_eq] = ACTIONS(6004), - [anon_sym_DASH_DASH] = ACTIONS(6006), - [anon_sym_PLUS_PLUS] = ACTIONS(6006), - [anon_sym_DOT] = ACTIONS(6004), - [anon_sym_DOT_STAR] = ACTIONS(6006), - [anon_sym_DASH_GT] = ACTIONS(6006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6004), - [anon_sym_decltype] = ACTIONS(6004), + [2229] = { + [sym_string_literal] = STATE(2229), + [sym_raw_string_literal] = STATE(2229), + [aux_sym_concatenated_string_repeat1] = STATE(2229), + [sym_identifier] = ACTIONS(6107), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5417), + [anon_sym_COMMA] = ACTIONS(5417), + [anon_sym_LPAREN2] = ACTIONS(5417), + [anon_sym_DASH] = ACTIONS(5419), + [anon_sym_PLUS] = ACTIONS(5419), + [anon_sym_STAR] = ACTIONS(5419), + [anon_sym_SLASH] = ACTIONS(5419), + [anon_sym_PERCENT] = ACTIONS(5419), + [anon_sym_PIPE_PIPE] = ACTIONS(5417), + [anon_sym_AMP_AMP] = ACTIONS(5417), + [anon_sym_PIPE] = ACTIONS(5419), + [anon_sym_CARET] = ACTIONS(5419), + [anon_sym_AMP] = ACTIONS(5419), + [anon_sym_EQ_EQ] = ACTIONS(5417), + [anon_sym_BANG_EQ] = ACTIONS(5417), + [anon_sym_GT] = ACTIONS(5419), + [anon_sym_GT_EQ] = ACTIONS(5419), + [anon_sym_LT_EQ] = ACTIONS(5419), + [anon_sym_LT] = ACTIONS(5419), + [anon_sym_LT_LT] = ACTIONS(5419), + [anon_sym_GT_GT] = ACTIONS(5419), + [anon_sym_LBRACK] = ACTIONS(5417), + [anon_sym_EQ] = ACTIONS(5419), + [anon_sym_QMARK] = ACTIONS(5417), + [anon_sym_STAR_EQ] = ACTIONS(5417), + [anon_sym_SLASH_EQ] = ACTIONS(5417), + [anon_sym_PERCENT_EQ] = ACTIONS(5417), + [anon_sym_PLUS_EQ] = ACTIONS(5417), + [anon_sym_DASH_EQ] = ACTIONS(5417), + [anon_sym_LT_LT_EQ] = ACTIONS(5417), + [anon_sym_GT_GT_EQ] = ACTIONS(5419), + [anon_sym_AMP_EQ] = ACTIONS(5417), + [anon_sym_CARET_EQ] = ACTIONS(5417), + [anon_sym_PIPE_EQ] = ACTIONS(5417), + [anon_sym_and_eq] = ACTIONS(5419), + [anon_sym_or_eq] = ACTIONS(5419), + [anon_sym_xor_eq] = ACTIONS(5419), + [anon_sym_LT_EQ_GT] = ACTIONS(5417), + [anon_sym_or] = ACTIONS(5419), + [anon_sym_and] = ACTIONS(5419), + [anon_sym_bitor] = ACTIONS(5419), + [anon_sym_xor] = ACTIONS(5419), + [anon_sym_bitand] = ACTIONS(5419), + [anon_sym_not_eq] = ACTIONS(5419), + [anon_sym_DASH_DASH] = ACTIONS(5417), + [anon_sym_PLUS_PLUS] = ACTIONS(5417), + [anon_sym_DOT] = ACTIONS(5419), + [anon_sym_DOT_STAR] = ACTIONS(5417), + [anon_sym_DASH_GT] = ACTIONS(5417), + [anon_sym_L_DQUOTE] = ACTIONS(6110), + [anon_sym_u_DQUOTE] = ACTIONS(6110), + [anon_sym_U_DQUOTE] = ACTIONS(6110), + [anon_sym_u8_DQUOTE] = ACTIONS(6110), + [anon_sym_DQUOTE] = ACTIONS(6110), + [sym_comment] = ACTIONS(3), + [anon_sym_GT2] = ACTIONS(5417), + [anon_sym_R_DQUOTE] = ACTIONS(6113), + [anon_sym_LR_DQUOTE] = ACTIONS(6113), + [anon_sym_uR_DQUOTE] = ACTIONS(6113), + [anon_sym_UR_DQUOTE] = ACTIONS(6113), + [anon_sym_u8R_DQUOTE] = ACTIONS(6113), + [sym_literal_suffix] = ACTIONS(5419), }, - [2172] = { - [sym_string_literal] = STATE(2357), - [sym_template_argument_list] = STATE(3745), - [sym_raw_string_literal] = STATE(2357), + [2230] = { + [sym_string_literal] = STATE(2200), + [sym_template_argument_list] = STATE(3284), + [sym_raw_string_literal] = STATE(2200), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -285533,9 +289495,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(4109), [anon_sym_BANG_EQ] = ACTIONS(4109), [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4117), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(6008), + [anon_sym_LT] = ACTIONS(6116), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), @@ -285549,152 +289511,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_EQ] = ACTIONS(4109), [anon_sym_DASH_EQ] = ACTIONS(4109), [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), + [anon_sym_GT_GT_EQ] = ACTIONS(4117), [anon_sym_AMP_EQ] = ACTIONS(4109), [anon_sym_CARET_EQ] = ACTIONS(4109), [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(6011), - [anon_sym_or_eq] = ACTIONS(6011), - [anon_sym_xor_eq] = ACTIONS(6011), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4385), - [anon_sym_u_DQUOTE] = ACTIONS(4385), - [anon_sym_U_DQUOTE] = ACTIONS(4385), - [anon_sym_u8_DQUOTE] = ACTIONS(4385), - [anon_sym_DQUOTE] = ACTIONS(4385), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4387), - [anon_sym_LR_DQUOTE] = ACTIONS(4387), - [anon_sym_uR_DQUOTE] = ACTIONS(4387), - [anon_sym_UR_DQUOTE] = ACTIONS(4387), - [anon_sym_u8R_DQUOTE] = ACTIONS(4387), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), - }, - [2173] = { - [sym_identifier] = ACTIONS(6013), - [anon_sym_LPAREN2] = ACTIONS(6015), - [anon_sym_TILDE] = ACTIONS(6015), - [anon_sym_STAR] = ACTIONS(6015), - [anon_sym_AMP_AMP] = ACTIONS(6015), - [anon_sym_AMP] = ACTIONS(6013), - [anon_sym___extension__] = ACTIONS(6013), - [anon_sym_virtual] = ACTIONS(6013), - [anon_sym_extern] = ACTIONS(6013), - [anon_sym___attribute__] = ACTIONS(6013), - [anon_sym___attribute] = ACTIONS(6013), - [anon_sym_COLON_COLON] = ACTIONS(6015), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6015), - [anon_sym___declspec] = ACTIONS(6013), - [anon_sym___based] = ACTIONS(6013), - [anon_sym___cdecl] = ACTIONS(6013), - [anon_sym___clrcall] = ACTIONS(6013), - [anon_sym___stdcall] = ACTIONS(6013), - [anon_sym___fastcall] = ACTIONS(6013), - [anon_sym___thiscall] = ACTIONS(6013), - [anon_sym___vectorcall] = ACTIONS(6013), - [anon_sym_signed] = ACTIONS(6013), - [anon_sym_unsigned] = ACTIONS(6013), - [anon_sym_long] = ACTIONS(6013), - [anon_sym_short] = ACTIONS(6013), - [anon_sym_LBRACK] = ACTIONS(6013), - [anon_sym_static] = ACTIONS(6013), - [anon_sym_register] = ACTIONS(6013), - [anon_sym_inline] = ACTIONS(6013), - [anon_sym___inline] = ACTIONS(6013), - [anon_sym___inline__] = ACTIONS(6013), - [anon_sym___forceinline] = ACTIONS(6013), - [anon_sym_thread_local] = ACTIONS(6013), - [anon_sym___thread] = ACTIONS(6013), - [anon_sym_const] = ACTIONS(6013), - [anon_sym_constexpr] = ACTIONS(6013), - [anon_sym_volatile] = ACTIONS(6013), - [anon_sym_restrict] = ACTIONS(6013), - [anon_sym___restrict__] = ACTIONS(6013), - [anon_sym__Atomic] = ACTIONS(6013), - [anon_sym__Noreturn] = ACTIONS(6013), - [anon_sym_noreturn] = ACTIONS(6013), - [anon_sym__Nonnull] = ACTIONS(6013), - [anon_sym_mutable] = ACTIONS(6013), - [anon_sym_constinit] = ACTIONS(6013), - [anon_sym_consteval] = ACTIONS(6013), - [anon_sym_PROGMEM] = ACTIONS(6013), - [anon_sym_alignas] = ACTIONS(6013), - [anon_sym__Alignas] = ACTIONS(6013), - [aux_sym_primitive_type_token1] = ACTIONS(6013), - [anon_sym_byte] = ACTIONS(6013), - [anon_sym_word] = ACTIONS(6013), - [anon_sym_enum] = ACTIONS(6013), - [anon_sym_class] = ACTIONS(6013), - [anon_sym_struct] = ACTIONS(6013), - [anon_sym_union] = ACTIONS(6013), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6013), - [anon_sym_decltype] = ACTIONS(6013), - [anon_sym_explicit] = ACTIONS(6013), - [anon_sym_typename] = ACTIONS(6013), - [anon_sym_template] = ACTIONS(6013), - [anon_sym_operator] = ACTIONS(6013), - [anon_sym_friend] = ACTIONS(6013), - [anon_sym_using] = ACTIONS(6013), - [anon_sym_concept] = ACTIONS(6013), - [anon_sym_requires] = ACTIONS(6013), - }, - [2174] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4151), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), + [anon_sym_and_eq] = ACTIONS(4109), + [anon_sym_or_eq] = ACTIONS(4109), + [anon_sym_xor_eq] = ACTIONS(4109), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -285707,1536 +289530,2133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [anon_sym_L_DQUOTE] = ACTIONS(6071), + [anon_sym_u_DQUOTE] = ACTIONS(6071), + [anon_sym_U_DQUOTE] = ACTIONS(6071), + [anon_sym_u8_DQUOTE] = ACTIONS(6071), + [anon_sym_DQUOTE] = ACTIONS(6071), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [anon_sym_GT2] = ACTIONS(4109), + [anon_sym_R_DQUOTE] = ACTIONS(6073), + [anon_sym_LR_DQUOTE] = ACTIONS(6073), + [anon_sym_uR_DQUOTE] = ACTIONS(6073), + [anon_sym_UR_DQUOTE] = ACTIONS(6073), + [anon_sym_u8R_DQUOTE] = ACTIONS(6073), }, - [2175] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4378), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [2231] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5782), + [anon_sym_COMMA] = ACTIONS(5782), + [anon_sym_LPAREN2] = ACTIONS(5782), + [anon_sym_DASH] = ACTIONS(5784), + [anon_sym_PLUS] = ACTIONS(5784), + [anon_sym_STAR] = ACTIONS(5782), + [anon_sym_SLASH] = ACTIONS(5784), + [anon_sym_PERCENT] = ACTIONS(5782), + [anon_sym_PIPE_PIPE] = ACTIONS(5782), + [anon_sym_AMP_AMP] = ACTIONS(5782), + [anon_sym_PIPE] = ACTIONS(5784), + [anon_sym_CARET] = ACTIONS(5782), + [anon_sym_AMP] = ACTIONS(5784), + [anon_sym_EQ_EQ] = ACTIONS(5782), + [anon_sym_BANG_EQ] = ACTIONS(5782), + [anon_sym_GT] = ACTIONS(5784), + [anon_sym_GT_EQ] = ACTIONS(5784), + [anon_sym_LT_EQ] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5784), + [anon_sym_LT_LT] = ACTIONS(5782), + [anon_sym_GT_GT] = ACTIONS(5784), + [anon_sym___extension__] = ACTIONS(5782), + [anon_sym___attribute__] = ACTIONS(5782), + [anon_sym___attribute] = ACTIONS(5784), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5782), + [anon_sym_const] = ACTIONS(5784), + [anon_sym_constexpr] = ACTIONS(5782), + [anon_sym_volatile] = ACTIONS(5782), + [anon_sym_restrict] = ACTIONS(5782), + [anon_sym___restrict__] = ACTIONS(5782), + [anon_sym__Atomic] = ACTIONS(5782), + [anon_sym__Noreturn] = ACTIONS(5782), + [anon_sym_noreturn] = ACTIONS(5782), + [anon_sym__Nonnull] = ACTIONS(5782), + [anon_sym_mutable] = ACTIONS(5782), + [anon_sym_constinit] = ACTIONS(5782), + [anon_sym_consteval] = ACTIONS(5782), + [anon_sym_PROGMEM] = ACTIONS(5782), + [anon_sym_alignas] = ACTIONS(5782), + [anon_sym__Alignas] = ACTIONS(5782), + [anon_sym_QMARK] = ACTIONS(5782), + [anon_sym_LT_EQ_GT] = ACTIONS(5782), + [anon_sym_or] = ACTIONS(5782), + [anon_sym_and] = ACTIONS(5782), + [anon_sym_bitor] = ACTIONS(5782), + [anon_sym_xor] = ACTIONS(5782), + [anon_sym_bitand] = ACTIONS(5782), + [anon_sym_not_eq] = ACTIONS(5782), + [anon_sym_DASH_DASH] = ACTIONS(5782), + [anon_sym_PLUS_PLUS] = ACTIONS(5782), + [anon_sym_DOT] = ACTIONS(5784), + [anon_sym_DOT_STAR] = ACTIONS(5782), + [anon_sym_DASH_GT] = ACTIONS(5782), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5782), + [anon_sym_decltype] = ACTIONS(5782), + [anon_sym_final] = ACTIONS(5782), + [anon_sym_override] = ACTIONS(5782), + [anon_sym_GT2] = ACTIONS(5782), + [anon_sym_requires] = ACTIONS(5782), + }, + [2232] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2075), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5786), + [anon_sym_COMMA] = ACTIONS(5786), + [anon_sym_LPAREN2] = ACTIONS(5786), + [anon_sym_DASH] = ACTIONS(5788), + [anon_sym_PLUS] = ACTIONS(5788), + [anon_sym_STAR] = ACTIONS(5786), + [anon_sym_SLASH] = ACTIONS(5788), + [anon_sym_PERCENT] = ACTIONS(5786), + [anon_sym_PIPE_PIPE] = ACTIONS(5786), + [anon_sym_AMP_AMP] = ACTIONS(5786), + [anon_sym_PIPE] = ACTIONS(5788), + [anon_sym_CARET] = ACTIONS(5786), + [anon_sym_AMP] = ACTIONS(5788), + [anon_sym_EQ_EQ] = ACTIONS(5786), + [anon_sym_BANG_EQ] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(5788), + [anon_sym_GT_EQ] = ACTIONS(5788), + [anon_sym_LT_EQ] = ACTIONS(5788), + [anon_sym_LT] = ACTIONS(5788), + [anon_sym_LT_LT] = ACTIONS(5786), + [anon_sym_GT_GT] = ACTIONS(5788), + [anon_sym___extension__] = ACTIONS(5786), + [anon_sym___attribute__] = ACTIONS(5786), + [anon_sym___attribute] = ACTIONS(5788), + [anon_sym_LBRACE] = ACTIONS(5786), + [anon_sym_signed] = ACTIONS(6075), + [anon_sym_unsigned] = ACTIONS(6075), + [anon_sym_long] = ACTIONS(6075), + [anon_sym_short] = ACTIONS(6075), + [anon_sym_LBRACK] = ACTIONS(5786), + [anon_sym_const] = ACTIONS(5788), + [anon_sym_constexpr] = ACTIONS(5786), + [anon_sym_volatile] = ACTIONS(5786), + [anon_sym_restrict] = ACTIONS(5786), + [anon_sym___restrict__] = ACTIONS(5786), + [anon_sym__Atomic] = ACTIONS(5786), + [anon_sym__Noreturn] = ACTIONS(5786), + [anon_sym_noreturn] = ACTIONS(5786), + [anon_sym__Nonnull] = ACTIONS(5786), + [anon_sym_mutable] = ACTIONS(5786), + [anon_sym_constinit] = ACTIONS(5786), + [anon_sym_consteval] = ACTIONS(5786), + [anon_sym_PROGMEM] = ACTIONS(5786), + [anon_sym_alignas] = ACTIONS(5786), + [anon_sym__Alignas] = ACTIONS(5786), + [anon_sym_QMARK] = ACTIONS(5786), + [anon_sym_LT_EQ_GT] = ACTIONS(5786), + [anon_sym_or] = ACTIONS(5786), + [anon_sym_and] = ACTIONS(5786), + [anon_sym_bitor] = ACTIONS(5786), + [anon_sym_xor] = ACTIONS(5786), + [anon_sym_bitand] = ACTIONS(5786), + [anon_sym_not_eq] = ACTIONS(5786), + [anon_sym_DASH_DASH] = ACTIONS(5786), + [anon_sym_PLUS_PLUS] = ACTIONS(5786), + [anon_sym_DOT] = ACTIONS(5788), + [anon_sym_DOT_STAR] = ACTIONS(5786), + [anon_sym_DASH_GT] = ACTIONS(5786), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [sym_auto] = ACTIONS(5786), + [anon_sym_decltype] = ACTIONS(5786), + [anon_sym_final] = ACTIONS(5786), + [anon_sym_override] = ACTIONS(5786), + [anon_sym_GT2] = ACTIONS(5786), + [anon_sym_requires] = ACTIONS(5786), }, - [2176] = { - [sym_attribute_specifier] = STATE(2266), - [sym_identifier] = ACTIONS(6017), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6019), - [anon_sym_COMMA] = ACTIONS(6019), - [anon_sym_RPAREN] = ACTIONS(6019), - [aux_sym_preproc_if_token2] = ACTIONS(6019), - [aux_sym_preproc_else_token1] = ACTIONS(6019), - [aux_sym_preproc_elif_token1] = ACTIONS(6017), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6019), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6019), - [anon_sym_LPAREN2] = ACTIONS(6019), - [anon_sym_DASH] = ACTIONS(6017), - [anon_sym_PLUS] = ACTIONS(6017), - [anon_sym_STAR] = ACTIONS(6017), - [anon_sym_SLASH] = ACTIONS(6017), - [anon_sym_PERCENT] = ACTIONS(6017), - [anon_sym_PIPE_PIPE] = ACTIONS(6019), - [anon_sym_AMP_AMP] = ACTIONS(6019), - [anon_sym_PIPE] = ACTIONS(6017), - [anon_sym_CARET] = ACTIONS(6017), - [anon_sym_AMP] = ACTIONS(6017), - [anon_sym_EQ_EQ] = ACTIONS(6019), - [anon_sym_BANG_EQ] = ACTIONS(6019), - [anon_sym_GT] = ACTIONS(6017), - [anon_sym_GT_EQ] = ACTIONS(6019), - [anon_sym_LT_EQ] = ACTIONS(6017), - [anon_sym_LT] = ACTIONS(6017), - [anon_sym_LT_LT] = ACTIONS(6017), - [anon_sym_GT_GT] = ACTIONS(6017), - [anon_sym_SEMI] = ACTIONS(6019), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(6019), - [anon_sym_RBRACE] = ACTIONS(6019), - [anon_sym_LBRACK] = ACTIONS(6019), - [anon_sym_RBRACK] = ACTIONS(6019), - [anon_sym_EQ] = ACTIONS(6017), - [anon_sym_COLON] = ACTIONS(6019), - [anon_sym_QMARK] = ACTIONS(6019), - [anon_sym_STAR_EQ] = ACTIONS(6019), - [anon_sym_SLASH_EQ] = ACTIONS(6019), - [anon_sym_PERCENT_EQ] = ACTIONS(6019), - [anon_sym_PLUS_EQ] = ACTIONS(6019), - [anon_sym_DASH_EQ] = ACTIONS(6019), - [anon_sym_LT_LT_EQ] = ACTIONS(6019), - [anon_sym_GT_GT_EQ] = ACTIONS(6019), - [anon_sym_AMP_EQ] = ACTIONS(6019), - [anon_sym_CARET_EQ] = ACTIONS(6019), - [anon_sym_PIPE_EQ] = ACTIONS(6019), - [anon_sym_and_eq] = ACTIONS(6017), - [anon_sym_or_eq] = ACTIONS(6017), - [anon_sym_xor_eq] = ACTIONS(6017), - [anon_sym_LT_EQ_GT] = ACTIONS(6019), - [anon_sym_or] = ACTIONS(6017), - [anon_sym_and] = ACTIONS(6017), - [anon_sym_bitor] = ACTIONS(6017), - [anon_sym_xor] = ACTIONS(6017), - [anon_sym_bitand] = ACTIONS(6017), - [anon_sym_not_eq] = ACTIONS(6017), - [anon_sym_DASH_DASH] = ACTIONS(6019), - [anon_sym_PLUS_PLUS] = ACTIONS(6019), - [anon_sym_DOT] = ACTIONS(6017), - [anon_sym_DOT_STAR] = ACTIONS(6019), - [anon_sym_DASH_GT] = ACTIONS(6019), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6017), - [anon_sym_decltype] = ACTIONS(6017), + [2233] = { + [sym_string_literal] = STATE(2130), + [sym_raw_string_literal] = STATE(2130), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5825), + [anon_sym_COMMA] = ACTIONS(5825), + [anon_sym_LPAREN2] = ACTIONS(5825), + [anon_sym_DASH] = ACTIONS(5823), + [anon_sym_PLUS] = ACTIONS(5823), + [anon_sym_STAR] = ACTIONS(5823), + [anon_sym_SLASH] = ACTIONS(5823), + [anon_sym_PERCENT] = ACTIONS(5823), + [anon_sym_PIPE_PIPE] = ACTIONS(5825), + [anon_sym_AMP_AMP] = ACTIONS(5825), + [anon_sym_PIPE] = ACTIONS(5823), + [anon_sym_CARET] = ACTIONS(5823), + [anon_sym_AMP] = ACTIONS(5823), + [anon_sym_EQ_EQ] = ACTIONS(5825), + [anon_sym_BANG_EQ] = ACTIONS(5825), + [anon_sym_GT] = ACTIONS(5823), + [anon_sym_GT_EQ] = ACTIONS(5825), + [anon_sym_LT_EQ] = ACTIONS(5823), + [anon_sym_LT] = ACTIONS(5823), + [anon_sym_LT_LT] = ACTIONS(5823), + [anon_sym_GT_GT] = ACTIONS(5823), + [anon_sym_SEMI] = ACTIONS(5825), + [anon_sym___attribute__] = ACTIONS(5823), + [anon_sym___attribute] = ACTIONS(5823), + [anon_sym_LBRACK] = ACTIONS(5825), + [anon_sym_EQ] = ACTIONS(5823), + [anon_sym_QMARK] = ACTIONS(5825), + [anon_sym_STAR_EQ] = ACTIONS(5825), + [anon_sym_SLASH_EQ] = ACTIONS(5825), + [anon_sym_PERCENT_EQ] = ACTIONS(5825), + [anon_sym_PLUS_EQ] = ACTIONS(5825), + [anon_sym_DASH_EQ] = ACTIONS(5825), + [anon_sym_LT_LT_EQ] = ACTIONS(5825), + [anon_sym_GT_GT_EQ] = ACTIONS(5825), + [anon_sym_AMP_EQ] = ACTIONS(5825), + [anon_sym_CARET_EQ] = ACTIONS(5825), + [anon_sym_PIPE_EQ] = ACTIONS(5825), + [anon_sym_and_eq] = ACTIONS(5823), + [anon_sym_or_eq] = ACTIONS(5823), + [anon_sym_xor_eq] = ACTIONS(5823), + [anon_sym_LT_EQ_GT] = ACTIONS(5825), + [anon_sym_or] = ACTIONS(5823), + [anon_sym_and] = ACTIONS(5823), + [anon_sym_bitor] = ACTIONS(5823), + [anon_sym_xor] = ACTIONS(5823), + [anon_sym_bitand] = ACTIONS(5823), + [anon_sym_not_eq] = ACTIONS(5823), + [anon_sym_DASH_DASH] = ACTIONS(5825), + [anon_sym_PLUS_PLUS] = ACTIONS(5825), + [anon_sym_DOT] = ACTIONS(5823), + [anon_sym_DOT_STAR] = ACTIONS(5825), + [anon_sym_DASH_GT] = ACTIONS(5825), + [anon_sym_L_DQUOTE] = ACTIONS(5883), + [anon_sym_u_DQUOTE] = ACTIONS(5883), + [anon_sym_U_DQUOTE] = ACTIONS(5883), + [anon_sym_u8_DQUOTE] = ACTIONS(5883), + [anon_sym_DQUOTE] = ACTIONS(5883), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5885), + [anon_sym_LR_DQUOTE] = ACTIONS(5885), + [anon_sym_uR_DQUOTE] = ACTIONS(5885), + [anon_sym_UR_DQUOTE] = ACTIONS(5885), + [anon_sym_u8R_DQUOTE] = ACTIONS(5885), + [sym_literal_suffix] = ACTIONS(5823), }, - [2177] = { - [sym_attribute_specifier] = STATE(2267), - [sym_identifier] = ACTIONS(6021), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6023), - [anon_sym_COMMA] = ACTIONS(6023), - [anon_sym_RPAREN] = ACTIONS(6023), - [aux_sym_preproc_if_token2] = ACTIONS(6023), - [aux_sym_preproc_else_token1] = ACTIONS(6023), - [aux_sym_preproc_elif_token1] = ACTIONS(6021), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6023), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6023), - [anon_sym_LPAREN2] = ACTIONS(6023), - [anon_sym_DASH] = ACTIONS(6021), - [anon_sym_PLUS] = ACTIONS(6021), - [anon_sym_STAR] = ACTIONS(6021), - [anon_sym_SLASH] = ACTIONS(6021), - [anon_sym_PERCENT] = ACTIONS(6021), - [anon_sym_PIPE_PIPE] = ACTIONS(6023), - [anon_sym_AMP_AMP] = ACTIONS(6023), - [anon_sym_PIPE] = ACTIONS(6021), - [anon_sym_CARET] = ACTIONS(6021), - [anon_sym_AMP] = ACTIONS(6021), - [anon_sym_EQ_EQ] = ACTIONS(6023), - [anon_sym_BANG_EQ] = ACTIONS(6023), - [anon_sym_GT] = ACTIONS(6021), - [anon_sym_GT_EQ] = ACTIONS(6023), - [anon_sym_LT_EQ] = ACTIONS(6021), - [anon_sym_LT] = ACTIONS(6021), - [anon_sym_LT_LT] = ACTIONS(6021), - [anon_sym_GT_GT] = ACTIONS(6021), - [anon_sym_SEMI] = ACTIONS(6023), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(6023), - [anon_sym_RBRACE] = ACTIONS(6023), - [anon_sym_LBRACK] = ACTIONS(6023), - [anon_sym_RBRACK] = ACTIONS(6023), - [anon_sym_EQ] = ACTIONS(6021), - [anon_sym_COLON] = ACTIONS(6023), - [anon_sym_QMARK] = ACTIONS(6023), - [anon_sym_STAR_EQ] = ACTIONS(6023), - [anon_sym_SLASH_EQ] = ACTIONS(6023), - [anon_sym_PERCENT_EQ] = ACTIONS(6023), - [anon_sym_PLUS_EQ] = ACTIONS(6023), - [anon_sym_DASH_EQ] = ACTIONS(6023), - [anon_sym_LT_LT_EQ] = ACTIONS(6023), - [anon_sym_GT_GT_EQ] = ACTIONS(6023), - [anon_sym_AMP_EQ] = ACTIONS(6023), - [anon_sym_CARET_EQ] = ACTIONS(6023), - [anon_sym_PIPE_EQ] = ACTIONS(6023), - [anon_sym_and_eq] = ACTIONS(6021), - [anon_sym_or_eq] = ACTIONS(6021), - [anon_sym_xor_eq] = ACTIONS(6021), - [anon_sym_LT_EQ_GT] = ACTIONS(6023), - [anon_sym_or] = ACTIONS(6021), - [anon_sym_and] = ACTIONS(6021), - [anon_sym_bitor] = ACTIONS(6021), - [anon_sym_xor] = ACTIONS(6021), - [anon_sym_bitand] = ACTIONS(6021), - [anon_sym_not_eq] = ACTIONS(6021), - [anon_sym_DASH_DASH] = ACTIONS(6023), - [anon_sym_PLUS_PLUS] = ACTIONS(6023), - [anon_sym_DOT] = ACTIONS(6021), - [anon_sym_DOT_STAR] = ACTIONS(6023), - [anon_sym_DASH_GT] = ACTIONS(6023), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6021), - [anon_sym_decltype] = ACTIONS(6021), + [2234] = { + [sym_attribute_specifier] = STATE(2647), + [sym_field_declaration_list] = STATE(2591), + [sym_virtual_specifier] = STATE(6864), + [sym_base_class_clause] = STATE(7536), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5661), + [anon_sym_COMMA] = ACTIONS(5661), + [anon_sym_LPAREN2] = ACTIONS(5661), + [anon_sym_DASH] = ACTIONS(5659), + [anon_sym_PLUS] = ACTIONS(5659), + [anon_sym_STAR] = ACTIONS(5661), + [anon_sym_SLASH] = ACTIONS(5659), + [anon_sym_PERCENT] = ACTIONS(5661), + [anon_sym_PIPE_PIPE] = ACTIONS(5661), + [anon_sym_AMP_AMP] = ACTIONS(5661), + [anon_sym_PIPE] = ACTIONS(5659), + [anon_sym_CARET] = ACTIONS(5661), + [anon_sym_AMP] = ACTIONS(5659), + [anon_sym_EQ_EQ] = ACTIONS(5661), + [anon_sym_BANG_EQ] = ACTIONS(5661), + [anon_sym_GT] = ACTIONS(5659), + [anon_sym_GT_EQ] = ACTIONS(5659), + [anon_sym_LT_EQ] = ACTIONS(5659), + [anon_sym_LT] = ACTIONS(5659), + [anon_sym_LT_LT] = ACTIONS(5661), + [anon_sym_GT_GT] = ACTIONS(5659), + [anon_sym___extension__] = ACTIONS(5661), + [anon_sym___attribute__] = ACTIONS(6119), + [anon_sym___attribute] = ACTIONS(6121), + [anon_sym_LBRACE] = ACTIONS(6123), + [anon_sym_LBRACK] = ACTIONS(5661), + [anon_sym_const] = ACTIONS(5659), + [anon_sym_constexpr] = ACTIONS(5661), + [anon_sym_volatile] = ACTIONS(5661), + [anon_sym_restrict] = ACTIONS(5661), + [anon_sym___restrict__] = ACTIONS(5661), + [anon_sym__Atomic] = ACTIONS(5661), + [anon_sym__Noreturn] = ACTIONS(5661), + [anon_sym_noreturn] = ACTIONS(5661), + [anon_sym__Nonnull] = ACTIONS(5661), + [anon_sym_mutable] = ACTIONS(5661), + [anon_sym_constinit] = ACTIONS(5661), + [anon_sym_consteval] = ACTIONS(5661), + [anon_sym_PROGMEM] = ACTIONS(5661), + [anon_sym_alignas] = ACTIONS(5661), + [anon_sym__Alignas] = ACTIONS(5661), + [anon_sym_COLON] = ACTIONS(5667), + [anon_sym_QMARK] = ACTIONS(5661), + [anon_sym_LT_EQ_GT] = ACTIONS(5661), + [anon_sym_or] = ACTIONS(5661), + [anon_sym_and] = ACTIONS(5661), + [anon_sym_bitor] = ACTIONS(5661), + [anon_sym_xor] = ACTIONS(5661), + [anon_sym_bitand] = ACTIONS(5661), + [anon_sym_not_eq] = ACTIONS(5661), + [anon_sym_DASH_DASH] = ACTIONS(5661), + [anon_sym_PLUS_PLUS] = ACTIONS(5661), + [anon_sym_DOT] = ACTIONS(5659), + [anon_sym_DOT_STAR] = ACTIONS(5661), + [anon_sym_DASH_GT] = ACTIONS(5661), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5661), + [anon_sym_decltype] = ACTIONS(5661), + [anon_sym_final] = ACTIONS(5821), + [anon_sym_override] = ACTIONS(5821), + [anon_sym_GT2] = ACTIONS(5661), + [anon_sym_requires] = ACTIONS(5661), }, - [2178] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), + [2235] = { + [sym_identifier] = ACTIONS(5578), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5580), + [anon_sym_COMMA] = ACTIONS(5580), + [anon_sym_RPAREN] = ACTIONS(5580), + [aux_sym_preproc_if_token2] = ACTIONS(5580), + [aux_sym_preproc_else_token1] = ACTIONS(5580), + [aux_sym_preproc_elif_token1] = ACTIONS(5578), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5580), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5580), + [anon_sym_LPAREN2] = ACTIONS(5580), + [anon_sym_DASH] = ACTIONS(5578), + [anon_sym_PLUS] = ACTIONS(5578), + [anon_sym_STAR] = ACTIONS(5578), + [anon_sym_SLASH] = ACTIONS(5578), + [anon_sym_PERCENT] = ACTIONS(5578), + [anon_sym_PIPE_PIPE] = ACTIONS(5580), + [anon_sym_AMP_AMP] = ACTIONS(5580), + [anon_sym_PIPE] = ACTIONS(5578), + [anon_sym_CARET] = ACTIONS(5578), + [anon_sym_AMP] = ACTIONS(5578), + [anon_sym_EQ_EQ] = ACTIONS(5580), + [anon_sym_BANG_EQ] = ACTIONS(5580), + [anon_sym_GT] = ACTIONS(5578), + [anon_sym_GT_EQ] = ACTIONS(5580), + [anon_sym_LT_EQ] = ACTIONS(5578), + [anon_sym_LT] = ACTIONS(5578), + [anon_sym_LT_LT] = ACTIONS(5578), + [anon_sym_GT_GT] = ACTIONS(5578), + [anon_sym_SEMI] = ACTIONS(5580), + [anon_sym___attribute__] = ACTIONS(5578), + [anon_sym___attribute] = ACTIONS(5578), + [anon_sym_LBRACE] = ACTIONS(5580), + [anon_sym_RBRACE] = ACTIONS(5580), + [anon_sym_LBRACK] = ACTIONS(5580), + [anon_sym_RBRACK] = ACTIONS(5580), + [anon_sym_EQ] = ACTIONS(5578), + [anon_sym_COLON] = ACTIONS(5580), + [anon_sym_QMARK] = ACTIONS(5580), + [anon_sym_STAR_EQ] = ACTIONS(5580), + [anon_sym_SLASH_EQ] = ACTIONS(5580), + [anon_sym_PERCENT_EQ] = ACTIONS(5580), + [anon_sym_PLUS_EQ] = ACTIONS(5580), + [anon_sym_DASH_EQ] = ACTIONS(5580), + [anon_sym_LT_LT_EQ] = ACTIONS(5580), + [anon_sym_GT_GT_EQ] = ACTIONS(5580), + [anon_sym_AMP_EQ] = ACTIONS(5580), + [anon_sym_CARET_EQ] = ACTIONS(5580), + [anon_sym_PIPE_EQ] = ACTIONS(5580), + [anon_sym_and_eq] = ACTIONS(5578), + [anon_sym_or_eq] = ACTIONS(5578), + [anon_sym_xor_eq] = ACTIONS(5578), + [anon_sym_LT_EQ_GT] = ACTIONS(5580), + [anon_sym_or] = ACTIONS(5578), + [anon_sym_and] = ACTIONS(5578), + [anon_sym_bitor] = ACTIONS(5578), + [anon_sym_xor] = ACTIONS(5578), + [anon_sym_bitand] = ACTIONS(5578), + [anon_sym_not_eq] = ACTIONS(5578), + [anon_sym_DASH_DASH] = ACTIONS(5580), + [anon_sym_PLUS_PLUS] = ACTIONS(5580), + [anon_sym_DOT] = ACTIONS(5578), + [anon_sym_DOT_STAR] = ACTIONS(5580), + [anon_sym_DASH_GT] = ACTIONS(5580), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5578), + [anon_sym_decltype] = ACTIONS(5578), + }, + [2236] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(4920), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), + [anon_sym_COMMA] = ACTIONS(4922), + [aux_sym_preproc_if_token2] = ACTIONS(4922), + [aux_sym_preproc_else_token1] = ACTIONS(4922), + [aux_sym_preproc_elif_token1] = ACTIONS(4920), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4922), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4922), + [anon_sym_LPAREN2] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4920), + [anon_sym_STAR] = ACTIONS(4920), + [anon_sym_SLASH] = ACTIONS(4920), + [anon_sym_PERCENT] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4922), + [anon_sym_AMP_AMP] = ACTIONS(4922), + [anon_sym_PIPE] = ACTIONS(4920), + [anon_sym_CARET] = ACTIONS(4920), + [anon_sym_AMP] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4922), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4920), + [anon_sym_LT_LT] = ACTIONS(4920), + [anon_sym_GT_GT] = ACTIONS(4920), + [anon_sym___attribute__] = ACTIONS(4920), + [anon_sym___attribute] = ACTIONS(4920), + [anon_sym_LBRACE] = ACTIONS(4922), + [anon_sym_signed] = ACTIONS(6125), + [anon_sym_unsigned] = ACTIONS(6125), + [anon_sym_long] = ACTIONS(6125), + [anon_sym_short] = ACTIONS(6125), + [anon_sym_LBRACK] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4920), + [anon_sym_QMARK] = ACTIONS(4922), + [anon_sym_STAR_EQ] = ACTIONS(4922), + [anon_sym_SLASH_EQ] = ACTIONS(4922), + [anon_sym_PERCENT_EQ] = ACTIONS(4922), + [anon_sym_PLUS_EQ] = ACTIONS(4922), + [anon_sym_DASH_EQ] = ACTIONS(4922), + [anon_sym_LT_LT_EQ] = ACTIONS(4922), + [anon_sym_GT_GT_EQ] = ACTIONS(4922), + [anon_sym_AMP_EQ] = ACTIONS(4922), + [anon_sym_CARET_EQ] = ACTIONS(4922), + [anon_sym_PIPE_EQ] = ACTIONS(4922), + [anon_sym_and_eq] = ACTIONS(4920), + [anon_sym_or_eq] = ACTIONS(4920), + [anon_sym_xor_eq] = ACTIONS(4920), + [anon_sym_LT_EQ_GT] = ACTIONS(4922), + [anon_sym_or] = ACTIONS(4920), + [anon_sym_and] = ACTIONS(4920), + [anon_sym_bitor] = ACTIONS(4920), + [anon_sym_xor] = ACTIONS(4920), + [anon_sym_bitand] = ACTIONS(4920), + [anon_sym_not_eq] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4922), + [anon_sym_PLUS_PLUS] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4920), + [anon_sym_DOT_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4922), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(4920), + [anon_sym_decltype] = ACTIONS(4920), + }, + [2237] = { + [sym_template_argument_list] = STATE(2095), + [aux_sym_sized_type_specifier_repeat1] = STATE(2238), + [sym_identifier] = ACTIONS(4107), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [aux_sym_preproc_if_token2] = ACTIONS(4115), + [aux_sym_preproc_else_token1] = ACTIONS(4115), + [aux_sym_preproc_elif_token1] = ACTIONS(4107), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4115), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4115), + [anon_sym_LPAREN2] = ACTIONS(4115), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE] = ACTIONS(4107), + [anon_sym_CARET] = ACTIONS(4107), + [anon_sym_AMP] = ACTIONS(4107), + [anon_sym_EQ_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4115), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(5813), + [anon_sym_LT_LT] = ACTIONS(4107), + [anon_sym_GT_GT] = ACTIONS(4107), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4149), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_signed] = ACTIONS(5931), + [anon_sym_unsigned] = ACTIONS(5931), + [anon_sym_long] = ACTIONS(5931), + [anon_sym_short] = ACTIONS(5931), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_QMARK] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_LT_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_GT_EQ] = ACTIONS(4115), + [anon_sym_AMP_EQ] = ACTIONS(4115), + [anon_sym_CARET_EQ] = ACTIONS(4115), + [anon_sym_PIPE_EQ] = ACTIONS(4115), + [anon_sym_and_eq] = ACTIONS(4107), + [anon_sym_or_eq] = ACTIONS(4107), + [anon_sym_xor_eq] = ACTIONS(4107), + [anon_sym_LT_EQ_GT] = ACTIONS(4115), + [anon_sym_or] = ACTIONS(4107), + [anon_sym_and] = ACTIONS(4107), + [anon_sym_bitor] = ACTIONS(4107), + [anon_sym_xor] = ACTIONS(4107), + [anon_sym_bitand] = ACTIONS(4107), + [anon_sym_not_eq] = ACTIONS(4107), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_DOT_STAR] = ACTIONS(4115), + [anon_sym_DASH_GT] = ACTIONS(4115), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [sym_auto] = ACTIONS(4107), + [anon_sym_decltype] = ACTIONS(4107), }, - [2179] = { - [sym_attribute_declaration] = STATE(2261), - [sym_parameter_list] = STATE(2242), - [aux_sym_attributed_declarator_repeat1] = STATE(2261), - [sym_identifier] = ACTIONS(6025), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6027), - [anon_sym_COMMA] = ACTIONS(6027), - [anon_sym_RPAREN] = ACTIONS(6027), - [aux_sym_preproc_if_token2] = ACTIONS(6027), - [aux_sym_preproc_else_token1] = ACTIONS(6027), - [aux_sym_preproc_elif_token1] = ACTIONS(6025), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6027), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6027), - [anon_sym_LPAREN2] = ACTIONS(5946), - [anon_sym_DASH] = ACTIONS(6025), - [anon_sym_PLUS] = ACTIONS(6025), - [anon_sym_STAR] = ACTIONS(6025), - [anon_sym_SLASH] = ACTIONS(6025), - [anon_sym_PERCENT] = ACTIONS(6025), - [anon_sym_PIPE_PIPE] = ACTIONS(6027), - [anon_sym_AMP_AMP] = ACTIONS(6027), - [anon_sym_PIPE] = ACTIONS(6025), - [anon_sym_CARET] = ACTIONS(6025), - [anon_sym_AMP] = ACTIONS(6025), - [anon_sym_EQ_EQ] = ACTIONS(6027), - [anon_sym_BANG_EQ] = ACTIONS(6027), - [anon_sym_GT] = ACTIONS(6025), - [anon_sym_GT_EQ] = ACTIONS(6027), - [anon_sym_LT_EQ] = ACTIONS(6025), - [anon_sym_LT] = ACTIONS(6025), - [anon_sym_LT_LT] = ACTIONS(6025), - [anon_sym_GT_GT] = ACTIONS(6025), - [anon_sym_SEMI] = ACTIONS(6027), - [anon_sym___attribute__] = ACTIONS(6025), - [anon_sym___attribute] = ACTIONS(6025), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(6027), - [anon_sym_LBRACK] = ACTIONS(5950), - [anon_sym_RBRACK] = ACTIONS(6027), - [anon_sym_EQ] = ACTIONS(6025), - [anon_sym_COLON] = ACTIONS(6027), - [anon_sym_QMARK] = ACTIONS(6027), - [anon_sym_STAR_EQ] = ACTIONS(6027), - [anon_sym_SLASH_EQ] = ACTIONS(6027), - [anon_sym_PERCENT_EQ] = ACTIONS(6027), - [anon_sym_PLUS_EQ] = ACTIONS(6027), - [anon_sym_DASH_EQ] = ACTIONS(6027), - [anon_sym_LT_LT_EQ] = ACTIONS(6027), - [anon_sym_GT_GT_EQ] = ACTIONS(6027), - [anon_sym_AMP_EQ] = ACTIONS(6027), - [anon_sym_CARET_EQ] = ACTIONS(6027), - [anon_sym_PIPE_EQ] = ACTIONS(6027), - [anon_sym_and_eq] = ACTIONS(6025), - [anon_sym_or_eq] = ACTIONS(6025), - [anon_sym_xor_eq] = ACTIONS(6025), - [anon_sym_LT_EQ_GT] = ACTIONS(6027), - [anon_sym_or] = ACTIONS(6025), - [anon_sym_and] = ACTIONS(6025), - [anon_sym_bitor] = ACTIONS(6025), - [anon_sym_xor] = ACTIONS(6025), - [anon_sym_bitand] = ACTIONS(6025), - [anon_sym_not_eq] = ACTIONS(6025), - [anon_sym_DASH_DASH] = ACTIONS(6027), - [anon_sym_PLUS_PLUS] = ACTIONS(6027), - [anon_sym_DOT] = ACTIONS(6025), - [anon_sym_DOT_STAR] = ACTIONS(6027), - [anon_sym_DASH_GT] = ACTIONS(6027), + [2238] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), + [anon_sym_COMMA] = ACTIONS(5790), + [aux_sym_preproc_if_token2] = ACTIONS(5790), + [aux_sym_preproc_else_token1] = ACTIONS(5790), + [aux_sym_preproc_elif_token1] = ACTIONS(5792), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5790), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5790), + [anon_sym_LPAREN2] = ACTIONS(5790), + [anon_sym_DASH] = ACTIONS(5792), + [anon_sym_PLUS] = ACTIONS(5792), + [anon_sym_STAR] = ACTIONS(5792), + [anon_sym_SLASH] = ACTIONS(5792), + [anon_sym_PERCENT] = ACTIONS(5792), + [anon_sym_PIPE_PIPE] = ACTIONS(5790), + [anon_sym_AMP_AMP] = ACTIONS(5790), + [anon_sym_PIPE] = ACTIONS(5792), + [anon_sym_CARET] = ACTIONS(5792), + [anon_sym_AMP] = ACTIONS(5792), + [anon_sym_EQ_EQ] = ACTIONS(5790), + [anon_sym_BANG_EQ] = ACTIONS(5790), + [anon_sym_GT] = ACTIONS(5792), + [anon_sym_GT_EQ] = ACTIONS(5790), + [anon_sym_LT_EQ] = ACTIONS(5792), + [anon_sym_LT] = ACTIONS(5792), + [anon_sym_LT_LT] = ACTIONS(5792), + [anon_sym_GT_GT] = ACTIONS(5792), + [anon_sym___attribute__] = ACTIONS(5792), + [anon_sym___attribute] = ACTIONS(5792), + [anon_sym_LBRACE] = ACTIONS(5790), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5790), + [anon_sym_EQ] = ACTIONS(5792), + [anon_sym_QMARK] = ACTIONS(5790), + [anon_sym_STAR_EQ] = ACTIONS(5790), + [anon_sym_SLASH_EQ] = ACTIONS(5790), + [anon_sym_PERCENT_EQ] = ACTIONS(5790), + [anon_sym_PLUS_EQ] = ACTIONS(5790), + [anon_sym_DASH_EQ] = ACTIONS(5790), + [anon_sym_LT_LT_EQ] = ACTIONS(5790), + [anon_sym_GT_GT_EQ] = ACTIONS(5790), + [anon_sym_AMP_EQ] = ACTIONS(5790), + [anon_sym_CARET_EQ] = ACTIONS(5790), + [anon_sym_PIPE_EQ] = ACTIONS(5790), + [anon_sym_and_eq] = ACTIONS(5792), + [anon_sym_or_eq] = ACTIONS(5792), + [anon_sym_xor_eq] = ACTIONS(5792), + [anon_sym_LT_EQ_GT] = ACTIONS(5790), + [anon_sym_or] = ACTIONS(5792), + [anon_sym_and] = ACTIONS(5792), + [anon_sym_bitor] = ACTIONS(5792), + [anon_sym_xor] = ACTIONS(5792), + [anon_sym_bitand] = ACTIONS(5792), + [anon_sym_not_eq] = ACTIONS(5792), + [anon_sym_DASH_DASH] = ACTIONS(5790), + [anon_sym_PLUS_PLUS] = ACTIONS(5790), + [anon_sym_DOT] = ACTIONS(5792), + [anon_sym_DOT_STAR] = ACTIONS(5790), + [anon_sym_DASH_GT] = ACTIONS(5790), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5792), + [anon_sym_decltype] = ACTIONS(5792), }, - [2180] = { - [sym_attribute_declaration] = STATE(2261), - [sym_parameter_list] = STATE(2242), - [aux_sym_attributed_declarator_repeat1] = STATE(2261), - [sym_identifier] = ACTIONS(6029), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6031), - [anon_sym_COMMA] = ACTIONS(6031), - [anon_sym_RPAREN] = ACTIONS(6031), - [aux_sym_preproc_if_token2] = ACTIONS(6031), - [aux_sym_preproc_else_token1] = ACTIONS(6031), - [aux_sym_preproc_elif_token1] = ACTIONS(6029), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6031), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6031), - [anon_sym_LPAREN2] = ACTIONS(5946), - [anon_sym_DASH] = ACTIONS(6029), - [anon_sym_PLUS] = ACTIONS(6029), - [anon_sym_STAR] = ACTIONS(6029), - [anon_sym_SLASH] = ACTIONS(6029), - [anon_sym_PERCENT] = ACTIONS(6029), - [anon_sym_PIPE_PIPE] = ACTIONS(6031), - [anon_sym_AMP_AMP] = ACTIONS(6031), - [anon_sym_PIPE] = ACTIONS(6029), - [anon_sym_CARET] = ACTIONS(6029), - [anon_sym_AMP] = ACTIONS(6029), - [anon_sym_EQ_EQ] = ACTIONS(6031), - [anon_sym_BANG_EQ] = ACTIONS(6031), - [anon_sym_GT] = ACTIONS(6029), - [anon_sym_GT_EQ] = ACTIONS(6031), - [anon_sym_LT_EQ] = ACTIONS(6029), - [anon_sym_LT] = ACTIONS(6029), - [anon_sym_LT_LT] = ACTIONS(6029), - [anon_sym_GT_GT] = ACTIONS(6029), - [anon_sym_SEMI] = ACTIONS(6031), - [anon_sym___attribute__] = ACTIONS(6029), - [anon_sym___attribute] = ACTIONS(6029), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(6031), - [anon_sym_LBRACK] = ACTIONS(5950), - [anon_sym_RBRACK] = ACTIONS(6031), - [anon_sym_EQ] = ACTIONS(6029), - [anon_sym_COLON] = ACTIONS(6031), - [anon_sym_QMARK] = ACTIONS(6031), - [anon_sym_STAR_EQ] = ACTIONS(6031), - [anon_sym_SLASH_EQ] = ACTIONS(6031), - [anon_sym_PERCENT_EQ] = ACTIONS(6031), - [anon_sym_PLUS_EQ] = ACTIONS(6031), - [anon_sym_DASH_EQ] = ACTIONS(6031), - [anon_sym_LT_LT_EQ] = ACTIONS(6031), - [anon_sym_GT_GT_EQ] = ACTIONS(6031), - [anon_sym_AMP_EQ] = ACTIONS(6031), - [anon_sym_CARET_EQ] = ACTIONS(6031), - [anon_sym_PIPE_EQ] = ACTIONS(6031), - [anon_sym_and_eq] = ACTIONS(6029), - [anon_sym_or_eq] = ACTIONS(6029), - [anon_sym_xor_eq] = ACTIONS(6029), - [anon_sym_LT_EQ_GT] = ACTIONS(6031), - [anon_sym_or] = ACTIONS(6029), - [anon_sym_and] = ACTIONS(6029), - [anon_sym_bitor] = ACTIONS(6029), - [anon_sym_xor] = ACTIONS(6029), - [anon_sym_bitand] = ACTIONS(6029), - [anon_sym_not_eq] = ACTIONS(6029), - [anon_sym_DASH_DASH] = ACTIONS(6031), - [anon_sym_PLUS_PLUS] = ACTIONS(6031), - [anon_sym_DOT] = ACTIONS(6029), - [anon_sym_DOT_STAR] = ACTIONS(6031), - [anon_sym_DASH_GT] = ACTIONS(6031), + [2239] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5802), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), + [anon_sym_COMMA] = ACTIONS(5800), + [aux_sym_preproc_if_token2] = ACTIONS(5800), + [aux_sym_preproc_else_token1] = ACTIONS(5800), + [aux_sym_preproc_elif_token1] = ACTIONS(5802), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5800), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5800), + [anon_sym_LPAREN2] = ACTIONS(5800), + [anon_sym_DASH] = ACTIONS(5802), + [anon_sym_PLUS] = ACTIONS(5802), + [anon_sym_STAR] = ACTIONS(5802), + [anon_sym_SLASH] = ACTIONS(5802), + [anon_sym_PERCENT] = ACTIONS(5802), + [anon_sym_PIPE_PIPE] = ACTIONS(5800), + [anon_sym_AMP_AMP] = ACTIONS(5800), + [anon_sym_PIPE] = ACTIONS(5802), + [anon_sym_CARET] = ACTIONS(5802), + [anon_sym_AMP] = ACTIONS(5802), + [anon_sym_EQ_EQ] = ACTIONS(5800), + [anon_sym_BANG_EQ] = ACTIONS(5800), + [anon_sym_GT] = ACTIONS(5802), + [anon_sym_GT_EQ] = ACTIONS(5800), + [anon_sym_LT_EQ] = ACTIONS(5802), + [anon_sym_LT] = ACTIONS(5802), + [anon_sym_LT_LT] = ACTIONS(5802), + [anon_sym_GT_GT] = ACTIONS(5802), + [anon_sym___attribute__] = ACTIONS(5802), + [anon_sym___attribute] = ACTIONS(5802), + [anon_sym_LBRACE] = ACTIONS(5800), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5800), + [anon_sym_EQ] = ACTIONS(5802), + [anon_sym_QMARK] = ACTIONS(5800), + [anon_sym_STAR_EQ] = ACTIONS(5800), + [anon_sym_SLASH_EQ] = ACTIONS(5800), + [anon_sym_PERCENT_EQ] = ACTIONS(5800), + [anon_sym_PLUS_EQ] = ACTIONS(5800), + [anon_sym_DASH_EQ] = ACTIONS(5800), + [anon_sym_LT_LT_EQ] = ACTIONS(5800), + [anon_sym_GT_GT_EQ] = ACTIONS(5800), + [anon_sym_AMP_EQ] = ACTIONS(5800), + [anon_sym_CARET_EQ] = ACTIONS(5800), + [anon_sym_PIPE_EQ] = ACTIONS(5800), + [anon_sym_and_eq] = ACTIONS(5802), + [anon_sym_or_eq] = ACTIONS(5802), + [anon_sym_xor_eq] = ACTIONS(5802), + [anon_sym_LT_EQ_GT] = ACTIONS(5800), + [anon_sym_or] = ACTIONS(5802), + [anon_sym_and] = ACTIONS(5802), + [anon_sym_bitor] = ACTIONS(5802), + [anon_sym_xor] = ACTIONS(5802), + [anon_sym_bitand] = ACTIONS(5802), + [anon_sym_not_eq] = ACTIONS(5802), + [anon_sym_DASH_DASH] = ACTIONS(5800), + [anon_sym_PLUS_PLUS] = ACTIONS(5800), + [anon_sym_DOT] = ACTIONS(5802), + [anon_sym_DOT_STAR] = ACTIONS(5800), + [anon_sym_DASH_GT] = ACTIONS(5800), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5802), + [anon_sym_decltype] = ACTIONS(5802), }, - [2181] = { - [sym_attribute_specifier] = STATE(2283), - [sym_identifier] = ACTIONS(6033), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6035), - [anon_sym_COMMA] = ACTIONS(6035), - [anon_sym_RPAREN] = ACTIONS(6035), - [aux_sym_preproc_if_token2] = ACTIONS(6035), - [aux_sym_preproc_else_token1] = ACTIONS(6035), - [aux_sym_preproc_elif_token1] = ACTIONS(6033), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6035), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6035), - [anon_sym_LPAREN2] = ACTIONS(6035), - [anon_sym_DASH] = ACTIONS(6033), - [anon_sym_PLUS] = ACTIONS(6033), - [anon_sym_STAR] = ACTIONS(6033), - [anon_sym_SLASH] = ACTIONS(6033), - [anon_sym_PERCENT] = ACTIONS(6033), - [anon_sym_PIPE_PIPE] = ACTIONS(6035), - [anon_sym_AMP_AMP] = ACTIONS(6035), - [anon_sym_PIPE] = ACTIONS(6033), - [anon_sym_CARET] = ACTIONS(6033), - [anon_sym_AMP] = ACTIONS(6033), - [anon_sym_EQ_EQ] = ACTIONS(6035), - [anon_sym_BANG_EQ] = ACTIONS(6035), - [anon_sym_GT] = ACTIONS(6033), - [anon_sym_GT_EQ] = ACTIONS(6035), - [anon_sym_LT_EQ] = ACTIONS(6033), - [anon_sym_LT] = ACTIONS(6033), - [anon_sym_LT_LT] = ACTIONS(6033), - [anon_sym_GT_GT] = ACTIONS(6033), - [anon_sym_SEMI] = ACTIONS(6035), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(6035), - [anon_sym_RBRACE] = ACTIONS(6035), - [anon_sym_LBRACK] = ACTIONS(6035), - [anon_sym_RBRACK] = ACTIONS(6035), - [anon_sym_EQ] = ACTIONS(6033), - [anon_sym_COLON] = ACTIONS(6035), - [anon_sym_QMARK] = ACTIONS(6035), - [anon_sym_STAR_EQ] = ACTIONS(6035), - [anon_sym_SLASH_EQ] = ACTIONS(6035), - [anon_sym_PERCENT_EQ] = ACTIONS(6035), - [anon_sym_PLUS_EQ] = ACTIONS(6035), - [anon_sym_DASH_EQ] = ACTIONS(6035), - [anon_sym_LT_LT_EQ] = ACTIONS(6035), - [anon_sym_GT_GT_EQ] = ACTIONS(6035), - [anon_sym_AMP_EQ] = ACTIONS(6035), - [anon_sym_CARET_EQ] = ACTIONS(6035), - [anon_sym_PIPE_EQ] = ACTIONS(6035), - [anon_sym_and_eq] = ACTIONS(6033), - [anon_sym_or_eq] = ACTIONS(6033), - [anon_sym_xor_eq] = ACTIONS(6033), - [anon_sym_LT_EQ_GT] = ACTIONS(6035), - [anon_sym_or] = ACTIONS(6033), - [anon_sym_and] = ACTIONS(6033), - [anon_sym_bitor] = ACTIONS(6033), - [anon_sym_xor] = ACTIONS(6033), - [anon_sym_bitand] = ACTIONS(6033), - [anon_sym_not_eq] = ACTIONS(6033), - [anon_sym_DASH_DASH] = ACTIONS(6035), - [anon_sym_PLUS_PLUS] = ACTIONS(6035), - [anon_sym_DOT] = ACTIONS(6033), - [anon_sym_DOT_STAR] = ACTIONS(6035), - [anon_sym_DASH_GT] = ACTIONS(6035), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6033), - [anon_sym_decltype] = ACTIONS(6033), + [2240] = { + [sym_identifier] = ACTIONS(5606), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5608), + [anon_sym_COMMA] = ACTIONS(5608), + [anon_sym_RPAREN] = ACTIONS(5608), + [aux_sym_preproc_if_token2] = ACTIONS(5608), + [aux_sym_preproc_else_token1] = ACTIONS(5608), + [aux_sym_preproc_elif_token1] = ACTIONS(5606), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5608), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5608), + [anon_sym_LPAREN2] = ACTIONS(5608), + [anon_sym_DASH] = ACTIONS(5606), + [anon_sym_PLUS] = ACTIONS(5606), + [anon_sym_STAR] = ACTIONS(5606), + [anon_sym_SLASH] = ACTIONS(5606), + [anon_sym_PERCENT] = ACTIONS(5606), + [anon_sym_PIPE_PIPE] = ACTIONS(5608), + [anon_sym_AMP_AMP] = ACTIONS(5608), + [anon_sym_PIPE] = ACTIONS(5606), + [anon_sym_CARET] = ACTIONS(5606), + [anon_sym_AMP] = ACTIONS(5606), + [anon_sym_EQ_EQ] = ACTIONS(5608), + [anon_sym_BANG_EQ] = ACTIONS(5608), + [anon_sym_GT] = ACTIONS(5606), + [anon_sym_GT_EQ] = ACTIONS(5608), + [anon_sym_LT_EQ] = ACTIONS(5606), + [anon_sym_LT] = ACTIONS(5606), + [anon_sym_LT_LT] = ACTIONS(5606), + [anon_sym_GT_GT] = ACTIONS(5606), + [anon_sym_SEMI] = ACTIONS(5608), + [anon_sym___attribute__] = ACTIONS(5606), + [anon_sym___attribute] = ACTIONS(5606), + [anon_sym_LBRACE] = ACTIONS(5608), + [anon_sym_RBRACE] = ACTIONS(5608), + [anon_sym_LBRACK] = ACTIONS(5608), + [anon_sym_RBRACK] = ACTIONS(5608), + [anon_sym_EQ] = ACTIONS(5606), + [anon_sym_COLON] = ACTIONS(5608), + [anon_sym_QMARK] = ACTIONS(5608), + [anon_sym_STAR_EQ] = ACTIONS(5608), + [anon_sym_SLASH_EQ] = ACTIONS(5608), + [anon_sym_PERCENT_EQ] = ACTIONS(5608), + [anon_sym_PLUS_EQ] = ACTIONS(5608), + [anon_sym_DASH_EQ] = ACTIONS(5608), + [anon_sym_LT_LT_EQ] = ACTIONS(5608), + [anon_sym_GT_GT_EQ] = ACTIONS(5608), + [anon_sym_AMP_EQ] = ACTIONS(5608), + [anon_sym_CARET_EQ] = ACTIONS(5608), + [anon_sym_PIPE_EQ] = ACTIONS(5608), + [anon_sym_and_eq] = ACTIONS(5606), + [anon_sym_or_eq] = ACTIONS(5606), + [anon_sym_xor_eq] = ACTIONS(5606), + [anon_sym_LT_EQ_GT] = ACTIONS(5608), + [anon_sym_or] = ACTIONS(5606), + [anon_sym_and] = ACTIONS(5606), + [anon_sym_bitor] = ACTIONS(5606), + [anon_sym_xor] = ACTIONS(5606), + [anon_sym_bitand] = ACTIONS(5606), + [anon_sym_not_eq] = ACTIONS(5606), + [anon_sym_DASH_DASH] = ACTIONS(5608), + [anon_sym_PLUS_PLUS] = ACTIONS(5608), + [anon_sym_DOT] = ACTIONS(5606), + [anon_sym_DOT_STAR] = ACTIONS(5608), + [anon_sym_DASH_GT] = ACTIONS(5608), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5606), + [anon_sym_decltype] = ACTIONS(5606), }, - [2182] = { - [sym_attribute_declaration] = STATE(2261), - [sym_parameter_list] = STATE(2242), - [aux_sym_attributed_declarator_repeat1] = STATE(2261), - [sym_identifier] = ACTIONS(6037), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6039), - [anon_sym_COMMA] = ACTIONS(6039), - [anon_sym_RPAREN] = ACTIONS(6039), - [aux_sym_preproc_if_token2] = ACTIONS(6039), - [aux_sym_preproc_else_token1] = ACTIONS(6039), - [aux_sym_preproc_elif_token1] = ACTIONS(6037), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6039), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6039), - [anon_sym_LPAREN2] = ACTIONS(5946), - [anon_sym_DASH] = ACTIONS(6037), - [anon_sym_PLUS] = ACTIONS(6037), - [anon_sym_STAR] = ACTIONS(6037), - [anon_sym_SLASH] = ACTIONS(6037), - [anon_sym_PERCENT] = ACTIONS(6037), - [anon_sym_PIPE_PIPE] = ACTIONS(6039), - [anon_sym_AMP_AMP] = ACTIONS(6039), - [anon_sym_PIPE] = ACTIONS(6037), - [anon_sym_CARET] = ACTIONS(6037), - [anon_sym_AMP] = ACTIONS(6037), - [anon_sym_EQ_EQ] = ACTIONS(6039), - [anon_sym_BANG_EQ] = ACTIONS(6039), - [anon_sym_GT] = ACTIONS(6037), - [anon_sym_GT_EQ] = ACTIONS(6039), - [anon_sym_LT_EQ] = ACTIONS(6037), - [anon_sym_LT] = ACTIONS(6037), - [anon_sym_LT_LT] = ACTIONS(6037), - [anon_sym_GT_GT] = ACTIONS(6037), - [anon_sym_SEMI] = ACTIONS(6039), - [anon_sym___attribute__] = ACTIONS(6037), - [anon_sym___attribute] = ACTIONS(6037), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(6039), - [anon_sym_LBRACK] = ACTIONS(5950), - [anon_sym_RBRACK] = ACTIONS(6039), - [anon_sym_EQ] = ACTIONS(6037), - [anon_sym_COLON] = ACTIONS(6039), - [anon_sym_QMARK] = ACTIONS(6039), - [anon_sym_STAR_EQ] = ACTIONS(6039), - [anon_sym_SLASH_EQ] = ACTIONS(6039), - [anon_sym_PERCENT_EQ] = ACTIONS(6039), - [anon_sym_PLUS_EQ] = ACTIONS(6039), - [anon_sym_DASH_EQ] = ACTIONS(6039), - [anon_sym_LT_LT_EQ] = ACTIONS(6039), - [anon_sym_GT_GT_EQ] = ACTIONS(6039), - [anon_sym_AMP_EQ] = ACTIONS(6039), - [anon_sym_CARET_EQ] = ACTIONS(6039), - [anon_sym_PIPE_EQ] = ACTIONS(6039), - [anon_sym_and_eq] = ACTIONS(6037), - [anon_sym_or_eq] = ACTIONS(6037), - [anon_sym_xor_eq] = ACTIONS(6037), - [anon_sym_LT_EQ_GT] = ACTIONS(6039), - [anon_sym_or] = ACTIONS(6037), - [anon_sym_and] = ACTIONS(6037), - [anon_sym_bitor] = ACTIONS(6037), - [anon_sym_xor] = ACTIONS(6037), - [anon_sym_bitand] = ACTIONS(6037), - [anon_sym_not_eq] = ACTIONS(6037), - [anon_sym_DASH_DASH] = ACTIONS(6039), - [anon_sym_PLUS_PLUS] = ACTIONS(6039), - [anon_sym_DOT] = ACTIONS(6037), - [anon_sym_DOT_STAR] = ACTIONS(6039), - [anon_sym_DASH_GT] = ACTIONS(6039), + [2241] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2244), + [sym_identifier] = ACTIONS(5774), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), + [anon_sym_COMMA] = ACTIONS(5772), + [aux_sym_preproc_if_token2] = ACTIONS(5772), + [aux_sym_preproc_else_token1] = ACTIONS(5772), + [aux_sym_preproc_elif_token1] = ACTIONS(5774), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5772), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5772), + [anon_sym_LPAREN2] = ACTIONS(5772), + [anon_sym_DASH] = ACTIONS(5774), + [anon_sym_PLUS] = ACTIONS(5774), + [anon_sym_STAR] = ACTIONS(5774), + [anon_sym_SLASH] = ACTIONS(5774), + [anon_sym_PERCENT] = ACTIONS(5774), + [anon_sym_PIPE_PIPE] = ACTIONS(5772), + [anon_sym_AMP_AMP] = ACTIONS(5772), + [anon_sym_PIPE] = ACTIONS(5774), + [anon_sym_CARET] = ACTIONS(5774), + [anon_sym_AMP] = ACTIONS(5774), + [anon_sym_EQ_EQ] = ACTIONS(5772), + [anon_sym_BANG_EQ] = ACTIONS(5772), + [anon_sym_GT] = ACTIONS(5774), + [anon_sym_GT_EQ] = ACTIONS(5772), + [anon_sym_LT_EQ] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT_LT] = ACTIONS(5774), + [anon_sym_GT_GT] = ACTIONS(5774), + [anon_sym___attribute__] = ACTIONS(5774), + [anon_sym___attribute] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(5772), + [anon_sym_signed] = ACTIONS(6130), + [anon_sym_unsigned] = ACTIONS(6130), + [anon_sym_long] = ACTIONS(6130), + [anon_sym_short] = ACTIONS(6130), + [anon_sym_LBRACK] = ACTIONS(5772), + [anon_sym_EQ] = ACTIONS(5774), + [anon_sym_QMARK] = ACTIONS(5772), + [anon_sym_STAR_EQ] = ACTIONS(5772), + [anon_sym_SLASH_EQ] = ACTIONS(5772), + [anon_sym_PERCENT_EQ] = ACTIONS(5772), + [anon_sym_PLUS_EQ] = ACTIONS(5772), + [anon_sym_DASH_EQ] = ACTIONS(5772), + [anon_sym_LT_LT_EQ] = ACTIONS(5772), + [anon_sym_GT_GT_EQ] = ACTIONS(5772), + [anon_sym_AMP_EQ] = ACTIONS(5772), + [anon_sym_CARET_EQ] = ACTIONS(5772), + [anon_sym_PIPE_EQ] = ACTIONS(5772), + [anon_sym_and_eq] = ACTIONS(5774), + [anon_sym_or_eq] = ACTIONS(5774), + [anon_sym_xor_eq] = ACTIONS(5774), + [anon_sym_LT_EQ_GT] = ACTIONS(5772), + [anon_sym_or] = ACTIONS(5774), + [anon_sym_and] = ACTIONS(5774), + [anon_sym_bitor] = ACTIONS(5774), + [anon_sym_xor] = ACTIONS(5774), + [anon_sym_bitand] = ACTIONS(5774), + [anon_sym_not_eq] = ACTIONS(5774), + [anon_sym_DASH_DASH] = ACTIONS(5772), + [anon_sym_PLUS_PLUS] = ACTIONS(5772), + [anon_sym_DOT] = ACTIONS(5774), + [anon_sym_DOT_STAR] = ACTIONS(5772), + [anon_sym_DASH_GT] = ACTIONS(5772), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5774), + [anon_sym_decltype] = ACTIONS(5774), }, - [2183] = { - [sym_string_literal] = STATE(2169), - [sym_template_argument_list] = STATE(3216), - [sym_raw_string_literal] = STATE(2169), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4927), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4117), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4109), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4117), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [2242] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2245), + [sym_identifier] = ACTIONS(5796), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5794), + [anon_sym_COMMA] = ACTIONS(5794), + [aux_sym_preproc_if_token2] = ACTIONS(5794), + [aux_sym_preproc_else_token1] = ACTIONS(5794), + [aux_sym_preproc_elif_token1] = ACTIONS(5796), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5794), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5794), + [anon_sym_LPAREN2] = ACTIONS(5794), + [anon_sym_DASH] = ACTIONS(5796), + [anon_sym_PLUS] = ACTIONS(5796), + [anon_sym_STAR] = ACTIONS(5796), + [anon_sym_SLASH] = ACTIONS(5796), + [anon_sym_PERCENT] = ACTIONS(5796), + [anon_sym_PIPE_PIPE] = ACTIONS(5794), + [anon_sym_AMP_AMP] = ACTIONS(5794), + [anon_sym_PIPE] = ACTIONS(5796), + [anon_sym_CARET] = ACTIONS(5796), + [anon_sym_AMP] = ACTIONS(5796), + [anon_sym_EQ_EQ] = ACTIONS(5794), + [anon_sym_BANG_EQ] = ACTIONS(5794), + [anon_sym_GT] = ACTIONS(5796), + [anon_sym_GT_EQ] = ACTIONS(5794), + [anon_sym_LT_EQ] = ACTIONS(5796), + [anon_sym_LT] = ACTIONS(5796), + [anon_sym_LT_LT] = ACTIONS(5796), + [anon_sym_GT_GT] = ACTIONS(5796), + [anon_sym___attribute__] = ACTIONS(5796), + [anon_sym___attribute] = ACTIONS(5796), + [anon_sym_LBRACE] = ACTIONS(5794), + [anon_sym_signed] = ACTIONS(6132), + [anon_sym_unsigned] = ACTIONS(6132), + [anon_sym_long] = ACTIONS(6132), + [anon_sym_short] = ACTIONS(6132), + [anon_sym_LBRACK] = ACTIONS(5794), + [anon_sym_EQ] = ACTIONS(5796), + [anon_sym_QMARK] = ACTIONS(5794), + [anon_sym_STAR_EQ] = ACTIONS(5794), + [anon_sym_SLASH_EQ] = ACTIONS(5794), + [anon_sym_PERCENT_EQ] = ACTIONS(5794), + [anon_sym_PLUS_EQ] = ACTIONS(5794), + [anon_sym_DASH_EQ] = ACTIONS(5794), + [anon_sym_LT_LT_EQ] = ACTIONS(5794), + [anon_sym_GT_GT_EQ] = ACTIONS(5794), + [anon_sym_AMP_EQ] = ACTIONS(5794), + [anon_sym_CARET_EQ] = ACTIONS(5794), + [anon_sym_PIPE_EQ] = ACTIONS(5794), + [anon_sym_and_eq] = ACTIONS(5796), + [anon_sym_or_eq] = ACTIONS(5796), + [anon_sym_xor_eq] = ACTIONS(5796), + [anon_sym_LT_EQ_GT] = ACTIONS(5794), + [anon_sym_or] = ACTIONS(5796), + [anon_sym_and] = ACTIONS(5796), + [anon_sym_bitor] = ACTIONS(5796), + [anon_sym_xor] = ACTIONS(5796), + [anon_sym_bitand] = ACTIONS(5796), + [anon_sym_not_eq] = ACTIONS(5796), + [anon_sym_DASH_DASH] = ACTIONS(5794), + [anon_sym_PLUS_PLUS] = ACTIONS(5794), + [anon_sym_DOT] = ACTIONS(5796), + [anon_sym_DOT_STAR] = ACTIONS(5794), + [anon_sym_DASH_GT] = ACTIONS(5794), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(4109), + [sym_auto] = ACTIONS(5796), + [anon_sym_decltype] = ACTIONS(5796), }, - [2184] = { - [sym_template_argument_list] = STATE(1577), - [aux_sym_sized_type_specifier_repeat1] = STATE(2315), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5910), - [anon_sym_COMMA] = ACTIONS(5910), - [anon_sym_RPAREN] = ACTIONS(5910), - [anon_sym_LPAREN2] = ACTIONS(5910), - [anon_sym_DASH] = ACTIONS(5908), - [anon_sym_PLUS] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(5908), - [anon_sym_SLASH] = ACTIONS(5908), - [anon_sym_PERCENT] = ACTIONS(5908), - [anon_sym_PIPE_PIPE] = ACTIONS(5910), - [anon_sym_AMP_AMP] = ACTIONS(5910), - [anon_sym_PIPE] = ACTIONS(5908), - [anon_sym_CARET] = ACTIONS(5908), - [anon_sym_AMP] = ACTIONS(5908), - [anon_sym_EQ_EQ] = ACTIONS(5910), - [anon_sym_BANG_EQ] = ACTIONS(5910), - [anon_sym_GT] = ACTIONS(5908), - [anon_sym_GT_EQ] = ACTIONS(5910), - [anon_sym_LT_EQ] = ACTIONS(5908), - [anon_sym_LT] = ACTIONS(5908), - [anon_sym_LT_LT] = ACTIONS(5908), - [anon_sym_GT_GT] = ACTIONS(5908), - [anon_sym_SEMI] = ACTIONS(5910), - [anon_sym___attribute__] = ACTIONS(5910), - [anon_sym___attribute] = ACTIONS(5908), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(5910), - [anon_sym_RBRACE] = ACTIONS(5910), - [anon_sym_signed] = ACTIONS(5970), - [anon_sym_unsigned] = ACTIONS(5970), - [anon_sym_long] = ACTIONS(5970), - [anon_sym_short] = ACTIONS(5970), - [anon_sym_LBRACK] = ACTIONS(5910), - [anon_sym_RBRACK] = ACTIONS(5910), - [anon_sym_EQ] = ACTIONS(5908), - [anon_sym_COLON] = ACTIONS(5908), - [anon_sym_QMARK] = ACTIONS(5910), - [anon_sym_STAR_EQ] = ACTIONS(5910), - [anon_sym_SLASH_EQ] = ACTIONS(5910), - [anon_sym_PERCENT_EQ] = ACTIONS(5910), - [anon_sym_PLUS_EQ] = ACTIONS(5910), - [anon_sym_DASH_EQ] = ACTIONS(5910), - [anon_sym_LT_LT_EQ] = ACTIONS(5910), - [anon_sym_GT_GT_EQ] = ACTIONS(5910), - [anon_sym_AMP_EQ] = ACTIONS(5910), - [anon_sym_CARET_EQ] = ACTIONS(5910), - [anon_sym_PIPE_EQ] = ACTIONS(5910), - [anon_sym_and_eq] = ACTIONS(5910), - [anon_sym_or_eq] = ACTIONS(5910), - [anon_sym_xor_eq] = ACTIONS(5910), - [anon_sym_LT_EQ_GT] = ACTIONS(5910), - [anon_sym_or] = ACTIONS(5908), - [anon_sym_and] = ACTIONS(5908), - [anon_sym_bitor] = ACTIONS(5910), - [anon_sym_xor] = ACTIONS(5908), - [anon_sym_bitand] = ACTIONS(5910), - [anon_sym_not_eq] = ACTIONS(5910), - [anon_sym_DASH_DASH] = ACTIONS(5910), - [anon_sym_PLUS_PLUS] = ACTIONS(5910), - [anon_sym_DOT] = ACTIONS(5908), - [anon_sym_DOT_STAR] = ACTIONS(5910), - [anon_sym_DASH_GT] = ACTIONS(5910), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5910), - [anon_sym_decltype] = ACTIONS(5910), + [2243] = { + [sym_attribute_specifier] = STATE(1825), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6020), + [anon_sym_COMMA] = ACTIONS(6020), + [anon_sym_RPAREN] = ACTIONS(6020), + [anon_sym_LPAREN2] = ACTIONS(6020), + [anon_sym_DASH] = ACTIONS(6018), + [anon_sym_PLUS] = ACTIONS(6018), + [anon_sym_STAR] = ACTIONS(6020), + [anon_sym_SLASH] = ACTIONS(6018), + [anon_sym_PERCENT] = ACTIONS(6020), + [anon_sym_PIPE_PIPE] = ACTIONS(6020), + [anon_sym_AMP_AMP] = ACTIONS(6020), + [anon_sym_PIPE] = ACTIONS(6018), + [anon_sym_CARET] = ACTIONS(6020), + [anon_sym_AMP] = ACTIONS(6018), + [anon_sym_EQ_EQ] = ACTIONS(6020), + [anon_sym_BANG_EQ] = ACTIONS(6020), + [anon_sym_GT] = ACTIONS(6018), + [anon_sym_GT_EQ] = ACTIONS(6020), + [anon_sym_LT_EQ] = ACTIONS(6018), + [anon_sym_LT] = ACTIONS(6018), + [anon_sym_LT_LT] = ACTIONS(6020), + [anon_sym_GT_GT] = ACTIONS(6020), + [anon_sym_SEMI] = ACTIONS(6020), + [anon_sym___extension__] = ACTIONS(6020), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6020), + [anon_sym_RBRACE] = ACTIONS(6020), + [anon_sym_LBRACK] = ACTIONS(6020), + [anon_sym_RBRACK] = ACTIONS(6020), + [anon_sym_const] = ACTIONS(6018), + [anon_sym_constexpr] = ACTIONS(6020), + [anon_sym_volatile] = ACTIONS(6020), + [anon_sym_restrict] = ACTIONS(6020), + [anon_sym___restrict__] = ACTIONS(6020), + [anon_sym__Atomic] = ACTIONS(6020), + [anon_sym__Noreturn] = ACTIONS(6020), + [anon_sym_noreturn] = ACTIONS(6020), + [anon_sym__Nonnull] = ACTIONS(6020), + [anon_sym_mutable] = ACTIONS(6020), + [anon_sym_constinit] = ACTIONS(6020), + [anon_sym_consteval] = ACTIONS(6020), + [anon_sym_PROGMEM] = ACTIONS(6020), + [anon_sym_alignas] = ACTIONS(6020), + [anon_sym__Alignas] = ACTIONS(6020), + [anon_sym_COLON] = ACTIONS(6020), + [anon_sym_QMARK] = ACTIONS(6020), + [anon_sym_LT_EQ_GT] = ACTIONS(6020), + [anon_sym_or] = ACTIONS(6020), + [anon_sym_and] = ACTIONS(6020), + [anon_sym_bitor] = ACTIONS(6020), + [anon_sym_xor] = ACTIONS(6020), + [anon_sym_bitand] = ACTIONS(6020), + [anon_sym_not_eq] = ACTIONS(6020), + [anon_sym_DASH_DASH] = ACTIONS(6020), + [anon_sym_PLUS_PLUS] = ACTIONS(6020), + [anon_sym_DOT] = ACTIONS(6018), + [anon_sym_DOT_STAR] = ACTIONS(6020), + [anon_sym_DASH_GT] = ACTIONS(6020), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6020), + [anon_sym_decltype] = ACTIONS(6020), + [anon_sym_final] = ACTIONS(6020), + [anon_sym_override] = ACTIONS(6020), + [anon_sym_requires] = ACTIONS(6020), }, - [2185] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4376), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [2244] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5752), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5750), + [anon_sym_COMMA] = ACTIONS(5750), + [aux_sym_preproc_if_token2] = ACTIONS(5750), + [aux_sym_preproc_else_token1] = ACTIONS(5750), + [aux_sym_preproc_elif_token1] = ACTIONS(5752), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5750), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5750), + [anon_sym_LPAREN2] = ACTIONS(5750), + [anon_sym_DASH] = ACTIONS(5752), + [anon_sym_PLUS] = ACTIONS(5752), + [anon_sym_STAR] = ACTIONS(5752), + [anon_sym_SLASH] = ACTIONS(5752), + [anon_sym_PERCENT] = ACTIONS(5752), + [anon_sym_PIPE_PIPE] = ACTIONS(5750), + [anon_sym_AMP_AMP] = ACTIONS(5750), + [anon_sym_PIPE] = ACTIONS(5752), + [anon_sym_CARET] = ACTIONS(5752), + [anon_sym_AMP] = ACTIONS(5752), + [anon_sym_EQ_EQ] = ACTIONS(5750), + [anon_sym_BANG_EQ] = ACTIONS(5750), + [anon_sym_GT] = ACTIONS(5752), + [anon_sym_GT_EQ] = ACTIONS(5750), + [anon_sym_LT_EQ] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5752), + [anon_sym_LT_LT] = ACTIONS(5752), + [anon_sym_GT_GT] = ACTIONS(5752), + [anon_sym___attribute__] = ACTIONS(5752), + [anon_sym___attribute] = ACTIONS(5752), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5750), + [anon_sym_EQ] = ACTIONS(5752), + [anon_sym_QMARK] = ACTIONS(5750), + [anon_sym_STAR_EQ] = ACTIONS(5750), + [anon_sym_SLASH_EQ] = ACTIONS(5750), + [anon_sym_PERCENT_EQ] = ACTIONS(5750), + [anon_sym_PLUS_EQ] = ACTIONS(5750), + [anon_sym_DASH_EQ] = ACTIONS(5750), + [anon_sym_LT_LT_EQ] = ACTIONS(5750), + [anon_sym_GT_GT_EQ] = ACTIONS(5750), + [anon_sym_AMP_EQ] = ACTIONS(5750), + [anon_sym_CARET_EQ] = ACTIONS(5750), + [anon_sym_PIPE_EQ] = ACTIONS(5750), + [anon_sym_and_eq] = ACTIONS(5752), + [anon_sym_or_eq] = ACTIONS(5752), + [anon_sym_xor_eq] = ACTIONS(5752), + [anon_sym_LT_EQ_GT] = ACTIONS(5750), + [anon_sym_or] = ACTIONS(5752), + [anon_sym_and] = ACTIONS(5752), + [anon_sym_bitor] = ACTIONS(5752), + [anon_sym_xor] = ACTIONS(5752), + [anon_sym_bitand] = ACTIONS(5752), + [anon_sym_not_eq] = ACTIONS(5752), + [anon_sym_DASH_DASH] = ACTIONS(5750), + [anon_sym_PLUS_PLUS] = ACTIONS(5750), + [anon_sym_DOT] = ACTIONS(5752), + [anon_sym_DOT_STAR] = ACTIONS(5750), + [anon_sym_DASH_GT] = ACTIONS(5750), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5752), + [anon_sym_decltype] = ACTIONS(5752), }, - [2186] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [aux_sym_structured_binding_declarator_repeat1] = STATE(7231), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6041), - [anon_sym_COMMA] = ACTIONS(6044), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(6047), - [anon_sym_EQ] = ACTIONS(6051), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5940), - [anon_sym_SLASH_EQ] = ACTIONS(5940), - [anon_sym_PERCENT_EQ] = ACTIONS(5940), - [anon_sym_PLUS_EQ] = ACTIONS(5940), - [anon_sym_DASH_EQ] = ACTIONS(5940), - [anon_sym_LT_LT_EQ] = ACTIONS(5940), - [anon_sym_GT_GT_EQ] = ACTIONS(5940), - [anon_sym_AMP_EQ] = ACTIONS(5940), - [anon_sym_CARET_EQ] = ACTIONS(5940), - [anon_sym_PIPE_EQ] = ACTIONS(5940), - [anon_sym_and_eq] = ACTIONS(5940), - [anon_sym_or_eq] = ACTIONS(5940), - [anon_sym_xor_eq] = ACTIONS(5940), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [2245] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5758), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), + [anon_sym_COMMA] = ACTIONS(5756), + [aux_sym_preproc_if_token2] = ACTIONS(5756), + [aux_sym_preproc_else_token1] = ACTIONS(5756), + [aux_sym_preproc_elif_token1] = ACTIONS(5758), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5756), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5756), + [anon_sym_LPAREN2] = ACTIONS(5756), + [anon_sym_DASH] = ACTIONS(5758), + [anon_sym_PLUS] = ACTIONS(5758), + [anon_sym_STAR] = ACTIONS(5758), + [anon_sym_SLASH] = ACTIONS(5758), + [anon_sym_PERCENT] = ACTIONS(5758), + [anon_sym_PIPE_PIPE] = ACTIONS(5756), + [anon_sym_AMP_AMP] = ACTIONS(5756), + [anon_sym_PIPE] = ACTIONS(5758), + [anon_sym_CARET] = ACTIONS(5758), + [anon_sym_AMP] = ACTIONS(5758), + [anon_sym_EQ_EQ] = ACTIONS(5756), + [anon_sym_BANG_EQ] = ACTIONS(5756), + [anon_sym_GT] = ACTIONS(5758), + [anon_sym_GT_EQ] = ACTIONS(5756), + [anon_sym_LT_EQ] = ACTIONS(5758), + [anon_sym_LT] = ACTIONS(5758), + [anon_sym_LT_LT] = ACTIONS(5758), + [anon_sym_GT_GT] = ACTIONS(5758), + [anon_sym___attribute__] = ACTIONS(5758), + [anon_sym___attribute] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(5756), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5756), + [anon_sym_EQ] = ACTIONS(5758), + [anon_sym_QMARK] = ACTIONS(5756), + [anon_sym_STAR_EQ] = ACTIONS(5756), + [anon_sym_SLASH_EQ] = ACTIONS(5756), + [anon_sym_PERCENT_EQ] = ACTIONS(5756), + [anon_sym_PLUS_EQ] = ACTIONS(5756), + [anon_sym_DASH_EQ] = ACTIONS(5756), + [anon_sym_LT_LT_EQ] = ACTIONS(5756), + [anon_sym_GT_GT_EQ] = ACTIONS(5756), + [anon_sym_AMP_EQ] = ACTIONS(5756), + [anon_sym_CARET_EQ] = ACTIONS(5756), + [anon_sym_PIPE_EQ] = ACTIONS(5756), + [anon_sym_and_eq] = ACTIONS(5758), + [anon_sym_or_eq] = ACTIONS(5758), + [anon_sym_xor_eq] = ACTIONS(5758), + [anon_sym_LT_EQ_GT] = ACTIONS(5756), + [anon_sym_or] = ACTIONS(5758), + [anon_sym_and] = ACTIONS(5758), + [anon_sym_bitor] = ACTIONS(5758), + [anon_sym_xor] = ACTIONS(5758), + [anon_sym_bitand] = ACTIONS(5758), + [anon_sym_not_eq] = ACTIONS(5758), + [anon_sym_DASH_DASH] = ACTIONS(5756), + [anon_sym_PLUS_PLUS] = ACTIONS(5756), + [anon_sym_DOT] = ACTIONS(5758), + [anon_sym_DOT_STAR] = ACTIONS(5756), + [anon_sym_DASH_GT] = ACTIONS(5756), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [sym_auto] = ACTIONS(5758), + [anon_sym_decltype] = ACTIONS(5758), }, - [2187] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4141), - [anon_sym_COLON] = ACTIONS(4171), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4145), - [anon_sym_SLASH_EQ] = ACTIONS(4145), - [anon_sym_PERCENT_EQ] = ACTIONS(4145), - [anon_sym_PLUS_EQ] = ACTIONS(4145), - [anon_sym_DASH_EQ] = ACTIONS(4145), - [anon_sym_LT_LT_EQ] = ACTIONS(4145), - [anon_sym_GT_GT_EQ] = ACTIONS(4145), - [anon_sym_AMP_EQ] = ACTIONS(4145), - [anon_sym_CARET_EQ] = ACTIONS(4145), - [anon_sym_PIPE_EQ] = ACTIONS(4145), - [anon_sym_and_eq] = ACTIONS(4145), - [anon_sym_or_eq] = ACTIONS(4145), - [anon_sym_xor_eq] = ACTIONS(4145), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), + [2246] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2250), + [sym_identifier] = ACTIONS(5762), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), + [anon_sym_COMMA] = ACTIONS(5760), + [aux_sym_preproc_if_token2] = ACTIONS(5760), + [aux_sym_preproc_else_token1] = ACTIONS(5760), + [aux_sym_preproc_elif_token1] = ACTIONS(5762), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5760), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5760), + [anon_sym_LPAREN2] = ACTIONS(5760), + [anon_sym_DASH] = ACTIONS(5762), + [anon_sym_PLUS] = ACTIONS(5762), + [anon_sym_STAR] = ACTIONS(5762), + [anon_sym_SLASH] = ACTIONS(5762), + [anon_sym_PERCENT] = ACTIONS(5762), + [anon_sym_PIPE_PIPE] = ACTIONS(5760), + [anon_sym_AMP_AMP] = ACTIONS(5760), + [anon_sym_PIPE] = ACTIONS(5762), + [anon_sym_CARET] = ACTIONS(5762), + [anon_sym_AMP] = ACTIONS(5762), + [anon_sym_EQ_EQ] = ACTIONS(5760), + [anon_sym_BANG_EQ] = ACTIONS(5760), + [anon_sym_GT] = ACTIONS(5762), + [anon_sym_GT_EQ] = ACTIONS(5760), + [anon_sym_LT_EQ] = ACTIONS(5762), + [anon_sym_LT] = ACTIONS(5762), + [anon_sym_LT_LT] = ACTIONS(5762), + [anon_sym_GT_GT] = ACTIONS(5762), + [anon_sym___attribute__] = ACTIONS(5762), + [anon_sym___attribute] = ACTIONS(5762), + [anon_sym_LBRACE] = ACTIONS(5760), + [anon_sym_signed] = ACTIONS(6134), + [anon_sym_unsigned] = ACTIONS(6134), + [anon_sym_long] = ACTIONS(6134), + [anon_sym_short] = ACTIONS(6134), + [anon_sym_LBRACK] = ACTIONS(5760), + [anon_sym_EQ] = ACTIONS(5762), + [anon_sym_QMARK] = ACTIONS(5760), + [anon_sym_STAR_EQ] = ACTIONS(5760), + [anon_sym_SLASH_EQ] = ACTIONS(5760), + [anon_sym_PERCENT_EQ] = ACTIONS(5760), + [anon_sym_PLUS_EQ] = ACTIONS(5760), + [anon_sym_DASH_EQ] = ACTIONS(5760), + [anon_sym_LT_LT_EQ] = ACTIONS(5760), + [anon_sym_GT_GT_EQ] = ACTIONS(5760), + [anon_sym_AMP_EQ] = ACTIONS(5760), + [anon_sym_CARET_EQ] = ACTIONS(5760), + [anon_sym_PIPE_EQ] = ACTIONS(5760), + [anon_sym_and_eq] = ACTIONS(5762), + [anon_sym_or_eq] = ACTIONS(5762), + [anon_sym_xor_eq] = ACTIONS(5762), + [anon_sym_LT_EQ_GT] = ACTIONS(5760), + [anon_sym_or] = ACTIONS(5762), + [anon_sym_and] = ACTIONS(5762), + [anon_sym_bitor] = ACTIONS(5762), + [anon_sym_xor] = ACTIONS(5762), + [anon_sym_bitand] = ACTIONS(5762), + [anon_sym_not_eq] = ACTIONS(5762), + [anon_sym_DASH_DASH] = ACTIONS(5760), + [anon_sym_PLUS_PLUS] = ACTIONS(5760), + [anon_sym_DOT] = ACTIONS(5762), + [anon_sym_DOT_STAR] = ACTIONS(5760), + [anon_sym_DASH_GT] = ACTIONS(5760), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [sym_auto] = ACTIONS(5762), + [anon_sym_decltype] = ACTIONS(5762), }, - [2188] = { - [sym_string_literal] = STATE(2188), - [sym_raw_string_literal] = STATE(2188), - [aux_sym_concatenated_string_repeat1] = STATE(2188), - [sym_identifier] = ACTIONS(6053), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5384), - [anon_sym_COMMA] = ACTIONS(5384), - [anon_sym_RPAREN] = ACTIONS(5384), - [anon_sym_LPAREN2] = ACTIONS(5384), - [anon_sym_DASH] = ACTIONS(5386), - [anon_sym_PLUS] = ACTIONS(5386), - [anon_sym_STAR] = ACTIONS(5386), - [anon_sym_SLASH] = ACTIONS(5386), - [anon_sym_PERCENT] = ACTIONS(5386), - [anon_sym_PIPE_PIPE] = ACTIONS(5384), - [anon_sym_AMP_AMP] = ACTIONS(5384), - [anon_sym_PIPE] = ACTIONS(5386), - [anon_sym_CARET] = ACTIONS(5386), - [anon_sym_AMP] = ACTIONS(5386), - [anon_sym_EQ_EQ] = ACTIONS(5384), - [anon_sym_BANG_EQ] = ACTIONS(5384), - [anon_sym_GT] = ACTIONS(5386), - [anon_sym_GT_EQ] = ACTIONS(5384), - [anon_sym_LT_EQ] = ACTIONS(5386), - [anon_sym_LT] = ACTIONS(5386), - [anon_sym_LT_LT] = ACTIONS(5386), - [anon_sym_GT_GT] = ACTIONS(5386), - [anon_sym_LBRACK] = ACTIONS(5384), - [anon_sym_EQ] = ACTIONS(5386), - [anon_sym_QMARK] = ACTIONS(5384), - [anon_sym_STAR_EQ] = ACTIONS(5384), - [anon_sym_SLASH_EQ] = ACTIONS(5384), - [anon_sym_PERCENT_EQ] = ACTIONS(5384), - [anon_sym_PLUS_EQ] = ACTIONS(5384), - [anon_sym_DASH_EQ] = ACTIONS(5384), - [anon_sym_LT_LT_EQ] = ACTIONS(5384), - [anon_sym_GT_GT_EQ] = ACTIONS(5384), - [anon_sym_AMP_EQ] = ACTIONS(5384), - [anon_sym_CARET_EQ] = ACTIONS(5384), - [anon_sym_PIPE_EQ] = ACTIONS(5384), - [anon_sym_and_eq] = ACTIONS(5386), - [anon_sym_or_eq] = ACTIONS(5386), - [anon_sym_xor_eq] = ACTIONS(5386), - [anon_sym_LT_EQ_GT] = ACTIONS(5384), - [anon_sym_or] = ACTIONS(5386), - [anon_sym_and] = ACTIONS(5386), - [anon_sym_bitor] = ACTIONS(5386), - [anon_sym_xor] = ACTIONS(5386), - [anon_sym_bitand] = ACTIONS(5386), - [anon_sym_not_eq] = ACTIONS(5386), - [anon_sym_DASH_DASH] = ACTIONS(5384), - [anon_sym_PLUS_PLUS] = ACTIONS(5384), - [anon_sym_DOT] = ACTIONS(5386), - [anon_sym_DOT_STAR] = ACTIONS(5384), - [anon_sym_DASH_GT] = ACTIONS(5386), - [anon_sym_L_DQUOTE] = ACTIONS(6056), - [anon_sym_u_DQUOTE] = ACTIONS(6056), - [anon_sym_U_DQUOTE] = ACTIONS(6056), - [anon_sym_u8_DQUOTE] = ACTIONS(6056), - [anon_sym_DQUOTE] = ACTIONS(6056), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(6059), - [anon_sym_LR_DQUOTE] = ACTIONS(6059), - [anon_sym_uR_DQUOTE] = ACTIONS(6059), - [anon_sym_UR_DQUOTE] = ACTIONS(6059), - [anon_sym_u8R_DQUOTE] = ACTIONS(6059), - [anon_sym_DASH_GT_STAR] = ACTIONS(5384), - [sym_literal_suffix] = ACTIONS(5386), + [2247] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2251), + [sym_identifier] = ACTIONS(5768), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5766), + [anon_sym_COMMA] = ACTIONS(5766), + [aux_sym_preproc_if_token2] = ACTIONS(5766), + [aux_sym_preproc_else_token1] = ACTIONS(5766), + [aux_sym_preproc_elif_token1] = ACTIONS(5768), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5766), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5766), + [anon_sym_LPAREN2] = ACTIONS(5766), + [anon_sym_DASH] = ACTIONS(5768), + [anon_sym_PLUS] = ACTIONS(5768), + [anon_sym_STAR] = ACTIONS(5768), + [anon_sym_SLASH] = ACTIONS(5768), + [anon_sym_PERCENT] = ACTIONS(5768), + [anon_sym_PIPE_PIPE] = ACTIONS(5766), + [anon_sym_AMP_AMP] = ACTIONS(5766), + [anon_sym_PIPE] = ACTIONS(5768), + [anon_sym_CARET] = ACTIONS(5768), + [anon_sym_AMP] = ACTIONS(5768), + [anon_sym_EQ_EQ] = ACTIONS(5766), + [anon_sym_BANG_EQ] = ACTIONS(5766), + [anon_sym_GT] = ACTIONS(5768), + [anon_sym_GT_EQ] = ACTIONS(5766), + [anon_sym_LT_EQ] = ACTIONS(5768), + [anon_sym_LT] = ACTIONS(5768), + [anon_sym_LT_LT] = ACTIONS(5768), + [anon_sym_GT_GT] = ACTIONS(5768), + [anon_sym___attribute__] = ACTIONS(5768), + [anon_sym___attribute] = ACTIONS(5768), + [anon_sym_LBRACE] = ACTIONS(5766), + [anon_sym_signed] = ACTIONS(6136), + [anon_sym_unsigned] = ACTIONS(6136), + [anon_sym_long] = ACTIONS(6136), + [anon_sym_short] = ACTIONS(6136), + [anon_sym_LBRACK] = ACTIONS(5766), + [anon_sym_EQ] = ACTIONS(5768), + [anon_sym_QMARK] = ACTIONS(5766), + [anon_sym_STAR_EQ] = ACTIONS(5766), + [anon_sym_SLASH_EQ] = ACTIONS(5766), + [anon_sym_PERCENT_EQ] = ACTIONS(5766), + [anon_sym_PLUS_EQ] = ACTIONS(5766), + [anon_sym_DASH_EQ] = ACTIONS(5766), + [anon_sym_LT_LT_EQ] = ACTIONS(5766), + [anon_sym_GT_GT_EQ] = ACTIONS(5766), + [anon_sym_AMP_EQ] = ACTIONS(5766), + [anon_sym_CARET_EQ] = ACTIONS(5766), + [anon_sym_PIPE_EQ] = ACTIONS(5766), + [anon_sym_and_eq] = ACTIONS(5768), + [anon_sym_or_eq] = ACTIONS(5768), + [anon_sym_xor_eq] = ACTIONS(5768), + [anon_sym_LT_EQ_GT] = ACTIONS(5766), + [anon_sym_or] = ACTIONS(5768), + [anon_sym_and] = ACTIONS(5768), + [anon_sym_bitor] = ACTIONS(5768), + [anon_sym_xor] = ACTIONS(5768), + [anon_sym_bitand] = ACTIONS(5768), + [anon_sym_not_eq] = ACTIONS(5768), + [anon_sym_DASH_DASH] = ACTIONS(5766), + [anon_sym_PLUS_PLUS] = ACTIONS(5766), + [anon_sym_DOT] = ACTIONS(5768), + [anon_sym_DOT_STAR] = ACTIONS(5766), + [anon_sym_DASH_GT] = ACTIONS(5766), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5768), + [anon_sym_decltype] = ACTIONS(5768), }, - [2189] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4996), - [anon_sym_PLUS] = ACTIONS(4996), - [anon_sym_STAR] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4996), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_PIPE_PIPE] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_PIPE] = ACTIONS(4996), - [anon_sym_CARET] = ACTIONS(4999), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4996), - [anon_sym_GT_EQ] = ACTIONS(4996), - [anon_sym_LT_EQ] = ACTIONS(4996), - [anon_sym_LT] = ACTIONS(4996), - [anon_sym_LT_LT] = ACTIONS(4999), - [anon_sym_GT_GT] = ACTIONS(4996), - [anon_sym___extension__] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5727), - [anon_sym_unsigned] = ACTIONS(5727), - [anon_sym_long] = ACTIONS(5727), - [anon_sym_short] = ACTIONS(5727), - [anon_sym_LBRACK] = ACTIONS(4999), - [anon_sym_const] = ACTIONS(4920), - [anon_sym_constexpr] = ACTIONS(4920), - [anon_sym_volatile] = ACTIONS(4920), - [anon_sym_restrict] = ACTIONS(4920), - [anon_sym___restrict__] = ACTIONS(4920), - [anon_sym__Atomic] = ACTIONS(4920), - [anon_sym__Noreturn] = ACTIONS(4920), - [anon_sym_noreturn] = ACTIONS(4920), - [anon_sym__Nonnull] = ACTIONS(4920), - [anon_sym_mutable] = ACTIONS(4920), - [anon_sym_constinit] = ACTIONS(4920), - [anon_sym_consteval] = ACTIONS(4920), - [anon_sym_PROGMEM] = ACTIONS(4920), - [anon_sym_alignas] = ACTIONS(4920), - [anon_sym__Alignas] = ACTIONS(4920), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4999), - [anon_sym_LT_EQ_GT] = ACTIONS(4999), - [anon_sym_or] = ACTIONS(4996), - [anon_sym_and] = ACTIONS(4996), - [anon_sym_bitor] = ACTIONS(4996), - [anon_sym_xor] = ACTIONS(4996), - [anon_sym_bitand] = ACTIONS(4996), - [anon_sym_not_eq] = ACTIONS(4996), - [anon_sym_DASH_DASH] = ACTIONS(4999), - [anon_sym_PLUS_PLUS] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4996), - [anon_sym_DOT_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(4999), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), - [anon_sym_GT2] = ACTIONS(4999), + [2248] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5780), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5778), + [anon_sym_COMMA] = ACTIONS(5778), + [aux_sym_preproc_if_token2] = ACTIONS(5778), + [aux_sym_preproc_else_token1] = ACTIONS(5778), + [aux_sym_preproc_elif_token1] = ACTIONS(5780), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5778), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5778), + [anon_sym_LPAREN2] = ACTIONS(5778), + [anon_sym_DASH] = ACTIONS(5780), + [anon_sym_PLUS] = ACTIONS(5780), + [anon_sym_STAR] = ACTIONS(5780), + [anon_sym_SLASH] = ACTIONS(5780), + [anon_sym_PERCENT] = ACTIONS(5780), + [anon_sym_PIPE_PIPE] = ACTIONS(5778), + [anon_sym_AMP_AMP] = ACTIONS(5778), + [anon_sym_PIPE] = ACTIONS(5780), + [anon_sym_CARET] = ACTIONS(5780), + [anon_sym_AMP] = ACTIONS(5780), + [anon_sym_EQ_EQ] = ACTIONS(5778), + [anon_sym_BANG_EQ] = ACTIONS(5778), + [anon_sym_GT] = ACTIONS(5780), + [anon_sym_GT_EQ] = ACTIONS(5778), + [anon_sym_LT_EQ] = ACTIONS(5780), + [anon_sym_LT] = ACTIONS(5780), + [anon_sym_LT_LT] = ACTIONS(5780), + [anon_sym_GT_GT] = ACTIONS(5780), + [anon_sym___attribute__] = ACTIONS(5780), + [anon_sym___attribute] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5778), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5778), + [anon_sym_EQ] = ACTIONS(5780), + [anon_sym_QMARK] = ACTIONS(5778), + [anon_sym_STAR_EQ] = ACTIONS(5778), + [anon_sym_SLASH_EQ] = ACTIONS(5778), + [anon_sym_PERCENT_EQ] = ACTIONS(5778), + [anon_sym_PLUS_EQ] = ACTIONS(5778), + [anon_sym_DASH_EQ] = ACTIONS(5778), + [anon_sym_LT_LT_EQ] = ACTIONS(5778), + [anon_sym_GT_GT_EQ] = ACTIONS(5778), + [anon_sym_AMP_EQ] = ACTIONS(5778), + [anon_sym_CARET_EQ] = ACTIONS(5778), + [anon_sym_PIPE_EQ] = ACTIONS(5778), + [anon_sym_and_eq] = ACTIONS(5780), + [anon_sym_or_eq] = ACTIONS(5780), + [anon_sym_xor_eq] = ACTIONS(5780), + [anon_sym_LT_EQ_GT] = ACTIONS(5778), + [anon_sym_or] = ACTIONS(5780), + [anon_sym_and] = ACTIONS(5780), + [anon_sym_bitor] = ACTIONS(5780), + [anon_sym_xor] = ACTIONS(5780), + [anon_sym_bitand] = ACTIONS(5780), + [anon_sym_not_eq] = ACTIONS(5780), + [anon_sym_DASH_DASH] = ACTIONS(5778), + [anon_sym_PLUS_PLUS] = ACTIONS(5778), + [anon_sym_DOT] = ACTIONS(5780), + [anon_sym_DOT_STAR] = ACTIONS(5778), + [anon_sym_DASH_GT] = ACTIONS(5778), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5780), + [anon_sym_decltype] = ACTIONS(5780), }, - [2190] = { - [sym_attribute_specifier] = STATE(1786), - [sym_enumerator_list] = STATE(2215), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5931), - [anon_sym_COMMA] = ACTIONS(5931), - [anon_sym_RPAREN] = ACTIONS(5931), - [anon_sym_LPAREN2] = ACTIONS(5931), - [anon_sym_DASH] = ACTIONS(5929), - [anon_sym_PLUS] = ACTIONS(5929), - [anon_sym_STAR] = ACTIONS(5931), - [anon_sym_SLASH] = ACTIONS(5929), - [anon_sym_PERCENT] = ACTIONS(5931), - [anon_sym_PIPE_PIPE] = ACTIONS(5931), - [anon_sym_AMP_AMP] = ACTIONS(5931), - [anon_sym_PIPE] = ACTIONS(5929), - [anon_sym_CARET] = ACTIONS(5931), - [anon_sym_AMP] = ACTIONS(5929), - [anon_sym_EQ_EQ] = ACTIONS(5931), - [anon_sym_BANG_EQ] = ACTIONS(5931), - [anon_sym_GT] = ACTIONS(5929), - [anon_sym_GT_EQ] = ACTIONS(5931), - [anon_sym_LT_EQ] = ACTIONS(5929), - [anon_sym_LT] = ACTIONS(5929), - [anon_sym_LT_LT] = ACTIONS(5931), - [anon_sym_GT_GT] = ACTIONS(5931), - [anon_sym_SEMI] = ACTIONS(5931), - [anon_sym___extension__] = ACTIONS(5931), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5980), - [anon_sym_RBRACE] = ACTIONS(5931), - [anon_sym_LBRACK] = ACTIONS(5931), - [anon_sym_RBRACK] = ACTIONS(5931), - [anon_sym_const] = ACTIONS(5929), - [anon_sym_constexpr] = ACTIONS(5931), - [anon_sym_volatile] = ACTIONS(5931), - [anon_sym_restrict] = ACTIONS(5931), - [anon_sym___restrict__] = ACTIONS(5931), - [anon_sym__Atomic] = ACTIONS(5931), - [anon_sym__Noreturn] = ACTIONS(5931), - [anon_sym_noreturn] = ACTIONS(5931), - [anon_sym__Nonnull] = ACTIONS(5931), - [anon_sym_mutable] = ACTIONS(5931), - [anon_sym_constinit] = ACTIONS(5931), - [anon_sym_consteval] = ACTIONS(5931), - [anon_sym_PROGMEM] = ACTIONS(5931), - [anon_sym_alignas] = ACTIONS(5931), - [anon_sym__Alignas] = ACTIONS(5931), - [anon_sym_COLON] = ACTIONS(5931), - [anon_sym_QMARK] = ACTIONS(5931), - [anon_sym_LT_EQ_GT] = ACTIONS(5931), - [anon_sym_or] = ACTIONS(5931), - [anon_sym_and] = ACTIONS(5931), - [anon_sym_bitor] = ACTIONS(5931), - [anon_sym_xor] = ACTIONS(5931), - [anon_sym_bitand] = ACTIONS(5931), - [anon_sym_not_eq] = ACTIONS(5931), - [anon_sym_DASH_DASH] = ACTIONS(5931), - [anon_sym_PLUS_PLUS] = ACTIONS(5931), - [anon_sym_DOT] = ACTIONS(5929), - [anon_sym_DOT_STAR] = ACTIONS(5931), - [anon_sym_DASH_GT] = ACTIONS(5931), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5931), - [anon_sym_decltype] = ACTIONS(5931), - [anon_sym_final] = ACTIONS(5931), - [anon_sym_override] = ACTIONS(5931), - [anon_sym_requires] = ACTIONS(5931), + [2249] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2239), + [sym_identifier] = ACTIONS(5602), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [aux_sym_preproc_if_token2] = ACTIONS(5604), + [aux_sym_preproc_else_token1] = ACTIONS(5604), + [aux_sym_preproc_elif_token1] = ACTIONS(5602), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5604), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5602), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5602), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5602), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5604), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5602), + [anon_sym_GT_GT] = ACTIONS(5602), + [anon_sym___attribute__] = ACTIONS(5602), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_signed] = ACTIONS(6138), + [anon_sym_unsigned] = ACTIONS(6138), + [anon_sym_long] = ACTIONS(6138), + [anon_sym_short] = ACTIONS(6138), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_EQ] = ACTIONS(5602), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_STAR_EQ] = ACTIONS(5604), + [anon_sym_SLASH_EQ] = ACTIONS(5604), + [anon_sym_PERCENT_EQ] = ACTIONS(5604), + [anon_sym_PLUS_EQ] = ACTIONS(5604), + [anon_sym_DASH_EQ] = ACTIONS(5604), + [anon_sym_LT_LT_EQ] = ACTIONS(5604), + [anon_sym_GT_GT_EQ] = ACTIONS(5604), + [anon_sym_AMP_EQ] = ACTIONS(5604), + [anon_sym_CARET_EQ] = ACTIONS(5604), + [anon_sym_PIPE_EQ] = ACTIONS(5604), + [anon_sym_and_eq] = ACTIONS(5602), + [anon_sym_or_eq] = ACTIONS(5602), + [anon_sym_xor_eq] = ACTIONS(5602), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5602), + [anon_sym_and] = ACTIONS(5602), + [anon_sym_bitor] = ACTIONS(5602), + [anon_sym_xor] = ACTIONS(5602), + [anon_sym_bitand] = ACTIONS(5602), + [anon_sym_not_eq] = ACTIONS(5602), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5602), + [anon_sym_decltype] = ACTIONS(5602), }, - [2191] = { - [sym_identifier] = ACTIONS(5518), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5520), - [anon_sym_COMMA] = ACTIONS(5520), - [anon_sym_RPAREN] = ACTIONS(5520), - [aux_sym_preproc_if_token2] = ACTIONS(5520), - [aux_sym_preproc_else_token1] = ACTIONS(5520), - [aux_sym_preproc_elif_token1] = ACTIONS(5518), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5520), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5520), - [anon_sym_LPAREN2] = ACTIONS(5520), - [anon_sym_DASH] = ACTIONS(5518), - [anon_sym_PLUS] = ACTIONS(5518), - [anon_sym_STAR] = ACTIONS(5518), - [anon_sym_SLASH] = ACTIONS(5518), - [anon_sym_PERCENT] = ACTIONS(5518), - [anon_sym_PIPE_PIPE] = ACTIONS(5520), - [anon_sym_AMP_AMP] = ACTIONS(5520), - [anon_sym_PIPE] = ACTIONS(5518), - [anon_sym_CARET] = ACTIONS(5518), - [anon_sym_AMP] = ACTIONS(5518), - [anon_sym_EQ_EQ] = ACTIONS(5520), - [anon_sym_BANG_EQ] = ACTIONS(5520), - [anon_sym_GT] = ACTIONS(5518), - [anon_sym_GT_EQ] = ACTIONS(5520), - [anon_sym_LT_EQ] = ACTIONS(5518), - [anon_sym_LT] = ACTIONS(5518), - [anon_sym_LT_LT] = ACTIONS(5518), - [anon_sym_GT_GT] = ACTIONS(5518), - [anon_sym_SEMI] = ACTIONS(5520), - [anon_sym___attribute__] = ACTIONS(5518), - [anon_sym___attribute] = ACTIONS(5518), - [anon_sym_LBRACE] = ACTIONS(5520), - [anon_sym_RBRACE] = ACTIONS(5520), - [anon_sym_LBRACK] = ACTIONS(5520), - [anon_sym_RBRACK] = ACTIONS(5520), - [anon_sym_EQ] = ACTIONS(5518), - [anon_sym_COLON] = ACTIONS(5520), - [anon_sym_QMARK] = ACTIONS(5520), - [anon_sym_STAR_EQ] = ACTIONS(5520), - [anon_sym_SLASH_EQ] = ACTIONS(5520), - [anon_sym_PERCENT_EQ] = ACTIONS(5520), - [anon_sym_PLUS_EQ] = ACTIONS(5520), - [anon_sym_DASH_EQ] = ACTIONS(5520), - [anon_sym_LT_LT_EQ] = ACTIONS(5520), - [anon_sym_GT_GT_EQ] = ACTIONS(5520), - [anon_sym_AMP_EQ] = ACTIONS(5520), - [anon_sym_CARET_EQ] = ACTIONS(5520), - [anon_sym_PIPE_EQ] = ACTIONS(5520), - [anon_sym_and_eq] = ACTIONS(5518), - [anon_sym_or_eq] = ACTIONS(5518), - [anon_sym_xor_eq] = ACTIONS(5518), - [anon_sym_LT_EQ_GT] = ACTIONS(5520), - [anon_sym_or] = ACTIONS(5518), - [anon_sym_and] = ACTIONS(5518), - [anon_sym_bitor] = ACTIONS(5518), - [anon_sym_xor] = ACTIONS(5518), - [anon_sym_bitand] = ACTIONS(5518), - [anon_sym_not_eq] = ACTIONS(5518), - [anon_sym_DASH_DASH] = ACTIONS(5520), - [anon_sym_PLUS_PLUS] = ACTIONS(5520), - [anon_sym_DOT] = ACTIONS(5518), - [anon_sym_DOT_STAR] = ACTIONS(5520), - [anon_sym_DASH_GT] = ACTIONS(5520), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5518), - [anon_sym_decltype] = ACTIONS(5518), + [2250] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5784), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5782), + [anon_sym_COMMA] = ACTIONS(5782), + [aux_sym_preproc_if_token2] = ACTIONS(5782), + [aux_sym_preproc_else_token1] = ACTIONS(5782), + [aux_sym_preproc_elif_token1] = ACTIONS(5784), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5782), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5782), + [anon_sym_LPAREN2] = ACTIONS(5782), + [anon_sym_DASH] = ACTIONS(5784), + [anon_sym_PLUS] = ACTIONS(5784), + [anon_sym_STAR] = ACTIONS(5784), + [anon_sym_SLASH] = ACTIONS(5784), + [anon_sym_PERCENT] = ACTIONS(5784), + [anon_sym_PIPE_PIPE] = ACTIONS(5782), + [anon_sym_AMP_AMP] = ACTIONS(5782), + [anon_sym_PIPE] = ACTIONS(5784), + [anon_sym_CARET] = ACTIONS(5784), + [anon_sym_AMP] = ACTIONS(5784), + [anon_sym_EQ_EQ] = ACTIONS(5782), + [anon_sym_BANG_EQ] = ACTIONS(5782), + [anon_sym_GT] = ACTIONS(5784), + [anon_sym_GT_EQ] = ACTIONS(5782), + [anon_sym_LT_EQ] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5784), + [anon_sym_LT_LT] = ACTIONS(5784), + [anon_sym_GT_GT] = ACTIONS(5784), + [anon_sym___attribute__] = ACTIONS(5784), + [anon_sym___attribute] = ACTIONS(5784), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5782), + [anon_sym_EQ] = ACTIONS(5784), + [anon_sym_QMARK] = ACTIONS(5782), + [anon_sym_STAR_EQ] = ACTIONS(5782), + [anon_sym_SLASH_EQ] = ACTIONS(5782), + [anon_sym_PERCENT_EQ] = ACTIONS(5782), + [anon_sym_PLUS_EQ] = ACTIONS(5782), + [anon_sym_DASH_EQ] = ACTIONS(5782), + [anon_sym_LT_LT_EQ] = ACTIONS(5782), + [anon_sym_GT_GT_EQ] = ACTIONS(5782), + [anon_sym_AMP_EQ] = ACTIONS(5782), + [anon_sym_CARET_EQ] = ACTIONS(5782), + [anon_sym_PIPE_EQ] = ACTIONS(5782), + [anon_sym_and_eq] = ACTIONS(5784), + [anon_sym_or_eq] = ACTIONS(5784), + [anon_sym_xor_eq] = ACTIONS(5784), + [anon_sym_LT_EQ_GT] = ACTIONS(5782), + [anon_sym_or] = ACTIONS(5784), + [anon_sym_and] = ACTIONS(5784), + [anon_sym_bitor] = ACTIONS(5784), + [anon_sym_xor] = ACTIONS(5784), + [anon_sym_bitand] = ACTIONS(5784), + [anon_sym_not_eq] = ACTIONS(5784), + [anon_sym_DASH_DASH] = ACTIONS(5782), + [anon_sym_PLUS_PLUS] = ACTIONS(5782), + [anon_sym_DOT] = ACTIONS(5784), + [anon_sym_DOT_STAR] = ACTIONS(5782), + [anon_sym_DASH_GT] = ACTIONS(5782), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5784), + [anon_sym_decltype] = ACTIONS(5784), }, - [2192] = { - [sym_identifier] = ACTIONS(6062), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6064), - [anon_sym_COMMA] = ACTIONS(6064), - [anon_sym_RPAREN] = ACTIONS(6064), - [aux_sym_preproc_if_token2] = ACTIONS(6064), - [aux_sym_preproc_else_token1] = ACTIONS(6064), - [aux_sym_preproc_elif_token1] = ACTIONS(6062), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6064), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6064), - [anon_sym_LPAREN2] = ACTIONS(6064), - [anon_sym_DASH] = ACTIONS(6062), - [anon_sym_PLUS] = ACTIONS(6062), - [anon_sym_STAR] = ACTIONS(6062), - [anon_sym_SLASH] = ACTIONS(6062), - [anon_sym_PERCENT] = ACTIONS(6062), - [anon_sym_PIPE_PIPE] = ACTIONS(6064), - [anon_sym_AMP_AMP] = ACTIONS(6064), - [anon_sym_PIPE] = ACTIONS(6062), - [anon_sym_CARET] = ACTIONS(6062), - [anon_sym_AMP] = ACTIONS(6062), - [anon_sym_EQ_EQ] = ACTIONS(6064), - [anon_sym_BANG_EQ] = ACTIONS(6064), - [anon_sym_GT] = ACTIONS(6062), - [anon_sym_GT_EQ] = ACTIONS(6064), - [anon_sym_LT_EQ] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(6062), - [anon_sym_LT_LT] = ACTIONS(6062), - [anon_sym_GT_GT] = ACTIONS(6062), - [anon_sym_SEMI] = ACTIONS(6064), - [anon_sym___attribute__] = ACTIONS(6062), - [anon_sym___attribute] = ACTIONS(6062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6064), - [anon_sym_LBRACE] = ACTIONS(6064), - [anon_sym_RBRACE] = ACTIONS(6064), - [anon_sym_LBRACK] = ACTIONS(6062), - [anon_sym_RBRACK] = ACTIONS(6064), - [anon_sym_EQ] = ACTIONS(6062), - [anon_sym_COLON] = ACTIONS(6064), - [anon_sym_QMARK] = ACTIONS(6064), - [anon_sym_STAR_EQ] = ACTIONS(6064), - [anon_sym_SLASH_EQ] = ACTIONS(6064), - [anon_sym_PERCENT_EQ] = ACTIONS(6064), - [anon_sym_PLUS_EQ] = ACTIONS(6064), - [anon_sym_DASH_EQ] = ACTIONS(6064), - [anon_sym_LT_LT_EQ] = ACTIONS(6064), - [anon_sym_GT_GT_EQ] = ACTIONS(6064), - [anon_sym_AMP_EQ] = ACTIONS(6064), - [anon_sym_CARET_EQ] = ACTIONS(6064), - [anon_sym_PIPE_EQ] = ACTIONS(6064), - [anon_sym_and_eq] = ACTIONS(6062), - [anon_sym_or_eq] = ACTIONS(6062), - [anon_sym_xor_eq] = ACTIONS(6062), - [anon_sym_LT_EQ_GT] = ACTIONS(6064), - [anon_sym_or] = ACTIONS(6062), - [anon_sym_and] = ACTIONS(6062), - [anon_sym_bitor] = ACTIONS(6062), - [anon_sym_xor] = ACTIONS(6062), - [anon_sym_bitand] = ACTIONS(6062), - [anon_sym_not_eq] = ACTIONS(6062), - [anon_sym_DASH_DASH] = ACTIONS(6064), - [anon_sym_PLUS_PLUS] = ACTIONS(6064), - [anon_sym_DOT] = ACTIONS(6062), - [anon_sym_DOT_STAR] = ACTIONS(6064), - [anon_sym_DASH_GT] = ACTIONS(6064), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6062), + [2251] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2236), + [sym_identifier] = ACTIONS(5788), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5786), + [anon_sym_COMMA] = ACTIONS(5786), + [aux_sym_preproc_if_token2] = ACTIONS(5786), + [aux_sym_preproc_else_token1] = ACTIONS(5786), + [aux_sym_preproc_elif_token1] = ACTIONS(5788), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5786), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5786), + [anon_sym_LPAREN2] = ACTIONS(5786), + [anon_sym_DASH] = ACTIONS(5788), + [anon_sym_PLUS] = ACTIONS(5788), + [anon_sym_STAR] = ACTIONS(5788), + [anon_sym_SLASH] = ACTIONS(5788), + [anon_sym_PERCENT] = ACTIONS(5788), + [anon_sym_PIPE_PIPE] = ACTIONS(5786), + [anon_sym_AMP_AMP] = ACTIONS(5786), + [anon_sym_PIPE] = ACTIONS(5788), + [anon_sym_CARET] = ACTIONS(5788), + [anon_sym_AMP] = ACTIONS(5788), + [anon_sym_EQ_EQ] = ACTIONS(5786), + [anon_sym_BANG_EQ] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(5788), + [anon_sym_GT_EQ] = ACTIONS(5786), + [anon_sym_LT_EQ] = ACTIONS(5788), + [anon_sym_LT] = ACTIONS(5788), + [anon_sym_LT_LT] = ACTIONS(5788), + [anon_sym_GT_GT] = ACTIONS(5788), + [anon_sym___attribute__] = ACTIONS(5788), + [anon_sym___attribute] = ACTIONS(5788), + [anon_sym_LBRACE] = ACTIONS(5786), + [anon_sym_signed] = ACTIONS(6128), + [anon_sym_unsigned] = ACTIONS(6128), + [anon_sym_long] = ACTIONS(6128), + [anon_sym_short] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(5786), + [anon_sym_EQ] = ACTIONS(5788), + [anon_sym_QMARK] = ACTIONS(5786), + [anon_sym_STAR_EQ] = ACTIONS(5786), + [anon_sym_SLASH_EQ] = ACTIONS(5786), + [anon_sym_PERCENT_EQ] = ACTIONS(5786), + [anon_sym_PLUS_EQ] = ACTIONS(5786), + [anon_sym_DASH_EQ] = ACTIONS(5786), + [anon_sym_LT_LT_EQ] = ACTIONS(5786), + [anon_sym_GT_GT_EQ] = ACTIONS(5786), + [anon_sym_AMP_EQ] = ACTIONS(5786), + [anon_sym_CARET_EQ] = ACTIONS(5786), + [anon_sym_PIPE_EQ] = ACTIONS(5786), + [anon_sym_and_eq] = ACTIONS(5788), + [anon_sym_or_eq] = ACTIONS(5788), + [anon_sym_xor_eq] = ACTIONS(5788), + [anon_sym_LT_EQ_GT] = ACTIONS(5786), + [anon_sym_or] = ACTIONS(5788), + [anon_sym_and] = ACTIONS(5788), + [anon_sym_bitor] = ACTIONS(5788), + [anon_sym_xor] = ACTIONS(5788), + [anon_sym_bitand] = ACTIONS(5788), + [anon_sym_not_eq] = ACTIONS(5788), + [anon_sym_DASH_DASH] = ACTIONS(5786), + [anon_sym_PLUS_PLUS] = ACTIONS(5786), + [anon_sym_DOT] = ACTIONS(5788), + [anon_sym_DOT_STAR] = ACTIONS(5786), + [anon_sym_DASH_GT] = ACTIONS(5786), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5788), + [anon_sym_decltype] = ACTIONS(5788), }, - [2193] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(3809), - [sym__declarator] = STATE(6371), - [sym__abstract_declarator] = STATE(6633), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2800), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(2980), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5768), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2800), - [aux_sym_pointer_declarator_repeat1] = STATE(3809), - [sym_identifier] = ACTIONS(5618), - [anon_sym_RPAREN] = ACTIONS(5695), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(4159), - [anon_sym_AMP_AMP] = ACTIONS(4161), - [anon_sym_AMP] = ACTIONS(4163), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym_COLON_COLON] = ACTIONS(6066), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), + [2252] = { + [sym_attribute_specifier] = STATE(1783), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5935), + [anon_sym_COMMA] = ACTIONS(5935), + [anon_sym_RPAREN] = ACTIONS(5935), + [anon_sym_LPAREN2] = ACTIONS(5935), + [anon_sym_DASH] = ACTIONS(5933), + [anon_sym_PLUS] = ACTIONS(5933), + [anon_sym_STAR] = ACTIONS(5935), + [anon_sym_SLASH] = ACTIONS(5933), + [anon_sym_PERCENT] = ACTIONS(5935), + [anon_sym_PIPE_PIPE] = ACTIONS(5935), + [anon_sym_AMP_AMP] = ACTIONS(5935), + [anon_sym_PIPE] = ACTIONS(5933), + [anon_sym_CARET] = ACTIONS(5935), + [anon_sym_AMP] = ACTIONS(5933), + [anon_sym_EQ_EQ] = ACTIONS(5935), + [anon_sym_BANG_EQ] = ACTIONS(5935), + [anon_sym_GT] = ACTIONS(5933), + [anon_sym_GT_EQ] = ACTIONS(5935), + [anon_sym_LT_EQ] = ACTIONS(5933), + [anon_sym_LT] = ACTIONS(5933), + [anon_sym_LT_LT] = ACTIONS(5935), + [anon_sym_GT_GT] = ACTIONS(5935), + [anon_sym_SEMI] = ACTIONS(5935), + [anon_sym___extension__] = ACTIONS(5935), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5935), + [anon_sym_RBRACE] = ACTIONS(5935), + [anon_sym_LBRACK] = ACTIONS(5935), + [anon_sym_RBRACK] = ACTIONS(5935), + [anon_sym_const] = ACTIONS(5933), + [anon_sym_constexpr] = ACTIONS(5935), + [anon_sym_volatile] = ACTIONS(5935), + [anon_sym_restrict] = ACTIONS(5935), + [anon_sym___restrict__] = ACTIONS(5935), + [anon_sym__Atomic] = ACTIONS(5935), + [anon_sym__Noreturn] = ACTIONS(5935), + [anon_sym_noreturn] = ACTIONS(5935), + [anon_sym__Nonnull] = ACTIONS(5935), + [anon_sym_mutable] = ACTIONS(5935), + [anon_sym_constinit] = ACTIONS(5935), + [anon_sym_consteval] = ACTIONS(5935), + [anon_sym_PROGMEM] = ACTIONS(5935), + [anon_sym_alignas] = ACTIONS(5935), + [anon_sym__Alignas] = ACTIONS(5935), + [anon_sym_COLON] = ACTIONS(5935), + [anon_sym_QMARK] = ACTIONS(5935), + [anon_sym_LT_EQ_GT] = ACTIONS(5935), + [anon_sym_or] = ACTIONS(5935), + [anon_sym_and] = ACTIONS(5935), + [anon_sym_bitor] = ACTIONS(5935), + [anon_sym_xor] = ACTIONS(5935), + [anon_sym_bitand] = ACTIONS(5935), + [anon_sym_not_eq] = ACTIONS(5935), + [anon_sym_DASH_DASH] = ACTIONS(5935), + [anon_sym_PLUS_PLUS] = ACTIONS(5935), + [anon_sym_DOT] = ACTIONS(5933), + [anon_sym_DOT_STAR] = ACTIONS(5935), + [anon_sym_DASH_GT] = ACTIONS(5935), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5935), + [anon_sym_decltype] = ACTIONS(5935), + [anon_sym_final] = ACTIONS(5935), + [anon_sym_override] = ACTIONS(5935), + [anon_sym_requires] = ACTIONS(5935), }, - [2194] = { - [sym_identifier] = ACTIONS(5510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5512), - [anon_sym_COMMA] = ACTIONS(5512), - [anon_sym_RPAREN] = ACTIONS(5512), - [aux_sym_preproc_if_token2] = ACTIONS(5512), - [aux_sym_preproc_else_token1] = ACTIONS(5512), - [aux_sym_preproc_elif_token1] = ACTIONS(5510), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5512), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5512), - [anon_sym_LPAREN2] = ACTIONS(5512), - [anon_sym_DASH] = ACTIONS(5510), - [anon_sym_PLUS] = ACTIONS(5510), - [anon_sym_STAR] = ACTIONS(5510), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5510), - [anon_sym_PIPE_PIPE] = ACTIONS(5512), - [anon_sym_AMP_AMP] = ACTIONS(5512), - [anon_sym_PIPE] = ACTIONS(5510), - [anon_sym_CARET] = ACTIONS(5510), - [anon_sym_AMP] = ACTIONS(5510), - [anon_sym_EQ_EQ] = ACTIONS(5512), - [anon_sym_BANG_EQ] = ACTIONS(5512), - [anon_sym_GT] = ACTIONS(5510), - [anon_sym_GT_EQ] = ACTIONS(5512), - [anon_sym_LT_EQ] = ACTIONS(5510), - [anon_sym_LT] = ACTIONS(5510), - [anon_sym_LT_LT] = ACTIONS(5510), - [anon_sym_GT_GT] = ACTIONS(5510), - [anon_sym_SEMI] = ACTIONS(5512), - [anon_sym___attribute__] = ACTIONS(5510), - [anon_sym___attribute] = ACTIONS(5510), - [anon_sym_LBRACE] = ACTIONS(5512), - [anon_sym_RBRACE] = ACTIONS(5512), - [anon_sym_LBRACK] = ACTIONS(5512), - [anon_sym_RBRACK] = ACTIONS(5512), - [anon_sym_EQ] = ACTIONS(5510), - [anon_sym_COLON] = ACTIONS(5512), - [anon_sym_QMARK] = ACTIONS(5512), - [anon_sym_STAR_EQ] = ACTIONS(5512), - [anon_sym_SLASH_EQ] = ACTIONS(5512), - [anon_sym_PERCENT_EQ] = ACTIONS(5512), - [anon_sym_PLUS_EQ] = ACTIONS(5512), - [anon_sym_DASH_EQ] = ACTIONS(5512), - [anon_sym_LT_LT_EQ] = ACTIONS(5512), - [anon_sym_GT_GT_EQ] = ACTIONS(5512), - [anon_sym_AMP_EQ] = ACTIONS(5512), - [anon_sym_CARET_EQ] = ACTIONS(5512), - [anon_sym_PIPE_EQ] = ACTIONS(5512), - [anon_sym_and_eq] = ACTIONS(5510), - [anon_sym_or_eq] = ACTIONS(5510), - [anon_sym_xor_eq] = ACTIONS(5510), - [anon_sym_LT_EQ_GT] = ACTIONS(5512), - [anon_sym_or] = ACTIONS(5510), - [anon_sym_and] = ACTIONS(5510), - [anon_sym_bitor] = ACTIONS(5510), - [anon_sym_xor] = ACTIONS(5510), - [anon_sym_bitand] = ACTIONS(5510), - [anon_sym_not_eq] = ACTIONS(5510), - [anon_sym_DASH_DASH] = ACTIONS(5512), - [anon_sym_PLUS_PLUS] = ACTIONS(5512), - [anon_sym_DOT] = ACTIONS(5510), - [anon_sym_DOT_STAR] = ACTIONS(5512), - [anon_sym_DASH_GT] = ACTIONS(5512), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5510), - [anon_sym_decltype] = ACTIONS(5510), + [2253] = { + [sym_attribute_specifier] = STATE(1828), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6032), + [anon_sym_COMMA] = ACTIONS(6032), + [anon_sym_RPAREN] = ACTIONS(6032), + [anon_sym_LPAREN2] = ACTIONS(6032), + [anon_sym_DASH] = ACTIONS(6030), + [anon_sym_PLUS] = ACTIONS(6030), + [anon_sym_STAR] = ACTIONS(6032), + [anon_sym_SLASH] = ACTIONS(6030), + [anon_sym_PERCENT] = ACTIONS(6032), + [anon_sym_PIPE_PIPE] = ACTIONS(6032), + [anon_sym_AMP_AMP] = ACTIONS(6032), + [anon_sym_PIPE] = ACTIONS(6030), + [anon_sym_CARET] = ACTIONS(6032), + [anon_sym_AMP] = ACTIONS(6030), + [anon_sym_EQ_EQ] = ACTIONS(6032), + [anon_sym_BANG_EQ] = ACTIONS(6032), + [anon_sym_GT] = ACTIONS(6030), + [anon_sym_GT_EQ] = ACTIONS(6032), + [anon_sym_LT_EQ] = ACTIONS(6030), + [anon_sym_LT] = ACTIONS(6030), + [anon_sym_LT_LT] = ACTIONS(6032), + [anon_sym_GT_GT] = ACTIONS(6032), + [anon_sym_SEMI] = ACTIONS(6032), + [anon_sym___extension__] = ACTIONS(6032), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6032), + [anon_sym_RBRACE] = ACTIONS(6032), + [anon_sym_LBRACK] = ACTIONS(6032), + [anon_sym_RBRACK] = ACTIONS(6032), + [anon_sym_const] = ACTIONS(6030), + [anon_sym_constexpr] = ACTIONS(6032), + [anon_sym_volatile] = ACTIONS(6032), + [anon_sym_restrict] = ACTIONS(6032), + [anon_sym___restrict__] = ACTIONS(6032), + [anon_sym__Atomic] = ACTIONS(6032), + [anon_sym__Noreturn] = ACTIONS(6032), + [anon_sym_noreturn] = ACTIONS(6032), + [anon_sym__Nonnull] = ACTIONS(6032), + [anon_sym_mutable] = ACTIONS(6032), + [anon_sym_constinit] = ACTIONS(6032), + [anon_sym_consteval] = ACTIONS(6032), + [anon_sym_PROGMEM] = ACTIONS(6032), + [anon_sym_alignas] = ACTIONS(6032), + [anon_sym__Alignas] = ACTIONS(6032), + [anon_sym_COLON] = ACTIONS(6032), + [anon_sym_QMARK] = ACTIONS(6032), + [anon_sym_LT_EQ_GT] = ACTIONS(6032), + [anon_sym_or] = ACTIONS(6032), + [anon_sym_and] = ACTIONS(6032), + [anon_sym_bitor] = ACTIONS(6032), + [anon_sym_xor] = ACTIONS(6032), + [anon_sym_bitand] = ACTIONS(6032), + [anon_sym_not_eq] = ACTIONS(6032), + [anon_sym_DASH_DASH] = ACTIONS(6032), + [anon_sym_PLUS_PLUS] = ACTIONS(6032), + [anon_sym_DOT] = ACTIONS(6030), + [anon_sym_DOT_STAR] = ACTIONS(6032), + [anon_sym_DASH_GT] = ACTIONS(6032), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6032), + [anon_sym_decltype] = ACTIONS(6032), + [anon_sym_final] = ACTIONS(6032), + [anon_sym_override] = ACTIONS(6032), + [anon_sym_requires] = ACTIONS(6032), }, - [2195] = { - [sym_argument_list] = STATE(2485), - [sym_initializer_list] = STATE(2485), - [sym_identifier] = ACTIONS(6068), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6070), - [anon_sym_COMMA] = ACTIONS(6070), - [anon_sym_RPAREN] = ACTIONS(6070), - [aux_sym_preproc_if_token2] = ACTIONS(6070), - [aux_sym_preproc_else_token1] = ACTIONS(6070), - [aux_sym_preproc_elif_token1] = ACTIONS(6068), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6070), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6070), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(6068), - [anon_sym_PLUS] = ACTIONS(6068), - [anon_sym_STAR] = ACTIONS(6068), - [anon_sym_SLASH] = ACTIONS(6068), - [anon_sym_PERCENT] = ACTIONS(6068), - [anon_sym_PIPE_PIPE] = ACTIONS(6070), - [anon_sym_AMP_AMP] = ACTIONS(6070), - [anon_sym_PIPE] = ACTIONS(6068), - [anon_sym_CARET] = ACTIONS(6068), - [anon_sym_AMP] = ACTIONS(6068), - [anon_sym_EQ_EQ] = ACTIONS(6070), - [anon_sym_BANG_EQ] = ACTIONS(6070), - [anon_sym_GT] = ACTIONS(6068), - [anon_sym_GT_EQ] = ACTIONS(6070), - [anon_sym_LT_EQ] = ACTIONS(6068), - [anon_sym_LT] = ACTIONS(6068), - [anon_sym_LT_LT] = ACTIONS(6068), - [anon_sym_GT_GT] = ACTIONS(6068), - [anon_sym_SEMI] = ACTIONS(6070), - [anon_sym___attribute__] = ACTIONS(6068), - [anon_sym___attribute] = ACTIONS(6068), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(6070), - [anon_sym_LBRACK] = ACTIONS(6070), - [anon_sym_RBRACK] = ACTIONS(6070), - [anon_sym_EQ] = ACTIONS(6068), - [anon_sym_COLON] = ACTIONS(6070), - [anon_sym_QMARK] = ACTIONS(6070), - [anon_sym_STAR_EQ] = ACTIONS(6070), - [anon_sym_SLASH_EQ] = ACTIONS(6070), - [anon_sym_PERCENT_EQ] = ACTIONS(6070), - [anon_sym_PLUS_EQ] = ACTIONS(6070), - [anon_sym_DASH_EQ] = ACTIONS(6070), - [anon_sym_LT_LT_EQ] = ACTIONS(6070), - [anon_sym_GT_GT_EQ] = ACTIONS(6070), - [anon_sym_AMP_EQ] = ACTIONS(6070), - [anon_sym_CARET_EQ] = ACTIONS(6070), - [anon_sym_PIPE_EQ] = ACTIONS(6070), - [anon_sym_and_eq] = ACTIONS(6068), - [anon_sym_or_eq] = ACTIONS(6068), - [anon_sym_xor_eq] = ACTIONS(6068), - [anon_sym_LT_EQ_GT] = ACTIONS(6070), - [anon_sym_or] = ACTIONS(6068), - [anon_sym_and] = ACTIONS(6068), - [anon_sym_bitor] = ACTIONS(6068), - [anon_sym_xor] = ACTIONS(6068), - [anon_sym_bitand] = ACTIONS(6068), - [anon_sym_not_eq] = ACTIONS(6068), - [anon_sym_DASH_DASH] = ACTIONS(6070), - [anon_sym_PLUS_PLUS] = ACTIONS(6070), - [anon_sym_DOT] = ACTIONS(6068), - [anon_sym_DOT_STAR] = ACTIONS(6070), - [anon_sym_DASH_GT] = ACTIONS(6070), + [2254] = { + [sym_identifier] = ACTIONS(5476), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5478), + [anon_sym_COMMA] = ACTIONS(5478), + [anon_sym_RPAREN] = ACTIONS(5478), + [aux_sym_preproc_if_token2] = ACTIONS(5478), + [aux_sym_preproc_else_token1] = ACTIONS(5478), + [aux_sym_preproc_elif_token1] = ACTIONS(5476), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5478), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5478), + [anon_sym_LPAREN2] = ACTIONS(5478), + [anon_sym_DASH] = ACTIONS(5476), + [anon_sym_PLUS] = ACTIONS(5476), + [anon_sym_STAR] = ACTIONS(5476), + [anon_sym_SLASH] = ACTIONS(5476), + [anon_sym_PERCENT] = ACTIONS(5476), + [anon_sym_PIPE_PIPE] = ACTIONS(5478), + [anon_sym_AMP_AMP] = ACTIONS(5478), + [anon_sym_PIPE] = ACTIONS(5476), + [anon_sym_CARET] = ACTIONS(5476), + [anon_sym_AMP] = ACTIONS(5476), + [anon_sym_EQ_EQ] = ACTIONS(5478), + [anon_sym_BANG_EQ] = ACTIONS(5478), + [anon_sym_GT] = ACTIONS(5476), + [anon_sym_GT_EQ] = ACTIONS(5478), + [anon_sym_LT_EQ] = ACTIONS(5476), + [anon_sym_LT] = ACTIONS(5476), + [anon_sym_LT_LT] = ACTIONS(5476), + [anon_sym_GT_GT] = ACTIONS(5476), + [anon_sym_SEMI] = ACTIONS(5478), + [anon_sym___attribute__] = ACTIONS(5476), + [anon_sym___attribute] = ACTIONS(5476), + [anon_sym_LBRACE] = ACTIONS(5478), + [anon_sym_RBRACE] = ACTIONS(5478), + [anon_sym_LBRACK] = ACTIONS(5478), + [anon_sym_RBRACK] = ACTIONS(5478), + [anon_sym_EQ] = ACTIONS(5476), + [anon_sym_COLON] = ACTIONS(5478), + [anon_sym_QMARK] = ACTIONS(5478), + [anon_sym_STAR_EQ] = ACTIONS(5478), + [anon_sym_SLASH_EQ] = ACTIONS(5478), + [anon_sym_PERCENT_EQ] = ACTIONS(5478), + [anon_sym_PLUS_EQ] = ACTIONS(5478), + [anon_sym_DASH_EQ] = ACTIONS(5478), + [anon_sym_LT_LT_EQ] = ACTIONS(5478), + [anon_sym_GT_GT_EQ] = ACTIONS(5478), + [anon_sym_AMP_EQ] = ACTIONS(5478), + [anon_sym_CARET_EQ] = ACTIONS(5478), + [anon_sym_PIPE_EQ] = ACTIONS(5478), + [anon_sym_and_eq] = ACTIONS(5476), + [anon_sym_or_eq] = ACTIONS(5476), + [anon_sym_xor_eq] = ACTIONS(5476), + [anon_sym_LT_EQ_GT] = ACTIONS(5478), + [anon_sym_or] = ACTIONS(5476), + [anon_sym_and] = ACTIONS(5476), + [anon_sym_bitor] = ACTIONS(5476), + [anon_sym_xor] = ACTIONS(5476), + [anon_sym_bitand] = ACTIONS(5476), + [anon_sym_not_eq] = ACTIONS(5476), + [anon_sym_DASH_DASH] = ACTIONS(5478), + [anon_sym_PLUS_PLUS] = ACTIONS(5478), + [anon_sym_DOT] = ACTIONS(5476), + [anon_sym_DOT_STAR] = ACTIONS(5478), + [anon_sym_DASH_GT] = ACTIONS(5478), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5476), + [anon_sym_decltype] = ACTIONS(5476), }, - [2196] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), - [anon_sym_COMMA] = ACTIONS(5742), - [aux_sym_preproc_if_token2] = ACTIONS(5742), - [aux_sym_preproc_else_token1] = ACTIONS(5742), - [aux_sym_preproc_elif_token1] = ACTIONS(5744), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5742), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5742), - [anon_sym_LPAREN2] = ACTIONS(5742), - [anon_sym_DASH] = ACTIONS(5744), - [anon_sym_PLUS] = ACTIONS(5744), - [anon_sym_STAR] = ACTIONS(5744), - [anon_sym_SLASH] = ACTIONS(5744), - [anon_sym_PERCENT] = ACTIONS(5744), - [anon_sym_PIPE_PIPE] = ACTIONS(5742), - [anon_sym_AMP_AMP] = ACTIONS(5742), - [anon_sym_PIPE] = ACTIONS(5744), - [anon_sym_CARET] = ACTIONS(5744), - [anon_sym_AMP] = ACTIONS(5744), - [anon_sym_EQ_EQ] = ACTIONS(5742), - [anon_sym_BANG_EQ] = ACTIONS(5742), - [anon_sym_GT] = ACTIONS(5744), - [anon_sym_GT_EQ] = ACTIONS(5742), - [anon_sym_LT_EQ] = ACTIONS(5744), - [anon_sym_LT] = ACTIONS(5744), - [anon_sym_LT_LT] = ACTIONS(5744), - [anon_sym_GT_GT] = ACTIONS(5744), - [anon_sym___attribute__] = ACTIONS(5744), - [anon_sym___attribute] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(5742), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5742), - [anon_sym_EQ] = ACTIONS(5744), - [anon_sym_QMARK] = ACTIONS(5742), - [anon_sym_STAR_EQ] = ACTIONS(5742), - [anon_sym_SLASH_EQ] = ACTIONS(5742), - [anon_sym_PERCENT_EQ] = ACTIONS(5742), - [anon_sym_PLUS_EQ] = ACTIONS(5742), - [anon_sym_DASH_EQ] = ACTIONS(5742), - [anon_sym_LT_LT_EQ] = ACTIONS(5742), - [anon_sym_GT_GT_EQ] = ACTIONS(5742), - [anon_sym_AMP_EQ] = ACTIONS(5742), - [anon_sym_CARET_EQ] = ACTIONS(5742), - [anon_sym_PIPE_EQ] = ACTIONS(5742), - [anon_sym_and_eq] = ACTIONS(5744), - [anon_sym_or_eq] = ACTIONS(5744), - [anon_sym_xor_eq] = ACTIONS(5744), - [anon_sym_LT_EQ_GT] = ACTIONS(5742), - [anon_sym_or] = ACTIONS(5744), - [anon_sym_and] = ACTIONS(5744), - [anon_sym_bitor] = ACTIONS(5744), - [anon_sym_xor] = ACTIONS(5744), - [anon_sym_bitand] = ACTIONS(5744), - [anon_sym_not_eq] = ACTIONS(5744), - [anon_sym_DASH_DASH] = ACTIONS(5742), - [anon_sym_PLUS_PLUS] = ACTIONS(5742), - [anon_sym_DOT] = ACTIONS(5744), - [anon_sym_DOT_STAR] = ACTIONS(5742), - [anon_sym_DASH_GT] = ACTIONS(5742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5744), - [anon_sym_decltype] = ACTIONS(5744), + [2255] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(5673), + [anon_sym_COMMA] = ACTIONS(5673), + [anon_sym_RPAREN] = ACTIONS(5673), + [anon_sym_LPAREN2] = ACTIONS(5673), + [anon_sym_DASH] = ACTIONS(5671), + [anon_sym_PLUS] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(5671), + [anon_sym_SLASH] = ACTIONS(5671), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_PIPE_PIPE] = ACTIONS(5673), + [anon_sym_AMP_AMP] = ACTIONS(5673), + [anon_sym_PIPE] = ACTIONS(5671), + [anon_sym_CARET] = ACTIONS(5671), + [anon_sym_AMP] = ACTIONS(5671), + [anon_sym_EQ_EQ] = ACTIONS(5673), + [anon_sym_BANG_EQ] = ACTIONS(5673), + [anon_sym_GT] = ACTIONS(5671), + [anon_sym_GT_EQ] = ACTIONS(5673), + [anon_sym_LT_EQ] = ACTIONS(5671), + [anon_sym_LT] = ACTIONS(5671), + [anon_sym_LT_LT] = ACTIONS(5671), + [anon_sym_GT_GT] = ACTIONS(5671), + [anon_sym_SEMI] = ACTIONS(5673), + [anon_sym_RBRACE] = ACTIONS(5673), + [anon_sym_LBRACK] = ACTIONS(5673), + [anon_sym_RBRACK] = ACTIONS(5673), + [anon_sym_EQ] = ACTIONS(5671), + [anon_sym_COLON] = ACTIONS(5673), + [anon_sym_QMARK] = ACTIONS(5673), + [anon_sym_STAR_EQ] = ACTIONS(5673), + [anon_sym_SLASH_EQ] = ACTIONS(5673), + [anon_sym_PERCENT_EQ] = ACTIONS(5673), + [anon_sym_PLUS_EQ] = ACTIONS(5673), + [anon_sym_DASH_EQ] = ACTIONS(5673), + [anon_sym_LT_LT_EQ] = ACTIONS(5673), + [anon_sym_GT_GT_EQ] = ACTIONS(5673), + [anon_sym_AMP_EQ] = ACTIONS(5673), + [anon_sym_CARET_EQ] = ACTIONS(5673), + [anon_sym_PIPE_EQ] = ACTIONS(5673), + [anon_sym_and_eq] = ACTIONS(5671), + [anon_sym_or_eq] = ACTIONS(5671), + [anon_sym_xor_eq] = ACTIONS(5671), + [anon_sym_LT_EQ_GT] = ACTIONS(5673), + [anon_sym_or] = ACTIONS(5671), + [anon_sym_and] = ACTIONS(5671), + [anon_sym_bitor] = ACTIONS(5671), + [anon_sym_xor] = ACTIONS(5671), + [anon_sym_bitand] = ACTIONS(5671), + [anon_sym_not_eq] = ACTIONS(5671), + [anon_sym_DASH_DASH] = ACTIONS(5673), + [anon_sym_PLUS_PLUS] = ACTIONS(5673), + [anon_sym_DOT] = ACTIONS(5671), + [anon_sym_DOT_STAR] = ACTIONS(5673), + [anon_sym_DASH_GT] = ACTIONS(5673), + [anon_sym_L_DQUOTE] = ACTIONS(5673), + [anon_sym_u_DQUOTE] = ACTIONS(5673), + [anon_sym_U_DQUOTE] = ACTIONS(5673), + [anon_sym_u8_DQUOTE] = ACTIONS(5673), + [anon_sym_DQUOTE] = ACTIONS(5673), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5673), + [anon_sym_LR_DQUOTE] = ACTIONS(5673), + [anon_sym_uR_DQUOTE] = ACTIONS(5673), + [anon_sym_UR_DQUOTE] = ACTIONS(5673), + [anon_sym_u8R_DQUOTE] = ACTIONS(5673), + [sym_literal_suffix] = ACTIONS(5671), }, - [2197] = { - [sym_string_literal] = STATE(1679), - [sym_template_argument_list] = STATE(2306), - [sym_raw_string_literal] = STATE(1679), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6041), - [anon_sym_COMMA] = ACTIONS(6074), + [2256] = { + [sym_attribute_specifier] = STATE(1807), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6060), + [anon_sym_COMMA] = ACTIONS(6060), + [anon_sym_RPAREN] = ACTIONS(6060), + [anon_sym_LPAREN2] = ACTIONS(6060), + [anon_sym_DASH] = ACTIONS(6058), + [anon_sym_PLUS] = ACTIONS(6058), + [anon_sym_STAR] = ACTIONS(6060), + [anon_sym_SLASH] = ACTIONS(6058), + [anon_sym_PERCENT] = ACTIONS(6060), + [anon_sym_PIPE_PIPE] = ACTIONS(6060), + [anon_sym_AMP_AMP] = ACTIONS(6060), + [anon_sym_PIPE] = ACTIONS(6058), + [anon_sym_CARET] = ACTIONS(6060), + [anon_sym_AMP] = ACTIONS(6058), + [anon_sym_EQ_EQ] = ACTIONS(6060), + [anon_sym_BANG_EQ] = ACTIONS(6060), + [anon_sym_GT] = ACTIONS(6058), + [anon_sym_GT_EQ] = ACTIONS(6060), + [anon_sym_LT_EQ] = ACTIONS(6058), + [anon_sym_LT] = ACTIONS(6058), + [anon_sym_LT_LT] = ACTIONS(6060), + [anon_sym_GT_GT] = ACTIONS(6060), + [anon_sym_SEMI] = ACTIONS(6060), + [anon_sym___extension__] = ACTIONS(6060), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6060), + [anon_sym_RBRACE] = ACTIONS(6060), + [anon_sym_LBRACK] = ACTIONS(6060), + [anon_sym_RBRACK] = ACTIONS(6060), + [anon_sym_const] = ACTIONS(6058), + [anon_sym_constexpr] = ACTIONS(6060), + [anon_sym_volatile] = ACTIONS(6060), + [anon_sym_restrict] = ACTIONS(6060), + [anon_sym___restrict__] = ACTIONS(6060), + [anon_sym__Atomic] = ACTIONS(6060), + [anon_sym__Noreturn] = ACTIONS(6060), + [anon_sym_noreturn] = ACTIONS(6060), + [anon_sym__Nonnull] = ACTIONS(6060), + [anon_sym_mutable] = ACTIONS(6060), + [anon_sym_constinit] = ACTIONS(6060), + [anon_sym_consteval] = ACTIONS(6060), + [anon_sym_PROGMEM] = ACTIONS(6060), + [anon_sym_alignas] = ACTIONS(6060), + [anon_sym__Alignas] = ACTIONS(6060), + [anon_sym_COLON] = ACTIONS(6060), + [anon_sym_QMARK] = ACTIONS(6060), + [anon_sym_LT_EQ_GT] = ACTIONS(6060), + [anon_sym_or] = ACTIONS(6060), + [anon_sym_and] = ACTIONS(6060), + [anon_sym_bitor] = ACTIONS(6060), + [anon_sym_xor] = ACTIONS(6060), + [anon_sym_bitand] = ACTIONS(6060), + [anon_sym_not_eq] = ACTIONS(6060), + [anon_sym_DASH_DASH] = ACTIONS(6060), + [anon_sym_PLUS_PLUS] = ACTIONS(6060), + [anon_sym_DOT] = ACTIONS(6058), + [anon_sym_DOT_STAR] = ACTIONS(6060), + [anon_sym_DASH_GT] = ACTIONS(6060), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6060), + [anon_sym_decltype] = ACTIONS(6060), + [anon_sym_final] = ACTIONS(6060), + [anon_sym_override] = ACTIONS(6060), + [anon_sym_requires] = ACTIONS(6060), + }, + [2257] = { + [sym_identifier] = ACTIONS(6140), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6142), + [anon_sym_COMMA] = ACTIONS(6142), + [anon_sym_RPAREN] = ACTIONS(6142), + [aux_sym_preproc_if_token2] = ACTIONS(6142), + [aux_sym_preproc_else_token1] = ACTIONS(6142), + [aux_sym_preproc_elif_token1] = ACTIONS(6140), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6142), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6142), + [anon_sym_LPAREN2] = ACTIONS(6142), + [anon_sym_DASH] = ACTIONS(6140), + [anon_sym_PLUS] = ACTIONS(6140), + [anon_sym_STAR] = ACTIONS(6140), + [anon_sym_SLASH] = ACTIONS(6140), + [anon_sym_PERCENT] = ACTIONS(6140), + [anon_sym_PIPE_PIPE] = ACTIONS(6142), + [anon_sym_AMP_AMP] = ACTIONS(6142), + [anon_sym_PIPE] = ACTIONS(6140), + [anon_sym_CARET] = ACTIONS(6140), + [anon_sym_AMP] = ACTIONS(6140), + [anon_sym_EQ_EQ] = ACTIONS(6142), + [anon_sym_BANG_EQ] = ACTIONS(6142), + [anon_sym_GT] = ACTIONS(6140), + [anon_sym_GT_EQ] = ACTIONS(6142), + [anon_sym_LT_EQ] = ACTIONS(6140), + [anon_sym_LT] = ACTIONS(6140), + [anon_sym_LT_LT] = ACTIONS(6140), + [anon_sym_GT_GT] = ACTIONS(6140), + [anon_sym_SEMI] = ACTIONS(6142), + [anon_sym___attribute__] = ACTIONS(6140), + [anon_sym___attribute] = ACTIONS(6140), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6142), + [anon_sym_LBRACE] = ACTIONS(6142), + [anon_sym_RBRACE] = ACTIONS(6142), + [anon_sym_LBRACK] = ACTIONS(6140), + [anon_sym_RBRACK] = ACTIONS(6142), + [anon_sym_EQ] = ACTIONS(6140), + [anon_sym_COLON] = ACTIONS(6142), + [anon_sym_QMARK] = ACTIONS(6142), + [anon_sym_STAR_EQ] = ACTIONS(6142), + [anon_sym_SLASH_EQ] = ACTIONS(6142), + [anon_sym_PERCENT_EQ] = ACTIONS(6142), + [anon_sym_PLUS_EQ] = ACTIONS(6142), + [anon_sym_DASH_EQ] = ACTIONS(6142), + [anon_sym_LT_LT_EQ] = ACTIONS(6142), + [anon_sym_GT_GT_EQ] = ACTIONS(6142), + [anon_sym_AMP_EQ] = ACTIONS(6142), + [anon_sym_CARET_EQ] = ACTIONS(6142), + [anon_sym_PIPE_EQ] = ACTIONS(6142), + [anon_sym_and_eq] = ACTIONS(6140), + [anon_sym_or_eq] = ACTIONS(6140), + [anon_sym_xor_eq] = ACTIONS(6140), + [anon_sym_LT_EQ_GT] = ACTIONS(6142), + [anon_sym_or] = ACTIONS(6140), + [anon_sym_and] = ACTIONS(6140), + [anon_sym_bitor] = ACTIONS(6140), + [anon_sym_xor] = ACTIONS(6140), + [anon_sym_bitand] = ACTIONS(6140), + [anon_sym_not_eq] = ACTIONS(6140), + [anon_sym_DASH_DASH] = ACTIONS(6142), + [anon_sym_PLUS_PLUS] = ACTIONS(6142), + [anon_sym_DOT] = ACTIONS(6140), + [anon_sym_DOT_STAR] = ACTIONS(6142), + [anon_sym_DASH_GT] = ACTIONS(6142), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6140), + }, + [2258] = { + [sym_attribute_specifier] = STATE(1830), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6016), + [anon_sym_COMMA] = ACTIONS(6016), + [anon_sym_RPAREN] = ACTIONS(6016), + [anon_sym_LPAREN2] = ACTIONS(6016), + [anon_sym_DASH] = ACTIONS(6014), + [anon_sym_PLUS] = ACTIONS(6014), + [anon_sym_STAR] = ACTIONS(6016), + [anon_sym_SLASH] = ACTIONS(6014), + [anon_sym_PERCENT] = ACTIONS(6016), + [anon_sym_PIPE_PIPE] = ACTIONS(6016), + [anon_sym_AMP_AMP] = ACTIONS(6016), + [anon_sym_PIPE] = ACTIONS(6014), + [anon_sym_CARET] = ACTIONS(6016), + [anon_sym_AMP] = ACTIONS(6014), + [anon_sym_EQ_EQ] = ACTIONS(6016), + [anon_sym_BANG_EQ] = ACTIONS(6016), + [anon_sym_GT] = ACTIONS(6014), + [anon_sym_GT_EQ] = ACTIONS(6016), + [anon_sym_LT_EQ] = ACTIONS(6014), + [anon_sym_LT] = ACTIONS(6014), + [anon_sym_LT_LT] = ACTIONS(6016), + [anon_sym_GT_GT] = ACTIONS(6016), + [anon_sym_SEMI] = ACTIONS(6016), + [anon_sym___extension__] = ACTIONS(6016), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(6016), + [anon_sym_RBRACE] = ACTIONS(6016), + [anon_sym_LBRACK] = ACTIONS(6016), + [anon_sym_RBRACK] = ACTIONS(6016), + [anon_sym_const] = ACTIONS(6014), + [anon_sym_constexpr] = ACTIONS(6016), + [anon_sym_volatile] = ACTIONS(6016), + [anon_sym_restrict] = ACTIONS(6016), + [anon_sym___restrict__] = ACTIONS(6016), + [anon_sym__Atomic] = ACTIONS(6016), + [anon_sym__Noreturn] = ACTIONS(6016), + [anon_sym_noreturn] = ACTIONS(6016), + [anon_sym__Nonnull] = ACTIONS(6016), + [anon_sym_mutable] = ACTIONS(6016), + [anon_sym_constinit] = ACTIONS(6016), + [anon_sym_consteval] = ACTIONS(6016), + [anon_sym_PROGMEM] = ACTIONS(6016), + [anon_sym_alignas] = ACTIONS(6016), + [anon_sym__Alignas] = ACTIONS(6016), + [anon_sym_COLON] = ACTIONS(6016), + [anon_sym_QMARK] = ACTIONS(6016), + [anon_sym_LT_EQ_GT] = ACTIONS(6016), + [anon_sym_or] = ACTIONS(6016), + [anon_sym_and] = ACTIONS(6016), + [anon_sym_bitor] = ACTIONS(6016), + [anon_sym_xor] = ACTIONS(6016), + [anon_sym_bitand] = ACTIONS(6016), + [anon_sym_not_eq] = ACTIONS(6016), + [anon_sym_DASH_DASH] = ACTIONS(6016), + [anon_sym_PLUS_PLUS] = ACTIONS(6016), + [anon_sym_DOT] = ACTIONS(6014), + [anon_sym_DOT_STAR] = ACTIONS(6016), + [anon_sym_DASH_GT] = ACTIONS(6016), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6016), + [anon_sym_decltype] = ACTIONS(6016), + [anon_sym_final] = ACTIONS(6016), + [anon_sym_override] = ACTIONS(6016), + [anon_sym_requires] = ACTIONS(6016), + }, + [2259] = { + [sym_identifier] = ACTIONS(6144), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(6146), + [anon_sym_RPAREN] = ACTIONS(6146), + [aux_sym_preproc_if_token2] = ACTIONS(6146), + [aux_sym_preproc_else_token1] = ACTIONS(6146), + [aux_sym_preproc_elif_token1] = ACTIONS(6144), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6146), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6146), + [anon_sym_LPAREN2] = ACTIONS(6146), + [anon_sym_DASH] = ACTIONS(6144), + [anon_sym_PLUS] = ACTIONS(6144), + [anon_sym_STAR] = ACTIONS(6144), + [anon_sym_SLASH] = ACTIONS(6144), + [anon_sym_PERCENT] = ACTIONS(6144), + [anon_sym_PIPE_PIPE] = ACTIONS(6146), + [anon_sym_AMP_AMP] = ACTIONS(6146), + [anon_sym_PIPE] = ACTIONS(6144), + [anon_sym_CARET] = ACTIONS(6144), + [anon_sym_AMP] = ACTIONS(6144), + [anon_sym_EQ_EQ] = ACTIONS(6146), + [anon_sym_BANG_EQ] = ACTIONS(6146), + [anon_sym_GT] = ACTIONS(6144), + [anon_sym_GT_EQ] = ACTIONS(6146), + [anon_sym_LT_EQ] = ACTIONS(6144), + [anon_sym_LT] = ACTIONS(6144), + [anon_sym_LT_LT] = ACTIONS(6144), + [anon_sym_GT_GT] = ACTIONS(6144), + [anon_sym_SEMI] = ACTIONS(6146), + [anon_sym___attribute__] = ACTIONS(6144), + [anon_sym___attribute] = ACTIONS(6144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6146), + [anon_sym_LBRACE] = ACTIONS(6146), + [anon_sym_RBRACE] = ACTIONS(6146), + [anon_sym_LBRACK] = ACTIONS(6144), + [anon_sym_RBRACK] = ACTIONS(6146), + [anon_sym_EQ] = ACTIONS(6144), + [anon_sym_COLON] = ACTIONS(6146), + [anon_sym_QMARK] = ACTIONS(6146), + [anon_sym_STAR_EQ] = ACTIONS(6146), + [anon_sym_SLASH_EQ] = ACTIONS(6146), + [anon_sym_PERCENT_EQ] = ACTIONS(6146), + [anon_sym_PLUS_EQ] = ACTIONS(6146), + [anon_sym_DASH_EQ] = ACTIONS(6146), + [anon_sym_LT_LT_EQ] = ACTIONS(6146), + [anon_sym_GT_GT_EQ] = ACTIONS(6146), + [anon_sym_AMP_EQ] = ACTIONS(6146), + [anon_sym_CARET_EQ] = ACTIONS(6146), + [anon_sym_PIPE_EQ] = ACTIONS(6146), + [anon_sym_and_eq] = ACTIONS(6144), + [anon_sym_or_eq] = ACTIONS(6144), + [anon_sym_xor_eq] = ACTIONS(6144), + [anon_sym_LT_EQ_GT] = ACTIONS(6146), + [anon_sym_or] = ACTIONS(6144), + [anon_sym_and] = ACTIONS(6144), + [anon_sym_bitor] = ACTIONS(6144), + [anon_sym_xor] = ACTIONS(6144), + [anon_sym_bitand] = ACTIONS(6144), + [anon_sym_not_eq] = ACTIONS(6144), + [anon_sym_DASH_DASH] = ACTIONS(6146), + [anon_sym_PLUS_PLUS] = ACTIONS(6146), + [anon_sym_DOT] = ACTIONS(6144), + [anon_sym_DOT_STAR] = ACTIONS(6146), + [anon_sym_DASH_GT] = ACTIONS(6146), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6144), + }, + [2260] = { + [sym_identifier] = ACTIONS(5598), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5600), + [anon_sym_COMMA] = ACTIONS(5600), + [anon_sym_RPAREN] = ACTIONS(5600), + [aux_sym_preproc_if_token2] = ACTIONS(5600), + [aux_sym_preproc_else_token1] = ACTIONS(5600), + [aux_sym_preproc_elif_token1] = ACTIONS(5598), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5600), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5600), + [anon_sym_LPAREN2] = ACTIONS(5600), + [anon_sym_DASH] = ACTIONS(5598), + [anon_sym_PLUS] = ACTIONS(5598), + [anon_sym_STAR] = ACTIONS(5598), + [anon_sym_SLASH] = ACTIONS(5598), + [anon_sym_PERCENT] = ACTIONS(5598), + [anon_sym_PIPE_PIPE] = ACTIONS(5600), + [anon_sym_AMP_AMP] = ACTIONS(5600), + [anon_sym_PIPE] = ACTIONS(5598), + [anon_sym_CARET] = ACTIONS(5598), + [anon_sym_AMP] = ACTIONS(5598), + [anon_sym_EQ_EQ] = ACTIONS(5600), + [anon_sym_BANG_EQ] = ACTIONS(5600), + [anon_sym_GT] = ACTIONS(5598), + [anon_sym_GT_EQ] = ACTIONS(5600), + [anon_sym_LT_EQ] = ACTIONS(5598), + [anon_sym_LT] = ACTIONS(5598), + [anon_sym_LT_LT] = ACTIONS(5598), + [anon_sym_GT_GT] = ACTIONS(5598), + [anon_sym_SEMI] = ACTIONS(5600), + [anon_sym___attribute__] = ACTIONS(5598), + [anon_sym___attribute] = ACTIONS(5598), + [anon_sym_LBRACE] = ACTIONS(5600), + [anon_sym_RBRACE] = ACTIONS(5600), + [anon_sym_LBRACK] = ACTIONS(5600), + [anon_sym_RBRACK] = ACTIONS(5600), + [anon_sym_EQ] = ACTIONS(5598), + [anon_sym_COLON] = ACTIONS(5600), + [anon_sym_QMARK] = ACTIONS(5600), + [anon_sym_STAR_EQ] = ACTIONS(5600), + [anon_sym_SLASH_EQ] = ACTIONS(5600), + [anon_sym_PERCENT_EQ] = ACTIONS(5600), + [anon_sym_PLUS_EQ] = ACTIONS(5600), + [anon_sym_DASH_EQ] = ACTIONS(5600), + [anon_sym_LT_LT_EQ] = ACTIONS(5600), + [anon_sym_GT_GT_EQ] = ACTIONS(5600), + [anon_sym_AMP_EQ] = ACTIONS(5600), + [anon_sym_CARET_EQ] = ACTIONS(5600), + [anon_sym_PIPE_EQ] = ACTIONS(5600), + [anon_sym_and_eq] = ACTIONS(5598), + [anon_sym_or_eq] = ACTIONS(5598), + [anon_sym_xor_eq] = ACTIONS(5598), + [anon_sym_LT_EQ_GT] = ACTIONS(5600), + [anon_sym_or] = ACTIONS(5598), + [anon_sym_and] = ACTIONS(5598), + [anon_sym_bitor] = ACTIONS(5598), + [anon_sym_xor] = ACTIONS(5598), + [anon_sym_bitand] = ACTIONS(5598), + [anon_sym_not_eq] = ACTIONS(5598), + [anon_sym_DASH_DASH] = ACTIONS(5600), + [anon_sym_PLUS_PLUS] = ACTIONS(5600), + [anon_sym_DOT] = ACTIONS(5598), + [anon_sym_DOT_STAR] = ACTIONS(5600), + [anon_sym_DASH_GT] = ACTIONS(5600), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5598), + [anon_sym_decltype] = ACTIONS(5598), + }, + [2261] = { + [sym_attribute_declaration] = STATE(2267), + [aux_sym_attributed_declarator_repeat1] = STATE(2267), + [sym_identifier] = ACTIONS(6148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6150), + [anon_sym_COMMA] = ACTIONS(6150), + [anon_sym_RPAREN] = ACTIONS(6150), + [aux_sym_preproc_if_token2] = ACTIONS(6150), + [aux_sym_preproc_else_token1] = ACTIONS(6150), + [aux_sym_preproc_elif_token1] = ACTIONS(6148), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6150), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6150), + [anon_sym_LPAREN2] = ACTIONS(6150), + [anon_sym_DASH] = ACTIONS(6148), + [anon_sym_PLUS] = ACTIONS(6148), + [anon_sym_STAR] = ACTIONS(6148), + [anon_sym_SLASH] = ACTIONS(6148), + [anon_sym_PERCENT] = ACTIONS(6148), + [anon_sym_PIPE_PIPE] = ACTIONS(6150), + [anon_sym_AMP_AMP] = ACTIONS(6150), + [anon_sym_PIPE] = ACTIONS(6148), + [anon_sym_CARET] = ACTIONS(6148), + [anon_sym_AMP] = ACTIONS(6148), + [anon_sym_EQ_EQ] = ACTIONS(6150), + [anon_sym_BANG_EQ] = ACTIONS(6150), + [anon_sym_GT] = ACTIONS(6148), + [anon_sym_GT_EQ] = ACTIONS(6150), + [anon_sym_LT_EQ] = ACTIONS(6148), + [anon_sym_LT] = ACTIONS(6148), + [anon_sym_LT_LT] = ACTIONS(6148), + [anon_sym_GT_GT] = ACTIONS(6148), + [anon_sym_SEMI] = ACTIONS(6150), + [anon_sym___attribute__] = ACTIONS(6148), + [anon_sym___attribute] = ACTIONS(6148), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5947), + [anon_sym_RBRACE] = ACTIONS(6150), + [anon_sym_LBRACK] = ACTIONS(6148), + [anon_sym_RBRACK] = ACTIONS(6150), + [anon_sym_EQ] = ACTIONS(6148), + [anon_sym_COLON] = ACTIONS(6150), + [anon_sym_QMARK] = ACTIONS(6150), + [anon_sym_STAR_EQ] = ACTIONS(6150), + [anon_sym_SLASH_EQ] = ACTIONS(6150), + [anon_sym_PERCENT_EQ] = ACTIONS(6150), + [anon_sym_PLUS_EQ] = ACTIONS(6150), + [anon_sym_DASH_EQ] = ACTIONS(6150), + [anon_sym_LT_LT_EQ] = ACTIONS(6150), + [anon_sym_GT_GT_EQ] = ACTIONS(6150), + [anon_sym_AMP_EQ] = ACTIONS(6150), + [anon_sym_CARET_EQ] = ACTIONS(6150), + [anon_sym_PIPE_EQ] = ACTIONS(6150), + [anon_sym_and_eq] = ACTIONS(6148), + [anon_sym_or_eq] = ACTIONS(6148), + [anon_sym_xor_eq] = ACTIONS(6148), + [anon_sym_LT_EQ_GT] = ACTIONS(6150), + [anon_sym_or] = ACTIONS(6148), + [anon_sym_and] = ACTIONS(6148), + [anon_sym_bitor] = ACTIONS(6148), + [anon_sym_xor] = ACTIONS(6148), + [anon_sym_bitand] = ACTIONS(6148), + [anon_sym_not_eq] = ACTIONS(6148), + [anon_sym_DASH_DASH] = ACTIONS(6150), + [anon_sym_PLUS_PLUS] = ACTIONS(6150), + [anon_sym_DOT] = ACTIONS(6148), + [anon_sym_DOT_STAR] = ACTIONS(6150), + [anon_sym_DASH_GT] = ACTIONS(6150), + [sym_comment] = ACTIONS(3), + }, + [2262] = { + [sym_string_literal] = STATE(1671), + [sym_template_argument_list] = STATE(2310), + [sym_raw_string_literal] = STATE(1671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6042), + [anon_sym_COMMA] = ACTIONS(6152), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_DASH] = ACTIONS(4117), [anon_sym_PLUS] = ACTIONS(4117), @@ -287259,7 +291679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(6076), + [anon_sym_RBRACK] = ACTIONS(6154), [anon_sym_EQ] = ACTIONS(4117), [anon_sym_QMARK] = ACTIONS(4109), [anon_sym_STAR_EQ] = ACTIONS(4109), @@ -287287,155 +291707,359 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(1948), - [anon_sym_u_DQUOTE] = ACTIONS(1948), - [anon_sym_U_DQUOTE] = ACTIONS(1948), - [anon_sym_u8_DQUOTE] = ACTIONS(1948), - [anon_sym_DQUOTE] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(1958), - [anon_sym_LR_DQUOTE] = ACTIONS(1958), - [anon_sym_uR_DQUOTE] = ACTIONS(1958), - [anon_sym_UR_DQUOTE] = ACTIONS(1958), - [anon_sym_u8R_DQUOTE] = ACTIONS(1958), + [anon_sym_L_DQUOTE] = ACTIONS(1956), + [anon_sym_u_DQUOTE] = ACTIONS(1956), + [anon_sym_U_DQUOTE] = ACTIONS(1956), + [anon_sym_u8_DQUOTE] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(1966), + [anon_sym_LR_DQUOTE] = ACTIONS(1966), + [anon_sym_uR_DQUOTE] = ACTIONS(1966), + [anon_sym_UR_DQUOTE] = ACTIONS(1966), + [anon_sym_u8R_DQUOTE] = ACTIONS(1966), }, - [2198] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2279), - [sym_identifier] = ACTIONS(5591), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [aux_sym_preproc_if_token2] = ACTIONS(5593), - [aux_sym_preproc_else_token1] = ACTIONS(5593), - [aux_sym_preproc_elif_token1] = ACTIONS(5591), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5593), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5591), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5591), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5591), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5593), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5591), - [anon_sym_GT_GT] = ACTIONS(5591), - [anon_sym___attribute__] = ACTIONS(5591), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_signed] = ACTIONS(6079), - [anon_sym_unsigned] = ACTIONS(6079), - [anon_sym_long] = ACTIONS(6079), - [anon_sym_short] = ACTIONS(6079), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_EQ] = ACTIONS(5591), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_STAR_EQ] = ACTIONS(5593), - [anon_sym_SLASH_EQ] = ACTIONS(5593), - [anon_sym_PERCENT_EQ] = ACTIONS(5593), - [anon_sym_PLUS_EQ] = ACTIONS(5593), - [anon_sym_DASH_EQ] = ACTIONS(5593), - [anon_sym_LT_LT_EQ] = ACTIONS(5593), - [anon_sym_GT_GT_EQ] = ACTIONS(5593), - [anon_sym_AMP_EQ] = ACTIONS(5593), - [anon_sym_CARET_EQ] = ACTIONS(5593), - [anon_sym_PIPE_EQ] = ACTIONS(5593), - [anon_sym_and_eq] = ACTIONS(5591), - [anon_sym_or_eq] = ACTIONS(5591), - [anon_sym_xor_eq] = ACTIONS(5591), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5591), - [anon_sym_and] = ACTIONS(5591), - [anon_sym_bitor] = ACTIONS(5591), - [anon_sym_xor] = ACTIONS(5591), - [anon_sym_bitand] = ACTIONS(5591), - [anon_sym_not_eq] = ACTIONS(5591), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5591), - [anon_sym_decltype] = ACTIONS(5591), + [2263] = { + [sym_template_argument_list] = STATE(2310), + [sym_identifier] = ACTIONS(4840), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4833), + [anon_sym_COMMA] = ACTIONS(4833), + [anon_sym_RPAREN] = ACTIONS(4833), + [aux_sym_preproc_if_token2] = ACTIONS(4833), + [aux_sym_preproc_else_token1] = ACTIONS(4833), + [aux_sym_preproc_elif_token1] = ACTIONS(4840), + [aux_sym_preproc_elifdef_token1] = ACTIONS(4833), + [aux_sym_preproc_elifdef_token2] = ACTIONS(4833), + [anon_sym_LPAREN2] = ACTIONS(4833), + [anon_sym_DASH] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4840), + [anon_sym_SLASH] = ACTIONS(4840), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4833), + [anon_sym_AMP_AMP] = ACTIONS(4833), + [anon_sym_PIPE] = ACTIONS(4840), + [anon_sym_CARET] = ACTIONS(4840), + [anon_sym_AMP] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4833), + [anon_sym_BANG_EQ] = ACTIONS(4833), + [anon_sym_GT] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4833), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(5697), + [anon_sym_LT_LT] = ACTIONS(4840), + [anon_sym_GT_GT] = ACTIONS(4840), + [anon_sym_SEMI] = ACTIONS(4833), + [anon_sym___attribute__] = ACTIONS(4840), + [anon_sym___attribute] = ACTIONS(4840), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4838), + [anon_sym_RBRACE] = ACTIONS(4833), + [anon_sym_LBRACK] = ACTIONS(4833), + [anon_sym_RBRACK] = ACTIONS(4833), + [anon_sym_EQ] = ACTIONS(4840), + [anon_sym_COLON] = ACTIONS(4840), + [anon_sym_QMARK] = ACTIONS(4833), + [anon_sym_STAR_EQ] = ACTIONS(4833), + [anon_sym_SLASH_EQ] = ACTIONS(4833), + [anon_sym_PERCENT_EQ] = ACTIONS(4833), + [anon_sym_PLUS_EQ] = ACTIONS(4833), + [anon_sym_DASH_EQ] = ACTIONS(4833), + [anon_sym_LT_LT_EQ] = ACTIONS(4833), + [anon_sym_GT_GT_EQ] = ACTIONS(4833), + [anon_sym_AMP_EQ] = ACTIONS(4833), + [anon_sym_CARET_EQ] = ACTIONS(4833), + [anon_sym_PIPE_EQ] = ACTIONS(4833), + [anon_sym_and_eq] = ACTIONS(4840), + [anon_sym_or_eq] = ACTIONS(4840), + [anon_sym_xor_eq] = ACTIONS(4840), + [anon_sym_LT_EQ_GT] = ACTIONS(4833), + [anon_sym_or] = ACTIONS(4840), + [anon_sym_and] = ACTIONS(4840), + [anon_sym_bitor] = ACTIONS(4840), + [anon_sym_xor] = ACTIONS(4840), + [anon_sym_bitand] = ACTIONS(4840), + [anon_sym_not_eq] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4833), + [anon_sym_PLUS_PLUS] = ACTIONS(4833), + [anon_sym_DOT] = ACTIONS(4840), + [anon_sym_DOT_STAR] = ACTIONS(4833), + [anon_sym_DASH_GT] = ACTIONS(4833), + [sym_comment] = ACTIONS(3), }, - [2199] = { - [sym_identifier] = ACTIONS(5506), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5508), - [anon_sym_COMMA] = ACTIONS(5508), - [anon_sym_RPAREN] = ACTIONS(5508), - [aux_sym_preproc_if_token2] = ACTIONS(5508), - [aux_sym_preproc_else_token1] = ACTIONS(5508), - [aux_sym_preproc_elif_token1] = ACTIONS(5506), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5508), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5508), - [anon_sym_LPAREN2] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5506), - [anon_sym_PLUS] = ACTIONS(5506), - [anon_sym_STAR] = ACTIONS(5506), - [anon_sym_SLASH] = ACTIONS(5506), - [anon_sym_PERCENT] = ACTIONS(5506), - [anon_sym_PIPE_PIPE] = ACTIONS(5508), - [anon_sym_AMP_AMP] = ACTIONS(5508), - [anon_sym_PIPE] = ACTIONS(5506), - [anon_sym_CARET] = ACTIONS(5506), - [anon_sym_AMP] = ACTIONS(5506), - [anon_sym_EQ_EQ] = ACTIONS(5508), - [anon_sym_BANG_EQ] = ACTIONS(5508), - [anon_sym_GT] = ACTIONS(5506), - [anon_sym_GT_EQ] = ACTIONS(5508), - [anon_sym_LT_EQ] = ACTIONS(5506), - [anon_sym_LT] = ACTIONS(5506), - [anon_sym_LT_LT] = ACTIONS(5506), - [anon_sym_GT_GT] = ACTIONS(5506), - [anon_sym_SEMI] = ACTIONS(5508), - [anon_sym___attribute__] = ACTIONS(5506), - [anon_sym___attribute] = ACTIONS(5506), - [anon_sym_LBRACE] = ACTIONS(5508), - [anon_sym_RBRACE] = ACTIONS(5508), - [anon_sym_LBRACK] = ACTIONS(5508), - [anon_sym_RBRACK] = ACTIONS(5508), - [anon_sym_EQ] = ACTIONS(5506), - [anon_sym_COLON] = ACTIONS(5508), - [anon_sym_QMARK] = ACTIONS(5508), - [anon_sym_STAR_EQ] = ACTIONS(5508), - [anon_sym_SLASH_EQ] = ACTIONS(5508), - [anon_sym_PERCENT_EQ] = ACTIONS(5508), - [anon_sym_PLUS_EQ] = ACTIONS(5508), - [anon_sym_DASH_EQ] = ACTIONS(5508), - [anon_sym_LT_LT_EQ] = ACTIONS(5508), - [anon_sym_GT_GT_EQ] = ACTIONS(5508), - [anon_sym_AMP_EQ] = ACTIONS(5508), - [anon_sym_CARET_EQ] = ACTIONS(5508), - [anon_sym_PIPE_EQ] = ACTIONS(5508), - [anon_sym_and_eq] = ACTIONS(5506), - [anon_sym_or_eq] = ACTIONS(5506), - [anon_sym_xor_eq] = ACTIONS(5506), - [anon_sym_LT_EQ_GT] = ACTIONS(5508), - [anon_sym_or] = ACTIONS(5506), - [anon_sym_and] = ACTIONS(5506), - [anon_sym_bitor] = ACTIONS(5506), - [anon_sym_xor] = ACTIONS(5506), - [anon_sym_bitand] = ACTIONS(5506), - [anon_sym_not_eq] = ACTIONS(5506), - [anon_sym_DASH_DASH] = ACTIONS(5508), - [anon_sym_PLUS_PLUS] = ACTIONS(5508), - [anon_sym_DOT] = ACTIONS(5506), - [anon_sym_DOT_STAR] = ACTIONS(5508), - [anon_sym_DASH_GT] = ACTIONS(5508), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5506), - [anon_sym_decltype] = ACTIONS(5506), + [2264] = { + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(2265), + [sym__declarator] = STATE(6454), + [sym__abstract_declarator] = STATE(6646), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2757), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(2968), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5787), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2757), + [aux_sym_pointer_declarator_repeat1] = STATE(2265), + [sym_identifier] = ACTIONS(5618), + [anon_sym_RPAREN] = ACTIONS(5709), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4161), + [anon_sym_AMP] = ACTIONS(4163), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym_COLON_COLON] = ACTIONS(6157), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), }, - [2200] = { + [2265] = { + [sym_ms_based_modifier] = STATE(7995), + [sym_ms_unaligned_ptr_modifier] = STATE(4029), + [sym_ms_pointer_modifier] = STATE(3787), + [sym__declarator] = STATE(6396), + [sym__abstract_declarator] = STATE(6622), + [sym_parenthesized_declarator] = STATE(5997), + [sym_abstract_parenthesized_declarator] = STATE(5978), + [sym_attributed_declarator] = STATE(5997), + [sym_pointer_declarator] = STATE(5997), + [sym_abstract_pointer_declarator] = STATE(5978), + [sym_function_declarator] = STATE(5997), + [sym_abstract_function_declarator] = STATE(5978), + [sym_array_declarator] = STATE(5997), + [sym_abstract_array_declarator] = STATE(5978), + [sym_type_qualifier] = STATE(2759), + [sym_alignas_qualifier] = STATE(4239), + [sym_parameter_list] = STATE(2968), + [sym_decltype] = STATE(8077), + [sym_reference_declarator] = STATE(5997), + [sym_abstract_reference_declarator] = STATE(5978), + [sym_structured_binding_declarator] = STATE(5997), + [sym__function_declarator_seq] = STATE(5963), + [sym_template_type] = STATE(8077), + [sym_template_function] = STATE(5997), + [sym_destructor_name] = STATE(5997), + [sym_dependent_type_identifier] = STATE(8077), + [sym__scope_resolution] = STATE(5787), + [sym_qualified_identifier] = STATE(5997), + [sym_operator_name] = STATE(5997), + [aux_sym__type_definition_type_repeat1] = STATE(2759), + [aux_sym_pointer_declarator_repeat1] = STATE(3787), + [sym_identifier] = ACTIONS(5618), + [anon_sym_RPAREN] = ACTIONS(5723), + [anon_sym_LPAREN2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4161), + [anon_sym_AMP] = ACTIONS(4163), + [anon_sym___extension__] = ACTIONS(2887), + [anon_sym_COLON_COLON] = ACTIONS(6157), + [anon_sym___based] = ACTIONS(51), + [sym_ms_restrict_modifier] = ACTIONS(2883), + [sym_ms_unsigned_ptr_modifier] = ACTIONS(2883), + [sym_ms_signed_ptr_modifier] = ACTIONS(2883), + [anon_sym__unaligned] = ACTIONS(2885), + [anon_sym___unaligned] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(5721), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_constexpr] = ACTIONS(2887), + [anon_sym_volatile] = ACTIONS(2887), + [anon_sym_restrict] = ACTIONS(2887), + [anon_sym___restrict__] = ACTIONS(2887), + [anon_sym__Atomic] = ACTIONS(2887), + [anon_sym__Noreturn] = ACTIONS(2887), + [anon_sym_noreturn] = ACTIONS(2887), + [anon_sym__Nonnull] = ACTIONS(2887), + [anon_sym_mutable] = ACTIONS(2887), + [anon_sym_constinit] = ACTIONS(2887), + [anon_sym_consteval] = ACTIONS(2887), + [anon_sym_PROGMEM] = ACTIONS(2887), + [anon_sym_alignas] = ACTIONS(2889), + [anon_sym__Alignas] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [anon_sym_decltype] = ACTIONS(1962), + [anon_sym_template] = ACTIONS(1241), + [anon_sym_operator] = ACTIONS(1836), + }, + [2266] = { + [sym_identifier] = ACTIONS(5602), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [anon_sym_RPAREN] = ACTIONS(5604), + [aux_sym_preproc_if_token2] = ACTIONS(5604), + [aux_sym_preproc_else_token1] = ACTIONS(5604), + [aux_sym_preproc_elif_token1] = ACTIONS(5602), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5604), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5602), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5602), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5602), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5604), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5602), + [anon_sym_GT_GT] = ACTIONS(5602), + [anon_sym_SEMI] = ACTIONS(5604), + [anon_sym___attribute__] = ACTIONS(5602), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_RBRACE] = ACTIONS(5604), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_RBRACK] = ACTIONS(5604), + [anon_sym_EQ] = ACTIONS(5602), + [anon_sym_COLON] = ACTIONS(5604), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_STAR_EQ] = ACTIONS(5604), + [anon_sym_SLASH_EQ] = ACTIONS(5604), + [anon_sym_PERCENT_EQ] = ACTIONS(5604), + [anon_sym_PLUS_EQ] = ACTIONS(5604), + [anon_sym_DASH_EQ] = ACTIONS(5604), + [anon_sym_LT_LT_EQ] = ACTIONS(5604), + [anon_sym_GT_GT_EQ] = ACTIONS(5604), + [anon_sym_AMP_EQ] = ACTIONS(5604), + [anon_sym_CARET_EQ] = ACTIONS(5604), + [anon_sym_PIPE_EQ] = ACTIONS(5604), + [anon_sym_and_eq] = ACTIONS(5602), + [anon_sym_or_eq] = ACTIONS(5602), + [anon_sym_xor_eq] = ACTIONS(5602), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5602), + [anon_sym_and] = ACTIONS(5602), + [anon_sym_bitor] = ACTIONS(5602), + [anon_sym_xor] = ACTIONS(5602), + [anon_sym_bitand] = ACTIONS(5602), + [anon_sym_not_eq] = ACTIONS(5602), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5602), + [anon_sym_decltype] = ACTIONS(5602), + }, + [2267] = { + [sym_attribute_declaration] = STATE(2267), + [aux_sym_attributed_declarator_repeat1] = STATE(2267), + [sym_identifier] = ACTIONS(6159), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6161), + [anon_sym_COMMA] = ACTIONS(6161), + [anon_sym_RPAREN] = ACTIONS(6161), + [aux_sym_preproc_if_token2] = ACTIONS(6161), + [aux_sym_preproc_else_token1] = ACTIONS(6161), + [aux_sym_preproc_elif_token1] = ACTIONS(6159), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6161), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6161), + [anon_sym_LPAREN2] = ACTIONS(6161), + [anon_sym_DASH] = ACTIONS(6159), + [anon_sym_PLUS] = ACTIONS(6159), + [anon_sym_STAR] = ACTIONS(6159), + [anon_sym_SLASH] = ACTIONS(6159), + [anon_sym_PERCENT] = ACTIONS(6159), + [anon_sym_PIPE_PIPE] = ACTIONS(6161), + [anon_sym_AMP_AMP] = ACTIONS(6161), + [anon_sym_PIPE] = ACTIONS(6159), + [anon_sym_CARET] = ACTIONS(6159), + [anon_sym_AMP] = ACTIONS(6159), + [anon_sym_EQ_EQ] = ACTIONS(6161), + [anon_sym_BANG_EQ] = ACTIONS(6161), + [anon_sym_GT] = ACTIONS(6159), + [anon_sym_GT_EQ] = ACTIONS(6161), + [anon_sym_LT_EQ] = ACTIONS(6159), + [anon_sym_LT] = ACTIONS(6159), + [anon_sym_LT_LT] = ACTIONS(6159), + [anon_sym_GT_GT] = ACTIONS(6159), + [anon_sym_SEMI] = ACTIONS(6161), + [anon_sym___attribute__] = ACTIONS(6159), + [anon_sym___attribute] = ACTIONS(6159), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6163), + [anon_sym_RBRACE] = ACTIONS(6161), + [anon_sym_LBRACK] = ACTIONS(6159), + [anon_sym_RBRACK] = ACTIONS(6161), + [anon_sym_EQ] = ACTIONS(6159), + [anon_sym_COLON] = ACTIONS(6161), + [anon_sym_QMARK] = ACTIONS(6161), + [anon_sym_STAR_EQ] = ACTIONS(6161), + [anon_sym_SLASH_EQ] = ACTIONS(6161), + [anon_sym_PERCENT_EQ] = ACTIONS(6161), + [anon_sym_PLUS_EQ] = ACTIONS(6161), + [anon_sym_DASH_EQ] = ACTIONS(6161), + [anon_sym_LT_LT_EQ] = ACTIONS(6161), + [anon_sym_GT_GT_EQ] = ACTIONS(6161), + [anon_sym_AMP_EQ] = ACTIONS(6161), + [anon_sym_CARET_EQ] = ACTIONS(6161), + [anon_sym_PIPE_EQ] = ACTIONS(6161), + [anon_sym_and_eq] = ACTIONS(6159), + [anon_sym_or_eq] = ACTIONS(6159), + [anon_sym_xor_eq] = ACTIONS(6159), + [anon_sym_LT_EQ_GT] = ACTIONS(6161), + [anon_sym_or] = ACTIONS(6159), + [anon_sym_and] = ACTIONS(6159), + [anon_sym_bitor] = ACTIONS(6159), + [anon_sym_xor] = ACTIONS(6159), + [anon_sym_bitand] = ACTIONS(6159), + [anon_sym_not_eq] = ACTIONS(6159), + [anon_sym_DASH_DASH] = ACTIONS(6161), + [anon_sym_PLUS_PLUS] = ACTIONS(6161), + [anon_sym_DOT] = ACTIONS(6159), + [anon_sym_DOT_STAR] = ACTIONS(6161), + [anon_sym_DASH_GT] = ACTIONS(6161), + [sym_comment] = ACTIONS(3), + }, + [2268] = { [sym_identifier] = ACTIONS(5538), [anon_sym_DOT_DOT_DOT] = ACTIONS(5540), [anon_sym_COMMA] = ACTIONS(5540), @@ -287503,1299 +292127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5538), [anon_sym_decltype] = ACTIONS(5538), }, - [2201] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [aux_sym_preproc_if_token2] = ACTIONS(5441), - [aux_sym_preproc_else_token1] = ACTIONS(5441), - [aux_sym_preproc_elif_token1] = ACTIONS(5439), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5439), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5439), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5439), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5439), - [anon_sym_GT_GT] = ACTIONS(5439), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_EQ] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_STAR_EQ] = ACTIONS(5441), - [anon_sym_SLASH_EQ] = ACTIONS(5441), - [anon_sym_PERCENT_EQ] = ACTIONS(5441), - [anon_sym_PLUS_EQ] = ACTIONS(5441), - [anon_sym_DASH_EQ] = ACTIONS(5441), - [anon_sym_LT_LT_EQ] = ACTIONS(5441), - [anon_sym_GT_GT_EQ] = ACTIONS(5441), - [anon_sym_AMP_EQ] = ACTIONS(5441), - [anon_sym_CARET_EQ] = ACTIONS(5441), - [anon_sym_PIPE_EQ] = ACTIONS(5441), - [anon_sym_and_eq] = ACTIONS(5439), - [anon_sym_or_eq] = ACTIONS(5439), - [anon_sym_xor_eq] = ACTIONS(5439), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - }, - [2202] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5746), - [anon_sym_COMMA] = ACTIONS(5746), - [anon_sym_LPAREN2] = ACTIONS(5746), - [anon_sym_DASH] = ACTIONS(5748), - [anon_sym_PLUS] = ACTIONS(5748), - [anon_sym_STAR] = ACTIONS(5746), - [anon_sym_SLASH] = ACTIONS(5748), - [anon_sym_PERCENT] = ACTIONS(5746), - [anon_sym_PIPE_PIPE] = ACTIONS(5746), - [anon_sym_AMP_AMP] = ACTIONS(5746), - [anon_sym_PIPE] = ACTIONS(5748), - [anon_sym_CARET] = ACTIONS(5746), - [anon_sym_AMP] = ACTIONS(5748), - [anon_sym_EQ_EQ] = ACTIONS(5746), - [anon_sym_BANG_EQ] = ACTIONS(5746), - [anon_sym_GT] = ACTIONS(5748), - [anon_sym_GT_EQ] = ACTIONS(5748), - [anon_sym_LT_EQ] = ACTIONS(5748), - [anon_sym_LT] = ACTIONS(5748), - [anon_sym_LT_LT] = ACTIONS(5746), - [anon_sym_GT_GT] = ACTIONS(5748), - [anon_sym___extension__] = ACTIONS(5746), - [anon_sym___attribute__] = ACTIONS(5746), - [anon_sym___attribute] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(5746), - [anon_sym_signed] = ACTIONS(6081), - [anon_sym_unsigned] = ACTIONS(6081), - [anon_sym_long] = ACTIONS(6081), - [anon_sym_short] = ACTIONS(6081), - [anon_sym_LBRACK] = ACTIONS(5746), - [anon_sym_const] = ACTIONS(5748), - [anon_sym_constexpr] = ACTIONS(5746), - [anon_sym_volatile] = ACTIONS(5746), - [anon_sym_restrict] = ACTIONS(5746), - [anon_sym___restrict__] = ACTIONS(5746), - [anon_sym__Atomic] = ACTIONS(5746), - [anon_sym__Noreturn] = ACTIONS(5746), - [anon_sym_noreturn] = ACTIONS(5746), - [anon_sym__Nonnull] = ACTIONS(5746), - [anon_sym_mutable] = ACTIONS(5746), - [anon_sym_constinit] = ACTIONS(5746), - [anon_sym_consteval] = ACTIONS(5746), - [anon_sym_PROGMEM] = ACTIONS(5746), - [anon_sym_alignas] = ACTIONS(5746), - [anon_sym__Alignas] = ACTIONS(5746), - [anon_sym_QMARK] = ACTIONS(5746), - [anon_sym_LT_EQ_GT] = ACTIONS(5746), - [anon_sym_or] = ACTIONS(5746), - [anon_sym_and] = ACTIONS(5746), - [anon_sym_bitor] = ACTIONS(5746), - [anon_sym_xor] = ACTIONS(5746), - [anon_sym_bitand] = ACTIONS(5746), - [anon_sym_not_eq] = ACTIONS(5746), - [anon_sym_DASH_DASH] = ACTIONS(5746), - [anon_sym_PLUS_PLUS] = ACTIONS(5746), - [anon_sym_DOT] = ACTIONS(5748), - [anon_sym_DOT_STAR] = ACTIONS(5746), - [anon_sym_DASH_GT] = ACTIONS(5746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5746), - [anon_sym_decltype] = ACTIONS(5746), - [anon_sym_final] = ACTIONS(5746), - [anon_sym_override] = ACTIONS(5746), - [anon_sym_GT2] = ACTIONS(5746), - [anon_sym_requires] = ACTIONS(5746), - }, - [2203] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2291), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), - [anon_sym_COMMA] = ACTIONS(5730), - [anon_sym_LPAREN2] = ACTIONS(5730), - [anon_sym_DASH] = ACTIONS(5732), - [anon_sym_PLUS] = ACTIONS(5732), - [anon_sym_STAR] = ACTIONS(5730), - [anon_sym_SLASH] = ACTIONS(5732), - [anon_sym_PERCENT] = ACTIONS(5730), - [anon_sym_PIPE_PIPE] = ACTIONS(5730), - [anon_sym_AMP_AMP] = ACTIONS(5730), - [anon_sym_PIPE] = ACTIONS(5732), - [anon_sym_CARET] = ACTIONS(5730), - [anon_sym_AMP] = ACTIONS(5732), - [anon_sym_EQ_EQ] = ACTIONS(5730), - [anon_sym_BANG_EQ] = ACTIONS(5730), - [anon_sym_GT] = ACTIONS(5732), - [anon_sym_GT_EQ] = ACTIONS(5732), - [anon_sym_LT_EQ] = ACTIONS(5732), - [anon_sym_LT] = ACTIONS(5732), - [anon_sym_LT_LT] = ACTIONS(5730), - [anon_sym_GT_GT] = ACTIONS(5732), - [anon_sym___extension__] = ACTIONS(5730), - [anon_sym___attribute__] = ACTIONS(5730), - [anon_sym___attribute] = ACTIONS(5732), - [anon_sym_LBRACE] = ACTIONS(5730), - [anon_sym_signed] = ACTIONS(6083), - [anon_sym_unsigned] = ACTIONS(6083), - [anon_sym_long] = ACTIONS(6083), - [anon_sym_short] = ACTIONS(6083), - [anon_sym_LBRACK] = ACTIONS(5730), - [anon_sym_const] = ACTIONS(5732), - [anon_sym_constexpr] = ACTIONS(5730), - [anon_sym_volatile] = ACTIONS(5730), - [anon_sym_restrict] = ACTIONS(5730), - [anon_sym___restrict__] = ACTIONS(5730), - [anon_sym__Atomic] = ACTIONS(5730), - [anon_sym__Noreturn] = ACTIONS(5730), - [anon_sym_noreturn] = ACTIONS(5730), - [anon_sym__Nonnull] = ACTIONS(5730), - [anon_sym_mutable] = ACTIONS(5730), - [anon_sym_constinit] = ACTIONS(5730), - [anon_sym_consteval] = ACTIONS(5730), - [anon_sym_PROGMEM] = ACTIONS(5730), - [anon_sym_alignas] = ACTIONS(5730), - [anon_sym__Alignas] = ACTIONS(5730), - [anon_sym_QMARK] = ACTIONS(5730), - [anon_sym_LT_EQ_GT] = ACTIONS(5730), - [anon_sym_or] = ACTIONS(5730), - [anon_sym_and] = ACTIONS(5730), - [anon_sym_bitor] = ACTIONS(5730), - [anon_sym_xor] = ACTIONS(5730), - [anon_sym_bitand] = ACTIONS(5730), - [anon_sym_not_eq] = ACTIONS(5730), - [anon_sym_DASH_DASH] = ACTIONS(5730), - [anon_sym_PLUS_PLUS] = ACTIONS(5730), - [anon_sym_DOT] = ACTIONS(5732), - [anon_sym_DOT_STAR] = ACTIONS(5730), - [anon_sym_DASH_GT] = ACTIONS(5730), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5730), - [anon_sym_decltype] = ACTIONS(5730), - [anon_sym_final] = ACTIONS(5730), - [anon_sym_override] = ACTIONS(5730), - [anon_sym_GT2] = ACTIONS(5730), - [anon_sym_requires] = ACTIONS(5730), - }, - [2204] = { - [sym_argument_list] = STATE(2439), - [sym_initializer_list] = STATE(2439), - [sym_identifier] = ACTIONS(6085), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6087), - [anon_sym_COMMA] = ACTIONS(6087), - [anon_sym_RPAREN] = ACTIONS(6087), - [aux_sym_preproc_if_token2] = ACTIONS(6087), - [aux_sym_preproc_else_token1] = ACTIONS(6087), - [aux_sym_preproc_elif_token1] = ACTIONS(6085), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6087), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6087), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(6085), - [anon_sym_PLUS] = ACTIONS(6085), - [anon_sym_STAR] = ACTIONS(6085), - [anon_sym_SLASH] = ACTIONS(6085), - [anon_sym_PERCENT] = ACTIONS(6085), - [anon_sym_PIPE_PIPE] = ACTIONS(6087), - [anon_sym_AMP_AMP] = ACTIONS(6087), - [anon_sym_PIPE] = ACTIONS(6085), - [anon_sym_CARET] = ACTIONS(6085), - [anon_sym_AMP] = ACTIONS(6085), - [anon_sym_EQ_EQ] = ACTIONS(6087), - [anon_sym_BANG_EQ] = ACTIONS(6087), - [anon_sym_GT] = ACTIONS(6085), - [anon_sym_GT_EQ] = ACTIONS(6087), - [anon_sym_LT_EQ] = ACTIONS(6085), - [anon_sym_LT] = ACTIONS(6085), - [anon_sym_LT_LT] = ACTIONS(6085), - [anon_sym_GT_GT] = ACTIONS(6085), - [anon_sym_SEMI] = ACTIONS(6087), - [anon_sym___attribute__] = ACTIONS(6085), - [anon_sym___attribute] = ACTIONS(6085), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(6087), - [anon_sym_LBRACK] = ACTIONS(6087), - [anon_sym_RBRACK] = ACTIONS(6087), - [anon_sym_EQ] = ACTIONS(6085), - [anon_sym_COLON] = ACTIONS(6087), - [anon_sym_QMARK] = ACTIONS(6087), - [anon_sym_STAR_EQ] = ACTIONS(6087), - [anon_sym_SLASH_EQ] = ACTIONS(6087), - [anon_sym_PERCENT_EQ] = ACTIONS(6087), - [anon_sym_PLUS_EQ] = ACTIONS(6087), - [anon_sym_DASH_EQ] = ACTIONS(6087), - [anon_sym_LT_LT_EQ] = ACTIONS(6087), - [anon_sym_GT_GT_EQ] = ACTIONS(6087), - [anon_sym_AMP_EQ] = ACTIONS(6087), - [anon_sym_CARET_EQ] = ACTIONS(6087), - [anon_sym_PIPE_EQ] = ACTIONS(6087), - [anon_sym_and_eq] = ACTIONS(6085), - [anon_sym_or_eq] = ACTIONS(6085), - [anon_sym_xor_eq] = ACTIONS(6085), - [anon_sym_LT_EQ_GT] = ACTIONS(6087), - [anon_sym_or] = ACTIONS(6085), - [anon_sym_and] = ACTIONS(6085), - [anon_sym_bitor] = ACTIONS(6085), - [anon_sym_xor] = ACTIONS(6085), - [anon_sym_bitand] = ACTIONS(6085), - [anon_sym_not_eq] = ACTIONS(6085), - [anon_sym_DASH_DASH] = ACTIONS(6087), - [anon_sym_PLUS_PLUS] = ACTIONS(6087), - [anon_sym_DOT] = ACTIONS(6085), - [anon_sym_DOT_STAR] = ACTIONS(6087), - [anon_sym_DASH_GT] = ACTIONS(6087), - [sym_comment] = ACTIONS(3), - }, - [2205] = { - [sym_identifier] = ACTIONS(5502), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5504), - [anon_sym_COMMA] = ACTIONS(5504), - [anon_sym_RPAREN] = ACTIONS(5504), - [aux_sym_preproc_if_token2] = ACTIONS(5504), - [aux_sym_preproc_else_token1] = ACTIONS(5504), - [aux_sym_preproc_elif_token1] = ACTIONS(5502), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5504), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5504), - [anon_sym_LPAREN2] = ACTIONS(5504), - [anon_sym_DASH] = ACTIONS(5502), - [anon_sym_PLUS] = ACTIONS(5502), - [anon_sym_STAR] = ACTIONS(5502), - [anon_sym_SLASH] = ACTIONS(5502), - [anon_sym_PERCENT] = ACTIONS(5502), - [anon_sym_PIPE_PIPE] = ACTIONS(5504), - [anon_sym_AMP_AMP] = ACTIONS(5504), - [anon_sym_PIPE] = ACTIONS(5502), - [anon_sym_CARET] = ACTIONS(5502), - [anon_sym_AMP] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5504), - [anon_sym_BANG_EQ] = ACTIONS(5504), - [anon_sym_GT] = ACTIONS(5502), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_LT_EQ] = ACTIONS(5502), - [anon_sym_LT] = ACTIONS(5502), - [anon_sym_LT_LT] = ACTIONS(5502), - [anon_sym_GT_GT] = ACTIONS(5502), - [anon_sym_SEMI] = ACTIONS(5504), - [anon_sym___attribute__] = ACTIONS(5502), - [anon_sym___attribute] = ACTIONS(5502), - [anon_sym_LBRACE] = ACTIONS(5504), - [anon_sym_RBRACE] = ACTIONS(5504), - [anon_sym_LBRACK] = ACTIONS(5504), - [anon_sym_RBRACK] = ACTIONS(5504), - [anon_sym_EQ] = ACTIONS(5502), - [anon_sym_COLON] = ACTIONS(5504), - [anon_sym_QMARK] = ACTIONS(5504), - [anon_sym_STAR_EQ] = ACTIONS(5504), - [anon_sym_SLASH_EQ] = ACTIONS(5504), - [anon_sym_PERCENT_EQ] = ACTIONS(5504), - [anon_sym_PLUS_EQ] = ACTIONS(5504), - [anon_sym_DASH_EQ] = ACTIONS(5504), - [anon_sym_LT_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_GT_EQ] = ACTIONS(5504), - [anon_sym_AMP_EQ] = ACTIONS(5504), - [anon_sym_CARET_EQ] = ACTIONS(5504), - [anon_sym_PIPE_EQ] = ACTIONS(5504), - [anon_sym_and_eq] = ACTIONS(5502), - [anon_sym_or_eq] = ACTIONS(5502), - [anon_sym_xor_eq] = ACTIONS(5502), - [anon_sym_LT_EQ_GT] = ACTIONS(5504), - [anon_sym_or] = ACTIONS(5502), - [anon_sym_and] = ACTIONS(5502), - [anon_sym_bitor] = ACTIONS(5502), - [anon_sym_xor] = ACTIONS(5502), - [anon_sym_bitand] = ACTIONS(5502), - [anon_sym_not_eq] = ACTIONS(5502), - [anon_sym_DASH_DASH] = ACTIONS(5504), - [anon_sym_PLUS_PLUS] = ACTIONS(5504), - [anon_sym_DOT] = ACTIONS(5502), - [anon_sym_DOT_STAR] = ACTIONS(5504), - [anon_sym_DASH_GT] = ACTIONS(5504), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5502), - [anon_sym_decltype] = ACTIONS(5502), - }, - [2206] = { - [sym_attribute_specifier] = STATE(2607), - [sym_field_declaration_list] = STATE(2529), - [sym_virtual_specifier] = STATE(6870), - [sym_base_class_clause] = STATE(7643), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5652), - [anon_sym_COMMA] = ACTIONS(5652), - [anon_sym_LPAREN2] = ACTIONS(5652), - [anon_sym_DASH] = ACTIONS(5650), - [anon_sym_PLUS] = ACTIONS(5650), - [anon_sym_STAR] = ACTIONS(5652), - [anon_sym_SLASH] = ACTIONS(5650), - [anon_sym_PERCENT] = ACTIONS(5652), - [anon_sym_PIPE_PIPE] = ACTIONS(5652), - [anon_sym_AMP_AMP] = ACTIONS(5652), - [anon_sym_PIPE] = ACTIONS(5650), - [anon_sym_CARET] = ACTIONS(5652), - [anon_sym_AMP] = ACTIONS(5650), - [anon_sym_EQ_EQ] = ACTIONS(5652), - [anon_sym_BANG_EQ] = ACTIONS(5652), - [anon_sym_GT] = ACTIONS(5650), - [anon_sym_GT_EQ] = ACTIONS(5650), - [anon_sym_LT_EQ] = ACTIONS(5650), - [anon_sym_LT] = ACTIONS(5650), - [anon_sym_LT_LT] = ACTIONS(5652), - [anon_sym_GT_GT] = ACTIONS(5650), - [anon_sym___extension__] = ACTIONS(5652), - [anon_sym___attribute__] = ACTIONS(6089), - [anon_sym___attribute] = ACTIONS(6091), - [anon_sym_LBRACE] = ACTIONS(6093), - [anon_sym_LBRACK] = ACTIONS(5652), - [anon_sym_const] = ACTIONS(5650), - [anon_sym_constexpr] = ACTIONS(5652), - [anon_sym_volatile] = ACTIONS(5652), - [anon_sym_restrict] = ACTIONS(5652), - [anon_sym___restrict__] = ACTIONS(5652), - [anon_sym__Atomic] = ACTIONS(5652), - [anon_sym__Noreturn] = ACTIONS(5652), - [anon_sym_noreturn] = ACTIONS(5652), - [anon_sym__Nonnull] = ACTIONS(5652), - [anon_sym_mutable] = ACTIONS(5652), - [anon_sym_constinit] = ACTIONS(5652), - [anon_sym_consteval] = ACTIONS(5652), - [anon_sym_PROGMEM] = ACTIONS(5652), - [anon_sym_alignas] = ACTIONS(5652), - [anon_sym__Alignas] = ACTIONS(5652), - [anon_sym_COLON] = ACTIONS(5658), - [anon_sym_QMARK] = ACTIONS(5652), - [anon_sym_LT_EQ_GT] = ACTIONS(5652), - [anon_sym_or] = ACTIONS(5652), - [anon_sym_and] = ACTIONS(5652), - [anon_sym_bitor] = ACTIONS(5652), - [anon_sym_xor] = ACTIONS(5652), - [anon_sym_bitand] = ACTIONS(5652), - [anon_sym_not_eq] = ACTIONS(5652), - [anon_sym_DASH_DASH] = ACTIONS(5652), - [anon_sym_PLUS_PLUS] = ACTIONS(5652), - [anon_sym_DOT] = ACTIONS(5650), - [anon_sym_DOT_STAR] = ACTIONS(5652), - [anon_sym_DASH_GT] = ACTIONS(5652), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5652), - [anon_sym_decltype] = ACTIONS(5652), - [anon_sym_final] = ACTIONS(5860), - [anon_sym_override] = ACTIONS(5860), - [anon_sym_GT2] = ACTIONS(5652), - [anon_sym_requires] = ACTIONS(5652), - }, - [2207] = { - [sym_argument_list] = STATE(2515), - [sym_initializer_list] = STATE(2515), - [sym_identifier] = ACTIONS(6095), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6097), - [anon_sym_COMMA] = ACTIONS(6097), - [anon_sym_RPAREN] = ACTIONS(6097), - [aux_sym_preproc_if_token2] = ACTIONS(6097), - [aux_sym_preproc_else_token1] = ACTIONS(6097), - [aux_sym_preproc_elif_token1] = ACTIONS(6095), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6097), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6097), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(6095), - [anon_sym_PLUS] = ACTIONS(6095), - [anon_sym_STAR] = ACTIONS(6095), - [anon_sym_SLASH] = ACTIONS(6095), - [anon_sym_PERCENT] = ACTIONS(6095), - [anon_sym_PIPE_PIPE] = ACTIONS(6097), - [anon_sym_AMP_AMP] = ACTIONS(6097), - [anon_sym_PIPE] = ACTIONS(6095), - [anon_sym_CARET] = ACTIONS(6095), - [anon_sym_AMP] = ACTIONS(6095), - [anon_sym_EQ_EQ] = ACTIONS(6097), - [anon_sym_BANG_EQ] = ACTIONS(6097), - [anon_sym_GT] = ACTIONS(6095), - [anon_sym_GT_EQ] = ACTIONS(6097), - [anon_sym_LT_EQ] = ACTIONS(6095), - [anon_sym_LT] = ACTIONS(6095), - [anon_sym_LT_LT] = ACTIONS(6095), - [anon_sym_GT_GT] = ACTIONS(6095), - [anon_sym_SEMI] = ACTIONS(6097), - [anon_sym___attribute__] = ACTIONS(6095), - [anon_sym___attribute] = ACTIONS(6095), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(6097), - [anon_sym_LBRACK] = ACTIONS(6097), - [anon_sym_RBRACK] = ACTIONS(6097), - [anon_sym_EQ] = ACTIONS(6095), - [anon_sym_COLON] = ACTIONS(6097), - [anon_sym_QMARK] = ACTIONS(6097), - [anon_sym_STAR_EQ] = ACTIONS(6097), - [anon_sym_SLASH_EQ] = ACTIONS(6097), - [anon_sym_PERCENT_EQ] = ACTIONS(6097), - [anon_sym_PLUS_EQ] = ACTIONS(6097), - [anon_sym_DASH_EQ] = ACTIONS(6097), - [anon_sym_LT_LT_EQ] = ACTIONS(6097), - [anon_sym_GT_GT_EQ] = ACTIONS(6097), - [anon_sym_AMP_EQ] = ACTIONS(6097), - [anon_sym_CARET_EQ] = ACTIONS(6097), - [anon_sym_PIPE_EQ] = ACTIONS(6097), - [anon_sym_and_eq] = ACTIONS(6095), - [anon_sym_or_eq] = ACTIONS(6095), - [anon_sym_xor_eq] = ACTIONS(6095), - [anon_sym_LT_EQ_GT] = ACTIONS(6097), - [anon_sym_or] = ACTIONS(6095), - [anon_sym_and] = ACTIONS(6095), - [anon_sym_bitor] = ACTIONS(6095), - [anon_sym_xor] = ACTIONS(6095), - [anon_sym_bitand] = ACTIONS(6095), - [anon_sym_not_eq] = ACTIONS(6095), - [anon_sym_DASH_DASH] = ACTIONS(6097), - [anon_sym_PLUS_PLUS] = ACTIONS(6097), - [anon_sym_DOT] = ACTIONS(6095), - [anon_sym_DOT_STAR] = ACTIONS(6097), - [anon_sym_DASH_GT] = ACTIONS(6097), - [sym_comment] = ACTIONS(3), - }, - [2208] = { - [sym_string_literal] = STATE(3595), - [sym_template_argument_list] = STATE(4553), - [sym_raw_string_literal] = STATE(3595), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4117), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4948), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4953), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4955), - [anon_sym_SLASH_EQ] = ACTIONS(4955), - [anon_sym_PERCENT_EQ] = ACTIONS(4955), - [anon_sym_PLUS_EQ] = ACTIONS(4955), - [anon_sym_DASH_EQ] = ACTIONS(4955), - [anon_sym_LT_LT_EQ] = ACTIONS(4955), - [anon_sym_GT_GT_EQ] = ACTIONS(4953), - [anon_sym_AMP_EQ] = ACTIONS(4955), - [anon_sym_CARET_EQ] = ACTIONS(4955), - [anon_sym_PIPE_EQ] = ACTIONS(4955), - [anon_sym_and_eq] = ACTIONS(4955), - [anon_sym_or_eq] = ACTIONS(4955), - [anon_sym_xor_eq] = ACTIONS(4955), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(4957), - [anon_sym_u_DQUOTE] = ACTIONS(4957), - [anon_sym_U_DQUOTE] = ACTIONS(4957), - [anon_sym_u8_DQUOTE] = ACTIONS(4957), - [anon_sym_DQUOTE] = ACTIONS(4957), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(4109), - [anon_sym_R_DQUOTE] = ACTIONS(4959), - [anon_sym_LR_DQUOTE] = ACTIONS(4959), - [anon_sym_uR_DQUOTE] = ACTIONS(4959), - [anon_sym_UR_DQUOTE] = ACTIONS(4959), - [anon_sym_u8R_DQUOTE] = ACTIONS(4959), - }, - [2209] = { - [sym_identifier] = ACTIONS(6099), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6101), - [anon_sym_COMMA] = ACTIONS(6101), - [anon_sym_RPAREN] = ACTIONS(6101), - [aux_sym_preproc_if_token2] = ACTIONS(6101), - [aux_sym_preproc_else_token1] = ACTIONS(6101), - [aux_sym_preproc_elif_token1] = ACTIONS(6099), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6101), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6101), - [anon_sym_LPAREN2] = ACTIONS(6101), - [anon_sym_DASH] = ACTIONS(6099), - [anon_sym_PLUS] = ACTIONS(6099), - [anon_sym_STAR] = ACTIONS(6099), - [anon_sym_SLASH] = ACTIONS(6099), - [anon_sym_PERCENT] = ACTIONS(6099), - [anon_sym_PIPE_PIPE] = ACTIONS(6101), - [anon_sym_AMP_AMP] = ACTIONS(6101), - [anon_sym_PIPE] = ACTIONS(6099), - [anon_sym_CARET] = ACTIONS(6099), - [anon_sym_AMP] = ACTIONS(6099), - [anon_sym_EQ_EQ] = ACTIONS(6101), - [anon_sym_BANG_EQ] = ACTIONS(6101), - [anon_sym_GT] = ACTIONS(6099), - [anon_sym_GT_EQ] = ACTIONS(6101), - [anon_sym_LT_EQ] = ACTIONS(6099), - [anon_sym_LT] = ACTIONS(6099), - [anon_sym_LT_LT] = ACTIONS(6099), - [anon_sym_GT_GT] = ACTIONS(6099), - [anon_sym_SEMI] = ACTIONS(6101), - [anon_sym___attribute__] = ACTIONS(6099), - [anon_sym___attribute] = ACTIONS(6099), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6101), - [anon_sym_LBRACE] = ACTIONS(6101), - [anon_sym_RBRACE] = ACTIONS(6101), - [anon_sym_LBRACK] = ACTIONS(6099), - [anon_sym_RBRACK] = ACTIONS(6101), - [anon_sym_EQ] = ACTIONS(6099), - [anon_sym_COLON] = ACTIONS(6101), - [anon_sym_QMARK] = ACTIONS(6101), - [anon_sym_STAR_EQ] = ACTIONS(6101), - [anon_sym_SLASH_EQ] = ACTIONS(6101), - [anon_sym_PERCENT_EQ] = ACTIONS(6101), - [anon_sym_PLUS_EQ] = ACTIONS(6101), - [anon_sym_DASH_EQ] = ACTIONS(6101), - [anon_sym_LT_LT_EQ] = ACTIONS(6101), - [anon_sym_GT_GT_EQ] = ACTIONS(6101), - [anon_sym_AMP_EQ] = ACTIONS(6101), - [anon_sym_CARET_EQ] = ACTIONS(6101), - [anon_sym_PIPE_EQ] = ACTIONS(6101), - [anon_sym_and_eq] = ACTIONS(6099), - [anon_sym_or_eq] = ACTIONS(6099), - [anon_sym_xor_eq] = ACTIONS(6099), - [anon_sym_LT_EQ_GT] = ACTIONS(6101), - [anon_sym_or] = ACTIONS(6099), - [anon_sym_and] = ACTIONS(6099), - [anon_sym_bitor] = ACTIONS(6099), - [anon_sym_xor] = ACTIONS(6099), - [anon_sym_bitand] = ACTIONS(6099), - [anon_sym_not_eq] = ACTIONS(6099), - [anon_sym_DASH_DASH] = ACTIONS(6101), - [anon_sym_PLUS_PLUS] = ACTIONS(6101), - [anon_sym_DOT] = ACTIONS(6099), - [anon_sym_DOT_STAR] = ACTIONS(6101), - [anon_sym_DASH_GT] = ACTIONS(6101), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6099), - }, - [2210] = { - [sym_identifier] = ACTIONS(6103), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6105), - [anon_sym_COMMA] = ACTIONS(6105), - [anon_sym_RPAREN] = ACTIONS(6105), - [aux_sym_preproc_if_token2] = ACTIONS(6105), - [aux_sym_preproc_else_token1] = ACTIONS(6105), - [aux_sym_preproc_elif_token1] = ACTIONS(6103), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6105), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6105), - [anon_sym_LPAREN2] = ACTIONS(6105), - [anon_sym_DASH] = ACTIONS(6103), - [anon_sym_PLUS] = ACTIONS(6103), - [anon_sym_STAR] = ACTIONS(6103), - [anon_sym_SLASH] = ACTIONS(6103), - [anon_sym_PERCENT] = ACTIONS(6103), - [anon_sym_PIPE_PIPE] = ACTIONS(6105), - [anon_sym_AMP_AMP] = ACTIONS(6105), - [anon_sym_PIPE] = ACTIONS(6103), - [anon_sym_CARET] = ACTIONS(6103), - [anon_sym_AMP] = ACTIONS(6103), - [anon_sym_EQ_EQ] = ACTIONS(6105), - [anon_sym_BANG_EQ] = ACTIONS(6105), - [anon_sym_GT] = ACTIONS(6103), - [anon_sym_GT_EQ] = ACTIONS(6105), - [anon_sym_LT_EQ] = ACTIONS(6103), - [anon_sym_LT] = ACTIONS(6103), - [anon_sym_LT_LT] = ACTIONS(6103), - [anon_sym_GT_GT] = ACTIONS(6103), - [anon_sym_SEMI] = ACTIONS(6105), - [anon_sym___attribute__] = ACTIONS(6103), - [anon_sym___attribute] = ACTIONS(6103), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6105), - [anon_sym_LBRACE] = ACTIONS(6105), - [anon_sym_RBRACE] = ACTIONS(6105), - [anon_sym_LBRACK] = ACTIONS(6103), - [anon_sym_RBRACK] = ACTIONS(6105), - [anon_sym_EQ] = ACTIONS(6103), - [anon_sym_COLON] = ACTIONS(6105), - [anon_sym_QMARK] = ACTIONS(6105), - [anon_sym_STAR_EQ] = ACTIONS(6105), - [anon_sym_SLASH_EQ] = ACTIONS(6105), - [anon_sym_PERCENT_EQ] = ACTIONS(6105), - [anon_sym_PLUS_EQ] = ACTIONS(6105), - [anon_sym_DASH_EQ] = ACTIONS(6105), - [anon_sym_LT_LT_EQ] = ACTIONS(6105), - [anon_sym_GT_GT_EQ] = ACTIONS(6105), - [anon_sym_AMP_EQ] = ACTIONS(6105), - [anon_sym_CARET_EQ] = ACTIONS(6105), - [anon_sym_PIPE_EQ] = ACTIONS(6105), - [anon_sym_and_eq] = ACTIONS(6103), - [anon_sym_or_eq] = ACTIONS(6103), - [anon_sym_xor_eq] = ACTIONS(6103), - [anon_sym_LT_EQ_GT] = ACTIONS(6105), - [anon_sym_or] = ACTIONS(6103), - [anon_sym_and] = ACTIONS(6103), - [anon_sym_bitor] = ACTIONS(6103), - [anon_sym_xor] = ACTIONS(6103), - [anon_sym_bitand] = ACTIONS(6103), - [anon_sym_not_eq] = ACTIONS(6103), - [anon_sym_DASH_DASH] = ACTIONS(6105), - [anon_sym_PLUS_PLUS] = ACTIONS(6105), - [anon_sym_DOT] = ACTIONS(6103), - [anon_sym_DOT_STAR] = ACTIONS(6105), - [anon_sym_DASH_GT] = ACTIONS(6105), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6103), - }, - [2211] = { - [sym_identifier] = ACTIONS(6107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6109), - [anon_sym_COMMA] = ACTIONS(6109), - [anon_sym_RPAREN] = ACTIONS(6109), - [aux_sym_preproc_if_token2] = ACTIONS(6109), - [aux_sym_preproc_else_token1] = ACTIONS(6109), - [aux_sym_preproc_elif_token1] = ACTIONS(6107), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6109), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6109), - [anon_sym_LPAREN2] = ACTIONS(6109), - [anon_sym_DASH] = ACTIONS(6107), - [anon_sym_PLUS] = ACTIONS(6107), - [anon_sym_STAR] = ACTIONS(6107), - [anon_sym_SLASH] = ACTIONS(6107), - [anon_sym_PERCENT] = ACTIONS(6107), - [anon_sym_PIPE_PIPE] = ACTIONS(6109), - [anon_sym_AMP_AMP] = ACTIONS(6109), - [anon_sym_PIPE] = ACTIONS(6107), - [anon_sym_CARET] = ACTIONS(6107), - [anon_sym_AMP] = ACTIONS(6107), - [anon_sym_EQ_EQ] = ACTIONS(6109), - [anon_sym_BANG_EQ] = ACTIONS(6109), - [anon_sym_GT] = ACTIONS(6107), - [anon_sym_GT_EQ] = ACTIONS(6109), - [anon_sym_LT_EQ] = ACTIONS(6107), - [anon_sym_LT] = ACTIONS(6107), - [anon_sym_LT_LT] = ACTIONS(6107), - [anon_sym_GT_GT] = ACTIONS(6107), - [anon_sym_SEMI] = ACTIONS(6109), - [anon_sym___attribute__] = ACTIONS(6107), - [anon_sym___attribute] = ACTIONS(6107), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6109), - [anon_sym_LBRACE] = ACTIONS(6109), - [anon_sym_RBRACE] = ACTIONS(6109), - [anon_sym_LBRACK] = ACTIONS(6107), - [anon_sym_RBRACK] = ACTIONS(6109), - [anon_sym_EQ] = ACTIONS(6107), - [anon_sym_COLON] = ACTIONS(6109), - [anon_sym_QMARK] = ACTIONS(6109), - [anon_sym_STAR_EQ] = ACTIONS(6109), - [anon_sym_SLASH_EQ] = ACTIONS(6109), - [anon_sym_PERCENT_EQ] = ACTIONS(6109), - [anon_sym_PLUS_EQ] = ACTIONS(6109), - [anon_sym_DASH_EQ] = ACTIONS(6109), - [anon_sym_LT_LT_EQ] = ACTIONS(6109), - [anon_sym_GT_GT_EQ] = ACTIONS(6109), - [anon_sym_AMP_EQ] = ACTIONS(6109), - [anon_sym_CARET_EQ] = ACTIONS(6109), - [anon_sym_PIPE_EQ] = ACTIONS(6109), - [anon_sym_and_eq] = ACTIONS(6107), - [anon_sym_or_eq] = ACTIONS(6107), - [anon_sym_xor_eq] = ACTIONS(6107), - [anon_sym_LT_EQ_GT] = ACTIONS(6109), - [anon_sym_or] = ACTIONS(6107), - [anon_sym_and] = ACTIONS(6107), - [anon_sym_bitor] = ACTIONS(6107), - [anon_sym_xor] = ACTIONS(6107), - [anon_sym_bitand] = ACTIONS(6107), - [anon_sym_not_eq] = ACTIONS(6107), - [anon_sym_DASH_DASH] = ACTIONS(6109), - [anon_sym_PLUS_PLUS] = ACTIONS(6109), - [anon_sym_DOT] = ACTIONS(6107), - [anon_sym_DOT_STAR] = ACTIONS(6109), - [anon_sym_DASH_GT] = ACTIONS(6109), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6107), - }, - [2212] = { - [sym_identifier] = ACTIONS(5498), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5500), - [anon_sym_COMMA] = ACTIONS(5500), - [anon_sym_RPAREN] = ACTIONS(5500), - [aux_sym_preproc_if_token2] = ACTIONS(5500), - [aux_sym_preproc_else_token1] = ACTIONS(5500), - [aux_sym_preproc_elif_token1] = ACTIONS(5498), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5500), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5500), - [anon_sym_LPAREN2] = ACTIONS(5500), - [anon_sym_DASH] = ACTIONS(5498), - [anon_sym_PLUS] = ACTIONS(5498), - [anon_sym_STAR] = ACTIONS(5498), - [anon_sym_SLASH] = ACTIONS(5498), - [anon_sym_PERCENT] = ACTIONS(5498), - [anon_sym_PIPE_PIPE] = ACTIONS(5500), - [anon_sym_AMP_AMP] = ACTIONS(5500), - [anon_sym_PIPE] = ACTIONS(5498), - [anon_sym_CARET] = ACTIONS(5498), - [anon_sym_AMP] = ACTIONS(5498), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_GT] = ACTIONS(5498), - [anon_sym_GT_EQ] = ACTIONS(5500), - [anon_sym_LT_EQ] = ACTIONS(5498), - [anon_sym_LT] = ACTIONS(5498), - [anon_sym_LT_LT] = ACTIONS(5498), - [anon_sym_GT_GT] = ACTIONS(5498), - [anon_sym_SEMI] = ACTIONS(5500), - [anon_sym___attribute__] = ACTIONS(5498), - [anon_sym___attribute] = ACTIONS(5498), - [anon_sym_LBRACE] = ACTIONS(5500), - [anon_sym_RBRACE] = ACTIONS(5500), - [anon_sym_LBRACK] = ACTIONS(5500), - [anon_sym_RBRACK] = ACTIONS(5500), - [anon_sym_EQ] = ACTIONS(5498), - [anon_sym_COLON] = ACTIONS(5500), - [anon_sym_QMARK] = ACTIONS(5500), - [anon_sym_STAR_EQ] = ACTIONS(5500), - [anon_sym_SLASH_EQ] = ACTIONS(5500), - [anon_sym_PERCENT_EQ] = ACTIONS(5500), - [anon_sym_PLUS_EQ] = ACTIONS(5500), - [anon_sym_DASH_EQ] = ACTIONS(5500), - [anon_sym_LT_LT_EQ] = ACTIONS(5500), - [anon_sym_GT_GT_EQ] = ACTIONS(5500), - [anon_sym_AMP_EQ] = ACTIONS(5500), - [anon_sym_CARET_EQ] = ACTIONS(5500), - [anon_sym_PIPE_EQ] = ACTIONS(5500), - [anon_sym_and_eq] = ACTIONS(5498), - [anon_sym_or_eq] = ACTIONS(5498), - [anon_sym_xor_eq] = ACTIONS(5498), - [anon_sym_LT_EQ_GT] = ACTIONS(5500), - [anon_sym_or] = ACTIONS(5498), - [anon_sym_and] = ACTIONS(5498), - [anon_sym_bitor] = ACTIONS(5498), - [anon_sym_xor] = ACTIONS(5498), - [anon_sym_bitand] = ACTIONS(5498), - [anon_sym_not_eq] = ACTIONS(5498), - [anon_sym_DASH_DASH] = ACTIONS(5500), - [anon_sym_PLUS_PLUS] = ACTIONS(5500), - [anon_sym_DOT] = ACTIONS(5498), - [anon_sym_DOT_STAR] = ACTIONS(5500), - [anon_sym_DASH_GT] = ACTIONS(5500), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5498), - [anon_sym_decltype] = ACTIONS(5498), - }, - [2213] = { - [sym_identifier] = ACTIONS(5472), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), - [anon_sym_COMMA] = ACTIONS(5474), - [anon_sym_RPAREN] = ACTIONS(5474), - [aux_sym_preproc_if_token2] = ACTIONS(5474), - [aux_sym_preproc_else_token1] = ACTIONS(5474), - [aux_sym_preproc_elif_token1] = ACTIONS(5472), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5474), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5474), - [anon_sym_LPAREN2] = ACTIONS(5474), - [anon_sym_DASH] = ACTIONS(5472), - [anon_sym_PLUS] = ACTIONS(5472), - [anon_sym_STAR] = ACTIONS(5472), - [anon_sym_SLASH] = ACTIONS(5472), - [anon_sym_PERCENT] = ACTIONS(5472), - [anon_sym_PIPE_PIPE] = ACTIONS(5474), - [anon_sym_AMP_AMP] = ACTIONS(5474), - [anon_sym_PIPE] = ACTIONS(5472), - [anon_sym_CARET] = ACTIONS(5472), - [anon_sym_AMP] = ACTIONS(5472), - [anon_sym_EQ_EQ] = ACTIONS(5474), - [anon_sym_BANG_EQ] = ACTIONS(5474), - [anon_sym_GT] = ACTIONS(5472), - [anon_sym_GT_EQ] = ACTIONS(5474), - [anon_sym_LT_EQ] = ACTIONS(5472), - [anon_sym_LT] = ACTIONS(5472), - [anon_sym_LT_LT] = ACTIONS(5472), - [anon_sym_GT_GT] = ACTIONS(5472), - [anon_sym_SEMI] = ACTIONS(5474), - [anon_sym___attribute__] = ACTIONS(5472), - [anon_sym___attribute] = ACTIONS(5472), - [anon_sym_LBRACE] = ACTIONS(5474), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_LBRACK] = ACTIONS(5474), - [anon_sym_RBRACK] = ACTIONS(5474), - [anon_sym_EQ] = ACTIONS(5472), - [anon_sym_COLON] = ACTIONS(5474), - [anon_sym_QMARK] = ACTIONS(5474), - [anon_sym_STAR_EQ] = ACTIONS(5474), - [anon_sym_SLASH_EQ] = ACTIONS(5474), - [anon_sym_PERCENT_EQ] = ACTIONS(5474), - [anon_sym_PLUS_EQ] = ACTIONS(5474), - [anon_sym_DASH_EQ] = ACTIONS(5474), - [anon_sym_LT_LT_EQ] = ACTIONS(5474), - [anon_sym_GT_GT_EQ] = ACTIONS(5474), - [anon_sym_AMP_EQ] = ACTIONS(5474), - [anon_sym_CARET_EQ] = ACTIONS(5474), - [anon_sym_PIPE_EQ] = ACTIONS(5474), - [anon_sym_and_eq] = ACTIONS(5472), - [anon_sym_or_eq] = ACTIONS(5472), - [anon_sym_xor_eq] = ACTIONS(5472), - [anon_sym_LT_EQ_GT] = ACTIONS(5474), - [anon_sym_or] = ACTIONS(5472), - [anon_sym_and] = ACTIONS(5472), - [anon_sym_bitor] = ACTIONS(5472), - [anon_sym_xor] = ACTIONS(5472), - [anon_sym_bitand] = ACTIONS(5472), - [anon_sym_not_eq] = ACTIONS(5472), - [anon_sym_DASH_DASH] = ACTIONS(5474), - [anon_sym_PLUS_PLUS] = ACTIONS(5474), - [anon_sym_DOT] = ACTIONS(5472), - [anon_sym_DOT_STAR] = ACTIONS(5474), - [anon_sym_DASH_GT] = ACTIONS(5474), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5472), - [anon_sym_decltype] = ACTIONS(5472), - }, - [2214] = { - [sym_identifier] = ACTIONS(5492), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), - [anon_sym_COMMA] = ACTIONS(5494), - [anon_sym_RPAREN] = ACTIONS(5494), - [aux_sym_preproc_if_token2] = ACTIONS(5494), - [aux_sym_preproc_else_token1] = ACTIONS(5494), - [aux_sym_preproc_elif_token1] = ACTIONS(5492), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5494), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5494), - [anon_sym_LPAREN2] = ACTIONS(5494), - [anon_sym_DASH] = ACTIONS(5492), - [anon_sym_PLUS] = ACTIONS(5492), - [anon_sym_STAR] = ACTIONS(5492), - [anon_sym_SLASH] = ACTIONS(5492), - [anon_sym_PERCENT] = ACTIONS(5492), - [anon_sym_PIPE_PIPE] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5494), - [anon_sym_PIPE] = ACTIONS(5492), - [anon_sym_CARET] = ACTIONS(5492), - [anon_sym_AMP] = ACTIONS(5492), - [anon_sym_EQ_EQ] = ACTIONS(5494), - [anon_sym_BANG_EQ] = ACTIONS(5494), - [anon_sym_GT] = ACTIONS(5492), - [anon_sym_GT_EQ] = ACTIONS(5494), - [anon_sym_LT_EQ] = ACTIONS(5492), - [anon_sym_LT] = ACTIONS(5492), - [anon_sym_LT_LT] = ACTIONS(5492), - [anon_sym_GT_GT] = ACTIONS(5492), - [anon_sym_SEMI] = ACTIONS(5494), - [anon_sym___attribute__] = ACTIONS(5492), - [anon_sym___attribute] = ACTIONS(5492), - [anon_sym_LBRACE] = ACTIONS(5494), - [anon_sym_RBRACE] = ACTIONS(5494), - [anon_sym_LBRACK] = ACTIONS(5494), - [anon_sym_RBRACK] = ACTIONS(5494), - [anon_sym_EQ] = ACTIONS(5492), - [anon_sym_COLON] = ACTIONS(5494), - [anon_sym_QMARK] = ACTIONS(5494), - [anon_sym_STAR_EQ] = ACTIONS(5494), - [anon_sym_SLASH_EQ] = ACTIONS(5494), - [anon_sym_PERCENT_EQ] = ACTIONS(5494), - [anon_sym_PLUS_EQ] = ACTIONS(5494), - [anon_sym_DASH_EQ] = ACTIONS(5494), - [anon_sym_LT_LT_EQ] = ACTIONS(5494), - [anon_sym_GT_GT_EQ] = ACTIONS(5494), - [anon_sym_AMP_EQ] = ACTIONS(5494), - [anon_sym_CARET_EQ] = ACTIONS(5494), - [anon_sym_PIPE_EQ] = ACTIONS(5494), - [anon_sym_and_eq] = ACTIONS(5492), - [anon_sym_or_eq] = ACTIONS(5492), - [anon_sym_xor_eq] = ACTIONS(5492), - [anon_sym_LT_EQ_GT] = ACTIONS(5494), - [anon_sym_or] = ACTIONS(5492), - [anon_sym_and] = ACTIONS(5492), - [anon_sym_bitor] = ACTIONS(5492), - [anon_sym_xor] = ACTIONS(5492), - [anon_sym_bitand] = ACTIONS(5492), - [anon_sym_not_eq] = ACTIONS(5492), - [anon_sym_DASH_DASH] = ACTIONS(5494), - [anon_sym_PLUS_PLUS] = ACTIONS(5494), - [anon_sym_DOT] = ACTIONS(5492), - [anon_sym_DOT_STAR] = ACTIONS(5494), - [anon_sym_DASH_GT] = ACTIONS(5494), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5492), - [anon_sym_decltype] = ACTIONS(5492), - }, - [2215] = { - [sym_attribute_specifier] = STATE(1789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5984), - [anon_sym_COMMA] = ACTIONS(5984), - [anon_sym_RPAREN] = ACTIONS(5984), - [anon_sym_LPAREN2] = ACTIONS(5984), - [anon_sym_DASH] = ACTIONS(5982), - [anon_sym_PLUS] = ACTIONS(5982), - [anon_sym_STAR] = ACTIONS(5984), - [anon_sym_SLASH] = ACTIONS(5982), - [anon_sym_PERCENT] = ACTIONS(5984), - [anon_sym_PIPE_PIPE] = ACTIONS(5984), - [anon_sym_AMP_AMP] = ACTIONS(5984), - [anon_sym_PIPE] = ACTIONS(5982), - [anon_sym_CARET] = ACTIONS(5984), - [anon_sym_AMP] = ACTIONS(5982), - [anon_sym_EQ_EQ] = ACTIONS(5984), - [anon_sym_BANG_EQ] = ACTIONS(5984), - [anon_sym_GT] = ACTIONS(5982), - [anon_sym_GT_EQ] = ACTIONS(5984), - [anon_sym_LT_EQ] = ACTIONS(5982), - [anon_sym_LT] = ACTIONS(5982), - [anon_sym_LT_LT] = ACTIONS(5984), - [anon_sym_GT_GT] = ACTIONS(5984), - [anon_sym_SEMI] = ACTIONS(5984), - [anon_sym___extension__] = ACTIONS(5984), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5984), - [anon_sym_RBRACE] = ACTIONS(5984), - [anon_sym_LBRACK] = ACTIONS(5984), - [anon_sym_RBRACK] = ACTIONS(5984), - [anon_sym_const] = ACTIONS(5982), - [anon_sym_constexpr] = ACTIONS(5984), - [anon_sym_volatile] = ACTIONS(5984), - [anon_sym_restrict] = ACTIONS(5984), - [anon_sym___restrict__] = ACTIONS(5984), - [anon_sym__Atomic] = ACTIONS(5984), - [anon_sym__Noreturn] = ACTIONS(5984), - [anon_sym_noreturn] = ACTIONS(5984), - [anon_sym__Nonnull] = ACTIONS(5984), - [anon_sym_mutable] = ACTIONS(5984), - [anon_sym_constinit] = ACTIONS(5984), - [anon_sym_consteval] = ACTIONS(5984), - [anon_sym_PROGMEM] = ACTIONS(5984), - [anon_sym_alignas] = ACTIONS(5984), - [anon_sym__Alignas] = ACTIONS(5984), - [anon_sym_COLON] = ACTIONS(5984), - [anon_sym_QMARK] = ACTIONS(5984), - [anon_sym_LT_EQ_GT] = ACTIONS(5984), - [anon_sym_or] = ACTIONS(5984), - [anon_sym_and] = ACTIONS(5984), - [anon_sym_bitor] = ACTIONS(5984), - [anon_sym_xor] = ACTIONS(5984), - [anon_sym_bitand] = ACTIONS(5984), - [anon_sym_not_eq] = ACTIONS(5984), - [anon_sym_DASH_DASH] = ACTIONS(5984), - [anon_sym_PLUS_PLUS] = ACTIONS(5984), - [anon_sym_DOT] = ACTIONS(5982), - [anon_sym_DOT_STAR] = ACTIONS(5984), - [anon_sym_DASH_GT] = ACTIONS(5984), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5984), - [anon_sym_decltype] = ACTIONS(5984), - [anon_sym_final] = ACTIONS(5984), - [anon_sym_override] = ACTIONS(5984), - [anon_sym_requires] = ACTIONS(5984), - }, - [2216] = { - [sym_identifier] = ACTIONS(5480), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), - [anon_sym_COMMA] = ACTIONS(5482), - [anon_sym_RPAREN] = ACTIONS(5482), - [aux_sym_preproc_if_token2] = ACTIONS(5482), - [aux_sym_preproc_else_token1] = ACTIONS(5482), - [aux_sym_preproc_elif_token1] = ACTIONS(5480), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5482), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5482), - [anon_sym_LPAREN2] = ACTIONS(5482), - [anon_sym_DASH] = ACTIONS(5480), - [anon_sym_PLUS] = ACTIONS(5480), - [anon_sym_STAR] = ACTIONS(5480), - [anon_sym_SLASH] = ACTIONS(5480), - [anon_sym_PERCENT] = ACTIONS(5480), - [anon_sym_PIPE_PIPE] = ACTIONS(5482), - [anon_sym_AMP_AMP] = ACTIONS(5482), - [anon_sym_PIPE] = ACTIONS(5480), - [anon_sym_CARET] = ACTIONS(5480), - [anon_sym_AMP] = ACTIONS(5480), - [anon_sym_EQ_EQ] = ACTIONS(5482), - [anon_sym_BANG_EQ] = ACTIONS(5482), - [anon_sym_GT] = ACTIONS(5480), - [anon_sym_GT_EQ] = ACTIONS(5482), - [anon_sym_LT_EQ] = ACTIONS(5480), - [anon_sym_LT] = ACTIONS(5480), - [anon_sym_LT_LT] = ACTIONS(5480), - [anon_sym_GT_GT] = ACTIONS(5480), - [anon_sym_SEMI] = ACTIONS(5482), - [anon_sym___attribute__] = ACTIONS(5480), - [anon_sym___attribute] = ACTIONS(5480), - [anon_sym_LBRACE] = ACTIONS(5482), - [anon_sym_RBRACE] = ACTIONS(5482), - [anon_sym_LBRACK] = ACTIONS(5482), - [anon_sym_RBRACK] = ACTIONS(5482), - [anon_sym_EQ] = ACTIONS(5480), - [anon_sym_COLON] = ACTIONS(5482), - [anon_sym_QMARK] = ACTIONS(5482), - [anon_sym_STAR_EQ] = ACTIONS(5482), - [anon_sym_SLASH_EQ] = ACTIONS(5482), - [anon_sym_PERCENT_EQ] = ACTIONS(5482), - [anon_sym_PLUS_EQ] = ACTIONS(5482), - [anon_sym_DASH_EQ] = ACTIONS(5482), - [anon_sym_LT_LT_EQ] = ACTIONS(5482), - [anon_sym_GT_GT_EQ] = ACTIONS(5482), - [anon_sym_AMP_EQ] = ACTIONS(5482), - [anon_sym_CARET_EQ] = ACTIONS(5482), - [anon_sym_PIPE_EQ] = ACTIONS(5482), - [anon_sym_and_eq] = ACTIONS(5480), - [anon_sym_or_eq] = ACTIONS(5480), - [anon_sym_xor_eq] = ACTIONS(5480), - [anon_sym_LT_EQ_GT] = ACTIONS(5482), - [anon_sym_or] = ACTIONS(5480), - [anon_sym_and] = ACTIONS(5480), - [anon_sym_bitor] = ACTIONS(5480), - [anon_sym_xor] = ACTIONS(5480), - [anon_sym_bitand] = ACTIONS(5480), - [anon_sym_not_eq] = ACTIONS(5480), - [anon_sym_DASH_DASH] = ACTIONS(5482), - [anon_sym_PLUS_PLUS] = ACTIONS(5482), - [anon_sym_DOT] = ACTIONS(5480), - [anon_sym_DOT_STAR] = ACTIONS(5482), - [anon_sym_DASH_GT] = ACTIONS(5482), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5480), - [anon_sym_decltype] = ACTIONS(5480), - }, - [2217] = { - [sym_identifier] = ACTIONS(5472), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), - [anon_sym_COMMA] = ACTIONS(5474), - [anon_sym_RPAREN] = ACTIONS(5474), - [aux_sym_preproc_if_token2] = ACTIONS(5474), - [aux_sym_preproc_else_token1] = ACTIONS(5474), - [aux_sym_preproc_elif_token1] = ACTIONS(5472), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5474), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5474), - [anon_sym_LPAREN2] = ACTIONS(5474), - [anon_sym_DASH] = ACTIONS(5472), - [anon_sym_PLUS] = ACTIONS(5472), - [anon_sym_STAR] = ACTIONS(5472), - [anon_sym_SLASH] = ACTIONS(5472), - [anon_sym_PERCENT] = ACTIONS(5472), - [anon_sym_PIPE_PIPE] = ACTIONS(5474), - [anon_sym_AMP_AMP] = ACTIONS(5474), - [anon_sym_PIPE] = ACTIONS(5472), - [anon_sym_CARET] = ACTIONS(5472), - [anon_sym_AMP] = ACTIONS(5472), - [anon_sym_EQ_EQ] = ACTIONS(5474), - [anon_sym_BANG_EQ] = ACTIONS(5474), - [anon_sym_GT] = ACTIONS(5472), - [anon_sym_GT_EQ] = ACTIONS(5474), - [anon_sym_LT_EQ] = ACTIONS(5472), - [anon_sym_LT] = ACTIONS(5472), - [anon_sym_LT_LT] = ACTIONS(5472), - [anon_sym_GT_GT] = ACTIONS(5472), - [anon_sym_SEMI] = ACTIONS(5474), - [anon_sym___attribute__] = ACTIONS(5472), - [anon_sym___attribute] = ACTIONS(5472), - [anon_sym_LBRACE] = ACTIONS(5474), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_LBRACK] = ACTIONS(5474), - [anon_sym_RBRACK] = ACTIONS(5474), - [anon_sym_EQ] = ACTIONS(5472), - [anon_sym_COLON] = ACTIONS(5474), - [anon_sym_QMARK] = ACTIONS(5474), - [anon_sym_STAR_EQ] = ACTIONS(5474), - [anon_sym_SLASH_EQ] = ACTIONS(5474), - [anon_sym_PERCENT_EQ] = ACTIONS(5474), - [anon_sym_PLUS_EQ] = ACTIONS(5474), - [anon_sym_DASH_EQ] = ACTIONS(5474), - [anon_sym_LT_LT_EQ] = ACTIONS(5474), - [anon_sym_GT_GT_EQ] = ACTIONS(5474), - [anon_sym_AMP_EQ] = ACTIONS(5474), - [anon_sym_CARET_EQ] = ACTIONS(5474), - [anon_sym_PIPE_EQ] = ACTIONS(5474), - [anon_sym_and_eq] = ACTIONS(5472), - [anon_sym_or_eq] = ACTIONS(5472), - [anon_sym_xor_eq] = ACTIONS(5472), - [anon_sym_LT_EQ_GT] = ACTIONS(5474), - [anon_sym_or] = ACTIONS(5472), - [anon_sym_and] = ACTIONS(5472), - [anon_sym_bitor] = ACTIONS(5472), - [anon_sym_xor] = ACTIONS(5472), - [anon_sym_bitand] = ACTIONS(5472), - [anon_sym_not_eq] = ACTIONS(5472), - [anon_sym_DASH_DASH] = ACTIONS(5474), - [anon_sym_PLUS_PLUS] = ACTIONS(5474), - [anon_sym_DOT] = ACTIONS(5472), - [anon_sym_DOT_STAR] = ACTIONS(5474), - [anon_sym_DASH_GT] = ACTIONS(5474), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5472), - [anon_sym_decltype] = ACTIONS(5472), - }, - [2218] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2262), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5593), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5593), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5593), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5591), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5593), - [anon_sym_GT_GT] = ACTIONS(5591), - [anon_sym___extension__] = ACTIONS(5593), - [anon_sym___attribute__] = ACTIONS(5593), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_signed] = ACTIONS(6111), - [anon_sym_unsigned] = ACTIONS(6111), - [anon_sym_long] = ACTIONS(6111), - [anon_sym_short] = ACTIONS(6111), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_const] = ACTIONS(5591), - [anon_sym_constexpr] = ACTIONS(5593), - [anon_sym_volatile] = ACTIONS(5593), - [anon_sym_restrict] = ACTIONS(5593), - [anon_sym___restrict__] = ACTIONS(5593), - [anon_sym__Atomic] = ACTIONS(5593), - [anon_sym__Noreturn] = ACTIONS(5593), - [anon_sym_noreturn] = ACTIONS(5593), - [anon_sym__Nonnull] = ACTIONS(5593), - [anon_sym_mutable] = ACTIONS(5593), - [anon_sym_constinit] = ACTIONS(5593), - [anon_sym_consteval] = ACTIONS(5593), - [anon_sym_PROGMEM] = ACTIONS(5593), - [anon_sym_alignas] = ACTIONS(5593), - [anon_sym__Alignas] = ACTIONS(5593), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5593), - [anon_sym_and] = ACTIONS(5593), - [anon_sym_bitor] = ACTIONS(5593), - [anon_sym_xor] = ACTIONS(5593), - [anon_sym_bitand] = ACTIONS(5593), - [anon_sym_not_eq] = ACTIONS(5593), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5593), - [anon_sym_decltype] = ACTIONS(5593), - [anon_sym_final] = ACTIONS(5593), - [anon_sym_override] = ACTIONS(5593), - [anon_sym_GT2] = ACTIONS(5593), - [anon_sym_requires] = ACTIONS(5593), - }, - [2219] = { - [sym_identifier] = ACTIONS(6113), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6115), - [anon_sym_COMMA] = ACTIONS(6115), - [anon_sym_RPAREN] = ACTIONS(6115), - [aux_sym_preproc_if_token2] = ACTIONS(6115), - [aux_sym_preproc_else_token1] = ACTIONS(6115), - [aux_sym_preproc_elif_token1] = ACTIONS(6113), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6115), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6115), - [anon_sym_LPAREN2] = ACTIONS(6115), - [anon_sym_DASH] = ACTIONS(6113), - [anon_sym_PLUS] = ACTIONS(6113), - [anon_sym_STAR] = ACTIONS(6113), - [anon_sym_SLASH] = ACTIONS(6113), - [anon_sym_PERCENT] = ACTIONS(6113), - [anon_sym_PIPE_PIPE] = ACTIONS(6115), - [anon_sym_AMP_AMP] = ACTIONS(6115), - [anon_sym_PIPE] = ACTIONS(6113), - [anon_sym_CARET] = ACTIONS(6113), - [anon_sym_AMP] = ACTIONS(6113), - [anon_sym_EQ_EQ] = ACTIONS(6115), - [anon_sym_BANG_EQ] = ACTIONS(6115), - [anon_sym_GT] = ACTIONS(6113), - [anon_sym_GT_EQ] = ACTIONS(6115), - [anon_sym_LT_EQ] = ACTIONS(6113), - [anon_sym_LT] = ACTIONS(6113), - [anon_sym_LT_LT] = ACTIONS(6113), - [anon_sym_GT_GT] = ACTIONS(6113), - [anon_sym_SEMI] = ACTIONS(6115), - [anon_sym___attribute__] = ACTIONS(6113), - [anon_sym___attribute] = ACTIONS(6113), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6115), - [anon_sym_LBRACE] = ACTIONS(6115), - [anon_sym_RBRACE] = ACTIONS(6115), - [anon_sym_LBRACK] = ACTIONS(6113), - [anon_sym_RBRACK] = ACTIONS(6115), - [anon_sym_EQ] = ACTIONS(6113), - [anon_sym_COLON] = ACTIONS(6115), - [anon_sym_QMARK] = ACTIONS(6115), - [anon_sym_STAR_EQ] = ACTIONS(6115), - [anon_sym_SLASH_EQ] = ACTIONS(6115), - [anon_sym_PERCENT_EQ] = ACTIONS(6115), - [anon_sym_PLUS_EQ] = ACTIONS(6115), - [anon_sym_DASH_EQ] = ACTIONS(6115), - [anon_sym_LT_LT_EQ] = ACTIONS(6115), - [anon_sym_GT_GT_EQ] = ACTIONS(6115), - [anon_sym_AMP_EQ] = ACTIONS(6115), - [anon_sym_CARET_EQ] = ACTIONS(6115), - [anon_sym_PIPE_EQ] = ACTIONS(6115), - [anon_sym_and_eq] = ACTIONS(6113), - [anon_sym_or_eq] = ACTIONS(6113), - [anon_sym_xor_eq] = ACTIONS(6113), - [anon_sym_LT_EQ_GT] = ACTIONS(6115), - [anon_sym_or] = ACTIONS(6113), - [anon_sym_and] = ACTIONS(6113), - [anon_sym_bitor] = ACTIONS(6113), - [anon_sym_xor] = ACTIONS(6113), - [anon_sym_bitand] = ACTIONS(6113), - [anon_sym_not_eq] = ACTIONS(6113), - [anon_sym_DASH_DASH] = ACTIONS(6115), - [anon_sym_PLUS_PLUS] = ACTIONS(6115), - [anon_sym_DOT] = ACTIONS(6113), - [anon_sym_DOT_STAR] = ACTIONS(6115), - [anon_sym_DASH_GT] = ACTIONS(6115), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6113), - }, - [2220] = { + [2269] = { [sym_identifier] = ACTIONS(5472), [anon_sym_DOT_DOT_DOT] = ACTIONS(5474), [anon_sym_COMMA] = ACTIONS(5474), @@ -288863,1707 +292195,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5472), [anon_sym_decltype] = ACTIONS(5472), }, - [2221] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(5938), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5940), - [anon_sym_SLASH_EQ] = ACTIONS(5940), - [anon_sym_PERCENT_EQ] = ACTIONS(5940), - [anon_sym_PLUS_EQ] = ACTIONS(5940), - [anon_sym_DASH_EQ] = ACTIONS(5940), - [anon_sym_LT_LT_EQ] = ACTIONS(5940), - [anon_sym_GT_GT_EQ] = ACTIONS(5940), - [anon_sym_AMP_EQ] = ACTIONS(5940), - [anon_sym_CARET_EQ] = ACTIONS(5940), - [anon_sym_PIPE_EQ] = ACTIONS(5940), - [anon_sym_and_eq] = ACTIONS(5940), - [anon_sym_or_eq] = ACTIONS(5940), - [anon_sym_xor_eq] = ACTIONS(5940), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - }, - [2222] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [aux_sym_preproc_if_token2] = ACTIONS(5441), - [aux_sym_preproc_else_token1] = ACTIONS(5441), - [aux_sym_preproc_elif_token1] = ACTIONS(5439), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5439), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5439), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5439), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5439), - [anon_sym_GT_GT] = ACTIONS(5439), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_EQ] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_STAR_EQ] = ACTIONS(5441), - [anon_sym_SLASH_EQ] = ACTIONS(5441), - [anon_sym_PERCENT_EQ] = ACTIONS(5441), - [anon_sym_PLUS_EQ] = ACTIONS(5441), - [anon_sym_DASH_EQ] = ACTIONS(5441), - [anon_sym_LT_LT_EQ] = ACTIONS(5441), - [anon_sym_GT_GT_EQ] = ACTIONS(5441), - [anon_sym_AMP_EQ] = ACTIONS(5441), - [anon_sym_CARET_EQ] = ACTIONS(5441), - [anon_sym_PIPE_EQ] = ACTIONS(5441), - [anon_sym_and_eq] = ACTIONS(5439), - [anon_sym_or_eq] = ACTIONS(5439), - [anon_sym_xor_eq] = ACTIONS(5439), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5439), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5439), - [anon_sym_not_eq] = ACTIONS(5439), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - }, - [2223] = { - [sym_identifier] = ACTIONS(6117), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6119), - [anon_sym_COMMA] = ACTIONS(6119), - [anon_sym_RPAREN] = ACTIONS(6119), - [aux_sym_preproc_if_token2] = ACTIONS(6119), - [aux_sym_preproc_else_token1] = ACTIONS(6119), - [aux_sym_preproc_elif_token1] = ACTIONS(6117), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6119), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6119), - [anon_sym_LPAREN2] = ACTIONS(6119), - [anon_sym_DASH] = ACTIONS(6117), - [anon_sym_PLUS] = ACTIONS(6117), - [anon_sym_STAR] = ACTIONS(6117), - [anon_sym_SLASH] = ACTIONS(6117), - [anon_sym_PERCENT] = ACTIONS(6117), - [anon_sym_PIPE_PIPE] = ACTIONS(6119), - [anon_sym_AMP_AMP] = ACTIONS(6119), - [anon_sym_PIPE] = ACTIONS(6117), - [anon_sym_CARET] = ACTIONS(6117), - [anon_sym_AMP] = ACTIONS(6117), - [anon_sym_EQ_EQ] = ACTIONS(6119), - [anon_sym_BANG_EQ] = ACTIONS(6119), - [anon_sym_GT] = ACTIONS(6117), - [anon_sym_GT_EQ] = ACTIONS(6119), - [anon_sym_LT_EQ] = ACTIONS(6117), - [anon_sym_LT] = ACTIONS(6117), - [anon_sym_LT_LT] = ACTIONS(6117), - [anon_sym_GT_GT] = ACTIONS(6117), - [anon_sym_SEMI] = ACTIONS(6119), - [anon_sym___attribute__] = ACTIONS(6117), - [anon_sym___attribute] = ACTIONS(6117), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6119), - [anon_sym_LBRACE] = ACTIONS(6119), - [anon_sym_RBRACE] = ACTIONS(6119), - [anon_sym_LBRACK] = ACTIONS(6117), - [anon_sym_RBRACK] = ACTIONS(6119), - [anon_sym_EQ] = ACTIONS(6117), - [anon_sym_COLON] = ACTIONS(6119), - [anon_sym_QMARK] = ACTIONS(6119), - [anon_sym_STAR_EQ] = ACTIONS(6119), - [anon_sym_SLASH_EQ] = ACTIONS(6119), - [anon_sym_PERCENT_EQ] = ACTIONS(6119), - [anon_sym_PLUS_EQ] = ACTIONS(6119), - [anon_sym_DASH_EQ] = ACTIONS(6119), - [anon_sym_LT_LT_EQ] = ACTIONS(6119), - [anon_sym_GT_GT_EQ] = ACTIONS(6119), - [anon_sym_AMP_EQ] = ACTIONS(6119), - [anon_sym_CARET_EQ] = ACTIONS(6119), - [anon_sym_PIPE_EQ] = ACTIONS(6119), - [anon_sym_and_eq] = ACTIONS(6117), - [anon_sym_or_eq] = ACTIONS(6117), - [anon_sym_xor_eq] = ACTIONS(6117), - [anon_sym_LT_EQ_GT] = ACTIONS(6119), - [anon_sym_or] = ACTIONS(6117), - [anon_sym_and] = ACTIONS(6117), - [anon_sym_bitor] = ACTIONS(6117), - [anon_sym_xor] = ACTIONS(6117), - [anon_sym_bitand] = ACTIONS(6117), - [anon_sym_not_eq] = ACTIONS(6117), - [anon_sym_DASH_DASH] = ACTIONS(6119), - [anon_sym_PLUS_PLUS] = ACTIONS(6119), - [anon_sym_DOT] = ACTIONS(6117), - [anon_sym_DOT_STAR] = ACTIONS(6119), - [anon_sym_DASH_GT] = ACTIONS(6119), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6117), - }, - [2224] = { - [sym_string_literal] = STATE(2129), - [sym_raw_string_literal] = STATE(2129), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5834), - [anon_sym_COMMA] = ACTIONS(5834), - [anon_sym_LPAREN2] = ACTIONS(5834), - [anon_sym_DASH] = ACTIONS(5832), - [anon_sym_PLUS] = ACTIONS(5832), - [anon_sym_STAR] = ACTIONS(5832), - [anon_sym_SLASH] = ACTIONS(5832), - [anon_sym_PERCENT] = ACTIONS(5832), - [anon_sym_PIPE_PIPE] = ACTIONS(5834), - [anon_sym_AMP_AMP] = ACTIONS(5834), - [anon_sym_PIPE] = ACTIONS(5832), - [anon_sym_CARET] = ACTIONS(5832), - [anon_sym_AMP] = ACTIONS(5832), - [anon_sym_EQ_EQ] = ACTIONS(5834), - [anon_sym_BANG_EQ] = ACTIONS(5834), - [anon_sym_GT] = ACTIONS(5832), - [anon_sym_GT_EQ] = ACTIONS(5834), - [anon_sym_LT_EQ] = ACTIONS(5832), - [anon_sym_LT] = ACTIONS(5832), - [anon_sym_LT_LT] = ACTIONS(5832), - [anon_sym_GT_GT] = ACTIONS(5832), - [anon_sym_SEMI] = ACTIONS(5834), - [anon_sym___attribute__] = ACTIONS(5832), - [anon_sym___attribute] = ACTIONS(5832), - [anon_sym_LBRACK] = ACTIONS(5834), - [anon_sym_EQ] = ACTIONS(5832), - [anon_sym_QMARK] = ACTIONS(5834), - [anon_sym_STAR_EQ] = ACTIONS(5834), - [anon_sym_SLASH_EQ] = ACTIONS(5834), - [anon_sym_PERCENT_EQ] = ACTIONS(5834), - [anon_sym_PLUS_EQ] = ACTIONS(5834), - [anon_sym_DASH_EQ] = ACTIONS(5834), - [anon_sym_LT_LT_EQ] = ACTIONS(5834), - [anon_sym_GT_GT_EQ] = ACTIONS(5834), - [anon_sym_AMP_EQ] = ACTIONS(5834), - [anon_sym_CARET_EQ] = ACTIONS(5834), - [anon_sym_PIPE_EQ] = ACTIONS(5834), - [anon_sym_and_eq] = ACTIONS(5832), - [anon_sym_or_eq] = ACTIONS(5832), - [anon_sym_xor_eq] = ACTIONS(5832), - [anon_sym_LT_EQ_GT] = ACTIONS(5834), - [anon_sym_or] = ACTIONS(5832), - [anon_sym_and] = ACTIONS(5832), - [anon_sym_bitor] = ACTIONS(5832), - [anon_sym_xor] = ACTIONS(5832), - [anon_sym_bitand] = ACTIONS(5832), - [anon_sym_not_eq] = ACTIONS(5832), - [anon_sym_DASH_DASH] = ACTIONS(5834), - [anon_sym_PLUS_PLUS] = ACTIONS(5834), - [anon_sym_DOT] = ACTIONS(5832), - [anon_sym_DOT_STAR] = ACTIONS(5834), - [anon_sym_DASH_GT] = ACTIONS(5834), - [anon_sym_L_DQUOTE] = ACTIONS(5888), - [anon_sym_u_DQUOTE] = ACTIONS(5888), - [anon_sym_U_DQUOTE] = ACTIONS(5888), - [anon_sym_u8_DQUOTE] = ACTIONS(5888), - [anon_sym_DQUOTE] = ACTIONS(5888), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5890), - [anon_sym_LR_DQUOTE] = ACTIONS(5890), - [anon_sym_uR_DQUOTE] = ACTIONS(5890), - [anon_sym_UR_DQUOTE] = ACTIONS(5890), - [anon_sym_u8R_DQUOTE] = ACTIONS(5890), - [sym_literal_suffix] = ACTIONS(5832), - }, - [2225] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(5668), - [anon_sym_COMMA] = ACTIONS(5668), - [anon_sym_RPAREN] = ACTIONS(5668), - [anon_sym_LPAREN2] = ACTIONS(5668), - [anon_sym_DASH] = ACTIONS(5666), - [anon_sym_PLUS] = ACTIONS(5666), - [anon_sym_STAR] = ACTIONS(5666), - [anon_sym_SLASH] = ACTIONS(5666), - [anon_sym_PERCENT] = ACTIONS(5666), - [anon_sym_PIPE_PIPE] = ACTIONS(5668), - [anon_sym_AMP_AMP] = ACTIONS(5668), - [anon_sym_PIPE] = ACTIONS(5666), - [anon_sym_CARET] = ACTIONS(5666), - [anon_sym_AMP] = ACTIONS(5666), - [anon_sym_EQ_EQ] = ACTIONS(5668), - [anon_sym_BANG_EQ] = ACTIONS(5668), - [anon_sym_GT] = ACTIONS(5666), - [anon_sym_GT_EQ] = ACTIONS(5668), - [anon_sym_LT_EQ] = ACTIONS(5666), - [anon_sym_LT] = ACTIONS(5666), - [anon_sym_LT_LT] = ACTIONS(5666), - [anon_sym_GT_GT] = ACTIONS(5666), - [anon_sym_SEMI] = ACTIONS(5668), - [anon_sym_RBRACE] = ACTIONS(5668), - [anon_sym_LBRACK] = ACTIONS(5668), - [anon_sym_RBRACK] = ACTIONS(5668), - [anon_sym_EQ] = ACTIONS(5666), - [anon_sym_COLON] = ACTIONS(5668), - [anon_sym_QMARK] = ACTIONS(5668), - [anon_sym_STAR_EQ] = ACTIONS(5668), - [anon_sym_SLASH_EQ] = ACTIONS(5668), - [anon_sym_PERCENT_EQ] = ACTIONS(5668), - [anon_sym_PLUS_EQ] = ACTIONS(5668), - [anon_sym_DASH_EQ] = ACTIONS(5668), - [anon_sym_LT_LT_EQ] = ACTIONS(5668), - [anon_sym_GT_GT_EQ] = ACTIONS(5668), - [anon_sym_AMP_EQ] = ACTIONS(5668), - [anon_sym_CARET_EQ] = ACTIONS(5668), - [anon_sym_PIPE_EQ] = ACTIONS(5668), - [anon_sym_and_eq] = ACTIONS(5666), - [anon_sym_or_eq] = ACTIONS(5666), - [anon_sym_xor_eq] = ACTIONS(5666), - [anon_sym_LT_EQ_GT] = ACTIONS(5668), - [anon_sym_or] = ACTIONS(5666), - [anon_sym_and] = ACTIONS(5666), - [anon_sym_bitor] = ACTIONS(5666), - [anon_sym_xor] = ACTIONS(5666), - [anon_sym_bitand] = ACTIONS(5666), - [anon_sym_not_eq] = ACTIONS(5666), - [anon_sym_DASH_DASH] = ACTIONS(5668), - [anon_sym_PLUS_PLUS] = ACTIONS(5668), - [anon_sym_DOT] = ACTIONS(5666), - [anon_sym_DOT_STAR] = ACTIONS(5668), - [anon_sym_DASH_GT] = ACTIONS(5668), - [anon_sym_L_DQUOTE] = ACTIONS(5668), - [anon_sym_u_DQUOTE] = ACTIONS(5668), - [anon_sym_U_DQUOTE] = ACTIONS(5668), - [anon_sym_u8_DQUOTE] = ACTIONS(5668), - [anon_sym_DQUOTE] = ACTIONS(5668), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5668), - [anon_sym_LR_DQUOTE] = ACTIONS(5668), - [anon_sym_uR_DQUOTE] = ACTIONS(5668), - [anon_sym_UR_DQUOTE] = ACTIONS(5668), - [anon_sym_u8R_DQUOTE] = ACTIONS(5668), - [sym_literal_suffix] = ACTIONS(5666), - }, - [2226] = { - [sym_attribute_declaration] = STATE(2226), - [aux_sym_attributed_declarator_repeat1] = STATE(2226), - [sym_identifier] = ACTIONS(6121), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6123), - [anon_sym_COMMA] = ACTIONS(6123), - [anon_sym_RPAREN] = ACTIONS(6123), - [aux_sym_preproc_if_token2] = ACTIONS(6123), - [aux_sym_preproc_else_token1] = ACTIONS(6123), - [aux_sym_preproc_elif_token1] = ACTIONS(6121), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6123), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6123), - [anon_sym_LPAREN2] = ACTIONS(6123), - [anon_sym_DASH] = ACTIONS(6121), - [anon_sym_PLUS] = ACTIONS(6121), - [anon_sym_STAR] = ACTIONS(6121), - [anon_sym_SLASH] = ACTIONS(6121), - [anon_sym_PERCENT] = ACTIONS(6121), - [anon_sym_PIPE_PIPE] = ACTIONS(6123), - [anon_sym_AMP_AMP] = ACTIONS(6123), - [anon_sym_PIPE] = ACTIONS(6121), - [anon_sym_CARET] = ACTIONS(6121), - [anon_sym_AMP] = ACTIONS(6121), - [anon_sym_EQ_EQ] = ACTIONS(6123), - [anon_sym_BANG_EQ] = ACTIONS(6123), - [anon_sym_GT] = ACTIONS(6121), - [anon_sym_GT_EQ] = ACTIONS(6123), - [anon_sym_LT_EQ] = ACTIONS(6121), - [anon_sym_LT] = ACTIONS(6121), - [anon_sym_LT_LT] = ACTIONS(6121), - [anon_sym_GT_GT] = ACTIONS(6121), - [anon_sym_SEMI] = ACTIONS(6123), - [anon_sym___attribute__] = ACTIONS(6121), - [anon_sym___attribute] = ACTIONS(6121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6125), - [anon_sym_RBRACE] = ACTIONS(6123), - [anon_sym_LBRACK] = ACTIONS(6121), - [anon_sym_RBRACK] = ACTIONS(6123), - [anon_sym_EQ] = ACTIONS(6121), - [anon_sym_COLON] = ACTIONS(6123), - [anon_sym_QMARK] = ACTIONS(6123), - [anon_sym_STAR_EQ] = ACTIONS(6123), - [anon_sym_SLASH_EQ] = ACTIONS(6123), - [anon_sym_PERCENT_EQ] = ACTIONS(6123), - [anon_sym_PLUS_EQ] = ACTIONS(6123), - [anon_sym_DASH_EQ] = ACTIONS(6123), - [anon_sym_LT_LT_EQ] = ACTIONS(6123), - [anon_sym_GT_GT_EQ] = ACTIONS(6123), - [anon_sym_AMP_EQ] = ACTIONS(6123), - [anon_sym_CARET_EQ] = ACTIONS(6123), - [anon_sym_PIPE_EQ] = ACTIONS(6123), - [anon_sym_and_eq] = ACTIONS(6121), - [anon_sym_or_eq] = ACTIONS(6121), - [anon_sym_xor_eq] = ACTIONS(6121), - [anon_sym_LT_EQ_GT] = ACTIONS(6123), - [anon_sym_or] = ACTIONS(6121), - [anon_sym_and] = ACTIONS(6121), - [anon_sym_bitor] = ACTIONS(6121), - [anon_sym_xor] = ACTIONS(6121), - [anon_sym_bitand] = ACTIONS(6121), - [anon_sym_not_eq] = ACTIONS(6121), - [anon_sym_DASH_DASH] = ACTIONS(6123), - [anon_sym_PLUS_PLUS] = ACTIONS(6123), - [anon_sym_DOT] = ACTIONS(6121), - [anon_sym_DOT_STAR] = ACTIONS(6123), - [anon_sym_DASH_GT] = ACTIONS(6123), - [sym_comment] = ACTIONS(3), - }, - [2227] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(4920), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4922), - [anon_sym_COMMA] = ACTIONS(4922), - [aux_sym_preproc_if_token2] = ACTIONS(4922), - [aux_sym_preproc_else_token1] = ACTIONS(4922), - [aux_sym_preproc_elif_token1] = ACTIONS(4920), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4922), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4922), - [anon_sym_LPAREN2] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4920), - [anon_sym_STAR] = ACTIONS(4920), - [anon_sym_SLASH] = ACTIONS(4920), - [anon_sym_PERCENT] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4922), - [anon_sym_AMP_AMP] = ACTIONS(4922), - [anon_sym_PIPE] = ACTIONS(4920), - [anon_sym_CARET] = ACTIONS(4920), - [anon_sym_AMP] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4922), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4920), - [anon_sym_LT_LT] = ACTIONS(4920), - [anon_sym_GT_GT] = ACTIONS(4920), - [anon_sym___attribute__] = ACTIONS(4920), - [anon_sym___attribute] = ACTIONS(4920), - [anon_sym_LBRACE] = ACTIONS(4922), - [anon_sym_signed] = ACTIONS(6128), - [anon_sym_unsigned] = ACTIONS(6128), - [anon_sym_long] = ACTIONS(6128), - [anon_sym_short] = ACTIONS(6128), - [anon_sym_LBRACK] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4920), - [anon_sym_QMARK] = ACTIONS(4922), - [anon_sym_STAR_EQ] = ACTIONS(4922), - [anon_sym_SLASH_EQ] = ACTIONS(4922), - [anon_sym_PERCENT_EQ] = ACTIONS(4922), - [anon_sym_PLUS_EQ] = ACTIONS(4922), - [anon_sym_DASH_EQ] = ACTIONS(4922), - [anon_sym_LT_LT_EQ] = ACTIONS(4922), - [anon_sym_GT_GT_EQ] = ACTIONS(4922), - [anon_sym_AMP_EQ] = ACTIONS(4922), - [anon_sym_CARET_EQ] = ACTIONS(4922), - [anon_sym_PIPE_EQ] = ACTIONS(4922), - [anon_sym_and_eq] = ACTIONS(4920), - [anon_sym_or_eq] = ACTIONS(4920), - [anon_sym_xor_eq] = ACTIONS(4920), - [anon_sym_LT_EQ_GT] = ACTIONS(4922), - [anon_sym_or] = ACTIONS(4920), - [anon_sym_and] = ACTIONS(4920), - [anon_sym_bitor] = ACTIONS(4920), - [anon_sym_xor] = ACTIONS(4920), - [anon_sym_bitand] = ACTIONS(4920), - [anon_sym_not_eq] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4922), - [anon_sym_PLUS_PLUS] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4920), - [anon_sym_DOT_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4922), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4920), - [anon_sym_decltype] = ACTIONS(4920), - }, - [2228] = { - [sym_attribute_specifier] = STATE(1826), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6035), - [anon_sym_COMMA] = ACTIONS(6035), - [anon_sym_RPAREN] = ACTIONS(6035), - [anon_sym_LPAREN2] = ACTIONS(6035), - [anon_sym_DASH] = ACTIONS(6033), - [anon_sym_PLUS] = ACTIONS(6033), - [anon_sym_STAR] = ACTIONS(6035), - [anon_sym_SLASH] = ACTIONS(6033), - [anon_sym_PERCENT] = ACTIONS(6035), - [anon_sym_PIPE_PIPE] = ACTIONS(6035), - [anon_sym_AMP_AMP] = ACTIONS(6035), - [anon_sym_PIPE] = ACTIONS(6033), - [anon_sym_CARET] = ACTIONS(6035), - [anon_sym_AMP] = ACTIONS(6033), - [anon_sym_EQ_EQ] = ACTIONS(6035), - [anon_sym_BANG_EQ] = ACTIONS(6035), - [anon_sym_GT] = ACTIONS(6033), - [anon_sym_GT_EQ] = ACTIONS(6035), - [anon_sym_LT_EQ] = ACTIONS(6033), - [anon_sym_LT] = ACTIONS(6033), - [anon_sym_LT_LT] = ACTIONS(6035), - [anon_sym_GT_GT] = ACTIONS(6035), - [anon_sym_SEMI] = ACTIONS(6035), - [anon_sym___extension__] = ACTIONS(6035), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(6035), - [anon_sym_RBRACE] = ACTIONS(6035), - [anon_sym_LBRACK] = ACTIONS(6035), - [anon_sym_RBRACK] = ACTIONS(6035), - [anon_sym_const] = ACTIONS(6033), - [anon_sym_constexpr] = ACTIONS(6035), - [anon_sym_volatile] = ACTIONS(6035), - [anon_sym_restrict] = ACTIONS(6035), - [anon_sym___restrict__] = ACTIONS(6035), - [anon_sym__Atomic] = ACTIONS(6035), - [anon_sym__Noreturn] = ACTIONS(6035), - [anon_sym_noreturn] = ACTIONS(6035), - [anon_sym__Nonnull] = ACTIONS(6035), - [anon_sym_mutable] = ACTIONS(6035), - [anon_sym_constinit] = ACTIONS(6035), - [anon_sym_consteval] = ACTIONS(6035), - [anon_sym_PROGMEM] = ACTIONS(6035), - [anon_sym_alignas] = ACTIONS(6035), - [anon_sym__Alignas] = ACTIONS(6035), - [anon_sym_COLON] = ACTIONS(6035), - [anon_sym_QMARK] = ACTIONS(6035), - [anon_sym_LT_EQ_GT] = ACTIONS(6035), - [anon_sym_or] = ACTIONS(6035), - [anon_sym_and] = ACTIONS(6035), - [anon_sym_bitor] = ACTIONS(6035), - [anon_sym_xor] = ACTIONS(6035), - [anon_sym_bitand] = ACTIONS(6035), - [anon_sym_not_eq] = ACTIONS(6035), - [anon_sym_DASH_DASH] = ACTIONS(6035), - [anon_sym_PLUS_PLUS] = ACTIONS(6035), - [anon_sym_DOT] = ACTIONS(6033), - [anon_sym_DOT_STAR] = ACTIONS(6035), - [anon_sym_DASH_GT] = ACTIONS(6035), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6035), - [anon_sym_decltype] = ACTIONS(6035), - [anon_sym_final] = ACTIONS(6035), - [anon_sym_override] = ACTIONS(6035), - [anon_sym_requires] = ACTIONS(6035), - }, - [2229] = { - [sym_attribute_specifier] = STATE(1806), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5974), - [anon_sym_COMMA] = ACTIONS(5974), - [anon_sym_RPAREN] = ACTIONS(5974), - [anon_sym_LPAREN2] = ACTIONS(5974), - [anon_sym_DASH] = ACTIONS(5972), - [anon_sym_PLUS] = ACTIONS(5972), - [anon_sym_STAR] = ACTIONS(5974), - [anon_sym_SLASH] = ACTIONS(5972), - [anon_sym_PERCENT] = ACTIONS(5974), - [anon_sym_PIPE_PIPE] = ACTIONS(5974), - [anon_sym_AMP_AMP] = ACTIONS(5974), - [anon_sym_PIPE] = ACTIONS(5972), - [anon_sym_CARET] = ACTIONS(5974), - [anon_sym_AMP] = ACTIONS(5972), - [anon_sym_EQ_EQ] = ACTIONS(5974), - [anon_sym_BANG_EQ] = ACTIONS(5974), - [anon_sym_GT] = ACTIONS(5972), - [anon_sym_GT_EQ] = ACTIONS(5974), - [anon_sym_LT_EQ] = ACTIONS(5972), - [anon_sym_LT] = ACTIONS(5972), - [anon_sym_LT_LT] = ACTIONS(5974), - [anon_sym_GT_GT] = ACTIONS(5974), - [anon_sym_SEMI] = ACTIONS(5974), - [anon_sym___extension__] = ACTIONS(5974), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5974), - [anon_sym_RBRACE] = ACTIONS(5974), - [anon_sym_LBRACK] = ACTIONS(5974), - [anon_sym_RBRACK] = ACTIONS(5974), - [anon_sym_const] = ACTIONS(5972), - [anon_sym_constexpr] = ACTIONS(5974), - [anon_sym_volatile] = ACTIONS(5974), - [anon_sym_restrict] = ACTIONS(5974), - [anon_sym___restrict__] = ACTIONS(5974), - [anon_sym__Atomic] = ACTIONS(5974), - [anon_sym__Noreturn] = ACTIONS(5974), - [anon_sym_noreturn] = ACTIONS(5974), - [anon_sym__Nonnull] = ACTIONS(5974), - [anon_sym_mutable] = ACTIONS(5974), - [anon_sym_constinit] = ACTIONS(5974), - [anon_sym_consteval] = ACTIONS(5974), - [anon_sym_PROGMEM] = ACTIONS(5974), - [anon_sym_alignas] = ACTIONS(5974), - [anon_sym__Alignas] = ACTIONS(5974), - [anon_sym_COLON] = ACTIONS(5974), - [anon_sym_QMARK] = ACTIONS(5974), - [anon_sym_LT_EQ_GT] = ACTIONS(5974), - [anon_sym_or] = ACTIONS(5974), - [anon_sym_and] = ACTIONS(5974), - [anon_sym_bitor] = ACTIONS(5974), - [anon_sym_xor] = ACTIONS(5974), - [anon_sym_bitand] = ACTIONS(5974), - [anon_sym_not_eq] = ACTIONS(5974), - [anon_sym_DASH_DASH] = ACTIONS(5974), - [anon_sym_PLUS_PLUS] = ACTIONS(5974), - [anon_sym_DOT] = ACTIONS(5972), - [anon_sym_DOT_STAR] = ACTIONS(5974), - [anon_sym_DASH_GT] = ACTIONS(5974), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5974), - [anon_sym_decltype] = ACTIONS(5974), - [anon_sym_final] = ACTIONS(5974), - [anon_sym_override] = ACTIONS(5974), - [anon_sym_requires] = ACTIONS(5974), - }, - [2230] = { - [sym_attribute_specifier] = STATE(1799), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5954), - [anon_sym_COMMA] = ACTIONS(5954), - [anon_sym_RPAREN] = ACTIONS(5954), - [anon_sym_LPAREN2] = ACTIONS(5954), - [anon_sym_DASH] = ACTIONS(5952), - [anon_sym_PLUS] = ACTIONS(5952), - [anon_sym_STAR] = ACTIONS(5954), - [anon_sym_SLASH] = ACTIONS(5952), - [anon_sym_PERCENT] = ACTIONS(5954), - [anon_sym_PIPE_PIPE] = ACTIONS(5954), - [anon_sym_AMP_AMP] = ACTIONS(5954), - [anon_sym_PIPE] = ACTIONS(5952), - [anon_sym_CARET] = ACTIONS(5954), - [anon_sym_AMP] = ACTIONS(5952), - [anon_sym_EQ_EQ] = ACTIONS(5954), - [anon_sym_BANG_EQ] = ACTIONS(5954), - [anon_sym_GT] = ACTIONS(5952), - [anon_sym_GT_EQ] = ACTIONS(5954), - [anon_sym_LT_EQ] = ACTIONS(5952), - [anon_sym_LT] = ACTIONS(5952), - [anon_sym_LT_LT] = ACTIONS(5954), - [anon_sym_GT_GT] = ACTIONS(5954), - [anon_sym_SEMI] = ACTIONS(5954), - [anon_sym___extension__] = ACTIONS(5954), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5954), - [anon_sym_RBRACE] = ACTIONS(5954), - [anon_sym_LBRACK] = ACTIONS(5954), - [anon_sym_RBRACK] = ACTIONS(5954), - [anon_sym_const] = ACTIONS(5952), - [anon_sym_constexpr] = ACTIONS(5954), - [anon_sym_volatile] = ACTIONS(5954), - [anon_sym_restrict] = ACTIONS(5954), - [anon_sym___restrict__] = ACTIONS(5954), - [anon_sym__Atomic] = ACTIONS(5954), - [anon_sym__Noreturn] = ACTIONS(5954), - [anon_sym_noreturn] = ACTIONS(5954), - [anon_sym__Nonnull] = ACTIONS(5954), - [anon_sym_mutable] = ACTIONS(5954), - [anon_sym_constinit] = ACTIONS(5954), - [anon_sym_consteval] = ACTIONS(5954), - [anon_sym_PROGMEM] = ACTIONS(5954), - [anon_sym_alignas] = ACTIONS(5954), - [anon_sym__Alignas] = ACTIONS(5954), - [anon_sym_COLON] = ACTIONS(5954), - [anon_sym_QMARK] = ACTIONS(5954), - [anon_sym_LT_EQ_GT] = ACTIONS(5954), - [anon_sym_or] = ACTIONS(5954), - [anon_sym_and] = ACTIONS(5954), - [anon_sym_bitor] = ACTIONS(5954), - [anon_sym_xor] = ACTIONS(5954), - [anon_sym_bitand] = ACTIONS(5954), - [anon_sym_not_eq] = ACTIONS(5954), - [anon_sym_DASH_DASH] = ACTIONS(5954), - [anon_sym_PLUS_PLUS] = ACTIONS(5954), - [anon_sym_DOT] = ACTIONS(5952), - [anon_sym_DOT_STAR] = ACTIONS(5954), - [anon_sym_DASH_GT] = ACTIONS(5954), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5954), - [anon_sym_decltype] = ACTIONS(5954), - [anon_sym_final] = ACTIONS(5954), - [anon_sym_override] = ACTIONS(5954), - [anon_sym_requires] = ACTIONS(5954), - }, - [2231] = { - [sym_attribute_specifier] = STATE(1790), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5960), - [anon_sym_COMMA] = ACTIONS(5960), - [anon_sym_RPAREN] = ACTIONS(5960), - [anon_sym_LPAREN2] = ACTIONS(5960), - [anon_sym_DASH] = ACTIONS(5958), - [anon_sym_PLUS] = ACTIONS(5958), - [anon_sym_STAR] = ACTIONS(5960), - [anon_sym_SLASH] = ACTIONS(5958), - [anon_sym_PERCENT] = ACTIONS(5960), - [anon_sym_PIPE_PIPE] = ACTIONS(5960), - [anon_sym_AMP_AMP] = ACTIONS(5960), - [anon_sym_PIPE] = ACTIONS(5958), - [anon_sym_CARET] = ACTIONS(5960), - [anon_sym_AMP] = ACTIONS(5958), - [anon_sym_EQ_EQ] = ACTIONS(5960), - [anon_sym_BANG_EQ] = ACTIONS(5960), - [anon_sym_GT] = ACTIONS(5958), - [anon_sym_GT_EQ] = ACTIONS(5960), - [anon_sym_LT_EQ] = ACTIONS(5958), - [anon_sym_LT] = ACTIONS(5958), - [anon_sym_LT_LT] = ACTIONS(5960), - [anon_sym_GT_GT] = ACTIONS(5960), - [anon_sym_SEMI] = ACTIONS(5960), - [anon_sym___extension__] = ACTIONS(5960), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5960), - [anon_sym_RBRACE] = ACTIONS(5960), - [anon_sym_LBRACK] = ACTIONS(5960), - [anon_sym_RBRACK] = ACTIONS(5960), - [anon_sym_const] = ACTIONS(5958), - [anon_sym_constexpr] = ACTIONS(5960), - [anon_sym_volatile] = ACTIONS(5960), - [anon_sym_restrict] = ACTIONS(5960), - [anon_sym___restrict__] = ACTIONS(5960), - [anon_sym__Atomic] = ACTIONS(5960), - [anon_sym__Noreturn] = ACTIONS(5960), - [anon_sym_noreturn] = ACTIONS(5960), - [anon_sym__Nonnull] = ACTIONS(5960), - [anon_sym_mutable] = ACTIONS(5960), - [anon_sym_constinit] = ACTIONS(5960), - [anon_sym_consteval] = ACTIONS(5960), - [anon_sym_PROGMEM] = ACTIONS(5960), - [anon_sym_alignas] = ACTIONS(5960), - [anon_sym__Alignas] = ACTIONS(5960), - [anon_sym_COLON] = ACTIONS(5960), - [anon_sym_QMARK] = ACTIONS(5960), - [anon_sym_LT_EQ_GT] = ACTIONS(5960), - [anon_sym_or] = ACTIONS(5960), - [anon_sym_and] = ACTIONS(5960), - [anon_sym_bitor] = ACTIONS(5960), - [anon_sym_xor] = ACTIONS(5960), - [anon_sym_bitand] = ACTIONS(5960), - [anon_sym_not_eq] = ACTIONS(5960), - [anon_sym_DASH_DASH] = ACTIONS(5960), - [anon_sym_PLUS_PLUS] = ACTIONS(5960), - [anon_sym_DOT] = ACTIONS(5958), - [anon_sym_DOT_STAR] = ACTIONS(5960), - [anon_sym_DASH_GT] = ACTIONS(5960), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5960), - [anon_sym_decltype] = ACTIONS(5960), - [anon_sym_final] = ACTIONS(5960), - [anon_sym_override] = ACTIONS(5960), - [anon_sym_requires] = ACTIONS(5960), - }, - [2232] = { - [sym_attribute_specifier] = STATE(1817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5968), - [anon_sym_COMMA] = ACTIONS(5968), - [anon_sym_RPAREN] = ACTIONS(5968), - [anon_sym_LPAREN2] = ACTIONS(5968), - [anon_sym_DASH] = ACTIONS(5966), - [anon_sym_PLUS] = ACTIONS(5966), - [anon_sym_STAR] = ACTIONS(5968), - [anon_sym_SLASH] = ACTIONS(5966), - [anon_sym_PERCENT] = ACTIONS(5968), - [anon_sym_PIPE_PIPE] = ACTIONS(5968), - [anon_sym_AMP_AMP] = ACTIONS(5968), - [anon_sym_PIPE] = ACTIONS(5966), - [anon_sym_CARET] = ACTIONS(5968), - [anon_sym_AMP] = ACTIONS(5966), - [anon_sym_EQ_EQ] = ACTIONS(5968), - [anon_sym_BANG_EQ] = ACTIONS(5968), - [anon_sym_GT] = ACTIONS(5966), - [anon_sym_GT_EQ] = ACTIONS(5968), - [anon_sym_LT_EQ] = ACTIONS(5966), - [anon_sym_LT] = ACTIONS(5966), - [anon_sym_LT_LT] = ACTIONS(5968), - [anon_sym_GT_GT] = ACTIONS(5968), - [anon_sym_SEMI] = ACTIONS(5968), - [anon_sym___extension__] = ACTIONS(5968), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5968), - [anon_sym_RBRACE] = ACTIONS(5968), - [anon_sym_LBRACK] = ACTIONS(5968), - [anon_sym_RBRACK] = ACTIONS(5968), - [anon_sym_const] = ACTIONS(5966), - [anon_sym_constexpr] = ACTIONS(5968), - [anon_sym_volatile] = ACTIONS(5968), - [anon_sym_restrict] = ACTIONS(5968), - [anon_sym___restrict__] = ACTIONS(5968), - [anon_sym__Atomic] = ACTIONS(5968), - [anon_sym__Noreturn] = ACTIONS(5968), - [anon_sym_noreturn] = ACTIONS(5968), - [anon_sym__Nonnull] = ACTIONS(5968), - [anon_sym_mutable] = ACTIONS(5968), - [anon_sym_constinit] = ACTIONS(5968), - [anon_sym_consteval] = ACTIONS(5968), - [anon_sym_PROGMEM] = ACTIONS(5968), - [anon_sym_alignas] = ACTIONS(5968), - [anon_sym__Alignas] = ACTIONS(5968), - [anon_sym_COLON] = ACTIONS(5968), - [anon_sym_QMARK] = ACTIONS(5968), - [anon_sym_LT_EQ_GT] = ACTIONS(5968), - [anon_sym_or] = ACTIONS(5968), - [anon_sym_and] = ACTIONS(5968), - [anon_sym_bitor] = ACTIONS(5968), - [anon_sym_xor] = ACTIONS(5968), - [anon_sym_bitand] = ACTIONS(5968), - [anon_sym_not_eq] = ACTIONS(5968), - [anon_sym_DASH_DASH] = ACTIONS(5968), - [anon_sym_PLUS_PLUS] = ACTIONS(5968), - [anon_sym_DOT] = ACTIONS(5966), - [anon_sym_DOT_STAR] = ACTIONS(5968), - [anon_sym_DASH_GT] = ACTIONS(5968), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5968), - [anon_sym_decltype] = ACTIONS(5968), - [anon_sym_final] = ACTIONS(5968), - [anon_sym_override] = ACTIONS(5968), - [anon_sym_requires] = ACTIONS(5968), - }, - [2233] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2262), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5441), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5439), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5441), - [anon_sym_GT_GT] = ACTIONS(5439), - [anon_sym___extension__] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5441), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_signed] = ACTIONS(6111), - [anon_sym_unsigned] = ACTIONS(6111), - [anon_sym_long] = ACTIONS(6111), - [anon_sym_short] = ACTIONS(6111), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5441), - [anon_sym_volatile] = ACTIONS(5441), - [anon_sym_restrict] = ACTIONS(5441), - [anon_sym___restrict__] = ACTIONS(5441), - [anon_sym__Atomic] = ACTIONS(5441), - [anon_sym__Noreturn] = ACTIONS(5441), - [anon_sym_noreturn] = ACTIONS(5441), - [anon_sym__Nonnull] = ACTIONS(5441), - [anon_sym_mutable] = ACTIONS(5441), - [anon_sym_constinit] = ACTIONS(5441), - [anon_sym_consteval] = ACTIONS(5441), - [anon_sym_PROGMEM] = ACTIONS(5441), - [anon_sym_alignas] = ACTIONS(5441), - [anon_sym__Alignas] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5441), - [anon_sym_and] = ACTIONS(5441), - [anon_sym_bitor] = ACTIONS(5441), - [anon_sym_xor] = ACTIONS(5441), - [anon_sym_bitand] = ACTIONS(5441), - [anon_sym_not_eq] = ACTIONS(5441), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5441), - [anon_sym_decltype] = ACTIONS(5441), - [anon_sym_final] = ACTIONS(5441), - [anon_sym_override] = ACTIONS(5441), - [anon_sym_GT2] = ACTIONS(5441), - [anon_sym_requires] = ACTIONS(5441), - }, - [2234] = { - [sym_identifier] = ACTIONS(6131), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6133), - [anon_sym_COMMA] = ACTIONS(6133), - [anon_sym_RPAREN] = ACTIONS(6133), - [aux_sym_preproc_if_token2] = ACTIONS(6133), - [aux_sym_preproc_else_token1] = ACTIONS(6133), - [aux_sym_preproc_elif_token1] = ACTIONS(6131), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6133), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6133), - [anon_sym_LPAREN2] = ACTIONS(6133), - [anon_sym_DASH] = ACTIONS(6131), - [anon_sym_PLUS] = ACTIONS(6131), - [anon_sym_STAR] = ACTIONS(6131), - [anon_sym_SLASH] = ACTIONS(6131), - [anon_sym_PERCENT] = ACTIONS(6131), - [anon_sym_PIPE_PIPE] = ACTIONS(6133), - [anon_sym_AMP_AMP] = ACTIONS(6133), - [anon_sym_PIPE] = ACTIONS(6131), - [anon_sym_CARET] = ACTIONS(6131), - [anon_sym_AMP] = ACTIONS(6131), - [anon_sym_EQ_EQ] = ACTIONS(6133), - [anon_sym_BANG_EQ] = ACTIONS(6133), - [anon_sym_GT] = ACTIONS(6131), - [anon_sym_GT_EQ] = ACTIONS(6133), - [anon_sym_LT_EQ] = ACTIONS(6131), - [anon_sym_LT] = ACTIONS(6131), - [anon_sym_LT_LT] = ACTIONS(6131), - [anon_sym_GT_GT] = ACTIONS(6131), - [anon_sym_SEMI] = ACTIONS(6133), - [anon_sym___attribute__] = ACTIONS(6131), - [anon_sym___attribute] = ACTIONS(6131), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6133), - [anon_sym_LBRACE] = ACTIONS(6133), - [anon_sym_RBRACE] = ACTIONS(6133), - [anon_sym_LBRACK] = ACTIONS(6131), - [anon_sym_RBRACK] = ACTIONS(6133), - [anon_sym_EQ] = ACTIONS(6131), - [anon_sym_COLON] = ACTIONS(6133), - [anon_sym_QMARK] = ACTIONS(6133), - [anon_sym_STAR_EQ] = ACTIONS(6133), - [anon_sym_SLASH_EQ] = ACTIONS(6133), - [anon_sym_PERCENT_EQ] = ACTIONS(6133), - [anon_sym_PLUS_EQ] = ACTIONS(6133), - [anon_sym_DASH_EQ] = ACTIONS(6133), - [anon_sym_LT_LT_EQ] = ACTIONS(6133), - [anon_sym_GT_GT_EQ] = ACTIONS(6133), - [anon_sym_AMP_EQ] = ACTIONS(6133), - [anon_sym_CARET_EQ] = ACTIONS(6133), - [anon_sym_PIPE_EQ] = ACTIONS(6133), - [anon_sym_and_eq] = ACTIONS(6131), - [anon_sym_or_eq] = ACTIONS(6131), - [anon_sym_xor_eq] = ACTIONS(6131), - [anon_sym_LT_EQ_GT] = ACTIONS(6133), - [anon_sym_or] = ACTIONS(6131), - [anon_sym_and] = ACTIONS(6131), - [anon_sym_bitor] = ACTIONS(6131), - [anon_sym_xor] = ACTIONS(6131), - [anon_sym_bitand] = ACTIONS(6131), - [anon_sym_not_eq] = ACTIONS(6131), - [anon_sym_DASH_DASH] = ACTIONS(6133), - [anon_sym_PLUS_PLUS] = ACTIONS(6133), - [anon_sym_DOT] = ACTIONS(6131), - [anon_sym_DOT_STAR] = ACTIONS(6133), - [anon_sym_DASH_GT] = ACTIONS(6133), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6131), - }, - [2235] = { - [sym_template_argument_list] = STATE(2306), - [sym_identifier] = ACTIONS(4868), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4861), - [aux_sym_preproc_if_token2] = ACTIONS(4861), - [aux_sym_preproc_else_token1] = ACTIONS(4861), - [aux_sym_preproc_elif_token1] = ACTIONS(4868), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4861), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4861), - [anon_sym_LPAREN2] = ACTIONS(4861), - [anon_sym_DASH] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4868), - [anon_sym_STAR] = ACTIONS(4868), - [anon_sym_SLASH] = ACTIONS(4868), - [anon_sym_PERCENT] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4861), - [anon_sym_PIPE] = ACTIONS(4868), - [anon_sym_CARET] = ACTIONS(4868), - [anon_sym_AMP] = ACTIONS(4868), - [anon_sym_EQ_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4861), - [anon_sym_GT] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(5713), - [anon_sym_LT_LT] = ACTIONS(4868), - [anon_sym_GT_GT] = ACTIONS(4868), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym___attribute__] = ACTIONS(4868), - [anon_sym___attribute] = ACTIONS(4868), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4861), - [anon_sym_RBRACK] = ACTIONS(4861), - [anon_sym_EQ] = ACTIONS(4868), - [anon_sym_COLON] = ACTIONS(4868), - [anon_sym_QMARK] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_LT_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_GT_EQ] = ACTIONS(4861), - [anon_sym_AMP_EQ] = ACTIONS(4861), - [anon_sym_CARET_EQ] = ACTIONS(4861), - [anon_sym_PIPE_EQ] = ACTIONS(4861), - [anon_sym_and_eq] = ACTIONS(4868), - [anon_sym_or_eq] = ACTIONS(4868), - [anon_sym_xor_eq] = ACTIONS(4868), - [anon_sym_LT_EQ_GT] = ACTIONS(4861), - [anon_sym_or] = ACTIONS(4868), - [anon_sym_and] = ACTIONS(4868), - [anon_sym_bitor] = ACTIONS(4868), - [anon_sym_xor] = ACTIONS(4868), - [anon_sym_bitand] = ACTIONS(4868), - [anon_sym_not_eq] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DOT] = ACTIONS(4868), - [anon_sym_DOT_STAR] = ACTIONS(4861), - [anon_sym_DASH_GT] = ACTIONS(4861), - [sym_comment] = ACTIONS(3), - }, - [2236] = { - [sym_identifier] = ACTIONS(6135), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6137), - [anon_sym_COMMA] = ACTIONS(6137), - [anon_sym_RPAREN] = ACTIONS(6137), - [aux_sym_preproc_if_token2] = ACTIONS(6137), - [aux_sym_preproc_else_token1] = ACTIONS(6137), - [aux_sym_preproc_elif_token1] = ACTIONS(6135), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6137), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6137), - [anon_sym_LPAREN2] = ACTIONS(6137), - [anon_sym_DASH] = ACTIONS(6135), - [anon_sym_PLUS] = ACTIONS(6135), - [anon_sym_STAR] = ACTIONS(6135), - [anon_sym_SLASH] = ACTIONS(6135), - [anon_sym_PERCENT] = ACTIONS(6135), - [anon_sym_PIPE_PIPE] = ACTIONS(6137), - [anon_sym_AMP_AMP] = ACTIONS(6137), - [anon_sym_PIPE] = ACTIONS(6135), - [anon_sym_CARET] = ACTIONS(6135), - [anon_sym_AMP] = ACTIONS(6135), - [anon_sym_EQ_EQ] = ACTIONS(6137), - [anon_sym_BANG_EQ] = ACTIONS(6137), - [anon_sym_GT] = ACTIONS(6135), - [anon_sym_GT_EQ] = ACTIONS(6137), - [anon_sym_LT_EQ] = ACTIONS(6135), - [anon_sym_LT] = ACTIONS(6135), - [anon_sym_LT_LT] = ACTIONS(6135), - [anon_sym_GT_GT] = ACTIONS(6135), - [anon_sym_SEMI] = ACTIONS(6137), - [anon_sym___attribute__] = ACTIONS(6135), - [anon_sym___attribute] = ACTIONS(6135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6137), - [anon_sym_LBRACE] = ACTIONS(6137), - [anon_sym_RBRACE] = ACTIONS(6137), - [anon_sym_LBRACK] = ACTIONS(6135), - [anon_sym_RBRACK] = ACTIONS(6137), - [anon_sym_EQ] = ACTIONS(6135), - [anon_sym_COLON] = ACTIONS(6137), - [anon_sym_QMARK] = ACTIONS(6137), - [anon_sym_STAR_EQ] = ACTIONS(6137), - [anon_sym_SLASH_EQ] = ACTIONS(6137), - [anon_sym_PERCENT_EQ] = ACTIONS(6137), - [anon_sym_PLUS_EQ] = ACTIONS(6137), - [anon_sym_DASH_EQ] = ACTIONS(6137), - [anon_sym_LT_LT_EQ] = ACTIONS(6137), - [anon_sym_GT_GT_EQ] = ACTIONS(6137), - [anon_sym_AMP_EQ] = ACTIONS(6137), - [anon_sym_CARET_EQ] = ACTIONS(6137), - [anon_sym_PIPE_EQ] = ACTIONS(6137), - [anon_sym_and_eq] = ACTIONS(6135), - [anon_sym_or_eq] = ACTIONS(6135), - [anon_sym_xor_eq] = ACTIONS(6135), - [anon_sym_LT_EQ_GT] = ACTIONS(6137), - [anon_sym_or] = ACTIONS(6135), - [anon_sym_and] = ACTIONS(6135), - [anon_sym_bitor] = ACTIONS(6135), - [anon_sym_xor] = ACTIONS(6135), - [anon_sym_bitand] = ACTIONS(6135), - [anon_sym_not_eq] = ACTIONS(6135), - [anon_sym_DASH_DASH] = ACTIONS(6137), - [anon_sym_PLUS_PLUS] = ACTIONS(6137), - [anon_sym_DOT] = ACTIONS(6135), - [anon_sym_DOT_STAR] = ACTIONS(6137), - [anon_sym_DASH_GT] = ACTIONS(6137), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6135), - }, - [2237] = { - [sym_identifier] = ACTIONS(6139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6141), - [anon_sym_COMMA] = ACTIONS(6141), - [anon_sym_RPAREN] = ACTIONS(6141), - [aux_sym_preproc_if_token2] = ACTIONS(6141), - [aux_sym_preproc_else_token1] = ACTIONS(6141), - [aux_sym_preproc_elif_token1] = ACTIONS(6139), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6141), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6141), - [anon_sym_LPAREN2] = ACTIONS(6141), - [anon_sym_DASH] = ACTIONS(6139), - [anon_sym_PLUS] = ACTIONS(6139), - [anon_sym_STAR] = ACTIONS(6139), - [anon_sym_SLASH] = ACTIONS(6139), - [anon_sym_PERCENT] = ACTIONS(6139), - [anon_sym_PIPE_PIPE] = ACTIONS(6141), - [anon_sym_AMP_AMP] = ACTIONS(6141), - [anon_sym_PIPE] = ACTIONS(6139), - [anon_sym_CARET] = ACTIONS(6139), - [anon_sym_AMP] = ACTIONS(6139), - [anon_sym_EQ_EQ] = ACTIONS(6141), - [anon_sym_BANG_EQ] = ACTIONS(6141), - [anon_sym_GT] = ACTIONS(6139), - [anon_sym_GT_EQ] = ACTIONS(6141), - [anon_sym_LT_EQ] = ACTIONS(6139), - [anon_sym_LT] = ACTIONS(6139), - [anon_sym_LT_LT] = ACTIONS(6139), - [anon_sym_GT_GT] = ACTIONS(6139), - [anon_sym_SEMI] = ACTIONS(6141), - [anon_sym___attribute__] = ACTIONS(6139), - [anon_sym___attribute] = ACTIONS(6139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6141), - [anon_sym_LBRACE] = ACTIONS(6141), - [anon_sym_RBRACE] = ACTIONS(6141), - [anon_sym_LBRACK] = ACTIONS(6139), - [anon_sym_RBRACK] = ACTIONS(6141), - [anon_sym_EQ] = ACTIONS(6139), - [anon_sym_COLON] = ACTIONS(6141), - [anon_sym_QMARK] = ACTIONS(6141), - [anon_sym_STAR_EQ] = ACTIONS(6141), - [anon_sym_SLASH_EQ] = ACTIONS(6141), - [anon_sym_PERCENT_EQ] = ACTIONS(6141), - [anon_sym_PLUS_EQ] = ACTIONS(6141), - [anon_sym_DASH_EQ] = ACTIONS(6141), - [anon_sym_LT_LT_EQ] = ACTIONS(6141), - [anon_sym_GT_GT_EQ] = ACTIONS(6141), - [anon_sym_AMP_EQ] = ACTIONS(6141), - [anon_sym_CARET_EQ] = ACTIONS(6141), - [anon_sym_PIPE_EQ] = ACTIONS(6141), - [anon_sym_and_eq] = ACTIONS(6139), - [anon_sym_or_eq] = ACTIONS(6139), - [anon_sym_xor_eq] = ACTIONS(6139), - [anon_sym_LT_EQ_GT] = ACTIONS(6141), - [anon_sym_or] = ACTIONS(6139), - [anon_sym_and] = ACTIONS(6139), - [anon_sym_bitor] = ACTIONS(6139), - [anon_sym_xor] = ACTIONS(6139), - [anon_sym_bitand] = ACTIONS(6139), - [anon_sym_not_eq] = ACTIONS(6139), - [anon_sym_DASH_DASH] = ACTIONS(6141), - [anon_sym_PLUS_PLUS] = ACTIONS(6141), - [anon_sym_DOT] = ACTIONS(6139), - [anon_sym_DOT_STAR] = ACTIONS(6141), - [anon_sym_DASH_GT] = ACTIONS(6141), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6139), - }, - [2238] = { - [sym_string_literal] = STATE(2252), - [sym_raw_string_literal] = STATE(2252), - [aux_sym_concatenated_string_repeat1] = STATE(2252), - [sym_identifier] = ACTIONS(6143), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5301), - [anon_sym_COMMA] = ACTIONS(5301), - [anon_sym_LPAREN2] = ACTIONS(5301), - [anon_sym_DASH] = ACTIONS(5303), - [anon_sym_PLUS] = ACTIONS(5303), - [anon_sym_STAR] = ACTIONS(5303), - [anon_sym_SLASH] = ACTIONS(5303), - [anon_sym_PERCENT] = ACTIONS(5303), - [anon_sym_PIPE_PIPE] = ACTIONS(5301), - [anon_sym_AMP_AMP] = ACTIONS(5301), - [anon_sym_PIPE] = ACTIONS(5303), - [anon_sym_CARET] = ACTIONS(5303), - [anon_sym_AMP] = ACTIONS(5303), - [anon_sym_EQ_EQ] = ACTIONS(5301), - [anon_sym_BANG_EQ] = ACTIONS(5301), - [anon_sym_GT] = ACTIONS(5303), - [anon_sym_GT_EQ] = ACTIONS(5303), - [anon_sym_LT_EQ] = ACTIONS(5303), - [anon_sym_LT] = ACTIONS(5303), - [anon_sym_LT_LT] = ACTIONS(5303), - [anon_sym_GT_GT] = ACTIONS(5303), - [anon_sym_LBRACK] = ACTIONS(5301), - [anon_sym_EQ] = ACTIONS(5303), - [anon_sym_QMARK] = ACTIONS(5301), - [anon_sym_STAR_EQ] = ACTIONS(5301), - [anon_sym_SLASH_EQ] = ACTIONS(5301), - [anon_sym_PERCENT_EQ] = ACTIONS(5301), - [anon_sym_PLUS_EQ] = ACTIONS(5301), - [anon_sym_DASH_EQ] = ACTIONS(5301), - [anon_sym_LT_LT_EQ] = ACTIONS(5301), - [anon_sym_GT_GT_EQ] = ACTIONS(5303), - [anon_sym_AMP_EQ] = ACTIONS(5301), - [anon_sym_CARET_EQ] = ACTIONS(5301), - [anon_sym_PIPE_EQ] = ACTIONS(5301), - [anon_sym_and_eq] = ACTIONS(5303), - [anon_sym_or_eq] = ACTIONS(5303), - [anon_sym_xor_eq] = ACTIONS(5303), - [anon_sym_LT_EQ_GT] = ACTIONS(5301), - [anon_sym_or] = ACTIONS(5303), - [anon_sym_and] = ACTIONS(5303), - [anon_sym_bitor] = ACTIONS(5303), - [anon_sym_xor] = ACTIONS(5303), - [anon_sym_bitand] = ACTIONS(5303), - [anon_sym_not_eq] = ACTIONS(5303), - [anon_sym_DASH_DASH] = ACTIONS(5301), - [anon_sym_PLUS_PLUS] = ACTIONS(5301), - [anon_sym_DOT] = ACTIONS(5303), - [anon_sym_DOT_STAR] = ACTIONS(5301), - [anon_sym_DASH_GT] = ACTIONS(5301), - [anon_sym_L_DQUOTE] = ACTIONS(6145), - [anon_sym_u_DQUOTE] = ACTIONS(6145), - [anon_sym_U_DQUOTE] = ACTIONS(6145), - [anon_sym_u8_DQUOTE] = ACTIONS(6145), - [anon_sym_DQUOTE] = ACTIONS(6145), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(5301), - [anon_sym_R_DQUOTE] = ACTIONS(6147), - [anon_sym_LR_DQUOTE] = ACTIONS(6147), - [anon_sym_uR_DQUOTE] = ACTIONS(6147), - [anon_sym_UR_DQUOTE] = ACTIONS(6147), - [anon_sym_u8R_DQUOTE] = ACTIONS(6147), - [sym_literal_suffix] = ACTIONS(5303), - }, - [2239] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5776), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5774), - [anon_sym_COMMA] = ACTIONS(5774), - [aux_sym_preproc_if_token2] = ACTIONS(5774), - [aux_sym_preproc_else_token1] = ACTIONS(5774), - [aux_sym_preproc_elif_token1] = ACTIONS(5776), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5774), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5774), - [anon_sym_LPAREN2] = ACTIONS(5774), - [anon_sym_DASH] = ACTIONS(5776), - [anon_sym_PLUS] = ACTIONS(5776), - [anon_sym_STAR] = ACTIONS(5776), - [anon_sym_SLASH] = ACTIONS(5776), - [anon_sym_PERCENT] = ACTIONS(5776), - [anon_sym_PIPE_PIPE] = ACTIONS(5774), - [anon_sym_AMP_AMP] = ACTIONS(5774), - [anon_sym_PIPE] = ACTIONS(5776), - [anon_sym_CARET] = ACTIONS(5776), - [anon_sym_AMP] = ACTIONS(5776), - [anon_sym_EQ_EQ] = ACTIONS(5774), - [anon_sym_BANG_EQ] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(5776), - [anon_sym_GT_EQ] = ACTIONS(5774), - [anon_sym_LT_EQ] = ACTIONS(5776), - [anon_sym_LT] = ACTIONS(5776), - [anon_sym_LT_LT] = ACTIONS(5776), - [anon_sym_GT_GT] = ACTIONS(5776), - [anon_sym___attribute__] = ACTIONS(5776), - [anon_sym___attribute] = ACTIONS(5776), - [anon_sym_LBRACE] = ACTIONS(5774), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5774), - [anon_sym_EQ] = ACTIONS(5776), - [anon_sym_QMARK] = ACTIONS(5774), - [anon_sym_STAR_EQ] = ACTIONS(5774), - [anon_sym_SLASH_EQ] = ACTIONS(5774), - [anon_sym_PERCENT_EQ] = ACTIONS(5774), - [anon_sym_PLUS_EQ] = ACTIONS(5774), - [anon_sym_DASH_EQ] = ACTIONS(5774), - [anon_sym_LT_LT_EQ] = ACTIONS(5774), - [anon_sym_GT_GT_EQ] = ACTIONS(5774), - [anon_sym_AMP_EQ] = ACTIONS(5774), - [anon_sym_CARET_EQ] = ACTIONS(5774), - [anon_sym_PIPE_EQ] = ACTIONS(5774), - [anon_sym_and_eq] = ACTIONS(5776), - [anon_sym_or_eq] = ACTIONS(5776), - [anon_sym_xor_eq] = ACTIONS(5776), - [anon_sym_LT_EQ_GT] = ACTIONS(5774), - [anon_sym_or] = ACTIONS(5776), - [anon_sym_and] = ACTIONS(5776), - [anon_sym_bitor] = ACTIONS(5776), - [anon_sym_xor] = ACTIONS(5776), - [anon_sym_bitand] = ACTIONS(5776), - [anon_sym_not_eq] = ACTIONS(5776), - [anon_sym_DASH_DASH] = ACTIONS(5774), - [anon_sym_PLUS_PLUS] = ACTIONS(5774), - [anon_sym_DOT] = ACTIONS(5776), - [anon_sym_DOT_STAR] = ACTIONS(5774), - [anon_sym_DASH_GT] = ACTIONS(5774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5776), - [anon_sym_decltype] = ACTIONS(5776), - }, - [2240] = { - [sym_identifier] = ACTIONS(5526), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5528), - [anon_sym_COMMA] = ACTIONS(5528), - [anon_sym_RPAREN] = ACTIONS(5528), - [aux_sym_preproc_if_token2] = ACTIONS(5528), - [aux_sym_preproc_else_token1] = ACTIONS(5528), - [aux_sym_preproc_elif_token1] = ACTIONS(5526), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5528), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5528), - [anon_sym_LPAREN2] = ACTIONS(5528), - [anon_sym_DASH] = ACTIONS(5526), - [anon_sym_PLUS] = ACTIONS(5526), - [anon_sym_STAR] = ACTIONS(5526), - [anon_sym_SLASH] = ACTIONS(5526), - [anon_sym_PERCENT] = ACTIONS(5526), - [anon_sym_PIPE_PIPE] = ACTIONS(5528), - [anon_sym_AMP_AMP] = ACTIONS(5528), - [anon_sym_PIPE] = ACTIONS(5526), - [anon_sym_CARET] = ACTIONS(5526), - [anon_sym_AMP] = ACTIONS(5526), - [anon_sym_EQ_EQ] = ACTIONS(5528), - [anon_sym_BANG_EQ] = ACTIONS(5528), - [anon_sym_GT] = ACTIONS(5526), - [anon_sym_GT_EQ] = ACTIONS(5528), - [anon_sym_LT_EQ] = ACTIONS(5526), - [anon_sym_LT] = ACTIONS(5526), - [anon_sym_LT_LT] = ACTIONS(5526), - [anon_sym_GT_GT] = ACTIONS(5526), - [anon_sym_SEMI] = ACTIONS(5528), - [anon_sym___attribute__] = ACTIONS(5526), - [anon_sym___attribute] = ACTIONS(5526), - [anon_sym_LBRACE] = ACTIONS(5528), - [anon_sym_RBRACE] = ACTIONS(5528), - [anon_sym_LBRACK] = ACTIONS(5528), - [anon_sym_RBRACK] = ACTIONS(5528), - [anon_sym_EQ] = ACTIONS(5526), - [anon_sym_COLON] = ACTIONS(5528), - [anon_sym_QMARK] = ACTIONS(5528), - [anon_sym_STAR_EQ] = ACTIONS(5528), - [anon_sym_SLASH_EQ] = ACTIONS(5528), - [anon_sym_PERCENT_EQ] = ACTIONS(5528), - [anon_sym_PLUS_EQ] = ACTIONS(5528), - [anon_sym_DASH_EQ] = ACTIONS(5528), - [anon_sym_LT_LT_EQ] = ACTIONS(5528), - [anon_sym_GT_GT_EQ] = ACTIONS(5528), - [anon_sym_AMP_EQ] = ACTIONS(5528), - [anon_sym_CARET_EQ] = ACTIONS(5528), - [anon_sym_PIPE_EQ] = ACTIONS(5528), - [anon_sym_and_eq] = ACTIONS(5526), - [anon_sym_or_eq] = ACTIONS(5526), - [anon_sym_xor_eq] = ACTIONS(5526), - [anon_sym_LT_EQ_GT] = ACTIONS(5528), - [anon_sym_or] = ACTIONS(5526), - [anon_sym_and] = ACTIONS(5526), - [anon_sym_bitor] = ACTIONS(5526), - [anon_sym_xor] = ACTIONS(5526), - [anon_sym_bitand] = ACTIONS(5526), - [anon_sym_not_eq] = ACTIONS(5526), - [anon_sym_DASH_DASH] = ACTIONS(5528), - [anon_sym_PLUS_PLUS] = ACTIONS(5528), - [anon_sym_DOT] = ACTIONS(5526), - [anon_sym_DOT_STAR] = ACTIONS(5528), - [anon_sym_DASH_GT] = ACTIONS(5528), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5526), - [anon_sym_decltype] = ACTIONS(5526), - }, - [2241] = { - [sym_identifier] = ACTIONS(5530), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5532), - [anon_sym_COMMA] = ACTIONS(5532), - [anon_sym_RPAREN] = ACTIONS(5532), - [aux_sym_preproc_if_token2] = ACTIONS(5532), - [aux_sym_preproc_else_token1] = ACTIONS(5532), - [aux_sym_preproc_elif_token1] = ACTIONS(5530), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5532), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5532), - [anon_sym_LPAREN2] = ACTIONS(5532), - [anon_sym_DASH] = ACTIONS(5530), - [anon_sym_PLUS] = ACTIONS(5530), - [anon_sym_STAR] = ACTIONS(5530), - [anon_sym_SLASH] = ACTIONS(5530), - [anon_sym_PERCENT] = ACTIONS(5530), - [anon_sym_PIPE_PIPE] = ACTIONS(5532), - [anon_sym_AMP_AMP] = ACTIONS(5532), - [anon_sym_PIPE] = ACTIONS(5530), - [anon_sym_CARET] = ACTIONS(5530), - [anon_sym_AMP] = ACTIONS(5530), - [anon_sym_EQ_EQ] = ACTIONS(5532), - [anon_sym_BANG_EQ] = ACTIONS(5532), - [anon_sym_GT] = ACTIONS(5530), - [anon_sym_GT_EQ] = ACTIONS(5532), - [anon_sym_LT_EQ] = ACTIONS(5530), - [anon_sym_LT] = ACTIONS(5530), - [anon_sym_LT_LT] = ACTIONS(5530), - [anon_sym_GT_GT] = ACTIONS(5530), - [anon_sym_SEMI] = ACTIONS(5532), - [anon_sym___attribute__] = ACTIONS(5530), - [anon_sym___attribute] = ACTIONS(5530), - [anon_sym_LBRACE] = ACTIONS(5532), - [anon_sym_RBRACE] = ACTIONS(5532), - [anon_sym_LBRACK] = ACTIONS(5532), - [anon_sym_RBRACK] = ACTIONS(5532), - [anon_sym_EQ] = ACTIONS(5530), - [anon_sym_COLON] = ACTIONS(5532), - [anon_sym_QMARK] = ACTIONS(5532), - [anon_sym_STAR_EQ] = ACTIONS(5532), - [anon_sym_SLASH_EQ] = ACTIONS(5532), - [anon_sym_PERCENT_EQ] = ACTIONS(5532), - [anon_sym_PLUS_EQ] = ACTIONS(5532), - [anon_sym_DASH_EQ] = ACTIONS(5532), - [anon_sym_LT_LT_EQ] = ACTIONS(5532), - [anon_sym_GT_GT_EQ] = ACTIONS(5532), - [anon_sym_AMP_EQ] = ACTIONS(5532), - [anon_sym_CARET_EQ] = ACTIONS(5532), - [anon_sym_PIPE_EQ] = ACTIONS(5532), - [anon_sym_and_eq] = ACTIONS(5530), - [anon_sym_or_eq] = ACTIONS(5530), - [anon_sym_xor_eq] = ACTIONS(5530), - [anon_sym_LT_EQ_GT] = ACTIONS(5532), - [anon_sym_or] = ACTIONS(5530), - [anon_sym_and] = ACTIONS(5530), - [anon_sym_bitor] = ACTIONS(5530), - [anon_sym_xor] = ACTIONS(5530), - [anon_sym_bitand] = ACTIONS(5530), - [anon_sym_not_eq] = ACTIONS(5530), - [anon_sym_DASH_DASH] = ACTIONS(5532), - [anon_sym_PLUS_PLUS] = ACTIONS(5532), - [anon_sym_DOT] = ACTIONS(5530), - [anon_sym_DOT_STAR] = ACTIONS(5532), - [anon_sym_DASH_GT] = ACTIONS(5532), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5530), - [anon_sym_decltype] = ACTIONS(5530), - }, - [2242] = { - [sym_identifier] = ACTIONS(6149), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6151), - [anon_sym_COMMA] = ACTIONS(6151), - [anon_sym_RPAREN] = ACTIONS(6151), - [aux_sym_preproc_if_token2] = ACTIONS(6151), - [aux_sym_preproc_else_token1] = ACTIONS(6151), - [aux_sym_preproc_elif_token1] = ACTIONS(6149), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6151), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6151), - [anon_sym_LPAREN2] = ACTIONS(6151), - [anon_sym_DASH] = ACTIONS(6149), - [anon_sym_PLUS] = ACTIONS(6149), - [anon_sym_STAR] = ACTIONS(6149), - [anon_sym_SLASH] = ACTIONS(6149), - [anon_sym_PERCENT] = ACTIONS(6149), - [anon_sym_PIPE_PIPE] = ACTIONS(6151), - [anon_sym_AMP_AMP] = ACTIONS(6151), - [anon_sym_PIPE] = ACTIONS(6149), - [anon_sym_CARET] = ACTIONS(6149), - [anon_sym_AMP] = ACTIONS(6149), - [anon_sym_EQ_EQ] = ACTIONS(6151), - [anon_sym_BANG_EQ] = ACTIONS(6151), - [anon_sym_GT] = ACTIONS(6149), - [anon_sym_GT_EQ] = ACTIONS(6151), - [anon_sym_LT_EQ] = ACTIONS(6149), - [anon_sym_LT] = ACTIONS(6149), - [anon_sym_LT_LT] = ACTIONS(6149), - [anon_sym_GT_GT] = ACTIONS(6149), - [anon_sym_SEMI] = ACTIONS(6151), - [anon_sym___attribute__] = ACTIONS(6149), - [anon_sym___attribute] = ACTIONS(6149), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6151), - [anon_sym_LBRACE] = ACTIONS(6151), - [anon_sym_RBRACE] = ACTIONS(6151), - [anon_sym_LBRACK] = ACTIONS(6149), - [anon_sym_RBRACK] = ACTIONS(6151), - [anon_sym_EQ] = ACTIONS(6149), - [anon_sym_COLON] = ACTIONS(6151), - [anon_sym_QMARK] = ACTIONS(6151), - [anon_sym_STAR_EQ] = ACTIONS(6151), - [anon_sym_SLASH_EQ] = ACTIONS(6151), - [anon_sym_PERCENT_EQ] = ACTIONS(6151), - [anon_sym_PLUS_EQ] = ACTIONS(6151), - [anon_sym_DASH_EQ] = ACTIONS(6151), - [anon_sym_LT_LT_EQ] = ACTIONS(6151), - [anon_sym_GT_GT_EQ] = ACTIONS(6151), - [anon_sym_AMP_EQ] = ACTIONS(6151), - [anon_sym_CARET_EQ] = ACTIONS(6151), - [anon_sym_PIPE_EQ] = ACTIONS(6151), - [anon_sym_and_eq] = ACTIONS(6149), - [anon_sym_or_eq] = ACTIONS(6149), - [anon_sym_xor_eq] = ACTIONS(6149), - [anon_sym_LT_EQ_GT] = ACTIONS(6151), - [anon_sym_or] = ACTIONS(6149), - [anon_sym_and] = ACTIONS(6149), - [anon_sym_bitor] = ACTIONS(6149), - [anon_sym_xor] = ACTIONS(6149), - [anon_sym_bitand] = ACTIONS(6149), - [anon_sym_not_eq] = ACTIONS(6149), - [anon_sym_DASH_DASH] = ACTIONS(6151), - [anon_sym_PLUS_PLUS] = ACTIONS(6151), - [anon_sym_DOT] = ACTIONS(6149), - [anon_sym_DOT_STAR] = ACTIONS(6151), - [anon_sym_DASH_GT] = ACTIONS(6151), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6149), - }, - [2243] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), - [anon_sym_COMMA] = ACTIONS(5742), - [anon_sym_LPAREN2] = ACTIONS(5742), - [anon_sym_DASH] = ACTIONS(5744), - [anon_sym_PLUS] = ACTIONS(5744), - [anon_sym_STAR] = ACTIONS(5742), - [anon_sym_SLASH] = ACTIONS(5744), - [anon_sym_PERCENT] = ACTIONS(5742), - [anon_sym_PIPE_PIPE] = ACTIONS(5742), - [anon_sym_AMP_AMP] = ACTIONS(5742), - [anon_sym_PIPE] = ACTIONS(5744), - [anon_sym_CARET] = ACTIONS(5742), - [anon_sym_AMP] = ACTIONS(5744), - [anon_sym_EQ_EQ] = ACTIONS(5742), - [anon_sym_BANG_EQ] = ACTIONS(5742), - [anon_sym_GT] = ACTIONS(5744), - [anon_sym_GT_EQ] = ACTIONS(5744), - [anon_sym_LT_EQ] = ACTIONS(5744), - [anon_sym_LT] = ACTIONS(5744), - [anon_sym_LT_LT] = ACTIONS(5742), - [anon_sym_GT_GT] = ACTIONS(5744), - [anon_sym___extension__] = ACTIONS(5742), - [anon_sym___attribute__] = ACTIONS(5742), - [anon_sym___attribute] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(5742), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5742), - [anon_sym_const] = ACTIONS(5744), - [anon_sym_constexpr] = ACTIONS(5742), - [anon_sym_volatile] = ACTIONS(5742), - [anon_sym_restrict] = ACTIONS(5742), - [anon_sym___restrict__] = ACTIONS(5742), - [anon_sym__Atomic] = ACTIONS(5742), - [anon_sym__Noreturn] = ACTIONS(5742), - [anon_sym_noreturn] = ACTIONS(5742), - [anon_sym__Nonnull] = ACTIONS(5742), - [anon_sym_mutable] = ACTIONS(5742), - [anon_sym_constinit] = ACTIONS(5742), - [anon_sym_consteval] = ACTIONS(5742), - [anon_sym_PROGMEM] = ACTIONS(5742), - [anon_sym_alignas] = ACTIONS(5742), - [anon_sym__Alignas] = ACTIONS(5742), - [anon_sym_QMARK] = ACTIONS(5742), - [anon_sym_LT_EQ_GT] = ACTIONS(5742), - [anon_sym_or] = ACTIONS(5742), - [anon_sym_and] = ACTIONS(5742), - [anon_sym_bitor] = ACTIONS(5742), - [anon_sym_xor] = ACTIONS(5742), - [anon_sym_bitand] = ACTIONS(5742), - [anon_sym_not_eq] = ACTIONS(5742), - [anon_sym_DASH_DASH] = ACTIONS(5742), - [anon_sym_PLUS_PLUS] = ACTIONS(5742), - [anon_sym_DOT] = ACTIONS(5744), - [anon_sym_DOT_STAR] = ACTIONS(5742), - [anon_sym_DASH_GT] = ACTIONS(5742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5742), - [anon_sym_decltype] = ACTIONS(5742), - [anon_sym_final] = ACTIONS(5742), - [anon_sym_override] = ACTIONS(5742), - [anon_sym_GT2] = ACTIONS(5742), - [anon_sym_requires] = ACTIONS(5742), - }, - [2244] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5736), - [anon_sym_COMMA] = ACTIONS(5736), - [anon_sym_LPAREN2] = ACTIONS(5736), - [anon_sym_DASH] = ACTIONS(5738), - [anon_sym_PLUS] = ACTIONS(5738), - [anon_sym_STAR] = ACTIONS(5736), - [anon_sym_SLASH] = ACTIONS(5738), - [anon_sym_PERCENT] = ACTIONS(5736), - [anon_sym_PIPE_PIPE] = ACTIONS(5736), - [anon_sym_AMP_AMP] = ACTIONS(5736), - [anon_sym_PIPE] = ACTIONS(5738), - [anon_sym_CARET] = ACTIONS(5736), - [anon_sym_AMP] = ACTIONS(5738), - [anon_sym_EQ_EQ] = ACTIONS(5736), - [anon_sym_BANG_EQ] = ACTIONS(5736), - [anon_sym_GT] = ACTIONS(5738), - [anon_sym_GT_EQ] = ACTIONS(5738), - [anon_sym_LT_EQ] = ACTIONS(5738), - [anon_sym_LT] = ACTIONS(5738), - [anon_sym_LT_LT] = ACTIONS(5736), - [anon_sym_GT_GT] = ACTIONS(5738), - [anon_sym___extension__] = ACTIONS(5736), - [anon_sym___attribute__] = ACTIONS(5736), - [anon_sym___attribute] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(5736), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5736), - [anon_sym_const] = ACTIONS(5738), - [anon_sym_constexpr] = ACTIONS(5736), - [anon_sym_volatile] = ACTIONS(5736), - [anon_sym_restrict] = ACTIONS(5736), - [anon_sym___restrict__] = ACTIONS(5736), - [anon_sym__Atomic] = ACTIONS(5736), - [anon_sym__Noreturn] = ACTIONS(5736), - [anon_sym_noreturn] = ACTIONS(5736), - [anon_sym__Nonnull] = ACTIONS(5736), - [anon_sym_mutable] = ACTIONS(5736), - [anon_sym_constinit] = ACTIONS(5736), - [anon_sym_consteval] = ACTIONS(5736), - [anon_sym_PROGMEM] = ACTIONS(5736), - [anon_sym_alignas] = ACTIONS(5736), - [anon_sym__Alignas] = ACTIONS(5736), - [anon_sym_QMARK] = ACTIONS(5736), - [anon_sym_LT_EQ_GT] = ACTIONS(5736), - [anon_sym_or] = ACTIONS(5736), - [anon_sym_and] = ACTIONS(5736), - [anon_sym_bitor] = ACTIONS(5736), - [anon_sym_xor] = ACTIONS(5736), - [anon_sym_bitand] = ACTIONS(5736), - [anon_sym_not_eq] = ACTIONS(5736), - [anon_sym_DASH_DASH] = ACTIONS(5736), - [anon_sym_PLUS_PLUS] = ACTIONS(5736), - [anon_sym_DOT] = ACTIONS(5738), - [anon_sym_DOT_STAR] = ACTIONS(5736), - [anon_sym_DASH_GT] = ACTIONS(5736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5736), - [anon_sym_decltype] = ACTIONS(5736), - [anon_sym_final] = ACTIONS(5736), - [anon_sym_override] = ACTIONS(5736), - [anon_sym_GT2] = ACTIONS(5736), - [anon_sym_requires] = ACTIONS(5736), - }, - [2245] = { - [sym_identifier] = ACTIONS(5546), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5548), - [anon_sym_COMMA] = ACTIONS(5548), - [anon_sym_RPAREN] = ACTIONS(5548), - [aux_sym_preproc_if_token2] = ACTIONS(5548), - [aux_sym_preproc_else_token1] = ACTIONS(5548), - [aux_sym_preproc_elif_token1] = ACTIONS(5546), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5548), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5548), - [anon_sym_LPAREN2] = ACTIONS(5548), - [anon_sym_DASH] = ACTIONS(5546), - [anon_sym_PLUS] = ACTIONS(5546), - [anon_sym_STAR] = ACTIONS(5546), - [anon_sym_SLASH] = ACTIONS(5546), - [anon_sym_PERCENT] = ACTIONS(5546), - [anon_sym_PIPE_PIPE] = ACTIONS(5548), - [anon_sym_AMP_AMP] = ACTIONS(5548), - [anon_sym_PIPE] = ACTIONS(5546), - [anon_sym_CARET] = ACTIONS(5546), - [anon_sym_AMP] = ACTIONS(5546), - [anon_sym_EQ_EQ] = ACTIONS(5548), - [anon_sym_BANG_EQ] = ACTIONS(5548), - [anon_sym_GT] = ACTIONS(5546), - [anon_sym_GT_EQ] = ACTIONS(5548), - [anon_sym_LT_EQ] = ACTIONS(5546), - [anon_sym_LT] = ACTIONS(5546), - [anon_sym_LT_LT] = ACTIONS(5546), - [anon_sym_GT_GT] = ACTIONS(5546), - [anon_sym_SEMI] = ACTIONS(5548), - [anon_sym___attribute__] = ACTIONS(5546), - [anon_sym___attribute] = ACTIONS(5546), - [anon_sym_LBRACE] = ACTIONS(5548), - [anon_sym_RBRACE] = ACTIONS(5548), - [anon_sym_LBRACK] = ACTIONS(5548), - [anon_sym_RBRACK] = ACTIONS(5548), - [anon_sym_EQ] = ACTIONS(5546), - [anon_sym_COLON] = ACTIONS(5548), - [anon_sym_QMARK] = ACTIONS(5548), - [anon_sym_STAR_EQ] = ACTIONS(5548), - [anon_sym_SLASH_EQ] = ACTIONS(5548), - [anon_sym_PERCENT_EQ] = ACTIONS(5548), - [anon_sym_PLUS_EQ] = ACTIONS(5548), - [anon_sym_DASH_EQ] = ACTIONS(5548), - [anon_sym_LT_LT_EQ] = ACTIONS(5548), - [anon_sym_GT_GT_EQ] = ACTIONS(5548), - [anon_sym_AMP_EQ] = ACTIONS(5548), - [anon_sym_CARET_EQ] = ACTIONS(5548), - [anon_sym_PIPE_EQ] = ACTIONS(5548), - [anon_sym_and_eq] = ACTIONS(5546), - [anon_sym_or_eq] = ACTIONS(5546), - [anon_sym_xor_eq] = ACTIONS(5546), - [anon_sym_LT_EQ_GT] = ACTIONS(5548), - [anon_sym_or] = ACTIONS(5546), - [anon_sym_and] = ACTIONS(5546), - [anon_sym_bitor] = ACTIONS(5546), - [anon_sym_xor] = ACTIONS(5546), - [anon_sym_bitand] = ACTIONS(5546), - [anon_sym_not_eq] = ACTIONS(5546), - [anon_sym_DASH_DASH] = ACTIONS(5548), - [anon_sym_PLUS_PLUS] = ACTIONS(5548), - [anon_sym_DOT] = ACTIONS(5546), - [anon_sym_DOT_STAR] = ACTIONS(5548), - [anon_sym_DASH_GT] = ACTIONS(5548), + [2270] = { + [sym_argument_list] = STATE(2457), + [sym_initializer_list] = STATE(2457), + [sym_identifier] = ACTIONS(6166), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6168), + [anon_sym_COMMA] = ACTIONS(6168), + [anon_sym_RPAREN] = ACTIONS(6168), + [aux_sym_preproc_if_token2] = ACTIONS(6168), + [aux_sym_preproc_else_token1] = ACTIONS(6168), + [aux_sym_preproc_elif_token1] = ACTIONS(6166), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6168), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6168), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(6166), + [anon_sym_PLUS] = ACTIONS(6166), + [anon_sym_STAR] = ACTIONS(6166), + [anon_sym_SLASH] = ACTIONS(6166), + [anon_sym_PERCENT] = ACTIONS(6166), + [anon_sym_PIPE_PIPE] = ACTIONS(6168), + [anon_sym_AMP_AMP] = ACTIONS(6168), + [anon_sym_PIPE] = ACTIONS(6166), + [anon_sym_CARET] = ACTIONS(6166), + [anon_sym_AMP] = ACTIONS(6166), + [anon_sym_EQ_EQ] = ACTIONS(6168), + [anon_sym_BANG_EQ] = ACTIONS(6168), + [anon_sym_GT] = ACTIONS(6166), + [anon_sym_GT_EQ] = ACTIONS(6168), + [anon_sym_LT_EQ] = ACTIONS(6166), + [anon_sym_LT] = ACTIONS(6166), + [anon_sym_LT_LT] = ACTIONS(6166), + [anon_sym_GT_GT] = ACTIONS(6166), + [anon_sym_SEMI] = ACTIONS(6168), + [anon_sym___attribute__] = ACTIONS(6166), + [anon_sym___attribute] = ACTIONS(6166), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(6168), + [anon_sym_LBRACK] = ACTIONS(6168), + [anon_sym_RBRACK] = ACTIONS(6168), + [anon_sym_EQ] = ACTIONS(6166), + [anon_sym_COLON] = ACTIONS(6168), + [anon_sym_QMARK] = ACTIONS(6168), + [anon_sym_STAR_EQ] = ACTIONS(6168), + [anon_sym_SLASH_EQ] = ACTIONS(6168), + [anon_sym_PERCENT_EQ] = ACTIONS(6168), + [anon_sym_PLUS_EQ] = ACTIONS(6168), + [anon_sym_DASH_EQ] = ACTIONS(6168), + [anon_sym_LT_LT_EQ] = ACTIONS(6168), + [anon_sym_GT_GT_EQ] = ACTIONS(6168), + [anon_sym_AMP_EQ] = ACTIONS(6168), + [anon_sym_CARET_EQ] = ACTIONS(6168), + [anon_sym_PIPE_EQ] = ACTIONS(6168), + [anon_sym_and_eq] = ACTIONS(6166), + [anon_sym_or_eq] = ACTIONS(6166), + [anon_sym_xor_eq] = ACTIONS(6166), + [anon_sym_LT_EQ_GT] = ACTIONS(6168), + [anon_sym_or] = ACTIONS(6166), + [anon_sym_and] = ACTIONS(6166), + [anon_sym_bitor] = ACTIONS(6166), + [anon_sym_xor] = ACTIONS(6166), + [anon_sym_bitand] = ACTIONS(6166), + [anon_sym_not_eq] = ACTIONS(6166), + [anon_sym_DASH_DASH] = ACTIONS(6168), + [anon_sym_PLUS_PLUS] = ACTIONS(6168), + [anon_sym_DOT] = ACTIONS(6166), + [anon_sym_DOT_STAR] = ACTIONS(6168), + [anon_sym_DASH_GT] = ACTIONS(6168), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5546), - [anon_sym_decltype] = ACTIONS(5546), }, - [2246] = { + [2271] = { [sym_identifier] = ACTIONS(5550), [anon_sym_DOT_DOT_DOT] = ACTIONS(5552), [anon_sym_COMMA] = ACTIONS(5552), @@ -290631,279 +292331,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5550), [anon_sym_decltype] = ACTIONS(5550), }, - [2247] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(5672), - [anon_sym_COMMA] = ACTIONS(5672), - [anon_sym_RPAREN] = ACTIONS(5672), - [anon_sym_LPAREN2] = ACTIONS(5672), - [anon_sym_DASH] = ACTIONS(5670), - [anon_sym_PLUS] = ACTIONS(5670), - [anon_sym_STAR] = ACTIONS(5670), - [anon_sym_SLASH] = ACTIONS(5670), - [anon_sym_PERCENT] = ACTIONS(5670), - [anon_sym_PIPE_PIPE] = ACTIONS(5672), - [anon_sym_AMP_AMP] = ACTIONS(5672), - [anon_sym_PIPE] = ACTIONS(5670), - [anon_sym_CARET] = ACTIONS(5670), - [anon_sym_AMP] = ACTIONS(5670), - [anon_sym_EQ_EQ] = ACTIONS(5672), - [anon_sym_BANG_EQ] = ACTIONS(5672), - [anon_sym_GT] = ACTIONS(5670), - [anon_sym_GT_EQ] = ACTIONS(5672), - [anon_sym_LT_EQ] = ACTIONS(5670), - [anon_sym_LT] = ACTIONS(5670), - [anon_sym_LT_LT] = ACTIONS(5670), - [anon_sym_GT_GT] = ACTIONS(5670), - [anon_sym_SEMI] = ACTIONS(5672), - [anon_sym_RBRACE] = ACTIONS(5672), - [anon_sym_LBRACK] = ACTIONS(5672), - [anon_sym_RBRACK] = ACTIONS(5672), - [anon_sym_EQ] = ACTIONS(5670), - [anon_sym_COLON] = ACTIONS(5672), - [anon_sym_QMARK] = ACTIONS(5672), - [anon_sym_STAR_EQ] = ACTIONS(5672), - [anon_sym_SLASH_EQ] = ACTIONS(5672), - [anon_sym_PERCENT_EQ] = ACTIONS(5672), - [anon_sym_PLUS_EQ] = ACTIONS(5672), - [anon_sym_DASH_EQ] = ACTIONS(5672), - [anon_sym_LT_LT_EQ] = ACTIONS(5672), - [anon_sym_GT_GT_EQ] = ACTIONS(5672), - [anon_sym_AMP_EQ] = ACTIONS(5672), - [anon_sym_CARET_EQ] = ACTIONS(5672), - [anon_sym_PIPE_EQ] = ACTIONS(5672), - [anon_sym_and_eq] = ACTIONS(5670), - [anon_sym_or_eq] = ACTIONS(5670), - [anon_sym_xor_eq] = ACTIONS(5670), - [anon_sym_LT_EQ_GT] = ACTIONS(5672), - [anon_sym_or] = ACTIONS(5670), - [anon_sym_and] = ACTIONS(5670), - [anon_sym_bitor] = ACTIONS(5670), - [anon_sym_xor] = ACTIONS(5670), - [anon_sym_bitand] = ACTIONS(5670), - [anon_sym_not_eq] = ACTIONS(5670), - [anon_sym_DASH_DASH] = ACTIONS(5672), - [anon_sym_PLUS_PLUS] = ACTIONS(5672), - [anon_sym_DOT] = ACTIONS(5670), - [anon_sym_DOT_STAR] = ACTIONS(5672), - [anon_sym_DASH_GT] = ACTIONS(5672), - [anon_sym_L_DQUOTE] = ACTIONS(5672), - [anon_sym_u_DQUOTE] = ACTIONS(5672), - [anon_sym_U_DQUOTE] = ACTIONS(5672), - [anon_sym_u8_DQUOTE] = ACTIONS(5672), - [anon_sym_DQUOTE] = ACTIONS(5672), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5672), - [anon_sym_LR_DQUOTE] = ACTIONS(5672), - [anon_sym_uR_DQUOTE] = ACTIONS(5672), - [anon_sym_UR_DQUOTE] = ACTIONS(5672), - [anon_sym_u8R_DQUOTE] = ACTIONS(5672), - [sym_literal_suffix] = ACTIONS(5670), - }, - [2248] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2290), - [sym_identifier] = ACTIONS(5786), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), - [anon_sym_COMMA] = ACTIONS(5784), - [aux_sym_preproc_if_token2] = ACTIONS(5784), - [aux_sym_preproc_else_token1] = ACTIONS(5784), - [aux_sym_preproc_elif_token1] = ACTIONS(5786), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5784), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5784), - [anon_sym_LPAREN2] = ACTIONS(5784), - [anon_sym_DASH] = ACTIONS(5786), - [anon_sym_PLUS] = ACTIONS(5786), - [anon_sym_STAR] = ACTIONS(5786), - [anon_sym_SLASH] = ACTIONS(5786), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_PIPE_PIPE] = ACTIONS(5784), - [anon_sym_AMP_AMP] = ACTIONS(5784), - [anon_sym_PIPE] = ACTIONS(5786), - [anon_sym_CARET] = ACTIONS(5786), - [anon_sym_AMP] = ACTIONS(5786), - [anon_sym_EQ_EQ] = ACTIONS(5784), - [anon_sym_BANG_EQ] = ACTIONS(5784), - [anon_sym_GT] = ACTIONS(5786), - [anon_sym_GT_EQ] = ACTIONS(5784), - [anon_sym_LT_EQ] = ACTIONS(5786), - [anon_sym_LT] = ACTIONS(5786), - [anon_sym_LT_LT] = ACTIONS(5786), - [anon_sym_GT_GT] = ACTIONS(5786), - [anon_sym___attribute__] = ACTIONS(5786), - [anon_sym___attribute] = ACTIONS(5786), - [anon_sym_LBRACE] = ACTIONS(5784), - [anon_sym_signed] = ACTIONS(6155), - [anon_sym_unsigned] = ACTIONS(6155), - [anon_sym_long] = ACTIONS(6155), - [anon_sym_short] = ACTIONS(6155), - [anon_sym_LBRACK] = ACTIONS(5784), - [anon_sym_EQ] = ACTIONS(5786), - [anon_sym_QMARK] = ACTIONS(5784), - [anon_sym_STAR_EQ] = ACTIONS(5784), - [anon_sym_SLASH_EQ] = ACTIONS(5784), - [anon_sym_PERCENT_EQ] = ACTIONS(5784), - [anon_sym_PLUS_EQ] = ACTIONS(5784), - [anon_sym_DASH_EQ] = ACTIONS(5784), - [anon_sym_LT_LT_EQ] = ACTIONS(5784), - [anon_sym_GT_GT_EQ] = ACTIONS(5784), - [anon_sym_AMP_EQ] = ACTIONS(5784), - [anon_sym_CARET_EQ] = ACTIONS(5784), - [anon_sym_PIPE_EQ] = ACTIONS(5784), - [anon_sym_and_eq] = ACTIONS(5786), - [anon_sym_or_eq] = ACTIONS(5786), - [anon_sym_xor_eq] = ACTIONS(5786), - [anon_sym_LT_EQ_GT] = ACTIONS(5784), - [anon_sym_or] = ACTIONS(5786), - [anon_sym_and] = ACTIONS(5786), - [anon_sym_bitor] = ACTIONS(5786), - [anon_sym_xor] = ACTIONS(5786), - [anon_sym_bitand] = ACTIONS(5786), - [anon_sym_not_eq] = ACTIONS(5786), - [anon_sym_DASH_DASH] = ACTIONS(5784), - [anon_sym_PLUS_PLUS] = ACTIONS(5784), - [anon_sym_DOT] = ACTIONS(5786), - [anon_sym_DOT_STAR] = ACTIONS(5784), - [anon_sym_DASH_GT] = ACTIONS(5784), + [2272] = { + [sym_identifier] = ACTIONS(5492), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), + [anon_sym_COMMA] = ACTIONS(5494), + [anon_sym_RPAREN] = ACTIONS(5494), + [aux_sym_preproc_if_token2] = ACTIONS(5494), + [aux_sym_preproc_else_token1] = ACTIONS(5494), + [aux_sym_preproc_elif_token1] = ACTIONS(5492), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5494), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5494), + [anon_sym_LPAREN2] = ACTIONS(5494), + [anon_sym_DASH] = ACTIONS(5492), + [anon_sym_PLUS] = ACTIONS(5492), + [anon_sym_STAR] = ACTIONS(5492), + [anon_sym_SLASH] = ACTIONS(5492), + [anon_sym_PERCENT] = ACTIONS(5492), + [anon_sym_PIPE_PIPE] = ACTIONS(5494), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE] = ACTIONS(5492), + [anon_sym_CARET] = ACTIONS(5492), + [anon_sym_AMP] = ACTIONS(5492), + [anon_sym_EQ_EQ] = ACTIONS(5494), + [anon_sym_BANG_EQ] = ACTIONS(5494), + [anon_sym_GT] = ACTIONS(5492), + [anon_sym_GT_EQ] = ACTIONS(5494), + [anon_sym_LT_EQ] = ACTIONS(5492), + [anon_sym_LT] = ACTIONS(5492), + [anon_sym_LT_LT] = ACTIONS(5492), + [anon_sym_GT_GT] = ACTIONS(5492), + [anon_sym_SEMI] = ACTIONS(5494), + [anon_sym___attribute__] = ACTIONS(5492), + [anon_sym___attribute] = ACTIONS(5492), + [anon_sym_LBRACE] = ACTIONS(5494), + [anon_sym_RBRACE] = ACTIONS(5494), + [anon_sym_LBRACK] = ACTIONS(5494), + [anon_sym_RBRACK] = ACTIONS(5494), + [anon_sym_EQ] = ACTIONS(5492), + [anon_sym_COLON] = ACTIONS(5494), + [anon_sym_QMARK] = ACTIONS(5494), + [anon_sym_STAR_EQ] = ACTIONS(5494), + [anon_sym_SLASH_EQ] = ACTIONS(5494), + [anon_sym_PERCENT_EQ] = ACTIONS(5494), + [anon_sym_PLUS_EQ] = ACTIONS(5494), + [anon_sym_DASH_EQ] = ACTIONS(5494), + [anon_sym_LT_LT_EQ] = ACTIONS(5494), + [anon_sym_GT_GT_EQ] = ACTIONS(5494), + [anon_sym_AMP_EQ] = ACTIONS(5494), + [anon_sym_CARET_EQ] = ACTIONS(5494), + [anon_sym_PIPE_EQ] = ACTIONS(5494), + [anon_sym_and_eq] = ACTIONS(5492), + [anon_sym_or_eq] = ACTIONS(5492), + [anon_sym_xor_eq] = ACTIONS(5492), + [anon_sym_LT_EQ_GT] = ACTIONS(5494), + [anon_sym_or] = ACTIONS(5492), + [anon_sym_and] = ACTIONS(5492), + [anon_sym_bitor] = ACTIONS(5492), + [anon_sym_xor] = ACTIONS(5492), + [anon_sym_bitand] = ACTIONS(5492), + [anon_sym_not_eq] = ACTIONS(5492), + [anon_sym_DASH_DASH] = ACTIONS(5494), + [anon_sym_PLUS_PLUS] = ACTIONS(5494), + [anon_sym_DOT] = ACTIONS(5492), + [anon_sym_DOT_STAR] = ACTIONS(5494), + [anon_sym_DASH_GT] = ACTIONS(5494), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5786), - [anon_sym_decltype] = ACTIONS(5786), + [sym_auto] = ACTIONS(5492), + [anon_sym_decltype] = ACTIONS(5492), }, - [2249] = { - [sym_identifier] = ACTIONS(6157), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6159), - [anon_sym_COMMA] = ACTIONS(6159), - [anon_sym_RPAREN] = ACTIONS(6159), - [aux_sym_preproc_if_token2] = ACTIONS(6159), - [aux_sym_preproc_else_token1] = ACTIONS(6159), - [aux_sym_preproc_elif_token1] = ACTIONS(6157), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6159), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6159), - [anon_sym_LPAREN2] = ACTIONS(6159), - [anon_sym_DASH] = ACTIONS(6157), - [anon_sym_PLUS] = ACTIONS(6157), - [anon_sym_STAR] = ACTIONS(6157), - [anon_sym_SLASH] = ACTIONS(6157), - [anon_sym_PERCENT] = ACTIONS(6157), - [anon_sym_PIPE_PIPE] = ACTIONS(6159), - [anon_sym_AMP_AMP] = ACTIONS(6159), - [anon_sym_PIPE] = ACTIONS(6157), - [anon_sym_CARET] = ACTIONS(6157), - [anon_sym_AMP] = ACTIONS(6157), - [anon_sym_EQ_EQ] = ACTIONS(6159), - [anon_sym_BANG_EQ] = ACTIONS(6159), - [anon_sym_GT] = ACTIONS(6157), - [anon_sym_GT_EQ] = ACTIONS(6159), - [anon_sym_LT_EQ] = ACTIONS(6157), - [anon_sym_LT] = ACTIONS(6157), - [anon_sym_LT_LT] = ACTIONS(6157), - [anon_sym_GT_GT] = ACTIONS(6157), - [anon_sym_SEMI] = ACTIONS(6159), - [anon_sym___attribute__] = ACTIONS(6157), - [anon_sym___attribute] = ACTIONS(6157), - [anon_sym_LBRACK_LBRACK] = ACTIONS(6159), - [anon_sym_LBRACE] = ACTIONS(6159), - [anon_sym_RBRACE] = ACTIONS(6159), - [anon_sym_LBRACK] = ACTIONS(6157), - [anon_sym_RBRACK] = ACTIONS(6159), - [anon_sym_EQ] = ACTIONS(6157), - [anon_sym_COLON] = ACTIONS(6159), - [anon_sym_QMARK] = ACTIONS(6159), - [anon_sym_STAR_EQ] = ACTIONS(6159), - [anon_sym_SLASH_EQ] = ACTIONS(6159), - [anon_sym_PERCENT_EQ] = ACTIONS(6159), - [anon_sym_PLUS_EQ] = ACTIONS(6159), - [anon_sym_DASH_EQ] = ACTIONS(6159), - [anon_sym_LT_LT_EQ] = ACTIONS(6159), - [anon_sym_GT_GT_EQ] = ACTIONS(6159), - [anon_sym_AMP_EQ] = ACTIONS(6159), - [anon_sym_CARET_EQ] = ACTIONS(6159), - [anon_sym_PIPE_EQ] = ACTIONS(6159), - [anon_sym_and_eq] = ACTIONS(6157), - [anon_sym_or_eq] = ACTIONS(6157), - [anon_sym_xor_eq] = ACTIONS(6157), - [anon_sym_LT_EQ_GT] = ACTIONS(6159), - [anon_sym_or] = ACTIONS(6157), - [anon_sym_and] = ACTIONS(6157), - [anon_sym_bitor] = ACTIONS(6157), - [anon_sym_xor] = ACTIONS(6157), - [anon_sym_bitand] = ACTIONS(6157), - [anon_sym_not_eq] = ACTIONS(6157), - [anon_sym_DASH_DASH] = ACTIONS(6159), - [anon_sym_PLUS_PLUS] = ACTIONS(6159), - [anon_sym_DOT] = ACTIONS(6157), - [anon_sym_DOT_STAR] = ACTIONS(6159), - [anon_sym_DASH_GT] = ACTIONS(6159), - [sym_comment] = ACTIONS(3), - [anon_sym_try] = ACTIONS(6157), + [2273] = { + [sym_identifier] = ACTIONS(6170), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6172), + [anon_sym_COMMA] = ACTIONS(6172), + [anon_sym_RPAREN] = ACTIONS(6172), + [aux_sym_preproc_if_token2] = ACTIONS(6172), + [aux_sym_preproc_else_token1] = ACTIONS(6172), + [aux_sym_preproc_elif_token1] = ACTIONS(6170), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6172), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6172), + [anon_sym_LPAREN2] = ACTIONS(6172), + [anon_sym_DASH] = ACTIONS(6170), + [anon_sym_PLUS] = ACTIONS(6170), + [anon_sym_STAR] = ACTIONS(6170), + [anon_sym_SLASH] = ACTIONS(6170), + [anon_sym_PERCENT] = ACTIONS(6170), + [anon_sym_PIPE_PIPE] = ACTIONS(6172), + [anon_sym_AMP_AMP] = ACTIONS(6172), + [anon_sym_PIPE] = ACTIONS(6170), + [anon_sym_CARET] = ACTIONS(6170), + [anon_sym_AMP] = ACTIONS(6170), + [anon_sym_EQ_EQ] = ACTIONS(6172), + [anon_sym_BANG_EQ] = ACTIONS(6172), + [anon_sym_GT] = ACTIONS(6170), + [anon_sym_GT_EQ] = ACTIONS(6172), + [anon_sym_LT_EQ] = ACTIONS(6170), + [anon_sym_LT] = ACTIONS(6170), + [anon_sym_LT_LT] = ACTIONS(6170), + [anon_sym_GT_GT] = ACTIONS(6170), + [anon_sym_SEMI] = ACTIONS(6172), + [anon_sym___attribute__] = ACTIONS(6170), + [anon_sym___attribute] = ACTIONS(6170), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6172), + [anon_sym_LBRACE] = ACTIONS(6172), + [anon_sym_RBRACE] = ACTIONS(6172), + [anon_sym_LBRACK] = ACTIONS(6170), + [anon_sym_RBRACK] = ACTIONS(6172), + [anon_sym_EQ] = ACTIONS(6170), + [anon_sym_COLON] = ACTIONS(6172), + [anon_sym_QMARK] = ACTIONS(6172), + [anon_sym_STAR_EQ] = ACTIONS(6172), + [anon_sym_SLASH_EQ] = ACTIONS(6172), + [anon_sym_PERCENT_EQ] = ACTIONS(6172), + [anon_sym_PLUS_EQ] = ACTIONS(6172), + [anon_sym_DASH_EQ] = ACTIONS(6172), + [anon_sym_LT_LT_EQ] = ACTIONS(6172), + [anon_sym_GT_GT_EQ] = ACTIONS(6172), + [anon_sym_AMP_EQ] = ACTIONS(6172), + [anon_sym_CARET_EQ] = ACTIONS(6172), + [anon_sym_PIPE_EQ] = ACTIONS(6172), + [anon_sym_and_eq] = ACTIONS(6170), + [anon_sym_or_eq] = ACTIONS(6170), + [anon_sym_xor_eq] = ACTIONS(6170), + [anon_sym_LT_EQ_GT] = ACTIONS(6172), + [anon_sym_or] = ACTIONS(6170), + [anon_sym_and] = ACTIONS(6170), + [anon_sym_bitor] = ACTIONS(6170), + [anon_sym_xor] = ACTIONS(6170), + [anon_sym_bitand] = ACTIONS(6170), + [anon_sym_not_eq] = ACTIONS(6170), + [anon_sym_DASH_DASH] = ACTIONS(6172), + [anon_sym_PLUS_PLUS] = ACTIONS(6172), + [anon_sym_DOT] = ACTIONS(6170), + [anon_sym_DOT_STAR] = ACTIONS(6172), + [anon_sym_DASH_GT] = ACTIONS(6172), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6170), }, - [2250] = { - [sym_identifier] = ACTIONS(5614), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5616), - [anon_sym_COMMA] = ACTIONS(5616), - [anon_sym_RPAREN] = ACTIONS(5616), - [aux_sym_preproc_if_token2] = ACTIONS(5616), - [aux_sym_preproc_else_token1] = ACTIONS(5616), - [aux_sym_preproc_elif_token1] = ACTIONS(5614), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5616), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5616), - [anon_sym_LPAREN2] = ACTIONS(5616), - [anon_sym_DASH] = ACTIONS(5614), - [anon_sym_PLUS] = ACTIONS(5614), - [anon_sym_STAR] = ACTIONS(5614), - [anon_sym_SLASH] = ACTIONS(5614), - [anon_sym_PERCENT] = ACTIONS(5614), - [anon_sym_PIPE_PIPE] = ACTIONS(5616), - [anon_sym_AMP_AMP] = ACTIONS(5616), - [anon_sym_PIPE] = ACTIONS(5614), - [anon_sym_CARET] = ACTIONS(5614), - [anon_sym_AMP] = ACTIONS(5614), - [anon_sym_EQ_EQ] = ACTIONS(5616), - [anon_sym_BANG_EQ] = ACTIONS(5616), - [anon_sym_GT] = ACTIONS(5614), - [anon_sym_GT_EQ] = ACTIONS(5616), - [anon_sym_LT_EQ] = ACTIONS(5614), - [anon_sym_LT] = ACTIONS(5614), - [anon_sym_LT_LT] = ACTIONS(5614), - [anon_sym_GT_GT] = ACTIONS(5614), - [anon_sym_SEMI] = ACTIONS(5616), - [anon_sym___attribute__] = ACTIONS(5614), - [anon_sym___attribute] = ACTIONS(5614), - [anon_sym_LBRACE] = ACTIONS(5616), - [anon_sym_RBRACE] = ACTIONS(5616), - [anon_sym_LBRACK] = ACTIONS(5616), - [anon_sym_RBRACK] = ACTIONS(5616), - [anon_sym_EQ] = ACTIONS(5614), - [anon_sym_COLON] = ACTIONS(5616), - [anon_sym_QMARK] = ACTIONS(5616), - [anon_sym_STAR_EQ] = ACTIONS(5616), - [anon_sym_SLASH_EQ] = ACTIONS(5616), - [anon_sym_PERCENT_EQ] = ACTIONS(5616), - [anon_sym_PLUS_EQ] = ACTIONS(5616), - [anon_sym_DASH_EQ] = ACTIONS(5616), - [anon_sym_LT_LT_EQ] = ACTIONS(5616), - [anon_sym_GT_GT_EQ] = ACTIONS(5616), - [anon_sym_AMP_EQ] = ACTIONS(5616), - [anon_sym_CARET_EQ] = ACTIONS(5616), - [anon_sym_PIPE_EQ] = ACTIONS(5616), - [anon_sym_and_eq] = ACTIONS(5614), - [anon_sym_or_eq] = ACTIONS(5614), - [anon_sym_xor_eq] = ACTIONS(5614), - [anon_sym_LT_EQ_GT] = ACTIONS(5616), - [anon_sym_or] = ACTIONS(5614), - [anon_sym_and] = ACTIONS(5614), - [anon_sym_bitor] = ACTIONS(5614), - [anon_sym_xor] = ACTIONS(5614), - [anon_sym_bitand] = ACTIONS(5614), - [anon_sym_not_eq] = ACTIONS(5614), - [anon_sym_DASH_DASH] = ACTIONS(5616), - [anon_sym_PLUS_PLUS] = ACTIONS(5616), - [anon_sym_DOT] = ACTIONS(5614), - [anon_sym_DOT_STAR] = ACTIONS(5616), - [anon_sym_DASH_GT] = ACTIONS(5616), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5614), - [anon_sym_decltype] = ACTIONS(5614), + [2274] = { + [sym_identifier] = ACTIONS(6174), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6176), + [anon_sym_COMMA] = ACTIONS(6176), + [anon_sym_RPAREN] = ACTIONS(6176), + [aux_sym_preproc_if_token2] = ACTIONS(6176), + [aux_sym_preproc_else_token1] = ACTIONS(6176), + [aux_sym_preproc_elif_token1] = ACTIONS(6174), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6176), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6176), + [anon_sym_LPAREN2] = ACTIONS(6176), + [anon_sym_DASH] = ACTIONS(6174), + [anon_sym_PLUS] = ACTIONS(6174), + [anon_sym_STAR] = ACTIONS(6174), + [anon_sym_SLASH] = ACTIONS(6174), + [anon_sym_PERCENT] = ACTIONS(6174), + [anon_sym_PIPE_PIPE] = ACTIONS(6176), + [anon_sym_AMP_AMP] = ACTIONS(6176), + [anon_sym_PIPE] = ACTIONS(6174), + [anon_sym_CARET] = ACTIONS(6174), + [anon_sym_AMP] = ACTIONS(6174), + [anon_sym_EQ_EQ] = ACTIONS(6176), + [anon_sym_BANG_EQ] = ACTIONS(6176), + [anon_sym_GT] = ACTIONS(6174), + [anon_sym_GT_EQ] = ACTIONS(6176), + [anon_sym_LT_EQ] = ACTIONS(6174), + [anon_sym_LT] = ACTIONS(6174), + [anon_sym_LT_LT] = ACTIONS(6174), + [anon_sym_GT_GT] = ACTIONS(6174), + [anon_sym_SEMI] = ACTIONS(6176), + [anon_sym___attribute__] = ACTIONS(6174), + [anon_sym___attribute] = ACTIONS(6174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6176), + [anon_sym_LBRACE] = ACTIONS(6176), + [anon_sym_RBRACE] = ACTIONS(6176), + [anon_sym_LBRACK] = ACTIONS(6174), + [anon_sym_RBRACK] = ACTIONS(6176), + [anon_sym_EQ] = ACTIONS(6174), + [anon_sym_COLON] = ACTIONS(6176), + [anon_sym_QMARK] = ACTIONS(6176), + [anon_sym_STAR_EQ] = ACTIONS(6176), + [anon_sym_SLASH_EQ] = ACTIONS(6176), + [anon_sym_PERCENT_EQ] = ACTIONS(6176), + [anon_sym_PLUS_EQ] = ACTIONS(6176), + [anon_sym_DASH_EQ] = ACTIONS(6176), + [anon_sym_LT_LT_EQ] = ACTIONS(6176), + [anon_sym_GT_GT_EQ] = ACTIONS(6176), + [anon_sym_AMP_EQ] = ACTIONS(6176), + [anon_sym_CARET_EQ] = ACTIONS(6176), + [anon_sym_PIPE_EQ] = ACTIONS(6176), + [anon_sym_and_eq] = ACTIONS(6174), + [anon_sym_or_eq] = ACTIONS(6174), + [anon_sym_xor_eq] = ACTIONS(6174), + [anon_sym_LT_EQ_GT] = ACTIONS(6176), + [anon_sym_or] = ACTIONS(6174), + [anon_sym_and] = ACTIONS(6174), + [anon_sym_bitor] = ACTIONS(6174), + [anon_sym_xor] = ACTIONS(6174), + [anon_sym_bitand] = ACTIONS(6174), + [anon_sym_not_eq] = ACTIONS(6174), + [anon_sym_DASH_DASH] = ACTIONS(6176), + [anon_sym_PLUS_PLUS] = ACTIONS(6176), + [anon_sym_DOT] = ACTIONS(6174), + [anon_sym_DOT_STAR] = ACTIONS(6176), + [anon_sym_DASH_GT] = ACTIONS(6176), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6174), }, - [2251] = { + [2275] = { [sym_identifier] = ACTIONS(5610), [anon_sym_DOT_DOT_DOT] = ACTIONS(5612), [anon_sym_COMMA] = ACTIONS(5612), @@ -290971,1166 +292603,894 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5610), [anon_sym_decltype] = ACTIONS(5610), }, - [2252] = { - [sym_string_literal] = STATE(2270), - [sym_raw_string_literal] = STATE(2270), - [aux_sym_concatenated_string_repeat1] = STATE(2270), - [sym_identifier] = ACTIONS(6161), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5423), - [anon_sym_COMMA] = ACTIONS(5423), - [anon_sym_LPAREN2] = ACTIONS(5423), - [anon_sym_DASH] = ACTIONS(5425), - [anon_sym_PLUS] = ACTIONS(5425), - [anon_sym_STAR] = ACTIONS(5425), - [anon_sym_SLASH] = ACTIONS(5425), - [anon_sym_PERCENT] = ACTIONS(5425), - [anon_sym_PIPE_PIPE] = ACTIONS(5423), - [anon_sym_AMP_AMP] = ACTIONS(5423), - [anon_sym_PIPE] = ACTIONS(5425), - [anon_sym_CARET] = ACTIONS(5425), - [anon_sym_AMP] = ACTIONS(5425), - [anon_sym_EQ_EQ] = ACTIONS(5423), - [anon_sym_BANG_EQ] = ACTIONS(5423), - [anon_sym_GT] = ACTIONS(5425), - [anon_sym_GT_EQ] = ACTIONS(5425), - [anon_sym_LT_EQ] = ACTIONS(5425), - [anon_sym_LT] = ACTIONS(5425), - [anon_sym_LT_LT] = ACTIONS(5425), - [anon_sym_GT_GT] = ACTIONS(5425), - [anon_sym_LBRACK] = ACTIONS(5423), - [anon_sym_EQ] = ACTIONS(5425), - [anon_sym_QMARK] = ACTIONS(5423), - [anon_sym_STAR_EQ] = ACTIONS(5423), - [anon_sym_SLASH_EQ] = ACTIONS(5423), - [anon_sym_PERCENT_EQ] = ACTIONS(5423), - [anon_sym_PLUS_EQ] = ACTIONS(5423), - [anon_sym_DASH_EQ] = ACTIONS(5423), - [anon_sym_LT_LT_EQ] = ACTIONS(5423), - [anon_sym_GT_GT_EQ] = ACTIONS(5425), - [anon_sym_AMP_EQ] = ACTIONS(5423), - [anon_sym_CARET_EQ] = ACTIONS(5423), - [anon_sym_PIPE_EQ] = ACTIONS(5423), - [anon_sym_and_eq] = ACTIONS(5425), - [anon_sym_or_eq] = ACTIONS(5425), - [anon_sym_xor_eq] = ACTIONS(5425), - [anon_sym_LT_EQ_GT] = ACTIONS(5423), - [anon_sym_or] = ACTIONS(5425), - [anon_sym_and] = ACTIONS(5425), - [anon_sym_bitor] = ACTIONS(5425), - [anon_sym_xor] = ACTIONS(5425), - [anon_sym_bitand] = ACTIONS(5425), - [anon_sym_not_eq] = ACTIONS(5425), - [anon_sym_DASH_DASH] = ACTIONS(5423), - [anon_sym_PLUS_PLUS] = ACTIONS(5423), - [anon_sym_DOT] = ACTIONS(5425), - [anon_sym_DOT_STAR] = ACTIONS(5423), - [anon_sym_DASH_GT] = ACTIONS(5423), - [anon_sym_L_DQUOTE] = ACTIONS(6145), - [anon_sym_u_DQUOTE] = ACTIONS(6145), - [anon_sym_U_DQUOTE] = ACTIONS(6145), - [anon_sym_u8_DQUOTE] = ACTIONS(6145), - [anon_sym_DQUOTE] = ACTIONS(6145), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(5423), - [anon_sym_R_DQUOTE] = ACTIONS(6147), - [anon_sym_LR_DQUOTE] = ACTIONS(6147), - [anon_sym_uR_DQUOTE] = ACTIONS(6147), - [anon_sym_UR_DQUOTE] = ACTIONS(6147), - [anon_sym_u8R_DQUOTE] = ACTIONS(6147), - [sym_literal_suffix] = ACTIONS(5425), - }, - [2253] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(5676), - [anon_sym_COMMA] = ACTIONS(5676), - [anon_sym_RPAREN] = ACTIONS(5676), - [anon_sym_LPAREN2] = ACTIONS(5676), - [anon_sym_DASH] = ACTIONS(5674), - [anon_sym_PLUS] = ACTIONS(5674), - [anon_sym_STAR] = ACTIONS(5674), - [anon_sym_SLASH] = ACTIONS(5674), - [anon_sym_PERCENT] = ACTIONS(5674), - [anon_sym_PIPE_PIPE] = ACTIONS(5676), - [anon_sym_AMP_AMP] = ACTIONS(5676), - [anon_sym_PIPE] = ACTIONS(5674), - [anon_sym_CARET] = ACTIONS(5674), - [anon_sym_AMP] = ACTIONS(5674), - [anon_sym_EQ_EQ] = ACTIONS(5676), - [anon_sym_BANG_EQ] = ACTIONS(5676), - [anon_sym_GT] = ACTIONS(5674), - [anon_sym_GT_EQ] = ACTIONS(5676), - [anon_sym_LT_EQ] = ACTIONS(5674), - [anon_sym_LT] = ACTIONS(5674), - [anon_sym_LT_LT] = ACTIONS(5674), - [anon_sym_GT_GT] = ACTIONS(5674), - [anon_sym_SEMI] = ACTIONS(5676), - [anon_sym_RBRACE] = ACTIONS(5676), - [anon_sym_LBRACK] = ACTIONS(5676), - [anon_sym_RBRACK] = ACTIONS(5676), - [anon_sym_EQ] = ACTIONS(5674), - [anon_sym_COLON] = ACTIONS(5676), - [anon_sym_QMARK] = ACTIONS(5676), - [anon_sym_STAR_EQ] = ACTIONS(5676), - [anon_sym_SLASH_EQ] = ACTIONS(5676), - [anon_sym_PERCENT_EQ] = ACTIONS(5676), - [anon_sym_PLUS_EQ] = ACTIONS(5676), - [anon_sym_DASH_EQ] = ACTIONS(5676), - [anon_sym_LT_LT_EQ] = ACTIONS(5676), - [anon_sym_GT_GT_EQ] = ACTIONS(5676), - [anon_sym_AMP_EQ] = ACTIONS(5676), - [anon_sym_CARET_EQ] = ACTIONS(5676), - [anon_sym_PIPE_EQ] = ACTIONS(5676), - [anon_sym_and_eq] = ACTIONS(5674), - [anon_sym_or_eq] = ACTIONS(5674), - [anon_sym_xor_eq] = ACTIONS(5674), - [anon_sym_LT_EQ_GT] = ACTIONS(5676), - [anon_sym_or] = ACTIONS(5674), - [anon_sym_and] = ACTIONS(5674), - [anon_sym_bitor] = ACTIONS(5674), - [anon_sym_xor] = ACTIONS(5674), - [anon_sym_bitand] = ACTIONS(5674), - [anon_sym_not_eq] = ACTIONS(5674), - [anon_sym_DASH_DASH] = ACTIONS(5676), - [anon_sym_PLUS_PLUS] = ACTIONS(5676), - [anon_sym_DOT] = ACTIONS(5674), - [anon_sym_DOT_STAR] = ACTIONS(5676), - [anon_sym_DASH_GT] = ACTIONS(5676), - [anon_sym_L_DQUOTE] = ACTIONS(5676), - [anon_sym_u_DQUOTE] = ACTIONS(5676), - [anon_sym_U_DQUOTE] = ACTIONS(5676), - [anon_sym_u8_DQUOTE] = ACTIONS(5676), - [anon_sym_DQUOTE] = ACTIONS(5676), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5676), - [anon_sym_LR_DQUOTE] = ACTIONS(5676), - [anon_sym_uR_DQUOTE] = ACTIONS(5676), - [anon_sym_UR_DQUOTE] = ACTIONS(5676), - [anon_sym_u8R_DQUOTE] = ACTIONS(5676), - [sym_literal_suffix] = ACTIONS(5674), + [2276] = { + [sym_identifier] = ACTIONS(6178), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6180), + [anon_sym_COMMA] = ACTIONS(6180), + [anon_sym_RPAREN] = ACTIONS(6180), + [aux_sym_preproc_if_token2] = ACTIONS(6180), + [aux_sym_preproc_else_token1] = ACTIONS(6180), + [aux_sym_preproc_elif_token1] = ACTIONS(6178), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6180), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6180), + [anon_sym_LPAREN2] = ACTIONS(6180), + [anon_sym_DASH] = ACTIONS(6178), + [anon_sym_PLUS] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(6178), + [anon_sym_SLASH] = ACTIONS(6178), + [anon_sym_PERCENT] = ACTIONS(6178), + [anon_sym_PIPE_PIPE] = ACTIONS(6180), + [anon_sym_AMP_AMP] = ACTIONS(6180), + [anon_sym_PIPE] = ACTIONS(6178), + [anon_sym_CARET] = ACTIONS(6178), + [anon_sym_AMP] = ACTIONS(6178), + [anon_sym_EQ_EQ] = ACTIONS(6180), + [anon_sym_BANG_EQ] = ACTIONS(6180), + [anon_sym_GT] = ACTIONS(6178), + [anon_sym_GT_EQ] = ACTIONS(6180), + [anon_sym_LT_EQ] = ACTIONS(6178), + [anon_sym_LT] = ACTIONS(6178), + [anon_sym_LT_LT] = ACTIONS(6178), + [anon_sym_GT_GT] = ACTIONS(6178), + [anon_sym_SEMI] = ACTIONS(6180), + [anon_sym___attribute__] = ACTIONS(6178), + [anon_sym___attribute] = ACTIONS(6178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6180), + [anon_sym_LBRACE] = ACTIONS(6180), + [anon_sym_RBRACE] = ACTIONS(6180), + [anon_sym_LBRACK] = ACTIONS(6178), + [anon_sym_RBRACK] = ACTIONS(6180), + [anon_sym_EQ] = ACTIONS(6178), + [anon_sym_COLON] = ACTIONS(6180), + [anon_sym_QMARK] = ACTIONS(6180), + [anon_sym_STAR_EQ] = ACTIONS(6180), + [anon_sym_SLASH_EQ] = ACTIONS(6180), + [anon_sym_PERCENT_EQ] = ACTIONS(6180), + [anon_sym_PLUS_EQ] = ACTIONS(6180), + [anon_sym_DASH_EQ] = ACTIONS(6180), + [anon_sym_LT_LT_EQ] = ACTIONS(6180), + [anon_sym_GT_GT_EQ] = ACTIONS(6180), + [anon_sym_AMP_EQ] = ACTIONS(6180), + [anon_sym_CARET_EQ] = ACTIONS(6180), + [anon_sym_PIPE_EQ] = ACTIONS(6180), + [anon_sym_and_eq] = ACTIONS(6178), + [anon_sym_or_eq] = ACTIONS(6178), + [anon_sym_xor_eq] = ACTIONS(6178), + [anon_sym_LT_EQ_GT] = ACTIONS(6180), + [anon_sym_or] = ACTIONS(6178), + [anon_sym_and] = ACTIONS(6178), + [anon_sym_bitor] = ACTIONS(6178), + [anon_sym_xor] = ACTIONS(6178), + [anon_sym_bitand] = ACTIONS(6178), + [anon_sym_not_eq] = ACTIONS(6178), + [anon_sym_DASH_DASH] = ACTIONS(6180), + [anon_sym_PLUS_PLUS] = ACTIONS(6180), + [anon_sym_DOT] = ACTIONS(6178), + [anon_sym_DOT_STAR] = ACTIONS(6180), + [anon_sym_DASH_GT] = ACTIONS(6180), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6178), }, - [2254] = { - [sym_identifier] = ACTIONS(5468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5470), - [anon_sym_COMMA] = ACTIONS(5470), - [anon_sym_RPAREN] = ACTIONS(5470), - [aux_sym_preproc_if_token2] = ACTIONS(5470), - [aux_sym_preproc_else_token1] = ACTIONS(5470), - [aux_sym_preproc_elif_token1] = ACTIONS(5468), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5470), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5470), - [anon_sym_LPAREN2] = ACTIONS(5470), - [anon_sym_DASH] = ACTIONS(5468), - [anon_sym_PLUS] = ACTIONS(5468), - [anon_sym_STAR] = ACTIONS(5468), - [anon_sym_SLASH] = ACTIONS(5468), - [anon_sym_PERCENT] = ACTIONS(5468), - [anon_sym_PIPE_PIPE] = ACTIONS(5470), - [anon_sym_AMP_AMP] = ACTIONS(5470), - [anon_sym_PIPE] = ACTIONS(5468), - [anon_sym_CARET] = ACTIONS(5468), - [anon_sym_AMP] = ACTIONS(5468), - [anon_sym_EQ_EQ] = ACTIONS(5470), - [anon_sym_BANG_EQ] = ACTIONS(5470), - [anon_sym_GT] = ACTIONS(5468), - [anon_sym_GT_EQ] = ACTIONS(5470), - [anon_sym_LT_EQ] = ACTIONS(5468), - [anon_sym_LT] = ACTIONS(5468), - [anon_sym_LT_LT] = ACTIONS(5468), - [anon_sym_GT_GT] = ACTIONS(5468), - [anon_sym_SEMI] = ACTIONS(5470), - [anon_sym___attribute__] = ACTIONS(5468), - [anon_sym___attribute] = ACTIONS(5468), - [anon_sym_LBRACE] = ACTIONS(5470), - [anon_sym_RBRACE] = ACTIONS(5470), - [anon_sym_LBRACK] = ACTIONS(5470), - [anon_sym_RBRACK] = ACTIONS(5470), - [anon_sym_EQ] = ACTIONS(5468), - [anon_sym_COLON] = ACTIONS(5470), - [anon_sym_QMARK] = ACTIONS(5470), - [anon_sym_STAR_EQ] = ACTIONS(5470), - [anon_sym_SLASH_EQ] = ACTIONS(5470), - [anon_sym_PERCENT_EQ] = ACTIONS(5470), - [anon_sym_PLUS_EQ] = ACTIONS(5470), - [anon_sym_DASH_EQ] = ACTIONS(5470), - [anon_sym_LT_LT_EQ] = ACTIONS(5470), - [anon_sym_GT_GT_EQ] = ACTIONS(5470), - [anon_sym_AMP_EQ] = ACTIONS(5470), - [anon_sym_CARET_EQ] = ACTIONS(5470), - [anon_sym_PIPE_EQ] = ACTIONS(5470), - [anon_sym_and_eq] = ACTIONS(5468), - [anon_sym_or_eq] = ACTIONS(5468), - [anon_sym_xor_eq] = ACTIONS(5468), - [anon_sym_LT_EQ_GT] = ACTIONS(5470), - [anon_sym_or] = ACTIONS(5468), - [anon_sym_and] = ACTIONS(5468), - [anon_sym_bitor] = ACTIONS(5468), - [anon_sym_xor] = ACTIONS(5468), - [anon_sym_bitand] = ACTIONS(5468), - [anon_sym_not_eq] = ACTIONS(5468), - [anon_sym_DASH_DASH] = ACTIONS(5470), - [anon_sym_PLUS_PLUS] = ACTIONS(5470), - [anon_sym_DOT] = ACTIONS(5468), - [anon_sym_DOT_STAR] = ACTIONS(5470), - [anon_sym_DASH_GT] = ACTIONS(5470), + [2277] = { + [sym_argument_list] = STATE(2469), + [sym_initializer_list] = STATE(2469), + [sym_identifier] = ACTIONS(6182), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6184), + [anon_sym_COMMA] = ACTIONS(6184), + [anon_sym_RPAREN] = ACTIONS(6184), + [aux_sym_preproc_if_token2] = ACTIONS(6184), + [aux_sym_preproc_else_token1] = ACTIONS(6184), + [aux_sym_preproc_elif_token1] = ACTIONS(6182), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6184), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6184), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(6182), + [anon_sym_PLUS] = ACTIONS(6182), + [anon_sym_STAR] = ACTIONS(6182), + [anon_sym_SLASH] = ACTIONS(6182), + [anon_sym_PERCENT] = ACTIONS(6182), + [anon_sym_PIPE_PIPE] = ACTIONS(6184), + [anon_sym_AMP_AMP] = ACTIONS(6184), + [anon_sym_PIPE] = ACTIONS(6182), + [anon_sym_CARET] = ACTIONS(6182), + [anon_sym_AMP] = ACTIONS(6182), + [anon_sym_EQ_EQ] = ACTIONS(6184), + [anon_sym_BANG_EQ] = ACTIONS(6184), + [anon_sym_GT] = ACTIONS(6182), + [anon_sym_GT_EQ] = ACTIONS(6184), + [anon_sym_LT_EQ] = ACTIONS(6182), + [anon_sym_LT] = ACTIONS(6182), + [anon_sym_LT_LT] = ACTIONS(6182), + [anon_sym_GT_GT] = ACTIONS(6182), + [anon_sym_SEMI] = ACTIONS(6184), + [anon_sym___attribute__] = ACTIONS(6182), + [anon_sym___attribute] = ACTIONS(6182), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(6184), + [anon_sym_LBRACK] = ACTIONS(6184), + [anon_sym_RBRACK] = ACTIONS(6184), + [anon_sym_EQ] = ACTIONS(6182), + [anon_sym_COLON] = ACTIONS(6184), + [anon_sym_QMARK] = ACTIONS(6184), + [anon_sym_STAR_EQ] = ACTIONS(6184), + [anon_sym_SLASH_EQ] = ACTIONS(6184), + [anon_sym_PERCENT_EQ] = ACTIONS(6184), + [anon_sym_PLUS_EQ] = ACTIONS(6184), + [anon_sym_DASH_EQ] = ACTIONS(6184), + [anon_sym_LT_LT_EQ] = ACTIONS(6184), + [anon_sym_GT_GT_EQ] = ACTIONS(6184), + [anon_sym_AMP_EQ] = ACTIONS(6184), + [anon_sym_CARET_EQ] = ACTIONS(6184), + [anon_sym_PIPE_EQ] = ACTIONS(6184), + [anon_sym_and_eq] = ACTIONS(6182), + [anon_sym_or_eq] = ACTIONS(6182), + [anon_sym_xor_eq] = ACTIONS(6182), + [anon_sym_LT_EQ_GT] = ACTIONS(6184), + [anon_sym_or] = ACTIONS(6182), + [anon_sym_and] = ACTIONS(6182), + [anon_sym_bitor] = ACTIONS(6182), + [anon_sym_xor] = ACTIONS(6182), + [anon_sym_bitand] = ACTIONS(6182), + [anon_sym_not_eq] = ACTIONS(6182), + [anon_sym_DASH_DASH] = ACTIONS(6184), + [anon_sym_PLUS_PLUS] = ACTIONS(6184), + [anon_sym_DOT] = ACTIONS(6182), + [anon_sym_DOT_STAR] = ACTIONS(6184), + [anon_sym_DASH_GT] = ACTIONS(6184), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5468), - [anon_sym_decltype] = ACTIONS(5468), - }, - [2255] = { - [sym_identifier] = ACTIONS(5591), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [anon_sym_RPAREN] = ACTIONS(5593), - [aux_sym_preproc_if_token2] = ACTIONS(5593), - [aux_sym_preproc_else_token1] = ACTIONS(5593), - [aux_sym_preproc_elif_token1] = ACTIONS(5591), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5593), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5591), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5591), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5591), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5593), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5591), - [anon_sym_GT_GT] = ACTIONS(5591), - [anon_sym_SEMI] = ACTIONS(5593), - [anon_sym___attribute__] = ACTIONS(5591), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_RBRACE] = ACTIONS(5593), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_RBRACK] = ACTIONS(5593), - [anon_sym_EQ] = ACTIONS(5591), - [anon_sym_COLON] = ACTIONS(5593), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_STAR_EQ] = ACTIONS(5593), - [anon_sym_SLASH_EQ] = ACTIONS(5593), - [anon_sym_PERCENT_EQ] = ACTIONS(5593), - [anon_sym_PLUS_EQ] = ACTIONS(5593), - [anon_sym_DASH_EQ] = ACTIONS(5593), - [anon_sym_LT_LT_EQ] = ACTIONS(5593), - [anon_sym_GT_GT_EQ] = ACTIONS(5593), - [anon_sym_AMP_EQ] = ACTIONS(5593), - [anon_sym_CARET_EQ] = ACTIONS(5593), - [anon_sym_PIPE_EQ] = ACTIONS(5593), - [anon_sym_and_eq] = ACTIONS(5591), - [anon_sym_or_eq] = ACTIONS(5591), - [anon_sym_xor_eq] = ACTIONS(5591), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5591), - [anon_sym_and] = ACTIONS(5591), - [anon_sym_bitor] = ACTIONS(5591), - [anon_sym_xor] = ACTIONS(5591), - [anon_sym_bitand] = ACTIONS(5591), - [anon_sym_not_eq] = ACTIONS(5591), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5591), - [anon_sym_decltype] = ACTIONS(5591), }, - [2256] = { - [sym_identifier] = ACTIONS(5587), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5589), - [anon_sym_COMMA] = ACTIONS(5589), - [anon_sym_RPAREN] = ACTIONS(5589), - [aux_sym_preproc_if_token2] = ACTIONS(5589), - [aux_sym_preproc_else_token1] = ACTIONS(5589), - [aux_sym_preproc_elif_token1] = ACTIONS(5587), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5589), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5589), - [anon_sym_LPAREN2] = ACTIONS(5589), - [anon_sym_DASH] = ACTIONS(5587), - [anon_sym_PLUS] = ACTIONS(5587), - [anon_sym_STAR] = ACTIONS(5587), - [anon_sym_SLASH] = ACTIONS(5587), - [anon_sym_PERCENT] = ACTIONS(5587), - [anon_sym_PIPE_PIPE] = ACTIONS(5589), - [anon_sym_AMP_AMP] = ACTIONS(5589), - [anon_sym_PIPE] = ACTIONS(5587), - [anon_sym_CARET] = ACTIONS(5587), - [anon_sym_AMP] = ACTIONS(5587), - [anon_sym_EQ_EQ] = ACTIONS(5589), - [anon_sym_BANG_EQ] = ACTIONS(5589), - [anon_sym_GT] = ACTIONS(5587), - [anon_sym_GT_EQ] = ACTIONS(5589), - [anon_sym_LT_EQ] = ACTIONS(5587), - [anon_sym_LT] = ACTIONS(5587), - [anon_sym_LT_LT] = ACTIONS(5587), - [anon_sym_GT_GT] = ACTIONS(5587), - [anon_sym_SEMI] = ACTIONS(5589), - [anon_sym___attribute__] = ACTIONS(5587), - [anon_sym___attribute] = ACTIONS(5587), - [anon_sym_LBRACE] = ACTIONS(5589), - [anon_sym_RBRACE] = ACTIONS(5589), - [anon_sym_LBRACK] = ACTIONS(5589), - [anon_sym_RBRACK] = ACTIONS(5589), - [anon_sym_EQ] = ACTIONS(5587), - [anon_sym_COLON] = ACTIONS(5589), - [anon_sym_QMARK] = ACTIONS(5589), - [anon_sym_STAR_EQ] = ACTIONS(5589), - [anon_sym_SLASH_EQ] = ACTIONS(5589), - [anon_sym_PERCENT_EQ] = ACTIONS(5589), - [anon_sym_PLUS_EQ] = ACTIONS(5589), - [anon_sym_DASH_EQ] = ACTIONS(5589), - [anon_sym_LT_LT_EQ] = ACTIONS(5589), - [anon_sym_GT_GT_EQ] = ACTIONS(5589), - [anon_sym_AMP_EQ] = ACTIONS(5589), - [anon_sym_CARET_EQ] = ACTIONS(5589), - [anon_sym_PIPE_EQ] = ACTIONS(5589), - [anon_sym_and_eq] = ACTIONS(5587), - [anon_sym_or_eq] = ACTIONS(5587), - [anon_sym_xor_eq] = ACTIONS(5587), - [anon_sym_LT_EQ_GT] = ACTIONS(5589), - [anon_sym_or] = ACTIONS(5587), - [anon_sym_and] = ACTIONS(5587), - [anon_sym_bitor] = ACTIONS(5587), - [anon_sym_xor] = ACTIONS(5587), - [anon_sym_bitand] = ACTIONS(5587), - [anon_sym_not_eq] = ACTIONS(5587), - [anon_sym_DASH_DASH] = ACTIONS(5589), - [anon_sym_PLUS_PLUS] = ACTIONS(5589), - [anon_sym_DOT] = ACTIONS(5587), - [anon_sym_DOT_STAR] = ACTIONS(5589), - [anon_sym_DASH_GT] = ACTIONS(5589), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5587), - [anon_sym_decltype] = ACTIONS(5587), - }, - [2257] = { - [sym_template_argument_list] = STATE(2094), - [aux_sym_sized_type_specifier_repeat1] = STATE(2278), - [sym_identifier] = ACTIONS(4107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4115), - [anon_sym_COMMA] = ACTIONS(4115), - [aux_sym_preproc_if_token2] = ACTIONS(4115), - [aux_sym_preproc_else_token1] = ACTIONS(4115), - [aux_sym_preproc_elif_token1] = ACTIONS(4107), - [aux_sym_preproc_elifdef_token1] = ACTIONS(4115), - [aux_sym_preproc_elifdef_token2] = ACTIONS(4115), - [anon_sym_LPAREN2] = ACTIONS(4115), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_PIPE_PIPE] = ACTIONS(4115), - [anon_sym_AMP_AMP] = ACTIONS(4115), - [anon_sym_PIPE] = ACTIONS(4107), - [anon_sym_CARET] = ACTIONS(4107), - [anon_sym_AMP] = ACTIONS(4107), - [anon_sym_EQ_EQ] = ACTIONS(4115), - [anon_sym_BANG_EQ] = ACTIONS(4115), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_GT_EQ] = ACTIONS(4115), - [anon_sym_LT_EQ] = ACTIONS(4107), - [anon_sym_LT] = ACTIONS(5752), - [anon_sym_LT_LT] = ACTIONS(4107), - [anon_sym_GT_GT] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4115), - [anon_sym_signed] = ACTIONS(5912), - [anon_sym_unsigned] = ACTIONS(5912), - [anon_sym_long] = ACTIONS(5912), - [anon_sym_short] = ACTIONS(5912), - [anon_sym_LBRACK] = ACTIONS(4115), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_QMARK] = ACTIONS(4115), - [anon_sym_STAR_EQ] = ACTIONS(4115), - [anon_sym_SLASH_EQ] = ACTIONS(4115), - [anon_sym_PERCENT_EQ] = ACTIONS(4115), - [anon_sym_PLUS_EQ] = ACTIONS(4115), - [anon_sym_DASH_EQ] = ACTIONS(4115), - [anon_sym_LT_LT_EQ] = ACTIONS(4115), - [anon_sym_GT_GT_EQ] = ACTIONS(4115), - [anon_sym_AMP_EQ] = ACTIONS(4115), - [anon_sym_CARET_EQ] = ACTIONS(4115), - [anon_sym_PIPE_EQ] = ACTIONS(4115), - [anon_sym_and_eq] = ACTIONS(4107), - [anon_sym_or_eq] = ACTIONS(4107), - [anon_sym_xor_eq] = ACTIONS(4107), - [anon_sym_LT_EQ_GT] = ACTIONS(4115), - [anon_sym_or] = ACTIONS(4107), - [anon_sym_and] = ACTIONS(4107), - [anon_sym_bitor] = ACTIONS(4107), - [anon_sym_xor] = ACTIONS(4107), - [anon_sym_bitand] = ACTIONS(4107), - [anon_sym_not_eq] = ACTIONS(4107), - [anon_sym_DASH_DASH] = ACTIONS(4115), - [anon_sym_PLUS_PLUS] = ACTIONS(4115), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_DOT_STAR] = ACTIONS(4115), - [anon_sym_DASH_GT] = ACTIONS(4115), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4107), - [anon_sym_decltype] = ACTIONS(4107), + [2278] = { + [sym_identifier] = ACTIONS(5496), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5498), + [anon_sym_COMMA] = ACTIONS(5498), + [anon_sym_RPAREN] = ACTIONS(5498), + [aux_sym_preproc_if_token2] = ACTIONS(5498), + [aux_sym_preproc_else_token1] = ACTIONS(5498), + [aux_sym_preproc_elif_token1] = ACTIONS(5496), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5498), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5498), + [anon_sym_LPAREN2] = ACTIONS(5498), + [anon_sym_DASH] = ACTIONS(5496), + [anon_sym_PLUS] = ACTIONS(5496), + [anon_sym_STAR] = ACTIONS(5496), + [anon_sym_SLASH] = ACTIONS(5496), + [anon_sym_PERCENT] = ACTIONS(5496), + [anon_sym_PIPE_PIPE] = ACTIONS(5498), + [anon_sym_AMP_AMP] = ACTIONS(5498), + [anon_sym_PIPE] = ACTIONS(5496), + [anon_sym_CARET] = ACTIONS(5496), + [anon_sym_AMP] = ACTIONS(5496), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_GT] = ACTIONS(5496), + [anon_sym_GT_EQ] = ACTIONS(5498), + [anon_sym_LT_EQ] = ACTIONS(5496), + [anon_sym_LT] = ACTIONS(5496), + [anon_sym_LT_LT] = ACTIONS(5496), + [anon_sym_GT_GT] = ACTIONS(5496), + [anon_sym_SEMI] = ACTIONS(5498), + [anon_sym___attribute__] = ACTIONS(5496), + [anon_sym___attribute] = ACTIONS(5496), + [anon_sym_LBRACE] = ACTIONS(5498), + [anon_sym_RBRACE] = ACTIONS(5498), + [anon_sym_LBRACK] = ACTIONS(5498), + [anon_sym_RBRACK] = ACTIONS(5498), + [anon_sym_EQ] = ACTIONS(5496), + [anon_sym_COLON] = ACTIONS(5498), + [anon_sym_QMARK] = ACTIONS(5498), + [anon_sym_STAR_EQ] = ACTIONS(5498), + [anon_sym_SLASH_EQ] = ACTIONS(5498), + [anon_sym_PERCENT_EQ] = ACTIONS(5498), + [anon_sym_PLUS_EQ] = ACTIONS(5498), + [anon_sym_DASH_EQ] = ACTIONS(5498), + [anon_sym_LT_LT_EQ] = ACTIONS(5498), + [anon_sym_GT_GT_EQ] = ACTIONS(5498), + [anon_sym_AMP_EQ] = ACTIONS(5498), + [anon_sym_CARET_EQ] = ACTIONS(5498), + [anon_sym_PIPE_EQ] = ACTIONS(5498), + [anon_sym_and_eq] = ACTIONS(5496), + [anon_sym_or_eq] = ACTIONS(5496), + [anon_sym_xor_eq] = ACTIONS(5496), + [anon_sym_LT_EQ_GT] = ACTIONS(5498), + [anon_sym_or] = ACTIONS(5496), + [anon_sym_and] = ACTIONS(5496), + [anon_sym_bitor] = ACTIONS(5496), + [anon_sym_xor] = ACTIONS(5496), + [anon_sym_bitand] = ACTIONS(5496), + [anon_sym_not_eq] = ACTIONS(5496), + [anon_sym_DASH_DASH] = ACTIONS(5498), + [anon_sym_PLUS_PLUS] = ACTIONS(5498), + [anon_sym_DOT] = ACTIONS(5496), + [anon_sym_DOT_STAR] = ACTIONS(5498), + [anon_sym_DASH_GT] = ACTIONS(5498), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5496), + [anon_sym_decltype] = ACTIONS(5496), }, - [2258] = { - [sym_identifier] = ACTIONS(5581), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5583), - [anon_sym_COMMA] = ACTIONS(5583), - [anon_sym_RPAREN] = ACTIONS(5583), - [aux_sym_preproc_if_token2] = ACTIONS(5583), - [aux_sym_preproc_else_token1] = ACTIONS(5583), - [aux_sym_preproc_elif_token1] = ACTIONS(5581), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5583), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5583), - [anon_sym_LPAREN2] = ACTIONS(5583), - [anon_sym_DASH] = ACTIONS(5581), - [anon_sym_PLUS] = ACTIONS(5581), - [anon_sym_STAR] = ACTIONS(5581), - [anon_sym_SLASH] = ACTIONS(5581), - [anon_sym_PERCENT] = ACTIONS(5581), - [anon_sym_PIPE_PIPE] = ACTIONS(5583), - [anon_sym_AMP_AMP] = ACTIONS(5583), - [anon_sym_PIPE] = ACTIONS(5581), - [anon_sym_CARET] = ACTIONS(5581), - [anon_sym_AMP] = ACTIONS(5581), - [anon_sym_EQ_EQ] = ACTIONS(5583), - [anon_sym_BANG_EQ] = ACTIONS(5583), - [anon_sym_GT] = ACTIONS(5581), - [anon_sym_GT_EQ] = ACTIONS(5583), - [anon_sym_LT_EQ] = ACTIONS(5581), - [anon_sym_LT] = ACTIONS(5581), - [anon_sym_LT_LT] = ACTIONS(5581), - [anon_sym_GT_GT] = ACTIONS(5581), - [anon_sym_SEMI] = ACTIONS(5583), - [anon_sym___attribute__] = ACTIONS(5581), - [anon_sym___attribute] = ACTIONS(5581), - [anon_sym_LBRACE] = ACTIONS(5583), - [anon_sym_RBRACE] = ACTIONS(5583), - [anon_sym_LBRACK] = ACTIONS(5583), - [anon_sym_RBRACK] = ACTIONS(5583), - [anon_sym_EQ] = ACTIONS(5581), - [anon_sym_COLON] = ACTIONS(5583), - [anon_sym_QMARK] = ACTIONS(5583), - [anon_sym_STAR_EQ] = ACTIONS(5583), - [anon_sym_SLASH_EQ] = ACTIONS(5583), - [anon_sym_PERCENT_EQ] = ACTIONS(5583), - [anon_sym_PLUS_EQ] = ACTIONS(5583), - [anon_sym_DASH_EQ] = ACTIONS(5583), - [anon_sym_LT_LT_EQ] = ACTIONS(5583), - [anon_sym_GT_GT_EQ] = ACTIONS(5583), - [anon_sym_AMP_EQ] = ACTIONS(5583), - [anon_sym_CARET_EQ] = ACTIONS(5583), - [anon_sym_PIPE_EQ] = ACTIONS(5583), - [anon_sym_and_eq] = ACTIONS(5581), - [anon_sym_or_eq] = ACTIONS(5581), - [anon_sym_xor_eq] = ACTIONS(5581), - [anon_sym_LT_EQ_GT] = ACTIONS(5583), - [anon_sym_or] = ACTIONS(5581), - [anon_sym_and] = ACTIONS(5581), - [anon_sym_bitor] = ACTIONS(5581), - [anon_sym_xor] = ACTIONS(5581), - [anon_sym_bitand] = ACTIONS(5581), - [anon_sym_not_eq] = ACTIONS(5581), - [anon_sym_DASH_DASH] = ACTIONS(5583), - [anon_sym_PLUS_PLUS] = ACTIONS(5583), - [anon_sym_DOT] = ACTIONS(5581), - [anon_sym_DOT_STAR] = ACTIONS(5583), - [anon_sym_DASH_GT] = ACTIONS(5583), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5581), - [anon_sym_decltype] = ACTIONS(5581), + [2279] = { + [sym_identifier] = ACTIONS(5500), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5502), + [anon_sym_COMMA] = ACTIONS(5502), + [anon_sym_RPAREN] = ACTIONS(5502), + [aux_sym_preproc_if_token2] = ACTIONS(5502), + [aux_sym_preproc_else_token1] = ACTIONS(5502), + [aux_sym_preproc_elif_token1] = ACTIONS(5500), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5502), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5502), + [anon_sym_LPAREN2] = ACTIONS(5502), + [anon_sym_DASH] = ACTIONS(5500), + [anon_sym_PLUS] = ACTIONS(5500), + [anon_sym_STAR] = ACTIONS(5500), + [anon_sym_SLASH] = ACTIONS(5500), + [anon_sym_PERCENT] = ACTIONS(5500), + [anon_sym_PIPE_PIPE] = ACTIONS(5502), + [anon_sym_AMP_AMP] = ACTIONS(5502), + [anon_sym_PIPE] = ACTIONS(5500), + [anon_sym_CARET] = ACTIONS(5500), + [anon_sym_AMP] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5502), + [anon_sym_BANG_EQ] = ACTIONS(5502), + [anon_sym_GT] = ACTIONS(5500), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_LT_EQ] = ACTIONS(5500), + [anon_sym_LT] = ACTIONS(5500), + [anon_sym_LT_LT] = ACTIONS(5500), + [anon_sym_GT_GT] = ACTIONS(5500), + [anon_sym_SEMI] = ACTIONS(5502), + [anon_sym___attribute__] = ACTIONS(5500), + [anon_sym___attribute] = ACTIONS(5500), + [anon_sym_LBRACE] = ACTIONS(5502), + [anon_sym_RBRACE] = ACTIONS(5502), + [anon_sym_LBRACK] = ACTIONS(5502), + [anon_sym_RBRACK] = ACTIONS(5502), + [anon_sym_EQ] = ACTIONS(5500), + [anon_sym_COLON] = ACTIONS(5502), + [anon_sym_QMARK] = ACTIONS(5502), + [anon_sym_STAR_EQ] = ACTIONS(5502), + [anon_sym_SLASH_EQ] = ACTIONS(5502), + [anon_sym_PERCENT_EQ] = ACTIONS(5502), + [anon_sym_PLUS_EQ] = ACTIONS(5502), + [anon_sym_DASH_EQ] = ACTIONS(5502), + [anon_sym_LT_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_GT_EQ] = ACTIONS(5502), + [anon_sym_AMP_EQ] = ACTIONS(5502), + [anon_sym_CARET_EQ] = ACTIONS(5502), + [anon_sym_PIPE_EQ] = ACTIONS(5502), + [anon_sym_and_eq] = ACTIONS(5500), + [anon_sym_or_eq] = ACTIONS(5500), + [anon_sym_xor_eq] = ACTIONS(5500), + [anon_sym_LT_EQ_GT] = ACTIONS(5502), + [anon_sym_or] = ACTIONS(5500), + [anon_sym_and] = ACTIONS(5500), + [anon_sym_bitor] = ACTIONS(5500), + [anon_sym_xor] = ACTIONS(5500), + [anon_sym_bitand] = ACTIONS(5500), + [anon_sym_not_eq] = ACTIONS(5500), + [anon_sym_DASH_DASH] = ACTIONS(5502), + [anon_sym_PLUS_PLUS] = ACTIONS(5502), + [anon_sym_DOT] = ACTIONS(5500), + [anon_sym_DOT_STAR] = ACTIONS(5502), + [anon_sym_DASH_GT] = ACTIONS(5502), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5500), + [anon_sym_decltype] = ACTIONS(5500), }, - [2259] = { - [sym_string_literal] = STATE(2238), - [sym_template_argument_list] = STATE(3414), - [sym_raw_string_literal] = STATE(2238), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4117), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(6163), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(4117), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_LT_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_GT_EQ] = ACTIONS(4117), - [anon_sym_AMP_EQ] = ACTIONS(4109), - [anon_sym_CARET_EQ] = ACTIONS(4109), - [anon_sym_PIPE_EQ] = ACTIONS(4109), - [anon_sym_and_eq] = ACTIONS(4109), - [anon_sym_or_eq] = ACTIONS(4109), - [anon_sym_xor_eq] = ACTIONS(4109), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(6145), - [anon_sym_u_DQUOTE] = ACTIONS(6145), - [anon_sym_U_DQUOTE] = ACTIONS(6145), - [anon_sym_u8_DQUOTE] = ACTIONS(6145), - [anon_sym_DQUOTE] = ACTIONS(6145), + [2280] = { + [sym_argument_list] = STATE(2482), + [sym_initializer_list] = STATE(2482), + [sym_identifier] = ACTIONS(6186), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6188), + [anon_sym_COMMA] = ACTIONS(6188), + [anon_sym_RPAREN] = ACTIONS(6188), + [aux_sym_preproc_if_token2] = ACTIONS(6188), + [aux_sym_preproc_else_token1] = ACTIONS(6188), + [aux_sym_preproc_elif_token1] = ACTIONS(6186), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6188), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6188), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(6186), + [anon_sym_PLUS] = ACTIONS(6186), + [anon_sym_STAR] = ACTIONS(6186), + [anon_sym_SLASH] = ACTIONS(6186), + [anon_sym_PERCENT] = ACTIONS(6186), + [anon_sym_PIPE_PIPE] = ACTIONS(6188), + [anon_sym_AMP_AMP] = ACTIONS(6188), + [anon_sym_PIPE] = ACTIONS(6186), + [anon_sym_CARET] = ACTIONS(6186), + [anon_sym_AMP] = ACTIONS(6186), + [anon_sym_EQ_EQ] = ACTIONS(6188), + [anon_sym_BANG_EQ] = ACTIONS(6188), + [anon_sym_GT] = ACTIONS(6186), + [anon_sym_GT_EQ] = ACTIONS(6188), + [anon_sym_LT_EQ] = ACTIONS(6186), + [anon_sym_LT] = ACTIONS(6186), + [anon_sym_LT_LT] = ACTIONS(6186), + [anon_sym_GT_GT] = ACTIONS(6186), + [anon_sym_SEMI] = ACTIONS(6188), + [anon_sym___attribute__] = ACTIONS(6186), + [anon_sym___attribute] = ACTIONS(6186), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(6188), + [anon_sym_LBRACK] = ACTIONS(6188), + [anon_sym_RBRACK] = ACTIONS(6188), + [anon_sym_EQ] = ACTIONS(6186), + [anon_sym_COLON] = ACTIONS(6188), + [anon_sym_QMARK] = ACTIONS(6188), + [anon_sym_STAR_EQ] = ACTIONS(6188), + [anon_sym_SLASH_EQ] = ACTIONS(6188), + [anon_sym_PERCENT_EQ] = ACTIONS(6188), + [anon_sym_PLUS_EQ] = ACTIONS(6188), + [anon_sym_DASH_EQ] = ACTIONS(6188), + [anon_sym_LT_LT_EQ] = ACTIONS(6188), + [anon_sym_GT_GT_EQ] = ACTIONS(6188), + [anon_sym_AMP_EQ] = ACTIONS(6188), + [anon_sym_CARET_EQ] = ACTIONS(6188), + [anon_sym_PIPE_EQ] = ACTIONS(6188), + [anon_sym_and_eq] = ACTIONS(6186), + [anon_sym_or_eq] = ACTIONS(6186), + [anon_sym_xor_eq] = ACTIONS(6186), + [anon_sym_LT_EQ_GT] = ACTIONS(6188), + [anon_sym_or] = ACTIONS(6186), + [anon_sym_and] = ACTIONS(6186), + [anon_sym_bitor] = ACTIONS(6186), + [anon_sym_xor] = ACTIONS(6186), + [anon_sym_bitand] = ACTIONS(6186), + [anon_sym_not_eq] = ACTIONS(6186), + [anon_sym_DASH_DASH] = ACTIONS(6188), + [anon_sym_PLUS_PLUS] = ACTIONS(6188), + [anon_sym_DOT] = ACTIONS(6186), + [anon_sym_DOT_STAR] = ACTIONS(6188), + [anon_sym_DASH_GT] = ACTIONS(6188), [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(4109), - [anon_sym_R_DQUOTE] = ACTIONS(6147), - [anon_sym_LR_DQUOTE] = ACTIONS(6147), - [anon_sym_uR_DQUOTE] = ACTIONS(6147), - [anon_sym_UR_DQUOTE] = ACTIONS(6147), - [anon_sym_u8R_DQUOTE] = ACTIONS(6147), }, - [2260] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5774), - [anon_sym_COMMA] = ACTIONS(5774), - [anon_sym_LPAREN2] = ACTIONS(5774), - [anon_sym_DASH] = ACTIONS(5776), - [anon_sym_PLUS] = ACTIONS(5776), - [anon_sym_STAR] = ACTIONS(5774), - [anon_sym_SLASH] = ACTIONS(5776), - [anon_sym_PERCENT] = ACTIONS(5774), - [anon_sym_PIPE_PIPE] = ACTIONS(5774), - [anon_sym_AMP_AMP] = ACTIONS(5774), - [anon_sym_PIPE] = ACTIONS(5776), - [anon_sym_CARET] = ACTIONS(5774), - [anon_sym_AMP] = ACTIONS(5776), - [anon_sym_EQ_EQ] = ACTIONS(5774), - [anon_sym_BANG_EQ] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(5776), - [anon_sym_GT_EQ] = ACTIONS(5776), - [anon_sym_LT_EQ] = ACTIONS(5776), - [anon_sym_LT] = ACTIONS(5776), - [anon_sym_LT_LT] = ACTIONS(5774), - [anon_sym_GT_GT] = ACTIONS(5776), - [anon_sym___extension__] = ACTIONS(5774), - [anon_sym___attribute__] = ACTIONS(5774), - [anon_sym___attribute] = ACTIONS(5776), - [anon_sym_LBRACE] = ACTIONS(5774), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5774), - [anon_sym_const] = ACTIONS(5776), - [anon_sym_constexpr] = ACTIONS(5774), - [anon_sym_volatile] = ACTIONS(5774), - [anon_sym_restrict] = ACTIONS(5774), - [anon_sym___restrict__] = ACTIONS(5774), - [anon_sym__Atomic] = ACTIONS(5774), - [anon_sym__Noreturn] = ACTIONS(5774), - [anon_sym_noreturn] = ACTIONS(5774), - [anon_sym__Nonnull] = ACTIONS(5774), - [anon_sym_mutable] = ACTIONS(5774), - [anon_sym_constinit] = ACTIONS(5774), - [anon_sym_consteval] = ACTIONS(5774), - [anon_sym_PROGMEM] = ACTIONS(5774), - [anon_sym_alignas] = ACTIONS(5774), - [anon_sym__Alignas] = ACTIONS(5774), - [anon_sym_QMARK] = ACTIONS(5774), - [anon_sym_LT_EQ_GT] = ACTIONS(5774), - [anon_sym_or] = ACTIONS(5774), - [anon_sym_and] = ACTIONS(5774), - [anon_sym_bitor] = ACTIONS(5774), - [anon_sym_xor] = ACTIONS(5774), - [anon_sym_bitand] = ACTIONS(5774), - [anon_sym_not_eq] = ACTIONS(5774), - [anon_sym_DASH_DASH] = ACTIONS(5774), - [anon_sym_PLUS_PLUS] = ACTIONS(5774), - [anon_sym_DOT] = ACTIONS(5776), - [anon_sym_DOT_STAR] = ACTIONS(5774), - [anon_sym_DASH_GT] = ACTIONS(5774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5774), - [anon_sym_decltype] = ACTIONS(5774), - [anon_sym_final] = ACTIONS(5774), - [anon_sym_override] = ACTIONS(5774), - [anon_sym_GT2] = ACTIONS(5774), - [anon_sym_requires] = ACTIONS(5774), + [2281] = { + [sym_identifier] = ACTIONS(6190), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6192), + [anon_sym_COMMA] = ACTIONS(6192), + [anon_sym_RPAREN] = ACTIONS(6192), + [aux_sym_preproc_if_token2] = ACTIONS(6192), + [aux_sym_preproc_else_token1] = ACTIONS(6192), + [aux_sym_preproc_elif_token1] = ACTIONS(6190), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6192), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6192), + [anon_sym_LPAREN2] = ACTIONS(6192), + [anon_sym_DASH] = ACTIONS(6190), + [anon_sym_PLUS] = ACTIONS(6190), + [anon_sym_STAR] = ACTIONS(6190), + [anon_sym_SLASH] = ACTIONS(6190), + [anon_sym_PERCENT] = ACTIONS(6190), + [anon_sym_PIPE_PIPE] = ACTIONS(6192), + [anon_sym_AMP_AMP] = ACTIONS(6192), + [anon_sym_PIPE] = ACTIONS(6190), + [anon_sym_CARET] = ACTIONS(6190), + [anon_sym_AMP] = ACTIONS(6190), + [anon_sym_EQ_EQ] = ACTIONS(6192), + [anon_sym_BANG_EQ] = ACTIONS(6192), + [anon_sym_GT] = ACTIONS(6190), + [anon_sym_GT_EQ] = ACTIONS(6192), + [anon_sym_LT_EQ] = ACTIONS(6190), + [anon_sym_LT] = ACTIONS(6190), + [anon_sym_LT_LT] = ACTIONS(6190), + [anon_sym_GT_GT] = ACTIONS(6190), + [anon_sym_SEMI] = ACTIONS(6192), + [anon_sym___attribute__] = ACTIONS(6190), + [anon_sym___attribute] = ACTIONS(6190), + [anon_sym_LBRACK_LBRACK] = ACTIONS(6192), + [anon_sym_LBRACE] = ACTIONS(6192), + [anon_sym_RBRACE] = ACTIONS(6192), + [anon_sym_LBRACK] = ACTIONS(6190), + [anon_sym_RBRACK] = ACTIONS(6192), + [anon_sym_EQ] = ACTIONS(6190), + [anon_sym_COLON] = ACTIONS(6192), + [anon_sym_QMARK] = ACTIONS(6192), + [anon_sym_STAR_EQ] = ACTIONS(6192), + [anon_sym_SLASH_EQ] = ACTIONS(6192), + [anon_sym_PERCENT_EQ] = ACTIONS(6192), + [anon_sym_PLUS_EQ] = ACTIONS(6192), + [anon_sym_DASH_EQ] = ACTIONS(6192), + [anon_sym_LT_LT_EQ] = ACTIONS(6192), + [anon_sym_GT_GT_EQ] = ACTIONS(6192), + [anon_sym_AMP_EQ] = ACTIONS(6192), + [anon_sym_CARET_EQ] = ACTIONS(6192), + [anon_sym_PIPE_EQ] = ACTIONS(6192), + [anon_sym_and_eq] = ACTIONS(6190), + [anon_sym_or_eq] = ACTIONS(6190), + [anon_sym_xor_eq] = ACTIONS(6190), + [anon_sym_LT_EQ_GT] = ACTIONS(6192), + [anon_sym_or] = ACTIONS(6190), + [anon_sym_and] = ACTIONS(6190), + [anon_sym_bitor] = ACTIONS(6190), + [anon_sym_xor] = ACTIONS(6190), + [anon_sym_bitand] = ACTIONS(6190), + [anon_sym_not_eq] = ACTIONS(6190), + [anon_sym_DASH_DASH] = ACTIONS(6192), + [anon_sym_PLUS_PLUS] = ACTIONS(6192), + [anon_sym_DOT] = ACTIONS(6190), + [anon_sym_DOT_STAR] = ACTIONS(6192), + [anon_sym_DASH_GT] = ACTIONS(6192), + [sym_comment] = ACTIONS(3), + [anon_sym_try] = ACTIONS(6190), }, - [2261] = { - [sym_attribute_declaration] = STATE(2226), - [aux_sym_attributed_declarator_repeat1] = STATE(2226), - [sym_identifier] = ACTIONS(6166), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6168), - [anon_sym_COMMA] = ACTIONS(6168), - [anon_sym_RPAREN] = ACTIONS(6168), - [aux_sym_preproc_if_token2] = ACTIONS(6168), - [aux_sym_preproc_else_token1] = ACTIONS(6168), - [aux_sym_preproc_elif_token1] = ACTIONS(6166), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6168), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6168), - [anon_sym_LPAREN2] = ACTIONS(6168), - [anon_sym_DASH] = ACTIONS(6166), - [anon_sym_PLUS] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(6166), - [anon_sym_SLASH] = ACTIONS(6166), - [anon_sym_PERCENT] = ACTIONS(6166), - [anon_sym_PIPE_PIPE] = ACTIONS(6168), - [anon_sym_AMP_AMP] = ACTIONS(6168), - [anon_sym_PIPE] = ACTIONS(6166), - [anon_sym_CARET] = ACTIONS(6166), - [anon_sym_AMP] = ACTIONS(6166), - [anon_sym_EQ_EQ] = ACTIONS(6168), - [anon_sym_BANG_EQ] = ACTIONS(6168), - [anon_sym_GT] = ACTIONS(6166), - [anon_sym_GT_EQ] = ACTIONS(6168), - [anon_sym_LT_EQ] = ACTIONS(6166), - [anon_sym_LT] = ACTIONS(6166), - [anon_sym_LT_LT] = ACTIONS(6166), - [anon_sym_GT_GT] = ACTIONS(6166), - [anon_sym_SEMI] = ACTIONS(6168), - [anon_sym___attribute__] = ACTIONS(6166), - [anon_sym___attribute] = ACTIONS(6166), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5948), - [anon_sym_RBRACE] = ACTIONS(6168), - [anon_sym_LBRACK] = ACTIONS(6166), - [anon_sym_RBRACK] = ACTIONS(6168), - [anon_sym_EQ] = ACTIONS(6166), - [anon_sym_COLON] = ACTIONS(6168), - [anon_sym_QMARK] = ACTIONS(6168), - [anon_sym_STAR_EQ] = ACTIONS(6168), - [anon_sym_SLASH_EQ] = ACTIONS(6168), - [anon_sym_PERCENT_EQ] = ACTIONS(6168), - [anon_sym_PLUS_EQ] = ACTIONS(6168), - [anon_sym_DASH_EQ] = ACTIONS(6168), - [anon_sym_LT_LT_EQ] = ACTIONS(6168), - [anon_sym_GT_GT_EQ] = ACTIONS(6168), - [anon_sym_AMP_EQ] = ACTIONS(6168), - [anon_sym_CARET_EQ] = ACTIONS(6168), - [anon_sym_PIPE_EQ] = ACTIONS(6168), - [anon_sym_and_eq] = ACTIONS(6166), - [anon_sym_or_eq] = ACTIONS(6166), - [anon_sym_xor_eq] = ACTIONS(6166), - [anon_sym_LT_EQ_GT] = ACTIONS(6168), - [anon_sym_or] = ACTIONS(6166), - [anon_sym_and] = ACTIONS(6166), - [anon_sym_bitor] = ACTIONS(6166), - [anon_sym_xor] = ACTIONS(6166), - [anon_sym_bitand] = ACTIONS(6166), - [anon_sym_not_eq] = ACTIONS(6166), - [anon_sym_DASH_DASH] = ACTIONS(6168), - [anon_sym_PLUS_PLUS] = ACTIONS(6168), - [anon_sym_DOT] = ACTIONS(6166), - [anon_sym_DOT_STAR] = ACTIONS(6168), - [anon_sym_DASH_GT] = ACTIONS(6168), + [2282] = { + [sym_argument_list] = STATE(2484), + [sym_initializer_list] = STATE(2484), + [sym_identifier] = ACTIONS(6194), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6196), + [anon_sym_COMMA] = ACTIONS(6196), + [anon_sym_RPAREN] = ACTIONS(6196), + [aux_sym_preproc_if_token2] = ACTIONS(6196), + [aux_sym_preproc_else_token1] = ACTIONS(6196), + [aux_sym_preproc_elif_token1] = ACTIONS(6194), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6196), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6196), + [anon_sym_LPAREN2] = ACTIONS(5731), + [anon_sym_DASH] = ACTIONS(6194), + [anon_sym_PLUS] = ACTIONS(6194), + [anon_sym_STAR] = ACTIONS(6194), + [anon_sym_SLASH] = ACTIONS(6194), + [anon_sym_PERCENT] = ACTIONS(6194), + [anon_sym_PIPE_PIPE] = ACTIONS(6196), + [anon_sym_AMP_AMP] = ACTIONS(6196), + [anon_sym_PIPE] = ACTIONS(6194), + [anon_sym_CARET] = ACTIONS(6194), + [anon_sym_AMP] = ACTIONS(6194), + [anon_sym_EQ_EQ] = ACTIONS(6196), + [anon_sym_BANG_EQ] = ACTIONS(6196), + [anon_sym_GT] = ACTIONS(6194), + [anon_sym_GT_EQ] = ACTIONS(6196), + [anon_sym_LT_EQ] = ACTIONS(6194), + [anon_sym_LT] = ACTIONS(6194), + [anon_sym_LT_LT] = ACTIONS(6194), + [anon_sym_GT_GT] = ACTIONS(6194), + [anon_sym_SEMI] = ACTIONS(6196), + [anon_sym___attribute__] = ACTIONS(6194), + [anon_sym___attribute] = ACTIONS(6194), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(6196), + [anon_sym_LBRACK] = ACTIONS(6196), + [anon_sym_RBRACK] = ACTIONS(6196), + [anon_sym_EQ] = ACTIONS(6194), + [anon_sym_COLON] = ACTIONS(6196), + [anon_sym_QMARK] = ACTIONS(6196), + [anon_sym_STAR_EQ] = ACTIONS(6196), + [anon_sym_SLASH_EQ] = ACTIONS(6196), + [anon_sym_PERCENT_EQ] = ACTIONS(6196), + [anon_sym_PLUS_EQ] = ACTIONS(6196), + [anon_sym_DASH_EQ] = ACTIONS(6196), + [anon_sym_LT_LT_EQ] = ACTIONS(6196), + [anon_sym_GT_GT_EQ] = ACTIONS(6196), + [anon_sym_AMP_EQ] = ACTIONS(6196), + [anon_sym_CARET_EQ] = ACTIONS(6196), + [anon_sym_PIPE_EQ] = ACTIONS(6196), + [anon_sym_and_eq] = ACTIONS(6194), + [anon_sym_or_eq] = ACTIONS(6194), + [anon_sym_xor_eq] = ACTIONS(6194), + [anon_sym_LT_EQ_GT] = ACTIONS(6196), + [anon_sym_or] = ACTIONS(6194), + [anon_sym_and] = ACTIONS(6194), + [anon_sym_bitor] = ACTIONS(6194), + [anon_sym_xor] = ACTIONS(6194), + [anon_sym_bitand] = ACTIONS(6194), + [anon_sym_not_eq] = ACTIONS(6194), + [anon_sym_DASH_DASH] = ACTIONS(6196), + [anon_sym_PLUS_PLUS] = ACTIONS(6196), + [anon_sym_DOT] = ACTIONS(6194), + [anon_sym_DOT_STAR] = ACTIONS(6196), + [anon_sym_DASH_GT] = ACTIONS(6196), [sym_comment] = ACTIONS(3), }, - [2262] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5758), - [anon_sym_COMMA] = ACTIONS(5758), - [anon_sym_LPAREN2] = ACTIONS(5758), - [anon_sym_DASH] = ACTIONS(5760), - [anon_sym_PLUS] = ACTIONS(5760), - [anon_sym_STAR] = ACTIONS(5758), - [anon_sym_SLASH] = ACTIONS(5760), - [anon_sym_PERCENT] = ACTIONS(5758), - [anon_sym_PIPE_PIPE] = ACTIONS(5758), - [anon_sym_AMP_AMP] = ACTIONS(5758), - [anon_sym_PIPE] = ACTIONS(5760), - [anon_sym_CARET] = ACTIONS(5758), - [anon_sym_AMP] = ACTIONS(5760), - [anon_sym_EQ_EQ] = ACTIONS(5758), - [anon_sym_BANG_EQ] = ACTIONS(5758), - [anon_sym_GT] = ACTIONS(5760), - [anon_sym_GT_EQ] = ACTIONS(5760), - [anon_sym_LT_EQ] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5760), - [anon_sym_LT_LT] = ACTIONS(5758), - [anon_sym_GT_GT] = ACTIONS(5760), - [anon_sym___extension__] = ACTIONS(5758), - [anon_sym___attribute__] = ACTIONS(5758), - [anon_sym___attribute] = ACTIONS(5760), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5758), - [anon_sym_const] = ACTIONS(5760), - [anon_sym_constexpr] = ACTIONS(5758), - [anon_sym_volatile] = ACTIONS(5758), - [anon_sym_restrict] = ACTIONS(5758), - [anon_sym___restrict__] = ACTIONS(5758), - [anon_sym__Atomic] = ACTIONS(5758), - [anon_sym__Noreturn] = ACTIONS(5758), - [anon_sym_noreturn] = ACTIONS(5758), - [anon_sym__Nonnull] = ACTIONS(5758), - [anon_sym_mutable] = ACTIONS(5758), - [anon_sym_constinit] = ACTIONS(5758), - [anon_sym_consteval] = ACTIONS(5758), - [anon_sym_PROGMEM] = ACTIONS(5758), - [anon_sym_alignas] = ACTIONS(5758), - [anon_sym__Alignas] = ACTIONS(5758), - [anon_sym_QMARK] = ACTIONS(5758), - [anon_sym_LT_EQ_GT] = ACTIONS(5758), - [anon_sym_or] = ACTIONS(5758), - [anon_sym_and] = ACTIONS(5758), - [anon_sym_bitor] = ACTIONS(5758), - [anon_sym_xor] = ACTIONS(5758), - [anon_sym_bitand] = ACTIONS(5758), - [anon_sym_not_eq] = ACTIONS(5758), - [anon_sym_DASH_DASH] = ACTIONS(5758), - [anon_sym_PLUS_PLUS] = ACTIONS(5758), - [anon_sym_DOT] = ACTIONS(5760), - [anon_sym_DOT_STAR] = ACTIONS(5758), - [anon_sym_DASH_GT] = ACTIONS(5758), + [2283] = { + [sym_identifier] = ACTIONS(5492), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5494), + [anon_sym_COMMA] = ACTIONS(5494), + [anon_sym_RPAREN] = ACTIONS(5494), + [aux_sym_preproc_if_token2] = ACTIONS(5494), + [aux_sym_preproc_else_token1] = ACTIONS(5494), + [aux_sym_preproc_elif_token1] = ACTIONS(5492), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5494), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5494), + [anon_sym_LPAREN2] = ACTIONS(5494), + [anon_sym_DASH] = ACTIONS(5492), + [anon_sym_PLUS] = ACTIONS(5492), + [anon_sym_STAR] = ACTIONS(5492), + [anon_sym_SLASH] = ACTIONS(5492), + [anon_sym_PERCENT] = ACTIONS(5492), + [anon_sym_PIPE_PIPE] = ACTIONS(5494), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE] = ACTIONS(5492), + [anon_sym_CARET] = ACTIONS(5492), + [anon_sym_AMP] = ACTIONS(5492), + [anon_sym_EQ_EQ] = ACTIONS(5494), + [anon_sym_BANG_EQ] = ACTIONS(5494), + [anon_sym_GT] = ACTIONS(5492), + [anon_sym_GT_EQ] = ACTIONS(5494), + [anon_sym_LT_EQ] = ACTIONS(5492), + [anon_sym_LT] = ACTIONS(5492), + [anon_sym_LT_LT] = ACTIONS(5492), + [anon_sym_GT_GT] = ACTIONS(5492), + [anon_sym_SEMI] = ACTIONS(5494), + [anon_sym___attribute__] = ACTIONS(5492), + [anon_sym___attribute] = ACTIONS(5492), + [anon_sym_LBRACE] = ACTIONS(5494), + [anon_sym_RBRACE] = ACTIONS(5494), + [anon_sym_LBRACK] = ACTIONS(5494), + [anon_sym_RBRACK] = ACTIONS(5494), + [anon_sym_EQ] = ACTIONS(5492), + [anon_sym_COLON] = ACTIONS(5494), + [anon_sym_QMARK] = ACTIONS(5494), + [anon_sym_STAR_EQ] = ACTIONS(5494), + [anon_sym_SLASH_EQ] = ACTIONS(5494), + [anon_sym_PERCENT_EQ] = ACTIONS(5494), + [anon_sym_PLUS_EQ] = ACTIONS(5494), + [anon_sym_DASH_EQ] = ACTIONS(5494), + [anon_sym_LT_LT_EQ] = ACTIONS(5494), + [anon_sym_GT_GT_EQ] = ACTIONS(5494), + [anon_sym_AMP_EQ] = ACTIONS(5494), + [anon_sym_CARET_EQ] = ACTIONS(5494), + [anon_sym_PIPE_EQ] = ACTIONS(5494), + [anon_sym_and_eq] = ACTIONS(5492), + [anon_sym_or_eq] = ACTIONS(5492), + [anon_sym_xor_eq] = ACTIONS(5492), + [anon_sym_LT_EQ_GT] = ACTIONS(5494), + [anon_sym_or] = ACTIONS(5492), + [anon_sym_and] = ACTIONS(5492), + [anon_sym_bitor] = ACTIONS(5492), + [anon_sym_xor] = ACTIONS(5492), + [anon_sym_bitand] = ACTIONS(5492), + [anon_sym_not_eq] = ACTIONS(5492), + [anon_sym_DASH_DASH] = ACTIONS(5494), + [anon_sym_PLUS_PLUS] = ACTIONS(5494), + [anon_sym_DOT] = ACTIONS(5492), + [anon_sym_DOT_STAR] = ACTIONS(5494), + [anon_sym_DASH_GT] = ACTIONS(5494), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5758), - [anon_sym_decltype] = ACTIONS(5758), - [anon_sym_final] = ACTIONS(5758), - [anon_sym_override] = ACTIONS(5758), - [anon_sym_GT2] = ACTIONS(5758), - [anon_sym_requires] = ACTIONS(5758), - }, - [2263] = { - [sym_identifier] = ACTIONS(5569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5571), - [anon_sym_COMMA] = ACTIONS(5571), - [anon_sym_RPAREN] = ACTIONS(5571), - [aux_sym_preproc_if_token2] = ACTIONS(5571), - [aux_sym_preproc_else_token1] = ACTIONS(5571), - [aux_sym_preproc_elif_token1] = ACTIONS(5569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5571), - [anon_sym_LPAREN2] = ACTIONS(5571), - [anon_sym_DASH] = ACTIONS(5569), - [anon_sym_PLUS] = ACTIONS(5569), - [anon_sym_STAR] = ACTIONS(5569), - [anon_sym_SLASH] = ACTIONS(5569), - [anon_sym_PERCENT] = ACTIONS(5569), - [anon_sym_PIPE_PIPE] = ACTIONS(5571), - [anon_sym_AMP_AMP] = ACTIONS(5571), - [anon_sym_PIPE] = ACTIONS(5569), - [anon_sym_CARET] = ACTIONS(5569), - [anon_sym_AMP] = ACTIONS(5569), - [anon_sym_EQ_EQ] = ACTIONS(5571), - [anon_sym_BANG_EQ] = ACTIONS(5571), - [anon_sym_GT] = ACTIONS(5569), - [anon_sym_GT_EQ] = ACTIONS(5571), - [anon_sym_LT_EQ] = ACTIONS(5569), - [anon_sym_LT] = ACTIONS(5569), - [anon_sym_LT_LT] = ACTIONS(5569), - [anon_sym_GT_GT] = ACTIONS(5569), - [anon_sym_SEMI] = ACTIONS(5571), - [anon_sym___attribute__] = ACTIONS(5569), - [anon_sym___attribute] = ACTIONS(5569), - [anon_sym_LBRACE] = ACTIONS(5571), - [anon_sym_RBRACE] = ACTIONS(5571), - [anon_sym_LBRACK] = ACTIONS(5571), - [anon_sym_RBRACK] = ACTIONS(5571), - [anon_sym_EQ] = ACTIONS(5569), - [anon_sym_COLON] = ACTIONS(5571), - [anon_sym_QMARK] = ACTIONS(5571), - [anon_sym_STAR_EQ] = ACTIONS(5571), - [anon_sym_SLASH_EQ] = ACTIONS(5571), - [anon_sym_PERCENT_EQ] = ACTIONS(5571), - [anon_sym_PLUS_EQ] = ACTIONS(5571), - [anon_sym_DASH_EQ] = ACTIONS(5571), - [anon_sym_LT_LT_EQ] = ACTIONS(5571), - [anon_sym_GT_GT_EQ] = ACTIONS(5571), - [anon_sym_AMP_EQ] = ACTIONS(5571), - [anon_sym_CARET_EQ] = ACTIONS(5571), - [anon_sym_PIPE_EQ] = ACTIONS(5571), - [anon_sym_and_eq] = ACTIONS(5569), - [anon_sym_or_eq] = ACTIONS(5569), - [anon_sym_xor_eq] = ACTIONS(5569), - [anon_sym_LT_EQ_GT] = ACTIONS(5571), - [anon_sym_or] = ACTIONS(5569), - [anon_sym_and] = ACTIONS(5569), - [anon_sym_bitor] = ACTIONS(5569), - [anon_sym_xor] = ACTIONS(5569), - [anon_sym_bitand] = ACTIONS(5569), - [anon_sym_not_eq] = ACTIONS(5569), - [anon_sym_DASH_DASH] = ACTIONS(5571), - [anon_sym_PLUS_PLUS] = ACTIONS(5571), - [anon_sym_DOT] = ACTIONS(5569), - [anon_sym_DOT_STAR] = ACTIONS(5571), - [anon_sym_DASH_GT] = ACTIONS(5571), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5569), - [anon_sym_decltype] = ACTIONS(5569), + [sym_auto] = ACTIONS(5492), + [anon_sym_decltype] = ACTIONS(5492), }, - [2264] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6041), - [anon_sym_COMMA] = ACTIONS(6170), - [anon_sym_LPAREN2] = ACTIONS(4109), - [anon_sym_DASH] = ACTIONS(4117), - [anon_sym_PLUS] = ACTIONS(4117), - [anon_sym_STAR] = ACTIONS(4117), - [anon_sym_SLASH] = ACTIONS(4117), - [anon_sym_PERCENT] = ACTIONS(4117), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE] = ACTIONS(4117), - [anon_sym_CARET] = ACTIONS(4117), - [anon_sym_AMP] = ACTIONS(4117), - [anon_sym_EQ_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4109), - [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), - [anon_sym_LT_LT] = ACTIONS(4117), - [anon_sym_GT_GT] = ACTIONS(4117), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4133), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(6172), - [anon_sym_EQ] = ACTIONS(6051), - [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(5940), - [anon_sym_SLASH_EQ] = ACTIONS(5940), - [anon_sym_PERCENT_EQ] = ACTIONS(5940), - [anon_sym_PLUS_EQ] = ACTIONS(5940), - [anon_sym_DASH_EQ] = ACTIONS(5940), - [anon_sym_LT_LT_EQ] = ACTIONS(5940), - [anon_sym_GT_GT_EQ] = ACTIONS(5940), - [anon_sym_AMP_EQ] = ACTIONS(5940), - [anon_sym_CARET_EQ] = ACTIONS(5940), - [anon_sym_PIPE_EQ] = ACTIONS(5940), - [anon_sym_and_eq] = ACTIONS(5940), - [anon_sym_or_eq] = ACTIONS(5940), - [anon_sym_xor_eq] = ACTIONS(5940), - [anon_sym_LT_EQ_GT] = ACTIONS(4109), - [anon_sym_or] = ACTIONS(4117), - [anon_sym_and] = ACTIONS(4117), - [anon_sym_bitor] = ACTIONS(4109), - [anon_sym_xor] = ACTIONS(4117), - [anon_sym_bitand] = ACTIONS(4109), - [anon_sym_not_eq] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DOT] = ACTIONS(4117), - [anon_sym_DOT_STAR] = ACTIONS(4109), - [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + [2284] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(5649), + [anon_sym_COMMA] = ACTIONS(5649), + [anon_sym_RPAREN] = ACTIONS(5649), + [anon_sym_LPAREN2] = ACTIONS(5649), + [anon_sym_DASH] = ACTIONS(5647), + [anon_sym_PLUS] = ACTIONS(5647), + [anon_sym_STAR] = ACTIONS(5647), + [anon_sym_SLASH] = ACTIONS(5647), + [anon_sym_PERCENT] = ACTIONS(5647), + [anon_sym_PIPE_PIPE] = ACTIONS(5649), + [anon_sym_AMP_AMP] = ACTIONS(5649), + [anon_sym_PIPE] = ACTIONS(5647), + [anon_sym_CARET] = ACTIONS(5647), + [anon_sym_AMP] = ACTIONS(5647), + [anon_sym_EQ_EQ] = ACTIONS(5649), + [anon_sym_BANG_EQ] = ACTIONS(5649), + [anon_sym_GT] = ACTIONS(5647), + [anon_sym_GT_EQ] = ACTIONS(5649), + [anon_sym_LT_EQ] = ACTIONS(5647), + [anon_sym_LT] = ACTIONS(5647), + [anon_sym_LT_LT] = ACTIONS(5647), + [anon_sym_GT_GT] = ACTIONS(5647), + [anon_sym_SEMI] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(5649), + [anon_sym_LBRACK] = ACTIONS(5649), + [anon_sym_RBRACK] = ACTIONS(5649), + [anon_sym_EQ] = ACTIONS(5647), + [anon_sym_COLON] = ACTIONS(5649), + [anon_sym_QMARK] = ACTIONS(5649), + [anon_sym_STAR_EQ] = ACTIONS(5649), + [anon_sym_SLASH_EQ] = ACTIONS(5649), + [anon_sym_PERCENT_EQ] = ACTIONS(5649), + [anon_sym_PLUS_EQ] = ACTIONS(5649), + [anon_sym_DASH_EQ] = ACTIONS(5649), + [anon_sym_LT_LT_EQ] = ACTIONS(5649), + [anon_sym_GT_GT_EQ] = ACTIONS(5649), + [anon_sym_AMP_EQ] = ACTIONS(5649), + [anon_sym_CARET_EQ] = ACTIONS(5649), + [anon_sym_PIPE_EQ] = ACTIONS(5649), + [anon_sym_and_eq] = ACTIONS(5647), + [anon_sym_or_eq] = ACTIONS(5647), + [anon_sym_xor_eq] = ACTIONS(5647), + [anon_sym_LT_EQ_GT] = ACTIONS(5649), + [anon_sym_or] = ACTIONS(5647), + [anon_sym_and] = ACTIONS(5647), + [anon_sym_bitor] = ACTIONS(5647), + [anon_sym_xor] = ACTIONS(5647), + [anon_sym_bitand] = ACTIONS(5647), + [anon_sym_not_eq] = ACTIONS(5647), + [anon_sym_DASH_DASH] = ACTIONS(5649), + [anon_sym_PLUS_PLUS] = ACTIONS(5649), + [anon_sym_DOT] = ACTIONS(5647), + [anon_sym_DOT_STAR] = ACTIONS(5649), + [anon_sym_DASH_GT] = ACTIONS(5649), + [anon_sym_L_DQUOTE] = ACTIONS(5649), + [anon_sym_u_DQUOTE] = ACTIONS(5649), + [anon_sym_U_DQUOTE] = ACTIONS(5649), + [anon_sym_u8_DQUOTE] = ACTIONS(5649), + [anon_sym_DQUOTE] = ACTIONS(5649), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5649), + [anon_sym_LR_DQUOTE] = ACTIONS(5649), + [anon_sym_uR_DQUOTE] = ACTIONS(5649), + [anon_sym_UR_DQUOTE] = ACTIONS(5649), + [anon_sym_u8R_DQUOTE] = ACTIONS(5649), + [sym_literal_suffix] = ACTIONS(5647), }, - [2265] = { - [sym_identifier] = ACTIONS(5514), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5516), - [anon_sym_COMMA] = ACTIONS(5516), - [anon_sym_RPAREN] = ACTIONS(5516), - [aux_sym_preproc_if_token2] = ACTIONS(5516), - [aux_sym_preproc_else_token1] = ACTIONS(5516), - [aux_sym_preproc_elif_token1] = ACTIONS(5514), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5516), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5516), - [anon_sym_LPAREN2] = ACTIONS(5516), - [anon_sym_DASH] = ACTIONS(5514), - [anon_sym_PLUS] = ACTIONS(5514), - [anon_sym_STAR] = ACTIONS(5514), - [anon_sym_SLASH] = ACTIONS(5514), - [anon_sym_PERCENT] = ACTIONS(5514), - [anon_sym_PIPE_PIPE] = ACTIONS(5516), - [anon_sym_AMP_AMP] = ACTIONS(5516), - [anon_sym_PIPE] = ACTIONS(5514), - [anon_sym_CARET] = ACTIONS(5514), - [anon_sym_AMP] = ACTIONS(5514), - [anon_sym_EQ_EQ] = ACTIONS(5516), - [anon_sym_BANG_EQ] = ACTIONS(5516), - [anon_sym_GT] = ACTIONS(5514), - [anon_sym_GT_EQ] = ACTIONS(5516), - [anon_sym_LT_EQ] = ACTIONS(5514), - [anon_sym_LT] = ACTIONS(5514), - [anon_sym_LT_LT] = ACTIONS(5514), - [anon_sym_GT_GT] = ACTIONS(5514), - [anon_sym_SEMI] = ACTIONS(5516), - [anon_sym___attribute__] = ACTIONS(5514), - [anon_sym___attribute] = ACTIONS(5514), - [anon_sym_LBRACE] = ACTIONS(5516), - [anon_sym_RBRACE] = ACTIONS(5516), - [anon_sym_LBRACK] = ACTIONS(5516), - [anon_sym_RBRACK] = ACTIONS(5516), - [anon_sym_EQ] = ACTIONS(5514), - [anon_sym_COLON] = ACTIONS(5516), - [anon_sym_QMARK] = ACTIONS(5516), - [anon_sym_STAR_EQ] = ACTIONS(5516), - [anon_sym_SLASH_EQ] = ACTIONS(5516), - [anon_sym_PERCENT_EQ] = ACTIONS(5516), - [anon_sym_PLUS_EQ] = ACTIONS(5516), - [anon_sym_DASH_EQ] = ACTIONS(5516), - [anon_sym_LT_LT_EQ] = ACTIONS(5516), - [anon_sym_GT_GT_EQ] = ACTIONS(5516), - [anon_sym_AMP_EQ] = ACTIONS(5516), - [anon_sym_CARET_EQ] = ACTIONS(5516), - [anon_sym_PIPE_EQ] = ACTIONS(5516), - [anon_sym_and_eq] = ACTIONS(5514), - [anon_sym_or_eq] = ACTIONS(5514), - [anon_sym_xor_eq] = ACTIONS(5514), - [anon_sym_LT_EQ_GT] = ACTIONS(5516), - [anon_sym_or] = ACTIONS(5514), - [anon_sym_and] = ACTIONS(5514), - [anon_sym_bitor] = ACTIONS(5514), - [anon_sym_xor] = ACTIONS(5514), - [anon_sym_bitand] = ACTIONS(5514), - [anon_sym_not_eq] = ACTIONS(5514), - [anon_sym_DASH_DASH] = ACTIONS(5516), - [anon_sym_PLUS_PLUS] = ACTIONS(5516), - [anon_sym_DOT] = ACTIONS(5514), - [anon_sym_DOT_STAR] = ACTIONS(5516), - [anon_sym_DASH_GT] = ACTIONS(5516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5514), - [anon_sym_decltype] = ACTIONS(5514), + [2285] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(5653), + [anon_sym_COMMA] = ACTIONS(5653), + [anon_sym_RPAREN] = ACTIONS(5653), + [anon_sym_LPAREN2] = ACTIONS(5653), + [anon_sym_DASH] = ACTIONS(5651), + [anon_sym_PLUS] = ACTIONS(5651), + [anon_sym_STAR] = ACTIONS(5651), + [anon_sym_SLASH] = ACTIONS(5651), + [anon_sym_PERCENT] = ACTIONS(5651), + [anon_sym_PIPE_PIPE] = ACTIONS(5653), + [anon_sym_AMP_AMP] = ACTIONS(5653), + [anon_sym_PIPE] = ACTIONS(5651), + [anon_sym_CARET] = ACTIONS(5651), + [anon_sym_AMP] = ACTIONS(5651), + [anon_sym_EQ_EQ] = ACTIONS(5653), + [anon_sym_BANG_EQ] = ACTIONS(5653), + [anon_sym_GT] = ACTIONS(5651), + [anon_sym_GT_EQ] = ACTIONS(5653), + [anon_sym_LT_EQ] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5651), + [anon_sym_LT_LT] = ACTIONS(5651), + [anon_sym_GT_GT] = ACTIONS(5651), + [anon_sym_SEMI] = ACTIONS(5653), + [anon_sym_RBRACE] = ACTIONS(5653), + [anon_sym_LBRACK] = ACTIONS(5653), + [anon_sym_RBRACK] = ACTIONS(5653), + [anon_sym_EQ] = ACTIONS(5651), + [anon_sym_COLON] = ACTIONS(5653), + [anon_sym_QMARK] = ACTIONS(5653), + [anon_sym_STAR_EQ] = ACTIONS(5653), + [anon_sym_SLASH_EQ] = ACTIONS(5653), + [anon_sym_PERCENT_EQ] = ACTIONS(5653), + [anon_sym_PLUS_EQ] = ACTIONS(5653), + [anon_sym_DASH_EQ] = ACTIONS(5653), + [anon_sym_LT_LT_EQ] = ACTIONS(5653), + [anon_sym_GT_GT_EQ] = ACTIONS(5653), + [anon_sym_AMP_EQ] = ACTIONS(5653), + [anon_sym_CARET_EQ] = ACTIONS(5653), + [anon_sym_PIPE_EQ] = ACTIONS(5653), + [anon_sym_and_eq] = ACTIONS(5651), + [anon_sym_or_eq] = ACTIONS(5651), + [anon_sym_xor_eq] = ACTIONS(5651), + [anon_sym_LT_EQ_GT] = ACTIONS(5653), + [anon_sym_or] = ACTIONS(5651), + [anon_sym_and] = ACTIONS(5651), + [anon_sym_bitor] = ACTIONS(5651), + [anon_sym_xor] = ACTIONS(5651), + [anon_sym_bitand] = ACTIONS(5651), + [anon_sym_not_eq] = ACTIONS(5651), + [anon_sym_DASH_DASH] = ACTIONS(5653), + [anon_sym_PLUS_PLUS] = ACTIONS(5653), + [anon_sym_DOT] = ACTIONS(5651), + [anon_sym_DOT_STAR] = ACTIONS(5653), + [anon_sym_DASH_GT] = ACTIONS(5653), + [anon_sym_L_DQUOTE] = ACTIONS(5653), + [anon_sym_u_DQUOTE] = ACTIONS(5653), + [anon_sym_U_DQUOTE] = ACTIONS(5653), + [anon_sym_u8_DQUOTE] = ACTIONS(5653), + [anon_sym_DQUOTE] = ACTIONS(5653), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5653), + [anon_sym_LR_DQUOTE] = ACTIONS(5653), + [anon_sym_uR_DQUOTE] = ACTIONS(5653), + [anon_sym_UR_DQUOTE] = ACTIONS(5653), + [anon_sym_u8R_DQUOTE] = ACTIONS(5653), + [sym_literal_suffix] = ACTIONS(5651), }, - [2266] = { - [sym_identifier] = ACTIONS(5565), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5567), - [anon_sym_COMMA] = ACTIONS(5567), - [anon_sym_RPAREN] = ACTIONS(5567), - [aux_sym_preproc_if_token2] = ACTIONS(5567), - [aux_sym_preproc_else_token1] = ACTIONS(5567), - [aux_sym_preproc_elif_token1] = ACTIONS(5565), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5567), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5567), - [anon_sym_LPAREN2] = ACTIONS(5567), - [anon_sym_DASH] = ACTIONS(5565), - [anon_sym_PLUS] = ACTIONS(5565), - [anon_sym_STAR] = ACTIONS(5565), - [anon_sym_SLASH] = ACTIONS(5565), - [anon_sym_PERCENT] = ACTIONS(5565), - [anon_sym_PIPE_PIPE] = ACTIONS(5567), - [anon_sym_AMP_AMP] = ACTIONS(5567), - [anon_sym_PIPE] = ACTIONS(5565), - [anon_sym_CARET] = ACTIONS(5565), - [anon_sym_AMP] = ACTIONS(5565), - [anon_sym_EQ_EQ] = ACTIONS(5567), - [anon_sym_BANG_EQ] = ACTIONS(5567), - [anon_sym_GT] = ACTIONS(5565), - [anon_sym_GT_EQ] = ACTIONS(5567), - [anon_sym_LT_EQ] = ACTIONS(5565), - [anon_sym_LT] = ACTIONS(5565), - [anon_sym_LT_LT] = ACTIONS(5565), - [anon_sym_GT_GT] = ACTIONS(5565), - [anon_sym_SEMI] = ACTIONS(5567), - [anon_sym___attribute__] = ACTIONS(5565), - [anon_sym___attribute] = ACTIONS(5565), - [anon_sym_LBRACE] = ACTIONS(5567), - [anon_sym_RBRACE] = ACTIONS(5567), - [anon_sym_LBRACK] = ACTIONS(5567), - [anon_sym_RBRACK] = ACTIONS(5567), - [anon_sym_EQ] = ACTIONS(5565), - [anon_sym_COLON] = ACTIONS(5567), - [anon_sym_QMARK] = ACTIONS(5567), - [anon_sym_STAR_EQ] = ACTIONS(5567), - [anon_sym_SLASH_EQ] = ACTIONS(5567), - [anon_sym_PERCENT_EQ] = ACTIONS(5567), - [anon_sym_PLUS_EQ] = ACTIONS(5567), - [anon_sym_DASH_EQ] = ACTIONS(5567), - [anon_sym_LT_LT_EQ] = ACTIONS(5567), - [anon_sym_GT_GT_EQ] = ACTIONS(5567), - [anon_sym_AMP_EQ] = ACTIONS(5567), - [anon_sym_CARET_EQ] = ACTIONS(5567), - [anon_sym_PIPE_EQ] = ACTIONS(5567), - [anon_sym_and_eq] = ACTIONS(5565), - [anon_sym_or_eq] = ACTIONS(5565), - [anon_sym_xor_eq] = ACTIONS(5565), - [anon_sym_LT_EQ_GT] = ACTIONS(5567), - [anon_sym_or] = ACTIONS(5565), - [anon_sym_and] = ACTIONS(5565), - [anon_sym_bitor] = ACTIONS(5565), - [anon_sym_xor] = ACTIONS(5565), - [anon_sym_bitand] = ACTIONS(5565), - [anon_sym_not_eq] = ACTIONS(5565), - [anon_sym_DASH_DASH] = ACTIONS(5567), - [anon_sym_PLUS_PLUS] = ACTIONS(5567), - [anon_sym_DOT] = ACTIONS(5565), - [anon_sym_DOT_STAR] = ACTIONS(5567), - [anon_sym_DASH_GT] = ACTIONS(5567), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5565), - [anon_sym_decltype] = ACTIONS(5565), + [2286] = { + [sym_identifier] = ACTIONS(5574), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5576), + [anon_sym_COMMA] = ACTIONS(5576), + [anon_sym_RPAREN] = ACTIONS(5576), + [aux_sym_preproc_if_token2] = ACTIONS(5576), + [aux_sym_preproc_else_token1] = ACTIONS(5576), + [aux_sym_preproc_elif_token1] = ACTIONS(5574), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5576), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5576), + [anon_sym_LPAREN2] = ACTIONS(5576), + [anon_sym_DASH] = ACTIONS(5574), + [anon_sym_PLUS] = ACTIONS(5574), + [anon_sym_STAR] = ACTIONS(5574), + [anon_sym_SLASH] = ACTIONS(5574), + [anon_sym_PERCENT] = ACTIONS(5574), + [anon_sym_PIPE_PIPE] = ACTIONS(5576), + [anon_sym_AMP_AMP] = ACTIONS(5576), + [anon_sym_PIPE] = ACTIONS(5574), + [anon_sym_CARET] = ACTIONS(5574), + [anon_sym_AMP] = ACTIONS(5574), + [anon_sym_EQ_EQ] = ACTIONS(5576), + [anon_sym_BANG_EQ] = ACTIONS(5576), + [anon_sym_GT] = ACTIONS(5574), + [anon_sym_GT_EQ] = ACTIONS(5576), + [anon_sym_LT_EQ] = ACTIONS(5574), + [anon_sym_LT] = ACTIONS(5574), + [anon_sym_LT_LT] = ACTIONS(5574), + [anon_sym_GT_GT] = ACTIONS(5574), + [anon_sym_SEMI] = ACTIONS(5576), + [anon_sym___attribute__] = ACTIONS(5574), + [anon_sym___attribute] = ACTIONS(5574), + [anon_sym_LBRACE] = ACTIONS(5576), + [anon_sym_RBRACE] = ACTIONS(5576), + [anon_sym_LBRACK] = ACTIONS(5576), + [anon_sym_RBRACK] = ACTIONS(5576), + [anon_sym_EQ] = ACTIONS(5574), + [anon_sym_COLON] = ACTIONS(5576), + [anon_sym_QMARK] = ACTIONS(5576), + [anon_sym_STAR_EQ] = ACTIONS(5576), + [anon_sym_SLASH_EQ] = ACTIONS(5576), + [anon_sym_PERCENT_EQ] = ACTIONS(5576), + [anon_sym_PLUS_EQ] = ACTIONS(5576), + [anon_sym_DASH_EQ] = ACTIONS(5576), + [anon_sym_LT_LT_EQ] = ACTIONS(5576), + [anon_sym_GT_GT_EQ] = ACTIONS(5576), + [anon_sym_AMP_EQ] = ACTIONS(5576), + [anon_sym_CARET_EQ] = ACTIONS(5576), + [anon_sym_PIPE_EQ] = ACTIONS(5576), + [anon_sym_and_eq] = ACTIONS(5574), + [anon_sym_or_eq] = ACTIONS(5574), + [anon_sym_xor_eq] = ACTIONS(5574), + [anon_sym_LT_EQ_GT] = ACTIONS(5576), + [anon_sym_or] = ACTIONS(5574), + [anon_sym_and] = ACTIONS(5574), + [anon_sym_bitor] = ACTIONS(5574), + [anon_sym_xor] = ACTIONS(5574), + [anon_sym_bitand] = ACTIONS(5574), + [anon_sym_not_eq] = ACTIONS(5574), + [anon_sym_DASH_DASH] = ACTIONS(5576), + [anon_sym_PLUS_PLUS] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(5574), + [anon_sym_DOT_STAR] = ACTIONS(5576), + [anon_sym_DASH_GT] = ACTIONS(5576), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5574), + [anon_sym_decltype] = ACTIONS(5574), }, - [2267] = { - [sym_identifier] = ACTIONS(5534), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5536), - [anon_sym_COMMA] = ACTIONS(5536), - [anon_sym_RPAREN] = ACTIONS(5536), - [aux_sym_preproc_if_token2] = ACTIONS(5536), - [aux_sym_preproc_else_token1] = ACTIONS(5536), - [aux_sym_preproc_elif_token1] = ACTIONS(5534), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5536), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5536), - [anon_sym_LPAREN2] = ACTIONS(5536), - [anon_sym_DASH] = ACTIONS(5534), - [anon_sym_PLUS] = ACTIONS(5534), - [anon_sym_STAR] = ACTIONS(5534), - [anon_sym_SLASH] = ACTIONS(5534), - [anon_sym_PERCENT] = ACTIONS(5534), - [anon_sym_PIPE_PIPE] = ACTIONS(5536), - [anon_sym_AMP_AMP] = ACTIONS(5536), - [anon_sym_PIPE] = ACTIONS(5534), - [anon_sym_CARET] = ACTIONS(5534), - [anon_sym_AMP] = ACTIONS(5534), - [anon_sym_EQ_EQ] = ACTIONS(5536), - [anon_sym_BANG_EQ] = ACTIONS(5536), - [anon_sym_GT] = ACTIONS(5534), - [anon_sym_GT_EQ] = ACTIONS(5536), - [anon_sym_LT_EQ] = ACTIONS(5534), - [anon_sym_LT] = ACTIONS(5534), - [anon_sym_LT_LT] = ACTIONS(5534), - [anon_sym_GT_GT] = ACTIONS(5534), - [anon_sym_SEMI] = ACTIONS(5536), - [anon_sym___attribute__] = ACTIONS(5534), - [anon_sym___attribute] = ACTIONS(5534), - [anon_sym_LBRACE] = ACTIONS(5536), - [anon_sym_RBRACE] = ACTIONS(5536), - [anon_sym_LBRACK] = ACTIONS(5536), - [anon_sym_RBRACK] = ACTIONS(5536), - [anon_sym_EQ] = ACTIONS(5534), - [anon_sym_COLON] = ACTIONS(5536), - [anon_sym_QMARK] = ACTIONS(5536), - [anon_sym_STAR_EQ] = ACTIONS(5536), - [anon_sym_SLASH_EQ] = ACTIONS(5536), - [anon_sym_PERCENT_EQ] = ACTIONS(5536), - [anon_sym_PLUS_EQ] = ACTIONS(5536), - [anon_sym_DASH_EQ] = ACTIONS(5536), - [anon_sym_LT_LT_EQ] = ACTIONS(5536), - [anon_sym_GT_GT_EQ] = ACTIONS(5536), - [anon_sym_AMP_EQ] = ACTIONS(5536), - [anon_sym_CARET_EQ] = ACTIONS(5536), - [anon_sym_PIPE_EQ] = ACTIONS(5536), - [anon_sym_and_eq] = ACTIONS(5534), - [anon_sym_or_eq] = ACTIONS(5534), - [anon_sym_xor_eq] = ACTIONS(5534), - [anon_sym_LT_EQ_GT] = ACTIONS(5536), - [anon_sym_or] = ACTIONS(5534), - [anon_sym_and] = ACTIONS(5534), - [anon_sym_bitor] = ACTIONS(5534), - [anon_sym_xor] = ACTIONS(5534), - [anon_sym_bitand] = ACTIONS(5534), - [anon_sym_not_eq] = ACTIONS(5534), - [anon_sym_DASH_DASH] = ACTIONS(5536), - [anon_sym_PLUS_PLUS] = ACTIONS(5536), - [anon_sym_DOT] = ACTIONS(5534), - [anon_sym_DOT_STAR] = ACTIONS(5536), - [anon_sym_DASH_GT] = ACTIONS(5536), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5534), - [anon_sym_decltype] = ACTIONS(5534), + [2287] = { + [sym_identifier] = ACTIONS(5582), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5584), + [anon_sym_COMMA] = ACTIONS(5584), + [anon_sym_RPAREN] = ACTIONS(5584), + [aux_sym_preproc_if_token2] = ACTIONS(5584), + [aux_sym_preproc_else_token1] = ACTIONS(5584), + [aux_sym_preproc_elif_token1] = ACTIONS(5582), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5584), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5584), + [anon_sym_LPAREN2] = ACTIONS(5584), + [anon_sym_DASH] = ACTIONS(5582), + [anon_sym_PLUS] = ACTIONS(5582), + [anon_sym_STAR] = ACTIONS(5582), + [anon_sym_SLASH] = ACTIONS(5582), + [anon_sym_PERCENT] = ACTIONS(5582), + [anon_sym_PIPE_PIPE] = ACTIONS(5584), + [anon_sym_AMP_AMP] = ACTIONS(5584), + [anon_sym_PIPE] = ACTIONS(5582), + [anon_sym_CARET] = ACTIONS(5582), + [anon_sym_AMP] = ACTIONS(5582), + [anon_sym_EQ_EQ] = ACTIONS(5584), + [anon_sym_BANG_EQ] = ACTIONS(5584), + [anon_sym_GT] = ACTIONS(5582), + [anon_sym_GT_EQ] = ACTIONS(5584), + [anon_sym_LT_EQ] = ACTIONS(5582), + [anon_sym_LT] = ACTIONS(5582), + [anon_sym_LT_LT] = ACTIONS(5582), + [anon_sym_GT_GT] = ACTIONS(5582), + [anon_sym_SEMI] = ACTIONS(5584), + [anon_sym___attribute__] = ACTIONS(5582), + [anon_sym___attribute] = ACTIONS(5582), + [anon_sym_LBRACE] = ACTIONS(5584), + [anon_sym_RBRACE] = ACTIONS(5584), + [anon_sym_LBRACK] = ACTIONS(5584), + [anon_sym_RBRACK] = ACTIONS(5584), + [anon_sym_EQ] = ACTIONS(5582), + [anon_sym_COLON] = ACTIONS(5584), + [anon_sym_QMARK] = ACTIONS(5584), + [anon_sym_STAR_EQ] = ACTIONS(5584), + [anon_sym_SLASH_EQ] = ACTIONS(5584), + [anon_sym_PERCENT_EQ] = ACTIONS(5584), + [anon_sym_PLUS_EQ] = ACTIONS(5584), + [anon_sym_DASH_EQ] = ACTIONS(5584), + [anon_sym_LT_LT_EQ] = ACTIONS(5584), + [anon_sym_GT_GT_EQ] = ACTIONS(5584), + [anon_sym_AMP_EQ] = ACTIONS(5584), + [anon_sym_CARET_EQ] = ACTIONS(5584), + [anon_sym_PIPE_EQ] = ACTIONS(5584), + [anon_sym_and_eq] = ACTIONS(5582), + [anon_sym_or_eq] = ACTIONS(5582), + [anon_sym_xor_eq] = ACTIONS(5582), + [anon_sym_LT_EQ_GT] = ACTIONS(5584), + [anon_sym_or] = ACTIONS(5582), + [anon_sym_and] = ACTIONS(5582), + [anon_sym_bitor] = ACTIONS(5582), + [anon_sym_xor] = ACTIONS(5582), + [anon_sym_bitand] = ACTIONS(5582), + [anon_sym_not_eq] = ACTIONS(5582), + [anon_sym_DASH_DASH] = ACTIONS(5584), + [anon_sym_PLUS_PLUS] = ACTIONS(5584), + [anon_sym_DOT] = ACTIONS(5582), + [anon_sym_DOT_STAR] = ACTIONS(5584), + [anon_sym_DASH_GT] = ACTIONS(5584), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5582), + [anon_sym_decltype] = ACTIONS(5582), }, - [2268] = { - [sym_identifier] = ACTIONS(5514), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5516), - [anon_sym_COMMA] = ACTIONS(5516), - [anon_sym_RPAREN] = ACTIONS(5516), - [aux_sym_preproc_if_token2] = ACTIONS(5516), - [aux_sym_preproc_else_token1] = ACTIONS(5516), - [aux_sym_preproc_elif_token1] = ACTIONS(5514), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5516), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5516), - [anon_sym_LPAREN2] = ACTIONS(5516), - [anon_sym_DASH] = ACTIONS(5514), - [anon_sym_PLUS] = ACTIONS(5514), - [anon_sym_STAR] = ACTIONS(5514), - [anon_sym_SLASH] = ACTIONS(5514), - [anon_sym_PERCENT] = ACTIONS(5514), - [anon_sym_PIPE_PIPE] = ACTIONS(5516), - [anon_sym_AMP_AMP] = ACTIONS(5516), - [anon_sym_PIPE] = ACTIONS(5514), - [anon_sym_CARET] = ACTIONS(5514), - [anon_sym_AMP] = ACTIONS(5514), - [anon_sym_EQ_EQ] = ACTIONS(5516), - [anon_sym_BANG_EQ] = ACTIONS(5516), - [anon_sym_GT] = ACTIONS(5514), - [anon_sym_GT_EQ] = ACTIONS(5516), - [anon_sym_LT_EQ] = ACTIONS(5514), - [anon_sym_LT] = ACTIONS(5514), - [anon_sym_LT_LT] = ACTIONS(5514), - [anon_sym_GT_GT] = ACTIONS(5514), - [anon_sym_SEMI] = ACTIONS(5516), - [anon_sym___attribute__] = ACTIONS(5514), - [anon_sym___attribute] = ACTIONS(5514), - [anon_sym_LBRACE] = ACTIONS(5516), - [anon_sym_RBRACE] = ACTIONS(5516), - [anon_sym_LBRACK] = ACTIONS(5516), - [anon_sym_RBRACK] = ACTIONS(5516), - [anon_sym_EQ] = ACTIONS(5514), - [anon_sym_COLON] = ACTIONS(5516), - [anon_sym_QMARK] = ACTIONS(5516), - [anon_sym_STAR_EQ] = ACTIONS(5516), - [anon_sym_SLASH_EQ] = ACTIONS(5516), - [anon_sym_PERCENT_EQ] = ACTIONS(5516), - [anon_sym_PLUS_EQ] = ACTIONS(5516), - [anon_sym_DASH_EQ] = ACTIONS(5516), - [anon_sym_LT_LT_EQ] = ACTIONS(5516), - [anon_sym_GT_GT_EQ] = ACTIONS(5516), - [anon_sym_AMP_EQ] = ACTIONS(5516), - [anon_sym_CARET_EQ] = ACTIONS(5516), - [anon_sym_PIPE_EQ] = ACTIONS(5516), - [anon_sym_and_eq] = ACTIONS(5514), - [anon_sym_or_eq] = ACTIONS(5514), - [anon_sym_xor_eq] = ACTIONS(5514), - [anon_sym_LT_EQ_GT] = ACTIONS(5516), - [anon_sym_or] = ACTIONS(5514), - [anon_sym_and] = ACTIONS(5514), - [anon_sym_bitor] = ACTIONS(5514), - [anon_sym_xor] = ACTIONS(5514), - [anon_sym_bitand] = ACTIONS(5514), - [anon_sym_not_eq] = ACTIONS(5514), - [anon_sym_DASH_DASH] = ACTIONS(5516), - [anon_sym_PLUS_PLUS] = ACTIONS(5516), - [anon_sym_DOT] = ACTIONS(5514), - [anon_sym_DOT_STAR] = ACTIONS(5516), - [anon_sym_DASH_GT] = ACTIONS(5516), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5514), - [anon_sym_decltype] = ACTIONS(5514), + [2288] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [aux_sym_preproc_if_token2] = ACTIONS(5457), + [aux_sym_preproc_else_token1] = ACTIONS(5457), + [aux_sym_preproc_elif_token1] = ACTIONS(5455), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5457), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5455), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5455), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5455), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5455), + [anon_sym_GT_GT] = ACTIONS(5455), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_EQ] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_STAR_EQ] = ACTIONS(5457), + [anon_sym_SLASH_EQ] = ACTIONS(5457), + [anon_sym_PERCENT_EQ] = ACTIONS(5457), + [anon_sym_PLUS_EQ] = ACTIONS(5457), + [anon_sym_DASH_EQ] = ACTIONS(5457), + [anon_sym_LT_LT_EQ] = ACTIONS(5457), + [anon_sym_GT_GT_EQ] = ACTIONS(5457), + [anon_sym_AMP_EQ] = ACTIONS(5457), + [anon_sym_CARET_EQ] = ACTIONS(5457), + [anon_sym_PIPE_EQ] = ACTIONS(5457), + [anon_sym_and_eq] = ACTIONS(5455), + [anon_sym_or_eq] = ACTIONS(5455), + [anon_sym_xor_eq] = ACTIONS(5455), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), }, - [2269] = { - [sym_string_literal] = STATE(2666), - [sym_template_argument_list] = STATE(3668), - [sym_raw_string_literal] = STATE(2666), + [2289] = { + [sym_string_literal] = STATE(3488), + [sym_template_argument_list] = STATE(4608), + [sym_raw_string_literal] = STATE(3488), [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), [anon_sym_COMMA] = ACTIONS(4109), [anon_sym_LPAREN2] = ACTIONS(4109), @@ -292147,30 +293507,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(4109), [anon_sym_BANG_EQ] = ACTIONS(4109), [anon_sym_GT] = ACTIONS(4117), - [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4117), [anon_sym_LT_EQ] = ACTIONS(4117), - [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT] = ACTIONS(4944), [anon_sym_LT_LT] = ACTIONS(4117), [anon_sym_GT_GT] = ACTIONS(4117), [anon_sym_COLON_COLON] = ACTIONS(4128), [anon_sym_LBRACE] = ACTIONS(4133), [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_EQ] = ACTIONS(6175), - [anon_sym_COLON] = ACTIONS(4117), + [anon_sym_EQ] = ACTIONS(4949), [anon_sym_QMARK] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(6177), - [anon_sym_SLASH_EQ] = ACTIONS(6177), - [anon_sym_PERCENT_EQ] = ACTIONS(6177), - [anon_sym_PLUS_EQ] = ACTIONS(6177), - [anon_sym_DASH_EQ] = ACTIONS(6177), - [anon_sym_LT_LT_EQ] = ACTIONS(6177), - [anon_sym_GT_GT_EQ] = ACTIONS(6177), - [anon_sym_AMP_EQ] = ACTIONS(6177), - [anon_sym_CARET_EQ] = ACTIONS(6177), - [anon_sym_PIPE_EQ] = ACTIONS(6177), - [anon_sym_and_eq] = ACTIONS(6177), - [anon_sym_or_eq] = ACTIONS(6177), - [anon_sym_xor_eq] = ACTIONS(6177), + [anon_sym_STAR_EQ] = ACTIONS(4951), + [anon_sym_SLASH_EQ] = ACTIONS(4951), + [anon_sym_PERCENT_EQ] = ACTIONS(4951), + [anon_sym_PLUS_EQ] = ACTIONS(4951), + [anon_sym_DASH_EQ] = ACTIONS(4951), + [anon_sym_LT_LT_EQ] = ACTIONS(4951), + [anon_sym_GT_GT_EQ] = ACTIONS(4949), + [anon_sym_AMP_EQ] = ACTIONS(4951), + [anon_sym_CARET_EQ] = ACTIONS(4951), + [anon_sym_PIPE_EQ] = ACTIONS(4951), + [anon_sym_and_eq] = ACTIONS(4951), + [anon_sym_or_eq] = ACTIONS(4951), + [anon_sym_xor_eq] = ACTIONS(4951), [anon_sym_LT_EQ_GT] = ACTIONS(4109), [anon_sym_or] = ACTIONS(4117), [anon_sym_and] = ACTIONS(4117), @@ -292183,1720 +293542,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(4117), [anon_sym_DOT_STAR] = ACTIONS(4109), [anon_sym_DASH_GT] = ACTIONS(4109), - [anon_sym_L_DQUOTE] = ACTIONS(3477), - [anon_sym_u_DQUOTE] = ACTIONS(3477), - [anon_sym_U_DQUOTE] = ACTIONS(3477), - [anon_sym_u8_DQUOTE] = ACTIONS(3477), - [anon_sym_DQUOTE] = ACTIONS(3477), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(3481), - [anon_sym_LR_DQUOTE] = ACTIONS(3481), - [anon_sym_uR_DQUOTE] = ACTIONS(3481), - [anon_sym_UR_DQUOTE] = ACTIONS(3481), - [anon_sym_u8R_DQUOTE] = ACTIONS(3481), - }, - [2270] = { - [sym_string_literal] = STATE(2270), - [sym_raw_string_literal] = STATE(2270), - [aux_sym_concatenated_string_repeat1] = STATE(2270), - [sym_identifier] = ACTIONS(6179), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5384), - [anon_sym_COMMA] = ACTIONS(5384), - [anon_sym_LPAREN2] = ACTIONS(5384), - [anon_sym_DASH] = ACTIONS(5386), - [anon_sym_PLUS] = ACTIONS(5386), - [anon_sym_STAR] = ACTIONS(5386), - [anon_sym_SLASH] = ACTIONS(5386), - [anon_sym_PERCENT] = ACTIONS(5386), - [anon_sym_PIPE_PIPE] = ACTIONS(5384), - [anon_sym_AMP_AMP] = ACTIONS(5384), - [anon_sym_PIPE] = ACTIONS(5386), - [anon_sym_CARET] = ACTIONS(5386), - [anon_sym_AMP] = ACTIONS(5386), - [anon_sym_EQ_EQ] = ACTIONS(5384), - [anon_sym_BANG_EQ] = ACTIONS(5384), - [anon_sym_GT] = ACTIONS(5386), - [anon_sym_GT_EQ] = ACTIONS(5386), - [anon_sym_LT_EQ] = ACTIONS(5386), - [anon_sym_LT] = ACTIONS(5386), - [anon_sym_LT_LT] = ACTIONS(5386), - [anon_sym_GT_GT] = ACTIONS(5386), - [anon_sym_LBRACK] = ACTIONS(5384), - [anon_sym_EQ] = ACTIONS(5386), - [anon_sym_QMARK] = ACTIONS(5384), - [anon_sym_STAR_EQ] = ACTIONS(5384), - [anon_sym_SLASH_EQ] = ACTIONS(5384), - [anon_sym_PERCENT_EQ] = ACTIONS(5384), - [anon_sym_PLUS_EQ] = ACTIONS(5384), - [anon_sym_DASH_EQ] = ACTIONS(5384), - [anon_sym_LT_LT_EQ] = ACTIONS(5384), - [anon_sym_GT_GT_EQ] = ACTIONS(5386), - [anon_sym_AMP_EQ] = ACTIONS(5384), - [anon_sym_CARET_EQ] = ACTIONS(5384), - [anon_sym_PIPE_EQ] = ACTIONS(5384), - [anon_sym_and_eq] = ACTIONS(5386), - [anon_sym_or_eq] = ACTIONS(5386), - [anon_sym_xor_eq] = ACTIONS(5386), - [anon_sym_LT_EQ_GT] = ACTIONS(5384), - [anon_sym_or] = ACTIONS(5386), - [anon_sym_and] = ACTIONS(5386), - [anon_sym_bitor] = ACTIONS(5386), - [anon_sym_xor] = ACTIONS(5386), - [anon_sym_bitand] = ACTIONS(5386), - [anon_sym_not_eq] = ACTIONS(5386), - [anon_sym_DASH_DASH] = ACTIONS(5384), - [anon_sym_PLUS_PLUS] = ACTIONS(5384), - [anon_sym_DOT] = ACTIONS(5386), - [anon_sym_DOT_STAR] = ACTIONS(5384), - [anon_sym_DASH_GT] = ACTIONS(5384), - [anon_sym_L_DQUOTE] = ACTIONS(6182), - [anon_sym_u_DQUOTE] = ACTIONS(6182), - [anon_sym_U_DQUOTE] = ACTIONS(6182), - [anon_sym_u8_DQUOTE] = ACTIONS(6182), - [anon_sym_DQUOTE] = ACTIONS(6182), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(5384), - [anon_sym_R_DQUOTE] = ACTIONS(6185), - [anon_sym_LR_DQUOTE] = ACTIONS(6185), - [anon_sym_uR_DQUOTE] = ACTIONS(6185), - [anon_sym_UR_DQUOTE] = ACTIONS(6185), - [anon_sym_u8R_DQUOTE] = ACTIONS(6185), - [sym_literal_suffix] = ACTIONS(5386), - }, - [2271] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2244), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), - [anon_sym_COMMA] = ACTIONS(5784), - [anon_sym_LPAREN2] = ACTIONS(5784), - [anon_sym_DASH] = ACTIONS(5786), - [anon_sym_PLUS] = ACTIONS(5786), - [anon_sym_STAR] = ACTIONS(5784), - [anon_sym_SLASH] = ACTIONS(5786), - [anon_sym_PERCENT] = ACTIONS(5784), - [anon_sym_PIPE_PIPE] = ACTIONS(5784), - [anon_sym_AMP_AMP] = ACTIONS(5784), - [anon_sym_PIPE] = ACTIONS(5786), - [anon_sym_CARET] = ACTIONS(5784), - [anon_sym_AMP] = ACTIONS(5786), - [anon_sym_EQ_EQ] = ACTIONS(5784), - [anon_sym_BANG_EQ] = ACTIONS(5784), - [anon_sym_GT] = ACTIONS(5786), - [anon_sym_GT_EQ] = ACTIONS(5786), - [anon_sym_LT_EQ] = ACTIONS(5786), - [anon_sym_LT] = ACTIONS(5786), - [anon_sym_LT_LT] = ACTIONS(5784), - [anon_sym_GT_GT] = ACTIONS(5786), - [anon_sym___extension__] = ACTIONS(5784), - [anon_sym___attribute__] = ACTIONS(5784), - [anon_sym___attribute] = ACTIONS(5786), - [anon_sym_LBRACE] = ACTIONS(5784), - [anon_sym_signed] = ACTIONS(6188), - [anon_sym_unsigned] = ACTIONS(6188), - [anon_sym_long] = ACTIONS(6188), - [anon_sym_short] = ACTIONS(6188), - [anon_sym_LBRACK] = ACTIONS(5784), - [anon_sym_const] = ACTIONS(5786), - [anon_sym_constexpr] = ACTIONS(5784), - [anon_sym_volatile] = ACTIONS(5784), - [anon_sym_restrict] = ACTIONS(5784), - [anon_sym___restrict__] = ACTIONS(5784), - [anon_sym__Atomic] = ACTIONS(5784), - [anon_sym__Noreturn] = ACTIONS(5784), - [anon_sym_noreturn] = ACTIONS(5784), - [anon_sym__Nonnull] = ACTIONS(5784), - [anon_sym_mutable] = ACTIONS(5784), - [anon_sym_constinit] = ACTIONS(5784), - [anon_sym_consteval] = ACTIONS(5784), - [anon_sym_PROGMEM] = ACTIONS(5784), - [anon_sym_alignas] = ACTIONS(5784), - [anon_sym__Alignas] = ACTIONS(5784), - [anon_sym_QMARK] = ACTIONS(5784), - [anon_sym_LT_EQ_GT] = ACTIONS(5784), - [anon_sym_or] = ACTIONS(5784), - [anon_sym_and] = ACTIONS(5784), - [anon_sym_bitor] = ACTIONS(5784), - [anon_sym_xor] = ACTIONS(5784), - [anon_sym_bitand] = ACTIONS(5784), - [anon_sym_not_eq] = ACTIONS(5784), - [anon_sym_DASH_DASH] = ACTIONS(5784), - [anon_sym_PLUS_PLUS] = ACTIONS(5784), - [anon_sym_DOT] = ACTIONS(5786), - [anon_sym_DOT_STAR] = ACTIONS(5784), - [anon_sym_DASH_GT] = ACTIONS(5784), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5784), - [anon_sym_decltype] = ACTIONS(5784), - [anon_sym_final] = ACTIONS(5784), - [anon_sym_override] = ACTIONS(5784), - [anon_sym_GT2] = ACTIONS(5784), - [anon_sym_requires] = ACTIONS(5784), - }, - [2272] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5754), - [anon_sym_COMMA] = ACTIONS(5754), - [anon_sym_LPAREN2] = ACTIONS(5754), - [anon_sym_DASH] = ACTIONS(5756), - [anon_sym_PLUS] = ACTIONS(5756), - [anon_sym_STAR] = ACTIONS(5754), - [anon_sym_SLASH] = ACTIONS(5756), - [anon_sym_PERCENT] = ACTIONS(5754), - [anon_sym_PIPE_PIPE] = ACTIONS(5754), - [anon_sym_AMP_AMP] = ACTIONS(5754), - [anon_sym_PIPE] = ACTIONS(5756), - [anon_sym_CARET] = ACTIONS(5754), - [anon_sym_AMP] = ACTIONS(5756), - [anon_sym_EQ_EQ] = ACTIONS(5754), - [anon_sym_BANG_EQ] = ACTIONS(5754), - [anon_sym_GT] = ACTIONS(5756), - [anon_sym_GT_EQ] = ACTIONS(5756), - [anon_sym_LT_EQ] = ACTIONS(5756), - [anon_sym_LT] = ACTIONS(5756), - [anon_sym_LT_LT] = ACTIONS(5754), - [anon_sym_GT_GT] = ACTIONS(5756), - [anon_sym___extension__] = ACTIONS(5754), - [anon_sym___attribute__] = ACTIONS(5754), - [anon_sym___attribute] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5754), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5754), - [anon_sym_const] = ACTIONS(5756), - [anon_sym_constexpr] = ACTIONS(5754), - [anon_sym_volatile] = ACTIONS(5754), - [anon_sym_restrict] = ACTIONS(5754), - [anon_sym___restrict__] = ACTIONS(5754), - [anon_sym__Atomic] = ACTIONS(5754), - [anon_sym__Noreturn] = ACTIONS(5754), - [anon_sym_noreturn] = ACTIONS(5754), - [anon_sym__Nonnull] = ACTIONS(5754), - [anon_sym_mutable] = ACTIONS(5754), - [anon_sym_constinit] = ACTIONS(5754), - [anon_sym_consteval] = ACTIONS(5754), - [anon_sym_PROGMEM] = ACTIONS(5754), - [anon_sym_alignas] = ACTIONS(5754), - [anon_sym__Alignas] = ACTIONS(5754), - [anon_sym_QMARK] = ACTIONS(5754), - [anon_sym_LT_EQ_GT] = ACTIONS(5754), - [anon_sym_or] = ACTIONS(5754), - [anon_sym_and] = ACTIONS(5754), - [anon_sym_bitor] = ACTIONS(5754), - [anon_sym_xor] = ACTIONS(5754), - [anon_sym_bitand] = ACTIONS(5754), - [anon_sym_not_eq] = ACTIONS(5754), - [anon_sym_DASH_DASH] = ACTIONS(5754), - [anon_sym_PLUS_PLUS] = ACTIONS(5754), - [anon_sym_DOT] = ACTIONS(5756), - [anon_sym_DOT_STAR] = ACTIONS(5754), - [anon_sym_DASH_GT] = ACTIONS(5754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5754), - [anon_sym_decltype] = ACTIONS(5754), - [anon_sym_final] = ACTIONS(5754), - [anon_sym_override] = ACTIONS(5754), - [anon_sym_GT2] = ACTIONS(5754), - [anon_sym_requires] = ACTIONS(5754), - }, - [2273] = { - [sym_attribute_specifier] = STATE(1804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6023), - [anon_sym_COMMA] = ACTIONS(6023), - [anon_sym_RPAREN] = ACTIONS(6023), - [anon_sym_LPAREN2] = ACTIONS(6023), - [anon_sym_DASH] = ACTIONS(6021), - [anon_sym_PLUS] = ACTIONS(6021), - [anon_sym_STAR] = ACTIONS(6023), - [anon_sym_SLASH] = ACTIONS(6021), - [anon_sym_PERCENT] = ACTIONS(6023), - [anon_sym_PIPE_PIPE] = ACTIONS(6023), - [anon_sym_AMP_AMP] = ACTIONS(6023), - [anon_sym_PIPE] = ACTIONS(6021), - [anon_sym_CARET] = ACTIONS(6023), - [anon_sym_AMP] = ACTIONS(6021), - [anon_sym_EQ_EQ] = ACTIONS(6023), - [anon_sym_BANG_EQ] = ACTIONS(6023), - [anon_sym_GT] = ACTIONS(6021), - [anon_sym_GT_EQ] = ACTIONS(6023), - [anon_sym_LT_EQ] = ACTIONS(6021), - [anon_sym_LT] = ACTIONS(6021), - [anon_sym_LT_LT] = ACTIONS(6023), - [anon_sym_GT_GT] = ACTIONS(6023), - [anon_sym_SEMI] = ACTIONS(6023), - [anon_sym___extension__] = ACTIONS(6023), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(6023), - [anon_sym_RBRACE] = ACTIONS(6023), - [anon_sym_LBRACK] = ACTIONS(6023), - [anon_sym_RBRACK] = ACTIONS(6023), - [anon_sym_const] = ACTIONS(6021), - [anon_sym_constexpr] = ACTIONS(6023), - [anon_sym_volatile] = ACTIONS(6023), - [anon_sym_restrict] = ACTIONS(6023), - [anon_sym___restrict__] = ACTIONS(6023), - [anon_sym__Atomic] = ACTIONS(6023), - [anon_sym__Noreturn] = ACTIONS(6023), - [anon_sym_noreturn] = ACTIONS(6023), - [anon_sym__Nonnull] = ACTIONS(6023), - [anon_sym_mutable] = ACTIONS(6023), - [anon_sym_constinit] = ACTIONS(6023), - [anon_sym_consteval] = ACTIONS(6023), - [anon_sym_PROGMEM] = ACTIONS(6023), - [anon_sym_alignas] = ACTIONS(6023), - [anon_sym__Alignas] = ACTIONS(6023), - [anon_sym_COLON] = ACTIONS(6023), - [anon_sym_QMARK] = ACTIONS(6023), - [anon_sym_LT_EQ_GT] = ACTIONS(6023), - [anon_sym_or] = ACTIONS(6023), - [anon_sym_and] = ACTIONS(6023), - [anon_sym_bitor] = ACTIONS(6023), - [anon_sym_xor] = ACTIONS(6023), - [anon_sym_bitand] = ACTIONS(6023), - [anon_sym_not_eq] = ACTIONS(6023), - [anon_sym_DASH_DASH] = ACTIONS(6023), - [anon_sym_PLUS_PLUS] = ACTIONS(6023), - [anon_sym_DOT] = ACTIONS(6021), - [anon_sym_DOT_STAR] = ACTIONS(6023), - [anon_sym_DASH_GT] = ACTIONS(6023), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6023), - [anon_sym_decltype] = ACTIONS(6023), - [anon_sym_final] = ACTIONS(6023), - [anon_sym_override] = ACTIONS(6023), - [anon_sym_requires] = ACTIONS(6023), - }, - [2274] = { - [sym_attribute_specifier] = STATE(1813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6019), - [anon_sym_COMMA] = ACTIONS(6019), - [anon_sym_RPAREN] = ACTIONS(6019), - [anon_sym_LPAREN2] = ACTIONS(6019), - [anon_sym_DASH] = ACTIONS(6017), - [anon_sym_PLUS] = ACTIONS(6017), - [anon_sym_STAR] = ACTIONS(6019), - [anon_sym_SLASH] = ACTIONS(6017), - [anon_sym_PERCENT] = ACTIONS(6019), - [anon_sym_PIPE_PIPE] = ACTIONS(6019), - [anon_sym_AMP_AMP] = ACTIONS(6019), - [anon_sym_PIPE] = ACTIONS(6017), - [anon_sym_CARET] = ACTIONS(6019), - [anon_sym_AMP] = ACTIONS(6017), - [anon_sym_EQ_EQ] = ACTIONS(6019), - [anon_sym_BANG_EQ] = ACTIONS(6019), - [anon_sym_GT] = ACTIONS(6017), - [anon_sym_GT_EQ] = ACTIONS(6019), - [anon_sym_LT_EQ] = ACTIONS(6017), - [anon_sym_LT] = ACTIONS(6017), - [anon_sym_LT_LT] = ACTIONS(6019), - [anon_sym_GT_GT] = ACTIONS(6019), - [anon_sym_SEMI] = ACTIONS(6019), - [anon_sym___extension__] = ACTIONS(6019), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(6019), - [anon_sym_RBRACE] = ACTIONS(6019), - [anon_sym_LBRACK] = ACTIONS(6019), - [anon_sym_RBRACK] = ACTIONS(6019), - [anon_sym_const] = ACTIONS(6017), - [anon_sym_constexpr] = ACTIONS(6019), - [anon_sym_volatile] = ACTIONS(6019), - [anon_sym_restrict] = ACTIONS(6019), - [anon_sym___restrict__] = ACTIONS(6019), - [anon_sym__Atomic] = ACTIONS(6019), - [anon_sym__Noreturn] = ACTIONS(6019), - [anon_sym_noreturn] = ACTIONS(6019), - [anon_sym__Nonnull] = ACTIONS(6019), - [anon_sym_mutable] = ACTIONS(6019), - [anon_sym_constinit] = ACTIONS(6019), - [anon_sym_consteval] = ACTIONS(6019), - [anon_sym_PROGMEM] = ACTIONS(6019), - [anon_sym_alignas] = ACTIONS(6019), - [anon_sym__Alignas] = ACTIONS(6019), - [anon_sym_COLON] = ACTIONS(6019), - [anon_sym_QMARK] = ACTIONS(6019), - [anon_sym_LT_EQ_GT] = ACTIONS(6019), - [anon_sym_or] = ACTIONS(6019), - [anon_sym_and] = ACTIONS(6019), - [anon_sym_bitor] = ACTIONS(6019), - [anon_sym_xor] = ACTIONS(6019), - [anon_sym_bitand] = ACTIONS(6019), - [anon_sym_not_eq] = ACTIONS(6019), - [anon_sym_DASH_DASH] = ACTIONS(6019), - [anon_sym_PLUS_PLUS] = ACTIONS(6019), - [anon_sym_DOT] = ACTIONS(6017), - [anon_sym_DOT_STAR] = ACTIONS(6019), - [anon_sym_DASH_GT] = ACTIONS(6019), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6019), - [anon_sym_decltype] = ACTIONS(6019), - [anon_sym_final] = ACTIONS(6019), - [anon_sym_override] = ACTIONS(6019), - [anon_sym_requires] = ACTIONS(6019), - }, - [2275] = { - [sym_attribute_specifier] = STATE(1822), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6006), - [anon_sym_COMMA] = ACTIONS(6006), - [anon_sym_RPAREN] = ACTIONS(6006), - [anon_sym_LPAREN2] = ACTIONS(6006), - [anon_sym_DASH] = ACTIONS(6004), - [anon_sym_PLUS] = ACTIONS(6004), - [anon_sym_STAR] = ACTIONS(6006), - [anon_sym_SLASH] = ACTIONS(6004), - [anon_sym_PERCENT] = ACTIONS(6006), - [anon_sym_PIPE_PIPE] = ACTIONS(6006), - [anon_sym_AMP_AMP] = ACTIONS(6006), - [anon_sym_PIPE] = ACTIONS(6004), - [anon_sym_CARET] = ACTIONS(6006), - [anon_sym_AMP] = ACTIONS(6004), - [anon_sym_EQ_EQ] = ACTIONS(6006), - [anon_sym_BANG_EQ] = ACTIONS(6006), - [anon_sym_GT] = ACTIONS(6004), - [anon_sym_GT_EQ] = ACTIONS(6006), - [anon_sym_LT_EQ] = ACTIONS(6004), - [anon_sym_LT] = ACTIONS(6004), - [anon_sym_LT_LT] = ACTIONS(6006), - [anon_sym_GT_GT] = ACTIONS(6006), - [anon_sym_SEMI] = ACTIONS(6006), - [anon_sym___extension__] = ACTIONS(6006), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(6006), - [anon_sym_RBRACE] = ACTIONS(6006), - [anon_sym_LBRACK] = ACTIONS(6006), - [anon_sym_RBRACK] = ACTIONS(6006), - [anon_sym_const] = ACTIONS(6004), - [anon_sym_constexpr] = ACTIONS(6006), - [anon_sym_volatile] = ACTIONS(6006), - [anon_sym_restrict] = ACTIONS(6006), - [anon_sym___restrict__] = ACTIONS(6006), - [anon_sym__Atomic] = ACTIONS(6006), - [anon_sym__Noreturn] = ACTIONS(6006), - [anon_sym_noreturn] = ACTIONS(6006), - [anon_sym__Nonnull] = ACTIONS(6006), - [anon_sym_mutable] = ACTIONS(6006), - [anon_sym_constinit] = ACTIONS(6006), - [anon_sym_consteval] = ACTIONS(6006), - [anon_sym_PROGMEM] = ACTIONS(6006), - [anon_sym_alignas] = ACTIONS(6006), - [anon_sym__Alignas] = ACTIONS(6006), - [anon_sym_COLON] = ACTIONS(6006), - [anon_sym_QMARK] = ACTIONS(6006), - [anon_sym_LT_EQ_GT] = ACTIONS(6006), - [anon_sym_or] = ACTIONS(6006), - [anon_sym_and] = ACTIONS(6006), - [anon_sym_bitor] = ACTIONS(6006), - [anon_sym_xor] = ACTIONS(6006), - [anon_sym_bitand] = ACTIONS(6006), - [anon_sym_not_eq] = ACTIONS(6006), - [anon_sym_DASH_DASH] = ACTIONS(6006), - [anon_sym_PLUS_PLUS] = ACTIONS(6006), - [anon_sym_DOT] = ACTIONS(6004), - [anon_sym_DOT_STAR] = ACTIONS(6006), - [anon_sym_DASH_GT] = ACTIONS(6006), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6006), - [anon_sym_decltype] = ACTIONS(6006), - [anon_sym_final] = ACTIONS(6006), - [anon_sym_override] = ACTIONS(6006), - [anon_sym_requires] = ACTIONS(6006), - }, - [2276] = { - [sym_attribute_specifier] = STATE(1831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6002), - [anon_sym_COMMA] = ACTIONS(6002), - [anon_sym_RPAREN] = ACTIONS(6002), - [anon_sym_LPAREN2] = ACTIONS(6002), - [anon_sym_DASH] = ACTIONS(6000), - [anon_sym_PLUS] = ACTIONS(6000), - [anon_sym_STAR] = ACTIONS(6002), - [anon_sym_SLASH] = ACTIONS(6000), - [anon_sym_PERCENT] = ACTIONS(6002), - [anon_sym_PIPE_PIPE] = ACTIONS(6002), - [anon_sym_AMP_AMP] = ACTIONS(6002), - [anon_sym_PIPE] = ACTIONS(6000), - [anon_sym_CARET] = ACTIONS(6002), - [anon_sym_AMP] = ACTIONS(6000), - [anon_sym_EQ_EQ] = ACTIONS(6002), - [anon_sym_BANG_EQ] = ACTIONS(6002), - [anon_sym_GT] = ACTIONS(6000), - [anon_sym_GT_EQ] = ACTIONS(6002), - [anon_sym_LT_EQ] = ACTIONS(6000), - [anon_sym_LT] = ACTIONS(6000), - [anon_sym_LT_LT] = ACTIONS(6002), - [anon_sym_GT_GT] = ACTIONS(6002), - [anon_sym_SEMI] = ACTIONS(6002), - [anon_sym___extension__] = ACTIONS(6002), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(6002), - [anon_sym_RBRACE] = ACTIONS(6002), - [anon_sym_LBRACK] = ACTIONS(6002), - [anon_sym_RBRACK] = ACTIONS(6002), - [anon_sym_const] = ACTIONS(6000), - [anon_sym_constexpr] = ACTIONS(6002), - [anon_sym_volatile] = ACTIONS(6002), - [anon_sym_restrict] = ACTIONS(6002), - [anon_sym___restrict__] = ACTIONS(6002), - [anon_sym__Atomic] = ACTIONS(6002), - [anon_sym__Noreturn] = ACTIONS(6002), - [anon_sym_noreturn] = ACTIONS(6002), - [anon_sym__Nonnull] = ACTIONS(6002), - [anon_sym_mutable] = ACTIONS(6002), - [anon_sym_constinit] = ACTIONS(6002), - [anon_sym_consteval] = ACTIONS(6002), - [anon_sym_PROGMEM] = ACTIONS(6002), - [anon_sym_alignas] = ACTIONS(6002), - [anon_sym__Alignas] = ACTIONS(6002), - [anon_sym_COLON] = ACTIONS(6002), - [anon_sym_QMARK] = ACTIONS(6002), - [anon_sym_LT_EQ_GT] = ACTIONS(6002), - [anon_sym_or] = ACTIONS(6002), - [anon_sym_and] = ACTIONS(6002), - [anon_sym_bitor] = ACTIONS(6002), - [anon_sym_xor] = ACTIONS(6002), - [anon_sym_bitand] = ACTIONS(6002), - [anon_sym_not_eq] = ACTIONS(6002), - [anon_sym_DASH_DASH] = ACTIONS(6002), - [anon_sym_PLUS_PLUS] = ACTIONS(6002), - [anon_sym_DOT] = ACTIONS(6000), - [anon_sym_DOT_STAR] = ACTIONS(6002), - [anon_sym_DASH_GT] = ACTIONS(6002), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6002), - [anon_sym_decltype] = ACTIONS(6002), - [anon_sym_final] = ACTIONS(6002), - [anon_sym_override] = ACTIONS(6002), - [anon_sym_requires] = ACTIONS(6002), - }, - [2277] = { - [sym_identifier] = ACTIONS(5595), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5597), - [anon_sym_COMMA] = ACTIONS(5597), - [anon_sym_RPAREN] = ACTIONS(5597), - [aux_sym_preproc_if_token2] = ACTIONS(5597), - [aux_sym_preproc_else_token1] = ACTIONS(5597), - [aux_sym_preproc_elif_token1] = ACTIONS(5595), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5597), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5597), - [anon_sym_LPAREN2] = ACTIONS(5597), - [anon_sym_DASH] = ACTIONS(5595), - [anon_sym_PLUS] = ACTIONS(5595), - [anon_sym_STAR] = ACTIONS(5595), - [anon_sym_SLASH] = ACTIONS(5595), - [anon_sym_PERCENT] = ACTIONS(5595), - [anon_sym_PIPE_PIPE] = ACTIONS(5597), - [anon_sym_AMP_AMP] = ACTIONS(5597), - [anon_sym_PIPE] = ACTIONS(5595), - [anon_sym_CARET] = ACTIONS(5595), - [anon_sym_AMP] = ACTIONS(5595), - [anon_sym_EQ_EQ] = ACTIONS(5597), - [anon_sym_BANG_EQ] = ACTIONS(5597), - [anon_sym_GT] = ACTIONS(5595), - [anon_sym_GT_EQ] = ACTIONS(5597), - [anon_sym_LT_EQ] = ACTIONS(5595), - [anon_sym_LT] = ACTIONS(5595), - [anon_sym_LT_LT] = ACTIONS(5595), - [anon_sym_GT_GT] = ACTIONS(5595), - [anon_sym_SEMI] = ACTIONS(5597), - [anon_sym___attribute__] = ACTIONS(5595), - [anon_sym___attribute] = ACTIONS(5595), - [anon_sym_LBRACE] = ACTIONS(5597), - [anon_sym_RBRACE] = ACTIONS(5597), - [anon_sym_LBRACK] = ACTIONS(5597), - [anon_sym_RBRACK] = ACTIONS(5597), - [anon_sym_EQ] = ACTIONS(5595), - [anon_sym_COLON] = ACTIONS(5597), - [anon_sym_QMARK] = ACTIONS(5597), - [anon_sym_STAR_EQ] = ACTIONS(5597), - [anon_sym_SLASH_EQ] = ACTIONS(5597), - [anon_sym_PERCENT_EQ] = ACTIONS(5597), - [anon_sym_PLUS_EQ] = ACTIONS(5597), - [anon_sym_DASH_EQ] = ACTIONS(5597), - [anon_sym_LT_LT_EQ] = ACTIONS(5597), - [anon_sym_GT_GT_EQ] = ACTIONS(5597), - [anon_sym_AMP_EQ] = ACTIONS(5597), - [anon_sym_CARET_EQ] = ACTIONS(5597), - [anon_sym_PIPE_EQ] = ACTIONS(5597), - [anon_sym_and_eq] = ACTIONS(5595), - [anon_sym_or_eq] = ACTIONS(5595), - [anon_sym_xor_eq] = ACTIONS(5595), - [anon_sym_LT_EQ_GT] = ACTIONS(5597), - [anon_sym_or] = ACTIONS(5595), - [anon_sym_and] = ACTIONS(5595), - [anon_sym_bitor] = ACTIONS(5595), - [anon_sym_xor] = ACTIONS(5595), - [anon_sym_bitand] = ACTIONS(5595), - [anon_sym_not_eq] = ACTIONS(5595), - [anon_sym_DASH_DASH] = ACTIONS(5597), - [anon_sym_PLUS_PLUS] = ACTIONS(5597), - [anon_sym_DOT] = ACTIONS(5595), - [anon_sym_DOT_STAR] = ACTIONS(5597), - [anon_sym_DASH_GT] = ACTIONS(5597), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5595), - [anon_sym_decltype] = ACTIONS(5595), - }, - [2278] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5756), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5754), - [anon_sym_COMMA] = ACTIONS(5754), - [aux_sym_preproc_if_token2] = ACTIONS(5754), - [aux_sym_preproc_else_token1] = ACTIONS(5754), - [aux_sym_preproc_elif_token1] = ACTIONS(5756), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5754), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5754), - [anon_sym_LPAREN2] = ACTIONS(5754), - [anon_sym_DASH] = ACTIONS(5756), - [anon_sym_PLUS] = ACTIONS(5756), - [anon_sym_STAR] = ACTIONS(5756), - [anon_sym_SLASH] = ACTIONS(5756), - [anon_sym_PERCENT] = ACTIONS(5756), - [anon_sym_PIPE_PIPE] = ACTIONS(5754), - [anon_sym_AMP_AMP] = ACTIONS(5754), - [anon_sym_PIPE] = ACTIONS(5756), - [anon_sym_CARET] = ACTIONS(5756), - [anon_sym_AMP] = ACTIONS(5756), - [anon_sym_EQ_EQ] = ACTIONS(5754), - [anon_sym_BANG_EQ] = ACTIONS(5754), - [anon_sym_GT] = ACTIONS(5756), - [anon_sym_GT_EQ] = ACTIONS(5754), - [anon_sym_LT_EQ] = ACTIONS(5756), - [anon_sym_LT] = ACTIONS(5756), - [anon_sym_LT_LT] = ACTIONS(5756), - [anon_sym_GT_GT] = ACTIONS(5756), - [anon_sym___attribute__] = ACTIONS(5756), - [anon_sym___attribute] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5754), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5754), - [anon_sym_EQ] = ACTIONS(5756), - [anon_sym_QMARK] = ACTIONS(5754), - [anon_sym_STAR_EQ] = ACTIONS(5754), - [anon_sym_SLASH_EQ] = ACTIONS(5754), - [anon_sym_PERCENT_EQ] = ACTIONS(5754), - [anon_sym_PLUS_EQ] = ACTIONS(5754), - [anon_sym_DASH_EQ] = ACTIONS(5754), - [anon_sym_LT_LT_EQ] = ACTIONS(5754), - [anon_sym_GT_GT_EQ] = ACTIONS(5754), - [anon_sym_AMP_EQ] = ACTIONS(5754), - [anon_sym_CARET_EQ] = ACTIONS(5754), - [anon_sym_PIPE_EQ] = ACTIONS(5754), - [anon_sym_and_eq] = ACTIONS(5756), - [anon_sym_or_eq] = ACTIONS(5756), - [anon_sym_xor_eq] = ACTIONS(5756), - [anon_sym_LT_EQ_GT] = ACTIONS(5754), - [anon_sym_or] = ACTIONS(5756), - [anon_sym_and] = ACTIONS(5756), - [anon_sym_bitor] = ACTIONS(5756), - [anon_sym_xor] = ACTIONS(5756), - [anon_sym_bitand] = ACTIONS(5756), - [anon_sym_not_eq] = ACTIONS(5756), - [anon_sym_DASH_DASH] = ACTIONS(5754), - [anon_sym_PLUS_PLUS] = ACTIONS(5754), - [anon_sym_DOT] = ACTIONS(5756), - [anon_sym_DOT_STAR] = ACTIONS(5754), - [anon_sym_DASH_GT] = ACTIONS(5754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5756), - [anon_sym_decltype] = ACTIONS(5756), - }, - [2279] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5760), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5758), - [anon_sym_COMMA] = ACTIONS(5758), - [aux_sym_preproc_if_token2] = ACTIONS(5758), - [aux_sym_preproc_else_token1] = ACTIONS(5758), - [aux_sym_preproc_elif_token1] = ACTIONS(5760), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5758), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5758), - [anon_sym_LPAREN2] = ACTIONS(5758), - [anon_sym_DASH] = ACTIONS(5760), - [anon_sym_PLUS] = ACTIONS(5760), - [anon_sym_STAR] = ACTIONS(5760), - [anon_sym_SLASH] = ACTIONS(5760), - [anon_sym_PERCENT] = ACTIONS(5760), - [anon_sym_PIPE_PIPE] = ACTIONS(5758), - [anon_sym_AMP_AMP] = ACTIONS(5758), - [anon_sym_PIPE] = ACTIONS(5760), - [anon_sym_CARET] = ACTIONS(5760), - [anon_sym_AMP] = ACTIONS(5760), - [anon_sym_EQ_EQ] = ACTIONS(5758), - [anon_sym_BANG_EQ] = ACTIONS(5758), - [anon_sym_GT] = ACTIONS(5760), - [anon_sym_GT_EQ] = ACTIONS(5758), - [anon_sym_LT_EQ] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5760), - [anon_sym_LT_LT] = ACTIONS(5760), - [anon_sym_GT_GT] = ACTIONS(5760), - [anon_sym___attribute__] = ACTIONS(5760), - [anon_sym___attribute] = ACTIONS(5760), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5758), - [anon_sym_EQ] = ACTIONS(5760), - [anon_sym_QMARK] = ACTIONS(5758), - [anon_sym_STAR_EQ] = ACTIONS(5758), - [anon_sym_SLASH_EQ] = ACTIONS(5758), - [anon_sym_PERCENT_EQ] = ACTIONS(5758), - [anon_sym_PLUS_EQ] = ACTIONS(5758), - [anon_sym_DASH_EQ] = ACTIONS(5758), - [anon_sym_LT_LT_EQ] = ACTIONS(5758), - [anon_sym_GT_GT_EQ] = ACTIONS(5758), - [anon_sym_AMP_EQ] = ACTIONS(5758), - [anon_sym_CARET_EQ] = ACTIONS(5758), - [anon_sym_PIPE_EQ] = ACTIONS(5758), - [anon_sym_and_eq] = ACTIONS(5760), - [anon_sym_or_eq] = ACTIONS(5760), - [anon_sym_xor_eq] = ACTIONS(5760), - [anon_sym_LT_EQ_GT] = ACTIONS(5758), - [anon_sym_or] = ACTIONS(5760), - [anon_sym_and] = ACTIONS(5760), - [anon_sym_bitor] = ACTIONS(5760), - [anon_sym_xor] = ACTIONS(5760), - [anon_sym_bitand] = ACTIONS(5760), - [anon_sym_not_eq] = ACTIONS(5760), - [anon_sym_DASH_DASH] = ACTIONS(5758), - [anon_sym_PLUS_PLUS] = ACTIONS(5758), - [anon_sym_DOT] = ACTIONS(5760), - [anon_sym_DOT_STAR] = ACTIONS(5758), - [anon_sym_DASH_GT] = ACTIONS(5758), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5760), - [anon_sym_decltype] = ACTIONS(5760), - }, - [2280] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2243), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), - [anon_sym_COMMA] = ACTIONS(5790), - [anon_sym_LPAREN2] = ACTIONS(5790), - [anon_sym_DASH] = ACTIONS(5792), - [anon_sym_PLUS] = ACTIONS(5792), - [anon_sym_STAR] = ACTIONS(5790), - [anon_sym_SLASH] = ACTIONS(5792), - [anon_sym_PERCENT] = ACTIONS(5790), - [anon_sym_PIPE_PIPE] = ACTIONS(5790), - [anon_sym_AMP_AMP] = ACTIONS(5790), - [anon_sym_PIPE] = ACTIONS(5792), - [anon_sym_CARET] = ACTIONS(5790), - [anon_sym_AMP] = ACTIONS(5792), - [anon_sym_EQ_EQ] = ACTIONS(5790), - [anon_sym_BANG_EQ] = ACTIONS(5790), - [anon_sym_GT] = ACTIONS(5792), - [anon_sym_GT_EQ] = ACTIONS(5792), - [anon_sym_LT_EQ] = ACTIONS(5792), - [anon_sym_LT] = ACTIONS(5792), - [anon_sym_LT_LT] = ACTIONS(5790), - [anon_sym_GT_GT] = ACTIONS(5792), - [anon_sym___extension__] = ACTIONS(5790), - [anon_sym___attribute__] = ACTIONS(5790), - [anon_sym___attribute] = ACTIONS(5792), - [anon_sym_LBRACE] = ACTIONS(5790), - [anon_sym_signed] = ACTIONS(6190), - [anon_sym_unsigned] = ACTIONS(6190), - [anon_sym_long] = ACTIONS(6190), - [anon_sym_short] = ACTIONS(6190), - [anon_sym_LBRACK] = ACTIONS(5790), - [anon_sym_const] = ACTIONS(5792), - [anon_sym_constexpr] = ACTIONS(5790), - [anon_sym_volatile] = ACTIONS(5790), - [anon_sym_restrict] = ACTIONS(5790), - [anon_sym___restrict__] = ACTIONS(5790), - [anon_sym__Atomic] = ACTIONS(5790), - [anon_sym__Noreturn] = ACTIONS(5790), - [anon_sym_noreturn] = ACTIONS(5790), - [anon_sym__Nonnull] = ACTIONS(5790), - [anon_sym_mutable] = ACTIONS(5790), - [anon_sym_constinit] = ACTIONS(5790), - [anon_sym_consteval] = ACTIONS(5790), - [anon_sym_PROGMEM] = ACTIONS(5790), - [anon_sym_alignas] = ACTIONS(5790), - [anon_sym__Alignas] = ACTIONS(5790), - [anon_sym_QMARK] = ACTIONS(5790), - [anon_sym_LT_EQ_GT] = ACTIONS(5790), - [anon_sym_or] = ACTIONS(5790), - [anon_sym_and] = ACTIONS(5790), - [anon_sym_bitor] = ACTIONS(5790), - [anon_sym_xor] = ACTIONS(5790), - [anon_sym_bitand] = ACTIONS(5790), - [anon_sym_not_eq] = ACTIONS(5790), - [anon_sym_DASH_DASH] = ACTIONS(5790), - [anon_sym_PLUS_PLUS] = ACTIONS(5790), - [anon_sym_DOT] = ACTIONS(5792), - [anon_sym_DOT_STAR] = ACTIONS(5790), - [anon_sym_DASH_GT] = ACTIONS(5790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5790), - [anon_sym_decltype] = ACTIONS(5790), - [anon_sym_final] = ACTIONS(5790), - [anon_sym_override] = ACTIONS(5790), - [anon_sym_GT2] = ACTIONS(5790), - [anon_sym_requires] = ACTIONS(5790), - }, - [2281] = { - [sym_identifier] = ACTIONS(5561), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5563), - [anon_sym_COMMA] = ACTIONS(5563), - [anon_sym_RPAREN] = ACTIONS(5563), - [aux_sym_preproc_if_token2] = ACTIONS(5563), - [aux_sym_preproc_else_token1] = ACTIONS(5563), - [aux_sym_preproc_elif_token1] = ACTIONS(5561), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5563), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5563), - [anon_sym_LPAREN2] = ACTIONS(5563), - [anon_sym_DASH] = ACTIONS(5561), - [anon_sym_PLUS] = ACTIONS(5561), - [anon_sym_STAR] = ACTIONS(5561), - [anon_sym_SLASH] = ACTIONS(5561), - [anon_sym_PERCENT] = ACTIONS(5561), - [anon_sym_PIPE_PIPE] = ACTIONS(5563), - [anon_sym_AMP_AMP] = ACTIONS(5563), - [anon_sym_PIPE] = ACTIONS(5561), - [anon_sym_CARET] = ACTIONS(5561), - [anon_sym_AMP] = ACTIONS(5561), - [anon_sym_EQ_EQ] = ACTIONS(5563), - [anon_sym_BANG_EQ] = ACTIONS(5563), - [anon_sym_GT] = ACTIONS(5561), - [anon_sym_GT_EQ] = ACTIONS(5563), - [anon_sym_LT_EQ] = ACTIONS(5561), - [anon_sym_LT] = ACTIONS(5561), - [anon_sym_LT_LT] = ACTIONS(5561), - [anon_sym_GT_GT] = ACTIONS(5561), - [anon_sym_SEMI] = ACTIONS(5563), - [anon_sym___attribute__] = ACTIONS(5561), - [anon_sym___attribute] = ACTIONS(5561), - [anon_sym_LBRACE] = ACTIONS(5563), - [anon_sym_RBRACE] = ACTIONS(5563), - [anon_sym_LBRACK] = ACTIONS(5563), - [anon_sym_RBRACK] = ACTIONS(5563), - [anon_sym_EQ] = ACTIONS(5561), - [anon_sym_COLON] = ACTIONS(5563), - [anon_sym_QMARK] = ACTIONS(5563), - [anon_sym_STAR_EQ] = ACTIONS(5563), - [anon_sym_SLASH_EQ] = ACTIONS(5563), - [anon_sym_PERCENT_EQ] = ACTIONS(5563), - [anon_sym_PLUS_EQ] = ACTIONS(5563), - [anon_sym_DASH_EQ] = ACTIONS(5563), - [anon_sym_LT_LT_EQ] = ACTIONS(5563), - [anon_sym_GT_GT_EQ] = ACTIONS(5563), - [anon_sym_AMP_EQ] = ACTIONS(5563), - [anon_sym_CARET_EQ] = ACTIONS(5563), - [anon_sym_PIPE_EQ] = ACTIONS(5563), - [anon_sym_and_eq] = ACTIONS(5561), - [anon_sym_or_eq] = ACTIONS(5561), - [anon_sym_xor_eq] = ACTIONS(5561), - [anon_sym_LT_EQ_GT] = ACTIONS(5563), - [anon_sym_or] = ACTIONS(5561), - [anon_sym_and] = ACTIONS(5561), - [anon_sym_bitor] = ACTIONS(5561), - [anon_sym_xor] = ACTIONS(5561), - [anon_sym_bitand] = ACTIONS(5561), - [anon_sym_not_eq] = ACTIONS(5561), - [anon_sym_DASH_DASH] = ACTIONS(5563), - [anon_sym_PLUS_PLUS] = ACTIONS(5563), - [anon_sym_DOT] = ACTIONS(5561), - [anon_sym_DOT_STAR] = ACTIONS(5563), - [anon_sym_DASH_GT] = ACTIONS(5563), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5561), - [anon_sym_decltype] = ACTIONS(5561), - }, - [2282] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), - [anon_sym_COMMA] = ACTIONS(5800), - [anon_sym_LPAREN2] = ACTIONS(5800), - [anon_sym_DASH] = ACTIONS(5802), - [anon_sym_PLUS] = ACTIONS(5802), - [anon_sym_STAR] = ACTIONS(5800), - [anon_sym_SLASH] = ACTIONS(5802), - [anon_sym_PERCENT] = ACTIONS(5800), - [anon_sym_PIPE_PIPE] = ACTIONS(5800), - [anon_sym_AMP_AMP] = ACTIONS(5800), - [anon_sym_PIPE] = ACTIONS(5802), - [anon_sym_CARET] = ACTIONS(5800), - [anon_sym_AMP] = ACTIONS(5802), - [anon_sym_EQ_EQ] = ACTIONS(5800), - [anon_sym_BANG_EQ] = ACTIONS(5800), - [anon_sym_GT] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_LT] = ACTIONS(5802), - [anon_sym_LT_LT] = ACTIONS(5800), - [anon_sym_GT_GT] = ACTIONS(5802), - [anon_sym___extension__] = ACTIONS(5800), - [anon_sym___attribute__] = ACTIONS(5800), - [anon_sym___attribute] = ACTIONS(5802), - [anon_sym_LBRACE] = ACTIONS(5800), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5800), - [anon_sym_const] = ACTIONS(5802), - [anon_sym_constexpr] = ACTIONS(5800), - [anon_sym_volatile] = ACTIONS(5800), - [anon_sym_restrict] = ACTIONS(5800), - [anon_sym___restrict__] = ACTIONS(5800), - [anon_sym__Atomic] = ACTIONS(5800), - [anon_sym__Noreturn] = ACTIONS(5800), - [anon_sym_noreturn] = ACTIONS(5800), - [anon_sym__Nonnull] = ACTIONS(5800), - [anon_sym_mutable] = ACTIONS(5800), - [anon_sym_constinit] = ACTIONS(5800), - [anon_sym_consteval] = ACTIONS(5800), - [anon_sym_PROGMEM] = ACTIONS(5800), - [anon_sym_alignas] = ACTIONS(5800), - [anon_sym__Alignas] = ACTIONS(5800), - [anon_sym_QMARK] = ACTIONS(5800), - [anon_sym_LT_EQ_GT] = ACTIONS(5800), - [anon_sym_or] = ACTIONS(5800), - [anon_sym_and] = ACTIONS(5800), - [anon_sym_bitor] = ACTIONS(5800), - [anon_sym_xor] = ACTIONS(5800), - [anon_sym_bitand] = ACTIONS(5800), - [anon_sym_not_eq] = ACTIONS(5800), - [anon_sym_DASH_DASH] = ACTIONS(5800), - [anon_sym_PLUS_PLUS] = ACTIONS(5800), - [anon_sym_DOT] = ACTIONS(5802), - [anon_sym_DOT_STAR] = ACTIONS(5800), - [anon_sym_DASH_GT] = ACTIONS(5800), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5800), - [anon_sym_decltype] = ACTIONS(5800), - [anon_sym_final] = ACTIONS(5800), - [anon_sym_override] = ACTIONS(5800), - [anon_sym_GT2] = ACTIONS(5800), - [anon_sym_requires] = ACTIONS(5800), - }, - [2283] = { - [sym_identifier] = ACTIONS(5603), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5605), - [anon_sym_COMMA] = ACTIONS(5605), - [anon_sym_RPAREN] = ACTIONS(5605), - [aux_sym_preproc_if_token2] = ACTIONS(5605), - [aux_sym_preproc_else_token1] = ACTIONS(5605), - [aux_sym_preproc_elif_token1] = ACTIONS(5603), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5605), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5605), - [anon_sym_LPAREN2] = ACTIONS(5605), - [anon_sym_DASH] = ACTIONS(5603), - [anon_sym_PLUS] = ACTIONS(5603), - [anon_sym_STAR] = ACTIONS(5603), - [anon_sym_SLASH] = ACTIONS(5603), - [anon_sym_PERCENT] = ACTIONS(5603), - [anon_sym_PIPE_PIPE] = ACTIONS(5605), - [anon_sym_AMP_AMP] = ACTIONS(5605), - [anon_sym_PIPE] = ACTIONS(5603), - [anon_sym_CARET] = ACTIONS(5603), - [anon_sym_AMP] = ACTIONS(5603), - [anon_sym_EQ_EQ] = ACTIONS(5605), - [anon_sym_BANG_EQ] = ACTIONS(5605), - [anon_sym_GT] = ACTIONS(5603), - [anon_sym_GT_EQ] = ACTIONS(5605), - [anon_sym_LT_EQ] = ACTIONS(5603), - [anon_sym_LT] = ACTIONS(5603), - [anon_sym_LT_LT] = ACTIONS(5603), - [anon_sym_GT_GT] = ACTIONS(5603), - [anon_sym_SEMI] = ACTIONS(5605), - [anon_sym___attribute__] = ACTIONS(5603), - [anon_sym___attribute] = ACTIONS(5603), - [anon_sym_LBRACE] = ACTIONS(5605), - [anon_sym_RBRACE] = ACTIONS(5605), - [anon_sym_LBRACK] = ACTIONS(5605), - [anon_sym_RBRACK] = ACTIONS(5605), - [anon_sym_EQ] = ACTIONS(5603), - [anon_sym_COLON] = ACTIONS(5605), - [anon_sym_QMARK] = ACTIONS(5605), - [anon_sym_STAR_EQ] = ACTIONS(5605), - [anon_sym_SLASH_EQ] = ACTIONS(5605), - [anon_sym_PERCENT_EQ] = ACTIONS(5605), - [anon_sym_PLUS_EQ] = ACTIONS(5605), - [anon_sym_DASH_EQ] = ACTIONS(5605), - [anon_sym_LT_LT_EQ] = ACTIONS(5605), - [anon_sym_GT_GT_EQ] = ACTIONS(5605), - [anon_sym_AMP_EQ] = ACTIONS(5605), - [anon_sym_CARET_EQ] = ACTIONS(5605), - [anon_sym_PIPE_EQ] = ACTIONS(5605), - [anon_sym_and_eq] = ACTIONS(5603), - [anon_sym_or_eq] = ACTIONS(5603), - [anon_sym_xor_eq] = ACTIONS(5603), - [anon_sym_LT_EQ_GT] = ACTIONS(5605), - [anon_sym_or] = ACTIONS(5603), - [anon_sym_and] = ACTIONS(5603), - [anon_sym_bitor] = ACTIONS(5603), - [anon_sym_xor] = ACTIONS(5603), - [anon_sym_bitand] = ACTIONS(5603), - [anon_sym_not_eq] = ACTIONS(5603), - [anon_sym_DASH_DASH] = ACTIONS(5605), - [anon_sym_PLUS_PLUS] = ACTIONS(5605), - [anon_sym_DOT] = ACTIONS(5603), - [anon_sym_DOT_STAR] = ACTIONS(5605), - [anon_sym_DASH_GT] = ACTIONS(5605), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5603), - [anon_sym_decltype] = ACTIONS(5603), - }, - [2284] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2287), - [sym_identifier] = ACTIONS(5732), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), - [anon_sym_COMMA] = ACTIONS(5730), - [aux_sym_preproc_if_token2] = ACTIONS(5730), - [aux_sym_preproc_else_token1] = ACTIONS(5730), - [aux_sym_preproc_elif_token1] = ACTIONS(5732), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5730), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5730), - [anon_sym_LPAREN2] = ACTIONS(5730), - [anon_sym_DASH] = ACTIONS(5732), - [anon_sym_PLUS] = ACTIONS(5732), - [anon_sym_STAR] = ACTIONS(5732), - [anon_sym_SLASH] = ACTIONS(5732), - [anon_sym_PERCENT] = ACTIONS(5732), - [anon_sym_PIPE_PIPE] = ACTIONS(5730), - [anon_sym_AMP_AMP] = ACTIONS(5730), - [anon_sym_PIPE] = ACTIONS(5732), - [anon_sym_CARET] = ACTIONS(5732), - [anon_sym_AMP] = ACTIONS(5732), - [anon_sym_EQ_EQ] = ACTIONS(5730), - [anon_sym_BANG_EQ] = ACTIONS(5730), - [anon_sym_GT] = ACTIONS(5732), - [anon_sym_GT_EQ] = ACTIONS(5730), - [anon_sym_LT_EQ] = ACTIONS(5732), - [anon_sym_LT] = ACTIONS(5732), - [anon_sym_LT_LT] = ACTIONS(5732), - [anon_sym_GT_GT] = ACTIONS(5732), - [anon_sym___attribute__] = ACTIONS(5732), - [anon_sym___attribute] = ACTIONS(5732), - [anon_sym_LBRACE] = ACTIONS(5730), - [anon_sym_signed] = ACTIONS(6192), - [anon_sym_unsigned] = ACTIONS(6192), - [anon_sym_long] = ACTIONS(6192), - [anon_sym_short] = ACTIONS(6192), - [anon_sym_LBRACK] = ACTIONS(5730), - [anon_sym_EQ] = ACTIONS(5732), - [anon_sym_QMARK] = ACTIONS(5730), - [anon_sym_STAR_EQ] = ACTIONS(5730), - [anon_sym_SLASH_EQ] = ACTIONS(5730), - [anon_sym_PERCENT_EQ] = ACTIONS(5730), - [anon_sym_PLUS_EQ] = ACTIONS(5730), - [anon_sym_DASH_EQ] = ACTIONS(5730), - [anon_sym_LT_LT_EQ] = ACTIONS(5730), - [anon_sym_GT_GT_EQ] = ACTIONS(5730), - [anon_sym_AMP_EQ] = ACTIONS(5730), - [anon_sym_CARET_EQ] = ACTIONS(5730), - [anon_sym_PIPE_EQ] = ACTIONS(5730), - [anon_sym_and_eq] = ACTIONS(5732), - [anon_sym_or_eq] = ACTIONS(5732), - [anon_sym_xor_eq] = ACTIONS(5732), - [anon_sym_LT_EQ_GT] = ACTIONS(5730), - [anon_sym_or] = ACTIONS(5732), - [anon_sym_and] = ACTIONS(5732), - [anon_sym_bitor] = ACTIONS(5732), - [anon_sym_xor] = ACTIONS(5732), - [anon_sym_bitand] = ACTIONS(5732), - [anon_sym_not_eq] = ACTIONS(5732), - [anon_sym_DASH_DASH] = ACTIONS(5730), - [anon_sym_PLUS_PLUS] = ACTIONS(5730), - [anon_sym_DOT] = ACTIONS(5732), - [anon_sym_DOT_STAR] = ACTIONS(5730), - [anon_sym_DASH_GT] = ACTIONS(5730), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5732), - [anon_sym_decltype] = ACTIONS(5732), - }, - [2285] = { - [sym_identifier] = ACTIONS(5484), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5486), - [anon_sym_COMMA] = ACTIONS(5486), - [anon_sym_RPAREN] = ACTIONS(5486), - [aux_sym_preproc_if_token2] = ACTIONS(5486), - [aux_sym_preproc_else_token1] = ACTIONS(5486), - [aux_sym_preproc_elif_token1] = ACTIONS(5484), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5486), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5486), - [anon_sym_LPAREN2] = ACTIONS(5486), - [anon_sym_DASH] = ACTIONS(5484), - [anon_sym_PLUS] = ACTIONS(5484), - [anon_sym_STAR] = ACTIONS(5484), - [anon_sym_SLASH] = ACTIONS(5484), - [anon_sym_PERCENT] = ACTIONS(5484), - [anon_sym_PIPE_PIPE] = ACTIONS(5486), - [anon_sym_AMP_AMP] = ACTIONS(5486), - [anon_sym_PIPE] = ACTIONS(5484), - [anon_sym_CARET] = ACTIONS(5484), - [anon_sym_AMP] = ACTIONS(5484), - [anon_sym_EQ_EQ] = ACTIONS(5486), - [anon_sym_BANG_EQ] = ACTIONS(5486), - [anon_sym_GT] = ACTIONS(5484), - [anon_sym_GT_EQ] = ACTIONS(5486), - [anon_sym_LT_EQ] = ACTIONS(5484), - [anon_sym_LT] = ACTIONS(5484), - [anon_sym_LT_LT] = ACTIONS(5484), - [anon_sym_GT_GT] = ACTIONS(5484), - [anon_sym_SEMI] = ACTIONS(5486), - [anon_sym___attribute__] = ACTIONS(5484), - [anon_sym___attribute] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(5486), - [anon_sym_LBRACK] = ACTIONS(5486), - [anon_sym_RBRACK] = ACTIONS(5486), - [anon_sym_EQ] = ACTIONS(5484), - [anon_sym_COLON] = ACTIONS(5486), - [anon_sym_QMARK] = ACTIONS(5486), - [anon_sym_STAR_EQ] = ACTIONS(5486), - [anon_sym_SLASH_EQ] = ACTIONS(5486), - [anon_sym_PERCENT_EQ] = ACTIONS(5486), - [anon_sym_PLUS_EQ] = ACTIONS(5486), - [anon_sym_DASH_EQ] = ACTIONS(5486), - [anon_sym_LT_LT_EQ] = ACTIONS(5486), - [anon_sym_GT_GT_EQ] = ACTIONS(5486), - [anon_sym_AMP_EQ] = ACTIONS(5486), - [anon_sym_CARET_EQ] = ACTIONS(5486), - [anon_sym_PIPE_EQ] = ACTIONS(5486), - [anon_sym_and_eq] = ACTIONS(5484), - [anon_sym_or_eq] = ACTIONS(5484), - [anon_sym_xor_eq] = ACTIONS(5484), - [anon_sym_LT_EQ_GT] = ACTIONS(5486), - [anon_sym_or] = ACTIONS(5484), - [anon_sym_and] = ACTIONS(5484), - [anon_sym_bitor] = ACTIONS(5484), - [anon_sym_xor] = ACTIONS(5484), - [anon_sym_bitand] = ACTIONS(5484), - [anon_sym_not_eq] = ACTIONS(5484), - [anon_sym_DASH_DASH] = ACTIONS(5486), - [anon_sym_PLUS_PLUS] = ACTIONS(5486), - [anon_sym_DOT] = ACTIONS(5484), - [anon_sym_DOT_STAR] = ACTIONS(5486), - [anon_sym_DASH_GT] = ACTIONS(5486), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5484), - [anon_sym_decltype] = ACTIONS(5484), - }, - [2286] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2288), - [sym_identifier] = ACTIONS(5748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5746), - [anon_sym_COMMA] = ACTIONS(5746), - [aux_sym_preproc_if_token2] = ACTIONS(5746), - [aux_sym_preproc_else_token1] = ACTIONS(5746), - [aux_sym_preproc_elif_token1] = ACTIONS(5748), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5746), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5746), - [anon_sym_LPAREN2] = ACTIONS(5746), - [anon_sym_DASH] = ACTIONS(5748), - [anon_sym_PLUS] = ACTIONS(5748), - [anon_sym_STAR] = ACTIONS(5748), - [anon_sym_SLASH] = ACTIONS(5748), - [anon_sym_PERCENT] = ACTIONS(5748), - [anon_sym_PIPE_PIPE] = ACTIONS(5746), - [anon_sym_AMP_AMP] = ACTIONS(5746), - [anon_sym_PIPE] = ACTIONS(5748), - [anon_sym_CARET] = ACTIONS(5748), - [anon_sym_AMP] = ACTIONS(5748), - [anon_sym_EQ_EQ] = ACTIONS(5746), - [anon_sym_BANG_EQ] = ACTIONS(5746), - [anon_sym_GT] = ACTIONS(5748), - [anon_sym_GT_EQ] = ACTIONS(5746), - [anon_sym_LT_EQ] = ACTIONS(5748), - [anon_sym_LT] = ACTIONS(5748), - [anon_sym_LT_LT] = ACTIONS(5748), - [anon_sym_GT_GT] = ACTIONS(5748), - [anon_sym___attribute__] = ACTIONS(5748), - [anon_sym___attribute] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(5746), - [anon_sym_signed] = ACTIONS(6194), - [anon_sym_unsigned] = ACTIONS(6194), - [anon_sym_long] = ACTIONS(6194), - [anon_sym_short] = ACTIONS(6194), - [anon_sym_LBRACK] = ACTIONS(5746), - [anon_sym_EQ] = ACTIONS(5748), - [anon_sym_QMARK] = ACTIONS(5746), - [anon_sym_STAR_EQ] = ACTIONS(5746), - [anon_sym_SLASH_EQ] = ACTIONS(5746), - [anon_sym_PERCENT_EQ] = ACTIONS(5746), - [anon_sym_PLUS_EQ] = ACTIONS(5746), - [anon_sym_DASH_EQ] = ACTIONS(5746), - [anon_sym_LT_LT_EQ] = ACTIONS(5746), - [anon_sym_GT_GT_EQ] = ACTIONS(5746), - [anon_sym_AMP_EQ] = ACTIONS(5746), - [anon_sym_CARET_EQ] = ACTIONS(5746), - [anon_sym_PIPE_EQ] = ACTIONS(5746), - [anon_sym_and_eq] = ACTIONS(5748), - [anon_sym_or_eq] = ACTIONS(5748), - [anon_sym_xor_eq] = ACTIONS(5748), - [anon_sym_LT_EQ_GT] = ACTIONS(5746), - [anon_sym_or] = ACTIONS(5748), - [anon_sym_and] = ACTIONS(5748), - [anon_sym_bitor] = ACTIONS(5748), - [anon_sym_xor] = ACTIONS(5748), - [anon_sym_bitand] = ACTIONS(5748), - [anon_sym_not_eq] = ACTIONS(5748), - [anon_sym_DASH_DASH] = ACTIONS(5746), - [anon_sym_PLUS_PLUS] = ACTIONS(5746), - [anon_sym_DOT] = ACTIONS(5748), - [anon_sym_DOT_STAR] = ACTIONS(5746), - [anon_sym_DASH_GT] = ACTIONS(5746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5748), - [anon_sym_decltype] = ACTIONS(5748), - }, - [2287] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5806), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), - [anon_sym_COMMA] = ACTIONS(5804), - [aux_sym_preproc_if_token2] = ACTIONS(5804), - [aux_sym_preproc_else_token1] = ACTIONS(5804), - [aux_sym_preproc_elif_token1] = ACTIONS(5806), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5804), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5804), - [anon_sym_LPAREN2] = ACTIONS(5804), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_STAR] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5806), - [anon_sym_PERCENT] = ACTIONS(5806), - [anon_sym_PIPE_PIPE] = ACTIONS(5804), - [anon_sym_AMP_AMP] = ACTIONS(5804), - [anon_sym_PIPE] = ACTIONS(5806), - [anon_sym_CARET] = ACTIONS(5806), - [anon_sym_AMP] = ACTIONS(5806), - [anon_sym_EQ_EQ] = ACTIONS(5804), - [anon_sym_BANG_EQ] = ACTIONS(5804), - [anon_sym_GT] = ACTIONS(5806), - [anon_sym_GT_EQ] = ACTIONS(5804), - [anon_sym_LT_EQ] = ACTIONS(5806), - [anon_sym_LT] = ACTIONS(5806), - [anon_sym_LT_LT] = ACTIONS(5806), - [anon_sym_GT_GT] = ACTIONS(5806), - [anon_sym___attribute__] = ACTIONS(5806), - [anon_sym___attribute] = ACTIONS(5806), - [anon_sym_LBRACE] = ACTIONS(5804), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5804), - [anon_sym_EQ] = ACTIONS(5806), - [anon_sym_QMARK] = ACTIONS(5804), - [anon_sym_STAR_EQ] = ACTIONS(5804), - [anon_sym_SLASH_EQ] = ACTIONS(5804), - [anon_sym_PERCENT_EQ] = ACTIONS(5804), - [anon_sym_PLUS_EQ] = ACTIONS(5804), - [anon_sym_DASH_EQ] = ACTIONS(5804), - [anon_sym_LT_LT_EQ] = ACTIONS(5804), - [anon_sym_GT_GT_EQ] = ACTIONS(5804), - [anon_sym_AMP_EQ] = ACTIONS(5804), - [anon_sym_CARET_EQ] = ACTIONS(5804), - [anon_sym_PIPE_EQ] = ACTIONS(5804), - [anon_sym_and_eq] = ACTIONS(5806), - [anon_sym_or_eq] = ACTIONS(5806), - [anon_sym_xor_eq] = ACTIONS(5806), - [anon_sym_LT_EQ_GT] = ACTIONS(5804), - [anon_sym_or] = ACTIONS(5806), - [anon_sym_and] = ACTIONS(5806), - [anon_sym_bitor] = ACTIONS(5806), - [anon_sym_xor] = ACTIONS(5806), - [anon_sym_bitand] = ACTIONS(5806), - [anon_sym_not_eq] = ACTIONS(5806), - [anon_sym_DASH_DASH] = ACTIONS(5804), - [anon_sym_PLUS_PLUS] = ACTIONS(5804), - [anon_sym_DOT] = ACTIONS(5806), - [anon_sym_DOT_STAR] = ACTIONS(5804), - [anon_sym_DASH_GT] = ACTIONS(5804), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5806), - [anon_sym_decltype] = ACTIONS(5806), - }, - [2288] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5802), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), - [anon_sym_COMMA] = ACTIONS(5800), - [aux_sym_preproc_if_token2] = ACTIONS(5800), - [aux_sym_preproc_else_token1] = ACTIONS(5800), - [aux_sym_preproc_elif_token1] = ACTIONS(5802), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5800), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5800), - [anon_sym_LPAREN2] = ACTIONS(5800), - [anon_sym_DASH] = ACTIONS(5802), - [anon_sym_PLUS] = ACTIONS(5802), - [anon_sym_STAR] = ACTIONS(5802), - [anon_sym_SLASH] = ACTIONS(5802), - [anon_sym_PERCENT] = ACTIONS(5802), - [anon_sym_PIPE_PIPE] = ACTIONS(5800), - [anon_sym_AMP_AMP] = ACTIONS(5800), - [anon_sym_PIPE] = ACTIONS(5802), - [anon_sym_CARET] = ACTIONS(5802), - [anon_sym_AMP] = ACTIONS(5802), - [anon_sym_EQ_EQ] = ACTIONS(5800), - [anon_sym_BANG_EQ] = ACTIONS(5800), - [anon_sym_GT] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_LT] = ACTIONS(5802), - [anon_sym_LT_LT] = ACTIONS(5802), - [anon_sym_GT_GT] = ACTIONS(5802), - [anon_sym___attribute__] = ACTIONS(5802), - [anon_sym___attribute] = ACTIONS(5802), - [anon_sym_LBRACE] = ACTIONS(5800), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5800), - [anon_sym_EQ] = ACTIONS(5802), - [anon_sym_QMARK] = ACTIONS(5800), - [anon_sym_STAR_EQ] = ACTIONS(5800), - [anon_sym_SLASH_EQ] = ACTIONS(5800), - [anon_sym_PERCENT_EQ] = ACTIONS(5800), - [anon_sym_PLUS_EQ] = ACTIONS(5800), - [anon_sym_DASH_EQ] = ACTIONS(5800), - [anon_sym_LT_LT_EQ] = ACTIONS(5800), - [anon_sym_GT_GT_EQ] = ACTIONS(5800), - [anon_sym_AMP_EQ] = ACTIONS(5800), - [anon_sym_CARET_EQ] = ACTIONS(5800), - [anon_sym_PIPE_EQ] = ACTIONS(5800), - [anon_sym_and_eq] = ACTIONS(5802), - [anon_sym_or_eq] = ACTIONS(5802), - [anon_sym_xor_eq] = ACTIONS(5802), - [anon_sym_LT_EQ_GT] = ACTIONS(5800), - [anon_sym_or] = ACTIONS(5802), - [anon_sym_and] = ACTIONS(5802), - [anon_sym_bitor] = ACTIONS(5802), - [anon_sym_xor] = ACTIONS(5802), - [anon_sym_bitand] = ACTIONS(5802), - [anon_sym_not_eq] = ACTIONS(5802), - [anon_sym_DASH_DASH] = ACTIONS(5800), - [anon_sym_PLUS_PLUS] = ACTIONS(5800), - [anon_sym_DOT] = ACTIONS(5802), - [anon_sym_DOT_STAR] = ACTIONS(5800), - [anon_sym_DASH_GT] = ACTIONS(5800), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5802), - [anon_sym_decltype] = ACTIONS(5802), - }, - [2289] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2196), - [sym_identifier] = ACTIONS(5792), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), - [anon_sym_COMMA] = ACTIONS(5790), - [aux_sym_preproc_if_token2] = ACTIONS(5790), - [aux_sym_preproc_else_token1] = ACTIONS(5790), - [aux_sym_preproc_elif_token1] = ACTIONS(5792), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5790), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5790), - [anon_sym_LPAREN2] = ACTIONS(5790), - [anon_sym_DASH] = ACTIONS(5792), - [anon_sym_PLUS] = ACTIONS(5792), - [anon_sym_STAR] = ACTIONS(5792), - [anon_sym_SLASH] = ACTIONS(5792), - [anon_sym_PERCENT] = ACTIONS(5792), - [anon_sym_PIPE_PIPE] = ACTIONS(5790), - [anon_sym_AMP_AMP] = ACTIONS(5790), - [anon_sym_PIPE] = ACTIONS(5792), - [anon_sym_CARET] = ACTIONS(5792), - [anon_sym_AMP] = ACTIONS(5792), - [anon_sym_EQ_EQ] = ACTIONS(5790), - [anon_sym_BANG_EQ] = ACTIONS(5790), - [anon_sym_GT] = ACTIONS(5792), - [anon_sym_GT_EQ] = ACTIONS(5790), - [anon_sym_LT_EQ] = ACTIONS(5792), - [anon_sym_LT] = ACTIONS(5792), - [anon_sym_LT_LT] = ACTIONS(5792), - [anon_sym_GT_GT] = ACTIONS(5792), - [anon_sym___attribute__] = ACTIONS(5792), - [anon_sym___attribute] = ACTIONS(5792), - [anon_sym_LBRACE] = ACTIONS(5790), - [anon_sym_signed] = ACTIONS(6196), - [anon_sym_unsigned] = ACTIONS(6196), - [anon_sym_long] = ACTIONS(6196), - [anon_sym_short] = ACTIONS(6196), - [anon_sym_LBRACK] = ACTIONS(5790), - [anon_sym_EQ] = ACTIONS(5792), - [anon_sym_QMARK] = ACTIONS(5790), - [anon_sym_STAR_EQ] = ACTIONS(5790), - [anon_sym_SLASH_EQ] = ACTIONS(5790), - [anon_sym_PERCENT_EQ] = ACTIONS(5790), - [anon_sym_PLUS_EQ] = ACTIONS(5790), - [anon_sym_DASH_EQ] = ACTIONS(5790), - [anon_sym_LT_LT_EQ] = ACTIONS(5790), - [anon_sym_GT_GT_EQ] = ACTIONS(5790), - [anon_sym_AMP_EQ] = ACTIONS(5790), - [anon_sym_CARET_EQ] = ACTIONS(5790), - [anon_sym_PIPE_EQ] = ACTIONS(5790), - [anon_sym_and_eq] = ACTIONS(5792), - [anon_sym_or_eq] = ACTIONS(5792), - [anon_sym_xor_eq] = ACTIONS(5792), - [anon_sym_LT_EQ_GT] = ACTIONS(5790), - [anon_sym_or] = ACTIONS(5792), - [anon_sym_and] = ACTIONS(5792), - [anon_sym_bitor] = ACTIONS(5792), - [anon_sym_xor] = ACTIONS(5792), - [anon_sym_bitand] = ACTIONS(5792), - [anon_sym_not_eq] = ACTIONS(5792), - [anon_sym_DASH_DASH] = ACTIONS(5790), - [anon_sym_PLUS_PLUS] = ACTIONS(5790), - [anon_sym_DOT] = ACTIONS(5792), - [anon_sym_DOT_STAR] = ACTIONS(5790), - [anon_sym_DASH_GT] = ACTIONS(5790), + [anon_sym_L_DQUOTE] = ACTIONS(4953), + [anon_sym_u_DQUOTE] = ACTIONS(4953), + [anon_sym_U_DQUOTE] = ACTIONS(4953), + [anon_sym_u8_DQUOTE] = ACTIONS(4953), + [anon_sym_DQUOTE] = ACTIONS(4953), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5792), - [anon_sym_decltype] = ACTIONS(5792), + [anon_sym_GT2] = ACTIONS(4109), + [anon_sym_R_DQUOTE] = ACTIONS(4955), + [anon_sym_LR_DQUOTE] = ACTIONS(4955), + [anon_sym_uR_DQUOTE] = ACTIONS(4955), + [anon_sym_UR_DQUOTE] = ACTIONS(4955), + [anon_sym_u8R_DQUOTE] = ACTIONS(4955), }, [2290] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2227), - [sym_identifier] = ACTIONS(5738), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5736), - [anon_sym_COMMA] = ACTIONS(5736), - [aux_sym_preproc_if_token2] = ACTIONS(5736), - [aux_sym_preproc_else_token1] = ACTIONS(5736), - [aux_sym_preproc_elif_token1] = ACTIONS(5738), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5736), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5736), - [anon_sym_LPAREN2] = ACTIONS(5736), - [anon_sym_DASH] = ACTIONS(5738), - [anon_sym_PLUS] = ACTIONS(5738), - [anon_sym_STAR] = ACTIONS(5738), - [anon_sym_SLASH] = ACTIONS(5738), - [anon_sym_PERCENT] = ACTIONS(5738), - [anon_sym_PIPE_PIPE] = ACTIONS(5736), - [anon_sym_AMP_AMP] = ACTIONS(5736), - [anon_sym_PIPE] = ACTIONS(5738), - [anon_sym_CARET] = ACTIONS(5738), - [anon_sym_AMP] = ACTIONS(5738), - [anon_sym_EQ_EQ] = ACTIONS(5736), - [anon_sym_BANG_EQ] = ACTIONS(5736), - [anon_sym_GT] = ACTIONS(5738), - [anon_sym_GT_EQ] = ACTIONS(5736), - [anon_sym_LT_EQ] = ACTIONS(5738), - [anon_sym_LT] = ACTIONS(5738), - [anon_sym_LT_LT] = ACTIONS(5738), - [anon_sym_GT_GT] = ACTIONS(5738), - [anon_sym___attribute__] = ACTIONS(5738), - [anon_sym___attribute] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(5736), - [anon_sym_signed] = ACTIONS(6072), - [anon_sym_unsigned] = ACTIONS(6072), - [anon_sym_long] = ACTIONS(6072), - [anon_sym_short] = ACTIONS(6072), - [anon_sym_LBRACK] = ACTIONS(5736), - [anon_sym_EQ] = ACTIONS(5738), - [anon_sym_QMARK] = ACTIONS(5736), - [anon_sym_STAR_EQ] = ACTIONS(5736), - [anon_sym_SLASH_EQ] = ACTIONS(5736), - [anon_sym_PERCENT_EQ] = ACTIONS(5736), - [anon_sym_PLUS_EQ] = ACTIONS(5736), - [anon_sym_DASH_EQ] = ACTIONS(5736), - [anon_sym_LT_LT_EQ] = ACTIONS(5736), - [anon_sym_GT_GT_EQ] = ACTIONS(5736), - [anon_sym_AMP_EQ] = ACTIONS(5736), - [anon_sym_CARET_EQ] = ACTIONS(5736), - [anon_sym_PIPE_EQ] = ACTIONS(5736), - [anon_sym_and_eq] = ACTIONS(5738), - [anon_sym_or_eq] = ACTIONS(5738), - [anon_sym_xor_eq] = ACTIONS(5738), - [anon_sym_LT_EQ_GT] = ACTIONS(5736), - [anon_sym_or] = ACTIONS(5738), - [anon_sym_and] = ACTIONS(5738), - [anon_sym_bitor] = ACTIONS(5738), - [anon_sym_xor] = ACTIONS(5738), - [anon_sym_bitand] = ACTIONS(5738), - [anon_sym_not_eq] = ACTIONS(5738), - [anon_sym_DASH_DASH] = ACTIONS(5736), - [anon_sym_PLUS_PLUS] = ACTIONS(5736), - [anon_sym_DOT] = ACTIONS(5738), - [anon_sym_DOT_STAR] = ACTIONS(5736), - [anon_sym_DASH_GT] = ACTIONS(5736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5738), - [anon_sym_decltype] = ACTIONS(5738), - }, - [2291] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2072), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), - [anon_sym_COMMA] = ACTIONS(5804), - [anon_sym_LPAREN2] = ACTIONS(5804), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_STAR] = ACTIONS(5804), - [anon_sym_SLASH] = ACTIONS(5806), - [anon_sym_PERCENT] = ACTIONS(5804), - [anon_sym_PIPE_PIPE] = ACTIONS(5804), - [anon_sym_AMP_AMP] = ACTIONS(5804), - [anon_sym_PIPE] = ACTIONS(5806), - [anon_sym_CARET] = ACTIONS(5804), - [anon_sym_AMP] = ACTIONS(5806), - [anon_sym_EQ_EQ] = ACTIONS(5804), - [anon_sym_BANG_EQ] = ACTIONS(5804), - [anon_sym_GT] = ACTIONS(5806), - [anon_sym_GT_EQ] = ACTIONS(5806), - [anon_sym_LT_EQ] = ACTIONS(5806), - [anon_sym_LT] = ACTIONS(5806), - [anon_sym_LT_LT] = ACTIONS(5804), - [anon_sym_GT_GT] = ACTIONS(5806), - [anon_sym___extension__] = ACTIONS(5804), - [anon_sym___attribute__] = ACTIONS(5804), - [anon_sym___attribute] = ACTIONS(5806), - [anon_sym_LBRACE] = ACTIONS(5804), - [anon_sym_signed] = ACTIONS(6153), - [anon_sym_unsigned] = ACTIONS(6153), - [anon_sym_long] = ACTIONS(6153), - [anon_sym_short] = ACTIONS(6153), - [anon_sym_LBRACK] = ACTIONS(5804), - [anon_sym_const] = ACTIONS(5806), - [anon_sym_constexpr] = ACTIONS(5804), - [anon_sym_volatile] = ACTIONS(5804), - [anon_sym_restrict] = ACTIONS(5804), - [anon_sym___restrict__] = ACTIONS(5804), - [anon_sym__Atomic] = ACTIONS(5804), - [anon_sym__Noreturn] = ACTIONS(5804), - [anon_sym_noreturn] = ACTIONS(5804), - [anon_sym__Nonnull] = ACTIONS(5804), - [anon_sym_mutable] = ACTIONS(5804), - [anon_sym_constinit] = ACTIONS(5804), - [anon_sym_consteval] = ACTIONS(5804), - [anon_sym_PROGMEM] = ACTIONS(5804), - [anon_sym_alignas] = ACTIONS(5804), - [anon_sym__Alignas] = ACTIONS(5804), - [anon_sym_QMARK] = ACTIONS(5804), - [anon_sym_LT_EQ_GT] = ACTIONS(5804), - [anon_sym_or] = ACTIONS(5804), - [anon_sym_and] = ACTIONS(5804), - [anon_sym_bitor] = ACTIONS(5804), - [anon_sym_xor] = ACTIONS(5804), - [anon_sym_bitand] = ACTIONS(5804), - [anon_sym_not_eq] = ACTIONS(5804), - [anon_sym_DASH_DASH] = ACTIONS(5804), - [anon_sym_PLUS_PLUS] = ACTIONS(5804), - [anon_sym_DOT] = ACTIONS(5806), - [anon_sym_DOT_STAR] = ACTIONS(5804), - [anon_sym_DASH_GT] = ACTIONS(5804), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5804), - [anon_sym_decltype] = ACTIONS(5804), - [anon_sym_final] = ACTIONS(5804), - [anon_sym_override] = ACTIONS(5804), - [anon_sym_GT2] = ACTIONS(5804), - [anon_sym_requires] = ACTIONS(5804), - }, - [2292] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(5664), - [anon_sym_COMMA] = ACTIONS(5664), - [anon_sym_RPAREN] = ACTIONS(5664), - [anon_sym_LPAREN2] = ACTIONS(5664), - [anon_sym_DASH] = ACTIONS(5662), - [anon_sym_PLUS] = ACTIONS(5662), - [anon_sym_STAR] = ACTIONS(5662), - [anon_sym_SLASH] = ACTIONS(5662), - [anon_sym_PERCENT] = ACTIONS(5662), - [anon_sym_PIPE_PIPE] = ACTIONS(5664), - [anon_sym_AMP_AMP] = ACTIONS(5664), - [anon_sym_PIPE] = ACTIONS(5662), - [anon_sym_CARET] = ACTIONS(5662), - [anon_sym_AMP] = ACTIONS(5662), - [anon_sym_EQ_EQ] = ACTIONS(5664), - [anon_sym_BANG_EQ] = ACTIONS(5664), - [anon_sym_GT] = ACTIONS(5662), - [anon_sym_GT_EQ] = ACTIONS(5664), - [anon_sym_LT_EQ] = ACTIONS(5662), - [anon_sym_LT] = ACTIONS(5662), - [anon_sym_LT_LT] = ACTIONS(5662), - [anon_sym_GT_GT] = ACTIONS(5662), - [anon_sym_SEMI] = ACTIONS(5664), - [anon_sym_RBRACE] = ACTIONS(5664), - [anon_sym_LBRACK] = ACTIONS(5664), - [anon_sym_RBRACK] = ACTIONS(5664), - [anon_sym_EQ] = ACTIONS(5662), - [anon_sym_COLON] = ACTIONS(5664), - [anon_sym_QMARK] = ACTIONS(5664), - [anon_sym_STAR_EQ] = ACTIONS(5664), - [anon_sym_SLASH_EQ] = ACTIONS(5664), - [anon_sym_PERCENT_EQ] = ACTIONS(5664), - [anon_sym_PLUS_EQ] = ACTIONS(5664), - [anon_sym_DASH_EQ] = ACTIONS(5664), - [anon_sym_LT_LT_EQ] = ACTIONS(5664), - [anon_sym_GT_GT_EQ] = ACTIONS(5664), - [anon_sym_AMP_EQ] = ACTIONS(5664), - [anon_sym_CARET_EQ] = ACTIONS(5664), - [anon_sym_PIPE_EQ] = ACTIONS(5664), - [anon_sym_and_eq] = ACTIONS(5662), - [anon_sym_or_eq] = ACTIONS(5662), - [anon_sym_xor_eq] = ACTIONS(5662), - [anon_sym_LT_EQ_GT] = ACTIONS(5664), - [anon_sym_or] = ACTIONS(5662), - [anon_sym_and] = ACTIONS(5662), - [anon_sym_bitor] = ACTIONS(5662), - [anon_sym_xor] = ACTIONS(5662), - [anon_sym_bitand] = ACTIONS(5662), - [anon_sym_not_eq] = ACTIONS(5662), - [anon_sym_DASH_DASH] = ACTIONS(5664), - [anon_sym_PLUS_PLUS] = ACTIONS(5664), - [anon_sym_DOT] = ACTIONS(5662), - [anon_sym_DOT_STAR] = ACTIONS(5664), - [anon_sym_DASH_GT] = ACTIONS(5664), - [anon_sym_L_DQUOTE] = ACTIONS(5664), - [anon_sym_u_DQUOTE] = ACTIONS(5664), - [anon_sym_U_DQUOTE] = ACTIONS(5664), - [anon_sym_u8_DQUOTE] = ACTIONS(5664), - [anon_sym_DQUOTE] = ACTIONS(5664), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5664), - [anon_sym_LR_DQUOTE] = ACTIONS(5664), - [anon_sym_uR_DQUOTE] = ACTIONS(5664), - [anon_sym_UR_DQUOTE] = ACTIONS(5664), - [anon_sym_u8R_DQUOTE] = ACTIONS(5664), - [sym_literal_suffix] = ACTIONS(5662), - }, - [2293] = { - [sym_argument_list] = STATE(2486), - [sym_initializer_list] = STATE(2486), - [sym_identifier] = ACTIONS(6198), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6200), - [anon_sym_COMMA] = ACTIONS(6200), - [anon_sym_RPAREN] = ACTIONS(6200), - [aux_sym_preproc_if_token2] = ACTIONS(6200), - [aux_sym_preproc_else_token1] = ACTIONS(6200), - [aux_sym_preproc_elif_token1] = ACTIONS(6198), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6200), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6200), - [anon_sym_LPAREN2] = ACTIONS(5766), - [anon_sym_DASH] = ACTIONS(6198), - [anon_sym_PLUS] = ACTIONS(6198), - [anon_sym_STAR] = ACTIONS(6198), - [anon_sym_SLASH] = ACTIONS(6198), - [anon_sym_PERCENT] = ACTIONS(6198), - [anon_sym_PIPE_PIPE] = ACTIONS(6200), - [anon_sym_AMP_AMP] = ACTIONS(6200), - [anon_sym_PIPE] = ACTIONS(6198), - [anon_sym_CARET] = ACTIONS(6198), - [anon_sym_AMP] = ACTIONS(6198), - [anon_sym_EQ_EQ] = ACTIONS(6200), - [anon_sym_BANG_EQ] = ACTIONS(6200), - [anon_sym_GT] = ACTIONS(6198), - [anon_sym_GT_EQ] = ACTIONS(6200), - [anon_sym_LT_EQ] = ACTIONS(6198), - [anon_sym_LT] = ACTIONS(6198), - [anon_sym_LT_LT] = ACTIONS(6198), - [anon_sym_GT_GT] = ACTIONS(6198), - [anon_sym_SEMI] = ACTIONS(6200), - [anon_sym___attribute__] = ACTIONS(6198), - [anon_sym___attribute] = ACTIONS(6198), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(6200), - [anon_sym_LBRACK] = ACTIONS(6200), - [anon_sym_RBRACK] = ACTIONS(6200), - [anon_sym_EQ] = ACTIONS(6198), - [anon_sym_COLON] = ACTIONS(6200), - [anon_sym_QMARK] = ACTIONS(6200), - [anon_sym_STAR_EQ] = ACTIONS(6200), - [anon_sym_SLASH_EQ] = ACTIONS(6200), - [anon_sym_PERCENT_EQ] = ACTIONS(6200), - [anon_sym_PLUS_EQ] = ACTIONS(6200), - [anon_sym_DASH_EQ] = ACTIONS(6200), - [anon_sym_LT_LT_EQ] = ACTIONS(6200), - [anon_sym_GT_GT_EQ] = ACTIONS(6200), - [anon_sym_AMP_EQ] = ACTIONS(6200), - [anon_sym_CARET_EQ] = ACTIONS(6200), - [anon_sym_PIPE_EQ] = ACTIONS(6200), - [anon_sym_and_eq] = ACTIONS(6198), - [anon_sym_or_eq] = ACTIONS(6198), - [anon_sym_xor_eq] = ACTIONS(6198), - [anon_sym_LT_EQ_GT] = ACTIONS(6200), - [anon_sym_or] = ACTIONS(6198), - [anon_sym_and] = ACTIONS(6198), - [anon_sym_bitor] = ACTIONS(6198), - [anon_sym_xor] = ACTIONS(6198), - [anon_sym_bitand] = ACTIONS(6198), - [anon_sym_not_eq] = ACTIONS(6198), - [anon_sym_DASH_DASH] = ACTIONS(6200), - [anon_sym_PLUS_PLUS] = ACTIONS(6200), - [anon_sym_DOT] = ACTIONS(6198), - [anon_sym_DOT_STAR] = ACTIONS(6200), - [anon_sym_DASH_GT] = ACTIONS(6200), + [sym_attribute_specifier] = STATE(1787), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5992), + [anon_sym_COMMA] = ACTIONS(5992), + [anon_sym_RPAREN] = ACTIONS(5992), + [anon_sym_LPAREN2] = ACTIONS(5992), + [anon_sym_DASH] = ACTIONS(5990), + [anon_sym_PLUS] = ACTIONS(5990), + [anon_sym_STAR] = ACTIONS(5992), + [anon_sym_SLASH] = ACTIONS(5990), + [anon_sym_PERCENT] = ACTIONS(5992), + [anon_sym_PIPE_PIPE] = ACTIONS(5992), + [anon_sym_AMP_AMP] = ACTIONS(5992), + [anon_sym_PIPE] = ACTIONS(5990), + [anon_sym_CARET] = ACTIONS(5992), + [anon_sym_AMP] = ACTIONS(5990), + [anon_sym_EQ_EQ] = ACTIONS(5992), + [anon_sym_BANG_EQ] = ACTIONS(5992), + [anon_sym_GT] = ACTIONS(5990), + [anon_sym_GT_EQ] = ACTIONS(5992), + [anon_sym_LT_EQ] = ACTIONS(5990), + [anon_sym_LT] = ACTIONS(5990), + [anon_sym_LT_LT] = ACTIONS(5992), + [anon_sym_GT_GT] = ACTIONS(5992), + [anon_sym_SEMI] = ACTIONS(5992), + [anon_sym___extension__] = ACTIONS(5992), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5992), + [anon_sym_RBRACE] = ACTIONS(5992), + [anon_sym_LBRACK] = ACTIONS(5992), + [anon_sym_RBRACK] = ACTIONS(5992), + [anon_sym_const] = ACTIONS(5990), + [anon_sym_constexpr] = ACTIONS(5992), + [anon_sym_volatile] = ACTIONS(5992), + [anon_sym_restrict] = ACTIONS(5992), + [anon_sym___restrict__] = ACTIONS(5992), + [anon_sym__Atomic] = ACTIONS(5992), + [anon_sym__Noreturn] = ACTIONS(5992), + [anon_sym_noreturn] = ACTIONS(5992), + [anon_sym__Nonnull] = ACTIONS(5992), + [anon_sym_mutable] = ACTIONS(5992), + [anon_sym_constinit] = ACTIONS(5992), + [anon_sym_consteval] = ACTIONS(5992), + [anon_sym_PROGMEM] = ACTIONS(5992), + [anon_sym_alignas] = ACTIONS(5992), + [anon_sym__Alignas] = ACTIONS(5992), + [anon_sym_COLON] = ACTIONS(5992), + [anon_sym_QMARK] = ACTIONS(5992), + [anon_sym_LT_EQ_GT] = ACTIONS(5992), + [anon_sym_or] = ACTIONS(5992), + [anon_sym_and] = ACTIONS(5992), + [anon_sym_bitor] = ACTIONS(5992), + [anon_sym_xor] = ACTIONS(5992), + [anon_sym_bitand] = ACTIONS(5992), + [anon_sym_not_eq] = ACTIONS(5992), + [anon_sym_DASH_DASH] = ACTIONS(5992), + [anon_sym_PLUS_PLUS] = ACTIONS(5992), + [anon_sym_DOT] = ACTIONS(5990), + [anon_sym_DOT_STAR] = ACTIONS(5992), + [anon_sym_DASH_GT] = ACTIONS(5992), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5992), + [anon_sym_decltype] = ACTIONS(5992), + [anon_sym_final] = ACTIONS(5992), + [anon_sym_override] = ACTIONS(5992), + [anon_sym_requires] = ACTIONS(5992), }, - [2294] = { - [sym_identifier] = ACTIONS(5599), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5601), - [anon_sym_COMMA] = ACTIONS(5601), - [anon_sym_RPAREN] = ACTIONS(5601), - [aux_sym_preproc_if_token2] = ACTIONS(5601), - [aux_sym_preproc_else_token1] = ACTIONS(5601), - [aux_sym_preproc_elif_token1] = ACTIONS(5599), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5601), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5601), - [anon_sym_LPAREN2] = ACTIONS(5601), - [anon_sym_DASH] = ACTIONS(5599), - [anon_sym_PLUS] = ACTIONS(5599), - [anon_sym_STAR] = ACTIONS(5599), - [anon_sym_SLASH] = ACTIONS(5599), - [anon_sym_PERCENT] = ACTIONS(5599), - [anon_sym_PIPE_PIPE] = ACTIONS(5601), - [anon_sym_AMP_AMP] = ACTIONS(5601), - [anon_sym_PIPE] = ACTIONS(5599), - [anon_sym_CARET] = ACTIONS(5599), - [anon_sym_AMP] = ACTIONS(5599), - [anon_sym_EQ_EQ] = ACTIONS(5601), - [anon_sym_BANG_EQ] = ACTIONS(5601), - [anon_sym_GT] = ACTIONS(5599), - [anon_sym_GT_EQ] = ACTIONS(5601), - [anon_sym_LT_EQ] = ACTIONS(5599), - [anon_sym_LT] = ACTIONS(5599), - [anon_sym_LT_LT] = ACTIONS(5599), - [anon_sym_GT_GT] = ACTIONS(5599), - [anon_sym_SEMI] = ACTIONS(5601), - [anon_sym___attribute__] = ACTIONS(5599), - [anon_sym___attribute] = ACTIONS(5599), - [anon_sym_LBRACE] = ACTIONS(5601), - [anon_sym_RBRACE] = ACTIONS(5601), - [anon_sym_LBRACK] = ACTIONS(5601), - [anon_sym_RBRACK] = ACTIONS(5601), - [anon_sym_EQ] = ACTIONS(5599), - [anon_sym_COLON] = ACTIONS(5601), - [anon_sym_QMARK] = ACTIONS(5601), - [anon_sym_STAR_EQ] = ACTIONS(5601), - [anon_sym_SLASH_EQ] = ACTIONS(5601), - [anon_sym_PERCENT_EQ] = ACTIONS(5601), - [anon_sym_PLUS_EQ] = ACTIONS(5601), - [anon_sym_DASH_EQ] = ACTIONS(5601), - [anon_sym_LT_LT_EQ] = ACTIONS(5601), - [anon_sym_GT_GT_EQ] = ACTIONS(5601), - [anon_sym_AMP_EQ] = ACTIONS(5601), - [anon_sym_CARET_EQ] = ACTIONS(5601), - [anon_sym_PIPE_EQ] = ACTIONS(5601), - [anon_sym_and_eq] = ACTIONS(5599), - [anon_sym_or_eq] = ACTIONS(5599), - [anon_sym_xor_eq] = ACTIONS(5599), - [anon_sym_LT_EQ_GT] = ACTIONS(5601), - [anon_sym_or] = ACTIONS(5599), - [anon_sym_and] = ACTIONS(5599), - [anon_sym_bitor] = ACTIONS(5599), - [anon_sym_xor] = ACTIONS(5599), - [anon_sym_bitand] = ACTIONS(5599), - [anon_sym_not_eq] = ACTIONS(5599), - [anon_sym_DASH_DASH] = ACTIONS(5601), - [anon_sym_PLUS_PLUS] = ACTIONS(5601), - [anon_sym_DOT] = ACTIONS(5599), - [anon_sym_DOT_STAR] = ACTIONS(5601), - [anon_sym_DASH_GT] = ACTIONS(5601), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5599), - [anon_sym_decltype] = ACTIONS(5599), + [2291] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [aux_sym_preproc_if_token2] = ACTIONS(5457), + [aux_sym_preproc_else_token1] = ACTIONS(5457), + [aux_sym_preproc_elif_token1] = ACTIONS(5455), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5457), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5455), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5455), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5455), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5455), + [anon_sym_GT_GT] = ACTIONS(5455), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_EQ] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_STAR_EQ] = ACTIONS(5457), + [anon_sym_SLASH_EQ] = ACTIONS(5457), + [anon_sym_PERCENT_EQ] = ACTIONS(5457), + [anon_sym_PLUS_EQ] = ACTIONS(5457), + [anon_sym_DASH_EQ] = ACTIONS(5457), + [anon_sym_LT_LT_EQ] = ACTIONS(5457), + [anon_sym_GT_GT_EQ] = ACTIONS(5457), + [anon_sym_AMP_EQ] = ACTIONS(5457), + [anon_sym_CARET_EQ] = ACTIONS(5457), + [anon_sym_PIPE_EQ] = ACTIONS(5457), + [anon_sym_and_eq] = ACTIONS(5455), + [anon_sym_or_eq] = ACTIONS(5455), + [anon_sym_xor_eq] = ACTIONS(5455), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5455), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5455), + [anon_sym_not_eq] = ACTIONS(5455), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), }, - [2295] = { - [sym_attribute_specifier] = STATE(1791), + [2292] = { + [sym_attribute_specifier] = STATE(1826), [anon_sym_DOT_DOT_DOT] = ACTIONS(5996), [anon_sym_COMMA] = ACTIONS(5996), [anon_sym_RPAREN] = ACTIONS(5996), @@ -293921,8 +293717,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_GT] = ACTIONS(5996), [anon_sym_SEMI] = ACTIONS(5996), [anon_sym___extension__] = ACTIONS(5996), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), [anon_sym_LBRACE] = ACTIONS(5996), [anon_sym_RBRACE] = ACTIONS(5996), [anon_sym_LBRACK] = ACTIONS(5996), @@ -293963,556 +293759,761 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5996), [anon_sym_requires] = ACTIONS(5996), }, + [2293] = { + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(6198), + [anon_sym_COLON] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(6200), + [anon_sym_SLASH_EQ] = ACTIONS(6200), + [anon_sym_PERCENT_EQ] = ACTIONS(6200), + [anon_sym_PLUS_EQ] = ACTIONS(6200), + [anon_sym_DASH_EQ] = ACTIONS(6200), + [anon_sym_LT_LT_EQ] = ACTIONS(6200), + [anon_sym_GT_GT_EQ] = ACTIONS(6200), + [anon_sym_AMP_EQ] = ACTIONS(6200), + [anon_sym_CARET_EQ] = ACTIONS(6200), + [anon_sym_PIPE_EQ] = ACTIONS(6200), + [anon_sym_and_eq] = ACTIONS(6200), + [anon_sym_or_eq] = ACTIONS(6200), + [anon_sym_xor_eq] = ACTIONS(6200), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), + }, + [2294] = { + [sym_identifier] = ACTIONS(5614), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5616), + [anon_sym_COMMA] = ACTIONS(5616), + [anon_sym_RPAREN] = ACTIONS(5616), + [aux_sym_preproc_if_token2] = ACTIONS(5616), + [aux_sym_preproc_else_token1] = ACTIONS(5616), + [aux_sym_preproc_elif_token1] = ACTIONS(5614), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5616), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5616), + [anon_sym_LPAREN2] = ACTIONS(5616), + [anon_sym_DASH] = ACTIONS(5614), + [anon_sym_PLUS] = ACTIONS(5614), + [anon_sym_STAR] = ACTIONS(5614), + [anon_sym_SLASH] = ACTIONS(5614), + [anon_sym_PERCENT] = ACTIONS(5614), + [anon_sym_PIPE_PIPE] = ACTIONS(5616), + [anon_sym_AMP_AMP] = ACTIONS(5616), + [anon_sym_PIPE] = ACTIONS(5614), + [anon_sym_CARET] = ACTIONS(5614), + [anon_sym_AMP] = ACTIONS(5614), + [anon_sym_EQ_EQ] = ACTIONS(5616), + [anon_sym_BANG_EQ] = ACTIONS(5616), + [anon_sym_GT] = ACTIONS(5614), + [anon_sym_GT_EQ] = ACTIONS(5616), + [anon_sym_LT_EQ] = ACTIONS(5614), + [anon_sym_LT] = ACTIONS(5614), + [anon_sym_LT_LT] = ACTIONS(5614), + [anon_sym_GT_GT] = ACTIONS(5614), + [anon_sym_SEMI] = ACTIONS(5616), + [anon_sym___attribute__] = ACTIONS(5614), + [anon_sym___attribute] = ACTIONS(5614), + [anon_sym_LBRACE] = ACTIONS(5616), + [anon_sym_RBRACE] = ACTIONS(5616), + [anon_sym_LBRACK] = ACTIONS(5616), + [anon_sym_RBRACK] = ACTIONS(5616), + [anon_sym_EQ] = ACTIONS(5614), + [anon_sym_COLON] = ACTIONS(5616), + [anon_sym_QMARK] = ACTIONS(5616), + [anon_sym_STAR_EQ] = ACTIONS(5616), + [anon_sym_SLASH_EQ] = ACTIONS(5616), + [anon_sym_PERCENT_EQ] = ACTIONS(5616), + [anon_sym_PLUS_EQ] = ACTIONS(5616), + [anon_sym_DASH_EQ] = ACTIONS(5616), + [anon_sym_LT_LT_EQ] = ACTIONS(5616), + [anon_sym_GT_GT_EQ] = ACTIONS(5616), + [anon_sym_AMP_EQ] = ACTIONS(5616), + [anon_sym_CARET_EQ] = ACTIONS(5616), + [anon_sym_PIPE_EQ] = ACTIONS(5616), + [anon_sym_and_eq] = ACTIONS(5614), + [anon_sym_or_eq] = ACTIONS(5614), + [anon_sym_xor_eq] = ACTIONS(5614), + [anon_sym_LT_EQ_GT] = ACTIONS(5616), + [anon_sym_or] = ACTIONS(5614), + [anon_sym_and] = ACTIONS(5614), + [anon_sym_bitor] = ACTIONS(5614), + [anon_sym_xor] = ACTIONS(5614), + [anon_sym_bitand] = ACTIONS(5614), + [anon_sym_not_eq] = ACTIONS(5614), + [anon_sym_DASH_DASH] = ACTIONS(5616), + [anon_sym_PLUS_PLUS] = ACTIONS(5616), + [anon_sym_DOT] = ACTIONS(5614), + [anon_sym_DOT_STAR] = ACTIONS(5616), + [anon_sym_DASH_GT] = ACTIONS(5616), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5614), + [anon_sym_decltype] = ACTIONS(5614), + }, + [2295] = { + [sym_identifier] = ACTIONS(5566), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5568), + [anon_sym_COMMA] = ACTIONS(5568), + [anon_sym_RPAREN] = ACTIONS(5568), + [aux_sym_preproc_if_token2] = ACTIONS(5568), + [aux_sym_preproc_else_token1] = ACTIONS(5568), + [aux_sym_preproc_elif_token1] = ACTIONS(5566), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5568), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5568), + [anon_sym_LPAREN2] = ACTIONS(5568), + [anon_sym_DASH] = ACTIONS(5566), + [anon_sym_PLUS] = ACTIONS(5566), + [anon_sym_STAR] = ACTIONS(5566), + [anon_sym_SLASH] = ACTIONS(5566), + [anon_sym_PERCENT] = ACTIONS(5566), + [anon_sym_PIPE_PIPE] = ACTIONS(5568), + [anon_sym_AMP_AMP] = ACTIONS(5568), + [anon_sym_PIPE] = ACTIONS(5566), + [anon_sym_CARET] = ACTIONS(5566), + [anon_sym_AMP] = ACTIONS(5566), + [anon_sym_EQ_EQ] = ACTIONS(5568), + [anon_sym_BANG_EQ] = ACTIONS(5568), + [anon_sym_GT] = ACTIONS(5566), + [anon_sym_GT_EQ] = ACTIONS(5568), + [anon_sym_LT_EQ] = ACTIONS(5566), + [anon_sym_LT] = ACTIONS(5566), + [anon_sym_LT_LT] = ACTIONS(5566), + [anon_sym_GT_GT] = ACTIONS(5566), + [anon_sym_SEMI] = ACTIONS(5568), + [anon_sym___attribute__] = ACTIONS(5566), + [anon_sym___attribute] = ACTIONS(5566), + [anon_sym_LBRACE] = ACTIONS(5568), + [anon_sym_RBRACE] = ACTIONS(5568), + [anon_sym_LBRACK] = ACTIONS(5568), + [anon_sym_RBRACK] = ACTIONS(5568), + [anon_sym_EQ] = ACTIONS(5566), + [anon_sym_COLON] = ACTIONS(5568), + [anon_sym_QMARK] = ACTIONS(5568), + [anon_sym_STAR_EQ] = ACTIONS(5568), + [anon_sym_SLASH_EQ] = ACTIONS(5568), + [anon_sym_PERCENT_EQ] = ACTIONS(5568), + [anon_sym_PLUS_EQ] = ACTIONS(5568), + [anon_sym_DASH_EQ] = ACTIONS(5568), + [anon_sym_LT_LT_EQ] = ACTIONS(5568), + [anon_sym_GT_GT_EQ] = ACTIONS(5568), + [anon_sym_AMP_EQ] = ACTIONS(5568), + [anon_sym_CARET_EQ] = ACTIONS(5568), + [anon_sym_PIPE_EQ] = ACTIONS(5568), + [anon_sym_and_eq] = ACTIONS(5566), + [anon_sym_or_eq] = ACTIONS(5566), + [anon_sym_xor_eq] = ACTIONS(5566), + [anon_sym_LT_EQ_GT] = ACTIONS(5568), + [anon_sym_or] = ACTIONS(5566), + [anon_sym_and] = ACTIONS(5566), + [anon_sym_bitor] = ACTIONS(5566), + [anon_sym_xor] = ACTIONS(5566), + [anon_sym_bitand] = ACTIONS(5566), + [anon_sym_not_eq] = ACTIONS(5566), + [anon_sym_DASH_DASH] = ACTIONS(5568), + [anon_sym_PLUS_PLUS] = ACTIONS(5568), + [anon_sym_DOT] = ACTIONS(5566), + [anon_sym_DOT_STAR] = ACTIONS(5568), + [anon_sym_DASH_GT] = ACTIONS(5568), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5566), + [anon_sym_decltype] = ACTIONS(5566), + }, [2296] = { - [sym_identifier] = ACTIONS(5577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5579), - [anon_sym_COMMA] = ACTIONS(5579), - [anon_sym_RPAREN] = ACTIONS(5579), - [aux_sym_preproc_if_token2] = ACTIONS(5579), - [aux_sym_preproc_else_token1] = ACTIONS(5579), - [aux_sym_preproc_elif_token1] = ACTIONS(5577), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5579), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5579), - [anon_sym_LPAREN2] = ACTIONS(5579), - [anon_sym_DASH] = ACTIONS(5577), - [anon_sym_PLUS] = ACTIONS(5577), - [anon_sym_STAR] = ACTIONS(5577), - [anon_sym_SLASH] = ACTIONS(5577), - [anon_sym_PERCENT] = ACTIONS(5577), - [anon_sym_PIPE_PIPE] = ACTIONS(5579), - [anon_sym_AMP_AMP] = ACTIONS(5579), - [anon_sym_PIPE] = ACTIONS(5577), - [anon_sym_CARET] = ACTIONS(5577), - [anon_sym_AMP] = ACTIONS(5577), - [anon_sym_EQ_EQ] = ACTIONS(5579), - [anon_sym_BANG_EQ] = ACTIONS(5579), - [anon_sym_GT] = ACTIONS(5577), - [anon_sym_GT_EQ] = ACTIONS(5579), - [anon_sym_LT_EQ] = ACTIONS(5577), - [anon_sym_LT] = ACTIONS(5577), - [anon_sym_LT_LT] = ACTIONS(5577), - [anon_sym_GT_GT] = ACTIONS(5577), - [anon_sym_SEMI] = ACTIONS(5579), - [anon_sym___attribute__] = ACTIONS(5577), - [anon_sym___attribute] = ACTIONS(5577), - [anon_sym_LBRACE] = ACTIONS(5579), - [anon_sym_RBRACE] = ACTIONS(5579), - [anon_sym_LBRACK] = ACTIONS(5579), - [anon_sym_RBRACK] = ACTIONS(5579), - [anon_sym_EQ] = ACTIONS(5577), - [anon_sym_COLON] = ACTIONS(5579), - [anon_sym_QMARK] = ACTIONS(5579), - [anon_sym_STAR_EQ] = ACTIONS(5579), - [anon_sym_SLASH_EQ] = ACTIONS(5579), - [anon_sym_PERCENT_EQ] = ACTIONS(5579), - [anon_sym_PLUS_EQ] = ACTIONS(5579), - [anon_sym_DASH_EQ] = ACTIONS(5579), - [anon_sym_LT_LT_EQ] = ACTIONS(5579), - [anon_sym_GT_GT_EQ] = ACTIONS(5579), - [anon_sym_AMP_EQ] = ACTIONS(5579), - [anon_sym_CARET_EQ] = ACTIONS(5579), - [anon_sym_PIPE_EQ] = ACTIONS(5579), - [anon_sym_and_eq] = ACTIONS(5577), - [anon_sym_or_eq] = ACTIONS(5577), - [anon_sym_xor_eq] = ACTIONS(5577), - [anon_sym_LT_EQ_GT] = ACTIONS(5579), - [anon_sym_or] = ACTIONS(5577), - [anon_sym_and] = ACTIONS(5577), - [anon_sym_bitor] = ACTIONS(5577), - [anon_sym_xor] = ACTIONS(5577), - [anon_sym_bitand] = ACTIONS(5577), - [anon_sym_not_eq] = ACTIONS(5577), - [anon_sym_DASH_DASH] = ACTIONS(5579), - [anon_sym_PLUS_PLUS] = ACTIONS(5579), - [anon_sym_DOT] = ACTIONS(5577), - [anon_sym_DOT_STAR] = ACTIONS(5579), - [anon_sym_DASH_GT] = ACTIONS(5579), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5577), - [anon_sym_decltype] = ACTIONS(5577), + [sym_identifier] = ACTIONS(5524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5526), + [anon_sym_COMMA] = ACTIONS(5526), + [anon_sym_RPAREN] = ACTIONS(5526), + [aux_sym_preproc_if_token2] = ACTIONS(5526), + [aux_sym_preproc_else_token1] = ACTIONS(5526), + [aux_sym_preproc_elif_token1] = ACTIONS(5524), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5526), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5526), + [anon_sym_LPAREN2] = ACTIONS(5526), + [anon_sym_DASH] = ACTIONS(5524), + [anon_sym_PLUS] = ACTIONS(5524), + [anon_sym_STAR] = ACTIONS(5524), + [anon_sym_SLASH] = ACTIONS(5524), + [anon_sym_PERCENT] = ACTIONS(5524), + [anon_sym_PIPE_PIPE] = ACTIONS(5526), + [anon_sym_AMP_AMP] = ACTIONS(5526), + [anon_sym_PIPE] = ACTIONS(5524), + [anon_sym_CARET] = ACTIONS(5524), + [anon_sym_AMP] = ACTIONS(5524), + [anon_sym_EQ_EQ] = ACTIONS(5526), + [anon_sym_BANG_EQ] = ACTIONS(5526), + [anon_sym_GT] = ACTIONS(5524), + [anon_sym_GT_EQ] = ACTIONS(5526), + [anon_sym_LT_EQ] = ACTIONS(5524), + [anon_sym_LT] = ACTIONS(5524), + [anon_sym_LT_LT] = ACTIONS(5524), + [anon_sym_GT_GT] = ACTIONS(5524), + [anon_sym_SEMI] = ACTIONS(5526), + [anon_sym___attribute__] = ACTIONS(5524), + [anon_sym___attribute] = ACTIONS(5524), + [anon_sym_LBRACE] = ACTIONS(5526), + [anon_sym_RBRACE] = ACTIONS(5526), + [anon_sym_LBRACK] = ACTIONS(5526), + [anon_sym_RBRACK] = ACTIONS(5526), + [anon_sym_EQ] = ACTIONS(5524), + [anon_sym_COLON] = ACTIONS(5526), + [anon_sym_QMARK] = ACTIONS(5526), + [anon_sym_STAR_EQ] = ACTIONS(5526), + [anon_sym_SLASH_EQ] = ACTIONS(5526), + [anon_sym_PERCENT_EQ] = ACTIONS(5526), + [anon_sym_PLUS_EQ] = ACTIONS(5526), + [anon_sym_DASH_EQ] = ACTIONS(5526), + [anon_sym_LT_LT_EQ] = ACTIONS(5526), + [anon_sym_GT_GT_EQ] = ACTIONS(5526), + [anon_sym_AMP_EQ] = ACTIONS(5526), + [anon_sym_CARET_EQ] = ACTIONS(5526), + [anon_sym_PIPE_EQ] = ACTIONS(5526), + [anon_sym_and_eq] = ACTIONS(5524), + [anon_sym_or_eq] = ACTIONS(5524), + [anon_sym_xor_eq] = ACTIONS(5524), + [anon_sym_LT_EQ_GT] = ACTIONS(5526), + [anon_sym_or] = ACTIONS(5524), + [anon_sym_and] = ACTIONS(5524), + [anon_sym_bitor] = ACTIONS(5524), + [anon_sym_xor] = ACTIONS(5524), + [anon_sym_bitand] = ACTIONS(5524), + [anon_sym_not_eq] = ACTIONS(5524), + [anon_sym_DASH_DASH] = ACTIONS(5526), + [anon_sym_PLUS_PLUS] = ACTIONS(5526), + [anon_sym_DOT] = ACTIONS(5524), + [anon_sym_DOT_STAR] = ACTIONS(5526), + [anon_sym_DASH_GT] = ACTIONS(5526), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5524), + [anon_sym_decltype] = ACTIONS(5524), }, [2297] = { - [sym_identifier] = ACTIONS(5542), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5544), - [anon_sym_COMMA] = ACTIONS(5544), - [anon_sym_RPAREN] = ACTIONS(5544), - [aux_sym_preproc_if_token2] = ACTIONS(5544), - [aux_sym_preproc_else_token1] = ACTIONS(5544), - [aux_sym_preproc_elif_token1] = ACTIONS(5542), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5544), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5544), - [anon_sym_LPAREN2] = ACTIONS(5544), - [anon_sym_DASH] = ACTIONS(5542), - [anon_sym_PLUS] = ACTIONS(5542), - [anon_sym_STAR] = ACTIONS(5542), - [anon_sym_SLASH] = ACTIONS(5542), - [anon_sym_PERCENT] = ACTIONS(5542), - [anon_sym_PIPE_PIPE] = ACTIONS(5544), - [anon_sym_AMP_AMP] = ACTIONS(5544), - [anon_sym_PIPE] = ACTIONS(5542), - [anon_sym_CARET] = ACTIONS(5542), - [anon_sym_AMP] = ACTIONS(5542), - [anon_sym_EQ_EQ] = ACTIONS(5544), - [anon_sym_BANG_EQ] = ACTIONS(5544), - [anon_sym_GT] = ACTIONS(5542), - [anon_sym_GT_EQ] = ACTIONS(5544), - [anon_sym_LT_EQ] = ACTIONS(5542), - [anon_sym_LT] = ACTIONS(5542), - [anon_sym_LT_LT] = ACTIONS(5542), - [anon_sym_GT_GT] = ACTIONS(5542), - [anon_sym_SEMI] = ACTIONS(5544), - [anon_sym___attribute__] = ACTIONS(5542), - [anon_sym___attribute] = ACTIONS(5542), - [anon_sym_LBRACE] = ACTIONS(5544), - [anon_sym_RBRACE] = ACTIONS(5544), - [anon_sym_LBRACK] = ACTIONS(5544), - [anon_sym_RBRACK] = ACTIONS(5544), - [anon_sym_EQ] = ACTIONS(5542), - [anon_sym_COLON] = ACTIONS(5544), - [anon_sym_QMARK] = ACTIONS(5544), - [anon_sym_STAR_EQ] = ACTIONS(5544), - [anon_sym_SLASH_EQ] = ACTIONS(5544), - [anon_sym_PERCENT_EQ] = ACTIONS(5544), - [anon_sym_PLUS_EQ] = ACTIONS(5544), - [anon_sym_DASH_EQ] = ACTIONS(5544), - [anon_sym_LT_LT_EQ] = ACTIONS(5544), - [anon_sym_GT_GT_EQ] = ACTIONS(5544), - [anon_sym_AMP_EQ] = ACTIONS(5544), - [anon_sym_CARET_EQ] = ACTIONS(5544), - [anon_sym_PIPE_EQ] = ACTIONS(5544), - [anon_sym_and_eq] = ACTIONS(5542), - [anon_sym_or_eq] = ACTIONS(5542), - [anon_sym_xor_eq] = ACTIONS(5542), - [anon_sym_LT_EQ_GT] = ACTIONS(5544), - [anon_sym_or] = ACTIONS(5542), - [anon_sym_and] = ACTIONS(5542), - [anon_sym_bitor] = ACTIONS(5542), - [anon_sym_xor] = ACTIONS(5542), - [anon_sym_bitand] = ACTIONS(5542), - [anon_sym_not_eq] = ACTIONS(5542), - [anon_sym_DASH_DASH] = ACTIONS(5544), - [anon_sym_PLUS_PLUS] = ACTIONS(5544), - [anon_sym_DOT] = ACTIONS(5542), - [anon_sym_DOT_STAR] = ACTIONS(5544), - [anon_sym_DASH_GT] = ACTIONS(5544), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5542), - [anon_sym_decltype] = ACTIONS(5542), + [sym_identifier] = ACTIONS(5528), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5530), + [anon_sym_COMMA] = ACTIONS(5530), + [anon_sym_RPAREN] = ACTIONS(5530), + [aux_sym_preproc_if_token2] = ACTIONS(5530), + [aux_sym_preproc_else_token1] = ACTIONS(5530), + [aux_sym_preproc_elif_token1] = ACTIONS(5528), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5530), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5530), + [anon_sym_LPAREN2] = ACTIONS(5530), + [anon_sym_DASH] = ACTIONS(5528), + [anon_sym_PLUS] = ACTIONS(5528), + [anon_sym_STAR] = ACTIONS(5528), + [anon_sym_SLASH] = ACTIONS(5528), + [anon_sym_PERCENT] = ACTIONS(5528), + [anon_sym_PIPE_PIPE] = ACTIONS(5530), + [anon_sym_AMP_AMP] = ACTIONS(5530), + [anon_sym_PIPE] = ACTIONS(5528), + [anon_sym_CARET] = ACTIONS(5528), + [anon_sym_AMP] = ACTIONS(5528), + [anon_sym_EQ_EQ] = ACTIONS(5530), + [anon_sym_BANG_EQ] = ACTIONS(5530), + [anon_sym_GT] = ACTIONS(5528), + [anon_sym_GT_EQ] = ACTIONS(5530), + [anon_sym_LT_EQ] = ACTIONS(5528), + [anon_sym_LT] = ACTIONS(5528), + [anon_sym_LT_LT] = ACTIONS(5528), + [anon_sym_GT_GT] = ACTIONS(5528), + [anon_sym_SEMI] = ACTIONS(5530), + [anon_sym___attribute__] = ACTIONS(5528), + [anon_sym___attribute] = ACTIONS(5528), + [anon_sym_LBRACE] = ACTIONS(5530), + [anon_sym_RBRACE] = ACTIONS(5530), + [anon_sym_LBRACK] = ACTIONS(5530), + [anon_sym_RBRACK] = ACTIONS(5530), + [anon_sym_EQ] = ACTIONS(5528), + [anon_sym_COLON] = ACTIONS(5530), + [anon_sym_QMARK] = ACTIONS(5530), + [anon_sym_STAR_EQ] = ACTIONS(5530), + [anon_sym_SLASH_EQ] = ACTIONS(5530), + [anon_sym_PERCENT_EQ] = ACTIONS(5530), + [anon_sym_PLUS_EQ] = ACTIONS(5530), + [anon_sym_DASH_EQ] = ACTIONS(5530), + [anon_sym_LT_LT_EQ] = ACTIONS(5530), + [anon_sym_GT_GT_EQ] = ACTIONS(5530), + [anon_sym_AMP_EQ] = ACTIONS(5530), + [anon_sym_CARET_EQ] = ACTIONS(5530), + [anon_sym_PIPE_EQ] = ACTIONS(5530), + [anon_sym_and_eq] = ACTIONS(5528), + [anon_sym_or_eq] = ACTIONS(5528), + [anon_sym_xor_eq] = ACTIONS(5528), + [anon_sym_LT_EQ_GT] = ACTIONS(5530), + [anon_sym_or] = ACTIONS(5528), + [anon_sym_and] = ACTIONS(5528), + [anon_sym_bitor] = ACTIONS(5528), + [anon_sym_xor] = ACTIONS(5528), + [anon_sym_bitand] = ACTIONS(5528), + [anon_sym_not_eq] = ACTIONS(5528), + [anon_sym_DASH_DASH] = ACTIONS(5530), + [anon_sym_PLUS_PLUS] = ACTIONS(5530), + [anon_sym_DOT] = ACTIONS(5528), + [anon_sym_DOT_STAR] = ACTIONS(5530), + [anon_sym_DASH_GT] = ACTIONS(5530), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5528), + [anon_sym_decltype] = ACTIONS(5528), }, [2298] = { - [sym_ms_based_modifier] = STATE(8547), - [sym_ms_unaligned_ptr_modifier] = STATE(4028), - [sym_ms_pointer_modifier] = STATE(2193), - [sym__declarator] = STATE(6417), - [sym__abstract_declarator] = STATE(6663), - [sym_parenthesized_declarator] = STATE(5989), - [sym_abstract_parenthesized_declarator] = STATE(5999), - [sym_attributed_declarator] = STATE(5989), - [sym_pointer_declarator] = STATE(5989), - [sym_abstract_pointer_declarator] = STATE(5999), - [sym_function_declarator] = STATE(5989), - [sym_abstract_function_declarator] = STATE(5999), - [sym_array_declarator] = STATE(5989), - [sym_abstract_array_declarator] = STATE(5999), - [sym_type_qualifier] = STATE(2778), - [sym_alignas_qualifier] = STATE(4257), - [sym_parameter_list] = STATE(2980), - [sym_decltype] = STATE(8540), - [sym_reference_declarator] = STATE(5989), - [sym_abstract_reference_declarator] = STATE(5999), - [sym_structured_binding_declarator] = STATE(5989), - [sym__function_declarator_seq] = STATE(5978), - [sym_template_type] = STATE(8540), - [sym_template_function] = STATE(5989), - [sym_destructor_name] = STATE(5989), - [sym_dependent_type_identifier] = STATE(8540), - [sym__scope_resolution] = STATE(5768), - [sym_qualified_identifier] = STATE(5989), - [sym_operator_name] = STATE(5989), - [aux_sym__type_definition_type_repeat1] = STATE(2778), - [aux_sym_pointer_declarator_repeat1] = STATE(2193), - [sym_identifier] = ACTIONS(5618), - [anon_sym_RPAREN] = ACTIONS(5709), - [anon_sym_LPAREN2] = ACTIONS(4157), - [anon_sym_TILDE] = ACTIONS(3247), - [anon_sym_STAR] = ACTIONS(4159), - [anon_sym_AMP_AMP] = ACTIONS(4161), - [anon_sym_AMP] = ACTIONS(4163), - [anon_sym___extension__] = ACTIONS(2863), - [anon_sym_COLON_COLON] = ACTIONS(6066), - [anon_sym___based] = ACTIONS(51), - [sym_ms_restrict_modifier] = ACTIONS(2859), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2859), - [sym_ms_signed_ptr_modifier] = ACTIONS(2859), - [anon_sym__unaligned] = ACTIONS(2861), - [anon_sym___unaligned] = ACTIONS(2861), - [anon_sym_LBRACK] = ACTIONS(5707), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_constexpr] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym___restrict__] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym__Noreturn] = ACTIONS(2863), - [anon_sym_noreturn] = ACTIONS(2863), - [anon_sym__Nonnull] = ACTIONS(2863), - [anon_sym_mutable] = ACTIONS(2863), - [anon_sym_constinit] = ACTIONS(2863), - [anon_sym_consteval] = ACTIONS(2863), - [anon_sym_PROGMEM] = ACTIONS(2863), - [anon_sym_alignas] = ACTIONS(2865), - [anon_sym__Alignas] = ACTIONS(2865), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1954), - [anon_sym_template] = ACTIONS(1428), - [anon_sym_operator] = ACTIONS(1836), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5657), + [anon_sym_COMMA] = ACTIONS(5657), + [anon_sym_RPAREN] = ACTIONS(5657), + [anon_sym_LPAREN2] = ACTIONS(5657), + [anon_sym_DASH] = ACTIONS(5655), + [anon_sym_PLUS] = ACTIONS(5655), + [anon_sym_STAR] = ACTIONS(5655), + [anon_sym_SLASH] = ACTIONS(5655), + [anon_sym_PERCENT] = ACTIONS(5655), + [anon_sym_PIPE_PIPE] = ACTIONS(5657), + [anon_sym_AMP_AMP] = ACTIONS(5657), + [anon_sym_PIPE] = ACTIONS(5655), + [anon_sym_CARET] = ACTIONS(5655), + [anon_sym_AMP] = ACTIONS(5655), + [anon_sym_EQ_EQ] = ACTIONS(5657), + [anon_sym_BANG_EQ] = ACTIONS(5657), + [anon_sym_GT] = ACTIONS(5655), + [anon_sym_GT_EQ] = ACTIONS(5657), + [anon_sym_LT_EQ] = ACTIONS(5655), + [anon_sym_LT] = ACTIONS(5655), + [anon_sym_LT_LT] = ACTIONS(5655), + [anon_sym_GT_GT] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(5657), + [anon_sym_RBRACE] = ACTIONS(5657), + [anon_sym_LBRACK] = ACTIONS(5657), + [anon_sym_RBRACK] = ACTIONS(5657), + [anon_sym_EQ] = ACTIONS(5655), + [anon_sym_COLON] = ACTIONS(5657), + [anon_sym_QMARK] = ACTIONS(5657), + [anon_sym_STAR_EQ] = ACTIONS(5657), + [anon_sym_SLASH_EQ] = ACTIONS(5657), + [anon_sym_PERCENT_EQ] = ACTIONS(5657), + [anon_sym_PLUS_EQ] = ACTIONS(5657), + [anon_sym_DASH_EQ] = ACTIONS(5657), + [anon_sym_LT_LT_EQ] = ACTIONS(5657), + [anon_sym_GT_GT_EQ] = ACTIONS(5657), + [anon_sym_AMP_EQ] = ACTIONS(5657), + [anon_sym_CARET_EQ] = ACTIONS(5657), + [anon_sym_PIPE_EQ] = ACTIONS(5657), + [anon_sym_and_eq] = ACTIONS(5655), + [anon_sym_or_eq] = ACTIONS(5655), + [anon_sym_xor_eq] = ACTIONS(5655), + [anon_sym_LT_EQ_GT] = ACTIONS(5657), + [anon_sym_or] = ACTIONS(5655), + [anon_sym_and] = ACTIONS(5655), + [anon_sym_bitor] = ACTIONS(5655), + [anon_sym_xor] = ACTIONS(5655), + [anon_sym_bitand] = ACTIONS(5655), + [anon_sym_not_eq] = ACTIONS(5655), + [anon_sym_DASH_DASH] = ACTIONS(5657), + [anon_sym_PLUS_PLUS] = ACTIONS(5657), + [anon_sym_DOT] = ACTIONS(5655), + [anon_sym_DOT_STAR] = ACTIONS(5657), + [anon_sym_DASH_GT] = ACTIONS(5657), + [anon_sym_L_DQUOTE] = ACTIONS(5657), + [anon_sym_u_DQUOTE] = ACTIONS(5657), + [anon_sym_U_DQUOTE] = ACTIONS(5657), + [anon_sym_u8_DQUOTE] = ACTIONS(5657), + [anon_sym_DQUOTE] = ACTIONS(5657), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5657), + [anon_sym_LR_DQUOTE] = ACTIONS(5657), + [anon_sym_uR_DQUOTE] = ACTIONS(5657), + [anon_sym_UR_DQUOTE] = ACTIONS(5657), + [anon_sym_u8R_DQUOTE] = ACTIONS(5657), + [sym_literal_suffix] = ACTIONS(5655), }, [2299] = { - [sym_identifier] = ACTIONS(5522), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5524), - [anon_sym_COMMA] = ACTIONS(5524), - [anon_sym_RPAREN] = ACTIONS(5524), - [aux_sym_preproc_if_token2] = ACTIONS(5524), - [aux_sym_preproc_else_token1] = ACTIONS(5524), - [aux_sym_preproc_elif_token1] = ACTIONS(5522), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5524), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5524), - [anon_sym_LPAREN2] = ACTIONS(5524), - [anon_sym_DASH] = ACTIONS(5522), - [anon_sym_PLUS] = ACTIONS(5522), - [anon_sym_STAR] = ACTIONS(5522), - [anon_sym_SLASH] = ACTIONS(5522), - [anon_sym_PERCENT] = ACTIONS(5522), - [anon_sym_PIPE_PIPE] = ACTIONS(5524), - [anon_sym_AMP_AMP] = ACTIONS(5524), - [anon_sym_PIPE] = ACTIONS(5522), - [anon_sym_CARET] = ACTIONS(5522), - [anon_sym_AMP] = ACTIONS(5522), - [anon_sym_EQ_EQ] = ACTIONS(5524), - [anon_sym_BANG_EQ] = ACTIONS(5524), - [anon_sym_GT] = ACTIONS(5522), - [anon_sym_GT_EQ] = ACTIONS(5524), - [anon_sym_LT_EQ] = ACTIONS(5522), - [anon_sym_LT] = ACTIONS(5522), - [anon_sym_LT_LT] = ACTIONS(5522), - [anon_sym_GT_GT] = ACTIONS(5522), - [anon_sym_SEMI] = ACTIONS(5524), - [anon_sym___attribute__] = ACTIONS(5522), - [anon_sym___attribute] = ACTIONS(5522), - [anon_sym_LBRACE] = ACTIONS(5524), - [anon_sym_RBRACE] = ACTIONS(5524), - [anon_sym_LBRACK] = ACTIONS(5524), - [anon_sym_RBRACK] = ACTIONS(5524), - [anon_sym_EQ] = ACTIONS(5522), - [anon_sym_COLON] = ACTIONS(5524), - [anon_sym_QMARK] = ACTIONS(5524), - [anon_sym_STAR_EQ] = ACTIONS(5524), - [anon_sym_SLASH_EQ] = ACTIONS(5524), - [anon_sym_PERCENT_EQ] = ACTIONS(5524), - [anon_sym_PLUS_EQ] = ACTIONS(5524), - [anon_sym_DASH_EQ] = ACTIONS(5524), - [anon_sym_LT_LT_EQ] = ACTIONS(5524), - [anon_sym_GT_GT_EQ] = ACTIONS(5524), - [anon_sym_AMP_EQ] = ACTIONS(5524), - [anon_sym_CARET_EQ] = ACTIONS(5524), - [anon_sym_PIPE_EQ] = ACTIONS(5524), - [anon_sym_and_eq] = ACTIONS(5522), - [anon_sym_or_eq] = ACTIONS(5522), - [anon_sym_xor_eq] = ACTIONS(5522), - [anon_sym_LT_EQ_GT] = ACTIONS(5524), - [anon_sym_or] = ACTIONS(5522), - [anon_sym_and] = ACTIONS(5522), - [anon_sym_bitor] = ACTIONS(5522), - [anon_sym_xor] = ACTIONS(5522), - [anon_sym_bitand] = ACTIONS(5522), - [anon_sym_not_eq] = ACTIONS(5522), - [anon_sym_DASH_DASH] = ACTIONS(5524), - [anon_sym_PLUS_PLUS] = ACTIONS(5524), - [anon_sym_DOT] = ACTIONS(5522), - [anon_sym_DOT_STAR] = ACTIONS(5524), - [anon_sym_DASH_GT] = ACTIONS(5524), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5522), - [anon_sym_decltype] = ACTIONS(5522), + [sym_identifier] = ACTIONS(5504), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5506), + [anon_sym_COMMA] = ACTIONS(5506), + [anon_sym_RPAREN] = ACTIONS(5506), + [aux_sym_preproc_if_token2] = ACTIONS(5506), + [aux_sym_preproc_else_token1] = ACTIONS(5506), + [aux_sym_preproc_elif_token1] = ACTIONS(5504), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5506), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5506), + [anon_sym_LPAREN2] = ACTIONS(5506), + [anon_sym_DASH] = ACTIONS(5504), + [anon_sym_PLUS] = ACTIONS(5504), + [anon_sym_STAR] = ACTIONS(5504), + [anon_sym_SLASH] = ACTIONS(5504), + [anon_sym_PERCENT] = ACTIONS(5504), + [anon_sym_PIPE_PIPE] = ACTIONS(5506), + [anon_sym_AMP_AMP] = ACTIONS(5506), + [anon_sym_PIPE] = ACTIONS(5504), + [anon_sym_CARET] = ACTIONS(5504), + [anon_sym_AMP] = ACTIONS(5504), + [anon_sym_EQ_EQ] = ACTIONS(5506), + [anon_sym_BANG_EQ] = ACTIONS(5506), + [anon_sym_GT] = ACTIONS(5504), + [anon_sym_GT_EQ] = ACTIONS(5506), + [anon_sym_LT_EQ] = ACTIONS(5504), + [anon_sym_LT] = ACTIONS(5504), + [anon_sym_LT_LT] = ACTIONS(5504), + [anon_sym_GT_GT] = ACTIONS(5504), + [anon_sym_SEMI] = ACTIONS(5506), + [anon_sym___attribute__] = ACTIONS(5504), + [anon_sym___attribute] = ACTIONS(5504), + [anon_sym_LBRACE] = ACTIONS(5506), + [anon_sym_RBRACE] = ACTIONS(5506), + [anon_sym_LBRACK] = ACTIONS(5506), + [anon_sym_RBRACK] = ACTIONS(5506), + [anon_sym_EQ] = ACTIONS(5504), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_QMARK] = ACTIONS(5506), + [anon_sym_STAR_EQ] = ACTIONS(5506), + [anon_sym_SLASH_EQ] = ACTIONS(5506), + [anon_sym_PERCENT_EQ] = ACTIONS(5506), + [anon_sym_PLUS_EQ] = ACTIONS(5506), + [anon_sym_DASH_EQ] = ACTIONS(5506), + [anon_sym_LT_LT_EQ] = ACTIONS(5506), + [anon_sym_GT_GT_EQ] = ACTIONS(5506), + [anon_sym_AMP_EQ] = ACTIONS(5506), + [anon_sym_CARET_EQ] = ACTIONS(5506), + [anon_sym_PIPE_EQ] = ACTIONS(5506), + [anon_sym_and_eq] = ACTIONS(5504), + [anon_sym_or_eq] = ACTIONS(5504), + [anon_sym_xor_eq] = ACTIONS(5504), + [anon_sym_LT_EQ_GT] = ACTIONS(5506), + [anon_sym_or] = ACTIONS(5504), + [anon_sym_and] = ACTIONS(5504), + [anon_sym_bitor] = ACTIONS(5504), + [anon_sym_xor] = ACTIONS(5504), + [anon_sym_bitand] = ACTIONS(5504), + [anon_sym_not_eq] = ACTIONS(5504), + [anon_sym_DASH_DASH] = ACTIONS(5506), + [anon_sym_PLUS_PLUS] = ACTIONS(5506), + [anon_sym_DOT] = ACTIONS(5504), + [anon_sym_DOT_STAR] = ACTIONS(5506), + [anon_sym_DASH_GT] = ACTIONS(5506), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5504), + [anon_sym_decltype] = ACTIONS(5504), }, [2300] = { - [sym_attribute_specifier] = STATE(1795), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5988), - [anon_sym_COMMA] = ACTIONS(5988), - [anon_sym_RPAREN] = ACTIONS(5988), - [anon_sym_LPAREN2] = ACTIONS(5988), - [anon_sym_DASH] = ACTIONS(5986), - [anon_sym_PLUS] = ACTIONS(5986), - [anon_sym_STAR] = ACTIONS(5988), - [anon_sym_SLASH] = ACTIONS(5986), - [anon_sym_PERCENT] = ACTIONS(5988), - [anon_sym_PIPE_PIPE] = ACTIONS(5988), - [anon_sym_AMP_AMP] = ACTIONS(5988), - [anon_sym_PIPE] = ACTIONS(5986), - [anon_sym_CARET] = ACTIONS(5988), - [anon_sym_AMP] = ACTIONS(5986), - [anon_sym_EQ_EQ] = ACTIONS(5988), - [anon_sym_BANG_EQ] = ACTIONS(5988), - [anon_sym_GT] = ACTIONS(5986), - [anon_sym_GT_EQ] = ACTIONS(5988), - [anon_sym_LT_EQ] = ACTIONS(5986), - [anon_sym_LT] = ACTIONS(5986), - [anon_sym_LT_LT] = ACTIONS(5988), - [anon_sym_GT_GT] = ACTIONS(5988), - [anon_sym_SEMI] = ACTIONS(5988), - [anon_sym___extension__] = ACTIONS(5988), - [anon_sym___attribute__] = ACTIONS(5854), - [anon_sym___attribute] = ACTIONS(5856), - [anon_sym_LBRACE] = ACTIONS(5988), - [anon_sym_RBRACE] = ACTIONS(5988), - [anon_sym_LBRACK] = ACTIONS(5988), - [anon_sym_RBRACK] = ACTIONS(5988), - [anon_sym_const] = ACTIONS(5986), - [anon_sym_constexpr] = ACTIONS(5988), - [anon_sym_volatile] = ACTIONS(5988), - [anon_sym_restrict] = ACTIONS(5988), - [anon_sym___restrict__] = ACTIONS(5988), - [anon_sym__Atomic] = ACTIONS(5988), - [anon_sym__Noreturn] = ACTIONS(5988), - [anon_sym_noreturn] = ACTIONS(5988), - [anon_sym__Nonnull] = ACTIONS(5988), - [anon_sym_mutable] = ACTIONS(5988), - [anon_sym_constinit] = ACTIONS(5988), - [anon_sym_consteval] = ACTIONS(5988), - [anon_sym_PROGMEM] = ACTIONS(5988), - [anon_sym_alignas] = ACTIONS(5988), - [anon_sym__Alignas] = ACTIONS(5988), - [anon_sym_COLON] = ACTIONS(5988), - [anon_sym_QMARK] = ACTIONS(5988), - [anon_sym_LT_EQ_GT] = ACTIONS(5988), - [anon_sym_or] = ACTIONS(5988), - [anon_sym_and] = ACTIONS(5988), - [anon_sym_bitor] = ACTIONS(5988), - [anon_sym_xor] = ACTIONS(5988), - [anon_sym_bitand] = ACTIONS(5988), - [anon_sym_not_eq] = ACTIONS(5988), - [anon_sym_DASH_DASH] = ACTIONS(5988), - [anon_sym_PLUS_PLUS] = ACTIONS(5988), - [anon_sym_DOT] = ACTIONS(5986), - [anon_sym_DOT_STAR] = ACTIONS(5988), - [anon_sym_DASH_GT] = ACTIONS(5988), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5988), - [anon_sym_decltype] = ACTIONS(5988), - [anon_sym_final] = ACTIONS(5988), - [anon_sym_override] = ACTIONS(5988), - [anon_sym_requires] = ACTIONS(5988), + [sym_identifier] = ACTIONS(5516), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5518), + [anon_sym_COMMA] = ACTIONS(5518), + [anon_sym_RPAREN] = ACTIONS(5518), + [aux_sym_preproc_if_token2] = ACTIONS(5518), + [aux_sym_preproc_else_token1] = ACTIONS(5518), + [aux_sym_preproc_elif_token1] = ACTIONS(5516), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5518), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5518), + [anon_sym_LPAREN2] = ACTIONS(5518), + [anon_sym_DASH] = ACTIONS(5516), + [anon_sym_PLUS] = ACTIONS(5516), + [anon_sym_STAR] = ACTIONS(5516), + [anon_sym_SLASH] = ACTIONS(5516), + [anon_sym_PERCENT] = ACTIONS(5516), + [anon_sym_PIPE_PIPE] = ACTIONS(5518), + [anon_sym_AMP_AMP] = ACTIONS(5518), + [anon_sym_PIPE] = ACTIONS(5516), + [anon_sym_CARET] = ACTIONS(5516), + [anon_sym_AMP] = ACTIONS(5516), + [anon_sym_EQ_EQ] = ACTIONS(5518), + [anon_sym_BANG_EQ] = ACTIONS(5518), + [anon_sym_GT] = ACTIONS(5516), + [anon_sym_GT_EQ] = ACTIONS(5518), + [anon_sym_LT_EQ] = ACTIONS(5516), + [anon_sym_LT] = ACTIONS(5516), + [anon_sym_LT_LT] = ACTIONS(5516), + [anon_sym_GT_GT] = ACTIONS(5516), + [anon_sym_SEMI] = ACTIONS(5518), + [anon_sym___attribute__] = ACTIONS(5516), + [anon_sym___attribute] = ACTIONS(5516), + [anon_sym_LBRACE] = ACTIONS(5518), + [anon_sym_RBRACE] = ACTIONS(5518), + [anon_sym_LBRACK] = ACTIONS(5518), + [anon_sym_RBRACK] = ACTIONS(5518), + [anon_sym_EQ] = ACTIONS(5516), + [anon_sym_COLON] = ACTIONS(5518), + [anon_sym_QMARK] = ACTIONS(5518), + [anon_sym_STAR_EQ] = ACTIONS(5518), + [anon_sym_SLASH_EQ] = ACTIONS(5518), + [anon_sym_PERCENT_EQ] = ACTIONS(5518), + [anon_sym_PLUS_EQ] = ACTIONS(5518), + [anon_sym_DASH_EQ] = ACTIONS(5518), + [anon_sym_LT_LT_EQ] = ACTIONS(5518), + [anon_sym_GT_GT_EQ] = ACTIONS(5518), + [anon_sym_AMP_EQ] = ACTIONS(5518), + [anon_sym_CARET_EQ] = ACTIONS(5518), + [anon_sym_PIPE_EQ] = ACTIONS(5518), + [anon_sym_and_eq] = ACTIONS(5516), + [anon_sym_or_eq] = ACTIONS(5516), + [anon_sym_xor_eq] = ACTIONS(5516), + [anon_sym_LT_EQ_GT] = ACTIONS(5518), + [anon_sym_or] = ACTIONS(5516), + [anon_sym_and] = ACTIONS(5516), + [anon_sym_bitor] = ACTIONS(5516), + [anon_sym_xor] = ACTIONS(5516), + [anon_sym_bitand] = ACTIONS(5516), + [anon_sym_not_eq] = ACTIONS(5516), + [anon_sym_DASH_DASH] = ACTIONS(5518), + [anon_sym_PLUS_PLUS] = ACTIONS(5518), + [anon_sym_DOT] = ACTIONS(5516), + [anon_sym_DOT_STAR] = ACTIONS(5518), + [anon_sym_DASH_GT] = ACTIONS(5518), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5516), + [anon_sym_decltype] = ACTIONS(5516), }, [2301] = { - [sym_identifier] = ACTIONS(5573), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5575), - [anon_sym_COMMA] = ACTIONS(5575), - [anon_sym_RPAREN] = ACTIONS(5575), - [aux_sym_preproc_if_token2] = ACTIONS(5575), - [aux_sym_preproc_else_token1] = ACTIONS(5575), - [aux_sym_preproc_elif_token1] = ACTIONS(5573), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5575), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5575), - [anon_sym_LPAREN2] = ACTIONS(5575), - [anon_sym_DASH] = ACTIONS(5573), - [anon_sym_PLUS] = ACTIONS(5573), - [anon_sym_STAR] = ACTIONS(5573), - [anon_sym_SLASH] = ACTIONS(5573), - [anon_sym_PERCENT] = ACTIONS(5573), - [anon_sym_PIPE_PIPE] = ACTIONS(5575), - [anon_sym_AMP_AMP] = ACTIONS(5575), - [anon_sym_PIPE] = ACTIONS(5573), - [anon_sym_CARET] = ACTIONS(5573), - [anon_sym_AMP] = ACTIONS(5573), - [anon_sym_EQ_EQ] = ACTIONS(5575), - [anon_sym_BANG_EQ] = ACTIONS(5575), - [anon_sym_GT] = ACTIONS(5573), - [anon_sym_GT_EQ] = ACTIONS(5575), - [anon_sym_LT_EQ] = ACTIONS(5573), - [anon_sym_LT] = ACTIONS(5573), - [anon_sym_LT_LT] = ACTIONS(5573), - [anon_sym_GT_GT] = ACTIONS(5573), - [anon_sym_SEMI] = ACTIONS(5575), - [anon_sym___attribute__] = ACTIONS(5573), - [anon_sym___attribute] = ACTIONS(5573), - [anon_sym_LBRACE] = ACTIONS(5575), - [anon_sym_RBRACE] = ACTIONS(5575), - [anon_sym_LBRACK] = ACTIONS(5575), - [anon_sym_RBRACK] = ACTIONS(5575), - [anon_sym_EQ] = ACTIONS(5573), - [anon_sym_COLON] = ACTIONS(5575), - [anon_sym_QMARK] = ACTIONS(5575), - [anon_sym_STAR_EQ] = ACTIONS(5575), - [anon_sym_SLASH_EQ] = ACTIONS(5575), - [anon_sym_PERCENT_EQ] = ACTIONS(5575), - [anon_sym_PLUS_EQ] = ACTIONS(5575), - [anon_sym_DASH_EQ] = ACTIONS(5575), - [anon_sym_LT_LT_EQ] = ACTIONS(5575), - [anon_sym_GT_GT_EQ] = ACTIONS(5575), - [anon_sym_AMP_EQ] = ACTIONS(5575), - [anon_sym_CARET_EQ] = ACTIONS(5575), - [anon_sym_PIPE_EQ] = ACTIONS(5575), - [anon_sym_and_eq] = ACTIONS(5573), - [anon_sym_or_eq] = ACTIONS(5573), - [anon_sym_xor_eq] = ACTIONS(5573), - [anon_sym_LT_EQ_GT] = ACTIONS(5575), - [anon_sym_or] = ACTIONS(5573), - [anon_sym_and] = ACTIONS(5573), - [anon_sym_bitor] = ACTIONS(5573), - [anon_sym_xor] = ACTIONS(5573), - [anon_sym_bitand] = ACTIONS(5573), - [anon_sym_not_eq] = ACTIONS(5573), - [anon_sym_DASH_DASH] = ACTIONS(5575), - [anon_sym_PLUS_PLUS] = ACTIONS(5575), - [anon_sym_DOT] = ACTIONS(5573), - [anon_sym_DOT_STAR] = ACTIONS(5575), - [anon_sym_DASH_GT] = ACTIONS(5575), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5573), - [anon_sym_decltype] = ACTIONS(5573), + [sym_identifier] = ACTIONS(5590), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5592), + [anon_sym_COMMA] = ACTIONS(5592), + [anon_sym_RPAREN] = ACTIONS(5592), + [aux_sym_preproc_if_token2] = ACTIONS(5592), + [aux_sym_preproc_else_token1] = ACTIONS(5592), + [aux_sym_preproc_elif_token1] = ACTIONS(5590), + [aux_sym_preproc_elifdef_token1] = ACTIONS(5592), + [aux_sym_preproc_elifdef_token2] = ACTIONS(5592), + [anon_sym_LPAREN2] = ACTIONS(5592), + [anon_sym_DASH] = ACTIONS(5590), + [anon_sym_PLUS] = ACTIONS(5590), + [anon_sym_STAR] = ACTIONS(5590), + [anon_sym_SLASH] = ACTIONS(5590), + [anon_sym_PERCENT] = ACTIONS(5590), + [anon_sym_PIPE_PIPE] = ACTIONS(5592), + [anon_sym_AMP_AMP] = ACTIONS(5592), + [anon_sym_PIPE] = ACTIONS(5590), + [anon_sym_CARET] = ACTIONS(5590), + [anon_sym_AMP] = ACTIONS(5590), + [anon_sym_EQ_EQ] = ACTIONS(5592), + [anon_sym_BANG_EQ] = ACTIONS(5592), + [anon_sym_GT] = ACTIONS(5590), + [anon_sym_GT_EQ] = ACTIONS(5592), + [anon_sym_LT_EQ] = ACTIONS(5590), + [anon_sym_LT] = ACTIONS(5590), + [anon_sym_LT_LT] = ACTIONS(5590), + [anon_sym_GT_GT] = ACTIONS(5590), + [anon_sym_SEMI] = ACTIONS(5592), + [anon_sym___attribute__] = ACTIONS(5590), + [anon_sym___attribute] = ACTIONS(5590), + [anon_sym_LBRACE] = ACTIONS(5592), + [anon_sym_RBRACE] = ACTIONS(5592), + [anon_sym_LBRACK] = ACTIONS(5592), + [anon_sym_RBRACK] = ACTIONS(5592), + [anon_sym_EQ] = ACTIONS(5590), + [anon_sym_COLON] = ACTIONS(5592), + [anon_sym_QMARK] = ACTIONS(5592), + [anon_sym_STAR_EQ] = ACTIONS(5592), + [anon_sym_SLASH_EQ] = ACTIONS(5592), + [anon_sym_PERCENT_EQ] = ACTIONS(5592), + [anon_sym_PLUS_EQ] = ACTIONS(5592), + [anon_sym_DASH_EQ] = ACTIONS(5592), + [anon_sym_LT_LT_EQ] = ACTIONS(5592), + [anon_sym_GT_GT_EQ] = ACTIONS(5592), + [anon_sym_AMP_EQ] = ACTIONS(5592), + [anon_sym_CARET_EQ] = ACTIONS(5592), + [anon_sym_PIPE_EQ] = ACTIONS(5592), + [anon_sym_and_eq] = ACTIONS(5590), + [anon_sym_or_eq] = ACTIONS(5590), + [anon_sym_xor_eq] = ACTIONS(5590), + [anon_sym_LT_EQ_GT] = ACTIONS(5592), + [anon_sym_or] = ACTIONS(5590), + [anon_sym_and] = ACTIONS(5590), + [anon_sym_bitor] = ACTIONS(5590), + [anon_sym_xor] = ACTIONS(5590), + [anon_sym_bitand] = ACTIONS(5590), + [anon_sym_not_eq] = ACTIONS(5590), + [anon_sym_DASH_DASH] = ACTIONS(5592), + [anon_sym_PLUS_PLUS] = ACTIONS(5592), + [anon_sym_DOT] = ACTIONS(5590), + [anon_sym_DOT_STAR] = ACTIONS(5592), + [anon_sym_DASH_GT] = ACTIONS(5592), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5590), + [anon_sym_decltype] = ACTIONS(5590), }, [2302] = { - [sym_identifier] = ACTIONS(5476), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5478), - [anon_sym_COMMA] = ACTIONS(5478), - [anon_sym_RPAREN] = ACTIONS(5478), - [aux_sym_preproc_if_token2] = ACTIONS(5478), - [aux_sym_preproc_else_token1] = ACTIONS(5478), - [aux_sym_preproc_elif_token1] = ACTIONS(5476), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5478), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5478), - [anon_sym_LPAREN2] = ACTIONS(5478), - [anon_sym_DASH] = ACTIONS(5476), - [anon_sym_PLUS] = ACTIONS(5476), - [anon_sym_STAR] = ACTIONS(5476), - [anon_sym_SLASH] = ACTIONS(5476), - [anon_sym_PERCENT] = ACTIONS(5476), - [anon_sym_PIPE_PIPE] = ACTIONS(5478), - [anon_sym_AMP_AMP] = ACTIONS(5478), - [anon_sym_PIPE] = ACTIONS(5476), - [anon_sym_CARET] = ACTIONS(5476), - [anon_sym_AMP] = ACTIONS(5476), - [anon_sym_EQ_EQ] = ACTIONS(5478), - [anon_sym_BANG_EQ] = ACTIONS(5478), - [anon_sym_GT] = ACTIONS(5476), - [anon_sym_GT_EQ] = ACTIONS(5478), - [anon_sym_LT_EQ] = ACTIONS(5476), - [anon_sym_LT] = ACTIONS(5476), - [anon_sym_LT_LT] = ACTIONS(5476), - [anon_sym_GT_GT] = ACTIONS(5476), - [anon_sym_SEMI] = ACTIONS(5478), - [anon_sym___attribute__] = ACTIONS(5476), - [anon_sym___attribute] = ACTIONS(5476), - [anon_sym_LBRACE] = ACTIONS(5478), - [anon_sym_RBRACE] = ACTIONS(5478), - [anon_sym_LBRACK] = ACTIONS(5478), - [anon_sym_RBRACK] = ACTIONS(5478), - [anon_sym_EQ] = ACTIONS(5476), - [anon_sym_COLON] = ACTIONS(5478), - [anon_sym_QMARK] = ACTIONS(5478), - [anon_sym_STAR_EQ] = ACTIONS(5478), - [anon_sym_SLASH_EQ] = ACTIONS(5478), - [anon_sym_PERCENT_EQ] = ACTIONS(5478), - [anon_sym_PLUS_EQ] = ACTIONS(5478), - [anon_sym_DASH_EQ] = ACTIONS(5478), - [anon_sym_LT_LT_EQ] = ACTIONS(5478), - [anon_sym_GT_GT_EQ] = ACTIONS(5478), - [anon_sym_AMP_EQ] = ACTIONS(5478), - [anon_sym_CARET_EQ] = ACTIONS(5478), - [anon_sym_PIPE_EQ] = ACTIONS(5478), - [anon_sym_and_eq] = ACTIONS(5476), - [anon_sym_or_eq] = ACTIONS(5476), - [anon_sym_xor_eq] = ACTIONS(5476), - [anon_sym_LT_EQ_GT] = ACTIONS(5478), - [anon_sym_or] = ACTIONS(5476), - [anon_sym_and] = ACTIONS(5476), - [anon_sym_bitor] = ACTIONS(5476), - [anon_sym_xor] = ACTIONS(5476), - [anon_sym_bitand] = ACTIONS(5476), - [anon_sym_not_eq] = ACTIONS(5476), - [anon_sym_DASH_DASH] = ACTIONS(5478), - [anon_sym_PLUS_PLUS] = ACTIONS(5478), - [anon_sym_DOT] = ACTIONS(5476), - [anon_sym_DOT_STAR] = ACTIONS(5478), - [anon_sym_DASH_GT] = ACTIONS(5478), + [sym_string_literal] = STATE(2678), + [sym_template_argument_list] = STATE(3715), + [sym_raw_string_literal] = STATE(2678), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_LPAREN2] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_SLASH] = ACTIONS(4117), + [anon_sym_PERCENT] = ACTIONS(4117), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_EQ_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4109), + [anon_sym_GT] = ACTIONS(4117), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4117), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_LT_LT] = ACTIONS(4117), + [anon_sym_GT_GT] = ACTIONS(4117), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_RBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(5982), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(5984), + [anon_sym_SLASH_EQ] = ACTIONS(5984), + [anon_sym_PERCENT_EQ] = ACTIONS(5984), + [anon_sym_PLUS_EQ] = ACTIONS(5984), + [anon_sym_DASH_EQ] = ACTIONS(5984), + [anon_sym_LT_LT_EQ] = ACTIONS(5984), + [anon_sym_GT_GT_EQ] = ACTIONS(5984), + [anon_sym_AMP_EQ] = ACTIONS(5984), + [anon_sym_CARET_EQ] = ACTIONS(5984), + [anon_sym_PIPE_EQ] = ACTIONS(5984), + [anon_sym_and_eq] = ACTIONS(5984), + [anon_sym_or_eq] = ACTIONS(5984), + [anon_sym_xor_eq] = ACTIONS(5984), + [anon_sym_LT_EQ_GT] = ACTIONS(4109), + [anon_sym_or] = ACTIONS(4117), + [anon_sym_and] = ACTIONS(4117), + [anon_sym_bitor] = ACTIONS(4109), + [anon_sym_xor] = ACTIONS(4117), + [anon_sym_bitand] = ACTIONS(4109), + [anon_sym_not_eq] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_DOT_STAR] = ACTIONS(4109), + [anon_sym_DASH_GT] = ACTIONS(4109), + [anon_sym_L_DQUOTE] = ACTIONS(3477), + [anon_sym_u_DQUOTE] = ACTIONS(3477), + [anon_sym_U_DQUOTE] = ACTIONS(3477), + [anon_sym_u8_DQUOTE] = ACTIONS(3477), + [anon_sym_DQUOTE] = ACTIONS(3477), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5476), - [anon_sym_decltype] = ACTIONS(5476), + [anon_sym_R_DQUOTE] = ACTIONS(3481), + [anon_sym_LR_DQUOTE] = ACTIONS(3481), + [anon_sym_uR_DQUOTE] = ACTIONS(3481), + [anon_sym_UR_DQUOTE] = ACTIONS(3481), + [anon_sym_u8R_DQUOTE] = ACTIONS(3481), }, [2303] = { - [sym_identifier] = ACTIONS(5488), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5490), - [anon_sym_COMMA] = ACTIONS(5490), - [anon_sym_RPAREN] = ACTIONS(5490), - [aux_sym_preproc_if_token2] = ACTIONS(5490), - [aux_sym_preproc_else_token1] = ACTIONS(5490), - [aux_sym_preproc_elif_token1] = ACTIONS(5488), - [aux_sym_preproc_elifdef_token1] = ACTIONS(5490), - [aux_sym_preproc_elifdef_token2] = ACTIONS(5490), - [anon_sym_LPAREN2] = ACTIONS(5490), - [anon_sym_DASH] = ACTIONS(5488), - [anon_sym_PLUS] = ACTIONS(5488), - [anon_sym_STAR] = ACTIONS(5488), - [anon_sym_SLASH] = ACTIONS(5488), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_PIPE_PIPE] = ACTIONS(5490), - [anon_sym_AMP_AMP] = ACTIONS(5490), - [anon_sym_PIPE] = ACTIONS(5488), - [anon_sym_CARET] = ACTIONS(5488), - [anon_sym_AMP] = ACTIONS(5488), - [anon_sym_EQ_EQ] = ACTIONS(5490), - [anon_sym_BANG_EQ] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(5488), - [anon_sym_GT_EQ] = ACTIONS(5490), - [anon_sym_LT_EQ] = ACTIONS(5488), - [anon_sym_LT] = ACTIONS(5488), - [anon_sym_LT_LT] = ACTIONS(5488), - [anon_sym_GT_GT] = ACTIONS(5488), - [anon_sym_SEMI] = ACTIONS(5490), - [anon_sym___attribute__] = ACTIONS(5488), - [anon_sym___attribute] = ACTIONS(5488), - [anon_sym_LBRACE] = ACTIONS(5490), - [anon_sym_RBRACE] = ACTIONS(5490), - [anon_sym_LBRACK] = ACTIONS(5490), - [anon_sym_RBRACK] = ACTIONS(5490), - [anon_sym_EQ] = ACTIONS(5488), - [anon_sym_COLON] = ACTIONS(5490), - [anon_sym_QMARK] = ACTIONS(5490), - [anon_sym_STAR_EQ] = ACTIONS(5490), - [anon_sym_SLASH_EQ] = ACTIONS(5490), - [anon_sym_PERCENT_EQ] = ACTIONS(5490), - [anon_sym_PLUS_EQ] = ACTIONS(5490), - [anon_sym_DASH_EQ] = ACTIONS(5490), - [anon_sym_LT_LT_EQ] = ACTIONS(5490), - [anon_sym_GT_GT_EQ] = ACTIONS(5490), - [anon_sym_AMP_EQ] = ACTIONS(5490), - [anon_sym_CARET_EQ] = ACTIONS(5490), - [anon_sym_PIPE_EQ] = ACTIONS(5490), - [anon_sym_and_eq] = ACTIONS(5488), - [anon_sym_or_eq] = ACTIONS(5488), - [anon_sym_xor_eq] = ACTIONS(5488), - [anon_sym_LT_EQ_GT] = ACTIONS(5490), - [anon_sym_or] = ACTIONS(5488), - [anon_sym_and] = ACTIONS(5488), - [anon_sym_bitor] = ACTIONS(5488), - [anon_sym_xor] = ACTIONS(5488), - [anon_sym_bitand] = ACTIONS(5488), - [anon_sym_not_eq] = ACTIONS(5488), - [anon_sym_DASH_DASH] = ACTIONS(5490), - [anon_sym_PLUS_PLUS] = ACTIONS(5490), - [anon_sym_DOT] = ACTIONS(5488), - [anon_sym_DOT_STAR] = ACTIONS(5490), - [anon_sym_DASH_GT] = ACTIONS(5490), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5488), - [anon_sym_decltype] = ACTIONS(5488), + [sym_attribute_specifier] = STATE(1792), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5959), + [anon_sym_COMMA] = ACTIONS(5959), + [anon_sym_RPAREN] = ACTIONS(5959), + [anon_sym_LPAREN2] = ACTIONS(5959), + [anon_sym_DASH] = ACTIONS(5957), + [anon_sym_PLUS] = ACTIONS(5957), + [anon_sym_STAR] = ACTIONS(5959), + [anon_sym_SLASH] = ACTIONS(5957), + [anon_sym_PERCENT] = ACTIONS(5959), + [anon_sym_PIPE_PIPE] = ACTIONS(5959), + [anon_sym_AMP_AMP] = ACTIONS(5959), + [anon_sym_PIPE] = ACTIONS(5957), + [anon_sym_CARET] = ACTIONS(5959), + [anon_sym_AMP] = ACTIONS(5957), + [anon_sym_EQ_EQ] = ACTIONS(5959), + [anon_sym_BANG_EQ] = ACTIONS(5959), + [anon_sym_GT] = ACTIONS(5957), + [anon_sym_GT_EQ] = ACTIONS(5959), + [anon_sym_LT_EQ] = ACTIONS(5957), + [anon_sym_LT] = ACTIONS(5957), + [anon_sym_LT_LT] = ACTIONS(5959), + [anon_sym_GT_GT] = ACTIONS(5959), + [anon_sym_SEMI] = ACTIONS(5959), + [anon_sym___extension__] = ACTIONS(5959), + [anon_sym___attribute__] = ACTIONS(5815), + [anon_sym___attribute] = ACTIONS(5817), + [anon_sym_LBRACE] = ACTIONS(5959), + [anon_sym_RBRACE] = ACTIONS(5959), + [anon_sym_LBRACK] = ACTIONS(5959), + [anon_sym_RBRACK] = ACTIONS(5959), + [anon_sym_const] = ACTIONS(5957), + [anon_sym_constexpr] = ACTIONS(5959), + [anon_sym_volatile] = ACTIONS(5959), + [anon_sym_restrict] = ACTIONS(5959), + [anon_sym___restrict__] = ACTIONS(5959), + [anon_sym__Atomic] = ACTIONS(5959), + [anon_sym__Noreturn] = ACTIONS(5959), + [anon_sym_noreturn] = ACTIONS(5959), + [anon_sym__Nonnull] = ACTIONS(5959), + [anon_sym_mutable] = ACTIONS(5959), + [anon_sym_constinit] = ACTIONS(5959), + [anon_sym_consteval] = ACTIONS(5959), + [anon_sym_PROGMEM] = ACTIONS(5959), + [anon_sym_alignas] = ACTIONS(5959), + [anon_sym__Alignas] = ACTIONS(5959), + [anon_sym_COLON] = ACTIONS(5959), + [anon_sym_QMARK] = ACTIONS(5959), + [anon_sym_LT_EQ_GT] = ACTIONS(5959), + [anon_sym_or] = ACTIONS(5959), + [anon_sym_and] = ACTIONS(5959), + [anon_sym_bitor] = ACTIONS(5959), + [anon_sym_xor] = ACTIONS(5959), + [anon_sym_bitand] = ACTIONS(5959), + [anon_sym_not_eq] = ACTIONS(5959), + [anon_sym_DASH_DASH] = ACTIONS(5959), + [anon_sym_PLUS_PLUS] = ACTIONS(5959), + [anon_sym_DOT] = ACTIONS(5957), + [anon_sym_DOT_STAR] = ACTIONS(5959), + [anon_sym_DASH_GT] = ACTIONS(5959), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5959), + [anon_sym_decltype] = ACTIONS(5959), + [anon_sym_final] = ACTIONS(5959), + [anon_sym_override] = ACTIONS(5959), + [anon_sym_requires] = ACTIONS(5959), }, [2304] = { - [sym_template_argument_list] = STATE(2325), + [sym_attribute_specifier] = STATE(2254), + [sym_enumerator_list] = STATE(2182), + [sym__enum_base_clause] = STATE(2133), [sym_identifier] = ACTIONS(6202), [anon_sym_DOT_DOT_DOT] = ACTIONS(6204), [anon_sym_COMMA] = ACTIONS(6204), - [anon_sym_RPAREN] = ACTIONS(6204), [aux_sym_preproc_if_token2] = ACTIONS(6204), [aux_sym_preproc_else_token1] = ACTIONS(6204), [aux_sym_preproc_elif_token1] = ACTIONS(6202), @@ -294534,18 +294535,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(6202), [anon_sym_GT_EQ] = ACTIONS(6204), [anon_sym_LT_EQ] = ACTIONS(6202), - [anon_sym_LT] = ACTIONS(6206), + [anon_sym_LT] = ACTIONS(6202), [anon_sym_LT_LT] = ACTIONS(6202), [anon_sym_GT_GT] = ACTIONS(6202), - [anon_sym_SEMI] = ACTIONS(6204), - [anon_sym___attribute__] = ACTIONS(6202), - [anon_sym___attribute] = ACTIONS(6202), - [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_RBRACE] = ACTIONS(6204), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5891), [anon_sym_LBRACK] = ACTIONS(6204), - [anon_sym_RBRACK] = ACTIONS(6204), [anon_sym_EQ] = ACTIONS(6202), - [anon_sym_COLON] = ACTIONS(6202), + [anon_sym_COLON] = ACTIONS(6206), [anon_sym_QMARK] = ACTIONS(6204), [anon_sym_STAR_EQ] = ACTIONS(6204), [anon_sym_SLASH_EQ] = ACTIONS(6204), @@ -294573,75 +294571,345 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_STAR] = ACTIONS(6204), [anon_sym_DASH_GT] = ACTIONS(6204), [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6202), + [anon_sym_decltype] = ACTIONS(6202), }, [2305] = { - [sym__declaration_modifiers] = STATE(2480), - [sym_attribute_specifier] = STATE(2480), - [sym_attribute_declaration] = STATE(2480), - [sym_ms_declspec_modifier] = STATE(2480), - [sym_storage_class_specifier] = STATE(2480), - [sym_type_qualifier] = STATE(2480), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype_auto] = STATE(2370), - [aux_sym__declaration_specifiers_repeat1] = STATE(2480), - [sym_identifier] = ACTIONS(6209), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6211), - [anon_sym_COMMA] = ACTIONS(6211), - [anon_sym_RPAREN] = ACTIONS(6211), - [anon_sym_LPAREN2] = ACTIONS(6211), - [anon_sym_TILDE] = ACTIONS(6211), - [anon_sym_STAR] = ACTIONS(6211), - [anon_sym_AMP_AMP] = ACTIONS(6211), - [anon_sym_AMP] = ACTIONS(6209), - [anon_sym_SEMI] = ACTIONS(6211), - [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(6213), - [anon_sym_extern] = ACTIONS(5624), - [anon_sym___attribute__] = ACTIONS(5626), - [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(6211), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), - [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(6209), - [anon_sym___cdecl] = ACTIONS(6209), - [anon_sym___clrcall] = ACTIONS(6209), - [anon_sym___stdcall] = ACTIONS(6209), - [anon_sym___fastcall] = ACTIONS(6209), - [anon_sym___thiscall] = ACTIONS(6209), - [anon_sym___vectorcall] = ACTIONS(6209), - [anon_sym_LBRACK] = ACTIONS(6209), - [anon_sym_static] = ACTIONS(5624), - [anon_sym_EQ] = ACTIONS(6211), - [anon_sym_register] = ACTIONS(5624), - [anon_sym_inline] = ACTIONS(5624), - [anon_sym___inline] = ACTIONS(5624), - [anon_sym___inline__] = ACTIONS(5624), - [anon_sym___forceinline] = ACTIONS(5624), - [anon_sym_thread_local] = ACTIONS(5624), - [anon_sym___thread] = ACTIONS(5624), - [anon_sym_const] = ACTIONS(5620), - [anon_sym_constexpr] = ACTIONS(5620), - [anon_sym_volatile] = ACTIONS(5620), - [anon_sym_restrict] = ACTIONS(5620), - [anon_sym___restrict__] = ACTIONS(5620), - [anon_sym__Atomic] = ACTIONS(5620), - [anon_sym__Noreturn] = ACTIONS(5620), - [anon_sym_noreturn] = ACTIONS(5620), - [anon_sym__Nonnull] = ACTIONS(5620), - [anon_sym_mutable] = ACTIONS(5620), - [anon_sym_constinit] = ACTIONS(5620), - [anon_sym_consteval] = ACTIONS(5620), - [anon_sym_PROGMEM] = ACTIONS(5620), - [anon_sym_alignas] = ACTIONS(5634), - [anon_sym__Alignas] = ACTIONS(5634), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6215), - [anon_sym_decltype] = ACTIONS(6217), - [anon_sym_template] = ACTIONS(6209), - [anon_sym_GT2] = ACTIONS(6211), - [anon_sym_operator] = ACTIONS(6209), + [aux_sym_sized_type_specifier_repeat1] = STATE(2307), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_DASH] = ACTIONS(5455), + [anon_sym_PLUS] = ACTIONS(5455), + [anon_sym_STAR] = ACTIONS(5455), + [anon_sym_SLASH] = ACTIONS(5455), + [anon_sym_PERCENT] = ACTIONS(5455), + [anon_sym_PIPE_PIPE] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_PIPE] = ACTIONS(5455), + [anon_sym_CARET] = ACTIONS(5455), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_EQ_EQ] = ACTIONS(5457), + [anon_sym_BANG_EQ] = ACTIONS(5457), + [anon_sym_GT] = ACTIONS(5455), + [anon_sym_GT_EQ] = ACTIONS(5457), + [anon_sym_LT_EQ] = ACTIONS(5455), + [anon_sym_LT] = ACTIONS(5455), + [anon_sym_LT_LT] = ACTIONS(5455), + [anon_sym_GT_GT] = ACTIONS(5455), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___attribute__] = ACTIONS(5457), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_RBRACE] = ACTIONS(5457), + [anon_sym_signed] = ACTIONS(6208), + [anon_sym_unsigned] = ACTIONS(6208), + [anon_sym_long] = ACTIONS(6208), + [anon_sym_short] = ACTIONS(6208), + [anon_sym_LBRACK] = ACTIONS(5457), + [anon_sym_RBRACK] = ACTIONS(5457), + [anon_sym_EQ] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5457), + [anon_sym_QMARK] = ACTIONS(5457), + [anon_sym_STAR_EQ] = ACTIONS(5457), + [anon_sym_SLASH_EQ] = ACTIONS(5457), + [anon_sym_PERCENT_EQ] = ACTIONS(5457), + [anon_sym_PLUS_EQ] = ACTIONS(5457), + [anon_sym_DASH_EQ] = ACTIONS(5457), + [anon_sym_LT_LT_EQ] = ACTIONS(5457), + [anon_sym_GT_GT_EQ] = ACTIONS(5457), + [anon_sym_AMP_EQ] = ACTIONS(5457), + [anon_sym_CARET_EQ] = ACTIONS(5457), + [anon_sym_PIPE_EQ] = ACTIONS(5457), + [anon_sym_and_eq] = ACTIONS(5457), + [anon_sym_or_eq] = ACTIONS(5457), + [anon_sym_xor_eq] = ACTIONS(5457), + [anon_sym_LT_EQ_GT] = ACTIONS(5457), + [anon_sym_or] = ACTIONS(5455), + [anon_sym_and] = ACTIONS(5455), + [anon_sym_bitor] = ACTIONS(5457), + [anon_sym_xor] = ACTIONS(5455), + [anon_sym_bitand] = ACTIONS(5457), + [anon_sym_not_eq] = ACTIONS(5457), + [anon_sym_DASH_DASH] = ACTIONS(5457), + [anon_sym_PLUS_PLUS] = ACTIONS(5457), + [anon_sym_DOT] = ACTIONS(5455), + [anon_sym_DOT_STAR] = ACTIONS(5457), + [anon_sym_DASH_GT] = ACTIONS(5457), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5457), + [anon_sym_decltype] = ACTIONS(5457), }, [2306] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), + [anon_sym_COMMA] = ACTIONS(5790), + [anon_sym_RPAREN] = ACTIONS(5790), + [anon_sym_LPAREN2] = ACTIONS(5790), + [anon_sym_DASH] = ACTIONS(5792), + [anon_sym_PLUS] = ACTIONS(5792), + [anon_sym_STAR] = ACTIONS(5792), + [anon_sym_SLASH] = ACTIONS(5792), + [anon_sym_PERCENT] = ACTIONS(5792), + [anon_sym_PIPE_PIPE] = ACTIONS(5790), + [anon_sym_AMP_AMP] = ACTIONS(5790), + [anon_sym_PIPE] = ACTIONS(5792), + [anon_sym_CARET] = ACTIONS(5792), + [anon_sym_AMP] = ACTIONS(5792), + [anon_sym_EQ_EQ] = ACTIONS(5790), + [anon_sym_BANG_EQ] = ACTIONS(5790), + [anon_sym_GT] = ACTIONS(5792), + [anon_sym_GT_EQ] = ACTIONS(5790), + [anon_sym_LT_EQ] = ACTIONS(5792), + [anon_sym_LT] = ACTIONS(5792), + [anon_sym_LT_LT] = ACTIONS(5792), + [anon_sym_GT_GT] = ACTIONS(5792), + [anon_sym_SEMI] = ACTIONS(5790), + [anon_sym___attribute__] = ACTIONS(5790), + [anon_sym___attribute] = ACTIONS(5792), + [anon_sym_LBRACE] = ACTIONS(5790), + [anon_sym_RBRACE] = ACTIONS(5790), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5790), + [anon_sym_RBRACK] = ACTIONS(5790), + [anon_sym_EQ] = ACTIONS(5792), + [anon_sym_COLON] = ACTIONS(5790), + [anon_sym_QMARK] = ACTIONS(5790), + [anon_sym_STAR_EQ] = ACTIONS(5790), + [anon_sym_SLASH_EQ] = ACTIONS(5790), + [anon_sym_PERCENT_EQ] = ACTIONS(5790), + [anon_sym_PLUS_EQ] = ACTIONS(5790), + [anon_sym_DASH_EQ] = ACTIONS(5790), + [anon_sym_LT_LT_EQ] = ACTIONS(5790), + [anon_sym_GT_GT_EQ] = ACTIONS(5790), + [anon_sym_AMP_EQ] = ACTIONS(5790), + [anon_sym_CARET_EQ] = ACTIONS(5790), + [anon_sym_PIPE_EQ] = ACTIONS(5790), + [anon_sym_and_eq] = ACTIONS(5790), + [anon_sym_or_eq] = ACTIONS(5790), + [anon_sym_xor_eq] = ACTIONS(5790), + [anon_sym_LT_EQ_GT] = ACTIONS(5790), + [anon_sym_or] = ACTIONS(5792), + [anon_sym_and] = ACTIONS(5792), + [anon_sym_bitor] = ACTIONS(5790), + [anon_sym_xor] = ACTIONS(5792), + [anon_sym_bitand] = ACTIONS(5790), + [anon_sym_not_eq] = ACTIONS(5790), + [anon_sym_DASH_DASH] = ACTIONS(5790), + [anon_sym_PLUS_PLUS] = ACTIONS(5790), + [anon_sym_DOT] = ACTIONS(5792), + [anon_sym_DOT_STAR] = ACTIONS(5790), + [anon_sym_DASH_GT] = ACTIONS(5790), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5790), + [anon_sym_decltype] = ACTIONS(5790), + }, + [2307] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), + [anon_sym_COMMA] = ACTIONS(5800), + [anon_sym_RPAREN] = ACTIONS(5800), + [anon_sym_LPAREN2] = ACTIONS(5800), + [anon_sym_DASH] = ACTIONS(5802), + [anon_sym_PLUS] = ACTIONS(5802), + [anon_sym_STAR] = ACTIONS(5802), + [anon_sym_SLASH] = ACTIONS(5802), + [anon_sym_PERCENT] = ACTIONS(5802), + [anon_sym_PIPE_PIPE] = ACTIONS(5800), + [anon_sym_AMP_AMP] = ACTIONS(5800), + [anon_sym_PIPE] = ACTIONS(5802), + [anon_sym_CARET] = ACTIONS(5802), + [anon_sym_AMP] = ACTIONS(5802), + [anon_sym_EQ_EQ] = ACTIONS(5800), + [anon_sym_BANG_EQ] = ACTIONS(5800), + [anon_sym_GT] = ACTIONS(5802), + [anon_sym_GT_EQ] = ACTIONS(5800), + [anon_sym_LT_EQ] = ACTIONS(5802), + [anon_sym_LT] = ACTIONS(5802), + [anon_sym_LT_LT] = ACTIONS(5802), + [anon_sym_GT_GT] = ACTIONS(5802), + [anon_sym_SEMI] = ACTIONS(5800), + [anon_sym___attribute__] = ACTIONS(5800), + [anon_sym___attribute] = ACTIONS(5802), + [anon_sym_LBRACE] = ACTIONS(5800), + [anon_sym_RBRACE] = ACTIONS(5800), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5800), + [anon_sym_RBRACK] = ACTIONS(5800), + [anon_sym_EQ] = ACTIONS(5802), + [anon_sym_COLON] = ACTIONS(5800), + [anon_sym_QMARK] = ACTIONS(5800), + [anon_sym_STAR_EQ] = ACTIONS(5800), + [anon_sym_SLASH_EQ] = ACTIONS(5800), + [anon_sym_PERCENT_EQ] = ACTIONS(5800), + [anon_sym_PLUS_EQ] = ACTIONS(5800), + [anon_sym_DASH_EQ] = ACTIONS(5800), + [anon_sym_LT_LT_EQ] = ACTIONS(5800), + [anon_sym_GT_GT_EQ] = ACTIONS(5800), + [anon_sym_AMP_EQ] = ACTIONS(5800), + [anon_sym_CARET_EQ] = ACTIONS(5800), + [anon_sym_PIPE_EQ] = ACTIONS(5800), + [anon_sym_and_eq] = ACTIONS(5800), + [anon_sym_or_eq] = ACTIONS(5800), + [anon_sym_xor_eq] = ACTIONS(5800), + [anon_sym_LT_EQ_GT] = ACTIONS(5800), + [anon_sym_or] = ACTIONS(5802), + [anon_sym_and] = ACTIONS(5802), + [anon_sym_bitor] = ACTIONS(5800), + [anon_sym_xor] = ACTIONS(5802), + [anon_sym_bitand] = ACTIONS(5800), + [anon_sym_not_eq] = ACTIONS(5800), + [anon_sym_DASH_DASH] = ACTIONS(5800), + [anon_sym_PLUS_PLUS] = ACTIONS(5800), + [anon_sym_DOT] = ACTIONS(5802), + [anon_sym_DOT_STAR] = ACTIONS(5800), + [anon_sym_DASH_GT] = ACTIONS(5800), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5800), + [anon_sym_decltype] = ACTIONS(5800), + }, + [2308] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2320), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), + [anon_sym_COMMA] = ACTIONS(5772), + [anon_sym_RPAREN] = ACTIONS(5772), + [anon_sym_LPAREN2] = ACTIONS(5772), + [anon_sym_DASH] = ACTIONS(5774), + [anon_sym_PLUS] = ACTIONS(5774), + [anon_sym_STAR] = ACTIONS(5774), + [anon_sym_SLASH] = ACTIONS(5774), + [anon_sym_PERCENT] = ACTIONS(5774), + [anon_sym_PIPE_PIPE] = ACTIONS(5772), + [anon_sym_AMP_AMP] = ACTIONS(5772), + [anon_sym_PIPE] = ACTIONS(5774), + [anon_sym_CARET] = ACTIONS(5774), + [anon_sym_AMP] = ACTIONS(5774), + [anon_sym_EQ_EQ] = ACTIONS(5772), + [anon_sym_BANG_EQ] = ACTIONS(5772), + [anon_sym_GT] = ACTIONS(5774), + [anon_sym_GT_EQ] = ACTIONS(5772), + [anon_sym_LT_EQ] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT_LT] = ACTIONS(5774), + [anon_sym_GT_GT] = ACTIONS(5774), + [anon_sym_SEMI] = ACTIONS(5772), + [anon_sym___attribute__] = ACTIONS(5772), + [anon_sym___attribute] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(5772), + [anon_sym_RBRACE] = ACTIONS(5772), + [anon_sym_signed] = ACTIONS(6212), + [anon_sym_unsigned] = ACTIONS(6212), + [anon_sym_long] = ACTIONS(6212), + [anon_sym_short] = ACTIONS(6212), + [anon_sym_LBRACK] = ACTIONS(5772), + [anon_sym_RBRACK] = ACTIONS(5772), + [anon_sym_EQ] = ACTIONS(5774), + [anon_sym_COLON] = ACTIONS(5772), + [anon_sym_QMARK] = ACTIONS(5772), + [anon_sym_STAR_EQ] = ACTIONS(5772), + [anon_sym_SLASH_EQ] = ACTIONS(5772), + [anon_sym_PERCENT_EQ] = ACTIONS(5772), + [anon_sym_PLUS_EQ] = ACTIONS(5772), + [anon_sym_DASH_EQ] = ACTIONS(5772), + [anon_sym_LT_LT_EQ] = ACTIONS(5772), + [anon_sym_GT_GT_EQ] = ACTIONS(5772), + [anon_sym_AMP_EQ] = ACTIONS(5772), + [anon_sym_CARET_EQ] = ACTIONS(5772), + [anon_sym_PIPE_EQ] = ACTIONS(5772), + [anon_sym_and_eq] = ACTIONS(5772), + [anon_sym_or_eq] = ACTIONS(5772), + [anon_sym_xor_eq] = ACTIONS(5772), + [anon_sym_LT_EQ_GT] = ACTIONS(5772), + [anon_sym_or] = ACTIONS(5774), + [anon_sym_and] = ACTIONS(5774), + [anon_sym_bitor] = ACTIONS(5772), + [anon_sym_xor] = ACTIONS(5774), + [anon_sym_bitand] = ACTIONS(5772), + [anon_sym_not_eq] = ACTIONS(5772), + [anon_sym_DASH_DASH] = ACTIONS(5772), + [anon_sym_PLUS_PLUS] = ACTIONS(5772), + [anon_sym_DOT] = ACTIONS(5774), + [anon_sym_DOT_STAR] = ACTIONS(5772), + [anon_sym_DASH_GT] = ACTIONS(5772), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5772), + [anon_sym_decltype] = ACTIONS(5772), + }, + [2309] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2321), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5794), + [anon_sym_COMMA] = ACTIONS(5794), + [anon_sym_RPAREN] = ACTIONS(5794), + [anon_sym_LPAREN2] = ACTIONS(5794), + [anon_sym_DASH] = ACTIONS(5796), + [anon_sym_PLUS] = ACTIONS(5796), + [anon_sym_STAR] = ACTIONS(5796), + [anon_sym_SLASH] = ACTIONS(5796), + [anon_sym_PERCENT] = ACTIONS(5796), + [anon_sym_PIPE_PIPE] = ACTIONS(5794), + [anon_sym_AMP_AMP] = ACTIONS(5794), + [anon_sym_PIPE] = ACTIONS(5796), + [anon_sym_CARET] = ACTIONS(5796), + [anon_sym_AMP] = ACTIONS(5796), + [anon_sym_EQ_EQ] = ACTIONS(5794), + [anon_sym_BANG_EQ] = ACTIONS(5794), + [anon_sym_GT] = ACTIONS(5796), + [anon_sym_GT_EQ] = ACTIONS(5794), + [anon_sym_LT_EQ] = ACTIONS(5796), + [anon_sym_LT] = ACTIONS(5796), + [anon_sym_LT_LT] = ACTIONS(5796), + [anon_sym_GT_GT] = ACTIONS(5796), + [anon_sym_SEMI] = ACTIONS(5794), + [anon_sym___attribute__] = ACTIONS(5794), + [anon_sym___attribute] = ACTIONS(5796), + [anon_sym_LBRACE] = ACTIONS(5794), + [anon_sym_RBRACE] = ACTIONS(5794), + [anon_sym_signed] = ACTIONS(6214), + [anon_sym_unsigned] = ACTIONS(6214), + [anon_sym_long] = ACTIONS(6214), + [anon_sym_short] = ACTIONS(6214), + [anon_sym_LBRACK] = ACTIONS(5794), + [anon_sym_RBRACK] = ACTIONS(5794), + [anon_sym_EQ] = ACTIONS(5796), + [anon_sym_COLON] = ACTIONS(5794), + [anon_sym_QMARK] = ACTIONS(5794), + [anon_sym_STAR_EQ] = ACTIONS(5794), + [anon_sym_SLASH_EQ] = ACTIONS(5794), + [anon_sym_PERCENT_EQ] = ACTIONS(5794), + [anon_sym_PLUS_EQ] = ACTIONS(5794), + [anon_sym_DASH_EQ] = ACTIONS(5794), + [anon_sym_LT_LT_EQ] = ACTIONS(5794), + [anon_sym_GT_GT_EQ] = ACTIONS(5794), + [anon_sym_AMP_EQ] = ACTIONS(5794), + [anon_sym_CARET_EQ] = ACTIONS(5794), + [anon_sym_PIPE_EQ] = ACTIONS(5794), + [anon_sym_and_eq] = ACTIONS(5794), + [anon_sym_or_eq] = ACTIONS(5794), + [anon_sym_xor_eq] = ACTIONS(5794), + [anon_sym_LT_EQ_GT] = ACTIONS(5794), + [anon_sym_or] = ACTIONS(5796), + [anon_sym_and] = ACTIONS(5796), + [anon_sym_bitor] = ACTIONS(5794), + [anon_sym_xor] = ACTIONS(5796), + [anon_sym_bitand] = ACTIONS(5794), + [anon_sym_not_eq] = ACTIONS(5794), + [anon_sym_DASH_DASH] = ACTIONS(5794), + [anon_sym_PLUS_PLUS] = ACTIONS(5794), + [anon_sym_DOT] = ACTIONS(5796), + [anon_sym_DOT_STAR] = ACTIONS(5794), + [anon_sym_DASH_GT] = ACTIONS(5794), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5794), + [anon_sym_decltype] = ACTIONS(5794), + }, + [2310] = { [sym_identifier] = ACTIONS(4885), [anon_sym_DOT_DOT_DOT] = ACTIONS(4878), [anon_sym_COMMA] = ACTIONS(4878), @@ -294708,982 +294976,1317 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(4878), [sym_comment] = ACTIONS(3), }, - [2307] = { + [2311] = { [sym_template_argument_list] = STATE(2325), - [sym_identifier] = ACTIONS(6219), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6221), - [anon_sym_COMMA] = ACTIONS(6221), - [anon_sym_RPAREN] = ACTIONS(6221), - [aux_sym_preproc_if_token2] = ACTIONS(6221), - [aux_sym_preproc_else_token1] = ACTIONS(6221), - [aux_sym_preproc_elif_token1] = ACTIONS(6219), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6221), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6221), - [anon_sym_LPAREN2] = ACTIONS(6221), - [anon_sym_DASH] = ACTIONS(6219), - [anon_sym_PLUS] = ACTIONS(6219), - [anon_sym_STAR] = ACTIONS(6219), - [anon_sym_SLASH] = ACTIONS(6219), - [anon_sym_PERCENT] = ACTIONS(6219), - [anon_sym_PIPE_PIPE] = ACTIONS(6221), - [anon_sym_AMP_AMP] = ACTIONS(6221), - [anon_sym_PIPE] = ACTIONS(6219), - [anon_sym_CARET] = ACTIONS(6219), - [anon_sym_AMP] = ACTIONS(6219), - [anon_sym_EQ_EQ] = ACTIONS(6221), - [anon_sym_BANG_EQ] = ACTIONS(6221), - [anon_sym_GT] = ACTIONS(6219), - [anon_sym_GT_EQ] = ACTIONS(6221), - [anon_sym_LT_EQ] = ACTIONS(6219), - [anon_sym_LT] = ACTIONS(6223), - [anon_sym_LT_LT] = ACTIONS(6219), - [anon_sym_GT_GT] = ACTIONS(6219), - [anon_sym_SEMI] = ACTIONS(6221), - [anon_sym___attribute__] = ACTIONS(6219), - [anon_sym___attribute] = ACTIONS(6219), + [sym_identifier] = ACTIONS(6216), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6218), + [anon_sym_COMMA] = ACTIONS(6218), + [anon_sym_RPAREN] = ACTIONS(6218), + [aux_sym_preproc_if_token2] = ACTIONS(6218), + [aux_sym_preproc_else_token1] = ACTIONS(6218), + [aux_sym_preproc_elif_token1] = ACTIONS(6216), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6218), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6218), + [anon_sym_LPAREN2] = ACTIONS(6218), + [anon_sym_DASH] = ACTIONS(6216), + [anon_sym_PLUS] = ACTIONS(6216), + [anon_sym_STAR] = ACTIONS(6216), + [anon_sym_SLASH] = ACTIONS(6216), + [anon_sym_PERCENT] = ACTIONS(6216), + [anon_sym_PIPE_PIPE] = ACTIONS(6218), + [anon_sym_AMP_AMP] = ACTIONS(6218), + [anon_sym_PIPE] = ACTIONS(6216), + [anon_sym_CARET] = ACTIONS(6216), + [anon_sym_AMP] = ACTIONS(6216), + [anon_sym_EQ_EQ] = ACTIONS(6218), + [anon_sym_BANG_EQ] = ACTIONS(6218), + [anon_sym_GT] = ACTIONS(6216), + [anon_sym_GT_EQ] = ACTIONS(6218), + [anon_sym_LT_EQ] = ACTIONS(6216), + [anon_sym_LT] = ACTIONS(6220), + [anon_sym_LT_LT] = ACTIONS(6216), + [anon_sym_GT_GT] = ACTIONS(6216), + [anon_sym_SEMI] = ACTIONS(6218), + [anon_sym___attribute__] = ACTIONS(6216), + [anon_sym___attribute] = ACTIONS(6216), [anon_sym_COLON_COLON] = ACTIONS(4128), - [anon_sym_RBRACE] = ACTIONS(6221), - [anon_sym_LBRACK] = ACTIONS(6221), - [anon_sym_RBRACK] = ACTIONS(6221), - [anon_sym_EQ] = ACTIONS(6219), - [anon_sym_COLON] = ACTIONS(6219), - [anon_sym_QMARK] = ACTIONS(6221), - [anon_sym_STAR_EQ] = ACTIONS(6221), - [anon_sym_SLASH_EQ] = ACTIONS(6221), - [anon_sym_PERCENT_EQ] = ACTIONS(6221), - [anon_sym_PLUS_EQ] = ACTIONS(6221), - [anon_sym_DASH_EQ] = ACTIONS(6221), - [anon_sym_LT_LT_EQ] = ACTIONS(6221), - [anon_sym_GT_GT_EQ] = ACTIONS(6221), - [anon_sym_AMP_EQ] = ACTIONS(6221), - [anon_sym_CARET_EQ] = ACTIONS(6221), - [anon_sym_PIPE_EQ] = ACTIONS(6221), - [anon_sym_and_eq] = ACTIONS(6219), - [anon_sym_or_eq] = ACTIONS(6219), - [anon_sym_xor_eq] = ACTIONS(6219), - [anon_sym_LT_EQ_GT] = ACTIONS(6221), - [anon_sym_or] = ACTIONS(6219), - [anon_sym_and] = ACTIONS(6219), - [anon_sym_bitor] = ACTIONS(6219), - [anon_sym_xor] = ACTIONS(6219), - [anon_sym_bitand] = ACTIONS(6219), - [anon_sym_not_eq] = ACTIONS(6219), - [anon_sym_DASH_DASH] = ACTIONS(6221), - [anon_sym_PLUS_PLUS] = ACTIONS(6221), - [anon_sym_DOT] = ACTIONS(6219), - [anon_sym_DOT_STAR] = ACTIONS(6221), - [anon_sym_DASH_GT] = ACTIONS(6221), - [sym_comment] = ACTIONS(3), - }, - [2308] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), - [anon_sym_COMMA] = ACTIONS(5804), - [anon_sym_RPAREN] = ACTIONS(5804), - [anon_sym_LPAREN2] = ACTIONS(5804), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_STAR] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5806), - [anon_sym_PERCENT] = ACTIONS(5806), - [anon_sym_PIPE_PIPE] = ACTIONS(5804), - [anon_sym_AMP_AMP] = ACTIONS(5804), - [anon_sym_PIPE] = ACTIONS(5806), - [anon_sym_CARET] = ACTIONS(5806), - [anon_sym_AMP] = ACTIONS(5806), - [anon_sym_EQ_EQ] = ACTIONS(5804), - [anon_sym_BANG_EQ] = ACTIONS(5804), - [anon_sym_GT] = ACTIONS(5806), - [anon_sym_GT_EQ] = ACTIONS(5804), - [anon_sym_LT_EQ] = ACTIONS(5806), - [anon_sym_LT] = ACTIONS(5806), - [anon_sym_LT_LT] = ACTIONS(5806), - [anon_sym_GT_GT] = ACTIONS(5806), - [anon_sym_SEMI] = ACTIONS(5804), - [anon_sym___attribute__] = ACTIONS(5804), - [anon_sym___attribute] = ACTIONS(5806), - [anon_sym_LBRACE] = ACTIONS(5804), - [anon_sym_RBRACE] = ACTIONS(5804), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5804), - [anon_sym_RBRACK] = ACTIONS(5804), - [anon_sym_EQ] = ACTIONS(5806), - [anon_sym_COLON] = ACTIONS(5804), - [anon_sym_QMARK] = ACTIONS(5804), - [anon_sym_STAR_EQ] = ACTIONS(5804), - [anon_sym_SLASH_EQ] = ACTIONS(5804), - [anon_sym_PERCENT_EQ] = ACTIONS(5804), - [anon_sym_PLUS_EQ] = ACTIONS(5804), - [anon_sym_DASH_EQ] = ACTIONS(5804), - [anon_sym_LT_LT_EQ] = ACTIONS(5804), - [anon_sym_GT_GT_EQ] = ACTIONS(5804), - [anon_sym_AMP_EQ] = ACTIONS(5804), - [anon_sym_CARET_EQ] = ACTIONS(5804), - [anon_sym_PIPE_EQ] = ACTIONS(5804), - [anon_sym_and_eq] = ACTIONS(5804), - [anon_sym_or_eq] = ACTIONS(5804), - [anon_sym_xor_eq] = ACTIONS(5804), - [anon_sym_LT_EQ_GT] = ACTIONS(5804), - [anon_sym_or] = ACTIONS(5806), - [anon_sym_and] = ACTIONS(5806), - [anon_sym_bitor] = ACTIONS(5804), - [anon_sym_xor] = ACTIONS(5806), - [anon_sym_bitand] = ACTIONS(5804), - [anon_sym_not_eq] = ACTIONS(5804), - [anon_sym_DASH_DASH] = ACTIONS(5804), - [anon_sym_PLUS_PLUS] = ACTIONS(5804), - [anon_sym_DOT] = ACTIONS(5806), - [anon_sym_DOT_STAR] = ACTIONS(5804), - [anon_sym_DASH_GT] = ACTIONS(5804), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5804), - [anon_sym_decltype] = ACTIONS(5804), - }, - [2309] = { - [sym_new_declarator] = STATE(2402), - [sym_identifier] = ACTIONS(6228), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6230), - [anon_sym_COMMA] = ACTIONS(6230), - [anon_sym_RPAREN] = ACTIONS(6230), - [aux_sym_preproc_if_token2] = ACTIONS(6230), - [aux_sym_preproc_else_token1] = ACTIONS(6230), - [aux_sym_preproc_elif_token1] = ACTIONS(6228), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6230), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6230), - [anon_sym_LPAREN2] = ACTIONS(6230), - [anon_sym_DASH] = ACTIONS(6228), - [anon_sym_PLUS] = ACTIONS(6228), - [anon_sym_STAR] = ACTIONS(6228), - [anon_sym_SLASH] = ACTIONS(6228), - [anon_sym_PERCENT] = ACTIONS(6228), - [anon_sym_PIPE_PIPE] = ACTIONS(6230), - [anon_sym_AMP_AMP] = ACTIONS(6230), - [anon_sym_PIPE] = ACTIONS(6228), - [anon_sym_CARET] = ACTIONS(6228), - [anon_sym_AMP] = ACTIONS(6228), - [anon_sym_EQ_EQ] = ACTIONS(6230), - [anon_sym_BANG_EQ] = ACTIONS(6230), - [anon_sym_GT] = ACTIONS(6228), - [anon_sym_GT_EQ] = ACTIONS(6230), - [anon_sym_LT_EQ] = ACTIONS(6228), - [anon_sym_LT] = ACTIONS(6228), - [anon_sym_LT_LT] = ACTIONS(6228), - [anon_sym_GT_GT] = ACTIONS(6228), - [anon_sym_SEMI] = ACTIONS(6230), - [anon_sym___attribute__] = ACTIONS(6228), - [anon_sym___attribute] = ACTIONS(6228), - [anon_sym_LBRACE] = ACTIONS(6230), - [anon_sym_RBRACE] = ACTIONS(6230), - [anon_sym_LBRACK] = ACTIONS(5768), - [anon_sym_RBRACK] = ACTIONS(6230), - [anon_sym_EQ] = ACTIONS(6228), - [anon_sym_COLON] = ACTIONS(6230), - [anon_sym_QMARK] = ACTIONS(6230), - [anon_sym_STAR_EQ] = ACTIONS(6230), - [anon_sym_SLASH_EQ] = ACTIONS(6230), - [anon_sym_PERCENT_EQ] = ACTIONS(6230), - [anon_sym_PLUS_EQ] = ACTIONS(6230), - [anon_sym_DASH_EQ] = ACTIONS(6230), - [anon_sym_LT_LT_EQ] = ACTIONS(6230), - [anon_sym_GT_GT_EQ] = ACTIONS(6230), - [anon_sym_AMP_EQ] = ACTIONS(6230), - [anon_sym_CARET_EQ] = ACTIONS(6230), - [anon_sym_PIPE_EQ] = ACTIONS(6230), - [anon_sym_and_eq] = ACTIONS(6228), - [anon_sym_or_eq] = ACTIONS(6228), - [anon_sym_xor_eq] = ACTIONS(6228), - [anon_sym_LT_EQ_GT] = ACTIONS(6230), - [anon_sym_or] = ACTIONS(6228), - [anon_sym_and] = ACTIONS(6228), - [anon_sym_bitor] = ACTIONS(6228), - [anon_sym_xor] = ACTIONS(6228), - [anon_sym_bitand] = ACTIONS(6228), - [anon_sym_not_eq] = ACTIONS(6228), - [anon_sym_DASH_DASH] = ACTIONS(6230), - [anon_sym_PLUS_PLUS] = ACTIONS(6230), - [anon_sym_DOT] = ACTIONS(6228), - [anon_sym_DOT_STAR] = ACTIONS(6230), - [anon_sym_DASH_GT] = ACTIONS(6230), - [sym_comment] = ACTIONS(3), - }, - [2310] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), - [anon_sym_COMMA] = ACTIONS(5800), - [anon_sym_RPAREN] = ACTIONS(5800), - [anon_sym_LPAREN2] = ACTIONS(5800), - [anon_sym_DASH] = ACTIONS(5802), - [anon_sym_PLUS] = ACTIONS(5802), - [anon_sym_STAR] = ACTIONS(5802), - [anon_sym_SLASH] = ACTIONS(5802), - [anon_sym_PERCENT] = ACTIONS(5802), - [anon_sym_PIPE_PIPE] = ACTIONS(5800), - [anon_sym_AMP_AMP] = ACTIONS(5800), - [anon_sym_PIPE] = ACTIONS(5802), - [anon_sym_CARET] = ACTIONS(5802), - [anon_sym_AMP] = ACTIONS(5802), - [anon_sym_EQ_EQ] = ACTIONS(5800), - [anon_sym_BANG_EQ] = ACTIONS(5800), - [anon_sym_GT] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_LT] = ACTIONS(5802), - [anon_sym_LT_LT] = ACTIONS(5802), - [anon_sym_GT_GT] = ACTIONS(5802), - [anon_sym_SEMI] = ACTIONS(5800), - [anon_sym___attribute__] = ACTIONS(5800), - [anon_sym___attribute] = ACTIONS(5802), - [anon_sym_LBRACE] = ACTIONS(5800), - [anon_sym_RBRACE] = ACTIONS(5800), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5800), - [anon_sym_RBRACK] = ACTIONS(5800), - [anon_sym_EQ] = ACTIONS(5802), - [anon_sym_COLON] = ACTIONS(5800), - [anon_sym_QMARK] = ACTIONS(5800), - [anon_sym_STAR_EQ] = ACTIONS(5800), - [anon_sym_SLASH_EQ] = ACTIONS(5800), - [anon_sym_PERCENT_EQ] = ACTIONS(5800), - [anon_sym_PLUS_EQ] = ACTIONS(5800), - [anon_sym_DASH_EQ] = ACTIONS(5800), - [anon_sym_LT_LT_EQ] = ACTIONS(5800), - [anon_sym_GT_GT_EQ] = ACTIONS(5800), - [anon_sym_AMP_EQ] = ACTIONS(5800), - [anon_sym_CARET_EQ] = ACTIONS(5800), - [anon_sym_PIPE_EQ] = ACTIONS(5800), - [anon_sym_and_eq] = ACTIONS(5800), - [anon_sym_or_eq] = ACTIONS(5800), - [anon_sym_xor_eq] = ACTIONS(5800), - [anon_sym_LT_EQ_GT] = ACTIONS(5800), - [anon_sym_or] = ACTIONS(5802), - [anon_sym_and] = ACTIONS(5802), - [anon_sym_bitor] = ACTIONS(5800), - [anon_sym_xor] = ACTIONS(5802), - [anon_sym_bitand] = ACTIONS(5800), - [anon_sym_not_eq] = ACTIONS(5800), - [anon_sym_DASH_DASH] = ACTIONS(5800), - [anon_sym_PLUS_PLUS] = ACTIONS(5800), - [anon_sym_DOT] = ACTIONS(5802), - [anon_sym_DOT_STAR] = ACTIONS(5800), - [anon_sym_DASH_GT] = ACTIONS(5800), + [anon_sym_RBRACE] = ACTIONS(6218), + [anon_sym_LBRACK] = ACTIONS(6218), + [anon_sym_RBRACK] = ACTIONS(6218), + [anon_sym_EQ] = ACTIONS(6216), + [anon_sym_COLON] = ACTIONS(6216), + [anon_sym_QMARK] = ACTIONS(6218), + [anon_sym_STAR_EQ] = ACTIONS(6218), + [anon_sym_SLASH_EQ] = ACTIONS(6218), + [anon_sym_PERCENT_EQ] = ACTIONS(6218), + [anon_sym_PLUS_EQ] = ACTIONS(6218), + [anon_sym_DASH_EQ] = ACTIONS(6218), + [anon_sym_LT_LT_EQ] = ACTIONS(6218), + [anon_sym_GT_GT_EQ] = ACTIONS(6218), + [anon_sym_AMP_EQ] = ACTIONS(6218), + [anon_sym_CARET_EQ] = ACTIONS(6218), + [anon_sym_PIPE_EQ] = ACTIONS(6218), + [anon_sym_and_eq] = ACTIONS(6216), + [anon_sym_or_eq] = ACTIONS(6216), + [anon_sym_xor_eq] = ACTIONS(6216), + [anon_sym_LT_EQ_GT] = ACTIONS(6218), + [anon_sym_or] = ACTIONS(6216), + [anon_sym_and] = ACTIONS(6216), + [anon_sym_bitor] = ACTIONS(6216), + [anon_sym_xor] = ACTIONS(6216), + [anon_sym_bitand] = ACTIONS(6216), + [anon_sym_not_eq] = ACTIONS(6216), + [anon_sym_DASH_DASH] = ACTIONS(6218), + [anon_sym_PLUS_PLUS] = ACTIONS(6218), + [anon_sym_DOT] = ACTIONS(6216), + [anon_sym_DOT_STAR] = ACTIONS(6218), + [anon_sym_DASH_GT] = ACTIONS(6218), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5800), - [anon_sym_decltype] = ACTIONS(5800), - }, - [2311] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2310), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5746), - [anon_sym_COMMA] = ACTIONS(5746), - [anon_sym_RPAREN] = ACTIONS(5746), - [anon_sym_LPAREN2] = ACTIONS(5746), - [anon_sym_DASH] = ACTIONS(5748), - [anon_sym_PLUS] = ACTIONS(5748), - [anon_sym_STAR] = ACTIONS(5748), - [anon_sym_SLASH] = ACTIONS(5748), - [anon_sym_PERCENT] = ACTIONS(5748), - [anon_sym_PIPE_PIPE] = ACTIONS(5746), - [anon_sym_AMP_AMP] = ACTIONS(5746), - [anon_sym_PIPE] = ACTIONS(5748), - [anon_sym_CARET] = ACTIONS(5748), - [anon_sym_AMP] = ACTIONS(5748), - [anon_sym_EQ_EQ] = ACTIONS(5746), - [anon_sym_BANG_EQ] = ACTIONS(5746), - [anon_sym_GT] = ACTIONS(5748), - [anon_sym_GT_EQ] = ACTIONS(5746), - [anon_sym_LT_EQ] = ACTIONS(5748), - [anon_sym_LT] = ACTIONS(5748), - [anon_sym_LT_LT] = ACTIONS(5748), - [anon_sym_GT_GT] = ACTIONS(5748), - [anon_sym_SEMI] = ACTIONS(5746), - [anon_sym___attribute__] = ACTIONS(5746), - [anon_sym___attribute] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(5746), - [anon_sym_RBRACE] = ACTIONS(5746), - [anon_sym_signed] = ACTIONS(6232), - [anon_sym_unsigned] = ACTIONS(6232), - [anon_sym_long] = ACTIONS(6232), - [anon_sym_short] = ACTIONS(6232), - [anon_sym_LBRACK] = ACTIONS(5746), - [anon_sym_RBRACK] = ACTIONS(5746), - [anon_sym_EQ] = ACTIONS(5748), - [anon_sym_COLON] = ACTIONS(5746), - [anon_sym_QMARK] = ACTIONS(5746), - [anon_sym_STAR_EQ] = ACTIONS(5746), - [anon_sym_SLASH_EQ] = ACTIONS(5746), - [anon_sym_PERCENT_EQ] = ACTIONS(5746), - [anon_sym_PLUS_EQ] = ACTIONS(5746), - [anon_sym_DASH_EQ] = ACTIONS(5746), - [anon_sym_LT_LT_EQ] = ACTIONS(5746), - [anon_sym_GT_GT_EQ] = ACTIONS(5746), - [anon_sym_AMP_EQ] = ACTIONS(5746), - [anon_sym_CARET_EQ] = ACTIONS(5746), - [anon_sym_PIPE_EQ] = ACTIONS(5746), - [anon_sym_and_eq] = ACTIONS(5746), - [anon_sym_or_eq] = ACTIONS(5746), - [anon_sym_xor_eq] = ACTIONS(5746), - [anon_sym_LT_EQ_GT] = ACTIONS(5746), - [anon_sym_or] = ACTIONS(5748), - [anon_sym_and] = ACTIONS(5748), - [anon_sym_bitor] = ACTIONS(5746), - [anon_sym_xor] = ACTIONS(5748), - [anon_sym_bitand] = ACTIONS(5746), - [anon_sym_not_eq] = ACTIONS(5746), - [anon_sym_DASH_DASH] = ACTIONS(5746), - [anon_sym_PLUS_PLUS] = ACTIONS(5746), - [anon_sym_DOT] = ACTIONS(5748), - [anon_sym_DOT_STAR] = ACTIONS(5746), - [anon_sym_DASH_GT] = ACTIONS(5746), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5746), - [anon_sym_decltype] = ACTIONS(5746), }, [2312] = { - [sym_string_literal] = STATE(2169), - [sym_raw_string_literal] = STATE(2169), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5834), - [anon_sym_COMMA] = ACTIONS(5834), - [anon_sym_RPAREN] = ACTIONS(5834), - [anon_sym_LPAREN2] = ACTIONS(5834), - [anon_sym_DASH] = ACTIONS(5832), - [anon_sym_PLUS] = ACTIONS(5832), - [anon_sym_STAR] = ACTIONS(5832), - [anon_sym_SLASH] = ACTIONS(5832), - [anon_sym_PERCENT] = ACTIONS(5832), - [anon_sym_PIPE_PIPE] = ACTIONS(5834), - [anon_sym_AMP_AMP] = ACTIONS(5834), - [anon_sym_PIPE] = ACTIONS(5832), - [anon_sym_CARET] = ACTIONS(5832), - [anon_sym_AMP] = ACTIONS(5832), - [anon_sym_EQ_EQ] = ACTIONS(5834), - [anon_sym_BANG_EQ] = ACTIONS(5834), - [anon_sym_GT] = ACTIONS(5832), - [anon_sym_GT_EQ] = ACTIONS(5834), - [anon_sym_LT_EQ] = ACTIONS(5832), - [anon_sym_LT] = ACTIONS(5832), - [anon_sym_LT_LT] = ACTIONS(5832), - [anon_sym_GT_GT] = ACTIONS(5832), - [anon_sym_LBRACK] = ACTIONS(5834), - [anon_sym_EQ] = ACTIONS(5832), - [anon_sym_QMARK] = ACTIONS(5834), - [anon_sym_STAR_EQ] = ACTIONS(5834), - [anon_sym_SLASH_EQ] = ACTIONS(5834), - [anon_sym_PERCENT_EQ] = ACTIONS(5834), - [anon_sym_PLUS_EQ] = ACTIONS(5834), - [anon_sym_DASH_EQ] = ACTIONS(5834), - [anon_sym_LT_LT_EQ] = ACTIONS(5834), - [anon_sym_GT_GT_EQ] = ACTIONS(5834), - [anon_sym_AMP_EQ] = ACTIONS(5834), - [anon_sym_CARET_EQ] = ACTIONS(5834), - [anon_sym_PIPE_EQ] = ACTIONS(5834), - [anon_sym_and_eq] = ACTIONS(5832), - [anon_sym_or_eq] = ACTIONS(5832), - [anon_sym_xor_eq] = ACTIONS(5832), - [anon_sym_LT_EQ_GT] = ACTIONS(5834), - [anon_sym_or] = ACTIONS(5832), - [anon_sym_and] = ACTIONS(5832), - [anon_sym_bitor] = ACTIONS(5832), - [anon_sym_xor] = ACTIONS(5832), - [anon_sym_bitand] = ACTIONS(5832), - [anon_sym_not_eq] = ACTIONS(5832), - [anon_sym_DASH_DASH] = ACTIONS(5834), - [anon_sym_PLUS_PLUS] = ACTIONS(5834), - [anon_sym_DOT] = ACTIONS(5832), - [anon_sym_DOT_STAR] = ACTIONS(5834), - [anon_sym_DASH_GT] = ACTIONS(5832), - [anon_sym_L_DQUOTE] = ACTIONS(4916), - [anon_sym_u_DQUOTE] = ACTIONS(4916), - [anon_sym_U_DQUOTE] = ACTIONS(4916), - [anon_sym_u8_DQUOTE] = ACTIONS(4916), - [anon_sym_DQUOTE] = ACTIONS(4916), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5482), + [anon_sym_COMMA] = ACTIONS(5482), + [anon_sym_LPAREN2] = ACTIONS(5482), + [anon_sym_DASH] = ACTIONS(5480), + [anon_sym_PLUS] = ACTIONS(5480), + [anon_sym_STAR] = ACTIONS(5482), + [anon_sym_SLASH] = ACTIONS(5480), + [anon_sym_PERCENT] = ACTIONS(5482), + [anon_sym_PIPE_PIPE] = ACTIONS(5482), + [anon_sym_AMP_AMP] = ACTIONS(5482), + [anon_sym_PIPE] = ACTIONS(5480), + [anon_sym_CARET] = ACTIONS(5482), + [anon_sym_AMP] = ACTIONS(5480), + [anon_sym_EQ_EQ] = ACTIONS(5482), + [anon_sym_BANG_EQ] = ACTIONS(5482), + [anon_sym_GT] = ACTIONS(5480), + [anon_sym_GT_EQ] = ACTIONS(5480), + [anon_sym_LT_EQ] = ACTIONS(5480), + [anon_sym_LT] = ACTIONS(5480), + [anon_sym_LT_LT] = ACTIONS(5482), + [anon_sym_GT_GT] = ACTIONS(5480), + [anon_sym___extension__] = ACTIONS(5482), + [anon_sym___attribute__] = ACTIONS(5482), + [anon_sym___attribute] = ACTIONS(5480), + [anon_sym_LBRACE] = ACTIONS(5482), + [anon_sym_signed] = ACTIONS(5482), + [anon_sym_unsigned] = ACTIONS(5482), + [anon_sym_long] = ACTIONS(5482), + [anon_sym_short] = ACTIONS(5482), + [anon_sym_LBRACK] = ACTIONS(5482), + [anon_sym_const] = ACTIONS(5480), + [anon_sym_constexpr] = ACTIONS(5482), + [anon_sym_volatile] = ACTIONS(5482), + [anon_sym_restrict] = ACTIONS(5482), + [anon_sym___restrict__] = ACTIONS(5482), + [anon_sym__Atomic] = ACTIONS(5482), + [anon_sym__Noreturn] = ACTIONS(5482), + [anon_sym_noreturn] = ACTIONS(5482), + [anon_sym__Nonnull] = ACTIONS(5482), + [anon_sym_mutable] = ACTIONS(5482), + [anon_sym_constinit] = ACTIONS(5482), + [anon_sym_consteval] = ACTIONS(5482), + [anon_sym_PROGMEM] = ACTIONS(5482), + [anon_sym_alignas] = ACTIONS(5482), + [anon_sym__Alignas] = ACTIONS(5482), + [anon_sym_QMARK] = ACTIONS(5482), + [anon_sym_LT_EQ_GT] = ACTIONS(5482), + [anon_sym_or] = ACTIONS(5482), + [anon_sym_and] = ACTIONS(5482), + [anon_sym_bitor] = ACTIONS(5482), + [anon_sym_xor] = ACTIONS(5482), + [anon_sym_bitand] = ACTIONS(5482), + [anon_sym_not_eq] = ACTIONS(5482), + [anon_sym_DASH_DASH] = ACTIONS(5482), + [anon_sym_PLUS_PLUS] = ACTIONS(5482), + [anon_sym_DOT] = ACTIONS(5480), + [anon_sym_DOT_STAR] = ACTIONS(5482), + [anon_sym_DASH_GT] = ACTIONS(5482), [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(4918), - [anon_sym_LR_DQUOTE] = ACTIONS(4918), - [anon_sym_uR_DQUOTE] = ACTIONS(4918), - [anon_sym_UR_DQUOTE] = ACTIONS(4918), - [anon_sym_u8R_DQUOTE] = ACTIONS(4918), - [anon_sym_DASH_GT_STAR] = ACTIONS(5834), - [sym_literal_suffix] = ACTIONS(5832), + [sym_auto] = ACTIONS(5482), + [anon_sym_decltype] = ACTIONS(5482), + [anon_sym_final] = ACTIONS(5482), + [anon_sym_override] = ACTIONS(5482), + [anon_sym_GT2] = ACTIONS(5482), + [anon_sym_requires] = ACTIONS(5482), }, [2313] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5736), - [anon_sym_COMMA] = ACTIONS(5736), - [anon_sym_RPAREN] = ACTIONS(5736), - [anon_sym_LPAREN2] = ACTIONS(5736), - [anon_sym_DASH] = ACTIONS(5738), - [anon_sym_PLUS] = ACTIONS(5738), - [anon_sym_STAR] = ACTIONS(5738), - [anon_sym_SLASH] = ACTIONS(5738), - [anon_sym_PERCENT] = ACTIONS(5738), - [anon_sym_PIPE_PIPE] = ACTIONS(5736), - [anon_sym_AMP_AMP] = ACTIONS(5736), - [anon_sym_PIPE] = ACTIONS(5738), - [anon_sym_CARET] = ACTIONS(5738), - [anon_sym_AMP] = ACTIONS(5738), - [anon_sym_EQ_EQ] = ACTIONS(5736), - [anon_sym_BANG_EQ] = ACTIONS(5736), - [anon_sym_GT] = ACTIONS(5738), - [anon_sym_GT_EQ] = ACTIONS(5736), - [anon_sym_LT_EQ] = ACTIONS(5738), - [anon_sym_LT] = ACTIONS(5738), - [anon_sym_LT_LT] = ACTIONS(5738), - [anon_sym_GT_GT] = ACTIONS(5738), - [anon_sym_SEMI] = ACTIONS(5736), - [anon_sym___attribute__] = ACTIONS(5736), - [anon_sym___attribute] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(5736), - [anon_sym_RBRACE] = ACTIONS(5736), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5736), - [anon_sym_RBRACK] = ACTIONS(5736), - [anon_sym_EQ] = ACTIONS(5738), - [anon_sym_COLON] = ACTIONS(5736), - [anon_sym_QMARK] = ACTIONS(5736), - [anon_sym_STAR_EQ] = ACTIONS(5736), - [anon_sym_SLASH_EQ] = ACTIONS(5736), - [anon_sym_PERCENT_EQ] = ACTIONS(5736), - [anon_sym_PLUS_EQ] = ACTIONS(5736), - [anon_sym_DASH_EQ] = ACTIONS(5736), - [anon_sym_LT_LT_EQ] = ACTIONS(5736), - [anon_sym_GT_GT_EQ] = ACTIONS(5736), - [anon_sym_AMP_EQ] = ACTIONS(5736), - [anon_sym_CARET_EQ] = ACTIONS(5736), - [anon_sym_PIPE_EQ] = ACTIONS(5736), - [anon_sym_and_eq] = ACTIONS(5736), - [anon_sym_or_eq] = ACTIONS(5736), - [anon_sym_xor_eq] = ACTIONS(5736), - [anon_sym_LT_EQ_GT] = ACTIONS(5736), - [anon_sym_or] = ACTIONS(5738), - [anon_sym_and] = ACTIONS(5738), - [anon_sym_bitor] = ACTIONS(5736), - [anon_sym_xor] = ACTIONS(5738), - [anon_sym_bitand] = ACTIONS(5736), - [anon_sym_not_eq] = ACTIONS(5736), - [anon_sym_DASH_DASH] = ACTIONS(5736), - [anon_sym_PLUS_PLUS] = ACTIONS(5736), - [anon_sym_DOT] = ACTIONS(5738), - [anon_sym_DOT_STAR] = ACTIONS(5736), - [anon_sym_DASH_GT] = ACTIONS(5736), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5736), - [anon_sym_decltype] = ACTIONS(5736), + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5782), + [anon_sym_COMMA] = ACTIONS(5782), + [anon_sym_RPAREN] = ACTIONS(5782), + [anon_sym_LPAREN2] = ACTIONS(5782), + [anon_sym_DASH] = ACTIONS(5784), + [anon_sym_PLUS] = ACTIONS(5784), + [anon_sym_STAR] = ACTIONS(5784), + [anon_sym_SLASH] = ACTIONS(5784), + [anon_sym_PERCENT] = ACTIONS(5784), + [anon_sym_PIPE_PIPE] = ACTIONS(5782), + [anon_sym_AMP_AMP] = ACTIONS(5782), + [anon_sym_PIPE] = ACTIONS(5784), + [anon_sym_CARET] = ACTIONS(5784), + [anon_sym_AMP] = ACTIONS(5784), + [anon_sym_EQ_EQ] = ACTIONS(5782), + [anon_sym_BANG_EQ] = ACTIONS(5782), + [anon_sym_GT] = ACTIONS(5784), + [anon_sym_GT_EQ] = ACTIONS(5782), + [anon_sym_LT_EQ] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5784), + [anon_sym_LT_LT] = ACTIONS(5784), + [anon_sym_GT_GT] = ACTIONS(5784), + [anon_sym_SEMI] = ACTIONS(5782), + [anon_sym___attribute__] = ACTIONS(5782), + [anon_sym___attribute] = ACTIONS(5784), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(5782), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5782), + [anon_sym_RBRACK] = ACTIONS(5782), + [anon_sym_EQ] = ACTIONS(5784), + [anon_sym_COLON] = ACTIONS(5782), + [anon_sym_QMARK] = ACTIONS(5782), + [anon_sym_STAR_EQ] = ACTIONS(5782), + [anon_sym_SLASH_EQ] = ACTIONS(5782), + [anon_sym_PERCENT_EQ] = ACTIONS(5782), + [anon_sym_PLUS_EQ] = ACTIONS(5782), + [anon_sym_DASH_EQ] = ACTIONS(5782), + [anon_sym_LT_LT_EQ] = ACTIONS(5782), + [anon_sym_GT_GT_EQ] = ACTIONS(5782), + [anon_sym_AMP_EQ] = ACTIONS(5782), + [anon_sym_CARET_EQ] = ACTIONS(5782), + [anon_sym_PIPE_EQ] = ACTIONS(5782), + [anon_sym_and_eq] = ACTIONS(5782), + [anon_sym_or_eq] = ACTIONS(5782), + [anon_sym_xor_eq] = ACTIONS(5782), + [anon_sym_LT_EQ_GT] = ACTIONS(5782), + [anon_sym_or] = ACTIONS(5784), + [anon_sym_and] = ACTIONS(5784), + [anon_sym_bitor] = ACTIONS(5782), + [anon_sym_xor] = ACTIONS(5784), + [anon_sym_bitand] = ACTIONS(5782), + [anon_sym_not_eq] = ACTIONS(5782), + [anon_sym_DASH_DASH] = ACTIONS(5782), + [anon_sym_PLUS_PLUS] = ACTIONS(5782), + [anon_sym_DOT] = ACTIONS(5784), + [anon_sym_DOT_STAR] = ACTIONS(5782), + [anon_sym_DASH_GT] = ACTIONS(5782), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5782), + [anon_sym_decltype] = ACTIONS(5782), }, [2314] = { - [sym_identifier] = ACTIONS(5674), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5676), - [anon_sym_COMMA] = ACTIONS(5676), - [anon_sym_LPAREN2] = ACTIONS(5676), - [anon_sym_DASH] = ACTIONS(5674), - [anon_sym_PLUS] = ACTIONS(5674), - [anon_sym_STAR] = ACTIONS(5674), - [anon_sym_SLASH] = ACTIONS(5674), - [anon_sym_PERCENT] = ACTIONS(5674), - [anon_sym_PIPE_PIPE] = ACTIONS(5676), - [anon_sym_AMP_AMP] = ACTIONS(5676), - [anon_sym_PIPE] = ACTIONS(5674), - [anon_sym_CARET] = ACTIONS(5674), - [anon_sym_AMP] = ACTIONS(5674), - [anon_sym_EQ_EQ] = ACTIONS(5676), - [anon_sym_BANG_EQ] = ACTIONS(5676), - [anon_sym_GT] = ACTIONS(5674), - [anon_sym_GT_EQ] = ACTIONS(5676), - [anon_sym_LT_EQ] = ACTIONS(5674), - [anon_sym_LT] = ACTIONS(5674), - [anon_sym_LT_LT] = ACTIONS(5674), - [anon_sym_GT_GT] = ACTIONS(5674), - [anon_sym_SEMI] = ACTIONS(5676), - [anon_sym___attribute__] = ACTIONS(5674), - [anon_sym___attribute] = ACTIONS(5674), - [anon_sym_LBRACK] = ACTIONS(5676), - [anon_sym_EQ] = ACTIONS(5674), - [anon_sym_QMARK] = ACTIONS(5676), - [anon_sym_STAR_EQ] = ACTIONS(5676), - [anon_sym_SLASH_EQ] = ACTIONS(5676), - [anon_sym_PERCENT_EQ] = ACTIONS(5676), - [anon_sym_PLUS_EQ] = ACTIONS(5676), - [anon_sym_DASH_EQ] = ACTIONS(5676), - [anon_sym_LT_LT_EQ] = ACTIONS(5676), - [anon_sym_GT_GT_EQ] = ACTIONS(5676), - [anon_sym_AMP_EQ] = ACTIONS(5676), - [anon_sym_CARET_EQ] = ACTIONS(5676), - [anon_sym_PIPE_EQ] = ACTIONS(5676), - [anon_sym_and_eq] = ACTIONS(5674), - [anon_sym_or_eq] = ACTIONS(5674), - [anon_sym_xor_eq] = ACTIONS(5674), - [anon_sym_LT_EQ_GT] = ACTIONS(5676), - [anon_sym_or] = ACTIONS(5674), - [anon_sym_and] = ACTIONS(5674), - [anon_sym_bitor] = ACTIONS(5674), - [anon_sym_xor] = ACTIONS(5674), - [anon_sym_bitand] = ACTIONS(5674), - [anon_sym_not_eq] = ACTIONS(5674), - [anon_sym_DASH_DASH] = ACTIONS(5676), - [anon_sym_PLUS_PLUS] = ACTIONS(5676), - [anon_sym_DOT] = ACTIONS(5674), - [anon_sym_DOT_STAR] = ACTIONS(5676), - [anon_sym_DASH_GT] = ACTIONS(5676), - [anon_sym_L_DQUOTE] = ACTIONS(5676), - [anon_sym_u_DQUOTE] = ACTIONS(5676), - [anon_sym_U_DQUOTE] = ACTIONS(5676), - [anon_sym_u8_DQUOTE] = ACTIONS(5676), - [anon_sym_DQUOTE] = ACTIONS(5676), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5676), - [anon_sym_LR_DQUOTE] = ACTIONS(5676), - [anon_sym_uR_DQUOTE] = ACTIONS(5676), - [anon_sym_UR_DQUOTE] = ACTIONS(5676), - [anon_sym_u8R_DQUOTE] = ACTIONS(5676), - [sym_literal_suffix] = ACTIONS(5674), + [sym_decltype_auto] = STATE(2384), + [sym_identifier] = ACTIONS(5311), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5313), + [anon_sym_COMMA] = ACTIONS(5313), + [anon_sym_RPAREN] = ACTIONS(5313), + [anon_sym_LPAREN2] = ACTIONS(5313), + [anon_sym_TILDE] = ACTIONS(5313), + [anon_sym_STAR] = ACTIONS(5313), + [anon_sym_AMP_AMP] = ACTIONS(5313), + [anon_sym_AMP] = ACTIONS(5311), + [anon_sym_SEMI] = ACTIONS(5313), + [anon_sym___extension__] = ACTIONS(5311), + [anon_sym_virtual] = ACTIONS(5311), + [anon_sym_extern] = ACTIONS(5311), + [anon_sym___attribute__] = ACTIONS(5311), + [anon_sym___attribute] = ACTIONS(5311), + [anon_sym_COLON_COLON] = ACTIONS(5313), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5313), + [anon_sym___declspec] = ACTIONS(5311), + [anon_sym___based] = ACTIONS(5311), + [anon_sym___cdecl] = ACTIONS(5311), + [anon_sym___clrcall] = ACTIONS(5311), + [anon_sym___stdcall] = ACTIONS(5311), + [anon_sym___fastcall] = ACTIONS(5311), + [anon_sym___thiscall] = ACTIONS(5311), + [anon_sym___vectorcall] = ACTIONS(5311), + [anon_sym_LBRACE] = ACTIONS(5313), + [anon_sym_LBRACK] = ACTIONS(5311), + [anon_sym_static] = ACTIONS(5311), + [anon_sym_EQ] = ACTIONS(5313), + [anon_sym_register] = ACTIONS(5311), + [anon_sym_inline] = ACTIONS(5311), + [anon_sym___inline] = ACTIONS(5311), + [anon_sym___inline__] = ACTIONS(5311), + [anon_sym___forceinline] = ACTIONS(5311), + [anon_sym_thread_local] = ACTIONS(5311), + [anon_sym___thread] = ACTIONS(5311), + [anon_sym_const] = ACTIONS(5311), + [anon_sym_constexpr] = ACTIONS(5311), + [anon_sym_volatile] = ACTIONS(5311), + [anon_sym_restrict] = ACTIONS(5311), + [anon_sym___restrict__] = ACTIONS(5311), + [anon_sym__Atomic] = ACTIONS(5311), + [anon_sym__Noreturn] = ACTIONS(5311), + [anon_sym_noreturn] = ACTIONS(5311), + [anon_sym__Nonnull] = ACTIONS(5311), + [anon_sym_mutable] = ACTIONS(5311), + [anon_sym_constinit] = ACTIONS(5311), + [anon_sym_consteval] = ACTIONS(5311), + [anon_sym_PROGMEM] = ACTIONS(5311), + [anon_sym_alignas] = ACTIONS(5311), + [anon_sym__Alignas] = ACTIONS(5311), + [anon_sym_asm] = ACTIONS(5311), + [anon_sym___asm__] = ACTIONS(5311), + [anon_sym___asm] = ACTIONS(5311), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6223), + [anon_sym_decltype] = ACTIONS(6225), + [anon_sym_final] = ACTIONS(5311), + [anon_sym_override] = ACTIONS(5311), + [anon_sym_template] = ACTIONS(5311), + [anon_sym_GT2] = ACTIONS(5313), + [anon_sym_operator] = ACTIONS(5311), + [anon_sym_try] = ACTIONS(5311), + [anon_sym_requires] = ACTIONS(5311), }, [2315] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5754), - [anon_sym_COMMA] = ACTIONS(5754), - [anon_sym_RPAREN] = ACTIONS(5754), - [anon_sym_LPAREN2] = ACTIONS(5754), - [anon_sym_DASH] = ACTIONS(5756), - [anon_sym_PLUS] = ACTIONS(5756), - [anon_sym_STAR] = ACTIONS(5756), - [anon_sym_SLASH] = ACTIONS(5756), - [anon_sym_PERCENT] = ACTIONS(5756), - [anon_sym_PIPE_PIPE] = ACTIONS(5754), - [anon_sym_AMP_AMP] = ACTIONS(5754), - [anon_sym_PIPE] = ACTIONS(5756), - [anon_sym_CARET] = ACTIONS(5756), - [anon_sym_AMP] = ACTIONS(5756), - [anon_sym_EQ_EQ] = ACTIONS(5754), - [anon_sym_BANG_EQ] = ACTIONS(5754), - [anon_sym_GT] = ACTIONS(5756), - [anon_sym_GT_EQ] = ACTIONS(5754), - [anon_sym_LT_EQ] = ACTIONS(5756), - [anon_sym_LT] = ACTIONS(5756), - [anon_sym_LT_LT] = ACTIONS(5756), - [anon_sym_GT_GT] = ACTIONS(5756), - [anon_sym_SEMI] = ACTIONS(5754), - [anon_sym___attribute__] = ACTIONS(5754), - [anon_sym___attribute] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5754), - [anon_sym_RBRACE] = ACTIONS(5754), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5754), - [anon_sym_RBRACK] = ACTIONS(5754), - [anon_sym_EQ] = ACTIONS(5756), - [anon_sym_COLON] = ACTIONS(5754), - [anon_sym_QMARK] = ACTIONS(5754), - [anon_sym_STAR_EQ] = ACTIONS(5754), - [anon_sym_SLASH_EQ] = ACTIONS(5754), - [anon_sym_PERCENT_EQ] = ACTIONS(5754), - [anon_sym_PLUS_EQ] = ACTIONS(5754), - [anon_sym_DASH_EQ] = ACTIONS(5754), - [anon_sym_LT_LT_EQ] = ACTIONS(5754), - [anon_sym_GT_GT_EQ] = ACTIONS(5754), - [anon_sym_AMP_EQ] = ACTIONS(5754), - [anon_sym_CARET_EQ] = ACTIONS(5754), - [anon_sym_PIPE_EQ] = ACTIONS(5754), - [anon_sym_and_eq] = ACTIONS(5754), - [anon_sym_or_eq] = ACTIONS(5754), - [anon_sym_xor_eq] = ACTIONS(5754), - [anon_sym_LT_EQ_GT] = ACTIONS(5754), - [anon_sym_or] = ACTIONS(5756), - [anon_sym_and] = ACTIONS(5756), - [anon_sym_bitor] = ACTIONS(5754), - [anon_sym_xor] = ACTIONS(5756), - [anon_sym_bitand] = ACTIONS(5754), - [anon_sym_not_eq] = ACTIONS(5754), - [anon_sym_DASH_DASH] = ACTIONS(5754), - [anon_sym_PLUS_PLUS] = ACTIONS(5754), - [anon_sym_DOT] = ACTIONS(5756), - [anon_sym_DOT_STAR] = ACTIONS(5754), - [anon_sym_DASH_GT] = ACTIONS(5754), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5754), - [anon_sym_decltype] = ACTIONS(5754), + [sym_identifier] = ACTIONS(5647), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5649), + [anon_sym_COMMA] = ACTIONS(5649), + [anon_sym_LPAREN2] = ACTIONS(5649), + [anon_sym_DASH] = ACTIONS(5647), + [anon_sym_PLUS] = ACTIONS(5647), + [anon_sym_STAR] = ACTIONS(5647), + [anon_sym_SLASH] = ACTIONS(5647), + [anon_sym_PERCENT] = ACTIONS(5647), + [anon_sym_PIPE_PIPE] = ACTIONS(5649), + [anon_sym_AMP_AMP] = ACTIONS(5649), + [anon_sym_PIPE] = ACTIONS(5647), + [anon_sym_CARET] = ACTIONS(5647), + [anon_sym_AMP] = ACTIONS(5647), + [anon_sym_EQ_EQ] = ACTIONS(5649), + [anon_sym_BANG_EQ] = ACTIONS(5649), + [anon_sym_GT] = ACTIONS(5647), + [anon_sym_GT_EQ] = ACTIONS(5649), + [anon_sym_LT_EQ] = ACTIONS(5647), + [anon_sym_LT] = ACTIONS(5647), + [anon_sym_LT_LT] = ACTIONS(5647), + [anon_sym_GT_GT] = ACTIONS(5647), + [anon_sym_SEMI] = ACTIONS(5649), + [anon_sym___attribute__] = ACTIONS(5647), + [anon_sym___attribute] = ACTIONS(5647), + [anon_sym_LBRACK] = ACTIONS(5649), + [anon_sym_EQ] = ACTIONS(5647), + [anon_sym_QMARK] = ACTIONS(5649), + [anon_sym_STAR_EQ] = ACTIONS(5649), + [anon_sym_SLASH_EQ] = ACTIONS(5649), + [anon_sym_PERCENT_EQ] = ACTIONS(5649), + [anon_sym_PLUS_EQ] = ACTIONS(5649), + [anon_sym_DASH_EQ] = ACTIONS(5649), + [anon_sym_LT_LT_EQ] = ACTIONS(5649), + [anon_sym_GT_GT_EQ] = ACTIONS(5649), + [anon_sym_AMP_EQ] = ACTIONS(5649), + [anon_sym_CARET_EQ] = ACTIONS(5649), + [anon_sym_PIPE_EQ] = ACTIONS(5649), + [anon_sym_and_eq] = ACTIONS(5647), + [anon_sym_or_eq] = ACTIONS(5647), + [anon_sym_xor_eq] = ACTIONS(5647), + [anon_sym_LT_EQ_GT] = ACTIONS(5649), + [anon_sym_or] = ACTIONS(5647), + [anon_sym_and] = ACTIONS(5647), + [anon_sym_bitor] = ACTIONS(5647), + [anon_sym_xor] = ACTIONS(5647), + [anon_sym_bitand] = ACTIONS(5647), + [anon_sym_not_eq] = ACTIONS(5647), + [anon_sym_DASH_DASH] = ACTIONS(5649), + [anon_sym_PLUS_PLUS] = ACTIONS(5649), + [anon_sym_DOT] = ACTIONS(5647), + [anon_sym_DOT_STAR] = ACTIONS(5649), + [anon_sym_DASH_GT] = ACTIONS(5649), + [anon_sym_L_DQUOTE] = ACTIONS(5649), + [anon_sym_u_DQUOTE] = ACTIONS(5649), + [anon_sym_U_DQUOTE] = ACTIONS(5649), + [anon_sym_u8_DQUOTE] = ACTIONS(5649), + [anon_sym_DQUOTE] = ACTIONS(5649), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5649), + [anon_sym_LR_DQUOTE] = ACTIONS(5649), + [anon_sym_uR_DQUOTE] = ACTIONS(5649), + [anon_sym_UR_DQUOTE] = ACTIONS(5649), + [anon_sym_u8R_DQUOTE] = ACTIONS(5649), + [sym_literal_suffix] = ACTIONS(5647), }, [2316] = { - [sym_identifier] = ACTIONS(5670), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5672), - [anon_sym_COMMA] = ACTIONS(5672), - [anon_sym_LPAREN2] = ACTIONS(5672), - [anon_sym_DASH] = ACTIONS(5670), - [anon_sym_PLUS] = ACTIONS(5670), - [anon_sym_STAR] = ACTIONS(5670), - [anon_sym_SLASH] = ACTIONS(5670), - [anon_sym_PERCENT] = ACTIONS(5670), - [anon_sym_PIPE_PIPE] = ACTIONS(5672), - [anon_sym_AMP_AMP] = ACTIONS(5672), - [anon_sym_PIPE] = ACTIONS(5670), - [anon_sym_CARET] = ACTIONS(5670), - [anon_sym_AMP] = ACTIONS(5670), - [anon_sym_EQ_EQ] = ACTIONS(5672), - [anon_sym_BANG_EQ] = ACTIONS(5672), - [anon_sym_GT] = ACTIONS(5670), - [anon_sym_GT_EQ] = ACTIONS(5672), - [anon_sym_LT_EQ] = ACTIONS(5670), - [anon_sym_LT] = ACTIONS(5670), - [anon_sym_LT_LT] = ACTIONS(5670), - [anon_sym_GT_GT] = ACTIONS(5670), - [anon_sym_SEMI] = ACTIONS(5672), - [anon_sym___attribute__] = ACTIONS(5670), - [anon_sym___attribute] = ACTIONS(5670), - [anon_sym_LBRACK] = ACTIONS(5672), - [anon_sym_EQ] = ACTIONS(5670), - [anon_sym_QMARK] = ACTIONS(5672), - [anon_sym_STAR_EQ] = ACTIONS(5672), - [anon_sym_SLASH_EQ] = ACTIONS(5672), - [anon_sym_PERCENT_EQ] = ACTIONS(5672), - [anon_sym_PLUS_EQ] = ACTIONS(5672), - [anon_sym_DASH_EQ] = ACTIONS(5672), - [anon_sym_LT_LT_EQ] = ACTIONS(5672), - [anon_sym_GT_GT_EQ] = ACTIONS(5672), - [anon_sym_AMP_EQ] = ACTIONS(5672), - [anon_sym_CARET_EQ] = ACTIONS(5672), - [anon_sym_PIPE_EQ] = ACTIONS(5672), - [anon_sym_and_eq] = ACTIONS(5670), - [anon_sym_or_eq] = ACTIONS(5670), - [anon_sym_xor_eq] = ACTIONS(5670), - [anon_sym_LT_EQ_GT] = ACTIONS(5672), - [anon_sym_or] = ACTIONS(5670), - [anon_sym_and] = ACTIONS(5670), - [anon_sym_bitor] = ACTIONS(5670), - [anon_sym_xor] = ACTIONS(5670), - [anon_sym_bitand] = ACTIONS(5670), - [anon_sym_not_eq] = ACTIONS(5670), - [anon_sym_DASH_DASH] = ACTIONS(5672), - [anon_sym_PLUS_PLUS] = ACTIONS(5672), - [anon_sym_DOT] = ACTIONS(5670), - [anon_sym_DOT_STAR] = ACTIONS(5672), - [anon_sym_DASH_GT] = ACTIONS(5672), - [anon_sym_L_DQUOTE] = ACTIONS(5672), - [anon_sym_u_DQUOTE] = ACTIONS(5672), - [anon_sym_U_DQUOTE] = ACTIONS(5672), - [anon_sym_u8_DQUOTE] = ACTIONS(5672), - [anon_sym_DQUOTE] = ACTIONS(5672), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5672), - [anon_sym_LR_DQUOTE] = ACTIONS(5672), - [anon_sym_uR_DQUOTE] = ACTIONS(5672), - [anon_sym_UR_DQUOTE] = ACTIONS(5672), - [anon_sym_u8R_DQUOTE] = ACTIONS(5672), - [sym_literal_suffix] = ACTIONS(5670), + [sym_identifier] = ACTIONS(5651), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5653), + [anon_sym_COMMA] = ACTIONS(5653), + [anon_sym_LPAREN2] = ACTIONS(5653), + [anon_sym_DASH] = ACTIONS(5651), + [anon_sym_PLUS] = ACTIONS(5651), + [anon_sym_STAR] = ACTIONS(5651), + [anon_sym_SLASH] = ACTIONS(5651), + [anon_sym_PERCENT] = ACTIONS(5651), + [anon_sym_PIPE_PIPE] = ACTIONS(5653), + [anon_sym_AMP_AMP] = ACTIONS(5653), + [anon_sym_PIPE] = ACTIONS(5651), + [anon_sym_CARET] = ACTIONS(5651), + [anon_sym_AMP] = ACTIONS(5651), + [anon_sym_EQ_EQ] = ACTIONS(5653), + [anon_sym_BANG_EQ] = ACTIONS(5653), + [anon_sym_GT] = ACTIONS(5651), + [anon_sym_GT_EQ] = ACTIONS(5653), + [anon_sym_LT_EQ] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5651), + [anon_sym_LT_LT] = ACTIONS(5651), + [anon_sym_GT_GT] = ACTIONS(5651), + [anon_sym_SEMI] = ACTIONS(5653), + [anon_sym___attribute__] = ACTIONS(5651), + [anon_sym___attribute] = ACTIONS(5651), + [anon_sym_LBRACK] = ACTIONS(5653), + [anon_sym_EQ] = ACTIONS(5651), + [anon_sym_QMARK] = ACTIONS(5653), + [anon_sym_STAR_EQ] = ACTIONS(5653), + [anon_sym_SLASH_EQ] = ACTIONS(5653), + [anon_sym_PERCENT_EQ] = ACTIONS(5653), + [anon_sym_PLUS_EQ] = ACTIONS(5653), + [anon_sym_DASH_EQ] = ACTIONS(5653), + [anon_sym_LT_LT_EQ] = ACTIONS(5653), + [anon_sym_GT_GT_EQ] = ACTIONS(5653), + [anon_sym_AMP_EQ] = ACTIONS(5653), + [anon_sym_CARET_EQ] = ACTIONS(5653), + [anon_sym_PIPE_EQ] = ACTIONS(5653), + [anon_sym_and_eq] = ACTIONS(5651), + [anon_sym_or_eq] = ACTIONS(5651), + [anon_sym_xor_eq] = ACTIONS(5651), + [anon_sym_LT_EQ_GT] = ACTIONS(5653), + [anon_sym_or] = ACTIONS(5651), + [anon_sym_and] = ACTIONS(5651), + [anon_sym_bitor] = ACTIONS(5651), + [anon_sym_xor] = ACTIONS(5651), + [anon_sym_bitand] = ACTIONS(5651), + [anon_sym_not_eq] = ACTIONS(5651), + [anon_sym_DASH_DASH] = ACTIONS(5653), + [anon_sym_PLUS_PLUS] = ACTIONS(5653), + [anon_sym_DOT] = ACTIONS(5651), + [anon_sym_DOT_STAR] = ACTIONS(5653), + [anon_sym_DASH_GT] = ACTIONS(5653), + [anon_sym_L_DQUOTE] = ACTIONS(5653), + [anon_sym_u_DQUOTE] = ACTIONS(5653), + [anon_sym_U_DQUOTE] = ACTIONS(5653), + [anon_sym_u8_DQUOTE] = ACTIONS(5653), + [anon_sym_DQUOTE] = ACTIONS(5653), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5653), + [anon_sym_LR_DQUOTE] = ACTIONS(5653), + [anon_sym_uR_DQUOTE] = ACTIONS(5653), + [anon_sym_UR_DQUOTE] = ACTIONS(5653), + [anon_sym_u8R_DQUOTE] = ACTIONS(5653), + [sym_literal_suffix] = ACTIONS(5651), }, [2317] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2328), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5790), - [anon_sym_COMMA] = ACTIONS(5790), - [anon_sym_RPAREN] = ACTIONS(5790), - [anon_sym_LPAREN2] = ACTIONS(5790), - [anon_sym_DASH] = ACTIONS(5792), - [anon_sym_PLUS] = ACTIONS(5792), - [anon_sym_STAR] = ACTIONS(5792), - [anon_sym_SLASH] = ACTIONS(5792), - [anon_sym_PERCENT] = ACTIONS(5792), - [anon_sym_PIPE_PIPE] = ACTIONS(5790), - [anon_sym_AMP_AMP] = ACTIONS(5790), - [anon_sym_PIPE] = ACTIONS(5792), - [anon_sym_CARET] = ACTIONS(5792), - [anon_sym_AMP] = ACTIONS(5792), - [anon_sym_EQ_EQ] = ACTIONS(5790), - [anon_sym_BANG_EQ] = ACTIONS(5790), - [anon_sym_GT] = ACTIONS(5792), - [anon_sym_GT_EQ] = ACTIONS(5790), - [anon_sym_LT_EQ] = ACTIONS(5792), - [anon_sym_LT] = ACTIONS(5792), - [anon_sym_LT_LT] = ACTIONS(5792), - [anon_sym_GT_GT] = ACTIONS(5792), - [anon_sym_SEMI] = ACTIONS(5790), - [anon_sym___attribute__] = ACTIONS(5790), - [anon_sym___attribute] = ACTIONS(5792), - [anon_sym_LBRACE] = ACTIONS(5790), - [anon_sym_RBRACE] = ACTIONS(5790), - [anon_sym_signed] = ACTIONS(6234), - [anon_sym_unsigned] = ACTIONS(6234), - [anon_sym_long] = ACTIONS(6234), - [anon_sym_short] = ACTIONS(6234), - [anon_sym_LBRACK] = ACTIONS(5790), - [anon_sym_RBRACK] = ACTIONS(5790), - [anon_sym_EQ] = ACTIONS(5792), - [anon_sym_COLON] = ACTIONS(5790), - [anon_sym_QMARK] = ACTIONS(5790), - [anon_sym_STAR_EQ] = ACTIONS(5790), - [anon_sym_SLASH_EQ] = ACTIONS(5790), - [anon_sym_PERCENT_EQ] = ACTIONS(5790), - [anon_sym_PLUS_EQ] = ACTIONS(5790), - [anon_sym_DASH_EQ] = ACTIONS(5790), - [anon_sym_LT_LT_EQ] = ACTIONS(5790), - [anon_sym_GT_GT_EQ] = ACTIONS(5790), - [anon_sym_AMP_EQ] = ACTIONS(5790), - [anon_sym_CARET_EQ] = ACTIONS(5790), - [anon_sym_PIPE_EQ] = ACTIONS(5790), - [anon_sym_and_eq] = ACTIONS(5790), - [anon_sym_or_eq] = ACTIONS(5790), - [anon_sym_xor_eq] = ACTIONS(5790), - [anon_sym_LT_EQ_GT] = ACTIONS(5790), - [anon_sym_or] = ACTIONS(5792), - [anon_sym_and] = ACTIONS(5792), - [anon_sym_bitor] = ACTIONS(5790), - [anon_sym_xor] = ACTIONS(5792), - [anon_sym_bitand] = ACTIONS(5790), - [anon_sym_not_eq] = ACTIONS(5790), - [anon_sym_DASH_DASH] = ACTIONS(5790), - [anon_sym_PLUS_PLUS] = ACTIONS(5790), - [anon_sym_DOT] = ACTIONS(5792), - [anon_sym_DOT_STAR] = ACTIONS(5790), - [anon_sym_DASH_GT] = ACTIONS(5790), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5790), - [anon_sym_decltype] = ACTIONS(5790), + [sym_identifier] = ACTIONS(5655), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5657), + [anon_sym_COMMA] = ACTIONS(5657), + [anon_sym_LPAREN2] = ACTIONS(5657), + [anon_sym_DASH] = ACTIONS(5655), + [anon_sym_PLUS] = ACTIONS(5655), + [anon_sym_STAR] = ACTIONS(5655), + [anon_sym_SLASH] = ACTIONS(5655), + [anon_sym_PERCENT] = ACTIONS(5655), + [anon_sym_PIPE_PIPE] = ACTIONS(5657), + [anon_sym_AMP_AMP] = ACTIONS(5657), + [anon_sym_PIPE] = ACTIONS(5655), + [anon_sym_CARET] = ACTIONS(5655), + [anon_sym_AMP] = ACTIONS(5655), + [anon_sym_EQ_EQ] = ACTIONS(5657), + [anon_sym_BANG_EQ] = ACTIONS(5657), + [anon_sym_GT] = ACTIONS(5655), + [anon_sym_GT_EQ] = ACTIONS(5657), + [anon_sym_LT_EQ] = ACTIONS(5655), + [anon_sym_LT] = ACTIONS(5655), + [anon_sym_LT_LT] = ACTIONS(5655), + [anon_sym_GT_GT] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(5657), + [anon_sym___attribute__] = ACTIONS(5655), + [anon_sym___attribute] = ACTIONS(5655), + [anon_sym_LBRACK] = ACTIONS(5657), + [anon_sym_EQ] = ACTIONS(5655), + [anon_sym_QMARK] = ACTIONS(5657), + [anon_sym_STAR_EQ] = ACTIONS(5657), + [anon_sym_SLASH_EQ] = ACTIONS(5657), + [anon_sym_PERCENT_EQ] = ACTIONS(5657), + [anon_sym_PLUS_EQ] = ACTIONS(5657), + [anon_sym_DASH_EQ] = ACTIONS(5657), + [anon_sym_LT_LT_EQ] = ACTIONS(5657), + [anon_sym_GT_GT_EQ] = ACTIONS(5657), + [anon_sym_AMP_EQ] = ACTIONS(5657), + [anon_sym_CARET_EQ] = ACTIONS(5657), + [anon_sym_PIPE_EQ] = ACTIONS(5657), + [anon_sym_and_eq] = ACTIONS(5655), + [anon_sym_or_eq] = ACTIONS(5655), + [anon_sym_xor_eq] = ACTIONS(5655), + [anon_sym_LT_EQ_GT] = ACTIONS(5657), + [anon_sym_or] = ACTIONS(5655), + [anon_sym_and] = ACTIONS(5655), + [anon_sym_bitor] = ACTIONS(5655), + [anon_sym_xor] = ACTIONS(5655), + [anon_sym_bitand] = ACTIONS(5655), + [anon_sym_not_eq] = ACTIONS(5655), + [anon_sym_DASH_DASH] = ACTIONS(5657), + [anon_sym_PLUS_PLUS] = ACTIONS(5657), + [anon_sym_DOT] = ACTIONS(5655), + [anon_sym_DOT_STAR] = ACTIONS(5657), + [anon_sym_DASH_GT] = ACTIONS(5657), + [anon_sym_L_DQUOTE] = ACTIONS(5657), + [anon_sym_u_DQUOTE] = ACTIONS(5657), + [anon_sym_U_DQUOTE] = ACTIONS(5657), + [anon_sym_u8_DQUOTE] = ACTIONS(5657), + [anon_sym_DQUOTE] = ACTIONS(5657), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5657), + [anon_sym_LR_DQUOTE] = ACTIONS(5657), + [anon_sym_uR_DQUOTE] = ACTIONS(5657), + [anon_sym_UR_DQUOTE] = ACTIONS(5657), + [anon_sym_u8R_DQUOTE] = ACTIONS(5657), + [sym_literal_suffix] = ACTIONS(5655), }, [2318] = { - [sym_identifier] = ACTIONS(5427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5429), - [anon_sym_COMMA] = ACTIONS(5429), - [anon_sym_RPAREN] = ACTIONS(5429), - [anon_sym_LPAREN2] = ACTIONS(5429), - [anon_sym_TILDE] = ACTIONS(5429), - [anon_sym_STAR] = ACTIONS(5429), - [anon_sym_AMP_AMP] = ACTIONS(5429), - [anon_sym_AMP] = ACTIONS(5427), - [anon_sym_SEMI] = ACTIONS(5429), - [anon_sym___extension__] = ACTIONS(5427), - [anon_sym_virtual] = ACTIONS(5427), - [anon_sym_extern] = ACTIONS(5427), - [anon_sym___attribute__] = ACTIONS(5427), - [anon_sym___attribute] = ACTIONS(5427), - [anon_sym_COLON_COLON] = ACTIONS(5429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5429), - [anon_sym___declspec] = ACTIONS(5427), - [anon_sym___based] = ACTIONS(5427), - [anon_sym___cdecl] = ACTIONS(5427), - [anon_sym___clrcall] = ACTIONS(5427), - [anon_sym___stdcall] = ACTIONS(5427), - [anon_sym___fastcall] = ACTIONS(5427), - [anon_sym___thiscall] = ACTIONS(5427), - [anon_sym___vectorcall] = ACTIONS(5427), - [anon_sym_LBRACE] = ACTIONS(5429), - [anon_sym_LBRACK] = ACTIONS(5427), - [anon_sym_static] = ACTIONS(5427), - [anon_sym_EQ] = ACTIONS(5429), - [anon_sym_register] = ACTIONS(5427), - [anon_sym_inline] = ACTIONS(5427), - [anon_sym___inline] = ACTIONS(5427), - [anon_sym___inline__] = ACTIONS(5427), - [anon_sym___forceinline] = ACTIONS(5427), - [anon_sym_thread_local] = ACTIONS(5427), - [anon_sym___thread] = ACTIONS(5427), - [anon_sym_const] = ACTIONS(5427), - [anon_sym_constexpr] = ACTIONS(5427), - [anon_sym_volatile] = ACTIONS(5427), - [anon_sym_restrict] = ACTIONS(5427), - [anon_sym___restrict__] = ACTIONS(5427), - [anon_sym__Atomic] = ACTIONS(5427), - [anon_sym__Noreturn] = ACTIONS(5427), - [anon_sym_noreturn] = ACTIONS(5427), - [anon_sym__Nonnull] = ACTIONS(5427), - [anon_sym_mutable] = ACTIONS(5427), - [anon_sym_constinit] = ACTIONS(5427), - [anon_sym_consteval] = ACTIONS(5427), - [anon_sym_PROGMEM] = ACTIONS(5427), - [anon_sym_alignas] = ACTIONS(5427), - [anon_sym__Alignas] = ACTIONS(5427), - [anon_sym_COLON] = ACTIONS(5427), - [anon_sym_asm] = ACTIONS(5427), - [anon_sym___asm__] = ACTIONS(5427), - [anon_sym___asm] = ACTIONS(5427), + [aux_sym_sized_type_specifier_repeat1] = STATE(1860), + [sym_identifier] = ACTIONS(4999), + [anon_sym_DOT_DOT_DOT] = ACTIONS(4996), + [anon_sym_COMMA] = ACTIONS(4996), + [anon_sym_RPAREN] = ACTIONS(4996), + [anon_sym_LPAREN2] = ACTIONS(4996), + [anon_sym_TILDE] = ACTIONS(4996), + [anon_sym_STAR] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4996), + [anon_sym_AMP] = ACTIONS(4999), + [anon_sym_SEMI] = ACTIONS(4996), + [anon_sym___extension__] = ACTIONS(4999), + [anon_sym_virtual] = ACTIONS(4999), + [anon_sym_extern] = ACTIONS(4999), + [anon_sym___attribute__] = ACTIONS(4999), + [anon_sym___attribute] = ACTIONS(4999), + [anon_sym_COLON_COLON] = ACTIONS(4996), + [anon_sym_LBRACK_LBRACK] = ACTIONS(4996), + [anon_sym___declspec] = ACTIONS(4999), + [anon_sym___based] = ACTIONS(4999), + [anon_sym___cdecl] = ACTIONS(4999), + [anon_sym___clrcall] = ACTIONS(4999), + [anon_sym___stdcall] = ACTIONS(4999), + [anon_sym___fastcall] = ACTIONS(4999), + [anon_sym___thiscall] = ACTIONS(4999), + [anon_sym___vectorcall] = ACTIONS(4999), + [anon_sym_LBRACE] = ACTIONS(4996), + [anon_sym_signed] = ACTIONS(5644), + [anon_sym_unsigned] = ACTIONS(5644), + [anon_sym_long] = ACTIONS(5644), + [anon_sym_short] = ACTIONS(5644), + [anon_sym_LBRACK] = ACTIONS(4999), + [anon_sym_static] = ACTIONS(4999), + [anon_sym_EQ] = ACTIONS(4996), + [anon_sym_register] = ACTIONS(4999), + [anon_sym_inline] = ACTIONS(4999), + [anon_sym___inline] = ACTIONS(4999), + [anon_sym___inline__] = ACTIONS(4999), + [anon_sym___forceinline] = ACTIONS(4999), + [anon_sym_thread_local] = ACTIONS(4999), + [anon_sym___thread] = ACTIONS(4999), + [anon_sym_const] = ACTIONS(4999), + [anon_sym_constexpr] = ACTIONS(4999), + [anon_sym_volatile] = ACTIONS(4999), + [anon_sym_restrict] = ACTIONS(4999), + [anon_sym___restrict__] = ACTIONS(4999), + [anon_sym__Atomic] = ACTIONS(4999), + [anon_sym__Noreturn] = ACTIONS(4999), + [anon_sym_noreturn] = ACTIONS(4999), + [anon_sym__Nonnull] = ACTIONS(4999), + [anon_sym_mutable] = ACTIONS(4999), + [anon_sym_constinit] = ACTIONS(4999), + [anon_sym_consteval] = ACTIONS(4999), + [anon_sym_PROGMEM] = ACTIONS(4999), + [anon_sym_alignas] = ACTIONS(4999), + [anon_sym__Alignas] = ACTIONS(4999), + [aux_sym_primitive_type_token1] = ACTIONS(4920), + [anon_sym_byte] = ACTIONS(4920), + [anon_sym_word] = ACTIONS(4920), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5427), - [anon_sym_decltype] = ACTIONS(5427), - [anon_sym_final] = ACTIONS(5427), - [anon_sym_override] = ACTIONS(5427), - [anon_sym_template] = ACTIONS(5427), - [anon_sym_GT2] = ACTIONS(5429), - [anon_sym_operator] = ACTIONS(5427), - [anon_sym_try] = ACTIONS(5427), - [anon_sym_requires] = ACTIONS(5427), + [sym_auto] = ACTIONS(4999), + [anon_sym_decltype] = ACTIONS(4999), + [anon_sym_template] = ACTIONS(4999), + [anon_sym_GT2] = ACTIONS(4996), + [anon_sym_operator] = ACTIONS(4999), }, [2319] = { + [sym_identifier] = ACTIONS(5455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5457), + [anon_sym_COMMA] = ACTIONS(5457), + [anon_sym_RPAREN] = ACTIONS(5457), + [anon_sym_LPAREN2] = ACTIONS(5457), + [anon_sym_TILDE] = ACTIONS(5457), + [anon_sym_STAR] = ACTIONS(5457), + [anon_sym_AMP_AMP] = ACTIONS(5457), + [anon_sym_AMP] = ACTIONS(5455), + [anon_sym_SEMI] = ACTIONS(5457), + [anon_sym___extension__] = ACTIONS(5455), + [anon_sym_virtual] = ACTIONS(5455), + [anon_sym_extern] = ACTIONS(5455), + [anon_sym___attribute__] = ACTIONS(5455), + [anon_sym___attribute] = ACTIONS(5455), + [anon_sym_COLON_COLON] = ACTIONS(5287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5457), + [anon_sym___declspec] = ACTIONS(5455), + [anon_sym___based] = ACTIONS(5455), + [anon_sym___cdecl] = ACTIONS(5455), + [anon_sym___clrcall] = ACTIONS(5455), + [anon_sym___stdcall] = ACTIONS(5455), + [anon_sym___fastcall] = ACTIONS(5455), + [anon_sym___thiscall] = ACTIONS(5455), + [anon_sym___vectorcall] = ACTIONS(5455), + [anon_sym_LBRACE] = ACTIONS(5457), + [anon_sym_LBRACK] = ACTIONS(5455), + [anon_sym_static] = ACTIONS(5455), + [anon_sym_EQ] = ACTIONS(5457), + [anon_sym_register] = ACTIONS(5455), + [anon_sym_inline] = ACTIONS(5455), + [anon_sym___inline] = ACTIONS(5455), + [anon_sym___inline__] = ACTIONS(5455), + [anon_sym___forceinline] = ACTIONS(5455), + [anon_sym_thread_local] = ACTIONS(5455), + [anon_sym___thread] = ACTIONS(5455), + [anon_sym_const] = ACTIONS(5455), + [anon_sym_constexpr] = ACTIONS(5455), + [anon_sym_volatile] = ACTIONS(5455), + [anon_sym_restrict] = ACTIONS(5455), + [anon_sym___restrict__] = ACTIONS(5455), + [anon_sym__Atomic] = ACTIONS(5455), + [anon_sym__Noreturn] = ACTIONS(5455), + [anon_sym_noreturn] = ACTIONS(5455), + [anon_sym__Nonnull] = ACTIONS(5455), + [anon_sym_mutable] = ACTIONS(5455), + [anon_sym_constinit] = ACTIONS(5455), + [anon_sym_consteval] = ACTIONS(5455), + [anon_sym_PROGMEM] = ACTIONS(5455), + [anon_sym_alignas] = ACTIONS(5455), + [anon_sym__Alignas] = ACTIONS(5455), + [anon_sym_COLON] = ACTIONS(5455), + [anon_sym_asm] = ACTIONS(5455), + [anon_sym___asm__] = ACTIONS(5455), + [anon_sym___asm] = ACTIONS(5455), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5455), + [anon_sym_decltype] = ACTIONS(5455), + [anon_sym_final] = ACTIONS(5455), + [anon_sym_override] = ACTIONS(5455), + [anon_sym_template] = ACTIONS(5455), + [anon_sym_GT2] = ACTIONS(5457), + [anon_sym_operator] = ACTIONS(5455), + [anon_sym_try] = ACTIONS(5455), + [anon_sym_requires] = ACTIONS(5455), + }, + [2320] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5750), + [anon_sym_COMMA] = ACTIONS(5750), + [anon_sym_RPAREN] = ACTIONS(5750), + [anon_sym_LPAREN2] = ACTIONS(5750), + [anon_sym_DASH] = ACTIONS(5752), + [anon_sym_PLUS] = ACTIONS(5752), + [anon_sym_STAR] = ACTIONS(5752), + [anon_sym_SLASH] = ACTIONS(5752), + [anon_sym_PERCENT] = ACTIONS(5752), + [anon_sym_PIPE_PIPE] = ACTIONS(5750), + [anon_sym_AMP_AMP] = ACTIONS(5750), + [anon_sym_PIPE] = ACTIONS(5752), + [anon_sym_CARET] = ACTIONS(5752), + [anon_sym_AMP] = ACTIONS(5752), + [anon_sym_EQ_EQ] = ACTIONS(5750), + [anon_sym_BANG_EQ] = ACTIONS(5750), + [anon_sym_GT] = ACTIONS(5752), + [anon_sym_GT_EQ] = ACTIONS(5750), + [anon_sym_LT_EQ] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5752), + [anon_sym_LT_LT] = ACTIONS(5752), + [anon_sym_GT_GT] = ACTIONS(5752), + [anon_sym_SEMI] = ACTIONS(5750), + [anon_sym___attribute__] = ACTIONS(5750), + [anon_sym___attribute] = ACTIONS(5752), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(5750), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5750), + [anon_sym_RBRACK] = ACTIONS(5750), + [anon_sym_EQ] = ACTIONS(5752), + [anon_sym_COLON] = ACTIONS(5750), + [anon_sym_QMARK] = ACTIONS(5750), + [anon_sym_STAR_EQ] = ACTIONS(5750), + [anon_sym_SLASH_EQ] = ACTIONS(5750), + [anon_sym_PERCENT_EQ] = ACTIONS(5750), + [anon_sym_PLUS_EQ] = ACTIONS(5750), + [anon_sym_DASH_EQ] = ACTIONS(5750), + [anon_sym_LT_LT_EQ] = ACTIONS(5750), + [anon_sym_GT_GT_EQ] = ACTIONS(5750), + [anon_sym_AMP_EQ] = ACTIONS(5750), + [anon_sym_CARET_EQ] = ACTIONS(5750), + [anon_sym_PIPE_EQ] = ACTIONS(5750), + [anon_sym_and_eq] = ACTIONS(5750), + [anon_sym_or_eq] = ACTIONS(5750), + [anon_sym_xor_eq] = ACTIONS(5750), + [anon_sym_LT_EQ_GT] = ACTIONS(5750), + [anon_sym_or] = ACTIONS(5752), + [anon_sym_and] = ACTIONS(5752), + [anon_sym_bitor] = ACTIONS(5750), + [anon_sym_xor] = ACTIONS(5752), + [anon_sym_bitand] = ACTIONS(5750), + [anon_sym_not_eq] = ACTIONS(5750), + [anon_sym_DASH_DASH] = ACTIONS(5750), + [anon_sym_PLUS_PLUS] = ACTIONS(5750), + [anon_sym_DOT] = ACTIONS(5752), + [anon_sym_DOT_STAR] = ACTIONS(5750), + [anon_sym_DASH_GT] = ACTIONS(5750), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5750), + [anon_sym_decltype] = ACTIONS(5750), + }, + [2321] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), + [anon_sym_COMMA] = ACTIONS(5756), + [anon_sym_RPAREN] = ACTIONS(5756), + [anon_sym_LPAREN2] = ACTIONS(5756), + [anon_sym_DASH] = ACTIONS(5758), + [anon_sym_PLUS] = ACTIONS(5758), + [anon_sym_STAR] = ACTIONS(5758), + [anon_sym_SLASH] = ACTIONS(5758), + [anon_sym_PERCENT] = ACTIONS(5758), + [anon_sym_PIPE_PIPE] = ACTIONS(5756), + [anon_sym_AMP_AMP] = ACTIONS(5756), + [anon_sym_PIPE] = ACTIONS(5758), + [anon_sym_CARET] = ACTIONS(5758), + [anon_sym_AMP] = ACTIONS(5758), + [anon_sym_EQ_EQ] = ACTIONS(5756), + [anon_sym_BANG_EQ] = ACTIONS(5756), + [anon_sym_GT] = ACTIONS(5758), + [anon_sym_GT_EQ] = ACTIONS(5756), + [anon_sym_LT_EQ] = ACTIONS(5758), + [anon_sym_LT] = ACTIONS(5758), + [anon_sym_LT_LT] = ACTIONS(5758), + [anon_sym_GT_GT] = ACTIONS(5758), + [anon_sym_SEMI] = ACTIONS(5756), + [anon_sym___attribute__] = ACTIONS(5756), + [anon_sym___attribute] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(5756), + [anon_sym_RBRACE] = ACTIONS(5756), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5756), + [anon_sym_RBRACK] = ACTIONS(5756), + [anon_sym_EQ] = ACTIONS(5758), + [anon_sym_COLON] = ACTIONS(5756), + [anon_sym_QMARK] = ACTIONS(5756), + [anon_sym_STAR_EQ] = ACTIONS(5756), + [anon_sym_SLASH_EQ] = ACTIONS(5756), + [anon_sym_PERCENT_EQ] = ACTIONS(5756), + [anon_sym_PLUS_EQ] = ACTIONS(5756), + [anon_sym_DASH_EQ] = ACTIONS(5756), + [anon_sym_LT_LT_EQ] = ACTIONS(5756), + [anon_sym_GT_GT_EQ] = ACTIONS(5756), + [anon_sym_AMP_EQ] = ACTIONS(5756), + [anon_sym_CARET_EQ] = ACTIONS(5756), + [anon_sym_PIPE_EQ] = ACTIONS(5756), + [anon_sym_and_eq] = ACTIONS(5756), + [anon_sym_or_eq] = ACTIONS(5756), + [anon_sym_xor_eq] = ACTIONS(5756), + [anon_sym_LT_EQ_GT] = ACTIONS(5756), + [anon_sym_or] = ACTIONS(5758), + [anon_sym_and] = ACTIONS(5758), + [anon_sym_bitor] = ACTIONS(5756), + [anon_sym_xor] = ACTIONS(5758), + [anon_sym_bitand] = ACTIONS(5756), + [anon_sym_not_eq] = ACTIONS(5756), + [anon_sym_DASH_DASH] = ACTIONS(5756), + [anon_sym_PLUS_PLUS] = ACTIONS(5756), + [anon_sym_DOT] = ACTIONS(5758), + [anon_sym_DOT_STAR] = ACTIONS(5756), + [anon_sym_DASH_GT] = ACTIONS(5756), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5756), + [anon_sym_decltype] = ACTIONS(5756), + }, + [2322] = { + [sym__declaration_modifiers] = STATE(2428), + [sym_attribute_specifier] = STATE(2428), + [sym_attribute_declaration] = STATE(2428), + [sym_ms_declspec_modifier] = STATE(2428), + [sym_storage_class_specifier] = STATE(2428), + [sym_type_qualifier] = STATE(2428), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype_auto] = STATE(2384), + [aux_sym__declaration_specifiers_repeat1] = STATE(2428), + [sym_identifier] = ACTIONS(6227), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6229), + [anon_sym_COMMA] = ACTIONS(6229), + [anon_sym_RPAREN] = ACTIONS(6229), + [anon_sym_LPAREN2] = ACTIONS(6229), + [anon_sym_TILDE] = ACTIONS(6229), + [anon_sym_STAR] = ACTIONS(6229), + [anon_sym_AMP_AMP] = ACTIONS(6229), + [anon_sym_AMP] = ACTIONS(6227), + [anon_sym_SEMI] = ACTIONS(6229), + [anon_sym___extension__] = ACTIONS(5620), + [anon_sym_virtual] = ACTIONS(6231), + [anon_sym_extern] = ACTIONS(5624), + [anon_sym___attribute__] = ACTIONS(5626), + [anon_sym___attribute] = ACTIONS(5626), + [anon_sym_COLON_COLON] = ACTIONS(6229), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), + [anon_sym___declspec] = ACTIONS(5632), + [anon_sym___based] = ACTIONS(6227), + [anon_sym___cdecl] = ACTIONS(6227), + [anon_sym___clrcall] = ACTIONS(6227), + [anon_sym___stdcall] = ACTIONS(6227), + [anon_sym___fastcall] = ACTIONS(6227), + [anon_sym___thiscall] = ACTIONS(6227), + [anon_sym___vectorcall] = ACTIONS(6227), + [anon_sym_LBRACK] = ACTIONS(6227), + [anon_sym_static] = ACTIONS(5624), + [anon_sym_EQ] = ACTIONS(6229), + [anon_sym_register] = ACTIONS(5624), + [anon_sym_inline] = ACTIONS(5624), + [anon_sym___inline] = ACTIONS(5624), + [anon_sym___inline__] = ACTIONS(5624), + [anon_sym___forceinline] = ACTIONS(5624), + [anon_sym_thread_local] = ACTIONS(5624), + [anon_sym___thread] = ACTIONS(5624), + [anon_sym_const] = ACTIONS(5620), + [anon_sym_constexpr] = ACTIONS(5620), + [anon_sym_volatile] = ACTIONS(5620), + [anon_sym_restrict] = ACTIONS(5620), + [anon_sym___restrict__] = ACTIONS(5620), + [anon_sym__Atomic] = ACTIONS(5620), + [anon_sym__Noreturn] = ACTIONS(5620), + [anon_sym_noreturn] = ACTIONS(5620), + [anon_sym__Nonnull] = ACTIONS(5620), + [anon_sym_mutable] = ACTIONS(5620), + [anon_sym_constinit] = ACTIONS(5620), + [anon_sym_consteval] = ACTIONS(5620), + [anon_sym_PROGMEM] = ACTIONS(5620), + [anon_sym_alignas] = ACTIONS(5634), + [anon_sym__Alignas] = ACTIONS(5634), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6223), + [anon_sym_decltype] = ACTIONS(6225), + [anon_sym_template] = ACTIONS(6227), + [anon_sym_GT2] = ACTIONS(6229), + [anon_sym_operator] = ACTIONS(6227), + }, + [2323] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2313), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), - [anon_sym_COMMA] = ACTIONS(5784), - [anon_sym_RPAREN] = ACTIONS(5784), - [anon_sym_LPAREN2] = ACTIONS(5784), - [anon_sym_DASH] = ACTIONS(5786), - [anon_sym_PLUS] = ACTIONS(5786), - [anon_sym_STAR] = ACTIONS(5786), - [anon_sym_SLASH] = ACTIONS(5786), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_PIPE_PIPE] = ACTIONS(5784), - [anon_sym_AMP_AMP] = ACTIONS(5784), - [anon_sym_PIPE] = ACTIONS(5786), - [anon_sym_CARET] = ACTIONS(5786), - [anon_sym_AMP] = ACTIONS(5786), - [anon_sym_EQ_EQ] = ACTIONS(5784), - [anon_sym_BANG_EQ] = ACTIONS(5784), - [anon_sym_GT] = ACTIONS(5786), - [anon_sym_GT_EQ] = ACTIONS(5784), - [anon_sym_LT_EQ] = ACTIONS(5786), - [anon_sym_LT] = ACTIONS(5786), - [anon_sym_LT_LT] = ACTIONS(5786), - [anon_sym_GT_GT] = ACTIONS(5786), - [anon_sym_SEMI] = ACTIONS(5784), - [anon_sym___attribute__] = ACTIONS(5784), - [anon_sym___attribute] = ACTIONS(5786), - [anon_sym_LBRACE] = ACTIONS(5784), - [anon_sym_RBRACE] = ACTIONS(5784), - [anon_sym_signed] = ACTIONS(6236), - [anon_sym_unsigned] = ACTIONS(6236), - [anon_sym_long] = ACTIONS(6236), - [anon_sym_short] = ACTIONS(6236), - [anon_sym_LBRACK] = ACTIONS(5784), - [anon_sym_RBRACK] = ACTIONS(5784), - [anon_sym_EQ] = ACTIONS(5786), - [anon_sym_COLON] = ACTIONS(5784), - [anon_sym_QMARK] = ACTIONS(5784), - [anon_sym_STAR_EQ] = ACTIONS(5784), - [anon_sym_SLASH_EQ] = ACTIONS(5784), - [anon_sym_PERCENT_EQ] = ACTIONS(5784), - [anon_sym_PLUS_EQ] = ACTIONS(5784), - [anon_sym_DASH_EQ] = ACTIONS(5784), - [anon_sym_LT_LT_EQ] = ACTIONS(5784), - [anon_sym_GT_GT_EQ] = ACTIONS(5784), - [anon_sym_AMP_EQ] = ACTIONS(5784), - [anon_sym_CARET_EQ] = ACTIONS(5784), - [anon_sym_PIPE_EQ] = ACTIONS(5784), - [anon_sym_and_eq] = ACTIONS(5784), - [anon_sym_or_eq] = ACTIONS(5784), - [anon_sym_xor_eq] = ACTIONS(5784), - [anon_sym_LT_EQ_GT] = ACTIONS(5784), - [anon_sym_or] = ACTIONS(5786), - [anon_sym_and] = ACTIONS(5786), - [anon_sym_bitor] = ACTIONS(5784), - [anon_sym_xor] = ACTIONS(5786), - [anon_sym_bitand] = ACTIONS(5784), - [anon_sym_not_eq] = ACTIONS(5784), - [anon_sym_DASH_DASH] = ACTIONS(5784), - [anon_sym_PLUS_PLUS] = ACTIONS(5784), - [anon_sym_DOT] = ACTIONS(5786), - [anon_sym_DOT_STAR] = ACTIONS(5784), - [anon_sym_DASH_GT] = ACTIONS(5784), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), + [anon_sym_COMMA] = ACTIONS(5760), + [anon_sym_RPAREN] = ACTIONS(5760), + [anon_sym_LPAREN2] = ACTIONS(5760), + [anon_sym_DASH] = ACTIONS(5762), + [anon_sym_PLUS] = ACTIONS(5762), + [anon_sym_STAR] = ACTIONS(5762), + [anon_sym_SLASH] = ACTIONS(5762), + [anon_sym_PERCENT] = ACTIONS(5762), + [anon_sym_PIPE_PIPE] = ACTIONS(5760), + [anon_sym_AMP_AMP] = ACTIONS(5760), + [anon_sym_PIPE] = ACTIONS(5762), + [anon_sym_CARET] = ACTIONS(5762), + [anon_sym_AMP] = ACTIONS(5762), + [anon_sym_EQ_EQ] = ACTIONS(5760), + [anon_sym_BANG_EQ] = ACTIONS(5760), + [anon_sym_GT] = ACTIONS(5762), + [anon_sym_GT_EQ] = ACTIONS(5760), + [anon_sym_LT_EQ] = ACTIONS(5762), + [anon_sym_LT] = ACTIONS(5762), + [anon_sym_LT_LT] = ACTIONS(5762), + [anon_sym_GT_GT] = ACTIONS(5762), + [anon_sym_SEMI] = ACTIONS(5760), + [anon_sym___attribute__] = ACTIONS(5760), + [anon_sym___attribute] = ACTIONS(5762), + [anon_sym_LBRACE] = ACTIONS(5760), + [anon_sym_RBRACE] = ACTIONS(5760), + [anon_sym_signed] = ACTIONS(6233), + [anon_sym_unsigned] = ACTIONS(6233), + [anon_sym_long] = ACTIONS(6233), + [anon_sym_short] = ACTIONS(6233), + [anon_sym_LBRACK] = ACTIONS(5760), + [anon_sym_RBRACK] = ACTIONS(5760), + [anon_sym_EQ] = ACTIONS(5762), + [anon_sym_COLON] = ACTIONS(5760), + [anon_sym_QMARK] = ACTIONS(5760), + [anon_sym_STAR_EQ] = ACTIONS(5760), + [anon_sym_SLASH_EQ] = ACTIONS(5760), + [anon_sym_PERCENT_EQ] = ACTIONS(5760), + [anon_sym_PLUS_EQ] = ACTIONS(5760), + [anon_sym_DASH_EQ] = ACTIONS(5760), + [anon_sym_LT_LT_EQ] = ACTIONS(5760), + [anon_sym_GT_GT_EQ] = ACTIONS(5760), + [anon_sym_AMP_EQ] = ACTIONS(5760), + [anon_sym_CARET_EQ] = ACTIONS(5760), + [anon_sym_PIPE_EQ] = ACTIONS(5760), + [anon_sym_and_eq] = ACTIONS(5760), + [anon_sym_or_eq] = ACTIONS(5760), + [anon_sym_xor_eq] = ACTIONS(5760), + [anon_sym_LT_EQ_GT] = ACTIONS(5760), + [anon_sym_or] = ACTIONS(5762), + [anon_sym_and] = ACTIONS(5762), + [anon_sym_bitor] = ACTIONS(5760), + [anon_sym_xor] = ACTIONS(5762), + [anon_sym_bitand] = ACTIONS(5760), + [anon_sym_not_eq] = ACTIONS(5760), + [anon_sym_DASH_DASH] = ACTIONS(5760), + [anon_sym_PLUS_PLUS] = ACTIONS(5760), + [anon_sym_DOT] = ACTIONS(5762), + [anon_sym_DOT_STAR] = ACTIONS(5760), + [anon_sym_DASH_GT] = ACTIONS(5760), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5760), + [anon_sym_decltype] = ACTIONS(5760), + }, + [2324] = { + [sym_identifier] = ACTIONS(5671), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5673), + [anon_sym_COMMA] = ACTIONS(5673), + [anon_sym_LPAREN2] = ACTIONS(5673), + [anon_sym_DASH] = ACTIONS(5671), + [anon_sym_PLUS] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(5671), + [anon_sym_SLASH] = ACTIONS(5671), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_PIPE_PIPE] = ACTIONS(5673), + [anon_sym_AMP_AMP] = ACTIONS(5673), + [anon_sym_PIPE] = ACTIONS(5671), + [anon_sym_CARET] = ACTIONS(5671), + [anon_sym_AMP] = ACTIONS(5671), + [anon_sym_EQ_EQ] = ACTIONS(5673), + [anon_sym_BANG_EQ] = ACTIONS(5673), + [anon_sym_GT] = ACTIONS(5671), + [anon_sym_GT_EQ] = ACTIONS(5673), + [anon_sym_LT_EQ] = ACTIONS(5671), + [anon_sym_LT] = ACTIONS(5671), + [anon_sym_LT_LT] = ACTIONS(5671), + [anon_sym_GT_GT] = ACTIONS(5671), + [anon_sym_SEMI] = ACTIONS(5673), + [anon_sym___attribute__] = ACTIONS(5671), + [anon_sym___attribute] = ACTIONS(5671), + [anon_sym_LBRACK] = ACTIONS(5673), + [anon_sym_EQ] = ACTIONS(5671), + [anon_sym_QMARK] = ACTIONS(5673), + [anon_sym_STAR_EQ] = ACTIONS(5673), + [anon_sym_SLASH_EQ] = ACTIONS(5673), + [anon_sym_PERCENT_EQ] = ACTIONS(5673), + [anon_sym_PLUS_EQ] = ACTIONS(5673), + [anon_sym_DASH_EQ] = ACTIONS(5673), + [anon_sym_LT_LT_EQ] = ACTIONS(5673), + [anon_sym_GT_GT_EQ] = ACTIONS(5673), + [anon_sym_AMP_EQ] = ACTIONS(5673), + [anon_sym_CARET_EQ] = ACTIONS(5673), + [anon_sym_PIPE_EQ] = ACTIONS(5673), + [anon_sym_and_eq] = ACTIONS(5671), + [anon_sym_or_eq] = ACTIONS(5671), + [anon_sym_xor_eq] = ACTIONS(5671), + [anon_sym_LT_EQ_GT] = ACTIONS(5673), + [anon_sym_or] = ACTIONS(5671), + [anon_sym_and] = ACTIONS(5671), + [anon_sym_bitor] = ACTIONS(5671), + [anon_sym_xor] = ACTIONS(5671), + [anon_sym_bitand] = ACTIONS(5671), + [anon_sym_not_eq] = ACTIONS(5671), + [anon_sym_DASH_DASH] = ACTIONS(5673), + [anon_sym_PLUS_PLUS] = ACTIONS(5673), + [anon_sym_DOT] = ACTIONS(5671), + [anon_sym_DOT_STAR] = ACTIONS(5673), + [anon_sym_DASH_GT] = ACTIONS(5673), + [anon_sym_L_DQUOTE] = ACTIONS(5673), + [anon_sym_u_DQUOTE] = ACTIONS(5673), + [anon_sym_U_DQUOTE] = ACTIONS(5673), + [anon_sym_u8_DQUOTE] = ACTIONS(5673), + [anon_sym_DQUOTE] = ACTIONS(5673), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(5673), + [anon_sym_LR_DQUOTE] = ACTIONS(5673), + [anon_sym_uR_DQUOTE] = ACTIONS(5673), + [anon_sym_UR_DQUOTE] = ACTIONS(5673), + [anon_sym_u8R_DQUOTE] = ACTIONS(5673), + [sym_literal_suffix] = ACTIONS(5671), + }, + [2325] = { + [sym_identifier] = ACTIONS(6235), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6237), + [anon_sym_COMMA] = ACTIONS(6237), + [anon_sym_RPAREN] = ACTIONS(6237), + [aux_sym_preproc_if_token2] = ACTIONS(6237), + [aux_sym_preproc_else_token1] = ACTIONS(6237), + [aux_sym_preproc_elif_token1] = ACTIONS(6235), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6237), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6237), + [anon_sym_LPAREN2] = ACTIONS(6237), + [anon_sym_DASH] = ACTIONS(6235), + [anon_sym_PLUS] = ACTIONS(6235), + [anon_sym_STAR] = ACTIONS(6235), + [anon_sym_SLASH] = ACTIONS(6235), + [anon_sym_PERCENT] = ACTIONS(6235), + [anon_sym_PIPE_PIPE] = ACTIONS(6237), + [anon_sym_AMP_AMP] = ACTIONS(6237), + [anon_sym_PIPE] = ACTIONS(6235), + [anon_sym_CARET] = ACTIONS(6235), + [anon_sym_AMP] = ACTIONS(6235), + [anon_sym_EQ_EQ] = ACTIONS(6237), + [anon_sym_BANG_EQ] = ACTIONS(6237), + [anon_sym_GT] = ACTIONS(6235), + [anon_sym_GT_EQ] = ACTIONS(6237), + [anon_sym_LT_EQ] = ACTIONS(6235), + [anon_sym_LT] = ACTIONS(6235), + [anon_sym_LT_LT] = ACTIONS(6235), + [anon_sym_GT_GT] = ACTIONS(6235), + [anon_sym_SEMI] = ACTIONS(6237), + [anon_sym___attribute__] = ACTIONS(6235), + [anon_sym___attribute] = ACTIONS(6235), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_LBRACE] = ACTIONS(6237), + [anon_sym_RBRACE] = ACTIONS(6237), + [anon_sym_LBRACK] = ACTIONS(6237), + [anon_sym_RBRACK] = ACTIONS(6237), + [anon_sym_EQ] = ACTIONS(6235), + [anon_sym_COLON] = ACTIONS(6235), + [anon_sym_QMARK] = ACTIONS(6237), + [anon_sym_STAR_EQ] = ACTIONS(6237), + [anon_sym_SLASH_EQ] = ACTIONS(6237), + [anon_sym_PERCENT_EQ] = ACTIONS(6237), + [anon_sym_PLUS_EQ] = ACTIONS(6237), + [anon_sym_DASH_EQ] = ACTIONS(6237), + [anon_sym_LT_LT_EQ] = ACTIONS(6237), + [anon_sym_GT_GT_EQ] = ACTIONS(6237), + [anon_sym_AMP_EQ] = ACTIONS(6237), + [anon_sym_CARET_EQ] = ACTIONS(6237), + [anon_sym_PIPE_EQ] = ACTIONS(6237), + [anon_sym_and_eq] = ACTIONS(6235), + [anon_sym_or_eq] = ACTIONS(6235), + [anon_sym_xor_eq] = ACTIONS(6235), + [anon_sym_LT_EQ_GT] = ACTIONS(6237), + [anon_sym_or] = ACTIONS(6235), + [anon_sym_and] = ACTIONS(6235), + [anon_sym_bitor] = ACTIONS(6235), + [anon_sym_xor] = ACTIONS(6235), + [anon_sym_bitand] = ACTIONS(6235), + [anon_sym_not_eq] = ACTIONS(6235), + [anon_sym_DASH_DASH] = ACTIONS(6237), + [anon_sym_PLUS_PLUS] = ACTIONS(6237), + [anon_sym_DOT] = ACTIONS(6235), + [anon_sym_DOT_STAR] = ACTIONS(6237), + [anon_sym_DASH_GT] = ACTIONS(6237), + [sym_comment] = ACTIONS(3), + }, + [2326] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5786), + [anon_sym_COMMA] = ACTIONS(5786), + [anon_sym_RPAREN] = ACTIONS(5786), + [anon_sym_LPAREN2] = ACTIONS(5786), + [anon_sym_DASH] = ACTIONS(5788), + [anon_sym_PLUS] = ACTIONS(5788), + [anon_sym_STAR] = ACTIONS(5788), + [anon_sym_SLASH] = ACTIONS(5788), + [anon_sym_PERCENT] = ACTIONS(5788), + [anon_sym_PIPE_PIPE] = ACTIONS(5786), + [anon_sym_AMP_AMP] = ACTIONS(5786), + [anon_sym_PIPE] = ACTIONS(5788), + [anon_sym_CARET] = ACTIONS(5788), + [anon_sym_AMP] = ACTIONS(5788), + [anon_sym_EQ_EQ] = ACTIONS(5786), + [anon_sym_BANG_EQ] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(5788), + [anon_sym_GT_EQ] = ACTIONS(5786), + [anon_sym_LT_EQ] = ACTIONS(5788), + [anon_sym_LT] = ACTIONS(5788), + [anon_sym_LT_LT] = ACTIONS(5788), + [anon_sym_GT_GT] = ACTIONS(5788), + [anon_sym_SEMI] = ACTIONS(5786), + [anon_sym___attribute__] = ACTIONS(5786), + [anon_sym___attribute] = ACTIONS(5788), + [anon_sym_LBRACE] = ACTIONS(5786), + [anon_sym_RBRACE] = ACTIONS(5786), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5786), + [anon_sym_RBRACK] = ACTIONS(5786), + [anon_sym_EQ] = ACTIONS(5788), + [anon_sym_COLON] = ACTIONS(5786), + [anon_sym_QMARK] = ACTIONS(5786), + [anon_sym_STAR_EQ] = ACTIONS(5786), + [anon_sym_SLASH_EQ] = ACTIONS(5786), + [anon_sym_PERCENT_EQ] = ACTIONS(5786), + [anon_sym_PLUS_EQ] = ACTIONS(5786), + [anon_sym_DASH_EQ] = ACTIONS(5786), + [anon_sym_LT_LT_EQ] = ACTIONS(5786), + [anon_sym_GT_GT_EQ] = ACTIONS(5786), + [anon_sym_AMP_EQ] = ACTIONS(5786), + [anon_sym_CARET_EQ] = ACTIONS(5786), + [anon_sym_PIPE_EQ] = ACTIONS(5786), + [anon_sym_and_eq] = ACTIONS(5786), + [anon_sym_or_eq] = ACTIONS(5786), + [anon_sym_xor_eq] = ACTIONS(5786), + [anon_sym_LT_EQ_GT] = ACTIONS(5786), + [anon_sym_or] = ACTIONS(5788), + [anon_sym_and] = ACTIONS(5788), + [anon_sym_bitor] = ACTIONS(5786), + [anon_sym_xor] = ACTIONS(5788), + [anon_sym_bitand] = ACTIONS(5786), + [anon_sym_not_eq] = ACTIONS(5786), + [anon_sym_DASH_DASH] = ACTIONS(5786), + [anon_sym_PLUS_PLUS] = ACTIONS(5786), + [anon_sym_DOT] = ACTIONS(5788), + [anon_sym_DOT_STAR] = ACTIONS(5786), + [anon_sym_DASH_GT] = ACTIONS(5786), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5786), + [anon_sym_decltype] = ACTIONS(5786), + }, + [2327] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(2326), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5766), + [anon_sym_COMMA] = ACTIONS(5766), + [anon_sym_RPAREN] = ACTIONS(5766), + [anon_sym_LPAREN2] = ACTIONS(5766), + [anon_sym_DASH] = ACTIONS(5768), + [anon_sym_PLUS] = ACTIONS(5768), + [anon_sym_STAR] = ACTIONS(5768), + [anon_sym_SLASH] = ACTIONS(5768), + [anon_sym_PERCENT] = ACTIONS(5768), + [anon_sym_PIPE_PIPE] = ACTIONS(5766), + [anon_sym_AMP_AMP] = ACTIONS(5766), + [anon_sym_PIPE] = ACTIONS(5768), + [anon_sym_CARET] = ACTIONS(5768), + [anon_sym_AMP] = ACTIONS(5768), + [anon_sym_EQ_EQ] = ACTIONS(5766), + [anon_sym_BANG_EQ] = ACTIONS(5766), + [anon_sym_GT] = ACTIONS(5768), + [anon_sym_GT_EQ] = ACTIONS(5766), + [anon_sym_LT_EQ] = ACTIONS(5768), + [anon_sym_LT] = ACTIONS(5768), + [anon_sym_LT_LT] = ACTIONS(5768), + [anon_sym_GT_GT] = ACTIONS(5768), + [anon_sym_SEMI] = ACTIONS(5766), + [anon_sym___attribute__] = ACTIONS(5766), + [anon_sym___attribute] = ACTIONS(5768), + [anon_sym_LBRACE] = ACTIONS(5766), + [anon_sym_RBRACE] = ACTIONS(5766), + [anon_sym_signed] = ACTIONS(6239), + [anon_sym_unsigned] = ACTIONS(6239), + [anon_sym_long] = ACTIONS(6239), + [anon_sym_short] = ACTIONS(6239), + [anon_sym_LBRACK] = ACTIONS(5766), + [anon_sym_RBRACK] = ACTIONS(5766), + [anon_sym_EQ] = ACTIONS(5768), + [anon_sym_COLON] = ACTIONS(5766), + [anon_sym_QMARK] = ACTIONS(5766), + [anon_sym_STAR_EQ] = ACTIONS(5766), + [anon_sym_SLASH_EQ] = ACTIONS(5766), + [anon_sym_PERCENT_EQ] = ACTIONS(5766), + [anon_sym_PLUS_EQ] = ACTIONS(5766), + [anon_sym_DASH_EQ] = ACTIONS(5766), + [anon_sym_LT_LT_EQ] = ACTIONS(5766), + [anon_sym_GT_GT_EQ] = ACTIONS(5766), + [anon_sym_AMP_EQ] = ACTIONS(5766), + [anon_sym_CARET_EQ] = ACTIONS(5766), + [anon_sym_PIPE_EQ] = ACTIONS(5766), + [anon_sym_and_eq] = ACTIONS(5766), + [anon_sym_or_eq] = ACTIONS(5766), + [anon_sym_xor_eq] = ACTIONS(5766), + [anon_sym_LT_EQ_GT] = ACTIONS(5766), + [anon_sym_or] = ACTIONS(5768), + [anon_sym_and] = ACTIONS(5768), + [anon_sym_bitor] = ACTIONS(5766), + [anon_sym_xor] = ACTIONS(5768), + [anon_sym_bitand] = ACTIONS(5766), + [anon_sym_not_eq] = ACTIONS(5766), + [anon_sym_DASH_DASH] = ACTIONS(5766), + [anon_sym_PLUS_PLUS] = ACTIONS(5766), + [anon_sym_DOT] = ACTIONS(5768), + [anon_sym_DOT_STAR] = ACTIONS(5766), + [anon_sym_DASH_GT] = ACTIONS(5766), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5766), + [anon_sym_decltype] = ACTIONS(5766), + }, + [2328] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(1539), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5778), + [anon_sym_COMMA] = ACTIONS(5778), + [anon_sym_RPAREN] = ACTIONS(5778), + [anon_sym_LPAREN2] = ACTIONS(5778), + [anon_sym_DASH] = ACTIONS(5780), + [anon_sym_PLUS] = ACTIONS(5780), + [anon_sym_STAR] = ACTIONS(5780), + [anon_sym_SLASH] = ACTIONS(5780), + [anon_sym_PERCENT] = ACTIONS(5780), + [anon_sym_PIPE_PIPE] = ACTIONS(5778), + [anon_sym_AMP_AMP] = ACTIONS(5778), + [anon_sym_PIPE] = ACTIONS(5780), + [anon_sym_CARET] = ACTIONS(5780), + [anon_sym_AMP] = ACTIONS(5780), + [anon_sym_EQ_EQ] = ACTIONS(5778), + [anon_sym_BANG_EQ] = ACTIONS(5778), + [anon_sym_GT] = ACTIONS(5780), + [anon_sym_GT_EQ] = ACTIONS(5778), + [anon_sym_LT_EQ] = ACTIONS(5780), + [anon_sym_LT] = ACTIONS(5780), + [anon_sym_LT_LT] = ACTIONS(5780), + [anon_sym_GT_GT] = ACTIONS(5780), + [anon_sym_SEMI] = ACTIONS(5778), + [anon_sym___attribute__] = ACTIONS(5778), + [anon_sym___attribute] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5778), + [anon_sym_RBRACE] = ACTIONS(5778), + [anon_sym_signed] = ACTIONS(6210), + [anon_sym_unsigned] = ACTIONS(6210), + [anon_sym_long] = ACTIONS(6210), + [anon_sym_short] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(5778), + [anon_sym_RBRACK] = ACTIONS(5778), + [anon_sym_EQ] = ACTIONS(5780), + [anon_sym_COLON] = ACTIONS(5778), + [anon_sym_QMARK] = ACTIONS(5778), + [anon_sym_STAR_EQ] = ACTIONS(5778), + [anon_sym_SLASH_EQ] = ACTIONS(5778), + [anon_sym_PERCENT_EQ] = ACTIONS(5778), + [anon_sym_PLUS_EQ] = ACTIONS(5778), + [anon_sym_DASH_EQ] = ACTIONS(5778), + [anon_sym_LT_LT_EQ] = ACTIONS(5778), + [anon_sym_GT_GT_EQ] = ACTIONS(5778), + [anon_sym_AMP_EQ] = ACTIONS(5778), + [anon_sym_CARET_EQ] = ACTIONS(5778), + [anon_sym_PIPE_EQ] = ACTIONS(5778), + [anon_sym_and_eq] = ACTIONS(5778), + [anon_sym_or_eq] = ACTIONS(5778), + [anon_sym_xor_eq] = ACTIONS(5778), + [anon_sym_LT_EQ_GT] = ACTIONS(5778), + [anon_sym_or] = ACTIONS(5780), + [anon_sym_and] = ACTIONS(5780), + [anon_sym_bitor] = ACTIONS(5778), + [anon_sym_xor] = ACTIONS(5780), + [anon_sym_bitand] = ACTIONS(5778), + [anon_sym_not_eq] = ACTIONS(5778), + [anon_sym_DASH_DASH] = ACTIONS(5778), + [anon_sym_PLUS_PLUS] = ACTIONS(5778), + [anon_sym_DOT] = ACTIONS(5780), + [anon_sym_DOT_STAR] = ACTIONS(5778), + [anon_sym_DASH_GT] = ACTIONS(5778), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5784), - [anon_sym_decltype] = ACTIONS(5784), + [sym_auto] = ACTIONS(5778), + [anon_sym_decltype] = ACTIONS(5778), }, - [2320] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5758), - [anon_sym_COMMA] = ACTIONS(5758), - [anon_sym_RPAREN] = ACTIONS(5758), - [anon_sym_LPAREN2] = ACTIONS(5758), - [anon_sym_DASH] = ACTIONS(5760), - [anon_sym_PLUS] = ACTIONS(5760), - [anon_sym_STAR] = ACTIONS(5760), - [anon_sym_SLASH] = ACTIONS(5760), - [anon_sym_PERCENT] = ACTIONS(5760), - [anon_sym_PIPE_PIPE] = ACTIONS(5758), - [anon_sym_AMP_AMP] = ACTIONS(5758), - [anon_sym_PIPE] = ACTIONS(5760), - [anon_sym_CARET] = ACTIONS(5760), - [anon_sym_AMP] = ACTIONS(5760), - [anon_sym_EQ_EQ] = ACTIONS(5758), - [anon_sym_BANG_EQ] = ACTIONS(5758), - [anon_sym_GT] = ACTIONS(5760), - [anon_sym_GT_EQ] = ACTIONS(5758), - [anon_sym_LT_EQ] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5760), - [anon_sym_LT_LT] = ACTIONS(5760), - [anon_sym_GT_GT] = ACTIONS(5760), - [anon_sym_SEMI] = ACTIONS(5758), - [anon_sym___attribute__] = ACTIONS(5758), - [anon_sym___attribute] = ACTIONS(5760), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(5758), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5758), - [anon_sym_RBRACK] = ACTIONS(5758), - [anon_sym_EQ] = ACTIONS(5760), - [anon_sym_COLON] = ACTIONS(5758), - [anon_sym_QMARK] = ACTIONS(5758), - [anon_sym_STAR_EQ] = ACTIONS(5758), - [anon_sym_SLASH_EQ] = ACTIONS(5758), - [anon_sym_PERCENT_EQ] = ACTIONS(5758), - [anon_sym_PLUS_EQ] = ACTIONS(5758), - [anon_sym_DASH_EQ] = ACTIONS(5758), - [anon_sym_LT_LT_EQ] = ACTIONS(5758), - [anon_sym_GT_GT_EQ] = ACTIONS(5758), - [anon_sym_AMP_EQ] = ACTIONS(5758), - [anon_sym_CARET_EQ] = ACTIONS(5758), - [anon_sym_PIPE_EQ] = ACTIONS(5758), - [anon_sym_and_eq] = ACTIONS(5758), - [anon_sym_or_eq] = ACTIONS(5758), - [anon_sym_xor_eq] = ACTIONS(5758), - [anon_sym_LT_EQ_GT] = ACTIONS(5758), - [anon_sym_or] = ACTIONS(5760), - [anon_sym_and] = ACTIONS(5760), - [anon_sym_bitor] = ACTIONS(5758), - [anon_sym_xor] = ACTIONS(5760), - [anon_sym_bitand] = ACTIONS(5758), - [anon_sym_not_eq] = ACTIONS(5758), - [anon_sym_DASH_DASH] = ACTIONS(5758), - [anon_sym_PLUS_PLUS] = ACTIONS(5758), - [anon_sym_DOT] = ACTIONS(5760), - [anon_sym_DOT_STAR] = ACTIONS(5758), - [anon_sym_DASH_GT] = ACTIONS(5758), + [2329] = { + [sym_template_argument_list] = STATE(2325), + [sym_identifier] = ACTIONS(6241), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6243), + [anon_sym_COMMA] = ACTIONS(6243), + [anon_sym_RPAREN] = ACTIONS(6243), + [aux_sym_preproc_if_token2] = ACTIONS(6243), + [aux_sym_preproc_else_token1] = ACTIONS(6243), + [aux_sym_preproc_elif_token1] = ACTIONS(6241), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6243), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6243), + [anon_sym_LPAREN2] = ACTIONS(6243), + [anon_sym_DASH] = ACTIONS(6241), + [anon_sym_PLUS] = ACTIONS(6241), + [anon_sym_STAR] = ACTIONS(6241), + [anon_sym_SLASH] = ACTIONS(6241), + [anon_sym_PERCENT] = ACTIONS(6241), + [anon_sym_PIPE_PIPE] = ACTIONS(6243), + [anon_sym_AMP_AMP] = ACTIONS(6243), + [anon_sym_PIPE] = ACTIONS(6241), + [anon_sym_CARET] = ACTIONS(6241), + [anon_sym_AMP] = ACTIONS(6241), + [anon_sym_EQ_EQ] = ACTIONS(6243), + [anon_sym_BANG_EQ] = ACTIONS(6243), + [anon_sym_GT] = ACTIONS(6241), + [anon_sym_GT_EQ] = ACTIONS(6243), + [anon_sym_LT_EQ] = ACTIONS(6241), + [anon_sym_LT] = ACTIONS(6245), + [anon_sym_LT_LT] = ACTIONS(6241), + [anon_sym_GT_GT] = ACTIONS(6241), + [anon_sym_SEMI] = ACTIONS(6243), + [anon_sym___attribute__] = ACTIONS(6241), + [anon_sym___attribute] = ACTIONS(6241), + [anon_sym_COLON_COLON] = ACTIONS(4128), + [anon_sym_RBRACE] = ACTIONS(6243), + [anon_sym_LBRACK] = ACTIONS(6243), + [anon_sym_RBRACK] = ACTIONS(6243), + [anon_sym_EQ] = ACTIONS(6241), + [anon_sym_COLON] = ACTIONS(6241), + [anon_sym_QMARK] = ACTIONS(6243), + [anon_sym_STAR_EQ] = ACTIONS(6243), + [anon_sym_SLASH_EQ] = ACTIONS(6243), + [anon_sym_PERCENT_EQ] = ACTIONS(6243), + [anon_sym_PLUS_EQ] = ACTIONS(6243), + [anon_sym_DASH_EQ] = ACTIONS(6243), + [anon_sym_LT_LT_EQ] = ACTIONS(6243), + [anon_sym_GT_GT_EQ] = ACTIONS(6243), + [anon_sym_AMP_EQ] = ACTIONS(6243), + [anon_sym_CARET_EQ] = ACTIONS(6243), + [anon_sym_PIPE_EQ] = ACTIONS(6243), + [anon_sym_and_eq] = ACTIONS(6241), + [anon_sym_or_eq] = ACTIONS(6241), + [anon_sym_xor_eq] = ACTIONS(6241), + [anon_sym_LT_EQ_GT] = ACTIONS(6243), + [anon_sym_or] = ACTIONS(6241), + [anon_sym_and] = ACTIONS(6241), + [anon_sym_bitor] = ACTIONS(6241), + [anon_sym_xor] = ACTIONS(6241), + [anon_sym_bitand] = ACTIONS(6241), + [anon_sym_not_eq] = ACTIONS(6241), + [anon_sym_DASH_DASH] = ACTIONS(6243), + [anon_sym_PLUS_PLUS] = ACTIONS(6243), + [anon_sym_DOT] = ACTIONS(6241), + [anon_sym_DOT_STAR] = ACTIONS(6243), + [anon_sym_DASH_GT] = ACTIONS(6243), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5758), - [anon_sym_decltype] = ACTIONS(5758), }, - [2321] = { - [sym__declaration_modifiers] = STATE(2527), - [sym_attribute_specifier] = STATE(2527), - [sym_attribute_declaration] = STATE(2527), - [sym_ms_declspec_modifier] = STATE(2527), - [sym_storage_class_specifier] = STATE(2527), - [sym_type_qualifier] = STATE(2527), - [sym_alignas_qualifier] = STATE(2932), - [sym_decltype_auto] = STATE(2370), - [aux_sym__declaration_specifiers_repeat1] = STATE(2527), - [sym_identifier] = ACTIONS(6238), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6240), - [anon_sym_COMMA] = ACTIONS(6240), - [anon_sym_RPAREN] = ACTIONS(6240), - [anon_sym_LPAREN2] = ACTIONS(6240), - [anon_sym_TILDE] = ACTIONS(6240), - [anon_sym_STAR] = ACTIONS(6240), - [anon_sym_AMP_AMP] = ACTIONS(6240), - [anon_sym_AMP] = ACTIONS(6238), - [anon_sym_SEMI] = ACTIONS(6240), + [2330] = { + [sym__declaration_modifiers] = STATE(2500), + [sym_attribute_specifier] = STATE(2500), + [sym_attribute_declaration] = STATE(2500), + [sym_ms_declspec_modifier] = STATE(2500), + [sym_storage_class_specifier] = STATE(2500), + [sym_type_qualifier] = STATE(2500), + [sym_alignas_qualifier] = STATE(2961), + [sym_decltype_auto] = STATE(2384), + [aux_sym__declaration_specifiers_repeat1] = STATE(2500), + [sym_identifier] = ACTIONS(6248), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6250), + [anon_sym_COMMA] = ACTIONS(6250), + [anon_sym_RPAREN] = ACTIONS(6250), + [anon_sym_LPAREN2] = ACTIONS(6250), + [anon_sym_TILDE] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(6250), + [anon_sym_AMP_AMP] = ACTIONS(6250), + [anon_sym_AMP] = ACTIONS(6248), + [anon_sym_SEMI] = ACTIONS(6250), [anon_sym___extension__] = ACTIONS(5620), - [anon_sym_virtual] = ACTIONS(6242), + [anon_sym_virtual] = ACTIONS(6252), [anon_sym_extern] = ACTIONS(5624), [anon_sym___attribute__] = ACTIONS(5626), [anon_sym___attribute] = ACTIONS(5626), - [anon_sym_COLON_COLON] = ACTIONS(6240), + [anon_sym_COLON_COLON] = ACTIONS(6250), [anon_sym_LBRACK_LBRACK] = ACTIONS(5630), [anon_sym___declspec] = ACTIONS(5632), - [anon_sym___based] = ACTIONS(6238), - [anon_sym___cdecl] = ACTIONS(6238), - [anon_sym___clrcall] = ACTIONS(6238), - [anon_sym___stdcall] = ACTIONS(6238), - [anon_sym___fastcall] = ACTIONS(6238), - [anon_sym___thiscall] = ACTIONS(6238), - [anon_sym___vectorcall] = ACTIONS(6238), - [anon_sym_LBRACK] = ACTIONS(6238), + [anon_sym___based] = ACTIONS(6248), + [anon_sym___cdecl] = ACTIONS(6248), + [anon_sym___clrcall] = ACTIONS(6248), + [anon_sym___stdcall] = ACTIONS(6248), + [anon_sym___fastcall] = ACTIONS(6248), + [anon_sym___thiscall] = ACTIONS(6248), + [anon_sym___vectorcall] = ACTIONS(6248), + [anon_sym_LBRACK] = ACTIONS(6248), [anon_sym_static] = ACTIONS(5624), - [anon_sym_EQ] = ACTIONS(6240), + [anon_sym_EQ] = ACTIONS(6250), [anon_sym_register] = ACTIONS(5624), [anon_sym_inline] = ACTIONS(5624), [anon_sym___inline] = ACTIONS(5624), @@ -295707,949 +296310,346 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(5634), [anon_sym__Alignas] = ACTIONS(5634), [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6215), - [anon_sym_decltype] = ACTIONS(6217), - [anon_sym_template] = ACTIONS(6238), - [anon_sym_GT2] = ACTIONS(6240), - [anon_sym_operator] = ACTIONS(6238), - }, - [2322] = { - [sym_identifier] = ACTIONS(5439), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_TILDE] = ACTIONS(5441), - [anon_sym_STAR] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___extension__] = ACTIONS(5439), - [anon_sym_virtual] = ACTIONS(5439), - [anon_sym_extern] = ACTIONS(5439), - [anon_sym___attribute__] = ACTIONS(5439), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_COLON_COLON] = ACTIONS(5293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5441), - [anon_sym___declspec] = ACTIONS(5439), - [anon_sym___based] = ACTIONS(5439), - [anon_sym___cdecl] = ACTIONS(5439), - [anon_sym___clrcall] = ACTIONS(5439), - [anon_sym___stdcall] = ACTIONS(5439), - [anon_sym___fastcall] = ACTIONS(5439), - [anon_sym___thiscall] = ACTIONS(5439), - [anon_sym___vectorcall] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_LBRACK] = ACTIONS(5439), - [anon_sym_static] = ACTIONS(5439), - [anon_sym_EQ] = ACTIONS(5441), - [anon_sym_register] = ACTIONS(5439), - [anon_sym_inline] = ACTIONS(5439), - [anon_sym___inline] = ACTIONS(5439), - [anon_sym___inline__] = ACTIONS(5439), - [anon_sym___forceinline] = ACTIONS(5439), - [anon_sym_thread_local] = ACTIONS(5439), - [anon_sym___thread] = ACTIONS(5439), - [anon_sym_const] = ACTIONS(5439), - [anon_sym_constexpr] = ACTIONS(5439), - [anon_sym_volatile] = ACTIONS(5439), - [anon_sym_restrict] = ACTIONS(5439), - [anon_sym___restrict__] = ACTIONS(5439), - [anon_sym__Atomic] = ACTIONS(5439), - [anon_sym__Noreturn] = ACTIONS(5439), - [anon_sym_noreturn] = ACTIONS(5439), - [anon_sym__Nonnull] = ACTIONS(5439), - [anon_sym_mutable] = ACTIONS(5439), - [anon_sym_constinit] = ACTIONS(5439), - [anon_sym_consteval] = ACTIONS(5439), - [anon_sym_PROGMEM] = ACTIONS(5439), - [anon_sym_alignas] = ACTIONS(5439), - [anon_sym__Alignas] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5439), - [anon_sym_asm] = ACTIONS(5439), - [anon_sym___asm__] = ACTIONS(5439), - [anon_sym___asm] = ACTIONS(5439), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5439), - [anon_sym_decltype] = ACTIONS(5439), - [anon_sym_final] = ACTIONS(5439), - [anon_sym_override] = ACTIONS(5439), - [anon_sym_template] = ACTIONS(5439), - [anon_sym_GT2] = ACTIONS(5441), - [anon_sym_operator] = ACTIONS(5439), - [anon_sym_try] = ACTIONS(5439), - [anon_sym_requires] = ACTIONS(5439), - }, - [2323] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5774), - [anon_sym_COMMA] = ACTIONS(5774), - [anon_sym_RPAREN] = ACTIONS(5774), - [anon_sym_LPAREN2] = ACTIONS(5774), - [anon_sym_DASH] = ACTIONS(5776), - [anon_sym_PLUS] = ACTIONS(5776), - [anon_sym_STAR] = ACTIONS(5776), - [anon_sym_SLASH] = ACTIONS(5776), - [anon_sym_PERCENT] = ACTIONS(5776), - [anon_sym_PIPE_PIPE] = ACTIONS(5774), - [anon_sym_AMP_AMP] = ACTIONS(5774), - [anon_sym_PIPE] = ACTIONS(5776), - [anon_sym_CARET] = ACTIONS(5776), - [anon_sym_AMP] = ACTIONS(5776), - [anon_sym_EQ_EQ] = ACTIONS(5774), - [anon_sym_BANG_EQ] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(5776), - [anon_sym_GT_EQ] = ACTIONS(5774), - [anon_sym_LT_EQ] = ACTIONS(5776), - [anon_sym_LT] = ACTIONS(5776), - [anon_sym_LT_LT] = ACTIONS(5776), - [anon_sym_GT_GT] = ACTIONS(5776), - [anon_sym_SEMI] = ACTIONS(5774), - [anon_sym___attribute__] = ACTIONS(5774), - [anon_sym___attribute] = ACTIONS(5776), - [anon_sym_LBRACE] = ACTIONS(5774), - [anon_sym_RBRACE] = ACTIONS(5774), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5774), - [anon_sym_RBRACK] = ACTIONS(5774), - [anon_sym_EQ] = ACTIONS(5776), - [anon_sym_COLON] = ACTIONS(5774), - [anon_sym_QMARK] = ACTIONS(5774), - [anon_sym_STAR_EQ] = ACTIONS(5774), - [anon_sym_SLASH_EQ] = ACTIONS(5774), - [anon_sym_PERCENT_EQ] = ACTIONS(5774), - [anon_sym_PLUS_EQ] = ACTIONS(5774), - [anon_sym_DASH_EQ] = ACTIONS(5774), - [anon_sym_LT_LT_EQ] = ACTIONS(5774), - [anon_sym_GT_GT_EQ] = ACTIONS(5774), - [anon_sym_AMP_EQ] = ACTIONS(5774), - [anon_sym_CARET_EQ] = ACTIONS(5774), - [anon_sym_PIPE_EQ] = ACTIONS(5774), - [anon_sym_and_eq] = ACTIONS(5774), - [anon_sym_or_eq] = ACTIONS(5774), - [anon_sym_xor_eq] = ACTIONS(5774), - [anon_sym_LT_EQ_GT] = ACTIONS(5774), - [anon_sym_or] = ACTIONS(5776), - [anon_sym_and] = ACTIONS(5776), - [anon_sym_bitor] = ACTIONS(5774), - [anon_sym_xor] = ACTIONS(5776), - [anon_sym_bitand] = ACTIONS(5774), - [anon_sym_not_eq] = ACTIONS(5774), - [anon_sym_DASH_DASH] = ACTIONS(5774), - [anon_sym_PLUS_PLUS] = ACTIONS(5774), - [anon_sym_DOT] = ACTIONS(5776), - [anon_sym_DOT_STAR] = ACTIONS(5774), - [anon_sym_DASH_GT] = ACTIONS(5774), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5774), - [anon_sym_decltype] = ACTIONS(5774), - }, - [2324] = { - [sym_decltype_auto] = STATE(2370), - [sym_identifier] = ACTIONS(5357), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5359), - [anon_sym_COMMA] = ACTIONS(5359), - [anon_sym_RPAREN] = ACTIONS(5359), - [anon_sym_LPAREN2] = ACTIONS(5359), - [anon_sym_TILDE] = ACTIONS(5359), - [anon_sym_STAR] = ACTIONS(5359), - [anon_sym_AMP_AMP] = ACTIONS(5359), - [anon_sym_AMP] = ACTIONS(5357), - [anon_sym_SEMI] = ACTIONS(5359), - [anon_sym___extension__] = ACTIONS(5357), - [anon_sym_virtual] = ACTIONS(5357), - [anon_sym_extern] = ACTIONS(5357), - [anon_sym___attribute__] = ACTIONS(5357), - [anon_sym___attribute] = ACTIONS(5357), - [anon_sym_COLON_COLON] = ACTIONS(5359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(5359), - [anon_sym___declspec] = ACTIONS(5357), - [anon_sym___based] = ACTIONS(5357), - [anon_sym___cdecl] = ACTIONS(5357), - [anon_sym___clrcall] = ACTIONS(5357), - [anon_sym___stdcall] = ACTIONS(5357), - [anon_sym___fastcall] = ACTIONS(5357), - [anon_sym___thiscall] = ACTIONS(5357), - [anon_sym___vectorcall] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_LBRACK] = ACTIONS(5357), - [anon_sym_static] = ACTIONS(5357), - [anon_sym_EQ] = ACTIONS(5359), - [anon_sym_register] = ACTIONS(5357), - [anon_sym_inline] = ACTIONS(5357), - [anon_sym___inline] = ACTIONS(5357), - [anon_sym___inline__] = ACTIONS(5357), - [anon_sym___forceinline] = ACTIONS(5357), - [anon_sym_thread_local] = ACTIONS(5357), - [anon_sym___thread] = ACTIONS(5357), - [anon_sym_const] = ACTIONS(5357), - [anon_sym_constexpr] = ACTIONS(5357), - [anon_sym_volatile] = ACTIONS(5357), - [anon_sym_restrict] = ACTIONS(5357), - [anon_sym___restrict__] = ACTIONS(5357), - [anon_sym__Atomic] = ACTIONS(5357), - [anon_sym__Noreturn] = ACTIONS(5357), - [anon_sym_noreturn] = ACTIONS(5357), - [anon_sym__Nonnull] = ACTIONS(5357), - [anon_sym_mutable] = ACTIONS(5357), - [anon_sym_constinit] = ACTIONS(5357), - [anon_sym_consteval] = ACTIONS(5357), - [anon_sym_PROGMEM] = ACTIONS(5357), - [anon_sym_alignas] = ACTIONS(5357), - [anon_sym__Alignas] = ACTIONS(5357), - [anon_sym_asm] = ACTIONS(5357), - [anon_sym___asm__] = ACTIONS(5357), - [anon_sym___asm] = ACTIONS(5357), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6215), - [anon_sym_decltype] = ACTIONS(6217), - [anon_sym_final] = ACTIONS(5357), - [anon_sym_override] = ACTIONS(5357), - [anon_sym_template] = ACTIONS(5357), - [anon_sym_GT2] = ACTIONS(5359), - [anon_sym_operator] = ACTIONS(5357), - [anon_sym_try] = ACTIONS(5357), - [anon_sym_requires] = ACTIONS(5357), - }, - [2325] = { - [sym_identifier] = ACTIONS(6244), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6246), - [anon_sym_COMMA] = ACTIONS(6246), - [anon_sym_RPAREN] = ACTIONS(6246), - [aux_sym_preproc_if_token2] = ACTIONS(6246), - [aux_sym_preproc_else_token1] = ACTIONS(6246), - [aux_sym_preproc_elif_token1] = ACTIONS(6244), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6246), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6246), - [anon_sym_LPAREN2] = ACTIONS(6246), - [anon_sym_DASH] = ACTIONS(6244), - [anon_sym_PLUS] = ACTIONS(6244), - [anon_sym_STAR] = ACTIONS(6244), - [anon_sym_SLASH] = ACTIONS(6244), - [anon_sym_PERCENT] = ACTIONS(6244), - [anon_sym_PIPE_PIPE] = ACTIONS(6246), - [anon_sym_AMP_AMP] = ACTIONS(6246), - [anon_sym_PIPE] = ACTIONS(6244), - [anon_sym_CARET] = ACTIONS(6244), - [anon_sym_AMP] = ACTIONS(6244), - [anon_sym_EQ_EQ] = ACTIONS(6246), - [anon_sym_BANG_EQ] = ACTIONS(6246), - [anon_sym_GT] = ACTIONS(6244), - [anon_sym_GT_EQ] = ACTIONS(6246), - [anon_sym_LT_EQ] = ACTIONS(6244), - [anon_sym_LT] = ACTIONS(6244), - [anon_sym_LT_LT] = ACTIONS(6244), - [anon_sym_GT_GT] = ACTIONS(6244), - [anon_sym_SEMI] = ACTIONS(6246), - [anon_sym___attribute__] = ACTIONS(6244), - [anon_sym___attribute] = ACTIONS(6244), - [anon_sym_COLON_COLON] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(6246), - [anon_sym_RBRACE] = ACTIONS(6246), - [anon_sym_LBRACK] = ACTIONS(6246), - [anon_sym_RBRACK] = ACTIONS(6246), - [anon_sym_EQ] = ACTIONS(6244), - [anon_sym_COLON] = ACTIONS(6244), - [anon_sym_QMARK] = ACTIONS(6246), - [anon_sym_STAR_EQ] = ACTIONS(6246), - [anon_sym_SLASH_EQ] = ACTIONS(6246), - [anon_sym_PERCENT_EQ] = ACTIONS(6246), - [anon_sym_PLUS_EQ] = ACTIONS(6246), - [anon_sym_DASH_EQ] = ACTIONS(6246), - [anon_sym_LT_LT_EQ] = ACTIONS(6246), - [anon_sym_GT_GT_EQ] = ACTIONS(6246), - [anon_sym_AMP_EQ] = ACTIONS(6246), - [anon_sym_CARET_EQ] = ACTIONS(6246), - [anon_sym_PIPE_EQ] = ACTIONS(6246), - [anon_sym_and_eq] = ACTIONS(6244), - [anon_sym_or_eq] = ACTIONS(6244), - [anon_sym_xor_eq] = ACTIONS(6244), - [anon_sym_LT_EQ_GT] = ACTIONS(6246), - [anon_sym_or] = ACTIONS(6244), - [anon_sym_and] = ACTIONS(6244), - [anon_sym_bitor] = ACTIONS(6244), - [anon_sym_xor] = ACTIONS(6244), - [anon_sym_bitand] = ACTIONS(6244), - [anon_sym_not_eq] = ACTIONS(6244), - [anon_sym_DASH_DASH] = ACTIONS(6246), - [anon_sym_PLUS_PLUS] = ACTIONS(6246), - [anon_sym_DOT] = ACTIONS(6244), - [anon_sym_DOT_STAR] = ACTIONS(6246), - [anon_sym_DASH_GT] = ACTIONS(6246), - [sym_comment] = ACTIONS(3), - }, - [2326] = { - [sym_identifier] = ACTIONS(5666), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5668), - [anon_sym_COMMA] = ACTIONS(5668), - [anon_sym_LPAREN2] = ACTIONS(5668), - [anon_sym_DASH] = ACTIONS(5666), - [anon_sym_PLUS] = ACTIONS(5666), - [anon_sym_STAR] = ACTIONS(5666), - [anon_sym_SLASH] = ACTIONS(5666), - [anon_sym_PERCENT] = ACTIONS(5666), - [anon_sym_PIPE_PIPE] = ACTIONS(5668), - [anon_sym_AMP_AMP] = ACTIONS(5668), - [anon_sym_PIPE] = ACTIONS(5666), - [anon_sym_CARET] = ACTIONS(5666), - [anon_sym_AMP] = ACTIONS(5666), - [anon_sym_EQ_EQ] = ACTIONS(5668), - [anon_sym_BANG_EQ] = ACTIONS(5668), - [anon_sym_GT] = ACTIONS(5666), - [anon_sym_GT_EQ] = ACTIONS(5668), - [anon_sym_LT_EQ] = ACTIONS(5666), - [anon_sym_LT] = ACTIONS(5666), - [anon_sym_LT_LT] = ACTIONS(5666), - [anon_sym_GT_GT] = ACTIONS(5666), - [anon_sym_SEMI] = ACTIONS(5668), - [anon_sym___attribute__] = ACTIONS(5666), - [anon_sym___attribute] = ACTIONS(5666), - [anon_sym_LBRACK] = ACTIONS(5668), - [anon_sym_EQ] = ACTIONS(5666), - [anon_sym_QMARK] = ACTIONS(5668), - [anon_sym_STAR_EQ] = ACTIONS(5668), - [anon_sym_SLASH_EQ] = ACTIONS(5668), - [anon_sym_PERCENT_EQ] = ACTIONS(5668), - [anon_sym_PLUS_EQ] = ACTIONS(5668), - [anon_sym_DASH_EQ] = ACTIONS(5668), - [anon_sym_LT_LT_EQ] = ACTIONS(5668), - [anon_sym_GT_GT_EQ] = ACTIONS(5668), - [anon_sym_AMP_EQ] = ACTIONS(5668), - [anon_sym_CARET_EQ] = ACTIONS(5668), - [anon_sym_PIPE_EQ] = ACTIONS(5668), - [anon_sym_and_eq] = ACTIONS(5666), - [anon_sym_or_eq] = ACTIONS(5666), - [anon_sym_xor_eq] = ACTIONS(5666), - [anon_sym_LT_EQ_GT] = ACTIONS(5668), - [anon_sym_or] = ACTIONS(5666), - [anon_sym_and] = ACTIONS(5666), - [anon_sym_bitor] = ACTIONS(5666), - [anon_sym_xor] = ACTIONS(5666), - [anon_sym_bitand] = ACTIONS(5666), - [anon_sym_not_eq] = ACTIONS(5666), - [anon_sym_DASH_DASH] = ACTIONS(5668), - [anon_sym_PLUS_PLUS] = ACTIONS(5668), - [anon_sym_DOT] = ACTIONS(5666), - [anon_sym_DOT_STAR] = ACTIONS(5668), - [anon_sym_DASH_GT] = ACTIONS(5668), - [anon_sym_L_DQUOTE] = ACTIONS(5668), - [anon_sym_u_DQUOTE] = ACTIONS(5668), - [anon_sym_U_DQUOTE] = ACTIONS(5668), - [anon_sym_u8_DQUOTE] = ACTIONS(5668), - [anon_sym_DQUOTE] = ACTIONS(5668), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5668), - [anon_sym_LR_DQUOTE] = ACTIONS(5668), - [anon_sym_uR_DQUOTE] = ACTIONS(5668), - [anon_sym_UR_DQUOTE] = ACTIONS(5668), - [anon_sym_u8R_DQUOTE] = ACTIONS(5668), - [sym_literal_suffix] = ACTIONS(5666), - }, - [2327] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2320), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5593), - [anon_sym_COMMA] = ACTIONS(5593), - [anon_sym_RPAREN] = ACTIONS(5593), - [anon_sym_LPAREN2] = ACTIONS(5593), - [anon_sym_DASH] = ACTIONS(5591), - [anon_sym_PLUS] = ACTIONS(5591), - [anon_sym_STAR] = ACTIONS(5591), - [anon_sym_SLASH] = ACTIONS(5591), - [anon_sym_PERCENT] = ACTIONS(5591), - [anon_sym_PIPE_PIPE] = ACTIONS(5593), - [anon_sym_AMP_AMP] = ACTIONS(5593), - [anon_sym_PIPE] = ACTIONS(5591), - [anon_sym_CARET] = ACTIONS(5591), - [anon_sym_AMP] = ACTIONS(5591), - [anon_sym_EQ_EQ] = ACTIONS(5593), - [anon_sym_BANG_EQ] = ACTIONS(5593), - [anon_sym_GT] = ACTIONS(5591), - [anon_sym_GT_EQ] = ACTIONS(5593), - [anon_sym_LT_EQ] = ACTIONS(5591), - [anon_sym_LT] = ACTIONS(5591), - [anon_sym_LT_LT] = ACTIONS(5591), - [anon_sym_GT_GT] = ACTIONS(5591), - [anon_sym_SEMI] = ACTIONS(5593), - [anon_sym___attribute__] = ACTIONS(5593), - [anon_sym___attribute] = ACTIONS(5591), - [anon_sym_LBRACE] = ACTIONS(5593), - [anon_sym_RBRACE] = ACTIONS(5593), - [anon_sym_signed] = ACTIONS(6248), - [anon_sym_unsigned] = ACTIONS(6248), - [anon_sym_long] = ACTIONS(6248), - [anon_sym_short] = ACTIONS(6248), - [anon_sym_LBRACK] = ACTIONS(5593), - [anon_sym_RBRACK] = ACTIONS(5593), - [anon_sym_EQ] = ACTIONS(5591), - [anon_sym_COLON] = ACTIONS(5593), - [anon_sym_QMARK] = ACTIONS(5593), - [anon_sym_STAR_EQ] = ACTIONS(5593), - [anon_sym_SLASH_EQ] = ACTIONS(5593), - [anon_sym_PERCENT_EQ] = ACTIONS(5593), - [anon_sym_PLUS_EQ] = ACTIONS(5593), - [anon_sym_DASH_EQ] = ACTIONS(5593), - [anon_sym_LT_LT_EQ] = ACTIONS(5593), - [anon_sym_GT_GT_EQ] = ACTIONS(5593), - [anon_sym_AMP_EQ] = ACTIONS(5593), - [anon_sym_CARET_EQ] = ACTIONS(5593), - [anon_sym_PIPE_EQ] = ACTIONS(5593), - [anon_sym_and_eq] = ACTIONS(5593), - [anon_sym_or_eq] = ACTIONS(5593), - [anon_sym_xor_eq] = ACTIONS(5593), - [anon_sym_LT_EQ_GT] = ACTIONS(5593), - [anon_sym_or] = ACTIONS(5591), - [anon_sym_and] = ACTIONS(5591), - [anon_sym_bitor] = ACTIONS(5593), - [anon_sym_xor] = ACTIONS(5591), - [anon_sym_bitand] = ACTIONS(5593), - [anon_sym_not_eq] = ACTIONS(5593), - [anon_sym_DASH_DASH] = ACTIONS(5593), - [anon_sym_PLUS_PLUS] = ACTIONS(5593), - [anon_sym_DOT] = ACTIONS(5591), - [anon_sym_DOT_STAR] = ACTIONS(5593), - [anon_sym_DASH_GT] = ACTIONS(5593), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5593), - [anon_sym_decltype] = ACTIONS(5593), - }, - [2328] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), - [anon_sym_COMMA] = ACTIONS(5742), - [anon_sym_RPAREN] = ACTIONS(5742), - [anon_sym_LPAREN2] = ACTIONS(5742), - [anon_sym_DASH] = ACTIONS(5744), - [anon_sym_PLUS] = ACTIONS(5744), - [anon_sym_STAR] = ACTIONS(5744), - [anon_sym_SLASH] = ACTIONS(5744), - [anon_sym_PERCENT] = ACTIONS(5744), - [anon_sym_PIPE_PIPE] = ACTIONS(5742), - [anon_sym_AMP_AMP] = ACTIONS(5742), - [anon_sym_PIPE] = ACTIONS(5744), - [anon_sym_CARET] = ACTIONS(5744), - [anon_sym_AMP] = ACTIONS(5744), - [anon_sym_EQ_EQ] = ACTIONS(5742), - [anon_sym_BANG_EQ] = ACTIONS(5742), - [anon_sym_GT] = ACTIONS(5744), - [anon_sym_GT_EQ] = ACTIONS(5742), - [anon_sym_LT_EQ] = ACTIONS(5744), - [anon_sym_LT] = ACTIONS(5744), - [anon_sym_LT_LT] = ACTIONS(5744), - [anon_sym_GT_GT] = ACTIONS(5744), - [anon_sym_SEMI] = ACTIONS(5742), - [anon_sym___attribute__] = ACTIONS(5742), - [anon_sym___attribute] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(5742), - [anon_sym_RBRACE] = ACTIONS(5742), - [anon_sym_signed] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(5742), - [anon_sym_RBRACK] = ACTIONS(5742), - [anon_sym_EQ] = ACTIONS(5744), - [anon_sym_COLON] = ACTIONS(5742), - [anon_sym_QMARK] = ACTIONS(5742), - [anon_sym_STAR_EQ] = ACTIONS(5742), - [anon_sym_SLASH_EQ] = ACTIONS(5742), - [anon_sym_PERCENT_EQ] = ACTIONS(5742), - [anon_sym_PLUS_EQ] = ACTIONS(5742), - [anon_sym_DASH_EQ] = ACTIONS(5742), - [anon_sym_LT_LT_EQ] = ACTIONS(5742), - [anon_sym_GT_GT_EQ] = ACTIONS(5742), - [anon_sym_AMP_EQ] = ACTIONS(5742), - [anon_sym_CARET_EQ] = ACTIONS(5742), - [anon_sym_PIPE_EQ] = ACTIONS(5742), - [anon_sym_and_eq] = ACTIONS(5742), - [anon_sym_or_eq] = ACTIONS(5742), - [anon_sym_xor_eq] = ACTIONS(5742), - [anon_sym_LT_EQ_GT] = ACTIONS(5742), - [anon_sym_or] = ACTIONS(5744), - [anon_sym_and] = ACTIONS(5744), - [anon_sym_bitor] = ACTIONS(5742), - [anon_sym_xor] = ACTIONS(5744), - [anon_sym_bitand] = ACTIONS(5742), - [anon_sym_not_eq] = ACTIONS(5742), - [anon_sym_DASH_DASH] = ACTIONS(5742), - [anon_sym_PLUS_PLUS] = ACTIONS(5742), - [anon_sym_DOT] = ACTIONS(5744), - [anon_sym_DOT_STAR] = ACTIONS(5742), - [anon_sym_DASH_GT] = ACTIONS(5742), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5742), - [anon_sym_decltype] = ACTIONS(5742), - }, - [2329] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2320), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5441), - [anon_sym_COMMA] = ACTIONS(5441), - [anon_sym_RPAREN] = ACTIONS(5441), - [anon_sym_LPAREN2] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5439), - [anon_sym_PLUS] = ACTIONS(5439), - [anon_sym_STAR] = ACTIONS(5439), - [anon_sym_SLASH] = ACTIONS(5439), - [anon_sym_PERCENT] = ACTIONS(5439), - [anon_sym_PIPE_PIPE] = ACTIONS(5441), - [anon_sym_AMP_AMP] = ACTIONS(5441), - [anon_sym_PIPE] = ACTIONS(5439), - [anon_sym_CARET] = ACTIONS(5439), - [anon_sym_AMP] = ACTIONS(5439), - [anon_sym_EQ_EQ] = ACTIONS(5441), - [anon_sym_BANG_EQ] = ACTIONS(5441), - [anon_sym_GT] = ACTIONS(5439), - [anon_sym_GT_EQ] = ACTIONS(5441), - [anon_sym_LT_EQ] = ACTIONS(5439), - [anon_sym_LT] = ACTIONS(5439), - [anon_sym_LT_LT] = ACTIONS(5439), - [anon_sym_GT_GT] = ACTIONS(5439), - [anon_sym_SEMI] = ACTIONS(5441), - [anon_sym___attribute__] = ACTIONS(5441), - [anon_sym___attribute] = ACTIONS(5439), - [anon_sym_LBRACE] = ACTIONS(5441), - [anon_sym_RBRACE] = ACTIONS(5441), - [anon_sym_signed] = ACTIONS(6248), - [anon_sym_unsigned] = ACTIONS(6248), - [anon_sym_long] = ACTIONS(6248), - [anon_sym_short] = ACTIONS(6248), - [anon_sym_LBRACK] = ACTIONS(5441), - [anon_sym_RBRACK] = ACTIONS(5441), - [anon_sym_EQ] = ACTIONS(5439), - [anon_sym_COLON] = ACTIONS(5441), - [anon_sym_QMARK] = ACTIONS(5441), - [anon_sym_STAR_EQ] = ACTIONS(5441), - [anon_sym_SLASH_EQ] = ACTIONS(5441), - [anon_sym_PERCENT_EQ] = ACTIONS(5441), - [anon_sym_PLUS_EQ] = ACTIONS(5441), - [anon_sym_DASH_EQ] = ACTIONS(5441), - [anon_sym_LT_LT_EQ] = ACTIONS(5441), - [anon_sym_GT_GT_EQ] = ACTIONS(5441), - [anon_sym_AMP_EQ] = ACTIONS(5441), - [anon_sym_CARET_EQ] = ACTIONS(5441), - [anon_sym_PIPE_EQ] = ACTIONS(5441), - [anon_sym_and_eq] = ACTIONS(5441), - [anon_sym_or_eq] = ACTIONS(5441), - [anon_sym_xor_eq] = ACTIONS(5441), - [anon_sym_LT_EQ_GT] = ACTIONS(5441), - [anon_sym_or] = ACTIONS(5439), - [anon_sym_and] = ACTIONS(5439), - [anon_sym_bitor] = ACTIONS(5441), - [anon_sym_xor] = ACTIONS(5439), - [anon_sym_bitand] = ACTIONS(5441), - [anon_sym_not_eq] = ACTIONS(5441), - [anon_sym_DASH_DASH] = ACTIONS(5441), - [anon_sym_PLUS_PLUS] = ACTIONS(5441), - [anon_sym_DOT] = ACTIONS(5439), - [anon_sym_DOT_STAR] = ACTIONS(5441), - [anon_sym_DASH_GT] = ACTIONS(5441), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5441), - [anon_sym_decltype] = ACTIONS(5441), - }, - [2330] = { - [sym_identifier] = ACTIONS(5662), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5664), - [anon_sym_COMMA] = ACTIONS(5664), - [anon_sym_LPAREN2] = ACTIONS(5664), - [anon_sym_DASH] = ACTIONS(5662), - [anon_sym_PLUS] = ACTIONS(5662), - [anon_sym_STAR] = ACTIONS(5662), - [anon_sym_SLASH] = ACTIONS(5662), - [anon_sym_PERCENT] = ACTIONS(5662), - [anon_sym_PIPE_PIPE] = ACTIONS(5664), - [anon_sym_AMP_AMP] = ACTIONS(5664), - [anon_sym_PIPE] = ACTIONS(5662), - [anon_sym_CARET] = ACTIONS(5662), - [anon_sym_AMP] = ACTIONS(5662), - [anon_sym_EQ_EQ] = ACTIONS(5664), - [anon_sym_BANG_EQ] = ACTIONS(5664), - [anon_sym_GT] = ACTIONS(5662), - [anon_sym_GT_EQ] = ACTIONS(5664), - [anon_sym_LT_EQ] = ACTIONS(5662), - [anon_sym_LT] = ACTIONS(5662), - [anon_sym_LT_LT] = ACTIONS(5662), - [anon_sym_GT_GT] = ACTIONS(5662), - [anon_sym_SEMI] = ACTIONS(5664), - [anon_sym___attribute__] = ACTIONS(5662), - [anon_sym___attribute] = ACTIONS(5662), - [anon_sym_LBRACK] = ACTIONS(5664), - [anon_sym_EQ] = ACTIONS(5662), - [anon_sym_QMARK] = ACTIONS(5664), - [anon_sym_STAR_EQ] = ACTIONS(5664), - [anon_sym_SLASH_EQ] = ACTIONS(5664), - [anon_sym_PERCENT_EQ] = ACTIONS(5664), - [anon_sym_PLUS_EQ] = ACTIONS(5664), - [anon_sym_DASH_EQ] = ACTIONS(5664), - [anon_sym_LT_LT_EQ] = ACTIONS(5664), - [anon_sym_GT_GT_EQ] = ACTIONS(5664), - [anon_sym_AMP_EQ] = ACTIONS(5664), - [anon_sym_CARET_EQ] = ACTIONS(5664), - [anon_sym_PIPE_EQ] = ACTIONS(5664), - [anon_sym_and_eq] = ACTIONS(5662), - [anon_sym_or_eq] = ACTIONS(5662), - [anon_sym_xor_eq] = ACTIONS(5662), - [anon_sym_LT_EQ_GT] = ACTIONS(5664), - [anon_sym_or] = ACTIONS(5662), - [anon_sym_and] = ACTIONS(5662), - [anon_sym_bitor] = ACTIONS(5662), - [anon_sym_xor] = ACTIONS(5662), - [anon_sym_bitand] = ACTIONS(5662), - [anon_sym_not_eq] = ACTIONS(5662), - [anon_sym_DASH_DASH] = ACTIONS(5664), - [anon_sym_PLUS_PLUS] = ACTIONS(5664), - [anon_sym_DOT] = ACTIONS(5662), - [anon_sym_DOT_STAR] = ACTIONS(5664), - [anon_sym_DASH_GT] = ACTIONS(5664), - [anon_sym_L_DQUOTE] = ACTIONS(5664), - [anon_sym_u_DQUOTE] = ACTIONS(5664), - [anon_sym_U_DQUOTE] = ACTIONS(5664), - [anon_sym_u8_DQUOTE] = ACTIONS(5664), - [anon_sym_DQUOTE] = ACTIONS(5664), - [sym_comment] = ACTIONS(3), - [anon_sym_R_DQUOTE] = ACTIONS(5664), - [anon_sym_LR_DQUOTE] = ACTIONS(5664), - [anon_sym_uR_DQUOTE] = ACTIONS(5664), - [anon_sym_UR_DQUOTE] = ACTIONS(5664), - [anon_sym_u8R_DQUOTE] = ACTIONS(5664), - [sym_literal_suffix] = ACTIONS(5662), + [sym_auto] = ACTIONS(6223), + [anon_sym_decltype] = ACTIONS(6225), + [anon_sym_template] = ACTIONS(6248), + [anon_sym_GT2] = ACTIONS(6250), + [anon_sym_operator] = ACTIONS(6248), }, [2331] = { - [sym_attribute_specifier] = STATE(2205), - [sym_enumerator_list] = STATE(2171), - [sym__enum_base_clause] = STATE(2148), - [sym_identifier] = ACTIONS(6250), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6252), - [anon_sym_COMMA] = ACTIONS(6252), - [aux_sym_preproc_if_token2] = ACTIONS(6252), - [aux_sym_preproc_else_token1] = ACTIONS(6252), - [aux_sym_preproc_elif_token1] = ACTIONS(6250), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6252), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6252), - [anon_sym_LPAREN2] = ACTIONS(6252), - [anon_sym_DASH] = ACTIONS(6250), - [anon_sym_PLUS] = ACTIONS(6250), - [anon_sym_STAR] = ACTIONS(6250), - [anon_sym_SLASH] = ACTIONS(6250), - [anon_sym_PERCENT] = ACTIONS(6250), - [anon_sym_PIPE_PIPE] = ACTIONS(6252), - [anon_sym_AMP_AMP] = ACTIONS(6252), - [anon_sym_PIPE] = ACTIONS(6250), - [anon_sym_CARET] = ACTIONS(6250), - [anon_sym_AMP] = ACTIONS(6250), - [anon_sym_EQ_EQ] = ACTIONS(6252), - [anon_sym_BANG_EQ] = ACTIONS(6252), - [anon_sym_GT] = ACTIONS(6250), - [anon_sym_GT_EQ] = ACTIONS(6252), - [anon_sym_LT_EQ] = ACTIONS(6250), - [anon_sym_LT] = ACTIONS(6250), - [anon_sym_LT_LT] = ACTIONS(6250), - [anon_sym_GT_GT] = ACTIONS(6250), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5927), - [anon_sym_LBRACK] = ACTIONS(6252), - [anon_sym_EQ] = ACTIONS(6250), - [anon_sym_COLON] = ACTIONS(6254), - [anon_sym_QMARK] = ACTIONS(6252), - [anon_sym_STAR_EQ] = ACTIONS(6252), - [anon_sym_SLASH_EQ] = ACTIONS(6252), - [anon_sym_PERCENT_EQ] = ACTIONS(6252), - [anon_sym_PLUS_EQ] = ACTIONS(6252), - [anon_sym_DASH_EQ] = ACTIONS(6252), - [anon_sym_LT_LT_EQ] = ACTIONS(6252), - [anon_sym_GT_GT_EQ] = ACTIONS(6252), - [anon_sym_AMP_EQ] = ACTIONS(6252), - [anon_sym_CARET_EQ] = ACTIONS(6252), - [anon_sym_PIPE_EQ] = ACTIONS(6252), - [anon_sym_and_eq] = ACTIONS(6250), - [anon_sym_or_eq] = ACTIONS(6250), - [anon_sym_xor_eq] = ACTIONS(6250), - [anon_sym_LT_EQ_GT] = ACTIONS(6252), - [anon_sym_or] = ACTIONS(6250), - [anon_sym_and] = ACTIONS(6250), - [anon_sym_bitor] = ACTIONS(6250), - [anon_sym_xor] = ACTIONS(6250), - [anon_sym_bitand] = ACTIONS(6250), - [anon_sym_not_eq] = ACTIONS(6250), - [anon_sym_DASH_DASH] = ACTIONS(6252), - [anon_sym_PLUS_PLUS] = ACTIONS(6252), - [anon_sym_DOT] = ACTIONS(6250), - [anon_sym_DOT_STAR] = ACTIONS(6252), - [anon_sym_DASH_GT] = ACTIONS(6252), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6250), - [anon_sym_decltype] = ACTIONS(6250), + [sym_identifier] = ACTIONS(5395), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5397), + [anon_sym_COMMA] = ACTIONS(5397), + [anon_sym_RPAREN] = ACTIONS(5397), + [anon_sym_LPAREN2] = ACTIONS(5397), + [anon_sym_TILDE] = ACTIONS(5397), + [anon_sym_STAR] = ACTIONS(5397), + [anon_sym_AMP_AMP] = ACTIONS(5397), + [anon_sym_AMP] = ACTIONS(5395), + [anon_sym_SEMI] = ACTIONS(5397), + [anon_sym___extension__] = ACTIONS(5395), + [anon_sym_virtual] = ACTIONS(5395), + [anon_sym_extern] = ACTIONS(5395), + [anon_sym___attribute__] = ACTIONS(5395), + [anon_sym___attribute] = ACTIONS(5395), + [anon_sym_COLON_COLON] = ACTIONS(5397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(5397), + [anon_sym___declspec] = ACTIONS(5395), + [anon_sym___based] = ACTIONS(5395), + [anon_sym___cdecl] = ACTIONS(5395), + [anon_sym___clrcall] = ACTIONS(5395), + [anon_sym___stdcall] = ACTIONS(5395), + [anon_sym___fastcall] = ACTIONS(5395), + [anon_sym___thiscall] = ACTIONS(5395), + [anon_sym___vectorcall] = ACTIONS(5395), + [anon_sym_LBRACE] = ACTIONS(5397), + [anon_sym_LBRACK] = ACTIONS(5395), + [anon_sym_static] = ACTIONS(5395), + [anon_sym_EQ] = ACTIONS(5397), + [anon_sym_register] = ACTIONS(5395), + [anon_sym_inline] = ACTIONS(5395), + [anon_sym___inline] = ACTIONS(5395), + [anon_sym___inline__] = ACTIONS(5395), + [anon_sym___forceinline] = ACTIONS(5395), + [anon_sym_thread_local] = ACTIONS(5395), + [anon_sym___thread] = ACTIONS(5395), + [anon_sym_const] = ACTIONS(5395), + [anon_sym_constexpr] = ACTIONS(5395), + [anon_sym_volatile] = ACTIONS(5395), + [anon_sym_restrict] = ACTIONS(5395), + [anon_sym___restrict__] = ACTIONS(5395), + [anon_sym__Atomic] = ACTIONS(5395), + [anon_sym__Noreturn] = ACTIONS(5395), + [anon_sym_noreturn] = ACTIONS(5395), + [anon_sym__Nonnull] = ACTIONS(5395), + [anon_sym_mutable] = ACTIONS(5395), + [anon_sym_constinit] = ACTIONS(5395), + [anon_sym_consteval] = ACTIONS(5395), + [anon_sym_PROGMEM] = ACTIONS(5395), + [anon_sym_alignas] = ACTIONS(5395), + [anon_sym__Alignas] = ACTIONS(5395), + [anon_sym_COLON] = ACTIONS(5395), + [anon_sym_asm] = ACTIONS(5395), + [anon_sym___asm__] = ACTIONS(5395), + [anon_sym___asm] = ACTIONS(5395), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5395), + [anon_sym_decltype] = ACTIONS(5395), + [anon_sym_final] = ACTIONS(5395), + [anon_sym_override] = ACTIONS(5395), + [anon_sym_template] = ACTIONS(5395), + [anon_sym_GT2] = ACTIONS(5397), + [anon_sym_operator] = ACTIONS(5395), + [anon_sym_try] = ACTIONS(5395), + [anon_sym_requires] = ACTIONS(5395), }, [2332] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(5559), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_LPAREN2] = ACTIONS(5559), - [anon_sym_DASH] = ACTIONS(5557), - [anon_sym_PLUS] = ACTIONS(5557), - [anon_sym_STAR] = ACTIONS(5559), - [anon_sym_SLASH] = ACTIONS(5557), - [anon_sym_PERCENT] = ACTIONS(5559), - [anon_sym_PIPE_PIPE] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_PIPE] = ACTIONS(5557), - [anon_sym_CARET] = ACTIONS(5559), - [anon_sym_AMP] = ACTIONS(5557), - [anon_sym_EQ_EQ] = ACTIONS(5559), - [anon_sym_BANG_EQ] = ACTIONS(5559), - [anon_sym_GT] = ACTIONS(5557), - [anon_sym_GT_EQ] = ACTIONS(5557), - [anon_sym_LT_EQ] = ACTIONS(5557), - [anon_sym_LT] = ACTIONS(5557), - [anon_sym_LT_LT] = ACTIONS(5559), - [anon_sym_GT_GT] = ACTIONS(5557), - [anon_sym___extension__] = ACTIONS(5559), - [anon_sym___attribute__] = ACTIONS(5559), - [anon_sym___attribute] = ACTIONS(5557), - [anon_sym_LBRACE] = ACTIONS(5559), - [anon_sym_signed] = ACTIONS(5559), - [anon_sym_unsigned] = ACTIONS(5559), - [anon_sym_long] = ACTIONS(5559), - [anon_sym_short] = ACTIONS(5559), - [anon_sym_LBRACK] = ACTIONS(5559), - [anon_sym_const] = ACTIONS(5557), - [anon_sym_constexpr] = ACTIONS(5559), - [anon_sym_volatile] = ACTIONS(5559), - [anon_sym_restrict] = ACTIONS(5559), - [anon_sym___restrict__] = ACTIONS(5559), - [anon_sym__Atomic] = ACTIONS(5559), - [anon_sym__Noreturn] = ACTIONS(5559), - [anon_sym_noreturn] = ACTIONS(5559), - [anon_sym__Nonnull] = ACTIONS(5559), - [anon_sym_mutable] = ACTIONS(5559), - [anon_sym_constinit] = ACTIONS(5559), - [anon_sym_consteval] = ACTIONS(5559), - [anon_sym_PROGMEM] = ACTIONS(5559), - [anon_sym_alignas] = ACTIONS(5559), - [anon_sym__Alignas] = ACTIONS(5559), - [anon_sym_QMARK] = ACTIONS(5559), - [anon_sym_LT_EQ_GT] = ACTIONS(5559), - [anon_sym_or] = ACTIONS(5559), - [anon_sym_and] = ACTIONS(5559), - [anon_sym_bitor] = ACTIONS(5559), - [anon_sym_xor] = ACTIONS(5559), - [anon_sym_bitand] = ACTIONS(5559), - [anon_sym_not_eq] = ACTIONS(5559), - [anon_sym_DASH_DASH] = ACTIONS(5559), - [anon_sym_PLUS_PLUS] = ACTIONS(5559), - [anon_sym_DOT] = ACTIONS(5557), - [anon_sym_DOT_STAR] = ACTIONS(5559), - [anon_sym_DASH_GT] = ACTIONS(5559), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5559), - [anon_sym_decltype] = ACTIONS(5559), - [anon_sym_final] = ACTIONS(5559), - [anon_sym_override] = ACTIONS(5559), - [anon_sym_GT2] = ACTIONS(5559), - [anon_sym_requires] = ACTIONS(5559), + [sym_new_declarator] = STATE(2403), + [sym_identifier] = ACTIONS(6254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6256), + [anon_sym_COMMA] = ACTIONS(6256), + [anon_sym_RPAREN] = ACTIONS(6256), + [aux_sym_preproc_if_token2] = ACTIONS(6256), + [aux_sym_preproc_else_token1] = ACTIONS(6256), + [aux_sym_preproc_elif_token1] = ACTIONS(6254), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6256), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6256), + [anon_sym_LPAREN2] = ACTIONS(6256), + [anon_sym_DASH] = ACTIONS(6254), + [anon_sym_PLUS] = ACTIONS(6254), + [anon_sym_STAR] = ACTIONS(6254), + [anon_sym_SLASH] = ACTIONS(6254), + [anon_sym_PERCENT] = ACTIONS(6254), + [anon_sym_PIPE_PIPE] = ACTIONS(6256), + [anon_sym_AMP_AMP] = ACTIONS(6256), + [anon_sym_PIPE] = ACTIONS(6254), + [anon_sym_CARET] = ACTIONS(6254), + [anon_sym_AMP] = ACTIONS(6254), + [anon_sym_EQ_EQ] = ACTIONS(6256), + [anon_sym_BANG_EQ] = ACTIONS(6256), + [anon_sym_GT] = ACTIONS(6254), + [anon_sym_GT_EQ] = ACTIONS(6256), + [anon_sym_LT_EQ] = ACTIONS(6254), + [anon_sym_LT] = ACTIONS(6254), + [anon_sym_LT_LT] = ACTIONS(6254), + [anon_sym_GT_GT] = ACTIONS(6254), + [anon_sym_SEMI] = ACTIONS(6256), + [anon_sym___attribute__] = ACTIONS(6254), + [anon_sym___attribute] = ACTIONS(6254), + [anon_sym_LBRACE] = ACTIONS(6256), + [anon_sym_RBRACE] = ACTIONS(6256), + [anon_sym_LBRACK] = ACTIONS(5733), + [anon_sym_RBRACK] = ACTIONS(6256), + [anon_sym_EQ] = ACTIONS(6254), + [anon_sym_COLON] = ACTIONS(6256), + [anon_sym_QMARK] = ACTIONS(6256), + [anon_sym_STAR_EQ] = ACTIONS(6256), + [anon_sym_SLASH_EQ] = ACTIONS(6256), + [anon_sym_PERCENT_EQ] = ACTIONS(6256), + [anon_sym_PLUS_EQ] = ACTIONS(6256), + [anon_sym_DASH_EQ] = ACTIONS(6256), + [anon_sym_LT_LT_EQ] = ACTIONS(6256), + [anon_sym_GT_GT_EQ] = ACTIONS(6256), + [anon_sym_AMP_EQ] = ACTIONS(6256), + [anon_sym_CARET_EQ] = ACTIONS(6256), + [anon_sym_PIPE_EQ] = ACTIONS(6256), + [anon_sym_and_eq] = ACTIONS(6254), + [anon_sym_or_eq] = ACTIONS(6254), + [anon_sym_xor_eq] = ACTIONS(6254), + [anon_sym_LT_EQ_GT] = ACTIONS(6256), + [anon_sym_or] = ACTIONS(6254), + [anon_sym_and] = ACTIONS(6254), + [anon_sym_bitor] = ACTIONS(6254), + [anon_sym_xor] = ACTIONS(6254), + [anon_sym_bitand] = ACTIONS(6254), + [anon_sym_not_eq] = ACTIONS(6254), + [anon_sym_DASH_DASH] = ACTIONS(6256), + [anon_sym_PLUS_PLUS] = ACTIONS(6256), + [anon_sym_DOT] = ACTIONS(6254), + [anon_sym_DOT_STAR] = ACTIONS(6256), + [anon_sym_DASH_GT] = ACTIONS(6256), + [sym_comment] = ACTIONS(3), }, [2333] = { - [sym_attribute_specifier] = STATE(2254), - [sym_enumerator_list] = STATE(2158), - [sym__enum_base_clause] = STATE(2149), - [sym_identifier] = ACTIONS(6256), - [anon_sym_DOT_DOT_DOT] = ACTIONS(6258), - [anon_sym_COMMA] = ACTIONS(6258), - [aux_sym_preproc_if_token2] = ACTIONS(6258), - [aux_sym_preproc_else_token1] = ACTIONS(6258), - [aux_sym_preproc_elif_token1] = ACTIONS(6256), - [aux_sym_preproc_elifdef_token1] = ACTIONS(6258), - [aux_sym_preproc_elifdef_token2] = ACTIONS(6258), - [anon_sym_LPAREN2] = ACTIONS(6258), - [anon_sym_DASH] = ACTIONS(6256), - [anon_sym_PLUS] = ACTIONS(6256), - [anon_sym_STAR] = ACTIONS(6256), - [anon_sym_SLASH] = ACTIONS(6256), - [anon_sym_PERCENT] = ACTIONS(6256), - [anon_sym_PIPE_PIPE] = ACTIONS(6258), - [anon_sym_AMP_AMP] = ACTIONS(6258), - [anon_sym_PIPE] = ACTIONS(6256), - [anon_sym_CARET] = ACTIONS(6256), - [anon_sym_AMP] = ACTIONS(6256), - [anon_sym_EQ_EQ] = ACTIONS(6258), - [anon_sym_BANG_EQ] = ACTIONS(6258), - [anon_sym_GT] = ACTIONS(6256), - [anon_sym_GT_EQ] = ACTIONS(6258), - [anon_sym_LT_EQ] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(6256), - [anon_sym_LT_LT] = ACTIONS(6256), - [anon_sym_GT_GT] = ACTIONS(6256), - [anon_sym___attribute__] = ACTIONS(5654), - [anon_sym___attribute] = ACTIONS(5654), - [anon_sym_LBRACE] = ACTIONS(5927), - [anon_sym_LBRACK] = ACTIONS(6258), - [anon_sym_EQ] = ACTIONS(6256), - [anon_sym_COLON] = ACTIONS(6254), - [anon_sym_QMARK] = ACTIONS(6258), - [anon_sym_STAR_EQ] = ACTIONS(6258), - [anon_sym_SLASH_EQ] = ACTIONS(6258), - [anon_sym_PERCENT_EQ] = ACTIONS(6258), - [anon_sym_PLUS_EQ] = ACTIONS(6258), - [anon_sym_DASH_EQ] = ACTIONS(6258), - [anon_sym_LT_LT_EQ] = ACTIONS(6258), - [anon_sym_GT_GT_EQ] = ACTIONS(6258), - [anon_sym_AMP_EQ] = ACTIONS(6258), - [anon_sym_CARET_EQ] = ACTIONS(6258), - [anon_sym_PIPE_EQ] = ACTIONS(6258), - [anon_sym_and_eq] = ACTIONS(6256), - [anon_sym_or_eq] = ACTIONS(6256), - [anon_sym_xor_eq] = ACTIONS(6256), - [anon_sym_LT_EQ_GT] = ACTIONS(6258), - [anon_sym_or] = ACTIONS(6256), - [anon_sym_and] = ACTIONS(6256), - [anon_sym_bitor] = ACTIONS(6256), - [anon_sym_xor] = ACTIONS(6256), - [anon_sym_bitand] = ACTIONS(6256), - [anon_sym_not_eq] = ACTIONS(6256), - [anon_sym_DASH_DASH] = ACTIONS(6258), - [anon_sym_PLUS_PLUS] = ACTIONS(6258), - [anon_sym_DOT] = ACTIONS(6256), - [anon_sym_DOT_STAR] = ACTIONS(6258), - [anon_sym_DASH_GT] = ACTIONS(6258), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(6256), - [anon_sym_decltype] = ACTIONS(6256), + [sym_string_literal] = STATE(2155), + [sym_raw_string_literal] = STATE(2155), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5825), + [anon_sym_COMMA] = ACTIONS(5825), + [anon_sym_RPAREN] = ACTIONS(5825), + [anon_sym_LPAREN2] = ACTIONS(5825), + [anon_sym_DASH] = ACTIONS(5823), + [anon_sym_PLUS] = ACTIONS(5823), + [anon_sym_STAR] = ACTIONS(5823), + [anon_sym_SLASH] = ACTIONS(5823), + [anon_sym_PERCENT] = ACTIONS(5823), + [anon_sym_PIPE_PIPE] = ACTIONS(5825), + [anon_sym_AMP_AMP] = ACTIONS(5825), + [anon_sym_PIPE] = ACTIONS(5823), + [anon_sym_CARET] = ACTIONS(5823), + [anon_sym_AMP] = ACTIONS(5823), + [anon_sym_EQ_EQ] = ACTIONS(5825), + [anon_sym_BANG_EQ] = ACTIONS(5825), + [anon_sym_GT] = ACTIONS(5823), + [anon_sym_GT_EQ] = ACTIONS(5825), + [anon_sym_LT_EQ] = ACTIONS(5823), + [anon_sym_LT] = ACTIONS(5823), + [anon_sym_LT_LT] = ACTIONS(5823), + [anon_sym_GT_GT] = ACTIONS(5823), + [anon_sym_LBRACK] = ACTIONS(5825), + [anon_sym_EQ] = ACTIONS(5823), + [anon_sym_QMARK] = ACTIONS(5825), + [anon_sym_STAR_EQ] = ACTIONS(5825), + [anon_sym_SLASH_EQ] = ACTIONS(5825), + [anon_sym_PERCENT_EQ] = ACTIONS(5825), + [anon_sym_PLUS_EQ] = ACTIONS(5825), + [anon_sym_DASH_EQ] = ACTIONS(5825), + [anon_sym_LT_LT_EQ] = ACTIONS(5825), + [anon_sym_GT_GT_EQ] = ACTIONS(5825), + [anon_sym_AMP_EQ] = ACTIONS(5825), + [anon_sym_CARET_EQ] = ACTIONS(5825), + [anon_sym_PIPE_EQ] = ACTIONS(5825), + [anon_sym_and_eq] = ACTIONS(5823), + [anon_sym_or_eq] = ACTIONS(5823), + [anon_sym_xor_eq] = ACTIONS(5823), + [anon_sym_LT_EQ_GT] = ACTIONS(5825), + [anon_sym_or] = ACTIONS(5823), + [anon_sym_and] = ACTIONS(5823), + [anon_sym_bitor] = ACTIONS(5823), + [anon_sym_xor] = ACTIONS(5823), + [anon_sym_bitand] = ACTIONS(5823), + [anon_sym_not_eq] = ACTIONS(5823), + [anon_sym_DASH_DASH] = ACTIONS(5825), + [anon_sym_PLUS_PLUS] = ACTIONS(5825), + [anon_sym_DOT] = ACTIONS(5823), + [anon_sym_DOT_STAR] = ACTIONS(5825), + [anon_sym_DASH_GT] = ACTIONS(5823), + [anon_sym_L_DQUOTE] = ACTIONS(4916), + [anon_sym_u_DQUOTE] = ACTIONS(4916), + [anon_sym_U_DQUOTE] = ACTIONS(4916), + [anon_sym_u8_DQUOTE] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym_comment] = ACTIONS(3), + [anon_sym_R_DQUOTE] = ACTIONS(4918), + [anon_sym_LR_DQUOTE] = ACTIONS(4918), + [anon_sym_uR_DQUOTE] = ACTIONS(4918), + [anon_sym_UR_DQUOTE] = ACTIONS(4918), + [anon_sym_u8R_DQUOTE] = ACTIONS(4918), + [anon_sym_DASH_GT_STAR] = ACTIONS(5825), + [sym_literal_suffix] = ACTIONS(5823), }, [2334] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(2308), - [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), - [anon_sym_COMMA] = ACTIONS(5730), - [anon_sym_RPAREN] = ACTIONS(5730), - [anon_sym_LPAREN2] = ACTIONS(5730), - [anon_sym_DASH] = ACTIONS(5732), - [anon_sym_PLUS] = ACTIONS(5732), - [anon_sym_STAR] = ACTIONS(5732), - [anon_sym_SLASH] = ACTIONS(5732), - [anon_sym_PERCENT] = ACTIONS(5732), - [anon_sym_PIPE_PIPE] = ACTIONS(5730), - [anon_sym_AMP_AMP] = ACTIONS(5730), - [anon_sym_PIPE] = ACTIONS(5732), - [anon_sym_CARET] = ACTIONS(5732), - [anon_sym_AMP] = ACTIONS(5732), - [anon_sym_EQ_EQ] = ACTIONS(5730), - [anon_sym_BANG_EQ] = ACTIONS(5730), - [anon_sym_GT] = ACTIONS(5732), - [anon_sym_GT_EQ] = ACTIONS(5730), - [anon_sym_LT_EQ] = ACTIONS(5732), - [anon_sym_LT] = ACTIONS(5732), - [anon_sym_LT_LT] = ACTIONS(5732), - [anon_sym_GT_GT] = ACTIONS(5732), - [anon_sym_SEMI] = ACTIONS(5730), - [anon_sym___attribute__] = ACTIONS(5730), - [anon_sym___attribute] = ACTIONS(5732), - [anon_sym_LBRACE] = ACTIONS(5730), - [anon_sym_RBRACE] = ACTIONS(5730), - [anon_sym_signed] = ACTIONS(6260), - [anon_sym_unsigned] = ACTIONS(6260), - [anon_sym_long] = ACTIONS(6260), - [anon_sym_short] = ACTIONS(6260), - [anon_sym_LBRACK] = ACTIONS(5730), - [anon_sym_RBRACK] = ACTIONS(5730), - [anon_sym_EQ] = ACTIONS(5732), - [anon_sym_COLON] = ACTIONS(5730), - [anon_sym_QMARK] = ACTIONS(5730), - [anon_sym_STAR_EQ] = ACTIONS(5730), - [anon_sym_SLASH_EQ] = ACTIONS(5730), - [anon_sym_PERCENT_EQ] = ACTIONS(5730), - [anon_sym_PLUS_EQ] = ACTIONS(5730), - [anon_sym_DASH_EQ] = ACTIONS(5730), - [anon_sym_LT_LT_EQ] = ACTIONS(5730), - [anon_sym_GT_GT_EQ] = ACTIONS(5730), - [anon_sym_AMP_EQ] = ACTIONS(5730), - [anon_sym_CARET_EQ] = ACTIONS(5730), - [anon_sym_PIPE_EQ] = ACTIONS(5730), - [anon_sym_and_eq] = ACTIONS(5730), - [anon_sym_or_eq] = ACTIONS(5730), - [anon_sym_xor_eq] = ACTIONS(5730), - [anon_sym_LT_EQ_GT] = ACTIONS(5730), - [anon_sym_or] = ACTIONS(5732), - [anon_sym_and] = ACTIONS(5732), - [anon_sym_bitor] = ACTIONS(5730), - [anon_sym_xor] = ACTIONS(5732), - [anon_sym_bitand] = ACTIONS(5730), - [anon_sym_not_eq] = ACTIONS(5730), - [anon_sym_DASH_DASH] = ACTIONS(5730), - [anon_sym_PLUS_PLUS] = ACTIONS(5730), - [anon_sym_DOT] = ACTIONS(5732), - [anon_sym_DOT_STAR] = ACTIONS(5730), - [anon_sym_DASH_GT] = ACTIONS(5730), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(5730), - [anon_sym_decltype] = ACTIONS(5730), + [aux_sym_sized_type_specifier_repeat1] = STATE(2307), + [anon_sym_DOT_DOT_DOT] = ACTIONS(5604), + [anon_sym_COMMA] = ACTIONS(5604), + [anon_sym_RPAREN] = ACTIONS(5604), + [anon_sym_LPAREN2] = ACTIONS(5604), + [anon_sym_DASH] = ACTIONS(5602), + [anon_sym_PLUS] = ACTIONS(5602), + [anon_sym_STAR] = ACTIONS(5602), + [anon_sym_SLASH] = ACTIONS(5602), + [anon_sym_PERCENT] = ACTIONS(5602), + [anon_sym_PIPE_PIPE] = ACTIONS(5604), + [anon_sym_AMP_AMP] = ACTIONS(5604), + [anon_sym_PIPE] = ACTIONS(5602), + [anon_sym_CARET] = ACTIONS(5602), + [anon_sym_AMP] = ACTIONS(5602), + [anon_sym_EQ_EQ] = ACTIONS(5604), + [anon_sym_BANG_EQ] = ACTIONS(5604), + [anon_sym_GT] = ACTIONS(5602), + [anon_sym_GT_EQ] = ACTIONS(5604), + [anon_sym_LT_EQ] = ACTIONS(5602), + [anon_sym_LT] = ACTIONS(5602), + [anon_sym_LT_LT] = ACTIONS(5602), + [anon_sym_GT_GT] = ACTIONS(5602), + [anon_sym_SEMI] = ACTIONS(5604), + [anon_sym___attribute__] = ACTIONS(5604), + [anon_sym___attribute] = ACTIONS(5602), + [anon_sym_LBRACE] = ACTIONS(5604), + [anon_sym_RBRACE] = ACTIONS(5604), + [anon_sym_signed] = ACTIONS(6208), + [anon_sym_unsigned] = ACTIONS(6208), + [anon_sym_long] = ACTIONS(6208), + [anon_sym_short] = ACTIONS(6208), + [anon_sym_LBRACK] = ACTIONS(5604), + [anon_sym_RBRACK] = ACTIONS(5604), + [anon_sym_EQ] = ACTIONS(5602), + [anon_sym_COLON] = ACTIONS(5604), + [anon_sym_QMARK] = ACTIONS(5604), + [anon_sym_STAR_EQ] = ACTIONS(5604), + [anon_sym_SLASH_EQ] = ACTIONS(5604), + [anon_sym_PERCENT_EQ] = ACTIONS(5604), + [anon_sym_PLUS_EQ] = ACTIONS(5604), + [anon_sym_DASH_EQ] = ACTIONS(5604), + [anon_sym_LT_LT_EQ] = ACTIONS(5604), + [anon_sym_GT_GT_EQ] = ACTIONS(5604), + [anon_sym_AMP_EQ] = ACTIONS(5604), + [anon_sym_CARET_EQ] = ACTIONS(5604), + [anon_sym_PIPE_EQ] = ACTIONS(5604), + [anon_sym_and_eq] = ACTIONS(5604), + [anon_sym_or_eq] = ACTIONS(5604), + [anon_sym_xor_eq] = ACTIONS(5604), + [anon_sym_LT_EQ_GT] = ACTIONS(5604), + [anon_sym_or] = ACTIONS(5602), + [anon_sym_and] = ACTIONS(5602), + [anon_sym_bitor] = ACTIONS(5604), + [anon_sym_xor] = ACTIONS(5602), + [anon_sym_bitand] = ACTIONS(5604), + [anon_sym_not_eq] = ACTIONS(5604), + [anon_sym_DASH_DASH] = ACTIONS(5604), + [anon_sym_PLUS_PLUS] = ACTIONS(5604), + [anon_sym_DOT] = ACTIONS(5602), + [anon_sym_DOT_STAR] = ACTIONS(5604), + [anon_sym_DASH_GT] = ACTIONS(5604), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(5604), + [anon_sym_decltype] = ACTIONS(5604), }, [2335] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1872), - [sym_identifier] = ACTIONS(4996), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4999), - [anon_sym_COMMA] = ACTIONS(4999), - [anon_sym_RPAREN] = ACTIONS(4999), - [anon_sym_LPAREN2] = ACTIONS(4999), - [anon_sym_TILDE] = ACTIONS(4999), - [anon_sym_STAR] = ACTIONS(4999), - [anon_sym_AMP_AMP] = ACTIONS(4999), - [anon_sym_AMP] = ACTIONS(4996), - [anon_sym_SEMI] = ACTIONS(4999), - [anon_sym___extension__] = ACTIONS(4996), - [anon_sym_virtual] = ACTIONS(4996), - [anon_sym_extern] = ACTIONS(4996), - [anon_sym___attribute__] = ACTIONS(4996), - [anon_sym___attribute] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(4999), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4999), - [anon_sym___declspec] = ACTIONS(4996), - [anon_sym___based] = ACTIONS(4996), - [anon_sym___cdecl] = ACTIONS(4996), - [anon_sym___clrcall] = ACTIONS(4996), - [anon_sym___stdcall] = ACTIONS(4996), - [anon_sym___fastcall] = ACTIONS(4996), - [anon_sym___thiscall] = ACTIONS(4996), - [anon_sym___vectorcall] = ACTIONS(4996), - [anon_sym_LBRACE] = ACTIONS(4999), - [anon_sym_signed] = ACTIONS(5678), - [anon_sym_unsigned] = ACTIONS(5678), - [anon_sym_long] = ACTIONS(5678), - [anon_sym_short] = ACTIONS(5678), - [anon_sym_LBRACK] = ACTIONS(4996), - [anon_sym_static] = ACTIONS(4996), - [anon_sym_EQ] = ACTIONS(4999), - [anon_sym_register] = ACTIONS(4996), - [anon_sym_inline] = ACTIONS(4996), - [anon_sym___inline] = ACTIONS(4996), - [anon_sym___inline__] = ACTIONS(4996), - [anon_sym___forceinline] = ACTIONS(4996), - [anon_sym_thread_local] = ACTIONS(4996), - [anon_sym___thread] = ACTIONS(4996), - [anon_sym_const] = ACTIONS(4996), - [anon_sym_constexpr] = ACTIONS(4996), - [anon_sym_volatile] = ACTIONS(4996), - [anon_sym_restrict] = ACTIONS(4996), - [anon_sym___restrict__] = ACTIONS(4996), - [anon_sym__Atomic] = ACTIONS(4996), - [anon_sym__Noreturn] = ACTIONS(4996), - [anon_sym_noreturn] = ACTIONS(4996), - [anon_sym__Nonnull] = ACTIONS(4996), - [anon_sym_mutable] = ACTIONS(4996), - [anon_sym_constinit] = ACTIONS(4996), - [anon_sym_consteval] = ACTIONS(4996), - [anon_sym_PROGMEM] = ACTIONS(4996), - [anon_sym_alignas] = ACTIONS(4996), - [anon_sym__Alignas] = ACTIONS(4996), - [aux_sym_primitive_type_token1] = ACTIONS(4920), - [anon_sym_byte] = ACTIONS(4920), - [anon_sym_word] = ACTIONS(4920), - [sym_comment] = ACTIONS(3), - [sym_auto] = ACTIONS(4996), - [anon_sym_decltype] = ACTIONS(4996), - [anon_sym_template] = ACTIONS(4996), - [anon_sym_GT2] = ACTIONS(4999), - [anon_sym_operator] = ACTIONS(4996), + [sym_attribute_specifier] = STATE(2193), + [sym_enumerator_list] = STATE(2187), + [sym__enum_base_clause] = STATE(2143), + [sym_identifier] = ACTIONS(6258), + [anon_sym_DOT_DOT_DOT] = ACTIONS(6260), + [anon_sym_COMMA] = ACTIONS(6260), + [aux_sym_preproc_if_token2] = ACTIONS(6260), + [aux_sym_preproc_else_token1] = ACTIONS(6260), + [aux_sym_preproc_elif_token1] = ACTIONS(6258), + [aux_sym_preproc_elifdef_token1] = ACTIONS(6260), + [aux_sym_preproc_elifdef_token2] = ACTIONS(6260), + [anon_sym_LPAREN2] = ACTIONS(6260), + [anon_sym_DASH] = ACTIONS(6258), + [anon_sym_PLUS] = ACTIONS(6258), + [anon_sym_STAR] = ACTIONS(6258), + [anon_sym_SLASH] = ACTIONS(6258), + [anon_sym_PERCENT] = ACTIONS(6258), + [anon_sym_PIPE_PIPE] = ACTIONS(6260), + [anon_sym_AMP_AMP] = ACTIONS(6260), + [anon_sym_PIPE] = ACTIONS(6258), + [anon_sym_CARET] = ACTIONS(6258), + [anon_sym_AMP] = ACTIONS(6258), + [anon_sym_EQ_EQ] = ACTIONS(6260), + [anon_sym_BANG_EQ] = ACTIONS(6260), + [anon_sym_GT] = ACTIONS(6258), + [anon_sym_GT_EQ] = ACTIONS(6260), + [anon_sym_LT_EQ] = ACTIONS(6258), + [anon_sym_LT] = ACTIONS(6258), + [anon_sym_LT_LT] = ACTIONS(6258), + [anon_sym_GT_GT] = ACTIONS(6258), + [anon_sym___attribute__] = ACTIONS(5663), + [anon_sym___attribute] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(5891), + [anon_sym_LBRACK] = ACTIONS(6260), + [anon_sym_EQ] = ACTIONS(6258), + [anon_sym_COLON] = ACTIONS(6206), + [anon_sym_QMARK] = ACTIONS(6260), + [anon_sym_STAR_EQ] = ACTIONS(6260), + [anon_sym_SLASH_EQ] = ACTIONS(6260), + [anon_sym_PERCENT_EQ] = ACTIONS(6260), + [anon_sym_PLUS_EQ] = ACTIONS(6260), + [anon_sym_DASH_EQ] = ACTIONS(6260), + [anon_sym_LT_LT_EQ] = ACTIONS(6260), + [anon_sym_GT_GT_EQ] = ACTIONS(6260), + [anon_sym_AMP_EQ] = ACTIONS(6260), + [anon_sym_CARET_EQ] = ACTIONS(6260), + [anon_sym_PIPE_EQ] = ACTIONS(6260), + [anon_sym_and_eq] = ACTIONS(6258), + [anon_sym_or_eq] = ACTIONS(6258), + [anon_sym_xor_eq] = ACTIONS(6258), + [anon_sym_LT_EQ_GT] = ACTIONS(6260), + [anon_sym_or] = ACTIONS(6258), + [anon_sym_and] = ACTIONS(6258), + [anon_sym_bitor] = ACTIONS(6258), + [anon_sym_xor] = ACTIONS(6258), + [anon_sym_bitand] = ACTIONS(6258), + [anon_sym_not_eq] = ACTIONS(6258), + [anon_sym_DASH_DASH] = ACTIONS(6260), + [anon_sym_PLUS_PLUS] = ACTIONS(6260), + [anon_sym_DOT] = ACTIONS(6258), + [anon_sym_DOT_STAR] = ACTIONS(6260), + [anon_sym_DASH_GT] = ACTIONS(6260), + [sym_comment] = ACTIONS(3), + [sym_auto] = ACTIONS(6258), + [anon_sym_decltype] = ACTIONS(6258), }, }; @@ -296657,7 +296657,1029 @@ static const uint16_t ts_small_parse_table[] = { [0] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5579), 13, + ACTIONS(5480), 29, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(5482), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + 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_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [71] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5548), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5546), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [142] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5486), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5484), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [213] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5576), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5574), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [284] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5490), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5488), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [355] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6138), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5457), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6262), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6264), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [501] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5671), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5673), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [572] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5526), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5524), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [643] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6266), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6268), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [714] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6270), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6272), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [785] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6266), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6268), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [856] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6266), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6268), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [927] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6274), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6276), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [998] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6278), 28, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6280), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [1069] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5502), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -296671,7 +297693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5577), 50, + ACTIONS(5500), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -296722,94 +297744,289 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [71] = 11, + [1140] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6282), 27, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 12, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6284), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + 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_LT_EQ_GT, + [1225] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5647), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5649), 36, + anon_sym_DOT_DOT_DOT, + 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_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [1296] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5651), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5650), 41, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5653), 36, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [1367] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5655), 27, + 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___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5657), 36, + anon_sym_DOT_DOT_DOT, + 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_SEMI, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [158] = 5, + 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_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [1438] = 3, ACTIONS(3), 1, sym_comment, - STATE(2279), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6079), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5439), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5671), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -296823,6 +298040,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -296834,23 +298053,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5441), 30, + sym_literal_suffix, + ACTIONS(5673), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -296868,12 +298081,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [233] = 4, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [1509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6270), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 29, + ACTIONS(6294), 29, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -296903,7 +298124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6268), 33, + ACTIONS(6296), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -296918,6 +298139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, @@ -296937,10 +298159,486 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [306] = 3, + [1580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5516), 13, + ACTIONS(5580), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5578), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [1651] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5506), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5504), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [1722] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5600), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5598), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [1793] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5512), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5510), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [1864] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5608), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5606), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [1935] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5506), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5504), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [2006] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5476), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [2077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5506), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -296954,7 +298652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5514), 50, + ACTIONS(5504), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297005,10 +298703,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [377] = 3, + [2148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 27, + ACTIONS(6298), 29, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -297024,6 +298723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -297035,10 +298735,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5676), 36, + sym_identifier, + ACTIONS(6300), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -297046,7 +298751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -297063,20 +298771,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [448] = 3, + [2219] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5457), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5455), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [2290] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5556), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5554), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [2361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5567), 13, + ACTIONS(5560), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297090,7 +298924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5565), 50, + ACTIONS(5558), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297141,10 +298975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [519] = 3, + [2432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5500), 13, + ACTIONS(5564), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297158,7 +298992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5498), 50, + ACTIONS(5562), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297209,81 +299043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [590] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(2238), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(6145), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6147), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5834), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(5832), 27, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - [667] = 3, + [2503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5504), 13, + ACTIONS(5572), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297297,7 +299060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5502), 50, + ACTIONS(5570), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297348,218 +299111,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [738] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6272), 1, - sym_identifier, - STATE(2381), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4385), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4387), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5425), 23, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5423), 26, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [817] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6274), 29, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6276), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - 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_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [888] = 3, + [2574] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 27, - 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_EQ, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5672), 36, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [959] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5508), 13, + STATE(1577), 1, + sym_template_argument_list, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5929), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297568,12 +299136,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5506), 50, + ACTIONS(5927), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297612,22 +299179,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [1030] = 3, + [2655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5536), 13, + ACTIONS(5604), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297641,7 +299201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5534), 50, + ACTIONS(5602), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297692,80 +299252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1101] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6282), 1, - anon_sym_LT, - STATE(2306), 1, - sym_template_argument_list, - ACTIONS(6278), 27, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6280), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [1176] = 3, + [2726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5516), 13, + ACTIONS(5522), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297779,7 +299269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5514), 50, + ACTIONS(5520), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -297830,78 +299320,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1247] = 3, + [2797] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 27, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5664), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [1318] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6285), 29, + anon_sym_DASH_GT, + ACTIONS(6304), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -297918,7 +299353,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -297929,9 +299363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - ACTIONS(6287), 34, + ACTIONS(6306), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -297939,75 +299372,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, 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_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [1389] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5666), 27, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5668), 36, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298022,22 +299394,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [1460] = 3, + [2880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5512), 13, + ACTIONS(5544), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298051,7 +299411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5510), 50, + ACTIONS(5542), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -298102,82 +299462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1531] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6289), 1, - sym_identifier, - STATE(2346), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4385), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4387), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5303), 23, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5301), 26, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [1610] = 3, + [2951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5583), 13, + ACTIONS(5540), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298191,7 +299479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5581), 50, + ACTIONS(5538), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -298242,87 +299530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1681] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - ACTIONS(6295), 1, - anon_sym_LBRACE, - STATE(2810), 1, - sym_field_declaration_list, - STATE(3031), 1, - sym_attribute_specifier, - STATE(6846), 1, - sym_virtual_specifier, - STATE(7489), 1, - sym_base_class_clause, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5650), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5652), 34, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [1770] = 3, + [3022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5524), 13, + ACTIONS(5588), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298336,7 +299547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5522), 50, + ACTIONS(5586), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -298387,78 +299598,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1841] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5662), 27, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5664), 36, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [1912] = 3, + [3093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5593), 13, + ACTIONS(5474), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298472,7 +299615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5591), 50, + ACTIONS(5472), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -298523,28 +299666,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [1983] = 8, + [3164] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(2550), 1, + ACTIONS(6308), 1, + sym_identifier, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2944), 1, + sym_primitive_type, + STATE(2953), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4135), 4, + ACTIONS(5874), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(6310), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5910), 12, - anon_sym_DOT_DOT_DOT, + ACTIONS(4964), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, @@ -298552,21 +299703,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5908), 43, - anon_sym_AMP, + ACTIONS(5869), 14, anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(4966), 24, + anon_sym_AMP, anon_sym_virtual, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -298576,30 +299734,239 @@ 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [3253] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6312), 27, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6314), 27, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + 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_LT_EQ_GT, + [3338] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6316), 27, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6318), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + 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_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [3421] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6320), 1, + anon_sym_LT, + STATE(2590), 1, + sym_template_argument_list, + ACTIONS(4838), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(4831), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [2064] = 3, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [3498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5441), 13, + ACTIONS(5592), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298613,7 +299980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5439), 50, + ACTIONS(5590), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -298664,24 +300031,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [2135] = 9, + [3569] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6299), 27, - aux_sym_preproc_elif_token1, + ACTIONS(6322), 1, + sym_identifier, + STATE(2385), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6325), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6328), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5419), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -298695,35 +300066,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - sym_identifier, - ACTIONS(6301), 29, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5417), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -298738,26 +300101,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [2218] = 10, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [3648] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6309), 27, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6331), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -298785,7 +300150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, sym_identifier, - ACTIONS(6311), 27, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298813,87 +300178,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - [2303] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6315), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2947), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2948), 1, - sym_primitive_type, - ACTIONS(5874), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(6317), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4936), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5869), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - ACTIONS(4938), 24, - anon_sym_AMP, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [2392] = 3, + [3733] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 29, + ACTIONS(6339), 1, + anon_sym_LT, + STATE(2310), 1, + sym_template_argument_list, + ACTIONS(6335), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -298905,12 +300197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -298923,7 +300213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5559), 34, + ACTIONS(6337), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298938,8 +300228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -298958,10 +300248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [2463] = 3, + [3808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5589), 13, + ACTIONS(5596), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -298975,7 +300265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5587), 50, + ACTIONS(5594), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299026,78 +300316,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [2534] = 3, + [3879] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5601), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5599), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [2605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3819), 29, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6342), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -299114,7 +300352,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -299125,9 +300362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - ACTIONS(3821), 34, + ACTIONS(6344), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299135,17 +300371,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299158,14 +300391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [2676] = 3, + [3964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5540), 13, + ACTIONS(5552), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299179,7 +300408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5538), 50, + ACTIONS(5550), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299230,10 +300459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [2747] = 3, + [4035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5528), 13, + ACTIONS(5494), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299247,7 +300476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5526), 50, + ACTIONS(5492), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299298,10 +300527,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [2818] = 3, + [4106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5494), 13, + ACTIONS(5612), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299315,7 +300544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5492), 50, + ACTIONS(5610), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299366,153 +300595,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [2889] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(2576), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6319), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 20, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5910), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [2968] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6321), 1, - anon_sym_LT, - STATE(2575), 1, - sym_template_argument_list, - ACTIONS(4133), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5689), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [3045] = 3, + [4177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5474), 13, + ACTIONS(5498), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299526,7 +300612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5472), 50, + ACTIONS(5496), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299577,10 +300663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3116] = 3, + [4248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5482), 13, + ACTIONS(5470), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299594,7 +300680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5480), 50, + ACTIONS(5468), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299645,10 +300731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3187] = 3, + [4319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5520), 13, + ACTIONS(5616), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299662,7 +300748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5518), 50, + ACTIONS(5614), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299713,10 +300799,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3258] = 3, + [4390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5548), 13, + ACTIONS(5494), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -299730,7 +300816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5546), 50, + ACTIONS(5492), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -299781,28 +300867,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3329] = 7, + [4461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6323), 1, + ACTIONS(5647), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, sym_identifier, - STATE(2381), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6326), 5, + sym_literal_suffix, + ACTIONS(5649), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(6329), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(5386), 23, + anon_sym_DASH_GT_STAR, + [4532] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6350), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 29, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -299816,7 +300955,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -299824,19 +300969,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5384), 26, + sym_identifier, + ACTIONS(6348), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -299852,147 +301003,290 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [3408] = 3, + anon_sym_DASH_GT, + [4605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5616), 13, + ACTIONS(6352), 29, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6354), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_TILDE, - 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_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5614), 50, + 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_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [4676] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5651), 27, + 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___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [3479] = 3, + sym_literal_suffix, + ACTIONS(5653), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [4747] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5571), 13, + STATE(2200), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(6071), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6073), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5825), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(5569), 50, + ACTIONS(5823), 27, + 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___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + [4824] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6356), 1, sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [3550] = 3, + STATE(2405), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4381), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4383), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5281), 23, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5279), 26, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [4903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 28, + ACTIONS(6358), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -300021,7 +301315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6334), 35, + ACTIONS(6360), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300057,10 +301351,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [3621] = 3, + [4974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6336), 29, + ACTIONS(3823), 29, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -300090,7 +301384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6338), 34, + ACTIONS(3825), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300125,10 +301419,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [3692] = 3, + [5045] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 27, + ACTIONS(6362), 1, + sym_identifier, + STATE(2385), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4381), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4383), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5301), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300142,12 +301454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -300155,17 +301462,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(5668), 36, + ACTIONS(5299), 26, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -300182,21 +301490,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [3763] = 3, + anon_sym_DASH_GT_STAR, + [5124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5544), 13, + ACTIONS(5568), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300210,7 +301508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5542), 50, + ACTIONS(5566), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -300261,78 +301559,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3834] = 3, + [5195] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 28, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + ACTIONS(6364), 1, sym_identifier, - ACTIONS(6334), 35, - anon_sym_DOT_DOT_DOT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2709), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2992), 1, + sym_primitive_type, + ACTIONS(5863), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2380), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(6366), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4932), 10, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5858), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(4934), 24, + anon_sym_AMP, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, 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_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [3905] = 3, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [5284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5470), 13, + ACTIONS(5530), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300346,7 +301653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5468), 50, + ACTIONS(5528), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -300397,11 +301704,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [3976] = 3, + [5355] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 28, - aux_sym_preproc_elif_token1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6320), 1, + anon_sym_LT, + STATE(2590), 1, + sym_template_argument_list, + ACTIONS(4133), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5689), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [5432] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + ACTIONS(6372), 1, + anon_sym_LBRACE, + STATE(2775), 1, + sym_field_declaration_list, + STATE(3023), 1, + sym_attribute_specifier, + STATE(6915), 1, + sym_virtual_specifier, + STATE(7515), 1, + sym_base_class_clause, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5659), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300415,40 +301811,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6334), 35, + anon_sym_DASH_GT, + ACTIONS(5661), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300460,93 +301839,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [4047] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6340), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2682), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2934), 1, - sym_primitive_type, - ACTIONS(5829), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2367), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(6342), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4964), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5824), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - ACTIONS(4966), 24, - anon_sym_AMP, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [4136] = 3, + anon_sym_DASH_GT_STAR, + [5521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6344), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5655), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -300560,8 +301869,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -300573,27 +301880,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + anon_sym_DASH_GT, sym_identifier, - ACTIONS(6346), 35, + sym_literal_suffix, + ACTIONS(5657), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300609,11 +301909,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [4207] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [5592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5605), 13, + ACTIONS(5584), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300627,7 +301937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5603), 50, + ACTIONS(5582), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -300678,10 +301988,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [4278] = 3, + [5663] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5612), 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300692,16 +302020,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5610), 50, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -300734,22 +302059,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [4349] = 3, + [5750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6348), 28, + ACTIONS(3819), 29, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -300766,6 +302084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -300778,7 +302097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6350), 35, + ACTIONS(3821), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300793,9 +302112,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -300814,26 +302132,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [4420] = 10, + [5821] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(2580), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6378), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5929), 36, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [5900] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6352), 27, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6380), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -300861,7 +302251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, sym_identifier, - ACTIONS(6354), 27, + ACTIONS(6382), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300889,26 +302279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - [4505] = 10, + [5985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6356), 27, + ACTIONS(5163), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -300935,8 +302309,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6358), 27, + ACTIONS(5165), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -300944,6 +302319,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -300951,7 +302327,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -300964,26 +302342,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - [4590] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6360), 27, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [6055] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301010,8 +302376,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6362), 27, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301019,6 +302386,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -301026,7 +302394,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301039,149 +302409,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - [4675] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6321), 1, - anon_sym_LT, - STATE(2575), 1, - sym_template_argument_list, - ACTIONS(4866), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4859), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [4752] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5474), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5472), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [4823] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [6125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 27, + ACTIONS(4840), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301195,6 +302431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -301206,20 +302444,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, sym_identifier, - sym_literal_suffix, - ACTIONS(5676), 36, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301235,21 +302479,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [4894] = 3, + anon_sym_DASH_GT, + [6195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 28, + ACTIONS(4840), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301278,7 +302512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6366), 35, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301293,7 +302527,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -301314,10 +302547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [4965] = 3, + [6265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6368), 28, + ACTIONS(4840), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301346,7 +302579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6370), 35, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301361,7 +302594,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -301382,162 +302614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [5036] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5490), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5488), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5107] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5474), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5472), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5178] = 10, + [6335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 27, + ACTIONS(4840), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301564,8 +302644,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6374), 27, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301573,6 +302654,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -301580,7 +302662,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301593,10 +302677,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - [5263] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [6405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 29, + ACTIONS(5147), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301613,7 +302701,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -301626,7 +302713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(3825), 34, + ACTIONS(5149), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301641,8 +302728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -301661,78 +302748,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [5334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5532), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5530), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5405] = 3, + [6475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 27, + ACTIONS(5147), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -301746,6 +302766,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -301757,20 +302779,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, sym_identifier, - sym_literal_suffix, - ACTIONS(5672), 36, + ACTIONS(5149), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301786,34 +302814,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [5476] = 9, + anon_sym_DASH_GT, + [6545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6376), 27, + ACTIONS(5147), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301840,8 +302845,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6378), 29, + ACTIONS(5149), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301849,6 +302855,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -301856,7 +302863,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -301871,48 +302880,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [5559] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [6615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5478), 13, + ACTIONS(5307), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(5309), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5476), 50, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -301927,22 +302931,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [5630] = 3, + [6685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6380), 28, + ACTIONS(5272), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -301971,7 +302981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6382), 35, + ACTIONS(2877), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -301986,7 +302996,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -302007,39 +303016,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [5701] = 3, + [6755] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5484), 50, - anon_sym_AMP, - anon_sym___extension__, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6388), 1, anon_sym_virtual, - anon_sym_extern, + STATE(2961), 1, + sym_alignas_qualifier, + ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2444), 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(5624), 9, + anon_sym_extern, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -302048,37 +303051,7 @@ 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5772] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5563), 13, + ACTIONS(6386), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302088,18 +303061,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5561), 50, + ACTIONS(6384), 13, anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -302108,82 +303073,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___thiscall, anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, sym_identifier, - sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_template, anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5552), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5550), 50, - anon_sym_AMP, + ACTIONS(5620), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -302197,92 +303092,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5914] = 3, + [6843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5575), 13, + ACTIONS(5671), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5673), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5573), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [5985] = 3, + 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_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [6913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 28, + ACTIONS(6390), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -302311,7 +303191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4109), 34, + ACTIONS(6392), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302346,10 +303226,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6055] = 3, + [6983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6384), 28, + ACTIONS(6394), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -302378,7 +303258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6386), 34, + ACTIONS(6396), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302413,10 +303293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6125] = 3, + [7053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6388), 28, + ACTIONS(6398), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -302445,7 +303325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6390), 34, + ACTIONS(6400), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302480,78 +303360,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6195] = 3, + [7123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 28, - aux_sym_preproc_elif_token1, + ACTIONS(4872), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(6394), 34, + ACTIONS(4874), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6265] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [7193] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5655), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302561,13 +303440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -302579,25 +303458,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5191), 34, + sym_literal_suffix, + ACTIONS(5657), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302605,7 +303475,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -302614,10 +303483,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6335] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [7263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 28, + ACTIONS(5159), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -302646,7 +303526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(3759), 34, + ACTIONS(5161), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302681,19 +303561,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6405] = 7, + [7333] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6396), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6398), 1, - anon_sym_AMP_AMP, - ACTIONS(6400), 1, - anon_sym_or, + ACTIONS(5663), 1, + anon_sym___attribute, + ACTIONS(5891), 1, + anon_sym_LBRACE, ACTIONS(6402), 1, - anon_sym_and, - ACTIONS(5842), 26, - aux_sym_preproc_elif_token1, + anon_sym___attribute__, + ACTIONS(6404), 1, + anon_sym_COLON, + STATE(2133), 1, + sym__enum_base_clause, + STATE(2182), 1, + sym_enumerator_list, + STATE(2254), 1, + sym_attribute_specifier, + ACTIONS(6202), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302707,27 +303592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, + anon_sym_or, + anon_sym_and, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(5844), 32, + ACTIONS(6204), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -302735,7 +303611,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -302747,46 +303622,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6483] = 3, + sym_auto, + anon_sym_decltype, + [7417] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4883), 48, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(6406), 1, + anon_sym_LPAREN2, + STATE(2512), 1, + sym_argument_list, + STATE(2532), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3896), 1, + sym_initializer_list, + ACTIONS(6409), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5457), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, + anon_sym_TILDE, 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_LT_LT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(5455), 43, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, + anon_sym_static, + 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, @@ -302801,28 +303703,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [6553] = 3, + anon_sym_template, + anon_sym_operator, + [7499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 28, + ACTIONS(5167), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -302851,7 +303740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(1970), 34, + ACTIONS(5169), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -302886,77 +303775,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6623] = 3, + [7569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 14, + ACTIONS(5171), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4827), 48, + sym_identifier, + ACTIONS(5173), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + 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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [6693] = 3, + [7639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 26, + ACTIONS(5671), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -302966,11 +303855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -302981,18 +303872,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, + sym_identifier, sym_literal_suffix, - ACTIONS(5676), 36, + ACTIONS(5673), 34, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -303001,7 +303890,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -303009,21 +303897,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, + anon_sym_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [6763] = 3, + [7709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6404), 28, + ACTIONS(6411), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303052,7 +303941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6406), 34, + ACTIONS(6413), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303087,10 +303976,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6833] = 3, + [7779] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(2641), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6415), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 21, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5929), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [7857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6408), 28, + ACTIONS(6417), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303119,7 +304079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6410), 34, + ACTIONS(6419), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303154,10 +304114,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6903] = 3, + [7927] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 28, + ACTIONS(6428), 1, + anon_sym_virtual, + ACTIONS(6437), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6440), 1, + anon_sym___declspec, + STATE(2961), 1, + sym_alignas_qualifier, + ACTIONS(6434), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6443), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2444), 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(6431), 9, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(6423), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6421), 13, + anon_sym_AMP, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(6425), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [8015] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6446), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303186,7 +304222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(1966), 34, + ACTIONS(6448), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303221,10 +304257,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [6973] = 3, + [8085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6412), 28, + ACTIONS(6450), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303253,7 +304289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6414), 34, + ACTIONS(6452), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303288,10 +304324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7043] = 3, + [8155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 28, + ACTIONS(6454), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303320,7 +304356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6418), 34, + ACTIONS(6456), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303355,78 +304391,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7113] = 3, + [8225] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 28, - aux_sym_preproc_elif_token1, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + ACTIONS(6458), 1, + anon_sym_LBRACE, + STATE(2560), 1, + sym_enumerator_list, + STATE(2617), 1, + sym_attribute_specifier, + ACTIONS(5887), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, anon_sym_DOT, - sym_identifier, - ACTIONS(6422), 34, + ACTIONS(5889), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym___extension__, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7183] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [8305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6424), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5651), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -303440,8 +304480,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -303453,26 +304491,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6426), 34, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5653), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -303488,11 +304519,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [7253] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [8375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 28, + ACTIONS(6460), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303521,7 +304562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6430), 34, + ACTIONS(6462), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303556,79 +304597,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7323] = 5, + [8445] = 3, ACTIONS(3), 1, sym_comment, - STATE(1571), 1, - sym_string_literal, - ACTIONS(6436), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6434), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [7397] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6438), 28, + ACTIONS(6464), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303657,7 +304629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6440), 34, + ACTIONS(6466), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303692,77 +304664,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7467] = 3, + [8515] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 28, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5672), 34, + ACTIONS(5285), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [7537] = 3, + anon_sym_requires, + [8587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 28, + ACTIONS(6468), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303791,7 +304764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6444), 34, + ACTIONS(6470), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -303826,144 +304799,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7607] = 3, + [8657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 28, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5668), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [7677] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5662), 28, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5664), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [7747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5193), 28, + ACTIONS(6472), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -303992,7 +304831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5195), 34, + ACTIONS(6474), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304027,10 +304866,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7817] = 3, + [8727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 28, + ACTIONS(4117), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304059,7 +304898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6448), 34, + ACTIONS(4109), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304094,68 +304933,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [7887] = 7, + [8797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(2662), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6450), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 21, + ACTIONS(4848), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(5910), 34, + ACTIONS(4850), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -304164,11 +304996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [7965] = 3, + anon_sym_requires, + [8867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(6476), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304197,7 +305032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(6478), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304232,10 +305067,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8035] = 3, + [8937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 28, + ACTIONS(6480), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304264,7 +305099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6454), 34, + ACTIONS(6482), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304299,10 +305134,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8105] = 3, + [9007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(4852), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4854), 48, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [9077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5151), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304331,7 +305233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(5153), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304366,10 +305268,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8175] = 3, + [9147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(5175), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304398,7 +305300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(5177), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304433,10 +305335,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8245] = 3, + [9217] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(6484), 1, + anon_sym_AMP_AMP, + ACTIONS(6486), 1, + anon_sym_and, + ACTIONS(5833), 27, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304458,14 +305364,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_or, - anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(5835), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304475,7 +305380,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -304500,10 +305404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8315] = 3, + [9291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6456), 28, + ACTIONS(5155), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304532,7 +305436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6458), 34, + ACTIONS(5157), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304567,10 +305471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8385] = 3, + [9361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(6488), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304599,7 +305503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(6490), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304634,10 +305538,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8455] = 3, + [9431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 28, + ACTIONS(5183), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304666,7 +305570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5183), 34, + ACTIONS(5185), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304701,10 +305605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8525] = 3, + [9501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 28, + ACTIONS(5187), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304733,7 +305637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4861), 34, + ACTIONS(5189), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304768,20 +305672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8595] = 8, + [9571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - ACTIONS(6460), 1, - anon_sym_LBRACE, - STATE(2574), 1, - sym_enumerator_list, - STATE(2639), 1, - sym_attribute_specifier, - ACTIONS(5923), 12, + ACTIONS(4856), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -304792,9 +305686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(5925), 45, + ACTIONS(4858), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -304807,6 +305703,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, @@ -304840,10 +305739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [8675] = 3, + [9641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 28, + ACTIONS(4117), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304872,7 +305771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6464), 34, + ACTIONS(4109), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304907,10 +305806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8745] = 3, + [9711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 28, + ACTIONS(6492), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -304939,7 +305838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5187), 34, + ACTIONS(6494), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -304974,24 +305873,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [8815] = 10, + [9781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5654), 1, - anon_sym___attribute, - ACTIONS(5927), 1, - anon_sym_LBRACE, - ACTIONS(6466), 1, - anon_sym___attribute__, - ACTIONS(6468), 1, - anon_sym_COLON, - STATE(2148), 1, - sym__enum_base_clause, - STATE(2171), 1, - sym_enumerator_list, - STATE(2205), 1, - sym_attribute_specifier, - ACTIONS(6250), 18, + ACTIONS(6496), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305005,15 +305891,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6252), 37, + sym_identifier, + ACTIONS(6498), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -305024,6 +305923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -305035,141 +305935,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [8899] = 3, + [9851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 14, + ACTIONS(6346), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4849), 48, + sym_identifier, + ACTIONS(6348), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + 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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [8969] = 3, + [9921] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 14, + ACTIONS(5663), 1, + anon_sym___attribute, + ACTIONS(5891), 1, + anon_sym_LBRACE, + ACTIONS(6402), 1, + anon_sym___attribute__, + ACTIONS(6404), 1, + anon_sym_COLON, + STATE(2143), 1, + sym__enum_base_clause, + STATE(2187), 1, + sym_enumerator_list, + STATE(2193), 1, + sym_attribute_specifier, + ACTIONS(6258), 18, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(4845), 48, + ACTIONS(6260), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -305178,14 +306081,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [9039] = 3, + [10005] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 14, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + ACTIONS(6458), 1, + anon_sym_LBRACE, + STATE(2545), 1, + sym_enumerator_list, + STATE(2629), 1, + sym_attribute_specifier, + ACTIONS(5918), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -305196,11 +306105,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(4823), 48, + ACTIONS(5920), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -305213,9 +306120,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, @@ -305249,77 +306153,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [9109] = 3, + [10085] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 28, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, + STATE(1571), 1, + sym_string_literal, + ACTIONS(6504), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6502), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6500), 50, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6472), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_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_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [9179] = 3, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [10159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6474), 28, + ACTIONS(6506), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305348,7 +306254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6476), 34, + ACTIONS(6508), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305383,10 +306289,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9249] = 3, + [10229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 28, + ACTIONS(6510), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305415,7 +306321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4109), 34, + ACTIONS(6512), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305450,10 +306356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9319] = 3, + [10299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6478), 28, + ACTIONS(6514), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305482,7 +306388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6480), 34, + ACTIONS(6516), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305517,10 +306423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9389] = 3, + [10369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 28, + ACTIONS(6518), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305549,113 +306455,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6484), 34, + ACTIONS(6520), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [9459] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(5466), 47, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [9531] = 3, + [10439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 28, + ACTIONS(6522), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305684,7 +306522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6488), 34, + ACTIONS(6524), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305719,10 +306557,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9601] = 3, + [10509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 28, + ACTIONS(6526), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305751,7 +306589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5167), 34, + ACTIONS(6528), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305786,10 +306624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9671] = 3, + [10579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 28, + ACTIONS(6530), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305818,7 +306656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5167), 34, + ACTIONS(6532), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305853,10 +306691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9741] = 3, + [10649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 28, + ACTIONS(6534), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -305885,7 +306723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5167), 34, + ACTIONS(6536), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -305920,24 +306758,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9811] = 10, + [10719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5654), 1, - anon_sym___attribute, - ACTIONS(5927), 1, - anon_sym_LBRACE, - ACTIONS(6466), 1, - anon_sym___attribute__, - ACTIONS(6468), 1, - anon_sym_COLON, - STATE(2149), 1, - sym__enum_base_clause, - STATE(2158), 1, - sym_enumerator_list, - STATE(2254), 1, - sym_attribute_specifier, - ACTIONS(6256), 18, + ACTIONS(5179), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -305951,15 +306776,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6258), 37, + sym_identifier, + ACTIONS(5181), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -305970,6 +306808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -305981,23 +306820,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [9895] = 3, + [10789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 28, + ACTIONS(6538), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306026,7 +306857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6492), 34, + ACTIONS(6540), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306061,10 +306892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [9965] = 3, + [10859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 14, + ACTIONS(4860), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306079,7 +306910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(4819), 48, + ACTIONS(4862), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306128,10 +306959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [10035] = 3, + [10929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 14, + ACTIONS(4864), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306146,7 +306977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(4857), 48, + ACTIONS(4866), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306195,10 +307026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [10105] = 3, + [10999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 14, + ACTIONS(4868), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -306213,7 +307044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(4853), 48, + ACTIONS(4870), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -306262,10 +307093,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [10175] = 3, + [11069] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1574), 1, + sym_string_literal, + ACTIONS(6504), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6502), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6500), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [11143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6494), 28, + ACTIONS(1920), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306294,7 +307194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6496), 34, + ACTIONS(1918), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306329,10 +307229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10245] = 3, + [11213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 28, + ACTIONS(6542), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306361,7 +307261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5179), 34, + ACTIONS(6544), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306396,82 +307296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10315] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - ACTIONS(6460), 1, - anon_sym_LBRACE, - STATE(2535), 1, - sym_enumerator_list, - STATE(2676), 1, - sym_attribute_specifier, - ACTIONS(5929), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5931), 45, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [10395] = 3, + [11283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 28, + ACTIONS(6546), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306500,7 +307328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6500), 34, + ACTIONS(6548), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306535,86 +307363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10465] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6506), 1, - anon_sym_virtual, - STATE(2932), 1, - sym_alignas_qualifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2498), 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(5624), 9, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6504), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6502), 13, - anon_sym_AMP, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(5620), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [10553] = 3, + [11353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 28, + ACTIONS(6550), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306643,7 +307395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6510), 34, + ACTIONS(6552), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306678,77 +307430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10623] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5662), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5664), 36, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [10693] = 3, + [11423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 28, + ACTIONS(6554), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -306777,7 +307462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5142), 34, + ACTIONS(6556), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -306812,80 +307497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10763] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1575), 1, - sym_string_literal, - ACTIONS(6436), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6434), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [10837] = 3, + [11493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5647), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306895,13 +307510,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -306913,25 +307528,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6514), 34, + sym_literal_suffix, + ACTIONS(5649), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -306939,7 +307545,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -306948,11 +307553,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10907] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [11563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5651), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -306962,13 +307577,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -306980,25 +307595,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6518), 34, + sym_literal_suffix, + ACTIONS(5653), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307006,7 +307612,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -307015,36 +307620,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [10977] = 9, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [11633] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(6520), 1, + STATE(1576), 1, + sym_string_literal, + ACTIONS(6504), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6502), 6, anon_sym_LPAREN2, - STATE(2513), 1, - sym_argument_list, - STATE(2533), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3860), 1, - sym_initializer_list, - ACTIONS(6523), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(5439), 43, + ACTIONS(6500), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -307053,12 +307658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym___declspec, anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -307083,15 +307686,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, anon_sym_template, anon_sym_operator, - [11059] = 3, + [11707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 28, + ACTIONS(5879), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -307120,7 +307732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6527), 34, + ACTIONS(5877), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307155,10 +307767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [11129] = 3, + [11777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 28, + ACTIONS(6558), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -307187,7 +307799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5175), 34, + ACTIONS(6560), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307222,10 +307834,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [11199] = 3, + [11847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 28, + ACTIONS(6562), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -307254,7 +307866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5199), 34, + ACTIONS(6564), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307289,214 +307901,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [11269] = 3, + [11917] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 28, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6388), 1, + anon_sym_virtual, + STATE(2961), 1, + sym_alignas_qualifier, + ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6268), 34, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2444), 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(5624), 9, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(6568), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [11339] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6398), 1, - anon_sym_AMP_AMP, - ACTIONS(6402), 1, - anon_sym_and, - ACTIONS(5862), 27, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_COLON_COLON, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(5864), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [11413] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5169), 28, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_GT2, + ACTIONS(6566), 13, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(5171), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, 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_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [11483] = 3, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(5620), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [12005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 28, - aux_sym_preproc_elif_token1, + ACTIONS(5647), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307510,8 +307994,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -307523,26 +308005,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6531), 34, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5649), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -307558,11 +308033,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [11553] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [12075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 28, + ACTIONS(1924), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -307591,7 +308076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6535), 34, + ACTIONS(1922), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307626,10 +308111,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [11623] = 3, + [12145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 28, + ACTIONS(6570), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -307658,7 +308143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5159), 34, + ACTIONS(6572), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307693,292 +308178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [11693] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1573), 1, - sym_string_literal, - ACTIONS(6436), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6434), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [11767] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6544), 1, - anon_sym_virtual, - ACTIONS(6553), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6556), 1, - anon_sym___declspec, - STATE(2932), 1, - sym_alignas_qualifier, - ACTIONS(6550), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6559), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2498), 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(6547), 9, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6539), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6537), 13, - anon_sym_AMP, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(6541), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [11855] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1572), 1, - sym_string_literal, - ACTIONS(6436), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6434), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [11929] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(5291), 47, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [12001] = 3, + [12215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6562), 28, + ACTIONS(6574), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308007,7 +308210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6564), 34, + ACTIONS(6576), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308042,10 +308245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12071] = 3, + [12285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 28, + ACTIONS(6578), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308074,7 +308277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5900), 34, + ACTIONS(6580), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308109,10 +308312,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12141] = 3, + [12355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 28, + ACTIONS(5655), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5657), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [12425] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6582), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308141,7 +308411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6568), 34, + ACTIONS(6584), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308176,10 +308446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12211] = 3, + [12495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6570), 28, + ACTIONS(6586), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308208,7 +308478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6572), 34, + ACTIONS(6588), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308243,10 +308513,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12281] = 3, + [12565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 26, + ACTIONS(6590), 28, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308260,6 +308531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, @@ -308271,19 +308544,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5672), 36, + sym_identifier, + ACTIONS(6592), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308299,21 +308579,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [12351] = 3, + anon_sym_DASH_GT, + [12635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 28, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(5321), 47, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [12707] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + ACTIONS(6598), 1, + anon_sym_LBRACE, + STATE(2905), 1, + sym_field_declaration_list, + STATE(3145), 1, + sym_attribute_specifier, + STATE(6990), 1, + sym_virtual_specifier, + STATE(7718), 1, + sym_base_class_clause, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5659), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308330,19 +308687,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5676), 34, + ACTIONS(5661), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308361,26 +308710,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [12421] = 3, + [12795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6574), 28, + ACTIONS(6590), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308409,7 +308756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6576), 34, + ACTIONS(6592), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308444,10 +308791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12491] = 3, + [12865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 28, + ACTIONS(5191), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308476,7 +308823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5155), 34, + ACTIONS(5193), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308511,140 +308858,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12561] = 4, + [12935] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 14, + ACTIONS(6484), 1, + anon_sym_AMP_AMP, + ACTIONS(6486), 1, + anon_sym_and, + ACTIONS(6600), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6602), 1, + anon_sym_or, + ACTIONS(5847), 26, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5291), 47, + sym_identifier, + ACTIONS(5849), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + 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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [12633] = 28, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [13013] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3247), 1, anon_sym_TILDE, ACTIONS(4157), 1, anon_sym_LPAREN2, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5697), 1, + ACTIONS(5711), 1, anon_sym_STAR, - ACTIONS(5699), 1, + ACTIONS(5713), 1, anon_sym_AMP_AMP, - ACTIONS(5701), 1, + ACTIONS(5715), 1, anon_sym_AMP, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(5707), 1, + ACTIONS(5721), 1, anon_sym_LBRACK, - STATE(2918), 1, + STATE(2920), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6232), 1, + STATE(6283), 1, sym__declarator, - STATE(6499), 1, + STATE(6465), 1, sym__abstract_declarator, - STATE(7942), 1, + STATE(7941), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5703), 2, + ACTIONS(5725), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(5695), 4, + ACTIONS(5723), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ, anon_sym_GT2, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -308656,7 +309006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -308671,72 +309021,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [12753] = 28, + [13133] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3247), 1, anon_sym_TILDE, ACTIONS(4157), 1, anon_sym_LPAREN2, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5697), 1, + ACTIONS(5711), 1, anon_sym_STAR, - ACTIONS(5699), 1, + ACTIONS(5713), 1, anon_sym_AMP_AMP, - ACTIONS(5701), 1, + ACTIONS(5715), 1, anon_sym_AMP, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(5707), 1, + ACTIONS(5721), 1, anon_sym_LBRACK, - STATE(2918), 1, + STATE(2920), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6266), 1, + STATE(6294), 1, sym__declarator, - STATE(6457), 1, + STATE(6466), 1, sym__abstract_declarator, - STATE(7942), 1, + STATE(7941), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6580), 2, + ACTIONS(6606), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(6578), 4, + ACTIONS(6604), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_EQ, anon_sym_GT2, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -308748,8 +309098,61 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [13253] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1572), 1, + sym_string_literal, + ACTIONS(6504), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6502), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6500), 50, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, @@ -308763,10 +309166,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [12873] = 3, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [13327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 28, + ACTIONS(6608), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308795,7 +309214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5163), 34, + ACTIONS(6610), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308830,10 +309249,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [12943] = 3, + [13397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 28, + ACTIONS(6612), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308862,7 +309281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6422), 34, + ACTIONS(6614), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308897,10 +309316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13013] = 3, + [13467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 28, + ACTIONS(3763), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308929,7 +309348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6584), 34, + ACTIONS(3759), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -308964,10 +309383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13083] = 3, + [13537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 28, + ACTIONS(6616), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -308996,7 +309415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6588), 34, + ACTIONS(6618), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309031,77 +309450,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13153] = 3, + [13607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 28, - aux_sym_preproc_elif_token1, + ACTIONS(4876), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(6592), 34, + ACTIONS(4883), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13223] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [13677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 28, + ACTIONS(6620), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -309130,7 +309549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6596), 34, + ACTIONS(6622), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309165,10 +309584,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13293] = 3, + [13747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 28, + ACTIONS(6624), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -309197,7 +309616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(2807), 34, + ACTIONS(6626), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309232,10 +309651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13363] = 3, + [13817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 28, + ACTIONS(5140), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -309264,7 +309683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6600), 34, + ACTIONS(5142), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309299,10 +309718,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13433] = 3, + [13887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 28, + ACTIONS(4840), 28, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -309331,7 +309750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6604), 34, + ACTIONS(4833), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309366,73 +309785,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13503] = 12, + [13957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - ACTIONS(6610), 1, - anon_sym_LBRACE, - STATE(2893), 1, - sym_field_declaration_list, - STATE(3105), 1, - sym_attribute_specifier, - STATE(6973), 1, - sym_virtual_specifier, - STATE(7683), 1, - sym_base_class_clause, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5650), 20, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(5652), 32, + ACTIONS(5321), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -309441,63 +309849,364 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [14029] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4854), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_GT2, - [13591] = 3, + ACTIONS(4852), 47, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [14098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 26, + ACTIONS(5319), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym___attribute, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5321), 48, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5668), 36, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [14167] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4874), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, + 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_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4872), 47, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [14236] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4850), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4848), 47, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [14305] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2538), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6628), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5800), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5802), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [14378] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5309), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + aux_sym_number_literal_token1, + 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, @@ -309508,11 +310217,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [13661] = 3, + ACTIONS(5307), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [14447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 14, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2609), 1, + sym_attribute_specifier, + ACTIONS(6030), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309523,11 +310271,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(5408), 48, + ACTIONS(6032), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309540,8 +310286,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, @@ -309576,78 +310320,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [13731] = 3, + [14522] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 28, - aux_sym_preproc_elif_token1, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2628), 1, + sym_attribute_specifier, + ACTIONS(6058), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_const, anon_sym_DOT, - sym_identifier, - ACTIONS(6614), 34, + ACTIONS(6060), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym___extension__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13801] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [14597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 28, - aux_sym_preproc_elif_token1, + ACTIONS(4858), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4856), 47, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [14666] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5655), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309657,13 +310468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -309674,26 +310485,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6618), 34, + sym_literal_suffix, + ACTIONS(5657), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309701,7 +310502,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -309710,11 +310510,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13871] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [14735] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6620), 28, - aux_sym_preproc_elif_token1, + STATE(2538), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4922), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4920), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [14808] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5321), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5319), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [14877] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5671), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309724,13 +310668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, @@ -309741,26 +310685,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6622), 34, + sym_literal_suffix, + ACTIONS(5673), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309768,7 +310702,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -309777,161 +310710,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [13941] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6506), 1, - anon_sym_virtual, - STATE(2932), 1, - sym_alignas_qualifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2498), 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(5624), 9, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6626), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_EQ, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, anon_sym_GT2, - ACTIONS(6624), 13, - anon_sym_AMP, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(5620), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [14029] = 6, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [14946] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2654), 1, - sym_attribute_specifier, - ACTIONS(6021), 12, + STATE(2402), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(4381), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4383), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5823), 23, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6023), 46, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5825), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, + anon_sym_DASH_GT_STAR, + [15021] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6635), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(6633), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, anon_sym_requires, - [14104] = 6, + sym_this, + [15090] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - STATE(2651), 1, + STATE(2616), 1, sym_attribute_specifier, - ACTIONS(6017), 12, + ACTIONS(6038), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309944,7 +310878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(6019), 46, + ACTIONS(6040), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309991,17 +310925,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [14179] = 5, + [15165] = 5, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + STATE(1596), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6628), 4, + ACTIONS(6637), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5738), 20, + ACTIONS(5802), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310022,7 +310956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5736), 36, + ACTIONS(5800), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310059,43 +310993,43 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [14252] = 3, + [15238] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4827), 14, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2618), 1, + sym_attribute_specifier, + ACTIONS(5953), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5955), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4825), 47, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -310110,32 +311044,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [14321] = 5, + [15313] = 8, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6639), 1, + anon_sym_LT, + STATE(2580), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6628), 4, + STATE(2622), 1, + sym_template_argument_list, + ACTIONS(6378), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5744), 20, + ACTIONS(4107), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310146,17 +311089,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5742), 36, + ACTIONS(4115), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310166,7 +311107,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -310193,85 +311133,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [14394] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2544), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5758), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5760), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [14467] = 5, + [15392] = 5, ACTIONS(3), 1, sym_comment, - STATE(2533), 1, + STATE(2538), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6523), 4, + ACTIONS(6628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5593), 13, + ACTIONS(5750), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310285,7 +311157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5591), 43, + ACTIONS(5752), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -310329,16 +311201,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [14540] = 6, + [15465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - STATE(2670), 1, + STATE(2621), 1, sym_attribute_specifier, - ACTIONS(5982), 12, + ACTIONS(5967), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310351,7 +311223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(5984), 46, + ACTIONS(5969), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310398,10 +311270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [14615] = 3, + [15540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4849), 28, + ACTIONS(4874), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310430,7 +311302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(4847), 33, + ACTIONS(4872), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -310464,10 +311336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [14684] = 3, + [15609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 28, + ACTIONS(4850), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310496,7 +311368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(4843), 33, + ACTIONS(4848), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -310530,79 +311402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [14753] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2668), 1, - sym_attribute_specifier, - ACTIONS(6033), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(6035), 46, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [14828] = 3, + [15678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4823), 28, + ACTIONS(6643), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -310631,7 +311434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(4821), 33, + ACTIONS(6641), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -310665,612 +311468,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [14897] = 3, + [15747] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4819), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4817), 33, + STATE(1596), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6637), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5784), 20, anon_sym_DASH, anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [14966] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4857), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4855), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [15035] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 13, - 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5441), 47, + anon_sym_DASH_GT, + ACTIONS(5782), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [15106] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5466), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5464), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [15177] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2544), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6632), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4922), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4920), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [15250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4827), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4825), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [15319] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2556), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6635), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5746), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5748), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [15392] = 5, + anon_sym_DASH_GT_STAR, + [15820] = 5, ACTIONS(3), 1, sym_comment, - STATE(2555), 1, + STATE(1596), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6637), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5730), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5732), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [15465] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5291), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5289), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [15534] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5666), 27, + ACTIONS(5788), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311280,32 +311556,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5668), 34, + anon_sym_DASH_GT, + ACTIONS(5786), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -311314,97 +311587,93 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [15893] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4854), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_GT2, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [15603] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2544), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5754), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5756), 43, - anon_sym_AMP, + ACTIONS(4852), 33, + anon_sym_DASH, + anon_sym_PLUS, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, sym_identifier, - sym_auto, anon_sym_decltype, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [15676] = 3, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [15962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6641), 28, + ACTIONS(4858), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -311433,7 +311702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(6639), 33, + ACTIONS(4856), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -311467,79 +311736,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [15745] = 6, + [16031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6643), 1, - anon_sym_LT, - STATE(2633), 1, - sym_template_argument_list, - ACTIONS(4859), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4862), 28, + 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4866), 38, - anon_sym_DOT_DOT_DOT, - 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___attribute__, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(4860), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [15820] = 3, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [16100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5408), 28, + ACTIONS(4866), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -311568,7 +311834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(5406), 33, + ACTIONS(4864), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -311602,10 +311868,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [15889] = 3, + [16169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6648), 28, + ACTIONS(4870), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -311634,7 +311900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(6646), 33, + ACTIONS(4868), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -311668,55 +311934,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [15958] = 5, + [16238] = 6, ACTIONS(3), 1, sym_comment, - STATE(2544), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5804), 13, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2632), 1, + sym_attribute_specifier, + ACTIONS(6034), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(6036), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5806), 43, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -311731,60 +311985,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [16031] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [16313] = 6, ACTIONS(3), 1, sym_comment, - STATE(2544), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5800), 13, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2634), 1, + sym_attribute_specifier, + ACTIONS(6018), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(6020), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5802), 43, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -311799,22 +312054,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [16388] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5321), 27, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5319), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [16104] = 5, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [16459] = 5, ACTIONS(3), 1, sym_comment, - STATE(2592), 1, + STATE(2547), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6650), 4, + ACTIONS(6645), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5790), 13, + ACTIONS(5772), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311828,7 +312163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5792), 43, + ACTIONS(5774), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -311872,85 +312207,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [16177] = 5, + [16532] = 3, ACTIONS(3), 1, sym_comment, - STATE(2602), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6652), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5784), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2676), 28, anon_sym_LPAREN2, + anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, - anon_sym_AMP_AMP, + anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5786), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(2671), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, sym_identifier, - sym_auto, anon_sym_decltype, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [16250] = 5, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [16601] = 5, ACTIONS(3), 1, sym_comment, - STATE(2544), 1, + STATE(2538), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, + ACTIONS(6628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5774), 13, + ACTIONS(5790), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311964,7 +312297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5776), 43, + ACTIONS(5792), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -312008,91 +312341,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [16323] = 3, + [16674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4849), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6649), 28, anon_sym_LPAREN2, + anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4847), 47, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [16392] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(2357), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(4385), 5, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4387), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(5832), 23, + ACTIONS(6647), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [16743] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1596), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6637), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312106,17 +312431,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5834), 26, + ACTIONS(5750), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312126,6 +312448,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -312138,15 +312462,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [16467] = 3, + [16816] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 27, + STATE(1596), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6637), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312156,32 +312495,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5676), 34, + anon_sym_DASH_GT, + ACTIONS(5756), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -312190,170 +312526,33 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [16536] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2672), 1, - sym_attribute_specifier, - ACTIONS(5972), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5974), 46, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [16611] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4853), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4851), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [16680] = 6, + anon_sym_DASH_GT_STAR, + [16889] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - STATE(2673), 1, + STATE(2611), 1, sym_attribute_specifier, - ACTIONS(5952), 12, + ACTIONS(5957), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -312366,7 +312565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(5954), 46, + ACTIONS(5959), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312413,10 +312612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [16755] = 3, + [16964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5427), 13, + ACTIONS(5395), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -312430,7 +312629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5429), 48, + ACTIONS(5397), 48, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312479,282 +312678,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [16824] = 8, + [17033] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6654), 1, - anon_sym_LT, - STATE(2576), 1, + STATE(2589), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2633), 1, - sym_template_argument_list, - ACTIONS(6319), 4, + ACTIONS(6651), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4107), 18, - 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4115), 35, + ACTIONS(5794), 13, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [16903] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2714), 28, - anon_sym_LPAREN2, - anon_sym_BANG, anon_sym_TILDE, anon_sym_STAR, - anon_sym_AMP, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(2709), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [16972] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6658), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5796), 43, anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(6656), 33, - anon_sym_DASH, - anon_sym_PLUS, anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [17041] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6654), 1, - anon_sym_LT, - STATE(2633), 1, - sym_template_argument_list, - ACTIONS(5689), 20, - 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4133), 38, - anon_sym_DOT_DOT_DOT, - 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_virtual, + anon_sym_extern, anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [17116] = 3, + anon_sym_template, + anon_sym_operator, + [17106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4819), 14, + ACTIONS(4862), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312769,7 +312764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4817), 47, + ACTIONS(4860), 47, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -312817,10 +312812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [17185] = 3, + [17175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4857), 14, + ACTIONS(4866), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312835,7 +312830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4855), 47, + ACTIONS(4864), 47, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -312883,10 +312878,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [17254] = 3, + [17244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 14, + ACTIONS(4870), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312901,7 +312896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4851), 47, + ACTIONS(4868), 47, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -312949,152 +312944,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [17323] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2675), 1, - sym_attribute_specifier, - ACTIONS(5958), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5960), 46, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [17398] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4883), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(4876), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [17467] = 5, + [17313] = 5, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + STATE(2566), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6628), 4, + ACTIONS(6653), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5756), 20, + ACTIONS(5774), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313115,7 +312975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5754), 36, + ACTIONS(5772), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313152,217 +313012,80 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [17540] = 6, + [17386] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2616), 1, - sym_attribute_specifier, - ACTIONS(5986), 12, + STATE(2553), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6655), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5768), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5988), 46, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [17615] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2608), 1, - sym_attribute_specifier, - ACTIONS(5994), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(5996), 46, + anon_sym_DASH_GT, + ACTIONS(5766), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [17690] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5291), 27, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5289), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [17761] = 4, + anon_sym_DASH_GT_STAR, + [17459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, + ACTIONS(5287), 1, anon_sym_COLON_COLON, - ACTIONS(5291), 27, + ACTIONS(5321), 27, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -313390,7 +313113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(5289), 33, + ACTIONS(5319), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -313424,217 +313147,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [17832] = 3, + [17530] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2758), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(2753), 33, + STATE(2567), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6657), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5796), 20, anon_sym_DASH, anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [17901] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6662), 28, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(6660), 33, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [17970] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2677), 1, - sym_attribute_specifier, - ACTIONS(5966), 12, - 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5968), 46, + anon_sym_DASH_GT, + ACTIONS(5794), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [18045] = 6, + anon_sym_DASH_GT_STAR, + [17603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - STATE(2622), 1, - sym_decltype_auto, - ACTIONS(5357), 13, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2635), 1, + sym_attribute_specifier, + ACTIONS(5933), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -313645,10 +313235,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5359), 45, + ACTIONS(5935), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313661,7 +313250,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_LT, anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_constexpr, @@ -313690,21 +313278,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [18120] = 5, + [17678] = 5, ACTIONS(3), 1, sym_comment, - STATE(2588), 1, + STATE(1596), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6668), 4, + ACTIONS(6637), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5591), 20, + ACTIONS(5780), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313725,7 +313315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5593), 36, + ACTIONS(5778), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313762,10 +313352,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [18193] = 3, + [17751] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 27, + STATE(1596), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6637), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313775,32 +313372,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5672), 34, + anon_sym_DASH_GT, + ACTIONS(5790), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -313809,29 +313403,29 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [18262] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [17824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 13, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -313845,7 +313439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5291), 48, + ACTIONS(5457), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313875,7 +313469,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -313894,111 +313487,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [18331] = 5, + [17895] = 5, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + STATE(2538), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5760), 20, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5758), 36, + ACTIONS(5782), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5784), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [18404] = 6, + anon_sym_template, + anon_sym_operator, + [17968] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - STATE(2621), 1, - sym_attribute_specifier, - ACTIONS(6000), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, - anon_sym_DOT, - ACTIONS(6002), 46, + STATE(2538), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6628), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5786), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, 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_LT_LT, - anon_sym___extension__, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5788), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, + anon_sym_static, + 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, @@ -314013,171 +313618,359 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [18041] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6661), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(6659), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, anon_sym_requires, - [18479] = 5, + sym_this, + [18110] = 5, ACTIONS(3), 1, sym_comment, - STATE(2591), 1, + STATE(2582), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6670), 4, + ACTIONS(6663), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5732), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5760), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5762), 43, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5730), 36, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [18183] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2583), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6665), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5766), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5768), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [18552] = 5, + anon_sym_template, + anon_sym_operator, + [18256] = 5, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + STATE(2538), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5806), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5778), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5780), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [18329] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5285), 27, + 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5804), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5283), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [18625] = 5, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [18400] = 5, ACTIONS(3), 1, sym_comment, - STATE(2544), 1, + STATE(2538), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, + ACTIONS(6628), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5742), 13, + ACTIONS(5756), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314191,7 +313984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5744), 43, + ACTIONS(5758), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -314235,16 +314028,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [18698] = 6, + [18473] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4883), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(4876), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [18542] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - STATE(2636), 1, + STATE(2672), 1, sym_attribute_specifier, - ACTIONS(6004), 12, + ACTIONS(6014), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -314257,7 +314116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(6006), 46, + ACTIONS(6016), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -314304,83 +314163,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [18773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5662), 27, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5664), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [18842] = 5, + [18617] = 5, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, + STATE(2544), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6628), 4, + ACTIONS(6667), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5802), 20, + ACTIONS(5602), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314401,7 +314194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5800), 36, + ACTIONS(5604), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314438,17 +314231,82 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [18915] = 5, + [18690] = 3, ACTIONS(3), 1, sym_comment, - STATE(2532), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6672), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5792), 20, + ACTIONS(6671), 28, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(6669), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [18759] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6639), 1, + anon_sym_LT, + STATE(2622), 1, + sym_template_argument_list, + ACTIONS(5689), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314459,17 +314317,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5790), 36, + ACTIONS(4133), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314505,180 +314363,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [18988] = 5, + [18834] = 6, ACTIONS(3), 1, sym_comment, - STATE(2530), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6674), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 20, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2666), 1, + sym_attribute_specifier, + ACTIONS(5990), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5784), 36, + ACTIONS(5992), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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___attribute__, + anon_sym_LT_LT, + anon_sym___extension__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [19061] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [18909] = 6, ACTIONS(3), 1, sym_comment, - STATE(1611), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6628), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 20, + ACTIONS(6119), 1, + anon_sym___attribute__, + ACTIONS(6121), 1, + anon_sym___attribute, + STATE(2646), 1, + sym_attribute_specifier, + ACTIONS(5994), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5774), 36, + ACTIONS(5996), 46, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [19134] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4823), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4821), 47, - anon_sym_AMP, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -314693,58 +314486,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [19203] = 3, + [18984] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4845), 14, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + STATE(2669), 1, + sym_decltype_auto, + ACTIONS(5311), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5313), 45, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4843), 47, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -314759,25 +314557,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [19272] = 3, + [19059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6678), 28, + ACTIONS(2738), 28, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -314806,7 +314605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - ACTIONS(6676), 33, + ACTIONS(2733), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -314840,17 +314639,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_new, anon_sym_requires, sym_this, - [19341] = 5, + [19128] = 5, ACTIONS(3), 1, sym_comment, - STATE(2544), 1, + STATE(2532), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6630), 4, + ACTIONS(6409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5736), 13, + ACTIONS(5604), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314864,7 +314663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5738), 43, + ACTIONS(5602), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -314908,17 +314707,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [19414] = 5, + [19201] = 3, ACTIONS(3), 1, sym_comment, - STATE(2595), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6680), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5748), 20, + ACTIONS(5647), 27, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5649), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [19270] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5651), 27, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314928,18 +314786,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5653), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [19339] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6677), 1, + anon_sym_LT, + STATE(2622), 1, + sym_template_argument_list, + ACTIONS(4831), 20, + 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5746), 36, + ACTIONS(4838), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314975,76 +314905,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [19487] = 3, + [19414] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 13, + STATE(2552), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6680), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5762), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5474), 47, + anon_sym_DASH_GT, + ACTIONS(5760), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [19555] = 3, + anon_sym_DASH_GT_STAR, + [19487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 13, + ACTIONS(5524), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315058,7 +314993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5540), 47, + ACTIONS(5526), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315106,75 +315041,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [19623] = 3, + [19555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 13, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5563), 47, + anon_sym_DASH_GT, + ACTIONS(5321), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [19691] = 3, + anon_sym_DASH_GT_STAR, + [19625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 13, + ACTIONS(5488), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315188,7 +315124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5482), 47, + ACTIONS(5490), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315236,75 +315172,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [19759] = 3, + [19693] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 13, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5494), 47, + anon_sym_DASH_GT, + ACTIONS(5321), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [19827] = 3, + anon_sym_DASH_GT_STAR, + [19763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 13, + ACTIONS(5578), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315318,7 +315255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5474), 47, + ACTIONS(5580), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315366,10 +315303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [19895] = 3, + [19831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 13, + ACTIONS(5606), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315383,7 +315320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5500), 47, + ACTIONS(5608), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315431,102 +315368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [19963] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5815), 1, - anon_sym_STAR, - ACTIONS(5817), 1, - anon_sym_AMP_AMP, - ACTIONS(5819), 1, - anon_sym_AMP, - STATE(3231), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6232), 1, - sym__declarator, - STATE(6558), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5695), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5703), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [20081] = 4, + [19899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 21, + ACTIONS(5307), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315548,7 +315393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5291), 38, + ACTIONS(5309), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315559,72 +315404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [20151] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, anon_sym_COLON_COLON, - ACTIONS(5289), 21, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5291), 38, - anon_sym_DOT_DOT_DOT, - 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -315653,67 +315433,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_DASH_GT_STAR, - [20221] = 8, + [19967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6682), 1, - anon_sym_LT, - STATE(2662), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2705), 1, - sym_template_argument_list, - ACTIONS(6450), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 19, + ACTIONS(5496), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym___attribute, + anon_sym_const, anon_sym_DOT, - ACTIONS(4115), 33, + ACTIONS(5498), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -315722,11 +315494,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [20299] = 3, + anon_sym_requires, + [20035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 13, + ACTIONS(5504), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315740,7 +315515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5504), 47, + ACTIONS(5506), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315788,10 +315563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20367] = 3, + [20103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 13, + ACTIONS(5492), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315805,7 +315580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5508), 47, + ACTIONS(5494), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315853,10 +315628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20435] = 3, + [20171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 13, + ACTIONS(5574), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315870,7 +315645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5597), 47, + ACTIONS(5576), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315918,10 +315693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20503] = 3, + [20239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5614), 13, + ACTIONS(5554), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -315935,7 +315710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5616), 47, + ACTIONS(5556), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -315983,10 +315758,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20571] = 3, + [20307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 13, + ACTIONS(5558), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316000,7 +315775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5512), 47, + ACTIONS(5560), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316048,63 +315823,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20639] = 6, + [20375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6684), 1, - anon_sym_LT, - STATE(2705), 1, - sym_template_argument_list, - ACTIONS(4859), 21, + ACTIONS(5562), 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(4866), 36, + ACTIONS(5564), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -316116,10 +315887,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [20713] = 3, + anon_sym_requires, + [20443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 13, + ACTIONS(5570), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316133,7 +315905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5612), 47, + ACTIONS(5572), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316181,10 +315953,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20781] = 3, + [20511] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5827), 1, + anon_sym_STAR, + ACTIONS(5829), 1, + anon_sym_AMP_AMP, + ACTIONS(5831), 1, + anon_sym_AMP, + STATE(3108), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6294), 1, + sym__declarator, + STATE(6600), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6604), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(6606), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [20629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 13, + ACTIONS(5476), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316198,7 +316060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5601), 47, + ACTIONS(5478), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316246,10 +316108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20849] = 3, + [20697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 13, + ACTIONS(5520), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316263,7 +316125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5470), 47, + ACTIONS(5522), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316311,10 +316173,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [20917] = 3, + [20765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 21, + ACTIONS(4876), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316336,7 +316198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5408), 39, + ACTIONS(4883), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316376,91 +316238,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_DASH_GT_STAR, - [20985] = 5, + [20833] = 28, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5738), 21, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5827), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(5829), 1, + anon_sym_AMP_AMP, + ACTIONS(5831), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5736), 34, - anon_sym_DOT_DOT_DOT, + STATE(3108), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6283), 1, + sym__declarator, + STATE(6579), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5723), 2, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_GT2, - [21057] = 3, + ACTIONS(5725), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [20951] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 24, + ACTIONS(6682), 1, + sym_identifier, + STATE(2624), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(6685), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(6688), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5419), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -316468,117 +316366,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_identifier, sym_literal_suffix, - ACTIONS(5676), 36, + ACTIONS(5417), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [21027] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6691), 1, + sym_identifier, + STATE(2624), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3477), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, + ACTIONS(3481), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [21125] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1614), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5744), 21, + ACTIONS(5301), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5742), 34, + sym_literal_suffix, + ACTIONS(5299), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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___attribute__, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [21197] = 3, + [21103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 13, + ACTIONS(5500), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316592,7 +316483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5552), 47, + ACTIONS(5502), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316640,10 +316531,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21265] = 3, + [21171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 13, + ACTIONS(5602), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316657,7 +316548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5548), 47, + ACTIONS(5604), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316705,10 +316596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21333] = 3, + [21239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 13, + ACTIONS(5538), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316722,7 +316613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5532), 47, + ACTIONS(5540), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316770,100 +316661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21401] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5836), 1, - anon_sym_STAR, - ACTIONS(5838), 1, - anon_sym_AMP_AMP, - ACTIONS(5840), 1, - anon_sym_AMP, - STATE(3121), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6232), 1, - sym__declarator, - STATE(6594), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5695), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5703), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [21519] = 3, + [21307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 13, + ACTIONS(5472), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -316877,7 +316678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5528), 47, + ACTIONS(5474), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -316925,82 +316726,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21587] = 3, + [21375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 21, + ACTIONS(5504), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4883), 39, + ACTIONS(5506), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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_LT, + anon_sym___extension__, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_DASH_GT_STAR, - [21655] = 5, + anon_sym_GT2, + anon_sym_requires, + [21443] = 10, ACTIONS(3), 1, sym_comment, - STATE(2660), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6689), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5591), 21, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(6695), 1, + anon_sym_COLON, + STATE(2747), 1, + sym__enum_base_clause, + STATE(2792), 1, + sym_enumerator_list, + STATE(3037), 1, + sym_attribute_specifier, + ACTIONS(6202), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317010,28 +316818,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5593), 34, + anon_sym_DASH_GT, + ACTIONS(6204), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -317040,6 +316846,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -317053,14 +316860,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [21727] = 3, + anon_sym_DASH_GT_STAR, + [21525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 13, + ACTIONS(5542), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317074,7 +316880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5593), 47, + ACTIONS(5544), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317122,10 +316928,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21795] = 3, + [21593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 13, + ACTIONS(5586), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317139,7 +316945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5589), 47, + ACTIONS(5588), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317187,10 +316993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21863] = 3, + [21661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 13, + ACTIONS(5594), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317204,7 +317010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5441), 47, + ACTIONS(5596), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317252,79 +317058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [21931] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(2713), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6691), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5910), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [22007] = 3, + [21729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 13, + ACTIONS(5468), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317338,7 +317075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5583), 47, + ACTIONS(5470), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317386,10 +317123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [22075] = 3, + [21797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 13, + ACTIONS(5504), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317403,7 +317140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5571), 47, + ACTIONS(5506), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317451,17 +317188,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [22143] = 5, + [21865] = 5, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, + STATE(2532), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6409), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5457), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5455), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [21937] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6697), 1, + anon_sym_LT, + STATE(2641), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, + STATE(2701), 1, + sym_template_argument_list, + ACTIONS(6415), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5776), 21, + ACTIONS(4107), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317473,17 +317283,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5774), 34, + ACTIONS(4115), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317491,7 +317299,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -317518,17 +317325,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [22215] = 5, + [22015] = 6, ACTIONS(3), 1, sym_comment, - STATE(2625), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6693), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 21, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6697), 1, + anon_sym_LT, + STATE(2701), 1, + sym_template_argument_list, + ACTIONS(5689), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317540,17 +317346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5784), 34, + ACTIONS(4133), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317584,90 +317390,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [22287] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5472), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5474), 47, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, - anon_sym_requires, - [22355] = 10, + [22089] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6699), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6701), 1, anon_sym___attribute, - ACTIONS(6695), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(6697), 1, - anon_sym_COLON, - STATE(2749), 1, - sym__enum_base_clause, - STATE(2816), 1, - sym_enumerator_list, - STATE(3038), 1, + STATE(3040), 1, + sym_field_declaration_list, + STATE(3600), 1, sym_attribute_specifier, - ACTIONS(6250), 19, + STATE(6831), 1, + sym_virtual_specifier, + STATE(7487), 1, + sym_base_class_clause, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5659), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317682,12 +317430,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6252), 34, + ACTIONS(5661), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317709,11 +317454,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -317722,29 +317467,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [22437] = 12, + [22175] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - ACTIONS(6703), 1, - anon_sym_LBRACE, - STATE(3079), 1, - sym_field_declaration_list, - STATE(3550), 1, - sym_attribute_specifier, - STATE(6867), 1, - sym_virtual_specifier, - STATE(7740), 1, - sym_base_class_clause, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5650), 16, + STATE(1620), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6705), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317754,23 +317487,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5652), 34, + ACTIONS(5790), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -317779,27 +317517,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [22523] = 3, + anon_sym_GT2, + [22247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 13, + ACTIONS(5455), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -317813,7 +317551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5516), 47, + ACTIONS(5457), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -317861,83 +317599,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [22591] = 28, + [22315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, + ACTIONS(5457), 11, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5815), 1, anon_sym_STAR, - ACTIONS(5817), 1, anon_sym_AMP_AMP, - ACTIONS(5819), 1, - anon_sym_AMP, - STATE(3231), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6266), 1, - sym__declarator, - STATE(6564), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6578), 2, - anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, - ACTIONS(6580), 2, + ACTIONS(5455), 49, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, + 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_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, @@ -317951,12 +317649,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [22709] = 4, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [22383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 21, + ACTIONS(5671), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317970,15 +317681,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5466), 38, + sym_identifier, + sym_literal_suffix, + ACTIONS(5673), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317988,8 +317702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -318002,32 +317714,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, anon_sym_DASH_GT_STAR, - [22779] = 5, + [22451] = 5, ACTIONS(3), 1, sym_comment, - STATE(2627), 1, + STATE(1620), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6705), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5792), 21, + ACTIONS(5802), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318049,7 +317761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5790), 34, + ACTIONS(5800), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318084,64 +317796,59 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [22851] = 5, + [22523] = 3, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5802), 21, + ACTIONS(5598), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(5800), 34, + ACTIONS(5600), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -318150,11 +317857,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [22923] = 3, + anon_sym_requires, + [22591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 13, + ACTIONS(5510), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -318168,7 +317878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5567), 47, + ACTIONS(5512), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318216,10 +317926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [22991] = 3, + [22659] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 20, + STATE(2653), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6707), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5774), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318229,33 +317946,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5559), 40, + ACTIONS(5772), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -318264,7 +317976,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -318278,20 +317989,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [23059] = 5, + anon_sym_GT2, + [22731] = 5, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, + STATE(2657), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, + ACTIONS(6709), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5806), 21, + ACTIONS(5796), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318313,7 +318025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5804), 34, + ACTIONS(5794), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318348,75 +318060,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [23131] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5534), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5536), 47, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [23199] = 3, + [22803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 24, + ACTIONS(5480), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318430,18 +318077,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5672), 36, + ACTIONS(5482), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318451,6 +318094,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -318463,213 +318112,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [23267] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5514), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_const, - anon_sym_DOT, - ACTIONS(5516), 47, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [23335] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6707), 1, - sym_identifier, - STATE(2657), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6710), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(6713), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5386), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5384), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [23411] = 5, + anon_sym_DASH_GT_STAR, + [22871] = 3, ACTIONS(3), 1, - sym_comment, - STATE(2650), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6716), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5748), 21, + sym_comment, + ACTIONS(5582), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(5746), 34, + ACTIONS(5584), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -318678,65 +318186,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [23483] = 5, + anon_sym_requires, + [22939] = 3, ACTIONS(3), 1, sym_comment, - STATE(2653), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6718), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5732), 21, + ACTIONS(5455), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_const, anon_sym_DOT, - ACTIONS(5730), 34, + ACTIONS(5457), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, + anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -318745,18 +318251,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [23555] = 5, + anon_sym_requires, + [23007] = 5, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, + STATE(1620), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, + ACTIONS(6705), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5760), 21, + ACTIONS(5752), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318778,7 +318287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5758), 34, + ACTIONS(5750), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318813,10 +318322,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [23627] = 3, + [23079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 24, + ACTIONS(5647), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318841,7 +318350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_identifier, sym_literal_suffix, - ACTIONS(5668), 36, + ACTIONS(5649), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318878,17 +318387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DASH_GT_STAR, - [23695] = 5, + [23147] = 3, ACTIONS(3), 1, sym_comment, - STATE(1614), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6687), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5756), 21, + ACTIONS(5651), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318898,28 +318400,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5754), 34, + anon_sym_DASH_GT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5653), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -318928,33 +318433,126 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [23767] = 6, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [23215] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6682), 1, - anon_sym_LT, - STATE(2705), 1, - sym_template_argument_list, - ACTIONS(5689), 21, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, + anon_sym_STAR, + ACTIONS(5843), 1, + anon_sym_AMP_AMP, + ACTIONS(5845), 1, + anon_sym_AMP, + STATE(3092), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6283), 1, + sym__declarator, + STATE(6603), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5723), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5725), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [23333] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1620), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6705), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318966,17 +318564,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4133), 36, + ACTIONS(5756), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319010,82 +318608,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - [23841] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6720), 1, - sym_identifier, - STATE(2657), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3477), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3481), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5425), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5423), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [23917] = 3, + [23405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 13, + ACTIONS(5492), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319099,7 +318626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5441), 47, + ACTIONS(5494), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319147,79 +318674,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [23985] = 7, + [23473] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6722), 1, - sym_identifier, - STATE(2664), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(3477), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3481), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5303), 17, - aux_sym_preproc_elif_token1, + STATE(2674), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6711), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5762), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5301), 29, + ACTIONS(5760), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, + anon_sym_LBRACE, 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [24061] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [23545] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 24, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(6695), 1, + anon_sym_COLON, + STATE(2746), 1, + sym__enum_base_clause, + STATE(2774), 1, + sym_enumerator_list, + STATE(3012), 1, + sym_attribute_specifier, + ACTIONS(6258), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319236,15 +318775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5664), 36, + ACTIONS(6260), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319266,74 +318800,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [24129] = 3, + [23627] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5603), 13, + STATE(2675), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6713), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5768), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5605), 47, + ACTIONS(5766), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, - anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -319342,81 +318879,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [24197] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2533), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6523), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_GT2, - ACTIONS(5439), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [24269] = 3, + [23699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 13, + ACTIONS(5614), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319430,7 +318897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5486), 47, + ACTIONS(5616), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319478,10 +318945,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [24337] = 3, + [23767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 13, + ACTIONS(5566), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319495,7 +318962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5579), 47, + ACTIONS(5568), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319543,59 +319010,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [24405] = 3, + [23835] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 13, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, + anon_sym_STAR, + ACTIONS(5843), 1, + anon_sym_AMP_AMP, + ACTIONS(5845), 1, + anon_sym_AMP, + STATE(3092), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6294), 1, + sym__declarator, + STATE(6604), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6604), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6606), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [23953] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1620), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6705), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5780), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5544), 47, + ACTIONS(5778), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT_LT, - anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -319604,14 +319166,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - anon_sym_requires, - [24473] = 3, + [24025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 13, + ACTIONS(5484), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319625,7 +319184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5520), 47, + ACTIONS(5486), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319673,75 +319232,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [24541] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5441), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - ACTIONS(5439), 49, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [24609] = 3, + [24093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 13, + ACTIONS(5528), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319755,7 +319249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5490), 47, + ACTIONS(5530), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319803,54 +319297,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [24677] = 3, + [24161] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 13, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(2725), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6715), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 17, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, - anon_sym_const, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(5478), 47, + anon_sym_DASH_GT, + ACTIONS(5929), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___extension__, + anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -319861,17 +319363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [24745] = 3, + anon_sym_DASH_GT_STAR, + [24237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5573), 13, + ACTIONS(5590), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -319885,7 +319383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5575), 47, + ACTIONS(5592), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319933,179 +319431,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [24813] = 3, + [24305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5597), 13, + STATE(2645), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6717), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5602), 21, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5604), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5595), 47, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - sym_identifier, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [24881] = 28, + anon_sym_GT2, + [24377] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5287), 1, anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5836), 1, - anon_sym_STAR, - ACTIONS(5838), 1, - anon_sym_AMP_AMP, - ACTIONS(5840), 1, - anon_sym_AMP, - STATE(3121), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6266), 1, - sym__declarator, - STATE(6569), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6578), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(6580), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [24999] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - ACTIONS(6695), 1, - anon_sym_LBRACE, - ACTIONS(6697), 1, - anon_sym_COLON, - STATE(2733), 1, - sym__enum_base_clause, - STATE(2785), 1, - sym_enumerator_list, - STATE(3047), 1, - sym_attribute_specifier, - ACTIONS(6256), 19, + ACTIONS(5283), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320119,13 +319517,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6258), 34, + ACTIONS(5285), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320135,6 +319535,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -320159,11 +319561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [25081] = 3, + [24447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 13, + ACTIONS(5610), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320177,7 +319581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_const, anon_sym_DOT, - ACTIONS(5524), 47, + ACTIONS(5612), 47, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320225,50 +319629,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [25149] = 6, + [24515] = 3, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4920), 4, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(5678), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4999), 10, + ACTIONS(5516), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5518), 47, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4996), 40, - anon_sym_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, @@ -320283,19 +319676,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [25222] = 3, + [24583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 21, + STATE(1620), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6705), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5784), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320317,7 +319726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5559), 38, + ACTIONS(5782), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -320327,10 +319736,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -320356,17 +319761,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [25289] = 5, + [24655] = 5, ACTIONS(3), 1, sym_comment, - STATE(2588), 1, + STATE(1620), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6668), 4, + ACTIONS(6705), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5439), 19, + ACTIONS(5788), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320376,26 +319781,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(5786), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -320405,7 +319811,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -320419,13 +319824,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [25360] = 3, + anon_sym_GT2, + [24727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 20, + ACTIONS(5655), 24, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320439,14 +319845,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5291), 39, + sym_identifier, + sym_literal_suffix, + ACTIONS(5657), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320456,10 +319866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -320471,129 +319878,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, anon_sym_DASH_GT_STAR, - [25427] = 16, + [24795] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, - sym_auto, - ACTIONS(6217), 1, - anon_sym_decltype, - ACTIONS(6724), 1, - anon_sym_SEMI, - STATE(2370), 1, - sym_decltype_auto, - STATE(2932), 1, - sym_alignas_qualifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6211), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - STATE(2480), 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(5624), 9, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6719), 1, + anon_sym_LT, + STATE(2701), 1, + sym_template_argument_list, + ACTIONS(4831), 21, + 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___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(5620), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [25520] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6568), 26, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4838), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, + anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6566), 33, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [24869] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6722), 1, + sym_identifier, + STATE(2625), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(3477), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(3481), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5281), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -320602,19 +319992,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -320622,18 +319999,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [25587] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6584), 26, + sym_literal_suffix, + ACTIONS(5279), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -320646,55 +320020,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_RBRACK_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6582), 33, + [24945] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5546), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, + anon_sym_GT_GT, anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5548), 47, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [25654] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [25013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6728), 13, + ACTIONS(5518), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320708,7 +320112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - ACTIONS(6726), 46, + ACTIONS(5516), 47, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -320749,77 +320153,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, anon_sym_COLON, sym_identifier, + sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_explicit, anon_sym_template, anon_sym_operator, - [25721] = 16, + [25081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, - sym_auto, - ACTIONS(6217), 1, - anon_sym_decltype, - ACTIONS(6730), 1, - anon_sym_SEMI, - STATE(2370), 1, - sym_decltype_auto, - STATE(2932), 1, - sym_alignas_qualifier, - ACTIONS(5626), 2, - anon_sym___attribute__, + ACTIONS(5550), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6211), 5, + anon_sym_const, + anon_sym_DOT, + ACTIONS(5552), 47, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - STATE(2480), 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(5624), 9, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6209), 12, - anon_sym_AMP, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - sym_identifier, - anon_sym_template, - anon_sym_operator, - ACTIONS(5620), 14, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym___extension__, - anon_sym_const, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -320832,24 +320205,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [25814] = 16, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [25149] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, + ACTIONS(6223), 1, sym_auto, - ACTIONS(6217), 1, + ACTIONS(6225), 1, anon_sym_decltype, - ACTIONS(6732), 1, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6724), 1, anon_sym_SEMI, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, ACTIONS(5626), 2, anon_sym___attribute__, @@ -320857,13 +320250,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 5, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(2480), 7, + STATE(2500), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -320881,7 +320274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6248), 12, anon_sym_AMP, anon_sym___based, anon_sym___cdecl, @@ -320909,74 +320302,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [25907] = 3, + [25242] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4932), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(5287), 1, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4930), 46, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [25974] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5666), 23, + ACTIONS(5319), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320986,30 +320317,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5668), 36, + ACTIONS(5321), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -321018,29 +320348,43 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [26041] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [25311] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 23, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + ACTIONS(6726), 1, + anon_sym_LBRACE, + ACTIONS(6728), 1, + anon_sym_COLON, + STATE(2805), 1, + sym__enum_base_clause, + STATE(2879), 1, + sym_enumerator_list, + STATE(3243), 1, + sym_attribute_specifier, + ACTIONS(6258), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321050,30 +320394,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(5676), 36, + ACTIONS(6260), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -321082,29 +320421,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - anon_sym_DASH_GT_STAR, - [26108] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [25392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 23, + ACTIONS(5647), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321128,7 +320465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(5672), 36, + ACTIONS(5649), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321165,10 +320502,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DASH_GT_STAR, - [26175] = 3, + [25459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6622), 26, + ACTIONS(6490), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321195,7 +320532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6620), 33, + ACTIONS(6488), 33, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321229,10 +320566,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [26242] = 3, + [25526] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 22, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5321), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [25595] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5651), 23, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5653), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [25662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 22, + ACTIONS(5307), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321255,7 +320721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5408), 37, + ACTIONS(5309), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321293,24 +320759,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [26309] = 16, + [25729] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, + ACTIONS(6223), 1, sym_auto, - ACTIONS(6217), 1, + ACTIONS(6225), 1, anon_sym_decltype, - ACTIONS(6734), 1, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6730), 1, anon_sym_SEMI, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, ACTIONS(5626), 2, anon_sym___attribute__, @@ -321318,13 +320784,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 5, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(2480), 7, + STATE(2500), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -321342,7 +320808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6248), 12, anon_sym_AMP, anon_sym___based, anon_sym___cdecl, @@ -321370,24 +320836,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [26402] = 16, + [25822] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5671), 23, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(5673), 36, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + anon_sym_DASH_GT_STAR, + [25889] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, + ACTIONS(6223), 1, sym_auto, - ACTIONS(6217), 1, + ACTIONS(6225), 1, anon_sym_decltype, - ACTIONS(6736), 1, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6732), 1, anon_sym_SEMI, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, ACTIONS(5626), 2, anon_sym___attribute__, @@ -321395,13 +320925,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 5, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(2480), 7, + STATE(2500), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -321419,7 +320949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6248), 12, anon_sym_AMP, anon_sym___based, anon_sym___cdecl, @@ -321447,24 +320977,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [26495] = 16, + [25982] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5480), 21, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5482), 38, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [26049] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4972), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4970), 46, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [26116] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6532), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6530), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [26183] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, + ACTIONS(6223), 1, sym_auto, - ACTIONS(6217), 1, + ACTIONS(6225), 1, anon_sym_decltype, - ACTIONS(6738), 1, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6734), 1, anon_sym_SEMI, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, ACTIONS(5626), 2, anon_sym___attribute__, @@ -321472,13 +321194,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 5, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(2480), 7, + STATE(2500), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -321496,7 +321218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6248), 12, anon_sym_AMP, anon_sym___based, anon_sym___cdecl, @@ -321524,39 +321246,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [26588] = 3, + [26276] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6223), 1, + sym_auto, + ACTIONS(6225), 1, + anon_sym_decltype, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6736), 1, + anon_sym_SEMI, + STATE(2384), 1, + sym_decltype_auto, + STATE(2961), 1, + sym_alignas_qualifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4876), 46, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, + STATE(2500), 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(5624), 9, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -321565,6 +321295,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(6248), 12, + anon_sym_AMP, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(5620), 14, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -321578,22 +321323,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + [26369] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4876), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, anon_sym_COLON, - sym_identifier, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4883), 41, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - [26655] = 4, + anon_sym_requires, + anon_sym_DASH_GT_STAR, + [26436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, + ACTIONS(5287), 1, anon_sym_COLON_COLON, - ACTIONS(5289), 22, + ACTIONS(5283), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321616,7 +321415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5291), 36, + ACTIONS(5285), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321653,12 +321452,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [26724] = 4, + [26505] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 22, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + ACTIONS(6726), 1, + anon_sym_LBRACE, + ACTIONS(6728), 1, + anon_sym_COLON, + STATE(2758), 1, + sym__enum_base_clause, + STATE(2903), 1, + sym_enumerator_list, + STATE(3113), 1, + sym_attribute_specifier, + ACTIONS(6202), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321673,15 +321484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5291), 36, + ACTIONS(6204), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -321689,8 +321498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -321715,13 +321522,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - [26793] = 3, + [26586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 18, + ACTIONS(4876), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321731,6 +321536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, @@ -321738,19 +321544,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4883), 41, + ACTIONS(4883), 37, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym___attribute__, anon_sym_COLON_COLON, anon_sym_LBRACE, @@ -321762,30 +321568,100 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_requires, - anon_sym_DASH_GT_STAR, - [26860] = 3, + anon_sym_GT2, + [26653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 22, + ACTIONS(6508), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_RBRACK_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6506), 33, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [26720] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2544), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6667), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321795,29 +321671,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4883), 37, + anon_sym_DASH_GT, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_COLON_COLON, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -321827,6 +321700,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -321840,30 +321714,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [26791] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6223), 1, + sym_auto, + ACTIONS(6225), 1, + anon_sym_decltype, + ACTIONS(6252), 1, + anon_sym_virtual, + ACTIONS(6738), 1, + anon_sym_SEMI, + STATE(2384), 1, + sym_decltype_auto, + STATE(2961), 1, + sym_alignas_qualifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6250), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + STATE(2500), 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(5624), 9, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(6248), 12, + anon_sym_AMP, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(5620), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [26884] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4883), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4876), 46, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [26927] = 16, + anon_sym_template, + anon_sym_operator, + [26951] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6213), 1, - anon_sym_virtual, - ACTIONS(6215), 1, + ACTIONS(6223), 1, sym_auto, - ACTIONS(6217), 1, + ACTIONS(6225), 1, anon_sym_decltype, + ACTIONS(6252), 1, + anon_sym_virtual, ACTIONS(6740), 1, anon_sym_SEMI, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, ACTIONS(5626), 2, anon_sym___attribute__, @@ -321871,13 +321883,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 5, + ACTIONS(6250), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(2480), 7, + STATE(2500), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -321895,7 +321907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6209), 12, + ACTIONS(6248), 12, anon_sym_AMP, anon_sym___based, anon_sym___cdecl, @@ -321923,12 +321935,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [27020] = 4, + [27044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 22, + ACTIONS(5319), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321938,30 +321948,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5466), 36, + anon_sym_DASH_GT, + ACTIONS(5321), 39, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -321969,6 +321980,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -321982,16 +321994,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [27089] = 3, + anon_sym_DASH_GT_STAR, + [27111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 23, + ACTIONS(5655), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322015,7 +322026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(5664), 36, + ACTIONS(5657), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322052,24 +322063,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, anon_sym_DASH_GT_STAR, - [27156] = 10, + [27178] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4920), 4, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(5644), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4996), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4999), 40, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(6608), 1, anon_sym___attribute, - ACTIONS(6742), 1, + anon_sym___declspec, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [27251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6744), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(6744), 1, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6742), 46, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, anon_sym_COLON, - STATE(2754), 1, - sym__enum_base_clause, - STATE(2842), 1, - sym_enumerator_list, - STATE(3251), 1, - sym_attribute_specifier, - ACTIONS(6250), 20, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [27318] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2645), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6717), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322090,7 +322225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6252), 32, + ACTIONS(5457), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322098,6 +322233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -322123,24 +322259,161 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [27237] = 10, + [27388] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6746), 1, + anon_sym_SEMI, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(6608), 1, anon_sym___attribute, - ACTIONS(6742), 1, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [27472] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6744), 1, + ACTIONS(6376), 1, anon_sym_COLON, - STATE(2823), 1, - sym__enum_base_clause, - STATE(2854), 1, - sym_enumerator_list, - STATE(3181), 1, + ACTIONS(6748), 1, + anon_sym_SEMI, + STATE(2361), 1, sym_attribute_specifier, - ACTIONS(6256), 20, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [27556] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1627), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6750), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5780), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322150,25 +322423,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(6258), 32, + anon_sym_DASH_GT, + ACTIONS(5778), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -322177,27 +322451,40 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [27318] = 3, + anon_sym_DASH_GT_STAR, + [27626] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 21, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6752), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + STATE(2725), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6715), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322207,30 +322494,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(5291), 37, + anon_sym_DASH_GT, + ACTIONS(4115), 35, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322238,49 +322519,119 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [27702] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6754), 1, + anon_sym_SEMI, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [27384] = 8, + ACTIONS(5661), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [27786] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - STATE(2937), 1, + STATE(2981), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6746), 4, + ACTIONS(6756), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5908), 6, + ACTIONS(5927), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5910), 44, + ACTIONS(5929), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -322325,17 +322676,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [27460] = 5, + [27862] = 11, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5756), 17, + ACTIONS(2397), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6760), 1, + anon_sym_LBRACK, + ACTIONS(6762), 1, + sym_auto, + ACTIONS(6764), 1, + anon_sym_decltype, + STATE(3050), 1, + sym_decltype_auto, + STATE(3071), 1, + sym_new_declarator, + STATE(3571), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322349,23 +322710,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5754), 36, + ACTIONS(5806), 30, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322377,29 +322736,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [27530] = 6, + [27944] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6750), 1, + ACTIONS(6766), 1, anon_sym_LT, - STATE(2704), 1, + STATE(2698), 1, sym_template_argument_list, - ACTIONS(5689), 17, + ACTIONS(4831), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322417,7 +322774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4133), 38, + ACTIONS(4838), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322456,23 +322813,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_DASH_GT_STAR, - [27602] = 8, + [28016] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6750), 1, - anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - STATE(2713), 1, + STATE(2730), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6691), 4, + ACTIONS(6769), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4107), 15, + ACTIONS(5768), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322483,12 +322834,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4115), 35, + ACTIONS(5766), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322498,6 +322851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -322524,27 +322878,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [27678] = 11, + [28086] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6754), 1, - anon_sym_LBRACK, - ACTIONS(6756), 1, - sym_auto, - ACTIONS(6758), 1, - anon_sym_decltype, - STATE(3057), 1, - sym_decltype_auto, - STATE(3080), 1, - sym_new_declarator, - STATE(3521), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 19, + STATE(1627), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6750), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322558,21 +322902,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5798), 30, + ACTIONS(5756), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322583,312 +322929,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [27760] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - STATE(2411), 1, - sym_attribute_specifier, - STATE(2861), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5931), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5929), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [27834] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6762), 1, - anon_sym_SEMI, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [27918] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6764), 1, - anon_sym_SEMI, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [28002] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6766), 1, - anon_sym_SEMI, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [28086] = 5, + anon_sym_DASH_GT_STAR, + [28156] = 5, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, + STATE(2726), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, + ACTIONS(6771), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5744), 17, + ACTIONS(5602), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322906,7 +322971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5742), 36, + ACTIONS(5604), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322943,37 +323008,32 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [28156] = 12, + [28226] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6768), 1, - anon_sym_SEMI, - STATE(2378), 1, + STATE(2370), 1, sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, + STATE(2892), 1, + sym_enumerator_list, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5889), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5887), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323015,37 +323075,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [28240] = 12, + [28300] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6770), 1, + ACTIONS(6775), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323087,16 +323147,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [28324] = 6, + [28384] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6772), 1, - anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - ACTIONS(4859), 17, + STATE(1627), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6750), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323107,14 +323168,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4866), 38, + ACTIONS(5790), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323150,91 +323211,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [28396] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6754), 1, - anon_sym_LBRACK, - ACTIONS(6756), 1, - sym_auto, - ACTIONS(6758), 1, - anon_sym_decltype, - STATE(3017), 1, - sym_new_declarator, - STATE(3057), 1, - sym_decltype_auto, - STATE(3449), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5780), 30, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [28478] = 5, + [28454] = 5, ACTIONS(3), 1, sym_comment, - STATE(2739), 1, + STATE(1627), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6775), 4, + ACTIONS(6750), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5732), 17, + ACTIONS(5802), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323252,7 +323240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5730), 36, + ACTIONS(5800), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323289,37 +323277,37 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [28548] = 12, + [28524] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(6777), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323361,104 +323349,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [28632] = 12, + [28608] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(6779), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [28716] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - STATE(2358), 1, - sym_attribute_specifier, - STATE(2860), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5925), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5923), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323500,17 +323421,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [28790] = 5, + [28692] = 5, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, + STATE(1627), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, + ACTIONS(6750), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5760), 17, + ACTIONS(5784), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323528,7 +323449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5758), 36, + ACTIONS(5782), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323565,27 +323486,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [28860] = 11, + [28762] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6754), 1, - anon_sym_LBRACK, - ACTIONS(6756), 1, - sym_auto, - ACTIONS(6758), 1, - anon_sym_decltype, - STATE(3036), 1, - sym_new_declarator, - STATE(3057), 1, - sym_decltype_auto, - STATE(3459), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5811), 19, + STATE(1627), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6750), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5788), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323599,21 +323510,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5813), 30, + ACTIONS(5786), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -323625,48 +323538,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [28942] = 12, + [28832] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(6781), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323708,150 +323623,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [29026] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - ACTIONS(6695), 1, - anon_sym_LBRACE, - STATE(2796), 1, - sym_enumerator_list, - STATE(3084), 1, - sym_attribute_specifier, - ACTIONS(5929), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5931), 34, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [29102] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2660), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6689), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5439), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5441), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [29172] = 5, + [28916] = 5, ACTIONS(3), 1, sym_comment, - STATE(2741), 1, + STATE(2729), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(6783), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5748), 17, + ACTIONS(5762), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323869,7 +323651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5746), 36, + ACTIONS(5760), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323906,37 +323688,32 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [29242] = 12, + [28986] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6785), 1, - anon_sym_SEMI, - STATE(2378), 1, + STATE(2379), 1, sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, + STATE(2836), 1, + sym_enumerator_list, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5920), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5918), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -323978,37 +323755,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [29326] = 12, + [29060] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6787), 1, + ACTIONS(6785), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -324050,37 +323827,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [29410] = 12, + [29144] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6789), 1, + ACTIONS(6787), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -324122,17 +323899,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [29494] = 5, + [29228] = 3, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5806), 17, + ACTIONS(5319), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324142,27 +323912,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5804), 36, + ACTIONS(5321), 37, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324170,44 +323943,46 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [29564] = 11, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [29294] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(6754), 1, + ACTIONS(6760), 1, anon_sym_LBRACK, - ACTIONS(6756), 1, + ACTIONS(6762), 1, sym_auto, - ACTIONS(6758), 1, + ACTIONS(6764), 1, anon_sym_decltype, - STATE(3057), 1, - sym_decltype_auto, - STATE(3076), 1, + STATE(2999), 1, sym_new_declarator, - STATE(3500), 2, + STATE(3050), 1, + sym_decltype_auto, + STATE(3473), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5762), 19, + ACTIONS(5727), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324227,7 +324002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5764), 30, + ACTIONS(5729), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324258,232 +324033,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [29646] = 5, + [29376] = 12, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5802), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5800), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, + ACTIONS(6374), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [29716] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2721), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6791), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5792), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6789), 1, + anon_sym_SEMI, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5790), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [29786] = 5, + anon_sym_template, + anon_sym_operator, + [29460] = 12, ACTIONS(3), 1, sym_comment, - STATE(2746), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6793), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6791), 1, + anon_sym_SEMI, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5784), 36, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [29856] = 12, + anon_sym_template, + anon_sym_operator, + [29544] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6795), 1, + ACTIONS(6793), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -324525,37 +324249,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [29940] = 12, + [29628] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6797), 1, + ACTIONS(6795), 1, anon_sym_SEMI, - STATE(2378), 1, + STATE(2361), 1, sym_attribute_specifier, - STATE(2905), 1, + STATE(2869), 1, sym_field_declaration_list, - STATE(6882), 1, + STATE(6832), 1, sym_virtual_specifier, - STATE(7638), 1, + STATE(7629), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 6, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -324597,17 +324321,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [30024] = 5, + [29712] = 5, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, + STATE(2721), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, + ACTIONS(6797), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5738), 17, + ACTIONS(5796), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324625,7 +324349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5736), 36, + ACTIONS(5794), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324662,17 +324386,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [30094] = 5, + [29782] = 6, ACTIONS(3), 1, sym_comment, - STATE(1626), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6748), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 17, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6752), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + ACTIONS(5689), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324683,14 +324406,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5774), 36, + ACTIONS(4133), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324726,18 +324449,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [30164] = 5, + [29854] = 11, ACTIONS(3), 1, sym_comment, - STATE(2730), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6799), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5591), 17, + ACTIONS(2397), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6760), 1, + anon_sym_LBRACK, + ACTIONS(6762), 1, + sym_auto, + ACTIONS(6764), 1, + anon_sym_decltype, + STATE(3050), 1, + sym_decltype_auto, + STATE(3075), 1, + sym_new_declarator, + STATE(3453), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5739), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324751,23 +324486,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5593), 36, + ACTIONS(5741), 30, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -324779,33 +324512,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [30234] = 8, + [29936] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - ACTIONS(6695), 1, - anon_sym_LBRACE, - STATE(2821), 1, - sym_enumerator_list, - STATE(3074), 1, - sym_attribute_specifier, - ACTIONS(5923), 19, + STATE(1627), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6750), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -324819,13 +324547,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5925), 34, + ACTIONS(5750), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -324835,6 +324561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -324847,11 +324575,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -324860,149 +324588,50 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [30310] = 12, + [30006] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6801), 1, - anon_sym_SEMI, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, + ACTIONS(6368), 1, anon_sym___attribute__, + ACTIONS(6370), 1, anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [30394] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + ACTIONS(6693), 1, + anon_sym_LBRACE, + STATE(2793), 1, + sym_enumerator_list, + STATE(3042), 1, + sym_attribute_specifier, + ACTIONS(5918), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 7, - aux_sym_preproc_elif_token1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, - sym_identifier, - ACTIONS(6374), 18, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5920), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325014,86 +324643,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30499] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5291), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - ACTIONS(5289), 45, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [30564] = 10, + anon_sym_DASH_GT_STAR, + [30082] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, + ACTIONS(6368), 1, anon_sym___attribute__, - ACTIONS(6701), 1, + ACTIONS(6370), 1, anon_sym___attribute, - ACTIONS(6829), 1, + ACTIONS(6693), 1, anon_sym_LBRACE, - ACTIONS(6831), 1, - anon_sym_COLON, - STATE(2967), 1, - sym__enum_base_clause, - STATE(3033), 1, + STATE(2800), 1, sym_enumerator_list, - STATE(3472), 1, + STATE(3002), 1, sym_attribute_specifier, - ACTIONS(6256), 16, + ACTIONS(5887), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325108,9 +324684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6258), 34, + ACTIONS(5889), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325132,33 +324711,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [30643] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - ACTIONS(6742), 1, - anon_sym_LBRACE, - STATE(2872), 1, - sym_enumerator_list, - STATE(3162), 1, - sym_attribute_specifier, - ACTIONS(5923), 20, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [30158] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2745), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6799), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5774), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325168,25 +324744,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(5925), 32, + anon_sym_DASH_GT, + ACTIONS(5772), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -325195,48 +324772,66 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [30718] = 4, + anon_sym_DASH_GT_STAR, + [30228] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6833), 1, - anon_sym_friend, - ACTIONS(2465), 6, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6801), 1, + anon_sym_SEMI, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 50, + ACTIONS(5659), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -325261,100 +324856,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [30785] = 3, + [30312] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6837), 25, + ACTIONS(2397), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_COLON_COLON, + ACTIONS(6760), 1, anon_sym_LBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - aux_sym_number_literal_token1, - 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_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(6835), 32, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_not, - anon_sym_compl, - 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__, - anon_sym___asm, - aux_sym_number_literal_token2, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, + ACTIONS(6762), 1, + sym_auto, + ACTIONS(6764), 1, anon_sym_decltype, - anon_sym_template, - anon_sym_delete, - anon_sym_co_await, - anon_sym_new, - anon_sym_requires, - sym_this, - [30850] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - ACTIONS(6829), 1, - anon_sym_LBRACE, - ACTIONS(6831), 1, - anon_sym_COLON, - STATE(2936), 1, - sym__enum_base_clause, - STATE(3078), 1, - sym_enumerator_list, - STATE(3558), 1, - sym_attribute_specifier, - ACTIONS(6250), 16, + STATE(3050), 1, + sym_decltype_auto, + STATE(3055), 1, + sym_new_declarator, + STATE(3544), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325369,19 +324896,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6252), 34, + ACTIONS(5745), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325393,125 +324921,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [30929] = 3, + [30394] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5668), 39, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + ACTIONS(5731), 1, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [30994] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(6841), 1, - anon_sym_LBRACK, - ACTIONS(6843), 1, - sym_auto, - ACTIONS(6845), 1, - anon_sym_decltype, - STATE(3129), 1, - sym_decltype_auto, - STATE(3131), 1, - sym_new_declarator, - STATE(3647), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5762), 20, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(6807), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 15, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - anon_sym_DOT, - ACTIONS(5764), 28, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -325523,116 +325003,14 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [31075] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6855), 1, - anon_sym___attribute__, - ACTIONS(6858), 1, - anon_sym___attribute, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6883), 1, - anon_sym_requires, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4736), 1, - sym__function_attributes_start, - STATE(4966), 1, - sym_ref_qualifier, - STATE(5524), 1, - sym_trailing_return_type, - STATE(5657), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(6876), 2, - anon_sym_final, - anon_sym_override, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5249), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [31194] = 4, + [30485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 18, + ACTIONS(5480), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325648,10 +325026,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5466), 38, + ACTIONS(5482), 40, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325663,6 +325040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym___attribute__, anon_sym_LBRACE, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -325687,13 +325068,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DASH_GT_STAR, - [31261] = 3, + [30550] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6815), 1, + anon_sym_LBRACK, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3686), 1, + sym_template_argument_list, + ACTIONS(4130), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4115), 4, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 42, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [30629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 18, + ACTIONS(5647), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -325712,7 +325160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_identifier, sym_literal_suffix, - ACTIONS(5664), 39, + ACTIONS(5649), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325752,19 +325200,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [31326] = 4, + [30694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6886), 1, - anon_sym_namespace, - ACTIONS(6434), 6, + ACTIONS(5321), 12, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + ACTIONS(5319), 45, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -325773,10 +325225,6 @@ static const uint16_t ts_small_parse_table[] = { 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_register, @@ -325801,24 +325249,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, + anon_sym_final, + anon_sym_override, anon_sym_operator, - [31393] = 3, + anon_sym_try, + anon_sym_requires, + [30759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(6411), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325838,7 +325285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(6413), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -325877,19 +325324,270 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [31458] = 4, + [30824] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6888), 1, - anon_sym_namespace, - ACTIONS(6434), 6, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(4159), 1, + anon_sym_STAR, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_AMP, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5723), 1, + anon_sym_RPAREN, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5787), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6396), 1, + sym__declarator, + STATE(6622), 1, + sym__abstract_declarator, + STATE(7995), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [30937] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + ACTIONS(6726), 1, + anon_sym_LBRACE, + STATE(2858), 1, + sym_enumerator_list, + STATE(3196), 1, + sym_attribute_specifier, + ACTIONS(5887), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5889), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [31012] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(4159), 1, anon_sym_STAR, + ACTIONS(4161), 1, anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_AMP, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(6604), 1, + anon_sym_RPAREN, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5787), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6370), 1, + sym__declarator, + STATE(6686), 1, + sym__abstract_declarator, + STATE(7995), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [31125] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, anon_sym_COLON_COLON, + ACTIONS(4133), 1, + anon_sym_SEMI, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, + ACTIONS(4107), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -325898,10 +325596,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym___declspec, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -325926,92 +325626,191 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [31525] = 3, + [31202] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 18, - aux_sym_preproc_elif_token1, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + ACTIONS(6818), 6, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, sym_identifier, - sym_literal_suffix, - ACTIONS(5676), 39, + ACTIONS(6820), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_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, + [31311] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6822), 1, anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6842), 1, anon_sym_QMARK, - anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [31590] = 6, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6390), 6, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + sym_identifier, + ACTIONS(6392), 15, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_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, + [31424] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(6368), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6370), 1, anon_sym___attribute, - STATE(3013), 1, + STATE(3035), 1, sym_attribute_specifier, - ACTIONS(6033), 19, + ACTIONS(6030), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326031,7 +325830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6035), 35, + ACTIONS(6032), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -326067,54 +325866,157 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [31661] = 11, + [31495] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6841), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6843), 1, - sym_auto, - ACTIONS(6845), 1, - anon_sym_decltype, - STATE(3129), 1, - sym_decltype_auto, - STATE(3211), 1, - sym_new_declarator, - STATE(3630), 2, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(5811), 20, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6807), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 7, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + sym_identifier, + ACTIONS(6333), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [31600] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 8, + aux_sym_preproc_elif_token1, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5813), 28, + sym_identifier, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326122,94 +326024,156 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + [31701] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, + ACTIONS(6838), 1, anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [31742] = 25, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 10, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + sym_identifier, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [31800] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, + ACTIONS(6809), 1, anon_sym_GT_EQ, - ACTIONS(6823), 1, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, + ACTIONS(6838), 1, anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6830), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(6815), 2, + ACTIONS(6832), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6890), 6, + ACTIONS(6331), 12, aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, sym_identifier, - ACTIONS(6892), 17, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326221,54 +326185,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31851] = 11, + [31897] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6841), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6843), 1, - sym_auto, - ACTIONS(6845), 1, - anon_sym_decltype, - STATE(3129), 1, - sym_decltype_auto, - STATE(3249), 1, - sym_new_declarator, - STATE(3721), 2, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 20, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(6807), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 14, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - anon_sym_DOT, - ACTIONS(5780), 28, + anon_sym_bitand, + sym_identifier, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326276,59 +326258,72 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + [31992] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [31932] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5557), 17, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 18, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5559), 40, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326340,86 +326335,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [31997] = 25, + [32079] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, + ACTIONS(6809), 1, anon_sym_GT_EQ, - ACTIONS(6823), 1, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - ACTIONS(6894), 1, + ACTIONS(6822), 1, anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(6811), 2, + ACTIONS(6828), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6813), 2, + ACTIONS(6830), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(6815), 2, + ACTIONS(6832), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6898), 6, + ACTIONS(6844), 6, aux_sym_preproc_elif_token1, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, sym_identifier, - ACTIONS(6900), 17, + ACTIONS(6846), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -326437,76 +326419,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32106] = 21, + [32188] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6819), 1, + ACTIONS(6809), 1, anon_sym_GT_EQ, - ACTIONS(6823), 1, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - ACTIONS(6827), 1, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6842), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(6811), 2, + ACTIONS(6828), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6813), 2, + ACTIONS(6830), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(6815), 2, + ACTIONS(6832), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 8, + ACTIONS(6848), 6, aux_sym_preproc_elif_token1, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, sym_identifier, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, + ACTIONS(6850), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -326517,74 +326505,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32207] = 20, + [32301] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6819), 1, + ACTIONS(6809), 1, anon_sym_GT_EQ, - ACTIONS(6823), 1, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - ACTIONS(6827), 1, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(6813), 2, + ACTIONS(6830), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(6815), 2, + ACTIONS(6832), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 10, + ACTIONS(6852), 6, aux_sym_preproc_elif_token1, - anon_sym_PIPE, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, sym_identifier, - ACTIONS(6374), 19, + ACTIONS(6854), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326596,74 +326589,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32306] = 19, + [32410] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6819), 1, + ACTIONS(6809), 1, anon_sym_GT_EQ, - ACTIONS(6823), 1, + ACTIONS(6813), 1, anon_sym_LT_EQ_GT, - ACTIONS(6827), 1, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6842), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6813), 2, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(6815), 2, + ACTIONS(6832), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + ACTIONS(6807), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 12, + ACTIONS(6856), 6, aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, sym_identifier, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, + ACTIONS(6858), 15, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -326674,135 +326675,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32403] = 4, + [32523] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6902), 1, - anon_sym_typedef, - ACTIONS(2465), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + ACTIONS(6368), 1, anon_sym___attribute__, + ACTIONS(6370), 1, 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [32470] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6827), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + STATE(3041), 1, + sym_attribute_specifier, + ACTIONS(6058), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 14, - aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - sym_identifier, - ACTIONS(6374), 19, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6060), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326814,224 +326727,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32565] = 27, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [32594] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(4159), 1, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3049), 1, + sym_attribute_specifier, + ACTIONS(6014), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4161), 1, - anon_sym_AMP_AMP, - ACTIONS(4163), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(5695), 1, - anon_sym_RPAREN, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5768), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6371), 1, - sym__declarator, - STATE(6633), 1, - sym__abstract_declarator, - STATE(8547), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [32678] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4133), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 5, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6016), 35, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4107), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [32755] = 16, + anon_sym_DASH_GT_STAR, + [32665] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3052), 1, + sym_attribute_specifier, + ACTIONS(5957), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 15, - aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 21, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5959), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -327043,10 +326857,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32846] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [32736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327066,7 +326893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327105,10 +326932,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [32911] = 3, + [32801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327128,7 +326955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327167,10 +326994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [32976] = 3, + [32866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327190,7 +327017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327229,10 +327056,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [33041] = 3, + [32931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327252,7 +327079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327291,16 +327118,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [33106] = 6, + [32996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3081), 1, - sym_attribute_specifier, - ACTIONS(5966), 19, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327314,13 +327137,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5285), 38, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33063] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4872), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5968), 35, + ACTIONS(4874), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327330,6 +327213,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -327343,11 +327228,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -327355,80 +327240,355 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [33177] = 25, + [33128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(4848), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(6807), 1, + anon_sym_DASH_GT, + ACTIONS(4850), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6819), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(6823), 1, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, + anon_sym_or, anon_sym_and, - ACTIONS(6827), 1, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(6894), 1, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4852), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4854), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33258] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6313), 2, + ACTIONS(4858), 39, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33323] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4860), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4862), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6821), 2, + anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33388] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4864), 18, + 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_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6805), 3, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4866), 39, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33453] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4868), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6904), 6, - aux_sym_preproc_elif_token1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6906), 17, + anon_sym_COLON, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4870), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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___attribute__, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -327440,11 +327600,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [33286] = 4, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_DASH_GT_STAR, + [33518] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5651), 18, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5653), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [33583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6908), 1, - anon_sym_friend, + ACTIONS(6860), 1, + anon_sym_typedef, ACTIONS(2465), 6, anon_sym_LPAREN2, anon_sym_TILDE, @@ -327503,10 +327740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [33353] = 3, + [33650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327526,7 +327763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 38, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327565,10 +327802,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_try, - [33418] = 3, + [33715] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 18, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3001), 1, + sym_attribute_specifier, + ACTIONS(6038), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327582,12 +327825,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5408), 39, + ACTIONS(6040), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327597,8 +327841,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -327612,11 +327854,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -327624,85 +327866,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DASH_GT_STAR, - [33483] = 27, + [33786] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6912), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3003), 1, + sym_attribute_specifier, + ACTIONS(5953), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6616), 6, - aux_sym_preproc_elif_token1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6618), 15, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5955), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -327713,79 +327919,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [33596] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, + anon_sym_bitor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [33857] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6914), 6, - aux_sym_preproc_elif_token1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6916), 17, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4833), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_SEMI, + 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, @@ -327797,27 +327982,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [33705] = 11, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_try, + [33922] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(6841), 1, - anon_sym_LBRACK, - ACTIONS(6843), 1, - sym_auto, - ACTIONS(6845), 1, - anon_sym_decltype, - STATE(3129), 1, - sym_decltype_auto, - STATE(3225), 1, - sym_new_declarator, - STATE(3732), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 20, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3021), 1, + sym_attribute_specifier, + ACTIONS(5994), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327827,24 +328013,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5798), 28, + anon_sym_DASH_GT, + ACTIONS(5996), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -327852,6 +328042,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -327865,70 +328056,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [33786] = 14, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [33993] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3009), 1, + sym_attribute_specifier, + ACTIONS(6034), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 18, - aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 22, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6036), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -327940,11 +328111,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [33873] = 4, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [34064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6918), 1, - anon_sym_typedef, + ACTIONS(6862), 1, + anon_sym_friend, ACTIONS(2465), 6, anon_sym_LPAREN2, anon_sym_TILDE, @@ -328003,19 +328187,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [33940] = 4, + [34131] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6920), 1, - anon_sym_friend, - ACTIONS(2465), 6, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 50, + ACTIONS(4107), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -328024,10 +328219,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym___declspec, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -328052,30 +328249,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, anon_sym_template, anon_sym_operator, - [34007] = 6, + [34206] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6872), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6875), 1, anon_sym___attribute, - STATE(3010), 1, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6900), 1, + anon_sym_requires, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4646), 1, + sym__function_attributes_start, + STATE(4959), 1, + sym_ref_qualifier, + STATE(5569), 1, + sym_trailing_return_type, + STATE(5733), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6893), 2, + anon_sym_final, + anon_sym_override, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5231), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [34325] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3024), 1, sym_attribute_specifier, - ACTIONS(5982), 19, + ACTIONS(6018), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328095,7 +328372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5984), 35, + ACTIONS(6020), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328131,10 +328408,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [34078] = 3, + [34396] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6478), 19, + ACTIONS(6368), 1, + anon_sym___attribute__, + ACTIONS(6370), 1, + anon_sym___attribute, + STATE(3039), 1, + sym_attribute_specifier, + ACTIONS(5933), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328148,13 +328431,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6480), 38, + anon_sym_DASH_GT, + ACTIONS(5935), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328164,12 +328447,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328191,21 +328470,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_try, - [34143] = 4, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [34467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - anon_sym_friend, - ACTIONS(2465), 6, + ACTIONS(6903), 1, + anon_sym_namespace, + ACTIONS(6502), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 50, + ACTIONS(6500), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -328256,10 +328536,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [34210] = 4, + [34534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6907), 25, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + aux_sym_number_literal_token1, + 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_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(6905), 32, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_not, + anon_sym_compl, + 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__, + anon_sym___asm, + aux_sym_number_literal_token2, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_delete, + anon_sym_co_await, + anon_sym_new, + anon_sym_requires, + sym_this, + [34599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6924), 1, + ACTIONS(6909), 1, anon_sym_friend, ACTIONS(2465), 6, anon_sym_LPAREN2, @@ -328319,101 +328661,268 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [34277] = 27, + [34666] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + ACTIONS(6726), 1, + anon_sym_LBRACE, + STATE(2889), 1, + sym_enumerator_list, + STATE(3235), 1, + sym_attribute_specifier, + ACTIONS(5918), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5920), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, + anon_sym_GT2, + [34741] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(4159), 1, - anon_sym_STAR, - ACTIONS(4161), 1, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, anon_sym_AMP_AMP, - ACTIONS(4163), 1, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, anon_sym_AMP, - ACTIONS(5618), 1, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6911), 6, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, sym_identifier, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - ACTIONS(6578), 1, - anon_sym_RPAREN, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5768), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6387), 1, - sym__declarator, - STATE(6664), 1, - sym__abstract_declarator, - STATE(8547), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [34390] = 3, + ACTIONS(6913), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_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, + [34850] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 18, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6809), 1, + anon_sym_GT_EQ, + ACTIONS(6813), 1, + anon_sym_LT_EQ_GT, + ACTIONS(6822), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6824), 1, + anon_sym_AMP_AMP, + ACTIONS(6834), 1, + anon_sym_or, + ACTIONS(6836), 1, + anon_sym_and, + ACTIONS(6838), 1, + anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6826), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(6828), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6830), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(6832), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6807), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6915), 6, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + sym_identifier, + ACTIONS(6917), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_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, + [34959] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -328422,25 +328931,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4849), 39, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -328453,33 +328966,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + [35040] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 20, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + [35123] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [34455] = 4, + anon_sym_DASH_GT, + ACTIONS(6803), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6811), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6805), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 18, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + [35208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 1, + ACTIONS(6919), 1, anon_sym_namespace, - ACTIONS(6434), 6, + ACTIONS(6502), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, + ACTIONS(6500), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -328530,10 +329172,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [34522] = 3, + [35275] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 18, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + ACTIONS(6921), 1, + anon_sym_LBRACE, + ACTIONS(6923), 1, + anon_sym_COLON, + STATE(2929), 1, + sym__enum_base_clause, + STATE(3076), 1, + sym_enumerator_list, + STATE(3586), 1, + sym_attribute_specifier, + ACTIONS(6258), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328547,12 +329203,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4845), 39, + ACTIONS(6260), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328562,9 +329216,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -328589,14 +329240,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DASH_GT_STAR, - [34587] = 4, + [35354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6928), 1, - anon_sym_typedef, + ACTIONS(5655), 18, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5657), 39, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [35419] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6925), 1, + anon_sym_friend, ACTIONS(2465), 6, anon_sym_LPAREN2, anon_sym_TILDE, @@ -328655,108 +329366,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [34654] = 30, + [35486] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6855), 1, - anon_sym___attribute__, - ACTIONS(6858), 1, - anon_sym___attribute, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4683), 1, - sym__function_attributes_start, - STATE(4956), 1, - sym_ref_qualifier, - STATE(5625), 1, - sym_trailing_return_type, - STATE(5651), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5231), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(2520), 1, anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, + anon_sym_LBRACK, + ACTIONS(6931), 1, + sym_auto, + ACTIONS(6933), 1, + anon_sym_decltype, + STATE(3168), 1, + sym_new_declarator, + STATE(3189), 1, + sym_decltype_auto, + STATE(3655), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5727), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [34773] = 4, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5729), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [35567] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6932), 1, - anon_sym_friend, - ACTIONS(2465), 6, + ACTIONS(6935), 1, + anon_sym_namespace, + ACTIONS(6502), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 50, + ACTIONS(6500), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -328807,102 +329499,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [34840] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6912), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6817), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6934), 6, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6936), 15, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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, - [34953] = 6, + [35634] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3015), 1, - sym_attribute_specifier, - ACTIONS(5972), 19, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328916,13 +329518,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5974), 35, + ACTIONS(5321), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328932,6 +329533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -328945,11 +329547,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -328957,17 +329559,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [35024] = 6, + [35701] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3041), 1, - sym_attribute_specifier, - ACTIONS(6021), 19, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328981,13 +329581,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6023), 35, + ACTIONS(5321), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -328997,6 +329596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -329010,11 +329610,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -329022,78 +329622,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_DASH_GT_STAR, - [35095] = 6, + [35768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3053), 1, - sym_attribute_specifier, - ACTIONS(6017), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6019), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6937), 1, + anon_sym_friend, + ACTIONS(2465), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2475), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [35166] = 4, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [35835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 18, + ACTIONS(5307), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329112,7 +329710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5291), 38, + ACTIONS(5309), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329123,6 +329721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -329151,12 +329750,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_DASH_GT_STAR, - [35233] = 4, + [35900] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 18, + ACTIONS(2520), 1, + anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, + anon_sym_LBRACK, + ACTIONS(6931), 1, + sym_auto, + ACTIONS(6933), 1, + anon_sym_decltype, + STATE(3189), 1, + sym_decltype_auto, + STATE(3230), 1, + sym_new_declarator, + STATE(3763), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329166,28 +329780,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5291), 38, + ACTIONS(5806), 28, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329195,38 +329805,34 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [35300] = 4, + anon_sym_DASH_GT, + anon_sym_GT2, + [35981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6938), 1, - anon_sym_namespace, - ACTIONS(6434), 6, + ACTIONS(6939), 1, + anon_sym_friend, + ACTIONS(2465), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, + ACTIONS(2475), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -329277,82 +329883,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [35367] = 27, + [36048] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6912), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + ACTIONS(6921), 1, + anon_sym_LBRACE, + ACTIONS(6923), 1, + anon_sym_COLON, + STATE(2959), 1, + sym__enum_base_clause, + STATE(3056), 1, + sym_enumerator_list, + STATE(3558), 1, + sym_attribute_specifier, + ACTIONS(6202), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6817), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6940), 6, - aux_sym_preproc_elif_token1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6942), 15, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6204), 34, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -329363,10 +329939,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35480] = 3, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [36127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 18, + ACTIONS(5671), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -329385,7 +329974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_identifier, sym_literal_suffix, - ACTIONS(5672), 39, + ACTIONS(5673), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329425,16 +330014,242 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [35545] = 6, + [36192] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6941), 1, + anon_sym_friend, + ACTIONS(2465), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2475), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [36259] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6943), 1, + anon_sym_friend, + ACTIONS(2465), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2475), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [36326] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6872), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6875), 1, anon_sym___attribute, - STATE(3006), 1, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4748), 1, + sym__function_attributes_start, + STATE(4969), 1, + sym_ref_qualifier, + STATE(5631), 1, + sym_trailing_return_type, + STATE(5678), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(4044), 2, sym_attribute_specifier, - ACTIONS(6004), 19, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5221), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [36445] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2520), 1, + anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, + anon_sym_LBRACK, + ACTIONS(6931), 1, + sym_auto, + ACTIONS(6933), 1, + anon_sym_decltype, + STATE(3189), 1, + sym_decltype_auto, + STATE(3221), 1, + sym_new_declarator, + STATE(3704), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5739), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329444,28 +330259,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6006), 35, + ACTIONS(5741), 28, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329473,7 +330284,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -329486,99 +330296,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [35616] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6807), 1, - anon_sym_AMP_AMP, - ACTIONS(6819), 1, - anon_sym_GT_EQ, - ACTIONS(6823), 1, - anon_sym_LT_EQ_GT, - ACTIONS(6825), 1, - anon_sym_and, - ACTIONS(6827), 1, - anon_sym_not_eq, - ACTIONS(6894), 1, - anon_sym_PIPE_PIPE, - ACTIONS(6896), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6809), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(6811), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6813), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(6815), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6817), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6944), 6, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - sym_identifier, - ACTIONS(6946), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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, - [35725] = 4, + anon_sym_GT2, + [36526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6948), 1, - anon_sym_friend, + ACTIONS(6947), 1, + anon_sym_typedef, ACTIONS(2465), 6, anon_sym_LPAREN2, anon_sym_TILDE, @@ -329637,16 +330362,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [35792] = 6, + [36593] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3045), 1, - sym_attribute_specifier, - ACTIONS(6000), 19, + ACTIONS(2520), 1, + anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, + anon_sym_LBRACK, + ACTIONS(6931), 1, + sym_auto, + ACTIONS(6933), 1, + anon_sym_decltype, + STATE(3122), 1, + sym_new_declarator, + STATE(3189), 1, + sym_decltype_auto, + STATE(3675), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329656,28 +330392,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6002), 35, + ACTIONS(5745), 28, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329685,7 +330417,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -329699,19 +330430,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [36674] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6949), 1, + anon_sym_namespace, + ACTIONS(6502), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6500), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [35863] = 6, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [36741] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(6368), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6370), 1, anon_sym___attribute, - STATE(3028), 1, + STATE(3008), 1, sym_attribute_specifier, - ACTIONS(5952), 19, + ACTIONS(5990), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329731,7 +330524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5954), 35, + ACTIONS(5992), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329767,16 +330560,79 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [35934] = 6, + [36812] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6951), 1, + anon_sym_typedef, + ACTIONS(2465), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2475), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [36879] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(6368), 1, anon_sym___attribute__, - ACTIONS(6293), 1, + ACTIONS(6370), 1, anon_sym___attribute, - STATE(3087), 1, + STATE(3007), 1, sym_attribute_specifier, - ACTIONS(5958), 19, + ACTIONS(5967), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329796,7 +330652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5960), 35, + ACTIONS(5969), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329832,85 +330688,303 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [36005] = 6, + [36950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, + ACTIONS(3825), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3823), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(6293), 1, anon_sym___attribute, - STATE(3040), 1, + 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_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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [37014] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(2371), 1, sym_attribute_specifier, - ACTIONS(5986), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5988), 35, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5955), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5953), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [36076] = 8, + anon_sym_template, + anon_sym_operator, + [37082] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, + anon_sym_STAR, + ACTIONS(6955), 1, + anon_sym_AMP_AMP, + ACTIONS(6957), 1, + anon_sym_AMP, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(6275), 1, + sym__declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2904), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3920), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [37192] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, + anon_sym_STAR, + ACTIONS(6955), 1, + anon_sym_AMP_AMP, + ACTIONS(6957), 1, + anon_sym_AMP, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(6283), 1, + sym__declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2841), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3833), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [37302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - ACTIONS(6742), 1, - anon_sym_LBRACE, - STATE(2879), 1, - sym_enumerator_list, - STATE(3145), 1, - sym_attribute_specifier, - ACTIONS(5929), 20, + ACTIONS(6961), 27, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329920,25 +330994,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5931), 32, + sym_identifier, + sym_literal_suffix, + ACTIONS(6963), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -329947,27 +331032,19 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [36151] = 3, + [37366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 18, + ACTIONS(5319), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329983,10 +331060,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4823), 39, + ACTIONS(5321), 39, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -329997,9 +331073,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -330026,81 +331102,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_DASH_GT_STAR, - [36216] = 12, + [37430] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6805), 3, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 20, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(6955), 1, + anon_sym_AMP_AMP, + ACTIONS(6957), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(6294), 1, + sym__declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3835), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [37540] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - [36299] = 3, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6972), 1, + anon_sym___asm, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4817), 1, + sym__function_attributes_start, + STATE(5017), 1, + sym_ref_qualifier, + STATE(5631), 1, + sym_trailing_return_type, + STATE(5700), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6969), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5266), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [37658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 18, + ACTIONS(5578), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330116,10 +331293,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4819), 39, + ACTIONS(5580), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330130,7 +331309,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -330144,11 +331322,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -330156,13 +331334,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DASH_GT_STAR, - [36364] = 3, + [37722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 18, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3116), 1, + sym_attribute_specifier, + ACTIONS(5990), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330172,27 +331354,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4857), 39, + ACTIONS(5992), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -330202,29 +331382,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [36429] = 3, + anon_sym_GT2, + [37792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 18, + ACTIONS(5546), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330240,10 +331418,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_EQ, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4853), 39, + ACTIONS(5548), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330254,7 +331434,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -330268,11 +331447,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -330280,138 +331459,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_DASH_GT_STAR, - [36494] = 10, + [37856] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(6950), 1, - anon_sym_LBRACK, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3692), 1, - sym_template_argument_list, - ACTIONS(4130), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4115), 4, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 42, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + ACTIONS(6594), 1, anon_sym___attribute__, + ACTIONS(6596), 1, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [36573] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6803), 2, + STATE(3102), 1, + sym_attribute_specifier, + ACTIONS(5994), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6821), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6805), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 18, - aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 23, + anon_sym_DOT, + ACTIONS(5996), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -330419,21 +331507,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - [36658] = 6, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [37926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6291), 1, - anon_sym___attribute__, - ACTIONS(6293), 1, - anon_sym___attribute, - STATE(3032), 1, - sym_attribute_specifier, - ACTIONS(5994), 19, + ACTIONS(5602), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330447,13 +331541,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5996), 35, + ACTIONS(5604), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330463,6 +331558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -330489,53 +331585,40 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [36729] = 3, + [37990] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 18, + ACTIONS(4876), 1, + anon_sym_const, + ACTIONS(4887), 1, + anon_sym_AMP, + ACTIONS(4880), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(4885), 10, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4827), 39, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(4878), 18, + 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___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LT_LT, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -330546,59 +331629,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [36794] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(4107), 43, - anon_sym_AMP, + anon_sym_DASH_GT, + ACTIONS(4883), 19, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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_COLON_COLON, + anon_sym_LBRACE, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -330613,139 +331648,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [36869] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6805), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - [36950] = 26, + [38062] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6953), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6977), 1, anon_sym_STAR, - ACTIONS(6955), 1, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - ACTIONS(6957), 1, + ACTIONS(6981), 1, anon_sym_AMP, - ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5734), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6053), 1, + STATE(6544), 1, sym__declarator, - STATE(7854), 1, + STATE(7994), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2846), 2, + STATE(2851), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3925), 2, + STATE(3845), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -330757,7 +331719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -330772,11 +331734,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [37060] = 3, + [38172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 27, - aux_sym_preproc_elif_token1, + ACTIONS(5550), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330790,32 +331751,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(6965), 29, + anon_sym_DASH_GT, + ACTIONS(5552), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -330828,69 +331782,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [37124] = 26, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [38236] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, + ACTIONS(6977), 1, anon_sym_STAR, - ACTIONS(6969), 1, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - ACTIONS(6971), 1, + ACTIONS(6981), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6538), 1, + STATE(6552), 1, sym__declarator, - STATE(7995), 1, + STATE(7994), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2881), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3859), 2, + STATE(3852), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -330902,7 +331864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -330917,64 +331879,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [37234] = 26, + [38346] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6973), 1, + ACTIONS(6983), 1, anon_sym_STAR, - ACTIONS(6975), 1, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, + ACTIONS(6987), 1, anon_sym_AMP, - ACTIONS(6979), 1, + ACTIONS(6989), 1, anon_sym_COLON_COLON, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5796), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6559), 1, + STATE(6083), 1, sym__declarator, - STATE(8046), 1, + STATE(7853), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2866), 2, + STATE(2894), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3948), 2, + STATE(3908), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -330986,7 +331948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -331001,161 +331963,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [37344] = 26, + [38456] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, + STATE(2374), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5969), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, anon_sym_STAR, - ACTIONS(6983), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5967), 41, anon_sym_AMP, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6077), 1, - sym__declarator, - STATE(8511), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3885), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [37454] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, - anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6371), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3863), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, + anon_sym_static, + 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, @@ -331169,64 +332019,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [37564] = 26, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [38524] = 26, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(3249), 1, + anon_sym_STAR, + ACTIONS(3251), 1, + anon_sym_AMP, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, - anon_sym_STAR, - ACTIONS(6969), 1, - anon_sym_AMP_AMP, - ACTIONS(6971), 1, - anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6539), 1, + STATE(6454), 1, sym__declarator, STATE(7995), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2891), 2, + STATE(2874), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3953), 2, + STATE(3902), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -331238,7 +332095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -331253,266 +332110,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [37674] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3169), 1, - sym_attribute_specifier, - ACTIONS(6004), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6006), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [37744] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3147), 1, - sym_attribute_specifier, - ACTIONS(6021), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6023), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [37814] = 30, + [38634] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(65), 1, anon_sym_const, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6972), 1, + anon_sym___asm, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7001), 1, + ACTIONS(6995), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7009), 1, - anon_sym___asm, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(7014), 1, + ACTIONS(7002), 1, anon_sym_requires, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4783), 1, + STATE(4786), 1, sym__function_attributes_start, - STATE(5030), 1, + STATE(4996), 1, sym_ref_qualifier, - STATE(5446), 1, + STATE(5426), 1, sym_trailing_return_type, - STATE(5669), 1, + STATE(5691), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6876), 2, + ACTIONS(6893), 2, anon_sym_final, anon_sym_override, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7006), 2, + ACTIONS(6969), 2, anon_sym_asm, anon_sym___asm__, - STATE(3987), 2, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5819), 2, + STATE(5768), 2, sym__function_postfix, sym_requires_clause, - STATE(5264), 3, + STATE(5272), 3, sym__function_exception_specification, sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [37932] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2374), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5996), 12, - anon_sym_DOT_DOT_DOT, + sym_throw_specifier, + ACTIONS(6864), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5994), 41, - anon_sym_AMP, + anon_sym_try, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -331525,71 +332198,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [38000] = 26, + [38752] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6953), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6955), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6957), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6959), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5734), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6050), 1, + STATE(6396), 1, sym__declarator, - STATE(7854), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(2881), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3856), 2, + STATE(3945), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -331601,7 +332267,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -331616,64 +332282,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [38110] = 26, + [38862] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7019), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7021), 1, anon_sym_COLON_COLON, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5807), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6417), 1, + STATE(6614), 1, sym__declarator, - STATE(7943), 1, + STATE(8045), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2840), 2, + STATE(2859), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3913), 2, + STATE(3856), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -331685,7 +332351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -331700,13 +332366,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [38220] = 4, + [38972] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 20, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3213), 1, + sym_attribute_specifier, + ACTIONS(6018), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331716,30 +332385,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4878), 34, + ACTIONS(6020), 33, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331747,7 +332413,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -331762,277 +332427,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [38286] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4133), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(5689), 46, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - [38356] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4876), 1, - anon_sym_const, - ACTIONS(4887), 1, - anon_sym_AMP, - ACTIONS(4880), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(4885), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4878), 18, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(4883), 19, - anon_sym___extension__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - [38428] = 26, + [39042] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, - anon_sym_STAR, - ACTIONS(7019), 1, - anon_sym_AMP_AMP, - ACTIONS(7021), 1, - anon_sym_AMP, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6232), 1, - sym__declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2906), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3841), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [38538] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(6953), 1, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(6955), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(6957), 1, + ACTIONS(7019), 1, anon_sym_AMP, - ACTIONS(6959), 1, + ACTIONS(7021), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5734), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6050), 1, + STATE(6611), 1, sym__declarator, - STATE(7854), 1, + STATE(8045), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2908), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3856), 2, + STATE(3860), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -332044,7 +332499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -332059,15 +332514,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [38648] = 5, + [39152] = 5, ACTIONS(3), 1, sym_comment, - STATE(2416), 1, + STATE(2360), 1, sym_attribute_specifier, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5968), 12, + ACTIONS(5996), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332080,7 +332535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5966), 41, + ACTIONS(5994), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -332122,16 +332577,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [38716] = 6, + [39220] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, + ACTIONS(6594), 1, anon_sym___attribute__, - ACTIONS(6608), 1, + ACTIONS(6596), 1, anon_sym___attribute, - STATE(3201), 1, + STATE(3162), 1, sym_attribute_specifier, - ACTIONS(5966), 20, + ACTIONS(5933), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332152,7 +332607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5968), 33, + ACTIONS(5935), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332186,81 +332641,81 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [38786] = 30, + [39290] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6879), 1, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6900), 1, + anon_sym_requires, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7001), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7009), 1, - anon_sym___asm, - ACTIONS(7012), 1, - anon_sym_DASH_GT, + ACTIONS(6967), 1, + anon_sym___attribute, ACTIONS(7023), 1, - anon_sym_requires, - STATE(1624), 1, + anon_sym_DASH_GT, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4799), 1, + STATE(4859), 1, sym__function_attributes_start, - STATE(4994), 1, + STATE(5037), 1, sym_ref_qualifier, - STATE(5388), 1, + STATE(5569), 1, sym_trailing_return_type, - STATE(5652), 1, + STATE(5935), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7006), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(3987), 2, + ACTIONS(6893), 2, + anon_sym_final, + anon_sym_override, + STATE(4044), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4250), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5819), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, sym__function_postfix, sym_requires_clause, - STATE(5266), 3, + STATE(5275), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 6, - anon_sym_COMMA, + ACTIONS(6864), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -332274,82 +332729,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [38904] = 30, + [39408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7009), 1, - anon_sym___asm, - ACTIONS(7025), 1, + STATE(2376), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(7027), 1, anon_sym___attribute, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4839), 1, - sym__function_attributes_start, - STATE(5004), 1, - sym_ref_qualifier, - STATE(5625), 1, - sym_trailing_return_type, - STATE(5689), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7006), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5262), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 6, + ACTIONS(6036), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_COLON, - ACTIONS(6853), 13, + anon_sym_GT2, + ACTIONS(6034), 41, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -332362,10 +332785,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [39022] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [39476] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 17, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3095), 1, + sym_attribute_specifier, + ACTIONS(6030), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332375,28 +332811,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5291), 39, + ACTIONS(6032), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332404,83 +332839,81 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_DASH_GT_STAR, - [39086] = 26, + anon_sym_GT2, + [39546] = 26, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(4028), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5807), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6387), 1, + STATE(6370), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3939), 2, + STATE(3862), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -332492,188 +332925,8 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [39196] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6728), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6726), 50, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - 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_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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [39260] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2404), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5960), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5958), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [39328] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2413), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5984), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5982), 41, - anon_sym_AMP, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -332687,176 +332940,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [39396] = 30, + [39656] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6861), 1, + ACTIONS(6878), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6883), 1, + ACTIONS(6900), 1, anon_sym_requires, - ACTIONS(7009), 1, - anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(6972), 1, + anon_sym___asm, + ACTIONS(6975), 1, anon_sym_DASH_GT, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4856), 1, + STATE(4825), 1, sym__function_attributes_start, - STATE(4992), 1, + STATE(5028), 1, sym_ref_qualifier, - STATE(5524), 1, + STATE(5569), 1, sym_trailing_return_type, - STATE(5679), 1, + STATE(5704), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6876), 2, + ACTIONS(6893), 2, anon_sym_final, anon_sym_override, - ACTIONS(7006), 2, + ACTIONS(6969), 2, anon_sym_asm, anon_sym___asm__, - STATE(4036), 2, + STATE(4044), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4240), 2, + STATE(4250), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, + STATE(5768), 2, sym__function_postfix, sym_requires_clause, - STATE(5273), 3, + STATE(5269), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 6, + ACTIONS(6864), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [39514] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6883), 1, - anon_sym_requires, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4770), 1, - sym__function_attributes_start, - STATE(4981), 1, - sym_ref_qualifier, - STATE(5524), 1, - sym_trailing_return_type, - STATE(5937), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(6876), 2, - anon_sym_final, - anon_sym_override, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5265), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -332870,10 +333028,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [39632] = 3, + [39774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 20, + ACTIONS(5554), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332894,7 +333052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5571), 36, + ACTIONS(5556), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -332931,17 +333089,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [39696] = 3, + [39838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 6, + ACTIONS(3821), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(6432), 50, + ACTIONS(3819), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -332992,161 +333150,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [39760] = 26, + [39902] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, + STATE(2392), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6016), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6973), 1, anon_sym_STAR, - ACTIONS(6975), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, - anon_sym_AMP, - ACTIONS(6979), 1, + anon_sym_SEMI, anon_sym_COLON_COLON, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5796), 1, - sym__scope_resolution, - STATE(6604), 1, - sym__declarator, - STATE(8046), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3832), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6014), 41, + anon_sym_AMP, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [39870] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6961), 1, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - ACTIONS(6973), 1, - anon_sym_STAR, - ACTIONS(6975), 1, - anon_sym_AMP_AMP, - ACTIONS(6977), 1, - anon_sym_AMP, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5796), 1, - sym__scope_resolution, - STATE(6559), 1, - sym__declarator, - STATE(8046), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3948), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, + anon_sym_static, + 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, @@ -333160,142 +333206,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [39980] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5614), 20, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5616), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [40044] = 6, + anon_sym_template, + anon_sym_operator, + [39970] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, + STATE(2393), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(6608), 1, anon_sym___attribute, - STATE(3250), 1, - sym_attribute_specifier, - ACTIONS(5986), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5988), 33, + ACTIONS(5959), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5957), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [40114] = 3, + anon_sym_template, + anon_sym_operator, + [40038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 6, + ACTIONS(6744), 6, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3823), 50, + ACTIONS(6742), 50, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -333346,192 +333337,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_typename, anon_sym_template, anon_sym_operator, - [40178] = 6, + [40102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3223), 1, - sym_attribute_specifier, - ACTIONS(5994), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5996), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(6502), 6, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6500), 50, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + 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_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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [40248] = 6, + anon_sym_explicit, + anon_sym_typename, + anon_sym_template, + anon_sym_operator, + [40166] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3133), 1, - sym_attribute_specifier, - ACTIONS(5958), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5960), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7032), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(7028), 4, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + ACTIONS(7030), 5, + anon_sym_AMP, + anon_sym___based, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_explicit, + anon_sym_operator, + ACTIONS(7035), 13, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_auto, + anon_sym_typename, + ACTIONS(7025), 32, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, anon_sym_decltype, - anon_sym_GT2, - [40318] = 26, + anon_sym_template, + [40236] = 26, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(3249), 1, + anon_sym_STAR, + ACTIONS(3251), 1, + anon_sym_AMP, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, - anon_sym_STAR, - ACTIONS(7019), 1, - anon_sym_AMP_AMP, - ACTIONS(7021), 1, - anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6232), 1, + STATE(6396), 1, sym__declarator, - STATE(7942), 1, + STATE(7995), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3841), 2, + STATE(3936), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -333543,7 +333531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -333558,128 +333546,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [40428] = 6, + [40346] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, + ACTIONS(43), 1, anon_sym___attribute, - STATE(3188), 1, - sym_attribute_specifier, - ACTIONS(6000), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6002), 33, - anon_sym_DOT_DOT_DOT, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6972), 1, + anon_sym___asm, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4856), 1, + sym__function_attributes_start, + STATE(5034), 1, + sym_ref_qualifier, + STATE(5384), 1, + sym_trailing_return_type, + STATE(5683), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6969), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5270), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 6, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [40498] = 26, + anon_sym_EQ, + anon_sym_try, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [40464] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6084), 1, + STATE(6103), 1, sym__declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2839), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3887), 2, + STATE(3842), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -333691,7 +333703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -333706,64 +333718,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [40608] = 26, + [40574] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6387), 1, + STATE(6454), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(2890), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3908), 2, + STATE(3901), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -333775,128 +333787,8 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [40718] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7040), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(7036), 4, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(7038), 5, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_explicit, - anon_sym_operator, - ACTIONS(7043), 13, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_auto, - anon_sym_typename, - ACTIONS(7033), 32, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - [40788] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2393), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6035), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6033), 41, - anon_sym_AMP, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -333910,199 +333802,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [40856] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3155), 1, - sym_attribute_specifier, - ACTIONS(5982), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5984), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [40926] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3178), 1, - sym_attribute_specifier, - ACTIONS(5952), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5954), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [40996] = 26, + [40684] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6969), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6971), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6540), 1, + STATE(6070), 1, sym__declarator, - STATE(7995), 1, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(2876), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3937), 2, + STATE(3874), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -334114,7 +333871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -334129,10 +333886,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [41106] = 3, + [40794] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 20, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3188), 1, + sym_attribute_specifier, + ACTIONS(6058), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334142,28 +333905,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5512), 36, + ACTIONS(6060), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -334173,7 +333933,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -334187,42 +333946,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [41170] = 3, + anon_sym_GT2, + [40864] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3821), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(3819), 50, + ACTIONS(6868), 1, anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(6883), 1, anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4793), 1, + sym__function_attributes_start, + STATE(5035), 1, + sym_ref_qualifier, + STATE(5631), 1, + sym_trailing_return_type, + STATE(5887), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5271), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + ACTIONS(6870), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -334235,80 +334038,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_typename, - anon_sym_template, - anon_sym_operator, - [41234] = 26, + [40982] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(4028), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6041), 1, + STATE(6370), 1, sym__declarator, - STATE(8511), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3857), 2, + STATE(3881), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -334320,7 +334107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -334335,15 +334122,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [41344] = 5, + [41092] = 5, ACTIONS(3), 1, sym_comment, - STATE(2349), 1, + STATE(2362), 1, sym_attribute_specifier, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5988), 12, + ACTIONS(6032), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -334356,7 +334143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(5986), 41, + ACTIONS(6030), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -334398,64 +334185,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [41412] = 26, + [41160] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6077), 1, + STATE(6103), 1, sym__declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2884), 2, + STATE(2899), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3885), 2, + STATE(3842), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -334467,7 +334254,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -334482,10 +334269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [41522] = 3, + [41270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 20, + ACTIONS(5500), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334506,7 +334293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5500), 36, + ACTIONS(5502), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -334543,253 +334330,64 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [41586] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 26, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(4109), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [41652] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3156), 1, - sym_attribute_specifier, - ACTIONS(6033), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6035), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [41722] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2394), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6002), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6000), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [41790] = 26, + [41334] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(6969), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(6971), 1, + ACTIONS(7019), 1, anon_sym_AMP, - STATE(4028), 1, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6538), 1, + STATE(6609), 1, sym__declarator, - STATE(7995), 1, + STATE(8045), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(2902), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3859), 2, + STATE(3916), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -334801,7 +334399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -334816,77 +334414,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [41900] = 26, + [41444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(3249), 1, - anon_sym_STAR, - ACTIONS(3251), 1, - anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5768), 1, - sym__scope_resolution, - STATE(6371), 1, - sym__declarator, - STATE(8547), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3938), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4133), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(5689), 46, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -334900,16 +334468,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [42010] = 6, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + [41514] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, - anon_sym___attribute__, - ACTIONS(6608), 1, - anon_sym___attribute, - STATE(3152), 1, - sym_attribute_specifier, - ACTIONS(6017), 20, + STATE(2726), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(6771), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334919,25 +334498,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(6019), 33, + anon_sym_DASH_GT, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -334947,91 +334524,96 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [42080] = 6, + anon_sym_DASH_GT_STAR, + [41582] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6606), 1, + STATE(2338), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(6608), 1, anon_sym___attribute, - STATE(3107), 1, - sym_attribute_specifier, - ACTIONS(5972), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5974), 33, + ACTIONS(5992), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5990), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [42150] = 3, + anon_sym_template, + anon_sym_operator, + [41650] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 20, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3203), 1, + sym_attribute_specifier, + ACTIONS(5953), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335041,28 +334623,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5524), 36, + ACTIONS(5955), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -335072,7 +334651,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -335086,67 +334664,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [42214] = 26, + anon_sym_GT2, + [41720] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(7019), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(7021), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(4028), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6291), 1, + STATE(6396), 1, sym__declarator, - STATE(7942), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2873), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3909), 2, + STATE(3945), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335158,7 +334737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335173,125 +334752,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [42324] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5591), 20, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5593), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [42388] = 26, + [41830] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, - anon_sym_STAR, - ACTIONS(3251), 1, - anon_sym_AMP, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6066), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - STATE(4028), 1, + ACTIONS(6977), 1, + anon_sym_STAR, + ACTIONS(6979), 1, + anon_sym_AMP_AMP, + ACTIONS(6981), 1, + anon_sym_AMP, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5768), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6371), 1, + STATE(6538), 1, sym__declarator, - STATE(8547), 1, + STATE(7994), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2876), 2, + STATE(2897), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3938), 2, + STATE(3913), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335303,7 +334821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335318,64 +334836,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [42498] = 26, + [41940] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + STATE(2388), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6020), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6018), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [42008] = 26, + ACTIONS(3), 1, + sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(6985), 1, + anon_sym_AMP_AMP, + ACTIONS(6987), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(6989), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5768), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6417), 1, + STATE(6096), 1, sym__declarator, - STATE(8547), 1, + STATE(7853), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2892), 2, + STATE(2896), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3854), 2, + STATE(3899), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335387,7 +334968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335402,64 +334983,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [42608] = 26, + [42118] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6973), 1, + ACTIONS(6983), 1, anon_sym_STAR, - ACTIONS(6975), 1, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, + ACTIONS(6987), 1, anon_sym_AMP, - ACTIONS(6979), 1, + ACTIONS(6989), 1, anon_sym_COLON_COLON, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5796), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6616), 1, + STATE(6096), 1, sym__declarator, - STATE(8046), 1, + STATE(7853), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2867), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3921), 2, + STATE(3899), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335471,7 +335052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335486,30 +335067,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [42718] = 6, + [42228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4866), 7, + STATE(2369), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6040), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(4859), 46, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6038), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -335542,57 +335125,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_template, anon_sym_operator, - [42788] = 5, + [42296] = 26, ACTIONS(3), 1, sym_comment, - STATE(2350), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6023), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, anon_sym_STAR, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6021), 41, + ACTIONS(6987), 1, anon_sym_AMP, + ACTIONS(6989), 1, + anon_sym_COLON_COLON, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5784), 1, + sym__scope_resolution, + STATE(6097), 1, + sym__declarator, + STATE(7853), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3923), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -335606,56 +335214,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [42856] = 5, + [42406] = 26, ACTIONS(3), 1, sym_comment, - STATE(2369), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6006), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6977), 1, anon_sym_STAR, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6004), 41, + ACTIONS(6981), 1, anon_sym_AMP, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(6544), 1, + sym__declarator, + STATE(7994), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3845), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -335669,71 +335298,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + [42516] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3227), 1, + sym_attribute_specifier, + ACTIONS(5967), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5969), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [42924] = 26, + anon_sym_GT2, + [42586] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5807), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6371), 1, + STATE(6099), 1, sym__declarator, - STATE(7943), 1, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2858), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3863), 2, + STATE(3834), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335745,7 +335431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335760,15 +335446,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [43034] = 5, + [42696] = 5, ACTIONS(3), 1, sym_comment, - STATE(2342), 1, + STATE(2377), 1, sym_attribute_specifier, ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6019), 12, + ACTIONS(6060), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -335781,7 +335467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(6017), 41, + ACTIONS(6058), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -335823,64 +335509,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [43102] = 26, + [42764] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3236), 1, + sym_attribute_specifier, + ACTIONS(6034), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6036), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [42834] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(7019), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(7021), 1, + ACTIONS(7019), 1, anon_sym_AMP, - STATE(4028), 1, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6266), 1, + STATE(6614), 1, sym__declarator, - STATE(7942), 1, + STATE(8045), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3944), 2, + STATE(3856), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -335892,7 +335642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -335907,17 +335657,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [43212] = 5, + [42944] = 6, ACTIONS(3), 1, sym_comment, - STATE(2730), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6799), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5439), 16, + ACTIONS(6594), 1, + anon_sym___attribute__, + ACTIONS(6596), 1, + anon_sym___attribute, + STATE(3193), 1, + sym_attribute_specifier, + ACTIONS(6038), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -335927,23 +335676,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(6040), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -335953,40 +335704,42 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [43280] = 26, + anon_sym_GT2, + [43014] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, ACTIONS(6953), 1, anon_sym_STAR, ACTIONS(6955), 1, @@ -335994,40 +335747,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6957), 1, anon_sym_AMP, ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, anon_sym_LBRACK, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5734), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6090), 1, + STATE(6283), 1, sym__declarator, - STATE(7854), 1, + STATE(7941), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(3951), 2, + STATE(3833), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -336039,7 +335790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -336054,95 +335805,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [43390] = 5, + [43124] = 6, ACTIONS(3), 1, sym_comment, - STATE(2387), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, + ACTIONS(6594), 1, anon_sym___attribute__, + ACTIONS(6596), 1, anon_sym___attribute, - ACTIONS(5974), 12, + STATE(3177), 1, + sym_attribute_specifier, + ACTIONS(6014), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6016), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5972), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [43458] = 5, + anon_sym_GT2, + [43194] = 6, ACTIONS(3), 1, sym_comment, - STATE(2379), 1, - sym_attribute_specifier, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5954), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4838), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5952), 41, + anon_sym_LBRACE, + ACTIONS(4831), 46, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -336175,15 +335925,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_COLON, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_template, anon_sym_operator, - [43526] = 3, + [43264] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 27, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 26, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -336210,8 +335965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(7049), 29, + ACTIONS(4109), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -336241,98 +335995,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [43590] = 30, + [43330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6594), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6596), 1, anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4816), 1, - sym__function_attributes_start, - STATE(4977), 1, - sym_ref_qualifier, - STATE(5625), 1, - sym_trailing_return_type, - STATE(5914), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(4036), 2, + STATE(3184), 1, sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5274), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [43708] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5427), 19, + ACTIONS(5957), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336342,27 +336014,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5429), 36, + ACTIONS(5959), 33, anon_sym_DOT_DOT_DOT, 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_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -336372,7 +336042,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -336386,76 +336055,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [43771] = 24, + anon_sym_GT2, + [43400] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7055), 1, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(3249), 1, + anon_sym_STAR, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, - anon_sym_and, - ACTIONS(7075), 1, - anon_sym_bitor, - ACTIONS(7077), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 2, - anon_sym_EQ, - anon_sym_or, - ACTIONS(7051), 2, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5787), 1, + sym__scope_resolution, + STATE(6396), 1, + sym__declarator, + STATE(7995), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2865), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3936), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [43510] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 21, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4878), 34, anon_sym_DOT_DOT_DOT, 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_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336470,107 +336197,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [43876] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4876), 1, - anon_sym_const, - ACTIONS(4887), 1, - anon_sym_AMP, - ACTIONS(4880), 5, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(4885), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4883), 19, - anon_sym___extension__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - ACTIONS(4878), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [43947] = 9, + [43576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7079), 1, - anon_sym_LPAREN2, - STATE(2533), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3580), 1, - sym_argument_list, - STATE(3898), 1, - sym_initializer_list, - ACTIONS(6523), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 9, + STATE(2394), 1, + sym_attribute_specifier, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5935), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(5439), 37, + anon_sym_GT2, + ACTIONS(5933), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_register, @@ -336600,78 +336268,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [44022] = 28, + [43644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6616), 1, - anon_sym_EQ, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7055), 1, - anon_sym_AMP_AMP, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, - anon_sym_and, - ACTIONS(7075), 1, - anon_sym_bitor, - ACTIONS(7077), 1, - anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7084), 1, - anon_sym_QMARK, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + ACTIONS(7047), 27, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(7049), 29, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -336682,111 +336324,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [44135] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7094), 1, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4919), 1, - sym__function_attributes_start, - STATE(5055), 1, - sym_ref_qualifier, - STATE(5834), 1, - sym_trailing_return_type, - STATE(5899), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5304), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [44252] = 8, + [43708] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 1, - anon_sym_LPAREN2, - ACTIONS(7102), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7104), 1, - anon_sym_LBRACK, - STATE(3424), 1, - sym_parameter_list, - STATE(3021), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6037), 19, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4838), 1, + anon_sym_LBRACE, + ACTIONS(4845), 1, + anon_sym_LT, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(4840), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336797,24 +336351,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6039), 30, + ACTIONS(4833), 33, anon_sym_DOT_DOT_DOT, 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_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336836,70 +336392,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [44325] = 26, + anon_sym_DASH_GT, + [43779] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6904), 1, + ACTIONS(6844), 1, anon_sym_EQ, ACTIONS(7055), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, ACTIONS(7073), 1, - anon_sym_and, + anon_sym_LT_EQ_GT, ACTIONS(7075), 1, - anon_sym_bitor, + anon_sym_or, ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 20, + ACTIONS(6846), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -336920,21 +336476,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [44434] = 8, + [43888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 1, - anon_sym_LPAREN2, - ACTIONS(7102), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7104), 1, - anon_sym_LBRACK, - STATE(3424), 1, - sym_parameter_list, - STATE(3021), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5990), 19, + ACTIONS(5546), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -336944,25 +336489,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5992), 30, + ACTIONS(5548), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -336970,7 +336519,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -336984,50 +336532,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [44507] = 7, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [43951] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4866), 1, - anon_sym_LBRACE, - ACTIONS(4873), 1, - anon_sym_LT, - STATE(2848), 1, - sym_template_argument_list, - ACTIONS(4868), 18, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6856), 1, + anon_sym_EQ, + ACTIONS(7055), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, + anon_sym_PIPE, + ACTIONS(7063), 1, + anon_sym_AMP, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7075), 1, + anon_sym_or, + ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, + anon_sym_bitand, + ACTIONS(7083), 1, + anon_sym_QMARK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4861), 33, - anon_sym_DOT_DOT_DOT, + anon_sym_LT, + ACTIONS(6858), 18, 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_RPAREN, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - anon_sym_QMARK, + anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -337041,18 +336621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [44578] = 3, + [44064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 21, + ACTIONS(5554), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337074,7 +336646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5512), 34, + ACTIONS(5556), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337109,90 +336681,24 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [44641] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(7106), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(2717), 1, - sym__enum_base_clause, - STATE(2853), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6258), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6256), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [44716] = 5, + [44127] = 5, ACTIONS(3), 1, sym_comment, - STATE(2926), 1, + STATE(2995), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7108), 4, + ACTIONS(7085), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5591), 6, + ACTIONS(5762), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5593), 44, + ACTIONS(5760), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -337237,194 +336743,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [44783] = 5, + [44194] = 8, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5760), 6, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(7087), 1, + anon_sym_LPAREN2, + ACTIONS(7089), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7091), 1, anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5758), 44, + STATE(3270), 1, + sym_parameter_list, + STATE(3084), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5986), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5988), 30, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [44850] = 30, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [44267] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(65), 1, anon_sym_const, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(7093), 1, anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7099), 1, anon_sym_DASH_GT, - STATE(1624), 1, + ACTIONS(7103), 1, + anon_sym_requires, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4879), 1, + STATE(4915), 1, sym__function_attributes_start, - STATE(5043), 1, + STATE(5039), 1, sym_ref_qualifier, - STATE(5834), 1, + STATE(5836), 1, sym_trailing_return_type, - STATE(6094), 1, + STATE(5921), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(3987), 2, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6028), 2, + STATE(6000), 2, sym__function_postfix, sym_requires_clause, - STATE(5301), 3, + STATE(5279), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [44967] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(7121), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(7118), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7116), 11, + ACTIONS(6864), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, - ACTIONS(7114), 36, - anon_sym_AMP, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -337437,234 +336895,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [45038] = 52, + [44384] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7124), 1, + ACTIONS(5703), 4, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(5705), 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(4109), 19, anon_sym_DOT_DOT_DOT, - ACTIONS(7126), 1, anon_sym_COMMA, - ACTIONS(7128), 1, - anon_sym_RPAREN, - ACTIONS(7130), 1, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(4117), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, - ACTIONS(7132), 1, anon_sym_PLUS, - ACTIONS(7134), 1, anon_sym_STAR, - ACTIONS(7136), 1, anon_sym_SLASH, - ACTIONS(7138), 1, anon_sym_PERCENT, - ACTIONS(7140), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7142), 1, - anon_sym_AMP_AMP, - ACTIONS(7144), 1, anon_sym_PIPE, - ACTIONS(7146), 1, anon_sym_CARET, - ACTIONS(7148), 1, anon_sym_AMP, - ACTIONS(7150), 1, - anon_sym_EQ_EQ, - ACTIONS(7152), 1, - anon_sym_BANG_EQ, - ACTIONS(7154), 1, anon_sym_GT, - ACTIONS(7156), 1, - anon_sym_GT_EQ, - ACTIONS(7158), 1, anon_sym_LT_EQ, - ACTIONS(7160), 1, anon_sym_LT, - ACTIONS(7162), 1, anon_sym_LT_LT, - ACTIONS(7164), 1, anon_sym_GT_GT, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7168), 1, - anon_sym_EQ, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7172), 1, - anon_sym_STAR_EQ, - ACTIONS(7174), 1, - anon_sym_SLASH_EQ, - ACTIONS(7176), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7178), 1, - anon_sym_PLUS_EQ, - ACTIONS(7180), 1, - anon_sym_DASH_EQ, - ACTIONS(7182), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7184), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7186), 1, - anon_sym_AMP_EQ, - ACTIONS(7188), 1, - anon_sym_CARET_EQ, - ACTIONS(7190), 1, - anon_sym_PIPE_EQ, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7196), 1, anon_sym_or, - ACTIONS(7198), 1, anon_sym_and, - ACTIONS(7200), 1, anon_sym_bitor, - ACTIONS(7202), 1, anon_sym_xor, - ACTIONS(7204), 1, anon_sym_bitand, - ACTIONS(7206), 1, anon_sym_not_eq, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7192), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [45199] = 8, + sym_identifier, + [44451] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4107), 37, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7093), 1, anon_sym___attribute__, + ACTIONS(7096), 1, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(7108), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4917), 1, + sym__function_attributes_start, + STATE(5049), 1, + sym_ref_qualifier, + STATE(5831), 1, + sym_trailing_return_type, + STATE(5925), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [45272] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6434), 12, - anon_sym_DOT_DOT_DOT, + ACTIONS(7105), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5286), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(6432), 43, - anon_sym_AMP, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -337677,112 +337044,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [45335] = 3, + [44568] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 12, - anon_sym_DOT_DOT_DOT, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(7118), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(7115), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7113), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, - ACTIONS(2475), 43, + ACTIONS(7111), 36, anon_sym_AMP, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [45398] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2951), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7218), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5732), 6, - anon_sym_AMP, - anon_sym___attribute, anon_sym_LBRACK, - anon_sym___inline, anon_sym_const, - anon_sym___asm, - ACTIONS(5730), 44, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -337797,33 +337097,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, anon_sym_asm, anon_sym___asm__, - sym_auto, - anon_sym_decltype, + anon_sym___asm, + sym_identifier, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [45465] = 5, + [44639] = 5, ACTIONS(3), 1, sym_comment, - STATE(2950), 1, + STATE(1860), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7220), 4, + ACTIONS(7121), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5748), 6, + ACTIONS(5758), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5746), 44, + ACTIONS(5756), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -337868,15 +337170,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [45532] = 5, + [44706] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5723), 4, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6818), 1, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(5725), 10, + ACTIONS(7055), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, + anon_sym_PIPE, + ACTIONS(7063), 1, + anon_sym_AMP, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7075), 1, + anon_sym_or, + ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7053), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6820), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -337887,28 +337250,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(4109), 19, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [44815] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5578), 21, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5580), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(4117), 22, - aux_sym_preproc_elif_token1, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [44878] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7087), 1, + anon_sym_LPAREN2, + ACTIONS(7089), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7091), 1, + anon_sym_LBRACK, + STATE(3270), 1, + sym_parameter_list, + STATE(3084), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5963), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337922,28 +337341,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5965), 30, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [44951] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6423), 1, + anon_sym_COLON_COLON, + ACTIONS(7126), 1, + anon_sym_virtual, + ACTIONS(7135), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7138), 1, + anon_sym___declspec, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(7132), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(7141), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2928), 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(7129), 9, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(7123), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(6421), 16, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, - [45599] = 8, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [45032] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(6699), 1, anon_sym___attribute__, ACTIONS(6701), 1, anon_sym___attribute, - ACTIONS(6829), 1, + ACTIONS(6921), 1, anon_sym_LBRACE, - STATE(3043), 1, + STATE(3062), 1, sym_enumerator_list, - STATE(3478), 1, + STATE(3574), 1, sym_attribute_specifier, - ACTIONS(5923), 16, + ACTIONS(5918), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -337960,7 +337477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5925), 34, + ACTIONS(5920), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -337995,45 +337512,81 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [45672] = 5, + [45105] = 30, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5756), 6, - anon_sym_AMP, + ACTIONS(43), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, + ACTIONS(65), 1, anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(5754), 44, - anon_sym_COMMA, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7146), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4873), 1, + sym__function_attributes_start, + STATE(5064), 1, + sym_ref_qualifier, + STATE(5979), 1, + sym__function_attributes_end, + STATE(6138), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5301), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + anon_sym_try, + ACTIONS(6991), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -338046,43 +337599,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [45739] = 11, + [45222] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7224), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7226), 1, - sym_auto, - ACTIONS(7228), 1, - anon_sym_decltype, - STATE(3465), 1, - sym_new_declarator, - STATE(3589), 1, - sym_decltype_auto, - STATE(3876), 2, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 16, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -338092,48 +337635,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 29, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_RBRACE, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [45303] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, anon_sym_DOT, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6848), 1, + anon_sym_EQ, + ACTIONS(7055), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, + anon_sym_PIPE, + ACTIONS(7063), 1, + anon_sym_AMP, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7075), 1, + anon_sym_or, + ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, + anon_sym_bitand, + ACTIONS(7083), 1, + anon_sym_QMARK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(5780), 30, + ACTIONS(7051), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7053), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6850), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + 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, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [45416] = 52, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7148), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7150), 1, anon_sym_COMMA, + ACTIONS(7152), 1, anon_sym_RPAREN, + ACTIONS(7154), 1, + anon_sym_DASH, + ACTIONS(7156), 1, + anon_sym_PLUS, + ACTIONS(7158), 1, + anon_sym_STAR, + ACTIONS(7160), 1, + anon_sym_SLASH, + ACTIONS(7162), 1, + anon_sym_PERCENT, + ACTIONS(7164), 1, anon_sym_PIPE_PIPE, + ACTIONS(7166), 1, anon_sym_AMP_AMP, + ACTIONS(7168), 1, + anon_sym_PIPE, + ACTIONS(7170), 1, + anon_sym_CARET, + ACTIONS(7172), 1, + anon_sym_AMP, + ACTIONS(7174), 1, anon_sym_EQ_EQ, + ACTIONS(7176), 1, anon_sym_BANG_EQ, + ACTIONS(7178), 1, + anon_sym_GT, + ACTIONS(7180), 1, anon_sym_GT_EQ, + ACTIONS(7182), 1, + anon_sym_LT_EQ, + ACTIONS(7184), 1, + anon_sym_LT, + ACTIONS(7186), 1, + anon_sym_LT_LT, + ACTIONS(7188), 1, + anon_sym_GT_GT, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7192), 1, + anon_sym_EQ, + ACTIONS(7194), 1, anon_sym_QMARK, + ACTIONS(7196), 1, anon_sym_STAR_EQ, + ACTIONS(7198), 1, anon_sym_SLASH_EQ, + ACTIONS(7200), 1, anon_sym_PERCENT_EQ, + ACTIONS(7202), 1, anon_sym_PLUS_EQ, + ACTIONS(7204), 1, anon_sym_DASH_EQ, + ACTIONS(7206), 1, anon_sym_LT_LT_EQ, + ACTIONS(7208), 1, anon_sym_GT_GT_EQ, + ACTIONS(7210), 1, anon_sym_AMP_EQ, + ACTIONS(7212), 1, anon_sym_CARET_EQ, + ACTIONS(7214), 1, anon_sym_PIPE_EQ, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, + ACTIONS(7220), 1, anon_sym_or, + ACTIONS(7222), 1, anon_sym_and, + ACTIONS(7224), 1, anon_sym_bitor, + ACTIONS(7226), 1, anon_sym_xor, + ACTIONS(7228), 1, anon_sym_bitand, + ACTIONS(7230), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(7236), 1, anon_sym_DOT_STAR, + ACTIONS(7238), 1, anon_sym_DASH_GT_STAR, - [45818] = 4, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7216), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [45577] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5466), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(5441), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7240), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(2723), 1, + sym__enum_base_clause, + STATE(2895), 1, + sym_enumerator_list, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6204), 7, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, @@ -338141,14 +337886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - ACTIONS(5439), 43, + ACTIONS(6202), 41, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -338186,121 +337928,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [45883] = 52, + [45652] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7124), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7126), 1, + STATE(2987), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7242), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5602), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5604), 44, anon_sym_COMMA, - ACTIONS(7130), 1, - anon_sym_DASH, - ACTIONS(7132), 1, - anon_sym_PLUS, - ACTIONS(7134), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(7136), 1, - anon_sym_SLASH, - ACTIONS(7138), 1, - anon_sym_PERCENT, - ACTIONS(7140), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7142), 1, anon_sym_AMP_AMP, - ACTIONS(7144), 1, - anon_sym_PIPE, - ACTIONS(7146), 1, - anon_sym_CARET, - ACTIONS(7148), 1, - anon_sym_AMP, - ACTIONS(7150), 1, - anon_sym_EQ_EQ, - ACTIONS(7152), 1, - anon_sym_BANG_EQ, - ACTIONS(7154), 1, - anon_sym_GT, - ACTIONS(7156), 1, - anon_sym_GT_EQ, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7160), 1, - anon_sym_LT, - ACTIONS(7162), 1, - anon_sym_LT_LT, - ACTIONS(7164), 1, - anon_sym_GT_GT, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7168), 1, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, anon_sym_EQ, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7172), 1, - anon_sym_STAR_EQ, - ACTIONS(7174), 1, - anon_sym_SLASH_EQ, - ACTIONS(7176), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7178), 1, - anon_sym_PLUS_EQ, - ACTIONS(7180), 1, - anon_sym_DASH_EQ, - ACTIONS(7182), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7184), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7186), 1, - anon_sym_AMP_EQ, - ACTIONS(7188), 1, - anon_sym_CARET_EQ, - ACTIONS(7190), 1, - anon_sym_PIPE_EQ, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7196), 1, - anon_sym_or, - ACTIONS(7198), 1, - anon_sym_and, - ACTIONS(7200), 1, - anon_sym_bitor, - ACTIONS(7202), 1, - anon_sym_xor, - ACTIONS(7204), 1, - anon_sym_bitand, - ACTIONS(7206), 1, - anon_sym_not_eq, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7230), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7192), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [46044] = 4, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [45719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 19, + ACTIONS(5500), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338310,26 +338003,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(5502), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -338339,7 +338033,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -338353,13 +338046,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [46109] = 3, + anon_sym_GT2, + [45782] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 21, + ACTIONS(7087), 1, + anon_sym_LPAREN2, + ACTIONS(7089), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7091), 1, + anon_sym_LBRACK, + STATE(3270), 1, + sym_parameter_list, + STATE(3084), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6026), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338369,29 +338074,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5500), 34, + anon_sym_DASH_GT, + ACTIONS(6028), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -338399,6 +338100,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -338412,39 +338114,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [46172] = 12, + anon_sym_DASH_GT_STAR, + [45855] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6539), 1, - anon_sym_COLON_COLON, - ACTIONS(7235), 1, - anon_sym_virtual, - ACTIONS(7244), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7247), 1, - anon_sym___declspec, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(7241), 2, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(7240), 1, + anon_sym_COLON, + STATE(2340), 1, + sym_attribute_specifier, + STATE(2733), 1, + sym__enum_base_clause, + STATE(2900), 1, + sym_enumerator_list, + ACTIONS(5626), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(7250), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2943), 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(7238), 9, + ACTIONS(6260), 7, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(6258), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -338453,8 +338161,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(7232), 14, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -338468,90 +338174,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(6537), 16, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, + anon_sym_alignas, + anon_sym__Alignas, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_typename, anon_sym_template, - [46253] = 28, + anon_sym_operator, + [45930] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6934), 1, + ACTIONS(6390), 1, anon_sym_EQ, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(7055), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, ACTIONS(7073), 1, - anon_sym_and, + anon_sym_LT_EQ_GT, ACTIONS(7075), 1, - anon_sym_bitor, + anon_sym_or, ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7084), 1, + ACTIONS(7083), 1, anon_sym_QMARK, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6936), 18, + ACTIONS(6392), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -338570,27 +338266,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [46366] = 11, + [46043] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7108), 1, + anon_sym_requires, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4949), 1, + sym__function_attributes_start, + STATE(5051), 1, + sym_ref_qualifier, + STATE(5831), 1, + sym_trailing_return_type, + STATE(6057), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7105), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5300), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [46160] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2573), 1, anon_sym_LBRACE, - ACTIONS(7222), 1, + ACTIONS(7246), 1, anon_sym_LPAREN2, - ACTIONS(7224), 1, + ACTIONS(7248), 1, anon_sym_LBRACK, - ACTIONS(7226), 1, + ACTIONS(7250), 1, sym_auto, - ACTIONS(7228), 1, + ACTIONS(7252), 1, anon_sym_decltype, - STATE(3503), 1, + STATE(3438), 1, sym_new_declarator, - STATE(3589), 1, + STATE(3512), 1, sym_decltype_auto, - STATE(3923), 2, + STATE(3876), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5811), 16, + ACTIONS(5727), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -338607,7 +338390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5813), 30, + ACTIONS(5729), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -338638,340 +338421,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [46445] = 52, + [46239] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7124), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7126), 1, - anon_sym_COMMA, - ACTIONS(7130), 1, - anon_sym_DASH, - ACTIONS(7132), 1, - anon_sym_PLUS, - ACTIONS(7134), 1, - anon_sym_STAR, - ACTIONS(7136), 1, - anon_sym_SLASH, - ACTIONS(7138), 1, - anon_sym_PERCENT, - ACTIONS(7140), 1, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6852), 1, + anon_sym_EQ, + ACTIONS(7055), 1, anon_sym_PIPE_PIPE, - ACTIONS(7142), 1, + ACTIONS(7057), 1, anon_sym_AMP_AMP, - ACTIONS(7144), 1, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7146), 1, - anon_sym_CARET, - ACTIONS(7148), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7150), 1, - anon_sym_EQ_EQ, - ACTIONS(7152), 1, - anon_sym_BANG_EQ, - ACTIONS(7154), 1, - anon_sym_GT, - ACTIONS(7156), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7158), 1, - anon_sym_LT_EQ, - ACTIONS(7160), 1, - anon_sym_LT, - ACTIONS(7162), 1, - anon_sym_LT_LT, - ACTIONS(7164), 1, - anon_sym_GT_GT, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7168), 1, - anon_sym_EQ, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7172), 1, - anon_sym_STAR_EQ, - ACTIONS(7174), 1, - anon_sym_SLASH_EQ, - ACTIONS(7176), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7178), 1, - anon_sym_PLUS_EQ, - ACTIONS(7180), 1, - anon_sym_DASH_EQ, - ACTIONS(7182), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7184), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7186), 1, - anon_sym_AMP_EQ, - ACTIONS(7188), 1, - anon_sym_CARET_EQ, - ACTIONS(7190), 1, - anon_sym_PIPE_EQ, - ACTIONS(7194), 1, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - ACTIONS(7196), 1, + ACTIONS(7075), 1, anon_sym_or, - ACTIONS(7198), 1, + ACTIONS(7077), 1, anon_sym_and, - ACTIONS(7200), 1, + ACTIONS(7079), 1, anon_sym_bitor, - ACTIONS(7202), 1, - anon_sym_xor, - ACTIONS(7204), 1, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7206), 1, - anon_sym_not_eq, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7253), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(2509), 1, sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7208), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7192), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [46606] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5774), 44, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [46673] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2962), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7255), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5784), 44, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(7051), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7053), 3, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [46740] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2961), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7257), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5792), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5790), 44, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6854), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [46807] = 5, + anon_sym_RBRACE, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [46348] = 7, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5802), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, + ACTIONS(4876), 1, anon_sym_const, - anon_sym___asm, - ACTIONS(5800), 44, - anon_sym_COMMA, + ACTIONS(4887), 1, + anon_sym_AMP, + ACTIONS(4880), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACK, + ACTIONS(4885), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4883), 19, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, + anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -338986,33 +338544,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [46874] = 5, + ACTIONS(4878), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [46419] = 5, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, + STATE(2965), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, + ACTIONS(7254), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5806), 6, + ACTIONS(5768), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5804), 44, + ACTIONS(5766), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -339057,70 +338630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [46941] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5569), 21, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5571), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [47004] = 3, + [46486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 21, + ACTIONS(5550), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339142,7 +338655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5524), 34, + ACTIONS(5552), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339177,7 +338690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [47067] = 30, + [46549] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -339186,71 +338699,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(7264), 1, + ACTIONS(7258), 1, anon_sym_requires, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4942), 1, + STATE(4950), 1, sym__function_attributes_start, - STATE(5065), 1, + STATE(5060), 1, sym_ref_qualifier, - STATE(5954), 1, + STATE(5962), 1, sym_trailing_return_type, - STATE(6122), 1, + STATE(6094), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7261), 2, + ACTIONS(7105), 2, anon_sym_final, anon_sym_override, - STATE(3987), 2, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6028), 2, + STATE(6000), 2, sym__function_postfix, sym_requires_clause, - STATE(5294), 3, + STATE(5295), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 5, + ACTIONS(6864), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -339264,80 +338777,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [47184] = 30, + [46666] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(65), 1, anon_sym_const, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7001), 1, + ACTIONS(6995), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7014), 1, + ACTIONS(7002), 1, anon_sym_requires, - ACTIONS(7088), 1, + ACTIONS(7093), 1, anon_sym___attribute__, - ACTIONS(7091), 1, + ACTIONS(7096), 1, anon_sym___attribute, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4865), 1, + STATE(4881), 1, sym__function_attributes_start, - STATE(5062), 1, + STATE(5059), 1, sym_ref_qualifier, - STATE(5446), 1, + STATE(5426), 1, sym_trailing_return_type, - STATE(5877), 1, + STATE(5843), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(6876), 2, + ACTIONS(6893), 2, anon_sym_final, anon_sym_override, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3987), 2, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5819), 2, + STATE(5768), 2, sym__function_postfix, sym_requires_clause, - STATE(5287), 3, + STATE(5296), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 5, + ACTIONS(6864), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -339351,21 +338864,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [47301] = 8, + [46783] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 1, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, anon_sym_LPAREN2, - ACTIONS(7102), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7104), 1, + ACTIONS(7248), 1, anon_sym_LBRACK, - STATE(3424), 1, - sym_parameter_list, - STATE(3021), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5942), 19, + ACTIONS(7250), 1, + sym_auto, + ACTIONS(7252), 1, + anon_sym_decltype, + STATE(3461), 1, + sym_new_declarator, + STATE(3512), 1, + sym_decltype_auto, + STATE(3950), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339380,12 +338899,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5944), 30, + ACTIONS(5745), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -339405,32 +338921,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [47374] = 8, + [46862] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5457), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5455), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [46925] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 1, + ACTIONS(7087), 1, anon_sym_LPAREN2, - ACTIONS(7102), 1, + ACTIONS(7089), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7104), 1, + ACTIONS(7091), 1, anon_sym_LBRACK, - STATE(3424), 1, + STATE(3270), 1, sym_parameter_list, - STATE(3021), 2, + STATE(3084), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6029), 19, + ACTIONS(6054), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -339450,7 +339026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6031), 30, + ACTIONS(6056), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -339481,207 +339057,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [47447] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7001), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4897), 1, - sym__function_attributes_start, - STATE(5063), 1, - sym_ref_qualifier, - STATE(5388), 1, - sym_trailing_return_type, - STATE(5883), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5282), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [47564] = 22, + [46998] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7075), 1, - anon_sym_bitor, - ACTIONS(7077), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 3, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [47665] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 24, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6331), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(4109), 30, + ACTIONS(6333), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -339689,9 +339108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -339703,29 +339120,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [47730] = 5, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [47081] = 12, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5744), 6, - anon_sym_AMP, + ACTIONS(43), 1, anon_sym___attribute, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2361), 1, + sym_attribute_specifier, + STATE(3559), 1, + sym_field_declaration_list, + STATE(6974), 1, + sym_virtual_specifier, + STATE(7720), 1, + sym_base_class_clause, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5659), 5, + anon_sym_AMP, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5742), 44, + ACTIONS(5661), 40, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -339735,10 +339165,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym_LBRACE, anon_sym_static, anon_sym_EQ, anon_sym_register, @@ -339765,29 +339193,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, - [47797] = 5, + [47162] = 5, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, + STATE(1860), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7110), 4, + ACTIONS(7121), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5738), 6, + ACTIONS(5780), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym___inline, anon_sym_const, anon_sym___asm, - ACTIONS(5736), 44, + ACTIONS(5778), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -339832,352 +339258,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [47864] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7269), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4923), 1, - sym__function_attributes_start, - STATE(5046), 1, - sym_ref_qualifier, - STATE(5885), 1, - sym_trailing_return_type, - STATE(5907), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5290), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [47981] = 20, + [47229] = 52, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7077), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + ACTIONS(7148), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7150), 1, + anon_sym_COMMA, + ACTIONS(7154), 1, anon_sym_DASH, + ACTIONS(7156), 1, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, + ACTIONS(7158), 1, anon_sym_STAR, + ACTIONS(7160), 1, anon_sym_SLASH, + ACTIONS(7162), 1, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 4, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(6374), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7164), 1, anon_sym_PIPE_PIPE, + ACTIONS(7166), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_RBRACE, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - [48078] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6940), 1, - anon_sym_EQ, - ACTIONS(7055), 1, - anon_sym_AMP_AMP, - ACTIONS(7057), 1, + ACTIONS(7168), 1, anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, - anon_sym_and, - ACTIONS(7075), 1, - anon_sym_bitor, - ACTIONS(7077), 1, - anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7084), 1, - anon_sym_QMARK, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7170), 1, anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7172), 1, + anon_sym_AMP, + ACTIONS(7174), 1, anon_sym_EQ_EQ, + ACTIONS(7176), 1, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7178), 1, anon_sym_GT, + ACTIONS(7180), 1, + anon_sym_GT_EQ, + ACTIONS(7182), 1, anon_sym_LT_EQ, + ACTIONS(7184), 1, anon_sym_LT, - ACTIONS(6942), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, + ACTIONS(7186), 1, + anon_sym_LT_LT, + ACTIONS(7188), 1, + anon_sym_GT_GT, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7192), 1, + anon_sym_EQ, + ACTIONS(7194), 1, + anon_sym_QMARK, + ACTIONS(7196), 1, anon_sym_STAR_EQ, + ACTIONS(7198), 1, anon_sym_SLASH_EQ, + ACTIONS(7200), 1, anon_sym_PERCENT_EQ, + ACTIONS(7202), 1, anon_sym_PLUS_EQ, + ACTIONS(7204), 1, anon_sym_DASH_EQ, + ACTIONS(7206), 1, anon_sym_LT_LT_EQ, + ACTIONS(7208), 1, anon_sym_GT_GT_EQ, + ACTIONS(7210), 1, anon_sym_AMP_EQ, + ACTIONS(7212), 1, anon_sym_CARET_EQ, + ACTIONS(7214), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [48191] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6890), 1, - anon_sym_EQ, - ACTIONS(7055), 1, - anon_sym_AMP_AMP, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, + ACTIONS(7220), 1, + anon_sym_or, + ACTIONS(7222), 1, anon_sym_and, - ACTIONS(7075), 1, + ACTIONS(7224), 1, anon_sym_bitor, - ACTIONS(7077), 1, + ACTIONS(7226), 1, + anon_sym_xor, + ACTIONS(7228), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, + ACTIONS(7230), 1, + anon_sym_not_eq, + ACTIONS(7236), 1, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7263), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6892), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - 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, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7216), 3, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [48300] = 8, + [47390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - ACTIONS(6829), 1, - anon_sym_LBRACE, - STATE(3068), 1, - sym_enumerator_list, - STATE(3544), 1, - sym_attribute_specifier, - ACTIONS(5929), 16, + ACTIONS(5602), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340187,23 +339380,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5931), 34, + ACTIONS(5604), 34, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -340212,81 +339410,89 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [48373] = 19, + anon_sym_GT2, + [47453] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7061), 1, + ACTIONS(6915), 1, + anon_sym_EQ, + ACTIONS(7055), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, + anon_sym_PIPE, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, + ACTIONS(7075), 1, + anon_sym_or, ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7069), 2, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 23, + ACTIONS(6917), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -340304,62 +339510,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - [48468] = 17, + [47562] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7067), 1, - anon_sym_GT_EQ, - ACTIONS(7071), 1, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, + ACTIONS(6331), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 24, + ACTIONS(6333), 28, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -340379,45 +339580,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor_eq, anon_sym_bitor, anon_sym_bitand, - [48559] = 5, + anon_sym_not_eq, + [47647] = 9, ACTIONS(3), 1, sym_comment, - STATE(2926), 1, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7265), 1, + anon_sym_LPAREN2, + STATE(2532), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7108), 4, + STATE(3448), 1, + sym_argument_list, + STATE(3869), 1, + sym_initializer_list, + ACTIONS(6409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5439), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5441), 44, + ACTIONS(5457), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(5455), 37, + anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute, anon_sym___declspec, - anon_sym_LBRACE, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, - anon_sym_EQ, 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, @@ -340432,71 +339642,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [48626] = 16, + anon_sym_template, + anon_sym_operator, + [47722] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + ACTIONS(6921), 1, + anon_sym_LBRACE, + STATE(3079), 1, + sym_enumerator_list, + STATE(3463), 1, + sym_attribute_specifier, + ACTIONS(5887), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(7067), 1, + anon_sym_DASH_GT, + ACTIONS(5889), 34, + anon_sym_DOT_DOT_DOT, + 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, - ACTIONS(7071), 1, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [47795] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 25, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7065), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6374), 27, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(7049), 30, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340508,27 +339767,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [48715] = 8, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [47858] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2465), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(2475), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [47921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7100), 1, - anon_sym_LPAREN2, - ACTIONS(7102), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7104), 1, - anon_sym_LBRACK, - STATE(3424), 1, - sym_parameter_list, - STATE(3021), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6025), 19, + ACTIONS(6762), 1, + sym_auto, + ACTIONS(6764), 1, + anon_sym_decltype, + STATE(3050), 1, + sym_decltype_auto, + ACTIONS(5311), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340548,15 +339861,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6027), 30, + ACTIONS(5313), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340579,52 +339895,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [48788] = 14, + [47990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + ACTIONS(6961), 25, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6374), 28, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(6963), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -340632,7 +339936,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340644,39 +339950,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [48873] = 12, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [48053] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 12, + ACTIONS(6331), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -340689,7 +339993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 29, + ACTIONS(6333), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340719,87 +340023,316 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [48954] = 3, + [48132] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 21, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7121), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5788), 6, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5593), 34, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5786), 44, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [49017] = 11, + anon_sym_try, + anon_sym_requires, + [48199] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7268), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4883), 1, + sym__function_attributes_start, + STATE(5047), 1, + sym_ref_qualifier, + STATE(5982), 1, + sym__function_attributes_end, + STATE(6199), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6893), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5284), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(7222), 1, + anon_sym_try, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [48316] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5285), 1, + anon_sym_LBRACE, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5457), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7224), 1, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + ACTIONS(5455), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, - ACTIONS(7226), 1, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, - ACTIONS(7228), 1, anon_sym_decltype, - STATE(3539), 1, - sym_new_declarator, - STATE(3589), 1, - sym_decltype_auto, - STATE(3890), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5762), 16, + anon_sym_template, + anon_sym_operator, + [48383] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7256), 1, + anon_sym_DASH_GT, + ACTIONS(7271), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4885), 1, + sym__function_attributes_start, + STATE(5048), 1, + sym_ref_qualifier, + STATE(6001), 1, + sym_trailing_return_type, + STATE(6054), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5282), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [48500] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4838), 1, + anon_sym_LBRACE, + ACTIONS(4896), 1, + anon_sym_LT, + STATE(3022), 1, + sym_template_argument_list, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340810,21 +340343,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5764), 30, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340836,29 +340374,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [49096] = 7, + [48571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, + ACTIONS(5287), 1, anon_sym_COLON_COLON, - ACTIONS(4866), 1, - anon_sym_LBRACE, - ACTIONS(4906), 1, - anon_sym_LT, - STATE(3058), 1, - sym_template_argument_list, - ACTIONS(4868), 19, + ACTIONS(5455), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -340869,16 +340401,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340888,7 +340420,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -340910,15 +340443,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [49167] = 5, + [48636] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5466), 1, + ACTIONS(5285), 1, anon_sym_LBRACE, - ACTIONS(5441), 10, + ACTIONS(5457), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340927,9 +340460,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(5439), 43, + ACTIONS(5455), 43, anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, @@ -340973,47 +340507,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - [49234] = 13, + [48701] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7248), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(7250), 1, + sym_auto, + ACTIONS(7252), 1, + anon_sym_decltype, + STATE(3512), 1, + sym_decltype_auto, + STATE(3548), 1, + sym_new_declarator, + STATE(3865), 2, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + sym_initializer_list, + ACTIONS(5804), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 29, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5806), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341022,9 +340553,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341036,148 +340564,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [49317] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4932), 1, - sym__function_attributes_start, - STATE(5051), 1, - sym_ref_qualifier, - STATE(6032), 1, - sym_trailing_return_type, - STATE(6057), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5280), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [49434] = 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [48780] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2378), 1, - sym_attribute_specifier, - STATE(3443), 1, - sym_field_declaration_list, - STATE(6874), 1, - sym_virtual_specifier, - STATE(7523), 1, - sym_base_class_clause, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5650), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5652), 40, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 10, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4107), 37, + anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, - anon_sym_EQ, 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, @@ -341192,39 +340635,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [49515] = 11, + anon_sym_template, + anon_sym_operator, + [48853] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7053), 3, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 24, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 14, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -341234,13 +340660,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6374), 29, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(4109), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -341248,7 +340682,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [48918] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, + anon_sym_LPAREN2, + ACTIONS(7248), 1, + anon_sym_LBRACK, + ACTIONS(7250), 1, + sym_auto, + ACTIONS(7252), 1, + anon_sym_decltype, + STATE(3440), 1, + sym_new_declarator, + STATE(3512), 1, + sym_decltype_auto, + STATE(3940), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5739), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5741), 30, + anon_sym_DOT_DOT_DOT, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341260,76 +340758,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [49594] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [48997] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7093), 1, + anon_sym___attribute__, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4914), 1, + sym__function_attributes_start, + STATE(5058), 1, + sym_ref_qualifier, + STATE(5384), 1, + sym_trailing_return_type, + STATE(5838), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5293), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [49114] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6944), 1, + ACTIONS(6911), 1, anon_sym_EQ, ACTIONS(7055), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, ACTIONS(7073), 1, - anon_sym_and, + anon_sym_LT_EQ_GT, ACTIONS(7075), 1, - anon_sym_bitor, + anon_sym_or, ACTIONS(7077), 1, + anon_sym_and, + ACTIONS(7079), 1, + anon_sym_bitor, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 20, + ACTIONS(6913), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341350,16 +340939,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [49703] = 6, + [49223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, - sym_auto, - ACTIONS(6758), 1, + ACTIONS(6502), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6500), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, anon_sym_decltype, - STATE(3057), 1, - sym_decltype_auto, - ACTIONS(5357), 19, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [49286] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5395), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -341379,7 +341022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5359), 33, + ACTIONS(5397), 36, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341389,6 +341032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -341412,82 +341056,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [49772] = 30, + [49349] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, + STATE(2987), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7242), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 6, anon_sym_AMP, - ACTIONS(6864), 1, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(6872), 1, + anon_sym___inline, + anon_sym_const, anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(5457), 44, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(7001), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7276), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4871), 1, - sym__function_attributes_start, - STATE(5057), 1, - sym_ref_qualifier, - STATE(6005), 1, - sym__function_attributes_end, - STATE(6137), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, anon_sym_asm, anon_sym___asm__, - ACTIONS(6876), 2, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5292), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [49416] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7121), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5790), 44, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - ACTIONS(6997), 13, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -341500,72 +341172,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [49889] = 26, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [49483] = 52, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7148), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7150), 1, + anon_sym_COMMA, + ACTIONS(7154), 1, + anon_sym_DASH, + ACTIONS(7156), 1, + anon_sym_PLUS, + ACTIONS(7158), 1, + anon_sym_STAR, + ACTIONS(7160), 1, + anon_sym_SLASH, + ACTIONS(7162), 1, + anon_sym_PERCENT, + ACTIONS(7164), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7166), 1, + anon_sym_AMP_AMP, + ACTIONS(7168), 1, + anon_sym_PIPE, + ACTIONS(7170), 1, + anon_sym_CARET, + ACTIONS(7172), 1, + anon_sym_AMP, + ACTIONS(7174), 1, + anon_sym_EQ_EQ, + ACTIONS(7176), 1, + anon_sym_BANG_EQ, + ACTIONS(7178), 1, + anon_sym_GT, + ACTIONS(7180), 1, + anon_sym_GT_EQ, + ACTIONS(7182), 1, + anon_sym_LT_EQ, + ACTIONS(7184), 1, + anon_sym_LT, + ACTIONS(7186), 1, + anon_sym_LT_LT, + ACTIONS(7188), 1, + anon_sym_GT_GT, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7192), 1, + anon_sym_EQ, + ACTIONS(7194), 1, + anon_sym_QMARK, + ACTIONS(7196), 1, + anon_sym_STAR_EQ, + ACTIONS(7198), 1, + anon_sym_SLASH_EQ, + ACTIONS(7200), 1, + anon_sym_PERCENT_EQ, + ACTIONS(7202), 1, + anon_sym_PLUS_EQ, + ACTIONS(7204), 1, + anon_sym_DASH_EQ, + ACTIONS(7206), 1, + anon_sym_LT_LT_EQ, + ACTIONS(7208), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7210), 1, + anon_sym_AMP_EQ, + ACTIONS(7212), 1, + anon_sym_CARET_EQ, + ACTIONS(7214), 1, + anon_sym_PIPE_EQ, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7220), 1, + anon_sym_or, + ACTIONS(7222), 1, + anon_sym_and, + ACTIONS(7224), 1, + anon_sym_bitor, + ACTIONS(7226), 1, + anon_sym_xor, + ACTIONS(7228), 1, + anon_sym_bitand, + ACTIONS(7230), 1, + anon_sym_not_eq, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7275), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7216), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [49644] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6898), 1, - anon_sym_EQ, - ACTIONS(7055), 1, - anon_sym_AMP_AMP, ACTIONS(7057), 1, + anon_sym_AMP_AMP, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, ACTIONS(7073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7077), 1, anon_sym_and, - ACTIONS(7075), 1, + ACTIONS(7079), 1, anon_sym_bitor, - ACTIONS(7077), 1, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6331), 2, + anon_sym_EQ, + anon_sym_or, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6900), 20, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, @@ -341583,146 +341373,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [49998] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(7106), 1, - anon_sym_COLON, - STATE(2345), 1, - sym_attribute_specifier, - STATE(2729), 1, - sym__enum_base_clause, - STATE(2903), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6252), 7, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(6250), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [50073] = 30, + [49749] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(65), 1, anon_sym_const, - ACTIONS(6849), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7001), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7103), 1, anon_sym_requires, - STATE(1624), 1, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4898), 1, + STATE(4946), 1, sym__function_attributes_start, - STATE(5058), 1, + STATE(5053), 1, sym_ref_qualifier, - STATE(5940), 1, - sym__function_attributes_end, - STATE(6223), 1, + STATE(5836), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6109), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3987), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5819), 2, + STATE(6000), 2, sym__function_postfix, sym_requires_clause, - STATE(5285), 3, + STATE(5283), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 5, - anon_sym_RPAREN, + ACTIONS(6864), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -341736,118 +341460,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [50190] = 11, + [49866] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7224), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7226), 1, - sym_auto, - ACTIONS(7228), 1, - anon_sym_decltype, - STATE(3504), 1, - sym_new_declarator, - STATE(3589), 1, - sym_decltype_auto, - STATE(3927), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7059), 1, anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(7063), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5798), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7069), 1, anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(7079), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(7081), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [50269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6963), 25, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(7061), 2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_xor, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(6331), 3, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, + ACTIONS(7053), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(6965), 30, + ACTIONS(7067), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 22, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341859,115 +341536,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [50332] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [49967] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5614), 21, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5616), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym___attribute__, - anon_sym_LBRACE, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7063), 1, + anon_sym_AMP, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, + ACTIONS(7081), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [50395] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7047), 25, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7061), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7071), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 4, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(7049), 30, + ACTIONS(6333), 23, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -341979,52 +341612,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [50458] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + [50064] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5441), 12, - anon_sym_DOT_DOT_DOT, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7121), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5802), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5800), 44, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5439), 43, - anon_sym_AMP, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_static, + anon_sym_EQ, 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, @@ -342039,86 +341669,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [50521] = 30, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [50131] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7121), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 6, anon_sym_AMP, - ACTIONS(6864), 1, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(6872), 1, + anon_sym___inline, + anon_sym_const, anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7112), 1, - anon_sym_DASH_GT, - ACTIONS(7269), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4862), 1, - sym__function_attributes_start, - STATE(5050), 1, - sym_ref_qualifier, - STATE(5885), 1, - sym_trailing_return_type, - STATE(6097), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5276), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 5, + ACTIONS(5750), 44, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, anon_sym_LBRACE, + anon_sym_static, anon_sym_EQ, - anon_sym_try, - ACTIONS(6997), 13, - anon_sym___extension__, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -342131,124 +341729,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [50638] = 26, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [50198] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6914), 1, - anon_sym_EQ, - ACTIONS(7055), 1, - anon_sym_AMP_AMP, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, - anon_sym_LT_EQ_GT, ACTIONS(7073), 1, - anon_sym_and, - ACTIONS(7075), 1, - anon_sym_bitor, - ACTIONS(7077), 1, - anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [50747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5439), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6331), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -342263,26 +341810,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [50809] = 5, + [50287] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7287), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(7285), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(7283), 20, - anon_sym_BANG, + ACTIONS(7087), 1, + anon_sym_LPAREN2, + ACTIONS(7089), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7091), 1, + anon_sym_LBRACK, + STATE(3270), 1, + sym_parameter_list, + STATE(3084), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5941), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -342297,19 +341842,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7281), 31, + ACTIONS(5943), 30, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -342323,217 +341870,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [50875] = 26, + [50360] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, + STATE(2988), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7277), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5774), 6, anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6898), 2, anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6900), 18, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5772), 44, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [50983] = 11, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [50427] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7291), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, + STATE(2924), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7279), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5796), 6, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 27, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5794), 44, anon_sym_COMMA, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [51061] = 13, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [50494] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(7063), 1, + anon_sym_AMP, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7081), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7309), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 11, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7065), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 27, + ACTIONS(6333), 23, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -342548,78 +342077,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [51143] = 26, + [50589] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7311), 1, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6904), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7305), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 18, + ACTIONS(6331), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, 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_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -342634,157 +342150,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [51251] = 24, + anon_sym_bitor, + anon_sym_bitand, + [50680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7121), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5784), 6, anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 3, anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - ACTIONS(7291), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5782), 44, anon_sym_COMMA, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [51355] = 28, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [50747] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6910), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4838), 11, anon_sym_DOT_DOT_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4831), 40, anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - ACTIONS(7321), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + [50815] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6616), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, + ACTIONS(6331), 13, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 27, + anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym___attribute__, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -342798,16 +342340,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [51467] = 5, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [50895] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7329), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(7327), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(7325), 20, - anon_sym_BANG, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3496), 1, + sym_attribute_specifier, + ACTIONS(5933), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -342822,19 +342368,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7323), 31, + ACTIONS(5935), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -342845,108 +342393,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [51533] = 28, + [50963] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(2397), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - ACTIONS(7321), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3444), 2, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6934), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6936), 16, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [51645] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5587), 19, + sym_initializer_list, + ACTIONS(6166), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -342966,17 +342436,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5589), 35, + ACTIONS(6168), 31, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -342999,110 +342467,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [51707] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7333), 1, - anon_sym_requires, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4965), 1, - sym__function_attributes_start, - STATE(5152), 1, - sym_ref_qualifier, - STATE(6183), 1, - sym__function_attributes_end, - STATE(6222), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5307), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6847), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [51823] = 8, + [51031] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 1, + ACTIONS(7285), 1, anon_sym_LPAREN2, - ACTIONS(7338), 1, + ACTIONS(7287), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7340), 1, + ACTIONS(7289), 1, anon_sym_LBRACK, - STATE(3560), 1, + STATE(3538), 1, sym_parameter_list, - STATE(3158), 2, + STATE(3111), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6037), 20, + ACTIONS(5986), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343123,7 +342503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6039), 28, + ACTIONS(5988), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -343152,88 +342532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [51895] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 4, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(6374), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [51995] = 3, + [51103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 19, + ACTIONS(5558), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343253,7 +342555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5486), 35, + ACTIONS(5560), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343289,10 +342591,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52057] = 3, + [51165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 19, + ACTIONS(5562), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343312,7 +342614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5540), 35, + ACTIONS(5564), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343348,15 +342650,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52119] = 5, + [51227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 1, - anon_sym_LBRACK_LBRACK, - STATE(3012), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6121), 20, + ACTIONS(5570), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343370,14 +342667,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6123), 31, + ACTIONS(5572), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343387,6 +342683,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -343408,11 +342706,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52185] = 3, + [51289] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5603), 19, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3592), 1, + sym_attribute_specifier, + ACTIONS(5994), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343427,12 +342733,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5605), 35, + ACTIONS(5996), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343455,11 +342758,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -343468,37 +342771,30 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52247] = 6, + [51357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, + ACTIONS(5657), 3, anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4133), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(5689), 40, - anon_sym_AMP, + ACTIONS(5655), 51, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_register, anon_sym_inline, @@ -343522,18 +342818,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_typename, anon_sym_template, - anon_sym_operator, - [52315] = 3, + [51419] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 19, + ACTIONS(7297), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(7295), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(7293), 20, + anon_sym_BANG, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(7291), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [51485] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5520), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343553,7 +342914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5544), 35, + ACTIONS(5522), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343589,10 +342950,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52377] = 3, + [51547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5427), 20, + ACTIONS(5484), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343602,26 +342963,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5429), 34, + anon_sym_DASH_GT, + ACTIONS(5486), 35, anon_sym_DOT_DOT_DOT, 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_COLON_COLON, + anon_sym_GT_EQ, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -343631,6 +342992,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -343644,21 +343006,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [52439] = 6, + anon_sym_DASH_GT_STAR, + [51609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - STATE(3499), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6085), 19, + ACTIONS(5542), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343678,15 +343032,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6087), 31, + ACTIONS(5544), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -343709,17 +343065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52507] = 6, + [51671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3561), 1, - sym_attribute_specifier, - ACTIONS(5986), 16, + ACTIONS(5586), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343734,9 +343086,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5988), 35, + ACTIONS(5588), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343759,11 +343114,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -343772,10 +343127,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52575] = 3, + [51733] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 19, + ACTIONS(6931), 1, + sym_auto, + ACTIONS(6933), 1, + anon_sym_decltype, + STATE(3189), 1, + sym_decltype_auto, + ACTIONS(5311), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343785,26 +343146,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5597), 35, + ACTIONS(5313), 31, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -343814,7 +343174,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -343828,13 +343187,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [52637] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [51801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 19, + ACTIONS(5488), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343854,7 +343212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5563), 35, + ACTIONS(5490), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -343890,45 +343248,57 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52699] = 5, + [51863] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(7102), 1, - anon_sym_LBRACK_LBRACK, - STATE(3012), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6166), 20, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 11, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, + anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6168), 31, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, 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_SEMI, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -343947,20 +343317,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + [51945] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [52765] = 6, + anon_sym_DASH_GT, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + [52035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3553), 1, - sym_attribute_specifier, - ACTIONS(5994), 16, + ACTIONS(5614), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -343975,9 +343408,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5996), 35, + ACTIONS(5616), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -344000,11 +343436,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -344013,10 +343449,195 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52833] = 3, + [52097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, + ACTIONS(7315), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(7313), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(7311), 20, + anon_sym_BANG, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_not, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DASH_GT, + ACTIONS(7309), 31, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_compl, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [52163] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(4133), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5689), 40, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + [52231] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(2678), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(3477), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(3481), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5823), 18, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5825), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [52299] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344036,7 +343657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5474), 35, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -344072,21 +343693,12 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [52895] = 8, + [52361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 1, - anon_sym_LPAREN2, - ACTIONS(7338), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7340), 1, - anon_sym_LBRACK, - STATE(3560), 1, - sym_parameter_list, - STATE(3158), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5990), 20, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344107,13 +343719,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5992), 28, + ACTIONS(5457), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344135,11 +343750,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [52967] = 3, + [52425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 19, + ACTIONS(5598), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344159,7 +343776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5516), 35, + ACTIONS(5600), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -344195,59 +343812,44 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [53029] = 14, + [52487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 11, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 26, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4878), 32, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344262,64 +343864,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [53113] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [52551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(5510), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(7307), 1, + anon_sym_DASH_GT, + ACTIONS(5512), 35, + anon_sym_DOT_DOT_DOT, + 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, - ACTIONS(7311), 1, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [52613] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5594), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7305), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym___attribute, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 25, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5596), 35, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym___attribute__, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344334,44 +343980,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [53201] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [52675] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, + anon_sym_requires, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4974), 1, + sym__function_attributes_start, + STATE(5109), 1, + sym_ref_qualifier, + STATE(6147), 1, + sym_trailing_return_type, + STATE(6152), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5306), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6864), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [52791] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6815), 1, + anon_sym_LBRACK, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3932), 1, + sym_template_argument_list, + ACTIONS(4130), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_EQ, + ACTIONS(4107), 36, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [52867] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 19, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6844), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5520), 35, + ACTIONS(6846), 18, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344386,17 +344224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [53263] = 30, + [52975] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -344405,70 +344233,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(7345), 1, + ACTIONS(7339), 1, anon_sym_requires, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4962), 1, + STATE(4955), 1, sym__function_attributes_start, - STATE(5165), 1, + STATE(5111), 1, sym_ref_qualifier, - STATE(6178), 1, + STATE(6156), 1, sym_trailing_return_type, - STATE(6194), 1, + STATE(6162), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7096), 2, + ACTIONS(7105), 2, anon_sym_final, anon_sym_override, - STATE(3987), 2, + STATE(3961), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6028), 2, + STATE(6000), 2, sym__function_postfix, sym_requires_clause, STATE(5310), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(6847), 4, + ACTIONS(6864), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -344482,69 +344310,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [53379] = 3, + [53091] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5474), 35, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7285), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, + ACTIONS(7287), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7289), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [53441] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5480), 19, + STATE(3538), 1, + sym_parameter_list, + STATE(3111), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6054), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344554,28 +344334,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5482), 35, + ACTIONS(6056), 28, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344583,7 +344359,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -344597,13 +344372,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [53503] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [53163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 19, + ACTIONS(5504), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344623,7 +344397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5494), 35, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -344659,77 +344433,15 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [53565] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3543), 1, - sym_attribute_specifier, - ACTIONS(5966), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5968), 35, - anon_sym_DOT_DOT_DOT, - 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [53633] = 5, + [53225] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3809), 1, + ACTIONS(3817), 1, anon_sym_DQUOTE_DQUOTE, - ACTIONS(7347), 2, + ACTIONS(7342), 2, anon_sym_delete, anon_sym_new, - ACTIONS(3789), 20, + ACTIONS(3813), 20, anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, @@ -344750,7 +344462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DASH_GT, - ACTIONS(3787), 31, + ACTIONS(3811), 31, anon_sym_COMMA, anon_sym_TILDE, anon_sym_PIPE_PIPE, @@ -344782,10 +344494,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT_STAR, anon_sym_LPAREN_RPAREN, anon_sym_LBRACK_RBRACK, - [53699] = 3, + [53291] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + ACTIONS(7346), 1, + anon_sym_EQ, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(7344), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(4107), 37, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [53367] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7348), 1, + anon_sym_LBRACK_LBRACK, + STATE(3033), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6159), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344799,13 +344582,14 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5474), 35, + ACTIONS(6161), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -344815,8 +344599,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -344838,20 +344620,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [53761] = 6, + [53433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - STATE(3514), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6198), 19, + ACTIONS(5504), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344871,15 +344644,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6200), 31, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -344902,73 +344677,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [53829] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(4866), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4859), 40, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - [53897] = 3, + anon_sym_DASH_GT_STAR, + [53495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 19, + ACTIONS(5606), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -344988,7 +344703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5504), 35, + ACTIONS(5608), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345024,75 +344739,77 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [53959] = 26, + [53557] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7293), 1, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, + ACTIONS(7323), 1, anon_sym_AMP_AMP, - ACTIONS(7297), 1, + ACTIONS(7325), 1, anon_sym_PIPE, - ACTIONS(7301), 1, + ACTIONS(7329), 1, anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, + ACTIONS(7331), 1, anon_sym_or, - ACTIONS(7315), 1, + ACTIONS(7333), 1, anon_sym_and, - ACTIONS(7317), 1, + ACTIONS(7335), 1, anon_sym_bitor, - ACTIONS(7319), 1, + ACTIONS(7337), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(7351), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6944), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6848), 2, anon_sym___attribute, anon_sym_EQ, - ACTIONS(7289), 2, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, + ACTIONS(7301), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7305), 3, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(6850), 16, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -345106,10 +344823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [54067] = 3, + [53669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 19, + ACTIONS(5476), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345129,7 +344846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5508), 35, + ACTIONS(5478), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345165,10 +344882,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [54129] = 3, + [53731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5534), 19, + ACTIONS(7359), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(7357), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(7355), 20, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345183,24 +344906,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5536), 35, - anon_sym_DOT_DOT_DOT, + ACTIONS(7353), 31, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -345214,77 +344932,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, + anon_sym_co_await, anon_sym_DASH_GT_STAR, - [54191] = 20, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [53797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + ACTIONS(5468), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, - ACTIONS(6374), 21, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5470), 35, anon_sym_DOT_DOT_DOT, 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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345299,17 +344992,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - [54287] = 6, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [53859] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6699), 1, anon_sym___attribute__, ACTIONS(6701), 1, anon_sym___attribute, - STATE(3546), 1, + STATE(3577), 1, sym_attribute_specifier, - ACTIONS(5958), 16, + ACTIONS(6014), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345326,7 +345028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5960), 35, + ACTIONS(6016), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345362,74 +345064,41 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [54355] = 26, + [53927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6890), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, + ACTIONS(5538), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5540), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, + 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345444,10 +345113,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [54463] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [53989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 19, + ACTIONS(5472), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345467,7 +345146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5612), 35, + ACTIONS(5474), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345503,21 +345182,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [54525] = 8, + [54051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 1, - anon_sym_LPAREN2, - ACTIONS(7338), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7340), 1, - anon_sym_LBRACK, - STATE(3560), 1, - sym_parameter_list, - STATE(3158), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5942), 20, + ACTIONS(5566), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345527,24 +345195,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5944), 28, + anon_sym_DASH_GT, + ACTIONS(5568), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345552,6 +345224,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -345565,43 +345238,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [54597] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [54113] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 19, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 11, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5470), 35, + ACTIONS(6333), 26, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345616,26 +345308,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [54659] = 6, + [54197] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3549), 1, - sym_attribute_specifier, - ACTIONS(5952), 16, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4838), 1, + anon_sym_LBRACE, + ACTIONS(5636), 1, + anon_sym_LT, + STATE(3135), 1, + sym_template_argument_list, + ACTIONS(4840), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345646,13 +345333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5954), 35, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -345662,7 +345351,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -345675,29 +345363,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [54727] = 6, + [54267] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3551), 1, - sym_attribute_specifier, - ACTIONS(5972), 16, + ACTIONS(7285), 1, + anon_sym_LPAREN2, + ACTIONS(7287), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7289), 1, + anon_sym_LBRACK, + STATE(3538), 1, + sym_parameter_list, + STATE(3111), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6026), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345707,25 +345398,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5974), 35, + ACTIONS(6028), 28, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345733,83 +345423,56 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [54795] = 19, + anon_sym_DASH_GT, + anon_sym_GT2, + [54339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + ACTIONS(5516), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 21, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5518), 35, anon_sym_DOT_DOT_DOT, 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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -345824,132 +345487,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - [54889] = 6, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [54401] = 3, ACTIONS(3), 1, sym_comment, - STATE(2666), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(3477), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3481), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5832), 18, - aux_sym_preproc_elif_token1, + ACTIONS(5492), 19, 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_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5834), 24, + anon_sym_DASH_GT, + ACTIONS(5494), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [54957] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5676), 3, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(5674), 51, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [55019] = 3, + anon_sym_DASH_GT_STAR, + [54463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 19, + ACTIONS(5610), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -345969,7 +345579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5567), 35, + ACTIONS(5612), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346005,10 +345615,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55081] = 3, + [54525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 19, + ACTIONS(5590), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346028,7 +345638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5516), 35, + ACTIONS(5592), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346064,61 +345674,72 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55143] = 17, + [54587] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7307), 1, + ACTIONS(7305), 1, anon_sym_GT_EQ, - ACTIONS(7311), 1, + ACTIONS(7307), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6852), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7309), 2, + ACTIONS(7299), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, + ACTIONS(7301), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7305), 3, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 8, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 22, + ACTIONS(6854), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_QMARK, @@ -346135,18 +345756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - [55233] = 5, + [54695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7355), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(7353), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(7351), 20, - anon_sym_BANG, + ACTIONS(5496), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346161,19 +345774,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7349), 31, + ACTIONS(5498), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -346187,53 +345805,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [55299] = 3, + [54757] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 19, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + ACTIONS(7351), 1, + anon_sym_QMARK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6856), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5601), 35, - anon_sym_DOT_DOT_DOT, + ACTIONS(6858), 16, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -346247,23 +345899,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [55361] = 4, + [54869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 20, + ACTIONS(5492), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346277,14 +345916,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4878), 32, + ACTIONS(5494), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346294,7 +345932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -346316,77 +345955,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [55425] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6950), 1, - anon_sym_LBRACK, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(4130), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_EQ, - ACTIONS(4107), 36, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [55501] = 3, + anon_sym_DASH_GT_STAR, + [54931] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 19, + ACTIONS(2397), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + STATE(3493), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6194), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346406,17 +345988,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5552), 35, + ACTIONS(6196), 31, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -346439,13 +346019,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55563] = 3, + [54999] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 19, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3462), 1, + sym_attribute_specifier, + ACTIONS(6038), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346460,12 +346044,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5548), 35, + ACTIONS(6040), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346488,11 +346069,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -346501,10 +346082,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55625] = 3, + [55067] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 19, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3578), 1, + sym_attribute_specifier, + ACTIONS(5957), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346519,12 +346106,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5532), 35, + ACTIONS(5959), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346547,11 +346131,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -346560,74 +346144,48 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55687] = 26, + [55135] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(7285), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7287), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7289), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7293), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, - anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, - anon_sym_GT_EQ, - ACTIONS(7311), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, - anon_sym_and, - ACTIONS(7317), 1, - anon_sym_bitor, - ACTIONS(7319), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6914), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(7289), 2, + STATE(3538), 1, + sym_parameter_list, + STATE(3111), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5963), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7299), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7309), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7305), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5965), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -346635,40 +346193,36 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [55795] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7289), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [55207] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7367), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(7365), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(7363), 20, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7291), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 13, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -346677,22 +346231,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 27, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(7361), 31, anon_sym_COMMA, + anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -346706,14 +346258,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [55875] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [55273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 19, + ACTIONS(5582), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346733,7 +346292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5528), 35, + ACTIONS(5584), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346769,10 +346328,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55937] = 3, + [55335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 19, + ACTIONS(5574), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346792,7 +346351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(5576), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346828,16 +346387,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [55999] = 6, + [55397] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6699), 1, anon_sym___attribute__, ACTIONS(6701), 1, anon_sym___attribute, - STATE(3588), 1, + STATE(3466), 1, sym_attribute_specifier, - ACTIONS(6033), 16, + ACTIONS(5953), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346854,7 +346413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6035), 35, + ACTIONS(5955), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -346890,44 +346449,61 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56067] = 6, + [55465] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3586), 1, - sym_attribute_specifier, - ACTIONS(5982), 16, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym___attribute, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5984), 35, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 25, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -346939,34 +346515,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [56135] = 8, + [55553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 1, - anon_sym_LPAREN2, - ACTIONS(7338), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7340), 1, - anon_sym_LBRACK, - STATE(3560), 1, - sym_parameter_list, - STATE(3158), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6025), 20, + ACTIONS(5455), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -346976,24 +346534,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6027), 28, + anon_sym_DASH_GT, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -347001,6 +346563,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -347014,23 +346577,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [56207] = 8, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [55615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 1, - anon_sym_LPAREN2, - ACTIONS(7338), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7340), 1, - anon_sym_LBRACK, - STATE(3560), 1, - sym_parameter_list, - STATE(3158), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6029), 20, + ACTIONS(3809), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(7369), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(3789), 20, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347040,50 +346599,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_not, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(6031), 28, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(3787), 31, anon_sym_COMMA, + anon_sym_TILDE, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, + anon_sym_GT_EQ, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [56279] = 28, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [55681] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -347099,37 +346660,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7359), 1, + ACTIONS(7373), 1, anon_sym_RPAREN, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(7070), 1, + STATE(7054), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -347141,7 +346702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -347164,12 +346725,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [56391] = 4, + [55793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 20, + ACTIONS(5524), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347179,25 +346738,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5441), 33, + anon_sym_DASH_GT, + ACTIONS(5526), 35, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -347207,6 +346767,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -347220,20 +346781,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [56455] = 5, + anon_sym_DASH_GT_STAR, + [55855] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7369), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(7367), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(7365), 20, - anon_sym_BANG, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3468), 1, + sym_attribute_specifier, + ACTIONS(5967), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347248,19 +346808,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, - anon_sym_or, - anon_sym_and, - anon_sym_xor, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7363), 31, + ACTIONS(5969), 35, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -347271,24 +346833,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [56521] = 3, + [55923] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 19, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3471), 1, + sym_attribute_specifier, + ACTIONS(6034), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347303,12 +346870,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5583), 35, + ACTIONS(6036), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347331,11 +346895,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -347344,18 +346908,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56583] = 7, + [55991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4866), 1, - anon_sym_LBRACE, - ACTIONS(5636), 1, - anon_sym_LT, - STATE(3216), 1, - sym_template_argument_list, - ACTIONS(4868), 18, + ACTIONS(5528), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347366,6 +346922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -347374,7 +346931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5530), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347384,6 +346941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -347406,18 +346964,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56653] = 6, + [56053] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - STATE(3523), 2, + STATE(3543), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6095), 19, + ACTIONS(6182), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347437,7 +346997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6097), 31, + ACTIONS(6184), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347469,16 +347029,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [56721] = 6, + [56121] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6699), 1, anon_sym___attribute__, ACTIONS(6701), 1, anon_sym___attribute, - STATE(3471), 1, + STATE(3552), 1, sym_attribute_specifier, - ACTIONS(6000), 16, + ACTIONS(6030), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347495,7 +347055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6002), 35, + ACTIONS(6032), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347531,16 +347091,16 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56789] = 6, + [56189] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6699), 1, anon_sym___attribute__, ACTIONS(6701), 1, anon_sym___attribute, - STATE(3477), 1, + STATE(3585), 1, sym_attribute_specifier, - ACTIONS(6004), 16, + ACTIONS(5990), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347557,7 +347117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6006), 35, + ACTIONS(5992), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347593,16 +347153,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56857] = 6, + [56257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3483), 1, - sym_attribute_specifier, - ACTIONS(6017), 16, + ACTIONS(5455), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347617,9 +347171,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6019), 35, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347642,11 +347199,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -347655,17 +347212,17 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [56925] = 6, + [56319] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - STATE(3458), 2, + STATE(3455), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6068), 19, + ACTIONS(6186), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347685,7 +347242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6070), 31, + ACTIONS(6188), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347717,10 +347274,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [56993] = 3, + [56387] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5573), 19, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3573), 1, + sym_attribute_specifier, + ACTIONS(6058), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347735,12 +347298,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5575), 35, + ACTIONS(6060), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347763,11 +347323,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [56455] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6911), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6913), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [56563] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6915), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6917), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [56671] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6699), 1, + anon_sym___attribute__, + ACTIONS(6701), 1, + anon_sym___attribute, + STATE(3495), 1, + sym_attribute_specifier, + ACTIONS(6018), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6020), 35, + anon_sym_DOT_DOT_DOT, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, @@ -347776,14 +347562,180 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [57055] = 3, + [56739] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6818), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6820), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [56847] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7321), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7331), 1, + anon_sym_or, + ACTIONS(7333), 1, + anon_sym_and, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + ACTIONS(7351), 1, + anon_sym_QMARK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6390), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6392), 16, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [56959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5668), 3, + ACTIONS(5673), 3, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(5666), 51, + ACTIONS(5671), 51, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, @@ -347835,16 +347787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [57117] = 5, + [57021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3817), 1, - anon_sym_DQUOTE_DQUOTE, - ACTIONS(7371), 2, - anon_sym_delete, - anon_sym_new, - ACTIONS(3813), 20, - anon_sym_BANG, + ACTIONS(5395), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347854,52 +347800,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_not, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DASH_GT, - ACTIONS(3811), 31, + anon_sym_DOT, + ACTIONS(5397), 34, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, + 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_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_compl, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_co_await, - anon_sym_DASH_GT_STAR, - anon_sym_LPAREN_RPAREN, - anon_sym_LBRACK_RBRACK, - [57183] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [57083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 19, + ACTIONS(7089), 1, + anon_sym_LBRACK_LBRACK, + STATE(3033), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6148), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -347913,13 +347868,14 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5478), 35, + ACTIONS(6150), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -347929,8 +347885,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -347952,80 +347906,369 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [57245] = 28, + [57149] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6910), 1, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, - ACTIONS(7293), 1, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - ACTIONS(7295), 1, anon_sym_AMP_AMP, - ACTIONS(7297), 1, - anon_sym_PIPE, - ACTIONS(7301), 1, - anon_sym_AMP, - ACTIONS(7307), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(7311), 1, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(7313), 1, - anon_sym_or, - ACTIONS(7315), 1, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + [57227] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7323), 1, + anon_sym_AMP_AMP, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7333), 1, anon_sym_and, - ACTIONS(7317), 1, + ACTIONS(7335), 1, anon_sym_bitor, - ACTIONS(7319), 1, + ACTIONS(7337), 1, anon_sym_bitand, - ACTIONS(7321), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6313), 2, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(6331), 3, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [57331] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7325), 1, + anon_sym_PIPE, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7335), 1, + anon_sym_bitor, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6940), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 4, anon_sym___attribute, anon_sym_EQ, - ACTIONS(7289), 2, + anon_sym_or, + anon_sym_and, + ACTIONS(6333), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [57431] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7299), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7283), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7301), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7303), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 7, + anon_sym_PIPE, anon_sym_CARET, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, anon_sym_xor, - ACTIONS(7309), 2, + ACTIONS(6333), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + [57525] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + anon_sym_GT_EQ, + ACTIONS(7307), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7329), 1, + anon_sym_AMP, + ACTIONS(7337), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7281), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7299), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7291), 3, + ACTIONS(7327), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7283), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7303), 3, + ACTIONS(7301), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7305), 3, + ACTIONS(7303), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6942), 16, + ACTIONS(6331), 5, + anon_sym_PIPE, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + ACTIONS(6333), 21, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -348039,52 +348282,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [57357] = 10, + anon_sym_bitor, + [57621] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, + ACTIONS(7285), 1, + anon_sym_LPAREN2, + ACTIONS(7287), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7289), 1, + anon_sym_LBRACK, + STATE(3538), 1, + sym_parameter_list, + STATE(3111), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5941), 20, + 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_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7375), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2701), 1, - sym_template_argument_list, - ACTIONS(7373), 2, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5943), 28, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(4135), 4, + [57693] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8377), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4115), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(4107), 37, - anon_sym_AMP, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, @@ -348098,48 +348429,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, + [57802] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7093), 1, + anon_sym___attribute__, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4990), 1, + sym__function_attributes_start, + STATE(5191), 1, + sym_ref_qualifier, + STATE(6001), 1, + sym_trailing_return_type, + STATE(6038), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + STATE(5332), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [57917] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, sym_auto, + ACTIONS(1832), 1, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [57433] = 3, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(7874), 1, + sym_type_descriptor, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [58026] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 19, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(7385), 2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_xor, + ACTIONS(7395), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(6331), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5490), 35, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 20, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -348154,26 +348672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [57495] = 6, + [58125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6843), 1, - sym_auto, - ACTIONS(6845), 1, - anon_sym_decltype, - STATE(3129), 1, - sym_decltype_auto, - ACTIONS(5357), 20, + ACTIONS(5606), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -348194,7 +348697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5359), 31, + ACTIONS(5608), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -348225,11 +348728,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [57563] = 3, + [58186] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8118), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [58295] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 19, + ACTIONS(7403), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -348243,24 +348832,24 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5579), 35, + ACTIONS(6348), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -348282,19 +348871,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [58358] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, sym_auto, + ACTIONS(1832), 1, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [57625] = 6, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8241), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [58467] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6699), 1, - anon_sym___attribute__, - ACTIONS(6701), 1, - anon_sym___attribute, - STATE(3485), 1, - sym_attribute_specifier, - ACTIONS(6021), 16, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7405), 1, + sym_identifier, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(7413), 1, + anon_sym_enum, + ACTIONS(7415), 1, + anon_sym_class, + ACTIONS(7417), 1, + anon_sym_struct, + ACTIONS(7419), 1, + anon_sym_union, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7425), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(3588), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4104), 1, + sym_type_specifier, + STATE(4169), 1, + sym_primitive_type, + STATE(4605), 1, + sym_decltype_auto, + STATE(5815), 1, + sym_type_descriptor, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2319), 2, + sym_decltype, + sym_template_type, + STATE(3324), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7409), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4615), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [58576] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -348304,23 +349049,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6023), 35, + ACTIONS(5506), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -348330,98 +349077,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [57693] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [57780] = 27, + anon_sym_GT2, + [58637] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -348437,35 +349113,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(7973), 1, + STATE(7814), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -348477,7 +349153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -348500,151 +349176,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [57889] = 30, + [58746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(5598), 20, + 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(6864), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5600), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7264), 1, - anon_sym_requires, - ACTIONS(7389), 1, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4989), 1, - sym__function_attributes_start, - STATE(5200), 1, - sym_ref_qualifier, - STATE(5954), 1, - sym_trailing_return_type, - STATE(6046), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [58807] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(7427), 1, + anon_sym_LBRACE, + STATE(3992), 1, + sym_field_declaration_list, + STATE(4060), 1, sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(7021), 1, sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, + STATE(7483), 1, + sym_base_class_clause, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5659), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5661), 24, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - STATE(5328), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [58004] = 27, + 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [58884] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(7405), 1, + sym_identifier, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(7413), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(7415), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(7417), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(7419), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(7421), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(7423), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(7425), 1, anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(3991), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8420), 1, + STATE(4169), 1, + sym_primitive_type, + STATE(4605), 1, + sym_decltype_auto, + STATE(5815), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3356), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -348667,66 +349382,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58113] = 27, + [58993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(7429), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6348), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [59056] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(3785), 1, + ACTIONS(7431), 1, sym_identifier, - ACTIONS(3793), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(3797), 1, + ACTIONS(7439), 1, anon_sym_enum, - ACTIONS(3799), 1, + ACTIONS(7441), 1, anon_sym_class, - ACTIONS(3801), 1, + ACTIONS(7443), 1, anon_sym_struct, - ACTIONS(3803), 1, + ACTIONS(7445), 1, anon_sym_union, - ACTIONS(3805), 1, + ACTIONS(7447), 1, + sym_auto, + ACTIONS(7449), 1, + anon_sym_decltype, + ACTIONS(7451), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, + STATE(3831), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4149), 1, + STATE(4198), 1, sym_type_specifier, - STATE(5792), 1, + STATE(4336), 1, + sym_primitive_type, + STATE(4886), 1, + sym_decltype_auto, + STATE(4953), 1, + sym_qualified_type_identifier, + STATE(5974), 1, sym_type_descriptor, - STATE(6544), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, - sym_decltype, - sym_template_type, - STATE(3284), 2, + STATE(3346), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + STATE(4808), 2, + sym_decltype, + sym_template_type, + ACTIONS(7437), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(7435), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(4887), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -348749,10 +349523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58222] = 27, + [59165] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -348768,35 +349542,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8263), 1, + STATE(7923), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -348808,7 +349582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -348831,66 +349605,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58331] = 27, + [59274] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7093), 1, + anon_sym___attribute__, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5033), 1, + sym__function_attributes_start, + STATE(5200), 1, + sym_ref_qualifier, + STATE(6087), 1, + sym__function_attributes_end, + STATE(6147), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5337), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [59389] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 12, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 27, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [59468] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7459), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(7461), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(7463), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(7465), 1, anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(7467), 1, anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2980), 1, sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4039), 1, sym_type_specifier, + STATE(5815), 1, + sym_type_descriptor, STATE(6532), 1, sym__scope_resolution, - STATE(8213), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3379), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(3795), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -348913,14 +349839,260 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58440] = 5, + [59577] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7287), 1, + anon_sym_LBRACK_LBRACK, + STATE(3163), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6148), 21, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6150), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [59642] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6963), 26, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6961), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + [59703] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5476), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5478), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [59764] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 10, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 27, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [59845] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6754), 1, - anon_sym_LBRACK, - STATE(3382), 1, - sym_new_declarator, - ACTIONS(6228), 19, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7469), 1, + anon_sym_LT, + STATE(3343), 1, + sym_template_argument_list, + ACTIONS(6241), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -348931,7 +350103,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -348940,7 +350111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6230), 32, + ACTIONS(6243), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -348950,7 +350121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -348973,66 +350144,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [58505] = 27, + [59912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, + ACTIONS(5484), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5486), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, - ACTIONS(127), 1, anon_sym_decltype, - ACTIONS(1428), 1, + anon_sym_GT2, + [59973] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7391), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7393), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(7395), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(7397), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(7403), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2372), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4264), 1, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, sym_type_specifier, - STATE(5792), 1, - sym_type_descriptor, + STATE(5041), 1, + sym_primitive_type, + STATE(5365), 1, + sym__type_definition_type, STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3394), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349055,148 +350284,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58614] = 27, + [60082] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7405), 1, - sym_identifier, - ACTIONS(7407), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(7413), 1, - anon_sym_enum, - ACTIONS(7415), 1, - anon_sym_class, - ACTIONS(7417), 1, - anon_sym_struct, - ACTIONS(7419), 1, - anon_sym_union, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7425), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3978), 1, - sym_type_specifier, - STATE(4136), 1, - sym_primitive_type, - STATE(4574), 1, - sym_decltype_auto, - STATE(5792), 1, - sym_type_descriptor, - STATE(6507), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2322), 2, - sym_decltype, - sym_template_type, - STATE(3308), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4636), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [58723] = 27, + ACTIONS(4838), 1, + anon_sym_LBRACE, + ACTIONS(5641), 1, + anon_sym_LT, + STATE(3284), 1, + sym_template_argument_list, + ACTIONS(4840), 19, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4833), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [60151] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6844), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6846), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [60258] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7405), 1, - sym_identifier, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(7413), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(7415), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(7417), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(7419), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(7421), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(7423), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7425), 1, + ACTIONS(1834), 1, anon_sym_typename, - STATE(1624), 1, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2674), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(3461), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3997), 1, + STATE(4466), 1, sym_type_specifier, - STATE(4136), 1, - sym_primitive_type, - STATE(4574), 1, - sym_decltype_auto, - STATE(5792), 1, - sym_type_descriptor, - STATE(6507), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8481), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3270), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7409), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4636), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349219,75 +350509,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [58832] = 28, + [60367] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(6940), 1, - anon_sym_EQ, - ACTIONS(7124), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(6316), 17, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6942), 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6318), 29, + anon_sym_DOT_DOT_DOT, 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -349301,75 +350566,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT_STAR, - [58943] = 9, + [60440] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6760), 1, + ACTIONS(2520), 1, anon_sym_LBRACE, - ACTIONS(7447), 1, - anon_sym_COLON, - STATE(2345), 1, - sym_attribute_specifier, - STATE(2729), 1, - sym__enum_base_clause, - STATE(2903), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6252), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6927), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6250), 35, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [59016] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5561), 20, + STATE(3701), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6194), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -349390,15 +350604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5563), 33, + ACTIONS(6196), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -349421,127 +350633,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_GT2, - [59077] = 3, + [60507] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 20, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(3591), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7496), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5482), 33, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5929), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + [60576] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + ACTIONS(4831), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4838), 44, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [59138] = 27, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [60643] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2607), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(2609), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(2611), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(2613), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(2639), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(2641), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(2643), 1, + ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7449), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7451), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4046), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4262), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5997), 1, - sym_type_descriptor, - STATE(6524), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(7990), 1, + sym_type_descriptor, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2542), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3296), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2605), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(2603), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349564,40 +350839,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59247] = 3, + [60752] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 4, + anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5544), 33, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -349605,27 +350905,182 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_DASH_GT_STAR, + [60847] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6911), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, anon_sym_bitor, + ACTIONS(7399), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + ACTIONS(7234), 2, + anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6913), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [60954] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7421), 1, sym_auto, + ACTIONS(7423), 1, anon_sym_decltype, - anon_sym_GT2, - [59308] = 27, + ACTIONS(7498), 1, + sym_identifier, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(7502), 1, + anon_sym_enum, + ACTIONS(7504), 1, + anon_sym_class, + ACTIONS(7506), 1, + anon_sym_struct, + ACTIONS(7508), 1, + anon_sym_union, + ACTIONS(7510), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(3588), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4169), 1, + sym_primitive_type, + STATE(4317), 1, + sym_type_specifier, + STATE(4605), 1, + sym_decltype_auto, + STATE(5815), 1, + sym_type_descriptor, + STATE(6509), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2319), 2, + sym_decltype, + sym_template_type, + STATE(3377), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7409), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4615), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [61063] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -349641,35 +351096,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4807), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8378), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8398), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3338), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -349681,7 +351136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349704,10 +351159,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59417] = 27, + [61172] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7512), 1, + sym_identifier, + STATE(3170), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(5903), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5905), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5281), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5279), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [61241] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -349723,35 +351240,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8078), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8297), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -349763,7 +351280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349786,75 +351303,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59526] = 28, + [61350] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 1, - anon_sym_EQ, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7124), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7194), 1, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7399), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, + ACTIONS(7395), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, + ACTIONS(7389), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6618), 16, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 21, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -349868,11 +351375,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_bitor, anon_sym_DASH_GT_STAR, - [59637] = 27, + [61443] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7459), 1, + anon_sym_enum, + ACTIONS(7461), 1, + anon_sym_class, + ACTIONS(7463), 1, + anon_sym_struct, + ACTIONS(7465), 1, + anon_sym_union, + ACTIONS(7467), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(4227), 1, + sym_type_specifier, + STATE(5815), 1, + sym_type_descriptor, + STATE(6532), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(2319), 2, + sym_decltype, + sym_template_type, + STATE(3385), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [61552] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -349888,35 +351478,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8383), 1, + STATE(7946), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -349928,7 +351518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -349951,66 +351541,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59746] = 27, + [61661] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4878), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [61724] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4421), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5373), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(5974), 1, + sym_type_descriptor, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3361), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350033,66 +351682,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59855] = 27, + [61833] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5358), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(5815), 1, + sym_type_descriptor, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350115,10 +351764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [59964] = 27, + [61942] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -350134,35 +351783,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8398), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8174), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -350174,7 +351823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350197,10 +351846,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60073] = 3, + [62051] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6915), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6917), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [62158] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7514), 1, + anon_sym_LT, + STATE(1831), 1, + sym_template_argument_list, + ACTIONS(6335), 19, + 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6337), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [62223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 20, + ACTIONS(5614), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -350221,7 +352011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5579), 33, + ACTIONS(5616), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -350255,10 +352045,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [60134] = 27, + [62284] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -350274,35 +352064,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4196), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8174), 1, + STATE(5974), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3365), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -350314,7 +352104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350337,66 +352127,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60243] = 27, + [62393] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5370), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8306), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350419,66 +352209,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60352] = 27, + [62502] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(7405), 1, + sym_identifier, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(7413), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(7415), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(7417), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(7419), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(7421), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(7423), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(7425), 1, anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(3965), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8451), 1, + STATE(4169), 1, + sym_primitive_type, + STATE(4605), 1, + sym_decltype_auto, + STATE(5815), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3352), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350501,72 +352291,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60461] = 26, + [62611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6914), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, + ACTIONS(5510), 20, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(7435), 1, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(7439), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, - ACTIONS(7441), 1, anon_sym_and, - ACTIONS(7443), 1, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5512), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - ACTIONS(7445), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [62672] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, + ACTIONS(7395), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, + ACTIONS(7389), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6916), 18, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -350581,11 +352418,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, anon_sym_DASH_GT_STAR, - [60568] = 27, + [62761] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(7517), 1, + anon_sym_LT, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(6335), 18, + 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6337), 33, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [62826] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -350601,35 +352500,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(7959), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8410), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -350641,7 +352540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -350664,79 +352563,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60677] = 30, + [62935] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - STATE(1624), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5003), 1, - sym__function_attributes_start, - STATE(5207), 1, - sym_ref_qualifier, - STATE(6032), 1, - sym_trailing_return_type, - STATE(6093), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8627), 1, + sym_type_descriptor, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5313), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -350749,77 +352645,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [60792] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(3468), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7469), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5910), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [60861] = 5, + [63044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7471), 1, - anon_sym_LBRACK_LBRACK, - STATE(3123), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6121), 21, + ACTIONS(5566), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -350834,14 +352663,13 @@ 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, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6123), 29, + ACTIONS(5568), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -350849,6 +352677,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -350870,11 +352700,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [60926] = 3, + [63105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 20, + ACTIONS(5578), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -350884,25 +352716,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(5516), 33, + anon_sym_DASH_GT, + ACTIONS(5580), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -350912,27 +352744,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [60987] = 27, + anon_sym_DASH_GT_STAR, + [63166] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -350948,35 +352780,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8403), 1, + STATE(7909), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -350988,7 +352820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351011,47 +352843,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [61096] = 8, + [63275] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(7216), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(7375), 1, - anon_sym_EQ, - STATE(2701), 1, + STATE(1577), 1, sym_template_argument_list, - ACTIONS(7373), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4133), 7, + ACTIONS(5689), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4133), 44, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(5689), 40, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LBRACK_LBRACK, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_static, 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, @@ -351066,18 +352896,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - sym_identifier, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - [61167] = 27, + anon_sym_try, + anon_sym_requires, + [63342] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6856), 1, + anon_sym_EQ, + ACTIONS(7148), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7194), 1, + anon_sym_QMARK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6858), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [63453] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4109), 26, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(4117), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + [63516] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -351093,35 +353065,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8301), 1, + STATE(7962), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -351133,7 +353105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351156,66 +353128,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [61276] = 27, + [63625] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5366), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8002), 1, + sym_type_descriptor, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351238,10 +353210,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [61385] = 3, + [63734] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 17, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5604), 36, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [63795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 20, + ACTIONS(5524), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -351262,7 +353292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5601), 33, + ACTIONS(5526), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -351296,10 +353326,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [61446] = 3, + [63856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 17, + ACTIONS(5582), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -351309,25 +353339,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5584), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [63917] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8039), 1, + sym_type_descriptor, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [64026] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5468), 20, + 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5500), 36, + ACTIONS(5470), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -351337,34 +353507,32 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [61507] = 6, + anon_sym_GT2, + [64087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - STATE(3763), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6095), 20, + ACTIONS(7520), 1, + anon_sym_LBRACK_LBRACK, + STATE(3163), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6159), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -351379,20 +353547,21 @@ 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, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6097), 29, + ACTIONS(6161), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -351415,92 +353584,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [61574] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5359), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [61683] = 3, + [64152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 20, + ACTIONS(5554), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -351510,25 +353597,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(5490), 33, + anon_sym_DASH_GT, + ACTIONS(5556), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -351538,27 +353625,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_GT2, - [61744] = 27, + anon_sym_DASH_GT_STAR, + [64213] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -351574,35 +353661,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8031), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8290), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -351614,7 +353701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351637,66 +353724,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [61853] = 27, + [64322] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, + ACTIONS(2601), 1, anon_sym_enum, - ACTIONS(7461), 1, + ACTIONS(2603), 1, anon_sym_class, - ACTIONS(7463), 1, + ACTIONS(2605), 1, anon_sym_struct, - ACTIONS(7465), 1, + ACTIONS(2607), 1, anon_sym_union, - ACTIONS(7467), 1, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(2637), 1, anon_sym_typename, - STATE(1624), 1, + ACTIONS(7523), 1, + sym_identifier, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, + STATE(2197), 1, + sym_primitive_type, + STATE(2642), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2651), 1, + sym_decltype_auto, + STATE(4043), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4271), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5364), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(5974), 1, + sym_type_descriptor, + STATE(6535), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3376), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(2597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351719,10 +353806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [61962] = 27, + [64431] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -351738,35 +353825,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8361), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8444), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -351778,7 +353865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351801,14 +353888,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62071] = 5, + [64540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7474), 1, - anon_sym_LT, - STATE(2848), 1, - sym_template_argument_list, - ACTIONS(6278), 18, + ACTIONS(2520), 1, + anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + STATE(3703), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6166), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -351818,27 +353908,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6280), 33, + ACTIONS(6168), 29, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -351846,7 +353934,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -351861,10 +353948,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [62136] = 27, + anon_sym_GT2, + [64607] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -351880,35 +353968,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8216), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8313), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -351920,7 +354008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -351943,10 +354031,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62245] = 27, + [64716] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7527), 1, + sym_identifier, + STATE(3248), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(5903), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5905), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5301), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5299), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [64785] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -351962,35 +354112,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8204), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8531), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -352002,89 +354152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [62354] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(2607), 1, - anon_sym_enum, - ACTIONS(2609), 1, - anon_sym_class, - ACTIONS(2611), 1, - anon_sym_struct, - ACTIONS(2613), 1, - anon_sym_union, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(2643), 1, - anon_sym_typename, - ACTIONS(7449), 1, - sym_identifier, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, - sym_decltype_auto, - STATE(2665), 1, - sym_qualified_type_identifier, - STATE(4046), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4193), 1, - sym_type_specifier, - STATE(5997), 1, - sym_type_descriptor, - STATE(6524), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(2542), 2, - sym_decltype, - sym_template_type, - STATE(3426), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2605), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(2603), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2637), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -352107,10 +354175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62463] = 3, + [64894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 17, + ACTIONS(5492), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -352120,25 +354188,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5512), 36, + ACTIONS(5494), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -352148,83 +354216,83 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [62524] = 27, + anon_sym_GT2, + [64955] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5369), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8538), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -352247,18 +354315,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62633] = 27, + [65064] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, + ACTIONS(125), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(127), 1, anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, anon_sym_COLON_COLON, ACTIONS(7459), 1, anon_sym_enum, @@ -352270,43 +354338,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(7467), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, + STATE(2980), 1, sym_primitive_type, - STATE(5374), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(3968), 1, + sym_type_specifier, + STATE(5815), 1, + sym_type_descriptor, + STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3374), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(3795), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -352329,66 +354397,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62742] = 27, + [65173] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5365), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(7897), 1, + sym_type_descriptor, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -352411,68 +354479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [62851] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5476), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5478), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [62912] = 27, + [65282] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -352488,35 +354498,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8091), 1, + STATE(7986), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -352528,7 +354538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -352551,10 +354561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [63021] = 3, + [65391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5534), 20, + ACTIONS(5610), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -352575,7 +354585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5536), 33, + ACTIONS(5612), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -352609,142 +354619,79 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [63082] = 11, + [65452] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 27, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [63159] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7405), 1, - sym_identifier, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(7413), 1, - anon_sym_enum, - ACTIONS(7415), 1, - anon_sym_class, - ACTIONS(7417), 1, - anon_sym_struct, - ACTIONS(7419), 1, - anon_sym_union, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7425), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4064), 1, - sym_type_specifier, - STATE(4136), 1, - sym_primitive_type, - STATE(4574), 1, - sym_decltype_auto, - STATE(5792), 1, - sym_type_descriptor, - STATE(6507), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, + STATE(5009), 1, + sym__function_attributes_start, + STATE(5209), 1, + sym_ref_qualifier, + STATE(5384), 1, + sym_trailing_return_type, + STATE(6191), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, - sym_decltype, - sym_template_type, - STATE(3398), 2, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4636), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5314), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -352757,10 +354704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [63268] = 27, + [65567] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -352776,301 +354723,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(7991), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [63377] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6372), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 27, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [63452] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5565), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5567), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [63513] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(2666), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(3477), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(3481), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5832), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5834), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [63580] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8075), 1, + STATE(8220), 1, sym_type_descriptor, - STATE(8540), 1, - sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -353082,7 +354763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -353105,182 +354786,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [63689] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5484), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5486), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [63750] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5603), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5605), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [63811] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, + [65676] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4899), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(5378), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(8074), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -353303,15 +354868,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [63920] = 5, + [65785] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 1, - anon_sym_LBRACK_LBRACK, - STATE(3123), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6166), 21, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6312), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -353321,26 +354897,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(6168), 29, + ACTIONS(6314), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -353348,6 +354921,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -353358,103 +354932,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [63985] = 3, + anon_sym_DASH_GT_STAR, + [65860] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5516), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, + ACTIONS(6852), 1, + anon_sym_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, anon_sym_bitor, + ACTIONS(7399), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + ACTIONS(7234), 2, + anon_sym_DOT, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [64046] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5522), 17, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5524), 36, + ACTIONS(6854), 18, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -353466,84 +355010,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_DASH_GT_STAR, - [64107] = 24, + [65967] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6390), 1, + anon_sym_EQ, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7148), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7190), 1, anon_sym_LBRACK, ACTIONS(7194), 1, + anon_sym_QMARK, + ACTIONS(7218), 1, anon_sym_LT_EQ_GT, ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, anon_sym_PIPE, - ACTIONS(7435), 1, + ACTIONS(7387), 1, anon_sym_AMP, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, anon_sym_bitor, - ACTIONS(7445), 1, + ACTIONS(7399), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(6372), 2, - anon_sym_EQ, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, anon_sym_or, - ACTIONS(7208), 2, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7379), 3, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, + ACTIONS(7389), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6392), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -353558,10 +355097,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_DASH_GT_STAR, - [64210] = 3, + [66078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 20, + ACTIONS(5496), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -353582,7 +355121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5583), 33, + ACTIONS(5498), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -353616,76 +355155,79 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [64271] = 27, + [66139] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7093), 1, + anon_sym___attribute__, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7339), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(8541), 1, - sym_type_descriptor, - ACTIONS(67), 2, + STATE(5004), 1, + sym__function_attributes_start, + STATE(5183), 1, + sym_ref_qualifier, + STATE(6051), 1, + sym__function_attributes_end, + STATE(6156), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, + ACTIONS(7105), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5312), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -353698,143 +355240,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [64380] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(6372), 3, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6374), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DASH_GT_STAR, - [64479] = 27, + [66254] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4899), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(5364), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(7923), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -353857,75 +355322,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [64588] = 27, + [66363] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(7531), 1, + anon_sym_COLON, + STATE(2340), 1, + sym_attribute_specifier, + STATE(2733), 1, + sym__enum_base_clause, + STATE(2900), 1, + sym_enumerator_list, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6260), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5377), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6258), 35, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -353939,65 +355379,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [64697] = 20, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [66436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(5538), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5540), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7166), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(7194), 1, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7445), 1, + anon_sym_bitor, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7377), 2, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [66497] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5590), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6372), 4, - anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(6374), 21, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5592), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -354005,75 +355485,83 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_DASH_GT_STAR, - [64792] = 27, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [66558] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4899), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(5359), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(8086), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354096,10 +355584,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [64901] = 3, + [66667] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(7531), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(2723), 1, + sym__enum_base_clause, + STATE(2895), 1, + sym_enumerator_list, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6204), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(6202), 35, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [66740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 20, + ACTIONS(5504), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -354120,7 +355672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5589), 33, + ACTIONS(5506), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354154,135 +355706,40 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [64962] = 19, + [66801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(5558), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6372), 6, anon_sym_PIPE, anon_sym_CARET, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_DASH_GT_STAR, - [65055] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6372), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 22, + anon_sym_DOT, + ACTIONS(5560), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -354290,67 +355747,57 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, - anon_sym_DASH_GT_STAR, - [65144] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7377), 2, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [66862] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5550), 17, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 26, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5552), 36, anon_sym_DOT_DOT_DOT, 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -354362,73 +355809,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [65227] = 27, + [66923] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(3785), 1, + sym_identifier, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(3797), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(3799), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(3801), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(3803), 1, anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(3805), 1, anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2980), 1, sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4134), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8417), 1, + STATE(5815), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6520), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3434), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(3795), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354451,77 +355904,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [65336] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 12, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 27, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [65415] = 3, + [67032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 20, + ACTIONS(5562), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -354542,7 +355928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5552), 33, + ACTIONS(5564), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354576,23 +355962,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [65476] = 9, + [67093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6376), 17, + ACTIONS(5504), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -354602,110 +355975,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6378), 29, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT_STAR, - [65549] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6898), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6900), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(5506), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -354713,18 +356003,112 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_DASH_GT_STAR, - [65656] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [67154] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(6995), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7002), 1, + anon_sym_requires, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5038), 1, + sym__function_attributes_start, + STATE(5170), 1, + sym_ref_qualifier, + STATE(5426), 1, + sym_trailing_return_type, + STATE(6195), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6893), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5326), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [67269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 20, + ACTIONS(5528), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -354745,7 +356129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5520), 33, + ACTIONS(5530), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354779,52 +356163,72 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [65717] = 10, + [67330] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(6818), 1, + anon_sym_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6356), 17, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6358), 27, + ACTIONS(6820), 18, anon_sym_DOT_DOT_DOT, 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -354839,36 +356243,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_GT_STAR, - [65792] = 10, + [67437] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6352), 17, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -354881,7 +356282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6354), 27, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -354909,10 +356310,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_GT_STAR, - [65867] = 3, + [67514] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 20, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5372), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [67623] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5570), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -354933,7 +356416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5470), 33, + ACTIONS(5572), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -354967,66 +356450,148 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [65928] = 27, + [67684] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7477), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7479), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(7485), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(7487), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(7489), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(7491), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(7493), 1, - sym_auto, - ACTIONS(7495), 1, - anon_sym_decltype, - ACTIONS(7497), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3840), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4185), 1, + STATE(4899), 1, sym_type_specifier, - STATE(4335), 1, + STATE(5041), 1, sym_primitive_type, - STATE(4900), 1, - sym_qualified_type_identifier, - STATE(4946), 1, - sym_decltype_auto, - STATE(5997), 1, - sym_type_descriptor, - STATE(6514), 1, + STATE(5376), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3381), 2, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(4829), 2, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [67793] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5366), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(7483), 3, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7481), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4949), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355049,47 +356614,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [66037] = 13, + [67902] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - ACTIONS(7208), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(6331), 17, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 27, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -355117,66 +356679,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_GT_STAR, - [66118] = 27, + [67977] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4899), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(5368), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(7948), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355199,16 +356761,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [66227] = 6, + [68086] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7499), 1, - anon_sym_LT, - STATE(3430), 1, - sym_template_argument_list, - ACTIONS(6202), 18, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6380), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -355219,25 +356791,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6204), 32, + ACTIONS(6382), 27, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -355256,14 +356825,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [66294] = 27, + [68161] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -355279,35 +356845,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4807), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8422), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8132), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3338), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -355319,7 +356885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355342,10 +356908,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [66403] = 3, + [68270] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 20, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5369), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [68379] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7514), 1, + anon_sym_LT, + STATE(3022), 1, + sym_template_argument_list, + ACTIONS(6335), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -355355,27 +357007,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5548), 33, + anon_sym_DASH_GT, + ACTIONS(6337), 32, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -355383,6 +357035,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -355396,14 +357049,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_DASH_GT_STAR, + [68444] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, sym_auto, + ACTIONS(1832), 1, anon_sym_decltype, - anon_sym_GT2, - [66464] = 3, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5370), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [68553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 20, + ACTIONS(5594), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -355424,7 +357156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5612), 33, + ACTIONS(5596), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -355458,66 +357190,66 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [66525] = 27, + [68614] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, sym_auto, - ACTIONS(127), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7391), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7393), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(7395), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(7397), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(7403), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2372), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(3989), 1, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, sym_type_specifier, - STATE(5792), 1, - sym_type_descriptor, + STATE(5041), 1, + sym_primitive_type, + STATE(5373), 1, + sym__type_definition_type, STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3376), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355540,445 +357272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [66634] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6890), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6892), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DASH_GT_STAR, - [66741] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7001), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(5005), 1, - sym__function_attributes_start, - STATE(5172), 1, - sym_ref_qualifier, - STATE(5388), 1, - sym_trailing_return_type, - STATE(6141), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5329), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [66856] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6360), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6362), 27, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [66931] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6944), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6946), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DASH_GT_STAR, - [67038] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7504), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6268), 33, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [67101] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6299), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6301), 29, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT_STAR, - [67174] = 3, + [68723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 20, + ACTIONS(5455), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -355999,7 +357296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5441), 33, + ACTIONS(5457), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356013,88 +357310,112 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [67235] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7049), 26, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7047), 27, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - [67296] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [68784] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5375), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [68893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 20, + ACTIONS(5492), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -356115,7 +357436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5532), 33, + ACTIONS(5494), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356149,10 +357470,92 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [67357] = 27, + [68954] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5379), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [69063] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -356168,35 +357571,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4184), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8356), 1, + STATE(5974), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3378), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -356208,7 +357611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356231,66 +357634,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [67466] = 27, + [69172] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, sym_auto, - ACTIONS(127), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7391), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7393), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(7395), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(7397), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(7403), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2372), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4049), 1, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, sym_type_specifier, - STATE(5792), 1, - sym_type_descriptor, + STATE(5041), 1, + sym_primitive_type, + STATE(5380), 1, + sym__type_definition_type, STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3419), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356313,10 +357716,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [67575] = 3, + [69281] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5573), 20, + ACTIONS(2520), 1, + anon_sym_LBRACE, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + STATE(3684), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6186), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -356337,15 +357747,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5575), 33, + ACTIONS(6188), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -356368,128 +357776,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_GT2, - [67636] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4109), 26, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(4117), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - [67699] = 27, + [69348] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(7484), 1, anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5360), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [69457] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4899), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(5361), 1, + sym__type_definition_type, + STATE(6550), 1, sym__scope_resolution, - STATE(8206), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356512,124 +357941,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [67808] = 3, + [69566] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5571), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, sym_auto, + ACTIONS(1832), 1, anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [67869] = 27, + ACTIONS(7472), 1, + sym_identifier, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4899), 1, + sym_type_specifier, + STATE(5041), 1, + sym_primitive_type, + STATE(5362), 1, + sym__type_definition_type, + STATE(6550), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3295), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7476), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [69675] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(7461), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(7463), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(7465), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(7467), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4899), 1, sym_type_specifier, - STATE(5045), 1, + STATE(5041), 1, sym_primitive_type, - STATE(5376), 1, + STATE(5363), 1, sym__type_definition_type, - STATE(6513), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3295), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356652,70 +358105,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [67978] = 5, + [69784] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(7506), 1, - anon_sym_LT, - STATE(1820), 1, - sym_template_argument_list, - ACTIONS(6278), 19, - 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6280), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [68043] = 3, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4466), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8183), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [69893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 20, + ACTIONS(5520), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -356736,7 +358211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5528), 33, + ACTIONS(5522), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356770,80 +358245,92 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [68104] = 11, + [69954] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(7509), 1, - anon_sym_LBRACE, - STATE(3998), 1, - sym_field_declaration_list, - STATE(4101), 1, - sym_attribute_specifier, - STATE(6989), 1, - sym_virtual_specifier, - STATE(7588), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5650), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, sym_auto, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(5652), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [68181] = 5, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4807), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8205), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3338), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [70063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7474), 1, - anon_sym_LT, - STATE(1511), 1, - sym_template_argument_list, - ACTIONS(6278), 18, + ACTIONS(5516), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -356853,16 +358340,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6280), 33, + ACTIONS(5518), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -356870,10 +358359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -356881,7 +358368,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -356896,81 +358382,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [68246] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(7447), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(2717), 1, - sym__enum_base_clause, - STATE(2853), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6258), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(6256), 35, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [68319] = 6, + anon_sym_GT2, + [70124] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2520), 1, anon_sym_LBRACE, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - STATE(3717), 2, + STATE(3674), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6198), 20, + ACTIONS(6182), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -356991,7 +358416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6200), 29, + ACTIONS(6184), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -357021,10 +358446,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [68386] = 3, + [70191] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 17, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7533), 1, + anon_sym_LT, + STATE(3343), 1, + sym_template_argument_list, + ACTIONS(6216), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357035,284 +358466,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5593), 36, - anon_sym_DOT_DOT_DOT, - 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [68447] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7511), 1, - sym_identifier, - STATE(3236), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(5896), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5898), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5303), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5301), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, anon_sym_DASH_GT, - [68516] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6934), 1, - anon_sym_EQ, - ACTIONS(7124), 1, + ACTIONS(6218), 32, anon_sym_DOT_DOT_DOT, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7170), 1, - anon_sym_QMARK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7381), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6936), 16, anon_sym_COMMA, anon_sym_RPAREN, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_DASH_GT_STAR, - [68627] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5378), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [68736] = 4, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [70258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 19, + ACTIONS(5574), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357322,26 +358520,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4878), 32, + ACTIONS(5576), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -357350,7 +358548,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -357364,11 +358561,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [68799] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [70319] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5614), 17, + ACTIONS(7517), 1, + anon_sym_LT, + STATE(1511), 1, + sym_template_argument_list, + ACTIONS(6335), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357379,26 +358583,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5616), 36, + ACTIONS(6337), 33, anon_sym_DOT_DOT_DOT, 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___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -357410,31 +358614,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [68860] = 7, + anon_sym_DASH_GT, + [70384] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4866), 1, - anon_sym_LBRACE, - ACTIONS(5641), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6848), 1, + anon_sym_EQ, + ACTIONS(7148), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7194), 1, + anon_sym_QMARK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7488), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7492), 1, + anon_sym_or, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - STATE(3414), 1, - sym_template_argument_list, - ACTIONS(4868), 19, + ACTIONS(6850), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [70495] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5472), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357446,6 +358723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -357454,7 +358732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(5474), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357462,6 +358740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -357484,11 +358763,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [68929] = 3, + [70556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 20, + ACTIONS(5542), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357509,7 +358790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5540), 33, + ACTIONS(5544), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357543,76 +358824,137 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [68990] = 27, + [70617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(5546), 17, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5548), 36, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, - ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + anon_sym_DASH_GT_STAR, + [70678] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7093), 1, + anon_sym___attribute__, + ACTIONS(7096), 1, + anon_sym___attribute, + ACTIONS(7258), 1, + anon_sym_requires, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(7712), 1, - sym_type_descriptor, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, + STATE(5019), 1, + sym__function_attributes_start, + STATE(5190), 1, + sym_ref_qualifier, + STATE(5962), 1, + sym_trailing_return_type, + STATE(6064), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, + ACTIONS(7105), 2, + anon_sym_final, + anon_sym_override, + STATE(3961), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4165), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(6864), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + STATE(5338), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -357625,75 +358967,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69099] = 10, + [70793] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6309), 17, + STATE(2678), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(3477), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(3481), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5823), 16, 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_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6311), 27, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5825), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [69174] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [70860] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6342), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357703,27 +359057,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(5441), 33, + ACTIONS(6344), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -357731,6 +359081,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -357741,17 +359092,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [69235] = 3, + anon_sym_DASH_GT_STAR, + [70935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 20, + ACTIONS(5586), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357772,7 +359117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5494), 33, + ACTIONS(5588), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357806,66 +359151,66 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [69296] = 27, + [70996] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7477), 1, - sym_identifier, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(7485), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(7487), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(7489), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(7491), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(7493), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(7495), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7497), 1, + ACTIONS(1834), 1, anon_sym_typename, - STATE(1624), 1, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3840), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4104), 1, + STATE(4466), 1, sym_type_specifier, - STATE(4335), 1, - sym_primitive_type, - STATE(4900), 1, - sym_qualified_type_identifier, - STATE(4946), 1, - sym_decltype_auto, - STATE(5997), 1, - sym_type_descriptor, - STATE(6514), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(7763), 1, + sym_type_descriptor, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3340), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(4829), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(7483), 3, + STATE(3333), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7481), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4949), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357888,17 +359233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69405] = 6, + [71105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - STATE(3635), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6068), 20, + ACTIONS(5488), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -357919,13 +359257,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6070), 29, + ACTIONS(5490), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -357948,41 +359288,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - [69472] = 3, + [71166] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7391), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(5474), 33, + ACTIONS(6333), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -357990,83 +359351,77 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [69533] = 27, + anon_sym_DASH_GT_STAR, + [71253] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(7431), 1, + sym_identifier, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(7439), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(7441), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(7443), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(7445), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(7447), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(7449), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(7451), 1, anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(3831), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4078), 1, sym_type_specifier, - STATE(6532), 1, + STATE(4336), 1, + sym_primitive_type, + STATE(4886), 1, + sym_decltype_auto, + STATE(4953), 1, + sym_qualified_type_identifier, + STATE(5974), 1, + sym_type_descriptor, + STATE(6529), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(8622), 1, - sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, + STATE(3435), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + STATE(4808), 2, + sym_decltype, + sym_template_type, + ACTIONS(7437), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7435), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(4887), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358089,66 +359444,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69642] = 27, + [71362] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(2601), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(2603), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(2605), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(2607), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(2633), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(2635), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(2637), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7523), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2197), 1, sym_primitive_type, - STATE(4022), 1, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4043), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4204), 1, sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8184), 1, + STATE(5974), 1, sym_type_descriptor, - STATE(8540), 1, + STATE(6535), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3380), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(2597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358171,10 +359526,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69751] = 27, + [71471] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 10, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 26, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [71554] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7536), 1, + sym_identifier, + STATE(3248), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(7539), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(7542), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5419), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5417), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [71623] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7517), 1, + anon_sym_LT, + STATE(1521), 1, + sym_template_argument_list, + ACTIONS(6335), 17, + 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_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6337), 34, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [71688] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7218), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7383), 1, + anon_sym_PIPE, + ACTIONS(7387), 1, + anon_sym_AMP, + ACTIONS(7393), 1, + anon_sym_GT_EQ, + ACTIONS(7397), 1, + anon_sym_bitor, + ACTIONS(7399), 1, + anon_sym_bitand, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7490), 1, + anon_sym_AMP_AMP, + ACTIONS(7494), 1, + anon_sym_and, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(6331), 2, + anon_sym_EQ, + anon_sym_or, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7379), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7385), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7395), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7381), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7389), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7391), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_DASH_GT_STAR, + [71791] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -358190,35 +359815,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4182), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5997), 1, - sym_type_descriptor, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8355), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3415), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -358230,7 +359855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358253,66 +359878,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69860] = 27, + [71900] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7049), 26, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7047), 27, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + [71961] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7513), 1, - sym_identifier, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(7517), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(7519), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(7521), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(7523), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(7525), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, anon_sym_typename, - STATE(1624), 1, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2674), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4136), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4334), 1, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4807), 1, sym_type_specifier, - STATE(4574), 1, - sym_decltype_auto, - STATE(5792), 1, - sym_type_descriptor, - STATE(6517), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8360), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3278), 2, + STATE(3338), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7409), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4636), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358335,79 +360018,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [69969] = 30, + [72070] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + ACTIONS(7346), 1, + anon_sym_EQ, + STATE(2705), 1, + sym_template_argument_list, + ACTIONS(7344), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4133), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(5689), 40, anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, - ACTIONS(7091), 1, anon_sym___attribute, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4996), 1, - sym__function_attributes_start, - STATE(5170), 1, - sym_ref_qualifier, - STATE(6103), 1, - sym__function_attributes_end, - STATE(6178), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5316), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, - anon_sym___extension__, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -358420,37 +360071,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70084] = 3, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + [72141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6965), 26, - anon_sym_DOT_DOT_DOT, - 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_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6963), 27, + ACTIONS(5500), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -358464,24 +360098,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, anon_sym___attribute, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5502), 36, + anon_sym_DOT_DOT_DOT, + 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___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - [70145] = 27, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [72202] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -358497,35 +360158,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4807), 1, sym_type_specifier, - STATE(5792), 1, - sym_type_descriptor, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8382), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3338), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -358537,7 +360198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358560,32 +360221,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70254] = 13, + [72311] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(7536), 1, + ACTIONS(7552), 1, anon_sym_virtual, - ACTIONS(7545), 1, + ACTIONS(7561), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7548), 1, + ACTIONS(7564), 1, anon_sym___declspec, - ACTIONS(7554), 1, + ACTIONS(7570), 1, anon_sym_explicit, - STATE(2932), 1, + STATE(2961), 1, sym_alignas_qualifier, - ACTIONS(7542), 2, + ACTIONS(7558), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(7551), 2, + ACTIONS(7567), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7531), 5, + ACTIONS(7547), 5, anon_sym_LPAREN2, anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_COLON_COLON, - ACTIONS(7529), 7, + ACTIONS(7545), 7, anon_sym_AMP, anon_sym___based, anon_sym_LBRACK, @@ -358593,7 +360254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_template, anon_sym_operator, - ACTIONS(7539), 9, + ACTIONS(7555), 9, anon_sym_extern, anon_sym_static, anon_sym_register, @@ -358603,7 +360264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - STATE(3234), 9, + STATE(3257), 9, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -358613,7 +360274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_explicit_function_specifier, sym__constructor_specifiers, aux_sym_operator_cast_definition_repeat1, - ACTIONS(7533), 14, + ACTIONS(7549), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -358628,66 +360289,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70335] = 27, + [72392] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4414), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, + STATE(4466), 1, sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5380), 1, - sym__type_definition_type, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8397), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3400), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358710,107 +360371,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70444] = 7, + [72501] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(7557), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, sym_identifier, - STATE(3260), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(5896), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5898), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5425), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5423), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [70513] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - ACTIONS(4859), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4866), 44, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4807), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(8402), 1, + sym_type_descriptor, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1770), 2, + sym_decltype, + sym_template_type, + STATE(3338), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_register, - 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, @@ -358823,20 +360453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [70580] = 27, + [72610] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -358852,35 +360472,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4800), 1, + STATE(4466), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8016), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8416), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3392), 2, + STATE(3333), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -358892,7 +360512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358915,10 +360535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70689] = 27, + [72719] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -358934,35 +360554,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4807), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8225), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, + STATE(8421), 1, + sym_type_descriptor, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - STATE(3313), 2, + STATE(3338), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, @@ -358974,7 +360594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358997,12 +360617,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [70798] = 4, + [72828] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7559), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7232), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6282), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -359016,14 +360650,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6284), 27, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [72903] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6760), 1, anon_sym_LBRACK, + STATE(3296), 1, + sym_new_declarator, + ACTIONS(6254), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6268), 32, + ACTIONS(6256), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -359033,7 +360719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -359056,177 +360742,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [70861] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5362), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [70970] = 30, + [72968] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7001), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7014), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(5011), 1, - sym__function_attributes_start, - STATE(5178), 1, - sym_ref_qualifier, - STATE(5446), 1, - sym_trailing_return_type, - STATE(6131), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(6876), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, + ACTIONS(6304), 17, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - STATE(5312), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [71085] = 3, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6306), 29, + anon_sym_DOT_DOT_DOT, + 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_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT_STAR, + [73041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 20, + ACTIONS(5455), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -359247,7 +360830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5474), 33, + ACTIONS(5457), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359281,300 +360864,413 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [71146] = 27, + [73102] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5372), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [71255] = 27, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6818), 1, + anon_sym_EQ, + ACTIONS(7577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, + anon_sym_AMP_AMP, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7597), 1, + anon_sym_or, + ACTIONS(7599), 1, + anon_sym_and, + ACTIONS(7601), 1, + anon_sym_bitor, + ACTIONS(7603), 1, + anon_sym_bitand, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7573), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6820), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [73208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5360), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [71364] = 6, + ACTIONS(6081), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6083), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [73268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6085), 20, + 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_EQ, anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - ACTIONS(5689), 6, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6087), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [73328] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6089), 20, + 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___attribute, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4133), 44, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6091), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [73388] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6103), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6105), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [73448] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6093), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_or, anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [71431] = 27, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6095), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [73508] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8258), 1, - sym_type_descriptor, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + ACTIONS(4842), 1, + anon_sym_LBRACK, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(3686), 1, + sym_template_argument_list, + ACTIONS(4835), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4838), 4, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + ACTIONS(4831), 42, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_static, + 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, @@ -359588,76 +361284,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [71540] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, sym_auto, - ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, + anon_sym_template, + anon_sym_operator, + [73578] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6844), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6846), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [73682] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + STATE(3790), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5371), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, + STATE(5052), 1, + sym__function_attributes_start, + STATE(5226), 1, + sym_ref_qualifier, + STATE(6001), 1, + sym_trailing_return_type, + STATE(6332), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6864), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5342), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6870), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -359670,17 +361454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [71649] = 6, + [73796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - STATE(3650), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6085), 20, + ACTIONS(6454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -359690,25 +361467,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6087), 29, + ACTIONS(6456), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -359716,6 +361496,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -359730,42 +361511,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [71716] = 3, + [73856] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 20, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(7651), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7653), 1, + anon_sym_QMARK, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6848), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5508), 33, - anon_sym_DOT_DOT_DOT, + ACTIONS(6850), 14, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -359778,113 +361591,300 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_GT2, + [73964] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5147), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5149), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [71777] = 3, + [74024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 20, + ACTIONS(5147), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5504), 33, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5149), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [74084] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5183), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5185), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [71838] = 5, + [74144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7474), 1, - anon_sym_LT, - STATE(1520), 1, - sym_template_argument_list, - ACTIONS(6278), 17, + ACTIONS(5187), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6280), 34, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5189), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [74204] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6852), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6854), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -359892,29 +361892,76 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_GT2, + [74308] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5147), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5149), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [71903] = 5, + [74368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7506), 1, - anon_sym_LT, - STATE(3058), 1, - sym_template_argument_list, - ACTIONS(6278), 19, + ACTIONS(7655), 1, + sym_literal_suffix, + ACTIONS(4117), 25, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -359925,16 +361972,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6280), 32, + ACTIONS(4109), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -359944,7 +361997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -359956,27 +362009,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [71968] = 6, + [74430] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, + ACTIONS(4883), 2, anon_sym_COLON_COLON, - ACTIONS(7561), 1, - anon_sym_LT, - STATE(3430), 1, - sym_template_argument_list, - ACTIONS(6219), 18, + anon_sym_LBRACE, + ACTIONS(4885), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -359986,25 +362030,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6221), 32, + ACTIONS(4878), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -360013,7 +362057,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -360027,11 +362070,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [72035] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [74492] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7258), 1, + anon_sym_requires, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5043), 1, + sym__function_attributes_start, + STATE(5233), 1, + sym_ref_qualifier, + STATE(5962), 1, + sym_trailing_return_type, + STATE(6319), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6864), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7105), 2, + anon_sym_final, + anon_sym_override, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6000), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5348), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [74606] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 20, + ACTIONS(6929), 1, + anon_sym_LBRACK, + STATE(3465), 1, + sym_new_declarator, + ACTIONS(6254), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -360052,7 +362184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5597), 33, + ACTIONS(6256), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -360061,7 +362193,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -360083,69 +362214,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, anon_sym_GT2, - [72096] = 27, + [74670] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5191), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5193), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [74730] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(7651), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7653), 1, + anon_sym_QMARK, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6856), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6858), 14, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [74838] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(2601), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(2603), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(2605), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(2607), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(2633), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(2635), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(2637), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7523), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2197), 1, sym_primitive_type, - STATE(4022), 1, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4043), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4465), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(7870), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, + STATE(2581), 2, + sym_decltype, + sym_template_type, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(2597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360168,76 +362433,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [72205] = 27, + [74944] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(2981), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4210), 1, - sym_type_specifier, - STATE(5997), 1, - sym_type_descriptor, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3343), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(6756), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, + ACTIONS(4107), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___inline, anon_sym_const, + ACTIONS(4115), 39, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -360250,75 +362487,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [72314] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(8551), 1, - sym_type_descriptor, - ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [75014] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7659), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + ACTIONS(7657), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + 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, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, + anon_sym_LBRACK, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -360332,210 +362539,248 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [72423] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4931), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(5375), 1, - sym__type_definition_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3400), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [72532] = 7, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [75074] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6170), 20, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6172), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [75134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7564), 1, - sym_identifier, - STATE(3260), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(7567), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(7570), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5386), 18, + ACTIONS(6174), 20, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5384), 21, + anon_sym_DASH_GT, + ACTIONS(6176), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LBRACK_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [75194] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6178), 20, + 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_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6180), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [72601] = 27, + anon_sym_DASH_GT_STAR, + [75254] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(7478), 1, + anon_sym_enum, + ACTIONS(7480), 1, + anon_sym_class, + ACTIONS(7482), 1, + anon_sym_struct, + ACTIONS(7484), 1, + anon_sym_union, + ACTIONS(7486), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4517), 1, + STATE(4882), 1, sym_type_specifier, - STATE(6532), 1, + STATE(5041), 1, + sym_primitive_type, + STATE(6550), 1, sym__scope_resolution, - STATE(7891), 1, - sym_type_descriptor, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3313), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, + STATE(1770), 2, + sym_decltype, + sym_template_type, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360558,72 +362803,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [72710] = 26, + [75360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6904), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7194), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7383), 1, - anon_sym_GT_EQ, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7427), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7429), 1, - anon_sym_AMP_AMP, - ACTIONS(7431), 1, - anon_sym_PIPE, - ACTIONS(7435), 1, - anon_sym_AMP, - ACTIONS(7439), 1, - anon_sym_or, - ACTIONS(7441), 1, - anon_sym_and, - ACTIONS(7443), 1, - anon_sym_bitor, - ACTIONS(7445), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7208), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7377), 2, + ACTIONS(6358), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7385), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7433), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7379), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7381), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7437), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6906), 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6360), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -360638,96 +362852,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [72817] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7088), 1, - anon_sym___attribute__, - ACTIONS(7091), 1, - anon_sym___attribute, - ACTIONS(7333), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(5013), 1, - sym__function_attributes_start, - STATE(5193), 1, - sym_ref_qualifier, - STATE(6064), 1, - sym__function_attributes_end, - STATE(6222), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(3987), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4132), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(6847), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5318), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [72932] = 3, + [75420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 20, + ACTIONS(6190), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -360737,27 +362873,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5474), 33, + anon_sym_DASH_GT, + ACTIONS(6192), 32, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -360765,12 +362902,72 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [75480] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5899), 1, + anon_sym_EQ, + ACTIONS(5901), 13, + 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(4117), 18, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4109), 20, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -360779,78 +362976,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [72993] = 27, + [75544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7663), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4446), 1, - sym_type_specifier, - STATE(5997), 1, - sym_type_descriptor, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1765), 2, - sym_decltype, - sym_template_type, - STATE(3360), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, + anon_sym_LBRACK_LBRACK, + ACTIONS(7661), 47, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, + anon_sym_static, + 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, @@ -360864,31 +363019,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [73102] = 3, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [75604] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7669), 1, + anon_sym_RPAREN, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, + anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, anon_sym_LT, + ACTIONS(7703), 1, + anon_sym_LT_LT, + ACTIONS(7705), 1, + anon_sym_GT_GT, + ACTIONS(7707), 1, + anon_sym_EQ, + ACTIONS(7709), 1, + anon_sym_QMARK, + ACTIONS(7711), 1, + anon_sym_STAR_EQ, + ACTIONS(7713), 1, + anon_sym_SLASH_EQ, + ACTIONS(7715), 1, + anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, + anon_sym_PLUS_EQ, + ACTIONS(7719), 1, + anon_sym_DASH_EQ, + ACTIONS(7721), 1, + anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, + anon_sym_AMP_EQ, + ACTIONS(7727), 1, + anon_sym_CARET_EQ, + ACTIONS(7729), 1, + anon_sym_PIPE_EQ, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, + anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, + anon_sym_bitand, + ACTIONS(7743), 1, + anon_sym_not_eq, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [75760] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7747), 1, + anon_sym_LT, + STATE(3135), 1, + sym_template_argument_list, + ACTIONS(6335), 18, + 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_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6337), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -360898,7 +363174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -360921,14 +363197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73162] = 5, + [75824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7573), 1, - anon_sym_LT, - STATE(3216), 1, - sym_template_argument_list, - ACTIONS(6278), 18, + ACTIONS(7047), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -360939,15 +363211,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6280), 32, + sym_literal_suffix, + ACTIONS(7049), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -360969,37 +363249,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73226] = 10, + [75884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6352), 19, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -361009,23 +363267,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6354), 24, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -361033,6 +363296,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -361043,77 +363307,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [73300] = 29, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [75944] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5896), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6616), 1, + ACTIONS(5893), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(4117), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6910), 1, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4109), 29, anon_sym_DOT_DOT_DOT, - ACTIONS(7055), 1, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(7057), 1, - anon_sym_PIPE, - ACTIONS(7061), 1, - anon_sym_AMP, - ACTIONS(7067), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(7071), 1, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, - anon_sym_and, - ACTIONS(7075), 1, anon_sym_bitor, - ACTIONS(7077), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7084), 1, - anon_sym_QMARK, - ACTIONS(7086), 1, - anon_sym_or, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [76010] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7069), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7584), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7065), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 13, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4833), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -361127,90 +363420,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [73412] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7405), 1, - sym_identifier, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(7413), 1, - anon_sym_enum, - ACTIONS(7415), 1, - anon_sym_class, - ACTIONS(7417), 1, - anon_sym_struct, - ACTIONS(7419), 1, - anon_sym_union, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7425), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3966), 1, - sym_type_specifier, - STATE(4136), 1, - sym_primitive_type, - STATE(4574), 1, - sym_decltype_auto, - STATE(6507), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4636), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [73518] = 3, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [76070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6336), 20, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -361231,7 +363452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6338), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -361264,51 +363485,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73578] = 22, + [76130] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(4141), 1, + anon_sym_EQ, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, + anon_sym_LBRACK, + ACTIONS(4145), 13, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4117), 17, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4109), 18, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [76200] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5717), 1, + anon_sym___attribute, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(5711), 1, - anon_sym___asm, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7588), 1, + ACTIONS(7752), 1, anon_sym_STAR, - ACTIONS(7590), 1, + ACTIONS(7754), 1, anon_sym_AMP_AMP, - ACTIONS(7592), 1, + ACTIONS(7756), 1, anon_sym_AMP, - ACTIONS(7594), 1, + ACTIONS(7758), 1, sym_ms_restrict_modifier, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, + STATE(2799), 1, sym_parameter_list, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6009), 1, + STATE(6016), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, + ACTIONS(7760), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, + ACTIONS(7762), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3425), 2, + STATE(3311), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4109), 2, + STATE(4113), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -361317,16 +363600,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5709), 11, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -361340,40 +363623,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [73676] = 3, + [76298] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 22, - aux_sym_preproc_elif_token1, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6282), 19, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + ACTIONS(6284), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_GT2, + [76372] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7766), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + STATE(2084), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4914), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym___attribute, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5155), 30, + ACTIONS(4115), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -361386,21 +363730,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [73736] = 3, + sym_auto, + anon_sym_decltype, + [76442] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 20, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7752), 1, + anon_sym_STAR, + ACTIONS(7754), 1, + anon_sym_AMP_AMP, + ACTIONS(7756), 1, + anon_sym_AMP, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + STATE(2799), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6022), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4051), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [76540] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -361421,7 +363849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3825), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -361454,10 +363882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [73796] = 3, + [76600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 22, + ACTIONS(1920), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -361480,7 +363908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(5191), 30, + ACTIONS(1918), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -361511,26 +363939,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [73856] = 10, + [76660] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(2084), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4914), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(5929), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7576), 1, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6356), 19, + sym_auto, + anon_sym_decltype, + [76728] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3823), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -361540,23 +364013,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6358), 24, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3825), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -361564,6 +364042,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -361574,180 +364053,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [73930] = 51, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [76788] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5717), 1, + anon_sym___asm, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2855), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5946), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3318), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4055), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 11, anon_sym_COMMA, - ACTIONS(7606), 1, - anon_sym_RPAREN, - ACTIONS(7608), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [76886] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 20, anon_sym_DASH, - ACTIONS(7610), 1, anon_sym_PLUS, - ACTIONS(7612), 1, anon_sym_STAR, - ACTIONS(7614), 1, anon_sym_SLASH, - ACTIONS(7616), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, - anon_sym_AMP_AMP, - ACTIONS(7622), 1, anon_sym_PIPE, - ACTIONS(7624), 1, anon_sym_CARET, - ACTIONS(7626), 1, anon_sym_AMP, - ACTIONS(7628), 1, - anon_sym_EQ_EQ, - ACTIONS(7630), 1, - anon_sym_BANG_EQ, - ACTIONS(7632), 1, anon_sym_GT, - ACTIONS(7634), 1, - anon_sym_GT_EQ, - ACTIONS(7636), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, anon_sym_LT, - ACTIONS(7640), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(7646), 1, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4833), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK_LBRACK, anon_sym_QMARK, - ACTIONS(7648), 1, anon_sym_STAR_EQ, - ACTIONS(7650), 1, anon_sym_SLASH_EQ, - ACTIONS(7652), 1, anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, anon_sym_PLUS_EQ, - ACTIONS(7656), 1, anon_sym_DASH_EQ, - ACTIONS(7658), 1, anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, anon_sym_AMP_EQ, - ACTIONS(7664), 1, anon_sym_CARET_EQ, - ACTIONS(7666), 1, anon_sym_PIPE_EQ, - ACTIONS(7668), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, - anon_sym_or, - ACTIONS(7672), 1, - anon_sym_and, - ACTIONS(7674), 1, anon_sym_bitor, - ACTIONS(7676), 1, - anon_sym_xor, - ACTIONS(7678), 1, anon_sym_bitand, - ACTIONS(7680), 1, anon_sym_not_eq, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [74086] = 26, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [76946] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7513), 1, - sym_identifier, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(7517), 1, - anon_sym_enum, - ACTIONS(7519), 1, - anon_sym_class, - ACTIONS(7521), 1, - anon_sym_struct, - ACTIONS(7523), 1, - anon_sym_union, - ACTIONS(7525), 1, - anon_sym_typename, - STATE(1624), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5725), 1, + anon_sym___asm, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4136), 1, - sym_primitive_type, - STATE(4321), 1, - sym_type_specifier, - STATE(4574), 1, - sym_decltype_auto, - STATE(6517), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, + STATE(2855), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5953), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4065), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4636), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -361760,72 +364266,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [74192] = 26, + [77044] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5896), 1, anon_sym_LBRACK, - ACTIONS(6944), 1, - anon_sym_EQ, - ACTIONS(7688), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, - anon_sym_AMP_AMP, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, - anon_sym_or, - ACTIONS(7710), 1, - anon_sym_and, - ACTIONS(7712), 1, - anon_sym_bitor, - ACTIONS(7714), 1, - anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(5893), 2, + anon_sym_RPAREN, + anon_sym_LPAREN2, + ACTIONS(4117), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 17, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4109), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_COLON, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -361840,105 +364318,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [74298] = 25, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [77110] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7724), 1, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7055), 1, anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, + ACTIONS(7057), 1, anon_sym_AMP_AMP, - ACTIONS(7728), 1, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7732), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7740), 1, + ACTIONS(7069), 1, + anon_sym_GT_EQ, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, + ACTIONS(7075), 1, anon_sym_or, - ACTIONS(7744), 1, + ACTIONS(7077), 1, anon_sym_and, - ACTIONS(7746), 1, + ACTIONS(7079), 1, anon_sym_bitor, - ACTIONS(7748), 1, + ACTIONS(7081), 1, anon_sym_bitand, - STATE(3671), 1, + ACTIONS(7083), 1, + anon_sym_QMARK, + ACTIONS(7152), 1, + anon_sym_RPAREN, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(7776), 1, + anon_sym_EQ, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(6890), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7738), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7067), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, + ACTIONS(7216), 13, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [74402] = 10, + [77224] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6309), 19, + ACTIONS(7747), 1, + anon_sym_LT, + STATE(1876), 1, + sym_template_argument_list, + ACTIONS(6335), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -361948,23 +364427,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6311), 24, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6337), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -361972,6 +364454,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -361982,24 +364465,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [74476] = 9, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [77288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6299), 19, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -362009,23 +364482,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6301), 26, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362033,6 +364511,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -362045,15 +364524,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_GT2, - [74548] = 5, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [77348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7573), 1, - anon_sym_LT, - STATE(1873), 1, - sym_template_argument_list, - ACTIONS(6278), 18, + ACTIONS(7778), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -362064,15 +364542,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6280), 32, + ACTIONS(6348), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -362082,7 +364562,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362105,64 +364584,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [74612] = 26, + [77410] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(3785), 1, + ACTIONS(7405), 1, sym_identifier, - ACTIONS(3793), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(3797), 1, + ACTIONS(7413), 1, anon_sym_enum, - ACTIONS(3799), 1, + ACTIONS(7415), 1, anon_sym_class, - ACTIONS(3801), 1, + ACTIONS(7417), 1, anon_sym_struct, - ACTIONS(3803), 1, + ACTIONS(7419), 1, anon_sym_union, - ACTIONS(3805), 1, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7425), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4176), 1, + STATE(3588), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4062), 1, sym_type_specifier, - STATE(6544), 1, + STATE(4169), 1, + sym_primitive_type, + STATE(4605), 1, + sym_decltype_auto, + STATE(6504), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(2322), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -362185,151 +364664,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [74718] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7750), 1, - anon_sym_STAR, - ACTIONS(7752), 1, - anon_sym_AMP_AMP, - ACTIONS(7754), 1, - anon_sym_AMP, - STATE(2760), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6031), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4074), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [74816] = 28, + [77516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6934), 1, - anon_sym_EQ, - ACTIONS(7688), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, - anon_sym_AMP_AMP, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, - anon_sym_or, - ACTIONS(7710), 1, - anon_sym_and, - ACTIONS(7712), 1, - anon_sym_bitor, - ACTIONS(7714), 1, - anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(7756), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(5395), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6936), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5397), 36, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_COLON, + 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_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -362340,75 +364708,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [74926] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6904), 1, - anon_sym_EQ, - ACTIONS(7688), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, - anon_sym_AMP_AMP, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, anon_sym_or, - ACTIONS(7710), 1, anon_sym_and, - ACTIONS(7712), 1, anon_sym_bitor, - ACTIONS(7714), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [77576] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 17, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_COLON, + 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362420,13 +364766,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [75032] = 3, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [77638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 22, + ACTIONS(5151), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -362449,7 +364805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(5195), 30, + ACTIONS(5153), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -362480,26 +364836,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [75092] = 10, + [77698] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6309), 17, + ACTIONS(3819), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -362513,19 +364853,24 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6311), 26, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3821), 32, anon_sym_DOT_DOT_DOT, 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_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362544,51 +364889,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [75166] = 22, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [77758] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(5711), 1, - anon_sym___attribute, - ACTIONS(6866), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7671), 1, + anon_sym_DASH, + ACTIONS(7673), 1, + anon_sym_PLUS, + ACTIONS(7675), 1, + anon_sym_STAR, + ACTIONS(7677), 1, + anon_sym_SLASH, + ACTIONS(7679), 1, + anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, + anon_sym_PIPE, + ACTIONS(7687), 1, + anon_sym_CARET, + ACTIONS(7689), 1, + anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, + anon_sym_GT, + ACTIONS(7697), 1, + anon_sym_GT_EQ, + ACTIONS(7699), 1, + anon_sym_LT_EQ, + ACTIONS(7701), 1, + anon_sym_LT, + ACTIONS(7703), 1, + anon_sym_LT_LT, + ACTIONS(7705), 1, + anon_sym_GT_GT, + ACTIONS(7707), 1, + anon_sym_EQ, + ACTIONS(7709), 1, + anon_sym_QMARK, + ACTIONS(7711), 1, + anon_sym_STAR_EQ, + ACTIONS(7713), 1, + anon_sym_SLASH_EQ, + ACTIONS(7715), 1, + anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, + anon_sym_PLUS_EQ, + ACTIONS(7719), 1, + anon_sym_DASH_EQ, + ACTIONS(7721), 1, + anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, + anon_sym_AMP_EQ, + ACTIONS(7727), 1, + anon_sym_CARET_EQ, + ACTIONS(7729), 1, + anon_sym_PIPE_EQ, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, + anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, + anon_sym_bitand, + ACTIONS(7743), 1, + anon_sym_not_eq, + ACTIONS(7780), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [77914] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5717), 1, + anon_sym___asm, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7594), 1, + ACTIONS(7758), 1, sym_ms_restrict_modifier, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(7786), 1, anon_sym_AMP, - STATE(2760), 1, + STATE(2866), 1, sym_parameter_list, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6014), 1, + STATE(6010), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, + ACTIONS(7760), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, + ACTIONS(7762), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3285), 2, + STATE(3331), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4097), 2, + STATE(4072), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -362597,16 +365051,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5709), 11, anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -362620,115 +365074,286 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [75264] = 51, + [78012] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(5725), 1, + anon_sym___asm, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, + ACTIONS(7782), 1, + anon_sym_STAR, + ACTIONS(7784), 1, + anon_sym_AMP_AMP, + ACTIONS(7786), 1, + anon_sym_AMP, + STATE(2866), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5959), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4080), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 11, anon_sym_COMMA, - ACTIONS(7608), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [78110] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1924), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, - ACTIONS(7610), 1, anon_sym_PLUS, - ACTIONS(7612), 1, - anon_sym_STAR, - ACTIONS(7614), 1, anon_sym_SLASH, - ACTIONS(7616), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(1922), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(7618), 1, anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, anon_sym_AMP_AMP, - ACTIONS(7622), 1, - anon_sym_PIPE, - ACTIONS(7624), 1, anon_sym_CARET, - ACTIONS(7626), 1, - anon_sym_AMP, - ACTIONS(7628), 1, anon_sym_EQ_EQ, - ACTIONS(7630), 1, anon_sym_BANG_EQ, - ACTIONS(7632), 1, - anon_sym_GT, - ACTIONS(7634), 1, anon_sym_GT_EQ, - ACTIONS(7636), 1, - anon_sym_LT_EQ, - ACTIONS(7638), 1, - anon_sym_LT, - ACTIONS(7640), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, - anon_sym_EQ, - ACTIONS(7646), 1, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(7648), 1, - anon_sym_STAR_EQ, - ACTIONS(7650), 1, - anon_sym_SLASH_EQ, - ACTIONS(7652), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, - anon_sym_PLUS_EQ, - ACTIONS(7656), 1, - anon_sym_DASH_EQ, - ACTIONS(7658), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, - anon_sym_AMP_EQ, - ACTIONS(7664), 1, - anon_sym_CARET_EQ, - ACTIONS(7666), 1, - anon_sym_PIPE_EQ, - ACTIONS(7668), 1, anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [78170] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4576), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1770), 2, + sym_decltype, + sym_template_type, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [78276] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5175), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, - ACTIONS(7672), 1, anon_sym_and, - ACTIONS(7674), 1, anon_sym_bitor, - ACTIONS(7676), 1, anon_sym_xor, - ACTIONS(7678), 1, anon_sym_bitand, - ACTIONS(7680), 1, anon_sym_not_eq, - ACTIONS(7758), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5177), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [75420] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [78336] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 20, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7788), 1, + anon_sym_LT, + STATE(3507), 1, + sym_template_argument_list, + ACTIONS(6216), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -362738,28 +365363,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5559), 32, + ACTIONS(6218), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362767,7 +365389,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -362781,177 +365402,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [75480] = 51, + anon_sym_DASH_GT, + anon_sym_GT2, + [78402] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, - anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(7514), 1, + anon_sym_LT, + STATE(1535), 1, + sym_template_argument_list, + ACTIONS(6335), 18, anon_sym_DASH, - ACTIONS(7610), 1, anon_sym_PLUS, - ACTIONS(7612), 1, anon_sym_STAR, - ACTIONS(7614), 1, anon_sym_SLASH, - ACTIONS(7616), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, - anon_sym_AMP_AMP, - ACTIONS(7622), 1, anon_sym_PIPE, - ACTIONS(7624), 1, anon_sym_CARET, - ACTIONS(7626), 1, anon_sym_AMP, - ACTIONS(7628), 1, - anon_sym_EQ_EQ, - ACTIONS(7630), 1, - anon_sym_BANG_EQ, - ACTIONS(7632), 1, anon_sym_GT, - ACTIONS(7634), 1, - anon_sym_GT_EQ, - ACTIONS(7636), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, - anon_sym_LT, - ACTIONS(7640), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, anon_sym_EQ, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7648), 1, - anon_sym_STAR_EQ, - ACTIONS(7650), 1, - anon_sym_SLASH_EQ, - ACTIONS(7652), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, - anon_sym_PLUS_EQ, - ACTIONS(7656), 1, - anon_sym_DASH_EQ, - ACTIONS(7658), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, - anon_sym_AMP_EQ, - ACTIONS(7664), 1, - anon_sym_CARET_EQ, - ACTIONS(7666), 1, - anon_sym_PIPE_EQ, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, anon_sym_or, - ACTIONS(7672), 1, anon_sym_and, - ACTIONS(7674), 1, - anon_sym_bitor, - ACTIONS(7676), 1, anon_sym_xor, - ACTIONS(7678), 1, - anon_sym_bitand, - ACTIONS(7680), 1, - anon_sym_not_eq, - ACTIONS(7760), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [75636] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, + ACTIONS(6337), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6904), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7734), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, - anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6906), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -362959,138 +365448,136 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [75740] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [78466] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5155), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 10, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6374), 26, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5157), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [75820] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [78526] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2607), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(2609), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(2611), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(2613), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(2639), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(2641), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(2643), 1, + ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7449), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7451), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4046), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4271), 1, + STATE(4801), 1, sym_type_specifier, - STATE(6524), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(2542), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(2603), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -363113,83 +365600,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [75926] = 12, + [78632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(5140), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 12, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - ACTIONS(6374), 26, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5142), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [76004] = 6, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [78692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5883), 1, - anon_sym_LBRACK, - ACTIONS(5877), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(4117), 19, + ACTIONS(6961), 26, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363204,19 +365675,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4109), 29, + sym_literal_suffix, + ACTIONS(6963), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363228,140 +365709,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [76070] = 6, + [78752] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7762), 1, - anon_sym_LT, - STATE(3619), 1, - sym_template_argument_list, - ACTIONS(6202), 19, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, + anon_sym_LT, + ACTIONS(7703), 1, anon_sym_LT_LT, + ACTIONS(7705), 1, anon_sym_GT_GT, + ACTIONS(7707), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6204), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, + ACTIONS(7709), 1, anon_sym_QMARK, + ACTIONS(7711), 1, anon_sym_STAR_EQ, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, + ACTIONS(7719), 1, anon_sym_DASH_EQ, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, anon_sym_AMP_EQ, + ACTIONS(7727), 1, anon_sym_CARET_EQ, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, anon_sym_bitand, + ACTIONS(7743), 1, anon_sym_not_eq, + ACTIONS(7791), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [76136] = 5, + [78908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4141), 1, - anon_sym_EQ, - ACTIONS(4145), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4117), 17, + ACTIONS(5179), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4109), 21, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5181), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [76200] = 3, + [78968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6274), 20, + ACTIONS(4883), 1, + anon_sym_COLON_COLON, + ACTIONS(6235), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363375,14 +365895,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6276), 32, + ACTIONS(6237), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -363392,7 +365911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363415,16 +365934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [76260] = 6, + [79030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_LBRACK, - ACTIONS(4117), 18, + ACTIONS(6352), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363438,21 +365951,24 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 31, + anon_sym_DASH_GT, + ACTIONS(6354), 32, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363474,17 +365990,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [76326] = 6, + anon_sym_DASH_GT_STAR, + [79090] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_LBRACK, - ACTIONS(4117), 18, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7793), 1, + anon_sym_LT, + STATE(3507), 1, + sym_template_argument_list, + ACTIONS(6241), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363494,25 +366010,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 31, + ACTIONS(6243), 30, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363520,7 +366036,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -363535,70 +366050,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [76392] = 6, + anon_sym_GT2, + [79156] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(7226), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7431), 1, + sym_identifier, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(7439), 1, + anon_sym_enum, + ACTIONS(7441), 1, + anon_sym_class, + ACTIONS(7443), 1, + anon_sym_struct, + ACTIONS(7445), 1, + anon_sym_union, + ACTIONS(7447), 1, sym_auto, - ACTIONS(7228), 1, + ACTIONS(7449), 1, anon_sym_decltype, - STATE(3589), 1, + ACTIONS(7451), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3831), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4189), 1, + sym_type_specifier, + STATE(4336), 1, + sym_primitive_type, + STATE(4886), 1, sym_decltype_auto, - ACTIONS(5357), 16, + STATE(4953), 1, + sym_qualified_type_identifier, + STATE(6529), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(4808), 2, + sym_decltype, + sym_template_type, + ACTIONS(7437), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7435), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4887), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [79262] = 51, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, + anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, anon_sym_LT, + ACTIONS(7703), 1, anon_sym_LT_LT, + ACTIONS(7705), 1, anon_sym_GT_GT, + ACTIONS(7707), 1, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5359), 33, - anon_sym_DOT_DOT_DOT, - 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_LBRACE, - anon_sym_LBRACK, + ACTIONS(7709), 1, anon_sym_QMARK, + ACTIONS(7711), 1, anon_sym_STAR_EQ, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, + ACTIONS(7719), 1, anon_sym_DASH_EQ, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, anon_sym_AMP_EQ, + ACTIONS(7727), 1, anon_sym_CARET_EQ, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, anon_sym_or, + ACTIONS(7735), 1, anon_sym_and, + ACTIONS(7737), 1, anon_sym_bitor, + ACTIONS(7739), 1, anon_sym_xor, + ACTIONS(7741), 1, anon_sym_bitand, + ACTIONS(7743), 1, anon_sym_not_eq, + ACTIONS(7796), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [76458] = 3, + [79418] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 19, + ACTIONS(7250), 1, + sym_auto, + ACTIONS(7252), 1, + anon_sym_decltype, + STATE(3512), 1, + sym_decltype_auto, + ACTIONS(5311), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363612,24 +366259,21 @@ 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, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(6268), 33, + anon_sym_DASH_GT, + ACTIONS(5313), 33, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363641,21 +366285,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [76518] = 3, + anon_sym_DASH_GT_STAR, + [79484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 20, + ACTIONS(6346), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -363675,18 +366319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3821), 32, + ACTIONS(6348), 33, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -363708,116 +366352,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [76578] = 51, + anon_sym_DASH_GT, + [79544] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, + ACTIONS(7236), 1, anon_sym_DOT_STAR, - ACTIONS(7214), 1, + ACTIONS(7238), 1, anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, + ACTIONS(7665), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, + ACTIONS(7667), 1, anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(7671), 1, anon_sym_DASH, - ACTIONS(7610), 1, + ACTIONS(7673), 1, anon_sym_PLUS, - ACTIONS(7612), 1, + ACTIONS(7675), 1, anon_sym_STAR, - ACTIONS(7614), 1, + ACTIONS(7677), 1, anon_sym_SLASH, - ACTIONS(7616), 1, + ACTIONS(7679), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, + ACTIONS(7681), 1, anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, + ACTIONS(7683), 1, anon_sym_AMP_AMP, - ACTIONS(7622), 1, + ACTIONS(7685), 1, anon_sym_PIPE, - ACTIONS(7624), 1, + ACTIONS(7687), 1, anon_sym_CARET, - ACTIONS(7626), 1, + ACTIONS(7689), 1, anon_sym_AMP, - ACTIONS(7628), 1, + ACTIONS(7691), 1, anon_sym_EQ_EQ, - ACTIONS(7630), 1, + ACTIONS(7693), 1, anon_sym_BANG_EQ, - ACTIONS(7632), 1, + ACTIONS(7695), 1, anon_sym_GT, - ACTIONS(7634), 1, + ACTIONS(7697), 1, anon_sym_GT_EQ, - ACTIONS(7636), 1, + ACTIONS(7699), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, + ACTIONS(7701), 1, anon_sym_LT, - ACTIONS(7640), 1, + ACTIONS(7703), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, + ACTIONS(7705), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, + ACTIONS(7707), 1, anon_sym_EQ, - ACTIONS(7646), 1, + ACTIONS(7709), 1, anon_sym_QMARK, - ACTIONS(7648), 1, + ACTIONS(7711), 1, anon_sym_STAR_EQ, - ACTIONS(7650), 1, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, - ACTIONS(7652), 1, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, - ACTIONS(7656), 1, + ACTIONS(7719), 1, anon_sym_DASH_EQ, - ACTIONS(7658), 1, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, + ACTIONS(7723), 1, anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, + ACTIONS(7725), 1, anon_sym_AMP_EQ, - ACTIONS(7664), 1, + ACTIONS(7727), 1, anon_sym_CARET_EQ, - ACTIONS(7666), 1, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - ACTIONS(7668), 1, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, + ACTIONS(7733), 1, anon_sym_or, - ACTIONS(7672), 1, + ACTIONS(7735), 1, anon_sym_and, - ACTIONS(7674), 1, + ACTIONS(7737), 1, anon_sym_bitor, - ACTIONS(7676), 1, + ACTIONS(7739), 1, anon_sym_xor, - ACTIONS(7678), 1, + ACTIONS(7741), 1, anon_sym_bitand, - ACTIONS(7680), 1, + ACTIONS(7743), 1, anon_sym_not_eq, - ACTIONS(7765), 1, + ACTIONS(7798), 1, anon_sym_RPAREN, - STATE(1338), 1, + STATE(1352), 1, sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - STATE(8237), 1, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, sym__fold_operator, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [79700] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5159), 22, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5161), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [76734] = 26, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [79760] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(7405), 1, sym_identifier, @@ -363837,29 +366538,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(7425), 1, anon_sym_typename, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(3461), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3960), 1, + STATE(3990), 1, sym_type_specifier, - STATE(4136), 1, + STATE(4169), 1, sym_primitive_type, - STATE(4574), 1, + STATE(4605), 1, sym_decltype_auto, - STATE(6507), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(2322), 2, + STATE(2319), 2, sym_decltype, sym_template_type, ACTIONS(7411), 3, @@ -363871,7 +366572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4636), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -363894,465 +366595,172 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [76840] = 3, + [79866] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(7769), 11, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - ACTIONS(7767), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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, + ACTIONS(7190), 1, anon_sym_LBRACK, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [76900] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7773), 11, + ACTIONS(7236), 1, + anon_sym_DOT_STAR, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - ACTIONS(7771), 41, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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_LBRACK, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [76960] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5883), 1, - anon_sym_LBRACK, - ACTIONS(5877), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(4117), 19, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, + anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, anon_sym_LT, + ACTIONS(7703), 1, anon_sym_LT_LT, + ACTIONS(7705), 1, anon_sym_GT_GT, + ACTIONS(7707), 1, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(7709), 1, anon_sym_QMARK, + ACTIONS(7711), 1, anon_sym_STAR_EQ, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, + ACTIONS(7719), 1, anon_sym_DASH_EQ, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, anon_sym_AMP_EQ, + ACTIONS(7727), 1, anon_sym_CARET_EQ, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, anon_sym_bitand, + ACTIONS(7743), 1, anon_sym_not_eq, + ACTIONS(7800), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [77026] = 3, + [80022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6285), 20, + ACTIONS(5163), 22, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6287), 32, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(5165), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LBRACK_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [77086] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4525), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [77192] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(7706), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_LT_EQ_GT, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(6372), 10, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 25, - anon_sym_DOT_DOT_DOT, - 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_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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [77274] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5711), 1, - anon_sym___asm, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7775), 1, - anon_sym_STAR, - ACTIONS(7777), 1, - anon_sym_AMP_AMP, - ACTIONS(7779), 1, - anon_sym_AMP, - STATE(2862), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6002), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3406), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4090), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [77372] = 3, + [80082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 20, + ACTIONS(5480), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -364373,7 +366781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6268), 32, + ACTIONS(5482), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -364406,224 +366814,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [77432] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(2937), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(6746), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - ACTIONS(4115), 39, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [77502] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7783), 1, - anon_sym_requires, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5052), 1, - sym__function_attributes_start, - STATE(5214), 1, - sym_ref_qualifier, - STATE(6274), 1, - sym__function_attributes_end, - STATE(6412), 1, - sym_trailing_return_type, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6847), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(6876), 2, - anon_sym_final, - anon_sym_override, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5352), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [77616] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - STATE(3828), 1, + [80142] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7405), 1, + sym_identifier, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(7413), 1, + anon_sym_enum, + ACTIONS(7415), 1, + anon_sym_class, + ACTIONS(7417), 1, + anon_sym_struct, + ACTIONS(7419), 1, + anon_sym_union, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7425), 1, + anon_sym_typename, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5048), 1, - sym__function_attributes_start, - STATE(5219), 1, - sym_ref_qualifier, - STATE(6032), 1, - sym_trailing_return_type, - STATE(6306), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6847), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(6868), 2, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(3588), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3976), 1, + sym_type_specifier, + STATE(4169), 1, + sym_primitive_type, + STATE(4605), 1, + sym_decltype_auto, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5347), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6853), 13, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7409), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4615), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -364636,115 +366894,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [77730] = 51, + [80248] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, + ACTIONS(7236), 1, anon_sym_DOT_STAR, - ACTIONS(7214), 1, + ACTIONS(7238), 1, anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, + ACTIONS(7665), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, + ACTIONS(7667), 1, anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(7671), 1, anon_sym_DASH, - ACTIONS(7610), 1, + ACTIONS(7673), 1, anon_sym_PLUS, - ACTIONS(7612), 1, + ACTIONS(7675), 1, anon_sym_STAR, - ACTIONS(7614), 1, + ACTIONS(7677), 1, anon_sym_SLASH, - ACTIONS(7616), 1, + ACTIONS(7679), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, + ACTIONS(7681), 1, anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, + ACTIONS(7683), 1, anon_sym_AMP_AMP, - ACTIONS(7622), 1, + ACTIONS(7685), 1, anon_sym_PIPE, - ACTIONS(7624), 1, + ACTIONS(7687), 1, anon_sym_CARET, - ACTIONS(7626), 1, + ACTIONS(7689), 1, anon_sym_AMP, - ACTIONS(7628), 1, + ACTIONS(7691), 1, anon_sym_EQ_EQ, - ACTIONS(7630), 1, + ACTIONS(7693), 1, anon_sym_BANG_EQ, - ACTIONS(7632), 1, + ACTIONS(7695), 1, anon_sym_GT, - ACTIONS(7634), 1, + ACTIONS(7697), 1, anon_sym_GT_EQ, - ACTIONS(7636), 1, + ACTIONS(7699), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, + ACTIONS(7701), 1, anon_sym_LT, - ACTIONS(7640), 1, + ACTIONS(7703), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, + ACTIONS(7705), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, + ACTIONS(7707), 1, anon_sym_EQ, - ACTIONS(7646), 1, + ACTIONS(7709), 1, anon_sym_QMARK, - ACTIONS(7648), 1, + ACTIONS(7711), 1, anon_sym_STAR_EQ, - ACTIONS(7650), 1, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, - ACTIONS(7652), 1, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, - ACTIONS(7656), 1, + ACTIONS(7719), 1, anon_sym_DASH_EQ, - ACTIONS(7658), 1, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, + ACTIONS(7723), 1, anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, + ACTIONS(7725), 1, anon_sym_AMP_EQ, - ACTIONS(7664), 1, + ACTIONS(7727), 1, anon_sym_CARET_EQ, - ACTIONS(7666), 1, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - ACTIONS(7668), 1, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, + ACTIONS(7733), 1, anon_sym_or, - ACTIONS(7672), 1, + ACTIONS(7735), 1, anon_sym_and, - ACTIONS(7674), 1, + ACTIONS(7737), 1, anon_sym_bitor, - ACTIONS(7676), 1, + ACTIONS(7739), 1, anon_sym_xor, - ACTIONS(7678), 1, + ACTIONS(7741), 1, anon_sym_bitand, - ACTIONS(7680), 1, + ACTIONS(7743), 1, anon_sym_not_eq, - ACTIONS(7790), 1, + ACTIONS(7802), 1, anon_sym_RPAREN, - STATE(1338), 1, + STATE(1352), 1, sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - STATE(8237), 1, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, sym__fold_operator, - ACTIONS(7210), 2, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [77886] = 3, + [80404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 22, + ACTIONS(5171), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -364767,7 +367025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(5163), 30, + ACTIONS(5173), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -364798,166 +367056,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [77946] = 51, + [80464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, - anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(6294), 20, anon_sym_DASH, - ACTIONS(7610), 1, anon_sym_PLUS, - ACTIONS(7612), 1, anon_sym_STAR, - ACTIONS(7614), 1, anon_sym_SLASH, - ACTIONS(7616), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, - anon_sym_AMP_AMP, - ACTIONS(7622), 1, anon_sym_PIPE, - ACTIONS(7624), 1, anon_sym_CARET, - ACTIONS(7626), 1, anon_sym_AMP, - ACTIONS(7628), 1, - anon_sym_EQ_EQ, - ACTIONS(7630), 1, - anon_sym_BANG_EQ, - ACTIONS(7632), 1, anon_sym_GT, - ACTIONS(7634), 1, - anon_sym_GT_EQ, - ACTIONS(7636), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, anon_sym_LT, - ACTIONS(7640), 1, anon_sym_LT_LT, - ACTIONS(7642), 1, anon_sym_GT_GT, - ACTIONS(7644), 1, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7648), 1, - anon_sym_STAR_EQ, - ACTIONS(7650), 1, - anon_sym_SLASH_EQ, - ACTIONS(7652), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, - anon_sym_PLUS_EQ, - ACTIONS(7656), 1, - anon_sym_DASH_EQ, - ACTIONS(7658), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, - anon_sym_AMP_EQ, - ACTIONS(7664), 1, - anon_sym_CARET_EQ, - ACTIONS(7666), 1, - anon_sym_PIPE_EQ, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, anon_sym_or, - ACTIONS(7672), 1, anon_sym_and, - ACTIONS(7674), 1, - anon_sym_bitor, - ACTIONS(7676), 1, anon_sym_xor, - ACTIONS(7678), 1, - anon_sym_bitand, - ACTIONS(7680), 1, - anon_sym_not_eq, - ACTIONS(7792), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [78102] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7716), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 21, + ACTIONS(6296), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -364972,294 +367105,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - [78190] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, anon_sym_bitor, - ACTIONS(7748), 1, anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6898), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6900), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_GT2, - [78294] = 9, + anon_sym_DASH_GT_STAR, + [80524] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7236), 1, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6376), 19, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, anon_sym_LT, + ACTIONS(7703), 1, anon_sym_LT_LT, + ACTIONS(7705), 1, anon_sym_GT_GT, + ACTIONS(7707), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6378), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7709), 1, anon_sym_QMARK, + ACTIONS(7711), 1, anon_sym_STAR_EQ, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, + ACTIONS(7719), 1, anon_sym_DASH_EQ, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, anon_sym_AMP_EQ, + ACTIONS(7727), 1, anon_sym_CARET_EQ, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, anon_sym_bitand, + ACTIONS(7743), 1, anon_sym_not_eq, + ACTIONS(7804), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_GT2, - [78366] = 13, + [80680] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4364), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1770), 2, + sym_decltype, + sym_template_type, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [80786] = 51, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, + ACTIONS(7236), 1, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7238), 1, + anon_sym_DASH_GT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7667), 1, + anon_sym_COMMA, + ACTIONS(7671), 1, anon_sym_DASH, + ACTIONS(7673), 1, anon_sym_PLUS, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7675), 1, anon_sym_STAR, + ACTIONS(7677), 1, anon_sym_SLASH, + ACTIONS(7679), 1, anon_sym_PERCENT, - ACTIONS(6372), 12, + ACTIONS(7681), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7683), 1, + anon_sym_AMP_AMP, + ACTIONS(7685), 1, anon_sym_PIPE, + ACTIONS(7687), 1, anon_sym_CARET, + ACTIONS(7689), 1, anon_sym_AMP, + ACTIONS(7691), 1, + anon_sym_EQ_EQ, + ACTIONS(7693), 1, + anon_sym_BANG_EQ, + ACTIONS(7695), 1, anon_sym_GT, + ACTIONS(7697), 1, anon_sym_GT_EQ, + ACTIONS(7699), 1, anon_sym_LT_EQ, + ACTIONS(7701), 1, anon_sym_LT, + ACTIONS(7703), 1, + anon_sym_LT_LT, + ACTIONS(7705), 1, + anon_sym_GT_GT, + ACTIONS(7707), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7709), 1, anon_sym_QMARK, + ACTIONS(7711), 1, anon_sym_STAR_EQ, + ACTIONS(7713), 1, anon_sym_SLASH_EQ, + ACTIONS(7715), 1, anon_sym_PERCENT_EQ, + ACTIONS(7717), 1, anon_sym_PLUS_EQ, + ACTIONS(7719), 1, anon_sym_DASH_EQ, + ACTIONS(7721), 1, anon_sym_LT_LT_EQ, + ACTIONS(7723), 1, + anon_sym_GT_GT_EQ, + ACTIONS(7725), 1, anon_sym_AMP_EQ, + ACTIONS(7727), 1, anon_sym_CARET_EQ, + ACTIONS(7729), 1, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7733), 1, + anon_sym_or, + ACTIONS(7735), 1, + anon_sym_and, + ACTIONS(7737), 1, anon_sym_bitor, + ACTIONS(7739), 1, + anon_sym_xor, + ACTIONS(7741), 1, anon_sym_bitand, + ACTIONS(7743), 1, anon_sym_not_eq, - anon_sym_GT2, - [78446] = 19, + ACTIONS(7806), 1, + anon_sym_RPAREN, + STATE(1352), 1, + sym__binary_fold_operator, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + STATE(7939), 1, + sym__fold_operator, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [80942] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7714), 1, - anon_sym_bitand, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_bitor, - [78538] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7047), 26, + ACTIONS(6304), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -365269,109 +367429,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(7049), 26, + ACTIONS(6306), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [78598] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7714), 1, - anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 4, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(6374), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365379,154 +367453,84 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - [78692] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, anon_sym_LT_EQ_GT, - ACTIONS(7712), 1, anon_sym_bitor, - ACTIONS(7714), 1, anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6372), 3, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [78790] = 24, + anon_sym_GT2, + [81014] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7690), 1, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, anon_sym_AMP_AMP, - ACTIONS(7692), 1, + ACTIONS(7617), 1, anon_sym_PIPE, - ACTIONS(7696), 1, + ACTIONS(7621), 1, anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - ACTIONS(7710), 1, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, anon_sym_and, - ACTIONS(7712), 1, + ACTIONS(7637), 1, anon_sym_bitor, - ACTIONS(7714), 1, + ACTIONS(7639), 1, anon_sym_bitand, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6911), 2, anon_sym_EQ, - anon_sym_or, - ACTIONS(7684), 2, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, + ACTIONS(7619), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7704), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7718), 2, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, + ACTIONS(7623), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7700), 3, + ACTIONS(7625), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 18, + ACTIONS(6913), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365534,33 +367538,113 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [78892] = 10, + anon_sym_GT2, + [81118] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1798), 1, + anon_sym_enum, + ACTIONS(1800), 1, + anon_sym_class, + ACTIONS(1802), 1, + anon_sym_struct, + ACTIONS(1804), 1, + anon_sym_union, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, + anon_sym_typename, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4206), 1, + sym_type_specifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1770), 2, + sym_decltype, + sym_template_type, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [81224] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6372), 17, + ACTIONS(6380), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -365570,23 +367654,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 26, + ACTIONS(6382), 24, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365594,7 +367678,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -365605,53 +367688,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [78966] = 11, + anon_sym_GT2, + [81298] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(6312), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 14, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 26, + ACTIONS(6314), 24, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365659,7 +367742,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -365670,75 +367752,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [79042] = 28, + anon_sym_GT2, + [81372] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6616), 1, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6390), 1, anon_sym_EQ, - ACTIONS(6910), 1, + ACTIONS(6840), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7688), 1, + ACTIONS(7055), 1, anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, + ACTIONS(7057), 1, anon_sym_AMP_AMP, - ACTIONS(7692), 1, + ACTIONS(7059), 1, anon_sym_PIPE, - ACTIONS(7696), 1, + ACTIONS(7063), 1, anon_sym_AMP, - ACTIONS(7702), 1, + ACTIONS(7069), 1, anon_sym_GT_EQ, - ACTIONS(7706), 1, + ACTIONS(7073), 1, anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, + ACTIONS(7075), 1, anon_sym_or, - ACTIONS(7710), 1, + ACTIONS(7077), 1, anon_sym_and, - ACTIONS(7712), 1, + ACTIONS(7079), 1, anon_sym_bitor, - ACTIONS(7714), 1, + ACTIONS(7081), 1, anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(7756), 1, + ACTIONS(7083), 1, anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7051), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, + ACTIONS(7061), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7704), 2, + ACTIONS(7071), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(7808), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(7053), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, + ACTIONS(7065), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7700), 3, + ACTIONS(7067), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 15, - anon_sym_COMMA, - anon_sym_COLON, + ACTIONS(6392), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -365752,72 +367836,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [79152] = 26, + [81484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6914), 1, - anon_sym_EQ, - ACTIONS(7688), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, - anon_sym_AMP_AMP, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, - anon_sym_or, - ACTIONS(7710), 1, - anon_sym_and, - ACTIONS(7712), 1, - anon_sym_bitor, - ACTIONS(7714), 1, - anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(6346), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 17, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6348), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_COLON, + 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365832,105 +367885,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [79258] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6910), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6940), 1, - anon_sym_EQ, - ACTIONS(7688), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, - anon_sym_AMP_AMP, - ACTIONS(7692), 1, - anon_sym_PIPE, - ACTIONS(7696), 1, - anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, - anon_sym_or, - ACTIONS(7710), 1, - anon_sym_and, - ACTIONS(7712), 1, anon_sym_bitor, - ACTIONS(7714), 1, anon_sym_bitand, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(7756), 1, - anon_sym_QMARK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7694), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7704), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7718), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7686), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7698), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6942), 15, - anon_sym_COMMA, - 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, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - [79368] = 9, + anon_sym_DASH_GT_STAR, + [81544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6376), 17, + ACTIONS(6298), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -365944,19 +367910,24 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6378), 28, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6300), 32, anon_sym_DOT_DOT_DOT, 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_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -365977,72 +367948,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [79440] = 26, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [81604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(7812), 11, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6898), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(7688), 1, + anon_sym_COLON, + anon_sym_GT2, + ACTIONS(7810), 41, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + 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_LBRACK, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [81664] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, + ACTIONS(7615), 1, anon_sym_AMP_AMP, - ACTIONS(7692), 1, + ACTIONS(7617), 1, anon_sym_PIPE, - ACTIONS(7696), 1, + ACTIONS(7621), 1, anon_sym_AMP, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, + ACTIONS(7633), 1, anon_sym_or, - ACTIONS(7710), 1, + ACTIONS(7635), 1, anon_sym_and, - ACTIONS(7712), 1, + ACTIONS(7637), 1, anon_sym_bitor, - ACTIONS(7714), 1, + ACTIONS(7639), 1, anon_sym_bitand, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6915), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, + ACTIONS(7619), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7704), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7718), 2, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, + ACTIONS(7623), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7700), 3, + ACTIONS(7625), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6900), 17, + ACTIONS(6917), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366050,33 +368079,30 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [79546] = 10, + anon_sym_GT2, + [81768] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6356), 17, + ACTIONS(6316), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366086,23 +368112,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6358), 26, + ACTIONS(6318), 26, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366110,7 +368136,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -366121,64 +368146,231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [79620] = 26, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [81840] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7459), 1, + anon_sym_enum, + ACTIONS(7461), 1, + anon_sym_class, + ACTIONS(7463), 1, + anon_sym_struct, + ACTIONS(7465), 1, + anon_sym_union, + ACTIONS(7467), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(3975), 1, + sym_type_specifier, + STATE(6532), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [81946] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(7816), 1, + anon_sym_requires, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5044), 1, + sym__function_attributes_start, + STATE(5246), 1, + sym_ref_qualifier, + STATE(6258), 1, + sym__function_attributes_end, + STATE(6366), 1, + sym_trailing_return_type, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6864), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(6893), 2, + anon_sym_final, + anon_sym_override, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5357), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [82060] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7477), 1, - sym_identifier, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(7485), 1, + ACTIONS(2601), 1, anon_sym_enum, - ACTIONS(7487), 1, + ACTIONS(2603), 1, anon_sym_class, - ACTIONS(7489), 1, + ACTIONS(2605), 1, anon_sym_struct, - ACTIONS(7491), 1, + ACTIONS(2607), 1, anon_sym_union, - ACTIONS(7493), 1, + ACTIONS(2633), 1, sym_auto, - ACTIONS(7495), 1, + ACTIONS(2635), 1, anon_sym_decltype, - ACTIONS(7497), 1, + ACTIONS(2637), 1, anon_sym_typename, - STATE(1624), 1, + ACTIONS(7523), 1, + sym_identifier, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3840), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4060), 1, - sym_type_specifier, - STATE(4335), 1, + STATE(2197), 1, sym_primitive_type, - STATE(4900), 1, + STATE(2642), 1, sym_qualified_type_identifier, - STATE(4946), 1, + STATE(2651), 1, sym_decltype_auto, - STATE(6514), 1, + STATE(4043), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4246), 1, + sym_type_specifier, + STATE(6535), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(4829), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - ACTIONS(7483), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7481), 4, + ACTIONS(2597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4949), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -366201,145 +368393,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [79726] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - ACTIONS(7794), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7796), 1, - anon_sym_QMARK, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6934), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6936), 14, - anon_sym_COMMA, - 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_GT2, - [79834] = 26, + [82166] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2607), 1, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7498), 1, + sym_identifier, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(7502), 1, anon_sym_enum, - ACTIONS(2609), 1, + ACTIONS(7504), 1, anon_sym_class, - ACTIONS(2611), 1, + ACTIONS(7506), 1, anon_sym_struct, - ACTIONS(2613), 1, + ACTIONS(7508), 1, anon_sym_union, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(2643), 1, + ACTIONS(7510), 1, anon_sym_typename, - ACTIONS(7449), 1, - sym_identifier, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, - sym_decltype_auto, - STATE(2665), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(4046), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4509), 1, + STATE(4169), 1, + sym_primitive_type, + STATE(4319), 1, sym_type_specifier, - STATE(6524), 1, + STATE(4605), 1, + sym_decltype_auto, + STATE(6509), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(2542), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(2603), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -366362,10 +368473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [79940] = 26, + [82272] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1798), 1, anon_sym_enum, @@ -366381,33 +368492,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, ACTIONS(1834), 1, anon_sym_typename, - ACTIONS(7357), 1, + ACTIONS(7371), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4019), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4208), 1, + STATE(4203), 1, sym_type_specifier, - STATE(6532), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, ACTIONS(1796), 3, @@ -366419,7 +368530,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [82378] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7459), 1, + anon_sym_enum, + ACTIONS(7461), 1, + anon_sym_class, + ACTIONS(7463), 1, + anon_sym_struct, + ACTIONS(7465), 1, + anon_sym_union, + ACTIONS(7467), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(4040), 1, + sym_type_specifier, + STATE(6532), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [82484] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(2601), 1, + anon_sym_enum, + ACTIONS(2603), 1, + anon_sym_class, + ACTIONS(2605), 1, + anon_sym_struct, + ACTIONS(2607), 1, + anon_sym_union, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(2637), 1, + anon_sym_typename, + ACTIONS(7523), 1, + sym_identifier, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2197), 1, + sym_primitive_type, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4043), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4194), 1, + sym_type_specifier, + STATE(6535), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(2581), 2, + sym_decltype, + sym_template_type, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(2597), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -366442,10 +368713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [80046] = 3, + [82590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(5879), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366466,7 +368737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5877), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -366499,10 +368770,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [80106] = 3, + [82650] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6818), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6820), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [82754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6140), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366523,7 +368873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6142), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -366556,54 +368906,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [80166] = 12, + [82814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(6144), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7722), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 14, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 24, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6146), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366611,6 +368948,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -366621,58 +368959,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [80244] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7578), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + anon_sym_DASH_GT_STAR, + [82874] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7459), 1, + anon_sym_enum, + ACTIONS(7461), 1, + anon_sym_class, + ACTIONS(7463), 1, + anon_sym_struct, + ACTIONS(7465), 1, + anon_sym_union, + ACTIONS(7467), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(4245), 1, + sym_type_specifier, + STATE(6532), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [82980] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6411), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 23, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6413), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366680,69 +369085,89 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [80326] = 15, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [83040] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7613), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7740), 1, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - STATE(3671), 1, + ACTIONS(7633), 1, + anon_sym_or, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(7651), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7653), 1, + anon_sym_QMARK, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(6390), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7738), 2, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7736), 4, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 8, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 23, - anon_sym_DOT_DOT_DOT, + ACTIONS(6392), 14, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -366755,14 +369180,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_GT2, - [80410] = 3, + [83148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(5879), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366782,18 +369204,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5877), 33, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366815,17 +369237,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [80470] = 6, + anon_sym_DASH_GT, + [83208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7798), 1, - anon_sym_LT, - STATE(3619), 1, - sym_template_argument_list, - ACTIONS(6219), 19, + ACTIONS(6454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366835,25 +369251,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6221), 30, + anon_sym_DASH_GT, + ACTIONS(6456), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366861,6 +369280,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -366874,43 +369294,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [80536] = 3, + anon_sym_DASH_GT_STAR, + [83268] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 19, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(5900), 33, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366918,7 +369349,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -366929,14 +369359,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_GT2, + [83344] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [80596] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4868), 20, + ACTIONS(6331), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -366946,28 +369389,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -366975,7 +369413,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -366986,60 +369423,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [80656] = 16, + anon_sym_GT2, + [83418] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7615), 1, + anon_sym_AMP_AMP, + ACTIONS(7617), 1, + anon_sym_PIPE, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7740), 1, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - STATE(3671), 1, + ACTIONS(7635), 1, + anon_sym_and, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7738), 2, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6331), 3, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, + ACTIONS(7623), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7625), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 8, + ACTIONS(6333), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_GT2, + [83518] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7617), 1, anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(7621), 1, anon_sym_AMP, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7637), 1, + anon_sym_bitor, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7609), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(6331), 4, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - ACTIONS(6374), 20, + ACTIONS(7625), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -367057,159 +369575,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_bitor, - anon_sym_bitand, anon_sym_GT2, - [80742] = 51, + [83614] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(7621), 1, + anon_sym_AMP, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, - anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7639), 1, + anon_sym_bitand, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7609), 2, anon_sym_DASH, - ACTIONS(7610), 1, anon_sym_PLUS, - ACTIONS(7612), 1, + ACTIONS(7619), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, - ACTIONS(7614), 1, anon_sym_SLASH, - ACTIONS(7616), 1, anon_sym_PERCENT, - ACTIONS(7618), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, - anon_sym_AMP_AMP, - ACTIONS(7622), 1, - anon_sym_PIPE, - ACTIONS(7624), 1, - anon_sym_CARET, - ACTIONS(7626), 1, - anon_sym_AMP, - ACTIONS(7628), 1, + ACTIONS(7623), 3, anon_sym_EQ_EQ, - ACTIONS(7630), 1, anon_sym_BANG_EQ, - ACTIONS(7632), 1, + anon_sym_not_eq, + ACTIONS(7625), 4, anon_sym_GT, - ACTIONS(7634), 1, anon_sym_GT_EQ, - ACTIONS(7636), 1, anon_sym_LT_EQ, - ACTIONS(7638), 1, anon_sym_LT, - ACTIONS(7640), 1, - anon_sym_LT_LT, - ACTIONS(7642), 1, - anon_sym_GT_GT, - ACTIONS(7644), 1, + ACTIONS(6331), 5, + anon_sym_PIPE, anon_sym_EQ, - ACTIONS(7646), 1, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_QMARK, - ACTIONS(7648), 1, anon_sym_STAR_EQ, - ACTIONS(7650), 1, anon_sym_SLASH_EQ, - ACTIONS(7652), 1, anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, anon_sym_PLUS_EQ, - ACTIONS(7656), 1, anon_sym_DASH_EQ, - ACTIONS(7658), 1, anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, anon_sym_AMP_EQ, - ACTIONS(7664), 1, anon_sym_CARET_EQ, - ACTIONS(7666), 1, anon_sym_PIPE_EQ, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, - anon_sym_or, - ACTIONS(7672), 1, - anon_sym_and, - ACTIONS(7674), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_bitor, - ACTIONS(7676), 1, - anon_sym_xor, - ACTIONS(7678), 1, - anon_sym_bitand, - ACTIONS(7680), 1, - anon_sym_not_eq, - ACTIONS(7801), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [80898] = 18, + anon_sym_GT2, + [83706] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7732), 1, + ACTIONS(7621), 1, anon_sym_AMP, - ACTIONS(7740), 1, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - ACTIONS(7748), 1, + ACTIONS(7639), 1, anon_sym_bitand, - STATE(3671), 1, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7738), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, + ACTIONS(7623), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7625), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 7, + ACTIONS(6331), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, @@ -367217,7 +369701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 19, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -367237,41 +369721,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor_eq, anon_sym_bitor, anon_sym_GT2, - [80988] = 3, + [83796] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7631), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7627), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7623), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7625), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(6331), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6333), 20, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -367279,79 +369782,67 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [81048] = 19, + anon_sym_GT2, + [83882] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7625), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 5, + ACTIONS(6331), 8, anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - ACTIONS(6374), 19, + anon_sym_xor, + ACTIONS(6333), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -367366,68 +369857,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or_eq, anon_sym_xor_eq, anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_GT2, - [81140] = 21, + [83966] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, + ACTIONS(7631), 1, anon_sym_LT_EQ_GT, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(6372), 4, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - ACTIONS(7736), 4, + ACTIONS(6331), 12, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 18, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6333), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -367441,132 +369924,261 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_GT2, - [81236] = 3, + [84048] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 22, - aux_sym_preproc_elif_token1, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7611), 3, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 14, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5159), 30, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [81296] = 26, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [84126] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6878), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6881), 1, + anon_sym_LBRACK, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(7819), 1, + anon_sym_requires, + STATE(3790), 1, sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4372), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, + STATE(5066), 1, + sym__function_attributes_start, + STATE(5251), 1, + sym_ref_qualifier, + STATE(6252), 1, + sym__function_attributes_end, + STATE(6400), 1, + sym_trailing_return_type, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6864), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(4044), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(4250), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5768), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5347), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [84240] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2379), 1, + sym_attribute_specifier, + STATE(3563), 1, + sym_enumerator_list, + ACTIONS(5918), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5920), 42, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [84310] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2370), 1, + sym_attribute_specifier, + STATE(3567), 1, + sym_enumerator_list, + ACTIONS(5887), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, anon_sym_const, + anon_sym___asm, + ACTIONS(5889), 42, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -367579,59 +370191,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [81402] = 16, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [84380] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7702), 1, - anon_sym_GT_EQ, - ACTIONS(7706), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7609), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7704), 2, + ACTIONS(7627), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7718), 2, + ACTIONS(7641), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(7611), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7700), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, + ACTIONS(6331), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 24, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -367639,24 +370258,34 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [81488] = 5, + anon_sym_GT2, + [84460] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7506), 1, - anon_sym_LT, - STATE(1537), 1, - sym_template_argument_list, - ACTIONS(6278), 18, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6304), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -367667,25 +370296,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6280), 32, + ACTIONS(6306), 28, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -367706,71 +370332,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [81552] = 26, + [84532] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6890), 1, + ACTIONS(6911), 1, anon_sym_EQ, - ACTIONS(7688), 1, + ACTIONS(7577), 1, anon_sym_PIPE_PIPE, - ACTIONS(7690), 1, + ACTIONS(7579), 1, anon_sym_AMP_AMP, - ACTIONS(7692), 1, + ACTIONS(7581), 1, anon_sym_PIPE, - ACTIONS(7696), 1, + ACTIONS(7585), 1, anon_sym_AMP, - ACTIONS(7702), 1, + ACTIONS(7591), 1, anon_sym_GT_EQ, - ACTIONS(7706), 1, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, - ACTIONS(7708), 1, + ACTIONS(7597), 1, anon_sym_or, - ACTIONS(7710), 1, + ACTIONS(7599), 1, anon_sym_and, - ACTIONS(7712), 1, + ACTIONS(7601), 1, anon_sym_bitor, - ACTIONS(7714), 1, + ACTIONS(7603), 1, anon_sym_bitand, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7684), 2, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7694), 2, + ACTIONS(7583), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7704), 2, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7718), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7686), 3, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7698), 3, + ACTIONS(7587), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7700), 3, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 17, + ACTIONS(6913), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_COLON, @@ -367788,128 +370412,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [81658] = 51, + [84638] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, - anon_sym_COMMA, - ACTIONS(7608), 1, - anon_sym_DASH, - ACTIONS(7610), 1, - anon_sym_PLUS, - ACTIONS(7612), 1, - anon_sym_STAR, - ACTIONS(7614), 1, - anon_sym_SLASH, - ACTIONS(7616), 1, - anon_sym_PERCENT, - ACTIONS(7618), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, - anon_sym_AMP_AMP, - ACTIONS(7622), 1, - anon_sym_PIPE, - ACTIONS(7624), 1, - anon_sym_CARET, - ACTIONS(7626), 1, - anon_sym_AMP, - ACTIONS(7628), 1, - anon_sym_EQ_EQ, - ACTIONS(7630), 1, - anon_sym_BANG_EQ, - ACTIONS(7632), 1, - anon_sym_GT, - ACTIONS(7634), 1, - anon_sym_GT_EQ, - ACTIONS(7636), 1, - anon_sym_LT_EQ, - ACTIONS(7638), 1, - anon_sym_LT, - ACTIONS(7640), 1, - anon_sym_LT_LT, - ACTIONS(7642), 1, - anon_sym_GT_GT, - ACTIONS(7644), 1, - anon_sym_EQ, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7648), 1, - anon_sym_STAR_EQ, - ACTIONS(7650), 1, - anon_sym_SLASH_EQ, - ACTIONS(7652), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, - anon_sym_PLUS_EQ, - ACTIONS(7656), 1, - anon_sym_DASH_EQ, - ACTIONS(7658), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, - anon_sym_AMP_EQ, - ACTIONS(7664), 1, - anon_sym_CARET_EQ, - ACTIONS(7666), 1, - anon_sym_PIPE_EQ, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, - anon_sym_or, - ACTIONS(7672), 1, - anon_sym_and, - ACTIONS(7674), 1, - anon_sym_bitor, - ACTIONS(7676), 1, - anon_sym_xor, - ACTIONS(7678), 1, - anon_sym_bitand, - ACTIONS(7680), 1, - anon_sym_not_eq, - ACTIONS(7803), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, + ACTIONS(7605), 1, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [81814] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6299), 17, + ACTIONS(6380), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -367927,7 +370449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6301), 28, + ACTIONS(6382), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -367954,14 +370476,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [81886] = 4, + [84712] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7805), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 20, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6312), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -367975,23 +370509,19 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6268), 31, + ACTIONS(6314), 26, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368010,294 +370540,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [81948] = 51, + [84786] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7212), 1, - anon_sym_DOT_STAR, - ACTIONS(7214), 1, - anon_sym_DASH_GT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7604), 1, - anon_sym_COMMA, - ACTIONS(7608), 1, - anon_sym_DASH, - ACTIONS(7610), 1, - anon_sym_PLUS, - ACTIONS(7612), 1, - anon_sym_STAR, - ACTIONS(7614), 1, - anon_sym_SLASH, - ACTIONS(7616), 1, - anon_sym_PERCENT, - ACTIONS(7618), 1, + ACTIONS(6915), 1, + anon_sym_EQ, + ACTIONS(7577), 1, anon_sym_PIPE_PIPE, - ACTIONS(7620), 1, + ACTIONS(7579), 1, anon_sym_AMP_AMP, - ACTIONS(7622), 1, + ACTIONS(7581), 1, anon_sym_PIPE, - ACTIONS(7624), 1, - anon_sym_CARET, - ACTIONS(7626), 1, + ACTIONS(7585), 1, anon_sym_AMP, - ACTIONS(7628), 1, - anon_sym_EQ_EQ, - ACTIONS(7630), 1, - anon_sym_BANG_EQ, - ACTIONS(7632), 1, - anon_sym_GT, - ACTIONS(7634), 1, + ACTIONS(7591), 1, anon_sym_GT_EQ, - ACTIONS(7636), 1, - anon_sym_LT_EQ, - ACTIONS(7638), 1, - anon_sym_LT, - ACTIONS(7640), 1, - anon_sym_LT_LT, - ACTIONS(7642), 1, - anon_sym_GT_GT, - ACTIONS(7644), 1, - anon_sym_EQ, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7648), 1, - anon_sym_STAR_EQ, - ACTIONS(7650), 1, - anon_sym_SLASH_EQ, - ACTIONS(7652), 1, - anon_sym_PERCENT_EQ, - ACTIONS(7654), 1, - anon_sym_PLUS_EQ, - ACTIONS(7656), 1, - anon_sym_DASH_EQ, - ACTIONS(7658), 1, - anon_sym_LT_LT_EQ, - ACTIONS(7660), 1, - anon_sym_GT_GT_EQ, - ACTIONS(7662), 1, - anon_sym_AMP_EQ, - ACTIONS(7664), 1, - anon_sym_CARET_EQ, - ACTIONS(7666), 1, - anon_sym_PIPE_EQ, - ACTIONS(7668), 1, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, - ACTIONS(7670), 1, - anon_sym_or, - ACTIONS(7672), 1, - anon_sym_and, - ACTIONS(7674), 1, - anon_sym_bitor, - ACTIONS(7676), 1, - anon_sym_xor, - ACTIONS(7678), 1, - anon_sym_bitand, - ACTIONS(7680), 1, - anon_sym_not_eq, - ACTIONS(7807), 1, - anon_sym_RPAREN, - STATE(1338), 1, - sym__binary_fold_operator, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - STATE(8237), 1, - sym__fold_operator, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [82104] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7811), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(7809), 47, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [82164] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1968), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + ACTIONS(7597), 1, anon_sym_or, + ACTIONS(7599), 1, anon_sym_and, + ACTIONS(7601), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(1966), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [82224] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(6944), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, + ACTIONS(7583), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7738), 2, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7722), 3, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, + ACTIONS(7587), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7589), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 16, + ACTIONS(6917), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368305,95 +370613,30 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [82328] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7813), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - STATE(2078), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4914), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym___attribute, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4115), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [82398] = 10, + [84892] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6360), 19, + ACTIONS(6316), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -368403,23 +370646,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6362), 24, + ACTIONS(6318), 28, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368427,6 +370670,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -368437,116 +370681,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [82472] = 8, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [84964] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4141), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(4145), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4117), 17, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4109), 18, + ACTIONS(6390), 1, + anon_sym_EQ, + ACTIONS(6840), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7577), 1, anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, anon_sym_GT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, + ACTIONS(7597), 1, + anon_sym_or, + ACTIONS(7599), 1, + anon_sym_and, + ACTIONS(7601), 1, anon_sym_bitor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [82542] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(7821), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6352), 17, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - ACTIONS(6354), 26, - anon_sym_DOT_DOT_DOT, + ACTIONS(6392), 15, 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_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -368560,156 +370765,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - [82616] = 3, + [85074] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(6965), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(7607), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82676] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7391), 1, - sym_identifier, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(7395), 1, - anon_sym_enum, - ACTIONS(7397), 1, - anon_sym_class, - ACTIONS(7399), 1, - anon_sym_struct, - ACTIONS(7401), 1, - anon_sym_union, - ACTIONS(7403), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(3993), 1, - sym_type_specifier, - STATE(6550), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2364), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [82782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6103), 20, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 14, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -368718,24 +370799,19 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6105), 32, + ACTIONS(6333), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368754,14 +370830,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + [85150] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(7607), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82842] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6139), 20, + anon_sym_DASH_GT, + ACTIONS(6331), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -368775,24 +370863,19 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6141), 32, + ACTIONS(6333), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368811,45 +370894,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82902] = 3, + [85224] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6107), 20, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7579), 1, + anon_sym_AMP_AMP, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7599), 1, + anon_sym_and, + ACTIONS(7601), 1, + anon_sym_bitor, + ACTIONS(7603), 1, + anon_sym_bitand, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 2, + anon_sym_EQ, + anon_sym_or, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6109), 32, + ACTIONS(6333), 18, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368864,49 +370972,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [85326] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, + ACTIONS(7601), 1, anon_sym_bitor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [82962] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6113), 20, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, + ACTIONS(7583), 2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_xor, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6331), 3, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6115), 32, + ACTIONS(7575), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -368921,129 +371048,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [85424] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83022] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7477), 1, - sym_identifier, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(7485), 1, - anon_sym_enum, - ACTIONS(7487), 1, - anon_sym_class, - ACTIONS(7489), 1, - anon_sym_struct, - ACTIONS(7491), 1, - anon_sym_union, - ACTIONS(7493), 1, - sym_auto, - ACTIONS(7495), 1, - anon_sym_decltype, - ACTIONS(7497), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3840), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4188), 1, - sym_type_specifier, - STATE(4335), 1, - sym_primitive_type, - STATE(4900), 1, - sym_qualified_type_identifier, - STATE(4946), 1, - sym_decltype_auto, - STATE(6514), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(4829), 2, - sym_decltype, - sym_template_type, - ACTIONS(7483), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7481), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4949), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [83128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6364), 19, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 4, + anon_sym_PIPE, anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6366), 33, + ACTIONS(6333), 20, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369058,49 +371121,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, + [85518] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83188] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6099), 20, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6101), 32, + ACTIONS(6333), 20, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369115,133 +371194,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83248] = 23, + [85610] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 3, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - ACTIONS(7722), 3, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, + ACTIONS(7587), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7736), 4, + ACTIONS(7589), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_GT2, - [83348] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7815), 1, - sym_literal_suffix, - ACTIONS(4117), 25, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6331), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 26, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369253,103 +371261,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83410] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5173), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5175), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + [85698] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [83470] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6117), 20, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, + ACTIONS(6331), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6119), 32, + ACTIONS(6333), 24, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369364,49 +371333,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83530] = 3, + [85784] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6131), 20, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7595), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6133), 32, + ACTIONS(6333), 25, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369421,23 +371401,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83590] = 3, + [85866] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6135), 20, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 12, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -369446,24 +371439,19 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6137), 32, + ACTIONS(6333), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369482,56 +371470,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [83650] = 10, + [85944] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6372), 19, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 24, + ACTIONS(6333), 26, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369539,6 +371526,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -369549,54 +371537,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [83724] = 11, + [86024] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7578), 2, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7722), 3, + ACTIONS(6342), 17, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 16, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6374), 24, + ACTIONS(6344), 26, anon_sym_DOT_DOT_DOT, 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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -369604,6 +371590,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -369614,317 +371601,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [83800] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4798), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [83906] = 3, + [86098] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6844), 1, + anon_sym_EQ, + ACTIONS(7577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, + anon_sym_AMP_AMP, + ACTIONS(7581), 1, anon_sym_PIPE, + ACTIONS(7585), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7597), 1, anon_sym_or, + ACTIONS(7599), 1, anon_sym_and, + ACTIONS(7601), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7605), 1, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5199), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7573), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7583), 2, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_xor, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [83966] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7391), 1, - sym_identifier, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(7395), 1, - anon_sym_enum, - ACTIONS(7397), 1, - anon_sym_class, - ACTIONS(7399), 1, - anon_sym_struct, - ACTIONS(7401), 1, - anon_sym_union, - ACTIONS(7403), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4270), 1, - sym_type_specifier, - STATE(6550), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2364), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [84072] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5169), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(7575), 3, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + anon_sym_PERCENT, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5171), 30, + ACTIONS(6846), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [86204] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6840), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6848), 1, + anon_sym_EQ, + ACTIONS(7577), 1, anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, + ACTIONS(7597), 1, + anon_sym_or, + ACTIONS(7599), 1, + anon_sym_and, + ACTIONS(7601), 1, + anon_sym_bitor, + ACTIONS(7603), 1, + anon_sym_bitand, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(7821), 1, + anon_sym_QMARK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [84132] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6570), 19, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6572), 33, - anon_sym_DOT_DOT_DOT, + ACTIONS(6850), 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_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -369938,85 +371763,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + [86314] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6852), 1, + anon_sym_EQ, + ACTIONS(7577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, + anon_sym_AMP_AMP, + ACTIONS(7581), 1, + anon_sym_PIPE, + ACTIONS(7585), 1, + anon_sym_AMP, + ACTIONS(7591), 1, + anon_sym_GT_EQ, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, + ACTIONS(7597), 1, + anon_sym_or, + ACTIONS(7599), 1, + anon_sym_and, + ACTIONS(7601), 1, anon_sym_bitor, + ACTIONS(7603), 1, anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(7573), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7583), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(7593), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [84192] = 30, + ACTIONS(7575), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7587), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7589), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6854), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + [86420] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6910), 1, + ACTIONS(6840), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7055), 1, + ACTIONS(6856), 1, + anon_sym_EQ, + ACTIONS(7577), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7579), 1, anon_sym_AMP_AMP, - ACTIONS(7057), 1, + ACTIONS(7581), 1, anon_sym_PIPE, - ACTIONS(7061), 1, + ACTIONS(7585), 1, anon_sym_AMP, - ACTIONS(7067), 1, + ACTIONS(7591), 1, anon_sym_GT_EQ, - ACTIONS(7071), 1, + ACTIONS(7595), 1, anon_sym_LT_EQ_GT, - ACTIONS(7073), 1, + ACTIONS(7597), 1, + anon_sym_or, + ACTIONS(7599), 1, anon_sym_and, - ACTIONS(7075), 1, + ACTIONS(7601), 1, anon_sym_bitor, - ACTIONS(7077), 1, + ACTIONS(7603), 1, anon_sym_bitand, - ACTIONS(7082), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7084), 1, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(7821), 1, anon_sym_QMARK, - ACTIONS(7086), 1, - anon_sym_or, - ACTIONS(7128), 1, - anon_sym_RPAREN, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(7819), 1, - anon_sym_EQ, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6313), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7051), 2, + ACTIONS(7573), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7059), 2, + ACTIONS(7583), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(7069), 2, + ACTIONS(7593), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7053), 3, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(7575), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7063), 3, + ACTIONS(7587), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7065), 3, + ACTIONS(7589), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(7192), 13, + ACTIONS(6858), 15, + anon_sym_COMMA, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -370030,90 +371925,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - [84306] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7405), 1, - sym_identifier, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(7413), 1, - anon_sym_enum, - ACTIONS(7415), 1, - anon_sym_class, - ACTIONS(7417), 1, - anon_sym_struct, - ACTIONS(7419), 1, - anon_sym_union, - ACTIONS(7421), 1, - sym_auto, - ACTIONS(7423), 1, - anon_sym_decltype, - ACTIONS(7425), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4081), 1, - sym_type_specifier, - STATE(4136), 1, - sym_primitive_type, - STATE(4574), 1, - sym_decltype_auto, - STATE(6507), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4636), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [84412] = 3, + [86530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 22, + ACTIONS(5167), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -370136,7 +371951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(1970), 30, + ACTIONS(5169), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -370167,94 +371982,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [84472] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, - sym_identifier, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(7459), 1, - anon_sym_enum, - ACTIONS(7461), 1, - anon_sym_class, - ACTIONS(7463), 1, - anon_sym_struct, - ACTIONS(7465), 1, - anon_sym_union, - ACTIONS(7467), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4909), 1, - sym_type_specifier, - STATE(5045), 1, - sym_primitive_type, - STATE(6513), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7457), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [84578] = 5, + [86590] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6841), 1, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, anon_sym_LBRACK, - STATE(3440), 1, - sym_new_declarator, - ACTIONS(6228), 20, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6288), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6282), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -370264,26 +372011,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, - anon_sym_DOT, - ACTIONS(6230), 30, + ACTIONS(6284), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -370291,6 +372035,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -370301,190 +372046,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, + [86664] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7641), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [84642] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(3828), 1, - sym_alignas_qualifier, - ACTIONS(7824), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(4898), 10, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(6342), 19, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_GT, - ACTIONS(7821), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - ACTIONS(4896), 23, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [84710] = 3, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + ACTIONS(6344), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [86738] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 22, - aux_sym_preproc_elif_token1, + ACTIONS(4141), 1, + anon_sym_EQ, + ACTIONS(4145), 13, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4117), 17, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5142), 30, + ACTIONS(4109), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [84770] = 3, + [86802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 22, - aux_sym_preproc_elif_token1, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, + anon_sym_LBRACK, + ACTIONS(4117), 18, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5167), 30, + ACTIONS(4109), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [84830] = 3, + [86868] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5427), 16, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, + anon_sym_LBRACK, + ACTIONS(4117), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -370499,21 +372253,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5429), 36, + ACTIONS(4109), 31, anon_sym_DOT_DOT_DOT, 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_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -370525,83 +372278,226 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [84890] = 22, + anon_sym_DASH_GT, + [86934] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5703), 1, - anon_sym___asm, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7775), 1, - anon_sym_STAR, - ACTIONS(7777), 1, - anon_sym_AMP_AMP, - ACTIONS(7779), 1, - anon_sym_AMP, - STATE(2862), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5959), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(7826), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4113), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 11, + ACTIONS(4901), 10, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_DASH_GT, + ACTIONS(7823), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(4899), 23, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - ACTIONS(6853), 13, + [87002] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(3785), 1, + sym_identifier, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(3797), 1, + anon_sym_enum, + ACTIONS(3799), 1, + anon_sym_class, + ACTIONS(3801), 1, + anon_sym_struct, + ACTIONS(3803), 1, + anon_sym_union, + ACTIONS(3805), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(4118), 1, + sym_type_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [87108] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7431), 1, + sym_identifier, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(7439), 1, + anon_sym_enum, + ACTIONS(7441), 1, + anon_sym_class, + ACTIONS(7443), 1, + anon_sym_struct, + ACTIONS(7445), 1, + anon_sym_union, + ACTIONS(7447), 1, + sym_auto, + ACTIONS(7449), 1, + anon_sym_decltype, + ACTIONS(7451), 1, + anon_sym_typename, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3831), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4073), 1, + sym_type_specifier, + STATE(4336), 1, + sym_primitive_type, + STATE(4886), 1, + sym_decltype_auto, + STATE(4953), 1, + sym_qualified_type_identifier, + STATE(6529), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(4808), 2, + sym_decltype, + sym_template_type, + ACTIONS(7437), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7435), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4887), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -370614,151 +372510,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [84988] = 3, + [87214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 22, - aux_sym_preproc_elif_token1, + ACTIONS(6506), 19, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5167), 30, + anon_sym_DASH_GT, + ACTIONS(6508), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [85048] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6861), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5067), 1, - sym__function_attributes_start, - STATE(5218), 1, - sym_ref_qualifier, - STATE(6252), 1, - sym__function_attributes_end, - STATE(6454), 1, - sym_trailing_return_type, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6847), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5819), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5353), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [85162] = 3, + anon_sym_DASH_GT_STAR, + [87273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 20, + ACTIONS(5504), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -370772,14 +372583,10 @@ 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, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5900), 32, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -370789,7 +372596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -370801,159 +372609,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [85222] = 27, + [87332] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - ACTIONS(7794), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7796), 1, - anon_sym_QMARK, - STATE(3671), 1, + STATE(3939), 2, sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6940), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + sym_initializer_list, + ACTIONS(6166), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6942), 14, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6168), 31, + anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_GT2, - [85330] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5177), 22, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5179), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [85390] = 3, + anon_sym_DASH_GT_STAR, + [87397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6157), 20, + ACTIONS(5272), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -370967,14 +372698,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6159), 32, + ACTIONS(2877), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -370984,7 +372714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -371007,70 +372737,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [85450] = 3, + [87456] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 22, - aux_sym_preproc_elif_token1, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, + anon_sym_LPAREN2, + STATE(3930), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6186), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5183), 30, + anon_sym_DASH_GT, + ACTIONS(6188), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [85510] = 4, + anon_sym_DASH_GT_STAR, + [87521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 20, + ACTIONS(6624), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -371080,25 +372809,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4878), 30, + anon_sym_DASH_GT, + ACTIONS(6626), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -371107,6 +372837,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -371120,92 +372851,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [85572] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1798), 1, - anon_sym_enum, - ACTIONS(1800), 1, - anon_sym_class, - ACTIONS(1802), 1, - anon_sym_struct, - ACTIONS(1804), 1, - anon_sym_union, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(1834), 1, - anon_sym_typename, - ACTIONS(7357), 1, - sym_identifier, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4184), 1, - sym_type_specifier, - STATE(6532), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [85678] = 3, + anon_sym_DASH_GT_STAR, + [87580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6478), 20, + ACTIONS(5516), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -371219,14 +372869,10 @@ 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, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6480), 32, + ACTIONS(5518), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371236,7 +372882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -371248,281 +372895,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [85738] = 3, + [87639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 22, - aux_sym_preproc_elif_token1, + ACTIONS(6590), 19, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5167), 30, + anon_sym_DASH_GT, + ACTIONS(6592), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [85798] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2358), 1, - sym_attribute_specifier, - STATE(3450), 1, - sym_enumerator_list, - ACTIONS(5923), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5925), 42, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [85868] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7391), 1, - sym_identifier, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(7395), 1, - anon_sym_enum, - ACTIONS(7397), 1, - anon_sym_class, - ACTIONS(7399), 1, - anon_sym_struct, - ACTIONS(7401), 1, - anon_sym_union, - ACTIONS(7403), 1, - anon_sym_typename, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4044), 1, - sym_type_specifier, - STATE(6550), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2364), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [85974] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6914), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6916), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -371530,19 +372949,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [86078] = 4, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [87698] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 16, + ACTIONS(6476), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -371557,9 +372982,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(6478), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371569,7 +372997,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -371582,85 +373009,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [86140] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4870), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(3692), 1, - sym_template_argument_list, - ACTIONS(4863), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4866), 4, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - ACTIONS(4859), 42, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [86210] = 3, + [87757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6062), 20, + ACTIONS(6390), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -371674,14 +373037,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6064), 32, + ACTIONS(6392), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371691,7 +373053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -371714,10 +373076,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86270] = 3, + [87816] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6149), 20, + ACTIONS(6001), 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4117), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -371731,14 +373097,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6151), 32, + ACTIONS(4109), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -371748,7 +373113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -371760,9 +373125,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -371771,223 +373133,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86330] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5703), 1, - anon_sym___asm, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5946), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4098), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [86428] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(2607), 1, - anon_sym_enum, - ACTIONS(2609), 1, - anon_sym_class, - ACTIONS(2611), 1, - anon_sym_struct, - ACTIONS(2613), 1, - anon_sym_union, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(2643), 1, - anon_sym_typename, - ACTIONS(7449), 1, - sym_identifier, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, - sym_decltype_auto, - STATE(2665), 1, - sym_qualified_type_identifier, - STATE(4046), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4187), 1, - sym_type_specifier, - STATE(6524), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(2542), 2, - sym_decltype, - sym_template_type, - ACTIONS(2605), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(2603), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2637), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [86534] = 3, + [87877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 22, - aux_sym_preproc_elif_token1, + ACTIONS(5455), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(5187), 30, + anon_sym_DASH_GT, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [86594] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [87936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6570), 20, + ACTIONS(6590), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372001,14 +373206,13 @@ 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, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6572), 32, + ACTIONS(6592), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372018,7 +373222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -372041,26 +373245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86654] = 10, + [87995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6313), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6360), 17, + ACTIONS(5879), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372078,15 +373266,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_and, anon_sym_xor, - ACTIONS(6362), 26, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5877), 32, anon_sym_DOT_DOT_DOT, 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_COLON, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -372105,12 +373297,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, - [86728] = 4, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [88054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(6244), 19, + ACTIONS(6612), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372130,7 +373324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6246), 32, + ACTIONS(6614), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372163,88 +373357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [86790] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2411), 1, - sym_attribute_specifier, - STATE(3454), 1, - sym_enumerator_list, - ACTIONS(5929), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5931), 42, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [86860] = 5, + [88113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5892), 1, - anon_sym_EQ, - ACTIONS(5894), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4117), 18, + ACTIONS(1920), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372258,262 +373374,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 20, + anon_sym_DASH_GT, + ACTIONS(1918), 32, anon_sym_DOT_DOT_DOT, 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_SEMI, - anon_sym___attribute__, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [86924] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(7724), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7726), 1, - anon_sym_AMP_AMP, - ACTIONS(7728), 1, - anon_sym_PIPE, - ACTIONS(7732), 1, - anon_sym_AMP, - ACTIONS(7740), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7742), 1, - anon_sym_or, - ACTIONS(7744), 1, - anon_sym_and, - ACTIONS(7746), 1, - anon_sym_bitor, - ACTIONS(7748), 1, - anon_sym_bitand, - ACTIONS(7794), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7796), 1, - anon_sym_QMARK, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(6616), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(7578), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7582), 2, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7720), 2, + anon_sym_DASH_GT_STAR, + [88172] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6530), 19, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7730), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(7738), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7722), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7734), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7736), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 14, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6532), 32, + anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - anon_sym_GT2, - [87032] = 7, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [88231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(2078), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4914), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 11, + ACTIONS(6480), 19, 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_EQ, anon_sym_LT, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - ACTIONS(5910), 34, + anon_sym_DASH_GT, + ACTIONS(6482), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACE, 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [87100] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6864), 1, - anon_sym_LBRACK, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7264), 1, - anon_sym_requires, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5039), 1, - sym__function_attributes_start, - STATE(5213), 1, - sym_ref_qualifier, - STATE(5954), 1, - sym_trailing_return_type, - STATE(6332), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6847), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7261), 2, - anon_sym_final, - anon_sym_override, - STATE(4036), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(4240), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6028), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5343), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [87214] = 3, + anon_sym_DASH_GT_STAR, + [88290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 19, + ACTIONS(6608), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372533,7 +373548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6484), 32, + ACTIONS(6610), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372566,66 +373581,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87273] = 3, + [88349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 16, + ACTIONS(6534), 19, 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_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5672), 35, + anon_sym_DASH_GT, + ACTIONS(6536), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [87332] = 3, + anon_sym_DASH_GT_STAR, + [88408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 19, + ACTIONS(5151), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372645,7 +373660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5142), 32, + ACTIONS(5153), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372678,10 +373693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87391] = 3, + [88467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 19, + ACTIONS(5175), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372701,7 +373716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5179), 32, + ACTIONS(5177), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372734,10 +373749,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87450] = 3, + [88526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 20, + ACTIONS(6294), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372752,13 +373767,14 @@ 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, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6366), 31, + ACTIONS(6296), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -372766,8 +373782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -372790,10 +373805,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [87509] = 3, + [88585] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 19, + ACTIONS(7829), 1, + anon_sym_AMP_AMP, + ACTIONS(7831), 1, + anon_sym_and, + ACTIONS(5833), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372809,17 +373828,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, - anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2807), 32, + ACTIONS(5835), 31, anon_sym_DOT_DOT_DOT, 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, @@ -372846,14 +373863,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87568] = 5, + [88648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7474), 1, - anon_sym_LT, - STATE(1539), 1, - sym_template_argument_list, - ACTIONS(6278), 17, + ACTIONS(5155), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -372864,6 +373877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -372871,7 +373885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6280), 32, + anon_sym_DASH_GT, + ACTIONS(5157), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -372903,129 +373918,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [87631] = 6, + anon_sym_DASH_GT_STAR, + [88707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2342), 1, - sym_attribute_specifier, - ACTIONS(6017), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(6019), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, + ACTIONS(2573), 1, anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [87696] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2350), 1, - sym_attribute_specifier, - ACTIONS(6021), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(6023), 43, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(7246), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [87761] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6456), 19, + STATE(3836), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6194), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373040,16 +373944,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6458), 32, + ACTIONS(6196), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -373067,138 +373967,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [87820] = 5, + [88772] = 3, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7829), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4920), 21, - aux_sym_preproc_elif_token1, + ACTIONS(5558), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5560), 35, + anon_sym_DOT_DOT_DOT, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, sym_auto, anon_sym_decltype, - ACTIONS(4922), 25, + anon_sym_DASH_GT_STAR, + [88831] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5564), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [87883] = 6, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [88890] = 3, ACTIONS(3), 1, sym_comment, - STATE(3213), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(5896), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(5898), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5832), 18, + ACTIONS(5614), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5834), 21, + anon_sym_DASH_GT, + ACTIONS(5616), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [87948] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [88949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6285), 21, + ACTIONS(6358), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373213,14 +374164,13 @@ 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, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6287), 30, + ACTIONS(6360), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -373228,7 +374178,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -373251,10 +374202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [88007] = 3, + [89008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6404), 19, + ACTIONS(5570), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373269,12 +374220,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6406), 32, + ACTIONS(5572), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373284,6 +374232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -373296,139 +374245,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [88066] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2404), 1, - sym_attribute_specifier, - ACTIONS(5958), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5960), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88131] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2379), 1, - sym_attribute_specifier, - ACTIONS(5952), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5954), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88196] = 3, + anon_sym_DASH_GT_STAR, + [89067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6478), 19, + ACTIONS(5566), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373443,12 +374276,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6480), 32, + ACTIONS(5568), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373458,6 +374288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -373470,198 +374301,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [88255] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2387), 1, - sym_attribute_specifier, - ACTIONS(5972), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5974), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88320] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2413), 1, - sym_attribute_specifier, - ACTIONS(5982), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5984), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88385] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2393), 1, - sym_attribute_specifier, - ACTIONS(6033), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(6035), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88450] = 3, + anon_sym_DASH_GT_STAR, + [89126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 19, + ACTIONS(5520), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373676,12 +374332,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6492), 32, + ACTIONS(5522), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373691,6 +374344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -373703,21 +374357,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [88509] = 3, + [89185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 19, + ACTIONS(5524), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373732,12 +374388,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6500), 32, + ACTIONS(5526), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373747,6 +374400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -373759,21 +374413,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [88568] = 3, + [89244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 19, + ACTIONS(5140), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373793,7 +374449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6514), 32, + ACTIONS(5142), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373826,10 +374482,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88627] = 3, + [89303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 19, + ACTIONS(5542), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -373844,12 +374500,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6527), 32, + ACTIONS(5544), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -373859,6 +374512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -373871,206 +374525,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [88686] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2369), 1, - sym_attribute_specifier, - ACTIONS(6004), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(6006), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [88751] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7832), 1, - sym_identifier, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4001), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4124), 1, - sym_primitive_type, - ACTIONS(7839), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3491), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7837), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4964), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4966), 13, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7834), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [88828] = 8, + anon_sym_DASH_GT_STAR, + [89362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7842), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - STATE(3468), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7469), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 18, - aux_sym_preproc_elif_token1, + ACTIONS(5586), 16, 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_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(4115), 25, + anon_sym_DASH_GT, + ACTIONS(5588), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [88897] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [89421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 19, + ACTIONS(6398), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374090,7 +374617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 32, + ACTIONS(6400), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374123,10 +374650,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [88956] = 3, + [89480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 19, + ACTIONS(5528), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374141,12 +374668,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5199), 32, + ACTIONS(5530), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374156,6 +374680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -374168,28 +374693,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [89015] = 6, + [89539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, - anon_sym_LPAREN2, - STATE(3884), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6085), 16, + ACTIONS(6394), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374204,12 +374724,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6087), 31, + ACTIONS(6396), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -374227,25 +374751,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89080] = 5, + [89598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7844), 1, - anon_sym_AMP_AMP, - ACTIONS(7846), 1, - anon_sym_and, - ACTIONS(5862), 18, + ACTIONS(5159), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374261,15 +374781,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_or, + anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5864), 31, + ACTIONS(5161), 32, anon_sym_DOT_DOT_DOT, 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, @@ -374296,10 +374818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89143] = 3, + [89657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 19, + ACTIONS(5163), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374319,7 +374841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5171), 32, + ACTIONS(5165), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374352,18 +374874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89202] = 5, + [89716] = 3, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5756), 21, - aux_sym_preproc_elif_token1, + ACTIONS(5647), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -374372,8 +374886,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -374381,16 +374893,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5754), 25, + sym_literal_suffix, + ACTIONS(5649), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -374402,18 +374909,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [89265] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [89775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 19, + ACTIONS(6454), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374433,7 +374953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6334), 32, + ACTIONS(6456), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374466,10 +374986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89324] = 3, + [89834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 19, + ACTIONS(5179), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374489,7 +375009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6334), 32, + ACTIONS(5181), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374522,10 +375042,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89383] = 3, + [89893] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 16, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4912), 1, + anon_sym_SEMI, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6815), 1, + anon_sym_LBRACK, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3932), 1, + sym_template_argument_list, + ACTIONS(4130), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4115), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 36, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [89968] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6266), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374540,9 +375124,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5612), 35, + ACTIONS(6268), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374552,7 +375139,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -374565,23 +375151,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [89442] = 3, + [90027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 16, + ACTIONS(6266), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374596,9 +375180,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5470), 35, + ACTIONS(6268), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374608,7 +375195,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -374621,23 +375207,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [90086] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6266), 19, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6268), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [89501] = 3, + [90145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 19, + ACTIONS(4117), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374657,7 +375297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6334), 32, + ACTIONS(4109), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374690,10 +375330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89560] = 3, + [90204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6344), 19, + ACTIONS(6274), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374713,7 +375353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6346), 32, + ACTIONS(6276), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374746,10 +375386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89619] = 3, + [90263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6408), 19, + ACTIONS(3763), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374769,7 +375409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6410), 32, + ACTIONS(3759), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374802,28 +375442,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89678] = 5, + [90322] = 7, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5760), 21, - aux_sym_preproc_elif_token1, + ACTIONS(7833), 1, + sym_identifier, + STATE(3581), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4953), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4955), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5281), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -374831,16 +375481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5758), 25, + sym_literal_suffix, + ACTIONS(5279), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -374849,10 +375493,7 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -374860,10 +375501,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [89741] = 3, + anon_sym_GT2, + [90389] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 16, + ACTIONS(7517), 1, + anon_sym_LT, + STATE(1541), 1, + sym_template_argument_list, + ACTIONS(6335), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374874,13 +375520,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5589), 35, + ACTIONS(6337), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -374890,7 +375537,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -374903,23 +375549,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [89800] = 3, + anon_sym_DASH_GT, + [90452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 16, + ACTIONS(6352), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374929,25 +375573,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5583), 35, + ACTIONS(6354), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -374955,27 +375601,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [89859] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [90511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 19, + ACTIONS(6510), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -374995,7 +375639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5187), 32, + ACTIONS(6512), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375028,28 +375672,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [89918] = 5, + [90570] = 3, ACTIONS(3), 1, sym_comment, - STATE(3489), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7850), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5732), 21, - aux_sym_preproc_elif_token1, + ACTIONS(7049), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(7047), 27, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -375057,39 +375727,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5730), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [89981] = 3, + sym_literal_suffix, + [90629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 19, + ACTIONS(6538), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375109,7 +375751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5183), 32, + ACTIONS(6540), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375142,10 +375784,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [90040] = 3, + [90688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 16, + ACTIONS(6616), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375160,9 +375802,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5516), 35, + ACTIONS(6618), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375172,7 +375817,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -375185,23 +375829,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [90099] = 3, + [90747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 16, + ACTIONS(5594), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375218,7 +375860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5567), 35, + ACTIONS(5596), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375254,10 +375896,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [90158] = 3, + [90806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6113), 21, + ACTIONS(5468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375267,27 +375909,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(6115), 30, + anon_sym_DASH_GT, + ACTIONS(5470), 35, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -375295,25 +375935,27 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [90217] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [90865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5534), 16, + ACTIONS(6542), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375328,9 +375970,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5536), 35, + ACTIONS(6544), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375340,7 +375985,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -375353,23 +375997,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [90276] = 3, + [90924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6107), 21, + ACTIONS(3823), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375391,7 +376033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6109), 30, + ACTIONS(3825), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -375422,10 +376064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [90335] = 3, + [90983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 16, + ACTIONS(6546), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375440,9 +376082,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5516), 35, + ACTIONS(6548), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375452,7 +376097,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -375465,45 +376109,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [90394] = 3, + [91042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6103), 21, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6105), 30, + ACTIONS(6963), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -375511,7 +376131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -375522,98 +376142,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [90453] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5806), 21, - aux_sym_preproc_elif_token1, + ACTIONS(6961), 27, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5804), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [90516] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3497), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7852), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5748), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -375621,104 +376175,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5746), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [90579] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7854), 1, - sym_identifier, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4133), 1, - sym_primitive_type, - STATE(4134), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7861), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7859), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4936), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4938), 13, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7856), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [90656] = 3, + sym_literal_suffix, + [91101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6099), 21, + ACTIONS(6550), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375728,27 +376189,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6101), 30, + anon_sym_DASH_GT, + ACTIONS(6552), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -375756,6 +376217,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -375769,12 +376231,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [90715] = 3, + anon_sym_DASH_GT_STAR, + [91160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 19, + ACTIONS(6554), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375794,7 +376255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5163), 32, + ACTIONS(6556), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375827,70 +376288,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [90774] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7864), 1, - sym_identifier, - STATE(3494), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(7867), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(7870), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5386), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5384), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [90841] = 3, + [91219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 16, + ACTIONS(6278), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375905,9 +376306,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5563), 35, + ACTIONS(6280), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375917,7 +376321,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -375930,23 +376333,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [90900] = 3, + [91278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6574), 19, + ACTIONS(6270), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -375966,7 +376367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6576), 32, + ACTIONS(6272), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -375999,76 +376400,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [90959] = 5, + [91337] = 3, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5802), 21, - aux_sym_preproc_elif_token1, + ACTIONS(3819), 21, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5800), 25, + ACTIONS(3821), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [91022] = 5, + anon_sym_GT2, + [91396] = 6, ACTIONS(3), 1, sym_comment, - STATE(3515), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7873), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5792), 21, - aux_sym_preproc_elif_token1, + STATE(3130), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(5903), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(5905), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5823), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -376086,16 +376492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5790), 25, + sym_literal_suffix, + ACTIONS(5825), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -376107,7 +376507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -376115,10 +376515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [91085] = 3, + [91461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 19, + ACTIONS(4883), 1, + anon_sym_COLON_COLON, + ACTIONS(6235), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376128,26 +376530,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6444), 32, + ACTIONS(6237), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -376156,7 +376557,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -376170,40 +376570,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [91144] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [91522] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6430), 32, + ACTIONS(7835), 1, + sym_literal_suffix, + ACTIONS(4109), 24, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -376212,43 +376593,35 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [91203] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3518), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7875), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 21, - aux_sym_preproc_elif_token1, + anon_sym_DASH_GT, + anon_sym_GT2, + ACTIONS(4117), 26, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -376256,39 +376629,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5784), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [91266] = 3, + [91583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6562), 19, + ACTIONS(6488), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376308,7 +376652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6564), 32, + ACTIONS(6490), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -376341,17 +376685,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [91325] = 6, + [91642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, - anon_sym_LPAREN2, - STATE(3941), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6198), 16, + ACTIONS(5183), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376366,12 +376703,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6200), 31, + ACTIONS(5185), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -376389,28 +376730,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [91390] = 6, + [91701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, - anon_sym_LPAREN2, - STATE(3846), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6068), 16, + ACTIONS(5187), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376425,12 +376759,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6070), 31, + ACTIONS(5189), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -376448,21 +376786,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [91455] = 3, + [91760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6412), 19, + ACTIONS(5590), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376477,12 +376815,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6414), 32, + ACTIONS(5592), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -376492,6 +376827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -376504,29 +376840,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [91514] = 5, + [91819] = 3, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 21, - aux_sym_preproc_elif_token1, + ACTIONS(5655), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -376535,8 +376865,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -376544,16 +376872,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5774), 25, + sym_literal_suffix, + ACTIONS(5657), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -376565,18 +376888,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [91577] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [91878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 19, + ACTIONS(5147), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376596,7 +376932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6418), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -376629,10 +376965,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [91636] = 3, + [91937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 19, + ACTIONS(5147), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376652,7 +376988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6454), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -376685,127 +377021,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [91695] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3476), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7877), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5591), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5593), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [91758] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2374), 1, - sym_attribute_specifier, - ACTIONS(5994), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5996), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [91823] = 3, + [91996] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 21, + ACTIONS(6558), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376815,83 +377034,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3821), 30, + anon_sym_DASH_GT, + ACTIONS(6560), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [91882] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5557), 21, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5559), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -376899,6 +377062,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -376912,12 +377076,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [91941] = 3, + anon_sym_DASH_GT_STAR, + [92055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 19, + ACTIONS(6562), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376937,7 +377100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6464), 32, + ACTIONS(6564), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -376970,10 +377133,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92000] = 3, + [92114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -376993,7 +377156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6518), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377026,18 +377189,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92059] = 5, + [92173] = 3, ACTIONS(3), 1, sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5744), 21, - aux_sym_preproc_elif_token1, + ACTIONS(5651), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -377046,8 +377201,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -377055,16 +377208,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5742), 25, + sym_literal_suffix, + ACTIONS(5653), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -377076,18 +377224,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [92122] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [92232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6474), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377107,7 +377268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6476), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377140,10 +377301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92181] = 3, + [92291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 19, + ACTIONS(5504), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377158,12 +377319,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5159), 32, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377173,6 +377331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -377185,139 +377344,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [92240] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3446), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(7848), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5738), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5736), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [92303] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7879), 1, - sym_identifier, - STATE(3494), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4957), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4959), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5425), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5423), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [92370] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_DASH_GT_STAR, + [92350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377337,7 +377380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5155), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377370,10 +377413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92429] = 3, + [92409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 19, + ACTIONS(6620), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377393,7 +377436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6614), 32, + ACTIONS(6622), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377426,69 +377469,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92488] = 6, + [92468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2349), 1, - sym_attribute_specifier, - ACTIONS(5986), 5, + ACTIONS(6411), 19, + 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_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5988), 43, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6413), 32, + anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [92527] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7837), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(5689), 23, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(4133), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [92592] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7839), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(4831), 23, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [92553] = 3, + ACTIONS(4838), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [92657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377508,7 +377666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6588), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377541,10 +377699,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92612] = 3, + [92716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 19, + ACTIONS(6570), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377564,7 +377722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6618), 32, + ACTIONS(6572), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377597,10 +377755,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92671] = 3, + [92775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 19, + ACTIONS(6574), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377620,7 +377778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6604), 32, + ACTIONS(6576), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377653,10 +377811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92730] = 3, + [92834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 19, + ACTIONS(6417), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377676,7 +377834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6600), 32, + ACTIONS(6419), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377709,10 +377867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92789] = 3, + [92893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377732,7 +377890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6596), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377765,10 +377923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92848] = 3, + [92952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 19, + ACTIONS(5147), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377788,7 +377946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6592), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377821,69 +377979,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [92907] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2394), 1, - sym_attribute_specifier, - ACTIONS(6000), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(6002), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [92972] = 3, + [93011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6348), 19, + ACTIONS(6578), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -377903,7 +378002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6350), 32, + ACTIONS(6580), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -377936,69 +378035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93031] = 6, + [93070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(2416), 1, - sym_attribute_specifier, - ACTIONS(5966), 5, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - anon_sym___asm, - ACTIONS(5968), 43, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_LBRACE, - anon_sym_static, - anon_sym_EQ, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [93096] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6533), 19, + ACTIONS(6262), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378018,7 +378058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6535), 32, + ACTIONS(6264), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378051,10 +378091,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93155] = 3, + [93129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 19, + ACTIONS(6582), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378074,7 +378114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6531), 32, + ACTIONS(6584), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378107,10 +378147,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93214] = 3, + [93188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 19, + ACTIONS(5167), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378130,7 +378170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6510), 32, + ACTIONS(5169), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378163,66 +378203,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93273] = 3, + [93247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5474), 35, - anon_sym_DOT_DOT_DOT, - 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [93332] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6494), 19, + ACTIONS(5171), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378242,7 +378226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6496), 32, + ACTIONS(5173), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378275,10 +378259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93391] = 3, + [93306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 19, + ACTIONS(6103), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378288,27 +378272,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6472), 32, + ACTIONS(6105), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -378316,7 +378300,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -378330,11 +378313,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [93450] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [93365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 19, + ACTIONS(6586), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378354,7 +378338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6448), 32, + ACTIONS(6588), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378387,17 +378371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93509] = 6, + [93424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, - anon_sym_LBRACE, - ACTIONS(7222), 1, - anon_sym_LPAREN2, - STATE(3933), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6095), 16, + ACTIONS(6140), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378407,79 +378384,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6097), 31, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [93574] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6438), 19, - 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_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6440), 32, + ACTIONS(6142), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -378487,7 +378412,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -378501,13 +378425,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [93633] = 4, + anon_sym_DASH_GT, + anon_sym_GT2, + [93483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7881), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 21, + ACTIONS(6298), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378529,7 +378452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6268), 29, + ACTIONS(6300), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -378537,6 +378460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -378559,10 +378483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [93694] = 3, + [93542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 16, + ACTIONS(6144), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378572,81 +378496,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5474), 35, - anon_sym_DOT_DOT_DOT, - 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_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [93753] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5573), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5575), 35, + ACTIONS(6146), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -378654,27 +378524,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [93812] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [93601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 16, + ACTIONS(6492), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378689,9 +378557,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5478), 35, + ACTIONS(6494), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378701,7 +378572,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -378714,23 +378584,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [93871] = 3, + [93660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6368), 19, + ACTIONS(6496), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378750,7 +378618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6370), 32, + ACTIONS(6498), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378783,10 +378651,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [93930] = 3, + [93719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 16, + ACTIONS(5191), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378801,9 +378669,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5490), 35, + ACTIONS(5193), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378813,7 +378684,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -378826,82 +378696,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [93989] = 6, + [93778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7842), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(5689), 23, - aux_sym_preproc_elif_token1, + ACTIONS(5480), 21, 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_GT_EQ, anon_sym_LT_EQ, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4133), 25, + ACTIONS(5482), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [94054] = 3, + anon_sym_GT2, + [93837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 19, + ACTIONS(1924), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378921,7 +378786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5167), 32, + ACTIONS(1922), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -378954,10 +378819,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [94113] = 3, + [93896] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 16, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(7246), 1, + anon_sym_LPAREN2, + STATE(3938), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6182), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -378974,17 +378846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5520), 35, + ACTIONS(6184), 31, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379007,13 +378877,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94172] = 3, + [93961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 16, + ACTIONS(6170), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379023,25 +378891,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5482), 35, + ACTIONS(6172), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -379049,27 +378919,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [94231] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [94020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 16, + ACTIONS(6174), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379079,25 +378947,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5544), 35, + ACTIONS(6176), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -379105,27 +378975,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [94290] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [94079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 16, + ACTIONS(6178), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379135,25 +379003,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5579), 35, + ACTIONS(6180), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -379161,27 +379031,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [94349] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [94138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 16, + ACTIONS(5606), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379198,7 +379066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5494), 35, + ACTIONS(5608), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379234,10 +379102,304 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94408] = 3, + [94197] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 16, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2338), 1, + sym_attribute_specifier, + ACTIONS(5990), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5992), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94262] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2360), 1, + sym_attribute_specifier, + ACTIONS(5994), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5996), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94327] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7842), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4920), 21, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(4922), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [94390] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2362), 1, + sym_attribute_specifier, + ACTIONS(6030), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6032), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94455] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2377), 1, + sym_attribute_specifier, + ACTIONS(6058), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6060), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94520] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5476), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379254,7 +379416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5474), 35, + ACTIONS(5478), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379290,10 +379452,187 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94467] = 3, + [94579] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2392), 1, + sym_attribute_specifier, + ACTIONS(6014), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6016), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94644] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2393), 1, + sym_attribute_specifier, + ACTIONS(5957), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5959), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94709] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2369), 1, + sym_attribute_specifier, + ACTIONS(6038), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6040), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 19, + ACTIONS(6446), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379313,7 +379652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5167), 32, + ACTIONS(6448), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379346,10 +379685,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [94526] = 3, + [94833] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2371), 1, + sym_attribute_specifier, + ACTIONS(5953), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5955), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94898] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2374), 1, + sym_attribute_specifier, + ACTIONS(5967), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5969), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [94963] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2376), 1, + sym_attribute_specifier, + ACTIONS(6034), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6036), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [95028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 19, + ACTIONS(6464), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379369,7 +379885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5167), 32, + ACTIONS(6466), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379402,10 +379918,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [94585] = 3, + [95087] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 19, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2388), 1, + sym_attribute_specifier, + ACTIONS(6018), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(6020), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [95152] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(2394), 1, + sym_attribute_specifier, + ACTIONS(5933), 5, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + anon_sym___asm, + ACTIONS(5935), 43, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_LBRACE, + anon_sym_static, + anon_sym_EQ, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [95217] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7829), 1, + anon_sym_AMP_AMP, + ACTIONS(7831), 1, + anon_sym_and, + ACTIONS(7845), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7847), 1, + anon_sym_or, + ACTIONS(5847), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379420,18 +380062,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6268), 32, + ACTIONS(5849), 30, anon_sym_DOT_DOT_DOT, 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, @@ -379458,10 +380096,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [94644] = 3, + [95284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 16, + ACTIONS(6468), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379476,9 +380114,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5504), 35, + ACTIONS(6470), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379488,7 +380129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379501,23 +380141,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94703] = 3, + [95343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 16, + ACTIONS(6450), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379532,9 +380170,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5597), 35, + ACTIONS(6452), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379544,7 +380185,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379557,23 +380197,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94762] = 3, + [95402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6149), 21, + ACTIONS(6472), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379583,27 +380221,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6151), 30, + anon_sym_DASH_GT, + ACTIONS(6474), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -379611,6 +380249,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -379624,12 +380263,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [94821] = 3, + anon_sym_DASH_GT_STAR, + [95461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 16, + ACTIONS(5538), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379646,7 +380284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5508), 35, + ACTIONS(5540), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379682,69 +380320,10 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [94880] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7883), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(4859), 23, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4866), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [94945] = 3, + [95520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 19, + ACTIONS(5472), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379759,12 +380338,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5900), 32, + ACTIONS(5474), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379774,6 +380350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379786,21 +380363,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95004] = 3, + [95579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6336), 21, + ACTIONS(6190), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379822,7 +380401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6338), 30, + ACTIONS(6192), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -379853,10 +380432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [95063] = 3, + [95638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 19, + ACTIONS(5492), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379871,12 +380450,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1970), 32, + ACTIONS(5494), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379886,6 +380462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379898,21 +380475,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95122] = 3, + [95697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 19, + ACTIONS(5610), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379927,12 +380506,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5195), 32, + ACTIONS(5612), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379942,6 +380518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -379954,21 +380531,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95181] = 3, + [95756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6388), 19, + ACTIONS(5496), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -379983,12 +380562,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6390), 32, + ACTIONS(5498), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -379998,6 +380574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380010,21 +380587,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95240] = 3, + [95815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 19, + ACTIONS(5492), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380039,12 +380618,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6568), 32, + ACTIONS(5494), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380054,6 +380630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380066,21 +380643,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95299] = 3, + [95874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6384), 19, + ACTIONS(5582), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380095,12 +380674,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6386), 32, + ACTIONS(5584), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380110,6 +380686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380122,21 +380699,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95358] = 3, + [95933] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 19, + ACTIONS(7849), 1, + sym_identifier, + STATE(3614), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(4953), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4955), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5301), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5299), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [96000] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7851), 1, + anon_sym_LT, + STATE(1976), 1, + sym_template_argument_list, + ACTIONS(6335), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380146,26 +380789,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6422), 32, + ACTIONS(6337), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380174,7 +380815,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -380188,11 +380828,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [95417] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [96063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(6514), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380212,7 +380853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6516), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380245,10 +380886,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [95476] = 3, + [96122] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6424), 19, + ACTIONS(7851), 1, + anon_sym_LT, + STATE(3284), 1, + sym_template_argument_list, + ACTIONS(6335), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380258,26 +380903,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6426), 32, + ACTIONS(6337), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380286,7 +380929,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -380300,11 +380942,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [95535] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [96185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(5484), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380319,12 +380962,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5486), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380334,6 +380974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380346,21 +380987,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95594] = 3, + [96244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 19, + ACTIONS(5488), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380375,12 +381018,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3759), 32, + ACTIONS(5490), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380390,6 +381030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380402,21 +381043,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95653] = 3, + [96303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(6518), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380436,7 +381079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(6520), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380469,66 +381112,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [95712] = 3, + [96362] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(7854), 1, + sym_identifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(3986), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4140), 1, + sym_primitive_type, + ACTIONS(7861), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3596), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7859), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4932), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4934), 13, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(7856), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [96439] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7837), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + STATE(3591), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7496), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 18, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4861), 32, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(4115), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [95771] = 3, + anon_sym_DASH_GT, + [96508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(5504), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380543,12 +381256,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5506), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380558,6 +381268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380570,77 +381281,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95830] = 3, + [96567] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 19, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6394), 32, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5790), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [95889] = 3, + anon_sym_DASH_GT, + [96630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 19, + ACTIONS(5598), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380655,12 +381370,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4861), 32, + ACTIONS(5600), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380670,6 +381382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -380682,193 +381395,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [95948] = 3, + [96689] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 19, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5802), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6422), 32, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5800), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [96007] = 3, + anon_sym_DASH_GT, + [96752] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6062), 21, + STATE(3601), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7866), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5774), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6064), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5772), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [96066] = 3, + [96815] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6157), 21, + STATE(3602), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7868), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5796), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6159), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5794), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [96125] = 5, + [96878] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(7886), 1, - anon_sym_LT, - STATE(1878), 1, - sym_template_argument_list, - ACTIONS(6278), 19, + ACTIONS(7870), 1, + sym_identifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4145), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4177), 1, + sym_primitive_type, + ACTIONS(7877), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7875), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4964), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4966), 13, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(7872), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [96955] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7880), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380880,15 +381664,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6280), 30, + ACTIONS(6348), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -380896,7 +381682,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -380919,10 +381704,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [96188] = 3, + [97016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6570), 19, + ACTIONS(6346), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -380942,7 +381727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6572), 32, + ACTIONS(6348), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -380975,18 +381760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [96247] = 7, + [97075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7844), 1, - anon_sym_AMP_AMP, - ACTIONS(7846), 1, - anon_sym_and, - ACTIONS(7889), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7891), 1, - anon_sym_or, - ACTIONS(5842), 17, + ACTIONS(6460), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381001,14 +381778,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_or, + anon_sym_and, anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5844), 30, + ACTIONS(6462), 32, anon_sym_DOT_DOT_DOT, 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, @@ -381035,10 +381816,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [96314] = 3, + [97134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 16, + ACTIONS(5510), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381055,7 +381836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5486), 35, + ACTIONS(5512), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381091,10 +381872,18 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [96373] = 3, + [97193] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 16, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -381103,6 +381892,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -381110,11 +381901,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5676), 35, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5750), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -381126,143 +381922,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [96432] = 3, + [97256] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5603), 16, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5605), 35, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5756), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [96491] = 3, + anon_sym_DASH_GT, + [97319] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 16, + STATE(3609), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7882), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5762), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5601), 35, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5760), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [96550] = 3, + anon_sym_DASH_GT, + [97382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 19, + ACTIONS(4117), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381282,7 +382069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5191), 32, + ACTIONS(4109), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381315,66 +382102,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [96609] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6965), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(6963), 27, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - [96668] = 3, + [97441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 16, + STATE(3610), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7884), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5768), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -381383,6 +382122,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -381390,11 +382131,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5668), 35, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5766), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -381406,179 +382152,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [96727] = 11, + [97504] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4912), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(6950), 1, - anon_sym_LBRACK, - STATE(2550), 1, + STATE(3555), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(4130), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4115), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(4135), 4, + ACTIONS(7864), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4107), 36, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [96802] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6380), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6382), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [96861] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7893), 1, - sym_identifier, - STATE(3519), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4957), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4959), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5303), 18, + ACTIONS(5780), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -381586,10 +382189,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5301), 19, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5778), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -381598,7 +382207,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -381606,11 +382218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [96928] = 3, + [97567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 19, + ACTIONS(6522), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381630,7 +382241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(4109), 32, + ACTIONS(6524), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381663,178 +382274,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [96987] = 3, + [97626] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 19, + STATE(3593), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7886), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5602), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 32, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5604), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [97046] = 3, + anon_sym_DASH_GT, + [97689] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 19, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5784), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6488), 32, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5782), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [97105] = 3, + anon_sym_DASH_GT, + [97752] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6274), 21, + STATE(3555), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(7864), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5788), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6276), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5786), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [97164] = 3, + [97815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 16, + ACTIONS(5455), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381851,7 +382468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5552), 35, + ACTIONS(5457), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -381887,66 +382504,66 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_DASH_GT_STAR, - [97223] = 3, + [97874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 16, + ACTIONS(5671), 16, 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_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5548), 35, + sym_literal_suffix, + ACTIONS(5673), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LBRACE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [97282] = 3, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [97933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6135), 21, + ACTIONS(6526), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -381956,27 +382573,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6137), 30, + anon_sym_DASH_GT, + ACTIONS(6528), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK_LBRACK, + anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -381984,6 +382601,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -381997,124 +382615,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [97341] = 3, + anon_sym_DASH_GT_STAR, + [97992] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 16, + ACTIONS(7888), 1, + sym_identifier, + STATE(3614), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(7891), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(7894), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5419), 18, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5532), 35, - anon_sym_DOT_DOT_DOT, - 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_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [97400] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5526), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5528), 35, + sym_literal_suffix, + ACTIONS(5417), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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_LBRACE, + anon_sym_LT_LT, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [97459] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [98059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6131), 21, + ACTIONS(6081), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382136,7 +382701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6133), 30, + ACTIONS(6083), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382167,10 +382732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [97518] = 3, + [98118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6117), 21, + ACTIONS(6085), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382192,7 +382757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6119), 30, + ACTIONS(6087), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382223,37 +382788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [97577] = 4, + [98177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7895), 1, - sym_literal_suffix, - ACTIONS(4109), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4117), 26, + ACTIONS(5574), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382263,47 +382801,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - [97638] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6620), 19, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6622), 32, + ACTIONS(5576), 35, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -382313,6 +382818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -382325,21 +382831,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + sym_auto, + anon_sym_decltype, anon_sym_DASH_GT_STAR, - [97697] = 3, + [98236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 21, + ACTIONS(6089), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382361,7 +382869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3825), 30, + ACTIONS(6091), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382392,10 +382900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [97756] = 3, + [98295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 19, + ACTIONS(6093), 21, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382405,27 +382913,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6584), 32, + ACTIONS(6095), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -382433,7 +382941,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -382447,11 +382954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [97815] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [98354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 19, + ACTIONS(4840), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382471,7 +382979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1966), 32, + ACTIONS(4833), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -382504,10 +383012,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [97874] = 3, + [98413] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 16, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6380), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382522,20 +383046,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(6382), 27, anon_sym_DOT_DOT_DOT, 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_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -382554,16 +383073,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, anon_sym_DASH_GT_STAR, - [97933] = 3, + [98485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 16, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382573,24 +383087,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5441), 35, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -382599,27 +383114,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [97992] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [98543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6139), 21, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382634,14 +383147,13 @@ 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, anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6141), 30, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382649,7 +383161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -382672,10 +383184,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98051] = 3, + [98601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7049), 24, + ACTIONS(4840), 20, + 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382694,32 +383227,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(7047), 27, + [98659] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7897), 1, + anon_sym_LBRACE, + ACTIONS(7899), 1, + anon_sym_COLON, + STATE(3866), 1, + sym__enum_base_clause, + STATE(3970), 1, + sym_enumerator_list, + STATE(4077), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6202), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -382727,67 +383272,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - [98110] = 3, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(6204), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [98729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 16, + ACTIONS(4840), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5664), 35, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [98169] = 3, + anon_sym_GT2, + [98787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 16, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382797,24 +383368,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5540), 35, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -382823,31 +383395,38 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - sym_auto, - anon_sym_decltype, - anon_sym_DASH_GT_STAR, - [98228] = 4, + anon_sym_DASH_GT, + anon_sym_GT2, + [98845] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6011), 3, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4117), 19, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6304), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382862,22 +383441,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 29, + ACTIONS(6306), 29, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -382890,19 +383462,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT_STAR, + [98915] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6856), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, anon_sym_DOT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7709), 1, + anon_sym_QMARK, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6858), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_GT_STAR, - [98289] = 4, + [99021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(6244), 20, + ACTIONS(6454), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382923,7 +383574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6246), 30, + ACTIONS(6456), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -382954,14 +383605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98350] = 5, + [99079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7886), 1, - anon_sym_LT, - STATE(3414), 1, - sym_template_argument_list, - ACTIONS(6278), 19, + ACTIONS(5187), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -382973,6 +383620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, @@ -382981,7 +383629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6280), 30, + ACTIONS(5189), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383012,10 +383660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98413] = 3, + [99137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 20, + ACTIONS(6472), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383036,7 +383684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6600), 30, + ACTIONS(6474), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383067,10 +383715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98471] = 3, + [99195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6570), 20, + ACTIONS(5147), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383091,7 +383739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6572), 30, + ACTIONS(5149), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383122,10 +383770,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98529] = 3, + [99253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 20, + ACTIONS(5147), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383146,7 +383794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6440), 30, + ACTIONS(5149), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383177,10 +383825,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98587] = 3, + [99311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 20, + ACTIONS(5147), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383201,7 +383849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6472), 30, + ACTIONS(5149), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383232,39 +383880,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98645] = 3, + [99369] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 20, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6488), 30, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -383272,25 +383931,22 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [98703] = 3, + anon_sym_DASH_GT_STAR, + [99443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6494), 20, + ACTIONS(6270), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383311,7 +383967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6496), 30, + ACTIONS(6272), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383342,10 +383998,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [98761] = 3, + [99501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 24, + ACTIONS(4852), 24, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -383370,7 +384026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(4827), 26, + ACTIONS(4854), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -383397,65 +384053,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [98819] = 3, + [99559] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 20, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5717), 1, + anon_sym___attribute, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, + anon_sym_STAR, + ACTIONS(7931), 1, + anon_sym_AMP_AMP, + ACTIONS(7933), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2947), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6166), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3681), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4205), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [99655] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 24, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5199), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(4858), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [98877] = 3, + [99713] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383465,26 +384211,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5183), 30, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -383492,209 +384232,136 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [98935] = 3, + anon_sym_DASH_GT_STAR, + [99785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 20, + ACTIONS(4860), 24, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6527), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(4862), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [98993] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5711), 1, - anon_sym___attribute, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, - anon_sym_STAR, - ACTIONS(7899), 1, - anon_sym_AMP_AMP, - ACTIONS(7901), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2955), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6203), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3756), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4206), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [99089] = 3, + [99843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 20, + ACTIONS(4864), 24, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6531), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(4866), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [99147] = 3, + [99901] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 20, + ACTIONS(7935), 1, + anon_sym_AMP_AMP, + ACTIONS(7937), 1, + anon_sym_and, + ACTIONS(5833), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383712,15 +384379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, - anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6535), 30, + ACTIONS(5835), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, @@ -383746,10 +384411,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99205] = 3, + [99963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 20, + ACTIONS(5272), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383770,7 +384435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 30, + ACTIONS(2877), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383801,10 +384466,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99263] = 3, + [100021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 20, + ACTIONS(6530), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383825,7 +384490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6514), 30, + ACTIONS(6532), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383856,10 +384521,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99321] = 3, + [100079] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 18, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6342), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383874,21 +384555,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4819), 32, + ACTIONS(6344), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -383900,21 +384575,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [99379] = 3, + anon_sym_DASH_GT_STAR, + [100151] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5285), 1, + anon_sym_SEMI, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5457), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(5455), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [100213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 18, + ACTIONS(6390), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383924,16 +384653,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4857), 32, + ACTIONS(6392), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383941,9 +384672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -383951,7 +384680,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -383966,10 +384694,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [99437] = 3, + anon_sym_GT2, + [100271] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5285), 1, + anon_sym_SEMI, + ACTIONS(5457), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(5455), 43, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [100331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 18, + ACTIONS(6506), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -383979,16 +384764,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4853), 32, + ACTIONS(6508), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -383996,9 +384783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -384006,7 +384791,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -384021,10 +384805,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [99495] = 3, + anon_sym_GT2, + [100389] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 20, + ACTIONS(7935), 1, + anon_sym_AMP_AMP, + ACTIONS(7937), 1, + anon_sym_and, + ACTIONS(7939), 1, + anon_sym_PIPE_PIPE, + ACTIONS(7941), 1, + anon_sym_or, + ACTIONS(5847), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384041,16 +384834,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5187), 30, + ACTIONS(5849), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, @@ -384076,39 +384865,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99553] = 3, + [100455] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 18, + ACTIONS(6331), 1, + anon_sym_EQ, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(4827), 32, + ACTIONS(6333), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -384120,50 +384939,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, + anon_sym_or, + anon_sym_DASH_GT_STAR, + [100555] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6818), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [99611] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6590), 20, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6592), 30, + ACTIONS(6820), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -384171,25 +385013,15 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [99669] = 3, + anon_sym_DASH_GT_STAR, + [100657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 20, + ACTIONS(6398), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384210,7 +385042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6596), 30, + ACTIONS(6400), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384241,10 +385073,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99727] = 3, + [100715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 20, + ACTIONS(6488), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384265,7 +385097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6418), 30, + ACTIONS(6490), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384296,41 +385128,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99785] = 5, + [100773] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(6074), 1, - anon_sym_COMMA, - ACTIONS(6076), 1, - anon_sym_RBRACK, - ACTIONS(4117), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6915), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, anon_sym_PIPE, + ACTIONS(7911), 1, anon_sym_CARET, + ACTIONS(7913), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, anon_sym_DOT, - ACTIONS(4109), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7905), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7915), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6917), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -384342,21 +385204,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [99847] = 3, + anon_sym_DASH_GT_STAR, + [100875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 20, + ACTIONS(5159), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384377,7 +385229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6464), 30, + ACTIONS(5161), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384408,10 +385260,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99905] = 3, + [100933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 20, + ACTIONS(5163), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384432,7 +385284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6454), 30, + ACTIONS(5165), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384463,40 +385315,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [99963] = 3, + [100991] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 20, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 24, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6430), 30, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(5285), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [101051] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6911), 1, + anon_sym_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6913), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, 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_GT_STAR, + [101153] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4949), 2, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4951), 12, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -384509,6 +385467,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(4109), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -384518,13 +385486,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [100021] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7903), 1, - anon_sym_COMMA, - ACTIONS(7905), 1, - anon_sym_RBRACK, ACTIONS(4117), 18, anon_sym_DASH, anon_sym_PLUS, @@ -384535,52 +385496,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [100083] = 4, + [101215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 24, + ACTIONS(4868), 24, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -384605,7 +385533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(5466), 25, + ACTIONS(4870), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -384623,6 +385551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -384631,65 +385560,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [100143] = 3, + [101273] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6848), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7709), 1, + anon_sym_QMARK, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6850), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_GT_STAR, + [101379] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5647), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6444), 30, + sym_identifier, + sym_literal_suffix, + ACTIONS(5649), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [100201] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [101437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 20, + ACTIONS(6590), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384710,7 +385718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6492), 30, + ACTIONS(6592), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384741,128 +385749,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [100259] = 9, + [101495] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4141), 1, - anon_sym_EQ, - ACTIONS(4169), 1, - anon_sym_SEMI, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6852), 1, + anon_sym_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(4145), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4109), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(4117), 17, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - [100329] = 5, + ACTIONS(6854), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_GT_STAR, + [101597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6282), 1, - anon_sym_LT, - STATE(2093), 1, - sym_template_argument_list, - ACTIONS(6278), 17, + ACTIONS(5651), 19, 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6280), 31, + sym_identifier, + sym_literal_suffix, + ACTIONS(5653), 31, anon_sym_DOT_DOT_DOT, - anon_sym_RPAREN, + anon_sym_COMMA, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [100391] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [101655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 18, + ACTIONS(5175), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384872,16 +385894,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4823), 32, + ACTIONS(5177), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -384889,9 +385913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -384899,7 +385921,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -384914,52 +385935,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [100449] = 3, + anon_sym_GT2, + [101713] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(5982), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6484), 30, - anon_sym_DOT_DOT_DOT, + ACTIONS(6062), 1, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(6064), 1, + anon_sym_RBRACK, + ACTIONS(5984), 13, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(4109), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -384968,11 +385977,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [100507] = 3, + ACTIONS(4117), 17, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + [101779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 20, + ACTIONS(6262), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -384993,7 +386019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5191), 30, + ACTIONS(6264), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385024,10 +386050,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [100565] = 3, + [101837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 20, + ACTIONS(6460), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385048,7 +386074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6500), 30, + ACTIONS(6462), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385079,74 +386105,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [100623] = 27, + [101895] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6940), 1, + ACTIONS(4141), 1, anon_sym_EQ, - ACTIONS(7166), 1, + ACTIONS(4169), 1, + anon_sym_SEMI, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6942), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4145), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -385157,53 +386129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_GT_STAR, - [100729] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6412), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6414), 30, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4109), 15, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -385212,123 +386148,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [100787] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4851), 24, - aux_sym_preproc_elif_token1, + ACTIONS(4117), 17, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4853), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [100845] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5466), 1, - anon_sym_SEMI, - ACTIONS(5441), 5, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(5439), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [100907] = 3, + [101965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 18, + ACTIONS(6492), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385338,16 +386179,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4845), 32, + ACTIONS(6494), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385355,9 +386198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -385365,7 +386206,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -385380,10 +386220,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [100965] = 3, + anon_sym_GT2, + [102023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 20, + ACTIONS(6496), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385404,7 +386245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6394), 30, + ACTIONS(6498), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385435,14 +386276,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101023] = 5, + [102081] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7224), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, anon_sym_LBRACK, - STATE(3818), 1, - sym_new_declarator, - ACTIONS(6228), 16, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6316), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385457,19 +386307,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6230), 32, + ACTIONS(6318), 29, anon_sym_DOT_DOT_DOT, 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_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -385490,12 +386336,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [101085] = 3, + [102151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 20, + ACTIONS(4117), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385516,7 +386361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(3759), 30, + ACTIONS(4109), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385547,95 +386392,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101143] = 4, + [102209] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5466), 1, - anon_sym_SEMI, - ACTIONS(5441), 6, + ACTIONS(6331), 1, + anon_sym_EQ, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(5439), 43, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(7190), 1, anon_sym_LBRACK, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [101203] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6424), 20, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6426), 30, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -385643,28 +386460,21 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [101261] = 4, + anon_sym_or, + anon_sym_and, + anon_sym_DASH_GT_STAR, + [102307] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 20, + ACTIONS(7943), 1, + anon_sym_LBRACK, + STATE(3793), 1, + sym_new_declarator, + ACTIONS(6254), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -385676,7 +386486,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym___attribute__, anon_sym___attribute, - anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -385685,7 +386494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4878), 28, + ACTIONS(6256), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -385705,19 +386514,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [101321] = 3, + [102369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 20, + ACTIONS(6522), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385738,7 +386548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6422), 30, + ACTIONS(6524), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385769,10 +386579,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101379] = 3, + [102427] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, + anon_sym_STAR, + ACTIONS(7931), 1, + anon_sym_AMP_AMP, + ACTIONS(7933), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2947), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6171), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4181), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [102523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 20, + ACTIONS(1924), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385793,7 +386677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5195), 30, + ACTIONS(1922), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385824,10 +386708,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101437] = 3, + [102581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6420), 20, + ACTIONS(6526), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385848,7 +386732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6422), 30, + ACTIONS(6528), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385879,10 +386763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101495] = 3, + [102639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6534), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385903,7 +386787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(6536), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385934,10 +386818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101553] = 3, + [102697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6384), 20, + ACTIONS(6266), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -385958,7 +386842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6386), 30, + ACTIONS(6268), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -385989,10 +386873,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101611] = 3, + [102755] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4887), 1, + anon_sym_LBRACK, + ACTIONS(4880), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4883), 5, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + ACTIONS(4876), 42, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [102817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6266), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386013,7 +386954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(6268), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386044,10 +386985,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101669] = 3, + [102875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6266), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386068,7 +387009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(6268), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386099,10 +387040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101727] = 3, + [102933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6510), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386123,7 +387064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(6512), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386154,10 +387095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101785] = 3, + [102991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6388), 20, + ACTIONS(5167), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386178,7 +387119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6390), 30, + ACTIONS(5169), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386209,10 +387150,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101843] = 3, + [103049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(5171), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386233,7 +387174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(5173), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386264,69 +387205,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [101901] = 7, + [103107] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5938), 1, - anon_sym_EQ, - ACTIONS(6170), 1, - anon_sym_COMMA, - ACTIONS(6172), 1, - anon_sym_RBRACK, - ACTIONS(5940), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4109), 17, - anon_sym_DOT_DOT_DOT, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, - anon_sym_QMARK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, - anon_sym_bitor, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, anon_sym_bitand, - anon_sym_not_eq, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(4117), 17, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6333), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - [101967] = 3, + anon_sym_bitor, + anon_sym_DASH_GT_STAR, + [103201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 20, + ACTIONS(6278), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386347,7 +387302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4861), 30, + ACTIONS(6280), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386378,71 +387333,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102025] = 25, + [103259] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(6758), 1, anon_sym_LPAREN2, - ACTIONS(6944), 1, - anon_sym_EQ, - ACTIONS(7166), 1, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - ACTIONS(7668), 1, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, + ACTIONS(7913), 1, anon_sym_AMP, - ACTIONS(7926), 1, + ACTIONS(7919), 1, anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, + ACTIONS(7927), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - ACTIONS(7210), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, + ACTIONS(7921), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7910), 3, + ACTIONS(6331), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, + ACTIONS(7915), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7924), 3, + ACTIONS(7917), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 15, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -386454,66 +387399,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, anon_sym_DASH_GT_STAR, - [102127] = 3, + [103349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 20, + ACTIONS(5655), 19, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6584), 30, + sym_identifier, + sym_literal_suffix, + ACTIONS(5657), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [103407] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5671), 19, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(5673), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [102185] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [103465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6380), 20, + ACTIONS(6570), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386534,7 +387538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6382), 30, + ACTIONS(6572), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386565,10 +387569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102243] = 3, + [103523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6368), 20, + ACTIONS(6514), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386589,7 +387593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6370), 30, + ACTIONS(6516), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386620,14 +387624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102301] = 5, + [103581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7936), 1, - anon_sym_AMP_AMP, - ACTIONS(7938), 1, - anon_sym_and, - ACTIONS(5862), 19, + ACTIONS(6582), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386645,13 +387645,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_or, + anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5864), 29, + ACTIONS(6584), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LBRACK, @@ -386677,144 +387679,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102363] = 27, + [103639] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6934), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7646), 1, - anon_sym_QMARK, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(7945), 1, + anon_sym_COMMA, + ACTIONS(7947), 1, + anon_sym_RBRACK, + ACTIONS(4117), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6936), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_GT_STAR, - [102469] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4855), 24, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4857), 26, + ACTIONS(4109), 30, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [102527] = 3, + [103701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6344), 20, + ACTIONS(6538), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386835,7 +387760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6346), 30, + ACTIONS(6540), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386866,10 +387791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102585] = 3, + [103759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 20, + ACTIONS(6518), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386890,7 +387815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5167), 30, + ACTIONS(6520), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386921,10 +387846,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102643] = 3, + [103817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 20, + ACTIONS(6476), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -386945,7 +387870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5167), 30, + ACTIONS(6478), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -386976,10 +387901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102701] = 3, + [103875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 20, + ACTIONS(6480), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387000,7 +387925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5167), 30, + ACTIONS(6482), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387031,67 +387956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102759] = 5, + [103933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4887), 1, - anon_sym_LBRACK, - ACTIONS(4880), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4883), 5, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - ACTIONS(4876), 42, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [102821] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6562), 20, + ACTIONS(6468), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387112,7 +387980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6564), 30, + ACTIONS(6470), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387143,72 +388011,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [102879] = 25, + [103991] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6904), 1, + ACTIONS(6390), 1, anon_sym_EQ, - ACTIONS(7166), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, anon_sym_LBRACK, - ACTIONS(7387), 1, + ACTIONS(7401), 1, anon_sym_DOT_STAR, - ACTIONS(7668), 1, + ACTIONS(7665), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7709), 1, + anon_sym_QMARK, + ACTIONS(7731), 1, anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, + ACTIONS(7909), 1, anon_sym_PIPE, - ACTIONS(7918), 1, + ACTIONS(7911), 1, anon_sym_CARET, - ACTIONS(7920), 1, + ACTIONS(7913), 1, anon_sym_AMP, - ACTIONS(7926), 1, + ACTIONS(7919), 1, anon_sym_GT_EQ, - ACTIONS(7930), 1, + ACTIONS(7923), 1, anon_sym_bitor, - ACTIONS(7932), 1, + ACTIONS(7925), 1, anon_sym_xor, - ACTIONS(7934), 1, + ACTIONS(7927), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, + STATE(3443), 1, sym_argument_list, - ACTIONS(7210), 2, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, + ACTIONS(7745), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7912), 2, + ACTIONS(7905), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(7914), 2, + ACTIONS(7907), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(7928), 2, + ACTIONS(7921), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(7910), 3, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, + ACTIONS(7915), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7924), 3, + ACTIONS(7917), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(6392), 13, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -387220,67 +388090,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_GT_STAR, - [102981] = 3, + [104097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 24, - aux_sym_preproc_elif_token1, + ACTIONS(6339), 1, + anon_sym_LT, + STATE(2088), 1, + sym_template_argument_list, + ACTIONS(6335), 17, 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_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4819), 26, + ACTIONS(6337), 31, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [103039] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6175), 1, - anon_sym_EQ, - ACTIONS(6177), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -387294,7 +388139,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and_eq, anon_sym_or_eq, anon_sym_xor_eq, - ACTIONS(4117), 17, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [104159] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5151), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387304,15 +388160,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 19, + ACTIONS(5153), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387320,10 +388179,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -387332,10 +388201,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [103101] = 3, + anon_sym_GT2, + [104217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 20, + ACTIONS(5155), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387356,7 +388226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5175), 30, + ACTIONS(5157), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387387,65 +388257,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [103159] = 3, + [104275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 24, - aux_sym_preproc_elif_token1, + ACTIONS(6542), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4823), 26, + ACTIONS(6544), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [103217] = 3, + anon_sym_GT2, + [104333] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6312), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387455,26 +388341,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5171), 30, + ACTIONS(6314), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, + anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -387482,25 +388362,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [103275] = 3, + anon_sym_DASH_GT_STAR, + [104405] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 20, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387510,25 +388390,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, anon_sym_DOT, - ACTIONS(6334), 30, + anon_sym_DASH_GT, + ACTIONS(4878), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -387537,25 +388415,94 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [104465] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, anon_sym_DASH_GT, - anon_sym_GT2, - [103333] = 3, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(6333), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_DASH_GT_STAR, + [104551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 20, + ACTIONS(6608), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387576,7 +388523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6334), 30, + ACTIONS(6610), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387607,65 +388554,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [103391] = 3, + [104609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6332), 20, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 20, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6334), 30, + sym_identifier, + ACTIONS(4878), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [103449] = 3, + [104669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 18, + ACTIONS(6411), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387675,16 +388623,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4849), 32, + ACTIONS(6413), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387692,9 +388642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -387702,7 +388650,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -387717,10 +388664,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [103507] = 3, + anon_sym_GT2, + [104727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6408), 20, + ACTIONS(6546), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387741,7 +388689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6410), 30, + ACTIONS(6548), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387772,26 +388720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [103565] = 10, + [104785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6309), 14, + ACTIONS(6616), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387801,20 +388733,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6311), 27, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6618), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -387822,22 +388760,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [103637] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [104843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 25, + ACTIONS(5480), 25, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -387863,7 +388804,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5559), 25, + ACTIONS(5482), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -387889,39 +388830,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [103695] = 3, + [104901] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6348), 20, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(7917), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(6331), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6350), 30, + ACTIONS(6333), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -387929,25 +388887,21 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, + anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [103753] = 3, + anon_sym_DASH_GT_STAR, + [104985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6574), 20, + ACTIONS(6464), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -387968,7 +388922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6576), 30, + ACTIONS(6466), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -387999,65 +388953,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [103811] = 3, + [105043] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 24, - aux_sym_preproc_elif_token1, + ACTIONS(7248), 1, + anon_sym_LBRACK, + STATE(3789), 1, + sym_new_declarator, + ACTIONS(6254), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(4845), 26, + anon_sym_DASH_GT, + ACTIONS(6256), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [103869] = 3, + anon_sym_DASH_GT_STAR, + [105105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6474), 20, + ACTIONS(6152), 1, + anon_sym_COMMA, + ACTIONS(6154), 1, + anon_sym_RBRACK, + ACTIONS(4117), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388067,25 +389027,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6476), 30, + ACTIONS(4109), 30, anon_sym_DOT_DOT_DOT, - 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -388094,6 +389052,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -388108,68 +389067,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [103927] = 5, + [105167] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(7940), 1, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, anon_sym_LBRACK, - STATE(3788), 1, - sym_new_declarator, - ACTIONS(6228), 19, - aux_sym_preproc_elif_token1, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 7, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_EQ, + ACTIONS(6333), 26, + anon_sym_DOT_DOT_DOT, + 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_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_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [105247] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, anon_sym_DOT, - sym_identifier, - ACTIONS(6230), 29, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(6331), 9, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(6333), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [103989] = 3, + 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [105323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 24, + ACTIONS(4872), 24, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -388194,7 +389225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(4849), 26, + ACTIONS(4874), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -388221,67 +389252,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [104047] = 5, + [105381] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4953), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4955), 12, - 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_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4109), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(7190), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(7401), 1, anon_sym_DOT_STAR, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, anon_sym_DASH_GT, - anon_sym_GT2, - ACTIONS(4117), 18, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(6331), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(6333), 27, + anon_sym_DOT_DOT_DOT, + 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_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_LT_EQ_GT, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, - anon_sym_DOT, - [104109] = 3, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_GT_STAR, + [105459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 20, + ACTIONS(6394), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388302,7 +389341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(1966), 30, + ACTIONS(6396), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388333,10 +389372,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104167] = 3, + [105517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 20, + ACTIONS(4848), 24, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(4850), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [105575] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6346), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388357,7 +389451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6268), 30, + ACTIONS(6348), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388388,10 +389482,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104225] = 3, + [105633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6620), 20, + ACTIONS(6550), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388412,7 +389506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6622), 30, + ACTIONS(6552), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388443,10 +389537,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104283] = 3, + [105691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 20, + ACTIONS(5191), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388467,7 +389561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6518), 30, + ACTIONS(5193), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388498,10 +389592,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104341] = 3, + [105749] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 19, + ACTIONS(7897), 1, + anon_sym_LBRACE, + ACTIONS(7899), 1, + anon_sym_COLON, + STATE(3853), 1, + sym__enum_base_clause, + STATE(3973), 1, + sym_enumerator_list, + STATE(4053), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6258), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -388510,8 +389618,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -388520,10 +389626,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(5672), 31, + sym_auto, + anon_sym_decltype, + ACTIONS(6260), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -388535,7 +389646,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -388543,20 +389653,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [104399] = 3, + [105819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 20, + ACTIONS(4872), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388566,18 +389666,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(2807), 30, + ACTIONS(4874), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388585,7 +389683,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -388593,6 +389693,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -388607,72 +389708,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [104457] = 9, + [105877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7944), 1, - anon_sym_COLON, - STATE(3946), 1, - sym__enum_base_clause, - STATE(3967), 1, - sym_enumerator_list, - STATE(4108), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6250), 19, - aux_sym_preproc_elif_token1, + ACTIONS(6554), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(6252), 24, + ACTIONS(6556), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [104527] = 3, + anon_sym_GT2, + [105935] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + ACTIONS(6844), 1, + anon_sym_EQ, + ACTIONS(7190), 1, + anon_sym_LBRACK, + ACTIONS(7401), 1, + anon_sym_DOT_STAR, + ACTIONS(7731), 1, + anon_sym_LT_EQ_GT, + ACTIONS(7909), 1, + anon_sym_PIPE, + ACTIONS(7911), 1, + anon_sym_CARET, + ACTIONS(7913), 1, + anon_sym_AMP, + ACTIONS(7919), 1, + anon_sym_GT_EQ, + ACTIONS(7923), 1, + anon_sym_bitor, + ACTIONS(7925), 1, + anon_sym_xor, + ACTIONS(7927), 1, + anon_sym_bitand, + STATE(3443), 1, + sym_argument_list, + STATE(3454), 1, + sym_subscript_argument_list, + ACTIONS(7234), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(7745), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(7901), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(7905), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(7907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(7921), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(7903), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(7915), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(7917), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6846), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_GT_STAR, + [106037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6404), 20, + ACTIONS(6558), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388693,7 +389864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6406), 30, + ACTIONS(6560), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388724,12 +389895,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104585] = 5, + [106095] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5938), 1, + ACTIONS(6198), 1, anon_sym_EQ, - ACTIONS(5940), 13, + ACTIONS(6200), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -388771,7 +389942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, @@ -388781,10 +389952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [104647] = 3, + [106157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 20, + ACTIONS(5179), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388805,7 +389976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5900), 30, + ACTIONS(5181), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388836,10 +390007,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104705] = 3, + [106215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 20, + ACTIONS(6562), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388860,7 +390031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6618), 30, + ACTIONS(6564), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388891,10 +390062,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104763] = 3, + [106273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 20, + ACTIONS(6612), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388915,7 +390086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6568), 30, + ACTIONS(6614), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -388946,10 +390117,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104821] = 3, + [106331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 20, + ACTIONS(6620), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -388970,7 +390141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(4109), 30, + ACTIONS(6622), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -389001,52 +390172,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [104879] = 13, + [106389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(6446), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 27, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6448), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389054,63 +390212,54 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [104957] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [106447] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3763), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 9, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 27, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(3759), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389118,66 +390267,54 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [105033] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [106505] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4848), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 7, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 26, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4850), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389189,63 +390326,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [105113] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [106563] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4852), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7924), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 25, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4854), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389257,65 +390381,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [105197] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [106621] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4856), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 22, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4858), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389327,16 +390436,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, - anon_sym_DASH_GT_STAR, - [105283] = 3, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [106679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 20, + ACTIONS(6274), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -389357,7 +390471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6614), 30, + ACTIONS(6276), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -389388,61 +390502,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [105341] = 19, + [106737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(6624), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 21, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6626), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389450,73 +390542,54 @@ static const uint16_t ts_small_parse_table[] = { 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_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_DASH_GT_STAR, - [105431] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, + anon_sym_bitor, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [106795] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4860), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 20, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4862), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389528,14 +390601,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, anon_sym_bitor, - anon_sym_DASH_GT_STAR, - [105525] = 3, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [106853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 20, + ACTIONS(6417), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -389556,7 +390636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5155), 30, + ACTIONS(6419), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -389587,67 +390667,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [105583] = 23, + [106911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6372), 1, - anon_sym_EQ, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + ACTIONS(4864), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 19, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4866), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389659,72 +390711,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_DASH_GT_STAR, - [105681] = 24, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [106969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6372), 1, - anon_sym_EQ, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 24, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(7932), 1, anon_sym_xor, - ACTIONS(7934), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(5321), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [107029] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4868), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 17, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4870), 32, anon_sym_DOT_DOT_DOT, 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389736,12 +390822,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_or, - anon_sym_DASH_GT_STAR, - [105781] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [107087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 20, + ACTIONS(6590), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -389762,7 +390857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(5163), 30, + ACTIONS(6592), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -389793,26 +390888,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [105839] = 10, + [107145] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 14, + ACTIONS(5982), 1, + anon_sym_EQ, + ACTIONS(5984), 13, + 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + ACTIONS(4117), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -389826,79 +390921,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(6374), 27, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(4109), 19, anon_sym_DOT_DOT_DOT, 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_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_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [107207] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 24, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [105911] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(5321), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - ACTIONS(7166), 1, + 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7910), 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [107267] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6574), 20, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(6372), 11, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6374), 27, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6576), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -389906,247 +391041,245 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [105985] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [107325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 19, + ACTIONS(5879), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5664), 31, + ACTIONS(5877), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [106043] = 4, + anon_sym_GT2, + [107383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 24, - aux_sym_preproc_elif_token1, + ACTIONS(6578), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(5291), 25, + ACTIONS(6580), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [106103] = 4, + anon_sym_GT2, + [107441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 24, - aux_sym_preproc_elif_token1, + ACTIONS(5140), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(5291), 25, + ACTIONS(5142), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [106163] = 3, + anon_sym_GT2, + [107499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 24, - aux_sym_preproc_elif_token1, + ACTIONS(5183), 20, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, - anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(5408), 26, + ACTIONS(5185), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [106221] = 4, + anon_sym_GT2, + [107557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 16, + ACTIONS(6450), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -390156,23 +391289,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4878), 32, + ACTIONS(6452), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -390181,38 +391316,25 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [106281] = 9, + anon_sym_DASH_GT, + anon_sym_GT2, + [107615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7944), 1, - anon_sym_COLON, - STATE(3839), 1, - sym__enum_base_clause, - STATE(3975), 1, - sym_enumerator_list, - STATE(4054), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6256), 19, + ACTIONS(5307), 24, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -390222,6 +391344,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_COLON, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -390232,7 +391357,9 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(6258), 24, + anon_sym_final, + anon_sym_override, + ACTIONS(5309), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -390250,6 +391377,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -390257,10 +391386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [106351] = 3, + [107673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6456), 20, + ACTIONS(4840), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -390281,7 +391410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6458), 30, + ACTIONS(4833), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -390312,23 +391441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [106409] = 9, + [107731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6299), 14, + ACTIONS(6586), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -390338,20 +391454,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6301), 29, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(6588), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -390359,85 +391481,54 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT_STAR, - [106479] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6890), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, - anon_sym_xor, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_GT2, + [107789] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 20, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_xor, + anon_sym_DOT, + ACTIONS(1918), 30, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -390445,15 +391536,25 @@ static const uint16_t ts_small_parse_table[] = { 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_GT_STAR, - [106581] = 3, + anon_sym_and_eq, + anon_sym_or_eq, + anon_sym_xor_eq, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [107847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 20, + ACTIONS(4117), 20, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -390474,7 +391575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_DOT, - ACTIONS(6448), 30, + ACTIONS(4109), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -390505,89 +391606,268 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [106639] = 27, + [107905] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 1, - anon_sym_EQ, - ACTIONS(6752), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7766), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(5689), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4133), 36, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7166), 1, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7602), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7646), 1, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(7668), 1, anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(7932), 1, anon_sym_xor, - ACTIONS(7934), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + [107968] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7950), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(4831), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6618), 13, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4838), 36, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - 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_GT_STAR, - [106745] = 3, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + [108031] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, + anon_sym_LPAREN2, + ACTIONS(7957), 1, + anon_sym_STAR, + ACTIONS(7959), 1, + anon_sym_AMP_AMP, + ACTIONS(7961), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3000), 1, + sym__type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4278), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108124] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7969), 1, + sym_identifier, + ACTIONS(7971), 1, + anon_sym_LPAREN2, + ACTIONS(7973), 1, + anon_sym_STAR, + ACTIONS(7975), 1, + anon_sym_AMP_AMP, + ACTIONS(7977), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2950), 1, + sym__type_declarator, + STATE(3271), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(7832), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3809), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4244), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7981), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7979), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3269), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 20, + ACTIONS(7047), 23, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -390597,25 +391877,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(6510), 30, + anon_sym_DASH_GT, + sym_literal_suffix, + ACTIONS(7049), 26, anon_sym_DOT_DOT_DOT, 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_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -390624,25 +391909,19 @@ static const uint16_t ts_small_parse_table[] = { 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [106803] = 3, + anon_sym_DASH_GT_STAR, + [108274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 19, + ACTIONS(5655), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -390660,9 +391939,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, sym_literal_suffix, - ACTIONS(5668), 31, + ACTIONS(5657), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -390694,52 +391972,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [106861] = 3, + [108331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 20, + ACTIONS(5671), 18, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(1970), 30, + sym_literal_suffix, + ACTIONS(5673), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [108388] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4141), 1, + anon_sym_EQ, + ACTIONS(4169), 1, + anon_sym_SEMI, + ACTIONS(4145), 13, 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_and_eq, anon_sym_or_eq, anon_sym_xor_eq, + ACTIONS(4109), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_bitor, anon_sym_bitand, @@ -390748,146 +392065,642 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [106919] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6914), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, + ACTIONS(4117), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(7918), 1, anon_sym_CARET, - ACTIONS(7920), 1, anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, - anon_sym_bitor, - ACTIONS(7932), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, anon_sym_xor, - ACTIONS(7934), 1, - anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, + [108451] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, + ACTIONS(7991), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2185), 1, + sym__type_declarator, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(8554), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3780), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4262), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108544] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, + anon_sym_LPAREN2, + ACTIONS(8001), 1, + anon_sym_STAR, + ACTIONS(8003), 1, + anon_sym_AMP_AMP, + ACTIONS(8005), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(6175), 1, + sym__type_declarator, + STATE(7858), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3816), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4280), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108637] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(6189), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3784), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4260), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108730] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(7989), 1, + anon_sym_AMP_AMP, + ACTIONS(7991), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2159), 1, + sym__type_declarator, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(8554), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4225), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108823] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, + anon_sym_LPAREN2, + ACTIONS(7957), 1, anon_sym_STAR, + ACTIONS(7959), 1, + anon_sym_AMP_AMP, + ACTIONS(7961), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3058), 1, + sym__type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4211), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [108916] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5272), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(7924), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 15, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(2877), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_GT_STAR, - [107021] = 22, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [108973] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, + anon_sym_LPAREN2, + ACTIONS(7957), 1, + anon_sym_STAR, + ACTIONS(7959), 1, + anon_sym_AMP_AMP, + ACTIONS(7961), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3058), 1, + sym__type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3771), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4211), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [109066] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(6218), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4241), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [109159] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7586), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2955), 1, - sym_parameter_list, - STATE(3309), 1, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6211), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, + STATE(6218), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(3794), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4194), 2, + STATE(4241), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -390900,10 +392713,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [107117] = 3, + [109252] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 19, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6380), 18, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -390920,13 +392750,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(5676), 31, + ACTIONS(6382), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -390938,160 +392770,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [107175] = 3, + [109323] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6604), 30, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(8020), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(8017), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7113), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_EQ, anon_sym_GT2, - [107233] = 10, + ACTIONS(7111), 28, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [109388] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6352), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(7987), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(6354), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_GT_STAR, - [107305] = 10, + ACTIONS(7991), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2159), 1, + sym__type_declarator, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(8554), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3830), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4225), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [109481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6356), 14, + ACTIONS(6358), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -391106,15 +392922,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(6358), 27, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6360), 33, anon_sym_DOT_DOT_DOT, 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_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -391133,530 +392954,295 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [107377] = 3, + [109538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5142), 30, - anon_sym_DOT_DOT_DOT, + ACTIONS(2465), 10, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, anon_sym_DASH_GT, - anon_sym_GT2, - [107435] = 3, + ACTIONS(2475), 39, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [109595] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5179), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(8023), 1, + anon_sym_STAR, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [107493] = 3, + ACTIONS(8027), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5853), 1, + sym__type_declarator, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(8490), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7963), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4268), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [109688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 20, + ACTIONS(6542), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6588), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [107551] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - ACTIONS(6898), 1, - anon_sym_EQ, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - ACTIONS(7668), 1, - anon_sym_LT_EQ_GT, - ACTIONS(7916), 1, - anon_sym_PIPE, - ACTIONS(7918), 1, - anon_sym_CARET, - ACTIONS(7920), 1, - anon_sym_AMP, - ACTIONS(7926), 1, - anon_sym_GT_EQ, - ACTIONS(7930), 1, anon_sym_bitor, - ACTIONS(7932), 1, anon_sym_xor, - ACTIONS(7934), 1, anon_sym_bitand, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(7682), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(7908), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(7912), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(7914), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(7928), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(7910), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(7922), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(7924), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6900), 15, + anon_sym_DOT, + sym_identifier, + ACTIONS(6544), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - 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_GT_STAR, - [107653] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6752), 1, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - ACTIONS(7166), 1, - anon_sym_LBRACK, - ACTIONS(7387), 1, - anon_sym_DOT_STAR, - STATE(3569), 1, - sym_subscript_argument_list, - STATE(3570), 1, - sym_argument_list, - ACTIONS(7210), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6376), 14, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(6378), 29, - anon_sym_DOT_DOT_DOT, - 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_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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT_STAR, - [107723] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6478), 20, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(6480), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [107781] = 3, + [109745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 20, + ACTIONS(6358), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5159), 30, + sym_identifier, + ACTIONS(6360), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, + anon_sym_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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [107839] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7936), 1, - anon_sym_AMP_AMP, - ACTIONS(7938), 1, - anon_sym_and, - ACTIONS(7946), 1, - anon_sym_PIPE_PIPE, - ACTIONS(7948), 1, - anon_sym_or, - ACTIONS(5842), 18, - 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_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_xor, - anon_sym_DOT, - ACTIONS(5844), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [107905] = 21, + [109802] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5977), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6148), 1, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(6137), 1, sym__type_declarator, - STATE(7951), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3830), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4259), 2, + STATE(4228), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -391678,57 +393264,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [107998] = 21, + [109895] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(7966), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5840), 1, + STATE(2919), 1, sym__type_declarator, - STATE(5977), 1, + STATE(3271), 1, sym_pointer_type_declarator, - STATE(8288), 1, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4279), 2, + STATE(4251), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + ACTIONS(7981), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -391750,203 +393336,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108091] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5711), 1, - anon_sym___attribute, - ACTIONS(7970), 1, - anon_sym_STAR, - ACTIONS(7972), 1, - anon_sym_AMP_AMP, - ACTIONS(7974), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6269), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3772), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4243), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [108186] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7970), 1, - anon_sym_STAR, - ACTIONS(7972), 1, - anon_sym_AMP_AMP, - ACTIONS(7974), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6265), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4241), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [108281] = 21, + [109988] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5977), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6148), 1, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(6631), 1, sym__type_declarator, - STATE(7951), 1, + STATE(8171), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(3798), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4259), 2, + STATE(4233), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -391968,65 +393408,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108374] = 21, + [110081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, + ACTIONS(4972), 10, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7964), 1, anon_sym_STAR, - ACTIONS(7966), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_GT, + ACTIONS(4970), 39, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5840), 1, - sym__type_declarator, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(8288), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3820), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4279), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, + anon_sym_LBRACK, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -392040,118 +393445,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108467] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6309), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, sym_identifier, - ACTIONS(6311), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - [108538] = 21, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [110138] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(6667), 1, + STATE(6679), 1, sym__type_declarator, - STATE(8172), 1, + STATE(8171), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3793), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4224), 2, + STATE(4235), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -392173,57 +393534,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108631] = 21, + [110231] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(8004), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2180), 1, - sym__type_declarator, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(8278), 1, + STATE(6679), 1, + sym__type_declarator, + STATE(8171), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3810), 2, + STATE(3800), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4254), 2, + STATE(4235), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -392245,166 +393606,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108724] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6963), 23, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_literal_suffix, - ACTIONS(6965), 26, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [108781] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7815), 1, - sym_literal_suffix, - ACTIONS(4117), 22, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 26, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [108840] = 21, + [110324] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(8004), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2180), 1, - sym__type_declarator, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(8278), 1, + STATE(6655), 1, + sym__type_declarator, + STATE(8171), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4254), 2, + STATE(4240), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -392426,117 +393678,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [108933] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6299), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6301), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [109002] = 21, + [110417] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(8023), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(8027), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(6667), 1, + STATE(5884), 1, sym__type_declarator, - STATE(8172), 1, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(8490), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4224), 2, + STATE(4270), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -392558,66 +393750,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [109095] = 21, + [110510] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8008), 1, - sym_identifier, - ACTIONS(8010), 1, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(5717), 1, + anon_sym___attribute, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3070), 1, - sym__type_declarator, - STATE(3309), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2922), 1, + sym_parameter_list, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(3484), 1, - sym_pointer_type_declarator, - STATE(8147), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6241), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3803), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4249), 2, + STATE(4217), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [110605] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8035), 1, + anon_sym_STAR, + ACTIONS(8037), 1, + anon_sym_AMP_AMP, + ACTIONS(8039), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2922), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6243), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8020), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8018), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3486), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4231), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -392630,57 +393896,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [109188] = 21, + [110700] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8008), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(8010), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(8023), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(8027), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3070), 1, - sym__type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(3484), 1, + STATE(5884), 1, + sym__type_declarator, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(8147), 1, + STATE(8490), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3806), 2, + STATE(3791), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4249), 2, + STATE(4270), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8020), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8018), 4, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3486), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -392702,71 +393968,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [109281] = 10, + [110793] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6356), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6358), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - [109352] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6602), 19, + ACTIONS(6342), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -392784,9 +394005,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - ACTIONS(6604), 30, + ACTIONS(6344), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -392794,7 +394014,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -392806,37 +394025,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [109409] = 10, + [110864] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6372), 18, + ACTIONS(6312), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -392855,7 +394067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, sym_identifier, - ACTIONS(6374), 22, + ACTIONS(6314), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -392878,89 +394090,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - [109480] = 3, + [110935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 19, - aux_sym_preproc_elif_token1, + ACTIONS(6961), 23, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6366), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [109537] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(3595), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(4957), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4959), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - ACTIONS(5832), 18, - 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -392968,52 +394115,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, + anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(5834), 19, + ACTIONS(6963), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [109600] = 3, + anon_sym_DASH_GT_STAR, + [110992] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4932), 10, - anon_sym_COMMA, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8051), 1, anon_sym_STAR, + ACTIONS(8053), 1, anon_sym_AMP_AMP, + ACTIONS(8055), 1, + anon_sym_AMP, + STATE(2862), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6235), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4219), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_DASH_GT, - ACTIONS(4930), 39, - anon_sym_AMP, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -393026,195 +394216,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [109657] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6352), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6354), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - [109728] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6376), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6378), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [109797] = 21, + [111085] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, + STATE(2927), 1, + sym__type_declarator, + STATE(3271), 1, sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(6683), 1, - sym__type_declarator, - STATE(8172), 1, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4225), 2, + STATE(4243), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(7981), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -393236,57 +394288,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [109890] = 21, + [111178] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8051), 1, + anon_sym_STAR, + ACTIONS(8053), 1, + anon_sym_AMP_AMP, + ACTIONS(8055), 1, + anon_sym_AMP, + STATE(2862), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6293), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3808), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4249), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [111271] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4842), 1, + anon_sym_LBRACK, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(3932), 1, + sym_template_argument_list, + ACTIONS(4835), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4838), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_EQ, + ACTIONS(4831), 36, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [111338] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, + STATE(2927), 1, + sym__type_declarator, + STATE(3271), 1, sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(6170), 1, - sym__type_declarator, - STATE(8637), 1, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(3795), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4212), 2, + STATE(4243), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7998), 4, + ACTIONS(7981), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -393308,24 +394491,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [109983] = 3, + [111431] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 23, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(8057), 1, + anon_sym_LBRACK, + STATE(2564), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4210), 1, + sym_template_argument_list, + ACTIONS(4130), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4115), 3, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + ACTIONS(4135), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 35, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_operator, + [111502] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(3488), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(4953), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(4955), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + ACTIONS(5823), 18, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -393333,215 +394588,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, sym_literal_suffix, - ACTIONS(7049), 26, + ACTIONS(5825), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, 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_LT, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [110040] = 6, + anon_sym_DASH_GT, + anon_sym_GT2, + [111565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4141), 1, - anon_sym_EQ, - ACTIONS(4169), 1, - anon_sym_SEMI, - ACTIONS(4145), 13, - 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_and_eq, - anon_sym_or_eq, - anon_sym_xor_eq, - ACTIONS(4109), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(4117), 17, + ACTIONS(5319), 23, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, + anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - [110103] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, sym_identifier, - ACTIONS(7990), 1, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + ACTIONS(5321), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - ACTIONS(8022), 1, anon_sym_STAR, - ACTIONS(8024), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(6193), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3794), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4251), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [110196] = 21, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [111622] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(6193), 1, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(6182), 1, sym__type_declarator, - STATE(8637), 1, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4251), 2, + STATE(4258), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7998), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -393563,10 +394735,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [110289] = 3, + [111715] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6464), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6466), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [111772] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 18, + ACTIONS(5647), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -393585,7 +394811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(5676), 31, + ACTIONS(5649), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -393617,82 +394843,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [110346] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8008), 1, - sym_identifier, - ACTIONS(8010), 1, - anon_sym_LPAREN2, - ACTIONS(8012), 1, - anon_sym_STAR, - ACTIONS(8014), 1, - anon_sym_AMP_AMP, - ACTIONS(8016), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3046), 1, - sym__type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3484), 1, - sym_pointer_type_declarator, - STATE(8147), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3783), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4219), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8020), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8018), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3486), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [110439] = 3, + [111829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 18, + ACTIONS(5651), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -393711,7 +394865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_literal_suffix, - ACTIONS(5664), 31, + ACTIONS(5653), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -393743,57 +394897,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [110496] = 21, + [111886] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(5977), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(6209), 1, + STATE(6182), 1, sym__type_declarator, - STATE(7951), 1, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3773), 2, + STATE(3829), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4221), 2, + STATE(4258), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -393815,16 +394969,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [110589] = 6, + [111979] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8028), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(4859), 10, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 18, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -393832,14 +394997,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4866), 36, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -393851,38 +395026,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + [112050] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6514), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6516), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [110652] = 5, + [112107] = 5, ACTIONS(3), 1, sym_comment, - STATE(3476), 1, + STATE(3593), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(7877), 4, + ACTIONS(7886), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5439), 19, + ACTIONS(5455), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -393902,7 +395114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5441), 25, + ACTIONS(5457), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -393928,129 +395140,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [110713] = 21, + [112168] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6304), 18, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6306), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR, - ACTIONS(8004), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(8006), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2152), 1, - sym__type_declarator, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(8278), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3780), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4223), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [110806] = 21, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [112237] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8008), 1, + ACTIONS(7953), 1, sym_identifier, - ACTIONS(8010), 1, + ACTIONS(7955), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(7957), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(7959), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(7961), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3024), 1, + STATE(3029), 1, sym__type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(3484), 1, + STATE(3619), 1, sym_pointer_type_declarator, - STATE(8147), 1, + STATE(8063), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(3781), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4274), 2, + STATE(4237), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8020), 3, + ACTIONS(7967), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8018), 4, + ACTIONS(7965), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3486), 6, + STATE(3618), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -394072,57 +395272,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [110899] = 21, + [112330] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(8023), 1, anon_sym_STAR, - ACTIONS(7966), 1, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + ACTIONS(8027), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(5839), 1, + STATE(5837), 1, sym__type_declarator, - STATE(5977), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(8288), 1, + STATE(8490), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3770), 2, + STATE(3801), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4245), 2, + STATE(4259), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -394144,10 +395344,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [110992] = 3, + [112423] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7655), 1, + sym_literal_suffix, + ACTIONS(4117), 22, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(4109), 26, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [112482] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 19, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6316), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -394165,9 +395433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - ACTIONS(6484), 30, + ACTIONS(6318), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -394175,7 +395442,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -394187,126 +395453,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [111049] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(8034), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(8031), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7116), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(7114), 28, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [111114] = 21, + [112551] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(8004), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2166), 1, - sym__type_declarator, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(8278), 1, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(6184), 1, + sym__type_declarator, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4238), 2, + STATE(4214), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7758), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -394328,57 +395531,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111207] = 21, + [112644] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8037), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(8039), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(7991), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2921), 1, + STATE(2166), 1, sym__type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3380), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(7859), 1, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(8554), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, + ACTIONS(7963), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4248), 2, + STATE(4220), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, + ACTIONS(7758), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(8049), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8047), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3379), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -394400,64 +395603,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111300] = 21, + [112737] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8037), 1, + ACTIONS(8059), 1, sym_identifier, - ACTIONS(8039), 1, - anon_sym_LPAREN2, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(8043), 1, - anon_sym_AMP_AMP, - ACTIONS(8045), 1, - anon_sym_AMP, - STATE(1624), 1, + STATE(4079), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4173), 1, sym_alignas_qualifier, - STATE(2956), 1, - sym__type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3380), 1, - sym_pointer_type_declarator, - STATE(7859), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, + STATE(4300), 1, + sym_primitive_type, + ACTIONS(8066), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3814), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4227), 2, + STATE(3891), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8049), 3, + ACTIONS(7437), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8047), 4, + ACTIONS(8064), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3379), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + ACTIONS(4934), 9, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(4932), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(8061), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -394472,64 +395665,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111393] = 21, + [112811] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5179), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(5181), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [112867] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8037), 1, - sym_identifier, - ACTIONS(8039), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(6955), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(6957), 1, anon_sym_AMP, - STATE(1624), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4239), 1, sym_alignas_qualifier, - STATE(2957), 1, - sym__type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3380), 1, - sym_pointer_type_declarator, - STATE(7859), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(6294), 1, + sym__declarator, + STATE(7941), 1, sym_ms_based_modifier, - ACTIONS(67), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3811), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4214), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8049), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8047), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3379), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -394544,64 +395790,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111486] = 21, + [112961] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8037), 1, - sym_identifier, - ACTIONS(8039), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(2957), 1, - sym__type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3380), 1, - sym_pointer_type_declarator, - STATE(7859), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(6120), 1, + sym__declarator, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(67), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4214), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8049), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8047), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3379), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -394616,66 +395862,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111579] = 21, + [113055] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, anon_sym_STAR, - ACTIONS(8053), 1, + ACTIONS(6955), 1, anon_sym_AMP_AMP, - ACTIONS(8055), 1, + ACTIONS(6957), 1, anon_sym_AMP, - STATE(2863), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6240), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, + STATE(5761), 1, + sym__scope_resolution, + STATE(6296), 1, + sym__declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4235), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 9, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6853), 13, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -394688,69 +395934,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [111672] = 8, + [113149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4870), 1, - anon_sym_LBRACK, - ACTIONS(7216), 1, + ACTIONS(6538), 16, + 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_EQ, anon_sym_LT, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(4863), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4866), 6, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6540), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ, - ACTIONS(4859), 36, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [111739] = 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [113205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 23, + ACTIONS(3763), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -394770,13 +396010,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - ACTIONS(5291), 26, + ACTIONS(3759), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -394792,8 +396029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -394801,10 +396040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [111796] = 3, + [113261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6364), 16, + ACTIONS(6542), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -394821,7 +396060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6366), 33, + ACTIONS(6544), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -394831,7 +396070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -394855,190 +396093,223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [111853] = 3, + [113317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 19, - aux_sym_preproc_elif_token1, + ACTIONS(6546), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6548), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [113373] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6550), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(2807), 30, + anon_sym_DASH_GT, + ACTIONS(6552), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [111910] = 21, + anon_sym_DASH_GT_STAR, + [113429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, - anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(6554), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(7966), 1, - anon_sym_AMP_AMP, - ACTIONS(7968), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5844), 1, - sym__type_declarator, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(8288), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4260), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [112003] = 21, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6556), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [113485] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(6125), 1, - sym__type_declarator, - STATE(8637), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(6099), 1, + sym__declarator, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(67), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3798), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4275), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -395053,172 +396324,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [112096] = 3, + [113579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 18, + ACTIONS(6558), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5668), 31, + anon_sym_DASH_GT, + ACTIONS(6560), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [112153] = 3, + anon_sym_DASH_GT_STAR, + [113635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6412), 19, - aux_sym_preproc_elif_token1, + ACTIONS(6562), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(6414), 30, + anon_sym_DASH_GT, + ACTIONS(6564), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [112210] = 21, + anon_sym_DASH_GT_STAR, + [113691] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6977), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(6981), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(6645), 1, - sym__type_declarator, - STATE(8172), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(6552), 1, + sym__declarator, + STATE(7994), 1, sym_ms_based_modifier, - ACTIONS(67), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3782), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4217), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -395233,289 +396502,260 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [112303] = 21, + [113785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(6570), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(8053), 1, - anon_sym_AMP_AMP, - ACTIONS(8055), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(2863), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6275), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3815), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4218), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 9, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [112396] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(8057), 1, - anon_sym_LBRACK, - STATE(2550), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4204), 1, - sym_template_argument_list, - ACTIONS(4130), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6572), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4115), 3, - anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - ACTIONS(4135), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 35, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_operator, - [112467] = 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [113841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 18, + ACTIONS(6574), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(6576), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [113897] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6578), 16, + 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_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5672), 31, + anon_sym_DASH_GT, + ACTIONS(6580), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [112524] = 3, + anon_sym_DASH_GT_STAR, + [113953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 10, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(6582), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, + anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2475), 39, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(6584), 32, + anon_sym_DOT_DOT_DOT, + 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_LBRACK, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [112581] = 6, + 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [114009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7813), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(5689), 10, + ACTIONS(6586), 16, 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_EQ, - anon_sym___attribute, - anon_sym_COLON, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(4133), 36, + anon_sym_DASH_GT, + ACTIONS(6588), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACE, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -395526,126 +396766,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [112644] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, - anon_sym_LPAREN2, - ACTIONS(7954), 1, - anon_sym_STAR, - ACTIONS(7956), 1, - anon_sym_AMP_AMP, - ACTIONS(7958), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(6179), 1, - sym__type_declarator, - STATE(7951), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7960), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4247), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7594), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [112737] = 7, + anon_sym_DASH_GT_STAR, + [114065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - STATE(1577), 1, - sym_template_argument_list, - STATE(2272), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4951), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 12, + ACTIONS(5187), 16, 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(5910), 29, + anon_sym_DASH_GT, + ACTIONS(5189), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, - anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -395656,56 +396819,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [112801] = 22, + anon_sym_DASH_GT_STAR, + [114121] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6961), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6973), 1, + ACTIONS(6977), 1, anon_sym_STAR, - ACTIONS(6975), 1, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, + ACTIONS(6981), 1, anon_sym_AMP, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5796), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6600), 1, + STATE(6546), 1, sym__declarator, - STATE(8046), 1, + STATE(7994), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -395717,7 +396877,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -395732,63 +396892,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [112895] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5674), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5676), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [112951] = 3, + [114215] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 19, + ACTIONS(7897), 1, + anon_sym_LBRACE, + STATE(3981), 1, + sym_enumerator_list, + STATE(4087), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5918), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -395798,8 +396914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -395808,10 +396922,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4109), 29, + sym_auto, + anon_sym_decltype, + ACTIONS(5920), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -395827,21 +396942,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [113007] = 3, + [114279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 19, + ACTIONS(6460), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -395861,7 +396972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6492), 29, + ACTIONS(6462), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -395891,53 +397002,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [113063] = 10, + [114335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5854), 1, - anon_sym___attribute__, - ACTIONS(5856), 1, - anon_sym___attribute, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(8059), 1, - anon_sym_COLON, - STATE(1794), 1, - sym_attribute_specifier, - STATE(2163), 1, - sym__enum_base_clause, - STATE(2275), 1, - sym_enumerator_list, - ACTIONS(6250), 9, + ACTIONS(6446), 16, 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_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(6252), 32, + anon_sym_DASH_GT, + ACTIONS(6448), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -395948,56 +397054,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, + anon_sym_DASH_GT_STAR, + [114391] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, anon_sym_decltype, - [113133] = 10, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, + anon_sym_STAR, + ACTIONS(7017), 1, + anon_sym_AMP_AMP, + ACTIONS(7019), 1, + anon_sym_AMP, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5786), 1, + sym__scope_resolution, + STATE(6611), 1, + sym__declarator, + STATE(8045), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [114485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5854), 1, - anon_sym___attribute__, - ACTIONS(5856), 1, - anon_sym___attribute, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(8059), 1, - anon_sym_COLON, - STATE(1783), 1, - sym_attribute_specifier, - STATE(2190), 1, - sym__enum_base_clause, - STATE(2232), 1, - sym_enumerator_list, - ACTIONS(6256), 9, + ACTIONS(5191), 16, 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_EQ, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(6258), 32, + anon_sym_DASH_GT, + ACTIONS(5193), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -396008,23 +397179,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - [113203] = 3, + anon_sym_DASH_GT_STAR, + [114541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 19, + ACTIONS(4117), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -396033,10 +397203,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(5668), 29, + ACTIONS(4109), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -396045,47 +397219,34 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [113259] = 7, + [114597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(3988), 1, - sym_enumerator_list, - STATE(4069), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5929), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5671), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -396094,15 +397255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5931), 24, + sym_literal_suffix, + ACTIONS(5673), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -396111,124 +397267,71 @@ 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_LT, - anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [113323] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8061), 1, - sym_identifier, - STATE(4051), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4164), 1, - sym_alignas_qualifier, - STATE(4324), 1, - sym_primitive_type, - ACTIONS(8068), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3845), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(7483), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8066), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4966), 9, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(4964), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(8063), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [113397] = 22, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [114653] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(7019), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(7021), 1, + ACTIONS(7019), 1, anon_sym_AMP, - STATE(4257), 1, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6266), 1, + STATE(6572), 1, sym__declarator, - STATE(7942), 1, + STATE(8045), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -396240,7 +397343,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -396255,10 +397358,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [113491] = 3, + [114747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 19, + ACTIONS(6546), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -396278,7 +397381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6618), 29, + ACTIONS(6548), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -396308,167 +397411,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [113547] = 3, + [114803] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6440), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(29), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [113603] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8071), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(3431), 1, - sym__enum_base_clause, - STATE(3531), 1, - sym_enumerator_list, - ACTIONS(6256), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - ACTIONS(6258), 37, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(3249), 1, anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [113673] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8073), 1, + ACTIONS(3251), 1, + anon_sym_AMP, + ACTIONS(5618), 1, sym_identifier, - STATE(4164), 1, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4239), 1, sym_alignas_qualifier, - STATE(4315), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4317), 1, - sym_primitive_type, - ACTIONS(8080), 2, + STATE(5787), 1, + sym__scope_resolution, + STATE(6417), 1, + sym__declarator, + STATE(7995), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4033), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7483), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8078), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4938), 9, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(4936), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(8075), 14, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -396483,187 +397483,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [113747] = 3, + [114897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 16, + ACTIONS(6550), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6514), 32, + sym_identifier, + ACTIONS(6552), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [113803] = 3, + anon_sym_DASH_GT, + [114953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 16, + ACTIONS(6554), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6500), 32, + sym_identifier, + ACTIONS(6556), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [113859] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, - anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6344), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2928), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4320), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [113951] = 3, + anon_sym_DASH_GT, + [115009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 16, + ACTIONS(6450), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -396680,7 +397609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6492), 32, + ACTIONS(6452), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -396713,10 +397642,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114007] = 3, + [115065] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6424), 19, + ACTIONS(7897), 1, + anon_sym_LBRACE, + STATE(4000), 1, + sym_enumerator_list, + STATE(4102), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5887), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -396726,8 +397664,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -396736,10 +397672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6426), 29, + sym_auto, + anon_sym_decltype, + ACTIONS(5889), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -396755,21 +397692,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [114063] = 3, + [115129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 16, + ACTIONS(5272), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -396786,7 +397719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5175), 32, + ACTIONS(2877), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -396819,13 +397752,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114119] = 4, + [115185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8089), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5862), 16, + ACTIONS(6506), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -396842,12 +397772,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5864), 30, + ACTIONS(6508), 32, anon_sym_DOT_DOT_DOT, 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, @@ -396865,6 +397796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, + anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -396873,10 +397805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114177] = 3, + [115241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 16, + ACTIONS(6612), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -396893,7 +397825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5171), 32, + ACTIONS(6614), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -396926,82 +397858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114233] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(3249), 1, - anon_sym_STAR, - ACTIONS(3251), 1, - anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5768), 1, - sym__scope_resolution, - STATE(6371), 1, - sym__declarator, - STATE(8547), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [114327] = 3, + [115297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 16, + ACTIONS(3763), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397018,7 +397878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6531), 32, + ACTIONS(3759), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397051,279 +397911,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114383] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(6953), 1, - anon_sym_STAR, - ACTIONS(6955), 1, - anon_sym_AMP_AMP, - ACTIONS(6957), 1, - anon_sym_AMP, - ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5734), 1, - sym__scope_resolution, - STATE(6090), 1, - sym__declarator, - STATE(7854), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [114477] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6067), 1, - sym__declarator, - STATE(8511), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [114571] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3763), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(3759), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [114627] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6967), 1, - anon_sym_STAR, - ACTIONS(6969), 1, - anon_sym_AMP_AMP, - ACTIONS(6971), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6540), 1, - sym__declarator, - STATE(7995), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [114721] = 3, + [115353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 19, + ACTIONS(6468), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -397343,7 +397934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6394), 29, + ACTIONS(6470), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397373,10 +397964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [114777] = 3, + [115409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 16, + ACTIONS(6624), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397393,7 +397984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5167), 32, + ACTIONS(6626), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397426,10 +398017,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114833] = 3, + [115465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6620), 16, + ACTIONS(5151), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397446,7 +398037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6622), 32, + ACTIONS(5153), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397479,52 +398070,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [114889] = 22, + [115521] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5807), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6387), 1, + STATE(6103), 1, sym__declarator, - STATE(7943), 1, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -397536,7 +398127,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -397551,27 +398142,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [114983] = 11, + [115615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8093), 1, - sym_auto, - ACTIONS(8095), 1, - anon_sym_decltype, - STATE(4016), 1, - sym_new_declarator, - STATE(4089), 1, - sym_decltype_auto, - STATE(3874), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 17, + ACTIONS(6446), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -397581,6 +398155,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -397589,13 +398165,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5780), 22, + ACTIONS(6448), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -397606,16 +398184,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [115055] = 3, + [115671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 16, + ACTIONS(6398), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397632,7 +398215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5199), 32, + ACTIONS(6400), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397665,10 +398248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115111] = 3, + [115727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 19, + ACTIONS(6558), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -397688,7 +398271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6418), 29, + ACTIONS(6560), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397718,80 +398301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [115167] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5185), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5187), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [115223] = 11, + [115783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8093), 1, - sym_auto, - ACTIONS(8095), 1, - anon_sym_decltype, - STATE(4032), 1, - sym_new_declarator, - STATE(4089), 1, - sym_decltype_auto, - STATE(3922), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5762), 17, + ACTIONS(6562), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -397801,6 +398314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -397809,13 +398324,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(5764), 22, + ACTIONS(6564), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -397826,16 +398343,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [115295] = 3, + [115839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 16, + ACTIONS(5140), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397852,7 +398374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5183), 32, + ACTIONS(5142), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397885,63 +398407,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115351] = 3, + [115895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 19, - aux_sym_preproc_elif_token1, + ACTIONS(8069), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5833), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(6454), 29, + anon_sym_DASH_GT, + ACTIONS(5835), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [115407] = 3, + anon_sym_DASH_GT_STAR, + [115953] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, + anon_sym_STAR, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6417), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [116047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 16, + ACTIONS(6514), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -397958,7 +398553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6535), 32, + ACTIONS(6516), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -397991,10 +398586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115463] = 3, + [116103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 16, + ACTIONS(5155), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398011,7 +398606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1966), 32, + ACTIONS(5157), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398044,187 +398639,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115519] = 3, + [116159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 19, - aux_sym_preproc_elif_token1, + ACTIONS(6518), 16, 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_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(6464), 29, + anon_sym_DASH_GT, + ACTIONS(6520), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [115575] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6404), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6406), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [115631] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, - anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6318), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3848), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4293), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [115723] = 3, + anon_sym_DOT_STAR, + anon_sym_DASH_GT_STAR, + [116215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6404), 16, + ACTIONS(6522), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398241,7 +398712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6406), 32, + ACTIONS(6524), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398274,10 +398745,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115779] = 3, + [116271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 16, + ACTIONS(6526), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398294,7 +398765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6510), 32, + ACTIONS(6528), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398327,10 +398798,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115835] = 3, + [116327] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 16, + ACTIONS(8069), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8071), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5847), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398347,13 +398824,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(1970), 32, + ACTIONS(5849), 28, anon_sym_DOT_DOT_DOT, 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, @@ -398370,8 +398845,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -398380,48 +398853,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [115891] = 3, + [116387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 16, + ACTIONS(6534), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6536), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [116443] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5815), 1, + anon_sym___attribute__, + ACTIONS(5817), 1, + anon_sym___attribute, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(8073), 1, + anon_sym_COLON, + STATE(1788), 1, + sym_attribute_specifier, + STATE(2158), 1, + sym__enum_base_clause, + STATE(2256), 1, + sym_enumerator_list, + ACTIONS(6258), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_DOT, + ACTIONS(6260), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(5167), 32, + sym_auto, + anon_sym_decltype, + [116513] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5815), 1, + anon_sym___attribute__, + ACTIONS(5817), 1, + anon_sym___attribute, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(8073), 1, + anon_sym_COLON, + STATE(1785), 1, + sym_attribute_specifier, + STATE(2190), 1, + sym__enum_base_clause, + STATE(2195), 1, + sym_enumerator_list, + ACTIONS(6202), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(6204), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, 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_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -398432,11 +399023,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [115947] = 3, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + [116583] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8075), 1, + sym_identifier, + STATE(4173), 1, + sym_alignas_qualifier, + STATE(4294), 1, + sym_primitive_type, + STATE(4298), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8082), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4026), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7437), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8080), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4966), 9, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(4964), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(8077), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [116657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6456), 16, + ACTIONS(5159), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398453,7 +399108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6458), 32, + ACTIONS(5161), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398486,10 +399141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116003] = 3, + [116713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6494), 16, + ACTIONS(5163), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398506,7 +399161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6496), 32, + ACTIONS(5165), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398539,20 +399194,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116059] = 3, + [116769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 19, + ACTIONS(6472), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6474), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [116825] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8085), 1, + anon_sym_COLON, + STATE(2340), 1, + sym_attribute_specifier, + STATE(3401), 1, + sym__enum_base_clause, + STATE(3557), 1, + sym_enumerator_list, + ACTIONS(6258), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + ACTIONS(6260), 37, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [116895] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6612), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -398561,10 +399330,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(5672), 29, + ACTIONS(6614), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -398573,29 +399346,24 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [116115] = 3, + [116951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 19, + ACTIONS(6492), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -398615,7 +399383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6518), 29, + ACTIONS(6494), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398645,10 +399413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [116171] = 3, + [117007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 16, + ACTIONS(6390), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398665,7 +399433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6444), 32, + ACTIONS(6392), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -398698,52 +399466,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116227] = 22, + [117063] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, ACTIONS(6983), 1, - anon_sym_AMP_AMP, + anon_sym_STAR, ACTIONS(6985), 1, + anon_sym_AMP_AMP, + ACTIONS(6987), 1, anon_sym_AMP, - STATE(4257), 1, + ACTIONS(6989), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6041), 1, + STATE(6097), 1, sym__declarator, - STATE(8511), 1, + STATE(7853), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -398755,7 +399523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -398770,105 +399538,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [116321] = 3, + [117157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 16, + ACTIONS(6496), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6472), 32, + sym_identifier, + ACTIONS(6498), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [116377] = 22, + anon_sym_DASH_GT, + [117213] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(4257), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6077), 1, + STATE(6396), 1, sym__declarator, - STATE(8511), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -398880,7 +399648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -398895,63 +399663,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [116471] = 3, + [117307] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(5664), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(3249), 1, 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_LT_LT, + ACTIONS(3251), 1, + anon_sym_AMP, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [116527] = 3, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5787), 1, + sym__scope_resolution, + STATE(6396), 1, + sym__declarator, + STATE(7995), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [117401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 16, + ACTIONS(6460), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -398968,7 +399755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6584), 32, + ACTIONS(6462), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399001,10 +399788,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116583] = 3, + [117457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 16, + ACTIONS(6464), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399021,7 +399808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6430), 32, + ACTIONS(6466), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399054,10 +399841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116639] = 3, + [117513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 16, + ACTIONS(5183), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399074,7 +399861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6592), 32, + ACTIONS(5185), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399107,10 +399894,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116695] = 3, + [117569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 16, + ACTIONS(5147), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399127,7 +399914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6488), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399160,101 +399947,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [116751] = 3, + [117625] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 16, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + STATE(1577), 1, + sym_template_argument_list, + STATE(2201), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4947), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 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_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(4109), 32, + ACTIONS(5929), 29, anon_sym_DOT_DOT_DOT, 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [116807] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6482), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6484), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, 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_LT, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, @@ -399265,104 +400000,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [116863] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6262), 1, - anon_sym_LBRACE, - STATE(2378), 1, - sym_attribute_specifier, - STATE(2905), 1, - sym_field_declaration_list, - STATE(6882), 1, - sym_virtual_specifier, - STATE(7638), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5652), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(5650), 33, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, + anon_sym_DASH_GT, sym_auto, anon_sym_decltype, - anon_sym_operator, - [116935] = 6, + anon_sym_GT2, + [117689] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4878), 1, - anon_sym_SEMI, - ACTIONS(4887), 1, - anon_sym_LBRACK, - ACTIONS(4880), 3, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4883), 7, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(3247), 1, anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, anon_sym_STAR, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_EQ, - ACTIONS(4876), 36, + ACTIONS(6987), 1, anon_sym_AMP, + ACTIONS(6989), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5784), 1, + sym__scope_resolution, + STATE(6096), 1, + sym__declarator, + STATE(7853), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, @@ -399376,17 +400076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [116997] = 3, + [117783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 16, + ACTIONS(5147), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399403,7 +400096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5191), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399436,10 +400129,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [117053] = 3, + [117839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 16, + ACTIONS(5147), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399456,7 +400149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6394), 32, + ACTIONS(5149), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399489,63 +400182,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [117109] = 3, + [117895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 16, + ACTIONS(6624), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3759), 32, + sym_identifier, + ACTIONS(6626), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [117165] = 3, + anon_sym_DASH_GT, + [117951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6424), 16, + ACTIONS(6468), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399562,7 +400255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6426), 32, + ACTIONS(6470), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399595,10 +400288,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [117221] = 3, + [118007] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6977), 1, + anon_sym_STAR, + ACTIONS(6979), 1, + anon_sym_AMP_AMP, + ACTIONS(6981), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5761), 1, + sym__scope_resolution, + STATE(6544), 1, + sym__declarator, + STATE(7994), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [118101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6412), 16, + ACTIONS(6472), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399615,7 +400380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6414), 32, + ACTIONS(6474), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399648,10 +400413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [117277] = 3, + [118157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 16, + ACTIONS(5167), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399668,7 +400433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5195), 32, + ACTIONS(5169), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399701,10 +400466,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [117333] = 3, + [118213] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, + anon_sym_STAR, + ACTIONS(7017), 1, + anon_sym_AMP_AMP, + ACTIONS(7019), 1, + anon_sym_AMP, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5786), 1, + sym__scope_resolution, + STATE(6614), 1, + sym__declarator, + STATE(8045), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [118307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6456), 19, + ACTIONS(6570), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -399724,7 +400561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6458), 29, + ACTIONS(6572), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399754,10 +400591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [117389] = 3, + [118363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 16, + ACTIONS(6530), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -399774,157 +400611,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6596), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [117445] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6533), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6535), 29, + ACTIONS(6532), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [117501] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8093), 1, - sym_auto, - ACTIONS(8095), 1, - anon_sym_decltype, - STATE(4026), 1, - sym_new_declarator, - STATE(4089), 1, - sym_decltype_auto, - STATE(3947), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(5798), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LPAREN2, 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_LT, - anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [117573] = 3, + anon_sym_DASH_GT_STAR, + [118419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 19, + ACTIONS(6574), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -399944,7 +400667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6440), 29, + ACTIONS(6576), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -399974,124 +400697,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [117629] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(3249), 1, - anon_sym_STAR, - ACTIONS(3251), 1, - anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5768), 1, - sym__scope_resolution, - STATE(6415), 1, - sym__declarator, - STATE(8547), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [117723] = 22, + [118475] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(7017), 1, + ACTIONS(6953), 1, anon_sym_STAR, - ACTIONS(7019), 1, + ACTIONS(6955), 1, anon_sym_AMP_AMP, - ACTIONS(7021), 1, + ACTIONS(6957), 1, anon_sym_AMP, - STATE(4257), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6232), 1, + STATE(6283), 1, sym__declarator, - STATE(7942), 1, + STATE(7941), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -400103,7 +400754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -400118,63 +400769,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [117817] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6416), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6418), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [117873] = 3, + [118569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 19, + ACTIONS(6476), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -400194,7 +400792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6448), 29, + ACTIONS(6478), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400224,105 +400822,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [117929] = 3, + [118625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 16, + ACTIONS(6578), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6448), 32, + sym_identifier, + ACTIONS(6580), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [117985] = 22, + anon_sym_DASH_GT, + [118681] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(6987), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(6989), 1, anon_sym_COLON_COLON, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5807), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6371), 1, + STATE(6104), 1, sym__declarator, - STATE(7943), 1, + STATE(7853), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -400334,7 +400932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -400349,10 +400947,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [118079] = 3, + [118775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 19, + ACTIONS(6398), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -400372,7 +400970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6531), 29, + ACTIONS(6400), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400402,10 +401000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [118135] = 3, + [118831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 16, + ACTIONS(5171), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -400422,7 +401020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2807), 32, + ACTIONS(5173), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400455,120 +401053,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [118191] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8071), 1, - anon_sym_COLON, - STATE(2345), 1, - sym_attribute_specifier, - STATE(3418), 1, - sym__enum_base_clause, - STATE(3460), 1, - sym_enumerator_list, - ACTIONS(6250), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym___inline, - anon_sym_const, - ACTIONS(6252), 37, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym_LBRACK_LBRACK, - anon_sym___declspec, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [118261] = 3, + [118887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 16, + ACTIONS(6582), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5167), 32, + sym_identifier, + ACTIONS(6584), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [118317] = 3, + anon_sym_DASH_GT, + [118943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6586), 19, @@ -400621,10 +401159,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [118373] = 3, + [118999] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6374), 1, + anon_sym_LBRACE, + STATE(2361), 1, + sym_attribute_specifier, + STATE(2869), 1, + sym_field_declaration_list, + STATE(6832), 1, + sym_virtual_specifier, + STATE(7629), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(5659), 33, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_operator, + [119071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 19, + ACTIONS(6480), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -400644,7 +401243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6444), 29, + ACTIONS(6482), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400674,10 +401273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [118429] = 3, + [119127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 16, + ACTIONS(6534), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -400694,7 +401293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6568), 32, + ACTIONS(6536), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400727,82 +401326,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [118485] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6973), 1, - anon_sym_STAR, - ACTIONS(6975), 1, - anon_sym_AMP_AMP, - ACTIONS(6977), 1, - anon_sym_AMP, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5796), 1, - sym__scope_resolution, - STATE(6559), 1, - sym__declarator, - STATE(8046), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [118579] = 3, + [119183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 19, + ACTIONS(6390), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -400822,7 +401349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6430), 29, + ACTIONS(6392), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400852,10 +401379,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [118635] = 3, + [119239] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4878), 1, + anon_sym_SEMI, + ACTIONS(4887), 1, + anon_sym_LBRACK, + ACTIONS(4880), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4883), 7, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_EQ, + ACTIONS(4876), 36, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [119301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 16, + ACTIONS(4117), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -400872,7 +401455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6527), 32, + ACTIONS(4109), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400905,10 +401488,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [118691] = 3, + [119357] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, + anon_sym_STAR, + ACTIONS(8089), 1, + anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2966), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6314), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2923), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4289), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [119449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 16, + ACTIONS(1920), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -400925,7 +401579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6600), 32, + ACTIONS(1918), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -400958,52 +401612,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [118747] = 22, + [119505] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(6953), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6955), 1, - anon_sym_AMP_AMP, - ACTIONS(6957), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6959), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5734), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6050), 1, + STATE(6370), 1, sym__declarator, - STATE(7854), 1, + STATE(7995), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -401015,7 +401669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -401030,116 +401684,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [118841] = 3, + [119599] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 16, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8095), 1, + sym_auto, + ACTIONS(8097), 1, + anon_sym_decltype, + STATE(4018), 1, + sym_new_declarator, + STATE(4109), 1, + sym_decltype_auto, + STATE(3924), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5727), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6618), 32, - anon_sym_DOT_DOT_DOT, - 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [118897] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6612), 16, - 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_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6614), 32, + sym_identifier, + ACTIONS(5729), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, 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_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [118953] = 3, + anon_sym_DASH_GT, + [119671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 16, + ACTIONS(6492), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401156,7 +401765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5155), 32, + ACTIONS(6494), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401189,10 +401798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119009] = 3, + [119727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 16, + ACTIONS(6476), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401209,7 +401818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6454), 32, + ACTIONS(6478), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401242,10 +401851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119065] = 3, + [119783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 16, + ACTIONS(6480), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401262,7 +401871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5163), 32, + ACTIONS(6482), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401295,116 +401904,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119121] = 3, + [119839] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 16, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(8089), 1, + anon_sym_AMP_AMP, + ACTIONS(8091), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6604), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2966), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6317), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3934), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4325), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 8, 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_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [119177] = 3, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [119931] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8085), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(3402), 1, + sym__enum_base_clause, + STATE(3561), 1, + sym_enumerator_list, + ACTIONS(6202), 4, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(6464), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym___inline, + anon_sym_const, + ACTIONS(6204), 37, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [119233] = 3, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym_LBRACK_LBRACK, + anon_sym___declspec, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [120001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 16, + ACTIONS(1924), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401421,7 +402055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6588), 32, + ACTIONS(1922), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401454,135 +402088,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119289] = 3, + [120057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5655), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6472), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [119345] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8093), 1, - sym_auto, - ACTIONS(8095), 1, - anon_sym_decltype, - STATE(4015), 1, - sym_new_declarator, - STATE(4089), 1, - sym_decltype_auto, - STATE(3943), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5811), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(5813), 22, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_STAR, - 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_LT, anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [119417] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6494), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -401591,14 +402110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6496), 29, + sym_literal_suffix, + ACTIONS(5657), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -401607,138 +402122,71 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [119473] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6967), 1, - anon_sym_STAR, - ACTIONS(6969), 1, - anon_sym_AMP_AMP, - ACTIONS(6971), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6505), 1, - sym__declarator, - STATE(7995), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [119567] = 22, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [120113] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6387), 1, + STATE(6370), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -401750,7 +402198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -401765,82 +402213,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [119661] = 22, + [120207] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8095), 1, + sym_auto, + ACTIONS(8097), 1, + anon_sym_decltype, + STATE(4023), 1, + sym_new_declarator, + STATE(4109), 1, + sym_decltype_auto, + STATE(3948), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5806), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR, - ACTIONS(6991), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6415), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [119755] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [120279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 16, + ACTIONS(5175), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401857,7 +402294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5159), 32, + ACTIONS(5177), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401890,10 +402327,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119811] = 3, + [120335] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6450), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6452), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [120391] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8095), 1, + sym_auto, + ACTIONS(8097), 1, + anon_sym_decltype, + STATE(4006), 1, + sym_new_declarator, + STATE(4109), 1, + sym_decltype_auto, + STATE(3929), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5739), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(5741), 22, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_STAR, + 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_LT, + anon_sym_GT_GT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [120463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 16, + ACTIONS(6496), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -401910,7 +402461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(6518), 32, + ACTIONS(6498), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -401943,21 +402494,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [119867] = 3, + [120519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5647), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -401966,14 +402516,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6510), 29, + sym_literal_suffix, + ACTIONS(5649), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -401982,35 +402528,39 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [119923] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [120575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5651), 19, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -402019,14 +402569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6527), 29, + sym_literal_suffix, + ACTIONS(5653), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -402035,96 +402581,29 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [119979] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(7017), 1, - anon_sym_STAR, - ACTIONS(7019), 1, - anon_sym_AMP_AMP, - ACTIONS(7021), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6228), 1, - sym__declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [120073] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [120631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 19, + ACTIONS(6518), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402144,7 +402623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6592), 29, + ACTIONS(6520), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -402174,19 +402653,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120129] = 7, + [120687] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, + ACTIONS(3467), 1, anon_sym_LBRACE, - STATE(3984), 1, - sym_enumerator_list, - STATE(4083), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5923), 19, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8095), 1, + sym_auto, + ACTIONS(8097), 1, + anon_sym_decltype, + STATE(4032), 1, + sym_new_declarator, + STATE(4109), 1, + sym_decltype_auto, + STATE(3900), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402204,16 +402691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5925), 24, + ACTIONS(5745), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -402224,17 +402708,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120193] = 3, + [120759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 19, + ACTIONS(6522), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402254,7 +402737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6614), 29, + ACTIONS(6524), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -402284,135 +402767,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120249] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6973), 1, - anon_sym_STAR, - ACTIONS(6975), 1, - anon_sym_AMP_AMP, - ACTIONS(6977), 1, - anon_sym_AMP, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5796), 1, - sym__scope_resolution, - STATE(6604), 1, - sym__declarator, - STATE(8046), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [120343] = 3, + [120815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 16, + ACTIONS(6526), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5142), 32, + sym_identifier, + ACTIONS(6528), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [120399] = 3, + anon_sym_DASH_GT, + [120871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 19, + ACTIONS(6538), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402432,7 +402843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6500), 29, + ACTIONS(6540), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -402462,82 +402873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120455] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(6953), 1, - anon_sym_STAR, - ACTIONS(6955), 1, - anon_sym_AMP_AMP, - ACTIONS(6957), 1, - anon_sym_AMP, - ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5734), 1, - sym__scope_resolution, - STATE(6060), 1, - sym__declarator, - STATE(7854), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [120549] = 3, + [120927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 16, + ACTIONS(6488), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -402554,7 +402893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(5179), 32, + ACTIONS(6490), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -402587,66 +402926,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT_STAR, - [120605] = 22, + [120983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(3114), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(3112), 45, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, - ACTIONS(5705), 1, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [121038] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2871), 2, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6967), 1, - anon_sym_STAR, - ACTIONS(6969), 1, - anon_sym_AMP_AMP, - ACTIONS(6971), 1, - anon_sym_AMP, - STATE(4257), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2869), 45, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [121093] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5739), 1, - sym__scope_resolution, - STATE(6538), 1, - sym__declarator, - STATE(7995), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4158), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - ACTIONS(2863), 14, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5479), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(8101), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -402659,53 +403068,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [120699] = 5, + ACTIONS(8099), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [121162] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(8089), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8097), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5842), 16, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(4170), 1, + sym_new_declarator, + STATE(3948), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 10, 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_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, + anon_sym___attribute, anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(5844), 28, + ACTIONS(5806), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - 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_LBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, 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_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -402713,22 +403148,217 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [120759] = 3, + anon_sym_DASH_GT, + [121233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5647), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(5649), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [121288] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8109), 1, + anon_sym_STAR, + ACTIONS(8111), 1, + anon_sym_AMP_AMP, + ACTIONS(8113), 1, + anon_sym_AMP, + STATE(3238), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6421), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4403), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [121381] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7752), 1, + anon_sym_STAR, + ACTIONS(7754), 1, + anon_sym_AMP_AMP, + ACTIONS(7756), 1, + anon_sym_AMP, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8117), 1, + anon_sym___attribute, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + STATE(2799), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6015), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4095), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [121470] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4074), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, + ACTIONS(6030), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -402737,10 +403367,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6596), 29, + sym_auto, + anon_sym_decltype, + ACTIONS(6032), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -402756,21 +403387,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120815] = 3, + [121529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 19, + STATE(4052), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5990), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402780,8 +403413,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -402790,10 +403421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6488), 29, + sym_auto, + anon_sym_decltype, + ACTIONS(5992), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -402809,21 +403441,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120871] = 3, + [121588] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + ACTIONS(8117), 1, + anon_sym___asm, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2384), 1, + sym_decltype_auto, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5945), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4081), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [121677] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8127), 1, + anon_sym_STAR, + ACTIONS(8129), 1, + anon_sym_AMP_AMP, + ACTIONS(8131), 1, + anon_sym_AMP, + STATE(3185), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6398), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4399), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, + anon_sym_COMMA, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [121770] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 19, + STATE(4101), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6038), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -402833,8 +403607,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -402843,10 +403615,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6600), 29, + sym_auto, + anon_sym_decltype, + ACTIONS(6040), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -402862,32 +403635,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120927] = 3, + [121829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5655), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -402895,15 +403664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - ACTIONS(6514), 29, + sym_literal_suffix, + ACTIONS(5657), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -402912,27 +403676,32 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [120983] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [121884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 2, + ACTIONS(3086), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3006), 45, + ACTIONS(3084), 45, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, @@ -402978,89 +403747,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [121038] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7775), 1, - anon_sym_STAR, - ACTIONS(7777), 1, - anon_sym_AMP_AMP, - ACTIONS(7779), 1, - anon_sym_AMP, - ACTIONS(8101), 1, - anon_sym___asm, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - STATE(2862), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5967), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4116), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [121127] = 3, + [121939] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 18, + STATE(4116), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6058), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -403068,10 +403772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5676), 29, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(6060), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -403080,7 +403790,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -403088,26 +403801,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [121182] = 5, + [121998] = 5, ACTIONS(3), 1, sym_comment, - STATE(4096), 1, + STATE(4059), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6021), 19, + ACTIONS(5994), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -403127,7 +403829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(6023), 25, + ACTIONS(5996), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -403153,63 +403855,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [121241] = 21, + [122057] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8107), 1, + ACTIONS(7768), 1, anon_sym_STAR, - ACTIONS(8109), 1, + ACTIONS(7770), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, + ACTIONS(7772), 1, anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + ACTIONS(8135), 1, + anon_sym___asm, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(2384), 1, + sym_decltype_auto, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6384), 1, + STATE(5952), 1, sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4399), 2, + STATE(4058), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 7, + ACTIONS(8133), 11, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -403223,195 +403924,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [121332] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4072), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5952), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5954), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [121391] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5836), 1, - anon_sym_STAR, - ACTIONS(8113), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8117), 1, - anon_sym_AMP_AMP, - ACTIONS(8119), 1, - anon_sym_AMP, - ACTIONS(8121), 1, - anon_sym_EQ, - STATE(3121), 1, - sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6218), 1, - sym__declarator, - STATE(6471), 1, - sym__abstract_declarator, - STATE(6621), 1, - sym_abstract_reference_declarator, - STATE(7377), 1, - sym_variadic_declarator, - STATE(7385), 1, - sym_variadic_reference_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(8115), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(6635), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [121500] = 20, + [122146] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(7786), 1, anon_sym_AMP, - ACTIONS(8101), 1, - anon_sym___attribute, - ACTIONS(8103), 1, + ACTIONS(8119), 1, sym_auto, - ACTIONS(8105), 1, + ACTIONS(8121), 1, anon_sym_decltype, - STATE(2760), 1, + ACTIONS(8135), 1, + anon_sym___asm, + STATE(2866), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4612), 1, + STATE(4578), 1, sym_decltype_auto, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6023), 1, + STATE(5958), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4092), 2, + STATE(4075), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 11, + ACTIONS(8133), 11, anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -403425,146 +403993,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [121589] = 5, + [122235] = 3, ACTIONS(3), 1, sym_comment, - STATE(4052), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(2839), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2837), 45, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6004), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(6006), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [121648] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4157), 1, - sym_new_declarator, - STATE(3874), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5780), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [121719] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8129), 4, + anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4922), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4920), 33, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, + anon_sym_static, + 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, @@ -403583,37 +404036,115 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [121778] = 11, + anon_sym_typename, + anon_sym_template, + [122290] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5827), 1, + anon_sym_STAR, + ACTIONS(8137), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8141), 1, + anon_sym_AMP_AMP, + ACTIONS(8143), 1, + anon_sym_AMP, + ACTIONS(8145), 1, + anon_sym_EQ, + STATE(3108), 1, + sym_parameter_list, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6224), 1, + sym__declarator, + STATE(6460), 1, + sym__abstract_declarator, + STATE(6663), 1, + sym_abstract_reference_declarator, + STATE(7152), 1, + sym_variadic_reference_declarator, + STATE(7183), 1, + sym_variadic_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(8139), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(6671), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [122399] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(7940), 1, + ACTIONS(7943), 1, anon_sym_LBRACK, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(8125), 1, + ACTIONS(8105), 1, sym_auto, - ACTIONS(8127), 1, + ACTIONS(8107), 1, anon_sym_decltype, - STATE(1825), 1, + STATE(1824), 1, sym_decltype_auto, - STATE(4140), 1, + STATE(4161), 1, sym_new_declarator, - STATE(3943), 2, + STATE(3929), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5811), 10, + ACTIONS(5739), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -403624,7 +404155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5813), 28, + ACTIONS(5741), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -403653,32 +404184,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [121849] = 3, + [122470] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2686), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2681), 45, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, + anon_sym_STAR, + ACTIONS(8149), 1, + anon_sym_AMP_AMP, + ACTIONS(8151), 1, + anon_sym_AMP, + STATE(2940), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6450), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3999), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4417), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -403691,29 +404254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [121904] = 5, + [122561] = 5, ACTIONS(3), 1, sym_comment, - STATE(4077), 1, + STATE(4103), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5972), 19, + ACTIONS(5953), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -403733,7 +404282,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5974), 25, + ACTIONS(5955), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -403759,24 +404308,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [121963] = 5, + [122620] = 3, ACTIONS(3), 1, sym_comment, - STATE(4059), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6000), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5651), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -403784,16 +404329,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(6002), 25, + sym_literal_suffix, + ACTIONS(5653), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -403802,10 +404341,7 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -403813,15 +404349,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [122022] = 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [122675] = 5, ACTIONS(3), 1, sym_comment, - STATE(4102), 1, + STATE(4105), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5994), 19, + ACTIONS(5967), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -403841,7 +404388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5996), 25, + ACTIONS(5969), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -403867,15 +404414,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [122081] = 5, + [122734] = 5, ACTIONS(3), 1, sym_comment, - STATE(4068), 1, + STATE(4107), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5966), 19, + ACTIONS(6034), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -403895,7 +404442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5968), 25, + ACTIONS(6036), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -403921,64 +404468,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [122140] = 21, + [122793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2700), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(2695), 45, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + 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, - ACTIONS(4831), 1, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_typename, + anon_sym_template, + [122848] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(3994), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4920), 4, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(8153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4996), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8107), 1, anon_sym_STAR, - ACTIONS(8109), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, - anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6403), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3963), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4406), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 7, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7976), 13, + anon_sym_COLON, + ACTIONS(4999), 29, + anon_sym_AMP, anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -403991,64 +404564,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [122231] = 22, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [122909] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(4171), 1, + sym_new_declarator, + STATE(3900), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(5745), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [122980] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8132), 1, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8134), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8136), 1, + ACTIONS(8160), 1, anon_sym_AMP, - STATE(3093), 1, + STATE(2946), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6443), 1, + STATE(6410), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3998), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4425), 2, + STATE(4436), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, + ACTIONS(5709), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -404062,62 +404705,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [122324] = 20, + [123071] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, anon_sym_LBRACK, - ACTIONS(7775), 1, + ACTIONS(5841), 1, anon_sym_STAR, - ACTIONS(7777), 1, + ACTIONS(8137), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8141), 1, anon_sym_AMP_AMP, - ACTIONS(7779), 1, + ACTIONS(8143), 1, anon_sym_AMP, - ACTIONS(8103), 1, + ACTIONS(8162), 1, + anon_sym_EQ, + STATE(3092), 1, + sym_parameter_list, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6210), 1, + sym__declarator, + STATE(6496), 1, + sym__abstract_declarator, + STATE(6691), 1, + sym_abstract_reference_declarator, + STATE(7152), 1, + sym_variadic_reference_declarator, + STATE(7183), 1, + sym_variadic_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(8139), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6671), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [123180] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7752), 1, + anon_sym_STAR, + ACTIONS(7754), 1, + anon_sym_AMP_AMP, + ACTIONS(7756), 1, + anon_sym_AMP, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8119), 1, sym_auto, - ACTIONS(8105), 1, + ACTIONS(8121), 1, anon_sym_decltype, - ACTIONS(8140), 1, - anon_sym___asm, - STATE(2862), 1, + ACTIONS(8135), 1, + anon_sym___attribute, + STATE(2799), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4612), 1, + STATE(4578), 1, sym_decltype_auto, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6013), 1, + STATE(5940), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4073), 2, + STATE(4086), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 11, + ACTIONS(8133), 11, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -404131,170 +404853,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [122413] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5666), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5668), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [122468] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4112), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5986), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5988), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [122527] = 22, + [123269] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8142), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(7786), 1, anon_sym_AMP, - STATE(3263), 1, + ACTIONS(8117), 1, + anon_sym___asm, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + STATE(2866), 1, sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6407), 1, + STATE(5965), 1, sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(6885), 2, anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4408), 2, + anon_sym__Alignas, + STATE(4098), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, + ACTIONS(8115), 11, anon_sym_COMMA, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -404308,75 +404922,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [122620] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4141), 1, - sym_new_declarator, - STATE(3947), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5798), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [122691] = 5, + [123358] = 5, ACTIONS(3), 1, sym_comment, - STATE(4087), 1, + STATE(4090), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6033), 19, + ACTIONS(6014), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -404396,7 +404950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(6035), 25, + ACTIONS(6016), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -404422,15 +404976,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [122750] = 5, + [123417] = 5, ACTIONS(3), 1, sym_comment, - STATE(4070), 1, + STATE(4091), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5958), 19, + ACTIONS(5957), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -404450,7 +405004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5960), 25, + ACTIONS(5959), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -404476,13 +405030,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [122809] = 3, + [123476] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3994), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8153), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4922), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(4920), 33, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [123535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3035), 2, + ACTIONS(2819), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(3033), 45, + ACTIONS(2817), 45, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, @@ -404528,51 +405136,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [122864] = 22, + [123590] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5711), 1, + ACTIONS(5717), 1, anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8132), 1, + ACTIONS(8109), 1, anon_sym_STAR, - ACTIONS(8134), 1, + ACTIONS(8111), 1, anon_sym_AMP_AMP, - ACTIONS(8136), 1, + ACTIONS(8113), 1, anon_sym_AMP, - STATE(3093), 1, + STATE(3238), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6394), 1, + STATE(6419), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3977), 2, + STATE(3964), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4416), 2, + STATE(4400), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, @@ -404585,45 +405193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [122957] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4118), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5382), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(8150), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6997), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -404637,45 +405207,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(8148), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [123026] = 5, + [123683] = 3, ACTIONS(3), 1, sym_comment, - STATE(4085), 1, - sym_attribute_specifier, - ACTIONS(5856), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5982), 19, - aux_sym_preproc_elif_token1, + ACTIONS(5671), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -404683,16 +405228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5984), 25, + sym_literal_suffix, + ACTIONS(5673), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -404701,10 +405240,7 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -404712,385 +405248,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [123085] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8140), 1, - anon_sym___asm, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6018), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4107), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [123174] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2803), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2801), 45, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [123229] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2911), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2909), 45, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [123284] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5815), 1, - anon_sym_STAR, - ACTIONS(8113), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8117), 1, - anon_sym_AMP_AMP, - ACTIONS(8119), 1, - anon_sym_AMP, - ACTIONS(8156), 1, - anon_sym_EQ, - STATE(3231), 1, - sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6206), 1, - sym__declarator, - STATE(6478), 1, - sym__abstract_declarator, - STATE(6628), 1, - sym_abstract_reference_declarator, - STATE(7377), 1, - sym_variadic_declarator, - STATE(7385), 1, - sym_variadic_reference_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(8115), 2, - anon_sym_COMMA, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, anon_sym_GT2, - STATE(6635), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [123393] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8101), 1, - anon_sym___asm, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5944), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4111), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [123482] = 22, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [123738] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5711), 1, - anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8142), 1, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(8160), 1, anon_sym_AMP, - STATE(3263), 1, + STATE(2946), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6440), 1, + STATE(6375), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3981), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4391), 2, + STATE(4437), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5709), 6, + ACTIONS(5723), 7, anon_sym_COMMA, - anon_sym___attribute__, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -405104,63 +405329,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [123575] = 21, + [123829] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8147), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8149), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8151), 1, anon_sym_AMP, - STATE(2954), 1, + STATE(2940), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6428), 1, + STATE(6356), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3999), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4424), 2, + STATE(4368), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5709), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5723), 7, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -405174,20 +405399,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [123666] = 3, + [123920] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 18, + STATE(4111), 1, + sym_attribute_specifier, + ACTIONS(5817), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6018), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -405195,10 +405424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5664), 29, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(6020), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -405207,7 +405442,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -405215,95 +405453,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [123721] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7750), 1, - anon_sym_STAR, - ACTIONS(7752), 1, - anon_sym_AMP_AMP, - ACTIONS(7754), 1, - anon_sym_AMP, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - ACTIONS(8140), 1, - anon_sym___attribute, - STATE(2760), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6006), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4110), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [123810] = 5, + [123979] = 5, ACTIONS(3), 1, sym_comment, - STATE(4094), 1, + STATE(4112), 1, sym_attribute_specifier, - ACTIONS(5856), 2, + ACTIONS(5817), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6017), 19, + ACTIONS(5933), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -405323,7 +405481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(6019), 25, + ACTIONS(5935), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -405349,63 +405507,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [123869] = 21, + [124038] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(5717), 1, + anon_sym___attribute, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8127), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(2954), 1, + STATE(3185), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6451), 1, + STATE(6393), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3969), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4389), 2, + STATE(4375), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 7, + ACTIONS(5709), 6, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -405419,120 +405578,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [123960] = 3, + [124131] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(2921), 45, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_enum, - anon_sym_class, - anon_sym_struct, - anon_sym_union, - sym_identifier, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(8105), 1, sym_auto, + ACTIONS(8107), 1, anon_sym_decltype, - anon_sym_typename, - anon_sym_template, - [124015] = 6, - ACTIONS(3), 1, - sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4920), 4, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(8129), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4999), 9, + STATE(1824), 1, + sym_decltype_auto, + STATE(4124), 1, + sym_new_declarator, + STATE(3924), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5727), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(5729), 28, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, 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_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(4996), 29, - anon_sym_AMP, - anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [124076] = 3, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [124202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2919), 2, + ACTIONS(2927), 2, anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - ACTIONS(2917), 45, + ACTIONS(2925), 45, anon_sym___extension__, anon_sym_virtual, anon_sym_extern, @@ -405578,18 +405690,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_typename, anon_sym_template, - [124131] = 8, + [124257] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(7216), 1, + ACTIONS(7273), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - STATE(2937), 1, + STATE(2981), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(6746), 4, + ACTIONS(6756), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -405635,27 +405747,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [124196] = 11, + [124322] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8123), 1, + ACTIONS(8093), 1, anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4146), 1, - sym_new_declarator, - STATE(3922), 2, + STATE(3888), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5762), 10, + ACTIONS(6186), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -405664,12 +405767,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5764), 28, + sym_identifier, + ACTIONS(6188), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -405680,35 +405792,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [124267] = 3, + [124382] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, + anon_sym_STAR, + ACTIONS(8166), 1, + anon_sym_AMP_AMP, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(3028), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6461), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4481), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [124472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 18, + ACTIONS(5578), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -405716,10 +405892,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(5672), 29, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5580), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -405728,7 +405910,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, @@ -405736,51 +405921,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [124322] = 8, + [124526] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(4135), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8164), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 6, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(65), 1, anon_sym_const, - anon_sym_COLON, - anon_sym___asm, - ACTIONS(4115), 32, - anon_sym_COMMA, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8170), 1, anon_sym_STAR, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, + ACTIONS(8174), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3198), 1, + sym_parameter_list, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6467), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4016), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4489), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5709), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -405793,71 +405990,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [124386] = 6, + [124616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8166), 1, - anon_sym_LT, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(4859), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(4866), 31, + ACTIONS(7812), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_TILDE, 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_LT_LT, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - sym_auto, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(7810), 33, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + 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_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - [124446] = 18, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [124670] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -405868,31 +406052,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___inline, ACTIONS(65), 1, anon_sym_const, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8152), 1, + ACTIONS(8123), 1, sym_auto, - ACTIONS(8154), 1, + ACTIONS(8125), 1, anon_sym_decltype, - ACTIONS(8169), 1, + ACTIONS(8176), 1, anon_sym_virtual, - ACTIONS(8173), 1, + ACTIONS(8180), 1, anon_sym___declspec, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - ACTIONS(6209), 2, + ACTIONS(6227), 2, anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6211), 3, + ACTIONS(6229), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - STATE(4153), 7, + STATE(4129), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -405900,7 +406084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(8171), 8, + ACTIONS(8178), 8, anon_sym_extern, anon_sym_static, anon_sym_register, @@ -405909,7 +406093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -405923,7 +406107,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [124530] = 18, + [124754] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5546), 21, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5548), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [124808] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -405934,31 +406169,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___inline, ACTIONS(65), 1, anon_sym_const, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8152), 1, + ACTIONS(8123), 1, sym_auto, - ACTIONS(8154), 1, + ACTIONS(8125), 1, anon_sym_decltype, - ACTIONS(8173), 1, + ACTIONS(8180), 1, anon_sym___declspec, - ACTIONS(8175), 1, + ACTIONS(8182), 1, anon_sym_virtual, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2370), 1, + STATE(2384), 1, sym_decltype_auto, - ACTIONS(6238), 2, + ACTIONS(6248), 2, anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6240), 3, + ACTIONS(6250), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - STATE(4121), 7, + STATE(4147), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -405966,7 +406201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(8171), 8, + ACTIONS(8178), 8, anon_sym_extern, anon_sym_static, anon_sym_register, @@ -405975,76 +406210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [124614] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(3007), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6481), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4493), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -406058,33 +406224,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [124704] = 12, + [124892] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5349), 1, + ACTIONS(5451), 1, sym_identifier, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, + STATE(2079), 1, + sym_primitive_type, STATE(2081), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2084), 1, - sym_primitive_type, - ACTIONS(8186), 2, + ACTIONS(8187), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(5351), 4, + ACTIONS(5453), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4938), 8, + ACTIONS(4966), 8, anon_sym_AMP, anon_sym___attribute__, anon_sym___attribute, @@ -406093,7 +406259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(4936), 9, + ACTIONS(4964), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -406103,7 +406269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(8183), 14, + ACTIONS(8184), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -406118,62 +406284,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [124776] = 21, + [124964] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8190), 1, + anon_sym_LT, + STATE(2201), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(4947), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4115), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [125028] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8177), 1, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8179), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8181), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(3007), 1, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3198), 1, sym_parameter_list, - STATE(4028), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6484), 1, + STATE(6490), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(7760), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(7762), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4010), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4485), 2, + STATE(4496), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5709), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5723), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -406187,84 +406409,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [124866] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5614), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5616), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [124920] = 8, + [125118] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(7273), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - STATE(4135), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8164), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5908), 6, + ACTIONS(5689), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, anon_sym___asm, - ACTIONS(5910), 32, + ACTIONS(4133), 37, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, @@ -406286,25 +406452,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [124984] = 6, + [125178] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(8091), 1, + ACTIONS(8093), 1, anon_sym_LPAREN2, - STATE(3883), 2, + STATE(3921), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6198), 17, + ACTIONS(6166), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -406322,7 +406491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6200), 25, + ACTIONS(6168), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -406348,17 +406517,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125044] = 6, + [125238] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8091), 1, + ACTIONS(5383), 1, + sym_identifier, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(2085), 1, + sym_primitive_type, + STATE(4200), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8197), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4014), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8195), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4934), 8, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(4932), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(3919), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6085), 17, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(8192), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [125310] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -406368,6 +406590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -406376,13 +406600,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(6087), 25, + sym_auto, + anon_sym_decltype, + ACTIONS(5604), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -406393,75 +406620,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125104] = 8, + [125364] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(8189), 1, + ACTIONS(4833), 1, + anon_sym_SEMI, + ACTIONS(4842), 1, + anon_sym_LBRACK, + ACTIONS(6302), 1, anon_sym_LT, - STATE(2272), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2424), 1, + STATE(3932), 1, sym_template_argument_list, - ACTIONS(4951), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4835), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4838), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(4831), 36, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4115), 28, - anon_sym_DOT_DOT_DOT, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [125430] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + ACTIONS(4831), 6, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym_COLON, + anon_sym___asm, + ACTIONS(4838), 37, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [125168] = 3, + anon_sym_try, + anon_sym_requires, + [125490] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 21, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + STATE(3897), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6182), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -406471,8 +406759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -406481,16 +406767,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5524), 25, + ACTIONS(6184), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -406501,39 +406784,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125222] = 6, + [125550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8189), 1, - anon_sym_LT, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(5689), 12, + ACTIONS(5554), 21, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_GT_GT, + anon_sym_LT, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4133), 31, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5556), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -406542,118 +406833,44 @@ 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_LT, - anon_sym___attribute__, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [125282] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8191), 1, - anon_sym_STAR, - ACTIONS(8193), 1, - anon_sym_AMP_AMP, - ACTIONS(8195), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3242), 1, - sym_parameter_list, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6469), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4030), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4503), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5709), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [125372] = 6, + [125604] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(7216), 1, + ACTIONS(6302), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - ACTIONS(5689), 6, + STATE(4119), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8200), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, anon_sym___asm, - ACTIONS(4133), 37, + ACTIONS(5929), 32, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, @@ -406675,53 +406892,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [125432] = 12, + [125668] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5305), 1, - sym_identifier, - STATE(1630), 1, + STATE(4173), 1, sym_alignas_qualifier, - STATE(2076), 1, - sym_primitive_type, - STATE(4202), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8202), 2, + ACTIONS(8205), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4011), 2, + STATE(4026), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8200), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4966), 8, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(4964), 9, + ACTIONS(4901), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -406730,8 +406920,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(8197), 14, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(8202), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -406746,85 +406937,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [125504] = 9, + ACTIONS(4899), 17, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [125730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4861), 1, - anon_sym_SEMI, - ACTIONS(4870), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(4863), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4866), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(4859), 36, + ACTIONS(5550), 21, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [125570] = 6, + ACTIONS(5552), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [125784] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(7216), 1, + ACTIONS(7273), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - ACTIONS(4859), 6, + STATE(4119), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8200), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 6, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym_COLON, anon_sym___asm, - ACTIONS(4866), 37, + ACTIONS(4115), 32, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, @@ -406846,21 +407054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [125630] = 3, + [125848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7773), 13, + ACTIONS(7659), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -406874,7 +407079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(7771), 33, + ACTIONS(7657), 33, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -406908,41 +407113,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_operator, anon_sym_try, anon_sym_requires, - [125684] = 6, + [125902] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - STATE(3958), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6068), 17, - aux_sym_preproc_elif_token1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8208), 1, + anon_sym_LT, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(4831), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(4838), 31, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [125962] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8190), 1, + anon_sym_LT, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(5689), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(6070), 25, + ACTIONS(4133), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -406950,22 +407200,38 @@ 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_LT, - anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125744] = 3, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [126022] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 21, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + STATE(3957), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6194), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -406975,8 +407241,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -406985,16 +407249,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5571), 25, + ACTIONS(6196), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -407005,69 +407266,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125798] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7769), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(7767), 33, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [125852] = 3, + [126082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 21, + ACTIONS(5500), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -407089,7 +407300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5512), 25, + ACTIONS(5502), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -407115,63 +407326,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [125906] = 21, + [126136] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8191), 1, + ACTIONS(8164), 1, anon_sym_STAR, - ACTIONS(8193), 1, + ACTIONS(8166), 1, anon_sym_AMP_AMP, - ACTIONS(8195), 1, + ACTIONS(8168), 1, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3242), 1, + STATE(3028), 1, sym_parameter_list, - STATE(3309), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(5770), 1, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6489), 1, + STATE(6498), 1, sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(7596), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4007), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4494), 2, + STATE(4461), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(5709), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [126226] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(8211), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(2723), 1, + sym__enum_base_clause, + STATE(2895), 1, + sym_enumerator_list, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6204), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(6202), 33, + anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, @@ -407184,10 +407445,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [125996] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_operator, + [126291] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 21, + ACTIONS(8095), 1, + sym_auto, + ACTIONS(8097), 1, + anon_sym_decltype, + STATE(4109), 1, + sym_decltype_auto, + ACTIONS(5311), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -407197,8 +407470,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, anon_sym_or, anon_sym_and, anon_sym_bitor, @@ -407207,9 +407478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5593), 25, + ACTIONS(5313), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -407235,85 +407504,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [126050] = 6, + [126350] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - STATE(3918), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6095), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + ACTIONS(5681), 1, sym_identifier, - ACTIONS(6097), 25, + STATE(2102), 1, + sym_alignas_qualifier, + STATE(2223), 1, + sym_primitive_type, + STATE(2224), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8216), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1874), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(5685), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4964), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_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_LT, - anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_GT2, + ACTIONS(4966), 8, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8213), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [126421] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(8211), 1, anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [126110] = 7, + STATE(2340), 1, + sym_attribute_specifier, + STATE(2733), 1, + sym__enum_base_clause, + STATE(2900), 1, + sym_enumerator_list, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(6260), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(6258), 33, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_operator, + [126486] = 20, ACTIONS(3), 1, sym_comment, - STATE(4164), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, + anon_sym_STAR, + ACTIONS(7931), 1, + anon_sym_AMP_AMP, + ACTIONS(7933), 1, + anon_sym_AMP, + ACTIONS(8117), 1, + anon_sym___attribute, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(1625), 1, sym_alignas_qualifier, - ACTIONS(8208), 2, + STATE(2384), 1, + sym_decltype_auto, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6161), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4033), 2, + STATE(4191), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(4898), 10, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - ACTIONS(8205), 14, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -407326,150 +407686,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(4896), 17, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [126172] = 3, + [126573] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 21, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5500), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(7931), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [126226] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5427), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(7933), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, + ACTIONS(8123), 1, sym_auto, + ACTIONS(8125), 1, anon_sym_decltype, - ACTIONS(5429), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [126279] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - STATE(3828), 1, + ACTIONS(8135), 1, + anon_sym___attribute, + STATE(1625), 1, sym_alignas_qualifier, - ACTIONS(6868), 2, + STATE(2384), 1, + sym_decltype_auto, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6169), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4278), 2, + STATE(4187), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(4304), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5673), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(8150), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6853), 13, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -407483,31 +407753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(8148), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [126346] = 4, + [126660] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 19, + ACTIONS(5395), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -407527,7 +407776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5441), 25, + ACTIONS(5397), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -407545,6 +407794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -407553,86 +407803,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [126401] = 6, + [126713] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(8093), 1, - sym_auto, - ACTIONS(8095), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, anon_sym_decltype, - STATE(4089), 1, - sym_decltype_auto, - ACTIONS(5357), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(5359), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5711), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5713), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, + ACTIONS(5715), 1, + anon_sym_AMP, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [126460] = 12, + ACTIONS(8137), 1, + anon_sym_DOT_DOT_DOT, + STATE(2920), 1, + sym_parameter_list, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6276), 1, + sym__declarator, + STATE(6480), 1, + sym__abstract_declarator, + STATE(7391), 1, + sym_variadic_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(8221), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(8219), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [126812] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5716), 1, + ACTIONS(5693), 1, sym_identifier, - STATE(2106), 1, + STATE(2102), 1, sym_alignas_qualifier, - STATE(2260), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2271), 1, + STATE(2207), 1, sym_primitive_type, - ACTIONS(8214), 2, + STATE(4221), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8228), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1859), 2, + STATE(4037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2605), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(5718), 4, + ACTIONS(8226), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4936), 8, + ACTIONS(4932), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -407641,7 +407911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(4938), 8, + ACTIONS(4934), 8, anon_sym_AMP, anon_sym___attribute__, anon_sym___attribute, @@ -407650,7 +407920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(8211), 14, + ACTIONS(8223), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -407665,61 +407935,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [126531] = 21, + [126883] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7594), 1, - sym_ms_restrict_modifier, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3309), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6552), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4045), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4716), 2, + STATE(4275), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5709), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, + STATE(4308), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5658), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(8101), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -407733,80 +407973,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [126620] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(8223), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(2717), 1, - sym__enum_base_clause, - STATE(2853), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6258), 5, + ACTIONS(8099), 18, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(6256), 33, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_operator, - [126685] = 10, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [126950] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - ACTIONS(6460), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(8225), 1, + ACTIONS(8231), 1, anon_sym_COLON, - STATE(2478), 1, + STATE(2473), 1, sym__enum_base_clause, - STATE(2583), 1, + STATE(2535), 1, sym_enumerator_list, - STATE(2623), 1, + STATE(2606), 1, sym_attribute_specifier, - ACTIONS(6256), 11, + ACTIONS(6258), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -407818,7 +408021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6258), 27, + ACTIONS(6260), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -407846,24 +408049,24 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [126752] = 10, + [127017] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - ACTIONS(6460), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(8225), 1, + ACTIONS(8231), 1, anon_sym_COLON, - STATE(2454), 1, + STATE(2448), 1, sym__enum_base_clause, - STATE(2593), 1, + STATE(2543), 1, sym_enumerator_list, - STATE(2615), 1, + STATE(2620), 1, sym_attribute_specifier, - ACTIONS(6250), 11, + ACTIONS(6202), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -407875,7 +408078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6252), 27, + ACTIONS(6204), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -407903,60 +408106,61 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_GT2, - [126819] = 20, + [127084] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7758), 1, + sym_ms_restrict_modifier, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(8233), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(8235), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(8237), 1, anon_sym_AMP, - ACTIONS(8101), 1, - anon_sym___attribute, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2955), 1, + STATE(3291), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3375), 1, sym_parameter_list, - STATE(5770), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6207), 1, + STATE(6514), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4191), 2, + ACTIONS(7760), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(7762), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(4048), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4755), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + ACTIONS(5709), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -407970,61 +408174,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [126906] = 21, + [127173] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7594), 1, + ACTIONS(7758), 1, sym_ms_restrict_modifier, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8217), 1, + ACTIONS(8233), 1, anon_sym_STAR, - ACTIONS(8219), 1, + ACTIONS(8235), 1, anon_sym_AMP_AMP, - ACTIONS(8221), 1, + ACTIONS(8237), 1, anon_sym_AMP, - STATE(3309), 1, + STATE(3291), 1, sym_ms_unaligned_ptr_modifier, - STATE(3318), 1, + STATE(3375), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6518), 1, + STATE(6551), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(7596), 2, + ACTIONS(7760), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7598), 2, + ACTIONS(7762), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(2928), 2, + STATE(2923), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4724), 2, + STATE(4757), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 5, + ACTIONS(5723), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -408038,102 +408242,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [126995] = 12, + [127262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5681), 1, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - STATE(2106), 1, - sym_alignas_qualifier, - STATE(2202), 1, - sym_primitive_type, - STATE(4220), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8232), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4039), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2605), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8230), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4964), 8, + sym_auto, + anon_sym_decltype, + ACTIONS(5457), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_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_LT, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(4966), 8, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(8227), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [127066] = 9, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [127317] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(8223), 1, - anon_sym_COLON, - STATE(2345), 1, - sym_attribute_specifier, - STATE(2729), 1, - sym__enum_base_clause, - STATE(2903), 1, - sym_enumerator_list, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6252), 5, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, anon_sym_LPAREN2, + ACTIONS(8243), 1, anon_sym_STAR, + ACTIONS(8245), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(6250), 33, + ACTIONS(8247), 1, anon_sym_AMP, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6060), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4094), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4790), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, @@ -408147,139 +408359,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_operator, - [127131] = 26, + [127403] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5697), 1, - anon_sym_STAR, - ACTIONS(5699), 1, - anon_sym_AMP_AMP, - ACTIONS(5701), 1, - anon_sym_AMP, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(8113), 1, - anon_sym_DOT_DOT_DOT, - STATE(2918), 1, - sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6263), 1, - sym__declarator, - STATE(6498), 1, - sym__abstract_declarator, - STATE(7139), 1, - sym_variadic_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(8237), 2, - anon_sym___attribute__, + ACTIONS(6606), 1, anon_sym___attribute, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(8235), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, - anon_sym_GT2, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [127230] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(7752), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(7754), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(7756), 1, anon_sym_AMP, - ACTIONS(8140), 1, - anon_sym___attribute, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2955), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + STATE(2799), 1, sym_parameter_list, - STATE(5770), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6201), 1, + STATE(6024), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4197), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 9, + ACTIONS(6604), 11, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -408293,10 +408422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [127317] = 3, + [127483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 19, + ACTIONS(5484), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408316,7 +408445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5528), 25, + ACTIONS(5486), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408342,22 +408471,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127369] = 6, + [127535] = 3, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4920), 4, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, + ACTIONS(5488), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5490), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [127587] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, sym_identifier, - ACTIONS(8239), 4, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6055), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4106), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4794), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [127673] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(5725), 1, + anon_sym___asm, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5953), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [127753] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8249), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4999), 10, + ACTIONS(4922), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -408368,7 +408670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - ACTIONS(4996), 25, + ACTIONS(4920), 29, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -408388,16 +408690,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [127427] = 3, + [127809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 19, + ACTIONS(5504), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408417,7 +408723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5589), 25, + ACTIONS(5506), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408443,10 +408749,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127479] = 3, + [127861] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + ACTIONS(8254), 1, + anon_sym___asm, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5954), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [127941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 19, + ACTIONS(5598), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408466,7 +408835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5552), 25, + ACTIONS(5600), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408492,10 +408861,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127531] = 3, + [127993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 19, + ACTIONS(5510), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408515,7 +408884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5470), 25, + ACTIONS(5512), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408541,27 +408910,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127583] = 11, + [128045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4016), 1, - sym_new_declarator, - STATE(3874), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5778), 9, + ACTIONS(5504), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -408570,10 +408923,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5780), 26, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5506), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -408584,24 +408951,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127651] = 3, + [128097] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8051), 1, + anon_sym_STAR, + ACTIONS(8053), 1, + anon_sym_AMP_AMP, + ACTIONS(8055), 1, + anon_sym_AMP, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + STATE(2862), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6263), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4274), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [128181] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(4239), 1, + sym_alignas_qualifier, + ACTIONS(8259), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(4899), 12, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + ACTIONS(4901), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(8256), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [128241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 19, + ACTIONS(5504), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408621,7 +409100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5548), 25, + ACTIONS(5506), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408647,50 +409126,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127703] = 20, + [128293] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6606), 1, + anon_sym___asm, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7768), 1, + anon_sym_STAR, + ACTIONS(7770), 1, + anon_sym_AMP_AMP, + ACTIONS(7772), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5955), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6604), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [128373] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, anon_sym_STAR, - ACTIONS(8248), 1, + ACTIONS(8266), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, + ACTIONS(8268), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6088), 1, + STATE(6607), 1, sym__field_declarator, - STATE(6261), 1, + STATE(6703), 1, sym_operator_name, - STATE(8153), 1, + STATE(7914), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4114), 2, + STATE(4110), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4851), 2, + STATE(4840), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -408698,7 +409240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -408713,10 +409255,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [127789] = 3, + [128459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 19, + ACTIONS(5582), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408736,7 +409278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5532), 25, + ACTIONS(5584), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408762,10 +409304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127841] = 3, + [128511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 19, + ACTIONS(5455), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -408785,7 +409327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5612), 25, + ACTIONS(5457), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -408811,116 +409353,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [127893] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7970), 1, - anon_sym_STAR, - ACTIONS(7972), 1, - anon_sym_AMP_AMP, - ACTIONS(7974), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8101), 1, - anon_sym___attribute, - ACTIONS(8252), 1, - sym_auto, - ACTIONS(8254), 1, - anon_sym_decltype, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(4870), 1, - sym_decltype_auto, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6279), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4273), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [127979] = 20, + [128563] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(8256), 1, + ACTIONS(8262), 1, sym_identifier, - ACTIONS(8258), 1, + ACTIONS(8264), 1, anon_sym_STAR, - ACTIONS(8260), 1, + ACTIONS(8266), 1, anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(8268), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6611), 1, + STATE(6613), 1, sym__field_declarator, - STATE(6730), 1, + STATE(6703), 1, sym_operator_name, - STATE(8535), 1, + STATE(7914), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4806), 2, + STATE(4818), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -408928,7 +409404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -408943,42 +409419,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128065] = 8, + [128649] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4868), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(4204), 1, - sym_template_argument_list, - ACTIONS(4863), 2, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(4866), 3, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8270), 1, anon_sym_STAR, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - ACTIONS(4859), 35, + ACTIONS(8274), 1, anon_sym_AMP, + ACTIONS(8278), 1, + sym_ms_restrict_modifier, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(3285), 1, + sym_parameter_list, + STATE(5186), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6615), 1, + sym__abstract_declarator, + ACTIONS(8280), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8282), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8284), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4071), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4774), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(5709), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_static, - 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, @@ -408991,66 +409486,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_operator, - [128127] = 20, + [128737] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8248), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + ACTIONS(8278), 1, + sym_ms_restrict_modifier, + STATE(1633), 1, sym_alignas_qualifier, - STATE(6118), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, + STATE(3285), 1, + sym_parameter_list, + STATE(5186), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6617), 1, + sym__abstract_declarator, + ACTIONS(8280), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8282), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4099), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4819), 2, + STATE(4776), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, + STATE(5023), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(5723), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -409063,58 +409553,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128213] = 19, + [128825] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(5725), 1, + anon_sym___asm, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(8053), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(8055), 1, + ACTIONS(7786), 1, anon_sym_AMP, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - STATE(2863), 1, + STATE(2866), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6277), 1, + STATE(5959), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4250), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 9, + ACTIONS(5723), 11, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -409128,59 +409616,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128297] = 3, + [128905] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5441), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8035), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [128349] = 3, + ACTIONS(8135), 1, + anon_sym___attribute, + ACTIONS(8286), 1, + sym_auto, + ACTIONS(8288), 1, + anon_sym_decltype, + STATE(2922), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(4898), 1, + sym_decltype_auto, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6238), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4222), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [128991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 19, + ACTIONS(5606), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -409200,7 +409705,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5540), 25, + ACTIONS(5608), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -409226,60 +409731,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [128401] = 21, + [129043] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(8268), 1, + ACTIONS(7786), 1, anon_sym_AMP, - ACTIONS(8272), 1, - sym_ms_restrict_modifier, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(3435), 1, + ACTIONS(8254), 1, + anon_sym___asm, + STATE(2866), 1, sym_parameter_list, - STATE(5192), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5978), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6597), 1, + STATE(5960), 1, sym__abstract_declarator, - ACTIONS(8274), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8276), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(8278), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4115), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4780), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5709), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8252), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -409293,108 +409794,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128489] = 3, + [129123] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5573), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4840), 1, + anon_sym_LBRACK, + ACTIONS(6302), 1, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5575), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + STATE(4210), 1, + sym_template_argument_list, + ACTIONS(4835), 2, anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(4838), 3, 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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [128541] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5476), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + anon_sym_SEMI, + ACTIONS(4831), 35, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5478), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [128593] = 3, + anon_sym_operator, + [129185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 19, + ACTIONS(5476), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -409414,7 +409871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5490), 25, + ACTIONS(5478), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -409440,60 +409897,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [128645] = 21, + [129237] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8280), 1, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(8282), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(8284), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(2927), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8117), 1, + anon_sym___attribute, + ACTIONS(8286), 1, + sym_auto, + ACTIONS(8288), 1, + anon_sym_decltype, + STATE(2922), 1, sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(4898), 1, + sym_decltype_auto, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6578), 1, + STATE(6236), 1, sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4777), 2, + STATE(4216), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8115), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -409507,93 +409963,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128733] = 3, + [129323] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4920), 4, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5520), 25, - anon_sym_DOT_DOT_DOT, + ACTIONS(8249), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4996), 10, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [128785] = 17, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4999), 25, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [129381] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6606), 1, + anon_sym___asm, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7775), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(7777), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(7779), 1, + ACTIONS(7786), 1, anon_sym_AMP, - ACTIONS(8288), 1, - anon_sym___asm, - STATE(2862), 1, + STATE(2866), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(5980), 1, + STATE(5966), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 11, + ACTIONS(6604), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -409605,7 +410064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -409619,56 +410078,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128865] = 17, + [129461] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6580), 1, - anon_sym___attribute, - ACTIONS(6866), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(7768), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(7770), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(7772), 1, anon_sym_AMP, - STATE(2760), 1, - sym_parameter_list, - STATE(3828), 1, + ACTIONS(8292), 1, + anon_sym___asm, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(2855), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6034), 1, + STATE(5950), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 11, + ACTIONS(8290), 11, anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -409682,50 +410141,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [128945] = 20, + [129541] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(8256), 1, + ACTIONS(8262), 1, sym_identifier, - ACTIONS(8258), 1, + ACTIONS(8264), 1, anon_sym_STAR, - ACTIONS(8260), 1, + ACTIONS(8266), 1, anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(8268), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6572), 1, + STATE(6619), 1, sym__field_declarator, - STATE(6730), 1, + STATE(6703), 1, sym_operator_name, - STATE(8535), 1, + STATE(7914), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4061), 2, + STATE(4069), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4831), 2, + STATE(4857), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -409733,7 +410192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -409748,11 +410207,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [129031] = 3, + [129627] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 19, - aux_sym_preproc_elif_token1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(4018), 1, + sym_new_declarator, + STATE(3924), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5727), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -409761,24 +410236,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5563), 25, + ACTIONS(5729), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -409789,117 +410250,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [129083] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5542), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5544), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129135] = 20, + [129695] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(8256), 1, - sym_identifier, - ACTIONS(8258), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8294), 1, anon_sym_STAR, - ACTIONS(8260), 1, + ACTIONS(8296), 1, anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(8298), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(2984), 1, + sym_parameter_list, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6592), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6560), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4084), 2, + STATE(4115), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4822), 2, + STATE(4789), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, + ACTIONS(5709), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -409912,27 +410331,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [129221] = 11, + [129783] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(7940), 1, + ACTIONS(7943), 1, anon_sym_LBRACK, - ACTIONS(8091), 1, + ACTIONS(8093), 1, anon_sym_LPAREN2, - ACTIONS(8125), 1, + ACTIONS(8105), 1, sym_auto, - ACTIONS(8127), 1, + ACTIONS(8107), 1, anon_sym_decltype, - STATE(1825), 1, + STATE(1824), 1, sym_decltype_auto, - STATE(4026), 1, + STATE(4006), 1, sym_new_declarator, - STATE(3947), 2, + STATE(3929), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5796), 9, + ACTIONS(5739), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -409942,7 +410361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_DOT, - ACTIONS(5798), 26, + ACTIONS(5741), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -409969,98 +410388,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129289] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5577), 19, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5579), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [129341] = 19, + [129851] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(7752), 1, anon_sym_STAR, - ACTIONS(8053), 1, + ACTIONS(7754), 1, anon_sym_AMP_AMP, - ACTIONS(8055), 1, + ACTIONS(7756), 1, anon_sym_AMP, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - STATE(2863), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8254), 1, + anon_sym___attribute, + STATE(2799), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6239), 1, + STATE(6023), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4228), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 9, + ACTIONS(8252), 11, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -410069,61 +410437,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [129425] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(4257), 1, - sym_alignas_qualifier, - ACTIONS(8293), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(4896), 12, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - ACTIONS(4898), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(8290), 14, + ACTIONS(6870), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -410136,10 +410451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [129485] = 3, + [129931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 19, + ACTIONS(5472), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410159,7 +410474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5583), 25, + ACTIONS(5474), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410185,76 +410500,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129537] = 20, + [129983] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, anon_sym_LPAREN2, - ACTIONS(8256), 1, - sym_identifier, - ACTIONS(8258), 1, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(4032), 1, + sym_new_declarator, + STATE(3900), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(5745), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, - ACTIONS(8260), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(8262), 1, - anon_sym_AMP, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6572), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4831), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [129623] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [130051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 19, + ACTIONS(5492), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410274,7 +410580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5486), 25, + ACTIONS(5494), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410300,10 +410606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129675] = 3, + [130103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 19, + ACTIONS(5610), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410323,7 +410629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5516), 25, + ACTIONS(5612), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410349,10 +410655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129727] = 3, + [130155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5603), 19, + ACTIONS(5496), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410372,7 +410678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5605), 25, + ACTIONS(5498), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410398,27 +410704,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129779] = 11, + [130207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4032), 1, - sym_new_declarator, - STATE(3922), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5762), 9, + ACTIONS(5492), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -410427,10 +410717,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5764), 26, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5494), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -410441,24 +410745,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129847] = 3, + [130259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 19, + ACTIONS(5574), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410478,7 +410776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5601), 25, + ACTIONS(5576), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410504,56 +410802,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [129899] = 17, + [130311] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5703), 1, - anon_sym___asm, - ACTIONS(6866), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6055), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4794), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [130397] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7775), 1, + ACTIONS(7752), 1, anon_sym_STAR, - ACTIONS(7777), 1, + ACTIONS(7754), 1, anon_sym_AMP_AMP, - ACTIONS(7779), 1, + ACTIONS(7756), 1, anon_sym_AMP, - STATE(2862), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8292), 1, + anon_sym___attribute, + STATE(2799), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(5959), 1, + STATE(6018), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 11, + ACTIONS(8290), 11, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -410567,107 +410931,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [129979] = 5, + [130477] = 3, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8239), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4922), 10, + ACTIONS(5614), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5616), 25, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4920), 29, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [130529] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5566), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [130035] = 17, + ACTIONS(5568), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [130581] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(7782), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(7784), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(7786), 1, anon_sym_AMP, - ACTIONS(8298), 1, - anon_sym___attribute, - STATE(2760), 1, + ACTIONS(8292), 1, + anon_sym___asm, + STATE(2866), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6033), 1, + STATE(5947), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 11, + ACTIONS(8290), 11, anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -410681,10 +411092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [130115] = 3, + [130661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, + ACTIONS(5524), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410704,7 +411115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5474), 25, + ACTIONS(5526), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410730,10 +411141,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130167] = 3, + [130713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 19, + ACTIONS(5528), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410753,7 +411164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5567), 25, + ACTIONS(5530), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410779,10 +411190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130219] = 3, + [130765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, + ACTIONS(5558), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410802,7 +411213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5474), 25, + ACTIONS(5560), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410828,10 +411239,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130271] = 3, + [130817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5534), 19, + ACTIONS(5562), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -410851,7 +411262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5536), 25, + ACTIONS(5564), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -410877,47 +411288,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130323] = 17, + [130869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(5570), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5572), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - ACTIONS(7600), 1, + 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [130921] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8051), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(8053), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(8055), 1, anon_sym_AMP, - STATE(2760), 1, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + STATE(2862), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6031), 1, + STATE(6228), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(4229), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 11, - anon_sym_COMMA, + ACTIONS(8115), 9, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -410926,7 +411388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -410940,113 +411402,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [130403] = 17, + [131005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6580), 1, - anon_sym___asm, - ACTIONS(7586), 1, + ACTIONS(5520), 19, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5522), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, - ACTIONS(7588), 1, anon_sym_STAR, - ACTIONS(7590), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5949), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [130483] = 20, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [131057] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8242), 1, + ACTIONS(8239), 1, sym_identifier, - ACTIONS(8244), 1, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(8243), 1, anon_sym_STAR, - ACTIONS(8248), 1, + ACTIONS(8245), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, + ACTIONS(8247), 1, anon_sym_AMP, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6088), 1, + STATE(6110), 1, sym__field_declarator, - STATE(6261), 1, + STATE(6269), 1, sym_operator_name, - STATE(8153), 1, + STATE(8011), 1, sym_ms_based_modifier, - ACTIONS(2861), 2, + ACTIONS(2885), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3809), 2, + STATE(3787), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4851), 2, + STATE(4767), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, + ACTIONS(2883), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -411054,7 +411502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -411069,77 +411517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [130569] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8280), 1, - anon_sym_STAR, - ACTIONS(8282), 1, - anon_sym_AMP_AMP, - ACTIONS(8284), 1, - anon_sym_AMP, - STATE(2927), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6585), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4071), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4809), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(5709), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [130657] = 3, + [131143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 19, + ACTIONS(5542), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -411159,7 +411540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5482), 25, + ACTIONS(5544), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -411185,10 +411566,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130709] = 3, + [131195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 19, + ACTIONS(5586), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -411208,7 +411589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5494), 25, + ACTIONS(5588), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -411234,10 +411615,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130761] = 3, + [131247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 19, + ACTIONS(5590), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -411257,7 +411638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5474), 25, + ACTIONS(5592), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -411283,60 +411664,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130813] = 20, + [131299] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(7970), 1, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, anon_sym_STAR, - ACTIONS(7972), 1, + ACTIONS(8266), 1, anon_sym_AMP_AMP, - ACTIONS(7974), 1, + ACTIONS(8268), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8140), 1, - anon_sym___attribute, - ACTIONS(8252), 1, - sym_auto, - ACTIONS(8254), 1, - anon_sym_decltype, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, sym_alignas_qualifier, - STATE(4870), 1, - sym_decltype_auto, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6276), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, + STATE(6619), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + ACTIONS(2885), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4244), 2, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4857), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(2883), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -411349,10 +411730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [130899] = 3, + [131385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 19, + ACTIONS(5594), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -411372,7 +411753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5516), 25, + ACTIONS(5596), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -411398,27 +411779,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [130951] = 11, + [131437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7940), 1, - anon_sym_LBRACK, - ACTIONS(8091), 1, - anon_sym_LPAREN2, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(4015), 1, - sym_new_declarator, - STATE(3943), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5811), 9, + ACTIONS(5468), 19, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -411427,10 +411792,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5813), 26, + sym_identifier, + sym_auto, + anon_sym_decltype, + ACTIONS(5470), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -411441,70 +411820,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [131019] = 17, + [131489] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7588), 1, + ACTIONS(7752), 1, anon_sym_STAR, - ACTIONS(7590), 1, + ACTIONS(7754), 1, anon_sym_AMP_AMP, - ACTIONS(7592), 1, + ACTIONS(7756), 1, anon_sym_AMP, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8288), 1, - anon_sym___asm, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, + STATE(2799), 1, sym_parameter_list, - STATE(5770), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(5943), 1, + STATE(6022), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 11, + ACTIONS(5723), 11, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -411518,11 +411891,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [131099] = 3, + [131569] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 19, - aux_sym_preproc_elif_token1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_LBRACK, + ACTIONS(8093), 1, + anon_sym_LPAREN2, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(4023), 1, + sym_new_declarator, + STATE(3948), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -411531,24 +411920,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - sym_identifier, - sym_auto, - anon_sym_decltype, - ACTIONS(5504), 25, + ACTIONS(5806), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -411559,190 +411934,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [131151] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5703), 1, - anon_sym___asm, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5946), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131231] = 17, + [131637] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(8294), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(8296), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(8298), 1, anon_sym_AMP, - ACTIONS(8288), 1, - anon_sym___attribute, - STATE(2760), 1, + STATE(2984), 1, sym_parameter_list, - STATE(3828), 1, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6022), 1, + STATE(6594), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4802), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 11, - anon_sym_COMMA, + ACTIONS(5723), 4, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131311] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8298), 1, - anon_sym___asm, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5948), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -411756,10 +412015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [131391] = 3, + [131725] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 19, + ACTIONS(5538), 19, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -411779,7 +412038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - ACTIONS(5508), 25, + ACTIONS(5540), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -411805,385 +412064,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [131443] = 17, + [131777] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(6580), 1, - anon_sym___asm, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7775), 1, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8302), 2, anon_sym_STAR, - ACTIONS(7777), 1, - anon_sym_AMP_AMP, - ACTIONS(7779), 1, + anon_sym_PERCENT, + ACTIONS(8306), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(8310), 2, anon_sym_AMP, - STATE(2862), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6008), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131523] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, + anon_sym_bitand, + ACTIONS(8312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 4, + aux_sym_preproc_elif_token1, + anon_sym_or, + anon_sym_and, sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, - anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6076), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(2861), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4815), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2859), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131609] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8264), 1, - anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(6333), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(8268), 1, - anon_sym_AMP, - ACTIONS(8272), 1, - sym_ms_restrict_modifier, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(3435), 1, - sym_parameter_list, - STATE(5192), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6612), 1, - sym__abstract_declarator, - ACTIONS(8274), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8276), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(8278), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4785), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(4976), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5695), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131697] = 17, + anon_sym_QMARK, + [131868] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7775), 1, + ACTIONS(8087), 1, anon_sym_STAR, - ACTIONS(7777), 1, + ACTIONS(8089), 1, anon_sym_AMP_AMP, - ACTIONS(7779), 1, + ACTIONS(8091), 1, anon_sym_AMP, - ACTIONS(8298), 1, - anon_sym___asm, - STATE(2862), 1, - sym_parameter_list, - STATE(3828), 1, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(2384), 1, + sym_decltype_auto, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(5945), 1, + STATE(6334), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(4286), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [131777] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5760), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5758), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(8133), 8, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [131832] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8304), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, anon_sym___restrict__, anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - ACTIONS(8302), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [131893] = 5, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [131951] = 5, ACTIONS(3), 1, sym_comment, - STATE(4128), 1, + STATE(3994), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8306), 4, + ACTIONS(8326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5732), 5, + ACTIONS(5792), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5730), 33, + ACTIONS(5790), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -412217,85 +412246,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [131948] = 4, + [132006] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(8310), 1, - anon_sym_LPAREN2, - ACTIONS(8312), 5, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK_LBRACK, - ACTIONS(8308), 37, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(7123), 1, anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [132001] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(61), 1, + ACTIONS(7129), 1, anon_sym___inline, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6999), 1, + ACTIONS(7132), 1, + anon_sym___attribute, + ACTIONS(8331), 1, + anon_sym_virtual, + ACTIONS(8337), 1, anon_sym___attribute__, - ACTIONS(8173), 1, + ACTIONS(8340), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8343), 1, anon_sym___declspec, - ACTIONS(8314), 1, - anon_sym_virtual, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - ACTIONS(6624), 2, + ACTIONS(6421), 2, anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(7004), 2, + ACTIONS(8346), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(6626), 3, + ACTIONS(6423), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - STATE(4160), 7, + STATE(4120), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -412303,7 +412283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(8171), 8, + ACTIONS(8334), 8, anon_sym_extern, anon_sym_static, anon_sym_register, @@ -412312,73 +412292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [132076] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6633), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4869), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8328), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -412392,41 +412306,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [132163] = 11, + [132081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(8316), 1, - anon_sym_LPAREN2, - ACTIONS(8318), 1, - anon_sym_LBRACK, - STATE(2622), 1, - sym_decltype_auto, - STATE(4359), 1, - sym_new_declarator, - STATE(4858), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5811), 11, + ACTIONS(6530), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5813), 23, + sym_identifier, + ACTIONS(6532), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -412434,37 +412342,35 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [132230] = 5, + [132132] = 5, ACTIONS(3), 1, sym_comment, - STATE(4129), 1, + STATE(4127), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8320), 4, + ACTIONS(8349), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5748), 5, + ACTIONS(5602), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5746), 33, + ACTIONS(5604), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -412498,38 +412404,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [132285] = 8, + [132187] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8322), 1, - anon_sym_LT, - STATE(4307), 1, - sym_template_argument_list, - STATE(4329), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4107), 3, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(8324), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 32, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(4821), 1, anon_sym_STAR, + ACTIONS(4823), 1, anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6622), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4866), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(5723), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -412542,110 +412470,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [132346] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 13, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_QMARK, - [132421] = 11, + [132274] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(8316), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(8318), 1, - anon_sym_LBRACK, - STATE(2622), 1, - sym_decltype_auto, - STATE(4442), 1, - sym_new_declarator, - STATE(4773), 2, + STATE(3921), 2, sym_argument_list, sym_initializer_list, - ACTIONS(5778), 11, + ACTIONS(6166), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - ACTIONS(5780), 23, + ACTIONS(6168), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -412653,7 +412502,13 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -412666,24 +412521,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [132488] = 5, + [132331] = 5, ACTIONS(3), 1, sym_comment, - STATE(3969), 1, + STATE(3994), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, + ACTIONS(8326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5806), 5, + ACTIONS(5784), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5804), 33, + ACTIONS(5782), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -412717,23 +412571,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [132543] = 5, + [132386] = 5, ACTIONS(3), 1, sym_comment, - STATE(3969), 1, + STATE(3994), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, + ACTIONS(8326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5802), 5, + ACTIONS(5788), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5800), 33, + ACTIONS(5786), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -412767,23 +412621,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [132598] = 5, + [132441] = 5, ACTIONS(3), 1, sym_comment, - STATE(4154), 1, + STATE(3994), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8336), 4, + ACTIONS(8326), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5792), 5, + ACTIONS(5802), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5790), 33, + ACTIONS(5800), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -412817,38 +412671,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [132653] = 10, + [132496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8338), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(3431), 1, - sym__enum_base_clause, - STATE(3531), 1, - sym_enumerator_list, - ACTIONS(6256), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6258), 32, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8353), 1, anon_sym_LPAREN2, + ACTIONS(8355), 5, + anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, + anon_sym_COLON_COLON, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + ACTIONS(8351), 37, + anon_sym_AMP, + anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -412863,34 +412715,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, + sym_identifier, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [132718] = 8, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [132549] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(61), 1, + anon_sym___inline, ACTIONS(65), 1, anon_sym_const, - STATE(1624), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8180), 1, + anon_sym___declspec, + ACTIONS(8357), 1, + anon_sym_virtual, + STATE(1625), 1, sym_alignas_qualifier, - ACTIONS(7004), 2, + ACTIONS(6384), 2, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + ACTIONS(6386), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + STATE(4120), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8150), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6997), 13, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(8178), 8, + anon_sym_extern, + anon_sym_static, + anon_sym_register, + anon_sym_inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -412904,53 +412780,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(8148), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [132779] = 5, + [132624] = 8, ACTIONS(3), 1, sym_comment, - STATE(4155), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8359), 1, + anon_sym_LT, + STATE(4306), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8340), 4, + STATE(4309), 1, + sym_template_argument_list, + ACTIONS(4107), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(8361), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5786), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5784), 33, + ACTIONS(4115), 32, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -412966,92 +412826,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [132834] = 5, + [132685] = 11, ACTIONS(3), 1, sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 5, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8363), 1, + anon_sym_LPAREN2, + ACTIONS(8365), 1, anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5774), 33, + STATE(2669), 1, + sym_decltype_auto, + STATE(4367), 1, + sym_new_declarator, + STATE(4835), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5743), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(5745), 23, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [132889] = 5, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [132752] = 21, ACTIONS(3), 1, sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5756), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, anon_sym_const, - anon_sym___asm, - ACTIONS(5754), 33, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, anon_sym_STAR, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8371), 1, + anon_sym_AMP, + STATE(3025), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6668), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4143), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4925), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(5709), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -413064,44 +412955,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [132944] = 5, + [132839] = 27, ACTIONS(3), 1, sym_comment, - STATE(4117), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8342), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5439), 5, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5441), 33, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6818), 2, + aux_sym_preproc_elif_token1, + sym_identifier, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8302), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8306), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(8310), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(8312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6820), 7, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_QMARK, + [132938] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, anon_sym_STAR, + ACTIONS(8089), 1, anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2384), 1, + sym_decltype_auto, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6302), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4354), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 8, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -413114,164 +413091,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [132999] = 29, + [133021] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, anon_sym_LT_EQ_GT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8350), 1, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, + ACTIONS(8375), 1, anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8366), 1, - anon_sym_QMARK, - ACTIONS(8368), 1, + ACTIONS(8377), 1, anon_sym_or, - ACTIONS(8370), 1, + ACTIONS(8379), 1, anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8383), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6390), 2, + aux_sym_preproc_elif_token1, + sym_identifier, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8344), 2, - aux_sym_preproc_elif_token1, - sym_identifier, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(8348), 5, + ACTIONS(6392), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - [133102] = 11, + [133124] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(8316), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(8318), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - STATE(2622), 1, - sym_decltype_auto, - STATE(4377), 1, - sym_new_declarator, - STATE(4782), 2, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + STATE(2509), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(5796), 11, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8302), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6331), 15, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(5798), 23, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, + [133193] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, anon_sym_xor, - anon_sym_bitand, + ACTIONS(8324), 1, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8379), 1, + anon_sym_and, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [133169] = 5, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8302), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8306), 2, + anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(8310), 2, + anon_sym_AMP, + anon_sym_bitand, + ACTIONS(8312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 3, + aux_sym_preproc_elif_token1, + anon_sym_or, + sym_identifier, + ACTIONS(8314), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + [133288] = 5, ACTIONS(3), 1, sym_comment, - STATE(4117), 1, + STATE(4174), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(8342), 4, + ACTIONS(8385), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5591), 5, + ACTIONS(5774), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5593), 33, + ACTIONS(5772), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -413305,507 +413342,407 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [133224] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(3883), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6198), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(6200), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [133281] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(3958), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6068), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(6070), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [133338] = 27, + [133343] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8350), 1, - anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, - anon_sym_AMP_AMP, - ACTIONS(8356), 1, + ACTIONS(8308), 1, anon_sym_CARET, - ACTIONS(8364), 1, + ACTIONS(8316), 1, anon_sym_GT_EQ, - ACTIONS(8368), 1, - anon_sym_or, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, anon_sym_xor, - ACTIONS(8374), 1, + ACTIONS(8324), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6914), 2, - aux_sym_preproc_elif_token1, - sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 7, + ACTIONS(6331), 6, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + sym_identifier, + ACTIONS(6333), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_QMARK, - [133437] = 29, + [133432] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4175), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8387), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5796), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5794), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [133487] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8350), 1, - anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, - anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, + ACTIONS(8316), 1, anon_sym_GT_EQ, - ACTIONS(8366), 1, - anon_sym_QMARK, - ACTIONS(8368), 1, - anon_sym_or, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8324), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6940), 2, - aux_sym_preproc_elif_token1, - sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(8358), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6942), 5, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [133540] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(8316), 1, - anon_sym_LPAREN2, - ACTIONS(8318), 1, - anon_sym_LBRACK, - STATE(2622), 1, - sym_decltype_auto, - STATE(4426), 1, - sym_new_declarator, - STATE(4797), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(5762), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(8310), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(5764), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [133607] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6620), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, + ACTIONS(6331), 7, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, sym_identifier, - ACTIONS(6622), 26, + ACTIONS(6333), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [133658] = 6, + [133572] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8123), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - STATE(3918), 2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8324), 1, + anon_sym_not_eq, + STATE(2509), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(6095), 10, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(6097), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(8318), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + ACTIONS(8314), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6331), 9, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [133715] = 29, + sym_identifier, + ACTIONS(6333), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_QMARK, + [133655] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, + sym_ms_restrict_modifier, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, + anon_sym_STAR, + ACTIONS(8369), 1, + anon_sym_AMP_AMP, + ACTIONS(8371), 1, + anon_sym_AMP, + STATE(3025), 1, + sym_parameter_list, + STATE(4029), 1, + sym_ms_unaligned_ptr_modifier, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6674), 1, + sym__abstract_declarator, + ACTIONS(8043), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8045), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3787), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4929), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(5723), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [133742] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8350), 1, - anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, - anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, + ACTIONS(8316), 1, anon_sym_GT_EQ, - ACTIONS(8366), 1, - anon_sym_QMARK, - ACTIONS(8368), 1, - anon_sym_or, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6616), 2, - aux_sym_preproc_elif_token1, - sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, + ACTIONS(8318), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8354), 2, - anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(8358), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 5, + ACTIONS(6331), 10, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - [133818] = 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + [133821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4932), 10, + STATE(3994), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5780), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5778), 33, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4930), 33, - anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -413820,109 +413757,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [133869] = 19, + [133876] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5711), 1, anon_sym_STAR, - ACTIONS(8085), 1, + ACTIONS(5713), 1, anon_sym_AMP_AMP, - ACTIONS(8087), 1, + ACTIONS(5715), 1, anon_sym_AMP, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2985), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + STATE(2920), 1, sym_parameter_list, - STATE(5770), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6346), 1, + STATE(6276), 1, + sym__declarator, + STATE(6480), 1, sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4287), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(8221), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(8219), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [133952] = 3, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [133969] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(8378), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8376), 37, - anon_sym_AMP, - anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, + ACTIONS(61), 1, + anon_sym___inline, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(6993), 1, anon_sym___attribute__, - anon_sym___attribute, + ACTIONS(8180), 1, anon_sym___declspec, - anon_sym___based, + ACTIONS(8357), 1, + anon_sym_virtual, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(6566), 2, + anon_sym_AMP, anon_sym_LBRACK, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(6568), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + STATE(4120), 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(8178), 8, + anon_sym_extern, anon_sym_static, 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, + ACTIONS(6991), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -413935,41 +413895,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_explicit, - anon_sym_template, - anon_sym_operator, - [134003] = 12, + [134044] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8328), 2, + ACTIONS(8300), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6372), 15, + ACTIONS(6331), 13, aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, @@ -413982,7 +413936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, sym_identifier, - ACTIONS(6374), 16, + ACTIONS(6333), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -413999,71 +413953,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_QMARK, anon_sym_LT_EQ_GT, - [134072] = 27, + [134115] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8350), 1, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8302), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 13, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + sym_identifier, + ACTIONS(6333), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, anon_sym_AMP_AMP, - ACTIONS(8356), 1, anon_sym_CARET, - ACTIONS(8364), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(8368), 1, - anon_sym_or, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + [134188] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, anon_sym_xor, - ACTIONS(8374), 1, + ACTIONS(8324), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6890), 2, + ACTIONS(6844), 2, aux_sym_preproc_elif_token1, sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 7, + ACTIONS(6846), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -414071,263 +414084,115 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, anon_sym_QMARK, - [134171] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(61), 1, - anon_sym___inline, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8173), 1, - anon_sym___declspec, - ACTIONS(8314), 1, - anon_sym_virtual, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(6502), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6504), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - STATE(4160), 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(8171), 8, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [134246] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5744), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5742), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [134301] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(3969), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(8300), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5738), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5736), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [134356] = 27, + [134287] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, anon_sym_LT_EQ_GT, - ACTIONS(8350), 1, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, + ACTIONS(8375), 1, anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8368), 1, + ACTIONS(8377), 1, anon_sym_or, - ACTIONS(8370), 1, + ACTIONS(8379), 1, anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8383), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6898), 2, + ACTIONS(6848), 2, aux_sym_preproc_elif_token1, sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6900), 7, - anon_sym_DOT_DOT_DOT, + ACTIONS(6850), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_QMARK, - [134455] = 6, + [134390] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, + ACTIONS(3757), 1, anon_sym_LBRACE, - ACTIONS(8123), 1, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8363), 1, anon_sym_LPAREN2, - STATE(3919), 2, + ACTIONS(8365), 1, + anon_sym_LBRACK, + STATE(2669), 1, + sym_decltype_auto, + STATE(4358), 1, + sym_new_declarator, + STATE(4822), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6085), 10, + ACTIONS(5739), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6087), 29, + ACTIONS(5741), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -414335,13 +414200,7 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -414354,172 +414213,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [134512] = 3, + anon_sym_GT2, + [134457] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 17, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6852), 2, aux_sym_preproc_elif_token1, + sym_identifier, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(8302), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8306), 2, anon_sym_PIPE, + anon_sym_bitor, + ACTIONS(8310), 2, anon_sym_AMP, + anon_sym_bitand, + ACTIONS(8312), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - ACTIONS(6584), 26, + ACTIONS(6854), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [134563] = 25, + [134556] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8352), 1, - anon_sym_AMP_AMP, - ACTIONS(8356), 1, + ACTIONS(8308), 1, anon_sym_CARET, - ACTIONS(8364), 1, + ACTIONS(8316), 1, anon_sym_GT_EQ, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, anon_sym_xor, - ACTIONS(8374), 1, + ACTIONS(8324), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8383), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6856), 2, + aux_sym_preproc_elif_token1, + sym_identifier, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(6372), 3, - aux_sym_preproc_elif_token1, - anon_sym_or, - sym_identifier, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 8, - anon_sym_DOT_DOT_DOT, + ACTIONS(6858), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, - [134658] = 15, + [134659] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7232), 1, - anon_sym_const, - ACTIONS(7238), 1, - anon_sym___inline, - ACTIONS(7241), 1, - anon_sym___attribute, - ACTIONS(8383), 1, - anon_sym_virtual, - ACTIONS(8389), 1, - anon_sym___attribute__, - ACTIONS(8392), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(8395), 1, - anon_sym___declspec, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(6537), 2, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(4306), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5927), 3, anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(8398), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(6539), 3, + anon_sym___attribute, + anon_sym_const, + ACTIONS(8361), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5929), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - STATE(4160), 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(8386), 8, - anon_sym_extern, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(8380), 13, + anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -414532,166 +414404,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [134733] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5697), 1, - anon_sym_STAR, - ACTIONS(5699), 1, - anon_sym_AMP_AMP, - ACTIONS(5701), 1, - anon_sym_AMP, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - STATE(2918), 1, - sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6263), 1, - sym__declarator, - STATE(6498), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(8237), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(8235), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [134826] = 23, + anon_sym_try, + anon_sym_requires, + [134720] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8356), 1, + ACTIONS(8308), 1, anon_sym_CARET, - ACTIONS(8364), 1, + ACTIONS(8316), 1, anon_sym_GT_EQ, - ACTIONS(8372), 1, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, anon_sym_xor, - ACTIONS(8374), 1, + ACTIONS(8324), 1, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8383), 1, + anon_sym_QMARK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8389), 2, + aux_sym_preproc_elif_token1, + sym_identifier, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6372), 4, - aux_sym_preproc_elif_token1, - anon_sym_or, - anon_sym_and, - sym_identifier, - ACTIONS(6374), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(8391), 5, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - [134917] = 10, + [134823] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8338), 1, + ACTIONS(8393), 1, anon_sym_COLON, - STATE(2345), 1, + STATE(2340), 1, sym_attribute_specifier, - STATE(3418), 1, + STATE(3401), 1, sym__enum_base_clause, - STATE(3460), 1, + STATE(3557), 1, sym_enumerator_list, - ACTIONS(6250), 4, + ACTIONS(6258), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(6252), 32, + ACTIONS(6260), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -414724,29 +414542,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [134982] = 3, + [134888] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 10, + ACTIONS(65), 1, + anon_sym_const, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8397), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(8395), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - ACTIONS(2475), 33, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [134949] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5457), 5, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACK_LBRACK, + ACTIONS(5455), 37, anon_sym_AMP, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -414762,81 +414639,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, sym_identifier, sym_auto, anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [135002] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8393), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(3402), 1, + sym__enum_base_clause, + STATE(3561), 1, + sym_enumerator_list, + ACTIONS(6202), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(6204), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [135033] = 27, + [135067] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, + STATE(3888), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6186), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8350), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(6188), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, anon_sym_AMP_AMP, - ACTIONS(8356), 1, anon_sym_CARET, - ACTIONS(8364), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(8368), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, - ACTIONS(8370), 1, anon_sym_and, - ACTIONS(8372), 1, + anon_sym_bitor, anon_sym_xor, - ACTIONS(8374), 1, + anon_sym_bitand, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [135124] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8375), 1, + anon_sym_AMP_AMP, + ACTIONS(8377), 1, + anon_sym_or, + ACTIONS(8379), 1, + anon_sym_and, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6944), 2, + ACTIONS(6911), 2, aux_sym_preproc_elif_token1, sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 7, + ACTIONS(6913), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -414844,60 +414822,35 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, anon_sym_QMARK, - [135132] = 21, + [135223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(8401), 6, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(8403), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + ACTIONS(8399), 37, anon_sym_AMP, - STATE(3029), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6668), 1, - sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3809), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4873), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, anon_sym___extension__, + anon_sym_virtual, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + 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, @@ -414910,205 +414863,247 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [135219] = 29, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + anon_sym_decltype, + anon_sym_explicit, + anon_sym_template, + anon_sym_operator, + [135274] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8330), 1, + ACTIONS(8304), 1, anon_sym_SLASH, - ACTIONS(8334), 1, + ACTIONS(8308), 1, + anon_sym_CARET, + ACTIONS(8316), 1, + anon_sym_GT_EQ, + ACTIONS(8320), 1, anon_sym_LT_EQ_GT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8350), 1, + ACTIONS(8322), 1, + anon_sym_xor, + ACTIONS(8324), 1, + anon_sym_not_eq, + ACTIONS(8373), 1, anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, + ACTIONS(8375), 1, anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8366), 1, - anon_sym_QMARK, - ACTIONS(8368), 1, + ACTIONS(8377), 1, anon_sym_or, - ACTIONS(8370), 1, + ACTIONS(8379), 1, anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6934), 2, + ACTIONS(6915), 2, aux_sym_preproc_elif_token1, sym_identifier, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + ACTIONS(8306), 2, anon_sym_PIPE, anon_sym_bitor, - ACTIONS(8358), 2, + ACTIONS(8310), 2, anon_sym_AMP, anon_sym_bitand, - ACTIONS(8360), 2, + ACTIONS(8312), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(8362), 3, + ACTIONS(8318), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8314), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6936), 5, + ACTIONS(6917), 7, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - [135322] = 27, + anon_sym_QMARK, + [135373] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(65), 1, + anon_sym_const, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8101), 4, + anon_sym_AMP, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8350), 1, - anon_sym_PIPE_PIPE, - ACTIONS(8352), 1, + anon_sym___asm, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + ACTIONS(8099), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8368), 1, - anon_sym_or, - ACTIONS(8370), 1, - anon_sym_and, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_DASH_GT, - ACTIONS(6904), 2, - aux_sym_preproc_elif_token1, - sym_identifier, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [135434] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8363), 1, + anon_sym_LPAREN2, + ACTIONS(8365), 1, + anon_sym_LBRACK, + STATE(2669), 1, + sym_decltype_auto, + STATE(4376), 1, + sym_new_declarator, + STATE(4805), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5727), 11, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8354), 2, + anon_sym_SLASH, anon_sym_PIPE, - anon_sym_bitor, - ACTIONS(8358), 2, anon_sym_AMP, - anon_sym_bitand, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 7, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(5729), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_QMARK, - [135421] = 21, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [135501] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, + ACTIONS(2883), 1, sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(4825), 1, anon_sym_AMP, - STATE(3029), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, sym_parameter_list, - STATE(4028), 1, + STATE(4029), 1, sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6671), 1, + STATE(6646), 1, sym__abstract_declarator, - ACTIONS(7978), 2, + ACTIONS(8043), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, + ACTIONS(8045), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4166), 2, + STATE(4123), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(4872), 2, + STATE(4876), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(5709), 3, - anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -415122,38 +415117,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [135508] = 14, + [135588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(6488), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 13, - aux_sym_preproc_elif_token1, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, @@ -415165,159 +415136,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, + anon_sym_DOT, sym_identifier, - ACTIONS(6374), 14, + ACTIONS(6490), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_QMARK, - anon_sym_LT_EQ_GT, - [135581] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8356), 1, - anon_sym_CARET, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8372), 1, - anon_sym_xor, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8358), 2, - anon_sym_AMP, - anon_sym_bitand, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 6, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - sym_identifier, - ACTIONS(6374), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - [135670] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - ACTIONS(8334), 1, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_LT_EQ_GT, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - ACTIONS(8374), 1, - anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8358), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [135639] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4127), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8349), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5455), 5, anon_sym_AMP, - anon_sym_bitand, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 7, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - sym_identifier, - ACTIONS(6374), 10, - anon_sym_DOT_DOT_DOT, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5457), 33, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_QMARK, - [135755] = 3, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [135694] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 17, - aux_sym_preproc_elif_token1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(3897), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6182), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -415326,22 +415234,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym___attribute, anon_sym_DOT, - sym_identifier, - ACTIONS(6568), 26, + ACTIONS(6184), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -415352,63 +415250,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [135806] = 13, + [135751] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3957), 2, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + sym_initializer_list, + ACTIONS(6194), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 13, - aux_sym_preproc_elif_token1, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 16, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(6196), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -415417,37 +415301,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - [135877] = 4, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [135808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5441), 5, + ACTIONS(4972), 10, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - ACTIONS(5439), 37, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4970), 33, anon_sym_AMP, anon_sym___extension__, - anon_sym_virtual, - anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -415463,63 +415355,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [135930] = 19, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [135859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(2465), 10, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, anon_sym_STAR, - ACTIONS(8085), 1, anon_sym_AMP_AMP, - ACTIONS(8087), 1, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(2475), 33, anon_sym_AMP, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6330), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - STATE(4297), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 8, - anon_sym_RPAREN, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [135910] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3994), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5750), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6997), 13, + [135965] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3994), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8326), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5756), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -415532,37 +415502,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136013] = 8, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [136020] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(4329), 1, + STATE(4125), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5908), 3, + ACTIONS(8403), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5762), 5, anon_sym_AMP, anon_sym___attribute, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(8324), 4, + anon_sym___asm, + ACTIONS(5760), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [136075] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4126), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(8405), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5910), 32, + ACTIONS(5768), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5766), 33, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -415578,67 +415604,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [136074] = 19, + [136130] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6506), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(6508), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [136181] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8363), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(8365), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, + STATE(2669), 1, + sym_decltype_auto, + STATE(4440), 1, + sym_new_declarator, + STATE(4812), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(5804), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8364), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(8374), 1, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(5806), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [136248] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8304), 1, + anon_sym_SLASH, + ACTIONS(8320), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, + ACTIONS(8300), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8328), 2, + ACTIONS(8302), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8332), 2, + ACTIONS(8318), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8360), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(8362), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 9, + ACTIONS(6331), 13, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, + anon_sym_not_eq, sym_identifier, - ACTIONS(6374), 10, + ACTIONS(6333), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -415648,60 +415773,58 @@ static const uint16_t ts_small_parse_table[] = { 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_QMARK, - [136157] = 21, + [136323] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2859), 1, - sym_ms_restrict_modifier, - ACTIONS(2863), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(6606), 1, + anon_sym___attribute, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(7931), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(7933), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(4028), 1, - sym_ms_unaligned_ptr_modifier, - STATE(4257), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6663), 1, + STATE(6173), 1, sym__abstract_declarator, - ACTIONS(7978), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(7980), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(7984), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4122), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5709), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(6604), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -415715,84 +415838,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136244] = 17, + [136401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8330), 1, - anon_sym_SLASH, - ACTIONS(8334), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8364), 1, - anon_sym_GT_EQ, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8326), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8328), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8332), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8362), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6372), 10, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, + ACTIONS(6294), 5, anon_sym_AMP, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - sym_identifier, - ACTIONS(6374), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - [136323] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8411), 1, - anon_sym___attribute__, - ACTIONS(8414), 1, anon_sym___attribute, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(8409), 4, - anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(8407), 34, + ACTIONS(6296), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -415800,8 +415855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -415817,6 +415874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_DASH_GT, @@ -415827,56 +415885,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [136379] = 19, + [136451] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6961), 18, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + sym_literal_suffix, + ACTIONS(6963), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [136501] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8125), 1, + ACTIONS(8105), 1, sym_auto, - ACTIONS(8127), 1, + ACTIONS(8107), 1, anon_sym_decltype, - ACTIONS(8158), 1, + ACTIONS(8109), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8111), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8113), 1, anon_sym_AMP, - STATE(1825), 1, + ACTIONS(8117), 1, + anon_sym___attribute, + STATE(1824), 1, sym_decltype_auto, - STATE(2954), 1, + STATE(3238), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6432), 1, + STATE(6433), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4440), 2, + STATE(4383), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 7, + ACTIONS(8115), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -415890,12 +415996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136461] = 4, + [136585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 17, + ACTIONS(7047), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -415913,7 +416017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - ACTIONS(4109), 24, + sym_literal_suffix, + ACTIONS(7049), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -415938,57 +416043,255 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [136513] = 19, + [136635] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8407), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8409), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5847), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(5849), 28, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [136689] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8125), 1, + ACTIONS(7929), 1, + anon_sym_STAR, + ACTIONS(7931), 1, + anon_sym_AMP_AMP, + ACTIONS(7933), 1, + anon_sym_AMP, + ACTIONS(8254), 1, + anon_sym___attribute, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6172), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [136767] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8359), 1, + anon_sym_LT, + STATE(4309), 1, + sym_template_argument_list, + ACTIONS(4831), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4838), 35, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, - ACTIONS(8127), 1, anon_sym_decltype, - ACTIONS(8158), 1, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [136823] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8149), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8151), 1, anon_sym_AMP, - STATE(1825), 1, - sym_decltype_auto, - STATE(2954), 1, + ACTIONS(8286), 1, + sym_auto, + ACTIONS(8288), 1, + anon_sym_decltype, + STATE(2940), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(4898), 1, + sym_decltype_auto, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6409), 1, + STATE(6429), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4444), 2, + STATE(4430), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8133), 7, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [136905] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8415), 1, + anon_sym___attribute__, + ACTIONS(8418), 1, + anon_sym___attribute, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(8413), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(8411), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -416001,56 +416304,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136595] = 19, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [136961] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8107), 1, + ACTIONS(7929), 1, anon_sym_STAR, - ACTIONS(8109), 1, + ACTIONS(7931), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, + ACTIONS(7933), 1, anon_sym_AMP, - ACTIONS(8252), 1, - sym_auto, - ACTIONS(8254), 1, - anon_sym_decltype, - STATE(2994), 1, - sym_parameter_list, - STATE(4257), 1, + ACTIONS(8292), 1, + anon_sym___attribute, + STATE(1625), 1, sym_alignas_qualifier, - STATE(4870), 1, - sym_decltype_auto, - STATE(5978), 1, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6377), 1, + STATE(6168), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4447), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 7, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(8290), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -416064,10 +416377,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136677] = 3, + [137039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 18, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -416085,8 +416400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DOT, sym_identifier, - sym_literal_suffix, - ACTIONS(6965), 24, + ACTIONS(4109), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, aux_sym_preproc_if_token2, @@ -416111,57 +416425,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [136727] = 20, + [137091] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6298), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(6300), 37, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [137141] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6664), 1, + ACTIONS(6673), 1, sym_auto, - ACTIONS(6666), 1, + ACTIONS(6675), 1, anon_sym_decltype, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8101), 1, - anon_sym___attribute, - ACTIONS(8142), 1, + ACTIONS(8127), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(2622), 1, + ACTIONS(8135), 1, + anon_sym___attribute, + STATE(2669), 1, sym_decltype_auto, - STATE(3263), 1, + STATE(3185), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6356), 1, + STATE(6377), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4395), 2, + STATE(4382), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 6, + ACTIONS(8133), 6, anon_sym_COMMA, anon_sym___attribute__, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -416175,56 +416536,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136811] = 19, + [137225] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8421), 1, + anon_sym_COMMA, + ACTIONS(8427), 1, + anon_sym_SLASH, + ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, + anon_sym_GT_EQ, + ACTIONS(8447), 1, + anon_sym_SEMI, + ACTIONS(8449), 1, + anon_sym_QMARK, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(6732), 1, + aux_sym_field_declaration_repeat1, + STATE(8019), 1, + sym_attribute_specifier, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8429), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [137331] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8109), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, + ACTIONS(8160), 1, anon_sym_AMP, - ACTIONS(8252), 1, - sym_auto, - ACTIONS(8254), 1, - anon_sym_decltype, - STATE(2994), 1, + STATE(1824), 1, + sym_decltype_auto, + STATE(2946), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(4870), 1, - sym_decltype_auto, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6437), 1, + STATE(6371), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4401), 2, + STATE(4424), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 7, + ACTIONS(8115), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -416238,91 +416674,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [136893] = 31, + [137413] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, - anon_sym_GT_EQ, ACTIONS(8443), 1, - anon_sym_SEMI, - ACTIONS(8445), 1, + anon_sym_GT_EQ, + ACTIONS(8449), 1, anon_sym_QMARK, - ACTIONS(8447), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8457), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - STATE(6743), 1, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(6706), 1, aux_sym_field_declaration_repeat1, - STATE(8141), 1, + STATE(8187), 1, sym_attribute_specifier, - ACTIONS(6307), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [136999] = 3, + [137519] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, + anon_sym_STAR, + ACTIONS(8149), 1, + anon_sym_AMP_AMP, + ACTIONS(8151), 1, + anon_sym_AMP, + ACTIONS(8286), 1, + sym_auto, + ACTIONS(8288), 1, + anon_sym_decltype, + STATE(2940), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(4898), 1, + sym_decltype_auto, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6350), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4444), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [137601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6336), 5, + ACTIONS(6352), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(6338), 37, + ACTIONS(6354), 37, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -416360,55 +416859,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noexcept, anon_sym_throw, anon_sym_requires, - [137049] = 17, + [137651] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, + STATE(1628), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4920), 4, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(5229), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4996), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, anon_sym_STAR, - ACTIONS(7899), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(4999), 24, anon_sym_AMP, - ACTIONS(8298), 1, - anon_sym___attribute, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2955), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6212), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6997), 13, anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -416421,27 +416902,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [137127] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [137707] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6285), 5, + ACTIONS(8409), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5833), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(5835), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [137759] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, + ACTIONS(8459), 1, + anon_sym_LBRACE, + STATE(4406), 1, + sym_field_declaration_list, + STATE(4616), 1, + sym_attribute_specifier, + STATE(6844), 1, + sym_virtual_specifier, + STATE(7631), 1, + sym_base_class_clause, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5659), 4, + anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(6287), 37, - anon_sym_DOT_DOT_DOT, + ACTIONS(5661), 28, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -416457,68 +417007,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, + sym_auto, + anon_sym_decltype, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [137177] = 20, + [137827] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6664), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, sym_auto, - ACTIONS(6666), 1, + ACTIONS(8107), 1, anon_sym_decltype, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8140), 1, - anon_sym___attribute, - ACTIONS(8142), 1, + ACTIONS(8109), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(8111), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(8113), 1, anon_sym_AMP, - STATE(2622), 1, + ACTIONS(8135), 1, + anon_sym___attribute, + STATE(1824), 1, sym_decltype_auto, - STATE(3263), 1, + STATE(3238), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6362), 1, + STATE(6351), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4368), 2, + STATE(4401), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8138), 6, + ACTIONS(8133), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -416532,91 +417077,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [137261] = 17, + [137911] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(6580), 1, - anon_sym___attribute, - ACTIONS(7586), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(8117), 1, + anon_sym___attribute, + ACTIONS(8127), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2955), 1, + STATE(2669), 1, + sym_decltype_auto, + STATE(3185), 1, sym_parameter_list, - STATE(5770), 1, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6213), 1, + STATE(6456), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(4446), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 9, + ACTIONS(8115), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [137339] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5557), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5559), 37, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -416629,103 +417141,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [137389] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8453), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5862), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5864), 30, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [137441] = 17, + [137995] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(7929), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(7931), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(7933), 1, anon_sym_AMP, - ACTIONS(8288), 1, - anon_sym___attribute, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2955), 1, + STATE(2947), 1, sym_parameter_list, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6205), 1, + STATE(6171), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 9, + ACTIONS(5723), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, @@ -416735,7 +417188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -416749,33 +417202,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [137519] = 6, + [138073] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8322), 1, - anon_sym_LT, - STATE(4307), 1, - sym_template_argument_list, - ACTIONS(5689), 4, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(2887), 1, anon_sym_const, - anon_sym_COLON, - ACTIONS(4133), 35, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8156), 1, anon_sym_STAR, - anon_sym_PIPE_PIPE, + ACTIONS(8158), 1, anon_sym_AMP_AMP, + ACTIONS(8160), 1, + anon_sym_AMP, + STATE(1824), 1, + sym_decltype_auto, + STATE(2946), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6437), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4441), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -416788,162 +417265,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [137575] = 31, + [138155] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8445), 1, + ACTIONS(8449), 1, anon_sym_QMARK, - ACTIONS(8447), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8451), 1, - anon_sym_bitand, ACTIONS(8455), 1, + anon_sym_bitand, + ACTIONS(8461), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(6707), 1, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(6713), 1, aux_sym_field_declaration_repeat1, - STATE(8394), 1, + STATE(8191), 1, sym_attribute_specifier, - ACTIONS(6307), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [137681] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8453), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8457), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5842), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5844), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [137735] = 3, + [138261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6274), 5, + ACTIONS(5480), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(6276), 37, - anon_sym_DOT_DOT_DOT, + ACTIONS(5482), 37, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -416962,45 +417381,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [137785] = 6, + [138311] = 6, ACTIONS(3), 1, sym_comment, - STATE(1627), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4920), 4, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(5229), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4999), 9, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8359), 1, + anon_sym_LT, + STATE(4309), 1, + sym_template_argument_list, + ACTIONS(5689), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4133), 35, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(4996), 24, - anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -417015,59 +417428,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [137841] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7047), 18, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(7049), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_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_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [137891] = 5, + [138367] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4885), 1, @@ -417116,244 +417486,54 @@ static const uint16_t ts_small_parse_table[] = { sym_auto, anon_sym_decltype, anon_sym_operator, - [137945] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8417), 1, - anon_sym_COMMA, - ACTIONS(8423), 1, - anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, - ACTIONS(8433), 1, - anon_sym_AMP, - ACTIONS(8439), 1, - anon_sym_GT_EQ, - ACTIONS(8445), 1, - anon_sym_QMARK, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, - anon_sym_bitand, - ACTIONS(8459), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - STATE(6706), 1, - aux_sym_field_declaration_repeat1, - STATE(7932), 1, - sym_attribute_specifier, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8421), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8431), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8441), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8435), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [138051] = 17, + [138421] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7586), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, + ACTIONS(7957), 1, anon_sym_STAR, - ACTIONS(7899), 1, + ACTIONS(7959), 1, anon_sym_AMP_AMP, - ACTIONS(7901), 1, + ACTIONS(7961), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2955), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6211), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, + STATE(3000), 1, + sym__type_declarator, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [138129] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8322), 1, - anon_sym_LT, - STATE(4307), 1, - sym_template_argument_list, - ACTIONS(4859), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4866), 35, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [138185] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8101), 1, - anon_sym___attribute, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8132), 1, - anon_sym_STAR, - ACTIONS(8134), 1, - anon_sym_AMP_AMP, - ACTIONS(8136), 1, - anon_sym_AMP, - STATE(1825), 1, - sym_decltype_auto, - STATE(3093), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6397), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4429), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -417366,34 +417546,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138269] = 12, + [138498] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(8461), 1, + ACTIONS(8463), 1, anon_sym_LBRACE, - STATE(4384), 1, - sym_field_declaration_list, - STATE(4594), 1, + ACTIONS(8465), 1, + anon_sym_COLON, + STATE(4295), 1, + sym__enum_base_clause, + STATE(4427), 1, + sym_enumerator_list, + STATE(4575), 1, sym_attribute_specifier, - STATE(6827), 1, - sym_virtual_specifier, - STATE(7781), 1, - sym_base_class_clause, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5650), 4, + ACTIONS(6258), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5652), 28, + ACTIONS(6260), 30, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -417420,104 +417595,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_try, anon_sym_requires, - [138337] = 20, + [138561] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8132), 1, - anon_sym_STAR, - ACTIONS(8134), 1, - anon_sym_AMP_AMP, - ACTIONS(8136), 1, - anon_sym_AMP, - ACTIONS(8140), 1, - anon_sym___attribute, - STATE(1825), 1, - sym_decltype_auto, - STATE(3093), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6424), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4437), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(1796), 1, + sym_attribute_specifier, + STATE(4973), 1, + sym_field_declaration_list, + STATE(6891), 1, + sym_virtual_specifier, + STATE(7666), 1, + sym_base_class_clause, + ACTIONS(43), 2, anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(5661), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(5659), 28, + anon_sym_AMP, anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [138421] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(2078), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4914), 4, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5908), 4, - anon_sym_AMP, - anon_sym___attribute, anon_sym_const, - anon_sym_COLON, - ACTIONS(5910), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -417532,50 +417647,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [138480] = 17, + [138626] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(6157), 1, + STATE(6185), 1, sym__type_declarator, - STATE(8637), 1, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -417597,30 +417713,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138557] = 3, + [138703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 16, + ACTIONS(1920), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(6965), 25, + ACTIONS(1918), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -417629,68 +417740,73 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [138606] = 17, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [138752] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8037), 1, - sym_identifier, - ACTIONS(8039), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(1624), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8292), 1, + anon_sym___attribute, + STATE(2922), 1, + sym_parameter_list, + STATE(4239), 1, sym_alignas_qualifier, - STATE(2921), 1, - sym__type_declarator, - STATE(3380), 1, - sym_pointer_type_declarator, - STATE(7859), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6237), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8049), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8047), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3379), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8290), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -417703,57 +417819,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138683] = 21, + [138829] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(5709), 1, - anon_sym_COLON, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8272), 1, - sym_ms_restrict_modifier, - ACTIONS(8463), 1, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(8465), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(8467), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(3319), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2922), 1, sym_parameter_list, - STATE(5192), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5978), 1, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6759), 1, + STATE(6243), 1, sym__abstract_declarator, - ACTIONS(8274), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8276), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(8278), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4233), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5035), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(5723), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -417767,100 +417879,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138768] = 3, + [138906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5516), 5, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5191), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym___attribute__, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [138817] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + anon_sym_const, + anon_sym___asm, + ACTIONS(5518), 36, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7992), 1, anon_sym_STAR, - ACTIONS(7994), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6667), 1, - sym__type_declarator, - STATE(8172), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + anon_sym_SEMI, anon_sym___extension__, - anon_sym_const, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -417873,14 +417911,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138894] = 16, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [138955] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, ACTIONS(8051), 1, anon_sym_STAR, @@ -417888,27 +417940,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(8055), 1, anon_sym_AMP, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6240), 1, + STATE(6262), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 9, + ACTIONS(6604), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -417918,7 +417970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -417932,45 +417984,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [138969] = 17, + [139030] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8008), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(8010), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(7991), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3070), 1, + STATE(2178), 1, sym__type_declarator, - STATE(3484), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8147), 1, + STATE(8554), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8020), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8018), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3486), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -417992,22 +418044,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [139046] = 6, + [139107] = 6, ACTIONS(3), 1, sym_comment, - STATE(2072), 1, + STATE(2075), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(4920), 4, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, sym_identifier, - ACTIONS(5727), 4, + ACTIONS(5747), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4999), 8, + ACTIONS(4996), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -418016,7 +418068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(4996), 24, + ACTIONS(4999), 24, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -418041,54 +418093,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [139101] = 17, + [139162] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(1624), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8254), 1, + anon_sym___attribute, + STATE(2922), 1, + sym_parameter_list, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(6148), 1, - sym__type_declarator, - STATE(7951), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6239), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -418101,10 +418153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [139178] = 3, + [139239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 12, + ACTIONS(5159), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -418117,7 +418169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5163), 29, + ACTIONS(5161), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -418147,165 +418199,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [139227] = 17, + [139288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8002), 1, - anon_sym_STAR, - ACTIONS(8004), 1, - anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(5163), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2180), 1, - sym__type_declarator, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(8278), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [139304] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(5165), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7992), 1, anon_sym_STAR, - ACTIONS(7994), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(7996), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6683), 1, - sym__type_declarator, - STATE(8172), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [139381] = 17, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [139337] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(7991), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6691), 1, + STATE(2166), 1, sym__type_declarator, - STATE(8172), 1, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(8554), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -418327,199 +418305,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [139458] = 7, + [139414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8469), 1, - anon_sym_PIPE_PIPE, - ACTIONS(8471), 1, - anon_sym_AMP_AMP, - ACTIONS(8473), 1, - anon_sym_or, - ACTIONS(8475), 1, - anon_sym_and, - ACTIONS(5842), 15, - aux_sym_preproc_elif_token1, + ACTIONS(5155), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - sym_identifier, - ACTIONS(5844), 22, + ACTIONS(5157), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_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_LT, - anon_sym_GT_GT, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [139515] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8037), 1, - sym_identifier, - ACTIONS(8039), 1, - anon_sym_LPAREN2, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(8043), 1, - anon_sym_AMP_AMP, - ACTIONS(8045), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2957), 1, - sym__type_declarator, - STATE(3380), 1, - sym_pointer_type_declarator, - STATE(7859), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8049), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8047), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3379), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [139592] = 16, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [139463] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8053), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8055), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(2863), 1, - sym_parameter_list, - STATE(3828), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(2384), 1, + sym_decltype_auto, + STATE(3198), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6247), 1, + STATE(6459), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(4473), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 9, - anon_sym_SEMI, + ACTIONS(8115), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [139667] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4932), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(4930), 28, - anon_sym_AMP, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -418532,115 +418413,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, - anon_sym_requires, - [139716] = 24, + [139544] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(5693), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(5815), 1, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(5817), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(5819), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(3231), 1, - sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6263), 1, - sym__declarator, - STATE(6598), 1, - sym__abstract_declarator, - STATE(7942), 1, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6127), 1, + sym__type_declarator, + STATE(7919), 1, sym_ms_based_modifier, - ACTIONS(8235), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(8237), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [139807] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - STATE(2078), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4107), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4914), 4, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4115), 29, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -418653,131 +418473,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [139866] = 24, + [139621] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(5707), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(5836), 1, + ACTIONS(8051), 1, anon_sym_STAR, - ACTIONS(5838), 1, + ACTIONS(8053), 1, anon_sym_AMP_AMP, - ACTIONS(5840), 1, + ACTIONS(8055), 1, anon_sym_AMP, - STATE(3121), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5739), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6263), 1, - sym__declarator, - STATE(6586), 1, - sym__abstract_declarator, - STATE(7942), 1, - sym_ms_based_modifier, - ACTIONS(8235), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8237), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [139957] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(5695), 1, - anon_sym_COLON, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8272), 1, - sym_ms_restrict_modifier, - ACTIONS(8463), 1, - anon_sym_STAR, - ACTIONS(8465), 1, - anon_sym_AMP_AMP, - ACTIONS(8467), 1, - anon_sym_AMP, - STATE(1630), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(3319), 1, - sym_parameter_list, - STATE(5192), 1, - sym_ms_unaligned_ptr_modifier, - STATE(5978), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6823), 1, + STATE(6234), 1, sym__abstract_declarator, - ACTIONS(8274), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(8276), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(8278), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4976), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(5022), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8290), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -418791,10 +418532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140042] = 3, + [139696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 12, + ACTIONS(5167), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -418807,7 +418548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5142), 29, + ACTIONS(5169), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -418837,52 +418578,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [140091] = 16, + [139745] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8051), 1, + ACTIONS(6606), 1, + anon_sym___attribute, + ACTIONS(8035), 1, anon_sym_STAR, - ACTIONS(8053), 1, + ACTIONS(8037), 1, anon_sym_AMP_AMP, - ACTIONS(8055), 1, + ACTIONS(8039), 1, anon_sym_AMP, - STATE(2863), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2922), 1, sym_parameter_list, - STATE(3828), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6270), 1, + STATE(6244), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 9, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(6604), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -418896,87 +418638,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140166] = 5, + [139822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8471), 1, - anon_sym_AMP_AMP, - ACTIONS(8475), 1, - anon_sym_and, - ACTIONS(5862), 16, - aux_sym_preproc_elif_token1, + ACTIONS(5183), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - sym_identifier, - ACTIONS(5864), 23, + ACTIONS(5185), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_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_LT, - anon_sym_GT_GT, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [140219] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(1788), 1, - sym_attribute_specifier, - STATE(4955), 1, - sym_field_declaration_list, - STATE(7004), 1, - sym_virtual_specifier, - STATE(7557), 1, - sym_base_class_clause, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5660), 2, anon_sym_final, anon_sym_override, - ACTIONS(5652), 3, + anon_sym_GT2, + anon_sym_requires, + [139871] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, + ACTIONS(8029), 1, anon_sym_STAR, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(5650), 28, + ACTIONS(8033), 1, anon_sym_AMP, - anon_sym___extension__, - anon_sym___based, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6679), 1, + sym__type_declarator, + STATE(8171), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [139948] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4972), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + ACTIONS(4970), 28, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -418992,51 +418782,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, sym_identifier, - sym_auto, anon_sym_decltype, - [140284] = 17, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [139997] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(8004), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2182), 1, - sym__type_declarator, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8278), 1, + STATE(6655), 1, + sym__type_declarator, + STATE(8171), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -419058,10 +418850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140361] = 3, + [140074] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 12, + ACTIONS(5171), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -419074,7 +418866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5179), 29, + ACTIONS(5173), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -419104,105 +418896,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [140410] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - STATE(3828), 1, - sym_alignas_qualifier, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8150), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - ACTIONS(8148), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [140469] = 17, + [140123] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, anon_sym_LPAREN2, - ACTIONS(6580), 1, - anon_sym___attribute, - ACTIONS(7970), 1, + ACTIONS(7957), 1, anon_sym_STAR, - ACTIONS(7972), 1, + ACTIONS(7959), 1, anon_sym_AMP_AMP, - ACTIONS(7974), 1, + ACTIONS(7961), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6262), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, + STATE(3058), 1, + sym__type_declarator, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -419215,100 +418956,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140546] = 3, + [140200] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 12, + ACTIONS(8467), 1, + anon_sym_PIPE_PIPE, + ACTIONS(8469), 1, + anon_sym_AMP_AMP, + ACTIONS(8471), 1, + anon_sym_or, + ACTIONS(8473), 1, + anon_sym_and, + ACTIONS(5847), 15, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(5167), 29, + sym_identifier, + ACTIONS(5849), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_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_LT, - anon_sym___attribute__, + anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [140595] = 17, + [140257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(2465), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7970), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(7972), 1, anon_sym_AMP_AMP, - ACTIONS(7974), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6265), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, anon_sym_EQ, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(2475), 28, + anon_sym_AMP, anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -419321,54 +419042,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140672] = 17, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_template, + anon_sym_operator, + anon_sym_try, + anon_sym_requires, + [140306] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7970), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(7972), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(7974), 1, + ACTIONS(8033), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8288), 1, - anon_sym___attribute, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6278), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6678), 1, + sym__type_declarator, + STATE(8171), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(7995), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -419381,45 +419112,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140749] = 17, + [140383] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(7966), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5840), 1, - sym__type_declarator, - STATE(5977), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8288), 1, + STATE(6137), 1, + sym__type_declarator, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7962), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -419441,31 +419172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140826] = 4, + [140460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 15, + ACTIONS(5191), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - ACTIONS(4109), 25, + ACTIONS(5193), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -419474,59 +419199,64 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [140877] = 17, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [140509] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(6180), 1, + STATE(2919), 1, sym__type_declarator, - STATE(7951), 1, + STATE(3271), 1, + sym_pointer_type_declarator, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, + ACTIONS(7981), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7962), 4, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -419548,45 +419278,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [140954] = 17, + [140586] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8037), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(8039), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2919), 1, + STATE(2927), 1, sym__type_declarator, - STATE(3380), 1, + STATE(3271), 1, sym_pointer_type_declarator, - STATE(7859), 1, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8049), 3, + ACTIONS(7981), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8047), 4, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3379), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -419608,54 +419338,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141031] = 17, + [140663] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(8008), 1, - sym_identifier, - ACTIONS(8010), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3024), 1, - sym__type_declarator, - STATE(3484), 1, - sym_pointer_type_declarator, - STATE(8147), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, + STATE(2384), 1, + sym_decltype_auto, + STATE(3198), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6471), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(4492), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8020), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(8018), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3486), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [140744] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, + anon_sym_STAR, + ACTIONS(8166), 1, + anon_sym_AMP_AMP, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(2669), 1, + sym_decltype_auto, + STATE(3028), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6457), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4478), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8133), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [140825] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1924), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym___attribute, + anon_sym_DOT, + ACTIONS(1922), 29, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [140874] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(8465), 1, + anon_sym_COLON, + STATE(4335), 1, + sym__enum_base_clause, + STATE(4447), 1, + sym_enumerator_list, + STATE(4634), 1, + sym_attribute_specifier, + ACTIONS(6202), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, + anon_sym___asm, + ACTIONS(6204), 30, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -419668,14 +419551,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141108] = 16, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [140937] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, ACTIONS(8051), 1, anon_sym_STAR, @@ -419683,27 +419576,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(8055), 1, anon_sym_AMP, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(3828), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6242), 1, + STATE(6235), 1, sym__abstract_declarator, - ACTIONS(6868), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(3402), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 9, + ACTIONS(5723), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -419713,7 +419606,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - ACTIONS(6853), 13, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [141012] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + STATE(3790), 1, + sym_alignas_qualifier, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8101), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -419727,45 +419652,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141183] = 17, + ACTIONS(8099), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [141071] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7969), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7971), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(7975), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(7977), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6170), 1, + STATE(2937), 1, sym__type_declarator, - STATE(8637), 1, + STATE(3271), 1, + sym_pointer_type_declarator, + STATE(7832), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(7981), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(3269), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -419787,37 +419731,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141260] = 10, + [141148] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(8479), 1, - anon_sym_LBRACE, - ACTIONS(8481), 1, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(5709), 1, anon_sym_COLON, - STATE(4336), 1, - sym__enum_base_clause, - STATE(4390), 1, - sym_enumerator_list, - STATE(4567), 1, - sym_attribute_specifier, - ACTIONS(6256), 4, - anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6258), 30, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(8278), 1, + sym_ms_restrict_modifier, + ACTIONS(8475), 1, anon_sym_STAR, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8479), 1, + anon_sym_AMP, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(3274), 1, + sym_parameter_list, + STATE(5186), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6819), 1, + sym__abstract_declarator, + ACTIONS(8280), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8282), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8284), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4277), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5012), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -419830,20 +419795,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [141323] = 3, + [141233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 12, + ACTIONS(5140), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -419856,7 +419811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5175), 29, + ACTIONS(5142), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -419886,70 +419841,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [141372] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8002), 1, - anon_sym_STAR, - ACTIONS(8004), 1, - anon_sym_AMP_AMP, - ACTIONS(8006), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2166), 1, - sym__type_declarator, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(8278), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8000), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [141449] = 3, + [141282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 12, + ACTIONS(5175), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -419962,7 +419857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5199), 29, + ACTIONS(5177), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -419992,10 +419887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [141498] = 3, + [141331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 12, + ACTIONS(5151), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -420008,7 +419903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5171), 29, + ACTIONS(5153), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -420038,30 +419933,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [141547] = 3, + [141380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 13, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(4109), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, 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_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - ACTIONS(2475), 28, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [141431] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(2084), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4914), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5927), 4, anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, anon_sym___attribute, - anon_sym___based, anon_sym_const, + anon_sym_COLON, + ACTIONS(5929), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -420076,99 +420026,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, + sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_template, - anon_sym_operator, - anon_sym_try, anon_sym_requires, - [141596] = 3, + [141490] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, + anon_sym_LPAREN2, + ACTIONS(8001), 1, + anon_sym_STAR, + ACTIONS(8003), 1, + anon_sym_AMP_AMP, + ACTIONS(8005), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(1970), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(6184), 1, + sym__type_declarator, + STATE(7858), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(7411), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [141567] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, anon_sym_LPAREN2, + ACTIONS(8023), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [141645] = 17, + ACTIONS(8027), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5884), 1, + sym__type_declarator, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(8490), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [141644] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5977), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6179), 1, + STATE(6218), 1, sym__type_declarator, - STATE(7951), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(7411), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7962), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -420190,45 +420211,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141722] = 17, + [141721] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5827), 1, + anon_sym_STAR, + ACTIONS(5829), 1, + anon_sym_AMP_AMP, + ACTIONS(5831), 1, + anon_sym_AMP, + STATE(3108), 1, + sym_parameter_list, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6276), 1, + sym__declarator, + STATE(6588), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(8219), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(8221), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [141812] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(7966), 1, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + ACTIONS(7991), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5851), 1, + STATE(2159), 1, sym__type_declarator, - STATE(5977), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8288), 1, + STATE(8554), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7962), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(5975), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -420250,10 +420338,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [141799] = 3, + [141889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 12, + ACTIONS(5147), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -420266,7 +420354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5159), 29, + ACTIONS(5149), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -420296,92 +420384,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [141848] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(2622), 1, - sym_decltype_auto, - STATE(3007), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6462), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4557), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [141929] = 3, + [141938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 16, + ACTIONS(5147), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + anon_sym_GT_GT, + anon_sym___attribute, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(7049), 25, + ACTIONS(5149), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -420390,86 +420411,29 @@ 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [141978] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - ACTIONS(8191), 1, - anon_sym_STAR, - ACTIONS(8193), 1, - anon_sym_AMP_AMP, - ACTIONS(8195), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(3242), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6491), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4508), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8138), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [142059] = 3, + [141987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 12, + ACTIONS(5147), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -420482,7 +420446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5195), 29, + ACTIONS(5149), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -420512,10 +420476,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [142108] = 3, + [142036] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8469), 1, + anon_sym_AMP_AMP, + ACTIONS(8473), 1, + anon_sym_and, + ACTIONS(5833), 16, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_identifier, + ACTIONS(5835), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [142089] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + STATE(2084), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4107), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4914), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 29, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [142148] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, + anon_sym_LPAREN2, + ACTIONS(8023), 1, + anon_sym_STAR, + ACTIONS(8025), 1, + anon_sym_AMP_AMP, + ACTIONS(8027), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5826), 1, + sym__type_declarator, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(8490), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [142225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 12, + ACTIONS(5179), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -420528,7 +420651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5167), 29, + ACTIONS(5181), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -420558,37 +420681,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [142157] = 10, + [142274] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(8479), 1, - anon_sym_LBRACE, - ACTIONS(8481), 1, - anon_sym_COLON, - STATE(4345), 1, - sym__enum_base_clause, - STATE(4382), 1, - sym_enumerator_list, - STATE(4603), 1, - sym_attribute_specifier, - ACTIONS(6250), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6252), 30, - anon_sym_COMMA, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7997), 1, + sym_identifier, + ACTIONS(7999), 1, anon_sym_LPAREN2, + ACTIONS(8023), 1, anon_sym_STAR, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8027), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(5853), 1, + sym__type_declarator, + STATE(5998), 1, + sym_pointer_type_declarator, + STATE(8490), 1, + sym_ms_based_modifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(8007), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(5990), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -420601,20 +420741,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_asm, - anon_sym___asm__, + [142351] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(6673), 1, sym_auto, + ACTIONS(6675), 1, anon_sym_decltype, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, + anon_sym_STAR, + ACTIONS(8166), 1, + anon_sym_AMP_AMP, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(2669), 1, + sym_decltype_auto, + STATE(3028), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6473), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4600), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8115), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [142220] = 3, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [142432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 12, + ACTIONS(5187), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -420627,7 +420819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute, anon_sym_DOT, - ACTIONS(5187), 29, + ACTIONS(5189), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -420657,101 +420849,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [142269] = 3, + [142481] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5183), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, anon_sym_LPAREN2, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(5841), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5843), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(5845), 1, + anon_sym_AMP, + STATE(3092), 1, + sym_parameter_list, + STATE(5761), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6276), 1, + sym__declarator, + STATE(6599), 1, + sym__abstract_declarator, + STATE(7941), 1, + sym_ms_based_modifier, + ACTIONS(8219), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(8221), 2, anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [142318] = 19, + anon_sym___attribute, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [142572] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - ACTIONS(8191), 1, + ACTIONS(8051), 1, anon_sym_STAR, - ACTIONS(8193), 1, + ACTIONS(8053), 1, anon_sym_AMP_AMP, - ACTIONS(8195), 1, + ACTIONS(8055), 1, anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2370), 1, - sym_decltype_auto, - STATE(3242), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5770), 1, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6483), 1, + STATE(6245), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4499), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8099), 6, + ACTIONS(8252), 9, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -420765,55 +420975,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142399] = 19, + [142647] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(6883), 1, anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(2622), 1, - sym_decltype_auto, - STATE(3007), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(3790), 1, sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6460), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(6885), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4455), 2, + STATE(3433), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8099), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8397), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6870), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -420827,25 +421007,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142480] = 3, + ACTIONS(8395), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [142706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 12, + ACTIONS(7047), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DOT, - ACTIONS(1966), 29, + sym_literal_suffix, + ACTIONS(7049), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -420854,72 +421058,71 @@ 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_LT, - anon_sym___attribute__, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [142529] = 17, + [142755] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7970), 1, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(5723), 1, + anon_sym_COLON, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8278), 1, + sym_ms_restrict_modifier, + ACTIONS(8475), 1, anon_sym_STAR, - ACTIONS(7972), 1, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - ACTIONS(7974), 1, + ACTIONS(8479), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8298), 1, - anon_sym___attribute, - STATE(2963), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(3274), 1, + sym_parameter_list, + STATE(5186), 1, + sym_ms_unaligned_ptr_modifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6294), 1, + STATE(6798), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8280), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(8282), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(5023), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(5024), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -420933,45 +421136,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142606] = 17, + [142840] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8008), 1, + ACTIONS(7953), 1, sym_identifier, - ACTIONS(8010), 1, + ACTIONS(7955), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(7957), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(7959), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(7961), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3008), 1, + STATE(3046), 1, sym__type_declarator, - STATE(3484), 1, + STATE(3619), 1, sym_pointer_type_declarator, - STATE(8147), 1, + STATE(8063), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8020), 3, + ACTIONS(7967), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8018), 4, + ACTIONS(7965), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3486), 6, + STATE(3618), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -420993,45 +421196,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142683] = 17, + [142917] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6961), 16, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(6963), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [142966] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(2219), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(6193), 1, + STATE(6182), 1, sym__type_declarator, - STATE(8637), 1, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, @@ -421053,71 +421302,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142760] = 3, + [143043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5283), 4, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5155), 29, - anon_sym_DOT_DOT_DOT, + anon_sym_const, + anon_sym_COLON, + ACTIONS(5285), 35, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, + anon_sym_SEMI, + anon_sym___extension__, anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [142809] = 3, + [143093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 5, + ACTIONS(4872), 4, anon_sym_AMP, anon_sym___attribute, - anon_sym_LBRACK, anon_sym_const, - anon_sym___asm, - ACTIONS(5597), 36, + anon_sym_COLON, + ACTIONS(4874), 36, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -421133,38 +421384,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, anon_sym_requires, - [142858] = 8, + [143141] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - STATE(3828), 1, - sym_alignas_qualifier, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8304), 4, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5784), 3, anon_sym_AMP, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6853), 13, + anon_sym_const, + ACTIONS(8483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5782), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -421177,73 +421431,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - ACTIONS(8302), 18, - anon_sym_COMMA, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [143193] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6858), 4, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + [143287] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + ACTIONS(4838), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(4831), 33, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + sym_identifier, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [142917] = 17, + [143341] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7964), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, anon_sym_STAR, - ACTIONS(7966), 1, + ACTIONS(8089), 1, anon_sym_AMP_AMP, - ACTIONS(7968), 1, + ACTIONS(8091), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5844), 1, - sym__type_declarator, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(8288), 1, - sym_ms_based_modifier, - ACTIONS(67), 2, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6338), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - ACTIONS(65), 14, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -421256,87 +421614,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [142994] = 3, + [143415] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 12, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6390), 1, + anon_sym___attribute, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8427), 1, anon_sym_SLASH, + ACTIONS(8433), 1, anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8443), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_DOT, - ACTIONS(5167), 29, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(8449), 1, + anon_sym_QMARK, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8431), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6392), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, + anon_sym_not_eq, + ACTIONS(8441), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [143511] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5788), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(8483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5786), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [143043] = 12, + [143563] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - ACTIONS(8487), 1, - anon_sym_LBRACE, - STATE(4768), 1, - sym_field_declaration_list, - STATE(4947), 1, - sym_attribute_specifier, - STATE(7039), 1, - sym_virtual_specifier, - STATE(7636), 1, - sym_base_class_clause, - ACTIONS(5650), 2, - anon_sym_AMP, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(5860), 2, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, + anon_sym_STAR, + ACTIONS(8089), 1, + anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6340), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6604), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - ACTIONS(5652), 28, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [143637] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(2201), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5927), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(4947), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5929), 29, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -421353,266 +421834,482 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_auto, anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [143109] = 21, + [143695] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8433), 1, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8451), 1, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym___attribute, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8431), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 10, + ACTIONS(6846), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_QMARK, + [143785] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8517), 1, + anon_sym_COMMA, + ACTIONS(8519), 1, + anon_sym_SEMI, + ACTIONS(8521), 1, + anon_sym_RBRACE, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7405), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, - [143193] = 23, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [143885] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4327), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5774), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(8523), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5772), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [143937] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4288), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5768), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(8525), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5766), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [143989] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(8463), 1, + anon_sym_LBRACE, + STATE(4370), 1, + sym_enumerator_list, + STATE(4485), 1, + sym_attribute_specifier, + ACTIONS(5918), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5920), 31, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [144047] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6372), 1, + ACTIONS(6848), 1, anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, ACTIONS(8449), 1, - anon_sym_bitor, + anon_sym_QMARK, ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8429), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(6850), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - [143281] = 24, + [144143] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6372), 1, - anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8427), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 7, + ACTIONS(6820), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_or, - [143371] = 12, + [144233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8423), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8421), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5780), 3, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, anon_sym___attribute, - ACTIONS(6374), 20, - anon_sym_DOT_DOT_DOT, + anon_sym_const, + ACTIONS(8483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5778), 32, anon_sym_COMMA, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_SEMI, + anon_sym___extension__, anon_sym___attribute__, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [143437] = 3, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [144285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 4, + ACTIONS(4860), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, anon_sym_COLON, - ACTIONS(4819), 36, + ACTIONS(4862), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -421649,52 +422346,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [143485] = 16, + [144333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + STATE(4330), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5796), 3, + anon_sym_AMP, + anon_sym___attribute, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(8527), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5794), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, anon_sym_STAR, - ACTIONS(8085), 1, anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6327), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 8, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -421707,15 +422384,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [143559] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [144385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 4, + ACTIONS(4864), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, anon_sym_COLON, - ACTIONS(4823), 36, + ACTIONS(4866), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -421752,26 +422438,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [143607] = 3, + [144433] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6856), 1, + anon_sym___attribute, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8427), 1, + anon_sym_SLASH, + ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, + anon_sym_GT_EQ, + ACTIONS(8449), 1, + anon_sym_QMARK, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8429), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6858), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [144529] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 4, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 5, + anon_sym_PIPE, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + 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_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [144599] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, anon_sym___attribute, + ACTIONS(8533), 1, + anon_sym_LBRACE, + STATE(4841), 1, + sym_field_declaration_list, + STATE(4910), 1, + sym_attribute_specifier, + STATE(6867), 1, + sym_virtual_specifier, + STATE(7455), 1, + sym_base_class_clause, + ACTIONS(5659), 2, + anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(4845), 36, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5661), 28, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, @@ -421788,24 +422612,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, - [143655] = 3, + [144665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 4, + ACTIONS(4868), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, anon_sym_COLON, - ACTIONS(4849), 36, + ACTIONS(4870), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -421842,25 +422662,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [143703] = 3, + [144713] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 4, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5792), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - anon_sym_COLON, - ACTIONS(4857), 36, + ACTIONS(8483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5790), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -421878,8 +422702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -421887,123 +422709,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [143751] = 29, + [144765] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8489), 1, - anon_sym_COMMA, - ACTIONS(8495), 1, + ACTIONS(6852), 1, + anon_sym___attribute, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8433), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8515), 1, - anon_sym_SEMI, - ACTIONS(8517), 1, - anon_sym_RBRACE, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7293), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [143851] = 16, + ACTIONS(6854), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_QMARK, + [144857] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(65), 1, + ACTIONS(8535), 1, + anon_sym___attribute__, + ACTIONS(8538), 1, + anon_sym___attribute, + STATE(4308), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(8413), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(7586), 1, + anon_sym___asm, + ACTIONS(8411), 32, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6344), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 8, - anon_sym_RPAREN, anon_sym_SEMI, + anon_sym___extension__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -422016,92 +422812,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [143925] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8423), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8421), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8441), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 6, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym___attribute, - ACTIONS(6374), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [143995] = 8, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, + anon_sym_requires, + [144911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(2272), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5908), 3, + ACTIONS(4876), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(4951), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5910), 29, - anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + ACTIONS(4883), 36, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -422116,21 +422860,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [144053] = 3, + [144959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 4, + ACTIONS(4848), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, anon_sym_COLON, - ACTIONS(4853), 36, + ACTIONS(4850), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -422167,99 +422914,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [144101] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, - anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6334), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [144175] = 13, + [145007] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6372), 6, + ACTIONS(6331), 8, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, anon_sym___attribute, - ACTIONS(6374), 20, + ACTIONS(6333), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -422280,232 +422968,317 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [144243] = 15, + [145073] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(6331), 1, + anon_sym___attribute, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8447), 1, + ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, + anon_sym_GT_EQ, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8441), 2, + ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 6, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute, - ACTIONS(6374), 17, + ACTIONS(6333), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_SEMI, anon_sym___attribute__, anon_sym_QMARK, anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [144315] = 17, + [145163] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(6331), 1, + anon_sym___attribute, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8439), 1, + ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8441), 2, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 3, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym___attribute, - ACTIONS(8437), 3, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 16, + ACTIONS(6333), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_QMARK, anon_sym_or, anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [144391] = 18, + [145251] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8439), 1, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym___attribute, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8441), 2, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 3, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym___attribute, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 13, + ACTIONS(6333), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_SEMI, anon_sym___attribute__, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - [144469] = 20, + [145335] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8423), 1, + ACTIONS(6911), 1, + anon_sym___attribute, + ACTIONS(8427), 1, anon_sym_SLASH, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8429), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6913), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_QMARK, + [145427] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8427), 1, + anon_sym_SLASH, + ACTIONS(8437), 1, + anon_sym_AMP, + ACTIONS(8443), 1, + anon_sym_GT_EQ, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6372), 2, + ACTIONS(6331), 2, anon_sym_PIPE, anon_sym___attribute, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 12, + ACTIONS(6333), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -422518,31 +423291,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_bitor, anon_sym_xor, - [144551] = 6, + [145509] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - ACTIONS(4133), 4, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + ACTIONS(8233), 1, anon_sym_STAR, + ACTIONS(8235), 1, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(5689), 33, + ACTIONS(8237), 1, anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6505), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4754), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8115), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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, @@ -422555,41 +423352,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - anon_sym_COLON, - sym_identifier, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - [144605] = 6, + [145589] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(8527), 1, - anon_sym___attribute__, - ACTIONS(8530), 1, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6844), 1, anon_sym___attribute, - STATE(4304), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(8409), 4, + ACTIONS(8427), 1, + anon_sym_SLASH, + ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(8407), 32, + ACTIONS(8443), 1, + anon_sym_GT_EQ, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8429), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8431), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8435), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8439), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8441), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6846), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_QMARK, + [145681] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + ACTIONS(8233), 1, + anon_sym_STAR, + ACTIONS(8235), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, + ACTIONS(8237), 1, + anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(4578), 1, + sym_decltype_auto, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6537), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4756), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8133), 5, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -422602,99 +423480,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [144659] = 20, + [145761] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(8495), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8513), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(6331), 3, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym___attribute, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 13, + ACTIONS(6333), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, - [144741] = 3, + anon_sym_bitand, + [145839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 4, + STATE(4283), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5762), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - anon_sym_COLON, - ACTIONS(4827), 36, + ACTIONS(8541), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5760), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -422712,8 +423580,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -422721,135 +423587,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [144789] = 3, + [145891] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4876), 4, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8427), 1, + anon_sym_SLASH, + ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 6, + anon_sym_PIPE, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4883), 36, + ACTIONS(6333), 17, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, 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_SEMI, - anon_sym___extension__, anon_sym___attribute__, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, + anon_sym_QMARK, anon_sym_or, anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [144837] = 27, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [145963] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, - ACTIONS(8433), 1, - anon_sym_AMP, - ACTIONS(8439), 1, - anon_sym_GT_EQ, - ACTIONS(8445), 1, - anon_sym_QMARK, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, - anon_sym_bitand, - ACTIONS(8535), 1, - anon_sym___attribute, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + ACTIONS(6333), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8431), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8441), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8435), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(8533), 3, - anon_sym_COMMA, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym___attribute__, - [144933] = 5, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [146031] = 5, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, + STATE(4356), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5738), 3, + ACTIONS(5602), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8537), 4, + ACTIONS(8543), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5736), 32, + ACTIONS(5604), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -422882,21 +423746,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [144985] = 5, + [146083] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, + anon_sym_STAR, + ACTIONS(8089), 1, + anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6314), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [146157] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8427), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8423), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8425), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8445), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute, + ACTIONS(6333), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_SEMI, + anon_sym___attribute__, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [146227] = 5, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, + STATE(4056), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5744), 3, + ACTIONS(5752), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8537), 4, + ACTIONS(8483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5742), 32, + ACTIONS(5750), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -422929,90 +423907,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145037] = 27, + [146279] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6616), 1, - anon_sym___attribute, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8423), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8445), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6618), 3, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6392), 4, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, - ACTIONS(8435), 3, + anon_sym_RBRACE, + [146373] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [145133] = 5, + ACTIONS(6850), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + [146467] = 5, ACTIONS(3), 1, sym_comment, - STATE(4327), 1, + STATE(4056), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5591), 3, + ACTIONS(5758), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8539), 4, + ACTIONS(8483), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5593), 32, + ACTIONS(5756), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -423045,278 +424090,287 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145185] = 24, + [146519] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8433), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8449), 1, + anon_sym_QMARK, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8547), 1, + anon_sym___attribute, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 6, - anon_sym_DOT_DOT_DOT, + ACTIONS(8545), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [145275] = 25, + anon_sym___attribute__, + [146615] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6914), 1, + ACTIONS(6818), 1, anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 5, + ACTIONS(6820), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, anon_sym_QMARK, - [145367] = 5, + [146707] = 12, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5776), 3, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6331), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(8537), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5774), 32, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 21, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + 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_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [145419] = 25, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [146773] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6890), 1, - anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 5, + ACTIONS(6333), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_RBRACE, anon_sym_QMARK, - [145511] = 5, + anon_sym_or, + [146861] = 8, ACTIONS(3), 1, sym_comment, - STATE(4309), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5786), 3, - anon_sym_AMP, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, + ACTIONS(8463), 1, + anon_sym_LBRACE, + STATE(4419), 1, + sym_enumerator_list, + STATE(4470), 1, + sym_attribute_specifier, + ACTIONS(5887), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(8541), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5784), 32, + anon_sym___asm, + ACTIONS(5889), 31, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -423332,19 +424386,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145563] = 5, + [146919] = 5, ACTIONS(3), 1, sym_comment, - STATE(4310), 1, + STATE(4356), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5792), 3, + ACTIONS(5455), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, @@ -423353,7 +424409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5790), 32, + ACTIONS(5457), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -423386,25 +424442,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145615] = 5, + [146971] = 4, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5802), 3, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8537), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5800), 32, + anon_sym_COLON, + ACTIONS(5321), 35, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, @@ -423426,6 +424479,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -423433,212 +424488,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145667] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, - anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6309), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [145741] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6523), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4719), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8099), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [145821] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6942), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - [145915] = 5, + [147021] = 4, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5806), 3, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5319), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8537), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5804), 32, + anon_sym_COLON, + ACTIONS(5321), 35, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, @@ -423660,6 +424525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -423667,29 +424534,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [145967] = 5, + [147071] = 3, ACTIONS(3), 1, sym_comment, - STATE(4319), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5748), 3, + ACTIONS(4852), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8545), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5746), 32, + anon_sym_COLON, + ACTIONS(4854), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -423707,6 +424570,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -423714,143 +424579,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [146019] = 25, + [147119] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6904), 1, - anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, ACTIONS(8433), 1, + anon_sym_PIPE, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, ACTIONS(8449), 1, - anon_sym_bitor, + anon_sym_QMARK, ACTIONS(8451), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8453), 1, + anon_sym_bitor, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8551), 1, + anon_sym___attribute, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, - [146111] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4323), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5732), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(8547), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5730), 32, + ACTIONS(8549), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [146163] = 5, + [147215] = 3, ACTIONS(3), 1, sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5760), 3, + ACTIONS(5307), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(8537), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5758), 32, + anon_sym_COLON, + ACTIONS(5309), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -423868,6 +424684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -423875,21 +424693,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [146215] = 6, + [147263] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(8477), 1, + ACTIONS(8481), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - ACTIONS(4866), 4, + ACTIONS(4133), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, - ACTIONS(4859), 33, + ACTIONS(5689), 33, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -423923,967 +424741,419 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - [146269] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4091), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5756), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(8537), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5754), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [146321] = 24, + [147317] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6900), 6, + ACTIONS(6333), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [146411] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6940), 1, - anon_sym___attribute, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8423), 1, - anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, - ACTIONS(8433), 1, - anon_sym_AMP, - ACTIONS(8439), 1, - anon_sym_GT_EQ, - ACTIONS(8445), 1, - anon_sym_QMARK, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8421), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, - anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8441), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6942), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - ACTIONS(8435), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [146507] = 24, + [147403] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 6, + ACTIONS(6917), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [146597] = 27, + [147493] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6934), 1, - anon_sym___attribute, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8423), 1, - anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(6331), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8445), 1, - anon_sym_QMARK, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6936), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [146693] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(4612), 1, - sym_decltype_auto, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6543), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4707), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8138), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [146773] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4327), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5439), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(8539), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [146825] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(8479), 1, - anon_sym_LBRACE, - STATE(4451), 1, - sym_enumerator_list, - STATE(4472), 1, - sym_attribute_specifier, - ACTIONS(5929), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5931), 31, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [146883] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 19, + ACTIONS(6333), 11, anon_sym_DOT_DOT_DOT, 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_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [146953] = 25, + [147577] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6944), 1, - anon_sym___attribute, - ACTIONS(8423), 1, - anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(6331), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8431), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6946), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, - [147045] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 21, + ACTIONS(6333), 13, anon_sym_DOT_DOT_DOT, 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_LT, - anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [147113] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6906), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [147203] = 26, + [147659] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6936), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - [147297] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8423), 1, - anon_sym_SLASH, - ACTIONS(8429), 1, - anon_sym_PIPE, - ACTIONS(8433), 1, - anon_sym_AMP, - ACTIONS(8439), 1, anon_sym_GT_EQ, - ACTIONS(8445), 1, - anon_sym_QMARK, - ACTIONS(8447), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, - anon_sym_bitor, - ACTIONS(8451), 1, - anon_sym_bitand, - ACTIONS(8551), 1, - anon_sym___attribute, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8427), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8431), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(8549), 3, + ACTIONS(6333), 14, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_SEMI, - anon_sym___attribute__, - [147393] = 24, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + [147737] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 6, + ACTIONS(6333), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - [147483] = 15, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [147813] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(6372), 5, + ACTIONS(6331), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 18, + ACTIONS(6333), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -424902,89 +425172,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [147555] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(8479), 1, - anon_sym_LBRACE, - STATE(4397), 1, - sym_enumerator_list, - STATE(4551), 1, - sym_attribute_specifier, - ACTIONS(5923), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5925), 31, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [147613] = 12, + [147885] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 7, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6331), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 21, + ACTIONS(6333), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -425006,63 +425227,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [147679] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5464), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(5466), 35, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [147729] = 4, + [147953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5289), 4, + ACTIONS(4856), 4, anon_sym_AMP, anon_sym___attribute, anon_sym_const, anon_sym_COLON, - ACTIONS(5291), 35, + ACTIONS(4858), 36, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -425072,52 +425245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [147779] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, anon_sym_COLON_COLON, - ACTIONS(5289), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(5291), 35, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -425144,349 +425272,286 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [147829] = 23, + [148001] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8499), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 8, + ACTIONS(6913), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_or, - [147917] = 25, + [148091] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(6898), 1, - anon_sym___attribute, - ACTIONS(8423), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8429), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8433), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8439), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8447), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8449), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8451), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8419), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8421), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8425), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8427), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8431), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8441), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8435), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8437), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6900), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_QMARK, - [148009] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 14, + ACTIONS(6854), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - [148087] = 22, + [148181] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8087), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + ACTIONS(8089), 1, anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6321), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8290), 8, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - [148173] = 26, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [148255] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(6915), 1, + anon_sym___attribute, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8433), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8437), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8453), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8455), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8429), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8431), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8435), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8439), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6618), 4, + ACTIONS(6917), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_RBRACE, - [148267] = 3, + anon_sym___attribute__, + anon_sym_QMARK, + [148347] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5406), 4, + STATE(4056), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5802), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - anon_sym_COLON, - ACTIONS(5408), 36, + ACTIONS(8483), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5800), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -425504,8 +425569,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, @@ -425513,58 +425576,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [148315] = 17, + [148399] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8495), 1, + ACTIONS(8427), 1, anon_sym_SLASH, - ACTIONS(8511), 1, + ACTIONS(8443), 1, anon_sym_GT_EQ, - ACTIONS(8521), 1, + ACTIONS(8451), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8423), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8425), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8513), 2, + ACTIONS(8445), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8509), 3, + ACTIONS(6331), 3, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym___attribute, + ACTIONS(8441), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 17, + ACTIONS(6333), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym___attribute__, anon_sym_QMARK, anon_sym_or, anon_sym_and, @@ -425572,200 +425635,251 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [148391] = 21, + [148475] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(8363), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(4853), 2, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + sym_initializer_list, + ACTIONS(6186), 11, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6188), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8503), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8509), 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [148528] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 11, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(4109), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, + 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_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - [148475] = 28, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [148577] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8591), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8553), 1, + anon_sym_COMMA, + ACTIONS(8555), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7135), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7342), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [148572] = 6, + [148674] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(8316), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - STATE(4844), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6198), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, + ACTIONS(8495), 1, anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8505), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6200), 24, - anon_sym_DOT_DOT_DOT, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8557), 1, anon_sym_COMMA, + ACTIONS(8559), 1, + anon_sym_RBRACE, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7132), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [148625] = 6, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [148771] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - STATE(4605), 1, + STATE(4633), 1, sym_attribute_specifier, - ACTIONS(5986), 4, + ACTIONS(5957), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5988), 32, + ACTIONS(5959), 32, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -425798,146 +425912,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [148678] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8593), 1, - anon_sym_LT, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(5689), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4133), 32, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [148731] = 28, + [148824] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, ACTIONS(8595), 1, + anon_sym_bitand, + ACTIONS(8599), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7352), 1, + STATE(7087), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [148828] = 6, + [148921] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4595), 1, - sym_attribute_specifier, - ACTIONS(5994), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5996), 32, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8270), 1, anon_sym_STAR, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8274), 1, + anon_sym_AMP, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(1824), 1, + sym_decltype_auto, + STATE(3285), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6578), 1, + sym__abstract_declarator, + ACTIONS(8284), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4775), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8133), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -425950,163 +426041,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [148881] = 28, + [149000] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8601), 1, anon_sym_COMMA, + ACTIONS(8603), 1, + anon_sym_RPAREN, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7232), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [149097] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, ACTIONS(8561), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8597), 1, + ACTIONS(8605), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7354), 1, + STATE(7099), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [148978] = 10, + [149194] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - ACTIONS(8599), 1, + ACTIONS(3757), 1, anon_sym_LBRACE, - ACTIONS(8601), 1, - anon_sym_COLON, - STATE(4696), 1, - sym__enum_base_clause, - STATE(4817), 1, - sym_enumerator_list, - STATE(4915), 1, - sym_attribute_specifier, - ACTIONS(6256), 2, + ACTIONS(8363), 1, + anon_sym_LPAREN2, + STATE(4855), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6194), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_const, - ACTIONS(6258), 30, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6196), 24, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [149039] = 6, + [149247] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(8103), 1, - sym_auto, - ACTIONS(8105), 1, - anon_sym_decltype, - STATE(4612), 1, - sym_decltype_auto, - ACTIONS(5357), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(2887), 1, anon_sym_const, - anon_sym___asm, - ACTIONS(5359), 31, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, anon_sym_STAR, + ACTIONS(8149), 1, anon_sym_AMP_AMP, + ACTIONS(8151), 1, + anon_sym_AMP, + STATE(2940), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6359), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6604), 7, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -426119,129 +426283,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [149092] = 27, + [149320] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8605), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8607), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7105), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8603), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [149187] = 17, + [149417] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4556), 1, + sym_attribute_specifier, + ACTIONS(5953), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4831), 1, + anon_sym___asm, + ACTIONS(5955), 32, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8142), 1, anon_sym_STAR, - ACTIONS(8144), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, - anon_sym_AMP, - ACTIONS(8288), 1, - anon_sym___attribute, - STATE(3263), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6358), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 6, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + anon_sym_SEMI, anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -426254,469 +426388,339 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [149262] = 28, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [149470] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8607), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8633), 1, - anon_sym_RBRACK, - ACTIONS(8635), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8609), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7301), 1, - aux_sym_subscript_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7117), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [149359] = 28, + [149567] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8611), 1, + anon_sym_COMMA, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8517), 1, - anon_sym_RBRACE, - ACTIONS(8519), 1, + ACTIONS(8637), 1, + anon_sym_RBRACK, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8643), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7293), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7113), 1, + aux_sym_subscript_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [149456] = 28, + [149664] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8645), 1, - anon_sym_COMMA, ACTIONS(8647), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7368), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7126), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [149553] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8264), 1, - anon_sym_STAR, - ACTIONS(8266), 1, - anon_sym_AMP_AMP, - ACTIONS(8268), 1, - anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - STATE(3435), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6593), 1, - sym__abstract_declarator, - ACTIONS(8278), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4781), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8099), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [149632] = 28, + [149761] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8645), 1, - anon_sym_COMMA, ACTIONS(8649), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7268), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7140), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [149729] = 10, + [149858] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - ACTIONS(8599), 1, - anon_sym_LBRACE, - ACTIONS(8601), 1, - anon_sym_COLON, - STATE(4732), 1, - sym__enum_base_clause, - STATE(4848), 1, - sym_enumerator_list, - STATE(4889), 1, - sym_attribute_specifier, - ACTIONS(6250), 2, - anon_sym_AMP, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(6252), 30, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8127), 1, anon_sym_STAR, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, + ACTIONS(8131), 1, + anon_sym_AMP, + STATE(3185), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6398), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [149790] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8593), 1, - anon_sym_LT, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(4859), 4, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - anon_sym_COLON, - ACTIONS(4866), 32, - anon_sym_DOT_DOT_DOT, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [149843] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8593), 1, - anon_sym_LT, - STATE(2272), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2424), 1, - sym_template_argument_list, - ACTIONS(4107), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(4951), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -426729,25 +426733,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [149900] = 6, + [149933] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3757), 1, anon_sym_LBRACE, - ACTIONS(8316), 1, + ACTIONS(8363), 1, anon_sym_LPAREN2, - STATE(4861), 2, + STATE(4821), 2, sym_argument_list, sym_initializer_list, - ACTIONS(6068), 11, + ACTIONS(6166), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -426759,7 +426755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6070), 24, + ACTIONS(6168), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -426784,351 +426780,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [149953] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4570), 1, - sym_attribute_specifier, - ACTIONS(6000), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6002), 32, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [150006] = 28, + [149986] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, + ACTIONS(8553), 1, + anon_sym_COMMA, ACTIONS(8651), 1, - anon_sym_GT2, - STATE(3671), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7341), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7172), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [150103] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(4109), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [150152] = 28, + [150083] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8607), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8595), 1, anon_sym_bitand, ACTIONS(8653), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7417), 1, - aux_sym_subscript_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7147), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [150249] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4555), 1, - sym_attribute_specifier, - ACTIONS(6004), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6006), 32, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [150302] = 3, + [150180] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8655), 1, anon_sym_LT, - anon_sym___attribute__, + STATE(2201), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(4107), 3, + anon_sym_AMP, anon_sym___attribute, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(6965), 21, + anon_sym_const, + ACTIONS(4947), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [150349] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, + anon_sym___extension__, anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4539), 1, - sym_attribute_specifier, - ACTIONS(6017), 4, - anon_sym_AMP, anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6019), 32, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -427143,325 +426961,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [150402] = 28, + [150237] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8655), 1, - anon_sym_COMMA, ACTIONS(8657), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7240), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7135), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [150499] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4537), 1, - sym_attribute_specifier, - ACTIONS(6021), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6023), 32, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [150552] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5289), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5291), 36, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [150599] = 28, + [150334] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, ACTIONS(8659), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7212), 1, + STATE(7155), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [150696] = 16, + [150431] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8127), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(2954), 1, + ACTIONS(8254), 1, + anon_sym___attribute, + STATE(3185), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6441), 1, + STATE(6453), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 7, + ACTIONS(8252), 6, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [150769] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4473), 1, - sym_attribute_specifier, - ACTIONS(5966), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5968), 32, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -427474,62 +427163,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [150822] = 17, + [150506] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8142), 1, + ACTIONS(8109), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(8111), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(8113), 1, anon_sym_AMP, - STATE(3263), 1, + ACTIONS(8292), 1, + anon_sym___attribute, + STATE(3238), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6407), 1, + STATE(6360), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, + ACTIONS(8290), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -427543,166 +427221,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [150897] = 28, + [150581] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8645), 1, + ACTIONS(8601), 1, anon_sym_COMMA, ACTIONS(8661), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7191), 1, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7427), 1, aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [150994] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8507), 2, anon_sym_LT_LT, - ACTIONS(8579), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - ACTIONS(8663), 1, - anon_sym_GT2, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - STATE(7330), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8557), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8559), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8563), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [151091] = 3, + [150678] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5557), 3, - anon_sym_AMP, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, + STATE(4573), 1, + sym_attribute_specifier, + ACTIONS(5990), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(5559), 36, + anon_sym___asm, + ACTIONS(5992), 32, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -427718,164 +427328,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [151138] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8142), 1, - anon_sym_STAR, - ACTIONS(8144), 1, - anon_sym_AMP_AMP, - ACTIONS(8146), 1, - anon_sym_AMP, - ACTIONS(8298), 1, - anon_sym___attribute, - STATE(3263), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6391), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 6, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [151213] = 28, + [150731] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8665), 1, + ACTIONS(8663), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7310), 1, + STATE(7439), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [151310] = 6, + [150828] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4470), 1, - sym_attribute_specifier, - ACTIONS(5958), 4, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(4831), 4, anon_sym_AMP, - anon_sym_LBRACK, + anon_sym___attribute, anon_sym_const, - anon_sym___asm, - ACTIONS(5960), 32, + anon_sym_COLON, + ACTIONS(4838), 32, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -427890,129 +427446,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - [151363] = 28, + [150881] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8667), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(8669), 1, + ACTIONS(8665), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7190), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7314), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [151460] = 16, + [150978] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4606), 1, + sym_attribute_specifier, + ACTIONS(5994), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4831), 1, + anon_sym___asm, + ACTIONS(5996), 32, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8107), 1, anon_sym_STAR, - ACTIONS(8109), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, - anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6373), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 7, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -428025,119 +427558,243 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [151533] = 27, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [151031] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8667), 1, + anon_sym_COMMA, + ACTIONS(8669), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7316), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8671), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [151628] = 16, + [151128] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(8107), 1, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(8561), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, + anon_sym_QMARK, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + ACTIONS(8671), 1, + anon_sym_GT2, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7320), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, anon_sym_STAR, - ACTIONS(8109), 1, + anon_sym_PERCENT, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, anon_sym_AMP_AMP, - ACTIONS(8111), 1, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [151225] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8655), 1, + anon_sym_LT, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(4831), 4, anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(4257), 1, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4838), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_or, + anon_sym_and, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [151278] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8673), 1, + sym_identifier, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6446), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, + STATE(4870), 1, + sym_primitive_type, + STATE(4871), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5863), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4443), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 7, - anon_sym_SEMI, + ACTIONS(8679), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(4932), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8676), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4934), 6, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + sym_auto, + anon_sym_decltype, + ACTIONS(5858), 14, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -428150,145 +427807,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [151701] = 28, + [151343] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6961), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(6963), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [151390] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8671), 1, - anon_sym_SEMI, - ACTIONS(8673), 1, - anon_sym_COMMA, - ACTIONS(8676), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8682), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7419), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [151798] = 28, + [151487] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8515), 1, - anon_sym_SEMI, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8678), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(8681), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8684), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7367), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [151895] = 3, + [151584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7047), 18, @@ -428332,119 +428033,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [151942] = 28, + [151631] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8667), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(8683), 1, + ACTIONS(8686), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7207), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7231), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [152039] = 16, + [151728] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(6606), 1, + anon_sym___attribute, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8107), 1, + ACTIONS(8127), 1, anon_sym_STAR, - ACTIONS(8109), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(2994), 1, + STATE(3185), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6384), 1, + STATE(6399), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6604), 6, + anon_sym_COMMA, + anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -428458,27 +428160,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [152112] = 6, + [151803] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5725), 1, + anon_sym___attribute, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8109), 1, + anon_sym_STAR, + ACTIONS(8111), 1, + anon_sym_AMP_AMP, + ACTIONS(8113), 1, + anon_sym_AMP, + STATE(3238), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6421), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, - ACTIONS(7027), 1, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [151878] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8109), 1, + anon_sym_STAR, + ACTIONS(8111), 1, + anon_sym_AMP_AMP, + ACTIONS(8113), 1, + anon_sym_AMP, + ACTIONS(8254), 1, anon_sym___attribute, - STATE(4468), 1, - sym_attribute_specifier, - ACTIONS(5952), 4, + STATE(3238), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6358), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [151953] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8119), 1, + sym_auto, + ACTIONS(8121), 1, + anon_sym_decltype, + STATE(4578), 1, + sym_decltype_auto, + ACTIONS(5311), 5, anon_sym_AMP, + anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5954), 32, + ACTIONS(5313), 31, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, @@ -428499,57 +428319,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - sym_auto, - anon_sym_decltype, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [152165] = 17, + [152006] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6580), 1, + ACTIONS(6606), 1, anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8142), 1, + ACTIONS(8109), 1, anon_sym_STAR, - ACTIONS(8144), 1, + ACTIONS(8111), 1, anon_sym_AMP_AMP, - ACTIONS(8146), 1, + ACTIONS(8113), 1, anon_sym_AMP, - STATE(3263), 1, + STATE(3238), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6400), 1, + STATE(6423), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 6, + ACTIONS(6604), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -428563,305 +428381,420 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [152240] = 28, + [152081] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8667), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(8685), 1, + ACTIONS(8688), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7088), 1, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7256), 1, aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [152337] = 28, + [152178] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8687), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8690), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7121), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7115), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [152434] = 28, + [152275] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4459), 1, + sym_attribute_specifier, + ACTIONS(6014), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(6016), 32, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [152328] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8689), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8553), 1, + anon_sym_COMMA, + ACTIONS(8692), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7321), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7337), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [152531] = 28, + [152425] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8691), 1, - anon_sym_COMMA, - ACTIONS(8693), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8694), 1, + anon_sym_RPAREN, + ACTIONS(8696), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - STATE(7333), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [152628] = 6, + [152522] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4466), 1, - sym_attribute_specifier, - ACTIONS(5972), 4, - anon_sym_AMP, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(8561), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, + anon_sym_QMARK, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + ACTIONS(8698), 1, + anon_sym_GT2, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7066), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [152619] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5480), 3, + anon_sym_AMP, + anon_sym___attribute, anon_sym_const, - anon_sym___asm, - ACTIONS(5974), 32, + ACTIONS(5482), 36, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, @@ -428877,94 +428810,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [152681] = 12, + [152666] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(8695), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4878), 1, - sym_primitive_type, - STATE(4886), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5829), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4435), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8701), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(4964), 4, + ACTIONS(5731), 1, anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8521), 1, + anon_sym_RBRACE, + ACTIONS(8700), 1, + anon_sym_COMMA, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7405), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(8698), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4966), 6, - anon_sym_AMP, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - sym_auto, - anon_sym_decltype, - ACTIONS(5824), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [152746] = 6, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [152763] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(4859), 4, - anon_sym_AMP, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, + STATE(4603), 1, + sym_attribute_specifier, + ACTIONS(5933), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - anon_sym_COLON, - ACTIONS(4866), 32, + anon_sym___asm, + ACTIONS(5935), 32, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -428979,280 +428924,228 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [152799] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5703), 1, - anon_sym___attribute, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8132), 1, - anon_sym_STAR, - ACTIONS(8134), 1, - anon_sym_AMP_AMP, - ACTIONS(8136), 1, - anon_sym_AMP, - STATE(3093), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6443), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5695), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [152874] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(1453), 1, - sym__fold_operator, - ACTIONS(8706), 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(8704), 25, - 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_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_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT_STAR, - anon_sym_DASH_GT_STAR, - [152923] = 28, + [152816] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8708), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8702), 1, + anon_sym_COMMA, + ACTIONS(8704), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7290), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7233), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [153020] = 28, + [152913] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + ACTIONS(8706), 1, + anon_sym_LBRACE, + ACTIONS(8708), 1, + anon_sym_COLON, + STATE(4760), 1, + sym__enum_base_clause, + STATE(4839), 1, + sym_enumerator_list, + STATE(4904), 1, + sym_attribute_specifier, + ACTIONS(6258), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6260), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [152974] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8667), 1, - anon_sym_COMMA, ACTIONS(8710), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + ACTIONS(8712), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - STATE(7144), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7057), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [153117] = 6, + [153071] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - ACTIONS(5689), 4, - anon_sym_AMP, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, + STATE(4599), 1, + sym_attribute_specifier, + ACTIONS(5967), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - anon_sym_COLON, - ACTIONS(4133), 32, + anon_sym___asm, + ACTIONS(5969), 32, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -429267,265 +429160,392 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_or, - anon_sym_and, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_try, + anon_sym_requires, + [153124] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, + anon_sym_STAR, + ACTIONS(8149), 1, + anon_sym_AMP_AMP, + ACTIONS(8151), 1, + anon_sym_AMP, + STATE(2940), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6356), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, anon_sym_requires, - [153170] = 28, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [153197] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8712), 1, + ACTIONS(8553), 1, anon_sym_COMMA, ACTIONS(8714), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(7106), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7246), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [153267] = 28, + [153294] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4502), 1, + sym_attribute_specifier, + ACTIONS(6018), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(6020), 32, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [153347] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, ACTIONS(8716), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7270), 1, + STATE(7064), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [153364] = 28, + [153444] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8667), 1, - anon_sym_COMMA, - ACTIONS(8718), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - STATE(7092), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [153461] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(2954), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(1824), 1, + sym_decltype_auto, + STATE(3285), 1, + sym_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6451), 1, + STATE(6574), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4773), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + ACTIONS(8115), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 7, + ACTIONS(8276), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [153523] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + ACTIONS(8706), 1, + anon_sym_LBRACE, + ACTIONS(8708), 1, + anon_sym_COLON, + STATE(4761), 1, + sym__enum_base_clause, + STATE(4847), 1, + sym_enumerator_list, + STATE(4920), 1, + sym_attribute_specifier, + ACTIONS(6202), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6204), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + [153584] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4631), 1, + sym_attribute_specifier, + ACTIONS(6030), 4, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(6032), 32, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -429538,51 +429558,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [153534] = 17, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [153637] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6580), 1, - anon_sym___attribute, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8132), 1, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8134), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8136), 1, + ACTIONS(8160), 1, anon_sym_AMP, - STATE(3093), 1, + STATE(2946), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6448), 1, + STATE(6436), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 6, + ACTIONS(8290), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -429596,237 +429626,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [153609] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(8316), 1, - anon_sym_LPAREN2, - STATE(4832), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6095), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6097), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [153662] = 28, + [153710] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8667), 1, - anon_sym_COMMA, - ACTIONS(8720), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8718), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7246), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7236), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [153759] = 28, + [153807] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8645), 1, - anon_sym_COMMA, ACTIONS(8722), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - STATE(7089), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8720), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [153856] = 17, + [153902] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4540), 1, + sym_attribute_specifier, + ACTIONS(6058), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4831), 1, + anon_sym___asm, + ACTIONS(6060), 32, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8132), 1, anon_sym_STAR, - ACTIONS(8134), 1, anon_sym_AMP_AMP, - ACTIONS(8136), 1, - anon_sym_AMP, - ACTIONS(8298), 1, - anon_sym___attribute, - STATE(3093), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6381), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(7976), 13, + anon_sym_SEMI, anon_sym___extension__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -429839,392 +429799,422 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [153931] = 28, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [153955] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, + ACTIONS(8601), 1, + anon_sym_COMMA, ACTIONS(8724), 1, anon_sym_RPAREN, - ACTIONS(8726), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7264), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [154028] = 28, + [154052] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8728), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8726), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7248), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7086), 1, + aux_sym_subscript_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8631), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [154125] = 28, + [154149] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8730), 1, - anon_sym_COMMA, - ACTIONS(8732), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - STATE(7401), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8147), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8149), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(8151), 1, + anon_sym_AMP, + STATE(2940), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6378), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8252), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, [154222] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8645), 1, + ACTIONS(8728), 1, anon_sym_COMMA, - ACTIONS(8734), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8730), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - STATE(7342), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + STATE(7268), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, [154319] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8607), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8736), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8732), 1, + anon_sym_GT2, + STATE(3666), 1, sym_argument_list, - STATE(7060), 1, - aux_sym_subscript_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + STATE(7271), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [154416] = 12, + [154416] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8738), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(4904), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4906), 1, - sym_primitive_type, - ACTIONS(5874), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8744), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(4936), 4, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + ACTIONS(5689), 4, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + anon_sym_COLON, + ACTIONS(4133), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(8741), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4938), 6, - anon_sym_AMP, + anon_sym_SEMI, + anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_or, + anon_sym_and, sym_auto, anon_sym_decltype, - ACTIONS(5869), 14, - anon_sym___extension__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [154469] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8655), 1, + anon_sym_LT, + STATE(2522), 1, + sym_template_argument_list, + ACTIONS(5689), 4, + anon_sym_AMP, + anon_sym___attribute, anon_sym_const, + anon_sym_COLON, + ACTIONS(4133), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -430237,120 +430227,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [154481] = 28, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_or, + anon_sym_and, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [154522] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8747), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8734), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7094), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7284), 1, + aux_sym_subscript_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8631), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [154578] = 17, + [154619] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8132), 1, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8134), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8136), 1, + ACTIONS(8160), 1, anon_sym_AMP, - ACTIONS(8288), 1, - anon_sym___attribute, - STATE(3093), 1, + STATE(2946), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6399), 1, + STATE(6375), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 6, + ACTIONS(5723), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [154692] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8156), 1, + anon_sym_STAR, + ACTIONS(8158), 1, + anon_sym_AMP_AMP, + ACTIONS(8160), 1, + anon_sym_AMP, + STATE(2946), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6386), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6604), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -430364,180 +430420,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [154653] = 28, + [154765] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8749), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8519), 1, + anon_sym_SEMI, + ACTIONS(8736), 1, + anon_sym_COMMA, + ACTIONS(8739), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7171), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [154750] = 28, + [154862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + STATE(1340), 1, + sym__fold_operator, + ACTIONS(8743), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(8501), 1, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(8505), 1, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(8511), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(8741), 25, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + anon_sym_LT_EQ, + 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_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(8525), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(8751), 1, - anon_sym_COMMA, - ACTIONS(8753), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - STATE(7274), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(6307), 2, + anon_sym_not_eq, anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + anon_sym_DASH_GT_STAR, + [154911] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(8363), 1, + anon_sym_LPAREN2, + STATE(4834), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(6182), 11, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6184), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [154847] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [154964] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8156), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8158), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8160), 1, anon_sym_AMP, - STATE(2954), 1, + STATE(2946), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6413), 1, + STATE(6382), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8286), 7, + ACTIONS(8252), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -430545,7 +430624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -430559,146 +430638,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [154920] = 28, + [155037] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8645), 1, + ACTIONS(8745), 1, anon_sym_COMMA, - ACTIONS(8755), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8748), 1, + anon_sym_SEMI, + ACTIONS(8750), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - STATE(7355), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [155017] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(8316), 1, - anon_sym_LPAREN2, - STATE(4793), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(6085), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6087), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [155070] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - STATE(4489), 1, - sym_attribute_specifier, - ACTIONS(6033), 4, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6035), 32, - anon_sym_COMMA, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [155134] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8752), 1, + sym_identifier, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(4902), 1, + sym_primitive_type, + STATE(4954), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5874), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8758), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(4964), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(8755), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4966), 6, + anon_sym_AMP, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + sym_auto, + anon_sym_decltype, + ACTIONS(5869), 14, + anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -430711,61 +430760,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [155123] = 16, + [155199] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8158), 1, + ACTIONS(8147), 1, anon_sym_STAR, - ACTIONS(8160), 1, + ACTIONS(8149), 1, anon_sym_AMP_AMP, - ACTIONS(8162), 1, + ACTIONS(8151), 1, anon_sym_AMP, - STATE(2954), 1, + STATE(2940), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6456), 1, + STATE(6427), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8290), 7, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -430779,122 +430817,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [155196] = 28, + [155272] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8757), 1, - anon_sym_GT2, - STATE(3671), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8761), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7226), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + STATE(7393), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [155293] = 19, + [155369] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8264), 1, anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(8129), 1, anon_sym_AMP_AMP, - ACTIONS(8268), 1, + ACTIONS(8131), 1, anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - STATE(3435), 1, + ACTIONS(8292), 1, + anon_sym___attribute, + STATE(3185), 1, sym_parameter_list, - STATE(5978), 1, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6560), 1, + STATE(6374), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4778), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8138), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8290), 6, + anon_sym_COMMA, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -430908,51 +430944,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [155372] = 16, + [155444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + STATE(4566), 1, + sym_attribute_specifier, + ACTIONS(6038), 4, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4831), 1, + anon_sym___asm, + ACTIONS(6040), 32, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8107), 1, anon_sym_STAR, - ACTIONS(8109), 1, anon_sym_AMP_AMP, - ACTIONS(8111), 1, - anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6436), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 7, anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -430965,228 +430980,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [155445] = 28, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [155497] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8759), 1, - anon_sym_GT2, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(7201), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8748), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [155542] = 28, + [155592] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8761), 1, + ACTIONS(8763), 1, anon_sym_GT2, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - STATE(7254), 1, + STATE(7397), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [155639] = 28, + [155689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(5319), 3, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8645), 1, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5321), 36, anon_sym_COMMA, - ACTIONS(8763), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - STATE(7298), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_or, anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, [155736] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - STATE(4506), 1, + STATE(4627), 1, sym_attribute_specifier, - ACTIONS(5982), 4, + ACTIONS(6034), 4, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5984), 32, + ACTIONS(6036), 32, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -431219,83 +431219,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [155789] = 27, + [155789] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(6331), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8765), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [155883] = 3, + ACTIONS(6333), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + [155869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 5, + ACTIONS(5586), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5571), 33, + ACTIONS(5588), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -431329,689 +431322,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [155929] = 27, + [155915] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8793), 1, - anon_sym_COLON, - ACTIONS(8795), 1, - anon_sym_QMARK, - ACTIONS(8797), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, - anon_sym_bitor, - ACTIONS(8801), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8771), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8775), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8777), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8781), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8585), 1, anon_sym_LT_LT, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8785), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8787), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [156023] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(3007), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6472), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8296), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [156095] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8589), 1, + anon_sym_QMARK, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6900), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [156183] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8803), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8765), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [156277] = 27, + [156007] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8805), 1, + ACTIONS(8696), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [156371] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, + STATE(2518), 1, sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6299), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6301), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [156429] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8807), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(8573), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [156521] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8507), 2, anon_sym_LT_LT, - ACTIONS(8579), 1, anon_sym_GT_GT, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8557), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8559), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8563), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6906), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [156609] = 23, + [156101] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(4159), 1, - anon_sym_STAR, - ACTIONS(4161), 1, - anon_sym_AMP_AMP, - ACTIONS(4163), 1, - anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(6066), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(8235), 1, - anon_sym_RPAREN, - STATE(2980), 1, - sym_parameter_list, - STATE(5768), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6363), 1, - sym__declarator, - STATE(6688), 1, - sym__abstract_declarator, - STATE(8547), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [156695] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6352), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(6354), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [156755] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, + STATE(1577), 1, + sym_template_argument_list, + STATE(4906), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5929), 4, anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6356), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6358), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [156815] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5577), 5, + anon_sym_LBRACE, + ACTIONS(5927), 30, anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5579), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym___attribute, + 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, @@ -432026,25 +431496,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [156861] = 3, + [156155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 5, + ACTIONS(5504), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5544), 33, + ACTIONS(5506), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -432078,83 +431545,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [156907] = 27, + [156201] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8809), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8767), 1, + anon_sym_COMMA, + ACTIONS(8769), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [157001] = 3, + [156295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 5, + ACTIONS(5610), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5520), 33, + ACTIONS(5612), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -432188,93 +431655,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [157047] = 27, + [156341] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8811), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8771), 1, + anon_sym_COMMA, + ACTIONS(8773), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [157141] = 3, + [156435] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(2887), 1, anon_sym_const, - anon_sym___asm, - ACTIONS(5490), 33, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, anon_sym_STAR, + ACTIONS(8166), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(3028), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6461), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(5723), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -432287,141 +431778,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [157187] = 26, + [156507] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 6, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 16, anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [156577] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8801), 1, + anon_sym_COLON, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8813), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(8573), 3, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [157279] = 3, + [156671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5476), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5478), 33, + ACTIONS(8811), 2, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [157325] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5573), 5, + ACTIONS(6352), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5575), 33, - anon_sym_COMMA, + ACTIONS(6354), 31, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, @@ -432444,32 +431937,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - sym_auto, - anon_sym_decltype, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - [157371] = 3, + [156719] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(2887), 1, anon_sym_const, - anon_sym___asm, - ACTIONS(5524), 33, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, anon_sym_STAR, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8371), 1, + anon_sym_AMP, + STATE(2669), 1, + sym_decltype_auto, + STATE(3025), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6684), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4869), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8133), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -432482,294 +432003,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + [156797] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, sym_auto, + ACTIONS(8107), 1, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [157417] = 27, + STATE(1824), 1, + sym_decltype_auto, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6642), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4875), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8115), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [156875] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8515), 1, - anon_sym_SEMI, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8814), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [157511] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6376), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6378), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [157569] = 26, + [156969] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8391), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8815), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [157661] = 26, + [157061] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(6936), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [157753] = 9, + ACTIONS(6333), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_GT2, + [157145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(8817), 1, - anon_sym_COLON, - STATE(1794), 1, - sym_attribute_specifier, - STATE(4842), 1, - sym__enum_base_clause, - STATE(4964), 1, - sym_enumerator_list, - ACTIONS(43), 2, - anon_sym___attribute__, + ACTIONS(5562), 5, + anon_sym_AMP, anon_sym___attribute, - ACTIONS(6252), 3, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5564), 33, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6250), 28, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -432784,381 +432291,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, sym_auto, anon_sym_decltype, - [157811] = 26, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [157191] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8676), 2, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8765), 2, anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(8507), 3, + anon_sym_GT2, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [157903] = 26, + [157283] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6618), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8816), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [157995] = 24, + [157375] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(65), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, - anon_sym_bitor, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8170), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8615), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8621), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6916), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(8174), 1, + anon_sym_AMP, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(3198), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6470), 1, + sym__abstract_declarator, + ACTIONS(6998), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8290), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6991), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [157447] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5492), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5494), 33, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [158083] = 26, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [157493] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(7808), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8681), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [158175] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8635), 2, anon_sym_LT_LT, - ACTIONS(8579), 1, anon_sym_GT_GT, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8557), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8559), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8563), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6946), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(8575), 4, + ACTIONS(8631), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [158263] = 16, + [157585] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(6673), 1, + sym_auto, + ACTIONS(6675), 1, + anon_sym_decltype, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8177), 1, + ACTIONS(8367), 1, anon_sym_STAR, - ACTIONS(8179), 1, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - ACTIONS(8181), 1, + ACTIONS(8371), 1, anon_sym_AMP, - STATE(3007), 1, + STATE(2669), 1, + sym_decltype_auto, + STATE(3025), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6481), 1, + STATE(6625), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4940), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + ACTIONS(8115), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -433172,199 +432656,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [158335] = 27, + [157663] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8819), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8818), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [158429] = 19, + [157755] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(8164), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(8166), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(8168), 1, anon_sym_AMP, - STATE(2622), 1, - sym_decltype_auto, - STATE(3029), 1, + STATE(3028), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6632), 1, + STATE(6479), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4905), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8138), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [158507] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(4868), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5910), 4, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(5908), 30, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [158561] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5603), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5605), 33, + ACTIONS(8252), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -433377,300 +432778,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [158607] = 27, + [157827] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8821), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [158701] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6309), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6311), 19, + ACTIONS(6820), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - 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_LT_LT, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [158761] = 27, + [157915] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8823), 1, + ACTIONS(8820), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [158855] = 16, + [158009] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8177), 1, + ACTIONS(8164), 1, anon_sym_STAR, - ACTIONS(8179), 1, + ACTIONS(8166), 1, anon_sym_AMP_AMP, - ACTIONS(8181), 1, + ACTIONS(8168), 1, anon_sym_AMP, - STATE(3007), 1, + STATE(3028), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6475), 1, + STATE(6462), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(6578), 6, + ACTIONS(6604), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [158927] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8191), 1, - anon_sym_STAR, - ACTIONS(8193), 1, - anon_sym_AMP_AMP, - ACTIONS(8195), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3242), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6494), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6578), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -433684,313 +432965,474 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [158999] = 24, + [158081] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8720), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 4, + [158173] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - [159087] = 27, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6392), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [158265] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8825), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6392), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159181] = 26, + [158357] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5472), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5474), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [158403] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8822), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8827), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159273] = 27, + [158497] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6342), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(6344), 19, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + 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_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_GT2, + [158557] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8829), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8824), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159367] = 16, + [158651] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8191), 1, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8193), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8195), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6500), 1, + STATE(6490), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8296), 6, + ACTIONS(5723), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -434004,244 +433446,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [159439] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, - anon_sym_bitor, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8621), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - [159523] = 26, + [158723] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8826), 1, + anon_sym_COMMA, + ACTIONS(8828), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8831), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159615] = 27, + [158817] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8833), 1, + ACTIONS(8830), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159709] = 16, + [158911] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(65), 1, anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8191), 1, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8193), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8195), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(1624), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6489), 1, + STATE(6491), 1, sym__abstract_declarator, - ACTIONS(7004), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5695), 6, + ACTIONS(8252), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - ACTIONS(6997), 13, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -434255,143 +433636,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [159781] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8621), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - [159863] = 26, + [158983] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8827), 2, + ACTIONS(8765), 2, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(8625), 3, + anon_sym_RPAREN, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [159955] = 3, + [159075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 5, + ACTIONS(5550), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5486), 33, + ACTIONS(5552), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -434425,99 +433745,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [160001] = 9, + [159121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6299), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5602), 5, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6301), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_GT2, - [160059] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(65), 1, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(7586), 1, + anon_sym___asm, + ACTIONS(5604), 33, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8191), 1, anon_sym_STAR, - ACTIONS(8193), 1, anon_sym_AMP_AMP, - ACTIONS(8195), 1, - anon_sym_AMP, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(3242), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6476), 1, - sym__abstract_declarator, - ACTIONS(7004), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 6, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - ACTIONS(6997), 13, - anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -434530,52 +433777,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [160131] = 19, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [159167] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(65), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(6664), 1, - sym_auto, - ACTIONS(6666), 1, - anon_sym_decltype, - ACTIONS(7982), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(8172), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(8174), 1, anon_sym_AMP, - STATE(2622), 1, - sym_decltype_auto, - STATE(3029), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1625), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(3198), 1, + sym_parameter_list, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6679), 1, + STATE(6495), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(6998), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4887), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8099), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(6604), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + ACTIONS(6991), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -434589,74 +433844,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [160209] = 20, + [159239] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(8613), 1, + ACTIONS(8561), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8623), 1, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, + anon_sym_QMARK, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8641), 1, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6850), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - [160289] = 5, + [159331] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(8318), 1, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, anon_sym_LBRACK, - STATE(4717), 1, - sym_new_declarator, - ACTIONS(6228), 11, + ACTIONS(7643), 1, + anon_sym_DOT, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6304), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -434667,11 +433937,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6230), 25, + ACTIONS(6306), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -434680,7 +433948,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_LT, - anon_sym_LBRACE, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -434691,285 +433958,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, anon_sym_GT2, - [160339] = 27, + [159389] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8726), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8832), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [160433] = 26, + [159483] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(6942), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(6331), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [160525] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(8637), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, - anon_sym_bitor, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6942), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8615), 2, - anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, - anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, - anon_sym_CARET, + anon_sym_bitor, anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [160617] = 27, + [159547] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8835), 1, - anon_sym_COMMA, - ACTIONS(8837), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8834), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [160711] = 3, + [159641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5561), 5, + ACTIONS(5594), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5563), 33, + ACTIONS(5596), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -435003,168 +434188,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [160757] = 19, + [159687] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(8781), 1, + anon_sym_SLASH, + ACTIONS(8787), 1, + anon_sym_PIPE, + ACTIONS(8791), 1, + anon_sym_AMP, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8807), 1, + anon_sym_bitor, + ACTIONS(8809), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8779), 2, anon_sym_STAR, - ACTIONS(4835), 1, + anon_sym_PERCENT, + ACTIONS(8785), 2, anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6670), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4875), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8138), 3, + anon_sym_and, + ACTIONS(8789), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8795), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [160835] = 24, + anon_sym_PIPE_PIPE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + [159773] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6892), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(8575), 4, + ACTIONS(8631), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [160923] = 15, + ACTIONS(6820), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [159861] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - STATE(3671), 1, + ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, + anon_sym_AMP, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8639), 1, + anon_sym_QMARK, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8643), 1, + anon_sym_bitor, + ACTIONS(8645), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(6392), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8589), 2, + ACTIONS(8619), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8621), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8625), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [159953] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6372), 6, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6331), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 16, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -435172,6 +434421,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -435180,287 +434433,463 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [160993] = 27, + [160017] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, - anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8839), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161087] = 27, + ACTIONS(6333), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + [160103] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8841), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161181] = 3, + ACTIONS(6333), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + [160187] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5516), 33, - anon_sym_COMMA, + ACTIONS(5731), 1, anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(6331), 1, + anon_sym_PIPE, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8627), 1, + anon_sym_AMP, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8645), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8625), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [161227] = 27, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + [160269] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8843), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8519), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161321] = 13, + [160363] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + [160439] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, anon_sym_SLASH, - STATE(3671), 1, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8589), 2, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [160513] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6372), 7, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 5, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_RBRACK, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [160583] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(6331), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6374), 17, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -435468,7 +434897,10 @@ 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_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -435477,636 +434909,723 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [161387] = 19, + [160649] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, + anon_sym_PERCENT, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 5, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_RBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [160717] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - STATE(1825), 1, - sym_decltype_auto, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6629), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4910), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8099), 3, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8836), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [161465] = 27, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [160809] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, + anon_sym_AMP, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8643), 1, + anon_sym_bitor, + ACTIONS(8645), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8619), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8621), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8625), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6846), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [160897] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8845), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6850), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161559] = 6, + [160989] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(5883), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(4117), 9, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8617), 1, anon_sym_SLASH, + ACTIONS(8623), 1, anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4109), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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(8633), 1, anon_sym_GT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(8643), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(8645), 1, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [161611] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 6, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8621), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8625), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [161683] = 27, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6854), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [161077] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8847), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(6858), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161777] = 17, + [161169] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - STATE(3671), 1, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8575), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8739), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [161851] = 27, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [161261] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8849), 1, - anon_sym_COMMA, - ACTIONS(8851), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [161945] = 18, + ACTIONS(6333), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + [161345] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8577), 1, - anon_sym_LT_LT, + ACTIONS(8575), 1, + anon_sym_PIPE, ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - STATE(3671), 1, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8589), 2, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 12, + ACTIONS(6913), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_GT2, - [162021] = 26, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [161433] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6331), 1, + anon_sym_PIPE, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8853), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [162113] = 26, + ACTIONS(6333), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + [161515] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8853), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [162205] = 10, + ACTIONS(6913), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [161603] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6352), 10, + ACTIONS(6380), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -436117,7 +435636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(6354), 19, + ACTIONS(6382), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -436137,904 +435656,780 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bitand, anon_sym_not_eq, anon_sym_GT2, - [162265] = 27, + [161663] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, - anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8855), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [162359] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5534), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5536), 33, + ACTIONS(6917), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [162405] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [161751] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8559), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(6312), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 11, + anon_sym_GT_GT, + ACTIONS(6314), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + 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_LT_LT, anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_GT2, - [162485] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5565), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5567), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [162531] = 10, + [161811] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6331), 1, + anon_sym_PIPE, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(3671), 1, + ACTIONS(8781), 1, + anon_sym_SLASH, + ACTIONS(8791), 1, + anon_sym_AMP, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8809), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8589), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6356), 10, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8779), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6358), 19, + ACTIONS(6333), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - 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_LT_LT, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [162591] = 27, + [161891] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8857), 1, - anon_sym_COMMA, - ACTIONS(8859), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8750), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [162685] = 27, + [161983] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8861), 1, - anon_sym_COMMA, - ACTIONS(8863), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [162779] = 3, + ACTIONS(6333), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + [162059] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 5, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5516), 33, + ACTIONS(4117), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4109), 26, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - 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_LT, + anon_sym_GT_GT, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [162825] = 21, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [162111] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 9, + ACTIONS(6333), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, - anon_sym_GT2, - [162907] = 23, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [162185] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, - anon_sym_bitor, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8617), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8621), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(6331), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 6, + ACTIONS(6333), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_or, - [162993] = 26, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [162255] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(6331), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8807), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [163085] = 26, + [162321] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8838), 1, + anon_sym_COMMA, + ACTIONS(8840), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8865), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [163177] = 22, + [162415] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(3671), 1, + ACTIONS(8842), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8569), 2, + ACTIONS(8783), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 8, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_GT2, - [163261] = 23, + [162509] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6331), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 6, + ACTIONS(6333), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_COLON, anon_sym_QMARK, + anon_sym_LT_EQ_GT, anon_sym_or, - anon_sym_GT2, - [163347] = 27, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [162577] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(8775), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8867), 1, + ACTIONS(8844), 1, anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [163441] = 3, + [162671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 5, + ACTIONS(5538), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5583), 33, + ACTIONS(5540), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -437068,190 +436463,262 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [163487] = 24, + [162717] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(3671), 1, + ACTIONS(8846), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6900), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [163575] = 4, + [162811] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(4885), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, + ACTIONS(8787), 1, anon_sym_PIPE, + ACTIONS(8791), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8797), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4878), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8807), 1, + anon_sym_bitor, + ACTIONS(8809), 1, + anon_sym_bitand, + ACTIONS(8848), 1, + anon_sym_COLON, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8789), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [163623] = 26, + ACTIONS(8795), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [162905] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8850), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8348), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [162999] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8365), 1, + anon_sym_LBRACK, + STATE(4766), 1, + sym_new_declarator, + ACTIONS(6254), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [163715] = 3, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6256), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [163049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 5, + ACTIONS(5554), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5589), 33, + ACTIONS(5556), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -437285,215 +436752,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [163761] = 27, + [163095] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8869), 1, - anon_sym_COMMA, - ACTIONS(8871), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8852), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [163855] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(3007), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6466), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8286), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [163927] = 26, + [163187] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6942), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8854), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [164019] = 3, + [163279] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 5, - anon_sym_AMP, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(8856), 1, + anon_sym_COLON, + STATE(1788), 1, + sym_attribute_specifier, + STATE(4826), 1, + sym__enum_base_clause, + STATE(4971), 1, + sym_enumerator_list, + ACTIONS(43), 2, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5593), 33, - anon_sym_COMMA, + ACTIONS(6260), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(6258), 28, + anon_sym_AMP, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + 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, @@ -437508,469 +436927,456 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [164065] = 10, + [163337] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - STATE(3671), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8858), 1, + anon_sym_COMMA, + ACTIONS(8860), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8589), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6372), 10, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_GT2, - [164125] = 27, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [163431] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8748), 1, + anon_sym_COLON, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8873), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [164219] = 24, + [163525] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8862), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_QMARK, - [164307] = 24, + [163619] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8561), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8583), 1, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(3671), 1, + ACTIONS(8864), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(6916), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(8575), 4, + ACTIONS(8795), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [164395] = 26, + [163713] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(6304), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6306), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8853), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(8573), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, - anon_sym_GT, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [164487] = 27, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [163771] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(7817), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8875), 1, + ACTIONS(8866), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [164581] = 26, + [163865] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, - anon_sym_SLASH, - ACTIONS(8779), 1, - anon_sym_PIPE, - ACTIONS(8783), 1, - anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8795), 1, - anon_sym_QMARK, - ACTIONS(8797), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, - anon_sym_bitor, - ACTIONS(8801), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6936), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(6380), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6382), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8777), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8781), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8785), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8787), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [164673] = 3, + [163925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5468), 5, + ACTIONS(5570), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5470), 33, + ACTIONS(5572), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -438004,154 +437410,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [164719] = 24, + [163971] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8773), 1, - anon_sym_SLASH, - ACTIONS(8779), 1, - anon_sym_PIPE, - ACTIONS(8783), 1, - anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8797), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, - anon_sym_bitor, - ACTIONS(8801), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(6312), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6314), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8777), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8781), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8785), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8787), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6906), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, - [164807] = 24, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + [164031] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, - ACTIONS(8623), 1, - anon_sym_AMP, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, - anon_sym_bitor, - ACTIONS(8641), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(6331), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8615), 2, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(6333), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8617), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8621), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8627), 3, + anon_sym_GT2, + [164095] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6316), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6946), 4, + ACTIONS(6318), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RBRACK, + 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_LT, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, - [164895] = 3, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [164153] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5610), 5, - anon_sym_AMP, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(8856), 1, + anon_sym_COLON, + STATE(1785), 1, + sym_attribute_specifier, + STATE(4828), 1, + sym__enum_base_clause, + STATE(4958), 1, + sym_enumerator_list, + ACTIONS(43), 2, + anon_sym___attribute__, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5612), 33, - anon_sym_COMMA, + ACTIONS(6204), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(6202), 28, + anon_sym_AMP, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + 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, @@ -438166,25 +437604,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [164941] = 3, + [164211] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5614), 5, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8868), 1, + anon_sym_SEMI, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [164305] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5546), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5616), 33, + ACTIONS(5548), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -438218,150 +437720,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [164987] = 27, + [164351] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8671), 1, - anon_sym_COLON, - ACTIONS(8767), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8870), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165081] = 27, + [164445] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8773), 1, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(6316), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(8779), 1, anon_sym_PIPE, - ACTIONS(8783), 1, anon_sym_AMP, - ACTIONS(8789), 1, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(8795), 1, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(6318), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_GT2, + [164503] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(8781), 1, + anon_sym_SLASH, + ACTIONS(8787), 1, + anon_sym_PIPE, + ACTIONS(8791), 1, + anon_sym_AMP, ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8877), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165175] = 3, + ACTIONS(6846), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [164591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 5, + ACTIONS(5558), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5540), 33, + ACTIONS(5560), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -438395,329 +437943,638 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [165221] = 24, + [164637] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6850), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6916), 4, - anon_sym_DOT_DOT_DOT, + [164729] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5574), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5576), 33, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, anon_sym_COLON, - anon_sym_QMARK, - [165309] = 27, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [164775] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8879), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8872), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165403] = 10, + [164869] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5506), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [164915] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8781), 1, + anon_sym_SLASH, + ACTIONS(8787), 1, + anon_sym_PIPE, + ACTIONS(8791), 1, + anon_sym_AMP, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8807), 1, + anon_sym_bitor, + ACTIONS(8809), 1, + anon_sym_bitand, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(6309), 8, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6311), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8789), 2, anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + anon_sym_xor, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(8793), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8795), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6913), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [165463] = 26, + [165003] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(4159), 1, + anon_sym_STAR, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_AMP, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(8219), 1, + anon_sym_RPAREN, + STATE(2968), 1, + sym_parameter_list, + STATE(5787), 1, + sym__scope_resolution, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6384), 1, + sym__declarator, + STATE(6672), 1, + sym__abstract_declarator, + STATE(7995), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [165089] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5484), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5486), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [165135] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8874), 1, + anon_sym_COMMA, + ACTIONS(8876), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7584), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165555] = 26, + [165229] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5488), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5490), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [165275] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + STATE(1824), 1, + sym_decltype_auto, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6693), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4862), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8133), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [165353] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, - anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6936), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165647] = 3, + ACTIONS(6854), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_QMARK, + [165441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 5, + ACTIONS(5590), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5474), 33, + ACTIONS(5592), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -438751,225 +438608,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [165693] = 26, + [165487] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8878), 1, + anon_sym_COMMA, + ACTIONS(8880), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8881), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [165785] = 24, + [165581] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6858), 2, + anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6906), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [165873] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5472), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5474), 33, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [165919] = 14, + [165673] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(6331), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 5, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 17, + anon_sym_GT_GT, + ACTIONS(6333), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + 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_RBRACK, + anon_sym_LT_LT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -438978,109 +438790,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [165987] = 26, + anon_sym_GT2, + [165733] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8553), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8567), 1, - anon_sym_PIPE, - ACTIONS(8571), 1, - anon_sym_AMP, - ACTIONS(8577), 1, + ACTIONS(8585), 1, anon_sym_LT_LT, - ACTIONS(8579), 1, + ACTIONS(8587), 1, anon_sym_GT_GT, - ACTIONS(8581), 1, - anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, - anon_sym_bitor, - ACTIONS(8587), 1, - anon_sym_bitand, - STATE(3671), 1, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8565), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8569), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8589), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8853), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(8573), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8583), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [166079] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(8773), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8771), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 17, + ACTIONS(6333), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -439088,437 +438840,476 @@ 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_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [166147] = 13, + anon_sym_GT2, + [165807] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + STATE(3666), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6331), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 19, + ACTIONS(6333), 12, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, - anon_sym_not_eq, - [166213] = 15, + anon_sym_GT2, + [165883] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6331), 1, + anon_sym_PIPE, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8797), 1, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 16, + ACTIONS(6333), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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_COLON, anon_sym_QMARK, anon_sym_or, anon_sym_and, anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [166283] = 17, + anon_sym_GT2, + [165965] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8561), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8797), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6372), 2, + ACTIONS(8575), 1, anon_sym_PIPE, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(7718), 2, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, + anon_sym_QMARK, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(6858), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8787), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [166357] = 27, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [166057] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(8775), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8883), 1, + ACTIONS(8882), 1, anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [166451] = 18, + [166151] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8789), 1, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8884), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8791), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - [166527] = 20, + [166245] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8783), 1, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8801), 1, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8886), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8791), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - [166607] = 21, + [166339] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6372), 1, - anon_sym_PIPE, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8783), 1, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8801), 1, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8781), 2, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8888), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - [166689] = 3, + [166431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 5, + ACTIONS(5500), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5482), 33, + ACTIONS(5502), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -439552,16 +439343,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [166735] = 3, + [166477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 5, + ACTIONS(5614), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5494), 33, + ACTIONS(5616), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -439595,145 +439386,430 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [166781] = 22, + [166523] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8781), 2, + ACTIONS(8783), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 8, + ACTIONS(6917), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_COLON, anon_sym_QMARK, - anon_sym_or, + [166611] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, anon_sym_and, - [166865] = 27, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + anon_sym_or, + anon_sym_GT2, + [166697] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8890), 1, + anon_sym_RPAREN, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [166791] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7774), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8885), 1, - anon_sym_COLON, - STATE(2418), 1, + ACTIONS(8892), 1, + anon_sym_RPAREN, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [166885] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, + anon_sym_SLASH, + ACTIONS(8495), 1, + anon_sym_PIPE, + ACTIONS(8499), 1, + anon_sym_AMP, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(8894), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [166959] = 3, + [166979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 5, + ACTIONS(5566), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5474), 33, + ACTIONS(5568), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [167025] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5506), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [167071] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5520), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5522), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -439767,79 +439843,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167005] = 23, + [167117] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, + anon_sym_STAR, + ACTIONS(8166), 1, + anon_sym_AMP_AMP, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(3028), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6474), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8290), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [167189] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8639), 1, + anon_sym_QMARK, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8777), 2, + ACTIONS(8619), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8896), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 6, + [167281] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + ACTIONS(7629), 1, + anon_sym_LBRACK, + ACTIONS(7643), 1, + anon_sym_DOT, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, + sym_argument_list, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8571), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(6846), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_or, - [167091] = 3, + anon_sym_GT2, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [167369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 5, + ACTIONS(5468), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5500), 33, + ACTIONS(5470), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -439873,133 +440072,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167137] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 21, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [167197] = 27, + [167415] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8767), 1, + ACTIONS(8775), 1, anon_sym_COMMA, - ACTIONS(8773), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8887), 1, + ACTIONS(8898), 1, anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [167291] = 3, + [167509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 5, + ACTIONS(5582), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5504), 33, + ACTIONS(5584), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -440033,68 +440182,212 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167337] = 12, + [167555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5598), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5600), 33, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6303), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [167601] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5492), 5, + anon_sym_AMP, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(8773), 1, - anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8771), 2, + anon_sym_const, + anon_sym___asm, + ACTIONS(5494), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 7, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [167647] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4883), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(4885), 11, anon_sym_DASH, anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 19, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4878), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + 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_LT, - anon_sym_GT_GT, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [167695] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8617), 1, + anon_sym_SLASH, + ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, + anon_sym_AMP, + ACTIONS(8633), 1, + anon_sym_GT_EQ, + ACTIONS(8639), 1, anon_sym_QMARK, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, + ACTIONS(8643), 1, + anon_sym_bitor, + ACTIONS(8645), 1, + anon_sym_bitand, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8619), 2, + anon_sym_PIPE_PIPE, anon_sym_or, + ACTIONS(8621), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(8625), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8818), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(8629), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_not_eq, - [167401] = 3, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [167787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 5, + ACTIONS(5524), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5508), 33, + ACTIONS(5526), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -440128,132 +440421,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167447] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(7716), 1, - anon_sym_DOT, - ACTIONS(8773), 1, - anon_sym_SLASH, - ACTIONS(8779), 1, - anon_sym_PIPE, - ACTIONS(8783), 1, - anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8797), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, - anon_sym_bitor, - ACTIONS(8801), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(7718), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8771), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8775), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8777), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8781), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8785), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8787), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6900), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_QMARK, - [167535] = 12, + [167833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - ACTIONS(7576), 1, - anon_sym_LBRACK, - ACTIONS(7580), 1, - anon_sym_DOT, - ACTIONS(8561), 1, - anon_sym_SLASH, - STATE(3671), 1, - sym_argument_list, - STATE(3673), 1, - sym_subscript_argument_list, - ACTIONS(7582), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(8559), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(6372), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6374), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_GT2, - [167599] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5510), 5, + ACTIONS(5528), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5512), 33, + ACTIONS(5530), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -440287,198 +440464,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167645] = 27, + [167879] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8889), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8900), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [167739] = 9, + [167973] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(7643), 1, anon_sym_DOT, - STATE(3671), 1, + ACTIONS(8569), 1, + anon_sym_SLASH, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, + anon_sym_LT_EQ_GT, + STATE(3666), 1, sym_argument_list, - STATE(3673), 1, + STATE(3714), 1, sym_subscript_argument_list, - ACTIONS(7582), 2, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6376), 10, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(8567), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(6378), 21, + ACTIONS(6333), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - 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_LT_LT, anon_sym_QMARK, - anon_sym_LT_EQ_GT, anon_sym_or, anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_GT2, - [167797] = 26, + [168045] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(6331), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(6333), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8891), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [167889] = 3, + [168105] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5455), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5457), 33, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [168151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 5, + ACTIONS(5510), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5601), 33, + ACTIONS(5512), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -440512,42 +440723,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [167935] = 13, + [168197] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8787), 1, + anon_sym_PIPE, + ACTIONS(8791), 1, + anon_sym_AMP, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8807), 1, + anon_sym_bitor, + ACTIONS(8809), 1, + anon_sym_bitand, + ACTIONS(8902), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(6372), 5, + ACTIONS(8783), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8789), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8795), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [168291] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(7605), 1, + anon_sym_DOT, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6342), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6374), 19, + ACTIONS(6344), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -440556,7 +440831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -440565,680 +440840,543 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_bitand, anon_sym_not_eq, - [168001] = 26, + [168351] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6839), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7576), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7580), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8553), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8561), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8567), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8571), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8577), 1, - anon_sym_LT_LT, - ACTIONS(8579), 1, - anon_sym_GT_GT, - ACTIONS(8581), 1, + ACTIONS(8505), 1, + anon_sym_GT_EQ, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8583), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8585), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8587), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(3671), 1, + STATE(2509), 1, sym_argument_list, - STATE(3673), 1, + STATE(2518), 1, sym_subscript_argument_list, - ACTIONS(6618), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(7582), 2, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(8557), 2, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8559), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8563), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8565), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8569), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8589), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8573), 3, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8765), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8575), 4, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [168093] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8893), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(6285), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(6287), 31, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [168141] = 27, + [168443] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8896), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8904), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [168235] = 24, + [168537] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8773), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8797), 1, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8906), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(6892), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_QMARK, - [168323] = 27, + [168631] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8898), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8908), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [168417] = 27, + [168723] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(7774), 1, + anon_sym_COMMA, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8900), 1, - anon_sym_COMMA, - ACTIONS(8902), 1, + ACTIONS(8910), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [168511] = 26, + [168817] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8789), 1, - anon_sym_GT_EQ, - ACTIONS(8795), 1, - anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6618), 2, - anon_sym_COMMA, - anon_sym_COLON, - ACTIONS(7718), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(6854), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [168603] = 12, + [168905] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(6372), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(8575), 1, anon_sym_PIPE, + ACTIONS(8579), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + ACTIONS(8585), 1, anon_sym_LT_LT, + ACTIONS(8587), 1, anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(8593), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(8595), 1, anon_sym_bitand, - anon_sym_not_eq, - [168667] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(6372), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8573), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8577), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - [168737] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(8817), 1, - anon_sym_COLON, - STATE(1783), 1, - sym_attribute_specifier, - STATE(4854), 1, - sym__enum_base_clause, - STATE(4970), 1, - sym_enumerator_list, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(6258), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(6256), 28, - anon_sym_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [168795] = 27, + ACTIONS(6820), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [168993] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8561), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8575), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8589), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8593), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - ACTIONS(8904), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8571), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8573), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8577), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8888), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [168889] = 3, + [169085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 5, + ACTIONS(5542), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5552), 33, + ACTIONS(5544), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -441272,217 +441410,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [168935] = 27, + [169131] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8906), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8912), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [169029] = 27, + [169225] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(8908), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(6331), 7, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + ACTIONS(6333), 17, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [169123] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, - anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, + anon_sym_LT_LT, anon_sym_QMARK, - ACTIONS(8521), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(8525), 1, + anon_sym_xor, anon_sym_bitand, - ACTIONS(8910), 1, + anon_sym_not_eq, + anon_sym_GT2, + [169291] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5578), 5, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_const, + anon_sym___asm, + ACTIONS(5580), 33, anon_sym_COMMA, - ACTIONS(8912), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [169217] = 3, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [169337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 5, + ACTIONS(5606), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5548), 33, + ACTIONS(5608), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -441516,82 +441616,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [169263] = 26, + [169383] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6331), 1, + anon_sym_PIPE, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8579), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8595), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8603), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(8507), 3, + ACTIONS(8597), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8583), 4, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [169355] = 3, + ACTIONS(6333), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_QMARK, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_GT2, + [169463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 5, + ACTIONS(5496), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5532), 33, + ACTIONS(5498), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -441625,16 +441719,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [169401] = 3, + [169509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 5, + ACTIONS(5476), 5, anon_sym_AMP, anon_sym___attribute, anon_sym_LBRACK, anon_sym_const, anon_sym___asm, - ACTIONS(5528), 33, + ACTIONS(5478), 33, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, @@ -441668,2401 +441762,2431 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [169447] = 27, + [169555] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(7817), 1, - anon_sym_COMMA, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8775), 1, + anon_sym_COMMA, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, ACTIONS(8914), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [169541] = 17, + [169649] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6927), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7629), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7643), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8569), 1, anon_sym_SLASH, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8579), 1, + anon_sym_AMP, + ACTIONS(8585), 1, + anon_sym_LT_LT, + ACTIONS(8587), 1, + anon_sym_GT_GT, + ACTIONS(8591), 1, anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8593), 1, + anon_sym_bitor, + ACTIONS(8595), 1, + anon_sym_bitand, + STATE(3666), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(3714), 1, + sym_subscript_argument_list, + ACTIONS(7645), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8567), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8571), 2, 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, anon_sym_or, + ACTIONS(8573), 2, + anon_sym_AMP_AMP, anon_sym_and, - anon_sym_bitor, + ACTIONS(8577), 2, + anon_sym_CARET, anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - [169615] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8613), 1, - anon_sym_SLASH, - ACTIONS(8629), 1, - anon_sym_GT_EQ, - ACTIONS(8637), 1, - anon_sym_LT_EQ_GT, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(6372), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(7986), 2, + ACTIONS(8597), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8611), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8631), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8581), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(6374), 12, + ACTIONS(6917), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - [169691] = 3, + anon_sym_GT2, + ACTIONS(8583), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [169737] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 5, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_const, - anon_sym___asm, - ACTIONS(5441), 33, - anon_sym_COMMA, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [169737] = 26, + ACTIONS(7043), 1, + anon_sym_AMP, + STATE(5247), 1, + sym_ms_call_modifier, + STATE(5619), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7414), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [169818] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8916), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [169828] = 26, + [169909] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8918), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [169919] = 26, + [170000] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, ACTIONS(8920), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170010] = 26, + [170091] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8922), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170101] = 26, + [170182] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8924), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RBRACE, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170192] = 26, + [170273] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8926), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170283] = 26, + [170364] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(8928), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170374] = 26, + [170455] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4566), 1, + ACTIONS(4731), 1, anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170465] = 26, + [170546] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(8932), 1, + anon_sym___attribute__, + ACTIONS(8935), 1, + anon_sym___attribute, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(4972), 1, + sym_ref_qualifier, + STATE(5522), 1, + sym_trailing_return_type, + STATE(5688), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5232), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [170633] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4679), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8930), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170556] = 26, + [170724] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4562), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8932), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170647] = 26, + [170815] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8934), 1, + ACTIONS(8949), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170738] = 26, + [170906] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8936), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8951), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170829] = 26, + [170997] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4711), 1, + ACTIONS(4578), 1, anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [170920] = 26, + [171088] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8938), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8953), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171011] = 26, + [171179] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8940), 1, - anon_sym_RBRACE, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8955), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171102] = 26, + [171270] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4729), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8957), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171193] = 26, + [171361] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8942), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8959), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171284] = 26, + [171452] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4755), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8961), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171375] = 26, + [171543] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8944), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8963), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171466] = 26, + [171634] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8946), 1, + ACTIONS(8965), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [171557] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7047), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(8503), 3, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(7049), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [171602] = 26, + [171725] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4647), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8948), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171693] = 26, + [171816] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4745), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8967), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171784] = 26, + [171907] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8950), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8969), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171875] = 26, + [171998] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4649), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8952), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [171966] = 26, + [172089] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4650), 1, + ACTIONS(4651), 1, anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172057] = 26, + [172180] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8954), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8971), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172148] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1866), 1, - anon_sym_enum, - ACTIONS(1868), 1, - anon_sym_class, - ACTIONS(1870), 1, - anon_sym_struct, - ACTIONS(1872), 1, - anon_sym_union, - ACTIONS(1898), 1, - anon_sym_typename, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, - ACTIONS(8956), 1, - sym_identifier, - ACTIONS(8958), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8962), 1, - anon_sym_EQ, - STATE(2104), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2324), 1, - sym_type_specifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2669), 1, - sym_primitive_type, - STATE(2993), 1, - sym_qualified_type_identifier, - STATE(6512), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - ACTIONS(8960), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(57), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2364), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [172237] = 26, + [172271] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4653), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8964), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172328] = 26, + [172362] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4655), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8966), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172419] = 26, + [172453] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4657), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8968), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172510] = 26, + [172544] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8970), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8973), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [172601] = 26, + [172635] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8972), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8975), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [172726] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1866), 1, + anon_sym_enum, + ACTIONS(1868), 1, + anon_sym_class, + ACTIONS(1870), 1, + anon_sym_struct, + ACTIONS(1872), 1, + anon_sym_union, + ACTIONS(1898), 1, + anon_sym_typename, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, + ACTIONS(8977), 1, + sym_identifier, + ACTIONS(8979), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8983), 1, + anon_sym_EQ, + STATE(2121), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2314), 1, + sym_type_specifier, + STATE(2412), 1, + sym_decltype_auto, + STATE(2637), 1, + sym_primitive_type, + STATE(2949), 1, + sym_qualified_type_identifier, + STATE(6531), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + ACTIONS(8981), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(57), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [172815] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7047), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [172692] = 21, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(7049), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [172860] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(4157), 1, + anon_sym_LPAREN2, + ACTIONS(4159), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(4163), 1, anon_sym_AMP, - STATE(5254), 1, - sym_ms_call_modifier, - STATE(5556), 1, - sym__declarator, - STATE(5739), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(5721), 1, + anon_sym_LBRACK, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + STATE(2968), 1, + sym_parameter_list, + STATE(5787), 1, sym__scope_resolution, - STATE(7224), 1, - sym_init_declarator, - STATE(8511), 1, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6595), 1, + sym__declarator, + STATE(6821), 1, + sym__abstract_declarator, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -444074,5295 +444198,4625 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [172773] = 26, + [172943] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8974), 1, + ACTIONS(8985), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [172864] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5232), 1, - sym_ms_call_modifier, - STATE(5531), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7112), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [172945] = 26, + ACTIONS(8491), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [173034] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(8976), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8987), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173036] = 26, + [173125] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4663), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8978), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [173216] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6961), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [173127] = 26, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + sym_literal_suffix, + ACTIONS(6963), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [173261] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8980), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8989), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173218] = 26, + [173352] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8982), 1, + ACTIONS(8991), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173309] = 26, + [173443] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8984), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8993), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173400] = 26, + [173534] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8986), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8995), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173491] = 26, + [173625] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4677), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8988), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173582] = 26, + [173716] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8990), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8997), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173673] = 26, + [173807] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4576), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(8992), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173764] = 26, + [173898] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8994), 1, + ACTIONS(8999), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [173855] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(8998), 1, - anon_sym___attribute__, - ACTIONS(9001), 1, - anon_sym___attribute, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(4959), 1, - sym_ref_qualifier, - STATE(5606), 1, - sym_trailing_return_type, - STATE(5731), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5244), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [173942] = 26, + [173989] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9001), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174033] = 3, + [174080] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8617), 1, anon_sym_SLASH, + ACTIONS(8623), 1, anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8633), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(8639), 1, + anon_sym_QMARK, + ACTIONS(8641), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8643), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(8645), 1, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - sym_literal_suffix, - ACTIONS(6965), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(9003), 1, + anon_sym_RBRACK, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8613), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8621), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8625), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8635), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [174078] = 26, + anon_sym_not_eq, + ACTIONS(8631), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [174171] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9009), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9005), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174169] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5248), 1, - sym_ms_call_modifier, - STATE(5543), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7275), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [174250] = 26, + [174262] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4687), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9011), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174341] = 26, + [174353] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4689), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9013), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174432] = 26, + [174444] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4757), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9015), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174523] = 26, + [174535] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(8605), 1, + ACTIONS(9007), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174614] = 26, + [174626] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4592), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8809), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9009), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174705] = 26, + [174717] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9011), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174796] = 26, + [174808] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9017), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9013), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174887] = 26, + [174899] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4654), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9015), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [174978] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - ACTIONS(8599), 1, - anon_sym_LBRACE, - STATE(4786), 1, - sym_enumerator_list, - STATE(4944), 1, - sym_attribute_specifier, - ACTIONS(5929), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5931), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [175033] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5228), 1, - sym_ms_call_modifier, - STATE(5633), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7145), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [175114] = 26, + [174990] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4645), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9017), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175205] = 26, + [175081] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9019), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175296] = 26, + [175172] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9021), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175387] = 26, + [175263] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9023), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175478] = 26, + [175354] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9025), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175569] = 26, + [175445] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, ACTIONS(9027), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175660] = 26, + [175536] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9029), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175751] = 26, + [175627] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4705), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9031), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175842] = 26, + [175718] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4707), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8619), 1, - anon_sym_PIPE, ACTIONS(8623), 1, + anon_sym_PIPE, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9033), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [175933] = 16, + [175809] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, + ACTIONS(7605), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8781), 1, + anon_sym_SLASH, + ACTIONS(8787), 1, + anon_sym_PIPE, + ACTIONS(8791), 1, anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6527), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8286), 5, - anon_sym_LBRACK_LBRACK, + ACTIONS(8797), 1, + anon_sym_GT_EQ, + ACTIONS(8803), 1, + anon_sym_QMARK, + ACTIONS(8805), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8807), 1, + anon_sym_bitor, + ACTIONS(8809), 1, + anon_sym_bitand, + ACTIONS(9031), 1, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [176004] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8777), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8779), 2, anon_sym_STAR, - ACTIONS(6983), 1, + anon_sym_PERCENT, + ACTIONS(8783), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8785), 2, anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5243), 1, - sym_ms_call_modifier, - STATE(5523), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7416), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [176085] = 26, + anon_sym_and, + ACTIONS(8789), 2, + anon_sym_CARET, + anon_sym_xor, + ACTIONS(8799), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8793), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_not_eq, + ACTIONS(8795), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [175900] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9035), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9033), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176176] = 26, + [175991] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9037), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9035), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176267] = 26, + [176082] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9039), 1, + ACTIONS(9037), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176358] = 26, + [176173] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9041), 1, + ACTIONS(9039), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176449] = 26, + [176264] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4612), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9041), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176540] = 26, + [176355] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4685), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9043), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176631] = 26, + [176446] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9045), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9043), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176722] = 16, + [176537] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6518), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [176793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6364), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, + ACTIONS(8495), 1, anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8505), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6366), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(8509), 1, + anon_sym_QMARK, + ACTIONS(8511), 1, + anon_sym_LT_EQ_GT, + ACTIONS(8513), 1, + anon_sym_bitor, + ACTIONS(8515), 1, + anon_sym_bitand, + ACTIONS(9045), 1, + anon_sym_SEMI, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [176838] = 26, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [176628] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(4580), 1, + anon_sym_RBRACK, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9047), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [176929] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6501), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8296), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [177000] = 26, + [176719] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9049), 1, + ACTIONS(9047), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177091] = 26, + [176810] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, - ACTIONS(9051), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9049), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177182] = 26, + [176901] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9053), 1, + ACTIONS(9051), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177273] = 26, + [176992] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4707), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(8722), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177364] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6866), 1, - anon_sym_const, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(3828), 1, - sym_alignas_qualifier, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6547), 1, - sym__abstract_declarator, - ACTIONS(6868), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(3402), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(6578), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(6853), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [177435] = 26, + [177083] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8613), 1, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9055), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9057), 1, - anon_sym_RBRACK, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9053), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177526] = 26, + [177174] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9059), 1, + ACTIONS(9055), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177617] = 26, + [177265] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9061), 1, + ACTIONS(9057), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177708] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5238), 1, - sym_ms_call_modifier, - STATE(5509), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7282), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [177789] = 26, + [177356] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9063), 1, + ACTIONS(9059), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177880] = 26, + [177447] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9061), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [177971] = 26, + [177538] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4757), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9063), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178062] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - ACTIONS(8599), 1, - anon_sym_LBRACE, - STATE(4801), 1, - sym_enumerator_list, - STATE(4930), 1, - sym_attribute_specifier, - ACTIONS(5923), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5925), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [178117] = 26, + [177629] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, ACTIONS(9065), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178208] = 26, + [177720] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4564), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9067), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178299] = 26, + [177811] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9067), 1, + ACTIONS(9069), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178390] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(8998), 1, - anon_sym___attribute__, - ACTIONS(9001), 1, - anon_sym___attribute, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(4968), 1, - sym_ref_qualifier, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5658), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5256), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [178477] = 26, + [177902] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4652), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9071), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178568] = 26, + [177993] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9075), 1, + ACTIONS(9073), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178659] = 26, + [178084] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4674), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9075), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178750] = 26, + [178175] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9077), 1, - anon_sym_COMMA, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178841] = 26, + [178266] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9079), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_SEMI, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [178932] = 26, + [178357] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9081), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179023] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5225), 1, - sym_ms_call_modifier, - STATE(5632), 1, - sym__declarator, - STATE(5739), 1, - sym__scope_resolution, - STATE(7450), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [179104] = 26, + [178448] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9083), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179195] = 26, + [178539] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(7835), 1, + sym_literal_suffix, + ACTIONS(4117), 17, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(8501), 1, anon_sym_PIPE, - ACTIONS(8505), 1, anon_sym_AMP, - ACTIONS(8511), 1, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(9085), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(4109), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [179286] = 26, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [178586] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4664), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9085), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179377] = 26, + [178677] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9087), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179468] = 26, + [178768] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9089), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179559] = 26, + [178859] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9091), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179650] = 26, + [178950] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9093), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179741] = 26, + [179041] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9095), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179832] = 26, + [179132] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9097), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [179923] = 26, + [179223] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4723), 1, - anon_sym_RBRACK, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8613), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8619), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8623), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8629), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8635), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8637), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8639), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8641), 1, + ACTIONS(8515), 1, anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9099), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8609), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8611), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8615), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8617), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8621), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8631), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8625), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8627), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180014] = 22, + [179314] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(4157), 1, - anon_sym_LPAREN2, - ACTIONS(4159), 1, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(4161), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(4163), 1, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(5707), 1, - anon_sym_LBRACK, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - STATE(2980), 1, - sym_parameter_list, - STATE(5768), 1, - sym__scope_resolution, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6602), 1, + STATE(5243), 1, + sym_ms_call_modifier, + STATE(5574), 1, sym__declarator, - STATE(6813), 1, - sym__abstract_declarator, - STATE(8547), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(7052), 1, + sym_init_declarator, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(5989), 11, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -449374,791 +448828,1352 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [180097] = 26, + [179395] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9099), 1, + ACTIONS(9101), 1, anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180188] = 26, + [179486] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, - ACTIONS(9101), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9103), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180279] = 26, + [179577] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(7605), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8781), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8787), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8791), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8797), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8803), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8805), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8807), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8809), 1, anon_sym_bitand, - ACTIONS(9103), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + ACTIONS(9105), 1, + anon_sym_COLON, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(7607), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8777), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8779), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8783), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8785), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8789), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8799), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8793), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8795), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180370] = 26, + [179668] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(8932), 1, + anon_sym___attribute__, + ACTIONS(8935), 1, + anon_sym___attribute, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(4966), 1, + sym_ref_qualifier, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5680), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5242), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [179755] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(7039), 1, + anon_sym_STAR, + ACTIONS(7041), 1, + anon_sym_AMP_AMP, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(9105), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + STATE(5255), 1, + sym_ms_call_modifier, + STATE(5567), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7188), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [179836] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [180461] = 4, + ACTIONS(7043), 1, + anon_sym_AMP, + STATE(5229), 1, + sym_ms_call_modifier, + STATE(5542), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7207), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [179917] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(7895), 1, - sym_literal_suffix, - ACTIONS(4117), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, + anon_sym_STAR, + ACTIONS(7041), 1, + anon_sym_AMP_AMP, + ACTIONS(7043), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DOT, - ACTIONS(4109), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + STATE(5252), 1, + sym_ms_call_modifier, + STATE(5605), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7285), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [179998] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, + ACTIONS(7043), 1, + anon_sym_AMP, + STATE(5215), 1, + sym_ms_call_modifier, + STATE(5518), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7371), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [180079] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [180508] = 26, + ACTIONS(7039), 1, + anon_sym_STAR, + ACTIONS(7041), 1, + anon_sym_AMP_AMP, + ACTIONS(7043), 1, + anon_sym_AMP, + STATE(5220), 1, + sym_ms_call_modifier, + STATE(5552), 1, + sym__declarator, + STATE(5761), 1, + sym__scope_resolution, + STATE(7423), 1, + sym_init_declarator, + STATE(8348), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [180160] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, - anon_sym_SLASH, - ACTIONS(8501), 1, - anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8233), 1, + anon_sym_STAR, + ACTIONS(8235), 1, + anon_sym_AMP_AMP, + ACTIONS(8237), 1, anon_sym_AMP, - ACTIONS(8511), 1, - anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - ACTIONS(9107), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6536), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8290), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [180231] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8233), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(8497), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8235), 1, anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, - anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [180599] = 26, + ACTIONS(8237), 1, + anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6551), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(5723), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [180302] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8233), 1, + anon_sym_STAR, + ACTIONS(8235), 1, + anon_sym_AMP_AMP, + ACTIONS(8237), 1, + anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6554), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8252), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [180373] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6883), 1, + anon_sym_const, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8233), 1, + anon_sym_STAR, + ACTIONS(8235), 1, + anon_sym_AMP_AMP, + ACTIONS(8237), 1, + anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(3790), 1, + sym_alignas_qualifier, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6556), 1, + sym__abstract_declarator, + ACTIONS(6885), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(3433), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(6604), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(6870), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [180444] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8617), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8623), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8627), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8633), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8639), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8641), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8643), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8645), 1, anon_sym_bitand, + ACTIONS(9107), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(9109), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_RBRACK, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8613), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8615), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8619), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8621), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8625), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8635), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8629), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8631), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180690] = 26, + [180535] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9111), 1, anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180781] = 26, + [180626] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + ACTIONS(8706), 1, + anon_sym_LBRACE, + STATE(4848), 1, + sym_enumerator_list, + STATE(4924), 1, + sym_attribute_specifier, + ACTIONS(5918), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5920), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [180681] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + ACTIONS(8706), 1, + anon_sym_LBRACE, + STATE(4851), 1, + sym_enumerator_list, + STATE(4936), 1, + sym_attribute_specifier, + ACTIONS(5887), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5889), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [180736] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9113), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180872] = 26, + [180827] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9115), 1, - anon_sym_RPAREN, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [180963] = 26, + [180918] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(6305), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8501), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8505), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8511), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8519), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8521), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8525), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9117), 1, - anon_sym_SEMI, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(6307), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8493), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8499), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8503), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8513), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8507), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8509), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [181054] = 26, + [181009] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, + ACTIONS(5731), 1, anon_sym_LPAREN2, - ACTIONS(6303), 1, + ACTIONS(6286), 1, anon_sym_LBRACK, - ACTIONS(7716), 1, + ACTIONS(6290), 1, anon_sym_DOT, - ACTIONS(8346), 1, + ACTIONS(8381), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8773), 1, + ACTIONS(8489), 1, anon_sym_SLASH, - ACTIONS(8779), 1, + ACTIONS(8495), 1, anon_sym_PIPE, - ACTIONS(8783), 1, + ACTIONS(8499), 1, anon_sym_AMP, - ACTIONS(8789), 1, + ACTIONS(8505), 1, anon_sym_GT_EQ, - ACTIONS(8795), 1, + ACTIONS(8509), 1, anon_sym_QMARK, - ACTIONS(8797), 1, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - ACTIONS(8799), 1, + ACTIONS(8513), 1, anon_sym_bitor, - ACTIONS(8801), 1, + ACTIONS(8515), 1, anon_sym_bitand, ACTIONS(9119), 1, - anon_sym_COLON, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, + anon_sym_COMMA, + STATE(2509), 1, sym_argument_list, - ACTIONS(7718), 2, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - ACTIONS(7986), 2, + ACTIONS(8015), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(8769), 2, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(8771), 2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8775), 2, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(8777), 2, + ACTIONS(8493), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(8781), 2, + ACTIONS(8497), 2, anon_sym_CARET, anon_sym_xor, - ACTIONS(8791), 2, + ACTIONS(8507), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(8785), 3, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_not_eq, - ACTIONS(8787), 3, + ACTIONS(8503), 3, anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - [181145] = 8, + [181100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(4135), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4107), 4, + ACTIONS(6358), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6360), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_const, - anon_sym_COLON, - ACTIONS(8164), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4115), 24, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [181145] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, anon_sym_LPAREN2, + ACTIONS(8243), 1, anon_sym_STAR, + ACTIONS(8245), 1, anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6073), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_LBRACK_LBRACK, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -450171,36 +450186,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [181199] = 6, + [181215] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4940), 1, - sym_attribute_specifier, - ACTIONS(6017), 2, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(4119), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4107), 4, anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(6019), 31, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(8200), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4115), 24, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_LBRACK_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -450219,45 +450231,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_decltype, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [181249] = 20, + [181269] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5220), 1, + STATE(5245), 1, sym_ms_call_modifier, - STATE(5807), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6429), 1, + STATE(6373), 1, sym__declarator, - STATE(7943), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, @@ -450268,7 +450278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -450280,75 +450290,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [181327] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(4987), 1, - sym_ref_qualifier, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5934), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5272), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [181413] = 4, + [181347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9121), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5862), 11, + ACTIONS(6558), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -450360,13 +450305,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(5864), 23, + ACTIONS(6560), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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, @@ -450375,6 +450321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, + anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -450384,92 +450331,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [181459] = 3, + [181391] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(6490), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(5731), 1, + anon_sym_LPAREN2, + ACTIONS(6286), 1, + anon_sym_LBRACK, + ACTIONS(6290), 1, + anon_sym_DOT, + ACTIONS(8381), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8489), 1, anon_sym_SLASH, + ACTIONS(8495), 1, anon_sym_PIPE, + ACTIONS(8499), 1, anon_sym_AMP, - anon_sym_GT, + ACTIONS(8505), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6492), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, + ACTIONS(8509), 1, anon_sym_QMARK, + ACTIONS(8511), 1, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, + ACTIONS(8513), 1, anon_sym_bitor, - anon_sym_xor, + ACTIONS(8515), 1, anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + STATE(2509), 1, + sym_argument_list, + STATE(2518), 1, + sym_subscript_argument_list, + ACTIONS(6292), 2, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [181503] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6404), 11, + ACTIONS(8015), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(8485), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6406), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(8487), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(8491), 2, anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(8493), 2, anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(8497), 2, anon_sym_CARET, + anon_sym_xor, + ACTIONS(8507), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(8501), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [181547] = 3, + ACTIONS(8503), 3, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + [181479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6456), 11, + ACTIONS(6578), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -450481,7 +450409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6458), 25, + ACTIONS(6580), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -450507,139 +450435,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [181591] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8252), 1, - sym_auto, - ACTIONS(8254), 1, - anon_sym_decltype, - STATE(4870), 1, - sym_decltype_auto, - ACTIONS(5357), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5359), 30, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [181641] = 10, + [181523] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5854), 1, - anon_sym___attribute__, - ACTIONS(5856), 1, - anon_sym___attribute, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(9123), 1, - anon_sym_COLON, - STATE(1794), 1, - sym_attribute_specifier, - STATE(2163), 1, - sym__enum_base_clause, - STATE(2275), 1, - sym_enumerator_list, - ACTIONS(6250), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(6252), 27, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [181699] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2863), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8280), 1, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8282), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8284), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(2927), 1, - sym_parameter_list, - STATE(4257), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(3285), 1, + sym_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6599), 1, + STATE(6576), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(6578), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - STATE(5999), 5, + ACTIONS(8290), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -450653,47 +450489,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [181769] = 16, + [181593] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8268), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(3435), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6596), 1, + STATE(6617), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8286), 4, + ACTIONS(5723), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -450707,105 +450543,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [181839] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, - anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5252), 1, - sym_ms_call_modifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6406), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [181917] = 16, + [181663] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8268), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(3435), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6612), 1, + STATE(6580), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 4, + ACTIONS(8252), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -450819,47 +450597,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [181987] = 16, + [181733] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, + ACTIONS(8270), 1, anon_sym_STAR, - ACTIONS(8266), 1, + ACTIONS(8272), 1, anon_sym_AMP_AMP, - ACTIONS(8268), 1, + ACTIONS(8274), 1, anon_sym_AMP, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(3435), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6573), 1, + STATE(6618), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8296), 4, + ACTIONS(6604), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -450873,10 +450651,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [182057] = 3, + [181803] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6612), 11, + ACTIONS(4169), 1, + anon_sym_SEMI, + ACTIONS(7045), 1, + sym_literal_suffix, + ACTIONS(4117), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DOT, + ACTIONS(4109), 19, + anon_sym_DOT_DOT_DOT, + 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [181851] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6530), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -450888,7 +450709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6614), 25, + ACTIONS(6532), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -450914,282 +450735,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182101] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5025), 1, - sym_ref_qualifier, - STATE(5447), 1, - sym_trailing_return_type, - STATE(5682), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5269), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [182187] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4890), 1, - sym_attribute_specifier, - ACTIONS(6033), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(6035), 31, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182237] = 16, + [181895] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8264), 1, - anon_sym_STAR, - ACTIONS(8266), 1, - anon_sym_AMP_AMP, - ACTIONS(8268), 1, - anon_sym_AMP, - STATE(1630), 1, + ACTIONS(6308), 1, + sym_identifier, + STATE(1625), 1, sym_alignas_qualifier, - STATE(3435), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6609), 1, - sym__abstract_declarator, - ACTIONS(8278), 2, + STATE(2944), 1, + sym_primitive_type, + STATE(2953), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1611), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(6578), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [182307] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4891), 1, - sym_attribute_specifier, - ACTIONS(5982), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5984), 31, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(4964), 3, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182357] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, + ACTIONS(4966), 4, anon_sym___attribute__, - ACTIONS(8485), 1, anon_sym___attribute, - STATE(4882), 1, - sym_attribute_specifier, - ACTIONS(5994), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5996), 31, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182407] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6089), 1, - anon_sym___attribute__, - ACTIONS(6091), 1, - anon_sym___attribute, - ACTIONS(6460), 1, - anon_sym_LBRACE, - ACTIONS(9137), 1, - anon_sym_COLON, - STATE(2454), 1, - sym__enum_base_clause, - STATE(2593), 1, - sym_enumerator_list, - STATE(2615), 1, - sym_attribute_specifier, - ACTIONS(6250), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(6252), 27, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(6310), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym_LBRACK, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -451202,18 +450785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [182465] = 3, + [181957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6616), 11, + ACTIONS(6582), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451225,7 +450800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6618), 25, + ACTIONS(6584), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451251,54 +450826,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182509] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4893), 1, - sym_attribute_specifier, - ACTIONS(5986), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5988), 31, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182559] = 3, + [182001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 11, + ACTIONS(6586), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451310,7 +450841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2807), 25, + ACTIONS(6588), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451336,10 +450867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182603] = 3, + [182045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6486), 11, + ACTIONS(6506), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451351,7 +450882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6488), 25, + ACTIONS(6508), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451377,10 +450908,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182647] = 3, + [182089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 11, + ACTIONS(6554), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451392,7 +450923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6444), 25, + ACTIONS(6556), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451418,86 +450949,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182691] = 6, + [182133] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4911), 1, - sym_attribute_specifier, - ACTIONS(5972), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5974), 31, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(29), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182741] = 20, - ACTIONS(3), 1, - sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5253), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5240), 1, sym_ms_call_modifier, - STATE(5807), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6438), 1, + STATE(6565), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, @@ -451508,7 +450995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -451520,54 +451007,10 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [182819] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4924), 1, - sym_attribute_specifier, - ACTIONS(5952), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5954), 31, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [182869] = 3, + [182211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 11, + ACTIONS(6546), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451579,7 +451022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6430), 25, + ACTIONS(6548), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451605,169 +451048,191 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [182913] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8099), 1, - anon_sym_COLON, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8463), 1, - anon_sym_STAR, - ACTIONS(8465), 1, - anon_sym_AMP_AMP, - ACTIONS(8467), 1, - anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - STATE(3319), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6755), 1, - sym__abstract_declarator, - ACTIONS(8278), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(5037), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [182989] = 24, + [182255] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, + ACTIONS(9127), 1, anon_sym___asm, - STATE(4990), 1, + ACTIONS(9130), 1, + anon_sym_requires, + STATE(5000), 1, sym_ref_qualifier, - STATE(5391), 1, + STATE(5433), 1, sym_trailing_return_type, - STATE(5656), 1, + STATE(5692), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5267), 3, + STATE(5259), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [183075] = 19, + [182341] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6460), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6462), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [182385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4117), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4109), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(5307), 1, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [182429] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8125), 1, - sym_auto, - ACTIONS(8127), 1, - anon_sym_decltype, - ACTIONS(8138), 1, - anon_sym_COLON, - ACTIONS(8463), 1, + ACTIONS(8294), 1, anon_sym_STAR, - ACTIONS(8465), 1, + ACTIONS(8296), 1, anon_sym_AMP_AMP, - ACTIONS(8467), 1, + ACTIONS(8298), 1, anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - STATE(3319), 1, + STATE(2984), 1, sym_parameter_list, - STATE(5978), 1, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6805), 1, + STATE(6594), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(5017), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + ACTIONS(5723), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -451781,29 +451246,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [183151] = 6, + [182499] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, - anon_sym___attribute, - STATE(4929), 1, - sym_attribute_specifier, - ACTIONS(5958), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5960), 31, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, anon_sym_LPAREN2, + ACTIONS(8243), 1, anon_sym_STAR, + ACTIONS(8245), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6055), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, anon_sym___extension__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -451816,19 +451300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [183201] = 3, + [182569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6424), 11, + ACTIONS(6562), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451840,7 +451315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6426), 25, + ACTIONS(6564), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451866,10 +451341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183245] = 3, + [182613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 11, + ACTIONS(6488), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451881,7 +451356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3759), 25, + ACTIONS(6490), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -451907,10 +451382,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183289] = 3, + [182657] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(4997), 1, + sym_ref_qualifier, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5931), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5268), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [182743] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6110), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [182813] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6392), 11, + ACTIONS(9133), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(9135), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5847), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451922,14 +451519,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6394), 25, + ACTIONS(5849), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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, @@ -451937,8 +451532,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -451948,16 +451541,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183333] = 5, + [182861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9121), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(9139), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5842), 11, + ACTIONS(6612), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -451969,12 +451556,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(5844), 21, + ACTIONS(6614), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, 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, @@ -451982,6 +451571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, anon_sym_bitor, anon_sym_xor, anon_sym_bitand, @@ -451991,64 +451582,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183381] = 16, + [182905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(3763), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(3759), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(8256), 1, - sym_identifier, - ACTIONS(8258), 1, anon_sym_STAR, - ACTIONS(8260), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(8262), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6562), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [183451] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [182949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 11, + ACTIONS(6624), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452060,7 +451638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6584), 25, + ACTIONS(6626), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452086,27 +451664,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183495] = 10, + [182993] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5854), 1, + ACTIONS(5815), 1, anon_sym___attribute__, - ACTIONS(5856), 1, + ACTIONS(5817), 1, anon_sym___attribute, - ACTIONS(5980), 1, + ACTIONS(5961), 1, anon_sym_LBRACE, - ACTIONS(9123), 1, + ACTIONS(9137), 1, anon_sym_COLON, - STATE(1783), 1, + STATE(1788), 1, sym_attribute_specifier, - STATE(2190), 1, + STATE(2158), 1, sym__enum_base_clause, - STATE(2232), 1, + STATE(2256), 1, sym_enumerator_list, - ACTIONS(6256), 2, + ACTIONS(6258), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6258), 27, + ACTIONS(6260), 27, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -452134,47 +451712,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [183553] = 16, + [183051] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(8280), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(8282), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(8284), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(2927), 1, - sym_parameter_list, - STATE(4257), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5250), 1, + sym_ms_call_modifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6428), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [183129] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8133), 1, + anon_sym_COLON, + ACTIONS(8475), 1, + anon_sym_STAR, + ACTIONS(8477), 1, + anon_sym_AMP_AMP, + ACTIONS(8479), 1, + anon_sym_AMP, + STATE(1633), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(1824), 1, + sym_decltype_auto, + STATE(3274), 1, + sym_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6578), 1, + STATE(6795), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(5014), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -452188,67 +451827,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [183623] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4117), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4109), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [183667] = 3, + [183205] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5427), 3, - anon_sym_AMP, - anon_sym___attribute, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(5429), 33, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8294), 1, anon_sym_STAR, + ACTIONS(8296), 1, anon_sym_AMP_AMP, + ACTIONS(8298), 1, + anon_sym_AMP, + STATE(2984), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6597), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(6604), 4, anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_try, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -452261,19 +451881,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [183711] = 3, + [183275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 11, + ACTIONS(5272), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452285,7 +451896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6440), 25, + ACTIONS(2877), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452311,10 +451922,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183755] = 3, + [183319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6412), 11, + ACTIONS(6390), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452326,7 +451937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6414), 25, + ACTIONS(6392), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452352,10 +451963,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183799] = 3, + [183363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 11, + ACTIONS(6398), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452367,7 +451978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6418), 25, + ACTIONS(6400), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452393,48 +452004,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [183843] = 16, + [183407] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8242), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(8244), 1, + ACTIONS(7007), 1, + anon_sym_STAR, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5213), 1, + sym_ms_call_modifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6381), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [183485] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8105), 1, + sym_auto, + ACTIONS(8107), 1, + anon_sym_decltype, + ACTIONS(8115), 1, + anon_sym_COLON, + ACTIONS(8475), 1, anon_sym_STAR, - ACTIONS(8248), 1, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, + ACTIONS(8479), 1, anon_sym_AMP, - STATE(4257), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(6054), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, + STATE(1824), 1, + sym_decltype_auto, + STATE(3274), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6773), 1, + sym__abstract_declarator, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(5007), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -452447,81 +452119,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [183913] = 24, + [183561] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 3, anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(4978), 1, - sym_ref_qualifier, - STATE(5606), 1, - sym_trailing_return_type, - STATE(5939), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5260), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [183999] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8483), 1, - anon_sym___attribute__, - ACTIONS(8485), 1, anon_sym___attribute, - STATE(4954), 1, - sym_attribute_specifier, - ACTIONS(5966), 2, - anon_sym_AMP, anon_sym_const, - ACTIONS(5968), 31, + ACTIONS(5457), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -452529,6 +452136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -452553,10 +452161,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [184049] = 3, + [183607] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, + anon_sym_STAR, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5239), 1, + sym_ms_call_modifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6426), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [183685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6566), 11, + ACTIONS(6446), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452568,7 +452234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6568), 25, + ACTIONS(6448), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452594,64 +452260,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184093] = 16, + [183729] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(8248), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6088), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5234), 1, + sym_ms_call_modifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6392), 1, + sym__declarator, + STATE(8517), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [184163] = 3, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [183807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6452), 11, + ACTIONS(6450), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452663,7 +452333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6454), 25, + ACTIONS(6452), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452689,42 +452359,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184207] = 20, + [183851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(6570), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6572), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [183895] = 20, + ACTIONS(3), 1, + sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5221), 1, + STATE(5216), 1, sym_ms_call_modifier, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6570), 1, + STATE(6362), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, @@ -452735,7 +452446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -452747,38 +452458,206 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [184285] = 16, + [183973] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5815), 1, + anon_sym___attribute__, + ACTIONS(5817), 1, + anon_sym___attribute, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(9137), 1, + anon_sym_COLON, + STATE(1785), 1, + sym_attribute_specifier, + STATE(2190), 1, + sym__enum_base_clause, + STATE(2195), 1, + sym_enumerator_list, + ACTIONS(6202), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6204), 27, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [184031] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8256), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(8258), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(8260), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5222), 1, + sym_ms_call_modifier, + STATE(5775), 1, + sym__scope_resolution, + STATE(6445), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [184109] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(5021), 1, + sym_ref_qualifier, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5701), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5274), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [184195] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, + anon_sym_LPAREN2, ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, anon_sym_AMP, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(6572), 1, + STATE(6573), 1, sym__field_declarator, - STATE(6730), 1, + STATE(6703), 1, sym_operator_name, - STATE(8535), 1, + STATE(7914), 1, sym_ms_based_modifier, - ACTIONS(2865), 2, + ACTIONS(2889), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -452786,7 +452665,7 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - ACTIONS(2863), 14, + ACTIONS(2887), 14, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -452801,10 +452680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [184355] = 3, + [184265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6446), 11, + ACTIONS(6468), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452816,7 +452695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6448), 25, + ACTIONS(6470), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452842,10 +452721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184399] = 3, + [184309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 11, + ACTIONS(6472), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452857,7 +452736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6464), 25, + ACTIONS(6474), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452883,68 +452762,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184443] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, - anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5211), 1, - sym_ms_call_modifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6392), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [184521] = 3, + [184353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 11, + ACTIONS(6476), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452956,7 +452777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6472), 25, + ACTIONS(6478), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -452982,10 +452803,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184565] = 3, + [184397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6482), 11, + ACTIONS(6480), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -452997,7 +452818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6484), 25, + ACTIONS(6482), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453023,79 +452844,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [184609] = 25, + [184441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - ACTIONS(6303), 1, - anon_sym_LBRACK, - ACTIONS(6305), 1, - anon_sym_DOT, - ACTIONS(8346), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8495), 1, + ACTIONS(9135), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5833), 11, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(8501), 1, anon_sym_PIPE, - ACTIONS(8505), 1, anon_sym_AMP, - ACTIONS(8511), 1, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(8519), 1, - anon_sym_QMARK, - ACTIONS(8521), 1, - anon_sym_LT_EQ_GT, - ACTIONS(8523), 1, - anon_sym_bitor, - ACTIONS(8525), 1, - anon_sym_bitand, - STATE(2418), 1, - sym_subscript_argument_list, - STATE(2433), 1, - sym_argument_list, - ACTIONS(6307), 2, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - ACTIONS(7986), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(8491), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(8493), 2, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(5835), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(8497), 2, anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(8499), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(8503), 2, anon_sym_CARET, - anon_sym_xor, - ACTIONS(8513), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(8507), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, anon_sym_not_eq, - ACTIONS(8509), 3, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - [184697] = 4, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [184487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5439), 3, + ACTIONS(5395), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5441), 32, + ACTIONS(5397), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -453104,6 +452902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, @@ -453128,88 +452927,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [184743] = 3, + [184531] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6498), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6500), 25, - anon_sym_DOT_DOT_DOT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(8946), 1, + anon_sym_requires, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(5030), 1, + sym_ref_qualifier, + STATE(5522), 1, + sym_trailing_return_type, + STATE(5705), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5273), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, anon_sym_COMMA, 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_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - anon_sym_GT2, - [184787] = 16, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [184617] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, + ACTIONS(5961), 1, + anon_sym_LBRACE, + STATE(1784), 1, + sym_attribute_specifier, + STATE(4960), 1, + sym_enumerator_list, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5920), 3, anon_sym_LPAREN2, - ACTIONS(8256), 1, - sym_identifier, - ACTIONS(8258), 1, anon_sym_STAR, - ACTIONS(8260), 1, anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(5918), 28, anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6611), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, 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, @@ -453223,25 +453026,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [184857] = 3, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [184669] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6586), 11, + ACTIONS(4169), 1, + anon_sym_SEMI, + ACTIONS(4912), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5893), 1, + anon_sym_LPAREN2, + ACTIONS(5896), 1, + anon_sym_LBRACK, + ACTIONS(4117), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6588), 25, + ACTIONS(4109), 23, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -453249,8 +453064,9 @@ 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_LT, - anon_sym_LBRACK, + anon_sym_GT_GT, anon_sym_QMARK, anon_sym_LT_EQ_GT, anon_sym_or, @@ -453263,102 +453079,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - anon_sym_GT2, - [184901] = 20, + [184721] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, + ACTIONS(5961), 1, + anon_sym_LBRACE, + STATE(1815), 1, + sym_attribute_specifier, + STATE(4968), 1, + sym_enumerator_list, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5889), 3, anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, anon_sym_STAR, - ACTIONS(6991), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(5887), 28, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5245), 1, - sym_ms_call_modifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6419), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [184979] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6340), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2934), 1, - sym_primitive_type, - STATE(5059), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4852), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(4964), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_GT2, - ACTIONS(4966), 4, - anon_sym___attribute__, - anon_sym___attribute, - sym_auto, - anon_sym_decltype, - ACTIONS(9141), 4, + anon_sym___extension__, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(65), 14, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -453372,14 +453116,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [185041] = 5, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [184773] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 1, - anon_sym_SEMI, - ACTIONS(7045), 1, - sym_literal_suffix, - ACTIONS(4117), 15, + ACTIONS(9139), 1, + anon_sym_COMMA, + ACTIONS(9141), 1, + anon_sym_RBRACK, + ACTIONS(4117), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453388,14 +453140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, anon_sym_DOT, - ACTIONS(4109), 19, + ACTIONS(4109), 25, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_STAR, @@ -453411,72 +453157,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_QMARK, anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT_STAR, anon_sym_DASH_GT, - [185089] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, - anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5227), 1, - sym_ms_call_modifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6388), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [185167] = 3, + [184821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 11, + ACTIONS(6574), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453488,7 +453182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6604), 25, + ACTIONS(6576), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453514,19 +453208,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185211] = 6, + [184865] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(8529), 1, anon_sym___attribute__, - ACTIONS(8485), 1, + ACTIONS(8531), 1, anon_sym___attribute, - STATE(4913), 1, + STATE(4903), 1, sym_attribute_specifier, - ACTIONS(6000), 2, + ACTIONS(5990), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6002), 31, + ACTIONS(5992), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -453558,72 +453252,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [185261] = 24, + [184915] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6121), 1, anon_sym___attribute, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(6458), 1, + anon_sym_LBRACE, + ACTIONS(9144), 1, + anon_sym_COLON, + STATE(2473), 1, + sym__enum_base_clause, + STATE(2535), 1, + sym_enumerator_list, + STATE(2606), 1, + sym_attribute_specifier, + ACTIONS(6258), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6260), 27, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym___extension__, anon_sym_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5012), 1, - sym_ref_qualifier, - STATE(5606), 1, - sym_trailing_return_type, - STATE(5639), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, + anon_sym_GT2, + anon_sym_requires, + [184973] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4909), 1, sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5261), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, + ACTIONS(5994), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5996), 31, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, + anon_sym___extension__, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - [185347] = 3, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6494), 11, + ACTIONS(6492), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453635,7 +453359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6496), 25, + ACTIONS(6494), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453661,10 +453385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185391] = 3, + [185067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6508), 11, + ACTIONS(6496), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453676,7 +453400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6510), 25, + ACTIONS(6498), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453702,31 +453426,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185435] = 7, + [185111] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5980), 1, + ACTIONS(8286), 1, + sym_auto, + ACTIONS(8288), 1, + anon_sym_decltype, + STATE(4898), 1, + sym_decltype_auto, + ACTIONS(5311), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5313), 30, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, anon_sym_LBRACE, - STATE(1819), 1, - sym_attribute_specifier, - STATE(4971), 1, - sym_enumerator_list, - ACTIONS(43), 2, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185161] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, anon_sym___attribute__, + ACTIONS(8531), 1, anon_sym___attribute, - ACTIONS(5925), 3, + STATE(4919), 1, + sym_attribute_specifier, + ACTIONS(6030), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6032), 31, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5923), 28, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -453741,33 +453507,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [185487] = 10, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185211] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(6119), 1, anon_sym___attribute__, - ACTIONS(6091), 1, + ACTIONS(6121), 1, anon_sym___attribute, - ACTIONS(6460), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(9137), 1, + ACTIONS(9144), 1, anon_sym_COLON, - STATE(2478), 1, + STATE(2448), 1, sym__enum_base_clause, - STATE(2583), 1, + STATE(2543), 1, sym_enumerator_list, - STATE(2623), 1, + STATE(2620), 1, sym_attribute_specifier, - ACTIONS(6256), 2, + ACTIONS(6202), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6258), 27, + ACTIONS(6204), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453795,10 +453562,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_GT2, anon_sym_requires, - [185545] = 3, + [185269] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4923), 1, + sym_attribute_specifier, + ACTIONS(6058), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6060), 31, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185319] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6619), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [185389] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4928), 1, + sym_attribute_specifier, + ACTIONS(6014), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6016), 31, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185439] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4930), 1, + sym_attribute_specifier, + ACTIONS(5957), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5959), 31, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6516), 11, + ACTIONS(6514), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453810,7 +453763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6518), 25, + ACTIONS(6516), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453836,10 +453789,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185589] = 3, + [185533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 11, + ACTIONS(6518), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453851,7 +453804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6531), 25, + ACTIONS(6520), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453877,10 +453830,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185633] = 3, + [185577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 11, + ACTIONS(6522), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453892,7 +453845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6535), 25, + ACTIONS(6524), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453918,10 +453871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185677] = 3, + [185621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6598), 11, + ACTIONS(6526), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -453933,7 +453886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6600), 25, + ACTIONS(6528), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -453959,19 +453912,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [185721] = 6, + [185665] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(8529), 1, anon_sym___attribute__, - ACTIONS(8485), 1, + ACTIONS(8531), 1, anon_sym___attribute, - STATE(4927), 1, + STATE(4935), 1, sym_attribute_specifier, - ACTIONS(6004), 2, + ACTIONS(6038), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6006), 31, + ACTIONS(6040), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -454003,136 +453956,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [185771] = 7, + [185715] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 1, - anon_sym_SEMI, - ACTIONS(4912), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5877), 1, - anon_sym_LPAREN2, - ACTIONS(5883), 1, - anon_sym_LBRACK, - ACTIONS(4117), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4938), 1, + sym_attribute_specifier, + ACTIONS(5953), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4109), 23, - anon_sym_DOT_DOT_DOT, - 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_LT, - anon_sym_GT_GT, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [185823] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9143), 1, + anon_sym_const, + ACTIONS(5955), 31, anon_sym_COMMA, - ACTIONS(9145), 1, - anon_sym_RBRACK, - ACTIONS(4117), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4109), 25, - anon_sym_DOT_DOT_DOT, - 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_LT, - anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [185871] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(8246), 1, anon_sym_STAR, - ACTIONS(8248), 1, anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(6076), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(2865), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - ACTIONS(2863), 14, + anon_sym_SEMI, anon_sym___extension__, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -454145,44 +453991,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [185941] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6315), 1, - sym_identifier, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(2947), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2948), 1, - sym_primitive_type, - ACTIONS(67), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(4936), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - ACTIONS(4938), 4, + anon_sym_try, + anon_sym_requires, + [185765] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8529), 1, anon_sym___attribute__, + ACTIONS(8531), 1, anon_sym___attribute, - sym_auto, - anon_sym_decltype, - ACTIONS(6317), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(65), 14, - anon_sym___extension__, + STATE(4939), 1, + sym_attribute_specifier, + ACTIONS(5967), 2, + anon_sym_AMP, anon_sym_const, + ACTIONS(5969), 31, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -454195,72 +454035,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [186003] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185815] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(8529), 1, + anon_sym___attribute__, + ACTIONS(8531), 1, + anon_sym___attribute, + STATE(4941), 1, + sym_attribute_specifier, + ACTIONS(6034), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(6592), 25, - anon_sym_DOT_DOT_DOT, + anon_sym_const, + ACTIONS(6036), 31, anon_sym_COMMA, + anon_sym_RPAREN, 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_LT_LT, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [186047] = 7, + anon_sym_try, + anon_sym_requires, + [185865] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5980), 1, - anon_sym_LBRACE, - STATE(1786), 1, - sym_attribute_specifier, - STATE(4974), 1, - sym_enumerator_list, - ACTIONS(43), 2, + ACTIONS(8529), 1, anon_sym___attribute__, + ACTIONS(8531), 1, anon_sym___attribute, - ACTIONS(5931), 3, + STATE(4943), 1, + sym_attribute_specifier, + ACTIONS(6018), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(6020), 31, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5929), 28, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -454275,25 +454125,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [186099] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [185915] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(8529), 1, anon_sym___attribute__, - ACTIONS(8485), 1, + ACTIONS(8531), 1, anon_sym___attribute, - STATE(4863), 1, + STATE(4944), 1, sym_attribute_specifier, - ACTIONS(6021), 2, + ACTIONS(5933), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(6023), 31, + ACTIONS(5935), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -454325,72 +454176,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [186149] = 24, + [185965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6534), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5002), 1, - sym_ref_qualifier, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5677), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5258), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(6536), 25, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [186235] = 3, + 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_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [186009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 11, + ACTIONS(6550), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -454402,7 +454232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6596), 25, + ACTIONS(6552), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -454428,10 +454258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [186279] = 3, + [186053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 11, + ACTIONS(6538), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -454443,7 +454273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6527), 25, + ACTIONS(6540), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -454451,28 +454281,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + anon_sym_GT2, + [186097] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(4991), 1, + sym_ref_qualifier, + STATE(5390), 1, + sym_trailing_return_type, + STATE(5684), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5257), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [186183] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, + anon_sym_AMP, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(6613), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + ACTIONS(2889), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + ACTIONS(2887), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [186253] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6364), 1, + sym_identifier, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(2992), 1, + sym_primitive_type, + STATE(5063), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4779), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(4932), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_GT2, + ACTIONS(4934), 4, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + ACTIONS(9146), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [186315] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7023), 1, anon_sym_DASH_GT, - anon_sym_GT2, - [186323] = 3, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(5026), 1, + sym_ref_qualifier, + STATE(5522), 1, + sym_trailing_return_type, + STATE(5938), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5260), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [186401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6620), 11, + ACTIONS(6542), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -454484,7 +454542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6622), 25, + ACTIONS(6544), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -454510,68 +454568,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [186367] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, - anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, - anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5240), 1, - sym_ms_call_modifier, - STATE(5807), 1, - sym__scope_resolution, - STATE(6353), 1, - sym__declarator, - STATE(7943), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, [186445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6512), 11, + ACTIONS(6464), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -454583,7 +454583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(6514), 25, + ACTIONS(6466), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -454609,86 +454609,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_STAR, anon_sym_DASH_GT, anon_sym_GT2, - [186489] = 24, + [186489] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7112), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(9151), 1, - anon_sym_requires, - STATE(5049), 1, - sym_ref_qualifier, - STATE(5871), 1, - sym_trailing_return_type, - STATE(6112), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5286), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [186574] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5534), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5536), 32, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6623), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(8252), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_SEMI, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -454701,69 +454662,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [186617] = 24, + [186558] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9154), 1, + ACTIONS(9148), 1, sym_identifier, - ACTIONS(9156), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9160), 1, + ACTIONS(9154), 1, anon_sym_enum, - ACTIONS(9162), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9162), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9164), 1, anon_sym_decltype, - ACTIONS(9172), 1, + ACTIONS(9166), 1, anon_sym_typename, - STATE(1546), 1, + STATE(1544), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2082), 1, + STATE(2072), 1, sym_type_specifier, - STATE(2200), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(2338), 1, + STATE(2341), 1, sym_primitive_type, - STATE(4993), 1, + STATE(4994), 1, sym_argument_list, - STATE(6535), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9158), 4, + ACTIONS(9152), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -454771,83 +454723,83 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [186702] = 24, + [186643] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5060), 1, - sym_ref_qualifier, - STATE(5447), 1, - sym_trailing_return_type, - STATE(5873), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5303), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - [186787] = 5, + ACTIONS(9148), 1, + sym_identifier, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9154), 1, + anon_sym_enum, + ACTIONS(9156), 1, + anon_sym_class, + ACTIONS(9158), 1, + anon_sym_struct, + ACTIONS(9160), 1, + anon_sym_union, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9166), 1, + anon_sym_typename, + STATE(1544), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2087), 1, + sym_type_specifier, + STATE(2287), 1, + sym_decltype_auto, + STATE(2291), 1, + sym_qualified_type_identifier, + STATE(2341), 1, + sym_primitive_type, + STATE(4995), 1, + sym_argument_list, + STATE(6506), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2160), 2, + sym_decltype, + sym_template_type, + ACTIONS(4942), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9152), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [186728] = 5, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, + STATE(4877), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5758), 4, + ACTIONS(5772), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, - ACTIONS(9180), 4, + ACTIONS(9168), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5760), 26, + ACTIONS(5774), 26, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -454874,60 +454826,113 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [186834] = 24, + [186775] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6686), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(6604), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [186844] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9156), 1, + ACTIONS(9171), 1, + sym_identifier, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9162), 1, + ACTIONS(9177), 1, + anon_sym_enum, + ACTIONS(9179), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9181), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9183), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9185), 1, sym_auto, - ACTIONS(9170), 1, - anon_sym_decltype, - ACTIONS(9183), 1, - sym_identifier, ACTIONS(9187), 1, - anon_sym_enum, + anon_sym_decltype, ACTIONS(9189), 1, anon_sym_typename, - STATE(1547), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2086), 1, + STATE(2887), 1, + sym_primitive_type, + STATE(2972), 1, sym_type_specifier, - STATE(2200), 1, - sym_decltype_auto, - STATE(2222), 1, + STATE(3447), 1, sym_qualified_type_identifier, - STATE(2329), 1, - sym_primitive_type, - STATE(4991), 1, + STATE(3580), 1, + sym_decltype_auto, + STATE(4986), 1, sym_argument_list, - STATE(6535), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(3326), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(5050), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9185), 4, + ACTIONS(9175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(3611), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -454935,88 +454940,107 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [186919] = 5, + [186929] = 24, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5754), 4, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(8103), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9191), 4, + ACTIONS(9191), 1, + sym_identifier, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9197), 1, + anon_sym_enum, + ACTIONS(9199), 1, + anon_sym_class, + ACTIONS(9201), 1, + anon_sym_struct, + ACTIONS(9203), 1, + anon_sym_union, + ACTIONS(9205), 1, + anon_sym_typename, + STATE(1966), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2197), 1, + sym_primitive_type, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4179), 1, + sym_type_specifier, + STATE(4981), 1, + sym_argument_list, + STATE(6557), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2581), 2, + sym_decltype, + sym_template_type, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9195), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5756), 26, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [186966] = 16, + STATE(2652), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [187014] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(8371), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, + STATE(3025), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6664), 1, + STATE(6694), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(6578), 3, + ACTIONS(8252), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, + anon_sym_GT2, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -455030,25 +455054,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [187035] = 3, + [187083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5599), 3, + STATE(4888), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5794), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + ACTIONS(9207), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5796), 26, anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, anon_sym___attribute, + anon_sym___based, anon_sym_const, - ACTIONS(5601), 32, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [187130] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4996), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACE, + ACTIONS(9210), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4999), 26, + anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455063,114 +455132,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [187078] = 24, + [187177] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9214), 1, + sym_identifier, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9220), 1, + anon_sym_enum, + ACTIONS(9222), 1, + anon_sym_class, + ACTIONS(9224), 1, + anon_sym_struct, + ACTIONS(9226), 1, + anon_sym_union, + ACTIONS(9228), 1, + sym_auto, + ACTIONS(9230), 1, + anon_sym_decltype, + ACTIONS(9232), 1, + anon_sym_typename, + STATE(1567), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2711), 1, + sym_primitive_type, + STATE(2815), 1, + sym_type_specifier, + STATE(3160), 1, + sym_decltype_auto, + STATE(3215), 1, + sym_qualified_type_identifier, + STATE(4988), 1, + sym_argument_list, + STATE(6541), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(3020), 2, + sym_decltype, + sym_template_type, + ACTIONS(5010), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9218), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3265), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [187262] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9194), 1, - anon_sym_requires, - STATE(5056), 1, + STATE(5057), 1, sym_ref_qualifier, - STATE(6025), 1, + STATE(6014), 1, sym__function_attributes_end, - STATE(6133), 1, + STATE(6140), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5293), 3, + STATE(5289), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - [187163] = 16, + [187347] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9214), 1, + sym_identifier, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9220), 1, + anon_sym_enum, + ACTIONS(9222), 1, + anon_sym_class, + ACTIONS(9224), 1, + anon_sym_struct, + ACTIONS(9226), 1, + anon_sym_union, + ACTIONS(9228), 1, + sym_auto, + ACTIONS(9230), 1, + anon_sym_decltype, + ACTIONS(9232), 1, + anon_sym_typename, + STATE(1567), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2711), 1, + sym_primitive_type, + STATE(2821), 1, + sym_type_specifier, + STATE(3160), 1, + sym_decltype_auto, + STATE(3215), 1, + sym_qualified_type_identifier, + STATE(4989), 1, + sym_argument_list, + STATE(6541), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(3020), 2, + sym_decltype, + sym_template_type, + ACTIONS(5010), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9218), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3265), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [187432] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(4825), 1, anon_sym_AMP, - STATE(3029), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6668), 1, + STATE(6658), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(8290), 3, anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -455184,46 +455374,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [187232] = 16, + [187501] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(4825), 1, anon_sym_AMP, - STATE(3029), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6666), 1, + STATE(6622), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(6578), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(5723), 3, anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -455237,28 +455427,525 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [187301] = 5, + [187570] = 5, ACTIONS(3), 1, sym_comment, - STATE(4899), 1, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5750), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + ACTIONS(9234), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5752), 26, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [187617] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + STATE(4906), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4115), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(9237), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4107), 24, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [187670] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9156), 1, + anon_sym_class, + ACTIONS(9158), 1, + anon_sym_struct, + ACTIONS(9160), 1, + anon_sym_union, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9239), 1, + sym_identifier, + ACTIONS(9243), 1, + anon_sym_enum, + ACTIONS(9245), 1, + anon_sym_typename, + STATE(1542), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2072), 1, + sym_type_specifier, + STATE(2287), 1, + sym_decltype_auto, + STATE(2291), 1, + sym_qualified_type_identifier, + STATE(2305), 1, + sym_primitive_type, + STATE(5031), 1, + sym_argument_list, + STATE(6506), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2160), 2, + sym_decltype, + sym_template_type, + ACTIONS(4942), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9241), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [187755] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9156), 1, + anon_sym_class, + ACTIONS(9158), 1, + anon_sym_struct, + ACTIONS(9160), 1, + anon_sym_union, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9239), 1, + sym_identifier, + ACTIONS(9243), 1, + anon_sym_enum, + ACTIONS(9245), 1, + anon_sym_typename, + STATE(1542), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5730), 4, + STATE(2087), 1, + sym_type_specifier, + STATE(2287), 1, + sym_decltype_auto, + STATE(2291), 1, + sym_qualified_type_identifier, + STATE(2305), 1, + sym_primitive_type, + STATE(5032), 1, + sym_argument_list, + STATE(6506), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2160), 2, + sym_decltype, + sym_template_type, + ACTIONS(4942), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9241), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2288), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [187840] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9130), 1, + anon_sym_requires, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(5062), 1, + sym_ref_qualifier, + STATE(5433), 1, + sym_trailing_return_type, + STATE(5844), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5297), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_EQ, + anon_sym_GT2, + [187925] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5315), 1, + sym_auto, + ACTIONS(5317), 1, + anon_sym_decltype, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1824), 1, + sym_decltype_auto, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(5067), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(9255), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + ACTIONS(9253), 10, + anon_sym_AMP, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [187982] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9257), 1, + anon_sym_requires, + STATE(5061), 1, + sym_ref_qualifier, + STATE(5944), 1, + sym__function_attributes_end, + STATE(6200), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5288), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(9197), 4, + anon_sym_try, + [188067] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9260), 1, + sym_identifier, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9266), 1, + anon_sym_enum, + ACTIONS(9268), 1, + anon_sym_class, + ACTIONS(9270), 1, + anon_sym_struct, + ACTIONS(9272), 1, + anon_sym_union, + ACTIONS(9274), 1, + anon_sym_typename, + STATE(1734), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, + sym_primitive_type, + STATE(4083), 1, + sym_type_specifier, + STATE(5006), 1, + sym_argument_list, + STATE(6517), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(1770), 2, + sym_decltype, + sym_template_type, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5732), 26, + STATE(1790), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [188152] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7256), 1, + anon_sym_DASH_GT, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(5068), 1, + sym_ref_qualifier, + STATE(5942), 1, + sym_trailing_return_type, + STATE(6062), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5285), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + [188237] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5582), 3, anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5584), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455273,53 +455960,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [187348] = 16, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [188280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(5455), 3, + anon_sym_AMP, + anon_sym___attribute, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(5457), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4833), 1, anon_sym_STAR, - ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6661), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8286), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455332,108 +455998,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [187417] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, + anon_sym_alignas, + anon_sym__Alignas, sym_auto, - ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9200), 1, - sym_identifier, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9206), 1, - anon_sym_enum, - ACTIONS(9208), 1, - anon_sym_class, - ACTIONS(9210), 1, - anon_sym_struct, - ACTIONS(9212), 1, - anon_sym_union, - ACTIONS(9214), 1, - anon_sym_typename, - STATE(1683), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(3968), 1, - sym_type_specifier, - STATE(5021), 1, - sym_argument_list, - STATE(6510), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9204), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [187502] = 16, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [188323] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5756), 4, anon_sym_LPAREN2, - ACTIONS(4833), 1, anon_sym_STAR, - ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + anon_sym_LBRACE, + ACTIONS(9276), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5758), 26, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6633), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(5695), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455446,22 +456041,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [187571] = 5, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [188370] = 5, ACTIONS(3), 1, sym_comment, - STATE(4903), 1, + STATE(1860), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5746), 4, + ACTIONS(5782), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, - ACTIONS(9216), 4, + ACTIONS(9279), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5748), 26, + ACTIONS(5784), 26, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -455488,86 +456091,28 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [187618] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5042), 1, - sym_ref_qualifier, - STATE(5837), 1, - sym_trailing_return_type, - STATE(6100), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5297), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [187703] = 3, + [188417] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5474), 32, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5800), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACE, + ACTIONS(9282), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5802), 26, + anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455582,21 +456127,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [187746] = 3, + [188464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 3, + ACTIONS(5614), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5474), 32, + ACTIONS(5616), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455629,14 +456173,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [187789] = 3, + [188507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5492), 3, + ACTIONS(5566), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5494), 32, + ACTIONS(5568), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455669,14 +456213,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [187832] = 3, + [188550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5472), 3, + ACTIONS(5524), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5474), 32, + ACTIONS(5526), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455709,14 +456253,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [187875] = 3, + [188593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5498), 3, + ACTIONS(5528), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5500), 32, + ACTIONS(5530), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455749,60 +456293,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [187918] = 24, + [188636] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9200), 1, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2093), 1, sym_primitive_type, - STATE(4055), 1, + STATE(4114), 1, sym_type_specifier, - STATE(4986), 1, + STATE(5008), 1, sym_argument_list, - STATE(6510), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -455810,22 +456354,22 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [188003] = 5, + [188721] = 5, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, + STATE(1860), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(4999), 4, + ACTIONS(5786), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACE, - ACTIONS(9219), 4, + ACTIONS(9285), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4996), 26, + ACTIONS(5788), 26, anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, @@ -455852,47 +456396,28 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [188050] = 16, + [188768] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, + STATE(4889), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5760), 4, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, anon_sym_STAR, - ACTIONS(8403), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + anon_sym_LBRACE, + ACTIONS(9288), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5762), 26, anon_sym_AMP, - STATE(3029), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6637), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8296), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -455905,14 +456430,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [188119] = 3, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [188815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5550), 3, + ACTIONS(5590), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5552), 32, + ACTIONS(5592), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455945,14 +456478,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188162] = 3, + [188858] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5315), 1, + sym_auto, + ACTIONS(5317), 1, + anon_sym_decltype, + STATE(1625), 1, + sym_alignas_qualifier, + STATE(1824), 1, + sym_decltype_auto, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(5046), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(9293), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(9291), 10, + anon_sym_AMP, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [188915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5502), 3, + ACTIONS(5546), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5504), 32, + ACTIONS(5548), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -455985,14 +456565,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188205] = 3, + [188958] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(9295), 1, + sym_identifier, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9301), 1, + anon_sym_enum, + ACTIONS(9303), 1, + anon_sym_class, + ACTIONS(9305), 1, + anon_sym_struct, + ACTIONS(9307), 1, + anon_sym_union, + ACTIONS(9309), 1, + sym_auto, + ACTIONS(9311), 1, + anon_sym_decltype, + ACTIONS(9313), 1, + anon_sym_typename, + STATE(1748), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(3823), 1, + sym_primitive_type, + STATE(3937), 1, + sym_type_specifier, + STATE(4067), 1, + sym_decltype_auto, + STATE(4992), 1, + sym_argument_list, + STATE(6510), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(4049), 2, + sym_decltype, + sym_template_type, + ACTIONS(5412), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9299), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(4068), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [189043] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(4896), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5766), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + ACTIONS(9315), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5768), 26, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [189090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5603), 3, + ACTIONS(5484), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5605), 32, + ACTIONS(5486), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456025,14 +456708,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188248] = 3, + [189133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5484), 3, + ACTIONS(5488), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5486), 32, + ACTIONS(5490), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456065,14 +456748,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188291] = 3, + [189176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5546), 3, + STATE(4890), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5604), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + ACTIONS(5602), 30, anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, anon_sym___attribute, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_const, - ACTIONS(5548), 32, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [189221] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5790), 4, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + ACTIONS(9318), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5792), 26, + anon_sym_AMP, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [189268] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5500), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5502), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456105,14 +456871,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188334] = 3, + [189311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 3, + ACTIONS(5504), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5508), 32, + ACTIONS(5506), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456145,55 +456911,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188377] = 4, + [189354] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4169), 1, - anon_sym_SEMI, - ACTIONS(4117), 9, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5598), 3, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4109), 25, - anon_sym_DOT_DOT_DOT, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5600), 32, + anon_sym_COMMA, + anon_sym_RPAREN, 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_LT, - anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_LT_EQ_GT, - anon_sym_or, - anon_sym_and, - anon_sym_bitor, - anon_sym_xor, - anon_sym_bitand, - anon_sym_not_eq, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT_STAR, - anon_sym_DASH_GT, - [188422] = 3, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [189397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5577), 3, + ACTIONS(5510), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5579), 32, + ACTIONS(5512), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456226,60 +456991,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188465] = 24, + [189440] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9223), 1, + ACTIONS(9295), 1, sym_identifier, - ACTIONS(9225), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9229), 1, + ACTIONS(9301), 1, anon_sym_enum, - ACTIONS(9231), 1, + ACTIONS(9303), 1, anon_sym_class, - ACTIONS(9233), 1, + ACTIONS(9305), 1, anon_sym_struct, - ACTIONS(9235), 1, + ACTIONS(9307), 1, anon_sym_union, - ACTIONS(9237), 1, + ACTIONS(9309), 1, sym_auto, - ACTIONS(9239), 1, + ACTIONS(9311), 1, anon_sym_decltype, - ACTIONS(9241), 1, + ACTIONS(9313), 1, anon_sym_typename, - STATE(1742), 1, + STATE(1748), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(3804), 1, + STATE(3823), 1, sym_primitive_type, - STATE(3864), 1, + STATE(3946), 1, sym_type_specifier, - STATE(4066), 1, + STATE(4067), 1, sym_decltype_auto, - STATE(5038), 1, + STATE(4976), 1, sym_argument_list, - STATE(6557), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(4037), 2, + STATE(4049), 2, sym_decltype, sym_template_type, - ACTIONS(5415), 3, + ACTIONS(5412), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9227), 4, + ACTIONS(9299), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4065), 7, + STATE(4068), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -456287,178 +457052,216 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [188550] = 24, + [189525] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5506), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [189568] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5504), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5506), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [189611] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7023), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(5066), 1, + STATE(5065), 1, sym_ref_qualifier, - STATE(5391), 1, + STATE(5390), 1, sym_trailing_return_type, - STATE(5826), 1, + STATE(5839), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5279), 3, + STATE(5276), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [188635] = 24, + [189696] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6849), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - STATE(5061), 1, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(5040), 1, sym_ref_qualifier, - STATE(6036), 1, - sym__function_attributes_end, - STATE(6173), 1, + STATE(5882), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(5922), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5281), 3, + STATE(5280), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - [188720] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5804), 4, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9243), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5806), 26, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [188767] = 3, + anon_sym_EQ, + anon_sym_GT2, + [189781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5439), 3, + ACTIONS(5516), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5441), 32, + ACTIONS(5518), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456491,150 +457294,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [188810] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9223), 1, - sym_identifier, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9229), 1, - anon_sym_enum, - ACTIONS(9231), 1, - anon_sym_class, - ACTIONS(9233), 1, - anon_sym_struct, - ACTIONS(9235), 1, - anon_sym_union, - ACTIONS(9237), 1, - sym_auto, - ACTIONS(9239), 1, - anon_sym_decltype, - ACTIONS(9241), 1, - anon_sym_typename, - STATE(1742), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(3804), 1, - sym_primitive_type, - STATE(3906), 1, - sym_type_specifier, - STATE(4066), 1, - sym_decltype_auto, - STATE(4997), 1, - sym_argument_list, - STATE(6557), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(4037), 2, - sym_decltype, - sym_template_type, - ACTIONS(5415), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9227), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4065), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [188895] = 24, + [189824] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5050), 1, + sym_ref_qualifier, + STATE(5851), 1, + sym_trailing_return_type, + STATE(5926), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5305), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9246), 1, - sym_identifier, - ACTIONS(9248), 1, - anon_sym_COLON_COLON, - ACTIONS(9252), 1, - anon_sym_enum, - ACTIONS(9254), 1, - anon_sym_class, - ACTIONS(9256), 1, - anon_sym_struct, - ACTIONS(9258), 1, - anon_sym_union, - ACTIONS(9260), 1, - sym_auto, - ACTIONS(9262), 1, - anon_sym_decltype, - ACTIONS(9264), 1, - anon_sym_typename, - STATE(1559), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2684), 1, - sym_primitive_type, - STATE(2716), 1, - sym_type_specifier, - STATE(3011), 1, - sym_decltype_auto, - STATE(3066), 1, - sym_qualified_type_identifier, - STATE(4999), 1, - sym_argument_list, - STATE(6551), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(2941), 2, - sym_decltype, - sym_template_type, - ACTIONS(4990), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9250), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2996), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [188980] = 5, + anon_sym_EQ, + anon_sym_GT2, + [189909] = 3, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5800), 4, + ACTIONS(5578), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5580), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9266), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5802), 26, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -456649,34 +457388,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [189027] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [189952] = 3, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5774), 4, + ACTIONS(5606), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5608), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9269), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5776), 26, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -456691,87 +457428,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [189074] = 16, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [189995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_const, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8401), 1, - anon_sym_STAR, - ACTIONS(8403), 1, - anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(5476), 3, anon_sym_AMP, - STATE(3029), 1, - sym_parameter_list, - STATE(4257), 1, - sym_alignas_qualifier, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6643), 1, - sym__abstract_declarator, - ACTIONS(7984), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(4082), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(8286), 3, - anon_sym_DOT_DOT_DOT, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5478), 32, anon_sym_COMMA, - anon_sym_GT2, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(7976), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [189143] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(4922), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5784), 4, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9272), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5786), 26, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -456786,50 +457468,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [189190] = 27, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [190038] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, + ACTIONS(4827), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(8958), 1, + ACTIONS(8979), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(8962), 1, + ACTIONS(8983), 1, anon_sym_EQ, - ACTIONS(9275), 1, + ACTIONS(9327), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5598), 1, + STATE(5600), 1, sym_ms_declspec_modifier, - STATE(6512), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -456837,33 +457520,73 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(8981), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(2413), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5601), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5174), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [190129] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5604), 32, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___extension__, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, anon_sym_final, anon_sym_override, - ACTIONS(8960), 2, - anon_sym_COMMA, anon_sym_GT2, - STATE(2337), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5601), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5197), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [189281] = 3, + anon_sym_try, + anon_sym_requires, + [190172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5595), 3, + ACTIONS(5538), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5597), 32, + ACTIONS(5540), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -456896,41 +457619,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189324] = 10, + [190215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5361), 1, - sym_auto, - ACTIONS(5363), 1, - anon_sym_decltype, - STATE(1624), 1, - sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(5053), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(9279), 3, + ACTIONS(5472), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5474), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(9277), 10, - anon_sym_AMP, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(65), 14, + anon_sym_SEMI, anon_sym___extension__, - anon_sym_const, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -456943,46 +457650,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [189381] = 16, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [190258] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, + ACTIONS(2887), 1, anon_sym_const, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(8371), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, + STATE(3025), 1, sym_parameter_list, - STATE(4257), 1, + STATE(4239), 1, sym_alignas_qualifier, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6639), 1, + STATE(6674), 1, sym__abstract_declarator, - ACTIONS(7984), 2, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(4082), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(8296), 3, + ACTIONS(5723), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(5999), 5, + anon_sym_GT2, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(7976), 13, + ACTIONS(8041), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -456996,14 +457712,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [189450] = 3, + [190327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5542), 3, + ACTIONS(5550), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5544), 32, + ACTIONS(5552), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457036,14 +457752,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189493] = 3, + [190370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5614), 3, + ACTIONS(5492), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5616), 32, + ACTIONS(5494), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457076,7 +457792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189536] = 3, + [190413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5610), 3, @@ -457116,66 +457832,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189579] = 4, + [190456] = 16, ACTIONS(3), 1, sym_comment, - STATE(4866), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5593), 4, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, anon_sym_STAR, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(5591), 30, + ACTIONS(8371), 1, anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, + STATE(3025), 1, + sym_parameter_list, + STATE(4239), 1, + sym_alignas_qualifier, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6681), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [189624] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5468), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5470), 32, + STATE(4063), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(6604), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -457188,23 +457885,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [189667] = 3, + [190525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5530), 3, + ACTIONS(5496), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5532), 32, + ACTIONS(5498), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457237,60 +457925,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189710] = 24, + [190568] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9154), 1, + ACTIONS(9171), 1, sym_identifier, - ACTIONS(9156), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9160), 1, + ACTIONS(9177), 1, anon_sym_enum, - ACTIONS(9162), 1, + ACTIONS(9179), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9181), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9183), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9185), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9187), 1, anon_sym_decltype, - ACTIONS(9172), 1, + ACTIONS(9189), 1, anon_sym_typename, - STATE(1546), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2086), 1, + STATE(2887), 1, + sym_primitive_type, + STATE(2941), 1, sym_type_specifier, - STATE(2200), 1, - sym_decltype_auto, - STATE(2222), 1, + STATE(3447), 1, sym_qualified_type_identifier, - STATE(2338), 1, - sym_primitive_type, - STATE(5000), 1, + STATE(3580), 1, + sym_decltype_auto, + STATE(4985), 1, sym_argument_list, - STATE(6535), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(3326), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(5050), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9158), 4, + ACTIONS(9175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(3611), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -457298,14 +457986,14 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [189795] = 3, + [190653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 3, + ACTIONS(5492), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5528), 32, + ACTIONS(5494), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457338,117 +458026,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [189838] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5054), 1, - sym_ref_qualifier, - STATE(5837), 1, - sym_trailing_return_type, - STATE(5900), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5302), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - [189923] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5742), 4, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9281), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5744), 26, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [189970] = 3, + [190696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 3, + ACTIONS(5574), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5512), 32, + ACTIONS(5576), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457481,117 +458066,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190013] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5736), 4, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9284), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5738), 26, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [190060] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9151), 1, - anon_sym_requires, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5041), 1, - sym_ref_qualifier, - STATE(5871), 1, - sym_trailing_return_type, - STATE(5911), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5291), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - [190145] = 3, + [190739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 3, + ACTIONS(5554), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5520), 32, + ACTIONS(5556), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457624,14 +458106,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190188] = 3, + [190782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5591), 3, + ACTIONS(5558), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5593), 32, + ACTIONS(5560), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457664,59 +458146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190231] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - STATE(4868), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4115), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(9287), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(4107), 24, - anon_sym_AMP, - anon_sym___extension__, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [190284] = 3, + [190825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5587), 3, + ACTIONS(5562), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5589), 32, + ACTIONS(5564), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457749,75 +458186,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190327] = 24, + [190868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(8123), 1, + ACTIONS(4169), 1, + anon_sym_SEMI, + ACTIONS(4117), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_DOT, + ACTIONS(4109), 25, + anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, - ACTIONS(9289), 1, - sym_identifier, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9295), 1, - anon_sym_enum, - ACTIONS(9297), 1, - anon_sym_class, - ACTIONS(9299), 1, - anon_sym_struct, - ACTIONS(9301), 1, - anon_sym_union, - ACTIONS(9303), 1, - anon_sym_typename, - STATE(1912), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, - sym_decltype_auto, - STATE(2665), 1, - sym_qualified_type_identifier, - STATE(4127), 1, - sym_type_specifier, - STATE(5006), 1, - sym_argument_list, - STATE(6515), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(2542), 2, - sym_decltype, - sym_template_type, - ACTIONS(2605), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9293), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2637), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [190412] = 3, + 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_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_LT_EQ_GT, + anon_sym_or, + anon_sym_and, + anon_sym_bitor, + anon_sym_xor, + anon_sym_bitand, + anon_sym_not_eq, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT_STAR, + anon_sym_DASH_GT, + [190913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5488), 3, + ACTIONS(5570), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5490), 32, + ACTIONS(5572), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457850,14 +458267,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190455] = 3, + [190956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5581), 3, + ACTIONS(5520), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5583), 32, + ACTIONS(5522), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -457890,41 +458307,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190498] = 10, + [190999] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5361), 1, - sym_auto, - ACTIONS(5363), 1, - anon_sym_decltype, - STATE(1624), 1, + ACTIONS(2887), 1, + anon_sym_const, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8367), 1, + anon_sym_STAR, + ACTIONS(8369), 1, + anon_sym_AMP_AMP, + ACTIONS(8371), 1, + anon_sym_AMP, + STATE(3025), 1, + sym_parameter_list, + STATE(4239), 1, sym_alignas_qualifier, - STATE(1825), 1, - sym_decltype_auto, - ACTIONS(67), 2, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6680), 1, + sym__abstract_declarator, + ACTIONS(8049), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(5040), 2, + STATE(4063), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(9307), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(9305), 10, - anon_sym_AMP, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(65), 14, + ACTIONS(8290), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8041), 13, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -457937,136 +458360,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [190555] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5044), 1, - sym_ref_qualifier, - STATE(5982), 1, - sym_trailing_return_type, - STATE(6078), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5288), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - [190640] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9309), 1, - sym_identifier, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9315), 1, - anon_sym_enum, - ACTIONS(9317), 1, - anon_sym_class, - ACTIONS(9319), 1, - anon_sym_struct, - ACTIONS(9321), 1, - anon_sym_union, - ACTIONS(9323), 1, - sym_auto, - ACTIONS(9325), 1, - anon_sym_decltype, - ACTIONS(9327), 1, - anon_sym_typename, - STATE(1581), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2907), 1, - sym_primitive_type, - STATE(2989), 1, - sym_type_specifier, - STATE(3613), 1, - sym_qualified_type_identifier, - STATE(3617), 1, - sym_decltype_auto, - STATE(4988), 1, - sym_argument_list, - STATE(6555), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(3421), 2, - sym_decltype, - sym_template_type, - ACTIONS(5062), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9313), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3612), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [190725] = 3, + [191068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5569), 3, + ACTIONS(5542), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5571), 32, + ACTIONS(5544), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -458099,14 +458400,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190768] = 3, + [191111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 3, + ACTIONS(5586), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5516), 32, + ACTIONS(5588), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -458139,28 +458440,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [190811] = 5, + [191154] = 3, ACTIONS(3), 1, sym_comment, - STATE(4920), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(5790), 4, + ACTIONS(5594), 3, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_const, + ACTIONS(5596), 32, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACE, - ACTIONS(9329), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5792), 26, - anon_sym_AMP, + anon_sym_SEMI, anon_sym___extension__, anon_sym___attribute__, - anon_sym___attribute, - anon_sym___based, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -458175,203 +458473,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - sym_auto, - anon_sym_decltype, - [190858] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9332), 1, - sym_identifier, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9338), 1, - anon_sym_enum, - ACTIONS(9340), 1, - anon_sym_class, - ACTIONS(9342), 1, - anon_sym_struct, - ACTIONS(9344), 1, - anon_sym_union, - ACTIONS(9346), 1, - sym_auto, - ACTIONS(9348), 1, - anon_sym_decltype, - ACTIONS(9350), 1, - anon_sym_typename, - STATE(1565), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2734), 1, - sym_primitive_type, - STATE(2770), 1, - sym_type_specifier, - STATE(3196), 1, - sym_qualified_type_identifier, - STATE(3219), 1, - sym_decltype_auto, - STATE(5020), 1, - sym_argument_list, - STATE(6554), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(3072), 2, - sym_decltype, - sym_template_type, - ACTIONS(5010), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9336), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3222), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [190943] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9332), 1, - sym_identifier, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9338), 1, - anon_sym_enum, - ACTIONS(9340), 1, - anon_sym_class, - ACTIONS(9342), 1, - anon_sym_struct, - ACTIONS(9344), 1, - anon_sym_union, - ACTIONS(9346), 1, - sym_auto, - ACTIONS(9348), 1, - anon_sym_decltype, - ACTIONS(9350), 1, - anon_sym_typename, - STATE(1565), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2734), 1, - sym_primitive_type, - STATE(2792), 1, - sym_type_specifier, - STATE(3196), 1, - sym_qualified_type_identifier, - STATE(3219), 1, - sym_decltype_auto, - STATE(5019), 1, - sym_argument_list, - STATE(6554), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(3072), 2, - sym_decltype, - sym_template_type, - ACTIONS(5010), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9336), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3222), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [191028] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(9309), 1, - sym_identifier, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9315), 1, - anon_sym_enum, - ACTIONS(9317), 1, - anon_sym_class, - ACTIONS(9319), 1, - anon_sym_struct, - ACTIONS(9321), 1, - anon_sym_union, - ACTIONS(9323), 1, sym_auto, - ACTIONS(9325), 1, anon_sym_decltype, - ACTIONS(9327), 1, - anon_sym_typename, - STATE(1581), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2907), 1, - sym_primitive_type, - STATE(2938), 1, - sym_type_specifier, - STATE(3613), 1, - sym_qualified_type_identifier, - STATE(3617), 1, - sym_decltype_auto, - STATE(4979), 1, - sym_argument_list, - STATE(6555), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(3421), 2, - sym_decltype, - sym_template_type, - ACTIONS(5062), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9313), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(3612), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [191113] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [191197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5565), 3, + ACTIONS(5468), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5567), 32, + ACTIONS(5470), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -458404,60 +458520,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [191156] = 24, + [191240] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, + ACTIONS(2633), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(2635), 1, anon_sym_decltype, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9200), 1, + ACTIONS(9191), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9197), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9199), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9201), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9203), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9205), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1966), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2197), 1, sym_primitive_type, - STATE(3982), 1, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4166), 1, sym_type_specifier, - STATE(5007), 1, + STATE(4980), 1, sym_argument_list, - STATE(6510), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9195), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -458465,121 +458581,121 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [191241] = 24, + [191325] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5064), 1, + STATE(5045), 1, sym_ref_qualifier, - STATE(5953), 1, + STATE(5882), 1, sym_trailing_return_type, - STATE(6079), 1, + STATE(6119), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5305), 3, + STATE(5303), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8930), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [191326] = 24, + anon_sym_EQ, + anon_sym_try, + [191410] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9156), 1, + ACTIONS(9260), 1, + sym_identifier, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9162), 1, + ACTIONS(9266), 1, + anon_sym_enum, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(9168), 1, - sym_auto, - ACTIONS(9170), 1, - anon_sym_decltype, - ACTIONS(9183), 1, - sym_identifier, - ACTIONS(9187), 1, - anon_sym_enum, - ACTIONS(9189), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1547), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2082), 1, - sym_type_specifier, - STATE(2200), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2329), 1, + STATE(2093), 1, sym_primitive_type, - STATE(5015), 1, + STATE(4003), 1, + sym_type_specifier, + STATE(5001), 1, sym_argument_list, - STATE(6535), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9185), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -458587,100 +458703,60 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [191411] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5476), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5478), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [191454] = 24, + [191495] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2639), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(2641), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9289), 1, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(9291), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9295), 1, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(9297), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(9299), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(9301), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(9303), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1912), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4138), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(3962), 1, sym_type_specifier, - STATE(5024), 1, + STATE(5027), 1, sym_argument_list, - STATE(6515), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2542), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9293), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -458688,140 +458764,182 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [191539] = 3, + [191580] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 3, - anon_sym_AMP, + ACTIONS(43), 1, anon_sym___attribute, - anon_sym_const, - ACTIONS(5540), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, anon_sym___attribute__, - anon_sym_LBRACE, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5056), 1, + sym_ref_qualifier, + STATE(5851), 1, + sym_trailing_return_type, + STATE(6037), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5291), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - anon_sym_requires, - [191582] = 3, + [191665] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5480), 3, - anon_sym_AMP, + ACTIONS(43), 1, anon_sym___attribute, - anon_sym_const, - ACTIONS(5482), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, anon_sym___attribute__, - anon_sym_LBRACE, + ACTIONS(7256), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(5042), 1, + sym_ref_qualifier, + STATE(6003), 1, + sym_trailing_return_type, + STATE(6090), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [191625] = 24, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5299), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + [191750] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9246), 1, + ACTIONS(9332), 1, sym_identifier, - ACTIONS(9248), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9252), 1, + ACTIONS(9338), 1, anon_sym_enum, - ACTIONS(9254), 1, + ACTIONS(9340), 1, anon_sym_class, - ACTIONS(9256), 1, + ACTIONS(9342), 1, anon_sym_struct, - ACTIONS(9258), 1, + ACTIONS(9344), 1, anon_sym_union, - ACTIONS(9260), 1, + ACTIONS(9346), 1, sym_auto, - ACTIONS(9262), 1, + ACTIONS(9348), 1, anon_sym_decltype, - ACTIONS(9264), 1, + ACTIONS(9350), 1, anon_sym_typename, STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2684), 1, + STATE(2703), 1, sym_primitive_type, - STATE(2725), 1, + STATE(2737), 1, sym_type_specifier, - STATE(3011), 1, + STATE(3060), 1, sym_decltype_auto, - STATE(3066), 1, + STATE(3074), 1, sym_qualified_type_identifier, - STATE(4982), 1, + STATE(4984), 1, sym_argument_list, - STATE(6551), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2941), 2, + STATE(2970), 2, sym_decltype, sym_template_type, ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9250), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2996), 7, + STATE(3064), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -458829,180 +458947,60 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [191710] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5439), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5441), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [191753] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5514), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5516), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [191796] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5561), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5563), 32, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___extension__, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [191839] = 24, + [191835] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(8123), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(9200), 1, + ACTIONS(9332), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9338), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9340), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9342), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9344), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9346), 1, + sym_auto, + ACTIONS(9348), 1, + anon_sym_decltype, + ACTIONS(9350), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2703), 1, sym_primitive_type, - STATE(4079), 1, + STATE(2718), 1, sym_type_specifier, - STATE(5028), 1, + STATE(3060), 1, + sym_decltype_auto, + STATE(3074), 1, + sym_qualified_type_identifier, + STATE(4987), 1, sym_argument_list, - STATE(6510), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(2970), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(3064), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -459010,14 +459008,14 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [191924] = 3, + [191920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 3, + ACTIONS(5455), 3, anon_sym_AMP, anon_sym___attribute, anon_sym_const, - ACTIONS(5524), 32, + ACTIONS(5457), 32, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -459050,25 +459048,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [191967] = 3, + [191963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5573), 3, - anon_sym_AMP, - anon_sym___attribute, - anon_sym_const, - ACTIONS(5575), 32, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(5778), 4, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_SEMI, + anon_sym_LBRACE, + ACTIONS(9352), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5780), 26, + anon_sym_AMP, anon_sym___extension__, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + anon_sym___attribute, + anon_sym___based, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -459083,26 +459084,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, sym_auto, anon_sym_decltype, + [192010] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(5112), 1, + sym_ref_qualifier, + STATE(6157), 1, + sym_trailing_return_type, + STATE(6163), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5311), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [192010] = 5, + [192094] = 5, ACTIONS(3), 1, sym_comment, - STATE(1813), 1, + STATE(1787), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6019), 3, + ACTIONS(5992), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6017), 28, + ACTIONS(5990), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459131,76 +459191,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192056] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(8998), 1, - anon_sym___attribute__, - ACTIONS(9001), 1, - anon_sym___attribute, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5606), 1, - sym_trailing_return_type, - STATE(5731), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5244), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [192134] = 5, + [192140] = 5, ACTIONS(3), 1, sym_comment, - STATE(1799), 1, + STATE(1826), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5954), 3, + ACTIONS(5996), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5952), 28, + ACTIONS(5994), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459229,19 +459232,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192180] = 5, + [192186] = 5, ACTIONS(3), 1, sym_comment, - STATE(1795), 1, + STATE(1814), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5988), 3, + ACTIONS(6040), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5986), 28, + ACTIONS(6038), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459270,56 +459273,56 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192226] = 21, + [192232] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(9357), 1, + ACTIONS(8932), 1, anon_sym___attribute__, - ACTIONS(9360), 1, + ACTIONS(8935), 1, anon_sym___attribute, - ACTIONS(9363), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5574), 1, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(5522), 1, sym_trailing_return_type, - STATE(5710), 1, + STATE(5688), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5210), 3, + STATE(5232), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 7, + ACTIONS(8930), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -459327,28 +459330,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [192304] = 10, + [192310] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + STATE(1818), 1, + sym_attribute_specifier, + ACTIONS(43), 2, anon_sym___attribute__, - ACTIONS(7027), 1, anon_sym___attribute, - ACTIONS(8479), 1, + ACTIONS(5955), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(5953), 28, + anon_sym_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [192356] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(8463), 1, anon_sym_LBRACE, - ACTIONS(9368), 1, + ACTIONS(9358), 1, anon_sym_COLON, - STATE(4336), 1, + STATE(4295), 1, sym__enum_base_clause, - STATE(4390), 1, + STATE(4427), 1, sym_enumerator_list, - STATE(4567), 1, + STATE(4575), 1, sym_attribute_specifier, - ACTIONS(6256), 3, + ACTIONS(6258), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(6258), 24, + ACTIONS(6260), 24, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, @@ -459373,27 +459417,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [192360] = 5, + [192412] = 9, ACTIONS(3), 1, sym_comment, - STATE(1791), 1, - sym_attribute_specifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5996), 3, + ACTIONS(3757), 1, + anon_sym_LBRACE, + ACTIONS(9360), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(5994), 28, + STATE(2203), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3755), 1, + sym_argument_list, + STATE(4796), 1, + sym_initializer_list, + ACTIONS(5455), 2, anon_sym_AMP, - anon_sym___extension__, - anon_sym___based, + anon_sym_const, + ACTIONS(6067), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_const, + ACTIONS(5457), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym___extension__, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -459408,93 +459459,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [192406] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5162), 1, - sym_ref_qualifier, - STATE(6185), 1, - sym_trailing_return_type, - STATE(6196), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5309), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_GT2, - [192490] = 5, + [192466] = 10, ACTIONS(3), 1, sym_comment, - STATE(1831), 1, - sym_attribute_specifier, - ACTIONS(43), 2, + ACTIONS(6965), 1, anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(6002), 3, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(9358), 1, + anon_sym_COLON, + STATE(4335), 1, + sym__enum_base_clause, + STATE(4447), 1, + sym_enumerator_list, + STATE(4634), 1, + sym_attribute_specifier, + ACTIONS(6202), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(6204), 24, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6000), 28, - anon_sym_AMP, anon_sym___extension__, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, + anon_sym_LBRACK_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -459509,25 +459503,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, sym_auto, anon_sym_decltype, - [192536] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [192522] = 5, ACTIONS(3), 1, sym_comment, - STATE(1822), 1, + STATE(1799), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6006), 3, + ACTIONS(5969), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6004), 28, + ACTIONS(5967), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459556,136 +459549,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192582] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9370), 1, - anon_sym_requires, - STATE(5151), 1, - sym_ref_qualifier, - STATE(6219), 1, - sym_trailing_return_type, - STATE(6227), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5306), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [192666] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(8998), 1, - anon_sym___attribute__, - ACTIONS(9001), 1, - anon_sym___attribute, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5658), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5256), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [192744] = 5, + [192568] = 5, ACTIONS(3), 1, sym_comment, - STATE(1804), 1, + STATE(1808), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6023), 3, + ACTIONS(6036), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6021), 28, + ACTIONS(6034), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459714,56 +459590,56 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192790] = 21, + [192614] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(9357), 1, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(9365), 1, anon_sym___attribute__, - ACTIONS(9360), 1, + ACTIONS(9368), 1, anon_sym___attribute, - ACTIONS(9363), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, - anon_sym_requires, - STATE(5533), 1, + STATE(5550), 1, sym_trailing_return_type, - STATE(5662), 1, + STATE(5681), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5255), 3, + STATE(5218), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 7, + ACTIONS(9363), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -459771,64 +459647,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [192868] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(9379), 1, - anon_sym_LPAREN2, - STATE(2262), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3669), 1, - sym_argument_list, - STATE(4804), 1, - sym_initializer_list, - ACTIONS(5439), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(6111), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_AMP_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [192922] = 5, + [192692] = 5, ACTIONS(3), 1, sym_comment, - STATE(1817), 1, + STATE(1828), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5968), 3, + ACTIONS(6032), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5966), 28, + ACTIONS(6030), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459857,19 +459688,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [192968] = 5, + [192738] = 5, ACTIONS(3), 1, sym_comment, - STATE(1790), 1, + STATE(1825), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5960), 3, + ACTIONS(6020), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5958), 28, + ACTIONS(6018), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459898,65 +459729,76 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [193014] = 10, + [192784] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(8932), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(8935), 1, anon_sym___attribute, - ACTIONS(8479), 1, - anon_sym_LBRACE, - ACTIONS(9368), 1, - anon_sym_COLON, - STATE(4345), 1, - sym__enum_base_clause, - STATE(4382), 1, - sym_enumerator_list, - STATE(4603), 1, - sym_attribute_specifier, - ACTIONS(6250), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(6252), 24, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym___extension__, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5680), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - [193070] = 5, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5242), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [192862] = 5, ACTIONS(3), 1, sym_comment, - STATE(1806), 1, + STATE(1783), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5974), 3, + ACTIONS(5935), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5972), 28, + ACTIONS(5933), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -459985,19 +459827,19 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [193116] = 5, + [192908] = 5, ACTIONS(3), 1, sym_comment, - STATE(1789), 1, + STATE(1807), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(5984), 3, + ACTIONS(6060), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(5982), 28, + ACTIONS(6058), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -460026,19 +459868,76 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [193162] = 5, + [192954] = 21, ACTIONS(3), 1, sym_comment, - STATE(1826), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(9365), 1, + anon_sym___attribute__, + ACTIONS(9368), 1, + anon_sym___attribute, + ACTIONS(9371), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9379), 1, + anon_sym_requires, + STATE(5623), 1, + sym_trailing_return_type, + STATE(5689), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5241), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [193032] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1830), 1, sym_attribute_specifier, ACTIONS(43), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(6035), 3, + ACTIONS(6016), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(6033), 28, + ACTIONS(6014), 28, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -460067,211 +459966,157 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [193208] = 8, + [193078] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(9382), 1, - sym_ms_restrict_modifier, - STATE(5192), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(7114), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(9385), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(9388), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(4976), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(7116), 23, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [193259] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6872), 1, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5606), 1, + STATE(5110), 1, + sym_ref_qualifier, + STATE(6148), 1, sym_trailing_return_type, - STATE(5939), 1, + STATE(6153), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5260), 3, + STATE(5307), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 6, + ACTIONS(8930), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [193336] = 21, + anon_sym_GT2, + [193162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + STATE(1792), 1, + sym_attribute_specifier, + ACTIONS(43), 2, anon_sym___attribute__, - ACTIONS(7027), 1, anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, - anon_sym_LBRACK, - STATE(5574), 1, - sym_trailing_return_type, - STATE(5891), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5270), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 6, + ACTIONS(5959), 3, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [193413] = 22, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(5957), 28, + anon_sym_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + sym_auto, + anon_sym_decltype, + [193208] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9309), 1, + ACTIONS(9295), 1, sym_identifier, - ACTIONS(9311), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9315), 1, + ACTIONS(9301), 1, anon_sym_enum, - ACTIONS(9317), 1, + ACTIONS(9303), 1, anon_sym_class, - ACTIONS(9319), 1, + ACTIONS(9305), 1, anon_sym_struct, - ACTIONS(9321), 1, + ACTIONS(9307), 1, anon_sym_union, - ACTIONS(9323), 1, + ACTIONS(9309), 1, sym_auto, - ACTIONS(9325), 1, + ACTIONS(9311), 1, anon_sym_decltype, - ACTIONS(9327), 1, + ACTIONS(9313), 1, anon_sym_typename, - STATE(1581), 1, + STATE(1748), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2907), 1, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(3823), 1, sym_primitive_type, - STATE(2976), 1, + STATE(3954), 1, sym_type_specifier, - STATE(3613), 1, - sym_qualified_type_identifier, - STATE(3617), 1, + STATE(4067), 1, sym_decltype_auto, - STATE(6555), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3421), 2, + STATE(4049), 2, sym_decltype, sym_template_type, - ACTIONS(5062), 3, + ACTIONS(5412), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9313), 4, + ACTIONS(9299), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3612), 7, + STATE(4068), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460279,56 +460124,113 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193492] = 22, + [193287] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1798), 1, + ACTIONS(9214), 1, + sym_identifier, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9220), 1, anon_sym_enum, - ACTIONS(1800), 1, + ACTIONS(9222), 1, anon_sym_class, - ACTIONS(1802), 1, + ACTIONS(9224), 1, anon_sym_struct, - ACTIONS(1804), 1, + ACTIONS(9226), 1, anon_sym_union, - ACTIONS(1830), 1, + ACTIONS(9228), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(9230), 1, anon_sym_decltype, - ACTIONS(1834), 1, + ACTIONS(9232), 1, anon_sym_typename, - ACTIONS(7357), 1, + STATE(1567), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2711), 1, + sym_primitive_type, + STATE(3011), 1, + sym_type_specifier, + STATE(3160), 1, + sym_decltype_auto, + STATE(3215), 1, + sym_qualified_type_identifier, + STATE(6541), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(3020), 2, + sym_decltype, + sym_template_type, + ACTIONS(5010), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9218), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3265), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [193366] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(7455), 1, sym_identifier, - ACTIONS(7361), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - STATE(1720), 1, + ACTIONS(7461), 1, + anon_sym_class, + ACTIONS(7463), 1, + anon_sym_struct, + ACTIONS(7465), 1, + anon_sym_union, + ACTIONS(9384), 1, + anon_sym_enum, + ACTIONS(9386), 1, + anon_sym_typename, + STATE(2314), 1, sym_type_specifier, - STATE(1805), 1, + STATE(2412), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2980), 1, sym_primitive_type, - STATE(4022), 1, + STATE(4858), 1, aux_sym_sized_type_specifier_repeat1, STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(1792), 4, + ACTIONS(9382), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460336,112 +460238,170 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193571] = 21, + [193445] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5934), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5272), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [193648] = 22, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(3785), 1, + sym_identifier, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(3797), 1, + anon_sym_enum, + ACTIONS(3799), 1, + anon_sym_class, + ACTIONS(3801), 1, + anon_sym_struct, + ACTIONS(3803), 1, + anon_sym_union, + ACTIONS(3805), 1, + anon_sym_typename, + STATE(2314), 1, + sym_type_specifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2319), 2, + sym_decltype, + sym_template_type, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2367), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [193524] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(9191), 1, + sym_identifier, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9197), 1, + anon_sym_enum, + ACTIONS(9199), 1, + anon_sym_class, + ACTIONS(9201), 1, + anon_sym_struct, + ACTIONS(9203), 1, + anon_sym_union, + ACTIONS(9205), 1, + anon_sym_typename, + STATE(1966), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2197), 1, + sym_primitive_type, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(4152), 1, + sym_type_specifier, + STATE(6557), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_dependent_type_identifier, + STATE(2581), 2, + sym_decltype, + sym_template_type, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(9195), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2652), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_placeholder_type_specifier, + sym_class_specifier, + sym_dependent_type, + [193603] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9246), 1, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(9191), 1, sym_identifier, - ACTIONS(9248), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9252), 1, + ACTIONS(9197), 1, anon_sym_enum, - ACTIONS(9254), 1, + ACTIONS(9199), 1, anon_sym_class, - ACTIONS(9256), 1, + ACTIONS(9201), 1, anon_sym_struct, - ACTIONS(9258), 1, + ACTIONS(9203), 1, anon_sym_union, - ACTIONS(9260), 1, - sym_auto, - ACTIONS(9262), 1, - anon_sym_decltype, - ACTIONS(9264), 1, + ACTIONS(9205), 1, anon_sym_typename, - STATE(1559), 1, + STATE(1966), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2684), 1, + STATE(2197), 1, sym_primitive_type, - STATE(2740), 1, - sym_type_specifier, - STATE(3011), 1, - sym_decltype_auto, - STATE(3066), 1, + STATE(2642), 1, sym_qualified_type_identifier, - STATE(6551), 1, + STATE(2651), 1, + sym_decltype_auto, + STATE(4131), 1, + sym_type_specifier, + STATE(6557), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2941), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - ACTIONS(4990), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9250), 4, + ACTIONS(9195), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2996), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460449,56 +460409,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193727] = 22, + [193682] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(9289), 1, + ACTIONS(9171), 1, sym_identifier, - ACTIONS(9291), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9295), 1, + ACTIONS(9177), 1, anon_sym_enum, - ACTIONS(9297), 1, + ACTIONS(9179), 1, anon_sym_class, - ACTIONS(9299), 1, + ACTIONS(9181), 1, anon_sym_struct, - ACTIONS(9301), 1, + ACTIONS(9183), 1, anon_sym_union, - ACTIONS(9303), 1, + ACTIONS(9185), 1, + sym_auto, + ACTIONS(9187), 1, + anon_sym_decltype, + ACTIONS(9189), 1, anon_sym_typename, - STATE(1912), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2233), 1, + STATE(2887), 1, sym_primitive_type, - STATE(2584), 1, + STATE(3348), 1, sym_type_specifier, - STATE(2605), 1, - sym_decltype_auto, - STATE(2665), 1, + STATE(3447), 1, sym_qualified_type_identifier, - STATE(6515), 1, + STATE(3580), 1, + sym_decltype_auto, + STATE(6530), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2542), 2, + STATE(3326), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(5050), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9293), 4, + ACTIONS(9175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(3611), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460506,56 +460466,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193806] = 22, + [193761] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2607), 1, + ACTIONS(7431), 1, + sym_identifier, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(7439), 1, anon_sym_enum, - ACTIONS(2609), 1, + ACTIONS(7441), 1, anon_sym_class, - ACTIONS(2611), 1, + ACTIONS(7443), 1, anon_sym_struct, - ACTIONS(2613), 1, + ACTIONS(7445), 1, anon_sym_union, - ACTIONS(2639), 1, + ACTIONS(7447), 1, sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(2643), 1, - anon_sym_typename, ACTIONS(7449), 1, - sym_identifier, + anon_sym_decltype, ACTIONS(7451), 1, - anon_sym_COLON_COLON, - STATE(2233), 1, + anon_sym_typename, + STATE(3831), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(4336), 1, sym_primitive_type, - STATE(2584), 1, + STATE(4836), 1, sym_type_specifier, - STATE(2605), 1, + STATE(4886), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(4953), 1, sym_qualified_type_identifier, - STATE(4046), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(6524), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2542), 2, + STATE(4808), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(7437), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(2603), 4, + ACTIONS(7435), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(4887), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460563,56 +460523,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193885] = 22, + [193840] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7405), 1, + ACTIONS(9332), 1, sym_identifier, - ACTIONS(7407), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(7413), 1, + ACTIONS(9338), 1, anon_sym_enum, - ACTIONS(7415), 1, + ACTIONS(9340), 1, anon_sym_class, - ACTIONS(7417), 1, + ACTIONS(9342), 1, anon_sym_struct, - ACTIONS(7419), 1, + ACTIONS(9344), 1, anon_sym_union, - ACTIONS(7421), 1, + ACTIONS(9346), 1, sym_auto, - ACTIONS(7423), 1, + ACTIONS(9348), 1, anon_sym_decltype, - ACTIONS(7425), 1, + ACTIONS(9350), 1, anon_sym_typename, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, + STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4136), 1, + STATE(2703), 1, sym_primitive_type, - STATE(4366), 1, + STATE(2744), 1, sym_type_specifier, - STATE(4574), 1, + STATE(3060), 1, sym_decltype_auto, - STATE(6507), 1, + STATE(3074), 1, + sym_qualified_type_identifier, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2970), 2, sym_decltype, sym_template_type, - ACTIONS(7411), 3, + ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7409), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4636), 7, + STATE(3064), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460620,56 +460580,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [193964] = 22, + [193919] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(9200), 1, + ACTIONS(9171), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9177), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9179), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9181), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9183), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9185), 1, + sym_auto, + ACTIONS(9187), 1, + anon_sym_decltype, + ACTIONS(9189), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2887), 1, sym_primitive_type, - STATE(4088), 1, + STATE(2975), 1, sym_type_specifier, - STATE(6510), 1, + STATE(3447), 1, + sym_qualified_type_identifier, + STATE(3580), 1, + sym_decltype_auto, + STATE(6530), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(3326), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(5050), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(3611), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460677,112 +460637,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194043] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9376), 1, - anon_sym_requires, - STATE(5533), 1, - sym_trailing_return_type, - STATE(5932), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5275), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 6, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [194120] = 22, + [193998] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9309), 1, + ACTIONS(9171), 1, sym_identifier, - ACTIONS(9311), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9315), 1, + ACTIONS(9177), 1, anon_sym_enum, - ACTIONS(9317), 1, + ACTIONS(9179), 1, anon_sym_class, - ACTIONS(9319), 1, + ACTIONS(9181), 1, anon_sym_struct, - ACTIONS(9321), 1, + ACTIONS(9183), 1, anon_sym_union, - ACTIONS(9323), 1, + ACTIONS(9185), 1, sym_auto, - ACTIONS(9325), 1, + ACTIONS(9187), 1, anon_sym_decltype, - ACTIONS(9327), 1, + ACTIONS(9189), 1, anon_sym_typename, - STATE(1581), 1, + STATE(1594), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2907), 1, + STATE(2887), 1, sym_primitive_type, - STATE(2945), 1, + STATE(2948), 1, sym_type_specifier, - STATE(3613), 1, + STATE(3447), 1, sym_qualified_type_identifier, - STATE(3617), 1, + STATE(3580), 1, sym_decltype_auto, - STATE(6555), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3421), 2, + STATE(3326), 2, sym_decltype, sym_template_type, - ACTIONS(5062), 3, + ACTIONS(5050), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9313), 4, + ACTIONS(9175), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3612), 7, + STATE(3611), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460790,171 +460694,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194199] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5202), 1, - sym_ref_qualifier, - STATE(5953), 1, - sym_trailing_return_type, - STATE(6044), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5335), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [194282] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9397), 1, - anon_sym___asm, - STATE(5392), 1, - sym_trailing_return_type, - STATE(5648), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9394), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5257), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [194359] = 22, + [194077] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9156), 1, + ACTIONS(9332), 1, + sym_identifier, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9162), 1, + ACTIONS(9338), 1, + anon_sym_enum, + ACTIONS(9340), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9342), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9344), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9346), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9348), 1, anon_sym_decltype, - ACTIONS(9183), 1, - sym_identifier, - ACTIONS(9187), 1, - anon_sym_enum, - ACTIONS(9189), 1, + ACTIONS(9350), 1, anon_sym_typename, - STATE(1547), 1, + STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2091), 1, + STATE(2703), 1, + sym_primitive_type, + STATE(2750), 1, sym_type_specifier, - STATE(2200), 1, + STATE(3060), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(3074), 1, sym_qualified_type_identifier, - STATE(2329), 1, - sym_primitive_type, - STATE(6535), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(2970), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9185), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(3064), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -460962,112 +460751,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194438] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5677), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5258), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [194515] = 22, + [194156] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9154), 1, + ACTIONS(9214), 1, sym_identifier, - ACTIONS(9156), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9160), 1, + ACTIONS(9220), 1, anon_sym_enum, - ACTIONS(9162), 1, + ACTIONS(9222), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9224), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9226), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9228), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9230), 1, anon_sym_decltype, - ACTIONS(9172), 1, + ACTIONS(9232), 1, anon_sym_typename, - STATE(1546), 1, + STATE(1567), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2080), 1, + STATE(2711), 1, + sym_primitive_type, + STATE(2828), 1, sym_type_specifier, - STATE(2200), 1, + STATE(3160), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(3215), 1, sym_qualified_type_identifier, - STATE(2338), 1, - sym_primitive_type, - STATE(6535), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(3020), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(5010), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9158), 4, + ACTIONS(9218), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(3265), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461075,112 +460808,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194594] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5391), 1, - sym_trailing_return_type, - STATE(5656), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5267), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [194671] = 22, + [194235] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9154), 1, + ACTIONS(9214), 1, sym_identifier, - ACTIONS(9156), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9160), 1, + ACTIONS(9220), 1, anon_sym_enum, - ACTIONS(9162), 1, + ACTIONS(9222), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9224), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9226), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9228), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9230), 1, anon_sym_decltype, - ACTIONS(9172), 1, + ACTIONS(9232), 1, anon_sym_typename, - STATE(1546), 1, + STATE(1567), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2167), 1, + STATE(2711), 1, + sym_primitive_type, + STATE(2830), 1, sym_type_specifier, - STATE(2200), 1, + STATE(3160), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(3215), 1, sym_qualified_type_identifier, - STATE(2338), 1, - sym_primitive_type, - STATE(6535), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(3020), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(5010), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9158), 4, + ACTIONS(9218), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(3265), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461188,172 +460865,171 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194750] = 24, + [194314] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7345), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(7527), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(5180), 1, + STATE(5205), 1, sym_ref_qualifier, - STATE(6108), 1, - sym__function_attributes_end, - STATE(6185), 1, + STATE(5942), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6040), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(8930), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5339), 3, + STATE(5323), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [194397] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9394), 1, + anon_sym___asm, + STATE(5391), 1, + sym_trailing_return_type, + STATE(5685), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5265), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [194833] = 22, + ACTIONS(9363), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [194474] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9223), 1, + ACTIONS(9295), 1, sym_identifier, - ACTIONS(9225), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9229), 1, + ACTIONS(9301), 1, anon_sym_enum, - ACTIONS(9231), 1, + ACTIONS(9303), 1, anon_sym_class, - ACTIONS(9233), 1, + ACTIONS(9305), 1, anon_sym_struct, - ACTIONS(9235), 1, + ACTIONS(9307), 1, anon_sym_union, - ACTIONS(9237), 1, + ACTIONS(9309), 1, sym_auto, - ACTIONS(9239), 1, + ACTIONS(9311), 1, anon_sym_decltype, - ACTIONS(9241), 1, + ACTIONS(9313), 1, anon_sym_typename, - STATE(1742), 1, + STATE(1748), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(3804), 1, + STATE(3823), 1, sym_primitive_type, - STATE(3935), 1, - sym_type_specifier, - STATE(4066), 1, - sym_decltype_auto, - STATE(6557), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(4037), 2, - sym_decltype, - sym_template_type, - ACTIONS(5415), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9227), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(4065), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [194912] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_enum, - ACTIONS(73), 1, - anon_sym_class, - ACTIONS(75), 1, - anon_sym_struct, - ACTIONS(77), 1, - anon_sym_union, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(131), 1, - anon_sym_typename, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(5016), 1, - sym_identifier, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, - STATE(2104), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2324), 1, + STATE(3949), 1, sym_type_specifier, - STATE(2372), 1, + STATE(4067), 1, sym_decltype_auto, - STATE(2669), 1, - sym_primitive_type, - STATE(2993), 1, - sym_qualified_type_identifier, - STATE(6556), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(4049), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(5412), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(57), 4, + ACTIONS(9299), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(4068), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461361,56 +461037,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [194991] = 22, + [194553] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9246), 1, + ACTIONS(9332), 1, sym_identifier, - ACTIONS(9248), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9252), 1, + ACTIONS(9338), 1, anon_sym_enum, - ACTIONS(9254), 1, + ACTIONS(9340), 1, anon_sym_class, - ACTIONS(9256), 1, + ACTIONS(9342), 1, anon_sym_struct, - ACTIONS(9258), 1, + ACTIONS(9344), 1, anon_sym_union, - ACTIONS(9260), 1, + ACTIONS(9346), 1, sym_auto, - ACTIONS(9262), 1, + ACTIONS(9348), 1, anon_sym_decltype, - ACTIONS(9264), 1, + ACTIONS(9350), 1, anon_sym_typename, STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2684), 1, + STATE(2703), 1, sym_primitive_type, - STATE(2731), 1, + STATE(2962), 1, sym_type_specifier, - STATE(3011), 1, + STATE(3060), 1, sym_decltype_auto, - STATE(3066), 1, + STATE(3074), 1, sym_qualified_type_identifier, - STATE(6551), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2941), 2, + STATE(2970), 2, sym_decltype, sym_template_type, ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9250), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2996), 7, + STATE(3064), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461418,56 +461094,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195070] = 22, + [194632] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9154), 1, + ACTIONS(9148), 1, sym_identifier, - ACTIONS(9156), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9160), 1, + ACTIONS(9154), 1, anon_sym_enum, - ACTIONS(9162), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9162), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9164), 1, anon_sym_decltype, - ACTIONS(9172), 1, + ACTIONS(9166), 1, anon_sym_typename, - STATE(1546), 1, + STATE(1544), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2091), 1, + STATE(2073), 1, sym_type_specifier, - STATE(2200), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(2338), 1, + STATE(2341), 1, sym_primitive_type, - STATE(6535), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9158), 4, + ACTIONS(9152), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461475,56 +461151,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195149] = 22, + [194711] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7391), 1, + ACTIONS(9148), 1, sym_identifier, - ACTIONS(7393), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(7397), 1, + ACTIONS(9154), 1, + anon_sym_enum, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(9402), 1, - anon_sym_enum, - ACTIONS(9404), 1, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9166), 1, anon_sym_typename, - STATE(2372), 1, + STATE(1544), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2074), 1, + sym_type_specifier, + STATE(2287), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(2970), 1, + STATE(2341), 1, sym_primitive_type, - STATE(4834), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(6550), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(6814), 1, - sym_type_specifier, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9400), 4, + ACTIONS(9152), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461532,286 +461208,168 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195228] = 21, + [194790] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6879), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, - anon_sym_requires, - ACTIONS(9397), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9127), 1, anon_sym___asm, - STATE(5533), 1, + ACTIONS(9130), 1, + anon_sym_requires, + STATE(5433), 1, sym_trailing_return_type, - STATE(5676), 1, + STATE(5692), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(9373), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5268), 3, + STATE(5259), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [195305] = 24, + anon_sym_try, + [194867] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5182), 1, - sym_ref_qualifier, - STATE(5982), 1, - sym_trailing_return_type, - STATE(6114), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5317), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [195388] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5606), 1, + STATE(5550), 1, sym_trailing_return_type, - STATE(5639), 1, + STATE(5891), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5261), 3, + STATE(5264), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_COMMA, + ACTIONS(9363), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [195465] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - STATE(5174), 1, - sym_ref_qualifier, - STATE(5391), 1, - sym_trailing_return_type, - STATE(6144), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5330), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [195548] = 22, + anon_sym_try, + [194944] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(9289), 1, - sym_identifier, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9295), 1, + ACTIONS(1798), 1, anon_sym_enum, - ACTIONS(9297), 1, + ACTIONS(1800), 1, anon_sym_class, - ACTIONS(9299), 1, + ACTIONS(1802), 1, anon_sym_struct, - ACTIONS(9301), 1, + ACTIONS(1804), 1, anon_sym_union, - ACTIONS(9303), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(1834), 1, anon_sym_typename, - STATE(1912), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, + ACTIONS(7371), 1, + sym_identifier, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + STATE(1691), 1, + sym_type_specifier, + STATE(1822), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(4144), 1, - sym_type_specifier, - STATE(6515), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6508), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2542), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9293), 4, + ACTIONS(1792), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461819,56 +461377,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195627] = 22, + [195023] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1830), 1, sym_auto, ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(9200), 1, + ACTIONS(7472), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(7478), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(7480), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(7482), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(7484), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(7486), 1, anon_sym_typename, - STATE(1683), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, + STATE(1691), 1, + sym_type_specifier, + STATE(1822), 1, sym_decltype_auto, - STATE(1988), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(4393), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(5041), 1, sym_primitive_type, - STATE(3970), 1, - sym_type_specifier, - STATE(6510), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(1770), 2, sym_decltype, sym_template_type, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461876,56 +461434,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195706] = 22, + [195102] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9394), 1, + anon_sym___asm, + ACTIONS(9397), 1, + anon_sym_requires, + STATE(5474), 1, + sym_trailing_return_type, + STATE(5693), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5263), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [195179] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9246), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(9248), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9252), 1, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(9254), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(9256), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(9258), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(9260), 1, - sym_auto, - ACTIONS(9262), 1, - anon_sym_decltype, - ACTIONS(9264), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1559), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2684), 1, - sym_primitive_type, - STATE(2984), 1, - sym_type_specifier, - STATE(3011), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(3066), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(6551), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(3979), 1, + sym_type_specifier, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2941), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(4990), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9250), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2996), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461933,56 +461547,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195785] = 22, + [195258] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(7421), 1, + ACTIONS(125), 1, sym_auto, - ACTIONS(7423), 1, + ACTIONS(127), 1, anon_sym_decltype, - ACTIONS(7513), 1, - sym_identifier, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(7517), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1866), 1, anon_sym_enum, - ACTIONS(7519), 1, + ACTIONS(1868), 1, anon_sym_class, - ACTIONS(7521), 1, + ACTIONS(1870), 1, anon_sym_struct, - ACTIONS(7523), 1, + ACTIONS(1872), 1, anon_sym_union, - ACTIONS(7525), 1, + ACTIONS(1898), 1, anon_sym_typename, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(3461), 1, + ACTIONS(4817), 1, + sym_identifier, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, + STATE(2121), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4136), 1, - sym_primitive_type, - STATE(4366), 1, + STATE(2314), 1, sym_type_specifier, - STATE(4574), 1, + STATE(2412), 1, sym_decltype_auto, - STATE(6517), 1, + STATE(2637), 1, + sym_primitive_type, + STATE(2949), 1, + sym_qualified_type_identifier, + STATE(6531), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(7411), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7409), 4, + ACTIONS(57), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4636), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -461990,56 +461604,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195864] = 22, + [195337] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7391), 1, + ACTIONS(7405), 1, sym_identifier, - ACTIONS(7393), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(7397), 1, + ACTIONS(7413), 1, + anon_sym_enum, + ACTIONS(7415), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(7417), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(7419), 1, anon_sym_union, - ACTIONS(9402), 1, - anon_sym_enum, - ACTIONS(9404), 1, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7425), 1, anon_sym_typename, - STATE(2372), 1, - sym_decltype_auto, - STATE(2674), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4834), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(6550), 1, - sym__scope_resolution, - STATE(6762), 1, + STATE(4169), 1, + sym_primitive_type, + STATE(4402), 1, sym_type_specifier, - STATE(8540), 1, + STATE(4605), 1, + sym_decltype_auto, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9400), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462047,287 +461661,115 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [195943] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5179), 1, - sym_ref_qualifier, - STATE(5447), 1, - sym_trailing_return_type, - STATE(6134), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5322), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [196026] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9397), 1, - anon_sym___asm, - STATE(5574), 1, - sym_trailing_return_type, - STATE(5686), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9394), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5259), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [196103] = 24, + [195416] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7527), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9370), 1, + ACTIONS(9355), 1, anon_sym_requires, - STATE(5196), 1, + STATE(5178), 1, sym_ref_qualifier, - STATE(6063), 1, + STATE(6068), 1, sym__function_attributes_end, - STATE(6219), 1, + STATE(6157), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9321), 2, anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5324), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [196186] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(9200), 1, - sym_identifier, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9206), 1, - anon_sym_enum, - ACTIONS(9208), 1, - anon_sym_class, - ACTIONS(9210), 1, - anon_sym_struct, - ACTIONS(9212), 1, - anon_sym_union, - ACTIONS(9214), 1, - anon_sym_typename, - STATE(1683), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1720), 1, - sym_type_specifier, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, - sym_primitive_type, - STATE(6510), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(1765), 2, - sym_decltype, - sym_template_type, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(9204), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1800), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [196265] = 22, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5329), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [195499] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9162), 1, - anon_sym_class, - ACTIONS(9164), 1, - anon_sym_struct, - ACTIONS(9166), 1, - anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(1830), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(9183), 1, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(9187), 1, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(9189), 1, + ACTIONS(9268), 1, + anon_sym_class, + ACTIONS(9270), 1, + anon_sym_struct, + ACTIONS(9272), 1, + anon_sym_union, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1547), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2080), 1, + STATE(1691), 1, sym_type_specifier, - STATE(2200), 1, + STATE(1734), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1822), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2329), 1, + STATE(2093), 1, sym_primitive_type, - STATE(6535), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2160), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9185), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462335,56 +461777,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196344] = 22, + [195578] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1830), 1, sym_auto, - ACTIONS(127), 1, + ACTIONS(1832), 1, anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(3265), 1, + ACTIONS(9260), 1, + sym_identifier, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(3267), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(3269), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(3271), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(3273), 1, + ACTIONS(9274), 1, anon_sym_typename, - ACTIONS(5016), 1, - sym_identifier, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, - STATE(2104), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2324), 1, - sym_type_specifier, - STATE(2372), 1, + STATE(1822), 1, sym_decltype_auto, - STATE(2669), 1, - sym_primitive_type, - STATE(2993), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(6556), 1, + STATE(2093), 1, + sym_primitive_type, + STATE(4085), 1, + sym_type_specifier, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(57), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462392,44 +461834,44 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196423] = 16, + [195657] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8286), 1, + ACTIONS(8290), 1, anon_sym_COLON, - ACTIONS(8463), 1, + ACTIONS(8475), 1, anon_sym_STAR, - ACTIONS(8465), 1, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - ACTIONS(8467), 1, + ACTIONS(8479), 1, anon_sym_AMP, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6785), 1, + STATE(6794), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -462443,56 +461885,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [196490] = 22, + [195724] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7477), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(7479), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(7485), 1, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(7487), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(7489), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(7491), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(7493), 1, - sym_auto, - ACTIONS(7495), 1, - anon_sym_decltype, - ACTIONS(7497), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(3840), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4335), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, sym_primitive_type, - STATE(4775), 1, + STATE(4088), 1, sym_type_specifier, - STATE(4900), 1, - sym_qualified_type_identifier, - STATE(4946), 1, - sym_decltype_auto, - STATE(6514), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(4829), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(7483), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7481), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4949), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462500,56 +461942,115 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196569] = 22, + [195803] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + STATE(5189), 1, + sym_ref_qualifier, + STATE(5390), 1, + sym_trailing_return_type, + STATE(6192), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5316), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [195886] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9332), 1, + ACTIONS(7421), 1, + sym_auto, + ACTIONS(7423), 1, + anon_sym_decltype, + ACTIONS(7498), 1, sym_identifier, - ACTIONS(9334), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9338), 1, + ACTIONS(7502), 1, anon_sym_enum, - ACTIONS(9340), 1, + ACTIONS(7504), 1, anon_sym_class, - ACTIONS(9342), 1, + ACTIONS(7506), 1, anon_sym_struct, - ACTIONS(9344), 1, + ACTIONS(7508), 1, anon_sym_union, - ACTIONS(9346), 1, - sym_auto, - ACTIONS(9348), 1, - anon_sym_decltype, - ACTIONS(9350), 1, + ACTIONS(7510), 1, anon_sym_typename, - STATE(1565), 1, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2734), 1, + STATE(4169), 1, sym_primitive_type, - STATE(2768), 1, + STATE(4402), 1, sym_type_specifier, - STATE(3196), 1, - sym_qualified_type_identifier, - STATE(3219), 1, + STATE(4605), 1, sym_decltype_auto, - STATE(6554), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3072), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(5010), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9336), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3222), 7, + STATE(4615), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462557,56 +462058,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196648] = 22, + [195965] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9332), 1, + ACTIONS(7455), 1, sym_identifier, - ACTIONS(9334), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(9338), 1, + ACTIONS(7459), 1, anon_sym_enum, - ACTIONS(9340), 1, + ACTIONS(7461), 1, anon_sym_class, - ACTIONS(9342), 1, + ACTIONS(7463), 1, anon_sym_struct, - ACTIONS(9344), 1, + ACTIONS(7465), 1, anon_sym_union, - ACTIONS(9346), 1, - sym_auto, - ACTIONS(9348), 1, - anon_sym_decltype, - ACTIONS(9350), 1, + ACTIONS(7467), 1, anon_sym_typename, - STATE(1565), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2734), 1, - sym_primitive_type, - STATE(2759), 1, + STATE(2314), 1, sym_type_specifier, - STATE(3196), 1, - sym_qualified_type_identifier, - STATE(3219), 1, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2412), 1, sym_decltype_auto, - STATE(6554), 1, + STATE(2643), 1, + sym_qualified_type_identifier, + STATE(2980), 1, + sym_primitive_type, + STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3072), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(5010), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9336), 4, + ACTIONS(3795), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3222), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462614,56 +462115,107 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196727] = 22, + [196044] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(5723), 1, + anon_sym_COLON, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8475), 1, + anon_sym_STAR, + ACTIONS(8477), 1, + anon_sym_AMP_AMP, + ACTIONS(8479), 1, + anon_sym_AMP, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(3274), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6798), 1, + sym__abstract_declarator, + ACTIONS(8284), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1615), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [196111] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(9200), 1, + ACTIONS(9295), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9301), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9303), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9305), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9307), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9309), 1, + sym_auto, + ACTIONS(9311), 1, + anon_sym_decltype, + ACTIONS(9313), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1748), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, + STATE(1908), 1, sym_qualified_type_identifier, - STATE(2083), 1, + STATE(3823), 1, sym_primitive_type, - STATE(4004), 1, + STATE(4036), 1, sym_type_specifier, + STATE(4067), 1, + sym_decltype_auto, STATE(6510), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(4049), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(5412), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9299), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(4068), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462671,44 +462223,44 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196806] = 16, + [196190] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(5307), 1, + ACTIONS(5385), 1, anon_sym_const, - ACTIONS(6578), 1, - anon_sym_COLON, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8463), 1, + ACTIONS(8252), 1, + anon_sym_COLON, + ACTIONS(8475), 1, anon_sym_STAR, - ACTIONS(8465), 1, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - ACTIONS(8467), 1, + ACTIONS(8479), 1, anon_sym_AMP, - STATE(1630), 1, + STATE(1633), 1, sym_alignas_qualifier, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6817), 1, + STATE(6806), 1, sym__abstract_declarator, - ACTIONS(8278), 2, + ACTIONS(8284), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1613), 2, + STATE(1615), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8270), 13, + ACTIONS(8276), 13, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -462722,56 +462274,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - [196873] = 22, + [196257] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7391), 1, - sym_identifier, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(7397), 1, + ACTIONS(2601), 1, + anon_sym_enum, + ACTIONS(2603), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(2605), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(2607), 1, anon_sym_union, - ACTIONS(9402), 1, - anon_sym_enum, - ACTIONS(9404), 1, + ACTIONS(2633), 1, + sym_auto, + ACTIONS(2635), 1, + anon_sym_decltype, + ACTIONS(2637), 1, anon_sym_typename, - STATE(2324), 1, + ACTIONS(7523), 1, + sym_identifier, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + STATE(2197), 1, + sym_primitive_type, + STATE(2597), 1, sym_type_specifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2674), 1, + STATE(2642), 1, sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(4834), 1, + STATE(2651), 1, + sym_decltype_auto, + STATE(4043), 1, aux_sym_sized_type_specifier_repeat1, - STATE(6550), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9400), 4, + ACTIONS(2597), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462779,56 +462331,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [196952] = 22, + [196336] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(2639), 1, - sym_auto, - ACTIONS(2641), 1, - anon_sym_decltype, - ACTIONS(9289), 1, - sym_identifier, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9295), 1, + ACTIONS(71), 1, anon_sym_enum, - ACTIONS(9297), 1, + ACTIONS(73), 1, anon_sym_class, - ACTIONS(9299), 1, + ACTIONS(75), 1, anon_sym_struct, - ACTIONS(9301), 1, + ACTIONS(77), 1, anon_sym_union, - ACTIONS(9303), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(131), 1, anon_sym_typename, - STATE(1912), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(5016), 1, + sym_identifier, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, + STATE(2121), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2233), 1, - sym_primitive_type, - STATE(2605), 1, + STATE(2314), 1, + sym_type_specifier, + STATE(2412), 1, sym_decltype_auto, - STATE(2665), 1, + STATE(2637), 1, + sym_primitive_type, + STATE(2949), 1, sym_qualified_type_identifier, - STATE(4123), 1, - sym_type_specifier, - STATE(6515), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2542), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(2605), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9293), 4, + ACTIONS(57), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2637), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462836,112 +462388,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197031] = 21, + [196415] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9397), 1, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9127), 1, anon_sym___asm, - ACTIONS(9406), 1, - anon_sym_requires, - STATE(5448), 1, + STATE(5558), 1, sym_trailing_return_type, - STATE(5687), 1, + STATE(5701), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5271), 3, + STATE(5274), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - [197108] = 22, + anon_sym_COLON, + [196492] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(125), 1, sym_auto, ACTIONS(127), 1, anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1866), 1, - anon_sym_enum, - ACTIONS(1868), 1, + ACTIONS(7455), 1, + sym_identifier, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(7461), 1, anon_sym_class, - ACTIONS(1870), 1, + ACTIONS(7463), 1, anon_sym_struct, - ACTIONS(1872), 1, + ACTIONS(7465), 1, anon_sym_union, - ACTIONS(1898), 1, + ACTIONS(9384), 1, + anon_sym_enum, + ACTIONS(9386), 1, anon_sym_typename, - ACTIONS(4829), 1, - sym_identifier, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, - STATE(2104), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2324), 1, - sym_type_specifier, - STATE(2372), 1, + STATE(2412), 1, sym_decltype_auto, - STATE(2669), 1, - sym_primitive_type, - STATE(2993), 1, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(6512), 1, + STATE(2980), 1, + sym_primitive_type, + STATE(4858), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(6774), 1, + sym_type_specifier, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2319), 2, sym_decltype, sym_template_type, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(57), 4, + ACTIONS(9382), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -462949,56 +462501,115 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197187] = 22, + [196571] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(5192), 1, + sym_ref_qualifier, + STATE(6003), 1, + sym_trailing_return_type, + STATE(6065), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + STATE(5315), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [196654] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, - sym_auto, - ACTIONS(1832), 1, - anon_sym_decltype, - ACTIONS(7453), 1, + ACTIONS(9148), 1, sym_identifier, - ACTIONS(7455), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(7459), 1, + ACTIONS(9154), 1, anon_sym_enum, - ACTIONS(7461), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(7463), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(7465), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(7467), 1, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9166), 1, anon_sym_typename, - STATE(1720), 1, + STATE(1544), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2177), 1, sym_type_specifier, - STATE(1805), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(2674), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(4414), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(5045), 1, + STATE(2341), 1, sym_primitive_type, - STATE(6513), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7457), 4, + ACTIONS(9152), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463006,56 +462617,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197266] = 22, + [196733] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(9371), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9394), 1, + anon_sym___asm, + STATE(5550), 1, + sym_trailing_return_type, + STATE(5702), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5262), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [196810] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1830), 1, + ACTIONS(2633), 1, sym_auto, - ACTIONS(1832), 1, + ACTIONS(2635), 1, anon_sym_decltype, - ACTIONS(9200), 1, + ACTIONS(9191), 1, sym_identifier, - ACTIONS(9202), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9206), 1, + ACTIONS(9197), 1, anon_sym_enum, - ACTIONS(9208), 1, + ACTIONS(9199), 1, anon_sym_class, - ACTIONS(9210), 1, + ACTIONS(9201), 1, anon_sym_struct, - ACTIONS(9212), 1, + ACTIONS(9203), 1, anon_sym_union, - ACTIONS(9214), 1, + ACTIONS(9205), 1, anon_sym_typename, - STATE(1683), 1, + STATE(1966), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1805), 1, - sym_decltype_auto, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(2083), 1, + STATE(2197), 1, sym_primitive_type, - STATE(4106), 1, + STATE(2597), 1, sym_type_specifier, - STATE(6510), 1, + STATE(2642), 1, + sym_qualified_type_identifier, + STATE(2651), 1, + sym_decltype_auto, + STATE(6557), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(1765), 2, + STATE(2581), 2, sym_decltype, sym_template_type, - ACTIONS(1796), 3, + ACTIONS(2599), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9204), 4, + ACTIONS(9195), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1800), 7, + STATE(2652), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463063,56 +462730,150 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197345] = 22, + [196889] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9400), 1, + sym_ms_restrict_modifier, + STATE(5186), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(7111), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(9403), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(9406), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(5023), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(7113), 23, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [196940] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(5385), 1, + anon_sym_const, + ACTIONS(6604), 1, + anon_sym_COLON, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8475), 1, + anon_sym_STAR, + ACTIONS(8477), 1, + anon_sym_AMP_AMP, + ACTIONS(8479), 1, + anon_sym_AMP, + STATE(1633), 1, + sym_alignas_qualifier, + STATE(3274), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6760), 1, + sym__abstract_declarator, + ACTIONS(8284), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1615), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8276), 13, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [197007] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9223), 1, - sym_identifier, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9229), 1, + ACTIONS(3265), 1, anon_sym_enum, - ACTIONS(9231), 1, + ACTIONS(3267), 1, anon_sym_class, - ACTIONS(9233), 1, + ACTIONS(3269), 1, anon_sym_struct, - ACTIONS(9235), 1, + ACTIONS(3271), 1, anon_sym_union, - ACTIONS(9237), 1, - sym_auto, - ACTIONS(9239), 1, - anon_sym_decltype, - ACTIONS(9241), 1, + ACTIONS(3273), 1, anon_sym_typename, - STATE(1742), 1, + ACTIONS(5016), 1, + sym_identifier, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, + STATE(2121), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1988), 1, - sym_qualified_type_identifier, - STATE(3804), 1, - sym_primitive_type, - STATE(4038), 1, + STATE(2314), 1, sym_type_specifier, - STATE(4066), 1, + STATE(2412), 1, sym_decltype_auto, - STATE(6557), 1, + STATE(2637), 1, + sym_primitive_type, + STATE(2949), 1, + sym_qualified_type_identifier, + STATE(6540), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(4037), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(5415), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9227), 4, + ACTIONS(57), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4065), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463120,112 +462881,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197424] = 21, + [197086] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6879), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - ACTIONS(9134), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9379), 1, anon_sym_requires, - STATE(5447), 1, + STATE(5623), 1, sym_trailing_return_type, - STATE(5682), 1, + STATE(5896), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5269), 3, + STATE(5258), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 6, - anon_sym_COMMA, + ACTIONS(9363), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - [197501] = 22, + [197163] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9309), 1, + ACTIONS(1830), 1, + sym_auto, + ACTIONS(1832), 1, + anon_sym_decltype, + ACTIONS(9260), 1, sym_identifier, - ACTIONS(9311), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9315), 1, + ACTIONS(9266), 1, anon_sym_enum, - ACTIONS(9317), 1, + ACTIONS(9268), 1, anon_sym_class, - ACTIONS(9319), 1, + ACTIONS(9270), 1, anon_sym_struct, - ACTIONS(9321), 1, + ACTIONS(9272), 1, anon_sym_union, - ACTIONS(9323), 1, - sym_auto, - ACTIONS(9325), 1, - anon_sym_decltype, - ACTIONS(9327), 1, + ACTIONS(9274), 1, anon_sym_typename, - STATE(1581), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2907), 1, + STATE(1822), 1, + sym_decltype_auto, + STATE(1908), 1, + sym_qualified_type_identifier, + STATE(2093), 1, sym_primitive_type, - STATE(3304), 1, + STATE(3987), 1, sym_type_specifier, - STATE(3613), 1, - sym_qualified_type_identifier, - STATE(3617), 1, - sym_decltype_auto, - STATE(6555), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3421), 2, + STATE(1770), 2, sym_decltype, sym_template_type, - ACTIONS(5062), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9313), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3612), 7, + STATE(1790), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463233,56 +462994,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197580] = 22, + [197242] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(8946), 1, + anon_sym_requires, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(5522), 1, + sym_trailing_return_type, + STATE(5705), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5273), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [197319] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9332), 1, - sym_identifier, - ACTIONS(9334), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9338), 1, - anon_sym_enum, - ACTIONS(9340), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(9342), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(9344), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(9346), 1, + ACTIONS(9162), 1, sym_auto, - ACTIONS(9348), 1, + ACTIONS(9164), 1, anon_sym_decltype, - ACTIONS(9350), 1, + ACTIONS(9239), 1, + sym_identifier, + ACTIONS(9243), 1, + anon_sym_enum, + ACTIONS(9245), 1, anon_sym_typename, - STATE(1565), 1, + STATE(1542), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2734), 1, - sym_primitive_type, - STATE(3088), 1, + STATE(2177), 1, sym_type_specifier, - STATE(3196), 1, - sym_qualified_type_identifier, - STATE(3219), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(6554), 1, + STATE(2291), 1, + sym_qualified_type_identifier, + STATE(2305), 1, + sym_primitive_type, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(3072), 2, + STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(5010), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9336), 4, + ACTIONS(9241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3222), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463290,56 +463107,112 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197659] = 22, + [197398] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(9371), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9379), 1, + anon_sym_requires, + ACTIONS(9394), 1, + anon_sym___asm, + STATE(5623), 1, + sym_trailing_return_type, + STATE(5706), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5261), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [197475] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9156), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9162), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(9164), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(9166), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(9168), 1, + ACTIONS(9162), 1, sym_auto, - ACTIONS(9170), 1, + ACTIONS(9164), 1, anon_sym_decltype, - ACTIONS(9183), 1, + ACTIONS(9239), 1, sym_identifier, - ACTIONS(9187), 1, + ACTIONS(9243), 1, anon_sym_enum, - ACTIONS(9189), 1, + ACTIONS(9245), 1, anon_sym_typename, - STATE(1547), 1, + STATE(1542), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2167), 1, + STATE(2073), 1, sym_type_specifier, - STATE(2200), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(2222), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(2329), 1, + STATE(2305), 1, sym_primitive_type, - STATE(6535), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(4946), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9185), 4, + ACTIONS(9241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2201), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463347,56 +463220,56 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197738] = 22, + [197554] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(7391), 1, - sym_identifier, - ACTIONS(7393), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(7395), 1, - anon_sym_enum, - ACTIONS(7397), 1, + ACTIONS(9156), 1, anon_sym_class, - ACTIONS(7399), 1, + ACTIONS(9158), 1, anon_sym_struct, - ACTIONS(7401), 1, + ACTIONS(9160), 1, anon_sym_union, - ACTIONS(7403), 1, + ACTIONS(9162), 1, + sym_auto, + ACTIONS(9164), 1, + anon_sym_decltype, + ACTIONS(9239), 1, + sym_identifier, + ACTIONS(9243), 1, + anon_sym_enum, + ACTIONS(9245), 1, anon_sym_typename, - STATE(2324), 1, + STATE(1542), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2074), 1, sym_type_specifier, - STATE(2372), 1, + STATE(2287), 1, sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, + STATE(2291), 1, sym_qualified_type_identifier, - STATE(2970), 1, + STATE(2305), 1, sym_primitive_type, - STATE(6550), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(2322), 2, + STATE(2160), 2, sym_decltype, sym_template_type, - ACTIONS(69), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(3795), 4, + ACTIONS(9241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2364), 7, + STATE(2288), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463404,215 +463277,227 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [197817] = 16, + [197633] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(5695), 1, - anon_sym_COLON, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8463), 1, - anon_sym_STAR, - ACTIONS(8465), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(8467), 1, + ACTIONS(6868), 1, anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(3319), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6823), 1, - sym__abstract_declarator, - ACTIONS(8278), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1613), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [197884] = 22, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(5171), 1, + sym_ref_qualifier, + STATE(6089), 1, + sym__function_attributes_end, + STATE(6148), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5313), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [197716] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(125), 1, - sym_auto, - ACTIONS(127), 1, - anon_sym_decltype, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(3785), 1, - sym_identifier, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(3797), 1, - anon_sym_enum, - ACTIONS(3799), 1, - anon_sym_class, - ACTIONS(3801), 1, - anon_sym_struct, - ACTIONS(3803), 1, - anon_sym_union, - ACTIONS(3805), 1, - anon_sym_typename, - STATE(2324), 1, - sym_type_specifier, - STATE(2372), 1, - sym_decltype_auto, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2674), 1, - sym_qualified_type_identifier, - STATE(2970), 1, - sym_primitive_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_dependent_type_identifier, - STATE(2322), 2, - sym_decltype, - sym_template_type, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2364), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_placeholder_type_specifier, - sym_class_specifier, - sym_dependent_type, - [197963] = 16, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(5390), 1, + sym_trailing_return_type, + STATE(5684), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5257), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [197793] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(5307), 1, - anon_sym_const, - ACTIONS(7982), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(8296), 1, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5931), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5268), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(8463), 1, - anon_sym_STAR, - ACTIONS(8465), 1, - anon_sym_AMP_AMP, - ACTIONS(8467), 1, - anon_sym_AMP, - STATE(1630), 1, - sym_alignas_qualifier, - STATE(3319), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6773), 1, - sym__abstract_declarator, - ACTIONS(8278), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1613), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8270), 13, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [198030] = 22, + anon_sym_try, + [197870] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(125), 1, + sym_auto, + ACTIONS(127), 1, + anon_sym_decltype, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(9223), 1, + ACTIONS(7455), 1, sym_identifier, - ACTIONS(9225), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(9229), 1, - anon_sym_enum, - ACTIONS(9231), 1, + ACTIONS(7461), 1, anon_sym_class, - ACTIONS(9233), 1, + ACTIONS(7463), 1, anon_sym_struct, - ACTIONS(9235), 1, + ACTIONS(7465), 1, anon_sym_union, - ACTIONS(9237), 1, - sym_auto, - ACTIONS(9239), 1, - anon_sym_decltype, - ACTIONS(9241), 1, + ACTIONS(9384), 1, + anon_sym_enum, + ACTIONS(9386), 1, anon_sym_typename, - STATE(1742), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1988), 1, + STATE(2412), 1, + sym_decltype_auto, + STATE(2643), 1, sym_qualified_type_identifier, - STATE(3804), 1, + STATE(2980), 1, sym_primitive_type, - STATE(3868), 1, - sym_type_specifier, - STATE(4066), 1, - sym_decltype_auto, - STATE(6557), 1, + STATE(4858), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(6793), 1, + sym_type_specifier, + STATE(8077), 1, sym_dependent_type_identifier, - STATE(4037), 2, + STATE(2319), 2, sym_decltype, sym_template_type, - ACTIONS(5415), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(9227), 4, + ACTIONS(9382), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(4065), 7, + STATE(2367), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -463620,340 +463505,246 @@ static const uint16_t ts_small_parse_table[] = { sym_placeholder_type_specifier, sym_class_specifier, sym_dependent_type, - [198109] = 24, + [197949] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, + ACTIONS(8946), 1, anon_sym_requires, - STATE(5222), 1, - sym_ref_qualifier, - STATE(5953), 1, + STATE(5522), 1, sym_trailing_return_type, - STATE(6347), 1, + STATE(5938), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9148), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5344), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [198191] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(9411), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(9409), 10, - anon_sym_AMP, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [198239] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - ACTIONS(9422), 1, - anon_sym_requires, - STATE(5865), 1, - sym_trailing_return_type, - STATE(5915), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5278), 3, + STATE(5260), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8930), 6, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [198315] = 21, + anon_sym_COLON, + anon_sym_try, + [198026] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5843), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9130), 1, + anon_sym_requires, + STATE(5188), 1, + sym_ref_qualifier, + STATE(5433), 1, sym_trailing_return_type, - STATE(6081), 1, + STATE(6196), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5277), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(8930), 3, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - [198391] = 21, + STATE(5324), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [198109] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5837), 1, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(5882), 1, sym_trailing_return_type, - STATE(6100), 1, + STATE(5922), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5297), 3, + STATE(5280), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - [198467] = 21, + anon_sym_GT2, + [198185] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5947), 1, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + STATE(5842), 1, sym_trailing_return_type, - STATE(6092), 1, + STATE(5923), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5289), 3, + STATE(5290), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - [198543] = 5, + anon_sym_EQ, + anon_sym_GT2, + [198261] = 5, ACTIONS(3), 1, sym_comment, - STATE(4866), 1, + STATE(4890), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(5441), 3, + ACTIONS(5457), 3, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - ACTIONS(9425), 4, + ACTIONS(9415), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5439), 24, + ACTIONS(5455), 24, anon_sym_AMP, anon_sym___extension__, anon_sym___based, @@ -463978,723 +463769,731 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_auto, anon_sym_decltype, - [198587] = 21, + [198305] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7094), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9151), 1, + ACTIONS(9421), 1, anon_sym_requires, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5871), 1, + STATE(6008), 1, sym_trailing_return_type, - STATE(5911), 1, + STATE(6053), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5291), 3, + STATE(5277), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - [198663] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(6520), 1, - anon_sym_LPAREN2, - STATE(2079), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2513), 1, - sym_argument_list, - STATE(3860), 1, - sym_initializer_list, - ACTIONS(5439), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5782), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(5441), 21, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_AMP_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - [198715] = 24, + [198381] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5236), 1, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(5210), 1, sym_ref_qualifier, - STATE(5982), 1, + STATE(6003), 1, sym_trailing_return_type, - STATE(6312), 1, + STATE(6329), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(8996), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5342), 3, + STATE(5349), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [198797] = 21, + [198463] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7112), 1, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9422), 1, + ACTIONS(9424), 1, anon_sym_requires, - STATE(5865), 1, - sym_trailing_return_type, - STATE(6069), 1, + STATE(5254), 1, + sym_ref_qualifier, + STATE(6259), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6387), 1, + sym_trailing_return_type, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(8930), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5284), 3, + STATE(5341), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [198873] = 21, + [198545] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7112), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9151), 1, - anon_sym_requires, - STATE(5871), 1, + STATE(5842), 1, sym_trailing_return_type, - STATE(6112), 1, + STATE(6108), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5286), 3, + STATE(5304), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(9363), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [198949] = 21, + [198621] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(9429), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(9427), 10, + anon_sym_AMP, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(65), 14, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + [198669] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5982), 1, - sym_trailing_return_type, - STATE(6078), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9257), 1, + anon_sym_requires, + STATE(5944), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6200), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, STATE(5288), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_COMMA, + ACTIONS(8930), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [199025] = 24, + anon_sym_try, + [198745] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, - anon_sym_AMP_AMP, - ACTIONS(6851), 1, - anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9428), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5216), 1, - sym_ref_qualifier, - STATE(6267), 1, - sym__function_attributes_end, - STATE(6416), 1, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(5942), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6062), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9069), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5356), 3, + STATE(5285), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [199107] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(1624), 1, - sym_alignas_qualifier, - ACTIONS(67), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1596), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(9433), 3, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - ACTIONS(9431), 10, - anon_sym_AMP, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - ACTIONS(65), 14, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - [199155] = 21, + anon_sym_SEMI, + anon_sym_LBRACE, + [198821] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(5843), 1, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5851), 1, sym_trailing_return_type, - STATE(5901), 1, + STATE(5926), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5296), 3, + STATE(5305), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [199231] = 21, + [198897] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5837), 1, + ACTIONS(9431), 1, + anon_sym_requires, + STATE(5825), 1, sym_trailing_return_type, - STATE(5900), 1, + STATE(5927), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5302), 3, + STATE(5292), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [199307] = 21, + [198973] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9435), 1, + ACTIONS(9324), 1, anon_sym_requires, - STATE(5941), 1, - sym__function_attributes_end, - STATE(6139), 1, + STATE(5851), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6037), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5283), 3, + STATE(5291), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, - anon_sym_RPAREN, + ACTIONS(8930), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - [199383] = 21, + [199049] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6866), 1, + anon_sym_AMP_AMP, + ACTIONS(6868), 1, + anon_sym_AMP, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9194), 1, - anon_sym_requires, - STATE(6025), 1, - sym__function_attributes_end, - STATE(6133), 1, + STATE(5244), 1, + sym_ref_qualifier, + STATE(5942), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6333), 1, + sym__function_attributes_end, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(8930), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5293), 3, + STATE(5343), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - [199459] = 21, + [199131] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - STATE(6036), 1, - sym__function_attributes_end, - STATE(6173), 1, + STATE(5882), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6119), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5281), 3, + STATE(5303), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, - anon_sym_RPAREN, + ACTIONS(8930), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - [199535] = 6, + [199207] = 9, ACTIONS(3), 1, sym_comment, - STATE(1872), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4999), 3, - anon_sym_COMMA, + ACTIONS(2397), 1, anon_sym_LBRACE, - anon_sym_GT2, - ACTIONS(4996), 4, - anon_sym___attribute__, - anon_sym___attribute, + ACTIONS(7265), 1, + anon_sym_LPAREN2, + STATE(2086), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3448), 1, + sym_argument_list, + STATE(3450), 1, + sym_initializer_list, + ACTIONS(5455), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5808), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(5457), 21, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_AMP_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, sym_auto, anon_sym_decltype, - ACTIONS(5678), 4, + [199259] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(6406), 1, + anon_sym_LPAREN2, + STATE(2086), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2512), 1, + sym_argument_list, + STATE(3896), 1, + sym_initializer_list, + ACTIONS(5455), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5808), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(4920), 20, + ACTIONS(5457), 21, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym___extension__, - anon_sym_const, + anon_sym_LBRACK, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -464709,480 +464508,630 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PROGMEM, anon_sym_alignas, anon_sym__Alignas, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - sym_identifier, - [199581] = 21, + sym_auto, + anon_sym_decltype, + [199311] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7267), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9406), 1, + ACTIONS(9431), 1, anon_sym_requires, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - STATE(5448), 1, + STATE(5825), 1, sym_trailing_return_type, - STATE(5869), 1, + STATE(6061), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5295), 3, + STATE(5281), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9363), 5, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [199657] = 21, + anon_sym_try, + [199387] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7146), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - STATE(6026), 1, + STATE(6020), 1, sym__function_attributes_end, - STATE(6161), 1, + STATE(6142), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5298), 3, + STATE(5287), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(9363), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - [199733] = 21, + [199463] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7267), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - ACTIONS(9174), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(5447), 1, + STATE(5390), 1, sym_trailing_return_type, - STATE(5873), 1, + STATE(5839), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5303), 3, + STATE(5276), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [199809] = 21, + [199539] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9130), 1, + anon_sym_requires, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(5391), 1, + STATE(5433), 1, sym_trailing_return_type, - STATE(5826), 1, + STATE(5844), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5279), 3, + STATE(5297), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [199885] = 21, + [199615] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9438), 1, + ACTIONS(9329), 1, anon_sym_requires, - STATE(5952), 1, + STATE(6003), 1, sym_trailing_return_type, - STATE(6055), 1, + STATE(6090), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, STATE(5299), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [199961] = 21, + [199691] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9434), 1, anon_sym_requires, - STATE(5953), 1, + STATE(5985), 1, + sym__function_attributes_end, + STATE(6202), 1, sym_trailing_return_type, - STATE(6079), 1, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5294), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [199767] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9397), 1, + anon_sym_requires, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + STATE(5474), 1, + sym_trailing_return_type, + STATE(5845), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5305), 3, + STATE(5298), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(8996), 5, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_EQ, + anon_sym_GT2, + [199843] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1860), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(4996), 3, anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_GT2, + ACTIONS(4999), 4, + anon_sym___attribute__, + anon_sym___attribute, + sym_auto, + anon_sym_decltype, + ACTIONS(5644), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(4920), 20, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + [199889] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + STATE(6014), 1, + sym__function_attributes_end, + STATE(6140), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5289), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [200037] = 21, + anon_sym_try, + [199965] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7023), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5392), 1, + STATE(5391), 1, sym_trailing_return_type, - STATE(5872), 1, + STATE(5840), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5300), 3, + STATE(5302), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - ACTIONS(9355), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [200113] = 24, + [200041] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, + ACTIONS(6866), 1, anon_sym_AMP_AMP, - ACTIONS(6851), 1, + ACTIONS(6868), 1, anon_sym_AMP, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, + ACTIONS(7819), 1, anon_sym_requires, - ACTIONS(9004), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5217), 1, + STATE(5212), 1, sym_ref_qualifier, - STATE(6281), 1, + STATE(6253), 1, sym__function_attributes_end, - STATE(6368), 1, + STATE(6402), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5357), 3, + STATE(5351), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [200195] = 9, + [200123] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(7079), 1, + STATE(1625), 1, + sym_alignas_qualifier, + ACTIONS(67), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1611), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(9439), 3, anon_sym_LPAREN2, - STATE(2079), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3578), 1, - sym_initializer_list, - STATE(3580), 1, - sym_argument_list, - ACTIONS(5439), 2, + anon_sym_STAR, + anon_sym_AMP_AMP, + ACTIONS(9437), 10, anon_sym_AMP, - anon_sym_const, - ACTIONS(5782), 4, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(5441), 21, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_AMP_AMP, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + sym_identifier, + ACTIONS(65), 14, anon_sym___extension__, - anon_sym_LBRACK, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -465195,44 +465144,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constinit, anon_sym_consteval, anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, + [200171] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7256), 1, + anon_sym_DASH_GT, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(5994), 1, + sym_trailing_return_type, + STATE(6111), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5278), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, [200247] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(5819), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, - anon_sym_LBRACE, ACTIONS(9441), 1, sym_identifier, - STATE(4347), 1, + STATE(1672), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4892), 1, + STATE(1802), 1, sym__class_declaration, - STATE(4916), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(5579), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(5498), 1, sym_ms_declspec_modifier, - STATE(6514), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465240,56 +465240,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5580), 2, + STATE(5572), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5199), 3, + STATE(5175), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200328] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, ACTIONS(9443), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(2663), 1, + sym__class_declaration_item, + STATE(2667), 1, + sym__class_declaration, + STATE(5544), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465297,56 +465297,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2718), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5549), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5204), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200409] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9445), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(2662), 1, + sym__class_declaration, + STATE(2663), 1, + sym__class_declaration_item, + STATE(5609), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465354,56 +465354,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2723), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5610), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5193), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200490] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9445), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(2380), 1, + STATE(2596), 1, + sym_field_declaration_list, + STATE(2604), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2663), 1, sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5609), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465411,56 +465411,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2728), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5610), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5193), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200571] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9445), 1, + sym_identifier, + STATE(2452), 1, sym_template_type, - STATE(2408), 1, + STATE(2596), 1, + sym_field_declaration_list, + STATE(2663), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(2667), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5591), 1, + STATE(5609), 1, sym_ms_declspec_modifier, - STATE(6528), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465468,56 +465468,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5594), 2, + STATE(5610), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5176), 3, + STATE(5193), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200652] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6703), 1, + anon_sym_LBRACE, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, sym_identifier, - STATE(2138), 1, + STATE(2781), 1, sym_template_type, - STATE(2373), 1, + STATE(3004), 1, + sym_field_declaration_list, + STATE(3464), 1, sym__class_declaration, - STATE(2408), 1, + STATE(3467), 1, sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5577), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7736), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465525,56 +465525,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2745), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5578), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5199), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200733] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6703), 1, + anon_sym_LBRACE, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, sym_identifier, - STATE(2138), 1, + STATE(2781), 1, sym_template_type, - STATE(2408), 1, + STATE(3004), 1, + sym_field_declaration_list, + STATE(3467), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(3469), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5577), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7736), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465582,56 +465582,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2750), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5578), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5199), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200814] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6703), 1, + anon_sym_LBRACE, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, sym_identifier, - STATE(2138), 1, + STATE(2781), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(3467), 1, + sym__class_declaration_item, + STATE(3474), 1, + sym__class_declaration, + STATE(5577), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7736), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465639,56 +465639,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2750), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5578), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5199), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200895] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(4389), 1, + sym_field_declaration_list, + STATE(4591), 1, sym__class_declaration, - STATE(2408), 1, + STATE(4597), 1, sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5575), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465696,56 +465696,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2750), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5582), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5195), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [200976] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6295), 1, - anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(3060), 1, - sym__class_declaration, - STATE(3062), 1, + STATE(4597), 1, sym__class_declaration_item, - STATE(5569), 1, + STATE(4610), 1, + sym__class_declaration, + STATE(5575), 1, sym_ms_declspec_modifier, - STATE(6551), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465753,56 +465753,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5568), 2, + STATE(5582), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5191), 3, + STATE(5195), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201057] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, + STATE(4389), 1, + sym_field_declaration_list, + STATE(4597), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(4611), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5575), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465810,56 +465810,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2722), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5582), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5195), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201138] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2380), 1, + STATE(1803), 1, sym__class_declaration, - STATE(2408), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2292), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5595), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465867,56 +465867,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2722), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5630), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5179), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201219] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, sym_identifier, - STATE(2138), 1, + STATE(2699), 1, sym_template_type, - STATE(2373), 1, + STATE(2846), 1, + sym_field_declaration_list, + STATE(3141), 1, sym__class_declaration, - STATE(2408), 1, + STATE(3150), 1, sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5616), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7699), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465924,56 +465924,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2722), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5590), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5207), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201300] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, sym_identifier, - STATE(2138), 1, + STATE(2699), 1, sym_template_type, - STATE(2408), 1, + STATE(2846), 1, + sym_field_declaration_list, + STATE(3150), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(3159), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5616), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7699), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -465981,56 +465981,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2728), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5590), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5207), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201381] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, sym_identifier, - STATE(2138), 1, + STATE(2699), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2846), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(3150), 1, + sym__class_declaration_item, + STATE(3199), 1, + sym__class_declaration, + STATE(5616), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7699), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466038,56 +466038,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2719), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5590), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5207), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201462] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5546), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466095,56 +466095,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5547), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5177), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201543] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5546), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466152,56 +466152,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5547), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5177), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201624] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, - anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(4347), 1, + STATE(2134), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4916), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(4918), 1, + STATE(2408), 1, sym__class_declaration, - STATE(5579), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(5546), 1, sym_ms_declspec_modifier, - STATE(6514), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466209,56 +466209,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5580), 2, + STATE(5547), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5199), 3, + STATE(5177), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201705] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2138), 1, + STATE(4281), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, - sym__class_declaration, - STATE(2845), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(4891), 1, + sym__class_declaration, + STATE(4892), 1, + sym__class_declaration_item, + STATE(5539), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7783), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466266,56 +466266,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5559), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5185), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201786] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2466), 1, + STATE(4281), 1, sym_template_type, - STATE(2578), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(2629), 1, - sym__class_declaration, - STATE(2630), 1, + STATE(4892), 1, sym__class_declaration_item, - STATE(5529), 1, + STATE(4893), 1, + sym__class_declaration, + STATE(5539), 1, sym_ms_declspec_modifier, - STATE(6524), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7783), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466323,56 +466323,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5530), 2, + STATE(5559), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5171), 3, + STATE(5185), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201867] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2138), 1, + STATE(4281), 1, sym_template_type, - STATE(2408), 1, + STATE(4833), 1, + sym_field_declaration_list, + STATE(4892), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(4894), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5539), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7783), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466380,56 +466380,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2745), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5559), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5185), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [201948] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9457), 1, sym_identifier, - STATE(2466), 1, + STATE(3660), 1, sym_template_type, - STATE(2578), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(2628), 1, + STATE(4096), 1, sym__class_declaration, - STATE(2630), 1, + STATE(4097), 1, sym__class_declaration_item, - STATE(5529), 1, + STATE(5516), 1, sym_ms_declspec_modifier, - STATE(6524), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7635), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466437,56 +466437,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5530), 2, + STATE(5527), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5171), 3, + STATE(5176), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202029] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(5598), 1, + STATE(4097), 1, + sym__class_declaration_item, + STATE(4099), 1, + sym__class_declaration, + STATE(5516), 1, sym_ms_declspec_modifier, - STATE(6512), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7635), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466494,56 +466494,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5601), 2, + STATE(5527), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5197), 3, + STATE(5176), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202110] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(4097), 1, + sym__class_declaration_item, + STATE(4100), 1, + sym__class_declaration, + STATE(5516), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7635), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466551,56 +466551,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2727), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5527), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5176), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202191] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(2629), 1, + STATE(4591), 1, sym__class_declaration, - STATE(2630), 1, + STATE(4597), 1, sym__class_declaration_item, - STATE(5547), 1, + STATE(5500), 1, sym_ms_declspec_modifier, - STATE(6515), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466608,56 +466608,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5548), 2, + STATE(5504), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5183), 3, + STATE(5180), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202272] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, + STATE(4389), 1, + sym_field_declaration_list, + STATE(4597), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(4610), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5500), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466665,56 +466665,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2727), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5504), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5180), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202353] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(2628), 1, - sym__class_declaration, - STATE(2630), 1, + STATE(4597), 1, sym__class_declaration_item, - STATE(5547), 1, + STATE(4611), 1, + sym__class_declaration, + STATE(5500), 1, sym_ms_declspec_modifier, - STATE(6515), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466722,56 +466722,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5548), 2, + STATE(5504), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5183), 3, + STATE(5180), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202434] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(4827), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5600), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466779,56 +466779,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2719), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5601), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5174), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202515] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(4827), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5600), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466836,56 +466836,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2719), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5601), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5174), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202596] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9461), 1, sym_identifier, - ACTIONS(9445), 1, - anon_sym_COLON_COLON, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5591), 1, + STATE(5600), 1, sym_ms_declspec_modifier, - STATE(6528), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466893,56 +466893,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5594), 2, + STATE(5601), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5176), 3, + STATE(5174), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202677] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9441), 1, + sym_identifier, + STATE(1672), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(1832), 1, + sym__class_declaration, + STATE(2292), 1, sym_field_declaration_list, - STATE(5591), 1, + STATE(5498), 1, sym_ms_declspec_modifier, - STATE(6528), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -466950,56 +466950,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5594), 2, + STATE(5572), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5176), 3, + STATE(5175), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202758] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(1832), 1, + sym__class_declaration, + STATE(2292), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5595), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467007,56 +467007,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2720), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5630), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5179), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202839] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9441), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2380), 1, + STATE(1803), 1, sym__class_declaration, - STATE(2408), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2292), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5498), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467064,28 +467064,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2745), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5572), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5175), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [202920] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -467093,27 +467093,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467121,28 +467121,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2728), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203001] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -467150,27 +467150,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467178,28 +467178,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2720), 2, + STATE(2712), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203082] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -467207,27 +467207,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467235,28 +467235,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2732), 2, + STATE(2712), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203163] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -467264,27 +467264,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467292,56 +467292,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2744), 2, + STATE(2712), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203244] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2761), 1, + STATE(2134), 1, sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3603), 1, - sym__class_declaration_item, - STATE(3604), 1, + STATE(2395), 1, sym__class_declaration, - STATE(5557), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6555), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467349,28 +467349,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2724), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5558), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5194), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203325] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -467378,27 +467378,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467406,56 +467406,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2744), 2, + STATE(2724), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, [203406] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2761), 1, + STATE(2134), 1, sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3601), 1, - sym__class_declaration, - STATE(3603), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5557), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6555), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467463,113 +467463,272 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2724), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5558), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5194), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203487] = 24, + [203487] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, + ACTIONS(43), 1, + anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, - anon_sym_LBRACE, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, - sym_identifier, - STATE(2761), 1, - sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3600), 1, - sym__class_declaration, - STATE(3603), 1, - sym__class_declaration_item, - STATE(5557), 1, - sym_ms_declspec_modifier, - STATE(6555), 1, - sym__scope_resolution, - STATE(6922), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(6148), 1, + sym_trailing_return_type, + STATE(6153), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, sym_virtual_specifier, - STATE(7718), 1, - sym_base_class_clause, - ACTIONS(5626), 2, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5307), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + [203562] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(6149), 1, + sym_trailing_return_type, + STATE(6154), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5309), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + [203637] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(6157), 1, + sym_trailing_return_type, + STATE(6163), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5558), 2, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5194), 3, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5311), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(8930), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + [203712] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9465), 1, + anon_sym_requires, + STATE(6158), 1, + sym_trailing_return_type, + STATE(6164), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [203568] = 24, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5308), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + ACTIONS(9363), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + [203787] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6372), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(9468), 1, sym_identifier, - STATE(2138), 1, + STATE(2671), 1, sym_template_type, - STATE(4363), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(4631), 1, - sym__class_declaration_item, - STATE(4632), 1, + STATE(3015), 1, sym__class_declaration, - STATE(5519), 1, + STATE(3043), 1, + sym__class_declaration_item, + STATE(5614), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7552), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467577,56 +467736,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5517), 2, + STATE(5615), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5198), 3, + STATE(5206), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203649] = 24, + [203868] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, sym_identifier, - STATE(2138), 1, + STATE(2671), 1, sym_template_type, - STATE(2408), 1, + STATE(2795), 1, + sym_field_declaration_list, + STATE(3043), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(3067), 1, sym__class_declaration, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5614), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7552), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467634,56 +467793,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2744), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5615), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5206), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203730] = 24, + [203949] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6372), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(9468), 1, sym_identifier, - STATE(2138), 1, + STATE(2671), 1, sym_template_type, - STATE(4363), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(4629), 1, - sym__class_declaration, - STATE(4631), 1, + STATE(3043), 1, sym__class_declaration_item, - STATE(5519), 1, + STATE(3070), 1, + sym__class_declaration, + STATE(5614), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7552), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467691,56 +467850,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5517), 2, + STATE(5615), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5198), 3, + STATE(5206), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203811] = 24, + [204030] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4625), 1, + STATE(2395), 1, sym__class_declaration, - STATE(4631), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5519), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467748,56 +467907,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2728), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5517), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5198), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203892] = 24, + [204111] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2707), 1, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3198), 1, - sym__class_declaration_item, - STATE(3207), 1, + STATE(2344), 1, sym__class_declaration, - STATE(5564), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6554), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467805,56 +467964,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(2728), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5565), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5205), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [203973] = 24, + [204192] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2707), 1, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3187), 1, - sym__class_declaration, - STATE(3198), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5564), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6554), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467862,56 +468021,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(2728), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5565), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5205), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204054] = 24, + [204273] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2707), 1, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3175), 1, + STATE(2395), 1, sym__class_declaration, - STATE(3198), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5564), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6554), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467919,56 +468078,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(2727), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5565), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5205), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204135] = 24, + [204354] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1802), 1, + STATE(2344), 1, sym__class_declaration, - STATE(1803), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5525), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6532), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -467976,28 +468135,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2727), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5511), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5184), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204216] = 24, + [204435] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -468005,27 +468164,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468033,56 +468192,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2732), 2, + STATE(2727), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204297] = 24, + [204516] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1807), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2295), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5525), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6532), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468090,56 +468249,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2734), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5511), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5184), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204378] = 24, + [204597] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1808), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2295), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5525), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6532), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468147,56 +468306,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2735), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5511), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5184), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204459] = 24, + [204678] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2344), 1, sym__class_declaration, - STATE(3510), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5514), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468204,56 +468363,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2735), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5518), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5203), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204540] = 24, + [204759] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(3510), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5514), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468261,56 +468420,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2735), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5518), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5203), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204621] = 24, + [204840] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1808), 1, + STATE(2395), 1, sym__class_declaration, - STATE(4961), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5621), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6513), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468318,56 +468477,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2740), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5618), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5186), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204702] = 24, + [204921] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(3510), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5521), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468375,28 +468534,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2740), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5522), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5195), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204783] = 24, + [205002] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -468404,27 +468563,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468432,56 +468591,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2727), 2, + STATE(2740), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204864] = 24, + [205083] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1807), 1, + STATE(2344), 1, sym__class_declaration, - STATE(4961), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5621), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6513), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468489,56 +468648,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5618), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5186), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [204945] = 24, + [205164] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(3510), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5521), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468546,56 +468705,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2734), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5522), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5195), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205026] = 24, + [205245] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(3510), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5514), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468603,56 +468762,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2716), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5518), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5203), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205107] = 24, + [205326] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2344), 1, sym__class_declaration, - STATE(3510), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5521), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468660,56 +468819,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2716), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5522), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5195), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205188] = 24, + [205407] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1802), 1, - sym__class_declaration, - STATE(1803), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(4961), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5621), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6513), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468717,56 +468876,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2716), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5618), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5186), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205269] = 24, + [205488] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2630), 1, - sym__class_declaration_item, - STATE(2632), 1, + STATE(2395), 1, sym__class_declaration, - STATE(5529), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6524), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468774,28 +468933,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2749), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5530), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5171), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205350] = 24, + [205569] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -468803,27 +468962,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468831,28 +468990,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2737), 2, + STATE(2749), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205431] = 24, + [205650] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -468860,27 +469019,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468888,28 +469047,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2737), 2, + STATE(2749), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205512] = 24, + [205731] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -468917,27 +469076,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -468945,56 +469104,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2720), 2, + STATE(2713), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205593] = 24, + [205812] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5656), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2127), 1, + STATE(2134), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2241), 1, - sym__class_declaration_item, - STATE(2246), 1, + STATE(2344), 1, sym__class_declaration, - STATE(5499), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6535), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469002,56 +469161,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2713), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5498), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5187), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205674] = 24, + [205893] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5656), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2127), 1, + STATE(2134), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2241), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2245), 1, + STATE(2408), 1, sym__class_declaration, - STATE(5499), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6535), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469059,28 +469218,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2713), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5498), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5187), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205755] = 24, + [205974] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469088,27 +469247,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469116,28 +469275,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2737), 2, + STATE(2739), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205836] = 24, + [206055] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469145,27 +469304,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469173,56 +469332,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2732), 2, + STATE(2739), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205917] = 24, + [206136] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5656), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2127), 1, + STATE(2134), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2240), 1, - sym__class_declaration, - STATE(2241), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5499), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6535), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469230,56 +469389,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2739), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5498), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5187), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [205998] = 24, + [206217] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, + ACTIONS(5018), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5598), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6512), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469287,28 +469446,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2741), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5601), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5197), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206079] = 24, + [206298] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469316,27 +469475,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469344,28 +469503,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2723), 2, + STATE(2741), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206160] = 24, + [206379] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469373,27 +469532,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469401,28 +469560,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2736), 2, + STATE(2741), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206241] = 24, + [206460] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469430,27 +469589,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(2408), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469458,28 +469617,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2723), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206322] = 24, + [206541] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469487,27 +469646,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2380), 1, + STATE(2395), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469515,28 +469674,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2736), 2, + STATE(2731), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206403] = 24, + [206622] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, @@ -469544,27 +469703,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469572,56 +469731,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2736), 2, + STATE(2731), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206484] = 24, + [206703] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, + ACTIONS(5018), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, sym_field_declaration_list, - STATE(5598), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6512), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469629,56 +469788,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2731), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5601), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5197), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206565] = 24, + [206784] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1802), 1, + STATE(2395), 1, sym__class_declaration, - STATE(1803), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5502), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6510), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469686,56 +469845,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2738), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5503), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5208), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206646] = 24, + [206865] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1807), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2295), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, sym_field_declaration_list, - STATE(5502), 1, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6510), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469743,56 +469902,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2738), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5503), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5208), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206727] = 24, + [206946] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4625), 1, - sym__class_declaration, - STATE(4631), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5541), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469800,56 +469959,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2738), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5542), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5181), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206808] = 24, + [207027] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(8487), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(4347), 1, + STATE(2134), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4888), 1, - sym__class_declaration, - STATE(4916), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5579), 1, + STATE(2408), 1, + sym__class_declaration, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5632), 1, sym_ms_declspec_modifier, - STATE(6514), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -469857,164 +470016,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2734), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5580), 2, + STATE(5506), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5199), 3, + STATE(5182), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [206889] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9471), 1, - anon_sym_requires, - STATE(6126), 1, - sym__function_attributes_end, - STATE(6182), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5311), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [206964] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9370), 1, - anon_sym_requires, - STATE(6219), 1, - sym_trailing_return_type, - STATE(6227), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5306), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [207039] = 24, + [207108] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4629), 1, + STATE(2395), 1, sym__class_declaration, - STATE(4631), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5541), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(5636), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470022,56 +470073,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5542), 2, + STATE(5543), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5181), 3, + STATE(5203), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207120] = 24, + [207189] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1803), 1, - sym__class_declaration_item, - STATE(1808), 1, + STATE(2344), 1, sym__class_declaration, - STATE(2295), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(3554), 1, sym_field_declaration_list, - STATE(5502), 1, + STATE(5636), 1, sym_ms_declspec_modifier, - STATE(6510), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470079,56 +470130,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5503), 2, + STATE(5543), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5208), 3, + STATE(5203), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207201] = 24, + [207270] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(2373), 1, + STATE(2168), 1, + sym_field_declaration_list, + STATE(2294), 1, sym__class_declaration, - STATE(2408), 1, + STATE(2295), 1, sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(5635), 1, + STATE(5604), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7743), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470136,56 +470187,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2738), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5621), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5172), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207282] = 24, + [207351] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(5665), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(4363), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(4631), 1, + STATE(2295), 1, sym__class_declaration_item, - STATE(4632), 1, + STATE(2296), 1, sym__class_declaration, - STATE(5541), 1, + STATE(5604), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7743), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470193,56 +470244,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5542), 2, + STATE(5621), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5181), 3, + STATE(5172), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207363] = 24, + [207432] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2373), 1, - sym__class_declaration, - STATE(2408), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(1832), 1, + sym__class_declaration, + STATE(4957), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5617), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7665), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470250,56 +470301,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2718), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5503), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5181), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207444] = 24, + [207513] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(2380), 1, - sym__class_declaration, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(2295), 1, + sym__class_declaration_item, + STATE(2297), 1, + sym__class_declaration, + STATE(5604), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7743), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470307,56 +470358,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2738), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5621), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5172), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207525] = 24, + [207594] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2408), 1, - sym__class_declaration_item, - STATE(2415), 1, + STATE(1802), 1, sym__class_declaration, - STATE(2845), 1, + STATE(1816), 1, + sym__class_declaration_item, + STATE(4957), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5617), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7665), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470364,56 +470415,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2738), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5503), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5181), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207606] = 24, + [207675] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9472), 1, sym_identifier, - STATE(2648), 1, + STATE(1672), 1, sym_template_type, - STATE(2831), 1, - sym_field_declaration_list, - STATE(3061), 1, + STATE(1803), 1, sym__class_declaration, - STATE(3062), 1, + STATE(1816), 1, sym__class_declaration_item, - STATE(5569), 1, + STATE(4957), 1, + sym_field_declaration_list, + STATE(5617), 1, sym_ms_declspec_modifier, - STATE(6551), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7665), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470421,56 +470472,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5568), 2, + STATE(5503), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5191), 3, + STATE(5181), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207687] = 24, + [207756] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, - sym_field_declaration_list, - STATE(3062), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(3065), 1, + STATE(2408), 1, sym__class_declaration, - STATE(5569), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(5636), 1, sym_ms_declspec_modifier, - STATE(6551), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470478,110 +470529,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5568), 2, + STATE(5543), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5191), 3, + STATE(5203), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207768] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9366), 1, - anon_sym_LBRACK, - STATE(6189), 1, - sym_trailing_return_type, - STATE(6197), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5308), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(9355), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [207843] = 24, + [207837] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(3649), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(3974), 1, - sym_field_declaration_list, - STATE(4050), 1, + STATE(2395), 1, sym__class_declaration, - STATE(4058), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(5590), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5554), 1, sym_ms_declspec_modifier, - STATE(6557), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470589,56 +470586,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5585), 2, + STATE(5555), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5201), 3, + STATE(5197), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [207924] = 24, + [207918] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2466), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2630), 1, - sym__class_declaration_item, - STATE(2632), 1, + STATE(2344), 1, sym__class_declaration, - STATE(5547), 1, + STATE(2406), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5554), 1, sym_ms_declspec_modifier, - STATE(6515), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470646,110 +470643,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5548), 2, + STATE(5555), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5183), 3, + STATE(5197), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [208005] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(6185), 1, - sym_trailing_return_type, - STATE(6196), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5309), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - ACTIONS(8996), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [208080] = 24, + [207999] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(2408), 1, + STATE(2406), 1, sym__class_declaration_item, - STATE(2415), 1, + STATE(2408), 1, sym__class_declaration, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5635), 1, + STATE(5554), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470757,31 +470700,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2718), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5634), 2, + STATE(5555), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5189), 3, + STATE(5197), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [208161] = 5, + [208080] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(9476), 1, anon_sym_LBRACK_LBRACK, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6123), 10, + ACTIONS(6161), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -470792,7 +470735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(6121), 18, + ACTIONS(6159), 18, anon_sym_virtual, anon_sym___attribute__, anon_sym___attribute, @@ -470811,97 +470754,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_private, anon_sym_protected, anon_sym_requires, - [208204] = 24, + [208123] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9474), 1, - sym_identifier, - STATE(3649), 1, - sym_template_type, - STATE(3974), 1, - sym_field_declaration_list, - STATE(4053), 1, - sym__class_declaration, - STATE(4058), 1, - sym__class_declaration_item, - STATE(5590), 1, - sym_ms_declspec_modifier, - STATE(6557), 1, - sym__scope_resolution, - STATE(7003), 1, - sym_virtual_specifier, - STATE(7596), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(3208), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5585), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5201), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [208285] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7509), 1, - anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(3649), 1, + STATE(2452), 1, sym_template_type, - STATE(3974), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(4056), 1, + STATE(2662), 1, sym__class_declaration, - STATE(4058), 1, + STATE(2663), 1, sym__class_declaration_item, - STATE(5590), 1, + STATE(5544), 1, sym_ms_declspec_modifier, - STATE(6557), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -470909,107 +470795,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5585), 2, + STATE(5549), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5201), 3, + STATE(5204), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [208366] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(6108), 1, - sym__function_attributes_end, - STATE(6185), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5339), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [208440] = 23, + [208204] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6093), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(2466), 1, + STATE(2452), 1, sym_template_type, - STATE(2578), 1, + STATE(2596), 1, sym_field_declaration_list, STATE(2604), 1, + sym__class_declaration, + STATE(2663), 1, sym__class_declaration_item, - STATE(5537), 1, + STATE(5544), 1, sym_ms_declspec_modifier, - STATE(6524), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471017,246 +470852,56 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5534), 2, + STATE(5549), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5204), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [208518] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - STATE(5391), 1, - sym_trailing_return_type, - STATE(6144), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5330), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [208592] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5739), 1, - sym__scope_resolution, - STATE(5868), 1, - sym__declarator, - STATE(7118), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [208662] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - STATE(5392), 1, - sym_trailing_return_type, - STATE(6146), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5331), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [208736] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7771), 3, - anon_sym_AMP, - sym_ms_restrict_modifier, - anon_sym_const, - ACTIONS(7773), 27, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym___extension__, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [208774] = 23, + [208285] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9451), 1, + sym_identifier, + STATE(1672), 1, sym_template_type, - STATE(2405), 1, + STATE(1802), 1, + sym__class_declaration, + STATE(1816), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2292), 1, sym_field_declaration_list, - STATE(5636), 1, + STATE(5595), 1, sym_ms_declspec_modifier, - STATE(6528), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471264,427 +470909,160 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5614), 2, + STATE(5630), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5179), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [208852] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(6953), 1, - anon_sym_STAR, - ACTIONS(6955), 1, - anon_sym_AMP_AMP, - ACTIONS(6957), 1, - anon_sym_AMP, - ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5734), 1, - sym__scope_resolution, - STATE(5813), 1, - sym__declarator, - STATE(7118), 1, - sym_init_declarator, - STATE(7854), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [208922] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5447), 1, - sym_trailing_return_type, - STATE(6134), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5322), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [208996] = 21, + [208366] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7502), 1, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9406), 1, + ACTIONS(9130), 1, anon_sym_requires, - STATE(5448), 1, + STATE(5433), 1, sym_trailing_return_type, - STATE(6135), 1, + STATE(6196), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_EQ, - STATE(5321), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [209070] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - STATE(6109), 1, - sym__function_attributes_end, - STATE(6189), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5337), 3, + STATE(5324), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [209144] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9463), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4580), 1, - sym__class_declaration_item, - STATE(5545), 1, - sym_ms_declspec_modifier, - STATE(6517), 1, - sym__scope_resolution, - STATE(6961), 1, - sym_virtual_specifier, - STATE(7783), 1, - sym_base_class_clause, - ACTIONS(5626), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(4209), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5544), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5926), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [209222] = 21, + [208440] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7272), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - STATE(5947), 1, - sym_trailing_return_type, - STATE(6111), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5315), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [209296] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9453), 1, - sym_identifier, - STATE(2466), 1, - sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2604), 1, - sym__class_declaration_item, - STATE(5555), 1, - sym_ms_declspec_modifier, - STATE(6515), 1, - sym__scope_resolution, - STATE(6926), 1, - sym_virtual_specifier, - STATE(7624), 1, - sym_base_class_clause, - ACTIONS(5626), 2, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9409), 1, anon_sym___attribute__, + ACTIONS(9412), 1, anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5660), 2, + STATE(6092), 1, + sym__function_attributes_end, + STATE(6149), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5554), 2, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5926), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [209374] = 23, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5317), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [208514] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(1781), 1, + STATE(2119), 1, sym_template_type, - STATE(1785), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(5515), 1, + STATE(2216), 1, + sym__class_declaration_item, + STATE(5534), 1, sym_ms_declspec_modifier, - STATE(6532), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7743), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471692,62 +471070,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5516), 2, + STATE(5533), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [209452] = 19, + [208592] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(5897), 1, + STATE(5830), 1, sym__declarator, - STATE(7456), 1, + STATE(7052), 1, sym_init_declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -471759,38 +471137,38 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [209522] = 23, + [208662] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1785), 1, + STATE(2365), 1, sym__class_declaration_item, - STATE(4961), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5611), 1, + STATE(5507), 1, sym_ms_declspec_modifier, - STATE(6513), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471798,54 +471176,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5612), 2, + STATE(5505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [209600] = 23, + [208740] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5656), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(2127), 1, + STATE(1672), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2220), 1, + STATE(1800), 1, sym__class_declaration_item, - STATE(5512), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(5566), 1, sym_ms_declspec_modifier, - STATE(6535), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471853,105 +471231,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5497), 2, + STATE(5560), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [209678] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5739), 1, - sym__scope_resolution, - STATE(5870), 1, - sym__declarator, - STATE(7145), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [209748] = 23, + [208818] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2405), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(5627), 1, + STATE(4064), 1, + sym__class_declaration_item, + STATE(5536), 1, sym_ms_declspec_modifier, - STATE(6556), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7635), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -471959,105 +471286,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5628), 2, + STATE(5526), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [209826] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6981), 1, - anon_sym_STAR, - ACTIONS(6983), 1, - anon_sym_AMP_AMP, - ACTIONS(6985), 1, - anon_sym_AMP, - STATE(5739), 1, - sym__scope_resolution, - STATE(5831), 1, - sym__declarator, - STATE(7112), 1, - sym_init_declarator, - STATE(8511), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [209896] = 23, + [208896] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, - sym_field_declaration_list, - STATE(3023), 1, + STATE(2365), 1, sym__class_declaration_item, - STATE(5559), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(5620), 1, sym_ms_declspec_modifier, - STATE(6551), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7716), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472065,142 +471341,107 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5560), 2, + STATE(5581), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [209974] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7767), 3, - anon_sym_AMP, - sym_ms_restrict_modifier, - anon_sym_const, - ACTIONS(7769), 27, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym___extension__, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [210012] = 21, + [208974] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7527), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9412), 1, anon_sym___attribute, - ACTIONS(9370), 1, + ACTIONS(9465), 1, anon_sym_requires, - STATE(6063), 1, + STATE(6101), 1, sym__function_attributes_end, - STATE(6219), 1, + STATE(6158), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9363), 3, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - STATE(5324), 3, + STATE(5318), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [210086] = 23, + [209048] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(2761), 1, + STATE(1672), 1, sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3535), 1, + STATE(1800), 1, sym__class_declaration_item, - STATE(5562), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(5606), 1, sym_ms_declspec_modifier, - STATE(6555), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7584), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472208,54 +471449,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5561), 2, + STATE(5593), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210164] = 23, + [209126] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2405), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(5527), 1, + STATE(4457), 1, + sym__class_declaration_item, + STATE(5565), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472263,107 +471504,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5526), 2, + STATE(5563), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210242] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - ACTIONS(9471), 1, - anon_sym_requires, - STATE(6062), 1, - sym__function_attributes_end, - STATE(6182), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - STATE(5327), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [210316] = 23, + [209204] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2405), 1, + STATE(1800), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(4957), 1, sym_field_declaration_list, - STATE(5610), 1, + STATE(5551), 1, sym_ms_declspec_modifier, - STATE(6512), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7665), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472371,54 +471559,54 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5609), 2, + STATE(5597), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210394] = 23, + [209282] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4580), 1, + STATE(2365), 1, sym__class_declaration_item, - STATE(5504), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(5612), 1, sym_ms_declspec_modifier, - STATE(6507), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472426,54 +471614,158 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5505), 2, + STATE(5562), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210472] = 23, + [209360] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(6068), 1, + sym__function_attributes_end, + STATE(6157), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + STATE(5329), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [209434] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, + anon_sym_STAR, + ACTIONS(6985), 1, + anon_sym_AMP_AMP, + ACTIONS(6987), 1, + anon_sym_AMP, + ACTIONS(6989), 1, + anon_sym_COLON_COLON, + STATE(5784), 1, + sym__scope_resolution, + STATE(5797), 1, + sym__declarator, + STATE(7056), 1, + sym_init_declarator, + STATE(7853), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [209504] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, + ACTIONS(8533), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9455), 1, sym_identifier, - STATE(4347), 1, + STATE(4281), 1, sym_template_type, - STATE(4787), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(4881), 1, + STATE(4913), 1, sym__class_declaration_item, - STATE(5583), 1, + STATE(5622), 1, sym_ms_declspec_modifier, - STATE(6514), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7783), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472481,215 +471773,389 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5581), 2, + STATE(5496), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210550] = 21, + [209582] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7657), 3, + anon_sym_AMP, + sym_ms_restrict_modifier, + anon_sym_const, + ACTIONS(7659), 27, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym___extension__, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [209620] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7810), 3, + anon_sym_AMP, + sym_ms_restrict_modifier, + anon_sym_const, + ACTIONS(7812), 27, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym___extension__, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [209658] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9397), 1, + anon_sym_requires, + STATE(5474), 1, + sym_trailing_return_type, + STATE(6197), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5335), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [209732] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + STATE(5391), 1, + sym_trailing_return_type, + STATE(6193), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5321), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [209806] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7389), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9352), 1, + ACTIONS(9329), 1, anon_sym_requires, - STATE(5953), 1, + STATE(6003), 1, sym_trailing_return_type, - STATE(6044), 1, + STATE(6065), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(8930), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(5335), 3, + STATE(5315), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [210624] = 23, + [209880] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5632), 1, - anon_sym___declspec, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, - anon_sym_LBRACE, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9474), 1, - sym_identifier, - STATE(3649), 1, - sym_template_type, - STATE(3974), 1, - sym_field_declaration_list, - STATE(4093), 1, - sym__class_declaration_item, - STATE(5571), 1, - sym_ms_declspec_modifier, - STATE(6557), 1, - sym__scope_resolution, - STATE(7003), 1, - sym_virtual_specifier, - STATE(7596), 1, - sym_base_class_clause, - ACTIONS(5626), 2, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, anon_sym___attribute__, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(5634), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(5660), 2, + STATE(5942), 1, + sym_trailing_return_type, + STATE(6040), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5572), 2, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5926), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - [210702] = 21, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + STATE(5323), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [209954] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7389), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9412), 1, anon_sym___attribute, - ACTIONS(9438), 1, + ACTIONS(9421), 1, anon_sym_requires, - STATE(5952), 1, + STATE(6008), 1, sym_trailing_return_type, - STATE(6117), 1, + STATE(6066), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(9363), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(5336), 3, + STATE(5325), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [210776] = 23, + [210028] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(2405), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(5602), 1, + STATE(2612), 1, + sym__class_declaration_item, + STATE(5512), 1, sym_ms_declspec_modifier, - STATE(6517), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7472), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472697,62 +472163,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5596), 2, + STATE(5502), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [210854] = 19, + [210106] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(5878), 1, + STATE(5828), 1, sym__declarator, - STATE(7282), 1, + STATE(7207), 1, sym_init_declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -472764,38 +472230,38 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [210924] = 23, + [210176] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6610), 1, - anon_sym_LBRACE, - ACTIONS(9334), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2707), 1, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(3264), 1, + STATE(4457), 1, sym__class_declaration_item, - STATE(5567), 1, + STATE(5556), 1, sym_ms_declspec_modifier, - STATE(6554), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7604), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472803,62 +472269,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5566), 2, + STATE(5545), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [211002] = 19, + [210254] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(5836), 1, + STATE(5906), 1, sym__declarator, - STATE(7118), 1, + STATE(7504), 1, sym_init_declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -472870,91 +472336,38 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [211072] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5982), 1, - sym_trailing_return_type, - STATE(6114), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5317), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [211146] = 23, + [210324] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, ACTIONS(5632), 1, anon_sym___declspec, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(1785), 1, + STATE(2365), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(5508), 1, + STATE(5585), 1, sym_ms_declspec_modifier, - STATE(6510), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, ACTIONS(5626), 2, anon_sym___attribute__, @@ -472962,62 +472375,62 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5634), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5507), 2, + STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5926), 3, + STATE(5919), 3, sym_attribute_specifier, sym_alignas_qualifier, aux_sym__class_declaration_repeat1, - [211224] = 19, + [210402] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, STATE(5863), 1, sym__declarator, - STATE(7450), 1, + STATE(7188), 1, sym_init_declarator, - STATE(8511), 1, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473029,93 +472442,154 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [211294] = 18, + [210472] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(9481), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6703), 1, + anon_sym_LBRACE, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, + sym_identifier, + STATE(2781), 1, + sym_template_type, + STATE(3004), 1, + sym_field_declaration_list, + STATE(3521), 1, + sym__class_declaration_item, + STATE(5586), 1, + sym_ms_declspec_modifier, + STATE(6530), 1, + sym__scope_resolution, + STATE(6871), 1, + sym_virtual_specifier, + STATE(7736), 1, + sym_base_class_clause, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(9484), 1, anon_sym___attribute, - ACTIONS(9487), 1, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(2640), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5584), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [210550] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5550), 1, - sym_trailing_return_type, - STATE(5701), 1, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(6089), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6148), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(8930), 3, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [211361] = 18, + anon_sym_GT2, + STATE(5313), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [210624] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6393), 1, + STATE(5874), 1, sym__declarator, - STATE(7943), 1, + STATE(7056), 1, + sym_init_declarator, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473127,44 +472601,46 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [211428] = 18, + [210694] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(5705), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6969), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6971), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(5739), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6458), 1, + STATE(5865), 1, sym__declarator, - STATE(7995), 1, + STATE(7414), 1, + sym_init_declarator, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473176,148 +472652,319 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [211495] = 21, + [210764] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2365), 1, + sym__class_declaration_item, + STATE(3554), 1, + sym_field_declaration_list, + STATE(5607), 1, + sym_ms_declspec_modifier, + STATE(6509), 1, + sym__scope_resolution, + STATE(6967), 1, + sym_virtual_specifier, + STATE(7716), 1, + sym_base_class_clause, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(7027), 1, anon_sym___attribute, - ACTIONS(7786), 1, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(2952), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5508), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [210842] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6123), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + ACTIONS(9443), 1, + sym_identifier, + STATE(2452), 1, + sym_template_type, + STATE(2596), 1, + sym_field_declaration_list, + STATE(2612), 1, + sym__class_declaration_item, + STATE(5519), 1, + sym_ms_declspec_modifier, + STATE(6535), 1, + sym__scope_resolution, + STATE(6950), 1, + sym_virtual_specifier, + STATE(7472), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(2234), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5628), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [210920] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5953), 1, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + STATE(5994), 1, sym_trailing_return_type, - STATE(6347), 1, + STATE(6043), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5344), 3, + ACTIONS(9363), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + STATE(5339), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [211568] = 21, + [210994] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6372), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, + sym_template_type, + STATE(2795), 1, + sym_field_declaration_list, + STATE(3034), 1, + sym__class_declaration_item, + STATE(5629), 1, + sym_ms_declspec_modifier, + STATE(6549), 1, + sym__scope_resolution, + STATE(6930), 1, + sym_virtual_specifier, + STATE(7552), 1, + sym_base_class_clause, + ACTIONS(5626), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(2410), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5626), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [211072] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5632), 1, + anon_sym___declspec, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, + sym_identifier, + STATE(2699), 1, + sym_template_type, + STATE(2846), 1, + sym_field_declaration_list, + STATE(3197), 1, + sym__class_declaration_item, + STATE(5514), 1, + sym_ms_declspec_modifier, + STATE(6541), 1, + sym__scope_resolution, + STATE(6878), 1, + sym_virtual_specifier, + STATE(7699), 1, + sym_base_class_clause, + ACTIONS(5626), 2, anon_sym___attribute__, - ACTIONS(7027), 1, anon_sym___attribute, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9428), 1, - anon_sym_requires, - STATE(6267), 1, - sym__function_attributes_end, - STATE(6416), 1, - sym_trailing_return_type, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(8996), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9069), 2, + ACTIONS(5634), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(2511), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5570), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5356), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [211641] = 18, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + [211150] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6961), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6973), 1, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(6975), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, + ACTIONS(7043), 1, anon_sym_AMP, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - STATE(5796), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6577), 1, + STATE(5864), 1, sym__declarator, - STATE(8046), 1, + STATE(7056), 1, + sym_init_declarator, + STATE(8348), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473329,252 +472976,345 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [211708] = 21, + [211220] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9492), 1, - anon_sym_requires, - STATE(6259), 1, - sym__function_attributes_end, - STATE(6426), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + STATE(5390), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6192), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9355), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - STATE(5341), 3, + ACTIONS(8930), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5316), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [211781] = 21, + [211294] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9363), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(6272), 1, - sym__function_attributes_end, - STATE(6430), 1, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6343), 1, + sym__function_attributes_end, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9355), 2, + ACTIONS(9363), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - STATE(5340), 3, + STATE(5350), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [211854] = 21, + [211367] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(5386), 1, + sym_ms_call_modifier, + STATE(6635), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(53), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [211428] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, + ACTIONS(6896), 1, anon_sym_noexcept, - ACTIONS(6881), 1, + ACTIONS(6898), 1, anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, + ACTIONS(7819), 1, anon_sym_requires, - ACTIONS(9004), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(6281), 1, + STATE(6254), 1, sym__function_attributes_end, - STATE(6368), 1, + STATE(6404), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, + ACTIONS(9363), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - STATE(5357), 3, + STATE(5352), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [211927] = 21, + [211501] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, anon_sym_LBRACK, - STATE(5982), 1, - sym_trailing_return_type, - STATE(6312), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(8996), 2, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, + anon_sym_STAR, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5775), 1, + sym__scope_resolution, + STATE(6369), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [211568] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - anon_sym_COLON, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - STATE(5342), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [212000] = 18, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, + anon_sym_STAR, + ACTIONS(7017), 1, + anon_sym_AMP_AMP, + ACTIONS(7019), 1, + anon_sym_AMP, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + STATE(5786), 1, + sym__scope_resolution, + STATE(6591), 1, + sym__declarator, + STATE(8045), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [211635] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6366), 1, + STATE(6361), 1, sym__declarator, - STATE(7943), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473586,44 +473326,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212067] = 18, + [211702] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6602), 1, + STATE(6411), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473635,96 +473375,129 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212134] = 21, + [211769] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(5285), 1, + anon_sym_LBRACE, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, + ACTIONS(5455), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5457), 25, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [211810] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(9481), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(9484), 1, anon_sym___attribute, - ACTIONS(7786), 1, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9438), 1, - anon_sym_requires, - STATE(5952), 1, + STATE(5538), 1, sym_trailing_return_type, - STATE(6338), 1, + STATE(5682), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9355), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9419), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - STATE(5346), 3, - sym__function_exception_specification, - sym_noexcept, - sym_throw_specifier, - [212207] = 18, + ACTIONS(9479), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [211877] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6953), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(6955), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(6957), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5761), 1, sym__scope_resolution, - STATE(6363), 1, + STATE(6276), 1, sym__declarator, - STATE(7943), 1, + STATE(7941), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473736,44 +473509,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212274] = 18, + [211944] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6613), 1, + STATE(6444), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473785,44 +473558,93 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212341] = 18, + [212011] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(8932), 1, + anon_sym___attribute__, + ACTIONS(8935), 1, + anon_sym___attribute, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(5558), 1, + sym_trailing_return_type, + STATE(5680), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [212078] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6354), 1, + STATE(6355), 1, sym__declarator, - STATE(7943), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473834,90 +473656,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212408] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(5390), 1, - sym_ms_call_modifier, - STATE(6650), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(53), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [212469] = 18, + [212145] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6983), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(6985), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(6987), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(6989), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5784), 1, sym__scope_resolution, - STATE(6425), 1, + STATE(6088), 1, sym__declarator, - STATE(7943), 1, + STATE(7853), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473929,44 +473705,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212536] = 18, + [212212] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5787), 1, sym__scope_resolution, - STATE(6427), 1, + STATE(6575), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -473978,64 +473754,18 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212603] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(5438), 1, - sym_ms_call_modifier, - STATE(6692), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(53), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [212664] = 18, + [212279] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, @@ -474047,21 +473777,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, ACTIONS(5618), 1, sym_identifier, - ACTIONS(6066), 1, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - STATE(5768), 1, + STATE(5787), 1, sym__scope_resolution, - STATE(6603), 1, + STATE(6584), 1, sym__declarator, - STATE(8547), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474073,93 +473803,96 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212731] = 18, + [212346] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(8998), 1, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(9001), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(9004), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5606), 1, + STATE(5942), 1, sym_trailing_return_type, - STATE(5731), 1, + STATE(6333), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(8930), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [212798] = 18, + STATE(5343), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [212419] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5787), 1, sym__scope_resolution, - STATE(6386), 1, + STATE(6596), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474171,80 +473904,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212865] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, - ACTIONS(5466), 1, - anon_sym_LBRACE, - ACTIONS(5439), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5441), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [212906] = 18, + [212486] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, - anon_sym_STAR, - ACTIONS(3251), 1, - anon_sym_AMP, - ACTIONS(5618), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6066), 1, + ACTIONS(5719), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - STATE(5768), 1, + ACTIONS(6977), 1, + anon_sym_STAR, + ACTIONS(6979), 1, + anon_sym_AMP_AMP, + ACTIONS(6981), 1, + anon_sym_AMP, + STATE(5761), 1, sym__scope_resolution, - STATE(6580), 1, + STATE(6484), 1, sym__declarator, - STATE(8547), 1, + STATE(7994), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474256,44 +473953,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [212973] = 18, + [212553] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6953), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6955), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6957), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6959), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5734), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6075), 1, + STATE(6425), 1, sym__declarator, - STATE(7854), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474305,96 +474002,240 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213040] = 21, + [212620] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(5448), 1, + sym_ms_call_modifier, + STATE(6627), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(53), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [212681] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6879), 1, - anon_sym_noexcept, - ACTIONS(6881), 1, - anon_sym_throw, - ACTIONS(7025), 1, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(8932), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(8935), 1, anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(5522), 1, + sym_trailing_return_type, + STATE(5688), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [212748] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9365), 1, + anon_sym___attribute__, + ACTIONS(9368), 1, + anon_sym___attribute, + ACTIONS(9371), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5947), 1, + ACTIONS(9379), 1, + anon_sym_requires, + STATE(5623), 1, sym_trailing_return_type, - STATE(6325), 1, + STATE(5689), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - ACTIONS(9355), 2, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [212815] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(6003), 1, + sym_trailing_return_type, + STATE(6329), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - STATE(5350), 3, + STATE(5349), 3, sym__function_exception_specification, sym_noexcept, sym_throw_specifier, - [213113] = 18, + [212888] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6576), 1, + STATE(6368), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474406,44 +474247,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213180] = 18, + [212955] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5787), 1, sym__scope_resolution, - STATE(6352), 1, + STATE(6384), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474455,90 +474296,93 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213247] = 15, + [213022] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5707), 1, + sym_identifier, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7039), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(7041), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(7043), 1, anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(5404), 1, - sym_ms_call_modifier, - STATE(6665), 1, - sym__type_declarator, - STATE(8637), 1, + STATE(5761), 1, + sym__scope_resolution, + STATE(6052), 1, + sym__declarator, + STATE(8348), 1, sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(53), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [213308] = 18, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [213089] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5618), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7017), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7019), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7021), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5786), 1, sym__scope_resolution, - STATE(6435), 1, + STATE(6561), 1, sym__declarator, - STATE(7943), 1, + STATE(8045), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474550,44 +474394,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213375] = 18, + [213156] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6981), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6983), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6985), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(5739), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5775), 1, sym__scope_resolution, - STATE(6070), 1, + STATE(6384), 1, sym__declarator, - STATE(8511), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474599,44 +474443,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213442] = 18, + [213223] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6967), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6969), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6971), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(5739), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5775), 1, sym__scope_resolution, - STATE(6521), 1, + STATE(6432), 1, sym__declarator, - STATE(7995), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474648,44 +474492,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213509] = 18, + [213290] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5787), 1, sym__scope_resolution, - STATE(6414), 1, + STATE(6595), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474697,48 +474541,97 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213576] = 18, + [213357] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(9481), 1, + anon_sym___attribute__, + ACTIONS(9484), 1, + anon_sym___attribute, + ACTIONS(9487), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9495), 1, + anon_sym_requires, + STATE(5594), 1, + sym_trailing_return_type, + STATE(5690), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 7, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [213424] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(9357), 1, + ACTIONS(9365), 1, anon_sym___attribute__, - ACTIONS(9360), 1, + ACTIONS(9368), 1, anon_sym___attribute, - ACTIONS(9363), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5574), 1, + STATE(5550), 1, sym_trailing_return_type, - STATE(5710), 1, + STATE(5681), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 7, + ACTIONS(9363), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -474746,44 +474639,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [213643] = 18, + [213491] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3245), 1, + anon_sym_LPAREN2, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, + anon_sym_STAR, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, + anon_sym_AMP, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5775), 1, + sym__scope_resolution, + STATE(6418), 1, + sym__declarator, + STATE(8517), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(5997), 11, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + sym_reference_declarator, + sym_structured_binding_declarator, + sym_template_function, + sym_destructor_name, + sym_qualified_identifier, + sym_operator_name, + [213558] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(5994), 1, + sym_trailing_return_type, + STATE(6335), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9363), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5344), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [213631] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6449), 1, + STATE(6353), 1, sym__declarator, - STATE(7943), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474795,44 +474789,96 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213710] = 18, + [213698] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9424), 1, + anon_sym_requires, + STATE(6259), 1, + sym__function_attributes_end, + STATE(6387), 1, + sym_trailing_return_type, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8930), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5341), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [213771] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6973), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6975), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6977), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6979), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5796), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6610), 1, + STATE(6424), 1, sym__declarator, - STATE(8046), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474844,34 +474890,34 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213777] = 15, + [213838] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(5386), 1, + STATE(5450), 1, sym_ms_call_modifier, - STATE(6640), 1, + STATE(6621), 1, sym__type_declarator, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -474883,51 +474929,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [213838] = 18, + [213899] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(5707), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(5719), 1, + anon_sym_COLON_COLON, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(6977), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(6979), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(6981), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5761), 1, sym__scope_resolution, - STATE(6359), 1, + STATE(6539), 1, sym__declarator, - STATE(7943), 1, + STATE(7994), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -474939,93 +474985,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [213905] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(8998), 1, - anon_sym___attribute__, - ACTIONS(9001), 1, - anon_sym___attribute, - ACTIONS(9004), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(5532), 1, - sym_trailing_return_type, - STATE(5658), 1, - sym__function_attributes_end, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [213972] = 18, + [213966] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(3249), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(3251), 1, + ACTIONS(7009), 1, + anon_sym_AMP_AMP, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(5618), 1, - sym_identifier, - ACTIONS(6066), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - ACTIONS(6961), 1, - anon_sym_LBRACK, - STATE(5768), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6363), 1, + STATE(6409), 1, sym__declarator, - STATE(8547), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -475037,44 +475034,96 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [214039] = 18, + [214033] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(6253), 1, + sym__function_attributes_end, + STATE(6402), 1, + sym_trailing_return_type, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(8930), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5351), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [214106] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(5693), 1, - sym_identifier, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(7017), 1, + ACTIONS(7005), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(7019), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(7021), 1, + ACTIONS(7011), 1, anon_sym_AMP, - STATE(5739), 1, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + STATE(5775), 1, sym__scope_resolution, - STATE(6263), 1, + STATE(6372), 1, sym__declarator, - STATE(7942), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -475086,44 +475135,44 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [214106] = 18, + [214173] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, - sym_identifier, - ACTIONS(6989), 1, + ACTIONS(3249), 1, anon_sym_STAR, - ACTIONS(6991), 1, - anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(3251), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(5618), 1, + sym_identifier, + ACTIONS(6157), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + ACTIONS(6959), 1, + anon_sym_LBRACK, + STATE(5787), 1, sym__scope_resolution, - STATE(6385), 1, + STATE(6559), 1, sym__declarator, - STATE(7943), 1, + STATE(7995), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -475135,44 +475184,96 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [214173] = 18, + [214240] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6896), 1, + anon_sym_noexcept, + ACTIONS(6898), 1, + anon_sym_throw, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(9371), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9498), 1, + anon_sym_requires, + STATE(6260), 1, + sym__function_attributes_end, + STATE(6389), 1, + sym_trailing_return_type, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9363), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + STATE(5355), 3, + sym__function_exception_specification, + sym_noexcept, + sym_throw_specifier, + [214313] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3245), 1, anon_sym_LPAREN2, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6961), 1, + ACTIONS(6959), 1, anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7005), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7007), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(7009), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(7011), 1, anon_sym_AMP, - ACTIONS(6995), 1, + ACTIONS(7013), 1, anon_sym_COLON_COLON, - STATE(5807), 1, + STATE(5775), 1, sym__scope_resolution, - STATE(6383), 1, + STATE(6365), 1, sym__declarator, - STATE(7943), 1, + STATE(8517), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(5989), 11, + STATE(5997), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -475184,288 +475285,283 @@ static const uint16_t ts_small_parse_table[] = { sym_destructor_name, sym_qualified_identifier, sym_operator_name, - [214240] = 18, + [214380] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3245), 1, - anon_sym_LPAREN2, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6961), 1, - anon_sym_LBRACK, - ACTIONS(6987), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(6989), 1, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(6991), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(6993), 1, + ACTIONS(8013), 1, anon_sym_AMP, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - STATE(5807), 1, - sym__scope_resolution, - STATE(6408), 1, - sym__declarator, - STATE(7943), 1, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(5406), 1, + sym_ms_call_modifier, + STATE(6651), 1, + sym__type_declarator, + STATE(7919), 1, sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(5989), 11, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - sym_reference_declarator, - sym_structured_binding_declarator, - sym_template_function, - sym_destructor_name, - sym_qualified_identifier, - sym_operator_name, - [214307] = 18, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(53), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [214441] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(9481), 1, - anon_sym___attribute__, - ACTIONS(9484), 1, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(9487), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9498), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, anon_sym_requires, - STATE(5535), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9394), 1, + anon_sym___asm, + STATE(5391), 1, sym_trailing_return_type, - STATE(5663), 1, + STATE(5685), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9495), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(9363), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [214374] = 18, + [214507] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(9357), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(9360), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(9363), 1, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, + ACTIONS(9495), 1, anon_sym_requires, - STATE(5533), 1, + STATE(5594), 1, sym_trailing_return_type, - STATE(5662), 1, + STATE(5902), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 7, - anon_sym_COMMA, + ACTIONS(9479), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [214441] = 18, + [214573] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9507), 1, + ACTIONS(9394), 1, anon_sym___asm, - STATE(5393), 1, + ACTIONS(9397), 1, + anon_sym_requires, + STATE(5474), 1, sym_trailing_return_type, - STATE(5653), 1, + STATE(5693), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - ACTIONS(9504), 2, + ACTIONS(9391), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(9363), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [214507] = 18, + [214639] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, + ACTIONS(9379), 1, anon_sym_requires, - ACTIONS(9397), 1, - anon_sym___asm, - STATE(5533), 1, + STATE(5623), 1, sym_trailing_return_type, - STATE(5676), 1, + STATE(5896), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_COMMA, + ACTIONS(9363), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [214573] = 18, + anon_sym_try, + [214705] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9507), 1, + ACTIONS(9495), 1, + anon_sym_requires, + ACTIONS(9504), 1, anon_sym___asm, - STATE(5550), 1, + STATE(5594), 1, sym_trailing_return_type, - STATE(5684), 1, + STATE(5707), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - ACTIONS(9504), 2, + ACTIONS(9501), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, ACTIONS(9479), 6, @@ -475475,1739 +475571,1737 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [214639] = 18, + [214771] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(5574), 1, + ACTIONS(9504), 1, + anon_sym___asm, + STATE(5538), 1, sym_trailing_return_type, - STATE(5891), 1, + STATE(5703), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(9501), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9479), 6, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [214705] = 18, + [214837] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9397), 1, + ACTIONS(9504), 1, anon_sym___asm, - STATE(5574), 1, + ACTIONS(9507), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9510), 1, + anon_sym_requires, + STATE(5414), 1, sym_trailing_return_type, - STATE(5686), 1, + STATE(5694), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(9501), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9479), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [214771] = 18, + anon_sym_try, + [214903] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5606), 1, + STATE(5538), 1, sym_trailing_return_type, - STATE(5639), 1, + STATE(5930), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_COMMA, + ACTIONS(9479), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [214837] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5466), 1, - anon_sym_LBRACE, - ACTIONS(5439), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5441), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - 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, - anon_sym__Nonnull, - anon_sym_mutable, - anon_sym_constinit, - anon_sym_consteval, - anon_sym_PROGMEM, - anon_sym_alignas, - anon_sym__Alignas, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [214875] = 18, + anon_sym_try, + [214969] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, + ACTIONS(9504), 1, anon_sym___asm, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5447), 1, + ACTIONS(9507), 1, + anon_sym_LBRACK_LBRACK, + STATE(5392), 1, sym_trailing_return_type, - STATE(5682), 1, + STATE(5686), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(9501), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(9479), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [214941] = 18, + [215035] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(5532), 1, + ACTIONS(9127), 1, + anon_sym___asm, + STATE(5558), 1, sym_trailing_return_type, - STATE(5934), 1, + STATE(5701), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(9124), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(8930), 6, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [215007] = 18, + [215101] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9131), 1, - anon_sym___asm, - STATE(5391), 1, - sym_trailing_return_type, - STATE(5656), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9128), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(5285), 1, + anon_sym_LBRACE, + ACTIONS(5455), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5457), 25, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [215073] = 18, + anon_sym_STAR, + anon_sym_AMP_AMP, + 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, + anon_sym__Nonnull, + anon_sym_mutable, + anon_sym_constinit, + anon_sym_consteval, + anon_sym_PROGMEM, + anon_sym_alignas, + anon_sym__Alignas, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [215139] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7012), 1, - anon_sym_DASH_GT, + ACTIONS(6967), 1, + anon_sym___attribute, ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9391), 1, + anon_sym_DASH_GT, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9397), 1, - anon_sym___asm, - STATE(5392), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(5550), 1, sym_trailing_return_type, - STATE(5648), 1, + STATE(5891), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_COMMA, + ACTIONS(9363), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - [215139] = 18, + [215205] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9487), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9498), 1, + ACTIONS(8946), 1, anon_sym_requires, - ACTIONS(9507), 1, + ACTIONS(9127), 1, anon_sym___asm, - STATE(5535), 1, + STATE(5522), 1, sym_trailing_return_type, - STATE(5675), 1, + STATE(5705), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(9495), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - ACTIONS(9504), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [215205] = 18, + [215271] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9397), 1, + ACTIONS(9127), 1, anon_sym___asm, - ACTIONS(9406), 1, - anon_sym_requires, - STATE(5448), 1, + STATE(5390), 1, sym_trailing_return_type, - STATE(5687), 1, + STATE(5684), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9394), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [215271] = 18, + [215337] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9487), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5550), 1, + STATE(5558), 1, sym_trailing_return_type, - STATE(5898), 1, + STATE(5931), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(8930), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [215337] = 18, + [215403] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9507), 1, + ACTIONS(9127), 1, anon_sym___asm, - ACTIONS(9510), 1, + ACTIONS(9130), 1, anon_sym_requires, - STATE(5449), 1, + STATE(5433), 1, sym_trailing_return_type, - STATE(5688), 1, + STATE(5692), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(9495), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - ACTIONS(9504), 2, + ACTIONS(9124), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(8930), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [215403] = 18, + [215469] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, + ACTIONS(9379), 1, anon_sym_requires, - STATE(5533), 1, + ACTIONS(9394), 1, + anon_sym___asm, + STATE(5623), 1, sym_trailing_return_type, - STATE(5932), 1, + STATE(5706), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(9391), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9363), 6, + anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [215469] = 18, + [215535] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(7025), 1, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - ACTIONS(9131), 1, + ACTIONS(9394), 1, anon_sym___asm, - STATE(5532), 1, + STATE(5550), 1, sym_trailing_return_type, - STATE(5677), 1, + STATE(5702), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9128), 2, + ACTIONS(9391), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(9363), 6, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [215535] = 18, + [215601] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5606), 1, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(5522), 1, sym_trailing_return_type, - STATE(5939), 1, + STATE(5938), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5389), 2, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(8930), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [215601] = 18, + [215667] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7031), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9487), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9498), 1, - anon_sym_requires, - STATE(5535), 1, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + STATE(5391), 1, sym_trailing_return_type, - STATE(5930), 1, + STATE(5840), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9495), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [215667] = 18, + anon_sym_GT2, + [215732] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9151), 1, + ACTIONS(9516), 1, anon_sym_requires, - STATE(5871), 1, + STATE(5972), 1, sym_trailing_return_type, - STATE(6112), 1, + STATE(6086), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9479), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [215732] = 18, + [215797] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, + ACTIONS(7271), 1, + anon_sym_requires, ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(5849), 1, + STATE(5956), 1, sym_trailing_return_type, - STATE(6115), 1, + STATE(6049), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, ACTIONS(9479), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [215797] = 18, + [215862] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9513), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9522), 1, - anon_sym_requires, - STATE(5825), 1, + STATE(5882), 1, sym_trailing_return_type, - STATE(5917), 1, + STATE(5922), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [215862] = 18, + [215927] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5392), 1, + STATE(5842), 1, sym_trailing_return_type, - STATE(5872), 1, + STATE(5923), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [215927] = 18, + [215992] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(5982), 1, + ACTIONS(9519), 1, + anon_sym_requires, + STATE(5879), 1, sym_trailing_return_type, - STATE(6078), 1, + STATE(6059), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9479), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [215992] = 18, + anon_sym_EQ, + anon_sym_try, + [216057] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - STATE(6026), 1, - sym__function_attributes_end, - STATE(6161), 1, + STATE(5942), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6062), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(8930), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_try, - [216057] = 18, + [216122] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7023), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5391), 1, + STATE(5882), 1, sym_trailing_return_type, - STATE(5826), 1, + STATE(6119), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(8930), 5, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [216122] = 18, + anon_sym_try, + [216187] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9525), 1, + ACTIONS(9257), 1, anon_sym_requires, - STATE(6016), 1, + STATE(5944), 1, sym__function_attributes_end, - STATE(6140), 1, + STATE(6200), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9495), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, + ACTIONS(8930), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - [216187] = 18, + [216252] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9522), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5825), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(5994), 1, sym_trailing_return_type, - STATE(6068), 1, + STATE(6111), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + [216317] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5851), 1, + sym_trailing_return_type, + STATE(5926), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_EQ, - anon_sym_try, - [216252] = 18, + anon_sym_GT2, + [216382] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7146), 1, anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9507), 1, anon_sym_LBRACK_LBRACK, - STATE(6036), 1, + STATE(6019), 1, sym__function_attributes_end, - STATE(6173), 1, + STATE(6144), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9479), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - [216317] = 18, + [216447] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7112), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9422), 1, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9434), 1, anon_sym_requires, - STATE(5865), 1, - sym_trailing_return_type, - STATE(6069), 1, + STATE(5985), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6202), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9363), 5, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, anon_sym_try, - [216382] = 18, + [216512] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7267), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5447), 1, - sym_trailing_return_type, - STATE(5873), 1, + STATE(6020), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6142), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_COMMA, + ACTIONS(9363), 5, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_EQ, - anon_sym_GT2, - [216447] = 18, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [216577] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(5947), 1, + ACTIONS(9522), 1, + anon_sym___attribute__, + ACTIONS(9525), 1, + anon_sym___attribute, + STATE(5880), 1, sym_trailing_return_type, - STATE(6092), 1, + STATE(5924), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9479), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - [216512] = 18, + anon_sym_EQ, + anon_sym_GT2, + [216642] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5963), 1, + ACTIONS(9431), 1, + anon_sym_requires, + STATE(5825), 1, sym_trailing_return_type, - STATE(6105), 1, + STATE(6061), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9363), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [216577] = 18, + anon_sym_EQ, + anon_sym_try, + [216707] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9151), 1, + ACTIONS(9519), 1, anon_sym_requires, - ACTIONS(9174), 1, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9525), 1, anon_sym___attribute, - STATE(5871), 1, + STATE(5879), 1, sym_trailing_return_type, - STATE(5911), 1, + STATE(5928), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9479), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [216642] = 18, + [216772] = 18, ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + sym_comment, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9422), 1, - anon_sym_requires, - STATE(5865), 1, + STATE(5390), 1, sym_trailing_return_type, - STATE(5915), 1, + STATE(5839), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [216707] = 18, + [216837] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9507), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9194), 1, + ACTIONS(9528), 1, anon_sym_requires, - STATE(6025), 1, + STATE(6009), 1, sym__function_attributes_end, - STATE(6133), 1, + STATE(6203), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9479), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_try, - [216772] = 18, + [216902] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9435), 1, + ACTIONS(9329), 1, anon_sym_requires, - STATE(5941), 1, - sym__function_attributes_end, - STATE(6139), 1, + STATE(6003), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6090), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(8930), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_try, - [216837] = 18, + [216967] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9130), 1, anon_sym_requires, - STATE(5953), 1, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + STATE(5433), 1, sym_trailing_return_type, - STATE(6079), 1, + STATE(5844), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - [216902] = 18, + anon_sym_EQ, + anon_sym_GT2, + [217032] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9510), 1, + ACTIONS(9397), 1, anon_sym_requires, - ACTIONS(9513), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5449), 1, + STATE(5474), 1, sym_trailing_return_type, - STATE(5879), 1, + STATE(5845), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9495), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [216967] = 18, + [217097] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9513), 1, + ACTIONS(9507), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9510), 1, + anon_sym_requires, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9525), 1, anon_sym___attribute, - STATE(5849), 1, + STATE(5414), 1, sym_trailing_return_type, - STATE(5886), 1, + STATE(5846), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, ACTIONS(9479), 5, @@ -477216,186 +477310,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [217032] = 18, + [217162] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5843), 1, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, sym_trailing_return_type, - STATE(6081), 1, + STATE(6053), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [217097] = 18, + [217227] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7274), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, - anon_sym_LBRACK_LBRACK, - STATE(6007), 1, - sym__function_attributes_end, - STATE(6149), 1, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5851), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6037), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_RPAREN, + ACTIONS(8930), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_try, - [217162] = 18, + [217292] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9528), 1, + ACTIONS(7146), 1, anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - STATE(6039), 1, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9121), 1, + anon_sym_LBRACK_LBRACK, + STATE(6014), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6140), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9519), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_COMMA, + ACTIONS(8930), 5, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, - [217227] = 18, + anon_sym_try, + [217357] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7023), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(7267), 1, + ACTIONS(7261), 1, anon_sym_DASH_GT, ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9507), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9513), 1, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9525), 1, anon_sym___attribute, - STATE(5393), 1, + STATE(5392), 1, sym_trailing_return_type, - STATE(5867), 1, + STATE(5841), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, ACTIONS(9479), 5, @@ -477404,867 +477498,774 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [217292] = 18, + [217422] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7098), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(5837), 1, + STATE(5842), 1, sym_trailing_return_type, - STATE(6100), 1, + STATE(6108), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9363), 5, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [217357] = 18, + [217487] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, - anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - STATE(5843), 1, + STATE(5880), 1, sym_trailing_return_type, - STATE(5901), 1, + STATE(6112), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9479), 5, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [217422] = 18, + anon_sym_try, + [217552] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7267), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9406), 1, - anon_sym_requires, - ACTIONS(9413), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5448), 1, + ACTIONS(9431), 1, + anon_sym_requires, + STATE(5825), 1, sym_trailing_return_type, - STATE(5869), 1, + STATE(5927), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9373), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9363), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_EQ, anon_sym_GT2, - [217487] = 18, + [217617] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7094), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(7098), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(5837), 1, + STATE(6148), 1, sym_trailing_return_type, - STATE(5900), 1, + STATE(6153), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(8930), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_EQ, anon_sym_GT2, - [217552] = 18, + [217681] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7259), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9438), 1, + ACTIONS(7319), 1, anon_sym_requires, - STATE(5952), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(6149), 1, sym_trailing_return_type, - STATE(6055), 1, + STATE(6154), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9363), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - [217617] = 18, + anon_sym_GT2, + [217745] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9471), 1, + ACTIONS(9531), 1, anon_sym_requires, - STATE(6126), 1, - sym__function_attributes_end, - STATE(6182), 1, + STATE(6159), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6165), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 4, + ACTIONS(9479), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [217681] = 18, + [217809] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9370), 1, + ACTIONS(7319), 1, anon_sym_requires, - STATE(6219), 1, + ACTIONS(9490), 1, + anon_sym_LBRACK, + STATE(6150), 1, sym_trailing_return_type, - STATE(6227), 1, + STATE(6155), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 4, + ACTIONS(9479), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [217745] = 18, + [217873] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(6190), 1, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(6157), 1, sym_trailing_return_type, - STATE(6216), 1, + STATE(6163), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 4, + ACTIONS(8930), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [217809] = 18, + [217937] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(6189), 1, + ACTIONS(9465), 1, + anon_sym_requires, + STATE(6158), 1, sym_trailing_return_type, - STATE(6197), 1, + STATE(6164), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 4, + ACTIONS(9363), 4, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [217873] = 18, + [218001] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(6185), 1, - sym_trailing_return_type, - STATE(6196), 1, + ACTIONS(9247), 1, + anon_sym___attribute__, + ACTIONS(9250), 1, + anon_sym___attribute, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(6068), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6157), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(8930), 3, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [217937] = 18, + [218064] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7331), 1, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9531), 1, - anon_sym_requires, - STATE(6171), 1, - sym_trailing_return_type, - STATE(6210), 1, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + STATE(6092), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6149), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(9363), 3, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [218001] = 18, + [218127] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7502), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5447), 1, + STATE(5390), 1, sym_trailing_return_type, - STATE(6134), 1, + STATE(6192), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_EQ, - [218064] = 18, + [218190] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9412), 1, anon_sym___attribute, - STATE(5982), 1, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, sym_trailing_return_type, - STATE(6114), 1, + STATE(6066), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9363), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - [218127] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, - sym_identifier, - ACTIONS(9534), 1, - anon_sym_LPAREN2, - ACTIONS(9536), 1, - anon_sym_LBRACE, - ACTIONS(9540), 1, - anon_sym_requires, - STATE(2761), 1, - sym_template_type, - STATE(3897), 1, - sym_requirement_seq, - STATE(5912), 1, - sym_lambda_capture_specifier, - STATE(6555), 1, - sym__scope_resolution, - STATE(7629), 1, - sym_requires_parameter_list, - ACTIONS(9538), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3954), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [218188] = 18, + [218253] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7272), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9513), 1, - anon_sym___attribute__, - ACTIONS(9516), 1, - anon_sym___attribute, - STATE(5963), 1, + ACTIONS(9388), 1, + anon_sym_LBRACK_LBRACK, + STATE(5391), 1, sym_trailing_return_type, - STATE(6110), 1, + STATE(6193), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - [218251] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9174), 1, - anon_sym___attribute__, - ACTIONS(9177), 1, - anon_sym___attribute, - STATE(6108), 1, - sym__function_attributes_end, - STATE(6185), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_COMMA, + ACTIONS(9363), 3, anon_sym_LPAREN2, - anon_sym_GT2, - [218314] = 18, + anon_sym_LBRACE, + anon_sym_EQ, + [218316] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7272), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9525), 1, anon_sym___attribute, - STATE(5947), 1, - sym_trailing_return_type, - STATE(6111), 1, + STATE(6093), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6150), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(9479), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - [218377] = 18, + anon_sym_GT2, + [218379] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7527), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9525), 1, anon_sym___attribute, - ACTIONS(9370), 1, + ACTIONS(9531), 1, anon_sym_requires, - STATE(6063), 1, + STATE(6042), 1, sym__function_attributes_end, - STATE(6219), 1, + STATE(6159), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9479), 3, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_GT2, - [218440] = 17, + [218442] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9202), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9445), 1, sym_identifier, - ACTIONS(9542), 1, + ACTIONS(9534), 1, anon_sym_LPAREN2, - ACTIONS(9544), 1, + ACTIONS(9536), 1, anon_sym_LBRACE, - ACTIONS(9548), 1, + ACTIONS(9540), 1, anon_sym_requires, - STATE(1781), 1, + STATE(2452), 1, sym_template_type, - STATE(3275), 1, + STATE(4242), 1, sym_requirement_seq, - STATE(5920), 1, + STATE(5889), 1, sym_lambda_capture_specifier, - STATE(6510), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(7550), 1, + STATE(7589), 1, sym_requires_parameter_list, - ACTIONS(9546), 2, + ACTIONS(9538), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4200), 8, + STATE(4795), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -478273,171 +478274,42 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [218501] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7588), 1, - anon_sym_STAR, - ACTIONS(7590), 1, - anon_sym_AMP_AMP, - ACTIONS(7592), 1, - anon_sym_AMP, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8237), 1, - anon_sym___asm, - STATE(2844), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5942), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [218552] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9501), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9510), 1, - anon_sym_requires, - STATE(5449), 1, - sym_trailing_return_type, - STATE(6136), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9495), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - [218615] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9406), 1, - anon_sym_requires, - STATE(5448), 1, - sym_trailing_return_type, - STATE(6135), 1, - sym__function_attributes_end, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - [218678] = 17, + [218503] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9291), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9457), 1, sym_identifier, - ACTIONS(9550), 1, + ACTIONS(9542), 1, anon_sym_LPAREN2, - ACTIONS(9552), 1, + ACTIONS(9544), 1, anon_sym_LBRACE, - ACTIONS(9556), 1, + ACTIONS(9548), 1, anon_sym_requires, - STATE(2466), 1, - sym_template_type, - STATE(4216), 1, + STATE(3287), 1, sym_requirement_seq, - STATE(5931), 1, + STATE(3660), 1, + sym_template_type, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6515), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(7567), 1, + STATE(7636), 1, sym_requires_parameter_list, - ACTIONS(9554), 2, + ACTIONS(9546), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4805), 8, + STATE(4238), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -478446,395 +478318,306 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [218739] = 18, + [218564] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(9416), 1, - anon_sym___attribute, - ACTIONS(9471), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(6062), 1, - sym__function_attributes_end, - STATE(6182), 1, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9507), 1, + anon_sym_LBRACK_LBRACK, + STATE(5392), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6194), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [218802] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, - sym_identifier, - ACTIONS(9558), 1, + ACTIONS(9479), 3, anon_sym_LPAREN2, - ACTIONS(9560), 1, anon_sym_LBRACE, - ACTIONS(9564), 1, - anon_sym_requires, - STATE(2127), 1, - sym_template_type, - STATE(2421), 1, - sym_requirement_seq, - STATE(5935), 1, - sym_lambda_capture_specifier, - STATE(6535), 1, - sym__scope_resolution, - STATE(7498), 1, - sym_requires_parameter_list, - ACTIONS(9562), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(2423), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [218863] = 12, + anon_sym_EQ, + [218627] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(7586), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(7600), 1, + ACTIONS(7764), 1, anon_sym_LBRACK, - ACTIONS(7750), 1, + ACTIONS(7768), 1, anon_sym_STAR, - ACTIONS(7752), 1, + ACTIONS(7770), 1, anon_sym_AMP_AMP, - ACTIONS(7754), 1, + ACTIONS(7772), 1, anon_sym_AMP, - ACTIONS(8237), 1, - anon_sym___attribute, - STATE(2760), 1, + ACTIONS(8221), 1, + anon_sym___asm, + STATE(2855), 1, sym_parameter_list, - STATE(5770), 1, + STATE(5751), 1, sym__function_declarator_seq, - STATE(6021), 1, + STATE(5949), 1, sym__abstract_declarator, - STATE(5774), 5, + STATE(5750), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(8235), 11, + ACTIONS(8219), 11, anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [218914] = 18, + [218678] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9513), 1, - anon_sym___attribute__, - ACTIONS(9516), 1, - anon_sym___attribute, - ACTIONS(9531), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(6059), 1, - sym__function_attributes_end, - STATE(6171), 1, - sym_trailing_return_type, - STATE(6636), 1, - sym_gnu_asm_expression, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5349), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5416), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_GT2, - [218977] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(7389), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9174), 1, + ACTIONS(9409), 1, anon_sym___attribute__, - ACTIONS(9177), 1, + ACTIONS(9412), 1, anon_sym___attribute, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5953), 1, + STATE(5994), 1, sym_trailing_return_type, - STATE(6044), 1, + STATE(6043), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9363), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - [219040] = 18, + [218741] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9125), 1, + ACTIONS(9388), 1, anon_sym_LBRACK_LBRACK, - STATE(5391), 1, + ACTIONS(9397), 1, + anon_sym_requires, + STATE(5474), 1, sym_trailing_return_type, - STATE(6144), 1, + STATE(6197), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9363), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_EQ, - [219103] = 18, + [218804] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9391), 1, - anon_sym_LBRACK_LBRACK, - STATE(5392), 1, + ACTIONS(9516), 1, + anon_sym_requires, + ACTIONS(9522), 1, + anon_sym___attribute__, + ACTIONS(9525), 1, + anon_sym___attribute, + STATE(5972), 1, sym_trailing_return_type, - STATE(6146), 1, + STATE(6067), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(9479), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACE, - anon_sym_EQ, - [219166] = 18, + [218867] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7529), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9501), 1, + ACTIONS(9121), 1, anon_sym_LBRACK_LBRACK, - STATE(5393), 1, + ACTIONS(9130), 1, + anon_sym_requires, + STATE(5433), 1, sym_trailing_return_type, - STATE(6152), 1, + STATE(6196), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - STATE(5349), 2, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACE, anon_sym_EQ, - [219229] = 17, + [218930] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9248), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9441), 1, sym_identifier, - ACTIONS(9566), 1, + ACTIONS(9542), 1, anon_sym_LPAREN2, - ACTIONS(9568), 1, + ACTIONS(9544), 1, anon_sym_LBRACE, - ACTIONS(9572), 1, + ACTIONS(9548), 1, anon_sym_requires, - STATE(2648), 1, + STATE(1672), 1, sym_template_type, - STATE(3590), 1, + STATE(3287), 1, sym_requirement_seq, - STATE(5895), 1, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6551), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(7703), 1, + STATE(7636), 1, sym_requires_parameter_list, - ACTIONS(9570), 2, + ACTIONS(9550), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3585), 8, + STATE(4186), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -478843,42 +478626,42 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [219290] = 17, + [218991] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9334), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(9470), 1, sym_identifier, - ACTIONS(9574), 1, + ACTIONS(9552), 1, anon_sym_LPAREN2, - ACTIONS(9576), 1, + ACTIONS(9554), 1, anon_sym_LBRACE, - ACTIONS(9580), 1, + ACTIONS(9558), 1, anon_sym_requires, - STATE(2707), 1, + STATE(2119), 1, sym_template_type, - STATE(3656), 1, + STATE(2513), 1, sym_requirement_seq, - STATE(5922), 1, + STATE(5915), 1, sym_lambda_capture_specifier, - STATE(6554), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(7720), 1, + STATE(7679), 1, sym_requires_parameter_list, - ACTIONS(9578), 2, + ACTIONS(9556), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3768), 8, + STATE(2514), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -478887,42 +478670,126 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [219351] = 17, + [219052] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9409), 1, + anon_sym___attribute__, + ACTIONS(9412), 1, + anon_sym___attribute, + ACTIONS(9465), 1, + anon_sym_requires, + STATE(6101), 1, + sym__function_attributes_end, + STATE(6158), 1, + sym_trailing_return_type, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_GT2, + [219115] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7752), 1, + anon_sym_STAR, + ACTIONS(7754), 1, + anon_sym_AMP_AMP, + ACTIONS(7756), 1, + anon_sym_AMP, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8221), 1, + anon_sym___attribute, + STATE(2799), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6017), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [219166] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9225), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9453), 1, sym_identifier, - ACTIONS(9542), 1, + ACTIONS(9560), 1, anon_sym_LPAREN2, - ACTIONS(9544), 1, + ACTIONS(9562), 1, anon_sym_LBRACE, - ACTIONS(9548), 1, + ACTIONS(9566), 1, anon_sym_requires, - STATE(3275), 1, - sym_requirement_seq, - STATE(3649), 1, + STATE(2699), 1, sym_template_type, - STATE(5920), 1, + STATE(3732), 1, + sym_requirement_seq, + STATE(5933), 1, sym_lambda_capture_specifier, - STATE(6557), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(7550), 1, + STATE(7784), 1, sym_requires_parameter_list, - ACTIONS(9582), 2, + ACTIONS(9564), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4226), 8, + STATE(3652), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -478931,1129 +478798,1145 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [219412] = 18, + [219227] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7389), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9438), 1, - anon_sym_requires, - STATE(5952), 1, + STATE(5942), 1, sym_trailing_return_type, - STATE(6117), 1, + STATE(6040), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9419), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(8930), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - [219475] = 18, + [219290] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + ACTIONS(9568), 1, + anon_sym_LPAREN2, + ACTIONS(9570), 1, + anon_sym_LBRACE, + ACTIONS(9574), 1, + anon_sym_requires, + STATE(2671), 1, + sym_template_type, + STATE(3545), 1, + sym_requirement_seq, + STATE(5910), 1, + sym_lambda_capture_specifier, + STATE(6549), 1, + sym__scope_resolution, + STATE(7780), 1, + sym_requires_parameter_list, + ACTIONS(9572), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3569), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [219351] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7782), 1, + anon_sym_STAR, + ACTIONS(7784), 1, + anon_sym_AMP_AMP, + ACTIONS(7786), 1, + anon_sym_AMP, + ACTIONS(8221), 1, + anon_sym___asm, + STATE(2866), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(5943), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [219402] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9507), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9510), 1, + anon_sym_requires, + STATE(5414), 1, + sym_trailing_return_type, + STATE(6198), 1, + sym__function_attributes_end, + STATE(6683), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5356), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5425), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 3, + anon_sym_LPAREN2, + anon_sym_LBRACE, + anon_sym_EQ, + [219465] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, + sym_identifier, + ACTIONS(9576), 1, + anon_sym_LPAREN2, + ACTIONS(9578), 1, + anon_sym_LBRACE, + ACTIONS(9582), 1, + anon_sym_requires, + STATE(2781), 1, + sym_template_type, + STATE(3857), 1, + sym_requirement_seq, + STATE(5905), 1, + sym_lambda_capture_specifier, + STATE(6530), 1, + sym__scope_resolution, + STATE(7496), 1, + sym_requires_parameter_list, + ACTIONS(9580), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3887), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [219526] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7389), 1, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9513), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9250), 1, anon_sym___attribute, - ACTIONS(9528), 1, - anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - STATE(6047), 1, + STATE(6089), 1, sym__function_attributes_end, - STATE(6636), 1, + STATE(6148), 1, + sym_trailing_return_type, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 3, + ACTIONS(8930), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - [219538] = 18, + anon_sym_GT2, + [219589] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9513), 1, + ACTIONS(9247), 1, anon_sym___attribute__, - ACTIONS(9516), 1, + ACTIONS(9250), 1, anon_sym___attribute, - STATE(6120), 1, - sym__function_attributes_end, - STATE(6190), 1, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(6003), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6065), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 3, + ACTIONS(8930), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_GT2, - [219601] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7775), 1, - anon_sym_STAR, - ACTIONS(7777), 1, - anon_sym_AMP_AMP, - ACTIONS(7779), 1, - anon_sym_AMP, - ACTIONS(8237), 1, - anon_sym___asm, - STATE(2862), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(5983), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, [219652] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7345), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(7527), 1, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9413), 1, + ACTIONS(9522), 1, anon_sym___attribute__, - ACTIONS(9416), 1, + ACTIONS(9525), 1, anon_sym___attribute, - STATE(6109), 1, - sym__function_attributes_end, - STATE(6189), 1, + STATE(5956), 1, sym_trailing_return_type, - STATE(6636), 1, + STATE(6044), 1, + sym__function_attributes_end, + STATE(6683), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5349), 2, + STATE(5356), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5416), 2, + STATE(5425), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(9479), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_GT2, - [219715] = 18, + [219715] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, - anon_sym___asm, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9487), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, - anon_sym_LBRACK, - STATE(6264), 1, - sym__function_attributes_end, - STATE(6351), 1, - sym_trailing_return_type, - STATE(6620), 1, - sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(9479), 2, + ACTIONS(8421), 1, + anon_sym_COMMA, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(9586), 1, + anon_sym_SEMI, + ACTIONS(9588), 1, + anon_sym_LBRACE, + ACTIONS(9590), 1, + anon_sym_LBRACK, + ACTIONS(9592), 1, + anon_sym_EQ, + ACTIONS(9594), 1, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9596), 1, + anon_sym_try, + STATE(2006), 1, + sym_compound_statement, + STATE(2007), 1, + sym_default_method_clause, + STATE(2008), 1, + sym_delete_method_clause, + STATE(2009), 1, + sym_pure_virtual_clause, + STATE(2010), 1, + sym_try_statement, + STATE(2827), 1, + sym_parameter_list, + STATE(6339), 1, + sym__function_declarator_seq, + STATE(6718), 1, + sym_bitfield_clause, + STATE(6720), 1, + sym_initializer_list, + STATE(6727), 1, + aux_sym_field_declaration_repeat1, + STATE(7894), 1, sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - [219777] = 18, + [219789] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9487), 1, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9584), 1, + ACTIONS(9498), 1, anon_sym_requires, - STATE(6256), 1, + STATE(6260), 1, sym__function_attributes_end, - STATE(6421), 1, + STATE(6389), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9479), 2, + ACTIONS(9363), 2, anon_sym_LPAREN2, anon_sym_COLON, - ACTIONS(9495), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - [219839] = 18, + [219851] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7272), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5947), 1, + STATE(5942), 1, sym_trailing_return_type, - STATE(6325), 1, + STATE(6333), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - ACTIONS(9355), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - [219901] = 18, + [219913] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7786), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5953), 1, + STATE(5994), 1, sym_trailing_return_type, - STATE(6347), 1, + STATE(6335), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(9363), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - [219963] = 18, + [219975] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7786), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9438), 1, - anon_sym_requires, - STATE(5952), 1, + STATE(5956), 1, sym_trailing_return_type, - STATE(6338), 1, + STATE(6345), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9355), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - ACTIONS(9419), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + ACTIONS(9479), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - [220025] = 24, + [220037] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, + anon_sym_AMP, + STATE(5886), 1, + sym_ms_call_modifier, + STATE(6566), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + ACTIONS(1790), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [220091] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9589), 1, + ACTIONS(9590), 1, + anon_sym_LBRACK, + ACTIONS(9594), 1, + anon_sym_COLON, + ACTIONS(9598), 1, anon_sym_SEMI, - ACTIONS(9591), 1, + ACTIONS(9600), 1, anon_sym_LBRACE, - ACTIONS(9593), 1, - anon_sym_LBRACK, - ACTIONS(9595), 1, + ACTIONS(9602), 1, anon_sym_EQ, - ACTIONS(9597), 1, - anon_sym_COLON, - ACTIONS(9599), 1, + ACTIONS(9604), 1, anon_sym_try, - STATE(1670), 1, + STATE(1982), 1, sym_compound_statement, - STATE(1671), 1, + STATE(1983), 1, + sym_default_method_clause, + STATE(1984), 1, + sym_delete_method_clause, + STATE(1985), 1, sym_pure_virtual_clause, - STATE(1672), 1, + STATE(1986), 1, sym_try_statement, - STATE(1743), 1, - sym_delete_method_clause, - STATE(1759), 1, - sym_default_method_clause, - STATE(2805), 1, + STATE(2827), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6723), 1, - aux_sym_field_declaration_repeat1, - STATE(6731), 1, - sym_initializer_list, - STATE(6732), 1, + STATE(6700), 1, sym_bitfield_clause, - STATE(8010), 1, + STATE(6715), 1, + sym_initializer_list, + STATE(6716), 1, + aux_sym_field_declaration_repeat1, + STATE(7834), 1, sym_attribute_specifier, - STATE(6280), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [220099] = 18, + [220165] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9528), 1, + ACTIONS(7819), 1, anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - STATE(6333), 1, + ACTIONS(8938), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(6253), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6402), 1, + sym_trailing_return_type, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9479), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5709), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - [220161] = 18, + [220227] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(5982), 1, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(6003), 1, sym_trailing_return_type, - STATE(6312), 1, + STATE(6329), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(8996), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - [220223] = 8, + [220289] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(6889), 1, + anon_sym___asm, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(5630), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9603), 2, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, anon_sym_LBRACK, - anon_sym___asm, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5405), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9601), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, + sym_trailing_return_type, + STATE(6343), 1, + sym__function_attributes_end, + STATE(6689), 1, + sym_gnu_asm_expression, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, + ACTIONS(9363), 2, + anon_sym_LPAREN2, + anon_sym_COLON, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [220265] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9607), 2, - anon_sym_LBRACK, - anon_sym___asm, - STATE(4181), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5382), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(9605), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [220307] = 18, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + [220351] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(5963), 1, + ACTIONS(9516), 1, + anon_sym_requires, + STATE(5972), 1, sym_trailing_return_type, - STATE(6335), 1, + STATE(6307), 1, sym__function_attributes_end, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, ACTIONS(9479), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - [220369] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8256), 1, - sym_identifier, - ACTIONS(8258), 1, - anon_sym_STAR, - ACTIONS(8260), 1, - anon_sym_AMP_AMP, - ACTIONS(8262), 1, - anon_sym_AMP, - STATE(5933), 1, - sym_ms_call_modifier, - STATE(6591), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - ACTIONS(1790), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [220423] = 18, + [220413] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9004), 1, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(9371), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9428), 1, - anon_sym_requires, - STATE(6267), 1, + STATE(6254), 1, sym__function_attributes_end, - STATE(6416), 1, + STATE(6404), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, + ACTIONS(9363), 2, anon_sym_LPAREN2, anon_sym_COLON, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - [220485] = 18, + [220475] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, + ACTIONS(7819), 1, anon_sym_requires, - ACTIONS(9004), 1, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(6281), 1, + STATE(6255), 1, sym__function_attributes_end, - STATE(6368), 1, + STATE(6405), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(8996), 2, + ACTIONS(9479), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5790), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - [220547] = 24, + [220537] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(9597), 1, + ACTIONS(9594), 1, anon_sym_COLON, - ACTIONS(9609), 1, + ACTIONS(9606), 1, anon_sym_SEMI, - ACTIONS(9611), 1, + ACTIONS(9608), 1, anon_sym_LBRACE, - ACTIONS(9613), 1, + ACTIONS(9610), 1, anon_sym_EQ, - ACTIONS(9615), 1, + ACTIONS(9612), 1, anon_sym_try, - STATE(1907), 1, - sym_try_statement, - STATE(1942), 1, - sym_pure_virtual_clause, - STATE(1947), 1, - sym_default_method_clause, - STATE(1955), 1, + STATE(1673), 1, sym_compound_statement, - STATE(2033), 1, + STATE(1676), 1, + sym_default_method_clause, + STATE(1692), 1, sym_delete_method_clause, - STATE(2805), 1, + STATE(1713), 1, + sym_pure_virtual_clause, + STATE(1735), 1, + sym_try_statement, + STATE(2827), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6697), 1, + STATE(6695), 1, aux_sym_field_declaration_repeat1, - STATE(6736), 1, - sym_initializer_list, - STATE(6739), 1, + STATE(6724), 1, sym_bitfield_clause, - STATE(8273), 1, + STATE(6728), 1, + sym_initializer_list, + STATE(7843), 1, sym_attribute_specifier, - STATE(6280), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [220621] = 24, + [220611] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(7786), 1, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8417), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(9616), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5404), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9614), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(9587), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9593), 1, - anon_sym_LBRACK, - ACTIONS(9597), 1, - anon_sym_COLON, - ACTIONS(9617), 1, anon_sym_SEMI, - ACTIONS(9619), 1, anon_sym_LBRACE, - ACTIONS(9621), 1, anon_sym_EQ, - ACTIONS(9623), 1, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, anon_sym_try, - STATE(2057), 1, - sym_default_method_clause, - STATE(2058), 1, - sym_try_statement, - STATE(2060), 1, - sym_pure_virtual_clause, - STATE(2061), 1, - sym_delete_method_clause, - STATE(2067), 1, - sym_compound_statement, - STATE(2805), 1, - sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6698), 1, - sym_bitfield_clause, - STATE(6699), 1, - sym_initializer_list, - STATE(6700), 1, - aux_sym_field_declaration_repeat1, - STATE(8428), 1, - sym_attribute_specifier, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [220695] = 18, + anon_sym_requires, + [220653] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9363), 1, + ACTIONS(9487), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(9492), 1, + ACTIONS(9618), 1, anon_sym_requires, - STATE(6259), 1, + STATE(6261), 1, sym__function_attributes_end, - STATE(6426), 1, + STATE(6391), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9355), 2, + ACTIONS(9479), 2, anon_sym_LPAREN2, anon_sym_COLON, - ACTIONS(9373), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5389), 2, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, + [220715] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(9623), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5479), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9621), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, [220757] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6872), 1, + ACTIONS(6889), 1, anon_sym___asm, - ACTIONS(7025), 1, + ACTIONS(6965), 1, anon_sym___attribute__, - ACTIONS(7027), 1, + ACTIONS(6967), 1, anon_sym___attribute, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9363), 1, + ACTIONS(8938), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(6272), 1, + ACTIONS(9424), 1, + anon_sym_requires, + STATE(6259), 1, sym__function_attributes_end, - STATE(6430), 1, + STATE(6387), 1, sym_trailing_return_type, - STATE(6620), 1, + STATE(6689), 1, sym_gnu_asm_expression, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(6870), 2, + ACTIONS(6887), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(9355), 2, + ACTIONS(8930), 2, anon_sym_LPAREN2, anon_sym_COLON, - STATE(5389), 2, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5493), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5646), 2, + STATE(5709), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - [220819] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6411), 1, - sym__type_declarator, - STATE(6809), 1, - sym__type_definition_declarators, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [220872] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6411), 1, - sym__type_declarator, - STATE(6800), 1, - sym__type_definition_declarators, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [220925] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6411), 1, - sym__type_declarator, - STATE(6782), 1, - sym__type_definition_declarators, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [220978] = 11, + [220819] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(9625), 1, @@ -480080,7 +479963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5619), 8, + STATE(5553), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -480089,986 +479972,709 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [221025] = 14, + [220866] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6794), 1, + STATE(6766), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221078] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9625), 1, - sym_identifier, - ACTIONS(9629), 1, - anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9643), 1, - anon_sym_RPAREN, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5622), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [221125] = 14, + [220919] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6812), 1, + STATE(6802), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221178] = 14, + [220972] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6808), 1, + STATE(6756), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221231] = 14, + [221025] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6793), 1, + STATE(6780), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221284] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(7897), 1, - anon_sym_STAR, - ACTIONS(7899), 1, - anon_sym_AMP_AMP, - ACTIONS(7901), 1, - anon_sym_AMP, - ACTIONS(8237), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6204), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [221333] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9625), 1, - sym_identifier, - ACTIONS(9629), 1, - anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9645), 1, - anon_sym_RPAREN, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5623), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [221380] = 14, + [221078] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6780), 1, + STATE(6786), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221433] = 14, + [221131] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6797), 1, + STATE(6783), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221486] = 14, + [221184] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6822), 1, + STATE(6767), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221539] = 14, + [221237] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6783), 1, + STATE(6776), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221592] = 14, + [221290] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9625), 1, + sym_identifier, + ACTIONS(9629), 1, + anon_sym_LPAREN2, + ACTIONS(9631), 1, + anon_sym_defined, + ACTIONS(9637), 1, + aux_sym_number_literal_token1, + ACTIONS(9639), 1, + aux_sym_number_literal_token2, + ACTIONS(9643), 1, + anon_sym_RPAREN, + ACTIONS(9633), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9635), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9641), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5576), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [221337] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6825), 1, + STATE(6796), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221645] = 14, + [221390] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6772), 1, + STATE(6758), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221698] = 14, + [221443] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, STATE(6818), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221751] = 14, + [221496] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(7929), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(7931), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(7933), 1, anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6411), 1, - sym__type_declarator, - STATE(6804), 1, - sym__type_definition_declarators, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [221804] = 14, + ACTIONS(8221), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6167), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [221545] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6756), 1, + STATE(6775), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221857] = 14, + [221598] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6790), 1, + STATE(6810), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [221910] = 3, + [221651] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9649), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9647), 20, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9625), 1, + sym_identifier, + ACTIONS(9629), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_noexcept, - anon_sym_throw, - anon_sym_requires, - [221941] = 14, + ACTIONS(9631), 1, + anon_sym_defined, + ACTIONS(9637), 1, + aux_sym_number_literal_token1, + ACTIONS(9639), 1, + aux_sym_number_literal_token2, + ACTIONS(9645), 1, + anon_sym_RPAREN, + ACTIONS(9633), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9635), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9641), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5596), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [221698] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6411), 1, + STATE(6403), 1, sym__type_declarator, - STATE(6768), 1, + STATE(6777), 1, sym__type_definition_declarators, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [221994] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, - sym_identifier, - ACTIONS(9540), 1, - anon_sym_requires, - ACTIONS(9651), 1, - anon_sym_LPAREN2, - STATE(2761), 1, - sym_template_type, - STATE(5912), 1, - sym_lambda_capture_specifier, - STATE(6555), 1, - sym__scope_resolution, - ACTIONS(9653), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3852), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222046] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9603), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9601), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [222080] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, - anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5889), 1, - sym_lambda_capture_specifier, - STATE(6544), 1, - sym__scope_resolution, - ACTIONS(9657), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6147), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222132] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9661), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(9663), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5842), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5844), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [222166] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7970), 1, - anon_sym_STAR, - ACTIONS(7972), 1, - anon_sym_AMP_AMP, - ACTIONS(7974), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8237), 1, - anon_sym___attribute, - STATE(2963), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6301), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [222214] = 13, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [221751] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6644), 1, + STATE(6403), 1, sym__type_declarator, - STATE(8637), 1, + STATE(6805), 1, + sym__type_definition_declarators, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [222264] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9603), 2, - anon_sym_LBRACK, - anon_sym___asm, - STATE(4304), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5694), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9601), 13, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [222304] = 7, + [221804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9007), 3, + ACTIONS(9649), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(8996), 12, + ACTIONS(9647), 20, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -481077,204 +480683,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [222342] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9607), 2, - anon_sym_LBRACK, - anon_sym___asm, - STATE(4304), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5673), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9605), 13, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, + anon_sym_noexcept, + anon_sym_throw, anon_sym_requires, - [222382] = 13, + [221835] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6672), 1, + STATE(6403), 1, sym__type_declarator, - STATE(8637), 1, + STATE(6803), 1, + sym__type_definition_declarators, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [222432] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9366), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9355), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [222470] = 7, + [221888] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9490), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9479), 12, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [222508] = 7, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6403), 1, + sym__type_declarator, + STATE(6823), 1, + sym__type_definition_declarators, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [221941] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9667), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9665), 12, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [222546] = 7, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6403), 1, + sym__type_declarator, + STATE(6755), 1, + sym__type_definition_declarators, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [221994] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9671), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9669), 12, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [222584] = 10, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5809), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [222038] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(9625), 1, @@ -481299,7 +480870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5713), 8, + STATE(5728), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -481308,121 +480879,72 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [222628] = 14, + [222082] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6532), 1, - sym__scope_resolution, - ACTIONS(9675), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3395), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222680] = 14, + ACTIONS(9631), 1, + anon_sym_defined, + ACTIONS(9637), 1, + aux_sym_number_literal_token1, + ACTIONS(9639), 1, + aux_sym_number_literal_token2, + ACTIONS(9633), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9635), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9641), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5729), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [222126] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5889), 1, - sym_lambda_capture_specifier, - STATE(6544), 1, - sym__scope_resolution, - ACTIONS(9677), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(1602), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222732] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8941), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(9655), 1, + anon_sym___asm, + ACTIONS(8930), 12, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9659), 1, - anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5889), 1, - sym_lambda_capture_specifier, - STATE(6544), 1, - sym__scope_resolution, - ACTIONS(9679), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6130), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222784] = 10, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [222164] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(9625), 1, @@ -481447,7 +480969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5793), 8, + STATE(5639), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -481456,32 +480978,69 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [222828] = 10, + [222208] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6633), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [222258] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5755), 8, + STATE(5766), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -481490,32 +481049,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [222872] = 10, + [222302] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5778), 8, + STATE(5730), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -481524,70 +481083,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [222916] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, - sym_identifier, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, - anon_sym_LPAREN2, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6532), 1, - sym__scope_resolution, - ACTIONS(9697), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6545), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [222968] = 10, + [222346] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5787), 8, + STATE(5731), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -481596,440 +481117,156 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [223012] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6653), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [223062] = 5, + [222390] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9701), 3, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9374), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9699), 16, - anon_sym_DOT_DOT_DOT, + ACTIONS(9363), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [223096] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(9441), 1, - sym_identifier, - ACTIONS(9703), 1, - anon_sym_LPAREN2, - ACTIONS(9707), 1, - anon_sym_requires, - STATE(4347), 1, - sym_template_type, - STATE(5905), 1, - sym_lambda_capture_specifier, - STATE(6514), 1, - sym__scope_resolution, - ACTIONS(9705), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5861), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223148] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - ACTIONS(9449), 1, - sym_identifier, - ACTIONS(9556), 1, - anon_sym_requires, - ACTIONS(9709), 1, - anon_sym_LPAREN2, - STATE(2466), 1, - sym_template_type, - STATE(5931), 1, - sym_lambda_capture_specifier, - STATE(6524), 1, - sym__scope_resolution, - ACTIONS(9711), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6184), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223200] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, - sym_identifier, - ACTIONS(9580), 1, - anon_sym_requires, - ACTIONS(9713), 1, - anon_sym_LPAREN2, - STATE(2707), 1, - sym_template_type, - STATE(5922), 1, - sym_lambda_capture_specifier, - STATE(6554), 1, - sym__scope_resolution, - ACTIONS(9715), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3699), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223252] = 14, + [222428] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, - sym_identifier, - ACTIONS(9548), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(9673), 1, - anon_sym_LPAREN2, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6510), 1, - sym__scope_resolution, - ACTIONS(9675), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3395), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223304] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9490), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, - sym_identifier, - ACTIONS(9717), 1, + anon_sym___asm, + ACTIONS(9479), 12, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9721), 1, - anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5921), 1, - sym_lambda_capture_specifier, - STATE(6507), 1, - sym__scope_resolution, - ACTIONS(9719), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5578), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223356] = 14, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [222466] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, - sym_identifier, - ACTIONS(9548), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(9673), 1, - anon_sym_LPAREN2, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6510), 1, - sym__scope_resolution, - ACTIONS(9723), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(4196), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223408] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9669), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, - sym_identifier, - ACTIONS(9717), 1, + anon_sym___asm, + ACTIONS(9667), 12, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9721), 1, - anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5921), 1, - sym_lambda_capture_specifier, - STATE(6507), 1, - sym__scope_resolution, - ACTIONS(9725), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5592), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223460] = 14, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [222504] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(9727), 1, - sym_identifier, - ACTIONS(9729), 1, - anon_sym_COLON_COLON, - STATE(2100), 1, - sym_template_type, - STATE(5910), 1, - sym_lambda_capture_specifier, - STATE(6536), 1, - sym__scope_resolution, - ACTIONS(9731), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(2114), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223512] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9673), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, - sym_identifier, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, + anon_sym___asm, + ACTIONS(9671), 12, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6532), 1, - sym__scope_resolution, - ACTIONS(9733), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6526), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223564] = 10, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [222542] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5823), 8, + STATE(5732), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482038,283 +481275,66 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [223608] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9607), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9605), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [223642] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7950), 1, - sym_identifier, - ACTIONS(7952), 1, - anon_sym_LPAREN2, - ACTIONS(7964), 1, - anon_sym_STAR, - ACTIONS(7966), 1, - anon_sym_AMP_AMP, - ACTIONS(7968), 1, - anon_sym_AMP, - STATE(5835), 1, - sym__type_declarator, - STATE(5977), 1, - sym_pointer_type_declarator, - STATE(8288), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [223692] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6474), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2211), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [223742] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, - sym_identifier, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, - anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5889), 1, - sym_lambda_capture_specifier, - STATE(6550), 1, - sym__scope_resolution, - ACTIONS(9735), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5384), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223794] = 10, + [222586] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5824), 8, + STATE(5687), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, sym_preproc_unary_expression, sym_preproc_call_expression, sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [223838] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(9441), 1, - sym_identifier, - ACTIONS(9703), 1, - anon_sym_LPAREN2, - ACTIONS(9707), 1, - anon_sym_requires, - STATE(4347), 1, - sym_template_type, - STATE(5905), 1, - sym_lambda_capture_specifier, - STATE(6514), 1, - sym__scope_resolution, - ACTIONS(9737), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5832), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223890] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(9441), 1, - sym_identifier, - ACTIONS(9703), 1, - anon_sym_LPAREN2, - ACTIONS(9707), 1, - anon_sym_requires, - STATE(4347), 1, - sym_template_type, - STATE(5905), 1, - sym_lambda_capture_specifier, - STATE(6514), 1, - sym__scope_resolution, - ACTIONS(9739), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5845), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [223942] = 10, + sym_number_literal, + sym_char_literal, + [222630] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5746), 8, + STATE(5695), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482323,32 +481343,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [223986] = 10, + [222674] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5776), 8, + STATE(5820), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482357,32 +481377,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224030] = 10, + [222718] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5760), 8, + STATE(5722), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482391,32 +481411,95 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224074] = 10, + [222762] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5766), 8, + STATE(5653), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [222806] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9677), 1, + anon_sym_LPAREN2, + STATE(5661), 1, + sym_preproc_argument_list, + ACTIONS(9679), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9675), 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, + [222840] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5769), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482425,36 +481508,36 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224118] = 14, + [222884] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9156), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9455), 1, sym_identifier, - ACTIONS(9564), 1, - anon_sym_requires, - ACTIONS(9741), 1, + ACTIONS(9681), 1, anon_sym_LPAREN2, - STATE(2127), 1, + ACTIONS(9685), 1, + anon_sym_requires, + STATE(4281), 1, sym_template_type, - STATE(5935), 1, + STATE(5890), 1, sym_lambda_capture_specifier, - STATE(6535), 1, + STATE(6529), 1, sym__scope_resolution, - ACTIONS(9743), 2, + ACTIONS(9683), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2492), 8, + STATE(5850), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -482463,182 +481546,383 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [224170] = 13, + [222936] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9690), 1, + anon_sym_requires, + ACTIONS(9687), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9673), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9671), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [222974] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9695), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9693), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [223008] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9625), 1, + sym_identifier, + ACTIONS(9629), 1, + anon_sym_LPAREN2, + ACTIONS(9631), 1, + anon_sym_defined, + ACTIONS(9637), 1, + aux_sym_number_literal_token1, + ACTIONS(9639), 1, + aux_sym_number_literal_token2, + ACTIONS(9633), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9635), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9641), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5675), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [223052] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8024), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8026), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(6143), 1, + STATE(6670), 1, sym__type_declarator, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [224220] = 13, + [223102] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5735), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [223146] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5736), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [223190] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(7992), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(7994), 1, + ACTIONS(7989), 1, anon_sym_AMP_AMP, - ACTIONS(7996), 1, + ACTIONS(7991), 1, anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6651), 1, + STATE(2152), 1, sym__type_declarator, - STATE(8172), 1, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(8554), 1, sym_ms_based_modifier, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [224270] = 14, + [223240] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9540), 1, - anon_sym_requires, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5738), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [223284] = 10, + ACTIONS(3), 1, + sym_comment, ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, anon_sym_LPAREN2, - STATE(2761), 1, - sym_template_type, - STATE(5912), 1, - sym_lambda_capture_specifier, - STATE(6555), 1, - sym__scope_resolution, - ACTIONS(9745), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(3853), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [224322] = 14, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5739), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [223328] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(135), 1, + anon_sym_operator, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(7515), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(3259), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(9697), 1, sym_identifier, - ACTIONS(9717), 1, - anon_sym_LPAREN2, - ACTIONS(9721), 1, - anon_sym_requires, - STATE(2138), 1, + ACTIONS(9699), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, sym_template_type, - STATE(5921), 1, - sym_lambda_capture_specifier, - STATE(6517), 1, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5412), 1, sym__scope_resolution, - ACTIONS(9747), 2, - sym_true, - sym_false, - STATE(8540), 2, + STATE(6846), 1, + sym_operator_cast, + STATE(7031), 1, + sym_qualified_operator_cast_identifier, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 1, sym_decltype, - sym_dependent_type_identifier, - STATE(6375), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [224374] = 10, + [223398] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5794), 8, + STATE(5740), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482647,32 +481931,63 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224418] = 10, + [223442] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9704), 1, + anon_sym_requires, + ACTIONS(9701), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9669), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9667), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [223480] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5797), 8, + STATE(5699), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482681,32 +481996,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224462] = 10, + [223524] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5805), 8, + STATE(5748), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -482715,83 +482030,112 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [224506] = 23, + [223568] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(135), 1, - anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(3847), 1, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(9749), 1, + ACTIONS(9449), 1, sym_identifier, - ACTIONS(9751), 1, - anon_sym_template, - STATE(2131), 1, + ACTIONS(9707), 1, + anon_sym_LPAREN2, + ACTIONS(9711), 1, + anon_sym_requires, + STATE(2134), 1, + sym_template_type, + STATE(5898), 1, + sym_lambda_capture_specifier, + STATE(6504), 1, + sym__scope_resolution, + ACTIONS(9709), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, sym_dependent_type_identifier, - STATE(2133), 1, + STATE(5608), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, sym_qualified_type_identifier, - STATE(2147), 1, + [223620] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, + sym_identifier, + ACTIONS(9707), 1, + anon_sym_LPAREN2, + ACTIONS(9711), 1, + anon_sym_requires, + STATE(2134), 1, sym_template_type, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5435), 1, + STATE(5898), 1, + sym_lambda_capture_specifier, + STATE(6504), 1, sym__scope_resolution, - STATE(7030), 1, - sym_operator_cast, - STATE(7035), 1, - sym_qualified_operator_cast_identifier, - STATE(8540), 1, + ACTIONS(9713), 2, + sym_true, + sym_false, + STATE(8077), 2, sym_decltype, - STATE(8637), 1, - sym_ms_based_modifier, - [224576] = 14, + sym_dependent_type_identifier, + STATE(5618), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [223672] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, + sym_identifier, ACTIONS(9548), 1, anon_sym_requires, - ACTIONS(9673), 1, + ACTIONS(9715), 1, anon_sym_LPAREN2, - ACTIONS(9753), 1, - sym_identifier, - ACTIONS(9755), 1, - anon_sym_COLON_COLON, - STATE(1781), 1, + STATE(1672), 1, sym_template_type, - STATE(5920), 1, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6542), 1, + STATE(6508), 1, sym__scope_resolution, - ACTIONS(9757), 2, + ACTIONS(9717), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5968), 8, + STATE(6512), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -482800,110 +482144,73 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [224628] = 13, + [223724] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7950), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(7952), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, + ACTIONS(8001), 1, anon_sym_STAR, - ACTIONS(7956), 1, + ACTIONS(8003), 1, anon_sym_AMP_AMP, - ACTIONS(7958), 1, + ACTIONS(8005), 1, anon_sym_AMP, - STATE(5977), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(6169), 1, + STATE(6180), 1, sym__type_declarator, - STATE(7951), 1, + STATE(7858), 1, sym_ms_based_modifier, ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(5975), 6, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - sym_primitive_type, - sym_reference_type_declarator, - [224678] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(7988), 1, - sym_identifier, - ACTIONS(7990), 1, - anon_sym_LPAREN2, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(8024), 1, - anon_sym_AMP_AMP, - ACTIONS(8026), 1, - anon_sym_AMP, - STATE(2219), 1, - sym_pointer_type_declarator, - STATE(6657), 1, - sym__type_declarator, - STATE(8637), 1, - sym_ms_based_modifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [224728] = 14, + [223774] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, - anon_sym_LPAREN2, - ACTIONS(9753), 1, - sym_identifier, - ACTIONS(9755), 1, + ACTIONS(3793), 1, anon_sym_COLON_COLON, - STATE(1781), 1, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(9719), 1, + anon_sym_LPAREN2, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, sym_template_type, - STATE(5920), 1, + STATE(5907), 1, sym_lambda_capture_specifier, - STATE(6542), 1, + STATE(6520), 1, sym__scope_resolution, - ACTIONS(9675), 2, + ACTIONS(9721), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3395), 8, + STATE(6207), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -482912,36 +482219,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [224780] = 14, + [223826] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(9548), 1, anon_sym_requires, - ACTIONS(9727), 1, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + ACTIONS(9725), 1, sym_identifier, - ACTIONS(9729), 1, + ACTIONS(9727), 1, anon_sym_COLON_COLON, - STATE(2100), 1, + STATE(1672), 1, sym_template_type, - STATE(5910), 1, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6536), 1, + STATE(6523), 1, sym__scope_resolution, - ACTIONS(9677), 2, + ACTIONS(9729), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(1602), 8, + STATE(5989), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -482950,138 +482257,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [224832] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9681), 1, - sym_identifier, - ACTIONS(9683), 1, - anon_sym_LPAREN2, - ACTIONS(9685), 1, - anon_sym_defined, - ACTIONS(9691), 1, - aux_sym_number_literal_token1, - ACTIONS(9693), 1, - aux_sym_number_literal_token2, - ACTIONS(9687), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9689), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9695), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5806), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [224876] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9681), 1, - sym_identifier, - ACTIONS(9683), 1, - anon_sym_LPAREN2, - ACTIONS(9685), 1, - anon_sym_defined, - ACTIONS(9691), 1, - aux_sym_number_literal_token1, - ACTIONS(9693), 1, - aux_sym_number_literal_token2, - ACTIONS(9687), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9689), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9695), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5809), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [224920] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9681), 1, - sym_identifier, - ACTIONS(9683), 1, - anon_sym_LPAREN2, - ACTIONS(9685), 1, - anon_sym_defined, - ACTIONS(9691), 1, - aux_sym_number_literal_token1, - ACTIONS(9693), 1, - aux_sym_number_literal_token2, - ACTIONS(9687), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9689), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9695), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5810), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [224964] = 14, + [223878] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(9548), 1, anon_sym_requires, - ACTIONS(9727), 1, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + ACTIONS(9725), 1, sym_identifier, - ACTIONS(9729), 1, + ACTIONS(9727), 1, anon_sym_COLON_COLON, - STATE(2100), 1, + STATE(1672), 1, sym_template_type, - STATE(5910), 1, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6536), 1, + STATE(6523), 1, sym__scope_resolution, - ACTIONS(9759), 2, + ACTIONS(9731), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(2121), 8, + STATE(3337), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -483090,32 +482295,32 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [225016] = 10, + [223930] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9625), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9629), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9631), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9637), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9639), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9633), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9635), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9641), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5814), 8, + STATE(5762), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483124,149 +482329,54 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225060] = 7, + [223974] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9134), 1, - anon_sym_requires, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9007), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(8996), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [225098] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9406), 1, - anon_sym_requires, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9366), 3, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9623), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9355), 12, + ACTIONS(9621), 16, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [225136] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9510), 1, - anon_sym_requires, - ACTIONS(9495), 2, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9490), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9479), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [225174] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9764), 1, anon_sym_requires, - ACTIONS(9761), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9667), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9665), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [225212] = 7, + [224008] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9770), 1, + ACTIONS(9130), 1, anon_sym_requires, - ACTIONS(9767), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5791), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9671), 3, + ACTIONS(8941), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9669), 12, + ACTIONS(8930), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -483279,32 +482389,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [225250] = 10, + [224046] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5815), 8, + STATE(5741), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483313,70 +482423,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225294] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(9453), 1, - sym_identifier, - ACTIONS(9556), 1, - anon_sym_requires, - ACTIONS(9709), 1, - anon_sym_LPAREN2, - STATE(2466), 1, - sym_template_type, - STATE(5931), 1, - sym_lambda_capture_specifier, - STATE(6515), 1, - sym__scope_resolution, - ACTIONS(9773), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(4771), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [225346] = 10, + [224090] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5816), 8, + STATE(5744), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483385,133 +482457,109 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225390] = 10, + [224134] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9566), 1, + anon_sym_requires, + ACTIONS(9733), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, - anon_sym_defined, - ACTIONS(9691), 1, - aux_sym_number_literal_token1, - ACTIONS(9693), 1, - aux_sym_number_literal_token2, - ACTIONS(9687), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9689), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9695), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5818), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [225434] = 5, + STATE(2699), 1, + sym_template_type, + STATE(5933), 1, + sym_lambda_capture_specifier, + STATE(6541), 1, + sym__scope_resolution, + ACTIONS(9735), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3644), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224186] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9777), 1, + ACTIONS(7750), 1, anon_sym_LPAREN2, - STATE(5693), 1, - sym_preproc_argument_list, - ACTIONS(9779), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9775), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8051), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(8053), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [225468] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9681), 1, - sym_identifier, - ACTIONS(9683), 1, - anon_sym_LPAREN2, - ACTIONS(9685), 1, - anon_sym_defined, - ACTIONS(9691), 1, - aux_sym_number_literal_token1, - ACTIONS(9693), 1, - aux_sym_number_literal_token2, - ACTIONS(9687), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9689), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9695), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5820), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [225512] = 14, + ACTIONS(8055), 1, + anon_sym_AMP, + STATE(2862), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6295), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [224232] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9291), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, ACTIONS(9453), 1, sym_identifier, - ACTIONS(9556), 1, + ACTIONS(9566), 1, anon_sym_requires, - ACTIONS(9709), 1, + ACTIONS(9733), 1, anon_sym_LPAREN2, - STATE(2466), 1, + STATE(2699), 1, sym_template_type, - STATE(5931), 1, + STATE(5933), 1, sym_lambda_capture_specifier, - STATE(6515), 1, + STATE(6541), 1, sym__scope_resolution, - ACTIONS(9781), 2, + ACTIONS(9737), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4256), 8, + STATE(3709), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -483520,27 +482568,28 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [225564] = 4, + [224284] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9663), 2, + ACTIONS(9739), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(9741), 2, anon_sym_AMP_AMP, anon_sym_and, - ACTIONS(5862), 3, + ACTIONS(5847), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5864), 17, + ACTIONS(5849), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_or, anon_sym_asm, anon_sym___asm__, anon_sym_final, @@ -483548,135 +482597,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [225596] = 11, + [224318] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8051), 1, - anon_sym_STAR, - ACTIONS(8053), 1, - anon_sym_AMP_AMP, - ACTIONS(8055), 1, - anon_sym_AMP, - STATE(2863), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6273), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 9, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(9397), 1, + anon_sym_requires, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [225642] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9625), 1, - sym_identifier, - ACTIONS(9629), 1, - anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5726), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [225686] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9625), 1, - sym_identifier, - ACTIONS(9629), 1, - anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5728), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [225730] = 10, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9374), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9363), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [224356] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5730), 8, + STATE(5790), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483685,32 +482662,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225774] = 10, + [224400] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5640), 8, + STATE(5754), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483719,32 +482696,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225818] = 10, + [224444] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5732), 8, + STATE(5756), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483753,66 +482730,182 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225862] = 10, + [224488] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5727), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [225906] = 10, + STATE(3660), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6510), 1, + sym__scope_resolution, + ACTIONS(9731), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3337), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224540] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9707), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9711), 1, + anon_sym_requires, + STATE(2134), 1, + sym_template_type, + STATE(5898), 1, + sym_lambda_capture_specifier, + STATE(6504), 1, + sym__scope_resolution, + ACTIONS(9743), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5624), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224592] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6139), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [224642] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7953), 1, + sym_identifier, + ACTIONS(7955), 1, + anon_sym_LPAREN2, + ACTIONS(7957), 1, + anon_sym_STAR, + ACTIONS(7959), 1, + anon_sym_AMP_AMP, + ACTIONS(7961), 1, + anon_sym_AMP, + STATE(3090), 1, + sym__type_declarator, + STATE(3619), 1, + sym_pointer_type_declarator, + STATE(8063), 1, + sym_ms_based_modifier, + ACTIONS(7967), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7965), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3618), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [224692] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5725), 8, + STATE(5759), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483821,69 +482914,364 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [225950] = 13, + [224736] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9616), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(4308), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5668), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9614), 13, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [224776] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8035), 1, + anon_sym_STAR, + ACTIONS(8037), 1, + anon_sym_AMP_AMP, + ACTIONS(8039), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8221), 1, + anon_sym___attribute, + STATE(2922), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6242), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [224824] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9441), 1, + sym_identifier, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + STATE(1672), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6517), 1, + sym__scope_resolution, + ACTIONS(9745), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(4201), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224876] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9441), 1, + sym_identifier, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + STATE(1672), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6517), 1, + sym__scope_resolution, + ACTIONS(9731), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3337), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224928] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9719), 1, + anon_sym_LPAREN2, + ACTIONS(9723), 1, + anon_sym_requires, + ACTIONS(9747), 1, + sym_identifier, + ACTIONS(9749), 1, + anon_sym_COLON_COLON, + STATE(2125), 1, + sym_template_type, + STATE(5909), 1, + sym_lambda_capture_specifier, + STATE(6515), 1, + sym__scope_resolution, + ACTIONS(9751), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(2120), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [224980] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9445), 1, + sym_identifier, + ACTIONS(9540), 1, + anon_sym_requires, + ACTIONS(9753), 1, + anon_sym_LPAREN2, + STATE(2452), 1, + sym_template_type, + STATE(5889), 1, + sym_lambda_capture_specifier, + STATE(6557), 1, + sym__scope_resolution, + ACTIONS(9755), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(4823), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225032] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8008), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(8010), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8012), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8014), 1, + ACTIONS(8011), 1, anon_sym_AMP_AMP, - ACTIONS(8016), 1, + ACTIONS(8013), 1, anon_sym_AMP, - STATE(3069), 1, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6648), 1, sym__type_declarator, - STATE(3484), 1, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [225082] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(9445), 1, + sym_identifier, + ACTIONS(9540), 1, + anon_sym_requires, + ACTIONS(9753), 1, + anon_sym_LPAREN2, + STATE(2452), 1, + sym_template_type, + STATE(5889), 1, + sym_lambda_capture_specifier, + STATE(6557), 1, + sym__scope_resolution, + ACTIONS(9757), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(4226), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225134] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8147), 1, + STATE(6669), 1, + sym__type_declarator, + STATE(7919), 1, sym_ms_based_modifier, - ACTIONS(8020), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8018), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3486), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [226000] = 10, + [225184] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5783), 8, + STATE(5777), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483892,32 +483280,79 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226044] = 10, + [225228] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(9759), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9761), 1, + anon_sym_TILDE, + ACTIONS(9763), 1, + anon_sym_COLON_COLON, + ACTIONS(9765), 1, + anon_sym_template, + ACTIONS(9767), 1, + anon_sym_operator, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5452), 1, + sym__scope_resolution, + STATE(6846), 1, + sym_operator_cast, + STATE(7031), 1, + sym_qualified_operator_cast_identifier, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, + sym_ms_based_modifier, + [225298] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5724), 8, + STATE(5765), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483926,66 +483361,305 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226088] = 10, + [225342] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9574), 1, + anon_sym_requires, + ACTIONS(9769), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9633), 2, - anon_sym_BANG, + STATE(2671), 1, + sym_template_type, + STATE(5910), 1, + sym_lambda_capture_specifier, + STATE(6549), 1, + sym__scope_resolution, + ACTIONS(9771), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3459), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225394] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + ACTIONS(9574), 1, + anon_sym_requires, + ACTIONS(9769), 1, + anon_sym_LPAREN2, + STATE(2671), 1, + sym_template_type, + STATE(5910), 1, + sym_lambda_capture_specifier, + STATE(6549), 1, + sym__scope_resolution, + ACTIONS(9773), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3460), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225446] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7983), 1, + sym_identifier, + ACTIONS(7985), 1, + anon_sym_LPAREN2, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(8011), 1, + anon_sym_AMP_AMP, + ACTIONS(8013), 1, + anon_sym_AMP, + STATE(2213), 1, + sym_pointer_type_declarator, + STATE(6489), 1, + sym__type_declarator, + STATE(7919), 1, + sym_ms_based_modifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7993), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(2212), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [225496] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(9719), 1, + anon_sym_LPAREN2, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, + sym_template_type, + STATE(5907), 1, + sym_lambda_capture_specifier, + STATE(6520), 1, + sym__scope_resolution, + ACTIONS(9775), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(6176), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225548] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(7969), 1, + sym_identifier, + ACTIONS(7971), 1, + anon_sym_LPAREN2, + ACTIONS(7973), 1, + anon_sym_STAR, + ACTIONS(7975), 1, + anon_sym_AMP_AMP, + ACTIONS(7977), 1, + anon_sym_AMP, + STATE(2990), 1, + sym__type_declarator, + STATE(3271), 1, + sym_pointer_type_declarator, + STATE(7832), 1, + sym_ms_based_modifier, + ACTIONS(7981), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + ACTIONS(7979), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(3269), 6, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + sym_primitive_type, + sym_reference_type_declarator, + [225598] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(9719), 1, + anon_sym_LPAREN2, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, + sym_template_type, + STATE(5907), 1, + sym_lambda_capture_specifier, + STATE(6520), 1, + sym__scope_resolution, + ACTIONS(9777), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(1601), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225650] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(135), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5722), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [226132] = 10, + ACTIONS(3829), 1, + anon_sym_COLON_COLON, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(9779), 1, + sym_identifier, + ACTIONS(9781), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5460), 1, + sym__scope_resolution, + STATE(6846), 1, + sym_operator_cast, + STATE(7031), 1, + sym_qualified_operator_cast_identifier, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 1, + sym_decltype, + [225720] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9625), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9629), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9631), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9637), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9639), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9633), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9635), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9641), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5721), 8, + STATE(5755), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -483994,69 +483668,107 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226176] = 13, + [225764] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(7988), 1, + ACTIONS(7983), 1, sym_identifier, - ACTIONS(7990), 1, + ACTIONS(7985), 1, anon_sym_LPAREN2, - ACTIONS(8002), 1, + ACTIONS(8029), 1, anon_sym_STAR, - ACTIONS(8004), 1, + ACTIONS(8031), 1, anon_sym_AMP_AMP, - ACTIONS(8006), 1, + ACTIONS(8033), 1, anon_sym_AMP, - STATE(2179), 1, - sym__type_declarator, - STATE(2219), 1, + STATE(2213), 1, sym_pointer_type_declarator, - STATE(8278), 1, + STATE(6639), 1, + sym__type_declarator, + STATE(8171), 1, sym_ms_based_modifier, - ACTIONS(8000), 3, + ACTIONS(7995), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(7998), 4, + ACTIONS(7993), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2211), 6, + STATE(2212), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [226226] = 10, + [225814] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9707), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9711), 1, + anon_sym_requires, + STATE(2134), 1, + sym_template_type, + STATE(5898), 1, + sym_lambda_capture_specifier, + STATE(6509), 1, + sym__scope_resolution, + ACTIONS(9783), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(6422), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [225866] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5789), 8, + STATE(5764), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -484065,32 +483777,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226270] = 10, + [225910] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5798), 8, + STATE(5774), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -484099,36 +483811,371 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226314] = 14, + [225954] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, + sym_identifier, + ACTIONS(9582), 1, + anon_sym_requires, + ACTIONS(9785), 1, + anon_sym_LPAREN2, + STATE(2781), 1, + sym_template_type, + STATE(5905), 1, + sym_lambda_capture_specifier, + STATE(6530), 1, + sym__scope_resolution, + ACTIONS(9787), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3880), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226006] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, + sym_identifier, + ACTIONS(9582), 1, + anon_sym_requires, + ACTIONS(9785), 1, + anon_sym_LPAREN2, + STATE(2781), 1, + sym_template_type, + STATE(5905), 1, + sym_lambda_capture_specifier, + STATE(6530), 1, + sym__scope_resolution, + ACTIONS(9789), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3883), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226058] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(9455), 1, + sym_identifier, + ACTIONS(9681), 1, + anon_sym_LPAREN2, + ACTIONS(9685), 1, + anon_sym_requires, + STATE(4281), 1, + sym_template_type, + STATE(5890), 1, + sym_lambda_capture_specifier, + STATE(6529), 1, + sym__scope_resolution, + ACTIONS(9791), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5883), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226110] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(9455), 1, + sym_identifier, + ACTIONS(9681), 1, + anon_sym_LPAREN2, + ACTIONS(9685), 1, + anon_sym_requires, + STATE(4281), 1, + sym_template_type, + STATE(5890), 1, + sym_lambda_capture_specifier, + STATE(6529), 1, + sym__scope_resolution, + ACTIONS(9793), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5869), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226162] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + ACTIONS(9443), 1, + sym_identifier, + ACTIONS(9540), 1, + anon_sym_requires, + ACTIONS(9753), 1, + anon_sym_LPAREN2, + STATE(2452), 1, + sym_template_type, + STATE(5889), 1, + sym_lambda_capture_specifier, + STATE(6535), 1, + sym__scope_resolution, + ACTIONS(9795), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(6186), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226214] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + ACTIONS(9725), 1, + sym_identifier, + ACTIONS(9727), 1, + anon_sym_COLON_COLON, + STATE(1672), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6523), 1, + sym__scope_resolution, + ACTIONS(9797), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(5976), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226266] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, + sym_identifier, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + STATE(1672), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6508), 1, + sym__scope_resolution, + ACTIONS(9799), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(6522), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226318] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, + sym_identifier, + ACTIONS(9548), 1, + anon_sym_requires, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + STATE(1672), 1, + sym_template_type, + STATE(5916), 1, + sym_lambda_capture_specifier, + STATE(6508), 1, + sym__scope_resolution, + ACTIONS(9731), 2, + sym_true, + sym_false, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + STATE(3337), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [226370] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9510), 1, + anon_sym_requires, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9490), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9479), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [226408] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7393), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9470), 1, sym_identifier, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(9558), 1, anon_sym_requires, - STATE(2138), 1, + ACTIONS(9801), 1, + anon_sym_LPAREN2, + STATE(2119), 1, sym_template_type, - STATE(5889), 1, + STATE(5915), 1, sym_lambda_capture_specifier, - STATE(6550), 1, + STATE(6506), 1, sym__scope_resolution, - ACTIONS(9677), 2, + ACTIONS(9803), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(1602), 8, + STATE(2462), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484137,36 +484184,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226366] = 14, + [226460] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9334), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(9470), 1, sym_identifier, - ACTIONS(9580), 1, + ACTIONS(9558), 1, anon_sym_requires, - ACTIONS(9713), 1, + ACTIONS(9801), 1, anon_sym_LPAREN2, - STATE(2707), 1, + STATE(2119), 1, sym_template_type, - STATE(5922), 1, + STATE(5915), 1, sym_lambda_capture_specifier, - STATE(6554), 1, + STATE(6506), 1, sym__scope_resolution, - ACTIONS(9783), 2, + ACTIONS(9805), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3685), 8, + STATE(2463), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484175,36 +484222,70 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226418] = 14, + [226512] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(9651), 1, + sym_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5822), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, + [226556] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7393), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, ACTIONS(9457), 1, sym_identifier, - ACTIONS(9655), 1, - anon_sym_LPAREN2, - ACTIONS(9659), 1, + ACTIONS(9548), 1, anon_sym_requires, - STATE(2138), 1, + ACTIONS(9715), 1, + anon_sym_LPAREN2, + STATE(3660), 1, sym_template_type, - STATE(5889), 1, + STATE(5916), 1, sym_lambda_capture_specifier, - STATE(6550), 1, + STATE(6510), 1, sym__scope_resolution, - ACTIONS(9785), 2, + ACTIONS(9807), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5458), 8, + STATE(4266), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484213,36 +484294,65 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226470] = 14, + [226608] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9616), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9614), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [226642] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7515), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(9717), 1, + ACTIONS(9707), 1, anon_sym_LPAREN2, - ACTIONS(9721), 1, + ACTIONS(9711), 1, anon_sym_requires, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(5921), 1, + STATE(5898), 1, sym_lambda_capture_specifier, - STATE(6517), 1, + STATE(6509), 1, sym__scope_resolution, - ACTIONS(9719), 2, + ACTIONS(9809), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5578), 8, + STATE(6408), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484251,36 +484361,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226522] = 14, + [226694] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7407), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(9717), 1, + ACTIONS(9707), 1, anon_sym_LPAREN2, - ACTIONS(9721), 1, + ACTIONS(9711), 1, anon_sym_requires, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(5921), 1, + STATE(5898), 1, sym_lambda_capture_specifier, - STATE(6507), 1, + STATE(6509), 1, sym__scope_resolution, - ACTIONS(9787), 2, + ACTIONS(9713), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(5570), 8, + STATE(5618), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484289,36 +484399,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226574] = 14, + [226746] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9248), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9449), 1, sym_identifier, - ACTIONS(9572), 1, - anon_sym_requires, - ACTIONS(9789), 1, + ACTIONS(9719), 1, anon_sym_LPAREN2, - STATE(2648), 1, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, sym_template_type, - STATE(5895), 1, + STATE(5907), 1, sym_lambda_capture_specifier, - STATE(6551), 1, + STATE(6532), 1, sym__scope_resolution, - ACTIONS(9791), 2, + ACTIONS(9811), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3466), 8, + STATE(5485), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484327,36 +484437,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226626] = 14, + [226798] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9248), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9449), 1, sym_identifier, - ACTIONS(9572), 1, - anon_sym_requires, - ACTIONS(9789), 1, + ACTIONS(9719), 1, anon_sym_LPAREN2, - STATE(2648), 1, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, sym_template_type, - STATE(5895), 1, + STATE(5907), 1, sym_lambda_capture_specifier, - STATE(6551), 1, + STATE(6532), 1, sym__scope_resolution, - ACTIONS(9793), 2, + ACTIONS(9777), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3467), 8, + STATE(1601), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484365,32 +484475,32 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [226678] = 10, + [226850] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5779), 8, + STATE(5823), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -484399,45 +484509,35 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226722] = 14, + [226894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, + ACTIONS(9741), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5833), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(9717), 1, + anon_sym___asm, + ACTIONS(5835), 17, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9721), 1, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_or, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - STATE(2138), 1, - sym_template_type, - STATE(5921), 1, - sym_lambda_capture_specifier, - STATE(6517), 1, - sym__scope_resolution, - ACTIONS(9795), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(6372), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [226774] = 10, + [226926] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(9625), 1, @@ -484462,7 +484562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5781), 8, + STATE(5817), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -484471,158 +484571,111 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [226818] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, - sym_identifier, - ACTIONS(9564), 1, - anon_sym_requires, - ACTIONS(9741), 1, - anon_sym_LPAREN2, - STATE(2127), 1, - sym_template_type, - STATE(5935), 1, - sym_lambda_capture_specifier, - STATE(6535), 1, - sym__scope_resolution, - ACTIONS(9797), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(2493), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, - [226870] = 13, + [226970] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(8037), 1, + ACTIONS(7997), 1, sym_identifier, - ACTIONS(8039), 1, + ACTIONS(7999), 1, anon_sym_LPAREN2, - ACTIONS(8041), 1, + ACTIONS(8023), 1, anon_sym_STAR, - ACTIONS(8043), 1, + ACTIONS(8025), 1, anon_sym_AMP_AMP, - ACTIONS(8045), 1, + ACTIONS(8027), 1, anon_sym_AMP, - STATE(2972), 1, + STATE(5848), 1, sym__type_declarator, - STATE(3380), 1, + STATE(5998), 1, sym_pointer_type_declarator, - STATE(7859), 1, + STATE(8490), 1, sym_ms_based_modifier, - ACTIONS(8049), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - ACTIONS(8047), 4, + ACTIONS(8007), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(3379), 6, + STATE(5990), 6, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_function_type_declarator, sym_array_type_declarator, sym_primitive_type, sym_reference_type_declarator, - [226920] = 23, + [227020] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(135), 1, - anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(3259), 1, - anon_sym_COLON_COLON, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(9799), 1, + ACTIONS(1978), 1, + anon_sym_LBRACK, + ACTIONS(9719), 1, + anon_sym_LPAREN2, + ACTIONS(9723), 1, + anon_sym_requires, + ACTIONS(9747), 1, sym_identifier, - ACTIONS(9801), 1, - anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, + ACTIONS(9749), 1, + anon_sym_COLON_COLON, + STATE(2125), 1, sym_template_type, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5487), 1, + STATE(5909), 1, + sym_lambda_capture_specifier, + STATE(6515), 1, sym__scope_resolution, - STATE(7030), 1, - sym_operator_cast, - STATE(7035), 1, - sym_qualified_operator_cast_identifier, - STATE(8540), 1, + ACTIONS(9813), 2, + sym_true, + sym_false, + STATE(8077), 2, sym_decltype, - STATE(8637), 1, - sym_ms_based_modifier, - [226990] = 14, + sym_dependent_type_identifier, + STATE(2116), 8, + sym__class_name, + sym_constraint_conjunction, + sym_constraint_disjunction, + sym__requirement_clause_constraint, + sym_requires_expression, + sym_lambda_expression, + sym_fold_expression, + sym_qualified_type_identifier, + [227072] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7451), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9443), 1, sym_identifier, - ACTIONS(9556), 1, + ACTIONS(9540), 1, anon_sym_requires, - ACTIONS(9709), 1, + ACTIONS(9753), 1, anon_sym_LPAREN2, - STATE(2466), 1, + STATE(2452), 1, sym_template_type, - STATE(5931), 1, + STATE(5889), 1, sym_lambda_capture_specifier, - STATE(6524), 1, + STATE(6535), 1, sym__scope_resolution, - ACTIONS(9781), 2, + ACTIONS(9815), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4256), 8, + STATE(6179), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484631,36 +484684,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [227042] = 14, + [227124] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(7451), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9443), 1, sym_identifier, - ACTIONS(9556), 1, + ACTIONS(9540), 1, anon_sym_requires, - ACTIONS(9709), 1, + ACTIONS(9753), 1, anon_sym_LPAREN2, - STATE(2466), 1, + STATE(2452), 1, sym_template_type, - STATE(5931), 1, + STATE(5889), 1, sym_lambda_capture_specifier, - STATE(6524), 1, + STATE(6535), 1, sym__scope_resolution, - ACTIONS(9803), 2, + ACTIONS(9757), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(6192), 8, + STATE(4226), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484669,117 +484722,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [227094] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9625), 1, - sym_identifier, - ACTIONS(9629), 1, - anon_sym_LPAREN2, - ACTIONS(9631), 1, - anon_sym_defined, - ACTIONS(9637), 1, - aux_sym_number_literal_token1, - ACTIONS(9639), 1, - aux_sym_number_literal_token2, - ACTIONS(9633), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(9635), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9641), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(5704), 8, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_number_literal, - sym_char_literal, - [227138] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8002), 1, - anon_sym_STAR, - ACTIONS(9805), 1, - sym_identifier, - ACTIONS(9807), 1, - anon_sym_TILDE, - ACTIONS(9809), 1, - anon_sym_COLON_COLON, - ACTIONS(9811), 1, - anon_sym_template, - ACTIONS(9813), 1, - anon_sym_operator, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5491), 1, - sym__scope_resolution, - STATE(7030), 1, - sym_operator_cast, - STATE(7035), 1, - sym_qualified_operator_cast_identifier, - STATE(8278), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [227208] = 14, + [227176] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9225), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9449), 1, sym_identifier, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, + ACTIONS(9719), 1, anon_sym_LPAREN2, - STATE(3649), 1, + ACTIONS(9723), 1, + anon_sym_requires, + STATE(2134), 1, sym_template_type, - STATE(5920), 1, + STATE(5907), 1, sym_lambda_capture_specifier, - STATE(6557), 1, + STATE(6532), 1, sym__scope_resolution, - ACTIONS(9675), 2, + ACTIONS(9817), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(3395), 8, + STATE(5432), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484788,36 +484760,36 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [227260] = 14, + [227228] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(1978), 1, anon_sym_LBRACK, - ACTIONS(9225), 1, - anon_sym_COLON_COLON, - ACTIONS(9474), 1, - sym_identifier, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, + ACTIONS(9719), 1, anon_sym_LPAREN2, - STATE(3649), 1, + ACTIONS(9723), 1, + anon_sym_requires, + ACTIONS(9747), 1, + sym_identifier, + ACTIONS(9749), 1, + anon_sym_COLON_COLON, + STATE(2125), 1, sym_template_type, - STATE(5920), 1, + STATE(5909), 1, sym_lambda_capture_specifier, - STATE(6557), 1, + STATE(6515), 1, sym__scope_resolution, - ACTIONS(9815), 2, + ACTIONS(9777), 2, sym_true, sym_false, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - STATE(4236), 8, + STATE(1601), 8, sym__class_name, sym_constraint_conjunction, sym_constraint_disjunction, @@ -484826,32 +484798,64 @@ static const uint16_t ts_small_parse_table[] = { sym_lambda_expression, sym_fold_expression, sym_qualified_type_identifier, - [227312] = 10, + [227280] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9681), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9623), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(4308), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5658), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9621), 13, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [227320] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9683), 1, + ACTIONS(9653), 1, anon_sym_LPAREN2, - ACTIONS(9685), 1, + ACTIONS(9655), 1, anon_sym_defined, - ACTIONS(9691), 1, + ACTIONS(9661), 1, aux_sym_number_literal_token1, - ACTIONS(9693), 1, + ACTIONS(9663), 1, aux_sym_number_literal_token2, - ACTIONS(9687), 2, + ACTIONS(9657), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(9689), 2, + ACTIONS(9659), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9695), 5, + ACTIONS(9665), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(5737), 8, + STATE(5746), 8, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -484860,1206 +484864,1355 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_binary_expression, sym_number_literal, sym_char_literal, - [227356] = 14, + [227364] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_LBRACK, - ACTIONS(9548), 1, - anon_sym_requires, - ACTIONS(9673), 1, - anon_sym_LPAREN2, - ACTIONS(9753), 1, + ACTIONS(9651), 1, sym_identifier, - ACTIONS(9755), 1, - anon_sym_COLON_COLON, - STATE(1781), 1, - sym_template_type, - STATE(5920), 1, - sym_lambda_capture_specifier, - STATE(6542), 1, - sym__scope_resolution, - ACTIONS(9817), 2, - sym_true, - sym_false, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - STATE(5994), 8, - sym__class_name, - sym_constraint_conjunction, - sym_constraint_disjunction, - sym__requirement_clause_constraint, - sym_requires_expression, - sym_lambda_expression, - sym_fold_expression, - sym_qualified_type_identifier, + ACTIONS(9653), 1, + anon_sym_LPAREN2, + ACTIONS(9655), 1, + anon_sym_defined, + ACTIONS(9661), 1, + aux_sym_number_literal_token1, + ACTIONS(9663), 1, + aux_sym_number_literal_token2, + ACTIONS(9657), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(9659), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9665), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(5758), 8, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_number_literal, + sym_char_literal, [227408] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2466), 1, + STATE(4281), 1, sym_template_type, - STATE(2578), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(2671), 1, + STATE(4927), 1, sym__class_declaration_item, - STATE(6515), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7783), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227467] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5656), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9453), 1, sym_identifier, - STATE(2127), 1, + STATE(2699), 1, sym_template_type, - STATE(2168), 1, + STATE(2846), 1, sym_field_declaration_list, - STATE(2265), 1, + STATE(3241), 1, sym__class_declaration_item, - STATE(6535), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7699), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227526] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5656), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(2127), 1, + STATE(1672), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2217), 1, + STATE(1794), 1, sym__class_declaration_item, - STATE(6535), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6517), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5560), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227585] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5656), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2127), 1, + STATE(2134), 1, sym_template_type, - STATE(2168), 1, - sym_field_declaration_list, - STATE(2213), 1, + STATE(2378), 1, sym__class_declaration_item, - STATE(6535), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6540), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5497), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227644] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1818), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(6532), 1, + STATE(4598), 1, + sym__class_declaration_item, + STATE(6509), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5563), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227703] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(5819), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4465), 1, + STATE(1823), 1, sym__class_declaration_item, - STATE(6507), 1, + STATE(4957), 1, + sym_field_declaration_list, + STATE(6550), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7665), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227762] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(1781), 1, + STATE(2452), 1, sym_template_type, - STATE(1784), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(6510), 1, + STATE(2658), 1, + sym__class_declaration_item, + STATE(6557), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5507), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227821] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9472), 1, sym_identifier, - STATE(1781), 1, + STATE(1672), 1, sym_template_type, - STATE(1787), 1, + STATE(1801), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(4957), 1, sym_field_declaration_list, - STATE(6510), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7665), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227880] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(4522), 1, + STATE(4570), 1, sym__class_declaration_item, - STATE(6507), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5501), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, [227939] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9461), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4543), 1, + STATE(2391), 1, sym__class_declaration_item, - STATE(6507), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6531), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [227998] = 11, + [227998] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8083), 1, - anon_sym_STAR, - ACTIONS(8085), 1, - anon_sym_AMP_AMP, - ACTIONS(8087), 1, - anon_sym_AMP, - STATE(2985), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6349), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 8, - anon_sym_RPAREN, - anon_sym_SEMI, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6374), 1, anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2363), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6540), 1, + sym__scope_resolution, + STATE(6829), 1, + sym_virtual_specifier, + STATE(7758), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [228043] = 18, + STATE(2413), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [228057] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1814), 1, + STATE(2396), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(6510), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5537), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228102] = 18, + [228116] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9202), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1797), 1, + STATE(2391), 1, sym__class_declaration_item, - STATE(2295), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(6510), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5510), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228161] = 19, + [228175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, + ACTIONS(5147), 3, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9819), 1, + ACTIONS(5149), 18, anon_sym_COMMA, - ACTIONS(9821), 1, anon_sym_LPAREN2, - ACTIONS(9823), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(9825), 1, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, anon_sym_EQ, - ACTIONS(9833), 1, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_try, - STATE(672), 1, - sym_try_statement, - STATE(675), 1, - sym_compound_statement, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7315), 1, - sym_gnu_asm_expression, - STATE(7438), 1, - aux_sym_declaration_repeat1, - ACTIONS(9831), 2, + anon_sym_requires, + [228204] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5147), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5149), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [228222] = 18, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [228233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, + ACTIONS(5147), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5149), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, - sym_identifier, - STATE(1781), 1, - sym_template_type, - STATE(1818), 1, - sym__class_declaration_item, - STATE(2295), 1, - sym_field_declaration_list, - STATE(6510), 1, - sym__scope_resolution, - STATE(6941), 1, - sym_virtual_specifier, - STATE(7618), 1, - sym_base_class_clause, - ACTIONS(5660), 2, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(2119), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [228281] = 18, + anon_sym_try, + anon_sym_requires, + [228262] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(1781), 1, + STATE(2452), 1, sym_template_type, - STATE(1787), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(6532), 1, + STATE(2613), 1, + sym__class_declaration_item, + STATE(6557), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5515), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228340] = 18, + [228321] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8087), 1, + anon_sym_STAR, + ACTIONS(8089), 1, + anon_sym_AMP_AMP, + ACTIONS(8091), 1, + anon_sym_AMP, + STATE(2966), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6337), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [228366] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5656), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9453), 1, sym_identifier, - STATE(2127), 1, + STATE(2699), 1, sym_template_type, - STATE(2168), 1, + STATE(2846), 1, sym_field_declaration_list, - STATE(2268), 1, + STATE(3217), 1, sym__class_declaration_item, - STATE(6535), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7699), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5513), 2, + STATE(5497), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228399] = 18, + [228425] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5656), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9156), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(2127), 1, + STATE(2452), 1, sym_template_type, - STATE(2168), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(2296), 1, + STATE(2633), 1, sym__class_declaration_item, - STATE(6535), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(7007), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7562), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(1860), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228458] = 18, + [228484] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2377), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(6517), 1, + STATE(4057), 1, + sym__class_declaration_item, + STATE(6510), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7635), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5596), 2, + STATE(5526), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228517] = 18, + [228543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, + ACTIONS(9821), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9819), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(9461), 1, - sym_identifier, - STATE(1781), 1, - sym_template_type, - STATE(1797), 1, - sym__class_declaration_item, - STATE(2295), 1, - sym_field_declaration_list, - STATE(6532), 1, - sym__scope_resolution, - STATE(6941), 1, - sym_virtual_specifier, - STATE(7618), 1, - sym_base_class_clause, - ACTIONS(5660), 2, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - STATE(2119), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5500), 2, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [228572] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(9612), 1, + anon_sym_try, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9827), 1, + anon_sym_SEMI, + ACTIONS(9829), 1, + anon_sym_LBRACE, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + STATE(1769), 1, + sym_compound_statement, + STATE(1771), 1, + sym_try_statement, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7386), 1, + sym_gnu_asm_expression, + STATE(7387), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [228576] = 18, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [228633] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(1781), 1, + STATE(2452), 1, sym_template_type, - STATE(1814), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(6532), 1, + STATE(2613), 1, + sym__class_declaration_item, + STATE(6535), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5520), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228635] = 18, + [228692] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6123), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(4363), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(4583), 1, + STATE(2633), 1, sym__class_declaration_item, - STATE(6507), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228694] = 18, + [228751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, + ACTIONS(9839), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9837), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2400), 1, - sym__class_declaration_item, - STATE(3510), 1, - sym_field_declaration_list, - STATE(6517), 1, - sym__scope_resolution, - STATE(6880), 1, - sym_virtual_specifier, - STATE(7526), 1, - sym_base_class_clause, - ACTIONS(5660), 2, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - STATE(2981), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [228753] = 18, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [228780] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5630), 1, + ACTIONS(9379), 1, + anon_sym_requires, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9374), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9363), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [228817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(1918), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(9457), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4598), 1, - sym__class_declaration_item, - STATE(6507), 1, - sym__scope_resolution, - STATE(6961), 1, - sym_virtual_specifier, - STATE(7783), 1, - sym_base_class_clause, - ACTIONS(5660), 2, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(4209), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5505), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [228812] = 18, + anon_sym_try, + anon_sym_requires, + [228846] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9843), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9841), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [228875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5175), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5177), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [228904] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2336), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(6512), 1, + STATE(4089), 1, + sym__class_declaration_item, + STATE(6510), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7635), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228871] = 18, + [228963] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, anon_sym_COLON_COLON, ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2377), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(6507), 1, + STATE(4061), 1, + sym__class_declaration_item, + STATE(6510), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7635), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5526), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228930] = 18, + [229022] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2400), 1, + STATE(2378), 1, sym__class_declaration_item, - STATE(3510), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(6507), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [228989] = 19, + [229081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, + ACTIONS(9847), 3, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9615), 1, - anon_sym_try, - ACTIONS(9819), 1, + ACTIONS(9845), 18, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(9821), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9827), 1, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [229110] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5625), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + ACTIONS(9851), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(9829), 1, + anon_sym___asm, + ACTIONS(9849), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(9835), 1, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [229143] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9855), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9853), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(9837), 1, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(1929), 1, - sym_compound_statement, - STATE(1940), 1, - sym_try_statement, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7350), 1, - aux_sym_declaration_repeat1, - STATE(7357), 1, - sym_gnu_asm_expression, - ACTIONS(9831), 2, + anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [229050] = 7, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [229172] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9072), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5742), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9007), 3, + ACTIONS(9673), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(8996), 11, + ACTIONS(9671), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -486071,1913 +486224,2345 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_asm, anon_sym___asm__, anon_sym_try, - [229087] = 18, + [229209] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7361), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(1781), 1, + STATE(2119), 1, sym_template_type, - STATE(1784), 1, - sym__class_declaration_item, - STATE(2295), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(6532), 1, + STATE(2272), 1, + sym__class_declaration_item, + STATE(6506), 1, sym__scope_resolution, - STATE(6941), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7618), 1, + STATE(7743), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2119), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5516), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229146] = 18, + [229268] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(2340), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(6507), 1, + STATE(2283), 1, + sym__class_declaration_item, + STATE(6506), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7743), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5535), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229205] = 18, + [229327] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(2352), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(6507), 1, + STATE(2218), 1, + sym__class_declaration_item, + STATE(6506), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7743), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5528), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229264] = 18, + [229386] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7407), 1, + ACTIONS(7427), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, anon_sym_COLON_COLON, ACTIONS(9457), 1, sym_identifier, - STATE(2138), 1, + STATE(3660), 1, sym_template_type, - STATE(2336), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(3974), 1, sym_field_declaration_list, - STATE(6507), 1, + STATE(4092), 1, + sym__class_declaration_item, + STATE(6510), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7635), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5589), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229323] = 18, + [229445] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, - anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2609), 1, + STATE(2378), 1, sym__class_declaration_item, - STATE(6524), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6531), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5534), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229382] = 18, + [229504] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9669), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9667), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [229541] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2466), 1, + STATE(4281), 1, sym_template_type, - STATE(2578), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(2643), 1, + STATE(4908), 1, sym__class_declaration_item, - STATE(6524), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7783), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5496), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229441] = 19, + [229600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, + ACTIONS(1924), 3, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9819), 1, + ACTIONS(1922), 18, anon_sym_COMMA, - ACTIONS(9821), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, - anon_sym_EQ, - ACTIONS(9839), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(9841), 1, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(9843), 1, - anon_sym_try, - STATE(542), 1, - sym_try_statement, - STATE(543), 1, - sym_compound_statement, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7209), 1, - aux_sym_declaration_repeat1, - STATE(7229), 1, - sym_gnu_asm_expression, - ACTIONS(9831), 2, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [229502] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9376), 1, - anon_sym_requires, - ACTIONS(9373), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9366), 3, + anon_sym_try, + anon_sym_requires, + [229629] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5159), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9355), 11, + ACTIONS(5161), 18, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_try, - [229539] = 7, + anon_sym_requires, + [229658] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(9498), 1, - anon_sym_requires, - ACTIONS(9495), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9490), 3, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, anon_sym___asm, - ACTIONS(9479), 11, + ACTIONS(9823), 1, anon_sym_COMMA, + ACTIONS(9825), 1, anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(9857), 1, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + ACTIONS(9859), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(9861), 1, + anon_sym_try, + STATE(542), 1, + sym_try_statement, + STATE(684), 1, + sym_compound_statement, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7222), 1, + sym_gnu_asm_expression, + STATE(7223), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - anon_sym_try, - [229576] = 18, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [229719] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2646), 1, + STATE(2363), 1, sym__class_declaration_item, - STATE(6524), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6509), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229635] = 7, + [229778] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(9845), 1, - anon_sym_requires, - ACTIONS(9761), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9667), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9665), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6123), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [229672] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9848), 1, - anon_sym_requires, - ACTIONS(9767), 2, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + ACTIONS(9443), 1, + sym_identifier, + STATE(2452), 1, + sym_template_type, + STATE(2596), 1, + sym_field_declaration_list, + STATE(2636), 1, + sym__class_declaration_item, + STATE(6535), 1, + sym__scope_resolution, + STATE(6950), 1, + sym_virtual_specifier, + STATE(7472), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9671), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9669), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [229709] = 18, + STATE(2234), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5628), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [229837] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, + ACTIONS(8459), 1, + anon_sym_LBRACE, ACTIONS(9449), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(2656), 1, + STATE(4474), 1, sym__class_declaration_item, - STATE(6524), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5538), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229768] = 18, + [229896] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7451), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, ACTIONS(9449), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2671), 1, + STATE(2359), 1, sym__class_declaration_item, - STATE(6524), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6504), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5581), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229827] = 7, + [229955] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9671), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9669), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6374), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [229864] = 3, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2363), 1, + sym__class_declaration_item, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6504), 1, + sym__scope_resolution, + STATE(6967), 1, + sym_virtual_specifier, + STATE(7716), 1, + sym_base_class_clause, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(2952), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [230014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9853), 3, + ACTIONS(5163), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9851), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(5165), 18, 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_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [229893] = 18, + [230043] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6123), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(4363), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(4598), 1, + STATE(2630), 1, sym__class_declaration_item, - STATE(6517), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5544), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [229952] = 18, + [230102] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9490), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9479), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [230139] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(5819), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, - anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4583), 1, + STATE(1789), 1, sym__class_declaration_item, - STATE(6517), 1, + STATE(4957), 1, + sym_field_declaration_list, + STATE(6550), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7665), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5501), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230011] = 19, + [230198] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(111), 1, anon_sym___asm, - ACTIONS(9599), 1, + ACTIONS(9596), 1, anon_sym_try, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(9825), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(9833), 1, anon_sym_EQ, - ACTIONS(9855), 1, + ACTIONS(9863), 1, anon_sym_SEMI, - ACTIONS(9857), 1, + ACTIONS(9865), 1, anon_sym_LBRACE, - STATE(1774), 1, + STATE(1919), 1, sym_compound_statement, - STATE(1777), 1, + STATE(1920), 1, sym_try_statement, - STATE(2855), 1, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(7404), 1, - aux_sym_declaration_repeat1, - STATE(7406), 1, + STATE(7432), 1, sym_gnu_asm_expression, - ACTIONS(9831), 2, + STATE(7433), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, + STATE(7625), 2, sym_argument_list, sym_initializer_list, - [230072] = 18, + [230259] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9867), 1, + anon_sym_COMMA, + ACTIONS(9869), 1, + anon_sym_RPAREN, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + STATE(7159), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [230314] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4543), 1, + STATE(2359), 1, sym__class_declaration_item, - STATE(6517), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6527), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5583), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230131] = 18, + [230373] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_COLON, ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, - sym_field_declaration_list, - STATE(4522), 1, + STATE(2363), 1, sym__class_declaration_item, - STATE(6517), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6527), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5546), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230190] = 18, + [230432] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(8461), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4363), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(4465), 1, + STATE(4607), 1, sym__class_declaration_item, - STATE(6517), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6961), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7783), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4209), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5627), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230249] = 18, + [230491] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(2466), 1, + STATE(1672), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2609), 1, + STATE(1823), 1, sym__class_declaration_item, - STATE(6515), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6508), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5554), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230308] = 18, + [230550] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9374), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9363), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [230587] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2466), 1, + STATE(4281), 1, sym_template_type, - STATE(2578), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(2643), 1, + STATE(4912), 1, sym__class_declaration_item, - STATE(6515), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7783), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230367] = 18, + [230646] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(3649), 1, + STATE(1672), 1, sym_template_type, - STATE(3974), 1, - sym_field_declaration_list, - STATE(4080), 1, + STATE(1829), 1, sym__class_declaration_item, - STATE(6557), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6517), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230426] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9667), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9665), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [230463] = 3, + [230705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9861), 3, + ACTIONS(5167), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9859), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(5169), 18, 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_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [230492] = 3, + [230734] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(9865), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9863), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6374), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + ACTIONS(9463), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2391), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6540), 1, + sym__scope_resolution, + STATE(6829), 1, + sym_virtual_specifier, + STATE(7758), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [230521] = 18, + STATE(2413), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [230793] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6295), 1, - anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(3089), 1, + STATE(4474), 1, sym__class_declaration_item, - STATE(6551), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230580] = 18, + [230852] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5171), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5173), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [230881] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2578), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(2646), 1, + STATE(4607), 1, sym__class_declaration_item, - STATE(6515), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5638), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230639] = 18, + [230940] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6093), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9291), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(2466), 1, + STATE(1672), 1, sym_template_type, - STATE(2578), 1, - sym_field_declaration_list, - STATE(2656), 1, + STATE(1789), 1, sym__class_declaration_item, - STATE(6515), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6517), 1, sym__scope_resolution, - STATE(6926), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7624), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2206), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5496), 2, + STATE(5602), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230698] = 19, + [230999] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(111), 1, anon_sym___asm, - ACTIONS(9623), 1, - anon_sym_try, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(9825), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(9833), 1, anon_sym_EQ, - ACTIONS(9867), 1, + ACTIONS(9895), 1, anon_sym_SEMI, - ACTIONS(9869), 1, + ACTIONS(9897), 1, anon_sym_LBRACE, - STATE(1981), 1, - sym_try_statement, - STATE(1983), 1, + ACTIONS(9899), 1, + anon_sym_try, + STATE(376), 1, sym_compound_statement, - STATE(2855), 1, + STATE(377), 1, + sym_try_statement, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(7166), 1, - aux_sym_declaration_repeat1, - STATE(7168), 1, + STATE(7226), 1, sym_gnu_asm_expression, - ACTIONS(9831), 2, + STATE(7227), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, + STATE(7625), 2, sym_argument_list, sym_initializer_list, - [230759] = 18, + [231060] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5179), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5181), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [231089] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8946), 1, + anon_sym_requires, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8941), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(8930), 11, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [231126] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(6598), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9453), 1, sym_identifier, - STATE(2761), 1, + STATE(2699), 1, sym_template_type, - STATE(3022), 1, + STATE(2846), 1, sym_field_declaration_list, - STATE(3554), 1, + STATE(3172), 1, sym__class_declaration_item, - STATE(6555), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7699), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5561), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230818] = 18, + [231185] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5183), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5185), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [231214] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(2761), 1, + STATE(1672), 1, sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3542), 1, + STATE(1801), 1, sym__class_declaration_item, - STATE(6555), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6517), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230877] = 18, + [231273] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, - sym_field_declaration_list, - STATE(3025), 1, + STATE(2378), 1, sym__class_declaration_item, - STATE(6551), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6509), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5553), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230936] = 18, + [231332] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(9901), 1, + anon_sym_SEMI, + ACTIONS(9903), 1, + anon_sym_LBRACE, + ACTIONS(9905), 1, + anon_sym_try, + STATE(607), 1, + sym_compound_statement, + STATE(608), 1, + sym_try_statement, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7346), 1, + sym_gnu_asm_expression, + STATE(7347), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [231393] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6295), 1, - anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2648), 1, + STATE(2134), 1, sym_template_type, - STATE(2831), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(3054), 1, + STATE(4598), 1, sym__class_declaration_item, - STATE(6551), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5545), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [230995] = 18, + [231452] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9867), 1, + anon_sym_COMMA, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + ACTIONS(9907), 1, + anon_sym_RPAREN, + STATE(7187), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [231507] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9447), 1, sym_identifier, - STATE(2761), 1, + STATE(2781), 1, sym_template_type, - STATE(3022), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(3482), 1, + STATE(3590), 1, sym__class_declaration_item, - STATE(6555), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7736), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5584), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231054] = 18, + [231566] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9447), 1, sym_identifier, - STATE(2761), 1, + STATE(2781), 1, sym_template_type, - STATE(3022), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(3487), 1, + STATE(3437), 1, sym__class_declaration_item, - STATE(6555), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7736), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5563), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [231625] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + ACTIONS(9909), 1, + anon_sym_SEMI, + STATE(5340), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + STATE(8615), 1, + sym_attribute_specifier, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [231678] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(135), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5628), 1, + anon_sym_COLON_COLON, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(9911), 1, + sym_identifier, + ACTIONS(9913), 1, + anon_sym_template, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5580), 1, + sym__scope_resolution, + STATE(6846), 1, + sym_operator_cast, + STATE(7031), 1, + sym_qualified_operator_cast_identifier, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [231113] = 18, + [231741] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2761), 1, + STATE(2134), 1, sym_template_type, - STATE(3022), 1, - sym_field_declaration_list, - STATE(3552), 1, + STATE(2391), 1, sym__class_declaration_item, - STATE(6555), 1, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6504), 1, sym__scope_resolution, - STATE(6922), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7718), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2645), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231172] = 18, + [231800] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6610), 1, - anon_sym_LBRACE, - ACTIONS(9334), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2707), 1, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(3226), 1, + STATE(4570), 1, sym__class_declaration_item, - STATE(6554), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5566), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231231] = 18, + [231859] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2707), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3243), 1, + STATE(2391), 1, sym__class_declaration_item, - STATE(6554), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6527), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231290] = 18, + [231918] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(9447), 1, sym_identifier, - STATE(2707), 1, + STATE(2781), 1, sym_template_type, - STATE(2871), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(3159), 1, + STATE(3576), 1, sym__class_declaration_item, - STATE(6554), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7736), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231349] = 18, + [231977] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9463), 1, sym_identifier, - STATE(2707), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3124), 1, + STATE(2396), 1, sym__class_declaration_item, - STATE(6554), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6527), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(3928), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5573), 2, + STATE(5598), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231408] = 18, + [232036] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, ACTIONS(9447), 1, sym_identifier, - STATE(2648), 1, + STATE(2781), 1, sym_template_type, - STATE(2831), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(3030), 1, + STATE(3579), 1, sym__class_declaration_item, - STATE(6551), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7736), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5587), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231467] = 18, + [232095] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, ACTIONS(9447), 1, sym_identifier, - STATE(2648), 1, + STATE(2781), 1, sym_template_type, - STATE(2831), 1, + STATE(3004), 1, sym_field_declaration_list, - STATE(3035), 1, + STATE(3472), 1, sym__class_declaration_item, - STATE(6551), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(6828), 1, + STATE(6871), 1, sym_virtual_specifier, - STATE(7535), 1, + STATE(7736), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2359), 2, + STATE(2640), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5560), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231526] = 5, + [232154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9871), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(9873), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5842), 3, + ACTIONS(5187), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5844), 14, + ACTIONS(5189), 18, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_or, + anon_sym_and, anon_sym_asm, anon_sym___asm__, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [231559] = 18, + [232183] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(7427), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9457), 1, sym_identifier, - STATE(3649), 1, + STATE(3660), 1, sym_template_type, STATE(3974), 1, sym_field_declaration_list, - STATE(4105), 1, + STATE(4108), 1, sym__class_declaration_item, - STATE(6557), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6993), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7635), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(3103), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5549), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231618] = 18, + [232242] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(6598), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9453), 1, sym_identifier, - STATE(3649), 1, + STATE(2699), 1, sym_template_type, - STATE(3974), 1, + STATE(2846), 1, sym_field_declaration_list, - STATE(4086), 1, + STATE(3192), 1, sym__class_declaration_item, - STATE(6557), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6878), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7699), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(2511), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231677] = 18, + [232301] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + ACTIONS(9915), 1, + anon_sym_SEMI, + STATE(5353), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + STATE(8572), 1, + sym_attribute_specifier, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [232354] = 5, + ACTIONS(9675), 1, + anon_sym_LF, + ACTIONS(9917), 1, + anon_sym_LPAREN2, + ACTIONS(9919), 1, + sym_comment, + STATE(5760), 1, + sym_preproc_argument_list, + ACTIONS(9679), 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, + [232387] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9334), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9459), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(2707), 1, + STATE(1672), 1, sym_template_type, - STATE(2871), 1, - sym_field_declaration_list, - STATE(3115), 1, + STATE(1829), 1, sym__class_declaration_item, - STATE(6554), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6508), 1, sym__scope_resolution, - STATE(6942), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7695), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2521), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231736] = 7, + [232446] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, + ACTIONS(9921), 1, anon_sym_requires, - ACTIONS(5860), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9490), 3, + ACTIONS(9669), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9479), 11, + ACTIONS(9667), 11, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -487989,241 +488574,329 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_asm, anon_sym___asm__, anon_sym_try, - [231773] = 3, + [232483] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(9877), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9875), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(5819), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(9451), 1, + sym_identifier, + STATE(1672), 1, + sym_template_type, + STATE(1794), 1, + sym__class_declaration_item, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6508), 1, + sym__scope_resolution, + STATE(6879), 1, + sym_virtual_specifier, + STATE(7584), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [231802] = 3, + STATE(2099), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5593), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [232542] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(9881), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9879), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(9867), 1, anon_sym_COMMA, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + ACTIONS(9924), 1, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + STATE(7288), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [232597] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(5819), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, + sym_identifier, + STATE(1672), 1, + sym_template_type, + STATE(1829), 1, + sym__class_declaration_item, + STATE(4957), 1, + sym_field_declaration_list, + STATE(6550), 1, + sym__scope_resolution, + STATE(6890), 1, + sym_virtual_specifier, + STATE(7665), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [231831] = 3, + STATE(4213), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [232656] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5175), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6374), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(9463), 1, + sym_identifier, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, + sym_template_type, + STATE(2378), 1, + sym__class_declaration_item, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6527), 1, + sym__scope_resolution, + STATE(6829), 1, + sym_virtual_specifier, + STATE(7758), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [231860] = 3, + STATE(3928), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [232715] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 3, + ACTIONS(9926), 1, + anon_sym_requires, + ACTIONS(9687), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9673), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5171), 18, + ACTIONS(9671), 11, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [231889] = 18, + [232752] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(8487), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9461), 1, sym_identifier, - STATE(4347), 1, + STATE(2134), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4883), 1, + STATE(2359), 1, sym__class_declaration_item, - STATE(6514), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6531), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5581), 2, + STATE(5505), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [231948] = 18, + [232811] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(8487), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9461), 1, sym_identifier, - STATE(4347), 1, + STATE(2134), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4880), 1, + STATE(2363), 1, sym__class_declaration_item, - STATE(6514), 1, + STATE(2860), 1, + sym_field_declaration_list, + STATE(6531), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232007] = 18, + [232870] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(5819), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, - anon_sym_LBRACE, ACTIONS(9441), 1, sym_identifier, - STATE(4347), 1, + STATE(1672), 1, sym_template_type, - STATE(4787), 1, - sym_field_declaration_list, - STATE(4935), 1, + STATE(1823), 1, sym__class_declaration_item, - STATE(6514), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6517), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232066] = 3, + [232929] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 3, + ACTIONS(5151), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5191), 18, + ACTIONS(5153), 18, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -488242,178 +488915,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [232095] = 18, + [232958] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(5665), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, - anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(4347), 1, + STATE(2119), 1, sym_template_type, - STATE(4787), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(4950), 1, + STATE(2299), 1, sym__class_declaration_item, - STATE(6514), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7743), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5589), 2, + STATE(5533), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232154] = 3, + [233017] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 3, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, anon_sym___asm, - ACTIONS(5195), 18, + ACTIONS(9604), 1, + anon_sym_try, + ACTIONS(9823), 1, anon_sym_COMMA, + ACTIONS(9825), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(9929), 1, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + ACTIONS(9931), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, + STATE(1886), 1, + sym_compound_statement, + STATE(1887), 1, + sym_try_statement, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7306), 1, + sym_gnu_asm_expression, + STATE(7307), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232183] = 18, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [233078] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(3649), 1, + STATE(1672), 1, sym_template_type, - STATE(3974), 1, - sym_field_declaration_list, - STATE(4095), 1, + STATE(1789), 1, sym__class_declaration_item, - STATE(6557), 1, + STATE(2292), 1, + sym_field_declaration_list, + STATE(6508), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5557), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232242] = 3, + [233137] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5167), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6374), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2396), 1, + sym__class_declaration_item, + STATE(3554), 1, + sym_field_declaration_list, + STATE(6509), 1, + sym__scope_resolution, + STATE(6967), 1, + sym_virtual_specifier, + STATE(7716), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232271] = 3, + STATE(2952), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5573), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [233196] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5167), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(9933), 2, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5165), 3, + ACTIONS(5833), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5167), 18, + ACTIONS(5835), 16, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, @@ -488421,384 +489101,372 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [232329] = 18, + [233227] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, + ACTIONS(6123), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7479), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(8487), 1, - anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(4347), 1, + STATE(2452), 1, sym_template_type, - STATE(4787), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(4895), 1, + STATE(2636), 1, sym__class_declaration_item, - STATE(6514), 1, + STATE(6557), 1, sym__scope_resolution, - STATE(7047), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7649), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4281), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5502), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232388] = 18, + [233286] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(6376), 1, + anon_sym_COLON, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(3649), 1, + STATE(2452), 1, sym_template_type, - STATE(3974), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(4103), 1, + STATE(2630), 1, sym__class_declaration_item, STATE(6557), 1, sym__scope_resolution, - STATE(7003), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7596), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3208), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5572), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232447] = 18, + [233345] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + ACTIONS(9935), 1, + anon_sym_SEMI, + STATE(5346), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(7999), 1, + sym_attribute_specifier, + STATE(8011), 1, + sym_ms_based_modifier, + ACTIONS(43), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [233398] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - ACTIONS(9445), 1, - anon_sym_COLON_COLON, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2377), 1, + STATE(2396), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(6528), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5614), 2, + STATE(5499), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232506] = 4, + [233457] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9873), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5862), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5864), 16, - anon_sym_COMMA, + ACTIONS(9939), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232537] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5153), 3, + ACTIONS(9941), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5155), 18, + ACTIONS(9937), 17, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [232566] = 18, + [233488] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, sym_template_type, - STATE(2400), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(6528), 1, + STATE(3019), 1, + sym__class_declaration_item, + STATE(6549), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7552), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5626), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232625] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, - anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - ACTIONS(9883), 1, - anon_sym_SEMI, - STATE(5345), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(7809), 1, - sym_attribute_specifier, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [232678] = 18, + [233547] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9468), 1, sym_identifier, - STATE(2138), 1, + STATE(2671), 1, sym_template_type, - STATE(2340), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(6517), 1, + STATE(3030), 1, + sym__class_declaration_item, + STATE(6549), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7552), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232737] = 3, + [233606] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(1970), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(6598), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, + sym_identifier, + STATE(2699), 1, + sym_template_type, + STATE(2846), 1, + sym_field_declaration_list, + STATE(3100), 1, + sym__class_declaration_item, + STATE(6541), 1, + sym__scope_resolution, + STATE(6878), 1, + sym_virtual_specifier, + STATE(7699), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232766] = 18, + STATE(2511), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5570), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [233665] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(2377), 1, + STATE(1794), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(4957), 1, sym_field_declaration_list, - STATE(6512), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6890), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7665), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(4213), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5609), 2, + STATE(5597), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232825] = 3, + [233724] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 3, + ACTIONS(5155), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(1966), 18, + ACTIONS(5157), 18, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -488817,228 +489485,215 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [232854] = 3, + [233753] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 3, - anon_sym___attribute, - anon_sym_LBRACK, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, anon_sym___asm, - ACTIONS(5163), 18, + ACTIONS(1916), 1, + anon_sym_LBRACE, + ACTIONS(9823), 1, anon_sym_COMMA, + ACTIONS(9825), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, + ACTIONS(9943), 1, + anon_sym_SEMI, + ACTIONS(9945), 1, + anon_sym_try, + STATE(699), 1, + sym_compound_statement, + STATE(712), 1, + sym_try_statement, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7175), 1, + sym_gnu_asm_expression, + STATE(7178), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [232883] = 18, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [233814] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2400), 1, + STATE(2396), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(6512), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5528), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [232942] = 18, + [233873] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(2138), 1, + STATE(2119), 1, sym_template_type, - STATE(2352), 1, - sym__class_declaration_item, - STATE(3510), 1, + STATE(2168), 1, sym_field_declaration_list, - STATE(6517), 1, + STATE(2202), 1, + sym__class_declaration_item, + STATE(6506), 1, sym__scope_resolution, - STATE(6880), 1, + STATE(7025), 1, sym_virtual_specifier, - STATE(7526), 1, + STATE(7743), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2981), 2, + STATE(1869), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5638), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233001] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9889), 2, - anon_sym_final, - anon_sym_override, - STATE(5603), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - ACTIONS(9887), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9885), 14, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [233034] = 18, + [233932] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(1781), 1, + STATE(4281), 1, sym_template_type, - STATE(1818), 1, - sym__class_declaration_item, - STATE(4961), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(6513), 1, + STATE(4932), 1, + sym__class_declaration_item, + STATE(6529), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7783), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(4304), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5634), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233093] = 3, + [233991] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 3, + ACTIONS(9495), 1, + anon_sym_requires, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9490), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5142), 18, + ACTIONS(9479), 11, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [233122] = 7, + [234028] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9366), 3, + ACTIONS(9933), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(9947), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5847), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9355), 11, + ACTIONS(5849), 14, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -489049,486 +489704,471 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_try, - [233159] = 3, + anon_sym_requires, + [234061] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 3, + ACTIONS(9953), 2, + anon_sym_final, + anon_sym_override, + STATE(5625), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + ACTIONS(9951), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5179), 18, + ACTIONS(9949), 14, 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_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [233188] = 18, + [234094] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, sym_template_type, - STATE(2336), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(6528), 1, + STATE(3048), 1, + sym__class_declaration_item, + STATE(6549), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7552), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233247] = 18, + [234153] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2340), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(6512), 1, + STATE(4453), 1, + sym__class_declaration_item, + STATE(6504), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233306] = 18, + [234212] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9451), 1, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + ACTIONS(9443), 1, sym_identifier, - STATE(2138), 1, + STATE(2452), 1, sym_template_type, - STATE(2352), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(2596), 1, sym_field_declaration_list, - STATE(6512), 1, + STATE(2658), 1, + sym__class_declaration_item, + STATE(6535), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6950), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7472), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(2337), 2, + STATE(2234), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5520), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233365] = 18, + [234271] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9468), 1, sym_identifier, - STATE(1781), 1, + STATE(2671), 1, sym_template_type, - STATE(1797), 1, - sym__class_declaration_item, - STATE(4961), 1, + STATE(2795), 1, sym_field_declaration_list, - STATE(6513), 1, + STATE(3054), 1, + sym__class_declaration_item, + STATE(6549), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6930), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7552), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2410), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5604), 2, + STATE(5633), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233424] = 18, + [234330] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(1781), 1, + STATE(1672), 1, sym_template_type, - STATE(1814), 1, + STATE(1801), 1, sym__class_declaration_item, - STATE(4961), 1, + STATE(2292), 1, sym_field_declaration_list, - STATE(6513), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6879), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7584), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2099), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233483] = 3, + [234389] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 3, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8941), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5199), 18, + ACTIONS(8930), 11, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_or, - anon_sym_and, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [233512] = 18, + [234426] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9463), 1, sym_identifier, - ACTIONS(9445), 1, - anon_sym_COLON_COLON, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2340), 1, + STATE(2359), 1, sym__class_declaration_item, - STATE(2845), 1, + STATE(2860), 1, sym_field_declaration_list, - STATE(6528), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6829), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7758), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(3895), 2, + STATE(2413), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5562), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233571] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5185), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5187), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [233600] = 3, + [234485] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5183), 18, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(6372), 1, anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(6376), 1, anon_sym_COLON, - anon_sym_or, - anon_sym_and, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, + sym_template_type, + STATE(2795), 1, + sym_field_declaration_list, + STATE(3010), 1, + sym__class_declaration_item, + STATE(6549), 1, + sym__scope_resolution, + STATE(6930), 1, + sym_virtual_specifier, + STATE(7552), 1, + sym_base_class_clause, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [233629] = 18, + STATE(2410), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [234544] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(8533), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, sym_identifier, - STATE(2138), 1, + STATE(4281), 1, sym_template_type, - STATE(2336), 1, - sym__class_declaration_item, - STATE(2845), 1, + STATE(4833), 1, sym_field_declaration_list, - STATE(6556), 1, + STATE(4942), 1, + sym__class_declaration_item, + STATE(6529), 1, sym__scope_resolution, - STATE(6921), 1, + STATE(6837), 1, sym_virtual_specifier, - STATE(7538), 1, + STATE(7783), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, + anon_sym_final, + anon_sym_override, + STATE(4304), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [234603] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5191), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5193), 18, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_or, + anon_sym_and, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(2337), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [233688] = 18, + anon_sym_try, + anon_sym_requires, + [234632] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1787), 1, + STATE(2359), 1, sym__class_declaration_item, - STATE(4961), 1, + STATE(3554), 1, sym_field_declaration_list, - STATE(6513), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6967), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7716), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(2952), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5167), 2, + STATE(5508), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233747] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9892), 1, - anon_sym_COMMA, - ACTIONS(9894), 1, - anon_sym_RPAREN, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, - anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, - anon_sym_AMP, - STATE(7296), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [233802] = 3, + [234691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 3, + ACTIONS(5140), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(5159), 18, + ACTIONS(5142), 18, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -489547,959 +490187,1082 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [233831] = 18, + [234720] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5858), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6376), 1, anon_sym_COLON, - ACTIONS(7455), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(8459), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(1784), 1, - sym__class_declaration_item, - STATE(4961), 1, + STATE(4389), 1, sym_field_declaration_list, - STATE(6513), 1, + STATE(4453), 1, + sym__class_declaration_item, + STATE(6509), 1, sym__scope_resolution, - STATE(7006), 1, + STATE(6955), 1, sym_virtual_specifier, - STATE(7558), 1, + STATE(7604), 1, sym_base_class_clause, - ACTIONS(5660), 2, + ACTIONS(5669), 2, anon_sym_final, anon_sym_override, - STATE(4237), 2, + STATE(4202), 2, sym__class_name, sym_qualified_type_identifier, - STATE(5612), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [233890] = 16, + [234779] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(9892), 1, - anon_sym_COMMA, - ACTIONS(9900), 1, + ACTIONS(9875), 1, anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, + ACTIONS(9879), 1, anon_sym_AMP_AMP, - ACTIONS(9906), 1, + ACTIONS(9881), 1, anon_sym_PIPE, - ACTIONS(9908), 1, + ACTIONS(9883), 1, anon_sym_CARET, - ACTIONS(9910), 1, + ACTIONS(9885), 1, anon_sym_AMP, - ACTIONS(9920), 1, - anon_sym_RPAREN, - STATE(7217), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(9896), 2, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, + ACTIONS(9887), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(9914), 2, + ACTIONS(9889), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(9916), 2, + ACTIONS(9891), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, + ACTIONS(9893), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [233945] = 16, + ACTIONS(9956), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [234827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9892), 1, - anon_sym_COMMA, - ACTIONS(9900), 1, + ACTIONS(9960), 5, anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, anon_sym_AMP, - ACTIONS(9922), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9958), 15, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(7398), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(9896), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [234000] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5603), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - ACTIONS(9926), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9924), 14, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [234033] = 7, + [234855] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9007), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(8996), 11, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [234070] = 4, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9970), 1, + anon_sym_RBRACK, + ACTIONS(9972), 1, + sym_this, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [234907] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(9930), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(9932), 3, - anon_sym___attribute, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9928), 17, - anon_sym_DOT_DOT_DOT, + ACTIONS(8127), 1, + anon_sym_STAR, + ACTIONS(8129), 1, + anon_sym_AMP_AMP, + ACTIONS(8131), 1, + anon_sym_AMP, + ACTIONS(8221), 1, + anon_sym___attribute, + STATE(3185), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6394), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 6, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [234101] = 18, + [234953] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2352), 1, - sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(6556), 1, - sym__scope_resolution, - STATE(6921), 1, - sym_virtual_specifier, - STATE(7538), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(2337), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5617), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [234160] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9443), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2340), 1, - sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(6556), 1, + ACTIONS(9972), 1, + sym_this, + ACTIONS(9974), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(6921), 1, - sym_virtual_specifier, - STATE(7538), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(2337), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [234219] = 15, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235005] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - ACTIONS(9934), 1, - anon_sym_SEMI, - STATE(5354), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8017), 1, - sym_attribute_specifier, - STATE(8153), 1, - sym_ms_based_modifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [234272] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, + ACTIONS(9976), 1, sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, - anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - ACTIONS(9936), 1, - anon_sym_SEMI, - STATE(5355), 1, - sym__field_declarator, - STATE(6261), 1, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(9980), 1, + anon_sym_COLON_COLON, + ACTIONS(9982), 1, + anon_sym_template, + ACTIONS(9984), 1, + anon_sym_operator, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2418), 1, + sym_template_function, + STATE(2419), 1, + sym_destructor_name, + STATE(2420), 1, + sym_dependent_identifier, + STATE(2421), 1, + sym_qualified_identifier, + STATE(2422), 1, sym_operator_name, - STATE(8153), 1, + STATE(2526), 1, + sym_pointer_type_declarator, + STATE(5644), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, sym_ms_based_modifier, - STATE(8504), 1, - sym_attribute_specifier, - ACTIONS(43), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [234325] = 20, + [235069] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(135), 1, - anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5628), 1, - anon_sym_COLON_COLON, - ACTIONS(8022), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(9938), 1, + ACTIONS(9986), 1, sym_identifier, - ACTIONS(9940), 1, + ACTIONS(9988), 1, + anon_sym_TILDE, + ACTIONS(9990), 1, + anon_sym_COLON_COLON, + ACTIONS(9992), 1, anon_sym_template, - STATE(2764), 1, + ACTIONS(9994), 1, + anon_sym_operator, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(3303), 1, sym_pointer_type_declarator, - STATE(2781), 1, + STATE(3305), 1, sym_template_function, - STATE(2782), 1, + STATE(3306), 1, sym_destructor_name, - STATE(2783), 1, + STATE(3312), 1, sym_dependent_identifier, - STATE(2784), 1, + STATE(3317), 1, sym_qualified_identifier, - STATE(2788), 1, + STATE(3322), 1, sym_operator_name, - STATE(5631), 1, + STATE(5645), 1, sym__scope_resolution, - STATE(7030), 1, - sym_operator_cast, - STATE(7035), 1, - sym_qualified_operator_cast_identifier, - STATE(8637), 1, + STATE(7832), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [234388] = 19, + [235133] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9942), 1, - anon_sym_SEMI, - ACTIONS(9944), 1, - anon_sym_LBRACE, - ACTIONS(9946), 1, - anon_sym_try, - STATE(369), 1, - sym_try_statement, - STATE(370), 1, - sym_compound_statement, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7396), 1, - aux_sym_declaration_repeat1, - STATE(7397), 1, - sym_gnu_asm_expression, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [234449] = 19, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(9996), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235185] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(1916), 1, - anon_sym_LBRACE, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, - anon_sym_EQ, - ACTIONS(9948), 1, - anon_sym_SEMI, - ACTIONS(9950), 1, - anon_sym_try, - STATE(702), 1, - sym_compound_statement, - STATE(705), 1, - sym_try_statement, - STATE(2855), 1, + ACTIONS(8109), 1, + anon_sym_STAR, + ACTIONS(8111), 1, + anon_sym_AMP_AMP, + ACTIONS(8113), 1, + anon_sym_AMP, + ACTIONS(8221), 1, + anon_sym___attribute, + STATE(3238), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(7111), 1, - sym_gnu_asm_expression, - STATE(7120), 1, - aux_sym_declaration_repeat1, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [234510] = 18, + STATE(6420), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [235231] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(9972), 1, + sym_this, + ACTIONS(9998), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10002), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(10000), 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, + [235311] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7973), 1, + anon_sym_STAR, + ACTIONS(10004), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(10006), 1, + anon_sym_TILDE, + ACTIONS(10008), 1, + anon_sym_COLON_COLON, + ACTIONS(10010), 1, + anon_sym_template, + ACTIONS(10012), 1, + anon_sym_operator, + STATE(1694), 1, sym_template_type, - STATE(2400), 1, - sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(6556), 1, - sym__scope_resolution, - STATE(6921), 1, - sym_virtual_specifier, - STATE(7538), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(2337), 2, - sym__class_name, + STATE(1772), 1, + sym_dependent_type_identifier, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(3518), 1, + sym_pointer_type_declarator, + STATE(3520), 1, + sym_template_function, + STATE(3522), 1, + sym_dependent_identifier, + STATE(3527), 1, + sym_qualified_identifier, + STATE(3531), 1, + sym_operator_name, + STATE(3620), 1, + sym_destructor_name, + STATE(5650), 1, + sym__scope_resolution, + STATE(7832), 1, + sym_ms_based_modifier, + STATE(8077), 1, sym_decltype, - sym_dependent_type_identifier, - [234569] = 18, + [235375] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2377), 1, - sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(6556), 1, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10014), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(6921), 1, - sym_virtual_specifier, - STATE(7538), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(2337), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5628), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [234628] = 18, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235427] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(9443), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - STATE(2138), 1, - sym_template_type, - STATE(2352), 1, - sym__class_declaration_item, - STATE(2845), 1, - sym_field_declaration_list, - STATE(6528), 1, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10016), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(6921), 1, - sym_virtual_specifier, - STATE(7538), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(3895), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(5608), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [234687] = 5, - ACTIONS(9775), 1, - anon_sym_LF, - ACTIONS(9952), 1, - anon_sym_LPAREN2, - ACTIONS(9954), 1, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235479] = 6, + ACTIONS(3), 1, sym_comment, - STATE(5767), 1, - sym_preproc_argument_list, - ACTIONS(9779), 18, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(9873), 2, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(10018), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9956), 11, + 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, - [234720] = 18, + [235513] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6262), 1, - anon_sym_LBRACE, - ACTIONS(6264), 1, - anon_sym_COLON, - ACTIONS(7515), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10020), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235565] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(9984), 1, + anon_sym_operator, + ACTIONS(10022), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(10024), 1, + anon_sym_COLON_COLON, + ACTIONS(10026), 1, + anon_sym_template, + STATE(1694), 1, sym_template_type, - STATE(2336), 1, - sym__class_declaration_item, - STATE(3510), 1, - sym_field_declaration_list, - STATE(6517), 1, - sym__scope_resolution, - STATE(6880), 1, - sym_virtual_specifier, - STATE(7526), 1, - sym_base_class_clause, - ACTIONS(5660), 2, - anon_sym_final, - anon_sym_override, - STATE(2981), 2, - sym__class_name, + STATE(1772), 1, + sym_dependent_type_identifier, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(8540), 2, + STATE(2418), 1, + sym_template_function, + STATE(2419), 1, + sym_destructor_name, + STATE(2420), 1, + sym_dependent_identifier, + STATE(2421), 1, + sym_qualified_identifier, + STATE(2422), 1, + sym_operator_name, + STATE(2526), 1, + sym_pointer_type_declarator, + STATE(5655), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, + sym_ms_based_modifier, + [235629] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10028), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [234779] = 9, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235681] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7029), 1, - anon_sym_DASH_GT, - STATE(5574), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9366), 2, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10030), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235733] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + STATE(5712), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9616), 3, + anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 9, + ACTIONS(9614), 14, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [234819] = 12, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [235765] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(9984), 1, + anon_sym_operator, + ACTIONS(10032), 1, + sym_identifier, + ACTIONS(10034), 1, + anon_sym_COLON_COLON, + ACTIONS(10036), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2418), 1, + sym_template_function, + STATE(2419), 1, + sym_destructor_name, + STATE(2420), 1, + sym_dependent_identifier, + STATE(2421), 1, + sym_qualified_identifier, + STATE(2422), 1, + sym_operator_name, + STATE(2526), 1, + sym_pointer_type_declarator, + STATE(5659), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, + sym_ms_based_modifier, + [235829] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10038), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [235881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(10042), 5, anon_sym_SLASH, - ACTIONS(9906), 1, anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, anon_sym_AMP, - ACTIONS(9896), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(10040), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(9956), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [234865] = 15, + [235909] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, ACTIONS(9962), 1, - anon_sym_AMP, + sym_identifier, ACTIONS(9964), 1, - anon_sym_COLON_COLON, + anon_sym_STAR, ACTIONS(9966), 1, - anon_sym_RBRACK, + anon_sym_AMP, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - STATE(5735), 1, + ACTIONS(10044), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [234917] = 21, + [235961] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6961), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(6963), 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, + [235989] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10048), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(10046), 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, + [236017] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8012), 1, + ACTIONS(7957), 1, anon_sym_STAR, - ACTIONS(9970), 1, + ACTIONS(10050), 1, sym_identifier, - ACTIONS(9972), 1, + ACTIONS(10052), 1, anon_sym_TILDE, - ACTIONS(9974), 1, + ACTIONS(10054), 1, anon_sym_COLON_COLON, - ACTIONS(9976), 1, + ACTIONS(10056), 1, anon_sym_template, - ACTIONS(9978), 1, + ACTIONS(10058), 1, anon_sym_operator, - STATE(2131), 1, + STATE(2510), 1, sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, + STATE(2527), 1, sym_template_type, - STATE(3672), 1, - sym_pointer_type_declarator, - STATE(3674), 1, + STATE(2529), 1, + sym_qualified_type_identifier, + STATE(3622), 1, sym_template_function, - STATE(3675), 1, + STATE(3623), 1, sym_destructor_name, - STATE(3676), 1, + STATE(3624), 1, sym_dependent_identifier, - STATE(3678), 1, + STATE(3626), 1, sym_qualified_identifier, - STATE(3680), 1, + STATE(3627), 1, sym_operator_name, - STATE(5642), 1, + STATE(3765), 1, + sym_pointer_type_declarator, + STATE(5665), 1, sym__scope_resolution, - STATE(8147), 1, + STATE(8063), 1, sym_ms_based_modifier, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [234981] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8132), 1, - anon_sym_STAR, - ACTIONS(8134), 1, - anon_sym_AMP_AMP, - ACTIONS(8136), 1, - anon_sym_AMP, - ACTIONS(8237), 1, - anon_sym___attribute, - STATE(3093), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6398), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [235027] = 21, + [236081] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(9980), 1, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9982), 1, - anon_sym_TILDE, - ACTIONS(9984), 1, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(9986), 1, - anon_sym_template, - ACTIONS(9988), 1, - anon_sym_operator, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(3571), 1, - sym_operator_name, - STATE(3573), 1, - sym_qualified_identifier, - STATE(3575), 1, - sym_dependent_identifier, - STATE(3576), 1, - sym_destructor_name, - STATE(3577), 1, - sym_template_function, - STATE(3579), 1, - sym_pointer_type_declarator, - STATE(5644), 1, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10060), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(7859), 1, - sym_ms_based_modifier, - STATE(8540), 1, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, - [235091] = 15, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [236133] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(9990), 1, + ACTIONS(10062), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [235143] = 5, + [236185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - STATE(5711), 2, + STATE(5712), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(9607), 3, + ACTIONS(9695), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9605), 14, + ACTIONS(9693), 14, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -490514,188 +491277,386 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [235175] = 21, + [236217] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8002), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(9992), 1, - sym_identifier, - ACTIONS(9994), 1, + ACTIONS(10006), 1, anon_sym_TILDE, - ACTIONS(9996), 1, + ACTIONS(10012), 1, + anon_sym_operator, + ACTIONS(10064), 1, + sym_identifier, + ACTIONS(10066), 1, anon_sym_COLON_COLON, - ACTIONS(9998), 1, + ACTIONS(10068), 1, anon_sym_template, - ACTIONS(10000), 1, - anon_sym_operator, + STATE(2129), 1, + sym_qualified_type_identifier, STATE(2131), 1, sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, + STATE(2145), 1, sym_template_type, - STATE(2445), 1, + STATE(3518), 1, sym_pointer_type_declarator, - STATE(2447), 1, + STATE(3520), 1, sym_template_function, - STATE(2448), 1, + STATE(3522), 1, + sym_dependent_identifier, + STATE(3527), 1, + sym_qualified_identifier, + STATE(3531), 1, + sym_operator_name, + STATE(3620), 1, + sym_destructor_name, + STATE(5669), 1, + sym__scope_resolution, + STATE(7832), 1, + sym_ms_based_modifier, + STATE(8077), 1, + sym_decltype, + [236281] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7957), 1, + anon_sym_STAR, + ACTIONS(10052), 1, + anon_sym_TILDE, + ACTIONS(10058), 1, + anon_sym_operator, + ACTIONS(10070), 1, + sym_identifier, + ACTIONS(10072), 1, + anon_sym_COLON_COLON, + ACTIONS(10074), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(3622), 1, + sym_template_function, + STATE(3623), 1, sym_destructor_name, - STATE(2449), 1, + STATE(3624), 1, sym_dependent_identifier, - STATE(2451), 1, + STATE(3626), 1, sym_qualified_identifier, - STATE(2453), 1, + STATE(3627), 1, sym_operator_name, - STATE(5647), 1, + STATE(3765), 1, + sym_pointer_type_declarator, + STATE(5670), 1, sym__scope_resolution, - STATE(8278), 1, + STATE(8063), 1, sym_ms_based_modifier, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [235239] = 9, + [236345] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(7023), 1, - anon_sym_requires, - STATE(5393), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9490), 2, - anon_sym_LBRACK, - anon_sym___asm, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [235279] = 21, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7987), 1, + anon_sym_STAR, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(9984), 1, + anon_sym_operator, + ACTIONS(10076), 1, + sym_identifier, + ACTIONS(10078), 1, + anon_sym_COLON_COLON, + ACTIONS(10080), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2418), 1, + sym_template_function, + STATE(2419), 1, + sym_destructor_name, + STATE(2420), 1, + sym_dependent_identifier, + STATE(2421), 1, + sym_qualified_identifier, + STATE(2422), 1, + sym_operator_name, + STATE(2526), 1, + sym_pointer_type_declarator, + STATE(5671), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, + sym_ms_based_modifier, + [236409] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3247), 1, anon_sym_TILDE, ACTIONS(4165), 1, anon_sym_COLON_COLON, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(10002), 1, + ACTIONS(10082), 1, sym_identifier, - ACTIONS(10004), 1, + ACTIONS(10084), 1, anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, STATE(2131), 1, sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, + STATE(2145), 1, sym_template_type, - STATE(2764), 1, + STATE(2777), 1, sym_pointer_type_declarator, - STATE(2781), 1, + STATE(2778), 1, sym_template_function, - STATE(2782), 1, + STATE(2779), 1, sym_destructor_name, - STATE(2783), 1, + STATE(2780), 1, sym_dependent_identifier, - STATE(2784), 1, + STATE(2791), 1, sym_qualified_identifier, - STATE(2788), 1, + STATE(2794), 1, sym_operator_name, - STATE(5649), 1, + STATE(5672), 1, sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, - [235343] = 21, + STATE(8077), 1, + sym_decltype, + [236473] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8041), 1, + ACTIONS(7987), 1, anon_sym_STAR, - ACTIONS(10006), 1, - sym_identifier, - ACTIONS(10008), 1, + ACTIONS(9761), 1, anon_sym_TILDE, - ACTIONS(10010), 1, + ACTIONS(10086), 1, + sym_identifier, + ACTIONS(10088), 1, anon_sym_COLON_COLON, - ACTIONS(10012), 1, + ACTIONS(10090), 1, anon_sym_template, - ACTIONS(10014), 1, + ACTIONS(10092), 1, anon_sym_operator, + STATE(2129), 1, + sym_qualified_type_identifier, STATE(2131), 1, sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, + STATE(2145), 1, sym_template_type, - STATE(3266), 1, - sym_destructor_name, - STATE(3344), 1, + STATE(2777), 1, sym_pointer_type_declarator, - STATE(3345), 1, + STATE(2778), 1, sym_template_function, - STATE(3349), 1, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, sym_dependent_identifier, - STATE(3352), 1, + STATE(2791), 1, sym_qualified_identifier, - STATE(3356), 1, + STATE(2794), 1, sym_operator_name, - STATE(5650), 1, + STATE(5673), 1, sym__scope_resolution, - STATE(7859), 1, + STATE(8077), 1, + sym_decltype, + STATE(8554), 1, sym_ms_based_modifier, - STATE(8540), 1, + [236537] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10094), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [236589] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10096), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [236639] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8156), 1, + anon_sym_STAR, + ACTIONS(8158), 1, + anon_sym_AMP_AMP, + ACTIONS(8160), 1, + anon_sym_AMP, + STATE(2946), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6435), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [236683] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10098), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, sym_decltype, - [235407] = 9, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [236735] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - STATE(5606), 1, + STATE(5558), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9007), 2, + ACTIONS(8941), 2, anon_sym___attribute, anon_sym_LBRACK, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, + ACTIONS(8930), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -490705,166 +491666,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [235447] = 9, + [236775] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4370), 1, + anon_sym_EQ, + ACTIONS(9962), 1, + sym_identifier, + ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9966), 1, + anon_sym_AMP, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, + sym_this, + ACTIONS(10100), 1, + anon_sym_RBRACK, + STATE(5791), 1, + sym__scope_resolution, + STATE(7608), 1, + sym_lambda_default_capture, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7370), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [236827] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(7023), 1, + ACTIONS(6945), 1, anon_sym_requires, - STATE(5391), 1, + STATE(5550), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9007), 2, + ACTIONS(9374), 2, + anon_sym___attribute, anon_sym_LBRACK, - anon_sym___asm, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [235487] = 9, + [236867] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(7023), 1, + ACTIONS(6945), 1, anon_sym_requires, - STATE(5394), 1, + STATE(5538), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9667), 2, + ACTIONS(9490), 2, + anon_sym___attribute, anon_sym_LBRACK, - anon_sym___asm, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 9, + ACTIONS(9479), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [235527] = 11, + [236907] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(6945), 1, + anon_sym_requires, + STATE(5532), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9669), 2, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(8158), 1, - anon_sym_STAR, - ACTIONS(8160), 1, - anon_sym_AMP_AMP, - ACTIONS(8162), 1, - anon_sym_AMP, - STATE(2954), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6431), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 7, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 9, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [235571] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8002), 1, - anon_sym_STAR, - ACTIONS(9807), 1, - anon_sym_TILDE, - ACTIONS(10016), 1, - sym_identifier, - ACTIONS(10018), 1, - anon_sym_COLON_COLON, - ACTIONS(10020), 1, - anon_sym_template, - ACTIONS(10022), 1, - anon_sym_operator, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5655), 1, - sym__scope_resolution, - STATE(8278), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [235635] = 9, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [236947] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(7023), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(5392), 1, + STATE(5390), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9366), 2, + ACTIONS(8941), 2, anon_sym_LBRACK, anon_sym___asm, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 9, + ACTIONS(8930), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -490874,177 +491827,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_asm, anon_sym___asm__, anon_sym_try, - [235675] = 9, + [236987] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9072), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(5532), 1, + STATE(5391), 1, sym_trailing_return_type, - ACTIONS(9007), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(9069), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + ACTIONS(9374), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_try, - [235715] = 9, + [237027] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9376), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(5533), 1, + STATE(5392), 1, sym_trailing_return_type, - ACTIONS(9366), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + ACTIONS(9490), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 9, + ACTIONS(9479), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_try, - [235755] = 15, + [237067] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4368), 1, - anon_sym_RBRACK, - ACTIONS(4370), 1, + ACTIONS(7000), 1, + anon_sym_DASH_GT, + ACTIONS(7037), 1, + anon_sym_requires, + STATE(5393), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9669), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10024), 1, - sym_identifier, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [235807] = 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [237107] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7047), 5, + ACTIONS(9875), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(7049), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(9887), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(9893), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [235835] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6963), 5, - anon_sym_SLASH, + ACTIONS(10018), 2, anon_sym_PIPE, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(6965), 15, + ACTIONS(9956), 5, 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, - [235863] = 9, + [237149] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(9498), 1, + ACTIONS(9379), 1, anon_sym_requires, - STATE(5535), 1, + STATE(5623), 1, sym_trailing_return_type, - ACTIONS(9490), 2, + ACTIONS(9374), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(9495), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -491054,28 +491983,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [235903] = 9, + [237189] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(9845), 1, + ACTIONS(9495), 1, anon_sym_requires, - STATE(5536), 1, + STATE(5594), 1, sym_trailing_return_type, - ACTIONS(9667), 2, + ACTIONS(9490), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(9761), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 9, + ACTIONS(9479), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -491085,716 +492014,369 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [235943] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10026), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [235995] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10028), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236047] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10030), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236099] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(4894), 1, - anon_sym_COLON_COLON, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(10032), 1, - sym_identifier, - ACTIONS(10034), 1, - anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5667), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - STATE(8637), 1, - sym_ms_based_modifier, - [236163] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8012), 1, - anon_sym_STAR, - ACTIONS(9972), 1, - anon_sym_TILDE, - ACTIONS(9978), 1, - anon_sym_operator, - ACTIONS(10036), 1, - sym_identifier, - ACTIONS(10038), 1, - anon_sym_COLON_COLON, - ACTIONS(10040), 1, - anon_sym_template, - STATE(2500), 1, - sym_template_type, - STATE(2509), 1, - sym_dependent_type_identifier, - STATE(2587), 1, - sym_qualified_type_identifier, - STATE(3672), 1, - sym_pointer_type_declarator, - STATE(3674), 1, - sym_template_function, - STATE(3675), 1, - sym_destructor_name, - STATE(3676), 1, - sym_dependent_identifier, - STATE(3678), 1, - sym_qualified_identifier, - STATE(3680), 1, - sym_operator_name, - STATE(5668), 1, - sym__scope_resolution, - STATE(8147), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [236227] = 9, + [237229] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(6891), 1, anon_sym_DASH_GT, - ACTIONS(9134), 1, + ACTIONS(9921), 1, anon_sym_requires, - STATE(5447), 1, + STATE(5599), 1, sym_trailing_return_type, - ACTIONS(9007), 2, + ACTIONS(9669), 2, + anon_sym___attribute, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9069), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_try, - [236267] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10044), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10042), 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, - [236295] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10048), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10046), 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, - [236323] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(9982), 1, - anon_sym_TILDE, - ACTIONS(9988), 1, - anon_sym_operator, - ACTIONS(10050), 1, - sym_identifier, - ACTIONS(10052), 1, - anon_sym_COLON_COLON, - ACTIONS(10054), 1, - anon_sym_template, - STATE(1677), 1, - sym_dependent_type_identifier, - STATE(1780), 1, - sym_template_type, - STATE(1829), 1, - sym_qualified_type_identifier, - STATE(3571), 1, - sym_operator_name, - STATE(3573), 1, - sym_qualified_identifier, - STATE(3575), 1, - sym_dependent_identifier, - STATE(3576), 1, - sym_destructor_name, - STATE(3577), 1, - sym_template_function, - STATE(3579), 1, - sym_pointer_type_declarator, - STATE(5672), 1, - sym__scope_resolution, - STATE(7859), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [236387] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - STATE(5711), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(9603), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9601), 14, + ACTIONS(9667), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [236419] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10056), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236471] = 9, + [237269] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7029), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9845), 1, + ACTIONS(9130), 1, anon_sym_requires, - STATE(5536), 1, + STATE(5433), 1, sym_trailing_return_type, - ACTIONS(9667), 2, + ACTIONS(8941), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9761), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 9, + ACTIONS(8930), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [236511] = 9, + anon_sym_try, + [237309] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7029), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9498), 1, + ACTIONS(9397), 1, anon_sym_requires, - STATE(5535), 1, + STATE(5474), 1, sym_trailing_return_type, - ACTIONS(9490), 2, + ACTIONS(9374), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9495), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [236551] = 9, + anon_sym_try, + [237349] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7029), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9376), 1, + ACTIONS(9510), 1, anon_sym_requires, - STATE(5533), 1, + STATE(5414), 1, sym_trailing_return_type, - ACTIONS(9366), 2, + ACTIONS(9490), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9373), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 9, + ACTIONS(9479), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [236591] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10058), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236643] = 9, + anon_sym_try, + [237389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7029), 1, + ACTIONS(7000), 1, anon_sym_DASH_GT, - ACTIONS(9072), 1, + ACTIONS(9704), 1, anon_sym_requires, - STATE(5532), 1, + STATE(5403), 1, sym_trailing_return_type, - ACTIONS(9007), 2, + ACTIONS(9669), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9069), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, + ACTIONS(9667), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [236683] = 15, + anon_sym_try, + [237429] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10018), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(9956), 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, + [237469] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4368), 1, + anon_sym_RBRACK, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10060), 1, - anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [236735] = 15, + [237521] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4368), 1, + anon_sym_RBRACK, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10062), 1, - anon_sym_RBRACK, - STATE(5735), 1, + ACTIONS(10102), 1, + sym_identifier, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [236787] = 9, + [237573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, - anon_sym_DASH_GT, - ACTIONS(9406), 1, + ACTIONS(10106), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(10104), 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, + [237601] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10110), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(10108), 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, + [237629] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, anon_sym_requires, - STATE(5448), 1, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + STATE(5558), 1, sym_trailing_return_type, - ACTIONS(9366), 2, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + ACTIONS(8941), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 9, + ACTIONS(8930), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_try, - [236827] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10064), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236879] = 9, + [237669] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - STATE(5539), 1, + STATE(5550), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9667), 2, + ACTIONS(9374), 2, anon_sym_LBRACK, anon_sym___asm, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -491804,65 +492386,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [236919] = 15, + [237709] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10066), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [236971] = 9, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + STATE(5538), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9490), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [237749] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - STATE(5550), 1, + STATE(5532), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - ACTIONS(9490), 2, + ACTIONS(9669), 2, anon_sym_LBRACK, anon_sym___asm, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 9, + ACTIONS(9667), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -491872,90 +492448,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [237011] = 9, + [237789] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9510), 1, + ACTIONS(8946), 1, anon_sym_requires, - STATE(5449), 1, + STATE(5522), 1, sym_trailing_return_type, - ACTIONS(9490), 2, + ACTIONS(8941), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9495), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 9, + ACTIONS(8930), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_try, - [237051] = 9, + [237829] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7012), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - ACTIONS(9764), 1, + ACTIONS(9379), 1, anon_sym_requires, - STATE(5450), 1, + STATE(5623), 1, sym_trailing_return_type, - ACTIONS(9667), 2, + ACTIONS(9374), 2, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9761), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 9, + ACTIONS(9363), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_try, - [237091] = 9, + [237869] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7029), 1, + ACTIONS(6975), 1, anon_sym_DASH_GT, - STATE(5606), 1, + ACTIONS(9495), 1, + anon_sym_requires, + STATE(5594), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9490), 2, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - ACTIONS(9007), 2, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [237909] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6975), 1, + anon_sym_DASH_GT, + ACTIONS(9921), 1, + anon_sym_requires, + STATE(5599), 1, + sym_trailing_return_type, + ACTIONS(9669), 2, anon_sym_LBRACK, anon_sym___asm, - STATE(5624), 2, + ACTIONS(9701), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 9, + ACTIONS(9667), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -491965,16 +492572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [237131] = 3, + [237949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10070), 5, + ACTIONS(10114), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(10068), 15, + ACTIONS(10112), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -491990,86 +492597,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [237159] = 11, + [237977] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + STATE(5712), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(9623), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(8107), 1, - anon_sym_STAR, - ACTIONS(8109), 1, - anon_sym_AMP_AMP, - ACTIONS(8111), 1, - anon_sym_AMP, - STATE(2994), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6402), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 7, + anon_sym___asm, + ACTIONS(9621), 14, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [237203] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10072), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [237255] = 3, + [238009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10076), 5, + ACTIONS(7047), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(10074), 15, + ACTIONS(7049), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -492085,19 +492649,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [237283] = 5, + [238037] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(4894), 1, + anon_sym_COLON_COLON, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(10116), 1, + sym_identifier, + ACTIONS(10118), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5711), 1, + sym__scope_resolution, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 1, + sym_decltype, + [238101] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10120), 1, anon_sym_LBRACK_LBRACK, - STATE(5711), 2, + STATE(5712), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(9701), 3, + ACTIONS(6159), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9699), 14, + ACTIONS(6161), 14, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -492112,1090 +492719,558 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [237315] = 15, + [238133] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10078), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [237367] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10080), 1, + ACTIONS(10123), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237419] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8142), 1, - anon_sym_STAR, - ACTIONS(8144), 1, - anon_sym_AMP_AMP, - ACTIONS(8146), 1, - anon_sym_AMP, - ACTIONS(8237), 1, - anon_sym___attribute, - STATE(3263), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6439), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 6, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [237465] = 15, + [238185] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10082), 1, + ACTIONS(10125), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237517] = 21, + [238237] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8002), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(9994), 1, + ACTIONS(9988), 1, anon_sym_TILDE, - ACTIONS(10000), 1, + ACTIONS(9994), 1, anon_sym_operator, - ACTIONS(10084), 1, + ACTIONS(10127), 1, sym_identifier, - ACTIONS(10086), 1, + ACTIONS(10129), 1, anon_sym_COLON_COLON, - ACTIONS(10088), 1, + ACTIONS(10131), 1, anon_sym_template, - STATE(2131), 1, + STATE(1694), 1, + sym_template_type, + STATE(1772), 1, sym_dependent_type_identifier, - STATE(2133), 1, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(2445), 1, + STATE(3303), 1, sym_pointer_type_declarator, - STATE(2447), 1, + STATE(3305), 1, sym_template_function, - STATE(2448), 1, + STATE(3306), 1, sym_destructor_name, - STATE(2449), 1, + STATE(3312), 1, sym_dependent_identifier, - STATE(2451), 1, + STATE(3317), 1, sym_qualified_identifier, - STATE(2453), 1, + STATE(3322), 1, sym_operator_name, - STATE(5699), 1, + STATE(5715), 1, sym__scope_resolution, - STATE(8278), 1, + STATE(7832), 1, sym_ms_based_modifier, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [237581] = 15, + [238301] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10090), 1, + ACTIONS(10133), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237633] = 9, + [238353] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6930), 1, - anon_sym_requires, - STATE(5539), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9667), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 9, - anon_sym_COMMA, + ACTIONS(4819), 1, anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8147), 1, + anon_sym_STAR, + ACTIONS(8149), 1, + anon_sym_AMP_AMP, + ACTIONS(8151), 1, + anon_sym_AMP, + STATE(2940), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6455), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 7, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - [237673] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10094), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10092), 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, - [237701] = 15, + anon_sym_requires, + [238397] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10096), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [237753] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10100), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10098), 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, - [237781] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10102), 1, + ACTIONS(10135), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237833] = 15, + [238449] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10104), 1, + ACTIONS(10137), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237885] = 15, + [238501] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10106), 1, + ACTIONS(10139), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [237937] = 21, + [238553] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(8002), 1, + ACTIONS(7973), 1, anon_sym_STAR, - ACTIONS(9994), 1, + ACTIONS(10006), 1, anon_sym_TILDE, - ACTIONS(10000), 1, + ACTIONS(10012), 1, anon_sym_operator, - ACTIONS(10108), 1, + ACTIONS(10141), 1, sym_identifier, - ACTIONS(10110), 1, + ACTIONS(10143), 1, anon_sym_COLON_COLON, - ACTIONS(10112), 1, + ACTIONS(10145), 1, anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, + STATE(2129), 1, sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(2445), 1, - sym_pointer_type_declarator, - STATE(2447), 1, - sym_template_function, - STATE(2448), 1, - sym_destructor_name, - STATE(2449), 1, - sym_dependent_identifier, - STATE(2451), 1, - sym_qualified_identifier, - STATE(2453), 1, - sym_operator_name, - STATE(5708), 1, - sym__scope_resolution, - STATE(8278), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [238001] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8002), 1, - anon_sym_STAR, - ACTIONS(9994), 1, - anon_sym_TILDE, - ACTIONS(10000), 1, - anon_sym_operator, - ACTIONS(10114), 1, - sym_identifier, - ACTIONS(10116), 1, - anon_sym_COLON_COLON, - ACTIONS(10118), 1, - anon_sym_template, - STATE(1677), 1, + STATE(2131), 1, sym_dependent_type_identifier, - STATE(1780), 1, + STATE(2145), 1, sym_template_type, - STATE(1829), 1, - sym_qualified_type_identifier, - STATE(2445), 1, + STATE(3518), 1, sym_pointer_type_declarator, - STATE(2447), 1, + STATE(3520), 1, sym_template_function, - STATE(2448), 1, - sym_destructor_name, - STATE(2449), 1, + STATE(3522), 1, sym_dependent_identifier, - STATE(2451), 1, + STATE(3527), 1, sym_qualified_identifier, - STATE(2453), 1, - sym_operator_name, - STATE(5709), 1, - sym__scope_resolution, - STATE(8278), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [238065] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6930), 1, - anon_sym_requires, - STATE(5550), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9490), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [238105] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10120), 1, - anon_sym_LBRACK_LBRACK, - STATE(5711), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6121), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6123), 14, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [238137] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(9982), 1, - anon_sym_TILDE, - ACTIONS(9988), 1, - anon_sym_operator, - ACTIONS(10123), 1, - sym_identifier, - ACTIONS(10125), 1, - anon_sym_COLON_COLON, - ACTIONS(10127), 1, - anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(3571), 1, + STATE(3531), 1, sym_operator_name, - STATE(3573), 1, - sym_qualified_identifier, - STATE(3575), 1, - sym_dependent_identifier, - STATE(3576), 1, + STATE(3620), 1, sym_destructor_name, - STATE(3577), 1, - sym_template_function, - STATE(3579), 1, - sym_pointer_type_declarator, - STATE(5712), 1, + STATE(5721), 1, sym__scope_resolution, - STATE(7859), 1, + STATE(7832), 1, sym_ms_based_modifier, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [238201] = 14, + [238617] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(9875), 1, anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, - anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, - anon_sym_AMP, - ACTIONS(9896), 2, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, + ACTIONS(9893), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10129), 2, + ACTIONS(10018), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9956), 9, anon_sym_COMMA, anon_sym_RPAREN, - [238251] = 15, + 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, + [238653] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10131), 1, + ACTIONS(10147), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [238303] = 15, + [238705] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10133), 1, + ACTIONS(10149), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [238355] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10137), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10135), 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, - [238383] = 15, + [238757] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4368), 1, - anon_sym_RBRACK, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - STATE(5735), 1, + ACTIONS(10151), 1, + anon_sym_RBRACK, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [238435] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(8041), 1, - anon_sym_STAR, - ACTIONS(10008), 1, - anon_sym_TILDE, - ACTIONS(10014), 1, - anon_sym_operator, - ACTIONS(10139), 1, - sym_identifier, - ACTIONS(10141), 1, - anon_sym_COLON_COLON, - ACTIONS(10143), 1, - anon_sym_template, - STATE(1677), 1, - sym_dependent_type_identifier, - STATE(1780), 1, - sym_template_type, - STATE(1829), 1, - sym_qualified_type_identifier, - STATE(3266), 1, - sym_destructor_name, - STATE(3344), 1, - sym_pointer_type_declarator, - STATE(3345), 1, - sym_template_function, - STATE(3349), 1, - sym_dependent_identifier, - STATE(3352), 1, - sym_qualified_identifier, - STATE(3356), 1, - sym_operator_name, - STATE(5718), 1, - sym__scope_resolution, - STATE(7859), 1, - sym_ms_based_modifier, - STATE(8540), 1, - sym_decltype, - [238499] = 15, + [238809] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, ACTIONS(4370), 1, anon_sym_EQ, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9966), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(9972), 1, sym_this, - ACTIONS(10145), 1, + ACTIONS(10153), 1, anon_sym_RBRACK, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7530), 1, + STATE(7608), 1, sym_lambda_default_capture, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7316), 5, + STATE(7370), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [238551] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10149), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(10147), 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, - [238579] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(10151), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9956), 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, - [238613] = 7, + [238861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(10157), 5, anon_sym_SLASH, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10151), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(9956), 9, + ACTIONS(10155), 15, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [238649] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10153), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [238701] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9896), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10151), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(9956), 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, - [238741] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10151), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(9956), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [238783] = 5, + [238889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(9875), 1, anon_sym_SLASH, - ACTIONS(9898), 2, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(10151), 4, + ACTIONS(10018), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, @@ -493214,43 +493289,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [238815] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9910), 1, - anon_sym_AMP, - ACTIONS(10151), 1, - anon_sym_PIPE, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(9956), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [238859] = 3, + [238921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10151), 5, + ACTIONS(10018), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, @@ -493272,136 +493314,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [238887] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, - anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10155), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [238939] = 13, + [238949] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(9875), 1, anon_sym_SLASH, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, + ACTIONS(9881), 1, anon_sym_PIPE, - ACTIONS(9908), 1, + ACTIONS(9883), 1, anon_sym_CARET, - ACTIONS(9910), 1, + ACTIONS(9885), 1, anon_sym_AMP, - ACTIONS(9896), 2, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, + ACTIONS(9887), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(9914), 2, + ACTIONS(9889), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(9916), 2, + ACTIONS(9891), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, + ACTIONS(9893), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(9956), 3, + ACTIONS(9956), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - [238987] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6874), 1, - anon_sym_DASH_GT, - ACTIONS(6930), 1, - anon_sym_requires, - STATE(5574), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9366), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [239027] = 12, + anon_sym_AMP_AMP, + [238995] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(9875), 1, anon_sym_SLASH, - ACTIONS(9908), 1, + ACTIONS(9883), 1, anon_sym_CARET, - ACTIONS(9910), 1, + ACTIONS(9885), 1, anon_sym_AMP, - ACTIONS(10151), 1, + ACTIONS(10018), 1, anon_sym_PIPE, - ACTIONS(9896), 2, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(9898), 2, + ACTIONS(9873), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(9912), 2, + ACTIONS(9887), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(9914), 2, + ACTIONS(9889), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(9916), 2, + ACTIONS(9891), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(9918), 2, + ACTIONS(9893), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(9956), 4, @@ -493409,408 +493382,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [239073] = 15, + [239041] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4370), 1, - anon_sym_EQ, - ACTIONS(9958), 1, - sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9962), 1, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9885), 1, anon_sym_AMP, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(9968), 1, - sym_this, - ACTIONS(10157), 1, - anon_sym_RBRACK, - STATE(5735), 1, - sym__scope_resolution, - STATE(7530), 1, - sym_lambda_default_capture, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7316), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [239125] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6959), 1, - anon_sym_COLON_COLON, - ACTIONS(7954), 1, - anon_sym_STAR, - ACTIONS(10159), 1, - sym_identifier, - ACTIONS(10161), 1, - anon_sym_template, - STATE(5734), 1, - sym__scope_resolution, - STATE(5985), 1, - sym_operator_name, - STATE(5987), 1, - sym_qualified_identifier, - STATE(5990), 1, - sym_dependent_identifier, - STATE(5992), 1, - sym_destructor_name, - STATE(5993), 1, - sym_template_function, - STATE(5998), 1, - sym_pointer_type_declarator, - STATE(7951), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [239182] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(10163), 1, - sym_identifier, - ACTIONS(10165), 1, - anon_sym_template, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5735), 1, - sym__scope_resolution, - STATE(8637), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [239239] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(10167), 1, - sym_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4139), 1, - sym_primitive_type, - STATE(6507), 1, - sym__scope_resolution, - STATE(4559), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [239284] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10169), 1, - anon_sym_LF, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, - anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10018), 1, anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [239329] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10135), 1, - anon_sym_LF, - ACTIONS(10137), 18, + ACTIONS(9871), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(9873), 2, 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(9887), 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, - [239356] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(5705), 1, - anon_sym_COLON_COLON, - ACTIONS(7964), 1, - anon_sym_STAR, - ACTIONS(10159), 1, - sym_identifier, - ACTIONS(10161), 1, - anon_sym_template, - STATE(5739), 1, - sym__scope_resolution, - STATE(5985), 1, - sym_operator_name, - STATE(5987), 1, - sym_qualified_identifier, - STATE(5990), 1, - sym_dependent_identifier, - STATE(5992), 1, - sym_destructor_name, - STATE(5993), 1, - sym_template_function, - STATE(5998), 1, - sym_pointer_type_declarator, - STATE(8288), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [239413] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, + ACTIONS(9889), 2, + anon_sym_GT, anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - ACTIONS(5689), 2, - anon_sym___attribute, - anon_sym_COLON, - ACTIONS(4133), 14, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(9956), 5, 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_LBRACE, - anon_sym_LBRACK, - anon_sym_or, - anon_sym_and, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [239446] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7361), 1, - anon_sym_COLON_COLON, - ACTIONS(10191), 1, - sym_identifier, - STATE(2090), 1, - sym_primitive_type, - STATE(4022), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(6532), 1, - sym__scope_resolution, - STATE(1823), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(1796), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(1792), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [239491] = 6, + anon_sym_CARET, + [239085] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(5928), 1, - sym_template_argument_list, - ACTIONS(8057), 4, + ACTIONS(6891), 1, + anon_sym_DASH_GT, + ACTIONS(8946), 1, + anon_sym_requires, + STATE(5522), 1, + sym_trailing_return_type, + ACTIONS(8941), 2, anon_sym___attribute, anon_sym_LBRACK, - anon_sym_COLON, - anon_sym___asm, - ACTIONS(4912), 12, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 9, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - [239524] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8177), 1, - anon_sym_STAR, - ACTIONS(8179), 1, - anon_sym_AMP_AMP, - ACTIONS(8181), 1, - anon_sym_AMP, - STATE(3007), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6496), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [239567] = 12, + [239125] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9202), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(10193), 1, + ACTIONS(10159), 1, sym_identifier, - STATE(1683), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2090), 1, + STATE(4122), 1, sym_primitive_type, - STATE(6510), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(1823), 2, + STATE(4495), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(1796), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9204), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [239612] = 3, - ACTIONS(9954), 1, + [239170] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10068), 1, + ACTIONS(9956), 1, anon_sym_LF, - ACTIONS(10070), 18, + ACTIONS(10018), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -493829,152 +493503,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [239639] = 12, - ACTIONS(9954), 1, + [239197] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10018), 1, anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10195), 1, - anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [239684] = 12, + [239242] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7479), 1, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(10197), 1, + ACTIONS(10179), 1, sym_identifier, - STATE(3840), 1, + STATE(1734), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4312), 1, + STATE(2089), 1, sym_primitive_type, - STATE(6514), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(4925), 2, + STATE(1827), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(7483), 3, + ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(7481), 4, + ACTIONS(9264), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [239729] = 3, - ACTIONS(3), 1, + [239287] = 11, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10201), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10199), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [239756] = 3, - ACTIONS(3), 1, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10018), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [239330] = 10, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10205), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10203), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [239783] = 3, - ACTIONS(3), 1, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10018), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [239371] = 9, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10209), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10207), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [239810] = 3, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10018), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [239410] = 8, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(10018), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + [239447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10213), 3, + ACTIONS(10183), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10211), 16, + ACTIONS(10181), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -493991,12 +493715,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [239837] = 3, - ACTIONS(9954), 1, + [239474] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10046), 1, + ACTIONS(10104), 1, anon_sym_LF, - ACTIONS(10048), 18, + ACTIONS(10106), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -494015,14 +493739,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [239864] = 3, + [239501] = 7, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(9956), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(10018), 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, + [239536] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10217), 3, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(8057), 4, anon_sym___attribute, anon_sym_LBRACK, + anon_sym_COLON, anon_sym___asm, - ACTIONS(10215), 16, + ACTIONS(4912), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494031,112 +493790,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [239891] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(10219), 1, - sym_identifier, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2925), 1, - sym_primitive_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(2362), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [239936] = 12, - ACTIONS(9954), 1, + [239569] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10221), 1, + ACTIONS(10185), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [239981] = 3, - ACTIONS(7049), 1, - anon_sym_LF, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(7047), 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, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [240008] = 3, + [239614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10225), 3, + ACTIONS(10191), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10223), 16, + ACTIONS(10189), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494153,113 +493851,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240035] = 12, - ACTIONS(3), 1, + [239641] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9291), 1, - anon_sym_COLON_COLON, - ACTIONS(10227), 1, - sym_identifier, - STATE(1912), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2218), 1, - sym_primitive_type, - STATE(6515), 1, - sym__scope_resolution, - STATE(2635), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(2605), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(9293), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [240080] = 12, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10193), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [239686] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9156), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(10229), 1, + ACTIONS(10195), 1, sym_identifier, - STATE(1546), 1, + STATE(2407), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2198), 1, + STATE(2935), 1, sym_primitive_type, - STATE(6535), 1, + STATE(6532), 1, sym__scope_resolution, - STATE(2255), 2, + STATE(2373), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(4946), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9158), 4, + ACTIONS(3795), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [240125] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, - anon_sym_AMP_AMP, - ACTIONS(10179), 1, - anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10231), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [240170] = 3, + [239731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10235), 3, + ACTIONS(10199), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10233), 16, + ACTIONS(10197), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494276,14 +493941,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240197] = 3, + [239758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10239), 3, + ACTIONS(10203), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10237), 16, + ACTIONS(10201), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494300,31 +493965,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240224] = 12, + [239785] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8164), 1, + anon_sym_STAR, + ACTIONS(8166), 1, + anon_sym_AMP_AMP, + ACTIONS(8168), 1, + anon_sym_AMP, + STATE(3028), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6458), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [239828] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(5018), 1, anon_sym_COLON_COLON, - ACTIONS(10241), 1, + ACTIONS(10205), 1, sym_identifier, - STATE(2104), 1, + STATE(2121), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2534), 1, + STATE(2599), 1, sym_primitive_type, - STATE(6556), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(2362), 2, + STATE(2373), 2, sym_sized_type_specifier, sym_qualified_type_identifier, ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, @@ -494333,41 +494030,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - [240269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10245), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10243), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [240296] = 3, - ACTIONS(9954), 1, + [239873] = 6, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10042), 1, + ACTIONS(9956), 1, anon_sym_LF, - ACTIONS(10044), 18, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(10018), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -494379,52 +494057,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [240323] = 12, - ACTIONS(9954), 1, + [239906] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10247), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10207), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [240368] = 3, - ACTIONS(9954), 1, + [239951] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10074), 1, + ACTIONS(9956), 1, anon_sym_LF, - ACTIONS(10076), 18, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(10018), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -494438,86 +494116,217 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [240395] = 18, + [239982] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(6066), 1, - anon_sym_COLON_COLON, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(9938), 1, + ACTIONS(10209), 1, sym_identifier, - ACTIONS(9940), 1, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(10213), 1, anon_sym_template, - STATE(2764), 1, + STATE(2777), 1, sym_pointer_type_declarator, - STATE(2781), 1, + STATE(2778), 1, sym_template_function, - STATE(2782), 1, + STATE(2779), 1, sym_destructor_name, - STATE(2783), 1, + STATE(2780), 1, sym_dependent_identifier, - STATE(2784), 1, + STATE(2791), 1, sym_qualified_identifier, - STATE(2788), 1, + STATE(2794), 1, sym_operator_name, - STATE(5768), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [240452] = 12, + [240039] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10215), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [240084] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10217), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [240129] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10040), 1, + anon_sym_LF, + ACTIONS(10042), 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, + [240156] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7393), 1, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(5719), 1, anon_sym_COLON_COLON, + ACTIONS(8023), 1, + anon_sym_STAR, ACTIONS(10219), 1, sym_identifier, - STATE(2391), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2925), 1, - sym_primitive_type, - STATE(6550), 1, + ACTIONS(10221), 1, + anon_sym_template, + STATE(5761), 1, sym__scope_resolution, - STATE(2362), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, + STATE(5975), 1, + sym_operator_name, + STATE(6030), 1, + sym_pointer_type_declarator, + STATE(6033), 1, + sym_template_function, + STATE(6034), 1, + sym_destructor_name, + STATE(6035), 1, + sym_dependent_identifier, + STATE(6036), 1, + sym_qualified_identifier, + STATE(8490), 1, + sym_ms_based_modifier, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(3795), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [240497] = 3, + [240213] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + ACTIONS(10223), 1, + anon_sym_RPAREN, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [240262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10251), 3, + ACTIONS(9490), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10249), 16, + ACTIONS(9479), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494534,14 +494343,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240524] = 3, + [240289] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10225), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [240334] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10227), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [240379] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, + anon_sym_AMP_AMP, + ACTIONS(10167), 1, + anon_sym_PIPE, + ACTIONS(10169), 1, + anon_sym_CARET, + ACTIONS(10171), 1, + anon_sym_AMP, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10229), 1, + anon_sym_LF, + ACTIONS(10161), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(10173), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(10177), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(10163), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(10175), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [240424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 3, + ACTIONS(10233), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9479), 16, + ACTIONS(10231), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494558,14 +494466,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240551] = 3, + [240451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10255), 3, + ACTIONS(8941), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10253), 16, + ACTIONS(8930), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494582,14 +494490,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240578] = 3, + [240478] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10108), 1, + anon_sym_LF, + ACTIONS(10110), 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, + [240505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10259), 3, + ACTIONS(10237), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10257), 16, + ACTIONS(10235), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494606,14 +494538,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240605] = 3, + [240532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10263), 3, + ACTIONS(10241), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10261), 16, + ACTIONS(10239), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -494630,134 +494562,420 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [240632] = 3, - ACTIONS(6965), 1, - anon_sym_LF, - ACTIONS(9954), 1, + [240559] = 12, + ACTIONS(3), 1, sym_comment, - ACTIONS(6963), 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, - [240659] = 12, - ACTIONS(9954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(10243), 1, + sym_identifier, + STATE(1544), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2249), 1, + sym_primitive_type, + STATE(6506), 1, + sym__scope_resolution, + STATE(2266), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(4942), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9152), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [240604] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10247), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10245), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [240631] = 12, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10265), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10249), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [240704] = 11, + [240676] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8191), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(7013), 1, + anon_sym_COLON_COLON, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(8193), 1, - anon_sym_AMP_AMP, - ACTIONS(8195), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6473), 1, - sym__abstract_declarator, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(8235), 6, + ACTIONS(10251), 1, + sym_identifier, + ACTIONS(10253), 1, + anon_sym_template, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5775), 1, + sym__scope_resolution, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [240733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10257), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10255), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [240747] = 12, - ACTIONS(9954), 1, + [240760] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10267), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10259), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [240792] = 3, - ACTIONS(9954), 1, + [240805] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9193), 1, + anon_sym_COLON_COLON, + ACTIONS(10261), 1, + sym_identifier, + STATE(1966), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2228), 1, + sym_primitive_type, + STATE(6557), 1, + sym__scope_resolution, + STATE(2627), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9195), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [240850] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7525), 1, + anon_sym_COLON_COLON, + ACTIONS(10263), 1, + sym_identifier, + STATE(2228), 1, + sym_primitive_type, + STATE(4043), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6535), 1, + sym__scope_resolution, + STATE(2627), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(2599), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2597), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [240895] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(10265), 1, + sym_identifier, + STATE(1567), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2670), 1, + sym_primitive_type, + STATE(6541), 1, + sym__scope_resolution, + STATE(2955), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(5010), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9218), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [240940] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + ACTIONS(4831), 2, + anon_sym___attribute, + anon_sym_COLON, + ACTIONS(4838), 14, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [240973] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10269), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10267), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [241000] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(10271), 1, + sym_identifier, + STATE(1748), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3608), 1, + sym_primitive_type, + STATE(6510), 1, + sym__scope_resolution, + STATE(4020), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(5412), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9299), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [241045] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6989), 1, + anon_sym_COLON_COLON, + ACTIONS(8001), 1, + anon_sym_STAR, + ACTIONS(10219), 1, + sym_identifier, + ACTIONS(10221), 1, + anon_sym_template, + STATE(5784), 1, + sym__scope_resolution, + STATE(5975), 1, + sym_operator_name, + STATE(6030), 1, + sym_pointer_type_declarator, + STATE(6033), 1, + sym_template_function, + STATE(6034), 1, + sym_destructor_name, + STATE(6035), 1, + sym_dependent_identifier, + STATE(6036), 1, + sym_qualified_identifier, + STATE(7858), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [241102] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10098), 1, + ACTIONS(10000), 1, anon_sym_LF, - ACTIONS(10100), 18, + ACTIONS(10002), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -494776,12 +494994,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [240819] = 3, - ACTIONS(9954), 1, + [241129] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(10092), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(7021), 1, + anon_sym_COLON_COLON, + ACTIONS(8029), 1, + anon_sym_STAR, + ACTIONS(9911), 1, + sym_identifier, + ACTIONS(9913), 1, + anon_sym_template, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5786), 1, + sym__scope_resolution, + STATE(8171), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [241186] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3247), 1, + anon_sym_TILDE, + ACTIONS(6157), 1, + anon_sym_COLON_COLON, + ACTIONS(8009), 1, + anon_sym_STAR, + ACTIONS(9911), 1, + sym_identifier, + ACTIONS(9913), 1, + anon_sym_template, + STATE(2777), 1, + sym_pointer_type_declarator, + STATE(2778), 1, + sym_template_function, + STATE(2779), 1, + sym_destructor_name, + STATE(2780), 1, + sym_dependent_identifier, + STATE(2791), 1, + sym_qualified_identifier, + STATE(2794), 1, + sym_operator_name, + STATE(5787), 1, + sym__scope_resolution, + STATE(7919), 1, + sym_ms_based_modifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [241243] = 3, + ACTIONS(6963), 1, anon_sym_LF, - ACTIONS(10094), 18, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(6961), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -494800,337 +495096,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [240846] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, - anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, - anon_sym_AMP, - ACTIONS(10269), 1, - anon_sym_RPAREN, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [240895] = 12, + [241270] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7455), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(10271), 1, + ACTIONS(10273), 1, sym_identifier, - STATE(4414), 1, + STATE(4393), 1, aux_sym_sized_type_specifier_repeat1, - STATE(4914), 1, + STATE(4905), 1, sym_primitive_type, - STATE(6513), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(1823), 2, + STATE(1827), 2, sym_sized_type_specifier, sym_qualified_type_identifier, ACTIONS(1796), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(7457), 4, + ACTIONS(7476), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [240940] = 12, - ACTIONS(9954), 1, + [241315] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10273), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10275), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [240985] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(5928), 1, - sym_template_argument_list, - ACTIONS(4868), 4, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym___asm, - ACTIONS(4861), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [241018] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(10167), 1, - sym_identifier, - STATE(3461), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(4139), 1, - sym_primitive_type, - STATE(6517), 1, - sym__scope_resolution, - STATE(4559), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(7411), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(7409), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [241063] = 18, + [241360] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3247), 1, anon_sym_TILDE, - ACTIONS(8022), 1, + ACTIONS(8009), 1, anon_sym_STAR, - ACTIONS(10275), 1, - sym_identifier, - ACTIONS(10277), 1, + ACTIONS(9968), 1, anon_sym_COLON_COLON, + ACTIONS(10277), 1, + sym_identifier, ACTIONS(10279), 1, anon_sym_template, - STATE(2764), 1, + STATE(2777), 1, sym_pointer_type_declarator, - STATE(2781), 1, + STATE(2778), 1, sym_template_function, - STATE(2782), 1, + STATE(2779), 1, sym_destructor_name, - STATE(2783), 1, + STATE(2780), 1, sym_dependent_identifier, - STATE(2784), 1, + STATE(2791), 1, sym_qualified_identifier, - STATE(2788), 1, + STATE(2794), 1, sym_operator_name, - STATE(5786), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(8637), 1, + STATE(7919), 1, sym_ms_based_modifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [241120] = 12, - ACTIONS(9954), 1, + [241417] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, - anon_sym_AMP_AMP, - ACTIONS(10179), 1, - anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10281), 1, + ACTIONS(9958), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(9960), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [241165] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7393), 1, - anon_sym_COLON_COLON, - ACTIONS(10219), 1, - sym_identifier, - STATE(2925), 1, - sym_primitive_type, - STATE(4834), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(6550), 1, - sym__scope_resolution, - STATE(2362), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(9400), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [241210] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10175), 1, anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, anon_sym_PIPE, - ACTIONS(10181), 1, anon_sym_CARET, - ACTIONS(10183), 1, anon_sym_AMP, - ACTIONS(10283), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [241255] = 3, + anon_sym_LT_LT, + anon_sym_GT_GT, + [241444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9366), 3, + ACTIONS(10281), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(6346), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9355), 16, + ACTIONS(6348), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_LT, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [241282] = 3, + [241473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10287), 3, + ACTIONS(9673), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10285), 16, + ACTIONS(9671), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -495147,14 +495274,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [241309] = 3, + [241500] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10291), 3, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(4840), 4, anon_sym___attribute, anon_sym_LBRACK, + anon_sym_COLON, anon_sym___asm, - ACTIONS(10289), 16, + ACTIONS(4833), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -495163,167 +495297,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [241336] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9900), 1, - anon_sym_SLASH, - ACTIONS(9902), 1, - anon_sym_PIPE_PIPE, - ACTIONS(9904), 1, - anon_sym_AMP_AMP, - ACTIONS(9906), 1, - anon_sym_PIPE, - ACTIONS(9908), 1, - anon_sym_CARET, - ACTIONS(9910), 1, - anon_sym_AMP, - ACTIONS(10293), 1, - anon_sym_RPAREN, - ACTIONS(9896), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(9898), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(9912), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(9914), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(9916), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(9918), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [241385] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, - anon_sym_AMP_AMP, - ACTIONS(10179), 1, - anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10295), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [241430] = 12, + [241533] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9225), 1, + ACTIONS(4827), 1, anon_sym_COLON_COLON, - ACTIONS(10297), 1, + ACTIONS(10205), 1, sym_identifier, - STATE(1742), 1, + STATE(2121), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3509), 1, + STATE(2599), 1, sym_primitive_type, - STATE(6557), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(4031), 2, + STATE(2373), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(5415), 3, + ACTIONS(69), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9227), 4, + ACTIONS(57), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [241475] = 18, + [241578] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6979), 1, - anon_sym_COLON_COLON, - ACTIONS(7992), 1, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(10283), 1, + anon_sym_SEMI, + ACTIONS(10285), 1, + anon_sym_COLON, + STATE(2842), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7092), 1, + sym_gnu_asm_expression, + STATE(7093), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [241633] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8170), 1, anon_sym_STAR, - ACTIONS(9938), 1, - sym_identifier, - ACTIONS(9940), 1, - anon_sym_template, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5796), 1, - sym__scope_resolution, - STATE(8172), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [241532] = 5, - ACTIONS(9954), 1, + ACTIONS(8172), 1, + anon_sym_AMP_AMP, + ACTIONS(8174), 1, + anon_sym_AMP, + STATE(3198), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6469), 1, + sym__abstract_declarator, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + ACTIONS(8219), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [241676] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(9956), 1, + ACTIONS(10289), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10287), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [241703] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(10155), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10157), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10173), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10151), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -495337,173 +495452,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [241563] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, - anon_sym_AMP_AMP, - ACTIONS(10179), 1, - anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10299), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [241608] = 12, + [241730] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9248), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(10301), 1, + ACTIONS(10291), 1, sym_identifier, - STATE(1559), 1, + STATE(1542), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2585), 1, + STATE(2334), 1, sym_primitive_type, - STATE(6551), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(2897), 2, + STATE(2266), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(4990), 3, + ACTIONS(4942), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9250), 4, + ACTIONS(9241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [241653] = 12, + [241775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, - ACTIONS(10241), 1, - sym_identifier, - STATE(2104), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2534), 1, - sym_primitive_type, - STATE(6512), 1, - sym__scope_resolution, - STATE(2362), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(69), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(57), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [241698] = 6, + ACTIONS(10295), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10293), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [241802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - ACTIONS(4859), 2, + ACTIONS(10299), 3, anon_sym___attribute, - anon_sym_COLON, - ACTIONS(4866), 14, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10297), 16, 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_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_or, - anon_sym_and, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [241731] = 12, + [241829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(10303), 1, - sym_identifier, - STATE(1565), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2634), 1, - sym_primitive_type, - STATE(6554), 1, - sym__scope_resolution, - STATE(2975), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - ACTIONS(5010), 3, - aux_sym_primitive_type_token1, - anon_sym_byte, - anon_sym_word, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(9336), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [241776] = 3, + ACTIONS(9669), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9667), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [241856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 3, + ACTIONS(10303), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(9665), 16, + ACTIONS(10301), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -495520,447 +495581,243 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [241803] = 4, + [241883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10305), 1, - anon_sym_LBRACK_RBRACK, - ACTIONS(6266), 3, + ACTIONS(10307), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6268), 15, + ACTIONS(10305), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LT, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [241832] = 6, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(9956), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10151), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [241865] = 7, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(9956), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(10151), 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, - [241900] = 18, + anon_sym_requires, + [241910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3247), 1, - anon_sym_TILDE, - ACTIONS(6995), 1, - anon_sym_COLON_COLON, - ACTIONS(8022), 1, - anon_sym_STAR, - ACTIONS(10307), 1, - sym_identifier, - ACTIONS(10309), 1, - anon_sym_template, - STATE(2764), 1, - sym_pointer_type_declarator, - STATE(2781), 1, - sym_template_function, - STATE(2782), 1, - sym_destructor_name, - STATE(2783), 1, - sym_dependent_identifier, - STATE(2784), 1, - sym_qualified_identifier, - STATE(2788), 1, - sym_operator_name, - STATE(5807), 1, - sym__scope_resolution, - STATE(8637), 1, - sym_ms_based_modifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [241957] = 12, + ACTIONS(9374), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(9363), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [241937] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9156), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(10311), 1, + ACTIONS(10159), 1, sym_identifier, - STATE(1547), 1, + STATE(3588), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2327), 1, + STATE(4122), 1, sym_primitive_type, - STATE(6535), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(2255), 2, + STATE(4495), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(4946), 3, + ACTIONS(7411), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9185), 4, + ACTIONS(7409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [242002] = 8, - ACTIONS(9954), 1, + [241982] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(9956), 1, - anon_sym_LF, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(10151), 5, - anon_sym_PIPE_PIPE, + ACTIONS(10165), 1, anon_sym_AMP_AMP, + ACTIONS(10167), 1, anon_sym_PIPE, + ACTIONS(10169), 1, anon_sym_CARET, + ACTIONS(10171), 1, anon_sym_AMP, - [242039] = 9, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(9956), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10309), 1, anon_sym_LF, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10151), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [242078] = 3, + [242027] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9671), 3, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + ACTIONS(5689), 2, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(9669), 16, + anon_sym_COLON, + ACTIONS(4133), 14, 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_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_LBRACK, + anon_sym_or, + anon_sym_and, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [242105] = 12, + [242060] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7451), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(10313), 1, + ACTIONS(10311), 1, sym_identifier, - STATE(2218), 1, - sym_primitive_type, - STATE(4046), 1, + STATE(3831), 1, aux_sym_sized_type_specifier_repeat1, - STATE(6524), 1, + STATE(4324), 1, + sym_primitive_type, + STATE(6529), 1, sym__scope_resolution, - STATE(2635), 2, + STATE(4922), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(2605), 3, + ACTIONS(7437), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(2603), 4, + ACTIONS(7435), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [242150] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, - anon_sym_EQ, - ACTIONS(10315), 1, - anon_sym_SEMI, - ACTIONS(10317), 1, - anon_sym_COLON, - STATE(2856), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7055), 1, - aux_sym_declaration_repeat1, - STATE(7056), 1, - sym_gnu_asm_expression, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [242205] = 10, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(9956), 1, - anon_sym_LF, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10151), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [242246] = 11, - ACTIONS(9954), 1, + [242105] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(9956), 1, + ACTIONS(10046), 1, anon_sym_LF, - ACTIONS(10179), 1, - anon_sym_PIPE, - ACTIONS(10181), 1, - anon_sym_CARET, - ACTIONS(10183), 1, - anon_sym_AMP, - ACTIONS(10151), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(10171), 2, + ACTIONS(10048), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [242289] = 12, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(9956), 1, - anon_sym_LF, - ACTIONS(10151), 1, anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, anon_sym_PIPE, - ACTIONS(10181), 1, anon_sym_CARET, - ACTIONS(10183), 1, anon_sym_AMP, - ACTIONS(10171), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(10185), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(10173), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(10187), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [242334] = 12, + anon_sym_LT_LT, + anon_sym_GT_GT, + [242132] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9311), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(10319), 1, + ACTIONS(10313), 1, sym_identifier, - STATE(1581), 1, + STATE(1559), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2748), 1, + STATE(2592), 1, sym_primitive_type, - STATE(6555), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(3212), 2, + STATE(2847), 2, sym_sized_type_specifier, sym_qualified_type_identifier, - ACTIONS(5062), 3, + ACTIONS(4990), 3, aux_sym_primitive_type_token1, anon_sym_byte, anon_sym_word, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - ACTIONS(9313), 4, + ACTIONS(9336), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - [242379] = 3, - ACTIONS(9954), 1, + [242177] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(9956), 1, + ACTIONS(10112), 1, anon_sym_LF, - ACTIONS(10151), 18, + ACTIONS(10114), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -495979,14 +495836,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [242406] = 3, + [242204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9007), 3, + ACTIONS(10317), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(8996), 16, + ACTIONS(10315), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496003,16 +495860,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [242433] = 4, - ACTIONS(9954), 1, + [242231] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7457), 1, + anon_sym_COLON_COLON, + ACTIONS(10195), 1, + sym_identifier, + STATE(2935), 1, + sym_primitive_type, + STATE(4858), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6532), 1, + sym__scope_resolution, + STATE(2373), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9382), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [242276] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9875), 1, + anon_sym_SLASH, + ACTIONS(9877), 1, + anon_sym_PIPE_PIPE, + ACTIONS(9879), 1, + anon_sym_AMP_AMP, + ACTIONS(9881), 1, + anon_sym_PIPE, + ACTIONS(9883), 1, + anon_sym_CARET, + ACTIONS(9885), 1, + anon_sym_AMP, + ACTIONS(10319), 1, + anon_sym_RPAREN, + ACTIONS(9871), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(9873), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(9887), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(9889), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(9891), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(9893), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [242325] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(10195), 1, + sym_identifier, + STATE(2407), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2935), 1, + sym_primitive_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(2373), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(69), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(3795), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [242370] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(10321), 1, + sym_identifier, + STATE(1594), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2722), 1, + sym_primitive_type, + STATE(6530), 1, + sym__scope_resolution, + STATE(3158), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(5050), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(9175), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [242415] = 4, + ACTIONS(9919), 1, sym_comment, ACTIONS(9956), 1, anon_sym_LF, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10151), 15, + ACTIONS(10018), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE_PIPE, @@ -496028,36 +496019,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [242462] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10323), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10321), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [242489] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(10147), 1, + [242444] = 3, + ACTIONS(7049), 1, anon_sym_LF, - ACTIONS(10149), 18, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(7047), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -496076,89 +496043,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [242516] = 12, - ACTIONS(9954), 1, + [242471] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10325), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10323), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [242561] = 12, - ACTIONS(9954), 1, + [242516] = 12, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10175), 1, - anon_sym_PIPE_PIPE, - ACTIONS(10177), 1, + ACTIONS(10165), 1, anon_sym_AMP_AMP, - ACTIONS(10179), 1, + ACTIONS(10167), 1, anon_sym_PIPE, - ACTIONS(10181), 1, + ACTIONS(10169), 1, anon_sym_CARET, - ACTIONS(10183), 1, + ACTIONS(10171), 1, anon_sym_AMP, - ACTIONS(10327), 1, + ACTIONS(10187), 1, + anon_sym_PIPE_PIPE, + ACTIONS(10325), 1, anon_sym_LF, - ACTIONS(10171), 2, + ACTIONS(10161), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(10185), 2, + ACTIONS(10173), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(10189), 2, + ACTIONS(10177), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(10173), 3, + ACTIONS(10163), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(10187), 4, + ACTIONS(10175), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, + [242561] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7375), 1, + anon_sym_COLON_COLON, + ACTIONS(10327), 1, + sym_identifier, + STATE(2089), 1, + sym_primitive_type, + STATE(4019), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(6508), 1, + sym__scope_resolution, + STATE(1827), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + ACTIONS(1796), 3, + aux_sym_primitive_type_token1, + anon_sym_byte, + anon_sym_word, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(1792), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, [242606] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, + ACTIONS(9490), 1, anon_sym___attribute, - ACTIONS(10332), 1, + ACTIONS(9519), 1, anon_sym_requires, - ACTIONS(10329), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 10, + ACTIONS(9479), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496169,149 +496169,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [242640] = 9, + [242640] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - STATE(5392), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9366), 2, - anon_sym___attribute, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, anon_sym_LBRACK, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 7, + STATE(5961), 1, + sym_parameter_list, + ACTIONS(6026), 2, + anon_sym___attribute, + anon_sym___asm, + STATE(5929), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6028), 10, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, - [242678] = 14, + anon_sym_try, + [242676] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3793), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(10335), 1, + ACTIONS(10331), 1, anon_sym_virtual, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(6379), 1, + STATE(6383), 1, sym_access_specifier, - STATE(6544), 1, + STATE(6520), 1, sym__scope_resolution, - STATE(5842), 2, + STATE(5166), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7256), 2, + STATE(7392), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - ACTIONS(10337), 3, + ACTIONS(10333), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - [242726] = 11, + [242724] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7586), 1, - anon_sym_LPAREN2, - ACTIONS(7600), 1, - anon_sym_LBRACK, - ACTIONS(8217), 1, - anon_sym_STAR, - ACTIONS(8219), 1, - anon_sym_AMP_AMP, - ACTIONS(8221), 1, - anon_sym_AMP, - STATE(3318), 1, - sym_parameter_list, - STATE(5770), 1, - sym__function_declarator_seq, - STATE(6537), 1, - sym__abstract_declarator, - ACTIONS(8235), 5, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - STATE(5774), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [242768] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9887), 1, - anon_sym___attribute, - ACTIONS(10339), 2, - anon_sym_final, - anon_sym_override, - STATE(5829), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - ACTIONS(9885), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(9823), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9825), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, + ACTIONS(9831), 1, anon_sym_LBRACK, + ACTIONS(9833), 1, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [242798] = 3, + ACTIONS(9857), 1, + anon_sym_SEMI, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7222), 1, + sym_gnu_asm_expression, + STATE(7223), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [242776] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5140), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(9673), 1, anon_sym___attribute, - ACTIONS(5142), 17, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6007), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9671), 10, 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_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [242824] = 16, + [242810] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -496320,45 +496303,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(9825), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(9833), 1, anon_sym_EQ, - ACTIONS(9839), 1, + ACTIONS(9901), 1, anon_sym_SEMI, - STATE(2855), 1, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(7209), 1, - aux_sym_declaration_repeat1, - STATE(7229), 1, + STATE(7346), 1, sym_gnu_asm_expression, - ACTIONS(9831), 2, + STATE(7347), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, + STATE(7625), 2, sym_argument_list, sym_initializer_list, - [242876] = 5, + [242862] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5842), 1, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(10342), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(10344), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5844), 13, + ACTIONS(9324), 1, + anon_sym_requires, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496367,51 +496355,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [242906] = 3, + [242896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 1, + ACTIONS(3819), 3, anon_sym___attribute, - ACTIONS(5195), 17, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3821), 15, 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_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [242932] = 7, + [242922] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(9951), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(10335), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5833), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 10, + ACTIONS(9949), 13, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496420,140 +496401,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [242966] = 8, + anon_sym_requires, + [242952] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10346), 1, - anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - ACTIONS(6025), 2, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(6335), 3, anon_sym___attribute, + anon_sym_LBRACK, anon_sym___asm, - STATE(5903), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6027), 10, + ACTIONS(6337), 13, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [243002] = 16, + [242982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, + ACTIONS(6454), 3, + anon_sym___attribute, + anon_sym_LBRACK, anon_sym___asm, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(9819), 1, + ACTIONS(6456), 15, anon_sym_COMMA, - ACTIONS(9821), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, - anon_sym_EQ, - ACTIONS(10315), 1, + anon_sym_LT, anon_sym_SEMI, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7055), 1, - aux_sym_declaration_repeat1, - STATE(7056), 1, - sym_gnu_asm_expression, - ACTIONS(9831), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [243054] = 7, + anon_sym_GT2, + anon_sym_try, + [243008] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [243088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5165), 1, - anon_sym___attribute, - ACTIONS(5167), 17, + ACTIONS(8930), 10, 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_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_final, - anon_sym_override, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [243114] = 8, + [243042] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10346), 1, + ACTIONS(10329), 1, anon_sym_LBRACK, - STATE(6024), 1, + STATE(5961), 1, sym_parameter_list, - ACTIONS(5942), 2, + ACTIONS(6054), 2, anon_sym___attribute, anon_sym___asm, - STATE(5903), 2, + STATE(5929), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(5944), 10, + ACTIONS(6056), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -496564,107 +496508,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [243150] = 8, + [243078] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10346), 1, - anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - ACTIONS(6029), 2, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + STATE(5390), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(8941), 2, anon_sym___attribute, - anon_sym___asm, - STATE(5903), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6031), 10, + anon_sym_LBRACK, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_LPAREN2, anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_GT2, - anon_sym_try, - [243186] = 5, + [243116] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9926), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + STATE(5391), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5829), 2, + ACTIONS(9374), 2, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - ACTIONS(9924), 13, - anon_sym_DOT_DOT_DOT, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, - anon_sym_try, + [243154] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7037), 1, anon_sym_requires, - [243216] = 14, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + STATE(5392), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9490), 2, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [243192] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(5630), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + STATE(5393), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(9669), 2, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(10348), 1, - anon_sym_virtual, - STATE(2138), 1, - sym_template_type, - STATE(6453), 1, - sym_access_specifier, - STATE(6544), 1, - sym__scope_resolution, - STATE(5167), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7276), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [243264] = 7, + anon_sym_EQ, + anon_sym_GT2, + [243230] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, + ACTIONS(7103), 1, anon_sym_requires, ACTIONS(9490), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, ACTIONS(9479), 10, @@ -496678,87 +496651,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [243298] = 8, + [243264] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(9130), 1, + anon_sym_requires, + STATE(5433), 1, + sym_trailing_return_type, + ACTIONS(8941), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(10346), 1, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [243302] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(9397), 1, + anon_sym_requires, + STATE(5474), 1, + sym_trailing_return_type, + ACTIONS(9374), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - ACTIONS(5990), 2, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [243340] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(9510), 1, + anon_sym_requires, + STATE(5414), 1, + sym_trailing_return_type, + ACTIONS(9490), 2, anon_sym___attribute, - anon_sym___asm, - STATE(5903), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5992), 10, + anon_sym_LBRACK, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_LPAREN2, anon_sym___attribute__, - anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_GT2, - anon_sym_try, - [243334] = 4, + [243378] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, + ACTIONS(7261), 1, + anon_sym_DASH_GT, + ACTIONS(9704), 1, + anon_sym_requires, + STATE(5403), 1, + sym_trailing_return_type, + ACTIONS(9669), 2, anon_sym___attribute, - ACTIONS(10344), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 15, + anon_sym_LBRACK, + ACTIONS(9701), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [243416] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3823), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3825), 15, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243362] = 3, + [243442] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1968), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, + anon_sym_LBRACK, + STATE(5961), 1, + sym_parameter_list, + ACTIONS(5941), 2, anon_sym___attribute, - ACTIONS(1966), 17, + anon_sym___asm, + STATE(5929), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5943), 10, 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_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [243388] = 3, + [243478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, + ACTIONS(5191), 1, anon_sym___attribute, - ACTIONS(5167), 17, + ACTIONS(5193), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496776,46 +496841,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243414] = 3, + [243504] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, + ACTIONS(5847), 1, anon_sym___attribute, - ACTIONS(5167), 17, + ACTIONS(10338), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(10340), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5849), 13, 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_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_or, - anon_sym_and, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243440] = 7, + [243534] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9667), 1, + ACTIONS(9374), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(9431), 1, + anon_sym_requires, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 10, + ACTIONS(9363), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496826,12 +496893,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [243474] = 3, + [243568] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 1, + ACTIONS(5140), 1, anon_sym___attribute, - ACTIONS(5191), 17, + ACTIONS(5142), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496849,24 +496916,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243500] = 8, + [243594] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10346), 1, + ACTIONS(10329), 1, anon_sym_LBRACK, - STATE(6024), 1, + STATE(5961), 1, sym_parameter_list, - ACTIONS(6037), 2, + ACTIONS(5986), 2, anon_sym___attribute, anon_sym___asm, - STATE(5903), 2, + STATE(5929), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6039), 10, + ACTIONS(5988), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -496877,12 +496944,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [243536] = 3, + [243630] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(10342), 1, + anon_sym_virtual, + STATE(2134), 1, + sym_template_type, + STATE(6390), 1, + sym_access_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(5166), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6984), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [243678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 1, + ACTIONS(5147), 1, anon_sym___attribute, - ACTIONS(5155), 17, + ACTIONS(5149), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496900,12 +497001,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243562] = 3, + [243704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 1, + ACTIONS(5147), 1, anon_sym___attribute, - ACTIONS(5163), 17, + ACTIONS(5149), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496923,12 +497024,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243588] = 3, + [243730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 1, + ACTIONS(5147), 1, anon_sym___attribute, - ACTIONS(1970), 17, + ACTIONS(5149), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -496946,73 +497047,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243614] = 14, + [243756] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3793), 1, anon_sym_COLON_COLON, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(10350), 1, + ACTIONS(10344), 1, anon_sym_virtual, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(6410), 1, + STATE(6412), 1, sym_access_specifier, - STATE(6544), 1, + STATE(6520), 1, sym__scope_resolution, - STATE(5167), 2, + STATE(5827), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7033), 2, + STATE(7200), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - ACTIONS(10337), 3, + ACTIONS(10333), 3, anon_sym_public, anon_sym_private, anon_sym_protected, - [243662] = 7, + [243804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9671), 1, + ACTIONS(5159), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(5161), 17, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, anon_sym_final, anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5966), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9669), 10, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [243830] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5163), 1, + anon_sym___attribute, + ACTIONS(5165), 17, 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_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [243696] = 3, + anon_sym_requires, + [243856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 1, + ACTIONS(5167), 1, anon_sym___attribute, - ACTIONS(5179), 17, + ACTIONS(5169), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497030,12 +497150,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243722] = 3, + [243882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5173), 1, + ACTIONS(5171), 1, anon_sym___attribute, - ACTIONS(5175), 17, + ACTIONS(5173), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497053,37 +497173,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243748] = 5, + [243908] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(9895), 1, + anon_sym_SEMI, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7226), 1, + sym_gnu_asm_expression, + STATE(7227), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [243960] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10283), 1, + anon_sym_SEMI, + ACTIONS(10346), 1, + anon_sym_EQ, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7092), 1, + sym_gnu_asm_expression, + STATE(7093), 1, + aux_sym_declaration_repeat1, + STATE(7257), 1, + sym_initializer_list, + STATE(7625), 1, + sym_argument_list, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [244014] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(10352), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - STATE(5859), 2, + ACTIONS(111), 1, + anon_sym___asm, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(9825), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9833), 1, + anon_sym_EQ, + ACTIONS(9943), 1, + anon_sym_SEMI, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(7175), 1, + sym_gnu_asm_expression, + STATE(7178), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6121), 3, + STATE(7625), 2, + sym_argument_list, + sym_initializer_list, + [244066] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6346), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6123), 12, + ACTIONS(6348), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_LT, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [243778] = 3, + [244092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 1, + ACTIONS(5151), 1, anon_sym___attribute, - ACTIONS(5199), 17, + ACTIONS(5153), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497101,12 +497328,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243804] = 3, + [244118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5169), 1, + ACTIONS(5175), 1, anon_sym___attribute, - ACTIONS(5171), 17, + ACTIONS(5177), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497124,32 +497351,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243830] = 5, + [244144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(5928), 1, - sym_template_argument_list, - ACTIONS(6278), 3, + ACTIONS(5155), 1, anon_sym___attribute, + ACTIONS(5157), 17, + 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_LBRACE, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6280), 13, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [244170] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 1, + anon_sym___attribute, + ACTIONS(1918), 17, 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_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [244196] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5183), 1, + anon_sym___attribute, + ACTIONS(5185), 17, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [244222] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5187), 1, + anon_sym___attribute, + ACTIONS(5189), 17, + 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_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_or, + anon_sym_and, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [243860] = 16, + anon_sym_requires, + [244248] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7750), 1, + anon_sym_LPAREN2, + ACTIONS(7764), 1, + anon_sym_LBRACK, + ACTIONS(8233), 1, + anon_sym_STAR, + ACTIONS(8235), 1, + anon_sym_AMP_AMP, + ACTIONS(8237), 1, + anon_sym_AMP, + STATE(3375), 1, + sym_parameter_list, + STATE(5751), 1, + sym__function_declarator_seq, + STATE(6524), 1, + sym__abstract_declarator, + ACTIONS(8219), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + STATE(5750), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [244290] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -497158,73 +497483,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(9825), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(9833), 1, anon_sym_EQ, - ACTIONS(9942), 1, + ACTIONS(10283), 1, anon_sym_SEMI, - STATE(2855), 1, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(7396), 1, - aux_sym_declaration_repeat1, - STATE(7397), 1, + STATE(7092), 1, sym_gnu_asm_expression, - ACTIONS(9831), 2, + STATE(7093), 1, + aux_sym_declaration_repeat1, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, + STATE(7625), 2, sym_argument_list, sym_initializer_list, - [243912] = 3, + [244342] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 3, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(10348), 1, + anon_sym_virtual, + STATE(2134), 1, + sym_template_type, + STATE(6413), 1, + sym_access_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(5854), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6978), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [244390] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5179), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3825), 15, + ACTIONS(5181), 17, 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_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, + anon_sym_or, + anon_sym_and, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243938] = 7, + [244416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, + ACTIONS(9851), 1, anon_sym___attribute, - ACTIONS(9522), 1, - anon_sym_requires, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5833), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 10, + ACTIONS(9849), 13, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497233,14 +497588,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, + anon_sym_COLON, anon_sym_GT2, anon_sym_try, - [243972] = 3, + anon_sym_requires, + [244446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5185), 1, + ACTIONS(1924), 1, anon_sym___attribute, - ACTIONS(5187), 17, + ACTIONS(1922), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497258,154 +497615,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [243998] = 9, + [244472] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(10353), 1, anon_sym_requires, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - STATE(5394), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - ACTIONS(9667), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 7, + ACTIONS(9667), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [244036] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, anon_sym_LBRACK, - ACTIONS(10315), 1, - anon_sym_SEMI, - ACTIONS(10355), 1, anon_sym_EQ, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7055), 1, - aux_sym_declaration_repeat1, - STATE(7056), 1, - sym_gnu_asm_expression, - STATE(7239), 1, - sym_initializer_list, - STATE(7704), 1, - sym_argument_list, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [244090] = 9, + anon_sym_GT2, + anon_sym_try, + [244506] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - ACTIONS(9510), 1, + ACTIONS(7103), 1, anon_sym_requires, - STATE(5449), 1, - sym_trailing_return_type, - ACTIONS(9490), 2, + ACTIONS(9669), 1, anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(9495), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(9667), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [244128] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, anon_sym_EQ, - ACTIONS(9948), 1, - anon_sym_SEMI, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7111), 1, - sym_gnu_asm_expression, - STATE(7120), 1, - aux_sym_declaration_repeat1, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [244180] = 7, + anon_sym_GT2, + anon_sym_try, + [244540] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9366), 1, + ACTIONS(9673), 1, anon_sym___attribute, - ACTIONS(9422), 1, + ACTIONS(10359), 1, anon_sym_requires, - ACTIONS(9419), 2, + ACTIONS(10356), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(6007), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 10, + ACTIONS(9671), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -497416,560 +497696,593 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT2, anon_sym_try, - [244214] = 9, + [244574] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - STATE(5393), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - ACTIONS(9490), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(9363), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [244252] = 9, + anon_sym_try, + [244608] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - ACTIONS(9406), 1, - anon_sym_requires, - STATE(5448), 1, - sym_trailing_return_type, - ACTIONS(9366), 2, + ACTIONS(5833), 1, anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 7, + ACTIONS(10340), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_or, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [244290] = 3, + anon_sym_try, + anon_sym_requires, + [244636] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6266), 3, - anon_sym___attribute, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, anon_sym_LBRACK, + STATE(5961), 1, + sym_parameter_list, + ACTIONS(5963), 2, + anon_sym___attribute, anon_sym___asm, - ACTIONS(6268), 15, + STATE(5929), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5965), 10, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LT, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [244316] = 14, + [244672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(5630), 1, + ACTIONS(10362), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(10357), 1, - anon_sym_virtual, - STATE(2138), 1, - sym_template_type, - STATE(6374), 1, - sym_access_specifier, - STATE(6544), 1, - sym__scope_resolution, - STATE(5855), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(6902), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [244364] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6570), 3, + ACTIONS(6159), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6572), 15, + ACTIONS(6161), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LT, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [244390] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - ACTIONS(9134), 1, - anon_sym_requires, - STATE(5447), 1, - sym_trailing_return_type, - ACTIONS(9007), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [244428] = 16, + [244702] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(111), 1, - anon_sym___asm, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(9821), 1, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, anon_sym_LPAREN2, - ACTIONS(9823), 1, - anon_sym_SEMI, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9829), 1, - anon_sym_EQ, - STATE(2855), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(7315), 1, - sym_gnu_asm_expression, - STATE(7438), 1, - aux_sym_declaration_repeat1, - ACTIONS(9831), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, - sym_argument_list, - sym_initializer_list, - [244480] = 9, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, + anon_sym_AMP, + STATE(6612), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [244745] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - ACTIONS(9764), 1, + ACTIONS(6945), 1, anon_sym_requires, - STATE(5450), 1, - sym_trailing_return_type, - ACTIONS(9667), 2, - anon_sym___attribute, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9761), 2, + STATE(5558), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [244518] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3819), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3821), 15, - anon_sym_COMMA, + ACTIONS(8930), 7, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [244544] = 3, + [244782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5181), 1, - anon_sym___attribute, - ACTIONS(5183), 17, + ACTIONS(10365), 1, + sym_identifier, + ACTIONS(5279), 3, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_COLON, + STATE(5920), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(10367), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(10369), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [244813] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(10371), 1, + anon_sym_LT, + ACTIONS(10373), 1, anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(4253), 1, + sym_compound_statement, + STATE(5913), 1, + sym_template_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6992), 1, + sym__abstract_declarator, + STATE(7030), 1, + sym_abstract_function_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [244862] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [244570] = 7, + ACTIONS(10371), 1, + anon_sym_LT, + ACTIONS(10375), 1, + anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(5852), 1, + sym_compound_statement, + STATE(5911), 1, + sym_template_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6992), 1, + sym__abstract_declarator, + STATE(7001), 1, + sym_abstract_function_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [244911] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9671), 1, - anon_sym___attribute, - ACTIONS(10362), 1, + ACTIONS(6945), 1, anon_sym_requires, - ACTIONS(10359), 2, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + STATE(5538), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5966), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9669), 10, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9479), 7, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, + anon_sym_COLON, anon_sym_try, - [244604] = 9, + [244948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7267), 1, - anon_sym_DASH_GT, - STATE(5391), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(9007), 2, + ACTIONS(4883), 1, + anon_sym_COLON_COLON, + ACTIONS(4885), 4, anon_sym___attribute, anon_sym_LBRACK, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, + anon_sym_COLON, + anon_sym___asm, + ACTIONS(4878), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, - [244642] = 3, + anon_sym_try, + [244975] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 1, - anon_sym___attribute, - ACTIONS(5159), 17, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_or, - anon_sym_and, + ACTIONS(8270), 1, + anon_sym_STAR, + ACTIONS(8272), 1, + anon_sym_AMP_AMP, + ACTIONS(8274), 1, + anon_sym_AMP, + STATE(3285), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6616), 1, + sym__abstract_declarator, + ACTIONS(8219), 4, + anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [244668] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9007), 1, - anon_sym___attribute, - ACTIONS(9151), 1, anon_sym_requires, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - anon_sym_try, - [244702] = 9, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [245016] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9667), 1, - anon_sym___attribute, - STATE(5856), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8239), 1, + sym_identifier, + ACTIONS(8241), 1, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [244739] = 12, + ACTIONS(8243), 1, + anon_sym_STAR, + ACTIONS(8245), 1, + anon_sym_AMP_AMP, + ACTIONS(8247), 1, + anon_sym_AMP, + STATE(5948), 1, + sym__field_declarator, + STATE(6269), 1, + sym_operator_name, + STATE(8011), 1, + sym_ms_based_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [245059] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(4362), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(9958), 1, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, ACTIONS(9964), 1, + anon_sym_STAR, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(10365), 1, + ACTIONS(10377), 1, anon_sym_AMP, - ACTIONS(10367), 1, + ACTIONS(10379), 1, sym_this, - STATE(5735), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - STATE(7668), 5, + STATE(7614), 5, sym__lambda_capture_identifier, sym_lambda_capture_initializer, sym__lambda_capture, sym_identifier_parameter_pack_expansion, sym_qualified_identifier, - [244782] = 3, + [245102] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5902), 3, - anon_sym___attribute, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(5900), 14, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9495), 1, + anon_sym_requires, + STATE(5594), 1, + sym_trailing_return_type, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 7, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, anon_sym_try, - [244807] = 15, + [245139] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - STATE(1610), 1, + ACTIONS(10381), 1, + anon_sym_LBRACE, + ACTIONS(10383), 1, + anon_sym_requires, + STATE(2439), 1, sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5890), 1, - sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(7017), 1, - sym__abstract_declarator, - STATE(7045), 1, + STATE(6079), 1, + sym_requires_clause, + STATE(6827), 1, sym_abstract_function_declarator, - STATE(5999), 4, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [244856] = 15, + [245188] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, ACTIONS(10371), 1, - anon_sym_requires, - STATE(1606), 1, - sym_compound_statement, - STATE(2980), 1, + anon_sym_LT, + ACTIONS(10385), 1, + anon_sym_LBRACE, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5637), 1, + sym_compound_statement, + STATE(5903), 1, + sym_template_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6091), 1, - sym_requires_clause, - STATE(7017), 1, - sym__abstract_declarator, - STATE(7028), 1, + STATE(6921), 1, sym_abstract_function_declarator, - STATE(5999), 4, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [244905] = 9, + [245237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7031), 1, + ACTIONS(5879), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(5877), 14, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [245262] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + STATE(5885), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10389), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10387), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [245291] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10391), 1, + sym_identifier, + ACTIONS(5417), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(5901), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(10394), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(10397), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [245322] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(9669), 1, anon_sym_LBRACK, - STATE(5550), 1, + ACTIONS(9921), 1, + anon_sym_requires, + STATE(5599), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(9667), 7, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -497977,174 +498290,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [244942] = 12, + [245359] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, - anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - STATE(6119), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [244985] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10371), 1, + ACTIONS(10383), 1, anon_sym_requires, - ACTIONS(10373), 1, + ACTIONS(10385), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3762), 1, + STATE(5564), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6073), 1, + STATE(6077), 1, sym_requires_clause, - STATE(6891), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7034), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245034] = 15, + [245408] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10371), 1, + ACTIONS(10383), 1, anon_sym_requires, - ACTIONS(10375), 1, + ACTIONS(10400), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3411), 1, + STATE(3358), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6056), 1, + STATE(6080), 1, sym_requires_clause, - STATE(6901), 1, + STATE(6970), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245083] = 15, + [245457] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, + ACTIONS(10371), 1, anon_sym_LT, - ACTIONS(10377), 1, + ACTIONS(10402), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3566), 1, + STATE(3879), 1, sym_compound_statement, - STATE(5904), 1, + STATE(5918), 1, sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6868), 1, + STATE(6910), 1, sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [245132] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(10371), 1, - anon_sym_requires, - ACTIONS(10379), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(4239), 1, - sym_compound_statement, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6113), 1, - sym_requires_clause, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(7042), 1, - sym_abstract_function_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245181] = 14, + [245506] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, @@ -498153,335 +498401,277 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, ACTIONS(3467), 1, anon_sym_LBRACE, - ACTIONS(9821), 1, + ACTIONS(9825), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9829), 1, + ACTIONS(9833), 1, anon_sym_EQ, - STATE(2855), 1, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(7605), 1, + STATE(7748), 1, sym_gnu_asm_expression, - ACTIONS(9831), 2, + ACTIONS(9835), 2, anon_sym_asm, anon_sym___asm__, - ACTIONS(10381), 2, + ACTIONS(10404), 2, anon_sym_COMMA, anon_sym_SEMI, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(7704), 2, + STATE(7625), 2, sym_argument_list, sym_initializer_list, - [245228] = 9, + [245553] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym_LBRACK, - STATE(5539), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 7, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(55), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [245265] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym___attribute, - STATE(5837), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [245302] = 9, + ACTIONS(10371), 1, + anon_sym_LT, + STATE(1595), 1, + sym_compound_statement, + STATE(2968), 1, + sym_parameter_list, + STATE(5932), 1, + sym_template_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6852), 1, + sym_abstract_function_declarator, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [245602] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(9366), 1, - anon_sym___attribute, - STATE(5843), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [245339] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(7098), 1, + ACTIONS(10383), 1, anon_sym_requires, - ACTIONS(9490), 1, - anon_sym___attribute, - STATE(5849), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, + ACTIONS(10406), 1, + anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(3537), 1, + sym_compound_statement, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6047), 1, sym_requires_clause, - ACTIONS(9479), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [245376] = 11, + STATE(6992), 1, + sym__abstract_declarator, + STATE(7014), 1, + sym_abstract_function_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [245651] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(8280), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(8282), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(8284), 1, + ACTIONS(4825), 1, anon_sym_AMP, - STATE(2927), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(10371), 1, + anon_sym_LT, + ACTIONS(10408), 1, + anon_sym_LBRACE, + STATE(1595), 1, + sym_compound_statement, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5939), 1, + sym_template_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6565), 1, + STATE(6992), 1, sym__abstract_declarator, - ACTIONS(8235), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - STATE(5999), 5, + STATE(7012), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, - sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245417] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6166), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6168), 11, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [245446] = 15, + [245700] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, ACTIONS(10371), 1, - anon_sym_requires, - ACTIONS(10377), 1, + anon_sym_LT, + ACTIONS(10406), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3439), 1, + STATE(3470), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5908), 1, + sym_template_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6038), 1, - sym_requires_clause, - STATE(6834), 1, + STATE(6972), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245495] = 15, + [245749] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10383), 1, + ACTIONS(10375), 1, anon_sym_LBRACE, - STATE(2980), 1, + ACTIONS(10383), 1, + anon_sym_requires, + STATE(2968), 1, sym_parameter_list, - STATE(5833), 1, + STATE(5862), 1, sym_compound_statement, - STATE(5919), 1, - sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6999), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6046), 1, + sym_requires_clause, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7032), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245544] = 12, + [245798] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8256), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4362), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(9962), 1, sym_identifier, - ACTIONS(8258), 1, + ACTIONS(9964), 1, anon_sym_STAR, - ACTIONS(8260), 1, - anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(10377), 1, anon_sym_AMP, - STATE(6567), 1, - sym__field_declarator, - STATE(6730), 1, - sym_operator_name, - STATE(8535), 1, - sym_ms_based_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [245587] = 9, + ACTIONS(10410), 1, + sym_this, + STATE(5791), 1, + sym__scope_resolution, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(7245), 5, + sym__lambda_capture_identifier, + sym_lambda_capture_initializer, + sym__lambda_capture, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + [245841] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym___attribute, - ACTIONS(9151), 1, - anon_sym_requires, - STATE(5871), 1, - sym_trailing_return_type, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [245624] = 7, + ACTIONS(10373), 1, + anon_sym_LBRACE, + ACTIONS(10383), 1, + anon_sym_requires, + STATE(2968), 1, + sym_parameter_list, + STATE(4236), 1, + sym_compound_statement, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6075), 1, + sym_requires_clause, + STATE(6909), 1, + sym_abstract_function_declarator, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [245890] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - ACTIONS(10387), 2, + ACTIONS(10414), 2, anon_sym_RPAREN, anon_sym_COLON, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(6905), 2, + STATE(7004), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -498496,216 +498686,241 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [245657] = 15, + [245923] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, ACTIONS(10371), 1, - anon_sym_requires, - ACTIONS(10389), 1, + anon_sym_LT, + ACTIONS(10381), 1, anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(5607), 1, + STATE(2525), 1, sym_compound_statement, - STATE(5978), 1, + STATE(2968), 1, + sym_parameter_list, + STATE(5897), 1, + sym_template_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6085), 1, - sym_requires_clause, STATE(6992), 1, - sym_abstract_function_declarator, - STATE(7017), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7002), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245706] = 15, + [245972] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, + ACTIONS(10371), 1, anon_sym_LT, - ACTIONS(10391), 1, + ACTIONS(10400), 1, anon_sym_LBRACE, - STATE(1610), 1, - sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5929), 1, + STATE(3339), 1, + sym_compound_statement, + STATE(5904), 1, sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6915), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7000), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245755] = 9, + [246021] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(9422), 1, - anon_sym_requires, - STATE(5865), 1, - sym_trailing_return_type, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4819), 1, anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [245792] = 15, + ACTIONS(10383), 1, + anon_sym_requires, + ACTIONS(10416), 1, + anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(3691), 1, + sym_compound_statement, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6058), 1, + sym_requires_clause, + STATE(6870), 1, + sym_abstract_function_declarator, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [246070] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10393), 1, + ACTIONS(10383), 1, + anon_sym_requires, + ACTIONS(10402), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3902), 1, + STATE(3925), 1, sym_compound_statement, - STATE(5923), 1, - sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6904), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6069), 1, + sym_requires_clause, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7005), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [245841] = 12, + [246119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(10420), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(10425), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(10423), 3, + anon_sym_COLON_COLON, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + STATE(5919), 3, + sym_attribute_specifier, + sym_alignas_qualifier, + aux_sym__class_declaration_repeat1, + ACTIONS(10418), 7, + anon_sym___declspec, + anon_sym_COLON, + sym_identifier, anon_sym_decltype, - ACTIONS(4362), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9958), 1, + anon_sym_final, + anon_sym_override, + anon_sym_template, + [246150] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10428), 1, sym_identifier, - ACTIONS(9960), 1, - anon_sym_STAR, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(10365), 1, - anon_sym_AMP, - ACTIONS(10395), 1, - sym_this, - STATE(5735), 1, - sym__scope_resolution, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(7141), 5, - sym__lambda_capture_identifier, - sym_lambda_capture_initializer, - sym__lambda_capture, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - [245884] = 9, + ACTIONS(5299), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(5901), 3, + sym_string_literal, + sym_raw_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(10367), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(10369), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [246181] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7031), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5606), 1, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym___attribute, + STATE(5882), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 7, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym___attribute__, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [245921] = 9, + anon_sym_GT2, + [246218] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(9522), 1, + ACTIONS(7103), 1, anon_sym_requires, - STATE(5825), 1, + ACTIONS(9374), 1, + anon_sym___attribute, + STATE(5842), 1, sym_trailing_return_type, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 7, + ACTIONS(9363), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -498713,58 +498928,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [245958] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym___based, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(8242), 1, - sym_identifier, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8246), 1, - anon_sym_STAR, - ACTIONS(8248), 1, - anon_sym_AMP_AMP, - ACTIONS(8250), 1, - anon_sym_AMP, - STATE(5973), 1, - sym__field_declarator, - STATE(6261), 1, - sym_operator_name, - STATE(8153), 1, - sym_ms_based_modifier, - STATE(6315), 7, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - sym_reference_field_declarator, - sym_template_method, - [246001] = 9, + [246255] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, + ACTIONS(7099), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym___attribute, - ACTIONS(10332), 1, + ACTIONS(7103), 1, anon_sym_requires, - STATE(5882), 1, + ACTIONS(9490), 1, + anon_sym___attribute, + STATE(5880), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 7, + ACTIONS(9479), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -498772,214 +498956,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_GT2, - [246038] = 6, + [246292] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10397), 1, - sym_identifier, - ACTIONS(5423), 3, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(7103), 1, + anon_sym_requires, + ACTIONS(9669), 1, + anon_sym___attribute, + STATE(5829), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 7, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - STATE(5938), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(10399), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(10401), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [246069] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym___attribute__, anon_sym_LBRACK, - ACTIONS(10371), 1, - anon_sym_requires, - ACTIONS(10383), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(5857), 1, - sym_compound_statement, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6121), 1, - sym_requires_clause, - STATE(6985), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246118] = 15, + anon_sym_EQ, + anon_sym_GT2, + [246329] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym___attribute, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5851), 1, + sym_trailing_return_type, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym___attribute__, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10375), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(3288), 1, - sym_compound_statement, - STATE(5894), 1, - sym_template_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(7017), 1, - sym__abstract_declarator, - STATE(7018), 1, - sym_abstract_function_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246167] = 15, + anon_sym_EQ, + anon_sym_GT2, + [246366] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(9431), 1, + anon_sym_requires, + STATE(5825), 1, + sym_trailing_return_type, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym___attribute__, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10389), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(5584), 1, - sym_compound_statement, - STATE(5909), 1, - sym_template_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6955), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246216] = 15, + anon_sym_EQ, + anon_sym_GT2, + [246403] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(9519), 1, + anon_sym_requires, + STATE(5879), 1, + sym_trailing_return_type, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + anon_sym___attribute__, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10373), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(3670), 1, - sym_compound_statement, - STATE(5893), 1, - sym_template_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6858), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246265] = 15, + anon_sym_EQ, + anon_sym_GT2, + [246440] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(10371), 1, + ACTIONS(7099), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(10353), 1, anon_sym_requires, - ACTIONS(10393), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(3952), 1, - sym_compound_statement, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6101), 1, + STATE(5881), 1, + sym_trailing_return_type, + ACTIONS(10350), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, sym_requires_clause, - STATE(6910), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246314] = 5, + ACTIONS(9667), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [246477] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - STATE(5859), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10405), 3, + ACTIONS(6148), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10403), 11, + ACTIONS(6150), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -498991,173 +499120,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [246343] = 11, + [246506] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, anon_sym_LBRACK, - ACTIONS(8264), 1, - anon_sym_STAR, - ACTIONS(8266), 1, - anon_sym_AMP_AMP, - ACTIONS(8268), 1, - anon_sym_AMP, - STATE(3435), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6615), 1, - sym__abstract_declarator, - ACTIONS(8235), 4, - anon_sym_COLON, + STATE(5532), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246384] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10409), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(10414), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(10412), 3, - anon_sym_COLON_COLON, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 7, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(5926), 3, - sym_attribute_specifier, - sym_alignas_qualifier, - aux_sym__class_declaration_repeat1, - ACTIONS(10407), 7, - anon_sym___declspec, + anon_sym_EQ, anon_sym_COLON, - sym_identifier, - anon_sym_decltype, + anon_sym_try, + [246543] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6945), 1, + anon_sym_requires, + ACTIONS(7023), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(5550), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_template, - [246415] = 15, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 7, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [246580] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10371), 1, + ACTIONS(10383), 1, anon_sym_requires, - ACTIONS(10417), 1, - anon_sym_LBRACE, - STATE(2477), 1, + STATE(1605), 1, sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6106), 1, + STATE(6102), 1, sym_requires_clause, - STATE(6860), 1, + STATE(6877), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [246464] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(4885), 4, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym___asm, - ACTIONS(4878), 12, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [246491] = 15, + [246629] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, ACTIONS(10371), 1, - anon_sym_requires, - ACTIONS(10391), 1, + anon_sym_LT, + ACTIONS(10416), 1, anon_sym_LBRACE, - STATE(1606), 1, - sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(3761), 1, + sym_compound_statement, + STATE(5917), 1, + sym_template_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6087), 1, - sym_requires_clause, - STATE(6863), 1, + STATE(6838), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [246540] = 9, + [246678] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym___based, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8262), 1, + sym_identifier, + ACTIONS(8264), 1, + anon_sym_STAR, + ACTIONS(8266), 1, + anon_sym_AMP_AMP, + ACTIONS(8268), 1, + anon_sym_AMP, + STATE(6558), 1, + sym__field_declarator, + STATE(6703), 1, + sym_operator_name, + STATE(7914), 1, + sym_ms_based_modifier, + STATE(6330), 7, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + sym_reference_field_declarator, + sym_template_method, + [246721] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(9845), 1, + ACTIONS(8946), 1, anon_sym_requires, - STATE(5536), 1, + STATE(5522), 1, sym_trailing_return_type, - ACTIONS(9761), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 7, + ACTIONS(8930), 7, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499165,92 +499303,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [246577] = 15, + [246758] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8294), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(8296), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(8298), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10379), 1, - anon_sym_LBRACE, - STATE(2980), 1, + STATE(2984), 1, sym_parameter_list, - STATE(4265), 1, - sym_compound_statement, - STATE(5896), 1, - sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(7015), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6562), 1, sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [246626] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9498), 1, - anon_sym_requires, - STATE(5535), 1, - sym_trailing_return_type, - ACTIONS(9495), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 7, - anon_sym_LPAREN2, + ACTIONS(8219), 4, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [246663] = 12, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [246799] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym___based, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(8244), 1, - anon_sym_LPAREN2, - ACTIONS(8256), 1, + ACTIONS(8239), 1, sym_identifier, - ACTIONS(8258), 1, + ACTIONS(8241), 1, + anon_sym_LPAREN2, + ACTIONS(8243), 1, anon_sym_STAR, - ACTIONS(8260), 1, + ACTIONS(8245), 1, anon_sym_AMP_AMP, - ACTIONS(8262), 1, + ACTIONS(8247), 1, anon_sym_AMP, - STATE(6574), 1, + STATE(6041), 1, sym__field_declarator, - STATE(6730), 1, + STATE(6269), 1, sym_operator_name, - STATE(8535), 1, + STATE(8011), 1, sym_ms_based_modifier, - STATE(6315), 7, + STATE(6330), 7, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -499258,27 +499364,27 @@ static const uint16_t ts_small_parse_table[] = { sym_array_field_declarator, sym_reference_field_declarator, sym_template_method, - [246706] = 9, + [246842] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, + ACTIONS(7023), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9376), 1, + ACTIONS(9379), 1, anon_sym_requires, - STATE(5533), 1, + STATE(5623), 1, sym_trailing_return_type, - ACTIONS(9373), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 7, + ACTIONS(9363), 7, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499286,214 +499392,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [246743] = 15, + [246879] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_LT, - ACTIONS(10417), 1, + ACTIONS(10383), 1, + anon_sym_requires, + ACTIONS(10408), 1, anon_sym_LBRACE, - STATE(2442), 1, + STATE(1605), 1, sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5927), 1, - sym_template_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6830), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6115), 1, + sym_requires_clause, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(7013), 1, + sym_abstract_function_declarator, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [246792] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10419), 1, - sym_identifier, - ACTIONS(5301), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(5918), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(10399), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(10401), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [246823] = 9, + [246928] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9072), 1, - anon_sym_requires, - STATE(5532), 1, - sym_trailing_return_type, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 7, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10432), 1, + anon_sym___attribute, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2799), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10430), 11, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - [246860] = 6, + anon_sym_requires, + [246960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10421), 1, - sym_identifier, - ACTIONS(5384), 3, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(9667), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - STATE(5938), 3, - sym_string_literal, - sym_raw_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(10424), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(10427), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [246891] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6930), 1, - anon_sym_requires, - ACTIONS(7031), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - STATE(5574), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 7, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, anon_sym_try, - [246928] = 9, + anon_sym_requires, + [246984] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(6173), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(9363), 8, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + [247016] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10438), 1, + anon_sym___asm, + STATE(2866), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10436), 11, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_try, - [246964] = 9, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [247048] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9525), 1, + ACTIONS(9434), 1, anon_sym_requires, - STATE(6140), 1, + STATE(6202), 1, sym_trailing_return_type, - ACTIONS(9495), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(9363), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [247000] = 7, + [247084] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10442), 1, anon_sym___asm, - STATE(2844), 1, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10430), 11, + ACTIONS(10440), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499505,20 +499574,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [247032] = 7, + [247116] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10438), 1, + ACTIONS(10446), 1, anon_sym___asm, - STATE(2844), 1, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10436), 11, + ACTIONS(10444), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499530,68 +499599,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [247064] = 7, + [247148] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10442), 1, + ACTIONS(10450), 1, anon_sym___asm, - STATE(2844), 1, + STATE(2866), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10440), 11, + ACTIONS(10448), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - [247096] = 7, + [247180] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10446), 1, + ACTIONS(9594), 1, + anon_sym_COLON, + ACTIONS(10454), 1, + anon_sym___attribute, + ACTIONS(10456), 1, + anon_sym_EQ, + STATE(2827), 1, + sym_parameter_list, + STATE(6339), 1, + sym__function_declarator_seq, + STATE(6857), 1, + sym_bitfield_clause, + STATE(7035), 1, + sym_initializer_list, + STATE(6297), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10452), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [247226] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10438), 1, anon_sym___asm, - STATE(2862), 1, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10444), 11, + ACTIONS(10436), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [247128] = 7, + [247258] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, ACTIONS(10450), 1, anon_sym___asm, - STATE(2844), 1, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, ACTIONS(10448), 11, anon_sym_COMMA, @@ -499605,45 +499706,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [247160] = 7, + [247290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(6411), 3, anon_sym___attribute, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 8, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6413), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - [247192] = 7, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [247314] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10446), 1, anon_sym___asm, - STATE(2844), 1, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10444), 11, + ACTIONS(10430), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499655,20 +499752,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [247224] = 7, + [247346] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10454), 1, + ACTIONS(10460), 1, anon_sym___asm, - STATE(2844), 1, + STATE(2855), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10452), 11, + ACTIONS(10458), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499680,48 +499777,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [247256] = 7, + [247378] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, - anon_sym___attribute, - ACTIONS(10456), 1, - anon_sym_requires, - ACTIONS(10329), 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10464), 1, + anon_sym___asm, + STATE(2855), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_try, + anon_sym_requires, + [247410] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10468), 1, + anon_sym___asm, + STATE(2855), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10466), 11, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - [247288] = 7, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [247442] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9671), 1, - anon_sym___attribute, - ACTIONS(10459), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(10359), 2, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5966), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9669), 8, + ACTIONS(9667), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -499730,109 +499852,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, - [247320] = 7, + [247474] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(9528), 1, - anon_sym_requires, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10006), 1, + anon_sym_TILDE, + ACTIONS(10470), 1, + sym_identifier, + ACTIONS(10472), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(10475), 1, + anon_sym_COLON_COLON, + ACTIONS(10477), 1, + anon_sym_template, + STATE(6232), 1, + sym__scope_resolution, + STATE(7598), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(3530), 4, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + sym_qualified_field_identifier, + [247516] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10432), 1, + anon_sym___asm, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2866), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10430), 11, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - [247352] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(9438), 1, - anon_sym_requires, - ACTIONS(9419), 2, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_requires, + [247548] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10460), 1, + anon_sym___asm, + STATE(2866), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10458), 11, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - [247384] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9007), 1, - anon_sym___attribute, - ACTIONS(9352), 1, - anon_sym_requires, - ACTIONS(9148), 2, + anon_sym_asm, + anon_sym___asm__, anon_sym_final, anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_requires, + [247580] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10464), 1, + anon_sym___asm, + STATE(2866), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 11, + anon_sym_COMMA, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - [247416] = 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [247612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10245), 1, + ACTIONS(6103), 3, anon_sym___attribute, - ACTIONS(10243), 15, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6105), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [247440] = 3, + [247636] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10239), 1, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(10237), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(9329), 1, + anon_sym_requires, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -499840,19 +500002,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [247464] = 3, + [247668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10235), 1, + ACTIONS(10203), 1, anon_sym___attribute, - ACTIONS(10233), 15, + ACTIONS(10201), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -499868,41 +500024,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [247488] = 3, + [247692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10225), 1, + ACTIONS(6140), 3, anon_sym___attribute, - ACTIONS(10223), 15, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6142), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [247512] = 7, + [247716] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10450), 1, + ACTIONS(10442), 1, anon_sym___asm, - STATE(2862), 1, + STATE(2866), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10448), 11, + ACTIONS(10440), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -499914,63 +500070,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [247544] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9982), 1, - anon_sym_TILDE, - ACTIONS(10462), 1, - sym_identifier, - ACTIONS(10464), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(10467), 1, - anon_sym_COLON_COLON, - ACTIONS(10469), 1, - anon_sym_template, - STATE(6251), 1, - sym__scope_resolution, - STATE(7504), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(3496), 4, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - sym_qualified_field_identifier, - [247586] = 3, + [247748] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10473), 3, - anon_sym___attribute, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, + ACTIONS(10468), 1, anon_sym___asm, - ACTIONS(10471), 13, + STATE(2866), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10466), 11, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [247610] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [247780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, + ACTIONS(9673), 1, anon_sym___attribute, - ACTIONS(9665), 15, + ACTIONS(9671), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -499986,23 +500116,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [247634] = 7, + [247804] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(9667), 1, + ACTIONS(9673), 1, anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(6007), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 8, + ACTIONS(9671), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500011,66 +500141,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_COLON, - [247666] = 11, + [247836] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(8401), 1, + ACTIONS(8367), 1, anon_sym_STAR, - ACTIONS(8403), 1, + ACTIONS(8369), 1, anon_sym_AMP_AMP, - ACTIONS(8405), 1, + ACTIONS(8371), 1, anon_sym_AMP, - STATE(3029), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6669), 1, + STATE(6673), 1, sym__abstract_declarator, - ACTIONS(8235), 3, + ACTIONS(8219), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [247706] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9671), 1, - anon_sym___attribute, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5966), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9669), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - [247738] = 3, + [247876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10287), 1, + ACTIONS(10307), 1, anon_sym___attribute, - ACTIONS(10285), 15, + ACTIONS(10305), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -500086,60 +500191,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [247762] = 7, + [247900] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10442), 1, - anon_sym___asm, - STATE(2862), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5963), 1, sym__function_declarator_seq, - ACTIONS(10440), 11, + STATE(6672), 1, + sym__abstract_declarator, + ACTIONS(8219), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [247794] = 4, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [247940] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, + ACTIONS(9669), 1, anon_sym___attribute, - ACTIONS(10475), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_or, + ACTIONS(10479), 1, + anon_sym_requires, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - [247820] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9671), 1, - anon_sym___attribute, - ACTIONS(9669), 15, - anon_sym_DOT_DOT_DOT, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500147,21 +500244,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [247844] = 3, + [247972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10479), 3, + ACTIONS(10484), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10477), 13, + ACTIONS(10482), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500175,35 +500266,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [247868] = 3, + [247996] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10483), 3, + ACTIONS(10317), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10481), 13, + ACTIONS(10315), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [247892] = 3, + anon_sym_requires, + [248020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6478), 3, + ACTIONS(4840), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6480), 13, + ACTIONS(4833), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500217,67 +500308,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [247916] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, - anon_sym_LBRACK, - ACTIONS(9597), 1, - anon_sym_COLON, - ACTIONS(10487), 1, - anon_sym___attribute, - ACTIONS(10489), 1, - anon_sym_EQ, - STATE(2805), 1, - sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6861), 1, - sym_initializer_list, - STATE(6869), 1, - sym_bitfield_clause, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10485), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [247962] = 3, + [248044] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6103), 3, + ACTIONS(5847), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6105), 13, + ACTIONS(10486), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(10488), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5849), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [247986] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [248072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6107), 3, + ACTIONS(10492), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6109), 13, + ACTIONS(10490), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500291,12 +500352,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248010] = 3, + [248096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10217), 1, + ACTIONS(10199), 1, anon_sym___attribute, - ACTIONS(10215), 15, + ACTIONS(10197), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -500312,14 +500373,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248034] = 3, + [248120] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(6140), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [248156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6113), 3, + ACTIONS(10496), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6115), 13, + ACTIONS(10494), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500333,150 +500421,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248058] = 3, + [248180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10251), 1, + ACTIONS(10500), 3, anon_sym___attribute, - ACTIONS(10249), 15, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(10498), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [248082] = 3, + [248204] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10205), 1, - anon_sym___attribute, - ACTIONS(10203), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(9257), 1, + anon_sym_requires, + STATE(6200), 1, + sym_trailing_return_type, + ACTIONS(8943), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [248106] = 7, + [248240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(6144), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10438), 1, anon_sym___asm, - STATE(2862), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10436), 11, + ACTIONS(6146), 13, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [248138] = 3, + anon_sym_GT2, + anon_sym_try, + [248264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10259), 1, + ACTIONS(6081), 3, anon_sym___attribute, - ACTIONS(10257), 15, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(6083), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [248162] = 7, + [248288] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9528), 1, anon_sym_requires, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + STATE(6203), 1, + sym_trailing_return_type, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 8, - anon_sym_COMMA, + ACTIONS(9479), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - [248194] = 7, + anon_sym_try, + [248324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10504), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10434), 1, anon_sym___asm, - STATE(2862), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10430), 11, + ACTIONS(10502), 13, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [248226] = 3, + anon_sym_GT2, + anon_sym_try, + [248348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9366), 1, + ACTIONS(9490), 1, anon_sym___attribute, - ACTIONS(9355), 15, + ACTIONS(9479), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -500492,14 +500580,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248250] = 3, + [248372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 3, + ACTIONS(6085), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(4861), 13, + ACTIONS(6087), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500513,56 +500601,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248274] = 3, + [248396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10323), 1, + ACTIONS(5833), 1, anon_sym___attribute, - ACTIONS(10321), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(10488), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_COLON, + anon_sym_or, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_try, anon_sym_requires, - [248298] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4868), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(4861), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [248322] = 3, + [248422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10493), 3, + ACTIONS(6089), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10491), 13, + ACTIONS(6091), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500576,14 +500644,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248346] = 3, + [248446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8057), 3, + ACTIONS(6170), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(4912), 13, + ACTIONS(6172), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500597,14 +500665,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248370] = 3, + [248470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 3, + ACTIONS(10508), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(4861), 13, + ACTIONS(10506), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500618,12 +500686,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248394] = 3, + [248494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10201), 1, + ACTIONS(10303), 1, anon_sym___attribute, - ACTIONS(10199), 15, + ACTIONS(10301), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -500639,35 +500707,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248418] = 3, + [248518] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 3, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(9490), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(4861), 13, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [248442] = 3, + [248550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 3, + ACTIONS(6174), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(4861), 13, + ACTIONS(6176), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500681,18 +500753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248466] = 5, + [248574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5842), 1, + ACTIONS(10295), 1, anon_sym___attribute, - ACTIONS(10475), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(10495), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5844), 11, + ACTIONS(10293), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500700,18 +500767,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, + anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [248494] = 3, + [248598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10499), 3, + ACTIONS(8057), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10497), 13, + ACTIONS(4912), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500725,56 +500795,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248518] = 3, + [248622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10209), 1, + ACTIONS(6093), 3, anon_sym___attribute, - ACTIONS(10207), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [248542] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10291), 1, - anon_sym___attribute, - ACTIONS(10289), 15, - anon_sym_DOT_DOT_DOT, + anon_sym___asm, + ACTIONS(6095), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [248566] = 3, + [248646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4868), 3, + ACTIONS(6178), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(4861), 13, + ACTIONS(6180), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500788,12 +500837,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248590] = 3, + [248670] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10263), 1, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(10261), 15, + ACTIONS(8930), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -500809,13 +500858,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248614] = 3, + [248694] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10213), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(10211), 15, - anon_sym_DOT_DOT_DOT, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500823,96 +500882,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_try, - anon_sym_requires, - [248638] = 3, + [248726] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10503), 3, + ACTIONS(9673), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10501), 13, + ACTIONS(10510), 1, + anon_sym_requires, + ACTIONS(10356), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6007), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9671), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, - anon_sym_try, - [248662] = 7, + [248758] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10507), 1, - anon_sym___asm, - STATE(2862), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10505), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(9421), 1, + anon_sym_requires, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - [248694] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6688), 1, - sym__abstract_declarator, - ACTIONS(8235), 3, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 8, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [248734] = 3, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + [248790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6139), 3, + ACTIONS(10515), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6141), 13, + ACTIONS(10513), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -500926,99 +500954,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248758] = 9, + [248814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(10519), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(9194), 1, - anon_sym_requires, - STATE(6133), 1, - sym_trailing_return_type, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 6, + anon_sym___asm, + ACTIONS(10517), 13, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, anon_sym_try, - [248794] = 7, + [248838] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(9363), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(10432), 1, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(10511), 1, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [248862] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10183), 1, anon_sym___attribute, - STATE(2760), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10509), 11, + ACTIONS(10181), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248826] = 9, + [248886] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(9516), 1, anon_sym_requires, - ACTIONS(9667), 1, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(6128), 1, + anon_sym_COLON, + [248918] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym_LBRACK, + ACTIONS(10521), 1, + anon_sym_requires, + STATE(6205), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, + ACTIONS(9667), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [248862] = 7, + [248954] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10454), 1, + ACTIONS(10446), 1, anon_sym___asm, - STATE(2862), 1, + STATE(2866), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10452), 11, + ACTIONS(10444), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -501030,60 +501094,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_requires, - [248894] = 7, + [248986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10507), 1, - anon_sym___asm, - STATE(2844), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10505), 11, + ACTIONS(10191), 1, + anon_sym___attribute, + ACTIONS(10189), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248926] = 3, + [249010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10515), 3, + ACTIONS(10237), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10513), 13, + ACTIONS(10235), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [248950] = 3, + anon_sym_requires, + [249034] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6117), 3, + ACTIONS(10526), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6119), 13, + ACTIONS(10524), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -501097,66 +501157,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [248974] = 3, + [249058] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10255), 1, - anon_sym___attribute, - ACTIONS(10253), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(9374), 1, + anon_sym_LBRACK, + STATE(6142), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_try, + [249094] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, + ACTIONS(10442), 1, + anon_sym___attribute, + STATE(2799), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10440), 11, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_try, anon_sym_requires, - [248998] = 7, + [249126] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10511), 1, - anon_sym___asm, - STATE(2862), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + STATE(2799), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10509), 11, + ACTIONS(10444), 11, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [249030] = 7, + [249158] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10507), 1, + ACTIONS(10438), 1, anon_sym___attribute, - STATE(2760), 1, + STATE(2799), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10505), 11, + ACTIONS(10436), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, @@ -501168,156 +501259,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [249062] = 3, + [249190] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6131), 3, - anon_sym___attribute, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6133), 13, + ACTIONS(10450), 1, + anon_sym___attribute, + STATE(2799), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10448), 11, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, + anon_sym_final, + anon_sym_override, anon_sym_try, - [249086] = 9, + anon_sym_requires, + [249222] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, + ACTIONS(7144), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(10517), 1, + ACTIONS(7146), 1, anon_sym_requires, - STATE(6214), 1, + ACTIONS(9669), 1, + anon_sym_LBRACK, + STATE(6145), 1, sym_trailing_return_type, - ACTIONS(9761), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [249122] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10522), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(10520), 13, - anon_sym_COMMA, + ACTIONS(9667), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, anon_sym_try, - [249146] = 7, + [249258] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(7144), 1, + anon_sym_DASH_GT, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(10511), 1, - anon_sym___asm, - STATE(2844), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10509), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + STATE(6144), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [249178] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6099), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6101), 13, - anon_sym_COMMA, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - anon_sym_GT2, anon_sym_try, - [249202] = 3, + [249294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6135), 3, + ACTIONS(10289), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6137), 13, + ACTIONS(10287), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [249226] = 7, + anon_sym_requires, + [249318] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10460), 1, anon_sym___attribute, - STATE(2760), 1, + STATE(2799), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10430), 11, + ACTIONS(10458), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, @@ -501329,20 +501384,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [249258] = 7, + [249350] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10438), 1, + ACTIONS(10464), 1, anon_sym___attribute, - STATE(2760), 1, + STATE(2799), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10436), 11, + ACTIONS(10462), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, @@ -501354,20 +501409,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [249290] = 7, + [249382] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10442), 1, + ACTIONS(10468), 1, anon_sym___attribute, - STATE(2760), 1, + STATE(2799), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10440), 11, + ACTIONS(10466), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, @@ -501379,89 +501434,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [249322] = 3, + [249414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6149), 3, + ACTIONS(10233), 1, anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(6151), 13, + ACTIONS(10231), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, + anon_sym_final, + anon_sym_override, anon_sym_GT2, anon_sym_try, - [249346] = 9, + anon_sym_requires, + [249438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9435), 1, - anon_sym_requires, - STATE(6139), 1, - sym_trailing_return_type, - ACTIONS(9373), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(10241), 1, + anon_sym___attribute, + ACTIONS(10239), 15, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_try, - [249382] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7274), 1, - anon_sym_DASH_GT, - ACTIONS(7279), 1, - anon_sym_requires, - ACTIONS(9490), 1, anon_sym_LBRACK, - STATE(6149), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + anon_sym_EQ, + anon_sym_COLON, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 6, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_GT2, anon_sym_try, - [249418] = 3, + anon_sym_requires, + [249462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6157), 3, + ACTIONS(6190), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6159), 13, + ACTIONS(6192), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -501475,12 +501497,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [249442] = 3, + [249486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9007), 1, + ACTIONS(10247), 1, anon_sym___attribute, - ACTIONS(8996), 15, + ACTIONS(10245), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -501496,12 +501518,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [249466] = 3, + [249510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, + ACTIONS(10299), 1, anon_sym___attribute, - ACTIONS(9479), 15, + ACTIONS(10297), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -501517,14 +501539,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_try, anon_sym_requires, - [249490] = 3, + [249534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6062), 3, + ACTIONS(4840), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(6064), 13, + ACTIONS(4833), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -501538,48 +501560,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [249514] = 7, + [249558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10450), 1, + ACTIONS(10257), 1, anon_sym___attribute, - STATE(2760), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10448), 11, + ACTIONS(10255), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_COLON, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_try, anon_sym_requires, - [249546] = 7, + [249582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(10269), 1, anon_sym___attribute, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 8, + ACTIONS(10267), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -501587,65 +501595,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_COLON, - [249578] = 7, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_try, + anon_sym_requires, + [249606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10446), 1, + ACTIONS(4840), 3, anon_sym___attribute, - STATE(2760), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10444), 11, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(4833), 13, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [249610] = 7, + [249630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(4840), 3, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10454), 1, + anon_sym___asm, + ACTIONS(4833), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, + anon_sym_try, + [249654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4840), 3, anon_sym___attribute, - STATE(2760), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10452), 11, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(4833), 13, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, + anon_sym_asm, + anon_sym___asm__, + anon_sym_GT2, anon_sym_try, - anon_sym_requires, - [249642] = 3, + [249678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10526), 3, + ACTIONS(4840), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(10524), 13, + ACTIONS(4833), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -501659,392 +501686,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_GT2, anon_sym_try, - [249666] = 9, + [249702] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(7279), 1, + ACTIONS(9431), 1, anon_sym_requires, - ACTIONS(9366), 1, - anon_sym_LBRACK, - STATE(6161), 1, + STATE(5825), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_RPAREN, + ACTIONS(9363), 6, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_try, - [249702] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7985), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [249731] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, anon_sym_LBRACK, - ACTIONS(10377), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(3481), 1, - sym_compound_statement, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(7008), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [249774] = 8, + anon_sym_EQ, + anon_sym_try, + [249735] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(10456), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5951), 1, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym___attribute, + STATE(5942), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_LBRACK, - [249807] = 6, + [249770] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, + STATE(5888), 2, sym_string_literal, sym_raw_string_literal, - STATE(7215), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, + ACTIONS(5825), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(10367), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(155), 5, + ACTIONS(10369), 5, anon_sym_R_DQUOTE, anon_sym_LR_DQUOTE, anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [249836] = 9, + [249797] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym___attribute, + STATE(5994), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + [249832] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, ACTIONS(10530), 1, - anon_sym___asm, - STATE(2855), 1, + anon_sym___attribute, + STATE(2827), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(10528), 7, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [249871] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7814), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [249900] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(8036), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [249929] = 9, + [249867] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, + ACTIONS(9669), 1, anon_sym___attribute, - ACTIONS(9438), 1, + ACTIONS(10532), 1, anon_sym_requires, - STATE(5952), 1, + STATE(6160), 1, sym_trailing_return_type, - ACTIONS(9419), 2, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, + ACTIONS(9667), 5, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, - [249964] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7119), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [249993] = 9, + anon_sym_GT2, + [249902] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9490), 1, anon_sym___attribute, - ACTIONS(9352), 1, - anon_sym_requires, - STATE(5953), 1, + STATE(5956), 1, sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(9479), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, - [250028] = 9, + [249937] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7377), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, + ACTIONS(9669), 1, anon_sym___attribute, - ACTIONS(10456), 1, - anon_sym_requires, - STATE(5951), 1, + STATE(5968), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 5, + ACTIONS(9667), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, - [250063] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9982), 1, - anon_sym_TILDE, - ACTIONS(10462), 1, - sym_identifier, - ACTIONS(10467), 1, - anon_sym_COLON_COLON, - ACTIONS(10469), 1, - anon_sym_template, - STATE(6251), 1, - sym__scope_resolution, - STATE(7504), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(3496), 4, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - sym_qualified_field_identifier, - [250102] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(5936), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(5834), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(10399), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(10401), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [250129] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10534), 1, - anon_sym___asm, - STATE(2856), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10532), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [250164] = 6, + [249972] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(8508), 2, + STATE(7319), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502059,175 +501912,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [250193] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10538), 1, - aux_sym_preproc_if_token2, - ACTIONS(10540), 1, - aux_sym_preproc_else_token1, - ACTIONS(10542), 1, - aux_sym_preproc_elif_token1, - STATE(6404), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(6405), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(6658), 1, - sym_enumerator, - ACTIONS(10544), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(7996), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - STATE(7997), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [250232] = 9, + [250001] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10548), 1, - anon_sym___asm, - STATE(2856), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10546), 7, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(10375), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [250267] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, - anon_sym_LBRACK, - ACTIONS(10552), 1, - anon_sym___attribute, - STATE(2805), 1, + STATE(2968), 1, sym_parameter_list, - STATE(6314), 1, + STATE(5872), 1, + sym_compound_statement, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10550), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [250302] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(9528), 1, - anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - [250335] = 13, + STATE(6992), 1, + sym__abstract_declarator, + STATE(7037), 1, + sym_abstract_function_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [250044] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10375), 1, + ACTIONS(10406), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3413), 1, + STATE(3511), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6857), 1, + STATE(6911), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [250378] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - STATE(5982), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - [250411] = 6, + [250087] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7362), 2, + STATE(7082), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502242,67 +501995,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [250440] = 9, + [250116] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym___attribute, - ACTIONS(10554), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(6145), 1, + STATE(5968), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 5, + ACTIONS(9667), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [250475] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10559), 1, - anon_sym___asm, - STATE(2856), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10557), 7, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [250510] = 6, + anon_sym_LBRACK, + [250149] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7071), 2, + STATE(7380), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502317,159 +502043,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [250539] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(9531), 1, - anon_sym_requires, - STATE(6171), 1, - sym_trailing_return_type, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [250574] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(9471), 1, - anon_sym_requires, - STATE(6182), 1, - sym_trailing_return_type, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [250609] = 9, + [250178] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym___attribute, - ACTIONS(9370), 1, + ACTIONS(9355), 1, anon_sym_requires, - STATE(6219), 1, + STATE(6157), 1, sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_GT2, - [250644] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9972), 1, - anon_sym_TILDE, - ACTIONS(10561), 1, - sym_identifier, - ACTIONS(10563), 1, - anon_sym_COLON_COLON, - ACTIONS(10565), 1, - anon_sym_template, - STATE(6292), 1, - sym__scope_resolution, - STATE(7590), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(3708), 4, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - sym_qualified_field_identifier, - [250683] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9994), 1, - anon_sym_TILDE, - ACTIONS(10567), 1, - sym_identifier, - ACTIONS(10569), 1, - anon_sym_COLON_COLON, - ACTIONS(10571), 1, - anon_sym_template, - STATE(6260), 1, - sym__scope_resolution, - STATE(7597), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(2507), 4, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - sym_qualified_field_identifier, - [250722] = 9, + [250213] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10559), 1, + ACTIONS(10537), 1, anon_sym___asm, - STATE(2855), 1, + STATE(2875), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10557), 7, + ACTIONS(10535), 7, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -502477,119 +502095,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_asm, anon_sym___asm__, anon_sym_try, - [250757] = 8, + [250248] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(10332), 1, + ACTIONS(9516), 1, anon_sym_requires, - STATE(5882), 1, + STATE(5972), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, + ACTIONS(9479), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - [250790] = 8, + [250281] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9522), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5825), 1, + STATE(5942), 1, sym_trailing_return_type, - ACTIONS(9519), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - [250823] = 9, + [250314] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10575), 1, - anon_sym___asm, - STATE(2855), 1, + ACTIONS(10541), 1, + anon_sym___attribute, + STATE(2827), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10573), 7, + ACTIONS(10539), 7, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [250858] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10540), 1, - aux_sym_preproc_else_token1, - ACTIONS(10542), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10577), 1, - aux_sym_preproc_if_token2, - STATE(6370), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(6376), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(6658), 1, - sym_enumerator, - ACTIONS(10544), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(7826), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - STATE(7881), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [250897] = 6, + [250349] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7451), 2, + STATE(7396), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502604,201 +502194,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [250926] = 13, + [250378] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + ACTIONS(9324), 1, + anon_sym_requires, + STATE(5851), 1, + sym_trailing_return_type, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 6, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_try, + [250411] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10373), 1, + ACTIONS(10416), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(3629), 1, + STATE(3631), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6960), 1, + STATE(6941), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [250969] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9994), 1, - anon_sym_TILDE, - ACTIONS(10567), 1, - sym_identifier, - ACTIONS(10579), 1, - anon_sym_COLON_COLON, - ACTIONS(10581), 1, - anon_sym_template, - STATE(6271), 1, - sym__scope_resolution, - STATE(7650), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - STATE(2507), 4, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - sym_qualified_field_identifier, - [251008] = 9, + [250454] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + ACTIONS(10353), 1, + anon_sym_requires, + STATE(5881), 1, + sym_trailing_return_type, + ACTIONS(10350), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 6, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10575), 1, - anon_sym___asm, - STATE(2856), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10573), 7, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [251043] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, anon_sym_LBRACK, - ACTIONS(10585), 1, - anon_sym___attribute, - STATE(2805), 1, - sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10583), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [251078] = 9, + [250487] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10534), 1, - anon_sym___asm, - STATE(2855), 1, + ACTIONS(10545), 1, + anon_sym___attribute, + STATE(2827), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10532), 7, + ACTIONS(10543), 7, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [251113] = 8, + [250522] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, + ACTIONS(9519), 1, anon_sym_requires, - STATE(5947), 1, + STATE(5879), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9479), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [251146] = 8, + anon_sym_EQ, + anon_sym_try, + [250555] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9438), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5952), 1, + STATE(5994), 1, sym_trailing_return_type, - ACTIONS(9419), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9363), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [251179] = 6, + [250588] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7262), 2, + STATE(7062), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502813,40 +502373,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251208] = 8, + [250617] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym___attribute, + ACTIONS(9329), 1, anon_sym_requires, - ACTIONS(7112), 1, + STATE(6003), 1, + sym_trailing_return_type, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + [250652] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7377), 1, anon_sym_DASH_GT, - STATE(5849), 1, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK, + [250687] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(9516), 1, + anon_sym_requires, + STATE(5972), 1, + sym_trailing_return_type, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + [250722] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7377), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(10479), 1, + anon_sym_requires, + STATE(6002), 1, + sym_trailing_return_type, + ACTIONS(10350), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + [250757] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(9465), 1, + anon_sym_requires, + STATE(6158), 1, + sym_trailing_return_type, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [250792] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(10402), 1, anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(3851), 1, + sym_compound_statement, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6966), 1, + sym_abstract_function_declarator, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [250835] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, anon_sym_LBRACK, + ACTIONS(10549), 1, + anon_sym___asm, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10547), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_try, - [251241] = 6, + [250870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(8235), 2, + STATE(7431), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502861,15 +502582,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251270] = 6, + [250899] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7407), 2, + STATE(7219), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502884,71 +502605,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251299] = 9, + [250928] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10548), 1, - anon_sym___asm, - STATE(2855), 1, + ACTIONS(10553), 1, + anon_sym___attribute, + STATE(2827), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6297), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10546), 7, + ACTIONS(10551), 7, anon_sym_COMMA, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, + anon_sym_COLON, anon_sym_try, - [251334] = 13, + [250963] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7134), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [250992] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10389), 1, + ACTIONS(10373), 1, anon_sym_LBRACE, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5616), 1, + STATE(4272), 1, sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(7009), 1, + STATE(6957), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [251377] = 6, + [251035] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7801), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [251064] = 13, ACTIONS(3), 1, sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, ACTIONS(10385), 1, + anon_sym_LBRACE, + STATE(2968), 1, + sym_parameter_list, + STATE(5588), 1, + sym_compound_statement, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6901), 1, + sym_abstract_function_declarator, + STATE(6992), 1, + sym__abstract_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [251107] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7379), 2, + STATE(7911), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -502963,71 +502760,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251406] = 13, + [251136] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10391), 1, + ACTIONS(10381), 1, anon_sym_LBRACE, - STATE(1607), 1, + STATE(2466), 1, sym_compound_statement, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6889), 1, + STATE(6880), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [251449] = 9, + [251179] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10589), 1, - anon_sym___attribute, - STATE(2805), 1, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(2968), 1, sym_parameter_list, - STATE(6314), 1, + STATE(3280), 1, + sym_compound_statement, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10587), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [251484] = 6, + STATE(6992), 1, + sym__abstract_declarator, + STATE(7029), 1, + sym_abstract_function_declarator, + STATE(5978), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [251222] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10006), 1, + anon_sym_TILDE, + ACTIONS(10470), 1, + sym_identifier, + ACTIONS(10475), 1, + anon_sym_COLON_COLON, + ACTIONS(10477), 1, + anon_sym_template, + STATE(6232), 1, + sym__scope_resolution, + STATE(7598), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(3530), 4, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + sym_qualified_field_identifier, + [251261] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7195), 2, + STATE(8035), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -503042,25 +502871,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251513] = 9, + [251290] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10530), 1, + ACTIONS(10549), 1, anon_sym___asm, - STATE(2856), 1, + STATE(2842), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6246), 2, + STATE(6290), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10528), 7, + ACTIONS(10547), 7, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -503068,121 +502897,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [251548] = 13, + [251325] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - STATE(1607), 1, - sym_compound_statement, - STATE(2980), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(7017), 1, - sym__abstract_declarator, - STATE(7022), 1, - sym_abstract_function_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [251591] = 8, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7410), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [251354] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(8079), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [251383] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(7272), 1, + ACTIONS(10479), 1, anon_sym_requires, - STATE(5963), 1, + STATE(6002), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(9667), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - [251624] = 9, + [251416] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(8941), 1, anon_sym___attribute, - STATE(5982), 1, + STATE(6148), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, + ACTIONS(8930), 5, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, - [251659] = 8, + anon_sym_GT2, + [251451] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10537), 1, + anon_sym___asm, + STATE(2842), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10535), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [251486] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - STATE(5837), 1, + ACTIONS(9374), 1, + anon_sym___attribute, + STATE(6149), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [251521] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7256), 1, + anon_sym_DASH_GT, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(9363), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - [251692] = 6, + [251554] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7348), 2, + STATE(7235), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -503197,164 +503094,362 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251721] = 6, + [251583] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7912), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [251750] = 8, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym___attribute, + STATE(6150), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [251618] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7319), 1, + anon_sym_requires, + ACTIONS(7453), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym___attribute, + STATE(6151), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 5, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [251653] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7112), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9151), 1, + ACTIONS(9329), 1, anon_sym_requires, - STATE(5871), 1, + STATE(6003), 1, sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(9321), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, + ACTIONS(8930), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + [251686] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10052), 1, + anon_sym_TILDE, + ACTIONS(10555), 1, + sym_identifier, + ACTIONS(10557), 1, + anon_sym_COLON_COLON, + ACTIONS(10559), 1, + anon_sym_template, + STATE(6291), 1, + sym__scope_resolution, + STATE(7673), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(3751), 4, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + sym_qualified_field_identifier, + [251725] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10563), 1, + anon_sym___asm, + STATE(2842), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10561), 7, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [251760] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, anon_sym_LBRACK, + ACTIONS(10567), 1, + anon_sym___asm, + STATE(2842), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10565), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_try, - [251783] = 6, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [251795] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(10569), 1, sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7390), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [251812] = 6, + ACTIONS(10571), 1, + anon_sym_COLON_COLON, + ACTIONS(10573), 1, + anon_sym_template, + STATE(6289), 1, + sym__scope_resolution, + STATE(7575), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(2443), 4, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + sym_qualified_field_identifier, + [251834] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10567), 1, + anon_sym___asm, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10565), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [251869] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10575), 1, sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7343), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [251841] = 8, + ACTIONS(10577), 1, + aux_sym_preproc_if_token2, + ACTIONS(10579), 1, + aux_sym_preproc_else_token1, + ACTIONS(10581), 1, + aux_sym_preproc_elif_token1, + STATE(6449), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(6451), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(6632), 1, + sym_enumerator, + ACTIONS(10583), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(7819), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + STATE(7821), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [251908] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, + ACTIONS(7453), 1, anon_sym_DASH_GT, - STATE(5843), 1, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(9531), 1, + anon_sym_requires, + STATE(6159), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9479), 5, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_try, - [251874] = 13, + anon_sym_GT2, + [251943] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10393), 1, - anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(3869), 1, + STATE(1609), 1, sym_compound_statement, - STATE(5978), 1, + STATE(2968), 1, + sym_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(7011), 1, + STATE(6882), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [251917] = 6, + [251986] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10563), 1, + anon_sym___asm, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10561), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym_try, + [252021] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10587), 1, + anon_sym___asm, + STATE(2842), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10585), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [252056] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7435), 2, + STATE(7965), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -503369,41 +503464,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [251946] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym___attribute, - STATE(6185), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [251981] = 6, + [252085] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(7414), 2, + STATE(7215), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -503418,308 +503487,449 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [252010] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(7272), 1, - anon_sym_requires, - STATE(5965), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - [252043] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4831), 1, - anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(10417), 1, - anon_sym_LBRACE, - STATE(2452), 1, - sym_compound_statement, - STATE(2980), 1, - sym_parameter_list, - STATE(5978), 1, - sym__function_declarator_seq, - STATE(6899), 1, - sym_abstract_function_declarator, - STATE(7017), 1, - sym__abstract_declarator, - STATE(5999), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [252086] = 11, + [252114] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, + ACTIONS(10575), 1, sym_identifier, - ACTIONS(10540), 1, + ACTIONS(10579), 1, aux_sym_preproc_else_token1, - ACTIONS(10542), 1, + ACTIONS(10581), 1, aux_sym_preproc_elif_token1, - ACTIONS(10591), 1, + ACTIONS(10589), 1, aux_sym_preproc_if_token2, - STATE(6382), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(6442), 1, + STATE(6367), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(6658), 1, + STATE(6379), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(6632), 1, sym_enumerator, - ACTIONS(10544), 2, + ACTIONS(10583), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(8494), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - STATE(8495), 3, + STATE(7947), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [252125] = 9, + STATE(7951), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [252153] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7527), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym___attribute, - STATE(6189), 1, + STATE(5880), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_COMMA, + ACTIONS(9479), 6, anon_sym_LPAREN2, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - [252160] = 9, + anon_sym_EQ, + anon_sym_try, + [252186] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7527), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym___attribute, - STATE(6190), 1, + STATE(5882), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_COMMA, + ACTIONS(8930), 6, anon_sym_LPAREN2, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - [252195] = 9, + anon_sym_EQ, + anon_sym_try, + [252219] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9667), 1, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9590), 1, + anon_sym_LBRACK, + ACTIONS(10593), 1, anon_sym___attribute, - STATE(5965), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 5, + STATE(2827), 1, + sym_parameter_list, + STATE(6339), 1, + sym__function_declarator_seq, + STATE(6297), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10591), 7, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK, - [252230] = 9, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [252254] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7256), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym___attribute, - STATE(5963), 1, + ACTIONS(7271), 1, + anon_sym_requires, + STATE(5956), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, + ACTIONS(9479), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - [252265] = 8, + [252287] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7112), 1, - anon_sym_DASH_GT, - ACTIONS(9422), 1, + ACTIONS(7103), 1, anon_sym_requires, - STATE(5865), 1, + ACTIONS(7244), 1, + anon_sym_DASH_GT, + STATE(5829), 1, sym_trailing_return_type, - ACTIONS(9419), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, + ACTIONS(9667), 6, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, anon_sym_try, - [252298] = 13, + [252320] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10579), 1, + aux_sym_preproc_else_token1, + ACTIONS(10581), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10595), 1, + aux_sym_preproc_if_token2, + STATE(6352), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(6357), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(6632), 1, + sym_enumerator, + ACTIONS(10583), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(7972), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + STATE(7974), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [252359] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10579), 1, + aux_sym_preproc_else_token1, + ACTIONS(10581), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10597), 1, + aux_sym_preproc_if_token2, + STATE(6395), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(6414), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(6632), 1, + sym_enumerator, + ACTIONS(10583), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(8249), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + STATE(8328), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [252398] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - ACTIONS(10379), 1, + ACTIONS(10408), 1, anon_sym_LBRACE, - STATE(2980), 1, - sym_parameter_list, - STATE(4269), 1, + STATE(1609), 1, sym_compound_statement, - STATE(5978), 1, + STATE(2968), 1, + sym_parameter_list, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6995), 1, + STATE(6843), 1, sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6992), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [252341] = 9, + [252441] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(8475), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [252470] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7270), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [252499] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7299), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [252528] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, + ACTIONS(7103), 1, anon_sym_requires, - ACTIONS(7389), 1, + ACTIONS(7244), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym___attribute, - STATE(5947), 1, + STATE(5842), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(9363), 6, anon_sym_LPAREN2, - anon_sym___attribute__, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - [252376] = 8, + anon_sym_EQ, + anon_sym_try, + [252561] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7098), 1, - anon_sym_requires, - ACTIONS(7112), 1, - anon_sym_DASH_GT, - STATE(5856), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 6, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10587), 1, + anon_sym___asm, + STATE(2875), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10585), 7, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LBRACK, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, anon_sym_try, - [252409] = 6, + [252596] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9978), 1, + anon_sym_TILDE, + ACTIONS(10569), 1, + sym_identifier, + ACTIONS(10599), 1, + anon_sym_COLON_COLON, + ACTIONS(10601), 1, + anon_sym_template, + STATE(6248), 1, + sym__scope_resolution, + STATE(7601), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + STATE(2443), 4, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + sym_qualified_field_identifier, + [252635] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7263), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [252664] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10412), 1, + sym_identifier, + STATE(6039), 2, + sym_string_literal, + sym_raw_string_literal, + STATE(7295), 2, + sym__string, + sym_concatenated_string, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(155), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [252693] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(10385), 1, + ACTIONS(10412), 1, sym_identifier, - STATE(6049), 2, + STATE(6039), 2, sym_string_literal, sym_raw_string_literal, - STATE(8080), 2, + STATE(7984), 2, sym__string, sym_concatenated_string, ACTIONS(119), 5, @@ -503734,233 +503944,398 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [252438] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7389), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(9528), 1, - anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - [252473] = 9, + [252722] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10595), 1, - anon_sym___attribute, - STATE(2805), 1, - sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6280), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10593), 7, - anon_sym_COMMA, + ACTIONS(10603), 1, anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(10605), 1, anon_sym_LBRACE, + ACTIONS(10607), 1, anon_sym_EQ, + ACTIONS(10609), 1, anon_sym_COLON, + ACTIONS(10611), 1, anon_sym_try, - [252508] = 9, + STATE(1774), 1, + sym_compound_statement, + STATE(7510), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1775), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [252760] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(4385), 1, + sym_enumerator_list, + STATE(6504), 1, + sym__scope_resolution, + ACTIONS(10613), 2, + anon_sym_class, + anon_sym_struct, + STATE(4212), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [252800] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(10599), 1, + ACTIONS(6026), 1, anon_sym___attribute, - STATE(2805), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(2225), 1, sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6280), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10597), 7, + ACTIONS(6028), 7, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_try, - [252543] = 9, + [252832] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, - anon_sym_requires, - ACTIONS(7527), 1, - anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym___attribute, - STATE(6191), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(6726), 1, + anon_sym_LBRACE, + ACTIONS(9216), 1, + anon_sym_COLON_COLON, + ACTIONS(9453), 1, + sym_identifier, + STATE(2699), 1, + sym_template_type, + STATE(2844), 1, + sym_enumerator_list, + STATE(6541), 1, + sym__scope_resolution, + ACTIONS(10615), 2, + anon_sym_class, + anon_sym_struct, + STATE(2684), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [252872] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(9449), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(3553), 1, + sym_enumerator_list, + STATE(6504), 1, + sym__scope_resolution, + ACTIONS(10617), 2, + anon_sym_class, + anon_sym_struct, + STATE(6447), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [252912] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7433), 1, + anon_sym_COLON_COLON, + ACTIONS(8706), 1, + anon_sym_LBRACE, + ACTIONS(9455), 1, + sym_identifier, + STATE(4281), 1, + sym_template_type, + STATE(4831), 1, + sym_enumerator_list, + STATE(6529), 1, + sym__scope_resolution, + ACTIONS(10619), 2, + anon_sym_class, + anon_sym_struct, + STATE(4414), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [252952] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7897), 1, + anon_sym_LBRACE, + ACTIONS(9297), 1, + anon_sym_COLON_COLON, + ACTIONS(9457), 1, + sym_identifier, + STATE(3660), 1, + sym_template_type, + STATE(3967), 1, + sym_enumerator_list, + STATE(6510), 1, + sym__scope_resolution, + ACTIONS(10621), 2, + anon_sym_class, + anon_sym_struct, + STATE(3733), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [252992] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(4385), 1, + sym_enumerator_list, + STATE(6509), 1, + sym__scope_resolution, + ACTIONS(10623), 2, + anon_sym_class, + anon_sym_struct, + STATE(4961), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [253032] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4827), 1, + anon_sym_COLON_COLON, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(9461), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(2888), 1, + sym_enumerator_list, + STATE(6531), 1, + sym__scope_resolution, + ACTIONS(10625), 2, + anon_sym_class, + anon_sym_struct, + STATE(3187), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [253072] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, anon_sym_LBRACK, - anon_sym_GT2, - [252578] = 13, + ACTIONS(10605), 1, + anon_sym_LBRACE, + ACTIONS(10607), 1, + anon_sym_EQ, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10611), 1, + anon_sym_try, + ACTIONS(10627), 1, + anon_sym_SEMI, + STATE(1724), 1, + sym_compound_statement, + STATE(7459), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1725), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [253110] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8219), 1, + anon_sym_COLON, + ACTIONS(8475), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(8477), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(8479), 1, anon_sym_AMP, - ACTIONS(7982), 1, - anon_sym_LBRACK, - ACTIONS(10383), 1, - anon_sym_LBRACE, - STATE(2980), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5881), 1, - sym_compound_statement, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6981), 1, - sym_abstract_function_declarator, - STATE(7017), 1, + STATE(6763), 1, sym__abstract_declarator, - STATE(5999), 4, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, + sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [252621] = 8, + [253148] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, - anon_sym_DASH_GT, - ACTIONS(9352), 1, + ACTIONS(749), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10629), 1, + anon_sym_SEMI, + ACTIONS(10631), 1, + anon_sym_EQ, + ACTIONS(10633), 1, + anon_sym_try, + STATE(638), 1, + sym_compound_statement, + STATE(7499), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(639), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [253186] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(5986), 1, + anon_sym___attribute, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5988), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_try, + [253218] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7146), 1, anon_sym_requires, - STATE(5953), 1, - sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(8941), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_COMMA, + ACTIONS(8930), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_LBRACK, - [252654] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10385), 1, - sym_identifier, - STATE(6049), 2, - sym_string_literal, - sym_raw_string_literal, - STATE(7419), 2, - sym__string, - sym_concatenated_string, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(155), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [252683] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10540), 1, - aux_sym_preproc_else_token1, - ACTIONS(10542), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10601), 1, - aux_sym_preproc_if_token2, - STATE(6395), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(6450), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(6658), 1, - sym_enumerator, - ACTIONS(10544), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(8041), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - STATE(8043), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [252722] = 8, + anon_sym_try, + [253248] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5942), 1, + ACTIONS(5941), 1, anon_sym___attribute, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(5944), 7, + ACTIONS(5943), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -503968,1067 +504343,990 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACK, anon_sym_try, - [252754] = 8, + [253280] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9531), 1, + ACTIONS(7146), 1, anon_sym_requires, - STATE(6171), 1, - sym_trailing_return_type, - ACTIONS(9519), 2, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9363), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [252786] = 11, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [253310] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(749), 1, anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10603), 1, - anon_sym_SEMI, - ACTIONS(10605), 1, - anon_sym_EQ, - ACTIONS(10607), 1, - anon_sym_COLON, ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10631), 1, + anon_sym_EQ, + ACTIONS(10633), 1, anon_sym_try, - STATE(636), 1, + ACTIONS(10635), 1, + anon_sym_SEMI, + STATE(669), 1, sym_compound_statement, - STATE(7630), 1, + STATE(7560), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(635), 4, + STATE(672), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [252824] = 7, + [253348] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, + ACTIONS(7146), 1, anon_sym_requires, - ACTIONS(9671), 1, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5791), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9669), 6, + ACTIONS(9479), 6, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_try, - [252854] = 3, + [253378] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 1, - sym_identifier, - ACTIONS(5676), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, anon_sym_COLON, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [252876] = 4, + ACTIONS(10637), 1, + anon_sym_SEMI, + ACTIONS(10639), 1, + anon_sym_EQ, + ACTIONS(10641), 1, + anon_sym_try, + STATE(578), 1, + sym_compound_statement, + STATE(7540), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(579), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [253416] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, + ACTIONS(7146), 1, + anon_sym_requires, + ACTIONS(9669), 1, anon_sym_LBRACK, - ACTIONS(10611), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 11, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 6, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_or, - anon_sym_final, - anon_sym_override, anon_sym_try, - anon_sym_requires, - [252900] = 9, + [253446] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9134), 1, + ACTIONS(7146), 1, anon_sym_requires, - STATE(5447), 1, - sym_trailing_return_type, - ACTIONS(9069), 2, + ACTIONS(9673), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5742), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 4, + ACTIONS(9671), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - [252934] = 12, + anon_sym_try, + [253476] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5927), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, - sym_identifier, - STATE(2127), 1, - sym_template_type, - STATE(2165), 1, - sym_enumerator_list, - STATE(6535), 1, - sym__scope_resolution, - ACTIONS(10613), 2, - anon_sym_class, - anon_sym_struct, - STATE(2331), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [252974] = 7, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10643), 1, + anon_sym_SEMI, + ACTIONS(10645), 1, + anon_sym_EQ, + ACTIONS(10647), 1, + anon_sym_try, + STATE(735), 1, + sym_compound_statement, + STATE(7660), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(736), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [253514] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9435), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(9373), 2, + ACTIONS(8941), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_RPAREN, + ACTIONS(8930), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253004] = 9, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253544] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9406), 1, + ACTIONS(7319), 1, anon_sym_requires, - STATE(5448), 1, - sym_trailing_return_type, - ACTIONS(9373), 2, + ACTIONS(9374), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 4, + ACTIONS(9363), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253038] = 9, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253574] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9510), 1, + ACTIONS(7319), 1, anon_sym_requires, - STATE(5449), 1, - sym_trailing_return_type, - ACTIONS(9495), 2, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 4, + ACTIONS(9479), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253072] = 9, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253604] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(9764), 1, + ACTIONS(7319), 1, anon_sym_requires, - STATE(5450), 1, - sym_trailing_return_type, - ACTIONS(9761), 2, + ACTIONS(9669), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 4, + ACTIONS(9667), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253106] = 7, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253634] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9194), 1, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(9069), 2, + ACTIONS(9673), 1, + anon_sym___attribute, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(6007), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_RPAREN, + ACTIONS(9671), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253136] = 3, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253664] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 1, - sym_identifier, - ACTIONS(5664), 13, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, + anon_sym_requires, + STATE(6148), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 5, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [253158] = 7, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_GT2, + [253696] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9525), 1, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(9495), 2, + STATE(6149), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, - anon_sym_RPAREN, + ACTIONS(9363), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253188] = 7, + anon_sym_LBRACK, + anon_sym_GT2, + [253728] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(10517), 1, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(7319), 1, anon_sym_requires, - ACTIONS(9761), 2, + STATE(6150), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, - anon_sym_RPAREN, + ACTIONS(9479), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253218] = 9, + anon_sym_LBRACK, + anon_sym_GT2, + [253760] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(5391), 1, + ACTIONS(7319), 1, + anon_sym_requires, + STATE(6151), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 4, + ACTIONS(9667), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253252] = 11, + anon_sym_LBRACK, + anon_sym_GT2, + [253792] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(6468), 1, - sym_access_specifier, - STATE(6544), 1, - sym__scope_resolution, - STATE(6930), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [253290] = 8, + ACTIONS(8941), 1, + anon_sym___attribute, + ACTIONS(9355), 1, + anon_sym_requires, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253822] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(6025), 1, + ACTIONS(9374), 1, anon_sym___attribute, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(2242), 1, - sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6027), 7, + ACTIONS(9465), 1, + anon_sym_requires, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_LPAREN2, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACK, - anon_sym_try, - [253322] = 9, + anon_sym_LBRACK, + anon_sym_GT2, + [253852] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, + ACTIONS(9490), 1, + anon_sym___attribute, + ACTIONS(9531), 1, anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - STATE(5392), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 4, + ACTIONS(9479), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253356] = 7, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253882] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9671), 1, + ACTIONS(9669), 1, anon_sym___attribute, - ACTIONS(10615), 1, + ACTIONS(10532), 1, anon_sym_requires, - ACTIONS(10359), 2, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5966), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9669), 6, + ACTIONS(9667), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_GT2, - [253386] = 9, + [253912] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, + ACTIONS(9673), 1, + anon_sym___attribute, + ACTIONS(10649), 1, anon_sym_requires, - ACTIONS(7502), 1, - anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - STATE(5393), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(10356), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(6007), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 4, + ACTIONS(9671), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253420] = 5, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [253942] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5842), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10611), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(10618), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5844), 9, + ACTIONS(10442), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10440), 9, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [253446] = 8, + [253972] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6029), 1, - anon_sym___asm, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(9355), 1, + anon_sym_requires, + STATE(6157), 1, + sym_trailing_return_type, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(10346), 1, anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - STATE(6241), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6031), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [253478] = 7, + anon_sym_GT2, + [254004] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(9465), 1, anon_sym_requires, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(5860), 2, + STATE(6158), 1, + sym_trailing_return_type, + ACTIONS(9418), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, - anon_sym_RPAREN, + ACTIONS(9363), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253508] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(9451), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2885), 1, - sym_enumerator_list, - STATE(6512), 1, - sym__scope_resolution, - ACTIONS(10620), 2, - anon_sym_class, - anon_sym_struct, - STATE(3103), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [253548] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(6488), 1, - sym_access_specifier, - STATE(6544), 1, - sym__scope_resolution, - STATE(7033), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [253586] = 9, + anon_sym_LBRACK, + anon_sym_GT2, + [254036] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7023), 1, - anon_sym_requires, - ACTIONS(7502), 1, + ACTIONS(7317), 1, anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym_LBRACK, - STATE(5394), 1, + ACTIONS(9531), 1, + anon_sym_requires, + STATE(6159), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(9513), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 4, + ACTIONS(9479), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [253620] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, - sym_identifier, - STATE(1781), 1, - sym_template_type, - STATE(2300), 1, - sym_enumerator_list, - STATE(6510), 1, - sym__scope_resolution, - ACTIONS(10622), 2, - anon_sym_class, - anon_sym_struct, - STATE(3836), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [253660] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(3522), 1, - sym_enumerator_list, - STATE(6507), 1, - sym__scope_resolution, - ACTIONS(10624), 2, - anon_sym_class, - anon_sym_struct, - STATE(4163), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [253700] = 12, + anon_sym_LBRACK, + anon_sym_GT2, + [254068] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(8599), 1, - anon_sym_LBRACE, - ACTIONS(9441), 1, - sym_identifier, - STATE(4347), 1, - sym_template_type, - STATE(4790), 1, - sym_enumerator_list, - STATE(6514), 1, - sym__scope_resolution, - ACTIONS(10626), 2, - anon_sym_class, - anon_sym_struct, - STATE(4374), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [253740] = 11, + ACTIONS(7317), 1, + anon_sym_DASH_GT, + ACTIONS(10532), 1, + anon_sym_requires, + STATE(6160), 1, + sym_trailing_return_type, + ACTIONS(10350), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_GT2, + [254100] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10628), 1, - anon_sym_SEMI, - ACTIONS(10630), 1, - anon_sym_EQ, - ACTIONS(10632), 1, - anon_sym_try, - STATE(746), 1, - sym_compound_statement, - STATE(7746), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10446), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10444), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - STATE(745), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [253778] = 8, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254130] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(6037), 1, + ACTIONS(10438), 1, anon_sym___attribute, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(2242), 1, + STATE(2947), 1, sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6039), 7, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10436), 9, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACK, - anon_sym_try, - [253810] = 11, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254160] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10634), 1, - anon_sym_SEMI, - ACTIONS(10636), 1, - anon_sym_EQ, - ACTIONS(10638), 1, - anon_sym_try, - STATE(357), 1, - sym_compound_statement, - STATE(7460), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10450), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10448), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - STATE(368), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [253848] = 11, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254190] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(10432), 1, + anon_sym___attribute, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(8235), 1, - anon_sym_COLON, - ACTIONS(8463), 1, - anon_sym_STAR, - ACTIONS(8465), 1, - anon_sym_AMP_AMP, - ACTIONS(8467), 1, - anon_sym_AMP, - STATE(3319), 1, + STATE(2947), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5806), 1, sym__function_declarator_seq, - STATE(6757), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [253886] = 11, + ACTIONS(10430), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254220] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(619), 1, anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(10640), 1, - anon_sym_SEMI, - ACTIONS(10642), 1, + ACTIONS(10639), 1, anon_sym_EQ, - ACTIONS(10644), 1, + ACTIONS(10641), 1, anon_sym_try, - STATE(560), 1, + ACTIONS(10652), 1, + anon_sym_SEMI, + STATE(611), 1, sym_compound_statement, - STATE(7775), 1, + STATE(7662), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(558), 4, + STATE(612), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [253924] = 7, + [254258] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 6, + ACTIONS(10460), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10458), 9, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [253954] = 11, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254288] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(8057), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10646), 1, - anon_sym_SEMI, - ACTIONS(10648), 1, - anon_sym_LBRACE, - ACTIONS(10650), 1, + ACTIONS(10464), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_EQ, - ACTIONS(10652), 1, - anon_sym_try, - STATE(1941), 1, - sym_compound_statement, - STATE(7569), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254318] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + ACTIONS(10468), 1, + anon_sym___attribute, + STATE(2947), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10466), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - STATE(2029), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [253992] = 12, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254348] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, + ACTIONS(5891), 1, anon_sym_LBRACE, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - STATE(2138), 1, + ACTIONS(9470), 1, + sym_identifier, + STATE(2119), 1, sym_template_type, - STATE(2885), 1, + STATE(2167), 1, sym_enumerator_list, - STATE(6528), 1, + STATE(6506), 1, sym__scope_resolution, ACTIONS(10654), 2, anon_sym_class, anon_sym_struct, - STATE(4047), 2, + STATE(2472), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [254032] = 12, + [254388] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7515), 1, - anon_sym_COLON_COLON, - ACTIONS(8479), 1, + ACTIONS(6054), 1, + anon_sym___asm, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, + anon_sym_LBRACK, + STATE(5961), 1, + sym_parameter_list, + STATE(6246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6056), 7, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(9463), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(4360), 1, - sym_enumerator_list, - STATE(6517), 1, - sym__scope_resolution, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [254420] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5833), 1, + anon_sym_LBRACK, ACTIONS(10656), 2, - anon_sym_class, - anon_sym_struct, - STATE(4972), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [254072] = 12, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 11, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_or, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [254444] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6460), 1, + ACTIONS(6921), 1, anon_sym_LBRACE, - ACTIONS(9291), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9447), 1, sym_identifier, - STATE(2466), 1, + STATE(2781), 1, sym_template_type, - STATE(2577), 1, + STATE(3073), 1, sym_enumerator_list, - STATE(6515), 1, + STATE(6530), 1, sym__scope_resolution, ACTIONS(10658), 2, anon_sym_class, anon_sym_struct, - STATE(4043), 2, + STATE(2812), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [254112] = 12, + [254484] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6460), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(7451), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, ACTIONS(9449), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2577), 1, + STATE(3553), 1, sym_enumerator_list, - STATE(6524), 1, + STATE(6504), 1, sym__scope_resolution, ACTIONS(10660), 2, anon_sym_class, anon_sym_struct, - STATE(4788), 2, + STATE(4157), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [254152] = 12, + [254524] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(7455), 1, - anon_sym_COLON_COLON, - ACTIONS(9465), 1, - sym_identifier, - STATE(1781), 1, - sym_template_type, - STATE(4958), 1, - sym_enumerator_list, - STATE(6513), 1, - sym__scope_resolution, + ACTIONS(5833), 1, + anon_sym___attribute, ACTIONS(10662), 2, - anon_sym_class, - anon_sym_struct, - STATE(4479), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [254192] = 11, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 11, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_or, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [254548] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5941), 1, + anon_sym___asm, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, + anon_sym_LBRACK, + STATE(5961), 1, + sym_parameter_list, + STATE(6246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5943), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [254580] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, ACTIONS(10664), 1, anon_sym_SEMI, @@ -505038,35 +505336,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(10670), 1, anon_sym_try, - STATE(1962), 1, + STATE(1910), 1, sym_compound_statement, - STATE(7755), 1, + STATE(7616), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1974), 4, + STATE(1911), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [254230] = 8, + [254618] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6025), 1, + ACTIONS(5963), 1, anon_sym___asm, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10346), 1, + ACTIONS(10329), 1, anon_sym_LBRACK, - STATE(6024), 1, + STATE(5961), 1, sym_parameter_list, - STATE(6241), 2, + STATE(6246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6027), 7, + ACTIONS(5965), 7, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, @@ -505074,1246 +505372,844 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [254262] = 8, + [254650] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10666), 1, + anon_sym_LBRACE, + ACTIONS(10668), 1, + anon_sym_EQ, + ACTIONS(10670), 1, + anon_sym_try, + ACTIONS(10672), 1, + anon_sym_SEMI, + STATE(1922), 1, + sym_compound_statement, + STATE(7646), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1923), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [254688] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5986), 1, + anon_sym___asm, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10329), 1, anon_sym_LBRACK, - ACTIONS(5990), 1, - anon_sym___attribute, - ACTIONS(9587), 1, + STATE(5961), 1, + sym_parameter_list, + STATE(6246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5988), 7, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [254720] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6026), 1, + anon_sym___asm, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(2242), 1, + ACTIONS(10329), 1, + anon_sym_LBRACK, + STATE(5961), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(5992), 7, + ACTIONS(6028), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_RBRACK, - anon_sym_try, - [254294] = 7, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [254752] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, + ACTIONS(5847), 1, anon_sym___attribute, - ACTIONS(10554), 1, - anon_sym_requires, - ACTIONS(10329), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 6, + ACTIONS(10662), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(10674), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5849), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [254324] = 11, + anon_sym_requires, + [254778] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, - anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10605), 1, - anon_sym_EQ, - ACTIONS(10607), 1, - anon_sym_COLON, ACTIONS(10609), 1, - anon_sym_try, - ACTIONS(10672), 1, + anon_sym_COLON, + ACTIONS(10676), 1, anon_sym_SEMI, - STATE(624), 1, + ACTIONS(10678), 1, + anon_sym_LBRACE, + ACTIONS(10680), 1, + anon_sym_EQ, + ACTIONS(10682), 1, + anon_sym_try, + STATE(2065), 1, sym_compound_statement, - STATE(7679), 1, + STATE(7492), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(622), 4, + STATE(2066), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [254362] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7279), 1, - anon_sym_requires, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [254392] = 11, + [254816] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9472), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(6487), 1, - sym_access_specifier, - STATE(6544), 1, + STATE(4956), 1, + sym_enumerator_list, + STATE(6550), 1, sym__scope_resolution, - STATE(7276), 2, + ACTIONS(10684), 2, + anon_sym_class, + anon_sym_struct, + STATE(4548), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [254430] = 11, + [254856] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10636), 1, - anon_sym_EQ, - ACTIONS(10638), 1, - anon_sym_try, - ACTIONS(10674), 1, - anon_sym_SEMI, - STATE(366), 1, - sym_compound_statement, - STATE(7506), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + ACTIONS(6054), 1, + anon_sym___attribute, + ACTIONS(9584), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(365), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [254468] = 12, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6056), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_try, + [254888] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(3522), 1, + STATE(2888), 1, sym_enumerator_list, - STATE(6507), 1, + STATE(6527), 1, sym__scope_resolution, - ACTIONS(10676), 2, + ACTIONS(10686), 2, anon_sym_class, anon_sym_struct, - STATE(6422), 2, + STATE(4038), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [254508] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10630), 1, - anon_sym_EQ, - ACTIONS(10632), 1, - anon_sym_try, - ACTIONS(10678), 1, - anon_sym_SEMI, - STATE(752), 1, - sym_compound_statement, - STATE(7564), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(755), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [254546] = 7, + [254928] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(9007), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(5390), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [254576] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5990), 1, - anon_sym___asm, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(8930), 4, anon_sym_LPAREN2, - ACTIONS(10346), 1, - anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - STATE(6241), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5992), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [254608] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6037), 1, - anon_sym___asm, - ACTIONS(7786), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10346), 1, - anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - STATE(6241), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6039), 7, - anon_sym_COMMA, - anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [254640] = 11, + [254962] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(8057), 1, + ACTIONS(7037), 1, + anon_sym_requires, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10680), 1, - anon_sym_SEMI, - ACTIONS(10682), 1, - anon_sym_LBRACE, - ACTIONS(10684), 1, - anon_sym_EQ, - ACTIONS(10686), 1, - anon_sym_try, - STATE(1674), 1, - sym_compound_statement, - STATE(7722), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + STATE(5391), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1745), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [254678] = 7, + anon_sym_LBRACE, + anon_sym_EQ, + [254996] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(9531), 1, + ACTIONS(7037), 1, anon_sym_requires, - ACTIONS(9519), 2, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + STATE(5392), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9479), 4, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [254708] = 8, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [255030] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9370), 1, + ACTIONS(7037), 1, anon_sym_requires, - STATE(6219), 1, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym_LBRACK, + STATE(5393), 1, sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9667), 4, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [254740] = 4, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [255064] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, - anon_sym___attribute, - ACTIONS(10688), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym___attribute__, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(8941), 1, anon_sym_LBRACK, - anon_sym_or, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [254764] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7345), 1, + ACTIONS(9130), 1, anon_sym_requires, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + STATE(5433), 1, + sym_trailing_return_type, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(8930), 4, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [254794] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5018), 1, - anon_sym_COLON_COLON, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(9443), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(2885), 1, - sym_enumerator_list, - STATE(6556), 1, - sym__scope_resolution, - ACTIONS(10690), 2, - anon_sym_class, - anon_sym_struct, - STATE(2987), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [254834] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(6695), 1, - anon_sym_LBRACE, - ACTIONS(9248), 1, - anon_sym_COLON_COLON, - ACTIONS(9447), 1, - sym_identifier, - STATE(2648), 1, - sym_template_type, - STATE(2822), 1, - sym_enumerator_list, - STATE(6551), 1, - sym__scope_resolution, - ACTIONS(10692), 2, - anon_sym_class, - anon_sym_struct, - STATE(2644), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [254874] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(6742), 1, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, - sym_identifier, - STATE(2707), 1, - sym_template_type, - STATE(2869), 1, - sym_enumerator_list, - STATE(6554), 1, - sym__scope_resolution, - ACTIONS(10694), 2, - anon_sym_class, - anon_sym_struct, - STATE(2709), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [254914] = 7, + anon_sym_EQ, + [255098] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9397), 1, anon_sym_requires, - ACTIONS(9490), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + STATE(5474), 1, + sym_trailing_return_type, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9363), 4, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [254944] = 7, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [255132] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9510), 1, anon_sym_requires, - ACTIONS(9667), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + STATE(5414), 1, + sym_trailing_return_type, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9479), 4, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [254974] = 7, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [255166] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7345), 1, + ACTIONS(7529), 1, + anon_sym_DASH_GT, + ACTIONS(9669), 1, + anon_sym_LBRACK, + ACTIONS(9704), 1, anon_sym_requires, - ACTIONS(9671), 1, - anon_sym___attribute, - ACTIONS(7096), 2, + STATE(5403), 1, + sym_trailing_return_type, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5966), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9669), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9667), 4, anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [255004] = 5, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [255200] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5842), 1, - anon_sym___attribute, - ACTIONS(10688), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(10696), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5844), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(8941), 1, anon_sym_LBRACK, + ACTIONS(9257), 1, + anon_sym_requires, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255030] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(6029), 1, - anon_sym___attribute, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(2242), 1, - sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6031), 7, - anon_sym_COMMA, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 6, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACK, anon_sym_try, - [255062] = 8, + [255230] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(9434), 1, anon_sym_requires, - STATE(6185), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9376), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9363), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [255094] = 12, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [255260] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8479), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(9457), 1, + ACTIONS(7500), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(4360), 1, + STATE(3553), 1, sym_enumerator_list, - STATE(6507), 1, + STATE(6509), 1, sym__scope_resolution, - ACTIONS(10698), 2, + ACTIONS(10688), 2, anon_sym_class, anon_sym_struct, - STATE(4267), 2, + STATE(3895), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [255134] = 8, + [255300] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9528), 1, anon_sym_requires, - STATE(6189), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(6029), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9479), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [255166] = 8, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [255330] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, + ACTIONS(9669), 1, + anon_sym_LBRACK, + ACTIONS(10521), 1, anon_sym_requires, - STATE(6190), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5962), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9667), 6, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [255198] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10642), 1, - anon_sym_EQ, - ACTIONS(10644), 1, - anon_sym_try, - ACTIONS(10700), 1, anon_sym_SEMI, - STATE(607), 1, - sym_compound_statement, - STATE(7716), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(606), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [255236] = 12, + anon_sym_LBRACE, + anon_sym_try, + [255360] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(7515), 1, + ACTIONS(3793), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(3522), 1, - sym_enumerator_list, - STATE(6517), 1, + STATE(6478), 1, + sym_access_specifier, + STATE(6520), 1, sym__scope_resolution, - ACTIONS(10702), 2, - anon_sym_class, - anon_sym_struct, - STATE(3916), 2, + STATE(7248), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [255276] = 11, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [255398] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9673), 1, + anon_sym_LBRACK, + ACTIONS(10690), 1, + anon_sym_requires, + ACTIONS(9687), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9671), 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [255428] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(10648), 1, + ACTIONS(10678), 1, anon_sym_LBRACE, - ACTIONS(10650), 1, + ACTIONS(10680), 1, anon_sym_EQ, - ACTIONS(10652), 1, + ACTIONS(10682), 1, anon_sym_try, - ACTIONS(10704), 1, + ACTIONS(10693), 1, anon_sym_SEMI, - STATE(2024), 1, + STATE(1953), 1, sym_compound_statement, - STATE(7592), 1, + STATE(7752), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(2023), 4, + STATE(1954), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [255314] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10511), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10509), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255344] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5666), 1, - sym_identifier, - ACTIONS(5668), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [255366] = 7, + [255466] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10507), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10505), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255396] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(5847), 1, anon_sym_LBRACK, - ACTIONS(10434), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10430), 9, - anon_sym_COMMA, + ACTIONS(10656), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(10695), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5849), 9, anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255426] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10438), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10436), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [255456] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10708), 1, - anon_sym_EQ, - STATE(2958), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - ACTIONS(10706), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6690), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [255496] = 7, + [255492] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10442), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10440), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255526] = 11, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(6464), 1, + sym_access_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(7024), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [255530] = 11, ACTIONS(3), 1, sym_comment, + ACTIONS(55), 1, + anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(10666), 1, - anon_sym_LBRACE, - ACTIONS(10668), 1, + ACTIONS(10645), 1, anon_sym_EQ, - ACTIONS(10670), 1, + ACTIONS(10647), 1, anon_sym_try, - ACTIONS(10710), 1, + ACTIONS(10697), 1, anon_sym_SEMI, - STATE(1995), 1, + STATE(732), 1, sym_compound_statement, - STATE(7763), 1, + STATE(7595), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1994), 4, + STATE(733), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [255564] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5942), 1, - anon_sym___asm, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10346), 1, - anon_sym_LBRACK, - STATE(6024), 1, - sym_parameter_list, - STATE(6241), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(5944), 7, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [255596] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(10554), 1, - anon_sym_requires, - STATE(6145), 1, - sym_trailing_return_type, - ACTIONS(10329), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [255628] = 7, + [255568] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10450), 1, + ACTIONS(43), 1, anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10448), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255658] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - ACTIONS(10446), 1, - anon_sym___attribute, - STATE(2955), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10444), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6993), 1, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255688] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10454), 1, - anon_sym___attribute, - STATE(2955), 1, + ACTIONS(10701), 1, + anon_sym_EQ, + STATE(2976), 1, sym_parameter_list, - STATE(5749), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10452), 9, + ACTIONS(10699), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [255718] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9671), 1, - anon_sym_LBRACK, - ACTIONS(10712), 1, - anon_sym_requires, - ACTIONS(9767), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9669), 6, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [255748] = 12, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(6653), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [255608] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5927), 1, - anon_sym_LBRACE, - ACTIONS(9156), 1, + ACTIONS(5018), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(9463), 1, sym_identifier, - STATE(2127), 1, + STATE(2134), 1, sym_template_type, - STATE(2165), 1, + STATE(2888), 1, sym_enumerator_list, - STATE(6535), 1, + STATE(6540), 1, sym__scope_resolution, - ACTIONS(10715), 2, + ACTIONS(10703), 2, anon_sym_class, anon_sym_struct, - STATE(2457), 2, + STATE(2938), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [255788] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(7345), 1, - anon_sym_requires, - STATE(6191), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5969), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [255820] = 12, + [255648] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6829), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(2761), 1, + STATE(2452), 1, sym_template_type, - STATE(3018), 1, + STATE(2595), 1, sym_enumerator_list, - STATE(6555), 1, + STATE(6535), 1, sym__scope_resolution, - ACTIONS(10717), 2, + ACTIONS(10705), 2, anon_sym_class, anon_sym_struct, - STATE(2757), 2, + STATE(4832), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [255860] = 12, + [255688] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10719), 1, - anon_sym_EQ, - STATE(2958), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - ACTIONS(10706), 2, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(6500), 1, + sym_access_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(6984), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [255726] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5647), 1, + sym_identifier, + ACTIONS(5649), 13, anon_sym_COMMA, anon_sym_RPAREN, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(6690), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [255900] = 7, + anon_sym_COLON, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [255748] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9366), 1, - anon_sym___attribute, - ACTIONS(9471), 1, - anon_sym_requires, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(289), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, anon_sym_LBRACK, - anon_sym_GT2, - [255930] = 3, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10707), 1, + anon_sym_SEMI, + ACTIONS(10709), 1, + anon_sym_EQ, + ACTIONS(10711), 1, + anon_sym_try, + STATE(387), 1, + sym_compound_statement, + STATE(7726), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(388), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [255786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 1, + ACTIONS(5651), 1, sym_identifier, - ACTIONS(5672), 13, + ACTIONS(5653), 13, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, @@ -506327,462 +506223,448 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_uR_DQUOTE, anon_sym_UR_DQUOTE, anon_sym_u8R_DQUOTE, - [255952] = 12, + [255808] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7942), 1, + ACTIONS(5961), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(3649), 1, + STATE(1672), 1, sym_template_type, - STATE(3980), 1, + STATE(2290), 1, sym_enumerator_list, - STATE(6557), 1, + STATE(6508), 1, sym__scope_resolution, - ACTIONS(10721), 2, + ACTIONS(10713), 2, anon_sym_class, anon_sym_struct, - STATE(3720), 2, + STATE(4799), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [255992] = 7, + [255848] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9007), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(5963), 1, anon_sym___attribute, - ACTIONS(9370), 1, - anon_sym_requires, - ACTIONS(9148), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5984), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(9584), 1, anon_sym_LPAREN2, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(5965), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_GT2, - [256022] = 7, + anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_try, + [255880] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7279), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(289), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 6, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10709), 1, + anon_sym_EQ, + ACTIONS(10711), 1, + anon_sym_try, + ACTIONS(10715), 1, anon_sym_SEMI, + STATE(380), 1, + sym_compound_statement, + STATE(7641), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [256052] = 12, + STATE(381), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [255918] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5980), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(7361), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(1781), 1, + STATE(2452), 1, sym_template_type, - STATE(2300), 1, + STATE(2595), 1, sym_enumerator_list, - STATE(6532), 1, + STATE(6557), 1, sym__scope_resolution, - ACTIONS(10723), 2, + ACTIONS(10717), 2, anon_sym_class, anon_sym_struct, - STATE(4776), 2, + STATE(4045), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [256092] = 11, + [255958] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10682), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(6693), 1, anon_sym_LBRACE, - ACTIONS(10684), 1, - anon_sym_EQ, - ACTIONS(10686), 1, - anon_sym_try, - ACTIONS(10725), 1, - anon_sym_SEMI, - STATE(1755), 1, - sym_compound_statement, - STATE(7742), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(1753), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [256130] = 11, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, + sym_template_type, + STATE(2832), 1, + sym_enumerator_list, + STATE(6549), 1, + sym__scope_resolution, + ACTIONS(10719), 2, + anon_sym_class, + anon_sym_struct, + STATE(2660), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [255998] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(9262), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9441), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(6495), 1, - sym_access_specifier, - STATE(6544), 1, + STATE(2290), 1, + sym_enumerator_list, + STATE(6517), 1, sym__scope_resolution, - STATE(7415), 2, + ACTIONS(10721), 2, + anon_sym_class, + anon_sym_struct, + STATE(3889), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - ACTIONS(10337), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [256168] = 8, + [256038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - anon_sym_DASH_GT, - ACTIONS(9471), 1, - anon_sym_requires, - STATE(6182), 1, - sym_trailing_return_type, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 5, - anon_sym_DOT_DOT_DOT, + ACTIONS(5655), 1, + sym_identifier, + ACTIONS(5657), 13, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - [256200] = 9, + anon_sym_RPAREN, + anon_sym_COLON, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [256060] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10559), 1, - anon_sym___attribute, - STATE(2958), 1, + ACTIONS(10723), 1, + anon_sym_EQ, + STATE(2976), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + ACTIONS(10699), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10557), 5, + STATE(6653), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [256100] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5671), 1, + sym_identifier, + ACTIONS(5673), 13, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [256233] = 10, + anon_sym_COLON, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [256122] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(6497), 1, + sym_access_specifier, + STATE(6520), 1, + sym__scope_resolution, + STATE(7392), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + ACTIONS(10333), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [256160] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5891), 1, + anon_sym_LBRACE, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9470), 1, + sym_identifier, + STATE(2119), 1, + sym_template_type, + STATE(2167), 1, + sym_enumerator_list, + STATE(6506), 1, + sym__scope_resolution, + ACTIONS(10725), 2, + anon_sym_class, + anon_sym_struct, + STATE(2335), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [256200] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(7982), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(8280), 1, - anon_sym_STAR, - ACTIONS(8282), 1, - anon_sym_AMP_AMP, - ACTIONS(8284), 1, - anon_sym_AMP, - STATE(2927), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5806), 1, sym__function_declarator_seq, - STATE(6619), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [256268] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 1, + ACTIONS(10440), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10636), 1, anon_sym_EQ, - ACTIONS(10638), 1, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - STATE(357), 1, - sym_compound_statement, - STATE(7460), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(368), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [256303] = 9, + anon_sym_requires, + [256227] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, ACTIONS(10727), 1, sym_identifier, ACTIONS(10729), 1, - aux_sym_preproc_if_token1, - ACTIONS(10733), 1, - anon_sym_RBRACE, - ACTIONS(10731), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(7778), 2, - sym_preproc_call, - sym_enumerator, - STATE(7817), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6234), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [256336] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10534), 1, - anon_sym___attribute, - STATE(2958), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10532), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [256369] = 9, + anon_sym_COLON_COLON, + STATE(6270), 1, + sym__scope_resolution, + STATE(7379), 1, + sym_field_initializer, + STATE(7689), 1, + sym_operator_name, + STATE(6946), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [256264] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10735), 1, + ACTIONS(10737), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7515), 2, + STATE(7481), 2, sym_preproc_call, sym_enumerator, - STATE(8506), 2, + STATE(7889), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6240), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [256402] = 9, + [256297] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10737), 1, + ACTIONS(10739), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7753), 2, + STATE(7576), 2, sym_preproc_call, sym_enumerator, - STATE(7897), 2, + STATE(8281), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [256435] = 11, + [256330] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10739), 1, - sym_identifier, - ACTIONS(10741), 1, + ACTIONS(10475), 1, anon_sym_COLON_COLON, - STATE(6289), 1, - sym__scope_resolution, - STATE(7652), 1, - sym_field_initializer, - STATE(7727), 1, - sym_operator_name, - STATE(6848), 2, + ACTIONS(10477), 1, + anon_sym_template, + ACTIONS(10741), 1, + sym_identifier, + STATE(3482), 1, sym_template_method, + STATE(3483), 1, + sym_dependent_field_identifier, + STATE(3484), 1, sym_qualified_field_identifier, - STATE(8540), 3, + STATE(6232), 1, + sym__scope_resolution, + STATE(7598), 1, + sym_operator_name, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [256472] = 9, + [256369] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10743), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(7670), 2, - sym_preproc_call, - sym_enumerator, - STATE(8084), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [256505] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6166), 2, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6168), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_RBRACK, - anon_sym_try, - [256530] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10729), 1, - aux_sym_preproc_if_token1, - ACTIONS(10745), 1, - anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7644), 2, + STATE(7498), 2, sym_preproc_call, sym_enumerator, - STATE(8116), 2, + STATE(8048), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6271), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [256563] = 6, + [256402] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10440), 9, + ACTIONS(10448), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -506792,18 +506674,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [256590] = 6, + [256429] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10448), 9, + ACTIONS(10458), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -506813,153 +506695,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [256617] = 5, + [256456] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6166), 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10442), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - anon_sym___asm, - STATE(5711), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6168), 8, + STATE(2922), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10440), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256485] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(10450), 1, + anon_sym___attribute, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2922), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10448), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [256642] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256514] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, ACTIONS(10432), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2922), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 9, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(10430), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - anon_sym_COLON, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [256669] = 10, + [256543] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10464), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10642), 1, + STATE(2922), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10462), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - ACTIONS(10644), 1, - anon_sym_try, - STATE(560), 1, - sym_compound_statement, - STATE(7775), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(558), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [256704] = 9, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256572] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10747), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7577), 2, + STATE(7518), 2, sym_preproc_call, sym_enumerator, - STATE(8283), 2, + STATE(7975), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [256737] = 10, + [256605] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, - anon_sym_STAR, - ACTIONS(4835), 1, - anon_sym_AMP_AMP, - ACTIONS(4837), 1, - anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(2922), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(6779), 1, - sym__abstract_declarator, - STATE(5999), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [256772] = 5, + ACTIONS(10444), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256634] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(10405), 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10438), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - anon_sym___asm, - STATE(5711), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10403), 8, + STATE(2922), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10436), 8, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256663] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(10460), 1, + anon_sym___attribute, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2922), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10458), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [256797] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256692] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10468), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2922), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10444), 9, + ACTIONS(10466), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [256721] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2862), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -506969,659 +506916,405 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [256824] = 10, + [256748] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6148), 2, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10636), 1, - anon_sym_EQ, - ACTIONS(10638), 1, - anon_sym_try, - STATE(366), 1, - sym_compound_statement, - STATE(7506), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, + anon_sym___asm, + STATE(5712), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6150), 8, + anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(365), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [256859] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(685), 1, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(8057), 1, - anon_sym_LBRACK, - ACTIONS(10605), 1, anon_sym_EQ, - ACTIONS(10607), 1, anon_sym_COLON, - ACTIONS(10609), 1, - anon_sym_try, - STATE(624), 1, - sym_compound_statement, - STATE(7679), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(622), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [256894] = 9, + anon_sym_asm, + anon_sym___asm__, + [256773] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10749), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7739), 2, + STATE(7628), 2, sym_preproc_call, sym_enumerator, - STATE(7928), 2, + STATE(8227), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6300), 3, + STATE(6249), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [256927] = 12, + [256806] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10467), 1, + ACTIONS(10599), 1, anon_sym_COLON_COLON, - ACTIONS(10469), 1, + ACTIONS(10601), 1, anon_sym_template, ACTIONS(10751), 1, sym_identifier, - STATE(3469), 1, + STATE(2345), 1, sym_template_method, - STATE(3470), 1, + STATE(2347), 1, sym_dependent_field_identifier, - STATE(3473), 1, + STATE(2348), 1, sym_qualified_field_identifier, - STATE(6251), 1, + STATE(6248), 1, sym__scope_resolution, - STATE(7504), 1, + STATE(7601), 1, sym_operator_name, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [256966] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9007), 1, - anon_sym_LBRACK, - STATE(6368), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [256999] = 9, + [256845] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10753), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(7663), 2, - sym_preproc_call, - sym_enumerator, - STATE(8103), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [257032] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10729), 1, - aux_sym_preproc_if_token1, - ACTIONS(10755), 1, - anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7686), 2, + STATE(7649), 2, sym_preproc_call, sym_enumerator, - STATE(8045), 2, + STATE(8277), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [257065] = 10, + [256878] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4831), 1, + ACTIONS(4819), 1, anon_sym_LPAREN2, - ACTIONS(4833), 1, + ACTIONS(4821), 1, anon_sym_STAR, - ACTIONS(4835), 1, + ACTIONS(4823), 1, anon_sym_AMP_AMP, - ACTIONS(4837), 1, + ACTIONS(4825), 1, anon_sym_AMP, - ACTIONS(7982), 1, + ACTIONS(8047), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5978), 1, + STATE(5963), 1, sym__function_declarator_seq, - STATE(6813), 1, + STATE(6821), 1, sym__abstract_declarator, - STATE(5999), 5, + STATE(5978), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [257100] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(10757), 1, - anon_sym_requires, - STATE(6452), 1, - sym_trailing_return_type, - ACTIONS(9761), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [257133] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10762), 1, - anon_sym_LT, - STATE(6326), 1, - sym_template_argument_list, - ACTIONS(10764), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(10760), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [257158] = 10, + [256913] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(289), 1, anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10605), 1, - anon_sym_EQ, - ACTIONS(10607), 1, - anon_sym_COLON, ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10709), 1, + anon_sym_EQ, + ACTIONS(10711), 1, anon_sym_try, - STATE(636), 1, + STATE(380), 1, sym_compound_statement, - STATE(7630), 1, + STATE(7641), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(635), 4, + STATE(381), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [257193] = 9, + [256948] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9490), 1, - anon_sym_LBRACK, - ACTIONS(9584), 1, + ACTIONS(7819), 1, anon_sym_requires, - STATE(6421), 1, + ACTIONS(8941), 1, + anon_sym_LBRACK, + STATE(6402), 1, sym_trailing_return_type, - ACTIONS(9495), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [257226] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10569), 1, - anon_sym_COLON_COLON, - ACTIONS(10571), 1, - anon_sym_template, - ACTIONS(10766), 1, - sym_identifier, - STATE(2384), 1, - sym_template_method, - STATE(2388), 1, - sym_dependent_field_identifier, - STATE(2390), 1, - sym_qualified_field_identifier, - STATE(6260), 1, - sym__scope_resolution, - STATE(7597), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [257265] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10762), 1, - anon_sym_LT, - STATE(6343), 1, - sym_template_argument_list, - ACTIONS(10770), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(10768), 9, - anon_sym_COMMA, + ACTIONS(8930), 3, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [257290] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10454), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10452), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257319] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10575), 1, - anon_sym___attribute, - STATE(2958), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10573), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [257352] = 9, + [256981] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, + ACTIONS(7819), 1, anon_sym_requires, - ACTIONS(9667), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(6447), 1, + STATE(6404), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5811), 2, + STATE(5763), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 3, + ACTIONS(9363), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [257385] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10448), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257414] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10530), 1, - anon_sym___attribute, - STATE(2958), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10528), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [257447] = 9, + [257014] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9492), 1, + ACTIONS(7819), 1, anon_sym_requires, - STATE(6426), 1, + ACTIONS(9490), 1, + anon_sym_LBRACK, + STATE(6405), 1, sym_trailing_return_type, - ACTIONS(9373), 2, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5804), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(9479), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [257480] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10729), 1, - aux_sym_preproc_if_token1, - ACTIONS(10774), 1, - anon_sym_RBRACE, - ACTIONS(10731), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(7777), 2, - sym_preproc_call, - sym_enumerator, - STATE(8447), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6244), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [257513] = 7, + [257047] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10507), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(9669), 1, anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, + STATE(6406), 1, + sym_trailing_return_type, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257542] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 3, anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(2863), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10452), 9, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [257569] = 12, + [257080] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10579), 1, + ACTIONS(4433), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(9968), 1, anon_sym_COLON_COLON, - ACTIONS(10581), 1, - anon_sym_template, - ACTIONS(10766), 1, + ACTIONS(10755), 1, sym_identifier, - STATE(2384), 1, - sym_template_method, - STATE(2388), 1, - sym_dependent_field_identifier, - STATE(2390), 1, - sym_qualified_field_identifier, - STATE(6271), 1, + STATE(5791), 1, sym__scope_resolution, - STATE(7650), 1, - sym_operator_name, - STATE(8540), 3, + ACTIONS(4435), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + STATE(7755), 2, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [257608] = 9, + [257115] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(4821), 1, + anon_sym_STAR, + ACTIONS(4823), 1, + anon_sym_AMP_AMP, + ACTIONS(4825), 1, + anon_sym_AMP, + ACTIONS(8047), 1, + anon_sym_LBRACK, + STATE(2968), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6781), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [257150] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(6351), 1, + ACTIONS(9424), 1, + anon_sym_requires, + STATE(6387), 1, sym_trailing_return_type, - ACTIONS(5860), 2, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5803), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9479), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [257641] = 6, + [257183] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(9374), 1, anon_sym_LBRACK, - STATE(2863), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10430), 9, - anon_sym_SEMI, + ACTIONS(9498), 1, + anon_sym_requires, + STATE(6389), 1, + sym_trailing_return_type, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, + [257216] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7814), 1, + anon_sym_DASH_GT, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(9618), 1, + anon_sym_requires, + STATE(6391), 1, + sym_trailing_return_type, + ACTIONS(9492), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [257668] = 9, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [257249] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(7814), 1, anon_sym_DASH_GT, - ACTIONS(9007), 1, + ACTIONS(9669), 1, anon_sym_LBRACK, - ACTIONS(9428), 1, + ACTIONS(10757), 1, anon_sym_requires, - STATE(6416), 1, + STATE(6397), 1, sym_trailing_return_type, - ACTIONS(9069), 2, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5790), 2, + STATE(5794), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9667), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [257701] = 6, + [257282] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10505), 9, + ACTIONS(10466), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -507631,40 +507324,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [257728] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10511), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10509), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257757] = 6, + [257309] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2863), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10509), 9, + ACTIONS(10430), 9, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, @@ -507674,837 +507345,1135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [257784] = 7, + [257336] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10438), 1, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10733), 1, + aux_sym_preproc_if_token1, + ACTIONS(10760), 1, + anon_sym_RBRACE, + ACTIONS(10735), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(7715), 2, + sym_preproc_call, + sym_enumerator, + STATE(8486), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(6273), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [257369] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10764), 1, + anon_sym_LT, + STATE(6327), 1, + sym_template_argument_list, + ACTIONS(10766), 2, anon_sym___attribute, - ACTIONS(10772), 1, anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10436), 8, + ACTIONS(10762), 9, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257813] = 7, + anon_sym_COLON, + anon_sym_try, + [257394] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10442), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(289), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, anon_sym_LBRACK, - STATE(2963), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10440), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10709), 1, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [257842] = 5, + ACTIONS(10711), 1, + anon_sym_try, + STATE(387), 1, + sym_compound_statement, + STATE(7726), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(388), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [257429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(10778), 2, + ACTIONS(6148), 2, anon_sym___attribute, anon_sym_LBRACK, - STATE(5711), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10776), 8, + ACTIONS(6150), 8, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_try, + [257454] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, anon_sym_COLON, + ACTIONS(10639), 1, + anon_sym_EQ, + ACTIONS(10641), 1, anon_sym_try, - [257867] = 9, + STATE(611), 1, + sym_compound_statement, + STATE(7662), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(612), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [257489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, - anon_sym_DASH_GT, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(10764), 1, + anon_sym_LT, + STATE(6346), 1, + sym_template_argument_list, + ACTIONS(10770), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(6430), 1, - sym_trailing_return_type, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(10768), 9, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - [257900] = 10, + anon_sym_try, + [257514] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10729), 1, + anon_sym_COLON_COLON, + ACTIONS(10772), 1, + sym_identifier, + ACTIONS(10774), 1, + anon_sym_template, + STATE(2345), 1, + sym_template_method, + STATE(2347), 1, + sym_dependent_field_identifier, + STATE(2348), 1, + sym_qualified_field_identifier, + STATE(6270), 1, + sym__scope_resolution, + STATE(7689), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [257553] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10733), 1, + aux_sym_preproc_if_token1, + ACTIONS(10776), 1, + anon_sym_RBRACE, + ACTIONS(10735), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(7685), 2, + sym_preproc_call, + sym_enumerator, + STATE(8586), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(6363), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [257586] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(749), 1, anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(10642), 1, + ACTIONS(10631), 1, anon_sym_EQ, - ACTIONS(10644), 1, + ACTIONS(10633), 1, anon_sym_try, - STATE(607), 1, + STATE(638), 1, sym_compound_statement, - STATE(7716), 1, + STATE(7499), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(606), 4, + STATE(639), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [257935] = 9, + [257621] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10780), 1, + ACTIONS(10778), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7627), 2, + STATE(7453), 2, sym_preproc_call, sym_enumerator, - STATE(8165), 2, + STATE(8524), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6238), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [257968] = 9, + [257654] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10782), 1, + ACTIONS(10780), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7637), 2, + STATE(7653), 2, sym_preproc_call, sym_enumerator, - STATE(8133), 2, + STATE(8525), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6254), 3, + STATE(6301), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258001] = 9, + [257687] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10549), 1, + anon_sym___attribute, + STATE(2976), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10547), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [257720] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10537), 1, + anon_sym___attribute, + STATE(2976), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10535), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [257753] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10784), 1, + ACTIONS(10782), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7486), 2, + STATE(7634), 2, sym_preproc_call, sym_enumerator, - STATE(8555), 2, + STATE(7928), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6233), 3, + STATE(6285), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258034] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10739), 1, - sym_identifier, - ACTIONS(10741), 1, - anon_sym_COLON_COLON, - STATE(6289), 1, - sym__scope_resolution, - STATE(7429), 1, - sym_field_initializer, - STATE(7727), 1, - sym_operator_name, - STATE(6848), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [258071] = 9, + [257786] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10786), 1, + ACTIONS(10784), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7608), 2, + STATE(7603), 2, sym_preproc_call, sym_enumerator, - STATE(8227), 2, + STATE(8530), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6253), 3, + STATE(6286), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258104] = 10, + [257819] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, ACTIONS(8057), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(10630), 1, + ACTIONS(10645), 1, anon_sym_EQ, - ACTIONS(10632), 1, + ACTIONS(10647), 1, anon_sym_try, - STATE(752), 1, + STATE(735), 1, sym_compound_statement, - STATE(7564), 1, + STATE(7660), 1, sym_field_initializer_list, ACTIONS(4912), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(755), 4, + STATE(736), 4, sym_constructor_try_statement, sym_default_method_clause, sym_delete_method_clause, sym_pure_virtual_clause, - [258139] = 12, + [257854] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10741), 1, - anon_sym_COLON_COLON, - ACTIONS(10788), 1, - sym_identifier, - ACTIONS(10790), 1, - anon_sym_template, - STATE(2384), 1, - sym_template_method, - STATE(2388), 1, - sym_dependent_field_identifier, - STATE(2390), 1, - sym_qualified_field_identifier, - STATE(6289), 1, - sym__scope_resolution, - STATE(7727), 1, - sym_operator_name, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [258178] = 9, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10645), 1, + anon_sym_EQ, + ACTIONS(10647), 1, + anon_sym_try, + STATE(732), 1, + sym_compound_statement, + STATE(7595), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(733), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [257889] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(749), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10631), 1, + anon_sym_EQ, + ACTIONS(10633), 1, + anon_sym_try, + STATE(669), 1, + sym_compound_statement, + STATE(7560), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(672), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [257924] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10792), 1, + ACTIONS(10786), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7640), 2, + STATE(7545), 2, sym_preproc_call, sym_enumerator, - STATE(8134), 2, + STATE(8567), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6293), 3, + STATE(6287), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258211] = 9, + [257957] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10548), 1, + ACTIONS(10563), 1, anon_sym___attribute, - STATE(2958), 1, + STATE(2976), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10546), 5, + ACTIONS(10561), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, anon_sym_EQ, anon_sym_GT2, - [258244] = 12, + [257990] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4819), 1, + anon_sym_LPAREN2, + ACTIONS(8047), 1, + anon_sym_LBRACK, + ACTIONS(8294), 1, + anon_sym_STAR, + ACTIONS(8296), 1, + anon_sym_AMP_AMP, + ACTIONS(8298), 1, + anon_sym_AMP, + STATE(2984), 1, + sym_parameter_list, + STATE(5963), 1, + sym__function_declarator_seq, + STATE(6606), 1, + sym__abstract_declarator, + STATE(5978), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [258025] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10733), 1, + aux_sym_preproc_if_token1, + ACTIONS(10788), 1, + anon_sym_RBRACE, + ACTIONS(10735), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(7551), 2, + sym_preproc_call, + sym_enumerator, + STATE(7788), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(6363), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [258058] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10733), 1, + aux_sym_preproc_if_token1, + ACTIONS(10790), 1, + anon_sym_RBRACE, + ACTIONS(10735), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(7466), 2, + sym_preproc_call, + sym_enumerator, + STATE(7863), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(6363), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [258091] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10733), 1, + aux_sym_preproc_if_token1, + ACTIONS(10792), 1, + anon_sym_RBRACE, + ACTIONS(10735), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(7506), 2, + sym_preproc_call, + sym_enumerator, + STATE(7806), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(6363), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [258124] = 11, ACTIONS(3), 1, sym_comment, + ACTIONS(1241), 1, + anon_sym_template, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10563), 1, + ACTIONS(10727), 1, + sym_identifier, + ACTIONS(10729), 1, anon_sym_COLON_COLON, - ACTIONS(10565), 1, + STATE(6270), 1, + sym__scope_resolution, + STATE(7573), 1, + sym_field_initializer, + STATE(7689), 1, + sym_operator_name, + STATE(6946), 2, + sym_template_method, + sym_qualified_field_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [258161] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10571), 1, + anon_sym_COLON_COLON, + ACTIONS(10573), 1, + anon_sym_template, + ACTIONS(10751), 1, + sym_identifier, + STATE(2345), 1, + sym_template_method, + STATE(2347), 1, + sym_dependent_field_identifier, + STATE(2348), 1, + sym_qualified_field_identifier, + STATE(6289), 1, + sym__scope_resolution, + STATE(7575), 1, + sym_operator_name, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [258200] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(10389), 2, + anon_sym_LBRACK, + anon_sym___asm, + STATE(5712), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10387), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [258225] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10557), 1, + anon_sym_COLON_COLON, + ACTIONS(10559), 1, anon_sym_template, ACTIONS(10794), 1, sym_identifier, - STATE(3700), 1, + STATE(3685), 1, sym_template_method, - STATE(3701), 1, + STATE(3687), 1, sym_dependent_field_identifier, - STATE(3702), 1, + STATE(3688), 1, sym_qualified_field_identifier, - STATE(6292), 1, + STATE(6291), 1, sym__scope_resolution, - STATE(7590), 1, + STATE(7673), 1, sym_operator_name, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [258283] = 9, + [258264] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10796), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7620), 2, + STATE(7530), 2, sym_preproc_call, sym_enumerator, - STATE(8181), 2, + STATE(8108), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6231), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258316] = 7, + [258297] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10446), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2963), 1, + STATE(2862), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10444), 8, + ACTIONS(10444), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [258324] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10567), 1, + anon_sym___attribute, + STATE(2976), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10565), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, anon_sym_EQ, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - anon_sym_requires, - [258345] = 10, + [258357] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(8057), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10607), 1, - anon_sym_COLON, - ACTIONS(10630), 1, + STATE(2862), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10436), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(10632), 1, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - STATE(746), 1, - sym_compound_statement, - STATE(7746), 1, - sym_field_initializer_list, - ACTIONS(4912), 2, - anon_sym_LPAREN2, + anon_sym_requires, + [258384] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - STATE(745), 4, - sym_constructor_try_statement, - sym_default_method_clause, - sym_delete_method_clause, - sym_pure_virtual_clause, - [258380] = 9, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10587), 1, + anon_sym___attribute, + STATE(2976), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10585), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [258417] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10729), 1, - aux_sym_preproc_if_token1, - ACTIONS(10798), 1, - anon_sym_RBRACE, - ACTIONS(10731), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(7580), 2, - sym_preproc_call, - sym_enumerator, - STATE(8276), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6297), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [258413] = 9, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(10800), 2, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(5712), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10798), 8, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [258442] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, - ACTIONS(10800), 1, + ACTIONS(10802), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7601), 2, + STATE(7476), 2, sym_preproc_call, sym_enumerator, - STATE(8233), 2, + STATE(8299), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6300), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258446] = 10, + [258475] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4403), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(10802), 1, - sym_identifier, - STATE(5735), 1, - sym__scope_resolution, - ACTIONS(4405), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - STATE(7614), 2, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [258481] = 9, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(8057), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10639), 1, + anon_sym_EQ, + ACTIONS(10641), 1, + anon_sym_try, + STATE(578), 1, + sym_compound_statement, + STATE(7540), 1, + sym_field_initializer_list, + ACTIONS(4912), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(579), 4, + sym_constructor_try_statement, + sym_default_method_clause, + sym_delete_method_clause, + sym_pure_virtual_clause, + [258510] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10804), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7687), 2, + STATE(7529), 2, sym_preproc_call, sym_enumerator, - STATE(8049), 2, + STATE(8578), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6236), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258514] = 9, + [258543] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10729), 1, + ACTIONS(10733), 1, aux_sym_preproc_if_token1, ACTIONS(10806), 1, anon_sym_RBRACE, - ACTIONS(10731), 2, + ACTIONS(10735), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(7743), 2, + STATE(7745), 2, sym_preproc_call, sym_enumerator, - STATE(7904), 2, + STATE(8537), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(6367), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [258547] = 7, + [258576] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, ACTIONS(10434), 1, - anon_sym___attribute, - ACTIONS(10772), 1, anon_sym_LBRACK, - STATE(2963), 1, + STATE(2966), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10430), 8, - anon_sym_COMMA, + ACTIONS(10440), 8, anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [258576] = 11, + [258602] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6829), 1, - anon_sym_LBRACE, - ACTIONS(9311), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9455), 1, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(9459), 1, sym_identifier, - STATE(2761), 1, + STATE(2134), 1, sym_template_type, - STATE(3077), 1, + STATE(4423), 1, sym_enumerator_list, - STATE(6555), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(2753), 2, + STATE(4963), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258612] = 11, + [258638] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5927), 1, + ACTIONS(6726), 1, anon_sym_LBRACE, - ACTIONS(9156), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(9467), 1, + ACTIONS(9453), 1, sym_identifier, - STATE(2127), 1, + STATE(2699), 1, sym_template_type, - STATE(2170), 1, + STATE(2864), 1, sym_enumerator_list, - STATE(6535), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(2333), 2, + STATE(2700), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258648] = 3, + [258674] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10810), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(10808), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5891), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [258668] = 11, + ACTIONS(9150), 1, + anon_sym_COLON_COLON, + ACTIONS(9470), 1, + sym_identifier, + STATE(2119), 1, + sym_template_type, + STATE(2179), 1, + sym_enumerator_list, + STATE(6506), 1, + sym__scope_resolution, + STATE(2304), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [258710] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6460), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(7451), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(9449), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2466), 1, + STATE(2134), 1, sym_template_type, - STATE(2589), 1, + STATE(3556), 1, sym_enumerator_list, - STATE(6524), 1, + STATE(6509), 1, sym__scope_resolution, - STATE(4843), 2, + STATE(3942), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258704] = 8, + [258746] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - STATE(5982), 1, + ACTIONS(10479), 1, + anon_sym_requires, + STATE(6002), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(10350), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(5967), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(9667), 3, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [258734] = 11, + [258776] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(4839), 1, + ACTIONS(5018), 1, anon_sym_COLON_COLON, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(9451), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2890), 1, + STATE(2882), 1, sym_enumerator_list, - STATE(6512), 1, + STATE(6540), 1, sym__scope_resolution, - STATE(3210), 2, + STATE(2934), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258770] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10814), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(10812), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [258790] = 6, + [258812] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(2985), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10452), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [258816] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7479), 1, - anon_sym_COLON_COLON, - ACTIONS(8599), 1, + ACTIONS(6921), 1, anon_sym_LBRACE, - ACTIONS(9441), 1, + ACTIONS(9173), 1, + anon_sym_COLON_COLON, + ACTIONS(9447), 1, sym_identifier, - STATE(4347), 1, + STATE(2781), 1, sym_template_type, - STATE(4838), 1, + STATE(3072), 1, sym_enumerator_list, - STATE(6514), 1, + STATE(6530), 1, sym__scope_resolution, - STATE(4365), 2, + STATE(2823), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258852] = 11, + [258848] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5980), 1, - anon_sym_LBRACE, - ACTIONS(7455), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9465), 1, + ACTIONS(8463), 1, + anon_sym_LBRACE, + ACTIONS(9449), 1, sym_identifier, - STATE(1781), 1, + STATE(2134), 1, sym_template_type, - STATE(4963), 1, + STATE(4423), 1, sym_enumerator_list, - STATE(6513), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(4623), 2, + STATE(4248), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [258888] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - STATE(5947), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [258918] = 3, + [258884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10818), 2, + ACTIONS(10810), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10816), 10, + ACTIONS(10808), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -508515,13 +508484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [258938] = 3, + [258904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10822), 2, + ACTIONS(10814), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10820), 10, + ACTIONS(10812), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -508532,85 +508501,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [258958] = 3, + [258924] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10770), 2, - anon_sym___attribute, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(7474), 1, + anon_sym_COLON_COLON, + ACTIONS(9472), 1, + sym_identifier, + STATE(1672), 1, + sym_template_type, + STATE(4967), 1, + sym_enumerator_list, + STATE(6550), 1, + sym__scope_resolution, + STATE(4560), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [258960] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10768), 10, - anon_sym_COMMA, + STATE(2966), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10458), 8, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - [258978] = 11, + anon_sym_requires, + [258986] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(3529), 1, + STATE(3556), 1, sym_enumerator_list, - STATE(6507), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(6369), 2, + STATE(4160), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259014] = 11, + [259022] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6695), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(9248), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(9447), 1, + ACTIONS(9443), 1, sym_identifier, - STATE(2648), 1, + STATE(2452), 1, sym_template_type, - STATE(2819), 1, + STATE(2534), 1, sym_enumerator_list, - STATE(6551), 1, + STATE(6535), 1, sym__scope_resolution, - STATE(2680), 2, + STATE(4838), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259050] = 6, + [259058] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2985), 1, + STATE(2966), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10505), 8, + ACTIONS(10444), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -508619,63 +508616,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [259076] = 11, + [259084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(6742), 1, + ACTIONS(10818), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(10816), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(9334), 1, - anon_sym_COLON_COLON, - ACTIONS(9459), 1, - sym_identifier, - STATE(2707), 1, - sym_template_type, - STATE(2874), 1, - sym_enumerator_list, - STATE(6554), 1, - sym__scope_resolution, - STATE(2710), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [259112] = 11, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [259104] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(7407), 1, - anon_sym_COLON_COLON, - ACTIONS(8479), 1, - anon_sym_LBRACE, - ACTIONS(9457), 1, - sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(4378), 1, - sym_enumerator_list, - STATE(6507), 1, - sym__scope_resolution, - STATE(4252), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [259148] = 3, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9329), 1, + anon_sym_requires, + STATE(6003), 1, + sym_trailing_return_type, + ACTIONS(9321), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(6006), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [259134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10826), 2, + ACTIONS(10822), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10824), 10, + ACTIONS(10820), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -508686,110 +508672,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [259168] = 11, + [259154] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2966), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10448), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [259180] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7515), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(8479), 1, + ACTIONS(8706), 1, anon_sym_LBRACE, - ACTIONS(9463), 1, + ACTIONS(9455), 1, sym_identifier, - STATE(2138), 1, + STATE(4281), 1, sym_template_type, - STATE(4378), 1, + STATE(4837), 1, sym_enumerator_list, - STATE(6517), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(4960), 2, + STATE(4422), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259204] = 11, + [259216] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7661), 6, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + ACTIONS(7663), 6, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + [259236] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5980), 1, + ACTIONS(5891), 1, anon_sym_LBRACE, - ACTIONS(7361), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(9461), 1, + ACTIONS(9470), 1, sym_identifier, - STATE(1781), 1, + STATE(2119), 1, sym_template_type, - STATE(2276), 1, + STATE(2179), 1, sym_enumerator_list, - STATE(6532), 1, + STATE(6506), 1, sym__scope_resolution, - STATE(4808), 2, + STATE(2436), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259240] = 11, + [259272] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(4827), 1, anon_sym_COLON_COLON, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(9443), 1, + ACTIONS(9461), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(2890), 1, + STATE(2882), 1, sym_enumerator_list, - STATE(6556), 1, + STATE(6531), 1, sym__scope_resolution, - STATE(2924), 2, + STATE(3191), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259276] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7272), 1, - anon_sym_requires, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - STATE(5963), 1, - sym_trailing_return_type, - ACTIONS(7096), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [259306] = 3, + [259308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6244), 2, + ACTIONS(10826), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(6246), 10, + ACTIONS(10824), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -508800,177 +508801,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [259326] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(2985), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10436), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [259352] = 11, + [259328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5927), 1, - anon_sym_LBRACE, - ACTIONS(9156), 1, - anon_sym_COLON_COLON, - ACTIONS(9467), 1, - sym_identifier, - STATE(2127), 1, - sym_template_type, - STATE(2170), 1, - sym_enumerator_list, - STATE(6535), 1, - sym__scope_resolution, - STATE(2471), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [259388] = 11, + ACTIONS(6235), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(6237), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [259348] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(7515), 1, + ACTIONS(7407), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9449), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(3529), 1, + STATE(3556), 1, sym_enumerator_list, - STATE(6517), 1, + STATE(6504), 1, sym__scope_resolution, - STATE(3844), 2, + STATE(6448), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259424] = 6, + [259384] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9421), 1, + anon_sym_requires, + STATE(6008), 1, + sym_trailing_return_type, + ACTIONS(9418), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5987), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, anon_sym_LPAREN2, - ACTIONS(10432), 1, anon_sym_LBRACK, - STATE(2985), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10440), 8, + anon_sym_COLON, + [259414] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10770), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(10768), 10, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, + anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [259450] = 11, + [259434] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(9443), 1, - sym_identifier, - ACTIONS(9445), 1, - anon_sym_COLON_COLON, - STATE(2138), 1, - sym_template_type, - STATE(2890), 1, - sym_enumerator_list, - STATE(6528), 1, - sym__scope_resolution, - STATE(4041), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [259486] = 8, + STATE(5888), 2, + sym_string_literal, + sym_raw_string_literal, + ACTIONS(10367), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(10369), 5, + anon_sym_R_DQUOTE, + anon_sym_LR_DQUOTE, + anon_sym_uR_DQUOTE, + anon_sym_UR_DQUOTE, + anon_sym_u8R_DQUOTE, + [259456] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(9352), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5953), 1, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + STATE(5942), 1, sym_trailing_return_type, - ACTIONS(9148), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5984), 2, + STATE(6006), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(8996), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [259516] = 8, + [259486] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(10456), 1, + ACTIONS(7271), 1, anon_sym_requires, - STATE(5951), 1, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + STATE(5994), 1, sym_trailing_return_type, - ACTIONS(10329), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5987), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 3, + ACTIONS(9363), 3, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [259546] = 6, + [259516] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(2985), 1, + STATE(2966), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10444), 8, + ACTIONS(10430), 8, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -508979,29 +508964,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [259572] = 8, + [259542] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 1, + ACTIONS(7271), 1, anon_sym_requires, - ACTIONS(7788), 1, + ACTIONS(7649), 1, anon_sym_DASH_GT, - STATE(5965), 1, + STATE(5956), 1, sym_trailing_return_type, - ACTIONS(7096), 2, + ACTIONS(7101), 2, anon_sym_final, anon_sym_override, - STATE(5841), 2, + STATE(5877), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5969), 2, + STATE(5941), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9665), 3, + ACTIONS(9479), 3, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [259602] = 3, + [259572] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5961), 1, + anon_sym_LBRACE, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(9441), 1, + sym_identifier, + STATE(1672), 1, + sym_template_type, + STATE(2253), 1, + sym_enumerator_list, + STATE(6517), 1, + sym__scope_resolution, + STATE(3890), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [259608] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2966), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10436), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [259634] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(2966), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [259660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(10830), 2, @@ -509018,103 +509068,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [259622] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(5936), 2, - sym_string_literal, - sym_raw_string_literal, - ACTIONS(10399), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(10401), 5, - anon_sym_R_DQUOTE, - anon_sym_LR_DQUOTE, - anon_sym_uR_DQUOTE, - anon_sym_UR_DQUOTE, - anon_sym_u8R_DQUOTE, - [259644] = 8, + [259680] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(9528), 1, - anon_sym_requires, - STATE(5950), 1, - sym_trailing_return_type, - ACTIONS(9519), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5962), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - anon_sym_COLON, - [259674] = 11, + STATE(2966), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10466), 8, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_try, + anon_sym_requires, + [259706] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6460), 1, + ACTIONS(7897), 1, anon_sym_LBRACE, - ACTIONS(9291), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(9453), 1, + ACTIONS(9457), 1, sym_identifier, - STATE(2466), 1, + STATE(3660), 1, sym_template_type, - STATE(2589), 1, + STATE(3966), 1, sym_enumerator_list, - STATE(6515), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(4042), 2, + STATE(3625), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259710] = 11, + [259742] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7942), 1, + ACTIONS(6458), 1, anon_sym_LBRACE, - ACTIONS(9225), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(9474), 1, + ACTIONS(9445), 1, sym_identifier, - STATE(3649), 1, + STATE(2452), 1, sym_template_type, - STATE(3973), 1, + STATE(2534), 1, sym_enumerator_list, STATE(6557), 1, sym__scope_resolution, - STATE(3746), 2, + STATE(4046), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259746] = 3, + [259778] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(10834), 2, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + ACTIONS(9516), 1, + anon_sym_requires, + STATE(5972), 1, + sym_trailing_return_type, + ACTIONS(9513), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5941), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [259808] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(6693), 1, + anon_sym_LBRACE, + ACTIONS(9334), 1, + anon_sym_COLON_COLON, + ACTIONS(9468), 1, + sym_identifier, + STATE(2671), 1, + sym_template_type, + STATE(2763), 1, + sym_enumerator_list, + STATE(6549), 1, + sym__scope_resolution, + STATE(2631), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [259844] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7271), 1, + anon_sym_requires, + ACTIONS(7649), 1, + anon_sym_DASH_GT, + STATE(5968), 1, + sym_trailing_return_type, + ACTIONS(7101), 2, + anon_sym_final, + anon_sym_override, + STATE(5877), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5967), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK, + anon_sym_COLON, + [259874] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6274), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(10832), 10, + ACTIONS(6276), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -509125,38 +509224,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [259766] = 11, + [259894] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(6760), 1, + ACTIONS(5961), 1, anon_sym_LBRACE, - ACTIONS(7407), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(9457), 1, + ACTIONS(9451), 1, sym_identifier, - STATE(2138), 1, + STATE(1672), 1, sym_template_type, - STATE(3529), 1, + STATE(2253), 1, sym_enumerator_list, - STATE(6507), 1, + STATE(6508), 1, sym__scope_resolution, - STATE(4131), 2, + STATE(4815), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259802] = 3, + [259930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6344), 2, + ACTIONS(10834), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(6346), 10, + ACTIONS(10832), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -509167,134 +509266,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [259822] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(2985), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10448), 8, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_try, - anon_sym_requires, - [259848] = 11, + [259950] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(5980), 1, + ACTIONS(6773), 1, anon_sym_LBRACE, - ACTIONS(9202), 1, - anon_sym_COLON_COLON, - ACTIONS(9469), 1, + ACTIONS(9463), 1, sym_identifier, - STATE(1781), 1, + ACTIONS(9474), 1, + anon_sym_COLON_COLON, + STATE(2134), 1, sym_template_type, - STATE(2276), 1, + STATE(2882), 1, sym_enumerator_list, - STATE(6510), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(3837), 2, + STATE(4035), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [259884] = 6, + [259986] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2985), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 8, - anon_sym_RPAREN, + ACTIONS(10440), 7, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_try, anon_sym_requires, - [259910] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7788), 1, - anon_sym_DASH_GT, - ACTIONS(9438), 1, - anon_sym_requires, - STATE(5952), 1, - sym_trailing_return_type, - ACTIONS(9419), 2, - anon_sym_final, - anon_sym_override, - STATE(5841), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(6029), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [259940] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7809), 6, - anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - ACTIONS(7811), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - [259960] = 6, + [260011] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, ACTIONS(10432), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2985), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 8, + ACTIONS(10430), 6, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - [259986] = 9, + [260038] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, ACTIONS(10836), 1, aux_sym_preproc_if_token2, @@ -509302,1766 +509341,1828 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, ACTIONS(10840), 1, aux_sym_preproc_elif_token1, - STATE(6442), 1, + STATE(6592), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(7870), 1, sym_enumerator, ACTIONS(10842), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(8495), 3, + STATE(7841), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [260017] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9667), 1, - anon_sym_LBRACK, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [260044] = 11, + [260069] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(685), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9833), 1, + ACTIONS(9945), 1, anon_sym_try, - STATE(656), 1, - sym_try_statement, - STATE(657), 1, + STATE(704), 1, sym_compound_statement, - STATE(2988), 1, + STATE(707), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [260079] = 11, + [260104] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(685), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9833), 1, - anon_sym_try, - STATE(654), 1, - sym_try_statement, - STATE(655), 1, - sym_compound_statement, - STATE(2988), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [260114] = 11, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(10844), 1, + sym_identifier, + STATE(5757), 1, + sym__scope_resolution, + STATE(8654), 1, + sym_qualified_identifier, + ACTIONS(10846), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [260135] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9946), 1, + ACTIONS(9596), 1, anon_sym_try, - STATE(330), 1, - sym_try_statement, - STATE(331), 1, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10666), 1, + anon_sym_LBRACE, + STATE(1947), 1, sym_compound_statement, - STATE(2988), 1, + STATE(1948), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [260149] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10838), 1, - aux_sym_preproc_else_token1, - ACTIONS(10840), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10844), 1, - aux_sym_preproc_if_token2, - STATE(6395), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, - sym_enumerator, - ACTIONS(10842), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(8043), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [260180] = 7, + [260170] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10442), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3263), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10440), 6, - anon_sym_COMMA, - anon_sym___attribute__, + ACTIONS(10458), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, + anon_sym_try, anon_sym_requires, - [260207] = 9, + [260195] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(10577), 1, - aux_sym_preproc_if_token2, - ACTIONS(10727), 1, + ACTIONS(10575), 1, sym_identifier, - ACTIONS(10838), 1, + ACTIONS(10848), 1, + aux_sym_preproc_if_token2, + ACTIONS(10850), 1, aux_sym_preproc_else_token1, - ACTIONS(10840), 1, + ACTIONS(10852), 1, aux_sym_preproc_elif_token1, - STATE(6376), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, - sym_enumerator, - ACTIONS(10842), 2, + ACTIONS(10854), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(7881), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [260238] = 7, + STATE(6602), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(7955), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [260224] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10438), 1, + ACTIONS(10464), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3263), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 6, + ACTIONS(10462), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [260265] = 11, + [260251] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9599), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(10682), 1, - anon_sym_LBRACE, - STATE(1750), 1, - sym_compound_statement, - STATE(1773), 1, - sym_try_statement, - STATE(2988), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [260300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4847), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4849), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(10466), 7, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, + anon_sym_final, + anon_sym_override, anon_sym_try, - [260319] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(10846), 1, - sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8158), 1, - sym_qualified_identifier, - ACTIONS(10848), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [260350] = 7, + anon_sym_requires, + [260276] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10511), 1, + ACTIONS(10450), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3263), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 6, + ACTIONS(10448), 6, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [260377] = 8, + [260303] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9612), 1, + anon_sym_try, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(2988), 1, + ACTIONS(10605), 1, + anon_sym_LBRACE, + STATE(1710), 1, + sym_compound_statement, + STATE(1711), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10573), 4, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - [260406] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4843), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4845), 9, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [260425] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10850), 1, - aux_sym_preproc_if_token2, - ACTIONS(10852), 1, - aux_sym_preproc_else_token1, - ACTIONS(10854), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10856), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(6370), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(7826), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [260454] = 11, + [260338] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9843), 1, + ACTIONS(9612), 1, anon_sym_try, - STATE(614), 1, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10605), 1, + anon_sym_LBRACE, + STATE(1714), 1, sym_compound_statement, - STATE(615), 1, + STATE(1715), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [260489] = 8, + [260373] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(10858), 1, + ACTIONS(10856), 1, sym_identifier, - ACTIONS(10861), 1, + ACTIONS(10859), 1, aux_sym_preproc_if_token1, - ACTIONS(10867), 1, + ACTIONS(10865), 1, sym_preproc_directive, - ACTIONS(10870), 1, + ACTIONS(10868), 1, anon_sym_RBRACE, - ACTIONS(10864), 2, + ACTIONS(10862), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(8476), 2, + STATE(8033), 2, sym_preproc_call, sym_enumerator, - STATE(6367), 3, + STATE(6363), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [260518] = 7, + [260402] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9366), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(10870), 1, + sym_identifier, + STATE(5757), 1, + sym__scope_resolution, + STATE(8441), 1, + sym_qualified_identifier, + ACTIONS(10872), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [260433] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(289), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9899), 1, + anon_sym_try, + STATE(314), 1, + sym_compound_statement, + STATE(315), 1, + sym_try_statement, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [260468] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8941), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, + ACTIONS(9424), 1, + anon_sym_requires, + ACTIONS(8943), 2, anon_sym_final, anon_sym_override, - STATE(5624), 2, + STATE(5530), 2, sym_virtual_specifier, aux_sym__function_postfix_repeat1, - STATE(5771), 2, + STATE(5807), 2, sym__function_postfix, sym_requires_clause, - ACTIONS(9355), 3, + ACTIONS(8930), 3, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [260545] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(10872), 1, - anon_sym_COLON, - STATE(2389), 1, - sym_attribute_specifier, - STATE(3431), 1, - sym__enum_base_clause, - STATE(3531), 1, - sym_enumerator_list, - ACTIONS(6258), 4, - anon_sym_COMMA, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [260576] = 8, + [260495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(10852), 1, + ACTIONS(10838), 1, aux_sym_preproc_else_token1, - ACTIONS(10854), 1, + ACTIONS(10840), 1, aux_sym_preproc_elif_token1, ACTIONS(10874), 1, aux_sym_preproc_if_token2, - ACTIONS(10856), 2, + STATE(6592), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + ACTIONS(10842), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(6566), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(8003), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [260605] = 8, + STATE(8661), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [260526] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9604), 1, + anon_sym_try, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(2988), 1, + ACTIONS(10678), 1, + anon_sym_LBRACE, + STATE(1899), 1, + sym_compound_statement, + STATE(1900), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(10532), 4, - anon_sym_RPAREN, - anon_sym_SEMI, + [260561] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(289), 1, anon_sym_LBRACE, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9899), 1, anon_sym_try, - [260634] = 4, + STATE(345), 1, + sym_compound_statement, + STATE(346), 1, + sym_try_statement, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [260596] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, - anon_sym_LBRACK, - ACTIONS(10876), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 8, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_or, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [260655] = 6, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10565), 4, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [260625] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2994), 1, + STATE(2946), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 7, + ACTIONS(10440), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - [260680] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(10878), 1, - anon_sym_virtual, - STATE(2138), 1, - sym_template_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(7033), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [260713] = 5, + [260650] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5842), 1, - anon_sym_LBRACK, - ACTIONS(10876), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(10880), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(5844), 6, - anon_sym_LPAREN2, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [260736] = 9, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9604), 1, + anon_sym_try, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10678), 1, + anon_sym_LBRACE, + STATE(1889), 1, + sym_compound_statement, + STATE(1890), 1, + sym_try_statement, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [260685] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10838), 1, - aux_sym_preproc_else_token1, - ACTIONS(10840), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10882), 1, - aux_sym_preproc_if_token2, - STATE(6601), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, - sym_enumerator, - ACTIONS(10842), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(8001), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [260767] = 6, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9945), 1, + anon_sym_try, + STATE(693), 1, + sym_compound_statement, + STATE(695), 1, + sym_try_statement, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [260720] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10450), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2994), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(10448), 6, + anon_sym_COMMA, + anon_sym___attribute__, anon_sym_final, anon_sym_override, - anon_sym_try, + anon_sym_GT2, anon_sym_requires, - [260792] = 3, + [260747] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4821), 2, - anon_sym___attribute, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(4823), 9, + STATE(2946), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10458), 7, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [260811] = 10, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [260772] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(10876), 1, sym_identifier, - ACTIONS(10884), 1, - anon_sym_virtual, - STATE(2138), 1, - sym_template_type, - STATE(6544), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(7276), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8017), 1, + sym_qualified_identifier, + ACTIONS(10878), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(8077), 3, sym_decltype, + sym_template_type, sym_dependent_type_identifier, - [260844] = 3, + [260803] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10432), 1, anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(4819), 9, + STATE(3185), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10430), 6, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_try, - [260863] = 7, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [260830] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10446), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10444), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, + ACTIONS(10462), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [260890] = 8, + [260855] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, + ACTIONS(10575), 1, sym_identifier, - ACTIONS(10852), 1, + ACTIONS(10850), 1, aux_sym_preproc_else_token1, - ACTIONS(10854), 1, + ACTIONS(10852), 1, aux_sym_preproc_elif_token1, - ACTIONS(10886), 1, + ACTIONS(10880), 1, aux_sym_preproc_if_token2, - ACTIONS(10856), 2, + ACTIONS(10854), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(6566), 2, + STATE(6602), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(7966), 3, + STATE(8295), 3, sym_preproc_else_in_enumerator_list_no_comma, sym_preproc_elif_in_enumerator_list_no_comma, sym_preproc_elifdef_in_enumerator_list_no_comma, - [260919] = 11, + [260884] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(10882), 1, + sym_identifier, + STATE(5757), 1, + sym__scope_resolution, + STATE(7828), 1, + sym_qualified_identifier, + ACTIONS(10884), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [260915] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(289), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9599), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10682), 1, - anon_sym_LBRACE, - STATE(1728), 1, - sym_try_statement, - STATE(1729), 1, + ACTIONS(9899), 1, + anon_sym_try, + STATE(318), 1, sym_compound_statement, - STATE(2988), 1, + STATE(319), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [260954] = 6, + [260950] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2994), 1, + STATE(2946), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 7, + ACTIONS(10462), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_try, anon_sym_requires, - [260979] = 11, + [260975] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9623), 1, - anon_sym_try, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(10666), 1, - anon_sym_LBRACE, - STATE(1897), 1, - sym_try_statement, - STATE(1900), 1, - sym_compound_statement, - STATE(2988), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [261014] = 11, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(10886), 1, + anon_sym_virtual, + STATE(2134), 1, + sym_template_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(7248), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [261008] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9843), 1, - anon_sym_try, - STATE(580), 1, - sym_compound_statement, - STATE(581), 1, - sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [261049] = 8, + ACTIONS(10535), 4, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [261037] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4433), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(9968), 1, + anon_sym_COLON_COLON, + ACTIONS(10755), 1, + sym_identifier, + STATE(5791), 1, + sym__scope_resolution, + STATE(7755), 2, + sym_identifier_parameter_pack_expansion, + sym_qualified_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [261068] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2988), 1, + STATE(2946), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10528), 4, + ACTIONS(10466), 7, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_try, - [261078] = 11, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [261093] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9374), 1, anon_sym_LBRACK, - ACTIONS(9946), 1, - anon_sym_try, - STATE(325), 1, - sym_try_statement, - STATE(326), 1, - sym_compound_statement, - STATE(2988), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [261113] = 9, + ACTIONS(9498), 1, + anon_sym_requires, + ACTIONS(9376), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261120] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, ACTIONS(10888), 1, sym_identifier, - STATE(5786), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8110), 1, + STATE(8192), 1, sym_qualified_identifier, ACTIONS(10890), 2, anon_sym_enum, anon_sym_namespace, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [261144] = 3, + [261151] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4855), 2, - anon_sym___attribute, + ACTIONS(9490), 1, anon_sym_LBRACK, - ACTIONS(4857), 9, - anon_sym_COMMA, + ACTIONS(9618), 1, + anon_sym_requires, + ACTIONS(9492), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 3, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, anon_sym_COLON, - anon_sym_try, - [261163] = 7, + [261178] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10446), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(10892), 1, + anon_sym_virtual, + STATE(2134), 1, + sym_template_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(7024), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [261211] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9669), 1, anon_sym_LBRACK, - STATE(3263), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10444), 6, - anon_sym_COMMA, - anon_sym___attribute__, + ACTIONS(10757), 1, + anon_sym_requires, + ACTIONS(9701), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [261190] = 11, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261238] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9950), 1, + ACTIONS(9604), 1, anon_sym_try, - STATE(688), 1, - sym_try_statement, - STATE(706), 1, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(10678), 1, + anon_sym_LBRACE, + STATE(1891), 1, sym_compound_statement, - STATE(2988), 1, + STATE(1892), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [261225] = 11, + [261273] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(9950), 1, - anon_sym_try, - STATE(734), 1, - sym_try_statement, - STATE(735), 1, - sym_compound_statement, - STATE(2988), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [261260] = 7, + ACTIONS(10444), 6, + anon_sym_COMMA, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [261300] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10507), 1, + ACTIONS(10438), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 6, + ACTIONS(10436), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [261287] = 9, + [261327] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, ACTIONS(10838), 1, aux_sym_preproc_else_token1, ACTIONS(10840), 1, aux_sym_preproc_elif_token1, - ACTIONS(10892), 1, + ACTIONS(10894), 1, aux_sym_preproc_if_token2, - STATE(6601), 1, + STATE(6592), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(7870), 1, sym_enumerator, ACTIONS(10842), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(7873), 3, + STATE(8534), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [261318] = 3, + [261358] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4853), 9, - anon_sym_COMMA, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10561), 4, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, anon_sym_try, - [261337] = 7, + [261387] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10442), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(9673), 1, anon_sym_LBRACK, - STATE(3093), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10440), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, + ACTIONS(10896), 1, + anon_sym_requires, + ACTIONS(9687), 2, anon_sym_final, anon_sym_override, - anon_sym_requires, - [261364] = 7, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9671), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261414] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10434), 1, + ACTIONS(10460), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 6, + ACTIONS(10458), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [261391] = 7, + [261441] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10438), 1, + ACTIONS(10468), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 6, + ACTIONS(10466), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [261418] = 7, + [261468] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10454), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(8941), 1, anon_sym_LBRACK, - STATE(3263), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10452), 6, - anon_sym_COMMA, - anon_sym___attribute__, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [261445] = 9, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5807), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(8930), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261495] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(10894), 1, + ACTIONS(10589), 1, + aux_sym_preproc_if_token2, + ACTIONS(10731), 1, sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(7956), 1, - sym_qualified_identifier, - ACTIONS(10896), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [261476] = 6, + ACTIONS(10838), 1, + aux_sym_preproc_else_token1, + ACTIONS(10840), 1, + aux_sym_preproc_elif_token1, + STATE(6367), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + ACTIONS(10842), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(7947), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [261526] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(9374), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5763), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9363), 3, anon_sym_LPAREN2, - ACTIONS(10772), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261553] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, anon_sym_LBRACK, - STATE(2994), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10899), 1, + anon_sym_COMMA, + ACTIONS(10903), 1, + anon_sym___attribute, + STATE(2225), 1, sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10430), 7, + STATE(6779), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(10901), 2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym___attribute__, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [261586] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(9490), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_try, - anon_sym_requires, - [261501] = 6, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5804), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9479), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261613] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(7819), 1, + anon_sym_requires, + ACTIONS(9669), 1, anon_sym_LBRACK, - STATE(2994), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(5821), 2, anon_sym_final, anon_sym_override, - anon_sym_try, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5794), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9667), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261640] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7819), 1, anon_sym_requires, - [261526] = 9, + ACTIONS(9673), 1, + anon_sym_LBRACK, + ACTIONS(5821), 2, + anon_sym_final, + anon_sym_override, + STATE(5530), 2, + sym_virtual_specifier, + aux_sym__function_postfix_repeat1, + STATE(5742), 2, + sym__function_postfix, + sym_requires_clause, + ACTIONS(9671), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [261667] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, ACTIONS(10838), 1, aux_sym_preproc_else_token1, ACTIONS(10840), 1, aux_sym_preproc_elif_token1, - ACTIONS(10898), 1, + ACTIONS(10905), 1, aux_sym_preproc_if_token2, - STATE(6601), 1, + STATE(6395), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(7870), 1, sym_enumerator, ACTIONS(10842), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(8054), 3, + STATE(8249), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [261557] = 8, + [261698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10852), 1, - aux_sym_preproc_else_token1, - ACTIONS(10854), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10900), 1, - aux_sym_preproc_if_token2, - ACTIONS(10856), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(6566), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(8055), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [261586] = 11, + ACTIONS(5833), 1, + anon_sym_LBRACK, + ACTIONS(10907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 8, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_or, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [261719] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9623), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10666), 1, - anon_sym_LBRACE, - STATE(1899), 1, + ACTIONS(9905), 1, + anon_sym_try, + STATE(667), 1, sym_compound_statement, - STATE(1911), 1, + STATE(668), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [261621] = 7, + [261754] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3263), 1, + STATE(2946), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 6, + ACTIONS(10444), 7, anon_sym_COMMA, - anon_sym___attribute__, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [261648] = 11, + [261779] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9623), 1, + ACTIONS(9612), 1, anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10666), 1, + ACTIONS(10605), 1, anon_sym_LBRACE, - STATE(1888), 1, + STATE(1677), 1, sym_compound_statement, - STATE(1889), 1, + STATE(1686), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [261683] = 6, + [261814] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2954), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10440), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [261708] = 10, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + ACTIONS(10909), 1, + anon_sym_virtual, + STATE(2134), 1, + sym_template_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(7392), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [261847] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3793), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - ACTIONS(10902), 1, + ACTIONS(10911), 1, anon_sym_virtual, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(6544), 1, + STATE(6520), 1, sym__scope_resolution, - STATE(6930), 2, + STATE(6984), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [261741] = 10, + [261880] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10904), 1, - anon_sym_COMMA, - ACTIONS(10908), 1, - anon_sym___attribute, - STATE(2242), 1, - sym_parameter_list, - STATE(6781), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(10906), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [261774] = 7, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10850), 1, + aux_sym_preproc_else_token1, + ACTIONS(10852), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10913), 1, + aux_sym_preproc_if_token2, + ACTIONS(10854), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(6602), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(7803), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [261909] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9007), 1, - anon_sym_LBRACK, - ACTIONS(9428), 1, - anon_sym_requires, - ACTIONS(9069), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [261801] = 6, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10850), 1, + aux_sym_preproc_else_token1, + ACTIONS(10852), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10915), 1, + aux_sym_preproc_if_token2, + ACTIONS(10854), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(6379), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(7951), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [261938] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(10917), 1, + sym_identifier, + STATE(5757), 1, + sym__scope_resolution, + STATE(7820), 1, + sym_qualified_identifier, + ACTIONS(10919), 2, + anon_sym_enum, + anon_sym_namespace, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [261969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(2954), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10436), 7, - anon_sym_COMMA, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10585), 4, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [261826] = 11, + anon_sym_try, + [261998] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(619), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9615), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10648), 1, - anon_sym_LBRACE, - STATE(1954), 1, - sym_try_statement, - STATE(1961), 1, + ACTIONS(9905), 1, + anon_sym_try, + STATE(635), 1, sym_compound_statement, - STATE(2988), 1, + STATE(636), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [261861] = 8, + [262033] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2988), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10557), 4, + ACTIONS(10444), 6, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - [261890] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9366), 1, - anon_sym_LBRACK, - ACTIONS(9492), 1, - anon_sym_requires, - ACTIONS(9373), 2, + anon_sym___attribute__, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5771), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9355), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [261917] = 8, + anon_sym_requires, + [262060] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10438), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2988), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10546), 4, + ACTIONS(10436), 6, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_try, - [261946] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10538), 1, - aux_sym_preproc_if_token2, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(10838), 1, - aux_sym_preproc_else_token1, - ACTIONS(10840), 1, - aux_sym_preproc_elif_token1, - STATE(6404), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, - sym_enumerator, - ACTIONS(10842), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(7996), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [261977] = 11, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262087] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9615), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(10460), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(10648), 1, - anon_sym_LBRACE, - STATE(1936), 1, - sym_try_statement, - STATE(1943), 1, - sym_compound_statement, - STATE(2988), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [262012] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(10910), 1, - sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8324), 1, - sym_qualified_identifier, - ACTIONS(10912), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [262043] = 7, + ACTIONS(10458), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262114] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9667), 1, + ACTIONS(5847), 1, anon_sym_LBRACK, - ACTIONS(10757), 1, - anon_sym_requires, - ACTIONS(9761), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5811), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9665), 3, + ACTIONS(10907), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(10921), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(5849), 6, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [262070] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6760), 1, - anon_sym_LBRACE, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(10872), 1, - anon_sym_COLON, - STATE(2345), 1, - sym_attribute_specifier, - STATE(3418), 1, - sym__enum_base_clause, - STATE(3460), 1, - sym_enumerator_list, - ACTIONS(6252), 4, - anon_sym_COMMA, - sym_auto, - anon_sym_decltype, - anon_sym_GT2, - [262101] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10852), 1, - aux_sym_preproc_else_token1, - ACTIONS(10854), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10914), 1, - aux_sym_preproc_if_token2, - ACTIONS(10856), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(6405), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(7997), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [262130] = 7, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262137] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10511), 1, + ACTIONS(10468), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 6, + ACTIONS(10466), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, anon_sym_requires, - [262157] = 11, + [262164] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(289), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9946), 1, + ACTIONS(9945), 1, anon_sym_try, - STATE(300), 1, + STATE(749), 1, sym_compound_statement, - STATE(324), 1, + STATE(750), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [262192] = 7, + [262199] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9490), 1, - anon_sym_LBRACK, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(749), 1, + anon_sym_LBRACE, ACTIONS(9584), 1, - anon_sym_requires, - ACTIONS(9495), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [262219] = 11, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(9861), 1, + anon_sym_try, + STATE(572), 1, + sym_compound_statement, + STATE(573), 1, + sym_try_statement, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [262234] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(55), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9950), 1, + ACTIONS(9861), 1, anon_sym_try, - STATE(703), 1, + STATE(574), 1, sym_compound_statement, - STATE(704), 1, + STATE(575), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [262254] = 6, + [262269] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2954), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(10448), 7, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [262279] = 11, + [262294] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(619), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(9843), 1, + ACTIONS(9905), 1, anon_sym_try, - STATE(583), 1, + STATE(640), 1, sym_compound_statement, - STATE(584), 1, + STATE(641), 1, sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [262314] = 7, + [262329] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9490), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, + STATE(2940), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10430), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5803), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9479), 3, + anon_sym_try, + anon_sym_requires, + [262354] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4872), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(4874), 9, + anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - [262341] = 6, + anon_sym_try, + [262373] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10838), 1, + aux_sym_preproc_else_token1, + ACTIONS(10840), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10923), 1, + aux_sym_preproc_if_token2, + STATE(6352), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + ACTIONS(10842), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(7972), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [262404] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(749), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(2954), 1, + ACTIONS(9861), 1, + anon_sym_try, + STATE(622), 1, + sym_compound_statement, + STATE(627), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10430), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [262366] = 6, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [262439] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10442), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2954), 1, + STATE(3238), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 7, + ACTIONS(10440), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym___attribute__, anon_sym_final, anon_sym_override, anon_sym_requires, - [262391] = 9, + [262466] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(10916), 1, + ACTIONS(10925), 1, sym_identifier, - STATE(5786), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8152), 1, + STATE(7933), 1, sym_qualified_identifier, - ACTIONS(10918), 2, + ACTIONS(10927), 2, anon_sym_enum, anon_sym_namespace, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [262422] = 3, + [262497] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2946), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10436), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262522] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2946), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10448), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262547] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2946), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10430), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [262572] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4848), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4827), 9, + ACTIONS(4850), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -511071,247 +511172,231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_try, - [262441] = 11, + [262591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(4852), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(4854), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - ACTIONS(685), 1, anon_sym_LBRACE, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - ACTIONS(9833), 1, + anon_sym_EQ, + anon_sym_COLON, anon_sym_try, - STATE(642), 1, - sym_try_statement, - STATE(643), 1, - sym_compound_statement, - STATE(2988), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [262476] = 6, + [262610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(4856), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(4858), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(10772), 1, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [262629] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4860), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(2994), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10436), 7, + ACTIONS(4862), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [262501] = 6, + [262648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(4864), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(4866), 9, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(10772), 1, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_try, + [262667] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4868), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(2994), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10440), 7, + ACTIONS(4870), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_final, - anon_sym_override, + anon_sym_COLON, anon_sym_try, - anon_sym_requires, - [262526] = 11, + [262686] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9599), 1, + ACTIONS(9596), 1, anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10682), 1, + ACTIONS(10666), 1, anon_sym_LBRACE, - STATE(1706), 1, - sym_try_statement, - STATE(1717), 1, + STATE(1933), 1, sym_compound_statement, - STATE(2988), 1, + STATE(1934), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [262561] = 7, + [262721] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10434), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(9596), 1, + anon_sym_try, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3263), 1, + ACTIONS(10666), 1, + anon_sym_LBRACE, + STATE(1935), 1, + sym_compound_statement, + STATE(1936), 1, + sym_try_statement, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10430), 6, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [262588] = 7, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [262756] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10507), 1, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10850), 1, + aux_sym_preproc_else_token1, + ACTIONS(10852), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10929), 1, + aux_sym_preproc_if_token2, + ACTIONS(10854), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(6451), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(7821), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [262785] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3263), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 6, - anon_sym_COMMA, + ACTIONS(6773), 1, + anon_sym_LBRACE, + ACTIONS(6993), 1, anon_sym___attribute__, - anon_sym_final, - anon_sym_override, + ACTIONS(10931), 1, + anon_sym_COLON, + STATE(2340), 1, + sym_attribute_specifier, + STATE(3401), 1, + sym__enum_base_clause, + STATE(3557), 1, + sym_enumerator_list, + ACTIONS(6260), 4, + anon_sym_COMMA, + sym_auto, + anon_sym_decltype, anon_sym_GT2, - anon_sym_requires, - [262615] = 6, + [262816] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2954), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10452), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6773), 1, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [262640] = 9, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(10931), 1, + anon_sym_COLON, + STATE(2364), 1, + sym_attribute_specifier, + STATE(3402), 1, + sym__enum_base_clause, + STATE(3561), 1, + sym_enumerator_list, + ACTIONS(6204), 4, + anon_sym_COMMA, + sym_auto, + anon_sym_decltype, + anon_sym_GT2, + [262847] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, + ACTIONS(10731), 1, sym_identifier, ACTIONS(10838), 1, aux_sym_preproc_else_token1, ACTIONS(10840), 1, aux_sym_preproc_elif_token1, - ACTIONS(10920), 1, + ACTIONS(10933), 1, aux_sym_preproc_if_token2, - STATE(6601), 1, + STATE(6592), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(7870), 1, sym_enumerator, ACTIONS(10842), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(8002), 3, + STATE(7976), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [262671] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3093), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10448), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [262698] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(10922), 1, - sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8293), 1, - sym_qualified_identifier, - ACTIONS(10924), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [262729] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(10926), 1, - sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(7827), 1, - sym_qualified_identifier, - ACTIONS(10928), 2, - anon_sym_enum, - anon_sym_namespace, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [262760] = 6, + [262878] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2994), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, ACTIONS(10444), 7, anon_sym_SEMI, @@ -511321,4999 +511406,4925 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_try, anon_sym_requires, - [262785] = 7, + [262903] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9671), 1, - anon_sym_LBRACK, - ACTIONS(5860), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9669), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [262812] = 7, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(10850), 1, + aux_sym_preproc_else_token1, + ACTIONS(10852), 1, + aux_sym_preproc_elif_token1, + ACTIONS(10935), 1, + aux_sym_preproc_if_token2, + ACTIONS(10854), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(6602), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(7983), 3, + sym_preproc_else_in_enumerator_list_no_comma, + sym_preproc_elif_in_enumerator_list_no_comma, + sym_preproc_elifdef_in_enumerator_list_no_comma, + [262932] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10577), 1, + aux_sym_preproc_if_token2, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(10838), 1, + aux_sym_preproc_else_token1, + ACTIONS(10840), 1, + aux_sym_preproc_elif_token1, + STATE(6449), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + ACTIONS(10842), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(7819), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [262963] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10454), 1, + ACTIONS(10464), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3093), 1, + STATE(3185), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 6, + ACTIONS(10462), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [262839] = 11, + [262990] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9615), 1, - anon_sym_try, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10648), 1, - anon_sym_LBRACE, - STATE(1906), 1, - sym_compound_statement, - STATE(1945), 1, - sym_try_statement, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [262874] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(10852), 1, - aux_sym_preproc_else_token1, - ACTIONS(10854), 1, - aux_sym_preproc_elif_token1, - ACTIONS(10930), 1, - aux_sym_preproc_if_token2, - ACTIONS(10856), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(6566), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(7880), 3, - sym_preproc_else_in_enumerator_list_no_comma, - sym_preproc_elif_in_enumerator_list_no_comma, - sym_preproc_elifdef_in_enumerator_list_no_comma, - [262903] = 6, + ACTIONS(10547), 4, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_try, + [263019] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2954), 1, + STATE(2940), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(10436), 7, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, + anon_sym_try, anon_sym_requires, - [262928] = 7, + [263044] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9671), 1, - anon_sym_LBRACK, - ACTIONS(10932), 1, - anon_sym_requires, - ACTIONS(9767), 2, - anon_sym_final, - anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5791), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(9669), 3, + ACTIONS(9584), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [262955] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, - anon_sym_COLON_COLON, - ACTIONS(9463), 1, - sym_identifier, - ACTIONS(10935), 1, - anon_sym_virtual, - STATE(2138), 1, - sym_template_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(7415), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [262988] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7827), 1, - anon_sym_requires, - ACTIONS(9007), 1, + ACTIONS(10442), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(5860), 2, + STATE(3185), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10440), 6, + anon_sym_COMMA, + anon_sym___attribute__, anon_sym_final, anon_sym_override, - STATE(5624), 2, - sym_virtual_specifier, - aux_sym__function_postfix_repeat1, - STATE(5790), 2, - sym__function_postfix, - sym_requires_clause, - ACTIONS(8996), 3, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [263015] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4403), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(9964), 1, - anon_sym_COLON_COLON, - ACTIONS(10802), 1, - sym_identifier, - STATE(5735), 1, - sym__scope_resolution, - STATE(7614), 2, - sym_identifier_parameter_pack_expansion, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [263046] = 6, + anon_sym_GT2, + anon_sym_requires, + [263071] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2954), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10444), 7, + ACTIONS(10430), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_requires, - [263071] = 7, + [263095] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10454), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2918), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 5, + ACTIONS(10436), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - [263097] = 10, + anon_sym_requires, + [263119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - ACTIONS(10937), 1, - anon_sym_EQ, - STATE(3191), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5806), 1, sym__function_declarator_seq, - STATE(7851), 1, - sym_initializer_list, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [263129] = 7, + ACTIONS(10440), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [263143] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10507), 1, + ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2918), 1, + STATE(3108), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 5, + ACTIONS(10699), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, anon_sym_GT2, - [263155] = 6, + STATE(6628), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [263173] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10440), 6, + ACTIONS(10458), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [263179] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10943), 1, - anon_sym_delete, - ACTIONS(10945), 1, - anon_sym_new, - ACTIONS(10941), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(10939), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [263201] = 6, + [263197] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 6, + ACTIONS(10466), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [263225] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10947), 1, - anon_sym_delete, - ACTIONS(10949), 1, - anon_sym_new, - ACTIONS(10941), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(10939), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [263247] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10945), 1, - anon_sym_new, - ACTIONS(10951), 1, - anon_sym_delete, - ACTIONS(10941), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(10939), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [263269] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10953), 1, - anon_sym_delete, - ACTIONS(10955), 1, - anon_sym_new, - ACTIONS(10941), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(10939), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [263291] = 6, + [263221] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(2920), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 6, - anon_sym_DOT_DOT_DOT, + ACTIONS(10444), 5, anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [263315] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10959), 1, - anon_sym_LBRACK, - STATE(6970), 1, - sym_gnu_asm_output_operand, - STATE(8290), 1, - sym_string_literal, - ACTIONS(10957), 2, anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [263339] = 9, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [263247] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3793), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(6544), 1, + STATE(6520), 1, sym__scope_resolution, - STATE(6950), 2, + STATE(6940), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [263369] = 6, + [263277] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10460), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(2920), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(10458), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [263393] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10961), 1, - anon_sym_delete, - ACTIONS(10963), 1, - anon_sym_new, - ACTIONS(10941), 3, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_COLON_COLON, - ACTIONS(10939), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [263415] = 9, + anon_sym_GT2, + [263303] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10468), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3121), 1, + STATE(2920), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10706), 2, + ACTIONS(10466), 5, anon_sym_COMMA, anon_sym_RPAREN, - STATE(6681), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [263445] = 6, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [263329] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5806), 1, sym__function_declarator_seq, ACTIONS(10444), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [263469] = 6, + [263353] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10939), 1, + anon_sym_LBRACK, + STATE(7020), 1, + sym_gnu_asm_input_operand, + STATE(8344), 1, + sym_string_literal, + ACTIONS(10937), 2, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [263377] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10430), 6, + ACTIONS(10436), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - [263493] = 8, + [263401] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10967), 1, - anon_sym___attribute, - STATE(2242), 1, - sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(10965), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [263521] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10452), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(10448), 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_requires, - [263545] = 6, + [263425] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10436), 6, + ACTIONS(10430), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - [263569] = 5, + [263449] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10969), 1, + ACTIONS(10945), 1, anon_sym_delete, - ACTIONS(10971), 1, + ACTIONS(10947), 1, anon_sym_new, - ACTIONS(10941), 3, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263591] = 9, + [263471] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3231), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10440), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_requires, + [263495] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3028), 1, + sym_parameter_list, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10706), 2, + ACTIONS(10448), 6, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - STATE(6681), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [263621] = 5, + anon_sym_requires, + [263519] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(10949), 1, - anon_sym_new, - ACTIONS(10973), 1, anon_sym_delete, - ACTIONS(10941), 3, + ACTIONS(10951), 1, + anon_sym_new, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263643] = 5, + [263541] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(10975), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10953), 1, + sym_identifier, + ACTIONS(10955), 1, + anon_sym_COLON_COLON, + STATE(2588), 1, + sym_template_type, + STATE(6513), 1, + sym__scope_resolution, + STATE(2542), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [263571] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10957), 1, anon_sym_delete, - ACTIONS(10977), 1, + ACTIONS(10959), 1, anon_sym_new, - ACTIONS(10941), 3, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263665] = 6, + [263593] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(7362), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [263623] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 6, + ACTIONS(10462), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [263689] = 5, + [263647] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10979), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10438), 1, + anon_sym___attribute, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2920), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10436), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_GT2, + [263673] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10963), 1, + anon_sym_LBRACK, + STATE(6988), 1, + sym_gnu_asm_output_operand, + STATE(8140), 1, + sym_string_literal, + ACTIONS(10961), 2, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [263697] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10965), 1, anon_sym_delete, - ACTIONS(10981), 1, + ACTIONS(10967), 1, anon_sym_new, - ACTIONS(10941), 3, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263711] = 6, + [263719] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10440), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [263735] = 6, + ACTIONS(10969), 1, + anon_sym_delete, + ACTIONS(10971), 1, + anon_sym_new, + ACTIONS(10943), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(10941), 5, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [263741] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3007), 1, + ACTIONS(10973), 1, + anon_sym_EQ, + STATE(3178), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10505), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_requires, - [263759] = 5, + STATE(8373), 1, + sym_initializer_list, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [263773] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(10975), 1, + anon_sym_delete, ACTIONS(10977), 1, anon_sym_new, - ACTIONS(10983), 1, - anon_sym_delete, - ACTIONS(10941), 3, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263781] = 5, + [263795] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10985), 1, + ACTIONS(10979), 1, anon_sym_delete, - ACTIONS(10987), 1, + ACTIONS(10981), 1, anon_sym_new, - ACTIONS(10941), 3, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263803] = 9, + [263817] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(10977), 1, + anon_sym_new, + ACTIONS(10983), 1, + anon_sym_delete, + ACTIONS(10943), 3, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(10941), 5, + anon_sym___based, sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(7415), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [263833] = 9, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [263839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(10959), 1, + anon_sym_new, + ACTIONS(10985), 1, + anon_sym_delete, + ACTIONS(10943), 3, + anon_sym_TILDE, + anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(10941), 5, + anon_sym___based, sym_identifier, - STATE(2138), 1, - sym_template_type, - STATE(6544), 1, - sym__scope_resolution, - STATE(6930), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [263863] = 6, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [263861] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10989), 1, + anon_sym___attribute, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(10987), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [263889] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10448), 6, + ACTIONS(10458), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - [263887] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10989), 1, - sym_identifier, - ACTIONS(10991), 1, - anon_sym_COLON_COLON, - STATE(2543), 1, - sym_template_type, - STATE(6519), 1, - sym__scope_resolution, - STATE(2569), 2, - sym__class_name, - sym_qualified_type_identifier, - STATE(8540), 2, - sym_decltype, - sym_dependent_type_identifier, - [263917] = 6, + [263913] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10509), 6, + ACTIONS(10462), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - [263941] = 5, + [263937] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10977), 1, - anon_sym_new, - ACTIONS(10993), 1, + ACTIONS(10991), 1, anon_sym_delete, - ACTIONS(10941), 3, + ACTIONS(10993), 1, + anon_sym_new, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263963] = 5, + [263959] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(10981), 1, + anon_sym_new, ACTIONS(10995), 1, anon_sym_delete, - ACTIONS(10997), 1, + ACTIONS(10943), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(10941), 5, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [263981] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10959), 1, anon_sym_new, - ACTIONS(10941), 3, + ACTIONS(10997), 1, + anon_sym_delete, + ACTIONS(10943), 3, anon_sym_TILDE, anon_sym_STAR, anon_sym_COLON_COLON, - ACTIONS(10939), 5, + ACTIONS(10941), 5, anon_sym___based, sym_identifier, anon_sym_decltype, anon_sym_template, anon_sym_operator, - [263985] = 6, + [264003] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3242), 1, + STATE(3198), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10452), 6, + ACTIONS(10466), 6, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_final, anon_sym_override, anon_sym_requires, - [264009] = 9, + [264027] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3092), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10699), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(6628), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [264057] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, ACTIONS(3793), 1, anon_sym_COLON_COLON, - ACTIONS(9463), 1, + ACTIONS(9459), 1, sym_identifier, - STATE(2138), 1, + STATE(2134), 1, sym_template_type, - STATE(6544), 1, + STATE(6520), 1, sym__scope_resolution, - STATE(7075), 2, + STATE(7248), 2, sym__class_name, sym_qualified_type_identifier, - STATE(8540), 2, + STATE(8077), 2, sym_decltype, sym_dependent_type_identifier, - [264039] = 6, + [264087] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3007), 1, + STATE(3028), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 6, + ACTIONS(10444), 6, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_requires, - [264063] = 6, + [264111] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(10999), 1, + anon_sym_delete, ACTIONS(11001), 1, - anon_sym_LBRACK, - STATE(7032), 1, - sym_gnu_asm_input_operand, - STATE(7849), 1, + anon_sym_new, + ACTIONS(10943), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(10941), 5, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [264133] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + ACTIONS(9459), 1, + sym_identifier, + STATE(2134), 1, + sym_template_type, + STATE(6520), 1, + sym__scope_resolution, + STATE(7024), 2, + sym__class_name, + sym_qualified_type_identifier, + STATE(8077), 2, + sym_decltype, + sym_dependent_type_identifier, + [264163] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(11003), 1, + sym_identifier, + STATE(5757), 1, + sym__scope_resolution, + STATE(8202), 1, + sym_qualified_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [264190] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11005), 1, + sym_identifier, + ACTIONS(11009), 1, + sym_system_lib_string, + STATE(8009), 2, + sym_preproc_call_expression, sym_string_literal, - ACTIONS(10999), 2, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(119), 5, + ACTIONS(11007), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [264087] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10434), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2918), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10430), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [264113] = 7, + [264211] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2918), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10448), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_GT2, - [264139] = 6, + ACTIONS(5024), 1, + anon_sym_LBRACE, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11011), 1, + sym_identifier, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + STATE(384), 1, + sym_declaration_list, + STATE(6685), 1, + sym_attribute_declaration, + STATE(7785), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [264242] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10444), 6, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [264163] = 6, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(7407), 1, + anon_sym_COLON_COLON, + ACTIONS(11017), 1, + sym_identifier, + ACTIONS(11019), 1, + anon_sym_template, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2755), 1, + sym_qualified_type_identifier, + STATE(6504), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [264273] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3318), 1, + STATE(3375), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10444), 5, + ACTIONS(10440), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [264186] = 8, + [264296] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(9150), 1, anon_sym_COLON_COLON, - ACTIONS(11003), 1, + ACTIONS(11021), 1, sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8255), 1, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, + ACTIONS(11023), 1, + anon_sym_template, + STATE(2123), 1, sym_template_type, + STATE(2124), 1, sym_dependent_type_identifier, - [264213] = 10, + STATE(2146), 1, + sym_qualified_type_identifier, + STATE(6506), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [264327] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11005), 1, - sym_identifier, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - STATE(569), 1, + ACTIONS(11025), 1, + sym_identifier, + STATE(709), 1, sym_declaration_list, - STATE(6673), 1, + STATE(6682), 1, sym_attribute_declaration, - STATE(7626), 1, + STATE(7707), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [264244] = 8, + [264358] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, - ACTIONS(11011), 1, + ACTIONS(11027), 1, sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(7920), 1, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, + ACTIONS(11029), 1, + anon_sym_template, + STATE(1694), 1, sym_template_type, + STATE(1772), 1, sym_dependent_type_identifier, - [264271] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - STATE(3191), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - ACTIONS(10557), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [264298] = 8, + STATE(1791), 1, + sym_qualified_type_identifier, + STATE(6508), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [264389] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(7500), 1, anon_sym_COLON_COLON, - ACTIONS(11013), 1, + ACTIONS(11031), 1, sym_identifier, - STATE(5786), 1, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(2755), 1, + sym_qualified_type_identifier, + STATE(6509), 1, sym__scope_resolution, - STATE(7792), 1, - sym_qualified_identifier, - STATE(8540), 3, + STATE(8077), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [264325] = 10, + [264420] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7407), 1, + ACTIONS(9297), 1, anon_sym_COLON_COLON, - ACTIONS(11015), 1, + ACTIONS(11033), 1, sym_identifier, - ACTIONS(11017), 1, + ACTIONS(11035), 1, anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2147), 1, + STATE(3753), 1, sym_template_type, - STATE(2752), 1, + STATE(3757), 1, + sym_dependent_type_identifier, + STATE(3815), 1, sym_qualified_type_identifier, - STATE(6507), 1, + STATE(6510), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264356] = 10, + [264451] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11019), 1, - sym_identifier, - STATE(736), 1, - sym_declaration_list, - STATE(6686), 1, - sym_attribute_declaration, - STATE(7549), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [264387] = 10, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(8057), 2, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(4912), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [264474] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, + ACTIONS(5847), 1, + anon_sym_AMP, + ACTIONS(11037), 2, + anon_sym_PIPE_PIPE, + anon_sym_or, + ACTIONS(11039), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5849), 4, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_LBRACE, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + anon_sym_LBRACK, + [264495] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10955), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11021), 1, + ACTIONS(11041), 1, sym_identifier, - STATE(689), 1, - sym_declaration_list, - STATE(6638), 1, - sym_attribute_declaration, - STATE(7621), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [264418] = 10, + ACTIONS(11043), 1, + anon_sym_template, + STATE(2539), 1, + sym_qualified_type_identifier, + STATE(2561), 1, + sym_template_type, + STATE(2576), 1, + sym_dependent_type_identifier, + STATE(6513), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [264526] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(3375), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10444), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [264549] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9202), 1, + ACTIONS(9749), 1, anon_sym_COLON_COLON, - ACTIONS(11023), 1, + ACTIONS(11045), 1, sym_identifier, - ACTIONS(11025), 1, + ACTIONS(11047), 1, anon_sym_template, - STATE(1677), 1, + STATE(2096), 1, + sym_template_type, + STATE(2097), 1, sym_dependent_type_identifier, - STATE(1780), 1, + STATE(2101), 1, + sym_qualified_type_identifier, + STATE(6515), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [264580] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11049), 1, + sym_identifier, + ACTIONS(11051), 1, + sym_system_lib_string, + STATE(7891), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(11007), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [264601] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(9262), 1, + anon_sym_COLON_COLON, + ACTIONS(11029), 1, + anon_sym_template, + ACTIONS(11053), 1, + sym_identifier, + STATE(1694), 1, sym_template_type, - STATE(1829), 1, + STATE(1772), 1, + sym_dependent_type_identifier, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(6510), 1, + STATE(6517), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264449] = 10, + [264632] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5022), 1, anon_sym_LBRACE, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11027), 1, + ACTIONS(11055), 1, sym_identifier, - STATE(355), 1, + STATE(720), 1, sym_declaration_list, - STATE(6646), 1, + STATE(6665), 1, sym_attribute_declaration, - STATE(7505), 1, + STATE(7671), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [264480] = 10, + [264663] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(4839), 1, - anon_sym_COLON_COLON, - ACTIONS(11029), 1, - sym_identifier, - ACTIONS(11031), 1, + ACTIONS(1241), 1, anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(6512), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - [264511] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7455), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(11033), 1, + ACTIONS(11057), 1, sym_identifier, - ACTIONS(11035), 1, - anon_sym_template, - STATE(1677), 1, - sym_dependent_type_identifier, - STATE(1780), 1, - sym_template_type, - STATE(1829), 1, - sym_qualified_type_identifier, - STATE(6513), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(7873), 1, + sym_qualified_identifier, + STATE(8077), 3, sym_decltype, - [264542] = 10, + sym_template_type, + sym_dependent_type_identifier, + [264690] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7479), 1, + ACTIONS(3793), 1, anon_sym_COLON_COLON, - ACTIONS(11037), 1, + ACTIONS(11031), 1, sym_identifier, - ACTIONS(11039), 1, - anon_sym_template, - STATE(4348), 1, - sym_template_type, - STATE(4349), 1, - sym_dependent_type_identifier, - STATE(4387), 1, + STATE(2129), 1, sym_qualified_type_identifier, - STATE(6514), 1, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(6520), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264573] = 10, + [264721] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9291), 1, + ACTIONS(5032), 1, + anon_sym_LBRACE, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11041), 1, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11059), 1, sym_identifier, - ACTIONS(11043), 1, - anon_sym_template, - STATE(2500), 1, - sym_template_type, - STATE(2509), 1, - sym_dependent_type_identifier, - STATE(2587), 1, - sym_qualified_type_identifier, - STATE(6515), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - [264604] = 6, + STATE(567), 1, + sym_declaration_list, + STATE(6638), 1, + sym_attribute_declaration, + STATE(7626), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [264752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2848), 1, - sym_template_argument_list, - ACTIONS(8057), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(4912), 4, - anon_sym_RPAREN, + ACTIONS(5833), 1, + anon_sym_AMP, + ACTIONS(11039), 2, + anon_sym_AMP_AMP, + anon_sym_and, + ACTIONS(5835), 6, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [264627] = 10, + anon_sym_STAR, + anon_sym_PIPE_PIPE, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_or, + [264771] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7515), 1, + ACTIONS(9727), 1, anon_sym_COLON_COLON, - ACTIONS(11045), 1, + ACTIONS(11061), 1, sym_identifier, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2147), 1, + ACTIONS(11063), 1, + anon_sym_template, + STATE(1694), 1, sym_template_type, - STATE(2752), 1, + STATE(1772), 1, + sym_dependent_type_identifier, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(6517), 1, + STATE(6523), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264658] = 6, + [264802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3318), 1, + STATE(3375), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10448), 5, + ACTIONS(10436), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [264681] = 10, + [264825] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10991), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(11047), 1, + ACTIONS(11065), 1, sym_identifier, - ACTIONS(11049), 1, - anon_sym_template, - STATE(2548), 1, - sym_qualified_type_identifier, - STATE(2579), 1, - sym_template_type, - STATE(2580), 1, - sym_dependent_type_identifier, - STATE(6519), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8143), 1, + sym_qualified_identifier, + STATE(8077), 3, sym_decltype, - [264712] = 8, + sym_template_type, + sym_dependent_type_identifier, + [264852] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(11051), 1, + ACTIONS(11067), 1, sym_identifier, - STATE(5786), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8358), 1, + STATE(8190), 1, sym_qualified_identifier, - STATE(8540), 3, + STATE(8077), 3, sym_decltype, sym_template_type, sym_dependent_type_identifier, - [264739] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, - anon_sym_LBRACK, - STATE(3191), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - ACTIONS(10573), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [264766] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2848), 1, - sym_template_argument_list, - ACTIONS(4868), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(4861), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [264789] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(3318), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10440), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [264812] = 10, + [264879] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7451), 1, + ACTIONS(9474), 1, anon_sym_COLON_COLON, - ACTIONS(11043), 1, - anon_sym_template, - ACTIONS(11053), 1, + ACTIONS(11069), 1, sym_identifier, - STATE(2500), 1, - sym_template_type, - STATE(2509), 1, + ACTIONS(11071), 1, + anon_sym_template, + STATE(2131), 1, sym_dependent_type_identifier, - STATE(2587), 1, + STATE(2145), 1, + sym_template_type, + STATE(2755), 1, sym_qualified_type_identifier, - STATE(6524), 1, + STATE(6527), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264843] = 5, + [264910] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11055), 1, + ACTIONS(11073), 1, sym_identifier, - ACTIONS(11059), 1, + ACTIONS(11075), 1, sym_system_lib_string, - STATE(8316), 2, + STATE(8383), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(11057), 5, + ACTIONS(11007), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [264864] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5842), 1, - anon_sym_AMP, - ACTIONS(11061), 2, - anon_sym_PIPE_PIPE, - anon_sym_or, - ACTIONS(11063), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5844), 4, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_LBRACK, - [264885] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, - anon_sym_LBRACK, - STATE(3318), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10436), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [264908] = 10, + [264931] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9445), 1, + ACTIONS(7433), 1, anon_sym_COLON_COLON, - ACTIONS(11065), 1, + ACTIONS(11077), 1, sym_identifier, - ACTIONS(11067), 1, + ACTIONS(11079), 1, anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2147), 1, + STATE(4337), 1, sym_template_type, - STATE(2752), 1, + STATE(4338), 1, + sym_dependent_type_identifier, + STATE(4450), 1, sym_qualified_type_identifier, - STATE(6528), 1, + STATE(6529), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [264939] = 8, + [264962] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(10277), 1, + ACTIONS(9173), 1, anon_sym_COLON_COLON, - ACTIONS(11069), 1, + ACTIONS(11081), 1, sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8072), 1, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, + ACTIONS(11083), 1, + anon_sym_template, + STATE(2817), 1, sym_template_type, + STATE(2818), 1, sym_dependent_type_identifier, - [264966] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(11071), 1, - sym_identifier, - STATE(5786), 1, + STATE(2840), 1, + sym_qualified_type_identifier, + STATE(6530), 1, sym__scope_resolution, - STATE(8025), 1, - sym_qualified_identifier, - STATE(8540), 3, + STATE(8077), 1, sym_decltype, - sym_template_type, - sym_dependent_type_identifier, [264993] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, - anon_sym_LBRACE, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(4827), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11073), 1, + ACTIONS(11085), 1, sym_identifier, - STATE(388), 1, - sym_declaration_list, - STATE(6627), 1, - sym_attribute_declaration, - STATE(7484), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, + ACTIONS(11087), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(6531), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, [265024] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7361), 1, + ACTIONS(7457), 1, anon_sym_COLON_COLON, - ACTIONS(11025), 1, - anon_sym_template, - ACTIONS(11075), 1, + ACTIONS(11017), 1, sym_identifier, - STATE(1677), 1, + ACTIONS(11019), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, sym_dependent_type_identifier, - STATE(1780), 1, + STATE(2145), 1, sym_template_type, - STATE(1829), 1, - sym_qualified_type_identifier, STATE(6532), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265055] = 8, + [265055] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, - anon_sym_template, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(10277), 1, - anon_sym_COLON_COLON, - ACTIONS(11077), 1, + ACTIONS(11089), 1, sym_identifier, - STATE(5786), 1, - sym__scope_resolution, - STATE(8536), 1, - sym_qualified_identifier, - STATE(8540), 3, - sym_decltype, - sym_template_type, - sym_dependent_type_identifier, - [265082] = 10, + ACTIONS(11091), 1, + sym_system_lib_string, + STATE(8500), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(11007), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [265076] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, + ACTIONS(5032), 1, anon_sym_LBRACE, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11079), 1, + ACTIONS(11093), 1, sym_identifier, - STATE(611), 1, + STATE(599), 1, sym_declaration_list, - STATE(6623), 1, + STATE(6692), 1, sym_attribute_declaration, - STATE(7655), 1, + STATE(7782), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [265113] = 10, + [265107] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9156), 1, + ACTIONS(7525), 1, anon_sym_COLON_COLON, - ACTIONS(11081), 1, + ACTIONS(11095), 1, sym_identifier, - ACTIONS(11083), 1, + ACTIONS(11097), 1, anon_sym_template, - STATE(2120), 1, + STATE(2510), 1, sym_dependent_type_identifier, - STATE(2125), 1, + STATE(2527), 1, sym_template_type, - STATE(2140), 1, + STATE(2529), 1, sym_qualified_type_identifier, STATE(6535), 1, sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - [265144] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9729), 1, - anon_sym_COLON_COLON, - ACTIONS(11085), 1, - sym_identifier, - ACTIONS(11087), 1, - anon_sym_template, - STATE(2097), 1, - sym_dependent_type_identifier, - STATE(2098), 1, - sym_qualified_type_identifier, - STATE(2124), 1, - sym_template_type, - STATE(6536), 1, - sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265175] = 6, + [265138] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3318), 1, + STATE(3375), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10430), 5, + ACTIONS(10448), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [265198] = 8, + [265161] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3191), 1, + STATE(3375), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10532), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [265225] = 8, + ACTIONS(10430), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [265184] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3191), 1, + STATE(3178), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10546), 2, + ACTIONS(10547), 2, anon_sym_LBRACE, anon_sym_EQ, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265252] = 8, + [265211] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3191), 1, + STATE(3178), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10528), 2, + ACTIONS(10535), 2, anon_sym_LBRACE, anon_sym_EQ, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265279] = 5, + [265238] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(11089), 1, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(5018), 1, + anon_sym_COLON_COLON, + ACTIONS(11069), 1, sym_identifier, - ACTIONS(11091), 1, - sym_system_lib_string, - STATE(8538), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(11057), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [265300] = 10, + ACTIONS(11071), 1, + anon_sym_template, + STATE(2129), 1, + sym_qualified_type_identifier, + STATE(2131), 1, + sym_dependent_type_identifier, + STATE(2145), 1, + sym_template_type, + STATE(6540), 1, + sym__scope_resolution, + STATE(8077), 1, + sym_decltype, + [265269] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9755), 1, + ACTIONS(9216), 1, anon_sym_COLON_COLON, - ACTIONS(11093), 1, + ACTIONS(11099), 1, sym_identifier, - ACTIONS(11095), 1, + ACTIONS(11101), 1, anon_sym_template, - STATE(1677), 1, - sym_dependent_type_identifier, - STATE(1780), 1, + STATE(2683), 1, sym_template_type, - STATE(1829), 1, + STATE(2687), 1, + sym_dependent_type_identifier, + STATE(2736), 1, sym_qualified_type_identifier, - STATE(6542), 1, + STATE(6541), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265331] = 6, + [265300] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2910), 1, + sym_template_argument_list, + ACTIONS(4840), 2, anon_sym_LBRACK, - STATE(3318), 1, - sym_parameter_list, - STATE(5749), 1, - sym__function_declarator_seq, - ACTIONS(10509), 5, - anon_sym_LBRACK_LBRACK, anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [265354] = 10, + ACTIONS(4833), 4, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [265323] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1428), 1, + ACTIONS(1241), 1, anon_sym_template, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(3793), 1, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(11045), 1, + ACTIONS(11103), 1, sym_identifier, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(6544), 1, + STATE(5757), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(7921), 1, + sym_qualified_identifier, + STATE(8077), 3, sym_decltype, - [265385] = 4, + sym_template_type, + sym_dependent_type_identifier, + [265350] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5862), 1, - anon_sym_AMP, - ACTIONS(11063), 2, - anon_sym_AMP_AMP, - anon_sym_and, - ACTIONS(5864), 6, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PIPE_PIPE, - anon_sym_LBRACE, + ACTIONS(9831), 1, anon_sym_LBRACK, - anon_sym_or, - [265404] = 10, + STATE(3178), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + ACTIONS(10561), 2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265377] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(5020), 1, anon_sym_LBRACE, ACTIONS(5630), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11097), 1, + ACTIONS(11105), 1, sym_identifier, - STATE(684), 1, + STATE(591), 1, sym_declaration_list, - STATE(6674), 1, + STATE(6637), 1, sym_attribute_declaration, - STATE(7578), 1, + STATE(7638), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [265435] = 6, + [265408] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3318), 1, + STATE(3178), 1, sym_parameter_list, - STATE(5749), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10452), 5, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [265458] = 10, + ACTIONS(10585), 2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265435] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, - anon_sym_LBRACE, - ACTIONS(5630), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11007), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11099), 1, + ACTIONS(11107), 1, sym_identifier, - STATE(680), 1, - sym_declaration_list, - STATE(6677), 1, - sym_attribute_declaration, - STATE(7565), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [265489] = 5, + STATE(5757), 1, + sym__scope_resolution, + STATE(8244), 1, + sym_qualified_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [265462] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(11101), 1, + ACTIONS(1241), 1, + anon_sym_template, + ACTIONS(1962), 1, + anon_sym_decltype, + ACTIONS(10211), 1, + anon_sym_COLON_COLON, + ACTIONS(11109), 1, sym_identifier, - ACTIONS(11103), 1, - sym_system_lib_string, - STATE(8284), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(11057), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [265510] = 10, + STATE(5757), 1, + sym__scope_resolution, + STATE(7961), 1, + sym_qualified_identifier, + STATE(8077), 3, + sym_decltype, + sym_template_type, + sym_dependent_type_identifier, + [265489] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(7393), 1, + ACTIONS(9334), 1, anon_sym_COLON_COLON, - ACTIONS(11015), 1, + ACTIONS(11111), 1, sym_identifier, - ACTIONS(11017), 1, + ACTIONS(11113), 1, anon_sym_template, - STATE(2131), 1, + STATE(2605), 1, + sym_template_type, + STATE(2607), 1, sym_dependent_type_identifier, - STATE(2133), 1, + STATE(2707), 1, sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(6550), 1, + STATE(6549), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265541] = 10, + [265520] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9248), 1, + ACTIONS(7474), 1, anon_sym_COLON_COLON, - ACTIONS(11105), 1, + ACTIONS(11115), 1, sym_identifier, - ACTIONS(11107), 1, + ACTIONS(11117), 1, anon_sym_template, - STATE(2612), 1, + STATE(1694), 1, sym_template_type, - STATE(2613), 1, + STATE(1772), 1, sym_dependent_type_identifier, - STATE(2685), 1, + STATE(1791), 1, sym_qualified_type_identifier, - STATE(6551), 1, + STATE(6550), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265572] = 6, + [265551] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10432), 1, + ACTIONS(10434), 1, anon_sym_LBRACK, - STATE(3318), 1, + STATE(3375), 1, sym_parameter_list, - STATE(5749), 1, + STATE(5806), 1, sym__function_declarator_seq, - ACTIONS(10505), 5, + ACTIONS(10458), 5, anon_sym_LBRACK_LBRACK, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [265595] = 5, + [265574] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(11109), 1, - sym_identifier, - ACTIONS(11111), 1, - sym_system_lib_string, - STATE(8354), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(11057), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [265616] = 10, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + STATE(3178), 1, + sym_parameter_list, + STATE(6005), 1, + sym__function_declarator_seq, + ACTIONS(10565), 2, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265601] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9334), 1, + ACTIONS(5024), 1, + anon_sym_LBRACE, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11113), 1, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11119), 1, sym_identifier, - ACTIONS(11115), 1, - anon_sym_template, - STATE(2702), 1, - sym_dependent_type_identifier, - STATE(2703), 1, - sym_template_type, - STATE(2711), 1, - sym_qualified_type_identifier, - STATE(6554), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - [265647] = 10, + STATE(378), 1, + sym_declaration_list, + STATE(6640), 1, + sym_attribute_declaration, + STATE(7494), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [265632] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(9311), 1, - anon_sym_COLON_COLON, - ACTIONS(11117), 1, - sym_identifier, - ACTIONS(11119), 1, - anon_sym_template, - STATE(2811), 1, - sym_dependent_type_identifier, - STATE(2812), 1, - sym_template_type, - STATE(2857), 1, - sym_qualified_type_identifier, - STATE(6555), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, - [265678] = 10, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(3375), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10462), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [265655] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, - anon_sym_decltype, - ACTIONS(5018), 1, + ACTIONS(5020), 1, + anon_sym_LBRACE, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11065), 1, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11121), 1, sym_identifier, - ACTIONS(11067), 1, - anon_sym_template, - STATE(2131), 1, - sym_dependent_type_identifier, - STATE(2133), 1, - sym_qualified_type_identifier, - STATE(2147), 1, - sym_template_type, - STATE(6556), 1, - sym__scope_resolution, - STATE(8540), 1, - sym_decltype, + STATE(576), 1, + sym_declaration_list, + STATE(6641), 1, + sym_attribute_declaration, + STATE(7697), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [265686] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10434), 1, + anon_sym_LBRACK, + STATE(3375), 1, + sym_parameter_list, + STATE(5806), 1, + sym__function_declarator_seq, + ACTIONS(10466), 5, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, [265709] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1954), 1, + ACTIONS(1962), 1, anon_sym_decltype, - ACTIONS(9225), 1, + ACTIONS(9193), 1, anon_sym_COLON_COLON, - ACTIONS(11121), 1, - sym_identifier, - ACTIONS(11123), 1, + ACTIONS(11097), 1, anon_sym_template, - STATE(3742), 1, - sym_template_type, - STATE(3743), 1, + ACTIONS(11123), 1, + sym_identifier, + STATE(2510), 1, sym_dependent_type_identifier, - STATE(3817), 1, + STATE(2527), 1, + sym_template_type, + STATE(2529), 1, sym_qualified_type_identifier, STATE(6557), 1, sym__scope_resolution, - STATE(8540), 1, + STATE(8077), 1, sym_decltype, - [265740] = 7, + [265740] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - STATE(3231), 1, + ACTIONS(10528), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6339), 1, sym__function_declarator_seq, - ACTIONS(10448), 3, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_GT2, - [265764] = 8, + STATE(6730), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265766] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10532), 1, - anon_sym_COLON, - STATE(3408), 1, + ACTIONS(11125), 1, + anon_sym_SEMI, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6246), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265790] = 6, + [265792] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(2984), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [265812] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11001), 1, - anon_sym_LBRACK, - STATE(7140), 1, - sym_gnu_asm_input_operand, - STATE(7849), 1, - sym_string_literal, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [265832] = 8, + ACTIONS(10444), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [265814] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10550), 1, - anon_sym_RPAREN, - STATE(2988), 1, + ACTIONS(11127), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(6290), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265858] = 6, + [265840] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4868), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(6297), 1, + STATE(2984), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10436), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [265862] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6302), 1, anon_sym_LT, - STATE(5928), 1, + ACTIONS(6335), 1, + anon_sym_LBRACK, + STATE(2910), 1, sym_template_argument_list, - ACTIONS(4861), 4, + ACTIONS(6337), 5, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [265880] = 7, + anon_sym_COLON, + [265882] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11131), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(11129), 5, + anon_sym___based, + sym_identifier, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [265898] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10454), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3231), 1, + ACTIONS(11133), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10452), 3, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_GT2, - [265904] = 6, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265924] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - STATE(2927), 1, + ACTIONS(11135), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6339), 1, sym__function_declarator_seq, - ACTIONS(10430), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [265926] = 5, + STATE(6730), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11125), 1, + ACTIONS(11139), 3, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_COLON_COLON, + ACTIONS(11137), 5, + anon_sym___based, sym_identifier, - ACTIONS(11130), 1, - aux_sym_preproc_elif_token1, - STATE(6566), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - ACTIONS(11128), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [265946] = 8, + anon_sym_decltype, + anon_sym_template, + anon_sym_operator, + [265966] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(10597), 1, - anon_sym_RPAREN, - STATE(2988), 1, + ACTIONS(11141), 1, + anon_sym_SEMI, + STATE(2930), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6005), 1, + sym__function_declarator_seq, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [265992] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(9831), 1, + anon_sym_LBRACK, + ACTIONS(11143), 1, + anon_sym_SEMI, + STATE(2930), 1, + sym_parameter_list, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265972] = 8, + [266018] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11132), 1, + ACTIONS(11145), 1, anon_sym_SEMI, - ACTIONS(11134), 1, + ACTIONS(11147), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - STATE(6839), 2, + STATE(6916), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [265998] = 7, + [266044] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10454), 1, + ACTIONS(10446), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3121), 1, + STATE(3108), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 3, + ACTIONS(10444), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, - [266022] = 8, + anon_sym_GT2, + [266068] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11136), 1, - anon_sym_RPAREN, - STATE(2988), 1, + ACTIONS(10585), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6290), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266048] = 8, + [266094] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11138), 1, - anon_sym_SEMI, - ACTIONS(11140), 1, - anon_sym_EQ, - STATE(1577), 1, - sym_template_argument_list, - STATE(7034), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266074] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10587), 1, + ACTIONS(10551), 1, anon_sym_RPAREN, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(6730), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266100] = 6, + [266120] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10444), 4, + ACTIONS(10440), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [266122] = 8, + [266142] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11142), 1, - anon_sym_RPAREN, - STATE(2988), 1, + ACTIONS(11149), 1, + anon_sym_SEMI, + STATE(2930), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266148] = 7, + [266168] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10507), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3231), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 3, - anon_sym_COMMA, - anon_sym___attribute__, - anon_sym_GT2, - [266172] = 8, + ACTIONS(10448), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [266190] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11144), 1, + ACTIONS(11151), 1, anon_sym_SEMI, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266198] = 8, + [266216] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11146), 1, + STATE(3285), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10430), 4, anon_sym_COLON, - STATE(3408), 1, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [266238] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10460), 1, + anon_sym___attribute, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3108), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266224] = 6, + ACTIONS(10458), 3, + anon_sym_COMMA, + anon_sym___attribute__, + anon_sym_GT2, + [266262] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2927), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [266246] = 8, + ACTIONS(10462), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [266284] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10963), 1, + anon_sym_LBRACK, + STATE(7265), 1, + sym_gnu_asm_output_operand, + STATE(8140), 1, + sym_string_literal, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [266304] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11148), 1, + ACTIONS(11153), 1, anon_sym_SEMI, - ACTIONS(11150), 1, + ACTIONS(11155), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - STATE(6895), 2, + STATE(6865), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266272] = 8, + [266330] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11152), 1, + ACTIONS(11157), 1, anon_sym_SEMI, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266298] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(8057), 1, - anon_sym_LBRACK, - STATE(5928), 1, - sym_template_argument_list, - ACTIONS(4912), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [266320] = 8, + [266356] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11154), 1, + ACTIONS(11159), 1, anon_sym_SEMI, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266346] = 5, + [266382] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, anon_sym_LT, - STATE(2848), 1, - sym_template_argument_list, - ACTIONS(6280), 5, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(11161), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [266366] = 8, + ACTIONS(11163), 1, + anon_sym_EQ, + STATE(1577), 1, + sym_template_argument_list, + STATE(6927), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [266408] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11156), 1, + ACTIONS(11165), 1, anon_sym_SEMI, - ACTIONS(11158), 1, + ACTIONS(11167), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - STATE(6911), 2, + STATE(6958), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266392] = 6, + [266434] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 4, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11169), 1, anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(11171), 1, anon_sym_EQ, - anon_sym_try, - [266414] = 7, + STATE(1577), 1, + sym_template_argument_list, + STATE(6887), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [266460] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10434), 1, + ACTIONS(10438), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3121), 1, + STATE(3108), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 3, + ACTIONS(10436), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym___attribute__, - [266438] = 3, + anon_sym_GT2, + [266484] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11162), 3, - anon_sym_TILDE, - anon_sym_STAR, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(11160), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [266454] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11166), 1, - aux_sym_preproc_elif_token1, - ACTIONS(11168), 1, - anon_sym_EQ, - ACTIONS(11164), 6, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [266472] = 8, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(8057), 1, + anon_sym_LBRACK, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(4912), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [266506] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11170), 1, + ACTIONS(11173), 1, anon_sym_SEMI, - ACTIONS(11172), 1, + ACTIONS(11175), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - STATE(6965), 2, + STATE(6953), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266498] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10507), 1, - anon_sym___attribute, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3121), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - [266522] = 8, + [266532] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11174), 1, - anon_sym_RPAREN, - STATE(2988), 1, + ACTIONS(10535), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(6290), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266548] = 8, + [266558] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9593), 1, - anon_sym_LBRACK, - ACTIONS(10593), 1, - anon_sym_RPAREN, - STATE(2988), 1, - sym_parameter_list, - STATE(6314), 1, - sym__function_declarator_seq, - STATE(6725), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266574] = 6, + ACTIONS(11177), 1, + sym_identifier, + ACTIONS(11182), 1, + aux_sym_preproc_elif_token1, + STATE(6592), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + ACTIONS(11180), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [266580] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11186), 1, + aux_sym_preproc_elif_token1, + ACTIONS(11188), 1, + anon_sym_EQ, + ACTIONS(11184), 6, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [266598] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(2984), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10440), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [266596] = 7, + ACTIONS(10458), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [266620] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10450), 1, - anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3121), 1, + ACTIONS(11190), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10448), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - [266620] = 8, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [266646] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11176), 1, + ACTIONS(11192), 1, anon_sym_SEMI, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(5900), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266646] = 6, + [266672] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(2984), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [266668] = 6, + ACTIONS(10466), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [266694] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10446), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(3092), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [266690] = 7, + ACTIONS(10444), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [266718] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10434), 1, + ACTIONS(10438), 1, anon_sym___attribute, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3231), 1, + STATE(3092), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 3, + ACTIONS(10436), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, - anon_sym_GT2, - [266714] = 6, + [266742] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10468), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2927), 1, + STATE(3108), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [266736] = 8, + ACTIONS(10466), 3, + anon_sym_COMMA, + anon_sym___attribute__, + anon_sym_GT2, + [266766] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(4840), 1, anon_sym_LBRACK, - ACTIONS(10557), 1, - anon_sym_COLON, - STATE(3408), 1, - sym_parameter_list, - STATE(5988), 1, - sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266762] = 6, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(4833), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [266788] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11178), 1, + ACTIONS(11194), 1, sym_identifier, - ACTIONS(11183), 1, + ACTIONS(11199), 1, aux_sym_preproc_elif_token1, - STATE(6601), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(6602), 2, sym_enumerator, - ACTIONS(11181), 4, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + ACTIONS(11197), 4, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - [266784] = 8, + [266808] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10460), 1, + anon_sym___attribute, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11185), 1, + STATE(3092), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10458), 3, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(2988), 1, + anon_sym___attribute__, + [266832] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10468), 1, + anon_sym___attribute, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3092), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266810] = 8, + ACTIONS(10466), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [266856] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(10939), 1, + anon_sym_LBRACK, + STATE(7374), 1, + sym_gnu_asm_input_operand, + STATE(8344), 1, + sym_string_literal, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [266876] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11187), 1, - anon_sym_SEMI, - STATE(2988), 1, + STATE(2984), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [266836] = 8, + ACTIONS(11201), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_try, + [266898] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10528), 1, - anon_sym_COLON, - STATE(3408), 1, + ACTIONS(10543), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6246), 2, + STATE(6730), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266862] = 8, + [266924] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11189), 1, + ACTIONS(11203), 1, anon_sym_SEMI, - ACTIONS(11191), 1, + ACTIONS(11205), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - STATE(6982), 2, + STATE(6961), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266888] = 8, + [266950] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - ACTIONS(11193), 1, - anon_sym_SEMI, - STATE(2988), 1, + ACTIONS(10547), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6005), 1, sym__function_declarator_seq, - STATE(5924), 2, + STATE(6290), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266914] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10959), 1, - anon_sym_LBRACK, - STATE(7283), 1, - sym_gnu_asm_output_operand, - STATE(8290), 1, - sym_string_literal, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [266934] = 3, + [266976] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(11197), 3, - anon_sym_TILDE, - anon_sym_STAR, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(11195), 5, - anon_sym___based, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - anon_sym_operator, - [266950] = 6, + ACTIONS(6045), 1, + anon_sym_COMMA, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11207), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11209), 1, + anon_sym_RBRACK, + ACTIONS(11212), 1, + anon_sym_EQ, + STATE(1577), 1, + sym_template_argument_list, + STATE(7445), 1, + aux_sym_structured_binding_declarator_repeat1, + [267004] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3435), 1, + ACTIONS(10565), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10452), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [266972] = 8, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267030] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10573), 1, - anon_sym_COLON, - STATE(3408), 1, + ACTIONS(11214), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5988), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6246), 2, + STATE(6730), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [266998] = 8, + [267056] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9593), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - ACTIONS(10583), 1, + ACTIONS(10591), 1, anon_sym_RPAREN, - STATE(2988), 1, + STATE(2930), 1, sym_parameter_list, - STATE(6314), 1, + STATE(6339), 1, sym__function_declarator_seq, - STATE(6725), 2, + STATE(6730), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267024] = 6, + [267082] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3435), 1, + ACTIONS(10561), 1, + anon_sym_COLON, + STATE(3400), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10448), 4, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - anon_sym_requires, - [267046] = 8, + STATE(6290), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267108] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11199), 1, - anon_sym_SEMI, - STATE(2988), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267072] = 8, + ACTIONS(10444), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [267130] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11201), 1, - anon_sym_SEMI, - STATE(2988), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267098] = 6, + ACTIONS(10436), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [267152] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3435), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 4, + ACTIONS(10458), 4, anon_sym_COLON, anon_sym_final, anon_sym_override, anon_sym_requires, - [267120] = 8, + [267174] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(10546), 1, - anon_sym_COLON, - STATE(3408), 1, + STATE(3285), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(6246), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267146] = 8, + ACTIONS(10466), 4, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + anon_sym_requires, + [267196] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11203), 1, - anon_sym_SEMI, - ACTIONS(11205), 1, - anon_sym_EQ, - STATE(1577), 1, - sym_template_argument_list, - STATE(6892), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267172] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6044), 1, - anon_sym_COMMA, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11207), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11209), 1, - anon_sym_RBRACK, - ACTIONS(11212), 1, - anon_sym_EQ, - STATE(1577), 1, - sym_template_argument_list, - STATE(7231), 1, - aux_sym_structured_binding_declarator_repeat1, - [267200] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9590), 1, anon_sym_LBRACK, - STATE(2927), 1, + ACTIONS(10539), 1, + anon_sym_RPAREN, + STATE(2930), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6339), 1, sym__function_declarator_seq, - ACTIONS(11214), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [267222] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7025), 1, - anon_sym___attribute__, - ACTIONS(7027), 1, - anon_sym___attribute, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - STATE(5387), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5673), 2, + STATE(6730), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267243] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10263), 1, - anon_sym___attribute, - ACTIONS(11216), 1, - anon_sym_EQ, - ACTIONS(10261), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - [267260] = 4, + [267222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11218), 1, + ACTIONS(5971), 1, + anon_sym_AMP, + ACTIONS(5973), 6, anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11220), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [267277] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - ACTIONS(11005), 1, - sym_identifier, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - STATE(569), 1, - sym_declaration_list, - STATE(7626), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [267302] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(2325), 1, - sym_template_argument_list, - STATE(7423), 2, - sym_argument_list, - sym_initializer_list, - [267325] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11223), 1, - anon_sym_LPAREN2, - STATE(6684), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [267342] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11227), 1, anon_sym_LBRACK, - ACTIONS(11229), 1, - anon_sym_EQ, - ACTIONS(11231), 1, - anon_sym_DOT, - STATE(6662), 4, - sym_subscript_designator, - sym_subscript_range_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [267361] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5022), 1, - anon_sym_LBRACE, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11233), 1, - sym_identifier, - STATE(346), 1, - sym_declaration_list, - STATE(7512), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [267386] = 4, + anon_sym_requires, + [267237] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(10263), 1, - anon_sym___attribute, - ACTIONS(11235), 1, - anon_sym_EQ, - ACTIONS(10261), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym___attribute__, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, anon_sym_LBRACK, - anon_sym_GT2, - [267403] = 6, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(11216), 1, + anon_sym_RPAREN, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267260] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10440), 3, + ACTIONS(10458), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [267424] = 7, + [267281] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(9827), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2912), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5988), 1, + STATE(5970), 1, sym__function_declarator_seq, - STATE(5924), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267447] = 4, + ACTIONS(10462), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [267302] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11237), 1, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6335), 1, + anon_sym_LBRACK, + STATE(5892), 1, + sym_template_argument_list, + ACTIONS(6337), 4, anon_sym_LPAREN2, - STATE(6634), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [267464] = 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_try, + [267321] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10509), 3, + ACTIONS(10440), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [267485] = 6, + [267342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(11220), 1, + anon_sym_AMP, + ACTIONS(11218), 6, anon_sym_LPAREN2, - ACTIONS(10772), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LT, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10448), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [267506] = 4, + [267357] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(11239), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [267523] = 5, + ACTIONS(11222), 1, + anon_sym_RPAREN, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267380] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(11241), 3, + ACTIONS(11224), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_GT2, - [267542] = 6, + [267399] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(5630), 1, + ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(5348), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(5382), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267563] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(9831), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(2880), 1, sym_parameter_list, - STATE(5979), 1, + STATE(6005), 1, sym__function_declarator_seq, - ACTIONS(10444), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [267584] = 8, + STATE(5900), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267422] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11226), 1, + anon_sym_LPAREN2, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, anon_sym_inline, - ACTIONS(11243), 1, - sym_identifier, - STATE(693), 1, - sym_declaration_list, - STATE(7653), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [267609] = 6, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267439] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - STATE(2980), 1, + ACTIONS(6056), 1, + anon_sym_COLON, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(2225), 1, sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10444), 3, + STATE(6696), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267462] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11232), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [267630] = 7, + ACTIONS(11234), 1, + aux_sym_preproc_elif_token1, + ACTIONS(11230), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [267479] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11245), 1, + ACTIONS(11236), 1, anon_sym_RPAREN, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267653] = 3, + [267502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5976), 1, + ACTIONS(11240), 1, anon_sym_AMP, - ACTIONS(5978), 6, + ACTIONS(11238), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, + anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_requires, - [267668] = 3, + [267517] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(11242), 1, + anon_sym_RPAREN, + STATE(2225), 1, + sym_parameter_list, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [267540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11249), 1, + ACTIONS(4449), 1, anon_sym_AMP, - ACTIONS(11247), 6, + ACTIONS(4447), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [267683] = 6, + [267555] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3029), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10436), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [267704] = 7, + ACTIONS(5020), 1, + anon_sym_LBRACE, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11244), 1, + sym_identifier, + STATE(624), 1, + sym_declaration_list, + STATE(7735), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [267580] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(11251), 1, - anon_sym_RPAREN, - STATE(2242), 1, - sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267727] = 7, + ACTIONS(5032), 1, + anon_sym_LBRACE, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11246), 1, + sym_identifier, + STATE(560), 1, + sym_declaration_list, + STATE(7549), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [267605] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5944), 1, + ACTIONS(5943), 1, anon_sym_COLON, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(7786), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6747), 2, + STATE(6696), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267750] = 8, + [267628] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, + ACTIONS(5024), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11073), 1, + ACTIONS(11248), 1, sym_identifier, - STATE(388), 1, + STATE(305), 1, sym_declaration_list, - STATE(7484), 1, + STATE(7684), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [267653] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5020), 1, + anon_sym_LBRACE, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11105), 1, + sym_identifier, + STATE(591), 1, + sym_declaration_list, + STATE(7638), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [267775] = 7, + [267678] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2968), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10440), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [267699] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, ACTIONS(11207), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11253), 1, + ACTIONS(11212), 1, anon_sym_EQ, STATE(1577), 1, sym_template_argument_list, - ACTIONS(6074), 2, + ACTIONS(6062), 2, anon_sym_COMMA, anon_sym_RBRACK, - [267798] = 3, + [267722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11257), 1, + ACTIONS(11252), 1, anon_sym_AMP, - ACTIONS(11255), 6, + ACTIONS(11250), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [267813] = 3, + [267737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11261), 1, + ACTIONS(11256), 1, anon_sym_AMP, - ACTIONS(11259), 6, + ACTIONS(11254), 6, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LT, anon_sym_LBRACE, anon_sym_LBRACK, - [267828] = 7, + [267752] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2968), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10444), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [267773] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11258), 1, + anon_sym_LBRACK, + ACTIONS(11261), 1, + anon_sym_EQ, + ACTIONS(11263), 1, + anon_sym_DOT, + STATE(6647), 4, + sym_subscript_designator, + sym_subscript_range_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [267792] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11263), 1, + ACTIONS(11266), 1, anon_sym_RPAREN, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267851] = 7, + [267815] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(6027), 1, - anon_sym_COLON, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(11268), 1, anon_sym_LPAREN2, - STATE(2242), 1, - sym_parameter_list, - STATE(6747), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [267874] = 3, + STATE(6650), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6013), 1, - anon_sym_AMP, - ACTIONS(6015), 6, + ACTIONS(11270), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_requires, - [267889] = 7, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267849] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11265), 1, + ACTIONS(11272), 1, anon_sym_RPAREN, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267912] = 3, + [267872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11269), 1, - anon_sym_AMP, - ACTIONS(11267), 6, + ACTIONS(11274), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - [267927] = 5, + STATE(6654), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(5928), 1, - sym_template_argument_list, - ACTIONS(6280), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_try, - [267946] = 3, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(11224), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [267908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5962), 1, - anon_sym_AMP, - ACTIONS(5964), 6, + ACTIONS(11276), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_requires, - [267961] = 7, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267925] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(5988), 1, + anon_sym_COLON, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11271), 1, - anon_sym_RPAREN, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6696), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [267984] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11275), 1, - anon_sym_COMMA, - ACTIONS(11277), 1, - aux_sym_preproc_elif_token1, - ACTIONS(11273), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [268001] = 3, + [267948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 1, - anon_sym_AMP, - ACTIONS(4445), 6, + ACTIONS(11278), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LT, - anon_sym_LBRACE, - anon_sym_LBRACK, - [268016] = 7, + STATE(6659), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267965] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11207), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11212), 1, - anon_sym_EQ, - STATE(1577), 1, - sym_template_argument_list, - ACTIONS(6170), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [268039] = 6, + ACTIONS(11280), 1, + anon_sym_LPAREN2, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11282), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [267982] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10436), 3, + ACTIONS(10448), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [268060] = 5, + [268003] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11285), 1, + anon_sym_LPAREN2, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268020] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11279), 1, + ACTIONS(11287), 1, anon_sym_LBRACK, - ACTIONS(11282), 1, + ACTIONS(11289), 1, anon_sym_EQ, - ACTIONS(11284), 1, + ACTIONS(11291), 1, anon_sym_DOT, - STATE(6662), 4, + STATE(6647), 4, sym_subscript_designator, sym_subscript_range_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [268079] = 6, + [268039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(11293), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10505), 3, + STATE(6662), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268056] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11295), 1, + anon_sym_LPAREN2, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268073] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10199), 1, + anon_sym___attribute, + ACTIONS(11297), 1, + anon_sym_EQ, + ACTIONS(10197), 5, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [268100] = 6, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_GT2, + [268090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(11299), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + STATE(6675), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268107] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5022), 1, + anon_sym_LBRACE, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11301), 1, + sym_identifier, + STATE(723), 1, + sym_declaration_list, + STATE(7655), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [268132] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11303), 1, + anon_sym_LPAREN2, + STATE(6667), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268149] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11305), 1, + anon_sym_LPAREN2, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268166] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10452), 3, + ACTIONS(10444), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [268121] = 7, + anon_sym_GT2, + [268187] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, + ACTIONS(5949), 1, anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11287), 1, + ACTIONS(11307), 1, anon_sym_RPAREN, - STATE(2242), 1, + STATE(2225), 1, sym_parameter_list, - STATE(6237), 2, + STATE(6267), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [268144] = 6, + [268210] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5949), 1, anon_sym_LBRACK, - STATE(3029), 1, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(11309), 1, + anon_sym_RPAREN, + STATE(2225), 1, sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10452), 3, - anon_sym_DOT_DOT_DOT, + STATE(6267), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [268233] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(11311), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_GT2, - [268165] = 7, + [268252] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(6031), 1, - anon_sym_COLON, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(2242), 1, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(2968), 1, sym_parameter_list, - STATE(6747), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [268188] = 6, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10436), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [268273] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10448), 3, + ACTIONS(10436), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [268209] = 6, + [268294] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10430), 3, + ACTIONS(10458), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [268230] = 6, + [268315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(11313), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + STATE(6657), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(11228), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [268332] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(2325), 1, + sym_template_argument_list, + STATE(7315), 2, + sym_argument_list, + sym_initializer_list, + [268355] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5937), 1, + anon_sym_AMP, + ACTIONS(5939), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2980), 1, + anon_sym_requires, + [268370] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(6028), 1, + anon_sym_COLON, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(2225), 1, sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - ACTIONS(10509), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [268251] = 6, + STATE(6696), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [268393] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5949), 1, + anon_sym_LBRACK, + ACTIONS(5965), 1, + anon_sym_COLON, + ACTIONS(7647), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(2225), 1, + sym_parameter_list, + STATE(6696), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [268416] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(3025), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10505), 3, + ACTIONS(10448), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [268272] = 7, + [268437] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(11289), 1, - anon_sym_RPAREN, - STATE(2242), 1, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3025), 1, sym_parameter_list, - STATE(6237), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [268295] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11291), 1, - sym_identifier, - STATE(561), 1, - sym_declaration_list, - STATE(7672), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [268320] = 8, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10466), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [268458] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11293), 1, + ACTIONS(11055), 1, sym_identifier, - STATE(666), 1, + STATE(720), 1, sym_declaration_list, - STATE(7599), 1, + STATE(7671), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [268345] = 4, + [268483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11295), 1, - anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268362] = 4, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(5630), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6993), 1, + anon_sym___attribute__, + STATE(5354), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5479), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [268504] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11297), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268379] = 8, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3025), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10430), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [268525] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5024), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11097), 1, + ACTIONS(11119), 1, sym_identifier, - STATE(684), 1, + STATE(378), 1, sym_declaration_list, - STATE(7578), 1, + STATE(7494), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [268404] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11299), 1, - anon_sym_LPAREN2, - STATE(6676), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268421] = 6, + [268550] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3029), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - ACTIONS(10440), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(10466), 3, anon_sym_COMMA, - anon_sym_GT2, - [268442] = 4, + anon_sym_RPAREN, + anon_sym_SEMI, + [268571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11301), 1, + ACTIONS(6022), 1, + anon_sym_AMP, + ACTIONS(6024), 6, anon_sym_LPAREN2, - STATE(6675), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268459] = 5, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_requires, + [268586] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(11303), 3, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11207), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11315), 1, + anon_sym_EQ, + STATE(1577), 1, + sym_template_argument_list, + ACTIONS(6152), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [268478] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11305), 1, - anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268495] = 7, + anon_sym_RBRACK, + [268609] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(5992), 1, - anon_sym_COLON, - ACTIONS(7786), 1, + ACTIONS(6965), 1, + anon_sym___attribute__, + ACTIONS(6967), 1, + anon_sym___attribute, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(2242), 1, - sym_parameter_list, - STATE(6747), 2, + STATE(5442), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(5658), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [268518] = 4, + [268630] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11307), 1, + ACTIONS(11317), 1, anon_sym_LPAREN2, - STATE(6622), 2, + STATE(6630), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, + ACTIONS(11228), 4, anon_sym_inline, anon_sym_volatile, anon_sym_goto, anon_sym___volatile__, - [268535] = 4, + [268647] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11309), 1, + ACTIONS(10199), 1, + anon_sym___attribute, + ACTIONS(11319), 1, + anon_sym_EQ, + ACTIONS(10197), 5, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268552] = 8, + anon_sym___attribute__, + anon_sym_LBRACK, + [268664] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, + ACTIONS(5032), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11021), 1, + ACTIONS(11059), 1, sym_identifier, - STATE(689), 1, + STATE(567), 1, sym_declaration_list, - STATE(7621), 1, + STATE(7626), 1, sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(8545), 1, sym__namespace_specifier, - [268577] = 4, + [268689] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11311), 1, - anon_sym_LPAREN2, - STATE(6685), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268594] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, ACTIONS(10430), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - [268615] = 4, + [268710] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11313), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(6682), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268632] = 5, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3025), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + ACTIONS(10462), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [268731] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(11303), 3, + ACTIONS(8421), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [268651] = 7, + ACTIONS(11321), 1, + anon_sym_SEMI, + STATE(6772), 1, + aux_sym_field_declaration_repeat1, + STATE(8085), 1, + sym_attribute_specifier, + [268753] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5950), 1, + ACTIONS(6148), 1, anon_sym_LBRACK, - ACTIONS(6039), 1, - anon_sym_COLON, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(2242), 1, - sym_parameter_list, - STATE(6747), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [268674] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, + ACTIONS(7647), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5950), 1, - anon_sym_LBRACK, - ACTIONS(9587), 1, + ACTIONS(6150), 2, anon_sym_LPAREN2, - ACTIONS(11315), 1, - anon_sym_RPAREN, - STATE(2242), 1, - sym_parameter_list, - STATE(6237), 2, + anon_sym_COLON, + STATE(5712), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [268697] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11317), 1, - anon_sym_LPAREN2, - STATE(6622), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268714] = 4, + [268771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11319), 1, - anon_sym_LPAREN2, - STATE(6693), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(11225), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [268731] = 3, + ACTIONS(11323), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11325), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [268785] = 6, ACTIONS(3), 1, sym_comment, - STATE(8022), 1, - sym_string_literal, - ACTIONS(119), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [268745] = 3, + ACTIONS(9604), 1, + anon_sym_try, + ACTIONS(10678), 1, + anon_sym_LBRACE, + ACTIONS(11327), 1, + anon_sym_SEMI, + ACTIONS(11329), 1, + anon_sym_EQ, + STATE(1956), 2, + sym_compound_statement, + sym_try_statement, + [268805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11183), 1, + ACTIONS(11182), 1, aux_sym_preproc_elif_token1, - ACTIONS(11181), 5, + ACTIONS(11180), 5, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, sym_identifier, - [268759] = 7, + [268819] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11321), 1, + ACTIONS(11331), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6736), 1, aux_sym_field_declaration_repeat1, - STATE(7823), 1, + STATE(8218), 1, sym_attribute_specifier, - [268781] = 7, + [268841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8417), 1, - anon_sym_COMMA, - ACTIONS(11323), 1, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(10766), 1, + anon_sym_LBRACK, + STATE(6327), 1, + sym_template_argument_list, + ACTIONS(10762), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [268859] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11333), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11335), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [268873] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(10770), 1, + anon_sym_LBRACK, + STATE(6346), 1, + sym_template_argument_list, + ACTIONS(10768), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [268891] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6335), 1, + anon_sym_LBRACK, + STATE(3932), 1, + sym_template_argument_list, + ACTIONS(6337), 3, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(6702), 1, - aux_sym_field_declaration_repeat1, - STATE(8414), 1, - sym_attribute_specifier, - [268803] = 7, + anon_sym_LBRACK_LBRACK, + [268909] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11325), 1, + ACTIONS(11337), 1, anon_sym_SEMI, - STATE(6704), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8413), 1, + STATE(8147), 1, sym_attribute_specifier, - [268825] = 7, + [268931] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11327), 1, + ACTIONS(11339), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8408), 1, + STATE(8105), 1, sym_attribute_specifier, - [268847] = 7, + [268953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8417), 1, - anon_sym_COMMA, - ACTIONS(11329), 1, + ACTIONS(749), 1, + anon_sym_LBRACE, + ACTIONS(9861), 1, + anon_sym_try, + ACTIONS(11341), 1, anon_sym_SEMI, - STATE(6709), 1, - aux_sym_field_declaration_repeat1, - STATE(8388), 1, - sym_attribute_specifier, - [268869] = 7, + ACTIONS(11343), 1, + anon_sym_EQ, + STATE(676), 2, + sym_compound_statement, + sym_try_statement, + [268973] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10868), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11345), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [268987] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11331), 1, + ACTIONS(11347), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6745), 1, aux_sym_field_declaration_repeat1, - STATE(8384), 1, + STATE(8204), 1, sym_attribute_specifier, - [268891] = 6, + [269009] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(289), 1, anon_sym_LBRACE, - ACTIONS(9946), 1, + ACTIONS(9899), 1, anon_sym_try, - ACTIONS(11333), 1, + ACTIONS(11349), 1, anon_sym_SEMI, - ACTIONS(11335), 1, + ACTIONS(11351), 1, anon_sym_EQ, - STATE(363), 2, + STATE(383), 2, sym_compound_statement, sym_try_statement, - [268911] = 7, + [269029] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11337), 1, + ACTIONS(11353), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6733), 1, aux_sym_field_declaration_repeat1, - STATE(8381), 1, + STATE(8022), 1, sym_attribute_specifier, - [268933] = 7, + [269051] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11339), 1, + ACTIONS(11355), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(7940), 1, + STATE(8031), 1, sym_attribute_specifier, - [268955] = 7, + [269073] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11341), 1, + ACTIONS(11357), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8006), 1, + STATE(8288), 1, sym_attribute_specifier, - [268977] = 7, + [269095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11359), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11361), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [269109] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11343), 1, + ACTIONS(11363), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6739), 1, aux_sym_field_declaration_repeat1, - STATE(8379), 1, + STATE(8229), 1, sym_attribute_specifier, - [268999] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(10764), 1, - anon_sym_LBRACK, - STATE(6326), 1, - sym_template_argument_list, - ACTIONS(10760), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [269017] = 7, + [269131] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11345), 1, + ACTIONS(11365), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8375), 1, + STATE(8232), 1, sym_attribute_specifier, - [269039] = 7, + [269153] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11347), 1, + ACTIONS(11367), 1, anon_sym_SEMI, - STATE(6735), 1, + STATE(6705), 1, aux_sym_field_declaration_repeat1, - STATE(7937), 1, + STATE(8201), 1, sym_attribute_specifier, - [269061] = 7, + [269175] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11349), 1, + ACTIONS(11369), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6712), 1, aux_sym_field_declaration_repeat1, - STATE(7944), 1, + STATE(7964), 1, sym_attribute_specifier, - [269083] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - ACTIONS(9946), 1, - anon_sym_try, - ACTIONS(11351), 1, - anon_sym_SEMI, - ACTIONS(11353), 1, - anon_sym_EQ, - STATE(372), 2, - sym_compound_statement, - sym_try_statement, - [269103] = 3, + [269197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11355), 2, + ACTIONS(11371), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(11357), 4, + ACTIONS(11373), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [269117] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(6280), 3, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [269135] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9599), 1, - anon_sym_try, - ACTIONS(10682), 1, - anon_sym_LBRACE, - ACTIONS(11359), 1, - anon_sym_SEMI, - ACTIONS(11361), 1, - anon_sym_EQ, - STATE(1779), 2, - sym_compound_statement, - sym_try_statement, - [269155] = 7, + [269211] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11363), 1, + ACTIONS(11375), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6752), 1, aux_sym_field_declaration_repeat1, - STATE(8156), 1, + STATE(7967), 1, sym_attribute_specifier, - [269177] = 7, + [269233] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11365), 1, + ACTIONS(11377), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8166), 1, + STATE(8222), 1, sym_attribute_specifier, - [269199] = 6, + [269255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - ACTIONS(9833), 1, + ACTIONS(9905), 1, anon_sym_try, - ACTIONS(11367), 1, + ACTIONS(11379), 1, anon_sym_SEMI, - ACTIONS(11369), 1, + ACTIONS(11381), 1, anon_sym_EQ, - STATE(619), 2, + STATE(614), 2, sym_compound_statement, sym_try_statement, - [269219] = 6, + [269275] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(9950), 1, - anon_sym_try, - ACTIONS(11371), 1, - anon_sym_SEMI, - ACTIONS(11373), 1, - anon_sym_EQ, - STATE(751), 2, - sym_compound_statement, - sym_try_statement, - [269239] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11375), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11377), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [269253] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11379), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11381), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [269267] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9615), 1, + ACTIONS(9945), 1, anon_sym_try, - ACTIONS(10648), 1, - anon_sym_LBRACE, ACTIONS(11383), 1, anon_sym_SEMI, ACTIONS(11385), 1, anon_sym_EQ, - STATE(1952), 2, + STATE(688), 2, sym_compound_statement, sym_try_statement, - [269287] = 7, + [269295] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, ACTIONS(11387), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6721), 1, aux_sym_field_declaration_repeat1, - STATE(8142), 1, + STATE(8064), 1, sym_attribute_specifier, - [269309] = 6, + [269317] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(9843), 1, + ACTIONS(9612), 1, anon_sym_try, + ACTIONS(10605), 1, + anon_sym_LBRACE, ACTIONS(11389), 1, anon_sym_SEMI, ACTIONS(11391), 1, anon_sym_EQ, - STATE(602), 2, + STATE(1777), 2, sym_compound_statement, sym_try_statement, - [269329] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(10778), 1, - anon_sym_LBRACK, - ACTIONS(10776), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [269347] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(3896), 1, - sym_template_argument_list, - ACTIONS(6280), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [269365] = 6, + [269337] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9615), 1, + ACTIONS(9612), 1, anon_sym_try, - ACTIONS(10648), 1, + ACTIONS(10605), 1, anon_sym_LBRACE, ACTIONS(11393), 1, anon_sym_SEMI, ACTIONS(11395), 1, anon_sym_EQ, - STATE(2020), 2, + STATE(1732), 2, sym_compound_statement, sym_try_statement, - [269385] = 3, + [269357] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(11397), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11399), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [269399] = 6, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8421), 1, + anon_sym_COMMA, + ACTIONS(11397), 1, + anon_sym_SEMI, + STATE(6772), 1, + aux_sym_field_declaration_repeat1, + STATE(7982), 1, + sym_attribute_specifier, + [269379] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(9623), 1, - anon_sym_try, - ACTIONS(10666), 1, - anon_sym_LBRACE, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8421), 1, + anon_sym_COMMA, + ACTIONS(11399), 1, + anon_sym_SEMI, + STATE(6729), 1, + aux_sym_field_declaration_repeat1, + STATE(8081), 1, + sym_attribute_specifier, + [269401] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8421), 1, + anon_sym_COMMA, ACTIONS(11401), 1, anon_sym_SEMI, - ACTIONS(11403), 1, - anon_sym_EQ, - STATE(1980), 2, - sym_compound_statement, - sym_try_statement, - [269419] = 5, + STATE(6772), 1, + aux_sym_field_declaration_repeat1, + STATE(8224), 1, + sym_attribute_specifier, + [269423] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(10770), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(10800), 1, anon_sym_LBRACK, - STATE(6343), 1, - sym_template_argument_list, - ACTIONS(10768), 3, + ACTIONS(10798), 2, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [269437] = 7, + STATE(5885), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [269441] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11403), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11405), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [269455] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11405), 1, + ACTIONS(11407), 1, anon_sym_SEMI, - STATE(6717), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(7797), 1, + STATE(8062), 1, sym_attribute_specifier, - [269459] = 7, + [269477] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11407), 1, + ACTIONS(11409), 1, anon_sym_SEMI, - STATE(6716), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(7802), 1, + STATE(8065), 1, sym_attribute_specifier, - [269481] = 6, + [269499] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9599), 1, + ACTIONS(9596), 1, anon_sym_try, - ACTIONS(10682), 1, + ACTIONS(10666), 1, anon_sym_LBRACE, - ACTIONS(11409), 1, - anon_sym_SEMI, ACTIONS(11411), 1, + anon_sym_SEMI, + ACTIONS(11413), 1, anon_sym_EQ, - STATE(1712), 2, + STATE(1914), 2, sym_compound_statement, sym_try_statement, - [269501] = 3, + [269519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11413), 2, + ACTIONS(11415), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(11415), 4, + ACTIONS(11417), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [269515] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8417), 1, - anon_sym_COMMA, - ACTIONS(11417), 1, - anon_sym_SEMI, - STATE(6815), 1, - aux_sym_field_declaration_repeat1, - STATE(8007), 1, - sym_attribute_specifier, - [269537] = 7, + [269533] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, ACTIONS(11419), 1, anon_sym_SEMI, - STATE(6711), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(7820), 1, + STATE(8230), 1, sym_attribute_specifier, - [269559] = 6, + [269555] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(289), 1, anon_sym_LBRACE, - ACTIONS(9950), 1, + ACTIONS(9899), 1, anon_sym_try, ACTIONS(11421), 1, anon_sym_SEMI, ACTIONS(11423), 1, anon_sym_EQ, - STATE(733), 2, + STATE(302), 2, sym_compound_statement, sym_try_statement, - [269579] = 6, + [269575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - ACTIONS(9843), 1, - anon_sym_try, - ACTIONS(11425), 1, - anon_sym_SEMI, - ACTIONS(11427), 1, - anon_sym_EQ, - STATE(556), 2, - sym_compound_statement, - sym_try_statement, - [269599] = 7, + ACTIONS(11425), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(11427), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [269589] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, ACTIONS(11429), 1, anon_sym_SEMI, - STATE(6705), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(7816), 1, + STATE(8292), 1, sym_attribute_specifier, - [269621] = 3, + [269611] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(9945), 1, + anon_sym_try, + ACTIONS(11431), 1, + anon_sym_SEMI, + ACTIONS(11433), 1, + anon_sym_EQ, + STATE(706), 2, + sym_compound_statement, + sym_try_statement, + [269631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11431), 2, + ACTIONS(6335), 1, + anon_sym_LBRACK, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(3932), 1, + sym_template_argument_list, + ACTIONS(6337), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [269649] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11403), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(11433), 4, + ACTIONS(11405), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [269635] = 6, + [269663] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - ACTIONS(9833), 1, + ACTIONS(9905), 1, anon_sym_try, ACTIONS(11435), 1, anon_sym_SEMI, ACTIONS(11437), 1, anon_sym_EQ, - STATE(633), 2, + STATE(582), 2, sym_compound_statement, sym_try_statement, - [269655] = 7, + [269683] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8417), 1, - anon_sym_COMMA, + ACTIONS(9604), 1, + anon_sym_try, + ACTIONS(10678), 1, + anon_sym_LBRACE, ACTIONS(11439), 1, anon_sym_SEMI, - STATE(6815), 1, - aux_sym_field_declaration_repeat1, - STATE(8196), 1, - sym_attribute_specifier, - [269677] = 7, + ACTIONS(11441), 1, + anon_sym_EQ, + STATE(2068), 2, + sym_compound_statement, + sym_try_statement, + [269703] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(8417), 1, + ACTIONS(8421), 1, anon_sym_COMMA, - ACTIONS(11441), 1, + ACTIONS(11443), 1, anon_sym_SEMI, - STATE(6815), 1, + STATE(6772), 1, aux_sym_field_declaration_repeat1, - STATE(8191), 1, + STATE(8357), 1, sym_attribute_specifier, - [269699] = 3, + [269725] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11397), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11399), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [269713] = 3, + ACTIONS(9596), 1, + anon_sym_try, + ACTIONS(10666), 1, + anon_sym_LBRACE, + ACTIONS(11445), 1, + anon_sym_SEMI, + ACTIONS(11447), 1, + anon_sym_EQ, + STATE(1925), 2, + sym_compound_statement, + sym_try_statement, + [269745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11443), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11445), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [269727] = 3, + STATE(8443), 1, + sym_string_literal, + ACTIONS(119), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [269759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10870), 2, + ACTIONS(11425), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(11447), 4, + ACTIONS(11427), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [269741] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6166), 1, - anon_sym_LBRACK, - ACTIONS(7786), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6168), 2, - anon_sym_LPAREN2, - anon_sym_COLON, - STATE(5711), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [269759] = 3, + [269773] = 3, ACTIONS(3), 1, sym_comment, - STATE(8071), 1, + STATE(8195), 1, sym_string_literal, ACTIONS(119), 5, anon_sym_L_DQUOTE, @@ -516321,9195 +516332,9184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [269773] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(8417), 1, - anon_sym_COMMA, - ACTIONS(11449), 1, - anon_sym_SEMI, - STATE(6742), 1, - aux_sym_field_declaration_repeat1, - STATE(8280), 1, - sym_attribute_specifier, - [269795] = 3, + [269787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11443), 2, + ACTIONS(11449), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(11445), 4, + ACTIONS(11451), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [269809] = 6, + [269801] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9623), 1, - anon_sym_try, - ACTIONS(10666), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - ACTIONS(11451), 1, - anon_sym_SEMI, + ACTIONS(9861), 1, + anon_sym_try, ACTIONS(11453), 1, + anon_sym_SEMI, + ACTIONS(11455), 1, anon_sym_EQ, - STATE(1909), 2, + STATE(652), 2, sym_compound_statement, sym_try_statement, - [269829] = 3, + [269821] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(11455), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(11457), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(8421), 1, + anon_sym_COMMA, + ACTIONS(11457), 1, + anon_sym_SEMI, + STATE(6772), 1, + aux_sym_field_declaration_repeat1, + STATE(8043), 1, + sym_attribute_specifier, [269843] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8979), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(8983), 1, + anon_sym_EQ, + ACTIONS(11459), 1, + sym_identifier, + ACTIONS(8981), 2, + anon_sym_COMMA, + anon_sym_GT2, + [269860] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11461), 1, + sym_identifier, + STATE(8545), 1, + sym__namespace_specifier, + STATE(8651), 1, + sym_nested_namespace_specifier, + [269879] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11459), 1, + ACTIONS(11463), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6782), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [269860] = 5, + [269896] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11461), 1, + ACTIONS(11465), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6761), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [269877] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10440), 1, - anon_sym_COLON, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3319), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [269896] = 5, + [269913] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11463), 1, + ACTIONS(11467), 1, anon_sym_SEMI, - STATE(6774), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [269913] = 6, + [269930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10430), 1, - anon_sym_COLON, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3319), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [269932] = 5, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11469), 1, + anon_sym_SEMI, + STATE(6824), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [269947] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11465), 1, + ACTIONS(11471), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [269949] = 6, + [269964] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10505), 1, + ACTIONS(10466), 1, anon_sym_COLON, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [269968] = 5, + [269983] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11467), 1, + ACTIONS(11473), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [269985] = 6, + [270000] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11469), 1, + ACTIONS(11475), 1, anon_sym_RPAREN, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [270004] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(2370), 1, - sym_decltype_auto, - ACTIONS(11471), 2, - anon_sym_COMMA, - anon_sym_GT2, - [270021] = 5, + [270019] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11473), 1, - anon_sym_SEMI, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270038] = 5, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10436), 1, + anon_sym_COLON, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3274), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [270038] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11475), 1, - anon_sym_COMMA, - ACTIONS(11480), 1, - anon_sym___attribute, - STATE(6764), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(11478), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [270055] = 6, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(11477), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2350), 1, + sym_template_method, + STATE(7575), 1, + sym_operator_name, + [270057] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(11482), 1, + ACTIONS(11477), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(2395), 1, + STATE(2350), 1, sym_template_method, - STATE(7597), 1, + STATE(7601), 1, sym_operator_name, - [270074] = 5, + [270076] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11484), 1, + ACTIONS(11479), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6771), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270091] = 5, + [270093] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11486), 1, + ACTIONS(11481), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6809), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270108] = 5, + [270110] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11483), 5, + anon_sym_LPAREN2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [270121] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11488), 1, + ACTIONS(11485), 1, anon_sym_SEMI, - STATE(6784), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270125] = 6, + [270138] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(11490), 1, + ACTIONS(11487), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(3707), 1, + STATE(2350), 1, sym_template_method, - STATE(7590), 1, + STATE(7689), 1, sym_operator_name, - [270144] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(4204), 1, - sym_template_argument_list, - ACTIONS(6280), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [270161] = 5, + [270157] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11492), 1, + ACTIONS(11489), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270178] = 5, + [270174] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(11491), 1, + anon_sym_COMMA, + ACTIONS(11496), 1, anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11494), 1, + STATE(6772), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(11494), 2, anon_sym_SEMI, - STATE(6767), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270195] = 6, + anon_sym___attribute__, + [270191] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10444), 1, + ACTIONS(10440), 1, anon_sym_COLON, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [270214] = 5, + [270210] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(2384), 1, + sym_decltype_auto, + ACTIONS(11498), 2, + anon_sym_COMMA, + anon_sym_GT2, + [270227] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11496), 1, + ACTIONS(11500), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6811), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270231] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11498), 1, - sym_identifier, - STATE(7399), 1, - sym__namespace_specifier, - STATE(7490), 1, - sym_nested_namespace_specifier, - [270250] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11500), 1, - sym_identifier, - STATE(8328), 1, - sym__namespace_specifier, - STATE(8549), 1, - sym_nested_namespace_specifier, - [270269] = 6, + [270244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, - sym_identifier, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, ACTIONS(11502), 1, - aux_sym_preproc_if_token2, - STATE(6658), 1, - sym_enumerator, - STATE(6946), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(6949), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - [270288] = 5, + anon_sym_SEMI, + STATE(6797), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270261] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, ACTIONS(11504), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6784), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270305] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, - ACTIONS(11506), 1, - anon_sym_RPAREN, - STATE(2980), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [270324] = 5, + [270278] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11508), 1, + ACTIONS(11506), 1, anon_sym_SEMI, - STATE(6796), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270341] = 5, + [270295] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10904), 1, + ACTIONS(10899), 1, anon_sym_COMMA, - ACTIONS(11512), 1, + ACTIONS(11510), 1, anon_sym___attribute, - STATE(6764), 1, + STATE(6825), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(11510), 2, + ACTIONS(11508), 2, anon_sym_SEMI, anon_sym___attribute__, - [270358] = 5, + [270312] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11514), 1, + ACTIONS(11512), 1, anon_sym_SEMI, - STATE(6771), 2, + STATE(6787), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270375] = 5, + [270329] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + ACTIONS(11514), 1, + anon_sym_RPAREN, + STATE(2968), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [270348] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, ACTIONS(11516), 1, anon_sym_SEMI, - STATE(6758), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270392] = 5, + [270365] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, ACTIONS(11518), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6801), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270409] = 6, + [270382] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10436), 1, - anon_sym_COLON, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3319), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [270428] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10772), 1, - anon_sym_LBRACK, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, ACTIONS(11520), 1, - anon_sym_RPAREN, - STATE(2980), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [270447] = 5, + anon_sym_SEMI, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, ACTIONS(11522), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270464] = 3, + [270416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11524), 2, - anon_sym_class, - anon_sym_typename, - STATE(7593), 3, - sym_type_parameter_declaration, - sym_variadic_type_parameter_declaration, - sym_optional_type_parameter_declaration, - [270477] = 5, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11524), 1, + anon_sym_SEMI, + STATE(6788), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270433] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - ACTIONS(11528), 1, - anon_sym_COLON_COLON, - STATE(7610), 1, - sym_argument_list, - ACTIONS(11526), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [270494] = 5, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11526), 1, + anon_sym_SEMI, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270450] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11530), 1, + ACTIONS(11528), 1, anon_sym_SEMI, - STATE(6819), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270511] = 6, + [270467] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11530), 1, + sym_identifier, + STATE(7277), 1, + sym__namespace_specifier, + STATE(7511), 1, + sym_nested_namespace_specifier, + [270486] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1836), 1, anon_sym_operator, - ACTIONS(11482), 1, + ACTIONS(11532), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(2395), 1, + STATE(3693), 1, sym_template_method, - STATE(7650), 1, + STATE(7673), 1, sym_operator_name, - [270530] = 6, + [270505] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11534), 1, + anon_sym_SEMI, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270522] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11007), 1, + ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11532), 1, - sym_identifier, - STATE(8151), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, - sym__namespace_specifier, - [270549] = 5, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1573), 1, + sym_template_argument_list, + ACTIONS(4833), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [270539] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8123), 1, + sym_auto, + ACTIONS(8125), 1, + anon_sym_decltype, + STATE(2384), 1, + sym_decltype_auto, + ACTIONS(11536), 2, + anon_sym_COMMA, + anon_sym_GT2, + [270556] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10448), 1, + anon_sym_COLON, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3274), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [270575] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10430), 1, + anon_sym_COLON, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3274), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [270594] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11534), 1, + ACTIONS(11538), 1, anon_sym_SEMI, - STATE(6763), 2, + STATE(6807), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270566] = 5, + [270611] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11536), 1, + ACTIONS(11540), 1, anon_sym_SEMI, - STATE(6798), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270583] = 6, + [270628] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(11538), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2395), 1, - sym_template_method, - STATE(7727), 1, - sym_operator_name, - [270602] = 5, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10458), 1, + anon_sym_COLON, + ACTIONS(10745), 1, + anon_sym_LBRACK, + STATE(3274), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [270647] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11540), 1, - anon_sym_SEMI, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270619] = 5, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2325), 1, + sym_template_argument_list, + ACTIONS(6218), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [270664] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, + ACTIONS(10575), 1, + sym_identifier, ACTIONS(11542), 1, - anon_sym_SEMI, - STATE(6787), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270636] = 5, + aux_sym_preproc_if_token2, + STATE(6632), 1, + sym_enumerator, + STATE(6896), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(6943), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [270683] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, ACTIONS(11544), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270653] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11548), 1, - anon_sym_COLON_COLON, - ACTIONS(11546), 4, - anon_sym_virtual, - sym_identifier, - anon_sym_decltype, - anon_sym_template, - [270666] = 5, + [270700] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11550), 1, + ACTIONS(11546), 1, anon_sym_SEMI, - STATE(6766), 2, + STATE(6759), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270683] = 5, + [270717] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11552), 1, + ACTIONS(11548), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6785), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270700] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6278), 1, - anon_sym_LBRACK, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(3692), 1, - sym_template_argument_list, - ACTIONS(6280), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [270717] = 5, + [270734] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1574), 1, - sym_template_argument_list, - ACTIONS(4861), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [270734] = 5, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11550), 1, + sym_identifier, + STATE(7943), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [270753] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11554), 1, + ACTIONS(11552), 1, anon_sym_SEMI, - STATE(6760), 2, + STATE(6769), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270751] = 6, + [270770] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10509), 1, + ACTIONS(10462), 1, anon_sym_COLON, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [270770] = 5, + [270789] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8958), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(8962), 1, - anon_sym_EQ, - ACTIONS(11556), 1, - sym_identifier, - ACTIONS(8960), 2, - anon_sym_COMMA, - anon_sym_GT2, - [270787] = 6, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11554), 1, + anon_sym_SEMI, + STATE(4190), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11007), 1, + ACTIONS(11558), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11498), 1, + ACTIONS(11556), 4, + anon_sym_virtual, sym_identifier, - STATE(7236), 1, - sym__namespace_specifier, - STATE(7697), 1, - sym_nested_namespace_specifier, - [270806] = 5, + anon_sym_decltype, + anon_sym_template, + [270819] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11558), 1, + ACTIONS(11560), 1, anon_sym_SEMI, - STATE(6754), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270823] = 5, + [270836] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11560), 1, + ACTIONS(11562), 1, anon_sym_SEMI, - STATE(6753), 2, + STATE(6778), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270840] = 5, + [270853] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11562), 1, + ACTIONS(11564), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [270857] = 6, + [270870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1836), 1, - anon_sym_operator, - ACTIONS(11564), 1, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11566), 1, sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(3530), 1, - sym_template_method, - STATE(7504), 1, - sym_operator_name, - [270876] = 5, + STATE(7813), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [270889] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11566), 1, - anon_sym_SEMI, - STATE(6820), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270893] = 6, + ACTIONS(11013), 1, + anon_sym_COLON_COLON, + ACTIONS(11015), 1, + anon_sym_inline, + ACTIONS(11568), 1, + sym_identifier, + STATE(7989), 1, + sym_nested_namespace_specifier, + STATE(8545), 1, + sym__namespace_specifier, + [270908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - ACTIONS(11568), 1, + ACTIONS(11570), 1, anon_sym_RPAREN, - STATE(2980), 1, + STATE(2968), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [270912] = 5, + [270927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8152), 1, - sym_auto, - ACTIONS(8154), 1, - anon_sym_decltype, - STATE(2370), 1, - sym_decltype_auto, - ACTIONS(11570), 2, - anon_sym_COMMA, - anon_sym_GT2, - [270929] = 5, + ACTIONS(11572), 2, + anon_sym_class, + anon_sym_typename, + STATE(7627), 3, + sym_type_parameter_declaration, + sym_variadic_type_parameter_declaration, + sym_optional_type_parameter_declaration, + [270940] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11572), 1, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + ACTIONS(11576), 1, + anon_sym_COLON_COLON, + STATE(7674), 1, + sym_argument_list, + ACTIONS(11574), 2, anon_sym_COMMA, - ACTIONS(11577), 1, - anon_sym___attribute, - STATE(6815), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(11575), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [270946] = 5, + anon_sym_RBRACK_RBRACK, + [270957] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - STATE(2325), 1, + ACTIONS(6335), 1, + anon_sym_LBRACK, + STATE(3686), 1, sym_template_argument_list, - ACTIONS(6221), 2, + ACTIONS(6337), 2, anon_sym_LPAREN2, - anon_sym_LBRACE, - [270963] = 6, + anon_sym_LBRACK_LBRACK, + [270974] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(43), 1, + anon_sym___attribute, + ACTIONS(6993), 1, + anon_sym___attribute__, + ACTIONS(11578), 1, + anon_sym_SEMI, + STATE(6791), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [270991] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(10452), 1, + ACTIONS(10444), 1, anon_sym_COLON, - ACTIONS(10772), 1, + ACTIONS(10745), 1, anon_sym_LBRACK, - STATE(3319), 1, + STATE(3274), 1, sym_parameter_list, - STATE(5979), 1, + STATE(5970), 1, sym__function_declarator_seq, - [270982] = 5, + [271010] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11579), 1, - anon_sym_SEMI, - STATE(6810), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [270999] = 5, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6335), 1, + anon_sym_LBRACK, + STATE(4210), 1, + sym_template_argument_list, + ACTIONS(6337), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [271027] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11581), 1, - anon_sym_SEMI, - STATE(4181), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [271016] = 5, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + ACTIONS(10745), 1, + anon_sym_LBRACK, + ACTIONS(11580), 1, + anon_sym_RPAREN, + STATE(2968), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [271046] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_operator, + ACTIONS(11582), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(3503), 1, + sym_template_method, + STATE(7598), 1, + sym_operator_name, + [271065] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11583), 1, + ACTIONS(11584), 1, anon_sym_SEMI, - STATE(4181), 2, + STATE(6757), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [271033] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11585), 5, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [271044] = 5, + [271082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___attribute, - ACTIONS(6999), 1, + ACTIONS(6993), 1, anon_sym___attribute__, - ACTIONS(11587), 1, + ACTIONS(11586), 1, anon_sym_SEMI, - STATE(6778), 2, + STATE(4190), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [271061] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - ACTIONS(10448), 1, - anon_sym_COLON, - ACTIONS(10772), 1, - anon_sym_LBRACK, - STATE(3319), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [271080] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11007), 1, - anon_sym_COLON_COLON, - ACTIONS(11009), 1, - anon_sym_inline, - ACTIONS(11589), 1, - sym_identifier, - STATE(8328), 1, - sym__namespace_specifier, - STATE(8453), 1, - sym_nested_namespace_specifier, [271099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(11588), 1, + anon_sym_COMMA, + ACTIONS(11593), 1, anon_sym___attribute, - ACTIONS(6999), 1, - anon_sym___attribute__, - ACTIONS(11591), 1, + STATE(6825), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(11591), 2, anon_sym_SEMI, - STATE(6801), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, + anon_sym___attribute__, [271116] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(11007), 1, + ACTIONS(11013), 1, anon_sym_COLON_COLON, - ACTIONS(11009), 1, + ACTIONS(11015), 1, anon_sym_inline, - ACTIONS(11593), 1, + ACTIONS(11530), 1, sym_identifier, - STATE(8226), 1, - sym_nested_namespace_specifier, - STATE(8328), 1, + STATE(7303), 1, sym__namespace_specifier, - [271135] = 5, + STATE(7495), 1, + sym_nested_namespace_specifier, + [271135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(8461), 1, + ACTIONS(10381), 1, anon_sym_LBRACE, - STATE(4407), 1, - sym_field_declaration_list, - STATE(7736), 1, - sym_base_class_clause, - [271151] = 5, + STATE(2465), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [271149] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8551), 1, + anon_sym___attribute, + ACTIONS(8549), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [271161] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(2809), 1, + STATE(2870), 1, sym_field_declaration_list, - STATE(7491), 1, + STATE(7454), 1, sym_base_class_clause, - [271167] = 5, + [271177] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, + ACTIONS(4892), 1, + anon_sym_LT, ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11597), 1, - anon_sym_GT2, - STATE(7277), 1, - aux_sym_template_argument_list_repeat1, - [271183] = 4, + sym_identifier, + STATE(821), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [271193] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10417), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6703), 1, anon_sym_LBRACE, - STATE(2483), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [271197] = 5, + STATE(3068), 1, + sym_field_declaration_list, + STATE(7521), 1, + sym_base_class_clause, + [271209] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(5667), 1, anon_sym_COLON, - STATE(7297), 1, - sym_compound_statement, - STATE(7714), 1, - sym_field_initializer_list, - [271213] = 5, - ACTIONS(3), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + STATE(2853), 1, + sym_field_declaration_list, + STATE(7588), 1, + sym_base_class_clause, + [271225] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(11597), 1, + anon_sym_DQUOTE, ACTIONS(11599), 1, - anon_sym_GT2, - STATE(7356), 1, - aux_sym_template_argument_list_repeat1, - [271229] = 5, - ACTIONS(9954), 1, - sym_comment, + aux_sym_string_literal_token1, ACTIONS(11601), 1, - anon_sym_DQUOTE, + sym_escape_sequence, + STATE(6893), 1, + aux_sym_string_literal_repeat1, + [271241] = 5, + ACTIONS(9919), 1, + sym_comment, ACTIONS(11603), 1, + anon_sym_DQUOTE, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11606), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [271245] = 4, + [271257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10377), 1, - anon_sym_LBRACE, - STATE(3479), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(8103), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [271259] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11609), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11611), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [271273] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(816), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [271289] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(4861), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1820), 1, - sym_template_argument_list, - [271305] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11616), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [271319] = 4, + STATE(7682), 1, + sym_argument_list, + ACTIONS(11609), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [271271] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11620), 1, + ACTIONS(11171), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(6887), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [271333] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11622), 1, - anon_sym___except, - ACTIONS(11624), 1, - anon_sym___finally, - STATE(538), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [271347] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11626), 1, - anon_sym_DQUOTE, - ACTIONS(11628), 1, - aux_sym_string_literal_token1, - ACTIONS(11630), 1, - sym_escape_sequence, - STATE(6977), 1, - aux_sym_string_literal_repeat1, - [271363] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11632), 1, - anon_sym_GT2, - STATE(7340), 1, - aux_sym_template_argument_list_repeat1, - [271379] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11634), 1, - anon_sym___except, - ACTIONS(11636), 1, - anon_sym___finally, - STATE(282), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [271393] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11638), 1, - anon_sym_SEMI, - STATE(1577), 1, - sym_template_argument_list, - [271409] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11640), 1, - anon_sym_SEMI, - STATE(1577), 1, - sym_template_argument_list, - [271425] = 5, + [271285] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6295), 1, + ACTIONS(8533), 1, anon_sym_LBRACE, - STATE(2820), 1, + STATE(4842), 1, sym_field_declaration_list, - STATE(7517), 1, + STATE(7490), 1, sym_base_class_clause, - [271441] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9536), 1, - anon_sym_LBRACE, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - STATE(3897), 1, - sym_requirement_seq, - STATE(7629), 1, - sym_requires_parameter_list, - [271457] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3467), 1, - anon_sym_LBRACE, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(7420), 2, - sym_argument_list, - sym_initializer_list, - [271471] = 5, + [271301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10416), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, - anon_sym_COLON, - STATE(7109), 1, + STATE(3690), 1, sym_compound_statement, - STATE(7458), 1, - sym_field_initializer_list, - [271487] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11644), 1, - anon_sym_GT2, - STATE(7319), 1, - aux_sym_template_argument_list_repeat1, - [271503] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11646), 1, - aux_sym_preproc_include_token2, - ACTIONS(11648), 1, - anon_sym_LPAREN, - ACTIONS(11650), 1, - sym_preproc_arg, - STATE(7585), 1, - sym_preproc_params, - [271519] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11652), 1, - anon_sym_SEMI, - STATE(1577), 1, - sym_template_argument_list, - [271535] = 5, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [271315] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11654), 1, + ACTIONS(11613), 1, anon_sym_GT2, - STATE(7211), 1, + STATE(7100), 1, aux_sym_template_argument_list_repeat1, - [271551] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11656), 1, - anon_sym_COMMA, - STATE(6854), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(11659), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [271565] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(799), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [271581] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(10607), 1, - anon_sym_COLON, - STATE(7388), 1, - sym_compound_statement, - STATE(7785), 1, - sym_field_initializer_list, - [271597] = 4, - ACTIONS(3), 1, + [271331] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10375), 1, - anon_sym_LBRACE, - STATE(3359), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [271611] = 4, - ACTIONS(3), 1, + ACTIONS(11615), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [271345] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10373), 1, - anon_sym_LBRACE, - STATE(3761), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [271625] = 4, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11619), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [271361] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11140), 1, + ACTIONS(11621), 1, anon_sym_EQ, - STATE(7034), 2, + STATE(6936), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [271639] = 4, + [271375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10417), 1, + ACTIONS(10408), 1, anon_sym_LBRACE, - STATE(2456), 1, + STATE(1607), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [271653] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11663), 1, - anon_sym___attribute, - ACTIONS(11661), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [271665] = 5, + [271389] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(5858), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - STATE(2230), 1, + STATE(4416), 1, sym_field_declaration_list, - STATE(7462), 1, + STATE(7651), 1, sym_base_class_clause, - [271681] = 4, + [271405] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10391), 1, - anon_sym_LBRACE, - STATE(1608), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(11623), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [271695] = 5, + ACTIONS(11625), 1, + anon_sym_LBRACE, + STATE(5849), 1, + sym_requirement_seq, + STATE(7637), 1, + sym_requires_parameter_list, + [271421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, + ACTIONS(11627), 4, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - STATE(2513), 1, - sym_argument_list, - STATE(3860), 1, - sym_initializer_list, - [271711] = 5, + anon_sym_EQ, + anon_sym_try, + [271431] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, + ACTIONS(5024), 1, anon_sym_LBRACE, - ACTIONS(11665), 1, + ACTIONS(11629), 1, anon_sym_COLON_COLON, - ACTIONS(11667), 1, + ACTIONS(11631), 1, anon_sym_EQ, - STATE(379), 1, + STATE(337), 1, sym_declaration_list, - [271727] = 3, + [271447] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11669), 1, - sym_identifier, - ACTIONS(11671), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [271739] = 5, + ACTIONS(11633), 1, + anon_sym___except, + ACTIONS(11635), 1, + anon_sym___finally, + STATE(459), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [271461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(5020), 1, anon_sym_LBRACE, - STATE(3048), 1, - sym_field_declaration_list, - STATE(7750), 1, - sym_base_class_clause, - [271755] = 4, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(11637), 1, + anon_sym_EQ, + STATE(601), 1, + sym_declaration_list, + [271477] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11639), 1, + anon_sym_DQUOTE, + ACTIONS(11641), 1, + aux_sym_string_literal_token1, + ACTIONS(11643), 1, + sym_escape_sequence, + STATE(6834), 1, + aux_sym_string_literal_repeat1, + [271493] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11645), 1, + anon_sym_DQUOTE, + ACTIONS(11647), 1, + aux_sym_string_literal_token1, + ACTIONS(11649), 1, + sym_escape_sequence, + STATE(6860), 1, + aux_sym_string_literal_repeat1, + [271509] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10377), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(3438), 1, + STATE(1604), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [271769] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11675), 1, - anon_sym___attribute, - ACTIONS(11673), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [271781] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6093), 1, - anon_sym_LBRACE, - STATE(2565), 1, - sym_field_declaration_list, - STATE(7690), 1, - sym_base_class_clause, - [271797] = 5, - ACTIONS(3), 1, + [271523] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11677), 1, - anon_sym_GT2, - STATE(7244), 1, - aux_sym_template_argument_list_repeat1, - [271813] = 5, + ACTIONS(11651), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [271537] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11679), 1, + ACTIONS(11653), 1, anon_sym_SEMI, STATE(1577), 1, sym_template_argument_list, - [271829] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9560), 1, - anon_sym_LBRACE, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - STATE(2421), 1, - sym_requirement_seq, - STATE(7498), 1, - sym_requires_parameter_list, - [271845] = 5, + [271553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6262), 1, - anon_sym_LBRACE, - STATE(3451), 1, - sym_field_declaration_list, - STATE(7520), 1, - sym_base_class_clause, - [271861] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11681), 1, - anon_sym_DQUOTE, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [271877] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11687), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [271893] = 4, - ACTIONS(9954), 1, + ACTIONS(11655), 1, + anon_sym___except, + ACTIONS(11657), 1, + anon_sym___finally, + STATE(270), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [271567] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11689), 1, + ACTIONS(11659), 1, anon_sym_SQUOTE, - STATE(6835), 1, + STATE(6912), 1, aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, + ACTIONS(11617), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [271907] = 5, - ACTIONS(9954), 1, + [271581] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(11691), 1, + ACTIONS(11663), 1, + anon_sym___attribute, + ACTIONS(11661), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [271593] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11623), 1, + anon_sym_LPAREN2, + ACTIONS(11665), 1, + anon_sym_LBRACE, + STATE(1610), 1, + sym_requirement_seq, + STATE(7612), 1, + sym_requires_parameter_list, + [271609] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11667), 1, anon_sym_DQUOTE, - ACTIONS(11693), 1, + ACTIONS(11669), 1, aux_sym_string_literal_token1, - ACTIONS(11695), 1, + ACTIONS(11671), 1, sym_escape_sequence, - STATE(6876), 1, + STATE(7011), 1, aux_sym_string_literal_repeat1, - [271923] = 5, - ACTIONS(9954), 1, + [271625] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11607), 1, sym_escape_sequence, - ACTIONS(11697), 1, + ACTIONS(11673), 1, anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [271939] = 5, + [271641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6262), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11675), 1, + anon_sym_GT2, + STATE(7156), 1, + aux_sym_template_argument_list_repeat1, + [271657] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5665), 1, anon_sym_LBRACE, - STATE(3444), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + STATE(2161), 1, sym_field_declaration_list, - STATE(7522), 1, + STATE(7567), 1, sym_base_class_clause, - [271955] = 5, - ACTIONS(9954), 1, + [271673] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11699), 1, - anon_sym_DQUOTE, - ACTIONS(11701), 1, - aux_sym_string_literal_token1, - ACTIONS(11703), 1, - sym_escape_sequence, - STATE(6879), 1, - aux_sym_string_literal_repeat1, - [271971] = 5, + ACTIONS(11677), 1, + anon_sym_COMMA, + STATE(6923), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(11679), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [271687] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6262), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - STATE(2910), 1, + STATE(2548), 1, sym_field_declaration_list, - STATE(7581), 1, + STATE(7580), 1, sym_base_class_clause, - [271987] = 5, + [271703] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11681), 1, + anon_sym_EQ, + STATE(5885), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [271717] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11705), 1, + ACTIONS(11683), 1, anon_sym_GT2, - STATE(7331), 1, + STATE(7136), 1, aux_sym_template_argument_list_repeat1, - [272003] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11707), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [272019] = 4, + [271733] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11709), 1, - anon_sym___except, - ACTIONS(11711), 1, - anon_sym___finally, - STATE(843), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [272033] = 5, - ACTIONS(9954), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(8533), 1, + anon_sym_LBRACE, + STATE(4849), 1, + sym_field_declaration_list, + STATE(7541), 1, + sym_base_class_clause, + [271749] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11713), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [272049] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(815), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [272065] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11715), 1, anon_sym_DQUOTE, - ACTIONS(11717), 1, + ACTIONS(11687), 1, aux_sym_string_literal_token1, - ACTIONS(11719), 1, + ACTIONS(11689), 1, sym_escape_sequence, - STATE(6884), 1, + STATE(6875), 1, aux_sym_string_literal_repeat1, - [272081] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10391), 1, - anon_sym_LBRACE, - STATE(1599), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [272095] = 5, + [271765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(11721), 1, - anon_sym_SEMI, - STATE(1577), 1, - sym_template_argument_list, - [272111] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11691), 1, + anon_sym_GT2, + STATE(7067), 1, + aux_sym_template_argument_list_repeat1, + [271781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10373), 1, + ACTIONS(10416), 1, anon_sym_LBRACE, - STATE(3639), 1, + STATE(3762), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [272125] = 4, + [271795] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11723), 1, - anon_sym_EQ, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [272139] = 4, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6703), 1, + anon_sym_LBRACE, + STATE(3057), 1, + sym_field_declaration_list, + STATE(7488), 1, + sym_base_class_clause, + [271811] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11205), 1, + ACTIONS(5032), 1, + anon_sym_LBRACE, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(11693), 1, anon_sym_EQ, - STATE(6892), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [272153] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11725), 1, - anon_sym_GT2, - STATE(7311), 1, - aux_sym_template_argument_list_repeat1, - [272169] = 4, - ACTIONS(3), 1, + STATE(659), 1, + sym_declaration_list, + [271827] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11727), 1, - anon_sym_EQ, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [272183] = 5, - ACTIONS(9954), 1, + ACTIONS(11695), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [271841] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11607), 1, sym_escape_sequence, - ACTIONS(11729), 1, + ACTIONS(11697), 1, anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272199] = 5, - ACTIONS(3), 1, + [271857] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(11731), 1, - anon_sym_EQ, - STATE(550), 1, - sym_declaration_list, - [272215] = 5, - ACTIONS(9954), 1, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11699), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [271873] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11733), 1, + ACTIONS(11701), 1, anon_sym_DQUOTE, - ACTIONS(11735), 1, + ACTIONS(11703), 1, aux_sym_string_literal_token1, - ACTIONS(11737), 1, + ACTIONS(11705), 1, sym_escape_sequence, - STATE(6896), 1, + STATE(6981), 1, aux_sym_string_literal_repeat1, - [272231] = 4, + [271889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10417), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(2496), 1, + STATE(1608), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [272245] = 4, + [271903] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11150), 1, - anon_sym_EQ, - STATE(6895), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [272259] = 4, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6598), 1, + anon_sym_LBRACE, + STATE(2908), 1, + sym_field_declaration_list, + STATE(7719), 1, + sym_base_class_clause, + [271919] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10375), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(3427), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [272273] = 5, + STATE(2303), 1, + sym_field_declaration_list, + STATE(7711), 1, + sym_base_class_clause, + [271935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11739), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(11743), 1, + ACTIONS(10381), 1, anon_sym_LBRACE, - STATE(7251), 1, - aux_sym_base_class_clause_repeat1, - [272289] = 5, + STATE(2483), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [271949] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, + ACTIONS(4892), 1, + anon_sym_LT, ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11745), 1, - anon_sym_GT2, - STATE(7291), 1, - aux_sym_template_argument_list_repeat1, - [272305] = 4, + sym_identifier, + STATE(807), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [271965] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10393), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(3949), 1, + STATE(1607), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [272319] = 4, + [271979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11747), 1, - anon_sym_COMMA, - STATE(6938), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(11749), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [272333] = 5, - ACTIONS(9954), 1, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11707), 1, + anon_sym_SEMI, + STATE(1577), 1, + sym_template_argument_list, + [271995] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(11709), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [272009] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11607), 1, sym_escape_sequence, - ACTIONS(11751), 1, + ACTIONS(11711), 1, anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272349] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11753), 1, - anon_sym_COMMA, - STATE(6907), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(11756), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [272363] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - ACTIONS(11758), 1, - anon_sym_LBRACE, - STATE(1609), 1, - sym_requirement_seq, - STATE(7779), 1, - sym_requires_parameter_list, - [272379] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(797), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [272395] = 4, + [272025] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10393), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(3867), 1, + ACTIONS(10609), 1, + anon_sym_COLON, + STATE(7365), 1, sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [272409] = 4, + STATE(7713), 1, + sym_field_initializer_list, + [272041] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11760), 1, + ACTIONS(11713), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [272423] = 5, - ACTIONS(9954), 1, + [272055] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11762), 1, + ACTIONS(11715), 1, anon_sym_DQUOTE, - ACTIONS(11764), 1, + ACTIONS(11717), 1, aux_sym_string_literal_token1, - ACTIONS(11766), 1, + ACTIONS(11719), 1, sym_escape_sequence, - STATE(6906), 1, + STATE(6894), 1, aux_sym_string_literal_repeat1, - [272439] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(810), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [272455] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(11768), 1, - aux_sym_preproc_if_token2, - STATE(6946), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [272469] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10391), 1, - anon_sym_LBRACE, - STATE(1595), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [272483] = 5, - ACTIONS(9954), 1, + [272071] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11770), 1, + ACTIONS(11721), 1, anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [272499] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11683), 1, + ACTIONS(11723), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11725), 1, sym_escape_sequence, - ACTIONS(11772), 1, - anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6962), 1, aux_sym_string_literal_repeat1, - [272515] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11774), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [272529] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11776), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [272543] = 4, + [272087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1574), 1, - sym_template_argument_list, - ACTIONS(6280), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [272557] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6262), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(2902), 1, + STATE(4975), 1, sym_field_declaration_list, - STATE(7642), 1, + STATE(7667), 1, sym_base_class_clause, - [272573] = 5, + [272103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6703), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(3090), 1, + STATE(4964), 1, sym_field_declaration_list, - STATE(7741), 1, + STATE(7668), 1, sym_base_class_clause, - [272589] = 5, - ACTIONS(9954), 1, + [272119] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(11778), 1, + ACTIONS(9544), 1, + anon_sym_LBRACE, + ACTIONS(11623), 1, + anon_sym_LPAREN2, + STATE(3287), 1, + sym_requirement_seq, + STATE(7636), 1, + sym_requires_parameter_list, + [272135] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11727), 1, anon_sym_DQUOTE, - ACTIONS(11780), 1, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [272151] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11782), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(6945), 1, + ACTIONS(11729), 1, + anon_sym_DQUOTE, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272605] = 5, + [272167] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11731), 1, + anon_sym_GT2, + STATE(7106), 1, + aux_sym_template_argument_list_repeat1, + [272183] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10731), 1, sym_identifier, - ACTIONS(11502), 1, + ACTIONS(11733), 1, aux_sym_preproc_if_token2, - STATE(6949), 1, + STATE(6592), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, + STATE(7870), 1, sym_enumerator, - [272621] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11784), 1, - anon_sym_COMMA, - STATE(6996), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(11786), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [272635] = 5, + [272199] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6093), 1, + ACTIONS(2520), 1, anon_sym_LBRACE, - STATE(2528), 1, - sym_field_declaration_list, - STATE(7453), 1, - sym_base_class_clause, - [272651] = 5, + ACTIONS(6927), 1, + anon_sym_LPAREN2, + STATE(3741), 1, + sym_initializer_list, + STATE(3755), 1, + sym_argument_list, + [272215] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11788), 1, + ACTIONS(11735), 1, anon_sym_GT2, - STATE(7271), 1, + STATE(7398), 1, aux_sym_template_argument_list_repeat1, - [272667] = 5, - ACTIONS(9954), 1, + [272231] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11790), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [272683] = 5, + ACTIONS(11737), 1, + aux_sym_preproc_include_token2, + ACTIONS(11739), 1, + anon_sym_LPAREN, + ACTIONS(11741), 1, + sym_preproc_arg, + STATE(7621), 1, + sym_preproc_params, + [272247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - ACTIONS(11792), 1, + ACTIONS(11743), 1, + anon_sym___except, + ACTIONS(11745), 1, + anon_sym___finally, + STATE(430), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [272261] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10385), 1, anon_sym_LBRACE, - STATE(5582), 1, - sym_requirement_seq, - STATE(7694), 1, - sym_requires_parameter_list, - [272699] = 5, + STATE(5568), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [272275] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11794), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11796), 1, - anon_sym_LBRACE, - STATE(7314), 1, - aux_sym_base_class_clause_repeat1, - [272715] = 5, - ACTIONS(9954), 1, + ACTIONS(11747), 1, + anon_sym_GT2, + STATE(7127), 1, + aux_sym_template_argument_list_repeat1, + [272291] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11798), 1, - anon_sym_DQUOTE, - ACTIONS(11800), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11802), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(6928), 1, + ACTIONS(11749), 1, + anon_sym_DQUOTE, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272731] = 4, + [272307] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11158), 1, - anon_sym_EQ, - STATE(6911), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [272745] = 5, - ACTIONS(9954), 1, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(11751), 1, + aux_sym_preproc_if_token2, + STATE(6943), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [272321] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11804), 1, - anon_sym_DQUOTE, - ACTIONS(11806), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11808), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(6916), 1, + ACTIONS(11753), 1, + anon_sym_DQUOTE, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272761] = 4, + [272337] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11810), 1, + ACTIONS(11755), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(6944), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [272775] = 5, + [272351] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - ACTIONS(6839), 1, - anon_sym_LPAREN2, - STATE(3663), 1, - sym_initializer_list, - STATE(3669), 1, - sym_argument_list, - [272791] = 5, + ACTIONS(4892), 1, + anon_sym_LT, + ACTIONS(11595), 1, + sym_identifier, + STATE(815), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [272367] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11812), 1, + ACTIONS(11757), 1, anon_sym_GT2, - STATE(7249), 1, + STATE(7118), 1, aux_sym_template_argument_list_repeat1, - [272807] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11814), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [272823] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11747), 1, - anon_sym_COMMA, - STATE(6854), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(11816), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [272837] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11648), 1, - anon_sym_LPAREN, - ACTIONS(11818), 1, - aux_sym_preproc_include_token2, - ACTIONS(11820), 1, - sym_preproc_arg, - STATE(7725), 1, - sym_preproc_params, - [272853] = 5, + [272383] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(822), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [272869] = 5, + ACTIONS(10373), 1, + anon_sym_LBRACE, + STATE(4232), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [272397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(5858), 1, + ACTIONS(10402), 1, anon_sym_LBRACE, - STATE(2273), 1, - sym_field_declaration_list, - STATE(7501), 1, - sym_base_class_clause, - [272885] = 5, + STATE(3915), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [272411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(10406), 1, anon_sym_LBRACE, - STATE(2843), 1, - sym_field_declaration_list, - STATE(7681), 1, - sym_base_class_clause, - [272901] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11822), 1, - anon_sym_DQUOTE, - ACTIONS(11824), 1, - aux_sym_string_literal_token1, - ACTIONS(11826), 1, - sym_escape_sequence, - STATE(6937), 1, - aux_sym_string_literal_repeat1, - [272917] = 4, - ACTIONS(9954), 1, + STATE(3480), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [272425] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11828), 1, + ACTIONS(11759), 1, anon_sym_SQUOTE, - STATE(6835), 1, + STATE(6912), 1, aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, + ACTIONS(11761), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [272931] = 5, - ACTIONS(9954), 1, + [272439] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(11764), 1, + anon_sym_DQUOTE, + ACTIONS(11766), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11768), 1, sym_escape_sequence, - ACTIONS(11830), 1, + STATE(6874), 1, + aux_sym_string_literal_repeat1, + [272455] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11770), 1, anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [272947] = 4, + [272471] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10536), 1, - sym_identifier, - ACTIONS(11832), 1, - aux_sym_preproc_if_token2, - STATE(6566), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [272961] = 4, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6372), 1, + anon_sym_LBRACE, + STATE(2834), 1, + sym_field_declaration_list, + STATE(7698), 1, + sym_base_class_clause, + [272487] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11172), 1, + ACTIONS(11772), 1, anon_sym_EQ, - STATE(6965), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [272975] = 5, - ACTIONS(9954), 1, + [272501] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11648), 1, - anon_sym_LPAREN, - ACTIONS(11834), 1, - aux_sym_preproc_include_token2, - ACTIONS(11836), 1, - sym_preproc_arg, - STATE(7632), 1, - sym_preproc_params, - [272991] = 5, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11155), 1, + anon_sym_EQ, + STATE(6865), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [272515] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10727), 1, - sym_identifier, - ACTIONS(11838), 1, - aux_sym_preproc_if_token2, - STATE(6601), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(8000), 1, - sym_enumerator, - [273007] = 5, + ACTIONS(9562), 1, + anon_sym_LBRACE, + ACTIONS(11623), 1, + anon_sym_LPAREN2, + STATE(3732), 1, + sym_requirement_seq, + STATE(7784), 1, + sym_requires_parameter_list, + [272531] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11840), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11842), 1, + ACTIONS(11774), 1, + anon_sym_GT2, + STATE(7237), 1, + aux_sym_template_argument_list_repeat1, + [272547] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7413), 1, - aux_sym_base_class_clause_repeat1, - [273023] = 5, + ACTIONS(10609), 1, + anon_sym_COLON, + STATE(7311), 1, + sym_compound_statement, + STATE(7542), 1, + sym_field_initializer_list, + [272563] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9576), 1, + ACTIONS(10385), 1, anon_sym_LBRACE, - ACTIONS(11642), 1, + STATE(5561), 1, + sym_compound_statement, + ACTIONS(10197), 2, anon_sym_LPAREN2, - STATE(3656), 1, - sym_requirement_seq, - STATE(7720), 1, - sym_requires_parameter_list, - [273039] = 4, + anon_sym_LBRACK, + [272577] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11776), 1, + anon_sym_SEMI, + STATE(1577), 1, + sym_template_argument_list, + [272593] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11778), 1, + anon_sym_COMMA, + STATE(6923), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(11781), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [272607] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11783), 1, + anon_sym_SEMI, + STATE(1577), 1, + sym_template_argument_list, + [272623] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4892), 1, + anon_sym_LT, + ACTIONS(11595), 1, + sym_identifier, + STATE(812), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [272639] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11739), 1, + anon_sym_LPAREN, + ACTIONS(11785), 1, + aux_sym_preproc_include_token2, + ACTIONS(11787), 1, + sym_preproc_arg, + STATE(7461), 1, + sym_preproc_params, + [272655] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11844), 1, + ACTIONS(11789), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273053] = 5, + [272669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11846), 1, - anon_sym_GT2, - STATE(7227), 1, - aux_sym_template_argument_list_repeat1, - [273069] = 5, - ACTIONS(9954), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11147), 1, + anon_sym_EQ, + STATE(6916), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [272683] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11848), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [273085] = 4, + ACTIONS(11791), 1, + anon_sym___except, + ACTIONS(11793), 1, + anon_sym___finally, + STATE(879), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [272697] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10389), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6372), 1, anon_sym_LBRACE, - STATE(5605), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273099] = 5, - ACTIONS(9954), 1, + STATE(2776), 1, + sym_field_declaration_list, + STATE(7520), 1, + sym_base_class_clause, + [272713] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11850), 1, + ACTIONS(11795), 1, anon_sym_DQUOTE, - ACTIONS(11852), 1, + ACTIONS(11797), 1, aux_sym_string_literal_token1, - ACTIONS(11854), 1, + ACTIONS(11799), 1, sym_escape_sequence, - STATE(6917), 1, + STATE(6905), 1, aux_sym_string_literal_repeat1, - [273115] = 5, + [272729] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(6752), 1, + ACTIONS(10609), 1, + anon_sym_COLON, + STATE(7102), 1, + sym_compound_statement, + STATE(7484), 1, + sym_field_initializer_list, + [272745] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11801), 1, + anon_sym_GT2, + STATE(7273), 1, + aux_sym_template_argument_list_repeat1, + [272761] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11803), 1, + anon_sym_GT2, + STATE(7070), 1, + aux_sym_template_argument_list_repeat1, + [272777] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(5731), 1, anon_sym_LPAREN2, - STATE(3580), 1, + STATE(2512), 1, sym_argument_list, - STATE(3898), 1, + STATE(3896), 1, sym_initializer_list, - [273131] = 4, - ACTIONS(9954), 1, + [272793] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11856), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [273145] = 4, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11805), 1, + anon_sym_EQ, + STATE(5885), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [272807] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11858), 1, + ACTIONS(11163), 1, anon_sym_EQ, - STATE(6934), 2, + STATE(6927), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273159] = 4, + [272821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10373), 1, + ACTIONS(1938), 1, anon_sym_LBRACE, - STATE(3767), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(5731), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [273173] = 5, + STATE(2512), 1, + sym_argument_list, + STATE(2519), 1, + sym_initializer_list, + [272837] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(10609), 1, anon_sym_COLON, - ACTIONS(8461), 1, + STATE(7417), 1, + sym_compound_statement, + STATE(7703), 1, + sym_field_initializer_list, + [272853] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11807), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11811), 1, anon_sym_LBRACE, - STATE(4386), 1, - sym_field_declaration_list, - STATE(7771), 1, - sym_base_class_clause, - [273189] = 5, - ACTIONS(9954), 1, + STATE(7244), 1, + aux_sym_base_class_clause_repeat1, + [272869] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(10416), 1, + anon_sym_LBRACE, + STATE(3739), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [272883] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11813), 1, + anon_sym_DQUOTE, + ACTIONS(11815), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11817), 1, sym_escape_sequence, - ACTIONS(11860), 1, - anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6960), 1, aux_sym_string_literal_repeat1, - [273205] = 4, - ACTIONS(9954), 1, + [272899] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11862), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [273219] = 4, + ACTIONS(10575), 1, + sym_identifier, + ACTIONS(11819), 1, + aux_sym_preproc_if_token2, + STATE(6602), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [272913] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11191), 1, + ACTIONS(11821), 1, anon_sym_EQ, - STATE(6982), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273233] = 4, + [272927] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11864), 1, + ACTIONS(11175), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(6953), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273247] = 5, + [272941] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_LBRACE, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(7351), 2, + sym_argument_list, + sym_initializer_list, + [272955] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11823), 1, + anon_sym_SEMI, + STATE(1577), 1, + sym_template_argument_list, + [272971] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9554), 1, + anon_sym_LBRACE, + ACTIONS(11623), 1, + anon_sym_LPAREN2, + STATE(2513), 1, + sym_requirement_seq, + STATE(7679), 1, + sym_requires_parameter_list, + [272987] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - STATE(7057), 1, + STATE(7239), 1, sym_compound_statement, - STATE(7749), 1, + STATE(7701), 1, sym_field_initializer_list, - [273263] = 5, - ACTIONS(9954), 1, + [273003] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(11866), 1, - anon_sym_DQUOTE, - ACTIONS(11868), 1, - aux_sym_string_literal_token1, - ACTIONS(11870), 1, - sym_escape_sequence, - STATE(6962), 1, - aux_sym_string_literal_repeat1, - [273279] = 5, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6123), 1, + anon_sym_LBRACE, + STATE(2568), 1, + sym_field_declaration_list, + STATE(7537), 1, + sym_base_class_clause, + [273019] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11872), 1, + ACTIONS(11825), 1, anon_sym_GT2, - STATE(7202), 1, + STATE(7141), 1, aux_sym_template_argument_list_repeat1, - [273295] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(7510), 1, - sym_argument_list, - ACTIONS(11874), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [273309] = 4, + [273035] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11876), 1, + ACTIONS(11827), 1, anon_sym_COMMA, - STATE(7027), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(11878), 2, + STATE(7016), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(11829), 2, anon_sym_RPAREN, anon_sym_COLON, - [273323] = 4, + [273049] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11880), 1, - anon_sym___except, - ACTIONS(11882), 1, - anon_sym___finally, - STATE(538), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [273337] = 5, - ACTIONS(9954), 1, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11831), 1, + anon_sym_EQ, + STATE(5885), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [273063] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, - ACTIONS(11884), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [273353] = 5, + ACTIONS(47), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(11167), 1, + anon_sym_EQ, + STATE(6958), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [273077] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(6610), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - STATE(2880), 1, + STATE(4362), 1, sym_field_declaration_list, - STATE(7667), 1, + STATE(7632), 1, sym_base_class_clause, - [273369] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11886), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [273383] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - ACTIONS(6752), 1, - anon_sym_LPAREN2, - STATE(3578), 1, - sym_initializer_list, - STATE(3580), 1, - sym_argument_list, - [273399] = 5, - ACTIONS(9954), 1, + [273093] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11888), 1, + ACTIONS(11833), 1, anon_sym_DQUOTE, - ACTIONS(11890), 1, - aux_sym_string_literal_token1, - ACTIONS(11892), 1, - sym_escape_sequence, - STATE(6972), 1, - aux_sym_string_literal_repeat1, - [273415] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11683), 1, + ACTIONS(11835), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11837), 1, sym_escape_sequence, - ACTIONS(11894), 1, - anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6996), 1, aux_sym_string_literal_repeat1, - [273431] = 5, + [273109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11896), 1, - anon_sym_GT2, - STATE(7134), 1, - aux_sym_template_argument_list_repeat1, - [273447] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11898), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [273461] = 4, + ACTIONS(10373), 1, + anon_sym_LBRACE, + STATE(4269), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273123] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11134), 1, + ACTIONS(11839), 1, anon_sym_EQ, - STATE(6839), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273475] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10383), 1, - anon_sym_LBRACE, - STATE(5884), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273489] = 4, + [273137] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11900), 1, + ACTIONS(11205), 1, anon_sym_EQ, - STATE(5859), 2, + STATE(6961), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273503] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11648), 1, - anon_sym_LPAREN, - ACTIONS(11902), 1, - aux_sym_preproc_include_token2, - ACTIONS(11904), 1, - sym_preproc_arg, - STATE(7477), 1, - sym_preproc_params, - [273519] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - ACTIONS(10607), 1, - anon_sym_COLON, - STATE(7402), 1, - sym_compound_statement, - STATE(7671), 1, - sym_field_initializer_list, - [273535] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10383), 1, - anon_sym_LBRACE, - STATE(5866), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273549] = 5, - ACTIONS(9954), 1, + [273151] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11906), 1, - anon_sym_DQUOTE, - ACTIONS(11908), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11910), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(6875), 1, + ACTIONS(11841), 1, + anon_sym_DQUOTE, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [273565] = 4, + [273167] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(11912), 1, + ACTIONS(11843), 1, anon_sym_EQ, - STATE(6952), 2, + STATE(5885), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [273579] = 5, + [273181] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11845), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [273197] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11847), 1, + anon_sym_DQUOTE, + ACTIONS(11849), 1, + aux_sym_string_literal_token1, + ACTIONS(11851), 1, + sym_escape_sequence, + STATE(6885), 1, + aux_sym_string_literal_repeat1, + [273213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, + ACTIONS(11853), 1, + anon_sym___except, + ACTIONS(11855), 1, + anon_sym___finally, + STATE(512), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [273227] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4892), 1, + anon_sym_LT, ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(11914), 1, - anon_sym_GT2, - STATE(7172), 1, - aux_sym_template_argument_list_repeat1, - [273595] = 5, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(6815), 1, + sym_template_parameter_list, + [273243] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10402), 1, + anon_sym_LBRACE, + STATE(3832), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(3964), 1, + STATE(3560), 1, sym_field_declaration_list, - STATE(7575), 1, + STATE(7721), 1, sym_base_class_clause, - [273611] = 5, - ACTIONS(9954), 1, + [273273] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11916), 1, - anon_sym_DQUOTE, - ACTIONS(11918), 1, - aux_sym_string_literal_token1, - ACTIONS(11920), 1, - sym_escape_sequence, - STATE(6886), 1, - aux_sym_string_literal_repeat1, - [273627] = 5, + ACTIONS(11739), 1, + anon_sym_LPAREN, + ACTIONS(11857), 1, + aux_sym_preproc_include_token2, + ACTIONS(11859), 1, + sym_preproc_arg, + STATE(7493), 1, + sym_preproc_params, + [273289] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(11922), 1, - anon_sym_EQ, - STATE(721), 1, - sym_declaration_list, - [273643] = 4, + ACTIONS(4892), 1, + anon_sym_LT, + ACTIONS(11595), 1, + sym_identifier, + STATE(795), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [273305] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10389), 1, + ACTIONS(10400), 1, anon_sym_LBRACE, - STATE(5615), 1, + STATE(3279), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [273657] = 5, + [273319] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(9544), 1, + ACTIONS(9536), 1, anon_sym_LBRACE, - ACTIONS(11642), 1, + ACTIONS(11623), 1, anon_sym_LPAREN2, - STATE(3275), 1, + STATE(4242), 1, sym_requirement_seq, - STATE(7550), 1, + STATE(7589), 1, sym_requires_parameter_list, - [273673] = 5, + [273335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10406), 1, + anon_sym_LBRACE, + STATE(3536), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273349] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, + ACTIONS(6302), 1, anon_sym_LT, - ACTIONS(11924), 1, + ACTIONS(11861), 1, anon_sym_SEMI, STATE(1577), 1, sym_template_argument_list, - [273689] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10379), 1, - anon_sym_LBRACE, - STATE(4261), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273703] = 4, + [273365] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11926), 1, - anon_sym_COMMA, - STATE(6996), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(11929), 2, - anon_sym_RPAREN, + ACTIONS(5667), 1, anon_sym_COLON, - [273717] = 5, - ACTIONS(9954), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + STATE(3564), 1, + sym_field_declaration_list, + STATE(7722), 1, + sym_base_class_clause, + [273381] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11931), 1, + ACTIONS(11863), 1, anon_sym_DQUOTE, - ACTIONS(11933), 1, + ACTIONS(11865), 1, aux_sym_string_literal_token1, - ACTIONS(11935), 1, + ACTIONS(11867), 1, sym_escape_sequence, - STATE(7010), 1, + STATE(6903), 1, aux_sym_string_literal_repeat1, - [273733] = 5, - ACTIONS(9954), 1, + [273397] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11869), 1, + anon_sym___except, + ACTIONS(11871), 1, + anon_sym___finally, + STATE(430), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [273411] = 4, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11873), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [273425] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11875), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11877), 1, + anon_sym_LBRACE, + STATE(7341), 1, + aux_sym_base_class_clause_repeat1, + [273441] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4892), 1, + anon_sym_LT, + ACTIONS(11595), 1, + sym_identifier, + STATE(809), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [273457] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11648), 1, + ACTIONS(11739), 1, anon_sym_LPAREN, - ACTIONS(11937), 1, + ACTIONS(11879), 1, aux_sym_preproc_include_token2, - ACTIONS(11939), 1, + ACTIONS(11881), 1, sym_preproc_arg, - STATE(7573), 1, + STATE(7607), 1, sym_preproc_params, - [273749] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10383), 1, - anon_sym_LBRACE, - STATE(5830), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273763] = 5, - ACTIONS(9954), 1, + [273473] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11607), 1, sym_escape_sequence, - ACTIONS(11941), 1, + ACTIONS(11883), 1, anon_sym_DQUOTE, - STATE(6833), 1, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [273779] = 4, - ACTIONS(9954), 1, + [273489] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11943), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, + ACTIONS(11885), 1, + anon_sym_DQUOTE, + ACTIONS(11887), 1, + aux_sym_string_literal_token1, + ACTIONS(11890), 1, sym_escape_sequence, - [273793] = 5, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [273505] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10609), 1, anon_sym_COLON, - STATE(7386), 1, + STATE(7389), 1, sym_compound_statement, - STATE(7733), 1, + STATE(7563), 1, sym_field_initializer_list, - [273809] = 5, + [273521] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(7509), 1, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11893), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11895), 1, anon_sym_LBRACE, - STATE(3962), 1, - sym_field_declaration_list, - STATE(7587), 1, - sym_base_class_clause, - [273825] = 5, - ACTIONS(3), 1, + STATE(7196), 1, + aux_sym_base_class_clause_repeat1, + [273537] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(4957), 1, - sym_field_declaration_list, - STATE(7554), 1, - sym_base_class_clause, - [273841] = 5, + ACTIONS(11897), 1, + anon_sym_DQUOTE, + ACTIONS(11899), 1, + aux_sym_string_literal_token1, + ACTIONS(11901), 1, + sym_escape_sequence, + STATE(7007), 1, + aux_sym_string_literal_repeat1, + [273553] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(9570), 1, anon_sym_LBRACE, - ACTIONS(6839), 1, + ACTIONS(11623), 1, anon_sym_LPAREN2, - STATE(3669), 1, - sym_argument_list, - STATE(4804), 1, - sym_initializer_list, - [273857] = 5, + STATE(3545), 1, + sym_requirement_seq, + STATE(7780), 1, + sym_requires_parameter_list, + [273569] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(4967), 1, - sym_field_declaration_list, - STATE(7555), 1, - sym_base_class_clause, - [273873] = 5, + ACTIONS(4892), 1, + anon_sym_LT, + ACTIONS(11595), 1, + sym_identifier, + STATE(797), 1, + sym_template_parameter_list, + STATE(2148), 1, + sym_template_type, + [273585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, - anon_sym_LBRACE, - ACTIONS(5658), 1, + ACTIONS(11677), 1, + anon_sym_COMMA, + STATE(6863), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(11903), 2, + anon_sym_RPAREN, anon_sym_COLON, - STATE(2177), 1, - sym_field_declaration_list, - STATE(7586), 1, - sym_base_class_clause, - [273889] = 4, + [273599] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10377), 1, - anon_sym_LBRACE, - STATE(3517), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(11623), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [273903] = 4, + ACTIONS(11905), 1, + anon_sym_LBRACE, + STATE(5635), 1, + sym_requirement_seq, + STATE(7704), 1, + sym_requires_parameter_list, + [273615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10389), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(6598), 1, anon_sym_LBRACE, - STATE(5620), 1, - sym_compound_statement, - ACTIONS(10261), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [273917] = 5, - ACTIONS(9954), 1, + STATE(2898), 1, + sym_field_declaration_list, + STATE(7737), 1, + sym_base_class_clause, + [273631] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, + ACTIONS(11907), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, sym_escape_sequence, - ACTIONS(11945), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, - [273933] = 4, + [273645] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10393), 1, - anon_sym_LBRACE, - STATE(3940), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(9584), 1, anon_sym_LPAREN2, + ACTIONS(10745), 1, anon_sym_LBRACK, - [273947] = 5, + STATE(2968), 1, + sym_parameter_list, + STATE(5970), 1, + sym__function_declarator_seq, + [273661] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(7427), 1, anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(11947), 1, - anon_sym_EQ, - STATE(678), 1, - sym_declaration_list, - [273963] = 5, - ACTIONS(9954), 1, + STATE(3993), 1, + sym_field_declaration_list, + STATE(7489), 1, + sym_base_class_clause, + [273677] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(11949), 1, - anon_sym_DQUOTE, - ACTIONS(11951), 1, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11909), 1, + anon_sym_GT2, + STATE(7440), 1, + aux_sym_template_argument_list_repeat1, + [273693] = 4, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11911), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [273707] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, aux_sym_string_literal_token1, - ACTIONS(11953), 1, + ACTIONS(11607), 1, sym_escape_sequence, - STATE(7000), 1, + ACTIONS(11913), 1, + anon_sym_DQUOTE, + STATE(6982), 1, aux_sym_string_literal_repeat1, - [273979] = 5, + [273723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9552), 1, - anon_sym_LBRACE, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - STATE(4216), 1, - sym_requirement_seq, - STATE(7567), 1, - sym_requires_parameter_list, - [273995] = 4, + ACTIONS(11915), 1, + anon_sym_COMMA, + STATE(7043), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(11917), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [273737] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(10379), 1, + ACTIONS(3757), 1, anon_sym_LBRACE, - STATE(4234), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(6927), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [274009] = 5, - ACTIONS(3), 1, + STATE(3755), 1, + sym_argument_list, + STATE(4796), 1, + sym_initializer_list, + [273753] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11955), 1, - anon_sym_SEMI, - ACTIONS(11957), 1, - anon_sym_DASH_GT, - ACTIONS(11959), 1, - anon_sym_noexcept, - STATE(7858), 1, - sym_trailing_return_type, - [274025] = 5, + ACTIONS(11919), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [273767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(10400), 1, + anon_sym_LBRACE, + STATE(3427), 1, + sym_compound_statement, + ACTIONS(10197), 2, anon_sym_LPAREN2, - ACTIONS(10772), 1, anon_sym_LBRACK, - STATE(2980), 1, - sym_parameter_list, - STATE(5979), 1, - sym__function_declarator_seq, - [274041] = 4, + [273781] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(10375), 1, anon_sym_LBRACE, - STATE(3403), 1, + STATE(5861), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [274055] = 3, + [273795] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8535), 1, - anon_sym___attribute, - ACTIONS(8533), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [274067] = 5, - ACTIONS(9954), 1, + ACTIONS(10381), 1, + anon_sym_LBRACE, + STATE(2438), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273809] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11648), 1, + ACTIONS(11739), 1, anon_sym_LPAREN, - ACTIONS(11961), 1, + ACTIONS(11921), 1, aux_sym_preproc_include_token2, - ACTIONS(11963), 1, + ACTIONS(11923), 1, sym_preproc_arg, - STATE(7776), 1, + STATE(7470), 1, sym_preproc_params, - [274083] = 5, + [273825] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9568), 1, - anon_sym_LBRACE, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - STATE(3590), 1, - sym_requirement_seq, - STATE(7703), 1, - sym_requires_parameter_list, - [274099] = 4, + ACTIONS(11827), 1, + anon_sym_COMMA, + STATE(6952), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(11925), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [273839] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10402), 1, anon_sym_LBRACE, - STATE(1599), 1, + STATE(3905), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [274113] = 5, + [273853] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11927), 1, + anon_sym_DQUOTE, + ACTIONS(11929), 1, + aux_sym_string_literal_token1, + ACTIONS(11931), 1, + sym_escape_sequence, + STATE(6841), 1, + aux_sym_string_literal_repeat1, + [273869] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11933), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [273885] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11935), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [273901] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1930), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, - ACTIONS(5766), 1, - anon_sym_LPAREN2, - STATE(2420), 1, - sym_initializer_list, - STATE(2513), 1, - sym_argument_list, - [274129] = 4, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(11937), 1, + anon_sym_EQ, + STATE(756), 1, + sym_declaration_list, + [273917] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11965), 1, - anon_sym___except, - ACTIONS(11967), 1, - anon_sym___finally, - STATE(511), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [274143] = 5, + ACTIONS(10731), 1, + sym_identifier, + ACTIONS(11542), 1, + aux_sym_preproc_if_token2, + STATE(6896), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(7870), 1, + sym_enumerator, + [273933] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11939), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [273949] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10408), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, - anon_sym_COLON, - STATE(7206), 1, + STATE(1604), 1, sym_compound_statement, - STATE(7700), 1, - sym_field_initializer_list, - [274159] = 5, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(11648), 1, - anon_sym_LPAREN, - ACTIONS(11969), 1, - aux_sym_preproc_include_token2, - ACTIONS(11971), 1, - sym_preproc_arg, - STATE(7772), 1, - sym_preproc_params, - [274175] = 4, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11876), 1, - anon_sym_COMMA, - STATE(6907), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(11973), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [274189] = 4, + ACTIONS(10408), 1, + anon_sym_LBRACE, + STATE(1608), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [273977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10406), 1, anon_sym_LBRACE, - STATE(1608), 1, + STATE(3510), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [274203] = 5, - ACTIONS(9954), 1, + [273991] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 1, + anon_sym_COLON_COLON, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(11941), 1, + anon_sym_SEMI, + STATE(1577), 1, + sym_template_argument_list, + [274007] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11943), 1, + anon_sym_COMMA, + STATE(7016), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(11946), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [274021] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11975), 1, + ACTIONS(11948), 1, anon_sym_DQUOTE, - ACTIONS(11977), 1, + ACTIONS(11950), 1, aux_sym_string_literal_token1, - ACTIONS(11979), 1, + ACTIONS(11952), 1, sym_escape_sequence, - STATE(6954), 1, + STATE(7041), 1, aux_sym_string_literal_repeat1, - [274219] = 2, + [274037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11981), 4, - anon_sym_SEMI, + ACTIONS(11954), 1, + sym_identifier, + ACTIONS(11956), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [274049] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1573), 1, + sym_template_argument_list, + ACTIONS(6337), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [274063] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11915), 1, + anon_sym_COMMA, + STATE(6997), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(11958), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [274077] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5667), 1, + anon_sym_COLON, + ACTIONS(7427), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_try, - [274229] = 5, - ACTIONS(9954), 1, + STATE(3983), 1, + sym_field_declaration_list, + STATE(7535), 1, + sym_base_class_clause, + [274093] = 5, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11983), 1, + ACTIONS(11960), 1, anon_sym_DQUOTE, - ACTIONS(11985), 1, + ACTIONS(11962), 1, aux_sym_string_literal_token1, - ACTIONS(11987), 1, + ACTIONS(11964), 1, sym_escape_sequence, - STATE(7050), 1, + STATE(6914), 1, aux_sym_string_literal_repeat1, - [274245] = 4, + [274109] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2573), 1, + anon_sym_LBRACE, + ACTIONS(6758), 1, + anon_sym_LPAREN2, + STATE(3448), 1, + sym_argument_list, + STATE(3869), 1, + sym_initializer_list, + [274125] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11784), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - STATE(6925), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(11989), 2, - anon_sym_RPAREN, + ACTIONS(11966), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(11968), 1, + anon_sym_LBRACE, + STATE(7384), 1, + aux_sym_base_class_clause_repeat1, + [274141] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5665), 1, + anon_sym_LBRACE, + ACTIONS(5667), 1, anon_sym_COLON, - [274259] = 5, + STATE(2157), 1, + sym_field_declaration_list, + STATE(7677), 1, + sym_base_class_clause, + [274157] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11991), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11993), 1, + ACTIONS(11970), 1, + anon_sym_GT2, + STATE(7088), 1, + aux_sym_template_argument_list_repeat1, + [274173] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11739), 1, + anon_sym_LPAREN, + ACTIONS(11972), 1, + aux_sym_preproc_include_token2, + ACTIONS(11974), 1, + sym_preproc_arg, + STATE(7463), 1, + sym_preproc_params, + [274189] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11976), 1, + anon_sym_SEMI, + ACTIONS(11978), 1, + anon_sym_DASH_GT, + ACTIONS(11980), 1, + anon_sym_noexcept, + STATE(8110), 1, + sym_trailing_return_type, + [274205] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10400), 1, anon_sym_LBRACE, - STATE(7264), 1, - aux_sym_base_class_clause_repeat1, - [274275] = 4, + STATE(3342), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [274219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(11995), 1, - anon_sym_EQ, - STATE(5859), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [274289] = 2, + ACTIONS(10373), 1, + anon_sym_LBRACE, + STATE(4230), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [274233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11981), 4, + ACTIONS(11627), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_try, - [274299] = 5, + [274243] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(10375), 1, anon_sym_LBRACE, - ACTIONS(5658), 1, - anon_sym_COLON, - STATE(2153), 1, - sym_field_declaration_list, - STATE(7602), 1, - sym_base_class_clause, - [274315] = 5, + STATE(5871), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [274257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(11595), 1, + ACTIONS(11611), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(11997), 1, + ACTIONS(11982), 1, anon_sym_GT2, - STATE(7095), 1, + STATE(7148), 1, aux_sym_template_argument_list_repeat1, - [274331] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(802), 1, - sym_template_parameter_list, - STATE(2130), 1, - sym_template_type, - [274347] = 5, + [274273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, - anon_sym_COLON, - ACTIONS(8487), 1, + ACTIONS(10385), 1, anon_sym_LBRACE, - STATE(4796), 1, - sym_field_declaration_list, - STATE(7616), 1, - sym_base_class_clause, - [274363] = 5, + STATE(5571), 1, + sym_compound_statement, + ACTIONS(10197), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [274287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4892), 1, - anon_sym_LT, - ACTIONS(11614), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(6788), 1, - sym_template_parameter_list, - [274379] = 4, - ACTIONS(9954), 1, + ACTIONS(11986), 1, + anon_sym___attribute, + ACTIONS(11984), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [274299] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(11999), 1, - anon_sym_SQUOTE, - STATE(6835), 1, - aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [274393] = 4, + ACTIONS(9578), 1, + anon_sym_LBRACE, + ACTIONS(11623), 1, + anon_sym_LPAREN2, + STATE(3857), 1, + sym_requirement_seq, + STATE(7496), 1, + sym_requires_parameter_list, + [274315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10379), 1, + ACTIONS(10375), 1, anon_sym_LBRACE, - STATE(4268), 1, + STATE(5876), 1, sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(10197), 2, anon_sym_LPAREN2, anon_sym_LBRACK, - [274407] = 5, + [274329] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12001), 1, - anon_sym_GT2, - STATE(7122), 1, - aux_sym_template_argument_list_repeat1, - [274423] = 5, + ACTIONS(55), 1, + anon_sym_LBRACE, + ACTIONS(10609), 1, + anon_sym_COLON, + STATE(7225), 1, + sym_compound_statement, + STATE(7517), 1, + sym_field_initializer_list, + [274345] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11988), 1, + anon_sym_DQUOTE, + ACTIONS(11990), 1, + aux_sym_string_literal_token1, + ACTIONS(11992), 1, + sym_escape_sequence, + STATE(7008), 1, + aux_sym_string_literal_repeat1, + [274361] = 4, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11994), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [274375] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11605), 1, + aux_sym_string_literal_token1, + ACTIONS(11607), 1, + sym_escape_sequence, + ACTIONS(11996), 1, + anon_sym_DQUOTE, + STATE(6982), 1, + aux_sym_string_literal_repeat1, + [274391] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4128), 1, anon_sym_COLON_COLON, - ACTIONS(6297), 1, - anon_sym_LT, - ACTIONS(12003), 1, + ACTIONS(4833), 1, anon_sym_SEMI, - STATE(1577), 1, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(1831), 1, sym_template_argument_list, - [274439] = 4, + [274407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(11998), 1, + anon_sym_COMMA, + STATE(7043), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(12001), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [274421] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(1595), 1, - sym_compound_statement, - ACTIONS(10261), 2, + ACTIONS(6758), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [274453] = 5, + STATE(3448), 1, + sym_argument_list, + STATE(3450), 1, + sym_initializer_list, + [274437] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(11642), 1, - anon_sym_LPAREN2, - ACTIONS(12005), 1, - anon_sym_LBRACE, - STATE(5850), 1, - sym_requirement_seq, - STATE(7634), 1, - sym_requires_parameter_list, - [274469] = 5, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12003), 1, + anon_sym_GT2, + STATE(7428), 1, + aux_sym_template_argument_list_repeat1, + [274453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5658), 1, + ACTIONS(5667), 1, anon_sym_COLON, - ACTIONS(8487), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(4855), 1, + STATE(2198), 1, sym_field_declaration_list, - STATE(7571), 1, + STATE(7779), 1, sym_base_class_clause, - [274485] = 4, - ACTIONS(3), 1, + [274469] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12007), 1, - anon_sym___except, - ACTIONS(12009), 1, - anon_sym___finally, - STATE(519), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [274499] = 4, - ACTIONS(9954), 1, + ACTIONS(12005), 1, + anon_sym_SQUOTE, + STATE(6912), 1, + aux_sym_char_literal_repeat1, + ACTIONS(11617), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [274483] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12011), 1, + ACTIONS(12007), 1, anon_sym_SQUOTE, - STATE(6835), 1, + STATE(6912), 1, aux_sym_char_literal_repeat1, - ACTIONS(11618), 2, + ACTIONS(11617), 2, aux_sym_char_literal_token1, sym_escape_sequence, + [274497] = 5, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(11739), 1, + anon_sym_LPAREN, + ACTIONS(12009), 1, + aux_sym_preproc_include_token2, + ACTIONS(12011), 1, + sym_preproc_arg, + STATE(7509), 1, + sym_preproc_params, [274513] = 5, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(11683), 1, - aux_sym_string_literal_token1, - ACTIONS(11685), 1, - sym_escape_sequence, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(12013), 1, - anon_sym_DQUOTE, - STATE(6833), 1, - aux_sym_string_literal_repeat1, + anon_sym_GT2, + STATE(7321), 1, + aux_sym_template_argument_list_repeat1, [274529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12015), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8661), 1, anon_sym_RPAREN, - ACTIONS(12017), 1, - anon_sym_COLON, - STATE(7208), 1, - sym_gnu_asm_input_operand_list, + STATE(7427), 1, + aux_sym_argument_list_repeat1, [274542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12019), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(12015), 1, + anon_sym_SEMI, + STATE(7349), 1, + aux_sym_declaration_repeat1, [274555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(562), 1, - sym_declaration_list, + ACTIONS(12017), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(3524), 1, + sym_template_function, [274568] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(12019), 1, + anon_sym_COMMA, ACTIONS(12021), 1, + anon_sym_RPAREN, + STATE(7109), 1, + aux_sym_throw_specifier_repeat1, + [274581] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12023), 3, anon_sym_COMMA, - ACTIONS(12023), 1, anon_sym_RPAREN, - STATE(7131), 1, - aux_sym_parameter_list_repeat1, - [274581] = 4, + anon_sym_COLON, + [274590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, ACTIONS(12025), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7094), 1, aux_sym_declaration_repeat1, - [274594] = 4, + [274603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, + ACTIONS(4348), 1, + anon_sym_RBRACE, ACTIONS(12027), 1, - anon_sym_SEMI, - STATE(7130), 1, - aux_sym_declaration_repeat1, - [274607] = 3, + anon_sym_COMMA, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [274616] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6522), 1, + anon_sym___attribute, + ACTIONS(6524), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [274627] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(8563), 1, + anon_sym_COMMA, ACTIONS(12029), 1, - anon_sym_catch, - STATE(1798), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [274618] = 4, + anon_sym_GT2, + STATE(7068), 1, + aux_sym_template_argument_list_repeat1, + [274640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6526), 1, + anon_sym___attribute, + ACTIONS(6528), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [274651] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(12031), 1, - anon_sym_COMMA, - ACTIONS(12033), 1, anon_sym_RPAREN, - STATE(7425), 1, - aux_sym_requires_parameter_list_repeat1, - [274631] = 4, + ACTIONS(12033), 1, + anon_sym_COLON, + STATE(7193), 1, + sym_gnu_asm_input_operand_list, + [274664] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(12035), 1, + anon_sym_RPAREN, + ACTIONS(12037), 1, + anon_sym_COLON, + STATE(7195), 1, + sym_gnu_asm_output_operand_list, + [274677] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12039), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(3452), 1, + STATE(2756), 1, sym_template_function, - [274644] = 4, + [274690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12037), 1, - anon_sym_RBRACK, - STATE(7085), 1, - aux_sym_subscript_argument_list_repeat1, - [274657] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12039), 1, - anon_sym_RPAREN, ACTIONS(12041), 1, - anon_sym_COLON, - STATE(8051), 1, - sym_gnu_asm_goto_list, - [274670] = 4, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [274703] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(12043), 1, - anon_sym_RPAREN, + anon_sym_LPAREN2, ACTIONS(12045), 1, - anon_sym_COLON, - STATE(7065), 1, - sym_gnu_asm_clobber_list, - [274683] = 3, + anon_sym_constexpr, + STATE(178), 1, + sym_condition_clause, + [274716] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(8563), 1, + anon_sym_COMMA, ACTIONS(12047), 1, - anon_sym_catch, - STATE(395), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [274694] = 4, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [274729] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, ACTIONS(12049), 1, anon_sym_GT2, - STATE(7052), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [274707] = 4, + [274742] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, + ACTIONS(8563), 1, + anon_sym_COMMA, ACTIONS(12051), 1, - anon_sym_RPAREN, - STATE(8012), 1, - sym_gnu_asm_goto_list, - [274720] = 4, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [274755] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, - anon_sym_COMMA, ACTIONS(12053), 1, anon_sym_RPAREN, - STATE(7108), 1, - aux_sym_parameter_list_repeat1, - [274733] = 4, - ACTIONS(3), 1, - sym_comment, ACTIONS(12055), 1, - anon_sym_COMMA, - ACTIONS(12058), 1, - anon_sym_LBRACE, - STATE(7067), 1, - aux_sym_field_initializer_list_repeat1, - [274746] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12060), 1, - anon_sym_default, - ACTIONS(12062), 1, - anon_sym_delete, - ACTIONS(12064), 1, - aux_sym_pure_virtual_clause_token1, - [274759] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12066), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [274772] = 4, + anon_sym_COLON, + STATE(7798), 1, + sym_gnu_asm_goto_list, + [274768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12068), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12070), 1, - anon_sym_RPAREN, - STATE(7110), 1, - aux_sym_throw_specifier_repeat1, - [274785] = 4, + ACTIONS(12057), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [274781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12072), 1, + ACTIONS(12059), 1, anon_sym_RPAREN, - ACTIONS(12074), 1, + ACTIONS(12061), 1, anon_sym_COLON, - STATE(7115), 1, - sym_gnu_asm_output_operand_list, - [274798] = 4, + STATE(7274), 1, + sym_gnu_asm_clobber_list, + [274794] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8712), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8714), 1, - anon_sym_RBRACE, - STATE(7106), 1, - aux_sym_initializer_list_repeat1, - [274811] = 4, + ACTIONS(12063), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [274807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12076), 1, - anon_sym_RPAREN, - STATE(7082), 1, - sym_gnu_asm_clobber_list, - [274824] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12065), 1, + anon_sym_GT2, + STATE(7436), 1, + aux_sym_template_argument_list_repeat1, + [274820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12078), 1, - anon_sym_RPAREN, - STATE(7061), 1, - sym_gnu_asm_clobber_list, - [274837] = 3, + ACTIONS(12067), 1, + anon_sym_COMMA, + ACTIONS(12069), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [274833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12082), 2, + ACTIONS(7346), 1, + anon_sym_EQ, + ACTIONS(7344), 2, anon_sym_COMMA, - anon_sym_LBRACE, - [274848] = 4, + anon_sym_GT2, + [274844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12084), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8690), 1, anon_sym_RPAREN, - STATE(7976), 1, - sym_gnu_asm_goto_list, - [274861] = 4, + STATE(7115), 1, + aux_sym_argument_list_repeat1, + [274857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12071), 1, anon_sym_COMMA, - ACTIONS(12086), 1, + ACTIONS(12073), 1, anon_sym_GT2, - STATE(7096), 1, - aux_sym_template_argument_list_repeat1, - [274874] = 4, + STATE(7415), 1, + aux_sym_template_parameter_list_repeat1, + [274870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, + ACTIONS(5032), 1, anon_sym_LBRACE, - ACTIONS(11665), 1, + ACTIONS(11629), 1, anon_sym_COLON_COLON, - STATE(731), 1, + STATE(555), 1, sym_declaration_list, - [274887] = 3, + [274883] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12090), 1, - anon_sym_RPAREN, - ACTIONS(12088), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(12075), 1, sym_identifier, - [274898] = 4, + STATE(2148), 1, + sym_template_type, + STATE(3386), 1, + sym_template_function, + [274896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(12092), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [274911] = 4, + ACTIONS(8726), 1, + anon_sym_RBRACK, + STATE(7086), 1, + aux_sym_subscript_argument_list_repeat1, + [274909] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12094), 1, - anon_sym_RPAREN, - STATE(8197), 1, - sym_gnu_asm_goto_list, - [274924] = 4, + ACTIONS(8557), 1, + anon_sym_COMMA, + ACTIONS(8559), 1, + anon_sym_RBRACE, + STATE(7132), 1, + aux_sym_initializer_list_repeat1, + [274922] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, + ACTIONS(12037), 1, anon_sym_COLON, - ACTIONS(12096), 1, + ACTIONS(12077), 1, anon_sym_RPAREN, - STATE(8011), 1, - sym_gnu_asm_goto_list, - [274937] = 4, + STATE(7133), 1, + sym_gnu_asm_output_operand_list, + [274935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12098), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12101), 1, - anon_sym_RBRACK, - STATE(7083), 1, - aux_sym_lambda_capture_specifier_repeat1, - [274950] = 3, - ACTIONS(9954), 1, + ACTIONS(12079), 1, + anon_sym_GT2, + STATE(7089), 1, + aux_sym_template_argument_list_repeat1, + [274948] = 4, + ACTIONS(9919), 1, sym_comment, - STATE(7041), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12103), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, + ACTIONS(12081), 1, + aux_sym_preproc_include_token2, + ACTIONS(12083), 1, + anon_sym_LPAREN2, + STATE(7881), 1, + sym_preproc_argument_list, [274961] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8831), 1, - anon_sym_RBRACK, - ACTIONS(12105), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - STATE(7085), 1, - aux_sym_subscript_argument_list_repeat1, + ACTIONS(12085), 1, + anon_sym_GT2, + STATE(7138), 1, + aux_sym_template_argument_list_repeat1, [274974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12108), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, + ACTIONS(8611), 1, + anon_sym_COMMA, + ACTIONS(12087), 1, + anon_sym_RBRACK, + STATE(7121), 1, + aux_sym_subscript_argument_list_repeat1, [274987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12112), 1, - anon_sym_constexpr, - STATE(175), 1, - sym_condition_clause, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12089), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, [275000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12114), 1, - anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, + ACTIONS(12091), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, [275013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12116), 1, - anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, + ACTIONS(12093), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, [275026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12118), 1, - anon_sym_default, - ACTIONS(12120), 1, - anon_sym_delete, - ACTIONS(12122), 1, - aux_sym_pure_virtual_clause_token1, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12095), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, [275039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(12097), 1, + anon_sym_COMMA, + ACTIONS(12100), 1, anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(667), 1, - sym_declaration_list, + STATE(7091), 1, + aux_sym_field_initializer_list_repeat1, [275052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12124), 1, - anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, + ACTIONS(12102), 1, + anon_sym_SEMI, + STATE(7144), 1, + aux_sym_declaration_repeat1, [275065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(11993), 1, - anon_sym_LBRACE, - STATE(7264), 1, - aux_sym_base_class_clause_repeat1, + ACTIONS(12104), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, [275078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12126), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(12106), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, [275091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12128), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(12110), 1, + anon_sym_RPAREN, + STATE(7150), 1, + aux_sym_parameter_list_repeat1, [275104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12130), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, + ACTIONS(12112), 1, + sym_identifier, + STATE(1689), 1, + sym_template_type, + STATE(3524), 1, + sym_template_function, [275117] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(665), 1, - sym_declaration_list, - [275130] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(8722), 1, - anon_sym_RPAREN, - STATE(7089), 1, - aux_sym_argument_list_repeat1, - [275143] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12132), 1, - anon_sym_COMMA, - ACTIONS(12134), 1, - anon_sym_RBRACK_RBRACK, - STATE(7196), 1, - aux_sym_attribute_declaration_repeat1, - [275156] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8671), 3, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [275165] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12136), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [275174] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11957), 1, + ACTIONS(11978), 1, anon_sym_DASH_GT, - ACTIONS(12138), 1, + ACTIONS(12114), 1, anon_sym_SEMI, - STATE(7984), 1, + STATE(7830), 1, sym_trailing_return_type, - [275187] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(8734), 1, - anon_sym_RPAREN, - STATE(7342), 1, - aux_sym_argument_list_repeat1, - [275200] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12140), 1, - aux_sym_preproc_include_token2, - ACTIONS(12142), 1, - anon_sym_LPAREN2, - STATE(8271), 1, - sym_preproc_argument_list, - [275213] = 4, + [275130] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8736), 1, - anon_sym_RBRACK, - STATE(7060), 1, - aux_sym_subscript_argument_list_repeat1, - [275226] = 4, + ACTIONS(12116), 1, + anon_sym_GT2, + STATE(7101), 1, + aux_sym_template_argument_list_repeat1, + [275143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, - anon_sym_RBRACE, - ACTIONS(12144), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [275239] = 4, + ACTIONS(12118), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12146), 1, - anon_sym_RBRACK_RBRACK, - STATE(7196), 1, - aux_sym_attribute_declaration_repeat1, - [275252] = 4, + ACTIONS(12120), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12148), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12151), 1, - anon_sym_RPAREN, - STATE(7108), 1, - aux_sym_parameter_list_repeat1, - [275265] = 3, + ACTIONS(12122), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12047), 1, + ACTIONS(12124), 1, anon_sym_catch, - STATE(410), 2, + STATE(1795), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [275276] = 4, + [275193] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12068), 1, - anon_sym_COMMA, - ACTIONS(12153), 1, - anon_sym_RPAREN, - STATE(7155), 1, - aux_sym_throw_specifier_repeat1, - [275289] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12155), 1, - anon_sym_SEMI, - STATE(7448), 1, - aux_sym_declaration_repeat1, - [275302] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12157), 1, - anon_sym_SEMI, - STATE(7205), 1, - aux_sym_declaration_repeat1, - [275315] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12159), 1, + ACTIONS(12126), 1, sym_identifier, - STATE(2130), 1, + STATE(1689), 1, sym_template_type, - STATE(2797), 1, + STATE(2441), 1, sym_template_function, - [275328] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5933), 1, - anon_sym_COMMA, - ACTIONS(12161), 1, - anon_sym_RBRACK, - STATE(7231), 1, - aux_sym_structured_binding_declarator_repeat1, - [275341] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12163), 1, - anon_sym_RPAREN, - STATE(7153), 1, - sym_gnu_asm_input_operand_list, - [275354] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12165), 1, - anon_sym_COMMA, - ACTIONS(12168), 1, - anon_sym_RPAREN, - STATE(7116), 1, - aux_sym_requires_parameter_list_repeat1, - [275367] = 4, + [275206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12170), 1, - anon_sym_RPAREN, - STATE(7073), 1, - sym_gnu_asm_input_operand_list, - [275380] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12172), 1, - anon_sym_SEMI, - STATE(7252), 1, - aux_sym_declaration_repeat1, - [275393] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12174), 1, - anon_sym_RPAREN, - STATE(7170), 1, - sym_gnu_asm_output_operand_list, - [275406] = 4, + ACTIONS(12128), 1, + anon_sym_GT2, + STATE(7107), 1, + aux_sym_template_argument_list_repeat1, + [275219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12176), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275419] = 4, + ACTIONS(12130), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275232] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12178), 1, + ACTIONS(12132), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [275432] = 4, + [275245] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12180), 1, + ACTIONS(12134), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [275445] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12182), 1, - anon_sym_catch, - STATE(384), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [275456] = 4, + [275258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12184), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12186), 1, - anon_sym_RBRACK, - STATE(7083), 1, - aux_sym_lambda_capture_specifier_repeat1, - [275469] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6498), 1, - anon_sym___attribute, - ACTIONS(6500), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [275480] = 4, + ACTIONS(12136), 1, + anon_sym_RPAREN, + STATE(7446), 1, + aux_sym_parameter_list_repeat1, + [275271] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12019), 1, anon_sym_COMMA, - ACTIONS(12188), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275493] = 4, + ACTIONS(12138), 1, + anon_sym_RPAREN, + STATE(7290), 1, + aux_sym_throw_specifier_repeat1, + [275284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12190), 1, + ACTIONS(12140), 1, + anon_sym_EQ, + ACTIONS(11184), 2, anon_sym_COMMA, - ACTIONS(12193), 1, - anon_sym_GT2, - STATE(7127), 1, - aux_sym_template_parameter_list_repeat1, - [275506] = 4, + anon_sym_RBRACE, + [275295] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8852), 1, + anon_sym_RPAREN, + ACTIONS(12142), 1, anon_sym_COMMA, - ACTIONS(12195), 1, - anon_sym_RBRACK_RBRACK, - STATE(7099), 1, - aux_sym_attribute_declaration_repeat1, - [275519] = 3, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [275308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12182), 1, + ACTIONS(12145), 1, anon_sym_catch, - STATE(407), 2, + STATE(410), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [275530] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12197), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275543] = 4, + [275319] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(12199), 1, - anon_sym_RPAREN, - STATE(7108), 1, - aux_sym_parameter_list_repeat1, - [275556] = 4, + ACTIONS(12147), 1, + anon_sym_RBRACK, + STATE(7121), 1, + aux_sym_subscript_argument_list_repeat1, + [275332] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12201), 1, + ACTIONS(12149), 1, sym_identifier, - STATE(1739), 1, + STATE(2148), 1, sym_template_type, - STATE(3416), 1, + STATE(2756), 1, sym_template_function, - [275569] = 4, + [275345] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(12203), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [275582] = 4, + ACTIONS(12151), 1, + anon_sym_RPAREN, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [275358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12205), 1, + ACTIONS(12153), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7119), 1, aux_sym_template_argument_list_repeat1, - [275595] = 4, + [275371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12207), 1, + ACTIONS(12155), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [275608] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12029), 1, - anon_sym_catch, - STATE(1815), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [275619] = 4, + [275384] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12209), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275632] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12211), 1, - anon_sym_default, - ACTIONS(12213), 1, - anon_sym_delete, - ACTIONS(12215), 1, - aux_sym_pure_virtual_clause_token1, - [275645] = 2, + ACTIONS(12157), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12217), 3, + ACTIONS(8563), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(12159), 1, anon_sym_GT2, - [275654] = 2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12219), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [275663] = 4, + ACTIONS(5032), 1, + anon_sym_LBRACE, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(592), 1, + sym_declaration_list, + [275423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12184), 1, - anon_sym_COMMA, - ACTIONS(12221), 1, + ACTIONS(8896), 1, anon_sym_RBRACK, - STATE(7366), 1, - aux_sym_lambda_capture_specifier_repeat1, - [275676] = 4, + ACTIONS(12161), 1, + anon_sym_COMMA, + STATE(7121), 1, + aux_sym_subscript_argument_list_repeat1, + [275436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12223), 1, + ACTIONS(12164), 1, sym_identifier, - STATE(2130), 1, + STATE(1689), 1, sym_template_type, - STATE(3416), 1, + STATE(3386), 1, sym_template_function, - [275689] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12142), 1, - anon_sym_LPAREN2, - ACTIONS(12225), 1, - aux_sym_preproc_include_token2, - STATE(8271), 1, - sym_preproc_argument_list, - [275702] = 4, + [275449] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, - anon_sym_COMMA, - ACTIONS(12227), 1, - anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, - [275715] = 4, + ACTIONS(12166), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2441), 1, + sym_template_function, + [275462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12229), 1, - anon_sym_SEMI, - STATE(7137), 1, - aux_sym_declaration_repeat1, - [275728] = 2, + ACTIONS(6550), 1, + anon_sym___attribute, + ACTIONS(6552), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [275473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12231), 3, + ACTIONS(8563), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(12168), 1, anon_sym_GT2, - [275737] = 4, + STATE(7128), 1, + aux_sym_template_argument_list_repeat1, + [275486] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12233), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12235), 1, + ACTIONS(12170), 1, anon_sym_GT2, - STATE(7127), 1, - aux_sym_template_parameter_list_repeat1, - [275750] = 4, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275499] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12237), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275763] = 4, + ACTIONS(12172), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275512] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12239), 1, - anon_sym_RBRACK_RBRACK, - STATE(7452), 1, - aux_sym_attribute_declaration_repeat1, - [275776] = 4, + ACTIONS(12174), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12241), 1, + ACTIONS(8748), 3, anon_sym_RPAREN, - STATE(7861), 1, - sym_gnu_asm_goto_list, - [275789] = 2, + anon_sym_SEMI, + anon_sym_COLON, + [275534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12243), 3, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - [275798] = 4, + ACTIONS(6554), 1, + anon_sym___attribute, + ACTIONS(6556), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [275545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12245), 1, + ACTIONS(12176), 1, anon_sym_RBRACK_RBRACK, - STATE(7196), 1, + STATE(7202), 1, aux_sym_attribute_declaration_repeat1, - [275811] = 4, + [275558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12247), 1, - anon_sym_RPAREN, - STATE(7177), 1, - sym_gnu_asm_clobber_list, - [275824] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12249), 1, - anon_sym_constexpr, - STATE(178), 1, - sym_condition_clause, - [275837] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12251), 1, + ACTIONS(4344), 1, + anon_sym_RBRACE, + ACTIONS(12178), 1, anon_sym_COMMA, - ACTIONS(12254), 1, - anon_sym_RPAREN, - STATE(7155), 1, - aux_sym_throw_specifier_repeat1, - [275850] = 4, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [275571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, + ACTIONS(12033), 1, anon_sym_COLON, - ACTIONS(12256), 1, + ACTIONS(12180), 1, anon_sym_RPAREN, - STATE(7150), 1, - sym_gnu_asm_clobber_list, - [275863] = 4, + STATE(7165), 1, + sym_gnu_asm_input_operand_list, + [275584] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, + ACTIONS(12037), 1, anon_sym_COLON, - ACTIONS(12258), 1, + ACTIONS(12182), 1, anon_sym_RPAREN, - STATE(7864), 1, - sym_gnu_asm_goto_list, - [275876] = 4, + STATE(7166), 1, + sym_gnu_asm_output_operand_list, + [275597] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(10129), 1, - anon_sym_RPAREN, - ACTIONS(12260), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - STATE(7158), 1, - aux_sym_preproc_argument_list_repeat1, - [275889] = 4, + ACTIONS(12184), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275610] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12263), 1, + ACTIONS(12186), 1, anon_sym_GT2, - STATE(7173), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [275902] = 3, - ACTIONS(9954), 1, - sym_comment, - STATE(6838), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12265), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [275913] = 4, + [275623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12267), 1, - anon_sym_COMMA, - ACTIONS(12270), 1, - anon_sym_RBRACK, - STATE(7161), 1, - aux_sym_structured_binding_declarator_repeat1, - [275926] = 3, + ACTIONS(12188), 1, + sym_identifier, + STATE(2426), 1, + sym_template_type, + STATE(3716), 1, + sym_template_function, + [275636] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12272), 1, - anon_sym_catch, - STATE(302), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [275937] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12190), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12274), 1, - anon_sym_RPAREN, - STATE(7156), 1, - sym_gnu_asm_input_operand_list, - [275950] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12192), 1, + anon_sym_GT2, + STATE(7142), 1, + aux_sym_template_argument_list_repeat1, + [275662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12276), 1, - anon_sym_constexpr, - STATE(176), 1, - sym_condition_clause, - [275963] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12194), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275675] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12278), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275976] = 4, + ACTIONS(12196), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275688] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12280), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [275989] = 4, + ACTIONS(12198), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12282), 1, + ACTIONS(12202), 1, anon_sym_RPAREN, - STATE(7157), 1, - sym_gnu_asm_clobber_list, - [276002] = 4, + ACTIONS(12200), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [275712] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12284), 1, + ACTIONS(12204), 1, anon_sym_SEMI, - STATE(7126), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [276015] = 4, - ACTIONS(9954), 1, + [275725] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(12142), 1, - anon_sym_LPAREN2, - ACTIONS(12286), 1, - aux_sym_preproc_include_token2, - STATE(8271), 1, - sym_preproc_argument_list, - [276028] = 4, + ACTIONS(12206), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [275738] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12288), 1, - anon_sym_RPAREN, - STATE(7181), 1, - sym_gnu_asm_input_operand_list, - [276041] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12208), 1, + anon_sym_GT2, + STATE(7149), 1, + aux_sym_template_argument_list_repeat1, + [275751] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12290), 1, + ACTIONS(12210), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [276054] = 4, + [275764] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12292), 1, + ACTIONS(12212), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [276067] = 4, + [275777] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12294), 1, + ACTIONS(12214), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [276080] = 4, + [275790] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12296), 1, + ACTIONS(12216), 1, anon_sym_RPAREN, - STATE(7066), 1, + STATE(7446), 1, aux_sym_parameter_list_repeat1, - [276093] = 4, + [275803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12298), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276106] = 4, + ACTIONS(12124), 1, + anon_sym_catch, + STATE(1821), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [275814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12300), 1, + ACTIONS(12218), 3, anon_sym_COMMA, - ACTIONS(12303), 1, anon_sym_RPAREN, - STATE(7176), 1, - aux_sym_preproc_params_repeat1, - [276119] = 4, + anon_sym_GT2, + [275823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12305), 1, - anon_sym_RPAREN, - STATE(8209), 1, - sym_gnu_asm_goto_list, - [276132] = 4, + ACTIONS(12220), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(3524), 1, + sym_template_function, + [275836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12307), 1, + ACTIONS(12222), 1, anon_sym_GT2, - STATE(7133), 1, + STATE(7157), 1, aux_sym_template_argument_list_repeat1, - [276145] = 4, + [275849] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12309), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12312), 1, + ACTIONS(12224), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [276158] = 4, + [275862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12314), 1, - anon_sym_RPAREN, - STATE(7444), 1, - aux_sym_parameter_list_repeat1, - [276171] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12316), 1, - anon_sym_RPAREN, - STATE(7186), 1, - sym_gnu_asm_clobber_list, - [276184] = 3, + ACTIONS(12226), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11595), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12318), 2, + ACTIONS(8563), 1, anon_sym_COMMA, + ACTIONS(12228), 1, anon_sym_GT2, - [276195] = 4, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [275888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12320), 1, - anon_sym_RPAREN, - STATE(7074), 1, - sym_gnu_asm_input_operand_list, - [276208] = 4, + ACTIONS(12230), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [275901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(9867), 1, anon_sym_COMMA, - ACTIONS(8661), 1, + ACTIONS(12232), 1, anon_sym_RPAREN, - STATE(7191), 1, - aux_sym_argument_list_repeat1, - [276221] = 3, + STATE(7184), 1, + aux_sym_preproc_argument_list_repeat1, + [275914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6462), 1, + ACTIONS(6558), 1, anon_sym___attribute, - ACTIONS(6464), 2, + ACTIONS(6560), 2, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [276232] = 4, + [275925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12322), 1, - anon_sym_RPAREN, - STATE(8208), 1, - sym_gnu_asm_goto_list, - [276245] = 3, + ACTIONS(12234), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(3716), 1, + sym_template_function, + [275938] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6594), 1, + ACTIONS(12236), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2441), 1, + sym_template_function, + [275951] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6562), 1, anon_sym___attribute, - ACTIONS(6596), 2, + ACTIONS(6564), 2, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [276256] = 4, + [275962] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12238), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [275975] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12240), 1, + anon_sym_RPAREN, + STATE(7169), 1, + sym_gnu_asm_clobber_list, + [275988] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12242), 1, + anon_sym_RPAREN, + STATE(7170), 1, + sym_gnu_asm_input_operand_list, + [276001] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + ACTIONS(12244), 1, + anon_sym_constexpr, + STATE(211), 1, + sym_condition_clause, + [276014] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(7048), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12246), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [276025] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12248), 1, + anon_sym_RPAREN, + STATE(8418), 1, + sym_gnu_asm_goto_list, + [276038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12324), 1, + ACTIONS(12250), 1, anon_sym_RPAREN, - STATE(7076), 1, + STATE(7171), 1, sym_gnu_asm_clobber_list, - [276269] = 3, + [276051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6590), 1, - anon_sym___attribute, - ACTIONS(6592), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [276280] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12252), 1, + anon_sym_RPAREN, + STATE(8437), 1, + sym_gnu_asm_goto_list, + [276064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(12326), 1, + ACTIONS(12254), 1, anon_sym_RPAREN, - STATE(7436), 1, + STATE(7420), 1, aux_sym_generic_expression_repeat1, - [276293] = 4, + [276077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(12328), 1, - anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [276306] = 3, + ACTIONS(6574), 1, + anon_sym___attribute, + ACTIONS(6576), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [276088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6533), 1, + ACTIONS(6578), 1, anon_sym___attribute, - ACTIONS(6535), 2, + ACTIONS(6580), 2, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [276317] = 4, + [276099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12330), 1, - sym_identifier, - STATE(1739), 1, - sym_template_type, - STATE(3452), 1, - sym_template_function, - [276330] = 3, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12256), 1, + anon_sym_SEMI, + STATE(7276), 1, + aux_sym_declaration_repeat1, + [276112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 1, + ACTIONS(6586), 1, anon_sym___attribute, - ACTIONS(6531), 2, + ACTIONS(6588), 2, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [276341] = 4, + [276123] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12332), 1, - anon_sym_RPAREN, - STATE(7259), 1, - sym_gnu_asm_output_operand_list, - [276354] = 4, + ACTIONS(12258), 1, + anon_sym_default, + ACTIONS(12260), 1, + anon_sym_delete, + ACTIONS(12262), 1, + aux_sym_pure_virtual_clause_token1, + [276136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12334), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12337), 1, - anon_sym_RBRACK_RBRACK, - STATE(7196), 1, - aux_sym_attribute_declaration_repeat1, - [276367] = 3, + ACTIONS(12264), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6494), 1, - anon_sym___attribute, - ACTIONS(6496), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [276378] = 3, + ACTIONS(12266), 1, + anon_sym_catch, + STATE(223), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [276160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6470), 1, - anon_sym___attribute, - ACTIONS(6472), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [276389] = 4, + ACTIONS(12268), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [276173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(6302), 1, + anon_sym_LT, + ACTIONS(6337), 1, + anon_sym_SEMI, + STATE(1831), 1, + sym_template_argument_list, + [276186] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12270), 1, anon_sym_COMMA, - ACTIONS(12339), 1, - anon_sym_RBRACK_RBRACK, - STATE(7107), 1, - aux_sym_attribute_declaration_repeat1, - [276402] = 4, + ACTIONS(12272), 1, + anon_sym_RBRACK, + STATE(7247), 1, + aux_sym_lambda_capture_specifier_repeat1, + [276199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12218), 3, anon_sym_COMMA, - ACTIONS(12341), 1, + anon_sym_RPAREN, anon_sym_GT2, - STATE(7203), 1, - aux_sym_template_argument_list_repeat1, - [276415] = 4, + [276208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(10096), 1, + anon_sym_RPAREN, + ACTIONS(12274), 1, anon_sym_COMMA, - ACTIONS(12343), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276428] = 4, + STATE(7184), 1, + aux_sym_preproc_argument_list_repeat1, + [276221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - ACTIONS(12345), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276441] = 4, + ACTIONS(11968), 1, + anon_sym_LBRACE, + STATE(7384), 1, + aux_sym_base_class_clause_repeat1, + [276234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8521), 1, + anon_sym_RBRACE, + ACTIONS(8700), 1, anon_sym_COMMA, - ACTIONS(12347), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276454] = 3, + STATE(7405), 1, + aux_sym_initializer_list_repeat1, + [276247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 1, - anon_sym___attribute, - ACTIONS(6440), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [276465] = 4, + ACTIONS(9867), 1, + anon_sym_COMMA, + ACTIONS(12277), 1, + anon_sym_RPAREN, + STATE(7184), 1, + aux_sym_preproc_argument_list_repeat1, + [276260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12349), 1, + ACTIONS(12279), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7228), 1, aux_sym_declaration_repeat1, - [276478] = 3, + [276273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12351), 1, - anon_sym_catch, - STATE(1633), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [276489] = 4, + ACTIONS(12281), 1, + anon_sym_COMMA, + ACTIONS(12284), 1, + anon_sym_RPAREN, + STATE(7189), 1, + aux_sym_preproc_params_repeat1, + [276286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12353), 1, - anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, - [276502] = 4, + ACTIONS(12286), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276299] = 4, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12083), 1, + anon_sym_LPAREN2, + ACTIONS(12288), 1, + aux_sym_preproc_include_token2, + STATE(7881), 1, + sym_preproc_argument_list, + [276312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, + ACTIONS(12290), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2441), 1, + sym_template_function, + [276325] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12355), 1, + ACTIONS(12292), 1, anon_sym_RPAREN, - STATE(7395), 1, + STATE(7210), 1, sym_gnu_asm_clobber_list, - [276515] = 4, + [276338] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(6991), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12294), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [276349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, - anon_sym_COMMA, - ACTIONS(12357), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [276528] = 4, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12296), 1, + anon_sym_RPAREN, + STATE(7211), 1, + sym_gnu_asm_input_operand_list, + [276362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8676), 1, - anon_sym_RBRACE, - ACTIONS(12359), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [276541] = 4, + ACTIONS(11968), 1, + anon_sym_LBRACE, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [276375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12362), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276554] = 4, + ACTIONS(12298), 1, + anon_sym_RBRACK_RBRACK, + STATE(7212), 1, + aux_sym_attribute_declaration_repeat1, + [276388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12270), 1, anon_sym_COMMA, - ACTIONS(12364), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276567] = 4, + ACTIONS(12300), 1, + anon_sym_RBRACK, + STATE(7247), 1, + aux_sym_lambda_capture_specifier_repeat1, + [276401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12366), 1, + ACTIONS(12108), 1, + anon_sym_COMMA, + ACTIONS(12302), 1, anon_sym_RPAREN, - STATE(8374), 1, - sym_gnu_asm_goto_list, - [276580] = 4, + STATE(7354), 1, + aux_sym_parameter_list_repeat1, + [276414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12304), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12306), 2, anon_sym_COMMA, - ACTIONS(12368), 1, + anon_sym_LBRACE, + [276425] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12124), 1, + anon_sym_catch, + STATE(1812), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [276436] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12067), 1, + anon_sym_COMMA, + ACTIONS(12308), 1, anon_sym_RBRACK_RBRACK, - STATE(7196), 1, + STATE(7216), 1, aux_sym_attribute_declaration_repeat1, - [276593] = 4, + [276449] = 4, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12083), 1, + anon_sym_LPAREN2, + ACTIONS(12310), 1, + aux_sym_preproc_include_token2, + STATE(7881), 1, + sym_preproc_argument_list, + [276462] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12370), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8724), 1, anon_sym_RPAREN, - STATE(7117), 1, - sym_gnu_asm_output_operand_list, - [276606] = 4, + STATE(7264), 1, + aux_sym_argument_list_repeat1, + [276475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6280), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(1820), 1, - sym_template_argument_list, - [276619] = 4, + ACTIONS(5024), 1, + anon_sym_LBRACE, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(304), 1, + sym_declaration_list, + [276488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(12312), 1, anon_sym_COMMA, - ACTIONS(12372), 1, + ACTIONS(12314), 1, anon_sym_RPAREN, - STATE(7158), 1, - aux_sym_preproc_argument_list_repeat1, - [276632] = 4, + STATE(7189), 1, + aux_sym_preproc_params_repeat1, + [276501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12374), 1, - anon_sym_RPAREN, - STATE(7062), 1, - sym_gnu_asm_input_operand_list, - [276645] = 4, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12316), 1, + anon_sym_SEMI, + STATE(7224), 1, + aux_sym_declaration_repeat1, + [276514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12376), 1, + ACTIONS(12306), 1, + anon_sym_LBRACE, + ACTIONS(12318), 1, + anon_sym_COMMA, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [276527] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12321), 1, sym_identifier, - STATE(1739), 1, + STATE(2148), 1, sym_template_type, - STATE(2464), 1, + STATE(2756), 1, sym_template_function, - [276658] = 4, + [276540] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, + ACTIONS(12055), 1, anon_sym_COLON, - ACTIONS(12378), 1, + ACTIONS(12323), 1, anon_sym_RPAREN, - STATE(7372), 1, - sym_gnu_asm_input_operand_list, - [276671] = 2, + STATE(8231), 1, + sym_gnu_asm_goto_list, + [276553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12380), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [276680] = 3, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12325), 1, + anon_sym_RPAREN, + STATE(7229), 1, + sym_gnu_asm_clobber_list, + [276566] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12351), 1, - anon_sym_catch, - STATE(1636), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [276691] = 4, + ACTIONS(12067), 1, + anon_sym_COMMA, + ACTIONS(12327), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [276579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12382), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(5972), 1, - sym_template_function, - [276704] = 4, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8686), 1, + anon_sym_RPAREN, + STATE(7231), 1, + aux_sym_argument_list_repeat1, + [276592] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8728), 1, anon_sym_COMMA, - ACTIONS(12384), 1, - anon_sym_SEMI, - STATE(7165), 1, - aux_sym_declaration_repeat1, - [276717] = 4, + ACTIONS(8730), 1, + anon_sym_RBRACE, + STATE(7268), 1, + aux_sym_initializer_list_repeat1, + [276605] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12329), 1, + anon_sym_RPAREN, + STATE(7269), 1, + sym_gnu_asm_output_operand_list, + [276618] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12331), 1, anon_sym_COMMA, - ACTIONS(12386), 1, - anon_sym_GT2, - STATE(7228), 1, - aux_sym_template_argument_list_repeat1, - [276730] = 4, + ACTIONS(12334), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [276631] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12388), 1, + ACTIONS(12336), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7452), 1, aux_sym_template_argument_list_repeat1, - [276743] = 4, + [276644] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8702), 1, anon_sym_COMMA, - ACTIONS(12390), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276756] = 4, + ACTIONS(8704), 1, + anon_sym_RBRACE, + STATE(7233), 1, + aux_sym_initializer_list_repeat1, + [276657] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12338), 1, + anon_sym_RPAREN, + STATE(7234), 1, + sym_gnu_asm_output_operand_list, + [276670] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12392), 1, + ACTIONS(12340), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7238), 1, aux_sym_template_argument_list_repeat1, - [276769] = 4, + [276683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12394), 1, - anon_sym_SEMI, - STATE(7069), 1, - aux_sym_declaration_repeat1, - [276782] = 4, + ACTIONS(12342), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [276696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12396), 1, + ACTIONS(12344), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7240), 1, aux_sym_declaration_repeat1, - [276795] = 4, + [276709] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5933), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12398), 1, - anon_sym_RBRACK, - STATE(7161), 1, - aux_sym_structured_binding_declarator_repeat1, - [276808] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12400), 1, - anon_sym_catch, - STATE(1821), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [276819] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6452), 1, - anon_sym___attribute, - ACTIONS(6454), 2, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [276830] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12402), 1, - anon_sym_RPAREN, - STATE(7213), 1, - sym_gnu_asm_clobber_list, - [276843] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12404), 1, - anon_sym_RPAREN, - STATE(8380), 1, - sym_gnu_asm_goto_list, - [276856] = 3, + ACTIONS(12346), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12408), 1, - anon_sym_COLON_COLON, - ACTIONS(12406), 2, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12348), 1, anon_sym_SEMI, - anon_sym_LBRACE, - [276867] = 3, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12351), 1, + ACTIONS(12350), 1, anon_sym_catch, - STATE(1640), 2, + STATE(392), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [276878] = 4, + [276746] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12410), 1, - anon_sym_RBRACK_RBRACK, - STATE(7381), 1, - aux_sym_attribute_declaration_repeat1, - [276891] = 3, + ACTIONS(12352), 1, + anon_sym_SEMI, + STATE(7279), 1, + aux_sym_declaration_repeat1, + [276759] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12414), 1, - anon_sym_RPAREN, - ACTIONS(12412), 2, + ACTIONS(9823), 1, anon_sym_COMMA, + ACTIONS(12354), 1, anon_sym_SEMI, - [276902] = 4, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276772] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4356), 1, - anon_sym_RBRACE, - ACTIONS(12416), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [276915] = 4, + ACTIONS(12356), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [276785] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, - anon_sym_COMMA, - ACTIONS(12418), 1, - anon_sym_RBRACK_RBRACK, - STATE(7214), 1, - aux_sym_attribute_declaration_repeat1, - [276928] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12358), 1, + anon_sym_RPAREN, + STATE(8362), 1, + sym_gnu_asm_goto_list, + [276798] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12420), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276941] = 4, + ACTIONS(12360), 1, + anon_sym_RPAREN, + STATE(7282), 1, + aux_sym_parameter_list_repeat1, + [276811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12422), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [276954] = 4, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(12362), 1, + anon_sym_RPAREN, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [276824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(12424), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [276967] = 4, + ACTIONS(12364), 1, + anon_sym_RPAREN, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [276837] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12426), 1, + ACTIONS(4358), 1, + anon_sym_RBRACE, + ACTIONS(12366), 1, anon_sym_COMMA, - ACTIONS(12429), 1, - anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [276980] = 4, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [276850] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8667), 1, - anon_sym_COMMA, - ACTIONS(12431), 1, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12368), 1, anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, - [276993] = 4, + STATE(7249), 1, + sym_gnu_asm_input_operand_list, + [276863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12433), 1, - anon_sym_GT2, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12370), 1, + anon_sym_RPAREN, STATE(7250), 1, - aux_sym_template_argument_list_repeat1, - [277006] = 4, + sym_gnu_asm_output_operand_list, + [276876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12435), 1, + ACTIONS(12372), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [277019] = 4, + [276889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12437), 1, + ACTIONS(12374), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [277032] = 4, + [276902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12439), 1, + ACTIONS(12376), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [277045] = 4, + [276915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(11993), 1, - anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [277058] = 4, + ACTIONS(12266), 1, + anon_sym_catch, + STATE(226), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [276926] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12441), 1, + ACTIONS(12378), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [277071] = 4, + [276939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12443), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(3766), 1, - sym_template_function, - [277084] = 4, + ACTIONS(12350), 1, + anon_sym_catch, + STATE(393), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [276950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(12445), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277097] = 4, + ACTIONS(8734), 1, + anon_sym_RBRACK, + STATE(7284), 1, + aux_sym_subscript_argument_list_repeat1, + [276963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(692), 1, - sym_declaration_list, - [277110] = 3, + ACTIONS(12380), 1, + anon_sym_COMMA, + ACTIONS(12383), 1, + anon_sym_RBRACK, + STATE(7243), 1, + aux_sym_structured_binding_declarator_repeat1, + [276976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12447), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12429), 2, + ACTIONS(11809), 1, anon_sym_COMMA, + ACTIONS(12385), 1, anon_sym_LBRACE, - [277121] = 4, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [276989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12270), 1, anon_sym_COMMA, - ACTIONS(12449), 1, - anon_sym_RBRACK_RBRACK, - STATE(7434), 1, - aux_sym_attribute_declaration_repeat1, - [277134] = 3, - ACTIONS(9954), 1, - sym_comment, - STATE(6958), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12451), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [277145] = 4, + ACTIONS(12387), 1, + anon_sym_RBRACK, + STATE(7182), 1, + aux_sym_lambda_capture_specifier_repeat1, + [277002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12453), 1, + ACTIONS(8553), 1, + anon_sym_COMMA, + ACTIONS(12389), 1, anon_sym_RPAREN, - STATE(7234), 1, - sym_gnu_asm_input_operand_list, - [277158] = 4, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [277015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12455), 1, - anon_sym_RPAREN, - STATE(7235), 1, - sym_gnu_asm_clobber_list, - [277171] = 4, + ACTIONS(12391), 1, + anon_sym_COMMA, + ACTIONS(12394), 1, + anon_sym_RBRACK, + STATE(7247), 1, + aux_sym_lambda_capture_specifier_repeat1, + [277028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12396), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12398), 2, anon_sym_COMMA, - ACTIONS(12457), 1, - anon_sym_RBRACK_RBRACK, - STATE(7317), 1, - aux_sym_attribute_declaration_repeat1, - [277184] = 4, + anon_sym_LBRACE, + [277039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12459), 1, + ACTIONS(12400), 1, anon_sym_RPAREN, - STATE(7163), 1, - sym_gnu_asm_output_operand_list, - [277197] = 4, + STATE(7252), 1, + sym_gnu_asm_clobber_list, + [277052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12461), 1, - anon_sym_COMMA, - ACTIONS(12463), 1, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12402), 1, anon_sym_RPAREN, - STATE(7373), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [277210] = 4, + STATE(7253), 1, + sym_gnu_asm_input_operand_list, + [277065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(11796), 1, + ACTIONS(5020), 1, anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [277223] = 4, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(623), 1, + sym_declaration_list, + [277078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12465), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2464), 1, - sym_template_function, - [277236] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12404), 1, + anon_sym_RPAREN, + STATE(8435), 1, + sym_gnu_asm_goto_list, + [277091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12467), 1, + ACTIONS(12406), 1, anon_sym_RPAREN, - STATE(7167), 1, - sym_gnu_asm_input_operand_list, - [277249] = 4, + STATE(7255), 1, + sym_gnu_asm_clobber_list, + [277104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - ACTIONS(11796), 1, + ACTIONS(12385), 1, anon_sym_LBRACE, - STATE(7314), 1, + STATE(7363), 1, aux_sym_base_class_clause_repeat1, - [277262] = 4, + [277117] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(12469), 1, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12408), 1, anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [277275] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12471), 1, - anon_sym_GT2, - STATE(7272), 1, - aux_sym_template_argument_list_repeat1, - [277288] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12473), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277301] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12475), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277314] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12477), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277327] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12479), 1, - anon_sym_EQ, - ACTIONS(11164), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [277338] = 4, + STATE(8476), 1, + sym_gnu_asm_goto_list, + [277130] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4340), 1, - anon_sym_RBRACE, - ACTIONS(12481), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [277351] = 4, + ACTIONS(12410), 1, + anon_sym_RPAREN, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [277143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12414), 1, + anon_sym_RPAREN, + ACTIONS(12412), 2, anon_sym_COMMA, - ACTIONS(12483), 1, anon_sym_SEMI, - STATE(7403), 1, - aux_sym_declaration_repeat1, - [277364] = 3, + [277154] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12485), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12487), 2, - anon_sym_COMMA, + ACTIONS(5022), 1, anon_sym_LBRACE, - [277375] = 4, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(718), 1, + sym_declaration_list, + [277167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12489), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277388] = 4, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + ACTIONS(12416), 1, + anon_sym_constexpr, + STATE(186), 1, + sym_condition_clause, + [277180] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(6856), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12418), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [277191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12491), 1, - anon_sym_COMMA, - ACTIONS(12493), 1, - anon_sym_RPAREN, - STATE(7392), 1, - aux_sym_preproc_params_repeat1, - [277401] = 4, + ACTIONS(12420), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [277200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12233), 1, + ACTIONS(12071), 1, anon_sym_COMMA, - ACTIONS(12495), 1, + ACTIONS(12422), 1, anon_sym_GT2, - STATE(7393), 1, + STATE(7376), 1, aux_sym_template_parameter_list_repeat1, - [277414] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12497), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [277427] = 3, + [277213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12029), 1, - anon_sym_catch, - STATE(1792), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [277438] = 4, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12424), 1, + anon_sym_RPAREN, + STATE(7409), 1, + sym_gnu_asm_output_operand_list, + [277226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(12499), 1, - anon_sym_SEMI, - STATE(7440), 1, - aux_sym_declaration_repeat1, - [277451] = 2, + ACTIONS(12426), 1, + anon_sym_RPAREN, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [277239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12501), 3, + ACTIONS(12428), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [277460] = 4, + [277248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(12503), 1, - anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [277473] = 2, + ACTIONS(12430), 1, + anon_sym_default, + ACTIONS(12432), 1, + anon_sym_delete, + ACTIONS(12434), 1, + aux_sym_pure_virtual_clause_token1, + [277261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12505), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [277482] = 4, + ACTIONS(5024), 1, + anon_sym_LBRACE, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(333), 1, + sym_declaration_list, + [277274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12507), 1, - sym_identifier, - STATE(2523), 1, - sym_template_type, - STATE(3766), 1, - sym_template_function, - [277495] = 4, + ACTIONS(4340), 1, + anon_sym_RBRACE, + ACTIONS(12436), 1, + anon_sym_COMMA, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [277287] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, + ACTIONS(12033), 1, anon_sym_COLON, - ACTIONS(12509), 1, + ACTIONS(12438), 1, anon_sym_RPAREN, - STATE(7992), 1, - sym_gnu_asm_goto_list, - [277508] = 4, + STATE(7300), 1, + sym_gnu_asm_input_operand_list, + [277300] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12511), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [277521] = 4, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12440), 1, + anon_sym_RPAREN, + STATE(7301), 1, + sym_gnu_asm_output_operand_list, + [277313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12513), 1, + ACTIONS(12442), 1, anon_sym_GT2, - STATE(7292), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [277534] = 4, + [277326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12515), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277547] = 4, + ACTIONS(12444), 1, + anon_sym_RBRACK_RBRACK, + STATE(7293), 1, + aux_sym_attribute_declaration_repeat1, + [277339] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12517), 1, + ACTIONS(12446), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [277560] = 4, + [277352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12519), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277573] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12448), 1, + anon_sym_RPAREN, + STATE(8246), 1, + sym_gnu_asm_goto_list, + [277365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4312), 1, - anon_sym_RBRACE, - ACTIONS(12521), 1, + ACTIONS(2763), 1, + anon_sym_while, + ACTIONS(12450), 1, + anon_sym_else, + STATE(460), 1, + sym_else_clause, + [277378] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9823), 1, anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [277586] = 4, + ACTIONS(12452), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [277391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12523), 1, - anon_sym_RPAREN, - STATE(7287), 1, - sym_gnu_asm_clobber_list, - [277599] = 4, + ACTIONS(12456), 1, + anon_sym_COLON_COLON, + ACTIONS(12454), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + [277402] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12525), 1, - anon_sym_RPAREN, - STATE(7990), 1, - sym_gnu_asm_goto_list, - [277612] = 4, + ACTIONS(2755), 1, + anon_sym_while, + ACTIONS(12450), 1, + anon_sym_else, + STATE(433), 1, + sym_else_clause, + [277415] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12527), 1, - anon_sym_RPAREN, - STATE(7158), 1, - aux_sym_preproc_argument_list_repeat1, - [277625] = 3, + ACTIONS(12458), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [277428] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12182), 1, + ACTIONS(12460), 1, + anon_sym_COMMA, + ACTIONS(12463), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [277441] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12465), 1, anon_sym_catch, - STATE(401), 2, + STATE(835), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [277636] = 4, + [277452] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12529), 1, + ACTIONS(12467), 1, anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [277649] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(598), 1, - sym_declaration_list, - [277662] = 3, + STATE(7446), 1, + aux_sym_parameter_list_repeat1, + [277465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12047), 1, + ACTIONS(12266), 1, anon_sym_catch, - STATE(312), 2, + STATE(227), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [277673] = 4, + [277476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(12531), 1, + ACTIONS(12469), 1, anon_sym_RBRACK, - STATE(7085), 1, + STATE(7121), 1, aux_sym_subscript_argument_list_repeat1, - [277686] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12533), 1, - anon_sym_catch, - STATE(227), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [277697] = 4, + [277489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12535), 1, - anon_sym_RPAREN, - STATE(7108), 1, - aux_sym_parameter_list_repeat1, - [277710] = 4, + ACTIONS(12471), 1, + anon_sym_SEMI, + STATE(7308), 1, + aux_sym_declaration_repeat1, + [277502] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12537), 1, - anon_sym_RPAREN, - STATE(7294), 1, - sym_gnu_asm_input_operand_list, - [277723] = 4, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + ACTIONS(12473), 1, + anon_sym_constexpr, + STATE(203), 1, + sym_condition_clause, + [277515] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(7047), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12475), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [277526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9867), 1, anon_sym_COMMA, - ACTIONS(12539), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [277736] = 4, + ACTIONS(12477), 1, + anon_sym_RPAREN, + STATE(7184), 1, + aux_sym_preproc_argument_list_repeat1, + [277539] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12541), 1, + ACTIONS(12479), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(2797), 1, + STATE(2756), 1, sym_template_function, - [277749] = 4, + [277552] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, - anon_sym_COLON, - ACTIONS(12543), 1, + ACTIONS(12481), 1, + anon_sym_COMMA, + ACTIONS(12484), 1, anon_sym_RPAREN, - STATE(7295), 1, - sym_gnu_asm_clobber_list, - [277762] = 4, + STATE(7290), 1, + aux_sym_throw_specifier_repeat1, + [277565] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8710), 1, + anon_sym_COMMA, + ACTIONS(8712), 1, + anon_sym_RBRACE, + STATE(7057), 1, + aux_sym_initializer_list_repeat1, + [277578] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12545), 1, + ACTIONS(12486), 1, anon_sym_default, - ACTIONS(12547), 1, + ACTIONS(12488), 1, anon_sym_delete, - ACTIONS(12549), 1, + ACTIONS(12490), 1, aux_sym_pure_virtual_clause_token1, - [277775] = 4, + [277591] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12551), 1, - anon_sym_GT2, - STATE(7312), 1, - aux_sym_template_argument_list_repeat1, - [277788] = 4, + ACTIONS(12492), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [277604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(12553), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277801] = 4, + ACTIONS(8665), 1, + anon_sym_RPAREN, + STATE(7314), 1, + aux_sym_argument_list_repeat1, + [277617] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12555), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277814] = 4, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12494), 1, + anon_sym_RPAREN, + STATE(7061), 1, + sym_gnu_asm_output_operand_list, + [277630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(11629), 3, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + [277639] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12557), 1, + ACTIONS(12496), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7072), 1, aux_sym_template_argument_list_repeat1, - [277827] = 4, + [277652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(8667), 1, anon_sym_COMMA, - ACTIONS(11842), 1, - anon_sym_LBRACE, - STATE(7413), 1, - aux_sym_base_class_clause_repeat1, - [277840] = 4, + ACTIONS(8669), 1, + anon_sym_RBRACE, + STATE(7316), 1, + aux_sym_initializer_list_repeat1, + [277665] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(11842), 1, - anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [277853] = 4, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12498), 1, + anon_sym_RPAREN, + STATE(7318), 1, + sym_gnu_asm_output_operand_list, + [277678] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12500), 1, + anon_sym_RPAREN, + STATE(7323), 1, + sym_gnu_asm_clobber_list, + [277691] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12502), 1, + anon_sym_RPAREN, + STATE(7325), 1, + sym_gnu_asm_input_operand_list, + [277704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12559), 1, + ACTIONS(12504), 1, + anon_sym_GT2, + STATE(7322), 1, + aux_sym_template_argument_list_repeat1, + [277717] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12456), 1, + anon_sym_COLON_COLON, + ACTIONS(12506), 2, anon_sym_SEMI, - STATE(7148), 1, - aux_sym_declaration_repeat1, - [277866] = 4, + anon_sym_LBRACE, + [277728] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12184), 1, + ACTIONS(12508), 1, anon_sym_COMMA, - ACTIONS(12561), 1, - anon_sym_RBRACK, - STATE(7124), 1, - aux_sym_lambda_capture_specifier_repeat1, - [277879] = 4, + ACTIONS(12510), 1, + anon_sym_RPAREN, + STATE(7443), 1, + aux_sym_requires_parameter_list_repeat1, + [277741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12563), 1, + ACTIONS(12512), 1, anon_sym_RBRACK_RBRACK, - STATE(7196), 1, + STATE(7221), 1, aux_sym_attribute_declaration_repeat1, - [277892] = 4, + [277754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12565), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277905] = 4, + ACTIONS(12514), 1, + anon_sym_SEMI, + STATE(7326), 1, + aux_sym_declaration_repeat1, + [277767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12567), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277918] = 4, + ACTIONS(12516), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [277780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(8649), 1, - anon_sym_RPAREN, - STATE(7268), 1, - aux_sym_argument_list_repeat1, - [277931] = 4, + ACTIONS(12518), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [277793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12071), 1, anon_sym_COMMA, - ACTIONS(12569), 1, + ACTIONS(12520), 1, anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [277944] = 3, + STATE(7077), 1, + aux_sym_template_parameter_list_repeat1, + [277806] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(7040), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12522), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [277817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12400), 1, + ACTIONS(12524), 1, anon_sym_catch, - STATE(1828), 2, + STATE(1630), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [277955] = 2, + [277828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12571), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [277964] = 4, + ACTIONS(12526), 1, + anon_sym_default, + ACTIONS(12528), 1, + anon_sym_delete, + ACTIONS(12530), 1, + aux_sym_pure_virtual_clause_token1, + [277841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12573), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [277977] = 4, + ACTIONS(12532), 1, + anon_sym_RBRACK_RBRACK, + STATE(7407), 1, + aux_sym_attribute_declaration_repeat1, + [277854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, - anon_sym_COLON, - ACTIONS(12575), 1, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(12534), 1, anon_sym_RPAREN, - STATE(7260), 1, - sym_gnu_asm_input_operand_list, - [277990] = 4, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [277867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12577), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(3452), 1, - sym_template_function, - [278003] = 4, + ACTIONS(12536), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12538), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [277878] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(4354), 1, + anon_sym_RBRACE, + ACTIONS(12540), 1, anon_sym_COMMA, - ACTIONS(12579), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [278016] = 2, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [277891] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(6853), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12542), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [277902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12581), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(12033), 1, anon_sym_COLON, - [278025] = 4, + ACTIONS(12544), 1, + anon_sym_RPAREN, + STATE(7331), 1, + sym_gnu_asm_input_operand_list, + [277915] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12583), 1, - anon_sym_GT2, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12546), 1, + anon_sym_RPAREN, STATE(7332), 1, - aux_sym_template_argument_list_repeat1, - [278038] = 4, + sym_gnu_asm_output_operand_list, + [277928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12585), 1, + ACTIONS(12548), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [278051] = 4, + [277941] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12587), 1, + ACTIONS(12550), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [278064] = 4, + [277954] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12589), 1, + ACTIONS(12552), 1, anon_sym_GT2, - STATE(7179), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [278077] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4344), 1, - anon_sym_RBRACE, - ACTIONS(12591), 1, - anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [278090] = 4, + [277967] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, + ACTIONS(12055), 1, anon_sym_COLON, - ACTIONS(12593), 1, + ACTIONS(12554), 1, anon_sym_RPAREN, - STATE(7188), 1, - sym_gnu_asm_input_operand_list, - [278103] = 2, + STATE(8060), 1, + sym_gnu_asm_goto_list, + [277980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11665), 3, - anon_sym_SEMI, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - [278112] = 4, + ACTIONS(12556), 1, + anon_sym_default, + ACTIONS(12558), 1, + anon_sym_delete, + ACTIONS(12560), 1, + aux_sym_pure_virtual_clause_token1, + [277993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12595), 1, - anon_sym_constexpr, - STATE(205), 1, - sym_condition_clause, - [278125] = 3, - ACTIONS(9954), 1, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12562), 1, + anon_sym_RPAREN, + STATE(7339), 1, + sym_gnu_asm_clobber_list, + [278006] = 4, + ACTIONS(3), 1, sym_comment, - STATE(6877), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12597), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [278136] = 4, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12564), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [278019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12599), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [278149] = 4, + ACTIONS(12524), 1, + anon_sym_catch, + STATE(1637), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12601), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278162] = 4, + ACTIONS(12566), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [278039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12603), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278175] = 4, + ACTIONS(12568), 1, + anon_sym_default, + ACTIONS(12570), 1, + anon_sym_delete, + ACTIONS(12572), 1, + aux_sym_pure_virtual_clause_token1, + [278052] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, - anon_sym_COMMA, - ACTIONS(12605), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278188] = 4, + ACTIONS(12574), 3, + anon_sym_SEMI, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + [278061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(12607), 1, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12576), 1, anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [278201] = 4, + STATE(7334), 1, + sym_gnu_asm_clobber_list, + [278074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12033), 1, anon_sym_COLON, - ACTIONS(12609), 1, + ACTIONS(12578), 1, anon_sym_RPAREN, - STATE(7304), 1, - sym_gnu_asm_output_operand_list, - [278214] = 4, + STATE(7335), 1, + sym_gnu_asm_input_operand_list, + [278087] = 3, + ACTIONS(9919), 1, + sym_comment, + STATE(6977), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12580), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [278098] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12611), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2464), 1, - sym_template_function, - [278227] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12582), 1, + anon_sym_RPAREN, + STATE(8053), 1, + sym_gnu_asm_goto_list, + [278111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12017), 1, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12613), 1, + ACTIONS(12584), 1, anon_sym_RPAREN, - STATE(7307), 1, - sym_gnu_asm_input_operand_list, - [278240] = 4, + STATE(7336), 1, + sym_gnu_asm_clobber_list, + [278124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12615), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [278253] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12586), 1, + anon_sym_RPAREN, + STATE(8057), 1, + sym_gnu_asm_goto_list, + [278137] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(12617), 1, - anon_sym_RBRACK_RBRACK, - STATE(7152), 1, - aux_sym_attribute_declaration_repeat1, - [278266] = 4, + ACTIONS(12588), 1, + anon_sym_RPAREN, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [278150] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12590), 1, + anon_sym_default, + ACTIONS(12592), 1, + anon_sym_delete, + ACTIONS(12594), 1, + aux_sym_pure_virtual_clause_token1, + [278163] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12055), 1, anon_sym_COLON, - ACTIONS(12619), 1, + ACTIONS(12596), 1, anon_sym_RPAREN, - STATE(7183), 1, - sym_gnu_asm_output_operand_list, - [278279] = 3, - ACTIONS(9954), 1, - sym_comment, - STATE(6963), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12621), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [278290] = 4, + STATE(8070), 1, + sym_gnu_asm_goto_list, + [278176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - ACTIONS(12623), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [278303] = 3, + ACTIONS(11895), 1, + anon_sym_LBRACE, + STATE(7196), 1, + aux_sym_base_class_clause_repeat1, + [278189] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12533), 1, - anon_sym_catch, - STATE(223), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [278314] = 4, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11895), 1, + anon_sym_LBRACE, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [278202] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(12625), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278327] = 4, + ACTIONS(12598), 1, + anon_sym_RPAREN, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [278215] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5022), 1, anon_sym_LBRACE, - ACTIONS(11665), 1, + ACTIONS(11629), 1, anon_sym_COLON_COLON, - STATE(304), 1, + STATE(721), 1, sym_declaration_list, - [278340] = 4, + [278228] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12600), 1, anon_sym_COMMA, - ACTIONS(12627), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278353] = 4, - ACTIONS(3), 1, + ACTIONS(12602), 1, + anon_sym_LBRACE, + STATE(7091), 1, + aux_sym_field_initializer_list_repeat1, + [278241] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(8645), 1, - anon_sym_COMMA, - ACTIONS(12629), 1, - anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [278366] = 4, + STATE(6884), 1, + aux_sym_char_literal_repeat1, + ACTIONS(12604), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [278252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12631), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278379] = 4, + ACTIONS(12606), 1, + anon_sym_SEMI, + STATE(7090), 1, + aux_sym_declaration_repeat1, + [278265] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12633), 1, + ACTIONS(12608), 1, anon_sym_SEMI, - STATE(7230), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [278392] = 4, + [278278] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12635), 1, + ACTIONS(8750), 1, + anon_sym_RBRACE, + ACTIONS(12610), 1, anon_sym_COMMA, - ACTIONS(12638), 1, - anon_sym_RPAREN, - STATE(7358), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [278405] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12640), 1, - anon_sym_constexpr, - STATE(210), 1, - sym_condition_clause, - [278418] = 4, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [278291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12642), 1, - anon_sym_GT2, - STATE(7242), 1, - aux_sym_template_argument_list_repeat1, - [278431] = 3, - ACTIONS(9954), 1, + ACTIONS(12613), 1, + anon_sym_SEMI, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [278304] = 3, + ACTIONS(9919), 1, sym_comment, - STATE(6974), 1, + STATE(6840), 1, aux_sym_char_literal_repeat1, - ACTIONS(12644), 2, + ACTIONS(12615), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [278442] = 4, + [278315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12646), 1, - anon_sym_RPAREN, - STATE(7266), 1, - sym_gnu_asm_output_operand_list, - [278455] = 4, + ACTIONS(12617), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12619), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [278326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12648), 1, - anon_sym_GT2, - STATE(7179), 1, - aux_sym_template_argument_list_repeat1, - [278468] = 3, - ACTIONS(9954), 1, + ACTIONS(12621), 1, + anon_sym_RPAREN, + STATE(7108), 1, + aux_sym_parameter_list_repeat1, + [278339] = 3, + ACTIONS(9919), 1, sym_comment, - STATE(6919), 1, + STATE(6995), 1, aux_sym_char_literal_repeat1, - ACTIONS(12650), 2, + ACTIONS(12623), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [278479] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8751), 1, - anon_sym_COMMA, - ACTIONS(8753), 1, - anon_sym_RBRACE, - STATE(7274), 1, - aux_sym_initializer_list_repeat1, - [278492] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12184), 1, - anon_sym_COMMA, - ACTIONS(12652), 1, - anon_sym_RBRACK, - STATE(7083), 1, - aux_sym_lambda_capture_specifier_repeat1, - [278505] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12654), 1, - sym_identifier, - ACTIONS(12656), 2, - anon_sym_COMMA, - anon_sym_GT2, - [278516] = 4, + [278350] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(12108), 1, anon_sym_COMMA, - ACTIONS(12658), 1, + ACTIONS(12625), 1, anon_sym_RPAREN, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [278529] = 3, - ACTIONS(9954), 1, + STATE(7446), 1, + aux_sym_parameter_list_repeat1, + [278363] = 3, + ACTIONS(9919), 1, sym_comment, - STATE(7001), 1, + STATE(6999), 1, aux_sym_char_literal_repeat1, - ACTIONS(12660), 2, + ACTIONS(12627), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [278540] = 3, - ACTIONS(9954), 1, + [278374] = 3, + ACTIONS(9919), 1, sym_comment, - STATE(7049), 1, + STATE(6873), 1, aux_sym_char_literal_repeat1, - ACTIONS(12662), 2, + ACTIONS(12629), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [278551] = 4, + [278385] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8881), 1, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12631), 1, anon_sym_RPAREN, - ACTIONS(12664), 1, - anon_sym_COMMA, - STATE(7371), 1, - aux_sym_argument_list_repeat1, - [278564] = 4, + STATE(7069), 1, + sym_gnu_asm_clobber_list, + [278398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12045), 1, + ACTIONS(12033), 1, anon_sym_COLON, - ACTIONS(12667), 1, + ACTIONS(12633), 1, anon_sym_RPAREN, - STATE(7081), 1, - sym_gnu_asm_clobber_list, - [278577] = 4, + STATE(7071), 1, + sym_gnu_asm_input_operand_list, + [278411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12461), 1, + ACTIONS(5977), 1, anon_sym_COMMA, - ACTIONS(12669), 1, - anon_sym_RPAREN, - STATE(7358), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [278590] = 3, - ACTIONS(9954), 1, + ACTIONS(12635), 1, + anon_sym_RBRACK, + STATE(7445), 1, + aux_sym_structured_binding_declarator_repeat1, + [278424] = 3, + ACTIONS(3), 1, sym_comment, - STATE(6944), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12671), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [278601] = 4, + ACTIONS(11611), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12637), 2, + anon_sym_COMMA, + anon_sym_GT2, + [278435] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8517), 1, - anon_sym_RBRACE, - ACTIONS(8643), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - STATE(7293), 1, - aux_sym_initializer_list_repeat1, - [278614] = 4, + ACTIONS(12639), 1, + anon_sym_RBRACK_RBRACK, + STATE(7375), 1, + aux_sym_attribute_declaration_repeat1, + [278448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8655), 1, + ACTIONS(12641), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12643), 2, anon_sym_COMMA, - ACTIONS(8657), 1, - anon_sym_RBRACE, - STATE(7240), 1, - aux_sym_initializer_list_repeat1, - [278627] = 2, + anon_sym_LBRACE, + [278459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12673), 3, + ACTIONS(11809), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [278636] = 4, + ACTIONS(12645), 1, + anon_sym_LBRACE, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [278472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(12647), 1, anon_sym_COMMA, - ACTIONS(8763), 1, - anon_sym_RPAREN, - STATE(7298), 1, - aux_sym_argument_list_repeat1, - [278649] = 4, + ACTIONS(12650), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [278485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12675), 1, - anon_sym_RPAREN, - STATE(7218), 1, - sym_gnu_asm_output_operand_list, - [278662] = 3, + ACTIONS(12145), 1, + anon_sym_catch, + STATE(402), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7375), 1, - anon_sym_EQ, - ACTIONS(7373), 2, - anon_sym_COMMA, - anon_sym_GT2, - [278673] = 4, + ACTIONS(6472), 1, + anon_sym___attribute, + ACTIONS(6474), 2, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [278507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8553), 1, anon_sym_COMMA, - ACTIONS(12677), 1, - anon_sym_RBRACK_RBRACK, - STATE(7196), 1, - aux_sym_attribute_declaration_repeat1, - [278686] = 3, - ACTIONS(9954), 1, + ACTIONS(12652), 1, + anon_sym_RPAREN, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [278520] = 3, + ACTIONS(3), 1, sym_comment, - STATE(6918), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12679), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [278697] = 4, + ACTIONS(12524), 1, + anon_sym_catch, + STATE(1631), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(8611), 1, anon_sym_COMMA, - ACTIONS(8653), 1, + ACTIONS(8637), 1, anon_sym_RBRACK, - STATE(7417), 1, + STATE(7113), 1, aux_sym_subscript_argument_list_repeat1, - [278710] = 4, + [278544] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12233), 1, + ACTIONS(12270), 1, anon_sym_COMMA, - ACTIONS(12681), 1, - anon_sym_GT2, - STATE(7147), 1, - aux_sym_template_parameter_list_repeat1, - [278723] = 2, + ACTIONS(12654), 1, + anon_sym_RBRACK, + STATE(7198), 1, + aux_sym_lambda_capture_specifier_repeat1, + [278557] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12656), 1, + anon_sym_SEMI, + STATE(7388), 1, + aux_sym_declaration_repeat1, + [278570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12673), 3, + ACTIONS(12658), 3, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_GT2, - [278732] = 3, + anon_sym_COLON, + [278579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12272), 1, - anon_sym_catch, - STATE(500), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [278743] = 4, + ACTIONS(12660), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [278592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(12662), 3, anon_sym_COMMA, - ACTIONS(8633), 1, - anon_sym_RBRACK, - STATE(7301), 1, - aux_sym_subscript_argument_list_repeat1, - [278756] = 3, + anon_sym_RPAREN, + anon_sym_COLON, + [278601] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12533), 1, - anon_sym_catch, - STATE(226), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [278767] = 4, + ACTIONS(12067), 1, + anon_sym_COMMA, + ACTIONS(12664), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [278614] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12683), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2797), 1, - sym_template_function, - [278780] = 4, + ACTIONS(12071), 1, + anon_sym_COMMA, + ACTIONS(12666), 1, + anon_sym_GT2, + STATE(7415), 1, + aux_sym_template_parameter_list_repeat1, + [278627] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(8761), 1, + anon_sym_RPAREN, + STATE(7393), 1, + aux_sym_argument_list_repeat1, + [278640] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + ACTIONS(12668), 1, + anon_sym_constexpr, + STATE(170), 1, + sym_condition_clause, + [278653] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12600), 1, + anon_sym_COMMA, + ACTIONS(12670), 1, + anon_sym_LBRACE, + STATE(7344), 1, + aux_sym_field_initializer_list_repeat1, + [278666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12037), 1, anon_sym_COLON, - ACTIONS(12685), 1, + ACTIONS(12672), 1, anon_sym_RPAREN, - STATE(7220), 1, + STATE(7395), 1, sym_gnu_asm_output_operand_list, - [278793] = 4, + [278679] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(12674), 1, anon_sym_COMMA, - ACTIONS(12687), 1, + ACTIONS(12676), 1, anon_sym_RPAREN, - STATE(7303), 1, - aux_sym_parameter_list_repeat1, - [278806] = 4, + STATE(7447), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [278692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12491), 1, + ACTIONS(12678), 3, anon_sym_COMMA, - ACTIONS(12689), 1, anon_sym_RPAREN, - STATE(7176), 1, - aux_sym_preproc_params_repeat1, - [278819] = 4, + anon_sym_GT2, + [278701] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12233), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12691), 1, + ACTIONS(12680), 1, anon_sym_GT2, - STATE(7127), 1, - aux_sym_template_parameter_list_repeat1, - [278832] = 4, + STATE(7399), 1, + aux_sym_template_argument_list_repeat1, + [278714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(11809), 1, anon_sym_COMMA, - ACTIONS(12693), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [278845] = 4, + ACTIONS(11811), 1, + anon_sym_LBRACE, + STATE(7208), 1, + aux_sym_base_class_clause_repeat1, + [278727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12041), 1, - anon_sym_COLON, - ACTIONS(12695), 1, - anon_sym_RPAREN, - STATE(8173), 1, - sym_gnu_asm_goto_list, - [278858] = 4, + ACTIONS(11809), 1, + anon_sym_COMMA, + ACTIONS(11811), 1, + anon_sym_LBRACE, + STATE(7244), 1, + aux_sym_base_class_clause_repeat1, + [278740] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12697), 1, + ACTIONS(12682), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7400), 1, aux_sym_declaration_repeat1, - [278871] = 4, + [278753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12699), 1, + ACTIONS(12684), 1, anon_sym_SEMI, - STATE(7305), 1, + STATE(7280), 1, + aux_sym_declaration_repeat1, + [278766] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12686), 1, + anon_sym_SEMI, + STATE(7280), 1, aux_sym_declaration_repeat1, - [278884] = 4, + [278779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(12688), 1, + anon_sym_catch, + STATE(1804), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278790] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12690), 1, + anon_sym_catch, + STATE(311), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278801] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12692), 3, anon_sym_COMMA, - ACTIONS(12701), 1, anon_sym_RPAREN, - STATE(7158), 1, - aux_sym_preproc_argument_list_repeat1, - [278897] = 3, + anon_sym_GT2, + [278810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12408), 1, - anon_sym_COLON_COLON, - ACTIONS(12703), 2, - anon_sym_SEMI, + ACTIONS(12694), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(12696), 2, + anon_sym_COMMA, anon_sym_LBRACE, - [278908] = 4, + [278821] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12705), 1, - anon_sym_default, - ACTIONS(12707), 1, - anon_sym_delete, - ACTIONS(12709), 1, - aux_sym_pure_virtual_clause_token1, - [278921] = 4, + ACTIONS(8601), 1, + anon_sym_COMMA, + ACTIONS(12698), 1, + anon_sym_RPAREN, + STATE(7111), 1, + aux_sym_argument_list_repeat1, + [278834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4358), 1, - anon_sym_RBRACE, - ACTIONS(12711), 1, - anon_sym_COMMA, - STATE(7210), 1, - aux_sym_initializer_list_repeat1, - [278934] = 3, + ACTIONS(12700), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [278843] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12400), 1, - anon_sym_catch, - STATE(1827), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [278945] = 4, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12702), 1, + anon_sym_RPAREN, + STATE(7402), 1, + sym_gnu_asm_input_operand_list, + [278856] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12704), 1, + anon_sym_RPAREN, + STATE(7403), 1, + sym_gnu_asm_output_operand_list, + [278869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12713), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [278958] = 4, + ACTIONS(12706), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [278882] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12715), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [278971] = 4, + ACTIONS(12708), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [278895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12717), 1, + ACTIONS(12710), 1, anon_sym_GT2, - STATE(7318), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [278984] = 4, + [278908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12719), 1, + ACTIONS(12712), 1, anon_sym_SEMI, - STATE(7324), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [278997] = 4, + [278921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12688), 1, + anon_sym_catch, + STATE(1817), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [278932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12061), 1, anon_sym_COLON, - ACTIONS(12721), 1, + ACTIONS(12714), 1, anon_sym_RPAREN, - STATE(7325), 1, - sym_gnu_asm_output_operand_list, - [279010] = 4, + STATE(7404), 1, + sym_gnu_asm_clobber_list, + [278945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2585), 1, - anon_sym_while, - ACTIONS(12723), 1, - anon_sym_else, - STATE(517), 1, - sym_else_clause, - [279023] = 4, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12142), 1, - anon_sym_LPAREN2, - ACTIONS(12725), 1, - aux_sym_preproc_include_token2, - STATE(8271), 1, - sym_preproc_argument_list, - [279036] = 4, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12716), 1, + anon_sym_RPAREN, + STATE(7406), 1, + sym_gnu_asm_input_operand_list, + [278958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12727), 1, - anon_sym_default, - ACTIONS(12729), 1, - anon_sym_delete, - ACTIONS(12731), 1, - aux_sym_pure_virtual_clause_token1, - [279049] = 4, + ACTIONS(12055), 1, + anon_sym_COLON, + ACTIONS(12718), 1, + anon_sym_RPAREN, + STATE(8324), 1, + sym_gnu_asm_goto_list, + [278971] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(4318), 1, + anon_sym_RBRACE, + ACTIONS(12720), 1, anon_sym_COMMA, - ACTIONS(12733), 1, - anon_sym_GT2, - STATE(7175), 1, - aux_sym_template_argument_list_repeat1, - [279062] = 4, + STATE(7348), 1, + aux_sym_initializer_list_repeat1, + [278984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8691), 1, - anon_sym_COMMA, - ACTIONS(8693), 1, - anon_sym_RBRACE, - STATE(7333), 1, - aux_sym_initializer_list_repeat1, - [279075] = 4, + ACTIONS(12061), 1, + anon_sym_COLON, + ACTIONS(12722), 1, + anon_sym_RPAREN, + STATE(7408), 1, + sym_gnu_asm_clobber_list, + [278997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12735), 1, - anon_sym_LBRACE, - STATE(7245), 1, - aux_sym_base_class_clause_repeat1, - [279088] = 4, + ACTIONS(12724), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [279010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, + ACTIONS(12055), 1, anon_sym_COLON, - ACTIONS(12737), 1, + ACTIONS(12726), 1, anon_sym_RPAREN, - STATE(7334), 1, - sym_gnu_asm_output_operand_list, - [279101] = 3, + STATE(8329), 1, + sym_gnu_asm_goto_list, + [279023] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12739), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12741), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [279112] = 4, + ACTIONS(12033), 1, + anon_sym_COLON, + ACTIONS(12728), 1, + anon_sym_RPAREN, + STATE(7357), 1, + sym_gnu_asm_input_operand_list, + [279036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12037), 1, + anon_sym_COLON, + ACTIONS(12730), 1, + anon_sym_RPAREN, + STATE(7358), 1, + sym_gnu_asm_output_operand_list, + [279049] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(12743), 1, - anon_sym_SEMI, - STATE(7327), 1, - aux_sym_declaration_repeat1, - [279125] = 4, + ACTIONS(8603), 1, + anon_sym_RPAREN, + STATE(7232), 1, + aux_sym_argument_list_repeat1, + [279062] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8607), 1, + ACTIONS(12312), 1, anon_sym_COMMA, - ACTIONS(12745), 1, - anon_sym_RBRACK, - STATE(7085), 1, - aux_sym_subscript_argument_list_repeat1, - [279138] = 3, + ACTIONS(12732), 1, + anon_sym_RPAREN, + STATE(7206), 1, + aux_sym_preproc_params_repeat1, + [279075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12272), 1, + ACTIONS(12145), 1, anon_sym_catch, - STATE(475), 2, + STATE(351), 2, sym_catch_clause, aux_sym_constructor_try_statement_repeat1, - [279149] = 2, + [279086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12747), 3, + ACTIONS(9823), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [279158] = 3, + ACTIONS(12734), 1, + anon_sym_SEMI, + STATE(7190), 1, + aux_sym_declaration_repeat1, + [279099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12749), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12751), 2, + ACTIONS(12736), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [279169] = 4, - ACTIONS(3), 1, + ACTIONS(12739), 1, + anon_sym_GT2, + STATE(7415), 1, + aux_sym_template_parameter_list_repeat1, + [279112] = 4, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12753), 1, - anon_sym_COMMA, - ACTIONS(12755), 1, - anon_sym_LBRACE, - STATE(7067), 1, - aux_sym_field_initializer_list_repeat1, - [279182] = 4, + ACTIONS(12083), 1, + anon_sym_LPAREN2, + ACTIONS(12741), 1, + aux_sym_preproc_include_token2, + STATE(7881), 1, + sym_preproc_argument_list, + [279125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11741), 1, - anon_sym_COMMA, - ACTIONS(12735), 1, - anon_sym_LBRACE, - STATE(7284), 1, - aux_sym_base_class_clause_repeat1, - [279195] = 3, + ACTIONS(12690), 1, + anon_sym_catch, + STATE(437), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [279136] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12757), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(12759), 2, + ACTIONS(12067), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [279206] = 4, + ACTIONS(12743), 1, + anon_sym_RBRACK_RBRACK, + STATE(7425), 1, + aux_sym_attribute_declaration_repeat1, + [279149] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12761), 1, + ACTIONS(12745), 1, anon_sym_GT2, - STATE(7080), 1, + STATE(7364), 1, aux_sym_template_argument_list_repeat1, - [279219] = 4, + [279162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12031), 1, + ACTIONS(12747), 1, anon_sym_COMMA, - ACTIONS(12763), 1, + ACTIONS(12750), 1, anon_sym_RPAREN, - STATE(7116), 1, - aux_sym_requires_parameter_list_repeat1, - [279232] = 2, + STATE(7420), 1, + aux_sym_generic_expression_repeat1, + [279175] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12688), 1, + anon_sym_catch, + STATE(1797), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [279186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12765), 3, + ACTIONS(12508), 1, anon_sym_COMMA, + ACTIONS(12752), 1, anon_sym_RPAREN, - anon_sym_COLON, - [279241] = 4, + STATE(7304), 1, + aux_sym_requires_parameter_list_repeat1, + [279199] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12754), 1, + anon_sym_SEMI, + STATE(7434), 1, + aux_sym_declaration_repeat1, + [279212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12767), 1, + ACTIONS(12756), 1, sym_identifier, - STATE(2130), 1, + STATE(2148), 1, sym_template_type, - STATE(2797), 1, + STATE(5951), 1, sym_template_function, - [279254] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2727), 1, - anon_sym_while, - ACTIONS(12723), 1, - anon_sym_else, - STATE(466), 1, - sym_else_clause, - [279267] = 4, + [279225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12753), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12769), 1, - anon_sym_LBRACE, - STATE(7421), 1, - aux_sym_field_initializer_list_repeat1, - [279280] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5022), 1, - anon_sym_LBRACE, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - STATE(347), 1, - sym_declaration_list, - [279293] = 4, + ACTIONS(12758), 1, + anon_sym_RBRACK_RBRACK, + STATE(7216), 1, + aux_sym_attribute_declaration_repeat1, + [279238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12760), 3, anon_sym_COMMA, - ACTIONS(12771), 1, - anon_sym_GT2, - STATE(7339), 1, - aux_sym_template_argument_list_repeat1, - [279306] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [279247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(8601), 1, anon_sym_COMMA, - ACTIONS(8755), 1, + ACTIONS(12762), 1, anon_sym_RPAREN, - STATE(7355), 1, + STATE(7111), 1, aux_sym_argument_list_repeat1, - [279319] = 4, + [279260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8730), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(8732), 1, - anon_sym_RBRACE, - STATE(7401), 1, - aux_sym_initializer_list_repeat1, - [279332] = 4, + ACTIONS(12764), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [279273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(12067), 1, anon_sym_COMMA, - ACTIONS(12773), 1, + ACTIONS(12766), 1, anon_sym_RBRACK_RBRACK, - STATE(7196), 1, + STATE(7074), 1, aux_sym_attribute_declaration_repeat1, - [279345] = 4, + [279286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, - ACTIONS(12775), 1, - anon_sym_RPAREN, - STATE(7345), 1, - sym_gnu_asm_output_operand_list, - [279358] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12768), 1, + anon_sym_GT2, + STATE(7441), 1, + aux_sym_template_argument_list_repeat1, + [279299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12777), 1, + ACTIONS(12770), 3, anon_sym_COMMA, - ACTIONS(12780), 1, anon_sym_RPAREN, - STATE(7436), 1, - aux_sym_generic_expression_repeat1, - [279371] = 4, + anon_sym_COLON, + [279308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12782), 1, - anon_sym_default, - ACTIONS(12784), 1, - anon_sym_delete, - ACTIONS(12786), 1, - aux_sym_pure_virtual_clause_token1, - [279384] = 4, + ACTIONS(9823), 1, + anon_sym_COMMA, + ACTIONS(12772), 1, + anon_sym_SEMI, + STATE(7442), 1, + aux_sym_declaration_repeat1, + [279321] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12788), 1, + ACTIONS(12774), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [279397] = 3, - ACTIONS(9954), 1, - sym_comment, - STATE(6979), 1, - aux_sym_char_literal_repeat1, - ACTIONS(12790), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [279408] = 4, + [279334] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12792), 1, + ACTIONS(12776), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [279421] = 3, + [279347] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12794), 1, - anon_sym_catch, - STATE(834), 2, - sym_catch_clause, - aux_sym_constructor_try_statement_repeat1, - [279432] = 4, + ACTIONS(12778), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + STATE(2756), 1, + sym_template_function, + [279360] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - ACTIONS(12796), 1, - anon_sym_constexpr, - STATE(204), 1, - sym_condition_clause, - [279445] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12780), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [279373] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8645), 1, + ACTIONS(5020), 1, + anon_sym_LBRACE, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + STATE(654), 1, + sym_declaration_list, + [279386] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12782), 3, anon_sym_COMMA, - ACTIONS(8647), 1, anon_sym_RPAREN, - STATE(7368), 1, - aux_sym_argument_list_repeat1, - [279458] = 4, + anon_sym_COLON, + [279395] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12021), 1, + ACTIONS(8563), 1, anon_sym_COMMA, - ACTIONS(12798), 1, - anon_sym_RPAREN, - STATE(7108), 1, - aux_sym_parameter_list_repeat1, - [279471] = 4, + ACTIONS(12784), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [279408] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12800), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - STATE(2464), 1, - sym_template_function, - [279484] = 2, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12786), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [279421] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12802), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [279493] = 4, + ACTIONS(8563), 1, + anon_sym_COMMA, + ACTIONS(12788), 1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, + [279434] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12804), 1, + ACTIONS(9823), 1, anon_sym_COMMA, - ACTIONS(12807), 1, + ACTIONS(12790), 1, anon_sym_SEMI, - STATE(7447), 1, + STATE(7280), 1, aux_sym_declaration_repeat1, - [279506] = 4, + [279447] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(12792), 1, anon_sym_COMMA, - ACTIONS(12809), 1, - anon_sym_SEMI, - STATE(7447), 1, - aux_sym_declaration_repeat1, - [279519] = 4, + ACTIONS(12795), 1, + anon_sym_RPAREN, + STATE(7443), 1, + aux_sym_requires_parameter_list_repeat1, + [279460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8555), 1, + ACTIONS(12797), 1, + sym_identifier, + ACTIONS(12799), 2, anon_sym_COMMA, - ACTIONS(12811), 1, anon_sym_GT2, - STATE(7363), 1, - aux_sym_template_argument_list_repeat1, - [279532] = 4, + [279471] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(9819), 1, + ACTIONS(5977), 1, anon_sym_COMMA, - ACTIONS(12813), 1, - anon_sym_SEMI, - STATE(7394), 1, - aux_sym_declaration_repeat1, + ACTIONS(12801), 1, + anon_sym_RBRACK, + STATE(7243), 1, + aux_sym_structured_binding_declarator_repeat1, + [279484] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12803), 1, + anon_sym_COMMA, + ACTIONS(12806), 1, + anon_sym_RPAREN, + STATE(7446), 1, + aux_sym_parameter_list_repeat1, + [279497] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12674), 1, + anon_sym_COMMA, + ACTIONS(12808), 1, + anon_sym_RPAREN, + STATE(7451), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [279510] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + ACTIONS(12810), 1, + anon_sym_constexpr, + STATE(174), 1, + sym_condition_clause, + [279523] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12350), 1, + anon_sym_catch, + STATE(353), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, + [279534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12690), 1, + anon_sym_catch, + STATE(483), 2, + sym_catch_clause, + aux_sym_constructor_try_statement_repeat1, [279545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12074), 1, - anon_sym_COLON, + ACTIONS(12812), 1, + anon_sym_COMMA, ACTIONS(12815), 1, anon_sym_RPAREN, - STATE(7051), 1, - sym_gnu_asm_output_operand_list, + STATE(7451), 1, + aux_sym_gnu_asm_goto_list_repeat1, [279558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(12132), 1, + ACTIONS(8563), 1, anon_sym_COMMA, ACTIONS(12817), 1, - anon_sym_RBRACK_RBRACK, - STATE(7196), 1, - aux_sym_attribute_declaration_repeat1, + anon_sym_GT2, + STATE(7364), 1, + aux_sym_template_argument_list_repeat1, [279571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6093), 1, + ACTIONS(12819), 1, + anon_sym_COMMA, + ACTIONS(12821), 1, + anon_sym_RBRACE, + [279581] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(2563), 1, + STATE(2863), 1, sym_field_declaration_list, - [279581] = 3, + [279591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - [279591] = 2, + ACTIONS(8533), 1, + anon_sym_LBRACE, + STATE(4849), 1, + sym_field_declaration_list, + [279601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8603), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [279599] = 2, + ACTIONS(12823), 1, + sym_identifier, + STATE(7429), 1, + sym_attribute, + [279611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10381), 2, - anon_sym_COMMA, + ACTIONS(8694), 1, + anon_sym_RPAREN, + ACTIONS(8696), 1, anon_sym_SEMI, - [279607] = 3, + [279621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(12043), 1, anon_sym_LPAREN2, - STATE(7552), 1, - sym_parameter_list, - [279617] = 3, + STATE(7746), 1, + sym_condition_clause, + [279631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10605), 1, anon_sym_LBRACE, - STATE(7063), 1, + STATE(1773), 1, sym_compound_statement, - [279627] = 3, + [279641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, + ACTIONS(12043), 1, anon_sym_LPAREN2, - STATE(7661), 1, - sym_parenthesized_expression, - [279637] = 3, + STATE(204), 1, + sym_condition_clause, + [279651] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12825), 1, + aux_sym_preproc_include_token2, + ACTIONS(12827), 1, + sym_preproc_arg, + [279661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(367), 1, + STATE(7449), 1, sym_compound_statement, - [279647] = 3, - ACTIONS(9954), 1, + [279671] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12821), 1, + ACTIONS(12829), 1, aux_sym_preproc_include_token2, - ACTIONS(12823), 1, + ACTIONS(12831), 1, sym_preproc_arg, - [279657] = 3, + [279681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(2228), 1, - sym_field_declaration_list, - [279667] = 3, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + [279691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, + ACTIONS(12833), 1, sym_identifier, - STATE(7347), 1, - sym_attribute, - [279677] = 3, + STATE(2148), 1, + sym_template_type, + [279701] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(8499), 1, - sym_argument_list, - [279687] = 3, + ACTIONS(12819), 1, + anon_sym_COMMA, + ACTIONS(12835), 1, + anon_sym_RBRACE, + [279711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12827), 1, + ACTIONS(8103), 1, anon_sym_LPAREN2, - ACTIONS(12829), 1, - sym_raw_string_delimiter, - [279697] = 3, + STATE(8518), 1, + sym_argument_list, + [279721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12831), 1, - anon_sym_LPAREN2, - ACTIONS(12833), 1, - sym_raw_string_delimiter, - [279707] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(6848), 1, + sym_compound_statement, + [279731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12835), 1, + ACTIONS(12043), 1, anon_sym_LPAREN2, + STATE(166), 1, + sym_condition_clause, + [279741] = 3, + ACTIONS(9919), 1, + sym_comment, ACTIONS(12837), 1, - sym_raw_string_delimiter, - [279717] = 3, + aux_sym_preproc_include_token2, + ACTIONS(12839), 1, + sym_preproc_arg, + [279751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12839), 1, - anon_sym_LPAREN2, ACTIONS(12841), 1, - sym_raw_string_delimiter, - [279727] = 3, + anon_sym_LT, + STATE(2095), 1, + sym_template_argument_list, + [279761] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12843), 1, - anon_sym_LPAREN2, - ACTIONS(12845), 1, - sym_raw_string_delimiter, - [279737] = 3, + ACTIONS(6123), 1, + anon_sym_LBRACE, + STATE(2568), 1, + sym_field_declaration_list, + [279771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12847), 1, + ACTIONS(12843), 1, + sym_identifier, + ACTIONS(12845), 1, anon_sym_LPAREN2, - ACTIONS(12849), 1, - sym_raw_string_delimiter, - [279747] = 3, + [279781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12851), 1, - anon_sym_LPAREN2, - ACTIONS(12853), 1, - sym_raw_string_delimiter, - [279757] = 3, + ACTIONS(1650), 1, + anon_sym_LBRACE, + STATE(863), 1, + sym_compound_statement, + [279791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12855), 1, - anon_sym_LPAREN2, - ACTIONS(12857), 1, - sym_raw_string_delimiter, - [279767] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(530), 1, + sym_compound_statement, + [279801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12859), 1, - anon_sym_LPAREN2, - ACTIONS(12861), 1, - sym_raw_string_delimiter, - [279777] = 3, + ACTIONS(10804), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, + [279811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12863), 1, - anon_sym_LPAREN2, - ACTIONS(12865), 1, - sym_raw_string_delimiter, - [279787] = 3, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1870), 1, + sym_template_argument_list, + [279821] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12847), 1, + aux_sym_preproc_include_token2, + ACTIONS(12849), 1, + sym_preproc_arg, + [279831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12867), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - ACTIONS(12869), 1, - sym_raw_string_delimiter, - [279797] = 3, + STATE(7833), 1, + sym_parenthesized_expression, + [279841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12871), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - ACTIONS(12873), 1, - sym_raw_string_delimiter, - [279807] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12875), 1, - aux_sym_preproc_include_token2, - ACTIONS(12877), 1, - sym_preproc_arg, - [279817] = 3, + STATE(7683), 1, + sym_parameter_list, + [279851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(7540), 1, - sym_condition_clause, - [279827] = 3, + ACTIONS(10747), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, + [279861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12879), 1, - anon_sym_LPAREN2, - ACTIONS(12881), 1, - sym_raw_string_delimiter, - [279837] = 3, + ACTIONS(11595), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + [279871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(197), 1, - sym_condition_clause, - [279847] = 3, + ACTIONS(7427), 1, + anon_sym_LBRACE, + STATE(3983), 1, + sym_field_declaration_list, + [279881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12883), 1, - anon_sym_LPAREN2, - ACTIONS(12885), 1, - sym_raw_string_delimiter, - [279857] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(7151), 1, + sym_compound_statement, + [279891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, - [279867] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(414), 1, + sym_compound_statement, + [279901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12887), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - ACTIONS(12889), 1, - sym_raw_string_delimiter, - [279877] = 3, + STATE(7538), 1, + sym_parenthesized_expression, + [279911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - STATE(345), 1, - sym_declaration_list, - [279887] = 3, + STATE(3068), 1, + sym_field_declaration_list, + [279921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - STATE(7162), 1, - sym_compound_statement, - [279897] = 3, + STATE(3069), 1, + sym_field_declaration_list, + [279931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10735), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [279907] = 3, + ACTIONS(7427), 1, + anon_sym_LBRACE, + STATE(3984), 1, + sym_field_declaration_list, + [279941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12893), 1, - anon_sym_LPAREN2, - ACTIONS(12895), 1, - sym_raw_string_delimiter, - [279917] = 3, + ACTIONS(8533), 1, + anon_sym_LBRACE, + STATE(4850), 1, + sym_field_declaration_list, + [279951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12897), 1, + ACTIONS(12853), 1, anon_sym_LT, - STATE(2325), 1, + STATE(3507), 1, sym_template_argument_list, - [279927] = 3, + [279961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6295), 1, + ACTIONS(10678), 1, anon_sym_LBRACE, - STATE(2820), 1, - sym_field_declaration_list, - [279937] = 2, + STATE(1928), 1, + sym_compound_statement, + [279971] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12855), 1, + aux_sym_preproc_include_token2, + ACTIONS(12857), 1, + sym_preproc_arg, + [279981] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5024), 1, + anon_sym_LBRACE, + STATE(306), 1, + sym_declaration_list, + [279991] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12703), 2, + ACTIONS(12506), 2, anon_sym_SEMI, anon_sym_LBRACE, - [279945] = 3, + [279999] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9578), 1, + anon_sym_LBRACE, + STATE(3893), 1, + sym_requirement_seq, + [280009] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12859), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + [280019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6295), 1, - anon_sym_LBRACE, - STATE(2808), 1, - sym_field_declaration_list, - [279955] = 3, + ACTIONS(10776), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, + [280029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3467), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(3860), 1, - sym_initializer_list, - [279965] = 3, + STATE(666), 1, + sym_compound_statement, + [280039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - STATE(260), 1, - sym_compound_statement, - [279975] = 3, + ACTIONS(12841), 1, + anon_sym_LT, + STATE(2325), 1, + sym_template_argument_list, + [280049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12899), 1, + ACTIONS(12861), 1, sym_identifier, - ACTIONS(12901), 1, - anon_sym_LPAREN2, - [279985] = 2, + STATE(1689), 1, + sym_template_type, + [280059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12903), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(12823), 1, sym_identifier, - [279993] = 3, + STATE(7197), 1, + sym_attribute, + [280069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(12043), 1, anon_sym_LPAREN2, - STATE(189), 1, + STATE(7474), 1, sym_condition_clause, - [280003] = 3, + [280079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(12905), 1, + ACTIONS(10404), 2, + anon_sym_COMMA, anon_sym_SEMI, - [280013] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9560), 1, - anon_sym_LBRACE, - STATE(2512), 1, - sym_requirement_seq, - [280023] = 3, + [280087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(417), 1, + STATE(7201), 1, sym_compound_statement, - [280033] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12907), 1, - aux_sym_preproc_include_token2, - ACTIONS(12909), 1, - sym_preproc_arg, - [280043] = 3, + [280097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(2229), 1, - sym_field_declaration_list, - [280053] = 3, + ACTIONS(12819), 1, + anon_sym_COMMA, + ACTIONS(12863), 1, + anon_sym_RBRACE, + [280107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11614), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - [280063] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8086), 1, + sym_argument_list, + [280117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7048), 1, + STATE(6929), 1, sym_compound_statement, - [280073] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12911), 1, - anon_sym_LT, - STATE(3474), 1, - sym_template_argument_list, - [280083] = 3, - ACTIONS(3), 1, + [280127] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(5022), 1, - anon_sym_LBRACE, - STATE(378), 1, - sym_declaration_list, - [280093] = 3, + ACTIONS(12865), 1, + aux_sym_preproc_include_token2, + ACTIONS(12867), 1, + sym_preproc_arg, + [280137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, + ACTIONS(10605), 1, anon_sym_LBRACE, - STATE(310), 1, + STATE(1670), 1, sym_compound_statement, - [280103] = 3, + [280147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(12454), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(470), 1, - sym_compound_statement, - [280113] = 3, + [280155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - STATE(7993), 1, - sym_argument_list, - [280123] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12913), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - [280133] = 2, + STATE(8289), 1, + sym_parenthesized_expression, + [280165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12915), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [280141] = 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(7593), 1, + sym_parameter_list, + [280175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8881), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [280149] = 3, + ACTIONS(12869), 1, + anon_sym_LT, + STATE(2622), 1, + sym_template_argument_list, + [280185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5022), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - STATE(303), 1, - sym_declaration_list, - [280159] = 3, + STATE(2834), 1, + sym_field_declaration_list, + [280195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, + ACTIONS(1650), 1, anon_sym_LBRACE, - STATE(513), 1, + STATE(865), 1, sym_compound_statement, - [280169] = 3, + [280205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7300), 1, + STATE(7241), 1, sym_compound_statement, - [280179] = 3, + [280215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, + ACTIONS(12819), 1, anon_sym_COMMA, - ACTIONS(12917), 1, + ACTIONS(12871), 1, anon_sym_RBRACE, - [280189] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(8219), 1, - sym_argument_list, - [280199] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6295), 1, - anon_sym_LBRACE, - STATE(2767), 1, - sym_field_declaration_list, - [280209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(214), 1, - sym_condition_clause, - [280219] = 3, + [280225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, STATE(7623), 1, - sym_condition_clause, - [280229] = 3, + sym_parenthesized_expression, + [280235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - STATE(3455), 1, + STATE(2796), 1, sym_field_declaration_list, - [280239] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12919), 2, - anon_sym_COMMA, - anon_sym_GT2, - [280247] = 3, + [280245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(6703), 1, anon_sym_LBRACE, - STATE(3453), 1, + STATE(2998), 1, sym_field_declaration_list, - [280257] = 3, + [280255] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - STATE(3451), 1, - sym_field_declaration_list, - [280267] = 3, + ACTIONS(12334), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [280263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, + ACTIONS(12823), 1, sym_identifier, - STATE(7199), 1, + STATE(7272), 1, sym_attribute, - [280277] = 3, + [280273] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12869), 1, + anon_sym_LT, + STATE(3343), 1, + sym_template_argument_list, + [280283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(6971), 1, + STATE(7281), 1, sym_compound_statement, - [280287] = 3, + [280293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - STATE(3444), 1, - sym_field_declaration_list, - [280297] = 2, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(188), 1, + sym_condition_clause, + [280303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [280305] = 3, + ACTIONS(8359), 1, + anon_sym_LT, + STATE(4309), 1, + sym_template_argument_list, + [280313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(236), 1, + STATE(7390), 1, sym_compound_statement, - [280315] = 3, + [280323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12921), 1, - anon_sym_LPAREN2, - ACTIONS(12923), 1, - sym_raw_string_delimiter, - [280325] = 3, + ACTIONS(12819), 1, + anon_sym_COMMA, + ACTIONS(12873), 1, + anon_sym_RBRACE, + [280333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12561), 1, - anon_sym_RBRACK, - ACTIONS(12925), 1, + ACTIONS(10739), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, anon_sym_COMMA, - [280335] = 3, + [280343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(12927), 1, - anon_sym_SEMI, - [280345] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(7872), 1, + sym_argument_list, + [280353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(164), 1, - sym_condition_clause, - [280355] = 3, + ACTIONS(4435), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [280361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, + ACTIONS(1650), 1, anon_sym_LBRACE, - STATE(2230), 1, - sym_field_declaration_list, - [280365] = 3, + STATE(836), 1, + sym_compound_statement, + [280371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2325), 1, - sym_template_argument_list, - [280375] = 3, + ACTIONS(289), 1, + anon_sym_LBRACE, + STATE(278), 1, + sym_compound_statement, + [280381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6295), 1, + ACTIONS(7427), 1, anon_sym_LBRACE, - STATE(2809), 1, + STATE(4001), 1, sym_field_declaration_list, - [280385] = 3, + [280391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12929), 1, - sym_identifier, - STATE(3744), 1, - sym_template_type, - [280395] = 3, + ACTIONS(6123), 1, + anon_sym_LBRACE, + STATE(2548), 1, + sym_field_declaration_list, + [280401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - STATE(447), 1, - sym_compound_statement, - [280405] = 3, + STATE(2559), 1, + sym_field_declaration_list, + [280411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(289), 1, anon_sym_LBRACE, - STATE(2902), 1, - sym_field_declaration_list, - [280415] = 3, + STATE(286), 1, + sym_compound_statement, + [280421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(182), 1, - sym_condition_clause, - [280425] = 3, + STATE(7533), 1, + sym_parameter_list, + [280431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - STATE(477), 1, + STATE(610), 1, sym_compound_statement, - [280435] = 3, + [280441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12931), 1, - sym_identifier, - STATE(2624), 1, - sym_template_type, - [280445] = 3, + ACTIONS(8533), 1, + anon_sym_LBRACE, + STATE(4852), 1, + sym_field_declaration_list, + [280451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1930), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(2420), 1, - sym_initializer_list, - [280455] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12933), 1, - aux_sym_preproc_include_token2, - ACTIONS(12935), 1, - sym_preproc_arg, - [280465] = 3, + STATE(7327), 1, + sym_compound_statement, + [280461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - STATE(208), 1, - sym_condition_clause, - [280475] = 3, + STATE(7544), 1, + sym_parenthesized_expression, + [280471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12937), 1, - anon_sym_LT, - STATE(1867), 1, - sym_template_argument_list, - [280485] = 3, + ACTIONS(1650), 1, + anon_sym_LBRACE, + STATE(862), 1, + sym_compound_statement, + [280481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(185), 1, - sym_condition_clause, - [280495] = 3, - ACTIONS(9954), 1, + ACTIONS(10792), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, + [280491] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12939), 1, + ACTIONS(12875), 1, aux_sym_preproc_include_token2, - ACTIONS(12941), 1, + ACTIONS(12877), 1, sym_preproc_arg, - [280505] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8322), 1, - anon_sym_LT, - STATE(4307), 1, - sym_template_argument_list, - [280515] = 3, + [280501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - STATE(714), 1, - sym_declaration_list, - [280525] = 3, + ACTIONS(12823), 1, + sym_identifier, + STATE(7305), 1, + sym_attribute, + [280511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9544), 1, - anon_sym_LBRACE, - STATE(3321), 1, - sym_requirement_seq, - [280535] = 3, + ACTIONS(12823), 1, + sym_identifier, + STATE(7361), 1, + sym_attribute, + [280521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(5032), 1, anon_sym_LBRACE, - STATE(4804), 1, - sym_initializer_list, - [280545] = 3, + STATE(593), 1, + sym_declaration_list, + [280531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(418), 1, + STATE(7368), 1, sym_compound_statement, - [280555] = 3, + [280541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12943), 1, - sym_identifier, - STATE(2118), 1, - sym_template_type, - [280565] = 3, + ACTIONS(12819), 1, + anon_sym_COMMA, + ACTIONS(12879), 1, + anon_sym_RBRACE, + [280551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, + ACTIONS(6372), 1, anon_sym_LBRACE, - STATE(4975), 1, + STATE(2776), 1, sym_field_declaration_list, - [280575] = 3, + [280561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(4973), 1, - sym_field_declaration_list, - [280585] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8217), 1, + sym_argument_list, + [280571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12945), 1, - anon_sym_LT, - STATE(2705), 1, - sym_template_argument_list, - [280595] = 3, + ACTIONS(8739), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [280579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(4957), 1, - sym_field_declaration_list, - [280605] = 3, + ACTIONS(12881), 1, + sym_identifier, + ACTIONS(12883), 1, + anon_sym_LPAREN2, + [280589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(4967), 1, - sym_field_declaration_list, - [280615] = 2, + ACTIONS(12885), 1, + sym_identifier, + STATE(2610), 1, + sym_template_type, + [280599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8681), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [280623] = 2, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(7620), 1, + sym_condition_clause, + [280609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8676), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [280631] = 2, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(213), 1, + sym_condition_clause, + [280619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8815), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [280639] = 3, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(7657), 1, + sym_parameter_list, + [280629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(2177), 1, - sym_field_declaration_list, - [280649] = 3, + STATE(544), 1, + sym_compound_statement, + [280639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(12887), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(481), 1, - sym_compound_statement, - [280659] = 3, + [280647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(743), 1, + STATE(7413), 1, sym_compound_statement, - [280669] = 3, + [280657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(676), 1, - sym_declaration_list, - [280679] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12947), 1, - aux_sym_preproc_include_token2, - ACTIONS(12949), 1, - sym_preproc_arg, - [280689] = 3, + STATE(7401), 1, + sym_compound_statement, + [280667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9552), 1, - anon_sym_LBRACE, - STATE(4222), 1, - sym_requirement_seq, - [280699] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(181), 1, + sym_condition_clause, + [280677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2256), 1, - anon_sym_LBRACE, - STATE(3578), 1, - sym_initializer_list, - [280709] = 3, + ACTIONS(12889), 1, + sym_identifier, + STATE(1689), 1, + sym_template_type, + [280687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10648), 1, - anon_sym_LBRACE, - STATE(2051), 1, - sym_compound_statement, - [280719] = 3, + ACTIONS(12823), 1, + sym_identifier, + STATE(7418), 1, + sym_attribute, + [280697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8477), 1, - anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - [280729] = 3, + ACTIONS(5665), 1, + anon_sym_LBRACE, + STATE(2150), 1, + sym_field_declaration_list, + [280707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8487), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(4794), 1, - sym_field_declaration_list, - [280739] = 2, + STATE(7421), 1, + sym_compound_statement, + [280717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12951), 2, + ACTIONS(8750), 2, anon_sym_COMMA, - anon_sym_GT2, - [280747] = 3, - ACTIONS(9954), 1, + anon_sym_RBRACE, + [280725] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(12953), 1, - aux_sym_preproc_include_token2, - ACTIONS(12955), 1, - sym_preproc_arg, - [280757] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8446), 1, + sym_argument_list, + [280735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8477), 1, + ACTIONS(5691), 1, anon_sym_LT, - STATE(1867), 1, + STATE(1577), 1, sym_template_argument_list, - [280767] = 3, + [280745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7509), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(3983), 1, - sym_field_declaration_list, - [280777] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12957), 1, - sym_identifier, - ACTIONS(12959), 1, - anon_sym_LPAREN2, - [280787] = 3, + STATE(464), 1, + sym_compound_statement, + [280755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, + ACTIONS(12100), 2, anon_sym_COMMA, - ACTIONS(12961), 1, - anon_sym_RBRACE, - [280797] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5024), 1, anon_sym_LBRACE, - STATE(664), 1, - sym_declaration_list, - [280807] = 2, + [280763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12963), 2, - anon_sym_COMMA, - anon_sym_GT2, - [280815] = 3, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(7741), 1, + sym_parameter_list, + [280773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10800), 1, - anon_sym_RBRACE, ACTIONS(12891), 1, + anon_sym_LT, + STATE(2349), 1, + sym_template_argument_list, + [280783] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12819), 1, anon_sym_COMMA, - [280825] = 3, + ACTIONS(12893), 1, + anon_sym_RBRACE, + [280793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, - anon_sym_LBRACE, - STATE(2878), 1, - sym_field_declaration_list, - [280835] = 3, + ACTIONS(8854), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [280801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(12965), 1, - anon_sym_SEMI, - [280845] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8565), 1, + sym_argument_list, + [280811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12967), 1, - sym_identifier, - STATE(1739), 1, - sym_template_type, - [280855] = 3, + ACTIONS(12851), 1, + anon_sym_LPAREN2, + STATE(7747), 1, + sym_parenthesized_expression, + [280821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(6123), 1, anon_sym_LBRACE, - STATE(2153), 1, + STATE(2578), 1, sym_field_declaration_list, - [280865] = 3, - ACTIONS(9954), 1, + [280831] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12969), 1, + ACTIONS(12895), 1, aux_sym_preproc_include_token2, - ACTIONS(12971), 1, + ACTIONS(12897), 1, sym_preproc_arg, - [280875] = 3, + [280841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, - anon_sym_LBRACE, - STATE(2161), 1, - sym_field_declaration_list, - [280885] = 3, + ACTIONS(12899), 1, + sym_identifier, + STATE(2148), 1, + sym_template_type, + [280851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7509), 1, - anon_sym_LBRACE, - STATE(3972), 1, - sym_field_declaration_list, - [280895] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8234), 1, + sym_argument_list, + [280861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7509), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(3964), 1, + STATE(2303), 1, sym_field_declaration_list, - [280905] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12911), 1, - anon_sym_LT, - STATE(3430), 1, - sym_template_argument_list, - [280915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12945), 1, - anon_sym_LT, - STATE(3688), 1, - sym_template_argument_list, - [280925] = 3, + [280871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6297), 1, + ACTIONS(12901), 1, anon_sym_LT, - STATE(1577), 1, + STATE(1870), 1, sym_template_argument_list, - [280935] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10648), 1, - anon_sym_LBRACE, - STATE(1896), 1, - sym_compound_statement, - [280945] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12973), 2, - anon_sym_COMMA, - anon_sym_GT2, - [280953] = 3, + [280881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(289), 1, - anon_sym_LBRACE, - STATE(296), 1, - sym_compound_statement, - [280963] = 3, + ACTIONS(12903), 1, + sym_identifier, + STATE(3764), 1, + sym_template_type, + [280891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6321), 1, - anon_sym_LT, - STATE(2575), 1, - sym_template_argument_list, - [280973] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8082), 1, + sym_argument_list, + [280901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7509), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(3962), 1, + STATE(2911), 1, sym_field_declaration_list, - [280983] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12897), 1, - anon_sym_LT, - STATE(2392), 1, - sym_template_argument_list, - [280993] = 2, + [280911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12193), 2, - anon_sym_COMMA, - anon_sym_GT2, - [281001] = 3, + ACTIONS(9536), 1, + anon_sym_LBRACE, + STATE(4224), 1, + sym_requirement_seq, + [280921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5024), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(650), 1, - sym_declaration_list, - [281011] = 3, + STATE(6964), 1, + sym_compound_statement, + [280931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12975), 1, + ACTIONS(12905), 1, sym_identifier, - STATE(4355), 1, + STATE(2820), 1, sym_template_type, - [281021] = 3, + [280941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, - ACTIONS(12977), 1, - anon_sym_RBRACE, - [281031] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(6900), 1, + sym_compound_statement, + [280951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(10678), 1, anon_sym_LBRACE, - STATE(2181), 1, - sym_field_declaration_list, - [281041] = 2, + STATE(1861), 1, + sym_compound_statement, + [280961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12168), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [281049] = 3, + ACTIONS(619), 1, + anon_sym_LBRACE, + STATE(441), 1, + sym_compound_statement, + [280971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(413), 1, + STATE(701), 1, sym_compound_statement, - [281059] = 2, + [280981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12979), 2, + ACTIONS(12643), 2, anon_sym_COMMA, - anon_sym_SEMI, - [281067] = 3, + anon_sym_LBRACE, + [280989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11665), 1, - anon_sym_COLON_COLON, - ACTIONS(12981), 1, - anon_sym_SEMI, - [281077] = 3, + ACTIONS(12907), 2, + anon_sym_COMMA, + anon_sym_GT2, + [280997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12945), 1, + ACTIONS(12869), 1, anon_sym_LT, - STATE(3619), 1, + STATE(3486), 1, sym_template_argument_list, - [281087] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(10753), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [281097] = 3, + [281007] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(289), 1, anon_sym_LBRACE, STATE(259), 1, sym_compound_statement, - [281107] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12983), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [281115] = 3, + [281017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, - sym_identifier, - STATE(7633), 1, - sym_attribute, - [281125] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12985), 1, - aux_sym_preproc_include_token2, - ACTIONS(12987), 1, - sym_preproc_arg, - [281135] = 2, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + [281027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7903), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [281143] = 2, + ACTIONS(12841), 1, + anon_sym_LT, + STATE(2349), 1, + sym_template_argument_list, + [281037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6074), 2, + ACTIONS(12383), 2, anon_sym_COMMA, anon_sym_RBRACK, - [281151] = 2, + [281045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12989), 2, + ACTIONS(10790), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [281159] = 3, + [281055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8487), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - STATE(4784), 1, + STATE(4362), 1, sym_field_declaration_list, - [281169] = 3, + [281065] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12909), 1, + aux_sym_preproc_include_token2, + ACTIONS(12911), 1, + sym_preproc_arg, + [281075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12991), 1, + ACTIONS(12913), 1, sym_identifier, - STATE(2523), 1, + STATE(4341), 1, sym_template_type, - [281179] = 3, + [281085] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12915), 1, + aux_sym_preproc_include_token2, + ACTIONS(12917), 1, + sym_preproc_arg, + [281095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5858), 1, - anon_sym_LBRACE, - STATE(2273), 1, - sym_field_declaration_list, - [281189] = 3, + ACTIONS(12654), 1, + anon_sym_RBRACK, + ACTIONS(12919), 1, + anon_sym_COMMA, + [281105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(12823), 1, + sym_identifier, + STATE(7313), 1, + sym_attribute, + [281115] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12043), 1, anon_sym_LPAREN2, - STATE(181), 1, + STATE(193), 1, sym_condition_clause, - [281199] = 3, + [281125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, - ACTIONS(12993), 1, - anon_sym_RBRACE, - [281209] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(172), 1, + sym_condition_clause, + [281135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, + ACTIONS(11665), 1, anon_sym_LBRACE, - STATE(694), 1, - sym_declaration_list, - [281219] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12151), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [281227] = 3, + STATE(1603), 1, + sym_requirement_seq, + [281145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(619), 1, anon_sym_LBRACE, - STATE(510), 1, + STATE(422), 1, sym_compound_statement, - [281237] = 3, + [281155] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12394), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [281163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6093), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(2528), 1, - sym_field_declaration_list, - [281247] = 3, + STATE(3450), 1, + sym_initializer_list, + [281173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1650), 1, + ACTIONS(10666), 1, anon_sym_LBRACE, - STATE(883), 1, + STATE(1921), 1, sym_compound_statement, - [281257] = 3, + [281183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, - anon_sym_LBRACE, - STATE(544), 1, - sym_declaration_list, - [281267] = 3, + ACTIONS(12851), 1, + anon_sym_LPAREN2, + STATE(8194), 1, + sym_parenthesized_expression, + [281193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10745), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, + ACTIONS(12921), 2, anon_sym_COMMA, - [281277] = 3, + anon_sym_GT2, + [281201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(6840), 1, + STATE(489), 1, sym_compound_statement, - [281287] = 3, + [281211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9536), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - STATE(3930), 1, - sym_requirement_seq, - [281297] = 3, + STATE(500), 1, + sym_compound_statement, + [281221] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12923), 1, + aux_sym_preproc_include_token2, + ACTIONS(12925), 1, + sym_preproc_arg, + [281231] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(2705), 1, + sym_template_argument_list, + [281241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(625), 1, + STATE(472), 1, sym_compound_statement, - [281307] = 3, + [281251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 1, + ACTIONS(12398), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(3898), 1, - sym_initializer_list, - [281317] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(12995), 1, - aux_sym_preproc_include_token2, - ACTIONS(12997), 1, - sym_preproc_arg, - [281327] = 2, + [281259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12337), 2, + ACTIONS(12412), 2, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [281335] = 3, + anon_sym_SEMI, + [281267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12005), 1, + ACTIONS(5032), 1, anon_sym_LBRACE, - STATE(5853), 1, - sym_requirement_seq, - [281345] = 3, + STATE(561), 1, + sym_declaration_list, + [281277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12911), 1, - anon_sym_LT, - STATE(2633), 1, - sym_template_argument_list, - [281355] = 3, + ACTIONS(12927), 2, + anon_sym_COMMA, + anon_sym_GT2, + [281285] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10753), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, + [281295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8487), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(4796), 1, + STATE(2853), 1, sym_field_declaration_list, - [281365] = 3, + [281305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10755), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [281375] = 3, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(12929), 1, + anon_sym_SEMI, + [281315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(8459), 1, anon_sym_LBRACE, - STATE(2910), 1, + STATE(4416), 1, sym_field_declaration_list, - [281385] = 2, + [281325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12999), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [281393] = 3, + ACTIONS(8459), 1, + anon_sym_LBRACE, + STATE(4451), 1, + sym_field_declaration_list, + [281335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10796), 1, + ACTIONS(8481), 1, + anon_sym_LT, + STATE(2698), 1, + sym_template_argument_list, + [281345] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10788), 1, anon_sym_RBRACE, - ACTIONS(12891), 1, + ACTIONS(12819), 1, anon_sym_COMMA, - [281403] = 3, + [281355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13001), 1, - sym_identifier, - STATE(1739), 1, - sym_template_type, - [281413] = 3, + ACTIONS(7427), 1, + anon_sym_LBRACE, + STATE(3993), 1, + sym_field_declaration_list, + [281365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6262), 1, + ACTIONS(9544), 1, anon_sym_LBRACE, - STATE(2909), 1, - sym_field_declaration_list, - [281423] = 3, + STATE(3354), 1, + sym_requirement_seq, + [281375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6093), 1, + ACTIONS(11625), 1, anon_sym_LBRACE, - STATE(2565), 1, - sym_field_declaration_list, - [281433] = 3, + STATE(5860), 1, + sym_requirement_seq, + [281385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, - ACTIONS(13003), 1, - anon_sym_RBRACE, - [281443] = 3, + ACTIONS(5020), 1, + anon_sym_LBRACE, + STATE(625), 1, + sym_declaration_list, + [281395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(8243), 1, - sym_argument_list, - [281453] = 3, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(6976), 1, + sym_compound_statement, + [281405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5691), 1, - anon_sym_LT, - STATE(1577), 1, - sym_template_argument_list, - [281463] = 3, + ACTIONS(1938), 1, + anon_sym_LBRACE, + STATE(2519), 1, + sym_initializer_list, + [281415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13005), 1, - anon_sym_LT, - STATE(2704), 1, - sym_template_argument_list, - [281473] = 3, + ACTIONS(289), 1, + anon_sym_LBRACE, + STATE(325), 1, + sym_compound_statement, + [281425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13007), 1, + ACTIONS(12823), 1, sym_identifier, - STATE(2553), 1, - sym_template_type, - [281483] = 3, + STATE(7131), 1, + sym_attribute, + [281435] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12931), 1, + aux_sym_preproc_include_token2, + ACTIONS(12933), 1, + sym_preproc_arg, + [281445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8487), 1, - anon_sym_LBRACE, - STATE(4855), 1, - sym_field_declaration_list, - [281493] = 3, + ACTIONS(12851), 1, + anon_sym_LPAREN2, + STATE(8170), 1, + sym_parenthesized_expression, + [281455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13009), 1, - anon_sym_LT, - STATE(2392), 1, - sym_template_argument_list, - [281503] = 2, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(7599), 1, + sym_condition_clause, + [281465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13011), 2, - anon_sym_COMMA, + ACTIONS(10666), 1, anon_sym_LBRACE, - [281511] = 2, + STATE(1941), 1, + sym_compound_statement, + [281475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12058), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [281519] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(187), 1, + sym_condition_clause, + [281485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5020), 1, - anon_sym_LBRACE, - STATE(732), 1, - sym_declaration_list, - [281529] = 2, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(7613), 1, + sym_parameter_list, + [281495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13013), 2, + ACTIONS(12819), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [281537] = 3, + ACTIONS(12935), 1, + anon_sym_RBRACE, + [281505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(549), 1, - sym_declaration_list, - [281547] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8724), 1, - anon_sym_RPAREN, - ACTIONS(8726), 1, - anon_sym_SEMI, - [281557] = 3, + STATE(7179), 1, + sym_compound_statement, + [281515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(8306), 1, - sym_parenthesized_expression, - [281567] = 3, + ACTIONS(8459), 1, + anon_sym_LBRACE, + STATE(4412), 1, + sym_field_declaration_list, + [281525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(12937), 1, anon_sym_LPAREN2, - STATE(8115), 1, - sym_argument_list, - [281577] = 2, + ACTIONS(12939), 1, + sym_raw_string_delimiter, + [281535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8831), 2, + ACTIONS(10806), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [281585] = 3, + [281545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13015), 1, + ACTIONS(12941), 1, sym_identifier, - STATE(2697), 1, + STATE(2148), 1, sym_template_type, - [281595] = 3, + [281555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, - STATE(513), 1, - sym_compound_statement, - [281605] = 3, + STATE(719), 1, + sym_declaration_list, + [281565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(7666), 1, - sym_parameter_list, - [281615] = 3, + ACTIONS(5665), 1, + anon_sym_LBRACE, + STATE(2161), 1, + sym_field_declaration_list, + [281575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, + ACTIONS(10605), 1, + anon_sym_LBRACE, + STATE(1656), 1, + sym_compound_statement, + [281585] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12943), 1, + aux_sym_preproc_include_token2, + ACTIONS(12945), 1, + sym_preproc_arg, + [281595] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8720), 2, anon_sym_COMMA, - ACTIONS(13017), 1, - anon_sym_RBRACE, - [281625] = 3, + anon_sym_SEMI, + [281603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(722), 1, + sym_compound_statement, + [281613] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8103), 1, anon_sym_LPAREN2, - STATE(8042), 1, + STATE(7996), 1, sym_argument_list, - [281635] = 3, + [281623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - STATE(7232), 1, + STATE(646), 1, sym_compound_statement, - [281645] = 3, + [281633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10666), 1, + ACTIONS(12696), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(1856), 1, - sym_compound_statement, - [281655] = 3, + [281641] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12739), 2, + anon_sym_COMMA, + anon_sym_GT2, + [281649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6610), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(2889), 1, + STATE(4975), 1, sym_field_declaration_list, - [281665] = 2, + [281659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12101), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [281673] = 3, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(4964), 1, + sym_field_declaration_list, + [281669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, - sym_identifier, - STATE(7241), 1, - sym_attribute, - [281683] = 3, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(4965), 1, + sym_field_declaration_list, + [281679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, - ACTIONS(13019), 1, - anon_sym_RBRACE, - [281693] = 3, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(4970), 1, + sym_field_declaration_list, + [281689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7322), 1, + STATE(6855), 1, sym_compound_statement, - [281703] = 3, + [281699] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(195), 1, + sym_condition_clause, + [281709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5026), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, - STATE(599), 1, + STATE(725), 1, sym_declaration_list, - [281713] = 2, + [281719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12303), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [281721] = 2, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(12947), 1, + anon_sym_SEMI, + [281729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12270), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [281729] = 2, + ACTIONS(12853), 1, + anon_sym_LT, + STATE(3748), 1, + sym_template_argument_list, + [281739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13021), 2, + ACTIONS(12949), 2, anon_sym_COMMA, - anon_sym_LBRACE, - [281737] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(13023), 1, - aux_sym_preproc_include_token2, - ACTIONS(13025), 1, - sym_preproc_arg, + anon_sym_RBRACK_RBRACK, [281747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(7731), 1, - sym_parameter_list, - [281757] = 3, + ACTIONS(12823), 1, + sym_identifier, + STATE(7522), 1, + sym_attribute, + [281757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(8539), 1, - sym_parenthesized_expression, - [281767] = 3, + ACTIONS(12284), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [281765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - STATE(567), 1, - sym_compound_statement, - [281777] = 3, + STATE(2180), 1, + sym_field_declaration_list, + [281775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(476), 1, + STATE(521), 1, sym_compound_statement, - [281787] = 3, + [281785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6610), 1, + ACTIONS(9554), 1, anon_sym_LBRACE, - STATE(2894), 1, - sym_field_declaration_list, - [281797] = 3, - ACTIONS(3), 1, + STATE(2417), 1, + sym_requirement_seq, + [281795] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(7513), 1, - sym_parenthesized_expression, - [281807] = 3, - ACTIONS(3), 1, + ACTIONS(12951), 1, + aux_sym_preproc_include_token2, + ACTIONS(12953), 1, + sym_preproc_arg, + [281805] = 3, + ACTIONS(9919), 1, sym_comment, - ACTIONS(6610), 1, - anon_sym_LBRACE, - STATE(2880), 1, - sym_field_declaration_list, - [281817] = 3, + ACTIONS(12955), 1, + aux_sym_preproc_include_token2, + ACTIONS(12957), 1, + sym_preproc_arg, + [281815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(7824), 1, - sym_argument_list, - [281827] = 3, + ACTIONS(12959), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [281823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(432), 1, + STATE(417), 1, sym_compound_statement, - [281837] = 3, + [281833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, + ACTIONS(5024), 1, + anon_sym_LBRACE, + STATE(334), 1, + sym_declaration_list, + [281843] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12819), 1, anon_sym_COMMA, - ACTIONS(13027), 1, + ACTIONS(12961), 1, anon_sym_RBRACE, - [281847] = 3, + [281853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10743), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [281857] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(7754), 1, + sym_condition_clause, + [281863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - STATE(476), 1, - sym_compound_statement, - [281867] = 3, + ACTIONS(12851), 1, + anon_sym_LPAREN2, + STATE(8639), 1, + sym_parenthesized_expression, + [281873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(12963), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(7237), 1, - sym_compound_statement, - [281877] = 3, + [281881] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2349), 1, + sym_template_argument_list, + [281891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6093), 1, + ACTIONS(3757), 1, anon_sym_LBRACE, - STATE(2538), 1, - sym_field_declaration_list, - [281887] = 3, + STATE(4796), 1, + sym_initializer_list, + [281901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, + ACTIONS(12965), 1, sym_identifier, - STATE(7149), 1, - sym_attribute, - [281897] = 3, + STATE(2533), 1, + sym_template_type, + [281911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(9584), 1, anon_sym_LPAREN2, - STATE(7499), 1, + STATE(7733), 1, sym_parameter_list, - [281907] = 3, + [281921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8593), 1, - anon_sym_LT, - STATE(2424), 1, - sym_template_argument_list, - [281917] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(196), 1, + sym_condition_clause, + [281931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11792), 1, - anon_sym_LBRACE, - STATE(5600), 1, - sym_requirement_seq, - [281927] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8266), 1, + sym_argument_list, + [281941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6610), 1, - anon_sym_LBRACE, - STATE(2843), 1, - sym_field_declaration_list, - [281937] = 3, + ACTIONS(12967), 1, + sym_identifier, + STATE(2126), 1, + sym_template_type, + [281951] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12969), 1, + aux_sym_preproc_include_token2, + ACTIONS(12971), 1, + sym_preproc_arg, + [281961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10648), 1, + ACTIONS(5020), 1, anon_sym_LBRACE, - STATE(1853), 1, - sym_compound_statement, - [281947] = 2, + STATE(602), 1, + sym_declaration_list, + [281971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12406), 2, - anon_sym_SEMI, + ACTIONS(6372), 1, anon_sym_LBRACE, - [281955] = 3, + STATE(2801), 1, + sym_field_declaration_list, + [281981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 1, + ACTIONS(6598), 1, anon_sym_LBRACE, - STATE(452), 1, - sym_compound_statement, - [281965] = 3, + STATE(2908), 1, + sym_field_declaration_list, + [281991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(7758), 1, - sym_parenthesized_expression, - [281975] = 3, + ACTIONS(2520), 1, + anon_sym_LBRACE, + STATE(3741), 1, + sym_initializer_list, + [282001] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7222), 1, + STATE(7283), 1, sym_compound_statement, - [281985] = 3, + [282011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(7751), 1, - sym_parameter_list, - [281995] = 2, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(2198), 1, + sym_field_declaration_list, + [282021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12082), 2, - anon_sym_COMMA, + ACTIONS(55), 1, anon_sym_LBRACE, - [282003] = 3, + STATE(7450), 1, + sym_compound_statement, + [282031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9568), 1, + ACTIONS(11905), 1, anon_sym_LBRACE, - STATE(3493), 1, + STATE(5548), 1, sym_requirement_seq, - [282013] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(12412), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [282021] = 3, + [282041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - STATE(7939), 1, - sym_argument_list, - [282031] = 3, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(13029), 1, - aux_sym_preproc_include_token2, - ACTIONS(13031), 1, - sym_preproc_arg, - [282041] = 3, + STATE(7475), 1, + sym_parenthesized_expression, + [282051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8477), 1, + ACTIONS(6302), 1, anon_sym_LT, STATE(1577), 1, sym_template_argument_list, - [282051] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2520), 1, - anon_sym_LBRACE, - STATE(3663), 1, - sym_initializer_list, [282061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(5022), 1, anon_sym_LBRACE, - STATE(7441), 1, - sym_compound_statement, + STATE(753), 1, + sym_declaration_list, [282071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, + ACTIONS(12973), 1, sym_identifier, - STATE(7238), 1, - sym_attribute, + STATE(2113), 1, + sym_template_type, [282081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13033), 1, - sym_identifier, - STATE(2108), 1, - sym_template_type, + ACTIONS(8655), 1, + anon_sym_LT, + STATE(2522), 1, + sym_template_argument_list, [282091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12254), 2, + ACTIONS(12975), 2, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_GT2, [282099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(7698), 1, - sym_parenthesized_expression, + ACTIONS(5819), 1, + anon_sym_LBRACE, + STATE(2199), 1, + sym_field_declaration_list, [282109] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(12977), 1, + anon_sym_LPAREN2, + ACTIONS(12979), 1, + sym_raw_string_delimiter, + [282119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, anon_sym_LBRACE, - STATE(7129), 1, + STATE(7112), 1, sym_compound_statement, - [282119] = 3, + [282129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13035), 1, + ACTIONS(12981), 1, sym_identifier, - ACTIONS(13037), 1, + ACTIONS(12983), 1, anon_sym_RPAREN, - [282129] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - STATE(565), 1, - sym_compound_statement, [282139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(7696), 1, - sym_parameter_list, + ACTIONS(10778), 1, + anon_sym_RBRACE, + ACTIONS(12819), 1, + anon_sym_COMMA, [282149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6703), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(3090), 1, + STATE(3560), 1, sym_field_declaration_list, [282159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(8038), 1, - sym_parenthesized_expression, + ACTIONS(55), 1, + anon_sym_LBRACE, + STATE(441), 1, + sym_compound_statement, [282169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9576), 1, + ACTIONS(6598), 1, anon_sym_LBRACE, - STATE(3738), 1, - sym_requirement_seq, + STATE(2898), 1, + sym_field_declaration_list, [282179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, - sym_identifier, - STATE(7257), 1, - sym_attribute, + ACTIONS(6598), 1, + anon_sym_LBRACE, + STATE(2901), 1, + sym_field_declaration_list, [282189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10682), 1, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(1756), 1, - sym_compound_statement, - [282199] = 2, + STATE(3564), 1, + sym_field_declaration_list, + [282199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12741), 2, - anon_sym_COMMA, + ACTIONS(6374), 1, anon_sym_LBRACE, - [282207] = 3, + STATE(3565), 1, + sym_field_declaration_list, + [282209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(7493), 1, - sym_condition_clause, - [282217] = 3, - ACTIONS(9954), 1, + ACTIONS(6374), 1, + anon_sym_LBRACE, + STATE(3568), 1, + sym_field_declaration_list, + [282219] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(13039), 1, + ACTIONS(12985), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + [282227] = 3, + ACTIONS(9919), 1, + sym_comment, + ACTIONS(12987), 1, aux_sym_preproc_include_token2, - ACTIONS(13041), 1, + ACTIONS(12989), 1, sym_preproc_arg, - [282227] = 3, + [282237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(12043), 1, anon_sym_LPAREN2, - STATE(183), 1, + STATE(179), 1, sym_condition_clause, - [282237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6297), 1, - anon_sym_LT, - STATE(2392), 1, - sym_template_argument_list, [282247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(289), 1, anon_sym_LBRACE, - STATE(6885), 1, + STATE(379), 1, sym_compound_statement, [282257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, - anon_sym_LPAREN2, - STATE(8137), 1, - sym_argument_list, - [282267] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, + ACTIONS(2573), 1, anon_sym_LBRACE, - STATE(7351), 1, - sym_compound_statement, - [282277] = 3, + STATE(3869), 1, + sym_initializer_list, + [282267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10682), 1, - anon_sym_LBRACE, - STATE(1667), 1, - sym_compound_statement, - [282287] = 3, + ACTIONS(12991), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [282275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12897), 1, + ACTIONS(12853), 1, anon_sym_LT, - STATE(2094), 1, + STATE(2701), 1, sym_template_argument_list, - [282297] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - STATE(7418), 1, - sym_compound_statement, - [282307] = 3, + [282285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - STATE(7281), 1, - sym_compound_statement, - [282317] = 3, + ACTIONS(9584), 1, + anon_sym_LPAREN2, + STATE(7485), 1, + sym_parameter_list, + [282295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(7625), 1, - sym_condition_clause, - [282327] = 3, + ACTIONS(12795), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [282303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, + ACTIONS(3467), 1, anon_sym_LBRACE, - STATE(4443), 1, - sym_field_declaration_list, - [282337] = 3, + STATE(3896), 1, + sym_initializer_list, + [282313] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13043), 1, - sym_identifier, - STATE(2130), 1, - sym_template_type, - [282347] = 3, + ACTIONS(289), 1, + anon_sym_LBRACE, + STATE(231), 1, + sym_compound_statement, + [282323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, - sym_identifier, - STATE(7261), 1, - sym_attribute, - [282357] = 3, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(12993), 1, + anon_sym_SEMI, + [282333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10806), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [282367] = 3, + ACTIONS(5020), 1, + anon_sym_LBRACE, + STATE(655), 1, + sym_declaration_list, + [282343] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6703), 1, anon_sym_LBRACE, - STATE(3048), 1, + STATE(3057), 1, sym_field_declaration_list, - [282377] = 3, + [282353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6703), 1, + ACTIONS(6598), 1, anon_sym_LBRACE, - STATE(3049), 1, + STATE(2861), 1, sym_field_declaration_list, - [282387] = 3, + [282363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10682), 1, - anon_sym_LBRACE, - STATE(1707), 1, - sym_compound_statement, - [282397] = 3, + ACTIONS(12995), 1, + sym_identifier, + STATE(2426), 1, + sym_template_type, + [282373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, - ACTIONS(13045), 1, - anon_sym_RBRACE, - [282407] = 3, + ACTIONS(12043), 1, + anon_sym_LPAREN2, + STATE(192), 1, + sym_condition_clause, + [282383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(12851), 1, anon_sym_LPAREN2, - STATE(8566), 1, - sym_argument_list, - [282417] = 3, + STATE(7619), 1, + sym_parenthesized_expression, + [282393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(10666), 1, anon_sym_LBRACE, - STATE(6843), 1, + STATE(1873), 1, sym_compound_statement, - [282427] = 3, + [282403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(8896), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [282411] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5665), 1, anon_sym_LBRACE, - STATE(715), 1, - sym_compound_statement, - [282437] = 3, + STATE(2157), 1, + sym_field_declaration_list, + [282421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(171), 1, - sym_condition_clause, - [282447] = 3, + ACTIONS(11629), 1, + anon_sym_COLON_COLON, + ACTIONS(12997), 1, + anon_sym_SEMI, + [282431] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(12819), 1, - anon_sym_LPAREN2, - STATE(7609), 1, - sym_parenthesized_expression, - [282457] = 3, + anon_sym_COMMA, + ACTIONS(12999), 1, + anon_sym_RBRACE, + [282441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(749), 1, anon_sym_LBRACE, - STATE(7136), 1, + STATE(451), 1, sym_compound_statement, - [282467] = 3, + [282451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6703), 1, + ACTIONS(619), 1, anon_sym_LBRACE, - STATE(3067), 1, - sym_field_declaration_list, - [282477] = 3, + STATE(489), 1, + sym_compound_statement, + [282461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1650), 1, - anon_sym_LBRACE, - STATE(838), 1, - sym_compound_statement, - [282487] = 3, - ACTIONS(9954), 1, + ACTIONS(13001), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [282469] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(13047), 1, - aux_sym_preproc_include_token2, - ACTIONS(13049), 1, - sym_preproc_arg, - [282497] = 3, + ACTIONS(8103), 1, + anon_sym_LPAREN2, + STATE(8151), 1, + sym_argument_list, + [282479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, + ACTIONS(7945), 2, anon_sym_COMMA, - ACTIONS(13051), 1, - anon_sym_RBRACE, - [282507] = 3, + anon_sym_RBRACK, + [282487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1650), 1, - anon_sym_LBRACE, - STATE(867), 1, - sym_compound_statement, - [282517] = 3, + ACTIONS(12806), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [282495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10666), 1, + ACTIONS(10678), 1, anon_sym_LBRACE, - STATE(2071), 1, + STATE(2044), 1, sym_compound_statement, - [282527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9587), 1, - anon_sym_LPAREN2, - STATE(7604), 1, - sym_parameter_list, - [282537] = 3, + [282505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, + ACTIONS(13003), 1, anon_sym_LPAREN2, - STATE(8230), 1, - sym_parenthesized_expression, - [282547] = 3, + ACTIONS(13005), 1, + sym_raw_string_delimiter, + [282515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1650), 1, + ACTIONS(55), 1, anon_sym_LBRACE, - STATE(863), 1, + STATE(531), 1, sym_compound_statement, - [282557] = 3, + [282525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, - anon_sym_LPAREN2, - STATE(190), 1, - sym_condition_clause, - [282567] = 3, + ACTIONS(6152), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [282533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(13007), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [282541] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6320), 1, + anon_sym_LT, + STATE(2590), 1, + sym_template_argument_list, + [282551] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6374), 1, anon_sym_LBRACE, - STATE(7024), 1, - sym_compound_statement, - [282577] = 3, + STATE(2870), 1, + sym_field_declaration_list, + [282561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8123), 1, + ACTIONS(13009), 1, anon_sym_LPAREN2, - STATE(8281), 1, - sym_argument_list, - [282587] = 3, + ACTIONS(13011), 1, + sym_raw_string_delimiter, + [282571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13053), 1, + ACTIONS(13013), 1, sym_identifier, - STATE(2130), 1, + STATE(2689), 1, sym_template_type, - [282597] = 3, + [282581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10666), 1, - anon_sym_LBRACE, - STATE(2062), 1, - sym_compound_statement, - [282607] = 3, - ACTIONS(9954), 1, + ACTIONS(13015), 1, + sym_identifier, + STATE(1689), 1, + sym_template_type, + [282591] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(13055), 1, - aux_sym_preproc_include_token2, - ACTIONS(13057), 1, - sym_preproc_arg, - [282617] = 3, + ACTIONS(13017), 1, + anon_sym_LPAREN2, + ACTIONS(13019), 1, + sym_raw_string_delimiter, + [282601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, - anon_sym_LBRACE, - STATE(7123), 1, - sym_compound_statement, - [282627] = 3, + ACTIONS(12484), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [282609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(13021), 1, anon_sym_LPAREN2, - STATE(170), 1, - sym_condition_clause, + ACTIONS(13023), 1, + sym_raw_string_delimiter, + [282619] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7273), 1, + anon_sym_LT, + STATE(1577), 1, + sym_template_argument_list, + [282629] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8852), 2, + anon_sym_COMMA, + anon_sym_RPAREN, [282637] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12110), 1, + ACTIONS(13025), 1, anon_sym_LPAREN2, - STATE(7563), 1, - sym_condition_clause, + ACTIONS(13027), 1, + sym_raw_string_delimiter, [282647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7216), 1, - anon_sym_LT, - STATE(2701), 1, - sym_template_argument_list, + ACTIONS(13029), 1, + anon_sym_LPAREN2, + ACTIONS(13031), 1, + sym_raw_string_delimiter, [282657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, + ACTIONS(13033), 1, anon_sym_LPAREN2, - STATE(8493), 1, - sym_parenthesized_expression, + ACTIONS(13035), 1, + sym_raw_string_delimiter, [282667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12819), 1, + ACTIONS(13037), 1, anon_sym_LPAREN2, - STATE(7537), 1, - sym_parenthesized_expression, + ACTIONS(13039), 1, + sym_raw_string_delimiter, [282677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, - anon_sym_LBRACE, - STATE(4413), 1, - sym_field_declaration_list, + ACTIONS(13041), 1, + anon_sym_LPAREN2, + ACTIONS(13043), 1, + sym_raw_string_delimiter, [282687] = 3, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13059), 1, - aux_sym_preproc_include_token2, - ACTIONS(13061), 1, - sym_preproc_arg, + ACTIONS(13045), 1, + anon_sym_LPAREN2, + ACTIONS(13047), 1, + sym_raw_string_delimiter, [282697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12825), 1, - sym_identifier, - STATE(7128), 1, - sym_attribute, + ACTIONS(13049), 1, + anon_sym_LPAREN2, + ACTIONS(13051), 1, + sym_raw_string_delimiter, [282707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(9587), 1, + ACTIONS(13053), 1, anon_sym_LPAREN2, - STATE(7528), 1, - sym_parameter_list, + ACTIONS(13055), 1, + sym_raw_string_delimiter, [282717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(619), 1, - anon_sym_LBRACE, - STATE(593), 1, - sym_compound_statement, + ACTIONS(13057), 1, + anon_sym_LPAREN2, + ACTIONS(13059), 1, + sym_raw_string_delimiter, [282727] = 3, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, + ACTIONS(13061), 1, + anon_sym_LPAREN2, ACTIONS(13063), 1, - aux_sym_preproc_include_token2, - ACTIONS(13065), 1, - sym_preproc_arg, + sym_raw_string_delimiter, [282737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(10747), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, - anon_sym_COMMA, - [282747] = 3, + ACTIONS(13065), 1, + anon_sym_LPAREN2, + ACTIONS(13067), 1, + sym_raw_string_delimiter, + [282747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10737), 1, - anon_sym_RBRACE, - ACTIONS(12891), 1, + ACTIONS(13069), 2, anon_sym_COMMA, - [282757] = 3, + anon_sym_RPAREN, + [282755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(11758), 1, + ACTIONS(5819), 1, anon_sym_LBRACE, - STATE(1600), 1, - sym_requirement_seq, - [282767] = 2, + STATE(2252), 1, + sym_field_declaration_list, + [282765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(12487), 2, - anon_sym_COMMA, + ACTIONS(9570), 1, anon_sym_LBRACE, + STATE(3477), 1, + sym_requirement_seq, [282775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, - anon_sym_LBRACE, - STATE(4407), 1, - sym_field_declaration_list, + ACTIONS(6302), 1, + anon_sym_LT, + STATE(2325), 1, + sym_template_argument_list, [282785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13067), 1, - sym_identifier, - STATE(1739), 1, - sym_template_type, + ACTIONS(5032), 1, + anon_sym_LBRACE, + STATE(660), 1, + sym_declaration_list, [282795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 1, + ACTIONS(8533), 1, anon_sym_LBRACE, - STATE(4386), 1, + STATE(4842), 1, sym_field_declaration_list, [282805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(13069), 1, - sym_identifier, - STATE(2789), 1, - sym_template_type, + ACTIONS(9562), 1, + anon_sym_LBRACE, + STATE(3659), 1, + sym_requirement_seq, [282815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(55), 1, + ACTIONS(5024), 1, anon_sym_LBRACE, - STATE(7302), 1, - sym_compound_statement, + STATE(338), 1, + sym_declaration_list, [282825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(13071), 1, - aux_sym_preproc_if_token2, + sym_identifier, [282832] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(13073), 1, - anon_sym_DQUOTE, + anon_sym_GT_GT_EQ, [282839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13075), 1, - anon_sym_RPAREN, + ACTIONS(12879), 1, + anon_sym_RBRACE, [282846] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13077), 1, - anon_sym_RPAREN, + ACTIONS(10000), 1, + aux_sym_preproc_include_token2, [282853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13079), 1, + ACTIONS(13075), 1, sym_identifier, [282860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13081), 1, - anon_sym_SEMI, + ACTIONS(13077), 1, + anon_sym_RPAREN, [282867] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11640), 1, - anon_sym_SEMI, + ACTIONS(13079), 1, + sym_identifier, [282874] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9079), 1, + ACTIONS(13081), 1, anon_sym_RPAREN, [282881] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(13083), 1, - anon_sym_GT_GT, + anon_sym_RPAREN, [282888] = 2, ACTIONS(3), 1, sym_comment, @@ -525518,2158 +525518,2158 @@ static const uint16_t ts_small_parse_table[] = { [282895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_LT_LT, + ACTIONS(13087), 1, + anon_sym_RPAREN, [282902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13087), 1, - anon_sym_SEMI, + ACTIONS(13073), 1, + anon_sym_AMP_EQ, [282909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_LT, + ACTIONS(13089), 1, + anon_sym_RPAREN, [282916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13089), 1, - anon_sym_RPAREN, + ACTIONS(13091), 1, + sym_identifier, [282923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13091), 1, - anon_sym_RPAREN, + ACTIONS(13093), 1, + sym_identifier, [282930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_LT_EQ, + ACTIONS(13095), 1, + anon_sym_RPAREN, [282937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13093), 1, - anon_sym_SEMI, + ACTIONS(13097), 1, + sym_raw_string_delimiter, [282944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_GT_EQ, + ACTIONS(13099), 1, + aux_sym_preproc_if_token2, [282951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_GT, + ACTIONS(13073), 1, + anon_sym_CARET_EQ, [282958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_BANG_EQ, + ACTIONS(13073), 1, + anon_sym_PIPE_EQ, [282965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13095), 1, - sym_identifier, + ACTIONS(12863), 1, + anon_sym_RBRACE, [282972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_EQ_EQ, + ACTIONS(13101), 1, + anon_sym_SEMI, [282979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_AMP, + ACTIONS(8696), 1, + anon_sym_SEMI, [282986] = 2, - ACTIONS(3), 1, + ACTIONS(5657), 1, + aux_sym_preproc_include_token2, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13097), 1, - anon_sym_SEMI, [282993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_CARET, + ACTIONS(13103), 1, + sym_identifier, [283000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PIPE, + ACTIONS(13105), 1, + sym_identifier, [283007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_AMP_AMP, + ACTIONS(13107), 1, + anon_sym_RPAREN, [283014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PIPE_PIPE, + ACTIONS(13109), 1, + anon_sym_SEMI, [283021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13099), 1, - anon_sym_RPAREN, + ACTIONS(13111), 1, + anon_sym_SEMI, [283028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13101), 1, - sym_raw_string_delimiter, + ACTIONS(13073), 1, + anon_sym_COMMA, [283035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13103), 1, + ACTIONS(13113), 1, anon_sym_SEMI, [283042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10737), 1, - anon_sym_RBRACE, + ACTIONS(13073), 1, + anon_sym_or, [283049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PERCENT, + ACTIONS(13115), 1, + anon_sym_DQUOTE, [283056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8918), 1, - anon_sym_RPAREN, + ACTIONS(13117), 1, + aux_sym_preproc_if_token2, [283063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13105), 1, + ACTIONS(11145), 1, anon_sym_SEMI, [283070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13107), 1, - anon_sym_SLASH, + ACTIONS(13119), 1, + aux_sym_preproc_if_token2, [283077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_STAR, + ACTIONS(13121), 1, + sym_identifier, [283084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13109), 1, + ACTIONS(8519), 1, anon_sym_SEMI, [283091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13111), 1, - anon_sym_RPAREN, + ACTIONS(7880), 1, + sym_identifier, [283098] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13113), 1, - aux_sym_preproc_include_token2, + ACTIONS(13123), 1, + anon_sym_RPAREN, [283105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13115), 1, - aux_sym_preproc_if_token2, + ACTIONS(13125), 1, + anon_sym_RPAREN, [283112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11203), 1, - anon_sym_SEMI, + ACTIONS(13127), 1, + sym_identifier, [283119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13117), 1, - aux_sym_preproc_if_token2, + ACTIONS(11165), 1, + anon_sym_SEMI, [283126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8906), 1, + ACTIONS(13129), 1, anon_sym_RPAREN, [283133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8908), 1, - anon_sym_RPAREN, + ACTIONS(13131), 1, + anon_sym_SEMI, [283140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9037), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_and, [283147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8914), 1, - anon_sym_RPAREN, + ACTIONS(13133), 1, + anon_sym_STAR, [283154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13119), 1, - anon_sym_RBRACK, + ACTIONS(13135), 1, + anon_sym_SEMI, [283161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13121), 1, - anon_sym_RPAREN, + ACTIONS(13137), 1, + anon_sym_SEMI, [283168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13123), 1, - anon_sym_RPAREN, + ACTIONS(13139), 1, + anon_sym_DQUOTE, [283175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13125), 1, - anon_sym_RPAREN, + ACTIONS(13141), 1, + sym_identifier, [283182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PLUS, + ACTIONS(13143), 1, + sym_identifier, [283189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_DASH, + ACTIONS(13145), 1, + anon_sym_COLON, [283196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13127), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_bitor, [283203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13129), 1, - sym_identifier, + ACTIONS(13147), 1, + anon_sym_RPAREN, [283210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13131), 1, - sym_identifier, + ACTIONS(13149), 1, + aux_sym_preproc_if_token2, [283217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_COMMA, + ACTIONS(13073), 1, + anon_sym_xor, [283224] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13133), 1, - aux_sym_preproc_include_token2, + ACTIONS(13151), 1, + anon_sym_SEMI, [283231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_DASH_EQ, + ACTIONS(13153), 1, + anon_sym_SEMI, [283238] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13135), 1, - aux_sym_preproc_include_token2, + ACTIONS(13155), 1, + anon_sym_SEMI, [283245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4743), 1, - anon_sym_SEMI, + ACTIONS(13157), 1, + sym_identifier, [283252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13137), 1, - sym_identifier, + ACTIONS(13159), 1, + anon_sym_LPAREN2, [283259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13139), 1, - sym_identifier, + ACTIONS(8822), 1, + anon_sym_SEMI, [283266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13141), 1, + ACTIONS(13161), 1, anon_sym_LPAREN2, [283273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_SLASH_EQ, + ACTIONS(13163), 1, + anon_sym_RPAREN, [283280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12414), 1, + ACTIONS(13165), 1, anon_sym_RPAREN, [283287] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13143), 1, - aux_sym_preproc_if_token2, + ACTIONS(13167), 1, + aux_sym_preproc_include_token2, [283294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13145), 1, - sym_identifier, + ACTIONS(13169), 1, + anon_sym_STAR, [283301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13147), 1, - anon_sym_STAR, + ACTIONS(13171), 1, + aux_sym_preproc_if_token2, [283308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13149), 1, - anon_sym_SEMI, + ACTIONS(13173), 1, + anon_sym_RPAREN, [283315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13151), 1, + ACTIONS(13175), 1, anon_sym_DQUOTE, [283322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PERCENT_EQ, + ACTIONS(13073), 1, + anon_sym_bitand, [283329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12138), 1, - anon_sym_SEMI, + ACTIONS(13177), 1, + anon_sym_STAR, [283336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13153), 1, - anon_sym_STAR, + ACTIONS(8712), 1, + anon_sym_RBRACE, [283343] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13155), 1, - aux_sym_preproc_if_token2, + ACTIONS(13179), 1, + aux_sym_preproc_include_token2, [283350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13157), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_not_eq, [283357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13159), 1, - aux_sym_preproc_if_token2, + ACTIONS(13073), 1, + anon_sym_DOT_STAR, [283364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13161), 1, - anon_sym_RPAREN, + ACTIONS(12835), 1, + anon_sym_RBRACE, [283371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13163), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_DASH_GT_STAR, [283378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13165), 1, - anon_sym_LPAREN2, + ACTIONS(13181), 1, + anon_sym_RPAREN, [283385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13167), 1, - anon_sym_DQUOTE, + ACTIONS(13183), 1, + anon_sym_RPAREN, [283392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13169), 1, - anon_sym_SEMI, + ACTIONS(8922), 1, + anon_sym_RPAREN, [283399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13171), 1, - anon_sym_RBRACE, + ACTIONS(13185), 1, + anon_sym_DQUOTE, [283406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13173), 1, - aux_sym_preproc_if_token2, + ACTIONS(13187), 1, + anon_sym_DQUOTE, [283413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13175), 1, - anon_sym_SEMI, + ACTIONS(11232), 1, + anon_sym_COMMA, [283420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13177), 1, + ACTIONS(13189), 1, anon_sym_RPAREN, [283427] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13179), 1, - aux_sym_preproc_include_token2, + ACTIONS(13191), 1, + anon_sym_RPAREN, [283434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13181), 1, - aux_sym_preproc_if_token2, + ACTIONS(11707), 1, + anon_sym_SEMI, [283441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 1, - anon_sym_SEMI, + ACTIONS(13193), 1, + anon_sym_RPAREN, [283448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13183), 1, - sym_auto, + ACTIONS(13195), 1, + anon_sym_LPAREN2, [283455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13185), 1, - anon_sym_LPAREN2, + ACTIONS(13197), 1, + anon_sym_DQUOTE, [283462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13187), 1, - anon_sym_RBRACE, + ACTIONS(13199), 1, + sym_this, [283469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13189), 1, - aux_sym_preproc_if_token2, + ACTIONS(13201), 1, + anon_sym_RBRACE, [283476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13191), 1, - anon_sym_RPAREN, + ACTIONS(13203), 1, + aux_sym_preproc_if_token2, [283483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13193), 1, + ACTIONS(13205), 1, aux_sym_preproc_if_token2, [283490] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13195), 1, - aux_sym_preproc_if_token2, + ACTIONS(10040), 1, + aux_sym_preproc_include_token2, [283497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13197), 1, - aux_sym_preproc_if_token2, + ACTIONS(7263), 1, + anon_sym_RPAREN, [283504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13199), 1, - aux_sym_preproc_if_token2, + ACTIONS(13207), 1, + anon_sym_RPAREN, [283511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13201), 1, + ACTIONS(13209), 1, anon_sym_RPAREN, [283518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13203), 1, - anon_sym_RPAREN, + ACTIONS(13211), 1, + sym_identifier, [283525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13205), 1, - sym_identifier, + ACTIONS(9057), 1, + anon_sym_RPAREN, [283532] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13207), 1, - anon_sym_DQUOTE, + ACTIONS(13213), 1, + aux_sym_preproc_include_token2, [283539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13209), 1, - sym_identifier, + ACTIONS(13215), 1, + anon_sym_RPAREN, [283546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8883), 1, - anon_sym_COLON, + ACTIONS(10747), 1, + anon_sym_RBRACE, [283553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13211), 1, + ACTIONS(6779), 1, anon_sym_SEMI, [283560] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(13213), 1, - anon_sym_SEMI, - [283567] = 2, - ACTIONS(9954), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13215), 1, + ACTIONS(12288), 1, aux_sym_preproc_include_token2, - [283574] = 2, + [283567] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(13217), 1, anon_sym_RPAREN, - [283581] = 2, - ACTIONS(9954), 1, + [283574] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(13219), 1, - aux_sym_preproc_include_token2, + anon_sym_RBRACE, + [283581] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(13221), 1, + anon_sym_SEMI, [283588] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_LT_LT_EQ, + ACTIONS(13223), 1, + sym_identifier, [283595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13221), 1, - anon_sym_RPAREN, + ACTIONS(13225), 1, + anon_sym_COLON, [283602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13051), 1, - anon_sym_RBRACE, + ACTIONS(13227), 1, + anon_sym_SEMI, [283609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_GT_GT_EQ, + ACTIONS(13229), 1, + anon_sym_LBRACE, [283616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13223), 1, - anon_sym_SEMI, + ACTIONS(13231), 1, + anon_sym_DQUOTE, [283623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13225), 1, - aux_sym_preproc_if_token2, + ACTIONS(13233), 1, + anon_sym_RPAREN, [283630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_AMP_EQ, + ACTIONS(13235), 1, + anon_sym_RPAREN, [283637] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(10068), 1, - aux_sym_preproc_include_token2, + ACTIONS(13237), 1, + anon_sym_RPAREN, [283644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_CARET_EQ, + ACTIONS(13239), 1, + anon_sym_RPAREN, [283651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13045), 1, - anon_sym_RBRACE, + ACTIONS(13241), 1, + sym_identifier, [283658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13227), 1, - sym_identifier, + ACTIONS(8669), 1, + anon_sym_RBRACE, [283665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PIPE_EQ, + ACTIONS(13243), 1, + anon_sym_RPAREN, [283672] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13229), 1, - aux_sym_preproc_include_token2, + ACTIONS(13245), 1, + anon_sym_RPAREN, [283679] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13231), 1, - aux_sym_preproc_include_token2, + ACTIONS(13247), 1, + anon_sym_RPAREN, [283686] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(10042), 1, - aux_sym_preproc_include_token2, + ACTIONS(13249), 1, + anon_sym_RPAREN, [283693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13233), 1, - anon_sym_LBRACE, + ACTIONS(13073), 1, + anon_sym_DASH, [283700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8811), 1, - anon_sym_COLON, + ACTIONS(13251), 1, + anon_sym_RPAREN, [283707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13235), 1, - anon_sym_RPAREN, + ACTIONS(13253), 1, + sym_raw_string_delimiter, [283714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13237), 1, - sym_raw_string_delimiter, + ACTIONS(13255), 1, + anon_sym_RPAREN, [283721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13239), 1, - sym_auto, + ACTIONS(13257), 1, + anon_sym_STAR, [283728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13241), 1, - anon_sym_SEMI, + ACTIONS(13259), 1, + aux_sym_preproc_if_token2, [283735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4709), 1, - anon_sym_SEMI, + ACTIONS(13261), 1, + anon_sym_DOT_DOT_DOT, [283742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13243), 1, - anon_sym_SEMI, + ACTIONS(13264), 1, + anon_sym_RPAREN, [283749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13245), 1, - anon_sym_RBRACE, + ACTIONS(13266), 1, + anon_sym_COLON, [283756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13247), 1, - aux_sym_preproc_if_token2, + ACTIONS(13268), 1, + anon_sym_STAR, [283763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11679), 1, - anon_sym_SEMI, + ACTIONS(13270), 1, + sym_identifier, [283770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13249), 1, - aux_sym_preproc_if_token2, + ACTIONS(11783), 1, + anon_sym_SEMI, [283777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13251), 1, - anon_sym_RPAREN, + ACTIONS(13272), 1, + anon_sym_RBRACE, [283784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13253), 1, - anon_sym_RPAREN, + ACTIONS(13274), 1, + anon_sym_SEMI, [283791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13255), 1, + ACTIONS(9019), 1, anon_sym_RPAREN, [283798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8753), 1, - anon_sym_RBRACE, + ACTIONS(13073), 1, + anon_sym_PLUS, [283805] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13257), 1, - anon_sym_SEMI, + ACTIONS(13276), 1, + aux_sym_preproc_include_token2, [283812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_or, + ACTIONS(13278), 1, + sym_identifier, [283819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10806), 1, + ACTIONS(10788), 1, anon_sym_RBRACE, [283826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_and, + ACTIONS(4542), 1, + anon_sym_DOT_DOT_DOT, [283833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9017), 1, - anon_sym_RPAREN, + ACTIONS(13280), 1, + sym_identifier, [283840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13259), 1, - sym_identifier, + ACTIONS(13282), 1, + anon_sym_SEMI, [283847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13261), 1, - anon_sym_SEMI, + ACTIONS(13284), 1, + anon_sym_RPAREN, [283854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_bitor, + ACTIONS(11169), 1, + anon_sym_SEMI, [283861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_xor, + ACTIONS(13286), 1, + anon_sym_SEMI, [283868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8887), 1, - anon_sym_COLON, + ACTIONS(13288), 1, + sym_identifier, [283875] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13263), 1, - sym_identifier, + ACTIONS(13290), 1, + aux_sym_preproc_include_token2, [283882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13265), 1, - anon_sym_SEMI, + ACTIONS(13292), 1, + anon_sym_RPAREN, [283889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_bitand, + ACTIONS(4659), 1, + anon_sym_SEMI, [283896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13267), 1, - anon_sym_RPAREN, + ACTIONS(13294), 1, + anon_sym_DOT_DOT_DOT, [283903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13269), 1, + ACTIONS(13296), 1, anon_sym_SEMI, [283910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13271), 1, - sym_auto, + ACTIONS(13298), 1, + anon_sym_STAR, [283917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13273), 1, - anon_sym_STAR, + ACTIONS(7152), 1, + anon_sym_RPAREN, [283924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13275), 1, - anon_sym_STAR, + ACTIONS(13300), 1, + anon_sym_SEMI, [283931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13277), 1, - anon_sym_SEMI, + ACTIONS(13302), 1, + sym_auto, [283938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_not_eq, + ACTIONS(13304), 1, + anon_sym_SEMI, [283945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_DOT_STAR, + ACTIONS(13306), 1, + anon_sym_SEMI, [283952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_DASH_GT_STAR, + ACTIONS(13308), 1, + aux_sym_preproc_if_token2, [283959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13279), 1, - anon_sym_SEMI, + ACTIONS(8801), 1, + anon_sym_COLON, [283966] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13281), 1, + ACTIONS(13310), 1, sym_identifier, [283973] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13283), 1, - aux_sym_preproc_include_token2, + ACTIONS(13312), 1, + aux_sym_preproc_if_token2, [283980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13285), 1, - anon_sym_STAR, + ACTIONS(13314), 1, + aux_sym_preproc_if_token2, [283987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13287), 1, - anon_sym_RPAREN, + ACTIONS(13316), 1, + sym_identifier, [283994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13289), 1, - anon_sym_SEMI, + ACTIONS(13318), 1, + aux_sym_preproc_if_token2, [284001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13291), 1, - anon_sym_DQUOTE, + ACTIONS(8866), 1, + anon_sym_SEMI, [284008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8765), 1, - anon_sym_RPAREN, + ACTIONS(13320), 1, + aux_sym_preproc_if_token2, [284015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11148), 1, - anon_sym_SEMI, + ACTIONS(13322), 1, + anon_sym_LPAREN2, [284022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13293), 1, - anon_sym_LPAREN2, + ACTIONS(13324), 1, + aux_sym_preproc_if_token2, [284029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7881), 1, + ACTIONS(13326), 1, sym_identifier, [284036] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13295), 1, - anon_sym_SEMI, + ACTIONS(13328), 1, + aux_sym_preproc_include_token2, [284043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13297), 1, - anon_sym_SEMI, + ACTIONS(13330), 1, + aux_sym_preproc_if_token2, [284050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9015), 1, - anon_sym_RPAREN, + ACTIONS(11941), 1, + anon_sym_SEMI, [284057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13299), 1, + ACTIONS(13332), 1, anon_sym_SEMI, [284064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6764), 1, - anon_sym_SEMI, + ACTIONS(13334), 1, + sym_identifier, [284071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13301), 1, - sym_identifier, + ACTIONS(13336), 1, + anon_sym_SEMI, [284078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13303), 1, - anon_sym_SEMI, + ACTIONS(13338), 1, + anon_sym_RPAREN, [284085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13305), 1, - aux_sym_preproc_if_token2, + ACTIONS(13340), 1, + sym_raw_string_delimiter, [284092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13307), 1, + ACTIONS(13342), 1, anon_sym_SEMI, [284099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13309), 1, - sym_identifier, + ACTIONS(13344), 1, + aux_sym_preproc_if_token2, [284106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13311), 1, - anon_sym_RBRACK, + ACTIONS(13346), 1, + anon_sym_RPAREN, [284113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13313), 1, - anon_sym_RPAREN, + ACTIONS(13348), 1, + anon_sym_SEMI, [284120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8726), 1, - anon_sym_SEMI, + ACTIONS(13350), 1, + aux_sym_preproc_if_token2, [284127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13315), 1, - anon_sym_SEMI, + ACTIONS(13352), 1, + aux_sym_preproc_if_token2, [284134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13317), 1, - anon_sym_SEMI, + ACTIONS(13354), 1, + anon_sym_DQUOTE, [284141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13319), 1, - sym_identifier, + ACTIONS(13356), 1, + aux_sym_preproc_if_token2, [284148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13321), 1, - sym_identifier, + ACTIONS(12871), 1, + anon_sym_RBRACE, [284155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13323), 1, - anon_sym_RPAREN, + ACTIONS(13358), 1, + aux_sym_preproc_if_token2, [284162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13325), 1, - anon_sym_RPAREN, + ACTIONS(13360), 1, + anon_sym_SEMI, [284169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13327), 1, - anon_sym_RPAREN, + ACTIONS(13362), 1, + sym_identifier, [284176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13329), 1, - sym_identifier, + ACTIONS(13364), 1, + anon_sym_DQUOTE, [284183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13331), 1, + ACTIONS(13366), 1, anon_sym_LPAREN2, [284190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13333), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_STAR, [284197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13335), 1, - anon_sym_RPAREN, + ACTIONS(13368), 1, + anon_sym_SEMI, [284204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13337), 1, - anon_sym_RPAREN, + ACTIONS(13370), 1, + aux_sym_preproc_if_token2, [284211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13339), 1, - anon_sym_SEMI, + ACTIONS(13372), 1, + anon_sym_RPAREN, [284218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13341), 1, - anon_sym_RPAREN, + ACTIONS(13374), 1, + sym_raw_string_delimiter, [284225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13343), 1, - sym_raw_string_delimiter, + ACTIONS(13376), 1, + anon_sym_SEMI, [284232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13345), 1, - anon_sym_SEMI, + ACTIONS(13378), 1, + sym_identifier, [284239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13347), 1, - sym_identifier, + ACTIONS(13380), 1, + anon_sym_RPAREN, [284246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13349), 1, - anon_sym_DQUOTE, + ACTIONS(13382), 1, + anon_sym_SEMI, [284253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13351), 1, - anon_sym_RPAREN, + ACTIONS(13384), 1, + anon_sym_SEMI, [284260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13353), 1, - anon_sym_SEMI, + ACTIONS(13386), 1, + aux_sym_preproc_if_token2, [284267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13355), 1, - anon_sym_RPAREN, + ACTIONS(8886), 1, + anon_sym_SEMI, [284274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13357), 1, - anon_sym_RPAREN, + ACTIONS(13388), 1, + anon_sym_SEMI, [284281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13359), 1, - anon_sym_RBRACE, + ACTIONS(13390), 1, + anon_sym_STAR, [284288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13361), 1, + ACTIONS(13392), 1, anon_sym_STAR, [284295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13363), 1, - aux_sym_preproc_if_token2, + ACTIONS(13394), 1, + anon_sym_RPAREN, [284302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13365), 1, - aux_sym_preproc_if_token2, + ACTIONS(13396), 1, + anon_sym_SEMI, [284309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13367), 1, - aux_sym_preproc_if_token2, + ACTIONS(13398), 1, + sym_identifier, [284316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13369), 1, - anon_sym_RBRACE, + ACTIONS(13400), 1, + anon_sym_SEMI, [284323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11275), 1, - anon_sym_COMMA, + ACTIONS(13402), 1, + aux_sym_preproc_if_token2, [284330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13371), 1, - aux_sym_preproc_if_token2, + ACTIONS(7778), 1, + sym_identifier, [284337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13373), 1, - aux_sym_preproc_if_token2, + ACTIONS(13404), 1, + anon_sym_SEMI, [284344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13375), 1, - aux_sym_preproc_if_token2, + ACTIONS(13406), 1, + anon_sym_SEMI, [284351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13377), 1, - aux_sym_preproc_if_token2, + ACTIONS(13408), 1, + anon_sym_SEMI, [284358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13379), 1, - aux_sym_preproc_if_token2, + ACTIONS(13410), 1, + anon_sym_DQUOTE, [284365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13381), 1, - anon_sym_SEMI, + ACTIONS(13412), 1, + anon_sym_DQUOTE, [284372] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13383), 1, - anon_sym_SEMI, + ACTIONS(13414), 1, + aux_sym_preproc_include_token2, [284379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13385), 1, - sym_identifier, + ACTIONS(13416), 1, + anon_sym_LPAREN2, [284386] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13387), 1, - anon_sym_LPAREN2, + ACTIONS(12310), 1, + aux_sym_preproc_include_token2, [284393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13389), 1, + ACTIONS(8830), 1, anon_sym_SEMI, [284400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13391), 1, - anon_sym_RPAREN, + ACTIONS(13418), 1, + anon_sym_STAR, [284407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13393), 1, - anon_sym_RPAREN, + ACTIONS(13420), 1, + anon_sym_SEMI, [284414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13395), 1, - anon_sym_DQUOTE, + ACTIONS(13422), 1, + anon_sym_SEMI, [284421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13397), 1, - anon_sym_SEMI, + ACTIONS(13424), 1, + sym_identifier, [284428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13399), 1, - sym_identifier, + ACTIONS(13426), 1, + anon_sym_DQUOTE, [284435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13401), 1, - anon_sym_COLON, + ACTIONS(9095), 1, + anon_sym_RPAREN, [284442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13403), 1, + ACTIONS(11173), 1, anon_sym_SEMI, [284449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13405), 1, - anon_sym_RPAREN, + ACTIONS(13428), 1, + aux_sym_preproc_if_token2, [284456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13407), 1, - anon_sym_RPAREN, + ACTIONS(13430), 1, + anon_sym_SEMI, [284463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13409), 1, - sym_raw_string_content, + ACTIONS(13432), 1, + anon_sym_RPAREN, [284470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13411), 1, - anon_sym_RPAREN, + ACTIONS(13434), 1, + aux_sym_preproc_if_token2, [284477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13413), 1, - anon_sym_LPAREN2, + ACTIONS(13436), 1, + anon_sym_SEMI, [284484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6785), 1, - anon_sym_SEMI, + ACTIONS(13438), 1, + sym_identifier, [284491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13415), 1, + ACTIONS(13440), 1, anon_sym_RPAREN, [284498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11924), 1, + ACTIONS(4681), 1, anon_sym_SEMI, [284505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13417), 1, - anon_sym_RPAREN, + ACTIONS(13442), 1, + anon_sym_SLASH, [284512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13419), 1, - anon_sym_RPAREN, + ACTIONS(6791), 1, + anon_sym_SEMI, [284519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13421), 1, - anon_sym_DQUOTE, + ACTIONS(13444), 1, + anon_sym_SEMI, [284526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13423), 1, - anon_sym_SEMI, + ACTIONS(13446), 1, + sym_identifier, [284533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13425), 1, + ACTIONS(13448), 1, sym_identifier, [284540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13427), 1, + ACTIONS(13450), 1, anon_sym_SEMI, [284547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13429), 1, + ACTIONS(13452), 1, anon_sym_RPAREN, [284554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13431), 1, - anon_sym_DQUOTE, + ACTIONS(12819), 1, + anon_sym_COMMA, [284561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13433), 1, - anon_sym_RPAREN, + ACTIONS(13454), 1, + anon_sym_SEMI, [284568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13435), 1, - anon_sym_RBRACE, + ACTIONS(13456), 1, + anon_sym_RPAREN, [284575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13437), 1, - anon_sym_RPAREN, + ACTIONS(13458), 1, + sym_raw_string_delimiter, [284582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13439), 1, - sym_raw_string_delimiter, + ACTIONS(13460), 1, + anon_sym_RPAREN, [284589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13441), 1, - anon_sym_SEMI, + ACTIONS(13462), 1, + sym_identifier, [284596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13443), 1, - sym_identifier, + ACTIONS(13464), 1, + anon_sym_SEMI, [284603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7504), 1, - sym_identifier, + ACTIONS(8995), 1, + anon_sym_RPAREN, [284610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13445), 1, - aux_sym_preproc_if_token2, + ACTIONS(8824), 1, + anon_sym_SEMI, [284617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13447), 1, - anon_sym_RPAREN, + ACTIONS(13466), 1, + sym_auto, [284624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13449), 1, - aux_sym_preproc_if_token2, + ACTIONS(13468), 1, + anon_sym_SEMI, [284631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13451), 1, - anon_sym_SEMI, + ACTIONS(13470), 1, + aux_sym_preproc_if_token2, [284638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13027), 1, - anon_sym_RBRACE, + ACTIONS(13472), 1, + anon_sym_STAR, [284645] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13453), 1, - anon_sym_STAR, + ACTIONS(13474), 1, + anon_sym_RPAREN, [284652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13455), 1, - aux_sym_preproc_if_token2, + ACTIONS(13476), 1, + anon_sym_DQUOTE, [284659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9065), 1, - anon_sym_RPAREN, + ACTIONS(10776), 1, + anon_sym_RBRACE, [284666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10743), 1, - anon_sym_RBRACE, + ACTIONS(13478), 1, + anon_sym_DQUOTE, [284673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_PLUS_EQ, + ACTIONS(13480), 1, + anon_sym_SEMI, [284680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13457), 1, - anon_sym_RPAREN, + ACTIONS(13482), 1, + anon_sym_DQUOTE, [284687] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13459), 1, - aux_sym_preproc_include_token2, + ACTIONS(13484), 1, + anon_sym_DQUOTE, [284694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13461), 1, - aux_sym_preproc_if_token2, + ACTIONS(13486), 1, + anon_sym_RPAREN, [284701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13463), 1, - aux_sym_preproc_if_token2, + ACTIONS(13488), 1, + anon_sym_while, [284708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13465), 1, - aux_sym_preproc_if_token2, + ACTIONS(13490), 1, + anon_sym_DQUOTE, [284715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13467), 1, + ACTIONS(7275), 1, anon_sym_RPAREN, [284722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8877), 1, - anon_sym_COLON, + ACTIONS(13492), 1, + anon_sym_RPAREN, [284729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13469), 1, - anon_sym_RPAREN, + ACTIONS(13494), 1, + anon_sym_LPAREN2, [284736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13471), 1, - anon_sym_LPAREN2, + ACTIONS(13496), 1, + aux_sym_preproc_if_token2, [284743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13473), 1, - sym_auto, + ACTIONS(13498), 1, + anon_sym_RPAREN, [284750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6781), 1, - anon_sym_SEMI, + ACTIONS(13500), 1, + anon_sym_DQUOTE, [284757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13475), 1, + ACTIONS(13502), 1, anon_sym_SEMI, [284764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13477), 1, - anon_sym_SEMI, + ACTIONS(13504), 1, + anon_sym_STAR, [284771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13479), 1, - aux_sym_preproc_if_token2, + ACTIONS(13506), 1, + anon_sym_SEMI, [284778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13481), 1, + ACTIONS(13508), 1, anon_sym_SEMI, [284785] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13483), 1, - anon_sym_RPAREN, + ACTIONS(13510), 1, + aux_sym_preproc_include_token2, [284792] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13485), 1, - aux_sym_preproc_include_token2, + ACTIONS(13512), 1, + anon_sym_RPAREN, [284799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13487), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_PERCENT, [284806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13489), 1, - anon_sym_EQ, + ACTIONS(13514), 1, + anon_sym_DQUOTE, [284813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13491), 1, - sym_auto, + ACTIONS(13516), 1, + anon_sym_RPAREN, [284820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13493), 1, - anon_sym_LPAREN2, + ACTIONS(4453), 1, + anon_sym_DOT_DOT_DOT, [284827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11638), 1, - anon_sym_SEMI, + ACTIONS(13518), 1, + aux_sym_preproc_if_token2, [284834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13495), 1, - anon_sym_RPAREN, + ACTIONS(13520), 1, + anon_sym_LPAREN2, [284841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13497), 1, - anon_sym_COMMA, + ACTIONS(13522), 1, + anon_sym_COLON, [284848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13499), 1, - anon_sym_RPAREN, + ACTIONS(13524), 1, + sym_identifier, [284855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13501), 1, - anon_sym_RPAREN, + ACTIONS(13526), 1, + sym_identifier, [284862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13503), 1, - sym_identifier, + ACTIONS(5287), 1, + anon_sym_COLON_COLON, [284869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13505), 1, - anon_sym_RPAREN, + ACTIONS(13528), 1, + sym_identifier, [284876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13507), 1, + ACTIONS(13530), 1, anon_sym_RPAREN, [284883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13509), 1, - anon_sym_RPAREN, + ACTIONS(13532), 1, + sym_raw_string_delimiter, [284890] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13511), 1, - sym_raw_string_delimiter, + ACTIONS(13534), 1, + anon_sym_SEMI, [284897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8843), 1, - anon_sym_COLON, + ACTIONS(13536), 1, + anon_sym_RPAREN, [284904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13513), 1, - sym_identifier, + ACTIONS(13538), 1, + anon_sym_RPAREN, [284911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13019), 1, - anon_sym_RBRACE, + ACTIONS(13540), 1, + aux_sym_preproc_if_token2, [284918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13515), 1, - aux_sym_preproc_if_token2, + ACTIONS(13542), 1, + anon_sym_SEMI, [284925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13517), 1, - anon_sym_SEMI, + ACTIONS(13544), 1, + anon_sym_RPAREN, [284932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13519), 1, - sym_identifier, + ACTIONS(13546), 1, + anon_sym_SEMI, [284939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8517), 1, - anon_sym_RBRACE, + ACTIONS(13548), 1, + anon_sym_LPAREN2, [284946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13521), 1, - anon_sym_LPAREN2, + ACTIONS(13550), 1, + anon_sym_SEMI, [284953] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13523), 1, - anon_sym_DQUOTE, + ACTIONS(13552), 1, + aux_sym_preproc_include_token2, [284960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13525), 1, - anon_sym_SEMI, + ACTIONS(13554), 1, + aux_sym_preproc_if_token2, [284967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13527), 1, + ACTIONS(13556), 1, anon_sym_RPAREN, [284974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13529), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_PIPE_PIPE, [284981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8898), 1, - anon_sym_SEMI, + ACTIONS(13558), 1, + anon_sym_LPAREN2, [284988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13531), 1, - anon_sym_RPAREN, + ACTIONS(13560), 1, + sym_raw_string_delimiter, [284995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13533), 1, - sym_raw_string_delimiter, + ACTIONS(13562), 1, + sym_identifier, [285002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8657), 1, - anon_sym_RBRACE, + ACTIONS(13564), 1, + sym_auto, [285009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13535), 1, - anon_sym_DQUOTE, + ACTIONS(13566), 1, + anon_sym_RPAREN, [285016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13537), 1, + ACTIONS(13568), 1, anon_sym_RPAREN, [285023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13539), 1, - anon_sym_RPAREN, + ACTIONS(8730), 1, + anon_sym_RBRACE, [285030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8724), 1, - anon_sym_RPAREN, + ACTIONS(13570), 1, + anon_sym_LPAREN2, [285037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13541), 1, - anon_sym_LPAREN2, + ACTIONS(13572), 1, + sym_raw_string_content, [285044] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13017), 1, - anon_sym_RBRACE, + ACTIONS(9041), 1, + anon_sym_RPAREN, [285051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13543), 1, + ACTIONS(13574), 1, anon_sym_RPAREN, [285058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13545), 1, - anon_sym_RPAREN, + ACTIONS(13576), 1, + anon_sym_SEMI, [285065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13547), 1, - sym_identifier, + ACTIONS(13578), 1, + sym_raw_string_delimiter, [285072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13549), 1, - sym_raw_string_delimiter, + ACTIONS(13580), 1, + aux_sym_preproc_if_token2, [285079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13551), 1, - anon_sym_RPAREN, + ACTIONS(10739), 1, + anon_sym_RBRACE, [285086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13553), 1, - anon_sym_RPAREN, + ACTIONS(13073), 1, + anon_sym_AMP_AMP, [285093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11189), 1, + ACTIONS(12114), 1, anon_sym_SEMI, [285100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13555), 1, - anon_sym_SEMI, + ACTIONS(13582), 1, + anon_sym_LPAREN2, [285107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13557), 1, - anon_sym_LPAREN2, + ACTIONS(13584), 1, + anon_sym_RPAREN, [285114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13559), 1, - anon_sym_RPAREN, + ACTIONS(13586), 1, + sym_raw_string_delimiter, [285121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13561), 1, - sym_raw_string_delimiter, + ACTIONS(13588), 1, + anon_sym_RPAREN, [285128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13563), 1, - anon_sym_RPAREN, + ACTIONS(13590), 1, + anon_sym_SEMI, [285135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13003), 1, - anon_sym_RBRACE, + ACTIONS(13592), 1, + anon_sym_RPAREN, [285142] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13565), 1, - anon_sym_RPAREN, + ACTIONS(13594), 1, + sym_raw_string_delimiter, [285149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13567), 1, - sym_raw_string_delimiter, + ACTIONS(13596), 1, + anon_sym_RPAREN, [285156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9091), 1, + ACTIONS(13598), 1, anon_sym_RPAREN, [285163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13569), 1, - anon_sym_SEMI, + ACTIONS(13600), 1, + anon_sym_RPAREN, [285170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13571), 1, - anon_sym_RPAREN, + ACTIONS(13602), 1, + sym_raw_string_delimiter, [285177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13573), 1, - sym_raw_string_delimiter, + ACTIONS(13604), 1, + anon_sym_RPAREN, [285184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13575), 1, - anon_sym_RPAREN, + ACTIONS(13606), 1, + sym_raw_string_delimiter, [285191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13577), 1, - sym_raw_string_delimiter, + ACTIONS(13608), 1, + anon_sym_RPAREN, [285198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13579), 1, - anon_sym_RPAREN, + ACTIONS(13610), 1, + sym_raw_string_delimiter, [285205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13581), 1, - sym_raw_string_delimiter, + ACTIONS(13612), 1, + anon_sym_RPAREN, [285212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13583), 1, - anon_sym_RPAREN, + ACTIONS(13614), 1, + sym_raw_string_delimiter, [285219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13585), 1, - sym_raw_string_delimiter, + ACTIONS(13616), 1, + anon_sym_RPAREN, [285226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13587), 1, - anon_sym_RPAREN, + ACTIONS(13618), 1, + sym_raw_string_delimiter, [285233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13589), 1, - sym_raw_string_delimiter, + ACTIONS(13620), 1, + anon_sym_RPAREN, [285240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13591), 1, - anon_sym_RPAREN, + ACTIONS(13622), 1, + sym_raw_string_delimiter, [285247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13593), 1, - sym_raw_string_delimiter, + ACTIONS(13624), 1, + anon_sym_COLON, [285254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10755), 1, - anon_sym_RBRACE, + ACTIONS(13073), 1, + anon_sym_PIPE, [285261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10796), 1, - anon_sym_RBRACE, + ACTIONS(13626), 1, + sym_identifier, [285268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_RPAREN, + ACTIONS(13628), 1, + anon_sym_LPAREN2, [285275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13595), 1, - anon_sym_LPAREN2, + ACTIONS(13630), 1, + anon_sym_SEMI, [285282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13597), 1, - anon_sym_RPAREN, + ACTIONS(13632), 1, + anon_sym_LPAREN2, [285289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13599), 1, + ACTIONS(13634), 1, anon_sym_LPAREN2, [285296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13601), 1, + ACTIONS(13636), 1, anon_sym_LPAREN2, [285303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13603), 1, + ACTIONS(13638), 1, anon_sym_LPAREN2, [285310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13605), 1, - anon_sym_SEMI, + ACTIONS(13640), 1, + anon_sym_RPAREN, [285317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13607), 1, - anon_sym_SEMI, + ACTIONS(13642), 1, + anon_sym_LPAREN2, [285324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13609), 1, - anon_sym_LPAREN2, + ACTIONS(11823), 1, + anon_sym_SEMI, [285331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13611), 1, - anon_sym_SEMI, + ACTIONS(13644), 1, + anon_sym_LPAREN2, [285338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13613), 1, - anon_sym_LPAREN2, + ACTIONS(13646), 1, + anon_sym_SEMI, [285345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11253), 1, - anon_sym_EQ, + ACTIONS(13648), 1, + anon_sym_SEMI, [285352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13615), 1, - anon_sym_STAR, + ACTIONS(13650), 1, + anon_sym_SEMI, [285359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13617), 1, - anon_sym_COLON, + ACTIONS(13652), 1, + anon_sym_RPAREN, [285366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13619), 1, - anon_sym_RPAREN, + ACTIONS(13654), 1, + anon_sym_LPAREN2, [285373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13621), 1, - anon_sym_RPAREN, + ACTIONS(8844), 1, + anon_sym_COLON, [285380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13623), 1, - anon_sym_SEMI, + ACTIONS(13656), 1, + anon_sym_STAR, [285387] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11132), 1, - anon_sym_SEMI, + ACTIONS(13658), 1, + aux_sym_preproc_include_token2, [285394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13625), 1, - anon_sym_STAR, + ACTIONS(13660), 1, + anon_sym_RPAREN, [285401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11548), 1, - anon_sym_COLON, + ACTIONS(13662), 1, + sym_identifier, [285408] = 2, - ACTIONS(5676), 1, - aux_sym_preproc_include_token2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, + ACTIONS(13664), 1, + anon_sym_DQUOTE, [285415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13627), 1, - anon_sym_SEMI, + ACTIONS(13666), 1, + anon_sym_RPAREN, [285422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13629), 1, - sym_identifier, + ACTIONS(13668), 1, + anon_sym_RPAREN, [285429] = 2, - ACTIONS(3), 1, + ACTIONS(5673), 1, + aux_sym_preproc_include_token2, + ACTIONS(9919), 1, sym_comment, - ACTIONS(11156), 1, - anon_sym_SEMI, [285436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7805), 1, - sym_identifier, + ACTIONS(13670), 1, + anon_sym_while, [285443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13631), 1, - anon_sym_while, + ACTIONS(13672), 1, + sym_identifier, [285450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13633), 1, - anon_sym_SEMI, + ACTIONS(13674), 1, + anon_sym_LPAREN2, [285457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13635), 1, - anon_sym_LPAREN2, + ACTIONS(13676), 1, + anon_sym_RPAREN, [285464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8896), 1, - anon_sym_SEMI, + ACTIONS(13678), 1, + anon_sym_RPAREN, [285471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13637), 1, - anon_sym_SEMI, + ACTIONS(13680), 1, + anon_sym_RPAREN, [285478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10745), 1, + ACTIONS(8704), 1, anon_sym_RBRACE, [285485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13639), 1, - anon_sym_SEMI, + ACTIONS(13682), 1, + anon_sym_EQ, [285492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13641), 1, - anon_sym_EQ, + ACTIONS(13684), 1, + sym_raw_string_content, [285499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13643), 1, - sym_raw_string_content, + ACTIONS(8872), 1, + anon_sym_RPAREN, [285506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8889), 1, - anon_sym_SEMI, + ACTIONS(13686), 1, + anon_sym_RPAREN, [285513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13645), 1, - sym_identifier, + ACTIONS(13688), 1, + anon_sym_SEMI, [285520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13647), 1, - anon_sym_RPAREN, + ACTIONS(13690), 1, + anon_sym_STAR, [285527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13649), 1, - anon_sym_STAR, + ACTIONS(4456), 1, + anon_sym_DOT_DOT_DOT, [285534] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13651), 1, + ACTIONS(13692), 1, anon_sym_RPAREN, [285541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13653), 1, - anon_sym_SEMI, + ACTIONS(13694), 1, + anon_sym_RPAREN, [285548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8904), 1, - anon_sym_SEMI, + ACTIONS(13696), 1, + anon_sym_DQUOTE, [285555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9011), 1, + ACTIONS(13698), 1, anon_sym_RPAREN, [285562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13655), 1, - sym_auto, + ACTIONS(13700), 1, + aux_sym_preproc_if_token2, [285569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8793), 1, - anon_sym_COLON, + ACTIONS(13702), 1, + aux_sym_preproc_if_token2, [285576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13657), 1, - aux_sym_preproc_if_token2, + ACTIONS(13704), 1, + anon_sym_DQUOTE, [285583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13659), 1, - anon_sym_SEMI, + ACTIONS(13706), 1, + anon_sym_RPAREN, [285590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12993), 1, - anon_sym_RBRACE, + ACTIONS(13708), 1, + sym_identifier, [285597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13661), 1, - sym_identifier, + ACTIONS(13710), 1, + anon_sym_RPAREN, [285604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13663), 1, - anon_sym_RPAREN, + ACTIONS(13712), 1, + anon_sym_COMMA, [285611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13665), 1, - anon_sym_COMMA, + ACTIONS(13714), 1, + sym_auto, [285618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13667), 1, - sym_identifier, + ACTIONS(8694), 1, + anon_sym_RPAREN, [285625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13669), 1, - anon_sym_RPAREN, + ACTIONS(13716), 1, + anon_sym_LPAREN2, [285632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13671), 1, - anon_sym_RPAREN, + ACTIONS(13718), 1, + anon_sym_SEMI, [285639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13673), 1, - anon_sym_RPAREN, + ACTIONS(8902), 1, + anon_sym_COLON, [285646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8885), 1, - anon_sym_COLON, + ACTIONS(13720), 1, + sym_identifier, [285653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13675), 1, - anon_sym_RPAREN, + ACTIONS(11861), 1, + anon_sym_SEMI, [285660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13677), 1, + ACTIONS(13722), 1, anon_sym_SEMI, [285667] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13679), 1, - aux_sym_preproc_include_token2, + ACTIONS(11203), 1, + anon_sym_SEMI, [285674] = 2, - ACTIONS(5668), 1, - aux_sym_preproc_include_token2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, + ACTIONS(13724), 1, + sym_identifier, [285681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13681), 1, - aux_sym_preproc_if_token2, + ACTIONS(13726), 1, + anon_sym_SEMI, [285688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13683), 1, - sym_identifier, + ACTIONS(13728), 1, + anon_sym_LPAREN2, [285695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13685), 1, - anon_sym_SEMI, + ACTIONS(13730), 1, + anon_sym_RPAREN, [285702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13687), 1, - anon_sym_RPAREN, + ACTIONS(13732), 1, + aux_sym_preproc_if_token2, [285709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8875), 1, - anon_sym_SEMI, + ACTIONS(13734), 1, + aux_sym_preproc_if_token2, [285716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13689), 1, - anon_sym_SEMI, + ACTIONS(8914), 1, + anon_sym_COLON, [285723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13691), 1, - anon_sym_SEMI, + ACTIONS(13736), 1, + anon_sym_RPAREN, [285730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13693), 1, - anon_sym_RPAREN, + ACTIONS(13738), 1, + anon_sym_SEMI, [285737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13695), 1, + ACTIONS(11653), 1, anon_sym_SEMI, [285744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13697), 1, + ACTIONS(13740), 1, sym_identifier, [285751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13699), 1, + ACTIONS(13742), 1, anon_sym_SEMI, [285758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13701), 1, + ACTIONS(13744), 1, anon_sym_COLON, [285765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13703), 1, + ACTIONS(8904), 1, anon_sym_COLON, [285772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8829), 1, - anon_sym_COLON, + ACTIONS(13746), 1, + anon_sym_SEMI, [285779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13705), 1, - anon_sym_RPAREN, + ACTIONS(13748), 1, + anon_sym_SEMI, [285786] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13707), 1, - anon_sym_RPAREN, + ACTIONS(13750), 1, + aux_sym_preproc_include_token2, [285793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13709), 1, - anon_sym_DQUOTE, + ACTIONS(13752), 1, + anon_sym_SEMI, [285800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13711), 1, - anon_sym_RPAREN, + ACTIONS(13754), 1, + sym_identifier, [285807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13713), 1, + ACTIONS(13756), 1, anon_sym_SEMI, [285814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13715), 1, + ACTIONS(13758), 1, anon_sym_SEMI, [285821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13717), 1, - anon_sym_RPAREN, + ACTIONS(8846), 1, + anon_sym_SEMI, [285828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13719), 1, - anon_sym_DQUOTE, + ACTIONS(13760), 1, + sym_auto, [285835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13721), 1, + ACTIONS(13762), 1, anon_sym_SEMI, [285842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13723), 1, - sym_identifier, + ACTIONS(13764), 1, + anon_sym_RPAREN, [285849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6797), 1, + ACTIONS(13766), 1, anon_sym_SEMI, [285856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13725), 1, - anon_sym_RPAREN, + ACTIONS(4461), 1, + anon_sym_DOT_DOT_DOT, [285863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13727), 1, - anon_sym_DQUOTE, + ACTIONS(13768), 1, + anon_sym_RPAREN, [285870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13729), 1, - aux_sym_preproc_if_token2, + ACTIONS(8912), 1, + anon_sym_COLON, [285877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9081), 1, - anon_sym_RPAREN, + ACTIONS(13770), 1, + anon_sym_SEMI, [285884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_STAR_EQ, + ACTIONS(4464), 1, + anon_sym_DOT_DOT_DOT, [285891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13731), 1, + ACTIONS(13772), 1, anon_sym_SEMI, [285898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13733), 1, - anon_sym_SEMI, + ACTIONS(9071), 1, + anon_sym_RPAREN, [285905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13735), 1, - anon_sym_SEMI, + ACTIONS(13774), 1, + anon_sym_RPAREN, [285912] = 2, ACTIONS(3), 1, sym_comment, @@ -527678,1738 +527678,1738 @@ static const uint16_t ts_small_parse_table[] = { [285919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13737), 1, - sym_auto, + ACTIONS(4467), 1, + anon_sym_DOT_DOT_DOT, [285926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13739), 1, - anon_sym_RPAREN, + ACTIONS(13776), 1, + anon_sym_SEMI, [285933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13741), 1, + ACTIONS(13778), 1, anon_sym_SEMI, [285940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13743), 1, - anon_sym_LBRACE, + ACTIONS(13780), 1, + anon_sym_RPAREN, [285947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13745), 1, + ACTIONS(13782), 1, anon_sym_SEMI, [285954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12977), 1, - anon_sym_RBRACE, + ACTIONS(8848), 1, + anon_sym_COLON, [285961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13747), 1, - sym_raw_string_delimiter, + ACTIONS(13784), 1, + anon_sym_RPAREN, [285968] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13749), 1, + ACTIONS(13786), 1, anon_sym_RPAREN, [285975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13751), 1, - anon_sym_RPAREN, + ACTIONS(6787), 1, + anon_sym_SEMI, [285982] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13753), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(13788), 1, + aux_sym_preproc_include_token2, [285989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13755), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(13790), 1, + anon_sym_COLON, [285996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13758), 1, + ACTIONS(9097), 1, anon_sym_RPAREN, [286003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7253), 1, + ACTIONS(13792), 1, anon_sym_RPAREN, [286010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13760), 1, - aux_sym_preproc_if_token2, + ACTIONS(13794), 1, + anon_sym_COMMA, [286017] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13762), 1, - aux_sym_preproc_include_token2, + ACTIONS(13796), 1, + anon_sym_LPAREN2, [286024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13764), 1, - anon_sym_RPAREN, + ACTIONS(13798), 1, + anon_sym_SEMI, [286031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8855), 1, - anon_sym_COLON, + ACTIONS(11776), 1, + anon_sym_SEMI, [286038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13766), 1, - sym_auto, + ACTIONS(8870), 1, + anon_sym_SEMI, [286045] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9099), 1, + ACTIONS(13800), 1, anon_sym_RPAREN, [286052] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13768), 1, - aux_sym_preproc_if_token2, + ACTIONS(13802), 1, + aux_sym_preproc_include_token2, [286059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13770), 1, + ACTIONS(8906), 1, anon_sym_SEMI, [286066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13772), 1, - anon_sym_SEMI, + ACTIONS(13804), 1, + aux_sym_preproc_if_token2, [286073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4606), 1, + ACTIONS(13806), 1, anon_sym_SEMI, [286080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13774), 1, + ACTIONS(10281), 1, sym_identifier, [286087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13776), 1, + ACTIONS(8868), 1, anon_sym_SEMI, [286094] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13083), 1, - anon_sym_EQ, + ACTIONS(10112), 1, + aux_sym_preproc_include_token2, [286101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13778), 1, - anon_sym_RPAREN, + ACTIONS(6754), 1, + anon_sym_SEMI, [286108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12003), 1, + ACTIONS(13808), 1, anon_sym_SEMI, [286115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13780), 1, - anon_sym_RPAREN, + ACTIONS(4691), 1, + anon_sym_SEMI, [286122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13782), 1, - anon_sym_RPAREN, + ACTIONS(13810), 1, + anon_sym_SEMI, [286129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13784), 1, - anon_sym_RPAREN, + ACTIONS(13812), 1, + sym_identifier, [286136] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13786), 1, - anon_sym_RPAREN, + ACTIONS(13814), 1, + sym_auto, [286143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13788), 1, - anon_sym_DQUOTE, + ACTIONS(13816), 1, + anon_sym_SEMI, [286150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13790), 1, - anon_sym_RPAREN, + ACTIONS(8842), 1, + anon_sym_COLON, [286157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13792), 1, - anon_sym_SEMI, + ACTIONS(13818), 1, + sym_identifier, [286164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13794), 1, - anon_sym_SEMI, + ACTIONS(13820), 1, + sym_raw_string_content, [286171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8714), 1, - anon_sym_RBRACE, + ACTIONS(13073), 1, + anon_sym_CARET, [286178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13796), 1, + ACTIONS(13822), 1, anon_sym_RPAREN, [286185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13798), 1, - sym_identifier, + ACTIONS(13824), 1, + anon_sym_RPAREN, [286192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13800), 1, - anon_sym_RPAREN, + ACTIONS(13826), 1, + anon_sym_SEMI, [286199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13802), 1, - anon_sym_RPAREN, + ACTIONS(4492), 1, + anon_sym_DOT_DOT_DOT, [286206] = 2, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(13804), 1, - aux_sym_preproc_include_token2, - [286213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13806), 1, + ACTIONS(13828), 1, anon_sym_SEMI, - [286220] = 2, - ACTIONS(9954), 1, + [286213] = 2, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10074), 1, + ACTIONS(13830), 1, aux_sym_preproc_include_token2, + [286220] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4484), 1, + anon_sym_DOT_DOT_DOT, [286227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6270), 1, - sym_identifier, + ACTIONS(13832), 1, + anon_sym_RPAREN, [286234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13808), 1, - anon_sym_SEMI, + ACTIONS(4497), 1, + anon_sym_DOT_DOT_DOT, [286241] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13810), 1, - sym_identifier, + ACTIONS(4487), 1, + anon_sym_DOT_DOT_DOT, [286248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13812), 1, - sym_auto, + ACTIONS(13073), 1, + anon_sym_AMP, [286255] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(10800), 1, - anon_sym_RBRACE, + ACTIONS(13834), 1, + aux_sym_preproc_include_token2, [286262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13814), 1, - anon_sym_SEMI, + ACTIONS(12935), 1, + anon_sym_RBRACE, [286269] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13816), 1, - anon_sym_STAR, + ACTIONS(13836), 1, + aux_sym_preproc_include_token2, [286276] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9067), 1, - anon_sym_RPAREN, + ACTIONS(13838), 1, + anon_sym_SEMI, [286283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13818), 1, - anon_sym_SEMI, + ACTIONS(13840), 1, + anon_sym_RPAREN, [286290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13820), 1, - anon_sym_RPAREN, + ACTIONS(12893), 1, + anon_sym_RBRACE, [286297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8809), 1, - anon_sym_COLON, + ACTIONS(13842), 1, + anon_sym_RPAREN, [286304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12961), 1, - anon_sym_RBRACE, + ACTIONS(13073), 1, + anon_sym_EQ_EQ, [286311] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(12140), 1, - aux_sym_preproc_include_token2, + ACTIONS(13844), 1, + anon_sym_SEMI, [286318] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13822), 1, - aux_sym_preproc_if_token2, + ACTIONS(13846), 1, + anon_sym_SEMI, [286325] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13824), 1, - anon_sym_DQUOTE, + ACTIONS(13848), 1, + anon_sym_SEMI, [286332] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13826), 1, - aux_sym_preproc_include_token2, + ACTIONS(8559), 1, + anon_sym_RBRACE, [286339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13828), 1, - anon_sym_STAR, + ACTIONS(13850), 1, + anon_sym_SEMI, [286346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13830), 1, - anon_sym_DQUOTE, + ACTIONS(13852), 1, + anon_sym_SEMI, [286353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13832), 1, - anon_sym_LPAREN2, + ACTIONS(13854), 1, + anon_sym_SEMI, [286360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9109), 1, - anon_sym_RPAREN, + ACTIONS(13856), 1, + anon_sym_SEMI, [286367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13834), 1, - sym_identifier, + ACTIONS(13858), 1, + anon_sym_SEMI, [286374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11170), 1, - anon_sym_SEMI, + ACTIONS(13860), 1, + anon_sym_DQUOTE, [286381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8841), 1, + ACTIONS(9093), 1, anon_sym_RPAREN, [286388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7230), 1, - anon_sym_RPAREN, + ACTIONS(13862), 1, + aux_sym_preproc_if_token2, [286395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13836), 1, - anon_sym_LPAREN2, + ACTIONS(13864), 1, + anon_sym_RPAREN, [286402] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13838), 1, + ACTIONS(13866), 1, anon_sym_SEMI, [286409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13840), 1, - anon_sym_DQUOTE, + ACTIONS(13868), 1, + anon_sym_SEMI, [286416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8803), 1, - anon_sym_SEMI, + ACTIONS(10804), 1, + anon_sym_RBRACE, [286423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13842), 1, - anon_sym_DQUOTE, + ACTIONS(8850), 1, + anon_sym_SEMI, [286430] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13844), 1, - anon_sym_COLON, + ACTIONS(13870), 1, + aux_sym_preproc_include_token2, [286437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8825), 1, - anon_sym_SEMI, + ACTIONS(13872), 1, + anon_sym_DQUOTE, [286444] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13846), 1, - anon_sym_SEMI, + ACTIONS(13073), 1, + anon_sym_BANG_EQ, [286451] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13848), 1, - anon_sym_RPAREN, + ACTIONS(6781), 1, + anon_sym_SEMI, [286458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13850), 1, - sym_identifier, + ACTIONS(13874), 1, + anon_sym_DQUOTE, [286465] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13852), 1, + ACTIONS(13876), 1, anon_sym_SEMI, [286472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8845), 1, - anon_sym_SEMI, + ACTIONS(13878), 1, + aux_sym_preproc_if_token2, [286479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13854), 1, - anon_sym_RPAREN, + ACTIONS(13880), 1, + sym_identifier, [286486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9113), 1, - anon_sym_RPAREN, + ACTIONS(13882), 1, + anon_sym_SEMI, [286493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13856), 1, - anon_sym_RPAREN, + ACTIONS(13884), 1, + aux_sym_preproc_if_token2, [286500] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13858), 1, - anon_sym_RPAREN, + ACTIONS(13886), 1, + sym_identifier, [286507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13860), 1, + ACTIONS(13888), 1, anon_sym_RPAREN, [286514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13862), 1, - anon_sym_RPAREN, + ACTIONS(13890), 1, + anon_sym_SEMI, [286521] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13864), 1, - anon_sym_DQUOTE, + ACTIONS(13892), 1, + anon_sym_RPAREN, [286528] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13866), 1, - aux_sym_preproc_include_token2, + ACTIONS(13894), 1, + anon_sym_COLON, [286535] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(12225), 1, - aux_sym_preproc_include_token2, + ACTIONS(13896), 1, + anon_sym_DQUOTE, [286542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13868), 1, - anon_sym_DQUOTE, + ACTIONS(13898), 1, + anon_sym_LPAREN2, [286549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8819), 1, - anon_sym_SEMI, + ACTIONS(13900), 1, + anon_sym_EQ, [286556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8821), 1, - anon_sym_RPAREN, + ACTIONS(13902), 1, + aux_sym_preproc_if_token2, [286563] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(13870), 1, - aux_sym_preproc_include_token2, + ACTIONS(13904), 1, + anon_sym_SEMI, [286570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13872), 1, - sym_raw_string_content, + ACTIONS(13906), 1, + anon_sym_RPAREN, [286577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13874), 1, - anon_sym_LPAREN2, + ACTIONS(13908), 1, + anon_sym_DQUOTE, [286584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13876), 1, - anon_sym_EQ, + ACTIONS(13910), 1, + anon_sym_RPAREN, [286591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11138), 1, - anon_sym_SEMI, + ACTIONS(13912), 1, + anon_sym_RPAREN, [286598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13878), 1, - anon_sym_SEMI, + ACTIONS(13914), 1, + sym_auto, [286605] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13880), 1, - anon_sym_SEMI, + ACTIONS(13916), 1, + sym_identifier, [286612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8847), 1, - anon_sym_SEMI, + ACTIONS(13918), 1, + anon_sym_RPAREN, [286619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12408), 1, - anon_sym_COLON_COLON, + ACTIONS(13920), 1, + aux_sym_preproc_if_token2, [286626] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13882), 1, - anon_sym_SEMI, + ACTIONS(13922), 1, + anon_sym_RPAREN, [286633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13884), 1, + ACTIONS(13924), 1, anon_sym_SEMI, [286640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13886), 1, - sym_identifier, + ACTIONS(13926), 1, + aux_sym_preproc_if_token2, [286647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13888), 1, - anon_sym_COLON, + ACTIONS(13928), 1, + aux_sym_preproc_if_token2, [286654] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13890), 1, - anon_sym_COLON, + ACTIONS(13930), 1, + anon_sym_SEMI, [286661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8823), 1, - anon_sym_RPAREN, + ACTIONS(13932), 1, + anon_sym_LPAREN2, [286668] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13892), 1, + ACTIONS(13934), 1, anon_sym_LPAREN2, [286675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13894), 1, + ACTIONS(13936), 1, anon_sym_LPAREN2, [286682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13896), 1, + ACTIONS(13938), 1, anon_sym_LPAREN2, [286689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13898), 1, - anon_sym_LPAREN2, + ACTIONS(13940), 1, + anon_sym_SEMI, [286696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13900), 1, - anon_sym_DQUOTE, + ACTIONS(13942), 1, + anon_sym_LPAREN2, [286703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13902), 1, - anon_sym_LPAREN2, + ACTIONS(13073), 1, + anon_sym_GT, [286710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13904), 1, - anon_sym_DQUOTE, + ACTIONS(13944), 1, + anon_sym_RPAREN, [286717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13906), 1, - anon_sym_RPAREN, + ACTIONS(13946), 1, + anon_sym_LPAREN2, [286724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13908), 1, - anon_sym_SEMI, + ACTIONS(13948), 1, + aux_sym_preproc_if_token2, [286731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10305), 1, - sym_identifier, + ACTIONS(13950), 1, + anon_sym_LPAREN2, [286738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13910), 1, - anon_sym_SEMI, + ACTIONS(13952), 1, + anon_sym_while, [286745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13912), 1, - anon_sym_while, + ACTIONS(7403), 1, + sym_identifier, [286752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13914), 1, - anon_sym_COLON, + ACTIONS(13954), 1, + anon_sym_LPAREN2, [286759] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13916), 1, - anon_sym_LPAREN2, + ACTIONS(13956), 1, + anon_sym_STAR, [286766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13918), 1, - anon_sym_DQUOTE, + ACTIONS(13073), 1, + anon_sym_GT_EQ, [286773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13920), 1, - anon_sym_DQUOTE, + ACTIONS(13958), 1, + sym_identifier, [286780] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13922), 1, - anon_sym_while, + ACTIONS(13960), 1, + anon_sym_EQ, [286787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13924), 1, - anon_sym_EQ, + ACTIONS(13962), 1, + sym_raw_string_content, [286794] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13926), 1, - sym_raw_string_content, + ACTIONS(13964), 1, + anon_sym_RPAREN, [286801] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(12286), 1, - aux_sym_preproc_include_token2, + ACTIONS(13966), 1, + anon_sym_RPAREN, [286808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13928), 1, - anon_sym_RPAREN, + ACTIONS(13968), 1, + anon_sym_COMMA, [286815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13930), 1, - anon_sym_COMMA, + ACTIONS(13073), 1, + anon_sym_LT_EQ, [286822] = 2, - ACTIONS(9954), 1, - sym_comment, - ACTIONS(13932), 1, - aux_sym_preproc_include_token2, - [286829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11721), 1, + ACTIONS(13970), 1, anon_sym_SEMI, - [286836] = 2, + [286829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13934), 1, - anon_sym_DQUOTE, - [286843] = 2, + ACTIONS(8898), 1, + anon_sym_COLON, + [286836] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13936), 1, + ACTIONS(13972), 1, anon_sym_RPAREN, - [286850] = 2, + [286843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13938), 1, + ACTIONS(13974), 1, anon_sym_COLON, + [286850] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(13976), 1, + sym_identifier, [286857] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13940), 1, + ACTIONS(13978), 1, anon_sym_RPAREN, [286864] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13942), 1, - anon_sym_RPAREN, + ACTIONS(13980), 1, + anon_sym_LPAREN2, [286871] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13944), 1, + ACTIONS(13982), 1, anon_sym_LPAREN2, [286878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13946), 1, + ACTIONS(13984), 1, anon_sym_LPAREN2, [286885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13948), 1, - anon_sym_LPAREN2, + ACTIONS(13986), 1, + anon_sym_SEMI, [286892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13950), 1, - anon_sym_RPAREN, + ACTIONS(13988), 1, + anon_sym_LPAREN2, [286899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13952), 1, - anon_sym_LPAREN2, + ACTIONS(4472), 1, + anon_sym_DOT_DOT_DOT, [286906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13954), 1, - anon_sym_RPAREN, + ACTIONS(4477), 1, + anon_sym_DOT_DOT_DOT, [286913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13956), 1, - anon_sym_RPAREN, + ACTIONS(13990), 1, + anon_sym_while, [286920] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13958), 1, - anon_sym_while, + ACTIONS(13992), 1, + anon_sym_RPAREN, [286927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13960), 1, - sym_identifier, + ACTIONS(13994), 1, + anon_sym_LPAREN2, [286934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13962), 1, - anon_sym_LPAREN2, + ACTIONS(12414), 1, + anon_sym_RPAREN, [286941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13964), 1, + ACTIONS(13996), 1, anon_sym_RPAREN, [286948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13966), 1, - anon_sym_SEMI, + ACTIONS(13998), 1, + anon_sym_EQ, [286955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13968), 1, - anon_sym_EQ, + ACTIONS(14000), 1, + sym_raw_string_content, [286962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13970), 1, - sym_raw_string_content, + ACTIONS(14002), 1, + anon_sym_COMMA, [286969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13972), 1, - anon_sym_COMMA, + ACTIONS(14004), 1, + anon_sym_RPAREN, [286976] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13974), 1, - anon_sym_SEMI, + ACTIONS(14006), 1, + anon_sym_RPAREN, [286983] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13976), 1, + ACTIONS(14008), 1, anon_sym_RPAREN, [286990] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13978), 1, - anon_sym_SEMI, + ACTIONS(14010), 1, + anon_sym_RPAREN, [286997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13980), 1, - anon_sym_RPAREN, + ACTIONS(14012), 1, + anon_sym_COLON, [287004] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(13982), 1, - anon_sym_COLON, + ACTIONS(12741), 1, + aux_sym_preproc_include_token2, [287011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13984), 1, - anon_sym_SEMI, + ACTIONS(14014), 1, + anon_sym_LPAREN2, [287018] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13986), 1, + ACTIONS(14016), 1, anon_sym_LPAREN2, [287025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13988), 1, + ACTIONS(14018), 1, anon_sym_LPAREN2, [287032] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13990), 1, - anon_sym_LPAREN2, + ACTIONS(6801), 1, + anon_sym_SEMI, [287039] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13992), 1, - anon_sym_SEMI, + ACTIONS(14020), 1, + anon_sym_LPAREN2, [287046] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13994), 1, - anon_sym_LPAREN2, + ACTIONS(14022), 1, + anon_sym_LBRACE, [287053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13996), 1, - anon_sym_LPAREN2, + ACTIONS(14024), 1, + anon_sym_DQUOTE, [287060] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(13998), 1, - anon_sym_SEMI, + ACTIONS(14026), 1, + anon_sym_while, [287067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14000), 1, - anon_sym_while, + ACTIONS(14028), 1, + anon_sym_LPAREN2, [287074] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14002), 1, - anon_sym_LPAREN2, + ACTIONS(14030), 1, + aux_sym_preproc_include_token2, [287081] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14004), 1, - anon_sym_SEMI, + ACTIONS(13073), 1, + anon_sym_LT, [287088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8805), 1, - anon_sym_SEMI, + ACTIONS(14032), 1, + anon_sym_EQ, [287095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14006), 1, - anon_sym_EQ, + ACTIONS(14034), 1, + sym_raw_string_content, [287102] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14008), 1, - sym_raw_string_content, + ACTIONS(14036), 1, + anon_sym_COMMA, [287109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14010), 1, - anon_sym_COMMA, + ACTIONS(14038), 1, + anon_sym_COLON, [287116] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14012), 1, - aux_sym_preproc_if_token2, + ACTIONS(14040), 1, + aux_sym_preproc_include_token2, [287123] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7559), 1, - sym_identifier, + ACTIONS(8884), 1, + anon_sym_RPAREN, [287130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14014), 1, - anon_sym_SEMI, + ACTIONS(14042), 1, + anon_sym_RPAREN, [287137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14016), 1, - anon_sym_RPAREN, + ACTIONS(14044), 1, + anon_sym_COLON, [287144] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14018), 1, - anon_sym_COLON, + ACTIONS(14046), 1, + anon_sym_RPAREN, [287151] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14020), 1, - anon_sym_RPAREN, + ACTIONS(14048), 1, + anon_sym_LPAREN2, [287158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14022), 1, + ACTIONS(14050), 1, anon_sym_LPAREN2, [287165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14024), 1, + ACTIONS(14052), 1, anon_sym_LPAREN2, [287172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14026), 1, - anon_sym_LPAREN2, + ACTIONS(13073), 1, + anon_sym_LT_LT, [287179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14028), 1, - anon_sym_SEMI, + ACTIONS(14054), 1, + anon_sym_LPAREN2, [287186] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14030), 1, - anon_sym_LPAREN2, + ACTIONS(14056), 1, + anon_sym_RBRACE, [287193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14032), 1, - anon_sym_DQUOTE, + ACTIONS(14058), 1, + anon_sym_SEMI, [287200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14034), 1, - anon_sym_DQUOTE, + ACTIONS(14060), 1, + anon_sym_LPAREN2, [287207] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14036), 1, - anon_sym_LPAREN2, + ACTIONS(14062), 1, + anon_sym_RPAREN, [287214] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14038), 1, - anon_sym_SEMI, + ACTIONS(14064), 1, + anon_sym_RPAREN, [287221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14040), 1, - anon_sym_SEMI, + ACTIONS(14066), 1, + anon_sym_EQ, [287228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14042), 1, - anon_sym_EQ, + ACTIONS(14068), 1, + sym_raw_string_content, [287235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14044), 1, - sym_raw_string_content, + ACTIONS(14070), 1, + anon_sym_COMMA, [287242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14046), 1, - anon_sym_COMMA, + ACTIONS(14072), 1, + anon_sym_RPAREN, [287249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14048), 1, - aux_sym_preproc_if_token2, + ACTIONS(14074), 1, + anon_sym_RPAREN, [287256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14050), 1, - aux_sym_preproc_if_token2, + ACTIONS(14076), 1, + anon_sym_RPAREN, [287263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14052), 1, - anon_sym_SEMI, + ACTIONS(14078), 1, + anon_sym_RPAREN, [287270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14054), 1, - anon_sym_RPAREN, + ACTIONS(14080), 1, + anon_sym_COLON, [287277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14056), 1, - anon_sym_COLON, + ACTIONS(14082), 1, + anon_sym_RPAREN, [287284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14058), 1, - anon_sym_DQUOTE, + ACTIONS(14084), 1, + anon_sym_LPAREN2, [287291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14060), 1, + ACTIONS(14086), 1, anon_sym_LPAREN2, [287298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14062), 1, - anon_sym_LPAREN2, + ACTIONS(14088), 1, + anon_sym_RPAREN, [287305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14064), 1, - anon_sym_RPAREN, + ACTIONS(14090), 1, + anon_sym_LPAREN2, [287312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14066), 1, - anon_sym_LPAREN2, + ACTIONS(14092), 1, + anon_sym_SEMI, [287319] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14068), 1, - anon_sym_SEMI, + ACTIONS(9089), 1, + anon_sym_RPAREN, [287326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14070), 1, + ACTIONS(14094), 1, anon_sym_SEMI, [287333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6768), 1, - anon_sym_SEMI, + ACTIONS(14096), 1, + anon_sym_DQUOTE, [287340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14072), 1, - aux_sym_preproc_if_token2, + ACTIONS(14098), 1, + anon_sym_EQ, [287347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14074), 1, - anon_sym_EQ, + ACTIONS(14100), 1, + sym_raw_string_content, [287354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14076), 1, - sym_raw_string_content, + ACTIONS(14102), 1, + aux_sym_preproc_if_token2, [287361] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8833), 1, - anon_sym_SEMI, + ACTIONS(8892), 1, + anon_sym_RPAREN, [287368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 1, - anon_sym_SEMI, + ACTIONS(14104), 1, + anon_sym_RPAREN, [287375] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14078), 1, - aux_sym_preproc_if_token2, + ACTIONS(14106), 1, + anon_sym_RPAREN, [287382] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14080), 1, + ACTIONS(14108), 1, anon_sym_RPAREN, [287389] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14082), 1, - aux_sym_preproc_if_token2, + ACTIONS(14110), 1, + anon_sym_LPAREN2, [287396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14084), 1, + ACTIONS(14112), 1, anon_sym_LPAREN2, [287403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14086), 1, + ACTIONS(14114), 1, anon_sym_LPAREN2, [287410] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14088), 1, - anon_sym_LPAREN2, + ACTIONS(11153), 1, + anon_sym_SEMI, [287417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14090), 1, - anon_sym_DQUOTE, + ACTIONS(14116), 1, + sym_raw_string_content, [287424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14092), 1, - sym_raw_string_content, + ACTIONS(14118), 1, + anon_sym_LPAREN2, [287431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14094), 1, - sym_identifier, + ACTIONS(14120), 1, + anon_sym_SEMI, [287438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14096), 1, - anon_sym_DQUOTE, + ACTIONS(14122), 1, + anon_sym_RPAREN, [287445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14098), 1, + ACTIONS(14124), 1, anon_sym_RPAREN, [287452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10747), 1, - anon_sym_RBRACE, + ACTIONS(14126), 1, + anon_sym_LPAREN2, [287459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14100), 1, + ACTIONS(14128), 1, anon_sym_LPAREN2, [287466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14102), 1, + ACTIONS(14130), 1, anon_sym_LPAREN2, [287473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14104), 1, - anon_sym_LPAREN2, + ACTIONS(14132), 1, + anon_sym_RPAREN, [287480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14106), 1, - anon_sym_SEMI, + ACTIONS(14134), 1, + sym_raw_string_content, [287487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14108), 1, - sym_raw_string_content, + ACTIONS(14136), 1, + sym_identifier, [287494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14110), 1, - anon_sym_SEMI, + ACTIONS(14138), 1, + anon_sym_RPAREN, [287501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14112), 1, - anon_sym_RPAREN, + ACTIONS(14140), 1, + anon_sym_LPAREN2, [287508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14114), 1, + ACTIONS(14142), 1, anon_sym_LPAREN2, [287515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14116), 1, + ACTIONS(14144), 1, anon_sym_LPAREN2, [287522] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14118), 1, - anon_sym_LPAREN2, + ACTIONS(14146), 1, + sym_raw_string_content, [287529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14120), 1, - sym_raw_string_content, + ACTIONS(14148), 1, + anon_sym_RPAREN, [287536] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14122), 1, - anon_sym_RPAREN, + ACTIONS(14150), 1, + anon_sym_LPAREN2, [287543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14124), 1, - anon_sym_LPAREN2, + ACTIONS(14152), 1, + sym_raw_string_content, [287550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14126), 1, - sym_raw_string_content, + ACTIONS(14154), 1, + anon_sym_RPAREN, [287557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14128), 1, - anon_sym_RPAREN, + ACTIONS(14156), 1, + anon_sym_LPAREN2, [287564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14130), 1, - anon_sym_LPAREN2, + ACTIONS(14158), 1, + sym_raw_string_content, [287571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14132), 1, - sym_raw_string_content, + ACTIONS(14160), 1, + anon_sym_RPAREN, [287578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14134), 1, - anon_sym_RPAREN, + ACTIONS(14162), 1, + sym_raw_string_content, [287585] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14136), 1, - sym_raw_string_content, + ACTIONS(14164), 1, + anon_sym_RPAREN, [287592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14138), 1, - anon_sym_RPAREN, + ACTIONS(14166), 1, + sym_raw_string_content, [287599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14140), 1, - sym_raw_string_content, + ACTIONS(14168), 1, + anon_sym_RPAREN, [287606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14142), 1, - anon_sym_RPAREN, + ACTIONS(14170), 1, + sym_raw_string_content, [287613] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14144), 1, - sym_raw_string_content, + ACTIONS(14172), 1, + anon_sym_RPAREN, [287620] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14146), 1, - anon_sym_RPAREN, + ACTIONS(14174), 1, + sym_raw_string_content, [287627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14148), 1, - sym_raw_string_content, + ACTIONS(14176), 1, + anon_sym_RPAREN, [287634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14150), 1, - anon_sym_RPAREN, + ACTIONS(14178), 1, + sym_raw_string_content, [287641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14152), 1, - sym_raw_string_content, + ACTIONS(14180), 1, + anon_sym_RPAREN, [287648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14154), 1, + ACTIONS(14182), 1, anon_sym_RPAREN, [287655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12891), 1, - anon_sym_COMMA, + ACTIONS(14184), 1, + anon_sym_RPAREN, [287662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14156), 1, - anon_sym_RPAREN, + ACTIONS(14186), 1, + anon_sym_LPAREN2, [287669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14158), 1, + ACTIONS(14188), 1, anon_sym_LPAREN2, [287676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14160), 1, - anon_sym_LPAREN2, + ACTIONS(14190), 1, + sym_identifier, [287683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14162), 1, + ACTIONS(14192), 1, sym_identifier, [287690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14164), 1, - sym_identifier, + ACTIONS(14194), 1, + anon_sym_RPAREN, [287697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14166), 1, - anon_sym_DQUOTE, + ACTIONS(14196), 1, + sym_identifier, [287704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14168), 1, - anon_sym_DQUOTE, + ACTIONS(9081), 1, + anon_sym_RPAREN, [287711] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8873), 1, - anon_sym_SEMI, + ACTIONS(14198), 1, + sym_identifier, [287718] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14170), 1, + ACTIONS(14200), 1, anon_sym_RPAREN, [287725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14172), 1, - sym_identifier, + ACTIONS(10778), 1, + anon_sym_RBRACE, [287732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14174), 1, - anon_sym_SEMI, + ACTIONS(8959), 1, + anon_sym_RPAREN, [287739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14176), 1, - sym_this, + ACTIONS(14202), 1, + sym_raw_string_delimiter, [287746] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14178), 1, - sym_identifier, + ACTIONS(9007), 1, + anon_sym_RPAREN, [287753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8515), 1, - anon_sym_SEMI, + ACTIONS(14204), 1, + anon_sym_STAR, [287760] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14180), 1, - anon_sym_SEMI, + ACTIONS(14206), 1, + anon_sym_COLON, [287767] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14182), 1, - sym_identifier, + ACTIONS(14208), 1, + anon_sym_RPAREN, [287774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14184), 1, - anon_sym_SEMI, + ACTIONS(14210), 1, + anon_sym_DQUOTE, [287781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14186), 1, - aux_sym_preproc_if_token2, + ACTIONS(14212), 1, + anon_sym_RPAREN, [287788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14188), 1, - aux_sym_preproc_if_token2, + ACTIONS(14214), 1, + sym_identifier, [287795] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14190), 1, - sym_identifier, + ACTIONS(14216), 1, + sym_raw_string_content, [287802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14192), 1, - sym_raw_string_content, + ACTIONS(14218), 1, + sym_auto, [287809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14194), 1, - sym_identifier, + ACTIONS(8910), 1, + anon_sym_RPAREN, [287816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14196), 1, - anon_sym_STAR, + ACTIONS(14220), 1, + anon_sym_SEMI, [287823] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14198), 1, - sym_identifier, + ACTIONS(12081), 1, + aux_sym_preproc_include_token2, [287830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14200), 1, - anon_sym_COLON, + ACTIONS(14222), 1, + sym_identifier, [287837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14202), 1, - anon_sym_SEMI, + ACTIONS(14224), 1, + anon_sym_RPAREN, [287844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14204), 1, - sym_identifier, + ACTIONS(14226), 1, + anon_sym_SEMI, [287851] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14206), 1, + ACTIONS(14228), 1, anon_sym_SEMI, [287858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14208), 1, - anon_sym_SEMI, + ACTIONS(8832), 1, + anon_sym_COLON, [287865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(12917), 1, - anon_sym_RBRACE, + ACTIONS(14230), 1, + anon_sym_EQ, [287872] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14210), 1, - sym_raw_string_delimiter, + ACTIONS(13073), 1, + anon_sym_GT_GT, [287879] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14212), 1, - anon_sym_RPAREN, + ACTIONS(14232), 1, + aux_sym_preproc_include_token2, [287886] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14214), 1, - sym_identifier, + ACTIONS(14234), 1, + sym_auto, [287893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14216), 1, - sym_identifier, + ACTIONS(8894), 1, + anon_sym_RPAREN, [287900] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14218), 1, - anon_sym_STAR, + ACTIONS(8864), 1, + anon_sym_COLON, [287907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14220), 1, - aux_sym_preproc_if_token2, + ACTIONS(8862), 1, + anon_sym_SEMI, [287914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14222), 1, - anon_sym_LPAREN2, + ACTIONS(14236), 1, + sym_auto, [287921] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14224), 1, - aux_sym_preproc_if_token2, + ACTIONS(9053), 1, + anon_sym_RPAREN, [287928] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14226), 1, - anon_sym_RPAREN, + ACTIONS(14238), 1, + aux_sym_preproc_if_token2, [287935] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(14228), 1, - aux_sym_preproc_include_token2, + ACTIONS(14240), 1, + anon_sym_LBRACE, [287942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14230), 1, - anon_sym_RPAREN, + ACTIONS(14242), 1, + anon_sym_STAR, [287949] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14232), 1, + ACTIONS(14244), 1, anon_sym_RPAREN, [287956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14234), 1, - anon_sym_RPAREN, + ACTIONS(14246), 1, + sym_identifier, [287963] = 2, - ACTIONS(9954), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14236), 1, + ACTIONS(9958), 1, aux_sym_preproc_include_token2, [287970] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14238), 1, - aux_sym_preproc_if_token2, + ACTIONS(14248), 1, + anon_sym_RPAREN, [287977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14240), 1, - anon_sym_RPAREN, + ACTIONS(8834), 1, + anon_sym_SEMI, [287984] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7128), 1, - anon_sym_RPAREN, + ACTIONS(14250), 1, + aux_sym_preproc_if_token2, [287991] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14242), 1, - sym_identifier, + ACTIONS(12821), 1, + anon_sym_RBRACE, [287998] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8867), 1, - anon_sym_COLON, + ACTIONS(10806), 1, + anon_sym_RBRACE, [288005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14244), 1, - sym_auto, + ACTIONS(14252), 1, + anon_sym_SEMI, [288012] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14246), 1, - aux_sym_preproc_if_token2, + ACTIONS(14254), 1, + anon_sym_RPAREN, [288019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14248), 1, - anon_sym_RPAREN, + ACTIONS(8882), 1, + anon_sym_COLON, [288026] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8839), 1, - anon_sym_COLON, + ACTIONS(13073), 1, + anon_sym_EQ, [288033] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14250), 1, - anon_sym_RPAREN, + ACTIONS(10790), 1, + anon_sym_RBRACE, [288040] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14252), 1, + ACTIONS(14256), 1, anon_sym_SEMI, [288047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14254), 1, - anon_sym_SEMI, + ACTIONS(14258), 1, + anon_sym_DQUOTE, [288054] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14256), 1, + ACTIONS(14260), 1, anon_sym_RPAREN, [288061] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14258), 1, - sym_identifier, + ACTIONS(14262), 1, + aux_sym_preproc_if_token2, [288068] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14260), 1, - anon_sym_STAR, + ACTIONS(14264), 1, + anon_sym_LPAREN2, [288075] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(11652), 1, - anon_sym_SEMI, + ACTIONS(14266), 1, + anon_sym_RBRACE, [288082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14262), 1, - anon_sym_RPAREN, + ACTIONS(12999), 1, + anon_sym_RBRACE, [288089] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(12725), 1, - aux_sym_preproc_include_token2, + ACTIONS(14268), 1, + anon_sym_SEMI, [288096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14264), 1, - anon_sym_SEMI, + ACTIONS(14270), 1, + aux_sym_preproc_if_token2, [288103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5293), 1, - anon_sym_COLON_COLON, + ACTIONS(14272), 1, + anon_sym_DQUOTE, [288110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14266), 1, - anon_sym_RPAREN, + ACTIONS(14274), 1, + anon_sym_LPAREN2, [288117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14268), 1, - anon_sym_RPAREN, + ACTIONS(14276), 1, + anon_sym_LPAREN2, [288124] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, - ACTIONS(10046), 1, - aux_sym_preproc_include_token2, + ACTIONS(14278), 1, + ts_builtin_sym_end, [288131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8693), 1, - anon_sym_RBRACE, + ACTIONS(14280), 1, + aux_sym_preproc_if_token2, [288138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14270), 1, - anon_sym_RPAREN, + ACTIONS(12456), 1, + anon_sym_COLON_COLON, [288145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14272), 1, - anon_sym_RPAREN, + ACTIONS(11558), 1, + anon_sym_COLON, [288152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14274), 1, - anon_sym_STAR, + ACTIONS(11315), 1, + anon_sym_EQ, [288159] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14276), 1, - ts_builtin_sym_end, + ACTIONS(8521), 1, + anon_sym_RBRACE, [288166] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14278), 1, - anon_sym_SEMI, + ACTIONS(14282), 1, + anon_sym_RPAREN, [288173] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14280), 1, - anon_sym_LPAREN2, + ACTIONS(8814), 1, + anon_sym_SEMI, [288180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14282), 1, - anon_sym_SEMI, + ACTIONS(14284), 1, + anon_sym_COLON, [288187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14284), 1, - sym_identifier, + ACTIONS(14286), 1, + anon_sym_SEMI, [288194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14286), 1, - anon_sym_LPAREN2, + ACTIONS(14288), 1, + anon_sym_SEMI, [288201] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14288), 1, - anon_sym_COLON, + ACTIONS(14290), 1, + anon_sym_STAR, [288208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(10735), 1, - anon_sym_RBRACE, + ACTIONS(14292), 1, + sym_identifier, [288215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14290), 1, - anon_sym_RPAREN, + ACTIONS(14294), 1, + anon_sym_DQUOTE, [288222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9103), 1, - anon_sym_RPAREN, + ACTIONS(14296), 1, + anon_sym_RBRACK, [288229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14292), 1, - anon_sym_RPAREN, + ACTIONS(8900), 1, + anon_sym_COLON, [288236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8879), 1, - anon_sym_COLON, + ACTIONS(14298), 1, + sym_identifier, [288243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14294), 1, - anon_sym_LPAREN2, + ACTIONS(14300), 1, + sym_identifier, [288250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14296), 1, - anon_sym_SEMI, + ACTIONS(14302), 1, + anon_sym_LPAREN2, [288257] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14298), 1, + ACTIONS(14304), 1, anon_sym_LPAREN2, [288264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14300), 1, - anon_sym_LPAREN2, + ACTIONS(14306), 1, + sym_identifier, [288271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14302), 1, - sym_identifier, + ACTIONS(14308), 1, + anon_sym_DQUOTE, [288278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14304), 1, + ACTIONS(14310), 1, anon_sym_RPAREN, [288285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14306), 1, - anon_sym_RPAREN, + ACTIONS(14312), 1, + anon_sym_LPAREN2, [288292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14308), 1, - anon_sym_DQUOTE, + ACTIONS(10792), 1, + anon_sym_RBRACE, [288299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14310), 1, - anon_sym_LPAREN2, + ACTIONS(14314), 1, + sym_identifier, [288306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14312), 1, - sym_identifier, + ACTIONS(14316), 1, + sym_raw_string_content, [288313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14314), 1, - sym_raw_string_content, + ACTIONS(7429), 1, + sym_identifier, [288320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14316), 1, + ACTIONS(14318), 1, anon_sym_LPAREN2, [288327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14318), 1, - anon_sym_LPAREN2, + ACTIONS(14320), 1, + anon_sym_SEMI, [288334] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14320), 1, + ACTIONS(6350), 1, sym_identifier, [288341] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14322), 1, - anon_sym_SEMI, + anon_sym_LPAREN2, [288348] = 2, ACTIONS(3), 1, sym_comment, @@ -529419,397 +529419,397 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(14326), 1, - anon_sym_LPAREN2, + sym_identifier, [288362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14328), 1, - sym_identifier, + ACTIONS(9101), 1, + anon_sym_RPAREN, [288369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14330), 1, - anon_sym_LBRACE, + ACTIONS(12873), 1, + anon_sym_RBRACE, [288376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14332), 1, - anon_sym_SEMI, + ACTIONS(14328), 1, + aux_sym_preproc_if_token2, [288383] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14334), 1, - sym_identifier, + ACTIONS(14330), 1, + sym_raw_string_content, [288390] = 2, - ACTIONS(3), 1, + ACTIONS(9919), 1, sym_comment, - ACTIONS(14336), 1, - sym_raw_string_content, + ACTIONS(14332), 1, + aux_sym_preproc_include_token2, [288397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14338), 1, - anon_sym_LPAREN2, + ACTIONS(14334), 1, + anon_sym_RPAREN, [288404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8732), 1, - anon_sym_RBRACE, + ACTIONS(14336), 1, + anon_sym_RPAREN, [288411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14340), 1, - anon_sym_COLON, + ACTIONS(14338), 1, + anon_sym_LPAREN2, [288418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14342), 1, - anon_sym_LPAREN2, + ACTIONS(14340), 1, + sym_identifier, [288425] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14344), 1, - sym_identifier, + ACTIONS(12961), 1, + anon_sym_RBRACE, [288432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14346), 1, - sym_identifier, + ACTIONS(14342), 1, + anon_sym_RPAREN, [288439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4520), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14344), 1, + sym_identifier, [288446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14348), 1, - sym_identifier, + ACTIONS(14346), 1, + sym_raw_string_content, [288453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14350), 1, - sym_raw_string_content, + ACTIONS(14348), 1, + anon_sym_RPAREN, [288460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14352), 1, - aux_sym_preproc_if_token2, + ACTIONS(14350), 1, + sym_identifier, [288467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14352), 1, + anon_sym_LPAREN2, [288474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14354), 1, - anon_sym_LPAREN2, + sym_identifier, [288481] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14356), 1, - sym_identifier, + anon_sym_RBRACE, [288488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4471), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(8820), 1, + anon_sym_RPAREN, [288495] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14358), 1, - anon_sym_LPAREN2, + sym_identifier, [288502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14360), 1, - sym_identifier, + sym_raw_string_content, [288509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14362), 1, - sym_raw_string_content, + anon_sym_SEMI, [288516] = 2, - ACTIONS(9954), 1, + ACTIONS(3), 1, sym_comment, ACTIONS(14364), 1, - aux_sym_preproc_include_token2, + anon_sym_LPAREN2, [288523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14366), 1, - anon_sym_LPAREN2, + sym_identifier, [288530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14368), 1, - sym_identifier, + ACTIONS(13073), 1, + anon_sym_STAR_EQ, [288537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14368), 1, + sym_identifier, [288544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14370), 1, - sym_identifier, + sym_raw_string_content, [288551] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14372), 1, - sym_raw_string_content, + anon_sym_RPAREN, [288558] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4499), 1, - anon_sym_DOT_DOT_DOT, - [288565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14374), 1, sym_identifier, - [288572] = 2, + [288565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(14376), 1, sym_raw_string_content, + [288572] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(14378), 1, + anon_sym_RPAREN, [288579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4493), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14380), 1, + sym_raw_string_content, [288586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14378), 1, - sym_raw_string_content, + ACTIONS(14382), 1, + sym_identifier, [288593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4487), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14384), 1, + sym_raw_string_content, [288600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14380), 1, - sym_raw_string_content, + ACTIONS(14386), 1, + anon_sym_RBRACK, [288607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4484), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14388), 1, + sym_raw_string_content, [288614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14382), 1, - sym_raw_string_content, + ACTIONS(13073), 1, + anon_sym_SLASH_EQ, [288621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4451), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14390), 1, + sym_raw_string_content, [288628] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14384), 1, - sym_raw_string_content, + ACTIONS(14392), 1, + anon_sym_SEMI, [288635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14394), 1, + sym_raw_string_content, [288642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14386), 1, - sym_raw_string_content, + ACTIONS(14396), 1, + anon_sym_LPAREN2, [288649] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14398), 1, + sym_raw_string_content, [288656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14388), 1, - sym_raw_string_content, + ACTIONS(13073), 1, + anon_sym_PERCENT_EQ, [288663] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14390), 1, - sym_identifier, + ACTIONS(14400), 1, + sym_raw_string_content, [288670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14392), 1, - sym_raw_string_content, + ACTIONS(13073), 1, + anon_sym_PLUS_EQ, [288677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14394), 1, - anon_sym_RPAREN, + ACTIONS(14402), 1, + sym_raw_string_content, [288684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14396), 1, - sym_raw_string_content, + ACTIONS(14404), 1, + anon_sym_RPAREN, [288691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4481), 1, - anon_sym_DOT_DOT_DOT, + ACTIONS(14406), 1, + sym_raw_string_content, [288698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14398), 1, - sym_raw_string_content, + ACTIONS(14408), 1, + anon_sym_LPAREN2, [288705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14400), 1, + ACTIONS(14410), 1, anon_sym_LPAREN2, [288712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14402), 1, - anon_sym_LPAREN2, + ACTIONS(14412), 1, + anon_sym_SEMI, [288719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14404), 1, - sym_identifier, + ACTIONS(14414), 1, + anon_sym_LPAREN2, [288726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14406), 1, + ACTIONS(14416), 1, anon_sym_LPAREN2, [288733] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14408), 1, - anon_sym_LPAREN2, + ACTIONS(14418), 1, + sym_identifier, [288740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14410), 1, + ACTIONS(14420), 1, anon_sym_LPAREN2, [288747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14412), 1, + ACTIONS(14422), 1, anon_sym_LPAREN2, [288754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14414), 1, - anon_sym_LPAREN2, + ACTIONS(13073), 1, + anon_sym_DASH_EQ, [288761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14416), 1, - anon_sym_RPAREN, + ACTIONS(14424), 1, + anon_sym_LPAREN2, [288768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14418), 1, + ACTIONS(14426), 1, anon_sym_LPAREN2, [288775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14420), 1, - anon_sym_LPAREN2, + ACTIONS(8890), 1, + anon_sym_RPAREN, [288782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14422), 1, - anon_sym_STAR, + ACTIONS(14428), 1, + anon_sym_LPAREN2, [288789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14424), 1, + ACTIONS(14430), 1, anon_sym_LPAREN2, [288796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14426), 1, - anon_sym_LPAREN2, + ACTIONS(14432), 1, + anon_sym_SEMI, [288803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14428), 1, + ACTIONS(14434), 1, anon_sym_LPAREN2, [288810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14430), 1, + ACTIONS(14436), 1, anon_sym_LPAREN2, [288817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14432), 1, + ACTIONS(14438), 1, anon_sym_LPAREN2, [288824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14434), 1, + ACTIONS(14440), 1, anon_sym_LPAREN2, [288831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14436), 1, + ACTIONS(14442), 1, anon_sym_LPAREN2, [288838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14438), 1, + ACTIONS(14444), 1, anon_sym_LPAREN2, [288845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14440), 1, + ACTIONS(14446), 1, anon_sym_LPAREN2, [288852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14442), 1, + ACTIONS(14448), 1, anon_sym_LPAREN2, [288859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14444), 1, + ACTIONS(14450), 1, anon_sym_LPAREN2, [288866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14446), 1, + ACTIONS(14452), 1, anon_sym_LPAREN2, [288873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14448), 1, + ACTIONS(14454), 1, anon_sym_LPAREN2, [288880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14450), 1, - anon_sym_LPAREN2, + ACTIONS(14456), 1, + anon_sym_SEMI, [288887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14452), 1, - sym_identifier, + ACTIONS(13073), 1, + anon_sym_LT_LT_EQ, [288894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14454), 1, - anon_sym_RPAREN, + ACTIONS(6746), 1, + anon_sym_SEMI, [288901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(14456), 1, - sym_identifier, + ACTIONS(11161), 1, + anon_sym_SEMI, [288908] = 2, ACTIONS(3), 1, sym_comment, @@ -529819,7 +529819,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(14460), 1, - sym_identifier, + anon_sym_LPAREN2, [288922] = 2, ACTIONS(3), 1, sym_comment, @@ -529844,91 +529844,91 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(14470), 1, - anon_sym_LPAREN2, + aux_sym_preproc_if_token2, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2336)] = 0, [SMALL_STATE(2337)] = 71, - [SMALL_STATE(2338)] = 158, - [SMALL_STATE(2339)] = 233, - [SMALL_STATE(2340)] = 306, - [SMALL_STATE(2341)] = 377, - [SMALL_STATE(2342)] = 448, - [SMALL_STATE(2343)] = 519, - [SMALL_STATE(2344)] = 590, - [SMALL_STATE(2345)] = 667, - [SMALL_STATE(2346)] = 738, - [SMALL_STATE(2347)] = 817, - [SMALL_STATE(2348)] = 888, - [SMALL_STATE(2349)] = 959, - [SMALL_STATE(2350)] = 1030, - [SMALL_STATE(2351)] = 1101, - [SMALL_STATE(2352)] = 1176, - [SMALL_STATE(2353)] = 1247, - [SMALL_STATE(2354)] = 1318, - [SMALL_STATE(2355)] = 1389, - [SMALL_STATE(2356)] = 1460, - [SMALL_STATE(2357)] = 1531, - [SMALL_STATE(2358)] = 1610, - [SMALL_STATE(2359)] = 1681, - [SMALL_STATE(2360)] = 1770, - [SMALL_STATE(2361)] = 1841, - [SMALL_STATE(2362)] = 1912, - [SMALL_STATE(2363)] = 1983, - [SMALL_STATE(2364)] = 2064, - [SMALL_STATE(2365)] = 2135, - [SMALL_STATE(2366)] = 2218, - [SMALL_STATE(2367)] = 2303, - [SMALL_STATE(2368)] = 2392, - [SMALL_STATE(2369)] = 2463, - [SMALL_STATE(2370)] = 2534, - [SMALL_STATE(2371)] = 2605, - [SMALL_STATE(2372)] = 2676, - [SMALL_STATE(2373)] = 2747, - [SMALL_STATE(2374)] = 2818, - [SMALL_STATE(2375)] = 2889, - [SMALL_STATE(2376)] = 2968, - [SMALL_STATE(2377)] = 3045, - [SMALL_STATE(2378)] = 3116, - [SMALL_STATE(2379)] = 3187, - [SMALL_STATE(2380)] = 3258, - [SMALL_STATE(2381)] = 3329, - [SMALL_STATE(2382)] = 3408, - [SMALL_STATE(2383)] = 3479, - [SMALL_STATE(2384)] = 3550, - [SMALL_STATE(2385)] = 3621, - [SMALL_STATE(2386)] = 3692, - [SMALL_STATE(2387)] = 3763, - [SMALL_STATE(2388)] = 3834, - [SMALL_STATE(2389)] = 3905, - [SMALL_STATE(2390)] = 3976, - [SMALL_STATE(2391)] = 4047, - [SMALL_STATE(2392)] = 4136, - [SMALL_STATE(2393)] = 4207, - [SMALL_STATE(2394)] = 4278, - [SMALL_STATE(2395)] = 4349, - [SMALL_STATE(2396)] = 4420, - [SMALL_STATE(2397)] = 4505, - [SMALL_STATE(2398)] = 4590, - [SMALL_STATE(2399)] = 4675, - [SMALL_STATE(2400)] = 4752, - [SMALL_STATE(2401)] = 4823, - [SMALL_STATE(2402)] = 4894, - [SMALL_STATE(2403)] = 4965, - [SMALL_STATE(2404)] = 5036, - [SMALL_STATE(2405)] = 5107, - [SMALL_STATE(2406)] = 5178, - [SMALL_STATE(2407)] = 5263, - [SMALL_STATE(2408)] = 5334, - [SMALL_STATE(2409)] = 5405, - [SMALL_STATE(2410)] = 5476, - [SMALL_STATE(2411)] = 5559, - [SMALL_STATE(2412)] = 5630, - [SMALL_STATE(2413)] = 5701, - [SMALL_STATE(2414)] = 5772, - [SMALL_STATE(2415)] = 5843, - [SMALL_STATE(2416)] = 5914, + [SMALL_STATE(2338)] = 142, + [SMALL_STATE(2339)] = 213, + [SMALL_STATE(2340)] = 284, + [SMALL_STATE(2341)] = 355, + [SMALL_STATE(2342)] = 430, + [SMALL_STATE(2343)] = 501, + [SMALL_STATE(2344)] = 572, + [SMALL_STATE(2345)] = 643, + [SMALL_STATE(2346)] = 714, + [SMALL_STATE(2347)] = 785, + [SMALL_STATE(2348)] = 856, + [SMALL_STATE(2349)] = 927, + [SMALL_STATE(2350)] = 998, + [SMALL_STATE(2351)] = 1069, + [SMALL_STATE(2352)] = 1140, + [SMALL_STATE(2353)] = 1225, + [SMALL_STATE(2354)] = 1296, + [SMALL_STATE(2355)] = 1367, + [SMALL_STATE(2356)] = 1438, + [SMALL_STATE(2357)] = 1509, + [SMALL_STATE(2358)] = 1580, + [SMALL_STATE(2359)] = 1651, + [SMALL_STATE(2360)] = 1722, + [SMALL_STATE(2361)] = 1793, + [SMALL_STATE(2362)] = 1864, + [SMALL_STATE(2363)] = 1935, + [SMALL_STATE(2364)] = 2006, + [SMALL_STATE(2365)] = 2077, + [SMALL_STATE(2366)] = 2148, + [SMALL_STATE(2367)] = 2219, + [SMALL_STATE(2368)] = 2290, + [SMALL_STATE(2369)] = 2361, + [SMALL_STATE(2370)] = 2432, + [SMALL_STATE(2371)] = 2503, + [SMALL_STATE(2372)] = 2574, + [SMALL_STATE(2373)] = 2655, + [SMALL_STATE(2374)] = 2726, + [SMALL_STATE(2375)] = 2797, + [SMALL_STATE(2376)] = 2880, + [SMALL_STATE(2377)] = 2951, + [SMALL_STATE(2378)] = 3022, + [SMALL_STATE(2379)] = 3093, + [SMALL_STATE(2380)] = 3164, + [SMALL_STATE(2381)] = 3253, + [SMALL_STATE(2382)] = 3338, + [SMALL_STATE(2383)] = 3421, + [SMALL_STATE(2384)] = 3498, + [SMALL_STATE(2385)] = 3569, + [SMALL_STATE(2386)] = 3648, + [SMALL_STATE(2387)] = 3733, + [SMALL_STATE(2388)] = 3808, + [SMALL_STATE(2389)] = 3879, + [SMALL_STATE(2390)] = 3964, + [SMALL_STATE(2391)] = 4035, + [SMALL_STATE(2392)] = 4106, + [SMALL_STATE(2393)] = 4177, + [SMALL_STATE(2394)] = 4248, + [SMALL_STATE(2395)] = 4319, + [SMALL_STATE(2396)] = 4390, + [SMALL_STATE(2397)] = 4461, + [SMALL_STATE(2398)] = 4532, + [SMALL_STATE(2399)] = 4605, + [SMALL_STATE(2400)] = 4676, + [SMALL_STATE(2401)] = 4747, + [SMALL_STATE(2402)] = 4824, + [SMALL_STATE(2403)] = 4903, + [SMALL_STATE(2404)] = 4974, + [SMALL_STATE(2405)] = 5045, + [SMALL_STATE(2406)] = 5124, + [SMALL_STATE(2407)] = 5195, + [SMALL_STATE(2408)] = 5284, + [SMALL_STATE(2409)] = 5355, + [SMALL_STATE(2410)] = 5432, + [SMALL_STATE(2411)] = 5521, + [SMALL_STATE(2412)] = 5592, + [SMALL_STATE(2413)] = 5663, + [SMALL_STATE(2414)] = 5750, + [SMALL_STATE(2415)] = 5821, + [SMALL_STATE(2416)] = 5900, [SMALL_STATE(2417)] = 5985, [SMALL_STATE(2418)] = 6055, [SMALL_STATE(2419)] = 6125, @@ -529936,2651 +529936,2651 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2421)] = 6265, [SMALL_STATE(2422)] = 6335, [SMALL_STATE(2423)] = 6405, - [SMALL_STATE(2424)] = 6483, - [SMALL_STATE(2425)] = 6553, - [SMALL_STATE(2426)] = 6623, - [SMALL_STATE(2427)] = 6693, - [SMALL_STATE(2428)] = 6763, - [SMALL_STATE(2429)] = 6833, - [SMALL_STATE(2430)] = 6903, - [SMALL_STATE(2431)] = 6973, - [SMALL_STATE(2432)] = 7043, - [SMALL_STATE(2433)] = 7113, - [SMALL_STATE(2434)] = 7183, - [SMALL_STATE(2435)] = 7253, - [SMALL_STATE(2436)] = 7323, - [SMALL_STATE(2437)] = 7397, - [SMALL_STATE(2438)] = 7467, - [SMALL_STATE(2439)] = 7537, - [SMALL_STATE(2440)] = 7607, - [SMALL_STATE(2441)] = 7677, - [SMALL_STATE(2442)] = 7747, - [SMALL_STATE(2443)] = 7817, - [SMALL_STATE(2444)] = 7887, - [SMALL_STATE(2445)] = 7965, - [SMALL_STATE(2446)] = 8035, - [SMALL_STATE(2447)] = 8105, - [SMALL_STATE(2448)] = 8175, - [SMALL_STATE(2449)] = 8245, - [SMALL_STATE(2450)] = 8315, - [SMALL_STATE(2451)] = 8385, - [SMALL_STATE(2452)] = 8455, - [SMALL_STATE(2453)] = 8525, - [SMALL_STATE(2454)] = 8595, - [SMALL_STATE(2455)] = 8675, - [SMALL_STATE(2456)] = 8745, - [SMALL_STATE(2457)] = 8815, - [SMALL_STATE(2458)] = 8899, - [SMALL_STATE(2459)] = 8969, - [SMALL_STATE(2460)] = 9039, - [SMALL_STATE(2461)] = 9109, - [SMALL_STATE(2462)] = 9179, - [SMALL_STATE(2463)] = 9249, - [SMALL_STATE(2464)] = 9319, - [SMALL_STATE(2465)] = 9389, - [SMALL_STATE(2466)] = 9459, - [SMALL_STATE(2467)] = 9531, - [SMALL_STATE(2468)] = 9601, - [SMALL_STATE(2469)] = 9671, - [SMALL_STATE(2470)] = 9741, - [SMALL_STATE(2471)] = 9811, - [SMALL_STATE(2472)] = 9895, - [SMALL_STATE(2473)] = 9965, - [SMALL_STATE(2474)] = 10035, - [SMALL_STATE(2475)] = 10105, - [SMALL_STATE(2476)] = 10175, - [SMALL_STATE(2477)] = 10245, - [SMALL_STATE(2478)] = 10315, - [SMALL_STATE(2479)] = 10395, - [SMALL_STATE(2480)] = 10465, - [SMALL_STATE(2481)] = 10553, - [SMALL_STATE(2482)] = 10623, - [SMALL_STATE(2483)] = 10693, - [SMALL_STATE(2484)] = 10763, - [SMALL_STATE(2485)] = 10837, - [SMALL_STATE(2486)] = 10907, - [SMALL_STATE(2487)] = 10977, - [SMALL_STATE(2488)] = 11059, - [SMALL_STATE(2489)] = 11129, - [SMALL_STATE(2490)] = 11199, - [SMALL_STATE(2491)] = 11269, - [SMALL_STATE(2492)] = 11339, - [SMALL_STATE(2493)] = 11413, - [SMALL_STATE(2494)] = 11483, - [SMALL_STATE(2495)] = 11553, - [SMALL_STATE(2496)] = 11623, - [SMALL_STATE(2497)] = 11693, - [SMALL_STATE(2498)] = 11767, - [SMALL_STATE(2499)] = 11855, - [SMALL_STATE(2500)] = 11929, - [SMALL_STATE(2501)] = 12001, - [SMALL_STATE(2502)] = 12071, - [SMALL_STATE(2503)] = 12141, - [SMALL_STATE(2504)] = 12211, - [SMALL_STATE(2505)] = 12281, - [SMALL_STATE(2506)] = 12351, - [SMALL_STATE(2507)] = 12421, - [SMALL_STATE(2508)] = 12491, - [SMALL_STATE(2509)] = 12561, - [SMALL_STATE(2510)] = 12633, - [SMALL_STATE(2511)] = 12753, - [SMALL_STATE(2512)] = 12873, - [SMALL_STATE(2513)] = 12943, - [SMALL_STATE(2514)] = 13013, - [SMALL_STATE(2515)] = 13083, - [SMALL_STATE(2516)] = 13153, - [SMALL_STATE(2517)] = 13223, - [SMALL_STATE(2518)] = 13293, - [SMALL_STATE(2519)] = 13363, - [SMALL_STATE(2520)] = 13433, - [SMALL_STATE(2521)] = 13503, - [SMALL_STATE(2522)] = 13591, - [SMALL_STATE(2523)] = 13661, - [SMALL_STATE(2524)] = 13731, - [SMALL_STATE(2525)] = 13801, - [SMALL_STATE(2526)] = 13871, - [SMALL_STATE(2527)] = 13941, + [SMALL_STATE(2424)] = 6475, + [SMALL_STATE(2425)] = 6545, + [SMALL_STATE(2426)] = 6615, + [SMALL_STATE(2427)] = 6685, + [SMALL_STATE(2428)] = 6755, + [SMALL_STATE(2429)] = 6843, + [SMALL_STATE(2430)] = 6913, + [SMALL_STATE(2431)] = 6983, + [SMALL_STATE(2432)] = 7053, + [SMALL_STATE(2433)] = 7123, + [SMALL_STATE(2434)] = 7193, + [SMALL_STATE(2435)] = 7263, + [SMALL_STATE(2436)] = 7333, + [SMALL_STATE(2437)] = 7417, + [SMALL_STATE(2438)] = 7499, + [SMALL_STATE(2439)] = 7569, + [SMALL_STATE(2440)] = 7639, + [SMALL_STATE(2441)] = 7709, + [SMALL_STATE(2442)] = 7779, + [SMALL_STATE(2443)] = 7857, + [SMALL_STATE(2444)] = 7927, + [SMALL_STATE(2445)] = 8015, + [SMALL_STATE(2446)] = 8085, + [SMALL_STATE(2447)] = 8155, + [SMALL_STATE(2448)] = 8225, + [SMALL_STATE(2449)] = 8305, + [SMALL_STATE(2450)] = 8375, + [SMALL_STATE(2451)] = 8445, + [SMALL_STATE(2452)] = 8515, + [SMALL_STATE(2453)] = 8587, + [SMALL_STATE(2454)] = 8657, + [SMALL_STATE(2455)] = 8727, + [SMALL_STATE(2456)] = 8797, + [SMALL_STATE(2457)] = 8867, + [SMALL_STATE(2458)] = 8937, + [SMALL_STATE(2459)] = 9007, + [SMALL_STATE(2460)] = 9077, + [SMALL_STATE(2461)] = 9147, + [SMALL_STATE(2462)] = 9217, + [SMALL_STATE(2463)] = 9291, + [SMALL_STATE(2464)] = 9361, + [SMALL_STATE(2465)] = 9431, + [SMALL_STATE(2466)] = 9501, + [SMALL_STATE(2467)] = 9571, + [SMALL_STATE(2468)] = 9641, + [SMALL_STATE(2469)] = 9711, + [SMALL_STATE(2470)] = 9781, + [SMALL_STATE(2471)] = 9851, + [SMALL_STATE(2472)] = 9921, + [SMALL_STATE(2473)] = 10005, + [SMALL_STATE(2474)] = 10085, + [SMALL_STATE(2475)] = 10159, + [SMALL_STATE(2476)] = 10229, + [SMALL_STATE(2477)] = 10299, + [SMALL_STATE(2478)] = 10369, + [SMALL_STATE(2479)] = 10439, + [SMALL_STATE(2480)] = 10509, + [SMALL_STATE(2481)] = 10579, + [SMALL_STATE(2482)] = 10649, + [SMALL_STATE(2483)] = 10719, + [SMALL_STATE(2484)] = 10789, + [SMALL_STATE(2485)] = 10859, + [SMALL_STATE(2486)] = 10929, + [SMALL_STATE(2487)] = 10999, + [SMALL_STATE(2488)] = 11069, + [SMALL_STATE(2489)] = 11143, + [SMALL_STATE(2490)] = 11213, + [SMALL_STATE(2491)] = 11283, + [SMALL_STATE(2492)] = 11353, + [SMALL_STATE(2493)] = 11423, + [SMALL_STATE(2494)] = 11493, + [SMALL_STATE(2495)] = 11563, + [SMALL_STATE(2496)] = 11633, + [SMALL_STATE(2497)] = 11707, + [SMALL_STATE(2498)] = 11777, + [SMALL_STATE(2499)] = 11847, + [SMALL_STATE(2500)] = 11917, + [SMALL_STATE(2501)] = 12005, + [SMALL_STATE(2502)] = 12075, + [SMALL_STATE(2503)] = 12145, + [SMALL_STATE(2504)] = 12215, + [SMALL_STATE(2505)] = 12285, + [SMALL_STATE(2506)] = 12355, + [SMALL_STATE(2507)] = 12425, + [SMALL_STATE(2508)] = 12495, + [SMALL_STATE(2509)] = 12565, + [SMALL_STATE(2510)] = 12635, + [SMALL_STATE(2511)] = 12707, + [SMALL_STATE(2512)] = 12795, + [SMALL_STATE(2513)] = 12865, + [SMALL_STATE(2514)] = 12935, + [SMALL_STATE(2515)] = 13013, + [SMALL_STATE(2516)] = 13133, + [SMALL_STATE(2517)] = 13253, + [SMALL_STATE(2518)] = 13327, + [SMALL_STATE(2519)] = 13397, + [SMALL_STATE(2520)] = 13467, + [SMALL_STATE(2521)] = 13537, + [SMALL_STATE(2522)] = 13607, + [SMALL_STATE(2523)] = 13677, + [SMALL_STATE(2524)] = 13747, + [SMALL_STATE(2525)] = 13817, + [SMALL_STATE(2526)] = 13887, + [SMALL_STATE(2527)] = 13957, [SMALL_STATE(2528)] = 14029, - [SMALL_STATE(2529)] = 14104, - [SMALL_STATE(2530)] = 14179, - [SMALL_STATE(2531)] = 14252, - [SMALL_STATE(2532)] = 14321, - [SMALL_STATE(2533)] = 14394, - [SMALL_STATE(2534)] = 14467, - [SMALL_STATE(2535)] = 14540, - [SMALL_STATE(2536)] = 14615, - [SMALL_STATE(2537)] = 14684, - [SMALL_STATE(2538)] = 14753, - [SMALL_STATE(2539)] = 14828, - [SMALL_STATE(2540)] = 14897, - [SMALL_STATE(2541)] = 14966, - [SMALL_STATE(2542)] = 15035, - [SMALL_STATE(2543)] = 15106, - [SMALL_STATE(2544)] = 15177, - [SMALL_STATE(2545)] = 15250, - [SMALL_STATE(2546)] = 15319, + [SMALL_STATE(2529)] = 14098, + [SMALL_STATE(2530)] = 14167, + [SMALL_STATE(2531)] = 14236, + [SMALL_STATE(2532)] = 14305, + [SMALL_STATE(2533)] = 14378, + [SMALL_STATE(2534)] = 14447, + [SMALL_STATE(2535)] = 14522, + [SMALL_STATE(2536)] = 14597, + [SMALL_STATE(2537)] = 14666, + [SMALL_STATE(2538)] = 14735, + [SMALL_STATE(2539)] = 14808, + [SMALL_STATE(2540)] = 14877, + [SMALL_STATE(2541)] = 14946, + [SMALL_STATE(2542)] = 15021, + [SMALL_STATE(2543)] = 15090, + [SMALL_STATE(2544)] = 15165, + [SMALL_STATE(2545)] = 15238, + [SMALL_STATE(2546)] = 15313, [SMALL_STATE(2547)] = 15392, [SMALL_STATE(2548)] = 15465, - [SMALL_STATE(2549)] = 15534, - [SMALL_STATE(2550)] = 15603, - [SMALL_STATE(2551)] = 15676, - [SMALL_STATE(2552)] = 15745, + [SMALL_STATE(2549)] = 15540, + [SMALL_STATE(2550)] = 15609, + [SMALL_STATE(2551)] = 15678, + [SMALL_STATE(2552)] = 15747, [SMALL_STATE(2553)] = 15820, - [SMALL_STATE(2554)] = 15889, - [SMALL_STATE(2555)] = 15958, + [SMALL_STATE(2554)] = 15893, + [SMALL_STATE(2555)] = 15962, [SMALL_STATE(2556)] = 16031, - [SMALL_STATE(2557)] = 16104, - [SMALL_STATE(2558)] = 16177, - [SMALL_STATE(2559)] = 16250, - [SMALL_STATE(2560)] = 16323, - [SMALL_STATE(2561)] = 16392, - [SMALL_STATE(2562)] = 16467, - [SMALL_STATE(2563)] = 16536, - [SMALL_STATE(2564)] = 16611, - [SMALL_STATE(2565)] = 16680, - [SMALL_STATE(2566)] = 16755, - [SMALL_STATE(2567)] = 16824, - [SMALL_STATE(2568)] = 16903, - [SMALL_STATE(2569)] = 16972, - [SMALL_STATE(2570)] = 17041, - [SMALL_STATE(2571)] = 17116, - [SMALL_STATE(2572)] = 17185, - [SMALL_STATE(2573)] = 17254, - [SMALL_STATE(2574)] = 17323, - [SMALL_STATE(2575)] = 17398, - [SMALL_STATE(2576)] = 17467, - [SMALL_STATE(2577)] = 17540, - [SMALL_STATE(2578)] = 17615, - [SMALL_STATE(2579)] = 17690, - [SMALL_STATE(2580)] = 17761, - [SMALL_STATE(2581)] = 17832, - [SMALL_STATE(2582)] = 17901, - [SMALL_STATE(2583)] = 17970, - [SMALL_STATE(2584)] = 18045, - [SMALL_STATE(2585)] = 18120, - [SMALL_STATE(2586)] = 18193, - [SMALL_STATE(2587)] = 18262, - [SMALL_STATE(2588)] = 18331, - [SMALL_STATE(2589)] = 18404, - [SMALL_STATE(2590)] = 18479, - [SMALL_STATE(2591)] = 18552, - [SMALL_STATE(2592)] = 18625, - [SMALL_STATE(2593)] = 18698, - [SMALL_STATE(2594)] = 18773, - [SMALL_STATE(2595)] = 18842, - [SMALL_STATE(2596)] = 18915, - [SMALL_STATE(2597)] = 18988, - [SMALL_STATE(2598)] = 19061, - [SMALL_STATE(2599)] = 19134, - [SMALL_STATE(2600)] = 19203, - [SMALL_STATE(2601)] = 19272, - [SMALL_STATE(2602)] = 19341, + [SMALL_STATE(2557)] = 16100, + [SMALL_STATE(2558)] = 16169, + [SMALL_STATE(2559)] = 16238, + [SMALL_STATE(2560)] = 16313, + [SMALL_STATE(2561)] = 16388, + [SMALL_STATE(2562)] = 16459, + [SMALL_STATE(2563)] = 16532, + [SMALL_STATE(2564)] = 16601, + [SMALL_STATE(2565)] = 16674, + [SMALL_STATE(2566)] = 16743, + [SMALL_STATE(2567)] = 16816, + [SMALL_STATE(2568)] = 16889, + [SMALL_STATE(2569)] = 16964, + [SMALL_STATE(2570)] = 17033, + [SMALL_STATE(2571)] = 17106, + [SMALL_STATE(2572)] = 17175, + [SMALL_STATE(2573)] = 17244, + [SMALL_STATE(2574)] = 17313, + [SMALL_STATE(2575)] = 17386, + [SMALL_STATE(2576)] = 17459, + [SMALL_STATE(2577)] = 17530, + [SMALL_STATE(2578)] = 17603, + [SMALL_STATE(2579)] = 17678, + [SMALL_STATE(2580)] = 17751, + [SMALL_STATE(2581)] = 17824, + [SMALL_STATE(2582)] = 17895, + [SMALL_STATE(2583)] = 17968, + [SMALL_STATE(2584)] = 18041, + [SMALL_STATE(2585)] = 18110, + [SMALL_STATE(2586)] = 18183, + [SMALL_STATE(2587)] = 18256, + [SMALL_STATE(2588)] = 18329, + [SMALL_STATE(2589)] = 18400, + [SMALL_STATE(2590)] = 18473, + [SMALL_STATE(2591)] = 18542, + [SMALL_STATE(2592)] = 18617, + [SMALL_STATE(2593)] = 18690, + [SMALL_STATE(2594)] = 18759, + [SMALL_STATE(2595)] = 18834, + [SMALL_STATE(2596)] = 18909, + [SMALL_STATE(2597)] = 18984, + [SMALL_STATE(2598)] = 19059, + [SMALL_STATE(2599)] = 19128, + [SMALL_STATE(2600)] = 19201, + [SMALL_STATE(2601)] = 19270, + [SMALL_STATE(2602)] = 19339, [SMALL_STATE(2603)] = 19414, [SMALL_STATE(2604)] = 19487, [SMALL_STATE(2605)] = 19555, - [SMALL_STATE(2606)] = 19623, - [SMALL_STATE(2607)] = 19691, - [SMALL_STATE(2608)] = 19759, - [SMALL_STATE(2609)] = 19827, - [SMALL_STATE(2610)] = 19895, - [SMALL_STATE(2611)] = 19963, - [SMALL_STATE(2612)] = 20081, - [SMALL_STATE(2613)] = 20151, - [SMALL_STATE(2614)] = 20221, - [SMALL_STATE(2615)] = 20299, - [SMALL_STATE(2616)] = 20367, - [SMALL_STATE(2617)] = 20435, - [SMALL_STATE(2618)] = 20503, - [SMALL_STATE(2619)] = 20571, - [SMALL_STATE(2620)] = 20639, - [SMALL_STATE(2621)] = 20713, - [SMALL_STATE(2622)] = 20781, - [SMALL_STATE(2623)] = 20849, - [SMALL_STATE(2624)] = 20917, - [SMALL_STATE(2625)] = 20985, - [SMALL_STATE(2626)] = 21057, - [SMALL_STATE(2627)] = 21125, - [SMALL_STATE(2628)] = 21197, - [SMALL_STATE(2629)] = 21265, - [SMALL_STATE(2630)] = 21333, - [SMALL_STATE(2631)] = 21401, - [SMALL_STATE(2632)] = 21519, - [SMALL_STATE(2633)] = 21587, - [SMALL_STATE(2634)] = 21655, - [SMALL_STATE(2635)] = 21727, - [SMALL_STATE(2636)] = 21795, - [SMALL_STATE(2637)] = 21863, - [SMALL_STATE(2638)] = 21931, - [SMALL_STATE(2639)] = 22007, - [SMALL_STATE(2640)] = 22075, - [SMALL_STATE(2641)] = 22143, - [SMALL_STATE(2642)] = 22215, - [SMALL_STATE(2643)] = 22287, - [SMALL_STATE(2644)] = 22355, - [SMALL_STATE(2645)] = 22437, + [SMALL_STATE(2606)] = 19625, + [SMALL_STATE(2607)] = 19693, + [SMALL_STATE(2608)] = 19763, + [SMALL_STATE(2609)] = 19831, + [SMALL_STATE(2610)] = 19899, + [SMALL_STATE(2611)] = 19967, + [SMALL_STATE(2612)] = 20035, + [SMALL_STATE(2613)] = 20103, + [SMALL_STATE(2614)] = 20171, + [SMALL_STATE(2615)] = 20239, + [SMALL_STATE(2616)] = 20307, + [SMALL_STATE(2617)] = 20375, + [SMALL_STATE(2618)] = 20443, + [SMALL_STATE(2619)] = 20511, + [SMALL_STATE(2620)] = 20629, + [SMALL_STATE(2621)] = 20697, + [SMALL_STATE(2622)] = 20765, + [SMALL_STATE(2623)] = 20833, + [SMALL_STATE(2624)] = 20951, + [SMALL_STATE(2625)] = 21027, + [SMALL_STATE(2626)] = 21103, + [SMALL_STATE(2627)] = 21171, + [SMALL_STATE(2628)] = 21239, + [SMALL_STATE(2629)] = 21307, + [SMALL_STATE(2630)] = 21375, + [SMALL_STATE(2631)] = 21443, + [SMALL_STATE(2632)] = 21525, + [SMALL_STATE(2633)] = 21593, + [SMALL_STATE(2634)] = 21661, + [SMALL_STATE(2635)] = 21729, + [SMALL_STATE(2636)] = 21797, + [SMALL_STATE(2637)] = 21865, + [SMALL_STATE(2638)] = 21937, + [SMALL_STATE(2639)] = 22015, + [SMALL_STATE(2640)] = 22089, + [SMALL_STATE(2641)] = 22175, + [SMALL_STATE(2642)] = 22247, + [SMALL_STATE(2643)] = 22315, + [SMALL_STATE(2644)] = 22383, + [SMALL_STATE(2645)] = 22451, [SMALL_STATE(2646)] = 22523, [SMALL_STATE(2647)] = 22591, - [SMALL_STATE(2648)] = 22709, - [SMALL_STATE(2649)] = 22779, - [SMALL_STATE(2650)] = 22851, - [SMALL_STATE(2651)] = 22923, - [SMALL_STATE(2652)] = 22991, - [SMALL_STATE(2653)] = 23059, - [SMALL_STATE(2654)] = 23131, - [SMALL_STATE(2655)] = 23199, - [SMALL_STATE(2656)] = 23267, - [SMALL_STATE(2657)] = 23335, - [SMALL_STATE(2658)] = 23411, - [SMALL_STATE(2659)] = 23483, - [SMALL_STATE(2660)] = 23555, + [SMALL_STATE(2648)] = 22659, + [SMALL_STATE(2649)] = 22731, + [SMALL_STATE(2650)] = 22803, + [SMALL_STATE(2651)] = 22871, + [SMALL_STATE(2652)] = 22939, + [SMALL_STATE(2653)] = 23007, + [SMALL_STATE(2654)] = 23079, + [SMALL_STATE(2655)] = 23147, + [SMALL_STATE(2656)] = 23215, + [SMALL_STATE(2657)] = 23333, + [SMALL_STATE(2658)] = 23405, + [SMALL_STATE(2659)] = 23473, + [SMALL_STATE(2660)] = 23545, [SMALL_STATE(2661)] = 23627, - [SMALL_STATE(2662)] = 23695, + [SMALL_STATE(2662)] = 23699, [SMALL_STATE(2663)] = 23767, - [SMALL_STATE(2664)] = 23841, - [SMALL_STATE(2665)] = 23917, - [SMALL_STATE(2666)] = 23985, - [SMALL_STATE(2667)] = 24061, - [SMALL_STATE(2668)] = 24129, - [SMALL_STATE(2669)] = 24197, - [SMALL_STATE(2670)] = 24269, - [SMALL_STATE(2671)] = 24337, - [SMALL_STATE(2672)] = 24405, - [SMALL_STATE(2673)] = 24473, - [SMALL_STATE(2674)] = 24541, - [SMALL_STATE(2675)] = 24609, - [SMALL_STATE(2676)] = 24677, - [SMALL_STATE(2677)] = 24745, - [SMALL_STATE(2678)] = 24813, - [SMALL_STATE(2679)] = 24881, - [SMALL_STATE(2680)] = 24999, + [SMALL_STATE(2664)] = 23835, + [SMALL_STATE(2665)] = 23953, + [SMALL_STATE(2666)] = 24025, + [SMALL_STATE(2667)] = 24093, + [SMALL_STATE(2668)] = 24161, + [SMALL_STATE(2669)] = 24237, + [SMALL_STATE(2670)] = 24305, + [SMALL_STATE(2671)] = 24377, + [SMALL_STATE(2672)] = 24447, + [SMALL_STATE(2673)] = 24515, + [SMALL_STATE(2674)] = 24583, + [SMALL_STATE(2675)] = 24655, + [SMALL_STATE(2676)] = 24727, + [SMALL_STATE(2677)] = 24795, + [SMALL_STATE(2678)] = 24869, + [SMALL_STATE(2679)] = 24945, + [SMALL_STATE(2680)] = 25013, [SMALL_STATE(2681)] = 25081, [SMALL_STATE(2682)] = 25149, - [SMALL_STATE(2683)] = 25222, - [SMALL_STATE(2684)] = 25289, - [SMALL_STATE(2685)] = 25360, - [SMALL_STATE(2686)] = 25427, - [SMALL_STATE(2687)] = 25520, - [SMALL_STATE(2688)] = 25587, - [SMALL_STATE(2689)] = 25654, - [SMALL_STATE(2690)] = 25721, - [SMALL_STATE(2691)] = 25814, - [SMALL_STATE(2692)] = 25907, - [SMALL_STATE(2693)] = 25974, - [SMALL_STATE(2694)] = 26041, - [SMALL_STATE(2695)] = 26108, - [SMALL_STATE(2696)] = 26175, - [SMALL_STATE(2697)] = 26242, - [SMALL_STATE(2698)] = 26309, - [SMALL_STATE(2699)] = 26402, - [SMALL_STATE(2700)] = 26495, - [SMALL_STATE(2701)] = 26588, - [SMALL_STATE(2702)] = 26655, - [SMALL_STATE(2703)] = 26724, - [SMALL_STATE(2704)] = 26793, - [SMALL_STATE(2705)] = 26860, - [SMALL_STATE(2706)] = 26927, - [SMALL_STATE(2707)] = 27020, - [SMALL_STATE(2708)] = 27089, - [SMALL_STATE(2709)] = 27156, - [SMALL_STATE(2710)] = 27237, + [SMALL_STATE(2683)] = 25242, + [SMALL_STATE(2684)] = 25311, + [SMALL_STATE(2685)] = 25392, + [SMALL_STATE(2686)] = 25459, + [SMALL_STATE(2687)] = 25526, + [SMALL_STATE(2688)] = 25595, + [SMALL_STATE(2689)] = 25662, + [SMALL_STATE(2690)] = 25729, + [SMALL_STATE(2691)] = 25822, + [SMALL_STATE(2692)] = 25889, + [SMALL_STATE(2693)] = 25982, + [SMALL_STATE(2694)] = 26049, + [SMALL_STATE(2695)] = 26116, + [SMALL_STATE(2696)] = 26183, + [SMALL_STATE(2697)] = 26276, + [SMALL_STATE(2698)] = 26369, + [SMALL_STATE(2699)] = 26436, + [SMALL_STATE(2700)] = 26505, + [SMALL_STATE(2701)] = 26586, + [SMALL_STATE(2702)] = 26653, + [SMALL_STATE(2703)] = 26720, + [SMALL_STATE(2704)] = 26791, + [SMALL_STATE(2705)] = 26884, + [SMALL_STATE(2706)] = 26951, + [SMALL_STATE(2707)] = 27044, + [SMALL_STATE(2708)] = 27111, + [SMALL_STATE(2709)] = 27178, + [SMALL_STATE(2710)] = 27251, [SMALL_STATE(2711)] = 27318, - [SMALL_STATE(2712)] = 27384, - [SMALL_STATE(2713)] = 27460, - [SMALL_STATE(2714)] = 27530, - [SMALL_STATE(2715)] = 27602, - [SMALL_STATE(2716)] = 27678, - [SMALL_STATE(2717)] = 27760, - [SMALL_STATE(2718)] = 27834, - [SMALL_STATE(2719)] = 27918, - [SMALL_STATE(2720)] = 28002, + [SMALL_STATE(2712)] = 27388, + [SMALL_STATE(2713)] = 27472, + [SMALL_STATE(2714)] = 27556, + [SMALL_STATE(2715)] = 27626, + [SMALL_STATE(2716)] = 27702, + [SMALL_STATE(2717)] = 27786, + [SMALL_STATE(2718)] = 27862, + [SMALL_STATE(2719)] = 27944, + [SMALL_STATE(2720)] = 28016, [SMALL_STATE(2721)] = 28086, [SMALL_STATE(2722)] = 28156, - [SMALL_STATE(2723)] = 28240, - [SMALL_STATE(2724)] = 28324, - [SMALL_STATE(2725)] = 28396, - [SMALL_STATE(2726)] = 28478, - [SMALL_STATE(2727)] = 28548, - [SMALL_STATE(2728)] = 28632, - [SMALL_STATE(2729)] = 28716, - [SMALL_STATE(2730)] = 28790, - [SMALL_STATE(2731)] = 28860, - [SMALL_STATE(2732)] = 28942, - [SMALL_STATE(2733)] = 29026, - [SMALL_STATE(2734)] = 29102, - [SMALL_STATE(2735)] = 29172, - [SMALL_STATE(2736)] = 29242, - [SMALL_STATE(2737)] = 29326, - [SMALL_STATE(2738)] = 29410, - [SMALL_STATE(2739)] = 29494, - [SMALL_STATE(2740)] = 29564, - [SMALL_STATE(2741)] = 29646, - [SMALL_STATE(2742)] = 29716, - [SMALL_STATE(2743)] = 29786, - [SMALL_STATE(2744)] = 29856, - [SMALL_STATE(2745)] = 29940, - [SMALL_STATE(2746)] = 30024, - [SMALL_STATE(2747)] = 30094, - [SMALL_STATE(2748)] = 30164, - [SMALL_STATE(2749)] = 30234, - [SMALL_STATE(2750)] = 30310, + [SMALL_STATE(2723)] = 28226, + [SMALL_STATE(2724)] = 28300, + [SMALL_STATE(2725)] = 28384, + [SMALL_STATE(2726)] = 28454, + [SMALL_STATE(2727)] = 28524, + [SMALL_STATE(2728)] = 28608, + [SMALL_STATE(2729)] = 28692, + [SMALL_STATE(2730)] = 28762, + [SMALL_STATE(2731)] = 28832, + [SMALL_STATE(2732)] = 28916, + [SMALL_STATE(2733)] = 28986, + [SMALL_STATE(2734)] = 29060, + [SMALL_STATE(2735)] = 29144, + [SMALL_STATE(2736)] = 29228, + [SMALL_STATE(2737)] = 29294, + [SMALL_STATE(2738)] = 29376, + [SMALL_STATE(2739)] = 29460, + [SMALL_STATE(2740)] = 29544, + [SMALL_STATE(2741)] = 29628, + [SMALL_STATE(2742)] = 29712, + [SMALL_STATE(2743)] = 29782, + [SMALL_STATE(2744)] = 29854, + [SMALL_STATE(2745)] = 29936, + [SMALL_STATE(2746)] = 30006, + [SMALL_STATE(2747)] = 30082, + [SMALL_STATE(2748)] = 30158, + [SMALL_STATE(2749)] = 30228, + [SMALL_STATE(2750)] = 30312, [SMALL_STATE(2751)] = 30394, - [SMALL_STATE(2752)] = 30499, - [SMALL_STATE(2753)] = 30564, - [SMALL_STATE(2754)] = 30643, - [SMALL_STATE(2755)] = 30718, - [SMALL_STATE(2756)] = 30785, - [SMALL_STATE(2757)] = 30850, - [SMALL_STATE(2758)] = 30929, - [SMALL_STATE(2759)] = 30994, - [SMALL_STATE(2760)] = 31075, - [SMALL_STATE(2761)] = 31194, - [SMALL_STATE(2762)] = 31261, - [SMALL_STATE(2763)] = 31326, - [SMALL_STATE(2764)] = 31393, - [SMALL_STATE(2765)] = 31458, - [SMALL_STATE(2766)] = 31525, - [SMALL_STATE(2767)] = 31590, - [SMALL_STATE(2768)] = 31661, - [SMALL_STATE(2769)] = 31742, - [SMALL_STATE(2770)] = 31851, - [SMALL_STATE(2771)] = 31932, - [SMALL_STATE(2772)] = 31997, - [SMALL_STATE(2773)] = 32106, - [SMALL_STATE(2774)] = 32207, - [SMALL_STATE(2775)] = 32306, - [SMALL_STATE(2776)] = 32403, - [SMALL_STATE(2777)] = 32470, - [SMALL_STATE(2778)] = 32565, - [SMALL_STATE(2779)] = 32678, - [SMALL_STATE(2780)] = 32755, - [SMALL_STATE(2781)] = 32846, - [SMALL_STATE(2782)] = 32911, - [SMALL_STATE(2783)] = 32976, - [SMALL_STATE(2784)] = 33041, - [SMALL_STATE(2785)] = 33106, - [SMALL_STATE(2786)] = 33177, - [SMALL_STATE(2787)] = 33286, - [SMALL_STATE(2788)] = 33353, - [SMALL_STATE(2789)] = 33418, - [SMALL_STATE(2790)] = 33483, - [SMALL_STATE(2791)] = 33596, - [SMALL_STATE(2792)] = 33705, + [SMALL_STATE(2752)] = 30485, + [SMALL_STATE(2753)] = 30550, + [SMALL_STATE(2754)] = 30629, + [SMALL_STATE(2755)] = 30694, + [SMALL_STATE(2756)] = 30759, + [SMALL_STATE(2757)] = 30824, + [SMALL_STATE(2758)] = 30937, + [SMALL_STATE(2759)] = 31012, + [SMALL_STATE(2760)] = 31125, + [SMALL_STATE(2761)] = 31202, + [SMALL_STATE(2762)] = 31311, + [SMALL_STATE(2763)] = 31424, + [SMALL_STATE(2764)] = 31495, + [SMALL_STATE(2765)] = 31600, + [SMALL_STATE(2766)] = 31701, + [SMALL_STATE(2767)] = 31800, + [SMALL_STATE(2768)] = 31897, + [SMALL_STATE(2769)] = 31992, + [SMALL_STATE(2770)] = 32079, + [SMALL_STATE(2771)] = 32188, + [SMALL_STATE(2772)] = 32301, + [SMALL_STATE(2773)] = 32410, + [SMALL_STATE(2774)] = 32523, + [SMALL_STATE(2775)] = 32594, + [SMALL_STATE(2776)] = 32665, + [SMALL_STATE(2777)] = 32736, + [SMALL_STATE(2778)] = 32801, + [SMALL_STATE(2779)] = 32866, + [SMALL_STATE(2780)] = 32931, + [SMALL_STATE(2781)] = 32996, + [SMALL_STATE(2782)] = 33063, + [SMALL_STATE(2783)] = 33128, + [SMALL_STATE(2784)] = 33193, + [SMALL_STATE(2785)] = 33258, + [SMALL_STATE(2786)] = 33323, + [SMALL_STATE(2787)] = 33388, + [SMALL_STATE(2788)] = 33453, + [SMALL_STATE(2789)] = 33518, + [SMALL_STATE(2790)] = 33583, + [SMALL_STATE(2791)] = 33650, + [SMALL_STATE(2792)] = 33715, [SMALL_STATE(2793)] = 33786, - [SMALL_STATE(2794)] = 33873, - [SMALL_STATE(2795)] = 33940, - [SMALL_STATE(2796)] = 34007, - [SMALL_STATE(2797)] = 34078, - [SMALL_STATE(2798)] = 34143, - [SMALL_STATE(2799)] = 34210, - [SMALL_STATE(2800)] = 34277, - [SMALL_STATE(2801)] = 34390, - [SMALL_STATE(2802)] = 34455, - [SMALL_STATE(2803)] = 34522, - [SMALL_STATE(2804)] = 34587, - [SMALL_STATE(2805)] = 34654, - [SMALL_STATE(2806)] = 34773, - [SMALL_STATE(2807)] = 34840, - [SMALL_STATE(2808)] = 34953, - [SMALL_STATE(2809)] = 35024, - [SMALL_STATE(2810)] = 35095, - [SMALL_STATE(2811)] = 35166, - [SMALL_STATE(2812)] = 35233, - [SMALL_STATE(2813)] = 35300, - [SMALL_STATE(2814)] = 35367, - [SMALL_STATE(2815)] = 35480, - [SMALL_STATE(2816)] = 35545, - [SMALL_STATE(2817)] = 35616, - [SMALL_STATE(2818)] = 35725, - [SMALL_STATE(2819)] = 35792, - [SMALL_STATE(2820)] = 35863, - [SMALL_STATE(2821)] = 35934, - [SMALL_STATE(2822)] = 36005, - [SMALL_STATE(2823)] = 36076, - [SMALL_STATE(2824)] = 36151, - [SMALL_STATE(2825)] = 36216, - [SMALL_STATE(2826)] = 36299, - [SMALL_STATE(2827)] = 36364, - [SMALL_STATE(2828)] = 36429, - [SMALL_STATE(2829)] = 36494, - [SMALL_STATE(2830)] = 36573, - [SMALL_STATE(2831)] = 36658, - [SMALL_STATE(2832)] = 36729, - [SMALL_STATE(2833)] = 36794, - [SMALL_STATE(2834)] = 36869, + [SMALL_STATE(2794)] = 33857, + [SMALL_STATE(2795)] = 33922, + [SMALL_STATE(2796)] = 33993, + [SMALL_STATE(2797)] = 34064, + [SMALL_STATE(2798)] = 34131, + [SMALL_STATE(2799)] = 34206, + [SMALL_STATE(2800)] = 34325, + [SMALL_STATE(2801)] = 34396, + [SMALL_STATE(2802)] = 34467, + [SMALL_STATE(2803)] = 34534, + [SMALL_STATE(2804)] = 34599, + [SMALL_STATE(2805)] = 34666, + [SMALL_STATE(2806)] = 34741, + [SMALL_STATE(2807)] = 34850, + [SMALL_STATE(2808)] = 34959, + [SMALL_STATE(2809)] = 35040, + [SMALL_STATE(2810)] = 35123, + [SMALL_STATE(2811)] = 35208, + [SMALL_STATE(2812)] = 35275, + [SMALL_STATE(2813)] = 35354, + [SMALL_STATE(2814)] = 35419, + [SMALL_STATE(2815)] = 35486, + [SMALL_STATE(2816)] = 35567, + [SMALL_STATE(2817)] = 35634, + [SMALL_STATE(2818)] = 35701, + [SMALL_STATE(2819)] = 35768, + [SMALL_STATE(2820)] = 35835, + [SMALL_STATE(2821)] = 35900, + [SMALL_STATE(2822)] = 35981, + [SMALL_STATE(2823)] = 36048, + [SMALL_STATE(2824)] = 36127, + [SMALL_STATE(2825)] = 36192, + [SMALL_STATE(2826)] = 36259, + [SMALL_STATE(2827)] = 36326, + [SMALL_STATE(2828)] = 36445, + [SMALL_STATE(2829)] = 36526, + [SMALL_STATE(2830)] = 36593, + [SMALL_STATE(2831)] = 36674, + [SMALL_STATE(2832)] = 36741, + [SMALL_STATE(2833)] = 36812, + [SMALL_STATE(2834)] = 36879, [SMALL_STATE(2835)] = 36950, - [SMALL_STATE(2836)] = 37060, - [SMALL_STATE(2837)] = 37124, - [SMALL_STATE(2838)] = 37234, - [SMALL_STATE(2839)] = 37344, - [SMALL_STATE(2840)] = 37454, - [SMALL_STATE(2841)] = 37564, - [SMALL_STATE(2842)] = 37674, - [SMALL_STATE(2843)] = 37744, - [SMALL_STATE(2844)] = 37814, - [SMALL_STATE(2845)] = 37932, - [SMALL_STATE(2846)] = 38000, - [SMALL_STATE(2847)] = 38110, - [SMALL_STATE(2848)] = 38220, - [SMALL_STATE(2849)] = 38286, - [SMALL_STATE(2850)] = 38356, - [SMALL_STATE(2851)] = 38428, - [SMALL_STATE(2852)] = 38538, - [SMALL_STATE(2853)] = 38648, - [SMALL_STATE(2854)] = 38716, - [SMALL_STATE(2855)] = 38786, - [SMALL_STATE(2856)] = 38904, - [SMALL_STATE(2857)] = 39022, - [SMALL_STATE(2858)] = 39086, - [SMALL_STATE(2859)] = 39196, - [SMALL_STATE(2860)] = 39260, - [SMALL_STATE(2861)] = 39328, - [SMALL_STATE(2862)] = 39396, - [SMALL_STATE(2863)] = 39514, - [SMALL_STATE(2864)] = 39632, - [SMALL_STATE(2865)] = 39696, - [SMALL_STATE(2866)] = 39760, - [SMALL_STATE(2867)] = 39870, - [SMALL_STATE(2868)] = 39980, - [SMALL_STATE(2869)] = 40044, - [SMALL_STATE(2870)] = 40114, - [SMALL_STATE(2871)] = 40178, - [SMALL_STATE(2872)] = 40248, - [SMALL_STATE(2873)] = 40318, - [SMALL_STATE(2874)] = 40428, - [SMALL_STATE(2875)] = 40498, - [SMALL_STATE(2876)] = 40608, - [SMALL_STATE(2877)] = 40718, - [SMALL_STATE(2878)] = 40788, - [SMALL_STATE(2879)] = 40856, - [SMALL_STATE(2880)] = 40926, - [SMALL_STATE(2881)] = 40996, - [SMALL_STATE(2882)] = 41106, - [SMALL_STATE(2883)] = 41170, - [SMALL_STATE(2884)] = 41234, - [SMALL_STATE(2885)] = 41344, - [SMALL_STATE(2886)] = 41412, - [SMALL_STATE(2887)] = 41522, - [SMALL_STATE(2888)] = 41586, - [SMALL_STATE(2889)] = 41652, - [SMALL_STATE(2890)] = 41722, - [SMALL_STATE(2891)] = 41790, - [SMALL_STATE(2892)] = 41900, - [SMALL_STATE(2893)] = 42010, - [SMALL_STATE(2894)] = 42080, - [SMALL_STATE(2895)] = 42150, - [SMALL_STATE(2896)] = 42214, - [SMALL_STATE(2897)] = 42324, - [SMALL_STATE(2898)] = 42388, - [SMALL_STATE(2899)] = 42498, - [SMALL_STATE(2900)] = 42608, - [SMALL_STATE(2901)] = 42718, - [SMALL_STATE(2902)] = 42788, - [SMALL_STATE(2903)] = 42856, - [SMALL_STATE(2904)] = 42924, - [SMALL_STATE(2905)] = 43034, - [SMALL_STATE(2906)] = 43102, - [SMALL_STATE(2907)] = 43212, - [SMALL_STATE(2908)] = 43280, - [SMALL_STATE(2909)] = 43390, - [SMALL_STATE(2910)] = 43458, - [SMALL_STATE(2911)] = 43526, - [SMALL_STATE(2912)] = 43590, + [SMALL_STATE(2836)] = 37014, + [SMALL_STATE(2837)] = 37082, + [SMALL_STATE(2838)] = 37192, + [SMALL_STATE(2839)] = 37302, + [SMALL_STATE(2840)] = 37366, + [SMALL_STATE(2841)] = 37430, + [SMALL_STATE(2842)] = 37540, + [SMALL_STATE(2843)] = 37658, + [SMALL_STATE(2844)] = 37722, + [SMALL_STATE(2845)] = 37792, + [SMALL_STATE(2846)] = 37856, + [SMALL_STATE(2847)] = 37926, + [SMALL_STATE(2848)] = 37990, + [SMALL_STATE(2849)] = 38062, + [SMALL_STATE(2850)] = 38172, + [SMALL_STATE(2851)] = 38236, + [SMALL_STATE(2852)] = 38346, + [SMALL_STATE(2853)] = 38456, + [SMALL_STATE(2854)] = 38524, + [SMALL_STATE(2855)] = 38634, + [SMALL_STATE(2856)] = 38752, + [SMALL_STATE(2857)] = 38862, + [SMALL_STATE(2858)] = 38972, + [SMALL_STATE(2859)] = 39042, + [SMALL_STATE(2860)] = 39152, + [SMALL_STATE(2861)] = 39220, + [SMALL_STATE(2862)] = 39290, + [SMALL_STATE(2863)] = 39408, + [SMALL_STATE(2864)] = 39476, + [SMALL_STATE(2865)] = 39546, + [SMALL_STATE(2866)] = 39656, + [SMALL_STATE(2867)] = 39774, + [SMALL_STATE(2868)] = 39838, + [SMALL_STATE(2869)] = 39902, + [SMALL_STATE(2870)] = 39970, + [SMALL_STATE(2871)] = 40038, + [SMALL_STATE(2872)] = 40102, + [SMALL_STATE(2873)] = 40166, + [SMALL_STATE(2874)] = 40236, + [SMALL_STATE(2875)] = 40346, + [SMALL_STATE(2876)] = 40464, + [SMALL_STATE(2877)] = 40574, + [SMALL_STATE(2878)] = 40684, + [SMALL_STATE(2879)] = 40794, + [SMALL_STATE(2880)] = 40864, + [SMALL_STATE(2881)] = 40982, + [SMALL_STATE(2882)] = 41092, + [SMALL_STATE(2883)] = 41160, + [SMALL_STATE(2884)] = 41270, + [SMALL_STATE(2885)] = 41334, + [SMALL_STATE(2886)] = 41444, + [SMALL_STATE(2887)] = 41514, + [SMALL_STATE(2888)] = 41582, + [SMALL_STATE(2889)] = 41650, + [SMALL_STATE(2890)] = 41720, + [SMALL_STATE(2891)] = 41830, + [SMALL_STATE(2892)] = 41940, + [SMALL_STATE(2893)] = 42008, + [SMALL_STATE(2894)] = 42118, + [SMALL_STATE(2895)] = 42228, + [SMALL_STATE(2896)] = 42296, + [SMALL_STATE(2897)] = 42406, + [SMALL_STATE(2898)] = 42516, + [SMALL_STATE(2899)] = 42586, + [SMALL_STATE(2900)] = 42696, + [SMALL_STATE(2901)] = 42764, + [SMALL_STATE(2902)] = 42834, + [SMALL_STATE(2903)] = 42944, + [SMALL_STATE(2904)] = 43014, + [SMALL_STATE(2905)] = 43124, + [SMALL_STATE(2906)] = 43194, + [SMALL_STATE(2907)] = 43264, + [SMALL_STATE(2908)] = 43330, + [SMALL_STATE(2909)] = 43400, + [SMALL_STATE(2910)] = 43510, + [SMALL_STATE(2911)] = 43576, + [SMALL_STATE(2912)] = 43644, [SMALL_STATE(2913)] = 43708, - [SMALL_STATE(2914)] = 43771, - [SMALL_STATE(2915)] = 43876, - [SMALL_STATE(2916)] = 43947, - [SMALL_STATE(2917)] = 44022, - [SMALL_STATE(2918)] = 44135, - [SMALL_STATE(2919)] = 44252, - [SMALL_STATE(2920)] = 44325, - [SMALL_STATE(2921)] = 44434, - [SMALL_STATE(2922)] = 44507, - [SMALL_STATE(2923)] = 44578, - [SMALL_STATE(2924)] = 44641, - [SMALL_STATE(2925)] = 44716, - [SMALL_STATE(2926)] = 44783, - [SMALL_STATE(2927)] = 44850, - [SMALL_STATE(2928)] = 44967, - [SMALL_STATE(2929)] = 45038, - [SMALL_STATE(2930)] = 45199, - [SMALL_STATE(2931)] = 45272, - [SMALL_STATE(2932)] = 45335, - [SMALL_STATE(2933)] = 45398, - [SMALL_STATE(2934)] = 45465, - [SMALL_STATE(2935)] = 45532, - [SMALL_STATE(2936)] = 45599, - [SMALL_STATE(2937)] = 45672, - [SMALL_STATE(2938)] = 45739, - [SMALL_STATE(2939)] = 45818, - [SMALL_STATE(2940)] = 45883, - [SMALL_STATE(2941)] = 46044, - [SMALL_STATE(2942)] = 46109, - [SMALL_STATE(2943)] = 46172, - [SMALL_STATE(2944)] = 46253, - [SMALL_STATE(2945)] = 46366, - [SMALL_STATE(2946)] = 46445, - [SMALL_STATE(2947)] = 46606, - [SMALL_STATE(2948)] = 46673, - [SMALL_STATE(2949)] = 46740, - [SMALL_STATE(2950)] = 46807, - [SMALL_STATE(2951)] = 46874, - [SMALL_STATE(2952)] = 46941, - [SMALL_STATE(2953)] = 47004, - [SMALL_STATE(2954)] = 47067, - [SMALL_STATE(2955)] = 47184, - [SMALL_STATE(2956)] = 47301, - [SMALL_STATE(2957)] = 47374, - [SMALL_STATE(2958)] = 47447, - [SMALL_STATE(2959)] = 47564, - [SMALL_STATE(2960)] = 47665, - [SMALL_STATE(2961)] = 47730, - [SMALL_STATE(2962)] = 47797, - [SMALL_STATE(2963)] = 47864, - [SMALL_STATE(2964)] = 47981, - [SMALL_STATE(2965)] = 48078, - [SMALL_STATE(2966)] = 48191, - [SMALL_STATE(2967)] = 48300, - [SMALL_STATE(2968)] = 48373, - [SMALL_STATE(2969)] = 48468, - [SMALL_STATE(2970)] = 48559, - [SMALL_STATE(2971)] = 48626, - [SMALL_STATE(2972)] = 48715, - [SMALL_STATE(2973)] = 48788, - [SMALL_STATE(2974)] = 48873, - [SMALL_STATE(2975)] = 48954, - [SMALL_STATE(2976)] = 49017, - [SMALL_STATE(2977)] = 49096, - [SMALL_STATE(2978)] = 49167, - [SMALL_STATE(2979)] = 49234, - [SMALL_STATE(2980)] = 49317, - [SMALL_STATE(2981)] = 49434, - [SMALL_STATE(2982)] = 49515, - [SMALL_STATE(2983)] = 49594, - [SMALL_STATE(2984)] = 49703, - [SMALL_STATE(2985)] = 49772, - [SMALL_STATE(2986)] = 49889, - [SMALL_STATE(2987)] = 49998, - [SMALL_STATE(2988)] = 50073, - [SMALL_STATE(2989)] = 50190, - [SMALL_STATE(2990)] = 50269, - [SMALL_STATE(2991)] = 50332, - [SMALL_STATE(2992)] = 50395, - [SMALL_STATE(2993)] = 50458, - [SMALL_STATE(2994)] = 50521, - [SMALL_STATE(2995)] = 50638, + [SMALL_STATE(2914)] = 43779, + [SMALL_STATE(2915)] = 43888, + [SMALL_STATE(2916)] = 43951, + [SMALL_STATE(2917)] = 44064, + [SMALL_STATE(2918)] = 44127, + [SMALL_STATE(2919)] = 44194, + [SMALL_STATE(2920)] = 44267, + [SMALL_STATE(2921)] = 44384, + [SMALL_STATE(2922)] = 44451, + [SMALL_STATE(2923)] = 44568, + [SMALL_STATE(2924)] = 44639, + [SMALL_STATE(2925)] = 44706, + [SMALL_STATE(2926)] = 44815, + [SMALL_STATE(2927)] = 44878, + [SMALL_STATE(2928)] = 44951, + [SMALL_STATE(2929)] = 45032, + [SMALL_STATE(2930)] = 45105, + [SMALL_STATE(2931)] = 45222, + [SMALL_STATE(2932)] = 45303, + [SMALL_STATE(2933)] = 45416, + [SMALL_STATE(2934)] = 45577, + [SMALL_STATE(2935)] = 45652, + [SMALL_STATE(2936)] = 45719, + [SMALL_STATE(2937)] = 45782, + [SMALL_STATE(2938)] = 45855, + [SMALL_STATE(2939)] = 45930, + [SMALL_STATE(2940)] = 46043, + [SMALL_STATE(2941)] = 46160, + [SMALL_STATE(2942)] = 46239, + [SMALL_STATE(2943)] = 46348, + [SMALL_STATE(2944)] = 46419, + [SMALL_STATE(2945)] = 46486, + [SMALL_STATE(2946)] = 46549, + [SMALL_STATE(2947)] = 46666, + [SMALL_STATE(2948)] = 46783, + [SMALL_STATE(2949)] = 46862, + [SMALL_STATE(2950)] = 46925, + [SMALL_STATE(2951)] = 46998, + [SMALL_STATE(2952)] = 47081, + [SMALL_STATE(2953)] = 47162, + [SMALL_STATE(2954)] = 47229, + [SMALL_STATE(2955)] = 47390, + [SMALL_STATE(2956)] = 47453, + [SMALL_STATE(2957)] = 47562, + [SMALL_STATE(2958)] = 47647, + [SMALL_STATE(2959)] = 47722, + [SMALL_STATE(2960)] = 47795, + [SMALL_STATE(2961)] = 47858, + [SMALL_STATE(2962)] = 47921, + [SMALL_STATE(2963)] = 47990, + [SMALL_STATE(2964)] = 48053, + [SMALL_STATE(2965)] = 48132, + [SMALL_STATE(2966)] = 48199, + [SMALL_STATE(2967)] = 48316, + [SMALL_STATE(2968)] = 48383, + [SMALL_STATE(2969)] = 48500, + [SMALL_STATE(2970)] = 48571, + [SMALL_STATE(2971)] = 48636, + [SMALL_STATE(2972)] = 48701, + [SMALL_STATE(2973)] = 48780, + [SMALL_STATE(2974)] = 48853, + [SMALL_STATE(2975)] = 48918, + [SMALL_STATE(2976)] = 48997, + [SMALL_STATE(2977)] = 49114, + [SMALL_STATE(2978)] = 49223, + [SMALL_STATE(2979)] = 49286, + [SMALL_STATE(2980)] = 49349, + [SMALL_STATE(2981)] = 49416, + [SMALL_STATE(2982)] = 49483, + [SMALL_STATE(2983)] = 49644, + [SMALL_STATE(2984)] = 49749, + [SMALL_STATE(2985)] = 49866, + [SMALL_STATE(2986)] = 49967, + [SMALL_STATE(2987)] = 50064, + [SMALL_STATE(2988)] = 50131, + [SMALL_STATE(2989)] = 50198, + [SMALL_STATE(2990)] = 50287, + [SMALL_STATE(2991)] = 50360, + [SMALL_STATE(2992)] = 50427, + [SMALL_STATE(2993)] = 50494, + [SMALL_STATE(2994)] = 50589, + [SMALL_STATE(2995)] = 50680, [SMALL_STATE(2996)] = 50747, - [SMALL_STATE(2997)] = 50809, - [SMALL_STATE(2998)] = 50875, - [SMALL_STATE(2999)] = 50983, - [SMALL_STATE(3000)] = 51061, - [SMALL_STATE(3001)] = 51143, - [SMALL_STATE(3002)] = 51251, - [SMALL_STATE(3003)] = 51355, - [SMALL_STATE(3004)] = 51467, - [SMALL_STATE(3005)] = 51533, - [SMALL_STATE(3006)] = 51645, - [SMALL_STATE(3007)] = 51707, - [SMALL_STATE(3008)] = 51823, - [SMALL_STATE(3009)] = 51895, - [SMALL_STATE(3010)] = 51995, - [SMALL_STATE(3011)] = 52057, - [SMALL_STATE(3012)] = 52119, - [SMALL_STATE(3013)] = 52185, - [SMALL_STATE(3014)] = 52247, - [SMALL_STATE(3015)] = 52315, - [SMALL_STATE(3016)] = 52377, - [SMALL_STATE(3017)] = 52439, - [SMALL_STATE(3018)] = 52507, - [SMALL_STATE(3019)] = 52575, - [SMALL_STATE(3020)] = 52637, - [SMALL_STATE(3021)] = 52699, - [SMALL_STATE(3022)] = 52765, - [SMALL_STATE(3023)] = 52833, - [SMALL_STATE(3024)] = 52895, - [SMALL_STATE(3025)] = 52967, - [SMALL_STATE(3026)] = 53029, - [SMALL_STATE(3027)] = 53113, - [SMALL_STATE(3028)] = 53201, - [SMALL_STATE(3029)] = 53263, - [SMALL_STATE(3030)] = 53379, - [SMALL_STATE(3031)] = 53441, - [SMALL_STATE(3032)] = 53503, - [SMALL_STATE(3033)] = 53565, - [SMALL_STATE(3034)] = 53633, - [SMALL_STATE(3035)] = 53699, - [SMALL_STATE(3036)] = 53761, - [SMALL_STATE(3037)] = 53829, - [SMALL_STATE(3038)] = 53897, - [SMALL_STATE(3039)] = 53959, - [SMALL_STATE(3040)] = 54067, - [SMALL_STATE(3041)] = 54129, - [SMALL_STATE(3042)] = 54191, - [SMALL_STATE(3043)] = 54287, - [SMALL_STATE(3044)] = 54355, - [SMALL_STATE(3045)] = 54463, - [SMALL_STATE(3046)] = 54525, - [SMALL_STATE(3047)] = 54597, - [SMALL_STATE(3048)] = 54659, - [SMALL_STATE(3049)] = 54727, - [SMALL_STATE(3050)] = 54795, - [SMALL_STATE(3051)] = 54889, - [SMALL_STATE(3052)] = 54957, - [SMALL_STATE(3053)] = 55019, - [SMALL_STATE(3054)] = 55081, - [SMALL_STATE(3055)] = 55143, - [SMALL_STATE(3056)] = 55233, - [SMALL_STATE(3057)] = 55299, - [SMALL_STATE(3058)] = 55361, - [SMALL_STATE(3059)] = 55425, - [SMALL_STATE(3060)] = 55501, - [SMALL_STATE(3061)] = 55563, - [SMALL_STATE(3062)] = 55625, - [SMALL_STATE(3063)] = 55687, - [SMALL_STATE(3064)] = 55795, - [SMALL_STATE(3065)] = 55875, - [SMALL_STATE(3066)] = 55937, - [SMALL_STATE(3067)] = 55999, - [SMALL_STATE(3068)] = 56067, - [SMALL_STATE(3069)] = 56135, - [SMALL_STATE(3070)] = 56207, - [SMALL_STATE(3071)] = 56279, - [SMALL_STATE(3072)] = 56391, - [SMALL_STATE(3073)] = 56455, - [SMALL_STATE(3074)] = 56521, - [SMALL_STATE(3075)] = 56583, - [SMALL_STATE(3076)] = 56653, - [SMALL_STATE(3077)] = 56721, - [SMALL_STATE(3078)] = 56789, - [SMALL_STATE(3079)] = 56857, - [SMALL_STATE(3080)] = 56925, - [SMALL_STATE(3081)] = 56993, - [SMALL_STATE(3082)] = 57055, - [SMALL_STATE(3083)] = 57117, - [SMALL_STATE(3084)] = 57183, - [SMALL_STATE(3085)] = 57245, - [SMALL_STATE(3086)] = 57357, - [SMALL_STATE(3087)] = 57433, - [SMALL_STATE(3088)] = 57495, - [SMALL_STATE(3089)] = 57563, - [SMALL_STATE(3090)] = 57625, + [SMALL_STATE(2997)] = 50815, + [SMALL_STATE(2998)] = 50895, + [SMALL_STATE(2999)] = 50963, + [SMALL_STATE(3000)] = 51031, + [SMALL_STATE(3001)] = 51103, + [SMALL_STATE(3002)] = 51165, + [SMALL_STATE(3003)] = 51227, + [SMALL_STATE(3004)] = 51289, + [SMALL_STATE(3005)] = 51357, + [SMALL_STATE(3006)] = 51419, + [SMALL_STATE(3007)] = 51485, + [SMALL_STATE(3008)] = 51547, + [SMALL_STATE(3009)] = 51609, + [SMALL_STATE(3010)] = 51671, + [SMALL_STATE(3011)] = 51733, + [SMALL_STATE(3012)] = 51801, + [SMALL_STATE(3013)] = 51863, + [SMALL_STATE(3014)] = 51945, + [SMALL_STATE(3015)] = 52035, + [SMALL_STATE(3016)] = 52097, + [SMALL_STATE(3017)] = 52163, + [SMALL_STATE(3018)] = 52231, + [SMALL_STATE(3019)] = 52299, + [SMALL_STATE(3020)] = 52361, + [SMALL_STATE(3021)] = 52425, + [SMALL_STATE(3022)] = 52487, + [SMALL_STATE(3023)] = 52551, + [SMALL_STATE(3024)] = 52613, + [SMALL_STATE(3025)] = 52675, + [SMALL_STATE(3026)] = 52791, + [SMALL_STATE(3027)] = 52867, + [SMALL_STATE(3028)] = 52975, + [SMALL_STATE(3029)] = 53091, + [SMALL_STATE(3030)] = 53163, + [SMALL_STATE(3031)] = 53225, + [SMALL_STATE(3032)] = 53291, + [SMALL_STATE(3033)] = 53367, + [SMALL_STATE(3034)] = 53433, + [SMALL_STATE(3035)] = 53495, + [SMALL_STATE(3036)] = 53557, + [SMALL_STATE(3037)] = 53669, + [SMALL_STATE(3038)] = 53731, + [SMALL_STATE(3039)] = 53797, + [SMALL_STATE(3040)] = 53859, + [SMALL_STATE(3041)] = 53927, + [SMALL_STATE(3042)] = 53989, + [SMALL_STATE(3043)] = 54051, + [SMALL_STATE(3044)] = 54113, + [SMALL_STATE(3045)] = 54197, + [SMALL_STATE(3046)] = 54267, + [SMALL_STATE(3047)] = 54339, + [SMALL_STATE(3048)] = 54401, + [SMALL_STATE(3049)] = 54463, + [SMALL_STATE(3050)] = 54525, + [SMALL_STATE(3051)] = 54587, + [SMALL_STATE(3052)] = 54695, + [SMALL_STATE(3053)] = 54757, + [SMALL_STATE(3054)] = 54869, + [SMALL_STATE(3055)] = 54931, + [SMALL_STATE(3056)] = 54999, + [SMALL_STATE(3057)] = 55067, + [SMALL_STATE(3058)] = 55135, + [SMALL_STATE(3059)] = 55207, + [SMALL_STATE(3060)] = 55273, + [SMALL_STATE(3061)] = 55335, + [SMALL_STATE(3062)] = 55397, + [SMALL_STATE(3063)] = 55465, + [SMALL_STATE(3064)] = 55553, + [SMALL_STATE(3065)] = 55615, + [SMALL_STATE(3066)] = 55681, + [SMALL_STATE(3067)] = 55793, + [SMALL_STATE(3068)] = 55855, + [SMALL_STATE(3069)] = 55923, + [SMALL_STATE(3070)] = 55991, + [SMALL_STATE(3071)] = 56053, + [SMALL_STATE(3072)] = 56121, + [SMALL_STATE(3073)] = 56189, + [SMALL_STATE(3074)] = 56257, + [SMALL_STATE(3075)] = 56319, + [SMALL_STATE(3076)] = 56387, + [SMALL_STATE(3077)] = 56455, + [SMALL_STATE(3078)] = 56563, + [SMALL_STATE(3079)] = 56671, + [SMALL_STATE(3080)] = 56739, + [SMALL_STATE(3081)] = 56847, + [SMALL_STATE(3082)] = 56959, + [SMALL_STATE(3083)] = 57021, + [SMALL_STATE(3084)] = 57083, + [SMALL_STATE(3085)] = 57149, + [SMALL_STATE(3086)] = 57227, + [SMALL_STATE(3087)] = 57331, + [SMALL_STATE(3088)] = 57431, + [SMALL_STATE(3089)] = 57525, + [SMALL_STATE(3090)] = 57621, [SMALL_STATE(3091)] = 57693, - [SMALL_STATE(3092)] = 57780, - [SMALL_STATE(3093)] = 57889, - [SMALL_STATE(3094)] = 58004, - [SMALL_STATE(3095)] = 58113, - [SMALL_STATE(3096)] = 58222, - [SMALL_STATE(3097)] = 58331, - [SMALL_STATE(3098)] = 58440, - [SMALL_STATE(3099)] = 58505, - [SMALL_STATE(3100)] = 58614, - [SMALL_STATE(3101)] = 58723, - [SMALL_STATE(3102)] = 58832, - [SMALL_STATE(3103)] = 58943, - [SMALL_STATE(3104)] = 59016, - [SMALL_STATE(3105)] = 59077, - [SMALL_STATE(3106)] = 59138, - [SMALL_STATE(3107)] = 59247, - [SMALL_STATE(3108)] = 59308, - [SMALL_STATE(3109)] = 59417, - [SMALL_STATE(3110)] = 59526, - [SMALL_STATE(3111)] = 59637, - [SMALL_STATE(3112)] = 59746, - [SMALL_STATE(3113)] = 59855, - [SMALL_STATE(3114)] = 59964, - [SMALL_STATE(3115)] = 60073, - [SMALL_STATE(3116)] = 60134, - [SMALL_STATE(3117)] = 60243, - [SMALL_STATE(3118)] = 60352, - [SMALL_STATE(3119)] = 60461, - [SMALL_STATE(3120)] = 60568, - [SMALL_STATE(3121)] = 60677, - [SMALL_STATE(3122)] = 60792, - [SMALL_STATE(3123)] = 60861, - [SMALL_STATE(3124)] = 60926, - [SMALL_STATE(3125)] = 60987, - [SMALL_STATE(3126)] = 61096, - [SMALL_STATE(3127)] = 61167, - [SMALL_STATE(3128)] = 61276, - [SMALL_STATE(3129)] = 61385, - [SMALL_STATE(3130)] = 61446, - [SMALL_STATE(3131)] = 61507, - [SMALL_STATE(3132)] = 61574, - [SMALL_STATE(3133)] = 61683, - [SMALL_STATE(3134)] = 61744, - [SMALL_STATE(3135)] = 61853, - [SMALL_STATE(3136)] = 61962, - [SMALL_STATE(3137)] = 62071, - [SMALL_STATE(3138)] = 62136, - [SMALL_STATE(3139)] = 62245, - [SMALL_STATE(3140)] = 62354, - [SMALL_STATE(3141)] = 62463, - [SMALL_STATE(3142)] = 62524, - [SMALL_STATE(3143)] = 62633, - [SMALL_STATE(3144)] = 62742, - [SMALL_STATE(3145)] = 62851, - [SMALL_STATE(3146)] = 62912, - [SMALL_STATE(3147)] = 63021, - [SMALL_STATE(3148)] = 63082, - [SMALL_STATE(3149)] = 63159, - [SMALL_STATE(3150)] = 63268, - [SMALL_STATE(3151)] = 63377, - [SMALL_STATE(3152)] = 63452, - [SMALL_STATE(3153)] = 63513, - [SMALL_STATE(3154)] = 63580, - [SMALL_STATE(3155)] = 63689, - [SMALL_STATE(3156)] = 63750, - [SMALL_STATE(3157)] = 63811, - [SMALL_STATE(3158)] = 63920, - [SMALL_STATE(3159)] = 63985, - [SMALL_STATE(3160)] = 64046, - [SMALL_STATE(3161)] = 64107, - [SMALL_STATE(3162)] = 64210, - [SMALL_STATE(3163)] = 64271, - [SMALL_STATE(3164)] = 64380, - [SMALL_STATE(3165)] = 64479, - [SMALL_STATE(3166)] = 64588, - [SMALL_STATE(3167)] = 64697, - [SMALL_STATE(3168)] = 64792, - [SMALL_STATE(3169)] = 64901, - [SMALL_STATE(3170)] = 64962, - [SMALL_STATE(3171)] = 65055, - [SMALL_STATE(3172)] = 65144, - [SMALL_STATE(3173)] = 65227, - [SMALL_STATE(3174)] = 65336, - [SMALL_STATE(3175)] = 65415, - [SMALL_STATE(3176)] = 65476, - [SMALL_STATE(3177)] = 65549, - [SMALL_STATE(3178)] = 65656, - [SMALL_STATE(3179)] = 65717, - [SMALL_STATE(3180)] = 65792, - [SMALL_STATE(3181)] = 65867, - [SMALL_STATE(3182)] = 65928, - [SMALL_STATE(3183)] = 66037, - [SMALL_STATE(3184)] = 66118, - [SMALL_STATE(3185)] = 66227, - [SMALL_STATE(3186)] = 66294, - [SMALL_STATE(3187)] = 66403, - [SMALL_STATE(3188)] = 66464, - [SMALL_STATE(3189)] = 66525, - [SMALL_STATE(3190)] = 66634, - [SMALL_STATE(3191)] = 66741, - [SMALL_STATE(3192)] = 66856, - [SMALL_STATE(3193)] = 66931, - [SMALL_STATE(3194)] = 67038, - [SMALL_STATE(3195)] = 67101, - [SMALL_STATE(3196)] = 67174, - [SMALL_STATE(3197)] = 67235, - [SMALL_STATE(3198)] = 67296, - [SMALL_STATE(3199)] = 67357, - [SMALL_STATE(3200)] = 67466, - [SMALL_STATE(3201)] = 67575, - [SMALL_STATE(3202)] = 67636, - [SMALL_STATE(3203)] = 67699, - [SMALL_STATE(3204)] = 67808, - [SMALL_STATE(3205)] = 67869, - [SMALL_STATE(3206)] = 67978, - [SMALL_STATE(3207)] = 68043, - [SMALL_STATE(3208)] = 68104, - [SMALL_STATE(3209)] = 68181, - [SMALL_STATE(3210)] = 68246, - [SMALL_STATE(3211)] = 68319, - [SMALL_STATE(3212)] = 68386, - [SMALL_STATE(3213)] = 68447, - [SMALL_STATE(3214)] = 68516, - [SMALL_STATE(3215)] = 68627, - [SMALL_STATE(3216)] = 68736, - [SMALL_STATE(3217)] = 68799, - [SMALL_STATE(3218)] = 68860, - [SMALL_STATE(3219)] = 68929, - [SMALL_STATE(3220)] = 68990, - [SMALL_STATE(3221)] = 69099, - [SMALL_STATE(3222)] = 69174, - [SMALL_STATE(3223)] = 69235, - [SMALL_STATE(3224)] = 69296, - [SMALL_STATE(3225)] = 69405, - [SMALL_STATE(3226)] = 69472, - [SMALL_STATE(3227)] = 69533, - [SMALL_STATE(3228)] = 69642, - [SMALL_STATE(3229)] = 69751, - [SMALL_STATE(3230)] = 69860, - [SMALL_STATE(3231)] = 69969, - [SMALL_STATE(3232)] = 70084, - [SMALL_STATE(3233)] = 70145, - [SMALL_STATE(3234)] = 70254, - [SMALL_STATE(3235)] = 70335, - [SMALL_STATE(3236)] = 70444, - [SMALL_STATE(3237)] = 70513, - [SMALL_STATE(3238)] = 70580, - [SMALL_STATE(3239)] = 70689, - [SMALL_STATE(3240)] = 70798, - [SMALL_STATE(3241)] = 70861, - [SMALL_STATE(3242)] = 70970, - [SMALL_STATE(3243)] = 71085, - [SMALL_STATE(3244)] = 71146, - [SMALL_STATE(3245)] = 71255, - [SMALL_STATE(3246)] = 71364, - [SMALL_STATE(3247)] = 71431, - [SMALL_STATE(3248)] = 71540, - [SMALL_STATE(3249)] = 71649, - [SMALL_STATE(3250)] = 71716, - [SMALL_STATE(3251)] = 71777, - [SMALL_STATE(3252)] = 71838, - [SMALL_STATE(3253)] = 71903, - [SMALL_STATE(3254)] = 71968, - [SMALL_STATE(3255)] = 72035, - [SMALL_STATE(3256)] = 72096, - [SMALL_STATE(3257)] = 72205, - [SMALL_STATE(3258)] = 72314, - [SMALL_STATE(3259)] = 72423, - [SMALL_STATE(3260)] = 72532, - [SMALL_STATE(3261)] = 72601, - [SMALL_STATE(3262)] = 72710, - [SMALL_STATE(3263)] = 72817, - [SMALL_STATE(3264)] = 72932, - [SMALL_STATE(3265)] = 72993, + [SMALL_STATE(3092)] = 57802, + [SMALL_STATE(3093)] = 57917, + [SMALL_STATE(3094)] = 58026, + [SMALL_STATE(3095)] = 58125, + [SMALL_STATE(3096)] = 58186, + [SMALL_STATE(3097)] = 58295, + [SMALL_STATE(3098)] = 58358, + [SMALL_STATE(3099)] = 58467, + [SMALL_STATE(3100)] = 58576, + [SMALL_STATE(3101)] = 58637, + [SMALL_STATE(3102)] = 58746, + [SMALL_STATE(3103)] = 58807, + [SMALL_STATE(3104)] = 58884, + [SMALL_STATE(3105)] = 58993, + [SMALL_STATE(3106)] = 59056, + [SMALL_STATE(3107)] = 59165, + [SMALL_STATE(3108)] = 59274, + [SMALL_STATE(3109)] = 59389, + [SMALL_STATE(3110)] = 59468, + [SMALL_STATE(3111)] = 59577, + [SMALL_STATE(3112)] = 59642, + [SMALL_STATE(3113)] = 59703, + [SMALL_STATE(3114)] = 59764, + [SMALL_STATE(3115)] = 59845, + [SMALL_STATE(3116)] = 59912, + [SMALL_STATE(3117)] = 59973, + [SMALL_STATE(3118)] = 60082, + [SMALL_STATE(3119)] = 60151, + [SMALL_STATE(3120)] = 60258, + [SMALL_STATE(3121)] = 60367, + [SMALL_STATE(3122)] = 60440, + [SMALL_STATE(3123)] = 60507, + [SMALL_STATE(3124)] = 60576, + [SMALL_STATE(3125)] = 60643, + [SMALL_STATE(3126)] = 60752, + [SMALL_STATE(3127)] = 60847, + [SMALL_STATE(3128)] = 60954, + [SMALL_STATE(3129)] = 61063, + [SMALL_STATE(3130)] = 61172, + [SMALL_STATE(3131)] = 61241, + [SMALL_STATE(3132)] = 61350, + [SMALL_STATE(3133)] = 61443, + [SMALL_STATE(3134)] = 61552, + [SMALL_STATE(3135)] = 61661, + [SMALL_STATE(3136)] = 61724, + [SMALL_STATE(3137)] = 61833, + [SMALL_STATE(3138)] = 61942, + [SMALL_STATE(3139)] = 62051, + [SMALL_STATE(3140)] = 62158, + [SMALL_STATE(3141)] = 62223, + [SMALL_STATE(3142)] = 62284, + [SMALL_STATE(3143)] = 62393, + [SMALL_STATE(3144)] = 62502, + [SMALL_STATE(3145)] = 62611, + [SMALL_STATE(3146)] = 62672, + [SMALL_STATE(3147)] = 62761, + [SMALL_STATE(3148)] = 62826, + [SMALL_STATE(3149)] = 62935, + [SMALL_STATE(3150)] = 63044, + [SMALL_STATE(3151)] = 63105, + [SMALL_STATE(3152)] = 63166, + [SMALL_STATE(3153)] = 63275, + [SMALL_STATE(3154)] = 63342, + [SMALL_STATE(3155)] = 63453, + [SMALL_STATE(3156)] = 63516, + [SMALL_STATE(3157)] = 63625, + [SMALL_STATE(3158)] = 63734, + [SMALL_STATE(3159)] = 63795, + [SMALL_STATE(3160)] = 63856, + [SMALL_STATE(3161)] = 63917, + [SMALL_STATE(3162)] = 64026, + [SMALL_STATE(3163)] = 64087, + [SMALL_STATE(3164)] = 64152, + [SMALL_STATE(3165)] = 64213, + [SMALL_STATE(3166)] = 64322, + [SMALL_STATE(3167)] = 64431, + [SMALL_STATE(3168)] = 64540, + [SMALL_STATE(3169)] = 64607, + [SMALL_STATE(3170)] = 64716, + [SMALL_STATE(3171)] = 64785, + [SMALL_STATE(3172)] = 64894, + [SMALL_STATE(3173)] = 64955, + [SMALL_STATE(3174)] = 65064, + [SMALL_STATE(3175)] = 65173, + [SMALL_STATE(3176)] = 65282, + [SMALL_STATE(3177)] = 65391, + [SMALL_STATE(3178)] = 65452, + [SMALL_STATE(3179)] = 65567, + [SMALL_STATE(3180)] = 65676, + [SMALL_STATE(3181)] = 65785, + [SMALL_STATE(3182)] = 65860, + [SMALL_STATE(3183)] = 65967, + [SMALL_STATE(3184)] = 66078, + [SMALL_STATE(3185)] = 66139, + [SMALL_STATE(3186)] = 66254, + [SMALL_STATE(3187)] = 66363, + [SMALL_STATE(3188)] = 66436, + [SMALL_STATE(3189)] = 66497, + [SMALL_STATE(3190)] = 66558, + [SMALL_STATE(3191)] = 66667, + [SMALL_STATE(3192)] = 66740, + [SMALL_STATE(3193)] = 66801, + [SMALL_STATE(3194)] = 66862, + [SMALL_STATE(3195)] = 66923, + [SMALL_STATE(3196)] = 67032, + [SMALL_STATE(3197)] = 67093, + [SMALL_STATE(3198)] = 67154, + [SMALL_STATE(3199)] = 67269, + [SMALL_STATE(3200)] = 67330, + [SMALL_STATE(3201)] = 67437, + [SMALL_STATE(3202)] = 67514, + [SMALL_STATE(3203)] = 67623, + [SMALL_STATE(3204)] = 67684, + [SMALL_STATE(3205)] = 67793, + [SMALL_STATE(3206)] = 67902, + [SMALL_STATE(3207)] = 67977, + [SMALL_STATE(3208)] = 68086, + [SMALL_STATE(3209)] = 68161, + [SMALL_STATE(3210)] = 68270, + [SMALL_STATE(3211)] = 68379, + [SMALL_STATE(3212)] = 68444, + [SMALL_STATE(3213)] = 68553, + [SMALL_STATE(3214)] = 68614, + [SMALL_STATE(3215)] = 68723, + [SMALL_STATE(3216)] = 68784, + [SMALL_STATE(3217)] = 68893, + [SMALL_STATE(3218)] = 68954, + [SMALL_STATE(3219)] = 69063, + [SMALL_STATE(3220)] = 69172, + [SMALL_STATE(3221)] = 69281, + [SMALL_STATE(3222)] = 69348, + [SMALL_STATE(3223)] = 69457, + [SMALL_STATE(3224)] = 69566, + [SMALL_STATE(3225)] = 69675, + [SMALL_STATE(3226)] = 69784, + [SMALL_STATE(3227)] = 69893, + [SMALL_STATE(3228)] = 69954, + [SMALL_STATE(3229)] = 70063, + [SMALL_STATE(3230)] = 70124, + [SMALL_STATE(3231)] = 70191, + [SMALL_STATE(3232)] = 70258, + [SMALL_STATE(3233)] = 70319, + [SMALL_STATE(3234)] = 70384, + [SMALL_STATE(3235)] = 70495, + [SMALL_STATE(3236)] = 70556, + [SMALL_STATE(3237)] = 70617, + [SMALL_STATE(3238)] = 70678, + [SMALL_STATE(3239)] = 70793, + [SMALL_STATE(3240)] = 70860, + [SMALL_STATE(3241)] = 70935, + [SMALL_STATE(3242)] = 70996, + [SMALL_STATE(3243)] = 71105, + [SMALL_STATE(3244)] = 71166, + [SMALL_STATE(3245)] = 71253, + [SMALL_STATE(3246)] = 71362, + [SMALL_STATE(3247)] = 71471, + [SMALL_STATE(3248)] = 71554, + [SMALL_STATE(3249)] = 71623, + [SMALL_STATE(3250)] = 71688, + [SMALL_STATE(3251)] = 71791, + [SMALL_STATE(3252)] = 71900, + [SMALL_STATE(3253)] = 71961, + [SMALL_STATE(3254)] = 72070, + [SMALL_STATE(3255)] = 72141, + [SMALL_STATE(3256)] = 72202, + [SMALL_STATE(3257)] = 72311, + [SMALL_STATE(3258)] = 72392, + [SMALL_STATE(3259)] = 72501, + [SMALL_STATE(3260)] = 72610, + [SMALL_STATE(3261)] = 72719, + [SMALL_STATE(3262)] = 72828, + [SMALL_STATE(3263)] = 72903, + [SMALL_STATE(3264)] = 72968, + [SMALL_STATE(3265)] = 73041, [SMALL_STATE(3266)] = 73102, - [SMALL_STATE(3267)] = 73162, - [SMALL_STATE(3268)] = 73226, - [SMALL_STATE(3269)] = 73300, - [SMALL_STATE(3270)] = 73412, - [SMALL_STATE(3271)] = 73518, - [SMALL_STATE(3272)] = 73578, - [SMALL_STATE(3273)] = 73676, - [SMALL_STATE(3274)] = 73736, + [SMALL_STATE(3267)] = 73208, + [SMALL_STATE(3268)] = 73268, + [SMALL_STATE(3269)] = 73328, + [SMALL_STATE(3270)] = 73388, + [SMALL_STATE(3271)] = 73448, + [SMALL_STATE(3272)] = 73508, + [SMALL_STATE(3273)] = 73578, + [SMALL_STATE(3274)] = 73682, [SMALL_STATE(3275)] = 73796, [SMALL_STATE(3276)] = 73856, - [SMALL_STATE(3277)] = 73930, - [SMALL_STATE(3278)] = 74086, - [SMALL_STATE(3279)] = 74192, - [SMALL_STATE(3280)] = 74298, - [SMALL_STATE(3281)] = 74402, - [SMALL_STATE(3282)] = 74476, - [SMALL_STATE(3283)] = 74548, - [SMALL_STATE(3284)] = 74612, - [SMALL_STATE(3285)] = 74718, - [SMALL_STATE(3286)] = 74816, - [SMALL_STATE(3287)] = 74926, - [SMALL_STATE(3288)] = 75032, - [SMALL_STATE(3289)] = 75092, - [SMALL_STATE(3290)] = 75166, - [SMALL_STATE(3291)] = 75264, - [SMALL_STATE(3292)] = 75420, - [SMALL_STATE(3293)] = 75480, - [SMALL_STATE(3294)] = 75636, - [SMALL_STATE(3295)] = 75740, - [SMALL_STATE(3296)] = 75820, - [SMALL_STATE(3297)] = 75926, - [SMALL_STATE(3298)] = 76004, - [SMALL_STATE(3299)] = 76070, - [SMALL_STATE(3300)] = 76136, - [SMALL_STATE(3301)] = 76200, - [SMALL_STATE(3302)] = 76260, - [SMALL_STATE(3303)] = 76326, - [SMALL_STATE(3304)] = 76392, - [SMALL_STATE(3305)] = 76458, - [SMALL_STATE(3306)] = 76518, - [SMALL_STATE(3307)] = 76578, - [SMALL_STATE(3308)] = 76734, - [SMALL_STATE(3309)] = 76840, - [SMALL_STATE(3310)] = 76900, - [SMALL_STATE(3311)] = 76960, - [SMALL_STATE(3312)] = 77026, - [SMALL_STATE(3313)] = 77086, - [SMALL_STATE(3314)] = 77192, - [SMALL_STATE(3315)] = 77274, - [SMALL_STATE(3316)] = 77372, - [SMALL_STATE(3317)] = 77432, - [SMALL_STATE(3318)] = 77502, - [SMALL_STATE(3319)] = 77616, - [SMALL_STATE(3320)] = 77730, - [SMALL_STATE(3321)] = 77886, - [SMALL_STATE(3322)] = 77946, - [SMALL_STATE(3323)] = 78102, - [SMALL_STATE(3324)] = 78190, - [SMALL_STATE(3325)] = 78294, - [SMALL_STATE(3326)] = 78366, - [SMALL_STATE(3327)] = 78446, - [SMALL_STATE(3328)] = 78538, - [SMALL_STATE(3329)] = 78598, - [SMALL_STATE(3330)] = 78692, - [SMALL_STATE(3331)] = 78790, - [SMALL_STATE(3332)] = 78892, - [SMALL_STATE(3333)] = 78966, - [SMALL_STATE(3334)] = 79042, - [SMALL_STATE(3335)] = 79152, - [SMALL_STATE(3336)] = 79258, - [SMALL_STATE(3337)] = 79368, - [SMALL_STATE(3338)] = 79440, - [SMALL_STATE(3339)] = 79546, - [SMALL_STATE(3340)] = 79620, - [SMALL_STATE(3341)] = 79726, - [SMALL_STATE(3342)] = 79834, - [SMALL_STATE(3343)] = 79940, - [SMALL_STATE(3344)] = 80046, - [SMALL_STATE(3345)] = 80106, - [SMALL_STATE(3346)] = 80166, - [SMALL_STATE(3347)] = 80244, - [SMALL_STATE(3348)] = 80326, - [SMALL_STATE(3349)] = 80410, - [SMALL_STATE(3350)] = 80470, - [SMALL_STATE(3351)] = 80536, - [SMALL_STATE(3352)] = 80596, - [SMALL_STATE(3353)] = 80656, - [SMALL_STATE(3354)] = 80742, - [SMALL_STATE(3355)] = 80898, - [SMALL_STATE(3356)] = 80988, - [SMALL_STATE(3357)] = 81048, - [SMALL_STATE(3358)] = 81140, - [SMALL_STATE(3359)] = 81236, - [SMALL_STATE(3360)] = 81296, - [SMALL_STATE(3361)] = 81402, - [SMALL_STATE(3362)] = 81488, - [SMALL_STATE(3363)] = 81552, - [SMALL_STATE(3364)] = 81658, - [SMALL_STATE(3365)] = 81814, - [SMALL_STATE(3366)] = 81886, - [SMALL_STATE(3367)] = 81948, - [SMALL_STATE(3368)] = 82104, - [SMALL_STATE(3369)] = 82164, - [SMALL_STATE(3370)] = 82224, - [SMALL_STATE(3371)] = 82328, - [SMALL_STATE(3372)] = 82398, - [SMALL_STATE(3373)] = 82472, - [SMALL_STATE(3374)] = 82542, - [SMALL_STATE(3375)] = 82616, - [SMALL_STATE(3376)] = 82676, - [SMALL_STATE(3377)] = 82782, - [SMALL_STATE(3378)] = 82842, - [SMALL_STATE(3379)] = 82902, - [SMALL_STATE(3380)] = 82962, - [SMALL_STATE(3381)] = 83022, - [SMALL_STATE(3382)] = 83128, - [SMALL_STATE(3383)] = 83188, - [SMALL_STATE(3384)] = 83248, - [SMALL_STATE(3385)] = 83348, - [SMALL_STATE(3386)] = 83410, - [SMALL_STATE(3387)] = 83470, - [SMALL_STATE(3388)] = 83530, - [SMALL_STATE(3389)] = 83590, - [SMALL_STATE(3390)] = 83650, - [SMALL_STATE(3391)] = 83724, - [SMALL_STATE(3392)] = 83800, - [SMALL_STATE(3393)] = 83906, - [SMALL_STATE(3394)] = 83966, - [SMALL_STATE(3395)] = 84072, - [SMALL_STATE(3396)] = 84132, - [SMALL_STATE(3397)] = 84192, - [SMALL_STATE(3398)] = 84306, - [SMALL_STATE(3399)] = 84412, - [SMALL_STATE(3400)] = 84472, - [SMALL_STATE(3401)] = 84578, - [SMALL_STATE(3402)] = 84642, - [SMALL_STATE(3403)] = 84710, - [SMALL_STATE(3404)] = 84770, - [SMALL_STATE(3405)] = 84830, - [SMALL_STATE(3406)] = 84890, - [SMALL_STATE(3407)] = 84988, - [SMALL_STATE(3408)] = 85048, - [SMALL_STATE(3409)] = 85162, - [SMALL_STATE(3410)] = 85222, - [SMALL_STATE(3411)] = 85330, - [SMALL_STATE(3412)] = 85390, - [SMALL_STATE(3413)] = 85450, - [SMALL_STATE(3414)] = 85510, - [SMALL_STATE(3415)] = 85572, - [SMALL_STATE(3416)] = 85678, - [SMALL_STATE(3417)] = 85738, - [SMALL_STATE(3418)] = 85798, - [SMALL_STATE(3419)] = 85868, - [SMALL_STATE(3420)] = 85974, - [SMALL_STATE(3421)] = 86078, - [SMALL_STATE(3422)] = 86140, - [SMALL_STATE(3423)] = 86210, - [SMALL_STATE(3424)] = 86270, - [SMALL_STATE(3425)] = 86330, - [SMALL_STATE(3426)] = 86428, - [SMALL_STATE(3427)] = 86534, - [SMALL_STATE(3428)] = 86594, - [SMALL_STATE(3429)] = 86654, - [SMALL_STATE(3430)] = 86728, - [SMALL_STATE(3431)] = 86790, - [SMALL_STATE(3432)] = 86860, - [SMALL_STATE(3433)] = 86924, - [SMALL_STATE(3434)] = 87032, - [SMALL_STATE(3435)] = 87100, + [SMALL_STATE(3277)] = 73964, + [SMALL_STATE(3278)] = 74024, + [SMALL_STATE(3279)] = 74084, + [SMALL_STATE(3280)] = 74144, + [SMALL_STATE(3281)] = 74204, + [SMALL_STATE(3282)] = 74308, + [SMALL_STATE(3283)] = 74368, + [SMALL_STATE(3284)] = 74430, + [SMALL_STATE(3285)] = 74492, + [SMALL_STATE(3286)] = 74606, + [SMALL_STATE(3287)] = 74670, + [SMALL_STATE(3288)] = 74730, + [SMALL_STATE(3289)] = 74838, + [SMALL_STATE(3290)] = 74944, + [SMALL_STATE(3291)] = 75014, + [SMALL_STATE(3292)] = 75074, + [SMALL_STATE(3293)] = 75134, + [SMALL_STATE(3294)] = 75194, + [SMALL_STATE(3295)] = 75254, + [SMALL_STATE(3296)] = 75360, + [SMALL_STATE(3297)] = 75420, + [SMALL_STATE(3298)] = 75480, + [SMALL_STATE(3299)] = 75544, + [SMALL_STATE(3300)] = 75604, + [SMALL_STATE(3301)] = 75760, + [SMALL_STATE(3302)] = 75824, + [SMALL_STATE(3303)] = 75884, + [SMALL_STATE(3304)] = 75944, + [SMALL_STATE(3305)] = 76010, + [SMALL_STATE(3306)] = 76070, + [SMALL_STATE(3307)] = 76130, + [SMALL_STATE(3308)] = 76200, + [SMALL_STATE(3309)] = 76298, + [SMALL_STATE(3310)] = 76372, + [SMALL_STATE(3311)] = 76442, + [SMALL_STATE(3312)] = 76540, + [SMALL_STATE(3313)] = 76600, + [SMALL_STATE(3314)] = 76660, + [SMALL_STATE(3315)] = 76728, + [SMALL_STATE(3316)] = 76788, + [SMALL_STATE(3317)] = 76886, + [SMALL_STATE(3318)] = 76946, + [SMALL_STATE(3319)] = 77044, + [SMALL_STATE(3320)] = 77110, + [SMALL_STATE(3321)] = 77224, + [SMALL_STATE(3322)] = 77288, + [SMALL_STATE(3323)] = 77348, + [SMALL_STATE(3324)] = 77410, + [SMALL_STATE(3325)] = 77516, + [SMALL_STATE(3326)] = 77576, + [SMALL_STATE(3327)] = 77638, + [SMALL_STATE(3328)] = 77698, + [SMALL_STATE(3329)] = 77758, + [SMALL_STATE(3330)] = 77914, + [SMALL_STATE(3331)] = 78012, + [SMALL_STATE(3332)] = 78110, + [SMALL_STATE(3333)] = 78170, + [SMALL_STATE(3334)] = 78276, + [SMALL_STATE(3335)] = 78336, + [SMALL_STATE(3336)] = 78402, + [SMALL_STATE(3337)] = 78466, + [SMALL_STATE(3338)] = 78526, + [SMALL_STATE(3339)] = 78632, + [SMALL_STATE(3340)] = 78692, + [SMALL_STATE(3341)] = 78752, + [SMALL_STATE(3342)] = 78908, + [SMALL_STATE(3343)] = 78968, + [SMALL_STATE(3344)] = 79030, + [SMALL_STATE(3345)] = 79090, + [SMALL_STATE(3346)] = 79156, + [SMALL_STATE(3347)] = 79262, + [SMALL_STATE(3348)] = 79418, + [SMALL_STATE(3349)] = 79484, + [SMALL_STATE(3350)] = 79544, + [SMALL_STATE(3351)] = 79700, + [SMALL_STATE(3352)] = 79760, + [SMALL_STATE(3353)] = 79866, + [SMALL_STATE(3354)] = 80022, + [SMALL_STATE(3355)] = 80082, + [SMALL_STATE(3356)] = 80142, + [SMALL_STATE(3357)] = 80248, + [SMALL_STATE(3358)] = 80404, + [SMALL_STATE(3359)] = 80464, + [SMALL_STATE(3360)] = 80524, + [SMALL_STATE(3361)] = 80680, + [SMALL_STATE(3362)] = 80786, + [SMALL_STATE(3363)] = 80942, + [SMALL_STATE(3364)] = 81014, + [SMALL_STATE(3365)] = 81118, + [SMALL_STATE(3366)] = 81224, + [SMALL_STATE(3367)] = 81298, + [SMALL_STATE(3368)] = 81372, + [SMALL_STATE(3369)] = 81484, + [SMALL_STATE(3370)] = 81544, + [SMALL_STATE(3371)] = 81604, + [SMALL_STATE(3372)] = 81664, + [SMALL_STATE(3373)] = 81768, + [SMALL_STATE(3374)] = 81840, + [SMALL_STATE(3375)] = 81946, + [SMALL_STATE(3376)] = 82060, + [SMALL_STATE(3377)] = 82166, + [SMALL_STATE(3378)] = 82272, + [SMALL_STATE(3379)] = 82378, + [SMALL_STATE(3380)] = 82484, + [SMALL_STATE(3381)] = 82590, + [SMALL_STATE(3382)] = 82650, + [SMALL_STATE(3383)] = 82754, + [SMALL_STATE(3384)] = 82814, + [SMALL_STATE(3385)] = 82874, + [SMALL_STATE(3386)] = 82980, + [SMALL_STATE(3387)] = 83040, + [SMALL_STATE(3388)] = 83148, + [SMALL_STATE(3389)] = 83208, + [SMALL_STATE(3390)] = 83268, + [SMALL_STATE(3391)] = 83344, + [SMALL_STATE(3392)] = 83418, + [SMALL_STATE(3393)] = 83518, + [SMALL_STATE(3394)] = 83614, + [SMALL_STATE(3395)] = 83706, + [SMALL_STATE(3396)] = 83796, + [SMALL_STATE(3397)] = 83882, + [SMALL_STATE(3398)] = 83966, + [SMALL_STATE(3399)] = 84048, + [SMALL_STATE(3400)] = 84126, + [SMALL_STATE(3401)] = 84240, + [SMALL_STATE(3402)] = 84310, + [SMALL_STATE(3403)] = 84380, + [SMALL_STATE(3404)] = 84460, + [SMALL_STATE(3405)] = 84532, + [SMALL_STATE(3406)] = 84638, + [SMALL_STATE(3407)] = 84712, + [SMALL_STATE(3408)] = 84786, + [SMALL_STATE(3409)] = 84892, + [SMALL_STATE(3410)] = 84964, + [SMALL_STATE(3411)] = 85074, + [SMALL_STATE(3412)] = 85150, + [SMALL_STATE(3413)] = 85224, + [SMALL_STATE(3414)] = 85326, + [SMALL_STATE(3415)] = 85424, + [SMALL_STATE(3416)] = 85518, + [SMALL_STATE(3417)] = 85610, + [SMALL_STATE(3418)] = 85698, + [SMALL_STATE(3419)] = 85784, + [SMALL_STATE(3420)] = 85866, + [SMALL_STATE(3421)] = 85944, + [SMALL_STATE(3422)] = 86024, + [SMALL_STATE(3423)] = 86098, + [SMALL_STATE(3424)] = 86204, + [SMALL_STATE(3425)] = 86314, + [SMALL_STATE(3426)] = 86420, + [SMALL_STATE(3427)] = 86530, + [SMALL_STATE(3428)] = 86590, + [SMALL_STATE(3429)] = 86664, + [SMALL_STATE(3430)] = 86738, + [SMALL_STATE(3431)] = 86802, + [SMALL_STATE(3432)] = 86868, + [SMALL_STATE(3433)] = 86934, + [SMALL_STATE(3434)] = 87002, + [SMALL_STATE(3435)] = 87108, [SMALL_STATE(3436)] = 87214, [SMALL_STATE(3437)] = 87273, [SMALL_STATE(3438)] = 87332, - [SMALL_STATE(3439)] = 87391, - [SMALL_STATE(3440)] = 87450, - [SMALL_STATE(3441)] = 87509, - [SMALL_STATE(3442)] = 87568, - [SMALL_STATE(3443)] = 87631, - [SMALL_STATE(3444)] = 87696, - [SMALL_STATE(3445)] = 87761, - [SMALL_STATE(3446)] = 87820, - [SMALL_STATE(3447)] = 87883, - [SMALL_STATE(3448)] = 87948, - [SMALL_STATE(3449)] = 88007, - [SMALL_STATE(3450)] = 88066, - [SMALL_STATE(3451)] = 88131, - [SMALL_STATE(3452)] = 88196, - [SMALL_STATE(3453)] = 88255, - [SMALL_STATE(3454)] = 88320, - [SMALL_STATE(3455)] = 88385, - [SMALL_STATE(3456)] = 88450, - [SMALL_STATE(3457)] = 88509, - [SMALL_STATE(3458)] = 88568, - [SMALL_STATE(3459)] = 88627, - [SMALL_STATE(3460)] = 88686, - [SMALL_STATE(3461)] = 88751, - [SMALL_STATE(3462)] = 88828, - [SMALL_STATE(3463)] = 88897, - [SMALL_STATE(3464)] = 88956, - [SMALL_STATE(3465)] = 89015, - [SMALL_STATE(3466)] = 89080, - [SMALL_STATE(3467)] = 89143, - [SMALL_STATE(3468)] = 89202, - [SMALL_STATE(3469)] = 89265, - [SMALL_STATE(3470)] = 89324, - [SMALL_STATE(3471)] = 89383, - [SMALL_STATE(3472)] = 89442, - [SMALL_STATE(3473)] = 89501, - [SMALL_STATE(3474)] = 89560, - [SMALL_STATE(3475)] = 89619, - [SMALL_STATE(3476)] = 89678, - [SMALL_STATE(3477)] = 89741, - [SMALL_STATE(3478)] = 89800, - [SMALL_STATE(3479)] = 89859, - [SMALL_STATE(3480)] = 89918, - [SMALL_STATE(3481)] = 89981, - [SMALL_STATE(3482)] = 90040, - [SMALL_STATE(3483)] = 90099, - [SMALL_STATE(3484)] = 90158, - [SMALL_STATE(3485)] = 90217, - [SMALL_STATE(3486)] = 90276, - [SMALL_STATE(3487)] = 90335, - [SMALL_STATE(3488)] = 90394, - [SMALL_STATE(3489)] = 90453, - [SMALL_STATE(3490)] = 90516, - [SMALL_STATE(3491)] = 90579, - [SMALL_STATE(3492)] = 90656, - [SMALL_STATE(3493)] = 90715, - [SMALL_STATE(3494)] = 90774, - [SMALL_STATE(3495)] = 90841, - [SMALL_STATE(3496)] = 90900, - [SMALL_STATE(3497)] = 90959, - [SMALL_STATE(3498)] = 91022, - [SMALL_STATE(3499)] = 91085, - [SMALL_STATE(3500)] = 91144, - [SMALL_STATE(3501)] = 91203, - [SMALL_STATE(3502)] = 91266, - [SMALL_STATE(3503)] = 91325, - [SMALL_STATE(3504)] = 91390, - [SMALL_STATE(3505)] = 91455, - [SMALL_STATE(3506)] = 91514, - [SMALL_STATE(3507)] = 91577, - [SMALL_STATE(3508)] = 91636, - [SMALL_STATE(3509)] = 91695, - [SMALL_STATE(3510)] = 91758, - [SMALL_STATE(3511)] = 91823, - [SMALL_STATE(3512)] = 91882, - [SMALL_STATE(3513)] = 91941, - [SMALL_STATE(3514)] = 92000, - [SMALL_STATE(3515)] = 92059, - [SMALL_STATE(3516)] = 92122, - [SMALL_STATE(3517)] = 92181, - [SMALL_STATE(3518)] = 92240, - [SMALL_STATE(3519)] = 92303, - [SMALL_STATE(3520)] = 92370, - [SMALL_STATE(3521)] = 92429, - [SMALL_STATE(3522)] = 92488, - [SMALL_STATE(3523)] = 92553, - [SMALL_STATE(3524)] = 92612, - [SMALL_STATE(3525)] = 92671, - [SMALL_STATE(3526)] = 92730, - [SMALL_STATE(3527)] = 92789, - [SMALL_STATE(3528)] = 92848, - [SMALL_STATE(3529)] = 92907, - [SMALL_STATE(3530)] = 92972, - [SMALL_STATE(3531)] = 93031, - [SMALL_STATE(3532)] = 93096, - [SMALL_STATE(3533)] = 93155, - [SMALL_STATE(3534)] = 93214, - [SMALL_STATE(3535)] = 93273, - [SMALL_STATE(3536)] = 93332, - [SMALL_STATE(3537)] = 93391, - [SMALL_STATE(3538)] = 93450, - [SMALL_STATE(3539)] = 93509, - [SMALL_STATE(3540)] = 93574, - [SMALL_STATE(3541)] = 93633, - [SMALL_STATE(3542)] = 93694, - [SMALL_STATE(3543)] = 93753, - [SMALL_STATE(3544)] = 93812, - [SMALL_STATE(3545)] = 93871, - [SMALL_STATE(3546)] = 93930, - [SMALL_STATE(3547)] = 93989, - [SMALL_STATE(3548)] = 94054, - [SMALL_STATE(3549)] = 94113, - [SMALL_STATE(3550)] = 94172, - [SMALL_STATE(3551)] = 94231, - [SMALL_STATE(3552)] = 94290, - [SMALL_STATE(3553)] = 94349, - [SMALL_STATE(3554)] = 94408, - [SMALL_STATE(3555)] = 94467, - [SMALL_STATE(3556)] = 94526, - [SMALL_STATE(3557)] = 94585, - [SMALL_STATE(3558)] = 94644, - [SMALL_STATE(3559)] = 94703, - [SMALL_STATE(3560)] = 94762, - [SMALL_STATE(3561)] = 94821, - [SMALL_STATE(3562)] = 94880, - [SMALL_STATE(3563)] = 94945, - [SMALL_STATE(3564)] = 95004, - [SMALL_STATE(3565)] = 95063, - [SMALL_STATE(3566)] = 95122, - [SMALL_STATE(3567)] = 95181, - [SMALL_STATE(3568)] = 95240, - [SMALL_STATE(3569)] = 95299, - [SMALL_STATE(3570)] = 95358, - [SMALL_STATE(3571)] = 95417, - [SMALL_STATE(3572)] = 95476, - [SMALL_STATE(3573)] = 95535, - [SMALL_STATE(3574)] = 95594, - [SMALL_STATE(3575)] = 95653, - [SMALL_STATE(3576)] = 95712, - [SMALL_STATE(3577)] = 95771, - [SMALL_STATE(3578)] = 95830, - [SMALL_STATE(3579)] = 95889, - [SMALL_STATE(3580)] = 95948, - [SMALL_STATE(3581)] = 96007, - [SMALL_STATE(3582)] = 96066, - [SMALL_STATE(3583)] = 96125, - [SMALL_STATE(3584)] = 96188, - [SMALL_STATE(3585)] = 96247, - [SMALL_STATE(3586)] = 96314, - [SMALL_STATE(3587)] = 96373, - [SMALL_STATE(3588)] = 96432, - [SMALL_STATE(3589)] = 96491, - [SMALL_STATE(3590)] = 96550, - [SMALL_STATE(3591)] = 96609, - [SMALL_STATE(3592)] = 96668, - [SMALL_STATE(3593)] = 96727, - [SMALL_STATE(3594)] = 96802, - [SMALL_STATE(3595)] = 96861, - [SMALL_STATE(3596)] = 96928, - [SMALL_STATE(3597)] = 96987, - [SMALL_STATE(3598)] = 97046, - [SMALL_STATE(3599)] = 97105, - [SMALL_STATE(3600)] = 97164, - [SMALL_STATE(3601)] = 97223, - [SMALL_STATE(3602)] = 97282, - [SMALL_STATE(3603)] = 97341, - [SMALL_STATE(3604)] = 97400, - [SMALL_STATE(3605)] = 97459, - [SMALL_STATE(3606)] = 97518, - [SMALL_STATE(3607)] = 97577, - [SMALL_STATE(3608)] = 97638, - [SMALL_STATE(3609)] = 97697, - [SMALL_STATE(3610)] = 97756, + [SMALL_STATE(3439)] = 87397, + [SMALL_STATE(3440)] = 87456, + [SMALL_STATE(3441)] = 87521, + [SMALL_STATE(3442)] = 87580, + [SMALL_STATE(3443)] = 87639, + [SMALL_STATE(3444)] = 87698, + [SMALL_STATE(3445)] = 87757, + [SMALL_STATE(3446)] = 87816, + [SMALL_STATE(3447)] = 87877, + [SMALL_STATE(3448)] = 87936, + [SMALL_STATE(3449)] = 87995, + [SMALL_STATE(3450)] = 88054, + [SMALL_STATE(3451)] = 88113, + [SMALL_STATE(3452)] = 88172, + [SMALL_STATE(3453)] = 88231, + [SMALL_STATE(3454)] = 88290, + [SMALL_STATE(3455)] = 88349, + [SMALL_STATE(3456)] = 88408, + [SMALL_STATE(3457)] = 88467, + [SMALL_STATE(3458)] = 88526, + [SMALL_STATE(3459)] = 88585, + [SMALL_STATE(3460)] = 88648, + [SMALL_STATE(3461)] = 88707, + [SMALL_STATE(3462)] = 88772, + [SMALL_STATE(3463)] = 88831, + [SMALL_STATE(3464)] = 88890, + [SMALL_STATE(3465)] = 88949, + [SMALL_STATE(3466)] = 89008, + [SMALL_STATE(3467)] = 89067, + [SMALL_STATE(3468)] = 89126, + [SMALL_STATE(3469)] = 89185, + [SMALL_STATE(3470)] = 89244, + [SMALL_STATE(3471)] = 89303, + [SMALL_STATE(3472)] = 89362, + [SMALL_STATE(3473)] = 89421, + [SMALL_STATE(3474)] = 89480, + [SMALL_STATE(3475)] = 89539, + [SMALL_STATE(3476)] = 89598, + [SMALL_STATE(3477)] = 89657, + [SMALL_STATE(3478)] = 89716, + [SMALL_STATE(3479)] = 89775, + [SMALL_STATE(3480)] = 89834, + [SMALL_STATE(3481)] = 89893, + [SMALL_STATE(3482)] = 89968, + [SMALL_STATE(3483)] = 90027, + [SMALL_STATE(3484)] = 90086, + [SMALL_STATE(3485)] = 90145, + [SMALL_STATE(3486)] = 90204, + [SMALL_STATE(3487)] = 90263, + [SMALL_STATE(3488)] = 90322, + [SMALL_STATE(3489)] = 90389, + [SMALL_STATE(3490)] = 90452, + [SMALL_STATE(3491)] = 90511, + [SMALL_STATE(3492)] = 90570, + [SMALL_STATE(3493)] = 90629, + [SMALL_STATE(3494)] = 90688, + [SMALL_STATE(3495)] = 90747, + [SMALL_STATE(3496)] = 90806, + [SMALL_STATE(3497)] = 90865, + [SMALL_STATE(3498)] = 90924, + [SMALL_STATE(3499)] = 90983, + [SMALL_STATE(3500)] = 91042, + [SMALL_STATE(3501)] = 91101, + [SMALL_STATE(3502)] = 91160, + [SMALL_STATE(3503)] = 91219, + [SMALL_STATE(3504)] = 91278, + [SMALL_STATE(3505)] = 91337, + [SMALL_STATE(3506)] = 91396, + [SMALL_STATE(3507)] = 91461, + [SMALL_STATE(3508)] = 91522, + [SMALL_STATE(3509)] = 91583, + [SMALL_STATE(3510)] = 91642, + [SMALL_STATE(3511)] = 91701, + [SMALL_STATE(3512)] = 91760, + [SMALL_STATE(3513)] = 91819, + [SMALL_STATE(3514)] = 91878, + [SMALL_STATE(3515)] = 91937, + [SMALL_STATE(3516)] = 91996, + [SMALL_STATE(3517)] = 92055, + [SMALL_STATE(3518)] = 92114, + [SMALL_STATE(3519)] = 92173, + [SMALL_STATE(3520)] = 92232, + [SMALL_STATE(3521)] = 92291, + [SMALL_STATE(3522)] = 92350, + [SMALL_STATE(3523)] = 92409, + [SMALL_STATE(3524)] = 92468, + [SMALL_STATE(3525)] = 92527, + [SMALL_STATE(3526)] = 92592, + [SMALL_STATE(3527)] = 92657, + [SMALL_STATE(3528)] = 92716, + [SMALL_STATE(3529)] = 92775, + [SMALL_STATE(3530)] = 92834, + [SMALL_STATE(3531)] = 92893, + [SMALL_STATE(3532)] = 92952, + [SMALL_STATE(3533)] = 93011, + [SMALL_STATE(3534)] = 93070, + [SMALL_STATE(3535)] = 93129, + [SMALL_STATE(3536)] = 93188, + [SMALL_STATE(3537)] = 93247, + [SMALL_STATE(3538)] = 93306, + [SMALL_STATE(3539)] = 93365, + [SMALL_STATE(3540)] = 93424, + [SMALL_STATE(3541)] = 93483, + [SMALL_STATE(3542)] = 93542, + [SMALL_STATE(3543)] = 93601, + [SMALL_STATE(3544)] = 93660, + [SMALL_STATE(3545)] = 93719, + [SMALL_STATE(3546)] = 93778, + [SMALL_STATE(3547)] = 93837, + [SMALL_STATE(3548)] = 93896, + [SMALL_STATE(3549)] = 93961, + [SMALL_STATE(3550)] = 94020, + [SMALL_STATE(3551)] = 94079, + [SMALL_STATE(3552)] = 94138, + [SMALL_STATE(3553)] = 94197, + [SMALL_STATE(3554)] = 94262, + [SMALL_STATE(3555)] = 94327, + [SMALL_STATE(3556)] = 94390, + [SMALL_STATE(3557)] = 94455, + [SMALL_STATE(3558)] = 94520, + [SMALL_STATE(3559)] = 94579, + [SMALL_STATE(3560)] = 94644, + [SMALL_STATE(3561)] = 94709, + [SMALL_STATE(3562)] = 94774, + [SMALL_STATE(3563)] = 94833, + [SMALL_STATE(3564)] = 94898, + [SMALL_STATE(3565)] = 94963, + [SMALL_STATE(3566)] = 95028, + [SMALL_STATE(3567)] = 95087, + [SMALL_STATE(3568)] = 95152, + [SMALL_STATE(3569)] = 95217, + [SMALL_STATE(3570)] = 95284, + [SMALL_STATE(3571)] = 95343, + [SMALL_STATE(3572)] = 95402, + [SMALL_STATE(3573)] = 95461, + [SMALL_STATE(3574)] = 95520, + [SMALL_STATE(3575)] = 95579, + [SMALL_STATE(3576)] = 95638, + [SMALL_STATE(3577)] = 95697, + [SMALL_STATE(3578)] = 95756, + [SMALL_STATE(3579)] = 95815, + [SMALL_STATE(3580)] = 95874, + [SMALL_STATE(3581)] = 95933, + [SMALL_STATE(3582)] = 96000, + [SMALL_STATE(3583)] = 96063, + [SMALL_STATE(3584)] = 96122, + [SMALL_STATE(3585)] = 96185, + [SMALL_STATE(3586)] = 96244, + [SMALL_STATE(3587)] = 96303, + [SMALL_STATE(3588)] = 96362, + [SMALL_STATE(3589)] = 96439, + [SMALL_STATE(3590)] = 96508, + [SMALL_STATE(3591)] = 96567, + [SMALL_STATE(3592)] = 96630, + [SMALL_STATE(3593)] = 96689, + [SMALL_STATE(3594)] = 96752, + [SMALL_STATE(3595)] = 96815, + [SMALL_STATE(3596)] = 96878, + [SMALL_STATE(3597)] = 96955, + [SMALL_STATE(3598)] = 97016, + [SMALL_STATE(3599)] = 97075, + [SMALL_STATE(3600)] = 97134, + [SMALL_STATE(3601)] = 97193, + [SMALL_STATE(3602)] = 97256, + [SMALL_STATE(3603)] = 97319, + [SMALL_STATE(3604)] = 97382, + [SMALL_STATE(3605)] = 97441, + [SMALL_STATE(3606)] = 97504, + [SMALL_STATE(3607)] = 97567, + [SMALL_STATE(3608)] = 97626, + [SMALL_STATE(3609)] = 97689, + [SMALL_STATE(3610)] = 97752, [SMALL_STATE(3611)] = 97815, [SMALL_STATE(3612)] = 97874, [SMALL_STATE(3613)] = 97933, [SMALL_STATE(3614)] = 97992, - [SMALL_STATE(3615)] = 98051, - [SMALL_STATE(3616)] = 98110, - [SMALL_STATE(3617)] = 98169, - [SMALL_STATE(3618)] = 98228, - [SMALL_STATE(3619)] = 98289, - [SMALL_STATE(3620)] = 98350, + [SMALL_STATE(3615)] = 98059, + [SMALL_STATE(3616)] = 98118, + [SMALL_STATE(3617)] = 98177, + [SMALL_STATE(3618)] = 98236, + [SMALL_STATE(3619)] = 98295, + [SMALL_STATE(3620)] = 98354, [SMALL_STATE(3621)] = 98413, - [SMALL_STATE(3622)] = 98471, - [SMALL_STATE(3623)] = 98529, - [SMALL_STATE(3624)] = 98587, - [SMALL_STATE(3625)] = 98645, - [SMALL_STATE(3626)] = 98703, - [SMALL_STATE(3627)] = 98761, - [SMALL_STATE(3628)] = 98819, - [SMALL_STATE(3629)] = 98877, - [SMALL_STATE(3630)] = 98935, - [SMALL_STATE(3631)] = 98993, - [SMALL_STATE(3632)] = 99089, - [SMALL_STATE(3633)] = 99147, - [SMALL_STATE(3634)] = 99205, - [SMALL_STATE(3635)] = 99263, - [SMALL_STATE(3636)] = 99321, - [SMALL_STATE(3637)] = 99379, - [SMALL_STATE(3638)] = 99437, - [SMALL_STATE(3639)] = 99495, - [SMALL_STATE(3640)] = 99553, - [SMALL_STATE(3641)] = 99611, - [SMALL_STATE(3642)] = 99669, - [SMALL_STATE(3643)] = 99727, - [SMALL_STATE(3644)] = 99785, - [SMALL_STATE(3645)] = 99847, - [SMALL_STATE(3646)] = 99905, - [SMALL_STATE(3647)] = 99963, - [SMALL_STATE(3648)] = 100021, - [SMALL_STATE(3649)] = 100083, - [SMALL_STATE(3650)] = 100143, - [SMALL_STATE(3651)] = 100201, - [SMALL_STATE(3652)] = 100259, - [SMALL_STATE(3653)] = 100329, - [SMALL_STATE(3654)] = 100391, - [SMALL_STATE(3655)] = 100449, - [SMALL_STATE(3656)] = 100507, - [SMALL_STATE(3657)] = 100565, - [SMALL_STATE(3658)] = 100623, - [SMALL_STATE(3659)] = 100729, - [SMALL_STATE(3660)] = 100787, - [SMALL_STATE(3661)] = 100845, - [SMALL_STATE(3662)] = 100907, - [SMALL_STATE(3663)] = 100965, - [SMALL_STATE(3664)] = 101023, - [SMALL_STATE(3665)] = 101085, - [SMALL_STATE(3666)] = 101143, - [SMALL_STATE(3667)] = 101203, - [SMALL_STATE(3668)] = 101261, - [SMALL_STATE(3669)] = 101321, - [SMALL_STATE(3670)] = 101379, - [SMALL_STATE(3671)] = 101437, - [SMALL_STATE(3672)] = 101495, - [SMALL_STATE(3673)] = 101553, - [SMALL_STATE(3674)] = 101611, - [SMALL_STATE(3675)] = 101669, - [SMALL_STATE(3676)] = 101727, - [SMALL_STATE(3677)] = 101785, - [SMALL_STATE(3678)] = 101843, - [SMALL_STATE(3679)] = 101901, - [SMALL_STATE(3680)] = 101967, - [SMALL_STATE(3681)] = 102025, - [SMALL_STATE(3682)] = 102127, - [SMALL_STATE(3683)] = 102185, - [SMALL_STATE(3684)] = 102243, - [SMALL_STATE(3685)] = 102301, - [SMALL_STATE(3686)] = 102363, - [SMALL_STATE(3687)] = 102469, - [SMALL_STATE(3688)] = 102527, - [SMALL_STATE(3689)] = 102585, - [SMALL_STATE(3690)] = 102643, - [SMALL_STATE(3691)] = 102701, - [SMALL_STATE(3692)] = 102759, - [SMALL_STATE(3693)] = 102821, - [SMALL_STATE(3694)] = 102879, - [SMALL_STATE(3695)] = 102981, - [SMALL_STATE(3696)] = 103039, - [SMALL_STATE(3697)] = 103101, - [SMALL_STATE(3698)] = 103159, - [SMALL_STATE(3699)] = 103217, - [SMALL_STATE(3700)] = 103275, - [SMALL_STATE(3701)] = 103333, - [SMALL_STATE(3702)] = 103391, - [SMALL_STATE(3703)] = 103449, - [SMALL_STATE(3704)] = 103507, - [SMALL_STATE(3705)] = 103565, - [SMALL_STATE(3706)] = 103637, - [SMALL_STATE(3707)] = 103695, - [SMALL_STATE(3708)] = 103753, - [SMALL_STATE(3709)] = 103811, - [SMALL_STATE(3710)] = 103869, - [SMALL_STATE(3711)] = 103927, - [SMALL_STATE(3712)] = 103989, - [SMALL_STATE(3713)] = 104047, - [SMALL_STATE(3714)] = 104109, - [SMALL_STATE(3715)] = 104167, - [SMALL_STATE(3716)] = 104225, - [SMALL_STATE(3717)] = 104283, - [SMALL_STATE(3718)] = 104341, - [SMALL_STATE(3719)] = 104399, - [SMALL_STATE(3720)] = 104457, - [SMALL_STATE(3721)] = 104527, - [SMALL_STATE(3722)] = 104585, - [SMALL_STATE(3723)] = 104647, - [SMALL_STATE(3724)] = 104705, - [SMALL_STATE(3725)] = 104763, - [SMALL_STATE(3726)] = 104821, - [SMALL_STATE(3727)] = 104879, - [SMALL_STATE(3728)] = 104957, - [SMALL_STATE(3729)] = 105033, - [SMALL_STATE(3730)] = 105113, - [SMALL_STATE(3731)] = 105197, - [SMALL_STATE(3732)] = 105283, - [SMALL_STATE(3733)] = 105341, - [SMALL_STATE(3734)] = 105431, - [SMALL_STATE(3735)] = 105525, - [SMALL_STATE(3736)] = 105583, - [SMALL_STATE(3737)] = 105681, - [SMALL_STATE(3738)] = 105781, - [SMALL_STATE(3739)] = 105839, - [SMALL_STATE(3740)] = 105911, - [SMALL_STATE(3741)] = 105985, - [SMALL_STATE(3742)] = 106043, - [SMALL_STATE(3743)] = 106103, - [SMALL_STATE(3744)] = 106163, - [SMALL_STATE(3745)] = 106221, - [SMALL_STATE(3746)] = 106281, - [SMALL_STATE(3747)] = 106351, - [SMALL_STATE(3748)] = 106409, - [SMALL_STATE(3749)] = 106479, - [SMALL_STATE(3750)] = 106581, - [SMALL_STATE(3751)] = 106639, - [SMALL_STATE(3752)] = 106745, - [SMALL_STATE(3753)] = 106803, - [SMALL_STATE(3754)] = 106861, - [SMALL_STATE(3755)] = 106919, - [SMALL_STATE(3756)] = 107021, - [SMALL_STATE(3757)] = 107117, - [SMALL_STATE(3758)] = 107175, - [SMALL_STATE(3759)] = 107233, - [SMALL_STATE(3760)] = 107305, - [SMALL_STATE(3761)] = 107377, - [SMALL_STATE(3762)] = 107435, - [SMALL_STATE(3763)] = 107493, - [SMALL_STATE(3764)] = 107551, - [SMALL_STATE(3765)] = 107653, - [SMALL_STATE(3766)] = 107723, - [SMALL_STATE(3767)] = 107781, - [SMALL_STATE(3768)] = 107839, + [SMALL_STATE(3622)] = 98485, + [SMALL_STATE(3623)] = 98543, + [SMALL_STATE(3624)] = 98601, + [SMALL_STATE(3625)] = 98659, + [SMALL_STATE(3626)] = 98729, + [SMALL_STATE(3627)] = 98787, + [SMALL_STATE(3628)] = 98845, + [SMALL_STATE(3629)] = 98915, + [SMALL_STATE(3630)] = 99021, + [SMALL_STATE(3631)] = 99079, + [SMALL_STATE(3632)] = 99137, + [SMALL_STATE(3633)] = 99195, + [SMALL_STATE(3634)] = 99253, + [SMALL_STATE(3635)] = 99311, + [SMALL_STATE(3636)] = 99369, + [SMALL_STATE(3637)] = 99443, + [SMALL_STATE(3638)] = 99501, + [SMALL_STATE(3639)] = 99559, + [SMALL_STATE(3640)] = 99655, + [SMALL_STATE(3641)] = 99713, + [SMALL_STATE(3642)] = 99785, + [SMALL_STATE(3643)] = 99843, + [SMALL_STATE(3644)] = 99901, + [SMALL_STATE(3645)] = 99963, + [SMALL_STATE(3646)] = 100021, + [SMALL_STATE(3647)] = 100079, + [SMALL_STATE(3648)] = 100151, + [SMALL_STATE(3649)] = 100213, + [SMALL_STATE(3650)] = 100271, + [SMALL_STATE(3651)] = 100331, + [SMALL_STATE(3652)] = 100389, + [SMALL_STATE(3653)] = 100455, + [SMALL_STATE(3654)] = 100555, + [SMALL_STATE(3655)] = 100657, + [SMALL_STATE(3656)] = 100715, + [SMALL_STATE(3657)] = 100773, + [SMALL_STATE(3658)] = 100875, + [SMALL_STATE(3659)] = 100933, + [SMALL_STATE(3660)] = 100991, + [SMALL_STATE(3661)] = 101051, + [SMALL_STATE(3662)] = 101153, + [SMALL_STATE(3663)] = 101215, + [SMALL_STATE(3664)] = 101273, + [SMALL_STATE(3665)] = 101379, + [SMALL_STATE(3666)] = 101437, + [SMALL_STATE(3667)] = 101495, + [SMALL_STATE(3668)] = 101597, + [SMALL_STATE(3669)] = 101655, + [SMALL_STATE(3670)] = 101713, + [SMALL_STATE(3671)] = 101779, + [SMALL_STATE(3672)] = 101837, + [SMALL_STATE(3673)] = 101895, + [SMALL_STATE(3674)] = 101965, + [SMALL_STATE(3675)] = 102023, + [SMALL_STATE(3676)] = 102081, + [SMALL_STATE(3677)] = 102151, + [SMALL_STATE(3678)] = 102209, + [SMALL_STATE(3679)] = 102307, + [SMALL_STATE(3680)] = 102369, + [SMALL_STATE(3681)] = 102427, + [SMALL_STATE(3682)] = 102523, + [SMALL_STATE(3683)] = 102581, + [SMALL_STATE(3684)] = 102639, + [SMALL_STATE(3685)] = 102697, + [SMALL_STATE(3686)] = 102755, + [SMALL_STATE(3687)] = 102817, + [SMALL_STATE(3688)] = 102875, + [SMALL_STATE(3689)] = 102933, + [SMALL_STATE(3690)] = 102991, + [SMALL_STATE(3691)] = 103049, + [SMALL_STATE(3692)] = 103107, + [SMALL_STATE(3693)] = 103201, + [SMALL_STATE(3694)] = 103259, + [SMALL_STATE(3695)] = 103349, + [SMALL_STATE(3696)] = 103407, + [SMALL_STATE(3697)] = 103465, + [SMALL_STATE(3698)] = 103523, + [SMALL_STATE(3699)] = 103581, + [SMALL_STATE(3700)] = 103639, + [SMALL_STATE(3701)] = 103701, + [SMALL_STATE(3702)] = 103759, + [SMALL_STATE(3703)] = 103817, + [SMALL_STATE(3704)] = 103875, + [SMALL_STATE(3705)] = 103933, + [SMALL_STATE(3706)] = 103991, + [SMALL_STATE(3707)] = 104097, + [SMALL_STATE(3708)] = 104159, + [SMALL_STATE(3709)] = 104217, + [SMALL_STATE(3710)] = 104275, + [SMALL_STATE(3711)] = 104333, + [SMALL_STATE(3712)] = 104405, + [SMALL_STATE(3713)] = 104465, + [SMALL_STATE(3714)] = 104551, + [SMALL_STATE(3715)] = 104609, + [SMALL_STATE(3716)] = 104669, + [SMALL_STATE(3717)] = 104727, + [SMALL_STATE(3718)] = 104785, + [SMALL_STATE(3719)] = 104843, + [SMALL_STATE(3720)] = 104901, + [SMALL_STATE(3721)] = 104985, + [SMALL_STATE(3722)] = 105043, + [SMALL_STATE(3723)] = 105105, + [SMALL_STATE(3724)] = 105167, + [SMALL_STATE(3725)] = 105247, + [SMALL_STATE(3726)] = 105323, + [SMALL_STATE(3727)] = 105381, + [SMALL_STATE(3728)] = 105459, + [SMALL_STATE(3729)] = 105517, + [SMALL_STATE(3730)] = 105575, + [SMALL_STATE(3731)] = 105633, + [SMALL_STATE(3732)] = 105691, + [SMALL_STATE(3733)] = 105749, + [SMALL_STATE(3734)] = 105819, + [SMALL_STATE(3735)] = 105877, + [SMALL_STATE(3736)] = 105935, + [SMALL_STATE(3737)] = 106037, + [SMALL_STATE(3738)] = 106095, + [SMALL_STATE(3739)] = 106157, + [SMALL_STATE(3740)] = 106215, + [SMALL_STATE(3741)] = 106273, + [SMALL_STATE(3742)] = 106331, + [SMALL_STATE(3743)] = 106389, + [SMALL_STATE(3744)] = 106447, + [SMALL_STATE(3745)] = 106505, + [SMALL_STATE(3746)] = 106563, + [SMALL_STATE(3747)] = 106621, + [SMALL_STATE(3748)] = 106679, + [SMALL_STATE(3749)] = 106737, + [SMALL_STATE(3750)] = 106795, + [SMALL_STATE(3751)] = 106853, + [SMALL_STATE(3752)] = 106911, + [SMALL_STATE(3753)] = 106969, + [SMALL_STATE(3754)] = 107029, + [SMALL_STATE(3755)] = 107087, + [SMALL_STATE(3756)] = 107145, + [SMALL_STATE(3757)] = 107207, + [SMALL_STATE(3758)] = 107267, + [SMALL_STATE(3759)] = 107325, + [SMALL_STATE(3760)] = 107383, + [SMALL_STATE(3761)] = 107441, + [SMALL_STATE(3762)] = 107499, + [SMALL_STATE(3763)] = 107557, + [SMALL_STATE(3764)] = 107615, + [SMALL_STATE(3765)] = 107673, + [SMALL_STATE(3766)] = 107731, + [SMALL_STATE(3767)] = 107789, + [SMALL_STATE(3768)] = 107847, [SMALL_STATE(3769)] = 107905, - [SMALL_STATE(3770)] = 107998, - [SMALL_STATE(3771)] = 108091, - [SMALL_STATE(3772)] = 108186, - [SMALL_STATE(3773)] = 108281, - [SMALL_STATE(3774)] = 108374, - [SMALL_STATE(3775)] = 108467, - [SMALL_STATE(3776)] = 108538, - [SMALL_STATE(3777)] = 108631, - [SMALL_STATE(3778)] = 108724, - [SMALL_STATE(3779)] = 108781, - [SMALL_STATE(3780)] = 108840, - [SMALL_STATE(3781)] = 108933, - [SMALL_STATE(3782)] = 109002, - [SMALL_STATE(3783)] = 109095, - [SMALL_STATE(3784)] = 109188, - [SMALL_STATE(3785)] = 109281, - [SMALL_STATE(3786)] = 109352, - [SMALL_STATE(3787)] = 109409, - [SMALL_STATE(3788)] = 109480, - [SMALL_STATE(3789)] = 109537, - [SMALL_STATE(3790)] = 109600, - [SMALL_STATE(3791)] = 109657, - [SMALL_STATE(3792)] = 109728, - [SMALL_STATE(3793)] = 109797, - [SMALL_STATE(3794)] = 109890, - [SMALL_STATE(3795)] = 109983, - [SMALL_STATE(3796)] = 110040, - [SMALL_STATE(3797)] = 110103, - [SMALL_STATE(3798)] = 110196, - [SMALL_STATE(3799)] = 110289, - [SMALL_STATE(3800)] = 110346, - [SMALL_STATE(3801)] = 110439, - [SMALL_STATE(3802)] = 110496, - [SMALL_STATE(3803)] = 110589, - [SMALL_STATE(3804)] = 110652, - [SMALL_STATE(3805)] = 110713, - [SMALL_STATE(3806)] = 110806, - [SMALL_STATE(3807)] = 110899, + [SMALL_STATE(3770)] = 107968, + [SMALL_STATE(3771)] = 108031, + [SMALL_STATE(3772)] = 108124, + [SMALL_STATE(3773)] = 108217, + [SMALL_STATE(3774)] = 108274, + [SMALL_STATE(3775)] = 108331, + [SMALL_STATE(3776)] = 108388, + [SMALL_STATE(3777)] = 108451, + [SMALL_STATE(3778)] = 108544, + [SMALL_STATE(3779)] = 108637, + [SMALL_STATE(3780)] = 108730, + [SMALL_STATE(3781)] = 108823, + [SMALL_STATE(3782)] = 108916, + [SMALL_STATE(3783)] = 108973, + [SMALL_STATE(3784)] = 109066, + [SMALL_STATE(3785)] = 109159, + [SMALL_STATE(3786)] = 109252, + [SMALL_STATE(3787)] = 109323, + [SMALL_STATE(3788)] = 109388, + [SMALL_STATE(3789)] = 109481, + [SMALL_STATE(3790)] = 109538, + [SMALL_STATE(3791)] = 109595, + [SMALL_STATE(3792)] = 109688, + [SMALL_STATE(3793)] = 109745, + [SMALL_STATE(3794)] = 109802, + [SMALL_STATE(3795)] = 109895, + [SMALL_STATE(3796)] = 109988, + [SMALL_STATE(3797)] = 110081, + [SMALL_STATE(3798)] = 110138, + [SMALL_STATE(3799)] = 110231, + [SMALL_STATE(3800)] = 110324, + [SMALL_STATE(3801)] = 110417, + [SMALL_STATE(3802)] = 110510, + [SMALL_STATE(3803)] = 110605, + [SMALL_STATE(3804)] = 110700, + [SMALL_STATE(3805)] = 110793, + [SMALL_STATE(3806)] = 110864, + [SMALL_STATE(3807)] = 110935, [SMALL_STATE(3808)] = 110992, - [SMALL_STATE(3809)] = 111049, - [SMALL_STATE(3810)] = 111114, - [SMALL_STATE(3811)] = 111207, - [SMALL_STATE(3812)] = 111300, - [SMALL_STATE(3813)] = 111393, - [SMALL_STATE(3814)] = 111486, - [SMALL_STATE(3815)] = 111579, - [SMALL_STATE(3816)] = 111672, - [SMALL_STATE(3817)] = 111739, - [SMALL_STATE(3818)] = 111796, - [SMALL_STATE(3819)] = 111853, - [SMALL_STATE(3820)] = 111910, - [SMALL_STATE(3821)] = 112003, - [SMALL_STATE(3822)] = 112096, - [SMALL_STATE(3823)] = 112153, - [SMALL_STATE(3824)] = 112210, - [SMALL_STATE(3825)] = 112303, - [SMALL_STATE(3826)] = 112396, - [SMALL_STATE(3827)] = 112467, - [SMALL_STATE(3828)] = 112524, - [SMALL_STATE(3829)] = 112581, + [SMALL_STATE(3809)] = 111085, + [SMALL_STATE(3810)] = 111178, + [SMALL_STATE(3811)] = 111271, + [SMALL_STATE(3812)] = 111338, + [SMALL_STATE(3813)] = 111431, + [SMALL_STATE(3814)] = 111502, + [SMALL_STATE(3815)] = 111565, + [SMALL_STATE(3816)] = 111622, + [SMALL_STATE(3817)] = 111715, + [SMALL_STATE(3818)] = 111772, + [SMALL_STATE(3819)] = 111829, + [SMALL_STATE(3820)] = 111886, + [SMALL_STATE(3821)] = 111979, + [SMALL_STATE(3822)] = 112050, + [SMALL_STATE(3823)] = 112107, + [SMALL_STATE(3824)] = 112168, + [SMALL_STATE(3825)] = 112237, + [SMALL_STATE(3826)] = 112330, + [SMALL_STATE(3827)] = 112423, + [SMALL_STATE(3828)] = 112482, + [SMALL_STATE(3829)] = 112551, [SMALL_STATE(3830)] = 112644, [SMALL_STATE(3831)] = 112737, - [SMALL_STATE(3832)] = 112801, - [SMALL_STATE(3833)] = 112895, - [SMALL_STATE(3834)] = 112951, - [SMALL_STATE(3835)] = 113007, - [SMALL_STATE(3836)] = 113063, - [SMALL_STATE(3837)] = 113133, - [SMALL_STATE(3838)] = 113203, - [SMALL_STATE(3839)] = 113259, - [SMALL_STATE(3840)] = 113323, - [SMALL_STATE(3841)] = 113397, - [SMALL_STATE(3842)] = 113491, - [SMALL_STATE(3843)] = 113547, - [SMALL_STATE(3844)] = 113603, - [SMALL_STATE(3845)] = 113673, - [SMALL_STATE(3846)] = 113747, - [SMALL_STATE(3847)] = 113803, - [SMALL_STATE(3848)] = 113859, - [SMALL_STATE(3849)] = 113951, - [SMALL_STATE(3850)] = 114007, - [SMALL_STATE(3851)] = 114063, - [SMALL_STATE(3852)] = 114119, - [SMALL_STATE(3853)] = 114177, - [SMALL_STATE(3854)] = 114233, - [SMALL_STATE(3855)] = 114327, - [SMALL_STATE(3856)] = 114383, - [SMALL_STATE(3857)] = 114477, - [SMALL_STATE(3858)] = 114571, - [SMALL_STATE(3859)] = 114627, - [SMALL_STATE(3860)] = 114721, - [SMALL_STATE(3861)] = 114777, - [SMALL_STATE(3862)] = 114833, - [SMALL_STATE(3863)] = 114889, - [SMALL_STATE(3864)] = 114983, - [SMALL_STATE(3865)] = 115055, - [SMALL_STATE(3866)] = 115111, - [SMALL_STATE(3867)] = 115167, - [SMALL_STATE(3868)] = 115223, - [SMALL_STATE(3869)] = 115295, - [SMALL_STATE(3870)] = 115351, - [SMALL_STATE(3871)] = 115407, - [SMALL_STATE(3872)] = 115463, - [SMALL_STATE(3873)] = 115519, - [SMALL_STATE(3874)] = 115575, - [SMALL_STATE(3875)] = 115631, - [SMALL_STATE(3876)] = 115723, - [SMALL_STATE(3877)] = 115779, - [SMALL_STATE(3878)] = 115835, - [SMALL_STATE(3879)] = 115891, - [SMALL_STATE(3880)] = 115947, - [SMALL_STATE(3881)] = 116003, - [SMALL_STATE(3882)] = 116059, - [SMALL_STATE(3883)] = 116115, - [SMALL_STATE(3884)] = 116171, - [SMALL_STATE(3885)] = 116227, - [SMALL_STATE(3886)] = 116321, - [SMALL_STATE(3887)] = 116377, - [SMALL_STATE(3888)] = 116471, - [SMALL_STATE(3889)] = 116527, - [SMALL_STATE(3890)] = 116583, - [SMALL_STATE(3891)] = 116639, - [SMALL_STATE(3892)] = 116695, - [SMALL_STATE(3893)] = 116751, - [SMALL_STATE(3894)] = 116807, - [SMALL_STATE(3895)] = 116863, - [SMALL_STATE(3896)] = 116935, - [SMALL_STATE(3897)] = 116997, - [SMALL_STATE(3898)] = 117053, - [SMALL_STATE(3899)] = 117109, - [SMALL_STATE(3900)] = 117165, - [SMALL_STATE(3901)] = 117221, - [SMALL_STATE(3902)] = 117277, - [SMALL_STATE(3903)] = 117333, - [SMALL_STATE(3904)] = 117389, - [SMALL_STATE(3905)] = 117445, - [SMALL_STATE(3906)] = 117501, - [SMALL_STATE(3907)] = 117573, - [SMALL_STATE(3908)] = 117629, - [SMALL_STATE(3909)] = 117723, - [SMALL_STATE(3910)] = 117817, - [SMALL_STATE(3911)] = 117873, - [SMALL_STATE(3912)] = 117929, - [SMALL_STATE(3913)] = 117985, - [SMALL_STATE(3914)] = 118079, - [SMALL_STATE(3915)] = 118135, - [SMALL_STATE(3916)] = 118191, - [SMALL_STATE(3917)] = 118261, - [SMALL_STATE(3918)] = 118317, - [SMALL_STATE(3919)] = 118373, - [SMALL_STATE(3920)] = 118429, - [SMALL_STATE(3921)] = 118485, - [SMALL_STATE(3922)] = 118579, - [SMALL_STATE(3923)] = 118635, - [SMALL_STATE(3924)] = 118691, - [SMALL_STATE(3925)] = 118747, - [SMALL_STATE(3926)] = 118841, - [SMALL_STATE(3927)] = 118897, - [SMALL_STATE(3928)] = 118953, - [SMALL_STATE(3929)] = 119009, - [SMALL_STATE(3930)] = 119065, - [SMALL_STATE(3931)] = 119121, - [SMALL_STATE(3932)] = 119177, - [SMALL_STATE(3933)] = 119233, - [SMALL_STATE(3934)] = 119289, - [SMALL_STATE(3935)] = 119345, - [SMALL_STATE(3936)] = 119417, - [SMALL_STATE(3937)] = 119473, - [SMALL_STATE(3938)] = 119567, - [SMALL_STATE(3939)] = 119661, - [SMALL_STATE(3940)] = 119755, - [SMALL_STATE(3941)] = 119811, - [SMALL_STATE(3942)] = 119867, - [SMALL_STATE(3943)] = 119923, - [SMALL_STATE(3944)] = 119979, - [SMALL_STATE(3945)] = 120073, - [SMALL_STATE(3946)] = 120129, - [SMALL_STATE(3947)] = 120193, - [SMALL_STATE(3948)] = 120249, - [SMALL_STATE(3949)] = 120343, - [SMALL_STATE(3950)] = 120399, - [SMALL_STATE(3951)] = 120455, - [SMALL_STATE(3952)] = 120549, - [SMALL_STATE(3953)] = 120605, - [SMALL_STATE(3954)] = 120699, + [SMALL_STATE(3832)] = 112811, + [SMALL_STATE(3833)] = 112867, + [SMALL_STATE(3834)] = 112961, + [SMALL_STATE(3835)] = 113055, + [SMALL_STATE(3836)] = 113149, + [SMALL_STATE(3837)] = 113205, + [SMALL_STATE(3838)] = 113261, + [SMALL_STATE(3839)] = 113317, + [SMALL_STATE(3840)] = 113373, + [SMALL_STATE(3841)] = 113429, + [SMALL_STATE(3842)] = 113485, + [SMALL_STATE(3843)] = 113579, + [SMALL_STATE(3844)] = 113635, + [SMALL_STATE(3845)] = 113691, + [SMALL_STATE(3846)] = 113785, + [SMALL_STATE(3847)] = 113841, + [SMALL_STATE(3848)] = 113897, + [SMALL_STATE(3849)] = 113953, + [SMALL_STATE(3850)] = 114009, + [SMALL_STATE(3851)] = 114065, + [SMALL_STATE(3852)] = 114121, + [SMALL_STATE(3853)] = 114215, + [SMALL_STATE(3854)] = 114279, + [SMALL_STATE(3855)] = 114335, + [SMALL_STATE(3856)] = 114391, + [SMALL_STATE(3857)] = 114485, + [SMALL_STATE(3858)] = 114541, + [SMALL_STATE(3859)] = 114597, + [SMALL_STATE(3860)] = 114653, + [SMALL_STATE(3861)] = 114747, + [SMALL_STATE(3862)] = 114803, + [SMALL_STATE(3863)] = 114897, + [SMALL_STATE(3864)] = 114953, + [SMALL_STATE(3865)] = 115009, + [SMALL_STATE(3866)] = 115065, + [SMALL_STATE(3867)] = 115129, + [SMALL_STATE(3868)] = 115185, + [SMALL_STATE(3869)] = 115241, + [SMALL_STATE(3870)] = 115297, + [SMALL_STATE(3871)] = 115353, + [SMALL_STATE(3872)] = 115409, + [SMALL_STATE(3873)] = 115465, + [SMALL_STATE(3874)] = 115521, + [SMALL_STATE(3875)] = 115615, + [SMALL_STATE(3876)] = 115671, + [SMALL_STATE(3877)] = 115727, + [SMALL_STATE(3878)] = 115783, + [SMALL_STATE(3879)] = 115839, + [SMALL_STATE(3880)] = 115895, + [SMALL_STATE(3881)] = 115953, + [SMALL_STATE(3882)] = 116047, + [SMALL_STATE(3883)] = 116103, + [SMALL_STATE(3884)] = 116159, + [SMALL_STATE(3885)] = 116215, + [SMALL_STATE(3886)] = 116271, + [SMALL_STATE(3887)] = 116327, + [SMALL_STATE(3888)] = 116387, + [SMALL_STATE(3889)] = 116443, + [SMALL_STATE(3890)] = 116513, + [SMALL_STATE(3891)] = 116583, + [SMALL_STATE(3892)] = 116657, + [SMALL_STATE(3893)] = 116713, + [SMALL_STATE(3894)] = 116769, + [SMALL_STATE(3895)] = 116825, + [SMALL_STATE(3896)] = 116895, + [SMALL_STATE(3897)] = 116951, + [SMALL_STATE(3898)] = 117007, + [SMALL_STATE(3899)] = 117063, + [SMALL_STATE(3900)] = 117157, + [SMALL_STATE(3901)] = 117213, + [SMALL_STATE(3902)] = 117307, + [SMALL_STATE(3903)] = 117401, + [SMALL_STATE(3904)] = 117457, + [SMALL_STATE(3905)] = 117513, + [SMALL_STATE(3906)] = 117569, + [SMALL_STATE(3907)] = 117625, + [SMALL_STATE(3908)] = 117689, + [SMALL_STATE(3909)] = 117783, + [SMALL_STATE(3910)] = 117839, + [SMALL_STATE(3911)] = 117895, + [SMALL_STATE(3912)] = 117951, + [SMALL_STATE(3913)] = 118007, + [SMALL_STATE(3914)] = 118101, + [SMALL_STATE(3915)] = 118157, + [SMALL_STATE(3916)] = 118213, + [SMALL_STATE(3917)] = 118307, + [SMALL_STATE(3918)] = 118363, + [SMALL_STATE(3919)] = 118419, + [SMALL_STATE(3920)] = 118475, + [SMALL_STATE(3921)] = 118569, + [SMALL_STATE(3922)] = 118625, + [SMALL_STATE(3923)] = 118681, + [SMALL_STATE(3924)] = 118775, + [SMALL_STATE(3925)] = 118831, + [SMALL_STATE(3926)] = 118887, + [SMALL_STATE(3927)] = 118943, + [SMALL_STATE(3928)] = 118999, + [SMALL_STATE(3929)] = 119071, + [SMALL_STATE(3930)] = 119127, + [SMALL_STATE(3931)] = 119183, + [SMALL_STATE(3932)] = 119239, + [SMALL_STATE(3933)] = 119301, + [SMALL_STATE(3934)] = 119357, + [SMALL_STATE(3935)] = 119449, + [SMALL_STATE(3936)] = 119505, + [SMALL_STATE(3937)] = 119599, + [SMALL_STATE(3938)] = 119671, + [SMALL_STATE(3939)] = 119727, + [SMALL_STATE(3940)] = 119783, + [SMALL_STATE(3941)] = 119839, + [SMALL_STATE(3942)] = 119931, + [SMALL_STATE(3943)] = 120001, + [SMALL_STATE(3944)] = 120057, + [SMALL_STATE(3945)] = 120113, + [SMALL_STATE(3946)] = 120207, + [SMALL_STATE(3947)] = 120279, + [SMALL_STATE(3948)] = 120335, + [SMALL_STATE(3949)] = 120391, + [SMALL_STATE(3950)] = 120463, + [SMALL_STATE(3951)] = 120519, + [SMALL_STATE(3952)] = 120575, + [SMALL_STATE(3953)] = 120631, + [SMALL_STATE(3954)] = 120687, [SMALL_STATE(3955)] = 120759, [SMALL_STATE(3956)] = 120815, [SMALL_STATE(3957)] = 120871, [SMALL_STATE(3958)] = 120927, [SMALL_STATE(3959)] = 120983, [SMALL_STATE(3960)] = 121038, - [SMALL_STATE(3961)] = 121127, - [SMALL_STATE(3962)] = 121182, - [SMALL_STATE(3963)] = 121241, - [SMALL_STATE(3964)] = 121332, - [SMALL_STATE(3965)] = 121391, - [SMALL_STATE(3966)] = 121500, - [SMALL_STATE(3967)] = 121589, - [SMALL_STATE(3968)] = 121648, - [SMALL_STATE(3969)] = 121719, - [SMALL_STATE(3970)] = 121778, - [SMALL_STATE(3971)] = 121849, - [SMALL_STATE(3972)] = 121904, - [SMALL_STATE(3973)] = 121963, - [SMALL_STATE(3974)] = 122022, - [SMALL_STATE(3975)] = 122081, - [SMALL_STATE(3976)] = 122140, - [SMALL_STATE(3977)] = 122231, - [SMALL_STATE(3978)] = 122324, - [SMALL_STATE(3979)] = 122413, - [SMALL_STATE(3980)] = 122468, - [SMALL_STATE(3981)] = 122527, + [SMALL_STATE(3961)] = 121093, + [SMALL_STATE(3962)] = 121162, + [SMALL_STATE(3963)] = 121233, + [SMALL_STATE(3964)] = 121288, + [SMALL_STATE(3965)] = 121381, + [SMALL_STATE(3966)] = 121470, + [SMALL_STATE(3967)] = 121529, + [SMALL_STATE(3968)] = 121588, + [SMALL_STATE(3969)] = 121677, + [SMALL_STATE(3970)] = 121770, + [SMALL_STATE(3971)] = 121829, + [SMALL_STATE(3972)] = 121884, + [SMALL_STATE(3973)] = 121939, + [SMALL_STATE(3974)] = 121998, + [SMALL_STATE(3975)] = 122057, + [SMALL_STATE(3976)] = 122146, + [SMALL_STATE(3977)] = 122235, + [SMALL_STATE(3978)] = 122290, + [SMALL_STATE(3979)] = 122399, + [SMALL_STATE(3980)] = 122470, + [SMALL_STATE(3981)] = 122561, [SMALL_STATE(3982)] = 122620, - [SMALL_STATE(3983)] = 122691, - [SMALL_STATE(3984)] = 122750, - [SMALL_STATE(3985)] = 122809, - [SMALL_STATE(3986)] = 122864, - [SMALL_STATE(3987)] = 122957, - [SMALL_STATE(3988)] = 123026, - [SMALL_STATE(3989)] = 123085, - [SMALL_STATE(3990)] = 123174, - [SMALL_STATE(3991)] = 123229, - [SMALL_STATE(3992)] = 123284, - [SMALL_STATE(3993)] = 123393, - [SMALL_STATE(3994)] = 123482, - [SMALL_STATE(3995)] = 123575, - [SMALL_STATE(3996)] = 123666, - [SMALL_STATE(3997)] = 123721, - [SMALL_STATE(3998)] = 123810, - [SMALL_STATE(3999)] = 123869, - [SMALL_STATE(4000)] = 123960, - [SMALL_STATE(4001)] = 124015, - [SMALL_STATE(4002)] = 124076, + [SMALL_STATE(3983)] = 122675, + [SMALL_STATE(3984)] = 122734, + [SMALL_STATE(3985)] = 122793, + [SMALL_STATE(3986)] = 122848, + [SMALL_STATE(3987)] = 122909, + [SMALL_STATE(3988)] = 122980, + [SMALL_STATE(3989)] = 123071, + [SMALL_STATE(3990)] = 123180, + [SMALL_STATE(3991)] = 123269, + [SMALL_STATE(3992)] = 123358, + [SMALL_STATE(3993)] = 123417, + [SMALL_STATE(3994)] = 123476, + [SMALL_STATE(3995)] = 123535, + [SMALL_STATE(3996)] = 123590, + [SMALL_STATE(3997)] = 123683, + [SMALL_STATE(3998)] = 123738, + [SMALL_STATE(3999)] = 123829, + [SMALL_STATE(4000)] = 123920, + [SMALL_STATE(4001)] = 123979, + [SMALL_STATE(4002)] = 124038, [SMALL_STATE(4003)] = 124131, - [SMALL_STATE(4004)] = 124196, - [SMALL_STATE(4005)] = 124267, + [SMALL_STATE(4004)] = 124202, + [SMALL_STATE(4005)] = 124257, [SMALL_STATE(4006)] = 124322, - [SMALL_STATE(4007)] = 124386, - [SMALL_STATE(4008)] = 124446, - [SMALL_STATE(4009)] = 124530, - [SMALL_STATE(4010)] = 124614, - [SMALL_STATE(4011)] = 124704, - [SMALL_STATE(4012)] = 124776, - [SMALL_STATE(4013)] = 124866, - [SMALL_STATE(4014)] = 124920, - [SMALL_STATE(4015)] = 124984, - [SMALL_STATE(4016)] = 125044, - [SMALL_STATE(4017)] = 125104, - [SMALL_STATE(4018)] = 125168, - [SMALL_STATE(4019)] = 125222, - [SMALL_STATE(4020)] = 125282, - [SMALL_STATE(4021)] = 125372, - [SMALL_STATE(4022)] = 125432, - [SMALL_STATE(4023)] = 125504, - [SMALL_STATE(4024)] = 125570, - [SMALL_STATE(4025)] = 125630, - [SMALL_STATE(4026)] = 125684, - [SMALL_STATE(4027)] = 125744, - [SMALL_STATE(4028)] = 125798, - [SMALL_STATE(4029)] = 125852, - [SMALL_STATE(4030)] = 125906, - [SMALL_STATE(4031)] = 125996, - [SMALL_STATE(4032)] = 126050, - [SMALL_STATE(4033)] = 126110, - [SMALL_STATE(4034)] = 126172, + [SMALL_STATE(4007)] = 124382, + [SMALL_STATE(4008)] = 124472, + [SMALL_STATE(4009)] = 124526, + [SMALL_STATE(4010)] = 124616, + [SMALL_STATE(4011)] = 124670, + [SMALL_STATE(4012)] = 124754, + [SMALL_STATE(4013)] = 124808, + [SMALL_STATE(4014)] = 124892, + [SMALL_STATE(4015)] = 124964, + [SMALL_STATE(4016)] = 125028, + [SMALL_STATE(4017)] = 125118, + [SMALL_STATE(4018)] = 125178, + [SMALL_STATE(4019)] = 125238, + [SMALL_STATE(4020)] = 125310, + [SMALL_STATE(4021)] = 125364, + [SMALL_STATE(4022)] = 125430, + [SMALL_STATE(4023)] = 125490, + [SMALL_STATE(4024)] = 125550, + [SMALL_STATE(4025)] = 125604, + [SMALL_STATE(4026)] = 125668, + [SMALL_STATE(4027)] = 125730, + [SMALL_STATE(4028)] = 125784, + [SMALL_STATE(4029)] = 125848, + [SMALL_STATE(4030)] = 125902, + [SMALL_STATE(4031)] = 125962, + [SMALL_STATE(4032)] = 126022, + [SMALL_STATE(4033)] = 126082, + [SMALL_STATE(4034)] = 126136, [SMALL_STATE(4035)] = 126226, - [SMALL_STATE(4036)] = 126279, - [SMALL_STATE(4037)] = 126346, - [SMALL_STATE(4038)] = 126401, - [SMALL_STATE(4039)] = 126460, - [SMALL_STATE(4040)] = 126531, - [SMALL_STATE(4041)] = 126620, - [SMALL_STATE(4042)] = 126685, - [SMALL_STATE(4043)] = 126752, - [SMALL_STATE(4044)] = 126819, - [SMALL_STATE(4045)] = 126906, - [SMALL_STATE(4046)] = 126995, - [SMALL_STATE(4047)] = 127066, - [SMALL_STATE(4048)] = 127131, - [SMALL_STATE(4049)] = 127230, + [SMALL_STATE(4036)] = 126291, + [SMALL_STATE(4037)] = 126350, + [SMALL_STATE(4038)] = 126421, + [SMALL_STATE(4039)] = 126486, + [SMALL_STATE(4040)] = 126573, + [SMALL_STATE(4041)] = 126660, + [SMALL_STATE(4042)] = 126713, + [SMALL_STATE(4043)] = 126812, + [SMALL_STATE(4044)] = 126883, + [SMALL_STATE(4045)] = 126950, + [SMALL_STATE(4046)] = 127017, + [SMALL_STATE(4047)] = 127084, + [SMALL_STATE(4048)] = 127173, + [SMALL_STATE(4049)] = 127262, [SMALL_STATE(4050)] = 127317, - [SMALL_STATE(4051)] = 127369, - [SMALL_STATE(4052)] = 127427, - [SMALL_STATE(4053)] = 127479, - [SMALL_STATE(4054)] = 127531, - [SMALL_STATE(4055)] = 127583, - [SMALL_STATE(4056)] = 127651, - [SMALL_STATE(4057)] = 127703, - [SMALL_STATE(4058)] = 127789, - [SMALL_STATE(4059)] = 127841, - [SMALL_STATE(4060)] = 127893, - [SMALL_STATE(4061)] = 127979, - [SMALL_STATE(4062)] = 128065, - [SMALL_STATE(4063)] = 128127, - [SMALL_STATE(4064)] = 128213, - [SMALL_STATE(4065)] = 128297, - [SMALL_STATE(4066)] = 128349, - [SMALL_STATE(4067)] = 128401, - [SMALL_STATE(4068)] = 128489, - [SMALL_STATE(4069)] = 128541, - [SMALL_STATE(4070)] = 128593, - [SMALL_STATE(4071)] = 128645, - [SMALL_STATE(4072)] = 128733, - [SMALL_STATE(4073)] = 128785, - [SMALL_STATE(4074)] = 128865, - [SMALL_STATE(4075)] = 128945, - [SMALL_STATE(4076)] = 129031, - [SMALL_STATE(4077)] = 129083, - [SMALL_STATE(4078)] = 129135, - [SMALL_STATE(4079)] = 129221, - [SMALL_STATE(4080)] = 129289, - [SMALL_STATE(4081)] = 129341, - [SMALL_STATE(4082)] = 129425, - [SMALL_STATE(4083)] = 129485, - [SMALL_STATE(4084)] = 129537, - [SMALL_STATE(4085)] = 129623, - [SMALL_STATE(4086)] = 129675, - [SMALL_STATE(4087)] = 129727, - [SMALL_STATE(4088)] = 129779, - [SMALL_STATE(4089)] = 129847, - [SMALL_STATE(4090)] = 129899, - [SMALL_STATE(4091)] = 129979, - [SMALL_STATE(4092)] = 130035, - [SMALL_STATE(4093)] = 130115, - [SMALL_STATE(4094)] = 130167, - [SMALL_STATE(4095)] = 130219, - [SMALL_STATE(4096)] = 130271, - [SMALL_STATE(4097)] = 130323, - [SMALL_STATE(4098)] = 130403, - [SMALL_STATE(4099)] = 130483, - [SMALL_STATE(4100)] = 130569, - [SMALL_STATE(4101)] = 130657, - [SMALL_STATE(4102)] = 130709, - [SMALL_STATE(4103)] = 130761, - [SMALL_STATE(4104)] = 130813, - [SMALL_STATE(4105)] = 130899, - [SMALL_STATE(4106)] = 130951, - [SMALL_STATE(4107)] = 131019, - [SMALL_STATE(4108)] = 131099, - [SMALL_STATE(4109)] = 131151, - [SMALL_STATE(4110)] = 131231, - [SMALL_STATE(4111)] = 131311, - [SMALL_STATE(4112)] = 131391, - [SMALL_STATE(4113)] = 131443, - [SMALL_STATE(4114)] = 131523, - [SMALL_STATE(4115)] = 131609, - [SMALL_STATE(4116)] = 131697, + [SMALL_STATE(4051)] = 127403, + [SMALL_STATE(4052)] = 127483, + [SMALL_STATE(4053)] = 127535, + [SMALL_STATE(4054)] = 127587, + [SMALL_STATE(4055)] = 127673, + [SMALL_STATE(4056)] = 127753, + [SMALL_STATE(4057)] = 127809, + [SMALL_STATE(4058)] = 127861, + [SMALL_STATE(4059)] = 127941, + [SMALL_STATE(4060)] = 127993, + [SMALL_STATE(4061)] = 128045, + [SMALL_STATE(4062)] = 128097, + [SMALL_STATE(4063)] = 128181, + [SMALL_STATE(4064)] = 128241, + [SMALL_STATE(4065)] = 128293, + [SMALL_STATE(4066)] = 128373, + [SMALL_STATE(4067)] = 128459, + [SMALL_STATE(4068)] = 128511, + [SMALL_STATE(4069)] = 128563, + [SMALL_STATE(4070)] = 128649, + [SMALL_STATE(4071)] = 128737, + [SMALL_STATE(4072)] = 128825, + [SMALL_STATE(4073)] = 128905, + [SMALL_STATE(4074)] = 128991, + [SMALL_STATE(4075)] = 129043, + [SMALL_STATE(4076)] = 129123, + [SMALL_STATE(4077)] = 129185, + [SMALL_STATE(4078)] = 129237, + [SMALL_STATE(4079)] = 129323, + [SMALL_STATE(4080)] = 129381, + [SMALL_STATE(4081)] = 129461, + [SMALL_STATE(4082)] = 129541, + [SMALL_STATE(4083)] = 129627, + [SMALL_STATE(4084)] = 129695, + [SMALL_STATE(4085)] = 129783, + [SMALL_STATE(4086)] = 129851, + [SMALL_STATE(4087)] = 129931, + [SMALL_STATE(4088)] = 129983, + [SMALL_STATE(4089)] = 130051, + [SMALL_STATE(4090)] = 130103, + [SMALL_STATE(4091)] = 130155, + [SMALL_STATE(4092)] = 130207, + [SMALL_STATE(4093)] = 130259, + [SMALL_STATE(4094)] = 130311, + [SMALL_STATE(4095)] = 130397, + [SMALL_STATE(4096)] = 130477, + [SMALL_STATE(4097)] = 130529, + [SMALL_STATE(4098)] = 130581, + [SMALL_STATE(4099)] = 130661, + [SMALL_STATE(4100)] = 130713, + [SMALL_STATE(4101)] = 130765, + [SMALL_STATE(4102)] = 130817, + [SMALL_STATE(4103)] = 130869, + [SMALL_STATE(4104)] = 130921, + [SMALL_STATE(4105)] = 131005, + [SMALL_STATE(4106)] = 131057, + [SMALL_STATE(4107)] = 131143, + [SMALL_STATE(4108)] = 131195, + [SMALL_STATE(4109)] = 131247, + [SMALL_STATE(4110)] = 131299, + [SMALL_STATE(4111)] = 131385, + [SMALL_STATE(4112)] = 131437, + [SMALL_STATE(4113)] = 131489, + [SMALL_STATE(4114)] = 131569, + [SMALL_STATE(4115)] = 131637, + [SMALL_STATE(4116)] = 131725, [SMALL_STATE(4117)] = 131777, - [SMALL_STATE(4118)] = 131832, - [SMALL_STATE(4119)] = 131893, - [SMALL_STATE(4120)] = 131948, - [SMALL_STATE(4121)] = 132001, - [SMALL_STATE(4122)] = 132076, - [SMALL_STATE(4123)] = 132163, - [SMALL_STATE(4124)] = 132230, - [SMALL_STATE(4125)] = 132285, - [SMALL_STATE(4126)] = 132346, - [SMALL_STATE(4127)] = 132421, - [SMALL_STATE(4128)] = 132488, - [SMALL_STATE(4129)] = 132543, - [SMALL_STATE(4130)] = 132598, - [SMALL_STATE(4131)] = 132653, - [SMALL_STATE(4132)] = 132718, - [SMALL_STATE(4133)] = 132779, - [SMALL_STATE(4134)] = 132834, - [SMALL_STATE(4135)] = 132889, - [SMALL_STATE(4136)] = 132944, - [SMALL_STATE(4137)] = 132999, - [SMALL_STATE(4138)] = 133102, - [SMALL_STATE(4139)] = 133169, - [SMALL_STATE(4140)] = 133224, - [SMALL_STATE(4141)] = 133281, - [SMALL_STATE(4142)] = 133338, - [SMALL_STATE(4143)] = 133437, - [SMALL_STATE(4144)] = 133540, - [SMALL_STATE(4145)] = 133607, - [SMALL_STATE(4146)] = 133658, - [SMALL_STATE(4147)] = 133715, - [SMALL_STATE(4148)] = 133818, - [SMALL_STATE(4149)] = 133869, - [SMALL_STATE(4150)] = 133952, - [SMALL_STATE(4151)] = 134003, - [SMALL_STATE(4152)] = 134072, - [SMALL_STATE(4153)] = 134171, - [SMALL_STATE(4154)] = 134246, - [SMALL_STATE(4155)] = 134301, - [SMALL_STATE(4156)] = 134356, - [SMALL_STATE(4157)] = 134455, - [SMALL_STATE(4158)] = 134512, - [SMALL_STATE(4159)] = 134563, - [SMALL_STATE(4160)] = 134658, - [SMALL_STATE(4161)] = 134733, - [SMALL_STATE(4162)] = 134826, - [SMALL_STATE(4163)] = 134917, - [SMALL_STATE(4164)] = 134982, - [SMALL_STATE(4165)] = 135033, - [SMALL_STATE(4166)] = 135132, - [SMALL_STATE(4167)] = 135219, - [SMALL_STATE(4168)] = 135322, - [SMALL_STATE(4169)] = 135421, - [SMALL_STATE(4170)] = 135508, - [SMALL_STATE(4171)] = 135581, - [SMALL_STATE(4172)] = 135670, - [SMALL_STATE(4173)] = 135755, - [SMALL_STATE(4174)] = 135806, - [SMALL_STATE(4175)] = 135877, - [SMALL_STATE(4176)] = 135930, - [SMALL_STATE(4177)] = 136013, - [SMALL_STATE(4178)] = 136074, - [SMALL_STATE(4179)] = 136157, - [SMALL_STATE(4180)] = 136244, + [SMALL_STATE(4118)] = 131868, + [SMALL_STATE(4119)] = 131951, + [SMALL_STATE(4120)] = 132006, + [SMALL_STATE(4121)] = 132081, + [SMALL_STATE(4122)] = 132132, + [SMALL_STATE(4123)] = 132187, + [SMALL_STATE(4124)] = 132274, + [SMALL_STATE(4125)] = 132331, + [SMALL_STATE(4126)] = 132386, + [SMALL_STATE(4127)] = 132441, + [SMALL_STATE(4128)] = 132496, + [SMALL_STATE(4129)] = 132549, + [SMALL_STATE(4130)] = 132624, + [SMALL_STATE(4131)] = 132685, + [SMALL_STATE(4132)] = 132752, + [SMALL_STATE(4133)] = 132839, + [SMALL_STATE(4134)] = 132938, + [SMALL_STATE(4135)] = 133021, + [SMALL_STATE(4136)] = 133124, + [SMALL_STATE(4137)] = 133193, + [SMALL_STATE(4138)] = 133288, + [SMALL_STATE(4139)] = 133343, + [SMALL_STATE(4140)] = 133432, + [SMALL_STATE(4141)] = 133487, + [SMALL_STATE(4142)] = 133572, + [SMALL_STATE(4143)] = 133655, + [SMALL_STATE(4144)] = 133742, + [SMALL_STATE(4145)] = 133821, + [SMALL_STATE(4146)] = 133876, + [SMALL_STATE(4147)] = 133969, + [SMALL_STATE(4148)] = 134044, + [SMALL_STATE(4149)] = 134115, + [SMALL_STATE(4150)] = 134188, + [SMALL_STATE(4151)] = 134287, + [SMALL_STATE(4152)] = 134390, + [SMALL_STATE(4153)] = 134457, + [SMALL_STATE(4154)] = 134556, + [SMALL_STATE(4155)] = 134659, + [SMALL_STATE(4156)] = 134720, + [SMALL_STATE(4157)] = 134823, + [SMALL_STATE(4158)] = 134888, + [SMALL_STATE(4159)] = 134949, + [SMALL_STATE(4160)] = 135002, + [SMALL_STATE(4161)] = 135067, + [SMALL_STATE(4162)] = 135124, + [SMALL_STATE(4163)] = 135223, + [SMALL_STATE(4164)] = 135274, + [SMALL_STATE(4165)] = 135373, + [SMALL_STATE(4166)] = 135434, + [SMALL_STATE(4167)] = 135501, + [SMALL_STATE(4168)] = 135588, + [SMALL_STATE(4169)] = 135639, + [SMALL_STATE(4170)] = 135694, + [SMALL_STATE(4171)] = 135751, + [SMALL_STATE(4172)] = 135808, + [SMALL_STATE(4173)] = 135859, + [SMALL_STATE(4174)] = 135910, + [SMALL_STATE(4175)] = 135965, + [SMALL_STATE(4176)] = 136020, + [SMALL_STATE(4177)] = 136075, + [SMALL_STATE(4178)] = 136130, + [SMALL_STATE(4179)] = 136181, + [SMALL_STATE(4180)] = 136248, [SMALL_STATE(4181)] = 136323, - [SMALL_STATE(4182)] = 136379, - [SMALL_STATE(4183)] = 136461, - [SMALL_STATE(4184)] = 136513, - [SMALL_STATE(4185)] = 136595, - [SMALL_STATE(4186)] = 136677, - [SMALL_STATE(4187)] = 136727, - [SMALL_STATE(4188)] = 136811, - [SMALL_STATE(4189)] = 136893, - [SMALL_STATE(4190)] = 136999, - [SMALL_STATE(4191)] = 137049, - [SMALL_STATE(4192)] = 137127, - [SMALL_STATE(4193)] = 137177, - [SMALL_STATE(4194)] = 137261, - [SMALL_STATE(4195)] = 137339, - [SMALL_STATE(4196)] = 137389, - [SMALL_STATE(4197)] = 137441, + [SMALL_STATE(4182)] = 136401, + [SMALL_STATE(4183)] = 136451, + [SMALL_STATE(4184)] = 136501, + [SMALL_STATE(4185)] = 136585, + [SMALL_STATE(4186)] = 136635, + [SMALL_STATE(4187)] = 136689, + [SMALL_STATE(4188)] = 136767, + [SMALL_STATE(4189)] = 136823, + [SMALL_STATE(4190)] = 136905, + [SMALL_STATE(4191)] = 136961, + [SMALL_STATE(4192)] = 137039, + [SMALL_STATE(4193)] = 137091, + [SMALL_STATE(4194)] = 137141, + [SMALL_STATE(4195)] = 137225, + [SMALL_STATE(4196)] = 137331, + [SMALL_STATE(4197)] = 137413, [SMALL_STATE(4198)] = 137519, - [SMALL_STATE(4199)] = 137575, - [SMALL_STATE(4200)] = 137681, - [SMALL_STATE(4201)] = 137735, - [SMALL_STATE(4202)] = 137785, - [SMALL_STATE(4203)] = 137841, - [SMALL_STATE(4204)] = 137891, - [SMALL_STATE(4205)] = 137945, - [SMALL_STATE(4206)] = 138051, - [SMALL_STATE(4207)] = 138129, - [SMALL_STATE(4208)] = 138185, - [SMALL_STATE(4209)] = 138269, - [SMALL_STATE(4210)] = 138337, + [SMALL_STATE(4199)] = 137601, + [SMALL_STATE(4200)] = 137651, + [SMALL_STATE(4201)] = 137707, + [SMALL_STATE(4202)] = 137759, + [SMALL_STATE(4203)] = 137827, + [SMALL_STATE(4204)] = 137911, + [SMALL_STATE(4205)] = 137995, + [SMALL_STATE(4206)] = 138073, + [SMALL_STATE(4207)] = 138155, + [SMALL_STATE(4208)] = 138261, + [SMALL_STATE(4209)] = 138311, + [SMALL_STATE(4210)] = 138367, [SMALL_STATE(4211)] = 138421, - [SMALL_STATE(4212)] = 138480, - [SMALL_STATE(4213)] = 138557, - [SMALL_STATE(4214)] = 138606, - [SMALL_STATE(4215)] = 138683, - [SMALL_STATE(4216)] = 138768, - [SMALL_STATE(4217)] = 138817, - [SMALL_STATE(4218)] = 138894, - [SMALL_STATE(4219)] = 138969, - [SMALL_STATE(4220)] = 139046, - [SMALL_STATE(4221)] = 139101, - [SMALL_STATE(4222)] = 139178, - [SMALL_STATE(4223)] = 139227, - [SMALL_STATE(4224)] = 139304, - [SMALL_STATE(4225)] = 139381, - [SMALL_STATE(4226)] = 139458, - [SMALL_STATE(4227)] = 139515, - [SMALL_STATE(4228)] = 139592, - [SMALL_STATE(4229)] = 139667, - [SMALL_STATE(4230)] = 139716, - [SMALL_STATE(4231)] = 139807, - [SMALL_STATE(4232)] = 139866, - [SMALL_STATE(4233)] = 139957, - [SMALL_STATE(4234)] = 140042, - [SMALL_STATE(4235)] = 140091, - [SMALL_STATE(4236)] = 140166, - [SMALL_STATE(4237)] = 140219, - [SMALL_STATE(4238)] = 140284, - [SMALL_STATE(4239)] = 140361, - [SMALL_STATE(4240)] = 140410, - [SMALL_STATE(4241)] = 140469, - [SMALL_STATE(4242)] = 140546, - [SMALL_STATE(4243)] = 140595, - [SMALL_STATE(4244)] = 140672, - [SMALL_STATE(4245)] = 140749, - [SMALL_STATE(4246)] = 140826, - [SMALL_STATE(4247)] = 140877, - [SMALL_STATE(4248)] = 140954, - [SMALL_STATE(4249)] = 141031, - [SMALL_STATE(4250)] = 141108, - [SMALL_STATE(4251)] = 141183, - [SMALL_STATE(4252)] = 141260, - [SMALL_STATE(4253)] = 141323, - [SMALL_STATE(4254)] = 141372, - [SMALL_STATE(4255)] = 141449, - [SMALL_STATE(4256)] = 141498, - [SMALL_STATE(4257)] = 141547, - [SMALL_STATE(4258)] = 141596, - [SMALL_STATE(4259)] = 141645, - [SMALL_STATE(4260)] = 141722, - [SMALL_STATE(4261)] = 141799, - [SMALL_STATE(4262)] = 141848, - [SMALL_STATE(4263)] = 141929, - [SMALL_STATE(4264)] = 141978, - [SMALL_STATE(4265)] = 142059, - [SMALL_STATE(4266)] = 142108, - [SMALL_STATE(4267)] = 142157, - [SMALL_STATE(4268)] = 142220, - [SMALL_STATE(4269)] = 142269, - [SMALL_STATE(4270)] = 142318, - [SMALL_STATE(4271)] = 142399, - [SMALL_STATE(4272)] = 142480, - [SMALL_STATE(4273)] = 142529, - [SMALL_STATE(4274)] = 142606, - [SMALL_STATE(4275)] = 142683, - [SMALL_STATE(4276)] = 142760, - [SMALL_STATE(4277)] = 142809, - [SMALL_STATE(4278)] = 142858, + [SMALL_STATE(4212)] = 138498, + [SMALL_STATE(4213)] = 138561, + [SMALL_STATE(4214)] = 138626, + [SMALL_STATE(4215)] = 138703, + [SMALL_STATE(4216)] = 138752, + [SMALL_STATE(4217)] = 138829, + [SMALL_STATE(4218)] = 138906, + [SMALL_STATE(4219)] = 138955, + [SMALL_STATE(4220)] = 139030, + [SMALL_STATE(4221)] = 139107, + [SMALL_STATE(4222)] = 139162, + [SMALL_STATE(4223)] = 139239, + [SMALL_STATE(4224)] = 139288, + [SMALL_STATE(4225)] = 139337, + [SMALL_STATE(4226)] = 139414, + [SMALL_STATE(4227)] = 139463, + [SMALL_STATE(4228)] = 139544, + [SMALL_STATE(4229)] = 139621, + [SMALL_STATE(4230)] = 139696, + [SMALL_STATE(4231)] = 139745, + [SMALL_STATE(4232)] = 139822, + [SMALL_STATE(4233)] = 139871, + [SMALL_STATE(4234)] = 139948, + [SMALL_STATE(4235)] = 139997, + [SMALL_STATE(4236)] = 140074, + [SMALL_STATE(4237)] = 140123, + [SMALL_STATE(4238)] = 140200, + [SMALL_STATE(4239)] = 140257, + [SMALL_STATE(4240)] = 140306, + [SMALL_STATE(4241)] = 140383, + [SMALL_STATE(4242)] = 140460, + [SMALL_STATE(4243)] = 140509, + [SMALL_STATE(4244)] = 140586, + [SMALL_STATE(4245)] = 140663, + [SMALL_STATE(4246)] = 140744, + [SMALL_STATE(4247)] = 140825, + [SMALL_STATE(4248)] = 140874, + [SMALL_STATE(4249)] = 140937, + [SMALL_STATE(4250)] = 141012, + [SMALL_STATE(4251)] = 141071, + [SMALL_STATE(4252)] = 141148, + [SMALL_STATE(4253)] = 141233, + [SMALL_STATE(4254)] = 141282, + [SMALL_STATE(4255)] = 141331, + [SMALL_STATE(4256)] = 141380, + [SMALL_STATE(4257)] = 141431, + [SMALL_STATE(4258)] = 141490, + [SMALL_STATE(4259)] = 141567, + [SMALL_STATE(4260)] = 141644, + [SMALL_STATE(4261)] = 141721, + [SMALL_STATE(4262)] = 141812, + [SMALL_STATE(4263)] = 141889, + [SMALL_STATE(4264)] = 141938, + [SMALL_STATE(4265)] = 141987, + [SMALL_STATE(4266)] = 142036, + [SMALL_STATE(4267)] = 142089, + [SMALL_STATE(4268)] = 142148, + [SMALL_STATE(4269)] = 142225, + [SMALL_STATE(4270)] = 142274, + [SMALL_STATE(4271)] = 142351, + [SMALL_STATE(4272)] = 142432, + [SMALL_STATE(4273)] = 142481, + [SMALL_STATE(4274)] = 142572, + [SMALL_STATE(4275)] = 142647, + [SMALL_STATE(4276)] = 142706, + [SMALL_STATE(4277)] = 142755, + [SMALL_STATE(4278)] = 142840, [SMALL_STATE(4279)] = 142917, - [SMALL_STATE(4280)] = 142994, + [SMALL_STATE(4280)] = 142966, [SMALL_STATE(4281)] = 143043, - [SMALL_STATE(4282)] = 143109, - [SMALL_STATE(4283)] = 143193, - [SMALL_STATE(4284)] = 143281, - [SMALL_STATE(4285)] = 143371, - [SMALL_STATE(4286)] = 143437, - [SMALL_STATE(4287)] = 143485, - [SMALL_STATE(4288)] = 143559, - [SMALL_STATE(4289)] = 143607, - [SMALL_STATE(4290)] = 143655, - [SMALL_STATE(4291)] = 143703, - [SMALL_STATE(4292)] = 143751, - [SMALL_STATE(4293)] = 143851, - [SMALL_STATE(4294)] = 143925, - [SMALL_STATE(4295)] = 143995, - [SMALL_STATE(4296)] = 144053, - [SMALL_STATE(4297)] = 144101, - [SMALL_STATE(4298)] = 144175, - [SMALL_STATE(4299)] = 144243, - [SMALL_STATE(4300)] = 144315, - [SMALL_STATE(4301)] = 144391, - [SMALL_STATE(4302)] = 144469, - [SMALL_STATE(4303)] = 144551, - [SMALL_STATE(4304)] = 144605, - [SMALL_STATE(4305)] = 144659, - [SMALL_STATE(4306)] = 144741, - [SMALL_STATE(4307)] = 144789, - [SMALL_STATE(4308)] = 144837, - [SMALL_STATE(4309)] = 144933, - [SMALL_STATE(4310)] = 144985, - [SMALL_STATE(4311)] = 145037, - [SMALL_STATE(4312)] = 145133, - [SMALL_STATE(4313)] = 145185, - [SMALL_STATE(4314)] = 145275, - [SMALL_STATE(4315)] = 145367, - [SMALL_STATE(4316)] = 145419, - [SMALL_STATE(4317)] = 145511, - [SMALL_STATE(4318)] = 145563, - [SMALL_STATE(4319)] = 145615, - [SMALL_STATE(4320)] = 145667, - [SMALL_STATE(4321)] = 145741, - [SMALL_STATE(4322)] = 145821, - [SMALL_STATE(4323)] = 145915, - [SMALL_STATE(4324)] = 145967, - [SMALL_STATE(4325)] = 146019, - [SMALL_STATE(4326)] = 146111, - [SMALL_STATE(4327)] = 146163, - [SMALL_STATE(4328)] = 146215, - [SMALL_STATE(4329)] = 146269, - [SMALL_STATE(4330)] = 146321, - [SMALL_STATE(4331)] = 146411, - [SMALL_STATE(4332)] = 146507, - [SMALL_STATE(4333)] = 146597, - [SMALL_STATE(4334)] = 146693, - [SMALL_STATE(4335)] = 146773, - [SMALL_STATE(4336)] = 146825, - [SMALL_STATE(4337)] = 146883, - [SMALL_STATE(4338)] = 146953, - [SMALL_STATE(4339)] = 147045, - [SMALL_STATE(4340)] = 147113, - [SMALL_STATE(4341)] = 147203, - [SMALL_STATE(4342)] = 147297, - [SMALL_STATE(4343)] = 147393, - [SMALL_STATE(4344)] = 147483, - [SMALL_STATE(4345)] = 147555, - [SMALL_STATE(4346)] = 147613, - [SMALL_STATE(4347)] = 147679, - [SMALL_STATE(4348)] = 147729, - [SMALL_STATE(4349)] = 147779, - [SMALL_STATE(4350)] = 147829, - [SMALL_STATE(4351)] = 147917, - [SMALL_STATE(4352)] = 148009, - [SMALL_STATE(4353)] = 148087, - [SMALL_STATE(4354)] = 148173, - [SMALL_STATE(4355)] = 148267, - [SMALL_STATE(4356)] = 148315, - [SMALL_STATE(4357)] = 148391, + [SMALL_STATE(4282)] = 143093, + [SMALL_STATE(4283)] = 143141, + [SMALL_STATE(4284)] = 143193, + [SMALL_STATE(4285)] = 143287, + [SMALL_STATE(4286)] = 143341, + [SMALL_STATE(4287)] = 143415, + [SMALL_STATE(4288)] = 143511, + [SMALL_STATE(4289)] = 143563, + [SMALL_STATE(4290)] = 143637, + [SMALL_STATE(4291)] = 143695, + [SMALL_STATE(4292)] = 143785, + [SMALL_STATE(4293)] = 143885, + [SMALL_STATE(4294)] = 143937, + [SMALL_STATE(4295)] = 143989, + [SMALL_STATE(4296)] = 144047, + [SMALL_STATE(4297)] = 144143, + [SMALL_STATE(4298)] = 144233, + [SMALL_STATE(4299)] = 144285, + [SMALL_STATE(4300)] = 144333, + [SMALL_STATE(4301)] = 144385, + [SMALL_STATE(4302)] = 144433, + [SMALL_STATE(4303)] = 144529, + [SMALL_STATE(4304)] = 144599, + [SMALL_STATE(4305)] = 144665, + [SMALL_STATE(4306)] = 144713, + [SMALL_STATE(4307)] = 144765, + [SMALL_STATE(4308)] = 144857, + [SMALL_STATE(4309)] = 144911, + [SMALL_STATE(4310)] = 144959, + [SMALL_STATE(4311)] = 145007, + [SMALL_STATE(4312)] = 145073, + [SMALL_STATE(4313)] = 145163, + [SMALL_STATE(4314)] = 145251, + [SMALL_STATE(4315)] = 145335, + [SMALL_STATE(4316)] = 145427, + [SMALL_STATE(4317)] = 145509, + [SMALL_STATE(4318)] = 145589, + [SMALL_STATE(4319)] = 145681, + [SMALL_STATE(4320)] = 145761, + [SMALL_STATE(4321)] = 145839, + [SMALL_STATE(4322)] = 145891, + [SMALL_STATE(4323)] = 145963, + [SMALL_STATE(4324)] = 146031, + [SMALL_STATE(4325)] = 146083, + [SMALL_STATE(4326)] = 146157, + [SMALL_STATE(4327)] = 146227, + [SMALL_STATE(4328)] = 146279, + [SMALL_STATE(4329)] = 146373, + [SMALL_STATE(4330)] = 146467, + [SMALL_STATE(4331)] = 146519, + [SMALL_STATE(4332)] = 146615, + [SMALL_STATE(4333)] = 146707, + [SMALL_STATE(4334)] = 146773, + [SMALL_STATE(4335)] = 146861, + [SMALL_STATE(4336)] = 146919, + [SMALL_STATE(4337)] = 146971, + [SMALL_STATE(4338)] = 147021, + [SMALL_STATE(4339)] = 147071, + [SMALL_STATE(4340)] = 147119, + [SMALL_STATE(4341)] = 147215, + [SMALL_STATE(4342)] = 147263, + [SMALL_STATE(4343)] = 147317, + [SMALL_STATE(4344)] = 147403, + [SMALL_STATE(4345)] = 147493, + [SMALL_STATE(4346)] = 147577, + [SMALL_STATE(4347)] = 147659, + [SMALL_STATE(4348)] = 147737, + [SMALL_STATE(4349)] = 147813, + [SMALL_STATE(4350)] = 147885, + [SMALL_STATE(4351)] = 147953, + [SMALL_STATE(4352)] = 148001, + [SMALL_STATE(4353)] = 148091, + [SMALL_STATE(4354)] = 148181, + [SMALL_STATE(4355)] = 148255, + [SMALL_STATE(4356)] = 148347, + [SMALL_STATE(4357)] = 148399, [SMALL_STATE(4358)] = 148475, - [SMALL_STATE(4359)] = 148572, - [SMALL_STATE(4360)] = 148625, - [SMALL_STATE(4361)] = 148678, - [SMALL_STATE(4362)] = 148731, - [SMALL_STATE(4363)] = 148828, - [SMALL_STATE(4364)] = 148881, - [SMALL_STATE(4365)] = 148978, - [SMALL_STATE(4366)] = 149039, - [SMALL_STATE(4367)] = 149092, - [SMALL_STATE(4368)] = 149187, - [SMALL_STATE(4369)] = 149262, - [SMALL_STATE(4370)] = 149359, - [SMALL_STATE(4371)] = 149456, - [SMALL_STATE(4372)] = 149553, - [SMALL_STATE(4373)] = 149632, - [SMALL_STATE(4374)] = 149729, - [SMALL_STATE(4375)] = 149790, - [SMALL_STATE(4376)] = 149843, - [SMALL_STATE(4377)] = 149900, - [SMALL_STATE(4378)] = 149953, - [SMALL_STATE(4379)] = 150006, - [SMALL_STATE(4380)] = 150103, - [SMALL_STATE(4381)] = 150152, - [SMALL_STATE(4382)] = 150249, - [SMALL_STATE(4383)] = 150302, - [SMALL_STATE(4384)] = 150349, - [SMALL_STATE(4385)] = 150402, - [SMALL_STATE(4386)] = 150499, - [SMALL_STATE(4387)] = 150552, - [SMALL_STATE(4388)] = 150599, - [SMALL_STATE(4389)] = 150696, - [SMALL_STATE(4390)] = 150769, - [SMALL_STATE(4391)] = 150822, - [SMALL_STATE(4392)] = 150897, - [SMALL_STATE(4393)] = 150994, - [SMALL_STATE(4394)] = 151091, - [SMALL_STATE(4395)] = 151138, - [SMALL_STATE(4396)] = 151213, - [SMALL_STATE(4397)] = 151310, - [SMALL_STATE(4398)] = 151363, - [SMALL_STATE(4399)] = 151460, - [SMALL_STATE(4400)] = 151533, - [SMALL_STATE(4401)] = 151628, - [SMALL_STATE(4402)] = 151701, - [SMALL_STATE(4403)] = 151798, - [SMALL_STATE(4404)] = 151895, - [SMALL_STATE(4405)] = 151942, - [SMALL_STATE(4406)] = 152039, - [SMALL_STATE(4407)] = 152112, - [SMALL_STATE(4408)] = 152165, - [SMALL_STATE(4409)] = 152240, - [SMALL_STATE(4410)] = 152337, - [SMALL_STATE(4411)] = 152434, - [SMALL_STATE(4412)] = 152531, - [SMALL_STATE(4413)] = 152628, - [SMALL_STATE(4414)] = 152681, - [SMALL_STATE(4415)] = 152746, - [SMALL_STATE(4416)] = 152799, - [SMALL_STATE(4417)] = 152874, - [SMALL_STATE(4418)] = 152923, - [SMALL_STATE(4419)] = 153020, - [SMALL_STATE(4420)] = 153117, - [SMALL_STATE(4421)] = 153170, - [SMALL_STATE(4422)] = 153267, - [SMALL_STATE(4423)] = 153364, - [SMALL_STATE(4424)] = 153461, - [SMALL_STATE(4425)] = 153534, - [SMALL_STATE(4426)] = 153609, - [SMALL_STATE(4427)] = 153662, - [SMALL_STATE(4428)] = 153759, - [SMALL_STATE(4429)] = 153856, - [SMALL_STATE(4430)] = 153931, - [SMALL_STATE(4431)] = 154028, - [SMALL_STATE(4432)] = 154125, - [SMALL_STATE(4433)] = 154222, - [SMALL_STATE(4434)] = 154319, - [SMALL_STATE(4435)] = 154416, - [SMALL_STATE(4436)] = 154481, - [SMALL_STATE(4437)] = 154578, - [SMALL_STATE(4438)] = 154653, - [SMALL_STATE(4439)] = 154750, - [SMALL_STATE(4440)] = 154847, - [SMALL_STATE(4441)] = 154920, - [SMALL_STATE(4442)] = 155017, - [SMALL_STATE(4443)] = 155070, - [SMALL_STATE(4444)] = 155123, - [SMALL_STATE(4445)] = 155196, - [SMALL_STATE(4446)] = 155293, - [SMALL_STATE(4447)] = 155372, - [SMALL_STATE(4448)] = 155445, - [SMALL_STATE(4449)] = 155542, - [SMALL_STATE(4450)] = 155639, + [SMALL_STATE(4359)] = 148528, + [SMALL_STATE(4360)] = 148577, + [SMALL_STATE(4361)] = 148674, + [SMALL_STATE(4362)] = 148771, + [SMALL_STATE(4363)] = 148824, + [SMALL_STATE(4364)] = 148921, + [SMALL_STATE(4365)] = 149000, + [SMALL_STATE(4366)] = 149097, + [SMALL_STATE(4367)] = 149194, + [SMALL_STATE(4368)] = 149247, + [SMALL_STATE(4369)] = 149320, + [SMALL_STATE(4370)] = 149417, + [SMALL_STATE(4371)] = 149470, + [SMALL_STATE(4372)] = 149567, + [SMALL_STATE(4373)] = 149664, + [SMALL_STATE(4374)] = 149761, + [SMALL_STATE(4375)] = 149858, + [SMALL_STATE(4376)] = 149933, + [SMALL_STATE(4377)] = 149986, + [SMALL_STATE(4378)] = 150083, + [SMALL_STATE(4379)] = 150180, + [SMALL_STATE(4380)] = 150237, + [SMALL_STATE(4381)] = 150334, + [SMALL_STATE(4382)] = 150431, + [SMALL_STATE(4383)] = 150506, + [SMALL_STATE(4384)] = 150581, + [SMALL_STATE(4385)] = 150678, + [SMALL_STATE(4386)] = 150731, + [SMALL_STATE(4387)] = 150828, + [SMALL_STATE(4388)] = 150881, + [SMALL_STATE(4389)] = 150978, + [SMALL_STATE(4390)] = 151031, + [SMALL_STATE(4391)] = 151128, + [SMALL_STATE(4392)] = 151225, + [SMALL_STATE(4393)] = 151278, + [SMALL_STATE(4394)] = 151343, + [SMALL_STATE(4395)] = 151390, + [SMALL_STATE(4396)] = 151487, + [SMALL_STATE(4397)] = 151584, + [SMALL_STATE(4398)] = 151631, + [SMALL_STATE(4399)] = 151728, + [SMALL_STATE(4400)] = 151803, + [SMALL_STATE(4401)] = 151878, + [SMALL_STATE(4402)] = 151953, + [SMALL_STATE(4403)] = 152006, + [SMALL_STATE(4404)] = 152081, + [SMALL_STATE(4405)] = 152178, + [SMALL_STATE(4406)] = 152275, + [SMALL_STATE(4407)] = 152328, + [SMALL_STATE(4408)] = 152425, + [SMALL_STATE(4409)] = 152522, + [SMALL_STATE(4410)] = 152619, + [SMALL_STATE(4411)] = 152666, + [SMALL_STATE(4412)] = 152763, + [SMALL_STATE(4413)] = 152816, + [SMALL_STATE(4414)] = 152913, + [SMALL_STATE(4415)] = 152974, + [SMALL_STATE(4416)] = 153071, + [SMALL_STATE(4417)] = 153124, + [SMALL_STATE(4418)] = 153197, + [SMALL_STATE(4419)] = 153294, + [SMALL_STATE(4420)] = 153347, + [SMALL_STATE(4421)] = 153444, + [SMALL_STATE(4422)] = 153523, + [SMALL_STATE(4423)] = 153584, + [SMALL_STATE(4424)] = 153637, + [SMALL_STATE(4425)] = 153710, + [SMALL_STATE(4426)] = 153807, + [SMALL_STATE(4427)] = 153902, + [SMALL_STATE(4428)] = 153955, + [SMALL_STATE(4429)] = 154052, + [SMALL_STATE(4430)] = 154149, + [SMALL_STATE(4431)] = 154222, + [SMALL_STATE(4432)] = 154319, + [SMALL_STATE(4433)] = 154416, + [SMALL_STATE(4434)] = 154469, + [SMALL_STATE(4435)] = 154522, + [SMALL_STATE(4436)] = 154619, + [SMALL_STATE(4437)] = 154692, + [SMALL_STATE(4438)] = 154765, + [SMALL_STATE(4439)] = 154862, + [SMALL_STATE(4440)] = 154911, + [SMALL_STATE(4441)] = 154964, + [SMALL_STATE(4442)] = 155037, + [SMALL_STATE(4443)] = 155134, + [SMALL_STATE(4444)] = 155199, + [SMALL_STATE(4445)] = 155272, + [SMALL_STATE(4446)] = 155369, + [SMALL_STATE(4447)] = 155444, + [SMALL_STATE(4448)] = 155497, + [SMALL_STATE(4449)] = 155592, + [SMALL_STATE(4450)] = 155689, [SMALL_STATE(4451)] = 155736, [SMALL_STATE(4452)] = 155789, - [SMALL_STATE(4453)] = 155883, - [SMALL_STATE(4454)] = 155929, - [SMALL_STATE(4455)] = 156023, - [SMALL_STATE(4456)] = 156095, - [SMALL_STATE(4457)] = 156183, - [SMALL_STATE(4458)] = 156277, - [SMALL_STATE(4459)] = 156371, - [SMALL_STATE(4460)] = 156429, - [SMALL_STATE(4461)] = 156521, - [SMALL_STATE(4462)] = 156609, - [SMALL_STATE(4463)] = 156695, - [SMALL_STATE(4464)] = 156755, - [SMALL_STATE(4465)] = 156815, - [SMALL_STATE(4466)] = 156861, - [SMALL_STATE(4467)] = 156907, - [SMALL_STATE(4468)] = 157001, - [SMALL_STATE(4469)] = 157047, - [SMALL_STATE(4470)] = 157141, - [SMALL_STATE(4471)] = 157187, - [SMALL_STATE(4472)] = 157279, - [SMALL_STATE(4473)] = 157325, - [SMALL_STATE(4474)] = 157371, - [SMALL_STATE(4475)] = 157417, - [SMALL_STATE(4476)] = 157511, - [SMALL_STATE(4477)] = 157569, - [SMALL_STATE(4478)] = 157661, - [SMALL_STATE(4479)] = 157753, - [SMALL_STATE(4480)] = 157811, - [SMALL_STATE(4481)] = 157903, - [SMALL_STATE(4482)] = 157995, - [SMALL_STATE(4483)] = 158083, - [SMALL_STATE(4484)] = 158175, - [SMALL_STATE(4485)] = 158263, - [SMALL_STATE(4486)] = 158335, - [SMALL_STATE(4487)] = 158429, - [SMALL_STATE(4488)] = 158507, - [SMALL_STATE(4489)] = 158561, - [SMALL_STATE(4490)] = 158607, - [SMALL_STATE(4491)] = 158701, - [SMALL_STATE(4492)] = 158761, - [SMALL_STATE(4493)] = 158855, - [SMALL_STATE(4494)] = 158927, - [SMALL_STATE(4495)] = 158999, - [SMALL_STATE(4496)] = 159087, - [SMALL_STATE(4497)] = 159181, - [SMALL_STATE(4498)] = 159273, - [SMALL_STATE(4499)] = 159367, - [SMALL_STATE(4500)] = 159439, - [SMALL_STATE(4501)] = 159523, - [SMALL_STATE(4502)] = 159615, - [SMALL_STATE(4503)] = 159709, - [SMALL_STATE(4504)] = 159781, - [SMALL_STATE(4505)] = 159863, - [SMALL_STATE(4506)] = 159955, - [SMALL_STATE(4507)] = 160001, - [SMALL_STATE(4508)] = 160059, - [SMALL_STATE(4509)] = 160131, - [SMALL_STATE(4510)] = 160209, - [SMALL_STATE(4511)] = 160289, - [SMALL_STATE(4512)] = 160339, - [SMALL_STATE(4513)] = 160433, - [SMALL_STATE(4514)] = 160525, - [SMALL_STATE(4515)] = 160617, - [SMALL_STATE(4516)] = 160711, - [SMALL_STATE(4517)] = 160757, - [SMALL_STATE(4518)] = 160835, - [SMALL_STATE(4519)] = 160923, - [SMALL_STATE(4520)] = 160993, - [SMALL_STATE(4521)] = 161087, - [SMALL_STATE(4522)] = 161181, - [SMALL_STATE(4523)] = 161227, - [SMALL_STATE(4524)] = 161321, - [SMALL_STATE(4525)] = 161387, - [SMALL_STATE(4526)] = 161465, - [SMALL_STATE(4527)] = 161559, - [SMALL_STATE(4528)] = 161611, - [SMALL_STATE(4529)] = 161683, - [SMALL_STATE(4530)] = 161777, - [SMALL_STATE(4531)] = 161851, - [SMALL_STATE(4532)] = 161945, - [SMALL_STATE(4533)] = 162021, - [SMALL_STATE(4534)] = 162113, - [SMALL_STATE(4535)] = 162205, - [SMALL_STATE(4536)] = 162265, - [SMALL_STATE(4537)] = 162359, - [SMALL_STATE(4538)] = 162405, - [SMALL_STATE(4539)] = 162485, - [SMALL_STATE(4540)] = 162531, - [SMALL_STATE(4541)] = 162591, - [SMALL_STATE(4542)] = 162685, - [SMALL_STATE(4543)] = 162779, - [SMALL_STATE(4544)] = 162825, - [SMALL_STATE(4545)] = 162907, - [SMALL_STATE(4546)] = 162993, - [SMALL_STATE(4547)] = 163085, - [SMALL_STATE(4548)] = 163177, - [SMALL_STATE(4549)] = 163261, - [SMALL_STATE(4550)] = 163347, - [SMALL_STATE(4551)] = 163441, - [SMALL_STATE(4552)] = 163487, - [SMALL_STATE(4553)] = 163575, - [SMALL_STATE(4554)] = 163623, - [SMALL_STATE(4555)] = 163715, - [SMALL_STATE(4556)] = 163761, - [SMALL_STATE(4557)] = 163855, - [SMALL_STATE(4558)] = 163927, - [SMALL_STATE(4559)] = 164019, - [SMALL_STATE(4560)] = 164065, - [SMALL_STATE(4561)] = 164125, - [SMALL_STATE(4562)] = 164219, - [SMALL_STATE(4563)] = 164307, - [SMALL_STATE(4564)] = 164395, - [SMALL_STATE(4565)] = 164487, - [SMALL_STATE(4566)] = 164581, - [SMALL_STATE(4567)] = 164673, - [SMALL_STATE(4568)] = 164719, - [SMALL_STATE(4569)] = 164807, - [SMALL_STATE(4570)] = 164895, - [SMALL_STATE(4571)] = 164941, - [SMALL_STATE(4572)] = 164987, - [SMALL_STATE(4573)] = 165081, - [SMALL_STATE(4574)] = 165175, - [SMALL_STATE(4575)] = 165221, - [SMALL_STATE(4576)] = 165309, - [SMALL_STATE(4577)] = 165403, - [SMALL_STATE(4578)] = 165463, - [SMALL_STATE(4579)] = 165555, - [SMALL_STATE(4580)] = 165647, - [SMALL_STATE(4581)] = 165693, - [SMALL_STATE(4582)] = 165785, - [SMALL_STATE(4583)] = 165873, - [SMALL_STATE(4584)] = 165919, - [SMALL_STATE(4585)] = 165987, - [SMALL_STATE(4586)] = 166079, - [SMALL_STATE(4587)] = 166147, - [SMALL_STATE(4588)] = 166213, - [SMALL_STATE(4589)] = 166283, - [SMALL_STATE(4590)] = 166357, - [SMALL_STATE(4591)] = 166451, - [SMALL_STATE(4592)] = 166527, - [SMALL_STATE(4593)] = 166607, - [SMALL_STATE(4594)] = 166689, - [SMALL_STATE(4595)] = 166735, - [SMALL_STATE(4596)] = 166781, - [SMALL_STATE(4597)] = 166865, - [SMALL_STATE(4598)] = 166959, - [SMALL_STATE(4599)] = 167005, - [SMALL_STATE(4600)] = 167091, - [SMALL_STATE(4601)] = 167137, - [SMALL_STATE(4602)] = 167197, - [SMALL_STATE(4603)] = 167291, - [SMALL_STATE(4604)] = 167337, - [SMALL_STATE(4605)] = 167401, - [SMALL_STATE(4606)] = 167447, - [SMALL_STATE(4607)] = 167535, - [SMALL_STATE(4608)] = 167599, - [SMALL_STATE(4609)] = 167645, - [SMALL_STATE(4610)] = 167739, - [SMALL_STATE(4611)] = 167797, - [SMALL_STATE(4612)] = 167889, - [SMALL_STATE(4613)] = 167935, - [SMALL_STATE(4614)] = 168001, - [SMALL_STATE(4615)] = 168093, - [SMALL_STATE(4616)] = 168141, - [SMALL_STATE(4617)] = 168235, - [SMALL_STATE(4618)] = 168323, - [SMALL_STATE(4619)] = 168417, - [SMALL_STATE(4620)] = 168511, - [SMALL_STATE(4621)] = 168603, - [SMALL_STATE(4622)] = 168667, - [SMALL_STATE(4623)] = 168737, - [SMALL_STATE(4624)] = 168795, - [SMALL_STATE(4625)] = 168889, - [SMALL_STATE(4626)] = 168935, - [SMALL_STATE(4627)] = 169029, - [SMALL_STATE(4628)] = 169123, - [SMALL_STATE(4629)] = 169217, - [SMALL_STATE(4630)] = 169263, - [SMALL_STATE(4631)] = 169355, - [SMALL_STATE(4632)] = 169401, - [SMALL_STATE(4633)] = 169447, - [SMALL_STATE(4634)] = 169541, - [SMALL_STATE(4635)] = 169615, - [SMALL_STATE(4636)] = 169691, + [SMALL_STATE(4453)] = 155869, + [SMALL_STATE(4454)] = 155915, + [SMALL_STATE(4455)] = 156007, + [SMALL_STATE(4456)] = 156101, + [SMALL_STATE(4457)] = 156155, + [SMALL_STATE(4458)] = 156201, + [SMALL_STATE(4459)] = 156295, + [SMALL_STATE(4460)] = 156341, + [SMALL_STATE(4461)] = 156435, + [SMALL_STATE(4462)] = 156507, + [SMALL_STATE(4463)] = 156577, + [SMALL_STATE(4464)] = 156671, + [SMALL_STATE(4465)] = 156719, + [SMALL_STATE(4466)] = 156797, + [SMALL_STATE(4467)] = 156875, + [SMALL_STATE(4468)] = 156969, + [SMALL_STATE(4469)] = 157061, + [SMALL_STATE(4470)] = 157145, + [SMALL_STATE(4471)] = 157191, + [SMALL_STATE(4472)] = 157283, + [SMALL_STATE(4473)] = 157375, + [SMALL_STATE(4474)] = 157447, + [SMALL_STATE(4475)] = 157493, + [SMALL_STATE(4476)] = 157585, + [SMALL_STATE(4477)] = 157663, + [SMALL_STATE(4478)] = 157755, + [SMALL_STATE(4479)] = 157827, + [SMALL_STATE(4480)] = 157915, + [SMALL_STATE(4481)] = 158009, + [SMALL_STATE(4482)] = 158081, + [SMALL_STATE(4483)] = 158173, + [SMALL_STATE(4484)] = 158265, + [SMALL_STATE(4485)] = 158357, + [SMALL_STATE(4486)] = 158403, + [SMALL_STATE(4487)] = 158497, + [SMALL_STATE(4488)] = 158557, + [SMALL_STATE(4489)] = 158651, + [SMALL_STATE(4490)] = 158723, + [SMALL_STATE(4491)] = 158817, + [SMALL_STATE(4492)] = 158911, + [SMALL_STATE(4493)] = 158983, + [SMALL_STATE(4494)] = 159075, + [SMALL_STATE(4495)] = 159121, + [SMALL_STATE(4496)] = 159167, + [SMALL_STATE(4497)] = 159239, + [SMALL_STATE(4498)] = 159331, + [SMALL_STATE(4499)] = 159389, + [SMALL_STATE(4500)] = 159483, + [SMALL_STATE(4501)] = 159547, + [SMALL_STATE(4502)] = 159641, + [SMALL_STATE(4503)] = 159687, + [SMALL_STATE(4504)] = 159773, + [SMALL_STATE(4505)] = 159861, + [SMALL_STATE(4506)] = 159953, + [SMALL_STATE(4507)] = 160017, + [SMALL_STATE(4508)] = 160103, + [SMALL_STATE(4509)] = 160187, + [SMALL_STATE(4510)] = 160269, + [SMALL_STATE(4511)] = 160363, + [SMALL_STATE(4512)] = 160439, + [SMALL_STATE(4513)] = 160513, + [SMALL_STATE(4514)] = 160583, + [SMALL_STATE(4515)] = 160649, + [SMALL_STATE(4516)] = 160717, + [SMALL_STATE(4517)] = 160809, + [SMALL_STATE(4518)] = 160897, + [SMALL_STATE(4519)] = 160989, + [SMALL_STATE(4520)] = 161077, + [SMALL_STATE(4521)] = 161169, + [SMALL_STATE(4522)] = 161261, + [SMALL_STATE(4523)] = 161345, + [SMALL_STATE(4524)] = 161433, + [SMALL_STATE(4525)] = 161515, + [SMALL_STATE(4526)] = 161603, + [SMALL_STATE(4527)] = 161663, + [SMALL_STATE(4528)] = 161751, + [SMALL_STATE(4529)] = 161811, + [SMALL_STATE(4530)] = 161891, + [SMALL_STATE(4531)] = 161983, + [SMALL_STATE(4532)] = 162059, + [SMALL_STATE(4533)] = 162111, + [SMALL_STATE(4534)] = 162185, + [SMALL_STATE(4535)] = 162255, + [SMALL_STATE(4536)] = 162321, + [SMALL_STATE(4537)] = 162415, + [SMALL_STATE(4538)] = 162509, + [SMALL_STATE(4539)] = 162577, + [SMALL_STATE(4540)] = 162671, + [SMALL_STATE(4541)] = 162717, + [SMALL_STATE(4542)] = 162811, + [SMALL_STATE(4543)] = 162905, + [SMALL_STATE(4544)] = 162999, + [SMALL_STATE(4545)] = 163049, + [SMALL_STATE(4546)] = 163095, + [SMALL_STATE(4547)] = 163187, + [SMALL_STATE(4548)] = 163279, + [SMALL_STATE(4549)] = 163337, + [SMALL_STATE(4550)] = 163431, + [SMALL_STATE(4551)] = 163525, + [SMALL_STATE(4552)] = 163619, + [SMALL_STATE(4553)] = 163713, + [SMALL_STATE(4554)] = 163771, + [SMALL_STATE(4555)] = 163865, + [SMALL_STATE(4556)] = 163925, + [SMALL_STATE(4557)] = 163971, + [SMALL_STATE(4558)] = 164031, + [SMALL_STATE(4559)] = 164095, + [SMALL_STATE(4560)] = 164153, + [SMALL_STATE(4561)] = 164211, + [SMALL_STATE(4562)] = 164305, + [SMALL_STATE(4563)] = 164351, + [SMALL_STATE(4564)] = 164445, + [SMALL_STATE(4565)] = 164503, + [SMALL_STATE(4566)] = 164591, + [SMALL_STATE(4567)] = 164637, + [SMALL_STATE(4568)] = 164729, + [SMALL_STATE(4569)] = 164775, + [SMALL_STATE(4570)] = 164869, + [SMALL_STATE(4571)] = 164915, + [SMALL_STATE(4572)] = 165003, + [SMALL_STATE(4573)] = 165089, + [SMALL_STATE(4574)] = 165135, + [SMALL_STATE(4575)] = 165229, + [SMALL_STATE(4576)] = 165275, + [SMALL_STATE(4577)] = 165353, + [SMALL_STATE(4578)] = 165441, + [SMALL_STATE(4579)] = 165487, + [SMALL_STATE(4580)] = 165581, + [SMALL_STATE(4581)] = 165673, + [SMALL_STATE(4582)] = 165733, + [SMALL_STATE(4583)] = 165807, + [SMALL_STATE(4584)] = 165883, + [SMALL_STATE(4585)] = 165965, + [SMALL_STATE(4586)] = 166057, + [SMALL_STATE(4587)] = 166151, + [SMALL_STATE(4588)] = 166245, + [SMALL_STATE(4589)] = 166339, + [SMALL_STATE(4590)] = 166431, + [SMALL_STATE(4591)] = 166477, + [SMALL_STATE(4592)] = 166523, + [SMALL_STATE(4593)] = 166611, + [SMALL_STATE(4594)] = 166697, + [SMALL_STATE(4595)] = 166791, + [SMALL_STATE(4596)] = 166885, + [SMALL_STATE(4597)] = 166979, + [SMALL_STATE(4598)] = 167025, + [SMALL_STATE(4599)] = 167071, + [SMALL_STATE(4600)] = 167117, + [SMALL_STATE(4601)] = 167189, + [SMALL_STATE(4602)] = 167281, + [SMALL_STATE(4603)] = 167369, + [SMALL_STATE(4604)] = 167415, + [SMALL_STATE(4605)] = 167509, + [SMALL_STATE(4606)] = 167555, + [SMALL_STATE(4607)] = 167601, + [SMALL_STATE(4608)] = 167647, + [SMALL_STATE(4609)] = 167695, + [SMALL_STATE(4610)] = 167787, + [SMALL_STATE(4611)] = 167833, + [SMALL_STATE(4612)] = 167879, + [SMALL_STATE(4613)] = 167973, + [SMALL_STATE(4614)] = 168045, + [SMALL_STATE(4615)] = 168105, + [SMALL_STATE(4616)] = 168151, + [SMALL_STATE(4617)] = 168197, + [SMALL_STATE(4618)] = 168291, + [SMALL_STATE(4619)] = 168351, + [SMALL_STATE(4620)] = 168443, + [SMALL_STATE(4621)] = 168537, + [SMALL_STATE(4622)] = 168631, + [SMALL_STATE(4623)] = 168723, + [SMALL_STATE(4624)] = 168817, + [SMALL_STATE(4625)] = 168905, + [SMALL_STATE(4626)] = 168993, + [SMALL_STATE(4627)] = 169085, + [SMALL_STATE(4628)] = 169131, + [SMALL_STATE(4629)] = 169225, + [SMALL_STATE(4630)] = 169291, + [SMALL_STATE(4631)] = 169337, + [SMALL_STATE(4632)] = 169383, + [SMALL_STATE(4633)] = 169463, + [SMALL_STATE(4634)] = 169509, + [SMALL_STATE(4635)] = 169555, + [SMALL_STATE(4636)] = 169649, [SMALL_STATE(4637)] = 169737, - [SMALL_STATE(4638)] = 169828, - [SMALL_STATE(4639)] = 169919, - [SMALL_STATE(4640)] = 170010, - [SMALL_STATE(4641)] = 170101, - [SMALL_STATE(4642)] = 170192, - [SMALL_STATE(4643)] = 170283, - [SMALL_STATE(4644)] = 170374, - [SMALL_STATE(4645)] = 170465, - [SMALL_STATE(4646)] = 170556, - [SMALL_STATE(4647)] = 170647, - [SMALL_STATE(4648)] = 170738, - [SMALL_STATE(4649)] = 170829, - [SMALL_STATE(4650)] = 170920, - [SMALL_STATE(4651)] = 171011, - [SMALL_STATE(4652)] = 171102, - [SMALL_STATE(4653)] = 171193, - [SMALL_STATE(4654)] = 171284, - [SMALL_STATE(4655)] = 171375, - [SMALL_STATE(4656)] = 171466, - [SMALL_STATE(4657)] = 171557, - [SMALL_STATE(4658)] = 171602, - [SMALL_STATE(4659)] = 171693, - [SMALL_STATE(4660)] = 171784, - [SMALL_STATE(4661)] = 171875, - [SMALL_STATE(4662)] = 171966, - [SMALL_STATE(4663)] = 172057, - [SMALL_STATE(4664)] = 172148, - [SMALL_STATE(4665)] = 172237, - [SMALL_STATE(4666)] = 172328, - [SMALL_STATE(4667)] = 172419, - [SMALL_STATE(4668)] = 172510, - [SMALL_STATE(4669)] = 172601, - [SMALL_STATE(4670)] = 172692, - [SMALL_STATE(4671)] = 172773, - [SMALL_STATE(4672)] = 172864, - [SMALL_STATE(4673)] = 172945, - [SMALL_STATE(4674)] = 173036, - [SMALL_STATE(4675)] = 173127, - [SMALL_STATE(4676)] = 173218, - [SMALL_STATE(4677)] = 173309, - [SMALL_STATE(4678)] = 173400, - [SMALL_STATE(4679)] = 173491, - [SMALL_STATE(4680)] = 173582, - [SMALL_STATE(4681)] = 173673, - [SMALL_STATE(4682)] = 173764, - [SMALL_STATE(4683)] = 173855, - [SMALL_STATE(4684)] = 173942, - [SMALL_STATE(4685)] = 174033, - [SMALL_STATE(4686)] = 174078, - [SMALL_STATE(4687)] = 174169, - [SMALL_STATE(4688)] = 174250, - [SMALL_STATE(4689)] = 174341, - [SMALL_STATE(4690)] = 174432, - [SMALL_STATE(4691)] = 174523, - [SMALL_STATE(4692)] = 174614, - [SMALL_STATE(4693)] = 174705, - [SMALL_STATE(4694)] = 174796, - [SMALL_STATE(4695)] = 174887, - [SMALL_STATE(4696)] = 174978, - [SMALL_STATE(4697)] = 175033, - [SMALL_STATE(4698)] = 175114, - [SMALL_STATE(4699)] = 175205, - [SMALL_STATE(4700)] = 175296, - [SMALL_STATE(4701)] = 175387, - [SMALL_STATE(4702)] = 175478, - [SMALL_STATE(4703)] = 175569, - [SMALL_STATE(4704)] = 175660, - [SMALL_STATE(4705)] = 175751, - [SMALL_STATE(4706)] = 175842, - [SMALL_STATE(4707)] = 175933, - [SMALL_STATE(4708)] = 176004, - [SMALL_STATE(4709)] = 176085, - [SMALL_STATE(4710)] = 176176, - [SMALL_STATE(4711)] = 176267, - [SMALL_STATE(4712)] = 176358, - [SMALL_STATE(4713)] = 176449, - [SMALL_STATE(4714)] = 176540, - [SMALL_STATE(4715)] = 176631, - [SMALL_STATE(4716)] = 176722, - [SMALL_STATE(4717)] = 176793, - [SMALL_STATE(4718)] = 176838, - [SMALL_STATE(4719)] = 176929, - [SMALL_STATE(4720)] = 177000, - [SMALL_STATE(4721)] = 177091, - [SMALL_STATE(4722)] = 177182, - [SMALL_STATE(4723)] = 177273, - [SMALL_STATE(4724)] = 177364, - [SMALL_STATE(4725)] = 177435, - [SMALL_STATE(4726)] = 177526, - [SMALL_STATE(4727)] = 177617, - [SMALL_STATE(4728)] = 177708, - [SMALL_STATE(4729)] = 177789, - [SMALL_STATE(4730)] = 177880, - [SMALL_STATE(4731)] = 177971, - [SMALL_STATE(4732)] = 178062, - [SMALL_STATE(4733)] = 178117, - [SMALL_STATE(4734)] = 178208, - [SMALL_STATE(4735)] = 178299, - [SMALL_STATE(4736)] = 178390, - [SMALL_STATE(4737)] = 178477, - [SMALL_STATE(4738)] = 178568, - [SMALL_STATE(4739)] = 178659, - [SMALL_STATE(4740)] = 178750, - [SMALL_STATE(4741)] = 178841, - [SMALL_STATE(4742)] = 178932, - [SMALL_STATE(4743)] = 179023, - [SMALL_STATE(4744)] = 179104, - [SMALL_STATE(4745)] = 179195, - [SMALL_STATE(4746)] = 179286, - [SMALL_STATE(4747)] = 179377, - [SMALL_STATE(4748)] = 179468, - [SMALL_STATE(4749)] = 179559, - [SMALL_STATE(4750)] = 179650, - [SMALL_STATE(4751)] = 179741, - [SMALL_STATE(4752)] = 179832, - [SMALL_STATE(4753)] = 179923, - [SMALL_STATE(4754)] = 180014, - [SMALL_STATE(4755)] = 180097, - [SMALL_STATE(4756)] = 180188, - [SMALL_STATE(4757)] = 180279, - [SMALL_STATE(4758)] = 180370, - [SMALL_STATE(4759)] = 180461, - [SMALL_STATE(4760)] = 180508, - [SMALL_STATE(4761)] = 180599, - [SMALL_STATE(4762)] = 180690, - [SMALL_STATE(4763)] = 180781, - [SMALL_STATE(4764)] = 180872, - [SMALL_STATE(4765)] = 180963, - [SMALL_STATE(4766)] = 181054, + [SMALL_STATE(4638)] = 169818, + [SMALL_STATE(4639)] = 169909, + [SMALL_STATE(4640)] = 170000, + [SMALL_STATE(4641)] = 170091, + [SMALL_STATE(4642)] = 170182, + [SMALL_STATE(4643)] = 170273, + [SMALL_STATE(4644)] = 170364, + [SMALL_STATE(4645)] = 170455, + [SMALL_STATE(4646)] = 170546, + [SMALL_STATE(4647)] = 170633, + [SMALL_STATE(4648)] = 170724, + [SMALL_STATE(4649)] = 170815, + [SMALL_STATE(4650)] = 170906, + [SMALL_STATE(4651)] = 170997, + [SMALL_STATE(4652)] = 171088, + [SMALL_STATE(4653)] = 171179, + [SMALL_STATE(4654)] = 171270, + [SMALL_STATE(4655)] = 171361, + [SMALL_STATE(4656)] = 171452, + [SMALL_STATE(4657)] = 171543, + [SMALL_STATE(4658)] = 171634, + [SMALL_STATE(4659)] = 171725, + [SMALL_STATE(4660)] = 171816, + [SMALL_STATE(4661)] = 171907, + [SMALL_STATE(4662)] = 171998, + [SMALL_STATE(4663)] = 172089, + [SMALL_STATE(4664)] = 172180, + [SMALL_STATE(4665)] = 172271, + [SMALL_STATE(4666)] = 172362, + [SMALL_STATE(4667)] = 172453, + [SMALL_STATE(4668)] = 172544, + [SMALL_STATE(4669)] = 172635, + [SMALL_STATE(4670)] = 172726, + [SMALL_STATE(4671)] = 172815, + [SMALL_STATE(4672)] = 172860, + [SMALL_STATE(4673)] = 172943, + [SMALL_STATE(4674)] = 173034, + [SMALL_STATE(4675)] = 173125, + [SMALL_STATE(4676)] = 173216, + [SMALL_STATE(4677)] = 173261, + [SMALL_STATE(4678)] = 173352, + [SMALL_STATE(4679)] = 173443, + [SMALL_STATE(4680)] = 173534, + [SMALL_STATE(4681)] = 173625, + [SMALL_STATE(4682)] = 173716, + [SMALL_STATE(4683)] = 173807, + [SMALL_STATE(4684)] = 173898, + [SMALL_STATE(4685)] = 173989, + [SMALL_STATE(4686)] = 174080, + [SMALL_STATE(4687)] = 174171, + [SMALL_STATE(4688)] = 174262, + [SMALL_STATE(4689)] = 174353, + [SMALL_STATE(4690)] = 174444, + [SMALL_STATE(4691)] = 174535, + [SMALL_STATE(4692)] = 174626, + [SMALL_STATE(4693)] = 174717, + [SMALL_STATE(4694)] = 174808, + [SMALL_STATE(4695)] = 174899, + [SMALL_STATE(4696)] = 174990, + [SMALL_STATE(4697)] = 175081, + [SMALL_STATE(4698)] = 175172, + [SMALL_STATE(4699)] = 175263, + [SMALL_STATE(4700)] = 175354, + [SMALL_STATE(4701)] = 175445, + [SMALL_STATE(4702)] = 175536, + [SMALL_STATE(4703)] = 175627, + [SMALL_STATE(4704)] = 175718, + [SMALL_STATE(4705)] = 175809, + [SMALL_STATE(4706)] = 175900, + [SMALL_STATE(4707)] = 175991, + [SMALL_STATE(4708)] = 176082, + [SMALL_STATE(4709)] = 176173, + [SMALL_STATE(4710)] = 176264, + [SMALL_STATE(4711)] = 176355, + [SMALL_STATE(4712)] = 176446, + [SMALL_STATE(4713)] = 176537, + [SMALL_STATE(4714)] = 176628, + [SMALL_STATE(4715)] = 176719, + [SMALL_STATE(4716)] = 176810, + [SMALL_STATE(4717)] = 176901, + [SMALL_STATE(4718)] = 176992, + [SMALL_STATE(4719)] = 177083, + [SMALL_STATE(4720)] = 177174, + [SMALL_STATE(4721)] = 177265, + [SMALL_STATE(4722)] = 177356, + [SMALL_STATE(4723)] = 177447, + [SMALL_STATE(4724)] = 177538, + [SMALL_STATE(4725)] = 177629, + [SMALL_STATE(4726)] = 177720, + [SMALL_STATE(4727)] = 177811, + [SMALL_STATE(4728)] = 177902, + [SMALL_STATE(4729)] = 177993, + [SMALL_STATE(4730)] = 178084, + [SMALL_STATE(4731)] = 178175, + [SMALL_STATE(4732)] = 178266, + [SMALL_STATE(4733)] = 178357, + [SMALL_STATE(4734)] = 178448, + [SMALL_STATE(4735)] = 178539, + [SMALL_STATE(4736)] = 178586, + [SMALL_STATE(4737)] = 178677, + [SMALL_STATE(4738)] = 178768, + [SMALL_STATE(4739)] = 178859, + [SMALL_STATE(4740)] = 178950, + [SMALL_STATE(4741)] = 179041, + [SMALL_STATE(4742)] = 179132, + [SMALL_STATE(4743)] = 179223, + [SMALL_STATE(4744)] = 179314, + [SMALL_STATE(4745)] = 179395, + [SMALL_STATE(4746)] = 179486, + [SMALL_STATE(4747)] = 179577, + [SMALL_STATE(4748)] = 179668, + [SMALL_STATE(4749)] = 179755, + [SMALL_STATE(4750)] = 179836, + [SMALL_STATE(4751)] = 179917, + [SMALL_STATE(4752)] = 179998, + [SMALL_STATE(4753)] = 180079, + [SMALL_STATE(4754)] = 180160, + [SMALL_STATE(4755)] = 180231, + [SMALL_STATE(4756)] = 180302, + [SMALL_STATE(4757)] = 180373, + [SMALL_STATE(4758)] = 180444, + [SMALL_STATE(4759)] = 180535, + [SMALL_STATE(4760)] = 180626, + [SMALL_STATE(4761)] = 180681, + [SMALL_STATE(4762)] = 180736, + [SMALL_STATE(4763)] = 180827, + [SMALL_STATE(4764)] = 180918, + [SMALL_STATE(4765)] = 181009, + [SMALL_STATE(4766)] = 181100, [SMALL_STATE(4767)] = 181145, - [SMALL_STATE(4768)] = 181199, - [SMALL_STATE(4769)] = 181249, - [SMALL_STATE(4770)] = 181327, - [SMALL_STATE(4771)] = 181413, - [SMALL_STATE(4772)] = 181459, - [SMALL_STATE(4773)] = 181503, - [SMALL_STATE(4774)] = 181547, - [SMALL_STATE(4775)] = 181591, - [SMALL_STATE(4776)] = 181641, - [SMALL_STATE(4777)] = 181699, - [SMALL_STATE(4778)] = 181769, - [SMALL_STATE(4779)] = 181839, - [SMALL_STATE(4780)] = 181917, - [SMALL_STATE(4781)] = 181987, - [SMALL_STATE(4782)] = 182057, - [SMALL_STATE(4783)] = 182101, - [SMALL_STATE(4784)] = 182187, - [SMALL_STATE(4785)] = 182237, - [SMALL_STATE(4786)] = 182307, - [SMALL_STATE(4787)] = 182357, - [SMALL_STATE(4788)] = 182407, - [SMALL_STATE(4789)] = 182465, - [SMALL_STATE(4790)] = 182509, - [SMALL_STATE(4791)] = 182559, - [SMALL_STATE(4792)] = 182603, - [SMALL_STATE(4793)] = 182647, - [SMALL_STATE(4794)] = 182691, - [SMALL_STATE(4795)] = 182741, - [SMALL_STATE(4796)] = 182819, - [SMALL_STATE(4797)] = 182869, - [SMALL_STATE(4798)] = 182913, - [SMALL_STATE(4799)] = 182989, - [SMALL_STATE(4800)] = 183075, - [SMALL_STATE(4801)] = 183151, - [SMALL_STATE(4802)] = 183201, - [SMALL_STATE(4803)] = 183245, - [SMALL_STATE(4804)] = 183289, - [SMALL_STATE(4805)] = 183333, - [SMALL_STATE(4806)] = 183381, - [SMALL_STATE(4807)] = 183451, - [SMALL_STATE(4808)] = 183495, - [SMALL_STATE(4809)] = 183553, - [SMALL_STATE(4810)] = 183623, - [SMALL_STATE(4811)] = 183667, - [SMALL_STATE(4812)] = 183711, - [SMALL_STATE(4813)] = 183755, - [SMALL_STATE(4814)] = 183799, - [SMALL_STATE(4815)] = 183843, - [SMALL_STATE(4816)] = 183913, - [SMALL_STATE(4817)] = 183999, - [SMALL_STATE(4818)] = 184049, - [SMALL_STATE(4819)] = 184093, - [SMALL_STATE(4820)] = 184163, - [SMALL_STATE(4821)] = 184207, - [SMALL_STATE(4822)] = 184285, - [SMALL_STATE(4823)] = 184355, - [SMALL_STATE(4824)] = 184399, - [SMALL_STATE(4825)] = 184443, - [SMALL_STATE(4826)] = 184521, - [SMALL_STATE(4827)] = 184565, - [SMALL_STATE(4828)] = 184609, - [SMALL_STATE(4829)] = 184697, - [SMALL_STATE(4830)] = 184743, - [SMALL_STATE(4831)] = 184787, - [SMALL_STATE(4832)] = 184857, - [SMALL_STATE(4833)] = 184901, - [SMALL_STATE(4834)] = 184979, - [SMALL_STATE(4835)] = 185041, - [SMALL_STATE(4836)] = 185089, - [SMALL_STATE(4837)] = 185167, + [SMALL_STATE(4768)] = 181215, + [SMALL_STATE(4769)] = 181269, + [SMALL_STATE(4770)] = 181347, + [SMALL_STATE(4771)] = 181391, + [SMALL_STATE(4772)] = 181479, + [SMALL_STATE(4773)] = 181523, + [SMALL_STATE(4774)] = 181593, + [SMALL_STATE(4775)] = 181663, + [SMALL_STATE(4776)] = 181733, + [SMALL_STATE(4777)] = 181803, + [SMALL_STATE(4778)] = 181851, + [SMALL_STATE(4779)] = 181895, + [SMALL_STATE(4780)] = 181957, + [SMALL_STATE(4781)] = 182001, + [SMALL_STATE(4782)] = 182045, + [SMALL_STATE(4783)] = 182089, + [SMALL_STATE(4784)] = 182133, + [SMALL_STATE(4785)] = 182211, + [SMALL_STATE(4786)] = 182255, + [SMALL_STATE(4787)] = 182341, + [SMALL_STATE(4788)] = 182385, + [SMALL_STATE(4789)] = 182429, + [SMALL_STATE(4790)] = 182499, + [SMALL_STATE(4791)] = 182569, + [SMALL_STATE(4792)] = 182613, + [SMALL_STATE(4793)] = 182657, + [SMALL_STATE(4794)] = 182743, + [SMALL_STATE(4795)] = 182813, + [SMALL_STATE(4796)] = 182861, + [SMALL_STATE(4797)] = 182905, + [SMALL_STATE(4798)] = 182949, + [SMALL_STATE(4799)] = 182993, + [SMALL_STATE(4800)] = 183051, + [SMALL_STATE(4801)] = 183129, + [SMALL_STATE(4802)] = 183205, + [SMALL_STATE(4803)] = 183275, + [SMALL_STATE(4804)] = 183319, + [SMALL_STATE(4805)] = 183363, + [SMALL_STATE(4806)] = 183407, + [SMALL_STATE(4807)] = 183485, + [SMALL_STATE(4808)] = 183561, + [SMALL_STATE(4809)] = 183607, + [SMALL_STATE(4810)] = 183685, + [SMALL_STATE(4811)] = 183729, + [SMALL_STATE(4812)] = 183807, + [SMALL_STATE(4813)] = 183851, + [SMALL_STATE(4814)] = 183895, + [SMALL_STATE(4815)] = 183973, + [SMALL_STATE(4816)] = 184031, + [SMALL_STATE(4817)] = 184109, + [SMALL_STATE(4818)] = 184195, + [SMALL_STATE(4819)] = 184265, + [SMALL_STATE(4820)] = 184309, + [SMALL_STATE(4821)] = 184353, + [SMALL_STATE(4822)] = 184397, + [SMALL_STATE(4823)] = 184441, + [SMALL_STATE(4824)] = 184487, + [SMALL_STATE(4825)] = 184531, + [SMALL_STATE(4826)] = 184617, + [SMALL_STATE(4827)] = 184669, + [SMALL_STATE(4828)] = 184721, + [SMALL_STATE(4829)] = 184773, + [SMALL_STATE(4830)] = 184821, + [SMALL_STATE(4831)] = 184865, + [SMALL_STATE(4832)] = 184915, + [SMALL_STATE(4833)] = 184973, + [SMALL_STATE(4834)] = 185023, + [SMALL_STATE(4835)] = 185067, + [SMALL_STATE(4836)] = 185111, + [SMALL_STATE(4837)] = 185161, [SMALL_STATE(4838)] = 185211, - [SMALL_STATE(4839)] = 185261, - [SMALL_STATE(4840)] = 185347, - [SMALL_STATE(4841)] = 185391, - [SMALL_STATE(4842)] = 185435, - [SMALL_STATE(4843)] = 185487, - [SMALL_STATE(4844)] = 185545, - [SMALL_STATE(4845)] = 185589, - [SMALL_STATE(4846)] = 185633, - [SMALL_STATE(4847)] = 185677, - [SMALL_STATE(4848)] = 185721, - [SMALL_STATE(4849)] = 185771, - [SMALL_STATE(4850)] = 185823, - [SMALL_STATE(4851)] = 185871, - [SMALL_STATE(4852)] = 185941, - [SMALL_STATE(4853)] = 186003, - [SMALL_STATE(4854)] = 186047, - [SMALL_STATE(4855)] = 186099, - [SMALL_STATE(4856)] = 186149, - [SMALL_STATE(4857)] = 186235, - [SMALL_STATE(4858)] = 186279, - [SMALL_STATE(4859)] = 186323, - [SMALL_STATE(4860)] = 186367, + [SMALL_STATE(4839)] = 185269, + [SMALL_STATE(4840)] = 185319, + [SMALL_STATE(4841)] = 185389, + [SMALL_STATE(4842)] = 185439, + [SMALL_STATE(4843)] = 185489, + [SMALL_STATE(4844)] = 185533, + [SMALL_STATE(4845)] = 185577, + [SMALL_STATE(4846)] = 185621, + [SMALL_STATE(4847)] = 185665, + [SMALL_STATE(4848)] = 185715, + [SMALL_STATE(4849)] = 185765, + [SMALL_STATE(4850)] = 185815, + [SMALL_STATE(4851)] = 185865, + [SMALL_STATE(4852)] = 185915, + [SMALL_STATE(4853)] = 185965, + [SMALL_STATE(4854)] = 186009, + [SMALL_STATE(4855)] = 186053, + [SMALL_STATE(4856)] = 186097, + [SMALL_STATE(4857)] = 186183, + [SMALL_STATE(4858)] = 186253, + [SMALL_STATE(4859)] = 186315, + [SMALL_STATE(4860)] = 186401, [SMALL_STATE(4861)] = 186445, [SMALL_STATE(4862)] = 186489, - [SMALL_STATE(4863)] = 186574, - [SMALL_STATE(4864)] = 186617, - [SMALL_STATE(4865)] = 186702, - [SMALL_STATE(4866)] = 186787, - [SMALL_STATE(4867)] = 186834, - [SMALL_STATE(4868)] = 186919, - [SMALL_STATE(4869)] = 186966, - [SMALL_STATE(4870)] = 187035, - [SMALL_STATE(4871)] = 187078, - [SMALL_STATE(4872)] = 187163, - [SMALL_STATE(4873)] = 187232, - [SMALL_STATE(4874)] = 187301, - [SMALL_STATE(4875)] = 187348, - [SMALL_STATE(4876)] = 187417, - [SMALL_STATE(4877)] = 187502, - [SMALL_STATE(4878)] = 187571, - [SMALL_STATE(4879)] = 187618, - [SMALL_STATE(4880)] = 187703, - [SMALL_STATE(4881)] = 187746, - [SMALL_STATE(4882)] = 187789, - [SMALL_STATE(4883)] = 187832, - [SMALL_STATE(4884)] = 187875, - [SMALL_STATE(4885)] = 187918, - [SMALL_STATE(4886)] = 188003, - [SMALL_STATE(4887)] = 188050, - [SMALL_STATE(4888)] = 188119, - [SMALL_STATE(4889)] = 188162, - [SMALL_STATE(4890)] = 188205, - [SMALL_STATE(4891)] = 188248, - [SMALL_STATE(4892)] = 188291, - [SMALL_STATE(4893)] = 188334, - [SMALL_STATE(4894)] = 188377, - [SMALL_STATE(4895)] = 188422, - [SMALL_STATE(4896)] = 188465, - [SMALL_STATE(4897)] = 188550, - [SMALL_STATE(4898)] = 188635, - [SMALL_STATE(4899)] = 188720, - [SMALL_STATE(4900)] = 188767, - [SMALL_STATE(4901)] = 188810, - [SMALL_STATE(4902)] = 188895, - [SMALL_STATE(4903)] = 188980, - [SMALL_STATE(4904)] = 189027, - [SMALL_STATE(4905)] = 189074, - [SMALL_STATE(4906)] = 189143, - [SMALL_STATE(4907)] = 189190, - [SMALL_STATE(4908)] = 189281, - [SMALL_STATE(4909)] = 189324, - [SMALL_STATE(4910)] = 189381, - [SMALL_STATE(4911)] = 189450, - [SMALL_STATE(4912)] = 189493, - [SMALL_STATE(4913)] = 189536, - [SMALL_STATE(4914)] = 189579, - [SMALL_STATE(4915)] = 189624, - [SMALL_STATE(4916)] = 189667, - [SMALL_STATE(4917)] = 189710, - [SMALL_STATE(4918)] = 189795, - [SMALL_STATE(4919)] = 189838, - [SMALL_STATE(4920)] = 189923, - [SMALL_STATE(4921)] = 189970, - [SMALL_STATE(4922)] = 190013, - [SMALL_STATE(4923)] = 190060, - [SMALL_STATE(4924)] = 190145, - [SMALL_STATE(4925)] = 190188, - [SMALL_STATE(4926)] = 190231, - [SMALL_STATE(4927)] = 190284, - [SMALL_STATE(4928)] = 190327, - [SMALL_STATE(4929)] = 190412, - [SMALL_STATE(4930)] = 190455, - [SMALL_STATE(4931)] = 190498, - [SMALL_STATE(4932)] = 190555, - [SMALL_STATE(4933)] = 190640, - [SMALL_STATE(4934)] = 190725, - [SMALL_STATE(4935)] = 190768, - [SMALL_STATE(4936)] = 190811, - [SMALL_STATE(4937)] = 190858, - [SMALL_STATE(4938)] = 190943, - [SMALL_STATE(4939)] = 191028, - [SMALL_STATE(4940)] = 191113, - [SMALL_STATE(4941)] = 191156, - [SMALL_STATE(4942)] = 191241, - [SMALL_STATE(4943)] = 191326, - [SMALL_STATE(4944)] = 191411, - [SMALL_STATE(4945)] = 191454, - [SMALL_STATE(4946)] = 191539, - [SMALL_STATE(4947)] = 191582, - [SMALL_STATE(4948)] = 191625, - [SMALL_STATE(4949)] = 191710, - [SMALL_STATE(4950)] = 191753, - [SMALL_STATE(4951)] = 191796, - [SMALL_STATE(4952)] = 191839, - [SMALL_STATE(4953)] = 191924, - [SMALL_STATE(4954)] = 191967, + [SMALL_STATE(4863)] = 186558, + [SMALL_STATE(4864)] = 186643, + [SMALL_STATE(4865)] = 186728, + [SMALL_STATE(4866)] = 186775, + [SMALL_STATE(4867)] = 186844, + [SMALL_STATE(4868)] = 186929, + [SMALL_STATE(4869)] = 187014, + [SMALL_STATE(4870)] = 187083, + [SMALL_STATE(4871)] = 187130, + [SMALL_STATE(4872)] = 187177, + [SMALL_STATE(4873)] = 187262, + [SMALL_STATE(4874)] = 187347, + [SMALL_STATE(4875)] = 187432, + [SMALL_STATE(4876)] = 187501, + [SMALL_STATE(4877)] = 187570, + [SMALL_STATE(4878)] = 187617, + [SMALL_STATE(4879)] = 187670, + [SMALL_STATE(4880)] = 187755, + [SMALL_STATE(4881)] = 187840, + [SMALL_STATE(4882)] = 187925, + [SMALL_STATE(4883)] = 187982, + [SMALL_STATE(4884)] = 188067, + [SMALL_STATE(4885)] = 188152, + [SMALL_STATE(4886)] = 188237, + [SMALL_STATE(4887)] = 188280, + [SMALL_STATE(4888)] = 188323, + [SMALL_STATE(4889)] = 188370, + [SMALL_STATE(4890)] = 188417, + [SMALL_STATE(4891)] = 188464, + [SMALL_STATE(4892)] = 188507, + [SMALL_STATE(4893)] = 188550, + [SMALL_STATE(4894)] = 188593, + [SMALL_STATE(4895)] = 188636, + [SMALL_STATE(4896)] = 188721, + [SMALL_STATE(4897)] = 188768, + [SMALL_STATE(4898)] = 188815, + [SMALL_STATE(4899)] = 188858, + [SMALL_STATE(4900)] = 188915, + [SMALL_STATE(4901)] = 188958, + [SMALL_STATE(4902)] = 189043, + [SMALL_STATE(4903)] = 189090, + [SMALL_STATE(4904)] = 189133, + [SMALL_STATE(4905)] = 189176, + [SMALL_STATE(4906)] = 189221, + [SMALL_STATE(4907)] = 189268, + [SMALL_STATE(4908)] = 189311, + [SMALL_STATE(4909)] = 189354, + [SMALL_STATE(4910)] = 189397, + [SMALL_STATE(4911)] = 189440, + [SMALL_STATE(4912)] = 189525, + [SMALL_STATE(4913)] = 189568, + [SMALL_STATE(4914)] = 189611, + [SMALL_STATE(4915)] = 189696, + [SMALL_STATE(4916)] = 189781, + [SMALL_STATE(4917)] = 189824, + [SMALL_STATE(4918)] = 189909, + [SMALL_STATE(4919)] = 189952, + [SMALL_STATE(4920)] = 189995, + [SMALL_STATE(4921)] = 190038, + [SMALL_STATE(4922)] = 190129, + [SMALL_STATE(4923)] = 190172, + [SMALL_STATE(4924)] = 190215, + [SMALL_STATE(4925)] = 190258, + [SMALL_STATE(4926)] = 190327, + [SMALL_STATE(4927)] = 190370, + [SMALL_STATE(4928)] = 190413, + [SMALL_STATE(4929)] = 190456, + [SMALL_STATE(4930)] = 190525, + [SMALL_STATE(4931)] = 190568, + [SMALL_STATE(4932)] = 190653, + [SMALL_STATE(4933)] = 190696, + [SMALL_STATE(4934)] = 190739, + [SMALL_STATE(4935)] = 190782, + [SMALL_STATE(4936)] = 190825, + [SMALL_STATE(4937)] = 190868, + [SMALL_STATE(4938)] = 190913, + [SMALL_STATE(4939)] = 190956, + [SMALL_STATE(4940)] = 190999, + [SMALL_STATE(4941)] = 191068, + [SMALL_STATE(4942)] = 191111, + [SMALL_STATE(4943)] = 191154, + [SMALL_STATE(4944)] = 191197, + [SMALL_STATE(4945)] = 191240, + [SMALL_STATE(4946)] = 191325, + [SMALL_STATE(4947)] = 191410, + [SMALL_STATE(4948)] = 191495, + [SMALL_STATE(4949)] = 191580, + [SMALL_STATE(4950)] = 191665, + [SMALL_STATE(4951)] = 191750, + [SMALL_STATE(4952)] = 191835, + [SMALL_STATE(4953)] = 191920, + [SMALL_STATE(4954)] = 191963, [SMALL_STATE(4955)] = 192010, - [SMALL_STATE(4956)] = 192056, - [SMALL_STATE(4957)] = 192134, - [SMALL_STATE(4958)] = 192180, - [SMALL_STATE(4959)] = 192226, - [SMALL_STATE(4960)] = 192304, - [SMALL_STATE(4961)] = 192360, - [SMALL_STATE(4962)] = 192406, - [SMALL_STATE(4963)] = 192490, - [SMALL_STATE(4964)] = 192536, - [SMALL_STATE(4965)] = 192582, - [SMALL_STATE(4966)] = 192666, - [SMALL_STATE(4967)] = 192744, - [SMALL_STATE(4968)] = 192790, - [SMALL_STATE(4969)] = 192868, - [SMALL_STATE(4970)] = 192922, - [SMALL_STATE(4971)] = 192968, - [SMALL_STATE(4972)] = 193014, - [SMALL_STATE(4973)] = 193070, - [SMALL_STATE(4974)] = 193116, + [SMALL_STATE(4956)] = 192094, + [SMALL_STATE(4957)] = 192140, + [SMALL_STATE(4958)] = 192186, + [SMALL_STATE(4959)] = 192232, + [SMALL_STATE(4960)] = 192310, + [SMALL_STATE(4961)] = 192356, + [SMALL_STATE(4962)] = 192412, + [SMALL_STATE(4963)] = 192466, + [SMALL_STATE(4964)] = 192522, + [SMALL_STATE(4965)] = 192568, + [SMALL_STATE(4966)] = 192614, + [SMALL_STATE(4967)] = 192692, + [SMALL_STATE(4968)] = 192738, + [SMALL_STATE(4969)] = 192784, + [SMALL_STATE(4970)] = 192862, + [SMALL_STATE(4971)] = 192908, + [SMALL_STATE(4972)] = 192954, + [SMALL_STATE(4973)] = 193032, + [SMALL_STATE(4974)] = 193078, [SMALL_STATE(4975)] = 193162, [SMALL_STATE(4976)] = 193208, - [SMALL_STATE(4977)] = 193259, - [SMALL_STATE(4978)] = 193336, - [SMALL_STATE(4979)] = 193413, - [SMALL_STATE(4980)] = 193492, - [SMALL_STATE(4981)] = 193571, - [SMALL_STATE(4982)] = 193648, - [SMALL_STATE(4983)] = 193727, - [SMALL_STATE(4984)] = 193806, - [SMALL_STATE(4985)] = 193885, - [SMALL_STATE(4986)] = 193964, - [SMALL_STATE(4987)] = 194043, - [SMALL_STATE(4988)] = 194120, - [SMALL_STATE(4989)] = 194199, - [SMALL_STATE(4990)] = 194282, - [SMALL_STATE(4991)] = 194359, - [SMALL_STATE(4992)] = 194438, - [SMALL_STATE(4993)] = 194515, - [SMALL_STATE(4994)] = 194594, - [SMALL_STATE(4995)] = 194671, - [SMALL_STATE(4996)] = 194750, - [SMALL_STATE(4997)] = 194833, - [SMALL_STATE(4998)] = 194912, - [SMALL_STATE(4999)] = 194991, - [SMALL_STATE(5000)] = 195070, - [SMALL_STATE(5001)] = 195149, - [SMALL_STATE(5002)] = 195228, - [SMALL_STATE(5003)] = 195305, - [SMALL_STATE(5004)] = 195388, - [SMALL_STATE(5005)] = 195465, - [SMALL_STATE(5006)] = 195548, - [SMALL_STATE(5007)] = 195627, - [SMALL_STATE(5008)] = 195706, - [SMALL_STATE(5009)] = 195785, - [SMALL_STATE(5010)] = 195864, - [SMALL_STATE(5011)] = 195943, - [SMALL_STATE(5012)] = 196026, - [SMALL_STATE(5013)] = 196103, - [SMALL_STATE(5014)] = 196186, - [SMALL_STATE(5015)] = 196265, - [SMALL_STATE(5016)] = 196344, - [SMALL_STATE(5017)] = 196423, - [SMALL_STATE(5018)] = 196490, - [SMALL_STATE(5019)] = 196569, - [SMALL_STATE(5020)] = 196648, - [SMALL_STATE(5021)] = 196727, - [SMALL_STATE(5022)] = 196806, - [SMALL_STATE(5023)] = 196873, - [SMALL_STATE(5024)] = 196952, - [SMALL_STATE(5025)] = 197031, - [SMALL_STATE(5026)] = 197108, - [SMALL_STATE(5027)] = 197187, - [SMALL_STATE(5028)] = 197266, - [SMALL_STATE(5029)] = 197345, - [SMALL_STATE(5030)] = 197424, - [SMALL_STATE(5031)] = 197501, - [SMALL_STATE(5032)] = 197580, - [SMALL_STATE(5033)] = 197659, - [SMALL_STATE(5034)] = 197738, - [SMALL_STATE(5035)] = 197817, - [SMALL_STATE(5036)] = 197884, - [SMALL_STATE(5037)] = 197963, - [SMALL_STATE(5038)] = 198030, + [SMALL_STATE(4977)] = 193287, + [SMALL_STATE(4978)] = 193366, + [SMALL_STATE(4979)] = 193445, + [SMALL_STATE(4980)] = 193524, + [SMALL_STATE(4981)] = 193603, + [SMALL_STATE(4982)] = 193682, + [SMALL_STATE(4983)] = 193761, + [SMALL_STATE(4984)] = 193840, + [SMALL_STATE(4985)] = 193919, + [SMALL_STATE(4986)] = 193998, + [SMALL_STATE(4987)] = 194077, + [SMALL_STATE(4988)] = 194156, + [SMALL_STATE(4989)] = 194235, + [SMALL_STATE(4990)] = 194314, + [SMALL_STATE(4991)] = 194397, + [SMALL_STATE(4992)] = 194474, + [SMALL_STATE(4993)] = 194553, + [SMALL_STATE(4994)] = 194632, + [SMALL_STATE(4995)] = 194711, + [SMALL_STATE(4996)] = 194790, + [SMALL_STATE(4997)] = 194867, + [SMALL_STATE(4998)] = 194944, + [SMALL_STATE(4999)] = 195023, + [SMALL_STATE(5000)] = 195102, + [SMALL_STATE(5001)] = 195179, + [SMALL_STATE(5002)] = 195258, + [SMALL_STATE(5003)] = 195337, + [SMALL_STATE(5004)] = 195416, + [SMALL_STATE(5005)] = 195499, + [SMALL_STATE(5006)] = 195578, + [SMALL_STATE(5007)] = 195657, + [SMALL_STATE(5008)] = 195724, + [SMALL_STATE(5009)] = 195803, + [SMALL_STATE(5010)] = 195886, + [SMALL_STATE(5011)] = 195965, + [SMALL_STATE(5012)] = 196044, + [SMALL_STATE(5013)] = 196111, + [SMALL_STATE(5014)] = 196190, + [SMALL_STATE(5015)] = 196257, + [SMALL_STATE(5016)] = 196336, + [SMALL_STATE(5017)] = 196415, + [SMALL_STATE(5018)] = 196492, + [SMALL_STATE(5019)] = 196571, + [SMALL_STATE(5020)] = 196654, + [SMALL_STATE(5021)] = 196733, + [SMALL_STATE(5022)] = 196810, + [SMALL_STATE(5023)] = 196889, + [SMALL_STATE(5024)] = 196940, + [SMALL_STATE(5025)] = 197007, + [SMALL_STATE(5026)] = 197086, + [SMALL_STATE(5027)] = 197163, + [SMALL_STATE(5028)] = 197242, + [SMALL_STATE(5029)] = 197319, + [SMALL_STATE(5030)] = 197398, + [SMALL_STATE(5031)] = 197475, + [SMALL_STATE(5032)] = 197554, + [SMALL_STATE(5033)] = 197633, + [SMALL_STATE(5034)] = 197716, + [SMALL_STATE(5035)] = 197793, + [SMALL_STATE(5036)] = 197870, + [SMALL_STATE(5037)] = 197949, + [SMALL_STATE(5038)] = 198026, [SMALL_STATE(5039)] = 198109, - [SMALL_STATE(5040)] = 198191, - [SMALL_STATE(5041)] = 198239, - [SMALL_STATE(5042)] = 198315, - [SMALL_STATE(5043)] = 198391, - [SMALL_STATE(5044)] = 198467, - [SMALL_STATE(5045)] = 198543, - [SMALL_STATE(5046)] = 198587, - [SMALL_STATE(5047)] = 198663, - [SMALL_STATE(5048)] = 198715, - [SMALL_STATE(5049)] = 198797, - [SMALL_STATE(5050)] = 198873, - [SMALL_STATE(5051)] = 198949, - [SMALL_STATE(5052)] = 199025, - [SMALL_STATE(5053)] = 199107, - [SMALL_STATE(5054)] = 199155, - [SMALL_STATE(5055)] = 199231, - [SMALL_STATE(5056)] = 199307, - [SMALL_STATE(5057)] = 199383, - [SMALL_STATE(5058)] = 199459, - [SMALL_STATE(5059)] = 199535, - [SMALL_STATE(5060)] = 199581, - [SMALL_STATE(5061)] = 199657, - [SMALL_STATE(5062)] = 199733, - [SMALL_STATE(5063)] = 199809, - [SMALL_STATE(5064)] = 199885, - [SMALL_STATE(5065)] = 199961, - [SMALL_STATE(5066)] = 200037, - [SMALL_STATE(5067)] = 200113, - [SMALL_STATE(5068)] = 200195, + [SMALL_STATE(5040)] = 198185, + [SMALL_STATE(5041)] = 198261, + [SMALL_STATE(5042)] = 198305, + [SMALL_STATE(5043)] = 198381, + [SMALL_STATE(5044)] = 198463, + [SMALL_STATE(5045)] = 198545, + [SMALL_STATE(5046)] = 198621, + [SMALL_STATE(5047)] = 198669, + [SMALL_STATE(5048)] = 198745, + [SMALL_STATE(5049)] = 198821, + [SMALL_STATE(5050)] = 198897, + [SMALL_STATE(5051)] = 198973, + [SMALL_STATE(5052)] = 199049, + [SMALL_STATE(5053)] = 199131, + [SMALL_STATE(5054)] = 199207, + [SMALL_STATE(5055)] = 199259, + [SMALL_STATE(5056)] = 199311, + [SMALL_STATE(5057)] = 199387, + [SMALL_STATE(5058)] = 199463, + [SMALL_STATE(5059)] = 199539, + [SMALL_STATE(5060)] = 199615, + [SMALL_STATE(5061)] = 199691, + [SMALL_STATE(5062)] = 199767, + [SMALL_STATE(5063)] = 199843, + [SMALL_STATE(5064)] = 199889, + [SMALL_STATE(5065)] = 199965, + [SMALL_STATE(5066)] = 200041, + [SMALL_STATE(5067)] = 200123, + [SMALL_STATE(5068)] = 200171, [SMALL_STATE(5069)] = 200247, [SMALL_STATE(5070)] = 200328, [SMALL_STATE(5071)] = 200409, @@ -532622,153 +532622,153 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(5107)] = 203325, [SMALL_STATE(5108)] = 203406, [SMALL_STATE(5109)] = 203487, - [SMALL_STATE(5110)] = 203568, - [SMALL_STATE(5111)] = 203649, - [SMALL_STATE(5112)] = 203730, - [SMALL_STATE(5113)] = 203811, - [SMALL_STATE(5114)] = 203892, - [SMALL_STATE(5115)] = 203973, - [SMALL_STATE(5116)] = 204054, - [SMALL_STATE(5117)] = 204135, - [SMALL_STATE(5118)] = 204216, - [SMALL_STATE(5119)] = 204297, - [SMALL_STATE(5120)] = 204378, - [SMALL_STATE(5121)] = 204459, - [SMALL_STATE(5122)] = 204540, - [SMALL_STATE(5123)] = 204621, - [SMALL_STATE(5124)] = 204702, - [SMALL_STATE(5125)] = 204783, - [SMALL_STATE(5126)] = 204864, - [SMALL_STATE(5127)] = 204945, - [SMALL_STATE(5128)] = 205026, - [SMALL_STATE(5129)] = 205107, - [SMALL_STATE(5130)] = 205188, - [SMALL_STATE(5131)] = 205269, - [SMALL_STATE(5132)] = 205350, - [SMALL_STATE(5133)] = 205431, - [SMALL_STATE(5134)] = 205512, - [SMALL_STATE(5135)] = 205593, - [SMALL_STATE(5136)] = 205674, - [SMALL_STATE(5137)] = 205755, - [SMALL_STATE(5138)] = 205836, - [SMALL_STATE(5139)] = 205917, - [SMALL_STATE(5140)] = 205998, - [SMALL_STATE(5141)] = 206079, - [SMALL_STATE(5142)] = 206160, - [SMALL_STATE(5143)] = 206241, - [SMALL_STATE(5144)] = 206322, - [SMALL_STATE(5145)] = 206403, - [SMALL_STATE(5146)] = 206484, - [SMALL_STATE(5147)] = 206565, - [SMALL_STATE(5148)] = 206646, - [SMALL_STATE(5149)] = 206727, - [SMALL_STATE(5150)] = 206808, - [SMALL_STATE(5151)] = 206889, - [SMALL_STATE(5152)] = 206964, - [SMALL_STATE(5153)] = 207039, - [SMALL_STATE(5154)] = 207120, - [SMALL_STATE(5155)] = 207201, - [SMALL_STATE(5156)] = 207282, - [SMALL_STATE(5157)] = 207363, - [SMALL_STATE(5158)] = 207444, - [SMALL_STATE(5159)] = 207525, - [SMALL_STATE(5160)] = 207606, - [SMALL_STATE(5161)] = 207687, - [SMALL_STATE(5162)] = 207768, - [SMALL_STATE(5163)] = 207843, - [SMALL_STATE(5164)] = 207924, - [SMALL_STATE(5165)] = 208005, + [SMALL_STATE(5110)] = 203562, + [SMALL_STATE(5111)] = 203637, + [SMALL_STATE(5112)] = 203712, + [SMALL_STATE(5113)] = 203787, + [SMALL_STATE(5114)] = 203868, + [SMALL_STATE(5115)] = 203949, + [SMALL_STATE(5116)] = 204030, + [SMALL_STATE(5117)] = 204111, + [SMALL_STATE(5118)] = 204192, + [SMALL_STATE(5119)] = 204273, + [SMALL_STATE(5120)] = 204354, + [SMALL_STATE(5121)] = 204435, + [SMALL_STATE(5122)] = 204516, + [SMALL_STATE(5123)] = 204597, + [SMALL_STATE(5124)] = 204678, + [SMALL_STATE(5125)] = 204759, + [SMALL_STATE(5126)] = 204840, + [SMALL_STATE(5127)] = 204921, + [SMALL_STATE(5128)] = 205002, + [SMALL_STATE(5129)] = 205083, + [SMALL_STATE(5130)] = 205164, + [SMALL_STATE(5131)] = 205245, + [SMALL_STATE(5132)] = 205326, + [SMALL_STATE(5133)] = 205407, + [SMALL_STATE(5134)] = 205488, + [SMALL_STATE(5135)] = 205569, + [SMALL_STATE(5136)] = 205650, + [SMALL_STATE(5137)] = 205731, + [SMALL_STATE(5138)] = 205812, + [SMALL_STATE(5139)] = 205893, + [SMALL_STATE(5140)] = 205974, + [SMALL_STATE(5141)] = 206055, + [SMALL_STATE(5142)] = 206136, + [SMALL_STATE(5143)] = 206217, + [SMALL_STATE(5144)] = 206298, + [SMALL_STATE(5145)] = 206379, + [SMALL_STATE(5146)] = 206460, + [SMALL_STATE(5147)] = 206541, + [SMALL_STATE(5148)] = 206622, + [SMALL_STATE(5149)] = 206703, + [SMALL_STATE(5150)] = 206784, + [SMALL_STATE(5151)] = 206865, + [SMALL_STATE(5152)] = 206946, + [SMALL_STATE(5153)] = 207027, + [SMALL_STATE(5154)] = 207108, + [SMALL_STATE(5155)] = 207189, + [SMALL_STATE(5156)] = 207270, + [SMALL_STATE(5157)] = 207351, + [SMALL_STATE(5158)] = 207432, + [SMALL_STATE(5159)] = 207513, + [SMALL_STATE(5160)] = 207594, + [SMALL_STATE(5161)] = 207675, + [SMALL_STATE(5162)] = 207756, + [SMALL_STATE(5163)] = 207837, + [SMALL_STATE(5164)] = 207918, + [SMALL_STATE(5165)] = 207999, [SMALL_STATE(5166)] = 208080, - [SMALL_STATE(5167)] = 208161, + [SMALL_STATE(5167)] = 208123, [SMALL_STATE(5168)] = 208204, [SMALL_STATE(5169)] = 208285, [SMALL_STATE(5170)] = 208366, [SMALL_STATE(5171)] = 208440, - [SMALL_STATE(5172)] = 208518, + [SMALL_STATE(5172)] = 208514, [SMALL_STATE(5173)] = 208592, [SMALL_STATE(5174)] = 208662, - [SMALL_STATE(5175)] = 208736, - [SMALL_STATE(5176)] = 208774, - [SMALL_STATE(5177)] = 208852, - [SMALL_STATE(5178)] = 208922, - [SMALL_STATE(5179)] = 208996, - [SMALL_STATE(5180)] = 209070, - [SMALL_STATE(5181)] = 209144, - [SMALL_STATE(5182)] = 209222, - [SMALL_STATE(5183)] = 209296, - [SMALL_STATE(5184)] = 209374, - [SMALL_STATE(5185)] = 209452, - [SMALL_STATE(5186)] = 209522, - [SMALL_STATE(5187)] = 209600, - [SMALL_STATE(5188)] = 209678, - [SMALL_STATE(5189)] = 209748, - [SMALL_STATE(5190)] = 209826, - [SMALL_STATE(5191)] = 209896, - [SMALL_STATE(5192)] = 209974, - [SMALL_STATE(5193)] = 210012, - [SMALL_STATE(5194)] = 210086, - [SMALL_STATE(5195)] = 210164, - [SMALL_STATE(5196)] = 210242, - [SMALL_STATE(5197)] = 210316, - [SMALL_STATE(5198)] = 210394, + [SMALL_STATE(5175)] = 208740, + [SMALL_STATE(5176)] = 208818, + [SMALL_STATE(5177)] = 208896, + [SMALL_STATE(5178)] = 208974, + [SMALL_STATE(5179)] = 209048, + [SMALL_STATE(5180)] = 209126, + [SMALL_STATE(5181)] = 209204, + [SMALL_STATE(5182)] = 209282, + [SMALL_STATE(5183)] = 209360, + [SMALL_STATE(5184)] = 209434, + [SMALL_STATE(5185)] = 209504, + [SMALL_STATE(5186)] = 209582, + [SMALL_STATE(5187)] = 209620, + [SMALL_STATE(5188)] = 209658, + [SMALL_STATE(5189)] = 209732, + [SMALL_STATE(5190)] = 209806, + [SMALL_STATE(5191)] = 209880, + [SMALL_STATE(5192)] = 209954, + [SMALL_STATE(5193)] = 210028, + [SMALL_STATE(5194)] = 210106, + [SMALL_STATE(5195)] = 210176, + [SMALL_STATE(5196)] = 210254, + [SMALL_STATE(5197)] = 210324, + [SMALL_STATE(5198)] = 210402, [SMALL_STATE(5199)] = 210472, [SMALL_STATE(5200)] = 210550, [SMALL_STATE(5201)] = 210624, - [SMALL_STATE(5202)] = 210702, - [SMALL_STATE(5203)] = 210776, - [SMALL_STATE(5204)] = 210854, - [SMALL_STATE(5205)] = 210924, - [SMALL_STATE(5206)] = 211002, + [SMALL_STATE(5202)] = 210694, + [SMALL_STATE(5203)] = 210764, + [SMALL_STATE(5204)] = 210842, + [SMALL_STATE(5205)] = 210920, + [SMALL_STATE(5206)] = 210994, [SMALL_STATE(5207)] = 211072, - [SMALL_STATE(5208)] = 211146, - [SMALL_STATE(5209)] = 211224, + [SMALL_STATE(5208)] = 211150, + [SMALL_STATE(5209)] = 211220, [SMALL_STATE(5210)] = 211294, - [SMALL_STATE(5211)] = 211361, + [SMALL_STATE(5211)] = 211367, [SMALL_STATE(5212)] = 211428, - [SMALL_STATE(5213)] = 211495, + [SMALL_STATE(5213)] = 211501, [SMALL_STATE(5214)] = 211568, - [SMALL_STATE(5215)] = 211641, - [SMALL_STATE(5216)] = 211708, - [SMALL_STATE(5217)] = 211781, - [SMALL_STATE(5218)] = 211854, - [SMALL_STATE(5219)] = 211927, - [SMALL_STATE(5220)] = 212000, - [SMALL_STATE(5221)] = 212067, - [SMALL_STATE(5222)] = 212134, - [SMALL_STATE(5223)] = 212207, - [SMALL_STATE(5224)] = 212274, - [SMALL_STATE(5225)] = 212341, - [SMALL_STATE(5226)] = 212408, - [SMALL_STATE(5227)] = 212469, - [SMALL_STATE(5228)] = 212536, - [SMALL_STATE(5229)] = 212603, - [SMALL_STATE(5230)] = 212664, - [SMALL_STATE(5231)] = 212731, - [SMALL_STATE(5232)] = 212798, - [SMALL_STATE(5233)] = 212865, - [SMALL_STATE(5234)] = 212906, - [SMALL_STATE(5235)] = 212973, - [SMALL_STATE(5236)] = 213040, - [SMALL_STATE(5237)] = 213113, - [SMALL_STATE(5238)] = 213180, - [SMALL_STATE(5239)] = 213247, - [SMALL_STATE(5240)] = 213308, - [SMALL_STATE(5241)] = 213375, - [SMALL_STATE(5242)] = 213442, - [SMALL_STATE(5243)] = 213509, - [SMALL_STATE(5244)] = 213576, - [SMALL_STATE(5245)] = 213643, - [SMALL_STATE(5246)] = 213710, - [SMALL_STATE(5247)] = 213777, + [SMALL_STATE(5215)] = 211635, + [SMALL_STATE(5216)] = 211702, + [SMALL_STATE(5217)] = 211769, + [SMALL_STATE(5218)] = 211810, + [SMALL_STATE(5219)] = 211877, + [SMALL_STATE(5220)] = 211944, + [SMALL_STATE(5221)] = 212011, + [SMALL_STATE(5222)] = 212078, + [SMALL_STATE(5223)] = 212145, + [SMALL_STATE(5224)] = 212212, + [SMALL_STATE(5225)] = 212279, + [SMALL_STATE(5226)] = 212346, + [SMALL_STATE(5227)] = 212419, + [SMALL_STATE(5228)] = 212486, + [SMALL_STATE(5229)] = 212553, + [SMALL_STATE(5230)] = 212620, + [SMALL_STATE(5231)] = 212681, + [SMALL_STATE(5232)] = 212748, + [SMALL_STATE(5233)] = 212815, + [SMALL_STATE(5234)] = 212888, + [SMALL_STATE(5235)] = 212955, + [SMALL_STATE(5236)] = 213022, + [SMALL_STATE(5237)] = 213089, + [SMALL_STATE(5238)] = 213156, + [SMALL_STATE(5239)] = 213223, + [SMALL_STATE(5240)] = 213290, + [SMALL_STATE(5241)] = 213357, + [SMALL_STATE(5242)] = 213424, + [SMALL_STATE(5243)] = 213491, + [SMALL_STATE(5244)] = 213558, + [SMALL_STATE(5245)] = 213631, + [SMALL_STATE(5246)] = 213698, + [SMALL_STATE(5247)] = 213771, [SMALL_STATE(5248)] = 213838, - [SMALL_STATE(5249)] = 213905, - [SMALL_STATE(5250)] = 213972, - [SMALL_STATE(5251)] = 214039, + [SMALL_STATE(5249)] = 213899, + [SMALL_STATE(5250)] = 213966, + [SMALL_STATE(5251)] = 214033, [SMALL_STATE(5252)] = 214106, [SMALL_STATE(5253)] = 214173, [SMALL_STATE(5254)] = 214240, - [SMALL_STATE(5255)] = 214307, - [SMALL_STATE(5256)] = 214374, + [SMALL_STATE(5255)] = 214313, + [SMALL_STATE(5256)] = 214380, [SMALL_STATE(5257)] = 214441, [SMALL_STATE(5258)] = 214507, [SMALL_STATE(5259)] = 214573, @@ -532776,10 +532776,10 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(5261)] = 214705, [SMALL_STATE(5262)] = 214771, [SMALL_STATE(5263)] = 214837, - [SMALL_STATE(5264)] = 214875, - [SMALL_STATE(5265)] = 214941, - [SMALL_STATE(5266)] = 215007, - [SMALL_STATE(5267)] = 215073, + [SMALL_STATE(5264)] = 214903, + [SMALL_STATE(5265)] = 214969, + [SMALL_STATE(5266)] = 215035, + [SMALL_STATE(5267)] = 215101, [SMALL_STATE(5268)] = 215139, [SMALL_STATE(5269)] = 215205, [SMALL_STATE(5270)] = 215271, @@ -532827,187 +532827,187 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(5312)] = 218001, [SMALL_STATE(5313)] = 218064, [SMALL_STATE(5314)] = 218127, - [SMALL_STATE(5315)] = 218188, - [SMALL_STATE(5316)] = 218251, - [SMALL_STATE(5317)] = 218314, - [SMALL_STATE(5318)] = 218377, - [SMALL_STATE(5319)] = 218440, - [SMALL_STATE(5320)] = 218501, - [SMALL_STATE(5321)] = 218552, - [SMALL_STATE(5322)] = 218615, + [SMALL_STATE(5315)] = 218190, + [SMALL_STATE(5316)] = 218253, + [SMALL_STATE(5317)] = 218316, + [SMALL_STATE(5318)] = 218379, + [SMALL_STATE(5319)] = 218442, + [SMALL_STATE(5320)] = 218503, + [SMALL_STATE(5321)] = 218564, + [SMALL_STATE(5322)] = 218627, [SMALL_STATE(5323)] = 218678, - [SMALL_STATE(5324)] = 218739, - [SMALL_STATE(5325)] = 218802, - [SMALL_STATE(5326)] = 218863, - [SMALL_STATE(5327)] = 218914, - [SMALL_STATE(5328)] = 218977, - [SMALL_STATE(5329)] = 219040, - [SMALL_STATE(5330)] = 219103, + [SMALL_STATE(5324)] = 218741, + [SMALL_STATE(5325)] = 218804, + [SMALL_STATE(5326)] = 218867, + [SMALL_STATE(5327)] = 218930, + [SMALL_STATE(5328)] = 218991, + [SMALL_STATE(5329)] = 219052, + [SMALL_STATE(5330)] = 219115, [SMALL_STATE(5331)] = 219166, - [SMALL_STATE(5332)] = 219229, + [SMALL_STATE(5332)] = 219227, [SMALL_STATE(5333)] = 219290, [SMALL_STATE(5334)] = 219351, - [SMALL_STATE(5335)] = 219412, - [SMALL_STATE(5336)] = 219475, - [SMALL_STATE(5337)] = 219538, - [SMALL_STATE(5338)] = 219601, + [SMALL_STATE(5335)] = 219402, + [SMALL_STATE(5336)] = 219465, + [SMALL_STATE(5337)] = 219526, + [SMALL_STATE(5338)] = 219589, [SMALL_STATE(5339)] = 219652, [SMALL_STATE(5340)] = 219715, - [SMALL_STATE(5341)] = 219777, - [SMALL_STATE(5342)] = 219839, - [SMALL_STATE(5343)] = 219901, - [SMALL_STATE(5344)] = 219963, - [SMALL_STATE(5345)] = 220025, - [SMALL_STATE(5346)] = 220099, - [SMALL_STATE(5347)] = 220161, - [SMALL_STATE(5348)] = 220223, - [SMALL_STATE(5349)] = 220265, - [SMALL_STATE(5350)] = 220307, - [SMALL_STATE(5351)] = 220369, - [SMALL_STATE(5352)] = 220423, - [SMALL_STATE(5353)] = 220485, - [SMALL_STATE(5354)] = 220547, - [SMALL_STATE(5355)] = 220621, - [SMALL_STATE(5356)] = 220695, + [SMALL_STATE(5341)] = 219789, + [SMALL_STATE(5342)] = 219851, + [SMALL_STATE(5343)] = 219913, + [SMALL_STATE(5344)] = 219975, + [SMALL_STATE(5345)] = 220037, + [SMALL_STATE(5346)] = 220091, + [SMALL_STATE(5347)] = 220165, + [SMALL_STATE(5348)] = 220227, + [SMALL_STATE(5349)] = 220289, + [SMALL_STATE(5350)] = 220351, + [SMALL_STATE(5351)] = 220413, + [SMALL_STATE(5352)] = 220475, + [SMALL_STATE(5353)] = 220537, + [SMALL_STATE(5354)] = 220611, + [SMALL_STATE(5355)] = 220653, + [SMALL_STATE(5356)] = 220715, [SMALL_STATE(5357)] = 220757, [SMALL_STATE(5358)] = 220819, - [SMALL_STATE(5359)] = 220872, - [SMALL_STATE(5360)] = 220925, - [SMALL_STATE(5361)] = 220978, + [SMALL_STATE(5359)] = 220866, + [SMALL_STATE(5360)] = 220919, + [SMALL_STATE(5361)] = 220972, [SMALL_STATE(5362)] = 221025, [SMALL_STATE(5363)] = 221078, - [SMALL_STATE(5364)] = 221125, - [SMALL_STATE(5365)] = 221178, - [SMALL_STATE(5366)] = 221231, - [SMALL_STATE(5367)] = 221284, - [SMALL_STATE(5368)] = 221333, - [SMALL_STATE(5369)] = 221380, - [SMALL_STATE(5370)] = 221433, - [SMALL_STATE(5371)] = 221486, - [SMALL_STATE(5372)] = 221539, - [SMALL_STATE(5373)] = 221592, - [SMALL_STATE(5374)] = 221645, + [SMALL_STATE(5364)] = 221131, + [SMALL_STATE(5365)] = 221184, + [SMALL_STATE(5366)] = 221237, + [SMALL_STATE(5367)] = 221290, + [SMALL_STATE(5368)] = 221337, + [SMALL_STATE(5369)] = 221390, + [SMALL_STATE(5370)] = 221443, + [SMALL_STATE(5371)] = 221496, + [SMALL_STATE(5372)] = 221545, + [SMALL_STATE(5373)] = 221598, + [SMALL_STATE(5374)] = 221651, [SMALL_STATE(5375)] = 221698, [SMALL_STATE(5376)] = 221751, [SMALL_STATE(5377)] = 221804, - [SMALL_STATE(5378)] = 221857, - [SMALL_STATE(5379)] = 221910, + [SMALL_STATE(5378)] = 221835, + [SMALL_STATE(5379)] = 221888, [SMALL_STATE(5380)] = 221941, [SMALL_STATE(5381)] = 221994, - [SMALL_STATE(5382)] = 222046, - [SMALL_STATE(5383)] = 222080, - [SMALL_STATE(5384)] = 222132, - [SMALL_STATE(5385)] = 222166, - [SMALL_STATE(5386)] = 222214, - [SMALL_STATE(5387)] = 222264, - [SMALL_STATE(5388)] = 222304, - [SMALL_STATE(5389)] = 222342, - [SMALL_STATE(5390)] = 222382, - [SMALL_STATE(5391)] = 222432, - [SMALL_STATE(5392)] = 222470, - [SMALL_STATE(5393)] = 222508, - [SMALL_STATE(5394)] = 222546, - [SMALL_STATE(5395)] = 222584, - [SMALL_STATE(5396)] = 222628, - [SMALL_STATE(5397)] = 222680, - [SMALL_STATE(5398)] = 222732, - [SMALL_STATE(5399)] = 222784, - [SMALL_STATE(5400)] = 222828, - [SMALL_STATE(5401)] = 222872, - [SMALL_STATE(5402)] = 222916, - [SMALL_STATE(5403)] = 222968, - [SMALL_STATE(5404)] = 223012, - [SMALL_STATE(5405)] = 223062, - [SMALL_STATE(5406)] = 223096, - [SMALL_STATE(5407)] = 223148, - [SMALL_STATE(5408)] = 223200, - [SMALL_STATE(5409)] = 223252, - [SMALL_STATE(5410)] = 223304, - [SMALL_STATE(5411)] = 223356, - [SMALL_STATE(5412)] = 223408, - [SMALL_STATE(5413)] = 223460, - [SMALL_STATE(5414)] = 223512, - [SMALL_STATE(5415)] = 223564, - [SMALL_STATE(5416)] = 223608, - [SMALL_STATE(5417)] = 223642, - [SMALL_STATE(5418)] = 223692, - [SMALL_STATE(5419)] = 223742, - [SMALL_STATE(5420)] = 223794, - [SMALL_STATE(5421)] = 223838, - [SMALL_STATE(5422)] = 223890, - [SMALL_STATE(5423)] = 223942, - [SMALL_STATE(5424)] = 223986, - [SMALL_STATE(5425)] = 224030, - [SMALL_STATE(5426)] = 224074, - [SMALL_STATE(5427)] = 224118, - [SMALL_STATE(5428)] = 224170, - [SMALL_STATE(5429)] = 224220, - [SMALL_STATE(5430)] = 224270, - [SMALL_STATE(5431)] = 224322, - [SMALL_STATE(5432)] = 224374, - [SMALL_STATE(5433)] = 224418, - [SMALL_STATE(5434)] = 224462, - [SMALL_STATE(5435)] = 224506, - [SMALL_STATE(5436)] = 224576, - [SMALL_STATE(5437)] = 224628, - [SMALL_STATE(5438)] = 224678, - [SMALL_STATE(5439)] = 224728, - [SMALL_STATE(5440)] = 224780, - [SMALL_STATE(5441)] = 224832, - [SMALL_STATE(5442)] = 224876, - [SMALL_STATE(5443)] = 224920, - [SMALL_STATE(5444)] = 224964, - [SMALL_STATE(5445)] = 225016, - [SMALL_STATE(5446)] = 225060, - [SMALL_STATE(5447)] = 225098, - [SMALL_STATE(5448)] = 225136, - [SMALL_STATE(5449)] = 225174, - [SMALL_STATE(5450)] = 225212, - [SMALL_STATE(5451)] = 225250, - [SMALL_STATE(5452)] = 225294, - [SMALL_STATE(5453)] = 225346, - [SMALL_STATE(5454)] = 225390, - [SMALL_STATE(5455)] = 225434, - [SMALL_STATE(5456)] = 225468, - [SMALL_STATE(5457)] = 225512, - [SMALL_STATE(5458)] = 225564, - [SMALL_STATE(5459)] = 225596, - [SMALL_STATE(5460)] = 225642, - [SMALL_STATE(5461)] = 225686, - [SMALL_STATE(5462)] = 225730, - [SMALL_STATE(5463)] = 225774, - [SMALL_STATE(5464)] = 225818, - [SMALL_STATE(5465)] = 225862, - [SMALL_STATE(5466)] = 225906, - [SMALL_STATE(5467)] = 225950, - [SMALL_STATE(5468)] = 226000, - [SMALL_STATE(5469)] = 226044, - [SMALL_STATE(5470)] = 226088, - [SMALL_STATE(5471)] = 226132, - [SMALL_STATE(5472)] = 226176, - [SMALL_STATE(5473)] = 226226, - [SMALL_STATE(5474)] = 226270, - [SMALL_STATE(5475)] = 226314, - [SMALL_STATE(5476)] = 226366, - [SMALL_STATE(5477)] = 226418, - [SMALL_STATE(5478)] = 226470, - [SMALL_STATE(5479)] = 226522, - [SMALL_STATE(5480)] = 226574, - [SMALL_STATE(5481)] = 226626, - [SMALL_STATE(5482)] = 226678, - [SMALL_STATE(5483)] = 226722, - [SMALL_STATE(5484)] = 226774, - [SMALL_STATE(5485)] = 226818, - [SMALL_STATE(5486)] = 226870, - [SMALL_STATE(5487)] = 226920, - [SMALL_STATE(5488)] = 226990, - [SMALL_STATE(5489)] = 227042, - [SMALL_STATE(5490)] = 227094, - [SMALL_STATE(5491)] = 227138, - [SMALL_STATE(5492)] = 227208, - [SMALL_STATE(5493)] = 227260, - [SMALL_STATE(5494)] = 227312, - [SMALL_STATE(5495)] = 227356, + [SMALL_STATE(5382)] = 222038, + [SMALL_STATE(5383)] = 222082, + [SMALL_STATE(5384)] = 222126, + [SMALL_STATE(5385)] = 222164, + [SMALL_STATE(5386)] = 222208, + [SMALL_STATE(5387)] = 222258, + [SMALL_STATE(5388)] = 222302, + [SMALL_STATE(5389)] = 222346, + [SMALL_STATE(5390)] = 222390, + [SMALL_STATE(5391)] = 222428, + [SMALL_STATE(5392)] = 222466, + [SMALL_STATE(5393)] = 222504, + [SMALL_STATE(5394)] = 222542, + [SMALL_STATE(5395)] = 222586, + [SMALL_STATE(5396)] = 222630, + [SMALL_STATE(5397)] = 222674, + [SMALL_STATE(5398)] = 222718, + [SMALL_STATE(5399)] = 222762, + [SMALL_STATE(5400)] = 222806, + [SMALL_STATE(5401)] = 222840, + [SMALL_STATE(5402)] = 222884, + [SMALL_STATE(5403)] = 222936, + [SMALL_STATE(5404)] = 222974, + [SMALL_STATE(5405)] = 223008, + [SMALL_STATE(5406)] = 223052, + [SMALL_STATE(5407)] = 223102, + [SMALL_STATE(5408)] = 223146, + [SMALL_STATE(5409)] = 223190, + [SMALL_STATE(5410)] = 223240, + [SMALL_STATE(5411)] = 223284, + [SMALL_STATE(5412)] = 223328, + [SMALL_STATE(5413)] = 223398, + [SMALL_STATE(5414)] = 223442, + [SMALL_STATE(5415)] = 223480, + [SMALL_STATE(5416)] = 223524, + [SMALL_STATE(5417)] = 223568, + [SMALL_STATE(5418)] = 223620, + [SMALL_STATE(5419)] = 223672, + [SMALL_STATE(5420)] = 223724, + [SMALL_STATE(5421)] = 223774, + [SMALL_STATE(5422)] = 223826, + [SMALL_STATE(5423)] = 223878, + [SMALL_STATE(5424)] = 223930, + [SMALL_STATE(5425)] = 223974, + [SMALL_STATE(5426)] = 224008, + [SMALL_STATE(5427)] = 224046, + [SMALL_STATE(5428)] = 224090, + [SMALL_STATE(5429)] = 224134, + [SMALL_STATE(5430)] = 224186, + [SMALL_STATE(5431)] = 224232, + [SMALL_STATE(5432)] = 224284, + [SMALL_STATE(5433)] = 224318, + [SMALL_STATE(5434)] = 224356, + [SMALL_STATE(5435)] = 224400, + [SMALL_STATE(5436)] = 224444, + [SMALL_STATE(5437)] = 224488, + [SMALL_STATE(5438)] = 224540, + [SMALL_STATE(5439)] = 224592, + [SMALL_STATE(5440)] = 224642, + [SMALL_STATE(5441)] = 224692, + [SMALL_STATE(5442)] = 224736, + [SMALL_STATE(5443)] = 224776, + [SMALL_STATE(5444)] = 224824, + [SMALL_STATE(5445)] = 224876, + [SMALL_STATE(5446)] = 224928, + [SMALL_STATE(5447)] = 224980, + [SMALL_STATE(5448)] = 225032, + [SMALL_STATE(5449)] = 225082, + [SMALL_STATE(5450)] = 225134, + [SMALL_STATE(5451)] = 225184, + [SMALL_STATE(5452)] = 225228, + [SMALL_STATE(5453)] = 225298, + [SMALL_STATE(5454)] = 225342, + [SMALL_STATE(5455)] = 225394, + [SMALL_STATE(5456)] = 225446, + [SMALL_STATE(5457)] = 225496, + [SMALL_STATE(5458)] = 225548, + [SMALL_STATE(5459)] = 225598, + [SMALL_STATE(5460)] = 225650, + [SMALL_STATE(5461)] = 225720, + [SMALL_STATE(5462)] = 225764, + [SMALL_STATE(5463)] = 225814, + [SMALL_STATE(5464)] = 225866, + [SMALL_STATE(5465)] = 225910, + [SMALL_STATE(5466)] = 225954, + [SMALL_STATE(5467)] = 226006, + [SMALL_STATE(5468)] = 226058, + [SMALL_STATE(5469)] = 226110, + [SMALL_STATE(5470)] = 226162, + [SMALL_STATE(5471)] = 226214, + [SMALL_STATE(5472)] = 226266, + [SMALL_STATE(5473)] = 226318, + [SMALL_STATE(5474)] = 226370, + [SMALL_STATE(5475)] = 226408, + [SMALL_STATE(5476)] = 226460, + [SMALL_STATE(5477)] = 226512, + [SMALL_STATE(5478)] = 226556, + [SMALL_STATE(5479)] = 226608, + [SMALL_STATE(5480)] = 226642, + [SMALL_STATE(5481)] = 226694, + [SMALL_STATE(5482)] = 226746, + [SMALL_STATE(5483)] = 226798, + [SMALL_STATE(5484)] = 226850, + [SMALL_STATE(5485)] = 226894, + [SMALL_STATE(5486)] = 226926, + [SMALL_STATE(5487)] = 226970, + [SMALL_STATE(5488)] = 227020, + [SMALL_STATE(5489)] = 227072, + [SMALL_STATE(5490)] = 227124, + [SMALL_STATE(5491)] = 227176, + [SMALL_STATE(5492)] = 227228, + [SMALL_STATE(5493)] = 227280, + [SMALL_STATE(5494)] = 227320, + [SMALL_STATE(5495)] = 227364, [SMALL_STATE(5496)] = 227408, [SMALL_STATE(5497)] = 227467, [SMALL_STATE(5498)] = 227526, @@ -533019,1584 +533019,1584 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(5504)] = 227880, [SMALL_STATE(5505)] = 227939, [SMALL_STATE(5506)] = 227998, - [SMALL_STATE(5507)] = 228043, - [SMALL_STATE(5508)] = 228102, - [SMALL_STATE(5509)] = 228161, - [SMALL_STATE(5510)] = 228222, - [SMALL_STATE(5511)] = 228281, - [SMALL_STATE(5512)] = 228340, - [SMALL_STATE(5513)] = 228399, - [SMALL_STATE(5514)] = 228458, - [SMALL_STATE(5515)] = 228517, - [SMALL_STATE(5516)] = 228576, - [SMALL_STATE(5517)] = 228635, - [SMALL_STATE(5518)] = 228694, - [SMALL_STATE(5519)] = 228753, - [SMALL_STATE(5520)] = 228812, - [SMALL_STATE(5521)] = 228871, - [SMALL_STATE(5522)] = 228930, - [SMALL_STATE(5523)] = 228989, - [SMALL_STATE(5524)] = 229050, - [SMALL_STATE(5525)] = 229087, - [SMALL_STATE(5526)] = 229146, - [SMALL_STATE(5527)] = 229205, - [SMALL_STATE(5528)] = 229264, - [SMALL_STATE(5529)] = 229323, - [SMALL_STATE(5530)] = 229382, - [SMALL_STATE(5531)] = 229441, - [SMALL_STATE(5532)] = 229502, - [SMALL_STATE(5533)] = 229539, - [SMALL_STATE(5534)] = 229576, - [SMALL_STATE(5535)] = 229635, - [SMALL_STATE(5536)] = 229672, - [SMALL_STATE(5537)] = 229709, - [SMALL_STATE(5538)] = 229768, - [SMALL_STATE(5539)] = 229827, - [SMALL_STATE(5540)] = 229864, - [SMALL_STATE(5541)] = 229893, - [SMALL_STATE(5542)] = 229952, - [SMALL_STATE(5543)] = 230011, - [SMALL_STATE(5544)] = 230072, - [SMALL_STATE(5545)] = 230131, - [SMALL_STATE(5546)] = 230190, - [SMALL_STATE(5547)] = 230249, - [SMALL_STATE(5548)] = 230308, - [SMALL_STATE(5549)] = 230367, - [SMALL_STATE(5550)] = 230426, - [SMALL_STATE(5551)] = 230463, - [SMALL_STATE(5552)] = 230492, - [SMALL_STATE(5553)] = 230521, - [SMALL_STATE(5554)] = 230580, - [SMALL_STATE(5555)] = 230639, - [SMALL_STATE(5556)] = 230698, - [SMALL_STATE(5557)] = 230759, - [SMALL_STATE(5558)] = 230818, - [SMALL_STATE(5559)] = 230877, - [SMALL_STATE(5560)] = 230936, - [SMALL_STATE(5561)] = 230995, - [SMALL_STATE(5562)] = 231054, - [SMALL_STATE(5563)] = 231113, - [SMALL_STATE(5564)] = 231172, - [SMALL_STATE(5565)] = 231231, - [SMALL_STATE(5566)] = 231290, - [SMALL_STATE(5567)] = 231349, - [SMALL_STATE(5568)] = 231408, - [SMALL_STATE(5569)] = 231467, - [SMALL_STATE(5570)] = 231526, - [SMALL_STATE(5571)] = 231559, - [SMALL_STATE(5572)] = 231618, - [SMALL_STATE(5573)] = 231677, - [SMALL_STATE(5574)] = 231736, - [SMALL_STATE(5575)] = 231773, - [SMALL_STATE(5576)] = 231802, - [SMALL_STATE(5577)] = 231831, - [SMALL_STATE(5578)] = 231860, - [SMALL_STATE(5579)] = 231889, - [SMALL_STATE(5580)] = 231948, - [SMALL_STATE(5581)] = 232007, - [SMALL_STATE(5582)] = 232066, - [SMALL_STATE(5583)] = 232095, - [SMALL_STATE(5584)] = 232154, - [SMALL_STATE(5585)] = 232183, - [SMALL_STATE(5586)] = 232242, - [SMALL_STATE(5587)] = 232271, - [SMALL_STATE(5588)] = 232300, - [SMALL_STATE(5589)] = 232329, - [SMALL_STATE(5590)] = 232388, - [SMALL_STATE(5591)] = 232447, - [SMALL_STATE(5592)] = 232506, - [SMALL_STATE(5593)] = 232537, - [SMALL_STATE(5594)] = 232566, - [SMALL_STATE(5595)] = 232625, - [SMALL_STATE(5596)] = 232678, - [SMALL_STATE(5597)] = 232737, - [SMALL_STATE(5598)] = 232766, - [SMALL_STATE(5599)] = 232825, - [SMALL_STATE(5600)] = 232854, - [SMALL_STATE(5601)] = 232883, - [SMALL_STATE(5602)] = 232942, - [SMALL_STATE(5603)] = 233001, - [SMALL_STATE(5604)] = 233034, - [SMALL_STATE(5605)] = 233093, - [SMALL_STATE(5606)] = 233122, - [SMALL_STATE(5607)] = 233159, - [SMALL_STATE(5608)] = 233188, - [SMALL_STATE(5609)] = 233247, - [SMALL_STATE(5610)] = 233306, - [SMALL_STATE(5611)] = 233365, - [SMALL_STATE(5612)] = 233424, - [SMALL_STATE(5613)] = 233483, - [SMALL_STATE(5614)] = 233512, - [SMALL_STATE(5615)] = 233571, - [SMALL_STATE(5616)] = 233600, - [SMALL_STATE(5617)] = 233629, - [SMALL_STATE(5618)] = 233688, - [SMALL_STATE(5619)] = 233747, - [SMALL_STATE(5620)] = 233802, - [SMALL_STATE(5621)] = 233831, - [SMALL_STATE(5622)] = 233890, - [SMALL_STATE(5623)] = 233945, - [SMALL_STATE(5624)] = 234000, - [SMALL_STATE(5625)] = 234033, - [SMALL_STATE(5626)] = 234070, - [SMALL_STATE(5627)] = 234101, - [SMALL_STATE(5628)] = 234160, - [SMALL_STATE(5629)] = 234219, - [SMALL_STATE(5630)] = 234272, - [SMALL_STATE(5631)] = 234325, - [SMALL_STATE(5632)] = 234388, - [SMALL_STATE(5633)] = 234449, - [SMALL_STATE(5634)] = 234510, - [SMALL_STATE(5635)] = 234569, - [SMALL_STATE(5636)] = 234628, - [SMALL_STATE(5637)] = 234687, + [SMALL_STATE(5507)] = 228057, + [SMALL_STATE(5508)] = 228116, + [SMALL_STATE(5509)] = 228175, + [SMALL_STATE(5510)] = 228204, + [SMALL_STATE(5511)] = 228233, + [SMALL_STATE(5512)] = 228262, + [SMALL_STATE(5513)] = 228321, + [SMALL_STATE(5514)] = 228366, + [SMALL_STATE(5515)] = 228425, + [SMALL_STATE(5516)] = 228484, + [SMALL_STATE(5517)] = 228543, + [SMALL_STATE(5518)] = 228572, + [SMALL_STATE(5519)] = 228633, + [SMALL_STATE(5520)] = 228692, + [SMALL_STATE(5521)] = 228751, + [SMALL_STATE(5522)] = 228780, + [SMALL_STATE(5523)] = 228817, + [SMALL_STATE(5524)] = 228846, + [SMALL_STATE(5525)] = 228875, + [SMALL_STATE(5526)] = 228904, + [SMALL_STATE(5527)] = 228963, + [SMALL_STATE(5528)] = 229022, + [SMALL_STATE(5529)] = 229081, + [SMALL_STATE(5530)] = 229110, + [SMALL_STATE(5531)] = 229143, + [SMALL_STATE(5532)] = 229172, + [SMALL_STATE(5533)] = 229209, + [SMALL_STATE(5534)] = 229268, + [SMALL_STATE(5535)] = 229327, + [SMALL_STATE(5536)] = 229386, + [SMALL_STATE(5537)] = 229445, + [SMALL_STATE(5538)] = 229504, + [SMALL_STATE(5539)] = 229541, + [SMALL_STATE(5540)] = 229600, + [SMALL_STATE(5541)] = 229629, + [SMALL_STATE(5542)] = 229658, + [SMALL_STATE(5543)] = 229719, + [SMALL_STATE(5544)] = 229778, + [SMALL_STATE(5545)] = 229837, + [SMALL_STATE(5546)] = 229896, + [SMALL_STATE(5547)] = 229955, + [SMALL_STATE(5548)] = 230014, + [SMALL_STATE(5549)] = 230043, + [SMALL_STATE(5550)] = 230102, + [SMALL_STATE(5551)] = 230139, + [SMALL_STATE(5552)] = 230198, + [SMALL_STATE(5553)] = 230259, + [SMALL_STATE(5554)] = 230314, + [SMALL_STATE(5555)] = 230373, + [SMALL_STATE(5556)] = 230432, + [SMALL_STATE(5557)] = 230491, + [SMALL_STATE(5558)] = 230550, + [SMALL_STATE(5559)] = 230587, + [SMALL_STATE(5560)] = 230646, + [SMALL_STATE(5561)] = 230705, + [SMALL_STATE(5562)] = 230734, + [SMALL_STATE(5563)] = 230793, + [SMALL_STATE(5564)] = 230852, + [SMALL_STATE(5565)] = 230881, + [SMALL_STATE(5566)] = 230940, + [SMALL_STATE(5567)] = 230999, + [SMALL_STATE(5568)] = 231060, + [SMALL_STATE(5569)] = 231089, + [SMALL_STATE(5570)] = 231126, + [SMALL_STATE(5571)] = 231185, + [SMALL_STATE(5572)] = 231214, + [SMALL_STATE(5573)] = 231273, + [SMALL_STATE(5574)] = 231332, + [SMALL_STATE(5575)] = 231393, + [SMALL_STATE(5576)] = 231452, + [SMALL_STATE(5577)] = 231507, + [SMALL_STATE(5578)] = 231566, + [SMALL_STATE(5579)] = 231625, + [SMALL_STATE(5580)] = 231678, + [SMALL_STATE(5581)] = 231741, + [SMALL_STATE(5582)] = 231800, + [SMALL_STATE(5583)] = 231859, + [SMALL_STATE(5584)] = 231918, + [SMALL_STATE(5585)] = 231977, + [SMALL_STATE(5586)] = 232036, + [SMALL_STATE(5587)] = 232095, + [SMALL_STATE(5588)] = 232154, + [SMALL_STATE(5589)] = 232183, + [SMALL_STATE(5590)] = 232242, + [SMALL_STATE(5591)] = 232301, + [SMALL_STATE(5592)] = 232354, + [SMALL_STATE(5593)] = 232387, + [SMALL_STATE(5594)] = 232446, + [SMALL_STATE(5595)] = 232483, + [SMALL_STATE(5596)] = 232542, + [SMALL_STATE(5597)] = 232597, + [SMALL_STATE(5598)] = 232656, + [SMALL_STATE(5599)] = 232715, + [SMALL_STATE(5600)] = 232752, + [SMALL_STATE(5601)] = 232811, + [SMALL_STATE(5602)] = 232870, + [SMALL_STATE(5603)] = 232929, + [SMALL_STATE(5604)] = 232958, + [SMALL_STATE(5605)] = 233017, + [SMALL_STATE(5606)] = 233078, + [SMALL_STATE(5607)] = 233137, + [SMALL_STATE(5608)] = 233196, + [SMALL_STATE(5609)] = 233227, + [SMALL_STATE(5610)] = 233286, + [SMALL_STATE(5611)] = 233345, + [SMALL_STATE(5612)] = 233398, + [SMALL_STATE(5613)] = 233457, + [SMALL_STATE(5614)] = 233488, + [SMALL_STATE(5615)] = 233547, + [SMALL_STATE(5616)] = 233606, + [SMALL_STATE(5617)] = 233665, + [SMALL_STATE(5618)] = 233724, + [SMALL_STATE(5619)] = 233753, + [SMALL_STATE(5620)] = 233814, + [SMALL_STATE(5621)] = 233873, + [SMALL_STATE(5622)] = 233932, + [SMALL_STATE(5623)] = 233991, + [SMALL_STATE(5624)] = 234028, + [SMALL_STATE(5625)] = 234061, + [SMALL_STATE(5626)] = 234094, + [SMALL_STATE(5627)] = 234153, + [SMALL_STATE(5628)] = 234212, + [SMALL_STATE(5629)] = 234271, + [SMALL_STATE(5630)] = 234330, + [SMALL_STATE(5631)] = 234389, + [SMALL_STATE(5632)] = 234426, + [SMALL_STATE(5633)] = 234485, + [SMALL_STATE(5634)] = 234544, + [SMALL_STATE(5635)] = 234603, + [SMALL_STATE(5636)] = 234632, + [SMALL_STATE(5637)] = 234691, [SMALL_STATE(5638)] = 234720, [SMALL_STATE(5639)] = 234779, - [SMALL_STATE(5640)] = 234819, - [SMALL_STATE(5641)] = 234865, - [SMALL_STATE(5642)] = 234917, - [SMALL_STATE(5643)] = 234981, - [SMALL_STATE(5644)] = 235027, - [SMALL_STATE(5645)] = 235091, - [SMALL_STATE(5646)] = 235143, - [SMALL_STATE(5647)] = 235175, - [SMALL_STATE(5648)] = 235239, - [SMALL_STATE(5649)] = 235279, - [SMALL_STATE(5650)] = 235343, - [SMALL_STATE(5651)] = 235407, - [SMALL_STATE(5652)] = 235447, - [SMALL_STATE(5653)] = 235487, - [SMALL_STATE(5654)] = 235527, - [SMALL_STATE(5655)] = 235571, - [SMALL_STATE(5656)] = 235635, - [SMALL_STATE(5657)] = 235675, - [SMALL_STATE(5658)] = 235715, - [SMALL_STATE(5659)] = 235755, - [SMALL_STATE(5660)] = 235807, - [SMALL_STATE(5661)] = 235835, - [SMALL_STATE(5662)] = 235863, - [SMALL_STATE(5663)] = 235903, - [SMALL_STATE(5664)] = 235943, - [SMALL_STATE(5665)] = 235995, - [SMALL_STATE(5666)] = 236047, - [SMALL_STATE(5667)] = 236099, - [SMALL_STATE(5668)] = 236163, - [SMALL_STATE(5669)] = 236227, - [SMALL_STATE(5670)] = 236267, - [SMALL_STATE(5671)] = 236295, - [SMALL_STATE(5672)] = 236323, - [SMALL_STATE(5673)] = 236387, - [SMALL_STATE(5674)] = 236419, - [SMALL_STATE(5675)] = 236471, - [SMALL_STATE(5676)] = 236511, - [SMALL_STATE(5677)] = 236551, - [SMALL_STATE(5678)] = 236591, - [SMALL_STATE(5679)] = 236643, - [SMALL_STATE(5680)] = 236683, - [SMALL_STATE(5681)] = 236735, - [SMALL_STATE(5682)] = 236787, - [SMALL_STATE(5683)] = 236827, - [SMALL_STATE(5684)] = 236879, - [SMALL_STATE(5685)] = 236919, - [SMALL_STATE(5686)] = 236971, - [SMALL_STATE(5687)] = 237011, - [SMALL_STATE(5688)] = 237051, - [SMALL_STATE(5689)] = 237091, - [SMALL_STATE(5690)] = 237131, - [SMALL_STATE(5691)] = 237159, - [SMALL_STATE(5692)] = 237203, - [SMALL_STATE(5693)] = 237255, - [SMALL_STATE(5694)] = 237283, - [SMALL_STATE(5695)] = 237315, - [SMALL_STATE(5696)] = 237367, - [SMALL_STATE(5697)] = 237419, - [SMALL_STATE(5698)] = 237465, - [SMALL_STATE(5699)] = 237517, - [SMALL_STATE(5700)] = 237581, - [SMALL_STATE(5701)] = 237633, - [SMALL_STATE(5702)] = 237673, - [SMALL_STATE(5703)] = 237701, - [SMALL_STATE(5704)] = 237753, - [SMALL_STATE(5705)] = 237781, - [SMALL_STATE(5706)] = 237833, - [SMALL_STATE(5707)] = 237885, - [SMALL_STATE(5708)] = 237937, - [SMALL_STATE(5709)] = 238001, - [SMALL_STATE(5710)] = 238065, - [SMALL_STATE(5711)] = 238105, - [SMALL_STATE(5712)] = 238137, - [SMALL_STATE(5713)] = 238201, - [SMALL_STATE(5714)] = 238251, - [SMALL_STATE(5715)] = 238303, - [SMALL_STATE(5716)] = 238355, - [SMALL_STATE(5717)] = 238383, - [SMALL_STATE(5718)] = 238435, - [SMALL_STATE(5719)] = 238499, - [SMALL_STATE(5720)] = 238551, - [SMALL_STATE(5721)] = 238579, - [SMALL_STATE(5722)] = 238613, - [SMALL_STATE(5723)] = 238649, - [SMALL_STATE(5724)] = 238701, - [SMALL_STATE(5725)] = 238741, - [SMALL_STATE(5726)] = 238783, - [SMALL_STATE(5727)] = 238815, - [SMALL_STATE(5728)] = 238859, - [SMALL_STATE(5729)] = 238887, - [SMALL_STATE(5730)] = 238939, - [SMALL_STATE(5731)] = 238987, - [SMALL_STATE(5732)] = 239027, - [SMALL_STATE(5733)] = 239073, + [SMALL_STATE(5640)] = 234827, + [SMALL_STATE(5641)] = 234855, + [SMALL_STATE(5642)] = 234907, + [SMALL_STATE(5643)] = 234953, + [SMALL_STATE(5644)] = 235005, + [SMALL_STATE(5645)] = 235069, + [SMALL_STATE(5646)] = 235133, + [SMALL_STATE(5647)] = 235185, + [SMALL_STATE(5648)] = 235231, + [SMALL_STATE(5649)] = 235283, + [SMALL_STATE(5650)] = 235311, + [SMALL_STATE(5651)] = 235375, + [SMALL_STATE(5652)] = 235427, + [SMALL_STATE(5653)] = 235479, + [SMALL_STATE(5654)] = 235513, + [SMALL_STATE(5655)] = 235565, + [SMALL_STATE(5656)] = 235629, + [SMALL_STATE(5657)] = 235681, + [SMALL_STATE(5658)] = 235733, + [SMALL_STATE(5659)] = 235765, + [SMALL_STATE(5660)] = 235829, + [SMALL_STATE(5661)] = 235881, + [SMALL_STATE(5662)] = 235909, + [SMALL_STATE(5663)] = 235961, + [SMALL_STATE(5664)] = 235989, + [SMALL_STATE(5665)] = 236017, + [SMALL_STATE(5666)] = 236081, + [SMALL_STATE(5667)] = 236133, + [SMALL_STATE(5668)] = 236185, + [SMALL_STATE(5669)] = 236217, + [SMALL_STATE(5670)] = 236281, + [SMALL_STATE(5671)] = 236345, + [SMALL_STATE(5672)] = 236409, + [SMALL_STATE(5673)] = 236473, + [SMALL_STATE(5674)] = 236537, + [SMALL_STATE(5675)] = 236589, + [SMALL_STATE(5676)] = 236639, + [SMALL_STATE(5677)] = 236683, + [SMALL_STATE(5678)] = 236735, + [SMALL_STATE(5679)] = 236775, + [SMALL_STATE(5680)] = 236827, + [SMALL_STATE(5681)] = 236867, + [SMALL_STATE(5682)] = 236907, + [SMALL_STATE(5683)] = 236947, + [SMALL_STATE(5684)] = 236987, + [SMALL_STATE(5685)] = 237027, + [SMALL_STATE(5686)] = 237067, + [SMALL_STATE(5687)] = 237107, + [SMALL_STATE(5688)] = 237149, + [SMALL_STATE(5689)] = 237189, + [SMALL_STATE(5690)] = 237229, + [SMALL_STATE(5691)] = 237269, + [SMALL_STATE(5692)] = 237309, + [SMALL_STATE(5693)] = 237349, + [SMALL_STATE(5694)] = 237389, + [SMALL_STATE(5695)] = 237429, + [SMALL_STATE(5696)] = 237469, + [SMALL_STATE(5697)] = 237521, + [SMALL_STATE(5698)] = 237573, + [SMALL_STATE(5699)] = 237601, + [SMALL_STATE(5700)] = 237629, + [SMALL_STATE(5701)] = 237669, + [SMALL_STATE(5702)] = 237709, + [SMALL_STATE(5703)] = 237749, + [SMALL_STATE(5704)] = 237789, + [SMALL_STATE(5705)] = 237829, + [SMALL_STATE(5706)] = 237869, + [SMALL_STATE(5707)] = 237909, + [SMALL_STATE(5708)] = 237949, + [SMALL_STATE(5709)] = 237977, + [SMALL_STATE(5710)] = 238009, + [SMALL_STATE(5711)] = 238037, + [SMALL_STATE(5712)] = 238101, + [SMALL_STATE(5713)] = 238133, + [SMALL_STATE(5714)] = 238185, + [SMALL_STATE(5715)] = 238237, + [SMALL_STATE(5716)] = 238301, + [SMALL_STATE(5717)] = 238353, + [SMALL_STATE(5718)] = 238397, + [SMALL_STATE(5719)] = 238449, + [SMALL_STATE(5720)] = 238501, + [SMALL_STATE(5721)] = 238553, + [SMALL_STATE(5722)] = 238617, + [SMALL_STATE(5723)] = 238653, + [SMALL_STATE(5724)] = 238705, + [SMALL_STATE(5725)] = 238757, + [SMALL_STATE(5726)] = 238809, + [SMALL_STATE(5727)] = 238861, + [SMALL_STATE(5728)] = 238889, + [SMALL_STATE(5729)] = 238921, + [SMALL_STATE(5730)] = 238949, + [SMALL_STATE(5731)] = 238995, + [SMALL_STATE(5732)] = 239041, + [SMALL_STATE(5733)] = 239085, [SMALL_STATE(5734)] = 239125, - [SMALL_STATE(5735)] = 239182, - [SMALL_STATE(5736)] = 239239, - [SMALL_STATE(5737)] = 239284, - [SMALL_STATE(5738)] = 239329, - [SMALL_STATE(5739)] = 239356, - [SMALL_STATE(5740)] = 239413, - [SMALL_STATE(5741)] = 239446, - [SMALL_STATE(5742)] = 239491, - [SMALL_STATE(5743)] = 239524, - [SMALL_STATE(5744)] = 239567, - [SMALL_STATE(5745)] = 239612, - [SMALL_STATE(5746)] = 239639, - [SMALL_STATE(5747)] = 239684, - [SMALL_STATE(5748)] = 239729, - [SMALL_STATE(5749)] = 239756, - [SMALL_STATE(5750)] = 239783, - [SMALL_STATE(5751)] = 239810, - [SMALL_STATE(5752)] = 239837, - [SMALL_STATE(5753)] = 239864, - [SMALL_STATE(5754)] = 239891, - [SMALL_STATE(5755)] = 239936, - [SMALL_STATE(5756)] = 239981, - [SMALL_STATE(5757)] = 240008, - [SMALL_STATE(5758)] = 240035, - [SMALL_STATE(5759)] = 240080, - [SMALL_STATE(5760)] = 240125, - [SMALL_STATE(5761)] = 240170, - [SMALL_STATE(5762)] = 240197, - [SMALL_STATE(5763)] = 240224, - [SMALL_STATE(5764)] = 240269, - [SMALL_STATE(5765)] = 240296, - [SMALL_STATE(5766)] = 240323, - [SMALL_STATE(5767)] = 240368, - [SMALL_STATE(5768)] = 240395, - [SMALL_STATE(5769)] = 240452, - [SMALL_STATE(5770)] = 240497, - [SMALL_STATE(5771)] = 240524, - [SMALL_STATE(5772)] = 240551, - [SMALL_STATE(5773)] = 240578, - [SMALL_STATE(5774)] = 240605, - [SMALL_STATE(5775)] = 240632, - [SMALL_STATE(5776)] = 240659, - [SMALL_STATE(5777)] = 240704, - [SMALL_STATE(5778)] = 240747, - [SMALL_STATE(5779)] = 240792, - [SMALL_STATE(5780)] = 240819, - [SMALL_STATE(5781)] = 240846, - [SMALL_STATE(5782)] = 240895, - [SMALL_STATE(5783)] = 240940, - [SMALL_STATE(5784)] = 240985, - [SMALL_STATE(5785)] = 241018, - [SMALL_STATE(5786)] = 241063, - [SMALL_STATE(5787)] = 241120, - [SMALL_STATE(5788)] = 241165, - [SMALL_STATE(5789)] = 241210, - [SMALL_STATE(5790)] = 241255, - [SMALL_STATE(5791)] = 241282, - [SMALL_STATE(5792)] = 241309, - [SMALL_STATE(5793)] = 241336, - [SMALL_STATE(5794)] = 241385, - [SMALL_STATE(5795)] = 241430, - [SMALL_STATE(5796)] = 241475, - [SMALL_STATE(5797)] = 241532, - [SMALL_STATE(5798)] = 241563, - [SMALL_STATE(5799)] = 241608, - [SMALL_STATE(5800)] = 241653, - [SMALL_STATE(5801)] = 241698, - [SMALL_STATE(5802)] = 241731, - [SMALL_STATE(5803)] = 241776, - [SMALL_STATE(5804)] = 241803, - [SMALL_STATE(5805)] = 241832, - [SMALL_STATE(5806)] = 241865, - [SMALL_STATE(5807)] = 241900, - [SMALL_STATE(5808)] = 241957, - [SMALL_STATE(5809)] = 242002, - [SMALL_STATE(5810)] = 242039, - [SMALL_STATE(5811)] = 242078, + [SMALL_STATE(5735)] = 239170, + [SMALL_STATE(5736)] = 239197, + [SMALL_STATE(5737)] = 239242, + [SMALL_STATE(5738)] = 239287, + [SMALL_STATE(5739)] = 239330, + [SMALL_STATE(5740)] = 239371, + [SMALL_STATE(5741)] = 239410, + [SMALL_STATE(5742)] = 239447, + [SMALL_STATE(5743)] = 239474, + [SMALL_STATE(5744)] = 239501, + [SMALL_STATE(5745)] = 239536, + [SMALL_STATE(5746)] = 239569, + [SMALL_STATE(5747)] = 239614, + [SMALL_STATE(5748)] = 239641, + [SMALL_STATE(5749)] = 239686, + [SMALL_STATE(5750)] = 239731, + [SMALL_STATE(5751)] = 239758, + [SMALL_STATE(5752)] = 239785, + [SMALL_STATE(5753)] = 239828, + [SMALL_STATE(5754)] = 239873, + [SMALL_STATE(5755)] = 239906, + [SMALL_STATE(5756)] = 239951, + [SMALL_STATE(5757)] = 239982, + [SMALL_STATE(5758)] = 240039, + [SMALL_STATE(5759)] = 240084, + [SMALL_STATE(5760)] = 240129, + [SMALL_STATE(5761)] = 240156, + [SMALL_STATE(5762)] = 240213, + [SMALL_STATE(5763)] = 240262, + [SMALL_STATE(5764)] = 240289, + [SMALL_STATE(5765)] = 240334, + [SMALL_STATE(5766)] = 240379, + [SMALL_STATE(5767)] = 240424, + [SMALL_STATE(5768)] = 240451, + [SMALL_STATE(5769)] = 240478, + [SMALL_STATE(5770)] = 240505, + [SMALL_STATE(5771)] = 240532, + [SMALL_STATE(5772)] = 240559, + [SMALL_STATE(5773)] = 240604, + [SMALL_STATE(5774)] = 240631, + [SMALL_STATE(5775)] = 240676, + [SMALL_STATE(5776)] = 240733, + [SMALL_STATE(5777)] = 240760, + [SMALL_STATE(5778)] = 240805, + [SMALL_STATE(5779)] = 240850, + [SMALL_STATE(5780)] = 240895, + [SMALL_STATE(5781)] = 240940, + [SMALL_STATE(5782)] = 240973, + [SMALL_STATE(5783)] = 241000, + [SMALL_STATE(5784)] = 241045, + [SMALL_STATE(5785)] = 241102, + [SMALL_STATE(5786)] = 241129, + [SMALL_STATE(5787)] = 241186, + [SMALL_STATE(5788)] = 241243, + [SMALL_STATE(5789)] = 241270, + [SMALL_STATE(5790)] = 241315, + [SMALL_STATE(5791)] = 241360, + [SMALL_STATE(5792)] = 241417, + [SMALL_STATE(5793)] = 241444, + [SMALL_STATE(5794)] = 241473, + [SMALL_STATE(5795)] = 241500, + [SMALL_STATE(5796)] = 241533, + [SMALL_STATE(5797)] = 241578, + [SMALL_STATE(5798)] = 241633, + [SMALL_STATE(5799)] = 241676, + [SMALL_STATE(5800)] = 241703, + [SMALL_STATE(5801)] = 241730, + [SMALL_STATE(5802)] = 241775, + [SMALL_STATE(5803)] = 241802, + [SMALL_STATE(5804)] = 241829, + [SMALL_STATE(5805)] = 241856, + [SMALL_STATE(5806)] = 241883, + [SMALL_STATE(5807)] = 241910, + [SMALL_STATE(5808)] = 241937, + [SMALL_STATE(5809)] = 241982, + [SMALL_STATE(5810)] = 242027, + [SMALL_STATE(5811)] = 242060, [SMALL_STATE(5812)] = 242105, - [SMALL_STATE(5813)] = 242150, - [SMALL_STATE(5814)] = 242205, - [SMALL_STATE(5815)] = 242246, - [SMALL_STATE(5816)] = 242289, - [SMALL_STATE(5817)] = 242334, - [SMALL_STATE(5818)] = 242379, - [SMALL_STATE(5819)] = 242406, - [SMALL_STATE(5820)] = 242433, - [SMALL_STATE(5821)] = 242462, - [SMALL_STATE(5822)] = 242489, + [SMALL_STATE(5813)] = 242132, + [SMALL_STATE(5814)] = 242177, + [SMALL_STATE(5815)] = 242204, + [SMALL_STATE(5816)] = 242231, + [SMALL_STATE(5817)] = 242276, + [SMALL_STATE(5818)] = 242325, + [SMALL_STATE(5819)] = 242370, + [SMALL_STATE(5820)] = 242415, + [SMALL_STATE(5821)] = 242444, + [SMALL_STATE(5822)] = 242471, [SMALL_STATE(5823)] = 242516, [SMALL_STATE(5824)] = 242561, [SMALL_STATE(5825)] = 242606, [SMALL_STATE(5826)] = 242640, - [SMALL_STATE(5827)] = 242678, - [SMALL_STATE(5828)] = 242726, - [SMALL_STATE(5829)] = 242768, - [SMALL_STATE(5830)] = 242798, - [SMALL_STATE(5831)] = 242824, - [SMALL_STATE(5832)] = 242876, - [SMALL_STATE(5833)] = 242906, - [SMALL_STATE(5834)] = 242932, - [SMALL_STATE(5835)] = 242966, - [SMALL_STATE(5836)] = 243002, - [SMALL_STATE(5837)] = 243054, - [SMALL_STATE(5838)] = 243088, - [SMALL_STATE(5839)] = 243114, - [SMALL_STATE(5840)] = 243150, - [SMALL_STATE(5841)] = 243186, - [SMALL_STATE(5842)] = 243216, + [SMALL_STATE(5827)] = 242676, + [SMALL_STATE(5828)] = 242724, + [SMALL_STATE(5829)] = 242776, + [SMALL_STATE(5830)] = 242810, + [SMALL_STATE(5831)] = 242862, + [SMALL_STATE(5832)] = 242896, + [SMALL_STATE(5833)] = 242922, + [SMALL_STATE(5834)] = 242952, + [SMALL_STATE(5835)] = 242982, + [SMALL_STATE(5836)] = 243008, + [SMALL_STATE(5837)] = 243042, + [SMALL_STATE(5838)] = 243078, + [SMALL_STATE(5839)] = 243116, + [SMALL_STATE(5840)] = 243154, + [SMALL_STATE(5841)] = 243192, + [SMALL_STATE(5842)] = 243230, [SMALL_STATE(5843)] = 243264, - [SMALL_STATE(5844)] = 243298, - [SMALL_STATE(5845)] = 243334, - [SMALL_STATE(5846)] = 243362, - [SMALL_STATE(5847)] = 243388, - [SMALL_STATE(5848)] = 243414, - [SMALL_STATE(5849)] = 243440, - [SMALL_STATE(5850)] = 243474, - [SMALL_STATE(5851)] = 243500, - [SMALL_STATE(5852)] = 243536, - [SMALL_STATE(5853)] = 243562, - [SMALL_STATE(5854)] = 243588, - [SMALL_STATE(5855)] = 243614, - [SMALL_STATE(5856)] = 243662, - [SMALL_STATE(5857)] = 243696, - [SMALL_STATE(5858)] = 243722, - [SMALL_STATE(5859)] = 243748, - [SMALL_STATE(5860)] = 243778, - [SMALL_STATE(5861)] = 243804, - [SMALL_STATE(5862)] = 243830, - [SMALL_STATE(5863)] = 243860, - [SMALL_STATE(5864)] = 243912, - [SMALL_STATE(5865)] = 243938, - [SMALL_STATE(5866)] = 243972, - [SMALL_STATE(5867)] = 243998, - [SMALL_STATE(5868)] = 244036, - [SMALL_STATE(5869)] = 244090, - [SMALL_STATE(5870)] = 244128, - [SMALL_STATE(5871)] = 244180, - [SMALL_STATE(5872)] = 244214, - [SMALL_STATE(5873)] = 244252, + [SMALL_STATE(5844)] = 243302, + [SMALL_STATE(5845)] = 243340, + [SMALL_STATE(5846)] = 243378, + [SMALL_STATE(5847)] = 243416, + [SMALL_STATE(5848)] = 243442, + [SMALL_STATE(5849)] = 243478, + [SMALL_STATE(5850)] = 243504, + [SMALL_STATE(5851)] = 243534, + [SMALL_STATE(5852)] = 243568, + [SMALL_STATE(5853)] = 243594, + [SMALL_STATE(5854)] = 243630, + [SMALL_STATE(5855)] = 243678, + [SMALL_STATE(5856)] = 243704, + [SMALL_STATE(5857)] = 243730, + [SMALL_STATE(5858)] = 243756, + [SMALL_STATE(5859)] = 243804, + [SMALL_STATE(5860)] = 243830, + [SMALL_STATE(5861)] = 243856, + [SMALL_STATE(5862)] = 243882, + [SMALL_STATE(5863)] = 243908, + [SMALL_STATE(5864)] = 243960, + [SMALL_STATE(5865)] = 244014, + [SMALL_STATE(5866)] = 244066, + [SMALL_STATE(5867)] = 244092, + [SMALL_STATE(5868)] = 244118, + [SMALL_STATE(5869)] = 244144, + [SMALL_STATE(5870)] = 244170, + [SMALL_STATE(5871)] = 244196, + [SMALL_STATE(5872)] = 244222, + [SMALL_STATE(5873)] = 244248, [SMALL_STATE(5874)] = 244290, - [SMALL_STATE(5875)] = 244316, - [SMALL_STATE(5876)] = 244364, - [SMALL_STATE(5877)] = 244390, - [SMALL_STATE(5878)] = 244428, - [SMALL_STATE(5879)] = 244480, - [SMALL_STATE(5880)] = 244518, - [SMALL_STATE(5881)] = 244544, - [SMALL_STATE(5882)] = 244570, - [SMALL_STATE(5883)] = 244604, - [SMALL_STATE(5884)] = 244642, - [SMALL_STATE(5885)] = 244668, + [SMALL_STATE(5875)] = 244342, + [SMALL_STATE(5876)] = 244390, + [SMALL_STATE(5877)] = 244416, + [SMALL_STATE(5878)] = 244446, + [SMALL_STATE(5879)] = 244472, + [SMALL_STATE(5880)] = 244506, + [SMALL_STATE(5881)] = 244540, + [SMALL_STATE(5882)] = 244574, + [SMALL_STATE(5883)] = 244608, + [SMALL_STATE(5884)] = 244636, + [SMALL_STATE(5885)] = 244672, [SMALL_STATE(5886)] = 244702, - [SMALL_STATE(5887)] = 244739, + [SMALL_STATE(5887)] = 244745, [SMALL_STATE(5888)] = 244782, - [SMALL_STATE(5889)] = 244807, - [SMALL_STATE(5890)] = 244856, - [SMALL_STATE(5891)] = 244905, - [SMALL_STATE(5892)] = 244942, - [SMALL_STATE(5893)] = 244985, - [SMALL_STATE(5894)] = 245034, - [SMALL_STATE(5895)] = 245083, - [SMALL_STATE(5896)] = 245132, - [SMALL_STATE(5897)] = 245181, - [SMALL_STATE(5898)] = 245228, - [SMALL_STATE(5899)] = 245265, - [SMALL_STATE(5900)] = 245302, - [SMALL_STATE(5901)] = 245339, - [SMALL_STATE(5902)] = 245376, - [SMALL_STATE(5903)] = 245417, - [SMALL_STATE(5904)] = 245446, - [SMALL_STATE(5905)] = 245495, - [SMALL_STATE(5906)] = 245544, - [SMALL_STATE(5907)] = 245587, - [SMALL_STATE(5908)] = 245624, - [SMALL_STATE(5909)] = 245657, - [SMALL_STATE(5910)] = 245706, - [SMALL_STATE(5911)] = 245755, - [SMALL_STATE(5912)] = 245792, + [SMALL_STATE(5889)] = 244813, + [SMALL_STATE(5890)] = 244862, + [SMALL_STATE(5891)] = 244911, + [SMALL_STATE(5892)] = 244948, + [SMALL_STATE(5893)] = 244975, + [SMALL_STATE(5894)] = 245016, + [SMALL_STATE(5895)] = 245059, + [SMALL_STATE(5896)] = 245102, + [SMALL_STATE(5897)] = 245139, + [SMALL_STATE(5898)] = 245188, + [SMALL_STATE(5899)] = 245237, + [SMALL_STATE(5900)] = 245262, + [SMALL_STATE(5901)] = 245291, + [SMALL_STATE(5902)] = 245322, + [SMALL_STATE(5903)] = 245359, + [SMALL_STATE(5904)] = 245408, + [SMALL_STATE(5905)] = 245457, + [SMALL_STATE(5906)] = 245506, + [SMALL_STATE(5907)] = 245553, + [SMALL_STATE(5908)] = 245602, + [SMALL_STATE(5909)] = 245651, + [SMALL_STATE(5910)] = 245700, + [SMALL_STATE(5911)] = 245749, + [SMALL_STATE(5912)] = 245798, [SMALL_STATE(5913)] = 245841, - [SMALL_STATE(5914)] = 245884, - [SMALL_STATE(5915)] = 245921, - [SMALL_STATE(5916)] = 245958, - [SMALL_STATE(5917)] = 246001, - [SMALL_STATE(5918)] = 246038, - [SMALL_STATE(5919)] = 246069, - [SMALL_STATE(5920)] = 246118, - [SMALL_STATE(5921)] = 246167, - [SMALL_STATE(5922)] = 246216, - [SMALL_STATE(5923)] = 246265, - [SMALL_STATE(5924)] = 246314, - [SMALL_STATE(5925)] = 246343, - [SMALL_STATE(5926)] = 246384, - [SMALL_STATE(5927)] = 246415, - [SMALL_STATE(5928)] = 246464, - [SMALL_STATE(5929)] = 246491, - [SMALL_STATE(5930)] = 246540, - [SMALL_STATE(5931)] = 246577, - [SMALL_STATE(5932)] = 246626, - [SMALL_STATE(5933)] = 246663, - [SMALL_STATE(5934)] = 246706, - [SMALL_STATE(5935)] = 246743, - [SMALL_STATE(5936)] = 246792, - [SMALL_STATE(5937)] = 246823, - [SMALL_STATE(5938)] = 246860, - [SMALL_STATE(5939)] = 246891, + [SMALL_STATE(5914)] = 245890, + [SMALL_STATE(5915)] = 245923, + [SMALL_STATE(5916)] = 245972, + [SMALL_STATE(5917)] = 246021, + [SMALL_STATE(5918)] = 246070, + [SMALL_STATE(5919)] = 246119, + [SMALL_STATE(5920)] = 246150, + [SMALL_STATE(5921)] = 246181, + [SMALL_STATE(5922)] = 246218, + [SMALL_STATE(5923)] = 246255, + [SMALL_STATE(5924)] = 246292, + [SMALL_STATE(5925)] = 246329, + [SMALL_STATE(5926)] = 246366, + [SMALL_STATE(5927)] = 246403, + [SMALL_STATE(5928)] = 246440, + [SMALL_STATE(5929)] = 246477, + [SMALL_STATE(5930)] = 246506, + [SMALL_STATE(5931)] = 246543, + [SMALL_STATE(5932)] = 246580, + [SMALL_STATE(5933)] = 246629, + [SMALL_STATE(5934)] = 246678, + [SMALL_STATE(5935)] = 246721, + [SMALL_STATE(5936)] = 246758, + [SMALL_STATE(5937)] = 246799, + [SMALL_STATE(5938)] = 246842, + [SMALL_STATE(5939)] = 246879, [SMALL_STATE(5940)] = 246928, - [SMALL_STATE(5941)] = 246964, - [SMALL_STATE(5942)] = 247000, - [SMALL_STATE(5943)] = 247032, - [SMALL_STATE(5944)] = 247064, - [SMALL_STATE(5945)] = 247096, - [SMALL_STATE(5946)] = 247128, - [SMALL_STATE(5947)] = 247160, - [SMALL_STATE(5948)] = 247192, - [SMALL_STATE(5949)] = 247224, - [SMALL_STATE(5950)] = 247256, - [SMALL_STATE(5951)] = 247288, - [SMALL_STATE(5952)] = 247320, - [SMALL_STATE(5953)] = 247352, - [SMALL_STATE(5954)] = 247384, - [SMALL_STATE(5955)] = 247416, - [SMALL_STATE(5956)] = 247440, - [SMALL_STATE(5957)] = 247464, - [SMALL_STATE(5958)] = 247488, - [SMALL_STATE(5959)] = 247512, - [SMALL_STATE(5960)] = 247544, - [SMALL_STATE(5961)] = 247586, - [SMALL_STATE(5962)] = 247610, - [SMALL_STATE(5963)] = 247634, - [SMALL_STATE(5964)] = 247666, - [SMALL_STATE(5965)] = 247706, - [SMALL_STATE(5966)] = 247738, - [SMALL_STATE(5967)] = 247762, - [SMALL_STATE(5968)] = 247794, - [SMALL_STATE(5969)] = 247820, - [SMALL_STATE(5970)] = 247844, - [SMALL_STATE(5971)] = 247868, - [SMALL_STATE(5972)] = 247892, - [SMALL_STATE(5973)] = 247916, - [SMALL_STATE(5974)] = 247962, - [SMALL_STATE(5975)] = 247986, - [SMALL_STATE(5976)] = 248010, - [SMALL_STATE(5977)] = 248034, - [SMALL_STATE(5978)] = 248058, - [SMALL_STATE(5979)] = 248082, - [SMALL_STATE(5980)] = 248106, - [SMALL_STATE(5981)] = 248138, - [SMALL_STATE(5982)] = 248162, - [SMALL_STATE(5983)] = 248194, - [SMALL_STATE(5984)] = 248226, - [SMALL_STATE(5985)] = 248250, - [SMALL_STATE(5986)] = 248274, - [SMALL_STATE(5987)] = 248298, - [SMALL_STATE(5988)] = 248322, - [SMALL_STATE(5989)] = 248346, - [SMALL_STATE(5990)] = 248370, - [SMALL_STATE(5991)] = 248394, - [SMALL_STATE(5992)] = 248418, - [SMALL_STATE(5993)] = 248442, - [SMALL_STATE(5994)] = 248466, - [SMALL_STATE(5995)] = 248494, - [SMALL_STATE(5996)] = 248518, - [SMALL_STATE(5997)] = 248542, - [SMALL_STATE(5998)] = 248566, - [SMALL_STATE(5999)] = 248590, - [SMALL_STATE(6000)] = 248614, - [SMALL_STATE(6001)] = 248638, - [SMALL_STATE(6002)] = 248662, - [SMALL_STATE(6003)] = 248694, - [SMALL_STATE(6004)] = 248734, - [SMALL_STATE(6005)] = 248758, - [SMALL_STATE(6006)] = 248794, - [SMALL_STATE(6007)] = 248826, - [SMALL_STATE(6008)] = 248862, - [SMALL_STATE(6009)] = 248894, - [SMALL_STATE(6010)] = 248926, - [SMALL_STATE(6011)] = 248950, - [SMALL_STATE(6012)] = 248974, - [SMALL_STATE(6013)] = 248998, - [SMALL_STATE(6014)] = 249030, - [SMALL_STATE(6015)] = 249062, - [SMALL_STATE(6016)] = 249086, - [SMALL_STATE(6017)] = 249122, - [SMALL_STATE(6018)] = 249146, - [SMALL_STATE(6019)] = 249178, - [SMALL_STATE(6020)] = 249202, - [SMALL_STATE(6021)] = 249226, - [SMALL_STATE(6022)] = 249258, - [SMALL_STATE(6023)] = 249290, - [SMALL_STATE(6024)] = 249322, - [SMALL_STATE(6025)] = 249346, - [SMALL_STATE(6026)] = 249382, - [SMALL_STATE(6027)] = 249418, - [SMALL_STATE(6028)] = 249442, - [SMALL_STATE(6029)] = 249466, - [SMALL_STATE(6030)] = 249490, - [SMALL_STATE(6031)] = 249514, - [SMALL_STATE(6032)] = 249546, - [SMALL_STATE(6033)] = 249578, - [SMALL_STATE(6034)] = 249610, - [SMALL_STATE(6035)] = 249642, - [SMALL_STATE(6036)] = 249666, + [SMALL_STATE(5941)] = 246960, + [SMALL_STATE(5942)] = 246984, + [SMALL_STATE(5943)] = 247016, + [SMALL_STATE(5944)] = 247048, + [SMALL_STATE(5945)] = 247084, + [SMALL_STATE(5946)] = 247116, + [SMALL_STATE(5947)] = 247148, + [SMALL_STATE(5948)] = 247180, + [SMALL_STATE(5949)] = 247226, + [SMALL_STATE(5950)] = 247258, + [SMALL_STATE(5951)] = 247290, + [SMALL_STATE(5952)] = 247314, + [SMALL_STATE(5953)] = 247346, + [SMALL_STATE(5954)] = 247378, + [SMALL_STATE(5955)] = 247410, + [SMALL_STATE(5956)] = 247442, + [SMALL_STATE(5957)] = 247474, + [SMALL_STATE(5958)] = 247516, + [SMALL_STATE(5959)] = 247548, + [SMALL_STATE(5960)] = 247580, + [SMALL_STATE(5961)] = 247612, + [SMALL_STATE(5962)] = 247636, + [SMALL_STATE(5963)] = 247668, + [SMALL_STATE(5964)] = 247692, + [SMALL_STATE(5965)] = 247716, + [SMALL_STATE(5966)] = 247748, + [SMALL_STATE(5967)] = 247780, + [SMALL_STATE(5968)] = 247804, + [SMALL_STATE(5969)] = 247836, + [SMALL_STATE(5970)] = 247876, + [SMALL_STATE(5971)] = 247900, + [SMALL_STATE(5972)] = 247940, + [SMALL_STATE(5973)] = 247972, + [SMALL_STATE(5974)] = 247996, + [SMALL_STATE(5975)] = 248020, + [SMALL_STATE(5976)] = 248044, + [SMALL_STATE(5977)] = 248072, + [SMALL_STATE(5978)] = 248096, + [SMALL_STATE(5979)] = 248120, + [SMALL_STATE(5980)] = 248156, + [SMALL_STATE(5981)] = 248180, + [SMALL_STATE(5982)] = 248204, + [SMALL_STATE(5983)] = 248240, + [SMALL_STATE(5984)] = 248264, + [SMALL_STATE(5985)] = 248288, + [SMALL_STATE(5986)] = 248324, + [SMALL_STATE(5987)] = 248348, + [SMALL_STATE(5988)] = 248372, + [SMALL_STATE(5989)] = 248396, + [SMALL_STATE(5990)] = 248422, + [SMALL_STATE(5991)] = 248446, + [SMALL_STATE(5992)] = 248470, + [SMALL_STATE(5993)] = 248494, + [SMALL_STATE(5994)] = 248518, + [SMALL_STATE(5995)] = 248550, + [SMALL_STATE(5996)] = 248574, + [SMALL_STATE(5997)] = 248598, + [SMALL_STATE(5998)] = 248622, + [SMALL_STATE(5999)] = 248646, + [SMALL_STATE(6000)] = 248670, + [SMALL_STATE(6001)] = 248694, + [SMALL_STATE(6002)] = 248726, + [SMALL_STATE(6003)] = 248758, + [SMALL_STATE(6004)] = 248790, + [SMALL_STATE(6005)] = 248814, + [SMALL_STATE(6006)] = 248838, + [SMALL_STATE(6007)] = 248862, + [SMALL_STATE(6008)] = 248886, + [SMALL_STATE(6009)] = 248918, + [SMALL_STATE(6010)] = 248954, + [SMALL_STATE(6011)] = 248986, + [SMALL_STATE(6012)] = 249010, + [SMALL_STATE(6013)] = 249034, + [SMALL_STATE(6014)] = 249058, + [SMALL_STATE(6015)] = 249094, + [SMALL_STATE(6016)] = 249126, + [SMALL_STATE(6017)] = 249158, + [SMALL_STATE(6018)] = 249190, + [SMALL_STATE(6019)] = 249222, + [SMALL_STATE(6020)] = 249258, + [SMALL_STATE(6021)] = 249294, + [SMALL_STATE(6022)] = 249318, + [SMALL_STATE(6023)] = 249350, + [SMALL_STATE(6024)] = 249382, + [SMALL_STATE(6025)] = 249414, + [SMALL_STATE(6026)] = 249438, + [SMALL_STATE(6027)] = 249462, + [SMALL_STATE(6028)] = 249486, + [SMALL_STATE(6029)] = 249510, + [SMALL_STATE(6030)] = 249534, + [SMALL_STATE(6031)] = 249558, + [SMALL_STATE(6032)] = 249582, + [SMALL_STATE(6033)] = 249606, + [SMALL_STATE(6034)] = 249630, + [SMALL_STATE(6035)] = 249654, + [SMALL_STATE(6036)] = 249678, [SMALL_STATE(6037)] = 249702, - [SMALL_STATE(6038)] = 249731, - [SMALL_STATE(6039)] = 249774, - [SMALL_STATE(6040)] = 249807, - [SMALL_STATE(6041)] = 249836, - [SMALL_STATE(6042)] = 249871, - [SMALL_STATE(6043)] = 249900, - [SMALL_STATE(6044)] = 249929, - [SMALL_STATE(6045)] = 249964, - [SMALL_STATE(6046)] = 249993, - [SMALL_STATE(6047)] = 250028, - [SMALL_STATE(6048)] = 250063, - [SMALL_STATE(6049)] = 250102, - [SMALL_STATE(6050)] = 250129, - [SMALL_STATE(6051)] = 250164, - [SMALL_STATE(6052)] = 250193, - [SMALL_STATE(6053)] = 250232, - [SMALL_STATE(6054)] = 250267, - [SMALL_STATE(6055)] = 250302, - [SMALL_STATE(6056)] = 250335, + [SMALL_STATE(6038)] = 249735, + [SMALL_STATE(6039)] = 249770, + [SMALL_STATE(6040)] = 249797, + [SMALL_STATE(6041)] = 249832, + [SMALL_STATE(6042)] = 249867, + [SMALL_STATE(6043)] = 249902, + [SMALL_STATE(6044)] = 249937, + [SMALL_STATE(6045)] = 249972, + [SMALL_STATE(6046)] = 250001, + [SMALL_STATE(6047)] = 250044, + [SMALL_STATE(6048)] = 250087, + [SMALL_STATE(6049)] = 250116, + [SMALL_STATE(6050)] = 250149, + [SMALL_STATE(6051)] = 250178, + [SMALL_STATE(6052)] = 250213, + [SMALL_STATE(6053)] = 250248, + [SMALL_STATE(6054)] = 250281, + [SMALL_STATE(6055)] = 250314, + [SMALL_STATE(6056)] = 250349, [SMALL_STATE(6057)] = 250378, [SMALL_STATE(6058)] = 250411, - [SMALL_STATE(6059)] = 250440, - [SMALL_STATE(6060)] = 250475, - [SMALL_STATE(6061)] = 250510, - [SMALL_STATE(6062)] = 250539, - [SMALL_STATE(6063)] = 250574, - [SMALL_STATE(6064)] = 250609, - [SMALL_STATE(6065)] = 250644, - [SMALL_STATE(6066)] = 250683, + [SMALL_STATE(6059)] = 250454, + [SMALL_STATE(6060)] = 250487, + [SMALL_STATE(6061)] = 250522, + [SMALL_STATE(6062)] = 250555, + [SMALL_STATE(6063)] = 250588, + [SMALL_STATE(6064)] = 250617, + [SMALL_STATE(6065)] = 250652, + [SMALL_STATE(6066)] = 250687, [SMALL_STATE(6067)] = 250722, [SMALL_STATE(6068)] = 250757, - [SMALL_STATE(6069)] = 250790, - [SMALL_STATE(6070)] = 250823, - [SMALL_STATE(6071)] = 250858, - [SMALL_STATE(6072)] = 250897, - [SMALL_STATE(6073)] = 250926, - [SMALL_STATE(6074)] = 250969, - [SMALL_STATE(6075)] = 251008, - [SMALL_STATE(6076)] = 251043, - [SMALL_STATE(6077)] = 251078, - [SMALL_STATE(6078)] = 251113, - [SMALL_STATE(6079)] = 251146, + [SMALL_STATE(6069)] = 250792, + [SMALL_STATE(6070)] = 250835, + [SMALL_STATE(6071)] = 250870, + [SMALL_STATE(6072)] = 250899, + [SMALL_STATE(6073)] = 250928, + [SMALL_STATE(6074)] = 250963, + [SMALL_STATE(6075)] = 250992, + [SMALL_STATE(6076)] = 251035, + [SMALL_STATE(6077)] = 251064, + [SMALL_STATE(6078)] = 251107, + [SMALL_STATE(6079)] = 251136, [SMALL_STATE(6080)] = 251179, - [SMALL_STATE(6081)] = 251208, - [SMALL_STATE(6082)] = 251241, - [SMALL_STATE(6083)] = 251270, - [SMALL_STATE(6084)] = 251299, - [SMALL_STATE(6085)] = 251334, - [SMALL_STATE(6086)] = 251377, - [SMALL_STATE(6087)] = 251406, - [SMALL_STATE(6088)] = 251449, - [SMALL_STATE(6089)] = 251484, - [SMALL_STATE(6090)] = 251513, - [SMALL_STATE(6091)] = 251548, - [SMALL_STATE(6092)] = 251591, - [SMALL_STATE(6093)] = 251624, - [SMALL_STATE(6094)] = 251659, - [SMALL_STATE(6095)] = 251692, - [SMALL_STATE(6096)] = 251721, - [SMALL_STATE(6097)] = 251750, - [SMALL_STATE(6098)] = 251783, - [SMALL_STATE(6099)] = 251812, - [SMALL_STATE(6100)] = 251841, - [SMALL_STATE(6101)] = 251874, - [SMALL_STATE(6102)] = 251917, - [SMALL_STATE(6103)] = 251946, - [SMALL_STATE(6104)] = 251981, - [SMALL_STATE(6105)] = 252010, - [SMALL_STATE(6106)] = 252043, - [SMALL_STATE(6107)] = 252086, - [SMALL_STATE(6108)] = 252125, - [SMALL_STATE(6109)] = 252160, - [SMALL_STATE(6110)] = 252195, - [SMALL_STATE(6111)] = 252230, - [SMALL_STATE(6112)] = 252265, - [SMALL_STATE(6113)] = 252298, - [SMALL_STATE(6114)] = 252341, - [SMALL_STATE(6115)] = 252376, - [SMALL_STATE(6116)] = 252409, - [SMALL_STATE(6117)] = 252438, - [SMALL_STATE(6118)] = 252473, - [SMALL_STATE(6119)] = 252508, - [SMALL_STATE(6120)] = 252543, - [SMALL_STATE(6121)] = 252578, - [SMALL_STATE(6122)] = 252621, - [SMALL_STATE(6123)] = 252654, - [SMALL_STATE(6124)] = 252683, + [SMALL_STATE(6081)] = 251222, + [SMALL_STATE(6082)] = 251261, + [SMALL_STATE(6083)] = 251290, + [SMALL_STATE(6084)] = 251325, + [SMALL_STATE(6085)] = 251354, + [SMALL_STATE(6086)] = 251383, + [SMALL_STATE(6087)] = 251416, + [SMALL_STATE(6088)] = 251451, + [SMALL_STATE(6089)] = 251486, + [SMALL_STATE(6090)] = 251521, + [SMALL_STATE(6091)] = 251554, + [SMALL_STATE(6092)] = 251583, + [SMALL_STATE(6093)] = 251618, + [SMALL_STATE(6094)] = 251653, + [SMALL_STATE(6095)] = 251686, + [SMALL_STATE(6096)] = 251725, + [SMALL_STATE(6097)] = 251760, + [SMALL_STATE(6098)] = 251795, + [SMALL_STATE(6099)] = 251834, + [SMALL_STATE(6100)] = 251869, + [SMALL_STATE(6101)] = 251908, + [SMALL_STATE(6102)] = 251943, + [SMALL_STATE(6103)] = 251986, + [SMALL_STATE(6104)] = 252021, + [SMALL_STATE(6105)] = 252056, + [SMALL_STATE(6106)] = 252085, + [SMALL_STATE(6107)] = 252114, + [SMALL_STATE(6108)] = 252153, + [SMALL_STATE(6109)] = 252186, + [SMALL_STATE(6110)] = 252219, + [SMALL_STATE(6111)] = 252254, + [SMALL_STATE(6112)] = 252287, + [SMALL_STATE(6113)] = 252320, + [SMALL_STATE(6114)] = 252359, + [SMALL_STATE(6115)] = 252398, + [SMALL_STATE(6116)] = 252441, + [SMALL_STATE(6117)] = 252470, + [SMALL_STATE(6118)] = 252499, + [SMALL_STATE(6119)] = 252528, + [SMALL_STATE(6120)] = 252561, + [SMALL_STATE(6121)] = 252596, + [SMALL_STATE(6122)] = 252635, + [SMALL_STATE(6123)] = 252664, + [SMALL_STATE(6124)] = 252693, [SMALL_STATE(6125)] = 252722, - [SMALL_STATE(6126)] = 252754, - [SMALL_STATE(6127)] = 252786, - [SMALL_STATE(6128)] = 252824, - [SMALL_STATE(6129)] = 252854, - [SMALL_STATE(6130)] = 252876, - [SMALL_STATE(6131)] = 252900, - [SMALL_STATE(6132)] = 252934, - [SMALL_STATE(6133)] = 252974, - [SMALL_STATE(6134)] = 253004, - [SMALL_STATE(6135)] = 253038, - [SMALL_STATE(6136)] = 253072, - [SMALL_STATE(6137)] = 253106, - [SMALL_STATE(6138)] = 253136, - [SMALL_STATE(6139)] = 253158, - [SMALL_STATE(6140)] = 253188, - [SMALL_STATE(6141)] = 253218, - [SMALL_STATE(6142)] = 253252, - [SMALL_STATE(6143)] = 253290, - [SMALL_STATE(6144)] = 253322, - [SMALL_STATE(6145)] = 253356, - [SMALL_STATE(6146)] = 253386, - [SMALL_STATE(6147)] = 253420, - [SMALL_STATE(6148)] = 253446, - [SMALL_STATE(6149)] = 253478, - [SMALL_STATE(6150)] = 253508, - [SMALL_STATE(6151)] = 253548, - [SMALL_STATE(6152)] = 253586, - [SMALL_STATE(6153)] = 253620, - [SMALL_STATE(6154)] = 253660, - [SMALL_STATE(6155)] = 253700, - [SMALL_STATE(6156)] = 253740, - [SMALL_STATE(6157)] = 253778, - [SMALL_STATE(6158)] = 253810, - [SMALL_STATE(6159)] = 253848, - [SMALL_STATE(6160)] = 253886, - [SMALL_STATE(6161)] = 253924, - [SMALL_STATE(6162)] = 253954, - [SMALL_STATE(6163)] = 253992, - [SMALL_STATE(6164)] = 254032, - [SMALL_STATE(6165)] = 254072, - [SMALL_STATE(6166)] = 254112, - [SMALL_STATE(6167)] = 254152, - [SMALL_STATE(6168)] = 254192, - [SMALL_STATE(6169)] = 254230, - [SMALL_STATE(6170)] = 254262, - [SMALL_STATE(6171)] = 254294, - [SMALL_STATE(6172)] = 254324, - [SMALL_STATE(6173)] = 254362, - [SMALL_STATE(6174)] = 254392, - [SMALL_STATE(6175)] = 254430, - [SMALL_STATE(6176)] = 254468, - [SMALL_STATE(6177)] = 254508, - [SMALL_STATE(6178)] = 254546, - [SMALL_STATE(6179)] = 254576, - [SMALL_STATE(6180)] = 254608, - [SMALL_STATE(6181)] = 254640, - [SMALL_STATE(6182)] = 254678, - [SMALL_STATE(6183)] = 254708, - [SMALL_STATE(6184)] = 254740, - [SMALL_STATE(6185)] = 254764, - [SMALL_STATE(6186)] = 254794, - [SMALL_STATE(6187)] = 254834, - [SMALL_STATE(6188)] = 254874, - [SMALL_STATE(6189)] = 254914, - [SMALL_STATE(6190)] = 254944, - [SMALL_STATE(6191)] = 254974, - [SMALL_STATE(6192)] = 255004, - [SMALL_STATE(6193)] = 255030, - [SMALL_STATE(6194)] = 255062, - [SMALL_STATE(6195)] = 255094, - [SMALL_STATE(6196)] = 255134, - [SMALL_STATE(6197)] = 255166, - [SMALL_STATE(6198)] = 255198, - [SMALL_STATE(6199)] = 255236, - [SMALL_STATE(6200)] = 255276, - [SMALL_STATE(6201)] = 255314, - [SMALL_STATE(6202)] = 255344, - [SMALL_STATE(6203)] = 255366, - [SMALL_STATE(6204)] = 255396, - [SMALL_STATE(6205)] = 255426, - [SMALL_STATE(6206)] = 255456, - [SMALL_STATE(6207)] = 255496, - [SMALL_STATE(6208)] = 255526, - [SMALL_STATE(6209)] = 255564, - [SMALL_STATE(6210)] = 255596, - [SMALL_STATE(6211)] = 255628, - [SMALL_STATE(6212)] = 255658, + [SMALL_STATE(6126)] = 252760, + [SMALL_STATE(6127)] = 252800, + [SMALL_STATE(6128)] = 252832, + [SMALL_STATE(6129)] = 252872, + [SMALL_STATE(6130)] = 252912, + [SMALL_STATE(6131)] = 252952, + [SMALL_STATE(6132)] = 252992, + [SMALL_STATE(6133)] = 253032, + [SMALL_STATE(6134)] = 253072, + [SMALL_STATE(6135)] = 253110, + [SMALL_STATE(6136)] = 253148, + [SMALL_STATE(6137)] = 253186, + [SMALL_STATE(6138)] = 253218, + [SMALL_STATE(6139)] = 253248, + [SMALL_STATE(6140)] = 253280, + [SMALL_STATE(6141)] = 253310, + [SMALL_STATE(6142)] = 253348, + [SMALL_STATE(6143)] = 253378, + [SMALL_STATE(6144)] = 253416, + [SMALL_STATE(6145)] = 253446, + [SMALL_STATE(6146)] = 253476, + [SMALL_STATE(6147)] = 253514, + [SMALL_STATE(6148)] = 253544, + [SMALL_STATE(6149)] = 253574, + [SMALL_STATE(6150)] = 253604, + [SMALL_STATE(6151)] = 253634, + [SMALL_STATE(6152)] = 253664, + [SMALL_STATE(6153)] = 253696, + [SMALL_STATE(6154)] = 253728, + [SMALL_STATE(6155)] = 253760, + [SMALL_STATE(6156)] = 253792, + [SMALL_STATE(6157)] = 253822, + [SMALL_STATE(6158)] = 253852, + [SMALL_STATE(6159)] = 253882, + [SMALL_STATE(6160)] = 253912, + [SMALL_STATE(6161)] = 253942, + [SMALL_STATE(6162)] = 253972, + [SMALL_STATE(6163)] = 254004, + [SMALL_STATE(6164)] = 254036, + [SMALL_STATE(6165)] = 254068, + [SMALL_STATE(6166)] = 254100, + [SMALL_STATE(6167)] = 254130, + [SMALL_STATE(6168)] = 254160, + [SMALL_STATE(6169)] = 254190, + [SMALL_STATE(6170)] = 254220, + [SMALL_STATE(6171)] = 254258, + [SMALL_STATE(6172)] = 254288, + [SMALL_STATE(6173)] = 254318, + [SMALL_STATE(6174)] = 254348, + [SMALL_STATE(6175)] = 254388, + [SMALL_STATE(6176)] = 254420, + [SMALL_STATE(6177)] = 254444, + [SMALL_STATE(6178)] = 254484, + [SMALL_STATE(6179)] = 254524, + [SMALL_STATE(6180)] = 254548, + [SMALL_STATE(6181)] = 254580, + [SMALL_STATE(6182)] = 254618, + [SMALL_STATE(6183)] = 254650, + [SMALL_STATE(6184)] = 254688, + [SMALL_STATE(6185)] = 254720, + [SMALL_STATE(6186)] = 254752, + [SMALL_STATE(6187)] = 254778, + [SMALL_STATE(6188)] = 254816, + [SMALL_STATE(6189)] = 254856, + [SMALL_STATE(6190)] = 254888, + [SMALL_STATE(6191)] = 254928, + [SMALL_STATE(6192)] = 254962, + [SMALL_STATE(6193)] = 254996, + [SMALL_STATE(6194)] = 255030, + [SMALL_STATE(6195)] = 255064, + [SMALL_STATE(6196)] = 255098, + [SMALL_STATE(6197)] = 255132, + [SMALL_STATE(6198)] = 255166, + [SMALL_STATE(6199)] = 255200, + [SMALL_STATE(6200)] = 255230, + [SMALL_STATE(6201)] = 255260, + [SMALL_STATE(6202)] = 255300, + [SMALL_STATE(6203)] = 255330, + [SMALL_STATE(6204)] = 255360, + [SMALL_STATE(6205)] = 255398, + [SMALL_STATE(6206)] = 255428, + [SMALL_STATE(6207)] = 255466, + [SMALL_STATE(6208)] = 255492, + [SMALL_STATE(6209)] = 255530, + [SMALL_STATE(6210)] = 255568, + [SMALL_STATE(6211)] = 255608, + [SMALL_STATE(6212)] = 255648, [SMALL_STATE(6213)] = 255688, - [SMALL_STATE(6214)] = 255718, + [SMALL_STATE(6214)] = 255726, [SMALL_STATE(6215)] = 255748, - [SMALL_STATE(6216)] = 255788, - [SMALL_STATE(6217)] = 255820, - [SMALL_STATE(6218)] = 255860, - [SMALL_STATE(6219)] = 255900, - [SMALL_STATE(6220)] = 255930, - [SMALL_STATE(6221)] = 255952, - [SMALL_STATE(6222)] = 255992, - [SMALL_STATE(6223)] = 256022, - [SMALL_STATE(6224)] = 256052, - [SMALL_STATE(6225)] = 256092, - [SMALL_STATE(6226)] = 256130, - [SMALL_STATE(6227)] = 256168, + [SMALL_STATE(6216)] = 255786, + [SMALL_STATE(6217)] = 255808, + [SMALL_STATE(6218)] = 255848, + [SMALL_STATE(6219)] = 255880, + [SMALL_STATE(6220)] = 255918, + [SMALL_STATE(6221)] = 255958, + [SMALL_STATE(6222)] = 255998, + [SMALL_STATE(6223)] = 256038, + [SMALL_STATE(6224)] = 256060, + [SMALL_STATE(6225)] = 256100, + [SMALL_STATE(6226)] = 256122, + [SMALL_STATE(6227)] = 256160, [SMALL_STATE(6228)] = 256200, - [SMALL_STATE(6229)] = 256233, - [SMALL_STATE(6230)] = 256268, - [SMALL_STATE(6231)] = 256303, - [SMALL_STATE(6232)] = 256336, + [SMALL_STATE(6229)] = 256227, + [SMALL_STATE(6230)] = 256264, + [SMALL_STATE(6231)] = 256297, + [SMALL_STATE(6232)] = 256330, [SMALL_STATE(6233)] = 256369, [SMALL_STATE(6234)] = 256402, - [SMALL_STATE(6235)] = 256435, - [SMALL_STATE(6236)] = 256472, - [SMALL_STATE(6237)] = 256505, - [SMALL_STATE(6238)] = 256530, - [SMALL_STATE(6239)] = 256563, - [SMALL_STATE(6240)] = 256590, - [SMALL_STATE(6241)] = 256617, - [SMALL_STATE(6242)] = 256642, - [SMALL_STATE(6243)] = 256669, - [SMALL_STATE(6244)] = 256704, - [SMALL_STATE(6245)] = 256737, - [SMALL_STATE(6246)] = 256772, - [SMALL_STATE(6247)] = 256797, - [SMALL_STATE(6248)] = 256824, - [SMALL_STATE(6249)] = 256859, - [SMALL_STATE(6250)] = 256894, - [SMALL_STATE(6251)] = 256927, - [SMALL_STATE(6252)] = 256966, - [SMALL_STATE(6253)] = 256999, - [SMALL_STATE(6254)] = 257032, - [SMALL_STATE(6255)] = 257065, - [SMALL_STATE(6256)] = 257100, - [SMALL_STATE(6257)] = 257133, - [SMALL_STATE(6258)] = 257158, - [SMALL_STATE(6259)] = 257193, - [SMALL_STATE(6260)] = 257226, - [SMALL_STATE(6261)] = 257265, - [SMALL_STATE(6262)] = 257290, - [SMALL_STATE(6263)] = 257319, - [SMALL_STATE(6264)] = 257352, - [SMALL_STATE(6265)] = 257385, - [SMALL_STATE(6266)] = 257414, - [SMALL_STATE(6267)] = 257447, - [SMALL_STATE(6268)] = 257480, - [SMALL_STATE(6269)] = 257513, - [SMALL_STATE(6270)] = 257542, - [SMALL_STATE(6271)] = 257569, - [SMALL_STATE(6272)] = 257608, - [SMALL_STATE(6273)] = 257641, - [SMALL_STATE(6274)] = 257668, - [SMALL_STATE(6275)] = 257701, - [SMALL_STATE(6276)] = 257728, - [SMALL_STATE(6277)] = 257757, - [SMALL_STATE(6278)] = 257784, - [SMALL_STATE(6279)] = 257813, - [SMALL_STATE(6280)] = 257842, - [SMALL_STATE(6281)] = 257867, - [SMALL_STATE(6282)] = 257900, - [SMALL_STATE(6283)] = 257935, - [SMALL_STATE(6284)] = 257968, - [SMALL_STATE(6285)] = 258001, - [SMALL_STATE(6286)] = 258034, - [SMALL_STATE(6287)] = 258071, - [SMALL_STATE(6288)] = 258104, - [SMALL_STATE(6289)] = 258139, - [SMALL_STATE(6290)] = 258178, - [SMALL_STATE(6291)] = 258211, - [SMALL_STATE(6292)] = 258244, - [SMALL_STATE(6293)] = 258283, - [SMALL_STATE(6294)] = 258316, - [SMALL_STATE(6295)] = 258345, - [SMALL_STATE(6296)] = 258380, - [SMALL_STATE(6297)] = 258413, - [SMALL_STATE(6298)] = 258446, - [SMALL_STATE(6299)] = 258481, - [SMALL_STATE(6300)] = 258514, - [SMALL_STATE(6301)] = 258547, + [SMALL_STATE(6235)] = 256429, + [SMALL_STATE(6236)] = 256456, + [SMALL_STATE(6237)] = 256485, + [SMALL_STATE(6238)] = 256514, + [SMALL_STATE(6239)] = 256543, + [SMALL_STATE(6240)] = 256572, + [SMALL_STATE(6241)] = 256605, + [SMALL_STATE(6242)] = 256634, + [SMALL_STATE(6243)] = 256663, + [SMALL_STATE(6244)] = 256692, + [SMALL_STATE(6245)] = 256721, + [SMALL_STATE(6246)] = 256748, + [SMALL_STATE(6247)] = 256773, + [SMALL_STATE(6248)] = 256806, + [SMALL_STATE(6249)] = 256845, + [SMALL_STATE(6250)] = 256878, + [SMALL_STATE(6251)] = 256913, + [SMALL_STATE(6252)] = 256948, + [SMALL_STATE(6253)] = 256981, + [SMALL_STATE(6254)] = 257014, + [SMALL_STATE(6255)] = 257047, + [SMALL_STATE(6256)] = 257080, + [SMALL_STATE(6257)] = 257115, + [SMALL_STATE(6258)] = 257150, + [SMALL_STATE(6259)] = 257183, + [SMALL_STATE(6260)] = 257216, + [SMALL_STATE(6261)] = 257249, + [SMALL_STATE(6262)] = 257282, + [SMALL_STATE(6263)] = 257309, + [SMALL_STATE(6264)] = 257336, + [SMALL_STATE(6265)] = 257369, + [SMALL_STATE(6266)] = 257394, + [SMALL_STATE(6267)] = 257429, + [SMALL_STATE(6268)] = 257454, + [SMALL_STATE(6269)] = 257489, + [SMALL_STATE(6270)] = 257514, + [SMALL_STATE(6271)] = 257553, + [SMALL_STATE(6272)] = 257586, + [SMALL_STATE(6273)] = 257621, + [SMALL_STATE(6274)] = 257654, + [SMALL_STATE(6275)] = 257687, + [SMALL_STATE(6276)] = 257720, + [SMALL_STATE(6277)] = 257753, + [SMALL_STATE(6278)] = 257786, + [SMALL_STATE(6279)] = 257819, + [SMALL_STATE(6280)] = 257854, + [SMALL_STATE(6281)] = 257889, + [SMALL_STATE(6282)] = 257924, + [SMALL_STATE(6283)] = 257957, + [SMALL_STATE(6284)] = 257990, + [SMALL_STATE(6285)] = 258025, + [SMALL_STATE(6286)] = 258058, + [SMALL_STATE(6287)] = 258091, + [SMALL_STATE(6288)] = 258124, + [SMALL_STATE(6289)] = 258161, + [SMALL_STATE(6290)] = 258200, + [SMALL_STATE(6291)] = 258225, + [SMALL_STATE(6292)] = 258264, + [SMALL_STATE(6293)] = 258297, + [SMALL_STATE(6294)] = 258324, + [SMALL_STATE(6295)] = 258357, + [SMALL_STATE(6296)] = 258384, + [SMALL_STATE(6297)] = 258417, + [SMALL_STATE(6298)] = 258442, + [SMALL_STATE(6299)] = 258475, + [SMALL_STATE(6300)] = 258510, + [SMALL_STATE(6301)] = 258543, [SMALL_STATE(6302)] = 258576, - [SMALL_STATE(6303)] = 258612, - [SMALL_STATE(6304)] = 258648, - [SMALL_STATE(6305)] = 258668, - [SMALL_STATE(6306)] = 258704, - [SMALL_STATE(6307)] = 258734, - [SMALL_STATE(6308)] = 258770, - [SMALL_STATE(6309)] = 258790, - [SMALL_STATE(6310)] = 258816, - [SMALL_STATE(6311)] = 258852, - [SMALL_STATE(6312)] = 258888, - [SMALL_STATE(6313)] = 258918, - [SMALL_STATE(6314)] = 258938, - [SMALL_STATE(6315)] = 258958, - [SMALL_STATE(6316)] = 258978, - [SMALL_STATE(6317)] = 259014, - [SMALL_STATE(6318)] = 259050, - [SMALL_STATE(6319)] = 259076, - [SMALL_STATE(6320)] = 259112, - [SMALL_STATE(6321)] = 259148, - [SMALL_STATE(6322)] = 259168, - [SMALL_STATE(6323)] = 259204, - [SMALL_STATE(6324)] = 259240, - [SMALL_STATE(6325)] = 259276, - [SMALL_STATE(6326)] = 259306, - [SMALL_STATE(6327)] = 259326, - [SMALL_STATE(6328)] = 259352, - [SMALL_STATE(6329)] = 259388, - [SMALL_STATE(6330)] = 259424, - [SMALL_STATE(6331)] = 259450, - [SMALL_STATE(6332)] = 259486, - [SMALL_STATE(6333)] = 259516, - [SMALL_STATE(6334)] = 259546, - [SMALL_STATE(6335)] = 259572, - [SMALL_STATE(6336)] = 259602, - [SMALL_STATE(6337)] = 259622, - [SMALL_STATE(6338)] = 259644, - [SMALL_STATE(6339)] = 259674, - [SMALL_STATE(6340)] = 259710, - [SMALL_STATE(6341)] = 259746, - [SMALL_STATE(6342)] = 259766, - [SMALL_STATE(6343)] = 259802, - [SMALL_STATE(6344)] = 259822, - [SMALL_STATE(6345)] = 259848, - [SMALL_STATE(6346)] = 259884, - [SMALL_STATE(6347)] = 259910, - [SMALL_STATE(6348)] = 259940, - [SMALL_STATE(6349)] = 259960, + [SMALL_STATE(6303)] = 258602, + [SMALL_STATE(6304)] = 258638, + [SMALL_STATE(6305)] = 258674, + [SMALL_STATE(6306)] = 258710, + [SMALL_STATE(6307)] = 258746, + [SMALL_STATE(6308)] = 258776, + [SMALL_STATE(6309)] = 258812, + [SMALL_STATE(6310)] = 258848, + [SMALL_STATE(6311)] = 258884, + [SMALL_STATE(6312)] = 258904, + [SMALL_STATE(6313)] = 258924, + [SMALL_STATE(6314)] = 258960, + [SMALL_STATE(6315)] = 258986, + [SMALL_STATE(6316)] = 259022, + [SMALL_STATE(6317)] = 259058, + [SMALL_STATE(6318)] = 259084, + [SMALL_STATE(6319)] = 259104, + [SMALL_STATE(6320)] = 259134, + [SMALL_STATE(6321)] = 259154, + [SMALL_STATE(6322)] = 259180, + [SMALL_STATE(6323)] = 259216, + [SMALL_STATE(6324)] = 259236, + [SMALL_STATE(6325)] = 259272, + [SMALL_STATE(6326)] = 259308, + [SMALL_STATE(6327)] = 259328, + [SMALL_STATE(6328)] = 259348, + [SMALL_STATE(6329)] = 259384, + [SMALL_STATE(6330)] = 259414, + [SMALL_STATE(6331)] = 259434, + [SMALL_STATE(6332)] = 259456, + [SMALL_STATE(6333)] = 259486, + [SMALL_STATE(6334)] = 259516, + [SMALL_STATE(6335)] = 259542, + [SMALL_STATE(6336)] = 259572, + [SMALL_STATE(6337)] = 259608, + [SMALL_STATE(6338)] = 259634, + [SMALL_STATE(6339)] = 259660, + [SMALL_STATE(6340)] = 259680, + [SMALL_STATE(6341)] = 259706, + [SMALL_STATE(6342)] = 259742, + [SMALL_STATE(6343)] = 259778, + [SMALL_STATE(6344)] = 259808, + [SMALL_STATE(6345)] = 259844, + [SMALL_STATE(6346)] = 259874, + [SMALL_STATE(6347)] = 259894, + [SMALL_STATE(6348)] = 259930, + [SMALL_STATE(6349)] = 259950, [SMALL_STATE(6350)] = 259986, - [SMALL_STATE(6351)] = 260017, - [SMALL_STATE(6352)] = 260044, - [SMALL_STATE(6353)] = 260079, - [SMALL_STATE(6354)] = 260114, - [SMALL_STATE(6355)] = 260149, - [SMALL_STATE(6356)] = 260180, - [SMALL_STATE(6357)] = 260207, - [SMALL_STATE(6358)] = 260238, - [SMALL_STATE(6359)] = 260265, - [SMALL_STATE(6360)] = 260300, - [SMALL_STATE(6361)] = 260319, - [SMALL_STATE(6362)] = 260350, - [SMALL_STATE(6363)] = 260377, - [SMALL_STATE(6364)] = 260406, - [SMALL_STATE(6365)] = 260425, - [SMALL_STATE(6366)] = 260454, - [SMALL_STATE(6367)] = 260489, - [SMALL_STATE(6368)] = 260518, - [SMALL_STATE(6369)] = 260545, - [SMALL_STATE(6370)] = 260576, - [SMALL_STATE(6371)] = 260605, - [SMALL_STATE(6372)] = 260634, - [SMALL_STATE(6373)] = 260655, - [SMALL_STATE(6374)] = 260680, - [SMALL_STATE(6375)] = 260713, - [SMALL_STATE(6376)] = 260736, - [SMALL_STATE(6377)] = 260767, - [SMALL_STATE(6378)] = 260792, - [SMALL_STATE(6379)] = 260811, - [SMALL_STATE(6380)] = 260844, - [SMALL_STATE(6381)] = 260863, - [SMALL_STATE(6382)] = 260890, - [SMALL_STATE(6383)] = 260919, - [SMALL_STATE(6384)] = 260954, - [SMALL_STATE(6385)] = 260979, - [SMALL_STATE(6386)] = 261014, - [SMALL_STATE(6387)] = 261049, - [SMALL_STATE(6388)] = 261078, - [SMALL_STATE(6389)] = 261113, - [SMALL_STATE(6390)] = 261144, - [SMALL_STATE(6391)] = 261163, - [SMALL_STATE(6392)] = 261190, - [SMALL_STATE(6393)] = 261225, - [SMALL_STATE(6394)] = 261260, - [SMALL_STATE(6395)] = 261287, - [SMALL_STATE(6396)] = 261318, - [SMALL_STATE(6397)] = 261337, - [SMALL_STATE(6398)] = 261364, - [SMALL_STATE(6399)] = 261391, - [SMALL_STATE(6400)] = 261418, - [SMALL_STATE(6401)] = 261445, - [SMALL_STATE(6402)] = 261476, - [SMALL_STATE(6403)] = 261501, - [SMALL_STATE(6404)] = 261526, - [SMALL_STATE(6405)] = 261557, - [SMALL_STATE(6406)] = 261586, - [SMALL_STATE(6407)] = 261621, - [SMALL_STATE(6408)] = 261648, - [SMALL_STATE(6409)] = 261683, - [SMALL_STATE(6410)] = 261708, - [SMALL_STATE(6411)] = 261741, - [SMALL_STATE(6412)] = 261774, - [SMALL_STATE(6413)] = 261801, - [SMALL_STATE(6414)] = 261826, - [SMALL_STATE(6415)] = 261861, - [SMALL_STATE(6416)] = 261890, - [SMALL_STATE(6417)] = 261917, - [SMALL_STATE(6418)] = 261946, - [SMALL_STATE(6419)] = 261977, - [SMALL_STATE(6420)] = 262012, - [SMALL_STATE(6421)] = 262043, - [SMALL_STATE(6422)] = 262070, - [SMALL_STATE(6423)] = 262101, - [SMALL_STATE(6424)] = 262130, - [SMALL_STATE(6425)] = 262157, - [SMALL_STATE(6426)] = 262192, - [SMALL_STATE(6427)] = 262219, - [SMALL_STATE(6428)] = 262254, - [SMALL_STATE(6429)] = 262279, - [SMALL_STATE(6430)] = 262314, - [SMALL_STATE(6431)] = 262341, - [SMALL_STATE(6432)] = 262366, - [SMALL_STATE(6433)] = 262391, - [SMALL_STATE(6434)] = 262422, - [SMALL_STATE(6435)] = 262441, - [SMALL_STATE(6436)] = 262476, - [SMALL_STATE(6437)] = 262501, - [SMALL_STATE(6438)] = 262526, - [SMALL_STATE(6439)] = 262561, - [SMALL_STATE(6440)] = 262588, - [SMALL_STATE(6441)] = 262615, - [SMALL_STATE(6442)] = 262640, - [SMALL_STATE(6443)] = 262671, - [SMALL_STATE(6444)] = 262698, - [SMALL_STATE(6445)] = 262729, - [SMALL_STATE(6446)] = 262760, + [SMALL_STATE(6351)] = 260011, + [SMALL_STATE(6352)] = 260038, + [SMALL_STATE(6353)] = 260069, + [SMALL_STATE(6354)] = 260104, + [SMALL_STATE(6355)] = 260135, + [SMALL_STATE(6356)] = 260170, + [SMALL_STATE(6357)] = 260195, + [SMALL_STATE(6358)] = 260224, + [SMALL_STATE(6359)] = 260251, + [SMALL_STATE(6360)] = 260276, + [SMALL_STATE(6361)] = 260303, + [SMALL_STATE(6362)] = 260338, + [SMALL_STATE(6363)] = 260373, + [SMALL_STATE(6364)] = 260402, + [SMALL_STATE(6365)] = 260433, + [SMALL_STATE(6366)] = 260468, + [SMALL_STATE(6367)] = 260495, + [SMALL_STATE(6368)] = 260526, + [SMALL_STATE(6369)] = 260561, + [SMALL_STATE(6370)] = 260596, + [SMALL_STATE(6371)] = 260625, + [SMALL_STATE(6372)] = 260650, + [SMALL_STATE(6373)] = 260685, + [SMALL_STATE(6374)] = 260720, + [SMALL_STATE(6375)] = 260747, + [SMALL_STATE(6376)] = 260772, + [SMALL_STATE(6377)] = 260803, + [SMALL_STATE(6378)] = 260830, + [SMALL_STATE(6379)] = 260855, + [SMALL_STATE(6380)] = 260884, + [SMALL_STATE(6381)] = 260915, + [SMALL_STATE(6382)] = 260950, + [SMALL_STATE(6383)] = 260975, + [SMALL_STATE(6384)] = 261008, + [SMALL_STATE(6385)] = 261037, + [SMALL_STATE(6386)] = 261068, + [SMALL_STATE(6387)] = 261093, + [SMALL_STATE(6388)] = 261120, + [SMALL_STATE(6389)] = 261151, + [SMALL_STATE(6390)] = 261178, + [SMALL_STATE(6391)] = 261211, + [SMALL_STATE(6392)] = 261238, + [SMALL_STATE(6393)] = 261273, + [SMALL_STATE(6394)] = 261300, + [SMALL_STATE(6395)] = 261327, + [SMALL_STATE(6396)] = 261358, + [SMALL_STATE(6397)] = 261387, + [SMALL_STATE(6398)] = 261414, + [SMALL_STATE(6399)] = 261441, + [SMALL_STATE(6400)] = 261468, + [SMALL_STATE(6401)] = 261495, + [SMALL_STATE(6402)] = 261526, + [SMALL_STATE(6403)] = 261553, + [SMALL_STATE(6404)] = 261586, + [SMALL_STATE(6405)] = 261613, + [SMALL_STATE(6406)] = 261640, + [SMALL_STATE(6407)] = 261667, + [SMALL_STATE(6408)] = 261698, + [SMALL_STATE(6409)] = 261719, + [SMALL_STATE(6410)] = 261754, + [SMALL_STATE(6411)] = 261779, + [SMALL_STATE(6412)] = 261814, + [SMALL_STATE(6413)] = 261847, + [SMALL_STATE(6414)] = 261880, + [SMALL_STATE(6415)] = 261909, + [SMALL_STATE(6416)] = 261938, + [SMALL_STATE(6417)] = 261969, + [SMALL_STATE(6418)] = 261998, + [SMALL_STATE(6419)] = 262033, + [SMALL_STATE(6420)] = 262060, + [SMALL_STATE(6421)] = 262087, + [SMALL_STATE(6422)] = 262114, + [SMALL_STATE(6423)] = 262137, + [SMALL_STATE(6424)] = 262164, + [SMALL_STATE(6425)] = 262199, + [SMALL_STATE(6426)] = 262234, + [SMALL_STATE(6427)] = 262269, + [SMALL_STATE(6428)] = 262294, + [SMALL_STATE(6429)] = 262329, + [SMALL_STATE(6430)] = 262354, + [SMALL_STATE(6431)] = 262373, + [SMALL_STATE(6432)] = 262404, + [SMALL_STATE(6433)] = 262439, + [SMALL_STATE(6434)] = 262466, + [SMALL_STATE(6435)] = 262497, + [SMALL_STATE(6436)] = 262522, + [SMALL_STATE(6437)] = 262547, + [SMALL_STATE(6438)] = 262572, + [SMALL_STATE(6439)] = 262591, + [SMALL_STATE(6440)] = 262610, + [SMALL_STATE(6441)] = 262629, + [SMALL_STATE(6442)] = 262648, + [SMALL_STATE(6443)] = 262667, + [SMALL_STATE(6444)] = 262686, + [SMALL_STATE(6445)] = 262721, + [SMALL_STATE(6446)] = 262756, [SMALL_STATE(6447)] = 262785, - [SMALL_STATE(6448)] = 262812, - [SMALL_STATE(6449)] = 262839, - [SMALL_STATE(6450)] = 262874, + [SMALL_STATE(6448)] = 262816, + [SMALL_STATE(6449)] = 262847, + [SMALL_STATE(6450)] = 262878, [SMALL_STATE(6451)] = 262903, - [SMALL_STATE(6452)] = 262928, - [SMALL_STATE(6453)] = 262955, - [SMALL_STATE(6454)] = 262988, - [SMALL_STATE(6455)] = 263015, - [SMALL_STATE(6456)] = 263046, + [SMALL_STATE(6452)] = 262932, + [SMALL_STATE(6453)] = 262963, + [SMALL_STATE(6454)] = 262990, + [SMALL_STATE(6455)] = 263019, + [SMALL_STATE(6456)] = 263044, [SMALL_STATE(6457)] = 263071, - [SMALL_STATE(6458)] = 263097, - [SMALL_STATE(6459)] = 263129, - [SMALL_STATE(6460)] = 263155, - [SMALL_STATE(6461)] = 263179, - [SMALL_STATE(6462)] = 263201, - [SMALL_STATE(6463)] = 263225, + [SMALL_STATE(6458)] = 263095, + [SMALL_STATE(6459)] = 263119, + [SMALL_STATE(6460)] = 263143, + [SMALL_STATE(6461)] = 263173, + [SMALL_STATE(6462)] = 263197, + [SMALL_STATE(6463)] = 263221, [SMALL_STATE(6464)] = 263247, - [SMALL_STATE(6465)] = 263269, - [SMALL_STATE(6466)] = 263291, - [SMALL_STATE(6467)] = 263315, - [SMALL_STATE(6468)] = 263339, - [SMALL_STATE(6469)] = 263369, - [SMALL_STATE(6470)] = 263393, - [SMALL_STATE(6471)] = 263415, - [SMALL_STATE(6472)] = 263445, - [SMALL_STATE(6473)] = 263469, - [SMALL_STATE(6474)] = 263493, - [SMALL_STATE(6475)] = 263521, - [SMALL_STATE(6476)] = 263545, - [SMALL_STATE(6477)] = 263569, - [SMALL_STATE(6478)] = 263591, - [SMALL_STATE(6479)] = 263621, - [SMALL_STATE(6480)] = 263643, - [SMALL_STATE(6481)] = 263665, - [SMALL_STATE(6482)] = 263689, - [SMALL_STATE(6483)] = 263711, - [SMALL_STATE(6484)] = 263735, - [SMALL_STATE(6485)] = 263759, - [SMALL_STATE(6486)] = 263781, - [SMALL_STATE(6487)] = 263803, - [SMALL_STATE(6488)] = 263833, - [SMALL_STATE(6489)] = 263863, - [SMALL_STATE(6490)] = 263887, - [SMALL_STATE(6491)] = 263917, - [SMALL_STATE(6492)] = 263941, - [SMALL_STATE(6493)] = 263963, - [SMALL_STATE(6494)] = 263985, - [SMALL_STATE(6495)] = 264009, - [SMALL_STATE(6496)] = 264039, - [SMALL_STATE(6497)] = 264063, + [SMALL_STATE(6465)] = 263277, + [SMALL_STATE(6466)] = 263303, + [SMALL_STATE(6467)] = 263329, + [SMALL_STATE(6468)] = 263353, + [SMALL_STATE(6469)] = 263377, + [SMALL_STATE(6470)] = 263401, + [SMALL_STATE(6471)] = 263425, + [SMALL_STATE(6472)] = 263449, + [SMALL_STATE(6473)] = 263471, + [SMALL_STATE(6474)] = 263495, + [SMALL_STATE(6475)] = 263519, + [SMALL_STATE(6476)] = 263541, + [SMALL_STATE(6477)] = 263571, + [SMALL_STATE(6478)] = 263593, + [SMALL_STATE(6479)] = 263623, + [SMALL_STATE(6480)] = 263647, + [SMALL_STATE(6481)] = 263673, + [SMALL_STATE(6482)] = 263697, + [SMALL_STATE(6483)] = 263719, + [SMALL_STATE(6484)] = 263741, + [SMALL_STATE(6485)] = 263773, + [SMALL_STATE(6486)] = 263795, + [SMALL_STATE(6487)] = 263817, + [SMALL_STATE(6488)] = 263839, + [SMALL_STATE(6489)] = 263861, + [SMALL_STATE(6490)] = 263889, + [SMALL_STATE(6491)] = 263913, + [SMALL_STATE(6492)] = 263937, + [SMALL_STATE(6493)] = 263959, + [SMALL_STATE(6494)] = 263981, + [SMALL_STATE(6495)] = 264003, + [SMALL_STATE(6496)] = 264027, + [SMALL_STATE(6497)] = 264057, [SMALL_STATE(6498)] = 264087, - [SMALL_STATE(6499)] = 264113, - [SMALL_STATE(6500)] = 264139, + [SMALL_STATE(6499)] = 264111, + [SMALL_STATE(6500)] = 264133, [SMALL_STATE(6501)] = 264163, - [SMALL_STATE(6502)] = 264186, - [SMALL_STATE(6503)] = 264213, - [SMALL_STATE(6504)] = 264244, - [SMALL_STATE(6505)] = 264271, - [SMALL_STATE(6506)] = 264298, - [SMALL_STATE(6507)] = 264325, - [SMALL_STATE(6508)] = 264356, - [SMALL_STATE(6509)] = 264387, - [SMALL_STATE(6510)] = 264418, - [SMALL_STATE(6511)] = 264449, - [SMALL_STATE(6512)] = 264480, - [SMALL_STATE(6513)] = 264511, - [SMALL_STATE(6514)] = 264542, - [SMALL_STATE(6515)] = 264573, - [SMALL_STATE(6516)] = 264604, - [SMALL_STATE(6517)] = 264627, - [SMALL_STATE(6518)] = 264658, - [SMALL_STATE(6519)] = 264681, - [SMALL_STATE(6520)] = 264712, - [SMALL_STATE(6521)] = 264739, - [SMALL_STATE(6522)] = 264766, - [SMALL_STATE(6523)] = 264789, - [SMALL_STATE(6524)] = 264812, - [SMALL_STATE(6525)] = 264843, - [SMALL_STATE(6526)] = 264864, - [SMALL_STATE(6527)] = 264885, - [SMALL_STATE(6528)] = 264908, - [SMALL_STATE(6529)] = 264939, - [SMALL_STATE(6530)] = 264966, + [SMALL_STATE(6502)] = 264190, + [SMALL_STATE(6503)] = 264211, + [SMALL_STATE(6504)] = 264242, + [SMALL_STATE(6505)] = 264273, + [SMALL_STATE(6506)] = 264296, + [SMALL_STATE(6507)] = 264327, + [SMALL_STATE(6508)] = 264358, + [SMALL_STATE(6509)] = 264389, + [SMALL_STATE(6510)] = 264420, + [SMALL_STATE(6511)] = 264451, + [SMALL_STATE(6512)] = 264474, + [SMALL_STATE(6513)] = 264495, + [SMALL_STATE(6514)] = 264526, + [SMALL_STATE(6515)] = 264549, + [SMALL_STATE(6516)] = 264580, + [SMALL_STATE(6517)] = 264601, + [SMALL_STATE(6518)] = 264632, + [SMALL_STATE(6519)] = 264663, + [SMALL_STATE(6520)] = 264690, + [SMALL_STATE(6521)] = 264721, + [SMALL_STATE(6522)] = 264752, + [SMALL_STATE(6523)] = 264771, + [SMALL_STATE(6524)] = 264802, + [SMALL_STATE(6525)] = 264825, + [SMALL_STATE(6526)] = 264852, + [SMALL_STATE(6527)] = 264879, + [SMALL_STATE(6528)] = 264910, + [SMALL_STATE(6529)] = 264931, + [SMALL_STATE(6530)] = 264962, [SMALL_STATE(6531)] = 264993, [SMALL_STATE(6532)] = 265024, [SMALL_STATE(6533)] = 265055, - [SMALL_STATE(6534)] = 265082, - [SMALL_STATE(6535)] = 265113, - [SMALL_STATE(6536)] = 265144, - [SMALL_STATE(6537)] = 265175, - [SMALL_STATE(6538)] = 265198, - [SMALL_STATE(6539)] = 265225, - [SMALL_STATE(6540)] = 265252, - [SMALL_STATE(6541)] = 265279, + [SMALL_STATE(6534)] = 265076, + [SMALL_STATE(6535)] = 265107, + [SMALL_STATE(6536)] = 265138, + [SMALL_STATE(6537)] = 265161, + [SMALL_STATE(6538)] = 265184, + [SMALL_STATE(6539)] = 265211, + [SMALL_STATE(6540)] = 265238, + [SMALL_STATE(6541)] = 265269, [SMALL_STATE(6542)] = 265300, - [SMALL_STATE(6543)] = 265331, - [SMALL_STATE(6544)] = 265354, - [SMALL_STATE(6545)] = 265385, - [SMALL_STATE(6546)] = 265404, + [SMALL_STATE(6543)] = 265323, + [SMALL_STATE(6544)] = 265350, + [SMALL_STATE(6545)] = 265377, + [SMALL_STATE(6546)] = 265408, [SMALL_STATE(6547)] = 265435, - [SMALL_STATE(6548)] = 265458, + [SMALL_STATE(6548)] = 265462, [SMALL_STATE(6549)] = 265489, - [SMALL_STATE(6550)] = 265510, - [SMALL_STATE(6551)] = 265541, - [SMALL_STATE(6552)] = 265572, - [SMALL_STATE(6553)] = 265595, - [SMALL_STATE(6554)] = 265616, - [SMALL_STATE(6555)] = 265647, - [SMALL_STATE(6556)] = 265678, + [SMALL_STATE(6550)] = 265520, + [SMALL_STATE(6551)] = 265551, + [SMALL_STATE(6552)] = 265574, + [SMALL_STATE(6553)] = 265601, + [SMALL_STATE(6554)] = 265632, + [SMALL_STATE(6555)] = 265655, + [SMALL_STATE(6556)] = 265686, [SMALL_STATE(6557)] = 265709, [SMALL_STATE(6558)] = 265740, - [SMALL_STATE(6559)] = 265764, - [SMALL_STATE(6560)] = 265790, - [SMALL_STATE(6561)] = 265812, - [SMALL_STATE(6562)] = 265832, - [SMALL_STATE(6563)] = 265858, - [SMALL_STATE(6564)] = 265880, - [SMALL_STATE(6565)] = 265904, - [SMALL_STATE(6566)] = 265926, - [SMALL_STATE(6567)] = 265946, - [SMALL_STATE(6568)] = 265972, - [SMALL_STATE(6569)] = 265998, - [SMALL_STATE(6570)] = 266022, - [SMALL_STATE(6571)] = 266048, - [SMALL_STATE(6572)] = 266074, - [SMALL_STATE(6573)] = 266100, - [SMALL_STATE(6574)] = 266122, - [SMALL_STATE(6575)] = 266148, - [SMALL_STATE(6576)] = 266172, - [SMALL_STATE(6577)] = 266198, - [SMALL_STATE(6578)] = 266224, - [SMALL_STATE(6579)] = 266246, - [SMALL_STATE(6580)] = 266272, - [SMALL_STATE(6581)] = 266298, - [SMALL_STATE(6582)] = 266320, - [SMALL_STATE(6583)] = 266346, - [SMALL_STATE(6584)] = 266366, - [SMALL_STATE(6585)] = 266392, - [SMALL_STATE(6586)] = 266414, - [SMALL_STATE(6587)] = 266438, - [SMALL_STATE(6588)] = 266454, - [SMALL_STATE(6589)] = 266472, - [SMALL_STATE(6590)] = 266498, - [SMALL_STATE(6591)] = 266522, - [SMALL_STATE(6592)] = 266548, - [SMALL_STATE(6593)] = 266574, - [SMALL_STATE(6594)] = 266596, + [SMALL_STATE(6559)] = 265766, + [SMALL_STATE(6560)] = 265792, + [SMALL_STATE(6561)] = 265814, + [SMALL_STATE(6562)] = 265840, + [SMALL_STATE(6563)] = 265862, + [SMALL_STATE(6564)] = 265882, + [SMALL_STATE(6565)] = 265898, + [SMALL_STATE(6566)] = 265924, + [SMALL_STATE(6567)] = 265950, + [SMALL_STATE(6568)] = 265966, + [SMALL_STATE(6569)] = 265992, + [SMALL_STATE(6570)] = 266018, + [SMALL_STATE(6571)] = 266044, + [SMALL_STATE(6572)] = 266068, + [SMALL_STATE(6573)] = 266094, + [SMALL_STATE(6574)] = 266120, + [SMALL_STATE(6575)] = 266142, + [SMALL_STATE(6576)] = 266168, + [SMALL_STATE(6577)] = 266190, + [SMALL_STATE(6578)] = 266216, + [SMALL_STATE(6579)] = 266238, + [SMALL_STATE(6580)] = 266262, + [SMALL_STATE(6581)] = 266284, + [SMALL_STATE(6582)] = 266304, + [SMALL_STATE(6583)] = 266330, + [SMALL_STATE(6584)] = 266356, + [SMALL_STATE(6585)] = 266382, + [SMALL_STATE(6586)] = 266408, + [SMALL_STATE(6587)] = 266434, + [SMALL_STATE(6588)] = 266460, + [SMALL_STATE(6589)] = 266484, + [SMALL_STATE(6590)] = 266506, + [SMALL_STATE(6591)] = 266532, + [SMALL_STATE(6592)] = 266558, + [SMALL_STATE(6593)] = 266580, + [SMALL_STATE(6594)] = 266598, [SMALL_STATE(6595)] = 266620, [SMALL_STATE(6596)] = 266646, - [SMALL_STATE(6597)] = 266668, - [SMALL_STATE(6598)] = 266690, - [SMALL_STATE(6599)] = 266714, - [SMALL_STATE(6600)] = 266736, - [SMALL_STATE(6601)] = 266762, - [SMALL_STATE(6602)] = 266784, - [SMALL_STATE(6603)] = 266810, - [SMALL_STATE(6604)] = 266836, - [SMALL_STATE(6605)] = 266862, - [SMALL_STATE(6606)] = 266888, - [SMALL_STATE(6607)] = 266914, - [SMALL_STATE(6608)] = 266934, + [SMALL_STATE(6597)] = 266672, + [SMALL_STATE(6598)] = 266694, + [SMALL_STATE(6599)] = 266718, + [SMALL_STATE(6600)] = 266742, + [SMALL_STATE(6601)] = 266766, + [SMALL_STATE(6602)] = 266788, + [SMALL_STATE(6603)] = 266808, + [SMALL_STATE(6604)] = 266832, + [SMALL_STATE(6605)] = 266856, + [SMALL_STATE(6606)] = 266876, + [SMALL_STATE(6607)] = 266898, + [SMALL_STATE(6608)] = 266924, [SMALL_STATE(6609)] = 266950, - [SMALL_STATE(6610)] = 266972, - [SMALL_STATE(6611)] = 266998, - [SMALL_STATE(6612)] = 267024, - [SMALL_STATE(6613)] = 267046, - [SMALL_STATE(6614)] = 267072, - [SMALL_STATE(6615)] = 267098, - [SMALL_STATE(6616)] = 267120, - [SMALL_STATE(6617)] = 267146, - [SMALL_STATE(6618)] = 267172, - [SMALL_STATE(6619)] = 267200, + [SMALL_STATE(6610)] = 266976, + [SMALL_STATE(6611)] = 267004, + [SMALL_STATE(6612)] = 267030, + [SMALL_STATE(6613)] = 267056, + [SMALL_STATE(6614)] = 267082, + [SMALL_STATE(6615)] = 267108, + [SMALL_STATE(6616)] = 267130, + [SMALL_STATE(6617)] = 267152, + [SMALL_STATE(6618)] = 267174, + [SMALL_STATE(6619)] = 267196, [SMALL_STATE(6620)] = 267222, - [SMALL_STATE(6621)] = 267243, + [SMALL_STATE(6621)] = 267237, [SMALL_STATE(6622)] = 267260, - [SMALL_STATE(6623)] = 267277, + [SMALL_STATE(6623)] = 267281, [SMALL_STATE(6624)] = 267302, - [SMALL_STATE(6625)] = 267325, + [SMALL_STATE(6625)] = 267321, [SMALL_STATE(6626)] = 267342, - [SMALL_STATE(6627)] = 267361, - [SMALL_STATE(6628)] = 267386, - [SMALL_STATE(6629)] = 267403, - [SMALL_STATE(6630)] = 267424, - [SMALL_STATE(6631)] = 267447, - [SMALL_STATE(6632)] = 267464, - [SMALL_STATE(6633)] = 267485, - [SMALL_STATE(6634)] = 267506, - [SMALL_STATE(6635)] = 267523, - [SMALL_STATE(6636)] = 267542, - [SMALL_STATE(6637)] = 267563, - [SMALL_STATE(6638)] = 267584, - [SMALL_STATE(6639)] = 267609, - [SMALL_STATE(6640)] = 267630, + [SMALL_STATE(6627)] = 267357, + [SMALL_STATE(6628)] = 267380, + [SMALL_STATE(6629)] = 267399, + [SMALL_STATE(6630)] = 267422, + [SMALL_STATE(6631)] = 267439, + [SMALL_STATE(6632)] = 267462, + [SMALL_STATE(6633)] = 267479, + [SMALL_STATE(6634)] = 267502, + [SMALL_STATE(6635)] = 267517, + [SMALL_STATE(6636)] = 267540, + [SMALL_STATE(6637)] = 267555, + [SMALL_STATE(6638)] = 267580, + [SMALL_STATE(6639)] = 267605, + [SMALL_STATE(6640)] = 267628, [SMALL_STATE(6641)] = 267653, - [SMALL_STATE(6642)] = 267668, - [SMALL_STATE(6643)] = 267683, - [SMALL_STATE(6644)] = 267704, - [SMALL_STATE(6645)] = 267727, - [SMALL_STATE(6646)] = 267750, - [SMALL_STATE(6647)] = 267775, - [SMALL_STATE(6648)] = 267798, - [SMALL_STATE(6649)] = 267813, - [SMALL_STATE(6650)] = 267828, - [SMALL_STATE(6651)] = 267851, - [SMALL_STATE(6652)] = 267874, + [SMALL_STATE(6642)] = 267678, + [SMALL_STATE(6643)] = 267699, + [SMALL_STATE(6644)] = 267722, + [SMALL_STATE(6645)] = 267737, + [SMALL_STATE(6646)] = 267752, + [SMALL_STATE(6647)] = 267773, + [SMALL_STATE(6648)] = 267792, + [SMALL_STATE(6649)] = 267815, + [SMALL_STATE(6650)] = 267832, + [SMALL_STATE(6651)] = 267849, + [SMALL_STATE(6652)] = 267872, [SMALL_STATE(6653)] = 267889, - [SMALL_STATE(6654)] = 267912, - [SMALL_STATE(6655)] = 267927, - [SMALL_STATE(6656)] = 267946, - [SMALL_STATE(6657)] = 267961, - [SMALL_STATE(6658)] = 267984, - [SMALL_STATE(6659)] = 268001, - [SMALL_STATE(6660)] = 268016, + [SMALL_STATE(6654)] = 267908, + [SMALL_STATE(6655)] = 267925, + [SMALL_STATE(6656)] = 267948, + [SMALL_STATE(6657)] = 267965, + [SMALL_STATE(6658)] = 267982, + [SMALL_STATE(6659)] = 268003, + [SMALL_STATE(6660)] = 268020, [SMALL_STATE(6661)] = 268039, - [SMALL_STATE(6662)] = 268060, - [SMALL_STATE(6663)] = 268079, - [SMALL_STATE(6664)] = 268100, - [SMALL_STATE(6665)] = 268121, - [SMALL_STATE(6666)] = 268144, - [SMALL_STATE(6667)] = 268165, - [SMALL_STATE(6668)] = 268188, - [SMALL_STATE(6669)] = 268209, - [SMALL_STATE(6670)] = 268230, - [SMALL_STATE(6671)] = 268251, - [SMALL_STATE(6672)] = 268272, - [SMALL_STATE(6673)] = 268295, - [SMALL_STATE(6674)] = 268320, - [SMALL_STATE(6675)] = 268345, - [SMALL_STATE(6676)] = 268362, - [SMALL_STATE(6677)] = 268379, - [SMALL_STATE(6678)] = 268404, - [SMALL_STATE(6679)] = 268421, - [SMALL_STATE(6680)] = 268442, - [SMALL_STATE(6681)] = 268459, - [SMALL_STATE(6682)] = 268478, - [SMALL_STATE(6683)] = 268495, - [SMALL_STATE(6684)] = 268518, - [SMALL_STATE(6685)] = 268535, - [SMALL_STATE(6686)] = 268552, - [SMALL_STATE(6687)] = 268577, - [SMALL_STATE(6688)] = 268594, - [SMALL_STATE(6689)] = 268615, - [SMALL_STATE(6690)] = 268632, - [SMALL_STATE(6691)] = 268651, - [SMALL_STATE(6692)] = 268674, - [SMALL_STATE(6693)] = 268697, - [SMALL_STATE(6694)] = 268714, + [SMALL_STATE(6662)] = 268056, + [SMALL_STATE(6663)] = 268073, + [SMALL_STATE(6664)] = 268090, + [SMALL_STATE(6665)] = 268107, + [SMALL_STATE(6666)] = 268132, + [SMALL_STATE(6667)] = 268149, + [SMALL_STATE(6668)] = 268166, + [SMALL_STATE(6669)] = 268187, + [SMALL_STATE(6670)] = 268210, + [SMALL_STATE(6671)] = 268233, + [SMALL_STATE(6672)] = 268252, + [SMALL_STATE(6673)] = 268273, + [SMALL_STATE(6674)] = 268294, + [SMALL_STATE(6675)] = 268315, + [SMALL_STATE(6676)] = 268332, + [SMALL_STATE(6677)] = 268355, + [SMALL_STATE(6678)] = 268370, + [SMALL_STATE(6679)] = 268393, + [SMALL_STATE(6680)] = 268416, + [SMALL_STATE(6681)] = 268437, + [SMALL_STATE(6682)] = 268458, + [SMALL_STATE(6683)] = 268483, + [SMALL_STATE(6684)] = 268504, + [SMALL_STATE(6685)] = 268525, + [SMALL_STATE(6686)] = 268550, + [SMALL_STATE(6687)] = 268571, + [SMALL_STATE(6688)] = 268586, + [SMALL_STATE(6689)] = 268609, + [SMALL_STATE(6690)] = 268630, + [SMALL_STATE(6691)] = 268647, + [SMALL_STATE(6692)] = 268664, + [SMALL_STATE(6693)] = 268689, + [SMALL_STATE(6694)] = 268710, [SMALL_STATE(6695)] = 268731, - [SMALL_STATE(6696)] = 268745, - [SMALL_STATE(6697)] = 268759, - [SMALL_STATE(6698)] = 268781, - [SMALL_STATE(6699)] = 268803, - [SMALL_STATE(6700)] = 268825, - [SMALL_STATE(6701)] = 268847, - [SMALL_STATE(6702)] = 268869, - [SMALL_STATE(6703)] = 268891, - [SMALL_STATE(6704)] = 268911, - [SMALL_STATE(6705)] = 268933, - [SMALL_STATE(6706)] = 268955, - [SMALL_STATE(6707)] = 268977, - [SMALL_STATE(6708)] = 268999, - [SMALL_STATE(6709)] = 269017, - [SMALL_STATE(6710)] = 269039, - [SMALL_STATE(6711)] = 269061, - [SMALL_STATE(6712)] = 269083, - [SMALL_STATE(6713)] = 269103, - [SMALL_STATE(6714)] = 269117, - [SMALL_STATE(6715)] = 269135, - [SMALL_STATE(6716)] = 269155, - [SMALL_STATE(6717)] = 269177, - [SMALL_STATE(6718)] = 269199, - [SMALL_STATE(6719)] = 269219, - [SMALL_STATE(6720)] = 269239, - [SMALL_STATE(6721)] = 269253, - [SMALL_STATE(6722)] = 269267, - [SMALL_STATE(6723)] = 269287, - [SMALL_STATE(6724)] = 269309, - [SMALL_STATE(6725)] = 269329, - [SMALL_STATE(6726)] = 269347, - [SMALL_STATE(6727)] = 269365, - [SMALL_STATE(6728)] = 269385, - [SMALL_STATE(6729)] = 269399, - [SMALL_STATE(6730)] = 269419, - [SMALL_STATE(6731)] = 269437, - [SMALL_STATE(6732)] = 269459, - [SMALL_STATE(6733)] = 269481, - [SMALL_STATE(6734)] = 269501, - [SMALL_STATE(6735)] = 269515, - [SMALL_STATE(6736)] = 269537, - [SMALL_STATE(6737)] = 269559, - [SMALL_STATE(6738)] = 269579, - [SMALL_STATE(6739)] = 269599, - [SMALL_STATE(6740)] = 269621, - [SMALL_STATE(6741)] = 269635, - [SMALL_STATE(6742)] = 269655, - [SMALL_STATE(6743)] = 269677, - [SMALL_STATE(6744)] = 269699, - [SMALL_STATE(6745)] = 269713, - [SMALL_STATE(6746)] = 269727, - [SMALL_STATE(6747)] = 269741, + [SMALL_STATE(6696)] = 268753, + [SMALL_STATE(6697)] = 268771, + [SMALL_STATE(6698)] = 268785, + [SMALL_STATE(6699)] = 268805, + [SMALL_STATE(6700)] = 268819, + [SMALL_STATE(6701)] = 268841, + [SMALL_STATE(6702)] = 268859, + [SMALL_STATE(6703)] = 268873, + [SMALL_STATE(6704)] = 268891, + [SMALL_STATE(6705)] = 268909, + [SMALL_STATE(6706)] = 268931, + [SMALL_STATE(6707)] = 268953, + [SMALL_STATE(6708)] = 268973, + [SMALL_STATE(6709)] = 268987, + [SMALL_STATE(6710)] = 269009, + [SMALL_STATE(6711)] = 269029, + [SMALL_STATE(6712)] = 269051, + [SMALL_STATE(6713)] = 269073, + [SMALL_STATE(6714)] = 269095, + [SMALL_STATE(6715)] = 269109, + [SMALL_STATE(6716)] = 269131, + [SMALL_STATE(6717)] = 269153, + [SMALL_STATE(6718)] = 269175, + [SMALL_STATE(6719)] = 269197, + [SMALL_STATE(6720)] = 269211, + [SMALL_STATE(6721)] = 269233, + [SMALL_STATE(6722)] = 269255, + [SMALL_STATE(6723)] = 269275, + [SMALL_STATE(6724)] = 269295, + [SMALL_STATE(6725)] = 269317, + [SMALL_STATE(6726)] = 269337, + [SMALL_STATE(6727)] = 269357, + [SMALL_STATE(6728)] = 269379, + [SMALL_STATE(6729)] = 269401, + [SMALL_STATE(6730)] = 269423, + [SMALL_STATE(6731)] = 269441, + [SMALL_STATE(6732)] = 269455, + [SMALL_STATE(6733)] = 269477, + [SMALL_STATE(6734)] = 269499, + [SMALL_STATE(6735)] = 269519, + [SMALL_STATE(6736)] = 269533, + [SMALL_STATE(6737)] = 269555, + [SMALL_STATE(6738)] = 269575, + [SMALL_STATE(6739)] = 269589, + [SMALL_STATE(6740)] = 269611, + [SMALL_STATE(6741)] = 269631, + [SMALL_STATE(6742)] = 269649, + [SMALL_STATE(6743)] = 269663, + [SMALL_STATE(6744)] = 269683, + [SMALL_STATE(6745)] = 269703, + [SMALL_STATE(6746)] = 269725, + [SMALL_STATE(6747)] = 269745, [SMALL_STATE(6748)] = 269759, [SMALL_STATE(6749)] = 269773, - [SMALL_STATE(6750)] = 269795, - [SMALL_STATE(6751)] = 269809, - [SMALL_STATE(6752)] = 269829, + [SMALL_STATE(6750)] = 269787, + [SMALL_STATE(6751)] = 269801, + [SMALL_STATE(6752)] = 269821, [SMALL_STATE(6753)] = 269843, [SMALL_STATE(6754)] = 269860, - [SMALL_STATE(6755)] = 269877, + [SMALL_STATE(6755)] = 269879, [SMALL_STATE(6756)] = 269896, [SMALL_STATE(6757)] = 269913, - [SMALL_STATE(6758)] = 269932, - [SMALL_STATE(6759)] = 269949, - [SMALL_STATE(6760)] = 269968, - [SMALL_STATE(6761)] = 269985, - [SMALL_STATE(6762)] = 270004, - [SMALL_STATE(6763)] = 270021, + [SMALL_STATE(6758)] = 269930, + [SMALL_STATE(6759)] = 269947, + [SMALL_STATE(6760)] = 269964, + [SMALL_STATE(6761)] = 269983, + [SMALL_STATE(6762)] = 270000, + [SMALL_STATE(6763)] = 270019, [SMALL_STATE(6764)] = 270038, - [SMALL_STATE(6765)] = 270055, - [SMALL_STATE(6766)] = 270074, - [SMALL_STATE(6767)] = 270091, - [SMALL_STATE(6768)] = 270108, - [SMALL_STATE(6769)] = 270125, - [SMALL_STATE(6770)] = 270144, - [SMALL_STATE(6771)] = 270161, - [SMALL_STATE(6772)] = 270178, - [SMALL_STATE(6773)] = 270195, - [SMALL_STATE(6774)] = 270214, - [SMALL_STATE(6775)] = 270231, - [SMALL_STATE(6776)] = 270250, - [SMALL_STATE(6777)] = 270269, - [SMALL_STATE(6778)] = 270288, - [SMALL_STATE(6779)] = 270305, - [SMALL_STATE(6780)] = 270324, - [SMALL_STATE(6781)] = 270341, - [SMALL_STATE(6782)] = 270358, - [SMALL_STATE(6783)] = 270375, - [SMALL_STATE(6784)] = 270392, - [SMALL_STATE(6785)] = 270409, - [SMALL_STATE(6786)] = 270428, - [SMALL_STATE(6787)] = 270447, - [SMALL_STATE(6788)] = 270464, - [SMALL_STATE(6789)] = 270477, - [SMALL_STATE(6790)] = 270494, - [SMALL_STATE(6791)] = 270511, - [SMALL_STATE(6792)] = 270530, - [SMALL_STATE(6793)] = 270549, - [SMALL_STATE(6794)] = 270566, - [SMALL_STATE(6795)] = 270583, - [SMALL_STATE(6796)] = 270602, - [SMALL_STATE(6797)] = 270619, - [SMALL_STATE(6798)] = 270636, - [SMALL_STATE(6799)] = 270653, - [SMALL_STATE(6800)] = 270666, + [SMALL_STATE(6765)] = 270057, + [SMALL_STATE(6766)] = 270076, + [SMALL_STATE(6767)] = 270093, + [SMALL_STATE(6768)] = 270110, + [SMALL_STATE(6769)] = 270121, + [SMALL_STATE(6770)] = 270138, + [SMALL_STATE(6771)] = 270157, + [SMALL_STATE(6772)] = 270174, + [SMALL_STATE(6773)] = 270191, + [SMALL_STATE(6774)] = 270210, + [SMALL_STATE(6775)] = 270227, + [SMALL_STATE(6776)] = 270244, + [SMALL_STATE(6777)] = 270261, + [SMALL_STATE(6778)] = 270278, + [SMALL_STATE(6779)] = 270295, + [SMALL_STATE(6780)] = 270312, + [SMALL_STATE(6781)] = 270329, + [SMALL_STATE(6782)] = 270348, + [SMALL_STATE(6783)] = 270365, + [SMALL_STATE(6784)] = 270382, + [SMALL_STATE(6785)] = 270399, + [SMALL_STATE(6786)] = 270416, + [SMALL_STATE(6787)] = 270433, + [SMALL_STATE(6788)] = 270450, + [SMALL_STATE(6789)] = 270467, + [SMALL_STATE(6790)] = 270486, + [SMALL_STATE(6791)] = 270505, + [SMALL_STATE(6792)] = 270522, + [SMALL_STATE(6793)] = 270539, + [SMALL_STATE(6794)] = 270556, + [SMALL_STATE(6795)] = 270575, + [SMALL_STATE(6796)] = 270594, + [SMALL_STATE(6797)] = 270611, + [SMALL_STATE(6798)] = 270628, + [SMALL_STATE(6799)] = 270647, + [SMALL_STATE(6800)] = 270664, [SMALL_STATE(6801)] = 270683, [SMALL_STATE(6802)] = 270700, [SMALL_STATE(6803)] = 270717, [SMALL_STATE(6804)] = 270734, - [SMALL_STATE(6805)] = 270751, + [SMALL_STATE(6805)] = 270753, [SMALL_STATE(6806)] = 270770, - [SMALL_STATE(6807)] = 270787, + [SMALL_STATE(6807)] = 270789, [SMALL_STATE(6808)] = 270806, - [SMALL_STATE(6809)] = 270823, - [SMALL_STATE(6810)] = 270840, - [SMALL_STATE(6811)] = 270857, - [SMALL_STATE(6812)] = 270876, - [SMALL_STATE(6813)] = 270893, - [SMALL_STATE(6814)] = 270912, - [SMALL_STATE(6815)] = 270929, - [SMALL_STATE(6816)] = 270946, - [SMALL_STATE(6817)] = 270963, - [SMALL_STATE(6818)] = 270982, - [SMALL_STATE(6819)] = 270999, - [SMALL_STATE(6820)] = 271016, - [SMALL_STATE(6821)] = 271033, - [SMALL_STATE(6822)] = 271044, - [SMALL_STATE(6823)] = 271061, - [SMALL_STATE(6824)] = 271080, + [SMALL_STATE(6809)] = 270819, + [SMALL_STATE(6810)] = 270836, + [SMALL_STATE(6811)] = 270853, + [SMALL_STATE(6812)] = 270870, + [SMALL_STATE(6813)] = 270889, + [SMALL_STATE(6814)] = 270908, + [SMALL_STATE(6815)] = 270927, + [SMALL_STATE(6816)] = 270940, + [SMALL_STATE(6817)] = 270957, + [SMALL_STATE(6818)] = 270974, + [SMALL_STATE(6819)] = 270991, + [SMALL_STATE(6820)] = 271010, + [SMALL_STATE(6821)] = 271027, + [SMALL_STATE(6822)] = 271046, + [SMALL_STATE(6823)] = 271065, + [SMALL_STATE(6824)] = 271082, [SMALL_STATE(6825)] = 271099, [SMALL_STATE(6826)] = 271116, [SMALL_STATE(6827)] = 271135, - [SMALL_STATE(6828)] = 271151, - [SMALL_STATE(6829)] = 271167, - [SMALL_STATE(6830)] = 271183, - [SMALL_STATE(6831)] = 271197, - [SMALL_STATE(6832)] = 271213, - [SMALL_STATE(6833)] = 271229, - [SMALL_STATE(6834)] = 271245, - [SMALL_STATE(6835)] = 271259, - [SMALL_STATE(6836)] = 271273, - [SMALL_STATE(6837)] = 271289, - [SMALL_STATE(6838)] = 271305, - [SMALL_STATE(6839)] = 271319, - [SMALL_STATE(6840)] = 271333, - [SMALL_STATE(6841)] = 271347, - [SMALL_STATE(6842)] = 271363, - [SMALL_STATE(6843)] = 271379, - [SMALL_STATE(6844)] = 271393, - [SMALL_STATE(6845)] = 271409, - [SMALL_STATE(6846)] = 271425, - [SMALL_STATE(6847)] = 271441, - [SMALL_STATE(6848)] = 271457, - [SMALL_STATE(6849)] = 271471, - [SMALL_STATE(6850)] = 271487, - [SMALL_STATE(6851)] = 271503, - [SMALL_STATE(6852)] = 271519, - [SMALL_STATE(6853)] = 271535, - [SMALL_STATE(6854)] = 271551, - [SMALL_STATE(6855)] = 271565, - [SMALL_STATE(6856)] = 271581, - [SMALL_STATE(6857)] = 271597, - [SMALL_STATE(6858)] = 271611, - [SMALL_STATE(6859)] = 271625, - [SMALL_STATE(6860)] = 271639, - [SMALL_STATE(6861)] = 271653, - [SMALL_STATE(6862)] = 271665, - [SMALL_STATE(6863)] = 271681, - [SMALL_STATE(6864)] = 271695, - [SMALL_STATE(6865)] = 271711, - [SMALL_STATE(6866)] = 271727, - [SMALL_STATE(6867)] = 271739, - [SMALL_STATE(6868)] = 271755, - [SMALL_STATE(6869)] = 271769, + [SMALL_STATE(6828)] = 271149, + [SMALL_STATE(6829)] = 271161, + [SMALL_STATE(6830)] = 271177, + [SMALL_STATE(6831)] = 271193, + [SMALL_STATE(6832)] = 271209, + [SMALL_STATE(6833)] = 271225, + [SMALL_STATE(6834)] = 271241, + [SMALL_STATE(6835)] = 271257, + [SMALL_STATE(6836)] = 271271, + [SMALL_STATE(6837)] = 271285, + [SMALL_STATE(6838)] = 271301, + [SMALL_STATE(6839)] = 271315, + [SMALL_STATE(6840)] = 271331, + [SMALL_STATE(6841)] = 271345, + [SMALL_STATE(6842)] = 271361, + [SMALL_STATE(6843)] = 271375, + [SMALL_STATE(6844)] = 271389, + [SMALL_STATE(6845)] = 271405, + [SMALL_STATE(6846)] = 271421, + [SMALL_STATE(6847)] = 271431, + [SMALL_STATE(6848)] = 271447, + [SMALL_STATE(6849)] = 271461, + [SMALL_STATE(6850)] = 271477, + [SMALL_STATE(6851)] = 271493, + [SMALL_STATE(6852)] = 271509, + [SMALL_STATE(6853)] = 271523, + [SMALL_STATE(6854)] = 271537, + [SMALL_STATE(6855)] = 271553, + [SMALL_STATE(6856)] = 271567, + [SMALL_STATE(6857)] = 271581, + [SMALL_STATE(6858)] = 271593, + [SMALL_STATE(6859)] = 271609, + [SMALL_STATE(6860)] = 271625, + [SMALL_STATE(6861)] = 271641, + [SMALL_STATE(6862)] = 271657, + [SMALL_STATE(6863)] = 271673, + [SMALL_STATE(6864)] = 271687, + [SMALL_STATE(6865)] = 271703, + [SMALL_STATE(6866)] = 271717, + [SMALL_STATE(6867)] = 271733, + [SMALL_STATE(6868)] = 271749, + [SMALL_STATE(6869)] = 271765, [SMALL_STATE(6870)] = 271781, - [SMALL_STATE(6871)] = 271797, - [SMALL_STATE(6872)] = 271813, - [SMALL_STATE(6873)] = 271829, - [SMALL_STATE(6874)] = 271845, - [SMALL_STATE(6875)] = 271861, - [SMALL_STATE(6876)] = 271877, - [SMALL_STATE(6877)] = 271893, - [SMALL_STATE(6878)] = 271907, - [SMALL_STATE(6879)] = 271923, - [SMALL_STATE(6880)] = 271939, - [SMALL_STATE(6881)] = 271955, - [SMALL_STATE(6882)] = 271971, - [SMALL_STATE(6883)] = 271987, - [SMALL_STATE(6884)] = 272003, - [SMALL_STATE(6885)] = 272019, - [SMALL_STATE(6886)] = 272033, - [SMALL_STATE(6887)] = 272049, - [SMALL_STATE(6888)] = 272065, - [SMALL_STATE(6889)] = 272081, - [SMALL_STATE(6890)] = 272095, - [SMALL_STATE(6891)] = 272111, - [SMALL_STATE(6892)] = 272125, - [SMALL_STATE(6893)] = 272139, - [SMALL_STATE(6894)] = 272153, - [SMALL_STATE(6895)] = 272169, + [SMALL_STATE(6871)] = 271795, + [SMALL_STATE(6872)] = 271811, + [SMALL_STATE(6873)] = 271827, + [SMALL_STATE(6874)] = 271841, + [SMALL_STATE(6875)] = 271857, + [SMALL_STATE(6876)] = 271873, + [SMALL_STATE(6877)] = 271889, + [SMALL_STATE(6878)] = 271903, + [SMALL_STATE(6879)] = 271919, + [SMALL_STATE(6880)] = 271935, + [SMALL_STATE(6881)] = 271949, + [SMALL_STATE(6882)] = 271965, + [SMALL_STATE(6883)] = 271979, + [SMALL_STATE(6884)] = 271995, + [SMALL_STATE(6885)] = 272009, + [SMALL_STATE(6886)] = 272025, + [SMALL_STATE(6887)] = 272041, + [SMALL_STATE(6888)] = 272055, + [SMALL_STATE(6889)] = 272071, + [SMALL_STATE(6890)] = 272087, + [SMALL_STATE(6891)] = 272103, + [SMALL_STATE(6892)] = 272119, + [SMALL_STATE(6893)] = 272135, + [SMALL_STATE(6894)] = 272151, + [SMALL_STATE(6895)] = 272167, [SMALL_STATE(6896)] = 272183, [SMALL_STATE(6897)] = 272199, [SMALL_STATE(6898)] = 272215, [SMALL_STATE(6899)] = 272231, - [SMALL_STATE(6900)] = 272245, - [SMALL_STATE(6901)] = 272259, - [SMALL_STATE(6902)] = 272273, - [SMALL_STATE(6903)] = 272289, - [SMALL_STATE(6904)] = 272305, - [SMALL_STATE(6905)] = 272319, - [SMALL_STATE(6906)] = 272333, - [SMALL_STATE(6907)] = 272349, - [SMALL_STATE(6908)] = 272363, - [SMALL_STATE(6909)] = 272379, - [SMALL_STATE(6910)] = 272395, - [SMALL_STATE(6911)] = 272409, - [SMALL_STATE(6912)] = 272423, + [SMALL_STATE(6900)] = 272247, + [SMALL_STATE(6901)] = 272261, + [SMALL_STATE(6902)] = 272275, + [SMALL_STATE(6903)] = 272291, + [SMALL_STATE(6904)] = 272307, + [SMALL_STATE(6905)] = 272321, + [SMALL_STATE(6906)] = 272337, + [SMALL_STATE(6907)] = 272351, + [SMALL_STATE(6908)] = 272367, + [SMALL_STATE(6909)] = 272383, + [SMALL_STATE(6910)] = 272397, + [SMALL_STATE(6911)] = 272411, + [SMALL_STATE(6912)] = 272425, [SMALL_STATE(6913)] = 272439, [SMALL_STATE(6914)] = 272455, - [SMALL_STATE(6915)] = 272469, - [SMALL_STATE(6916)] = 272483, - [SMALL_STATE(6917)] = 272499, + [SMALL_STATE(6915)] = 272471, + [SMALL_STATE(6916)] = 272487, + [SMALL_STATE(6917)] = 272501, [SMALL_STATE(6918)] = 272515, - [SMALL_STATE(6919)] = 272529, - [SMALL_STATE(6920)] = 272543, - [SMALL_STATE(6921)] = 272557, - [SMALL_STATE(6922)] = 272573, - [SMALL_STATE(6923)] = 272589, - [SMALL_STATE(6924)] = 272605, - [SMALL_STATE(6925)] = 272621, - [SMALL_STATE(6926)] = 272635, - [SMALL_STATE(6927)] = 272651, - [SMALL_STATE(6928)] = 272667, + [SMALL_STATE(6919)] = 272531, + [SMALL_STATE(6920)] = 272547, + [SMALL_STATE(6921)] = 272563, + [SMALL_STATE(6922)] = 272577, + [SMALL_STATE(6923)] = 272593, + [SMALL_STATE(6924)] = 272607, + [SMALL_STATE(6925)] = 272623, + [SMALL_STATE(6926)] = 272639, + [SMALL_STATE(6927)] = 272655, + [SMALL_STATE(6928)] = 272669, [SMALL_STATE(6929)] = 272683, - [SMALL_STATE(6930)] = 272699, - [SMALL_STATE(6931)] = 272715, - [SMALL_STATE(6932)] = 272731, + [SMALL_STATE(6930)] = 272697, + [SMALL_STATE(6931)] = 272713, + [SMALL_STATE(6932)] = 272729, [SMALL_STATE(6933)] = 272745, [SMALL_STATE(6934)] = 272761, - [SMALL_STATE(6935)] = 272775, - [SMALL_STATE(6936)] = 272791, + [SMALL_STATE(6935)] = 272777, + [SMALL_STATE(6936)] = 272793, [SMALL_STATE(6937)] = 272807, - [SMALL_STATE(6938)] = 272823, + [SMALL_STATE(6938)] = 272821, [SMALL_STATE(6939)] = 272837, [SMALL_STATE(6940)] = 272853, [SMALL_STATE(6941)] = 272869, - [SMALL_STATE(6942)] = 272885, - [SMALL_STATE(6943)] = 272901, - [SMALL_STATE(6944)] = 272917, - [SMALL_STATE(6945)] = 272931, - [SMALL_STATE(6946)] = 272947, - [SMALL_STATE(6947)] = 272961, - [SMALL_STATE(6948)] = 272975, - [SMALL_STATE(6949)] = 272991, - [SMALL_STATE(6950)] = 273007, - [SMALL_STATE(6951)] = 273023, - [SMALL_STATE(6952)] = 273039, - [SMALL_STATE(6953)] = 273053, - [SMALL_STATE(6954)] = 273069, - [SMALL_STATE(6955)] = 273085, - [SMALL_STATE(6956)] = 273099, - [SMALL_STATE(6957)] = 273115, - [SMALL_STATE(6958)] = 273131, - [SMALL_STATE(6959)] = 273145, - [SMALL_STATE(6960)] = 273159, - [SMALL_STATE(6961)] = 273173, - [SMALL_STATE(6962)] = 273189, - [SMALL_STATE(6963)] = 273205, - [SMALL_STATE(6964)] = 273219, - [SMALL_STATE(6965)] = 273233, - [SMALL_STATE(6966)] = 273247, - [SMALL_STATE(6967)] = 273263, - [SMALL_STATE(6968)] = 273279, - [SMALL_STATE(6969)] = 273295, - [SMALL_STATE(6970)] = 273309, - [SMALL_STATE(6971)] = 273323, - [SMALL_STATE(6972)] = 273337, - [SMALL_STATE(6973)] = 273353, - [SMALL_STATE(6974)] = 273369, - [SMALL_STATE(6975)] = 273383, - [SMALL_STATE(6976)] = 273399, - [SMALL_STATE(6977)] = 273415, - [SMALL_STATE(6978)] = 273431, - [SMALL_STATE(6979)] = 273447, - [SMALL_STATE(6980)] = 273461, - [SMALL_STATE(6981)] = 273475, + [SMALL_STATE(6942)] = 272883, + [SMALL_STATE(6943)] = 272899, + [SMALL_STATE(6944)] = 272913, + [SMALL_STATE(6945)] = 272927, + [SMALL_STATE(6946)] = 272941, + [SMALL_STATE(6947)] = 272955, + [SMALL_STATE(6948)] = 272971, + [SMALL_STATE(6949)] = 272987, + [SMALL_STATE(6950)] = 273003, + [SMALL_STATE(6951)] = 273019, + [SMALL_STATE(6952)] = 273035, + [SMALL_STATE(6953)] = 273049, + [SMALL_STATE(6954)] = 273063, + [SMALL_STATE(6955)] = 273077, + [SMALL_STATE(6956)] = 273093, + [SMALL_STATE(6957)] = 273109, + [SMALL_STATE(6958)] = 273123, + [SMALL_STATE(6959)] = 273137, + [SMALL_STATE(6960)] = 273151, + [SMALL_STATE(6961)] = 273167, + [SMALL_STATE(6962)] = 273181, + [SMALL_STATE(6963)] = 273197, + [SMALL_STATE(6964)] = 273213, + [SMALL_STATE(6965)] = 273227, + [SMALL_STATE(6966)] = 273243, + [SMALL_STATE(6967)] = 273257, + [SMALL_STATE(6968)] = 273273, + [SMALL_STATE(6969)] = 273289, + [SMALL_STATE(6970)] = 273305, + [SMALL_STATE(6971)] = 273319, + [SMALL_STATE(6972)] = 273335, + [SMALL_STATE(6973)] = 273349, + [SMALL_STATE(6974)] = 273365, + [SMALL_STATE(6975)] = 273381, + [SMALL_STATE(6976)] = 273397, + [SMALL_STATE(6977)] = 273411, + [SMALL_STATE(6978)] = 273425, + [SMALL_STATE(6979)] = 273441, + [SMALL_STATE(6980)] = 273457, + [SMALL_STATE(6981)] = 273473, [SMALL_STATE(6982)] = 273489, - [SMALL_STATE(6983)] = 273503, - [SMALL_STATE(6984)] = 273519, - [SMALL_STATE(6985)] = 273535, - [SMALL_STATE(6986)] = 273549, - [SMALL_STATE(6987)] = 273565, - [SMALL_STATE(6988)] = 273579, - [SMALL_STATE(6989)] = 273595, - [SMALL_STATE(6990)] = 273611, - [SMALL_STATE(6991)] = 273627, - [SMALL_STATE(6992)] = 273643, - [SMALL_STATE(6993)] = 273657, - [SMALL_STATE(6994)] = 273673, - [SMALL_STATE(6995)] = 273689, - [SMALL_STATE(6996)] = 273703, - [SMALL_STATE(6997)] = 273717, - [SMALL_STATE(6998)] = 273733, - [SMALL_STATE(6999)] = 273749, - [SMALL_STATE(7000)] = 273763, - [SMALL_STATE(7001)] = 273779, - [SMALL_STATE(7002)] = 273793, + [SMALL_STATE(6983)] = 273505, + [SMALL_STATE(6984)] = 273521, + [SMALL_STATE(6985)] = 273537, + [SMALL_STATE(6986)] = 273553, + [SMALL_STATE(6987)] = 273569, + [SMALL_STATE(6988)] = 273585, + [SMALL_STATE(6989)] = 273599, + [SMALL_STATE(6990)] = 273615, + [SMALL_STATE(6991)] = 273631, + [SMALL_STATE(6992)] = 273645, + [SMALL_STATE(6993)] = 273661, + [SMALL_STATE(6994)] = 273677, + [SMALL_STATE(6995)] = 273693, + [SMALL_STATE(6996)] = 273707, + [SMALL_STATE(6997)] = 273723, + [SMALL_STATE(6998)] = 273737, + [SMALL_STATE(6999)] = 273753, + [SMALL_STATE(7000)] = 273767, + [SMALL_STATE(7001)] = 273781, + [SMALL_STATE(7002)] = 273795, [SMALL_STATE(7003)] = 273809, [SMALL_STATE(7004)] = 273825, - [SMALL_STATE(7005)] = 273841, - [SMALL_STATE(7006)] = 273857, - [SMALL_STATE(7007)] = 273873, - [SMALL_STATE(7008)] = 273889, - [SMALL_STATE(7009)] = 273903, + [SMALL_STATE(7005)] = 273839, + [SMALL_STATE(7006)] = 273853, + [SMALL_STATE(7007)] = 273869, + [SMALL_STATE(7008)] = 273885, + [SMALL_STATE(7009)] = 273901, [SMALL_STATE(7010)] = 273917, [SMALL_STATE(7011)] = 273933, - [SMALL_STATE(7012)] = 273947, + [SMALL_STATE(7012)] = 273949, [SMALL_STATE(7013)] = 273963, - [SMALL_STATE(7014)] = 273979, - [SMALL_STATE(7015)] = 273995, - [SMALL_STATE(7016)] = 274009, - [SMALL_STATE(7017)] = 274025, - [SMALL_STATE(7018)] = 274041, - [SMALL_STATE(7019)] = 274055, - [SMALL_STATE(7020)] = 274067, - [SMALL_STATE(7021)] = 274083, - [SMALL_STATE(7022)] = 274099, - [SMALL_STATE(7023)] = 274113, - [SMALL_STATE(7024)] = 274129, - [SMALL_STATE(7025)] = 274143, - [SMALL_STATE(7026)] = 274159, - [SMALL_STATE(7027)] = 274175, + [SMALL_STATE(7014)] = 273977, + [SMALL_STATE(7015)] = 273991, + [SMALL_STATE(7016)] = 274007, + [SMALL_STATE(7017)] = 274021, + [SMALL_STATE(7018)] = 274037, + [SMALL_STATE(7019)] = 274049, + [SMALL_STATE(7020)] = 274063, + [SMALL_STATE(7021)] = 274077, + [SMALL_STATE(7022)] = 274093, + [SMALL_STATE(7023)] = 274109, + [SMALL_STATE(7024)] = 274125, + [SMALL_STATE(7025)] = 274141, + [SMALL_STATE(7026)] = 274157, + [SMALL_STATE(7027)] = 274173, [SMALL_STATE(7028)] = 274189, - [SMALL_STATE(7029)] = 274203, + [SMALL_STATE(7029)] = 274205, [SMALL_STATE(7030)] = 274219, - [SMALL_STATE(7031)] = 274229, - [SMALL_STATE(7032)] = 274245, - [SMALL_STATE(7033)] = 274259, - [SMALL_STATE(7034)] = 274275, - [SMALL_STATE(7035)] = 274289, + [SMALL_STATE(7031)] = 274233, + [SMALL_STATE(7032)] = 274243, + [SMALL_STATE(7033)] = 274257, + [SMALL_STATE(7034)] = 274273, + [SMALL_STATE(7035)] = 274287, [SMALL_STATE(7036)] = 274299, [SMALL_STATE(7037)] = 274315, - [SMALL_STATE(7038)] = 274331, - [SMALL_STATE(7039)] = 274347, - [SMALL_STATE(7040)] = 274363, - [SMALL_STATE(7041)] = 274379, - [SMALL_STATE(7042)] = 274393, + [SMALL_STATE(7038)] = 274329, + [SMALL_STATE(7039)] = 274345, + [SMALL_STATE(7040)] = 274361, + [SMALL_STATE(7041)] = 274375, + [SMALL_STATE(7042)] = 274391, [SMALL_STATE(7043)] = 274407, - [SMALL_STATE(7044)] = 274423, - [SMALL_STATE(7045)] = 274439, + [SMALL_STATE(7044)] = 274421, + [SMALL_STATE(7045)] = 274437, [SMALL_STATE(7046)] = 274453, [SMALL_STATE(7047)] = 274469, - [SMALL_STATE(7048)] = 274485, - [SMALL_STATE(7049)] = 274499, + [SMALL_STATE(7048)] = 274483, + [SMALL_STATE(7049)] = 274497, [SMALL_STATE(7050)] = 274513, [SMALL_STATE(7051)] = 274529, [SMALL_STATE(7052)] = 274542, [SMALL_STATE(7053)] = 274555, [SMALL_STATE(7054)] = 274568, [SMALL_STATE(7055)] = 274581, - [SMALL_STATE(7056)] = 274594, - [SMALL_STATE(7057)] = 274607, - [SMALL_STATE(7058)] = 274618, - [SMALL_STATE(7059)] = 274631, - [SMALL_STATE(7060)] = 274644, - [SMALL_STATE(7061)] = 274657, - [SMALL_STATE(7062)] = 274670, - [SMALL_STATE(7063)] = 274683, - [SMALL_STATE(7064)] = 274694, - [SMALL_STATE(7065)] = 274707, - [SMALL_STATE(7066)] = 274720, - [SMALL_STATE(7067)] = 274733, - [SMALL_STATE(7068)] = 274746, - [SMALL_STATE(7069)] = 274759, - [SMALL_STATE(7070)] = 274772, - [SMALL_STATE(7071)] = 274785, - [SMALL_STATE(7072)] = 274798, - [SMALL_STATE(7073)] = 274811, - [SMALL_STATE(7074)] = 274824, - [SMALL_STATE(7075)] = 274837, - [SMALL_STATE(7076)] = 274848, - [SMALL_STATE(7077)] = 274861, - [SMALL_STATE(7078)] = 274874, - [SMALL_STATE(7079)] = 274887, - [SMALL_STATE(7080)] = 274898, - [SMALL_STATE(7081)] = 274911, - [SMALL_STATE(7082)] = 274924, - [SMALL_STATE(7083)] = 274937, - [SMALL_STATE(7084)] = 274950, + [SMALL_STATE(7056)] = 274590, + [SMALL_STATE(7057)] = 274603, + [SMALL_STATE(7058)] = 274616, + [SMALL_STATE(7059)] = 274627, + [SMALL_STATE(7060)] = 274640, + [SMALL_STATE(7061)] = 274651, + [SMALL_STATE(7062)] = 274664, + [SMALL_STATE(7063)] = 274677, + [SMALL_STATE(7064)] = 274690, + [SMALL_STATE(7065)] = 274703, + [SMALL_STATE(7066)] = 274716, + [SMALL_STATE(7067)] = 274729, + [SMALL_STATE(7068)] = 274742, + [SMALL_STATE(7069)] = 274755, + [SMALL_STATE(7070)] = 274768, + [SMALL_STATE(7071)] = 274781, + [SMALL_STATE(7072)] = 274794, + [SMALL_STATE(7073)] = 274807, + [SMALL_STATE(7074)] = 274820, + [SMALL_STATE(7075)] = 274833, + [SMALL_STATE(7076)] = 274844, + [SMALL_STATE(7077)] = 274857, + [SMALL_STATE(7078)] = 274870, + [SMALL_STATE(7079)] = 274883, + [SMALL_STATE(7080)] = 274896, + [SMALL_STATE(7081)] = 274909, + [SMALL_STATE(7082)] = 274922, + [SMALL_STATE(7083)] = 274935, + [SMALL_STATE(7084)] = 274948, [SMALL_STATE(7085)] = 274961, [SMALL_STATE(7086)] = 274974, [SMALL_STATE(7087)] = 274987, @@ -534613,308 +534613,308 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(7098)] = 275130, [SMALL_STATE(7099)] = 275143, [SMALL_STATE(7100)] = 275156, - [SMALL_STATE(7101)] = 275165, - [SMALL_STATE(7102)] = 275174, - [SMALL_STATE(7103)] = 275187, - [SMALL_STATE(7104)] = 275200, - [SMALL_STATE(7105)] = 275213, - [SMALL_STATE(7106)] = 275226, - [SMALL_STATE(7107)] = 275239, - [SMALL_STATE(7108)] = 275252, - [SMALL_STATE(7109)] = 275265, - [SMALL_STATE(7110)] = 275276, - [SMALL_STATE(7111)] = 275289, - [SMALL_STATE(7112)] = 275302, - [SMALL_STATE(7113)] = 275315, - [SMALL_STATE(7114)] = 275328, - [SMALL_STATE(7115)] = 275341, - [SMALL_STATE(7116)] = 275354, - [SMALL_STATE(7117)] = 275367, - [SMALL_STATE(7118)] = 275380, - [SMALL_STATE(7119)] = 275393, - [SMALL_STATE(7120)] = 275406, - [SMALL_STATE(7121)] = 275419, - [SMALL_STATE(7122)] = 275432, - [SMALL_STATE(7123)] = 275445, - [SMALL_STATE(7124)] = 275456, - [SMALL_STATE(7125)] = 275469, - [SMALL_STATE(7126)] = 275480, - [SMALL_STATE(7127)] = 275493, - [SMALL_STATE(7128)] = 275506, - [SMALL_STATE(7129)] = 275519, - [SMALL_STATE(7130)] = 275530, - [SMALL_STATE(7131)] = 275543, - [SMALL_STATE(7132)] = 275556, - [SMALL_STATE(7133)] = 275569, - [SMALL_STATE(7134)] = 275582, - [SMALL_STATE(7135)] = 275595, - [SMALL_STATE(7136)] = 275608, - [SMALL_STATE(7137)] = 275619, - [SMALL_STATE(7138)] = 275632, - [SMALL_STATE(7139)] = 275645, - [SMALL_STATE(7140)] = 275654, - [SMALL_STATE(7141)] = 275663, - [SMALL_STATE(7142)] = 275676, - [SMALL_STATE(7143)] = 275689, - [SMALL_STATE(7144)] = 275702, - [SMALL_STATE(7145)] = 275715, - [SMALL_STATE(7146)] = 275728, - [SMALL_STATE(7147)] = 275737, - [SMALL_STATE(7148)] = 275750, - [SMALL_STATE(7149)] = 275763, - [SMALL_STATE(7150)] = 275776, - [SMALL_STATE(7151)] = 275789, - [SMALL_STATE(7152)] = 275798, - [SMALL_STATE(7153)] = 275811, - [SMALL_STATE(7154)] = 275824, - [SMALL_STATE(7155)] = 275837, - [SMALL_STATE(7156)] = 275850, - [SMALL_STATE(7157)] = 275863, - [SMALL_STATE(7158)] = 275876, - [SMALL_STATE(7159)] = 275889, - [SMALL_STATE(7160)] = 275902, - [SMALL_STATE(7161)] = 275913, - [SMALL_STATE(7162)] = 275926, - [SMALL_STATE(7163)] = 275937, - [SMALL_STATE(7164)] = 275950, - [SMALL_STATE(7165)] = 275963, - [SMALL_STATE(7166)] = 275976, - [SMALL_STATE(7167)] = 275989, - [SMALL_STATE(7168)] = 276002, - [SMALL_STATE(7169)] = 276015, - [SMALL_STATE(7170)] = 276028, - [SMALL_STATE(7171)] = 276041, - [SMALL_STATE(7172)] = 276054, - [SMALL_STATE(7173)] = 276067, - [SMALL_STATE(7174)] = 276080, - [SMALL_STATE(7175)] = 276093, - [SMALL_STATE(7176)] = 276106, - [SMALL_STATE(7177)] = 276119, - [SMALL_STATE(7178)] = 276132, - [SMALL_STATE(7179)] = 276145, - [SMALL_STATE(7180)] = 276158, - [SMALL_STATE(7181)] = 276171, - [SMALL_STATE(7182)] = 276184, - [SMALL_STATE(7183)] = 276195, + [SMALL_STATE(7101)] = 275169, + [SMALL_STATE(7102)] = 275182, + [SMALL_STATE(7103)] = 275193, + [SMALL_STATE(7104)] = 275206, + [SMALL_STATE(7105)] = 275219, + [SMALL_STATE(7106)] = 275232, + [SMALL_STATE(7107)] = 275245, + [SMALL_STATE(7108)] = 275258, + [SMALL_STATE(7109)] = 275271, + [SMALL_STATE(7110)] = 275284, + [SMALL_STATE(7111)] = 275295, + [SMALL_STATE(7112)] = 275308, + [SMALL_STATE(7113)] = 275319, + [SMALL_STATE(7114)] = 275332, + [SMALL_STATE(7115)] = 275345, + [SMALL_STATE(7116)] = 275358, + [SMALL_STATE(7117)] = 275371, + [SMALL_STATE(7118)] = 275384, + [SMALL_STATE(7119)] = 275397, + [SMALL_STATE(7120)] = 275410, + [SMALL_STATE(7121)] = 275423, + [SMALL_STATE(7122)] = 275436, + [SMALL_STATE(7123)] = 275449, + [SMALL_STATE(7124)] = 275462, + [SMALL_STATE(7125)] = 275473, + [SMALL_STATE(7126)] = 275486, + [SMALL_STATE(7127)] = 275499, + [SMALL_STATE(7128)] = 275512, + [SMALL_STATE(7129)] = 275525, + [SMALL_STATE(7130)] = 275534, + [SMALL_STATE(7131)] = 275545, + [SMALL_STATE(7132)] = 275558, + [SMALL_STATE(7133)] = 275571, + [SMALL_STATE(7134)] = 275584, + [SMALL_STATE(7135)] = 275597, + [SMALL_STATE(7136)] = 275610, + [SMALL_STATE(7137)] = 275623, + [SMALL_STATE(7138)] = 275636, + [SMALL_STATE(7139)] = 275649, + [SMALL_STATE(7140)] = 275662, + [SMALL_STATE(7141)] = 275675, + [SMALL_STATE(7142)] = 275688, + [SMALL_STATE(7143)] = 275701, + [SMALL_STATE(7144)] = 275712, + [SMALL_STATE(7145)] = 275725, + [SMALL_STATE(7146)] = 275738, + [SMALL_STATE(7147)] = 275751, + [SMALL_STATE(7148)] = 275764, + [SMALL_STATE(7149)] = 275777, + [SMALL_STATE(7150)] = 275790, + [SMALL_STATE(7151)] = 275803, + [SMALL_STATE(7152)] = 275814, + [SMALL_STATE(7153)] = 275823, + [SMALL_STATE(7154)] = 275836, + [SMALL_STATE(7155)] = 275849, + [SMALL_STATE(7156)] = 275862, + [SMALL_STATE(7157)] = 275875, + [SMALL_STATE(7158)] = 275888, + [SMALL_STATE(7159)] = 275901, + [SMALL_STATE(7160)] = 275914, + [SMALL_STATE(7161)] = 275925, + [SMALL_STATE(7162)] = 275938, + [SMALL_STATE(7163)] = 275951, + [SMALL_STATE(7164)] = 275962, + [SMALL_STATE(7165)] = 275975, + [SMALL_STATE(7166)] = 275988, + [SMALL_STATE(7167)] = 276001, + [SMALL_STATE(7168)] = 276014, + [SMALL_STATE(7169)] = 276025, + [SMALL_STATE(7170)] = 276038, + [SMALL_STATE(7171)] = 276051, + [SMALL_STATE(7172)] = 276064, + [SMALL_STATE(7173)] = 276077, + [SMALL_STATE(7174)] = 276088, + [SMALL_STATE(7175)] = 276099, + [SMALL_STATE(7176)] = 276112, + [SMALL_STATE(7177)] = 276123, + [SMALL_STATE(7178)] = 276136, + [SMALL_STATE(7179)] = 276149, + [SMALL_STATE(7180)] = 276160, + [SMALL_STATE(7181)] = 276173, + [SMALL_STATE(7182)] = 276186, + [SMALL_STATE(7183)] = 276199, [SMALL_STATE(7184)] = 276208, [SMALL_STATE(7185)] = 276221, - [SMALL_STATE(7186)] = 276232, - [SMALL_STATE(7187)] = 276245, - [SMALL_STATE(7188)] = 276256, - [SMALL_STATE(7189)] = 276269, - [SMALL_STATE(7190)] = 276280, - [SMALL_STATE(7191)] = 276293, - [SMALL_STATE(7192)] = 276306, - [SMALL_STATE(7193)] = 276317, - [SMALL_STATE(7194)] = 276330, - [SMALL_STATE(7195)] = 276341, - [SMALL_STATE(7196)] = 276354, - [SMALL_STATE(7197)] = 276367, - [SMALL_STATE(7198)] = 276378, - [SMALL_STATE(7199)] = 276389, - [SMALL_STATE(7200)] = 276402, - [SMALL_STATE(7201)] = 276415, - [SMALL_STATE(7202)] = 276428, - [SMALL_STATE(7203)] = 276441, - [SMALL_STATE(7204)] = 276454, - [SMALL_STATE(7205)] = 276465, - [SMALL_STATE(7206)] = 276478, - [SMALL_STATE(7207)] = 276489, - [SMALL_STATE(7208)] = 276502, - [SMALL_STATE(7209)] = 276515, - [SMALL_STATE(7210)] = 276528, - [SMALL_STATE(7211)] = 276541, - [SMALL_STATE(7212)] = 276554, - [SMALL_STATE(7213)] = 276567, - [SMALL_STATE(7214)] = 276580, - [SMALL_STATE(7215)] = 276593, - [SMALL_STATE(7216)] = 276606, - [SMALL_STATE(7217)] = 276619, - [SMALL_STATE(7218)] = 276632, - [SMALL_STATE(7219)] = 276645, - [SMALL_STATE(7220)] = 276658, - [SMALL_STATE(7221)] = 276671, - [SMALL_STATE(7222)] = 276680, - [SMALL_STATE(7223)] = 276691, - [SMALL_STATE(7224)] = 276704, - [SMALL_STATE(7225)] = 276717, - [SMALL_STATE(7226)] = 276730, - [SMALL_STATE(7227)] = 276743, - [SMALL_STATE(7228)] = 276756, - [SMALL_STATE(7229)] = 276769, - [SMALL_STATE(7230)] = 276782, - [SMALL_STATE(7231)] = 276795, - [SMALL_STATE(7232)] = 276808, - [SMALL_STATE(7233)] = 276819, - [SMALL_STATE(7234)] = 276830, - [SMALL_STATE(7235)] = 276843, - [SMALL_STATE(7236)] = 276856, - [SMALL_STATE(7237)] = 276867, - [SMALL_STATE(7238)] = 276878, - [SMALL_STATE(7239)] = 276891, - [SMALL_STATE(7240)] = 276902, - [SMALL_STATE(7241)] = 276915, - [SMALL_STATE(7242)] = 276928, - [SMALL_STATE(7243)] = 276941, - [SMALL_STATE(7244)] = 276954, - [SMALL_STATE(7245)] = 276967, - [SMALL_STATE(7246)] = 276980, - [SMALL_STATE(7247)] = 276993, - [SMALL_STATE(7248)] = 277006, - [SMALL_STATE(7249)] = 277019, - [SMALL_STATE(7250)] = 277032, - [SMALL_STATE(7251)] = 277045, - [SMALL_STATE(7252)] = 277058, - [SMALL_STATE(7253)] = 277071, - [SMALL_STATE(7254)] = 277084, - [SMALL_STATE(7255)] = 277097, - [SMALL_STATE(7256)] = 277110, - [SMALL_STATE(7257)] = 277121, - [SMALL_STATE(7258)] = 277134, - [SMALL_STATE(7259)] = 277145, - [SMALL_STATE(7260)] = 277158, - [SMALL_STATE(7261)] = 277171, - [SMALL_STATE(7262)] = 277184, - [SMALL_STATE(7263)] = 277197, - [SMALL_STATE(7264)] = 277210, - [SMALL_STATE(7265)] = 277223, - [SMALL_STATE(7266)] = 277236, - [SMALL_STATE(7267)] = 277249, - [SMALL_STATE(7268)] = 277262, - [SMALL_STATE(7269)] = 277275, - [SMALL_STATE(7270)] = 277288, - [SMALL_STATE(7271)] = 277301, - [SMALL_STATE(7272)] = 277314, - [SMALL_STATE(7273)] = 277327, - [SMALL_STATE(7274)] = 277338, - [SMALL_STATE(7275)] = 277351, - [SMALL_STATE(7276)] = 277364, - [SMALL_STATE(7277)] = 277375, - [SMALL_STATE(7278)] = 277388, - [SMALL_STATE(7279)] = 277401, - [SMALL_STATE(7280)] = 277414, - [SMALL_STATE(7281)] = 277427, - [SMALL_STATE(7282)] = 277438, - [SMALL_STATE(7283)] = 277451, - [SMALL_STATE(7284)] = 277460, - [SMALL_STATE(7285)] = 277473, - [SMALL_STATE(7286)] = 277482, - [SMALL_STATE(7287)] = 277495, - [SMALL_STATE(7288)] = 277508, - [SMALL_STATE(7289)] = 277521, - [SMALL_STATE(7290)] = 277534, - [SMALL_STATE(7291)] = 277547, - [SMALL_STATE(7292)] = 277560, - [SMALL_STATE(7293)] = 277573, - [SMALL_STATE(7294)] = 277586, - [SMALL_STATE(7295)] = 277599, - [SMALL_STATE(7296)] = 277612, - [SMALL_STATE(7297)] = 277625, - [SMALL_STATE(7298)] = 277636, - [SMALL_STATE(7299)] = 277649, - [SMALL_STATE(7300)] = 277662, - [SMALL_STATE(7301)] = 277673, - [SMALL_STATE(7302)] = 277686, - [SMALL_STATE(7303)] = 277697, - [SMALL_STATE(7304)] = 277710, - [SMALL_STATE(7305)] = 277723, - [SMALL_STATE(7306)] = 277736, - [SMALL_STATE(7307)] = 277749, - [SMALL_STATE(7308)] = 277762, - [SMALL_STATE(7309)] = 277775, - [SMALL_STATE(7310)] = 277788, - [SMALL_STATE(7311)] = 277801, - [SMALL_STATE(7312)] = 277814, - [SMALL_STATE(7313)] = 277827, - [SMALL_STATE(7314)] = 277840, - [SMALL_STATE(7315)] = 277853, - [SMALL_STATE(7316)] = 277866, - [SMALL_STATE(7317)] = 277879, - [SMALL_STATE(7318)] = 277892, - [SMALL_STATE(7319)] = 277905, - [SMALL_STATE(7320)] = 277918, - [SMALL_STATE(7321)] = 277931, - [SMALL_STATE(7322)] = 277944, - [SMALL_STATE(7323)] = 277955, - [SMALL_STATE(7324)] = 277964, - [SMALL_STATE(7325)] = 277977, - [SMALL_STATE(7326)] = 277990, - [SMALL_STATE(7327)] = 278003, - [SMALL_STATE(7328)] = 278016, - [SMALL_STATE(7329)] = 278025, - [SMALL_STATE(7330)] = 278038, - [SMALL_STATE(7331)] = 278051, - [SMALL_STATE(7332)] = 278064, - [SMALL_STATE(7333)] = 278077, - [SMALL_STATE(7334)] = 278090, - [SMALL_STATE(7335)] = 278103, - [SMALL_STATE(7336)] = 278112, - [SMALL_STATE(7337)] = 278125, - [SMALL_STATE(7338)] = 278136, - [SMALL_STATE(7339)] = 278149, - [SMALL_STATE(7340)] = 278162, - [SMALL_STATE(7341)] = 278175, - [SMALL_STATE(7342)] = 278188, - [SMALL_STATE(7343)] = 278201, - [SMALL_STATE(7344)] = 278214, - [SMALL_STATE(7345)] = 278227, - [SMALL_STATE(7346)] = 278240, - [SMALL_STATE(7347)] = 278253, - [SMALL_STATE(7348)] = 278266, - [SMALL_STATE(7349)] = 278279, - [SMALL_STATE(7350)] = 278290, - [SMALL_STATE(7351)] = 278303, - [SMALL_STATE(7352)] = 278314, - [SMALL_STATE(7353)] = 278327, - [SMALL_STATE(7354)] = 278340, - [SMALL_STATE(7355)] = 278353, - [SMALL_STATE(7356)] = 278366, - [SMALL_STATE(7357)] = 278379, - [SMALL_STATE(7358)] = 278392, - [SMALL_STATE(7359)] = 278405, - [SMALL_STATE(7360)] = 278418, - [SMALL_STATE(7361)] = 278431, - [SMALL_STATE(7362)] = 278442, - [SMALL_STATE(7363)] = 278455, - [SMALL_STATE(7364)] = 278468, - [SMALL_STATE(7365)] = 278479, - [SMALL_STATE(7366)] = 278492, - [SMALL_STATE(7367)] = 278505, - [SMALL_STATE(7368)] = 278516, - [SMALL_STATE(7369)] = 278529, - [SMALL_STATE(7370)] = 278540, - [SMALL_STATE(7371)] = 278551, - [SMALL_STATE(7372)] = 278564, - [SMALL_STATE(7373)] = 278577, - [SMALL_STATE(7374)] = 278590, + [SMALL_STATE(7186)] = 276234, + [SMALL_STATE(7187)] = 276247, + [SMALL_STATE(7188)] = 276260, + [SMALL_STATE(7189)] = 276273, + [SMALL_STATE(7190)] = 276286, + [SMALL_STATE(7191)] = 276299, + [SMALL_STATE(7192)] = 276312, + [SMALL_STATE(7193)] = 276325, + [SMALL_STATE(7194)] = 276338, + [SMALL_STATE(7195)] = 276349, + [SMALL_STATE(7196)] = 276362, + [SMALL_STATE(7197)] = 276375, + [SMALL_STATE(7198)] = 276388, + [SMALL_STATE(7199)] = 276401, + [SMALL_STATE(7200)] = 276414, + [SMALL_STATE(7201)] = 276425, + [SMALL_STATE(7202)] = 276436, + [SMALL_STATE(7203)] = 276449, + [SMALL_STATE(7204)] = 276462, + [SMALL_STATE(7205)] = 276475, + [SMALL_STATE(7206)] = 276488, + [SMALL_STATE(7207)] = 276501, + [SMALL_STATE(7208)] = 276514, + [SMALL_STATE(7209)] = 276527, + [SMALL_STATE(7210)] = 276540, + [SMALL_STATE(7211)] = 276553, + [SMALL_STATE(7212)] = 276566, + [SMALL_STATE(7213)] = 276579, + [SMALL_STATE(7214)] = 276592, + [SMALL_STATE(7215)] = 276605, + [SMALL_STATE(7216)] = 276618, + [SMALL_STATE(7217)] = 276631, + [SMALL_STATE(7218)] = 276644, + [SMALL_STATE(7219)] = 276657, + [SMALL_STATE(7220)] = 276670, + [SMALL_STATE(7221)] = 276683, + [SMALL_STATE(7222)] = 276696, + [SMALL_STATE(7223)] = 276709, + [SMALL_STATE(7224)] = 276722, + [SMALL_STATE(7225)] = 276735, + [SMALL_STATE(7226)] = 276746, + [SMALL_STATE(7227)] = 276759, + [SMALL_STATE(7228)] = 276772, + [SMALL_STATE(7229)] = 276785, + [SMALL_STATE(7230)] = 276798, + [SMALL_STATE(7231)] = 276811, + [SMALL_STATE(7232)] = 276824, + [SMALL_STATE(7233)] = 276837, + [SMALL_STATE(7234)] = 276850, + [SMALL_STATE(7235)] = 276863, + [SMALL_STATE(7236)] = 276876, + [SMALL_STATE(7237)] = 276889, + [SMALL_STATE(7238)] = 276902, + [SMALL_STATE(7239)] = 276915, + [SMALL_STATE(7240)] = 276926, + [SMALL_STATE(7241)] = 276939, + [SMALL_STATE(7242)] = 276950, + [SMALL_STATE(7243)] = 276963, + [SMALL_STATE(7244)] = 276976, + [SMALL_STATE(7245)] = 276989, + [SMALL_STATE(7246)] = 277002, + [SMALL_STATE(7247)] = 277015, + [SMALL_STATE(7248)] = 277028, + [SMALL_STATE(7249)] = 277039, + [SMALL_STATE(7250)] = 277052, + [SMALL_STATE(7251)] = 277065, + [SMALL_STATE(7252)] = 277078, + [SMALL_STATE(7253)] = 277091, + [SMALL_STATE(7254)] = 277104, + [SMALL_STATE(7255)] = 277117, + [SMALL_STATE(7256)] = 277130, + [SMALL_STATE(7257)] = 277143, + [SMALL_STATE(7258)] = 277154, + [SMALL_STATE(7259)] = 277167, + [SMALL_STATE(7260)] = 277180, + [SMALL_STATE(7261)] = 277191, + [SMALL_STATE(7262)] = 277200, + [SMALL_STATE(7263)] = 277213, + [SMALL_STATE(7264)] = 277226, + [SMALL_STATE(7265)] = 277239, + [SMALL_STATE(7266)] = 277248, + [SMALL_STATE(7267)] = 277261, + [SMALL_STATE(7268)] = 277274, + [SMALL_STATE(7269)] = 277287, + [SMALL_STATE(7270)] = 277300, + [SMALL_STATE(7271)] = 277313, + [SMALL_STATE(7272)] = 277326, + [SMALL_STATE(7273)] = 277339, + [SMALL_STATE(7274)] = 277352, + [SMALL_STATE(7275)] = 277365, + [SMALL_STATE(7276)] = 277378, + [SMALL_STATE(7277)] = 277391, + [SMALL_STATE(7278)] = 277402, + [SMALL_STATE(7279)] = 277415, + [SMALL_STATE(7280)] = 277428, + [SMALL_STATE(7281)] = 277441, + [SMALL_STATE(7282)] = 277452, + [SMALL_STATE(7283)] = 277465, + [SMALL_STATE(7284)] = 277476, + [SMALL_STATE(7285)] = 277489, + [SMALL_STATE(7286)] = 277502, + [SMALL_STATE(7287)] = 277515, + [SMALL_STATE(7288)] = 277526, + [SMALL_STATE(7289)] = 277539, + [SMALL_STATE(7290)] = 277552, + [SMALL_STATE(7291)] = 277565, + [SMALL_STATE(7292)] = 277578, + [SMALL_STATE(7293)] = 277591, + [SMALL_STATE(7294)] = 277604, + [SMALL_STATE(7295)] = 277617, + [SMALL_STATE(7296)] = 277630, + [SMALL_STATE(7297)] = 277639, + [SMALL_STATE(7298)] = 277652, + [SMALL_STATE(7299)] = 277665, + [SMALL_STATE(7300)] = 277678, + [SMALL_STATE(7301)] = 277691, + [SMALL_STATE(7302)] = 277704, + [SMALL_STATE(7303)] = 277717, + [SMALL_STATE(7304)] = 277728, + [SMALL_STATE(7305)] = 277741, + [SMALL_STATE(7306)] = 277754, + [SMALL_STATE(7307)] = 277767, + [SMALL_STATE(7308)] = 277780, + [SMALL_STATE(7309)] = 277793, + [SMALL_STATE(7310)] = 277806, + [SMALL_STATE(7311)] = 277817, + [SMALL_STATE(7312)] = 277828, + [SMALL_STATE(7313)] = 277841, + [SMALL_STATE(7314)] = 277854, + [SMALL_STATE(7315)] = 277867, + [SMALL_STATE(7316)] = 277878, + [SMALL_STATE(7317)] = 277891, + [SMALL_STATE(7318)] = 277902, + [SMALL_STATE(7319)] = 277915, + [SMALL_STATE(7320)] = 277928, + [SMALL_STATE(7321)] = 277941, + [SMALL_STATE(7322)] = 277954, + [SMALL_STATE(7323)] = 277967, + [SMALL_STATE(7324)] = 277980, + [SMALL_STATE(7325)] = 277993, + [SMALL_STATE(7326)] = 278006, + [SMALL_STATE(7327)] = 278019, + [SMALL_STATE(7328)] = 278030, + [SMALL_STATE(7329)] = 278039, + [SMALL_STATE(7330)] = 278052, + [SMALL_STATE(7331)] = 278061, + [SMALL_STATE(7332)] = 278074, + [SMALL_STATE(7333)] = 278087, + [SMALL_STATE(7334)] = 278098, + [SMALL_STATE(7335)] = 278111, + [SMALL_STATE(7336)] = 278124, + [SMALL_STATE(7337)] = 278137, + [SMALL_STATE(7338)] = 278150, + [SMALL_STATE(7339)] = 278163, + [SMALL_STATE(7340)] = 278176, + [SMALL_STATE(7341)] = 278189, + [SMALL_STATE(7342)] = 278202, + [SMALL_STATE(7343)] = 278215, + [SMALL_STATE(7344)] = 278228, + [SMALL_STATE(7345)] = 278241, + [SMALL_STATE(7346)] = 278252, + [SMALL_STATE(7347)] = 278265, + [SMALL_STATE(7348)] = 278278, + [SMALL_STATE(7349)] = 278291, + [SMALL_STATE(7350)] = 278304, + [SMALL_STATE(7351)] = 278315, + [SMALL_STATE(7352)] = 278326, + [SMALL_STATE(7353)] = 278339, + [SMALL_STATE(7354)] = 278350, + [SMALL_STATE(7355)] = 278363, + [SMALL_STATE(7356)] = 278374, + [SMALL_STATE(7357)] = 278385, + [SMALL_STATE(7358)] = 278398, + [SMALL_STATE(7359)] = 278411, + [SMALL_STATE(7360)] = 278424, + [SMALL_STATE(7361)] = 278435, + [SMALL_STATE(7362)] = 278448, + [SMALL_STATE(7363)] = 278459, + [SMALL_STATE(7364)] = 278472, + [SMALL_STATE(7365)] = 278485, + [SMALL_STATE(7366)] = 278496, + [SMALL_STATE(7367)] = 278507, + [SMALL_STATE(7368)] = 278520, + [SMALL_STATE(7369)] = 278531, + [SMALL_STATE(7370)] = 278544, + [SMALL_STATE(7371)] = 278557, + [SMALL_STATE(7372)] = 278570, + [SMALL_STATE(7373)] = 278579, + [SMALL_STATE(7374)] = 278592, [SMALL_STATE(7375)] = 278601, [SMALL_STATE(7376)] = 278614, [SMALL_STATE(7377)] = 278627, - [SMALL_STATE(7378)] = 278636, - [SMALL_STATE(7379)] = 278649, - [SMALL_STATE(7380)] = 278662, - [SMALL_STATE(7381)] = 278673, - [SMALL_STATE(7382)] = 278686, - [SMALL_STATE(7383)] = 278697, - [SMALL_STATE(7384)] = 278710, - [SMALL_STATE(7385)] = 278723, - [SMALL_STATE(7386)] = 278732, - [SMALL_STATE(7387)] = 278743, - [SMALL_STATE(7388)] = 278756, - [SMALL_STATE(7389)] = 278767, - [SMALL_STATE(7390)] = 278780, - [SMALL_STATE(7391)] = 278793, - [SMALL_STATE(7392)] = 278806, - [SMALL_STATE(7393)] = 278819, - [SMALL_STATE(7394)] = 278832, - [SMALL_STATE(7395)] = 278845, - [SMALL_STATE(7396)] = 278858, - [SMALL_STATE(7397)] = 278871, - [SMALL_STATE(7398)] = 278884, - [SMALL_STATE(7399)] = 278897, + [SMALL_STATE(7378)] = 278640, + [SMALL_STATE(7379)] = 278653, + [SMALL_STATE(7380)] = 278666, + [SMALL_STATE(7381)] = 278679, + [SMALL_STATE(7382)] = 278692, + [SMALL_STATE(7383)] = 278701, + [SMALL_STATE(7384)] = 278714, + [SMALL_STATE(7385)] = 278727, + [SMALL_STATE(7386)] = 278740, + [SMALL_STATE(7387)] = 278753, + [SMALL_STATE(7388)] = 278766, + [SMALL_STATE(7389)] = 278779, + [SMALL_STATE(7390)] = 278790, + [SMALL_STATE(7391)] = 278801, + [SMALL_STATE(7392)] = 278810, + [SMALL_STATE(7393)] = 278821, + [SMALL_STATE(7394)] = 278834, + [SMALL_STATE(7395)] = 278843, + [SMALL_STATE(7396)] = 278856, + [SMALL_STATE(7397)] = 278869, + [SMALL_STATE(7398)] = 278882, + [SMALL_STATE(7399)] = 278895, [SMALL_STATE(7400)] = 278908, [SMALL_STATE(7401)] = 278921, - [SMALL_STATE(7402)] = 278934, + [SMALL_STATE(7402)] = 278932, [SMALL_STATE(7403)] = 278945, [SMALL_STATE(7404)] = 278958, [SMALL_STATE(7405)] = 278971, @@ -534926,359 +534926,359 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(7411)] = 279049, [SMALL_STATE(7412)] = 279062, [SMALL_STATE(7413)] = 279075, - [SMALL_STATE(7414)] = 279088, - [SMALL_STATE(7415)] = 279101, + [SMALL_STATE(7414)] = 279086, + [SMALL_STATE(7415)] = 279099, [SMALL_STATE(7416)] = 279112, [SMALL_STATE(7417)] = 279125, - [SMALL_STATE(7418)] = 279138, + [SMALL_STATE(7418)] = 279136, [SMALL_STATE(7419)] = 279149, - [SMALL_STATE(7420)] = 279158, - [SMALL_STATE(7421)] = 279169, - [SMALL_STATE(7422)] = 279182, - [SMALL_STATE(7423)] = 279195, - [SMALL_STATE(7424)] = 279206, - [SMALL_STATE(7425)] = 279219, - [SMALL_STATE(7426)] = 279232, - [SMALL_STATE(7427)] = 279241, - [SMALL_STATE(7428)] = 279254, - [SMALL_STATE(7429)] = 279267, - [SMALL_STATE(7430)] = 279280, - [SMALL_STATE(7431)] = 279293, - [SMALL_STATE(7432)] = 279306, - [SMALL_STATE(7433)] = 279319, - [SMALL_STATE(7434)] = 279332, - [SMALL_STATE(7435)] = 279345, - [SMALL_STATE(7436)] = 279358, - [SMALL_STATE(7437)] = 279371, - [SMALL_STATE(7438)] = 279384, - [SMALL_STATE(7439)] = 279397, + [SMALL_STATE(7420)] = 279162, + [SMALL_STATE(7421)] = 279175, + [SMALL_STATE(7422)] = 279186, + [SMALL_STATE(7423)] = 279199, + [SMALL_STATE(7424)] = 279212, + [SMALL_STATE(7425)] = 279225, + [SMALL_STATE(7426)] = 279238, + [SMALL_STATE(7427)] = 279247, + [SMALL_STATE(7428)] = 279260, + [SMALL_STATE(7429)] = 279273, + [SMALL_STATE(7430)] = 279286, + [SMALL_STATE(7431)] = 279299, + [SMALL_STATE(7432)] = 279308, + [SMALL_STATE(7433)] = 279321, + [SMALL_STATE(7434)] = 279334, + [SMALL_STATE(7435)] = 279347, + [SMALL_STATE(7436)] = 279360, + [SMALL_STATE(7437)] = 279373, + [SMALL_STATE(7438)] = 279386, + [SMALL_STATE(7439)] = 279395, [SMALL_STATE(7440)] = 279408, [SMALL_STATE(7441)] = 279421, - [SMALL_STATE(7442)] = 279432, - [SMALL_STATE(7443)] = 279445, - [SMALL_STATE(7444)] = 279458, + [SMALL_STATE(7442)] = 279434, + [SMALL_STATE(7443)] = 279447, + [SMALL_STATE(7444)] = 279460, [SMALL_STATE(7445)] = 279471, [SMALL_STATE(7446)] = 279484, - [SMALL_STATE(7447)] = 279493, - [SMALL_STATE(7448)] = 279506, - [SMALL_STATE(7449)] = 279519, - [SMALL_STATE(7450)] = 279532, + [SMALL_STATE(7447)] = 279497, + [SMALL_STATE(7448)] = 279510, + [SMALL_STATE(7449)] = 279523, + [SMALL_STATE(7450)] = 279534, [SMALL_STATE(7451)] = 279545, [SMALL_STATE(7452)] = 279558, [SMALL_STATE(7453)] = 279571, [SMALL_STATE(7454)] = 279581, [SMALL_STATE(7455)] = 279591, - [SMALL_STATE(7456)] = 279599, - [SMALL_STATE(7457)] = 279607, - [SMALL_STATE(7458)] = 279617, - [SMALL_STATE(7459)] = 279627, - [SMALL_STATE(7460)] = 279637, - [SMALL_STATE(7461)] = 279647, - [SMALL_STATE(7462)] = 279657, - [SMALL_STATE(7463)] = 279667, - [SMALL_STATE(7464)] = 279677, - [SMALL_STATE(7465)] = 279687, - [SMALL_STATE(7466)] = 279697, - [SMALL_STATE(7467)] = 279707, - [SMALL_STATE(7468)] = 279717, - [SMALL_STATE(7469)] = 279727, - [SMALL_STATE(7470)] = 279737, - [SMALL_STATE(7471)] = 279747, - [SMALL_STATE(7472)] = 279757, - [SMALL_STATE(7473)] = 279767, - [SMALL_STATE(7474)] = 279777, - [SMALL_STATE(7475)] = 279787, - [SMALL_STATE(7476)] = 279797, - [SMALL_STATE(7477)] = 279807, - [SMALL_STATE(7478)] = 279817, - [SMALL_STATE(7479)] = 279827, - [SMALL_STATE(7480)] = 279837, - [SMALL_STATE(7481)] = 279847, - [SMALL_STATE(7482)] = 279857, - [SMALL_STATE(7483)] = 279867, - [SMALL_STATE(7484)] = 279877, - [SMALL_STATE(7485)] = 279887, - [SMALL_STATE(7486)] = 279897, - [SMALL_STATE(7487)] = 279907, - [SMALL_STATE(7488)] = 279917, - [SMALL_STATE(7489)] = 279927, - [SMALL_STATE(7490)] = 279937, - [SMALL_STATE(7491)] = 279945, - [SMALL_STATE(7492)] = 279955, - [SMALL_STATE(7493)] = 279965, - [SMALL_STATE(7494)] = 279975, - [SMALL_STATE(7495)] = 279985, - [SMALL_STATE(7496)] = 279993, - [SMALL_STATE(7497)] = 280003, - [SMALL_STATE(7498)] = 280013, - [SMALL_STATE(7499)] = 280023, - [SMALL_STATE(7500)] = 280033, - [SMALL_STATE(7501)] = 280043, - [SMALL_STATE(7502)] = 280053, - [SMALL_STATE(7503)] = 280063, - [SMALL_STATE(7504)] = 280073, - [SMALL_STATE(7505)] = 280083, - [SMALL_STATE(7506)] = 280093, - [SMALL_STATE(7507)] = 280103, - [SMALL_STATE(7508)] = 280113, - [SMALL_STATE(7509)] = 280123, - [SMALL_STATE(7510)] = 280133, - [SMALL_STATE(7511)] = 280141, - [SMALL_STATE(7512)] = 280149, - [SMALL_STATE(7513)] = 280159, - [SMALL_STATE(7514)] = 280169, - [SMALL_STATE(7515)] = 280179, - [SMALL_STATE(7516)] = 280189, - [SMALL_STATE(7517)] = 280199, - [SMALL_STATE(7518)] = 280209, - [SMALL_STATE(7519)] = 280219, - [SMALL_STATE(7520)] = 280229, - [SMALL_STATE(7521)] = 280239, - [SMALL_STATE(7522)] = 280247, - [SMALL_STATE(7523)] = 280257, - [SMALL_STATE(7524)] = 280267, - [SMALL_STATE(7525)] = 280277, - [SMALL_STATE(7526)] = 280287, - [SMALL_STATE(7527)] = 280297, - [SMALL_STATE(7528)] = 280305, - [SMALL_STATE(7529)] = 280315, - [SMALL_STATE(7530)] = 280325, - [SMALL_STATE(7531)] = 280335, - [SMALL_STATE(7532)] = 280345, - [SMALL_STATE(7533)] = 280355, - [SMALL_STATE(7534)] = 280365, - [SMALL_STATE(7535)] = 280375, - [SMALL_STATE(7536)] = 280385, - [SMALL_STATE(7537)] = 280395, - [SMALL_STATE(7538)] = 280405, - [SMALL_STATE(7539)] = 280415, - [SMALL_STATE(7540)] = 280425, - [SMALL_STATE(7541)] = 280435, - [SMALL_STATE(7542)] = 280445, - [SMALL_STATE(7543)] = 280455, - [SMALL_STATE(7544)] = 280465, - [SMALL_STATE(7545)] = 280475, - [SMALL_STATE(7546)] = 280485, - [SMALL_STATE(7547)] = 280495, - [SMALL_STATE(7548)] = 280505, - [SMALL_STATE(7549)] = 280515, - [SMALL_STATE(7550)] = 280525, - [SMALL_STATE(7551)] = 280535, - [SMALL_STATE(7552)] = 280545, - [SMALL_STATE(7553)] = 280555, - [SMALL_STATE(7554)] = 280565, - [SMALL_STATE(7555)] = 280575, - [SMALL_STATE(7556)] = 280585, - [SMALL_STATE(7557)] = 280595, - [SMALL_STATE(7558)] = 280605, - [SMALL_STATE(7559)] = 280615, - [SMALL_STATE(7560)] = 280623, - [SMALL_STATE(7561)] = 280631, - [SMALL_STATE(7562)] = 280639, - [SMALL_STATE(7563)] = 280649, - [SMALL_STATE(7564)] = 280659, - [SMALL_STATE(7565)] = 280669, - [SMALL_STATE(7566)] = 280679, - [SMALL_STATE(7567)] = 280689, - [SMALL_STATE(7568)] = 280699, - [SMALL_STATE(7569)] = 280709, - [SMALL_STATE(7570)] = 280719, - [SMALL_STATE(7571)] = 280729, - [SMALL_STATE(7572)] = 280739, - [SMALL_STATE(7573)] = 280747, - [SMALL_STATE(7574)] = 280757, - [SMALL_STATE(7575)] = 280767, - [SMALL_STATE(7576)] = 280777, - [SMALL_STATE(7577)] = 280787, - [SMALL_STATE(7578)] = 280797, - [SMALL_STATE(7579)] = 280807, - [SMALL_STATE(7580)] = 280815, - [SMALL_STATE(7581)] = 280825, - [SMALL_STATE(7582)] = 280835, - [SMALL_STATE(7583)] = 280845, - [SMALL_STATE(7584)] = 280855, - [SMALL_STATE(7585)] = 280865, - [SMALL_STATE(7586)] = 280875, - [SMALL_STATE(7587)] = 280885, - [SMALL_STATE(7588)] = 280895, - [SMALL_STATE(7589)] = 280905, - [SMALL_STATE(7590)] = 280915, - [SMALL_STATE(7591)] = 280925, - [SMALL_STATE(7592)] = 280935, - [SMALL_STATE(7593)] = 280945, - [SMALL_STATE(7594)] = 280953, - [SMALL_STATE(7595)] = 280963, - [SMALL_STATE(7596)] = 280973, - [SMALL_STATE(7597)] = 280983, - [SMALL_STATE(7598)] = 280993, - [SMALL_STATE(7599)] = 281001, - [SMALL_STATE(7600)] = 281011, - [SMALL_STATE(7601)] = 281021, - [SMALL_STATE(7602)] = 281031, - [SMALL_STATE(7603)] = 281041, - [SMALL_STATE(7604)] = 281049, - [SMALL_STATE(7605)] = 281059, - [SMALL_STATE(7606)] = 281067, - [SMALL_STATE(7607)] = 281077, - [SMALL_STATE(7608)] = 281087, - [SMALL_STATE(7609)] = 281097, - [SMALL_STATE(7610)] = 281107, - [SMALL_STATE(7611)] = 281115, - [SMALL_STATE(7612)] = 281125, - [SMALL_STATE(7613)] = 281135, - [SMALL_STATE(7614)] = 281143, - [SMALL_STATE(7615)] = 281151, - [SMALL_STATE(7616)] = 281159, - [SMALL_STATE(7617)] = 281169, - [SMALL_STATE(7618)] = 281179, - [SMALL_STATE(7619)] = 281189, - [SMALL_STATE(7620)] = 281199, - [SMALL_STATE(7621)] = 281209, - [SMALL_STATE(7622)] = 281219, - [SMALL_STATE(7623)] = 281227, - [SMALL_STATE(7624)] = 281237, - [SMALL_STATE(7625)] = 281247, - [SMALL_STATE(7626)] = 281257, - [SMALL_STATE(7627)] = 281267, - [SMALL_STATE(7628)] = 281277, - [SMALL_STATE(7629)] = 281287, - [SMALL_STATE(7630)] = 281297, - [SMALL_STATE(7631)] = 281307, - [SMALL_STATE(7632)] = 281317, - [SMALL_STATE(7633)] = 281327, - [SMALL_STATE(7634)] = 281335, - [SMALL_STATE(7635)] = 281345, - [SMALL_STATE(7636)] = 281355, - [SMALL_STATE(7637)] = 281365, - [SMALL_STATE(7638)] = 281375, - [SMALL_STATE(7639)] = 281385, - [SMALL_STATE(7640)] = 281393, - [SMALL_STATE(7641)] = 281403, - [SMALL_STATE(7642)] = 281413, - [SMALL_STATE(7643)] = 281423, - [SMALL_STATE(7644)] = 281433, - [SMALL_STATE(7645)] = 281443, - [SMALL_STATE(7646)] = 281453, - [SMALL_STATE(7647)] = 281463, - [SMALL_STATE(7648)] = 281473, - [SMALL_STATE(7649)] = 281483, - [SMALL_STATE(7650)] = 281493, - [SMALL_STATE(7651)] = 281503, - [SMALL_STATE(7652)] = 281511, - [SMALL_STATE(7653)] = 281519, - [SMALL_STATE(7654)] = 281529, - [SMALL_STATE(7655)] = 281537, - [SMALL_STATE(7656)] = 281547, - [SMALL_STATE(7657)] = 281557, - [SMALL_STATE(7658)] = 281567, - [SMALL_STATE(7659)] = 281577, - [SMALL_STATE(7660)] = 281585, - [SMALL_STATE(7661)] = 281595, - [SMALL_STATE(7662)] = 281605, - [SMALL_STATE(7663)] = 281615, - [SMALL_STATE(7664)] = 281625, - [SMALL_STATE(7665)] = 281635, - [SMALL_STATE(7666)] = 281645, - [SMALL_STATE(7667)] = 281655, - [SMALL_STATE(7668)] = 281665, - [SMALL_STATE(7669)] = 281673, - [SMALL_STATE(7670)] = 281683, - [SMALL_STATE(7671)] = 281693, - [SMALL_STATE(7672)] = 281703, - [SMALL_STATE(7673)] = 281713, - [SMALL_STATE(7674)] = 281721, - [SMALL_STATE(7675)] = 281729, - [SMALL_STATE(7676)] = 281737, - [SMALL_STATE(7677)] = 281747, - [SMALL_STATE(7678)] = 281757, - [SMALL_STATE(7679)] = 281767, - [SMALL_STATE(7680)] = 281777, - [SMALL_STATE(7681)] = 281787, - [SMALL_STATE(7682)] = 281797, - [SMALL_STATE(7683)] = 281807, - [SMALL_STATE(7684)] = 281817, - [SMALL_STATE(7685)] = 281827, - [SMALL_STATE(7686)] = 281837, - [SMALL_STATE(7687)] = 281847, - [SMALL_STATE(7688)] = 281857, - [SMALL_STATE(7689)] = 281867, - [SMALL_STATE(7690)] = 281877, - [SMALL_STATE(7691)] = 281887, - [SMALL_STATE(7692)] = 281897, - [SMALL_STATE(7693)] = 281907, - [SMALL_STATE(7694)] = 281917, - [SMALL_STATE(7695)] = 281927, - [SMALL_STATE(7696)] = 281937, - [SMALL_STATE(7697)] = 281947, - [SMALL_STATE(7698)] = 281955, - [SMALL_STATE(7699)] = 281965, - [SMALL_STATE(7700)] = 281975, - [SMALL_STATE(7701)] = 281985, - [SMALL_STATE(7702)] = 281995, - [SMALL_STATE(7703)] = 282003, - [SMALL_STATE(7704)] = 282013, - [SMALL_STATE(7705)] = 282021, - [SMALL_STATE(7706)] = 282031, - [SMALL_STATE(7707)] = 282041, - [SMALL_STATE(7708)] = 282051, - [SMALL_STATE(7709)] = 282061, - [SMALL_STATE(7710)] = 282071, - [SMALL_STATE(7711)] = 282081, - [SMALL_STATE(7712)] = 282091, - [SMALL_STATE(7713)] = 282099, - [SMALL_STATE(7714)] = 282109, - [SMALL_STATE(7715)] = 282119, - [SMALL_STATE(7716)] = 282129, - [SMALL_STATE(7717)] = 282139, - [SMALL_STATE(7718)] = 282149, - [SMALL_STATE(7719)] = 282159, - [SMALL_STATE(7720)] = 282169, - [SMALL_STATE(7721)] = 282179, - [SMALL_STATE(7722)] = 282189, - [SMALL_STATE(7723)] = 282199, - [SMALL_STATE(7724)] = 282207, - [SMALL_STATE(7725)] = 282217, - [SMALL_STATE(7726)] = 282227, - [SMALL_STATE(7727)] = 282237, - [SMALL_STATE(7728)] = 282247, - [SMALL_STATE(7729)] = 282257, - [SMALL_STATE(7730)] = 282267, - [SMALL_STATE(7731)] = 282277, - [SMALL_STATE(7732)] = 282287, - [SMALL_STATE(7733)] = 282297, - [SMALL_STATE(7734)] = 282307, - [SMALL_STATE(7735)] = 282317, - [SMALL_STATE(7736)] = 282327, - [SMALL_STATE(7737)] = 282337, - [SMALL_STATE(7738)] = 282347, - [SMALL_STATE(7739)] = 282357, - [SMALL_STATE(7740)] = 282367, - [SMALL_STATE(7741)] = 282377, - [SMALL_STATE(7742)] = 282387, - [SMALL_STATE(7743)] = 282397, - [SMALL_STATE(7744)] = 282407, - [SMALL_STATE(7745)] = 282417, - [SMALL_STATE(7746)] = 282427, - [SMALL_STATE(7747)] = 282437, - [SMALL_STATE(7748)] = 282447, - [SMALL_STATE(7749)] = 282457, - [SMALL_STATE(7750)] = 282467, - [SMALL_STATE(7751)] = 282477, - [SMALL_STATE(7752)] = 282487, - [SMALL_STATE(7753)] = 282497, - [SMALL_STATE(7754)] = 282507, - [SMALL_STATE(7755)] = 282517, - [SMALL_STATE(7756)] = 282527, - [SMALL_STATE(7757)] = 282537, - [SMALL_STATE(7758)] = 282547, - [SMALL_STATE(7759)] = 282557, - [SMALL_STATE(7760)] = 282567, - [SMALL_STATE(7761)] = 282577, - [SMALL_STATE(7762)] = 282587, - [SMALL_STATE(7763)] = 282597, - [SMALL_STATE(7764)] = 282607, - [SMALL_STATE(7765)] = 282617, - [SMALL_STATE(7766)] = 282627, + [SMALL_STATE(7456)] = 279601, + [SMALL_STATE(7457)] = 279611, + [SMALL_STATE(7458)] = 279621, + [SMALL_STATE(7459)] = 279631, + [SMALL_STATE(7460)] = 279641, + [SMALL_STATE(7461)] = 279651, + [SMALL_STATE(7462)] = 279661, + [SMALL_STATE(7463)] = 279671, + [SMALL_STATE(7464)] = 279681, + [SMALL_STATE(7465)] = 279691, + [SMALL_STATE(7466)] = 279701, + [SMALL_STATE(7467)] = 279711, + [SMALL_STATE(7468)] = 279721, + [SMALL_STATE(7469)] = 279731, + [SMALL_STATE(7470)] = 279741, + [SMALL_STATE(7471)] = 279751, + [SMALL_STATE(7472)] = 279761, + [SMALL_STATE(7473)] = 279771, + [SMALL_STATE(7474)] = 279781, + [SMALL_STATE(7475)] = 279791, + [SMALL_STATE(7476)] = 279801, + [SMALL_STATE(7477)] = 279811, + [SMALL_STATE(7478)] = 279821, + [SMALL_STATE(7479)] = 279831, + [SMALL_STATE(7480)] = 279841, + [SMALL_STATE(7481)] = 279851, + [SMALL_STATE(7482)] = 279861, + [SMALL_STATE(7483)] = 279871, + [SMALL_STATE(7484)] = 279881, + [SMALL_STATE(7485)] = 279891, + [SMALL_STATE(7486)] = 279901, + [SMALL_STATE(7487)] = 279911, + [SMALL_STATE(7488)] = 279921, + [SMALL_STATE(7489)] = 279931, + [SMALL_STATE(7490)] = 279941, + [SMALL_STATE(7491)] = 279951, + [SMALL_STATE(7492)] = 279961, + [SMALL_STATE(7493)] = 279971, + [SMALL_STATE(7494)] = 279981, + [SMALL_STATE(7495)] = 279991, + [SMALL_STATE(7496)] = 279999, + [SMALL_STATE(7497)] = 280009, + [SMALL_STATE(7498)] = 280019, + [SMALL_STATE(7499)] = 280029, + [SMALL_STATE(7500)] = 280039, + [SMALL_STATE(7501)] = 280049, + [SMALL_STATE(7502)] = 280059, + [SMALL_STATE(7503)] = 280069, + [SMALL_STATE(7504)] = 280079, + [SMALL_STATE(7505)] = 280087, + [SMALL_STATE(7506)] = 280097, + [SMALL_STATE(7507)] = 280107, + [SMALL_STATE(7508)] = 280117, + [SMALL_STATE(7509)] = 280127, + [SMALL_STATE(7510)] = 280137, + [SMALL_STATE(7511)] = 280147, + [SMALL_STATE(7512)] = 280155, + [SMALL_STATE(7513)] = 280165, + [SMALL_STATE(7514)] = 280175, + [SMALL_STATE(7515)] = 280185, + [SMALL_STATE(7516)] = 280195, + [SMALL_STATE(7517)] = 280205, + [SMALL_STATE(7518)] = 280215, + [SMALL_STATE(7519)] = 280225, + [SMALL_STATE(7520)] = 280235, + [SMALL_STATE(7521)] = 280245, + [SMALL_STATE(7522)] = 280255, + [SMALL_STATE(7523)] = 280263, + [SMALL_STATE(7524)] = 280273, + [SMALL_STATE(7525)] = 280283, + [SMALL_STATE(7526)] = 280293, + [SMALL_STATE(7527)] = 280303, + [SMALL_STATE(7528)] = 280313, + [SMALL_STATE(7529)] = 280323, + [SMALL_STATE(7530)] = 280333, + [SMALL_STATE(7531)] = 280343, + [SMALL_STATE(7532)] = 280353, + [SMALL_STATE(7533)] = 280361, + [SMALL_STATE(7534)] = 280371, + [SMALL_STATE(7535)] = 280381, + [SMALL_STATE(7536)] = 280391, + [SMALL_STATE(7537)] = 280401, + [SMALL_STATE(7538)] = 280411, + [SMALL_STATE(7539)] = 280421, + [SMALL_STATE(7540)] = 280431, + [SMALL_STATE(7541)] = 280441, + [SMALL_STATE(7542)] = 280451, + [SMALL_STATE(7543)] = 280461, + [SMALL_STATE(7544)] = 280471, + [SMALL_STATE(7545)] = 280481, + [SMALL_STATE(7546)] = 280491, + [SMALL_STATE(7547)] = 280501, + [SMALL_STATE(7548)] = 280511, + [SMALL_STATE(7549)] = 280521, + [SMALL_STATE(7550)] = 280531, + [SMALL_STATE(7551)] = 280541, + [SMALL_STATE(7552)] = 280551, + [SMALL_STATE(7553)] = 280561, + [SMALL_STATE(7554)] = 280571, + [SMALL_STATE(7555)] = 280579, + [SMALL_STATE(7556)] = 280589, + [SMALL_STATE(7557)] = 280599, + [SMALL_STATE(7558)] = 280609, + [SMALL_STATE(7559)] = 280619, + [SMALL_STATE(7560)] = 280629, + [SMALL_STATE(7561)] = 280639, + [SMALL_STATE(7562)] = 280647, + [SMALL_STATE(7563)] = 280657, + [SMALL_STATE(7564)] = 280667, + [SMALL_STATE(7565)] = 280677, + [SMALL_STATE(7566)] = 280687, + [SMALL_STATE(7567)] = 280697, + [SMALL_STATE(7568)] = 280707, + [SMALL_STATE(7569)] = 280717, + [SMALL_STATE(7570)] = 280725, + [SMALL_STATE(7571)] = 280735, + [SMALL_STATE(7572)] = 280745, + [SMALL_STATE(7573)] = 280755, + [SMALL_STATE(7574)] = 280763, + [SMALL_STATE(7575)] = 280773, + [SMALL_STATE(7576)] = 280783, + [SMALL_STATE(7577)] = 280793, + [SMALL_STATE(7578)] = 280801, + [SMALL_STATE(7579)] = 280811, + [SMALL_STATE(7580)] = 280821, + [SMALL_STATE(7581)] = 280831, + [SMALL_STATE(7582)] = 280841, + [SMALL_STATE(7583)] = 280851, + [SMALL_STATE(7584)] = 280861, + [SMALL_STATE(7585)] = 280871, + [SMALL_STATE(7586)] = 280881, + [SMALL_STATE(7587)] = 280891, + [SMALL_STATE(7588)] = 280901, + [SMALL_STATE(7589)] = 280911, + [SMALL_STATE(7590)] = 280921, + [SMALL_STATE(7591)] = 280931, + [SMALL_STATE(7592)] = 280941, + [SMALL_STATE(7593)] = 280951, + [SMALL_STATE(7594)] = 280961, + [SMALL_STATE(7595)] = 280971, + [SMALL_STATE(7596)] = 280981, + [SMALL_STATE(7597)] = 280989, + [SMALL_STATE(7598)] = 280997, + [SMALL_STATE(7599)] = 281007, + [SMALL_STATE(7600)] = 281017, + [SMALL_STATE(7601)] = 281027, + [SMALL_STATE(7602)] = 281037, + [SMALL_STATE(7603)] = 281045, + [SMALL_STATE(7604)] = 281055, + [SMALL_STATE(7605)] = 281065, + [SMALL_STATE(7606)] = 281075, + [SMALL_STATE(7607)] = 281085, + [SMALL_STATE(7608)] = 281095, + [SMALL_STATE(7609)] = 281105, + [SMALL_STATE(7610)] = 281115, + [SMALL_STATE(7611)] = 281125, + [SMALL_STATE(7612)] = 281135, + [SMALL_STATE(7613)] = 281145, + [SMALL_STATE(7614)] = 281155, + [SMALL_STATE(7615)] = 281163, + [SMALL_STATE(7616)] = 281173, + [SMALL_STATE(7617)] = 281183, + [SMALL_STATE(7618)] = 281193, + [SMALL_STATE(7619)] = 281201, + [SMALL_STATE(7620)] = 281211, + [SMALL_STATE(7621)] = 281221, + [SMALL_STATE(7622)] = 281231, + [SMALL_STATE(7623)] = 281241, + [SMALL_STATE(7624)] = 281251, + [SMALL_STATE(7625)] = 281259, + [SMALL_STATE(7626)] = 281267, + [SMALL_STATE(7627)] = 281277, + [SMALL_STATE(7628)] = 281285, + [SMALL_STATE(7629)] = 281295, + [SMALL_STATE(7630)] = 281305, + [SMALL_STATE(7631)] = 281315, + [SMALL_STATE(7632)] = 281325, + [SMALL_STATE(7633)] = 281335, + [SMALL_STATE(7634)] = 281345, + [SMALL_STATE(7635)] = 281355, + [SMALL_STATE(7636)] = 281365, + [SMALL_STATE(7637)] = 281375, + [SMALL_STATE(7638)] = 281385, + [SMALL_STATE(7639)] = 281395, + [SMALL_STATE(7640)] = 281405, + [SMALL_STATE(7641)] = 281415, + [SMALL_STATE(7642)] = 281425, + [SMALL_STATE(7643)] = 281435, + [SMALL_STATE(7644)] = 281445, + [SMALL_STATE(7645)] = 281455, + [SMALL_STATE(7646)] = 281465, + [SMALL_STATE(7647)] = 281475, + [SMALL_STATE(7648)] = 281485, + [SMALL_STATE(7649)] = 281495, + [SMALL_STATE(7650)] = 281505, + [SMALL_STATE(7651)] = 281515, + [SMALL_STATE(7652)] = 281525, + [SMALL_STATE(7653)] = 281535, + [SMALL_STATE(7654)] = 281545, + [SMALL_STATE(7655)] = 281555, + [SMALL_STATE(7656)] = 281565, + [SMALL_STATE(7657)] = 281575, + [SMALL_STATE(7658)] = 281585, + [SMALL_STATE(7659)] = 281595, + [SMALL_STATE(7660)] = 281603, + [SMALL_STATE(7661)] = 281613, + [SMALL_STATE(7662)] = 281623, + [SMALL_STATE(7663)] = 281633, + [SMALL_STATE(7664)] = 281641, + [SMALL_STATE(7665)] = 281649, + [SMALL_STATE(7666)] = 281659, + [SMALL_STATE(7667)] = 281669, + [SMALL_STATE(7668)] = 281679, + [SMALL_STATE(7669)] = 281689, + [SMALL_STATE(7670)] = 281699, + [SMALL_STATE(7671)] = 281709, + [SMALL_STATE(7672)] = 281719, + [SMALL_STATE(7673)] = 281729, + [SMALL_STATE(7674)] = 281739, + [SMALL_STATE(7675)] = 281747, + [SMALL_STATE(7676)] = 281757, + [SMALL_STATE(7677)] = 281765, + [SMALL_STATE(7678)] = 281775, + [SMALL_STATE(7679)] = 281785, + [SMALL_STATE(7680)] = 281795, + [SMALL_STATE(7681)] = 281805, + [SMALL_STATE(7682)] = 281815, + [SMALL_STATE(7683)] = 281823, + [SMALL_STATE(7684)] = 281833, + [SMALL_STATE(7685)] = 281843, + [SMALL_STATE(7686)] = 281853, + [SMALL_STATE(7687)] = 281863, + [SMALL_STATE(7688)] = 281873, + [SMALL_STATE(7689)] = 281881, + [SMALL_STATE(7690)] = 281891, + [SMALL_STATE(7691)] = 281901, + [SMALL_STATE(7692)] = 281911, + [SMALL_STATE(7693)] = 281921, + [SMALL_STATE(7694)] = 281931, + [SMALL_STATE(7695)] = 281941, + [SMALL_STATE(7696)] = 281951, + [SMALL_STATE(7697)] = 281961, + [SMALL_STATE(7698)] = 281971, + [SMALL_STATE(7699)] = 281981, + [SMALL_STATE(7700)] = 281991, + [SMALL_STATE(7701)] = 282001, + [SMALL_STATE(7702)] = 282011, + [SMALL_STATE(7703)] = 282021, + [SMALL_STATE(7704)] = 282031, + [SMALL_STATE(7705)] = 282041, + [SMALL_STATE(7706)] = 282051, + [SMALL_STATE(7707)] = 282061, + [SMALL_STATE(7708)] = 282071, + [SMALL_STATE(7709)] = 282081, + [SMALL_STATE(7710)] = 282091, + [SMALL_STATE(7711)] = 282099, + [SMALL_STATE(7712)] = 282109, + [SMALL_STATE(7713)] = 282119, + [SMALL_STATE(7714)] = 282129, + [SMALL_STATE(7715)] = 282139, + [SMALL_STATE(7716)] = 282149, + [SMALL_STATE(7717)] = 282159, + [SMALL_STATE(7718)] = 282169, + [SMALL_STATE(7719)] = 282179, + [SMALL_STATE(7720)] = 282189, + [SMALL_STATE(7721)] = 282199, + [SMALL_STATE(7722)] = 282209, + [SMALL_STATE(7723)] = 282219, + [SMALL_STATE(7724)] = 282227, + [SMALL_STATE(7725)] = 282237, + [SMALL_STATE(7726)] = 282247, + [SMALL_STATE(7727)] = 282257, + [SMALL_STATE(7728)] = 282267, + [SMALL_STATE(7729)] = 282275, + [SMALL_STATE(7730)] = 282285, + [SMALL_STATE(7731)] = 282295, + [SMALL_STATE(7732)] = 282303, + [SMALL_STATE(7733)] = 282313, + [SMALL_STATE(7734)] = 282323, + [SMALL_STATE(7735)] = 282333, + [SMALL_STATE(7736)] = 282343, + [SMALL_STATE(7737)] = 282353, + [SMALL_STATE(7738)] = 282363, + [SMALL_STATE(7739)] = 282373, + [SMALL_STATE(7740)] = 282383, + [SMALL_STATE(7741)] = 282393, + [SMALL_STATE(7742)] = 282403, + [SMALL_STATE(7743)] = 282411, + [SMALL_STATE(7744)] = 282421, + [SMALL_STATE(7745)] = 282431, + [SMALL_STATE(7746)] = 282441, + [SMALL_STATE(7747)] = 282451, + [SMALL_STATE(7748)] = 282461, + [SMALL_STATE(7749)] = 282469, + [SMALL_STATE(7750)] = 282479, + [SMALL_STATE(7751)] = 282487, + [SMALL_STATE(7752)] = 282495, + [SMALL_STATE(7753)] = 282505, + [SMALL_STATE(7754)] = 282515, + [SMALL_STATE(7755)] = 282525, + [SMALL_STATE(7756)] = 282533, + [SMALL_STATE(7757)] = 282541, + [SMALL_STATE(7758)] = 282551, + [SMALL_STATE(7759)] = 282561, + [SMALL_STATE(7760)] = 282571, + [SMALL_STATE(7761)] = 282581, + [SMALL_STATE(7762)] = 282591, + [SMALL_STATE(7763)] = 282601, + [SMALL_STATE(7764)] = 282609, + [SMALL_STATE(7765)] = 282619, + [SMALL_STATE(7766)] = 282629, [SMALL_STATE(7767)] = 282637, [SMALL_STATE(7768)] = 282647, [SMALL_STATE(7769)] = 282657, @@ -535291,8 +535291,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(7776)] = 282727, [SMALL_STATE(7777)] = 282737, [SMALL_STATE(7778)] = 282747, - [SMALL_STATE(7779)] = 282757, - [SMALL_STATE(7780)] = 282767, + [SMALL_STATE(7779)] = 282755, + [SMALL_STATE(7780)] = 282765, [SMALL_STATE(7781)] = 282775, [SMALL_STATE(7782)] = 282785, [SMALL_STATE(7783)] = 282795, @@ -536182,1732 +536182,1732 @@ static const TSParseActionEntry ts_parse_actions[] = { [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0, 0, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6541), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8656), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5494), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8654), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7461), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6502), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7895), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8030), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7605), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8640), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7463), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8631), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7464), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5659), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8596), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6186), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7442), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7478), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8584), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7480), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8582), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8579), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8574), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8573), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8572), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8571), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8568), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6625), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7439), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8560), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7849), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8342), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7749), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7980), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7378), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7686), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8238), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7693), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8149), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8499), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8503), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8211), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8186), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8242), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7847), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6690), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8535), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7485), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6508), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6420), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8553), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8552), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7487), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6549), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8486), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8492), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7543), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7164), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7519), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8347), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7544), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8140), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8326), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8325), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8503), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7525), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8491), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8087), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7514), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6534), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6433), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8479), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8480), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7528), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6507), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8542), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8096), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7652), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5327), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6516), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8258), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8548), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5434), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8262), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7680), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7448), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7557), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8491), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7526), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8139), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8089), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8243), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8308), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7639), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8267), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8189), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7562), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6555), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6364), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8478), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8479), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6553), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7888), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), - [269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 8), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7968), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8251), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7566), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7359), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7724), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8332), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7518), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8478), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8343), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8345), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7949), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7745), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8429), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7730), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6389), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8563), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8564), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 79), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6533), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8482), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8484), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5453), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8154), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7546), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7167), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7645), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8315), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7558), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8477), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8298), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8427), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8501), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7669), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8013), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7650), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6503), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6416), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8562), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8563), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 8), + [339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 79), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 79), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, 0, 8), - [355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 79), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(885), - [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6553), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7888), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5468), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6533), + [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8482), + [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5461), [387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7968), - [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7566), - [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(123), - [398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1423), - [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(281), - [410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), + [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8484), + [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7546), + [395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(121), + [398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1236), + [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(293), + [410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5235), [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(839), - [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(278), - [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(217), - [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3248), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2877), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2499), - [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6463), - [437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7463), - [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3368), - [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(35), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5659), - [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2802), - [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), - [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6186), - [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5084), - [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5085), - [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5087), - [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7359), - [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7724), - [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1195), - [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8332), - [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7518), - [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8478), - [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(953), - [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8343), - [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8345), - [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7949), - [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7745), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8429), - [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1115), - [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8572), - [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8571), - [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8568), - [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6625), - [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7439), - [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6841), - [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3834), - [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), - [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), - [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8560), - [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4120), - [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4998), - [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1517), + [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(289), + [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), + [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2873), + [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2488), + [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6487), + [437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7609), + [440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7749), + [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), + [449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(50), + [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5697), + [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2811), + [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2112), + [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6211), + [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5129), + [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7167), + [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7645), + [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1409), + [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8315), + [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7558), + [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8477), + [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(951), + [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8298), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8427), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8501), + [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7669), + [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8013), + [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1173), + [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), + [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8186), + [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8242), + [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), + [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6690), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7194), + [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6985), + [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3858), + [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3854), + [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2412), + [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8535), + [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4128), + [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5016), + [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1516), [575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(791), - [578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7730), - [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1189), - [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1124), - [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6511), - [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6389), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8563), - [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8564), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1138), - [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1396), - [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7487), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1288), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4941), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7931), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7841), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7612), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7336), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7767), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8205), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7726), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8562), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8330), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8329), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7847), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7760), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8303), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7765), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6548), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6361), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8585), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8577), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), - [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(886), - [774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6549), - [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8486), - [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5423), - [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8492), - [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7543), - [789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(515), - [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3117), - [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2484), - [801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2763), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7164), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7519), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1242), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8347), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7544), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8140), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(952), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8326), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8325), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8503), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7525), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8491), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1516), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7514), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6534), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6433), - [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8479), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8480), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1234), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(884), - [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6525), - [883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7931), - [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5474), - [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7841), - [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7612), - [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(218), - [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3135), - [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), - [907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(46), - [910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2765), - [913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7336), - [916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7767), - [919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), - [922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8205), - [925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7726), - [928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(199), - [931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8562), - [934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(941), - [937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8330), - [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8329), - [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), - [946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7760), - [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8303), - [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1514), - [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7765), - [958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1087), - [961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6548), - [964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6361), - [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8585), - [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8577), - [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1065), - [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1202), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), - [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), - [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(888), - [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6541), - [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8656), - [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5494), - [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8654), - [1002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7461), - [1005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(123), - [1008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [1011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1423), - [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(281), - [1020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(839), - [1026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3235), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2877), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2436), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [1044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6463), - [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7463), - [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), - [1056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3368), - [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5659), - [1068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2813), - [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [1077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [1080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), - [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6186), - [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5084), - [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5085), - [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5087), - [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7442), - [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7478), - [1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1445), - [1104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8584), - [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7480), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8582), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(964), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8579), - [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8574), - [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8573), - [1128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), - [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1115), - [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8572), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8571), - [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8568), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6625), - [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7439), - [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6841), - [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4894), - [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), - [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), - [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8560), - [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4120), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4998), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(791), - [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7485), - [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1189), - [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1160), - [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6508), - [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6420), - [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8553), - [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8552), - [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1158), - [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1250), - [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7487), - [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1288), - [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4941), - [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), - [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(935), - [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(141), - [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1164), - [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1164), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(278), - [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(284), - [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3248), - [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1855), - [1255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6463), - [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7721), - [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [1270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(35), - [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [1276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5717), - [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), - [1288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6186), - [1291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5084), - [1294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5085), - [1297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5087), - [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7359), - [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7724), - [1306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7518), - [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [1312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8478), - [1315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(953), - [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8343), - [1321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8345), - [1324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7949), - [1327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7745), - [1330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8429), - [1333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), - [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1115), - [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8572), - [1342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8571), - [1345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8568), - [1348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6625), - [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7439), - [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6841), - [1363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3834), - [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), - [1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), - [1372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8560), - [1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4998), - [1378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7502), - [1381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7730), - [1384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1189), - [1387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1124), - [1390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1138), - [1393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1396), - [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7487), - [1399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1288), - [1402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4941), - [1405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), - [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 12), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 12), - [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), - [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), - [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7502), - [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), - [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0), - [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 12), - [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 12), - [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), - [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), - [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7503), - [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8199), - [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(936), - [1455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(264), - [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3235), - [1464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7442), - [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7478), - [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7480), - [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8582), - [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(964), - [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8579), - [1488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8574), - [1491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8573), - [1494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7503), - [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8199), - [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7485), - [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1160), - [1506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1158), - [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1250), - [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(930), - [1515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(515), - [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(290), - [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3117), - [1524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7164), - [1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7519), - [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7544), - [1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [1539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8140), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(952), - [1545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8326), - [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8325), - [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8503), - [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7525), - [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8491), - [1560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7514), - [1563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), - [1566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), - [1569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1234), - [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [1576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(932), - [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(442), - [1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(269), - [1585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3135), - [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(46), - [1591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7336), - [1594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7767), - [1597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7726), - [1600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(199), - [1603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8562), - [1606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(941), - [1609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8330), - [1612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8329), - [1615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), - [1618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7760), - [1621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8303), - [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7765), - [1627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1087), - [1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1065), - [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1202), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7087), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7766), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8575), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8202), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8200), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7936), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7728), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8180), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7709), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7154), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8333), - [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7546), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8337), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), - [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(933), - [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(854), - [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(268), - [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3144), - [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(60), - [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7087), - [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7735), - [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7766), - [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8575), - [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(947), - [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8202), - [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8200), - [1735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7936), - [1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7728), - [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8180), - [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7709), - [1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1148), - [1750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1144), - [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1389), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), - [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8496), - [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8106), - [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6348), - [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), - [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8143), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8626), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8657), - [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6631), - [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7337), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6986), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), - [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8145), - [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), - [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), - [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7529), - [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), - [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7910), - [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), - [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), - [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), - [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8387), - [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8635), - [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8660), - [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6694), - [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), - [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), - [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), - [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), - [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7474), - [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), - [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5314), + [578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7650), + [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1109), + [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6503), + [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6416), + [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8562), + [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8563), + [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1110), + [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1402), + [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7652), + [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1491), + [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(4947), + [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(886), + [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6528), + [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7930), + [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5465), + [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7837), + [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7643), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(480), + [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(217), + [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3218), + [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2496), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2816), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7259), + [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7458), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1416), + [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7838), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7647), + [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(214), + [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8561), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(962), + [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8333), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8338), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7846), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7468), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8504), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), + [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7462), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), + [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6534), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6376), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8584), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8576), + [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1121), + [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1410), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7930), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), + [735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7837), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7643), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7259), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7458), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7838), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7647), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8561), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8333), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8338), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7846), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7468), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8504), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7462), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6534), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6376), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8584), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8576), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(884), + [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6516), + [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8258), + [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(5434), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8262), + [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7680), + [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(538), + [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(219), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(3180), + [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2474), + [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), + [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2802), + [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7448), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7557), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1375), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8491), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7526), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8139), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(950), + [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8089), + [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8243), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8308), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7639), + [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8267), + [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1514), + [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(7562), + [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1066), + [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6555), + [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(6364), + [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8478), + [900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(8479), + [903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1067), + [906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), + [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(888), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6502), + [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7895), + [994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5416), + [997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8030), + [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7605), + [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(121), + [1006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [1009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1236), + [1012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [1015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(293), + [1018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5235), + [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(839), + [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(747), + [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3190), + [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2873), + [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2517), + [1039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6487), + [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7609), + [1048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7749), + [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), + [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5697), + [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2831), + [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2112), + [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6211), + [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5129), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7378), + [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7686), + [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1222), + [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8238), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7693), + [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8149), + [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8499), + [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8503), + [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8211), + [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1173), + [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), + [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8186), + [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8242), + [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), + [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6690), + [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7194), + [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6985), + [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4937), + [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(3854), + [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2412), + [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8535), + [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4128), + [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5016), + [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1517), + [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7528), + [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), + [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6507), + [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(6434), + [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8542), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(8096), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1123), + [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1341), + [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(7652), + [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1491), + [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(4947), + [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), + [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), + [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5696), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7482), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 12), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 12), + [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(937), + [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), + [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [1255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(289), + [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [1275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6487), + [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7642), + [1293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(50), + [1299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [1302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5696), + [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2112), + [1314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6211), + [1317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5102), + [1320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5129), + [1323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5146), + [1326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7167), + [1329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7645), + [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7558), + [1335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [1338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8477), + [1341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(951), + [1344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8298), + [1347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8427), + [1350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8501), + [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7669), + [1356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8013), + [1359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1173), + [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), + [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8186), + [1368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8242), + [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), + [1374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6690), + [1377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [1380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [1383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7194), + [1386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(6985), + [1389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3858), + [1392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3854), + [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2412), + [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8535), + [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5016), + [1404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7482), + [1407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7650), + [1410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1109), + [1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1110), + [1419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1402), + [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7652), + [1425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1491), + [1428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(4947), + [1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), + [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 12), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 12), + [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [1452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7590), + [1454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7931), + [1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [1458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(935), + [1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(480), + [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(276), + [1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3218), + [1472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(58), + [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7259), + [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7458), + [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7647), + [1484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(214), + [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8561), + [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(962), + [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8333), + [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8338), + [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7846), + [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7468), + [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8504), + [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7462), + [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1120), + [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1121), + [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1410), + [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(930), + [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(538), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(298), + [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3180), + [1532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7448), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7557), + [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7526), + [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8139), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(950), + [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8089), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8243), + [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8308), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7639), + [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8267), + [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7562), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1066), + [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1067), + [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), + [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(934), + [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(490), + [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(288), + [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3190), + [1592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7378), + [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7686), + [1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7693), + [1604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8149), + [1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8499), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8503), + [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8211), + [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7590), + [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7931), + [1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7528), + [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), + [1634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1123), + [1637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1341), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7286), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7503), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7460), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8574), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7844), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7845), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7935), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7508), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7945), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7525), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7065), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7918), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7725), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8336), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7592), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(936), + [1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(882), + [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(258), + [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(3210), + [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(62), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7286), + [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7503), + [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7460), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(215), + [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(8574), + [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(940), + [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7844), + [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7845), + [1735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7935), + [1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7508), + [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7945), + [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7525), + [1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1127), + [1750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1128), + [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1417), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7456), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8495), + [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8350), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6475), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6217), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8142), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8625), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8656), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6664), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6913), + [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), + [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8144), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7712), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8389), + [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), + [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), + [1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), + [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8386), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8634), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8659), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), + [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7333), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6956), + [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7180), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, 0, 45), - [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, 0, 45), - [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), - [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8338), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8629), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8658), - [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6680), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), - [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8513), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7476), - [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4917), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5325), - [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7084), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7361), - [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7467), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [2046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2151), - [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(141), - [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1446), - [2055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1446), - [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1164), - [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(442), - [2064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1369), - [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6463), - [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7721), - [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(46), - [2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(5717), - [2079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2113), - [2082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7336), - [2085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7767), - [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1367), - [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8205), - [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7726), - [2097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(199), - [2100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8562), - [2103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(941), - [2106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8330), - [2109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8329), - [2112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7847), - [2115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7760), - [2118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8303), - [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1420), - [2124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1115), - [2127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8572), - [2130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8571), - [2133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8568), - [2136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6625), - [2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4213), - [2142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4213), - [2145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7439), - [2148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6841), - [2151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(3834), - [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(3956), - [2157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8513), - [2160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7502), - [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7765), - [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1189), - [2169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1087), - [2172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1065), - [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1202), - [2178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7487), - [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1288), - [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4941), - [2187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(5319), - [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [2192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2174), - [2195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(515), - [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(70), - [2201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7164), - [2204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7519), - [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1242), - [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8347), - [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7544), - [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(198), - [2219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8140), - [2222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(952), - [2225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8326), - [2228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8325), - [2231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8503), - [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7525), - [2237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8491), - [2240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7514), - [2243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1120), - [2246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1119), - [2249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1234), - [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2178), - [2261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(278), - [2264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(35), - [2267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7359), - [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7724), - [2273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1195), - [2276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8332), - [2279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7518), - [2282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(209), - [2285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8478), - [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(953), - [2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8343), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8345), - [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7949), - [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7745), - [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8429), - [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7730), - [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1124), - [2312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1138), - [2315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1396), - [2318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2187), - [2321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(483), - [2324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(36), - [2327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7442), - [2330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7478), - [2333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1445), - [2336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8584), - [2339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7480), - [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(188), - [2345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8582), - [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(964), - [2351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8579), - [2354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8574), - [2357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8573), - [2360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7503), - [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8199), - [2366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7485), - [2369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1160), - [2372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1158), - [2375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1250), - [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2185), - [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7154), - [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1363), - [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8333), - [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7546), - [2393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8337), - [2396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7628), - [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2175), - [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(854), - [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(60), - [2408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7087), - [2411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7735), - [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7766), - [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(202), - [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8575), - [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(947), - [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8202), - [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8200), - [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7936), - [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7728), - [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8180), - [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7709), - [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1148), - [2447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1144), - [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1389), - [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2144), - [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(141), - [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1446), - [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1164), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, 0, 45), + [1928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, 0, 45), + [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), + [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8337), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8628), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8657), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6649), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8541), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7764), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), + [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6494), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6942), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7753), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6851), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2186), + [2045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(154), + [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1347), + [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1347), + [2054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1295), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(289), + [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1338), + [2063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6487), + [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7642), + [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(50), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(5696), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2112), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7167), + [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7645), + [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1409), + [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8315), + [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7558), + [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(212), + [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8477), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(951), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8298), + [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8427), + [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8501), + [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7669), + [2114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8013), + [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1173), + [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1107), + [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8186), + [2126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8242), + [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7847), + [2132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6690), + [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4276), + [2138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4276), + [2141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7194), + [2144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(6985), + [2147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(3858), + [2150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(3854), + [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8541), + [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7482), + [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7650), + [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1271), + [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1109), + [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1110), + [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1402), + [2174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7652), + [2177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1491), + [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(4947), + [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(5327), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [2188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2183), + [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(490), + [2194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(41), + [2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7378), + [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7686), + [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1222), + [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8238), + [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7693), + [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(200), + [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8149), + [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(958), + [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8499), + [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8503), + [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8211), + [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7590), + [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7931), + [2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7528), + [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1122), + [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1123), + [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1341), + [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [2252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2172), + [2255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(538), + [2258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7065), + [2261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1401), + [2264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7918), + [2267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7725), + [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8336), + [2273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7592), + [2276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8267), + [2279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2165), + [2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(36), + [2285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7448), + [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7557), + [2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1375), + [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8491), + [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7526), + [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(209), + [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8139), + [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(950), + [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8089), + [2312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8243), + [2315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8308), + [2318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7639), + [2321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7562), + [2324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1066), + [2327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1067), + [2330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1376), + [2333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2153), + [2336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(480), + [2339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(58), + [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7259), + [2345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7458), + [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1416), + [2351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7838), + [2354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7647), + [2357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(214), + [2360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8561), + [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(962), + [2366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8333), + [2369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8338), + [2372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7846), + [2375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7468), + [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8504), + [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7462), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1120), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1121), + [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1410), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2154), + [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(882), + [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(62), + [2408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7286), + [2411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7503), + [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7460), + [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(215), + [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(8574), + [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(940), + [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7844), + [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7845), + [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7935), + [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7508), + [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7945), + [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(7525), + [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1127), + [2447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1128), + [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1417), + [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2136), + [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(154), + [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1347), + [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1295), [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1164), - [2470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1369), - [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), + [2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1295), + [2470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1338), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6463), - [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5717), - [2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2113), - [2486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8513), - [2489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7502), - [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), - [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), - [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8407), - [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8638), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8661), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6678), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), - [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7472), - [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6487), + [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5696), + [2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2112), + [2486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8541), + [2489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7482), + [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [2496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), + [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8406), + [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8637), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8660), + [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), + [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 7), [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 7), - [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7774), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7692), [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), - [2566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7774), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7692), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 3, 0, 7), [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 3, 0, 7), [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_try_statement, 4, 0, 46), [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_try_statement, 4, 0, 46), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 51), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 51), - [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [2595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), - [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), - [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), - [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), - [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), - [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8366), - [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8632), - [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8659), - [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6689), - [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), - [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), - [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), - [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8389), - [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), - [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7475), - [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), - [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5323), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, 0, 161), - [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, 0, 161), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [2673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(2144), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(1369), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), - [2683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(6463), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_statement, 1, 0, 0), - [2688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(2113), - [2691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(8513), - [2694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(7502), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [2701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(2144), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [2706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(1369), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [2711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(6463), - [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [2716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(2113), - [2719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(8513), - [2722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(7502), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 103), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 103), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [2745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(2144), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [2750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(1369), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(6463), - [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(2113), - [2763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(8513), - [2766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(7502), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3, 0, 0), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3, 0, 0), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 114), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 114), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 115), - [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 115), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 52), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 52), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 179), - [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 179), - [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 52), - [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 52), - [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 132), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 132), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), - [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), - [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 169), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 169), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 55), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 55), - [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 66), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 66), - [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 104), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 104), - [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3, 0, 0), - [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3, 0, 0), - [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 53), - [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 53), - [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 5, 0, 151), - [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 5, 0, 151), - [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2, 0, 0), - [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2, 0, 0), - [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), - [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), - [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8139), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 7), - [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 7), - [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 150), - [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 150), - [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2, 0, 0), - [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2, 0, 0), - [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 146), - [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 146), - [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 145), - [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 145), - [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), - [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), - [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), - [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 86), - [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 86), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), - [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 86), - [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 86), - [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 132), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 132), - [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 171), - [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 171), - [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, 0, 24), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, 0, 24), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7692), - [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 5, 0, 138), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 5, 0, 138), - [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 5, 0, 137), - [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 5, 0, 137), - [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 129), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 129), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 79), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 79), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 128), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 128), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 127), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 127), - [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2172), - [2966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1170), - [2969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6486), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, 0, 126), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, 0, 126), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 177), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 177), - [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7457), - [2982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, 0, 122), - [2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, 0, 122), - [2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, 0, 162), - [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, 0, 162), - [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, 0, 163), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, 0, 163), - [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pure_virtual_clause, 3, 0, 0), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pure_virtual_clause, 3, 0, 0), - [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3, 0, 0), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3, 0, 0), - [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, 0, 164), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 164), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3, 0, 0), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3, 0, 0), - [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, 0, 165), - [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, 0, 165), - [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concept_definition, 5, 0, 8), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concept_definition, 5, 0, 8), - [3022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7692), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 117), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 117), - [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, 0, 176), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, 0, 176), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 6, 0, 196), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 6, 0, 196), - [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 112), - [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 112), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4, 0, 0), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4, 0, 0), - [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7457), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 4, 0, 57), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 4, 0, 57), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, 0, 58), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, 0, 58), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, 0, 207), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, 0, 207), - [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 95), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 95), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 94), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 94), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 93), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 93), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 5, 0, 0), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 5, 0, 0), - [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4, 0, 0), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4, 0, 0), - [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 3), - [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 3), - [3088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [3091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, 0, 5), - [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, 0, 5), - [3098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3, 0, 0), - [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3, 0, 0), - [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 7), - [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 7), - [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 23), - [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 23), - [3110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 8), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 8), - [3114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 80), - [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 80), - [3118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 79), - [3120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 79), - [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 78), - [3124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 78), - [3126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 77), - [3128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 77), - [3130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, 0, 76), - [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, 0, 76), - [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, 0, 5), - [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, 0, 5), - [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 5), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 5), - [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 76), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 76), - [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 69), - [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 69), - [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 24), - [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 24), - [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 67), - [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 67), - [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [3162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, 0, 23), - [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, 0, 23), - [3166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7756), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 37), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 37), - [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 8), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 8), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3, 0, 0), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3, 0, 0), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 8), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 8), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 48), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 48), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 60), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 60), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 38), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 38), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 44), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 44), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, 0, 24), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, 0, 24), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7756), - [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, 0, 57), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, 0, 57), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2, 0, 0), - [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2, 0, 0), - [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, 0, 5), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, 0, 5), - [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 46), - [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 46), - [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7988), - [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8628), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8444), - [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7706), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8510), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5250), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8509), - [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6940), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8154), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6401), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8593), - [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 8), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 79), + [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [2593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), + [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), + [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [2601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6212), + [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), + [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8365), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8631), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8658), + [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6652), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7317), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), + [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), + [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8388), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), + [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), + [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, 0, 161), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, 0, 161), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [2663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(2136), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(1338), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [2673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(6487), + [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [2678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(2112), + [2681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(8541), + [2684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), SHIFT(7482), + [2687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(2136), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(1338), + [2695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), + [2697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(6487), + [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_statement, 1, 0, 0), + [2702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(2112), + [2705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(8541), + [2708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_init_statement, 1, 0, 0), SHIFT(7482), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [2725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(2136), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [2730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(1338), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(6487), + [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(2112), + [2743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(8541), + [2746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), SHIFT(7482), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 51), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 51), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 103), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 103), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 52), + [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 52), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 52), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 52), + [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 53), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 53), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 55), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 55), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3, 0, 0), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3, 0, 0), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3, 0, 0), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3, 0, 0), + [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 66), + [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 66), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 86), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 86), + [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 7), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 7), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 104), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 104), + [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 114), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 114), + [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 115), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 115), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 86), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 86), + [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), + [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 145), + [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 145), + [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 146), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 146), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 150), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 150), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 5, 0, 151), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 5, 0, 151), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 169), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 169), + [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 132), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 132), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 179), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 179), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8138), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2, 0, 0), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2, 0, 0), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2, 0, 0), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2, 0, 0), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 132), + [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 132), + [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 80), + [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 80), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, 0, 23), + [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, 0, 23), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 38), + [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 38), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 93), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 93), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 94), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 94), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 4, 0, 95), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 4, 0, 95), + [2957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7730), + [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, 0, 58), + [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, 0, 58), + [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 4, 0, 57), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 4, 0, 57), + [2974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7730), + [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4, 0, 0), + [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4, 0, 0), + [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 112), + [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 112), + [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 44), + [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 44), + [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 37), + [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 37), + [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 117), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 117), + [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3, 0, 0), + [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3, 0, 0), + [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3, 0, 0), + [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3, 0, 0), + [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pure_virtual_clause, 3, 0, 0), + [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pure_virtual_clause, 3, 0, 0), + [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 8), + [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 8), + [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, 0, 122), + [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, 0, 122), + [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, 0, 126), + [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, 0, 126), + [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 127), + [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 127), + [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 128), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 128), + [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 79), + [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 79), + [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 129), + [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 129), + [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, 0, 24), + [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, 0, 24), + [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, 0, 5), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, 0, 5), + [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, 0, 57), + [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, 0, 57), + [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 5, 0, 137), + [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 5, 0, 137), + [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 5, 0, 138), + [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 5, 0, 138), + [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 8), + [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 8), + [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 60), + [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 60), + [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 48), + [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 48), + [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, 0, 162), + [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, 0, 162), + [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_alias_definition, 5, 0, 163), + [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_alias_definition, 5, 0, 163), + [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, 0, 164), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, 0, 164), + [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, 0, 165), + [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, 0, 165), + [3092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concept_definition, 5, 0, 8), + [3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concept_definition, 5, 0, 8), + [3096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3, 0, 0), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3, 0, 0), + [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 171), + [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 171), + [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, 0, 176), + [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, 0, 176), + [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 177), + [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 177), + [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 6, 0, 196), + [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 6, 0, 196), + [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, 0, 207), + [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, 0, 207), + [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7648), + [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7480), + [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2, 0, 0), + [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2, 0, 0), + [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, 0, 24), + [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, 0, 24), + [3136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7480), + [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3, 0, 0), + [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3, 0, 0), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, 0, 5), + [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, 0, 5), + [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4, 0, 0), + [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4, 0, 0), + [3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 5, 0, 0), + [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 5, 0, 0), + [3155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7648), + [3158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2169), + [3161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1281), + [3164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6492), + [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 3), + [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 3), + [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 67), + [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 67), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 46), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 46), + [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 69), + [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 69), + [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 76), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 76), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 5), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, 0, 5), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, 0, 5), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, 0, 5), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, 0, 76), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, 0, 76), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 7), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 7), + [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 77), + [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 77), + [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 78), + [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 78), + [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 23), + [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 23), + [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 24), + [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, 0, 24), + [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 79), + [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 79), + [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 8), + [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 8), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3813), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7987), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7811), + [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5387), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7949), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7681), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7998), + [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6969), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8546), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6380), + [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8592), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 79), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 2, 0, 8), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [3337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3826), - [3340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7988), - [3343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5426), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 8), + [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 79), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 79), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [3337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3813), + [3340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7987), + [3343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5381), [3346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [3348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8628), - [3351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7706), - [3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4821), - [3357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8510), - [3360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2899), - [3363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), - [3366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5250), - [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(568), - [3372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2776), - [3375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3245), - [3378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2877), - [3381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [3384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [3387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5487), - [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7773), - [3393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [3396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), - [3399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [3402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8509), - [3405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [3408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2798), - [3411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [3414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), - [3417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6163), - [3420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5099), - [3423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5098), - [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5073), - [3429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2372), - [3432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8560), - [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4120), - [3438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5016), - [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6940), + [3348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7811), + [3351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7681), + [3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4784), + [3357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7799), + [3360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2854), + [3363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5235), + [3366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5235), + [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(626), + [3372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2829), + [3375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3222), + [3378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2873), + [3381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [3384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [3387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5412), + [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7456), + [3393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [3396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7749), + [3399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [3402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7998), + [3405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [3408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2822), + [3411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [3414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2112), + [3417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6190), + [3420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5163), + [3423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5164), + [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5165), + [3429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2412), + [3432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8535), + [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(4128), + [3438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5025), + [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6969), [3444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(791), - [3447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1592), - [3450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8154), - [3453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6401), - [3456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8593), - [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6990), - [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7481), - [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [3447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1591), + [3450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8546), + [3453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6380), + [3456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8592), + [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), + [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), + [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), - [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), - [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [3497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [3500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), - [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6898), - [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7468), - [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7840), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), - [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8157), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7547), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [3489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [3492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), + [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), + [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), + [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), + [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), + [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7836), + [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5451), + [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8076), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), - [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6909), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6987), [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), - [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8576), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [3563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8039), - [3566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5473), - [3569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7853), - [3572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7764), - [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(763), - [3578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), - [3581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3142), - [3584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2806), - [3587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7038), - [3590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1579), - [3593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6445), - [3596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8600), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [3613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7840), - [3616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5424), - [3619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8157), - [3622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7547), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(768), - [3628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), - [3631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3205), - [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [3636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2795), - [3639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6909), - [3642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1587), - [3645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6444), - [3648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8576), - [3651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8039), - [3653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5473), - [3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), - [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7853), - [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7764), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), - [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), - [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), - [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7038), - [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), - [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8600), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6354), + [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8575), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [3579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7836), + [3582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5451), + [3585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8076), + [3588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7658), + [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(768), + [3594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2790), + [3597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3205), + [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), + [3602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2797), + [3605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6987), + [3608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1587), + [3611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6354), + [3614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8575), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [3619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8038), + [3622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5464), + [3625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8591), + [3628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7581), + [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(770), + [3634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2833), + [3637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3224), + [3640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2826), + [3643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6925), + [3646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1582), + [3649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6388), + [3652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8599), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8038), + [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5464), + [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), + [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8591), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7581), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), + [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [3677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), + [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6388), + [3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8599), + [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [3715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6464), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4952), - [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), - [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), + [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), + [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6493), + [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, 0, 28), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, 0, 28), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [3767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2208), - [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1266), - [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6470), - [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2183), - [3779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1215), - [3782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6482), - [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), - [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5874), - [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), - [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), - [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), - [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5121), - [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), - [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5804), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8344), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), - [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2189), + [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1335), + [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6475), + [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2289), + [3779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1174), + [3782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6499), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5866), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6201), + [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5154), + [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), + [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), + [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8251), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), + [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8346), [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4, 0, 0), [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4, 0, 0), [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3, 0, 0), [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 0), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8386), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), - [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8589), - [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8586), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), - [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), - [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6855), - [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), - [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8580), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8606), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8601), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), - [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6913), - [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8597), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [3931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), - [3951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6887), - [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8182), - [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), - [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8569), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), - [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8603), - [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8594), - [3987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(148), - [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1339), - [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1470), - [3996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1470), - [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5717), - [4002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1662), - [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(156), - [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1393), - [4011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1415), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6485), - [4017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2221), - [4020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(161), - [4023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1301), - [4026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1301), - [4029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1437), - [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6464), - [4035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1274), - [4038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1159), - [4041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8572), - [4044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8571), - [4047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8568), - [4050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6625), - [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4213), - [4056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4213), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7439), - [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6841), - [4065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(3834), - [4068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(3956), - [4071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1198), - [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7487), - [4077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1197), - [4080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4952), - [4083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5319), + [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), + [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8602), + [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8593), + [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5446), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [3847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8385), + [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8588), + [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8585), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6348), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), + [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8181), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), + [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), + [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7786), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), + [3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8605), + [3935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8600), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [3939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [3947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), + [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6907), + [3951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8568), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6830), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8596), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [3987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(140), + [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1242), + [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1342), + [3996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1342), + [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5696), + [4002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1667), + [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(144), + [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1216), + [4011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1278), + [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6494), + [4017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2302), + [4020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(155), + [4023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1489), + [4026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1489), + [4029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1475), + [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6493), + [4035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1490), + [4038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1161), + [4041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8186), + [4044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(8242), + [4047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7847), + [4050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6690), + [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4276), + [4056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4276), + [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7194), + [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(6985), + [4065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(3858), + [4068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(3854), + [4071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1492), + [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(7652), + [4077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1493), + [4080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(4884), + [4083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(5327), [4086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), [4094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), [4098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7701), - [4102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7701), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [4100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7539), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7539), + [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), [4111] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), @@ -537915,4972 +537915,4972 @@ static const TSParseActionEntry ts_parse_actions[] = { [4117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), [4119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), [4122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [4125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(229), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [4125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(228), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), [4130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, 0, 1), - [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), [4137] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8264), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6490), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [4191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2144), - [4194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(141), - [4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [4200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), - [4203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1164), - [4206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2568), - [4209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1369), - [4212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6463), - [4215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1300), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), - [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(5717), - [4223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), - [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), - [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1115), - [4232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8572), - [4235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8571), - [4238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8568), - [4241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6625), - [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [4247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4213), - [4250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7439), - [4253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6841), - [4256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(3834), - [4259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), - [4262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8513), - [4265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6490), - [4268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7502), - [4271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1189), - [4274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7487), - [4277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1288), - [4280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4941), - [4283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8583), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8544), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7925), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8097), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8489), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4850), - [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [4380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(240), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6931), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7470), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8203), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1, 0, 0), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8252), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8249), - [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7917), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7915), - [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7791), - [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7972), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2, 0, 0), - [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2, 0, 0), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [4451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7898), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8253), - [4471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8223), - [4474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7850), - [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [4481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7906), - [4484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7895), - [4487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7844), - [4490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7903), - [4493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8050), - [4496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7901), - [4499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7857), - [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 1, 0), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 1, 105), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), - [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [4520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7842), - [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 105), - [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 149), - [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 79), - [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 189), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7945), - [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8530), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), - [4568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7811), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8390), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7812), - [4578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7810), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7813), - [4586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7818), - [4589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7808), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), - [4594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7821), - [4597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7822), - [4600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7837), - [4603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7838), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7922), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8412), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7801), - [4621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7798), - [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7796), - [4627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7794), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7807), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8348), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7927), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7929), - [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7933), - [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7799), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), - [4666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7934), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7938), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [4676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7805), - [4679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7804), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8073), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7803), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8162), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8066), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8171), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), - [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8267), - [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8537), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), - [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8056), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8373), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8393), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8256), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), - [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [4817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 2, 0), - [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 2, 0), - [4821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 1, 0), - [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 1, 0), - [4825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2, 0, 0), - [4827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2, 0, 0), - [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6512), - [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 3, 0), - [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 3, 0), - [4847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 2, 0), - [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 2, 0), - [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 1, 0), - [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 1, 0), - [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 3, 0), - [4857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 3, 0), - [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), - [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, 0, 34), - [4863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, 0, 34), REDUCE(sym_qualified_type_identifier, 2, 0, 35), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), - [4868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), - [4870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), REDUCE(sym_qualified_type_identifier, 2, 0, 35), - [4873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(237), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6476), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), + [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8165), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8287), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7905), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [4211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2136), + [4214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [4217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [4220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), + [4223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2563), + [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1338), + [4232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6487), + [4235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1425), + [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), + [4240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(5696), + [4243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(2112), + [4246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1173), + [4249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1107), + [4252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8186), + [4255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8242), + [4258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7847), + [4261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6690), + [4264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [4267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [4270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7194), + [4273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6985), + [4276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(3858), + [4279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(3854), + [4282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(8541), + [4285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(6476), + [4288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7482), + [4291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [4294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(7652), + [4297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(1491), + [4300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(4947), + [4303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requirement_seq_repeat1, 2, 0, 0), SHIFT_REPEAT(5327), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8560), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), + [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), + [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [4376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(242), + [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6931), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7772), + [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8255), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8257), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8004), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8028), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7934), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [4425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7940), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8559), + [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1, 0, 0), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2, 0, 0), + [4449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2, 0, 0), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [4453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8529), + [4456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8601), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [4461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8613), + [4464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8619), + [4467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8621), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7804), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [4477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7805), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [4484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8652), + [4487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7797), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [4492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8633), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [4497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7787), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [4518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 1, 105), + [4520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 149), + [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [4530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 105), + [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [4534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 189), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7815), + [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 79), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 1, 0), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8394), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), + [4564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8349), + [4567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8356), + [4570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8407), + [4573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8507), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8161), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [4590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7817), + [4593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7831), + [4596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7839), + [4599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7842), + [4602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7857), + [4605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7861), + [4608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7910), + [4611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7925), + [4614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7981), + [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8026), + [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8068), + [4623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8093), + [4626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8109), + [4629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8133), + [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8264), + [4635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8275), + [4638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8283), + [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8303), + [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(8340), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8317), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8347), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7829), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6312), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8372), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8392), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8411), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7903), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8169), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8549), + [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8180), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7917), + [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8240), + [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8502), + [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7812), + [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8494), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), + [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5971), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), + [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [4831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), + [4833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, 0, 34), + [4835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, 0, 34), REDUCE(sym_qualified_type_identifier, 2, 0, 35), + [4838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), + [4840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), + [4842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), REDUCE(sym_qualified_type_identifier, 2, 0, 35), + [4845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(237), + [4848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 1, 0), + [4850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 1, 0), + [4852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 3, 0), + [4854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 3, 0), + [4856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, 2, 0), + [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, 2, 0), + [4860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 1, 0), + [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 1, 0), + [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 3, 0), + [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 3, 0), + [4868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, 2, 0), + [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, 2, 0), + [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2, 0, 0), + [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2, 0, 0), [4876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, 0, 14), [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, 0, 15), [4880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, 0, 14), REDUCE(sym_template_function, 2, 0, 15), [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, 0, 14), [4885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, 0, 15), [4887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, 0, 14), REDUCE(sym_template_function, 2, 0, 15), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [4896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [4898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [4900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1542), - [4903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8440), - [4906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(250), - [4909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(250), + [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [4896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(247), + [4899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [4901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [4903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [4906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8439), + [4909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(247), [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), [4920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), [4922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [4924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1540), - [4927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(234), - [4930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), - [4936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), - [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), - [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), - [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8440), - [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [4948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(251), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), - [4961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2284), - [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [4966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), - [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [4974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2289), - [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [4979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(239), - [4982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), - [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8425), - [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [4996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [4999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [4924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1539), + [4927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(252), + [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [4934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8439), + [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [4944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(233), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [4949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), + [4957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2241), + [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), + [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), + [4966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [4974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2246), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [4979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(241), + [4982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8424), + [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [4996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [4999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8460), - [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), - [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), - [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [5028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1616), - [5031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8425), - [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), - [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), - [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), - [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), - [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), - [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), - [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5104), - [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), - [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8456), - [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), - [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), - [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [5068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), - [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), - [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), - [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), - [5078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), - [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), - [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), - [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), - [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5132), - [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), - [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), - [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), + [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8459), + [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [5026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1617), + [5029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8424), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), + [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8455), + [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), + [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), + [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), + [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), + [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), + [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), + [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), + [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), + [5068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), + [5070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), + [5073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8459), + [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), + [5078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), + [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), + [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), + [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), + [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5107), + [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), + [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5132), + [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), + [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), + [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5104), [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), - [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5107), - [5108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), - [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5166), - [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), - [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), - [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), - [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), - [5126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), - [5128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1622), - [5131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8460), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), - [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), - [5140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 72), - [5142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 72), - [5144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [5147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [5150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1611), - [5153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 2, 0, 0), - [5155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 2, 0, 0), - [5157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 5, 0, 175), - [5159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 5, 0, 175), - [5161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 3, 0, 65), - [5163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 3, 0, 65), - [5165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fold_expression, 3, 0, 40), - [5167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fold_expression, 3, 0, 40), - [5169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_conjunction, 3, 0, 54), - [5171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_conjunction, 3, 0, 54), - [5173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement_clause_constraint, 3, 0, 0), - [5175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement_clause_constraint, 3, 0, 0), - [5177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 73), - [5179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 73), - [5181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, 0, 125), - [5183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, 0, 125), - [5185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, 0, 124), - [5187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, 0, 124), - [5189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 2, 0, 19), - [5191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 2, 0, 19), - [5193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, 0, 32), - [5195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, 0, 32), - [5197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 3, 0, 0), - [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 3, 0, 0), - [5201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1630), - [5204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8365), - [5207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1614), - [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4907), - [5212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4664), - [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [5218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1635), - [5221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8456), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6641), - [5226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1626), - [5229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1627), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7391), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [5236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [5238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [5240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), - [5243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1632), - [5246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(8386), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7677), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7054), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [5255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7677), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [5262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, 0, 144), - [5264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, 0, 144), - [5266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, 0, 12), - [5268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, 0, 12), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), + [5108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), + [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), + [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), + [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), + [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5121), + [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), + [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), + [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), + [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5126), + [5126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), + [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), + [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), + [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [5140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, 0, 32), + [5142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, 0, 32), + [5144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1596), + [5147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fold_expression, 3, 0, 40), + [5149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fold_expression, 3, 0, 40), + [5151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement_clause_constraint, 3, 0, 0), + [5153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement_clause_constraint, 3, 0, 0), + [5155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_conjunction, 3, 0, 54), + [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_conjunction, 3, 0, 54), + [5159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 2, 0, 0), + [5161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 2, 0, 0), + [5163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 3, 0, 65), + [5165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 3, 0, 65), + [5167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 72), + [5169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 72), + [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 73), + [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 73), + [5175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requirement_seq, 3, 0, 0), + [5177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requirement_seq, 3, 0, 0), + [5179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 5, 0, 175), + [5181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 5, 0, 175), + [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, 0, 124), + [5185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, 0, 124), + [5187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 4, 0, 125), + [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 4, 0, 125), + [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_expression, 2, 0, 19), + [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_expression, 2, 0, 19), + [5195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [5198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [5201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), + [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), + [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6965), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [5209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1642), + [5212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8455), + [5215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1633), + [5218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8364), + [5221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1620), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), + [5226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1627), + [5229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1628), + [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7559), + [5234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7559), + [5237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [5239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [5241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1730), + [5244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1634), + [5247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(8385), + [5250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, 0, 144), + [5252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, 0, 144), + [5254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, 0, 12), + [5256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, 0, 12), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7352), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7230), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7095), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), [5272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2, 0, 0), - [5274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(244), - [5277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, 0, 67), - [5279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, 0, 67), - [5281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, 0, 66), - [5283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, 0, 66), - [5285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, 0, 209), - [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, 0, 209), - [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 34), - [5291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, 0, 34), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), - [5295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 66), - [5297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 66), - [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [5305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [5307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [5309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [5311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8365), - [5313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 181), - [5315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 181), - [5317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 182), - [5319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 182), - [5321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_list_item, 2, 0, 0), - [5323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_list_item, 2, 0, 0), - [5325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 56), - [5327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 56), - [5329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 199), - [5331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 199), - [5333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 198), - [5335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 198), - [5337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 209), - [5339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 209), - [5341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 195), - [5343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 195), - [5345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 8), - [5347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 8), - [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [5353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 80), - [5355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 80), - [5357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, -1, 0), - [5359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, -1, 0), - [5361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8550), - [5365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 177), - [5367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 177), - [5369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 79), - [5371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 79), - [5373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 182), - [5375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 182), - [5377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 199), - [5379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 199), - [5381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1730), - [5384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [5386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [5388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6923), - [5391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7476), - [5394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 181), - [5396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 181), - [5398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 198), - [5400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 198), - [5402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 66), - [5404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 66), - [5406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2, 0, 0), - [5408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2, 0, 0), - [5410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(3480), - [5413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [5415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), - [5417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 195), - [5419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 195), - [5421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [5423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [5425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [5427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4, 0, 0), - [5429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4, 0, 0), - [5431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 66), - [5433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 66), - [5435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 56), - [5437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 56), - [5439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), - [5441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), - [5443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(3498), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [5448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 129), - [5450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 129), - [5452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 79), - [5454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 79), - [5456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 8), - [5458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 8), - [5460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 128), - [5462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 128), - [5464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, 0, 0), - [5466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, 0, 0), - [5468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 47), - [5470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 47), - [5472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 2, 0, 10), - [5474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 2, 0, 10), - [5476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 96), - [5478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 96), - [5480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 6), - [5482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 6), - [5484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 140), - [5486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 140), - [5488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 99), - [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 99), - [5492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 9), - [5494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 9), - [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7717), - [5498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [5500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [5502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 8), - [5504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 8), - [5506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [5508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [5510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [5514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, 0, 101), - [5516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, 0, 101), - [5518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 4, 0, 102), - [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 4, 0, 102), - [5522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [5524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [5526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, 0, 10), - [5528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, 0, 10), - [5530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 1, 0, 11), - [5532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 1, 0, 11), - [5534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 7), - [5536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 7), - [5538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 1, 0, 0), - [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 1, 0, 0), + [5274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(243), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [5279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [5281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [5283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, 0, 0), + [5285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, 0, 0), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), + [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, 0, 67), + [5291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, 0, 67), + [5293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, 0, 66), + [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, 0, 66), + [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [5299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [5301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 56), + [5305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 56), + [5307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2, 0, 0), + [5309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2, 0, 0), + [5311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, -1, 0), + [5313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, -1, 0), + [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8566), + [5319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 34), + [5321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, 0, 34), + [5323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 79), + [5325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 79), + [5327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 80), + [5329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 80), + [5331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 8), + [5333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 8), + [5335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 66), + [5337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 66), + [5339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 181), + [5341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 181), + [5343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 182), + [5345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 182), + [5347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 128), + [5349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 128), + [5351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 79), + [5353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 79), + [5355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 129), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 129), + [5359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 195), + [5361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 195), + [5363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 66), + [5365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 66), + [5367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 198), + [5369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 198), + [5371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 181), + [5373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 181), + [5375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 199), + [5377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 199), + [5379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 182), + [5381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 182), + [5383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [5389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8364), + [5391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 177), + [5393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 177), + [5395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4, 0, 0), + [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4, 0, 0), + [5399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 195), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 195), + [5403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 209), + [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 209), + [5407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(3594), + [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [5414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1752), + [5417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [5419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [5421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6963), + [5424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7764), + [5427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 66), + [5429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 66), + [5431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 56), + [5433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 56), + [5435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 198), + [5437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 198), + [5439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, 0, 199), + [5441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, 0, 199), + [5443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 7, 0, 209), + [5445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 7, 0, 209), + [5447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_list_item, 2, 0, 0), + [5449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_list_item, 2, 0, 0), + [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [5453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [5455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), + [5457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), + [5459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(3603), + [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), + [5464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 8), + [5466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 8), + [5468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 5, 0, 141), + [5470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 5, 0, 141), + [5472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), + [5474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 49), + [5476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 47), + [5478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 47), + [5480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), + [5482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), + [5484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [5486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [5488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 8), + [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 8), + [5492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 3, 0, 101), + [5494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 3, 0, 101), + [5496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 7), + [5498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 7), + [5500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [5502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [5504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 2, 0, 10), + [5506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 2, 0, 10), + [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7513), + [5510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 6), + [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 6), + [5514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7574), + [5516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [5518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [5520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 4, 0, 102), + [5522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 4, 0, 102), + [5524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 10), + [5526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 10), + [5528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 10), + [5530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 10), + [5532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7574), + [5535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7513), + [5538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 48), + [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 48), [5542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 4, 0, 46), [5544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 4, 0, 46), - [5546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 10), - [5548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 10), - [5550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 10), - [5552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 10), - [5554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7662), - [5557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), - [5559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), - [5561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype_auto, 4, 0, 0), - [5563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype_auto, 4, 0, 0), - [5565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 50), - [5567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 50), - [5569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [5571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [5573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 95), - [5575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 95), - [5577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, 0, 142), - [5579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, 0, 142), - [5581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), - [5583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 49), - [5585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7662), - [5587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 48), - [5589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 48), - [5591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, 0, 98), - [5593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, 0, 98), - [5595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [5597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [5599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 2, 0, 25), - [5601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 2, 0, 25), - [5603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 5, 0, 141), - [5605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 5, 0, 141), - [5607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(7717), - [5610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 46), - [5612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 46), - [5614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [5616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6516), - [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8136), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7524), - [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8138), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8336), - [5636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(234), - [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2943), - [5641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(233), - [5644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2106), - [5647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8449), - [5650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 1, 0, 6), - [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 1, 0, 6), - [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8405), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5821), - [5662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 7, 0, 208), - [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 7, 0, 208), - [5666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [5670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 5, 0, 0), - [5672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 5, 0, 0), - [5674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [5676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [5678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1872), - [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8449), + [5546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [5548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [5550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [5552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [5554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [5556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [5558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 95), + [5560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 95), + [5562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 96), + [5564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 96), + [5566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 1, 0, 11), + [5568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 1, 0, 11), + [5570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 99), + [5572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 99), + [5574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype_auto, 4, 0, 0), + [5576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype_auto, 4, 0, 0), + [5578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [5580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [5582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 1, 0, 0), + [5584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 1, 0, 0), + [5586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration, 4, 0, 142), + [5588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration, 4, 0, 142), + [5590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_type_specifier, 2, 0, 25), + [5592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_type_specifier, 2, 0, 25), + [5594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 140), + [5596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 140), + [5598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 9), + [5600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 9), + [5602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, 0, 98), + [5604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, 0, 98), + [5606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 46), + [5608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 46), + [5610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 50), + [5612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 50), + [5614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, 0, 10), + [5616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, 0, 10), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), + [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8135), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7547), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8137), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8335), + [5636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(252), + [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), + [5641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(246), + [5644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(1860), + [5647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 5, 0, 0), + [5649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 5, 0, 0), + [5651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 7, 0, 208), + [5653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 7, 0, 208), + [5655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [5657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [5659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 1, 0, 6), + [5661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 1, 0, 6), + [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8404), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5803), + [5671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [5673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [5675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2102), + [5678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8448), + [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8448), [5689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, 0, 1), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5742), - [5695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), - [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), - [5703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), - [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [5697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(243), + [5700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(244), + [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5745), [5709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), - [5711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), - [5713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, 0, 34), SHIFT(244), - [5716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [5720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(248), - [5723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [5727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2072), - [5730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), - [5732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [5736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), - [5738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), - [5744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), - [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), - [5748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [5754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), - [5756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), - [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), - [5760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), - [5762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 91), - [5764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 91), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7876), - [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), - [5776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), - [5778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 45), - [5780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 45), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [5784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), - [5786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [5790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), - [5792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [5796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, 0, 18), - [5798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, 0, 18), - [5800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), - [5802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), - [5804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), - [5806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), - [5808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(244), - [5811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 63), - [5813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 63), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), - [5821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2547), - [5824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1624), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [5829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8596), - [5832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), - [5834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), - [5842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_clause, 2, 0, 20), - [5844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_clause, 2, 0, 20), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5444), - [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8364), - [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8364), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), - [5862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_disjunction, 3, 0, 54), - [5864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_disjunction, 3, 0, 54), - [5866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2557), - [5869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1624), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), - [5874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8596), - [5877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_expression, 1, 0, 0), - [5880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(237), - [5883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_expression, 1, 0, 0), - [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7465), - [5892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), - [5900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2, 0, 0), - [5902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2, 0, 0), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [5908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, 0, 97), - [5910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, 0, 97), - [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [5914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2145), - [5917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6878), - [5920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7465), - [5923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 49), - [5925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 49), - [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), - [5929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 96), - [5931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 96), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8195), - [5935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(6017), - [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [5942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 2, 1, 5), - [5944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 5), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), - [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [5952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 102), - [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 102), - [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [5958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 99), - [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 99), - [5962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4, 0, 0), - [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4, 0, 0), - [5966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 95), - [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 95), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [5972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 46), - [5974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 46), - [5976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2, 0, 0), - [5978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2, 0, 0), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6287), - [5982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 140), - [5984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 140), - [5986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [5990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 4, 1, 85), - [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 85), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [5717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [5723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [5725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [5727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, 0, 18), + [5729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, 0, 18), + [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [5735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [5737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7875), + [5739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 63), + [5741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 63), + [5743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 91), + [5745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 91), + [5747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2075), + [5750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), + [5752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [5756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), + [5758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), + [5760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), + [5762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [5766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), + [5768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [5772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), + [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [5778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), + [5780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), + [5782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), + [5784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), + [5786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), + [5788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), + [5790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), + [5792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), + [5794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), + [5796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [5800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), + [5802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), + [5804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 45), + [5806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 45), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [5810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(243), + [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8363), + [5817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8363), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [5823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), + [5825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4261), + [5833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constraint_disjunction, 3, 0, 54), + [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constraint_disjunction, 3, 0, 54), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), + [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [5847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_clause, 2, 0, 20), + [5849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_clause, 2, 0, 20), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [5855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2562), + [5858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1625), + [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [5863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(7980), + [5866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2585), + [5869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1625), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [5874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(7980), + [5877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2, 0, 0), + [5879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2, 0, 0), + [5881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7777), + [5887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 96), + [5889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 96), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6277), + [5893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_expression, 1, 0, 0), + [5896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_expression, 1, 0, 0), + [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), + [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7776), + [5907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [5909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2142), + [5912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6888), + [5915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7777), + [5918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 49), + [5920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 49), + [5922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(237), + [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [5927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, 0, 97), + [5929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, 0, 97), + [5931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [5933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 4, 0, 141), + [5935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 4, 0, 141), + [5937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4, 0, 0), + [5939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4, 0, 0), + [5941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type_declarator, 2, 1, 0), + [5943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type_declarator, 2, 1, 0), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7523), + [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [5953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 99), + [5955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 99), + [5957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 7), + [5959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 7), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), + [5963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 3, 1, 41), + [5965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 41), + [5967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 102), + [5969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 102), + [5971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3, 0, 0), + [5973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3, 0, 0), + [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8160), + [5979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(5980), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [5986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 4, 1, 85), + [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 85), + [5990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), + [5992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), [5994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 1, 0, 9), [5996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 1, 0, 9), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [6000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 46), - [6002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 46), - [6004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 48), - [6006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 48), - [6008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(245), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [6013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3, 0, 0), - [6015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3, 0, 0), - [6017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 50), - [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 50), - [6021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 7), - [6023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 7), - [6025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type_declarator, 2, 1, 0), - [6027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type_declarator, 2, 1, 0), - [6029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 3, 1, 41), - [6031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 41), - [6033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 4, 0, 141), - [6035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 4, 0, 141), - [6037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 5, 1, 170), - [6039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 170), - [6041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(7615), - [6044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(8195), - [6047] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(6017), - [6051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [6053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2188), - [6056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7029), - [6059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7479), - [6062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [6064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), - [6068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 62), - [6070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 62), - [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [6074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 2, 0, 0), - [6076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 2, 0, 0), - [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [6085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 90), - [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 90), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8424), - [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8424), - [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [6095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 135), - [6097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 135), - [6099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 42), - [6101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 42), - [6103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), - [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), - [6107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), - [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [6113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 43), - [6115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 43), - [6117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 24), - [6119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 24), - [6121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [6123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [6125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7710), - [6128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2227), - [6131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 118), - [6133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 118), - [6135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [6137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [6139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 172), - [6141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 172), - [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6912), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), - [6149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 87), - [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 87), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [6157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 24), - [6159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 24), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [6163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(233), - [6166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [6168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [6170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), - [6172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 1, 0, 0), - [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [6179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2270), - [6182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6912), - [6185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7469), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [6198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 111), - [6200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 111), - [6202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), - [6204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 1, 70), - [6206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(244), - [6209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), - [6211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), - [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), - [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), - [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8296), - [6219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), - [6221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), - [6223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(244), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [6228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, 0, 166), - [6230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, 0, 166), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [6238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 18), - [6240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 18), - [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [6244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, 0, 119), - [6246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, 0, 119), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [6250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), - [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 8), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), - [6256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 47), - [6258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 47), - [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), - [6266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2, 0, 0), - [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2, 0, 0), - [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), - [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), - [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), - [6278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), - [6280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 3, 0, 74), - [6282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(244), - [6285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), - [6287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), - [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8385), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8385), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [6299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 4), - [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 4), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [6309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 84), - [6311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 84), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [6315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), - [6317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), - [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [6323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), - [6326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6931), - [6329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7470), - [6332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 0, 34), - [6334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, 0, 34), - [6336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), - [6338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), - [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), - [6344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, 0, 15), - [6346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, 0, 15), - [6348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2, 0, 0), - [6350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2, 0, 0), - [6352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 4), - [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 4), - [6356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 12), - [6358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 12), - [6360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 4), - [6362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 4), - [6364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, 0, 166), - [6366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, 0, 166), - [6368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 40), - [6370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 40), - [6372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 54), - [6374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 54), - [6376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, 0, 4), - [6378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, 0, 4), - [6380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [6382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [6384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 2, 0, 30), - [6386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 2, 0, 30), - [6388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2, 0, 0), - [6390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2, 0, 0), - [6392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, 0, 27), - [6394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, 0, 27), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5427), - [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), - [6404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 89), - [6406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 89), - [6408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 3, 0, 0), - [6410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 3, 0, 0), - [6412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), - [6414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), - [6416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, 0, 154), - [6418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, 0, 154), - [6420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 26), - [6422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 26), - [6424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 29), - [6426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 29), - [6428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 134), - [6430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 134), - [6432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [6434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6956), - [6438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 217), - [6440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 217), - [6442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 133), - [6444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 133), - [6446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), - [6448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [6452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 156), - [6454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 156), - [6456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 84), - [6458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 84), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), - [6462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 157), - [6464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 157), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8405), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), - [6470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 214), - [6472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 214), - [6474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 4, 0, 0), - [6476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 4, 0, 0), - [6478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2, 0, 0), - [6480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2, 0, 0), - [6482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), - [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), - [6486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), - [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), - [6490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 45), - [6492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 45), - [6494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 213), - [6496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 213), - [6498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 107), - [6500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 107), - [6502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), - [6504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), - [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), - [6508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), - [6510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), - [6512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 109), - [6514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 109), - [6516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 167), - [6518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 167), - [6520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(943), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [6525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 110), - [6527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 110), - [6529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 206), - [6531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 206), - [6533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 205), - [6535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 205), - [6537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [6539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [6541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2932), - [6544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2498), - [6547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2931), - [6550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8136), - [6553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7524), - [6556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8138), - [6559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8336), - [6562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 2, 0, 0), - [6564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 2, 0, 0), - [6566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [6568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [6570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3, 0, 0), - [6572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3, 0, 0), - [6574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 71), - [6576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 71), - [6578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), - [6580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), - [6582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [6584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [6586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, 0, 178), - [6588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, 0, 178), - [6590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 193), - [6592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 193), - [6594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 192), - [6596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 192), - [6598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 190), - [6600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 190), - [6602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), - [6604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), - [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8448), - [6608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8448), - [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [6612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 61), - [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 61), - [6616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 54), - [6618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 54), - [6620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [6622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [6624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 18), - [6626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 18), - [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), - [6632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2544), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), - [6639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 6, 0, 0), - [6641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 6, 0, 0), - [6643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(234), - [6646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 5, 0, 0), - [6648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 5, 0, 0), - [6650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [6652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), - [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [6656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_requirement, 2, 0, 0), - [6658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_requirement, 2, 0, 0), - [6660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement, 1, 0, 64), - [6662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement, 1, 0, 64), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7957), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [6676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 4, 0, 0), - [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 4, 0, 0), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [6684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(233), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6285), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8439), - [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8439), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [6707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [6710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6990), - [6713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7481), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [6720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), - [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [6726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [6728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6299), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7865), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), - [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [6772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(245), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), - [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6250), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), - [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [6835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_fold_operator, 3, 0, 130), - [6837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold_operator, 3, 0, 130), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8089), - [6847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), - [6851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5379), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [6855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8335), - [6858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8335), - [6861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7738), - [6864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), - [6866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8406), - [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), - [6872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6687), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [6876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5821), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7980), - [6883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5479), - [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6503), - [6888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6546), - [6890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_expression, 2, 0, 0), - [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_expression, 2, 0, 0), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [6898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2, 0, 0), - [6900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2, 0, 0), - [6902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [6904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4, 0, 0), - [6906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4, 0, 0), - [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [6914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3, 0, 0), - [6916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3, 0, 0), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), - [6920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [6924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6531), - [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [6934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 121), - [6936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 121), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), - [6940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 173), - [6942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 173), - [6944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5, 0, 0), - [6946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5, 0, 0), - [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), - [6950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), - [6963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_literal, 1, 0, 0), - [6965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_literal, 1, 0, 0), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [6971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5246), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8640), - [7001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7524), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8596), - [7006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(6687), - [7009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(6687), - [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [7014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5419), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8335), - [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8335), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [7033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), - [7036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), - [7038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), - [7040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), - [7043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), - [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [7047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), - [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [7079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(958), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [7086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [7088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8640), - [7091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8640), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), - [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5763), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [7114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [7116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [7118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(3309), - [7121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(3310), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [7132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [7134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [7136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [7138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [7144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [7146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [7158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [7196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [7202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8009), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [7232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [7235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2943), - [7238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [7241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [7244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7773), - [7247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [7250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [7261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5986), - [7264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5495), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [7269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5421), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [7276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5383), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), - [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), - [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [7297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [7301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [7309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [7313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7958), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [7333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5489), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7669), - [7340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [7342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7691), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8272), - [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4231), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8400), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, 0, 108), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), - [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), - [7397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), - [7399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [7401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), - [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), - [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), - [7409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), - [7411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), - [7413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6195), - [7415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), - [7417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [7419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [7421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [7423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8427), - [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [7431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [7433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [7435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [7439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [7441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [7447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5800), - [7449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [7453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4926), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), - [7459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6167), - [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), - [7463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5126), - [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), - [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), - [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), - [7471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7669), - [7474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(237), - [7477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), - [7481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), - [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), - [7485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6155), - [7487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [7489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), - [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [7493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), - [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8450), - [7497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), - [7499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(234), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [7506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(250), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [7511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), - [7517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6164), - [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), - [7521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), - [7523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), - [7525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [7529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), - [7531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), - [7533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2932), - [7536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(3234), - [7539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2931), - [7542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8136), - [7545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(7524), - [7548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8138), - [7551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8336), - [7554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4120), - [7557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [7561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(234), - [7564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3260), - [7567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6881), - [7570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7466), - [7573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(234), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 4, 0, 136), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [7592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), - [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), - [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8588), - [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [7632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8592), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8595), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8602), - [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8605), - [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8608), - [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8610), - [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8612), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8614), - [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8616), - [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8618), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8624), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [7684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), - [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [7704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), - [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [7738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), - [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [7754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [7762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(233), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [7767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), - [7769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), - [7771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), - [7773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [7779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5338), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [7783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5431), - [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), - [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [7798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(233), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [7809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [7811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [7821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(3828), - [7824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8406), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [7829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3446), - [7832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [7834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(3828), - [7837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [7839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8406), - [7842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), - [7846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5481), - [7848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [7850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), - [7852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [7854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [7856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(3828), - [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), - [7861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8406), - [7864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3494), - [7867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6943), - [7870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7471), - [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), - [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [7883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(248), - [7886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(233), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), - [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [7903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture, 2, 0, 0), - [7905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture, 2, 0, 0), - [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [7916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [7918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [7924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [7928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), - [7938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), - [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), - [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5437), - [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), - [7962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8139), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [7988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), - [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5429), - [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), - [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), - [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), - [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), - [8028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(239), - [8031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(4028), - [8034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(4025), - [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5486), - [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), - [8049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), - [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), - [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), + [5998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(229), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [6003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2170), + [6006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6876), + [6009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7762), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [6014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 2, 0, 50), + [6016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 2, 0, 50), + [6018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 140), + [6020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 140), + [6022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2, 0, 0), + [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2, 0, 0), + [6026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 5, 1, 170), + [6028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 170), + [6030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 46), + [6032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 46), + [6034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_declaration_item, 3, 0, 46), + [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_declaration_item, 3, 0, 46), + [6038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 95), + [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 95), + [6042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(7756), + [6045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(8160), + [6048] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(5980), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [6054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 2, 1, 5), + [6056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 5), + [6058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 48), + [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 48), + [6062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), + [6064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 1, 0, 0), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7017), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [6081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 42), + [6083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 42), + [6085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), + [6087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), + [6089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), + [6091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), + [6093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 43), + [6095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 43), + [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [6103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 87), + [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 87), + [6107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2229), + [6110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7017), + [6113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7773), + [6116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), SHIFT(246), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8423), + [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8423), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [6125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [6140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [6144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 24), + [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 24), + [6148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [6150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [6152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 2, 0, 0), + [6154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture_identifier, 2, 0, 0), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [6159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [6163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7523), + [6166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 62), + [6168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 62), + [6170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [6172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [6174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 118), + [6176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 118), + [6178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 24), + [6180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 24), + [6182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 90), + [6184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 90), + [6186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 111), + [6188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 111), + [6190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 172), + [6192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 172), + [6194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 135), + [6196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 135), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 47), + [6204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 47), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [6216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), + [6218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), + [6220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(243), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8617), + [6227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 18), + [6229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 18), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [6235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, 0, 119), + [6237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, 0, 119), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [6241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), + [6243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 1, 70), + [6245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(243), + [6248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), + [6250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), + [6254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, 0, 166), + [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, 0, 166), + [6258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), + [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 8), + [6262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 40), + [6264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 40), + [6266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 0, 34), + [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, 0, 34), + [6270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, 0, 15), + [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, 0, 15), + [6278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2, 0, 0), + [6280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2, 0, 0), + [6282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 4), + [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 4), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), + [6294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), + [6296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), + [6298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), + [6300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [6304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 4), + [6306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 4), + [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [6312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 12), + [6314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 12), + [6316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, 0, 4), + [6318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, 0, 4), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [6322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2385), + [6325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6931), + [6328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7772), + [6331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 54), + [6333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 54), + [6335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), + [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 3, 0, 74), + [6339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(243), + [6342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 84), + [6344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 84), + [6346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 2, 0, 0), + [6348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 2, 0, 0), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [6352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), + [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), + [6356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [6358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, 0, 166), + [6360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, 0, 166), + [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), + [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8384), + [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8384), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [6380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 4), + [6382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 4), + [6384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 18), + [6386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 18), + [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [6390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [6392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [6394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 4, 0, 0), + [6396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 4, 0, 0), + [6398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, 0, 61), + [6400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, 0, 61), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8404), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), + [6406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(957), + [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), + [6411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2, 0, 0), + [6413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2, 0, 0), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [6417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 71), + [6419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 71), + [6421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [6423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [6425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2961), + [6428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2444), + [6431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2978), + [6434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8135), + [6437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7547), + [6440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8137), + [6443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8335), + [6446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 84), + [6448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 84), + [6450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 89), + [6452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 89), + [6454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_name, 3, 0, 0), + [6456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_name, 3, 0, 0), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), + [6462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), + [6464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), + [6466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), + [6468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 45), + [6470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 45), + [6472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 107), + [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 107), + [6476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 109), + [6478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 109), + [6480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, 0, 110), + [6482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, 0, 110), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), + [6488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [6490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [6492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 133), + [6494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 133), + [6496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 134), + [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 134), + [6500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [6502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), + [6506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [6510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 3, 0, 0), + [6512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 3, 0, 0), + [6514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), + [6516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), + [6518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, 0, 154), + [6520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, 0, 154), + [6522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 156), + [6524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 156), + [6526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 157), + [6528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 157), + [6530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [6532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [6534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, 0, 167), + [6536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, 0, 167), + [6538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, 0, 178), + [6540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, 0, 178), + [6542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), + [6544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), + [6546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 190), + [6548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 190), + [6550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 192), + [6552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 192), + [6554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 193), + [6556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 193), + [6558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 205), + [6560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 205), + [6562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 206), + [6564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 206), + [6566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), + [6568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), + [6570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), + [6572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), + [6574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 213), + [6576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 213), + [6578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 214), + [6580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 214), + [6582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), + [6584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), + [6586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 217), + [6588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 217), + [6590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 26), + [6592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 26), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8447), + [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8447), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), + [6602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5475), + [6604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), + [6606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), + [6608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 2, 0, 30), + [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 2, 0, 30), + [6612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, 0, 27), + [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, 0, 27), + [6616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2, 0, 0), + [6618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2, 0, 0), + [6620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_argument_list, 2, 0, 0), + [6622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_argument_list, 2, 0, 0), + [6624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 29), + [6626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 29), + [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [6630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(2538), + [6633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_requirement, 2, 0, 0), + [6635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_requirement, 2, 0, 0), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [6641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__requirement, 1, 0, 64), + [6643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__requirement, 1, 0, 64), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [6647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 4, 0, 0), + [6649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 4, 0, 0), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [6659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 5, 0, 0), + [6661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 5, 0, 0), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [6669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_requirement, 6, 0, 0), + [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_requirement, 6, 0, 0), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7956), + [6677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(252), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [6682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2624), + [6685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6975), + [6688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7759), + [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5813), + [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8438), + [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8438), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [6719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(246), + [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [6742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [6744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [6752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8571), + [6766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(229), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [6815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), + [6818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3, 0, 0), + [6820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3, 0, 0), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [6844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4, 0, 0), + [6846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4, 0, 0), + [6848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 121), + [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 121), + [6852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5, 0, 0), + [6854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5, 0, 0), + [6856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 173), + [6858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 173), + [6860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [6864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [6872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8334), + [6875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(8334), + [6878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7502), + [6881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), + [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8405), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), + [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [6893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5803), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), + [6900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5438), + [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6545), + [6905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binary_fold_operator, 3, 0, 130), + [6907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold_operator, 3, 0, 130), + [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [6911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_expression, 2, 0, 0), + [6913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_expression, 2, 0, 0), + [6915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2, 0, 0), + [6917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2, 0, 0), + [6919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6553), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), + [6925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), + [6935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6521), + [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [6947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), + [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), + [6951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), + [6961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), + [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8334), + [6967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8334), + [6969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(6661), + [6972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(6661), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), + [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7849), + [6995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7547), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7980), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [7002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5491), + [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [7025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), + [7028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), + [7030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), + [7032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1, 0, 0), REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), + [7035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1, 0, 0), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), + [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), + [7047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_literal, 1, 0, 0), + [7049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_literal, 1, 0, 0), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [7061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), + [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [7093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7849), + [7096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(7849), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), + [7105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(6029), + [7108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5402), + [7111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [7113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [7115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(3291), + [7118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(3371), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [7123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [7126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2928), + [7129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [7132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [7135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7456), + [7138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [7141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [7158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [7182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [7184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [7186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [7188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [7192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [7222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [7234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7916), + [7240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5753), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8008), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [7258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5471), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [7265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(954), + [7268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5421), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8001), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [7303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [7311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8570), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5470), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, 0, 108), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [7348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7548), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8573), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [7371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6508), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [7383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [7387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), + [7409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [7411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [7413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), + [7415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), + [7417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), + [7419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), + [7421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4605), + [7423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8426), + [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [7431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), + [7435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [7437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), + [7439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), + [7441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), + [7443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), + [7445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), + [7447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [7449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8449), + [7451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [7455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), + [7459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6178), + [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), + [7463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), + [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), + [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), + [7469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(252), + [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6550), + [7476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), + [7478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6188), + [7480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), + [7482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), + [7484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), + [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [7492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [7494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [7496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), + [7498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6509), + [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5093), + [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), + [7508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), + [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), + [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [7514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(247), + [7517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(237), + [7520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7566), + [7523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6535), + [7527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [7531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5796), + [7533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(252), + [7536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3248), + [7539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6868), + [7542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7776), + [7545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), + [7547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), + [7549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2961), + [7552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(3257), + [7555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2978), + [7558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8135), + [7561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(7547), + [7564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8137), + [7567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8335), + [7570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(4128), + [7573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [7575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [7581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [7583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [7585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [7593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [7597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [7599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [7605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), + [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [7611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [7617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [7619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [7621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [7625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [7627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [7633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [7635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [7643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7502), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [7655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [7657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), + [7659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), + [7661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [7663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7929), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [7671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [7673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [7675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [7677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [7685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [7687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [7689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [7695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [7699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [7701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [7703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [7705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [7707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8071), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8172), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8268), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8271), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8368), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8369), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [7747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(252), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), + [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5330), + [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [7766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5322), + [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), + [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), + [7788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_field_identifier, 2, 1, 120), SHIFT(246), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [7793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, 1, 70), SHIFT(246), + [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [7808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 4, 0, 136), + [7810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [7812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [7816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 1, 0, 21), SHIFT(5463), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [7823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(3790), + [7826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8405), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), + [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), + [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [7837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [7839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(244), + [7842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [7851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 3, 0, 74), SHIFT(246), + [7854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), + [7856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(3790), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [7861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8405), + [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), + [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [7872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(3790), + [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), + [7877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8405), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), + [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [7888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3614), + [7891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6833), + [7894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7771), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [7917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [7921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), + [7933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [7937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [7941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5429), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [7945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture, 2, 0, 0), + [7947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture, 2, 0, 0), + [7950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(241), + [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), + [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [7965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), + [7977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), + [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [7981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), + [7991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), + [7993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), + [8007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [8013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5439), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [8017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(4029), + [8020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(4010), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5487), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), + [8039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5443), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8138), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), [8057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), - [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), - [8063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4164), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), - [8068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8463), - [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), - [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), - [8075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4164), - [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), - [8080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8463), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), - [8087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), - [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8112), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [8099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 18), - [8101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 18), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8059), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [8111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [8115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 56), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [8119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8550), - [8129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3969), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5643), - [8138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 2), - [8140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 1, 0, 2), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), - [8148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_start, 1, 0, 0), - [8150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_start, 1, 0, 0), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8296), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [8160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5654), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [8166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(251), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8631), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), - [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5743), - [8183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1630), - [8186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8365), - [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), - [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), - [8197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1630), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), - [8202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8365), - [8205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4164), - [8208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8463), - [8211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2106), - [8214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8449), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), - [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5828), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [8227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2106), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), - [8232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8449), - [8235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1, 0, 0), - [8237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1, 0, 0), - [8239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(4091), - [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6257), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), - [8250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5892), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), - [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), - [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [8268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), - [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [8272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5192), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8365), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [8284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5902), - [8286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 2), - [8288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 2), - [8290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4257), - [8293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8139), - [8296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 18), - [8298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 18), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [8302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_start, 2, 0, 0), - [8304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_start, 2, 0, 0), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [8308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1, 0, 0), - [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [8312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1, 0, 0), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [8326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [8344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 139), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [8348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 139), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [8354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [8358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [8362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [8368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [8370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [8372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [8374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), - [8376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4, 0, 0), - [8378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4, 0, 0), - [8380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1624), - [8383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4160), - [8386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2865), - [8389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [8392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7463), - [8395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8631), - [8398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8596), - [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [8405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), - [8407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), - [8409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), - [8411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [8414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8640), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), - [8419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [8423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [8429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [8433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [8437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), - [8467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), - [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [8473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), - [8475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8455), - [8485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8455), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [8491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [8495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [8509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [8527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8335), - [8530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8335), - [8533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 4, 0, 176), - [8535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 4, 0, 176), - [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [8549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), - [8551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitfield_clause, 2, 0, 0), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [8567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [8579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [8603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 113), - [8605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, 0, 184), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [8609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [8613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [8623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [8627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [8671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 82), - [8673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT(1141), - [8676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), - [8678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 152), SHIFT(1141), - [8681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 152), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [8695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4874), - [8698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4886), - [8701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1810), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [8706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [8738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4936), - [8741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4904), - [8744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1810), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [8765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 1, 200), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [8769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [8773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [8807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, 0, 160), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [8813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 1, 0), - [8815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 153), - [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [8821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 148), - [8823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 147), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [8827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 3, 0, 82), - [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [8831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_argument_list_repeat1, 2, 0, 0), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8029), - [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), - [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8144), - [8853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, 0, 195), - [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), - [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7890), - [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8561), - [8865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 5, 0, 180), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6096), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8224), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [8881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [8891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), - [8893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym_argument_list, 2, 0, 0), - [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7953), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [8906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 185), - [8908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 186), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8262), - [8914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 188), - [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [8934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [8938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [8940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7016), - [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [8944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [8956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), - [8960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, 0, 0), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7426), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [8996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), - [8998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8335), - [9001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8335), - [9004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7738), - [9007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), - [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [9015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_range_loop_body, 5, 0, 201), - [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7446), - [9037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_range_loop_body, 4, 0, 187), - [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [9063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_left_fold, 3, 0, 54), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [9069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5821), - [9072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5479), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [9079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_expression_lhs, 3, 0, 54), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [9085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold, 3, 0, 83), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), - [9125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7524), - [9128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(6687), - [9131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(6687), - [9134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5419), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), - [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5059), - [9143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture, 1, 0, 0), - [9145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture, 1, 0, 0), - [9148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5986), - [9151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5421), - [9154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [9156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6535), - [9158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [9160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), - [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), - [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), - [9166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), - [9168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [9170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8368), - [9172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), - [9174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8640), - [9177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8640), - [9180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), SHIFT(1872), - [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6215), - [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), - [9191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), SHIFT(1872), - [9194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5383), - [9197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), SHIFT(4899), - [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), - [9204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6153), - [9208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [9210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), - [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5154), - [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), - [9216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), SHIFT(4903), - [9219] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(1872), - [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6557), - [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [9229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6221), - [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), - [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), - [9235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4066), - [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8457), - [9241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), - [9243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), SHIFT(1872), - [9246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6551), - [9250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), - [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [9256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [9258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), - [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), - [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8340), - [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), - [9266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), SHIFT(1872), - [9269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), SHIFT(1872), - [9272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), SHIFT(4922), - [9275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [9277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 18), - [9279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 18), - [9281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), SHIFT(1872), - [9284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), SHIFT(1872), - [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), - [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), - [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), - [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), - [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5093), - [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), - [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), - [9305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 2), - [9307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 2), - [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), - [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6217), - [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), - [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), - [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), - [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), - [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8409), - [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), - [9329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), SHIFT(4920), - [9332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6554), - [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6188), - [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), - [9342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), - [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), - [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), - [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8441), - [9350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), - [9352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5495), - [9355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), - [9357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8335), - [9360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8335), - [9363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7738), - [9366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), - [9370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5489), - [9373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5821), - [9376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5479), - [9379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(951), - [9382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5192), - [9385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5192), - [9388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5175), - [9391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7524), - [9394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(6687), - [9397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(6687), - [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), - [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), - [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5023), - [9406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5419), - [9409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 2), - [9411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 2), - [9413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8640), - [9416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8640), - [9419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5986), - [9422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5421), - [9425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(4866), - [9428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5431), - [9431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, 0, 18), - [9433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, 0, 18), - [9435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5383), - [9438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5495), - [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), - [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), - [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), - [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), - [9451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [9453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), - [9455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [9457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), - [9459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [9461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), - [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), - [9465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), - [9467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [9469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), - [9471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5489), - [9474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), - [9476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7524), + [8059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), + [8061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4173), + [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), + [8066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8462), + [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [8075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [8077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4173), + [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), + [8082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8462), + [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), + [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4109), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8111), + [8099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_start, 1, 0, 0), + [8101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_start, 1, 0, 0), + [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8566), + [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [8113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), + [8115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 2), + [8117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 1, 0, 2), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8058), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8617), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5642), + [8133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 18), + [8135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 18), + [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), + [8139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 56), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), + [8153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3994), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), + [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), + [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5798), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8342), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [8184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1633), + [8187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8364), + [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [8192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1633), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [8197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8364), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [8202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4173), + [8205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8462), + [8208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, 0, 35), SHIFT(233), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [8213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(2102), + [8216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(8448), + [8219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1, 0, 0), + [8221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1, 0, 0), + [8223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(2102), + [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), + [8228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(8448), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5873), + [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6265), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [8247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5937), + [8249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(4056), + [8252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 18), + [8254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 18), + [8256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(4239), + [8259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(8138), + [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6701), + [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [8268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [8274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5893), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [8278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), + [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8364), + [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8101), + [8290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 2), + [8292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 2), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [8298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [8300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [8304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [8306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [8314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [8322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [8324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [8328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [8331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(4120), + [8334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2872), + [8337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [8340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7609), + [8343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(8342), + [8346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(7980), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [8351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1, 0, 0), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [8355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1, 0, 0), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [8371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5969), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [8377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), + [8379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [8389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 139), + [8391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 139), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), + [8395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_start, 2, 0, 0), + [8397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_start, 2, 0, 0), + [8399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4, 0, 0), + [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4, 0, 0), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [8411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [8413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [8415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [8418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(7849), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [8423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [8427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [8433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [8437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [8441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5478), + [8473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5437), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [8479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [8485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [8489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [8495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8454), + [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8454), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [8535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8334), + [8538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(8334), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [8545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), + [8547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitfield_clause, 2, 0, 0), + [8549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 4, 0, 176), + [8551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 4, 0, 176), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [8569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [8579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [8587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [8613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [8617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [8623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [8627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [8673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4865), + [8676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(4871), + [8679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1786), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [8720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 113), + [8722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, 0, 184), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [8736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 152), SHIFT(1102), + [8739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 152), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [8743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [8745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT(1102), + [8748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 82), + [8750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), + [8752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4897), + [8755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(4954), + [8758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1786), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [8765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, 0, 195), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8291), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [8781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [8791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [8795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [8811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym_argument_list, 2, 0, 0), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [8816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 5, 0, 180), + [8818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_initializer, 3, 0, 82), + [8820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 147), + [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [8836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8309), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [8852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), + [8854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 153), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8003), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7997), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [8884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 185), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [8888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, 0, 160), + [8890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 1, 148), + [8892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 186), + [8894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 1, 188), + [8896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_argument_list_repeat1, 2, 0, 0), + [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [8902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [8908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 1, 0), + [8910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 1, 200), + [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7028), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [8930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), + [8932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8334), + [8935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(8334), + [8938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7502), + [8941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), + [8943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5803), + [8946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5438), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [8977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), + [8981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, 0, 0), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [9007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_range_loop_body, 4, 0, 187), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [9053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_range_loop_body, 5, 0, 201), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7372), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7426), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7438), + [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [9099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_left_fold, 3, 0, 54), + [9101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_expression_lhs, 3, 0, 54), + [9103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_fold, 3, 0, 83), + [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [9121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7547), + [9124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(6661), + [9127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(6661), + [9130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5491), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [9139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lambda_capture, 1, 0, 0), + [9141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym__lambda_capture, 1, 0, 0), + [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [9146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [9148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), + [9152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [9154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [9156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), + [9158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), + [9160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), + [9162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8367), + [9166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), + [9168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 36), SHIFT(4877), + [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), + [9175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), + [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), + [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), + [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8408), + [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), + [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), + [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6557), + [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6220), + [9199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), + [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), + [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [9205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5022), + [9207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 18), SHIFT(4888), + [9210] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(1860), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6541), + [9218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [9220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), + [9222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), + [9224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), + [9226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), + [9228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), + [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8440), + [9232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), + [9234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 36), SHIFT(1860), + [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [9241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6174), + [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), + [9247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7849), + [9250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(7849), + [9253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 18), + [9255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 18), + [9257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5421), + [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), + [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [9266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), + [9268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), + [9272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), + [9274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), + [9276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 18), SHIFT(1860), + [9279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 75), SHIFT(1860), + [9282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), SHIFT(1860), + [9285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 45), SHIFT(1860), + [9288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 75), SHIFT(4889), + [9291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 2), + [9293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 2), + [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), + [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8456), + [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [9315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 45), SHIFT(4896), + [9318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 16), SHIFT(1860), + [9321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(6029), + [9324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5402), + [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [9329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5471), + [9332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), + [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6221), + [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), + [9342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), + [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), + [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8339), + [9350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), + [9352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), SHIFT(1860), + [9355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5470), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [9360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(963), + [9363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), + [9365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8334), + [9368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(8334), + [9371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7502), + [9374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), + [9376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5803), + [9379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5438), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), + [9384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [9388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7547), + [9391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(6661), + [9394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(6661), + [9397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5491), + [9400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5186), + [9403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5186), + [9406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(5187), + [9409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7849), + [9412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(7849), + [9415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(4890), + [9418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(6029), + [9421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5471), + [9424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 2, 0, 21), SHIFT(5463), + [9427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 2), + [9429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 2), + [9431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5402), + [9434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5421), + [9437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, 0, 18), + [9439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, 0, 18), + [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), + [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), + [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [9451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), + [9453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), + [9455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), + [9457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [9459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [9461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), + [9465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5470), + [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [9472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [9476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7547), [9479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), - [9481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8335), - [9484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8335), - [9487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7738), + [9481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8334), + [9484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8334), + [9487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7502), [9490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), - [9492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5431), - [9495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5821), - [9498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5479), - [9501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7524), - [9504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(6687), - [9507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(6687), - [9510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5419), - [9513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8640), - [9516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(8640), - [9519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5986), - [9522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5421), - [9525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5383), - [9528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5495), - [9531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5489), + [9492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5803), + [9495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5438), + [9498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 3, 0, 21), SHIFT(5463), + [9501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(6661), + [9504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(6661), + [9507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7547), + [9510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5491), + [9513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(6029), + [9516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5471), + [9519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5402), + [9522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7849), + [9525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(7849), + [9528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5421), + [9531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5470), [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), - [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6847), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [9546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), - [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6993), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [9554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), - [9556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7014), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), - [9564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [9570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), - [9572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7021), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [9578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [9580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6951), - [9582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), - [9584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5431), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [9593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), - [9601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 2, 0, 0), - [9603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 2, 0, 0), - [9605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 1, 0, 0), - [9607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 1, 0, 0), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), - [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), - [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), - [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), - [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7576), - [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [9635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), - [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), - [9639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), - [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), - [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7902), + [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), + [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6971), + [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [9546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4238), + [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6892), + [9550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [9556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), + [9558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6948), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [9564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [9566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), + [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [9572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [9574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6986), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [9580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), + [9582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7036), + [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [9590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7568), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7505), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), + [9614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 2, 0, 0), + [9616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 2, 0, 0), + [9618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 4, 0, 21), SHIFT(5463), + [9621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 1, 0, 0), + [9623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 1, 0, 0), + [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5814), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7473), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), + [9635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [9639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7310), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8253), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), [9647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1, 0, 0), [9649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1, 0, 0), - [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [9653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), - [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [9657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6147), - [9659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), - [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), - [9665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), - [9667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), - [9669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), - [9671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), - [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [9677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [9679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), - [9681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5637), - [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7494), - [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [9689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), - [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), - [9693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5775), - [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7364), - [9697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6545), - [9699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 3, 0, 0), - [9701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 3, 0, 0), - [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [9705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5861), - [9707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7046), - [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [9711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6184), - [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [9715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), - [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [9719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), - [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), - [9723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4196), - [9725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), - [9727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), - [9731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [9733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), - [9735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), - [9737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5832), - [9739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [9743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [9745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), - [9747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6375), - [9749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [9751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7306), - [9753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), - [9757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), - [9759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [9761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5821), - [9764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5419), - [9767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5821), - [9770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5419), - [9773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), - [9775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [9779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), - [9783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), - [9785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), - [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5570), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [9791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), - [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6372), - [9797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [9799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), - [9801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7243), - [9803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6192), - [9805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), - [9811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7086), - [9813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), - [9817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5994), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [9827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), - [9845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5479), - [9848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5479), - [9851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5, 0, 0), - [9853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5, 0, 0), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [9859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4, 0, 0), - [9861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4, 0, 0), - [9863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4, 0, 0), - [9865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4, 0, 0), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [9875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3, 0, 0), - [9877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3, 0, 0), - [9879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3, 0, 0), - [9881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3, 0, 0), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [9885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), - [9887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), - [9889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), SHIFT_REPEAT(5821), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), - [9900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), - [9906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5464), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [9910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5466), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), - [9914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8543), - [9924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_postfix, 1, 0, 0), - [9926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_postfix, 1, 0, 0), - [9928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1, 0, 0), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [9932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1, 0, 0), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [9938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), - [9940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7113), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7485), - [9952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5363), - [9954] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [9651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [9655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7555), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), + [9659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5821), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), + [9667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), + [9669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), + [9671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), + [9673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), + [9675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [9679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [9683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), + [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), + [9687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5803), + [9690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5491), + [9693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_attributes_end, 3, 0, 0), + [9695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_attributes_end, 3, 0, 0), + [9697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), + [9699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7114), + [9701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5803), + [9704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5491), + [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [9709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), + [9711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), + [9713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [9717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6512), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6207), + [9723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6858), + [9725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5810), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), + [9729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5989), + [9731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [9735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), + [9737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), + [9743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), + [9745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), + [9747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), + [9751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [9755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), + [9757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), + [9759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8630), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), + [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7435), + [9767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [9771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), + [9773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [9775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), + [9777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [9779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7145), + [9783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6422), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [9789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [9791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), + [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5869), + [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6186), + [9797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [9799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [9803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462), + [9805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [9807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), + [9809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6408), + [9811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), + [9813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), + [9817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), + [9819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4, 0, 0), + [9821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4, 0, 0), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [9831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), + [9837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3, 0, 0), + [9839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3, 0, 0), + [9841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3, 0, 0), + [9843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3, 0, 0), + [9845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5, 0, 0), + [9847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5, 0, 0), + [9849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_postfix, 1, 0, 0), + [9851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_postfix, 1, 0, 0), + [9853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4, 0, 0), + [9855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4, 0, 0), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7462), + [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), + [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), + [9875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), + [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [9881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), + [9885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [9889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7562), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8520), + [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [9911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), + [9913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7063), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [9917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5358), + [9919] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [9921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5438), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5640), + [9926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5438), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [9937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1, 0, 0), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [9941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1, 0, 0), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7528), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [9949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), + [9951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), + [9953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), SHIFT_REPEAT(5803), [9956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, 0, 54), - [9958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8488), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [9968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7316), - [9970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7974), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [9976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7253), - [9978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [9980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8185), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [9986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7326), - [9988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [9992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8305), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), - [9998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7344), - [10000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [10002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), - [10004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7346), - [10006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8372), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), - [10012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7142), - [10014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), - [10016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), - [10020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7427), - [10022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), - [10024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [10032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), - [10034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7389), - [10036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), - [10040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7286), - [10042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [10044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [10046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [10048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [10054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [10068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [10070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [10074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 26), - [10076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 26), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [10088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7445), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [10092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [10094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [10098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), - [10100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [10108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [10112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7265), - [10114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [10118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7219), - [10120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7738), - [10123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [10127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7059), - [10129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), - [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [10135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [10137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [10139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), - [10143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7132), - [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [10147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [10149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [10151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 54), + [9958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [9960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [9962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6643), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7877), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [9972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7370), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [9976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8452), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), + [9982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7192), + [9984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [9986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8361), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), + [9992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7079), + [9994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [10000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [10002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [10004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7927), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [10010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7096), + [10012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [10018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 54), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [10022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), + [10026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7103), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [10032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [10036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7123), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [10040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 26), + [10042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 26), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [10046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [10048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7137), + [10058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), + [10068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7153), + [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [10074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7161), + [10076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [10080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), + [10082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7164), + [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [10090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7180), + [10092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [10096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [10102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6610), + [10104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [10106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [10108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), + [10110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), + [10112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [10114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [10116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), + [10118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7289), + [10120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7502), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [10127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [10131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7122), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [10141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [10145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7053), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [10159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5784), - [10161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7223), - [10163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), - [10165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7288), - [10167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [10171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [10173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), - [10175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5453), - [10177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5451), - [10179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5445), - [10181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5443), - [10183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), - [10185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), - [10187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5434), - [10189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5433), - [10191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), - [10193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [10197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4177), - [10199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 123), - [10201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 123), - [10203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 22), - [10205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, 0, 22), - [10207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), - [10209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), - [10211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 24), - [10213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 24), - [10215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), - [10217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), - [10219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), - [10223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), - [10225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), - [10227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), - [10229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), - [10233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 174), - [10235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 174), - [10237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 118), - [10239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 118), - [10241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), - [10243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 24), - [10245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 24), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [10249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 33), - [10251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, 0, 33), - [10253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 172), - [10255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, 0, 172), - [10257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), - [10259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), - [10261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), - [10263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1, 0, 0), - [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), - [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), - [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), - [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [10275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6837), - [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), - [10279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7280), - [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [10285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 7, 0, 21), - [10287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 7, 0, 21), - [10289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2, 0, 0), - [10291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2, 0, 0), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [10297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [10301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [10303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), - [10307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6563), - [10309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7338), - [10311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [10313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [10319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [10321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1, 0, 0), - [10323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1, 0, 0), - [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), - [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [10329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5986), - [10332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5421), - [10335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6174), - [10337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), - [10339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), SHIFT_REPEAT(5986), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [10346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [10348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6226), - [10350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), - [10352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7463), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [10357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [10359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5986), - [10362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5421), - [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [10367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7668), - [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [10381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 5), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [10385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6337), - [10387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), - [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [10395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7141), - [10397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6976), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), - [10403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [10405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [10407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), - [10409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(8136), - [10412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), - [10414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(8336), - [10417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [10419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [10421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(5938), - [10424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6976), - [10427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7473), - [10430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2, 0, 0), - [10432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [10434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2, 0, 0), - [10436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 81), - [10438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 81), - [10440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 62), - [10442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 62), - [10444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 131), - [10446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 4, 0, 131), - [10448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 41), - [10450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 41), - [10452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 85), - [10454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 85), - [10456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5495), - [10459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5495), - [10462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), - [10464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7946), - [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [10469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), - [10471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [10473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), - [10477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 118), - [10479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 118), - [10481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, 0, 172), - [10483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, 0, 172), - [10485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 5), - [10487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 5), - [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [10491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, 1, 22), - [10493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, 1, 22), - [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), - [10497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, -1, 0), - [10499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, -1, 0), - [10501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 24), - [10503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 24), - [10505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 5), - [10507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 5), - [10509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 39), - [10511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 39), - [10513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 24), - [10515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 24), - [10517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5383), - [10520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, -1, 0), - [10522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, -1, 0), - [10524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [10526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [10528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 85), - [10530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 4, 1, 85), - [10532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 41), - [10534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 3, 1, 41), - [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), - [10538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 79), - [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6777), - [10542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), - [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8498), - [10546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 5), - [10548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 2, 1, 5), - [10550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 170), - [10552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 5, 1, 170), - [10554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5489), - [10557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 170), - [10559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 5, 1, 170), - [10561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), - [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [10565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), - [10567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), - [10571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), - [10573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, 1, 0), - [10575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_declarator, 2, 1, 0), + [10155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [10157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [10159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), + [10161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), + [10163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), + [10165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), + [10167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), + [10169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), + [10171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5427), + [10173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), + [10175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5435), + [10177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), + [10179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), + [10181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declarator_seq, 7, 0, 21), + [10183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declarator_seq, 7, 0, 21), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), + [10187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), + [10189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 172), + [10191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, 0, 172), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [10195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [10197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), + [10199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1, 0, 0), + [10201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 33), + [10203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, 0, 33), + [10205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [10209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7042), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [10213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7373), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), + [10219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5795), + [10221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7424), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [10231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), + [10233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), + [10235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 123), + [10237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 123), + [10239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 174), + [10241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 174), + [10243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [10245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 118), + [10247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 118), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [10251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6601), + [10253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7158), + [10255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 24), + [10257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 24), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [10261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [10263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), + [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [10267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), + [10269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [10273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [10277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), + [10279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7209), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [10287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), + [10289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), + [10291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [10293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 24), + [10295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 24), + [10297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1, 0, 0), + [10299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1, 0, 0), + [10301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), + [10303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), + [10305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 22), + [10307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, 0, 22), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [10311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), + [10313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [10315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2, 0, 0), + [10317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2, 0, 0), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [10321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), + [10327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), + [10329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [10331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6204), + [10333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), + [10335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_postfix_repeat1, 2, 0, 0), SHIFT_REPEAT(6029), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [10342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), + [10344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6226), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [10348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6213), + [10350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(6029), + [10353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5402), + [10356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(6029), + [10359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5402), + [10362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(7609), + [10365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5920), + [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [10379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7614), + [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [10387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [10389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [10391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(5901), + [10394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(6850), + [10397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(7769), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [10404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 5), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [10410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7245), + [10412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6331), + [10414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [10418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), + [10420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(8135), + [10423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), + [10425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(8335), + [10428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5901), + [10430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 62), + [10432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 62), + [10434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [10436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2, 0, 0), + [10438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2, 0, 0), + [10440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 39), + [10442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 2, 0, 39), + [10444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 5), + [10446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 5), + [10448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 81), + [10450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 3, 0, 81), + [10452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 5), + [10454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 5), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [10458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 41), + [10460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 41), + [10462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 131), + [10464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_descriptor, 4, 0, 131), + [10466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 85), + [10468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 85), + [10470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [10472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7862), + [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [10477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6822), + [10479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5471), + [10482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 118), + [10484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 118), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [10490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, -1, 0), + [10492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, -1, 0), + [10494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, -1, 0), + [10496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, -1, 0), + [10498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [10500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [10502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, 0, 172), + [10504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, 0, 172), + [10506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [10508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [10510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5471), + [10513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 24), + [10515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 24), + [10517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, 1, 22), + [10519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, 1, 22), + [10521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5421), + [10524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 24), + [10526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 24), + [10528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, 1, 0), + [10530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_field_declarator, 2, 1, 0), + [10532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5470), + [10535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, 1, 0), + [10537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_declarator, 2, 1, 0), + [10539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 41), + [10541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 3, 1, 41), + [10543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 5), + [10545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 2, 1, 5), + [10547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 5), + [10549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 2, 1, 5), + [10551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 170), + [10553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 5, 1, 170), + [10555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [10559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), + [10561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 41), + [10563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 3, 1, 41), + [10565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 85), + [10567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 4, 1, 85), + [10569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), + [10573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), [10577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 2, 0, 8), - [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), - [10581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), - [10583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 85), - [10585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 4, 1, 85), - [10587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 41), - [10589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 3, 1, 41), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), - [10593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 5), - [10595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 2, 1, 5), - [10597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, 1, 0), - [10599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_field_declarator, 2, 1, 0), - [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), - [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), - [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), - [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), - [10613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), - [10615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5489), - [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [10620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6307), - [10622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6345), - [10624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6342), - [10626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6310), - [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7138), - [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7002), - [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7400), - [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6856), - [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), - [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), - [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), - [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6966), - [10654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6331), - [10656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6322), - [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6339), - [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6305), - [10662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6311), - [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), - [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [10676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6316), - [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7090), - [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7025), - [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [10690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6324), - [10692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6317), - [10694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6319), - [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [10698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6320), - [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [10702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6329), - [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [10706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 66), - [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [10712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5383), - [10715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6328), - [10717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6302), - [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [10721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6340), - [10723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), - [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [10727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), - [10729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), - [10731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8170), - [10733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [10735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), - [10739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6624), - [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), - [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), - [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [10751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [10757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5431), - [10760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 100), - [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [10764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 100), - [10766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), + [10581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5494), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7958), + [10585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 170), + [10587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 5, 1, 170), + [10589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 79), + [10591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 85), + [10593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 4, 1, 85), + [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [10601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6920), + [10613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6310), + [10615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6304), + [10617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6328), + [10619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6322), + [10621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6341), + [10623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), + [10625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6325), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), + [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7038), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7177), + [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6886), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), + [10649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5470), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [10654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6324), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6309), + [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6315), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7338), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7292), + [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6932), + [10684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6313), + [10686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6349), + [10688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), + [10690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5421), + [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), + [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [10699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 66), + [10701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [10703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6308), + [10705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6316), + [10707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [10709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7266), + [10711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), + [10713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6347), + [10715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [10717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6342), + [10719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6344), + [10721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), + [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [10725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6305), + [10727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6676), + [10729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [10731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7110), + [10733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5495), + [10735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8203), + [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [10741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [10751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), + [10755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6688), + [10757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 5, 0, 21), SHIFT(5463), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [10762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 100), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [10766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 100), [10768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 0), [10770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 0), - [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [10776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [10778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [10788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), - [10790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6795), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [10794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [10802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6647), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [10772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), + [10774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [10794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [10798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [10800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), [10808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 118), [10810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 118), - [10812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 24), - [10814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 24), - [10816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [10818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [10820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 1, 22), - [10822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 1, 22), - [10824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 172), - [10826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 172), - [10828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), - [10830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [10812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 172), + [10814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 172), + [10816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 24), + [10818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 24), + [10820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [10822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [10824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [10826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [10828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 1, 22), + [10830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 1, 22), [10832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, 0, 24), [10834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, 0, 24), - [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), - [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6924), - [10840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), - [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8008), - [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), - [10846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), - [10848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), - [10850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 8), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), - [10854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7975), - [10858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7273), - [10861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5401), - [10864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8481), - [10867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7461), - [10870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [10874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 8), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [10878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), - [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [10882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 8), - [10884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6487), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7999), - [10888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), - [10890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6533), - [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), - [10894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6579), - [10896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6504), - [10898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 79), - [10900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 79), - [10902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6468), - [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), - [10906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 24), - [10908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 1, 0, 24), - [10910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6571), - [10912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), - [10914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 79), - [10916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6568), - [10918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), - [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), - [10922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), - [10924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6502), - [10926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), - [10928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), - [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7877), - [10932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5431), - [10935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), - [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [10939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1, 0, 0), - [10941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1, 0, 0), - [10943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [10945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), - [10947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [10949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), - [10951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [10953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [10955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), - [10957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), - [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8292), - [10961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [10963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), - [10965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 5), - [10967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 5), - [10969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [10971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), - [10973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [10975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [10977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), - [10979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), - [10981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4948), - [10983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [10985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [10987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), - [10989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), - [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), - [10993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [10995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [10997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), - [10999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), - [11001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7848), - [11003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7044), - [11005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7053), - [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), - [11009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8331), - [11011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6872), - [11013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), - [11015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), - [11017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7762), - [11019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6991), - [11021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7255), - [11023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), - [11025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7641), - [11027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6865), - [11029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [11031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), - [11033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), - [11035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7583), - [11037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), - [11039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7600), - [11041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), - [11043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7617), - [11045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), - [11047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), - [11049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7648), - [11051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), - [11053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), - [11055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7143), - [11057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6933), - [11059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8316), - [11061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [11063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [11065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [11067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7509), - [11069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6844), - [11071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6994), - [11073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7430), - [11075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [11077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), - [11079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), - [11081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [11083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7553), - [11085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [11087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7711), - [11089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7409), - [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8538), - [11093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), - [11095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7782), - [11097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), - [11099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7012), - [11101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7104), - [11103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8284), - [11105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), - [11107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7541), - [11109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7169), - [11111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8354), - [11113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [11115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7660), - [11117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), - [11119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7784), - [11121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), - [11123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7536), - [11125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(6588), - [11128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [11130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), - [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), - [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [11160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, 0, 31), - [11162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, 0, 31), - [11164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 6), - [11166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 6), - [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), - [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [11178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7273), - [11181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [11183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [11185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [11189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [11191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [11193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [11195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, 0, 13), - [11197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, 0, 13), - [11199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [11201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [11203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [11205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [11207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), - [11209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(6017), - [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [11214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, 0, 58), - [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [11218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), - [11220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(6821), - [11223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [11225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6821), - [11227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [11229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [11231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), - [11233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7353), - [11235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [11237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), - [11239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6098), - [11241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 56), - [11243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7078), - [11245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [11247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3, 0, 0), - [11249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3, 0, 0), - [11251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [11253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [11255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5, 0, 0), - [11257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5, 0, 0), - [11259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6, 0, 0), - [11261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6, 0, 0), - [11263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), - [11265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [11267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4, 0, 0), - [11269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4, 0, 0), - [11271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [11273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [11275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), - [11277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [11279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(1354), - [11282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), - [11284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(8087), - [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [11291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7299), - [11293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), - [11295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), - [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), - [11301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), - [11303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 66), - [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), - [11307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), - [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), - [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), - [11315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), - [11319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), - [11321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [11323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [11325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [11327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [11329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [11331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [11333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [11335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [11337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [11339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [11341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [11343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [11349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [11351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [11353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [11355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 79), - [11357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 79), - [11359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [11361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [11363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [11367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [11369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [11371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [11373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [11375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 128), - [11377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 128), - [11379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 177), - [11381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 177), - [11383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [11385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [11387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [11391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [11393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [11395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [11397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 79), - [11399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 79), - [11401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [11403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [11405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [11407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [11413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 8), - [11415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 8), - [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [11431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 80), - [11433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 80), - [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [11443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 8), - [11445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 8), - [11447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [11455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 129), - [11457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 129), - [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [11469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [11471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, 0, 194), - [11473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [11475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), SHIFT_REPEAT(5418), - [11478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), - [11480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), - [11482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7488), - [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [11490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7607), - [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [11498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7335), - [11500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7497), - [11502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), - [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), - [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [11510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 88), - [11512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 2, 0, 88), - [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), - [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6806), - [11526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 6), - [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), - [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [11532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7582), - [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [11538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7534), - [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [11546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 1, 0, 0), - [11548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 1, 0, 0), - [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7380), - [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [11564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7589), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [11570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, 0, 159), - [11572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), SHIFT_REPEAT(5916), - [11575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), - [11577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), - [11579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [11581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [11583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [11585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), - [11587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [11589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7531), - [11591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [11593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7606), - [11595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), - [11597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [11599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [11601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [11603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6833), - [11606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6833), - [11609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), - [11611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6835), - [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), - [11616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4657), - [11618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), - [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), - [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), - [11626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), - [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6977), - [11630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6977), - [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), - [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), - [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7079), - [11650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8269), - [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [11656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 215), SHIFT_REPEAT(6123), - [11659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 215), - [11661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 197), - [11663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 197), - [11665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 1, 0, 17), - [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), - [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), - [11671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1, 0, 0), - [11673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 5), - [11675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 5), - [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [11679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [11681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), - [11685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), - [11687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [11689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), - [11691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), - [11695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6876), - [11697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), - [11699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6879), - [11703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6879), - [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [11707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), - [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), - [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7754), - [11713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [11715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), - [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [11719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), - [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [11727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [11729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), - [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), - [11733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), - [11737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), - [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7093), - [11741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), - [11743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2, 0, 0), - [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), - [11749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 204), - [11751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [11753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 203), SHIFT_REPEAT(6607), - [11756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 203), - [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [11762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), - [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6906), - [11766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6906), - [11768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), - [11770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8193), - [11772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), - [11774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), - [11776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5756), - [11778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), - [11782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6945), - [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6561), - [11786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 191), - [11788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [11790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [11792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [11794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), - [11796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4, 0, 0), - [11798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), - [11800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), - [11802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6928), - [11804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8155), - [11806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), - [11808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6916), - [11810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [11812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [11814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), - [11816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 211), - [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [11820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7950), - [11822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), - [11826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6937), - [11828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), - [11830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [11832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), - [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [11836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8067), - [11838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), - [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), - [11842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5, 0, 0), - [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [11848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [11850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), - [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), - [11854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6917), - [11856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), - [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [11860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), - [11862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [11866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), - [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), - [11870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), - [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [11874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 92), - [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), - [11878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 155), - [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), - [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), - [11884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), - [11886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [11888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), - [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), - [11892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6972), - [11894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [11898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4263), - [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [11904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8599), - [11906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), - [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), - [11910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), - [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), - [11916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6886), - [11920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), - [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), - [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [11926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 203), SHIFT_REPEAT(6561), - [11929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 203), - [11931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), - [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), - [11935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), - [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [11939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8287), - [11941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [11943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), - [11945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), - [11949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7000), - [11953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7000), - [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7102), - [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [11963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7845), - [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), - [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7685), - [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [11971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7825), - [11973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 191), - [11975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6954), - [11979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6954), - [11981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, 0, 34), - [11983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), - [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7050), - [11987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7050), - [11989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 155), - [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7267), - [11993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3, 0, 0), - [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [11999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), - [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7507), - [12011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), - [12013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), - [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), - [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [12023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), - [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8578), - [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), - [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), - [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7457), - [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [12053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [12055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6235), - [12058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), - [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8252), - [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8250), - [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8249), - [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), - [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7675), - [12082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 5, 0, 0), - [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7278), - [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), - [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [12098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5887), - [12101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2, 0, 0), - [12103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), - [12105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1044), - [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), - [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7917), - [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7916), - [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7915), - [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), - [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [12136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 210), - [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [12142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), - [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [12148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1646), - [12151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), - [12153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [12155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [12157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [12159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), - [12161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), - [12163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [12165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1658), - [12168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2, 0, 0), - [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7756), - [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), - [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), - [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [12190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1621), - [12193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2, 0, 0), - [12195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [12197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [12199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [12201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [12203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [12205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [12207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [12209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [12211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7967), - [12213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7962), - [12215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7960), - [12217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2, 0, 0), - [12219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 155), - [12221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), - [12223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [12225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [12227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [12229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [12231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2, 0, 0), - [12233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [12235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), - [12237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [12239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), - [12243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 2, 0, 59), - [12245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), - [12251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3220), - [12254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2, 0, 0), - [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), - [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), - [12260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5395), - [12263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6380), - [12265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), - [12267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(8195), - [12270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2, 0, 0), - [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), - [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), - [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), - [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), - [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), - [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [12300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(7495), - [12303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), - [12305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), - [12307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [12309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(283), - [12312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 0, 0), - [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [12318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 3, 0), - [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [12334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7611), - [12337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), - [12339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [12341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [12343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [12345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [12347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [12349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [12351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), - [12353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [12355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [12357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [12359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(929), - [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), - [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [12380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), - [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), - [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), - [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7662), - [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [12406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 2, 0, 0), - [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6775), - [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), + [10840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5477), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), + [10844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6585), + [10846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7878), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), + [10852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5484), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7952), + [10856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7110), + [10859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5441), + [10862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(8023), + [10865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7605), + [10868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [10870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), + [10872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6548), + [10874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 79), + [10876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6590), + [10878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), + [10880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 79), + [10882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), + [10884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6543), + [10886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6478), + [10888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6608), + [10890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), + [10892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), + [10896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_declarator_seq, 6, 0, 21), SHIFT(5463), + [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), + [10901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 24), + [10903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 1, 0, 24), + [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [10909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), + [10911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6500), + [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8536), + [10915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 79), + [10917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [10919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6501), + [10921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [10923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), + [10925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6587), + [10927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), + [10929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 8), + [10931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), + [10933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 8), + [10935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 8), + [10937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), + [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7810), + [10941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1, 0, 0), + [10943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1, 0, 0), + [10945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), + [10947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), + [10949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [10951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4952), + [10953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), + [10957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [10959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), + [10961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), + [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8134), + [10965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [10967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [10969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [10971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [10975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [10977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4948), + [10979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [10981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [10983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [10985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [10987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 5), + [10989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 5), + [10991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [10993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), + [10995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [10997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [10999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [11001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), + [11003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), + [11005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7203), + [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7022), + [11009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8009), + [11011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6847), + [11013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), + [11015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8519), + [11017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [11019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7465), + [11021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [11023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7695), + [11025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7009), + [11027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), + [11029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7565), + [11031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), + [11033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [11035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7586), + [11037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [11039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), + [11041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [11043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7691), + [11045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [11047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7708), + [11049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7191), + [11051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7891), + [11053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [11055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7343), + [11057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6883), + [11059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7078), + [11061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), + [11063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7761), + [11065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6947), + [11067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), + [11069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [11071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7582), + [11073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7416), + [11075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8383), + [11077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), + [11079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7606), + [11081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), + [11083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7591), + [11085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), + [11087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7654), + [11089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7084), + [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), + [11093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6872), + [11095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), + [11097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7738), + [11099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [11101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7760), + [11103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), + [11105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7251), + [11107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), + [11109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7015), + [11111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), + [11113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7556), + [11115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), + [11117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7501), + [11119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7205), + [11121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), + [11123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), + [11125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [11127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [11129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, 0, 13), + [11131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, 0, 13), + [11133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [11135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [11137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, 0, 31), + [11139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, 0, 31), + [11141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [11143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [11145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [11147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [11149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [11151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [11153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [11155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [11157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [11159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [11161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [11163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [11165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [11167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [11169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [11175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [11177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(7110), + [11180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [11182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [11184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 6), + [11186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 6), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [11194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(6593), + [11197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [11199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [11201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, 0, 58), + [11203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [11205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [11207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7756), + [11209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__lambda_capture_identifier, 1, 0, 0), SHIFT(5980), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [11218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6, 0, 0), + [11220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6, 0, 0), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [11224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 66), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6084), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6768), + [11230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), + [11234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), + [11238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4, 0, 0), + [11240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4, 0, 0), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [11244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7437), + [11246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7120), + [11248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7267), + [11250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5, 0, 0), + [11252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5, 0, 0), + [11254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3, 0, 0), + [11256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3, 0, 0), + [11258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(1267), + [11261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), + [11263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(8189), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), + [11280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), + [11282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(6768), + [11285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), + [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [11291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8189), + [11293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [11295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6045), + [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), + [11301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7258), + [11303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), + [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [11307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [11311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 56), + [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), + [11315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [11319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [11321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [11323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 80), + [11325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 80), + [11327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [11329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [11331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [11333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 8), + [11335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 8), + [11337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [11339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [11341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [11343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [11345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [11349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [11351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [11353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [11355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [11357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [11359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 128), + [11361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 128), + [11363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [11367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [11369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [11371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 79), + [11373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 79), + [11375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [11377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [11379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [11381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [11383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [11385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [11387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [11391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [11393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [11395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [11397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [11399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [11401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [11403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 8), + [11405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 8), + [11407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [11413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [11415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 177), + [11417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 177), + [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [11425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 79), + [11427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 79), + [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [11431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [11449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 129), + [11451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 129), + [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7075), + [11461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7672), + [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [11469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [11471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [11473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [11475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [11477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7500), + [11479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [11481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [11483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), + [11485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [11487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7781), + [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [11491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), SHIFT_REPEAT(5894), + [11494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), + [11496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 183), + [11498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, 0, 194), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [11508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 88), + [11510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 2, 0, 88), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [11530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7296), + [11532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7491), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [11536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, 0, 159), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [11542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [11550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7630), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [11556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 1, 0, 0), + [11558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 1, 0, 0), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [11566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7734), + [11568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7744), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), + [11574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 6), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8311), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), + [11582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7524), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [11588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), SHIFT_REPEAT(5456), + [11591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), + [11593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 116), + [11595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [11597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [11599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), + [11601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), + [11603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6225), + [11605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6982), + [11607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6982), + [11609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 92), + [11611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), + [11613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [11615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), + [11617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6912), + [11619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [11621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [11623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [11625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [11627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, 0, 34), + [11629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 1, 0, 17), + [11631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), + [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7519), + [11635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7572), + [11637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), + [11639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6223), + [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [11643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6834), + [11645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), + [11649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6860), + [11651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), + [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7486), + [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), + [11659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [11661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 5), + [11663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 5), + [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [11667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7011), + [11671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7011), + [11673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6581), + [11679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 191), + [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [11685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), + [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), + [11689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), + [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6813), + [11695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), + [11697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [11699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3696), + [11701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [11705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6981), + [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [11709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [11711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [11715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6894), + [11719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6894), + [11721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), + [11725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), + [11727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [11729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [11733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), + [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), + [11741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8209), + [11743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), + [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [11749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), + [11751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), + [11753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [11759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), + [11761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6912), + [11764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), + [11768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6874), + [11770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8158), + [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [11778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 203), SHIFT_REPEAT(6581), + [11781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 203), + [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [11787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8247), + [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), + [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7516), + [11795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), + [11799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6905), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7254), + [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), + [11811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5, 0, 0), + [11813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6960), + [11817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), + [11819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), + [11829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 211), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [11833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6996), + [11837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6996), + [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [11841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [11845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), + [11847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [11851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), + [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), + [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), + [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [11859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8090), + [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [11863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6903), + [11867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), + [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), + [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), + [11873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), + [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), + [11877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2, 0, 0), + [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [11881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7926), + [11883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), + [11885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [11887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6982), + [11890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(6982), + [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), + [11895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3, 0, 0), + [11897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), + [11899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7007), + [11901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7007), + [11903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 155), + [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [11907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), + [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [11911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), + [11913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), + [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), + [11917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 191), + [11919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [11923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7860), + [11925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 204), + [11927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), + [11931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6841), + [11933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [11935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [11939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), + [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [11943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 215), SHIFT_REPEAT(6071), + [11946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 215), + [11948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), + [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7041), + [11952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), + [11956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1, 0, 0), + [11958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 155), + [11960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7809), + [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), + [11964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6914), + [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), + [11968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4, 0, 0), + [11970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), + [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [11974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7936), + [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7097), + [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [11984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 197), + [11986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 3, 0, 197), + [11988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), + [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), + [11992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7008), + [11994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5663), + [11996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), + [11998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 203), SHIFT_REPEAT(6605), + [12001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 203), + [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [12005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), + [12007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5788), + [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [12011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8066), + [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), + [12023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 219), + [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), + [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6481), + [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6563), + [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), + [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [12053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [12055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), + [12057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [12059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [12061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [12063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [12065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [12067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7675), + [12069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [12071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [12073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), + [12075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [12077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [12079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), + [12081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [12083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), + [12085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [12087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [12089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [12091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), + [12093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), + [12095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [12097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(6288), + [12100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), + [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [12142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(980), + [12145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), + [12147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [12149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), + [12151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [12153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [12155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [12157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [12159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [12161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1031), + [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6817), + [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), + [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [12218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, 0, 66), + [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), + [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), + [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), + [12246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7048), + [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), + [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8115), + [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8136), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), + [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [12274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5405), + [12277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), + [12279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [12281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(7728), + [12284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [12294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6991), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), + [12306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2, 0, 0), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [12318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(5858), + [12321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7019), + [12323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [12325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [12327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), + [12329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [12331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(7675), + [12334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7480), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [12380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(8160), + [12383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2, 0, 0), + [12385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 6, 0, 0), + [12387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [12389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [12391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(5895), + [12394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2, 0, 0), + [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7596), + [12398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4, 0, 0), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), [12412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, 0, 68), [12414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, 0, 143), - [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6770), - [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [12426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(5827), - [12429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2, 0, 0), - [12431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [12433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [12435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [12437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [12439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [12441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [12443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [12445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [12447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7780), - [12449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [12451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6958), - [12453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [12455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [12457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [12459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), - [12461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), - [12463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 212), - [12465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [12467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7233), - [12469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [12471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [12473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [12475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [12477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [12479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [12481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [12483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [12485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), - [12487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3, 0, 0), - [12489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [12491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), - [12493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7500), - [12495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [12497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), - [12499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [12501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 155), - [12503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 7, 0, 0), - [12505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 106), - [12507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [12509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [12511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6920), - [12513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [12515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [12517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [12519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [12521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [12523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [12525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [12527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [12529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [12531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [12533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), - [12535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [12537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [12539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [12541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), - [12543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [12545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), - [12547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7846), - [12549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7972), - [12551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [12553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [12555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [12557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [12559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [12561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), - [12563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), - [12565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [12567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [12569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [12571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 219), - [12573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [12575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [12577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [12579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [12581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 219), - [12583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [12585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [12587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [12589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [12591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [12593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [12595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), - [12597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6877), - [12599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6655), - [12601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [12603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [12605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [12607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [12609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [12611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [12613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [12615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), - [12617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [12619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [12621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6963), - [12623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [12625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [12627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [12629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [12631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [12633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [12635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 218), SHIFT_REPEAT(8083), - [12638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 218), - [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7496), - [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [12644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6974), - [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), - [12648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [12650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6919), - [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), - [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), - [12656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2, 0, 0), - [12658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [12660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7001), - [12662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7049), - [12664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(982), - [12667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [12669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 216), - [12671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6944), - [12673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, 0, 66), - [12675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [12677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [12679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), - [12681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), - [12683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), - [12685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [12687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [12689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), - [12691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [12693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [12695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [12697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [12699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [12701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7909), - [12703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 3, 0, 0), - [12705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8532), - [12707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8531), - [12709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), - [12711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [12713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [12715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [12717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [12719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [12721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [12723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [12725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [12727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), - [12729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), - [12731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8248), - [12733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [12735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 6, 0, 0), - [12737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [12739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), - [12741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4, 0, 0), - [12743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [12745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [12747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 204), - [12749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7654), - [12751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, 0, 0), - [12753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), - [12755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [12757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), - [12759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, 0, 100), - [12761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [12763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8231), - [12765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 210), - [12767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [12769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [12771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [12773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [12775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [12777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), - [12780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), - [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), - [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), - [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8062), - [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [12790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), - [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), - [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), - [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [12802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 202), - [12804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 116), SHIFT_REPEAT(5185), - [12807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 116), - [12809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [12811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [12813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [12815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [12817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [12819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [12821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [12823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8520), - [12825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), - [12827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8474), - [12829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8651), - [12831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8472), - [12833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8650), - [12835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8470), - [12837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8649), - [12839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8468), - [12841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8648), - [12843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8466), - [12845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), - [12847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), - [12849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8646), - [12851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8461), - [12853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8645), - [12855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8458), - [12857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8644), - [12859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8452), - [12861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8643), - [12863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8443), - [12865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8642), - [12867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8433), - [12869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8641), - [12871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8416), - [12873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8639), - [12875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [12877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8516), - [12879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8397), - [12881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8636), - [12883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8377), - [12885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8633), - [12887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8353), - [12889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8630), - [12891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6746), - [12893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8321), - [12895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8322), - [12897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [12899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [12901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8266), - [12903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), - [12905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [12907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), - [12909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), - [12911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [12913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7482), - [12915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 92), - [12917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [12919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, 0, 28), - [12921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8168), - [12923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8627), - [12925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), - [12927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [12929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7545), - [12931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), - [12933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [12935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8320), - [12937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [12939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [12941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8315), - [12943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), - [12945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [12947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [12949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8357), - [12951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 2, 0), - [12953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [12955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8242), - [12957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [12959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8587), - [12961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [12963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, 0, 158), - [12965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [12967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), - [12969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [12971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7892), - [12973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, 0, 57), - [12975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), - [12977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [12979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 3, 0, 168), - [12981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [12983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 6), - [12985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [12987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8192), - [12989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_parameter_pack_expansion, 2, 0, 28), - [12991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), - [12993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [12995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [12997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8052), - [12999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 212), - [13001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), - [13003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [13005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [13007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7595), - [13009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [13011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 100), - [13013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 0), - [13015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7556), - [13017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [13019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [13021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 6, 0, 0), - [13023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), - [13025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), - [13027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [13029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [13031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7907), - [13033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), - [13035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7263), - [13037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), - [13039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [13041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7908), - [13043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), - [13045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [13047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), - [13049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), - [13051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), - [13053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7454), - [13055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [13057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7843), - [13059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [13061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7894), - [13063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [13065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7872), - [13067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), - [13069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), - [13071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 177), - [13073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [13075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [13077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [13079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8485), - [13081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [13083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [13085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8445), - [13087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [13089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [13091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [13093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [13095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8426), - [13097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [13099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8401), - [13101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8359), - [13103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [13105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [13107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [13109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [13111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [13113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [13115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 80), - [13117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [13119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), - [13121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [13123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [13125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [13127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [13129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6998), - [13131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [13133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [13135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [13137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8297), - [13139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7969), - [13141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [13143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [13145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [13147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [13149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [13151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [13153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [13155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 177), - [13157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), - [13159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [13161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), - [13163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), - [13165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8526), - [13167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [13169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [13171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 128), - [13173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [13175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [13177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [13179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [13181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [13183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), - [13185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8245), - [13187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 79), - [13189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [13191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), - [13193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7994), - [13195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 80), - [13197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [13199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [13201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [13203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [13205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8229), - [13207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [13209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), - [13211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [13213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [13215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [13217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), - [13219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [13221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [13223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [13225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [13227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), - [13229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [13231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [13233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 2, 0, 0), - [13235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8212), - [13237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), - [13239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7922), - [13241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [13243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [13245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 129), - [13247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [13249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 80), - [13251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [13253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [13255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [13257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [13259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6948), - [13261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [13263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8161), - [13265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [13267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [13269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [13271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8056), - [13273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [13275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [13277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [13279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [13281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8487), - [13283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [13285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [13287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_right_fold, 3, 0, 54), - [13289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [13291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [13293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), - [13295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [13297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [13299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [13301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), - [13303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [13305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7918), - [13307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [13309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [13311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), - [13313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8028), - [13315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [13317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [13319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [13321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), - [13323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [13325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [13327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [13329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8018), - [13331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [13333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [13335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [13337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [13339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [13341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), - [13343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8013), - [13345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [13347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), - [13349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [13351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [13353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [13355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [13357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [13359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 177), - [13361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [13363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 128), - [13365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 128), - [13367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [13369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 8), - [13371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 129), - [13373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), - [13375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 129), - [13377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 128), - [13379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 129), - [13381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [13383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [13385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), - [13387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7914), - [13389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [13391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [13393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [13395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [13397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [13399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7896), - [13401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [13403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [13405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [13407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8567), - [13409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8565), - [13411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7887), - [13413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [13415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [13417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), - [13419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), - [13421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [13423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [13425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7871), - [13427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [13429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [13431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [13433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [13435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 80), - [13437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7867), - [13439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), - [13441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [13443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [13445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7868), - [13447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [13449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [13451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [13453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [13455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [13457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [13459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [13461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 129), - [13463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 177), - [13465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 177), - [13467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [13469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [13471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7875), - [13473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), - [13475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [13477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [13479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 128), - [13481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [13483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [13485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [13487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7954), - [13489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [13491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8066), - [13493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [13495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [13497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8524), - [13499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [13501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [13503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8477), - [13505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [13507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [13509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7987), - [13511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7989), - [13513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), - [13515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [13517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [13519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), - [13521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), - [13523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [13525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [13527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [13529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), - [13531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [13533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8098), - [13535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [13537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [13539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [13541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8177), - [13543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), - [13545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8215), - [13547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6987), - [13549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8220), - [13551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [13553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), - [13555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [13557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8275), - [13559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), - [13561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8289), - [13563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [13565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8298), - [13567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8300), - [13569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [13571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), - [13573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8317), - [13575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8339), - [13577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8341), - [13579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8349), - [13581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8350), - [13583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8411), - [13585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8423), - [13587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8410), - [13589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8442), - [13591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8482), - [13593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8483), - [13595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7508), - [13597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [13599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8620), - [13601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [13603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [13605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [13607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [13609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [13611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [13613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [13615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [13617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [13619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [13621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [13623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [13625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [13627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [13629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [13631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), - [13633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [13635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8652), - [13637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [13639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [13641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [13643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8653), - [13645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), - [13647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), - [13649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [13651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [13653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [13655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8171), - [13657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [13659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [13661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), - [13663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [13665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8534), - [13667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [13669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [13671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [13673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [13675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [13677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [13679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [13681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [13683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), - [13685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [13687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [13689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [13691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [13693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8507), - [13695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [13697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), - [13699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [13701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [13703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [13705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [13707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), - [13709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [13711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [13713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [13715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [13717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [13719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), - [13721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [13723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), - [13725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [13727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), - [13729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [13731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [13733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [13735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [13737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8530), - [13739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [13741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [13743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 4, 0, 0), - [13745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [13747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), - [13749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7855), - [13751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [13753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7952), - [13755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7947), - [13758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [13760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [13762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [13764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), - [13766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8256), - [13768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [13770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [13772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [13774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [13776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [13778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [13780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [13782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [13784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [13786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [13788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [13790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [13792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [13794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [13796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [13798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7863), - [13800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [13802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [13804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [13806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [13808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [13810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [13812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8267), - [13814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [13816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [13818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [13820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [13822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [13824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [13826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [13828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [13830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [13832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [13834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7833), - [13836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7941), - [13838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [13840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [13842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [13844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [13846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [13848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [13850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [13852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [13854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [13856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [13858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [13860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [13862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [13864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [13866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [13868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [13870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [13872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), - [13874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), - [13876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [13878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [13880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [13882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [13884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [13886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), - [13888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [13890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [13892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), - [13894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [13896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [13898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [13900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [13902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [13904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [13906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [13908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [13910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [13912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), - [13914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [13916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7790), - [13918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [13920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [13922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), - [13924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [13926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7795), - [13928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [13930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), - [13932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [13934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [13936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), - [13938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [13940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [13942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [13944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), - [13946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [13948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [13950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [13952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [13954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [13956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [13958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), - [13960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [13962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7886), - [13964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [13966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [13968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [13970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7893), - [13972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7905), - [13974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [13976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [13978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [13980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7913), - [13982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [13984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [13986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), - [13988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [13990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [13992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [13994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [13996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8077), - [13998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [14000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), - [14002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7964), - [14004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [14006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [14008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), - [14010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), - [14012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [14014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [14016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7986), - [14018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [14020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [14022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), - [14024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [14026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [14028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [14030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [14032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [14034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [14036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), - [14038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [14040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [14042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [14044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8021), - [14046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8030), - [14048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [14050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [14052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [14054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), - [14056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [14058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [14060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), - [14062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [14064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [14066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [14068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [14070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [14072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [14074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [14076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), - [14078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [14080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8081), - [14082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [14084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7664), - [14086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [14088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [14090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [14092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8093), - [14094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [14096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [14098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), - [14100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7658), - [14102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [14104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [14106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [14108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8105), - [14110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [14112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8107), - [14114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), - [14116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [14118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [14120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), - [14122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8114), - [14124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [14126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8117), - [14128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), - [14130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [14132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), - [14134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8122), - [14136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), - [14138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8124), - [14140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), - [14142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), - [14144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), - [14146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), - [14148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8129), - [14150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), - [14152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), - [14154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8132), - [14156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [14158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [14160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [14162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8167), - [14164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), - [14166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [14168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [14170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [14172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7020), - [14174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [14176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), - [14178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), - [14180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [14182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [14184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [14186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8035), - [14188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), - [14190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), - [14192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8201), - [14194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), - [14196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), - [14198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8211), - [14200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [14202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [14204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8164), - [14206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [14208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [14210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), - [14212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7965), - [14214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7114), - [14216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), - [14218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [14220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [14222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [14224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [14226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [14228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [14230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [14232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [14234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [14236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [14238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 80), - [14240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [14242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8304), - [14244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8537), - [14246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [14248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [14250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [14252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [14254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [14256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [14258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7982), - [14260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [14262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [14264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [14266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [14268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [14270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [14272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [14274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [14276] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [14278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [14280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), - [14282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [14284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), - [14286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [14288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [14290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [14292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [14294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [14296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [14298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [14300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [14302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), - [14304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8234), - [14306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [14308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [14310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [14312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), - [14314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8360), - [14316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [14318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [14320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8391), - [14322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [14324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [14326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [14328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8376), - [14330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 3, 0, 0), - [14332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [14334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), - [14336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8382), - [14338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [14340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [14342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [14344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8396), - [14346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7879), - [14348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6947), - [14350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8402), - [14352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [14354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [14356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8415), - [14358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [14360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6932), - [14362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8421), - [14364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [14366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [14368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8432), - [14370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), - [14372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8437), - [14374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), - [14376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8446), - [14378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8454), - [14380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8459), - [14382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8462), - [14384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), - [14386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8467), - [14388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8469), - [14390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8099), - [14392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8471), - [14394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [14396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8473), - [14398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8475), - [14400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [14402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8497), - [14404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [14406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [14408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8570), - [14410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), - [14412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [14414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8581), - [14416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [14418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [14420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8590), - [14422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [14424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [14426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8598), - [14428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7516), - [14430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8604), - [14432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8607), - [14434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8609), - [14436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8611), - [14438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8613), - [14440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8615), - [14442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8617), - [14444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8619), - [14446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8621), - [14448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8623), - [14450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8625), - [14452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8533), - [14454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), - [14456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [14458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [14460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6851), - [14462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [14464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [14466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [14468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [14470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), + [12418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), + [12420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 202), + [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [12428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 155), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8250), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8284), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [12454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 3, 0, 0), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [12460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 116), SHIFT_REPEAT(5196), + [12463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 116), + [12465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7539), + [12467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [12469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [12471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [12473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), + [12475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), + [12477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [12479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), + [12481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(3242), + [12484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2, 0, 0), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8004), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8028), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [12506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_namespace_specifier, 2, 0, 0), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8516), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [12522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), + [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7559), + [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8207), + [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8208), + [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), + [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7561), + [12538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, 0, 100), + [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [12542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), + [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7058), + [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), + [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7934), + [12558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7938), + [12560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7940), + [12562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [12566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), + [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8212), + [12570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8213), + [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8216), + [12574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_specifier, 2, 0, 59), + [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7124), + [12578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7130), + [12580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6977), + [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), + [12584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), + [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), + [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [12590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8255), + [12592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8256), + [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), + [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [12598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [12602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [12604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), + [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [12610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(927), + [12613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [12615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), + [12617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), + [12619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, 0, 0), + [12621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [12623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), + [12625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [12627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6999), + [12629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), + [12631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [12633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [12635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), + [12637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 3, 0), + [12639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [12641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), + [12643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 5, 0, 0), + [12645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 7, 0, 0), + [12647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(271), + [12650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 0, 0), + [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), + [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [12658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 210), + [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7181), + [12662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 155), + [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), + [12670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8555), + [12676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 212), + [12678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2, 0, 0), + [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [12684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [12686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [12688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), + [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), + [12692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2, 0, 0), + [12694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), + [12696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3, 0, 0), + [12698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [12700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 106), + [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [12710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [12714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [12724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [12726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [12728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), + [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [12736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1622), + [12739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2, 0, 0), + [12741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [12743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [12745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [12747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), + [12750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), + [12752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7898), + [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5834), + [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [12760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 210), + [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [12770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 204), + [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [12782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 219), + [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [12792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1659), + [12795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_requires_parameter_list_repeat1, 2, 0, 0), + [12797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7618), + [12799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2, 0, 0), + [12801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), + [12803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1648), + [12806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), + [12808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 216), + [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7610), + [12812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 218), SHIFT_REPEAT(8555), + [12815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 218), + [12817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [12819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), + [12821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [12823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), + [12825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [12827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8581), + [12829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [12831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8508), + [12833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), + [12835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [12837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [12839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7959), + [12841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [12843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [12845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7790), + [12847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), + [12849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), + [12851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [12853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [12855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [12857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8301), + [12859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [12861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), + [12863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [12865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [12867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8237), + [12869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [12871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [12873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [12875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [12877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7852), + [12879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [12881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [12883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), + [12885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), + [12887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 100), + [12889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [12891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [12893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [12895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [12897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8152), + [12899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7464), + [12901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [12903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), + [12905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7497), + [12907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, 2, 0), + [12909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [12911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8399), + [12913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), + [12915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [12917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8276), + [12919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), + [12921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, 0, 158), + [12923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [12925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8270), + [12927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, 0, 57), + [12929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [12931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [12933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7887), + [12935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), + [12937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), + [12939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), + [12941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [12943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [12945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8393), + [12947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [12949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 6), + [12951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [12953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8007), + [12955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [12957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8278), + [12959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 92), + [12961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [12963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 6, 0, 0), + [12965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), + [12967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), + [12969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), + [12971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), + [12973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7571), + [12975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, 0, 28), + [12977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8167), + [12979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8626), + [12981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), + [12983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), + [12985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 0), + [12987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), + [12989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), + [12991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), + [12993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [12995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), + [12997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [12999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [13001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 3, 0, 168), + [13003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), + [13005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8629), + [13007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_parameter_pack_expansion, 2, 0, 28), + [13009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8376), + [13011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8632), + [13013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), + [13015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), + [13017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8396), + [13019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8635), + [13021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8415), + [13023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8638), + [13025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8432), + [13027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8640), + [13029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8442), + [13031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8641), + [13033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8451), + [13035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8642), + [13037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8457), + [13039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8643), + [13041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8460), + [13043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8644), + [13045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8463), + [13047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8645), + [13049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), + [13051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8646), + [13053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8467), + [13055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), + [13057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8469), + [13059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8648), + [13061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8471), + [13063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8649), + [13065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8473), + [13067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8650), + [13069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 212), + [13071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), + [13073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [13075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), + [13077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [13079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7906), + [13081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [13083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [13085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [13087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [13089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [13091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), + [13093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [13095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8012), + [13097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), + [13099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7922), + [13101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [13103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8611), + [13105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [13107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), + [13109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [13111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [13113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [13115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [13117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 80), + [13119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 80), + [13121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), + [13123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [13125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [13127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7855), + [13129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [13131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [13133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [13135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [13137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [13139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [13141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), + [13143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [13145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [13147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), + [13149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), + [13151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [13153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [13155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [13157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8552), + [13159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [13161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [13163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [13165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [13167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [13169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [13171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [13173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [13175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [13177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [13179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [13181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_right_fold, 3, 0, 54), + [13183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [13185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [13187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [13189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [13191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [13193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [13195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8097), + [13197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [13199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), + [13201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 8), + [13203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 128), + [13205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [13207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [13209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [13211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7888), + [13213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [13215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), + [13217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8006), + [13219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 129), + [13221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [13223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6926), + [13225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [13227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [13229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 3, 0, 0), + [13231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [13233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [13235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [13237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [13239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [13241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8272), + [13243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [13245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [13247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [13249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [13251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8366), + [13253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8390), + [13255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [13257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [13259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 129), + [13261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__fold_operator, 1, 0, 0), SHIFT(7864), + [13264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [13266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [13268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [13270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7913), + [13272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 177), + [13274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [13276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [13278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [13280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7049), + [13282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [13284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [13286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [13288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7993), + [13290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [13292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [13294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7865), + [13296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [13298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [13300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [13302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7917), + [13304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [13306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [13308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 128), + [13310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [13312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [13314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 128), + [13316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [13318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [13320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7893), + [13322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8215), + [13324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [13326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [13328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [13330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [13332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [13334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8296), + [13336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [13338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), + [13340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), + [13342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [13344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [13346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8316), + [13348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [13350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [13352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), + [13354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [13356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8594), + [13358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 129), + [13360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [13362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8403), + [13364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [13366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [13368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [13370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 129), + [13372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8429), + [13374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8430), + [13376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [13378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7003), + [13380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [13382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [13384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [13386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 80), + [13388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [13390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [13392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [13394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [13396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [13398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), + [13400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [13402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [13404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [13406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [13408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [13410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [13412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [13414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [13416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7944), + [13418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [13420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [13422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [13424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7988), + [13426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [13428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [13430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [13432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8005), + [13434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [13436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [13438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), + [13440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [13442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [13444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [13446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8032), + [13448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [13450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [13452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [13454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [13456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8050), + [13458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8051), + [13460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [13462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6899), + [13464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [13466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), + [13468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [13470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 128), + [13472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [13474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [13476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [13478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [13480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [13482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [13484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [13486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), + [13488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7617), + [13490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [13492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), + [13494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8259), + [13496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 129), + [13498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [13500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [13502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [13504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [13506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [13508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [13510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [13512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8293), + [13514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [13516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [13518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [13520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [13522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [13524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), + [13526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [13528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8327), + [13530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8320), + [13532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8322), + [13534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [13536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [13538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [13540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [13542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [13544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [13546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [13548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), + [13550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [13552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [13554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [13556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8532), + [13558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8263), + [13560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8540), + [13562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8506), + [13564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8549), + [13566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [13568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [13570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), + [13572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8265), + [13574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7899), + [13576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [13578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8049), + [13580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [13582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8497), + [13584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7835), + [13586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), + [13588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [13590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [13592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), + [13594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), + [13596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [13598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [13600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8302), + [13602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8305), + [13604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8556), + [13606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8564), + [13608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7868), + [13610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7869), + [13612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7973), + [13614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), + [13616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8055), + [13618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8061), + [13620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8175), + [13622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8179), + [13624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [13626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8557), + [13628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), + [13630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [13632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8480), + [13634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [13636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [13638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [13640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [13642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [13644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [13646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [13648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [13650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [13652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [13654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [13656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), + [13658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [13660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [13662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [13664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [13666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [13668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [13670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), + [13672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7602), + [13674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7827), + [13676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [13678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [13680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [13682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [13684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7840), + [13686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [13688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [13690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [13692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [13694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [13696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [13698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [13700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [13702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [13704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [13706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [13708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), + [13710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [13712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7920), + [13714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7903), + [13716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [13718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [13720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7394), + [13722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [13724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8655), + [13726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [13728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [13730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [13732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [13734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 177), + [13736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7966), + [13738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [13740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [13742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [13744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [13746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [13748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [13750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [13752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [13754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8269), + [13756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [13758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [13760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8180), + [13762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [13764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [13766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [13768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [13770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [13772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [13774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [13776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [13778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [13780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [13782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [13784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [13786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [13788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [13790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [13792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [13794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8326), + [13796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [13798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [13800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [13802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [13804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), + [13806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [13808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [13810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [13812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6968), + [13814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8240), + [13816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [13818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [13820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8321), + [13822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8493), + [13824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [13826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [13828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [13830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [13832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [13834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [13836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [13838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [13840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [13842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [13844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [13846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [13848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [13850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [13852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [13854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [13856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [13858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [13860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [13862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 177), + [13864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [13866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [13868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [13870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [13872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [13874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [13876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [13878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 177), + [13880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), + [13882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [13884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [13886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), + [13888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [13890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [13892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [13894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [13896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [13898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8075), + [13900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [13902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [13904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [13906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8488), + [13908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [13910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [13912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [13914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8169), + [13916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), + [13918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [13920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8409), + [13922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [13924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [13926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [13928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [13930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [13932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), + [13934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [13936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [13938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [13940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [13942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [13944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [13946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), + [13948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [13950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [13952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7687), + [13954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8609), + [13956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [13958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6842), + [13960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [13962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8623), + [13964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [13966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [13968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7792), + [13970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [13972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7802), + [13974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [13976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [13978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [13980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7467), + [13982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [13984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [13986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [13988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [13990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [13992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [13994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7885), + [13996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [13998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [14000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7892), + [14002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7904), + [14004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), + [14006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), + [14008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [14010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7912), + [14012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [14014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7507), + [14016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [14018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [14020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [14022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 2, 0, 0), + [14024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [14026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7512), + [14028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7963), + [14030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [14032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [14034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7969), + [14036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7978), + [14038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [14040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [14042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7985), + [14044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [14046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [14048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7531), + [14050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [14052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [14054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [14056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 128), + [14058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [14060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), + [14062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [14064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [14066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [14068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), + [14070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8029), + [14072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [14074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [14076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [14078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), + [14080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [14082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [14084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7553), + [14086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [14088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [14090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [14092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [14094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [14096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [14098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [14100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8067), + [14102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [14104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [14106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), + [14108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [14110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), + [14112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [14114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [14116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8092), + [14118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [14120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [14122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8095), + [14124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [14126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7578), + [14128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [14130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [14132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [14134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8104), + [14136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [14138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8106), + [14140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), + [14142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [14144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [14146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8112), + [14148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), + [14150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [14152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8116), + [14154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8117), + [14156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [14158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8120), + [14160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), + [14162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8122), + [14164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), + [14166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8124), + [14168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), + [14170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), + [14172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), + [14174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), + [14176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8129), + [14178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), + [14180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), + [14182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8330), + [14184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [14186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [14188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [14190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8166), + [14192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8196), + [14194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [14196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7027), + [14198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [14200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [14202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), + [14204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [14206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [14208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [14210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [14212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [14214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6906), + [14216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), + [14218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8494), + [14220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [14222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8526), + [14224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [14226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [14228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [14230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [14232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [14234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), + [14236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7829), + [14238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [14240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_parameter_list, 4, 0, 0), + [14242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [14244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [14246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), + [14248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [14250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [14252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [14254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [14256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [14258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [14260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [14262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), + [14264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [14266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 79), + [14268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [14270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [14272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [14274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [14276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [14278] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [14280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 80), + [14282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [14284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [14286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [14288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [14290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [14292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), + [14294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [14296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), + [14298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8318), + [14300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8547), + [14302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [14304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [14306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8351), + [14308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [14310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [14312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8184), + [14314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), + [14316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8359), + [14318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8325), + [14320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [14322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [14324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [14326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8375), + [14328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [14330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8381), + [14332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [14334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [14336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [14338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [14340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8395), + [14342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [14344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), + [14346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8401), + [14348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5857), + [14350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [14352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [14354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), + [14356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 80), + [14358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), + [14360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8420), + [14362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [14364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [14366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8431), + [14368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6954), + [14370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8436), + [14372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [14374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), + [14376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8445), + [14378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [14380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8453), + [14382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), + [14384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8458), + [14386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6747), + [14388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8461), + [14390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), + [14392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [14394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8466), + [14396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8513), + [14398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8468), + [14400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8470), + [14402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8472), + [14404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7818), + [14406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8474), + [14408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [14410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8496), + [14412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [14414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [14416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8569), + [14418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [14420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [14422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8580), + [14424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [14426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8589), + [14428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [14430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8597), + [14432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [14434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8603), + [14436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8606), + [14438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8608), + [14440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8610), + [14442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8612), + [14444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8614), + [14446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8616), + [14448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8618), + [14450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8620), + [14452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8622), + [14454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8624), + [14456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [14458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), + [14460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [14462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [14464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [14466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [14468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [14470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 177), }; enum ts_external_scanner_symbol_identifiers { diff --git a/src/tree_sitter/array.h b/src/tree_sitter/array.h index 15a3b23..a17a574 100644 --- a/src/tree_sitter/array.h +++ b/src/tree_sitter/array.h @@ -14,6 +14,7 @@ extern "C" { #include #ifdef _MSC_VER +#pragma warning(push) #pragma warning(disable : 4101) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -278,7 +279,7 @@ static inline void _array__splice(Array *self, size_t element_size, #define _compare_int(a, b) ((int)*(a) - (int)(b)) #ifdef _MSC_VER -#pragma warning(default : 4101) +#pragma warning(pop) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop #endif